pax_global_header00006660000000000000000000000064150015210360014503gustar00rootroot0000000000000052 comment=987ef73ac7d6f759da9f5ac45a749ceb99dc3b6d holidays-0.71/000077500000000000000000000000001500152103600132465ustar00rootroot00000000000000holidays-0.71/.coderabbit.yaml000066400000000000000000000011531500152103600163060ustar00rootroot00000000000000chat: auto_reply: true code_generation: docstrings: language: en-US early_access: true language: en-US reviews: assess_linked_issues: true auto_apply_labels: false auto_review: enabled: true drafts: true collapse_walkthrough: false high_level_summary: true high_level_summary_in_walkthrough: true labeling_instructions: [] poem: false profile: assertive request_changes_workflow: false review_status: true sequence_diagrams: false tools: github-checks: timeout_ms: 300000 tone_instructions: Maintain a conversational spartan tone that is supportive in all responses. holidays-0.71/.gitattributes000066400000000000000000000001531500152103600161400ustar00rootroot00000000000000# Set the default behavior, in case people don't have core.autocrlf set. * text eol=lf *.cmd text eol=crlf holidays-0.71/.github/000077500000000000000000000000001500152103600146065ustar00rootroot00000000000000holidays-0.71/.github/CODEOWNERS000066400000000000000000000003121500152103600161750ustar00rootroot00000000000000# People marked here will be automatically requested for a review. # # For more information on CODEOWNERS, see: # https://help.github.com/en/articles/about-code-owners * @arkid15r @KJhellico @PPsyrius holidays-0.71/.github/FUNDING.yml000066400000000000000000000001401500152103600164160ustar00rootroot00000000000000open_collective: open-world-holidays-framework thanks_dev: u/gh/vacanza tidelift: pypi/holidays holidays-0.71/.github/ISSUE_TEMPLATE/000077500000000000000000000000001500152103600167715ustar00rootroot00000000000000holidays-0.71/.github/ISSUE_TEMPLATE/bug_report.md000066400000000000000000000011311500152103600214570ustar00rootroot00000000000000--- name: Bug report about: Create a report to help us improve title: '' labels: '' assignees: '' --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Provide an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. 1. 1. 1. **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Environment** - OS: - Python version: - holidays version: **Additional context** Add any other context about the problem here. holidays-0.71/.github/ISSUE_TEMPLATE/config.yml000066400000000000000000000002521500152103600207600ustar00rootroot00000000000000blank_issues_enabled: true contact_links: - name: General question url: https://github.com/vacanza/holidays/discussions/new?category=q-a about: Ask a question holidays-0.71/.github/ISSUE_TEMPLATE/feature_request.md000066400000000000000000000011231500152103600225130ustar00rootroot00000000000000--- name: Feature request about: Suggest an idea for this project title: '' labels: '' assignees: '' --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. holidays-0.71/.github/PULL_REQUEST_TEMPLATE.md000066400000000000000000000025561500152103600204170ustar00rootroot00000000000000 ## Proposed change Your PR description goes here. ## Type of change - [ ] New country/market holidays support (thank you!) - [ ] Supported country/market holidays update (calendar discrepancy fix, localization) - [ ] Existing code/documentation/test/process quality improvement (best practice, cleanup, refactoring, optimization) - [ ] Dependency update (version deprecation/pin/upgrade) - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] Breaking change (a code change causing existing functionality to break) - [ ] New feature (new `holidays` functionality in general) ## Checklist - [ ] I've followed the [contributing guidelines][contributing-guidelines] - [ ] I've successfully run `make check`, all checks and tests are green [contributing-guidelines]: https://github.com/vacanza/holidays/blob/dev/CONTRIBUTING.md [docs]: https://github.com/vacanza/holidays/tree/dev/docs/source holidays-0.71/.github/dependabot.yml000066400000000000000000000004321500152103600174350ustar00rootroot00000000000000version: 2 updates: - package-ecosystem: pip directory: / schedule: interval: weekly day: wednesday target-branch: dev - package-ecosystem: github-actions directory: / schedule: interval: weekly day: wednesday target-branch: dev holidays-0.71/.github/labeler.yml000066400000000000000000000010141500152103600167330ustar00rootroot00000000000000ci: - changed-files: - any-glob-to-any-file: - .github/workflows/** doc: - changed-files: - any-glob-to-any-file: - docs/** l10n: - changed-files: - any-glob-to-any-file: - holidays/locale/** script: - changed-files: - any-glob-to-any-file: - scripts/** snapshot: - changed-files: - any-glob-to-any-file: - snapshots/** test: - changed-files: - any-glob-to-any-file: - tests/** v1: - head-branch: - v1 holidays-0.71/.github/workflows/000077500000000000000000000000001500152103600166435ustar00rootroot00000000000000holidays-0.71/.github/workflows/ci-cd.yml000066400000000000000000000212201500152103600203420ustar00rootroot00000000000000name: CI/CD on: merge_group: pull_request: branches: - dev - main - v1 push: branches: - dev - main - v1 tags: - 'v*' workflow_dispatch: workflow_run: workflows: ['Update pre-commit hooks'] branches: - update-pre-commit-hooks types: - completed env: FORCE_COLOR: 1 concurrency: cancel-in-progress: ${{ !contains(fromJSON('["dev", "main", "v1"]'), github.ref_name) }} group: ${{ github.repository }}-${{ github.workflow }}-${{ github.head_ref || github.ref_name }} jobs: pre-commit: name: Run pre-commit runs-on: ubuntu-24.04 steps: - name: Check out repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up Python uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 with: check-latest: true python-version: '3.13' - name: Run pre-commit uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd code-ql: name: CodeQL needs: - pre-commit permissions: security-events: write runs-on: ubuntu-24.04 steps: - name: Check out repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Initialize CodeQL uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 with: languages: python - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 with: category: '/language:python' test: name: Test Python ${{ matrix.python-version }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} needs: - pre-commit strategy: matrix: os: - macos-latest - ubuntu-latest - windows-latest python-version: - '3.9' - '3.10' - '3.11' - '3.12' - '3.13' steps: - name: Check out repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 with: allow-prereleases: true cache: pip cache-dependency-path: | requirements/runtime.txt requirements/tests.txt check-latest: true python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip python -m pip install --requirement requirements/tests.txt python -m pip install . - name: Run tests run: | make test - name: Upload coverage to Codecov uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d with: token: ${{ secrets.CODECOV_TOKEN }} build: name: Build distribution needs: test runs-on: ubuntu-24.04 steps: - name: Check out repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up Python uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 with: cache: pip cache-dependency-path: | requirements/build.txt check-latest: true python-version: '3.12' - name: Install dependencies run: | python -m pip install --upgrade pip python -m pip install -r requirements/build.txt python -m pip install . - name: Build distribution run: | make package - name: Upload package artifacts uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: dist path: dist - name: Set version if: startsWith(github.event.ref, 'refs/tags/v') run: echo "VERSION=$(echo ${{ github.ref_name }} | sed 's/^v//')" >> $GITHUB_ENV - name: Generate SBOM if: startsWith(github.event.ref, 'refs/tags/v') run: | make sbom > holidays-${{ env.VERSION }}-sbom.json - name: Upload SBOM if: startsWith(github.event.ref, 'refs/tags/v') uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: sbom path: holidays-${{ env.VERSION }}-sbom.json test-build: name: Test build on ${{ matrix.os }} runs-on: ${{ matrix.os }} needs: build strategy: matrix: os: - macos-latest - ubuntu-latest - windows-latest steps: - name: Check out repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up Python uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 with: cache: pip cache-dependency-path: | requirements/runtime.txt requirements/tests.txt check-latest: true python-version: '3.13' - name: Get package artifacts uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: dist path: dist - name: Run tests shell: bash run: | rm -rf holidays python -m pip install --requirement requirements/tests.txt python -m pip install `ls dist/*.whl` pytest --dist loadscope --numprocesses auto tests/countries tests/financial python -m pip uninstall -y holidays python-dateutil six python -m pip install `ls dist/*.tar.gz` pytest --dist loadscope --numprocesses auto tests/countries tests/financial test-docs: name: Test docs build runs-on: ubuntu-24.04 needs: test steps: - name: Check out repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set Up Python uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 with: cache: pip cache-dependency-path: requirements/docs.txt python-version: '3.13' - name: Install dependencies run: | python -m pip install --requirement requirements/docs.txt python -m pip install . - name: Build docs run: | make doc publish-main: name: Publish generated artifacts if: | github.repository == 'vacanza/holidays' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') environment: main needs: - test-build - test-docs permissions: contents: write id-token: write runs-on: ubuntu-24.04 steps: - name: Download package artifacts uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: dist path: dist - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc sign-artifacts: name: Create SHA1 checksums and Sigstore signatures runs-on: ubuntu-24.04 needs: - publish-main permissions: id-token: write steps: - name: Download package artifacts uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: dist path: dist - name: Compute SHA1 checksums run: | cd dist for file in *; do sha1sum "$file" > "$file.sha1" done - name: Sign the files using Sigstore uses: sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 with: inputs: | ./dist/*.tar.gz ./dist/*.whl - name: Upload package dist and signatures uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: signed-artifacts path: dist update-github-release: name: Update GitHub release with SBOM and signed artifacts runs-on: ubuntu-24.04 needs: - sign-artifacts permissions: contents: write steps: - name: Download SBOM uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: sbom - name: Download package dist and signatures uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: signed-artifacts path: dist - name: Update Github release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh release upload --repo vacanza/holidays ${{ github.ref_name }} dist/* gh release upload --repo vacanza/holidays ${{ github.ref_name }} holidays-*-sbom.json holidays-0.71/.github/workflows/pre-commit-autoupdate.yml000066400000000000000000000030331500152103600236120ustar00rootroot00000000000000name: Update pre-commit hooks on: schedule: - cron: '0 0 * * *' workflow_dispatch: env: FORCE_COLOR: 1 jobs: auto-update: name: Update pre-commit hooks if: ${{ github.repository == 'vacanza/holidays' }} permissions: contents: write pull-requests: write runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 with: cache: pip python-version: '3.12' - name: Install dependencies run: | python -m pip install pre-commit - name: Use pre-commit environment cache uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 with: key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }} path: ~/.cache/pre-commit restore-keys: ${{ runner.os }}-pre-commit- - name: Run pre-commit automatic update run: | pre-commit autoupdate pre-commit run --all-files - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e with: base: dev body: Update pre-commit hooks to their latest versions. branch: update-pre-commit-hooks commit-message: 'chore: Update pre-commit hooks' committer: github-actions[bot] delete-branch: true title: Update pre-commit hooks token: ${{ github.token }} holidays-0.71/.github/workflows/prl-labeler.yml000066400000000000000000000003711500152103600215700ustar00rootroot00000000000000name: 'Pull Request Labeler' on: - pull_request_target jobs: labeler: permissions: contents: read pull-requests: write runs-on: ubuntu-24.04 steps: - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 holidays-0.71/.github/workflows/update-snapshots.yml000066400000000000000000000026641500152103600227000ustar00rootroot00000000000000name: Update snapshots on: push: branches: - dev workflow_dispatch: jobs: update-snapshots: name: Update snapshots if: github.repository == 'vacanza/holidays' permissions: contents: write pull-requests: write runs-on: ubuntu-24.04 steps: - name: Check out repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up Python uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 with: cache: pip cache-dependency-path: | requirements/build.txt requirements/runtime.txt check-latest: true python-version: '3.12' - name: Install dependencies run: | python -m pip install --upgrade pip python -m pip install -r requirements/build.txt python -m pip install -r requirements/runtime.txt - name: Generate snapshots run: | make snapshot - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e with: base: dev body: Automatically generated snapshots update. branch: update-snapshots commit-message: 'Update snapshots [skip ci]' committer: github-actions[bot] delete-branch: true title: 'chore: Update snapshots' token: ${{ github.token }} holidays-0.71/.gitignore000066400000000000000000000004231500152103600152350ustar00rootroot00000000000000.coverage .github_token .gitpod.yml .idea .tox .venv .vscode/ *.code-workspace *.DS_Store *.egg-info *.mo *.pyc build/* coverage.lcov coverage.xml dist/ docs/auto_gen_files/ docs/build docs/source/_autosummary holidays/locale/pot/*.pot MANIFEST Pipfile sbom.json site/ venv/ holidays-0.71/.pre-commit-config.yaml000066400000000000000000000032621500152103600175320ustar00rootroot00000000000000repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: check-ast - id: check-builtin-literals - id: check-yaml - id: end-of-file-fixer - id: mixed-line-ending args: - --fix=lf exclude: make.cmd - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade rev: v3.19.1 hooks: - id: pyupgrade args: - --py39-plus - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.11.6 hooks: - id: ruff - id: ruff-format - repo: https://github.com/lucas-c/pre-commit-hooks rev: v1.5.5 hooks: - id: insert-license name: check license headers files: \.(po|py)$ args: - --license-filepath - docs/file_header.txt - repo: https://github.com/pycqa/bandit rev: 1.8.3 hooks: - id: bandit additional_dependencies: - bandit[toml] args: - --configfile=pyproject.toml - repo: https://github.com/pycqa/isort rev: 6.0.1 hooks: - id: isort exclude: ^(docs) - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.15.0 hooks: - id: mypy additional_dependencies: - types-docutils - types-polib - types-python-dateutil - types-setuptools - repo: https://github.com/tox-dev/tox-ini-fmt rev: '1.5.0' hooks: - id: tox-ini-fmt - repo: local hooks: - id: tests always_run: true entry: make check language: system name: run `make check` pass_filenames: false stages: - pre-push holidays-0.71/.readthedocs.yaml000066400000000000000000000004271500152103600165000ustar00rootroot00000000000000# Read the Docs configuration file. # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details. version: 2 build: os: ubuntu-22.04 tools: python: '3.12' python: install: - requirements: requirements/docs.txt mkdocs: configuration: mkdocs.yml holidays-0.71/AUTHORS.md000066400000000000000000000044431500152103600147220ustar00rootroot00000000000000# Holidays Authors Aaron Picht Aart Goossens Abdelkhalek Boukli Hacene Akos Furton Alejandro Antunes Aleksei Zhuchkov Alexander Schulze Alexandre Carvalho Alexei Mikhailov Anders Wenhaug Andrei Klimenko Andres Marrugo Ankush Kapoor Anon Kangpanich Anthony Rose Anton Daitche Arjun Anandkumar Arkadii Yakovets Artem Tserekh Bailey Thompson Ben Collerson Ben Letham Benjamin Lucas Wacha Bernhard M. Wiedemann Carlos Rocha Chanran Kim Chris McKeague Chris Turra Christian Alexander Colin Watson Dan Gentry Daniel Musketa Daniël Niemeijer David Hotham Diogo Rosa Dorian Monnier Douglas Franklin Eden Juscelino Edison Robles Edward Betts Eldar Mustafayev Emmanuel Arias Eugenio Panadero Maciá Fabian Affolter Felix Lee Filip Bednárik Firas Kafri Gabriel L Martinez Gabriel Trabanco Giedrius Mauza Gordon Inggs Greg Rafferty Győző Papp Heikki Orsila Henrik Sozzi Hiroki Kawahara Hugh McNamara Hugo van Kemenade Isabelle COWAN-BERGMAN Jacky Han Jacob Punter Jaemin Kim Jahir Fiquitiva Jakob M. Kjær Jan Pipek Jason Jensen Jeremy Chrimes Jerry Agbesi John Laswell Joost van Driel Jorge Cadena Argote Jose Riha Joshua Adelman Joël van Amerongen Julian Broudou Jung Dong Ho Justin Asfour Kamil Leduchowski Kate Golovanova Kelsey Karin Hawley Koert van der Veer Koki Nomura Kriti Birda Lucca Augusto Maina Kamau Malthe Borch Marek Šuppa Martin Becker Martin Thurau Matheus Oliveira Maurizio Montel Max Härtwig Michael Thessel Mike Borsetti Mike Polyakovsky Miroslav Šedivý Monde Sinxi Nalin Gupta Nataliia Dmytriievska Nate Harris Nathan Ell Nicholas Spagnoletti Nico Albers Olivier Iffrig Ondřej Nový Osayd Abdu Oscar Romero Pablo Merino Panpakorn Siripanich Patrick Nicholson Paulo Orrock Pavel Sofroniev Pedro Baptista Peter Zsak Pieter van der Westhuizen Piotr Staniów Prateekshit Jaiswal Raphael Borg Ellul Vincenti Raychel Mattheeuw Reinaldo Ramos Robert Frazier Robert Schmidtke Robert Tran Robin Emeršič Roshan Pradhan Ryan McCrory Sam Tregar Samman Sarkar Santiago Feliu Sergi Almacellas Abellana Sergio Mayoral Martinez Serhii Murza Shaurya Uppal Sho Hirose Shreyansh Pande Simon Gurcke Sugato Ray Sylvain Pasche Sylvia van Os Søren Klintrup Takeshi Osoekawa Tasnim Nishat Islam Tewodros Meshesha Thomas Bøvith Tommy Sparber Tudor Văran Victor Luna Victor Miti Ville Skyttä Vu Nhat Chuong Wasif Shahzad Youhei Sakurai holidays-0.71/CHANGES.md000066400000000000000000002234131500152103600146450ustar00rootroot00000000000000# Version 0.71 Released April 21, 2025 - Add French Southern Territories holidays (#2442 by @LuccaAug, @arkid15r) - Add Oman holidays (#2463 by @Wasif-Shahzad) - Add Sierra Leone holidays (#2433 by @SammanSarkar, @arkid15r) - Add Suriname holidays (#2465 by @kritibirda26) - Update .po files generator (#2459 by @KJhellico, @arkid15r) - Update .po files generator (#2470 by @KJhellico) - Update BY.po files (#2452 by @arkid15r) - Update Pakistan holidays: add Youm-e-Takbeer holiday (#2446 by @w3stling) - Update Python latest supported version format (#2466 by @arkid15r) - Update RELEASE.md (#2484 by @arkid15r) - Update South Korea holidays: add 2025 Presidential Election Day (#2451 by @YiGeon) - Update l10n related documentation: detailed explain of language parameter behavior (#2396 by @shreyanshVIT23, @arkid15r) - Update mypy configuration (#2464 by @arkid15r) - Add FUNDING.yml (#2450 by @arkid15r) # Version 0.70 Released April 7, 2025 - Add iCalendar export support (#2362 by @PPsyrius, @kawazap) - Add Antigua and Barbuda holidays (#2395 by @kritibirda26) - Add Fiji holidays (#2354 by @Prateekshit73, @arkid15r, @kasya, @PPsyrius) - Add Guinea holidays (#2398 by @nalin-28, @arkid15r) - Add Ivory Coast holidays (#2388 by @kritibirda26, @arkid15r) - Add Qatar holidays (#2409 by @Wasif-Shahzad, @arkid15r) - Update Argentina holidays: add categories and subdivisions support (#2375 by @KJhellico) - Update India holidays: Hindi l10n fixes (#2393 by @Ninad0109) - Update Pakistan holidays: add 2023-2024 exact dates (#2380 by @Wasif-Shahzad) - Update Pakistan holidays: add l10n support (en_PK, en_US, ur_PK) (#2385 by @Wasif-Shahzad, @KJhellico) - Update Philippines holidays: 2025 Eid'l Fitr (#2367 by @kleo) - Update Philippines holidays: adjust Bonifacio Day for 2023 (#2370 by @w3stling) - Update README.md badges (#2379 by @arkid15r) - Update Timor-Leste holidays: add `en_TL`, `th` l10n, update `en_US` l10n (#2407 by @PPsyrius) - Update `HolidayBase::pop_named`: add support for more lookup types (#2140 by @wth-d, @KJhellico) - Update `_ThaiLunisolar` and `ThaiCalendarHolidays` documentation (#2439 by @PPsyrius) - Update pyproject.toml: align with PEP 639 metadata format (#2363 by @KJhellico) - Update release notes generator (#2374 by @KJhellico) - Update tests requirements (#2383 by @KJhellico) - Added commit SHAs instead of versions (#2384 by @samyak003, @arkid15r) - Adjust project files after migration to MkDocs (#2381 by @KJhellico) - Migrate Documentation from Sphinx to MkDocs (#2289 by @Roshan-1024, @arkid15r, @KJhellico, @PPsyrius) - Reformat .po files (#2356 by @KJhellico) - Reformat BY.po files (#2365 by @PPsyrius) # Version 0.69 Released March 17, 2025 - Introduce HolidayBase methods for proper serialization (#2333 by @KJhellico) - Add Macau holidays (#2323 by @PPsyrius) - Update IN holidays and localization (#2259 by @ankushhKapoor, @KJhellico) - Update Poland holidays: add `de` localization (#2346 by @pyniuX) - Fix l10n handling (#2340 by @KJhellico) - Update Hong Kong holidays: standardizes `en_US` l10n with China's and Macau's implementation (#2326 by @PPsyrius) - Update Indonesia holidays: 2031-2050 Day of Silence (Nyepi) data, migrate to `BalineseSakaCalendarHolidays` (#2328 by @PPsyrius) - Update Philippines holidays: 2025 Eid'l Fitr and Eid'l Adha Tentative Date (#2332 by @PPsyrius) - Update Taiwan holidays: add categories support (#2349 by @PPsyrius, @arkid15r) - Update Timor Leste holidays: fix 2025 Islamic holidays (#2327 by @PPsyrius) - Update US holidays: add federal holidays as GOVERNMENT category (#2297 by @KJhellico) - Update US holidays: аdd additional MI state holidays (#2325 by @mcvic1rj, @KJhellico) - Update `IslamicHolidays`: add an option whether to add estimation label to holiday name (#2298 by @KJhellico) # Version 0.68 Released March 3, 2025 - Fix 2025 Chinese Calendar's Birthday of Buddha (#2310 by @PPsyrius) - Update AZ holidays: add 2025 substituted holidays (#2302 by @KJhellico) - Update Kenya holidays, add l10n support (#2316 by @KJhellico) - Update Malaysia holidays (#2309 by @KJhellico) - Update Zenodo record URL in README (#2317 by @KJhellico) - Update issue templates (#2307 by @arkid15r) - Update l10n scripts (#2318 by @KJhellico, @arkid15r) - Add .coderabbit.yaml (#2322 by @arkid15r) # Version 0.67 Released February 17, 2025 - Add Saint Lucia holidays (#2266 by @Prateekshit73) - Add Tuvalu holidays (#2295 by @Prateekshit73, @arkid15r) - Update Greenland holidays l10n (#2288 by @KJhellico) - Update Hong Kong holidays: add l10n support (#2268 by @PPsyrius) - Update Hong Kong holidays: fix `th` l10n typo (#2293 by @PPsyrius) - Update Panama holidays, add l10n support (#2275 by @KJhellico) - Update README: add DOI (#2286 by @arkid15r) - Update United Kingdom & Isle of Man holidays: add l10n support (#2258 by @PPsyrius, @arkid15r, @KJhellico) - Update internal scripts (#2284 by @KJhellico) - Update subdivision names for Presidents' Day in the United States (#2299 by @parkerbxyz, @arkid15r, @KJhellico) - Add Python syntax check with ruff-pyupgrade rules (#2294 by @KJhellico) - Add make script for Windows (#2277 by @KJhellico) - Check .mo rather than .po files in TestListLocalizedEntities (#2273 by @cjwatson, @arkid15r) - Implement HolidayBase::get_closest_holiday functionality (#2211 by @Rosi2143, @arkid15r) - Unify certain holidays names translation (#2285 by @KJhellico) # Version 0.66 Released February 3, 2025 - Add Sri Lanka holidays (#2228 by @Prateekshit73, @arkid15r, @KJhellico, @PPsyrius) - Fix typo in CONTRIBUTING.rst (#2264 by @KJhellico) - Update Czechia holidays (#2248 by @KJhellico) - Update Germany holidays: add Corpus Christi in CATHOLIC category (#2253 by @KJhellico) - Update Iceland holidays: add HALF_DAY holidays (#2249 by @KJhellico) - Update Iran holidays (#2234 by @KJhellico) - Update PR exclusion logic (#2233 by @arkid15r) - Update Slovakia holidays: Constitution Day is working day since 2024 (#2235 by @KJhellico, @arkid15r) - Update Slovenia holidays (#2237 by @KJhellico) - Update Sweden holidays: fix All Saints' Day (#2252 by @KJhellico) - Update Thailand holidays: refactor Royal Ploughing Ceremony code (#2247 by @PPsyrius) - Update United Arab Emirates holidays: add `th` l10n, exact 2017-2025 entries (#2263 by @PPsyrius) - Update Vatican City holidays: add missing holidays, l10n support (#2250 by @PPsyrius) - Update automatic snapshots update workflow (#2254 by @KJhellico) - Update some holidays Ukrainian translations (#2265 by @KJhellico) - Add Israel holidays localization: th (#2262 by @PPsyrius) - Add West Frisian language (#2246 by @waarissyb, @arkid15r) - Pin CI/CD Ubuntu version (#2245 by @arkid15r) - Remove .po files from distribution bundles (#2243 by @KJhellico) # Version 0.65 Released January 20, 2025 - Update Afghanistan and Iran holidays: change weekend to FRI-SAT and FRI respectively (#2223 by @gio8tisu, @arkid15r) - Update Afghanistan holidays (#2221 by @KJhellico) - Update South Korea holidays: 2025 temporary public holidays (#2218 by @YiGeon) - Update ruff from v0.8.6 to v0.9.1 (#2224 by @arkid15r) - Add faster date parsing from strings in ISO 8601 format (#2227 by @KJhellico) - Add signed artifacts path (#2216 by @arkid15r) # Version 0.64 Released January 6, 2025 - Introduce `common.WorkingDayTests` class (#2207 by @KJhellico) - Refactor XNYS holidays: standardize US market holidays days of mourning entries (#2213 by @PPsyrius) - Add Afghanistan holidays (#2198 by @Prateekshit73, @arkid15r, @PPsyrius) - Add `HebrewCalendarHolidays` to holidays groups, refactor Israel holidays (#2186 by @KJhellico) - Update "Set up Python" to use 3.13 (#2180 by @arkid15r) - Update Belarus holidays: add ru & th l10n, 2024-2025 substituted holidays (#2192 by @PPsyrius) - Update El Salvador holidays, add l10n support (#2209 by @KJhellico) - Update Montenegro holidays, add l10n support (#2191 by @KJhellico) - Update Poland holidays: add Christmas Eve holiday since 2025 (#2210 by @KJhellico) - Update Ukraine holidays in 1991 (#2199 by @KJhellico) - Update XNYS: add a Day of Mourning for President Jimmy Carter (#2201 by @tackerfrink) - Update working days calculation (#2197 by @KJhellico, @arkid15r) - Add Norway holidays localization: th (#2200 by @ansntu) - Add Russia holidays localization: th (#2190 by @PPsyrius, @arkid15r) - Add Ukraine holidays localization: th (#2189 by @PPsyrius, @arkid15r) - Sign release artifacts using Sigstore (#2195 by @arkid15r) # Version 0.63 Released December 16, 2024 - Update CI/CD trigger section (#2170 by @arkid15r) - Update KZ holidays: add 2025 special holidays (#2167 by @qaziqarta) - Update Thailand holidays: extend support year down to 1914 (#2166 by @PPsyrius) - Add French subdivision aliases (#2162 by @bors-ltd) - Align financial markets MIC codes with ISO 10383 (#2158 by @KJhellico) - Enforce 100% test coverage (#2173 by @arkid15r) - Inline single-use variables, update .py files formatting (#2161 by @KJhellico) # Version 0.62 Released December 2, 2024 - Introduce start/end year for entity (#2141 by @KJhellico) - Add Guernsey holidays (#2135 by @PPsyrius) - Update AZ holidays: add 2025 special holidays (#2154 by @KJhellico) - Update Argentina holidays: Add 2025 Bridge Public Holidays (#2146 by @PPsyrius) - Update CA holidays: Nunavut Day is NU public holiday since 2020 (#2143 by @KJhellico) - Update Finland holidays: fix Independence Day appearing pre-1917 (#2145 by @PPsyrius) - Update Paraguay holidays (#2151 by @KJhellico) - Update Timor Leste holidays: Add 2024 Nov 29 Special Holiday (#2150 by @PPsyrius) - Update pyproject.toml: clarify project summary (#2139 by @arkid15r) - Add SECURITY.md (#2142 by @arkid15r) # Version 0.61 Released November 18, 2024 - Add financial markets l10n support (#2116 by @KJhellico) - Refactor some `if len(container)...` cases to `if container...` (#2118 by @arkid15r) - Add "Brasil, Bolsa, Balcão" ([B]³) holidays (#2109 by @araggohnxd, @arkid15r, @KJhellico, @PPsyrius) - Update Brazil holidays, add l10n support (#2113 by @KJhellico) - Update Brunei holidays: 1998-2003, 2006-2025 exact dates (#2107 by @PPsyrius) - Update CH holidays: rename Neujahrestag to Neujahrstag (#2121 by @kurtkeller, @arkid15r) - Update Cambodia holidays: add Peace Day in Cambodia (#2108 by @PPsyrius) - Update China holidays in 2025 (#2124 by @KJhellico) - Update Thailand holidays: 2025-2026 Bridge Public Holidays (#2123 by @PPsyrius) - Update Unites States holidays: remove Columbus Day from countrywide holidays (#2106 by @KJhellico) - Update `TestCase::assertLocalizedHolidays`: add subdivisions holidays support (#2117 by @KJhellico) - Update helpers::_normalize_arguments, add helpers tests (#2122 by @arkid15r) - Update ruff configuration: add Pylint errors check (#2119 by @KJhellico) - Add Europe Day to InternationalHolidays (#2114 by @KJhellico) - Add Portugal subdivision aliases (#2110 by @dgomes) # Version 0.60 Released November 4, 2024 - Refactor Australia tests (#2088 by @KJhellico) - Refactor Cambodia and Laos test cases (#2086 by @PPsyrius) - Refactor Canada tests (#2084 by @KJhellico) - Refactor United States tests (#2087 by @KJhellico) - Refactor v1 incompatibility warning (#2100 by @arkid15r) - Update the Philippines holidays: add `en_PH`, `en_US`, `fil`, `th` localization (#2093 by @PPsyrius, @arkid15r) - Fix `make l10n` removing loc comment for Asarnha Bucha (#2091 by @PPsyrius) - Fixed Thai Calendar test case coverage (#2090 by @PPsyrius) - Improve .po files "Language-Team" header consistency (#2098 by @arkid15r) - Update Albania holidays, add l10n support (#2104 by @KJhellico) - Update Australia holidays: remove `Adelaide Cup Day` holiday pre-1973 for South Australia (#2082 by @PPsyrius) - Update CONTRIBUTING.rst (#2085 by @arkid15r) - Update Germany holidays: add East German Uprising Day 2028 in Berlin (#2092 by @PPsyrius) - Update Indonesia holidays: `th` localization, more refractor (#2097 by @PPsyrius) - Update Indonesia holidays: add 2024 Local Election, exact historic dates from 1963 onwards (#2102 by @PPsyrius) - Update Spain holidays in 2025 (#2080 by @KJhellico) - Update Thailand holidays in 2025 (#2081 by @PPsyrius) - Update Timor-Leste holidays (#2078 by @KJhellico) - Update United States holidays: Alaska state holidays correction (#2083 by @PPsyrius) - Simplify PR template (#2099 by @arkid15r) # Version 0.59 Released October 21, 2024 - Update Vietnam holidays: add `th` localization (#2060 by @PPsyrius) - Update Germany holidays: add Liberation from Nazi Regime Day 2025 in Berlin (#2052 by @hf-kklein, @PPsyrius) - Update Johor (Malaysia) and United Arab Emirates `weekend` observance, cleanup others (#2048 by @PPsyrius) - Update Vietnam holidays (#2049 by @KJhellico) - Update `InternationalHolidays::_add_world_war_two_victory_day()` method (#2064 by @KJhellico) - Update `holidays` package metadata (#2063 by @arkid15r) - Update metadata Python versions (#2069 by @arkid15r) - Add `EasternCalendarHolidays` to holidays groups (#2062 by @KJhellico) - Drop Python 3.8 support (#2042 by @PPsyrius) - Satisfy mypy requirements (#2053 by @arkid15r) # Version 0.58 Released October 7, 2024 - Add Congo holidays (#2037 by @PPsyrius) - Add Saint Kitts & Nevis holidays (#2005 by @PPsyrius, @arkid15r) - Add Vietnamese translation of VietNam holidays (#2025 by @vunhatchuong, @arkid15r) - Update Kazakhstan holidays: add substituted holidays, localization (#2023 by @KJhellico) - Update Malaysia holidays: add `th` localization (#2030 by @PPsyrius) - Update Singapore holidays: add `en_SG`, `en_US`, `th` localization (#2031 by @PPsyrius) - Update Sweden holidays: add `th` localization (#2029 by @PPsyrius) - Update Azerbaijan holidays in 2024 (#2018 by @KJhellico) - Update Curaçao holidays: add HALF_DAY holidays (#2039 by @KJhellico) - Update Japan holidays (#2013 by @KJhellico) - Update Nicaragua holidays (#2011 by @KJhellico) - Update Taiwan holidays (#2026 by @KJhellico, @arkid15r) - Update US holidays: American Samoa holidays (#2017 by @KJhellico) - Update United States holidays: fix Washington's Birthday in GA & IN (#2014 by @KJhellico) - Update `ci` label configuration (#2009 by @arkid15r) - Update apostrophes: change `’` to `'` (#2016 by @arkid15r) - Update working day related calculations (#2010 by @KJhellico, @arkid15r) - Add @PPsyrius to CODEOWNERS (#2008 by @arkid15r) - Move to `holidays` from `python-holidays` (#2027 by @arkid15r) - Remove deprecated `fix-encoding-pragma`, add `pyupgrade` (#2007 by @PPsyrius, @arkid15r) # Version 0.57 Released September 16, 2024 - Update Australia holidays: add `en_AU`, `en_US`, `th` localization (#1977 by @PPsyrius) - Fix some docstrings (#1994 by @KJhellico) - Update Australia holidays: fix Christmas Day in ACT (#1986 by @KJhellico) - Update Germany holidays: add `th` localization, deprecated non-standard ISO code, add subdivision aliases (#1979 by @PPsyrius, @arkid15r) - Update Jersey holidays (#1971 by @PPsyrius) - Update South Korea holidays: add Armed Forces Day in 2024 (#1973 by @KJhellico) - Update examples to reflect recent holidays changes (#1978 by @KJhellico) - Add Frances Xavier Cabrini Day for United States, Colorado (#1995 by @e2thenegpii, @arkid15r) - Extend `_ThaiLunisolar` calendar support to 2157 (#1981 by @PPsyrius) - Unify en_US Islamic holidays name translation (#1984 by @KJhellico) # Version 0.56 Released September 2, 2024 - Refactor Lao New Year holidays (#1962 by @PPsyrius) - Add 1991-2022 Russian substituted holidays (#1957 by @PPsyrius) - Add Dominica holidays (#1956 by @PPsyrius) - Add Haiti holidays (#1932 by @PPsyrius, @arkid15r) - Change "St." to "Saint" in holidays names (#1966 by @KJhellico) - Update Brunei Darussalam islamic holidays for 2024 (#1937 by @PPsyrius) - Update Cambodian holidays for 2024 (#1936 by @PPsyrius) - Update Dominican Republic holidays: fix Restoration Day (#1965 by @KJhellico, @arkid15r) - Update HU: add 2025 substituted holidays (#1954 by @Gizsviu) - Update Philippines holidays (#1938 by @KJhellico) - Update SBOM artifact path (#1934 by @arkid15r) - Update Snapshot for 0.55 changes (#1935 by @PPsyrius) - Update `numpy` test requirements (#1944 by @PPsyrius, @arkid15r) - Update pyproject.toml: remove `target-version` from tool.ruff (#1950 by @arkid15r) - Add Easter Tuesday to Christian holidays group (#1959 by @KJhellico) - Add New Zealand Subdivision Aliases (`EN`, `MI`, HASC) (#1952 by @PPsyrius) - Add PR labeler (#1968 by @arkid15r) - Add Python 3.13 (beta) to CI/CD (#1949 by @KJhellico) - Add automatic snapshots update workflow (#1939 by @arkid15r) - Migrate deprecated Bosnia-Herzegovina subdivisions to subdivision aliases (#1947 by @PPsyrius) - Migrate deprecated Italy subdivisions to subdivision aliases (#1951 by @PPsyrius) - Migrate deprecated United Kingdom subdivisions to subdivision aliases (#1945 by @PPsyrius, @KJhellico) - Restore Malaysia's 3-letter code as subdivisions aliases (#1946 by @PPsyrius) - Standardize snapshot names (#1967 by @arkid15r) # Version 0.55 Released August 19, 2024 - Add Samoa holidays (#1914 by @kasya) - Fix misleading France subdivision (#1931 by @MichaelMure) - Update CI/CD: add CodeQL workflow (#1910 by @arkid15r) - Update CI/CD: simplify gh release upload (#1924 by @arkid15r) - Update Github release upload process (#1902 by @arkid15r) - Update SG: add 2025 official holidays (#1903 by @mborsetti, @arkid15r) - Update UA: move martial law holidays to WORKDAY category (#1921 by @KJhellico) - Update pre-commit: add bandit (#1913 by @arkid15r) - Update utils.py (#1908 by @JohnRoz, @arkid15r) - Add special weekends format for certain countries (#1923 by @PPsyrius, @arkid15r) - Implement simple CycloneDX SBOM generation (#1925 by @arkid15r) # Version 0.54 Released August 5, 2024 - Add Mauritania holidays (#1884 by @kasya) - Fix Malawi tests (#1880 by @arkid15r) - Update CI/CD pip caching (#1866 by @arkid15r) - Update FI: add unofficial holidays (#1885 by @alexei-mobal, @arkid15r) - Update Finland holidays l10n (#1883 by @KJhellico) - Update PR template (#1894 by @arkid15r) - Update RU: add 2025 substituted holidays (#1886 by @Alexeyzhu) - Update docs requirements: revert sphinx to v7.4.7 (#1893 by @arkid15r) - Update pre-commit automatic update (#1896 by @arkid15r) - Update release process: upload artifacts to Github (#1898 by @arkid15r) - Add documentation build test to CI/CD (#1895 by @KJhellico) - Don't run tests on Github readonly queue push events (#1868 by @arkid15r) - Drop PyPy support (#1878 by @arkid15r) # Version 0.53 Released July 15, 2024 - Update Chile holidays: add bank holidays (#1857 by @KJhellico) - Extend `HolidayBase::__setitem__` to handle names including '; ' (#1858 by @arkid15r) # Version 0.52 Released July 1, 2024 - Update CI/CD: don't cancel concurrent jobs for dev/main/v1 (#1840 by @arkid15r) - Update Italy holidays: add Venice provincial holiday (#1842 by @KJhellico) - Update coverage badge (#1839 by @arkid15r) - Update docs: add years example (#1851 by @arkid15r) - Update v1 incompatibility warning (#1850 by @arkid15r) - Add GitHub issue templates (#1845 by @arkid15r) - Tune up CI/CD jobs concurrency (#1834 by @arkid15r) # Version 0.51 Released June 17, 2024 - Update Aruba and Curaçao holidays l10n (split locales) (#1827 by @KJhellico) - Update Brazil holidays: add new Nov 20 holiday (#1832 by @KJhellico) - Update CI/CD job concurrency (#1823 by @arkid15r) - Update CI/CD job concurrency (#1830 by @arkid15r) - Update README.rst (#1828 by @arkid15r) - Update ruff configuration (#1819 by @arkid15r) - Align India subdivisions with ISO 3166-2 (#1821 by @KJhellico) - Migrate to codecov.io (#1818 by @arkid15r) - Narrow down ignored warnings (#1816 by @arkid15r) # Version 0.50 Released June 3, 2024 - Refactor some holidays with uncommon rules (#1807 by @KJhellico) - Add Greenland holidays (#1811 by @Klintrup, @arkid15r) - Fix docs: update Italy docstring (#1808 by @arkid15r) - Update Italy holidays (#1805 by @KJhellico) - Add 2024 Russian Substituted Holidays (#1799 by @PPsyrius) - Add Georgian government holiday for May 17, 2024 (#1802 by @PPsyrius, @arkid15r) - Add v1 future incompatibility warning (#1801 by @arkid15r) - Migrate Japan holidays to ObservedHolidayBase (#1810 by @KJhellico) - Synchronize entity dynamic imports (#1794 by @Izzette) # Version 0.49 Released May 20, 2024 - Refactor Laos holidays (#1797 by @KJhellico) - Add IFEU holidays (#1792 by @benjfield, @arkid15r) - Update Hong Kong holidays (#1767 by @KJhellico, @arkid15r) - Update Malaysia holidays (#1791 by @KJhellico) - Update observed rules: add holiday removal support (#1796 by @arkid15r) - Address numpy int argument conversion issue (#1782 by @arkid15r) - Replace `datetime::timedelta` with custom function (#1785 by @KJhellico) # Version 0.48 Released May 6, 2024 - Introduce workdays calculation support (#1773 by @KJhellico) - Refactor `HolidayBase::__getattr__`: speed up \_add_holiday_* methods (#1764 by @KJhellico) - Add Palau holidays (#1776 by @PPsyrius, @arkid15r) - Update Greece holidays: move 2024 Labor Day to May 7 (#1786 by @KJhellico) - Update Timor-Leste holidays (#1772 by @KJhellico) - Update United States holidays: fix Confederate Memorial Day in MS (#1775 by @KJhellico) - Update badges in README (#1770 by @KJhellico) - Update CI/CD: fix macOS Python versions (#1778 by @arkid15r) - Extend HolidayBase::_add_holiday family methods with Easter support (#1762 by @KJhellico) - Prioritize entity default holiday category processing (#1769 by @KJhellico) # Version 0.47 Released April 15, 2024 - Refactor some sequential holidays (#1750 by @KJhellico) - Add Jordan holidays (#1746 by @firaskafri, @arkid15r) - Change contributors badge placement (#1753 by @arkid15r) - Update Australia holidays: fix Sovereign's Birthday dates in WA (#1757 by @KJhellico) - Update Eid al-Fitr 2024 dates (#1758 by @KJhellico) - Update European Central Bank holidays (#1754 by @KJhellico) - Update Poland holidays: fix Ascension Day (#1751 by @KJhellico) - Update South Africa holidays: add public holiday on May 29, 2024 (#1749 by @KJhellico) - Update contributing guidelines (#1752 by @arkid15r) # Version 0.46 Released April 1, 2024 - Fix Romanian language strings: replace U+015F with proper U+0219 (#1739 by @KJhellico) - Update (c) in file headers and LICENSE (#1672 by @dr-prodigy) - Update Australia holidays (#1736 by @KJhellico) - Update Makefile clean action (#1738 by @arkid15r) - Update US tests: Day After Thanksgiving (#1742 by @arkid15r) - Update United Kingdom holidays: fix observed New Year's Day in Scotland (#1735 by @KJhellico) - Update tests: use assertIsInstance (#1737 by @arkid15r) - Fix README layout (attempt 1) (#1745 by @arkid15r) - Add file header pre-commit check (#1744 by @arkid15r) - Add package build tests (#1733 by @KJhellico) - Unify file headers after recent update (#1743 by @KJhellico) # Version 0.45 Released March 18, 2024 - Add Python 3.12 support (#1721 by @arkid15r) - Add Kuwait holidays (#1707 by @arkid15r) - Add Seychelles holidays (#1728 by @PPsyrius) - Fix SonarCloud security hotspots (#1718 by @arkid15r) - Fix SonarCloud security hotspots (attempt #2) (#1720 by @arkid15r) - Fix SonarCloud security hotspots (attempt #3) (#1723 by @arkid15r) - Update Mexico holidays (#1722 by @KJhellico) - Update pre-commit config (#1732 by @KJhellico) # Version 0.44 Released March 4, 2024 - Update Ethiopia holidays (#1704 by @KJhellico) - Update RELEASE.rst (#1698 by @arkid15r) - Update Ukrainian translations (proper apostrophe) (#1714 by @KJhellico) - Update make clean action: delete docs autosummary (#1711 by @arkid15r) - Update snapshots: Portugal holidays (#1709 by @PPsyrius) - Update test coverage to 100% (#1715 by @KJhellico) - Add AUTHORS file (#1700 by @arkid15r) - Add `UNOFFICIAL` category for the United States (#1669 by @PPsyrius) - Rename repository branches (#1699 by @arkid15r) # Version 0.43 Released February 19, 2024 - Introduce subdivisions aliases (#1662 by @sphh, @arkid15r) - Update Ireland holidays (#1687 by @KJhellico) - Update Portugal holidays: fix Carnival date (#1694 by @DgRosa) - Update Taiwan holidays (#1688 by @KJhellico) - Update Thailand holidays: add Bridge Public Holiday on Apr 12, 2024 (#1690 by @PPsyrius) # Version 0.42 Released February 5, 2024 - Add Ghana holidays (#1639 by @JerryAgbesi, @arkid15r) - Add Jersey holidays (#1664 by @PPsyrius) - Update Costa Rica holidays (#1657 by @KJhellico) - Update Croatia holidays (#1659 by @KJhellico) - Update Greece holidays (#1663 by @KJhellico) - Update Switzerland holidays (#1648 by @KJhellico) - Update United Arab Emirates holidays (#1667 by @KJhellico) - Update ruff config (#1684 by @KJhellico) - 2020 China calendar discrepancies fix (#1645 by @PPsyrius) - Add United Kingdom's Whit Monday holidays for pre-1971 years (#1668 by @PPsyrius) - Ruff cleanup (#1680 by @PPsyrius, @arkid15r) - Unify common holidays name translation (#1673 by @KJhellico) - Use current version for release notes generation (#1661 by @arkid15r) - Use ruff instead of black+flake8 (#1671 by @arkid15r) # Version 0.41 Released January 15, 2024 - Introduce observed_estimated_label (#1633 by @arkid15r) - Refactor Thai calendar (#1628 by @KJhellico) - Update Portugal holidays: add uk localization (#1616 by @KJhellico) - Fix dev env setup issues (#1627 by @peter-ni-noob) - Update Argentina holidays (#1641 by @KJhellico) - Update China holidays: add observed and substituted holidays in 2001-2024 (#1613 by @KJhellico) - Update Cyprus holidays (#1632 by @KJhellico) - Update Malaysia holidays (#1625 by @shahonseven, @arkid15r) - Update Paraguay holidays (#1634 by @KJhellico) - Update Thailand holidays (#1626 by @PPsyrius) - Update US holidays: add CO Cesar Chavez Day (#1629 by @nwithan8) - Update Uzbekistan holidays, add l10n support (#1622 by @KJhellico) - Update common tests (#1637 by @arkid15r) - Update estimated label uk l10n (#1635 by @arkid15r) - Document the release process (#1611 by @arkid15r) - Implement en_US localization for all localized countries (#1614 by @KJhellico) - Move RELEASE.rst to upper level (#1623 by @arkid15r) - Refresh snapshots, reformat th/cn.po (#1631 by @arkid15r) - Simplify estimated label text (#1615 by @KJhellico) - Unify observed labels format (#1636 by @arkid15r) # Version 0.40 Released January 1, 2024 - Refactor Germany special holidays (#1595 by @KJhellico) - Add Papua New Guinea holidays (#1605 by @PPsyrius) - Fix United States and Guam holidays (#1607 by @KJhellico) - Fix inconsistent localization team naming in .po files (#1602 by @PPsyrius) - Update IL snapshot (#1608 by @arkid15r) - Update Kazakhstan: fix URL escaping (#1619 by @heikkiorsila, @arkid15r) - Update README: fix shields style (#1620 by @arkid15r) - Update Spain holidays, add l10n support (#1610 by @KJhellico) - Update Taiwan holidays, add l10n support (#1600 by @PPsyrius) - Extend native holiday categories support (#1597 by @arkid15r) # Version 0.39 Released December 18, 2023 - Refactor holiday categories handling (#1584 by @arkid15r) - Update Azerbaijan holidays, add l10n support (#1579 by @KJhellico) - Update Israel holidays (#1557 by @arkid15r) - Update Laos and Thailand special observed holidays (#1587 by @KJhellico) - Update Makefile: fix snapshot generation process (#1594 by @arkid15r) - Update NYSE holidays: fix New Year's Day observed (#1585 by @KJhellico) - Update Netherlands holidays: fix Liberation Day (#1592 by @KJhellico) - Update Singapore 2024 holidays (#1588 by @KJhellico) # Version 0.38 Released December 4, 2023 - Add categories and subdivisions support to special observed holidays (#1561 by @KJhellico) - Add categories and subdivisions support to substituted holidays (#1558 by @KJhellico) - Update Czechia holidays: add sk localization (#1568 by @jose1711, @arkid15r) - Update PR template and contributing guidelines (#1574 by @arkid15r) - Update documentation: add supported entities section (#1564 by @arkid15r) - Update snapshot generator: group holidays by subdiv (#1578 by @KJhellico) - Update test coverage to 100% (#1573 by @arkid15r) - Add supported categories validation (#1576 by @arkid15r) - Merge substituted holidays with special holidays (#1580 by @KJhellico) - Migrate South Korea holidays to ObservedHolidayBase (#1560 by @KJhellico) - Prepare project for Weblate integration [UA] (#1565 by @arkid15r) # Version 0.37 Released November 20, 2023 - Update Japan holidays: add th localization (#1545 by @PPsyrius) - Fix Brazil subdivisions holidays (#1562 by @KJhellico) - Update Denmark holidays: add holiday categories (#1555 by @KJhellico) - Update Hungary holidays: add substituted holidays (#1551 by @KJhellico) - Update Israel holidays (#1541 by @KJhellico) - Update Netherlands holidays: add holiday categories (#1552 by @KJhellico) - Update Slovakia holidays (#1546 by @jose1711) - Update South Korea holidays, add l10n support (#1536 by @PPsyrius) - Update Spain holidays in 2024 (#1537 by @KJhellico) - Update Turkey holidays: add holiday categories and l10n support (#1556 by @KJhellico) - Update Ukraine holidays (#1547 by @KJhellico) - Update badges in README (#1544 by @kasya) - Add `_next_year_new_years_day` to InternationalHolidays (#1539 by @KJhellico) - Extend HolidayBase::categories to accept a single value (#1550 by @arkid15r) - Migrate NYSE holidays to ObservedHolidayBase (#1548 by @KJhellico) # Version 0.36 Released November 6, 2023 - Add special holidays per subdivisions support (#1520 by @KJhellico) - Add special_holidays_observed support (#1535 by @KJhellico) - Refactor Australia holidays (#1531 by @KJhellico) - Refactor Isle of Man holidays (Tynwald Day) (#1532 by @KJhellico) - Add Bahamas holidays (#1517 by @PPsyrius) - Add Timor-Leste holidays (#1516 by @PPsyrius) - Add Tonga holidays (#1534 by @PPsyrius) - Update Portugal holidays: add holiday categories (#1529 by @KJhellico) - Update South Africa holidays: add holiday in honor of Winning the Rugby World Cup 2023 (Dec 15, 2023) (#1538 by @KJhellico) - Update snapshots generator (#1530 by @KJhellico) - Add Thailand's Bridge Public Holiday on Dec 29, 2023 (#1528 by @PPsyrius) - Migrate the remaining `special_holidays` to `StaticHolidays` class (#1519 by @PPsyrius) - Remove hard-coding observed_rule for Bahamas (#1527 by @PPsyrius) - Remove redundant gettext assignment (#1533 by @arkid15r) - Set concurrency group for CI/CD jobs (#1540 by @arkid15r) - Set pyproject.toml project version dynamically (#1525 by @arkid15r) - Use OIDC (trusted publishers) for PyPI uploads (#1523 by @arkid15r) - Use setdefault instead of hard-coding observed_rule and observed_since (#1521 by @BossColo) # Version 0.35 Released October 16, 2023 - Refactor static holidays (#1509 by @arkid15r) - Add Maldives holidays (#1508 by @kasya) - Add Tanzania holidays (#1505 by @PPsyrius) - Fix estimated label for multiple holiday group entities (#1512 by @arkid15r) - Update China holidays add non-statutory holidays support, l10n, optional half-day holidays (#1491 by @PPsyrius) - Update Thailand holidays: name change for October 13 holiday (#1493 by @PPsyrius) - Update United States holidays: Columbus Day adjustment (#1503 by @KJhellico) - Update documentation for holiday categories usage (#1506 by @KJhellico) - Update pre-commit hooks automatic update workflow (#1507 by @arkid15r) - Update project metadata: add @KJhellico to maintainers (#1501 by @arkid15r) - Add py.typed to MANIFEST.in includes (#1498 by @arkid15r) - Implement Tanzania `StaticHolidays` (#1513 by @PPsyrius) - Simplify PR template (#1502 by @arkid15r) - Standardize custom holiday classes use (#1510 by @arkid15r) # Version 0.34 Released October 2, 2023 - Introduce holiday snapshots (#1478 by @arkid15r) - Add Laos holidays (#1483 by @PPsyrius) - Update Belarus holidays: add substituted holidays (#1486 by @KJhellico) - Update ES snapshot (#1481 by @arkid15r) - Update NYSE holidays: fix Juneteenth National Independence Day start year (#1484 by @KJhellico) - Update Spain holidays (#1476 by @KJhellico) - Update package configuration: migrate to pyproject.toml (#1466 by @arkid15r) # Version 0.33 Released September 18, 2023 - Add merge queue support (#1464 by @arkid15r) - Introduce ObservedHolidays class (#1444 by @KJhellico, @arkid15r) - Update Algeria holidays: add fr localization (#1467 by @abh31000) - Fix README.rst (#1472 by @KJhellico) - Update Belgium holidays: add bank holidays (#1457 by @KJhellico) - Update Brazil holidays: specify optional holidays (#1452 by @KJhellico) - Update Canada holidays (#1448 by @KJhellico) - Update Liechtenstein holidays: specify bank holidays (#1462 by @KJhellico) - Update PR template (#1461 by @arkid15r) - Update Thailand holidays: add holiday categories (#1346 by @PPsyrius, @arkid15r, @KJhellico) - Update United Kingdom holidays (#1454 by @KJhellico) - Update documentation: add language usage example to examples.rst (#1456 by @jovana, @arkid15r, @KJhellico) - Update l10n files: fix ar, en_US headers (#1468 by @abh31000) - Update pre commit automatic update workflow (#1469 by @arkid15r) - Update skipIf rules for heavy tests (#1460 by @arkid15r) - Migrate remaining countries to ObservedHolidayBase (#1463 by @KJhellico) - Tune pre-commit auto-update workflow (#1473 by @arkid15r) # Version 0.32 Released September 4, 2023 - Add subdivision category holidays support (#1446 by @KJhellico) - Fix months imports (#1442 by @KJhellico) - Improve code owners transparency (#1440 by @arkid15r) - Update HolidayBase tests (#1447 by @arkid15r) - Update documentation: correct inheritance example (#1438 by @arkid15r) - Add CODEOWNERS (#1436 by @arkid15r) - Add pre-commit hooks autoupdate workflow (#1441 by @KJhellico) # Version 0.31 Released August 21, 2023 - Refactor HolidayBase methods (#1425 by @KJhellico) - Add Barbados holidays (#1393 by @arjunanan6) - Add Iran holidays (#1409 by @KJhellico) - Add Vanuatu holidays (#1423 by @Strategos1) - Fix Ukraine overlapping observed holidays (#1421 by @KJhellico) - Update Barbados holidays (#1430 by @KJhellico) - Update Saudi Arabia holidays: fix Eid al-Fitr and Eid al-Adha observance (#1414 by @KJhellico) - Update Singapore holidays: add 2023 Polling Day (#1424 by @mborsetti) - Update Slovenia holidays: add 2023 Solidarity Day (#1426 by @kanobi, @PPsyrius) - Update Vanuatu holidays (#1431 by @KJhellico) - Add l10n tests (#1420 by @arkid15r) - Add latest Python 3.12 release to tests (#1432 by @KJhellico) - Use holidays.groups instead of holidays.holiday_groups (#1428 by @arkid15r) - Use typing cast for `HolidayBase::__eq__` (#1429 by @arkid15r) # Version 0.30 Released August 7, 2023 - Introduce substituted holidays [PoC] (#1365 by @KJhellico) - Refactor tests (#1400 by @KJhellico) - Update Georgia holidays, add uk localization (#1398 by @KJhellico) - Update Greece holidays: add uk localization (#1401 by @KJhellico) - Update Morocco holidays: add fr localization (#1375 by @KJhellico) - Update Angola holidays, add l10n support (#1379 by @KJhellico) - Update Bolivia holidays, add l10n support (#1388 by @KJhellico) - Update Djibouti holidays, add l10n support (#1374 by @KJhellico) - Update Indonesia holidays, add l10n support (#1389 by @KJhellico) - Update Japan holidays: add bank holidays (#1390 by @KJhellico) - Update Mozambique holidays, add l10n support (#1386 by @KJhellico) - Update South Korea holidays (#1391 by @KJhellico) - Update Taiwan holidays (#1373 by @KJhellico) - Update TestCase::_assertLocalizedHolidays(): add supported_categories holidays (#1376 by @KJhellico) - Update Uruguay holidays (#1383 by @KJhellico) - Update internal scripts (#1403 by @arkid15r) - Update some URLs after moving to an organization (#1387 by @arkid15r) - Add JULIAN_REVISED_CALENDAR calendar (#1380 by @KJhellico) - Add Python 3.12.0-beta.4 environment (#1385 by @arkid15r) - Add Special In Lieu Holiday on July 31, 2023 for Thailand (#1396 by @PPsyrius) - Add substituted holidays test (#1384 by @KJhellico) - Automatically convert subdivision code from int to str (#1415 by @arkid15r) - Extend `HolidayBase::_add_holiday` family methods [PoC] (#1368 by @arkid15r) - Finalize `HolidayBase::_add_holiday_*` family methods migration (#1416 by @arkid15r) - Use `HolidayBase::_add_holiday_*` family methods [b] (#1395 by @arkid15r) - Use `HolidayBase::_add_holiday_*` family methods [c] (#1397 by @arkid15r) - Use `HolidayBase::_add_holiday_*` family methods [d-f] (#1399 by @arkid15r) - Use `HolidayBase::_add_holiday_*` family methods [g-h] (#1402 by @arkid15r) - Use `HolidayBase::_add_holiday_*` family methods [i-k] (#1405 by @arkid15r) - Use `HolidayBase::_add_holiday_*` family methods [l-m] (#1406 by @arkid15r) - Use `HolidayBase::_add_holiday_*` family methods [n-p] (#1407 by @arkid15r) - Use `HolidayBase::_add_holiday_*` family methods [q-s] (#1410 by @arkid15r) - Use `HolidayBase::_add_holiday_*` family methods [t-u] (#1411 by @arkid15r) - Use `HolidayBase::_add_holiday_*` family methods [v-z] (#1413 by @arkid15r) # Version 0.29 Released July 17, 2023 - Refactor movable holidays (#1357 by @KJhellico) - Add Guatemala holidays (#1364 by @aztrock) - Add Arabic localization (#1341 by @abh31000) - Optimize .po files update process (#1372 by @KJhellico) - Optimize HolidayBase::get_named() method (#1366 by @KJhellico) - Update .po files format: remove location comments (#1362 by @KJhellico) - Update Algeria holidays: add missing file headers (#1363 by @arkid15r, @KJhellico) - Update Eid-al-Adha 2023 exact dates (#1361 by @KJhellico) - Update InternationalHolidays group: add May 2 and 3 (#1367 by @KJhellico) - Update Ireland holidays: finish migration to holiday groups (#1350 by @KJhellico) - Update United Kingdom holidays: update certain holidays start years (#1353 by @KJhellico) - Migrate Bangladesh and Russia to holiday groups (#1371 by @KJhellico) - Migrate Belgium and Luxembourg to holiday groups, add l10n support (#1343 by @KJhellico) - Migrate Bulgaria holidays to holiday groups and categories (#1351 by @KJhellico) - Migrate Croatia, Czechia and Slovenia to holiday groups, add l10n support (#1344 by @KJhellico) # Version 0.28 Released July 3, 2023 - Add special holidays categories support (#1347 by @KJhellico) - Introduce holiday categories support (#1320 by @KJhellico) - Fix Marshall Islands tests warning (#1354 by @KJhellico) - Fix common::TestCase methods (#1324 by @KJhellico) - Optimize .py files formatting (#1332 by @KJhellico) - Optimize .py files formatting (tests) (#1337 by @KJhellico) - Update Baltic countries holidays, add l10n support (#1340 by @KJhellico) - Update Bosnia and Herzegovina holidays, add l10n support (#1336 by @KJhellico) - Update PR template (#1330 by @arkid15r) - Update configuration files (#1327 by @arkid15r) - Add HolidayBase methods for relative weekdays calculation (#1334 by @KJhellico) - Clean up calendars (#1349 by @arkid15r) - Drop Python 3.7 support (#1326 by @arkid15r) - Migrate Ireland holidays to holiday groups (#1333 by @KJhellico) - Migrate Madagascar to holiday groups, add l10n support (#1335 by @KJhellico) - Migrate Malta to `holiday_groups`, add l10n support (#1338 by @PPsyrius, @arkid15r) - Migrate Marshall Islands to `holiday_groups` (#1342 by @PPsyrius) - Migrate United States holidays to holiday groups and subdivision holidays methods (#1331 by @KJhellico) - Remove redundant `#noqa E501` labels (#1322 by @PPsyrius) # Version 0.27.1 Released June 21, 2023 - Fix HolidayBase::pop_named partial holiday names removal (#1325 by @arkid15r) # Version 0.27 Released June 19, 2023 - Refactor HolidayBase::pop_named (#1306 by @arkid15r) - Refactor `_add_observed()` methods (#1282 by @KJhellico) - Refactor common::TestCase methods (#1308 by @arkid15r) - Refactor common::TestCase::assertLocalizedHolidays (#1315 by @arkid15r) - Refactor holiday groups (#1295 by @arkid15r) - Add Brunei Darussalam holidays (#1168 by @PPsyrius, @arkid15r) - Add Burkina Faso holidays (#1278 by @KJhellico) - Add Cambodia holidays (#1294 by @PPsyrius) - Add Chad holidays (#1279 by @KJhellico) - Improve calendars and special holidays readability (#1296 by @arkid15r) - Update .py files formatting (#1297 by @arkid15r) - Update Argentina holidays: fix movable holidays prior to 2010 (#1258 by @PPsyrius) - Update United Kingdom holidays (#1316 by @KJhellico) - Add Columbus day to InternationalHolidays (#1256 by @PPsyrius) - Add Isle Of Man 1970 test (#1304 by @arkid15r) - Add `_add_childrens_day(...)` to `InternationalHolidays` (#1300 by @PPsyrius) - Allow using ISO 639-2 (three-letter) language codes (#1313 by @arkid15r) - Clean up configuration files (#1318 by @arkid15r) - Make Tynwald Day movable from 1992 onwards for Isle of Man (#1310 by @PPsyrius) - Migrate Angola holidays to holiday groups (#1276 by @kasya) - Migrate Aruba to holiday groups (#1303 by @PPsyrius, @arkid15r) - Migrate Colombia to holiday groups (#1259 by @PPsyrius) - Migrate Curaçao to holiday groups (#1309 by @PPsyrius, @arkid15r) - Migrate Hungary to holiday groups, add l10n support (#1311 by @KJhellico) - Migrate LATAM countries to holiday groups (#1312 by @KJhellico) - Migrate South Africa holidays to holiday groups (#1301 by @KJhellico) - Migrate remaining countries to custom calendar types (#1277 by @KJhellico) - Migrate some African countries to holiday groups (#1302 by @KJhellico) - Run entity import tests on latest Python version only (#1305 by @arkid15r) - Use aware UTC datetimes internally (#1314 by @scop) # Version 0.26 Released June 5, 2023 - Add estimated_label localization support to Asian holiday groups (#1229 by @KJhellico) - Introduce Asian holidays pre-calculated data (#1148 by @KJhellico) - Refactor calendars: optimize inheritance and scope (#1251 by @arkid15r) - Refactor common::TestCase (#1221 by @arkid15r) - Refactor existing utils methods, add list localized entities methods (#1185 by @arkid15r) - Refactor long running tests (#1182 by @KJhellico) - Add Belize holidays (#1181 by @KJhellico) - Add Cameroon holidays (#1243 by @KJhellico) - Add El Salvador holidays (#1198 by @KJhellico) - Add Gabon holidays (#1244 by @KJhellico) - Update Azerbaijan holidays: use custom Islamic calendar (#1231 by @KJhellico) - Update ChineseCalendarHolidays: add Ching Ming Festival (#1240 by @KJhellico) - Update Greece holidays: add Good Friday (#1257 by @KJhellico) - Update Morocco holidays (#1205 by @abh31000) - Update README supported country table format (#1241 by @arkid15r) - Update Singapore tests: cover non-observed holidays (#1184 by @arkid15r) - Update South Korea holidays: add alternative holidays for Birthday of the Buddha and Christmas Day (#1249 by @DiceMono) - Update Vatican City holidays (#1206 by @KJhellico) - Update Vatican City holidays: add Saint Joseph the Worker's Day introduction year check (#1242 by @PPsyrius) - Update calendar naming: fix grammar (#1220 by @arkid15r) - Update l10n related workflows (#1140 by @arkid15r) - Update test coverage: fix uncovered lines (#1250 by @arkid15r) - Add Asian calendars classes code generator (#1219 by @KJhellico) - Add EntityLoader inheritance error message (#1208 by @arkid15r) - Add Hebrew calendar class code generator (#1222 by @KJhellico) - Add St. James' and St. George's days to ChristianHolidays (#1230 by @KJhellico) - Migrate Botswana holidays to holiday groups (#1207 by @KJhellico, @arkid15r) - Migrate Cuba holidays to holiday groups (#1245 by @PPsyrius) - Migrate Kenya holidays to holiday groups (#1246 by @PPsyrius) - Migrate Montenegro holidays to holiday groups (#1248 by @kasya) - Migrate New Zealand holidays to holiday groups and subdivision holidays methods (#1212 by @KJhellico) - Migrate San Marino holidays to holiday groups (#1247 by @kasya) - Migrate United Kingdom holidays to holiday groups and subdivision holidays methods (#1213 by @KJhellico) - Migrate financial to holiday groups (#1174 by @arkid15r) # Version 0.25 Released May 15, 2023 - Introduce entity lazy loading, #1087 (@arkid15r) - Add Algeria holidays, #1176 (@abh31000) - Update Andorra holidays: fix AD-08 holiday, #1149 (@KJhellico) - Update Canada holidays localization: fix `th` tests and translation, #1147 (@PPsyrius) - Update Chile tests, #1150 (@KJhellico) - Update Russia holidays: add 2023 bridge holidays, #1142 (@leeloo-1337) - Update Slovakia holidays, localization, #1169 (@KJhellico) - Update Thailand tests: add special holidays, #1167 (@PPsyrius) - Update holiday groups: extend Easter methods, #1136 (@arkid15r) - Add Islamic calendar class code generator, #1128 (@KJhellico) - Add release notes generator, #1129 (@arkid15r) - Migrate Brazil holidays to holiday groups and subdivision holidays methods, #1137 (@KJhellico) - Migrate Slovakia holidays to holiday groups, #1143 (@kasya) - Reorder HolidayBase methods, #1175 (@arkid15r) - Unify code structure for Malaysia and Singapore, #1134 (@arkid15r) - Use a method per subdivision approach for [a-i] countries, #1133 (@arkid15r) # Version 0.24 Released May 1, 2023 - Introduce Islamic holidays pre-calculated data, #1090 (@KJhellico) - Introduce Israel holidays pre-calculated data , #1104 (@KJhellico) - Refactor calendars, introduce calendar customization, #1122 (@arkid15r) - Refactor country subdivisions, #1114 (@arkid15r) - Refactor weekday helpers: extend args to accept month/day tuple, #1112 (@arkid15r) - Optimize CI/CD stages, #1121 (@KJhellico) - Update Ukraine holidays: fix May 2021 observed holidays, #1113 (@arkid15r) - Update coverage upload process, #1131 (@arkid15r) - Update l10n scripts, #1100 (@arkid15r) - Add methods for localization tests, #1106 (@KJhellico) - Migrate Azerbaijan holidays to holiday groups, #1115 (@KJhellico) - Migrate Indonesia holidays to holiday groups, #1117 (@KJhellico) - Migrate Islamic holidays countries to holiday groups, #1103 (@KJhellico) - Migrate Malaysia holidays to holiday groups, #1120 (@KJhellico) - Migrate Saudi Arabia holidays to holiday groups, #1116 (@KJhellico) - Migrate Singapore holidays to holiday groups, #1118 (@KJhellico) - Migrate Thailand holidays to holiday groups, #1119 (@PPsyrius, @KJhellico) - Switch Vietnam holidays from Korean to Chinese lunisolar calendar, #1105 (@KJhellico) # Version 0.23 Released April 17, 2023 - Add Islamic multi-day holidays support to holiday_groups, #1086 (@KJhellico) - Refactor Japan observed holidays, #1081 (@KJhellico) - Refactor astronomic holidays, #1094 (@KJhellico) - Refactor long running countries tests, #1071 (@KJhellico, @arkid15r) - Update InternationalHolidays:_add_labour_day method, #1099 (@arkid15r) - Update Israel holidays, #1080 (@KJhellico) - Update utils list supported entities methods, #1043 (@arkid15r) - Add Ecuador holidays, #1070 (@KJhellico) - Add distribution build tests, #1085 (@arkid15r) - Add polib as a deploy process dependency, #1077 (@arkid15r) - Migrate Australia holidays to holiday groups and subdivision holidays methods, #1069 (@KJhellico) - Migrate Canada holidays to holiday groups and subdivision holidays methods, #1078 (@KJhellico) - Migrate German language countries holidays to holiday groups, #1096 (@KJhellico) - Migrate Jamaica holidays to holiday groups, #1065 (@KJhellico) - Migrate Mexico holidays to holiday groups, #1091 (@KJhellico) - Migrate Netherlands holidays to holiday groups, localization, #1098 (@KJhellico) - Migrate Scandinavian countries holidays to holiday groups, #1102 (@KJhellico) - Migrate Spain holidays to holiday groups and subdivision holidays methods, #1072 (@KJhellico) - Migrate Switzerland holidays to holiday groups, localization, #1097 (@KJhellico) - Migrate Vietnam holidays to holiday groups, #1064 (@KJhellico) - Normalize holidays dict keys type, #1084 (@arkid15r) - Reconfigure dependabot, #1092 (@arkid15r) - Standardize country alias tests, #1074 (@arkid15r) # Version 0.22 Released April 3, 2023 - Introduce holiday groups, #865 (@arkid15r, @KJhellico) - Introduce subdivision holidays methods, #1057 (@arkid15r) - Refactor .po and .mo files generation, #1033 (@KJhellico) - Refactor Dominican Republic movable holidays, #1046 (@KJhellico) - Refactor South Korea holidays: optimize alternative holidays, #1054 (@KJhellico) - Refactor common.TestCase: speed up tests, #1060 (@KJhellico) - Fix Canada localization, #1073 (@KJhellico) - Update Andorra parish holidays, #1036 (@KJhellico) - Update France holidays, localization, #1055 (@KJhellico) - Update Moldova holidays, localization, #1045 (@KJhellico) - Update PR template: add documentation mentioning, #1041 (@arkid15r) - Update PR template: rework tests related action item wording, #1058 (@arkid15r) - Update README: add missing th localization for Canada, #1032 (@PPsyrius) - Update Romania holidays, localization, #1044 (@KJhellico) - Update Uruguay localization: fix uk translation, #1035 (@KJhellico) - Update country/financial years tests, #1061 (@arkid15r) - Add Costa Rica holidays, #1048 (@KJhellico) - Extend `get_named()` lookup types: add `[i]startswith`, #1062 (@arkid15r) - Memoize list supported entities methods results, #1042 (@arkid15r) - Migrate Argentina holidays to holiday groups, #1051 (@PPsyrius) - Migrate Bahrain and India holidays to holiday groups, #1047 (@arkid15r) - Migrate Portugal holidays to holiday groups, #1050 (@PPsyrius) - Migrate Ukraine holidays to holiday groups, #1056 (@KJhellico) - Migrate Uruguay holidays to holiday groups, #1053 (@PPsyrius) - Migrate Venezuela holidays to holiday groups, #1052 (@PPsyrius) - Restore 100% test coverage, #1038 (@KJhellico) - Unify file headers, #1039 (@KJhellico) # Version 0.21.13 Released March 15, 2023 - Refactor NYSE holidays, #1018 (@KJhellico) - Fix distribution build, #1028 (@arkid15r) - Fix the documentation build warning, #1026 (@arkid15r) - Optimize TestAllInSameYear::test_all_countries test, #1001 (@arkid15r) - Update Canada localization: fr, #1015 (@KJhellico) - Update Denmark holidays: remove "Store bededag" starting 2024, #1013 (@malthe) - Update PR template, #1019 (@arkid15r) - Update Portugal holidays, #1011 (@PPsyrius) - Update Ukraine holidays, #1014 (@KJhellico) - Update package build process, #1020 (@arkid15r) - Add multiple countries localization: en_US, es, uk, #1012 (@KJhellico) - Unify country imports order, #1003 (@arkid15r) - Use native apostrophe for uk locale holiday names, #1004 (@arkid15r) # Version 0.21 Released March 6, 2023 - Refactor `HolidayBase::get_named`, #991 (@arkid15r) - Refactor calendars: extract to a separate module, #969 (@arkid15r) - Refactor common.TestCase, #979 (@arkid15r) - Refactor relative weekdays calculation: replace relativedelta, #1002 (@KJhellico) - Fix NYSE New Year's Day observance calculation, #1000 (@KJhellico) - Fix tox.ini typo, #994 (@mborsetti) - Improve Argentina holidays, #988 (@PPsyrius) - Optimize Azerbaijan observed holidays, #961 (@KJhellico) - Optimize Malaysia observed holidays, #963 (@KJhellico) - Optimize Nigeria observed holidays, #978 (@KJhellico) - Update Argentina holidays. Add holidays localization: uk, #968 (@KJhellico) - Update Chile holidays. Add localization: en_US, es, uk, #990 (@KJhellico) - Update Ireland holidays: St. Bridget's Day, #953 (@PPsyrius) - Update Japan holidays localization: en_US, #964 (@KJhellico) - Update Mexico holidays, #980 (@KJhellico) - Update PR template, #997 (@arkid15r) - Update Saudi Arabia holidays, #962 (@KJhellico) - Add Canada holidays localization: th, #986 (@PPsyrius) - Add Colombia holidays localization: en_US, es, uk, #965 (@KJhellico) - Add Monaco holidays localization: en_US, fr, uk, #966 (@KJhellico) - Add Thailand holidays localization: en_US, th, #946 (@PPsyrius) - Add functions for relative weekdays calculation, #989 (@KJhellico) - Add tox-ini-fmt to .pre-commit-config.yaml, #999 (@arkid15r) - Clean up Malaysia tests, #996 (@KJhellico) - Clean up Thailand localization and in-line code comments, #995 (@PPsyrius) - Clean up tests module loading, #992 (@arkid15r) - Use the built-in library for time zone functions, #993 (@mborsetti) # Version 0.20 Released February 23, 2023 - Add localization support, #827 (@arkid15r, @bkthomps, @dragoon) - Introduce `HolidayBase::_is_leap_year()`, #886 (@arkid15r) - Introduce `HolidayBase::_is_monday` - `HolidayBase::_is_sunday` helper methods, #841 (@arkid15r) - Refactor Burundi holidays, #925 (@KJhellico) - Refactor Cuba holidays, #927 (@KJhellico) - Refactor HolidayBase class and utils, #815 (@arkid15r) - Refactor common.TestCase, #926 (@arkid15r) - Refactor days offset calculation for recently added countries, #924 (@KJhellico) - Refactor days offset calculation: replace `relativedelta` with `timedelta` (tests), #901 (@arkid15r) - Refactor days offset calculation: replace `relativedelta` with `timedelta`, #900 (@arkid15r) - Refactor implicit returns, #935 (@arkid15r) - Add Panama holidays, #916 (@KJhellico) - Localize ascii incompatible countries, #955 (@arkid15r) - Change holiday name separator from ", " to "; ", #922 (@arkid15r) - Fix Hong Kong, #928 (@KJhellico) - Fix Islamic holidays calculation, #914 (@KJhellico) - Fix Thailand related changes coverage decrease, #942 (@arkid15r, @PPsyrius) - Fix Ukraine tests, #943 (@KJhellico) - Fix readthedocs.io build, #973 (@arkid15r) - Improve Thailand holidays, #929 (@PPsyrius, @arkid15r, @KJhellico) - Optimize Botswana observed holidays, #932 (@KJhellico) - Optimize Burundi observed holidays, #933 (@KJhellico) - Optimize Montenegro: observed holidays, #908 (@KJhellico) - Optimize Ukraine observed holidays, #934 (@KJhellico) - Optimize observed holidays, part 1, #949 (@KJhellico) - Optimize observed holidays, part 2, #952 (@KJhellico) - Update Albania observed holidays, #950 (@KJhellico) - Update Australia holidays: fix 2020 QLD holidays, #923 (@arkid15r) - Update Bolivia holidays, #910 (@KJhellico) - Update Bosnia and Herzegovina holidays, #909 (@KJhellico) - Update Canada holidays (add National Day for Truth and Reconciliation in British Columbia), #951 (@KJhellico) - Update Jamaica holidays, #913 (@KJhellico) - Update PR template, #960 (@arkid15r) - Update Poland holidays, add uk localization, #947 (@KJhellico) - Update dev/test environments, #930 (@arkid15r) - Upgrade dependency: change black version from 22.12.0 to 23.1.0, #921 (@arkid15r) - Upgrade pre-commit config: mypy v1.0.1, #970 (@arkid15r) - Add GitHub pull request template, #911 (@arkid15r) - Add International Women's Day for DE-MV, #936 (@alexanderschulze) - Add Marshall Islands (ISO-3666-1 code MH), #937 (@mborsetti) - Add Northern Mariana Islands (ISO-3666-2 code US-MP), #939 (@mborsetti) - Add United States Minor Outlying Islands (ISO-3666-2 code US-UM), #940 (@mborsetti) - ISO 3166-1 for US subdivisions, #941 (@mborsetti, @dr-prodigy) - Rename dev env setup target, #944 (@arkid15r) - Suppress warnings for tests, #945 (@arkid15r) # Version 0.19 Released January 30, 2023 - Copyright update 2023 - Added Arkadii Yakovets (@arkid15r) to project collaborators / maintainers - welcome! - Add supported countries tests #878 (@arkid15r) - Update tox configuration #881 (@arkid15r) - Use augmented assignment statements #890 (@arkid15r) - Clean up timedelta/relativedelta usage #892, #894 (@arkid15r) - Add Albania initial support #895 (@arkid15r) - Add Andorra initial support #896 (@arkid15r) - Add Bahrain initial support #888 (@arkid15r) - Add Montenegro initial support #897 (@arkid15r) - Add San Marino initial support #898 (@arkid15r) - Add Vatican City initial support #904 (@arkid15r) - Add Monaco holidays #877 (@KJhellico) - Migrate prophet.hdays countries #887 (@arkid15r) - Dominican Republic fix Corpus Christi holiday, tests refactoring #906 (@KJhellico) - Japan: substitute holidays and citizens' holidays calculation #879 (@KJhellico) - Singapore holidays update #880 (@KJhellico) # Version 0.18 Released December 27, 2022 - Code refactoring #801, #870 (arkid15r) - Test refactoring / common functions #800, #830, #844 (arkid15r) - Pre-commit reviews #786, #795 (KJhellico, arkid15r, dr-p) - Import cleanup, flake8 settings review #792 (arkid15r, KJhellico, dr-p) - PyMeeus for equinox and solstice calculation #828, #863 (Nalguedo) - Easter holidays refactoring and unification #803 (KJhellico) - Observed holidays calc optimizations #824 (KJhellico) - Special holidays refactoring for 13 countries #796 (arkid15r, KJhellico) - Support for Indonesia #787 (KJhellico) - Support for Pakistan #847 (KJhellico) - Support for Armenia #875 (KJhellico) - Korea renamed to South Korea #797 (arkid15r) - Azerbaijan: refactoring #859 (KJhellico) - Hong Kong: optimizations #786 (KJhellico) - Korea fixes #791 (KJhellico) + test optimizations (dr-p) - Zambia: optimizations and refactoring #798 (KJhellico) - Vietnam: optimizations and refactoring #799 (KJhellico) - Malaysia: optimizations, refactoring and fixes #802, #858 (KJhellico) - New Zealand: optimizations and refactoring #836 (KJhellico) - Chile: optimizations #834 (KJhellico) + fixes #828 (Nalguedo) - Uruguay updates #809 (KJhellico) - Kazakhstan updates #829, #867 (KJhellico) - Canada fixes #811 (jasonjensen) - Nigeria updates #823 (KJhellico) - NY Stock Exchange updates #817, #853 (SnowX65, KJHellico) - New Zealand optimizazions #872 (KJhellico) - Madagascar updates #818 (KJhellico) - Paraguay updates #819 (KJhellico) - United Kingdom updates #840 (KJhellico) - South Africa: optimizations and updates #820, #848 (KJhellico) - US updates #857 (KJhellico) - Switzerland: optimizations, fix #821 (KJhellico) - Angola: optimizations, fix #822, #835 (KJhellico) - India updates #825 (KJhellico) - NY Stock Exchange updates #833 (SnowX65, KJhellico) - Hungary fixes #826 (KJhellico) # Version 0.17.2 Released November 23, 2022 - Swaziland deprecation warning fix #794 (arkid15r) First release (0.17) November 13, 2022 - 100% test coverage, code refactoring #747, #749 (arkid15r) - Special holidays (one-off) support #724 (arkid15r, dr-p) - Support for Bosnia and Herzegovina #683, #725 (kasya, arkid15r) - Support for Liechtenstein #650, #728, #758 (kasya, arkid15r) - Added isort to pre-commit #722, #734 (arkid15r, dr-p) - Get item multiple return type fix (dr-p) TODO: possible refactor required - Sort overlapping holiday names #713 (kasya, arkid15r) - Supported country / financial lists fix #764 (arkid15r) - Various refactorings #777 (arkid15r) - Various refactorings #756, #759, #760, #766, #767, #770, #775, #776, #780 (KJhellico) - Portugal improvements #753 (Nalguedo) - Brazil improvements #761, #592 (Nalguedo) - Uruguay improvements #758 (kasya) - Hong Kong improvements #779, #782 (poshingchu) - Swaziland deprecation, replaced by Eswatini #721 (bkthomps) - Norway, Sweden rework #771 (arkid15r) - South Africa rework #773 (KJhellico) - Singapore fixes #717, #726, #754, #782 (amas01, mborsetti, kasya, poshingchu) - Canada fixes #715, #733 (bkthomps, MichaelThessel) - Honduras fixes #720, #744 (bkthomps, arkid15r) - Japan upgrades (added substitute holidays) #723 (shohirose) - Malaysia fix #736, #782 (shahonseven, poshingchu) - Ukraine fixes #743, #746 (KJhellico) - Bulgaria fixes #748 (KJhellico) - Isle of Man fix #762, #764 (arkid15r) - Lithuania fix #781 (Nalguedo) - Sweden fix #783 (sander-visser, KJhellico) # Version 0.16 Released September 16, 2022 This release is dedicated to Queen Elizabeth II (21 April 1926 -- 8 September 2022), who lived her long life as a monarch through 2 centuries, in both happy and difficult moments, with grace, dignity and an always inspiring strong sense of duty and warm heart. Goodbye "Lilibet", you have symbolically been a queen, a mother and a grandmother to a lot of us, and will be dearly missed. - Financial market support review, new method financial_holidays(..) #694 (dr-p) - Support for Moldova #695 (Thedand) - Support for Bolivia #679, #698 (kasya) - UK updates #702 (JPunter, violuke) - Australia updates #699 (Ryan-McCrory, dr-p) - Canada updates #710 (bkthomps) - New Zealand updates #708, #709 (dr-p, markhoneth) - NYSE updates #693, #696 (kasya) # Version 0.15 Released August 21, 2022 - Added support for Python3.11 (dr-p) - Updated README - improved badges area (dr-p) - Support for Cuba #678 (bthompson, dr-p) - Typechecking implementation, first release (HolidayBase, utils, some sample countries) #661 (dimbleby) - Test coverage improvement #633 (akosfurton, dr-p) - Drop support for UK subdivisions as countries (England, Scotland..) (dr-p) - Drop support for IsleOfMan as UK subdivision (dr-p) - Drop support for PortugalExt (ie: extended Portugal) (dr-p) - US fixes #675 (arkid15r) - Colombia fixes & test improvements #676 (bkthomps) - Venezuela fixes & test improvements #677 (bkthomps) - Canada fixes #579 (dr-p, scubaandre) - Ukraine refactoring #681 (kasya) - Italy update #689 (g-gg, dr-p) - Bump pre-commit and setup-python actions #672, #682, #686, #688 (dr-p) - Doc example fix #685 (steakhutzeee, dr-p) # Version 0.14.2 Released June 5, 2022 - Drop support for EOL Python 3.6 #328 (hugovk, dr-p) - Package review #662 (dimbleby) - Added financial markets support: ECB and NYSE, list_supported_financial() method (dr-p) - Support for NY Stock Exchange #651, #458 (nadime, dr-p) - Support for Malta #612, #630 (rafelbev) - Support for Madagascar #656 (fav007) - Support for Cyprus #410, #665 (digidestination, avnigo) - Ireland as standalone country #636, #639 (TeoTN, dr-p, javicalle) - Australia fixes #631 (jeremychrimes) - Singapore updates #652 (mborsetti) - Saudi Arabia fixes #642 (OsaydAbdu) - Spain fixes #634 (javicalle) - US fixes #648 (dashdrum) - Greece fixes #659 (tudorvaran) - India doc fixes #657 (dr-p) - Poland fix #663 (kfsz) # Version 0.13 Released February 15, 2022 - New subdivision parameter (subdiv), prov/state deprecation #608, #597, #374 (mborsetti) - CountryHoliday class deprecation (replaced by country_holidays) (mborsetti, dr-p) - Sphinx documentation #600, #601, #602 (mborsetti) - Integration of mypy in pre-commit #620 (mborsetti) - Wrong year expansion fix #586, #606, #625 (mborsetti, TeejMonster, dr-p) - Refactoring / cleanups / code and naming reviews (mborsetti) - Support for Uzbekistan #593 (slako, dr-p) - Italy fixes/improvements #617, #614 (energywave) - Spain improvements #580, #603, #624 (gtrabanco, delaosa, dr-p) - UAE updates (weekend change) #609 (marcomasulli, dr-p) - India updates #548 (mborsetti) - US fixes #594, #595, #619 (apicht, SudoRob, dr-p) - UK fixes #587 (mborsetti) - Russia fixes #582 (Enzokot) - Type hints fixes #589 (mborsetti) # Version 0.12 Released January 4, 2022 - Copyright update 2022 - Sphinx documentation stub (mborsetti, dr-p) - Support for Kazakhstan #534 (chiuczek, intelliHugh) - Support for Azerbaijan #540 (eldar-mustafayev) - Support for Tunisia #543 (ihebski) - Support for Taiwan #547 (ifurther) - Support for North Macedonia #570 (tserekh) - Support for Ethiopia #558 (tedtad, dr-p) - Travis CI removal #557 (mborsetti, dr-p) - CD/CI tests - Pypi versions review (dr-p) - More useful `__repr__` and `__str__` #360 (dr-p, kootenpv, d33tah) - Drop support for Czech (ie: misspelled Czechia) (dr-p) - Drop support for Polish (ie: misspelled Poland) (dr-p) - Drop support for Slovak (ie: misspelled Slovakia) (dr-p) - Test coverage improvement (dr-p) - "country" property moved to class attributes #573 (dr-p, madphysicist) - Date slices support fix #529, #530 (justinwaf, mborsetti, dr-p) - Dictionary changed during iteration fix #569 (mborsetti) - Doc fixes #549 (canute24) - UK standalone states deprecation #566 (dr-p) - Venezuela ISO code + other fixes #567, #576 (Skatox, dr-p, antusystem) - Canada updates and test review #533, #536 (cturra) - US updates and fixes #537, #559, #578 (khawley, evohnave, amelkiy, dr-p) - India fixes #553, #554, #539 (canute24, dr-p) - Spain fixes #555 (tserekh) - Italy fixes #546 (dr-p, rtraverso86) - Korea fixes #535 (0xF4D3C0D3) - Colombia fixes #564 (jahirfiquitiva) # Version 0.11.3.1 Released September 29, 2021 - Support for Zambia #495, #496 (engineervix) - Support for Uruguay #489, #490, #491, #492, #493 (jemazzeo, dr-p) - Support for Lesotho #512 (pietervdw115) - Support for Namibia #513 (pietervdw115) - Support for Swaziland #514 (pietervdw115) - Support for Zimbabwe #517 (pietervdw115) - Support for China #515 (tserekh) - Refactor lunisolar and islamic calendar #524 (mborsetti) - Removed six dependency #494 (mborsetti) - Type hinting #497, #498 (mborsetti) - Malaysia refactoring & updates #524 (mborsetti) - New Zealand updates #499 (36wish) - USA, Angola fixes (jusce17) - Kenya updates #502 (MainaKamau92) - Korea updates #508 (0xF4D3C0D3, dr-p) - Bulgaria updates #509 (BasakUlker, dr-p) - Australia updates #516 (cmckeague) - South Africa updates (lispwarez, dr-p) - Canada updates #457 (dr-p) - PRTE (PortugalExt) fix #520 (dr-p) - Norway updates #472 (dr-p) - Chile updates #473 (dr-p) - Australia updates #525 (jeremychrimes) - README iso codes typo / improvements #520 (dr-p) - .gitattributes fix #522 (mborsetti) # Version 0.11.2 Released July 18, 2021 - Support for Venezuela #470 (antusystem, dr-p) - Support for Botswana #477 (pietervdw115) - Support for Malaysia #466 (jusce17) *needs improvement* - Poland fix #464 (m-ganko) - Singapore updates for 2022 #456 (mborsetti) - US updates #474, #488 (ChristianAlexander, jusce17) - NG updates #486 (pietervdw115) - UK updates #487 (orrock, dr-p) - .gitignore fix #462 (TheLastProject) - Pre-commit v.2.0.3 (dr-p) # Version 0.11.1 Released April 2, 2021 - Github Actions CI/CD integration (s-weigand, dr-p) - Support for Saudi Arabia #429 (OsaydAbdu) - Support for Curacao #431 (RaychelM, dr-p) - Support for Jamaica #433 (edyarm, dr-p) - Support for Georgia #435 (Okroshiashvili, dr-p) - `__init.py__` flake8 issue fix #423 (dr-p) - Korea 2020 fix #414, #415 (dr-p, janggiKim, spar7453) - Singapore fix for multi-year #419 (mborsetti) - Israel fix #442 (giladmaya) - Japan fix #445 (osoken) - Serbia fix #446 (kosugor) - United Kingdom get_list fix #448 (bletham) - Singapore fix for multi-year #419 (mborsetti) - Fixed holidays pickling #451 (giladmaya) # Version 0.10.5.2 Released February 4, 2021 - Dropped support for Python 2 (dr-p) - Removed convertdate<=2.2.0 constraint (dr-p) - Travis CI integration review (dr-p) - Support for Mozambique (jusce17) - Angola fixes (jusce17) - Portugal localized holidays (jusce17) - Disable year expansion on name search #411 (giladmaya) - Israel fixes (new convertdate version) #407 (giladmaya) - Ireland fixes (ISO-2 code, partial split from UK) #417 (javicalle) - Honduras fix (ISO-2 code) #405 (dr-p, agorajek) # Version 0.10.4 Released December 6, 2020 - Dropped support for Python 3.5 - Support for Djibouti (Abdisamade) - Support for United Arab Emirates (marcomasulli, mborsetti) - Support for Chile (mborsetti, dr-p) - Support for Angola (jusce17, pietervdw115, dr-p) - Support for Malawi (pietervdw115) - Support for Bangladesh (dr-p, tasnimislam) - Korea fixes (MYUNGJE, dr-p, hiddentrap) - Australia 2020 fix (bencollerson, trauty-is-me) - Croatia fixes and updates (jangrg, mborsetti, dr-p) - United States fixes (raffg, bgmiles, dr-p) - UK fixes/improvements (dr-p, richard-kunert, emreay-) - Russia fixes (tserekh) - Ireland fixes (chiuczek) - Spain observed holidays fix (sermayoral) - South Africa observed holidays fix (pietervdw115) - France fix (mborsetti) - Mexico fix (mborsetti) - Singapore 2022 fix (mborsetti) - Japan 1990-1993 fixes (sakurai-youhei) - Fix on occasional pop_named exception (mborsetti) - convertdate fallback if hijri-converter not available (mborsetti, dr-p) - enabled Travis tests for python3.9 (mborsetti) - added flake8 to unittests (mborsetti) # Version 0.10.3 Released July 15, 2020 - Added get_named(substring) method to retrieve holidays by name (dr-p) - Added pop_named(substring) method to pop specific holiday/s by name (samtregar, dr-p) - Support for Burundi (bmwachajr) - Support for Latvia (rolandinsh) - Support for Romania (dorianm) - Spain fix (dr-p) - Netherlands fix (RooieRakkert) - Switzerland fixes (cgrigis) - Germany fix (MikeTsenatek) - Added korean_cal attribute to Korea and Vietnam (seriousran, pelennor) - United States fixes (patrick-nicholson, dr-p) - Singapore fixes + 2021 holidays (mborsetti) # Version 0.10.2 Released April 13, 2020 - Support for Spain (piliamaurizio, jbroudou, dr-p, gerardo15) - Support for Turkey (cemkaragozlu) - Support for Korea (1kko, dr-p) - Support for Vietnam (1kko, dr-p) - Support for Morocco (abensrhir, dr-p) - Mexico fix (Rosi2143, dr-p) - Croatia fix (sebojanko, dr-p) - US Georgia fix (jbroudou, dr-p) - Austria province ISO3166-2 adoption (jbroudou, dr-p) - Portugal typos & name fixes (reinaldoramosarxi) - US MLK renamed (snoopyjc, dr-p) - ISO-3 codes export fix (dr-p) # Version 0.10.1 Released January 25, 2020 - Project structure refactoring (MaxHaertwig, dr-p) - Added support for Python3.8 (dr-p) - Dropped support for pypy and Python3.4, welcome back pypy3 (dr-p) - Fully reviewed Travis CI integration (dr-p) - Added 3-digit country ISO codes (MaxHaertwig) - Support for Paraguay (dr-p, sfeliu) - Support for Israel (giladmaya, dr-p) - Support for Egypt (gaberm) - Support for Serbia (kosugor) - Support for Singapore (mborsetti) - README.rst fixes / sync - Brazil-Parana support (dr-p, jbroudou) - Japan fixes (dr-p, thophan92, saurabh3896) - Canada, Spain, US fixes (jbroudou) - Belarus fix (mpolyakovsky) # Version 0.9.12 Released December 23, 2019 - Support for Nigeria (ioluwayo) - Support for India - Telangana (kiranbeethoju, dr-p) - Support for Dominican Republic (gabmartinez) - Support for Nicaragua (CARocha) - Code refactoring, bugfixes (vlt) - Add method to list all supported countries (fabaff) - Germany bugfixes (bitraten) - Correctly handle United Kingdom "May Day" holiday in 2020 - #219 (robfraz) - Hungary fixes (gypapp) - Chile test fixes (rpanai) - Italy fixes (jokerigno, sixbladeknife) - Other minor fixes # Version 0.9.11 Released July 28, 2019 - Added Japanese holidays for new Emperor (kokinamura) - Fixed Australian Canberra day holiday (explodingdinosaurs, dr-p) - Added support for Estonian holidays (RaulVS14) - Added support for Iceland and Kenya (justinasfour04) - Added support for Aruba (orson1282) - Added support for Hong Kong (polifaces) - Added support for Peru (manuelvalino) - Switzerland fixes (spasche) - Croatia fix (pave121, dr-p) - Polish deprecation: replaced by Poland (dr-p) - Czech(ia) - Slovak(ia) fixes (dr-p) - Allow passing years to CountryHoliday (mr.shu) # Version 0.9.10 Released March 12, 2019 - Added Lithuanian holidays support (GiedriusMauza) - Added Luxembourgish holidays (theFeverDog) - Added Russian holidays (mshinkareva) - Added Bulgarian holidays (pavelsof) - Holidays in date range (elln2) - German holidays updates (MrtnBckr, alexanderschulze) - South African holidays updates (nickyspag) - Australian holidays updates (itssimon) # Version 0.9.9 Released January 3, 2019 - Magic numbers removal (elln2, dr-p) - Honduras support (Oscar Romero) - Brazil's holidays fixes (victorpluna) - Added provinces and holidays in Italy (krolmic, dr-p) - Fixed regression with German Easter and Pentecost holidays (vlt, Achimh3011) - Fixed Canada Holiday Calendar (justinasfour04) - Fixed Columbus Day in Arkansas - US (johanneshk) - Added Grand Final Day in Victoria - AU (isha1111) - Added Palm Sunday to Danish holidays (jmkjaer) - South Africa's holidays fixes (Gordonei) # Version 0.9.8 Released October 18, 2018 - Added Ukraine (Anian-igor) - Added Croatia (fran1987) - Added Brazil (fcrespo82) # Version 0.9.7 Released September 12, 2018 - Added prov/state parameters to CountryHoliday() (luto) - Added Python 3.7 compatibility (required dateutil >= 2.7.0) - Fixed German Reformationstag (adaitche, Rosi2143), various other holiday updates - Added Belarus (Gennady-Andreyev) # Version 0.9.6 Released August 1, 2018 - Added India (Shaurya Uppal) - Fixed Canadian holidays (Canada / Dominion Day) - Fixed German holidays (Buß- und Bettag, Ostern, Pfingsten) # Version 0.9.5 Released April 23, 2018 - Added Hungary (Peter Zsak) - Added Argentina (Emmanuel Arias) # Version 0.9.4 Released March 12, 2018 - Added CountryHoliday(country_name) method - Added Switzerland with all cantons (Phil) - Canada holiday updates (goodfore) - Various inspection fixes - Czech deprecation: replaced by Czechia (janpipek) # Version 0.9.2 Released January 19, 2018 - Drop support for EOL Python 2.5, 2.6, 3.2 and 3.3 (hugovk) - Add Finnish holidays (Ardetus) - Add Slovak holidays (Filip Bednárik) # Version 0.9.1 Released January 17, 2018 - Project moved to dr-prodigy - Added tests for Irish calendar - Minor fixes and refactoring # Version 0.9 Released January 14, 2018 (PR merging by dr-prodigy) - Add support for Python 3.6 (dr-prodigy) - Add Italian holidays (dr-prodigy) - Add Slovenian holidays (Cvetk0) - Add South African holidays (nickyspag) - Add Belgium holidays (fb22) - Add French holidays (oiffrig) - Add Japanese holidays (kokinomura) - Add Polish holidays (tadeoos) - Add Swedish holidays (johanpalmqvist) - Add AU/Queensland The Ekka Show (kirpit) - Various fixes # Version 0.8.1 Released February 12, 2017 - Add Norwegian holidays # Version 0.8 Released February 2, 2017 - Improve United Kingdom holidays - Add England, Wales, Scotland - Add Northern Ireland, Isle of Man - Add Republic of Ireland - Fix Liberation Day (NL) # Version 0.7 Released January 12, 2017 - Add holidays, extended holidays and tests for Portugal - Add holidays and tests for the Netherlands - Specify encoding when parsing for version in setup.py allowing package to be installed in non-unicode locales # Version 0.6 Released November 18, 2016 - Rename project from holidays.py to python-holidays - PyPI location `holidays` remains the same - Add Czech holidays - Add UK special holidays - Add ECB TARGET bank holidays - Add changes to Georgia state holiday names for 2016 - Fixes to Canadian holidays # Version 0.5 Released September 5, 2016 - Add support for Python 3.5 - Add holidays and tests for Columbia, Denmark, Spain, United Kingdom - Fix Martin Luther King Jr. Day in state of Georgia - Fix setup.py install error with non-standard sys default encoding # Version 0.4.1 Released January 5, 2016 - Add federal and provincial holidays for Germany - Add federal holidays for Austria # Version 0.4 Released October 4, 2015 - Add `append` and `get_list` methods to Holiday objects - Add federal and provincial holidays for Australia - Add federal and provincial holidays for New Zealand - Add state-specific holidays for all US states and territories - Include Dec 31st from previous year when observed New Year's Day - Add ability to `sum()` Holiday objects # Version 0.3.1 Released October 9, 2014 - Fix pip installs when python-dateutil not already present # Version 0.3 Released September 4, 2014 - Adds federal holidays for Mexico - Holiday objects can now be combined with the addition operator (see examples in README) - optional parameter `default` added to get() method to make it behave the same as dict.get() # Version 0.2 Released August 28, 2014 - Each country is now initialized with its own individual class (see examples in README). This is a backward incompatible API change. - Adds support for Python 3.2, 3.3, 3.4, and PyPy - All code now conforms to PEP8 standards # Version 0.1 Released August 1, 2014 - Initial release - Support for Python 2.5, 2.6, 2.7 - Includes federal and provincial holidays for Canada, United States holidays-0.71/CONTRIBUTING.md000066400000000000000000000103531500152103600155010ustar00rootroot00000000000000# Contributing ## Basics When contributing with fixes and new features, please start forking/branching from the [dev branch](https://github.com/vacanza/holidays/tree/dev) to work on the latest code and reduce merging issues. If you add/change holiday official dates or names, your code must include references to all sources (government sites, archived web pages, wiki pages, etc.) you've used while working on this PR. That could be done either as a `References` section update or as a comment on the relevant part of the code. Contributed [PRs](https://github.com/vacanza/holidays/pulls) are required to include 100% test coverage in order to be merged. Please don't hesitate to ask for help if you need one with the tests. Thanks a lot for your support. ## Running tests First step is setting up the development environment and installing all the required dependencies with: ``` shell virtualenv -p python3 venv source venv/bin/activate make setup ``` The project provides automated style, tests and coverage checks: ``` shell make check ``` You can run them separately: ``` shell make pre-commit make test ``` If you want to retrieve uncovered lines too: ``` shell make coverage ``` You can run specific tests using the `pytest` command: ``` shell pytest tests/countries/test_argentina.py ``` Or even more granular: ``` shell pytest tests/countries/test_argentina.py::TestArgentina::test_country_aliases ``` Due to how pytest-xdist is implemented, the -s/--capture=no option [doesn't work](https://pytest-xdist.readthedocs.io/en/latest/known-limitations.html#output-stdout-and-stderr-from-workers). Use pytest directly if you need `-s` option: ``` shell pytest -s tests/countries/test_argentina.py ``` ## Localization In order to add or update existing holiday names translation you'll need to generate pygettext .pot file first: ``` shell make l10n ``` If the template file is empty, make sure that the country/market entity has the `default_language` attribute set, and all holiday names are wrapped with `tr`/`self.tr` helpers. Use [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) when adding new languages. Copy the generated template to all locale folders you're going to translate this country holiday names into (e.g., for Argentina: holidays/locale/en/LC_MESSAGES/AR.po - note the file extension difference here). Also copy the template to a default country language folder (e.g., for Argentina holidays/locale/es/LC_MESSAGES) and leave it as is. After copying the .po files, open them with your favorite .po file editor and translate accordingly. Don't forget to fill in the translation file headers. Finally, update the list of supported translations for the country in the README.md. If the translation already exists you'll just need to update it with the new template entries (your .po file editor may help you to do that with no hassle). Please also add tests (see already translated countries tests for examples). The .mo files are generated automatically for the tests and the holidays package, so you shouldn't worry about it. Just don't forget to initialize the `setUpClass` properly: ``` python @classmethod def setUpClass(cls): super().setUpClass(Argentina) ``` ## Build MkDocs Documentation The project provides MkDocs documentation under `./docs`, published online on [readthedocs.io](https://holidays.readthedocs.io/). Great documentation is absolutely key in any project. If you are not familiar with Markdown for MkDocs, you can read a primer [here](https://www.mkdocs.org/user-guide/writing-your-docs/). ## GitHub Actions All new GitHub actions must use commit SHAs instead of version tags. When updating an action, contributors should explicitly use the commit SHA from the latest release. ### Example Allowed: ```yaml uses: actions/checkout@8fdb40e56baf9c5dc24e3ab5bc2a91db65f39f21 ``` Not allowed: ```yaml uses: actions/checkout@v4 ``` ## Contributors In order to keep the list of contributors up to date, we encourage you add your name (in alphabetical order) to the [AUTHORS.md](https://github.com/vacanza/holidays/blob/dev/AUTHORS.md) file if it's not there yet. Thanks for your contribution! [![contributors](https://img.shields.io/github/contributors/vacanza/holidays)](https://github.com/vacanza/holidays/graphs/contributors) holidays-0.71/LICENSE000066400000000000000000000023341500152103600142550ustar00rootroot00000000000000Copyright (c) Vacanza Team and individual contributors (see AUTHORS.md file) Copyright (c) dr-prodigy , 2017-2023 Copyright (c) ryanss , 2014-2017 All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. holidays-0.71/MANIFEST.in000066400000000000000000000003051500152103600150020ustar00rootroot00000000000000include CHANGES.md include CONTRIBUTING.md include holidays/py.typed include Makefile include docs/examples.md recursive-include holidays/locale *.mo recursive-include requirements * prune tests holidays-0.71/Makefile000066400000000000000000000036371500152103600147170ustar00rootroot00000000000000help: @echo "Usage: make " @echo " check run pre-commit and tests" @echo " coverage identify code not covered with tests" @echo " doc run documentation build process" @echo " help show summary of available commands" @echo " l10n update .pot and .po files" @echo " package build package distribution" @echo " pre-commit run pre-commit against all files" @echo " setup setup development environment" @echo " test run tests (in parallel)" @echo " tox run tox (in parallel)" check: make l10n make pre-commit make doc make test clean: @for ext in mo pot pyc; do \ find . -type f -name "*.$$ext" -delete; \ done @rm -rf .mypy_cache .pytest_cache dist coverage: pytest --cov=. --cov-config=pyproject.toml --cov-report term-missing --dist loadscope --no-cov-on-fail --numprocesses auto doc: mkdocs build l10n: find . -type f -name "*.pot" -delete scripts/l10n/generate_po_files.py >/dev/null 2>&1 scripts/l10n/generate_mo_files.py package: scripts/l10n/generate_mo_files.py python -m build pre-commit: pre-commit run --all-files release-notes: @scripts/generate_release_notes.py sbom: @python -m cyclonedx_py requirements requirements/runtime.txt setup: pip install --upgrade pip pip install --requirement requirements/dev.txt pip install --requirement requirements/docs.txt pip install --requirement requirements/runtime.txt pip install --requirement requirements/tests.txt pre-commit install --hook-type pre-commit pre-commit install --hook-type pre-push make l10n make package snapshot: scripts/l10n/generate_mo_files.py scripts/generate_snapshots.py test: scripts/l10n/generate_mo_files.py pytest --cov=. --cov-config=pyproject.toml --cov-report term --cov-report xml --durations 10 --durations-min=0.75 --dist loadscope --no-cov-on-fail --numprocesses auto tox: tox --parallel auto holidays-0.71/README.md000066400000000000000000001007071500152103600145320ustar00rootroot00000000000000# Holidays A fast, efficient Python library for generating country- and subdivision- (e.g. state or province) specific sets of government-designated holidays on the fly. It aims to make determining whether a specific date is a holiday as fast and flexible as possible.
PyPI PyPI downloads PyPI version PyPI release date
CI/CD CI/CD status Documentation status
Code License Python supported versions Code style Code coverage
GitHub GitHub stars GitHub forks GitHub contributors GitHub last commit
Citation Open World Holidays Framework DOI
## Install The latest stable version can always be installed or updated via pip: ``` shell pip install --upgrade holidays ``` The latest development (dev) version can be installed directly from GitHub: ``` shell pip install --upgrade https://github.com/vacanza/holidays/tarball/dev ``` All new features are always first pushed to dev branch, then released on main branch upon official version upgrades. ## Documentation The documentation is hosted on [Read the Docs](https://holidays.readthedocs.io/). ## Quick Start ``` python from datetime import date import holidays us_holidays = holidays.US() # this is a dict-like object # the below is the same, but takes a string: us_holidays = holidays.country_holidays('US') # this is a dict-like object nyse_holidays = holidays.NYSE() # this is a dict-like object # the below is the same, but takes a string: nyse_holidays = holidays.financial_holidays('NYSE') # this is a dict-like object date(2015, 1, 1) in us_holidays # True date(2015, 1, 2) in us_holidays # False us_holidays.get('2014-01-01') # "New Year's Day" ``` The HolidayBase dict-like class will also recognize date strings and Unix timestamps: ``` python '2014-01-01' in us_holidays # True '1/1/2014' in us_holidays # True 1388597445 in us_holidays # True ``` Some holidays may be only present in parts of a country: ``` python us_pr_holidays = holidays.country_holidays('US', subdiv='PR') '2018-01-06' in us_holidays # False '2018-01-06' in us_pr_holidays # True ``` Please see the [holidays documentation](https://holidays.readthedocs.io/) for additional examples and detailed information. ## Available Countries We currently support 169 country codes. The standard way to refer to a country is by using its [ISO 3166-1 alpha-2 code](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes), the same used for domain names, and for a subdivision its [ISO 3166-2 code](https://en.wikipedia.org/wiki/ISO_3166-2). Some countries have common or foreign names or abbreviations as aliases for their subdivisions. These are defined in the (optional) `subdivisions_aliases` attribute. Some of the countries support more than one language for holiday names output. A default language is defined by `default_language` (optional) attribute for each entity and is used as a fallback when neither user specified language nor user locale language available. The default language code is a [ISO 639-1 code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes). A list of all languages supported by country is defined by `supported_languages` (optional) attribute. If there is no designated [ISO 639-1 code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) then [ISO 639-2 code](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) can be used. Many countries have other categories of holidays in addition to common (national-wide) holidays: bank holidays, school holidays, additional (paid or non-paid) holidays, holidays of state or public employees, religious holidays (valid only for these religions followers). A list of all categories supported by country is defined by `supported_categories` (optional) attribute. The following is a list of supported countries, their subdivisions followed by their aliases (if any) in brackets, available languages and additional holiday categories. All countries support **PUBLIC** holidays category by default. All other default values are highlighted with bold:
Country Code Subdivisions Supported Languages Supported Categories
Afghanistan AF en_US, fa_AF, ps_AF
Albania AL en_US, sq, uk
Algeria DZ ar, en_US, fr
American Samoa AS Can also be loaded as country US, subdivision AS GOVERNMENT, UNOFFICIAL
Andorra AD Parishes: 02, 03, 04, 05, 06, 07, 08
Angola AO en_US, pt_AO, uk
Antigua and Barbuda AG
Argentina AR Provinces: A (Salta), B (Buenos Aires), C (Ciudad Autónoma de Buenos Aires), D (San Luis), E (Entre Ríos), F (La Rioja), G (Santiago del Estero), H (Chaco), J (San Juan), K (Catamarca), L (La Pampa), M (Mendoza), N (Misiones), P (Formosa), Q (Neuquén), R (Río Negro), S (Santa Fe), T (Tucumán), U (Chubut), V (Tierra del Fuego), W (Corrientes), X (Córdoba), Y (Jujuy), Z (Santa Cruz) en_US, es, uk ARMENIAN, BANK, GOVERNMENT, HEBREW, ISLAMIC
Armenia AM en_US, hy
Aruba AW en_US, nl, pap_AW, uk
Australia AU States and territories: ACT (Australian Capital Territory), NSW (New South Wales), NT (Northern Territory), QLD (Queensland), SA (South Australia), TAS (Tasmania), VIC (Victoria), WA (Western Australia) en_AU, en_US, th BANK, HALF_DAY
Austria AT States: 1 (Burgenland, Bgld, B), 2 (Kärnten, Ktn, K), 3 (Niederösterreich, NÖ, N), 4 (Oberösterreich, OÖ, O), 5 (Salzburg, Sbg, S), 6 (Steiermark, Stmk, St), 7 (Tirol, T), 8 (Vorarlberg, Vbg, V), 9 (Wien, W) de, en_US, uk BANK
Azerbaijan AZ az, en_US, uk WORKDAY
Bahamas BS
Bahrain BH ar, en_US
Bangladesh BD
Barbados BB
Belarus BY be, en_US, ru, th WORKDAY
Belgium BE de, en_US, fr, nl, uk BANK
Belize BZ
Bolivia BO Departments: B, C, H, L, N, O, P, S, T en_US, es, uk
Bosnia and Herzegovina BA Entities and district: BIH (Federacija Bosne i Hercegovine, FBiH), BRC (Brčko distrikt, BD), SRP (Republika Srpska, RS) bs, en_US, sr, uk
Botswana BW
Brazil BR States: AC (Acre), AL (Alagoas), AM (Amazonas), AP (Amapá), BA (Bahia), CE (Ceará), DF (Distrito Federal), ES (Espírito Santo), GO (Goiás), MA (Maranhão), MG (Minas Gerais), MS (Mato Grosso do Sul), MT (Mato Grosso), PA (Pará), PB (Paraíba), PE (Pernambuco), PI (Piauí), PR (Paraná), RJ (Rio de Janeiro), RN (Rio Grande do Norte), RO (Rondônia), RR (Roraima), RS (Rio Grande do Sul), SC (Santa Catarina), SE (Sergipe), SP (São Paulo), TO (Tocantins) en_US, pt_BR, uk OPTIONAL
Brunei BN en_US, ms, th
Bulgaria BG bg, en_US, uk SCHOOL
Burkina Faso BF
Burundi BI
Cambodia KH en_US, km, th
Cameroon CM
Canada CA Provinces and territories: AB, BC, MB, NB, NL, NS, NT, NU, ON, PE, QC, SK, YT ar, en_CA, en_US, fr, th GOVERNMENT, OPTIONAL
Chad TD
Chile CL Regions: AI, AN, AP, AR, AT, BI, CO, LI, LL, LR, MA, ML, NB, RM, TA, VS en_US, es, uk BANK
China CN en_US, th, zh_CN, zh_TW HALF_DAY
Colombia CO en_US, es, uk
Congo CG en_US, fr
Costa Rica CR en_US, es, uk OPTIONAL
Croatia HR en_US, hr, uk
Cuba CU en_US, es, uk
Curacao CW en_US, nl, pap_CW, uk HALF_DAY
Cyprus CY el, en_CY, en_US, uk BANK, OPTIONAL
Czechia CZ cs, en_US, sk, uk
Denmark DK da, en_US, uk OPTIONAL
Djibouti DJ ar, en_US, fr
Dominica DM
Dominican Republic DO en_US, es, uk
Ecuador EC en_US, es, uk
Egypt EG ar, en_US
El Salvador SV Departments: AH (Ahuachapán), CA (Cabañas), CH (Chalatenango), CU (Cuscatlán), LI (La Libertad), MO (Morazán), PA (La Paz), SA (Santa Ana), SM (San Miguel), SO (Sonsonate), SS (San Salvador), SV (San Vicente), UN (La Unión), US (Usulután) en_US, es, uk
Estonia EE en_US, et, uk
Eswatini SZ
Ethiopia ET am, ar, en_US
Fiji FJ WORKDAY
Finland FI en_US, fi, sv_FI, uk UNOFFICIAL
France FR DOM/TOM: BL (Saint-Barthélemy), GES (Alsace, Champagne-Ardenne, Lorraine), GP (Guadeloupe), GY (Guyane), MF (Saint-Martin), MQ (Martinique), NC (Nouvelle-Calédonie), PF (Polynésie Française), RE (La Réunion), WF (Wallis-et-Futuna), YT (Mayotte) en_US, fr, uk
French Southern Territories TF en_US, fr, uk
Gabon GA
Georgia GE en_US, ka, uk GOVERNMENT
Germany DE States: BB (Brandenburg), BE (Berlin), BW (Baden-Württemberg), BY (Bayern), HB (Bremen), HE (Hessen), HH (Hamburg), MV (Mecklenburg-Vorpommern), NI (Niedersachsen), NW (Nordrhein-Westfalen), RP (Rheinland-Pfalz), SH (Schleswig-Holstein), SL (Saarland), SN (Sachsen), ST (Sachsen-Anhalt), TH (Thüringen) de, en_US, th, uk CATHOLIC
Ghana GH
Greece GR el, en_US, uk HALF_DAY
Greenland GL da, en_US, fi, is, kl, no, sv, uk OPTIONAL
Guam GU Can also be loaded as country US, subdivision GU GOVERNMENT, UNOFFICIAL
Guatemala GT en_US, es
Guernsey GG
Guinea GN en_US, fr
Haiti HT en_US, es, fr_HT, ht OPTIONAL
Honduras HN en_US, es, uk
Hong Kong HK en_HK, en_US, th, zh_CN, zh_HK OPTIONAL
Hungary HU en_US, hu, uk
Iceland IS en_US, is, uk HALF_DAY
India IN States: AN (Andaman and Nicobar Islands), AP (Andhra Pradesh), AR (Arunachal Pradesh, Arunāchal Pradesh), AS (Assam), BR (Bihar, Bihār), CG (Chhattisgarh, Chhattīsgarh), CH (Chandigarh, Chandīgarh), DH (Dadra and Nagar Haveli and Daman and Diu, Dādra and Nagar Haveli and Damān and Diu), DL (Delhi), GA (Goa), GJ (Gujarat, Gujarāt), HP (Himachal Pradesh, Himāchal Pradesh), HR (Haryana, Haryāna), JH (Jharkhand, Jhārkhand), JK (Jammu and Kashmir, Jammu and Kashmīr), KA (Karnataka, Karnātaka), KL (Kerala), LA (Ladakh, Ladākh), LD (Lakshadweep), MH (Maharashtra, Mahārāshtra), ML (Meghalaya, Meghālaya), MN (Manipur), MP (Madhya Pradesh), MZ (Mizoram), NL (Nagaland, Nāgāland), OD (Odisha), PB (Punjab), PY (Puducherry), RJ (Rajasthan, Rājasthān), SK (Sikkim), TN (Tamil Nadu, Tamil Nādu), TR (Tripura), TS (Telangana, Telangāna), UK (Uttarakhand, Uttarākhand), UP (Uttar Pradesh), WB (West Bengal) en_IN, en_US, hi OPTIONAL
Indonesia ID en_US, id, th, uk GOVERNMENT
Iran IR en_US, fa_IR
Ireland IE
Isle of Man IM en_GB, en_US, th
Israel IL en_US, he, th, uk OPTIONAL, SCHOOL
Italy IT Provinces: AG (Agrigento), AL (Alessandria), AN (Ancona), AO (Aosta), AP (Ascoli Piceno), AQ (L'Aquila), AR (Arezzo), AT (Asti), AV (Avellino), BA (Bari), BG (Bergamo), BI (Biella), BL (Belluno), BN (Benevento), BO (Bologna), BR (Brindisi), BS (Brescia), BT (Barletta-Andria-Trani), BZ (Bolzano), CA (Cagliari), CB (Campobasso), CE (Caserta), CH (Chieti), CL (Caltanissetta), CN (Cuneo), CO (Como), CR (Cremona), CS (Cosenza), CT (Catania), CZ (Catanzaro), EN (Enna), FC (Forli-Cesena, Forlì-Cesena), FE (Ferrara), FG (Foggia), FI (Firenze), FM (Fermo), FR (Frosinone), GE (Genova), GO (Gorizia), GR (Grosseto), IM (Imperia), IS (Isernia), KR (Crotone), LC (Lecco), LE (Lecce), LI (Livorno), LO (Lodi), LT (Latina), LU (Lucca), MB (Monza e Brianza), MC (Macerata), ME (Messina), MI (Milano), MN (Mantova), MO (Modena), MS (Massa-Carrara), MT (Matera), NA (Napoli), NO (Novara), NU (Nuoro), OR (Oristano), PA (Palermo), PC (Piacenza), PD (Padova), PE (Pescara), PG (Perugia), PI (Pisa), PN (Pordenone), PO (Prato), PR (Parma), PT (Pistoia), PU (Pesaro e Urbino), PV (Pavia), PZ (Potenza), RA (Ravenna), RC (Reggio Calabria), RE (Reggio Emilia), RG (Ragusa), RI (Rieti), RM (Roma), RN (Rimini), RO (Rovigo), SA (Salerno), SI (Siena), SO (Sondrio), SP (La Spezia), SR (Siracusa), SS (Sassari), SU (Sud Sardegna), SV (Savona), TA (Taranto), TE (Teramo), TN (Trento), TO (Torino), TP (Trapani), TR (Terni), TS (Trieste), TV (Treviso), UD (Udine), VA (Varese), VB (Verbano-Cusio-Ossola), VC (Vercelli), VE (Venezia), VI (Vicenza), VR (Verona), VT (Viterbo), VV (Vibo Valentia). Cities: Andria, Barletta, Cesena, Forli (Forlì), Pesaro, Trani, Urbino
Ivory Coast CI en_CI, en_US, fr
Jamaica JM
Japan JP en_US, ja, th BANK
Jersey JE
Jordan JO ar, en_US
Kazakhstan KZ en_US, kk, uk
Kenya KE en_KE, en_US, sw HINDU, ISLAMIC
Kuwait KW ar, en_US
Kyrgyzstan KG
Laos LA en_US, lo, th BANK, SCHOOL, WORKDAY
Latvia LV en_US, lv, uk
Lesotho LS
Liechtenstein LI de, en_US, uk BANK
Lithuania LT en_US, lt, uk
Luxembourg LU de, en_US, fr, lb, uk
Macau MO Historical municipalities: I (Concelho das Ilhas, 海島市, 海岛市), M (Concelho de Macau, 澳門市, 澳门市) en_MO, en_US, pt_MO, th, zh_CN, zh_MO GOVERNMENT, MANDATORY
Madagascar MG en_US, mg, uk
Malawi MW
Malaysia MY States and federal territories: 01 (Johor, JHR), 02 (Kedah, KDH), 03 (Kelantan, KTN), 04 (Melaka, MLK), 05 (Negeri Sembilan, NSN), 06 (Pahang, PHG), 07 (Pulau Pinang, PNG), 08 (Perak, PRK), 09 (Perlis, PLS), 10 (Selangor, SGR), 11 (Terengganu, TRG), 12 (Sabah, SBH), 13 (Sarawak, SWK), 14 (WP Kuala Lumpur, KUL), 15 (WP Labuan, LBN), 16 (WP Putrajaya, PJY) en_US, ms_MY, th
Maldives MV
Malta MT en_US, mt
Marshall Islands (the) MH
Mauritania MR
Mexico MX en_US, es, uk
Moldova MD en_US, ro, uk
Monaco MC en_US, fr, uk
Montenegro ME cnr, en_US, uk CATHOLIC, HEBREW, ISLAMIC, ORTHODOX, WORKDAY
Morocco MA ar, en_US, fr
Mozambique MZ en_US, pt_MZ, uk
Namibia NA
Netherlands NL en_US, fy, nl, uk OPTIONAL
New Zealand NZ Regions and Special Island Authorities: AUK (Auckland, Tāmaki-Makaurau, AU), BOP (Bay of Plenty, Toi Moana, BP), CAN (Canterbury, Waitaha, CA), CIT (Chatham Islands Territory, Chatham Islands, Wharekauri, CI), GIS (Gisborne, Te Tairāwhiti, GI), HKB (Hawke's Bay, Te Matau-a-Māui, HB), MBH (Marlborough, MA), MWT (Manawatū Whanganui, Manawatū-Whanganui, MW), NSN (Nelson, Whakatū, NE), NTL (Northland, Te Taitokerau, NO), OTA (Otago, Ō Tākou, OT), STL (Southland, Te Taiao Tonga, SO), TAS (Tasman, Te tai o Aorere, TS), TKI (Taranaki, TK), WGN (Greater Wellington, Te Pane Matua Taiao, Wellington, Te Whanganui-a-Tara, WG), WKO (Waikato, WK), WTC (West Coast, Te Tai o Poutini, WC). Subregions: South Canterbury
Nicaragua NI Subdivisions: AN (Costa Caribe Norte), AS (Costa Caribe Sur), BO (Boaco), CA (Carazo), CI (Chinandega), CO (Chontales), ES (Estelí), GR (Granada), JI (Jinotega), LE (León), MD (Madriz), MN (Managua), MS (Masaya), MT (Matagalpa), NS (Nueva Segovia), RI (Rivas), SJ (Río San Juan) en_US, es, uk
Nigeria NG
Northern Mariana Islands (the) MP Can also be loaded as country US, subdivision MP GOVERNMENT, UNOFFICIAL
North Macedonia MK
Norway NO en_US, no, th, uk
Oman OM ar, en_US
Pakistan PK en_PK, en_US, ur_PK
Palau PW ARMED_FORCES, HALF_DAY
Panama PA en_US, es, uk BANK
Papua New Guinea PG
Paraguay PY en_US, es, uk GOVERNMENT
Peru PE en_US, es, uk
Philippines PH en_PH, en_US, fil, th WORKDAY
Poland PL de, en_US, pl, uk
Portugal PT Districts: 01 (Aveiro), 02 (Beja), 03 (Braga), 04 (Bragança), 05 (Castelo Branco), 06 (Coimbra), 07 (Évora), 08 (Faro), 09 (Guarda), 10 (Leiria), 11 (Lisboa), 12 (Portalegre), 13 (Porto), 14 (Santarém), 15 (Setúbal), 16 (Viana do Castelo), 17 (Vila Real), 18 (Viseu), 20 (Região Autónoma dos Açores), 30 (Região Autónoma da Madeira) en_US, pt_PT, uk OPTIONAL
Puerto Rico PR Can also be loaded as country US, subdivision PR GOVERNMENT, UNOFFICIAL
Qatar QA ar_QA, en_US BANK
Romania RO en_US, ro, uk
Russia RU en_US, ru, th
Saint Kitts and Nevis KN HALF_DAY, WORKDAY
Saint Lucia LC en_LC, en_US
Samoa WS
San Marino SM
Saudi Arabia SA ar, en_US
Serbia RS en_US, sr
Seychelles SC en_SC, en_US
Sierra Leone SL en_SL, en_US
Singapore SG en_SG, en_US, th
Slovakia SK en_US, sk, uk WORKDAY
Slovenia SI en_US, sl, uk WORKDAY
South Africa ZA
South Korea KR en_US, ko, th BANK
Spain ES Autonomous communities: AN, AR, AS, CB, CE, CL, CM, CN, CT, EX, GA, IB, MC, MD, ML, NC, PV, RI, VC en_US, es, uk
Sri Lanka LK en_US, si_LK, ta_LK BANK, GOVERNMENT, WORKDAY
Suriname SR en_US, nl
Sweden SE en_US, sv, th, uk
Switzerland CH Cantons: AG, AI, AR, BL, BS, BE, FR, GE, GL, GR, JU, LU, NE, NW, OW, SG, SH, SZ, SO, TG, TI, UR, VD, VS, ZG, ZH de, en_US, fr, it, uk HALF_DAY, OPTIONAL
Taiwan TW en_US, th, zh_CN, zh_TW GOVERNMENT, OPTIONAL, SCHOOL, WORKDAY
Tanzania TZ en_US, sw BANK
Thailand TH en_US, th ARMED_FORCES, BANK, GOVERNMENT, SCHOOL, WORKDAY
Timor Leste TL en_TL, en_US, pt_TL, tet, th GOVERNMENT, WORKDAY
Tonga TO en_US, to
Tunisia TN ar, en_US
Turkey TR en_US, tr, uk HALF_DAY
Tuvalu TV Town/Island Councils: FUN (Funafuti), NIT (Niutao), NKF (Nukufetau), NKL (Nukulaelae), NMA (Nanumea), NMG (Nanumaga, Nanumanga), NUI (Nui), VAI (Vaitupu) en_GB, en_US, tvl
Ukraine UA ar, en_US, th, uk WORKDAY
United Arab Emirates AE ar, en_US, th GOVERNMENT, OPTIONAL
United Kingdom GB Subdivisions: ENG (England), NIR (Northern Ireland), SCT (Scotland), WLS (Wales) en_GB, en_US, th
United States Minor Outlying Islands UM Can also be loaded as country US, subdivision UM GOVERNMENT, UNOFFICIAL
United States of America (the) US States and territories: AK, AL, AR, AS, AZ, CA, CO, CT, DC, DE, FL, GA, GU, HI, IA, ID, IL, IN, KS, KY, LA, MA, MD, ME, MI, MN, MO, MP, MS, MT, NC, ND, NE, NH, NJ, NM, NV, NY, OH, OK, OR, PA, PR, RI, SC, SD, TN, TX, UM, UT, VA, VI, VT, WA, WI, WV, WY GOVERNMENT, UNOFFICIAL
United States Virgin Islands (the) See Virgin Islands (U.S.) GOVERNMENT, UNOFFICIAL
Uruguay UY en_US, es, uk BANK
Uzbekistan UZ en_US, uk, uz
Vanuatu VU
Vatican City VA en_US, it, th
Venezuela VE en_US, es, uk
Vietnam VN en_US, th, vi
Virgin Islands (U.S.) VI Can also be loaded as country US, subdivision VI GOVERNMENT, UNOFFICIAL
Zambia ZM
Zimbabwe ZW
## Available Financial Markets The standard way to refer to a financial market is to use its [ISO 10383 MIC](https://www.iso20022.org/market-identifier-codes) (Market Identifier Code) as a "market" code when available. The following financial markets are available:
Entity Code Info Supported Languages
Brasil, Bolsa, Balcão BVMF Brazil Stock Exchange and Over-the-Counter Market holidays (same as ANBIMA holidays) en_US, pt_BR, uk
European Central Bank XECB Trans-European Automated Real-time Gross Settlement (TARGET2)
ICE Futures Europe IFEU A London-based Investment Exchange holidays
New York Stock Exchange XNYS NYSE market holidays (used by all other US-exchanges, including NASDAQ, etc.)
## Contributions [Issues](https://github.com/vacanza/holidays/issues) and [pull requests](https://github.com/vacanza/holidays/pulls) are always welcome. Please see [here](https://github.com/vacanza/holidays/blob/dev/CONTRIBUTING.md) for more information. ## License Code and documentation are available according to the MIT License (see [LICENSE](https://github.com/vacanza/holidays/blob/dev/LICENSE)). holidays-0.71/RELEASE.md000066400000000000000000000063021500152103600146510ustar00rootroot00000000000000# How to release a new version of Holidays - Finalize the current development version - switch to `dev` branch and pull the most recent changes from remote `dev` branch. - generate release notes by running `make release-notes` - insert the command's output into the top of `CHANGES.md` file (see previous release notes for consistent formatting) - update the supported versions table at `SECURITY.md` file (the table should contain the version being currently released) - commit the updated `CHANGES.md` and `SECURITY.md` files to `dev` branch with the following commit message 'Finalize v', e.g. 'Finalize v0.39' - push changes to `dev` branch - make sure the push related CI/CD jobs have been completed successfully - Merge the finalized changes into `main` branch: - create a new PR for the recent changes from `dev` to `main` branch using 'v' as a PR title and the previously generated release notes as a PR description - get the PR reviewed by at least one of the code owners - merge the PR into `main` branch using 'Merge when ready' button - make sure the PR related CI/CD jobs have been completed successfully - make sure readthedocs.org documentation build jobs at have been completed successfully - Create a new release: - open page and click on the 'Draft a new release' button - click on 'Choose a tag', enter 'v' into the input field (you should see something like 'Create a new tag: v0.39' on publish' - select **main** - instead of default `dev` in 'Target' dropdown - put 'v' into 'Release title' field, e.g. 'v0.39' - click on 'Generate release notes' button to collect new contributors and full changelog link information (we normally keep it at the bottom with a bit of re-formatting) - replace auto-generated release notes with the previously generated release notes (keep the new contributors and full changelog link) - check/uncheck the 'Set as the latest release' checkbox depending on the release status - save the draft (do not publish it yet) - preview the release on - after making sure everything looks right click 'Edit' and then 'Publish release' - Verify the new release: - make sure the release related CI/CD jobs have been completed successfully - check package page -- it should have the current version and the released date updated - Finish the process with the following post-release actions: - pull the recent changes from `main` branch into `dev` - bump the Holidays version at `holidays/version.py` file - create a commit with 'Initialize v' message, e.g. 'Initialize v0.40' and push it to `dev` branch (this may require running `make package` to pass the tests locally) - make sure `dev` branch **is not behind** the `main` branch (there will be a message on top of the page in case it is) - make sure the push related CI/CD jobs have been completed successfully holidays-0.71/SECURITY.md000066400000000000000000000005051500152103600150370ustar00rootroot00000000000000# Security Policy ## Supported Versions | Version | Supported | |---------| ------------------ | | 0.71 | :white_check_mark: | | < 0.71 | :x: | ## Reporting a Vulnerability Please use [this form](https://github.com/vacanza/holidays/security/advisories/new) to report a security vulnerability. holidays-0.71/docs/000077500000000000000000000000001500152103600141765ustar00rootroot00000000000000holidays-0.71/docs/api.md000066400000000000000000000001201500152103600152620ustar00rootroot00000000000000# API Reference ::: holidays.utils ::: holidays.holiday_base ::: holidays.ical holidays-0.71/docs/contributing.md000066400000000000000000000000271500152103600172260ustar00rootroot00000000000000{!../CONTRIBUTING.md!} holidays-0.71/docs/css/000077500000000000000000000000001500152103600147665ustar00rootroot00000000000000holidays-0.71/docs/css/custom.css000066400000000000000000000002611500152103600170110ustar00rootroot00000000000000span.rst-current-version{ display: none !important } td{ white-space: normal !important; word-break: break-word !important; } code.hljs{ background: #eeffcc !important; } holidays-0.71/docs/examples.md000066400000000000000000000350271500152103600163450ustar00rootroot00000000000000# Additional Examples ## Simplest example possible ``` python >>> from datetime import date >>> import holidays >>> date(2014, 1, 1) in holidays.US() True >>> date(2014, 1, 2) in holidays.US() False ``` !!! tip "Tip" Don't do this! It is not efficient because it is initializing a new Holiday object and generating a list of all the holidays in 2014 during each comparison. It is more efficient to create the object only once: ``` python >>> us_holidays = holidays.US() >>> date(2014, 1, 1) in us_holidays True >>> date(2014, 1, 2) in us_holidays False ``` You can use the `country_holidays` or `financial_holidays` functions to create the object using a string with the country code: ``` python >>> us_holidays = holidays.country_holidays('US') >>> nyse_holidays = holidays.financial_holidays('NYSE') ``` Use `years` parameter to populate the holidays years you are interested in: ``` python >>> us_holidays = holidays.US(years=2020) # US 2020 holidays >>> us_holidays = holidays.US(years=range(2020, 2026)) # US 2020-2025 holidays ``` Let's print out the holidays in 2014 specific to California, USA: ``` python >>> for date, name in sorted(holidays.US(subdiv='CA', years=2014).items()): >>> print(date, name) 2014-01-01 New Year's Day 2014-01-20 Martin Luther King Jr. Day 2014-02-15 Susan B. Anthony Day 2014-02-17 Washington's Birthday 2014-03-31 Cesar Chavez Day 2014-05-26 Memorial Day 2014-07-04 Independence Day 2014-09-01 Labor Day 2014-11-11 Veterans Day 2014-11-27 Thanksgiving 2014-11-28 Day After Thanksgiving 2014-12-25 Christmas Day ``` So far we've only checked holidays in 2014, so that's the only year the Holidays object has generated: ``` python >>> us_holidays.years set([2014]) >>> len(us_holidays) 10 ``` ## Expand parameter Because, by default, the `expand` parameter is `True`, the Holiday object will calculate and add holidays for other years when they are required: ``` python >>> date(2013, 1, 1) in us_holidays True >>> us_holidays.years set([2013, 2014]) >>> len(us_holidays) 20 ``` If we change the `expand` parameter to `False` the Holiday object will no longer add holidays from new years: ``` python >>> us_holidays.expand = False >>> date(2012, 1, 1) in us_holidays False >>> us_holidays.expand = True >>> date(2012, 1, 1) in us_holidays True ``` ## Observed parameter January 1st, 2012 fell on a Sunday, so the statutory holiday was observed on the 2nd. By default, the `observed` param is `True`, so the holiday list will include January 2nd, 2012 as a holiday: ``` python >>> date(2012, 1, 1) in us_holidays True >>> us_holidays[date(2012, 1, 1)] "New Year's Day" >>> date(2012, 1, 2) in us_holidays True >>> us_holidays.get(date(2012 ,1, 2)) "New Year's Day (observed)" ``` The values of `observed` and `expand` can be changed on the fly and the holiday list will be adjusted accordingly: ``` python >>> us_holidays.observed = False >>> date(2012, 1, 2) in us_holidays False us_holidays.observed = True >>> date(2012, 1, 2) in us_holidays True ``` ## Language support To change the language translation, you can set the language explicitly. ``` python >>> for dt, name in sorted(holidays.ES(years=2023, language="es").items()): >>> print(dt, name) 2023-01-06 Epifanía del Señor 2023-04-07 Viernes Santo 2023-05-01 Fiesta del Trabajo 2023-08-15 Asunción de la Virgen 2023-10-12 Fiesta Nacional de España 2023-11-01 Todos los Santos 2023-12-06 Día de la Constitución Española 2023-12-08 Inmaculada Concepción 2023-12-25 Natividad del Señor ``` ## Holiday categories support To get a list of other categories holidays (for countries that support them): ``` python >>> for dt, name in sorted(holidays.BE(years=2023, language="en_US", categories=BANK).items()): >>> print(dt, name) 2023-04-07 Good Friday 2023-05-19 Friday after Ascension Day 2023-12-26 Bank Holiday >>> for dt, name in sorted(holidays.BE(years=2023, language="en_US", categories=(BANK, PUBLIC)).items()): >>> print(dt, name) 2023-01-01 New Year's Day 2023-04-07 Good Friday 2023-04-09 Easter Sunday 2023-04-10 Easter Monday 2023-05-01 Labor Day 2023-05-18 Ascension Day 2023-05-19 Friday after Ascension Day 2023-05-28 Whit Sunday 2023-05-29 Whit Monday 2023-07-21 National Day 2023-08-15 Assumption Day 2023-11-01 All Saints' Day 2023-11-11 Armistice Day 2023-12-25 Christmas Day 2023-12-26 Bank Holiday ``` ## Working day-related calculations To check if the specified date is a working day: ``` python >>> us_holidays = holidays.US(years=2024) # Weekends in the US are Saturday and Sunday. >>> us_holidays.is_working_day("2024-01-01") # Monday, New Year's Day. False >>> us_holidays.is_working_day("2024-01-02") # Tuesday, ordinary day. True >>> us_holidays.is_working_day("2024-01-06") # Saturday, ordinary day. False >>> us_holidays.is_working_day("2024-01-15") # Monday, Martin Luther King Jr. Day. False ``` To find the nth working day after the specified date: ``` python >>> us_holidays.get_nth_working_day("2024-12-20", 5) datetime.date(2024, 12, 30) ``` Here we calculate the 5th working day after December 20, 2024. Working days are 23 (Mon), 24 (Tue), 26 (Thu), 27 (Fri), 30 (Mon); 21-22, 28-29 - weekends, 25 - Christmas Day. To calculate the number of working days between two specified dates: ``` python >>> us_holidays.get_working_days_count("2024-04-01", "2024-06-30") 63 ``` Here we calculate the number of working days in Q2 2024. ## Getting the closest (next or previous) holiday You can fetch next or previous holiday for a target date of your selected calendar. The function returns found holiday's date and name excluding the target date. Get the next holiday for the current date: ``` python >>> us_holidays = holidays.US(years=2025) >>> us_holidays.get_closest_holiday() (datetime.date(2025, 1, 20), 'Martin Luther King Jr. Day') ``` Get the previous holiday for the current date: ``` python >>> us_holidays = holidays.US(years=2025) >>> us_holidays.get_closest_holiday(direction="backward") (datetime.date(2025, 1, 1), "New Year's Day") ``` Get the next holiday for a specific target date: ``` python >>> us_holidays = holidays.US(years=2025) >>> us_holidays.get_closest_holiday("2025-02-01") (datetime.date(2025, 2, 17), "Washington's Birthday") ``` Get the previous holiday for a specific target date: ``` python >>> us_holidays = holidays.US(years=2025) >>> us_holidays.get_closest_holiday("2025-02-01", direction="backward") (datetime.date(2025, 1, 20), 'Martin Luther King Jr. Day') ``` If the closest holiday cannot be found, `None` is returned. ``` python >>> print(us_holidays.get_closest_holiday("2100-12-31")) None >>> print(us_holidays.get_closest_holiday("1777-01-01", direction="backward")) None ``` ## Date from holiday name Holidays can be retrieved using their name too. `get_named` receives a string and returns a list of holidays matching it (even partially, with case-insensitive check): ``` python >>> us_holidays = holidays.UnitedStates(years=2020) >>> sorted(us_holidays.get_named('day')) [datetime.date(2020, 1, 1), datetime.date(2020, 1, 20), datetime.date(2020, 2, 17), datetime.date(2020, 5, 25), datetime.date(2020, 7, 3), datetime.date(2020, 7, 4), datetime.date(2020, 9, 7), datetime.date(2020, 10, 12), datetime.date(2020, 11, 11), datetime.date(2020, 12, 25)] ``` ## Additions Holiday objects can be added together, and the resulting object will generate the holidays from all the initial objects: ``` python >>> north_america = holidays.CA() + holidays.US() + holidays.MX() >>> north_america.get('2014-07-01') "Canada Day" >>> north_america.get('2014-07-04') "Independence Day" ``` The other form of addition is also available: ``` python >>> north_america = holidays.CA() >>> north_america += holidays.US() >>> north_america += holidays.MX() >>> north_america.country ['CA', 'US', 'MX'] ``` We can even get a set of holidays that include all the subdivision-specific holidays using the built-in `sum` function: ``` python >>> a = sum([holidays.CA(subdiv=x) for x in holidays.CA.subdivisions]) >>> a.subdiv ['AB', 'BC', 'MB', 'NB', 'NL', 'NS', 'NT', 'NU', 'ON', 'PE', 'QC', 'SK', 'YT'] ``` ## Creating custom holidays (or augmenting existing ones with private ones) Sometimes we may not be able to use the official federal statutory holiday list in our code. Let's pretend we work for a company that does not include New Year's Day as a statutory holiday but does include "Ninja Turtle Day" on July 13th. We can create a new class that inherits the US (please note the base class import path) and the only method we need to override is `_populate`: ``` python >>> from holidays.countries import US >>> class CorporateHolidays(US): >>> def _populate(self, year): >>> # Populate the holiday list with the default US holidays. >>> super()._populate(year) >>> # Remove New Year's Day. >>> self.pop_named("New Year's Day") >>> # Add Ninja Turtle Day. >>> self._add_holiday_jul_13("Ninja Turtle Day") >>> date(2014, 1, 1) in holidays.country_holidays(country="US") True >>> date(2014, 1, 1) in CorporateHolidays() False >>> date(2014, 7, 13) in holidays.country_holidays(country="US") False >>> date(2014, 7, 13) in CorporateHolidays() True ``` We can also inherit from the HolidayBase class which has an empty `_populate` method so we start with no holidays and must define them all ourselves. This is how we would create a holidays class for a country that is not supported yet: ``` python >>> class NewCountryHolidays(holidays.HolidayBase): >>> def _populate(self, year): >>> self[date(year, 1, 2)] = "Some Federal Holiday" >>> self[date(year, 2, 3)] = "Another Federal Holiday" >>> hdays = NewCountryHolidays() ``` We can also include holidays for a subdivision (e.g. prov/state) in our new class: ``` python >>> class NewCountryHolidays(holidays.HolidayBase): >>> def _populate(self, year): >>> # Set default subdiv if not provided >>> if self.subdiv == None: >>> self.subdiv = 'XX' >>> self[date(year, 1, 2)] = "Some Federal Holiday" >>> if self.subdiv == 'XX': >>> self[date(year, 2, 3)] = "Special XX subdiv-only holiday" >>> if self.subdiv == 'YY': >>> self[date(year, 3, 4)] = "Special YY subdiv-only holiday" >>> hdays = NewCountryHolidays() >>> hdays = NewCountryHolidays(subdiv='XX') ``` If you write the code necessary to create a holiday class for a country not currently supported, please contribute your code to the project! Perhaps you just have a list of dates that are holidays and want to turn them into a Holiday class to access all the useful functionality. You can use the `append()` method which accepts a dictionary of `{date: name}` pairs, a list of dates, or even singular date/string/timestamp objects: ``` python >>> custom_holidays = holidays.HolidayBase() >>> custom_holidays.append(['2015-01-01', '07/04/2015']) >>> custom_holidays.append(date(2015, 12, 25)) ``` ## Add years to an existing Holiday object Because the Holiday class is a subclass of dictionary, we use the [update()](https://docs.python.org/3/library/stdtypes.html?highlight=update#dict.update) method to add years to an existing holiday object: ``` python >>> from holidays import country_holidays >>> us_holidays = country_holidays('US', years=2020) # to add new years of holidays to the object: >>> us_holidays.update(country_holidays('US', years=2021)) ``` ## Other ways to specify the country Each country has two class names that can be called in addition to the alpha-2 ISO code: its 3-digit ISO code and an internal class name. ``` python >>> holidays.USA() == holidays.US() True >>> holidays.UnitedStates() == holidays.US() True ``` ## Generate iCalendar content and export to `.ics` [ICalExporter][holidays.ical.ICalExporter] facilitates the creation and export of iCalendar files in compliance with [RFC 5545](https://datatracker.ietf.org/doc/html/rfc5545). ``` python >>> from holidays import country_holidays >>> from holidays.ical import ICalExporter >>> us_holidays = country_holidays('US', years=2020) # Initializes the iCalendar exporter. >>> exporter = ICalExporter(us_holidays) ``` To create iCalendar content, use `generate`. ``` python >>> from holidays import country_holidays >>> from holidays.ical import ICalExporter >>> th_holidays = country_holidays('TH', years=2024) >>> exporter = ICalExporter(th_holidays) >>> ical_content = exporter.generate() # Thailand's Songkran Festival (April 13th–15th) should be counted as a single # VEVENT with a duration of three days. >>> ical_content.count("SUMMARY:วันสงกรานต์\r\n") 1 >>> "DURATION:P3D\r\n" in ical_content True # Adds ";LANGUAGE=" to SUMMARY too. >>> exporter = ICalExporter(th_holidays, show_language=True) >>> ical_content = exporter.generate() >>> ical_content.count("SUMMARY;LANGUAGE=th:วันสงกรานต์\r\n") 1 ``` !!! tip "Tip" Although the iCalendar specification supports a wide range of language formats as outlined in [RFC 5646](https://datatracker.ietf.org/doc/html/rfc5646), the Holidays object requires that the `language` attribute adhere to the [ISO 639-1 or ISO 639-2](https://www.loc.gov/standards/iso639-2/php/code_list.php) language codes, such as `en` or `pap-AW`. Additionally, if no `language` is specified for a holiday, but a `default_language` is set for the Holiday object, the default language will be used instead. ``` python >>> from holidays import country_holidays >>> from holidays.ical import ICalExporter >>> cn_holidays = country_holidays("CN", years=2024, language="en_US") >>> jp_holidays = country_holidays("JP", years=2024, language="en_US") >>> kr_holidays = country_holidays("KR", years=2024, language="en_US") >>> east_asia_holidays = cn_holidays + jp_holidays + kr_holidays >>> ical_content = ICalExporter(east_asia_holidays).generate() # Even with the combined China-Japan-Korea calendar, there should be only one # 'New Year's Day' VEVENT. >>> ical_content.count("SUMMARY:New Year's Day\r\n") 1 ``` To export to `.ics` format, use `save_ics`. ``` python >>> from pathlib import Path >>> from holidays import financial_holidays >>> from holidays.ical import ICalExporter # Export the NYSE_2024_calendar.ics file in the current directory >>> nyse_exporter = ICalExporter(financial_holidays("NYSE", years=2024)) >>> nyse_exporter.save_ics(file_path="NYSE_2024_calendar.ics") # Export the NYSE_2024_calendar.ics file to MS Windows' Downloads folder instead. >>> downloads_path = Path.home() / "Downloads" >>> nyse_exporter.save_ics(file_path=str(downloads_path / "NYSE_2024_calendar.ics")) ``` For advanced features and customization of the exported `.ics` output, consider using the [icalendar](https://github.com/collective/icalendar) package. holidays-0.71/docs/file_header.txt000066400000000000000000000007741500152103600171760ustar00rootroot00000000000000 holidays -------- A fast, efficient Python library for generating country, province and state specific sets of holidays on the fly. It aims to make determining whether a specific date is a holiday as fast and flexible as possible. Authors: Vacanza Team and individual contributors (see AUTHORS.md file) dr-prodigy (c) 2017-2023 ryanss (c) 2014-2017 Website: https://github.com/vacanza/holidays License: MIT (see LICENSE file) holidays-0.71/docs/index.md000066400000000000000000000000211500152103600156200ustar00rootroot00000000000000{!../README.md!} holidays-0.71/docs/js/000077500000000000000000000000001500152103600146125ustar00rootroot00000000000000holidays-0.71/docs/js/custom.js000066400000000000000000000106601500152103600164650ustar00rootroot00000000000000document.addEventListener("DOMContentLoaded", () => { // Opens external links in a new tab with security attributes document.querySelectorAll("a[href]").forEach(link => { if (link.hostname !== window.location.hostname) { link.setAttribute("target", "_blank"); link.setAttribute("rel", "noopener noreferrer"); } }); // Style File Name in the Webpage document.querySelectorAll(".doc.doc-object.doc-module").forEach(module => { const codeElem = module.querySelector("h2 code"); if (codeElem) { codeElem.style.color = "black"; codeElem.style.border = "none"; } }); // Append "class" Before Class Names document.querySelectorAll(".doc.doc-object.doc-class").forEach(classElem => { const codeElem = classElem.querySelector("h3 code"); if (codeElem) { codeElem.innerHTML = `class ${codeElem.innerHTML}`; } }); // Style Class Headers document.querySelectorAll(".doc.doc-object.doc-class").forEach(classElem => { const codeElem = classElem.querySelector("h3 code"); if (!codeElem) return; // Style "class" keyword const classKeyword = codeElem.querySelector(".class"); if (classKeyword) classKeyword.style.color = "#2980b9"; // Style parameters inside class definition ["n", "o", "p", "kc"].forEach(cls => { codeElem.querySelectorAll(`.${cls}`).forEach((elem, index) => { if (cls === "n" && index === 0) return; // Skip first occurrence (class name) elem.style.color = "#2980b9"; }); }); // Ensure class name is black const firstParam = codeElem.querySelector(".p"); if (firstParam) { const firstN = codeElem.querySelector(".n"); if (firstN) firstN.style.color = "#000"; } else { codeElem.style.color = "#000"; } // Set background and border styles for class headers const h3Elem = classElem.querySelector("h3"); if (h3Elem) { h3Elem.style.borderTop = "3px solid #6ab0de"; h3Elem.style.background = "#e7f2fa"; h3Elem.style.width = "fit-content"; h3Elem.style.paddingRight = "3px"; } codeElem.style.background = "#e7f2fa"; codeElem.style.border = "none"; }); // Style Class Contents document.querySelectorAll(".doc.doc-object.doc-class").forEach(classElem => { classElem.querySelectorAll(".doc.doc-object.doc-attribute").forEach(attribute => { // Box styling for attributes attribute.style.background = "#f0f0f0"; attribute.style.borderLeft = "3px solid #ccc"; attribute.style.width = "fit-content"; // Class attribute name styling const code = attribute.querySelector("code"); if (code) { code.style.background = "#f0f0f0"; code.style.border = "none"; code.style.color = "black"; // Set elements after class attribute name to grey code.querySelectorAll("span").forEach((span, index) => { if (index > 0) span.style.color = "#555"; }); } // Remove "class-attribute", "instance-attribute" labels attribute.querySelectorAll("small").forEach(small => { small.style.display = "none"; }); }); }); // Style Function Headers document.querySelectorAll(".doc.doc-object.doc-function").forEach(funcElem => { const code = funcElem.querySelector("code"); if (!code) return; code.style.background = "#e7f2fa"; code.style.border = "none"; // Style function name (first `.n` should be black) const functionName = code.querySelector(".n"); if (functionName) functionName.style.color = "#000"; // Style function parameters code.querySelectorAll("span").forEach((span, index) => { if (index > 0) span.style.color = "#2980b9"; }); // Apply styles to `h3` or `h4` headers inside function blocks const header = funcElem.querySelector("h3, h4"); if (header) { header.style.background = "#e7f2fa"; header.style.borderTop = "3px solid #6ab0de"; header.style.width = "fit-content"; } }); }); holidays-0.71/docs/mixins.md000066400000000000000000000000361500152103600160260ustar00rootroot00000000000000# Mixins ::: holidays.mixins holidays-0.71/holidays/000077500000000000000000000000001500152103600150625ustar00rootroot00000000000000holidays-0.71/holidays/__init__.py000066400000000000000000000015661500152103600172030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # ruff: noqa: F403 from holidays.constants import * from holidays.deprecations.v1_incompatibility import * from holidays.holiday_base import * from holidays.registry import EntityLoader from holidays.utils import * from holidays.version import __version__ # noqa: F401 EntityLoader.load("countries", globals()) EntityLoader.load("financial", globals()) holidays-0.71/holidays/calendars/000077500000000000000000000000001500152103600170165ustar00rootroot00000000000000holidays-0.71/holidays/calendars/__init__.py000066400000000000000000000026311500152103600211310ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 from holidays.calendars.balinese_saka import _BalineseSakaLunar from holidays.calendars.buddhist import _BuddhistLunisolar, _CustomBuddhistHolidays from holidays.calendars.chinese import _ChineseLunisolar, _CustomChineseHolidays from holidays.calendars.custom import _CustomCalendar from holidays.calendars.gregorian import GREGORIAN_CALENDAR from holidays.calendars.hebrew import _HebrewLunisolar from holidays.calendars.hindu import _CustomHinduHolidays, _HinduLunisolar from holidays.calendars.islamic import _CustomIslamicHolidays, _IslamicLunar from holidays.calendars.julian import JULIAN_CALENDAR from holidays.calendars.julian_revised import JULIAN_REVISED_CALENDAR from holidays.calendars.persian import _Persian from holidays.calendars.sinhala import _SinhalaLunar, _CustomSinhalaHolidays from holidays.calendars.thai import _ThaiLunisolar, KHMER_CALENDAR, THAI_CALENDAR holidays-0.71/holidays/calendars/balinese_saka.py000066400000000000000000000062751500152103600221630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.gregorian import MAR, APR NYEPI = "NYEPI" class _BalineseSakaLunar: """ Balinese Saka lunar calendar. The Balinese saka calendar is one of two calendars used on the Indonesian island of Bali. Unlike the 210-day pawukon calendar, it is based on the phases of the Moon, and is approximately the same length as the tropical year (solar year, Gregorian year). https://en.wikipedia.org/wiki/Balinese_saka_calendar """ NYEPI_DATES = { 1983: (MAR, 15), 1984: (MAR, 4), 1985: (MAR, 22), 1986: (MAR, 12), 1987: (MAR, 31), 1988: (MAR, 19), 1989: (MAR, 9), 1990: (MAR, 27), 1991: (MAR, 17), 1992: (MAR, 5), 1993: (MAR, 24), 1994: (MAR, 12), 1995: (APR, 1), 1996: (MAR, 21), 1997: (APR, 9), 1998: (MAR, 29), 1999: (MAR, 18), 2000: (APR, 4), 2001: (MAR, 25), 2002: (APR, 13), 2003: (APR, 2), 2004: (MAR, 22), 2005: (MAR, 11), 2006: (MAR, 30), 2007: (MAR, 19), 2008: (MAR, 7), 2009: (MAR, 26), 2010: (MAR, 16), 2011: (MAR, 5), 2012: (MAR, 23), 2013: (MAR, 12), 2014: (MAR, 31), 2015: (MAR, 21), 2016: (MAR, 9), 2017: (MAR, 28), 2018: (MAR, 17), 2019: (MAR, 7), 2020: (MAR, 25), 2021: (MAR, 14), 2022: (MAR, 3), 2023: (MAR, 22), 2024: (MAR, 11), 2025: (MAR, 29), 2026: (MAR, 19), 2027: (MAR, 8), 2028: (MAR, 26), 2029: (MAR, 15), 2030: (MAR, 5), 2031: (MAR, 24), 2032: (MAR, 12), 2033: (MAR, 31), 2034: (MAR, 20), 2035: (MAR, 10), 2036: (MAR, 28), 2037: (MAR, 17), 2038: (MAR, 6), 2039: (MAR, 25), 2040: (MAR, 14), 2041: (MAR, 3), 2042: (MAR, 22), 2043: (MAR, 11), 2044: (MAR, 29), 2045: (MAR, 19), 2046: (MAR, 8), 2047: (MAR, 27), 2048: (MAR, 15), 2049: (MAR, 5), 2050: (MAR, 24), } def _get_holiday(self, holiday: str, year: int) -> Optional[date]: dt = getattr(self, f"{holiday}_DATES", {}).get(year, ()) return date(year, *dt) if dt else None def nyepi_date(self, year: int) -> Optional[date]: """ Data References: * [1983-2025](https://id.wikipedia.org/wiki/Indonesia_dalam_tahun_1983) * [2020-2050](https://www.balitrips.com/balinese-temples-ceremony) """ return self._get_holiday(NYEPI, year) holidays-0.71/holidays/calendars/buddhist.py000066400000000000000000000261311500152103600212010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.custom import _CustomCalendar from holidays.calendars.gregorian import MAY, JUN VESAK = "VESAK" VESAK_MAY = "VESAK_MAY" class _BuddhistLunisolar: VESAK_DATES = { 1901: (JUN, 1), 1902: (MAY, 22), 1903: (MAY, 11), 1904: (MAY, 29), 1905: (MAY, 18), 1906: (MAY, 8), 1907: (MAY, 26), 1908: (MAY, 14), 1909: (JUN, 2), 1910: (MAY, 23), 1911: (MAY, 13), 1912: (MAY, 31), 1913: (MAY, 20), 1914: (MAY, 9), 1915: (MAY, 28), 1916: (MAY, 16), 1917: (JUN, 4), 1918: (MAY, 24), 1919: (MAY, 14), 1920: (JUN, 1), 1921: (MAY, 22), 1922: (MAY, 11), 1923: (MAY, 30), 1924: (MAY, 18), 1925: (MAY, 7), 1926: (MAY, 26), 1927: (MAY, 15), 1928: (JUN, 2), 1929: (MAY, 23), 1930: (MAY, 13), 1931: (MAY, 31), 1932: (MAY, 20), 1933: (MAY, 9), 1934: (MAY, 27), 1935: (MAY, 17), 1936: (JUN, 4), 1937: (MAY, 24), 1938: (MAY, 14), 1939: (JUN, 2), 1940: (MAY, 21), 1941: (MAY, 10), 1942: (MAY, 29), 1943: (MAY, 18), 1944: (MAY, 7), 1945: (MAY, 26), 1946: (MAY, 15), 1947: (JUN, 3), 1948: (MAY, 23), 1949: (MAY, 12), 1950: (MAY, 31), 1951: (MAY, 20), 1952: (MAY, 8), 1953: (MAY, 27), 1954: (MAY, 17), 1955: (JUN, 5), 1956: (MAY, 24), 1957: (MAY, 14), 1958: (JUN, 2), 1959: (MAY, 22), 1960: (MAY, 10), 1961: (MAY, 29), 1962: (MAY, 18), 1963: (MAY, 8), 1964: (MAY, 26), 1965: (MAY, 15), 1966: (JUN, 3), 1967: (MAY, 23), 1968: (MAY, 11), 1969: (MAY, 30), 1970: (MAY, 19), 1971: (MAY, 9), 1972: (MAY, 27), 1973: (MAY, 17), 1974: (MAY, 6), 1975: (MAY, 25), 1976: (MAY, 13), 1977: (JUN, 1), 1978: (MAY, 21), 1979: (MAY, 10), 1980: (MAY, 28), 1981: (MAY, 18), 1982: (MAY, 8), 1983: (MAY, 27), 1984: (MAY, 15), 1985: (JUN, 3), 1986: (MAY, 23), 1987: (MAY, 12), 1988: (MAY, 30), 1989: (MAY, 19), 1990: (MAY, 9), 1991: (MAY, 28), 1992: (MAY, 17), 1993: (JUN, 4), 1994: (MAY, 25), 1995: (MAY, 14), 1996: (MAY, 31), 1997: (MAY, 21), 1998: (MAY, 10), 1999: (MAY, 29), 2000: (MAY, 18), 2001: (MAY, 7), 2002: (MAY, 26), 2003: (MAY, 15), 2004: (JUN, 2), 2005: (MAY, 22), 2006: (MAY, 12), 2007: (MAY, 31), 2008: (MAY, 19), 2009: (MAY, 9), 2010: (MAY, 28), 2011: (MAY, 17), 2012: (MAY, 5), 2013: (MAY, 24), 2014: (MAY, 13), 2015: (JUN, 1), 2016: (MAY, 21), 2017: (MAY, 10), 2018: (MAY, 29), 2019: (MAY, 19), 2020: (MAY, 7), 2021: (MAY, 26), 2022: (MAY, 15), 2023: (JUN, 2), 2024: (MAY, 22), 2025: (MAY, 11), 2026: (MAY, 31), 2027: (MAY, 20), 2028: (MAY, 9), 2029: (MAY, 27), 2030: (MAY, 16), 2031: (JUN, 4), 2032: (MAY, 23), 2033: (MAY, 13), 2034: (JUN, 1), 2035: (MAY, 22), 2036: (MAY, 10), 2037: (MAY, 29), 2038: (MAY, 18), 2039: (MAY, 7), 2040: (MAY, 25), 2041: (MAY, 14), 2042: (JUN, 2), 2043: (MAY, 23), 2044: (MAY, 12), 2045: (MAY, 31), 2046: (MAY, 20), 2047: (MAY, 9), 2048: (MAY, 27), 2049: (MAY, 16), 2050: (JUN, 4), 2051: (MAY, 24), 2052: (MAY, 13), 2053: (JUN, 1), 2054: (MAY, 22), 2055: (MAY, 11), 2056: (MAY, 29), 2057: (MAY, 18), 2058: (MAY, 7), 2059: (MAY, 26), 2060: (MAY, 14), 2061: (JUN, 2), 2062: (MAY, 23), 2063: (MAY, 12), 2064: (MAY, 30), 2065: (MAY, 19), 2066: (MAY, 8), 2067: (MAY, 27), 2068: (MAY, 16), 2069: (MAY, 5), 2070: (MAY, 24), 2071: (MAY, 14), 2072: (JUN, 1), 2073: (MAY, 21), 2074: (MAY, 10), 2075: (MAY, 29), 2076: (MAY, 17), 2077: (MAY, 7), 2078: (MAY, 26), 2079: (MAY, 15), 2080: (JUN, 2), 2081: (MAY, 23), 2082: (MAY, 12), 2083: (MAY, 31), 2084: (MAY, 19), 2085: (MAY, 8), 2086: (MAY, 27), 2087: (MAY, 17), 2088: (MAY, 5), 2089: (MAY, 24), 2090: (MAY, 14), 2091: (JUN, 1), 2092: (MAY, 20), 2093: (MAY, 10), 2094: (MAY, 28), 2095: (MAY, 18), 2096: (MAY, 7), 2097: (MAY, 26), 2098: (MAY, 15), 2099: (JUN, 3), } VESAK_MAY_DATES = { 1901: (MAY, 3), 1902: (MAY, 22), 1903: (MAY, 11), 1904: (MAY, 29), 1905: (MAY, 18), 1906: (MAY, 8), 1907: (MAY, 26), 1908: (MAY, 14), 1909: (MAY, 4), 1910: (MAY, 23), 1911: (MAY, 13), 1912: (MAY, 1), 1913: (MAY, 20), 1914: (MAY, 9), 1915: (MAY, 28), 1916: (MAY, 16), 1917: (MAY, 5), 1918: (MAY, 24), 1919: (MAY, 14), 1920: (MAY, 3), 1921: (MAY, 22), 1922: (MAY, 11), 1923: (MAY, 30), 1924: (MAY, 18), 1925: (MAY, 7), 1926: (MAY, 26), 1927: (MAY, 15), 1928: (MAY, 4), 1929: (MAY, 23), 1930: (MAY, 13), 1931: (MAY, 2), 1932: (MAY, 20), 1933: (MAY, 9), 1934: (MAY, 27), 1935: (MAY, 17), 1936: (MAY, 5), 1937: (MAY, 24), 1938: (MAY, 14), 1939: (MAY, 4), 1940: (MAY, 21), 1941: (MAY, 10), 1942: (MAY, 29), 1943: (MAY, 18), 1944: (MAY, 7), 1945: (MAY, 26), 1946: (MAY, 15), 1947: (MAY, 5), 1948: (MAY, 23), 1949: (MAY, 12), 1950: (MAY, 1), 1951: (MAY, 20), 1952: (MAY, 8), 1953: (MAY, 27), 1954: (MAY, 17), 1955: (MAY, 6), 1956: (MAY, 24), 1957: (MAY, 14), 1958: (MAY, 3), 1959: (MAY, 22), 1960: (MAY, 10), 1961: (MAY, 29), 1962: (MAY, 18), 1963: (MAY, 8), 1964: (MAY, 26), 1965: (MAY, 15), 1966: (MAY, 5), 1967: (MAY, 23), 1968: (MAY, 11), 1969: (MAY, 1), 1970: (MAY, 19), 1971: (MAY, 9), 1972: (MAY, 27), 1973: (MAY, 17), 1974: (MAY, 6), 1975: (MAY, 25), 1976: (MAY, 13), 1977: (MAY, 2), 1978: (MAY, 21), 1979: (MAY, 10), 1980: (MAY, 28), 1981: (MAY, 18), 1982: (MAY, 8), 1983: (MAY, 27), 1984: (MAY, 15), 1985: (MAY, 4), 1986: (MAY, 23), 1987: (MAY, 12), 1988: (MAY, 30), 1989: (MAY, 19), 1990: (MAY, 9), 1991: (MAY, 28), 1992: (MAY, 17), 1993: (MAY, 6), 1994: (MAY, 25), 1995: (MAY, 14), 1996: (MAY, 2), 1997: (MAY, 21), 1998: (MAY, 10), 1999: (MAY, 29), 2000: (MAY, 18), 2001: (MAY, 7), 2002: (MAY, 26), 2003: (MAY, 15), 2004: (MAY, 3), 2005: (MAY, 22), 2006: (MAY, 12), 2007: (MAY, 1), 2008: (MAY, 19), 2009: (MAY, 9), 2010: (MAY, 28), 2011: (MAY, 17), 2012: (MAY, 5), 2013: (MAY, 24), 2014: (MAY, 13), 2015: (MAY, 3), 2016: (MAY, 21), 2017: (MAY, 10), 2018: (MAY, 29), 2019: (MAY, 19), 2020: (MAY, 7), 2021: (MAY, 26), 2022: (MAY, 15), 2023: (MAY, 4), 2024: (MAY, 22), 2025: (MAY, 11), 2026: (MAY, 1), 2027: (MAY, 20), 2028: (MAY, 9), 2029: (MAY, 27), 2030: (MAY, 16), 2031: (MAY, 6), 2032: (MAY, 23), 2033: (MAY, 13), 2034: (MAY, 3), 2035: (MAY, 22), 2036: (MAY, 10), 2037: (MAY, 29), 2038: (MAY, 18), 2039: (MAY, 7), 2040: (MAY, 25), 2041: (MAY, 14), 2042: (MAY, 4), 2043: (MAY, 23), 2044: (MAY, 12), 2045: (MAY, 1), 2046: (MAY, 20), 2047: (MAY, 9), 2048: (MAY, 27), 2049: (MAY, 16), 2050: (MAY, 5), 2051: (MAY, 24), 2052: (MAY, 13), 2053: (MAY, 3), 2054: (MAY, 22), 2055: (MAY, 11), 2056: (MAY, 29), 2057: (MAY, 18), 2058: (MAY, 7), 2059: (MAY, 26), 2060: (MAY, 14), 2061: (MAY, 4), 2062: (MAY, 23), 2063: (MAY, 12), 2064: (MAY, 1), 2065: (MAY, 19), 2066: (MAY, 8), 2067: (MAY, 27), 2068: (MAY, 16), 2069: (MAY, 5), 2070: (MAY, 24), 2071: (MAY, 14), 2072: (MAY, 2), 2073: (MAY, 21), 2074: (MAY, 10), 2075: (MAY, 29), 2076: (MAY, 17), 2077: (MAY, 7), 2078: (MAY, 26), 2079: (MAY, 15), 2080: (MAY, 4), 2081: (MAY, 23), 2082: (MAY, 12), 2083: (MAY, 1), 2084: (MAY, 19), 2085: (MAY, 8), 2086: (MAY, 27), 2087: (MAY, 17), 2088: (MAY, 5), 2089: (MAY, 24), 2090: (MAY, 14), 2091: (MAY, 3), 2092: (MAY, 20), 2093: (MAY, 10), 2094: (MAY, 28), 2095: (MAY, 18), 2096: (MAY, 7), 2097: (MAY, 26), 2098: (MAY, 15), 2099: (MAY, 4), } def _get_holiday(self, holiday: str, year: int) -> tuple[Optional[date], bool]: estimated_dates = getattr(self, f"{holiday}_DATES", {}) exact_dates = getattr(self, f"{holiday}_DATES_{_CustomCalendar.CUSTOM_ATTR_POSTFIX}", {}) dt = exact_dates.get(year, estimated_dates.get(year, ())) return date(year, *dt) if dt else None, year not in exact_dates def vesak_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(VESAK, year) def vesak_may_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(VESAK_MAY, year) class _CustomBuddhistHolidays(_CustomCalendar, _BuddhistLunisolar): pass holidays-0.71/holidays/calendars/chinese.py000066400000000000000000000762051500152103600210200ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.custom import _CustomCalendar from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, SEP, OCT, NOV BUDDHA_BIRTHDAY = "BUDDHA_BIRTHDAY" DOUBLE_NINTH = "DOUBLE_NINTH" DRAGON_BOAT = "DRAGON_BOAT" HUNG_KINGS = "HUNG_KINGS" LUNAR_NEW_YEAR = "LUNAR_NEW_YEAR" MID_AUTUMN = "MID_AUTUMN" class _ChineseLunisolar: BUDDHA_BIRTHDAY_DATES = { 1901: (MAY, 25), 1902: (MAY, 15), 1903: (MAY, 4), 1904: (MAY, 22), 1905: (MAY, 11), 1906: (MAY, 1), 1907: (MAY, 19), 1908: (MAY, 7), 1909: (MAY, 26), 1910: (MAY, 16), 1911: (MAY, 6), 1912: (MAY, 24), 1913: (MAY, 13), 1914: (MAY, 2), 1915: (MAY, 21), 1916: (MAY, 9), 1917: (MAY, 28), 1918: (MAY, 17), 1919: (MAY, 7), 1920: (MAY, 25), 1921: (MAY, 15), 1922: (MAY, 4), 1923: (MAY, 23), 1924: (MAY, 11), 1925: (APR, 30), 1926: (MAY, 19), 1927: (MAY, 8), 1928: (MAY, 26), 1929: (MAY, 16), 1930: (MAY, 6), 1931: (MAY, 24), 1932: (MAY, 13), 1933: (MAY, 2), 1934: (MAY, 20), 1935: (MAY, 10), 1936: (MAY, 28), 1937: (MAY, 17), 1938: (MAY, 7), 1939: (MAY, 26), 1940: (MAY, 14), 1941: (MAY, 3), 1942: (MAY, 22), 1943: (MAY, 11), 1944: (APR, 30), 1945: (MAY, 19), 1946: (MAY, 8), 1947: (MAY, 27), 1948: (MAY, 16), 1949: (MAY, 5), 1950: (MAY, 24), 1951: (MAY, 13), 1952: (MAY, 1), 1953: (MAY, 20), 1954: (MAY, 10), 1955: (MAY, 29), 1956: (MAY, 17), 1957: (MAY, 7), 1958: (MAY, 26), 1959: (MAY, 15), 1960: (MAY, 3), 1961: (MAY, 22), 1962: (MAY, 11), 1963: (MAY, 1), 1964: (MAY, 19), 1965: (MAY, 8), 1966: (MAY, 27), 1967: (MAY, 16), 1968: (MAY, 4), 1969: (MAY, 23), 1970: (MAY, 12), 1971: (MAY, 2), 1972: (MAY, 20), 1973: (MAY, 10), 1974: (APR, 29), 1975: (MAY, 18), 1976: (MAY, 6), 1977: (MAY, 25), 1978: (MAY, 14), 1979: (MAY, 3), 1980: (MAY, 21), 1981: (MAY, 11), 1982: (MAY, 1), 1983: (MAY, 20), 1984: (MAY, 8), 1985: (MAY, 27), 1986: (MAY, 16), 1987: (MAY, 5), 1988: (MAY, 23), 1989: (MAY, 12), 1990: (MAY, 2), 1991: (MAY, 21), 1992: (MAY, 10), 1993: (MAY, 28), 1994: (MAY, 18), 1995: (MAY, 7), 1996: (MAY, 24), 1997: (MAY, 14), 1998: (MAY, 3), 1999: (MAY, 22), 2000: (MAY, 11), 2001: (APR, 30), 2002: (MAY, 19), 2003: (MAY, 8), 2004: (MAY, 26), 2005: (MAY, 15), 2006: (MAY, 5), 2007: (MAY, 24), 2008: (MAY, 12), 2009: (MAY, 2), 2010: (MAY, 21), 2011: (MAY, 10), 2012: (APR, 28), 2013: (MAY, 17), 2014: (MAY, 6), 2015: (MAY, 25), 2016: (MAY, 14), 2017: (MAY, 3), 2018: (MAY, 22), 2019: (MAY, 12), 2020: (APR, 30), 2021: (MAY, 19), 2022: (MAY, 8), 2023: (MAY, 26), 2024: (MAY, 15), 2025: (MAY, 5), 2026: (MAY, 24), 2027: (MAY, 13), 2028: (MAY, 2), 2029: (MAY, 20), 2030: (MAY, 9), 2031: (MAY, 28), 2032: (MAY, 16), 2033: (MAY, 6), 2034: (MAY, 25), 2035: (MAY, 15), 2036: (MAY, 3), 2037: (MAY, 22), 2038: (MAY, 11), 2039: (APR, 30), 2040: (MAY, 18), 2041: (MAY, 7), 2042: (MAY, 26), 2043: (MAY, 16), 2044: (MAY, 5), 2045: (MAY, 24), 2046: (MAY, 13), 2047: (MAY, 2), 2048: (MAY, 20), 2049: (MAY, 9), 2050: (MAY, 28), 2051: (MAY, 17), 2052: (MAY, 6), 2053: (MAY, 25), 2054: (MAY, 15), 2055: (MAY, 4), 2056: (MAY, 22), 2057: (MAY, 11), 2058: (APR, 30), 2059: (MAY, 19), 2060: (MAY, 7), 2061: (MAY, 26), 2062: (MAY, 16), 2063: (MAY, 5), 2064: (MAY, 23), 2065: (MAY, 12), 2066: (MAY, 1), 2067: (MAY, 20), 2068: (MAY, 9), 2069: (APR, 28), 2070: (MAY, 17), 2071: (MAY, 7), 2072: (MAY, 25), 2073: (MAY, 14), 2074: (MAY, 3), 2075: (MAY, 22), 2076: (MAY, 10), 2077: (APR, 30), 2078: (MAY, 19), 2079: (MAY, 8), 2080: (MAY, 26), 2081: (MAY, 16), 2082: (MAY, 5), 2083: (MAY, 24), 2084: (MAY, 12), 2085: (MAY, 1), 2086: (MAY, 20), 2087: (MAY, 10), 2088: (APR, 28), 2089: (MAY, 17), 2090: (MAY, 7), 2091: (MAY, 25), 2092: (MAY, 13), 2093: (MAY, 3), 2094: (MAY, 21), 2095: (MAY, 11), 2096: (APR, 30), 2097: (MAY, 19), 2098: (MAY, 8), 2099: (MAY, 27), } DOUBLE_NINTH_DATES = { 1901: (OCT, 20), 1902: (OCT, 10), 1903: (OCT, 28), 1904: (OCT, 17), 1905: (OCT, 7), 1906: (OCT, 26), 1907: (OCT, 15), 1908: (OCT, 3), 1909: (OCT, 22), 1910: (OCT, 11), 1911: (OCT, 30), 1912: (OCT, 18), 1913: (OCT, 8), 1914: (OCT, 27), 1915: (OCT, 17), 1916: (OCT, 5), 1917: (OCT, 24), 1918: (OCT, 13), 1919: (NOV, 1), 1920: (OCT, 20), 1921: (OCT, 9), 1922: (OCT, 28), 1923: (OCT, 18), 1924: (OCT, 7), 1925: (OCT, 26), 1926: (OCT, 15), 1927: (OCT, 4), 1928: (OCT, 21), 1929: (OCT, 11), 1930: (OCT, 30), 1931: (OCT, 19), 1932: (OCT, 8), 1933: (OCT, 27), 1934: (OCT, 16), 1935: (OCT, 6), 1936: (OCT, 23), 1937: (OCT, 12), 1938: (OCT, 31), 1939: (OCT, 21), 1940: (OCT, 9), 1941: (OCT, 28), 1942: (OCT, 18), 1943: (OCT, 7), 1944: (OCT, 25), 1945: (OCT, 14), 1946: (OCT, 3), 1947: (OCT, 22), 1948: (OCT, 11), 1949: (OCT, 30), 1950: (OCT, 19), 1951: (OCT, 9), 1952: (OCT, 27), 1953: (OCT, 16), 1954: (OCT, 5), 1955: (OCT, 24), 1956: (OCT, 12), 1957: (OCT, 31), 1958: (OCT, 21), 1959: (OCT, 10), 1960: (OCT, 28), 1961: (OCT, 18), 1962: (OCT, 7), 1963: (OCT, 25), 1964: (OCT, 14), 1965: (OCT, 3), 1966: (OCT, 22), 1967: (OCT, 12), 1968: (OCT, 30), 1969: (OCT, 19), 1970: (OCT, 8), 1971: (OCT, 27), 1972: (OCT, 15), 1973: (OCT, 4), 1974: (OCT, 23), 1975: (OCT, 13), 1976: (OCT, 31), 1977: (OCT, 21), 1978: (OCT, 10), 1979: (OCT, 29), 1980: (OCT, 17), 1981: (OCT, 6), 1982: (OCT, 25), 1983: (OCT, 14), 1984: (OCT, 3), 1985: (OCT, 22), 1986: (OCT, 12), 1987: (OCT, 31), 1988: (OCT, 19), 1989: (OCT, 8), 1990: (OCT, 26), 1991: (OCT, 16), 1992: (OCT, 4), 1993: (OCT, 23), 1994: (OCT, 13), 1995: (NOV, 1), 1996: (OCT, 20), 1997: (OCT, 10), 1998: (OCT, 28), 1999: (OCT, 17), 2000: (OCT, 6), 2001: (OCT, 25), 2002: (OCT, 14), 2003: (OCT, 4), 2004: (OCT, 22), 2005: (OCT, 11), 2006: (OCT, 30), 2007: (OCT, 19), 2008: (OCT, 7), 2009: (OCT, 26), 2010: (OCT, 16), 2011: (OCT, 5), 2012: (OCT, 23), 2013: (OCT, 13), 2014: (OCT, 2), 2015: (OCT, 21), 2016: (OCT, 9), 2017: (OCT, 28), 2018: (OCT, 17), 2019: (OCT, 7), 2020: (OCT, 25), 2021: (OCT, 14), 2022: (OCT, 4), 2023: (OCT, 23), 2024: (OCT, 11), 2025: (OCT, 29), 2026: (OCT, 18), 2027: (OCT, 8), 2028: (OCT, 26), 2029: (OCT, 16), 2030: (OCT, 5), 2031: (OCT, 24), 2032: (OCT, 12), 2033: (OCT, 1), 2034: (OCT, 20), 2035: (OCT, 9), 2036: (OCT, 27), 2037: (OCT, 17), 2038: (OCT, 7), 2039: (OCT, 26), 2040: (OCT, 14), 2041: (OCT, 3), 2042: (OCT, 22), 2043: (OCT, 11), 2044: (OCT, 29), 2045: (OCT, 18), 2046: (OCT, 8), 2047: (OCT, 27), 2048: (OCT, 16), 2049: (OCT, 5), 2050: (OCT, 24), 2051: (OCT, 13), 2052: (OCT, 30), 2053: (OCT, 20), 2054: (OCT, 9), 2055: (OCT, 28), 2056: (OCT, 17), 2057: (OCT, 7), 2058: (OCT, 25), 2059: (OCT, 14), 2060: (OCT, 2), 2061: (OCT, 21), 2062: (OCT, 11), 2063: (OCT, 30), 2064: (OCT, 18), 2065: (OCT, 8), 2066: (OCT, 27), 2067: (OCT, 16), 2068: (OCT, 4), 2069: (OCT, 23), 2070: (OCT, 12), 2071: (OCT, 31), 2072: (OCT, 20), 2073: (OCT, 9), 2074: (OCT, 28), 2075: (OCT, 18), 2076: (OCT, 6), 2077: (OCT, 25), 2078: (OCT, 14), 2079: (OCT, 3), 2080: (OCT, 21), 2081: (OCT, 11), 2082: (OCT, 30), 2083: (OCT, 19), 2084: (OCT, 8), 2085: (OCT, 27), 2086: (OCT, 16), 2087: (OCT, 5), 2088: (OCT, 22), 2089: (OCT, 12), 2090: (OCT, 31), 2091: (OCT, 21), 2092: (OCT, 9), 2093: (OCT, 28), 2094: (OCT, 17), 2095: (OCT, 6), 2096: (OCT, 24), 2097: (OCT, 13), 2098: (OCT, 3), 2099: (OCT, 22), } DRAGON_BOAT_DATES = { 1901: (JUN, 20), 1902: (JUN, 10), 1903: (MAY, 31), 1904: (JUN, 18), 1905: (JUN, 7), 1906: (JUN, 26), 1907: (JUN, 15), 1908: (JUN, 3), 1909: (JUN, 22), 1910: (JUN, 11), 1911: (JUN, 1), 1912: (JUN, 19), 1913: (JUN, 9), 1914: (MAY, 29), 1915: (JUN, 17), 1916: (JUN, 5), 1917: (JUN, 23), 1918: (JUN, 13), 1919: (JUN, 2), 1920: (JUN, 20), 1921: (JUN, 10), 1922: (MAY, 31), 1923: (JUN, 18), 1924: (JUN, 6), 1925: (JUN, 25), 1926: (JUN, 14), 1927: (JUN, 4), 1928: (JUN, 22), 1929: (JUN, 11), 1930: (JUN, 1), 1931: (JUN, 20), 1932: (JUN, 8), 1933: (MAY, 28), 1934: (JUN, 16), 1935: (JUN, 5), 1936: (JUN, 23), 1937: (JUN, 13), 1938: (JUN, 2), 1939: (JUN, 21), 1940: (JUN, 10), 1941: (MAY, 30), 1942: (JUN, 18), 1943: (JUN, 7), 1944: (JUN, 25), 1945: (JUN, 14), 1946: (JUN, 4), 1947: (JUN, 23), 1948: (JUN, 11), 1949: (JUN, 1), 1950: (JUN, 19), 1951: (JUN, 9), 1952: (MAY, 28), 1953: (JUN, 15), 1954: (JUN, 5), 1955: (JUN, 24), 1956: (JUN, 13), 1957: (JUN, 2), 1958: (JUN, 21), 1959: (JUN, 10), 1960: (MAY, 29), 1961: (JUN, 17), 1962: (JUN, 6), 1963: (JUN, 25), 1964: (JUN, 14), 1965: (JUN, 4), 1966: (JUN, 23), 1967: (JUN, 12), 1968: (MAY, 31), 1969: (JUN, 19), 1970: (JUN, 8), 1971: (MAY, 28), 1972: (JUN, 15), 1973: (JUN, 5), 1974: (JUN, 24), 1975: (JUN, 14), 1976: (JUN, 2), 1977: (JUN, 21), 1978: (JUN, 10), 1979: (MAY, 30), 1980: (JUN, 17), 1981: (JUN, 6), 1982: (JUN, 25), 1983: (JUN, 15), 1984: (JUN, 4), 1985: (JUN, 22), 1986: (JUN, 11), 1987: (MAY, 31), 1988: (JUN, 18), 1989: (JUN, 8), 1990: (MAY, 28), 1991: (JUN, 16), 1992: (JUN, 5), 1993: (JUN, 24), 1994: (JUN, 13), 1995: (JUN, 2), 1996: (JUN, 20), 1997: (JUN, 9), 1998: (MAY, 30), 1999: (JUN, 18), 2000: (JUN, 6), 2001: (JUN, 25), 2002: (JUN, 15), 2003: (JUN, 4), 2004: (JUN, 22), 2005: (JUN, 11), 2006: (MAY, 31), 2007: (JUN, 19), 2008: (JUN, 8), 2009: (MAY, 28), 2010: (JUN, 16), 2011: (JUN, 6), 2012: (JUN, 23), 2013: (JUN, 12), 2014: (JUN, 2), 2015: (JUN, 20), 2016: (JUN, 9), 2017: (MAY, 30), 2018: (JUN, 18), 2019: (JUN, 7), 2020: (JUN, 25), 2021: (JUN, 14), 2022: (JUN, 3), 2023: (JUN, 22), 2024: (JUN, 10), 2025: (MAY, 31), 2026: (JUN, 19), 2027: (JUN, 9), 2028: (MAY, 28), 2029: (JUN, 16), 2030: (JUN, 5), 2031: (JUN, 24), 2032: (JUN, 12), 2033: (JUN, 1), 2034: (JUN, 20), 2035: (JUN, 10), 2036: (MAY, 30), 2037: (JUN, 18), 2038: (JUN, 7), 2039: (MAY, 27), 2040: (JUN, 14), 2041: (JUN, 3), 2042: (JUN, 22), 2043: (JUN, 11), 2044: (MAY, 31), 2045: (JUN, 19), 2046: (JUN, 8), 2047: (MAY, 29), 2048: (JUN, 15), 2049: (JUN, 4), 2050: (JUN, 23), 2051: (JUN, 13), 2052: (JUN, 1), 2053: (JUN, 20), 2054: (JUN, 10), 2055: (MAY, 30), 2056: (JUN, 17), 2057: (JUN, 6), 2058: (JUN, 25), 2059: (JUN, 14), 2060: (JUN, 3), 2061: (JUN, 22), 2062: (JUN, 11), 2063: (JUN, 1), 2064: (JUN, 19), 2065: (JUN, 8), 2066: (MAY, 28), 2067: (JUN, 16), 2068: (JUN, 4), 2069: (JUN, 23), 2070: (JUN, 13), 2071: (JUN, 2), 2072: (JUN, 20), 2073: (JUN, 10), 2074: (MAY, 30), 2075: (JUN, 17), 2076: (JUN, 6), 2077: (JUN, 24), 2078: (JUN, 14), 2079: (JUN, 4), 2080: (JUN, 22), 2081: (JUN, 11), 2082: (JUN, 1), 2083: (JUN, 19), 2084: (JUN, 7), 2085: (MAY, 27), 2086: (JUN, 15), 2087: (JUN, 5), 2088: (JUN, 23), 2089: (JUN, 13), 2090: (JUN, 2), 2091: (JUN, 21), 2092: (JUN, 9), 2093: (MAY, 29), 2094: (JUN, 17), 2095: (JUN, 6), 2096: (JUN, 24), 2097: (JUN, 14), 2098: (JUN, 4), 2099: (JUN, 23), } HUNG_KINGS_DATES = { 1901: (APR, 28), 1902: (APR, 17), 1903: (APR, 7), 1904: (APR, 25), 1905: (APR, 14), 1906: (APR, 3), 1907: (APR, 22), 1908: (APR, 10), 1909: (APR, 29), 1910: (APR, 19), 1911: (APR, 8), 1912: (APR, 26), 1913: (APR, 16), 1914: (APR, 5), 1915: (APR, 23), 1916: (APR, 12), 1917: (APR, 30), 1918: (APR, 20), 1919: (APR, 10), 1920: (APR, 28), 1921: (APR, 17), 1922: (APR, 6), 1923: (APR, 25), 1924: (APR, 13), 1925: (APR, 2), 1926: (APR, 21), 1927: (APR, 11), 1928: (APR, 29), 1929: (APR, 19), 1930: (APR, 8), 1931: (APR, 27), 1932: (APR, 15), 1933: (APR, 4), 1934: (APR, 23), 1935: (APR, 12), 1936: (APR, 1), 1937: (APR, 20), 1938: (APR, 10), 1939: (APR, 29), 1940: (APR, 17), 1941: (APR, 6), 1942: (APR, 24), 1943: (APR, 14), 1944: (APR, 2), 1945: (APR, 21), 1946: (APR, 11), 1947: (APR, 30), 1948: (APR, 18), 1949: (APR, 7), 1950: (APR, 26), 1951: (APR, 15), 1952: (APR, 4), 1953: (APR, 23), 1954: (APR, 12), 1955: (APR, 2), 1956: (APR, 20), 1957: (APR, 9), 1958: (APR, 28), 1959: (APR, 17), 1960: (APR, 5), 1961: (APR, 24), 1962: (APR, 14), 1963: (APR, 3), 1964: (APR, 21), 1965: (APR, 11), 1966: (MAR, 31), 1967: (APR, 19), 1968: (APR, 7), 1969: (APR, 26), 1970: (APR, 15), 1971: (APR, 5), 1972: (APR, 23), 1973: (APR, 12), 1974: (APR, 2), 1975: (APR, 21), 1976: (APR, 9), 1977: (APR, 27), 1978: (APR, 16), 1979: (APR, 6), 1980: (APR, 24), 1981: (APR, 14), 1982: (APR, 3), 1983: (APR, 22), 1984: (APR, 10), 1985: (APR, 29), 1986: (APR, 18), 1987: (APR, 7), 1988: (APR, 25), 1989: (APR, 15), 1990: (APR, 5), 1991: (APR, 24), 1992: (APR, 12), 1993: (APR, 1), 1994: (APR, 20), 1995: (APR, 9), 1996: (APR, 27), 1997: (APR, 16), 1998: (APR, 6), 1999: (APR, 25), 2000: (APR, 14), 2001: (APR, 3), 2002: (APR, 22), 2003: (APR, 11), 2004: (APR, 28), 2005: (APR, 18), 2006: (APR, 7), 2007: (APR, 26), 2008: (APR, 15), 2009: (APR, 5), 2010: (APR, 23), 2011: (APR, 12), 2012: (MAR, 31), 2013: (APR, 19), 2014: (APR, 9), 2015: (APR, 28), 2016: (APR, 16), 2017: (APR, 6), 2018: (APR, 25), 2019: (APR, 14), 2020: (APR, 2), 2021: (APR, 21), 2022: (APR, 10), 2023: (APR, 29), 2024: (APR, 18), 2025: (APR, 7), 2026: (APR, 26), 2027: (APR, 16), 2028: (APR, 4), 2029: (APR, 23), 2030: (APR, 12), 2031: (APR, 1), 2032: (APR, 19), 2033: (APR, 9), 2034: (APR, 28), 2035: (APR, 17), 2036: (APR, 6), 2037: (APR, 25), 2038: (APR, 14), 2039: (APR, 3), 2040: (APR, 20), 2041: (APR, 10), 2042: (APR, 29), 2043: (APR, 19), 2044: (APR, 7), 2045: (APR, 26), 2046: (APR, 15), 2047: (APR, 4), 2048: (APR, 22), 2049: (APR, 11), 2050: (APR, 1), 2051: (APR, 20), 2052: (APR, 9), 2053: (APR, 28), 2054: (APR, 17), 2055: (APR, 6), 2056: (APR, 24), 2057: (APR, 13), 2058: (APR, 2), 2059: (APR, 21), 2060: (APR, 10), 2061: (MAR, 31), 2062: (APR, 19), 2063: (APR, 8), 2064: (APR, 26), 2065: (APR, 15), 2066: (APR, 4), 2067: (APR, 23), 2068: (APR, 11), 2069: (APR, 1), 2070: (APR, 20), 2071: (APR, 9), 2072: (APR, 27), 2073: (APR, 16), 2074: (APR, 5), 2075: (APR, 24), 2076: (APR, 13), 2077: (APR, 2), 2078: (APR, 21), 2079: (APR, 11), 2080: (MAR, 30), 2081: (APR, 18), 2082: (APR, 7), 2083: (APR, 26), 2084: (APR, 14), 2085: (APR, 4), 2086: (APR, 23), 2087: (APR, 12), 2088: (APR, 1), 2089: (APR, 20), 2090: (APR, 9), 2091: (APR, 28), 2092: (APR, 16), 2093: (APR, 5), 2094: (APR, 24), 2095: (APR, 14), 2096: (APR, 2), 2097: (APR, 21), 2098: (APR, 11), 2099: (APR, 29), } LUNAR_NEW_YEAR_DATES = { 1901: (FEB, 19), 1902: (FEB, 8), 1903: (JAN, 29), 1904: (FEB, 16), 1905: (FEB, 4), 1906: (JAN, 25), 1907: (FEB, 13), 1908: (FEB, 2), 1909: (JAN, 22), 1910: (FEB, 10), 1911: (JAN, 30), 1912: (FEB, 18), 1913: (FEB, 6), 1914: (JAN, 26), 1915: (FEB, 14), 1916: (FEB, 3), 1917: (JAN, 23), 1918: (FEB, 11), 1919: (FEB, 1), 1920: (FEB, 20), 1921: (FEB, 8), 1922: (JAN, 28), 1923: (FEB, 16), 1924: (FEB, 5), 1925: (JAN, 24), 1926: (FEB, 13), 1927: (FEB, 2), 1928: (JAN, 23), 1929: (FEB, 10), 1930: (JAN, 30), 1931: (FEB, 17), 1932: (FEB, 6), 1933: (JAN, 26), 1934: (FEB, 14), 1935: (FEB, 4), 1936: (JAN, 24), 1937: (FEB, 11), 1938: (JAN, 31), 1939: (FEB, 19), 1940: (FEB, 8), 1941: (JAN, 27), 1942: (FEB, 15), 1943: (FEB, 5), 1944: (JAN, 25), 1945: (FEB, 13), 1946: (FEB, 2), 1947: (JAN, 22), 1948: (FEB, 10), 1949: (JAN, 29), 1950: (FEB, 17), 1951: (FEB, 6), 1952: (JAN, 27), 1953: (FEB, 14), 1954: (FEB, 3), 1955: (JAN, 24), 1956: (FEB, 12), 1957: (JAN, 31), 1958: (FEB, 18), 1959: (FEB, 8), 1960: (JAN, 28), 1961: (FEB, 15), 1962: (FEB, 5), 1963: (JAN, 25), 1964: (FEB, 13), 1965: (FEB, 2), 1966: (JAN, 21), 1967: (FEB, 9), 1968: (JAN, 30), 1969: (FEB, 17), 1970: (FEB, 6), 1971: (JAN, 27), 1972: (FEB, 15), 1973: (FEB, 3), 1974: (JAN, 23), 1975: (FEB, 11), 1976: (JAN, 31), 1977: (FEB, 18), 1978: (FEB, 7), 1979: (JAN, 28), 1980: (FEB, 16), 1981: (FEB, 5), 1982: (JAN, 25), 1983: (FEB, 13), 1984: (FEB, 2), 1985: (FEB, 20), 1986: (FEB, 9), 1987: (JAN, 29), 1988: (FEB, 17), 1989: (FEB, 6), 1990: (JAN, 27), 1991: (FEB, 15), 1992: (FEB, 4), 1993: (JAN, 23), 1994: (FEB, 10), 1995: (JAN, 31), 1996: (FEB, 19), 1997: (FEB, 7), 1998: (JAN, 28), 1999: (FEB, 16), 2000: (FEB, 5), 2001: (JAN, 24), 2002: (FEB, 12), 2003: (FEB, 1), 2004: (JAN, 22), 2005: (FEB, 9), 2006: (JAN, 29), 2007: (FEB, 18), 2008: (FEB, 7), 2009: (JAN, 26), 2010: (FEB, 14), 2011: (FEB, 3), 2012: (JAN, 23), 2013: (FEB, 10), 2014: (JAN, 31), 2015: (FEB, 19), 2016: (FEB, 8), 2017: (JAN, 28), 2018: (FEB, 16), 2019: (FEB, 5), 2020: (JAN, 25), 2021: (FEB, 12), 2022: (FEB, 1), 2023: (JAN, 22), 2024: (FEB, 10), 2025: (JAN, 29), 2026: (FEB, 17), 2027: (FEB, 6), 2028: (JAN, 26), 2029: (FEB, 13), 2030: (FEB, 3), 2031: (JAN, 23), 2032: (FEB, 11), 2033: (JAN, 31), 2034: (FEB, 19), 2035: (FEB, 8), 2036: (JAN, 28), 2037: (FEB, 15), 2038: (FEB, 4), 2039: (JAN, 24), 2040: (FEB, 12), 2041: (FEB, 1), 2042: (JAN, 22), 2043: (FEB, 10), 2044: (JAN, 30), 2045: (FEB, 17), 2046: (FEB, 6), 2047: (JAN, 26), 2048: (FEB, 14), 2049: (FEB, 2), 2050: (JAN, 23), 2051: (FEB, 11), 2052: (FEB, 1), 2053: (FEB, 19), 2054: (FEB, 8), 2055: (JAN, 28), 2056: (FEB, 15), 2057: (FEB, 4), 2058: (JAN, 24), 2059: (FEB, 12), 2060: (FEB, 2), 2061: (JAN, 21), 2062: (FEB, 9), 2063: (JAN, 29), 2064: (FEB, 17), 2065: (FEB, 5), 2066: (JAN, 26), 2067: (FEB, 14), 2068: (FEB, 3), 2069: (JAN, 23), 2070: (FEB, 11), 2071: (JAN, 31), 2072: (FEB, 19), 2073: (FEB, 7), 2074: (JAN, 27), 2075: (FEB, 15), 2076: (FEB, 5), 2077: (JAN, 24), 2078: (FEB, 12), 2079: (FEB, 2), 2080: (JAN, 22), 2081: (FEB, 9), 2082: (JAN, 29), 2083: (FEB, 17), 2084: (FEB, 6), 2085: (JAN, 26), 2086: (FEB, 14), 2087: (FEB, 3), 2088: (JAN, 24), 2089: (FEB, 10), 2090: (JAN, 30), 2091: (FEB, 18), 2092: (FEB, 7), 2093: (JAN, 27), 2094: (FEB, 15), 2095: (FEB, 5), 2096: (JAN, 25), 2097: (FEB, 12), 2098: (FEB, 1), 2099: (JAN, 21), } MID_AUTUMN_DATES = { 1901: (SEP, 27), 1902: (SEP, 16), 1903: (OCT, 5), 1904: (SEP, 24), 1905: (SEP, 13), 1906: (OCT, 2), 1907: (SEP, 22), 1908: (SEP, 10), 1909: (SEP, 28), 1910: (SEP, 18), 1911: (OCT, 6), 1912: (SEP, 25), 1913: (SEP, 15), 1914: (OCT, 4), 1915: (SEP, 23), 1916: (SEP, 12), 1917: (SEP, 30), 1918: (SEP, 19), 1919: (OCT, 8), 1920: (SEP, 26), 1921: (SEP, 16), 1922: (OCT, 5), 1923: (SEP, 25), 1924: (SEP, 13), 1925: (OCT, 2), 1926: (SEP, 21), 1927: (SEP, 10), 1928: (SEP, 28), 1929: (SEP, 17), 1930: (OCT, 6), 1931: (SEP, 26), 1932: (SEP, 15), 1933: (OCT, 4), 1934: (SEP, 23), 1935: (SEP, 12), 1936: (SEP, 30), 1937: (SEP, 19), 1938: (OCT, 8), 1939: (SEP, 27), 1940: (SEP, 16), 1941: (OCT, 5), 1942: (SEP, 24), 1943: (SEP, 14), 1944: (OCT, 1), 1945: (SEP, 20), 1946: (SEP, 10), 1947: (SEP, 29), 1948: (SEP, 17), 1949: (OCT, 6), 1950: (SEP, 26), 1951: (SEP, 15), 1952: (OCT, 3), 1953: (SEP, 22), 1954: (SEP, 11), 1955: (SEP, 30), 1956: (SEP, 19), 1957: (SEP, 8), 1958: (SEP, 27), 1959: (SEP, 17), 1960: (OCT, 5), 1961: (SEP, 24), 1962: (SEP, 13), 1963: (OCT, 2), 1964: (SEP, 20), 1965: (SEP, 10), 1966: (SEP, 29), 1967: (SEP, 18), 1968: (OCT, 6), 1969: (SEP, 26), 1970: (SEP, 15), 1971: (OCT, 3), 1972: (SEP, 22), 1973: (SEP, 11), 1974: (SEP, 30), 1975: (SEP, 20), 1976: (SEP, 8), 1977: (SEP, 27), 1978: (SEP, 17), 1979: (OCT, 5), 1980: (SEP, 23), 1981: (SEP, 12), 1982: (OCT, 1), 1983: (SEP, 21), 1984: (SEP, 10), 1985: (SEP, 29), 1986: (SEP, 18), 1987: (OCT, 7), 1988: (SEP, 25), 1989: (SEP, 14), 1990: (OCT, 3), 1991: (SEP, 22), 1992: (SEP, 11), 1993: (SEP, 30), 1994: (SEP, 20), 1995: (SEP, 9), 1996: (SEP, 27), 1997: (SEP, 16), 1998: (OCT, 5), 1999: (SEP, 24), 2000: (SEP, 12), 2001: (OCT, 1), 2002: (SEP, 21), 2003: (SEP, 11), 2004: (SEP, 28), 2005: (SEP, 18), 2006: (OCT, 6), 2007: (SEP, 25), 2008: (SEP, 14), 2009: (OCT, 3), 2010: (SEP, 22), 2011: (SEP, 12), 2012: (SEP, 30), 2013: (SEP, 19), 2014: (SEP, 8), 2015: (SEP, 27), 2016: (SEP, 15), 2017: (OCT, 4), 2018: (SEP, 24), 2019: (SEP, 13), 2020: (OCT, 1), 2021: (SEP, 21), 2022: (SEP, 10), 2023: (SEP, 29), 2024: (SEP, 17), 2025: (OCT, 6), 2026: (SEP, 25), 2027: (SEP, 15), 2028: (OCT, 3), 2029: (SEP, 22), 2030: (SEP, 12), 2031: (OCT, 1), 2032: (SEP, 19), 2033: (SEP, 8), 2034: (SEP, 27), 2035: (SEP, 16), 2036: (OCT, 4), 2037: (SEP, 24), 2038: (SEP, 13), 2039: (OCT, 2), 2040: (SEP, 20), 2041: (SEP, 10), 2042: (SEP, 28), 2043: (SEP, 17), 2044: (OCT, 5), 2045: (SEP, 25), 2046: (SEP, 15), 2047: (OCT, 4), 2048: (SEP, 22), 2049: (SEP, 11), 2050: (SEP, 30), 2051: (SEP, 19), 2052: (SEP, 7), 2053: (SEP, 26), 2054: (SEP, 16), 2055: (OCT, 5), 2056: (SEP, 24), 2057: (SEP, 13), 2058: (OCT, 2), 2059: (SEP, 21), 2060: (SEP, 9), 2061: (SEP, 28), 2062: (SEP, 17), 2063: (OCT, 6), 2064: (SEP, 25), 2065: (SEP, 15), 2066: (OCT, 3), 2067: (SEP, 23), 2068: (SEP, 11), 2069: (SEP, 29), 2070: (SEP, 19), 2071: (SEP, 8), 2072: (SEP, 26), 2073: (SEP, 16), 2074: (OCT, 5), 2075: (SEP, 24), 2076: (SEP, 12), 2077: (OCT, 1), 2078: (SEP, 20), 2079: (SEP, 10), 2080: (SEP, 28), 2081: (SEP, 17), 2082: (OCT, 6), 2083: (SEP, 26), 2084: (SEP, 14), 2085: (OCT, 3), 2086: (SEP, 22), 2087: (SEP, 11), 2088: (SEP, 29), 2089: (SEP, 19), 2090: (SEP, 8), 2091: (SEP, 27), 2092: (SEP, 16), 2093: (OCT, 5), 2094: (SEP, 24), 2095: (SEP, 13), 2096: (SEP, 30), 2097: (SEP, 20), 2098: (SEP, 9), 2099: (SEP, 29), } def _get_holiday(self, holiday: str, year: int) -> tuple[Optional[date], bool]: estimated_dates = getattr(self, f"{holiday}_DATES", {}) exact_dates = getattr(self, f"{holiday}_DATES_{_CustomCalendar.CUSTOM_ATTR_POSTFIX}", {}) dt = exact_dates.get(year, estimated_dates.get(year, ())) return date(year, *dt) if dt else None, year not in exact_dates def buddha_birthday_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(BUDDHA_BIRTHDAY, year) def double_ninth_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(DOUBLE_NINTH, year) def dragon_boat_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(DRAGON_BOAT, year) def hung_kings_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(HUNG_KINGS, year) def lunar_new_year_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(LUNAR_NEW_YEAR, year) def mid_autumn_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(MID_AUTUMN, year) class _CustomChineseHolidays(_CustomCalendar, _ChineseLunisolar): pass holidays-0.71/holidays/calendars/custom.py000066400000000000000000000023401500152103600207010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) class _CustomCalendarType(type): """Helper class for simple calendar customization. Renames child class public attributes keeping the original data under a new name with a `CUSTOM_ATTR_POSTFIX` postfix. Allows for better readability of customized lunisolar calendar dates. """ CUSTOM_ATTR_POSTFIX = "CUSTOM_CALENDAR" def __new__(cls, name, bases, namespace): for attr in (key for key in tuple(namespace.keys()) if key[0] != "_"): namespace[f"{attr}_{_CustomCalendar.CUSTOM_ATTR_POSTFIX}"] = namespace[attr] del namespace[attr] return super().__new__(cls, name, bases, namespace) class _CustomCalendar(metaclass=_CustomCalendarType): pass holidays-0.71/holidays/calendars/gregorian.py000066400000000000000000000054171500152103600213540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date GREGORIAN_CALENDAR = "GREGORIAN_CALENDAR" MON, TUE, WED, THU, FRI, SAT, SUN = range(7) WEEKEND = (SAT, SUN) JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC = range(1, 13) DAYS = {str(d) for d in range(1, 32)} MONTHS = { m: i for i, m in enumerate( ("jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec"), 1 ) } WEEKDAYS = {w: i for i, w in enumerate(("mon", "tue", "wed", "thu", "fri", "sat", "sun"))} # Holiday names. CHRISTMAS = "christmas" WINTER_SOLSTICE = "winter_solstice" def _timedelta(dt: date, days: int = 0) -> date: """ Return date that is `days` days after (days > 0) or before (days < 0) specified date. """ return date.fromordinal(dt.toordinal() + days) def _get_nth_weekday_from(n: int, weekday: int, from_dt: date) -> date: """ Return date of a n-th weekday before a specific date if n is negative. Return date of n-th weekday after (including) a specific date if n is positive. Examples: 1st Monday, 2nd Saturday, etc). """ return _timedelta( from_dt, ( (n - 1) * 7 + (weekday - from_dt.weekday()) % 7 if n > 0 else (n + 1) * 7 - (from_dt.weekday() - weekday) % 7 ), ) def _get_nth_weekday_of_month(n: int, weekday: int, month: int, year: int) -> date: """ Return date of n-th weekday of month for a specific year (e.g. 1st Monday of Apr, 2nd Friday of June, etc). If n is negative the countdown starts at the end of month (i.e. -1 is last). """ requested_year_month = (year, month) if n < 0: month += 1 if month > 12: month = 1 year += 1 start_date = _timedelta(date(year, month, 1), -1) else: start_date = date(year, month, 1) dt = _get_nth_weekday_from(n, weekday, start_date) dt_year_month = (dt.year, dt.month) if dt_year_month != requested_year_month: raise ValueError(f"{dt_year_month} returned for {requested_year_month}") return dt def _get_all_sundays(year): first_sunday = _get_nth_weekday_of_month(1, SUN, JAN, year) for n in range(0, (date(year, DEC, 31) - first_sunday).days + 1, 7): yield _timedelta(first_sunday, n) holidays-0.71/holidays/calendars/hebrew.py000066400000000000000000001172501500152103600206520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.gregorian import FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC HANUKKAH = "HANUKKAH" INDEPENDENCE_DAY = "INDEPENDENCE_DAY" LAG_BAOMER = "LAG_BAOMER" PASSOVER = "PASSOVER" PURIM = "PURIM" ROSH_HASHANAH = "ROSH_HASHANAH" SHAVUOT = "SHAVUOT" SUKKOT = "SUKKOT" TISHA_BAV = "TISHA_BAV" YOM_KIPPUR = "YOM_KIPPUR" class _HebrewLunisolar: HANUKKAH_DATES = { 1947: (DEC, 8), 1948: (DEC, 27), 1949: (DEC, 16), 1950: (DEC, 4), 1951: (DEC, 24), 1952: (DEC, 13), 1953: (DEC, 2), 1954: (DEC, 20), 1955: (DEC, 10), 1956: (NOV, 29), 1957: (DEC, 18), 1958: (DEC, 7), 1959: (DEC, 26), 1960: (DEC, 14), 1961: (DEC, 3), 1962: (DEC, 22), 1963: (DEC, 11), 1964: (NOV, 30), 1965: (DEC, 19), 1966: (DEC, 8), 1967: (DEC, 27), 1968: (DEC, 16), 1969: (DEC, 5), 1970: (DEC, 23), 1971: (DEC, 13), 1972: (DEC, 1), 1973: (DEC, 20), 1974: (DEC, 9), 1975: (NOV, 29), 1976: (DEC, 17), 1977: (DEC, 5), 1978: (DEC, 25), 1979: (DEC, 15), 1980: (DEC, 3), 1981: (DEC, 21), 1982: (DEC, 11), 1983: (DEC, 1), 1984: (DEC, 19), 1985: (DEC, 8), 1986: (DEC, 27), 1987: (DEC, 16), 1988: (DEC, 4), 1989: (DEC, 23), 1990: (DEC, 12), 1991: (DEC, 2), 1992: (DEC, 20), 1993: (DEC, 9), 1994: (NOV, 28), 1995: (DEC, 18), 1996: (DEC, 6), 1997: (DEC, 24), 1998: (DEC, 14), 1999: (DEC, 4), 2000: (DEC, 22), 2001: (DEC, 10), 2002: (NOV, 30), 2003: (DEC, 20), 2004: (DEC, 8), 2005: (DEC, 26), 2006: (DEC, 16), 2007: (DEC, 5), 2008: (DEC, 22), 2009: (DEC, 12), 2010: (DEC, 2), 2011: (DEC, 21), 2012: (DEC, 9), 2013: (NOV, 28), 2014: (DEC, 17), 2015: (DEC, 7), 2016: (DEC, 25), 2017: (DEC, 13), 2018: (DEC, 3), 2019: (DEC, 23), 2020: (DEC, 11), 2021: (NOV, 29), 2022: (DEC, 19), 2023: (DEC, 8), 2024: (DEC, 26), 2025: (DEC, 15), 2026: (DEC, 5), 2027: (DEC, 25), 2028: (DEC, 13), 2029: (DEC, 2), 2030: (DEC, 21), 2031: (DEC, 10), 2032: (NOV, 28), 2033: (DEC, 17), 2034: (DEC, 7), 2035: (DEC, 26), 2036: (DEC, 14), 2037: (DEC, 3), 2038: (DEC, 22), 2039: (DEC, 12), 2040: (NOV, 30), 2041: (DEC, 18), 2042: (DEC, 8), 2043: (DEC, 27), 2044: (DEC, 15), 2045: (DEC, 4), 2046: (DEC, 24), 2047: (DEC, 13), 2048: (NOV, 30), 2049: (DEC, 20), 2050: (DEC, 10), 2051: (NOV, 29), 2052: (DEC, 16), 2053: (DEC, 6), 2054: (DEC, 26), 2055: (DEC, 15), 2056: (DEC, 3), 2057: (DEC, 22), 2058: (DEC, 11), 2059: (NOV, 30), 2060: (DEC, 18), 2061: (DEC, 8), 2062: (DEC, 27), 2063: (DEC, 16), 2064: (DEC, 4), 2065: (DEC, 23), 2066: (DEC, 13), 2067: (DEC, 2), 2068: (DEC, 19), 2069: (DEC, 9), 2070: (NOV, 28), 2071: (DEC, 17), 2072: (DEC, 5), 2073: (DEC, 25), 2074: (DEC, 14), 2075: (DEC, 2), 2076: (DEC, 21), 2077: (DEC, 11), 2078: (NOV, 30), 2079: (DEC, 18), 2080: (DEC, 7), 2081: (DEC, 27), 2082: (DEC, 16), 2083: (DEC, 5), 2084: (DEC, 23), 2085: (DEC, 12), 2086: (DEC, 1), 2087: (DEC, 20), 2088: (DEC, 8), 2089: (NOV, 28), 2090: (DEC, 17), 2091: (DEC, 6), 2092: (DEC, 24), 2093: (DEC, 14), 2094: (DEC, 3), 2095: (DEC, 21), 2096: (DEC, 10), 2097: (NOV, 30), 2098: (DEC, 19), 2099: (DEC, 7), 2100: (DEC, 27), } INDEPENDENCE_DAY_DATES = { 1947: (APR, 25), 1948: (MAY, 14), 1949: (MAY, 4), 1950: (APR, 22), 1951: (MAY, 11), 1952: (APR, 30), 1953: (APR, 20), 1954: (MAY, 8), 1955: (APR, 27), 1956: (APR, 16), 1957: (MAY, 6), 1958: (APR, 25), 1959: (MAY, 13), 1960: (MAY, 2), 1961: (APR, 21), 1962: (MAY, 9), 1963: (APR, 29), 1964: (APR, 17), 1965: (MAY, 7), 1966: (APR, 25), 1967: (MAY, 15), 1968: (MAY, 3), 1969: (APR, 23), 1970: (MAY, 11), 1971: (APR, 30), 1972: (APR, 19), 1973: (MAY, 7), 1974: (APR, 27), 1975: (APR, 16), 1976: (MAY, 5), 1977: (APR, 23), 1978: (MAY, 12), 1979: (MAY, 2), 1980: (APR, 21), 1981: (MAY, 9), 1982: (APR, 28), 1983: (APR, 18), 1984: (MAY, 7), 1985: (APR, 26), 1986: (MAY, 14), 1987: (MAY, 4), 1988: (APR, 22), 1989: (MAY, 10), 1990: (APR, 30), 1991: (APR, 19), 1992: (MAY, 8), 1993: (APR, 26), 1994: (APR, 16), 1995: (MAY, 5), 1996: (APR, 24), 1997: (MAY, 12), 1998: (MAY, 1), 1999: (APR, 21), 2000: (MAY, 10), 2001: (APR, 28), 2002: (APR, 17), 2003: (MAY, 7), 2004: (APR, 26), 2005: (MAY, 14), 2006: (MAY, 3), 2007: (APR, 23), 2008: (MAY, 10), 2009: (APR, 29), 2010: (APR, 19), 2011: (MAY, 9), 2012: (APR, 27), 2013: (APR, 15), 2014: (MAY, 5), 2015: (APR, 24), 2016: (MAY, 13), 2017: (MAY, 1), 2018: (APR, 20), 2019: (MAY, 10), 2020: (APR, 29), 2021: (APR, 17), 2022: (MAY, 6), 2023: (APR, 26), 2024: (MAY, 13), 2025: (MAY, 3), 2026: (APR, 22), 2027: (MAY, 12), 2028: (MAY, 1), 2029: (APR, 20), 2030: (MAY, 8), 2031: (APR, 28), 2032: (APR, 16), 2033: (MAY, 4), 2034: (APR, 24), 2035: (MAY, 14), 2036: (MAY, 2), 2037: (APR, 20), 2038: (MAY, 10), 2039: (APR, 29), 2040: (APR, 18), 2041: (MAY, 6), 2042: (APR, 25), 2043: (MAY, 15), 2044: (MAY, 2), 2045: (APR, 22), 2046: (MAY, 11), 2047: (MAY, 1), 2048: (APR, 18), 2049: (MAY, 7), 2050: (APR, 27), 2051: (APR, 17), 2052: (MAY, 4), 2053: (APR, 23), 2054: (MAY, 13), 2055: (MAY, 3), 2056: (APR, 21), 2057: (MAY, 9), 2058: (APR, 29), 2059: (APR, 18), 2060: (MAY, 5), 2061: (APR, 25), 2062: (MAY, 15), 2063: (MAY, 4), 2064: (APR, 21), 2065: (MAY, 11), 2066: (APR, 30), 2067: (APR, 20), 2068: (MAY, 7), 2069: (APR, 26), 2070: (APR, 16), 2071: (MAY, 4), 2072: (APR, 23), 2073: (MAY, 12), 2074: (MAY, 2), 2075: (APR, 20), 2076: (MAY, 8), 2077: (APR, 28), 2078: (APR, 18), 2079: (MAY, 6), 2080: (APR, 24), 2081: (MAY, 14), 2082: (MAY, 4), 2083: (APR, 23), 2084: (MAY, 10), 2085: (APR, 30), 2086: (APR, 19), 2087: (MAY, 7), 2088: (APR, 26), 2089: (APR, 15), 2090: (MAY, 5), 2091: (APR, 23), 2092: (MAY, 12), 2093: (MAY, 1), 2094: (APR, 21), 2095: (MAY, 9), 2096: (APR, 27), 2097: (APR, 17), 2098: (MAY, 7), 2099: (APR, 25), 2100: (MAY, 14), } LAG_BAOMER_DATES = { 1947: (MAY, 8), 1948: (MAY, 27), 1949: (MAY, 17), 1950: (MAY, 5), 1951: (MAY, 24), 1952: (MAY, 13), 1953: (MAY, 3), 1954: (MAY, 21), 1955: (MAY, 10), 1956: (APR, 29), 1957: (MAY, 19), 1958: (MAY, 8), 1959: (MAY, 26), 1960: (MAY, 15), 1961: (MAY, 4), 1962: (MAY, 22), 1963: (MAY, 12), 1964: (APR, 30), 1965: (MAY, 20), 1966: (MAY, 8), 1967: (MAY, 28), 1968: (MAY, 16), 1969: (MAY, 6), 1970: (MAY, 24), 1971: (MAY, 13), 1972: (MAY, 2), 1973: (MAY, 20), 1974: (MAY, 10), 1975: (APR, 29), 1976: (MAY, 18), 1977: (MAY, 6), 1978: (MAY, 25), 1979: (MAY, 15), 1980: (MAY, 4), 1981: (MAY, 22), 1982: (MAY, 11), 1983: (MAY, 1), 1984: (MAY, 20), 1985: (MAY, 9), 1986: (MAY, 27), 1987: (MAY, 17), 1988: (MAY, 5), 1989: (MAY, 23), 1990: (MAY, 13), 1991: (MAY, 2), 1992: (MAY, 21), 1993: (MAY, 9), 1994: (APR, 29), 1995: (MAY, 18), 1996: (MAY, 7), 1997: (MAY, 25), 1998: (MAY, 14), 1999: (MAY, 4), 2000: (MAY, 23), 2001: (MAY, 11), 2002: (APR, 30), 2003: (MAY, 20), 2004: (MAY, 9), 2005: (MAY, 27), 2006: (MAY, 16), 2007: (MAY, 6), 2008: (MAY, 23), 2009: (MAY, 12), 2010: (MAY, 2), 2011: (MAY, 22), 2012: (MAY, 10), 2013: (APR, 28), 2014: (MAY, 18), 2015: (MAY, 7), 2016: (MAY, 26), 2017: (MAY, 14), 2018: (MAY, 3), 2019: (MAY, 23), 2020: (MAY, 12), 2021: (APR, 30), 2022: (MAY, 19), 2023: (MAY, 9), 2024: (MAY, 26), 2025: (MAY, 16), 2026: (MAY, 5), 2027: (MAY, 25), 2028: (MAY, 14), 2029: (MAY, 3), 2030: (MAY, 21), 2031: (MAY, 11), 2032: (APR, 29), 2033: (MAY, 17), 2034: (MAY, 7), 2035: (MAY, 27), 2036: (MAY, 15), 2037: (MAY, 3), 2038: (MAY, 23), 2039: (MAY, 12), 2040: (MAY, 1), 2041: (MAY, 19), 2042: (MAY, 8), 2043: (MAY, 28), 2044: (MAY, 15), 2045: (MAY, 5), 2046: (MAY, 24), 2047: (MAY, 14), 2048: (MAY, 1), 2049: (MAY, 20), 2050: (MAY, 10), 2051: (APR, 30), 2052: (MAY, 17), 2053: (MAY, 6), 2054: (MAY, 26), 2055: (MAY, 16), 2056: (MAY, 4), 2057: (MAY, 22), 2058: (MAY, 12), 2059: (MAY, 1), 2060: (MAY, 18), 2061: (MAY, 8), 2062: (MAY, 28), 2063: (MAY, 17), 2064: (MAY, 4), 2065: (MAY, 24), 2066: (MAY, 13), 2067: (MAY, 3), 2068: (MAY, 20), 2069: (MAY, 9), 2070: (APR, 29), 2071: (MAY, 17), 2072: (MAY, 6), 2073: (MAY, 25), 2074: (MAY, 15), 2075: (MAY, 3), 2076: (MAY, 21), 2077: (MAY, 11), 2078: (MAY, 1), 2079: (MAY, 19), 2080: (MAY, 7), 2081: (MAY, 27), 2082: (MAY, 17), 2083: (MAY, 6), 2084: (MAY, 23), 2085: (MAY, 13), 2086: (MAY, 2), 2087: (MAY, 20), 2088: (MAY, 9), 2089: (APR, 28), 2090: (MAY, 18), 2091: (MAY, 6), 2092: (MAY, 25), 2093: (MAY, 14), 2094: (MAY, 4), 2095: (MAY, 22), 2096: (MAY, 10), 2097: (APR, 30), 2098: (MAY, 20), 2099: (MAY, 8), 2100: (MAY, 27), } PASSOVER_DATES = { 1947: (APR, 5), 1948: (APR, 24), 1949: (APR, 14), 1950: (APR, 2), 1951: (APR, 21), 1952: (APR, 10), 1953: (MAR, 31), 1954: (APR, 18), 1955: (APR, 7), 1956: (MAR, 27), 1957: (APR, 16), 1958: (APR, 5), 1959: (APR, 23), 1960: (APR, 12), 1961: (APR, 1), 1962: (APR, 19), 1963: (APR, 9), 1964: (MAR, 28), 1965: (APR, 17), 1966: (APR, 5), 1967: (APR, 25), 1968: (APR, 13), 1969: (APR, 3), 1970: (APR, 21), 1971: (APR, 10), 1972: (MAR, 30), 1973: (APR, 17), 1974: (APR, 7), 1975: (MAR, 27), 1976: (APR, 15), 1977: (APR, 3), 1978: (APR, 22), 1979: (APR, 12), 1980: (APR, 1), 1981: (APR, 19), 1982: (APR, 8), 1983: (MAR, 29), 1984: (APR, 17), 1985: (APR, 6), 1986: (APR, 24), 1987: (APR, 14), 1988: (APR, 2), 1989: (APR, 20), 1990: (APR, 10), 1991: (MAR, 30), 1992: (APR, 18), 1993: (APR, 6), 1994: (MAR, 27), 1995: (APR, 15), 1996: (APR, 4), 1997: (APR, 22), 1998: (APR, 11), 1999: (APR, 1), 2000: (APR, 20), 2001: (APR, 8), 2002: (MAR, 28), 2003: (APR, 17), 2004: (APR, 6), 2005: (APR, 24), 2006: (APR, 13), 2007: (APR, 3), 2008: (APR, 20), 2009: (APR, 9), 2010: (MAR, 30), 2011: (APR, 19), 2012: (APR, 7), 2013: (MAR, 26), 2014: (APR, 15), 2015: (APR, 4), 2016: (APR, 23), 2017: (APR, 11), 2018: (MAR, 31), 2019: (APR, 20), 2020: (APR, 9), 2021: (MAR, 28), 2022: (APR, 16), 2023: (APR, 6), 2024: (APR, 23), 2025: (APR, 13), 2026: (APR, 2), 2027: (APR, 22), 2028: (APR, 11), 2029: (MAR, 31), 2030: (APR, 18), 2031: (APR, 8), 2032: (MAR, 27), 2033: (APR, 14), 2034: (APR, 4), 2035: (APR, 24), 2036: (APR, 12), 2037: (MAR, 31), 2038: (APR, 20), 2039: (APR, 9), 2040: (MAR, 29), 2041: (APR, 16), 2042: (APR, 5), 2043: (APR, 25), 2044: (APR, 12), 2045: (APR, 2), 2046: (APR, 21), 2047: (APR, 11), 2048: (MAR, 29), 2049: (APR, 17), 2050: (APR, 7), 2051: (MAR, 28), 2052: (APR, 14), 2053: (APR, 3), 2054: (APR, 23), 2055: (APR, 13), 2056: (APR, 1), 2057: (APR, 19), 2058: (APR, 9), 2059: (MAR, 29), 2060: (APR, 15), 2061: (APR, 5), 2062: (APR, 25), 2063: (APR, 14), 2064: (APR, 1), 2065: (APR, 21), 2066: (APR, 10), 2067: (MAR, 31), 2068: (APR, 17), 2069: (APR, 6), 2070: (MAR, 27), 2071: (APR, 14), 2072: (APR, 3), 2073: (APR, 22), 2074: (APR, 12), 2075: (MAR, 31), 2076: (APR, 18), 2077: (APR, 8), 2078: (MAR, 29), 2079: (APR, 16), 2080: (APR, 4), 2081: (APR, 24), 2082: (APR, 14), 2083: (APR, 3), 2084: (APR, 20), 2085: (APR, 10), 2086: (MAR, 30), 2087: (APR, 17), 2088: (APR, 6), 2089: (MAR, 26), 2090: (APR, 15), 2091: (APR, 3), 2092: (APR, 22), 2093: (APR, 11), 2094: (APR, 1), 2095: (APR, 19), 2096: (APR, 7), 2097: (MAR, 28), 2098: (APR, 17), 2099: (APR, 5), 2100: (APR, 24), } PURIM_DATES = { 1947: (MAR, 6), 1948: (MAR, 25), 1949: (MAR, 15), 1950: (MAR, 3), 1951: (MAR, 22), 1952: (MAR, 11), 1953: (MAR, 1), 1954: (MAR, 19), 1955: (MAR, 8), 1956: (FEB, 26), 1957: (MAR, 17), 1958: (MAR, 6), 1959: (MAR, 24), 1960: (MAR, 13), 1961: (MAR, 2), 1962: (MAR, 20), 1963: (MAR, 10), 1964: (FEB, 27), 1965: (MAR, 18), 1966: (MAR, 6), 1967: (MAR, 26), 1968: (MAR, 14), 1969: (MAR, 4), 1970: (MAR, 22), 1971: (MAR, 11), 1972: (FEB, 29), 1973: (MAR, 18), 1974: (MAR, 8), 1975: (FEB, 25), 1976: (MAR, 16), 1977: (MAR, 4), 1978: (MAR, 23), 1979: (MAR, 13), 1980: (MAR, 2), 1981: (MAR, 20), 1982: (MAR, 9), 1983: (FEB, 27), 1984: (MAR, 18), 1985: (MAR, 7), 1986: (MAR, 25), 1987: (MAR, 15), 1988: (MAR, 3), 1989: (MAR, 21), 1990: (MAR, 11), 1991: (FEB, 28), 1992: (MAR, 19), 1993: (MAR, 7), 1994: (FEB, 25), 1995: (MAR, 16), 1996: (MAR, 5), 1997: (MAR, 23), 1998: (MAR, 12), 1999: (MAR, 2), 2000: (MAR, 21), 2001: (MAR, 9), 2002: (FEB, 26), 2003: (MAR, 18), 2004: (MAR, 7), 2005: (MAR, 25), 2006: (MAR, 14), 2007: (MAR, 4), 2008: (MAR, 21), 2009: (MAR, 10), 2010: (FEB, 28), 2011: (MAR, 20), 2012: (MAR, 8), 2013: (FEB, 24), 2014: (MAR, 16), 2015: (MAR, 5), 2016: (MAR, 24), 2017: (MAR, 12), 2018: (MAR, 1), 2019: (MAR, 21), 2020: (MAR, 10), 2021: (FEB, 26), 2022: (MAR, 17), 2023: (MAR, 7), 2024: (MAR, 24), 2025: (MAR, 14), 2026: (MAR, 3), 2027: (MAR, 23), 2028: (MAR, 12), 2029: (MAR, 1), 2030: (MAR, 19), 2031: (MAR, 9), 2032: (FEB, 26), 2033: (MAR, 15), 2034: (MAR, 5), 2035: (MAR, 25), 2036: (MAR, 13), 2037: (MAR, 1), 2038: (MAR, 21), 2039: (MAR, 10), 2040: (FEB, 28), 2041: (MAR, 17), 2042: (MAR, 6), 2043: (MAR, 26), 2044: (MAR, 13), 2045: (MAR, 3), 2046: (MAR, 22), 2047: (MAR, 12), 2048: (FEB, 28), 2049: (MAR, 18), 2050: (MAR, 8), 2051: (FEB, 26), 2052: (MAR, 15), 2053: (MAR, 4), 2054: (MAR, 24), 2055: (MAR, 14), 2056: (MAR, 2), 2057: (MAR, 20), 2058: (MAR, 10), 2059: (FEB, 27), 2060: (MAR, 16), 2061: (MAR, 6), 2062: (MAR, 26), 2063: (MAR, 15), 2064: (MAR, 2), 2065: (MAR, 22), 2066: (MAR, 11), 2067: (MAR, 1), 2068: (MAR, 18), 2069: (MAR, 7), 2070: (FEB, 25), 2071: (MAR, 15), 2072: (MAR, 4), 2073: (MAR, 23), 2074: (MAR, 13), 2075: (MAR, 1), 2076: (MAR, 19), 2077: (MAR, 9), 2078: (FEB, 27), 2079: (MAR, 17), 2080: (MAR, 5), 2081: (MAR, 25), 2082: (MAR, 15), 2083: (MAR, 4), 2084: (MAR, 21), 2085: (MAR, 11), 2086: (FEB, 28), 2087: (MAR, 18), 2088: (MAR, 7), 2089: (FEB, 24), 2090: (MAR, 16), 2091: (MAR, 4), 2092: (MAR, 23), 2093: (MAR, 12), 2094: (MAR, 2), 2095: (MAR, 20), 2096: (MAR, 8), 2097: (FEB, 26), 2098: (MAR, 18), 2099: (MAR, 6), 2100: (MAR, 25), } ROSH_HASHANAH_DATES = { 1947: (SEP, 15), 1948: (OCT, 4), 1949: (SEP, 24), 1950: (SEP, 12), 1951: (OCT, 1), 1952: (SEP, 20), 1953: (SEP, 10), 1954: (SEP, 28), 1955: (SEP, 17), 1956: (SEP, 6), 1957: (SEP, 26), 1958: (SEP, 15), 1959: (OCT, 3), 1960: (SEP, 22), 1961: (SEP, 11), 1962: (SEP, 29), 1963: (SEP, 19), 1964: (SEP, 7), 1965: (SEP, 27), 1966: (SEP, 15), 1967: (OCT, 5), 1968: (SEP, 23), 1969: (SEP, 13), 1970: (OCT, 1), 1971: (SEP, 20), 1972: (SEP, 9), 1973: (SEP, 27), 1974: (SEP, 17), 1975: (SEP, 6), 1976: (SEP, 25), 1977: (SEP, 13), 1978: (OCT, 2), 1979: (SEP, 22), 1980: (SEP, 11), 1981: (SEP, 29), 1982: (SEP, 18), 1983: (SEP, 8), 1984: (SEP, 27), 1985: (SEP, 16), 1986: (OCT, 4), 1987: (SEP, 24), 1988: (SEP, 12), 1989: (SEP, 30), 1990: (SEP, 20), 1991: (SEP, 9), 1992: (SEP, 28), 1993: (SEP, 16), 1994: (SEP, 6), 1995: (SEP, 25), 1996: (SEP, 14), 1997: (OCT, 2), 1998: (SEP, 21), 1999: (SEP, 11), 2000: (SEP, 30), 2001: (SEP, 18), 2002: (SEP, 7), 2003: (SEP, 27), 2004: (SEP, 16), 2005: (OCT, 4), 2006: (SEP, 23), 2007: (SEP, 13), 2008: (SEP, 30), 2009: (SEP, 19), 2010: (SEP, 9), 2011: (SEP, 29), 2012: (SEP, 17), 2013: (SEP, 5), 2014: (SEP, 25), 2015: (SEP, 14), 2016: (OCT, 3), 2017: (SEP, 21), 2018: (SEP, 10), 2019: (SEP, 30), 2020: (SEP, 19), 2021: (SEP, 7), 2022: (SEP, 26), 2023: (SEP, 16), 2024: (OCT, 3), 2025: (SEP, 23), 2026: (SEP, 12), 2027: (OCT, 2), 2028: (SEP, 21), 2029: (SEP, 10), 2030: (SEP, 28), 2031: (SEP, 18), 2032: (SEP, 6), 2033: (SEP, 24), 2034: (SEP, 14), 2035: (OCT, 4), 2036: (SEP, 22), 2037: (SEP, 10), 2038: (SEP, 30), 2039: (SEP, 19), 2040: (SEP, 8), 2041: (SEP, 26), 2042: (SEP, 15), 2043: (OCT, 5), 2044: (SEP, 22), 2045: (SEP, 12), 2046: (OCT, 1), 2047: (SEP, 21), 2048: (SEP, 8), 2049: (SEP, 27), 2050: (SEP, 17), 2051: (SEP, 7), 2052: (SEP, 24), 2053: (SEP, 13), 2054: (OCT, 3), 2055: (SEP, 23), 2056: (SEP, 11), 2057: (SEP, 29), 2058: (SEP, 19), 2059: (SEP, 8), 2060: (SEP, 25), 2061: (SEP, 15), 2062: (OCT, 5), 2063: (SEP, 24), 2064: (SEP, 11), 2065: (OCT, 1), 2066: (SEP, 20), 2067: (SEP, 10), 2068: (SEP, 27), 2069: (SEP, 16), 2070: (SEP, 6), 2071: (SEP, 24), 2072: (SEP, 13), 2073: (OCT, 2), 2074: (SEP, 22), 2075: (SEP, 10), 2076: (SEP, 28), 2077: (SEP, 18), 2078: (SEP, 8), 2079: (SEP, 26), 2080: (SEP, 14), 2081: (OCT, 4), 2082: (SEP, 24), 2083: (SEP, 13), 2084: (SEP, 30), 2085: (SEP, 20), 2086: (SEP, 9), 2087: (SEP, 27), 2088: (SEP, 16), 2089: (SEP, 5), 2090: (SEP, 25), 2091: (SEP, 13), 2092: (OCT, 2), 2093: (SEP, 21), 2094: (SEP, 11), 2095: (SEP, 29), 2096: (SEP, 17), 2097: (SEP, 7), 2098: (SEP, 27), 2099: (SEP, 15), 2100: (OCT, 4), } SHAVUOT_DATES = { 1947: (MAY, 25), 1948: (JUN, 13), 1949: (JUN, 3), 1950: (MAY, 22), 1951: (JUN, 10), 1952: (MAY, 30), 1953: (MAY, 20), 1954: (JUN, 7), 1955: (MAY, 27), 1956: (MAY, 16), 1957: (JUN, 5), 1958: (MAY, 25), 1959: (JUN, 12), 1960: (JUN, 1), 1961: (MAY, 21), 1962: (JUN, 8), 1963: (MAY, 29), 1964: (MAY, 17), 1965: (JUN, 6), 1966: (MAY, 25), 1967: (JUN, 14), 1968: (JUN, 2), 1969: (MAY, 23), 1970: (JUN, 10), 1971: (MAY, 30), 1972: (MAY, 19), 1973: (JUN, 6), 1974: (MAY, 27), 1975: (MAY, 16), 1976: (JUN, 4), 1977: (MAY, 23), 1978: (JUN, 11), 1979: (JUN, 1), 1980: (MAY, 21), 1981: (JUN, 8), 1982: (MAY, 28), 1983: (MAY, 18), 1984: (JUN, 6), 1985: (MAY, 26), 1986: (JUN, 13), 1987: (JUN, 3), 1988: (MAY, 22), 1989: (JUN, 9), 1990: (MAY, 30), 1991: (MAY, 19), 1992: (JUN, 7), 1993: (MAY, 26), 1994: (MAY, 16), 1995: (JUN, 4), 1996: (MAY, 24), 1997: (JUN, 11), 1998: (MAY, 31), 1999: (MAY, 21), 2000: (JUN, 9), 2001: (MAY, 28), 2002: (MAY, 17), 2003: (JUN, 6), 2004: (MAY, 26), 2005: (JUN, 13), 2006: (JUN, 2), 2007: (MAY, 23), 2008: (JUN, 9), 2009: (MAY, 29), 2010: (MAY, 19), 2011: (JUN, 8), 2012: (MAY, 27), 2013: (MAY, 15), 2014: (JUN, 4), 2015: (MAY, 24), 2016: (JUN, 12), 2017: (MAY, 31), 2018: (MAY, 20), 2019: (JUN, 9), 2020: (MAY, 29), 2021: (MAY, 17), 2022: (JUN, 5), 2023: (MAY, 26), 2024: (JUN, 12), 2025: (JUN, 2), 2026: (MAY, 22), 2027: (JUN, 11), 2028: (MAY, 31), 2029: (MAY, 20), 2030: (JUN, 7), 2031: (MAY, 28), 2032: (MAY, 16), 2033: (JUN, 3), 2034: (MAY, 24), 2035: (JUN, 13), 2036: (JUN, 1), 2037: (MAY, 20), 2038: (JUN, 9), 2039: (MAY, 29), 2040: (MAY, 18), 2041: (JUN, 5), 2042: (MAY, 25), 2043: (JUN, 14), 2044: (JUN, 1), 2045: (MAY, 22), 2046: (JUN, 10), 2047: (MAY, 31), 2048: (MAY, 18), 2049: (JUN, 6), 2050: (MAY, 27), 2051: (MAY, 17), 2052: (JUN, 3), 2053: (MAY, 23), 2054: (JUN, 12), 2055: (JUN, 2), 2056: (MAY, 21), 2057: (JUN, 8), 2058: (MAY, 29), 2059: (MAY, 18), 2060: (JUN, 4), 2061: (MAY, 25), 2062: (JUN, 14), 2063: (JUN, 3), 2064: (MAY, 21), 2065: (JUN, 10), 2066: (MAY, 30), 2067: (MAY, 20), 2068: (JUN, 6), 2069: (MAY, 26), 2070: (MAY, 16), 2071: (JUN, 3), 2072: (MAY, 23), 2073: (JUN, 11), 2074: (JUN, 1), 2075: (MAY, 20), 2076: (JUN, 7), 2077: (MAY, 28), 2078: (MAY, 18), 2079: (JUN, 5), 2080: (MAY, 24), 2081: (JUN, 13), 2082: (JUN, 3), 2083: (MAY, 23), 2084: (JUN, 9), 2085: (MAY, 30), 2086: (MAY, 19), 2087: (JUN, 6), 2088: (MAY, 26), 2089: (MAY, 15), 2090: (JUN, 4), 2091: (MAY, 23), 2092: (JUN, 11), 2093: (MAY, 31), 2094: (MAY, 21), 2095: (JUN, 8), 2096: (MAY, 27), 2097: (MAY, 17), 2098: (JUN, 6), 2099: (MAY, 25), 2100: (JUN, 13), } SUKKOT_DATES = { 1947: (SEP, 29), 1948: (OCT, 18), 1949: (OCT, 8), 1950: (SEP, 26), 1951: (OCT, 15), 1952: (OCT, 4), 1953: (SEP, 24), 1954: (OCT, 12), 1955: (OCT, 1), 1956: (SEP, 20), 1957: (OCT, 10), 1958: (SEP, 29), 1959: (OCT, 17), 1960: (OCT, 6), 1961: (SEP, 25), 1962: (OCT, 13), 1963: (OCT, 3), 1964: (SEP, 21), 1965: (OCT, 11), 1966: (SEP, 29), 1967: (OCT, 19), 1968: (OCT, 7), 1969: (SEP, 27), 1970: (OCT, 15), 1971: (OCT, 4), 1972: (SEP, 23), 1973: (OCT, 11), 1974: (OCT, 1), 1975: (SEP, 20), 1976: (OCT, 9), 1977: (SEP, 27), 1978: (OCT, 16), 1979: (OCT, 6), 1980: (SEP, 25), 1981: (OCT, 13), 1982: (OCT, 2), 1983: (SEP, 22), 1984: (OCT, 11), 1985: (SEP, 30), 1986: (OCT, 18), 1987: (OCT, 8), 1988: (SEP, 26), 1989: (OCT, 14), 1990: (OCT, 4), 1991: (SEP, 23), 1992: (OCT, 12), 1993: (SEP, 30), 1994: (SEP, 20), 1995: (OCT, 9), 1996: (SEP, 28), 1997: (OCT, 16), 1998: (OCT, 5), 1999: (SEP, 25), 2000: (OCT, 14), 2001: (OCT, 2), 2002: (SEP, 21), 2003: (OCT, 11), 2004: (SEP, 30), 2005: (OCT, 18), 2006: (OCT, 7), 2007: (SEP, 27), 2008: (OCT, 14), 2009: (OCT, 3), 2010: (SEP, 23), 2011: (OCT, 13), 2012: (OCT, 1), 2013: (SEP, 19), 2014: (OCT, 9), 2015: (SEP, 28), 2016: (OCT, 17), 2017: (OCT, 5), 2018: (SEP, 24), 2019: (OCT, 14), 2020: (OCT, 3), 2021: (SEP, 21), 2022: (OCT, 10), 2023: (SEP, 30), 2024: (OCT, 17), 2025: (OCT, 7), 2026: (SEP, 26), 2027: (OCT, 16), 2028: (OCT, 5), 2029: (SEP, 24), 2030: (OCT, 12), 2031: (OCT, 2), 2032: (SEP, 20), 2033: (OCT, 8), 2034: (SEP, 28), 2035: (OCT, 18), 2036: (OCT, 6), 2037: (SEP, 24), 2038: (OCT, 14), 2039: (OCT, 3), 2040: (SEP, 22), 2041: (OCT, 10), 2042: (SEP, 29), 2043: (OCT, 19), 2044: (OCT, 6), 2045: (SEP, 26), 2046: (OCT, 15), 2047: (OCT, 5), 2048: (SEP, 22), 2049: (OCT, 11), 2050: (OCT, 1), 2051: (SEP, 21), 2052: (OCT, 8), 2053: (SEP, 27), 2054: (OCT, 17), 2055: (OCT, 7), 2056: (SEP, 25), 2057: (OCT, 13), 2058: (OCT, 3), 2059: (SEP, 22), 2060: (OCT, 9), 2061: (SEP, 29), 2062: (OCT, 19), 2063: (OCT, 8), 2064: (SEP, 25), 2065: (OCT, 15), 2066: (OCT, 4), 2067: (SEP, 24), 2068: (OCT, 11), 2069: (SEP, 30), 2070: (SEP, 20), 2071: (OCT, 8), 2072: (SEP, 27), 2073: (OCT, 16), 2074: (OCT, 6), 2075: (SEP, 24), 2076: (OCT, 12), 2077: (OCT, 2), 2078: (SEP, 22), 2079: (OCT, 10), 2080: (SEP, 28), 2081: (OCT, 18), 2082: (OCT, 8), 2083: (SEP, 27), 2084: (OCT, 14), 2085: (OCT, 4), 2086: (SEP, 23), 2087: (OCT, 11), 2088: (SEP, 30), 2089: (SEP, 19), 2090: (OCT, 9), 2091: (SEP, 27), 2092: (OCT, 16), 2093: (OCT, 5), 2094: (SEP, 25), 2095: (OCT, 13), 2096: (OCT, 1), 2097: (SEP, 21), 2098: (OCT, 11), 2099: (SEP, 29), 2100: (OCT, 18), } TISHA_BAV_DATES = { 1947: (JUL, 26), 1948: (AUG, 14), 1949: (AUG, 4), 1950: (JUL, 23), 1951: (AUG, 11), 1952: (JUL, 31), 1953: (JUL, 21), 1954: (AUG, 8), 1955: (JUL, 28), 1956: (JUL, 17), 1957: (AUG, 6), 1958: (JUL, 26), 1959: (AUG, 13), 1960: (AUG, 2), 1961: (JUL, 22), 1962: (AUG, 9), 1963: (JUL, 30), 1964: (JUL, 18), 1965: (AUG, 7), 1966: (JUL, 26), 1967: (AUG, 15), 1968: (AUG, 3), 1969: (JUL, 24), 1970: (AUG, 11), 1971: (JUL, 31), 1972: (JUL, 20), 1973: (AUG, 7), 1974: (JUL, 28), 1975: (JUL, 17), 1976: (AUG, 5), 1977: (JUL, 24), 1978: (AUG, 12), 1979: (AUG, 2), 1980: (JUL, 22), 1981: (AUG, 9), 1982: (JUL, 29), 1983: (JUL, 19), 1984: (AUG, 7), 1985: (JUL, 27), 1986: (AUG, 14), 1987: (AUG, 4), 1988: (JUL, 23), 1989: (AUG, 10), 1990: (JUL, 31), 1991: (JUL, 20), 1992: (AUG, 8), 1993: (JUL, 27), 1994: (JUL, 17), 1995: (AUG, 5), 1996: (JUL, 25), 1997: (AUG, 12), 1998: (AUG, 1), 1999: (JUL, 22), 2000: (AUG, 10), 2001: (JUL, 29), 2002: (JUL, 18), 2003: (AUG, 7), 2004: (JUL, 27), 2005: (AUG, 14), 2006: (AUG, 3), 2007: (JUL, 24), 2008: (AUG, 10), 2009: (JUL, 30), 2010: (JUL, 20), 2011: (AUG, 9), 2012: (JUL, 28), 2013: (JUL, 16), 2014: (AUG, 5), 2015: (JUL, 25), 2016: (AUG, 13), 2017: (AUG, 1), 2018: (JUL, 21), 2019: (AUG, 10), 2020: (JUL, 30), 2021: (JUL, 18), 2022: (AUG, 6), 2023: (JUL, 27), 2024: (AUG, 13), 2025: (AUG, 3), 2026: (JUL, 23), 2027: (AUG, 12), 2028: (AUG, 1), 2029: (JUL, 21), 2030: (AUG, 8), 2031: (JUL, 29), 2032: (JUL, 17), 2033: (AUG, 4), 2034: (JUL, 25), 2035: (AUG, 14), 2036: (AUG, 2), 2037: (JUL, 21), 2038: (AUG, 10), 2039: (JUL, 30), 2040: (JUL, 19), 2041: (AUG, 6), 2042: (JUL, 26), 2043: (AUG, 15), 2044: (AUG, 2), 2045: (JUL, 23), 2046: (AUG, 11), 2047: (AUG, 1), 2048: (JUL, 19), 2049: (AUG, 7), 2050: (JUL, 28), 2051: (JUL, 18), 2052: (AUG, 4), 2053: (JUL, 24), 2054: (AUG, 13), 2055: (AUG, 3), 2056: (JUL, 22), 2057: (AUG, 9), 2058: (JUL, 30), 2059: (JUL, 19), 2060: (AUG, 5), 2061: (JUL, 26), 2062: (AUG, 15), 2063: (AUG, 4), 2064: (JUL, 22), 2065: (AUG, 11), 2066: (JUL, 31), 2067: (JUL, 21), 2068: (AUG, 7), 2069: (JUL, 27), 2070: (JUL, 17), 2071: (AUG, 4), 2072: (JUL, 24), 2073: (AUG, 12), 2074: (AUG, 2), 2075: (JUL, 21), 2076: (AUG, 8), 2077: (JUL, 29), 2078: (JUL, 19), 2079: (AUG, 6), 2080: (JUL, 25), 2081: (AUG, 14), 2082: (AUG, 4), 2083: (JUL, 24), 2084: (AUG, 10), 2085: (JUL, 31), 2086: (JUL, 20), 2087: (AUG, 7), 2088: (JUL, 27), 2089: (JUL, 16), 2090: (AUG, 5), 2091: (JUL, 24), 2092: (AUG, 12), 2093: (AUG, 1), 2094: (JUL, 22), 2095: (AUG, 9), 2096: (JUL, 28), 2097: (JUL, 18), 2098: (AUG, 7), 2099: (JUL, 26), 2100: (AUG, 14), } YOM_KIPPUR_DATES = { 1947: (SEP, 24), 1948: (OCT, 13), 1949: (OCT, 3), 1950: (SEP, 21), 1951: (OCT, 10), 1952: (SEP, 29), 1953: (SEP, 19), 1954: (OCT, 7), 1955: (SEP, 26), 1956: (SEP, 15), 1957: (OCT, 5), 1958: (SEP, 24), 1959: (OCT, 12), 1960: (OCT, 1), 1961: (SEP, 20), 1962: (OCT, 8), 1963: (SEP, 28), 1964: (SEP, 16), 1965: (OCT, 6), 1966: (SEP, 24), 1967: (OCT, 14), 1968: (OCT, 2), 1969: (SEP, 22), 1970: (OCT, 10), 1971: (SEP, 29), 1972: (SEP, 18), 1973: (OCT, 6), 1974: (SEP, 26), 1975: (SEP, 15), 1976: (OCT, 4), 1977: (SEP, 22), 1978: (OCT, 11), 1979: (OCT, 1), 1980: (SEP, 20), 1981: (OCT, 8), 1982: (SEP, 27), 1983: (SEP, 17), 1984: (OCT, 6), 1985: (SEP, 25), 1986: (OCT, 13), 1987: (OCT, 3), 1988: (SEP, 21), 1989: (OCT, 9), 1990: (SEP, 29), 1991: (SEP, 18), 1992: (OCT, 7), 1993: (SEP, 25), 1994: (SEP, 15), 1995: (OCT, 4), 1996: (SEP, 23), 1997: (OCT, 11), 1998: (SEP, 30), 1999: (SEP, 20), 2000: (OCT, 9), 2001: (SEP, 27), 2002: (SEP, 16), 2003: (OCT, 6), 2004: (SEP, 25), 2005: (OCT, 13), 2006: (OCT, 2), 2007: (SEP, 22), 2008: (OCT, 9), 2009: (SEP, 28), 2010: (SEP, 18), 2011: (OCT, 8), 2012: (SEP, 26), 2013: (SEP, 14), 2014: (OCT, 4), 2015: (SEP, 23), 2016: (OCT, 12), 2017: (SEP, 30), 2018: (SEP, 19), 2019: (OCT, 9), 2020: (SEP, 28), 2021: (SEP, 16), 2022: (OCT, 5), 2023: (SEP, 25), 2024: (OCT, 12), 2025: (OCT, 2), 2026: (SEP, 21), 2027: (OCT, 11), 2028: (SEP, 30), 2029: (SEP, 19), 2030: (OCT, 7), 2031: (SEP, 27), 2032: (SEP, 15), 2033: (OCT, 3), 2034: (SEP, 23), 2035: (OCT, 13), 2036: (OCT, 1), 2037: (SEP, 19), 2038: (OCT, 9), 2039: (SEP, 28), 2040: (SEP, 17), 2041: (OCT, 5), 2042: (SEP, 24), 2043: (OCT, 14), 2044: (OCT, 1), 2045: (SEP, 21), 2046: (OCT, 10), 2047: (SEP, 30), 2048: (SEP, 17), 2049: (OCT, 6), 2050: (SEP, 26), 2051: (SEP, 16), 2052: (OCT, 3), 2053: (SEP, 22), 2054: (OCT, 12), 2055: (OCT, 2), 2056: (SEP, 20), 2057: (OCT, 8), 2058: (SEP, 28), 2059: (SEP, 17), 2060: (OCT, 4), 2061: (SEP, 24), 2062: (OCT, 14), 2063: (OCT, 3), 2064: (SEP, 20), 2065: (OCT, 10), 2066: (SEP, 29), 2067: (SEP, 19), 2068: (OCT, 6), 2069: (SEP, 25), 2070: (SEP, 15), 2071: (OCT, 3), 2072: (SEP, 22), 2073: (OCT, 11), 2074: (OCT, 1), 2075: (SEP, 19), 2076: (OCT, 7), 2077: (SEP, 27), 2078: (SEP, 17), 2079: (OCT, 5), 2080: (SEP, 23), 2081: (OCT, 13), 2082: (OCT, 3), 2083: (SEP, 22), 2084: (OCT, 9), 2085: (SEP, 29), 2086: (SEP, 18), 2087: (OCT, 6), 2088: (SEP, 25), 2089: (SEP, 14), 2090: (OCT, 4), 2091: (SEP, 22), 2092: (OCT, 11), 2093: (SEP, 30), 2094: (SEP, 20), 2095: (OCT, 8), 2096: (SEP, 26), 2097: (SEP, 16), 2098: (OCT, 6), 2099: (SEP, 24), 2100: (OCT, 13), } def _get_holiday(self, holiday: str, year: int) -> Optional[date]: dt = getattr(self, f"{holiday}_DATES", {}).get(year, ()) return date(year, *dt) if dt else None def hanukkah_date(self, year: int) -> set[Optional[date]]: return {self._get_holiday(HANUKKAH, y) for y in (year - 1, year)} def israel_independence_date(self, year: int) -> Optional[date]: return self._get_holiday(INDEPENDENCE_DAY, year) def lag_baomer_date(self, year: int) -> Optional[date]: return self._get_holiday(LAG_BAOMER, year) def passover_date(self, year: int) -> Optional[date]: return self._get_holiday(PASSOVER, year) def purim_date(self, year: int) -> Optional[date]: return self._get_holiday(PURIM, year) def rosh_hashanah_date(self, year: int) -> Optional[date]: return self._get_holiday(ROSH_HASHANAH, year) def shavuot_date(self, year: int) -> Optional[date]: return self._get_holiday(SHAVUOT, year) def sukkot_date(self, year: int) -> Optional[date]: return self._get_holiday(SUKKOT, year) def tisha_bav_date(self, year: int) -> Optional[date]: return self._get_holiday(TISHA_BAV, year) def yom_kippur_date(self, year: int) -> Optional[date]: return self._get_holiday(YOM_KIPPUR, year) holidays-0.71/holidays/calendars/hindu.py000066400000000000000000001027771500152103600205150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from collections.abc import Iterable from datetime import date from typing import Optional from holidays.calendars.custom import _CustomCalendar from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, AUG, SEP, OCT, NOV, DEC from holidays.helpers import _normalize_tuple BUDDHA_PURNIMA = "BUDDHA_PURNIMA" CHHATH_PUJA = "CHHATH_PUJA" DIWALI = "DIWALI" DIWALI_INDIA = "DIWALI_INDIA" DUSSEHRA = "DUSSEHRA" GANESH_CHATURTHI = "GANESH_CHATURTHI" GOVARDHAN_PUJA = "GOVARDHAN_PUJA" GUDI_PADWA = "GUDI_PADWA" GURU_GOBIND_SINGH_JAYANTI = "GURU_GOBIND_SINGH_JAYANTI" GURU_NANAK_JAYANTI = "GURU_NANAK_JAYANTI" HOLI = "HOLI" JANMASHTAMI = "JANMASHTAMI" MAHA_NAVAMI = "MAHA_NAVAMI" MAHA_SHIVARATRI = "MAHA_SHIVARATRI" MAHAVIR_JAYANTI = "MAHAVIR_JAYANTI" MAKAR_SANKRANTI = "MAKAR_SANKRANTI" ONAM = "ONAM" RAKSHA_BANDHAN = "RAKSHA_BANDHAN" RAM_NAVAMI = "RAM_NAVAMI" SHARAD_NAVRATRI = "SHARAD_NAVRATRI" THAIPUSAM = "THAIPUSAM" VAISAKHI = "VAISAKHI" class _HinduLunisolar: # https://www.timeanddate.com/holidays/india/buddha-purnima BUDDHA_PURNIMA_DATES = { 2001: (APR, 30), 2002: (MAY, 19), 2003: (MAY, 8), 2004: (MAY, 26), 2005: (MAY, 23), 2006: (MAY, 13), 2007: (MAY, 2), 2008: (MAY, 20), 2009: (MAY, 8), 2010: (MAY, 27), 2011: (MAY, 17), 2012: (MAY, 6), 2013: (MAY, 25), 2014: (MAY, 14), 2015: (MAY, 4), 2016: (MAY, 21), 2017: (MAY, 10), 2018: (APR, 30), 2019: (MAY, 18), 2020: (MAY, 7), 2021: (MAY, 26), 2022: (MAY, 16), 2023: (MAY, 5), 2024: (MAY, 23), 2025: (MAY, 12), 2026: (MAY, 1), 2027: (MAY, 20), 2028: (MAY, 8), 2029: (MAY, 27), 2030: (MAY, 17), 2031: (MAY, 7), 2032: (MAY, 25), 2033: (MAY, 14), 2034: (MAY, 3), 2035: (MAY, 22), } # https://www.timeanddate.com/holidays/india/chhat-puja CHHATH_PUJA_DATES = { 2001: (NOV, 21), 2002: (NOV, 10), 2003: (OCT, 30), 2004: (NOV, 17), 2005: (NOV, 7), 2006: (OCT, 28), 2007: (NOV, 16), 2008: (NOV, 4), 2009: (OCT, 24), 2010: (NOV, 11), 2011: (NOV, 1), 2012: (NOV, 19), 2013: (NOV, 8), 2014: (OCT, 29), 2015: (NOV, 17), 2016: (NOV, 6), 2017: (OCT, 26), 2018: (NOV, 13), 2019: (NOV, 2), 2020: (NOV, 20), 2021: (NOV, 10), 2022: (OCT, 30), 2023: (NOV, 19), 2024: (NOV, 7), 2025: (OCT, 28), 2026: (NOV, 15), 2027: (NOV, 4), 2028: (OCT, 23), 2029: (NOV, 11), 2030: (NOV, 1), 2031: (NOV, 20), 2032: (NOV, 9), 2033: (OCT, 29), 2034: (NOV, 17), 2035: (NOV, 6), } DIWALI_DATES = { 1901: (NOV, 9), 1902: (OCT, 29), 1903: (NOV, 17), 1904: (NOV, 5), 1905: (OCT, 26), 1906: (NOV, 14), 1907: (NOV, 4), 1908: (OCT, 23), 1909: (NOV, 11), 1910: (OCT, 31), 1911: (NOV, 19), 1912: (NOV, 7), 1913: (OCT, 27), 1914: (NOV, 15), 1915: (NOV, 5), 1916: (OCT, 25), 1917: (NOV, 13), 1918: (NOV, 2), 1919: (NOV, 20), 1920: (NOV, 8), 1921: (OCT, 29), 1922: (NOV, 17), 1923: (NOV, 6), 1924: (OCT, 26), 1925: (NOV, 14), 1926: (NOV, 3), 1927: (OCT, 23), 1928: (NOV, 10), 1929: (OCT, 30), 1930: (NOV, 18), 1931: (NOV, 8), 1932: (OCT, 27), 1933: (NOV, 16), 1934: (NOV, 5), 1935: (OCT, 25), 1936: (NOV, 12), 1937: (NOV, 1), 1938: (NOV, 20), 1939: (NOV, 9), 1940: (OCT, 29), 1941: (NOV, 17), 1942: (NOV, 6), 1943: (OCT, 27), 1944: (NOV, 14), 1945: (NOV, 3), 1946: (OCT, 23), 1947: (NOV, 11), 1948: (OCT, 30), 1949: (NOV, 18), 1950: (NOV, 8), 1951: (OCT, 28), 1952: (NOV, 15), 1953: (NOV, 5), 1954: (OCT, 25), 1955: (NOV, 12), 1956: (NOV, 1), 1957: (NOV, 20), 1958: (NOV, 9), 1959: (OCT, 30), 1960: (NOV, 17), 1961: (NOV, 6), 1962: (OCT, 26), 1963: (NOV, 14), 1964: (NOV, 2), 1965: (OCT, 22), 1966: (NOV, 10), 1967: (OCT, 31), 1968: (NOV, 18), 1969: (NOV, 8), 1970: (OCT, 28), 1971: (NOV, 16), 1972: (NOV, 4), 1973: (OCT, 24), 1974: (NOV, 12), 1975: (NOV, 1), 1976: (NOV, 19), 1977: (NOV, 9), 1978: (OCT, 30), 1979: (NOV, 18), 1980: (NOV, 6), 1981: (OCT, 26), 1982: (NOV, 13), 1983: (NOV, 3), 1984: (OCT, 22), 1985: (NOV, 10), 1986: (OCT, 31), 1987: (NOV, 19), 1988: (NOV, 7), 1989: (OCT, 27), 1990: (NOV, 15), 1991: (NOV, 4), 1992: (OCT, 24), 1993: (NOV, 12), 1994: (NOV, 1), 1995: (NOV, 20), 1996: (NOV, 9), 1997: (OCT, 29), 1998: (NOV, 17), 1999: (NOV, 6), 2000: (OCT, 25), 2001: (NOV, 13), 2002: (NOV, 3), 2003: (OCT, 23), 2004: (NOV, 10), 2005: (OCT, 31), 2006: (NOV, 19), 2007: (NOV, 8), 2008: (OCT, 27), 2009: (NOV, 15), 2010: (NOV, 4), 2011: (OCT, 25), 2012: (NOV, 12), 2013: (NOV, 1), 2014: (NOV, 20), 2015: (NOV, 10), 2016: (OCT, 29), 2017: (NOV, 16), 2018: (NOV, 6), 2019: (OCT, 26), 2020: (NOV, 13), 2021: (NOV, 3), 2022: (OCT, 23), 2023: (NOV, 11), 2024: (OCT, 30), 2025: (NOV, 18), 2026: (NOV, 7), 2027: (OCT, 27), 2028: (NOV, 14), 2029: (NOV, 4), 2030: (OCT, 25), 2031: (NOV, 13), 2032: (NOV, 1), 2033: (OCT, 21), 2034: (NOV, 9), 2035: (OCT, 29), 2036: (NOV, 16), 2037: (NOV, 5), 2038: (OCT, 26), 2039: (NOV, 14), 2040: (NOV, 3), 2041: (OCT, 23), 2042: (NOV, 11), 2043: (OCT, 31), 2044: (NOV, 17), 2045: (NOV, 7), 2046: (OCT, 27), 2047: (NOV, 15), 2048: (NOV, 4), 2049: (OCT, 25), 2050: (NOV, 12), 2051: (NOV, 1), 2052: (NOV, 19), 2053: (NOV, 8), 2054: (OCT, 29), 2055: (NOV, 17), 2056: (NOV, 5), 2057: (OCT, 26), 2058: (NOV, 14), 2059: (NOV, 3), 2060: (OCT, 22), 2061: (NOV, 10), 2062: (OCT, 30), 2063: (NOV, 18), 2064: (NOV, 7), 2065: (OCT, 27), 2066: (NOV, 15), 2067: (NOV, 5), 2068: (OCT, 24), 2069: (NOV, 12), 2070: (NOV, 1), 2071: (NOV, 20), 2072: (NOV, 8), 2073: (OCT, 29), 2074: (NOV, 17), 2075: (NOV, 6), 2076: (OCT, 26), 2077: (NOV, 14), 2078: (NOV, 3), 2079: (OCT, 23), 2080: (NOV, 9), 2081: (OCT, 30), 2082: (NOV, 18), 2083: (NOV, 8), 2084: (OCT, 27), 2085: (NOV, 15), 2086: (NOV, 4), 2087: (OCT, 24), 2088: (NOV, 11), 2089: (OCT, 31), 2090: (NOV, 19), 2091: (NOV, 9), 2092: (OCT, 29), 2093: (NOV, 17), 2094: (NOV, 6), 2095: (OCT, 26), 2096: (NOV, 13), 2097: (NOV, 2), 2098: (OCT, 22), 2099: (NOV, 10), } # https://www.timeanddate.com/holidays/india/diwali DIWALI_INDIA_DATES = { 2001: (NOV, 14), 2002: (NOV, 4), 2003: (OCT, 25), 2004: (NOV, 12), 2005: (NOV, 1), 2006: (OCT, 21), 2007: (NOV, 9), 2008: (OCT, 28), 2009: (OCT, 17), 2010: (NOV, 5), 2011: (OCT, 26), 2012: (NOV, 13), 2013: (NOV, 3), 2014: (OCT, 23), 2015: (NOV, 11), 2016: (OCT, 30), 2017: (OCT, 19), 2018: (NOV, 7), 2019: (OCT, 27), 2020: (NOV, 14), 2021: (NOV, 4), 2022: (OCT, 24), 2023: (NOV, 12), 2024: (NOV, 1), 2025: (OCT, 20), 2026: (NOV, 8), 2027: (OCT, 29), 2028: (OCT, 17), 2029: (NOV, 5), 2030: (OCT, 26), 2031: (NOV, 14), 2032: (NOV, 2), 2033: (OCT, 22), 2034: (NOV, 10), 2035: (OCT, 30), } # https://www.timeanddate.com/holidays/india/dussehra DUSSEHRA_DATES = { 2001: (OCT, 26), 2002: (OCT, 15), 2003: (OCT, 5), 2004: (OCT, 22), 2005: (OCT, 12), 2006: (OCT, 2), 2007: (OCT, 21), 2008: (OCT, 9), 2009: (SEP, 28), 2010: (OCT, 17), 2011: (OCT, 6), 2012: (OCT, 24), 2013: (OCT, 13), 2014: (OCT, 3), 2015: (OCT, 22), 2016: (OCT, 11), 2017: (SEP, 30), 2018: (OCT, 19), 2019: (OCT, 8), 2020: (OCT, 25), 2021: (OCT, 15), 2022: (OCT, 5), 2023: (OCT, 24), 2024: (OCT, 12), 2025: (OCT, 2), 2026: (OCT, 20), 2027: (OCT, 9), 2028: (SEP, 27), 2029: (OCT, 16), 2030: (OCT, 6), 2031: (OCT, 25), 2032: (OCT, 14), 2033: (OCT, 3), 2034: (OCT, 22), 2035: (OCT, 11), } # https://www.timeanddate.com/holidays/india/ganesh-chaturthi GANESH_CHATURTHI_DATES = { 2001: (AUG, 22), 2002: (SEP, 10), 2003: (AUG, 31), 2004: (SEP, 18), 2005: (SEP, 7), 2006: (AUG, 27), 2007: (SEP, 15), 2008: (SEP, 3), 2009: (AUG, 23), 2010: (SEP, 11), 2011: (SEP, 1), 2012: (SEP, 19), 2013: (SEP, 9), 2014: (AUG, 29), 2015: (SEP, 17), 2016: (SEP, 5), 2017: (AUG, 25), 2018: (SEP, 13), 2019: (SEP, 2), 2020: (AUG, 22), 2021: (SEP, 10), 2022: (AUG, 31), 2023: (SEP, 19), 2024: (SEP, 7), 2025: (AUG, 27), 2026: (SEP, 14), 2027: (SEP, 4), 2028: (AUG, 23), 2029: (SEP, 11), 2030: (SEP, 1), 2031: (SEP, 20), 2032: (SEP, 8), 2033: (AUG, 28), 2034: (SEP, 16), 2035: (SEP, 5), } # https://www.timeanddate.com/holidays/india/govardhan-puja GOVARDHAN_PUJA_DATES = { 2001: (NOV, 15), 2002: (NOV, 5), 2003: (OCT, 26), 2004: (NOV, 13), 2005: (NOV, 2), 2006: (OCT, 22), 2007: (NOV, 10), 2008: (OCT, 29), 2009: (OCT, 18), 2010: (NOV, 6), 2011: (OCT, 27), 2012: (NOV, 14), 2013: (NOV, 4), 2014: (OCT, 24), 2015: (NOV, 12), 2016: (OCT, 31), 2017: (OCT, 20), 2018: (NOV, 8), 2019: (OCT, 28), 2020: (NOV, 15), 2021: (NOV, 5), 2022: (OCT, 25), 2023: (NOV, 13), 2024: (NOV, 2), 2025: (OCT, 22), 2026: (NOV, 10), 2027: (OCT, 30), 2028: (OCT, 18), 2029: (NOV, 6), 2030: (OCT, 27), 2031: (NOV, 15), 2032: (NOV, 3), 2033: (OCT, 23), 2034: (NOV, 11), 2035: (OCT, 31), } # https://www.timeanddate.com/holidays/india/gudi-padwa GUDI_PADWA_DATES = { 2001: (MAR, 26), 2002: (APR, 13), 2003: (APR, 2), 2004: (MAR, 21), 2005: (APR, 9), 2006: (MAR, 30), 2007: (MAR, 19), 2008: (APR, 6), 2009: (MAR, 27), 2010: (MAR, 16), 2011: (APR, 4), 2012: (MAR, 23), 2013: (APR, 11), 2014: (MAR, 31), 2015: (MAR, 21), 2016: (APR, 8), 2017: (MAR, 28), 2018: (MAR, 18), 2019: (APR, 6), 2020: (MAR, 25), 2021: (APR, 13), 2022: (APR, 2), 2023: (MAR, 22), 2024: (APR, 9), 2025: (MAR, 30), 2026: (MAR, 19), 2027: (APR, 7), 2028: (MAR, 27), 2029: (APR, 14), 2030: (APR, 3), 2031: (MAR, 24), 2032: (APR, 11), 2033: (MAR, 31), 2034: (MAR, 21), 2035: (APR, 9), } # https://www.timeanddate.com/holidays/india/guru-govind-singh-jayanti GURU_GOBIND_SINGH_JAYANTI_DATES = { 2001: (JAN, 2), 2002: (JAN, 21), 2003: (DEC, 29), 2004: (NOV, 20), 2005: (JAN, 5), 2006: (JAN, 5), 2007: (JAN, 5), 2008: (JAN, 5), 2009: (JAN, 5), 2010: (JAN, 5), 2011: (JAN, 5), 2012: (JAN, 5), 2013: (JAN, 18), 2014: (JAN, 7), 2015: (JAN, 5), 2016: (JAN, 16), 2017: ((JAN, 5), (DEC, 25)), 2019: (JAN, 13), 2020: (JAN, 2), 2021: (JAN, 20), 2022: ((JAN, 9), (DEC, 29)), 2024: (JAN, 17), 2025: ((JAN, 6), (DEC, 27)), 2027: (JAN, 15), 2028: (JAN, 4), 2029: (JAN, 15), 2030: ((JAN, 10), (DEC, 31)), 2032: (JAN, 18), 2033: (JAN, 7), 2034: (JAN, 17), 2035: (JAN, 16), } # https://www.timeanddate.com/holidays/india/guru-nanak-jayanti GURU_NANAK_JAYANTI_DATES = { 2001: (NOV, 30), 2002: (NOV, 19), 2003: (NOV, 8), 2004: (NOV, 26), 2005: (NOV, 15), 2006: (NOV, 5), 2007: (NOV, 24), 2008: (NOV, 13), 2009: (NOV, 2), 2010: (NOV, 21), 2011: (NOV, 10), 2012: (NOV, 28), 2013: (NOV, 17), 2014: (NOV, 6), 2015: (NOV, 25), 2016: (NOV, 14), 2017: (NOV, 4), 2018: (NOV, 23), 2019: (NOV, 12), 2020: (NOV, 30), 2021: (NOV, 19), 2022: (NOV, 8), 2023: (NOV, 27), 2024: (NOV, 15), 2025: (NOV, 5), 2027: (NOV, 14), 2028: (NOV, 2), 2029: (NOV, 21), 2030: (NOV, 10), 2031: (NOV, 28), 2032: (NOV, 17), 2033: (NOV, 6), 2034: (NOV, 25), 2035: (NOV, 15), } # https://www.timeanddate.com/holidays/india/holi HOLI_DATES = { 2001: (MAR, 10), 2002: (MAR, 29), 2003: (MAR, 18), 2004: (MAR, 7), 2005: (MAR, 26), 2006: (MAR, 15), 2007: (MAR, 4), 2008: (MAR, 22), 2009: (MAR, 11), 2010: (MAR, 1), 2011: (MAR, 20), 2012: (MAR, 8), 2013: (MAR, 27), 2014: (MAR, 17), 2015: (MAR, 6), 2016: (MAR, 24), 2017: (MAR, 13), 2018: (MAR, 2), 2019: (MAR, 21), 2020: (MAR, 10), 2021: (MAR, 29), 2022: (MAR, 18), 2023: (MAR, 8), 2024: (MAR, 25), 2025: (MAR, 14), 2026: (MAR, 4), 2027: (MAR, 22), 2028: (MAR, 11), 2029: (MAR, 1), 2030: (MAR, 20), 2031: (MAR, 9), 2032: (MAR, 27), 2033: (MAR, 16), 2034: (MAR, 5), 2035: (MAR, 24), } # https://www.timeanddate.com/holidays/india/janmashtami JANMASHTAMI_DATES = { 2001: (AUG, 12), 2002: (AUG, 31), 2003: (AUG, 20), 2004: (SEP, 7), 2005: (AUG, 27), 2006: (AUG, 16), 2007: (SEP, 4), 2008: (AUG, 24), 2009: (AUG, 14), 2010: (SEP, 2), 2011: (AUG, 22), 2012: (AUG, 10), 2013: (AUG, 28), 2014: (AUG, 18), 2015: (SEP, 5), 2016: (AUG, 25), 2017: (AUG, 15), 2018: (SEP, 3), 2019: (AUG, 24), 2020: (AUG, 12), 2021: (AUG, 30), 2022: (AUG, 19), 2023: (SEP, 7), 2024: (AUG, 26), 2025: (AUG, 16), 2026: (SEP, 4), 2027: (AUG, 25), 2028: (AUG, 13), 2029: (SEP, 1), 2030: (AUG, 21), 2031: (AUG, 10), 2032: (AUG, 28), 2033: (AUG, 17), 2034: (SEP, 6), 2035: (AUG, 26), } # https://www.timeanddate.com/holidays/india/maha-navami MAHA_NAVAMI_DATES = { 2001: (OCT, 25), 2002: (OCT, 14), 2003: (OCT, 3), 2004: (OCT, 21), 2005: (OCT, 11), 2006: (OCT, 1), 2007: (OCT, 20), 2008: (OCT, 8), 2009: (SEP, 27), 2010: (OCT, 16), 2011: (OCT, 5), 2012: (OCT, 23), 2013: (OCT, 12), 2014: (OCT, 2), 2015: (OCT, 21), 2016: (OCT, 10), 2017: (SEP, 29), 2018: (OCT, 18), 2019: (OCT, 7), 2020: (OCT, 24), 2021: (OCT, 14), 2022: (OCT, 4), 2023: (OCT, 23), 2024: (OCT, 11), 2025: (OCT, 1), 2026: (OCT, 19), 2027: (OCT, 8), 2028: (SEP, 26), 2029: (OCT, 15), 2030: (OCT, 5), 2031: (OCT, 24), 2032: (OCT, 13), 2033: (OCT, 2), 2034: (OCT, 21), 2035: (OCT, 10), } # https://www.timeanddate.com/holidays/india/maha-shivaratri-shivaratri MAHA_SHIVARATRI_DATES = { 2001: (FEB, 21), 2002: (MAR, 12), 2003: (MAR, 1), 2004: (FEB, 18), 2005: (MAR, 8), 2006: (FEB, 26), 2007: (FEB, 16), 2008: (MAR, 6), 2009: (FEB, 23), 2010: (FEB, 12), 2011: (MAR, 2), 2012: (FEB, 20), 2013: (MAR, 10), 2014: (FEB, 27), 2015: (FEB, 17), 2016: (MAR, 7), 2017: (FEB, 24), 2018: (FEB, 13), 2019: (MAR, 4), 2020: (FEB, 21), 2021: (MAR, 11), 2022: (MAR, 1), 2023: (FEB, 18), 2024: (MAR, 8), 2025: (FEB, 26), 2026: (FEB, 15), 2027: (MAR, 6), 2028: (FEB, 23), 2029: (FEB, 11), 2030: (MAR, 2), 2031: (FEB, 20), 2032: (MAR, 10), 2033: (FEB, 27), 2034: (FEB, 17), 2035: (MAR, 8), } # https://www.timeanddate.com/holidays/india/mahavir-jayanti MAHAVIR_JAYANTI_DATES = { 2001: (APR, 6), 2002: (APR, 25), 2003: (APR, 15), 2004: (APR, 3), 2005: (APR, 22), 2006: (APR, 11), 2007: (MAR, 31), 2008: (APR, 18), 2009: (APR, 7), 2010: (APR, 28), 2011: (APR, 16), 2012: (APR, 5), 2013: (APR, 24), 2014: (APR, 13), 2015: (APR, 2), 2016: (APR, 20), 2017: (APR, 9), 2018: (MAR, 29), 2019: (APR, 17), 2020: (APR, 6), 2021: (APR, 25), 2022: (APR, 14), 2023: (APR, 4), 2024: (APR, 21), 2025: (APR, 10), 2026: (MAR, 31), 2027: (APR, 18), 2028: (APR, 7), 2029: (APR, 26), 2030: (APR, 16), 2031: (APR, 5), 2032: (APR, 23), 2033: (APR, 12), 2034: (APR, 1), 2035: (APR, 20), } # https://www.timeanddate.com/holidays/india/makar-sankranti MAKAR_SANKRANTI_DATES = { 2001: (JAN, 14), 2002: (JAN, 14), 2003: (JAN, 14), 2004: (JAN, 15), 2005: (JAN, 14), 2006: (JAN, 14), 2007: (JAN, 15), 2008: (JAN, 15), 2009: (JAN, 14), 2010: (JAN, 14), 2011: (JAN, 15), 2012: (JAN, 15), 2013: (JAN, 14), 2014: (JAN, 14), 2015: (JAN, 15), 2016: (JAN, 15), 2017: (JAN, 14), 2018: (JAN, 14), 2019: (JAN, 15), 2020: (JAN, 15), 2021: (JAN, 14), 2022: (JAN, 14), 2023: (JAN, 14), 2024: (JAN, 14), 2025: (JAN, 14), 2026: (JAN, 14), 2027: (JAN, 15), 2028: (JAN, 15), 2029: (JAN, 14), 2030: (JAN, 14), 2031: (JAN, 15), 2032: (JAN, 15), 2033: (JAN, 14), 2034: (JAN, 14), 2035: (JAN, 15), } # https://www.timeanddate.com/holidays/india/onam ONAM_DATES = { 2001: (AUG, 31), 2002: (AUG, 21), 2003: (SEP, 8), 2004: (AUG, 28), 2005: (SEP, 15), 2006: (SEP, 5), 2007: (AUG, 26), 2008: (SEP, 12), 2009: (SEP, 2), 2010: (AUG, 23), 2011: (SEP, 9), 2012: (AUG, 29), 2013: (AUG, 20), 2014: (SEP, 6), 2015: (AUG, 28), 2016: (SEP, 13), 2017: (SEP, 4), 2018: (AUG, 24), 2019: (SEP, 11), 2020: (AUG, 31), 2021: (AUG, 21), 2022: (SEP, 8), 2023: (AUG, 29), 2024: (SEP, 15), 2025: (SEP, 5), 2026: (AUG, 26), 2027: (SEP, 12), 2028: (SEP, 1), 2029: (AUG, 22), 2030: (SEP, 9), 2031: (AUG, 30), 2032: (AUG, 20), 2033: (SEP, 6), 2034: (AUG, 28), 2035: (SEP, 14), } # https://www.timeanddate.com/holidays/india/raksha-bandhan RAKSHA_BANDHAN_DATES = { 2001: (AUG, 4), 2002: (AUG, 22), 2003: (AUG, 12), 2004: (AUG, 29), 2005: (AUG, 19), 2006: (AUG, 9), 2007: (AUG, 28), 2008: (AUG, 16), 2009: (AUG, 5), 2010: (AUG, 24), 2011: (AUG, 13), 2012: (AUG, 2), 2013: (AUG, 20), 2014: (AUG, 10), 2015: (AUG, 29), 2016: (AUG, 18), 2017: (AUG, 7), 2018: (AUG, 26), 2019: (AUG, 15), 2020: (AUG, 3), 2021: (AUG, 22), 2022: (AUG, 11), 2023: (AUG, 30), 2024: (AUG, 19), 2025: (AUG, 9), 2026: (AUG, 28), 2027: (AUG, 17), 2028: (AUG, 5), 2029: (AUG, 23), 2030: (AUG, 13), 2031: (AUG, 2), 2032: (AUG, 20), 2033: (AUG, 10), 2034: (AUG, 29), 2035: (AUG, 18), } # https://www.timeanddate.com/holidays/india/rama-navami RAM_NAVAMI_DATES = { 2001: (APR, 2), 2002: (APR, 21), 2003: (APR, 11), 2004: (MAR, 30), 2005: (APR, 18), 2006: (APR, 6), 2007: (MAR, 26), 2008: (APR, 13), 2009: (APR, 3), 2010: (MAR, 24), 2011: (APR, 12), 2012: (APR, 1), 2013: (APR, 19), 2014: (APR, 8), 2015: (MAR, 28), 2016: (APR, 15), 2017: (APR, 4), 2018: (MAR, 25), 2019: (APR, 13), 2020: (APR, 2), 2021: (APR, 21), 2022: (APR, 10), 2023: (MAR, 30), 2024: (APR, 17), 2025: (APR, 6), 2026: (MAR, 26), 2027: (APR, 15), 2028: (APR, 3), 2029: (APR, 22), 2030: (APR, 12), 2031: (APR, 1), 2032: (APR, 19), 2033: (APR, 7), 2034: (MAR, 28), 2035: (APR, 16), } # https://www.timeanddate.com/holidays/india/navratri SHARAD_NAVRATRI_DATES = { 2001: (OCT, 17), 2002: (OCT, 7), 2003: (SEP, 26), 2004: (OCT, 14), 2005: (OCT, 4), 2006: (SEP, 23), 2007: (OCT, 12), 2008: (SEP, 30), 2009: (SEP, 19), 2010: (OCT, 8), 2011: (SEP, 28), 2012: (OCT, 16), 2013: (OCT, 5), 2014: (SEP, 25), 2015: (OCT, 13), 2016: (OCT, 1), 2017: (SEP, 21), 2018: (OCT, 10), 2019: (SEP, 29), 2020: (OCT, 17), 2021: (OCT, 7), 2022: (SEP, 26), 2023: (OCT, 15), 2024: (OCT, 3), 2025: (SEP, 22), 2026: (OCT, 11), 2027: (SEP, 30), 2028: (SEP, 19), 2029: (OCT, 8), 2030: (SEP, 28), 2031: (OCT, 17), 2032: (OCT, 5), 2033: (SEP, 24), 2034: (OCT, 13), 2035: (OCT, 2), } THAIPUSAM_DATES = { 1901: (MAR, 5), 1902: (FEB, 23), 1903: (JAN, 14), 1904: (MAR, 2), 1905: (FEB, 19), 1906: (JAN, 10), 1907: (FEB, 27), 1908: (FEB, 17), 1909: (JAN, 7), 1910: (FEB, 24), 1911: (JAN, 15), 1912: (MAR, 4), 1913: (FEB, 21), 1914: (JAN, 11), 1915: (MAR, 1), 1916: (FEB, 18), 1917: (JAN, 8), 1918: (FEB, 26), 1919: (FEB, 15), 1920: (MAR, 5), 1921: (FEB, 23), 1922: (JAN, 13), 1923: (MAR, 2), 1924: (FEB, 19), 1925: (JAN, 9), 1926: (FEB, 27), 1927: (FEB, 17), 1928: (JAN, 8), 1929: (FEB, 24), 1930: (JAN, 15), 1931: (MAR, 4), 1932: (FEB, 21), 1933: (JAN, 11), 1934: (FEB, 28), 1935: (FEB, 18), 1936: (JAN, 9), 1937: (FEB, 26), 1938: (FEB, 15), 1939: (MAR, 6), 1940: (FEB, 23), 1941: (JAN, 12), 1942: (MAR, 2), 1943: (FEB, 19), 1944: (JAN, 10), 1945: (FEB, 27), 1946: (FEB, 17), 1947: (JAN, 7), 1948: (FEB, 25), 1949: (FEB, 13), 1950: (MAR, 3), 1951: (FEB, 21), 1952: (JAN, 12), 1953: (FEB, 28), 1954: (FEB, 18), 1955: (JAN, 9), 1956: (FEB, 26), 1957: (FEB, 15), 1958: (MAR, 5), 1959: (FEB, 22), 1960: (JAN, 13), 1961: (MAR, 2), 1962: (FEB, 19), 1963: (JAN, 10), 1964: (FEB, 28), 1965: (FEB, 16), 1966: (JAN, 6), 1967: (FEB, 24), 1968: (FEB, 13), 1969: (MAR, 3), 1970: (FEB, 21), 1971: (JAN, 12), 1972: (FEB, 29), 1973: (FEB, 18), 1974: (JAN, 8), 1975: (FEB, 26), 1976: (FEB, 15), 1977: (MAR, 5), 1978: (FEB, 22), 1979: (JAN, 13), 1980: (MAR, 2), 1981: (FEB, 19), 1982: (JAN, 10), 1983: (FEB, 28), 1984: (FEB, 17), 1985: (MAR, 6), 1986: (FEB, 23), 1987: (JAN, 14), 1988: (MAR, 3), 1989: (FEB, 21), 1990: (JAN, 12), 1991: (MAR, 1), 1992: (FEB, 18), 1993: (JAN, 8), 1994: (FEB, 25), 1995: (FEB, 14), 1996: (MAR, 4), 1997: (FEB, 22), 1998: (JAN, 13), 1999: (MAR, 3), 2000: (FEB, 20), 2001: (JAN, 9), 2002: (FEB, 27), 2003: (FEB, 16), 2004: (JAN, 7), 2005: (FEB, 23), 2006: (FEB, 13), 2007: (MAR, 4), 2008: (FEB, 22), 2009: (JAN, 11), 2010: (MAR, 1), 2011: (FEB, 18), 2012: (JAN, 8), 2013: (FEB, 25), 2014: (FEB, 14), 2015: (MAR, 5), 2016: (FEB, 23), 2017: (JAN, 13), 2018: (MAR, 2), 2019: (FEB, 20), 2020: (JAN, 10), 2021: (FEB, 26), 2022: (FEB, 16), 2023: (JAN, 7), 2024: (FEB, 24), 2025: (JAN, 14), 2026: (MAR, 4), 2027: (FEB, 21), 2028: (JAN, 11), 2029: (FEB, 28), 2030: (FEB, 17), 2031: (JAN, 8), 2032: (FEB, 26), 2033: (FEB, 14), 2034: (MAR, 5), 2035: (FEB, 23), 2036: (JAN, 13), 2037: (MAR, 2), 2038: (FEB, 19), 2039: (JAN, 9), 2040: (FEB, 27), 2041: (FEB, 15), 2042: (JAN, 7), 2043: (FEB, 24), 2044: (FEB, 14), 2045: (MAR, 4), 2046: (FEB, 21), 2047: (JAN, 11), 2048: (FEB, 28), 2049: (FEB, 17), 2050: (JAN, 8), 2051: (FEB, 26), 2052: (FEB, 15), 2053: (MAR, 5), 2054: (FEB, 22), 2055: (JAN, 13), 2056: (MAR, 1), 2057: (FEB, 18), 2058: (JAN, 9), 2059: (FEB, 27), 2060: (FEB, 17), 2061: (JAN, 6), 2062: (FEB, 24), 2063: (FEB, 13), 2064: (MAR, 3), 2065: (FEB, 20), 2066: (JAN, 11), 2067: (FEB, 28), 2068: (FEB, 18), 2069: (JAN, 8), 2070: (FEB, 25), 2071: (FEB, 15), 2072: (MAR, 5), 2073: (FEB, 22), 2074: (JAN, 12), 2075: (MAR, 2), 2076: (FEB, 19), 2077: (JAN, 9), 2078: (FEB, 27), 2079: (FEB, 16), 2080: (JAN, 7), 2081: (FEB, 23), 2082: (FEB, 12), 2083: (MAR, 3), 2084: (FEB, 21), 2085: (JAN, 11), 2086: (FEB, 28), 2087: (FEB, 18), 2088: (JAN, 9), 2089: (FEB, 25), 2090: (FEB, 14), 2091: (MAR, 5), 2092: (FEB, 22), 2093: (JAN, 12), 2094: (MAR, 1), 2095: (FEB, 19), 2096: (JAN, 10), 2097: (FEB, 27), 2098: (FEB, 16), 2099: (JAN, 6), } # https://www.timeanddate.com/holidays/india/vaisakhi VAISAKHI_DATES = { 2001: (APR, 13), 2002: (APR, 14), 2003: (APR, 14), 2004: (APR, 13), 2005: (APR, 14), 2006: (APR, 14), 2007: (APR, 14), 2008: (APR, 13), 2009: (APR, 14), 2010: (APR, 14), 2011: (APR, 14), 2012: (APR, 13), 2013: (APR, 13), 2014: (APR, 14), 2015: (APR, 14), 2016: (APR, 13), 2017: (APR, 14), 2018: (APR, 14), 2019: (APR, 14), 2020: (APR, 13), 2021: (APR, 14), 2022: (APR, 14), 2023: (APR, 14), 2024: (APR, 13), 2025: (APR, 13), 2026: (APR, 14), 2027: (APR, 14), 2028: (APR, 13), 2029: (APR, 14), 2030: (APR, 14), 2031: (APR, 14), 2032: (APR, 13), 2033: (APR, 14), 2034: (APR, 14), 2035: (APR, 14), } def _get_holiday(self, holiday: str, year: int) -> tuple[Optional[date], bool]: estimated_dates = getattr(self, f"{holiday}_DATES", {}) exact_dates = getattr(self, f"{holiday}_DATES_{_CustomCalendar.CUSTOM_ATTR_POSTFIX}", {}) dt = exact_dates.get(year, estimated_dates.get(year, ())) return date(year, *dt) if dt else None, year not in exact_dates def _get_holiday_set(self, holiday: str, year: int) -> Iterable[tuple[date, bool]]: estimated_dates = getattr(self, f"{holiday}_DATES", {}) exact_dates = getattr(self, f"{holiday}_DATES_{_CustomCalendar.CUSTOM_ATTR_POSTFIX}", {}) for year in (year - 1, year): for dt in _normalize_tuple(exact_dates.get(year, estimated_dates.get(year, ()))): yield date(year, *dt), year not in exact_dates def buddha_purnima_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(BUDDHA_PURNIMA, year) def chhath_puja_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(CHHATH_PUJA, year) def diwali_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(DIWALI, year) def diwali_india_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(DIWALI_INDIA, year) def dussehra_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(DUSSEHRA, year) def ganesh_chaturthi_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(GANESH_CHATURTHI, year) def govardhan_puja_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(GOVARDHAN_PUJA, year) def gudi_padwa_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(GUDI_PADWA, year) def guru_gobind_singh_jayanti_date(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday_set(GURU_GOBIND_SINGH_JAYANTI, year) def guru_nanak_jayanti_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(GURU_NANAK_JAYANTI, year) def holi_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(HOLI, year) def janmashtami_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(JANMASHTAMI, year) def maha_navami_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(MAHA_NAVAMI, year) def maha_shivaratri_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(MAHA_SHIVARATRI, year) def mahavir_jayanti_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(MAHAVIR_JAYANTI, year) def makar_sankranti_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(MAKAR_SANKRANTI, year) def onam_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(ONAM, year) def raksha_bandhan_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(RAKSHA_BANDHAN, year) def ram_navami_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(RAM_NAVAMI, year) def sharad_navratri_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(SHARAD_NAVRATRI, year) def thaipusam_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(THAIPUSAM, year) def vaisakhi_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(VAISAKHI, year) class _CustomHinduHolidays(_CustomCalendar, _HinduLunisolar): pass holidays-0.71/holidays/calendars/islamic.py000066400000000000000000003002441500152103600210140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from collections.abc import Iterable from datetime import date from holidays.calendars.custom import _CustomCalendar from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.helpers import _normalize_tuple ALI_AL_RIDA_DEATH = "ALI_AL_RIDA_DEATH" ALI_BIRTHDAY = "ALI_BIRTHDAY" ALI_DEATH = "ALI_DEATH" ARBAEEN = "ARBAEEN" ASHURA = "ASHURA" EID_AL_ADHA = "EID_AL_ADHA" EID_AL_FITR = "EID_AL_FITR" EID_AL_GHADIR = "EID_AL_GHADIR" FATIMA_DEATH = "FATIMA_DEATH" HARI_HOL_JOHOR = "HARI_HOL_JOHOR" HASAN_AL_ASKARI_DEATH = "HASAN_AL_ASKARI_DEATH" HIJRI_NEW_YEAR = "HIJRI_NEW_YEAR" IMAM_MAHDI_BIRTHDAY = "IMAM_MAHDI_BIRTHDAY" ISRA_AND_MIRAJ = "ISRA_AND_MIRAJ" LAYLAT_AL_QADR = "LAYLAT_AL_QADR" MALDIVES_EMBRACED_ISLAM_DAY = "MALDIVES_EMBRACED_ISLAM_DAY" MAWLID = "MAWLID" NUZUL_AL_QURAN = "NUZUL_AL_QURAN" PROPHET_DEATH = "PROPHET_DEATH" QUAMEE_DHUVAS = "QUAMEE_DHUVAS" RAMADAN_BEGINNING = "RAMADAN_BEGINNING" SADIQ_BIRTHDAY = "SADIQ_BIRTHDAY" SADIQ_DEATH = "SADIQ_DEATH" TASUA = "TASUA" class _IslamicLunar: ALI_AL_RIDA_DEATH_DATES = { 1924: (SEP, 28), 1925: (SEP, 18), 1926: (SEP, 7), 1927: (AUG, 27), 1928: (AUG, 15), 1929: (AUG, 5), 1930: (JUL, 25), 1931: (JUL, 16), 1932: (JUL, 4), 1933: (JUN, 23), 1934: (JUN, 12), 1935: (JUN, 2), 1936: (MAY, 21), 1937: (MAY, 10), 1938: (APR, 29), 1939: (APR, 20), 1940: (APR, 8), 1941: (MAR, 27), 1942: (MAR, 17), 1943: (MAR, 6), 1944: (FEB, 23), 1945: (FEB, 12), 1946: (FEB, 1), 1947: (JAN, 22), 1948: ((JAN, 11), (DEC, 30)), 1949: (DEC, 20), 1950: (DEC, 10), 1951: (NOV, 29), 1952: (NOV, 18), 1953: (NOV, 7), 1954: (OCT, 27), 1955: (OCT, 17), 1956: (OCT, 5), 1957: (SEP, 24), 1958: (SEP, 14), 1959: (SEP, 3), 1960: (AUG, 22), 1961: (AUG, 11), 1962: (JUL, 31), 1963: (JUL, 21), 1964: (JUL, 9), 1965: (JUN, 28), 1966: (JUN, 19), 1967: (JUN, 7), 1968: (MAY, 27), 1969: (MAY, 16), 1970: (MAY, 6), 1971: (APR, 25), 1972: (APR, 13), 1973: (APR, 3), 1974: (MAR, 23), 1975: (MAR, 12), 1976: (FEB, 29), 1977: (FEB, 18), 1978: (FEB, 7), 1979: (JAN, 28), 1980: (JAN, 18), 1981: ((JAN, 6), (DEC, 26)), 1982: (DEC, 15), 1983: (DEC, 4), 1984: (NOV, 22), 1985: (NOV, 12), 1986: (NOV, 2), 1987: (OCT, 22), 1988: (OCT, 10), 1989: (SEP, 29), 1990: (SEP, 19), 1991: (SEP, 8), 1992: (AUG, 28), 1993: (AUG, 17), 1994: (AUG, 7), 1995: (JUL, 27), 1996: (JUL, 15), 1997: (JUL, 4), 1998: (JUN, 24), 1999: (JUN, 14), 2000: (JUN, 2), 2001: (MAY, 23), 2002: (MAY, 12), 2003: (MAY, 1), 2004: (APR, 19), 2005: (APR, 9), 2006: (MAR, 29), 2007: (MAR, 19), 2008: (MAR, 8), 2009: (FEB, 25), 2010: (FEB, 14), 2011: (FEB, 3), 2012: (JAN, 23), 2013: (JAN, 12), 2014: ((JAN, 1), (DEC, 22)), 2015: (DEC, 11), 2016: (NOV, 29), 2017: (NOV, 18), 2018: (NOV, 8), 2019: (OCT, 28), 2020: (OCT, 17), 2021: (OCT, 6), 2022: (SEP, 26), 2023: (SEP, 15), 2024: (SEP, 3), 2025: (AUG, 23), 2026: (AUG, 13), 2027: (AUG, 2), 2028: (JUL, 22), 2029: (JUL, 12), 2030: (JUL, 1), 2031: (JUN, 20), 2032: (JUN, 8), 2033: (MAY, 28), 2034: (MAY, 18), 2035: (MAY, 8), 2036: (APR, 26), 2037: (APR, 16), 2038: (APR, 5), 2039: (MAR, 25), 2040: (MAR, 13), 2041: (MAR, 3), 2042: (FEB, 20), 2043: (FEB, 10), 2044: (JAN, 30), 2045: (JAN, 18), 2046: ((JAN, 7), (DEC, 27)), 2047: (DEC, 17), 2048: (DEC, 6), 2049: (NOV, 25), 2050: (NOV, 14), 2051: (NOV, 4), 2052: (OCT, 23), 2053: (OCT, 12), 2054: (OCT, 1), 2055: (SEP, 21), 2056: (SEP, 10), 2057: (AUG, 30), 2058: (AUG, 19), 2059: (AUG, 8), 2060: (JUL, 27), 2061: (JUL, 17), 2062: (JUL, 7), 2063: (JUN, 26), 2064: (JUN, 15), 2065: (JUN, 4), 2066: (MAY, 24), 2067: (MAY, 13), 2068: (MAY, 2), 2069: (APR, 21), 2070: (APR, 11), 2071: (APR, 1), 2072: (MAR, 20), 2073: (MAR, 9), 2074: (FEB, 26), 2075: (FEB, 15), 2076: (FEB, 5), 2077: (JAN, 25), } ALI_BIRTHDAY_DATES = { 1925: (FEB, 7), 1926: (JAN, 27), 1927: (JAN, 17), 1928: ((JAN, 6), (DEC, 25)), 1929: (DEC, 14), 1930: (DEC, 3), 1931: (NOV, 23), 1932: (NOV, 12), 1933: (NOV, 1), 1934: (OCT, 22), 1935: (OCT, 11), 1936: (SEP, 29), 1937: (SEP, 18), 1938: (SEP, 7), 1939: (AUG, 28), 1940: (AUG, 17), 1941: (AUG, 5), 1942: (JUL, 26), 1943: (JUL, 15), 1944: (JUL, 3), 1945: (JUN, 23), 1946: (JUN, 12), 1947: (JUN, 2), 1948: (MAY, 21), 1949: (MAY, 10), 1950: (APR, 30), 1951: (APR, 20), 1952: (APR, 8), 1953: (MAR, 29), 1954: (MAR, 18), 1955: (MAR, 7), 1956: (FEB, 25), 1957: (FEB, 13), 1958: (FEB, 2), 1959: (JAN, 23), 1960: ((JAN, 12), (DEC, 31)), 1961: (DEC, 21), 1962: (DEC, 10), 1963: (NOV, 29), 1964: (NOV, 17), 1965: (NOV, 6), 1966: (OCT, 27), 1967: (OCT, 16), 1968: (OCT, 5), 1969: (SEP, 24), 1970: (SEP, 14), 1971: (SEP, 3), 1972: (AUG, 22), 1973: (AUG, 11), 1974: (AUG, 1), 1975: (JUL, 22), 1976: (JUL, 10), 1977: (JUN, 29), 1978: (JUN, 18), 1979: (JUN, 8), 1980: (MAY, 27), 1981: (MAY, 17), 1982: (MAY, 6), 1983: (APR, 26), 1984: (APR, 14), 1985: (APR, 3), 1986: (MAR, 23), 1987: (MAR, 13), 1988: (MAR, 1), 1989: (FEB, 19), 1990: (FEB, 8), 1991: (JAN, 28), 1992: (JAN, 17), 1993: ((JAN, 6), (DEC, 26)), 1994: (DEC, 15), 1995: (DEC, 5), 1996: (NOV, 24), 1997: (NOV, 13), 1998: (NOV, 2), 1999: (OCT, 22), 2000: (OCT, 10), 2001: (SEP, 30), 2002: (SEP, 20), 2003: (SEP, 10), 2004: (AUG, 29), 2005: (AUG, 18), 2006: (AUG, 7), 2007: (JUL, 27), 2008: (JUL, 16), 2009: (JUL, 6), 2010: (JUN, 25), 2011: (JUN, 15), 2012: (JUN, 3), 2013: (MAY, 23), 2014: (MAY, 12), 2015: (MAY, 2), 2016: (APR, 20), 2017: (APR, 10), 2018: (MAR, 30), 2019: (MAR, 20), 2020: (MAR, 8), 2021: (FEB, 25), 2022: (FEB, 14), 2023: (FEB, 4), 2024: (JAN, 25), 2025: (JAN, 13), 2026: ((JAN, 2), (DEC, 22)), 2027: (DEC, 11), 2028: (NOV, 30), 2029: (NOV, 19), 2030: (NOV, 9), 2031: (OCT, 29), 2032: (OCT, 18), 2033: (OCT, 7), 2034: (SEP, 26), 2035: (SEP, 15), 2036: (SEP, 4), 2037: (AUG, 24), 2038: (AUG, 14), 2039: (AUG, 3), 2040: (JUL, 22), 2041: (JUL, 11), 2042: (JUL, 1), 2043: (JUN, 20), 2044: (JUN, 9), 2045: (MAY, 30), 2046: (MAY, 19), 2047: (MAY, 8), 2048: (APR, 26), 2049: (APR, 15), 2050: (APR, 5), 2051: (MAR, 26), 2052: (MAR, 14), 2053: (MAR, 4), 2054: (FEB, 21), 2055: (FEB, 10), 2056: (JAN, 30), 2057: (JAN, 18), 2058: ((JAN, 8), (DEC, 29)), 2059: (DEC, 18), 2060: (DEC, 6), 2061: (NOV, 25), 2062: (NOV, 15), 2063: (NOV, 4), 2064: (OCT, 24), 2065: (OCT, 13), 2066: (OCT, 3), 2067: (SEP, 22), 2068: (SEP, 10), 2069: (AUG, 30), 2070: (AUG, 20), 2071: (AUG, 9), 2072: (JUL, 29), 2073: (JUL, 18), 2074: (JUL, 8), 2075: (JUN, 27), 2076: (JUN, 15), 2077: (JUN, 4), } ALI_DEATH_DATES = { 1925: (APR, 16), 1926: (APR, 4), 1927: (MAR, 24), 1928: (MAR, 13), 1929: (MAR, 2), 1930: (FEB, 20), 1931: (FEB, 9), 1932: (JAN, 29), 1933: (JAN, 17), 1934: ((JAN, 7), (DEC, 28)), 1935: (DEC, 17), 1936: (DEC, 5), 1937: (NOV, 25), 1938: (NOV, 13), 1939: (NOV, 3), 1940: (OCT, 23), 1941: (OCT, 11), 1942: (OCT, 1), 1943: (SEP, 20), 1944: (SEP, 8), 1945: (AUG, 28), 1946: (AUG, 18), 1947: (AUG, 8), 1948: (JUL, 27), 1949: (JUL, 16), 1950: (JUL, 7), 1951: (JUN, 26), 1952: (JUN, 14), 1953: (JUN, 3), 1954: (MAY, 24), 1955: (MAY, 14), 1956: (MAY, 2), 1957: (APR, 21), 1958: (APR, 10), 1959: (MAR, 31), 1960: (MAR, 19), 1961: (MAR, 8), 1962: (FEB, 25), 1963: (FEB, 15), 1964: (FEB, 4), 1965: (JAN, 23), 1966: (JAN, 12), 1967: ((JAN, 2), (DEC, 22)), 1968: (DEC, 11), 1969: (NOV, 30), 1970: (NOV, 21), 1971: (NOV, 9), 1972: (OCT, 28), 1973: (OCT, 17), 1974: (OCT, 7), 1975: (SEP, 26), 1976: (SEP, 15), 1977: (SEP, 4), 1978: (AUG, 25), 1979: (AUG, 14), 1980: (AUG, 2), 1981: (JUL, 22), 1982: (JUL, 12), 1983: (JUL, 2), 1984: (JUN, 20), 1985: (JUN, 9), 1986: (MAY, 29), 1987: (MAY, 19), 1988: (MAY, 7), 1989: (APR, 27), 1990: (APR, 16), 1991: (APR, 6), 1992: (MAR, 25), 1993: (MAR, 14), 1994: (MAR, 3), 1995: (FEB, 20), 1996: (FEB, 10), 1997: (JAN, 30), 1998: (JAN, 19), 1999: ((JAN, 8), (DEC, 29)), 2000: (DEC, 17), 2001: (DEC, 6), 2002: (NOV, 26), 2003: (NOV, 15), 2004: (NOV, 4), 2005: (OCT, 24), 2006: (OCT, 14), 2007: (OCT, 3), 2008: (SEP, 21), 2009: (SEP, 11), 2010: (AUG, 31), 2011: (AUG, 21), 2012: (AUG, 9), 2013: (JUL, 29), 2014: (JUL, 18), 2015: (JUL, 8), 2016: (JUN, 26), 2017: (JUN, 16), 2018: (JUN, 5), 2019: (MAY, 26), 2020: (MAY, 14), 2021: (MAY, 3), 2022: (APR, 22), 2023: (APR, 12), 2024: (MAR, 31), 2025: (MAR, 21), 2026: (MAR, 10), 2027: (FEB, 28), 2028: (FEB, 17), 2029: (FEB, 5), 2030: (JAN, 25), 2031: (JAN, 15), 2032: ((JAN, 4), (DEC, 24)), 2033: (DEC, 13), 2034: (DEC, 2), 2035: (NOV, 21), 2036: (NOV, 9), 2037: (OCT, 30), 2038: (OCT, 20), 2039: (OCT, 9), 2040: (SEP, 27), 2041: (SEP, 17), 2042: (SEP, 6), 2043: (AUG, 26), 2044: (AUG, 15), 2045: (AUG, 4), 2046: (JUL, 25), 2047: (JUL, 14), 2048: (JUL, 2), 2049: (JUN, 22), 2050: (JUN, 11), 2051: (MAY, 31), 2052: (MAY, 20), 2053: (MAY, 10), 2054: (APR, 29), 2055: (APR, 18), 2056: (APR, 6), 2057: (MAR, 26), 2058: (MAR, 16), 2059: (MAR, 6), 2060: (FEB, 23), 2061: (FEB, 12), 2062: (FEB, 1), 2063: (JAN, 21), 2064: ((JAN, 10), (DEC, 29)), 2065: (DEC, 19), 2066: (DEC, 9), 2067: (NOV, 28), 2068: (NOV, 16), 2069: (NOV, 5), 2070: (OCT, 25), 2071: (OCT, 15), 2072: (OCT, 3), 2073: (SEP, 23), 2074: (SEP, 12), 2075: (SEP, 2), 2076: (AUG, 21), 2077: (AUG, 10), } ARBAEEN_DATES = { 1924: (SEP, 19), 1925: (SEP, 9), 1926: (AUG, 29), 1927: (AUG, 18), 1928: (AUG, 6), 1929: (JUL, 27), 1930: (JUL, 16), 1931: (JUL, 6), 1932: (JUN, 25), 1933: (JUN, 14), 1934: (JUN, 3), 1935: (MAY, 23), 1936: (MAY, 12), 1937: (MAY, 1), 1938: (APR, 20), 1939: (APR, 10), 1940: (MAR, 29), 1941: (MAR, 18), 1942: (MAR, 8), 1943: (FEB, 25), 1944: (FEB, 14), 1945: (FEB, 3), 1946: (JAN, 23), 1947: (JAN, 13), 1948: ((JAN, 2), (DEC, 21)), 1949: (DEC, 11), 1950: (DEC, 1), 1951: (NOV, 20), 1952: (NOV, 8), 1953: (OCT, 28), 1954: (OCT, 18), 1955: (OCT, 8), 1956: (SEP, 25), 1957: (SEP, 15), 1958: (SEP, 5), 1959: (AUG, 24), 1960: (AUG, 13), 1961: (AUG, 2), 1962: (JUL, 22), 1963: (JUL, 11), 1964: (JUN, 30), 1965: (JUN, 19), 1966: (JUN, 9), 1967: (MAY, 29), 1968: (MAY, 17), 1969: (MAY, 7), 1970: (APR, 27), 1971: (APR, 16), 1972: (APR, 4), 1973: (MAR, 25), 1974: (MAR, 14), 1975: (MAR, 3), 1976: (FEB, 20), 1977: (FEB, 8), 1978: (JAN, 29), 1979: (JAN, 18), 1980: ((JAN, 8), (DEC, 27)), 1981: (DEC, 16), 1982: (DEC, 5), 1983: (NOV, 24), 1984: (NOV, 13), 1985: (NOV, 3), 1986: (OCT, 23), 1987: (OCT, 13), 1988: (OCT, 1), 1989: (SEP, 20), 1990: (SEP, 9), 1991: (AUG, 30), 1992: (AUG, 18), 1993: (AUG, 8), 1994: (JUL, 28), 1995: (JUL, 18), 1996: (JUL, 6), 1997: (JUN, 25), 1998: (JUN, 14), 1999: (JUN, 4), 2000: (MAY, 24), 2001: (MAY, 14), 2002: (MAY, 3), 2003: (APR, 22), 2004: (APR, 10), 2005: (MAR, 30), 2006: (MAR, 20), 2007: (MAR, 10), 2008: (FEB, 27), 2009: (FEB, 15), 2010: (FEB, 4), 2011: (JAN, 24), 2012: (JAN, 14), 2013: ((JAN, 2), (DEC, 23)), 2014: (DEC, 12), 2015: (DEC, 2), 2016: (NOV, 20), 2017: (NOV, 9), 2018: (OCT, 29), 2019: (OCT, 19), 2020: (OCT, 7), 2021: (SEP, 27), 2022: (SEP, 16), 2023: (SEP, 5), 2024: (AUG, 24), 2025: (AUG, 14), 2026: (AUG, 3), 2027: (JUL, 24), 2028: (JUL, 13), 2029: (JUL, 2), 2030: (JUN, 21), 2031: (JUN, 10), 2032: (MAY, 29), 2033: (MAY, 19), 2034: (MAY, 9), 2035: (APR, 28), 2036: (APR, 17), 2037: (APR, 6), 2038: (MAR, 26), 2039: (MAR, 15), 2040: (MAR, 4), 2041: (FEB, 21), 2042: (FEB, 11), 2043: (JAN, 31), 2044: (JAN, 21), 2045: ((JAN, 9), (DEC, 29)), 2046: (DEC, 18), 2047: (DEC, 8), 2048: (NOV, 26), 2049: (NOV, 16), 2050: (NOV, 5), 2051: (OCT, 25), 2052: (OCT, 13), 2053: (OCT, 2), 2054: (SEP, 22), 2055: (SEP, 12), 2056: (AUG, 31), 2057: (AUG, 20), 2058: (AUG, 9), 2059: (JUL, 30), 2060: (JUL, 18), 2061: (JUL, 8), 2062: (JUN, 27), 2063: (JUN, 17), 2064: (JUN, 5), 2065: (MAY, 25), 2066: (MAY, 14), 2067: (MAY, 4), 2068: (APR, 22), 2069: (APR, 12), 2070: (APR, 2), 2071: (MAR, 22), 2072: (MAR, 10), 2073: (FEB, 27), 2074: (FEB, 16), 2075: (FEB, 6), 2076: (JAN, 26), 2077: (JAN, 15), } ASHURA_DATES = { 1924: (AUG, 10), 1925: (AUG, 1), 1926: (JUL, 20), 1927: (JUL, 10), 1928: (JUN, 28), 1929: (JUN, 17), 1930: (JUN, 6), 1931: (MAY, 28), 1932: (MAY, 16), 1933: (MAY, 5), 1934: (APR, 24), 1935: (APR, 14), 1936: (APR, 2), 1937: (MAR, 23), 1938: (MAR, 11), 1939: (MAR, 1), 1940: (FEB, 18), 1941: (FEB, 6), 1942: (JAN, 27), 1943: (JAN, 16), 1944: ((JAN, 5), (DEC, 25)), 1945: (DEC, 14), 1946: (DEC, 4), 1947: (NOV, 23), 1948: (NOV, 11), 1949: (NOV, 1), 1950: (OCT, 22), 1951: (OCT, 11), 1952: (SEP, 30), 1953: (SEP, 19), 1954: (SEP, 8), 1955: (AUG, 29), 1956: (AUG, 17), 1957: (AUG, 6), 1958: (JUL, 27), 1959: (JUL, 16), 1960: (JUL, 4), 1961: (JUN, 23), 1962: (JUN, 12), 1963: (JUN, 2), 1964: (MAY, 21), 1965: (MAY, 10), 1966: (APR, 30), 1967: (APR, 20), 1968: (APR, 8), 1969: (MAR, 28), 1970: (MAR, 18), 1971: (MAR, 7), 1972: (FEB, 25), 1973: (FEB, 13), 1974: (FEB, 2), 1975: (JAN, 22), 1976: ((JAN, 11), (DEC, 31)), 1977: (DEC, 20), 1978: (DEC, 10), 1979: (NOV, 29), 1980: (NOV, 18), 1981: (NOV, 6), 1982: (OCT, 27), 1983: (OCT, 16), 1984: (OCT, 5), 1985: (SEP, 24), 1986: (SEP, 14), 1987: (SEP, 3), 1988: (AUG, 22), 1989: (AUG, 11), 1990: (AUG, 1), 1991: (JUL, 21), 1992: (JUL, 10), 1993: (JUN, 30), 1994: (JUN, 19), 1995: (JUN, 8), 1996: (MAY, 27), 1997: (MAY, 16), 1998: (MAY, 6), 1999: (APR, 26), 2000: (APR, 15), 2001: (APR, 4), 2002: (MAR, 24), 2003: (MAR, 13), 2004: (MAR, 1), 2005: (FEB, 19), 2006: (FEB, 9), 2007: (JAN, 29), 2008: (JAN, 19), 2009: ((JAN, 7), (DEC, 27)), 2010: (DEC, 16), 2011: (DEC, 5), 2012: (NOV, 24), 2013: (NOV, 13), 2014: (NOV, 3), 2015: (OCT, 23), 2016: (OCT, 11), 2017: (SEP, 30), 2018: (SEP, 20), 2019: (SEP, 9), 2020: (AUG, 29), 2021: (AUG, 18), 2022: (AUG, 8), 2023: (JUL, 28), 2024: (JUL, 16), 2025: (JUL, 5), 2026: (JUN, 25), 2027: (JUN, 15), 2028: (JUN, 3), 2029: (MAY, 23), 2030: (MAY, 12), 2031: (MAY, 2), 2032: (APR, 20), 2033: (APR, 10), 2034: (MAR, 30), 2035: (MAR, 20), 2036: (MAR, 8), 2037: (FEB, 25), 2038: (FEB, 14), 2039: (FEB, 4), 2040: (JAN, 24), 2041: (JAN, 13), 2042: ((JAN, 2), (DEC, 23)), 2043: (DEC, 12), 2044: (NOV, 30), 2045: (NOV, 19), 2046: (NOV, 9), 2047: (OCT, 29), 2048: (OCT, 18), 2049: (OCT, 7), 2050: (SEP, 26), 2051: (SEP, 15), 2052: (SEP, 4), 2053: (AUG, 24), 2054: (AUG, 14), 2055: (AUG, 3), 2056: (JUL, 23), 2057: (JUL, 12), 2058: (JUL, 1), 2059: (JUN, 20), 2060: (JUN, 9), 2061: (MAY, 29), 2062: (MAY, 19), 2063: (MAY, 9), 2064: (APR, 27), 2065: (APR, 16), 2066: (APR, 5), 2067: (MAR, 25), 2068: (MAR, 14), 2069: (MAR, 4), 2070: (FEB, 21), 2071: (FEB, 10), 2072: (JAN, 30), 2073: (JAN, 18), 2074: ((JAN, 8), (DEC, 28)), 2075: (DEC, 18), 2076: (DEC, 6), } EID_AL_ADHA_DATES = { 1925: (JUL, 2), 1926: (JUN, 21), 1927: (JUN, 10), 1928: (MAY, 30), 1929: (MAY, 19), 1930: (MAY, 9), 1931: (APR, 28), 1932: (APR, 16), 1933: (APR, 5), 1934: (MAR, 26), 1935: (MAR, 15), 1936: (MAR, 4), 1937: (FEB, 21), 1938: (FEB, 10), 1939: (JAN, 30), 1940: (JAN, 20), 1941: ((JAN, 8), (DEC, 28)), 1942: (DEC, 18), 1943: (DEC, 7), 1944: (NOV, 25), 1945: (NOV, 15), 1946: (NOV, 4), 1947: (OCT, 25), 1948: (OCT, 13), 1949: (OCT, 2), 1950: (SEP, 23), 1951: (SEP, 12), 1952: (AUG, 31), 1953: (AUG, 20), 1954: (AUG, 9), 1955: (JUL, 30), 1956: (JUL, 19), 1957: (JUL, 8), 1958: (JUN, 27), 1959: (JUN, 17), 1960: (JUN, 4), 1961: (MAY, 25), 1962: (MAY, 14), 1963: (MAY, 3), 1964: (APR, 22), 1965: (APR, 11), 1966: (APR, 1), 1967: (MAR, 21), 1968: (MAR, 9), 1969: (FEB, 27), 1970: (FEB, 16), 1971: (FEB, 6), 1972: (JAN, 26), 1973: (JAN, 14), 1974: ((JAN, 3), (DEC, 24)), 1975: (DEC, 13), 1976: (DEC, 1), 1977: (NOV, 21), 1978: (NOV, 10), 1979: (OCT, 31), 1980: (OCT, 19), 1981: (OCT, 8), 1982: (SEP, 27), 1983: (SEP, 17), 1984: (SEP, 5), 1985: (AUG, 26), 1986: (AUG, 15), 1987: (AUG, 4), 1988: (JUL, 23), 1989: (JUL, 13), 1990: (JUL, 2), 1991: (JUN, 22), 1992: (JUN, 11), 1993: (MAY, 31), 1994: (MAY, 20), 1995: (MAY, 9), 1996: (APR, 27), 1997: (APR, 17), 1998: (APR, 7), 1999: (MAR, 27), 2000: (MAR, 16), 2001: (MAR, 5), 2002: (FEB, 22), 2003: (FEB, 11), 2004: (FEB, 1), 2005: (JAN, 21), 2006: ((JAN, 10), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 8), 2009: (NOV, 27), 2010: (NOV, 16), 2011: (NOV, 6), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 4), 2015: (SEP, 23), 2016: (SEP, 11), 2017: (SEP, 1), 2018: (AUG, 21), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 16), 2025: (JUN, 6), 2026: (MAY, 27), 2027: (MAY, 16), 2028: (MAY, 5), 2029: (APR, 24), 2030: (APR, 13), 2031: (APR, 2), 2032: (MAR, 22), 2033: (MAR, 11), 2034: (MAR, 1), 2035: (FEB, 18), 2036: (FEB, 7), 2037: (JAN, 26), 2038: (JAN, 16), 2039: ((JAN, 5), (DEC, 26)), 2040: (DEC, 14), 2041: (DEC, 4), 2042: (NOV, 23), 2043: (NOV, 12), 2044: (OCT, 31), 2045: (OCT, 21), 2046: (OCT, 10), 2047: (SEP, 30), 2048: (SEP, 19), 2049: (SEP, 8), 2050: (AUG, 28), 2051: (AUG, 17), 2052: (AUG, 5), 2053: (JUL, 26), 2054: (JUL, 15), 2055: (JUL, 5), 2056: (JUN, 23), 2057: (JUN, 12), 2058: (JUN, 1), 2059: (MAY, 22), 2060: (MAY, 10), 2061: (APR, 30), 2062: (APR, 20), 2063: (APR, 9), 2064: (MAR, 28), 2065: (MAR, 17), 2066: (MAR, 6), 2067: (FEB, 24), 2068: (FEB, 13), 2069: (FEB, 2), 2070: (JAN, 22), 2071: ((JAN, 11), (DEC, 31)), 2072: (DEC, 20), 2073: (DEC, 9), 2074: (NOV, 29), 2075: (NOV, 18), 2076: (NOV, 7), 2077: (OCT, 27), } EID_AL_FITR_DATES = { 1925: (APR, 24), 1926: (APR, 14), 1927: (APR, 3), 1928: (MAR, 22), 1929: (MAR, 12), 1930: (MAR, 1), 1931: (FEB, 19), 1932: (FEB, 8), 1933: (JAN, 27), 1934: (JAN, 17), 1935: ((JAN, 7), (DEC, 27)), 1936: (DEC, 15), 1937: (DEC, 4), 1938: (NOV, 23), 1939: (NOV, 12), 1940: (NOV, 1), 1941: (OCT, 21), 1942: (OCT, 11), 1943: (SEP, 30), 1944: (SEP, 18), 1945: (SEP, 7), 1946: (AUG, 28), 1947: (AUG, 18), 1948: (AUG, 6), 1949: (JUL, 26), 1950: (JUL, 16), 1951: (JUL, 6), 1952: (JUN, 23), 1953: (JUN, 13), 1954: (JUN, 2), 1955: (MAY, 23), 1956: (MAY, 11), 1957: (MAY, 1), 1958: (APR, 20), 1959: (APR, 10), 1960: (MAR, 28), 1961: (MAR, 18), 1962: (MAR, 7), 1963: (FEB, 24), 1964: (FEB, 14), 1965: (FEB, 2), 1966: (JAN, 22), 1967: (JAN, 12), 1968: ((JAN, 1), (DEC, 21)), 1969: (DEC, 10), 1970: (NOV, 30), 1971: (NOV, 19), 1972: (NOV, 7), 1973: (OCT, 27), 1974: (OCT, 16), 1975: (OCT, 6), 1976: (SEP, 24), 1977: (SEP, 14), 1978: (SEP, 3), 1979: (AUG, 23), 1980: (AUG, 12), 1981: (AUG, 1), 1982: (JUL, 21), 1983: (JUL, 11), 1984: (JUN, 30), 1985: (JUN, 19), 1986: (JUN, 8), 1987: (MAY, 28), 1988: (MAY, 16), 1989: (MAY, 6), 1990: (APR, 26), 1991: (APR, 15), 1992: (APR, 4), 1993: (MAR, 24), 1994: (MAR, 13), 1995: (MAR, 2), 1996: (FEB, 19), 1997: (FEB, 8), 1998: (JAN, 29), 1999: (JAN, 18), 2000: ((JAN, 8), (DEC, 27)), 2001: (DEC, 16), 2002: (DEC, 5), 2003: (NOV, 25), 2004: (NOV, 14), 2005: (NOV, 3), 2006: (OCT, 23), 2007: (OCT, 13), 2008: (OCT, 1), 2009: (SEP, 20), 2010: (SEP, 10), 2011: (AUG, 30), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 28), 2015: (JUL, 17), 2016: (JUL, 6), 2017: (JUN, 25), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), 2025: (MAR, 30), 2026: (MAR, 20), 2027: (MAR, 9), 2028: (FEB, 26), 2029: (FEB, 14), 2030: (FEB, 4), 2031: (JAN, 24), 2032: (JAN, 14), 2033: ((JAN, 2), (DEC, 23)), 2034: (DEC, 12), 2035: (DEC, 1), 2036: (NOV, 19), 2037: (NOV, 8), 2038: (OCT, 29), 2039: (OCT, 19), 2040: (OCT, 7), 2041: (SEP, 26), 2042: (SEP, 15), 2043: (SEP, 4), 2044: (AUG, 24), 2045: (AUG, 14), 2046: (AUG, 3), 2047: (JUL, 24), 2048: (JUL, 12), 2049: (JUL, 1), 2050: (JUN, 20), 2051: (JUN, 10), 2052: (MAY, 29), 2053: (MAY, 19), 2054: (MAY, 9), 2055: (APR, 28), 2056: (APR, 16), 2057: (APR, 5), 2058: (MAR, 25), 2059: (MAR, 15), 2060: (MAR, 4), 2061: (FEB, 21), 2062: (FEB, 10), 2063: (JAN, 30), 2064: (JAN, 20), 2065: ((JAN, 8), (DEC, 28)), 2066: (DEC, 18), 2067: (DEC, 8), 2068: (NOV, 26), 2069: (NOV, 15), 2070: (NOV, 4), 2071: (OCT, 24), 2072: (OCT, 13), 2073: (OCT, 2), 2074: (SEP, 22), 2075: (SEP, 11), 2076: (AUG, 30), 2077: (AUG, 19), } EID_AL_GHADIR_DATES = { 1925: (JUL, 10), 1926: (JUN, 29), 1927: (JUN, 18), 1928: (JUN, 7), 1929: (MAY, 27), 1930: (MAY, 17), 1931: (MAY, 6), 1932: (APR, 24), 1933: (APR, 13), 1934: (APR, 3), 1935: (MAR, 23), 1936: (MAR, 12), 1937: (MAR, 1), 1938: (FEB, 18), 1939: (FEB, 7), 1940: (JAN, 28), 1941: (JAN, 16), 1942: ((JAN, 5), (DEC, 26)), 1943: (DEC, 15), 1944: (DEC, 3), 1945: (NOV, 23), 1946: (NOV, 12), 1947: (NOV, 2), 1948: (OCT, 21), 1949: (OCT, 10), 1950: (OCT, 1), 1951: (SEP, 20), 1952: (SEP, 8), 1953: (AUG, 28), 1954: (AUG, 17), 1955: (AUG, 7), 1956: (JUL, 27), 1957: (JUL, 16), 1958: (JUL, 5), 1959: (JUN, 25), 1960: (JUN, 12), 1961: (JUN, 2), 1962: (MAY, 22), 1963: (MAY, 11), 1964: (APR, 30), 1965: (APR, 19), 1966: (APR, 9), 1967: (MAR, 29), 1968: (MAR, 17), 1969: (MAR, 7), 1970: (FEB, 24), 1971: (FEB, 14), 1972: (FEB, 3), 1973: (JAN, 22), 1974: (JAN, 11), 1975: ((JAN, 1), (DEC, 21)), 1976: (DEC, 9), 1977: (NOV, 29), 1978: (NOV, 18), 1979: (NOV, 8), 1980: (OCT, 27), 1981: (OCT, 16), 1982: (OCT, 5), 1983: (SEP, 25), 1984: (SEP, 13), 1985: (SEP, 3), 1986: (AUG, 23), 1987: (AUG, 12), 1988: (JUL, 31), 1989: (JUL, 21), 1990: (JUL, 10), 1991: (JUN, 30), 1992: (JUN, 19), 1993: (JUN, 8), 1994: (MAY, 28), 1995: (MAY, 17), 1996: (MAY, 5), 1997: (APR, 25), 1998: (APR, 15), 1999: (APR, 4), 2000: (MAR, 24), 2001: (MAR, 13), 2002: (MAR, 2), 2003: (FEB, 19), 2004: (FEB, 9), 2005: (JAN, 29), 2006: (JAN, 18), 2007: ((JAN, 8), (DEC, 28)), 2008: (DEC, 16), 2009: (DEC, 5), 2010: (NOV, 24), 2011: (NOV, 14), 2012: (NOV, 3), 2013: (OCT, 23), 2014: (OCT, 12), 2015: (OCT, 1), 2016: (SEP, 19), 2017: (SEP, 9), 2018: (AUG, 29), 2019: (AUG, 19), 2020: (AUG, 8), 2021: (JUL, 28), 2022: (JUL, 17), 2023: (JUL, 6), 2024: (JUN, 24), 2025: (JUN, 14), 2026: (JUN, 4), 2027: (MAY, 24), 2028: (MAY, 13), 2029: (MAY, 2), 2030: (APR, 21), 2031: (APR, 10), 2032: (MAR, 30), 2033: (MAR, 19), 2034: (MAR, 9), 2035: (FEB, 26), 2036: (FEB, 15), 2037: (FEB, 3), 2038: (JAN, 24), 2039: (JAN, 13), 2040: ((JAN, 3), (DEC, 22)), 2041: (DEC, 12), 2042: (DEC, 1), 2043: (NOV, 20), 2044: (NOV, 8), 2045: (OCT, 29), 2046: (OCT, 18), 2047: (OCT, 8), 2048: (SEP, 27), 2049: (SEP, 16), 2050: (SEP, 5), 2051: (AUG, 25), 2052: (AUG, 13), 2053: (AUG, 3), 2054: (JUL, 23), 2055: (JUL, 13), 2056: (JUL, 1), 2057: (JUN, 20), 2058: (JUN, 9), 2059: (MAY, 30), 2060: (MAY, 18), 2061: (MAY, 8), 2062: (APR, 28), 2063: (APR, 17), 2064: (APR, 5), 2065: (MAR, 25), 2066: (MAR, 14), 2067: (MAR, 4), 2068: (FEB, 21), 2069: (FEB, 10), 2070: (JAN, 30), 2071: (JAN, 19), 2072: ((JAN, 8), (DEC, 28)), 2073: (DEC, 17), 2074: (DEC, 7), 2075: (NOV, 26), 2076: (NOV, 15), 2077: (NOV, 4), } FATIMA_DEATH_DATES = { 1924: (DEC, 29), 1925: (DEC, 19), 1926: (DEC, 9), 1927: (NOV, 27), 1928: (NOV, 15), 1929: (NOV, 5), 1930: (OCT, 25), 1931: (OCT, 15), 1932: (OCT, 4), 1933: (SEP, 23), 1934: (SEP, 12), 1935: (SEP, 1), 1936: (AUG, 21), 1937: (AUG, 10), 1938: (JUL, 30), 1939: (JUL, 20), 1940: (JUL, 9), 1941: (JUN, 27), 1942: (JUN, 17), 1943: (JUN, 6), 1944: (MAY, 25), 1945: (MAY, 15), 1946: (MAY, 4), 1947: (APR, 24), 1948: (APR, 12), 1949: (APR, 1), 1950: (MAR, 22), 1951: (MAR, 12), 1952: (FEB, 28), 1953: (FEB, 17), 1954: (FEB, 6), 1955: (JAN, 27), 1956: (JAN, 17), 1957: ((JAN, 4), (DEC, 24)), 1958: (DEC, 15), 1959: (DEC, 3), 1960: (NOV, 22), 1961: (NOV, 11), 1962: (OCT, 31), 1963: (OCT, 21), 1964: (OCT, 9), 1965: (SEP, 28), 1966: (SEP, 18), 1967: (SEP, 7), 1968: (AUG, 27), 1969: (AUG, 16), 1970: (AUG, 6), 1971: (JUL, 26), 1972: (JUL, 14), 1973: (JUL, 3), 1974: (JUN, 23), 1975: (JUN, 12), 1976: (JUN, 1), 1977: (MAY, 21), 1978: (MAY, 10), 1979: (APR, 29), 1980: (APR, 18), 1981: (APR, 7), 1982: (MAR, 28), 1983: (MAR, 17), 1984: (MAR, 5), 1985: (FEB, 22), 1986: (FEB, 12), 1987: (FEB, 1), 1988: (JAN, 22), 1989: ((JAN, 10), (DEC, 31)), 1990: (DEC, 20), 1991: (DEC, 9), 1992: (NOV, 27), 1993: (NOV, 16), 1994: (NOV, 6), 1995: (OCT, 27), 1996: (OCT, 15), 1997: (OCT, 4), 1998: (SEP, 23), 1999: (SEP, 13), 2000: (SEP, 1), 2001: (AUG, 22), 2002: (AUG, 12), 2003: (AUG, 1), 2004: (JUL, 20), 2005: (JUL, 9), 2006: (JUN, 29), 2007: (JUN, 18), 2008: (JUN, 7), 2009: (MAY, 27), 2010: (MAY, 17), 2011: (MAY, 6), 2012: (APR, 24), 2013: (APR, 13), 2014: (APR, 3), 2015: (MAR, 23), 2016: (MAR, 12), 2017: (MAR, 2), 2018: (FEB, 19), 2019: (FEB, 8), 2020: (JAN, 28), 2021: (JAN, 16), 2022: ((JAN, 6), (DEC, 27)), 2023: (DEC, 16), 2024: (DEC, 4), 2025: (NOV, 24), 2026: (NOV, 13), 2027: (NOV, 2), 2028: (OCT, 21), 2029: (OCT, 11), 2030: (OCT, 1), 2031: (SEP, 20), 2032: (SEP, 8), 2033: (AUG, 28), 2034: (AUG, 17), 2035: (AUG, 7), 2036: (JUL, 26), 2037: (JUL, 16), 2038: (JUL, 5), 2039: (JUN, 25), 2040: (JUN, 13), 2041: (JUN, 2), 2042: (MAY, 22), 2043: (MAY, 12), 2044: (MAY, 1), 2045: (APR, 20), 2046: (APR, 9), 2047: (MAR, 29), 2048: (MAR, 18), 2049: (MAR, 7), 2050: (FEB, 25), 2051: (FEB, 14), 2052: (FEB, 4), 2053: (JAN, 23), 2054: (JAN, 12), 2055: ((JAN, 1), (DEC, 21)), 2056: (DEC, 10), 2057: (NOV, 29), 2058: (NOV, 19), 2059: (NOV, 8), 2060: (OCT, 27), 2061: (OCT, 17), 2062: (OCT, 6), 2063: (SEP, 26), 2064: (SEP, 14), 2065: (SEP, 4), 2066: (AUG, 24), 2067: (AUG, 13), 2068: (AUG, 1), 2069: (JUL, 22), 2070: (JUL, 11), 2071: (JUL, 1), 2072: (JUN, 19), 2073: (JUN, 9), 2074: (MAY, 29), 2075: (MAY, 18), 2076: (MAY, 6), 2077: (APR, 26), } HARI_HOL_JOHOR_DATES = { 1924: (SEP, 5), 1925: (AUG, 26), 1926: (AUG, 15), 1927: (AUG, 4), 1928: (JUL, 23), 1929: (JUL, 13), 1930: (JUL, 2), 1931: (JUN, 22), 1932: (JUN, 11), 1933: (MAY, 31), 1934: (MAY, 20), 1935: (MAY, 9), 1936: (APR, 28), 1937: (APR, 17), 1938: (APR, 6), 1939: (MAR, 27), 1940: (MAR, 15), 1941: (MAR, 4), 1942: (FEB, 22), 1943: (FEB, 11), 1944: (JAN, 31), 1945: (JAN, 20), 1946: ((JAN, 9), (DEC, 30)), 1947: (DEC, 19), 1948: (DEC, 7), 1949: (NOV, 27), 1950: (NOV, 17), 1951: (NOV, 6), 1952: (OCT, 25), 1953: (OCT, 14), 1954: (OCT, 4), 1955: (SEP, 24), 1956: (SEP, 11), 1957: (SEP, 1), 1958: (AUG, 22), 1959: (AUG, 10), 1960: (JUL, 30), 1961: (JUL, 19), 1962: (JUL, 8), 1963: (JUN, 27), 1964: (JUN, 16), 1965: (JUN, 5), 1966: (MAY, 26), 1967: (MAY, 15), 1968: (MAY, 3), 1969: (APR, 23), 1970: (APR, 13), 1971: (APR, 2), 1972: (MAR, 21), 1973: (MAR, 11), 1974: (FEB, 28), 1975: (FEB, 17), 1976: (FEB, 6), 1977: (JAN, 25), 1978: (JAN, 15), 1979: ((JAN, 4), (DEC, 25)), 1980: (DEC, 13), 1981: (DEC, 2), 1982: (NOV, 21), 1983: (NOV, 10), 1984: (OCT, 30), 1985: (OCT, 20), 1986: (OCT, 9), 1987: (SEP, 29), 1988: (SEP, 17), 1989: (SEP, 6), 1990: (AUG, 26), 1991: (AUG, 16), 1992: (AUG, 4), 1993: (JUL, 25), 1994: (JUL, 14), 1995: (JUL, 4), 1996: (JUN, 22), 1997: (JUN, 11), 1998: (MAY, 31), 1999: (MAY, 21), 2000: (MAY, 10), 2001: (APR, 30), 2002: (APR, 19), 2003: (APR, 8), 2004: (MAR, 27), 2005: (MAR, 16), 2006: (MAR, 6), 2007: (FEB, 24), 2008: (FEB, 13), 2009: (FEB, 1), 2010: (JAN, 21), 2011: ((JAN, 10), (DEC, 31)), 2012: (DEC, 19), 2013: (DEC, 9), 2014: (NOV, 28), 2015: (NOV, 18), 2016: (NOV, 6), 2017: (OCT, 26), 2018: (OCT, 15), 2019: (OCT, 5), 2020: (SEP, 23), 2021: (SEP, 13), 2022: (SEP, 2), 2023: (AUG, 22), 2024: (AUG, 10), 2025: (JUL, 31), 2026: (JUL, 20), 2027: (JUL, 10), 2028: (JUN, 29), 2029: (JUN, 18), 2030: (JUN, 7), 2031: (MAY, 27), 2032: (MAY, 15), 2033: (MAY, 5), 2034: (APR, 25), 2035: (APR, 14), 2036: (APR, 3), 2037: (MAR, 23), 2038: (MAR, 12), 2039: (MAR, 1), 2040: (FEB, 19), 2041: (FEB, 7), 2042: (JAN, 28), 2043: (JAN, 17), 2044: ((JAN, 7), (DEC, 26)), 2045: (DEC, 15), 2046: (DEC, 4), 2047: (NOV, 24), 2048: (NOV, 12), 2049: (NOV, 2), 2050: (OCT, 22), 2051: (OCT, 11), 2052: (SEP, 29), 2053: (SEP, 18), 2054: (SEP, 8), 2055: (AUG, 29), 2056: (AUG, 17), 2057: (AUG, 6), 2058: (JUL, 26), 2059: (JUL, 16), 2060: (JUL, 4), 2061: (JUN, 24), 2062: (JUN, 13), 2063: (JUN, 3), 2064: (MAY, 22), 2065: (MAY, 11), 2066: (APR, 30), 2067: (APR, 20), 2068: (APR, 8), 2069: (MAR, 29), 2070: (MAR, 19), 2071: (MAR, 8), 2072: (FEB, 25), 2073: (FEB, 13), 2074: (FEB, 2), 2075: (JAN, 23), 2076: (JAN, 12), 2077: (JAN, 1), } HASAN_AL_ASKARI_DEATH_DATES = { 1924: (OCT, 6), 1925: (SEP, 26), 1926: (SEP, 15), 1927: (SEP, 4), 1928: (AUG, 23), 1929: (AUG, 13), 1930: (AUG, 2), 1931: (JUL, 24), 1932: (JUL, 12), 1933: (JUL, 1), 1934: (JUN, 20), 1935: (JUN, 10), 1936: (MAY, 29), 1937: (MAY, 18), 1938: (MAY, 7), 1939: (APR, 28), 1940: (APR, 16), 1941: (APR, 4), 1942: (MAR, 25), 1943: (MAR, 14), 1944: (MAR, 2), 1945: (FEB, 20), 1946: (FEB, 9), 1947: (JAN, 30), 1948: (JAN, 19), 1949: ((JAN, 7), (DEC, 28)), 1950: (DEC, 18), 1951: (DEC, 7), 1952: (NOV, 26), 1953: (NOV, 15), 1954: (NOV, 4), 1955: (OCT, 25), 1956: (OCT, 13), 1957: (OCT, 2), 1958: (SEP, 22), 1959: (SEP, 11), 1960: (AUG, 30), 1961: (AUG, 19), 1962: (AUG, 8), 1963: (JUL, 29), 1964: (JUL, 17), 1965: (JUL, 6), 1966: (JUN, 27), 1967: (JUN, 15), 1968: (JUN, 4), 1969: (MAY, 24), 1970: (MAY, 14), 1971: (MAY, 3), 1972: (APR, 21), 1973: (APR, 11), 1974: (MAR, 31), 1975: (MAR, 20), 1976: (MAR, 8), 1977: (FEB, 26), 1978: (FEB, 15), 1979: (FEB, 5), 1980: (JAN, 26), 1981: (JAN, 14), 1982: ((JAN, 3), (DEC, 23)), 1983: (DEC, 12), 1984: (NOV, 30), 1985: (NOV, 20), 1986: (NOV, 10), 1987: (OCT, 30), 1988: (OCT, 18), 1989: (OCT, 7), 1990: (SEP, 27), 1991: (SEP, 16), 1992: (SEP, 5), 1993: (AUG, 25), 1994: (AUG, 15), 1995: (AUG, 4), 1996: (JUL, 23), 1997: (JUL, 12), 1998: (JUL, 2), 1999: (JUN, 22), 2000: (JUN, 10), 2001: (MAY, 31), 2002: (MAY, 20), 2003: (MAY, 9), 2004: (APR, 27), 2005: (APR, 17), 2006: (APR, 6), 2007: (MAR, 27), 2008: (MAR, 16), 2009: (MAR, 5), 2010: (FEB, 22), 2011: (FEB, 11), 2012: (JAN, 31), 2013: (JAN, 20), 2014: ((JAN, 9), (DEC, 30)), 2015: (DEC, 19), 2016: (DEC, 7), 2017: (NOV, 26), 2018: (NOV, 16), 2019: (NOV, 5), 2020: (OCT, 25), 2021: (OCT, 14), 2022: (OCT, 4), 2023: (SEP, 23), 2024: (SEP, 11), 2025: (AUG, 31), 2026: (AUG, 21), 2027: (AUG, 10), 2028: (JUL, 30), 2029: (JUL, 20), 2030: (JUL, 9), 2031: (JUN, 28), 2032: (JUN, 16), 2033: (JUN, 5), 2034: (MAY, 26), 2035: (MAY, 16), 2036: (MAY, 4), 2037: (APR, 24), 2038: (APR, 13), 2039: (APR, 2), 2040: (MAR, 21), 2041: (MAR, 11), 2042: (FEB, 28), 2043: (FEB, 18), 2044: (FEB, 7), 2045: (JAN, 26), 2046: (JAN, 15), 2047: ((JAN, 4), (DEC, 25)), 2048: (DEC, 14), 2049: (DEC, 3), 2050: (NOV, 22), 2051: (NOV, 12), 2052: (OCT, 31), 2053: (OCT, 20), 2054: (OCT, 9), 2055: (SEP, 29), 2056: (SEP, 18), 2057: (SEP, 7), 2058: (AUG, 27), 2059: (AUG, 16), 2060: (AUG, 4), 2061: (JUL, 25), 2062: (JUL, 15), 2063: (JUL, 4), 2064: (JUN, 23), 2065: (JUN, 12), 2066: (JUN, 1), 2067: (MAY, 21), 2068: (MAY, 10), 2069: (APR, 29), 2070: (APR, 19), 2071: (APR, 9), 2072: (MAR, 28), 2073: (MAR, 17), 2074: (MAR, 6), 2075: (FEB, 23), 2076: (FEB, 13), 2077: (FEB, 2), } HIJRI_NEW_YEAR_DATES = { 1924: (AUG, 1), 1925: (JUL, 23), 1926: (JUL, 11), 1927: (JUL, 1), 1928: (JUN, 19), 1929: (JUN, 8), 1930: (MAY, 28), 1931: (MAY, 19), 1932: (MAY, 7), 1933: (APR, 26), 1934: (APR, 15), 1935: (APR, 5), 1936: (MAR, 24), 1937: (MAR, 14), 1938: (MAR, 2), 1939: (FEB, 20), 1940: (FEB, 9), 1941: (JAN, 28), 1942: (JAN, 18), 1943: ((JAN, 7), (DEC, 27)), 1944: (DEC, 16), 1945: (DEC, 5), 1946: (NOV, 25), 1947: (NOV, 14), 1948: (NOV, 2), 1949: (OCT, 23), 1950: (OCT, 13), 1951: (OCT, 2), 1952: (SEP, 21), 1953: (SEP, 10), 1954: (AUG, 30), 1955: (AUG, 20), 1956: (AUG, 8), 1957: (JUL, 28), 1958: (JUL, 18), 1959: (JUL, 7), 1960: (JUN, 25), 1961: (JUN, 14), 1962: (JUN, 3), 1963: (MAY, 24), 1964: (MAY, 12), 1965: (MAY, 1), 1966: (APR, 21), 1967: (APR, 11), 1968: (MAR, 30), 1969: (MAR, 19), 1970: (MAR, 9), 1971: (FEB, 26), 1972: (FEB, 16), 1973: (FEB, 4), 1974: (JAN, 24), 1975: (JAN, 13), 1976: ((JAN, 2), (DEC, 22)), 1977: (DEC, 11), 1978: (DEC, 1), 1979: (NOV, 20), 1980: (NOV, 9), 1981: (OCT, 28), 1982: (OCT, 18), 1983: (OCT, 7), 1984: (SEP, 26), 1985: (SEP, 15), 1986: (SEP, 5), 1987: (AUG, 25), 1988: (AUG, 13), 1989: (AUG, 2), 1990: (JUL, 23), 1991: (JUL, 12), 1992: (JUL, 1), 1993: (JUN, 21), 1994: (JUN, 10), 1995: (MAY, 30), 1996: (MAY, 18), 1997: (MAY, 7), 1998: (APR, 27), 1999: (APR, 17), 2000: (APR, 6), 2001: (MAR, 26), 2002: (MAR, 15), 2003: (MAR, 4), 2004: (FEB, 21), 2005: (FEB, 10), 2006: (JAN, 31), 2007: (JAN, 20), 2008: ((JAN, 10), (DEC, 29)), 2009: (DEC, 18), 2010: (DEC, 7), 2011: (NOV, 26), 2012: (NOV, 15), 2013: (NOV, 4), 2014: (OCT, 25), 2015: (OCT, 14), 2016: (OCT, 2), 2017: (SEP, 21), 2018: (SEP, 11), 2019: (AUG, 31), 2020: (AUG, 20), 2021: (AUG, 9), 2022: (JUL, 30), 2023: (JUL, 19), 2024: (JUL, 7), 2025: (JUN, 26), 2026: (JUN, 16), 2027: (JUN, 6), 2028: (MAY, 25), 2029: (MAY, 14), 2030: (MAY, 3), 2031: (APR, 23), 2032: (APR, 11), 2033: (APR, 1), 2034: (MAR, 21), 2035: (MAR, 11), 2036: (FEB, 28), 2037: (FEB, 16), 2038: (FEB, 5), 2039: (JAN, 26), 2040: (JAN, 15), 2041: ((JAN, 4), (DEC, 24)), 2042: (DEC, 14), 2043: (DEC, 3), 2044: (NOV, 21), 2045: (NOV, 10), 2046: (OCT, 31), 2047: (OCT, 20), 2048: (OCT, 9), 2049: (SEP, 28), 2050: (SEP, 17), 2051: (SEP, 6), 2052: (AUG, 26), 2053: (AUG, 15), 2054: (AUG, 5), 2055: (JUL, 25), 2056: (JUL, 14), 2057: (JUL, 3), 2058: (JUN, 22), 2059: (JUN, 11), 2060: (MAY, 31), 2061: (MAY, 20), 2062: (MAY, 10), 2063: (APR, 30), 2064: (APR, 18), 2065: (APR, 7), 2066: (MAR, 27), 2067: (MAR, 16), 2068: (MAR, 5), 2069: (FEB, 23), 2070: (FEB, 12), 2071: (FEB, 1), 2072: (JAN, 21), 2073: ((JAN, 9), (DEC, 30)), 2074: (DEC, 19), 2075: (DEC, 9), 2076: (NOV, 27), } IMAM_MAHDI_BIRTHDAY_DATES = { 1925: (MAR, 11), 1926: (FEB, 28), 1927: (FEB, 18), 1928: (FEB, 7), 1929: (JAN, 26), 1930: (JAN, 15), 1931: ((JAN, 4), (DEC, 25)), 1932: (DEC, 13), 1933: (DEC, 3), 1934: (NOV, 22), 1935: (NOV, 12), 1936: (OCT, 31), 1937: (OCT, 20), 1938: (OCT, 9), 1939: (SEP, 29), 1940: (SEP, 17), 1941: (SEP, 6), 1942: (AUG, 27), 1943: (AUG, 16), 1944: (AUG, 4), 1945: (JUL, 25), 1946: (JUL, 14), 1947: (JUL, 4), 1948: (JUN, 22), 1949: (JUN, 11), 1950: (JUN, 1), 1951: (MAY, 22), 1952: (MAY, 9), 1953: (APR, 29), 1954: (APR, 18), 1955: (APR, 8), 1956: (MAR, 28), 1957: (MAR, 17), 1958: (MAR, 5), 1959: (FEB, 24), 1960: (FEB, 12), 1961: (FEB, 1), 1962: (JAN, 21), 1963: ((JAN, 11), (DEC, 31)), 1964: (DEC, 19), 1965: (DEC, 8), 1966: (NOV, 28), 1967: (NOV, 17), 1968: (NOV, 6), 1969: (OCT, 26), 1970: (OCT, 16), 1971: (OCT, 5), 1972: (SEP, 23), 1973: (SEP, 12), 1974: (SEP, 2), 1975: (AUG, 22), 1976: (AUG, 11), 1977: (JUL, 31), 1978: (JUL, 20), 1979: (JUL, 9), 1980: (JUN, 28), 1981: (JUN, 17), 1982: (JUN, 7), 1983: (MAY, 27), 1984: (MAY, 16), 1985: (MAY, 5), 1986: (APR, 24), 1987: (APR, 13), 1988: (APR, 2), 1989: (MAR, 22), 1990: (MAR, 12), 1991: (MAR, 1), 1992: (FEB, 18), 1993: (FEB, 6), 1994: (JAN, 26), 1995: (JAN, 16), 1996: ((JAN, 6), (DEC, 25)), 1997: (DEC, 15), 1998: (DEC, 4), 1999: (NOV, 23), 2000: (NOV, 11), 2001: (OCT, 31), 2002: (OCT, 21), 2003: (OCT, 11), 2004: (SEP, 29), 2005: (SEP, 19), 2006: (SEP, 8), 2007: (AUG, 28), 2008: (AUG, 16), 2009: (AUG, 6), 2010: (JUL, 27), 2011: (JUL, 16), 2012: (JUL, 5), 2013: (JUN, 24), 2014: (JUN, 13), 2015: (JUN, 2), 2016: (MAY, 22), 2017: (MAY, 11), 2018: (MAY, 1), 2019: (APR, 20), 2020: (APR, 8), 2021: (MAR, 28), 2022: (MAR, 18), 2023: (MAR, 7), 2024: (FEB, 25), 2025: (FEB, 14), 2026: (FEB, 3), 2027: (JAN, 23), 2028: ((JAN, 12), (DEC, 31)), 2029: (DEC, 21), 2030: (DEC, 10), 2031: (NOV, 30), 2032: (NOV, 18), 2033: (NOV, 7), 2034: (OCT, 27), 2035: (OCT, 16), 2036: (OCT, 5), 2037: (SEP, 25), 2038: (SEP, 14), 2039: (SEP, 4), 2040: (AUG, 23), 2041: (AUG, 12), 2042: (AUG, 1), 2043: (JUL, 22), 2044: (JUL, 10), 2045: (JUN, 30), 2046: (JUN, 19), 2047: (JUN, 9), 2048: (MAY, 28), 2049: (MAY, 17), 2050: (MAY, 6), 2051: (APR, 26), 2052: (APR, 15), 2053: (APR, 4), 2054: (MAR, 24), 2055: (MAR, 13), 2056: (MAR, 2), 2057: (FEB, 19), 2058: (FEB, 8), 2059: (JAN, 29), 2060: (JAN, 19), 2061: ((JAN, 7), (DEC, 27)), 2062: (DEC, 16), 2063: (DEC, 6), 2064: (NOV, 24), 2065: (NOV, 14), 2066: (NOV, 3), 2067: (OCT, 24), 2068: (OCT, 12), 2069: (OCT, 1), 2070: (SEP, 20), 2071: (SEP, 9), 2072: (AUG, 29), 2073: (AUG, 19), 2074: (AUG, 8), 2075: (JUL, 28), 2076: (JUL, 16), 2077: (JUL, 5), } ISRA_AND_MIRAJ_DATES = { 1925: (FEB, 21), 1926: (FEB, 10), 1927: (JAN, 31), 1928: (JAN, 20), 1929: ((JAN, 8), (DEC, 28)), 1930: (DEC, 17), 1931: (DEC, 7), 1932: (NOV, 26), 1933: (NOV, 15), 1934: (NOV, 5), 1935: (OCT, 25), 1936: (OCT, 13), 1937: (OCT, 2), 1938: (SEP, 21), 1939: (SEP, 11), 1940: (AUG, 31), 1941: (AUG, 19), 1942: (AUG, 9), 1943: (JUL, 29), 1944: (JUL, 17), 1945: (JUL, 7), 1946: (JUN, 26), 1947: (JUN, 16), 1948: (JUN, 4), 1949: (MAY, 24), 1950: (MAY, 14), 1951: (MAY, 4), 1952: (APR, 22), 1953: (APR, 12), 1954: (APR, 1), 1955: (MAR, 21), 1956: (MAR, 10), 1957: (FEB, 27), 1958: (FEB, 16), 1959: (FEB, 6), 1960: (JAN, 26), 1961: (JAN, 14), 1962: ((JAN, 4), (DEC, 24)), 1963: (DEC, 13), 1964: (DEC, 1), 1965: (NOV, 20), 1966: (NOV, 10), 1967: (OCT, 30), 1968: (OCT, 19), 1969: (OCT, 8), 1970: (SEP, 28), 1971: (SEP, 17), 1972: (SEP, 5), 1973: (AUG, 25), 1974: (AUG, 15), 1975: (AUG, 5), 1976: (JUL, 24), 1977: (JUL, 13), 1978: (JUL, 2), 1979: (JUN, 22), 1980: (JUN, 10), 1981: (MAY, 31), 1982: (MAY, 20), 1983: (MAY, 10), 1984: (APR, 28), 1985: (APR, 17), 1986: (APR, 6), 1987: (MAR, 27), 1988: (MAR, 15), 1989: (MAR, 5), 1990: (FEB, 22), 1991: (FEB, 11), 1992: (JAN, 31), 1993: (JAN, 20), 1994: ((JAN, 9), (DEC, 29)), 1995: (DEC, 19), 1996: (DEC, 8), 1997: (NOV, 27), 1998: (NOV, 16), 1999: (NOV, 5), 2000: (OCT, 24), 2001: (OCT, 14), 2002: (OCT, 4), 2003: (SEP, 24), 2004: (SEP, 12), 2005: (SEP, 1), 2006: (AUG, 21), 2007: (AUG, 10), 2008: (JUL, 30), 2009: (JUL, 20), 2010: (JUL, 9), 2011: (JUN, 29), 2012: (JUN, 17), 2013: (JUN, 6), 2014: (MAY, 26), 2015: (MAY, 16), 2016: (MAY, 4), 2017: (APR, 24), 2018: (APR, 13), 2019: (APR, 3), 2020: (MAR, 22), 2021: (MAR, 11), 2022: (FEB, 28), 2023: (FEB, 18), 2024: (FEB, 8), 2025: (JAN, 27), 2026: (JAN, 16), 2027: ((JAN, 5), (DEC, 25)), 2028: (DEC, 14), 2029: (DEC, 3), 2030: (NOV, 23), 2031: (NOV, 12), 2032: (NOV, 1), 2033: (OCT, 21), 2034: (OCT, 10), 2035: (SEP, 29), 2036: (SEP, 18), 2037: (SEP, 7), 2038: (AUG, 28), 2039: (AUG, 17), 2040: (AUG, 5), 2041: (JUL, 25), 2042: (JUL, 15), 2043: (JUL, 4), 2044: (JUN, 23), 2045: (JUN, 13), 2046: (JUN, 2), 2047: (MAY, 22), 2048: (MAY, 10), 2049: (APR, 29), 2050: (APR, 19), 2051: (APR, 9), 2052: (MAR, 28), 2053: (MAR, 18), 2054: (MAR, 7), 2055: (FEB, 24), 2056: (FEB, 13), 2057: (FEB, 1), 2058: (JAN, 22), 2059: (JAN, 12), 2060: ((JAN, 1), (DEC, 20)), 2061: (DEC, 9), 2062: (NOV, 29), 2063: (NOV, 18), 2064: (NOV, 7), 2065: (OCT, 27), 2066: (OCT, 17), 2067: (OCT, 6), 2068: (SEP, 24), 2069: (SEP, 13), 2070: (SEP, 3), 2071: (AUG, 23), 2072: (AUG, 12), 2073: (AUG, 1), 2074: (JUL, 22), 2075: (JUL, 11), 2076: (JUN, 29), 2077: (JUN, 18), } LAYLAT_AL_QADR_DATES = { 1925: (APR, 22), 1926: (APR, 10), 1927: (MAR, 30), 1928: (MAR, 19), 1929: (MAR, 8), 1930: (FEB, 26), 1931: (FEB, 15), 1932: (FEB, 4), 1933: (JAN, 23), 1934: (JAN, 13), 1935: ((JAN, 3), (DEC, 23)), 1936: (DEC, 11), 1937: (DEC, 1), 1938: (NOV, 19), 1939: (NOV, 9), 1940: (OCT, 29), 1941: (OCT, 17), 1942: (OCT, 7), 1943: (SEP, 26), 1944: (SEP, 14), 1945: (SEP, 3), 1946: (AUG, 24), 1947: (AUG, 14), 1948: (AUG, 2), 1949: (JUL, 22), 1950: (JUL, 13), 1951: (JUL, 2), 1952: (JUN, 20), 1953: (JUN, 9), 1954: (MAY, 30), 1955: (MAY, 20), 1956: (MAY, 8), 1957: (APR, 27), 1958: (APR, 16), 1959: (APR, 6), 1960: (MAR, 25), 1961: (MAR, 14), 1962: (MAR, 3), 1963: (FEB, 21), 1964: (FEB, 10), 1965: (JAN, 29), 1966: (JAN, 18), 1967: ((JAN, 8), (DEC, 28)), 1968: (DEC, 17), 1969: (DEC, 6), 1970: (NOV, 27), 1971: (NOV, 15), 1972: (NOV, 3), 1973: (OCT, 23), 1974: (OCT, 13), 1975: (OCT, 2), 1976: (SEP, 21), 1977: (SEP, 10), 1978: (AUG, 31), 1979: (AUG, 20), 1980: (AUG, 8), 1981: (JUL, 28), 1982: (JUL, 18), 1983: (JUL, 8), 1984: (JUN, 26), 1985: (JUN, 15), 1986: (JUN, 4), 1987: (MAY, 25), 1988: (MAY, 13), 1989: (MAY, 3), 1990: (APR, 22), 1991: (APR, 12), 1992: (MAR, 31), 1993: (MAR, 20), 1994: (MAR, 9), 1995: (FEB, 26), 1996: (FEB, 16), 1997: (FEB, 5), 1998: (JAN, 25), 1999: (JAN, 14), 2000: ((JAN, 4), (DEC, 23)), 2001: (DEC, 12), 2002: (DEC, 2), 2003: (NOV, 21), 2004: (NOV, 10), 2005: (OCT, 30), 2006: (OCT, 20), 2007: (OCT, 9), 2008: (SEP, 27), 2009: (SEP, 17), 2010: (SEP, 6), 2011: (AUG, 27), 2012: (AUG, 15), 2013: (AUG, 4), 2014: (JUL, 24), 2015: (JUL, 14), 2016: (JUL, 2), 2017: (JUN, 22), 2018: (JUN, 11), 2019: (JUN, 1), 2020: (MAY, 20), 2021: (MAY, 9), 2022: (APR, 28), 2023: (APR, 18), 2024: (APR, 6), 2025: (MAR, 27), 2026: (MAR, 16), 2027: (MAR, 6), 2028: (FEB, 23), 2029: (FEB, 11), 2030: (JAN, 31), 2031: (JAN, 21), 2032: ((JAN, 10), (DEC, 30)), 2033: (DEC, 19), 2034: (DEC, 8), 2035: (NOV, 27), 2036: (NOV, 15), 2037: (NOV, 5), 2038: (OCT, 26), 2039: (OCT, 15), 2040: (OCT, 3), 2041: (SEP, 23), 2042: (SEP, 12), 2043: (SEP, 1), 2044: (AUG, 21), 2045: (AUG, 10), 2046: (JUL, 31), 2047: (JUL, 20), 2048: (JUL, 8), 2049: (JUN, 28), 2050: (JUN, 17), 2051: (JUN, 6), 2052: (MAY, 26), 2053: (MAY, 16), 2054: (MAY, 5), 2055: (APR, 24), 2056: (APR, 12), 2057: (APR, 1), 2058: (MAR, 22), 2059: (MAR, 12), 2060: (FEB, 29), 2061: (FEB, 18), 2062: (FEB, 7), 2063: (JAN, 27), 2064: (JAN, 16), 2065: ((JAN, 4), (DEC, 25)), 2066: (DEC, 15), 2067: (DEC, 4), 2068: (NOV, 22), 2069: (NOV, 11), 2070: (OCT, 31), 2071: (OCT, 21), 2072: (OCT, 9), 2073: (SEP, 29), 2074: (SEP, 18), 2075: (SEP, 8), 2076: (AUG, 27), 2077: (AUG, 16), } MALDIVES_EMBRACED_ISLAM_DAY_DATES = { 1924: (OCT, 29), 1925: (OCT, 19), 1926: (OCT, 8), 1927: (SEP, 27), 1928: (SEP, 15), 1929: (SEP, 5), 1930: (AUG, 25), 1931: (AUG, 15), 1932: (AUG, 4), 1933: (JUL, 24), 1934: (JUL, 13), 1935: (JUL, 2), 1936: (JUN, 21), 1937: (JUN, 10), 1938: (MAY, 30), 1939: (MAY, 20), 1940: (MAY, 9), 1941: (APR, 27), 1942: (APR, 17), 1943: (APR, 6), 1944: (MAR, 25), 1945: (MAR, 15), 1946: (MAR, 4), 1947: (FEB, 22), 1948: (FEB, 11), 1949: (JAN, 30), 1950: (JAN, 20), 1951: ((JAN, 10), (DEC, 30)), 1952: (DEC, 18), 1953: (DEC, 7), 1954: (NOV, 27), 1955: (NOV, 17), 1956: (NOV, 4), 1957: (OCT, 24), 1958: (OCT, 15), 1959: (OCT, 3), 1960: (SEP, 22), 1961: (SEP, 11), 1962: (AUG, 31), 1963: (AUG, 20), 1964: (AUG, 9), 1965: (JUL, 29), 1966: (JUL, 19), 1967: (JUL, 8), 1968: (JUN, 27), 1969: (JUN, 16), 1970: (JUN, 6), 1971: (MAY, 26), 1972: (MAY, 14), 1973: (MAY, 4), 1974: (APR, 23), 1975: (APR, 12), 1976: (MAR, 31), 1977: (MAR, 20), 1978: (MAR, 10), 1979: (FEB, 27), 1980: (FEB, 17), 1981: (FEB, 5), 1982: (JAN, 26), 1983: (JAN, 15), 1984: ((JAN, 4), (DEC, 23)), 1985: (DEC, 13), 1986: (DEC, 2), 1987: (NOV, 22), 1988: (NOV, 10), 1989: (OCT, 30), 1990: (OCT, 19), 1991: (OCT, 8), 1992: (SEP, 27), 1993: (SEP, 17), 1994: (SEP, 6), 1995: (AUG, 27), 1996: (AUG, 15), 1997: (AUG, 4), 1998: (JUL, 24), 1999: (JUL, 14), 2000: (JUL, 3), 2001: (JUN, 22), 2002: (JUN, 12), 2003: (JUN, 1), 2004: (MAY, 20), 2005: (MAY, 9), 2006: (APR, 29), 2007: (APR, 18), 2008: (APR, 7), 2009: (MAR, 28), 2010: (MAR, 17), 2011: (MAR, 6), 2012: (FEB, 23), 2013: (FEB, 11), 2014: (FEB, 1), 2015: (JAN, 21), 2016: ((JAN, 11), (DEC, 30)), 2017: (DEC, 19), 2018: (DEC, 8), 2019: (NOV, 28), 2020: (NOV, 16), 2021: (NOV, 6), 2022: (OCT, 26), 2023: (OCT, 16), 2024: (OCT, 4), 2025: (SEP, 23), 2026: (SEP, 12), 2027: (SEP, 2), 2028: (AUG, 22), 2029: (AUG, 11), 2030: (AUG, 1), 2031: (JUL, 21), 2032: (JUL, 9), 2033: (JUN, 28), 2034: (JUN, 17), 2035: (JUN, 7), 2036: (MAY, 27), 2037: (MAY, 16), 2038: (MAY, 5), 2039: (APR, 24), 2040: (APR, 13), 2041: (APR, 2), 2042: (MAR, 23), 2043: (MAR, 12), 2044: (MAR, 1), 2045: (FEB, 18), 2046: (FEB, 7), 2047: (JAN, 27), 2048: (JAN, 16), 2049: ((JAN, 5), (DEC, 26)), 2050: (DEC, 15), 2051: (DEC, 4), 2052: (NOV, 22), 2053: (NOV, 11), 2054: (NOV, 1), 2055: (OCT, 21), 2056: (OCT, 10), 2057: (SEP, 30), 2058: (SEP, 19), 2059: (SEP, 8), 2060: (AUG, 27), 2061: (AUG, 16), 2062: (AUG, 6), 2063: (JUL, 27), 2064: (JUL, 15), 2065: (JUL, 5), 2066: (JUN, 24), 2067: (JUN, 13), 2068: (JUN, 1), 2069: (MAY, 22), 2070: (MAY, 11), 2071: (MAY, 1), 2072: (APR, 19), 2073: (APR, 9), 2074: (MAR, 29), 2075: (MAR, 18), 2076: (MAR, 6), 2077: (FEB, 24), } MAWLID_DATES = { 1924: (OCT, 10), 1925: (SEP, 30), 1926: (SEP, 19), 1927: (SEP, 8), 1928: (AUG, 27), 1929: (AUG, 17), 1930: (AUG, 6), 1931: (JUL, 28), 1932: (JUL, 16), 1933: (JUL, 5), 1934: (JUN, 24), 1935: (JUN, 14), 1936: (JUN, 2), 1937: (MAY, 22), 1938: (MAY, 11), 1939: (MAY, 2), 1940: (APR, 20), 1941: (APR, 8), 1942: (MAR, 29), 1943: (MAR, 18), 1944: (MAR, 6), 1945: (FEB, 24), 1946: (FEB, 13), 1947: (FEB, 3), 1948: (JAN, 23), 1949: (JAN, 11), 1950: ((JAN, 1), (DEC, 22)), 1951: (DEC, 11), 1952: (NOV, 30), 1953: (NOV, 19), 1954: (NOV, 8), 1955: (OCT, 29), 1956: (OCT, 17), 1957: (OCT, 6), 1958: (SEP, 26), 1959: (SEP, 15), 1960: (SEP, 3), 1961: (AUG, 23), 1962: (AUG, 12), 1963: (AUG, 2), 1964: (JUL, 21), 1965: (JUL, 10), 1966: (JUL, 1), 1967: (JUN, 19), 1968: (JUN, 8), 1969: (MAY, 28), 1970: (MAY, 18), 1971: (MAY, 7), 1972: (APR, 25), 1973: (APR, 15), 1974: (APR, 4), 1975: (MAR, 24), 1976: (MAR, 12), 1977: (MAR, 2), 1978: (FEB, 19), 1979: (FEB, 9), 1980: (JAN, 30), 1981: (JAN, 18), 1982: ((JAN, 7), (DEC, 27)), 1983: (DEC, 16), 1984: (DEC, 4), 1985: (NOV, 24), 1986: (NOV, 14), 1987: (NOV, 3), 1988: (OCT, 22), 1989: (OCT, 11), 1990: (OCT, 1), 1991: (SEP, 20), 1992: (SEP, 9), 1993: (AUG, 29), 1994: (AUG, 19), 1995: (AUG, 8), 1996: (JUL, 27), 1997: (JUL, 16), 1998: (JUL, 6), 1999: (JUN, 26), 2000: (JUN, 14), 2001: (JUN, 4), 2002: (MAY, 24), 2003: (MAY, 13), 2004: (MAY, 1), 2005: (APR, 21), 2006: (APR, 10), 2007: (MAR, 31), 2008: (MAR, 20), 2009: (MAR, 9), 2010: (FEB, 26), 2011: (FEB, 15), 2012: (FEB, 4), 2013: (JAN, 24), 2014: (JAN, 13), 2015: ((JAN, 3), (DEC, 23)), 2016: (DEC, 11), 2017: (NOV, 30), 2018: (NOV, 20), 2019: (NOV, 9), 2020: (OCT, 29), 2021: (OCT, 18), 2022: (OCT, 8), 2023: (SEP, 27), 2024: (SEP, 15), 2025: (SEP, 4), 2026: (AUG, 25), 2027: (AUG, 14), 2028: (AUG, 3), 2029: (JUL, 24), 2030: (JUL, 13), 2031: (JUL, 2), 2032: (JUN, 20), 2033: (JUN, 9), 2034: (MAY, 30), 2035: (MAY, 20), 2036: (MAY, 8), 2037: (APR, 28), 2038: (APR, 17), 2039: (APR, 6), 2040: (MAR, 25), 2041: (MAR, 15), 2042: (MAR, 4), 2043: (FEB, 22), 2044: (FEB, 11), 2045: (JAN, 30), 2046: (JAN, 19), 2047: ((JAN, 8), (DEC, 29)), 2048: (DEC, 18), 2049: (DEC, 7), 2050: (NOV, 26), 2051: (NOV, 16), 2052: (NOV, 4), 2053: (OCT, 24), 2054: (OCT, 13), 2055: (OCT, 3), 2056: (SEP, 22), 2057: (SEP, 11), 2058: (AUG, 31), 2059: (AUG, 20), 2060: (AUG, 8), 2061: (JUL, 29), 2062: (JUL, 19), 2063: (JUL, 8), 2064: (JUN, 27), 2065: (JUN, 16), 2066: (JUN, 5), 2067: (MAY, 25), 2068: (MAY, 14), 2069: (MAY, 3), 2070: (APR, 23), 2071: (APR, 13), 2072: (APR, 1), 2073: (MAR, 21), 2074: (MAR, 10), 2075: (FEB, 27), 2076: (FEB, 17), 2077: (FEB, 6), } NUZUL_AL_QURAN_DATES = { 1925: (APR, 12), 1926: (MAR, 31), 1927: (MAR, 20), 1928: (MAR, 9), 1929: (FEB, 26), 1930: (FEB, 16), 1931: (FEB, 5), 1932: (JAN, 25), 1933: (JAN, 13), 1934: ((JAN, 3), (DEC, 24)), 1935: (DEC, 13), 1936: (DEC, 1), 1937: (NOV, 21), 1938: (NOV, 9), 1939: (OCT, 30), 1940: (OCT, 19), 1941: (OCT, 7), 1942: (SEP, 27), 1943: (SEP, 16), 1944: (SEP, 4), 1945: (AUG, 24), 1946: (AUG, 14), 1947: (AUG, 4), 1948: (JUL, 23), 1949: (JUL, 12), 1950: (JUL, 3), 1951: (JUN, 22), 1952: (JUN, 10), 1953: (MAY, 30), 1954: (MAY, 20), 1955: (MAY, 10), 1956: (APR, 28), 1957: (APR, 17), 1958: (APR, 6), 1959: (MAR, 27), 1960: (MAR, 15), 1961: (MAR, 4), 1962: (FEB, 21), 1963: (FEB, 11), 1964: (JAN, 31), 1965: (JAN, 19), 1966: ((JAN, 8), (DEC, 29)), 1967: (DEC, 18), 1968: (DEC, 7), 1969: (NOV, 26), 1970: (NOV, 17), 1971: (NOV, 5), 1972: (OCT, 24), 1973: (OCT, 13), 1974: (OCT, 3), 1975: (SEP, 22), 1976: (SEP, 11), 1977: (AUG, 31), 1978: (AUG, 21), 1979: (AUG, 10), 1980: (JUL, 29), 1981: (JUL, 18), 1982: (JUL, 8), 1983: (JUN, 28), 1984: (JUN, 16), 1985: (JUN, 5), 1986: (MAY, 25), 1987: (MAY, 15), 1988: (MAY, 3), 1989: (APR, 23), 1990: (APR, 12), 1991: (APR, 2), 1992: (MAR, 21), 1993: (MAR, 10), 1994: (FEB, 27), 1995: (FEB, 16), 1996: (FEB, 6), 1997: (JAN, 26), 1998: (JAN, 15), 1999: ((JAN, 4), (DEC, 25)), 2000: (DEC, 13), 2001: (DEC, 2), 2002: (NOV, 22), 2003: (NOV, 11), 2004: (OCT, 31), 2005: (OCT, 20), 2006: (OCT, 10), 2007: (SEP, 29), 2008: (SEP, 17), 2009: (SEP, 7), 2010: (AUG, 27), 2011: (AUG, 17), 2012: (AUG, 5), 2013: (JUL, 25), 2014: (JUL, 14), 2015: (JUL, 4), 2016: (JUN, 22), 2017: (JUN, 12), 2018: (JUN, 1), 2019: (MAY, 22), 2020: (MAY, 10), 2021: (APR, 29), 2022: (APR, 18), 2023: (APR, 8), 2024: (MAR, 27), 2025: (MAR, 17), 2026: (MAR, 6), 2027: (FEB, 24), 2028: (FEB, 13), 2029: (FEB, 1), 2030: (JAN, 21), 2031: ((JAN, 11), (DEC, 31)), 2032: (DEC, 20), 2033: (DEC, 9), 2034: (NOV, 28), 2035: (NOV, 17), 2036: (NOV, 5), 2037: (OCT, 26), 2038: (OCT, 16), 2039: (OCT, 5), 2040: (SEP, 23), 2041: (SEP, 13), 2042: (SEP, 2), 2043: (AUG, 22), 2044: (AUG, 11), 2045: (JUL, 31), 2046: (JUL, 21), 2047: (JUL, 10), 2048: (JUN, 28), 2049: (JUN, 18), 2050: (JUN, 7), 2051: (MAY, 27), 2052: (MAY, 16), 2053: (MAY, 6), 2054: (APR, 25), 2055: (APR, 14), 2056: (APR, 2), 2057: (MAR, 22), 2058: (MAR, 12), 2059: (MAR, 2), 2060: (FEB, 19), 2061: (FEB, 8), 2062: (JAN, 28), 2063: (JAN, 17), 2064: ((JAN, 6), (DEC, 25)), 2065: (DEC, 15), 2066: (DEC, 5), 2067: (NOV, 24), 2068: (NOV, 12), 2069: (NOV, 1), 2070: (OCT, 21), 2071: (OCT, 11), 2072: (SEP, 29), 2073: (SEP, 19), 2074: (SEP, 8), 2075: (AUG, 29), 2076: (AUG, 17), 2077: (AUG, 6), } PROPHET_DEATH_DATES = { 1924: (SEP, 27), 1925: (SEP, 17), 1926: (SEP, 6), 1927: (AUG, 26), 1928: (AUG, 14), 1929: (AUG, 4), 1930: (JUL, 24), 1931: (JUL, 14), 1932: (JUL, 3), 1933: (JUN, 22), 1934: (JUN, 11), 1935: (MAY, 31), 1936: (MAY, 20), 1937: (MAY, 9), 1938: (APR, 28), 1939: (APR, 18), 1940: (APR, 6), 1941: (MAR, 26), 1942: (MAR, 16), 1943: (MAR, 5), 1944: (FEB, 22), 1945: (FEB, 11), 1946: (JAN, 31), 1947: (JAN, 21), 1948: ((JAN, 10), (DEC, 29)), 1949: (DEC, 19), 1950: (DEC, 9), 1951: (NOV, 28), 1952: (NOV, 16), 1953: (NOV, 5), 1954: (OCT, 26), 1955: (OCT, 16), 1956: (OCT, 3), 1957: (SEP, 23), 1958: (SEP, 13), 1959: (SEP, 1), 1960: (AUG, 21), 1961: (AUG, 10), 1962: (JUL, 30), 1963: (JUL, 19), 1964: (JUL, 8), 1965: (JUN, 27), 1966: (JUN, 17), 1967: (JUN, 6), 1968: (MAY, 25), 1969: (MAY, 15), 1970: (MAY, 5), 1971: (APR, 24), 1972: (APR, 12), 1973: (APR, 2), 1974: (MAR, 22), 1975: (MAR, 11), 1976: (FEB, 28), 1977: (FEB, 16), 1978: (FEB, 6), 1979: (JAN, 26), 1980: (JAN, 16), 1981: ((JAN, 4), (DEC, 24)), 1982: (DEC, 13), 1983: (DEC, 2), 1984: (NOV, 21), 1985: (NOV, 11), 1986: (OCT, 31), 1987: (OCT, 21), 1988: (OCT, 9), 1989: (SEP, 28), 1990: (SEP, 17), 1991: (SEP, 7), 1992: (AUG, 26), 1993: (AUG, 16), 1994: (AUG, 5), 1995: (JUL, 26), 1996: (JUL, 14), 1997: (JUL, 3), 1998: (JUN, 22), 1999: (JUN, 12), 2000: (JUN, 1), 2001: (MAY, 22), 2002: (MAY, 11), 2003: (APR, 30), 2004: (APR, 18), 2005: (APR, 7), 2006: (MAR, 28), 2007: (MAR, 18), 2008: (MAR, 6), 2009: (FEB, 23), 2010: (FEB, 12), 2011: (FEB, 1), 2012: (JAN, 22), 2013: ((JAN, 10), (DEC, 31)), 2014: (DEC, 20), 2015: (DEC, 10), 2016: (NOV, 28), 2017: (NOV, 17), 2018: (NOV, 6), 2019: (OCT, 27), 2020: (OCT, 15), 2021: (OCT, 5), 2022: (SEP, 24), 2023: (SEP, 13), 2024: (SEP, 1), 2025: (AUG, 22), 2026: (AUG, 11), 2027: (AUG, 1), 2028: (JUL, 21), 2029: (JUL, 10), 2030: (JUN, 29), 2031: (JUN, 18), 2032: (JUN, 6), 2033: (MAY, 27), 2034: (MAY, 17), 2035: (MAY, 6), 2036: (APR, 25), 2037: (APR, 14), 2038: (APR, 3), 2039: (MAR, 23), 2040: (MAR, 12), 2041: (MAR, 1), 2042: (FEB, 19), 2043: (FEB, 8), 2044: (JAN, 29), 2045: (JAN, 17), 2046: ((JAN, 6), (DEC, 26)), 2047: (DEC, 16), 2048: (DEC, 4), 2049: (NOV, 24), 2050: (NOV, 13), 2051: (NOV, 2), 2052: (OCT, 21), 2053: (OCT, 10), 2054: (SEP, 30), 2055: (SEP, 20), 2056: (SEP, 8), 2057: (AUG, 28), 2058: (AUG, 17), 2059: (AUG, 7), 2060: (JUL, 26), 2061: (JUL, 16), 2062: (JUL, 5), 2063: (JUN, 25), 2064: (JUN, 13), 2065: (JUN, 2), 2066: (MAY, 22), 2067: (MAY, 12), 2068: (APR, 30), 2069: (APR, 20), 2070: (APR, 10), 2071: (MAR, 30), 2072: (MAR, 18), 2073: (MAR, 7), 2074: (FEB, 24), 2075: (FEB, 14), 2076: (FEB, 3), 2077: (JAN, 23), } QUAMEE_DHUVAS_DATES = { 1924: (SEP, 29), 1925: (SEP, 19), 1926: (SEP, 8), 1927: (AUG, 28), 1928: (AUG, 16), 1929: (AUG, 6), 1930: (JUL, 26), 1931: (JUL, 17), 1932: (JUL, 5), 1933: (JUN, 24), 1934: (JUN, 13), 1935: (JUN, 3), 1936: (MAY, 22), 1937: (MAY, 11), 1938: (APR, 30), 1939: (APR, 21), 1940: (APR, 9), 1941: (MAR, 28), 1942: (MAR, 18), 1943: (MAR, 7), 1944: (FEB, 24), 1945: (FEB, 13), 1946: (FEB, 2), 1947: (JAN, 23), 1948: ((JAN, 12), (DEC, 31)), 1949: (DEC, 21), 1950: (DEC, 11), 1951: (NOV, 30), 1952: (NOV, 19), 1953: (NOV, 8), 1954: (OCT, 28), 1955: (OCT, 18), 1956: (OCT, 6), 1957: (SEP, 25), 1958: (SEP, 15), 1959: (SEP, 4), 1960: (AUG, 23), 1961: (AUG, 12), 1962: (AUG, 1), 1963: (JUL, 22), 1964: (JUL, 10), 1965: (JUN, 29), 1966: (JUN, 20), 1967: (JUN, 8), 1968: (MAY, 28), 1969: (MAY, 17), 1970: (MAY, 7), 1971: (APR, 26), 1972: (APR, 14), 1973: (APR, 4), 1974: (MAR, 24), 1975: (MAR, 13), 1976: (MAR, 1), 1977: (FEB, 19), 1978: (FEB, 8), 1979: (JAN, 29), 1980: (JAN, 19), 1981: ((JAN, 7), (DEC, 27)), 1982: (DEC, 16), 1983: (DEC, 5), 1984: (NOV, 23), 1985: (NOV, 13), 1986: (NOV, 3), 1987: (OCT, 23), 1988: (OCT, 11), 1989: (SEP, 30), 1990: (SEP, 20), 1991: (SEP, 9), 1992: (AUG, 29), 1993: (AUG, 18), 1994: (AUG, 8), 1995: (JUL, 28), 1996: (JUL, 16), 1997: (JUL, 5), 1998: (JUN, 25), 1999: (JUN, 15), 2000: (JUN, 3), 2001: (MAY, 24), 2002: (MAY, 13), 2003: (MAY, 2), 2004: (APR, 20), 2005: (APR, 10), 2006: (MAR, 30), 2007: (MAR, 20), 2008: (MAR, 9), 2009: (FEB, 26), 2010: (FEB, 15), 2011: (FEB, 4), 2012: (JAN, 24), 2013: (JAN, 13), 2014: ((JAN, 2), (DEC, 23)), 2015: (DEC, 12), 2016: (NOV, 30), 2017: (NOV, 19), 2018: (NOV, 9), 2019: (OCT, 29), 2020: (OCT, 18), 2021: (OCT, 7), 2022: (SEP, 27), 2023: (SEP, 16), 2024: (SEP, 4), 2025: (AUG, 24), 2026: (AUG, 14), 2027: (AUG, 3), 2028: (JUL, 23), 2029: (JUL, 13), 2030: (JUL, 2), 2031: (JUN, 21), 2032: (JUN, 9), 2033: (MAY, 29), 2034: (MAY, 19), 2035: (MAY, 9), 2036: (APR, 27), 2037: (APR, 17), 2038: (APR, 6), 2039: (MAR, 26), 2040: (MAR, 14), 2041: (MAR, 4), 2042: (FEB, 21), 2043: (FEB, 11), 2044: (JAN, 31), 2045: (JAN, 19), 2046: ((JAN, 8), (DEC, 28)), 2047: (DEC, 18), 2048: (DEC, 7), 2049: (NOV, 26), 2050: (NOV, 15), 2051: (NOV, 5), 2052: (OCT, 24), 2053: (OCT, 13), 2054: (OCT, 2), 2055: (SEP, 22), 2056: (SEP, 11), 2057: (AUG, 31), 2058: (AUG, 20), 2059: (AUG, 9), 2060: (JUL, 28), 2061: (JUL, 18), 2062: (JUL, 8), 2063: (JUN, 27), 2064: (JUN, 16), 2065: (JUN, 5), 2066: (MAY, 25), 2067: (MAY, 14), 2068: (MAY, 3), 2069: (APR, 22), 2070: (APR, 12), 2071: (APR, 2), 2072: (MAR, 21), 2073: (MAR, 10), 2074: (FEB, 27), 2075: (FEB, 16), 2076: (FEB, 6), 2077: (JAN, 26), } RAMADAN_BEGINNING_DATES = { 1925: (MAR, 27), 1926: (MAR, 15), 1927: (MAR, 4), 1928: (FEB, 22), 1929: (FEB, 10), 1930: (JAN, 31), 1931: (JAN, 20), 1932: ((JAN, 9), (DEC, 28)), 1933: (DEC, 18), 1934: (DEC, 8), 1935: (NOV, 27), 1936: (NOV, 15), 1937: (NOV, 5), 1938: (OCT, 24), 1939: (OCT, 14), 1940: (OCT, 3), 1941: (SEP, 21), 1942: (SEP, 11), 1943: (AUG, 31), 1944: (AUG, 19), 1945: (AUG, 8), 1946: (JUL, 29), 1947: (JUL, 19), 1948: (JUL, 7), 1949: (JUN, 26), 1950: (JUN, 17), 1951: (JUN, 6), 1952: (MAY, 25), 1953: (MAY, 14), 1954: (MAY, 4), 1955: (APR, 24), 1956: (APR, 12), 1957: (APR, 1), 1958: (MAR, 21), 1959: (MAR, 11), 1960: (FEB, 28), 1961: (FEB, 16), 1962: (FEB, 5), 1963: (JAN, 26), 1964: (JAN, 15), 1965: ((JAN, 3), (DEC, 23)), 1966: (DEC, 13), 1967: (DEC, 2), 1968: (NOV, 21), 1969: (NOV, 10), 1970: (NOV, 1), 1971: (OCT, 20), 1972: (OCT, 8), 1973: (SEP, 27), 1974: (SEP, 17), 1975: (SEP, 6), 1976: (AUG, 26), 1977: (AUG, 15), 1978: (AUG, 5), 1979: (JUL, 25), 1980: (JUL, 13), 1981: (JUL, 2), 1982: (JUN, 22), 1983: (JUN, 12), 1984: (MAY, 31), 1985: (MAY, 20), 1986: (MAY, 9), 1987: (APR, 29), 1988: (APR, 17), 1989: (APR, 7), 1990: (MAR, 27), 1991: (MAR, 17), 1992: (MAR, 5), 1993: (FEB, 22), 1994: (FEB, 11), 1995: (JAN, 31), 1996: (JAN, 21), 1997: ((JAN, 10), (DEC, 30)), 1998: (DEC, 19), 1999: (DEC, 9), 2000: (NOV, 27), 2001: (NOV, 16), 2002: (NOV, 6), 2003: (OCT, 26), 2004: (OCT, 15), 2005: (OCT, 4), 2006: (SEP, 24), 2007: (SEP, 13), 2008: (SEP, 1), 2009: (AUG, 22), 2010: (AUG, 11), 2011: (AUG, 1), 2012: (JUL, 20), 2013: (JUL, 9), 2014: (JUN, 28), 2015: (JUN, 18), 2016: (JUN, 6), 2017: (MAY, 27), 2018: (MAY, 16), 2019: (MAY, 6), 2020: (APR, 24), 2021: (APR, 13), 2022: (APR, 2), 2023: (MAR, 23), 2024: (MAR, 11), 2025: (MAR, 1), 2026: (FEB, 18), 2027: (FEB, 8), 2028: (JAN, 28), 2029: (JAN, 16), 2030: ((JAN, 5), (DEC, 26)), 2031: (DEC, 15), 2032: (DEC, 4), 2033: (NOV, 23), 2034: (NOV, 12), 2035: (NOV, 1), 2036: (OCT, 20), 2037: (OCT, 10), 2038: (SEP, 30), 2039: (SEP, 19), 2040: (SEP, 7), 2041: (AUG, 28), 2042: (AUG, 17), 2043: (AUG, 6), 2044: (JUL, 26), 2045: (JUL, 15), 2046: (JUL, 5), 2047: (JUN, 24), 2048: (JUN, 12), 2049: (JUN, 2), 2050: (MAY, 22), 2051: (MAY, 11), 2052: (APR, 30), 2053: (APR, 20), 2054: (APR, 9), 2055: (MAR, 29), 2056: (MAR, 17), 2057: (MAR, 6), 2058: (FEB, 24), 2059: (FEB, 14), 2060: (FEB, 3), 2061: (JAN, 23), 2062: (JAN, 12), 2063: ((JAN, 1), (DEC, 21)), 2064: (DEC, 9), 2065: (NOV, 29), 2066: (NOV, 19), 2067: (NOV, 8), 2068: (OCT, 27), 2069: (OCT, 16), 2070: (OCT, 5), 2071: (SEP, 25), 2072: (SEP, 13), 2073: (SEP, 3), 2074: (AUG, 23), 2075: (AUG, 13), 2076: (AUG, 1), 2077: (JUL, 21), } SADIQ_BIRTHDAY_DATES = { 1924: (OCT, 15), 1925: (OCT, 5), 1926: (SEP, 24), 1927: (SEP, 13), 1928: (SEP, 1), 1929: (AUG, 22), 1930: (AUG, 11), 1931: (AUG, 2), 1932: (JUL, 21), 1933: (JUL, 10), 1934: (JUN, 29), 1935: (JUN, 19), 1936: (JUN, 7), 1937: (MAY, 27), 1938: (MAY, 16), 1939: (MAY, 7), 1940: (APR, 25), 1941: (APR, 13), 1942: (APR, 3), 1943: (MAR, 23), 1944: (MAR, 11), 1945: (MAR, 1), 1946: (FEB, 18), 1947: (FEB, 8), 1948: (JAN, 28), 1949: (JAN, 16), 1950: ((JAN, 6), (DEC, 27)), 1951: (DEC, 16), 1952: (DEC, 5), 1953: (NOV, 24), 1954: (NOV, 13), 1955: (NOV, 3), 1956: (OCT, 22), 1957: (OCT, 11), 1958: (OCT, 1), 1959: (SEP, 20), 1960: (SEP, 8), 1961: (AUG, 28), 1962: (AUG, 17), 1963: (AUG, 7), 1964: (JUL, 26), 1965: (JUL, 15), 1966: (JUL, 6), 1967: (JUN, 24), 1968: (JUN, 13), 1969: (JUN, 2), 1970: (MAY, 23), 1971: (MAY, 12), 1972: (APR, 30), 1973: (APR, 20), 1974: (APR, 9), 1975: (MAR, 29), 1976: (MAR, 17), 1977: (MAR, 7), 1978: (FEB, 24), 1979: (FEB, 14), 1980: (FEB, 4), 1981: (JAN, 23), 1982: (JAN, 12), 1983: ((JAN, 1), (DEC, 21)), 1984: (DEC, 9), 1985: (NOV, 29), 1986: (NOV, 19), 1987: (NOV, 8), 1988: (OCT, 27), 1989: (OCT, 16), 1990: (OCT, 6), 1991: (SEP, 25), 1992: (SEP, 14), 1993: (SEP, 3), 1994: (AUG, 24), 1995: (AUG, 13), 1996: (AUG, 1), 1997: (JUL, 21), 1998: (JUL, 11), 1999: (JUL, 1), 2000: (JUN, 19), 2001: (JUN, 9), 2002: (MAY, 29), 2003: (MAY, 18), 2004: (MAY, 6), 2005: (APR, 26), 2006: (APR, 15), 2007: (APR, 5), 2008: (MAR, 25), 2009: (MAR, 14), 2010: (MAR, 3), 2011: (FEB, 20), 2012: (FEB, 9), 2013: (JAN, 29), 2014: (JAN, 18), 2015: ((JAN, 8), (DEC, 28)), 2016: (DEC, 16), 2017: (DEC, 5), 2018: (NOV, 25), 2019: (NOV, 14), 2020: (NOV, 3), 2021: (OCT, 23), 2022: (OCT, 13), 2023: (OCT, 2), 2024: (SEP, 20), 2025: (SEP, 9), 2026: (AUG, 30), 2027: (AUG, 19), 2028: (AUG, 8), 2029: (JUL, 29), 2030: (JUL, 18), 2031: (JUL, 7), 2032: (JUN, 25), 2033: (JUN, 14), 2034: (JUN, 4), 2035: (MAY, 25), 2036: (MAY, 13), 2037: (MAY, 3), 2038: (APR, 22), 2039: (APR, 11), 2040: (MAR, 30), 2041: (MAR, 20), 2042: (MAR, 9), 2043: (FEB, 27), 2044: (FEB, 16), 2045: (FEB, 4), 2046: (JAN, 24), 2047: (JAN, 13), 2048: ((JAN, 3), (DEC, 23)), 2049: (DEC, 12), 2050: (DEC, 1), 2051: (NOV, 21), 2052: (NOV, 9), 2053: (OCT, 29), 2054: (OCT, 18), 2055: (OCT, 8), 2056: (SEP, 27), 2057: (SEP, 16), 2058: (SEP, 5), 2059: (AUG, 25), 2060: (AUG, 13), 2061: (AUG, 3), 2062: (JUL, 24), 2063: (JUL, 13), 2064: (JUL, 2), 2065: (JUN, 21), 2066: (JUN, 10), 2067: (MAY, 30), 2068: (MAY, 19), 2069: (MAY, 8), 2070: (APR, 28), 2071: (APR, 18), 2072: (APR, 6), 2073: (MAR, 26), 2074: (MAR, 15), 2075: (MAR, 4), 2076: (FEB, 22), 2077: (FEB, 11), } SADIQ_DEATH_DATES = { 1925: (MAY, 18), 1926: (MAY, 8), 1927: (APR, 27), 1928: (APR, 15), 1929: (APR, 5), 1930: (MAR, 25), 1931: (MAR, 15), 1932: (MAR, 3), 1933: (FEB, 20), 1934: (FEB, 10), 1935: (JAN, 31), 1936: (JAN, 20), 1937: ((JAN, 8), (DEC, 28)), 1938: (DEC, 17), 1939: (DEC, 6), 1940: (NOV, 25), 1941: (NOV, 14), 1942: (NOV, 4), 1943: (OCT, 24), 1944: (OCT, 12), 1945: (OCT, 1), 1946: (SEP, 21), 1947: (SEP, 11), 1948: (AUG, 30), 1949: (AUG, 19), 1950: (AUG, 9), 1951: (JUL, 30), 1952: (JUL, 17), 1953: (JUL, 7), 1954: (JUN, 26), 1955: (JUN, 16), 1956: (JUN, 4), 1957: (MAY, 25), 1958: (MAY, 14), 1959: (MAY, 4), 1960: (APR, 21), 1961: (APR, 11), 1962: (MAR, 31), 1963: (MAR, 20), 1964: (MAR, 9), 1965: (FEB, 26), 1966: (FEB, 15), 1967: (FEB, 5), 1968: (JAN, 25), 1969: (JAN, 14), 1970: ((JAN, 3), (DEC, 24)), 1971: (DEC, 13), 1972: (DEC, 1), 1973: (NOV, 20), 1974: (NOV, 9), 1975: (OCT, 30), 1976: (OCT, 18), 1977: (OCT, 8), 1978: (SEP, 27), 1979: (SEP, 16), 1980: (SEP, 5), 1981: (AUG, 25), 1982: (AUG, 14), 1983: (AUG, 4), 1984: (JUL, 24), 1985: (JUL, 13), 1986: (JUL, 2), 1987: (JUN, 21), 1988: (JUN, 9), 1989: (MAY, 30), 1990: (MAY, 20), 1991: (MAY, 9), 1992: (APR, 28), 1993: (APR, 17), 1994: (APR, 6), 1995: (MAR, 26), 1996: (MAR, 14), 1997: (MAR, 4), 1998: (FEB, 22), 1999: (FEB, 11), 2000: (FEB, 1), 2001: (JAN, 20), 2002: ((JAN, 9), (DEC, 29)), 2003: (DEC, 19), 2004: (DEC, 8), 2005: (NOV, 27), 2006: (NOV, 16), 2007: (NOV, 6), 2008: (OCT, 25), 2009: (OCT, 14), 2010: (OCT, 4), 2011: (SEP, 23), 2012: (SEP, 12), 2013: (SEP, 1), 2014: (AUG, 21), 2015: (AUG, 10), 2016: (JUL, 30), 2017: (JUL, 19), 2018: (JUL, 9), 2019: (JUN, 28), 2020: (JUN, 17), 2021: (JUN, 6), 2022: (MAY, 26), 2023: (MAY, 15), 2024: (MAY, 4), 2025: (APR, 23), 2026: (APR, 13), 2027: (APR, 2), 2028: (MAR, 21), 2029: (MAR, 10), 2030: (FEB, 28), 2031: (FEB, 17), 2032: (FEB, 7), 2033: (JAN, 26), 2034: (JAN, 16), 2035: ((JAN, 5), (DEC, 25)), 2036: (DEC, 13), 2037: (DEC, 2), 2038: (NOV, 22), 2039: (NOV, 12), 2040: (OCT, 31), 2041: (OCT, 20), 2042: (OCT, 9), 2043: (SEP, 28), 2044: (SEP, 17), 2045: (SEP, 7), 2046: (AUG, 27), 2047: (AUG, 17), 2048: (AUG, 5), 2049: (JUL, 25), 2050: (JUL, 14), 2051: (JUL, 4), 2052: (JUN, 22), 2053: (JUN, 12), 2054: (JUN, 2), 2055: (MAY, 22), 2056: (MAY, 10), 2057: (APR, 29), 2058: (APR, 18), 2059: (APR, 8), 2060: (MAR, 28), 2061: (MAR, 17), 2062: (MAR, 6), 2063: (FEB, 23), 2064: (FEB, 13), 2065: (FEB, 1), 2066: (JAN, 21), 2067: (JAN, 11), 2068: ((JAN, 1), (DEC, 20)), 2069: (DEC, 9), 2070: (NOV, 28), 2071: (NOV, 17), 2072: (NOV, 6), 2073: (OCT, 26), 2074: (OCT, 16), 2075: (OCT, 5), 2076: (SEP, 23), 2077: (SEP, 12), } TASUA_DATES = { 1924: (AUG, 9), 1925: (JUL, 31), 1926: (JUL, 19), 1927: (JUL, 9), 1928: (JUN, 27), 1929: (JUN, 16), 1930: (JUN, 5), 1931: (MAY, 27), 1932: (MAY, 15), 1933: (MAY, 4), 1934: (APR, 23), 1935: (APR, 13), 1936: (APR, 1), 1937: (MAR, 22), 1938: (MAR, 10), 1939: (FEB, 28), 1940: (FEB, 17), 1941: (FEB, 5), 1942: (JAN, 26), 1943: (JAN, 15), 1944: ((JAN, 4), (DEC, 24)), 1945: (DEC, 13), 1946: (DEC, 3), 1947: (NOV, 22), 1948: (NOV, 10), 1949: (OCT, 31), 1950: (OCT, 21), 1951: (OCT, 10), 1952: (SEP, 29), 1953: (SEP, 18), 1954: (SEP, 7), 1955: (AUG, 28), 1956: (AUG, 16), 1957: (AUG, 5), 1958: (JUL, 26), 1959: (JUL, 15), 1960: (JUL, 3), 1961: (JUN, 22), 1962: (JUN, 11), 1963: (JUN, 1), 1964: (MAY, 20), 1965: (MAY, 9), 1966: (APR, 29), 1967: (APR, 19), 1968: (APR, 7), 1969: (MAR, 27), 1970: (MAR, 17), 1971: (MAR, 6), 1972: (FEB, 24), 1973: (FEB, 12), 1974: (FEB, 1), 1975: (JAN, 21), 1976: ((JAN, 10), (DEC, 30)), 1977: (DEC, 19), 1978: (DEC, 9), 1979: (NOV, 28), 1980: (NOV, 17), 1981: (NOV, 5), 1982: (OCT, 26), 1983: (OCT, 15), 1984: (OCT, 4), 1985: (SEP, 23), 1986: (SEP, 13), 1987: (SEP, 2), 1988: (AUG, 21), 1989: (AUG, 10), 1990: (JUL, 31), 1991: (JUL, 20), 1992: (JUL, 9), 1993: (JUN, 29), 1994: (JUN, 18), 1995: (JUN, 7), 1996: (MAY, 26), 1997: (MAY, 15), 1998: (MAY, 5), 1999: (APR, 25), 2000: (APR, 14), 2001: (APR, 3), 2002: (MAR, 23), 2003: (MAR, 12), 2004: (FEB, 29), 2005: (FEB, 18), 2006: (FEB, 8), 2007: (JAN, 28), 2008: (JAN, 18), 2009: ((JAN, 6), (DEC, 26)), 2010: (DEC, 15), 2011: (DEC, 4), 2012: (NOV, 23), 2013: (NOV, 12), 2014: (NOV, 2), 2015: (OCT, 22), 2016: (OCT, 10), 2017: (SEP, 29), 2018: (SEP, 19), 2019: (SEP, 8), 2020: (AUG, 28), 2021: (AUG, 17), 2022: (AUG, 7), 2023: (JUL, 27), 2024: (JUL, 15), 2025: (JUL, 4), 2026: (JUN, 24), 2027: (JUN, 14), 2028: (JUN, 2), 2029: (MAY, 22), 2030: (MAY, 11), 2031: (MAY, 1), 2032: (APR, 19), 2033: (APR, 9), 2034: (MAR, 29), 2035: (MAR, 19), 2036: (MAR, 7), 2037: (FEB, 24), 2038: (FEB, 13), 2039: (FEB, 3), 2040: (JAN, 23), 2041: (JAN, 12), 2042: ((JAN, 1), (DEC, 22)), 2043: (DEC, 11), 2044: (NOV, 29), 2045: (NOV, 18), 2046: (NOV, 8), 2047: (OCT, 28), 2048: (OCT, 17), 2049: (OCT, 6), 2050: (SEP, 25), 2051: (SEP, 14), 2052: (SEP, 3), 2053: (AUG, 23), 2054: (AUG, 13), 2055: (AUG, 2), 2056: (JUL, 22), 2057: (JUL, 11), 2058: (JUN, 30), 2059: (JUN, 19), 2060: (JUN, 8), 2061: (MAY, 28), 2062: (MAY, 18), 2063: (MAY, 8), 2064: (APR, 26), 2065: (APR, 15), 2066: (APR, 4), 2067: (MAR, 24), 2068: (MAR, 13), 2069: (MAR, 3), 2070: (FEB, 20), 2071: (FEB, 9), 2072: (JAN, 29), 2073: (JAN, 17), 2074: ((JAN, 7), (DEC, 27)), 2075: (DEC, 17), 2076: (DEC, 5), } def _get_holiday(self, holiday: str, year: int) -> Iterable[tuple[date, bool]]: estimated_dates = getattr(self, f"{holiday}_DATES", {}) exact_dates = getattr(self, f"{holiday}_DATES_{_CustomCalendar.CUSTOM_ATTR_POSTFIX}", {}) for year in (year - 1, year): for dt in _normalize_tuple(exact_dates.get(year, estimated_dates.get(year, ()))): yield date(year, *dt), year not in exact_dates def ali_al_rida_death_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(ALI_AL_RIDA_DEATH, year) def ali_birthday_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(ALI_BIRTHDAY, year) def ali_death_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(ALI_DEATH, year) def arbaeen_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(ARBAEEN, year) def ashura_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(ASHURA, year) def eid_al_adha_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(EID_AL_ADHA, year) def eid_al_fitr_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(EID_AL_FITR, year) def eid_al_ghadir_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(EID_AL_GHADIR, year) def fatima_death_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(FATIMA_DEATH, year) def hari_hol_johor_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(HARI_HOL_JOHOR, year) def hasan_al_askari_death_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(HASAN_AL_ASKARI_DEATH, year) def hijri_new_year_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(HIJRI_NEW_YEAR, year) def imam_mahdi_birthday_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(IMAM_MAHDI_BIRTHDAY, year) def isra_and_miraj_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(ISRA_AND_MIRAJ, year) def laylat_al_qadr_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(LAYLAT_AL_QADR, year) def maldives_embraced_islam_day_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(MALDIVES_EMBRACED_ISLAM_DAY, year) def mawlid_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(MAWLID, year) def nuzul_al_quran_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(NUZUL_AL_QURAN, year) def prophet_death_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(PROPHET_DEATH, year) def quamee_dhuvas_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(QUAMEE_DHUVAS, year) def ramadan_beginning_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(RAMADAN_BEGINNING, year) def sadiq_birthday_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(SADIQ_BIRTHDAY, year) def sadiq_death_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(SADIQ_DEATH, year) def tasua_dates(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday(TASUA, year) class _CustomIslamicHolidays(_CustomCalendar, _IslamicLunar): pass holidays-0.71/holidays/calendars/julian.py000066400000000000000000000010661500152103600206550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) JULIAN_CALENDAR = "JULIAN_CALENDAR" holidays-0.71/holidays/calendars/julian_revised.py000066400000000000000000000011061500152103600223710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) JULIAN_REVISED_CALENDAR = "JULIAN_REVISED_CALENDAR" holidays-0.71/holidays/calendars/persian.py000066400000000000000000000041321500152103600210310ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.gregorian import _timedelta class _Persian: """ Persian calendar (Solar Hijri) for 1901-2100 years. https://en.wikipedia.org/wiki/Solar_Hijri_calendar """ START_YEAR = 1901 END_YEAR = 2100 def is_leap_year(self, year: int) -> bool: """ Is Persian year that begins in the specified Gregorian year a leap year. """ return (year % 33) in {3, 7, 11, 16, 20, 24, 28, 32} def new_year_date(self, year: int) -> Optional[date]: """ Return Gregorian date of Persian new year (1 Farvardin) in a given Gregorian year. """ if year < _Persian.START_YEAR or year > _Persian.END_YEAR: return None day = 21 if ( (year % 4 == 1 and year >= 2029) or (year % 4 == 2 and year >= 2062) or (year % 4 == 3 and year >= 2095) or (year % 4 == 0 and 1996 <= year <= 2096) ): day = 20 elif (year % 4 == 2 and year <= 1926) or (year % 4 == 3 and year <= 1959): day = 22 return date(year, 3, day) def persian_to_gregorian(self, year: int, j_month: int, j_day: int) -> Optional[date]: """ Return Gregorian date of Persian day and month in a given Gregorian year. """ start_date = self.new_year_date(year) if not start_date: return None m = j_month - 1 delta = (31 * m if m < 6 else 186 + 30 * (m - 6)) + j_day - 1 return _timedelta(start_date, delta) holidays-0.71/holidays/calendars/sinhala.py000066400000000000000000000260611500152103600210140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from collections.abc import Iterable from datetime import date from typing import Optional from holidays.calendars.custom import _CustomCalendar from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.helpers import _normalize_tuple BAK_POYA = "BAK_POYA" BINARA_POYA = "BINARA_POYA" DURUTHU_POYA = "DURUTHU_POYA" ESALA_POYA = "ESALA_POYA" IL_POYA = "IL_POYA" MEDIN_POYA = "MEDIN_POYA" NAWAM_POYA = "NAWAM_POYA" NIKINI_POYA = "NIKINI_POYA" POSON_POYA = "POSON_POYA" UNDUVAP_POYA = "UNDUVAP_POYA" VAP_POYA = "VAP_POYA" VESAK_POYA = "VESAK_POYA" class _SinhalaLunar: """ Sinhala Lunar calendar for 2003-2025 years. Their Buddhist Uposatha day calculation method is different from Thai LuniSolar and Buddhist (Mahayana) used in East Asia. Due to the fact that Poya (Uposatha) days are calculated astronomically based on how close a particular day is closest to full moon at noon, and that an extra month is added every 33 months interval, this is hardcoded for now. Adhi month dates are instead hardcoded in Sri Lanka country implementation. """ START_YEAR = 2003 END_YEAR = 2025 BAK_POYA_DATES = { 2003: (APR, 16), 2004: (APR, 5), 2005: (APR, 23), 2006: (APR, 13), 2007: (APR, 2), 2008: (APR, 19), 2009: (APR, 9), 2010: (MAR, 29), 2011: (APR, 17), 2012: (APR, 6), 2013: (APR, 25), 2014: (APR, 14), 2015: (APR, 3), 2016: (APR, 21), 2017: (APR, 10), 2018: (MAR, 31), 2019: (APR, 19), 2020: (APR, 7), 2021: (APR, 26), 2022: (APR, 16), 2023: (APR, 5), 2024: (APR, 23), 2025: (APR, 12), } BINARA_POYA_DATES = { 2003: (SEP, 10), 2004: (SEP, 28), 2005: (SEP, 17), 2006: (SEP, 7), 2007: (SEP, 26), 2008: (SEP, 14), 2009: (SEP, 4), 2010: (SEP, 22), 2011: (SEP, 11), 2012: (SEP, 29), 2013: (SEP, 19), 2014: (SEP, 8), 2015: (SEP, 27), 2016: (SEP, 16), 2017: (SEP, 5), 2018: (SEP, 24), 2019: (SEP, 13), 2020: (SEP, 1), 2021: (SEP, 20), 2022: (SEP, 10), 2023: (SEP, 29), 2024: (SEP, 17), 2025: (SEP, 7), } DURUTHU_POYA_DATES = { 2003: (JAN, 17), 2004: (JAN, 7), 2005: (JAN, 24), 2006: (JAN, 13), 2007: (JAN, 3), 2008: (JAN, 22), 2009: ((JAN, 10), (DEC, 31)), 2011: (JAN, 19), 2012: (JAN, 8), 2013: (JAN, 26), 2014: (JAN, 15), 2015: (JAN, 4), 2016: (JAN, 23), 2017: (JAN, 12), 2018: (JAN, 1), 2019: (JAN, 20), 2020: (JAN, 10), 2021: (JAN, 28), 2022: (JAN, 17), 2023: (JAN, 6), 2024: (JAN, 25), 2025: (JAN, 13), } ESALA_POYA_DATES = { 2003: (JUL, 13), 2004: (JUL, 2), 2005: (JUL, 21), 2006: (JUL, 10), 2007: (JUL, 29), 2008: (JUL, 17), 2009: (JUL, 6), 2010: (JUL, 25), 2011: (JUL, 14), 2012: (JUL, 3), 2013: (JUL, 22), 2014: (JUL, 12), 2015: (JUL, 31), 2016: (JUL, 19), 2017: (JUL, 8), 2018: (JUL, 27), 2019: (JUL, 16), 2020: (JUL, 4), 2021: (JUL, 23), 2022: (JUL, 13), 2023: (AUG, 1), 2024: (JUL, 20), 2025: (JUL, 10), } IL_POYA_DATES = { 2003: (NOV, 8), 2004: (NOV, 26), 2005: (NOV, 15), 2006: (NOV, 5), 2007: (NOV, 24), 2008: (NOV, 12), 2009: (NOV, 2), 2010: (NOV, 21), 2011: (NOV, 10), 2012: (NOV, 27), 2013: (NOV, 17), 2014: (NOV, 6), 2015: (NOV, 25), 2016: (NOV, 14), 2017: (NOV, 3), 2018: (NOV, 22), 2019: (NOV, 12), 2020: (NOV, 29), 2021: (NOV, 18), 2022: (NOV, 7), 2023: (NOV, 26), 2024: (NOV, 15), 2025: (NOV, 5), } MEDIN_POYA_DATES = { 2003: (MAR, 18), 2004: (MAR, 6), 2005: (MAR, 25), 2006: (MAR, 14), 2007: (MAR, 3), 2008: (MAR, 21), 2009: (MAR, 10), 2010: (FEB, 28), 2011: (MAR, 19), 2012: (MAR, 7), 2013: (MAR, 26), 2014: (MAR, 16), 2015: (MAR, 5), 2016: (MAR, 22), 2017: (MAR, 12), 2018: (MAR, 1), 2019: (MAR, 20), 2020: (MAR, 9), 2021: (MAR, 28), 2022: (MAR, 17), 2023: (MAR, 6), 2024: (MAR, 24), 2025: (MAR, 13), } NAWAM_POYA_DATES = { 2003: (FEB, 16), 2004: (FEB, 5), 2005: (FEB, 23), 2006: (FEB, 12), 2007: (FEB, 1), 2008: (FEB, 20), 2009: (FEB, 9), 2010: (JAN, 29), 2011: (FEB, 17), 2012: (FEB, 7), 2013: (FEB, 25), 2014: (FEB, 14), 2015: (FEB, 3), 2016: (FEB, 22), 2017: (FEB, 10), 2018: (JAN, 31), 2019: (FEB, 19), 2020: (FEB, 8), 2021: (FEB, 26), 2022: (FEB, 16), 2023: (FEB, 5), 2024: (FEB, 23), 2025: (FEB, 12), } NIKINI_POYA_DATES = { 2003: (AUG, 11), 2004: (AUG, 29), 2005: (AUG, 19), 2006: (AUG, 9), 2007: (AUG, 28), 2008: (AUG, 16), 2009: (AUG, 5), 2010: (AUG, 24), 2011: (AUG, 13), 2012: (AUG, 1), 2013: (AUG, 20), 2014: (AUG, 10), 2015: (AUG, 29), 2016: (AUG, 17), 2017: (AUG, 7), 2018: (AUG, 25), 2019: (AUG, 14), 2020: (AUG, 3), 2021: (AUG, 22), 2022: (AUG, 11), 2023: (AUG, 30), 2024: (AUG, 19), 2025: (AUG, 8), } POSON_POYA_DATES = { 2003: (JUN, 14), 2004: (JUN, 2), 2005: (JUN, 21), 2006: (JUN, 11), 2007: (JUN, 30), 2008: (JUN, 18), 2009: (JUN, 7), 2010: (JUN, 25), 2011: (JUN, 15), 2012: (JUN, 4), 2013: (JUN, 23), 2014: (JUN, 12), 2015: (JUN, 2), 2016: (JUN, 19), 2017: (JUN, 8), 2018: (JUN, 27), 2019: (JUN, 16), 2020: (JUN, 5), 2021: (JUN, 24), 2022: (JUN, 14), 2023: (JUN, 3), 2024: (JUN, 21), 2025: (JUN, 10), } UNDUVAP_POYA_DATES = { 2003: (DEC, 8), 2004: (DEC, 26), 2005: (DEC, 15), 2006: (DEC, 4), 2007: (DEC, 23), 2008: (DEC, 12), 2009: (DEC, 1), 2010: (DEC, 20), 2011: (DEC, 10), 2012: (DEC, 27), 2013: (DEC, 16), 2014: (DEC, 6), 2015: (DEC, 24), 2016: (DEC, 13), 2017: (DEC, 3), 2018: (DEC, 22), 2019: (DEC, 11), 2020: (DEC, 29), 2021: (DEC, 18), 2022: (DEC, 7), 2023: (DEC, 26), 2024: (DEC, 14), 2025: (DEC, 4), } VAP_POYA_DATES = { 2003: (OCT, 9), 2004: (OCT, 27), 2005: (OCT, 17), 2006: (OCT, 6), 2007: (OCT, 25), 2008: (OCT, 14), 2009: (OCT, 3), 2010: (OCT, 22), 2011: (OCT, 11), 2012: (OCT, 29), 2013: (OCT, 18), 2014: (OCT, 8), 2015: (OCT, 27), 2016: (OCT, 15), 2017: (OCT, 5), 2018: (OCT, 24), 2019: (OCT, 13), 2020: (OCT, 30), 2021: (OCT, 20), 2022: (OCT, 9), 2023: (OCT, 28), 2024: (OCT, 17), 2025: (OCT, 6), } VESAK_POYA_DATES = { 2003: (MAY, 15), 2004: (MAY, 4), 2005: (MAY, 23), 2006: (MAY, 12), 2007: (MAY, 1), 2008: (MAY, 19), 2009: (MAY, 8), 2010: (MAY, 27), 2011: (MAY, 17), 2012: (MAY, 5), 2013: (MAY, 24), 2014: (MAY, 14), 2015: (MAY, 3), 2016: (MAY, 21), 2017: (MAY, 10), 2018: (APR, 29), 2019: (MAY, 18), 2020: (MAY, 7), 2021: (MAY, 26), 2022: (MAY, 15), 2023: (MAY, 5), 2024: (MAY, 23), 2025: (MAY, 12), } def _get_holiday(self, holiday: str, year: int) -> tuple[Optional[date], bool]: estimated_dates = getattr(self, f"{holiday}_DATES", {}) exact_dates = getattr(self, f"{holiday}_DATES_{_CustomCalendar.CUSTOM_ATTR_POSTFIX}", {}) dt = exact_dates.get(year, estimated_dates.get(year, ())) return date(year, *dt) if dt else None, year not in exact_dates def _get_holiday_set(self, holiday: str, year: int) -> Iterable[tuple[date, bool]]: estimated_dates = getattr(self, f"{holiday}_DATES", {}) exact_dates = getattr(self, f"{holiday}_DATES_{_CustomCalendar.CUSTOM_ATTR_POSTFIX}", {}) for year in (year - 1, year): for dt in _normalize_tuple(exact_dates.get(year, estimated_dates.get(year, ()))): yield date(year, *dt), year not in exact_dates def bak_poya_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(BAK_POYA, year) def binara_poya_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(BINARA_POYA, year) def duruthu_poya_date(self, year: int) -> Iterable[tuple[date, bool]]: return self._get_holiday_set(DURUTHU_POYA, year) def esala_poya_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(ESALA_POYA, year) def il_poya_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(IL_POYA, year) def medin_poya_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(MEDIN_POYA, year) def nawam_poya_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(NAWAM_POYA, year) def nikini_poya_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(NIKINI_POYA, year) def poson_poya_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(POSON_POYA, year) def unduvap_poya_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(UNDUVAP_POYA, year) def vap_poya_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(VAP_POYA, year) def vesak_poya_date(self, year: int) -> tuple[Optional[date], bool]: return self._get_holiday(VESAK_POYA, year) class _CustomSinhalaHolidays(_CustomCalendar, _SinhalaLunar): pass holidays-0.71/holidays/calendars/thai.py000066400000000000000000000603401500152103600203200ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from functools import lru_cache from typing import Optional from holidays.calendars.gregorian import _timedelta KHMER_CALENDAR = "KHMER_CALENDAR" THAI_CALENDAR = "THAI_CALENDAR" class _ThaiLunisolar: """Thai Lunar Calendar Holidays. Works from 1913 (B.E. 2456/2455) onwards until 2157 (B.E. 2700), as we only have Thai year-type data for cross-checking through that period. ## The basics of the Thai Lunar Calendar: 3-year types for calendar intercalation: * Pakatimat (Normal Year): Consists of 12 months, totaling 354 days. * Athikawan (Extra-Day Year): Adds one extra day to the 7th month, totaling 355 days for synodic month correction. * Athikamat (Extra-Month Year): Adds one extra 8th month, totaling 384 days for sidereal year correction. Months alternate between 30 (even months) and 29 (odd months) days. The waxing phase (Full Moon) lasts 15 days, while the waning phase (New Moon) lasts 14 days for odd months (except Month 7 in Athikawan years), 15 days for even months. The second "Month 8" for Athikamat years is called "Month 8.8" (read as "the latter 8th month"), with all observed holidays delayed from the usual calendar by 30 days. Implemented Thai Lunar Calendar holiday methods: * Magha Puja / Makha Bucha / Meak Bochea: 15th Waxing Day (Full Moon) of Month 3 (On Month 4 for Athikamat Years). `KHMER_CALENDAR` always falls on Month 3. * Vesak / Visakha Bucha / Visaka Bochea: 15th Waxing Day (Full Moon) of Month 6 (On Month 7 for Athikamat Years). `KHMER_CALENDAR` always falls on Month 6. * Cambodian Royal Ploughing Ceremony / Preah Neangkol: 4th Waning Day of Month 6 (On Month 7 for Athikamat Years). Defaults to `KHMER_CALENDAR` (its sole user). * Buddha's Cremation Day / Atthami Bucha: 8th Waning Day of Month 6 (On Month 7 for Athikamat Years). `KHMER_CALENDAR` always falls on Month 6. * Asalha Puja / Asarnha Bucha: 15th Waxing Day (Full Moon) of Month 8 (On Month 8.8 for Athikamat Years). * Buddhist Lent Day / Wan Khao Phansa: 1st Waning Day of Month 8 (On Month 8.8 for Athikamat Years). * Boun Haw Khao Padapdin / Boon Khao Padap Din: 14th Waning Day (New Moon) of Month 9. * Boun Haw Khao Salark / Boon Khao Sak: 15th Waxing Day (Full Moon) of Month 10. * Pchum Ben / Prachum Bandar: 15th Waning Day (New Moon) of Month 10. * Ok Boun Suang Huea / Vientiane Boat Racing Festival: 1st Waning Day (New Moon) of Month 11. * Loy Krathong / Boun That Louang / Bon Om Touk: 15th Waxing Day (Full Moon) of Month 12. Other Thai Lunar Calendar holidays: * Thai Royal Ploughing Ceremony / Raeknakhwan: Court astrologers choose the auspicious dates based on the Thai Lunar Calendar, but these dates do not follow a predictable pattern. See the specific section in `thailand.py` for more details. * End of Buddhist Lent Day / Ok Phansa: 15th Waxing Day (Full Moon) of Month 11 (Currently calculated based on Asalha Puja / Asarnha Bucha method). Notes: The following code is based on Ninenik Narkdee's PHP implementation, and we're thankful for his work. References: * * Example: >>> from holidays.calendars.thai import _ThaiLunisolar >>> thls = _ThaiLunisolar() >>> print(thls.visakha_bucha_date(2010)) 2010-05-28 """ # Athikawan (Extra-Day Year) list goes from 1914-2157 C.E. # Copied off from 1757-2157 (B.E. 2300-2700) Thai Lunar Calendar ATHIKAWAN_YEARS_GREGORIAN = { 1914, 1917, 1925, 1929, 1933, 1936, 1945, 1949, 1952, 1957, 1963, 1970, 1973, 1979, 1987, 1990, 1997, 2000, 2006, 2009, 2016, 2020, 2025, 2032, 2035, 2043, 2046, 2052, 2055, 2058, 2067, 2071, 2076, 2083, 2086, 2092, 2097, 2103, 2109, 2111, 2117, 2121, 2126, 2133, 2136, 2142, 2147, 2153, } # Athikamat (Extra-Month Year) list goes from 1914-2157 C.E.: # Copied off from 1757-2157 (B.E. 2300-2700) Thai Lunar Calendar # Approx formula as follows: (common_era-78)-0.45222)%2.7118886 < 1 ATHIKAMAT_YEARS_GREGORIAN = { 1915, 1918, 1920, 1923, 1926, 1928, 1931, 1934, 1937, 1939, 1942, 1944, 1947, 1950, 1953, 1956, 1958, 1961, 1964, 1966, 1969, 1972, 1975, 1977, 1980, 1983, 1985, 1988, 1991, 1994, 1996, 1999, 2002, 2004, 2007, 2010, 2012, 2015, 2018, 2021, 2023, 2026, 2029, 2031, 2034, 2037, 2040, 2042, 2045, 2048, 2050, 2053, 2056, 2059, 2062, 2064, 2066, 2069, 2072, 2074, 2077, 2080, 2082, 2085, 2088, 2091, 2094, 2096, 2099, 2101, 2104, 2107, 2112, 2114, 2116, 2119, 2122, 2124, 2127, 2130, 2132, 2135, 2138, 2141, 2144, 2146, 2149, 2151, 2154, 2157, } # While Buddhist Holy Days have been observed since the 1900s # Thailand's Public Holiday Act wasn't codified until 1914 (B.E. 2457) # and that our array only goes up to B.E. 2700; We'll thus only populate # the data for 1914-2157 (B.E. 2457-2700). # Sources: หนังสือเวียนกรมการปกครอง กระทรวงมหาดไทย มท 0310.1/ว4 5 ก.พ. 2539 START_DATE = date(1913, 11, 28) START_YEAR = 1914 END_YEAR = 2157 def __init__(self, calendar=THAI_CALENDAR) -> None: self.__verify_calendar(calendar) self.__calendar = calendar @staticmethod def __is_khmer_calendar(calendar) -> bool: """Check if the given calendar is the Khmer calendar. Args: calendar: The calendar identifier to check. Returns: True if the calendar is `KHMER_CALENDAR`, False otherwise. """ return calendar == KHMER_CALENDAR @staticmethod def __verify_calendar(calendar) -> None: """Verify calendar type.""" if calendar not in {KHMER_CALENDAR, THAI_CALENDAR}: raise ValueError( f"Unknown calendar name: {calendar}. Use `KHMER_CALENDAR` or `THAI_CALENDAR`." ) @lru_cache def _get_start_date(self, year: int) -> Optional[date]: """Calculate the start date of that particular Thai Lunar Calendar Year. This usually falls in November or December of the previous Gregorian year in question. Should the year be outside of working scope (1914-2157: B.E 2457-2700), this will returns None instead. Args: year: The Gregorian year. Returns: The start date of Thai Lunar Calendar for a Gregorian year. """ if year < _ThaiLunisolar.START_YEAR or year > _ThaiLunisolar.END_YEAR: return None delta_days = 354 * (year - _ThaiLunisolar.START_YEAR) for iter_year in range(_ThaiLunisolar.START_YEAR, year): if iter_year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN: delta_days += 30 elif iter_year in _ThaiLunisolar.ATHIKAWAN_YEARS_GREGORIAN: delta_days += 1 return _timedelta(_ThaiLunisolar.START_DATE, delta_days) def makha_bucha_date(self, year: int, calendar=None) -> Optional[date]: """Calculate the estimated Gregorian date of Makha Bucha. Also known as "Magha Puja", "Makha Buxha" and "Meak Bochea". This coincides with the 15th Waxing Day of Month 3 in Thai Lunar Calendar, or Month 4 in Athikamat years. `KHMER_CALENDAR` will always use Month 3 regardless of year type. To calculate, we use the following time delta: * Athikamat: 15th Waxing Day of Month 4 or 29[1] + 30[2] + 29[3] + 15[4] -1 = 102 * Athikawan: 15th Waxing Day of Month 3 or 29[1] + 30[2] + 15[3] -1 = 73 * Pakatimat: 15th Waxing Day of Month 3 or 29[1] + 30[2] + 15[3] -1 = 73 Args: year: The Gregorian year. calendar: Calendar type, this defaults to THAI_CALENDAR. Returns: Estimated Gregorian date of Makha Bucha. Returns None if the Gregorian year input is invalid. """ calendar = calendar or self.__calendar self.__verify_calendar(calendar) start_date = self._get_start_date(year) if not start_date: return None return _timedelta( start_date, +102 if ( year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN and not self.__is_khmer_calendar(calendar) ) else +73, ) def visakha_bucha_date(self, year: int, calendar=None) -> Optional[date]: """Calculate the estimated Gregorian date of Visakha Bucha. Also known as "Vesak" and "Buddha Day". This coincides with the 15th Waxing Day of Month 6 in Thai Lunar Calendar, or Month 7 in Athikamat years. `KHMER_CALENDAR` will always use Month 6 regardless of year type. To calculate, we use use the following time delta: * Athikamat: 15th Waxing Day of Month 7 or 177[1-6] + 15[7] -1 = 191 * Athikawan: 15th Waxing Day of Month 6 or 147[1-5] + 15[6] -1 = 161 * Pakatimat: 15th Waxing Day of Month 6 or 147[1-5] + 15[6] -1 = 161 Args: year: The Gregorian year. calendar: Calendar type, this defaults to THAI_CALENDAR. Returns: Estimated Gregorian date of Visakha Bucha. Returns None if the Gregorian year input is invalid. """ calendar = calendar or self.__calendar self.__verify_calendar(calendar) start_date = self._get_start_date(year) if not start_date: return None return _timedelta( start_date, +191 if ( year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN and not self.__is_khmer_calendar(calendar) ) else +161, ) def preah_neangkoal_date(self, year: int) -> Optional[date]: """Calculate the estimated Gregorian date of Preah Neangkoal. Also known as "Cambodian Royal Ploughing Ceremony". This always coincides with the 4th Waning Day of Month 6 in Khmer Lunar Calendar. To calculate, we use use the following time delta: * Athikamat: 4th Waning Day of Month 6 (Khmer Lunar Calendar) or 177[1-5] + 19[6] -1 = 165 * Athikawan: 4th Waning Day of Month 6 or 147[1-5] + 19[6] -1 = 165 * Pakatimat: 4th Waning Day of Month 6 or 147[1-5] + 19[6] -1 = 165 Or as in simpler terms: "Visakha Bucha" (Khmer Lunar Calendar) +4. Args: year: The Gregorian year. Returns: Estimated Gregorian date of Preah Neangkoal. """ start_date = self._get_start_date(year) if not start_date: return None return _timedelta(start_date, +165) def atthami_bucha_date(self, year: int, calendar=None) -> Optional[date]: """Calculate the estimated Gregorian date of Atthami Bucha. Also known as "Buddha's Cremation Day". This coincides with the 8th Waning Day of Month 6 in Thai Lunar Calendar, or Month 7 in Athikamat years. `KHMER_CALENDAR` will always use Month 6 regardless of year type. To calculate, we use use the following time delta: * Athikamat: 8th Waning Day of Month 7 or 177[1-6] + 23[7] -1 = 199 * Athikawan: 8th Waning Day of Month 6 or 147[1-5] + 23[6] -1 = 169 * Pakatimat: 8th Waning Day of Month 6 or 147[1-5] + 23[6] -1 = 169 Or as in simpler terms: "Visakha Bucha" +8 Args: year: The Gregorian year. calendar: Calendar type, this defaults to THAI_CALENDAR. Returns: Estimated Gregorian date of Atthami Bucha. Returns None if the Gregorian year input is invalid. """ calendar = calendar or self.__calendar self.__verify_calendar(calendar) start_date = self._get_start_date(year) if not start_date: return None return _timedelta( start_date, +199 if ( year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN and not self.__is_khmer_calendar(calendar) ) else +169, ) def asarnha_bucha_date(self, year: int) -> Optional[date]: """Calculate the estimated Gregorian date of Asarnha Bucha. Also known as "Asalha Puja". This coincides with the 15th Waxing Day of Month 8 in Thai Lunar Calendar, or Month 8.8 in Athikamat years. Lao Start of Buddhist Lent start on this day (1-day earlier than Thai and Khmer ones). To calculate, we use the following time delta: * Athikamat: 15th Waxing Day of Month 8/8 or 177[1-6] + 29[7] + 30[8] + 15[8.8] -1 = 250 * Athikawan: 15th Waxing Day of Month 8 or 177[1-6] + 30[7] + 15[8] -1 = 221 * Pakatimat: 15th Waxing Day of Month 8 or 177[1-6] + 29[7] + 15[8] -1 = 220 Args: year: The Gregorian year. Returns: Estimated Gregorian date of Asarnha Bucha. Returns None if the Gregorian year input is invalid. """ start_date = self._get_start_date(year) if not start_date: return None if year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN: delta_days = +250 elif year in _ThaiLunisolar.ATHIKAWAN_YEARS_GREGORIAN: delta_days = +221 else: delta_days = +220 return _timedelta(start_date, delta_days) def khao_phansa_date(self, year: int) -> Optional[date]: """Calculate the estimated Gregorian date of Khao Phansa. Also known as "(Start of) Buddhist Lent" and "Start of Vassa". This coincides with the 1st Waning Day of Month 8 in Thai Lunar Calendar, or Month 8.8 in Athikamat years. To calculate, we use use the following time delta: * Athikamat: 1st Waning Day of Month 8.8 or 177[1-6] + 29[7] + 30[8] + 16[8.8] -1 = 251 * Athikawan: 1st Waning Day of Month 8 or 177[1-6] + 30[7] + 16[8] -1 = 222 * Pakatimat: 1st Waning Day of Month 8 or 177[1-6] + 29[7] + 16[8] -1 = 221 Or as in simpler terms: "Asarnha Bucha" +1 Args: year: The Gregorian year. Returns: Estimated Gregorian date of Khao Phansa. Returns None if the Gregorian year input is invalid. """ start_date = self._get_start_date(year) if not start_date: return None if year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN: delta_days = +251 elif year in _ThaiLunisolar.ATHIKAWAN_YEARS_GREGORIAN: delta_days = +222 else: delta_days = +221 return _timedelta(start_date, delta_days) def boun_haw_khao_padapdin_date(self, year: int) -> Optional[date]: """Calculate the estimated Gregorian date of Boun Haw Khao Padapdin. Also known as "Boon Khao Padap Din". This coincides with the 14th Waning Day of Month 9 in Thai Lunar Calendar. To calculate, we use use the following time delta: * Athikamat: 14th Waning Day of Month 9 or 236[1-8] + 30[8.8] + 29[9] -1 = 294 * Athikawan: 14th Waning Day of Month 9 or 236[1-8] + 1[7] + 29[9] -1 = 265 * Pakatimat: 14th Waning Day of Month 9 or 236[1-8] + 29[9] -1 = 264 Args: year: The Gregorian year. Returns: Estimated Gregorian date of Boun Haw Khao Padapdin. Returns None if the Gregorian year input is invalid. """ start_date = self._get_start_date(year) if not start_date: return None if year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN: delta_days = +294 elif year in _ThaiLunisolar.ATHIKAWAN_YEARS_GREGORIAN: delta_days = +265 else: delta_days = +264 return _timedelta(start_date, delta_days) def boun_haw_khao_salark_date(self, year: int) -> Optional[date]: """Calculate the estimated Gregorian date of Boun Haw Khao Salark. Also known as "Boon Khao Sak". This coincides with the 15th Waxing Day of Month 10 in Thai Lunar Calendar. To calculate, we use use the following time delta: * Athikamat: 15th Waxing Day of Month 10 or 265[1-9] + 30[8.8] + 15[10] -1 = 309 * Athikawan: 15th Waxing Day of Month 10 or 265[1-9] + 1[7] + 15[10] -1 = 280 * Pakatimat: 15th Waxing Day of Month 10 or 265[1-9] + 15[10] -1 = 279 Args: year: The Gregorian year. Returns: Estimated Gregorian date of Boun Haw Khao Salark. Returns None if the Gregorian year input is invalid. """ start_date = self._get_start_date(year) if not start_date: return None if year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN: delta_days = +309 elif year in _ThaiLunisolar.ATHIKAWAN_YEARS_GREGORIAN: delta_days = +280 else: delta_days = +279 return _timedelta(start_date, delta_days) def pchum_ben_date(self, year: int) -> Optional[date]: """Calculate the estimated Gregorian date of Pchum Ben. Also known as "Prachum Bandar". This coincides with the 15th Waning Day of Month 10 in Thai Lunar Calendar. To calculate, we use use the following time delta: * Athikamat: 15th Waning Day of Month 10 or 265[1-9] + 30[8.8] + 30[10] -1 = 324 * Athikawan: 15th Waning Day of Month 10 or 265[1-9] + 1[7] + 30[10] -1 = 295 * Pakatimat: 15th Waning Day of Month 10 or 265[1-9] + 30[10] -1 = 294 Args: year: The Gregorian year. Returns: Estimated Gregorian date of Pchum Ben. Returns None if the Gregorian year input is invalid. """ start_date = self._get_start_date(year) if not start_date: return None if year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN: delta_days = +324 elif year in _ThaiLunisolar.ATHIKAWAN_YEARS_GREGORIAN: delta_days = +295 else: delta_days = +294 return _timedelta(start_date, delta_days) def ok_phansa_date(self, year: int) -> Optional[date]: """Calculate the estimated Gregorian date of Ok Phansa. Also known as "End of Buddhist Lent" and "End of Vassa". This coincides with the 15th Waxing Day of Month 11 in Thai Lunar Calendar. To calculate, we use use the following time delta: * Athikamat: 15th Waxing Day of Month 11 or 295[1-10] + 30[8.8] + 15[11] -1 = 339 * Athikawan: 15th Waxing Day of Month 11 or 295[1-10] + 1[7] + 15[11] -1 = 310 * Pakatimat: 15th Waxing Day of Month 11 or 295[1-10] + 15[11] -1 = 309 Args: year: The Gregorian year. Returns: Estimated Gregorian date of Ok Phansa. Returns None if the Gregorian year input is invalid. """ start_date = self._get_start_date(year) if not start_date: return None if year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN: delta_days = +339 elif year in _ThaiLunisolar.ATHIKAWAN_YEARS_GREGORIAN: delta_days = +310 else: delta_days = +309 return _timedelta(start_date, delta_days) def boun_suang_heua_date(self, year: int) -> Optional[date]: """Calculate the estimated Gregorian date of Ok Boun Suang Huea. Boun Suang Huea Nakhone Luang Prabang, also known as "Vientiane Boat Racing Festival". This coincides with the 1st Waning Day of Month 11 in Thai Lunar Calendar. To calculate, we use use the following time delta: * Athikamat: 1st Waning Day of Month 11 or 295[1-10] + 30[8.8] + 16[11] -1 = 340 * Athikawan: 1st Waning Day of Month 11 or 295[1-10] + 1[7] + 16[11] -1 = 311 * Pakatimat: 1st Waning Day of Month 11 or 295[1-10] + 16[11] -1 = 310 Args: year: The Gregorian year. Returns: Estimated Gregorian date of Boun Suang Huea. Returns None if the Gregorian year input is invalid. """ start_date = self._get_start_date(year) if not start_date: return None if year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN: delta_days = +340 elif year in _ThaiLunisolar.ATHIKAWAN_YEARS_GREGORIAN: delta_days = +311 else: delta_days = +310 return _timedelta(start_date, delta_days) def loy_krathong_date(self, year: int) -> Optional[date]: """Calculate the estimated Gregorian date of Loy Krathong. Also known as "Boun That Louang" and "Bon Om Touk". This coincides with the 15th Waxing Day of Month 12 in Thai Lunar Calendar. To calculate, we use use the following time delta: * Athikamat: 15th Waxing Day of Month 12 or 324[1-11] + 30[8.8] + 15[11] -1 = 368 * Athikawan: 15th Waxing Day of Month 12 or 324[1-11] + 1[7] + 15[11] -1 = 339 * Pakatimat: 15th Waxing Day of Month 12 or 324[1-11] + 15[11] -1 = 338 Args: year: The Gregorian year. Returns: Estimated Gregorian date of Loy Krathong. Returns None if the Gregorian year input is invalid. """ start_date = self._get_start_date(year) if not start_date: return None if year in _ThaiLunisolar.ATHIKAMAT_YEARS_GREGORIAN: delta_days = +368 elif year in _ThaiLunisolar.ATHIKAWAN_YEARS_GREGORIAN: delta_days = +339 else: delta_days = +338 return _timedelta(start_date, delta_days) holidays-0.71/holidays/constants.py000066400000000000000000000024351500152103600174540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 from holidays.calendars.gregorian import ( JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, MON, TUE, WED, THU, FRI, SAT, SUN, WEEKEND, ) HOLIDAY_NAME_DELIMITER = "; " # Holiday names separator. # Supported holiday categories. ARMED_FORCES = "armed_forces" ARMENIAN = "armenian" BANK = "bank" GOVERNMENT = "government" HALF_DAY = "half_day" MANDATORY = "mandatory" OPTIONAL = "optional" PUBLIC = "public" SCHOOL = "school" UNOFFICIAL = "unofficial" WORKDAY = "workday" CATHOLIC = "catholic" CHINESE = "chinese" CHRISTIAN = "christian" HEBREW = "hebrew" HINDU = "hindu" ISLAMIC = "islamic" ORTHODOX = "orthodox" DEFAULT_START_YEAR = 1901 DEFAULT_END_YEAR = 2100 holidays-0.71/holidays/countries/000077500000000000000000000000001500152103600170755ustar00rootroot00000000000000holidays-0.71/holidays/countries/__init__.py000066400000000000000000000166721500152103600212220ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 from .afghanistan import Afghanistan, AF, AFG from .albania import Albania, AL, ALB from .algeria import Algeria, DZ, DZA from .american_samoa import AmericanSamoa, AS, ASM, HolidaysAS from .andorra import Andorra, AD, AND from .angola import Angola, AO, AGO from .antigua_and_barbuda import AntiguaAndBarbuda, AG, ATG from .argentina import Argentina, AR, ARG from .armenia import Armenia, AM, ARM from .aruba import Aruba, AW, ABW from .australia import Australia, AU, AUS from .austria import Austria, AT, AUT from .azerbaijan import Azerbaijan, AZ, AZE from .bahamas import Bahamas, BS, BHS from .bahrain import Bahrain, BH, BAH from .bangladesh import Bangladesh, BD, BGD from .barbados import Barbados, BB, BRB from .belarus import Belarus, BY, BLR from .belgium import Belgium, BE, BEL from .belize import Belize, BZ, BLZ from .bolivia import Bolivia, BO, BOL from .bosnia_and_herzegovina import BosniaAndHerzegovina, BA, BIH from .botswana import Botswana, BW, BWA from .brazil import Brazil, BR, BRA from .brunei import Brunei, BN, BRN from .bulgaria import Bulgaria, BG, BLG from .burkina_faso import BurkinaFaso, BF, BFA from .burundi import Burundi, BI, BDI from .cambodia import Cambodia, KH, KHM from .cameroon import Cameroon, CM, CMR from .canada import Canada, CA, CAN from .chad import Chad, TD, TCD from .chile import Chile, CL, CHL from .china import China, CN, CHN from .colombia import Colombia, CO, COL from .congo import Congo, CG, COG from .costa_rica import CostaRica, CR, CRI from .croatia import Croatia, HR, HRV from .cuba import Cuba, CU, CUB from .curacao import Curacao, CW, CUW from .cyprus import Cyprus, CY, CYP from .czechia import Czechia, CZ, CZE from .denmark import Denmark, DK, DNK from .djibouti import Djibouti, DJ, DJI from .dominica import Dominica, DM, DMA from .dominican_republic import DominicanRepublic, DO, DOM from .ecuador import Ecuador, EC, ECU from .egypt import Egypt, EG, EGY from .el_salvador import ElSalvador, SV, SLV from .estonia import Estonia, EE, EST from .eswatini import Eswatini, SZ, SZW, Swaziland from .ethiopia import Ethiopia, ET, ETH from .fiji import Fiji, FJ, FJI from .finland import Finland, FI, FIN from .france import France, FR, FRA from .french_southern_territories import FrenchSouthernTerritories, TF, ATF, HolidaysTF from .gabon import Gabon, GA, GAB from .georgia import Georgia, GE, GEO from .germany import Germany, DE, DEU from .ghana import Ghana, GH, GHA from .greece import Greece, GR, GRC from .greenland import Greenland, GL, GRL from .guam import Guam, GU, GUM, HolidaysGU from .guatemala import Guatemala, GT, GUA from .guernsey import Guernsey, GG, GGY from .guinea import Guinea, GN, GIN from .haiti import Haiti, HT, HTI from .honduras import Honduras, HN, HND from .hongkong import HongKong, HK, HKG from .hungary import Hungary, HU, HUN from .iceland import Iceland, IS, ISL from .india import India, IN, IND from .indonesia import Indonesia, ID, IDN from .iran import Iran, IR, IRN from .ireland import Ireland, IE, IRL from .isle_of_man import IsleOfMan, IM, IMN from .israel import Israel, IL, ISR from .italy import Italy, IT, ITA from .ivory_coast import IvoryCoast, CI, CIV from .jamaica import Jamaica, JM, JAM from .japan import Japan, JP, JPN from .jersey import Jersey, JE, JEY from .jordan import Jordan, JO, JOR from .kazakhstan import Kazakhstan, KZ, KAZ from .kenya import Kenya, KE, KEN from .kuwait import Kuwait, KW, KWT from .kyrgyzstan import Kyrgyzstan, KG, KGZ from .laos import Laos, LA, LAO from .latvia import Latvia, LV, LVA from .lesotho import Lesotho, LS, LSO from .liechtenstein import Liechtenstein, LI, LIE from .lithuania import Lithuania, LT, LTU from .luxembourg import Luxembourg, LU, LUX from .macau import Macau, MO, MAC from .madagascar import Madagascar, MG, MDG from .malawi import Malawi, MW, MWI from .malaysia import Malaysia, MY, MYS from .maldives import Maldives, MV, MDV from .malta import Malta, MT, MLT from .marshall_islands import MarshallIslands, MH, MHL, HolidaysMH from .mauritania import Mauritania, MR, MRT from .mexico import Mexico, MX, MEX from .moldova import Moldova, MD, MDA from .monaco import Monaco, MC, MCO from .montenegro import Montenegro, ME, MNE from .morocco import Morocco, MA, MOR from .mozambique import Mozambique, MZ, MOZ from .namibia import Namibia, NA, NAM from .netherlands import Netherlands, NL, NLD from .new_zealand import NewZealand, NZ, NZL from .nicaragua import Nicaragua, NI, NIC from .nigeria import Nigeria, NG, NGA from .north_macedonia import NorthMacedonia, MK, MKD from .northern_mariana_islands import NorthernMarianaIslands, MP, MNP, HolidaysMP from .norway import Norway, NO, NOR from .oman import Oman, OM, OMN from .pakistan import Pakistan, PK, PAK from .palau import Palau, PW, PLW from .panama import Panama, PA, PAN from .papua_new_guinea import PapuaNewGuinea, PG, PNG from .paraguay import Paraguay, PY, PRY from .peru import Peru, PE, PER from .philippines import Philippines, PH, PHL from .poland import Poland, PL, POL from .portugal import Portugal, PT, PRT from .puerto_rico import PuertoRico, PR, PRI, HolidaysPR from .qatar import Qatar, QA, QAT from .romania import Romania, RO, ROU from .russia import Russia, RU, RUS from .saint_kitts_and_nevis import SaintKittsAndNevis, KN, KNA from .saint_lucia import SaintLucia, LC, LCA from .samoa import Samoa, WS, WSM from .san_marino import SanMarino, SM, SMR from .saudi_arabia import SaudiArabia, SA, SAU from .serbia import Serbia, RS, SRB from .seychelles import Seychelles, SC, SYC from .sierra_leone import SierraLeone, SL, SLE from .singapore import Singapore, SG, SGP from .slovakia import Slovakia, SK, SVK from .slovenia import Slovenia, SI, SVN from .south_africa import SouthAfrica, ZA, ZAF from .south_korea import SouthKorea, KR, KOR, Korea from .spain import Spain, ES, ESP from .sri_lanka import SriLanka, LK, LKA from .suriname import Suriname, SR, SUR from .sweden import Sweden, SE, SWE from .switzerland import Switzerland, CH, CHE from .taiwan import Taiwan, TW, TWN from .tanzania import Tanzania, TZ, TZA from .thailand import Thailand, TH, THA from .timor_leste import TimorLeste, TL, TLS from .tonga import Tonga, TO, TON from .tunisia import Tunisia, TN, TUN from .turkey import Turkey, TR, TUR from .tuvalu import Tuvalu, TV, TUV from .ukraine import Ukraine, UA, UKR from .united_arab_emirates import UnitedArabEmirates, AE, ARE from .united_kingdom import UnitedKingdom, GB, GBR, UK from .united_states import UnitedStates, US, USA from .united_states_minor_outlying_islands import ( UnitedStatesMinorOutlyingIslands, UM, UMI, HolidaysUM, ) from .united_states_virgin_islands import UnitedStatesVirginIslands, VI, VIR, HolidaysVI from .uruguay import Uruguay, UY, URY from .uzbekistan import Uzbekistan, UZ, UZB from .vanuatu import Vanuatu, VU, VTU from .vatican_city import VaticanCity, VA, VAT from .venezuela import Venezuela, VE, VEN from .vietnam import Vietnam, VN, VNM from .zambia import Zambia, ZM, ZMB from .zimbabwe import Zimbabwe, ZW, ZWE holidays-0.71/holidays/countries/afghanistan.py000066400000000000000000000132311500152103600217320ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import ( JAN, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, FRI, SAT, ) from holidays.groups import InternationalHolidays, IslamicHolidays, PersianCalendarHolidays from holidays.holiday_base import HolidayBase class Afghanistan(HolidayBase, InternationalHolidays, IslamicHolidays, PersianCalendarHolidays): """Afghanistan holidays. References: * * * """ country = "AF" default_language = "fa_AF" # %s (estimated). estimated_label = tr("%s (برآورد شده)") supported_languages = ("en_US", "fa_AF", "ps_AF") # Afghanistan's regaining of full independence from British influence. start_year = 1919 weekend = {FRI, SAT} def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=AfghanistanIslamicHolidays, show_estimated=islamic_show_estimated ) PersianCalendarHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): if self._year >= 1989: # Liberation Day. self._add_holiday_feb_15(tr("روز آزادی")) # Afghanistan Independence Day. self._add_holiday_aug_19(tr("روز استقلال افغانستان")) if self._year <= 1996 or 2001 <= self._year <= 2020: # Nowruz. self._add_nowruz_day(tr("نوروز")) if self._year >= 1992: # Mojahedin's Victory Day. self._add_holiday_apr_28(tr("روز پیروزی مجاهدین")) if 1974 <= self._year <= 1996 or 2002 <= self._year <= 2021: # International Workers' Day. self._add_labor_day(tr("روز جهانی کارگر")) if 1978 <= self._year <= 1988: # Soviet Victory Day. self._add_holiday_may_9(tr("روز پیروزی شوروی")) if self._year >= 2022: # Islamic Emirate Victory Day. self._add_islamic_emirat_victory_day(tr("روز پیروزی امارت اسلامی")) # American Withdrawal Day. self._add_holiday_aug_31(tr("روز خروج آمریکایی ها")) if 2012 <= self._year <= 2020: # Martyrs' Day. self._add_holiday_sep_9(tr("روز شهیدان")) if self._year <= 2021: # Ashura. self._add_ashura_day(tr("عاشورا")) # Prophet's Birthday. self._add_mawlid_day(tr("میلاد پیامبر")) # First Day of Ramadan. self._add_ramadan_beginning_day(tr("اول رمضان")) # Eid al-Fitr. name = tr("عید فطر") self._add_eid_al_fitr_day(name) self._add_eid_al_fitr_day_two(name) self._add_eid_al_fitr_day_three(name) # Day of Arafah. self._add_arafah_day(tr("روز عرفه")) # Eid al-Adha. name = tr("عید قربانی") self._add_eid_al_adha_day(name) self._add_eid_al_adha_day_two(name) self._add_eid_al_adha_day_three(name) class AF(Afghanistan): pass class AFG(Afghanistan): pass class AfghanistanIslamicHolidays(_CustomIslamicHolidays): ASHURA_DATES = { 2014: (NOV, 3), 2015: (OCT, 24), 2016: (OCT, 12), 2017: (OCT, 1), 2018: (SEP, 21), 2019: (SEP, 10), 2020: (AUG, 30), 2021: (AUG, 19), } EID_AL_ADHA_DATES = { 2014: (OCT, 5), 2015: (SEP, 23), 2016: (SEP, 13), 2017: (SEP, 2), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 17), } EID_AL_FITR_DATES = { 2014: (JUL, 29), 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 1), 2023: (APR, 22), 2024: (APR, 10), } MAWLID_DATES = { 2014: (JAN, 14), 2015: ((JAN, 3), (DEC, 24)), 2016: (DEC, 12), 2017: (DEC, 1), 2018: (NOV, 21), 2019: (NOV, 10), 2020: (OCT, 29), 2021: (OCT, 19), 2022: (OCT, 8), 2023: (SEP, 27), 2024: (SEP, 16), } RAMADAN_BEGINNING_DATES = { 2014: (JUN, 29), 2015: (JUN, 18), 2016: (JUN, 7), 2017: (MAY, 27), 2018: (MAY, 16), 2019: (MAY, 6), 2020: (APR, 24), 2021: (APR, 13), 2022: (APR, 2), 2023: (MAR, 23), 2024: (MAR, 11), } holidays-0.71/holidays/countries/albania.py000066400000000000000000000130421500152103600210360ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, MAR, APR, MAY, JUN, JUL, AUG from holidays.calendars.julian import JULIAN_CALENDAR from holidays.groups import ( ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY class Albania( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays ): """Albania holidays. References: * * [Law No. 7651](http://kqk.gov.al/sites/default/files/publikime/ligj_7651_-_per_festat_zyrtare_e_ditet_perkujtimore.pdf) * [Holidays for 2018–2024](https://www.bankofalbania.org/Shtypi/Kalendari_i_festave_zyrtare_2024/) """ country = "AL" default_language = "sq" # %s (estimated). estimated_label = tr("%s (e vlerësuar)") # %s (observed). observed_label = tr("%s (ditë pushimi e shtyrë)") # %s (observed, estimated). observed_estimated_label = tr("%s (ditë pushimi e shtyrë, e vlerësuar)") supported_languages = ("en_US", "sq", "uk") # Law No. 7651 from 21.12.1992. start_year = 1993 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=AlbaniaIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, AlbaniaStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) super().__init__(*args, **kwargs) def _populate_public_holidays(self): dts_observed = set() # New Year's Day. name = tr("Festat e Vitit të Ri") dts_observed.add(self._add_new_years_day(name)) dts_observed.add(self._add_new_years_day_two(name)) if self._year >= 2004: # Summer Day. dts_observed.add(self._add_holiday_mar_14(tr("Dita e Verës"))) if self._year >= 1996: # Nowruz Day. dts_observed.add(self._add_holiday_mar_22(tr("Dita e Nevruzit"))) # Catholic Easter Sunday. dts_observed.add(self._add_easter_sunday(tr("E diela e Pashkëve Katolike"))) dts_observed.add( # Orthodox Easter Sunday. self._add_easter_sunday(tr("E diela e Pashkëve Ortodokse"), JULIAN_CALENDAR) ) # International Workers' Day. dts_observed.add(self._add_labor_day(tr("Dita Ndërkombëtare e Punëtorëve"))) if 2004 <= self._year <= 2017: # Mother Teresa Beatification Day. dts_observed.add(self._add_holiday_oct_19(tr("Dita e Lumturimit të Shenjt Terezës"))) elif self._year >= 2018: # Mother Teresa Canonization Day. dts_observed.add(self._add_holiday_sep_5(tr("Dita e Shenjtërimit të Shenjt Terezës"))) if self._year >= 2024: # Alphabet Day. dts_observed.add(self._add_holiday_nov_22(tr("Dita e Alfabetit"))) # Flag and Independence Day. dts_observed.add(self._add_holiday_nov_28(tr("Dita Flamurit dhe e Pavarësisë"))) # Liberation Day. dts_observed.add(self._add_holiday_nov_29(tr("Dita e Çlirimit"))) if self._year >= 2009: # National Youth Day. dts_observed.add(self._add_holiday_dec_8(tr("Dita Kombëtare e Rinisë"))) # Christmas Day. dts_observed.add(self._add_christmas_day(tr("Krishtlindjet"))) # Eid al-Fitr. dts_observed.update(self._add_eid_al_fitr_day(tr("Dita e Bajramit të Madh"))) # Eid al-Adha. dts_observed.update(self._add_eid_al_adha_day(tr("Dita e Kurban Bajramit"))) if self.observed: self._populate_observed(dts_observed) class AL(Albania): pass class ALB(Albania): pass class AlbaniaIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2018: (AUG, 21), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 16), 2025: (JUN, 6), } EID_AL_FITR_DATES = { 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), 2025: (MAR, 30), } class AlbaniaStaticHolidays: # Public Holiday. public_holiday = tr("Ditë pushimi") special_public_holidays = { 2020: (JAN, 3, public_holiday), 2022: (MAR, 21, public_holiday), 2024: (MAR, 15, public_holiday), } special_public_holidays_observed = { 2007: (JAN, 3, tr("Dita e Kurban Bajramit")), } holidays-0.71/holidays/countries/algeria.py000066400000000000000000000071111500152103600210530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import THU, FRI, SAT, SUN from holidays.groups import InternationalHolidays, IslamicHolidays from holidays.holiday_base import HolidayBase class Algeria(HolidayBase, InternationalHolidays, IslamicHolidays): """Algeria holidays. References: * * * """ country = "DZ" default_language = "ar" # %s (estimated). estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US", "fr") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # The resting days are Friday and Saturday since 2009. # Previously, these were on Thursday and Friday as implemented in 1976. if self._year >= 2009: self.weekend = {FRI, SAT} elif self._year >= 1976: self.weekend = {THU, FRI} else: self.weekend = {SAT, SUN} # New Year's Day. self._add_new_years_day(tr("رأس السنة الميلادية")) # In January 2018, Algeria declared Yennayer a national holiday. if self._year >= 2018: # Amazigh New Year. self._add_holiday_jan_12(tr("رأس السنة الأمازيغية")) # Labor Day. self._add_labor_day(tr("عيد العمال")) if self._year >= 1962: # Independence Day. self._add_holiday_jul_5(tr("عيد الإستقلال")) if self._year >= 1963: # Revolution Day. self._add_holiday_nov_1(tr("عيد الثورة")) # Islamic New Year. self._add_islamic_new_year_day(tr("رأس السنة الهجرية")) # Ashura. self._add_ashura_day(tr("عاشورة")) # Prophet's Birthday. self._add_mawlid_day(tr("عيد المولد النبوي")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("عيد الفطر")) # Eid al-Fitr Holiday. self._add_eid_al_fitr_day_two(tr("عطلة عيد الفطر")) if self._year >= 2024: self._add_eid_al_fitr_day_three(tr("عطلة عيد الفطر")) # Eid al-Adha. self._add_eid_al_adha_day(tr("عيد الأضحى")) # Eid al-Adha Holiday. self._add_eid_al_adha_day_two(tr("عطلة عيد الأضحى")) if self._year >= 2023: self._add_eid_al_adha_day_three(tr("عطلة عيد الأضحى")) class DZ(Algeria): pass class DZA(Algeria): pass holidays-0.71/holidays/countries/american_samoa.py000066400000000000000000000027531500152103600224150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import GOVERNMENT, PUBLIC, UNOFFICIAL from holidays.countries.united_states import US class HolidaysAS(US): """American Samoa holidays. Alias of a US subdivision that is also officially assigned its own country code in ISO 3166-1. See """ country = "AS" supported_categories = (GOVERNMENT, PUBLIC, UNOFFICIAL) subdivisions = () # Override US subdivisions. def _populate_public_holidays(self) -> None: self.subdiv = "AS" super()._populate_public_holidays() def _populate_government_holidays(self) -> None: self.subdiv = "AS" super()._populate_government_holidays() def _populate_unofficial_holidays(self) -> None: self.subdiv = "AS" super()._populate_unofficial_holidays() class AS(HolidaysAS): pass class ASM(HolidaysAS): pass class AmericanSamoa(HolidaysAS): pass holidays-0.71/holidays/countries/andorra.py000066400000000000000000000101561500152103600211000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Andorra(HolidayBase, ChristianHolidays, InternationalHolidays): """Andorra holidays. References: * * """ country = "AD" subdivisions = ( "02", # Canillo. "03", # Encamp. "04", # La Massana. "05", # Ordino. "06", # Sant Julià de Lòria. "07", # Andorra la Vella. "08", # Escaldes-Engordany. ) def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self) -> None: # New Year's Day. self._add_new_years_day("New Year's Day") # Epiphany. self._add_epiphany_day("Epiphany") # Carnival. self._add_carnival_tuesday("Carnival") # Constitution Day. self._add_holiday_mar_14("Constitution Day") # Good Friday. self._add_good_friday("Good Friday") # Easter Sunday. self._add_easter_monday("Easter Monday") # Labor Day. self._add_labor_day("Labor Day") # Whit Monday. self._add_whit_monday("Whit Monday") # Assumption Day. self._add_assumption_of_mary_day("Assumption Day") # National Day. self._add_holiday_sep_8("National Day") # All Saints' Day. self._add_all_saints_day("All Saints' Day") # Immaculate Conception Day. self._add_immaculate_conception_day("Immaculate Conception Day") # Christmas Day. self._add_christmas_day("Christmas Day") # Saint Stephen's Day. self._add_christmas_day_two("Saint Stephen's Day") # Canillo. def _populate_subdiv_02_public_holidays(self): name = "Canillo Annual Festival" self._add_holiday_3rd_sat_of_jul(name) self._add_holiday_1_day_past_3rd_sat_of_jul(name) self._add_holiday_2_days_past_3rd_sat_of_jul(name) # Encamp. def _populate_subdiv_03_public_holidays(self): name = "Encamp Annual Festival" self._add_holiday_aug_15(name) self._add_holiday_aug_16(name) # La Massana. def _populate_subdiv_04_public_holidays(self): name = "La Massana Annual Festival" self._add_holiday_aug_15(name) self._add_holiday_aug_16(name) # Ordino. def _populate_subdiv_05_public_holidays(self): name = "Ordino Annual Festival" self._add_holiday_aug_15(name) self._add_holiday_aug_16(name) # Sant Julià de Lòria. def _populate_subdiv_06_public_holidays(self): name = "Sant Julià de Lòria Annual Festival" self._add_holiday_1st_fri_before_jul_29(name) self._add_holiday_1st_sat_before_jul_30(name) self._add_holiday_1st_sun_before_jul_31(name) self._add_holiday_1st_mon_before_aug_1(name) # Andorra la Vella. def _populate_subdiv_07_public_holidays(self): name = "Andorra la Vella Annual Festival" self._add_holiday_1st_sat_of_aug(name) self._add_holiday_1_day_past_1st_sat_of_aug(name) self._add_holiday_2_days_past_1st_sat_of_aug(name) # Escaldes-Engordany. def _populate_subdiv_08_public_holidays(self): name = "Escaldes-Engordany Annual Festival" self._add_holiday_jul_25(name) self._add_holiday_jul_26(name) class AD(Andorra): pass class AND(Andorra): pass holidays-0.71/holidays/countries/angola.py000066400000000000000000000154241500152103600207160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from typing import Optional from holidays.calendars.gregorian import AUG, SEP from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, TUE_TO_PREV_MON, THU_TO_NEXT_FRI, SUN_TO_NEXT_MON, ) class Angola(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Angola holidays. References: * * * [Decree #5/75](https://www.lexlink.eu/FileGet.aspx?FileId=3023486) * [Decree #92/80](https://www.lexlink.eu/FileGet.aspx?FileId=3023473) * [Decree #7/92](https://www.lexlink.eu/FileGet.aspx?FileId=3023485) * [Law #16/96](https://www.lexlink.eu/FileGet.aspx?FileId=3037036) * [Law #1/01](https://www.lexlink.eu/FileGet.aspx?FileId=3029035) * [Law #7/03](https://www.lexlink.eu/FileGet.aspx?FileId=3002131) * [Law #10/11](https://equadros.gov.ao/documents/40468/0/lei_10_11-1+%281%29.pdf) * [Law #11/18](https://equadros.gov.ao/documents/40468/0/Lei_no_11-18+%281%29.pdf) * * """ country = "AO" default_language = "pt_AO" supported_languages = ("en_US", "pt_AO", "uk") # %s (observed). observed_label = tr("%s (ponte)") # Decree #5/75. start_year = 1975 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, cls=AngolaStaticHolidays) kwargs.setdefault("observed_rule", TUE_TO_PREV_MON + THU_TO_NEXT_FRI) super().__init__(*args, **kwargs) def _is_observed(self, dt: date) -> bool: # As per Law # 16/96, from 1996/9/27, when public holiday falls on Sunday, # it rolls over to the following Monday. return dt >= date(1996, SEP, 27) def _add_observed(self, dt: date, **kwargs) -> tuple[bool, Optional[date]]: # As per Law # #11/18, from 2018/9/10, when public holiday falls on Tuesday or Thursday, # the Monday or Friday is also a holiday. kwargs.setdefault( "rule", SUN_TO_NEXT_MON if dt < date(2018, SEP, 10) else self._observed_rule ) return super()._add_observed(dt, **kwargs) def _populate_public_holidays(self): # New Year's Day. name = tr("Dia do Ano Novo") dt = self._add_new_years_day(name) if self._year <= 2011 or self._year >= 2018: self._add_observed(dt) self._add_observed(self._next_year_new_years_day, name=name) # Law #16/96. if 1997 <= self._year <= 2011: self._add_observed( # Martyrs of Colonial Repression Day. self._add_holiday_jan_4(tr("Dia dos Mártires da Repressão Colonial")) ) self._add_observed( self._add_holiday_feb_4( # Beginning of the Armed Struggle for National Liberation Day. tr("Dia do Início da Luta Armada de Libertação Nacional") if self._year >= 2012 # Beginning of the Armed Struggle Day. else tr("Dia do Início da Luta Armada") ) ) # Law #16/96. if self._year >= 1997: # Carnival Day. self._add_observed(self._add_carnival_tuesday(tr("Dia do Carnaval"))) # International Women's Day. self._add_observed(self._add_womens_day(tr("Dia Internacional da Mulher"))) # Law #11/18. if self._year >= 2019: # Southern Africa Liberation Day. self._add_observed(self._add_holiday_mar_23(tr("Dia da Libertação da África Austral"))) # Law #7/03. if self._year >= 2003: # Peace and National Reconciliation Day. self._add_observed(self._add_holiday_apr_4(tr("Dia da Paz e Reconciliação Nacional"))) # Law #16/96. if self._year >= 1997: # Good Friday. self._add_good_friday(tr("Sexta-Feira Santa")) # International Worker's Day. self._add_observed(self._add_labor_day(tr("Dia Internacional do Trabalhador"))) # Law #1/01. if 2001 <= self._year <= 2010: # Africa Day. self._add_observed(self._add_africa_day(tr("Dia da África"))) # Law #16/96. if 1997 <= self._year <= 2010: # International Children's Day. self._add_observed(self._add_childrens_day(tr("Dia Internacional da Criança"))) # Decree #92/80. if self._year >= 1980: self._add_observed( # National Heroes' Day. self._add_holiday_sep_17(tr("Dia do Fundador da Nação e do Herói Nacional")) ) # All Souls' Day. dt = self._add_all_souls_day(tr("Dia dos Finados")) if self._year <= 2010 or self._year >= 2018: self._add_observed(dt) self._add_observed( self._add_holiday_nov_11( # National Independence Day. tr("Dia da Independência Nacional") if self._year >= 1996 # Independence Day. else tr("Dia da Independência") ) ) # Decree # 7/92. if self._year <= 1991: # Date of Founding of MPLA - Labor Party. self._add_holiday_dec_10(tr("Data da Fundacao do MPLA - Partido do Trabalho")) dt = self._add_christmas_day( # Christmas and Family Day. tr("Dia de Natal e da Família") if self._year >= 2011 else ( tr("Dia do Natal") # Christmas Day. if self._year >= 1996 else tr("Dia da Família") # Family Day. ) ) if self._year <= 2010 or self._year >= 2018: self._add_observed(dt) class AO(Angola): pass class AGO(Angola): pass class AngolaStaticHolidays: special_public_holidays = { # General Election Day. 2017: (AUG, 23, tr("Dia de eleições gerais")), } holidays-0.71/holidays/countries/antigua_and_barbuda.py000066400000000000000000000146771500152103600234200ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, FEB, MAR, AUG from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SUN_TO_NEXT_MON, SAT_SUN_TO_NEXT_MON_TUE, SAT_SUN_TO_NEXT_MON, ) class AntiguaAndBarbuda( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays ): """Antigua and Barbuda holidays. References: * [The Public Holidays Act, 1954](https://laws.gov.ag/wp-content/uploads/2018/08/cap-354.pdf) * [The Public Holidays (Amendment) Act, 2005](https://laws.gov.ag/wp-content/uploads/2018/08/a2005-8.pdf) * [The Public Holidays (Amendment) Act, 2014](https://laws.gov.ag/wp-content/uploads/2019/03/Public-Holidays-Amendment-Act.pdf) * [The Public Holidays (Amendment) Act, 2019](https://laws.gov.ag/wp-content/uploads/2020/02/No.-23-of-2019-Public-Holidays-Amendment-Act-2019.pdf) * [No. 24 of 2006 Proclamation](https://laws.gov.ag/wp-content/uploads/2022/06/No.-24-of-2006-Proclamation-dated-29th-November2006-Appointing-the-11th-of-December2006.pdf) * [No. 40 of 2012 Proclamation](https://laws.gov.ag/wp-content/uploads/2021/08/No.-40-of-2012-Proclamation-dated-the-27th-day-of-November-2012-Apponting-the-27th-of-December-2012-as-a-Public-Holiday-throughout-Antigua-and-Barbuda.pdf) * Notes: In accordance with No. 24 of 2006 Proclamation, National Heroes Day was celebrated on Dec 11, 2006. In accordance with No. 40 of 2012 Proclamation, National Heroes Day was celebrated on Dec 10, 2012. """ country = "AG" observed_label = "%s (observed)" start_year = 1955 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, AntiguaAndBarbudaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day("New Year's Day")) # Good Friday. self._add_good_friday("Good Friday") # Easter Monday. self._add_easter_monday("Easter Monday") # Labour Day. self._add_holiday_1st_mon_of_may("Labour Day") # Whit Monday. self._add_whit_monday("Whit Monday") if self._year <= 2005: # Caribbean Community (Caricom) Day. self._add_holiday_1st_mon_of_jul("Caribbean Community (Caricom) Day") # Carnival Monday. self._add_holiday_1st_mon_of_aug("Carnival Monday") if self._year >= 2006: # Carnival Tuesday. self._add_holiday_1_day_past_1st_mon_of_aug("Carnival Tuesday") # Independence Day. dt = self._add_holiday_nov_1("Independence Day") if self._year >= 2005: self._add_observed(dt, rule=SAT_SUN_TO_NEXT_MON) if self._year >= 2005: name = ( # Sir Vere Cornwall Bird Snr. Day. "Sir Vere Cornwall Bird Snr. Day" if self._year >= 2014 # National Heroes Day. else "National Heroes Day" ) if self._year == 2006: self._add_holiday_dec_11(name) elif self._year == 2012: self._add_holiday_dec_10(name) else: dt = self._add_holiday_dec_9(name) if self._year >= 2020: self._add_observed(dt, rule=SAT_SUN_TO_NEXT_MON) # Christmas Day. self._add_observed(self._add_christmas_day("Christmas Day"), rule=SAT_SUN_TO_NEXT_MON_TUE) # Boxing Day. self._add_observed(self._add_christmas_day_two("Boxing Day"), rule=SAT_SUN_TO_NEXT_MON_TUE) class AG(AntiguaAndBarbuda): pass class ATG(AntiguaAndBarbuda): pass class AntiguaAndBarbudaStaticHolidays: """Antigua and Barbuda special holidays. References: * [August 3, 1993 Holiday](https://laws.gov.ag/wp-content/uploads/2021/08/No.-42-of-1993-Proclamation-dated-the-22nd-day-of-July-1993-appointing-Tuesday-the-3rd-day-of-August-1993-as-a-public-holiday-throughout-Antigua-and-Barbuda..pdf) * [State Funeral of the late The Honourable Charlesworth T. Samuel](https://laws.gov.ag/wp-content/uploads/2022/12/No.-7-of-2008-Proclamation-dated-the-13th-day-of-February-2008-Appointing-Tuesday-19th-February-2008-as-a-Public-Holiday.pdf) * [State Funeral of the late The Honourable Sir George Herbert Walter](https://laws.gov.ag/wp-content/uploads/2022/12/No.-9-of-2008-Proclamation-dated-the-13th-day-of-March-2008-Appointing-Tuesday-18th-March-2008-as-a-Public-Holiday.pdf) * According to the Public Holidays (Amendment) Act, 2014, the day after the general election is a holiday. * [2018 Antiguan general election](https://en.wikipedia.org/wiki/2018_Antiguan_general_election) * [2023 Antiguan general election](https://en.wikipedia.org/wiki/2023_Antiguan_general_election) * [The Public Holidays (Amendment) Act, 2014](https://laws.gov.ag/wp-content/uploads/2019/03/Public-Holidays-Amendment-Act.pdf) """ # Day after the General Election. day_after_the_general_election = "Day after the General Election" special_public_holidays = { 1993: (AUG, 3, "Public Holiday"), 2008: ( # State Funeral of the late The Honourable Charlesworth T. Samuel. (FEB, 19, "State Funeral of the late The Honourable Charlesworth T. Samuel"), # State Funeral of the late The Honourable Sir George Herbert Walter. (MAR, 18, "State Funeral of the late The Honourable Sir George Herbert Walter"), ), 2018: (MAR, 22, day_after_the_general_election), 2023: (JAN, 19, day_after_the_general_election), } holidays-0.71/holidays/countries/argentina.py000066400000000000000000001165051500152103600214270ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.constants import ARMENIAN, BANK, GOVERNMENT, HEBREW, ISLAMIC, PUBLIC from holidays.groups import ( ChristianHolidays, HebrewCalendarHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ( ObservedHolidayBase, THU_TO_NEXT_MON, TUE_WED_TO_PREV_MON, THU_FRI_TO_NEXT_MON, ) class Argentina( ObservedHolidayBase, ChristianHolidays, HebrewCalendarHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ): """Argentina holidays. References: * [Spanish Wikipedia](https://es.wikipedia.org/wiki/Anexo:D%C3%ADas_feriados_en_Argentina) * [Decree-Law 2446](https://www.argentina.gob.ar/normativa/nacional/decreto_ley-2446-1956-161122/texto) * [Law 21329](https://www.argentina.gob.ar/normativa/nacional/ley-21329-65453/texto) * [Law 22655](https://www.argentina.gob.ar/normativa/nacional/ley-22655-140416/texto) * [Law 22769](https://www.argentina.gob.ar/normativa/nacional/ley-22769-65454/texto) * [Decree 901/1984](https://www.argentina.gob.ar/normativa/nacional/decreto-901-1984-65455) * [Law 23555](https://www.argentina.gob.ar/normativa/nacional/ley-23555-20986/texto) * [Law 24023](https://www.argentina.gob.ar/normativa/nacional/ley-24023-422/texto) * [Law 24160](https://www.argentina.gob.ar/normativa/nacional/ley-24160-558/texto) * [Law 24360](https://www.argentina.gob.ar/normativa/nacional/ley-24360-756/texto) * [Law 24445](https://www.argentina.gob.ar/normativa/nacional/ley-24445-782/texto) * [Law 24571](https://www.argentina.gob.ar/normativa/nacional/ley-24571-29129/texto) * [Law 24757](https://www.argentina.gob.ar/normativa/nacional/ley-24757-41168/texto) * [Law 25370](https://www.argentina.gob.ar/normativa/nacional/ley-25370-65442/texto) * [Law 25442](https://www.argentina.gob.ar/normativa/nacional/ley-25442-67888/texto) * [Decree 1932/2002](https://www.argentina.gob.ar/normativa/nacional/decreto-1932-2002-78207/texto) * [Law 26085](https://www.argentina.gob.ar/normativa/nacional/ley-26085-114811/texto) * [Law 26089](https://www.argentina.gob.ar/normativa/nacional/ley-26089-115677/texto) * [Law 26110](https://www.argentina.gob.ar/normativa/nacional/ley-26110-117507/texto) * [Law 26199](https://www.argentina.gob.ar/normativa/nacional/ley-26199-124099/texto) * [Law 26416](https://www.argentina.gob.ar/normativa/nacional/ley-26416-145231/texto) * [Decree 1584/2010](https://www.argentina.gob.ar/normativa/nacional/decreto-1584-2010-174389/texto) * [Decree 521/2011](https://www.argentina.gob.ar/normativa/nacional/decreto-521-2011-181754/texto) * [Decree 2226/2015](https://www.argentina.gob.ar/normativa/nacional/decreto-2226-2015-253971/texto) * [Law 26876](https://www.argentina.gob.ar/normativa/nacional/ley-26876-218152/texto) * [Law 27258](https://www.argentina.gob.ar/normativa/nacional/ley-27258-262574/texto) * [Decree 52/2017](https://www.argentina.gob.ar/normativa/nacional/decreto-52-2017-271094/texto) * [Decree 80/2017](https://www.argentina.gob.ar/normativa/nacional/decreto-80-2017-271382/texto) * [Law 27399](https://www.argentina.gob.ar/normativa/nacional/ley-27399-281835/texto) * [Decreto 297/2020](https://www.argentina.gob.ar/normativa/nacional/decreto-297-2020-335741/texto) * [Collective Agreement 18/75](https://labancaria.org/convenio-colectivo-18-75/) Subdivisions Holidays References: * Catamarca: * [Law 4553](https://www.argentina.gob.ar/normativa/provincial/ley-4553-123456789-0abc-defg-355-4000kvorpyel) * [Law 5525](https://digesto.catamarca.gob.ar/ley/ley_detail/1650) * Chubut: * [Law I-85](https://digesto.legislaturadelchubut.gob.ar/public/rama/1/ley/85) * [Law I-547](https://www.argentina.gob.ar/normativa/provincial/ley-547-123456789-0abc-defg-745-0001uvorpyel/actualizacion) * Corrientes: * [Law 5874](https://www.argentina.gob.ar/normativa/provincial/ley-5874-123456789-0abc-defg-478-5000wvorpyel/actualizacion) * [Law 5884](https://www.argentina.gob.ar/normativa/provincial/ley-5884-123456789-0abc-defg-488-5000wvorpyel/actualizacion) * Entre Ríos: * [Law 7285/84](https://www.entrerios.gov.ar/dgrrhh/normativas/7285%20-%20Feriado%203%20de%20febrero.pdf) * [Decree 4359/93](https://www.entrerios.gov.ar/dgrrhh/normativas/1993%20-%204359%20MGJE%20(San%20Miguel%20Arcangel).pdf) * [Decree 216/2003](https://www.entrerios.gov.ar/dgrrhh/normativas/2003%20-%20216%20GOB%20(Dia%20del%20Empleado%20Publico).pdf) * [Law 10541](https://www.argentina.gob.ar/normativa/provincial/ley-10541-123456789-0abc-defg-145-0100evorpyel/actualizacion) * Jujuy: * [Law 4059](https://boletinoficial.jujuy.gob.ar/?p=44711) * [Law 4927](https://boletinoficial.jujuy.gob.ar/?p=56587) * [Law 5005](https://boletinoficial.jujuy.gob.ar/?p=51196) * [Law 6197](https://boletinoficial.jujuy.gob.ar/?p=204052) * La Rioja: * [Law 6886](https://www.argentina.gob.ar/normativa/provincial/ley-6886-123456789-0abc-defg-688-6000fvorpyel/actualizacion) * [Law 9844](https://www.argentina.gob.ar/normativa/provincial/ley-9844-123456789-0abc-defg-448-9000fvorpyel/actualizacion) * [Law 9955](https://www.argentina.gob.ar/normativa/provincial/ley-9955-123456789-0abc-defg-559-9000fvorpyel/actualizacion) * [Law 10242](https://www.argentina.gob.ar/normativa/provincial/ley-10242-123456789-0abc-defg-242-0100fvorpyel/actualizacion) * [Law 10298](https://www.argentina.gob.ar/normativa/provincial/ley-10298-123456789-0abc-defg-892-0100fvorpyel/actualizacion) * [Law 1035](https://www.argentina.gob.ar/normativa/provincial/ley-1035-123456789-0abc-defg-153-0100fvorpyel/actualizacion) * Mendoza: * [Law 4081](https://www.argentina.gob.ar/normativa/provincial/ley-4081-123456789-0abc-defg-534-0000mvorpyel/actualizacion) * Salta: * [Law 5032](https://www.argentina.gob.ar/normativa/provincial/ley-5032-123456789-0abc-defg-230-5000avorpyel/actualizacion) * San Juan: * [Law 14-P](https://www.argentina.gob.ar/normativa/provincial/ley-14-123456789-0abc-defg-410-0061jvorpyel/actualizacion) * San Luis: * [Law II-0046-2004](https://www.argentina.gob.ar/normativa/provincial/ley-46-123456789-0abc-defg-640-0001dvorpyel/actualizacion) * Santa Cruz: * [Law 2882](https://www.argentina.gob.ar/normativa/provincial/ley-2882-123456789-0abc-defg-288-2000zvorpyel/actualizacion) * [Law 3342](https://www.argentina.gob.ar/normativa/provincial/ley-3342-123456789-0abc-defg-243-3000zvorpyel/actualizacion) * [Law 3419](https://www.argentina.gob.ar/normativa/provincial/ley-3419-123456789-0abc-defg-914-3000zvorpyel/actualizacion) * [Law 3668](https://www.argentina.gob.ar/normativa/provincial/ley-3668-123456789-0abc-defg-866-3000zvorpyel/actualizacion) * Tierra del Fuego: * [Law 7/92](https://www.argentina.gob.ar/normativa/provincial/ley-7-123456789-0abc-defg-751-0000vvorpyel/actualizacion) * [Law 1389/2021](https://www.argentina.gob.ar/normativa/provincial/ley-1389-123456789-0abc-defg-588-1000vvorpyel/actualizacion) * Tucumán: * [Law 1765](https://www.fet.com.ar/nota/1054/feriado-en-tucuman-24-de-setiembre) Other sources: * * * * * Checked With: * * * * * * * * * * * * [Entre Ríos](https://www.entrerios.gov.ar/dgrrhh/index.php?i=7) * [Tierra del Fuego](https://www.justierradelfuego.gov.ar/dias-no-laborables/) * Jujuy: * * """ country = "AR" default_language = "es" supported_languages = ("en_US", "es", "uk") supported_categories = (ARMENIAN, BANK, GOVERNMENT, HEBREW, ISLAMIC, PUBLIC) # %s (observed). observed_label = tr("%s (observado)") subdivisions = ( "A", # Salta. "B", # Buenos Aires. "C", # Ciudad Autónoma de Buenos Aires. "D", # San Luis. "E", # Entre Ríos. "F", # La Rioja. "G", # Santiago del Estero. "H", # Chaco. "J", # San Juan. "K", # Catamarca. "L", # La Pampa. "M", # Mendoza. "N", # Misiones. "P", # Formosa. "Q", # Neuquén. "R", # Río Negro. "S", # Santa Fe. "T", # Tucumán. "U", # Chubut. "V", # Tierra del Fuego. "W", # Corrientes. "X", # Córdoba. "Y", # Jujuy. "Z", # Santa Cruz. ) subdivisions_aliases = { "Salta": "A", "Buenos Aires": "B", "Ciudad Autónoma de Buenos Aires": "C", "San Luis": "D", "Entre Ríos": "E", "La Rioja": "F", "Santiago del Estero": "G", "Chaco": "H", "San Juan": "J", "Catamarca": "K", "La Pampa": "L", "Mendoza": "M", "Misiones": "N", "Formosa": "P", "Neuquén": "Q", "Río Negro": "R", "Santa Fe": "S", "Tucumán": "T", "Chubut": "U", "Tierra del Fuego": "V", "Corrientes": "W", "Córdoba": "X", "Jujuy": "Y", "Santa Cruz": "Z", } # Decree-Law 2446. start_year = 1957 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) HebrewCalendarHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=ArgentinaIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, ArgentinaStaticHolidays) # Law 23555. kwargs.setdefault("observed_rule", TUE_WED_TO_PREV_MON + THU_FRI_TO_NEXT_MON) kwargs.setdefault("observed_since", 1988) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) # Established in 1957 by Decree-Law 2446. # Abolished in 1977 by Law 21329. if self._year <= 1976: # Epiphany. self._add_epiphany_day(tr("Día de Reyes")) # Established in 1956 by Decree-Law 2446. # Abolished in 1977 by Law 21329. # Restored in 2011 by Decree 1584/2010. if self._year <= 1976 or self._year >= 2011: # Carnival Monday. self._add_carnival_monday(tr("Lunes de Carnaval")) # Carnival Tuesday. self._add_carnival_tuesday(tr("Martes de Carnaval")) # Established in 2006 by Law 26085. if self._year >= 2006: self._add_holiday_mar_24( # National Day of Remembrance for Truth and Justice. tr("Día Nacional de la Memoria por la Verdad y la Justicia") ) # Established in 1993 by Law 24160. # Merged in 2001 with "Day of Affirmation of Argentine Rights..." by Law 25370. # Made fixed in 2007 by Law 26110. # Got moved temporary in 2020 (Decree 297/2020). if self._year >= 1993: name = ( # War Veteran's Day. tr("Día del Veterano de Guerra") if self._year <= 2000 # Veteran's Day and the Fallen in the Malvinas War. else tr("Día del Veterano y de los Caidos en la Guerra de Malvinas") ) if self._year == 2020: self._add_holiday_mar_31(name) else: apr_2 = self._add_holiday_apr_2(name) if self._year <= 2006: self._move_holiday(apr_2, show_observed_label=False) # Established in 1957 by Decree-Law 2446. # Abolished in 1977 by Law 21329. # Restored in 2011 by Decree 1584/2010 (as non-working day). if self._year <= 1976 or self._year >= 2011: # Maundy Thursday. self._add_holy_thursday(tr("Jueves Santo")) # Established in 1977 by Law 21329. if self._year >= 1977: # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Labor Day. self._add_labor_day(tr("Día del Trabajo")) # May Revolution Day. self._add_holiday_may_25(tr("Día de la Revolución de Mayo")) # Established in 1957 by Decree-Law 2446. # Abolished in 1976 by Law 21329. if self._year <= 1975: # Corpus Christi. self._add_corpus_christi_day(tr("Corpus Christi")) # Established in 1983 on April 2 by Law 22769. # Moved to June 10 by Decree 901/1984. # Made movable in 1988 by Law 23555. # Abandoned in 2001 (superseded by "Veterans Day and the Fallen in the Malvinas War"). if 1983 <= self._year <= 2000: # Day of Affirmation of Argentine Rights over the Malvinas, Islands and # Antarctic Sector. name = tr( "Día de la Afirmación de los Derechos Argentinos sobre las Malvinas, " "Islas y Sector Antártico" ) if self._year == 1983: self._add_holiday_apr_2(name) else: self._move_holiday(self._add_holiday_jun_10(name), show_observed_label=False) # Established in 2016 by Law 27258. if self._year >= 2016: # If Jun 17 is Friday, then it should move to Mon, Jun 20 # but Jun 20 is Gen. Belgrano holiday. self._move_holiday( self._add_holiday_jun_17( # Pass to the Immortality of General Don Martín Miguel de Güemes. tr("Paso a la Inmortalidad del General Don Martín Miguel de Güemes") ), rule=TUE_WED_TO_PREV_MON + THU_TO_NEXT_MON, show_observed_label=False, ) # Established in 1938 as fixed by Law 12361. # Made movable in 1988 by Law 23555. # Made fixed in 1992 by Law 24023. # Set as 3rd MON of JUN in 1995 by Law 24445. # Made fixed in 2011 by Decree 1584/2010. # Also called "National Flag Day" (Día de la Bandera Nacional). # Pass to the Immortality of General Don Manuel Belgrano. name = tr("Paso a la Inmortalidad del General Don Manuel Belgrano") if 1995 <= self._year <= 2010: self._add_holiday_3rd_mon_of_jun(name) else: jun_20 = self._add_holiday_jun_20(name) if self._year <= 1991: self._move_holiday(jun_20, show_observed_label=False) # Independence Day. self._add_holiday_jul_9(tr("Día de la Independencia")) # Established in 1957 by Decree-Law 2446. # Abolished in 1976 by Law 21329. # Established in 1938 as fixed by Law 12387. # Made movable in 1988 by Law 23555. # Set as 3rd MON of AUG in 1995 by Law 24445. # Moved to Aug 22 for 2011 (election interfere) by Decree 521/2011. # Made movable in 2017 by Decree 52/2017. # Pass to the Immortality of General Don José de San Martín. name = tr("Paso a la Inmortalidad del General Don José de San Martín") if self._year <= 1994 or self._year >= 2017: self._move_holiday(self._add_holiday_aug_17(name), show_observed_label=False) elif self._year == 2011: self._add_holiday_aug_22(name) else: self._add_holiday_3rd_mon_of_aug(name) # Established in 1957 by Decree-Law 2446. # Abolished in 1977 by Law 21329. if self._year <= 1975: # Assumption Day. self._add_assumption_of_mary_day(tr("Día de la Asunción")) # Established in 1917. # Abolished in 1976 by Law 21329. # Restored in 1982 by Law 22655. # Made movable in 1988 by Law 23555. # Observed on Oct 8 in 2001 by Law 25442. # Observed on Oct 14 in 2002 by Decree 1932/2002. # Changed moving rule in 2008 by Law 26146 # 2008-2009 actual dates match the dates by the 2010 rule, so code is simplified. # Changed name and moving rule in 2010 by Decree 1584/2010. # Changed moving rule in 2017 by Decree 52/2017. if self._year <= 1975 or self._year >= 1982: name = ( # Respect for Cultural Diversity Day. tr("Día del Respeto a la Diversidad Cultural") if self._year >= 2010 # Columbus Day. else tr("Día de la Raza") ) if self._year == 2001: self._add_holiday_oct_8(name) elif self._year == 2002: self._add_holiday_oct_14(name) elif 2008 <= self._year <= 2016: self._add_holiday_2nd_mon_of_oct(name) else: self._move_holiday(self._add_columbus_day(name), show_observed_label=False) # Established in 1957 by Decree-Law 2446. # Abolished in 1977 by Law 21329. if self._year <= 1975: # All Saints' Day. self._add_all_saints_day(tr("Todos Los Santos")) # First observed with no holiday in 1974 by Law 20770. # Established in 2010 as 4th MON of NOV by Decree 1584/2010. # Moved to Nov 27 in 2015 by Decree 2226/2015. # Moved to Nov 28 again for 2016. if self._year >= 2010: # National Sovereignty Day. name = tr("Día de la Soberanía Nacional") if self._year >= 2017: self._move_holiday(self._add_holiday_nov_20(name), show_observed_label=False) elif self._year == 2016: self._add_holiday_nov_28(name) elif self._year == 2015: self._add_holiday_nov_27(name) else: self._add_holiday_4th_mon_of_nov(name) # Established in 1957 by Decree-Law 2446. # Abolished in 1976 by Law 21329. # Restored in 1995 by Law 24445. if self._year <= 1975 or self._year >= 1995: # Immaculate Conception. self._add_immaculate_conception_day(tr("Inmaculada Concepción de María")) # Christmas Day. self._add_christmas_day(tr("Navidad")) def _populate_subdiv_a_public_holidays(self): """Salta holidays.""" # Law 5032. if self._year >= 1977: # Anniversary of the Battle of Salta. self._add_holiday_feb_20(tr("Aniversario de la Batalla de Salta")) self._add_holiday_jun_17( # Day of Memory of General Don Martín Miguel de Güemes. tr( "Dia de la memoria del Guerrero de la Independencia y Gobernador " "de la Provincia de Salta General Don Martín Miguel de Güemes" ) ) # Feasts of the Lord and the Virgin of Miracle. name = tr("Festividades del Señor y de la Virgen del Milagro") self._add_holiday_sep_13(name) self._add_holiday_sep_14(name) self._add_holiday_sep_15(name) def _populate_subdiv_d_public_holidays(self): """San Luis holidays.""" # Law II-0046-2004. if self._year >= 2004: # Exaltation of the Holy Cross Day. self._add_holiday_may_3(tr("Día de la Exaltación de la Santa Cruz")) # Saint Louis the King of France's Day. self._add_holiday_aug_25(tr("Día de San Luis Rey de Francia")) def _populate_subdiv_e_public_holidays(self): """Entre Ríos holidays.""" # Law 10541. if self._year >= 2018: self._add_holiday_mar_24( # Provincial Day of Remembrance for Truth and Justice. tr("Día Provincial de la Memoria por la Verdad y la Justicia") ) # Law 7285/84. if self._year >= 1984: # Commemoration of the Battle of Caseros. self._add_holiday_feb_3(tr("Conmemoración de la Batalla de Caseros")) # Decree 216/2003. if self._year >= 2004: # State Worker's Day. self._add_holiday_jun_27(tr("Día del Trabajador Estatal")) # Decree 4359/93. if self._year >= 1993: # Saint Michael the Archangel's Day. self._add_holiday_sep_29(tr("San Miguel Arcángel")) def _populate_subdiv_f_public_holidays(self): """La Rioja holidays.""" # Law 1035. if self._year >= 2021: # Day of the Death of Juan Facundo Quiroga. self._add_holiday_feb_16(tr("Día del fallecimiento de Juan Facundo Quiroga")) # Law 10242. if self._year >= 2020: # Provincial Autonomy Day. self._add_holiday_mar_1(tr("Día de la Autonomía Provincial")) # Law 9955. if self._year >= 2017: # Day of Remembrance for Truth and Justice. self._add_holiday_mar_24(tr("Día de la Memoria por la Verdad y la Justicia")) # Established by Law 9955. # Abolished by Law 10298. if 2017 <= self._year <= 2020: # Malvinas Memorial Day. self._add_holiday_apr_2(tr("Día de los Caídos en Malvinas")) # Law 6886. if self._year >= 2000: # La Rioja Foundation Day. self._add_holiday_may_20(tr("Día de la fundación de La Rioja")) # Law 9844. if self._year >= 2016: self._add_holiday_aug_4( # Anniversary of the Death of Enrique Angelelli. tr("Día del Aniversario del Fallecimiento de Monseñor Enrique Angelelli") ) # Law 10298. if self._year >= 2020: self._add_holiday_nov_12( # Anniversary of the Death of Ángel Vicente Peñaloza. tr("Día del Aniversario del Fallecimiento de Ángel Vicente Peñaloza") ) # Law 6886. if self._year >= 2000: # Tinkunaco Festival. self._add_holiday_dec_31(tr("Día del Tinkunaco Riojano")) def _populate_subdiv_j_public_holidays(self): """San Juan holidays.""" # Law 14-P. if self._year >= 2015: # Teacher's Day. self._add_holiday_sep_11(tr("Día del Maestro")) def _populate_subdiv_k_public_holidays(self): """Catamarca holidays.""" # Law 4553. if self._year >= 1990: # Birthday of Mamerto Esquiú. self._add_holiday_may_11(tr("Natalicio de Fray Mamerto Esquiú")) # Catamarca Autonomy Day. self._add_holiday_aug_25(tr("Autonomía de Catamarca")) # Law 5525. if self._year >= 2018: # Miracle Day. self._add_holiday_sep_7(tr("Día del Milagro")) # Law 4553. if self._year >= 1989: # Immaculate Conception. self._add_immaculate_conception_day(tr("Inmaculada Concepción de María")) def _populate_subdiv_m_public_holidays(self): """Mendoza holidays.""" # Law 4081. if self._year >= 1977: # Saint James' Day. self._add_saint_james_day(tr("Día del Apóstol Santiago")) def _populate_subdiv_t_public_holidays(self): """Tucumán holidays.""" # Law 1765. # Anniversary of the Battle of Tucumán. self._add_holiday_sep_24(tr("Aniversario de la Batalla de Tucumán")) def _populate_subdiv_u_public_holidays(self): """Chubut holidays.""" # Law I-85. if self._year >= 1984: # Plebiscite 1902 Trevelin. self._add_holiday_apr_30(tr("Plebiscito 1902 Trevelin")) self._add_holiday_jul_28( # Anniversary of the arrival of the first Welsh settlers. tr("Aniversario del arribo de los primeros colonizadores galeses") ) # National Petroleum Day. self._add_holiday_dec_13(tr("Día del Petróleo Nacional")) # Law I-547. if self._year >= 2015: self._add_holiday_nov_3( # Tehuelches and Mapuches declare loyalty to the Argentine flag. tr("Tehuelches y Mapuches declaran lealtad a la bandera Argentina") ) def _populate_subdiv_v_public_holidays(self): """Tierra del Fuego holidays.""" # Law 7/92. if self._year >= 1992: self._add_holiday_jun_1( # Day of the Province of Tierra del Fuego, Antarctica # and the South Atlantic Islands. tr("Día de la Provincia de Tierra del Fuego, Antártida e Islas del Atlántico Sur") ) # Law 1389/2021. if self._year >= 2021: # Selk'Nam Genocide Day. self._add_holiday_nov_25(tr("Día del Genocidio Selk'Nam")) def _populate_subdiv_w_public_holidays(self): """Corrientes holidays.""" if self._year >= 2009: # Law 5884. self._add_holiday_jun_20( # Anniversary of the Death of General Manuel Belgrano. tr( "Día del Aniversario del Fallecimiento del General Manuel José Joaquín " "del Corazón de Jesús Belgrano" ) ) # Law 5874. self._add_holiday_aug_17( # Anniversary of the Death of General José Francisco de San Martín. tr( "Día del Aniversario del Fallecimiento del General José Francisco " "de San Martín" ) ) def _populate_subdiv_y_public_holidays(self): """Jujuy holidays.""" # Law 4059. if self._year >= 1984: # Carnival Monday. self._add_carnival_monday(tr("Lunes de Carnaval")) # Carnival Tuesday. self._add_carnival_tuesday(tr("Martes de Carnaval")) # Jujuy Exodus Day. self._add_holiday_aug_23(tr("Día del Éxodo Jujeño")) # Jujuy Political Autonomy Day. self._add_holiday_nov_18(tr("Autonomía Política de Jujuy")) # Law 4927. if self._year >= 1996: # Pachamama Day. self._add_holiday_aug_1(tr("Día de la Pachamama")) # Law 5005. if self._year >= 1997: # Day of the Virgin of the Rosary of Río Blanco and Paypaya. self._add_holiday_oct_7(tr("Día de la Virgen del Rosario de Río Blanco y Paypaya")) # Law 6197. if self._year >= 2021: # Great Day of Jujuy. self._add_holiday_apr_27(tr("Día Grande de Jujuy")) def _populate_subdiv_z_public_holidays(self): """Santa Cruz holidays.""" # Law 2882, Law 3419. if self._year >= 2007: # Saint John Bosco's Day. name = tr("Homenaje al Patrono de la Provincia San Juan Bosco") if self._year >= 2015: self._add_holiday_aug_16(name) else: self._add_holiday_jan_31(name) # Law 3342. if self._year >= 2014: self._add_holiday_oct_27( # Anniversary of the Death of Néstor Carlos Kirchner. tr( "Día del Aniversario del Fallecimiento del ex Presidente de la Nación " "Doctor Néstor Carlos Kirchner" ) ) # Law 3669. if self._year >= 2019: self._add_holiday_dec_7( # Commemoration of the workers shot in the Patagonian Strikes. tr("Conmemoración a los obreros fusilados en las Huelgas Patagónicas") ) def _populate_armenian_holidays(self): # Established in 2007 by Law 26199. if self._year >= 2007: self._add_holiday_apr_24( # Day of Action for Tolerance and Respect among Peoples. tr("Día de acción por la tolerancia y el respeto entre los pueblos") ) def _populate_bank_holidays(self): # Established in 1975 by Collective Agreement 18/75, Art. 50. if self._year >= 1975: # Bankers' Day. self._add_holiday_nov_6(tr("Día del Bancario")) def _populate_government_holidays(self): # Established in 2014 by Law 26876. if self._year >= 2014: # State Worker's Day. self._add_holiday_jun_27(tr("Día del Trabajador del Estado")) def _populate_hebrew_holidays(self): # Established in 1996 by Law 24571. if self._year >= 1996: # Rosh Hashanah. self._add_rosh_hashanah(tr("Año Nuevo Judío (Rosh Hashana)"), range(2)) # Yom Kippur. self._add_yom_kippur(tr("Día del Perdón (Iom Kipur)")) # Established in 2007 by Law 26089. if self._year >= 2007: # Pesach. name = tr("Pascua Judía (Pésaj)") self._add_passover(name, range(2)) self._add_passover(name, range(6, 8)) def _populate_islamic_holidays(self): # Established in 1997 by Law 24757. if self._year >= 1997: # Islamic New Year. self._add_islamic_new_year_day(tr("Año Nuevo Musulmán (Hégira)")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("Día posterior a la culminación del ayuno (Id Al-Fitr)")) # Eid al-Adha. self._add_eid_al_adha_day(tr("Día de la Fiesta del Sacrificio (Id Al-Adha)")) class AR(Argentina): pass class ARG(Argentina): pass class ArgentinaIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 16), 2025: (JUN, 10), } EID_AL_FITR_DATES = { 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), 2025: (MAR, 31), } HIJRI_NEW_YEAR_DATES = { 2019: (AUG, 31), 2020: (AUG, 20), 2021: (AUG, 8), 2022: (JUL, 30), 2023: (JUL, 19), 2024: (JUL, 7), 2025: (JUN, 26), } class ArgentinaStaticHolidays: """Argentina special holidays. Special Holidays References: * [Decree 615/2010](https://www.argentina.gob.ar/normativa/nacional/decreto-615-2010-166825/texto) * [Joint Resolution 1159/2010](https://www.argentina.gob.ar/normativa/nacional/resoluci%C3%B3n-1159-2010-173748/texto) * [Law 26721](https://www.argentina.gob.ar/normativa/nacional/ley-26721-191835/texto) * [Law 26763](https://www.argentina.gob.ar/normativa/nacional/ley-26763-201915/texto) * [Law 26837](https://www.argentina.gob.ar/normativa/nacional/ley-26837-207405/texto) * [Law 26840](https://www.argentina.gob.ar/normativa/nacional/ley-26840-207258/texto) * [Decree 42/2022](https://www.argentina.gob.ar/normativa/nacional/decreto-42-2022-360018/texto) * [Decree 842/2022](https://www.argentina.gob.ar/normativa/nacional/decreto-842-2022-376857/texto) Special Bank Holidays References: * [Release P50962 (2019)](https://bcra.gob.ar/Pdfs/comytexord/P50962.pdf) * [Release P50983 (2020)](https://bcra.gob.ar/Pdfs/comytexord/P50983.pdf) * [Release P51020 (2021)](https://bcra.gob.ar/Pdfs/comytexord/P51020.pdf) * [Release P51155 (2024)](https://bcra.gob.ar/Pdfs/comytexord/P51155.pdf) Special Bridge Holidays are given upto 3 days a year as long as it's declared 50 days before calendar year's end. There's no Bridge Holidays declared in 2017. Bridge Holidays References: * [Decree 1585/2010 (2011-2013 Bridge Holidays)](https://www.argentina.gob.ar/normativa/nacional/decreto-1585-2010-174391/texto) * [Decree 1768/2013 (2014-2016 Bridge Holidays)](https://www.argentina.gob.ar/normativa/nacional/decreto-1768-2013-222021/texto) * [Decree 923/2017 (2018-2019 Bridge Holidays)](https://www.argentina.gob.ar/normativa/nacional/decreto-923-2017-287145) * [Decree 717/2019 (2020 Bridge Holidays)](https://www.argentina.gob.ar/normativa/nacional/decreto-717-2019-330204/texto) * [Decree 947/2020 (2021 Bridge Holidays)](https://www.argentina.gob.ar/normativa/nacional/decreto-947-2020-344620/texto) * [Decree 789/2021 (2022 Bridge Holidays)](https://www.argentina.gob.ar/normativa/nacional/decreto-789-2021-356678/texto) * [Decree 764/2022 (2023 Bridge Holidays)](https://www.argentina.gob.ar/normativa/nacional/decreto-764-2022-375264/texto) * [Decree 106/2023 (2024 Bridge Holidays)](https://www.argentina.gob.ar/normativa/nacional/decreto-106-2023-395689/texto) * [Decree 1017/2024 (2025 Bridge Holidays)](https://www.argentina.gob.ar/normativa/nacional/decreto-1027-2024-406417/texto) """ # Bridge Public Holiday. arg_bridge_public_holiday = tr("Feriado con fines turísticos") # Bicentenary of the May Revolution. bicentennial_may_revolution = tr("Bicentenario de la Revolución de Mayo") # Bicentenary of the creation and first oath of the national flag. bicentennial_national_flag = tr( "Bicentenario de la creación y primera jura de la bandera nacional" ) # Bicentenary of the Battle of Tucuman. bicentennial_battle_tucuman = tr("Bicentenario de la Batalla de Tucumán") # Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813. bicentennial_assembly_1813 = tr( "Bicentenario de la sesión inaugural de la Asamblea Nacional Constituyente del año 1813" ) # Bicentenary of the Battle of Salta. bicentennial_battle_salta = tr("Bicentenario de la Batalla de Salta") # National Census Day 2010. national_census_2010 = tr("Censo Nacional 2010") # National Census Day 2022. national_census_2022 = tr("Censo Nacional 2022") # FIFA World Cup 2022 Victory Day. fifa_world_cup_2022_victory_day = tr("Día de la Victoria de la Copa Mundial de la FIFA 2022") # Bank Holiday. bank_holiday = tr("Asueto bancario") special_public_holidays = { 2010: ( # Decree 615/2010. (MAY, 24, bicentennial_may_revolution), # Joint Resolution 1159/2010. (OCT, 27, national_census_2010), ), 2011: ( (MAR, 25, arg_bridge_public_holiday), (DEC, 9, arg_bridge_public_holiday), ), 2012: ( # Law 26721. (FEB, 27, bicentennial_national_flag), (APR, 30, arg_bridge_public_holiday), # Law 26763. (SEP, 24, bicentennial_battle_tucuman), (DEC, 24, arg_bridge_public_holiday), ), 2013: ( # Law 26840. (JAN, 31, bicentennial_assembly_1813), # Law 26837. (FEB, 20, bicentennial_battle_salta), (APR, 1, arg_bridge_public_holiday), (JUN, 21, arg_bridge_public_holiday), ), 2014: ( (MAY, 2, arg_bridge_public_holiday), (DEC, 26, arg_bridge_public_holiday), ), 2015: ( (MAR, 23, arg_bridge_public_holiday), (DEC, 7, arg_bridge_public_holiday), ), 2016: ( (JUL, 8, arg_bridge_public_holiday), (DEC, 9, arg_bridge_public_holiday), ), 2018: ( (APR, 30, arg_bridge_public_holiday), (DEC, 24, arg_bridge_public_holiday), (DEC, 31, arg_bridge_public_holiday), ), 2019: ( (JUL, 8, arg_bridge_public_holiday), (AUG, 19, arg_bridge_public_holiday), (OCT, 14, arg_bridge_public_holiday), ), 2020: ( (MAR, 23, arg_bridge_public_holiday), (JUL, 10, arg_bridge_public_holiday), (DEC, 7, arg_bridge_public_holiday), ), 2021: ( (MAY, 24, arg_bridge_public_holiday), (OCT, 8, arg_bridge_public_holiday), (NOV, 22, arg_bridge_public_holiday), ), 2022: ( # Decree 42/2022. (MAY, 18, national_census_2022), (OCT, 7, arg_bridge_public_holiday), (NOV, 21, arg_bridge_public_holiday), (DEC, 9, arg_bridge_public_holiday), # Decree 842/2022. (DEC, 20, fifa_world_cup_2022_victory_day), ), 2023: ( (MAY, 26, arg_bridge_public_holiday), (JUN, 19, arg_bridge_public_holiday), (OCT, 13, arg_bridge_public_holiday), ), 2024: ( (APR, 1, arg_bridge_public_holiday), (JUN, 21, arg_bridge_public_holiday), (OCT, 11, arg_bridge_public_holiday), ), 2025: ( (MAY, 2, arg_bridge_public_holiday), (AUG, 15, arg_bridge_public_holiday), (NOV, 21, arg_bridge_public_holiday), ), } special_bank_holidays = { # Release P50962. 2019: ( (DEC, 24, bank_holiday), (DEC, 31, bank_holiday), ), # Release P50983. 2020: ( (DEC, 24, bank_holiday), (DEC, 31, bank_holiday), ), # Release P51020. 2021: ( (DEC, 24, bank_holiday), (DEC, 31, bank_holiday), ), # Release P51155. 2024: ( (DEC, 24, bank_holiday), (DEC, 31, bank_holiday), ), } holidays-0.71/holidays/countries/armenia.py000066400000000000000000000072121500152103600210650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.julian import JULIAN_CALENDAR from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Armenia(HolidayBase, ChristianHolidays, InternationalHolidays): """Armenia holidays. References: * * * """ country = "AM" default_language = "hy" supported_languages = ("en_US", "hy") start_year = 1991 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. name = tr("Նոր տարվա օր") self._add_new_years_day(name) self._add_new_years_day_two(name) # Christmas. Epiphany Day. self._add_holiday_jan_6(tr("Սուրբ Ծնունդ եւ Հայտնություն")) if 2010 <= self._year <= 2021: self._add_new_years_day_three(name) self._add_new_years_day_four(name) # Christmas Eve. self._add_holiday_jan_5(tr("Սուրբ Ծննդյան տոներ")) # The Day of Remembrance of the Dead. self._add_holiday_jan_7(tr("Մեռելոց հիշատակի օր")) if self._year >= 2003: # Army Day. self._add_holiday_jan_28(tr("Բանակի օր")) # Women's Day. self._add_womens_day(tr("Կանանց տոն")) if 1994 <= self._year <= 2001: # Motherhood and Beauty Day. self._add_holiday_apr_7(tr("Մայրության և գեղեցկության տոն")) # Armenian Genocide Remembrance Day. self._add_holiday_apr_24(tr("Եղեռնի զոհերի հիշատակի օր")) if self._year >= 2001: self._add_labor_day( # Labor Day. tr("Աշխատանքի օր") if self._year >= 2002 # International Day of Workers' Solidarity. else tr("Աշխատավորների համերաշխության միջազգային օր") ) if self._year >= 1995: self._add_world_war_two_victory_day( # Victory and Peace Day. tr("Հաղթանակի և Խաղաղության տոն"), is_western=False, ) # Republic Day. self._add_holiday_may_28(tr("Հանրապետության օր")) if self._year >= 1996: # Constitution Day. self._add_holiday_jul_5(tr("Սահմանադրության օր")) if self._year >= 1992: # Independence Day. self._add_holiday_sep_21(tr("Անկախության օր")) # New Year's Eve. self._add_new_years_eve(tr("Նոր տարվա գիշեր")) class AM(Armenia): pass class ARM(Armenia): pass holidays-0.71/holidays/countries/aruba.py000066400000000000000000000117001500152103600205400ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import APR, AUG, _timedelta from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Aruba(HolidayBase, ChristianHolidays, InternationalHolidays): """Aruba holidays. References: * * * * * * * """ country = "AW" default_language = "pap_AW" supported_languages = ("en_US", "nl", "pap_AW", "uk") # AUG 1947: Autonomous State status in the Kingdom of the Netherlands. start_year = 1947 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Aña Nobo. # Status: In-Use. # New Year's Day self._add_new_years_day(tr("Aña Nobo")) # Dia Di Betico. # Status: In-Use. # Started in 1989. if self._year >= 1989: # Betico Day self._add_holiday_jan_25(tr("Dia di Betico")) # Dialuna prome cu diaranson di shinish. # Status: In-Use. # Starts as a public holiday from 1956 onwards. # Event cancelled but remain a holiday in 2021. # Have its name changed from 2023 onwards. if self._year >= 1956: self._add_ash_monday( # Carnival Monday tr("Dialuna despues di Carnaval Grandi") if self._year <= 2022 # Monday before Ash Wednesday else tr("Dialuna prome cu diaranson di shinish") ) # Dia di Himno y Bandera. # Status: In-Use. # Started in 1976. if self._year >= 1976: # National Anthem and Flag Day self._add_holiday_mar_18(tr("Dia di Himno y Bandera")) # Bierna Santo. # Status: In-Use. # Good Friday self._add_good_friday(tr("Bierna Santo")) # Di dos dia di Pasco di Resureccion. # Status: In-Use. # Easter Monday self._add_easter_monday(tr("Di dos dia di Pasco di Resureccion")) # Aña di La Reina/Aña di Rey/Dia di Rey. # Status: In-Use. # Started under Queen Wilhelmina in 1891. # Queen Beatrix kept Queen Juliana's Birthday after her coronation. # Switched to Aña di Rey in 2014 for King Willem-Alexander. # Have its name changed again to Dia di Rey from 2021 onwards. # King's / Queen's Day name = ( # King's Day. tr("Dia di Rey") if self._year >= 2021 else ( tr("Aña di Rey") # King's Day. if self._year >= 2014 else tr("Aña di La Reina") # Queen's Day. ) ) if self._year >= 2014: dt = (APR, 27) elif self._year >= 1949: dt = (APR, 30) else: dt = (AUG, 31) if self._is_sunday(dt): dt = _timedelta(date(self._year, *dt), -1 if self._year >= 1980 else +1) self._add_holiday(name, dt) # Dia di Labor/Dia di Obrero. # Status: In-Use. # Labor Day self._add_labor_day(tr("Dia di Obrero")) # Dia di Asuncion. # Status: In-Use. # Ascension Day self._add_ascension_thursday(tr("Dia di Asuncion")) # Pasco di Nacemento. # Status: In-Use. # Christmas Day self._add_christmas_day(tr("Pasco di Nacemento")) # Di dos dia di Pasco di Nacemento. # Status: In-Use. # Second Day of Christmas self._add_christmas_day_two(tr("Di dos dia di Pasco di Nacemento")) class AW(Aruba): pass class ABW(Aruba): pass holidays-0.71/holidays/countries/australia.py000066400000000000000000001063161500152103600214430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import JAN, APR, JUN, AUG, SEP, OCT, DEC from holidays.constants import BANK, HALF_DAY, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, MON_TO_NEXT_TUE, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE, SAT_SUN_TO_NEXT_MON, SAT_SUN_TO_NEXT_MON_TUE, ) class Australia(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Australia holidays. References: * * [ACT Holidays Act 1958](https://www.legislation.act.gov.au/a/1958-19) * [ACT 2013-2023](https://www.cmtedd.act.gov.au/archived-content/holidays/previous-years) * [NSW Banks and Bank Holidays Act 1912](https://legislation.nsw.gov.au/view/html/repealed/current/act-1912-043) * [NSW Public Holidays Act 2010](https://legislation.nsw.gov.au/view/html/inforce/current/act-2010-115) * [NT Public Holidays Act 1981](https://legislation.nt.gov.au/api/sitecore/Act/PDF?id=12145) * [QLD Holidays Act 1983](https://www.legislation.qld.gov.au/view/html/inforce/current/act-1983-018) * [QLD 2012-2024](https://www.qld.gov.au/recreation/travel/holidays/public) * [SA Holidays Act 1910](https://www.legislation.sa.gov.au/LZ/C/A/HOLIDAYS%20ACT%201910.aspx) * [SA Public Holidays Act 2023](https://www.legislation.sa.gov.au/LZ/C/A/Public%20Holidays%20Act%202023.aspx) * [SA 2023-2024](https://www.safework.sa.gov.au/resources/public-holidays) * [SA 2007-2021](https://safework.sa.gov.au/__data/assets/pdf_file/0007/235474/Public-Holidays-since-2007.pdf) * [TAS Statutory Holidays Act 2000](https://www.legislation.tas.gov.au/view/html/inforce/current/act-2000-096) * [VIC Public Holidays Act 1993](https://www.legislation.vic.gov.au/in-force/acts/public-holidays-act-1993/027) * [VIC Minister appointment](https://www.gazette.vic.gov.au/gazette/Gazettes2015/GG2015S229.pdf) * [VIC 2018-2024](https://business.vic.gov.au/business-information/public-holidays) * [WA Public and Bank Holidays Act 1972](https://www.legislation.wa.gov.au/legislation/statutes.nsf/law_a639.html) * [WA 2019-2023](https://www.commerce.wa.gov.au/labour-relations/previous-years-public-holiday-dates) """ country = "AU" supported_categories = (BANK, HALF_DAY, PUBLIC) default_language = "en_AU" # %s (observed). observed_label = tr("%s (observed)") supported_languages = ("en_AU", "en_US", "th") subdivisions = ("ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA") subdivisions_aliases = { "Australian Capital Territory": "ACT", "New South Wales": "NSW", "Northern Territory": "NT", "Queensland": "QLD", "South Australia": "SA", "Tasmania": "TAS", "Victoria": "VIC", "Western Australia": "WA", } start_year = 1801 @property def sovereign_birthday(self) -> str: """Sovereign's birthday holiday name.""" return ( # King's Birthday. tr("King's Birthday") if 1902 <= self._year <= 1951 or self._year >= 2023 # Queen's Birthday. else tr("Queen's Birthday") ) @property def australia_day(self) -> str: """Australia Day holiday name.""" return ( # Australia Day. tr("Australia Day") if self._year >= 1935 # Anniversary Day. else tr("Anniversary Day") ) def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, AustraliaStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Good Friday. self._add_good_friday(tr("Good Friday")) # Easter Monday. self._add_easter_monday(tr("Easter Monday")) # Sovereign's Birthday. if 1902 <= self._year <= 1935: if self._year >= 1912: self._add_holiday_jun_3(self.sovereign_birthday) # George V else: self._add_holiday_nov_9(self.sovereign_birthday) # Edward VII if self.subdiv: return None # Common holidays. # New Year's Day. self._add_new_years_day(tr("New Year's Day")) # Australia Day. if self._year >= 1935: self._add_holiday_jan_26(self.australia_day) if self._year >= 1921: # ANZAC Day. self._add_anzac_day(tr("ANZAC Day")) # Christmas Day. self._add_christmas_day(tr("Christmas Day")) # Boxing Day. self._add_christmas_day_two(tr("Boxing Day")) def _populate_subdiv_act_public_holidays(self): # New Year's Day. # 1959-1992: SUN - move to MON. # 1993-2014: SAT, SUN - move to MON. # from 2015: SAT, SUN - add MON. # New Year's Day. name = tr("New Year's Day") if self._year >= 2015: self._add_observed(self._add_new_years_day(name)) elif self._year >= 1959: jan_1 = (JAN, 1) if self._is_sunday(jan_1) or (self._year >= 1993 and self._is_saturday(jan_1)): self._add_holiday_1st_mon_from_jan_1(name) else: self._add_new_years_day(name) else: self._add_new_years_day(name) # Australia Day. # 1959-1989: not MON - move to MON. # from 1990: SAT, SUN - move to MON. # Australia Day. if self._year >= 1888: if 1959 <= self._year <= 1989 or (self._year >= 1990 and self._is_weekend(JAN, 26)): self._add_holiday_1st_mon_from_jan_26(self.australia_day) else: self._add_holiday_jan_26(self.australia_day) if self._year >= 1913: # Canberra Day. name = tr("Canberra Day") if self._year <= 1958 or self._year == 2012: self._add_holiday_mar_12(name) elif self._year <= 2007: self._add_holiday_3rd_mon_of_mar(name) else: self._add_holiday_2nd_mon_of_mar(name) # Easter Saturday. self._add_holy_saturday(tr("Easter Saturday")) if self._year >= 2016: # Easter Sunday. self._add_easter_sunday(tr("Easter Sunday")) # ANZAC Day. # from 1959: SUN - move to MON. if self._year >= 1921: # ANZAC Day. name = tr("ANZAC Day") if self._year >= 1959 and self._is_sunday(APR, 25): self._add_holiday_1st_mon_from_apr_25(name) else: self._add_anzac_day(name) if self._year >= 2018: # Reconciliation Day. self._add_holiday_1st_mon_from_may_27(tr("Reconciliation Day")) # Sovereign's Birthday. if self._year >= 1936: self._add_holiday_2nd_mon_of_jun(self.sovereign_birthday) # Family & Community Day. # (First Monday of the September/October school holidays; # moved to the second Monday if this falls on Labour day). if 2010 <= self._year <= 2017: fc_dates = { 2010: (SEP, 26), 2011: (OCT, 10), 2012: (OCT, 8), 2013: (SEP, 30), 2014: (SEP, 29), 2015: (SEP, 28), 2016: (SEP, 26), 2017: (SEP, 25), } # Family & Community Day. self._add_holiday(tr("Family & Community Day"), fc_dates[self._year]) # Labor Day. self._add_holiday_1st_mon_of_oct(tr("Labour Day")) # Christmas Day. # 1958-1991: SUN - to MON. # 1992-2013: SAT, SUN - to MON. # from 2014: SAT - add MON, SUN - add TUE. # Christmas Day. name = tr("Christmas Day") if self._year >= 2014: self._add_observed(self._add_christmas_day(name), rule=SAT_SUN_TO_NEXT_MON_TUE) elif self._year >= 1958: dec_25 = (DEC, 25) if self._is_sunday(dec_25) or (self._year >= 1992 and self._is_saturday(dec_25)): self._add_holiday_1st_mon_from_dec_25(name) else: self._add_christmas_day(name) else: self._add_christmas_day(name) # Boxing Day. # 1958-1991: SUN - to MON, MON - to TUE. # 1992-2013: SAT - to MON, SUN - to TUE, MON - to TUE. # from 2014: SAT - add MON, SUN - add TUE. # Boxing Day. name = tr("Boxing Day") if self._year >= 2014: self._add_observed(self._add_christmas_day_two(name), rule=SAT_SUN_TO_NEXT_MON_TUE) elif self._year >= 1958: dec_26 = (DEC, 26) if self._year >= 1992: if self._is_saturday(dec_26): self._add_holiday_1st_mon_from_dec_26(name) elif self._is_sunday(dec_26) or self._is_monday(dec_26): self._add_holiday_1st_tue_from_dec_26(name) else: self._add_christmas_day_two(name) else: if self._is_sunday(dec_26): self._add_holiday_1st_mon_from_dec_26(name) elif self._is_monday(dec_26): self._add_holiday_1st_tue_from_dec_26(name) else: self._add_christmas_day_two(name) else: self._add_christmas_day_two(name) def _populate_subdiv_act_bank_holidays(self): # Bank Holiday. self._add_holiday_1st_mon_of_aug(tr("Bank Holiday")) def _populate_subdiv_nsw_public_holidays(self): # New Year's Day. # 1912-2010: SUN - add MON. # from 2011: SAT, SUN - add MON. self._add_observed( # New Year's Day. self._add_new_years_day(tr("New Year's Day")), rule=SAT_SUN_TO_NEXT_MON if self._year >= 2011 else SUN_TO_NEXT_MON, ) # Australia Day. # 1912-2010: SUN - add MON. # from 2011: SAT, SUN - to MON. if self._year >= 1888: name = ( # Australia Day. tr("Australia Day") if self._year >= 1946 # Anniversary Day. else tr("Anniversary Day") ) if self._year >= 2011: if self._is_weekend(JAN, 26): self._add_holiday_1st_mon_from_jan_26(name) else: self._add_holiday_jan_26(name) else: self._add_observed(self._add_holiday_jan_26(name), rule=SUN_TO_NEXT_MON) # Easter Saturday. self._add_holy_saturday(tr("Easter Saturday")) if self._year >= 2011: # Easter Sunday. self._add_easter_sunday(tr("Easter Sunday")) # ANZAC Day. # 1912-2010: SUN - add MON. # from 2011: normal. if self._year >= 1921: # ANZAC Day. apr_25 = self._add_anzac_day(tr("ANZAC Day")) if self._year <= 2010: self._add_observed(apr_25) # Labor Day. self._add_holiday_1st_mon_of_oct(tr("Labour Day")) # Sovereign's Birthday. if self._year >= 1936: self._add_holiday_2nd_mon_of_jun(self.sovereign_birthday) if 1912 <= self._year <= 2010: # Bank Holiday. self._add_holiday_1st_mon_of_aug(tr("Bank Holiday")) # Christmas Day. # 1912-2010: SUN - add TUE. # from 2011: SAT - add MON, SUN - add TUE. self._add_observed( # Christmas Day. self._add_christmas_day(tr("Christmas Day")), rule=SAT_SUN_TO_NEXT_MON_TUE if self._year >= 2011 else SUN_TO_NEXT_TUE, ) # Boxing Day. # 1912-2010: SUN - add MON. # from 2011: SAT - add MON, SUN - add TUE. self._add_observed( # Boxing Day. self._add_christmas_day_two(tr("Boxing Day")), rule=SAT_SUN_TO_NEXT_MON_TUE if self._year >= 2011 else SUN_TO_NEXT_MON, ) def _populate_subdiv_nsw_bank_holidays(self): if self._year >= 2011: # Bank Holiday. self._add_holiday_1st_mon_of_aug(tr("Bank Holiday")) def _populate_subdiv_nt_public_holidays(self): # New Year's Day. # 1982-2016: SAT, SUN - move to MON. # from 2017: SAT, SUN - add MON. # New Year's Day. name = tr("New Year's Day") if self._year >= 2017: self._add_observed(self._add_new_years_day(name)) elif self._year >= 1982 and self._is_weekend(JAN, 1): self._add_holiday_1st_mon_from_jan_1(name) else: self._add_new_years_day(name) # Australia Day. # from 1982: SAT, SUN - move to MON. # Australia Day. if self._year >= 1888: if self._year >= 1982 and self._is_weekend(JAN, 26): self._add_holiday_1st_mon_from_jan_26(self.australia_day) else: self._add_holiday_jan_26(self.australia_day) # Easter Saturday. self._add_holy_saturday(tr("Easter Saturday")) if self._year >= 2024: # Easter Sunday. self._add_easter_sunday(tr("Easter Sunday")) # ANZAC Day. # from 1982: SUN - to MON. if self._year >= 1921: # ANZAC Day. name = tr("ANZAC Day") if self._year >= 1982 and self._is_sunday(APR, 25): self._add_holiday_1st_mon_from_apr_25(name) else: self._add_anzac_day(name) # May Day. self._add_holiday_1st_mon_of_may(tr("May Day")) # Sovereign's Birthday. if self._year >= 1936: self._add_holiday_2nd_mon_of_jun(self.sovereign_birthday) # Picnic Day. self._add_holiday_1st_mon_of_aug(tr("Picnic Day")) # Christmas Day. # 1981-2015: SAT, SUN - to MON. # from 2016: SAT, SUN - add MON. # Christmas Day. name = tr("Christmas Day") if self._year >= 2016: self._add_observed(self._add_christmas_day(name)) elif self._year >= 1981 and self._is_weekend(DEC, 25): self._add_holiday_1st_mon_from_dec_25(name) else: self._add_christmas_day(name) # Boxing Day. # 1981-2022: SAT - to MON, SUN - to TUE, MON - to TUE. # from 2023: SAT - add MON, SUN - add TUE, MON - add TUE. # Boxing Day. name = tr("Boxing Day") if self._year >= 2023: self._add_observed( self._add_christmas_day_two(name), rule=SAT_SUN_TO_NEXT_MON_TUE + MON_TO_NEXT_TUE ) elif self._year >= 1981: dec_26 = (DEC, 26) if self._is_saturday(dec_26): self._add_holiday_1st_mon_from_dec_26(name) elif self._is_sunday(dec_26) or self._is_monday(dec_26): self._add_holiday_1st_tue_from_dec_26(name) else: self._add_christmas_day_two(name) else: self._add_christmas_day_two(name) def _populate_subdiv_nt_half_day_holidays(self): if self._year >= 2016: # %s (from 7pm). begin_time_label = self.tr("%s (from 7pm)") # Christmas Eve. self._add_christmas_eve(begin_time_label % self.tr("Christmas Eve")) # New Year's Eve. self._add_new_years_eve(begin_time_label % self.tr("New Year's Eve")) def _populate_subdiv_qld_public_holidays(self): # New Year's Day. # 1984-2011: SUN - move to MON. # from 2012: SAT, SUN - add MON. # New Year's Day. name = tr("New Year's Day") if self._year >= 2012: self._add_observed(self._add_new_years_day(name)) elif self._year >= 1984 and self._is_sunday(JAN, 1): self._add_holiday_1st_mon_from_jan_1(name) else: self._add_new_years_day(name) # Australia Day. # 1984-1995: not MON - move to MON. # from 1996: SAT, SUN - move to MON. # Australia Day. if self._year >= 1888: if 1984 <= self._year <= 1995 or (self._year >= 1996 and self._is_weekend(JAN, 26)): self._add_holiday_1st_mon_from_jan_26(self.australia_day) else: self._add_holiday_jan_26(self.australia_day) # Easter Saturday. self._add_holy_saturday(tr("Easter Saturday")) if self._year >= 2017: # Easter Sunday. self._add_easter_sunday(tr("Easter Sunday")) # ANZAC Day. # from 1984: SUN - move to MON. if self._year >= 1921: # ANZAC Day. name = tr("ANZAC Day") if self._year >= 1984 and self._is_sunday(APR, 25): self._add_holiday_1st_mon_from_apr_25(name) else: self._add_anzac_day(name) # Labor Day. name = tr("Labour Day") if 2013 <= self._year <= 2015: self._add_holiday_1st_mon_of_oct(name) else: self._add_holiday_1st_mon_of_may(name) # Sovereign's Birthday. if self._year >= 1936: if self._year <= 2015 and self._year != 2012: self._add_holiday_2nd_mon_of_jun(self.sovereign_birthday) else: self._add_holiday_1st_mon_of_oct(self.sovereign_birthday) # The Royal Queensland Show (Ekka). # The Show starts on the first Friday of August - providing this is # not prior to the 5th - in which case it will begin on the second # Friday. The Wednesday during the show is a public holiday. ekka_dates = { 2020: (AUG, 14), 2021: (OCT, 29), } # The Royal Queensland Show. name = tr("The Royal Queensland Show") if self._year in ekka_dates: self._add_holiday(name, ekka_dates[self._year]) else: # [1st FRI after Aug 5] + 5 days = [1st WED after Aug 10] self._add_holiday_1st_wed_from_aug_10(name) # Christmas Day. # 1984-2010: SUN - to MON. # from 2011: SAT - add MON, SUN - add TUE. # Christmas Day. name = tr("Christmas Day") if self._year >= 2011: self._add_observed(self._add_christmas_day(name), rule=SAT_SUN_TO_NEXT_MON_TUE) elif self._year >= 1984 and self._is_sunday(DEC, 25): self._add_holiday_1st_mon_from_dec_25(name) else: self._add_christmas_day(name) # Boxing Day. # 1984-1910: SUN - to MON, MON - to TUE. # from 2011: SAT - add MON, SUN - add TUE. # Boxing Day. name = tr("Boxing Day") if self._year >= 2011: self._add_observed(self._add_christmas_day_two(name), rule=SAT_SUN_TO_NEXT_MON_TUE) elif self._year >= 1984: dec_26 = (DEC, 26) if self._is_sunday(dec_26): self._add_holiday_1st_mon_from_dec_26(name) elif self._is_monday(dec_26): self._add_holiday_1st_tue_from_dec_26(name) else: self._add_christmas_day_two(name) else: self._add_christmas_day_two(name) def _populate_subdiv_sa_public_holidays(self): # New Year's Day. # 1984-2003: SAT, SUN - move to MON. # 2004-2023: SAT - move to MON, SUN - add MON. # from 2024: SAT, SUN - add MON. # New Year's Day. name = tr("New Year's Day") jan_1 = (JAN, 1) if self._year >= 2024: self._add_observed(self._add_new_years_day(name)) elif self._year >= 2004: if self._is_saturday(jan_1): self._add_holiday_1st_mon_from_jan_1(name) else: self._add_observed(self._add_new_years_day(name), rule=SUN_TO_NEXT_MON) elif self._year >= 1984 and self._is_weekend(jan_1): self._add_holiday_1st_mon_from_jan_1(name) else: self._add_new_years_day(name) # Australia Day. # 1984-1993: not MON - move to MON. # 1994-2003: SAT, SUN - move to MON. # 2004-2023: SAT - move to MON, SUN - add MON. # from 2024: SAT, SUN - move to MON. if self._year >= 1935: # Australia Day. name = tr("Australia Day") jan_26 = (JAN, 26) if 1994 <= self._year <= 2003 or self._year >= 2024: if self._is_weekend(jan_26): self._add_holiday_1st_mon_from_jan_26(name) else: self._add_holiday_jan_26(name) elif self._year >= 2004: if self._is_saturday(jan_26): self._add_holiday_1st_mon_from_jan_26(name) else: self._add_observed(self._add_holiday_jan_26(name), rule=SUN_TO_NEXT_MON) elif self._year >= 1984: self._add_holiday_1st_mon_from_jan_26(name) else: self._add_holiday_jan_26(name) # Adelaide Cup Day. # First observed as Public Holidays in 1973: https://racingsa.com.au/blog/2020/03/06/2380/a-little-adelaide-cup-history # 2006-2023: changed each year by SA Government Proclamation from the 3rd Monday in May # to the 2nd Monday in March. # from 2024: changed to the 2nd Monday in March officially. # Adelaide Cup Day. name = tr("Adelaide Cup Day") if self._year >= 2006: self._add_holiday_2nd_mon_of_mar(name) elif self._year >= 1973: self._add_holiday_3rd_mon_of_may(name) # Easter Saturday. self._add_holy_saturday(tr("Easter Saturday")) if self._year >= 2024: # Easter Sunday. self._add_easter_sunday(tr("Easter Sunday")) if self._year >= 1921: # ANZAC Day. apr_25 = self._add_anzac_day(tr("ANZAC Day")) if self._year <= 2023: self._add_observed(apr_25, rule=SUN_TO_NEXT_MON) # Sovereign's Birthday. if self._year >= 1936: self._add_holiday_2nd_mon_of_jun(self.sovereign_birthday) # Labor Day. self._add_holiday_1st_mon_of_oct(tr("Labour Day")) # Proclamation Day. # 1984-1992: SAT, SUN - move to MON. # 1993-2002: SAT - to MON, SUN - to TUE, MON - to TUE. # 2003-2023: SAT - to MON, SUN - add TUE, MON - add TUE. # from 2024: SAT - add MON, SUN - add TUE, MON - add TUE. # (Placed before Christmas Day for proper observed calculation). # Proclamation Day. name = tr("Proclamation Day") dec_26 = (DEC, 26) if self._year >= 2024: self._add_observed( self._add_christmas_day_two(name), rule=SAT_SUN_TO_NEXT_MON_TUE + MON_TO_NEXT_TUE ) elif self._year >= 2003: if self._is_saturday(dec_26): self._add_holiday_1st_mon_from_dec_26(name) else: self._add_observed( self._add_christmas_day_two(name), rule=SUN_TO_NEXT_TUE + MON_TO_NEXT_TUE ) elif self._year >= 1993: if self._is_saturday(dec_26): self._add_holiday_1st_mon_from_dec_26(name) elif self._is_sunday(dec_26) or self._is_monday(dec_26): self._add_holiday_1st_tue_from_dec_26(name) else: self._add_christmas_day_two(name) elif self._year >= 1984 and self._is_weekend(dec_26): self._add_holiday_1st_mon_from_dec_26(name) else: self._add_christmas_day_two(name) # Christmas Day. # 1984-2002: SAT, SUN - move to MON. # 2003-2023: SAT - move to MON, SUN - add MON. # from 2024: SAT, SUN - add MON. # Christmas Day. name = tr("Christmas Day") dec_25 = (DEC, 25) if self._year >= 2024: self._add_observed(self._add_christmas_day(name)) elif self._year >= 2003: if self._is_saturday(dec_25): self._add_holiday_1st_mon_from_dec_25(name) else: self._add_observed(self._add_christmas_day(name), rule=SUN_TO_NEXT_MON) elif self._year >= 1984 and self._is_weekend(dec_25): self._add_holiday_1st_mon_from_dec_25(name) else: self._add_christmas_day(name) def _populate_subdiv_sa_half_day_holidays(self): if self._year >= 2012: # %s (from 7pm). begin_time_label = self.tr("%s (from 7pm)") # Christmas Eve. self._add_christmas_eve(begin_time_label % self.tr("Christmas Eve")) # New Year's Eve. self._add_new_years_eve(begin_time_label % self.tr("New Year's Eve")) def _populate_subdiv_tas_public_holidays(self): # New Year's Day. # from 2001: SAT, SUN - move to MON. # New Year's Day. name = tr("New Year's Day") if self._year >= 2001 and self._is_weekend(JAN, 1): self._add_holiday_1st_mon_from_jan_1(name) else: self._add_new_years_day(name) # Australia Day. # from 2001: SAT, SUN - move to MON. # Australia Day. if self._year >= 1888: if self._year >= 2001 and self._is_weekend(JAN, 26): self._add_holiday_1st_mon_from_jan_26(self.australia_day) else: self._add_holiday_jan_26(self.australia_day) # Eight Hours Day. self._add_holiday_2nd_mon_of_mar(tr("Eight Hours Day")) if self._year <= 2010: # Easter Tuesday. self._add_easter_tuesday(tr("Easter Tuesday")) if self._year >= 1921: # ANZAC Day. self._add_anzac_day(tr("ANZAC Day")) # Sovereign's Birthday. if self._year >= 1936: self._add_holiday_2nd_mon_of_jun(self.sovereign_birthday) # Christmas Day. # 2000-2009: SAT - to MON, SUN - to TUE. # from 2010: SAT - add MON, SUN - add TUE. # Christmas Day. name = tr("Christmas Day") if self._year >= 2010: self._add_observed(self._add_christmas_day(name), rule=SAT_SUN_TO_NEXT_MON_TUE) elif self._year >= 2000: dec_25 = (DEC, 25) if self._is_saturday(dec_25): self._add_holiday_1st_mon_from_dec_25(name) elif self._is_sunday(dec_25): self._add_holiday_1st_tue_from_dec_25(name) else: self._add_christmas_day(name) else: self._add_christmas_day(name) # Boxing Day. # from 2000: SAT - to MON, SUN - to TUE. # Boxing Day. name = tr("Boxing Day") if self._year >= 2000: dec_26 = (DEC, 26) if self._is_saturday(dec_26): self._add_holiday_1st_mon_from_dec_26(name) elif self._is_sunday(dec_26): self._add_holiday_1st_tue_from_dec_26(name) else: self._add_christmas_day_two(name) else: self._add_christmas_day_two(name) def _populate_subdiv_vic_public_holidays(self): # New Year's Day. # 1994-1997: SUN - add MON. # 1998-2008: SUN - move to MON. # from 2009: SAT, SUN - add MON. # New Year's Day. name = tr("New Year's Day") if self._year >= 2009: self._add_observed(self._add_new_years_day(name)) elif self._year >= 1998: if self._is_sunday(JAN, 1): self._add_holiday_1st_mon_from_jan_1(name) else: self._add_new_years_day(name) elif self._year >= 1994: self._add_observed(self._add_new_years_day(name), rule=SUN_TO_NEXT_MON) else: self._add_new_years_day(name) # Australia Day. # from 2009: SAT, SUN - move to MON. # Australia Day. if self._year >= 1888: if self._year >= 2009 and self._is_weekend(JAN, 26): self._add_holiday_1st_mon_from_jan_26(self.australia_day) else: self._add_holiday_jan_26(self.australia_day) # Labor Day. self._add_holiday_2nd_mon_of_mar(tr("Labour Day")) if self._year >= 2003: # Easter Saturday. self._add_holy_saturday(tr("Easter Saturday")) if self._year >= 2016: # Easter Sunday. self._add_easter_sunday(tr("Easter Sunday")) if self._year >= 1921: # ANZAC Day. self._add_anzac_day(tr("ANZAC Day")) # Sovereign's Birthday. if self._year >= 1936: self._add_holiday_2nd_mon_of_jun(self.sovereign_birthday) if self._year >= 2015: grand_final_dates = { 2015: (OCT, 2), 2016: (SEP, 30), # Rescheduled due to COVID-19. 2020: (OCT, 23), } # Grand Final Day. name = tr("Grand Final Day") if self._year in grand_final_dates: self._add_holiday(name, grand_final_dates[self._year]) else: self._add_holiday_1_day_prior_last_sat_of_sep(name) if self._year >= 2009: # Melbourne Cup Day. self._add_holiday_1st_tue_of_nov(tr("Melbourne Cup Day")) # Christmas Day. # 2008-2018: SAT - to MON, SUN - to TUE. # from 2019: SAT - add MON, SUN - add TUE. # Christmas Day. name = tr("Christmas Day") if self._year >= 2019: self._add_observed(self._add_christmas_day(name), rule=SAT_SUN_TO_NEXT_MON_TUE) elif self._year >= 2000: dec_25 = (DEC, 25) if self._is_saturday(dec_25): self._add_holiday_1st_mon_from_dec_25(name) elif self._is_sunday(dec_25): self._add_holiday_1st_tue_from_dec_25(name) else: self._add_christmas_day(name) else: self._add_christmas_day(name) # Boxing Day. # 1994-2008: SUN - to MON. # from 2009: SAT - add MON, SUN - add TUE. # Boxing Day. name = tr("Boxing Day") if self._year >= 2009: self._add_observed(self._add_christmas_day_two(name), rule=SAT_SUN_TO_NEXT_MON_TUE) elif self._year >= 1994 and self._is_sunday(DEC, 26): self._add_holiday_1st_tue_from_dec_26(name) else: self._add_christmas_day_two(name) def _populate_subdiv_wa_public_holidays(self): # New Year's Day. # from 1973: SAT, SUN - add MON. # New Year's Day. jan_1 = self._add_new_years_day(tr("New Year's Day")) if self._year >= 1973: self._add_observed(jan_1) # Australia Day. # 1973-1993: not MON - move to MON. # from 1994: SAT, SUN - move to MON. # Australia Day. if self._year >= 1888: if self._year >= 1994: if self._is_weekend(JAN, 26): self._add_holiday_1st_mon_from_jan_26(self.australia_day) else: self._add_holiday_jan_26(self.australia_day) elif self._year >= 1973: self._add_holiday_1st_mon_from_jan_26(self.australia_day) else: self._add_holiday_jan_26(self.australia_day) # Labor Day. self._add_holiday_1st_mon_of_mar(tr("Labour Day")) if self._year >= 2022: # Easter Sunday. self._add_easter_sunday(tr("Easter Sunday")) if self._year >= 1921: # ANZAC Day. apr_25 = self._add_anzac_day(tr("ANZAC Day")) if self._year >= 1973: self._add_observed(apr_25) if self._year >= 1833: self._add_holiday_1st_mon_of_jun( # Western Australia Day. tr("Western Australia Day") if self._year >= 2012 # Foundation Day. else tr("Foundation Day") ) # Sovereign's Birthday. if self._year >= 1936: if self._year >= 1984: # Celebration Day for the Anniversary of the Birthday of the Reigning Sovereign # to be appointed for each year by proclamation published in the Government Gazette sovereign_birthday_dates = { 2011: (OCT, 28), 2012: (OCT, 1), 2024: (SEP, 23), } if self._year in sovereign_birthday_dates: self._add_holiday( self.sovereign_birthday, sovereign_birthday_dates[self._year] ) else: self._add_holiday_last_mon_of_sep(self.sovereign_birthday) else: self._add_holiday_2nd_mon_of_oct(self.sovereign_birthday) # Boxing Day. # 1972-1975: SAT - add MON, SUN - add TUE. # from 1976: SAT - add MON, SUN - add TUE, MON - add TUE. # (Placed before Christmas Day for proper observed calculation). # Boxing Day. dec_26 = self._add_christmas_day_two(tr("Boxing Day")) if self._year >= 1972: self._add_observed( dec_26, rule=SAT_SUN_TO_NEXT_MON_TUE + MON_TO_NEXT_TUE if self._year >= 1976 else SAT_SUN_TO_NEXT_MON_TUE, ) # Christmas Day. # from 1972: SAT, SUN - add MON. # Christmas Day. dec_25 = self._add_christmas_day(tr("Christmas Day")) if self._year >= 1972: self._add_observed(dec_25) class AU(Australia): pass class AUS(Australia): pass class AustraliaStaticHolidays: # Special public holiday. special_public_holiday = tr("Special public holiday") special_public_holidays = { # National Day of Mourning for Queen Elizabeth II. 2022: (SEP, 22, tr("National Day of Mourning for Queen Elizabeth II")), } special_act_public_holidays = { # Declared public holiday. 2020: (APR, 20, tr("Declared public holiday")), # Additional public holiday. 2021: (APR, 25, tr("Additional public holiday")), } special_qld_public_holidays = { # Queen's Diamond Jubilee. 2012: (JUN, 11, tr("Queen's Diamond Jubilee")), } special_qld_public_holidays_observed = { # Christmas Day. 2010: (DEC, 28, tr("Christmas Day")), # New Year's Day. 2011: (JAN, 3, tr("New Year's Day")), } special_wa_public_holidays = { # In 2011 both ANZAC Day and Easter Monday fell on Monday 25 April. 2011: (APR, 26, special_public_holiday), } holidays-0.71/holidays/countries/austria.py000066400000000000000000000114761500152103600211300ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.constants import BANK, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Austria(HolidayBase, ChristianHolidays, InternationalHolidays): """Austria holidays.""" country = "AT" default_language = "de" supported_categories = (BANK, PUBLIC) supported_languages = ("de", "en_US", "uk") subdivisions = ( "1", # Burgenland. "2", # Kärnten. "3", # Niederösterreich. "4", # Oberösterreich. "5", # Salzburg. "6", # Steiermark. "7", # Tirol. "8", # Vorarlberg. "9", # Wien. ) subdivisions_aliases = { "Burgenland": "1", "Bgld": "1", "B": "1", "Kärnten": "2", "Ktn": "2", "K": "2", "Niederösterreich": "3", "NÖ": "3", "N": "3", "Oberösterreich": "4", "OÖ": "4", "O": "4", "Salzburg": "5", "Sbg": "5", "S": "5", "Steiermark": "6", "Stmk": "6", "St": "6", "Tirol": "7", "T": "7", "Vorarlberg": "8", "Vbg": "8", "V": "8", "Wien": "9", "W": "9", } def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Neujahr")) # Epiphany. self._add_epiphany_day(tr("Heilige Drei Könige")) # Easter Monday. self._add_easter_monday(tr("Ostermontag")) # Labor Day. self._add_labor_day(tr("Staatsfeiertag")) # Ascension Day. self._add_ascension_thursday(tr("Christi Himmelfahrt")) # Whit Monday. self._add_whit_monday(tr("Pfingstmontag")) # Corpus Christi. self._add_corpus_christi_day(tr("Fronleichnam")) # Assumption Day. self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) # National Day. national_day = tr("Nationalfeiertag") if 1919 <= self._year <= 1934: self._add_holiday_nov_12(national_day) if self._year >= 1967: self._add_holiday_oct_26(national_day) # All Saints' Day. self._add_all_saints_day(tr("Allerheiligen")) # Immaculate Conception. self._add_immaculate_conception_day(tr("Mariä Empfängnis")) # Christmas Day. self._add_christmas_day(tr("Christtag")) # Saint Stephen's Day. self._add_christmas_day_two(tr("Stefanitag")) def _populate_bank_holidays(self): # Good Friday. self._add_good_friday(tr("Karfreitag")) # Christmas Eve. self._add_christmas_eve(tr("Heiliger Abend")) # New Year's Eve. self._add_new_years_eve(tr("Silvester")) def _populate_subdiv_1_bank_holidays(self): # Saint Martin's Day. self._add_holiday_nov_11(tr("Hl. Martin")) def _populate_subdiv_2_bank_holidays(self): # Saint Joseph's Day. self._add_saint_josephs_day(tr("Hl. Josef")) # 1920 Carinthian plebiscite. self._add_holiday_oct_10(tr("Tag der Volksabstimmung")) def _populate_subdiv_3_bank_holidays(self): # Saint Leopold's Day. self._add_holiday_nov_15(tr("Hl. Leopold")) def _populate_subdiv_4_bank_holidays(self): if self._year >= 2004: # Saint Florian's Day. self._add_holiday_may_4(tr("Hl. Florian")) def _populate_subdiv_5_bank_holidays(self): # Saint Rupert's Day. self._add_holiday_sep_24(tr("Hl. Rupert")) def _populate_subdiv_6_bank_holidays(self): # Saint Joseph's Day. self._add_saint_josephs_day(tr("Hl. Josef")) def _populate_subdiv_7_bank_holidays(self): # Saint Joseph's Day. self._add_saint_josephs_day(tr("Hl. Josef")) def _populate_subdiv_8_bank_holidays(self): # Saint Joseph's Day. self._add_saint_josephs_day(tr("Hl. Josef")) def _populate_subdiv_9_bank_holidays(self): # Saint Leopold's Day. self._add_holiday_nov_15(tr("Hl. Leopold")) class AT(Austria): pass class AUT(Austria): pass holidays-0.71/holidays/countries/azerbaijan.py000066400000000000000000000301521500152103600215560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.constants import PUBLIC, WORKDAY from holidays.groups import InternationalHolidays, IslamicHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, WORKDAY_TO_NEXT_WORKDAY, SAT_SUN_TO_NEXT_WORKDAY, ) class Azerbaijan(ObservedHolidayBase, InternationalHolidays, IslamicHolidays, StaticHolidays): """Azerbaijan holidays. References: * * * """ country = "AZ" default_language = "az" # %s (estimated). estimated_label = tr("%s (təxmini)") # %s (observed). observed_label = tr("%s (müşahidə olunur)") # %s (observed, estimated). observed_estimated_label = tr("%s (müşahidə olunur, təxmini)") supported_categories = (PUBLIC, WORKDAY) supported_languages = ("az", "en_US", "uk") start_year = 1990 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=AzerbaijanIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, AzerbaijanStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 2006) super().__init__(*args, **kwargs) def _populate_public_holidays(self): dts_observed = set() dts_non_observed = set() dts_bairami = set() # New Year's Day. name = tr("Yeni il bayramı") dts_observed.add(self._add_new_years_day(name)) if self._year >= 2006: dts_observed.add(self._add_new_years_day_two(name)) if self._year >= 2000: # Martyrs' Day. dts_non_observed.add(self._add_holiday_jan_20(tr("Ümumxalq hüzn günü"))) # Women's Day. dt = self._add_womens_day(tr("Qadınlar günü")) if self._year != 2025: dts_observed.add(dt) # Spring Festival. name = tr("Novruz bayramı") dts_observed.add(self._add_holiday_mar_20(name)) dts_observed.add(self._add_holiday_mar_21(name)) if self._year >= 2007: dts_observed.add(self._add_holiday_mar_22(name)) dts_observed.add(self._add_holiday_mar_23(name)) dts_observed.add(self._add_holiday_mar_24(name)) dts_observed.add( self._add_world_war_two_victory_day( # Victory over Fascism Day. tr("Faşizm üzərində qələbə günü"), is_western=False, ) ) if self._year >= 1992: dts_observed.add( self._add_holiday_may_28( # Independence Day. tr("Müstəqillik Günü") if self._year >= 2021 # Republic Day. else tr("Respublika Günü") ) ) if self._year >= 1997: dts_observed.add( # National Liberation Day. self._add_holiday_jun_15(tr("Azərbaycan xalqının milli qurtuluş günü")) ) if self._year >= 1992: # Armed Forces Day. name = tr("Azərbaycan Respublikasının Silahlı Qüvvələri günü") if self._year <= 1997: self._add_holiday_oct_9(name) else: dts_observed.add(self._add_holiday_jun_26(name)) if self._year <= 2005: # Independence Day. self._add_holiday_oct_18(tr("Milli Müstəqillik Günü")) if self._year >= 2021: # Victory Day. dts_observed.add(self._add_holiday_nov_8(tr("Zəfər Günü"))) if self._year >= 2010: dts_observed.add( # National Flag Day. self._add_holiday_nov_9(tr("Azərbaycan Respublikasının Dövlət bayrağı günü")) ) if self._year >= 1993: # International Azerbaijanis Solidarity Day. name = tr("Dünya azərbaycanlılarının həmrəyliyi günü") self._add_new_years_eve(name) self._add_observed(date(self._year - 1, DEC, 31), name) if self._year >= 1993: # Eid al-Fitr. name = tr("Ramazan bayrami") dt = self._add_eid_al_fitr_day(name) if self._year != 2025: dts_bairami.update(dt) if self._year >= 2006: dts_bairami.update(self._add_eid_al_fitr_day_two(name)) # Eid al-Adha. name = tr("Qurban bayrami") dts_bairami.update(self._add_eid_al_adha_day(name)) if self._year >= 2007: dts_bairami.update(self._add_eid_al_adha_day_two(name)) # Article 105 of the Labor Code of the Republic of Azerbaijan states: # 5. If interweekly rest days and holidays that are not considered working days overlap, # that rest day is immediately transferred to the next working day. if self.observed and self._year >= 2006: self._populate_observed(dts_observed.union(dts_bairami)) bayrami_names = {self.tr("Ramazan bayrami"), self.tr("Qurban bayrami")} # 6. If the holidays of Qurban and Ramadan coincide with another holiday # that is not considered a working day, the next working day is considered a rest day. for dt_observed in sorted(dts_bairami.difference(dts_non_observed)): if len(dt_holidays := self.get_list(dt_observed)) == 1: continue for name in dt_holidays: if name in bayrami_names: self._add_observed(dt_observed, name, WORKDAY_TO_NEXT_WORKDAY) def _populate_workday_holidays(self): if self._year >= 2021: # Memorial Day. self._add_holiday_sep_27(tr("Anım Günü")) if self._year >= 2006: self._add_holiday_oct_18( # Independence Restoration Day. tr("Müstəqilliyin Bərpası Günü") if self._year >= 2021 # Independence Day. else tr("Milli Müstəqillik Günü") ) if self._year >= 1996: # Constitution Day. self._add_holiday_nov_12(tr("Konstitusiya Günü")) if self._year >= 1992: # National Revival Day. self._add_holiday_nov_17(tr("Milli Dirçəliş Günü")) class AZ(Azerbaijan): pass class AZE(Azerbaijan): pass class AzerbaijanIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2002: (FEB, 21), 2003: (FEB, 11), 2004: (FEB, 1), 2005: (JAN, 22), 2006: ((JAN, 10), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 8), 2009: (NOV, 27), 2010: (NOV, 16), 2011: (NOV, 6), 2012: (OCT, 25), 2013: (OCT, 15), 2014: (OCT, 4), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 22), 2019: (AUG, 12), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 16), 2025: (JUN, 6), } EID_AL_FITR_DATES = { 2002: (DEC, 4), 2003: (NOV, 25), 2004: (NOV, 14), 2005: (NOV, 3), 2006: (OCT, 23), 2007: (OCT, 12), 2008: (SEP, 30), 2009: (SEP, 20), 2010: (SEP, 9), 2011: (AUG, 30), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 28), 2015: (JUL, 17), 2016: (JUL, 6), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), 2025: (MAR, 30), } class AzerbaijanStaticHolidays: """Azerbaijan special holidays. Substituted holidays references: * * * * * * * * * * Special holidays references: * """ eid_al_adha = tr("Qurban bayrami") eid_al_fitr = tr("Ramazan bayrami") womens_day = tr("Qadınlar günü") # Substituted date format. substituted_date_format = tr("%d.%m.%Y") # Day off (substituted from %s). substituted_label = tr("İstirahət günü (%s ilə əvəz edilmişdir)") # Presidential elections. presidential_elections = tr("Prezidenti seçkiləri") # Municipal elections. municipal_elections = tr("Bələdiyyə seçkiləri") special_public_holidays = { 2011: (AUG, 29, AUG, 27), 2013: ( (JAN, 3, DEC, 29, 2012), (JAN, 4, DEC, 30, 2012), ), 2014: ( (JAN, 3, DEC, 28, 2013), (JAN, 6, DEC, 29, 2013), ), 2018: (APR, 11, presidential_elections), 2019: (DEC, 27, municipal_elections), 2020: ( (JAN, 3, DEC, 28, 2019), (JAN, 6, DEC, 29, 2019), (MAR, 27, MAR, 29), (MAY, 27, MAY, 30), ), 2021: ( (MAY, 11, MAY, 8), (MAY, 12, MAY, 16), (JUL, 19, JUL, 17), ), 2022: ( (MAR, 7, MAR, 5), (NOV, 7, NOV, 5), ), 2023: ( (JUN, 27, JUN, 24), (JUN, 30, JUN, 25), (NOV, 10, NOV, 4), ), 2024: ( (JAN, 4, DEC, 30, 2023), (JAN, 5, JAN, 7), (FEB, 7, presidential_elections), (APR, 12, APR, 6), (NOV, 12, NOV, 16), (NOV, 13, NOV, 23), (DEC, 30, DEC, 28), ), 2025: ( (JAN, 3, DEC, 29, 2024), (JAN, 29, municipal_elections), ), } special_public_holidays_observed = { 2007: (JAN, 3, eid_al_adha), 2025: ( (MAR, 27, womens_day), (MAR, 28, eid_al_fitr), ), 2072: (JAN, 5, eid_al_adha), } holidays-0.71/holidays/countries/bahamas.py000066400000000000000000000125531500152103600210510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import SEP, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, TUE_TO_PREV_MON, WED_THU_TO_NEXT_FRI, SAT_SUN_TO_NEXT_MON, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE, ) class Bahamas(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Bahamas holidays. References: * * * * * * Checked With: * * * """ country = "BS" observed_label = "%s (observed)" # Gained Independence on Jul 10, 1973. start_year = 1974 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, BahamasStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. # Pre-2012 Observance: # - If TUE, New Year's Day (observed) prev MON. # - If WED or THU, New Year's Day (observed) next FRI. # 2012 and beyond Observance: If SUN, New Year's Day (observed) next MON (not for SAT). self._add_observed( self._add_new_years_day("New Year's Day"), rule=SUN_TO_NEXT_MON if self._year >= 2012 else SAT_SUN_TO_NEXT_MON + TUE_TO_PREV_MON + WED_THU_TO_NEXT_FRI, ) # Majority Rule Day. # Officially made a holiday on Oct 11, 2013 under Majority Rule (Public Holiday) Act 2013. if self._year >= 2014: self._add_observed(self._add_holiday_jan_10("Majority Rule Day")) # Good Friday. self._add_good_friday("Good Friday") # Easter Monday. self._add_easter_monday("Easter Monday") # Whit Monday. self._add_whit_monday("Whit Monday") # Randol Fawkes Labour Day. # This was simply known as "Labour Day" prior to Randol Fawkes Labour Day Act 2013. self._add_holiday_1st_fri_of_jun( "Randol Fawkes Labour Day" if self._year >= 2013 else "Labour Day" ) # Independence Day. self._add_observed(self._add_holiday_jul_10("Independence Day")) # Emancipation Day. self._add_holiday_1st_mon_of_aug("Emancipation Day") # National Heroes Day. # Known as "Discovery Day" prior to 2013, with its date fixed as Oct 12 annually. # Got its name changed on Oct 11, 2013 under Majority Rule (Public Holiday) Act 2013. # Pre-2013 Observance: # - If TUE, Discovery Day (observed) prev MON. # - If WED or THU, Discovery Day (observed) next FRI. if self._year >= 2013: self._add_holiday_2nd_mon_of_oct("National Heroes Day") else: self._add_observed( self._add_columbus_day("Discovery Day"), rule=SAT_SUN_TO_NEXT_MON + TUE_TO_PREV_MON + WED_THU_TO_NEXT_FRI, ) # Christmas Holidays Exception Rules. # Observance Exception: # FRI-SAT -> Boxing Day (observed) next MON. # SAT-SUN -> Boxing Day (observed) next MON. # SUN-MON -> Christmas Day (observed) next TUE. # Christmas Day. self._add_observed(self._add_christmas_day("Christmas Day"), rule=SUN_TO_NEXT_TUE) # Boxing Day. self._add_observed(self._add_christmas_day_two("Boxing Day")) class BS(Bahamas): pass class BHS(Bahamas): pass class BahamasStaticHolidays: special_public_holidays = { # https://www.bahamas.gov.bs/wps/portal/public/gov/government/notices/national%20holiday%2019th%20september/ 2022: (SEP, 19, "State Funeral of Queen Elizabeth II"), } special_public_holidays_observed = { # New Year's Day observance overflow. # This only applies to Pre-2012 observance. 1979: (DEC, 31, "New Year's Day"), 1984: (DEC, 31, "New Year's Day"), 1990: (DEC, 31, "New Year's Day"), 2001: (DEC, 31, "New Year's Day"), 2007: (DEC, 31, "New Year's Day"), } holidays-0.71/holidays/countries/bahrain.py000066400000000000000000000065221500152103600210600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import FRI, SAT, MAY, JUL, AUG, OCT from holidays.groups import InternationalHolidays, IslamicHolidays from holidays.holiday_base import HolidayBase class Bahrain(HolidayBase, InternationalHolidays, IslamicHolidays): """Bahrain holidays. References: * * """ country = "BH" default_language = "ar" # %s (estimated). estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US") weekend = {FRI, SAT} def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=BahrainIslamicHolidays, show_estimated=islamic_show_estimated ) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("رأس السنة الميلادية")) # Labor Day. self._add_labor_day(tr("عيد العمال")) # Eid al-Fitr. eid_al_fitr = tr("عيد الفطر") self._add_eid_al_fitr_day(eid_al_fitr) self._add_eid_al_fitr_day_two(tr("عطلة عيد الفطر")) # Eid al-Fitr Holiday. self._add_eid_al_fitr_day_three(tr("عطلة عيد الفطر")) # Eid al-Adha. self._add_eid_al_adha_day(tr("عيد الأضحى")) # Eid al-Adha Holiday. self._add_eid_al_adha_day_two(tr("عطلة عيد الأضحى")) self._add_eid_al_adha_day_three(tr("عطلة عيد الأضحى")) # Islamic New Year. self._add_islamic_new_year_day(tr("رأس السنة الهجرية")) # Ashura Eve. self._add_ashura_eve(tr("ليلة عاشورة")) # Ashura. self._add_ashura_day(tr("عاشورة")) # Prophet's Birthday. self._add_mawlid_day(tr("عيد المولد النبوي")) # National Day. national_day = tr("اليوم الوطني") self._add_holiday_dec_16(national_day) self._add_holiday_dec_17(national_day) class BH(Bahrain): pass class BAH(Bahrain): pass class BahrainIslamicHolidays(_CustomIslamicHolidays): ASHURA_DATES = { 2022: (AUG, 8), } EID_AL_ADHA = { 2022: (JUL, 9), } EID_AL_FITR_DATES = { 2022: (MAY, 2), } HIJRI_NEW_YEAR_DATES = { 2022: (JUL, 30), } MAWLID_DATES = { 2022: (OCT, 8), } holidays-0.71/holidays/countries/bangladesh.py000066400000000000000000000036361500152103600215470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FRI, SAT from holidays.groups import InternationalHolidays from holidays.holiday_base import HolidayBase class Bangladesh(HolidayBase, InternationalHolidays): """Bangladesh holidays. References: * * """ country = "BD" weekend = {FRI, SAT} def __init__(self, *args, **kwargs): InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # International Mother's language Day. self._add_holiday_feb_21("International Mother's language Day") # Sheikh Mujibur Rahman's Birthday and Children's Day. self._add_holiday_mar_17("Sheikh Mujibur Rahman's Birthday and Children's Day") # Independence Day. self._add_holiday_mar_26("Independence Day") # Bengali New Year's Day. self._add_holiday_apr_14("Bengali New Year's Day") # May Day. self._add_labor_day("May Day") # National Mourning Day. self._add_holiday_aug_15("National Mourning Day") # Victory Day. self._add_holiday_dec_16("Victory Day") class BD(Bangladesh): pass class BGD(Bangladesh): pass holidays-0.71/holidays/countries/barbados.py000066400000000000000000000071211500152103600212250ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, JUL from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, MON_TO_NEXT_TUE, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE, ) class Barbados(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Barbados holidays. References: * * * [Public Holidays Act Cap.352](http://barbadosparliament-laws.com/en/showdoc/cs/352) * * * * """ country = "BB" observed_label = "%s (observed)" # Public Holidays Act Cap.352, 1968-12-30 start_year = 1969 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, BarbadosStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day self._add_observed(self._add_new_years_day("New Year's Day")) # Errol Barrow Day if self._year >= 1989: self._add_observed(self._add_holiday_jan_21("Errol Barrow Day")) # Good Friday self._add_good_friday("Good Friday") # Easter Monday self._add_easter_monday("Easter Monday") # National Heroes Day if self._year >= 1998: self._add_observed(self._add_holiday_apr_28("National Heroes Day")) # May Day self._add_observed(self._add_labor_day("May Day")) # Whit Monday self._add_whit_monday("Whit Monday") # Emancipation Day name = "Emancipation Day" # If Aug 1 is Kadooment Day (i.e. Monday), observed on Tuesday. self._add_observed(self._add_holiday_aug_1(name), rule=SUN_TO_NEXT_TUE + MON_TO_NEXT_TUE) # Kadooment Day self._add_holiday_1st_mon_of_aug("Kadooment Day") # Independence Day self._add_observed(self._add_holiday_nov_30("Independence Day")) # Christmas self._add_observed(self._add_christmas_day("Christmas Day"), rule=SUN_TO_NEXT_TUE) # Boxing Day self._add_observed(self._add_christmas_day_two("Boxing Day")) class BB(Barbados): pass class BRB(Barbados): pass class BarbadosStaticHolidays: special_public_holidays = { 2021: ( (JAN, 4, "Public Holiday"), (JAN, 5, "Public Holiday"), ), # One off 50th Anniversary of CARICOM Holiday. # See https://tinyurl.com/brbhol 2023: (JUL, 31, "50th Anniversary of CARICOM Holiday"), } holidays-0.71/holidays/countries/belarus.py000066400000000000000000000231421500152103600211060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import GREGORIAN_CALENDAR, JAN, MAR, APR, MAY, JUN, JUL, NOV, DEC from holidays.calendars.julian import JULIAN_CALENDAR from holidays.constants import PUBLIC, WORKDAY from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Belarus(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Belarus holidays. References: * * * * * * * Cross-checked With: * """ country = "BY" default_language = "be" supported_categories = (PUBLIC, WORKDAY) supported_languages = ("be", "en_US", "ru", "th") # Declaration of State Sovereignty of the BSSR. start_year = 1991 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, BelarusStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. name = tr("Новы год") self._add_new_years_day(name) if self._year >= 2020: self._add_new_years_day_two(name) # Orthodox Christmas Day. self._add_christmas_day(tr("Нараджэнне Хрыстова (праваслаўнае Раство)")) # Women's Day. self._add_womens_day(tr("Дзень жанчын")) if 1995 <= self._year <= 1998: # Constitution Day. self._add_holiday_mar_15(tr("Дзень Канстытуцыі")) # Labor Day. self._add_labor_day(tr("Свята працы")) # Victory Day. self._add_world_war_two_victory_day(tr("Дзень Перамогі"), is_western=False) # Radunitsa (Day of Rejoicing). self._add_rejoicing_day(tr("Радаўніца")) # Independence Day of the Republic of Belarus (Day of the Republic). name = tr("Дзень Незалежнасці Рэспублікі Беларусь (Дзень Рэспублікі)") if self._year >= 1997: self._add_holiday_jul_3(name) else: self._add_holiday_jul_27(name) if self._year >= 1995: # October Revolution Day. self._add_holiday_nov_7(tr("Дзень Кастрычніцкай рэвалюцыі")) # Catholic Christmas Day. self._add_christmas_day(tr("Нараджэнне Хрыстова (каталіцкае Раство)"), GREGORIAN_CALENDAR) if self._year >= 1992: # Catholic Easter. name_catholic = tr("Каталiцкi Вялiкдзень") self._add_easter_sunday(name_catholic, GREGORIAN_CALENDAR) # Orthodox Easter. name_orthodox = tr("Праваслаўны Вялiкдзень") self._add_easter_sunday(name_orthodox) if self._year <= 1997: self._add_easter_monday(name_catholic, GREGORIAN_CALENDAR) self._add_easter_monday(name_orthodox) # Dzyady (All Souls' Day). self._add_all_souls_day(tr("Дзень памяці")) def _populate_workday_holidays(self): # Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus. self._add_holiday_feb_23(tr("Дзень абаронцаў Айчыны і Узброеных Сіл Рэспублікі Беларусь")) if self._year >= 1999: # Constitution Day. self._add_holiday_mar_15(tr("Дзень Канстытуцыі")) if self._year >= 1996: # Day of Unity of the Peoples of Belarus and Russia. self._add_holiday_apr_2(tr("Дзень яднання народаў Беларусі і Расіі")) if self._year >= 1998: self._add_holiday_2nd_sun_of_may( # Day of the National Coat of Arms of the Republic of Belarus, # the National Flag of the Republic of Belarus # and the National Anthem of the Republic of Belarus. tr( "Дзень Дзяржаўнага сцяга, Дзяржаўнага герба і Дзяржаўнага " "гімна Рэспублікі Беларусь" ) ) if self._year >= 2021: # Day of People's Unity. self._add_holiday_sep_17(tr("Дзень народнага адзінства")) if self._year >= 1998: # Dzyady (All Souls' Day). self._add_all_souls_day(tr("Дзень памяці")) class BY(Belarus): pass class BLR(Belarus): pass class BelarusStaticHolidays: """Belarus special holidays. References: * * """ # Date format (see strftime() Format Codes) substituted_date_format = tr("%d.%m.%Y") # Day off (substituted from %s). substituted_label = tr("Выходны (перанесены з %s)") special_public_holidays = { 1998: ( (JAN, 2, JAN, 10), (APR, 27, APR, 25), ), 1999: ( (JAN, 8, JAN, 16), (APR, 19, APR, 17), ), 2000: ( (MAY, 8, MAY, 13), (NOV, 6, NOV, 11), ), 2001: ( (JAN, 2, JAN, 20), (MAR, 9, MAR, 3), (APR, 23, APR, 21), (APR, 30, APR, 28), (JUL, 2, JUL, 7), (DEC, 24, DEC, 22), (DEC, 31, DEC, 29), ), 2002: ( (JAN, 2, JAN, 5), (MAY, 10, MAY, 18), (NOV, 8, NOV, 16), ), 2003: ( (JAN, 6, JAN, 4), (MAY, 5, MAY, 3), ), 2004: ( (JAN, 2, JAN, 10), (JAN, 5, JAN, 17), (JAN, 6, JAN, 31), (APR, 19, APR, 17), ), 2005: (MAR, 7, MAR, 12), 2006: ( (JAN, 2, JAN, 21), (MAY, 8, MAY, 6), (NOV, 6, NOV, 4), ), 2007: ( (JAN, 2, DEC, 30, 2006), (MAR, 9, MAR, 17), (APR, 16, APR, 14), (APR, 30, MAY, 5), (JUL, 2, JUL, 7), (DEC, 24, DEC, 22), (DEC, 31, DEC, 29), ), 2008: ( (JAN, 2, JAN, 12), (MAY, 5, MAY, 3), (JUL, 4, JUN, 28), (DEC, 26, DEC, 20), ), 2009: ( (JAN, 2, JAN, 10), (APR, 27, APR, 25), ), 2010: ( (JAN, 8, JAN, 23), (APR, 12, APR, 17), (MAY, 10, MAY, 15), ), 2011: ( (MAR, 7, MAR, 12), (MAY, 2, MAY, 14), ), 2012: ( (MAR, 9, MAR, 11), (APR, 23, APR, 28), (JUL, 2, JUN, 30), (DEC, 24, DEC, 22), (DEC, 31, DEC, 29), ), 2013: ( (JAN, 2, JAN, 5), (MAY, 10, MAY, 18), ), 2014: ( (JAN, 2, JAN, 4), (JAN, 6, JAN, 11), (APR, 30, MAY, 3), (JUL, 4, JUL, 12), (DEC, 26, DEC, 20), ), 2015: ( (JAN, 2, JAN, 10), (APR, 20, APR, 25), ), 2016: ( (JAN, 8, JAN, 16), (MAR, 7, MAR, 5), ), 2017: ( (JAN, 2, JAN, 21), (APR, 24, APR, 29), (MAY, 8, MAY, 6), (NOV, 6, NOV, 4), ), 2018: ( (JAN, 2, JAN, 20), (MAR, 9, MAR, 3), (APR, 16, APR, 14), (APR, 30, APR, 28), (JUL, 2, JUL, 7), (DEC, 24, DEC, 22), (DEC, 31, DEC, 29), ), 2019: ( (MAY, 6, MAY, 4), (MAY, 8, MAY, 11), (NOV, 8, NOV, 16), ), 2020: ( (JAN, 6, JAN, 4), (APR, 27, APR, 4), ), 2021: ( (JAN, 8, JAN, 16), (MAY, 10, MAY, 15), ), 2022: ( (MAR, 7, MAR, 12), (MAY, 2, MAY, 14), ), 2023: ( (APR, 24, APR, 29), (MAY, 8, MAY, 13), (NOV, 6, NOV, 11), ), 2024: ( (MAY, 13, MAY, 18), (NOV, 8, NOV, 16), ), 2025: ( (JAN, 6, JAN, 11), (APR, 28, APR, 26), (JUL, 4, JUL, 12), (DEC, 26, DEC, 20), ), } holidays-0.71/holidays/countries/belgium.py000066400000000000000000000054571500152103600211060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.constants import BANK, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Belgium(HolidayBase, ChristianHolidays, InternationalHolidays): """Belgium holidays. References: * * * * """ country = "BE" default_language = "nl" supported_categories = (BANK, PUBLIC) supported_languages = ("de", "en_US", "fr", "nl", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Nieuwjaar")) # Easter Sunday. self._add_easter_sunday(tr("Pasen")) # Easter Monday. self._add_easter_monday(tr("Paasmaandag")) # Labor Day. self._add_labor_day(tr("Dag van de Arbeid")) # Ascension Day. self._add_ascension_thursday(tr("O. L. H. Hemelvaart")) # Whit Sunday. self._add_whit_sunday(tr("Pinksteren")) # Whit Monday. self._add_whit_monday(tr("Pinkstermaandag")) # National Day. self._add_holiday_jul_21(tr("Nationale feestdag")) # Assumption Day. self._add_assumption_of_mary_day(tr("O. L. V. Hemelvaart")) # All Saints' Day. self._add_all_saints_day(tr("Allerheiligen")) # Armistice Day. self._add_remembrance_day(tr("Wapenstilstand")) # Christmas Day. self._add_christmas_day(tr("Kerstmis")) def _populate_bank_holidays(self): # Good Friday. self._add_good_friday(tr("Goede Vrijdag")) # Friday after Ascension Day. self._add_holiday_40_days_past_easter(tr("Vrijdag na O. L. H. Hemelvaart")) # Bank Holiday. self._add_christmas_day_two(tr("Banksluitingsdag")) class BE(Belgium): pass class BEL(Belgium): pass holidays-0.71/holidays/countries/belize.py000066400000000000000000000076531500152103600207340ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SUN_TO_NEXT_MON, TUE_WED_THU_TO_PREV_MON, FRI_SUN_TO_NEXT_MON, ) class Belize(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Belize holidays. References: * * * * """ country = "BZ" observed_label = "%s (observed)" # Belize was granted independence on 21.09.1981. start_year = 1982 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) # Chapter 289 of the laws of Belize states that if the holiday falls # on a Sunday or a Friday, the following Monday is observed as public # holiday; further, if the holiday falls on a Tuesday, Wednesday or # Thursday, the preceding Monday is observed as public holiday kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._move_holiday(self._add_new_years_day("New Year's Day")) if self._year >= 2021: # George Price Day. self._move_holiday(self._add_holiday_jan_15("George Price Day")) # National Heroes and Benefactors Day. self._move_holiday( self._add_holiday_mar_9("National Heroes and Benefactors Day"), rule=TUE_WED_THU_TO_PREV_MON + FRI_SUN_TO_NEXT_MON, ) # Good Friday. self._add_good_friday("Good Friday") # Holy Saturday. self._add_holy_saturday("Holy Saturday") # Easter Monday. self._add_easter_monday("Easter Monday") # Labour Day. self._move_holiday(self._add_labor_day("Labour Day")) if self._year <= 2021: # Commonwealth Day. self._move_holiday( self._add_holiday_may_24("Commonwealth Day"), rule=TUE_WED_THU_TO_PREV_MON + FRI_SUN_TO_NEXT_MON, ) if self._year >= 2021: # Emancipation Day. self._move_holiday( self._add_holiday_aug_1("Emancipation Day"), rule=TUE_WED_THU_TO_PREV_MON + FRI_SUN_TO_NEXT_MON, ) # Saint George's Caye Day. self._move_holiday(self._add_holiday_sep_10("Saint George's Caye Day")) # Independence Day. self._move_holiday(self._add_holiday_sep_21("Independence Day")) # Indigenous Peoples' Resistance Day / Pan American Day. name = "Indigenous Peoples' Resistance Day" if self._year >= 2021 else "Pan American Day" self._move_holiday( self._add_columbus_day(name), rule=TUE_WED_THU_TO_PREV_MON + FRI_SUN_TO_NEXT_MON ) # Garifuna Settlement Day. self._move_holiday(self._add_holiday_nov_19("Garifuna Settlement Day")) # Christmas Day. self._add_christmas_day("Christmas Day") # Boxing Day. self._move_holiday(self._add_christmas_day_two("Boxing Day")) class BZ(Belize): pass class BLZ(Belize): pass holidays-0.71/holidays/countries/bolivia.py000066400000000000000000000132251500152103600210770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, TUE_TO_PREV_MON, THU_TO_NEXT_FRI, SUN_TO_NEXT_MON, ) class Bolivia(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Bolivia holidays. References: * [Supreme Decree #14260](https://bolivia.infoleyes.com/norma/1141/decreto-supremo-14260) * [Supreme Decree #21060](https://bolivia.infoleyes.com/norma/1211/decreto-supremo-21060) * [Supreme Decree #22352](https://bolivia.infoleyes.com/norma/1310/decreto-supremo-22352) * [Supreme Decree #0173](https://bolivia.infoleyes.com/norma/829/decreto-supremo-0173) * [Supreme Decree #0405](https://bolivia.infoleyes.com/norma/1252/decreto-supremo-0405) * [Supreme Decree #1210](https://bolivia.infoleyes.com/norma/3756/decreto-supremo-1210) * [Supreme Decree #2750](https://bolivia.infoleyes.com/norma/6023/decreto-supremo-2750) * * """ country = "BO" default_language = "es" supported_languages = ("en_US", "es", "uk") # %s (observed). observed_label = tr("%s (observado)") subdivisions = ( "B", # El Beni "C", # Cochabamba "H", # Chuquisaca "L", # La Paz "N", # Pando "O", # Oruro "P", # Potosí "S", # Santa Cruz "T", # Tarija ) start_year = 1825 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) # Supreme Decree #14260. kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) kwargs.setdefault("observed_since", 1977) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day(tr("Año Nuevo"))) # Supreme Decree #0405. if self._year >= 2010: self._add_observed( self._add_holiday_jan_22( # Plurinational State Foundation Day. tr("Día de la Creación del Estado Plurinacional de Bolivia") ) ) # Carnival. name = tr("Carnaval") self._add_carnival_monday(name) self._add_carnival_tuesday(name) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Labor Day. self._add_observed(may_1 := self._add_labor_day(tr("Día del Trabajo"))) # Supreme Decree #1210. if 2012 <= self._year <= 2015: self._add_observed(may_1, rule=TUE_TO_PREV_MON + THU_TO_NEXT_FRI) # Corpus Christi. self._add_corpus_christi_day(tr("Corpus Christi")) # Supreme Decree #0173. if self._year >= 2009: # Aymara New Year. self._add_observed(self._add_holiday_jun_21(tr("Año Nuevo Aymara Amazónico"))) # Independence Day. self._add_observed(self._add_holiday_aug_6(tr("Día de la Independencia de Bolivia"))) if self._year >= 2020: # National Dignity Day. self._add_holiday_oct_17(tr("Día de la Dignidad Nacional")) # Supreme Decree #21060. if 1985 <= self._year <= 1988: # All Saints' Day. self._add_all_saints_day(tr("Día de Todos los Santos")) # Supreme Decree #22352. if self._year >= 1989: # All Souls' Day. nov_2 = self._add_all_souls_day(tr("Día de Todos los Difuntos")) if self._year <= 2015: self._add_observed(nov_2) # Christmas Day. self._add_observed(self._add_christmas_day(tr("Navidad"))) def _populate_subdiv_b_public_holidays(self): # Beni Day. self._add_holiday_nov_18(tr("Día del departamento de Beni")) def _populate_subdiv_c_public_holidays(self): # Cochabamba Day. self._add_holiday_sep_14(tr("Día del departamento de Cochabamba")) def _populate_subdiv_h_public_holidays(self): # Chuquisaca Day. self._add_holiday_may_25(tr("Día del departamento de Chuquisaca")) def _populate_subdiv_l_public_holidays(self): # La Paz Day. self._add_holiday_jul_16(tr("Día del departamento de La Paz")) def _populate_subdiv_n_public_holidays(self): # Pando Day. self._add_holiday_oct_11(tr("Día del departamento de Pando")) def _populate_subdiv_p_public_holidays(self): # Potosí Day. self._add_holiday_nov_10(tr("Día del departamento de Potosí")) def _populate_subdiv_o_public_holidays(self): # Carnival in Oruro. self._add_holiday_51_days_prior_easter(tr("Carnaval de Oruro")) def _populate_subdiv_s_public_holidays(self): # Santa Cruz Day. self._add_holiday_sep_24(tr("Día del departamento de Santa Cruz")) def _populate_subdiv_t_public_holidays(self): # La Tablada. self._add_holiday_apr_15(tr("La Tablada")) class BO(Bolivia): pass class BOL(Bolivia): pass holidays-0.71/holidays/countries/bosnia_and_herzegovina.py000066400000000000000000000233671500152103600241600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import ( GREGORIAN_CALENDAR, JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, ) from holidays.calendars.julian import JULIAN_CALENDAR from holidays.groups import ChristianHolidays, IslamicHolidays, InternationalHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SAT_TO_NEXT_MON, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE, SAT_SUN_TO_NEXT_MON_TUE, ) class BosniaAndHerzegovina( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays ): """Bosnia and Herzegovina holidays. References: * * * * Observed holidays rules: * BIH: if first day of New Year's Day and Labor Day fall on Sunday, observed on Tuesday. * BRC: if holiday fall on Sunday, observed on next working day. * SRP: if second day of New Year's Day and Labor Day fall on Sunday, observed on Monday. """ country = "BA" default_language = "bs" supported_languages = ("bs", "en_US", "sr", "uk") # %s (observed). observed_label = tr("%s (preneseno)") subdivisions = ( "BIH", # Federacija Bosne i Hercegovine "BRC", # Brčko distrikt "SRP", # Republika Srpska ) subdivisions_aliases = { "Federacija Bosne i Hercegovine": "BIH", "FBiH": "BIH", "Brčko distrikt": "BRC", "BD": "BRC", "Republika Srpska": "SRP", "RS": "SRP", } def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=BosniaAndHerzegovinaIslamicHolidays, show_estimated=islamic_show_estimated ) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Orthodox Good Friday. self._add_good_friday(tr("Veliki petak (Pravoslavni)")) # Catholic Easter Monday. self._add_easter_monday(tr("Uskrsni ponedjeljak (Katolički)"), GREGORIAN_CALENDAR) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("Ramazanski Bajram")) # Eid al-Adha. self._add_eid_al_adha_day(tr("Kurban Bajram")) def _populate_subdiv_holidays(self): if not self.subdiv: # New Year's Day. name = tr("Nova godina") self._add_new_years_day(name) self._add_new_years_day_two(name) # Orthodox Christmas Day. self._add_christmas_day(tr("Božić (Pravoslavni)")) # International Labor Day. name = tr("Međunarodni praznik rada") self._add_labor_day(name) self._add_labor_day_two(name) # Catholic Christmas Day. self._add_christmas_day(tr("Božić (Katolički)"), GREGORIAN_CALENDAR) super()._populate_subdiv_holidays() def _populate_subdiv_bih_public_holidays(self): # New Year's Day. name = tr("Nova godina") self._add_observed(self._add_new_years_day(name), rule=SUN_TO_NEXT_TUE) self._add_new_years_day_two(name) # Orthodox Christmas Eve. self._add_christmas_eve(tr("Badnji dan (Pravoslavni)")) # Orthodox Christmas Day. self._add_christmas_day(tr("Božić (Pravoslavni)")) # Independence Day. self._add_holiday_mar_1(tr("Dan nezavisnosti")) # Catholic Good Friday. self._add_good_friday(tr("Veliki petak (Katolički)"), GREGORIAN_CALENDAR) # Catholic Easter Sunday. self._add_easter_sunday(tr("Uskrs (Katolički)"), GREGORIAN_CALENDAR) # Orthodox Easter Sunday. self._add_easter_sunday(tr("Vaskrs (Pravoslavni)")) # Orthodox Easter Monday. self._add_easter_monday(tr("Uskrsni ponedjeljak (Pravoslavni)")) # International Labor Day. name = tr("Međunarodni praznik rada") self._add_observed(self._add_labor_day(name), rule=SUN_TO_NEXT_TUE) self._add_labor_day_two(name) # Victory Day. self._add_world_war_two_victory_day(tr("Dan pobjede nad fašizmom"), is_western=False) # Statehood Day. self._add_holiday_nov_25(tr("Dan državnosti")) # Catholic Christmas Eve. self._add_christmas_eve(tr("Badnji dan (Katolički)"), GREGORIAN_CALENDAR) # Catholic Christmas Day. self._add_christmas_day(tr("Božić (Katolički)"), GREGORIAN_CALENDAR) # Eid al-Fitr. self._add_eid_al_fitr_day_two(tr("Ramazanski Bajram")) # Eid al-Adha. self._add_eid_al_adha_day_two(tr("Kurban Bajram")) def _populate_subdiv_brc_public_holidays(self): # New Year's Day. name = tr("Nova godina") self._add_observed(self._add_new_years_day(name), rule=SAT_SUN_TO_NEXT_MON_TUE) self._add_new_years_day_two(name) # Orthodox Christmas Day. self._add_observed(self._add_christmas_day(tr("Božić (Pravoslavni)"))) self._add_observed( # Day of establishment of Brčko District. self._add_holiday_mar_8(tr("Dan uspostavljanja Brčko distrikta")) ) # International Labor Day. name = tr("Međunarodni praznik rada") self._add_observed(self._add_labor_day(name), rule=SAT_SUN_TO_NEXT_MON_TUE) self._add_labor_day_two(name) self._add_observed( # Catholic Christmas Day. self._add_christmas_day(tr("Božić (Katolički)"), GREGORIAN_CALENDAR) ) def _populate_subdiv_srp_public_holidays(self): # New Year's Day. name = tr("Nova godina") self._add_observed(self._add_new_years_day(name), rule=SAT_TO_NEXT_MON) self._add_new_years_day_two(name) # Orthodox Christmas Eve. self._add_christmas_eve(tr("Badnji dan (Pravoslavni)")) # Orthodox Christmas Day. self._add_christmas_day(tr("Božić (Pravoslavni)")) # Orthodox New Year. self._add_holiday_jan_14(tr("Pravoslavna Nova godina")) # Catholic Good Friday. self._add_good_friday(tr("Veliki petak (Katolički)"), GREGORIAN_CALENDAR) # Catholic Easter Sunday. self._add_easter_sunday(tr("Uskrs (Katolički)"), GREGORIAN_CALENDAR) # Orthodox Easter Sunday. self._add_easter_sunday(tr("Vaskrs (Pravoslavni)")) # Orthodox Easter Monday. self._add_easter_monday(tr("Uskrsni ponedjeljak (Pravoslavni)")) # International Labor Day. name = tr("Međunarodni praznik rada") self._add_observed(self._add_labor_day(name), rule=SAT_TO_NEXT_MON) self._add_labor_day_two(name) # Victory Day. self._add_world_war_two_victory_day(tr("Dan pobjede nad fašizmom"), is_western=False) self._add_holiday_nov_21( # Dayton Agreement Day. tr("Dan uspostave Opšteg okvirnog sporazuma za mir u Bosni i Hercegovini") ) # Catholic Christmas Eve. self._add_christmas_eve(tr("Badnji dan (Katolički)"), GREGORIAN_CALENDAR) # Catholic Christmas Day. self._add_christmas_day(tr("Božić (Katolički)"), GREGORIAN_CALENDAR) # Eid al-Fitr. self._add_eid_al_fitr_day_two(tr("Ramazanski Bajram")) # Eid al-Adha. self._add_eid_al_adha_day_two(tr("Kurban Bajram")) class BA(BosniaAndHerzegovina): pass class BIH(BosniaAndHerzegovina): pass class BosniaAndHerzegovinaIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2001: (MAR, 6), 2002: (FEB, 23), 2003: (FEB, 12), 2004: (FEB, 2), 2005: (JAN, 21), 2006: ((JAN, 10), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 9), 2009: (NOV, 28), 2010: (NOV, 17), 2011: (NOV, 7), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 4), 2015: (SEP, 24), 2016: (SEP, 13), 2017: (SEP, 2), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), } EID_AL_FITR_DATES = { 2001: (DEC, 17), 2002: (DEC, 6), 2003: (NOV, 26), 2004: (NOV, 14), 2005: (NOV, 4), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 2), 2009: (SEP, 21), 2010: (SEP, 10), 2011: (AUG, 31), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 28), 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), } holidays-0.71/holidays/countries/botswana.py000066400000000000000000000061641500152103600212740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JUL from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SAT_TO_NEXT_MON, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE, ) class Botswana(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Botswana holidays. References: * * * * """ country = "BW" observed_label = "%s (observed)" start_year = 1966 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, BotswanaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) kwargs.setdefault("observed_since", 1995) super().__init__(*args, **kwargs) def _populate_public_holidays(self): self._add_observed(self._add_new_years_day("New Year's Day"), rule=SUN_TO_NEXT_TUE) self._add_observed(self._add_new_years_day_two("New Year's Day Holiday")) self._add_good_friday("Good Friday") self._add_holy_saturday("Holy Saturday") self._add_easter_monday("Easter Monday") self._add_observed(may_1 := self._add_labor_day("Labour Day")) if self._year >= 2016: self._add_observed( may_1, name="Labour Day Holiday", rule=SAT_TO_NEXT_MON, show_observed_label=False ) self._add_ascension_thursday("Ascension Day") self._add_observed(self._add_holiday_jul_1("Sir Seretse Khama Day")) self._add_holiday_3rd_mon_of_jul("President's Day") self._add_holiday_1_day_past_3rd_mon_of_jul("President's Day Holiday") self._add_observed(self._add_holiday_sep_30("Botswana Day"), rule=SUN_TO_NEXT_TUE) self._add_observed(self._add_holiday_oct_1("Botswana Day Holiday")) self._add_observed(self._add_christmas_day("Christmas Day"), rule=SUN_TO_NEXT_TUE) self._add_observed(dec_26 := self._add_christmas_day_two("Boxing Day")) if self._year >= 2016: self._add_observed( dec_26, name="Boxing Day Holiday", rule=SAT_TO_NEXT_MON, show_observed_label=False ) class BW(Botswana): pass class BWA(Botswana): pass class BotswanaStaticHolidays: special_public_holidays = { 2019: (JUL, 2, "Public Holiday"), } holidays-0.71/holidays/countries/brazil.py000066400000000000000000000323031500152103600207330ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import JAN, MAR, SEP, NOV from holidays.constants import OPTIONAL, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, TUE_WED_THU_TO_NEXT_FRI class Brazil(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Brazil holidays. References: * * [Decreto n. 155-B, de 14.01.1890](https://www2.camara.leg.br/legin/fed/decret/1824-1899/decreto-155-b-14-janeiro-1890-517534-publicacaooriginal-1-pe.html) * [Decreto n. 19.488, de 15.12.1930](https://www2.camara.leg.br/legin/fed/decret/1930-1939/decreto-19488-15-dezembro-1930-508040-republicacao-85201-pe.html) * [Lei n. 662, de 6.04.1949](https://www2.camara.leg.br/legin/fed/lei/1940-1949/lei-662-6-abril-1949-347136-publicacaooriginal-1-pl.html) * [Lei n. 14.759, de 21.12.2023](https://www2.camara.leg.br/legin/fed/lei/2023/lei-14759-21-dezembro-2023-795091-publicacaooriginal-170522-pl.html) """ country = "BR" default_language = "pt_BR" subdivisions = ( "AC", "AL", "AM", "AP", "BA", "CE", "DF", "ES", "GO", "MA", "MG", "MS", "MT", "PA", "PB", "PE", "PI", "PR", "RJ", "RN", "RO", "RR", "RS", "SC", "SE", "SP", "TO", ) subdivisions_aliases = { "Acre": "AC", "Alagoas": "AL", "Amazonas": "AM", "Amapá": "AP", "Bahia": "BA", "Ceará": "CE", "Distrito Federal": "DF", "Espírito Santo": "ES", "Goiás": "GO", "Maranhão": "MA", "Minas Gerais": "MG", "Mato Grosso do Sul": "MS", "Mato Grosso": "MT", "Pará": "PA", "Paraíba": "PB", "Pernambuco": "PE", "Piauí": "PI", "Paraná": "PR", "Rio de Janeiro": "RJ", "Rio Grande do Norte": "RN", "Rondônia": "RO", "Roraima": "RR", "Rio Grande do Sul": "RS", "Santa Catarina": "SC", "Sergipe": "SE", "São Paulo": "SP", "Tocantins": "TO", } supported_categories = (OPTIONAL, PUBLIC) supported_languages = ("en_US", "pt_BR", "uk") # Decreto n. 155-B, de 14.01.1890 start_year = 1890 def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Universal Fraternization Day. self._add_new_years_day(tr("Confraternização Universal")) if 1892 <= self._year <= 1930: # Republic Constitution Day. self._add_holiday_feb_24(tr("Constituição da Republica")) # Good Friday. self._add_good_friday(tr("Sexta-feira Santa")) if self._year not in {1931, 1932}: # Tiradentes' Day. self._add_holiday_apr_21(tr("Tiradentes")) if self._year >= 1925: # Worker's Day. self._add_labor_day(tr("Dia do Trabalhador")) if self._year <= 1930 or 1936 <= self._year <= 1948: # Discovery of Brazil. self._add_holiday_may_3(tr("Descobrimento do Brasil")) if self._year <= 1930: # Abolition of slavery in Brazil. self._add_holiday_may_13(tr("Abolição da escravidão no Brasil")) # Freedom and Independence of American Peoples. self._add_holiday_jul_14(tr("Liberdade e Independência dos Povos Americanos")) # Independence Day. self._add_holiday_sep_7(tr("Independência do Brasil")) if self._year <= 1930 or 1936 <= self._year <= 1948: # Discovery of America. self._add_columbus_day(tr("Descobrimento da América")) if self._year >= 1980: # Our Lady of Aparecida. self._add_holiday_oct_12(tr("Nossa Senhora Aparecida")) # All Souls' Day. self._add_all_souls_day(tr("Finados")) # Republic Proclamation Day. self._add_holiday_nov_15(tr("Proclamação da República")) if self._year >= 2024: # National Day of Zumbi and Black Awareness. self._add_holiday_nov_20(tr("Dia Nacional de Zumbi e da Consciência Negra")) if self._year >= 1922: # Christmas Day. self._add_christmas_day(tr("Natal")) def _populate_optional_holidays(self): # Carnival. name = tr("Carnaval") self._add_carnival_monday(name) self._add_carnival_tuesday(name) # Ash Wednesday. self._add_ash_wednesday(tr("Início da Quaresma")) # Corpus Christi. self._add_corpus_christi_day(tr("Corpus Christi")) # Public Servant's Day. self._add_holiday_oct_28(tr("Dia do Servidor Público")) # Christmas Eve. self._add_christmas_eve(tr("Véspera de Natal")) # New Year's Eve. self._add_new_years_eve(tr("Véspera de Ano-Novo")) def _populate_subdiv_holidays(self): # Lei n. 9.093, de 12.09.1995 if self._year >= 1996: super()._populate_subdiv_holidays() def _populate_subdiv_ac_public_holidays(self): def get_movable_acre(*args) -> date: dt = date(self._year, *args) return ( dt_observed if self._year >= 2009 and (dt_observed := self._get_observed_date(dt, TUE_WED_THU_TO_NEXT_FRI)) else dt ) if self._year >= 2005: # Evangelical Day. self._add_holiday(tr("Dia do Evangélico"), get_movable_acre(JAN, 23)) if self._year >= 2002: # International Women's Day. self._add_holiday(tr("Dia Internacional da Mulher"), get_movable_acre(MAR, 8)) # Founding of Acre. self._add_holiday_jun_15(tr("Aniversário do Acre")) if self._year >= 2004: # Amazonia Day. self._add_holiday(tr("Dia da Amazônia"), get_movable_acre(SEP, 5)) # Signing of the Petropolis Treaty. self._add_holiday(tr("Assinatura do Tratado de Petrópolis"), get_movable_acre(NOV, 17)) def _populate_subdiv_al_public_holidays(self): # Saint John's Day. self._add_saint_johns_day(tr("São João")) # Saint Peter's Day. self._add_saints_peter_and_paul_day(tr("São Pedro")) # Political Emancipation of Alagoas. self._add_holiday_sep_16(tr("Emancipação Política de Alagoas")) if self._year <= 2023: # Black Awareness Day. self._add_holiday_nov_20(tr("Consciência Negra")) if self._year >= 2013: self._add_holiday_nov_30(tr("Dia do Evangélico")) def _populate_subdiv_am_public_holidays(self): # Elevation of Amazonas to province. self._add_holiday_sep_5(tr("Elevação do Amazonas à categoria de província")) if 2010 <= self._year <= 2023: self._add_holiday_nov_20(tr("Consciência Negra")) def _populate_subdiv_ap_public_holidays(self): if self._year >= 2003: # Saint Joseph's Day. self._add_saint_josephs_day(tr("São José")) if self._year >= 2012: # Saint James' Day. self._add_saint_james_day(tr("São Tiago")) # Creation of the Federal Territory. self._add_holiday_sep_13(tr("Criação do Território Federal")) if 2008 <= self._year <= 2023: self._add_holiday_nov_20(tr("Consciência Negra")) def _populate_subdiv_ba_public_holidays(self): # Bahia Independence Day. self._add_holiday_jul_2(tr("Independência da Bahia")) def _populate_subdiv_ce_public_holidays(self): self._add_saint_josephs_day(tr("São José")) # Abolition of slavery in Ceará. self._add_holiday_mar_25(tr("Abolição da escravidão no Ceará")) if self._year >= 2004: # Our Lady of Assumption. self._add_assumption_of_mary_day(tr("Nossa Senhora da Assunção")) def _populate_subdiv_df_public_holidays(self): # Founding of Brasilia. self._add_holiday_apr_21(tr("Fundação de Brasília")) self._add_holiday_nov_30(tr("Dia do Evangélico")) def _populate_subdiv_es_public_holidays(self): if self._year >= 2020: # Our Lady of Penha. self._add_holiday_8_days_past_easter(tr("Nossa Senhora da Penha")) def _populate_subdiv_go_public_holidays(self): # Foundation of Goiás city. self._add_holiday_jul_26(tr("Fundação da cidade de Goiás")) # Foundation of Goiânia. self._add_holiday_oct_24(tr("Pedra fundamental de Goiânia")) def _populate_subdiv_ma_public_holidays(self): # Maranhão joining to independence of Brazil. self._add_holiday_jul_28(tr("Adesão do Maranhão à independência do Brasil")) def _populate_subdiv_mg_public_holidays(self): # Tiradentes' Execution. self._add_holiday_apr_21(tr("Execução de Tiradentes")) def _populate_subdiv_ms_public_holidays(self): # State Creation Day. self._add_holiday_oct_11(tr("Criação do Estado")) def _populate_subdiv_mt_public_holidays(self): if 2003 <= self._year <= 2023: self._add_holiday_nov_20(tr("Consciência Negra")) def _populate_subdiv_pa_public_holidays(self): # Grão-Pará joining to independence of Brazil. self._add_holiday_aug_15(tr("Adesão do Grão-Pará à independência do Brasil")) def _populate_subdiv_pb_public_holidays(self): # State Founding Day. self._add_holiday_aug_5(tr("Fundação do Estado")) def _populate_subdiv_pe_public_holidays(self): if self._year >= 2008: # Pernambuco Revolution. self._add_holiday_1st_sun_of_mar(tr("Revolução Pernambucana")) def _populate_subdiv_pi_public_holidays(self): # Piauí Day. self._add_holiday_oct_19(tr("Dia do Piauí")) def _populate_subdiv_pr_public_holidays(self): # Political Emancipation of Paraná. self._add_holiday_dec_19(tr("Emancipação do Paraná")) def _populate_subdiv_rj_public_holidays(self): if self._year >= 2008: # Saint George's Day. self._add_saint_georges_day(tr("São Jorge")) if 2002 <= self._year <= 2023: self._add_holiday_nov_20(tr("Consciência Negra")) def _populate_subdiv_rn_public_holidays(self): if self._year >= 2000: # Rio Grande do Norte Day. self._add_holiday_aug_7(tr("Dia do Rio Grande do Norte")) if self._year >= 2007: # Uruaçu and Cunhaú Martyrs Day. self._add_holiday_oct_3(tr("Mártires de Cunhaú e Uruaçu")) def _populate_subdiv_ro_public_holidays(self): self._add_holiday_jan_4(tr("Criação do Estado")) if self._year >= 2002: self._add_holiday_jun_18(tr("Dia do Evangélico")) def _populate_subdiv_rr_public_holidays(self): self._add_holiday_oct_5(tr("Criação do Estado")) def _populate_subdiv_rs_public_holidays(self): # Gaucho Day. self._add_holiday_sep_20(tr("Dia do Gaúcho")) def _populate_subdiv_sc_public_holidays(self): if self._year >= 2004: # Santa Catarina State Day. name = tr("Dia do Estado de Santa Catarina") if self._year >= 2005: self._add_holiday_1st_sun_from_aug_11(name) else: self._add_holiday_aug_11(name) # Saint Catherine of Alexandria Day. name = tr("Dia de Santa Catarina de Alexandria") if 1999 <= self._year != 2004: self._add_holiday_1st_sun_from_nov_25(name) else: self._add_holiday_nov_25(name) def _populate_subdiv_se_public_holidays(self): # Sergipe Political Emancipation Day. self._add_holiday_jul_8(tr("Emancipação política de Sergipe")) def _populate_subdiv_sp_public_holidays(self): if self._year >= 1997: # Constitutionalist Revolution. self._add_holiday_jul_9(tr("Revolução Constitucionalista")) def _populate_subdiv_to_public_holidays(self): if self._year >= 1998: # Autonomy Day. self._add_holiday_mar_18(tr("Dia da Autonomia")) # Our Lady of Nativity. self._add_nativity_of_mary_day(tr("Nossa Senhora da Natividade")) self._add_holiday_oct_5(tr("Criação do Estado")) class BR(Brazil): pass class BRA(Brazil): pass holidays-0.71/holidays/countries/brunei.py000066400000000000000000000375371500152103600207520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import ( JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, FRI, SUN, ) from holidays.groups import ( ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ( ObservedHolidayBase, FRI_TO_NEXT_MON, FRI_TO_NEXT_SAT, SUN_TO_NEXT_TUE, SUN_TO_NEXT_WED, FRI_SUN_TO_NEXT_SAT_MON, ) class Brunei( ObservedHolidayBase, ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ): """Brunei holidays. References: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Checked with: * * * * [Jubli Emas Sultan Hassanal Bolkiah](https://www.brudirect.com/news.php?id=28316) """ country = "BN" default_language = "ms" # %s (estimated). estimated_label = tr("%s (anggaran)") # %s (observed). observed_label = tr("%s (diperhatikan)") # %s (observed, estimated). observed_estimated_label = tr("%s (diperhatikan, anggaran)") supported_languages = ("en_US", "ms", "th") weekend = {FRI, SUN} # Available post-Independence from 1984 afterwards start_year = 1984 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChineseCalendarHolidays.__init__(self) ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=BruneiIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, cls=BruneiStaticHolidays) kwargs.setdefault("observed_rule", FRI_SUN_TO_NEXT_SAT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Awal Tahun Masihi # Status: In-Use. # New Year's Day. self._add_observed(self._add_new_years_day(tr("Awal Tahun Masihi"))) # Tahun Baru Cina # Status: In-Use. # Lunar New Year. self._add_observed(self._add_chinese_new_years_day(tr("Tahun Baru Cina"))) # Hari Kebangsaan # Status: In-Use. # Starts in 1984. # National Day. self._add_observed(self._add_holiday_feb_23(tr("Hari Kebangsaan"))) # Hari Angkatan Bersenjata Diraja Brunei # Status: In-Use. # Starts in 1984. # Commemorates the formation of Royal Brunei Malay Regiment in 1961. self._add_observed( # Armed Forces Day. self._add_holiday_may_31(tr("Hari Angkatan Bersenjata Diraja Brunei")) ) # Hari Keputeraan KDYMM Sultan Brunei # Status: In-Use. # Started in 1968. self._add_observed( # Sultan Hassanal Bolkiah's Birthday. self._add_holiday_jul_15(tr("Hari Keputeraan KDYMM Sultan Brunei")) ) # Hari Natal # Status: In-Use. # Christmas Day. self._add_observed(self._add_christmas_day(tr("Hari Natal"))) # Islamic Holidays are placed after Gregorian holidays to prevent # the duplication of observed tags. - see #1168 # Israk dan Mikraj # Status: In-Use. # Isra' and Mi'raj. for dt in self._add_isra_and_miraj_day(tr("Israk dan Mikraj")): self._add_observed(dt) # Hari Pertama Berpuasa # Status: In-Use. # First Day of Ramadan. for dt in self._add_ramadan_beginning_day(tr("Hari Pertama Berpuasa")): self._add_observed(dt) # Hari Nuzul Al-Quran # Status: In-Use. # Anniversary of the revelation of the Quran. for dt in self._add_nuzul_al_quran_day(tr("Hari Nuzul Al-Quran")): self._add_observed(dt) # Hari Raya Aidil Fitri # Status: In-Use. # This is celebrate for three days in Brunei. # 1: If Wed-Thu-Fri -> Sat (3rd Day +1) # 2: If Thu-Fri-Sat -> Mon (2nd Day +3) # 3: If Fri-Sat-Sun -> Mon, Tue (1st Day +3, 3rd day +2) # 4: If Sat-Sun-Mon -> Tue (2nd Day +2) # 5: If Sun-Mon-Tue -> Wed (1st Day +3) # Observed as 'Hari Raya Puasa' and only for 2 days prior to 2012. # 1: If Thu-Fri -> Sat (2nd Day +1) # 2: If Fri-Sat -> Mon (1nd Day +2) # 3: If Sat-Sun -> Mon (2nd Day +1) # 4: If Sun-Mon -> Tue (1st Day +2) # This was only observed for a single day in 2000. # Eid al-Fitr. name = tr("Hari Raya Aidil Fitri") if self._year >= 2012: for dt in self._add_eid_al_fitr_day(name): self._add_observed(dt, rule=FRI_TO_NEXT_MON + SUN_TO_NEXT_WED) for dt in self._add_eid_al_fitr_day_two(name): self._add_observed(dt, rule=FRI_TO_NEXT_MON + SUN_TO_NEXT_TUE) for dt in self._add_eid_al_fitr_day_three(name): self._add_observed(dt, rule=FRI_TO_NEXT_SAT + SUN_TO_NEXT_TUE) elif self._year == 2000: for dt in self._add_eid_al_fitr_day(name): self._add_observed(dt) else: for dt in self._add_eid_al_fitr_day(name): self._add_observed(dt, rule=FRI_TO_NEXT_MON + SUN_TO_NEXT_TUE) for dt in self._add_eid_al_fitr_day_two(name): self._add_observed(dt) # Hari Raya Aidil Adha # Status: In-Use. # Eid al-Adha. for dt in self._add_eid_al_adha_day(tr("Hari Raya Aidil Adha")): self._add_observed(dt) # Awal Tahun Hijrah # Status: In-Use. # Islamic New Year. for dt in self._add_islamic_new_year_day(tr("Awal Tahun Hijrah")): self._add_observed(dt) # Maulidur Rasul # Status: In-Use. # Prophet's Birthday. for dt in self._add_mawlid_day(tr("Maulidur Rasul")): self._add_observed(dt) class BN(Brunei): pass class BRN(Brunei): pass class BruneiIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 1998: (APR, 7), 1999: (MAR, 28), 2000: (MAR, 17), 2001: (MAR, 6), 2002: (FEB, 23), 2003: (FEB, 12), 2004: (FEB, 2), 2005: (JAN, 21), 2006: ((JAN, 11), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 8), 2009: (NOV, 27), 2010: (NOV, 16), 2011: (NOV, 6), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 5), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 29), 2024: (JUN, 17), 2025: (JUN, 7), } EID_AL_FITR_DATES = { 1998: (JAN, 30), 1999: (JAN, 19), 2000: ((JAN, 8), (DEC, 27)), 2001: (DEC, 16), 2002: (DEC, 6), 2003: (NOV, 25), 2004: (NOV, 14), 2005: (NOV, 4), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 1), 2009: (SEP, 20), 2010: (SEP, 10), 2011: (AUG, 30), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 28), 2015: (JUL, 17), 2016: (JUL, 6), 2017: (JUN, 25), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 22), 2024: (APR, 10), 2025: (MAR, 31), } HIJRI_NEW_YEAR_DATES = { 1998: (APR, 28), 1999: (APR, 17), 2000: (APR, 6), 2001: (MAR, 26), 2002: (MAR, 15), 2003: (MAR, 4), 2004: (FEB, 22), 2005: (FEB, 10), 2006: (JAN, 31), 2007: (JAN, 20), 2008: ((JAN, 10), (DEC, 29)), 2009: (DEC, 18), 2010: (DEC, 7), 2011: (NOV, 27), 2012: (NOV, 15), 2013: (NOV, 5), 2014: (OCT, 25), 2015: (OCT, 14), 2016: (OCT, 2), 2017: (SEP, 22), 2018: (SEP, 11), 2019: (SEP, 1), 2020: (AUG, 20), 2021: (AUG, 10), 2022: (JUL, 30), 2023: (JUL, 19), 2024: (JUL, 7), 2025: (JUN, 27), } ISRA_AND_MIRAJ_DATES = { 1998: (NOV, 17), 1999: (NOV, 6), 2000: (OCT, 25), 2001: (OCT, 15), 2002: (OCT, 4), 2003: (SEP, 24), 2004: (SEP, 12), 2005: (SEP, 1), 2006: (AUG, 21), 2007: (AUG, 11), 2008: (JUL, 30), 2009: (JUL, 20), 2010: (JUL, 10), 2011: (JUN, 29), 2012: (JUN, 17), 2013: (JUN, 6), 2014: (MAY, 27), 2015: (MAY, 16), 2016: (MAY, 5), 2017: (APR, 24), 2018: (APR, 14), 2019: (APR, 3), 2020: (MAR, 22), 2021: (MAR, 11), 2022: (FEB, 28), 2023: (FEB, 18), 2024: (FEB, 8), 2025: (JAN, 27), } MAWLID_DATES = { 1998: (JUL, 6), 1999: (JUN, 26), 2000: (JUN, 15), 2001: (JUN, 4), 2002: (MAY, 25), 2003: (MAY, 14), 2004: (MAY, 2), 2005: (APR, 21), 2006: (APR, 11), 2007: (MAR, 31), 2008: (MAR, 20), 2009: (MAR, 9), 2010: (FEB, 26), 2011: (FEB, 15), 2012: (FEB, 5), 2013: (JAN, 24), 2014: (JAN, 14), 2015: ((JAN, 3), (DEC, 24)), 2016: (DEC, 12), 2017: (DEC, 1), 2018: (NOV, 20), 2019: (NOV, 9), 2020: (OCT, 29), 2021: (OCT, 19), 2022: (OCT, 8), 2023: (SEP, 28), 2024: (SEP, 16), 2025: (SEP, 5), } NUZUL_AL_QURAN_DATES = { 1998: (JAN, 16), 1999: ((JAN, 5), (DEC, 25)), 2000: (DEC, 13), 2001: (DEC, 3), 2002: (NOV, 22), 2003: (NOV, 12), 2004: (NOV, 1), 2005: (OCT, 21), 2006: (OCT, 10), 2007: (SEP, 29), 2008: (SEP, 18), 2009: (SEP, 7), 2010: (AUG, 27), 2011: (AUG, 17), 2012: (AUG, 6), 2013: (JUL, 26), 2014: (JUL, 15), 2015: (JUL, 4), 2016: (JUN, 22), 2017: (JUN, 12), 2018: (JUN, 2), 2019: (MAY, 22), 2020: (MAY, 10), 2021: (APR, 29), 2022: (APR, 19), 2023: (APR, 8), 2024: (MAR, 28), 2025: (MAR, 18), } RAMADAN_BEGINNING_DATES = { 1998: (DEC, 20), 1999: (DEC, 9), 2000: (NOV, 27), 2001: (NOV, 17), 2002: (NOV, 6), 2003: (OCT, 27), 2004: (OCT, 16), 2005: (OCT, 5), 2006: (SEP, 24), 2007: (SEP, 13), 2008: (SEP, 1), 2009: (AUG, 22), 2010: (AUG, 11), 2011: (AUG, 1), 2012: (JUL, 21), 2013: (JUL, 10), 2014: (JUN, 29), 2015: (JUN, 18), 2016: (JUN, 6), 2017: (MAY, 27), 2018: (MAY, 17), 2019: (MAY, 6), 2020: (APR, 24), 2021: (APR, 13), 2022: (APR, 3), 2023: (MAR, 23), 2024: (MAR, 12), 2025: (MAR, 2), } class BruneiStaticHolidays: special_public_holidays = { 1998: ( AUG, 10, # Proclamation Ceremony of Crown Prince Al-Muhtadee Billah of Brunei. tr("Istiadat Pengisytiharan Duli Pengiran Muda Mahkota Al-Muhtadee Billah"), ), # Royal Wedding of Crown Prince Al-Muhtadee Billah and Crown Princess Sarah of Brunei. 2004: (SEP, 9, tr("Istiadat Perkahwinan Diraja Brunei 2004")), # Sultan Hassanal Bolkiah's Golden Jubilee celebration. 2017: (OCT, 5, tr("Jubli Emas Sultan Hassanal Bolkiah")), } special_public_holidays_observed = { # Christmas Day. 1999: (DEC, 27, tr("Hari Natal")), # National Day. 2002: (FEB, 25, tr("Hari Kebangsaan")), # New Year's Day. 2007: (JAN, 2, tr("Awal Tahun Masihi")), # Anniversary of the revelation of the Quran. 2014: (JUL, 16, tr("Hari Nuzul Al-Quran")), } holidays-0.71/holidays/countries/bulgaria.py000066400000000000000000000123421500152103600212370ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.julian_revised import JULIAN_REVISED_CALENDAR from holidays.constants import PUBLIC, SCHOOL from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY class Bulgaria(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Bulgaria holidays. References: * * * * Official holidays in Bulgaria in their current form. This class does not any return holidays before 1990, as holidays in the People's Republic of Bulgaria and earlier were different. Since 2017, it has been accepted that public holidays in Bulgaria that fall on a Saturday or Sunday are to be taken on the first working day after them. If there are both Saturday and Sunday holidays, Monday and Tuesday are rested respectively. The exceptions are: 1) the Easter holidays, which are always a consecutive Friday, Saturday, and Sunday; 2) National Awakening Day which, while an official holiday and a non-attendance day for schools, is still a working day. """ country = "BG" default_language = "bg" # %s (observed). observed_label = tr("%s (почивен ден)") supported_categories = (PUBLIC, SCHOOL) supported_languages = ("bg", "en_US", "uk") start_year = 1990 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self, JULIAN_REVISED_CALENDAR) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 2017) super().__init__(*args, **kwargs) def _populate_observed(self, dts: set[date], excluded_names: set[str]) -> None: for dt in sorted(dts): if not self._is_observed(dt): continue for name in self.get_list(dt): if name not in excluded_names: self._add_observed(dt, name) def _populate_public_holidays(self): dts_observed = set() # New Year's Day. dts_observed.add(self._add_new_years_day(tr("Нова година"))) dts_observed.add( # Liberation Day. self._add_holiday_mar_3(tr("Ден на Освобождението на България от османско иго")) ) # Good Friday. self._add_good_friday(tr("Велики петък")) # Holy Saturday. self._add_holy_saturday(tr("Велика събота")) # Easter. name = tr("Великден") self._add_easter_sunday(name) self._add_easter_monday(name) dts_observed.add( # International Workers' Day. self._add_labor_day(tr("Ден на труда и на международната работническа солидарност")) ) dts_observed.add( # Saint George's Day. self._add_holiday_may_6(tr("Гергьовден, Ден на храбростта и Българската армия")) ) dts_observed.add( self._add_holiday_may_24( # Bulgarian Education and Culture and Slavonic Literature Day. tr( "Ден на светите братя Кирил и Методий, на българската азбука, " "просвета и култура и на славянската книжовност" ) ) ) # Unification Day. dts_observed.add(self._add_holiday_sep_6(tr("Ден на Съединението"))) # Independence Day. dts_observed.add(self._add_holiday_sep_22(tr("Ден на Независимостта на България"))) # Christmas Eve. dts_observed.add(self._add_christmas_eve(tr("Бъдни вечер"))) # Christmas Day. name = tr("Рождество Христово") dts_observed.add(self._add_christmas_day(name)) dts_observed.add(self._add_christmas_day_two(name)) if self.observed: self._populate_observed( dts_observed, excluded_names={self.tr("Велика събота"), self.tr("Великден")} ) def _populate_school_holidays(self): # National Awakening Day. self._add_holiday_nov_1(tr("Ден на народните будители")) class BG(Bulgaria): pass class BLG(Bulgaria): pass holidays-0.71/holidays/countries/burkina_faso.py000066400000000000000000000104121500152103600221100ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, IslamicHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class BurkinaFaso(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays): """Burkina Faso holidays. References: * """ country = "BF" observed_label = "%s (observed)" # On 5 August 1960, Burkina Faso (Republic of Upper Volta at that time) # gained independence from France. start_year = 1961 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=BurkinaFasoIslamicHolidays, show_estimated=islamic_show_estimated ) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day("New Year's Day")) if self._year >= 1967: # Revolution Day. self._add_observed(self._add_holiday_jan_3("Revolution Day")) # International Women's Day. self._add_observed(self._add_womens_day("International Women's Day")) # Easter Monday. self._add_easter_monday("Easter Monday") # Labour Day. self._add_observed(self._add_labor_day("Labour Day")) # Ascension Day. self._add_ascension_thursday("Ascension Day") # Independence Day. self._add_observed(self._add_holiday_aug_5("Independence Day")) # Assumption Day. self._add_observed(self._add_assumption_of_mary_day("Assumption Day")) if self._year >= 2016: # Martyrs' Day. self._add_observed(self._add_holiday_oct_31("Martyrs' Day")) # All Saints' Day. self._add_observed(self._add_all_saints_day("All Saints' Day")) self._add_observed( # Proclamation of Independence Day. self._add_holiday_dec_11("Proclamation of Independence Day") ) # Christmas Day. self._add_observed(self._add_christmas_day("Christmas Day")) # Eid al-Fitr. self._add_eid_al_fitr_day("Eid al-Fitr") # Eid al-Adha. self._add_eid_al_adha_day("Eid al-Adha") # Mawlid. self._add_mawlid_day("Mawlid") class BF(BurkinaFaso): pass class BFA(BurkinaFaso): pass class BurkinaFasoIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2014: (OCT, 5), 2015: (SEP, 24), 2016: (SEP, 13), 2017: (SEP, 2), 2018: (AUG, 21), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), } EID_AL_FITR_DATES = { 2014: (JUL, 29), 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), } MAWLID_DATES = { 2014: (JAN, 14), 2015: ((JAN, 3), (DEC, 24)), 2016: (DEC, 12), 2017: (DEC, 1), 2018: (NOV, 21), 2019: (NOV, 10), 2020: (OCT, 29), 2021: (OCT, 19), 2022: (OCT, 9), } holidays-0.71/holidays/countries/burundi.py000066400000000000000000000065241500152103600211260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, IslamicHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class Burundi(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays): """Burundi holidays. References: * Note that holidays falling on a sunday maybe observed on the following Monday. This depends on formal announcements by the government, which only happens close to the date of the holiday. """ country = "BI" observed_label = "%s (observed)" start_year = 1962 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day self._add_observed(self._add_new_years_day("New Year's Day")) # Unity Day if self._year >= 1992: self._add_observed(self._add_holiday_feb_5("Unity Day")) # President Ntaryamira Day if self._year >= 1995: self._add_observed(self._add_holiday_apr_6("President Ntaryamira Day")) # Labour Day self._add_observed(self._add_labor_day("Labour Day")) # Ascension Day self._add_ascension_thursday("Ascension Day") # President Nkurunziza Day if self._year >= 2022: self._add_observed(self._add_holiday_jun_8("President Nkurunziza Day")) # Independence Day self._add_observed(self._add_holiday_jul_1("Independence Day")) # Assumption Day self._add_observed(self._add_assumption_of_mary_day("Assumption Day")) # Prince Louis Rwagasore Day self._add_observed(self._add_holiday_oct_13("Prince Louis Rwagasore Day")) # President Ndadaye's Day if self._year >= 1994: self._add_observed(self._add_holiday_oct_21("President Ndadaye's Day")) # All Saints' Day self._add_observed(self._add_all_saints_day("All Saints' Day")) # Christmas Day self._add_observed(self._add_christmas_day("Christmas Day")) # Eid ul Fitr for dt in self._add_eid_al_fitr_day("Eid ul Fitr"): self._add_observed(dt) # Eid al Adha for dt in self._add_eid_al_adha_day("Eid al Adha"): self._add_observed(dt) class BI(Burundi): pass class BDI(Burundi): pass holidays-0.71/holidays/countries/cambodia.py000066400000000000000000000360271500152103600212160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import APR, MAY, AUG, SEP, _timedelta from holidays.calendars.thai import KHMER_CALENDAR from holidays.groups import InternationalHolidays, StaticHolidays, ThaiCalendarHolidays from holidays.holiday_base import HolidayBase class Cambodia(HolidayBase, InternationalHolidays, StaticHolidays, ThaiCalendarHolidays): """Cambodia holidays. References: * * * * Checked with: * * * Limitations: * Cambodian holidays only works from 1993 onwards. * Exact Public Holidays as per Cambodia's Official Gazette are only available from 2015 onwards. * Cambodian Lunar Calendar Holidays only work from 1941 (B.E. 2485) onwards until 2157 (B.E. 2701) as we only have Thai year-type data for cross-checking until then. """ country = "KH" default_language = "km" supported_languages = ("en_US", "km", "th") # Available post-Independence from 1993 afterwards start_year = 1993 def __init__(self, *args, **kwargs): InternationalHolidays.__init__(self) StaticHolidays.__init__(self, cls=CambodiaStaticHolidays) ThaiCalendarHolidays.__init__(self, KHMER_CALENDAR) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Fixed Holidays # ទិវាចូលឆ្នាំសាកល # Status: In-Use. # International New Year Day. self._add_new_years_day(tr("ទិវាចូលឆ្នាំសាកល")) # ទិវាជ័យជម្នះលើរបបប្រល័យពូជសាសន៍ # Status: In-Use. # Commemorates the end of the Khmer Rouge regime in 1979 # Day of Victory over the Genocidal Regime. self._add_holiday_jan_7(tr("ទិវាជ័យជម្នះលើរបបប្រល័យពូជសាសន៍")) # ទិវាអន្តរជាតិនារី # Status: In-Use. # International Women's Rights Day self._add_womens_day(tr("ទិវាអន្តរជាតិនារី")) # ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ # Status: In-Use. # Usually falls on April 13th except for 2017-2018, 2021-2023, 2025-2027, 2029-2031 # for years 2001-2050. if self._year != 2020: # Khmer New Year's Day sangkranta = tr("ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ") sangkranta_years_apr_14 = { 2017, 2018, 2021, 2022, 2023, 2025, 2026, 2027, 2029, 2030, 2031, } dt = ( self._add_holiday_apr_14(sangkranta) if self._year in sangkranta_years_apr_14 else self._add_holiday_apr_13(sangkranta) ) self._add_holiday(sangkranta, _timedelta(dt, +1)) self._add_holiday(sangkranta, _timedelta(dt, +2)) # ទិវាពលកម្មអន្តរជាតិ # Status: In-Use. # International Labor Day self._add_labor_day(tr("ទិវាពលកម្មអន្តរជាតិ")) # ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី # Status: In-Use. # Assumed to start in 2005. Was celebrated for 3 days until 2020. if self._year >= 2005: king_sihamoni_bday = tr( # Birthday of His Majesty Preah Bat Samdech Preah Boromneath # NORODOM SIHAMONI, King of Cambodia "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី" ) self._add_holiday_may_14(king_sihamoni_bday) if self._year <= 2019: self._add_holiday_may_13(king_sihamoni_bday) self._add_holiday_may_15(king_sihamoni_bday) # ទិវាជាតិនៃការចងចាំ # Status: Defunct. # Active between 2018-2019 as Public Holiday. # Was ទិវាចងកំហឹង (National Day of Anger) between 1983-2000. # Its celebration was put onhold by UN administration with # its name changed to present one in 2001. if 2018 <= self._year <= 2019: # National Day of Remembrance self._add_holiday_may_20(tr("ទិវាជាតិនៃការចងចាំ")) # ទិវាកុមារអន្តរជាតិ # Status: Defunct. # Assumed to start in 1993, defunct from 2020 onwards. if self._year <= 2019: # International Children's Day self._add_childrens_day(tr("ទិវាកុមារអន្តរជាតិ")) # ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម សម្តេចព្រះមហាក្សត្រី ព្រះវររាជមាតា នរោត្តម មុនិនាថ សីហនុ # Status: In-Use. # Assumed to start in 1994. A public holiday since 2015 at least. if self._year >= 1994: self._add_holiday_jun_18( # Birthday of Her Majesty the Queen-Mother NORODOM MONINEATH SIHANOUK of Cambodia tr("ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម សម្តេចព្រះមហាក្សត្រី ព្រះវររាជមាតា នរោត្តម មុនិនាថ សីហនុ") ) # ទិវាប្រកាសរដ្ឋធម្មនុញ្ញ # Status: In-Use. # Starts in 1993 # Constitution Day self._add_holiday_sep_24(tr("ទិវាប្រកាសរដ្ឋធម្មនុញ្ញ")) # ទិវាប្រារព្ឋពិធីគោរពព្រះវិញ្ញាណក្ខន្ឋ ព្រះករុណា ព្រះបាទសម្តេចព្រះ នរោត្តម សីហនុ # ព្រះមហាវីរក្សត្រ ព្រះវររាជបិតាឯករាជ្យ បូរណភាពទឹកដី និងឯកភាពជាតិខ្មែរ ព្រះបរមរតនកោដ្ឋ # Status: In-Use. # Starts in 2012. if self._year >= 2012: self._add_holiday_oct_15( # Mourning Day of the Late King-Father NORODOM SIHANOUK of Cambodia tr( "ទិវាប្រារព្ឋពិធីគោរពព្រះវិញ្ញាណក្ខន្ឋ ព្រះករុណា ព្រះបាទសម្តេចព្រះ នរោត្តម " "សីហនុ ព្រះមហាវីរក្សត្រ ព្រះវររាជបិតាឯករាជ្យ បូរណភាពទឹកដី និងឯកភាពជាតិខ្មែរ " "ព្រះបរមរតនកោដ្ឋ" ) ) # ទិវារំលឹកសន្ធិសញ្ញាសន្តិភាពទីក្រុងប៉ារីស # Status: Defunct. # Assumed to start in 1993, defunct from 2020 onwards. if self._year <= 2019: # Paris Peace Agreement's Day self._add_holiday_oct_23(tr("ទិវារំលឹកសន្ធិសញ្ញាសន្តិភាពទីក្រុងប៉ារីស")) # ព្រះរាជពិធីគ្រងព្រះបរមរាជសម្បត្តិ របស់ ព្រះករុណា # ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី # ព្រះមហាក្សត្រនៃព្រះរាជាណាចក្រកម្ពុជា # Status: In-Use. # Starts in 2004. if self._year >= 2004: self._add_holiday_oct_29( # Coronation Day of His Majesty Preah Bat Samdech Preah # Boromneath NORODOM SIHAMONI, King of Cambodia tr( "ព្រះរាជពិធីគ្រងព្រះបរមរាជសម្បត្តិ របស់ ព្រះករុណា " "ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី " "ព្រះមហាក្សត្រនៃព្រះរាជាណាចក្រកម្ពុជា" ) ) # ពិធីបុណ្យឯករាជ្យជាតិ # Status: In-Use. # Starts in 1953 # National Independence Day self._add_holiday_nov_9(tr("ពិធីបុណ្យឯករាជ្យជាតិ")) # ទិវាសិទ្ធិមនុស្សអន្តរជាតិ # Status: Defunct. # Assumed to start in 1993, defunct from 2020 onwards. if self._year <= 2019: # International Human Rights Day self._add_holiday_dec_10(tr("ទិវាសិទ្ធិមនុស្សអន្តរជាតិ")) # Cambodian Lunar Calendar Holidays # See `_ThaiLunisolar` in holidays/calendars/thai.py for more details. # Cambodian Lunar Calendar Holidays only work from 1941 to 2157. # ពិធីបុណ្យមាឃបូជា # Status: Defunct. # 15th Waxing Day of Month 3. # Defunct from 2020 onwards. if self._year <= 2019: # Meak Bochea Day self._add_makha_bucha(tr("ពិធីបុណ្យមាឃបូជា")) # ពិធីបុណ្យវិសាខបូជា # Status: In-Use. # 15th Waxing Day of Month 6. # This utilizes Thai calendar as a base, though are calculated to always happen # in the Traditional Visakhamas month (May). # Visaka Bochea Day self._add_visakha_bucha(tr("ពិធីបុណ្យវិសាខបូជា")) # ព្រះរាជពិធីច្រត់ព្រះនង្គ័ល # Status: In-Use. # 4th Waning Day of Month 6. # Unlike Thai ones, Cambodian Royal Ploughing Ceremony is always fixed. # Royal Ploughing Ceremony self._add_preah_neangkoal(tr("ព្រះរាជពិធីច្រត់ព្រះនង្គ័ល")) # ពិធីបុណ្យភ្ផុំបិណ្ឌ # Status: In-Use. # 14th Waning Day of Month 10 - 1st Waxing Day of Month 11. # The 3rd day is added as a public holiday from 2017 onwards. # Pchum Ben Day pchum_ben = tr("ពិធីបុណ្យភ្ផុំបិណ្ឌ") pchum_ben_date = self._add_pchum_ben(pchum_ben) self._add_holiday(pchum_ben, _timedelta(pchum_ben_date, -1)) if self._year >= 2017: self._add_holiday(pchum_ben, _timedelta(pchum_ben_date, +1)) # ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក # Status: In-Use. # 14th Waxing Day of Month 12 - 1st Waning Day of Month 12. # Water Festival bon_om_touk = tr("ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក") bon_om_touk_date = self._add_loy_krathong(bon_om_touk) self._add_holiday(bon_om_touk, _timedelta(bon_om_touk_date, -1)) self._add_holiday(bon_om_touk, _timedelta(bon_om_touk_date, +1)) # ទិវាសន្តិភាពនៅកម្ពុជា # Status: In-Use. # Dec 29, added from 2024 onwards. # - https://www.khmertimeskh.com/501424903/24-public-holidays-for-2024-peace-day-now-included/ # - https://www.khmertimeskh.com/501551204/govt-announces-22-public-holidays-for-next-year/ if self._year >= 2024: # Peace Day in Cambodia. self._add_holiday_dec_29(tr("ទិវាសន្តិភាពនៅកម្ពុជា")) class KH(Cambodia): pass class KHM(Cambodia): pass class CambodiaStaticHolidays: sangkranta_in_lieu_covid = tr( # Khmer New Year's Replacement Holiday "ថ្ងៃឈប់សម្រាកសងជំនួសឲ្យពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ" ) # Special Public Holiday special_in_lieu_holidays = tr("ថ្ងៃឈប់សម្រាកសងជំនួស") # Khmer New Year's Day sangkranta = tr("ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ") special_public_holidays = { 2016: ( (MAY, 2, special_in_lieu_holidays), (MAY, 16, special_in_lieu_holidays), ), 2018: (MAY, 21, special_in_lieu_holidays), 2019: (SEP, 30, special_in_lieu_holidays), 2020: ( (MAY, 11, special_in_lieu_holidays), (AUG, 17, sangkranta_in_lieu_covid), (AUG, 18, sangkranta_in_lieu_covid), (AUG, 19, sangkranta_in_lieu_covid), (AUG, 20, sangkranta_in_lieu_covid), (AUG, 21, sangkranta_in_lieu_covid), ), 2024: (APR, 16, sangkranta), } holidays-0.71/holidays/countries/cameroon.py000066400000000000000000000125251500152103600212570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.groups import ( ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_WORKDAY class Cameroon( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays ): """Cameroon holidays. References: * * * """ country = "CM" observed_label = "%s (observed)" # On 1 January 1960, French Cameroun gained independence from France. start_year = 1960 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=CameroonIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, cls=CameroonStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_WORKDAY) super().__init__(*args, **kwargs) def _populate_public_holidays(self): dts_observed = set() # New Year's Day. dts_observed.add(self._add_new_years_day("New Year's Day")) # Youth Day. if self._year >= 1966: dts_observed.add(self._add_holiday_feb_11("Youth Day")) # Good Friday. self._add_good_friday("Good Friday") # Labour Day. dts_observed.add(self._add_labor_day("Labour Day")) # National Day. if self._year >= 1972: dts_observed.add(self._add_holiday_may_20("National Day")) # Ascension Day. self._add_ascension_thursday("Ascension Day") # Assumption Day. dts_observed.add(self._add_assumption_of_mary_day("Assumption Day")) # Christmas Day. dts_observed.add(self._add_christmas_day("Christmas Day")) # Eid al-Fitr. dts_observed.update(self._add_eid_al_fitr_day("Eid al-Fitr")) # Eid al-Adha. dts_observed.update(self._add_eid_al_adha_day("Eid al-Adha")) # Mawlid. dts_observed.update(self._add_mawlid_day("Mawlid")) if self.observed: self._populate_observed(dts_observed) class CM(Cameroon): pass class CMR(Cameroon): pass class CameroonIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2001: (MAR, 6), 2002: (FEB, 23), 2003: (FEB, 12), 2004: (FEB, 2), 2005: (JAN, 21), 2006: ((JAN, 10), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 9), 2009: (NOV, 28), 2010: (NOV, 17), 2011: (NOV, 7), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 5), 2015: (SEP, 24), 2016: (SEP, 13), 2017: (SEP, 2), 2018: (AUG, 21), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), } EID_AL_FITR_DATES = { 2001: (DEC, 17), 2002: (DEC, 6), 2003: (NOV, 26), 2004: (NOV, 14), 2005: (NOV, 4), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 2), 2009: (SEP, 21), 2010: (SEP, 10), 2011: (AUG, 31), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 28), 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), } MAWLID_DATES = { 2001: (JUN, 4), 2002: (MAY, 24), 2003: (MAY, 14), 2004: (MAY, 2), 2005: (APR, 21), 2006: (APR, 11), 2007: (MAR, 31), 2008: (MAR, 20), 2009: (MAR, 9), 2010: (FEB, 26), 2011: (FEB, 16), 2012: (FEB, 5), 2013: (JAN, 24), 2014: (JAN, 14), 2015: ((JAN, 3), (DEC, 24)), 2016: (DEC, 12), 2017: (DEC, 1), 2018: (NOV, 21), 2019: (NOV, 10), 2020: (OCT, 29), 2021: (OCT, 19), 2022: (OCT, 8), } class CameroonStaticHolidays: special_public_holidays = { 2021: ( (MAY, 14, "Public Holiday"), (JUL, 19, "Public Holiday"), ), } special_public_holidays_observed = { 2007: (JAN, 2, "Eid al-Adha"), } holidays-0.71/holidays/countries/canada.py000066400000000000000000000426611500152103600206670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from typing import Optional from holidays.calendars.gregorian import MAR, APR, JUN, JUL, SEP from holidays.constants import GOVERNMENT, OPTIONAL, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, ALL_TO_NEAREST_MON, SAT_SUN_TO_NEXT_MON, SAT_SUN_TO_NEXT_MON_TUE, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE, ) class Canada(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Canada holidays. References: * * * * * * * * * * """ country = "CA" default_language = "en_CA" # %s (observed). observed_label = tr("%s (observed)") supported_categories = (GOVERNMENT, OPTIONAL, PUBLIC) subdivisions = ( "AB", "BC", "MB", "NB", "NL", "NS", "NT", "NU", "ON", "PE", "QC", "SK", "YT", ) supported_languages = ("ar", "en_CA", "en_US", "fr", "th") start_year = 1867 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, CanadaStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _get_nearest_monday(self, *args) -> Optional[date]: return self._get_observed_date(date(self._year, *args), rule=ALL_TO_NEAREST_MON) def _add_statutory_holidays(self): """Nationwide statutory holidays.""" # New Year's Day. self._add_observed(self._add_new_years_day(tr("New Year's Day"))) # Good Friday. self._add_good_friday(tr("Good Friday")) if self._year >= 1879: self._canada_day = self._add_holiday_jul_1( # Canada Day. tr("Canada Day") if self._year >= 1983 # Dominion Day. else tr("Dominion Day") ) if self._year >= 1894: # Labor Day. self._add_holiday_1st_mon_of_sep(tr("Labour Day")) # Christmas Day. self._add_christmas_day(tr("Christmas Day")) def _populate_public_holidays(self): self._add_statutory_holidays() self._add_observed(self._christmas_day) def _populate_government_holidays(self): """Holidays for federally regulated workplaces.""" self._add_statutory_holidays() if self._year >= 1953: # Victoria Day. self._add_holiday_1st_mon_before_may_24(tr("Victoria Day")) if self._year >= 1879: self._add_observed(self._canada_day) if self._year >= 2021: self._add_observed( # National Day for Truth and Reconciliation. self._add_holiday_sep_30(tr("National Day for Truth and Reconciliation")) ) self._add_thanksgiving_day() if self._year >= 1931: # Remembrance Day. self._add_observed(self._add_remembrance_day(tr("Remembrance Day"))) self._add_observed(self._christmas_day, rule=SAT_SUN_TO_NEXT_MON_TUE) # Boxing Day. self._add_observed( self._add_christmas_day_two(tr("Boxing Day")), rule=SAT_SUN_TO_NEXT_MON_TUE ) def _populate_optional_holidays(self): # Christmas Day. self._add_observed( self._add_christmas_day(tr("Christmas Day")), rule=SAT_SUN_TO_NEXT_MON_TUE ) # Boxing Day. self._add_observed( self._add_christmas_day_two(tr("Boxing Day")), rule=SAT_SUN_TO_NEXT_MON_TUE ) def _add_thanksgiving_day(self): if self._year >= 1931: # Thanksgiving Day. name = tr("Thanksgiving Day") # in 1935, Canadian Thanksgiving was moved due to the General # Election falling on the second Monday of October # http://tiny.cc/can_thkgvg if self._year == 1935: self._add_holiday_oct_25(name) else: self._add_holiday_2nd_mon_of_oct(name) def _populate_subdiv_ab_public_holidays(self): if self._year >= 1990: # Family Day. self._add_holiday_3rd_mon_of_feb(tr("Family Day")) if self._year >= 1953: # Victoria Day. self._add_holiday_1st_mon_before_may_24(tr("Victoria Day")) if self._year >= 1879: self._add_observed(self._canada_day, rule=SUN_TO_NEXT_MON) self._add_thanksgiving_day() if self._year >= 1931: # Remembrance Day. self._add_observed(self._add_remembrance_day(tr("Remembrance Day"))) def _populate_subdiv_ab_optional_holidays(self): # Easter Monday. self._add_easter_monday(tr("Easter Monday")) # https://en.wikipedia.org/wiki/Civic_Holiday#Alberta if self._year >= 1974: # Heritage Day. self._add_holiday_1st_mon_of_aug(tr("Heritage Day")) if self._year >= 2021: # National Day for Truth and Reconciliation. self._add_holiday_sep_30(tr("National Day for Truth and Reconciliation")) # Boxing Day. self._add_christmas_day_two(tr("Boxing Day")) def _populate_subdiv_bc_public_holidays(self): if self._year >= 2013: name = tr("Family Day") if self._year >= 2019: self._add_holiday_3rd_mon_of_feb(name) else: self._add_holiday_2nd_mon_of_feb(name) if self._year >= 1953: # Victoria Day. self._add_holiday_1st_mon_before_may_24(tr("Victoria Day")) if self._year >= 1879: self._add_observed(self._canada_day, rule=SUN_TO_NEXT_MON) # https://en.wikipedia.org/wiki/Civic_Holiday#British_Columbia if self._year >= 1974: # British Columbia Day. self._add_holiday_1st_mon_of_aug(tr("British Columbia Day")) if self._year >= 2023: # National Day for Truth and Reconciliation. self._add_holiday_sep_30(tr("National Day for Truth and Reconciliation")) self._add_thanksgiving_day() if self._year >= 1931: # Remembrance Day. self._add_remembrance_day(tr("Remembrance Day")) def _populate_subdiv_mb_public_holidays(self): if self._year >= 2008: # Louis Riel Day. self._add_holiday_3rd_mon_of_feb(tr("Louis Riel Day")) if self._year >= 1953: # Victoria Day. self._add_holiday_1st_mon_before_may_24(tr("Victoria Day")) self._add_thanksgiving_day() def _populate_subdiv_mb_optional_holidays(self): if self._year >= 1900: self._add_holiday_1st_mon_of_aug( # Terry Fox Day. tr("Terry Fox Day") if self._year >= 2015 # Civic Holiday. else tr("Civic Holiday") ) if self._year >= 1931: # Remembrance Day. self._add_remembrance_day(tr("Remembrance Day")) def _populate_subdiv_nb_public_holidays(self): if self._year >= 2018: # Family Day. self._add_holiday_3rd_mon_of_feb(tr("Family Day")) # https://en.wikipedia.org/wiki/Civic_Holiday#New_Brunswick if self._year >= 1975: # New Brunswick Day. self._add_holiday_1st_mon_of_aug(tr("New Brunswick Day")) if self._year >= 1931: # Remembrance Day. self._add_remembrance_day(tr("Remembrance Day")) def _populate_subdiv_nb_optional_holidays(self): if self._year >= 1953: # Victoria Day. self._add_holiday_1st_mon_before_may_24(tr("Victoria Day")) self._add_thanksgiving_day() # Boxing Day. self._add_christmas_day_two(tr("Boxing Day")) def _populate_subdiv_nl_public_holidays(self): if self._year >= 1917: # Memorial Day. self._add_holiday_jul_1(tr("Memorial Day")) if self._year >= 1879: self._add_observed(self._canada_day) if self._year >= 1931: # Remembrance Day. self._add_observed(self._add_remembrance_day(tr("Remembrance Day"))) def _populate_subdiv_nl_optional_holidays(self): if self._year >= 1900: # Saint Patrick's Day. self._add_holiday(tr("Saint Patrick's Day"), self._get_nearest_monday(MAR, 17)) if self._year >= 1990: # Nearest Monday to April 23 # 4/26 is the Monday closer to 4/23 in 2010 # but the holiday was observed on 4/19? Crazy Newfies! dt = date(2010, APR, 19) if self._year == 2010 else self._get_nearest_monday(APR, 23) # Saint George's Day. self._add_holiday(tr("Saint George's Day"), dt) if self._year >= 1997: # Discovery Day. self._add_holiday(tr("Discovery Day"), self._get_nearest_monday(JUN, 24)) if self._year >= 1900: # Orangemen's Day. self._add_holiday(tr("Orangemen's Day"), self._get_nearest_monday(JUL, 12)) self._add_thanksgiving_day() # Boxing Day. self._add_christmas_day_two(tr("Boxing Day")) def _populate_subdiv_ns_public_holidays(self): # http://novascotia.ca/lae/employmentrights/NovaScotiaHeritageDay.asp if self._year >= 2015: # Heritage Day. self._add_holiday_3rd_mon_of_feb(tr("Heritage Day")) if self._year >= 1981: # Remembrance Day. self._add_observed(self._add_remembrance_day(tr("Remembrance Day"))) def _populate_subdiv_ns_optional_holidays(self): if self._year >= 1996: # Natal Day. self._add_holiday_1st_mon_of_aug(tr("Natal Day")) def _populate_subdiv_nt_public_holidays(self): if self._year >= 1953: # Victoria Day. self._add_holiday_1st_mon_before_may_24(tr("Victoria Day")) if self._year >= 1996: # National Aboriginal Day. self._add_holiday_jun_21(tr("National Aboriginal Day")) if self._year >= 1900: # Civic Holiday. self._add_holiday_1st_mon_of_aug(tr("Civic Holiday")) if self._year >= 2022: # National Day for Truth and Reconciliation. self._add_holiday_sep_30(tr("National Day for Truth and Reconciliation")) self._add_thanksgiving_day() if self._year >= 1931: # Remembrance Day. self._add_remembrance_day(tr("Remembrance Day")) def _populate_subdiv_nu_public_holidays(self): if self._year >= 1953: # Victoria Day. self._add_holiday_1st_mon_before_may_24(tr("Victoria Day")) if self._year >= 2020: # Nunavut Day. self._add_holiday_jul_9(tr("Nunavut Day")) if self._year >= 1900: # Civic Holiday. self._add_holiday_1st_mon_of_aug(tr("Civic Holiday")) if self._year >= 2022: # National Day for Truth and Reconciliation. self._add_holiday_sep_30(tr("National Day for Truth and Reconciliation")) self._add_thanksgiving_day() if self._year >= 1931: # Remembrance Day. self._add_remembrance_day(tr("Remembrance Day")) def _populate_subdiv_nu_optional_holidays(self): if 2000 <= self._year <= 2019: name = tr("Nunavut Day") if self._year == 2000: self._add_holiday_apr_1(name) else: self._add_holiday_jul_9(name) def _populate_subdiv_on_public_holidays(self): if self._year >= 2008: # Family Day. self._add_holiday_3rd_mon_of_feb(tr("Family Day")) if self._year >= 1953: # Victoria Day. self._add_holiday_1st_mon_before_may_24(tr("Victoria Day")) self._add_thanksgiving_day() self._add_observed(self._add_christmas_day_two(tr("Boxing Day")), rule=SUN_TO_NEXT_TUE) def _populate_subdiv_on_optional_holidays(self): if self._year >= 1900: # Civic Holiday. self._add_holiday_1st_mon_of_aug(tr("Civic Holiday")) def _populate_subdiv_pe_public_holidays(self): if self._year >= 2009: # Islander Day. name = tr("Islander Day") if self._year >= 2010: self._add_holiday_3rd_mon_of_feb(name) else: self._add_holiday_2nd_mon_of_feb(name) if self._year >= 1879: self._add_observed(self._canada_day) if self._year >= 2022: # National Day for Truth and Reconciliation. self._add_holiday_sep_30(tr("National Day for Truth and Reconciliation")) if self._year >= 1931: # Remembrance Day. self._add_observed(self._add_remembrance_day(tr("Remembrance Day"))) def _populate_subdiv_qc_public_holidays(self): if self._year >= 2003: # National Patriots' Day. self._add_holiday_1st_mon_before_may_24(tr("National Patriots' Day")) if self._year >= 1925: self._add_observed( # Saint John the Baptist Day. self._add_saint_johns_day(tr("Saint Jean Baptiste Day")), rule=SUN_TO_NEXT_MON, ) if self._year >= 1879: self._add_observed(self._canada_day, rule=SUN_TO_NEXT_MON) self._add_thanksgiving_day() def _populate_subdiv_qc_optional_holidays(self): # Easter Monday. self._add_easter_monday(tr("Easter Monday")) def _populate_subdiv_sk_public_holidays(self): if self._year >= 2007: # Family Day. self._add_holiday_3rd_mon_of_feb(tr("Family Day")) if self._year >= 1953: # Victoria Day. self._add_holiday_1st_mon_before_may_24(tr("Victoria Day")) if self._year >= 1879: self._add_observed(self._canada_day) # https://en.wikipedia.org/wiki/Civic_Holiday#Saskatchewan if self._year >= 1900: # Saskatchewan Day. self._add_holiday_1st_mon_of_aug(tr("Saskatchewan Day")) self._add_thanksgiving_day() if self._year >= 1931: # Remembrance Day. self._add_observed(self._add_remembrance_day(tr("Remembrance Day"))) def _populate_subdiv_yt_public_holidays(self): if self._year >= 1953: # Victoria Day. self._add_holiday_1st_mon_before_may_24(tr("Victoria Day")) if self._year >= 2017: # National Aboriginal Day. self._add_holiday_jun_21(tr("National Aboriginal Day")) if self._year >= 1879: self._add_observed(self._canada_day) if self._year >= 1912: # Discovery Day. self._add_holiday_3rd_mon_of_aug(tr("Discovery Day")) if self._year >= 2023: # National Day for Truth and Reconciliation. self._add_holiday_sep_30(tr("National Day for Truth and Reconciliation")) self._add_thanksgiving_day() if self._year >= 1931: # Remembrance Day. self._add_observed(self._add_remembrance_day(tr("Remembrance Day"))) def _populate_subdiv_yt_optional_holidays(self): # Friday before the last Sunday in February if self._year >= 1976: self._add_holiday_2_days_prior_last_sun_of_feb(tr("Heritage Day")) class CA(Canada): pass class CAN(Canada): pass class CanadaStaticHolidays: # Funeral of Queen Elizabeth II. queen_funeral = tr("Funeral of Her Majesty the Queen Elizabeth II") special_bc_public_holidays = { 2022: (SEP, 19, queen_funeral), } special_nb_public_holidays = { 2022: (SEP, 19, queen_funeral), } special_nl_public_holidays = { 2022: (SEP, 19, queen_funeral), } special_ns_public_holidays = { 2022: (SEP, 19, queen_funeral), } special_pe_public_holidays = { 2022: (SEP, 19, queen_funeral), } special_yt_public_holidays = { 2022: (SEP, 19, queen_funeral), } holidays-0.71/holidays/countries/chad.py000066400000000000000000000100301500152103600203400ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.groups import ( ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class Chad( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays ): """Chad holidays. References: * * """ country = "TD" observed_label = "%s (observed)" # On 11 August 1960, Chad gained independence from France. start_year = 1961 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=ChadIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, ChadStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day("New Year's Day")) # International Women's Day. self._add_observed(self._add_womens_day("International Women's Day")) # Easter Monday. self._add_easter_monday("Easter Monday") # Labour Day. self._add_observed(self._add_labor_day("Labour Day")) # Independence Day. self._add_observed(self._add_holiday_aug_11("Independence Day")) # All Saints' Day. self._add_all_saints_day("All Saints' Day") # Republic Day. self._add_observed(self._add_holiday_nov_28("Republic Day")) if self._year >= 1991: # Freedom and Democracy Day. self._add_observed(self._add_holiday_dec_1("Freedom and Democracy Day")) # Christmas Day. self._add_christmas_day("Christmas Day") # Eid al-Fitr. self._add_eid_al_fitr_day("Eid al-Fitr") # Eid al-Adha. self._add_eid_al_adha_day("Eid al-Adha") # Mawlid. self._add_mawlid_day("Mawlid") class TD(Chad): pass class TCD(Chad): pass class ChadIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2015: (SEP, 24), 2016: (SEP, 13), 2017: (SEP, 2), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), } EID_AL_FITR_DATES = { 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), } MAWLID_DATES = { 2015: ((JAN, 3), (DEC, 24)), 2016: (DEC, 12), 2017: (DEC, 1), 2018: (NOV, 21), 2019: (NOV, 9), 2020: (OCT, 29), 2021: (OCT, 18), 2022: (OCT, 8), } class ChadStaticHolidays: special_public_holidays = { 2021: (APR, 23, "Funeral of Idriss Déby Itno"), } holidays-0.71/holidays/countries/chile.py000066400000000000000000000215131500152103600205350ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import JUN, SEP, DEC from holidays.constants import BANK, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, MON_ONLY, MON_FRI_ONLY, TUE_TO_PREV_FRI, WED_TO_NEXT_FRI, FRI_ONLY, WORKDAY_TO_NEAREST_MON, ) class Chile(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Chile holidays. References: * * [Excellent history of Chile holidays](http://www.feriadoschilenos.cl) * * Law 2.977 (established official Chile holidays in its current form) * Law 20.983 (Day after New Year's Day, if it's a Sunday) * Law 19.668 (floating Monday holiday) * Law 19.668 (Corpus Christi) * Law 2.200, (Labour Day) * Law 18.018 (Labour Day renamed) * Law 16.840, Law 18.432 (Saint Peter and Saint Paul) * Law 20.148 (Day of Virgin of Carmen) * Law 18.026 (Day of National Liberation) * Law 19.588, Law 19.793 (Day of National Unity) * Law 20.983 (National Holiday Friday preceding Independence Day) * Law 20.215 (National Holiday Monday preceding Independence Day) * Law 20.215 (National Holiday Friday following Army Day) * Decree-law 636, Law 8.223 * Law 3.810 (Columbus Day) * Law 20.299 (National Day of the Evangelical and Protestant Churches) * Law 20.663 (Región de Arica y Parinacota) * Law 20.678 (Región de Ñuble) * [Law 19.656 (Dec 31, 1999 holiday)](https://www.bcn.cl/leychile/navegar?idNorma=149328&idVersion=1999-12-15) * [Law 12.051 (bank holidays Jun 30 and Dec 31)](https://www.bcn.cl/leychile/navegar?idNorma=27013&idVersion=1956-07-12) * [Decree-law 1.171 (eliminate Jun 30)](https://www.bcn.cl/leychile/navegar?idNorma=6507&idVersion=1975-09-05) * [Law 19.528 (eliminate Dec 31)](https://www.bcn.cl/leychile/navegar?idNorma=76630&idVersion=1997-11-04) * [Law 19.559 (restore Dec 31)](https://www.bcn.cl/leychile/navegar?idNorma=97758&idVersion=1998-04-16) """ country = "CL" default_language = "es" subdivisions = ( "AI", "AN", "AP", "AR", "AT", "BI", "CO", "LI", "LL", "LR", "MA", "ML", "NB", "RM", "TA", "VS", ) supported_categories = (BANK, PUBLIC) supported_languages = ("en_US", "es", "uk") start_year = 1915 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, ChileStaticHolidays) kwargs.setdefault("observed_rule", WORKDAY_TO_NEAREST_MON) kwargs.setdefault("observed_since", 2000) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) if self._year >= 2017: self._add_observed(self._add_new_years_day_two(tr("Feriado nacional")), rule=MON_ONLY) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Holy Saturday. self._add_holy_saturday(tr("Sábado Santo")) if self._year <= 1967: # Ascension Day. self._add_ascension_thursday(tr("Ascensión del Señor")) if self._year <= 1967 or 1987 <= self._year <= 2006: # Corpus Christi. name = tr("Corpus Christi") if self._year <= 1999: self._add_corpus_christi_day(name) else: self._add_holiday_57_days_past_easter(name) if self._year >= 1932: # Labor Day. self._add_labor_day(tr("Día Nacional del Trabajo")) # Naval Glories Day. self._add_holiday_may_21(tr("Día de las Glorias Navales")) if self._year >= 2021: # National Day of Indigenous Peoples. name = tr("Día Nacional de los Pueblos Indígenas") if self._year == 2021: self._add_holiday_jun_21(name) else: self._add_holiday(name, self._summer_solstice_date) if self._year <= 1967 or self._year >= 1986: # Saint Peter and Saint Paul's Day. self._move_holiday(self._add_saints_peter_and_paul_day(tr("San Pedro y San Pablo"))) if self._year >= 2007: # Day of Virgin of Carmen. self._add_holiday_jul_16(tr("Virgen del Carmen")) # Assumption Day. self._add_assumption_of_mary_day(tr("Asunción de la Virgen")) if 1981 <= self._year <= 1998: # Day of National Liberation. self._add_holiday_sep_11(tr("Día de la Liberación Nacional")) elif 1999 <= self._year <= 2001: # Day of National Unity. self._add_holiday_1st_mon_of_sep(tr("Día de la Unidad Nacional")) if self._year >= 2007: self._add_observed( # National Holiday. self._add_holiday_sep_17(tr("Fiestas Patrias")), rule=MON_FRI_ONLY if self._year >= 2017 else MON_ONLY, ) # Independence Day. self._add_holiday_sep_18(tr("Día de la Independencia")) # Army Day. self._add_holiday_sep_19(tr("Día de las Glorias del Ejército")) if self._year >= 2008: self._add_observed(self._add_holiday_sep_20(tr("Fiestas Patrias")), rule=FRI_ONLY) if 1932 <= self._year <= 1944: self._add_holiday_sep_20(tr("Fiestas Patrias")) if self._year >= 1922 and self._year != 1973: self._move_holiday( self._add_columbus_day( # Meeting of Two Worlds' Day. tr("Día del Encuentro de dos Mundos") if self._year >= 2000 # Columbus Day. else tr("Día de la Raza") ) ) if self._year >= 2008: # This holiday is moved to the preceding Friday if it falls on a Tuesday, # or to the following Friday if it falls on a Wednesday. self._move_holiday( self._add_holiday_oct_31( # National Day of the Evangelical and Protestant Churches. tr("Día Nacional de las Iglesias Evangélicas y Protestantes") ), rule=TUE_TO_PREV_FRI + WED_TO_NEXT_FRI, ) # All Saints' Day. self._add_all_saints_day(tr("Día de Todos los Santos")) # Immaculate Conception. self._add_immaculate_conception_day(tr("La Inmaculada Concepción")) if 1944 <= self._year <= 1988: # Christmas Eve. self._add_christmas_eve(tr("Víspera de Navidad")) # Christmas Day. self._add_christmas_day(tr("Navidad")) def _populate_subdiv_ap_public_holidays(self): if self._year >= 2013: # Assault and Capture of Cape Arica. self._add_holiday_jun_7(tr("Asalto y Toma del Morro de Arica")) def _populate_subdiv_nb_public_holidays(self): if self._year >= 2014: self._add_holiday_aug_20( # Nativity of Bernardo O'Higgins (Chillán and Chillán Viejo communes) tr("Nacimiento del Prócer de la Independencia (Chillán y Chillán Viejo)") ) def _populate_bank_holidays(self): # Bank Holiday. name = tr("Feriado bancario") if 1957 <= self._year <= 1975: self._add_holiday_jun_30(name) if self._year >= 1956 and self._year != 1997: self._add_holiday_dec_31(name) @property def _summer_solstice_date(self) -> tuple[int, int]: day = 20 if (self._year % 4 > 1 and self._year <= 2046) or ( self._year % 4 > 2 and self._year <= 2075 ): day = 21 return JUN, day class CL(Chile): pass class CHL(Chile): pass class ChileStaticHolidays: # National Holiday. national_holiday = tr("Feriado nacional") special_public_holidays = { 1999: (DEC, 31, national_holiday), 2022: (SEP, 16, national_holiday), } holidays-0.71/holidays/countries/china.py000066400000000000000000000466221500152103600205430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, SEP, OCT, DEC from holidays.constants import HALF_DAY, PUBLIC from holidays.groups import ChineseCalendarHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY class China(ObservedHolidayBase, ChineseCalendarHolidays, InternationalHolidays, StaticHolidays): """China holidays. References: * * [Festivals and Public Holidays](https://zh.wikipedia.org/wiki/中华人民共和国节日与公众假期) * [2024 changes (Order #795)](https://www.gov.cn/zhengce/content/202411/content_6986380.htm) * [2025](https://www.gov.cn/zhengce/content/202411/content_6986382.htm) * [2024](https://www.gov.cn/zhengce/content/202310/content_6911527.htm) * [2023](https://www.gov.cn/gongbao/content/2023/content_5736714.htm) * [2022](https://www.gov.cn/gongbao/content/2021/content_5651728.htm) * [2021](https://www.gov.cn/gongbao/content/2020/content_5567750.htm) * [2020 Extensions](https://www.gov.cn/zhengce/zhengceku/2020-01/27/content_5472352.htm) * [2020](https://www.gov.cn/gongbao/content/2019/content_5459138.htm) * [2019](https://www.gov.cn/gongbao/content/2018/content_5350046.htm) * [2018](https://www.gov.cn/gongbao/content/2017/content_5248221.htm) * [2017](https://www.gov.cn/gongbao/content/2016/content_5148793.htm) * [2016](https://www.gov.cn/gongbao/content/2016/content_2979719.htm) * [2015](https://www.gov.cn/gongbao/content/2015/content_2799019.htm) * [2014](https://www.gov.cn/gongbao/content/2014/content_2561299.htm) * [2013](https://www.gov.cn/gongbao/content/2012/content_2292057.htm) * [2012](https://www.gov.cn/gongbao/content/2011/content_2020918.htm) * [2011](https://www.gov.cn/gongbao/content/2010/content_1765282.htm) * [2010](https://www.gov.cn/gongbao/content/2009/content_1487011.htm) * [2009](https://www.gov.cn/gongbao/content/2008/content_1175823.htm) * [2008](https://www.gov.cn/gongbao/content/2008/content_859870.htm) * [2007](https://www.gov.cn/gongbao/content/2007/content_503397.htm) * [2006](https://zh.wikisource.org/wiki/国务院办公厅关于2006年部分节假日安排的通知) * [2005](https://zh.wikisource.org/wiki/国务院办公厅关于2005年部分节假日安排的通知) * [2004](https://zh.wikisource.org/wiki/国务院办公厅关于2004年部分节假日安排的通知) * [2003](https://zh.wikisource.org/wiki/国务院办公厅关于2003年部分节假日休息安排的通知) * [2002](https://zh.wikisource.org/wiki/国务院办公厅关于2002年部分节假日休息安排的通知) * [2001](https://zh.wikisource.org/wiki/国务院办公厅关于2001年春节、“五一”、“十一”放假安排的通知) Checked With: * * * * [2001-2010](https://m.wannianli.tianqi.com/fangjiaanpai/2001.html) Limitations: * Only checked with the official General Office of the State Council Notice from 2001 onwards. * Due to its complexity, need yearly checks 3-weeks before year's end each year. """ country = "CN" # %s (observed). observed_label = tr("%s(观察日)") supported_categories = (PUBLIC, HALF_DAY) default_language = "zh_CN" supported_languages = ("en_US", "th", "zh_CN", "zh_TW") # Proclamation of the People's Republic of China on Oct 1, 1949. start_year = 1950 def __init__(self, *args, **kwargs): ChineseCalendarHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, cls=ChinaStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 2000) super().__init__(*args, **kwargs) def _populate_public_holidays(self): dts_observed = set() # 元旦 (simp.) / 新年 (trad.) # Status: In-Use (Statutory). # Jan 1 in 1949, 1999, 2007, and 2013 revision. # Consecutive Holidays are available from 2002, except in 2014/2016/2017/2018. # New Year's Day. dts_observed.add(self._add_new_years_day(tr("元旦"))) # 春节 # Status: In-Use (Statutory). # Day 1-3 of Chinese New Year in 1949, 1999, 2007, and 2013 revision. # 2007 revision introduced New Year's Eve (农历除夕) instead of # New Year's 3rd day; 2013 revision returned it back; # 2024 revision returned also New Year's Eve. # Spring Festival Golden Weekend # Checked with Official Notice from 2001-2025. # Consecutive Holidays are available from 2000 (1999 rev.). # Chinese New Year (Spring Festival). chinese_new_year = tr("春节") # Chinese New Year's Eve. chinese_new_years_eve = tr("农历除夕") dts_observed.add(self._add_chinese_new_years_day(chinese_new_year)) dts_observed.add(self._add_chinese_new_years_day_two(chinese_new_year)) if 2008 <= self._year <= 2013: dts_observed.add(self._add_chinese_new_years_eve(chinese_new_years_eve)) else: dts_observed.add(self._add_chinese_new_years_day_three(chinese_new_year)) if self._year >= 2025: dts_observed.add(self._add_chinese_new_years_eve(chinese_new_years_eve)) # 劳动节 # Status: In-Use (Statutory). # May 1 in 1949, 1999, 2007, and 2013 revision. # Additional Holidays (May 2-3) are available from 2000 (1999 rev.) - 2007 (2007 rev.). # May 2 returned in 2024 revision. # Labor Day Golden Weekend # Checked with Official Notice from 2001-2025. # Consecutive Holidays are available from 2002, with exception of ????-????. # Labor Day. labor_day = tr("劳动节") dts_observed.add(self._add_labor_day(labor_day)) if 2000 <= self._year <= 2007: dts_observed.add(self._add_labor_day_two(labor_day)) dts_observed.add(self._add_labor_day_three(labor_day)) elif self._year >= 2025: dts_observed.add(self._add_labor_day_two(labor_day)) # 国庆节 # Status: In-Use (Statutory). # Oct 1-2 in 1949, 1999, 2007, and 2013 revision # Additional Holiday (Oct 3) is available from Sep 1999 (1999 rev.). # National Day Golden Weekend # Checked with Official Notice from 2001-2023. # National Day. national_day = tr("国庆节") dts_observed.add(self._add_holiday_oct_1(national_day)) dts_observed.add(self._add_holiday_oct_2(national_day)) if self._year >= 1999: dts_observed.add(self._add_holiday_oct_3(national_day)) if self._year >= 2008: # 清明节 # Status: In-Use (Statutory). # Tomb-Sweeping Day in 2007, and 2013 revision. # Consecutive Holidays are available from 2008, except in 2014/2015/2016/2019. # Tomb-Sweeping Day. dts_observed.add(self._add_qingming_festival(tr("清明节"))) # 端午节 # Status: In-Use (Statutory). # Dragon Boat Festival in 2007, and 2013 revision. # Consecutive Holidays are available from 2008, except in 2014/2015/2018/2019/2023. # Dragon Boat Festival. dragon_boat_festival = self._add_dragon_boat_festival(tr("端午节")) if self._year != 2012: dts_observed.add(dragon_boat_festival) # 中秋节 # Status: In-Use (Statutory). # Mid-Autumn Festival in 2007, and 2013 revision. # Consecutive Holidays are available from 2008, except in 2010/2014/2015/2018/2019. # Extra Day (Oct 8) is instead added to the National Day Week if overlaps. # Mid-Autumn Festival. mid_autumn_festival = self._add_mid_autumn_festival(tr("中秋节")) if self._year != 2015: dts_observed.add(mid_autumn_festival) if self.observed: self._populate_observed(dts_observed, multiple=True) def _populate_half_day_holidays(self): # No in lieus are given for this category. # International Women's Day. self._add_womens_day(tr("国际妇女节")) # Youth Day. self._add_holiday_may_4(tr("五四青年节")) # Children's Day. self._add_childrens_day(tr("六一儿童节")) # Army Day. self._add_holiday_aug_1(tr("建军节")) class CN(China): pass class CHN(China): pass class ChinaStaticHolidays: # Date format (see strftime() Format Codes). substituted_date_format = tr("%Y-%m-%d") # Day off (substituted from %s). substituted_label = tr("休息日(%s日起取代)") # Chinese New Year (Spring Festival). chinese_new_year = tr("春节") # Chinese New Year (Spring Festival) Extended Holiday. chinese_new_year_extended = tr("春节延长假期") # Dragon Boat Festival. dragon_boat_festival = tr("端午节") # Mid-Autumn Festival. mid_autumn_festival = tr("中秋节") # 70th Anniversary of the Victory of the Chinese People's War of Resistance against # Japanese Aggression and the World Anti-Fascist War. victory_70_anniversary = tr("中国人民抗日战争暨世界反法西斯战争胜利70周年纪念日") special_public_holidays = { 2001: ( (JAN, 29, JAN, 20), # Spring Festival (JAN, 30, JAN, 21), # Spring Festival (MAY, 4, APR, 28), # Labor Day (MAY, 7, APR, 29), # Labor Day (OCT, 4, SEP, 29), # National Day (OCT, 5, SEP, 30), # National Day ), 2002: ( (JAN, 2, DEC, 29, 2001), # New Year's Day (JAN, 3, DEC, 30, 2001), # New Year's Day (FEB, 15, FEB, 9), # Spring Festival (FEB, 18, FEB, 10), # Spring Festival (MAY, 6, APR, 27), # Labor Day (MAY, 7, APR, 28), # Labor Day (OCT, 4, SEP, 28), # National Day (OCT, 7, SEP, 29), # National Day ), 2003: ( (FEB, 6, FEB, 8), # Spring Festival (FEB, 7, FEB, 9), # Spring Festival (MAY, 6, APR, 26), # Labor Day (MAY, 7, APR, 27), # Labor Day (OCT, 6, SEP, 27), # National Day (OCT, 7, SEP, 28), # National Day ), 2004: ( (JAN, 27, JAN, 17), # Spring Festival (JAN, 28, JAN, 18), # Spring Festival (MAY, 6, MAY, 8), # Labor Day (MAY, 7, MAY, 9), # Labor Day (OCT, 6, OCT, 9), # National Day (OCT, 7, OCT, 10), # National Day ), 2005: ( (FEB, 14, FEB, 5), # Spring Festival (FEB, 15, FEB, 6), # Spring Festival (MAY, 5, APR, 30), # Labor Day (MAY, 6, MAY, 8), # Labor Day (OCT, 6, OCT, 8), # National Day (OCT, 7, OCT, 9), # National Day ), 2006: ( (JAN, 3, DEC, 31, 2005), # New Year's Day (FEB, 2, JAN, 28), # Spring Festival (FEB, 3, FEB, 5), # Spring Festival (MAY, 4, APR, 29), # Labor Day (MAY, 5, APR, 30), # Labor Day (OCT, 5, SEP, 30), # National Day (OCT, 6, OCT, 8), # National Day ), 2007: ( (JAN, 2, DEC, 30, 2006), # New Year's Day (JAN, 3, DEC, 31, 2006), # New Year's Day (FEB, 22, FEB, 17), # Spring Festival (FEB, 23, FEB, 25), # Spring Festival (MAY, 4, APR, 28), # Labor Day (MAY, 7, APR, 29), # Labor Day (OCT, 4, SEP, 29), # National Day (OCT, 5, SEP, 30), # National Day (DEC, 31, DEC, 29), # New Year's Day ), 2008: ( (FEB, 11, FEB, 2), # Spring Festival (FEB, 12, FEB, 3), # Spring Festival (MAY, 2, MAY, 4), # Labor Day (SEP, 29, SEP, 27), # National Day (SEP, 30, SEP, 28), # National Day ), 2009: ( (JAN, 2, JAN, 4), # New Year's Day (JAN, 29, JAN, 24), # Spring Festival (JAN, 30, FEB, 1), # Spring Festival (MAY, 29, MAY, 31), # Dragon Boat Festival (OCT, 7, SEP, 27), # National Day (OCT, 8, OCT, 10), # National Day ), 2010: ( (FEB, 18, FEB, 20), # Spring Festival (FEB, 19, FEB, 21), # Spring Festival (JUN, 14, JUN, 12), # Dragon Boat Festival (JUN, 15, JUN, 13), # Dragon Boat Festival (SEP, 23, SEP, 19), # Mid-Autumn Festival (SEP, 24, SEP, 25), # Mid-Autumn Festival (OCT, 6, SEP, 26), # National Day (OCT, 7, OCT, 9), # National Day ), 2011: ( (FEB, 7, JAN, 30), # Spring Festival (FEB, 8, FEB, 12), # Spring Festival (APR, 4, APR, 2), # Tomb-Sweeping Day (OCT, 6, OCT, 8), # National Day (OCT, 7, OCT, 9), # National Day ), 2012: ( (JAN, 3, DEC, 31, 2011), # New Year's Day (JAN, 26, JAN, 21), # Spring Festival (JAN, 27, JAN, 29), # Spring Festival (APR, 2, MAR, 31), # Tomb-Sweeping Day (APR, 3, APR, 1), # Tomb-Sweeping Day (APR, 30, APR, 28), # Labor Day (OCT, 5, SEP, 29), # National Day ), 2013: ( (JAN, 2, JAN, 5), # New Year's Day (JAN, 3, JAN, 6), # New Year's Day (FEB, 14, FEB, 16), # Spring Festival (FEB, 15, FEB, 17), # Spring Festival (APR, 5, APR, 7), # Tomb-Sweeping Day (APR, 29, APR, 27), # Labor Day (APR, 30, APR, 28), # Labor Day (JUN, 10, JUN, 8), # Dragon Boat Festival (JUN, 11, JUN, 9), # Dragon Boat Festival (SEP, 20, SEP, 22), # Mid-Autumn Festival (OCT, 4, SEP, 29), # National Day (OCT, 7, OCT, 12), # National Day ), 2014: ( (FEB, 5, JAN, 26), # Spring Festival (FEB, 6, FEB, 8), # Spring Festival (MAY, 2, MAY, 4), # Labor Day (OCT, 6, SEP, 28), # National Day (OCT, 7, OCT, 11), # National Day ), 2015: ( (JAN, 2, JAN, 4), # New Year's Day (FEB, 18, FEB, 15), # Spring Festival (FEB, 24, FEB, 28), # Spring Festival (SEP, 3, victory_70_anniversary), (SEP, 4, SEP, 6), # 70th Anniversary of the Victory (OCT, 7, OCT, 10), # National Day ), 2016: ( (FEB, 11, FEB, 6), # Spring Festival (FEB, 12, FEB, 14), # Spring Festival (JUN, 10, JUN, 12), # Dragon Boat Festival (SEP, 16, SEP, 18), # Mid-Autumn Festival (OCT, 6, OCT, 8), # National Day (OCT, 7, OCT, 9), # National Day ), 2017: ( (JAN, 27, JAN, 22), # Spring Festival (FEB, 2, FEB, 4), # Spring Festival (APR, 3, APR, 1), # Tomb-Sweeping Day (MAY, 29, MAY, 27), # Dragon Boat Festival (OCT, 6, SEP, 30), # National Day ), 2018: ( (FEB, 15, FEB, 11), # Spring Festival (FEB, 21, FEB, 24), # Spring Festival (APR, 6, APR, 8), # Tomb-Sweeping Day (APR, 30, APR, 28), # Labor Day (OCT, 4, SEP, 29), # National Day (OCT, 5, SEP, 30), # National Day (DEC, 31, DEC, 29), # New Year's Day ), 2019: ( (FEB, 4, FEB, 2), # Spring Festival (FEB, 8, FEB, 3), # Spring Festival (OCT, 4, SEP, 29), # National Day (OCT, 7, OCT, 12), # National Day ), 2020: ( (JAN, 24, JAN, 19), # Spring Festival # JAN, 30 in special_public_holidays_observed (JAN, 31, chinese_new_year_extended), # Spring Festival Extended Holiday (FEB, 1, chinese_new_year_extended), # Spring Festival Extended Holiday (FEB, 2, chinese_new_year_extended), # Spring Festival Extended Holiday (MAY, 4, APR, 26), # Labor Day (MAY, 5, MAY, 9), # Labor Day (JUN, 26, JUN, 28), # Dragon Boat Festival (OCT, 7, SEP, 27), # National Day (OCT, 8, OCT, 10), # National Day ), 2021: ( (FEB, 11, FEB, 7), # Spring Festival (FEB, 17, FEB, 20), # Spring Festival (MAY, 4, APR, 25), # Labor Day (MAY, 5, MAY, 8), # Labor Day (SEP, 20, SEP, 18), # Mid-Autumn Festival (OCT, 6, SEP, 26), # National Day (OCT, 7, OCT, 9), # National Day ), 2022: ( (JAN, 31, JAN, 29), # Spring Festival (FEB, 4, JAN, 30), # Spring Festival (APR, 4, APR, 2), # Tomb-Sweeping Day (MAY, 3, APR, 24), # Labor Day (MAY, 4, MAY, 7), # Labor Day (OCT, 6, OCT, 8), # National Day (OCT, 7, OCT, 9), # National Day ), 2023: ( (JAN, 26, JAN, 28), # Spring Festival (JAN, 27, JAN, 29), # Spring Festival (MAY, 2, APR, 23), # Labor Day (MAY, 3, MAY, 6), # Labor Day (JUN, 23, JUN, 25), # Dragon Boat Festival (OCT, 5, OCT, 7), # National Day (OCT, 6, OCT, 8), # National Day ), 2024: ( (FEB, 15, FEB, 4), # Spring Festival (FEB, 16, FEB, 18), # Spring Festival (APR, 5, APR, 7), # Tomb-Sweeping Day (MAY, 2, APR, 28), # Labor Day (MAY, 3, MAY, 11), # Labor Day (SEP, 16, SEP, 14), # Mid-Autumn Festival (OCT, 4, SEP, 29), # National Day (OCT, 7, OCT, 12), # National Day ), 2025: ( (FEB, 3, JAN, 26), # Spring Festival (FEB, 4, FEB, 8), # Spring Festival (MAY, 5, APR, 27), # Labor Day (OCT, 7, SEP, 28), # National Day (OCT, 8, OCT, 11), # National Day ), } special_public_holidays_observed = { 2012: (JUN, 22, dragon_boat_festival), # observed from Jun 23 2015: (OCT, 6, mid_autumn_festival), # observed from Sep 27 2020: ( (JAN, 30, chinese_new_year), # Spring Festival (extended due to Covid-19 decree) (OCT, 6, mid_autumn_festival), # observed from Oct 1, overlap with National Day ), } holidays-0.71/holidays/countries/colombia.py000066400000000000000000000106411500152103600212360ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, ALL_TO_NEXT_MON class Colombia(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Colombia holidays. References: * [Ley 35 de 1939 (DEC 4)](https://www.funcionpublica.gov.co/eva/gestornormativo/norma_pdf.php?i=86145) * [Decreto 2663 de 1950 (AUG 5)](https://www.suin-juriscol.gov.co/viewDocument.asp?id=1874133) * [Decreto 3743 de 1950 (DEC 20)](https://www.suin-juriscol.gov.co/viewDocument.asp?id=1535683) * [Ley 51 de 1983 (DEC 6)](https://www.funcionpublica.gov.co/eva/gestornormativo/norma.php?i=4954) A few links below to calendars from the 1980s to demonstrate this law change. In 1984 some calendars still use the old rules, presumably because they were printed prior to the declaration of law change: * [1981](https://cloud10.todocoleccion.online/calendarios-antiguos/tc/2018/07/02/19/126899607_96874586.jpg) * [1982](https://cloud10.todocoleccion.online/calendarios-antiguos/tc/2016/08/19/12/58620712_34642074.jpg) * [1984](https://cloud10.todocoleccion.online/calendarios-antiguos/tc/2017/07/12/15/92811790_62818054.jpg) """ country = "CO" default_language = "es" # %s (observed). observed_label = tr("%s (observado)") supported_languages = ("en_US", "es", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", ALL_TO_NEXT_MON) kwargs.setdefault("observed_since", 1984) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) if self._year >= 1951: # Epiphany. self._move_holiday(self._add_epiphany_day(tr("Día de los Reyes Magos"))) # Saint Joseph's Day. self._move_holiday(self._add_saint_josephs_day(tr("Día de San José"))) # Maundy Thursday. self._add_holy_thursday(tr("Jueves Santo")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Ascension Day. self._move_holiday(self._add_ascension_thursday(tr("Ascensión del señor"))) # Corpus Christi. self._move_holiday(self._add_corpus_christi_day(tr("Corpus Christi"))) # Labor Day. self._add_labor_day(tr("Día del Trabajo")) if self._year >= 1984: self._move_holiday( # Sacred Heart. self._add_holiday_68_days_past_easter(tr("Sagrado Corazón")) ) if self._year >= 1951: # Saint Peter and Saint Paul's Day. self._move_holiday(self._add_saints_peter_and_paul_day(tr("San Pedro y San Pablo"))) # Independence Day. self._add_holiday_jul_20(tr("Día de la Independencia")) # Battle of Boyaca. self._add_holiday_aug_7(tr("Batalla de Boyacá")) if self._year >= 1951: # Assumption Day. self._move_holiday(self._add_assumption_of_mary_day(tr("La Asunción"))) # Columbus Day. self._move_holiday(self._add_columbus_day(tr("Día de la Raza"))) if self._year >= 1951: # All Saints' Day. self._move_holiday(self._add_all_saints_day(tr("Día de Todos los Santos"))) self._move_holiday( # Independence of Cartagena. self._add_holiday_nov_11(tr("Independencia de Cartagena")) ) if self._year >= 1951: # Immaculate Conception. self._add_immaculate_conception_day(tr("La Inmaculada Concepción")) # Christmas Day. self._add_christmas_day(tr("Navidad")) class CO(Colombia): pass class COL(Colombia): pass holidays-0.71/holidays/countries/congo.py000066400000000000000000000045161500152103600205620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Congo(HolidayBase, ChristianHolidays, InternationalHolidays): """Congo holidays. References: * [Loi N° 2-94](http://mokili.free.fr/jours_feries.php) * [Loi N° 18-2010](https://www.finances.gouv.cg/sites/default/files/documents/n¯18-2010%20du%2027%20novembre%202010.PDF) Cross-Checked With: * """ country = "CG" default_language = "fr" supported_languages = ("en_US", "fr") # Loi N° 2-94 of 1 March 1994. start_year = 1994 def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Jour de l'An")) # Easter Monday. self._add_easter_monday(tr("Lundi de Pâques")) # Labor Day. self._add_labor_day(tr("Fête du Travail")) # Ascension Day. self._add_ascension_thursday(tr("Ascension")) # Whit Monday. self._add_whit_monday(tr("Lundi de Pentecôte")) # Reconciliation Day. self._add_holiday_jun_10(tr("Fête de la Réconciliation")) # National Day. self._add_holiday_aug_15(tr("Fête Nationale")) # All Saints' Day. self._add_all_saints_day(tr("Toussaint")) if self._year >= 2010: # Republic Day. self._add_holiday_nov_28(tr("Jour de la République")) # Christmas Day. self._add_christmas_day(tr("Noël")) class CG(Congo): pass class COG(Congo): pass holidays-0.71/holidays/countries/costa_rica.py000066400000000000000000000105551500152103600215640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.constants import OPTIONAL, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, ALL_TO_NEAREST_MON_LATAM, ALL_TO_NEXT_SUN, WORKDAY_TO_NEXT_MON, ) class CostaRica(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Costa Rica holidays. References: * * * Law #8442 from 19.04.2005 * Law #8604 from 17.09.2007 * Law #8753 from 25.07.2009 * Law #8886 from 01.11.2010 * Law #9803 from 19.05.2020 * Law #10050 from 25.10.2021 """ country = "CR" default_language = "es" # %s (observed). observed_label = tr("%s (observado)") supported_categories = (OPTIONAL, PUBLIC) supported_languages = ("en_US", "es", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", ALL_TO_NEAREST_MON_LATAM) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) # Maundy Thursday. self._add_holy_thursday(tr("Jueves Santo")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Juan Santamaría Day. apr_11 = self._add_holiday_apr_11(tr("Día de Juan Santamaría")) if 2006 <= self._year <= 2010: self._move_holiday(apr_11, rule=WORKDAY_TO_NEXT_MON) elif self._year in {2023, 2024}: self._move_holiday(apr_11) # International Labor Day. dt = self._add_labor_day(tr("Día Internacional del Trabajo")) if self._year == 2021: self._move_holiday(dt) # Annexation of the Party of Nicoya to Costa Rica. jul_25 = self._add_holiday_jul_25(tr("Anexión del Partido de Nicoya a Costa Rica")) if 2005 <= self._year <= 2008: self._move_holiday(jul_25, rule=WORKDAY_TO_NEXT_MON) elif 2020 <= self._year <= 2024: self._move_holiday(jul_25) # Mother's Day. dt = self._add_assumption_of_mary_day(tr("Día de la Madre")) if 2005 <= self._year <= 2007: self._move_holiday(dt, rule=WORKDAY_TO_NEXT_MON) elif self._year in {2020, 2023, 2024}: self._move_holiday(dt) # Independence Day. sep_15 = self._add_holiday_sep_15(tr("Día de la Independencia")) if self._year in {2020, 2021, 2022}: self._move_holiday(sep_15) if self._year <= 2019: self._move_holiday( # Cultures Day. self._add_columbus_day(tr("Día de las Culturas")), rule=WORKDAY_TO_NEXT_MON, ) # Christmas Day. self._add_christmas_day(tr("Navidad")) def _populate_optional_holidays(self): # Feast of Our Lady of the Angels. self._add_holiday_aug_2(tr("Fiesta de Nuestra Señora de los Ángeles")) if self._year >= 2021: aug_31 = self._add_holiday_aug_31( # Day of the Black Person and Afro-Costa Rican Culture. tr("Día de la Persona Negra y la Cultura Afrocostarricense") ) if self._year in {2021, 2022, 2023}: # Move to next Sunday. self._move_holiday(aug_31, rule=ALL_TO_NEXT_SUN) if self._year >= 2020: # Army Abolition Day. dec_1 = self._add_holiday_dec_1(tr("Día de la Abolición del Ejército")) if self._year in {2020, 2021, 2022}: self._move_holiday(dec_1) class CR(CostaRica): pass class CRI(CostaRica): pass holidays-0.71/holidays/countries/croatia.py000066400000000000000000000067211500152103600210770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Croatia(HolidayBase, ChristianHolidays, InternationalHolidays): """Croatia holidays. References: * * * Updated with act 022-03 / 19-01 / 219 of 14 November 2019 """ country = "HR" default_language = "hr" supported_languages = ("en_US", "hr", "uk") start_year = 1992 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Nova godina")) if self._year != 2002: # Epiphany. self._add_epiphany_day(tr("Bogojavljenje ili Sveta tri kralja")) if self._year >= 2009: # Easter Sunday. self._add_easter_sunday(tr("Uskrs")) # Easter Monday. self._add_easter_monday(tr("Uskrsni ponedjeljak")) if self._year >= 2002: # Corpus Christi. self._add_corpus_christi_day(tr("Tijelovo")) # Labor Day. self._add_labor_day(tr("Praznik rada")) if self._year >= 1996: # Statehood Day. name = tr("Dan državnosti") if 2002 <= self._year <= 2019: self._add_holiday_jun_25(name) else: self._add_holiday_may_30(name) # Anti-Fascist Struggle Day. self._add_holiday_jun_22(tr("Dan antifašističke borbe")) self._add_holiday_aug_5( # Victory and Homeland Thanksgiving Day and Croatian Veterans Day. tr("Dan pobjede i domovinske zahvalnosti i Dan hrvatskih branitelja") if self._year >= 2008 # Victory and Homeland Thanksgiving Day. else tr("Dan pobjede i domovinske zahvalnosti") ) # Assumption Day. self._add_assumption_of_mary_day(tr("Velika Gospa")) if 2002 <= self._year <= 2019: # Independence Day. self._add_holiday_oct_8(tr("Dan neovisnosti")) # All Saints' Day. self._add_all_saints_day(tr("Svi sveti")) if self._year >= 2020: self._add_holiday_nov_18( # Remembrance Day. tr( "Dan sjećanja na žrtve Domovinskog rata i " "Dan sjećanja na žrtvu Vukovara i Škabrnje" ) ) # Christmas Day. self._add_christmas_day(tr("Božić")) # Saint Stephen's Day. self._add_christmas_day_two(tr("Sveti Stjepan")) class HR(Croatia): pass class HRV(Croatia): pass holidays-0.71/holidays/countries/cuba.py000066400000000000000000000106011500152103600203570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class Cuba(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Cuba holidays. References: * * [1984 (DEC 28)](https://files.sld.cu/prevemi/files/2013/03/ley_49_codigo_trabajo_1984.pdf) * [2007 (NOV 19)](https://www.gacetaoficial.gob.cu/sites/default/files/go_x_053_2007.pdf) * [2013 (DEC 20)](https://www.gacetaoficial.gob.cu/es/ley-no-116-codigo-de-trabajo) Certain holidays details: * Good Friday: Granted temporarily in 2012 and 2013, permanently granted in 2013 decree for 2014 and onwards: * * * Christmas Day: In 1969, Christmas was cancelled for the sugar harvest but then was cancelled for good: * In 1997, Christmas was temporarily back for the Pope's visit: * In 1998, Christmas returns for good: * * For holidays that can be moved to a Monday if they fall on a Sunday, between 1984 and 2013, the State Committee of Work and Social Security would determine if they would be moved to the Monday, or if they would stay on the Sunday, presumably depending on quotas. After 2013, they always move to Monday. I could not find any records of this, so I implemented this making it always go to the next Monday. """ country = "CU" default_language = "es" # %s (observed). observed_label = tr("%s (observado)") supported_languages = ("en_US", "es", "uk") # This calendar only works from 1959 onwards. start_year = 1959 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Liberation Day. jan_1 = self._add_holiday_jan_1(tr("Triunfo de la Revolución")) if self._year <= 2013: self._add_observed(jan_1) if self._year >= 2008: # Victory Day. self._add_holiday_jan_2(tr("Día de la Victoria")) if self._year >= 2012: # Good Friday. self._add_good_friday(tr("Viernes Santo")) # International Workers' Day. self._add_observed(self._add_labor_day(tr("Día Internacional de los Trabajadores"))) # Commemoration of the Assault of the Moncada garrison. self._add_holiday_jul_25(tr("Conmemoración del asalto a Moncada")) # Day of the National Rebellion. self._add_holiday_jul_26(tr("Día de la Rebeldía Nacional")) # Commemoration of the Assault of the Moncada garrison. self._add_holiday_jul_27(tr("Conmemoración del asalto a Moncada")) # Independence Day. self._add_observed(self._add_holiday_oct_10(tr("Inicio de las Guerras de Independencia"))) if self._year <= 1968 or self._year >= 1997: # Christmas Day. self._add_christmas_day(tr("Día de Navidad")) if self._year >= 2007: # New Year's Eve. self._add_new_years_eve(tr("Fiesta de Fin de Año")) class CU(Cuba): pass class CUB(Cuba): pass holidays-0.71/holidays/countries/curacao.py000066400000000000000000000106351500152103600210710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import APR, MAY, _timedelta from holidays.constants import HALF_DAY, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Curacao(HolidayBase, ChristianHolidays, InternationalHolidays): """Curaçao holidays. References: * * """ country = "CW" default_language = "pap_CW" supported_categories = (HALF_DAY, PUBLIC) supported_languages = ("en_US", "nl", "pap_CW", "uk") # 1954: Creation of the Netherlands Antilles. start_year = 1954 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Aña Nobo. # Status: In-Use. # New Year's Day self._add_new_years_day(tr("Aña Nobo")) # Dialuna despues di Carnaval Grandi. # Status: In-Use. # Started in 1947. # Carnival Monday self._add_ash_monday(tr("Dialuna despues di Carnaval Grandi")) # Bièrnèsantu. # Status: In-Use. # Good Friday self._add_good_friday(tr("Bièrnèsantu")) # Pasku di Resurekshon. # Status: In-Use # Easter Sunday self._add_easter_sunday(tr("Pasku di Resurekshon")) # Di dos dia di Pasku di Resurekshon. # Status: In-Use. # Easter Monday self._add_easter_monday(tr("Di dos dia di Pasku di Resurekshon")) # Dia di la Reina/Dia di Rey. # Status: In-Use. # Started under Queen Wilhelmina in 1891. # Queen Beatrix kept Queen Juliana's Birthday after her coronation. # Switched to Aña di Rey in 2014 for King Willem-Alexander. # Have its name changed again to Dia di Rey from 2021 onwards. # King's / Queen's Day name = ( # King's Day. tr("Dia di Rey") if self._year >= 2014 # Queen's Day. else tr("Dia di la Reina") ) dt = date(self._year, APR, 27 if self._year >= 2014 else 30) if self._is_sunday(dt): dt = _timedelta(dt, -1 if self._year >= 1980 else +1) self._add_holiday(name, dt) # Dia di Obrero. # Status: In-Use. # If fall on Sunday, then this will be move to next working day. dt = date(self._year, MAY, 1) if self._is_sunday(dt) or (self._is_monday(dt) and self._year <= 1979): dt = _timedelta(dt, +1) # Labor Day self._add_holiday(tr("Dia di Obrero"), dt) # Dia di Asenshon. # Status: In-Use. # Ascension Day self._add_ascension_thursday(tr("Dia di Asenshon")) # Dia di Himno i Bandera. # Status: In-Use. # Starts in 1984. if self._year >= 1984: # National Anthem and Flag Day self._add_holiday_jul_2(tr("Dia di Himno i Bandera")) # Dia di Pais Kòrsou / Dia di autonomia. # Status: In-Use. # Starts in 2010. if self._year >= 2010: # Curaçao Day self._add_holiday_oct_10(tr("Dia di Pais Kòrsou")) # Pasku di Nasementu. # Status: In-Use. # Christmas Day self._add_christmas_day(tr("Pasku di Nasementu")) # Di dos dia di Pasku di Nasementu. # Status: In-Use. # Second Day of Christmas self._add_christmas_day_two(tr("Di dos dia di Pasku di Nasementu")) def _populate_half_day_holidays(self): # New Year's Eve. self._add_new_years_eve(tr("Vispu di Aña Nobo")) class CW(Curacao): pass class CUW(Curacao): pass holidays-0.71/holidays/countries/cyprus.py000066400000000000000000000067231500152103600210040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.julian_revised import JULIAN_REVISED_CALENDAR from holidays.constants import BANK, OPTIONAL, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Cyprus(HolidayBase, ChristianHolidays, InternationalHolidays): """Cyprus holidays. References: * * """ country = "CY" default_language = "el" supported_categories = (BANK, OPTIONAL, PUBLIC) supported_languages = ("el", "en_CY", "en_US", "uk") start_year = 1961 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self, JULIAN_REVISED_CALENDAR) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Πρωτοχρονιά")) # Epiphany. self._add_epiphany_day(tr("Ημέρα των Θεοφανίων")) # Green Monday. self._add_ash_monday(tr("Καθαρά Δευτέρα")) # Greek Independence Day. self._add_holiday_mar_25(tr("Ημέρα της Ελληνικής Ανεξαρτησίας")) # Cyprus National Day. self._add_holiday_apr_1(tr("Εθνική Ημέρα Κύπρου")) # Good Friday. self._add_good_friday(tr("Μεγάλη Παρασκευή")) # Easter Sunday. self._add_easter_sunday(tr("Κυριακή του Πάσχα")) # Easter Monday. self._add_easter_monday(tr("Δευτέρα της Διακαινησίμου")) # Labor Day. self._add_labor_day(tr("Πρωτομαγιά")) # Whit Monday. self._add_whit_monday(tr("Δευτέρα του Αγίου Πνεύματος")) # Assumption Day. self._add_assumption_of_mary_day(tr("Κοίμηση της Θεοτόκου")) if self._year >= 1979: # Cyprus Independence Day. self._add_holiday_oct_1(tr("Ημέρα της Κυπριακής Ανεξαρτησίας")) # Ochi Day. self._add_holiday_oct_28(tr("Ημέρα του Όχι")) # Christmas Day. self._add_christmas_day(tr("Χριστούγεννα")) # Day After Christmas. self._add_christmas_day_two(tr("Επομένη Χριστουγέννων")) def _populate_bank_holidays(self): # Easter Tuesday. self._add_easter_tuesday(tr("Τρίτη της Διακαινησίμου")) def _populate_optional_holidays(self): # Holy Saturday. self._add_holy_saturday(tr("Μεγάλο Σάββατο")) # Christmas Eve. self._add_christmas_eve(tr("Παραμονή Χριστουγέννων")) class CY(Cyprus): pass class CYP(Cyprus): pass holidays-0.71/holidays/countries/czechia.py000066400000000000000000000071221500152103600210570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Czechia(HolidayBase, ChristianHolidays, InternationalHolidays): """Czechia holidays. References: * * [Law 93/1951](https://www.zakonyprolidi.cz/cs/1951-93) * [Law 204/1990 (Jan Hus Day)](https://www.zakonyprolidi.cz/cs/1990-204) * [Law 245/2000](https://www.zakonyprolidi.cz/cs/2000-245) """ country = "CZ" default_language = "cs" supported_languages = ("cs", "en_US", "sk", "uk") # Law 93/1951. start_year = 1952 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Nový rok")) if self._year >= 2000: # Independent Czech State Restoration Day. self._add_holiday_jan_1(tr("Den obnovy samostatného českého státu")) if self._year >= 2016: # Good Friday. self._add_good_friday(tr("Velký pátek")) # Easter Monday. self._add_easter_monday(tr("Velikonoční pondělí")) # Labor Day. self._add_labor_day(tr("Svátek práce")) if self._year >= 2004: # Victory Day. name = tr("Den vítězství") elif self._year >= 2001: # Liberation Day. name = tr("Den osvobození") else: # Day of liberation from Fascism. name = tr("Den osvobození od fašismu") self._add_world_war_two_victory_day(name, is_western=(self._year >= 1992)) if self._year >= 1990: # Saints Cyril and Methodius Day. self._add_holiday_jul_5(tr("Den slovanských věrozvěstů Cyrila a Metoděje")) # Jan Hus Day. self._add_holiday_jul_6(tr("Den upálení mistra Jana Husa")) if self._year >= 2000: # Statehood Day. self._add_holiday_sep_28(tr("Den české státnosti")) # Independent Czechoslovak State Day. self._add_holiday_oct_28(tr("Den vzniku samostatného československého státu")) if self._year >= 1990: self._add_holiday_nov_17( # Struggle for Freedom and Democracy Day and International Students' Day. tr("Den boje za svobodu a demokracii a Mezinárodní den studentstva") if self._year >= 2019 # Struggle for Freedom and Democracy Day. else tr("Den boje za svobodu a demokracii") ) # Christmas Eve. self._add_christmas_eve(tr("Štědrý den")) # Christmas Day. self._add_christmas_day(tr("1. svátek vánoční")) # Second Day of Christmas. self._add_christmas_day_two(tr("2. svátek vánoční")) class CZ(Czechia): pass class CZE(Czechia): pass holidays-0.71/holidays/countries/denmark.py000066400000000000000000000053161500152103600210750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.constants import OPTIONAL, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Denmark(HolidayBase, ChristianHolidays, InternationalHolidays): """Denmark holidays. References: * * * """ country = "DK" default_language = "da" supported_categories = (OPTIONAL, PUBLIC) supported_languages = ("da", "en_US", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Nytårsdag")) # Maundy Thursday. self._add_holy_thursday(tr("Skærtorsdag")) # Good Friday. self._add_good_friday(tr("Langfredag")) # Easter Sunday. self._add_easter_sunday(tr("Påskedag")) # Easter Monday. self._add_easter_monday(tr("Anden påskedag")) if self._year <= 2023: # Great Day of Prayers. self._add_holiday_26_days_past_easter(tr("Store bededag")) # Ascension Day. self._add_ascension_thursday(tr("Kristi himmelfartsdag")) # Whit Sunday. self._add_whit_sunday(tr("Pinsedag")) # Whit Monday. self._add_whit_monday(tr("Anden pinsedag")) # Christmas Day. self._add_christmas_day(tr("Juledag")) # Second Day of Christmas. self._add_christmas_day_two(tr("Anden juledag")) def _populate_optional_holidays(self): # Workers' Day. self._add_labor_day(tr("Arbejdernes kampdag")) # Constitution Day. self._add_holiday_jun_5(tr("Grundlovsdag")) # Christmas Eve. self._add_christmas_eve(tr("Juleaftensdag")) # New Year's Eve. self._add_new_years_eve(tr("Nytårsaften")) class DK(Denmark): pass class DNK(Denmark): pass holidays-0.71/holidays/countries/djibouti.py000066400000000000000000000055001500152103600212600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import FRI, SAT from holidays.groups import ChristianHolidays, IslamicHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Djibouti(HolidayBase, ChristianHolidays, IslamicHolidays, InternationalHolidays): """Djibouti holidays.""" country = "DJ" default_language = "fr" # %s (estimated). estimated_label = tr("%s (estimé)") supported_languages = ("ar", "en_US", "fr") weekend = {FRI, SAT} # On 27 June 1977, Djibouti gained independence from France. start_year = 1978 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Nouvel an")) # Labor Day. self._add_labor_day(tr("Fête du travail")) # Independence Day. self._add_holiday_jun_27(tr("Fête de l'indépendance")) # Independence Day Holiday. self._add_holiday_jun_28(tr("Fête de l'indépendance deuxième jour")) # Christmas Day. self._add_christmas_day(tr("Noël")) # Isra' and Mi'raj. self._add_isra_and_miraj_day(tr("Al Isra et Al Mirague")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("Eid al-Fitr")) # Eid al-Fitr Holiday. self._add_eid_al_fitr_day_two(tr("Eid al-Fitr deuxième jour")) # Arafat Day. self._add_arafah_day(tr("Arafat")) # Eid al-Adha. self._add_eid_al_adha_day(tr("Eid al-Adha")) # Eid al-Adha Holiday. self._add_eid_al_adha_day_two(tr("Eid al-Adha deuxième jour")) # Islamic New Year. self._add_islamic_new_year_day(tr("Nouvel an musulman")) # Prophet Muhammad's Birthday. self._add_mawlid_day(tr("Anniversaire du prophète Muhammad")) class DJ(Djibouti): pass class DJI(Djibouti): pass holidays-0.71/holidays/countries/dominica.py000066400000000000000000000113471500152103600212400ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, JUL, SEP from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE class Dominica(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Dominica holidays. References: * * * * Cross-Checked With: * [2010](https://www.dominica-weekly.com/images/dominica-calendar-2010/1600-1280.jpg) * [2011-2020](https://dominicaconsulategreece.com/dominica/public-holidays/) * * [2022-2024](https://dominica.gov.dm/about-dominica/public-holidays) While Labour Day is listed in the 1990 amendment as May 1st, this has, de facto, been made 1st Monday of May since at least 2010. Where in any year two public holidays fall on the same day, then the next succeeding day not being itself a public holiday shall be observed as a public holiday. In practice, this only applies to Holidays which falls on Saturday or Sunday. """ country = "DM" observed_label = "%s (observed)" # Public Holidays Act, L.I. 12 of 1990 Amendment. start_year = 1990 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, DominicaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day("New Year's Day")) # Carnival Monday. self._add_carnival_monday("Carnival Monday") # Carnival Tuesday. self._add_carnival_tuesday("Carnival Tuesday") # Good Friday. self._add_good_friday("Good Friday") # Easter Monday. self._add_easter_monday("Easter Monday") # Labour Day. labour_day_name = "Labour Day" if self._year >= 2010: self._add_holiday_1st_mon_of_may(labour_day_name) else: self._add_observed(self._add_labor_day(labour_day_name)) # Whit Monday. self._add_whit_monday("Whit Monday") self._add_holiday_1st_mon_of_aug( # Emancipation Day. "Emancipation Day" if self._year >= 1998 # First Monday of August. else "First Monday of August" ) # Independence Day. self._add_observed(self._add_holiday_nov_3("Independence Day"), rule=SUN_TO_NEXT_TUE) # National Day of Community Service . self._add_observed(self._add_holiday_nov_4("National Day of Community Service")) # Christmas Day. self._add_observed(self._add_christmas_day("Christmas Day"), rule=SUN_TO_NEXT_TUE) # Boxing Day. self._add_observed(self._add_christmas_day_two("Boxing Day")) class DM(Dominica): pass class DMA(Dominica): pass class DominicaStaticHolidays: """Dominica special holidays. References: * * * * """ # Special Public Holidays. special_public_holiday_name = "Special Public Holiday" special_public_holidays = { 2009: ( (JUL, 28, special_public_holiday_name), (SEP, 3, special_public_holiday_name), ), 2010: (JAN, 4, special_public_holiday_name), # Post-Hurricane Maria Thanksgiving Celebrations. 2019: (SEP, 19, "Post-Hurricane Maria Thanksgiving Celebrations"), } holidays-0.71/holidays/countries/dominican_republic.py000066400000000000000000000056231500152103600233030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, TUE_WED_TO_PREV_MON, THU_FRI_TO_NEXT_MON, THU_FRI_SUN_TO_NEXT_MON, ) class DominicanRepublic(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Dominican Republic holidays. References: * * """ country = "DO" default_language = "es" supported_languages = ("en_US", "es", "uk") # Law No. 139-97 - Holidays Dominican Republic (Jun 27, 1997). start_year = 1998 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", TUE_WED_TO_PREV_MON + THU_FRI_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) # Epiphany. self._move_holiday(self._add_epiphany_day(tr("Día de los Santos Reyes"))) # Lady of Altagracia. self._add_holiday_jan_21(tr("Día de la Altagracia")) # Juan Pablo Duarte Day. self._move_holiday(self._add_holiday_jan_26(tr("Día de Duarte"))) # Independence Day. self._add_holiday_feb_27(tr("Día de Independencia")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) self._move_holiday( # Labor Day. self._add_labor_day(tr("Día del Trabajo")), rule=TUE_WED_TO_PREV_MON + THU_FRI_SUN_TO_NEXT_MON, ) # Corpus Christi. self._add_corpus_christi_day(tr("Corpus Christi")) # Restoration Day. aug_16 = self._add_holiday_aug_16(tr("Día de la Restauración")) if self._year % 4 != 0: self._move_holiday(aug_16) # Our Lady of Mercedes Day. self._add_holiday_sep_24(tr("Día de las Mercedes")) # Constitution Day. self._move_holiday(self._add_holiday_nov_6(tr("Día de la Constitución"))) # Christmas Day. self._add_christmas_day(tr("Día de Navidad")) class DO(DominicanRepublic): pass class DOM(DominicanRepublic): pass holidays-0.71/holidays/countries/ecuador.py000066400000000000000000000074671500152103600211070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, TUE_TO_PREV_MON, WED_TO_NEXT_FRI, SAT_TO_PREV_FRI, SUN_TO_NEXT_MON, WED_THU_TO_NEXT_FRI, ) class Ecuador(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Ecuador holidays. References: * * [Código del Trabajo](https://biblioteca.defensoria.gob.ec/bitstream/37000/3364/1/C%C3%B3digo%20de%20Trabajo%20%2804-11-2021%29.pdf) """ country = "EC" default_language = "es" # %s (observed). observed_label = tr("%s (observado)") supported_languages = ("en_US", "es", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) # Art. 1 of Law #0 from 20.12.2016 # When holidays falls on Tuesday, the rest shall be transferred to # preceding Monday, and if they falls on Wednesday or Thursday, # the rest shall be transferred to Friday of the same week. # Exceptions to this provision are January 1, December 25 and # Shrove Tuesday. # When holidays falls on Saturday or Sunday, the rest shall be # transferred, respectively, to the preceding Friday or the # following Monday. kwargs.setdefault( "observed_rule", TUE_TO_PREV_MON + WED_THU_TO_NEXT_FRI + SAT_TO_PREV_FRI + SUN_TO_NEXT_MON, ) kwargs.setdefault("observed_since", 2017) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. name = self.tr("Año Nuevo") self._add_observed(self._add_new_years_day(name), rule=SAT_TO_PREV_FRI + SUN_TO_NEXT_MON) self._add_observed(self._next_year_new_years_day, name=name, rule=SAT_TO_PREV_FRI) # Carnival. name = tr("Carnaval") self._add_carnival_monday(name) self._add_carnival_tuesday(name) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Labor Day. self._add_observed(self._add_labor_day(tr("Día del Trabajo"))) # The Battle of Pichincha. self._add_observed(self._add_holiday_may_24(tr("Batalla de Pichincha"))) # Declaration of Independence of Quito. self._add_observed(self._add_holiday_aug_10(tr("Primer Grito de Independencia"))) # Independence of Guayaquil. self._add_observed(self._add_holiday_oct_9(tr("Independencia de Guayaquil"))) self._add_observed( # All Souls' Day. self._add_all_souls_day(tr("Día de los Difuntos")), rule=TUE_TO_PREV_MON + WED_TO_NEXT_FRI + SAT_TO_PREV_FRI, # Not observed the next day. ) self._add_observed( # Independence of Cuenca. self._add_holiday_nov_3(tr("Independencia de Cuenca")), rule=WED_THU_TO_NEXT_FRI + SUN_TO_NEXT_MON, # Not observed the previous day. ) self._add_observed( # Christmas Day. self._add_christmas_day(tr("Día de Navidad")), rule=SAT_TO_PREV_FRI + SUN_TO_NEXT_MON, ) class EC(Ecuador): pass class ECU(Ecuador): pass holidays-0.71/holidays/countries/egypt.py000066400000000000000000000073231500152103600206040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import FRI, SAT from holidays.calendars.julian import JULIAN_CALENDAR from holidays.groups import ChristianHolidays, IslamicHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Egypt(HolidayBase, ChristianHolidays, IslamicHolidays, InternationalHolidays): """Egypt holidays.""" country = "EG" default_language = "ar" # %s (estimated). estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US") weekend = {FRI, SAT} def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("رأس السنة الميلادية")) # Coptic Christmas Day. self._add_christmas_day(tr("عيد الميلاد المجيد (تقويم قبطي)")) if self._year >= 2012: # January 25th Revolution. self._add_holiday_jan_25(tr("عيد ثورة 25 يناير")) elif self._year >= 2009: # National Police Day. self._add_holiday_jan_25(tr("عيد الشرطة")) # Coptic Easter. self._add_easter_sunday(tr("عيد الفصح القبطي")) # Spring Festival. self._add_easter_monday(tr("شم النسيم")) if self._year > 1982: # Sinai Liberation Day. self._add_holiday_apr_25(tr("عيد تحرير سيناء")) # Labor Day. self._add_labor_day(tr("عيد العمال")) # Armed Forces Day. self._add_holiday_oct_6(tr("عيد القوات المسلحة")) if self._year >= 2014: # June 30 Revolution Day. self._add_holiday_jun_30(tr("عيد ثورة 30 يونيو")) if self._year > 1952: # July 23 Revolution Day. self._add_holiday_jul_23(tr("عيد ثورة 23 يوليو")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("عيد الفطر")) # Eid al-Fitr Holiday. self._add_eid_al_fitr_day_two(tr("عطلة عيد الفطر")) self._add_eid_al_fitr_day_three(tr("عطلة عيد الفطر")) # Arafat Day. self._add_arafah_day(tr("يوم عرفة")) # Eid al-Adha. self._add_eid_al_adha_day(tr("عيد الأضحى")) # Eid al-Adha Holiday. self._add_eid_al_adha_day_two(tr("عطلة عيد الأضحى")) self._add_eid_al_adha_day_three(tr("عطلة عيد الأضحى")) # Islamic New Year. self._add_islamic_new_year_day(tr("رأس السنة الهجرية")) # Prophet's Birthday. self._add_mawlid_day(tr("عيد المولد النبوي")) class EG(Egypt): pass class EGY(Egypt): pass holidays-0.71/holidays/countries/el_salvador.py000066400000000000000000000070401500152103600217430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class ElSalvador(HolidayBase, ChristianHolidays, InternationalHolidays): """El Salvador holidays. References: * [Labor Code 1972](https://www.transparencia.gob.sv/institutions/gd-usulutan/documents/192280/download) * * """ country = "SV" default_language = "es" supported_languages = ("en_US", "es", "uk") subdivisions = ( "AH", # Ahuachapán "CA", # Cabañas "CH", # Chalatenango "CU", # Cuscatlán "LI", # La Libertad "MO", # Morazán "PA", # La Paz "SA", # Santa Ana "SM", # San Miguel "SO", # Sonsonate "SS", # San Salvador "SV", # San Vicente "UN", # La Unión "US", # Usulután ) subdivisions_aliases = { "Ahuachapán": "AH", "Cabañas": "CA", "Chalatenango": "CH", "Cuscatlán": "CU", "La Libertad": "LI", "Morazán": "MO", "La Paz": "PA", "Santa Ana": "SA", "San Miguel": "SM", "Sonsonate": "SO", "San Salvador": "SS", "San Vicente": "SV", "La Unión": "UN", "Usulután": "US", } # Labor Code 1972. start_year = 1973 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) # Maundy Thursday. self._add_holy_thursday(tr("Jueves Santo")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Holy Saturday. self._add_holy_saturday(tr("Sábado Santo")) # Labor Day. self._add_labor_day(tr("Día del Trabajo")) # Legislative Decree #399 from Apr 14, 2016. if self._year >= 2016: # Mother's Day. self._add_holiday_may_10(tr("Día de la Madre")) # Legislative Decree #208 from Jun 17, 2012. if self._year >= 2013: # Father's Day. self._add_holiday_jun_17(tr("Día del Padre")) # Celebrations of San Salvador. self._add_holiday_aug_6(tr("Celebración del Divino Salvador del Mundo")) # Independence Day. self._add_holiday_sep_15(tr("Día de la Independencia")) # All Souls' Day. self._add_all_souls_day(tr("Día de los Difuntos")) # Christmas Day. self._add_christmas_day(tr("Navidad")) def _populate_subdiv_ss_public_holidays(self): # Feast of San Salvador. name = tr("Fiesta de San Salvador") self._add_holiday_aug_3(name) self._add_holiday_aug_5(name) class SV(ElSalvador): pass class SLV(ElSalvador): pass holidays-0.71/holidays/countries/estonia.py000066400000000000000000000042631500152103600211160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Estonia(HolidayBase, ChristianHolidays, InternationalHolidays): """Estonia holidays.""" country = "EE" default_language = "et" supported_languages = ("en_US", "et", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("uusaasta")) # Independence Day. self._add_holiday_feb_24(tr("iseseisvuspäev")) # Good Friday. self._add_good_friday(tr("suur reede")) # Easter Sunday. self._add_easter_sunday(tr("ülestõusmispühade 1. püha")) # Spring Day. self._add_holiday_may_1(tr("kevadpüha")) # Whit Sunday. self._add_whit_sunday(tr("nelipühade 1. püha")) # Victory Day. self._add_holiday_jun_23(tr("võidupüha")) # Midsummer Day. self._add_saint_johns_day(tr("jaanipäev")) if self._year >= 1998: # Independence Restoration Day. self._add_holiday_aug_20(tr("taasiseseisvumispäev")) if self._year >= 2005: # Christmas Eve. self._add_christmas_eve(tr("jõululaupäev")) # Christmas Day. self._add_christmas_day(tr("esimene jõulupüha")) # Second Day of Christmas. self._add_christmas_day_two(tr("teine jõulupüha")) class EE(Estonia): pass class EST(Estonia): pass holidays-0.71/holidays/countries/eswatini.py000066400000000000000000000061241500152103600212750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from holidays.calendars.gregorian import JAN, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE class Eswatini(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Eswatini holidays. References: * * """ country = "SZ" observed_label = "%s (observed)" start_year = 1939 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, cls=EswatiniStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) kwargs.setdefault("observed_since", 2021) super().__init__(*args, **kwargs) def _populate_public_holidays(self): self._add_observed(self._add_new_years_day("New Year's Day")) self._add_good_friday("Good Friday") self._add_easter_monday("Easter Monday") self._add_ascension_thursday("Ascension Day") if self._year >= 1987: self._add_observed( apr_19 := self._add_holiday_apr_19("King's Birthday"), rule=SUN_TO_NEXT_TUE if apr_19 == self._easter_sunday else SUN_TO_NEXT_MON, ) if self._year >= 1969: self._add_observed( apr_25 := self._add_holiday_apr_25("National Flag Day"), rule=SUN_TO_NEXT_TUE if apr_25 == self._easter_sunday else SUN_TO_NEXT_MON, ) self._add_observed(self._add_labor_day("Worker's Day")) if self._year >= 1983: self._add_observed(self._add_holiday_jul_22("Birthday of Late King Sobhuza")) self._add_observed(self._add_holiday_sep_6("Independence Day")) self._add_observed(self._add_christmas_day("Christmas Day"), rule=SUN_TO_NEXT_TUE) self._add_observed(self._add_christmas_day_two("Boxing Day")) class Swaziland(Eswatini): def __init__(self, *args, **kwargs) -> None: warnings.warn("Swaziland is deprecated, use Eswatini instead.", DeprecationWarning) super().__init__(*args, **kwargs) class SZ(Eswatini): pass class SZW(Eswatini): pass class EswatiniStaticHolidays: special_public_holidays = { # https://mg.co.za/article/1999-12-09-swaziland-declares-bank-holidays/ 1999: (DEC, 31, "Y2K changeover"), 2000: (JAN, 3, "Y2K changeover"), } holidays-0.71/holidays/countries/ethiopia.py000066400000000000000000000112071500152103600212520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from calendar import isleap from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV from holidays.calendars.julian import JULIAN_CALENDAR from holidays.groups import ChristianHolidays, InternationalHolidays, IslamicHolidays from holidays.holiday_base import HolidayBase class Ethiopia(HolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays): """Ethiopia holidays. References: * """ country = "ET" default_language = "am" # %s (estimated). estimated_label = tr("%s (ግምት)") supported_languages = ("am", "ar", "en_US") start_year = 1898 def _is_leap_year(self): """Determine if the Ethiopian calendar year is a leap year. Ethiopian leap years generally align with Gregorian leap years until February 2100. However, the Ethiopian calendar starts earlier (on September 11), which affects holidays between September 11 and January 1. To account for this shift, the method checks whether next year is a leap year in the Gregorian calendar. Returns: `True` if the Ethiopian year is a leap year, `False` otherwise. """ return isleap(self._year + 1) def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=EthiopiaIslamicHolidays, show_estimated=islamic_show_estimated ) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Christmas Day. self._add_christmas_day(tr("ገና")) # Epiphany. self._add_holiday(tr("ጥምቀት"), JAN, 20 if super()._is_leap_year() else 19) # Adwa Victory Day. self._add_holiday_mar_2(tr("አድዋ")) # Good Friday. self._add_good_friday(tr("ስቅለት")) # Easter Sunday. self._add_easter_sunday(tr("ፋሲካ")) # Workers' Day. self._add_labor_day(tr("የሰራተኞች ቀን")) if self._year >= 1942: # Patriots' Day. self._add_holiday_may_5(tr("የአርበኞች ቀን")) if self._year >= 1992: # Downfall of Dergue Regime Day. self._add_holiday_may_28(tr("ደርግ የወደቀበት ቀን")) # Ethiopian New Year. self._add_holiday(tr("እንቁጣጣሽ"), SEP, 12 if self._is_leap_year() else 11) # Finding of True Cross. self._add_holiday(tr("መስቀል"), SEP, 28 if self._is_leap_year() else 27) if 1975 <= self._year <= 1990: # Revolution Day. self._add_holiday(tr("የአብዮት ቀን"), SEP, 13 if self._is_leap_year() else 12) # October Revolution Day. self._add_holiday_nov_7(tr("የጥቅምት አብዮት ቀን")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("ኢድ አልፈጥር")) # Eid al-Adha. self._add_eid_al_adha_day(tr("አረፋ")) # Prophet's Birthday. self._add_mawlid_day(tr("መውሊድ")) class ET(Ethiopia): pass class ETH(Ethiopia): pass class EthiopiaIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), } EID_AL_FITR_DATES = { 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), } MAWLID_DATES = { 2018: (NOV, 21), 2019: (NOV, 10), 2020: (OCT, 29), 2021: (OCT, 18), 2022: (OCT, 8), 2023: (SEP, 27), } holidays-0.71/holidays/countries/fiji.py000066400000000000000000000147461500152103600204040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomHinduHolidays, _CustomIslamicHolidays from holidays.calendars.gregorian import SEP, OCT, NOV, DEC from holidays.constants import PUBLIC, WORKDAY from holidays.groups import ( ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, ) from holidays.observed_holiday_base import ( ObservedHolidayBase, SAT_SUN_TO_NEXT_MON, SAT_SUN_TO_NEXT_MON_TUE, ALL_TO_NEAREST_MON, ) class Fiji( ObservedHolidayBase, ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, ): """Fiji holidays. References: * * * * * * * * * Official Fiji Public Holidays Calendar: * [2016](https://www.fiji.gov.fj/Media-Center/Press-Releases/GOVERNMENT-APPROVES-2016-PUBLIC-HOLIDAYS.aspx) * [2017](https://www.fiji.gov.fj/Media-Centre/News/GOVERNMENT-APPROVES-2017-PUBLIC-HOLIDAYS) * [2018](https://web.archive.org/web/20180727205733/http://www.employment.gov.fj/images/Laws/Press%20Release%20-%20Government%20Approves%202018%20Public%20Holidays.pdf) * [2019](https://web.archive.org/web/20191018023027/https://www.fiji.gov.fj/About-Fiji/Public-Holidays) * [2020](https://web.archive.org/web/20210103183942/https://www.fiji.gov.fj/About-Fiji/Public-Holidays) * [2021-2022](https://web.archive.org/web/20221223004409/https://www.fiji.gov.fj/About-Fiji/Public-Holidays) * [2023](https://web.archive.org/web/20231129154609/https://www.fiji.gov.fj/About-Fiji/Public-Holidays) * [2024](https://web.archive.org/web/20250121185434/https://www.fiji.gov.fj/About-Fiji/Public-Holidays) * [2025](https://web.archive.org/web/20250318092311/https://www.fiji.gov.fj/About-Fiji/Public-Holidays) """ country = "FJ" supported_categories = (PUBLIC, WORKDAY) # %s (estimated). estimated_label = "%s (estimated)" # %s (observed). observed_label = "%s (observed)" # %s (observed, estimated). observed_estimated_label = "%s (observed, estimated)" # Act No. 13 of 2015 start_year = 2016 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) HinduCalendarHolidays.__init__(self, cls=FijiHinduHolidays, show_estimated=True) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=FijiIslamicHolidays, show_estimated=islamic_show_estimated ) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day("New Year's Day")) # Good Friday. self._add_good_friday("Good Friday") # Easter Saturday. self._add_holy_saturday("Easter Saturday") # Easter Monday. self._add_easter_monday("Easter Monday") # National Sports Day. if self._year <= 2018: self._add_holiday_last_fri_of_jun("National Sports Day") if self._year <= 2022: # Constitution Day. self._add_observed(self._add_holiday_sep_7("Constitution Day")) if self._year >= 2023: # Girmit Day. self._move_holiday( self._add_holiday_may_14("Girmit Day"), rule=ALL_TO_NEAREST_MON, show_observed_label=False, ) # Ratu Sir Lala Sukuna Day. name = "Ratu Sir Lala Sukuna Day" if self._year == 2023: self._add_holiday_last_mon_of_may(name) elif self._year >= 2024: self._add_holiday_last_fri_of_may(name) # Fiji Day. self._add_holiday_oct_10("Fiji Day") # Diwali. self._add_observed(self._add_diwali_india("Diwali")) # Christmas Day. self._add_observed(self._add_christmas_day("Christmas Day"), rule=SAT_SUN_TO_NEXT_MON_TUE) # Boxing Day. self._add_observed(self._add_christmas_day_two("Boxing Day"), rule=SAT_SUN_TO_NEXT_MON_TUE) # Prophet Mohammed's Birthday. for dt in self._add_mawlid_day("Prophet Mohammed's Birthday"): self._add_observed(dt) def _populate_workday_holidays(self): if self._year >= 2023: # Constitution Day. self._add_holiday_sep_7("Constitution Day") class FJ(Fiji): pass class FJI(Fiji): pass class FijiHinduHolidays(_CustomHinduHolidays): # https://www.timeanddate.com/holidays/fiji/diwali DIWALI_INDIA_DATES = { 2016: (OCT, 31), 2017: (OCT, 19), 2018: (NOV, 7), 2019: (OCT, 28), 2020: (NOV, 14), 2021: (NOV, 4), 2022: (OCT, 25), 2023: (NOV, 13), 2024: (NOV, 1), 2025: (OCT, 21), } class FijiIslamicHolidays(_CustomIslamicHolidays): MAWLID_DATES = { 2016: (DEC, 12), 2017: (DEC, 2), 2018: (NOV, 19), 2019: (NOV, 9), 2020: (OCT, 31), 2021: (OCT, 18), 2022: (OCT, 7), # looks like observed on FRI 2023: (SEP, 30), 2024: (SEP, 16), 2025: (SEP, 6), } holidays-0.71/holidays/countries/finland.py000066400000000000000000000153251500152103600210700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import _timedelta from holidays.constants import PUBLIC, UNOFFICIAL from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Finland(HolidayBase, ChristianHolidays, InternationalHolidays): """Finland holidays. References: * * [Bank holidays (Finnish)](https://www.suomenpankki.fi/fi/raha-ja-maksaminen/pankkivapaapaivat/) * [Bank holidays (English)](https://www.suomenpankki.fi/en/money-and-payments/bank-holidays/) * [Bank holidays (Swedish)](https://www.suomenpankki.fi/sv/pengar-och-betalningar/bankfria-dagar-i-finland/) * * * * """ country = "FI" default_language = "fi" supported_languages = ("en_US", "fi", "sv_FI", "uk") supported_categories = (PUBLIC, UNOFFICIAL) start_year = 1853 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Uudenvuodenpäivä")) # Epiphany. name = tr("Loppiainen") if 1973 <= self._year <= 1990: self._add_holiday_1st_sat_from_jan_6(name) else: self._add_epiphany_day(name) # Good Friday. self._add_good_friday(tr("Pitkäperjantai")) # Easter Sunday. self._add_easter_sunday(tr("Pääsiäispäivä")) # Easter Monday. self._add_easter_monday(tr("Toinen pääsiäispäivä")) # May Day. self._add_holiday_may_1(tr("Vappu")) # Ascension Day. name = tr("Helatorstai") if 1973 <= self._year <= 1990: self._add_holiday_34_days_past_easter(name) else: self._add_ascension_thursday(name) # Whit Sunday. self._add_whit_sunday(tr("Helluntaipäivä")) # Midsummer Eve. name = tr("Juhannusaatto") if self._year >= 1955: dt = self._add_holiday_1st_fri_from_jun_19(name) else: dt = self._add_holiday_jun_23(name) # Midsummer Day. self._add_holiday(tr("Juhannuspäivä"), _timedelta(dt, +1)) # All Saints' Day. name = tr("Pyhäinpäivä") if self._year >= 1955: self._add_holiday_1st_sat_from_oct_31(name) else: self._add_holiday_nov_1(name) if self._year >= 1917: # Independence Day. self._add_holiday_dec_6(tr("Itsenäisyyspäivä")) # Christmas Eve. self._add_christmas_eve(tr("Jouluaatto")) # Christmas Day. self._add_christmas_day(tr("Joulupäivä")) # Second Day of Christmas. self._add_christmas_day_two(tr("Tapaninpäivä")) def _populate_unofficial_holidays(self): if self._year >= 1854: # Runeberg Day. self._add_holiday_feb_5(tr("Runebergin päivä")) if self._year >= 1860: # Kalevala Day, Day of Finnish Culture. self._add_holiday_feb_28(tr("Kalevalan päivä, suomalaisen kulttuurin päivä")) if self._year >= 2007: # Minna Canth Day, Day of Equality. self._add_holiday_mar_19(tr("Minna Canthin päivä, tasa-arvon päivä")) if self._year >= 1978: # Mikael Agricola Day, Day of the Finnish Language. self._add_holiday_apr_9(tr("Mikael Agricolan päivä, suomen kielen päivä")) if self._year >= 1987: # National War Veterans' Day. self._add_holiday_apr_27(tr("Kansallinen veteraanipäivä")) if self._year >= 2019: # Europe Day. self._add_europe_day(tr("Eurooppa-päivä")) if self._year >= 1918: # Mother's Day. self._add_holiday_2nd_sun_of_may(tr("Äitienpäivä")) if self._year >= 1952: # J. V. Snellman Day, Day of Finnish Heritage. self._add_holiday_may_12(tr("J.V. Snellmanin päivä, suomalaisuuden päivä")) if self._year >= 1977: # Remembrance Day. self._add_holiday_3rd_sun_of_may(tr("Kaatuneitten muistopäivä")) if self._year >= 1942: # Flag Day of the Finnish Defense Forces. self._add_holiday_jun_6(tr("Puolustusvoimain lippujuhlan päivä")) if self._year >= 1992: # Eino Leino Day, Day of Summer and Poetry. self._add_holiday_jul_6(tr("Eino Leinon päivä, runon ja suven päivä")) if self._year >= 2013: # Finland's Nature Day. self._add_holiday_last_sat_of_aug(tr("Suomen luonnon päivä")) if self._year >= 2016: # Miina Sillanpää Day, Day of Civic Participation. self._add_holiday_oct_1(tr("Miina Sillanpään ja kansalaisvaikuttamisen päivä")) if self._year >= 1950: # Aleksis Kivi Day, Day of Finnish Literature. self._add_holiday_oct_10(tr("Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä")) if self._year >= 1987: # United Nations Day. self._add_united_nations_day(tr("YK:n päivä")) if self._year >= 1908: # Finnish Swedish Heritage Day, svenska dagen. self._add_holiday_nov_6(tr("Ruotsalaisuuden päivä, Kustaa Aadolfin päivä")) if self._year >= 1949: # Father's Day. self._add_holiday_2nd_sun_of_nov(tr("Isänpäivä")) if self._year >= 2020: # Day of Children's Rights. self._add_holiday_nov_20(tr("Lapsen oikeuksien päivä")) if self._year >= 2007: # Jean Sibelius Day, Day of Finnish Music. self._add_holiday_dec_8(tr("Jean Sibeliuksen päivä, suomalaisen musiikin päivä")) class FI(Finland): pass class FIN(Finland): pass holidays-0.71/holidays/countries/france.py000066400000000000000000000177541500152103600207230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class France(HolidayBase, ChristianHolidays, InternationalHolidays): """France holidays. References: * * Some provinces have specific holidays, only those are included in the PROVINCES, because these provinces have different administrative status, which makes it difficult to enumerate. """ country = "FR" default_language = "fr" supported_languages = ("en_US", "fr", "uk") subdivisions: tuple[str, ...] = ( "BL", # Saint-Barthélemy. "GES", # Alsace, Champagne-Ardenne, Lorraine(Moselle). "GP", # Guadeloupe. "GY", # Guyane. "MF", # Saint-Martin. "MQ", # Martinique. "NC", # Nouvelle-Calédonie, "PF", # Polynésie Française. "RE", # La Réunion. "WF", # Wallis-et-Futuna. "YT", # Mayotte. ) subdivisions_aliases = { "Saint-Barthélemy": "BL", "Alsace": "GES", "Champagne-Ardenne": "GES", "Lorraine": "GES", "Guadeloupe": "GP", "Guyane": "GY", "Saint-Martin": "MF", "Martinique": "MQ", "Nouvelle-Calédonie": "NC", "Polynésie Française": "PF", "La Réunion": "RE", "Wallis-et-Futuna": "WF", "Mayotte": "YT", } _deprecated_subdivisions = ( "Alsace-Moselle", "Guadeloupe", "Guyane", "La Réunion", "Martinique", "Mayotte", "Métropole", "Nouvelle-Calédonie", "Polynésie Française", "Saint-Barthélémy", "Saint-Martin", "Wallis-et-Futuna", ) start_year = 1801 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Civil holidays. if self._year >= 1811: # New Year's Day. self._add_new_years_day(tr("Jour de l'an")) if self._year >= 1919: self._add_labor_day( # Labor Day. tr("Fête du Travail") if self._year >= 1948 # Labor and Social Concord Day. else tr("Fête du Travail et de la Concorde sociale") ) if 1953 <= self._year <= 1959 or self._year >= 1982: # Victory Day. self._add_world_war_two_victory_day(tr("Fête de la Victoire")) if self._year >= 1880: # National Day. self._add_holiday_jul_14(tr("Fête nationale")) if self._year >= 1918: # Armistice Day. self._add_holiday_nov_11(tr("Armistice")) # Religious holidays. if self._year >= 1886: # Easter Monday. self._add_easter_monday(tr("Lundi de Pâques")) if self._year not in {2005, 2006, 2007}: # Whit Monday. self._add_whit_monday(tr("Lundi de Pentecôte")) if self._year >= 1802: # Ascension Day. self._add_ascension_thursday(tr("Ascension")) # Assumption Day. self._add_assumption_of_mary_day(tr("Assomption")) # All Saints' Day. self._add_all_saints_day(tr("Toussaint")) # Christmas Day. self._add_christmas_day(tr("Noël")) if self.subdiv == "Alsace-Moselle": self._populate_subdiv_ges_public_holidays() elif self.subdiv == "Guadeloupe": self._populate_subdiv_gp_public_holidays() elif self.subdiv == "Guyane": self._populate_subdiv_gy_public_holidays() elif self.subdiv == "La Réunion": self._populate_subdiv_re_public_holidays() elif self.subdiv == "Martinique": self._populate_subdiv_mq_public_holidays() elif self.subdiv == "Mayotte": self._populate_subdiv_yt_public_holidays() elif self.subdiv == "Nouvelle-Calédonie": self._populate_subdiv_nc_public_holidays() elif self.subdiv == "Polynésie Française": self._populate_subdiv_pf_public_holidays() elif self.subdiv == "Saint-Barthélémy": self._populate_subdiv_bl_public_holidays() elif self.subdiv == "Saint-Martin": self._populate_subdiv_mf_public_holidays() elif self.subdiv == "Wallis-et-Futuna": self._populate_subdiv_wf_public_holidays() # Saint Barthelemy. def _populate_subdiv_bl_public_holidays(self): # Abolition of slavery. self._add_holiday_oct_9(tr("Abolition de l'esclavage")) # Alsace, Champagne-Ardenne, Lorraine(Moselle). def _populate_subdiv_ges_public_holidays(self): # Good Friday. self._add_good_friday(tr("Vendredi saint")) # Saint Stephen's Day. self._add_christmas_day_two(tr("Saint Étienne")) # Guadeloupe. def _populate_subdiv_gp_public_holidays(self): # Good Friday. self._add_good_friday(tr("Vendredi saint")) # Mi-Careme. self._add_holiday_24_days_prior_easter(tr("Mi-Carême")) # Abolition of slavery. self._add_holiday_may_27(tr("Abolition de l'esclavage")) # Feast of Victor Schoelcher. self._add_holiday_jul_21(tr("Fête de Victor Schoelcher")) # Guyane. def _populate_subdiv_gy_public_holidays(self): # Abolition of slavery. self._add_holiday_jun_10(tr("Abolition de l'esclavage")) # Saint Martin. def _populate_subdiv_mf_public_holidays(self): if self._year >= 2018: # Abolition of slavery. self._add_holiday_may_28(tr("Abolition de l'esclavage")) # Martinique. def _populate_subdiv_mq_public_holidays(self): # Good Friday. self._add_good_friday(tr("Vendredi saint")) # Abolition of slavery. self._add_holiday_may_22(tr("Abolition de l'esclavage")) # Feast of Victor Schoelcher. self._add_holiday_jul_21(tr("Fête de Victor Schoelcher")) # New Caledonia. def _populate_subdiv_nc_public_holidays(self): # Citizenship Day. self._add_holiday_sep_24(tr("Fête de la Citoyenneté")) # French Polynesia. def _populate_subdiv_pf_public_holidays(self): # Good Friday. self._add_good_friday(tr("Vendredi saint")) # Missionary Day. self._add_holiday_mar_5(tr("Arrivée de l'Évangile")) # Internal Autonomy Day. self._add_holiday_jun_29(tr("Fête de l'autonomie")) # Reunion. def _populate_subdiv_re_public_holidays(self): if self._year >= 1981: # Abolition of slavery. self._add_holiday_dec_20(tr("Abolition de l'esclavage")) # Wallis and Futuna. def _populate_subdiv_wf_public_holidays(self): # Feast of Saint Peter Chanel. self._add_holiday_apr_28(tr("Saint Pierre Chanel")) # Festival of the territory. self._add_holiday_jul_29(tr("Fête du Territoire")) # Mayotte. def _populate_subdiv_yt_public_holidays(self): # Abolition of slavery. self._add_holiday_apr_27(tr("Abolition de l'esclavage")) class FR(France): """FR is also used by dateutil (Friday), so be careful with this one.""" pass class FRA(France): pass holidays-0.71/holidays/countries/french_southern_territories.py000066400000000000000000000031221500152103600252740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.countries.france import France class HolidaysTF(France): """French Southern Territories holidays. Alias of a French subdivision that is also officially assigned its own country code in ISO 31661. !!! note "Note" Since most islands doesn't have a permanent population, the holidays are just the public ones from France. References: * * * """ country = "TF" parent_entity = France subdivisions = () # Override France subdivisions. subdivisions_aliases = {} # Override France subdivisions aliases. # This overseas territory was separated in 1955. start_year = 1956 def _populate_public_holidays(self) -> None: self.subdiv = "TF" super()._populate_public_holidays() class FrenchSouthernTerritories(HolidaysTF): pass class TF(HolidaysTF): pass class ATF(HolidaysTF): pass holidays-0.71/holidays/countries/gabon.py000066400000000000000000000102371500152103600205400ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, IslamicHolidays from holidays.holiday_base import HolidayBase class Gabon(HolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays): """Gabon holidays. References: * * * * """ country = "GA" # On 17 August 1960, Gabon gained independence from France. start_year = 1961 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=GabonIslamicHolidays, show_estimated=islamic_show_estimated ) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day("New Year's Day") # Easter Monday. self._add_easter_monday("Easter Monday") # Women's Rights Day. if self._year >= 2015: self._add_holiday_apr_17("Women's Rights Day") # Labour Day. self._add_labor_day("Labour Day") # Ascension Day. self._add_ascension_thursday("Ascension Day") # Whit Monday. self._add_whit_monday("Whit Monday") # Assumption Day. self._add_assumption_of_mary_day("Assumption Day") # Independence Day. self._add_holiday_aug_16("Independence Day") self._add_holiday_aug_17("Independence Day Holiday") # All Saints' Day. self._add_all_saints_day("All Saints' Day") # Christmas Day. self._add_christmas_day("Christmas Day") # Eid al-Fitr. self._add_eid_al_fitr_day("Eid al-Fitr") # Eid al-Adha. self._add_eid_al_adha_day("Eid al-Adha") class GA(Gabon): pass class GAB(Gabon): pass class GabonIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2001: (MAR, 6), 2002: (FEB, 23), 2003: (FEB, 12), 2004: (FEB, 2), 2005: (JAN, 21), 2006: ((JAN, 10), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 9), 2009: (NOV, 28), 2010: (NOV, 17), 2011: (NOV, 7), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 5), 2015: (SEP, 24), 2016: (SEP, 13), 2017: (SEP, 2), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), } EID_AL_FITR_DATES = { 2001: (DEC, 17), 2002: (DEC, 6), 2003: (NOV, 26), 2004: (NOV, 14), 2005: (NOV, 4), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 2), 2009: (SEP, 21), 2010: (SEP, 10), 2011: (AUG, 31), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 29), 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), } holidays-0.71/holidays/countries/georgia.py000066400000000000000000000075671500152103600211030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import MAY from holidays.calendars.julian import JULIAN_CALENDAR from holidays.constants import GOVERNMENT, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Georgia(HolidayBase, ChristianHolidays, InternationalHolidays): """Georgia holidays. References: * * """ country = "GE" supported_categories = (GOVERNMENT, PUBLIC) default_language = "ka" supported_languages = ("en_US", "ka", "uk") start_year = 1991 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, GeorgiaStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. name = tr("ახალი წელი") self._add_new_years_day(name) self._add_new_years_day_two(name) # Christmas Day. self._add_christmas_day(tr("ქრისტეშობა")) # Epiphany. self._add_epiphany_day(tr("ნათლისღება")) # Mother's Day. self._add_holiday_mar_3(tr("დედის დღე")) # International Women's Day. self._add_womens_day(tr("ქალთა საერთაშორისო დღე")) # Good Friday. self._add_good_friday(tr("წითელი პარასკევი")) # Holy Saturday. self._add_holy_saturday(tr("დიდი შაბათი")) # Easter Sunday. self._add_easter_sunday(tr("აღდგომა")) # Easter Monday. self._add_easter_monday(tr("შავი ორშაბათი")) # National Unity Day. self._add_holiday_apr_9(tr("ეროვნული ერთიანობის დღე")) # Day of Victory over Fascism. self._add_world_war_two_victory_day(tr("ფაშიზმზე გამარჯვების დღე"), is_western=False) # Saint Andrew's Day. self._add_holiday_may_12(tr("წმინდა ანდრია პირველწოდებულის დღე")) # Independence Day. self._add_holiday_may_26(tr("დამოუკიდებლობის დღე")) # Dormition of the Mother of God. self._add_assumption_of_mary_day(tr("მარიამობა")) # Holiday of Svetitskhovloba, Robe of Jesus. self._add_holiday_oct_14(tr("მცხეთობის")) # Saint George's Day. self._add_holiday_nov_23(tr("გიორგობა")) class GE(Georgia): pass class GEO(Georgia): pass class GeorgiaStaticHolidays: """Georgia special holidays. References: * """ special_government_holidays = { # Day of Family Sanctity and Respect for Parents. 2024: (MAY, 17, tr("ოჯახის სიწმინდისა და მშობლების პატივისცემის დღე")), } holidays-0.71/holidays/countries/germany.py000066400000000000000000000216451500152103600211210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import MAY, JUN, OCT from holidays.constants import CATHOLIC, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Germany(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Germany holidays. This class doesn't return any holidays before 1990-10-03. Before that date the current Germany was separated into the "German Democratic Republic" and the "Federal Republic of Germany" which both had somewhat different holidays. Since this class is called "Germany" it doesn't really make sense to include the days from the two former countries. "Mariä Himmelfahrt" is only a holiday in Bavaria (BY) and "Fronleichnam" in Saxony (SN) and Thuringia (TH) if municipality is mostly catholic which in term depends on census data. It's listed in "CATHOLIC" category for these provinces. """ country = "DE" default_language = "de" supported_categories = (CATHOLIC, PUBLIC) supported_languages = ("de", "en_US", "th", "uk") subdivisions = ( # ISO 3166-2:DE "BB", "BE", "BW", "BY", "HB", "HE", "HH", "MV", "NI", "NW", "RP", "SH", "SL", "SN", "ST", "TH", ) subdivisions_aliases = { "Brandenburg": "BB", "Berlin": "BE", "Baden-Württemberg": "BW", "Bayern": "BY", "Bremen": "HB", "Hessen": "HE", "Hamburg": "HH", "Mecklenburg-Vorpommern": "MV", "Niedersachsen": "NI", "Nordrhein-Westfalen": "NW", "Rheinland-Pfalz": "RP", "Schleswig-Holstein": "SH", "Saarland": "SL", "Sachsen": "SN", "Sachsen-Anhalt": "ST", "Thüringen": "TH", } _deprecated_subdivisions = ("BYP",) start_year = 1990 def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, GermanyStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): if self._year >= 1991: # New Year's Day. self._add_new_years_day(tr("Neujahr")) # Good Friday. self._add_good_friday(tr("Karfreitag")) # Easter Monday. self._add_easter_monday(tr("Ostermontag")) # Labor Day. self._add_labor_day(tr("Erster Mai")) # Ascension Day. self._add_ascension_thursday(tr("Christi Himmelfahrt")) # Whit Monday. self._add_whit_monday(tr("Pfingstmontag")) # German Unity Day. self._add_holiday_oct_3(tr("Tag der Deutschen Einheit")) if self._year <= 1994: # Repentance and Prayer Day. self._add_holiday_1st_wed_before_nov_22(tr("Buß- und Bettag")) # Christmas Day. self._add_christmas_day(tr("Erster Weihnachtstag")) # Second Day of Christmas. self._add_christmas_day_two(tr("Zweiter Weihnachtstag")) if self.subdiv == "BYP": self._populate_subdiv_by_public_holidays() def _populate_subdiv_bb_public_holidays(self): if self._year >= 1991: # Easter Sunday. self._add_easter_sunday(tr("Ostersonntag")) # Whit Sunday. self._add_whit_sunday(tr("Pfingstsonntag")) # Reformation Day. self._add_holiday_oct_31(tr("Reformationstag")) def _populate_subdiv_be_public_holidays(self): if self._year >= 2019: # International Women's Day. self._add_womens_day(tr("Internationaler Frauentag")) def _populate_subdiv_bw_public_holidays(self): if self._year >= 1991: # Epiphany. self._add_epiphany_day(tr("Heilige Drei Könige")) # Corpus Christi. self._add_corpus_christi_day(tr("Fronleichnam")) # All Saints' Day. self._add_all_saints_day(tr("Allerheiligen")) def _populate_subdiv_by_public_holidays(self): if self._year >= 1991: self._add_epiphany_day(tr("Heilige Drei Könige")) self._add_corpus_christi_day(tr("Fronleichnam")) self._add_all_saints_day(tr("Allerheiligen")) def _populate_subdiv_by_catholic_holidays(self): if self._year >= 1991: # Assumption Day. self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) def _populate_subdiv_hb_public_holidays(self): if self._year >= 2018: self._add_holiday_oct_31(tr("Reformationstag")) def _populate_subdiv_he_public_holidays(self): if self._year >= 1991: self._add_corpus_christi_day(tr("Fronleichnam")) def _populate_subdiv_hh_public_holidays(self): if self._year >= 2018: self._add_holiday_oct_31(tr("Reformationstag")) def _populate_subdiv_mv_public_holidays(self): if self._year >= 2023: self._add_womens_day(tr("Internationaler Frauentag")) self._add_holiday_oct_31(tr("Reformationstag")) def _populate_subdiv_ni_public_holidays(self): if self._year >= 2018: self._add_holiday_oct_31(tr("Reformationstag")) def _populate_subdiv_nw_public_holidays(self): if self._year >= 1991: self._add_corpus_christi_day(tr("Fronleichnam")) self._add_all_saints_day(tr("Allerheiligen")) def _populate_subdiv_rp_public_holidays(self): if self._year >= 1991: self._add_corpus_christi_day(tr("Fronleichnam")) self._add_all_saints_day(tr("Allerheiligen")) def _populate_subdiv_sh_public_holidays(self): if self._year >= 2018: self._add_holiday_oct_31(tr("Reformationstag")) def _populate_subdiv_sl_public_holidays(self): if self._year >= 1991: self._add_corpus_christi_day(tr("Fronleichnam")) self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) self._add_all_saints_day(tr("Allerheiligen")) def _populate_subdiv_sn_public_holidays(self): self._add_holiday_oct_31(tr("Reformationstag")) if self._year >= 1995: self._add_holiday_1st_wed_before_nov_22(tr("Buß- und Bettag")) def _populate_subdiv_sn_catholic_holidays(self): if self._year >= 1991: self._add_corpus_christi_day(tr("Fronleichnam")) def _populate_subdiv_st_public_holidays(self): if self._year >= 1991: self._add_epiphany_day(tr("Heilige Drei Könige")) self._add_holiday_oct_31(tr("Reformationstag")) def _populate_subdiv_th_public_holidays(self): if self._year >= 2019: # World Children's Day. self._add_holiday_sep_20(tr("Weltkindertag")) self._add_holiday_oct_31(tr("Reformationstag")) def _populate_subdiv_th_catholic_holidays(self): if self._year >= 1991: self._add_corpus_christi_day(tr("Fronleichnam")) class DE(Germany): pass class DEU(Germany): pass class GermanyStaticHolidays: """Germany special holidays. References: * * * """ special_public_holidays = { 2017: (OCT, 31, tr("Reformationstag")), } special_be_public_holidays = { 2020: ( MAY, 8, # 75th anniversary of the liberation from Nazism and # the end of the Second World War in Europe. tr( "75. Jahrestag der Befreiung vom Nationalsozialismus " "und der Beendigung des Zweiten Weltkriegs in Europa" ), ), 2025: ( MAY, 8, # 80th anniversary of the liberation from Nazism and # the end of the Second World War in Europe. tr( "80. Jahrestag der Befreiung vom Nationalsozialismus " "und der Beendigung des Zweiten Weltkriegs in Europa" ), ), # 75th anniversary of the East German uprising of 1953. 2028: (JUN, 17, tr("75. Jahrestag des Aufstandes vom 17. Juni 1953")), } holidays-0.71/holidays/countries/ghana.py000066400000000000000000000064541500152103600205360ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays, IslamicHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SAT_SUN_TO_NEXT_MON, SAT_SUN_TO_NEXT_MON_TUE, ) class Ghana(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays): """Ghana holidays. References: * * """ country = "GH" estimated_label = "%s (estimated)" observed_label = "%s (observed)" observed_estimated_label = "%s (observed, estimated)" start_year = 1957 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day self._add_observed(self._add_new_years_day("New Year's Day")) # Constitution Day if self._year >= 2019: self._add_observed(self._add_holiday_jan_7("Constitution Day")) # Independence Day self._add_observed(self._add_holiday_mar_6("Independence Day")) # Good Friday self._add_good_friday("Good Friday") # Easter Monday self._add_easter_monday("Easter Monday") # May Day(Workers' Day) self._add_observed(self._add_labor_day("May Day")) # Eid al-Fitr for dt in self._add_eid_al_fitr_day("Eid ul-Fitr"): self._add_observed(dt) # Eid al-Adha for dt in self._add_eid_al_adha_day("Eid ul-Adha"): self._add_observed(dt) # Founders' Day if self._year >= 2019: self._add_observed(self._add_holiday_aug_4("Founders' Day")) # Kwame Nkrumah Memorial Day / Founder's Day if self._year >= 2009: self._add_observed( self._add_holiday_sep_21( "Kwame Nkrumah Memorial Day" if self._year >= 2019 else "Founder's Day" ) ) # Farmer's Day self._add_holiday_1st_fri_of_dec("Farmer's Day") # Christmas Day self._add_observed(self._add_christmas_day("Christmas Day"), rule=SAT_SUN_TO_NEXT_MON_TUE) # Boxing Day self._add_observed(self._add_christmas_day_two("Boxing Day"), rule=SAT_SUN_TO_NEXT_MON_TUE) class GH(Ghana): pass class GHA(Ghana): pass holidays-0.71/holidays/countries/greece.py000066400000000000000000000067431500152103600207130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.julian_revised import JULIAN_REVISED_CALENDAR from holidays.constants import HALF_DAY, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, MON_TO_NEXT_TUE, SAT_SUN_TO_NEXT_WORKDAY, ) class Greece(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Greece holidays. References: * * [2024 Labor Day transfer](https://www.et.gr/api/DownloadFeksApi/?fek_pdf=20240201406) """ country = "GR" default_language = "el" # %s (observed). observed_label = tr("%s (παρατηρήθηκε)") supported_categories = (HALF_DAY, PUBLIC) supported_languages = ("el", "en_US", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self, JULIAN_REVISED_CALENDAR) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 2017) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Πρωτοχρονιά")) # Epiphany. self._add_epiphany_day(tr("Θεοφάνεια")) # Green Monday. self._add_ash_monday(tr("Καθαρά Δευτέρα")) # Independence Day. self._add_holiday_mar_25(tr("Εικοστή Πέμπτη Μαρτίου")) # Good Friday. self._add_good_friday(tr("Μεγάλη Παρασκευή")) # Easter Monday. easter_monday = self._add_easter_monday(tr("Δευτέρα του Πάσχα")) # Whit Monday. self._add_whit_monday(tr("Δευτέρα του Αγίου Πνεύματος")) # Labor Day. name = tr("Εργατική Πρωτομαγιά") if self._year == 2024: self._add_holiday_may_7(name) else: self._add_observed( may_1 := self._add_labor_day(name), rule=MON_TO_NEXT_TUE if may_1 == easter_monday else SAT_SUN_TO_NEXT_WORKDAY, ) # Dormition of the Mother of God. self._add_assumption_of_mary_day(tr("Κοίμηση της Θεοτόκου")) # Ochi Day. self._add_holiday_oct_28(tr("Ημέρα του Όχι")) # Christmas Day. self._add_christmas_day(tr("Χριστούγεννα")) # Glorifying of the Mother of God. self._add_christmas_day_two(tr("Σύναξη της Υπεραγίας Θεοτόκου")) def _populate_half_day_holidays(self): # Christmas Eve. self._add_christmas_eve(tr("Παραμονή Χριστουγέννων")) # New Year's Eve. self._add_new_years_eve(tr("Παραμονή Πρωτοχρονιάς")) class GR(Greece): pass class GRC(Greece): pass holidays-0.71/holidays/countries/greenland.py000066400000000000000000000057561500152103600214230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.constants import OPTIONAL, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Greenland(HolidayBase, ChristianHolidays, InternationalHolidays): """Greenland holidays. References: * * [Greenlandic names source](https://nalunaarutit.gl/groenlandsk-lovgivning/2008/bkg-26-2008?sc_lang=kl-GL) * [Translation source](https://www.norden.org/en/info-norden/public-holidays-greenland) """ country = "GL" default_language = "kl" supported_categories = (OPTIONAL, PUBLIC) supported_languages = ("da", "en_US", "fi", "is", "kl", "no", "sv", "uk") # Greenland Home Rule Act 1978. start_year = 1979 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Ukiortaaq")) # Maundy Thursday. self._add_holy_thursday(tr("Sisamanngortoq illernartoq")) # Good Friday. self._add_good_friday(tr("Tallimanngorneq tannaartoq")) # Easter Sunday. self._add_easter_sunday(tr("Poorskip ullua")) # Easter Monday. self._add_easter_monday(tr("Poorskip-aappaa")) # Great Prayer Day. self._add_holiday_26_days_past_easter(tr("Ulloq qinuffiusoq")) # Ascension Day. self._add_ascension_thursday(tr("Qilaliarfik")) # Whit Sunday. self._add_whit_sunday(tr("Piinsip ullua")) # Whit Monday. self._add_whit_monday(tr("Piinsip-aappaa")) # Christmas Day. self._add_christmas_day(tr("Juullip ullua")) # Second Day of Christmas. self._add_christmas_day_two(tr("Juullip-aappaa")) def _populate_optional_holidays(self): # Epiphany. self._add_epiphany_day(tr("Kunngit pingasut ulluat")) # International Workers' Day. self._add_labor_day(tr("Sulisartut ulluat")) if self._year >= 1983: # National Day. self._add_holiday_jun_21(tr("Ullortuneq")) # Christmas Eve. self._add_christmas_eve(tr("Juulliaraq")) # New Year's Eve. self._add_new_years_eve(tr("Ukiortaami")) class GL(Greenland): pass class GRL(Greenland): pass holidays-0.71/holidays/countries/guam.py000066400000000000000000000027301500152103600204020ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import GOVERNMENT, PUBLIC, UNOFFICIAL from holidays.countries.united_states import US class HolidaysGU(US): """Guam holidays. Alias of a US subdivision that is also officially assigned its own country code in ISO 3166-1. See """ country = "GU" supported_categories = (GOVERNMENT, PUBLIC, UNOFFICIAL) subdivisions = () # Override US subdivisions. def _populate_public_holidays(self) -> None: self.subdiv = "GU" super()._populate_public_holidays() def _populate_government_holidays(self) -> None: self.subdiv = "GU" super()._populate_government_holidays() def _populate_unofficial_holidays(self) -> None: self.subdiv = "GU" super()._populate_unofficial_holidays() class GU(HolidaysGU): pass class GUM(HolidaysGU): pass class Guam(HolidaysGU): pass holidays-0.71/holidays/countries/guatemala.py000066400000000000000000000056331500152103600214160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import OCT from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, ALL_TO_NEAREST_MON_LATAM class Guatemala(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Guatemala holidays. References: * * Moving holidays: * [Decree 19-2018 start 18 oct 2018](https://www.minfin.gob.gt/images/downloads/leyes_acuerdos/decretocong19_101018.pdf) * [Case 5536-2018 (CC) start 17 abr 2020](https://leyes.infile.com/index.php?id=182&id_publicacion=81055) """ country = "GT" default_language = "es" supported_languages = ("en_US", "es") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", ALL_TO_NEAREST_MON_LATAM) super().__init__(*args, **kwargs) def _is_observed(self, dt: date) -> bool: return dt >= date(2018, OCT, 18) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) # Maundy Thursday. self._add_holy_thursday(tr("Jueves Santo")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Holy Saturday. self._add_holy_saturday(tr("Sábado Santo")) # Labor Day. dt = self._add_labor_day(tr("Día del Trabajo")) if self._year == 2019: self._move_holiday(dt) # Army Day. self._move_holiday(self._add_holiday_jun_30(tr("Día del Ejército"))) # Assumption Day. self._add_assumption_of_mary_day(tr("Día de la Asunción")) # Independence Day. self._add_holiday_sep_15(tr("Día de la Independencia")) # Revolution Day. dt = self._add_holiday_oct_20(tr("Día de la Revolución")) if self._year in {2018, 2019}: self._move_holiday(dt) # All Saints' Day. self._add_all_saints_day(tr("Día de Todos los Santos")) # Christmas Day. self._add_christmas_day(tr("Día de Navidad")) class GT(Guatemala): pass class GUA(Guatemala): pass holidays-0.71/holidays/countries/guernsey.py000066400000000000000000000323771500152103600213240ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.gregorian import JAN, APR, MAY, JUN, JUL, SEP, OCT, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY, SUN_TO_NEXT_WORKDAY, ) class Guernsey(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Guernsey holidays. References: * * * Checked with: * His/Her Majesty's Birthday pre-1946 is cross-checked with The London Gazette's Record, Specifically as "Home Station" entry under King's Birthday declaration lists. Since 1955, if a bank holiday is on a sunday, a substitute weekday becomes a bank holiday, normally the following Monday. From 2009 onwards this also applies to saturday as well. """ country = "GG" observed_label = "%s (substitute day)" # Ordonnance relative aux Jours Fériés, 1909. start_year = 1909 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, GuernseyStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 1955) ObservedHolidayBase.__init__(self, *args, **kwargs) def _add_observed(self, dt: date, **kwargs) -> tuple[bool, Optional[date]]: # Prior to 2009, in-lieu are only given for Sundays. # https://guernseylegalresources.gg/CHttpHandler.ashx?documentid=55179 kwargs.setdefault( "rule", SUN_TO_NEXT_WORKDAY if dt < date(2009, DEC, 15) else self._observed_rule ) return super()._add_observed(dt, **kwargs) def _populate_public_holidays(self) -> None: # New Year's Day # Le jour de l'An # New Year's Day. self._add_observed(self._add_new_years_day("New Year's Day")) # Good Friday # Vendredi Saint # Good Friday. self._add_good_friday("Good Friday") # Easter Monday # Le Lundi de Pâques # Easter Monday. self._add_easter_monday("Easter Monday") # May Day # (No official Guernésiais translation available) # Started in 1980 for Guernsey. # Moved to May 8 specifically for 1995 and 2020. if self._year >= 1980: # May Day Bank Holiday name = "May Day Bank Holiday" if self._year in {1995, 2020}: self._add_holiday_may_8(name) else: self._add_holiday_1st_mon_of_may(name) # Spring bank holiday # (No official Guernésiais translation available) # Replaced Whit Monday in 1967, 1970, 1973, 1974, 1975, 1976. # No observance in 1977-1978. Properly established from 1979 onwards. # Moved for Queen Elizabeth II's Jubilee Dates in 2002, 2012, and 2022. if self._year in {1967, 1970} or 1973 <= self._year <= 1976 or self._year >= 1979: spring_bank_dates = { 2002: (JUN, 4), 2012: (JUN, 4), 2022: (JUN, 2), } # Spring Bank Holiday name = "Spring Bank Holiday" if self._year in spring_bank_dates: self._add_holiday(name, spring_bank_dates[self._year]) else: self._add_holiday_last_mon_of_may(name) # Whit Monday # Le lundi de Pentecôte # Replaced by Spring Bank Holiday in 1967, 1970, 1973, 1974, 1975, 1976. # Fully Removed in 1977. if self._year <= 1966 or self._year in {1968, 1969, 1971, 1972}: # Whit Monday. self._add_whit_monday("Whit Monday") # His/Her Majesty's Birthday # La jour fixé pour la célébration du jour de naissanee de Sa Majesté # Special Non-Observance Decree was issued in 1940. # This was fully replaced by Liberation Day in 1947. if self._year <= 1946: his_majesty_birth_dates = { # Edward VII (MAY/JUN observance). 1909: (JUN, 25), # (NOV, 9) for overseas. # George V. 1910: (JUN, 24), # (NOV, 9) for overseas; No decree cancelled Edward VII ones. 1911: (MAY, 27), # (JUN, 3) for overseas. 1912: (JUN, 14), # (JUN, 3) for overseas. 1913: (JUN, 3), 1914: (JUN, 24), # Specifically held on the 24th on Guernsey, is 22nd elsewhere. # Not observed in 1915-1918 due to WW1. 1919: (JUN, 3), 1920: (JUN, 5), # (JUN, 3) for overseas. 1921: (JUN, 4), # (JUN, 3) for overseas. 1922: (JUN, 3), 1923: (JUN, 2), 1924: (JUN, 3), 1925: (JUN, 3), 1926: (JUN, 5), 1927: (JUN, 3), 1928: (JUN, 4), 1929: (JUN, 3), 1930: (JUN, 3), 1931: (JUN, 3), 1932: (JUN, 3), 1933: (JUN, 3), 1934: (JUN, 4), 1935: (JUN, 3), # Edward VIII. 1936: (JUN, 23), # George VI. 1937: (JUN, 9), 1938: (JUN, 9), 1939: (JUN, 8), # Not observed in 1940-1941 due to WW2. # Although this was only de jure cancelled in 1940 for Guernsey. 1942: (JUN, 11), 1943: (JUN, 2), 1944: (JUN, 8), 1945: (JUN, 14), 1946: (JUN, 13), } if self._year in his_majesty_birth_dates: # His Majesty's Birthday. self._add_holiday("His Majesty's Birthday", his_majesty_birth_dates[self._year]) # Summer Bank Holiday # Le premier Lundi du mois d'Août # Current Pattern started in 1965. Was initially on first Monday of August for Guernsey. # Briefly as first Monday of September between 1968-1969 and no observance for 1977-1978. # Summer Bank Holiday. summer_bank_holiday = "Summer Bank Holiday" if self._year <= 1976 or self._year >= 1979: if 1968 <= self._year <= 1969: self._add_holiday_1st_mon_of_sep(summer_bank_holiday) elif self._year >= 1965: self._add_holiday_last_mon_of_aug(summer_bank_holiday) else: self._add_holiday_1st_mon_of_aug(summer_bank_holiday) # Christmas Day # Le jour de Noël # Christmas Day christmas_day = self._add_christmas_day("Christmas Day") # Boxing Day # Le premier jour ouvrier après le jour de Noël # Boxing Day boxing_day = self._add_christmas_day_two("Boxing Day") self._add_observed(christmas_day) self._add_observed(boxing_day) # Guernsey exclusive holidays # Liberation Day # Le jour fixé par les Etats pour la célébration de la Libération de cette Ile # de l'occupation allemande par les Forces Britannique # Started in 1946 for Guernsey. Fully replaced HM Birthdays in 1947. This has no in-lieus. # Specifically moved to May 10 in 2010. # Unlike Jersey this wasn't moved in 2021. if self._year >= 1946: liberation_dates = { 2010: (MAY, 10), } # Liberation Day. name = "Liberation Day" if self._year in liberation_dates: self._add_holiday(name, liberation_dates[self._year]) else: self._add_holiday_may_9(name) class GG(Guernsey): pass class GGY(Guernsey): pass class GuernseyStaticHolidays: """Guernsey special holidays. References: * * * * * * * * * * * * * * * * * * * * * * * * * * * All "jour de relâche" entries are translated as special day off instead. While there's no source for Queen Elizabeth II's Silver Jubilee being observed by Guernsey - it's safe to assume such holiday was declared. """ # Special Day Off. special_day_off = "Special Day Off" # The visit of Her Majesty Queen Elizabeth II. elizabeth_2_royal_visit = "The visit of Her Majesty Queen Elizabeth II" # Millenium Celebrations. millenium_celebrations = "Millennium Celebrations" # New Year's Day. new_years_day_in_lieu = "New Year's Day" # Christmas Day. christmas_day_in_lieu = "Christmas Day" # Boxing Day. boxing_day_in_lieu = "Boxing Day" special_public_holidays = { 1930: (OCT, 10, special_day_off), 1935: (MAY, 6, "Silver Jubilee of King George V"), 1937: (MAY, 12, "The Coronation of King George VI and Queen Elizabeth"), 1939: (SEP, 4, special_day_off), 1949: (SEP, 19, special_day_off), 1953: (JUN, 2, "The Coronation of Queen Elizabeth II"), 1957: (JUL, 26, elizabeth_2_royal_visit), 1977: (JUN, 7, "Silver Jubilee of Elizabeth II"), 1978: (JUN, 28, elizabeth_2_royal_visit), 1981: (JUL, 29, "Wedding of Charles and Diana"), 1989: (MAY, 23, elizabeth_2_royal_visit), 1999: ( (DEC, 28, millenium_celebrations), (DEC, 31, millenium_celebrations), ), 2000: (JAN, 3, millenium_celebrations), 2001: (JUL, 12, elizabeth_2_royal_visit), 2002: (JUN, 3, "Golden Jubilee of Elizabeth II"), 2011: (APR, 29, "Wedding of William and Catherine"), 2012: (JUN, 5, "Diamond Jubilee of Elizabeth II"), 2022: ( (JUN, 3, "Queen's Platinum Jubilee Bank Holiday"), (SEP, 19, "State Funeral of Queen Elizabeth II"), ), 2023: (MAY, 8, "Extra Public Holiday for the Coronation of King Charles III"), 2024: (JUL, 16, "The visit of His Majesty King Charles III and Queen Camilla"), } special_public_holidays_observed = { 1932: (DEC, 27, christmas_day_in_lieu), 1933: (JAN, 2, new_years_day_in_lieu), 1938: (DEC, 27, christmas_day_in_lieu), 1939: (JAN, 2, new_years_day_in_lieu), 1981: (DEC, 28, boxing_day_in_lieu), 1982: (DEC, 28, christmas_day_in_lieu), 1983: (JAN, 3, new_years_day_in_lieu), 1987: (DEC, 28, boxing_day_in_lieu), 1993: (DEC, 28, christmas_day_in_lieu), 1994: (JAN, 3, new_years_day_in_lieu), 2004: (DEC, 28, christmas_day_in_lieu), 2005: (JAN, 3, new_years_day_in_lieu), } holidays-0.71/holidays/countries/guinea.py000066400000000000000000000132001500152103600207130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, IslamicHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class Guinea(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays): """Guinea holidays. References: * [Decree No. 2022-0526](https://igt.gov.gn/wp-content/uploads/2024/10/D-2022-0526-PRG-CNRD_221103_131021.pdf) * * * * * According to Decree No. 2022-0526 of 2 November 2022: * Eid al-Adha became a two-day holiday (Article 1). * If New Year's Day, Independence Day or Eid al-Fitr fall on a non-working day, the next working day is also a holiday (Article 2). """ country = "GN" default_language = "fr" # %s (estimated). estimated_label = tr("%s (estimé)") # Day after the %s. observed_label = tr("Lendemain de la %s") # Day after the %s (estimated). observed_estimated_label = tr("Lendemain de la %s (estimé)") supported_languages = ("en_US", "fr") # Guinea gained independence from France on October 2, 1958. start_year = 1959 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=GuineaIslamicHolidays, show_estimated=islamic_show_estimated ) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. dt = self._add_new_years_day(tr("Fête du Nouvel an")) if self._year >= 2023: self._add_observed(dt) if 1985 <= self._year <= 2021: # Second Republic Day. self._add_holiday_apr_3(tr("Jour de la Deuxième République")) # Easter Monday. self._add_easter_monday(tr("Lundi de Pâques")) # Labor Day. self._add_labor_day(tr("Fête du Travail")) # Africa Day. self._add_africa_day(tr("Anniversaire de l'Union Africaine")) # Assumption Day. self._add_assumption_of_mary_day(tr("Assomption")) # Independence Day. dt = self._add_holiday_oct_2(tr("Fête anniversaire de l'indépendance de la Guinée")) if self._year >= 2023: self._add_observed(dt) if self._year <= 2021: # All Saints' Day. self._add_all_saints_day(tr("Toussaint")) # Christmas Day. self._add_christmas_day(tr("Fête de Noël")) # Day after Prophet's Birthday. self._add_mawlid_day(tr("Lendemain de la nuit du Maoloud")) # Day after Night of Power. self._add_laylat_al_qadr_day(tr("Lendemain de la nuit Lailatoul Qadr")) # Eid al-Fitr. for dt in self._add_eid_al_fitr_day(tr("Jour de l'Aïd el-Fitr")): if self._year >= 2023: self._add_observed(dt) # Eid al-Adha. self._add_eid_al_adha_day(tr("Jour de la Tabaski")) if self._year >= 2023: # Day after Eid al-Adha. self._add_eid_al_adha_day_two(tr("Lendemain de la Tabaski")) class GN(Guinea): pass class GIN(Guinea): pass class GuineaIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2015: (SEP, 24), 2016: (SEP, 13), 2017: (SEP, 2), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 10), 2023: (JUN, 28), 2024: (JUN, 16), 2025: (JUN, 7), } EID_AL_FITR_DATES = { 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), 2025: (MAR, 31), } MAWLID_DATES = { 2015: (DEC, 24), 2016: (DEC, 12), 2017: (DEC, 1), 2018: (NOV, 20), 2019: (NOV, 10), 2020: (OCT, 29), 2021: (OCT, 18), 2022: (OCT, 8), 2023: (SEP, 27), 2024: (SEP, 15), 2025: (SEP, 5), } LAYLAT_AL_QADR_DATES = { 2015: (JUL, 14), 2016: (JUL, 3), 2017: (JUN, 22), 2018: (JUN, 12), 2019: (JUN, 1), 2020: (MAY, 20), 2021: (MAY, 9), 2022: (APR, 29), 2023: (APR, 18), 2024: (APR, 6), 2025: (MAR, 27), } holidays-0.71/holidays/countries/haiti.py000066400000000000000000000100451500152103600205450ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.constants import OPTIONAL, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Haiti(HolidayBase, ChristianHolidays, InternationalHolidays): """Haiti holidays. References: * * * """ country = "HT" supported_categories = (OPTIONAL, PUBLIC) default_language = "fr_HT" supported_languages = ("en_US", "es", "fr_HT", "ht") # 1987 Constitution. start_year = 1987 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # ARTICLE 275.1 : National Holidays. # Both Battle of Vertieres Day and Armed Forces Day are on Nov 18, declared discretely. # National Independence Day. self._add_holiday_jan_1(tr("Fête de l'Indépendance Nationale")) # Ancestry Day. self._add_holiday_jan_2(tr("Jour des Aïeux")) # Agriculture and Labor Day. self._add_labor_day(tr("Fête de l'Agriculture et du Travail")) # Flag Day and University Day. self._add_holiday_may_18(tr("Fête du Drapeau et de l'Université")) # Commemoration of the Battle of Vertieres. self._add_holiday_nov_18(tr("Commémoration de la Bataille de Vertières")) # Armed Forces Day. self._add_holiday_nov_18(tr("Jour des Forces Armées")) # Other Common Holidays. # New Year's Day. self._add_new_years_day(tr("Nouvel An")) # Carnival. self._add_carnival_sunday(tr("Carnaval")) # Shrove Monday. self._add_carnival_monday(tr("Lundi Gras")) # Fat Tuesday. self._add_carnival_tuesday(tr("Mardi Gras")) # Good Friday. self._add_good_friday(tr("Vendredi Saint")) # Easter Sunday. self._add_easter_sunday(tr("Pâques")) # Corpus Christi. self._add_corpus_christi_day(tr("Fête-Dieu")) # Assumption Day. self._add_assumption_of_mary_day(tr("Assomption de Marie")) # Death of Dessalines. self._add_holiday_oct_17(tr("Mort de Dessalines")) # All Saints' Day. self._add_all_saints_day(tr("La Toussaint")) # Day of the Dead. self._add_all_souls_day(tr("Fête des Morts")) # Christmas Day. self._add_christmas_day(tr("Noël")) def _populate_optional_holidays(self): # Ash Wednesday. self._add_ash_wednesday(tr("Mercredi des Cendres")) # Maundy Thursday. self._add_holy_thursday(tr("Jeudi Saint")) # National Sovereignty Day. self._add_holiday_may_23(tr("Fête de la Souveraineté Nationale")) # Feast of Lady of Perpetual Help, Patroness of Haiti. self._add_holiday_jun_27(tr("Fête de Notre-Dame du Perpétuel Secours, patronne d'Haiti")) # Ascension Day. self._add_ascension_thursday(tr("Ascension")) # Birth Anniversary of Jean-Jacques Dessalines. self._add_holiday_sep_20(tr("Anniversaire de Naissance de Jean-Jacques Dessalines")) # Discovery Day. self._add_holiday_dec_5(tr("Jour de la Découverte")) class HT(Haiti): pass class HTI(Haiti): pass holidays-0.71/holidays/countries/honduras.py000066400000000000000000000052221500152103600212730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Honduras(HolidayBase, ChristianHolidays, InternationalHolidays): """Honduras holidays. References: * [Art. 339 of Labor Code](https://www.ilo.org/dyn/natlex/docs/WEBTEXT/29076/64849/S59HND01.htm) * [Decree 78-2015](https://www.tsc.gob.hn/web/leyes/Decreto_78-2015_Traslado_de_Feriados_Octubre.pdf) """ country = "HN" default_language = "es" supported_languages = ("en_US", "es", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) # Maundy Thursday. self._add_holy_thursday(tr("Jueves Santo")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Holy Saturday. self._add_holy_saturday(tr("Sábado de Gloria")) # Panamerican Day. self._add_holiday_apr_14(tr("Día de las Américas")) # Labor Day. self._add_labor_day(tr("Día del Trabajo")) # Independence Day. self._add_holiday_sep_15(tr("Día de la Independencia")) # Decree 78-2015. if self._year <= 2014: # Morazan's Day. self._add_holiday_oct_3(tr("Día de Morazán")) # Columbus Day. self._add_columbus_day(tr("Día de la Raza")) # Army Day. self._add_holiday_oct_21(tr("Día de las Fuerzas Armadas")) else: # Morazan Weekend. name = tr("Semana Morazánica") # First Wednesday of October from 12 noon to Saturday 12 noon. self._add_holiday_1st_wed_of_oct(name) self._add_holiday_1_day_past_1st_wed_of_oct(name) self._add_holiday_2_days_past_1st_wed_of_oct(name) # Christmas Day. self._add_christmas_day(tr("Navidad")) class HN(Honduras): pass class HND(Honduras): pass holidays-0.71/holidays/countries/hongkong.py000066400000000000000000000373451500152103600212750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import ( JAN, MAY, JUN, JUL, AUG, SEP, OCT, DEC, SUN, _timedelta, CHRISTMAS, WINTER_SOLSTICE, ) from holidays.constants import OPTIONAL, PUBLIC from holidays.groups import ( ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, StaticHolidays, ) from holidays.mixins import PreferredDiscretionaryHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY, SUN_TO_NEXT_WORKDAY, WORKDAY_TO_NEXT_WORKDAY, ) class HongKong( ObservedHolidayBase, ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, PreferredDiscretionaryHolidays, StaticHolidays, ): """Hong Kong holidays. References: * [English Wikipedia](https://en.wikipedia.org/wiki/Public_holidays_in_Hong_Kong) * [Chinese Wikipedia](https://zh.wikipedia.org/wiki/香港節日與公眾假期) Statutory Holidays: * [Section 39 of Cap. 57 Employment Ordinance](https://www.elegislation.gov.hk/hk/cap57!en-zh-Hant-HK?INDEX_CS=N&xpid=ID_1438403463460_002) * [Holidays for 2010-2025](https://www.labour.gov.hk/eng/news/holidays_list.htm) General Holidays: * [Cap. 149 General Holidays Ordinance](https://www.elegislation.gov.hk/hk/cap149!en-zh-Hant-HK?INDEX_CS=N) * [Holidays for 2007–2025](https://www.gov.hk/en/about/abouthk/holiday/index.htm) """ country = "HK" default_language = "zh_HK" default_preferred_discretionary_holidays = (CHRISTMAS,) # %s (observed). observed_label = tr("%s(慶祝)") supported_categories = (OPTIONAL, PUBLIC) supported_languages = ("en_HK", "en_US", "th", "zh_CN", "zh_HK") weekend = {SUN} # Current set of holidays actually valid since 1946 start_year = 1946 def __init__(self, *args, **kwargs): ChineseCalendarHolidays.__init__(self) ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) PreferredDiscretionaryHolidays.__init__( self, kwargs.pop("preferred_discretionary_holidays", None) ) StaticHolidays.__init__(self, HongKongStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_WORKDAY) super().__init__(*args, **kwargs) def _add_mid_autumn(self) -> date: # Mid-Autumn Festival. mid_autumn_date = self._mid_autumn_festival if self._year >= 1968: mid_autumn_date = _timedelta(mid_autumn_date, +1) # The Day following Mid-Autumn Festival. name = tr("中秋節翌日") # The Second Day following Mid-Autumn Festival. second_name = tr("中秋節後第二日") else: # Mid-Autumn Festival. name = tr("中秋節") # The Day following Mid-Autumn Festival. second_name = tr("中秋節翌日") if self._is_sunday(mid_autumn_date): if 1983 <= self._year <= 2010: # Mid-Autumn Festival. self._add_holiday(tr("中秋節"), _timedelta(mid_autumn_date, -1)) else: self._add_holiday(second_name, _timedelta(mid_autumn_date, +1)) else: self._add_holiday(name, mid_autumn_date) return mid_autumn_date def _add_lunar_new_year(self, day_three_start_year: int): # Chinese New Year. name = tr("農曆年初一") # Chinese New Year's Eve. preceding_day_lunar = tr("農曆年初一的前一日") # The second day of Chinese New Year. second_day_lunar = tr("農曆年初二") # The third day of Chinese New Year. third_day_lunar = tr("農曆年初三") # The fourth day of Chinese New Year. fourth_day_lunar = tr("農曆年初四") dt_lunar_new_year = self._chinese_new_year if self._year >= 1983: if ( self._is_friday(dt_lunar_new_year) or self._is_saturday(dt_lunar_new_year) or self._is_sunday(dt_lunar_new_year) ): if self._year >= 2012: self._add_chinese_new_years_day_four(fourth_day_lunar) else: self._add_chinese_new_years_eve(preceding_day_lunar) if not self._is_sunday(dt_lunar_new_year): self._add_chinese_new_years_day(name) if not self._is_saturday(dt_lunar_new_year): self._add_chinese_new_years_day_two(second_day_lunar) if not self._is_friday(dt_lunar_new_year): self._add_chinese_new_years_day_three(third_day_lunar) else: self._add_chinese_new_years_day(name) self._add_chinese_new_years_day_two(second_day_lunar) if self._year >= day_three_start_year: self._add_chinese_new_years_day_three(third_day_lunar) def _populate_public_holidays(self): # Statutory Holidays. # Industrial Employment Ordinance implemented in April 1962. if self._year <= 1962: return None if self._year >= 1977: # New Year's Day. self._add_observed(self._add_new_years_day(tr("一月一日"))) self._add_lunar_new_year(day_three_start_year=1977) if self._year >= 2028: # Good Friday. self._add_good_friday(tr("耶穌受難節")) if self._year >= 2030: # The day following Good Friday. self._add_holy_saturday(tr("耶穌受難節翌日")) if self._year >= 2026: # Easter Monday. self._add_easter_monday(tr("復活節星期一")) # Tomb-Sweeping Day. self._add_observed(self._add_qingming_festival(tr("清明節"))) if self._year >= 2022: # The Buddha's Birthday. self._add_observed(self._add_chinese_birthday_of_buddha(tr("佛誕"))) if self._year >= 1999: # Labor Day. self._add_observed(self._add_labor_day(tr("勞動節"))) # Dragon Boat Festival. self._add_observed(self._add_dragon_boat_festival(tr("端午節"))) if self._year >= 1997: # Hong Kong S.A.R. Establishment Day. self._add_observed(self._add_holiday_jul_1(tr("香港特別行政區成立紀念日"))) mid_autumn_date = self._add_mid_autumn() if self._year >= 1977: # Double Ninth Festival. dt_double_ninth = self._add_double_ninth_festival(tr("重陽節")) self._add_observed(dt_double_ninth) if self._year >= 1997: # National Day. name = tr("國慶日") oct_1 = self._add_holiday_oct_1(name) self._add_observed( oct_1, name=name, rule=WORKDAY_TO_NEXT_WORKDAY + SAT_SUN_TO_NEXT_WORKDAY if oct_1 == mid_autumn_date or oct_1 == dt_double_ninth else SUN_TO_NEXT_WORKDAY, ) if WINTER_SOLSTICE in self.preferred_discretionary_holidays: # Winter Solstice. self._add_observed(self._add_dongzhi_festival(tr("冬節"))) if self._year >= 2024: # The first weekday after Christmas Day. self._add_observed(self._add_christmas_day_two(tr("聖誕節後第一個周日"))) if CHRISTMAS in self.preferred_discretionary_holidays: # Christmas Day. self._add_observed(self._add_christmas_day(tr("聖誕節"))) def _populate_optional_holidays(self): # General Holidays. if self._is_sunday(JAN, 1): # The day following New Year's Day. self._add_new_years_day_two(tr("一月一日翌日")) else: # New Year's Day. self._add_new_years_day(tr("一月一日")) self._add_lunar_new_year(day_three_start_year=1968) if self._year >= 1968: dt_qingming = self._qingming_festival if self._is_sunday(dt_qingming) or dt_qingming == _timedelta(self._easter_sunday, +1): # The day following Tomb-Sweeping Day. self._add_holiday(tr("清明節翌日"), _timedelta(dt_qingming, +1)) else: # Tomb-Sweeping Day. self._add_qingming_festival(tr("清明節")) # Good Friday. self._add_good_friday(tr("耶穌受難節")) # The day following Good Friday. self._add_holy_saturday(tr("耶穌受難節翌日")) if self._year >= 1968 and dt_qingming == self._easter_sunday: # The day following Easter Monday. self._add_easter_tuesday(tr("復活節星期一翌日")) else: # Easter Monday. self._add_easter_monday(tr("復活節星期一")) if self._year >= 1999: dt_birthday_of_buddha = self._chinese_birthday_of_buddha if self._is_sunday(dt_birthday_of_buddha): # The day following the Buddha's Birthday. self._add_holiday(tr("佛誕翌日"), _timedelta(dt_birthday_of_buddha, +1)) else: # The Buddha's Birthday. self._add_chinese_birthday_of_buddha(tr("佛誕")) if self._year >= 1999: if self._is_sunday(MAY, 1): # The day following Labor Day. self._add_labor_day_two(tr("勞動節翌日")) else: # Labor Day. self._add_labor_day(tr("勞動節")) if self._year >= 1968: dt_dragon_boat = self._dragon_boat_festival if self._is_sunday(dt_dragon_boat): # The day following Dragon Boat Festival. self._add_holiday(tr("端午節翌日"), _timedelta(dt_dragon_boat, +1)) else: # Dragon Boat Festival. self._add_dragon_boat_festival(tr("端午節")) if self._year >= 1997: if self._is_sunday(JUL, 1): # The day following Hong Kong S.A.R. Establishment Day. self._add_holiday_jul_2(tr("香港特別行政區成立紀念日翌日")) else: # Hong Kong S.A.R. Establishment Day. self._add_holiday_jul_1(tr("香港特別行政區成立紀念日")) mid_autumn_date = self._add_mid_autumn() if self._year >= 1968: dt_double_ninth = self._double_ninth_festival if self._is_sunday(dt_double_ninth): # The day following Double Ninth Festival. self._add_holiday(tr("重陽節翌日"), _timedelta(dt_double_ninth, +1)) else: # Double Ninth Festival. self._add_double_ninth_festival(tr("重陽節")) if self._year >= 1997: dt = date(self._year, OCT, 1) # The day following National Day. name = tr("國慶日翌日") if self._is_sunday(dt) or dt == mid_autumn_date or dt == dt_double_ninth: self._add_holiday(name, self._get_next_workday(dt)) else: # National Day. self._add_holiday_oct_1(tr("國慶日")) if self._year <= 1998: self._add_holiday_oct_2(name) # Christmas Day. name = tr("聖誕節") # The first weekday after Christmas Day. first_after_christmas = tr("聖誕節後第一個周日") # The second weekday after Christmas Day. second_after_christmas = tr("聖誕節後第二個周日") dt_christmas = self._christmas_day if self._is_sunday(dt_christmas): self._add_christmas_day_two(first_after_christmas) self._add_christmas_day_three(second_after_christmas) elif self._is_saturday(dt_christmas): self._add_christmas_day(name) self._add_christmas_day_three(first_after_christmas) else: self._add_christmas_day(name) self._add_christmas_day_two(first_after_christmas) # Previous holidays. if 1952 <= self._year <= 1996: # Queen's Birthday. name = tr("英女皇壽辰") if self._year >= 1983: self._add_holiday_2nd_sat_of_jun(name) self._add_holiday_2_days_past_2nd_sat_of_jun(name) else: if self._year != 1952: self._add_holiday_apr_21(name) else: self._add_holiday_jun_5(name) if self._year <= 1967: # Monday after Pentecost. self._add_whit_monday(tr("靈降臨節後星期一")) # National Day of the Republic of China. self._add_holiday_2nd_mon_of_oct(tr("中華民國國慶日")) # Monday after Remembrance Day. self._add_holiday_1_day_past_2nd_sun_of_nov(tr("和平紀念日後星期一")) if self._year <= 1996: # Anniversary of the liberation of Hong Kong. name = tr("重光紀念日") if self._year >= 1983: self._add_holiday_last_mon_of_aug(name) self._add_holiday_2_days_prior_last_mon_of_aug(name) elif self._year >= 1968: self._add_holiday_1st_mon_of_aug(name) self._add_holiday_last_mon_of_aug(name) else: self._add_holiday_aug_30(name) class HK(HongKong): pass class HKG(HongKong): pass class HongKongStaticHolidays: # Wedding of Prince Charles and Diana. wedding_of_charles_and_diana = tr("英國王儲查理斯王子與戴安娜婚禮") # Second day of Queen Elizabeth II and her husband's visit to Hong Kong. queen_visit_hk = tr("英女王伊利沙伯二世伉儷訪港的第二天") # Queen's Birthday. queen_birthday = tr("英女皇壽辰") # The day following Hong Kong S.A.R. Establishment Day. day_following_hksar_establishment_day = tr("香港特別行政區成立紀念日翌日") # 70th Anniversary of the Victory of the Chinese People's War of Resistance against # Japanese Aggression and the World Anti-Fascist War. victory_70th_anniversary = tr("中國人民抗日戰爭勝利70周年紀念日") # Sino-Japanese War Victory Day. war_victory_day = tr("抗日戰爭勝利紀念日") # The day following National Day. day_following_national_day = tr("國慶日翌日") # Additional public holiday. additional_public_holiday = tr("額外公眾假期") special_public_holidays = { 1981: (JUL, 29, wedding_of_charles_and_diana), 1986: (OCT, 22, queen_visit_hk), 1997: (JUL, 2, day_following_hksar_establishment_day), 2015: (SEP, 3, victory_70th_anniversary), } special_optional_holidays = { 1981: (JUL, 29, wedding_of_charles_and_diana), 1986: (OCT, 22, queen_visit_hk), 1997: ( (JUN, 28, queen_birthday), (JUN, 30, queen_birthday), (JUL, 2, day_following_hksar_establishment_day), (AUG, 18, war_victory_day), (OCT, 2, day_following_national_day), ), 1998: ( (AUG, 17, war_victory_day), (OCT, 2, day_following_national_day), ), 1999: (DEC, 31, additional_public_holiday), 2015: (SEP, 3, victory_70th_anniversary), } holidays-0.71/holidays/countries/hungary.py000066400000000000000000000144751500152103600211370ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import JAN, MAR, APR, MAY, AUG, OCT, NOV, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Hungary(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Hungary holidays. References: * * * """ country = "HU" default_language = "hu" supported_languages = ("en_US", "hu", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, HungaryStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Újév")) if 1945 <= self._year <= 1950 or self._year >= 1989: # National Day. self._add_holiday_mar_15(tr("Nemzeti ünnep")) if self._year >= 2017: # Good Friday. self._add_good_friday(tr("Nagypéntek")) # Easter. self._add_easter_sunday(tr("Húsvét")) if self._year != 1955: # Easter Monday. self._add_easter_monday(tr("Húsvét Hétfő")) # Whit Sunday. self._add_whit_sunday(tr("Pünkösd")) if self._year <= 1952 or self._year >= 1992: # Whit Monday. self._add_whit_monday(tr("Pünkösdhétfő")) if self._year >= 1946: # Labor Day. name = tr("A Munka ünnepe") self._add_labor_day(name) if 1950 <= self._year <= 1953: self._add_labor_day_two(name) self._add_holiday_aug_20( # Bread Day. tr("A kenyér ünnepe") if 1950 <= self._year <= 1989 # State Foundation Day. else tr("Az államalapítás ünnepe") ) if self._year >= 1991: # National Day. self._add_holiday_oct_23(tr("Nemzeti ünnep")) if self._year >= 1999: # All Saints' Day. self._add_all_saints_day(tr("Mindenszentek")) # Christmas Day. self._add_christmas_day(tr("Karácsony")) if self._year != 1955: # Second Day of Christmas. self._add_christmas_day_two(tr("Karácsony másnapja")) # Soviet era. if 1950 <= self._year <= 1989: # Proclamation of Soviet Republic Day. self._add_holiday_mar_21(tr("A Tanácsköztársaság kikiáltásának ünnepe")) # Liberation Day. self._add_holiday_apr_4(tr("A felszabadulás ünnepe")) if self._year not in {1956, 1989}: # Great October Socialist Revolution Day. self._add_holiday_nov_7(tr("A nagy októberi szocialista forradalom ünnepe")) class HU(Hungary): pass class HUN(Hungary): pass class HungaryStaticHolidays: """Hungary special holidays. References: * [2010](https://njt.hu/jogszabaly/2009-20-20-1X) * [2011](https://njt.hu/jogszabaly/2010-7-20-2X) * [2012](https://njt.hu/jogszabaly/2011-39-20-2X) * [2012-2013](https://njt.hu/jogszabaly/2012-28-20-2X) * [2014](https://njt.hu/jogszabaly/2013-33-20-2X) * [2015](https://njt.hu/jogszabaly/2014-28-20-2X) * [2016](https://njt.hu/jogszabaly/2015-18-20-2X) * [2018](https://njt.hu/jogszabaly/2017-61-B0-15) * [2019](https://njt.hu/jogszabaly/2018-6-20-53) * [2020](https://njt.hu/jogszabaly/2019-7-20-53) * [2021](https://njt.hu/jogszabaly/2020-14-20-7Q) * [2022](https://njt.hu/jogszabaly/2021-23-20-7Q) * [2024](https://njt.hu/jogszabaly/2023-15-20-8P) * [2025](https://njt.hu/jogszabaly/2024-11-20-2X) """ # Substituted date format. substituted_date_format = tr("%Y. %m. %d.") # Day off (substituted from %s). substituted_label = tr("Pihenőnap (%s-től helyettesítve)") special_public_holidays = { 2010: (DEC, 24, DEC, 11), 2011: ( (MAR, 14, MAR, 19), (OCT, 31, NOV, 5), ), 2012: ( (MAR, 16, MAR, 24), (APR, 30, APR, 21), (OCT, 22, OCT, 27), (NOV, 2, NOV, 10), (DEC, 24, DEC, 15), (DEC, 31, DEC, 1), ), 2013: ( (AUG, 19, AUG, 24), (DEC, 24, DEC, 7), (DEC, 27, DEC, 21), ), 2014: ( (MAY, 2, MAY, 10), (OCT, 24, OCT, 18), (DEC, 24, DEC, 13), ), 2015: ( (JAN, 2, JAN, 10), (AUG, 21, AUG, 8), (DEC, 24, DEC, 12), ), 2016: ( (MAR, 14, MAR, 5), (OCT, 31, OCT, 15), ), 2018: ( (MAR, 16, MAR, 10), (APR, 30, APR, 21), (OCT, 22, OCT, 13), (NOV, 2, NOV, 10), (DEC, 24, DEC, 1), (DEC, 31, DEC, 15), ), 2019: ( (AUG, 19, AUG, 10), (DEC, 24, DEC, 7), (DEC, 27, DEC, 14), ), 2020: ( (AUG, 21, AUG, 29), (DEC, 24, DEC, 12), ), 2021: (DEC, 24, DEC, 11), 2022: ( (MAR, 14, MAR, 26), (OCT, 31, OCT, 15), ), 2024: ( (AUG, 19, AUG, 3), (DEC, 24, DEC, 7), (DEC, 27, DEC, 14), ), 2025: ( (MAY, 2, MAY, 17), (OCT, 24, OCT, 18), (DEC, 24, DEC, 13), ), } holidays-0.71/holidays/countries/iceland.py000066400000000000000000000056141500152103600210540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.constants import HALF_DAY, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Iceland(HolidayBase, ChristianHolidays, InternationalHolidays): """Iceland holidays. References: * * """ country = "IS" default_language = "is" supported_categories = (HALF_DAY, PUBLIC) supported_languages = ("en_US", "is", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Nýársdagur")) # Maundy Thursday. self._add_holy_thursday(tr("Skírdagur")) # Good Friday. self._add_good_friday(tr("Föstudagurinn langi")) # Easter Sunday. self._add_easter_sunday(tr("Páskadagur")) # Easter Monday. self._add_easter_monday(tr("Annar í páskum")) # First Day of Summer. self._add_holiday_1st_thu_from_apr_19(tr("Sumardagurinn fyrsti")) # Labor Day. self._add_labor_day(tr("Verkalýðsdagurinn")) # Ascension Day. self._add_ascension_thursday(tr("Uppstigningardagur")) # Whit Sunday. self._add_whit_sunday(tr("Hvítasunnudagur")) # Whit Monday. self._add_whit_monday(tr("Annar í hvítasunnu")) # National Day. self._add_holiday_jun_17(tr("Þjóðhátíðardagurinn")) if self._year >= 1983: # Commerce Day. self._add_holiday_1st_mon_of_aug(tr("Frídagur verslunarmanna")) # Christmas Day. self._add_christmas_day(tr("Jóladagur")) # Second Day of Christmas. self._add_christmas_day_two(tr("Annar í jólum")) def _populate_half_day_holidays(self): # %s (from 1pm). begin_time_label = self.tr("%s (frá kl. 13.00)") # Christmas Eve. self._add_christmas_eve(begin_time_label % self.tr("Aðfangadagur")) # New Year's Eve. self._add_new_years_eve(begin_time_label % self.tr("Gamlársdagur")) class IS(Iceland): pass class ISL(Iceland): pass holidays-0.71/holidays/countries/india.py000066400000000000000000000463761500152103600205530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.constants import OPTIONAL, PUBLIC from holidays.groups import ( ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, ) from holidays.holiday_base import HolidayBase class India( HolidayBase, ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays ): """India holidays. References: * * * * * * """ country = "IN" default_language = "en_IN" # %s (estimated). estimated_label = tr("%s (estimated)") supported_categories = (OPTIONAL, PUBLIC) supported_languages = ("en_IN", "en_US", "hi") subdivisions = ( "AN", # Andaman and Nicobar Islands. "AP", # Andhra Pradesh. "AR", # Arunachal Pradesh (Arunāchal Pradesh). "AS", # Assam. "BR", # Bihar (Bihār). "CG", # Chhattisgarh (Chhattīsgarh). "CH", # Chandigarh (Chandīgarh). "DH", # Dadra and Nagar Haveli and Daman and Diu(Dādra and Nagar Haveli and Damān and Diu) "DL", # Delhi. "GA", # Goa. "GJ", # Gujarat (Gujarāt). "HP", # Himachal Pradesh (Himāchal Pradesh). "HR", # Haryana (Haryāna). "JH", # Jharkhand (Jhārkhand). "JK", # Jammu and Kashmir (Jammu and Kashmīr). "KA", # Karnataka (Karnātaka). "KL", # Kerala. "LA", # Ladakh (Ladākh). "LD", # Lakshadweep. "MH", # Maharashtra (Mahārāshtra). "ML", # Meghalaya (Meghālaya). "MN", # Manipur. "MP", # Madhya Pradesh. "MZ", # Mizoram. "NL", # Nagaland (Nāgāland). "OD", # Odisha. "PB", # Punjab. "PY", # Puducherry. "RJ", # Rajasthan (Rājasthān). "SK", # Sikkim. "TN", # Tamil Nadu (Tamil Nādu). "TR", # Tripura. "TS", # Telangana (Telangāna). "UK", # Uttarakhand (Uttarākhand). "UP", # Uttar Pradesh. "WB", # West Bengal. ) _deprecated_subdivisions = ( "DD", # Daman and Diu. "OR", # Orissa. ) subdivisions_aliases = { "Andaman and Nicobar Islands": "AN", "Andhra Pradesh": "AP", "Arunachal Pradesh": "AR", "Arunāchal Pradesh": "AR", "Assam": "AS", "Bihar": "BR", "Bihār": "BR", "Chhattisgarh": "CG", "Chhattīsgarh": "CG", "Chandigarh": "CH", "Chandīgarh": "CH", "Dadra and Nagar Haveli and Daman and Diu": "DH", "Dādra and Nagar Haveli and Damān and Diu": "DH", "Delhi": "DL", "Goa": "GA", "Gujarat": "GJ", "Gujarāt": "GJ", "Himachal Pradesh": "HP", "Himāchal Pradesh": "HP", "Haryana": "HR", "Haryāna": "HR", "Jharkhand": "JH", "Jhārkhand": "JH", "Jammu and Kashmir": "JK", "Jammu and Kashmīr": "JK", "Karnataka": "KA", "Karnātaka": "KA", "Kerala": "KL", "Ladakh": "LA", "Ladākh": "LA", "Lakshadweep": "LD", "Maharashtra": "MH", "Mahārāshtra": "MH", "Meghalaya": "ML", "Meghālaya": "ML", "Manipur": "MN", "Madhya Pradesh": "MP", "Mizoram": "MZ", "Nagaland": "NL", "Nāgāland": "NL", "Odisha": "OD", "Punjab": "PB", "Puducherry": "PY", "Rajasthan": "RJ", "Rājasthān": "RJ", "Sikkim": "SK", "Tamil Nadu": "TN", "Tamil Nādu": "TN", "Tripura": "TR", "Telangana": "TS", "Telangāna": "TS", "Uttarakhand": "UK", "Uttarākhand": "UK", "Uttar Pradesh": "UP", "West Bengal": "WB", } # India gained independence on August 15, 1947. start_year = 1948 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) HinduCalendarHolidays.__init__(self) IslamicHolidays.__init__( self, cls=IndiaIslamicHolidays, show_estimated=islamic_show_estimated ) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): if self._year >= 1950: # Republic Day. self._add_holiday_jan_26(tr("Republic Day")) # Independence Day. self._add_holiday_aug_15(tr("Independence Day")) # Gandhi Jayanti. self._add_holiday_oct_2(tr("Gandhi Jayanti")) # Hindu Holidays. if self._year < 2001 or self._year > 2035: warning_msg = "Requested Holidays are available only from 2001 to 2035." warnings.warn(warning_msg, Warning) # Buddha Purnima. self._add_buddha_purnima(tr("Buddha Purnima")) # Diwali. self._add_diwali_india(tr("Diwali")) # Janmashtami. self._add_janmashtami(tr("Janmashtami")) # Dussehra. self._add_dussehra(tr("Dussehra")) # Mahavir Jayanti. self._add_mahavir_jayanti(tr("Mahavir Jayanti")) # Maha Shivaratri. self._add_maha_shivaratri(tr("Maha Shivaratri")) # Guru Nanak Jayanti. self._add_guru_nanak_jayanti(tr("Guru Nanak Jayanti")) # Islamic holidays. # Ashura. self._add_ashura_day(tr("Muharram")) # Prophet's Birthday. self._add_mawlid_day(tr("Milad-un-Nabi")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("Id-ul-Fitr")) # Eid al-Adha. self._add_eid_al_adha_day(tr("Bakrid")) # Christian holidays. # Good Friday. self._add_good_friday(tr("Good Friday")) # Christmas. self._add_christmas_day(tr("Christmas")) if self.subdiv == "OR": self._populate_subdiv_od_public_holidays() def _populate_optional_holidays(self): # Hindu holidays. # Children's Day. self._add_holiday_nov_14(tr("Children's Day")) # Holi. self._add_holi(tr("Holi")) # Ganesh Chaturthi. self._add_ganesh_chaturthi(tr("Ganesh Chaturthi")) # Govardhan Puja. self._add_govardhan_puja(tr("Govardhan Puja")) # Labor Day. self._add_labor_day(tr("Labour Day")) # Maha Navami. self._add_maha_navami(tr("Maha Navami")) # Makar Sankranti. self._add_makar_sankranti(tr("Makar Sankranti")) # Raksha Bandhan. self._add_raksha_bandhan(tr("Raksha Bandhan")) # Ram Navami. self._add_ram_navami(tr("Ram Navami")) # Navratri / Sharad Navratri. self._add_sharad_navratri(tr("Navratri / Sharad Navratri")) # Christian holidays. # Easter Sunday. self._add_easter_sunday(tr("Easter Sunday")) # Palm Sunday. self._add_palm_sunday(tr("Palm Sunday")) # Andaman and Nicobar Islands. def _populate_subdiv_an_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Andhra Pradesh. def _populate_subdiv_ap_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Andhra Pradesh Foundation Day. self._add_holiday_nov_1(tr("Andhra Pradesh Foundation Day")) # Assam. def _populate_subdiv_as_public_holidays(self): # Magh Bihu. self._add_makar_sankranti(tr("Magh Bihu")) # Assam Day. self._add_holiday_dec_2(tr("Assam Day")) # Bihar. def _populate_subdiv_br_public_holidays(self): # Chhath Puja. self._add_chhath_puja(tr("Chhath Puja")) # Bihar Day. self._add_holiday_mar_22(tr("Bihar Day")) # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Chandigarh. def _populate_subdiv_ch_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Chhattisgarh. def _populate_subdiv_cg_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Chhattisgarh Foundation Day. self._add_holiday_nov_1(tr("Chhattisgarh Foundation Day")) # Delhi. def _populate_subdiv_dl_public_holidays(self): # Chhath Puja. self._add_chhath_puja(tr("Chhath Puja")) # Goa. def _populate_subdiv_ga_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Goa Liberation Day. self._add_holiday_dec_19(tr("Goa Liberation Day")) # Gujarat. def _populate_subdiv_gj_public_holidays(self): # Makar Sankranti. self._add_makar_sankranti(tr("Uttarayan")) # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Gujarat Day. self._add_holiday_may_1(tr("Gujarat Day")) # Sardar Vallabhbhai Patel Jayanti. self._add_holiday_oct_31(tr("Sardar Vallabhbhai Patel Jayanti")) # Haryana. def _populate_subdiv_hr_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Haryana Foundation Day. self._add_holiday_nov_1(tr("Haryana Foundation Day")) # Himachal Pradesh. def _populate_subdiv_hp_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Himachal Day. self._add_holiday_apr_15(tr("Himachal Day")) # Jammu and Kashmir def _populate_subdiv_jk_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Jharkhand. def _populate_subdiv_jh_public_holidays(self): # Chhath Puja. self._add_chhath_puja(tr("Chhath Puja")) # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Jharkhand Formation Day. self._add_holiday_nov_15(tr("Jharkhand Formation Day")) # Karnataka. def _populate_subdiv_ka_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Karnataka Rajyotsav. self._add_holiday_nov_1(tr("Karnataka Rajyotsava")) # Kerala. def _populate_subdiv_kl_public_holidays(self): # Onam. self._add_onam(tr("Onam")) # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Kerala Foundation Day. self._add_holiday_nov_1(tr("Kerala Foundation Day")) # Ladakh. def _populate_subdiv_la_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Maharashtra. def _populate_subdiv_mh_public_holidays(self): # Gudi Padwa. self._add_gudi_padwa(tr("Gudi Padwa")) # Chhatrapati Shivaji Maharaj Jayanti. self._add_holiday_feb_19(tr("Chhatrapati Shivaji Maharaj Jayanti")) # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Maharashtra Day. self._add_holiday_may_1(tr("Maharashtra Day")) # Madhya Pradesh. def _populate_subdiv_mp_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Madhya Pradesh Foundation Day. self._add_holiday_nov_1(tr("Madhya Pradesh Foundation Day")) # Mizoram. def _populate_subdiv_mz_public_holidays(self): # Mizoram State Day. self._add_holiday_feb_20(tr("Mizoram State Day")) # Nagaland. def _populate_subdiv_nl_public_holidays(self): # Nagaland State Inauguration Day. self._add_holiday_dec_1(tr("Nagaland State Inauguration Day")) # Orissa / Odisha. def _populate_subdiv_od_public_holidays(self): # Odisha Day. self._add_holiday_apr_1(tr("Odisha Day (Utkala Dibasa)")) # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Maha Vishuva Sankranti. self._add_holiday_apr_15(tr("Maha Vishuva Sankranti / Pana Sankranti")) # Puducherry. def _populate_subdiv_py_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Puducherry De Jure Transfer Day. self._add_holiday_aug_16(tr("Puducherry De Jure Transfer Day")) # Puducherry Liberation Day. self._add_holiday_nov_1(tr("Puducherry Liberation Day")) # Punjab. def _populate_subdiv_pb_public_holidays(self): # Guru Gobind Singh Jayanti. self._add_guru_gobind_singh_jayanti(tr("Guru Gobind Singh Jayanti")) # Vaisakhi. self._add_vaisakhi(tr("Vaisakhi")) # Lohri. self._add_holiday_jan_13(tr("Lohri")) # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Punjabi Day. self._add_holiday_nov_1(tr("Punjab Day")) # Rajasthan. def _populate_subdiv_rj_public_holidays(self): # Rajasthan Day. self._add_holiday_mar_30(tr("Rajasthan Day")) # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Maharana Pratap Jayanti. self._add_holiday_jun_15(tr("Maharana Pratap Jayanti")) # Sikkim. def _populate_subdiv_sk_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Sikkim State Day. self._add_holiday_may_16(tr("Sikkim State Day")) # Tamil Nadu. def _populate_subdiv_tn_public_holidays(self): # Pongal. self._add_makar_sankranti(tr("Pongal")) # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Puthandu. self._add_holiday_apr_14(tr("Puthandu (Tamil New Year)")) # Telangana. def _populate_subdiv_ts_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Telangana Formation Day. self._add_holiday_jun_2(tr("Telangana Formation Day")) # Bathukamma Festival. self._add_holiday_oct_6(tr("Bathukamma Festival")) # Uttarakhand. def _populate_subdiv_uk_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Uttar Pradesh. def _populate_subdiv_up_public_holidays(self): # Chhath Puja. self._add_chhath_puja(tr("Chhath Puja")) # UP Formation Day. self._add_holiday_jan_24(tr("UP Formation Day")) # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # West Bengal. def _populate_subdiv_wb_public_holidays(self): # Dr. B. R. Ambedkar Jayanti. self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti")) # Pohela Boisakh. self._add_holiday_apr_15(tr("Pohela Boishakh")) # Rabindra Jayanti. self._add_holiday_may_9(tr("Rabindra Jayanti")) class IndiaIslamicHolidays(_CustomIslamicHolidays): # Muharram / Day of Ashura. ASHURA_DATES = { 2001: (APR, 4), 2002: (MAR, 24), 2003: (MAR, 14), 2004: (MAR, 2), 2005: (FEB, 19), 2006: (FEB, 9), 2007: (JAN, 30), 2008: (JAN, 19), 2009: ((JAN, 7), (DEC, 28)), 2010: (DEC, 17), 2011: (DEC, 6), 2012: (NOV, 25), 2013: (NOV, 14), 2014: (NOV, 4), 2015: (OCT, 24), 2016: (OCT, 12), 2017: (OCT, 1), 2018: (SEP, 21), 2019: (SEP, 10), 2020: (AUG, 30), 2021: (AUG, 20), 2022: (AUG, 9), 2023: (JUL, 29), 2024: (JUL, 17), 2025: (JUL, 6), } # Bakrid / Eid-al-Adha. EID_AL_ADHA_DATES = { 2001: (MAR, 6), 2002: (FEB, 23), 2003: (FEB, 12), 2004: (FEB, 2), 2005: (JAN, 21), 2006: ((JAN, 11), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 9), 2009: (NOV, 28), 2010: (NOV, 17), 2011: (NOV, 7), 2012: (OCT, 27), 2013: (OCT, 16), 2014: (OCT, 6), 2015: (SEP, 25), 2016: (SEP, 13), 2017: (SEP, 2), 2018: (AUG, 22), 2019: (AUG, 12), 2020: (AUG, 1), 2021: (JUL, 21), 2022: (JUL, 10), 2023: (JUN, 29), 2024: (JUN, 17), 2025: (JUN, 7), } # Id-ul-Fitr / Eid-al-Fitr. EID_AL_FITR_DATES = { 2001: (DEC, 17), 2002: (DEC, 6), 2003: (NOV, 26), 2004: (NOV, 14), 2005: (NOV, 3), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 2), 2009: (SEP, 21), 2010: (SEP, 10), 2011: (AUG, 31), 2012: (AUG, 20), 2013: (AUG, 8), 2014: (JUL, 29), 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 16), 2019: (JUN, 5), 2020: (MAY, 25), 2021: (MAY, 14), 2022: (MAY, 3), 2023: (APR, 22), 2024: (APR, 11), 2025: (MAR, 31), } # Milad-un-Nabi / Mawlid. MAWLID_DATES = { 2001: (JUN, 5), 2002: (MAY, 25), 2003: (MAY, 15), 2004: (MAY, 3), 2005: (APR, 22), 2006: (APR, 11), 2007: (APR, 1), 2008: (MAR, 21), 2009: (MAR, 9), 2010: (FEB, 27), 2011: (FEB, 16), 2012: (FEB, 5), 2013: (JAN, 25), 2014: (JAN, 14), 2015: ((JAN, 4), (DEC, 25)), 2016: (DEC, 13), 2017: (DEC, 2), 2018: (NOV, 21), 2019: (NOV, 10), 2020: (OCT, 30), 2021: (OCT, 19), 2022: (OCT, 9), 2023: (SEP, 28), 2024: (SEP, 16), 2025: (SEP, 5), } class IN(India): pass class IND(India): pass holidays-0.71/holidays/countries/indonesia.py000066400000000000000000000747061500152103600214360ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import ( _CustomBuddhistHolidays, _CustomChineseHolidays, _CustomIslamicHolidays, ) from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.constants import GOVERNMENT, PUBLIC from holidays.groups import ( BalineseSakaCalendarHolidays, BuddhistCalendarHolidays, ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ObservedHolidayBase class Indonesia( ObservedHolidayBase, BalineseSakaCalendarHolidays, BuddhistCalendarHolidays, ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ): """Indonesia holidays. References: * * * * [1963-2025](https://id.wikipedia.org/wiki/Indonesia_dalam_tahun_1963) * """ country = "ID" default_language = "id" # %s (estimated). estimated_label = tr("%s (perkiraan)") # %s (observed). observed_label = tr("Pegangti %s") # %s (observed, estimated). observed_estimated_label = tr("Pegangti %s (perkiraan)") supported_languages = ("en_US", "id", "th", "uk") supported_categories = (GOVERNMENT, PUBLIC) start_year = 1946 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ BalineseSakaCalendarHolidays.__init__(self) BuddhistCalendarHolidays.__init__(self, cls=IndonesiaBuddhistHolidays, show_estimated=True) ChineseCalendarHolidays.__init__(self, cls=IndonesiaChineseHolidays, show_estimated=True) ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=IndonesiaIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, cls=IndonesiaStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Tahun Baru Masehi")) # Independence Day. self._add_holiday_aug_17(tr("Hari Kemerdekaan Republik Indonesia")) # Keputusan Presiden no 24 tahun 1953. (1953-01-01; Removed) if self._year <= 1952: # Armed Forces Day. self._add_holiday_oct_5(tr("Hari Angkatan Perang")) # Heroes' Day. self._add_holiday_nov_10(tr("Hari Pahlawan")) # Keputusan Presiden no 24 tahun 1953. (1953-01-01; Added Nationally) if self._year >= 1953: # Christmas Day. self._add_christmas_day(tr("Hari Raya Natal")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("Hari Raya Idul Fitri")) # Eid al-Fitr Second Day. self._add_eid_al_fitr_day_two(tr("Hari kedua dari Hari Raya Idul Fitri")) # Eid al-Adha. self._add_eid_al_adha_day(tr("Hari Raya Idul Adha")) # Keputusan Presiden no 24 tahun 1953. (1953-01-01; Added Nationally) # Keputusan Presiden no 21 tahun 1963. (1963-10-15; Moved to Denominative-based) # Keputusan Presiden no 251 tahun 1967. (1967-12-16; Removed) if 1953 <= self._year <= 1963: # Easter Monday. self._add_easter_monday(tr("Hari kedua Paskah")) # Whit Monday. self._add_whit_monday(tr("Hari kedua Pentakosta")) # Nuzul Al Quran. self._add_nuzul_al_quran_day(tr("Nuzululqur'an")) # Keputusan Presiden no 24 tahun 1953. (1953-01-01; Added Nationally) # Keputusan Presiden no 21 tahun 1963. (1963-10-15; Moved to Denominative-based) # Keputusan Presiden no 251 tahun 1967. (1967-12-16; Added Nationally) if 1953 <= self._year <= 1962 or self._year >= 1968: # Isra' and Mi'raj. self._add_isra_and_miraj_day(tr("Isra Mikraj Nabi Muhammad")) # (Same as above, was before 1963 cut-off date) if 1953 <= self._year <= 1963 or self._year >= 1968: # Ascension Day. self._add_ascension_thursday(tr("Kenaikan Yesus Kristus")) # Islamic New Year. self._add_islamic_new_year_day(tr("Tahun Baru Islam")) # Prophet's Birthday. self._add_mawlid_day(tr("Maulid Nabi Muhammad")) # Keputusan Presiden no 21 tahun 1963. (1963-10-15; Added Denominative-based) # Keputusan Presiden no 251 tahun 1967. (1967-12-16; Added Nationally) # Keputusan Presiden no 10 tahun 1971. (1971-03-15; Removed) if 1968 <= self._year <= 1970: # Assumption Day. self._add_assumption_of_mary_day(tr("Mikraj Santa Maria")) # Keputusan Presiden no 24 tahun 1953. (1953-01-01; Added Nationally) # Keputusan Presiden no 21 tahun 1963. (1963-10-15; Moved to Denominative-based) # Keputusan Presiden no 251 tahun 1967. (1967-12-16; Removed) # Keputusan Presiden no 10 tahun 1971. (1971-03-15; Added Nationally) if 1953 <= self._year <= 1963 or self._year >= 1971: # Good Friday. self._add_good_friday(tr("Wafat Yesus Kristus")) # Keputusan Presiden no 3 tahun 1983. (1983-01-19; Added Nationally) if self._year >= 1983: # Day of Silence. self._add_nyepi(tr("Hari Suci Nyepi")) # Vesak Day. self._add_vesak(tr("Hari Raya Waisak")) # Keputusan Presiden no 19 tahun 2002. (2002-04-09; Added Nationally) if self._year >= 2003: # Lunar New Year. self._add_chinese_new_years_day(tr("Tahun Baru Imlek")) # Keputusan Presiden no 24 tahun 1953. (1953-01-01; Added Nationally) # Keputusan Presiden no 148 tahun 1968. (1968-04-18; Removed) # Keputusan Presiden no 24 tahun 2013. (2013-07-29; Added Nationally) if 1953 <= self._year <= 1967 or self._year >= 2014: # International Labor Day. self._add_labor_day(tr("Hari Buruh Internasional")) # Keputusan Presiden no 24 tahun 2016. (2016-06-01; Added Nationally) if self._year >= 2016: # Pancasila Day. self._add_holiday_jun_1(tr("Hari Lahir Pancasila")) # Keputusan Presiden no 8 tahun 2024. (2024-01-29; Added Nationally) # This KEPPRES overwrites all pre-existing ones. if self._year >= 2024: # Easter Sunday. self._add_easter_sunday(tr("Kebangkitan Yesus Kristus")) class ID(Indonesia): pass class IDN(Indonesia): pass class IndonesiaBuddhistHolidays(_CustomBuddhistHolidays): VESAK_DATES = { 1983: (MAY, 27), 1984: (MAY, 14), 1985: (JUN, 3), 1986: (MAY, 24), 1987: (MAY, 13), 1988: (MAY, 31), 1989: (MAY, 21), 1990: (MAY, 10), 1991: (MAY, 28), 1992: (MAY, 16), 1993: (MAY, 6), 1994: (MAY, 25), 1995: (MAY, 15), 1996: (JUN, 2), 1997: (MAY, 22), 1998: (MAY, 11), 1999: (MAY, 30), 2000: (MAY, 18), 2001: (MAY, 7), 2002: (MAY, 26), 2003: (MAY, 16), 2004: (JUN, 3), 2005: (MAY, 24), 2006: (MAY, 13), 2007: (JUN, 1), 2008: (MAY, 20), 2009: (MAY, 9), 2010: (MAY, 28), 2011: (MAY, 17), 2012: (MAY, 6), 2013: (MAY, 25), 2014: (MAY, 15), 2015: (JUN, 2), 2016: (MAY, 22), 2017: (MAY, 11), 2018: (MAY, 29), 2019: (MAY, 19), 2020: (MAY, 7), 2021: (MAY, 26), 2022: (MAY, 16), 2023: (JUN, 4), 2024: (MAY, 23), 2025: (MAY, 12), } class IndonesiaChineseHolidays(_CustomChineseHolidays): LUNAR_NEW_YEAR_DATES = { 2003: (FEB, 1), 2004: (JAN, 22), 2005: (FEB, 9), 2006: (JAN, 30), 2007: (FEB, 19), 2008: (FEB, 7), 2009: (JAN, 26), 2010: (FEB, 15), 2011: (FEB, 3), 2012: (JAN, 23), 2013: (FEB, 11), 2014: (JAN, 31), 2015: (FEB, 19), 2016: (FEB, 8), 2017: (JAN, 28), 2018: (FEB, 16), 2019: (FEB, 5), 2020: (JAN, 25), 2021: (FEB, 12), 2022: (FEB, 1), 2023: (JAN, 22), 2024: (FEB, 10), 2025: (JAN, 29), } class IndonesiaIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 1963: (MAY, 4), 1964: (APR, 23), 1965: (APR, 12), 1966: (APR, 2), 1967: (MAR, 22), 1968: (MAR, 9), 1969: (FEB, 27), 1970: (FEB, 17), 1971: (FEB, 6), 1972: (JAN, 27), 1973: (JAN, 15), 1974: ((JAN, 4), (DEC, 24)), 1975: (DEC, 13), 1976: (DEC, 2), 1977: (NOV, 21), 1978: (NOV, 11), 1979: (OCT, 31), 1980: (OCT, 19), 1981: (OCT, 8), 1982: (SEP, 28), 1983: (SEP, 17), 1984: (SEP, 6), 1985: (AUG, 26), 1986: (AUG, 16), 1987: (AUG, 5), 1988: (JUL, 24), 1989: (JUL, 13), 1990: (JUL, 3), 1991: (JUN, 23), 1992: (JUN, 11), 1993: (JUN, 1), 1994: (MAY, 21), 1995: (MAY, 10), 1996: (APR, 28), 1997: (APR, 18), 1998: (APR, 7), 1999: (MAR, 28), 2000: (MAR, 16), 2001: (MAR, 5), 2002: (FEB, 23), 2003: (FEB, 12), 2004: (FEB, 2), 2005: (JAN, 21), 2006: ((JAN, 10), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 8), 2009: (NOV, 27), 2010: (NOV, 17), 2011: (NOV, 6), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 5), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 10), 2023: (JUN, 29), 2024: (JUN, 17), 2025: (JUN, 6), } EID_AL_FITR_DATES = { 1963: (FEB, 25), 1964: (FEB, 15), 1965: (FEB, 3), 1966: (JAN, 23), 1967: (JAN, 12), 1968: ((JAN, 2), (DEC, 21)), 1969: (DEC, 11), 1970: (NOV, 30), 1971: (NOV, 19), 1972: (NOV, 7), 1973: (OCT, 27), 1974: (OCT, 17), 1975: (OCT, 6), 1976: (SEP, 25), 1977: (SEP, 15), 1978: (SEP, 4), 1979: (AUG, 24), 1980: (AUG, 12), 1981: (AUG, 1), 1982: (JUL, 22), 1983: (JUL, 12), 1984: (JUN, 30), 1985: (JUN, 20), 1986: (JUN, 9), 1987: (MAY, 29), 1988: (MAY, 17), 1989: (MAY, 7), 1990: (APR, 26), 1991: (APR, 16), 1992: (APR, 5), 1993: (MAR, 25), 1994: (MAR, 14), 1995: (MAR, 3), 1996: (FEB, 20), 1997: (FEB, 9), 1998: (JAN, 30), 1999: (JAN, 19), 2000: ((JAN, 8), (DEC, 27)), 2001: (DEC, 16), 2002: (DEC, 6), 2003: (NOV, 25), 2004: (NOV, 14), 2005: (NOV, 3), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 1), 2009: (SEP, 20), 2010: (SEP, 10), 2011: (AUG, 30), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 28), 2015: (JUL, 17), 2016: (JUL, 6), 2017: (JUN, 25), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 22), 2024: (APR, 10), 2025: (MAR, 31), } HIJRI_NEW_YEAR_DATES = { 1968: (MAR, 30), 1969: (MAR, 19), 1970: (MAR, 10), 1971: (FEB, 27), 1972: (FEB, 16), 1973: (FEB, 5), 1974: (JAN, 25), 1975: (JAN, 14), 1976: ((JAN, 3), (DEC, 22)), 1977: (DEC, 12), 1978: (DEC, 1), 1979: (NOV, 21), 1980: (NOV, 9), 1981: (OCT, 29), 1982: (OCT, 18), 1983: (OCT, 8), 1984: (SEP, 26), 1985: (SEP, 16), 1986: (SEP, 5), 1987: (AUG, 26), 1988: (AUG, 14), 1989: (AUG, 3), 1990: (JUL, 23), 1991: (JUL, 13), 1992: (JUL, 2), 1993: (JUN, 21), 1994: (JUN, 11), 1995: (MAY, 31), 1996: (MAY, 19), 1997: (MAY, 8), 1998: (APR, 28), 1999: (APR, 17), 2000: (APR, 6), 2001: (MAR, 26), 2002: (MAR, 15), 2003: (MAR, 3), 2004: (FEB, 23), 2005: (FEB, 10), 2006: (JAN, 31), 2007: (JAN, 20), 2008: ((JAN, 10), (DEC, 29)), 2009: (DEC, 18), 2010: (DEC, 7), 2011: (NOV, 27), 2012: (NOV, 15), 2013: (NOV, 5), 2014: (OCT, 25), 2015: (OCT, 14), 2016: (OCT, 2), 2017: (SEP, 21), 2018: (SEP, 11), 2019: (SEP, 1), 2020: (AUG, 20), 2021: (AUG, 11), 2022: (JUL, 30), 2023: (JUL, 19), 2024: (JUL, 7), 2025: (JUN, 27), } ISRA_AND_MIRAJ_DATES = { 1968: (OCT, 20), 1969: (OCT, 9), 1970: (SEP, 29), 1971: (SEP, 17), 1972: (SEP, 6), 1973: (AUG, 26), 1974: (AUG, 16), 1975: (AUG, 5), 1976: (JUL, 25), 1977: (JUL, 14), 1978: (JUL, 3), 1979: (JUN, 22), 1980: (JUN, 11), 1981: (MAY, 31), 1982: (MAY, 21), 1983: (MAY, 10), 1984: (APR, 29), 1985: (APR, 18), 1986: (APR, 7), 1987: (MAR, 27), 1988: (MAR, 16), 1989: (MAR, 5), 1990: (FEB, 23), 1991: (FEB, 12), 1992: (FEB, 1), 1993: (JAN, 20), 1994: ((JAN, 10), (DEC, 30)), 1995: (DEC, 20), 1996: (DEC, 8), 1997: (NOV, 28), 1998: (NOV, 17), 1999: (NOV, 6), 2000: (OCT, 25), 2001: (OCT, 15), 2002: (OCT, 4), 2003: (SEP, 22), 2004: (SEP, 13), 2005: (SEP, 2), 2006: (AUG, 21), 2007: (AUG, 11), 2008: (JUL, 30), 2009: (JUL, 20), 2010: (JUL, 10), 2011: (JUN, 29), 2012: (JUN, 17), 2013: (JUN, 6), 2014: (MAY, 27), 2015: (MAY, 16), 2016: (MAY, 6), 2017: (APR, 24), 2018: (APR, 14), 2019: (APR, 3), 2020: (MAR, 22), 2021: (MAR, 11), 2022: (FEB, 28), 2023: (FEB, 18), 2024: (FEB, 8), 2025: (JAN, 27), } MAWLID_DATES = { 1968: (JUN, 8), 1969: (MAY, 28), 1970: (MAY, 18), 1971: (MAY, 7), 1972: (APR, 26), 1973: (APR, 14), 1974: (APR, 5), 1975: (MAR, 25), 1976: (MAR, 13), 1977: (MAR, 2), 1978: (FEB, 20), 1979: (FEB, 9), 1980: (JAN, 30), 1981: (JAN, 18), 1982: ((JAN, 8), (DEC, 28)), 1983: (DEC, 17), 1984: (DEC, 5), 1985: (NOV, 25), 1986: (NOV, 14), 1987: (NOV, 4), 1988: (OCT, 23), 1989: (OCT, 12), 1990: (OCT, 1), 1991: (SEP, 21), 1992: (SEP, 9), 1993: (AUG, 30), 1994: (AUG, 20), 1995: (AUG, 9), 1996: (JUL, 28), 1997: (JUL, 17), 1998: (JUL, 6), 1999: (JUN, 26), 2000: (JUN, 15), 2001: (JUN, 4), 2002: (MAY, 25), 2003: (MAY, 15), 2004: (MAY, 3), 2005: (APR, 22), 2006: (APR, 10), 2007: (MAR, 31), 2008: (MAR, 20), 2009: (MAR, 9), 2010: (FEB, 26), 2011: (FEB, 15), 2012: (FEB, 5), 2013: (JAN, 24), 2014: (JAN, 14), 2015: ((JAN, 3), (DEC, 24)), 2016: (DEC, 12), 2017: (DEC, 1), 2018: (NOV, 20), 2019: (NOV, 9), 2020: (OCT, 29), 2021: (OCT, 20), 2022: (OCT, 8), 2023: (SEP, 28), 2024: (SEP, 16), 2025: (SEP, 5), } class IndonesiaStaticHolidays: """Indonesia special holidays. References (Election Days): * * * * * * * * * * * * * * * References (Joint Holidays): * * * * * * * * * * * * * * * * * * * * * * * * * * * * """ # General Election Day. general_election_day = tr("Hari Pemilihan Unum") # Presidential Election Day. presidential_election_day = tr("Hari Pemilihan Presiden") # Legislative Election Day. legislative_election_day = tr("Hari Pemilihan Legislatif") # Local Election Day. local_election_day = tr("Hari Pemilihan Kepala Daerah") # Eid al-Fitr Joint Holiday. eid_al_fitr_joint_holiday = tr("Cuti Bersama Hari Raya Idul Fitri") # Eid al-Adha Joint Holiday. eid_al_adha_joint_holiday = tr("Cuti Bersama Hari Raya Idul Adha") # Prophet's Birthday Joint Holiday. mawlid_joint_holiday = tr("Cuti Bersama Maulid Nabi Muhammad") # Islamic New Year Joint Holiday. islamic_new_year_joint_holiday = tr("Cuti Bersama Tahun Baru Islam") # Ascension Joint Holiday. ascension_joint_holiday = tr("Cuti Bersama Kenaikan Yesus Kristus") # Christmas Joint Holiday. christmas_joint_holiday = tr("Cuti Bersama Hari Raya Natal") # Lunar New Year Joint Holiday. lunar_new_year_joint_holiday = tr("Cuti Bersama Tahun Baru Imlek") # Day of Silence Joint Holiday. day_of_silence_joint_holiday = tr("Cuti Bersama Hari Suci Nyepi") # Vesak Joint Holiday. vesak_joint_holiday = tr("Cuti Bersama Hari Raya Waisak") # New Year's Joint Holiday. new_years_joint_holiday = tr("Cuti Bersama Tahun Baru Masehi") special_public_holidays = { 1999: (JUN, 7, legislative_election_day), 2004: ( (APR, 5, legislative_election_day), (JUL, 5, presidential_election_day), (SEP, 20, presidential_election_day), ), 2009: ( (APR, 9, legislative_election_day), (JUL, 8, presidential_election_day), ), 2014: ( (APR, 9, legislative_election_day), (JUL, 9, presidential_election_day), ), 2015: (DEC, 9, local_election_day), 2017: (FEB, 15, local_election_day), 2018: (JUN, 27, local_election_day), 2019: (APR, 17, general_election_day), 2020: (DEC, 9, local_election_day), 2024: ( (FEB, 14, general_election_day), (NOV, 27, local_election_day), ), } special_public_holidays_observed = { # Eid al-Fitr. 2004: (NOV, 16, tr("Hari Raya Idul Fitri")), } special_government_holidays = { # Cuti Bersama (Joint Holidays/Collective Leaves). # This was first implemented in 2002. 2002: ( (DEC, 5, eid_al_fitr_joint_holiday), (DEC, 9, eid_al_fitr_joint_holiday), (DEC, 10, eid_al_fitr_joint_holiday), (DEC, 26, christmas_joint_holiday), ), 2003: ( (NOV, 24, eid_al_fitr_joint_holiday), (NOV, 27, eid_al_fitr_joint_holiday), (NOV, 28, eid_al_fitr_joint_holiday), (DEC, 26, christmas_joint_holiday), ), 2004: ( (NOV, 17, eid_al_fitr_joint_holiday), (NOV, 18, eid_al_fitr_joint_holiday), (NOV, 19, eid_al_fitr_joint_holiday), ), 2005: ( (NOV, 2, eid_al_fitr_joint_holiday), (NOV, 5, eid_al_fitr_joint_holiday), (NOV, 7, eid_al_fitr_joint_holiday), (NOV, 8, eid_al_fitr_joint_holiday), ), 2006: ( (MAR, 31, day_of_silence_joint_holiday), (MAY, 26, ascension_joint_holiday), # Independence Day Joint Holiday. (AUG, 18, tr("Cuti Bersama Hari Kemerdekaan Republik Indonesia")), (OCT, 23, eid_al_fitr_joint_holiday), (OCT, 26, eid_al_fitr_joint_holiday), (OCT, 27, eid_al_fitr_joint_holiday), ), 2007: ( (MAY, 18, ascension_joint_holiday), (OCT, 12, eid_al_fitr_joint_holiday), (OCT, 15, eid_al_fitr_joint_holiday), (OCT, 16, eid_al_fitr_joint_holiday), (OCT, 17, eid_al_fitr_joint_holiday), (OCT, 18, eid_al_fitr_joint_holiday), (OCT, 19, eid_al_fitr_joint_holiday), (DEC, 21, christmas_joint_holiday), (DEC, 24, christmas_joint_holiday), (DEC, 26, christmas_joint_holiday), (DEC, 31, new_years_joint_holiday), ), 2008: ( (JAN, 11, islamic_new_year_joint_holiday), (SEP, 29, eid_al_fitr_joint_holiday), (SEP, 30, eid_al_fitr_joint_holiday), (OCT, 3, eid_al_fitr_joint_holiday), (DEC, 26, christmas_joint_holiday), ), 2009: ( (JAN, 2, new_years_joint_holiday), (SEP, 18, eid_al_fitr_joint_holiday), (SEP, 23, eid_al_fitr_joint_holiday), (DEC, 24, christmas_joint_holiday), ), 2010: ( (SEP, 9, eid_al_fitr_joint_holiday), (SEP, 13, eid_al_fitr_joint_holiday), (DEC, 24, christmas_joint_holiday), ), 2011: ( (MAY, 16, vesak_joint_holiday), (AUG, 29, eid_al_fitr_joint_holiday), (SEP, 1, eid_al_fitr_joint_holiday), (SEP, 2, eid_al_fitr_joint_holiday), (DEC, 26, christmas_joint_holiday), ), 2012: ( (MAY, 18, ascension_joint_holiday), (AUG, 21, eid_al_fitr_joint_holiday), (AUG, 22, eid_al_fitr_joint_holiday), (NOV, 16, islamic_new_year_joint_holiday), (DEC, 24, christmas_joint_holiday), (DEC, 31, new_years_joint_holiday), ), 2013: ( (AUG, 5, eid_al_fitr_joint_holiday), (AUG, 6, eid_al_fitr_joint_holiday), (AUG, 7, eid_al_fitr_joint_holiday), (OCT, 14, eid_al_adha_joint_holiday), (DEC, 26, christmas_joint_holiday), ), 2014: ( (JUL, 30, eid_al_fitr_joint_holiday), (JUL, 31, eid_al_fitr_joint_holiday), (AUG, 1, eid_al_fitr_joint_holiday), (DEC, 26, christmas_joint_holiday), ), 2015: ( (JUL, 16, eid_al_fitr_joint_holiday), (JUL, 20, eid_al_fitr_joint_holiday), (JUL, 21, eid_al_fitr_joint_holiday), ), 2016: ( (JUL, 4, eid_al_fitr_joint_holiday), (JUL, 5, eid_al_fitr_joint_holiday), (JUL, 8, eid_al_fitr_joint_holiday), (DEC, 26, christmas_joint_holiday), ), 2017: ( (JAN, 2, new_years_joint_holiday), (JUN, 23, eid_al_fitr_joint_holiday), (JUN, 27, eid_al_fitr_joint_holiday), (JUN, 28, eid_al_fitr_joint_holiday), (JUN, 29, eid_al_fitr_joint_holiday), (JUN, 30, eid_al_fitr_joint_holiday), (DEC, 26, christmas_joint_holiday), ), 2018: ( (JUN, 11, eid_al_fitr_joint_holiday), (JUN, 12, eid_al_fitr_joint_holiday), (JUN, 13, eid_al_fitr_joint_holiday), (JUN, 14, eid_al_fitr_joint_holiday), (JUN, 18, eid_al_fitr_joint_holiday), (JUN, 19, eid_al_fitr_joint_holiday), (JUN, 20, eid_al_fitr_joint_holiday), (DEC, 24, christmas_joint_holiday), ), 2019: ( (JUN, 3, eid_al_fitr_joint_holiday), (JUN, 4, eid_al_fitr_joint_holiday), (JUN, 7, eid_al_fitr_joint_holiday), (DEC, 24, christmas_joint_holiday), ), 2020: ( (AUG, 21, islamic_new_year_joint_holiday), (OCT, 28, mawlid_joint_holiday), (OCT, 30, mawlid_joint_holiday), (DEC, 24, christmas_joint_holiday), ), 2021: (MAY, 12, eid_al_fitr_joint_holiday), 2022: ( (APR, 29, eid_al_fitr_joint_holiday), (MAY, 4, eid_al_fitr_joint_holiday), (MAY, 5, eid_al_fitr_joint_holiday), (MAY, 6, eid_al_fitr_joint_holiday), ), 2023: ( (JAN, 23, lunar_new_year_joint_holiday), (MAR, 23, day_of_silence_joint_holiday), (APR, 19, eid_al_fitr_joint_holiday), (APR, 20, eid_al_fitr_joint_holiday), (APR, 21, eid_al_fitr_joint_holiday), (APR, 24, eid_al_fitr_joint_holiday), (APR, 25, eid_al_fitr_joint_holiday), (JUN, 2, vesak_joint_holiday), (JUN, 28, eid_al_adha_joint_holiday), (JUN, 30, eid_al_adha_joint_holiday), (DEC, 26, christmas_joint_holiday), ), 2024: ( (FEB, 9, lunar_new_year_joint_holiday), (MAR, 12, day_of_silence_joint_holiday), (APR, 8, eid_al_fitr_joint_holiday), (APR, 9, eid_al_fitr_joint_holiday), (APR, 12, eid_al_fitr_joint_holiday), (APR, 15, eid_al_fitr_joint_holiday), (MAY, 10, ascension_joint_holiday), (MAY, 24, vesak_joint_holiday), (JUN, 18, eid_al_adha_joint_holiday), (DEC, 26, christmas_joint_holiday), ), 2025: ( (JAN, 28, lunar_new_year_joint_holiday), (MAR, 28, day_of_silence_joint_holiday), (APR, 2, eid_al_fitr_joint_holiday), (APR, 3, eid_al_fitr_joint_holiday), (APR, 4, eid_al_fitr_joint_holiday), (APR, 7, eid_al_fitr_joint_holiday), (MAY, 13, vesak_joint_holiday), (MAY, 30, ascension_joint_holiday), (JUN, 9, eid_al_adha_joint_holiday), (DEC, 26, christmas_joint_holiday), ), } special_government_holidays_observed = { 2020: (DEC, 31, eid_al_fitr_joint_holiday), } holidays-0.71/holidays/countries/iran.py000066400000000000000000000372631500152103600204130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import ( JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, FRI, ) from holidays.groups import IslamicHolidays, PersianCalendarHolidays from holidays.holiday_base import HolidayBase class Iran(HolidayBase, IslamicHolidays, PersianCalendarHolidays): """Iran holidays. References: * * * * * """ country = "IR" default_language = "fa_IR" # %s (estimated). estimated_label = tr("(تخمین زده) %s") supported_languages = ("en_US", "fa_IR") start_year = 1980 weekend = {FRI} def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ IslamicHolidays.__init__( self, cls=IranIslamicHolidays, show_estimated=islamic_show_estimated ) PersianCalendarHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Persian calendar holidays. # Islamic Revolution Day. self._add_islamic_revolution_day(tr("پیروزی انقلاب اسلامی")) # Iranian Oil Industry Nationalization Day. self._add_oil_nationalization_day(tr("روز ملی شدن صنعت نفت ایران")) # Last Day of Year. self._add_last_day_of_year(tr("آخرین روز سال")) # Nowruz. self._add_nowruz_day(tr("جشن نوروز")) # Nowruz Holiday. name = tr("عیدنوروز") self._add_nowruz_day_two(name) self._add_nowruz_day_three(name) self._add_nowruz_day_four(name) # Islamic Republic Day. self._add_islamic_republic_day(tr("روز جمهوری اسلامی")) # Nature's Day. self._add_natures_day(tr("روز طبیعت")) # Death of Imam Khomeini. self._add_death_of_khomeini_day(tr("رحلت حضرت امام خمینی")) # 15 Khordad Uprising. self._add_khordad_uprising_day(tr("قیام 15 خرداد")) # Islamic holidays. # Tasua. self._add_tasua_day(tr("تاسوعای حسینی")) # Ashura. self._add_ashura_day(tr("عاشورای حسینی")) # Arbaeen. self._add_arbaeen_day(tr("اربعین حسینی")) # Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali. self._add_prophet_death_day(tr("رحلت رسول اکرم؛شهادت امام حسن مجتبی علیه السلام")) # Martyrdom of Ali al-Rida. self._add_ali_al_rida_death_day(tr("شهادت امام رضا علیه السلام")) # Martyrdom of Hasan al-Askari. self._add_hasan_al_askari_death_day(tr("شهادت امام حسن عسکری علیه السلام")) # Birthday of Muhammad and Imam Ja'far al-Sadiq. self._add_sadiq_birthday_day(tr("میلاد رسول اکرم و امام جعفر صادق علیه السلام")) # Martyrdom of Fatima. self._add_fatima_death_day(tr("شهادت حضرت فاطمه زهرا سلام الله علیها")) # Birthday of Imam Ali. self._add_ali_birthday_day(tr("ولادت امام علی علیه السلام و روز پدر")) # Isra' and Mi'raj. self._add_isra_and_miraj_day(tr("مبعث رسول اکرم (ص)")) self._add_imam_mahdi_birthday_day( # Birthday of Mahdi. tr("ولادت حضرت قائم عجل الله تعالی فرجه و جشن نیمه شعبان") ) # Martyrdom of Imam Ali. self._add_ali_death_day(tr("شهادت حضرت علی علیه السلام")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("عید سعید فطر")) # Eid al-Fitr Holiday. self._add_eid_al_fitr_day_two(tr("تعطیل به مناسبت عید سعید فطر")) # Martyrdom of Imam Ja'far al-Sadiq. self._add_sadiq_death_day(tr("شهادت امام جعفر صادق علیه السلام")) # Eid al-Adha. self._add_eid_al_adha_day(tr("عید سعید قربان")) # Eid al-Ghadeer. self._add_eid_al_ghadir_day(tr("عید سعید غدیر خم")) class IR(Iran): pass class IRN(Iran): pass class IranIslamicHolidays(_CustomIslamicHolidays): ALI_AL_RIDA_DEATH_DATES = { 2001: (MAY, 24), 2002: (MAY, 13), 2003: (MAY, 2), 2004: (APR, 20), 2005: (APR, 9), 2006: (MAR, 30), 2007: (MAR, 20), 2008: (MAR, 8), 2009: (FEB, 26), 2010: (FEB, 15), 2011: (FEB, 4), 2012: (JAN, 24), 2013: (JAN, 12), 2014: ((JAN, 2), (DEC, 23)), 2015: (DEC, 12), 2016: (NOV, 30), 2017: (NOV, 19), 2018: (NOV, 8), 2019: (OCT, 29), 2020: (OCT, 17), 2021: (OCT, 7), 2022: (SEP, 27), 2023: (SEP, 16), 2024: (SEP, 4), 2025: (AUG, 24), } ALI_BIRTHDAY_DATES = { 2001: (OCT, 1), 2002: (SEP, 21), 2003: (SEP, 10), 2004: (AUG, 30), 2005: (AUG, 19), 2006: (AUG, 8), 2007: (JUL, 28), 2008: (JUL, 16), 2009: (JUL, 6), 2010: (JUN, 26), 2011: (JUN, 16), 2012: (JUN, 4), 2013: (MAY, 24), 2014: (MAY, 13), 2015: (MAY, 2), 2016: (APR, 21), 2017: (APR, 11), 2018: (MAR, 31), 2019: (MAR, 20), 2020: (MAR, 8), 2021: (FEB, 25), 2022: (FEB, 15), 2023: (FEB, 4), 2024: (JAN, 25), 2025: (JAN, 14), } ALI_DEATH_DATES = { 2001: (DEC, 7), 2002: (NOV, 27), 2003: (NOV, 16), 2004: (NOV, 5), 2005: (OCT, 25), 2006: (OCT, 15), 2007: (OCT, 3), 2008: (SEP, 22), 2009: (SEP, 11), 2010: (SEP, 1), 2011: (AUG, 21), 2012: (AUG, 10), 2013: (JUL, 30), 2014: (JUL, 19), 2015: (JUL, 8), 2016: (JUN, 27), 2017: (JUN, 16), 2018: (JUN, 6), 2019: (MAY, 27), 2020: (MAY, 15), 2021: (MAY, 4), 2022: (APR, 23), 2023: (APR, 12), 2024: (APR, 1), 2025: (MAR, 22), } ARBAEEN_DATES = { 2001: (MAY, 14), 2002: (MAY, 3), 2003: (APR, 23), 2004: (APR, 11), 2005: (MAR, 31), 2006: (MAR, 21), 2007: (MAR, 10), 2008: (FEB, 28), 2009: (FEB, 16), 2010: (FEB, 5), 2011: (JAN, 25), 2012: (JAN, 14), 2013: ((JAN, 3), (DEC, 23)), 2014: (DEC, 13), 2015: (DEC, 2), 2016: (NOV, 20), 2017: (NOV, 9), 2018: (OCT, 30), 2019: (OCT, 19), 2020: (OCT, 8), 2021: (SEP, 27), 2022: (SEP, 17), 2023: (SEP, 6), 2024: (AUG, 25), 2025: (AUG, 14), } ASHURA_DATES = { 2001: (APR, 5), 2002: (MAR, 25), 2003: (MAR, 14), 2004: (MAR, 2), 2005: (FEB, 20), 2006: (FEB, 9), 2007: (JAN, 30), 2008: (JAN, 19), 2009: ((JAN, 7), (DEC, 27)), 2010: (DEC, 16), 2011: (DEC, 6), 2012: (NOV, 25), 2013: (NOV, 14), 2014: (NOV, 4), 2015: (OCT, 24), 2016: (OCT, 12), 2017: (OCT, 1), 2018: (SEP, 20), 2019: (SEP, 10), 2020: (AUG, 30), 2021: (AUG, 19), 2022: (AUG, 8), 2023: (JUL, 28), 2024: (JUL, 16), 2025: (JUL, 6), } EID_AL_ADHA_DATES = { 2001: (MAR, 6), 2002: (FEB, 23), 2003: (FEB, 12), 2004: (FEB, 2), 2005: (JAN, 21), 2006: ((JAN, 11), (DEC, 31)), 2007: (DEC, 21), 2008: (DEC, 9), 2009: (NOV, 28), 2010: (NOV, 17), 2011: (NOV, 7), 2012: (OCT, 26), 2013: (OCT, 16), 2014: (OCT, 5), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 22), 2019: (AUG, 12), 2020: (JUL, 31), 2021: (JUL, 21), 2022: (JUL, 10), 2023: (JUN, 29), 2024: (JUN, 17), 2025: (JUN, 6), } EID_AL_FITR_DATES = { 2001: (DEC, 16), 2002: (DEC, 6), 2003: (NOV, 26), 2004: (NOV, 14), 2005: (NOV, 4), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 1), 2009: (SEP, 20), 2010: (SEP, 10), 2011: (AUG, 31), 2012: (AUG, 19), 2013: (AUG, 9), 2014: (JUL, 29), 2015: (JUL, 18), 2016: (JUL, 6), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 3), 2023: (APR, 22), 2024: (APR, 10), 2025: (MAR, 31), } EID_AL_GHADIR_DATES = { 2001: (MAR, 14), 2002: (MAR, 3), 2003: (FEB, 20), 2004: (FEB, 10), 2005: (JAN, 29), 2006: (JAN, 19), 2007: ((JAN, 8), (DEC, 29)), 2008: (DEC, 17), 2009: (DEC, 6), 2010: (NOV, 25), 2011: (NOV, 15), 2012: (NOV, 3), 2013: (OCT, 24), 2014: (OCT, 13), 2015: (OCT, 2), 2016: (SEP, 20), 2017: (SEP, 9), 2018: (AUG, 30), 2019: (AUG, 20), 2020: (AUG, 8), 2021: (JUL, 29), 2022: (JUL, 18), 2023: (JUL, 7), 2024: (JUN, 25), 2025: (JUN, 14), } FATIMA_DEATH_DATES = { 2001: (AUG, 23), 2002: (AUG, 12), 2003: (AUG, 2), 2004: (JUL, 21), 2005: (JUL, 10), 2006: (JUN, 29), 2007: (JUN, 18), 2008: (JUN, 7), 2009: (MAY, 28), 2010: (MAY, 17), 2011: (MAY, 7), 2012: (APR, 25), 2013: (APR, 14), 2014: (APR, 3), 2015: (MAR, 24), 2016: (MAR, 13), 2017: (MAR, 2), 2018: (FEB, 20), 2019: (FEB, 9), 2020: (JAN, 29), 2021: (JAN, 17), 2022: ((JAN, 6), (DEC, 27)), 2023: (DEC, 17), 2024: (DEC, 5), 2025: (NOV, 24), } HASAN_AL_ASKARI_DEATH_DATES = { 2001: (JUN, 1), 2002: (MAY, 21), 2003: (MAY, 10), 2004: (APR, 28), 2005: (APR, 17), 2006: (APR, 7), 2007: (MAR, 28), 2008: (MAR, 16), 2009: (MAR, 6), 2010: (FEB, 23), 2011: (FEB, 12), 2012: (FEB, 1), 2013: (JAN, 20), 2014: ((JAN, 10), (DEC, 31)), 2015: (DEC, 20), 2016: (DEC, 8), 2017: (NOV, 27), 2018: (NOV, 16), 2019: (NOV, 6), 2020: (OCT, 25), 2021: (OCT, 15), 2022: (OCT, 5), 2023: (SEP, 24), 2024: (SEP, 12), 2025: (SEP, 1), } IMAM_MAHDI_BIRTHDAY_DATES = { 2001: (NOV, 1), 2002: (OCT, 22), 2003: (OCT, 12), 2004: (OCT, 1), 2005: (SEP, 20), 2006: (SEP, 9), 2007: (AUG, 29), 2008: (AUG, 17), 2009: (AUG, 7), 2010: (JUL, 27), 2011: (JUL, 17), 2012: (JUL, 5), 2013: (JUN, 24), 2014: (JUN, 13), 2015: (JUN, 3), 2016: (MAY, 22), 2017: (MAY, 12), 2018: (MAY, 2), 2019: (APR, 21), 2020: (APR, 9), 2021: (MAR, 29), 2022: (MAR, 18), 2023: (MAR, 8), 2024: (FEB, 25), 2025: (FEB, 14), } ISRA_AND_MIRAJ_DATES = { 2001: (OCT, 15), 2002: (OCT, 5), 2003: (SEP, 24), 2004: (SEP, 13), 2005: (SEP, 2), 2006: (AUG, 22), 2007: (AUG, 11), 2008: (JUL, 30), 2009: (JUL, 20), 2010: (JUL, 10), 2011: (JUN, 30), 2012: (JUN, 18), 2013: (JUN, 7), 2014: (MAY, 27), 2015: (MAY, 16), 2016: (MAY, 5), 2017: (APR, 25), 2018: (APR, 14), 2019: (APR, 3), 2020: (MAR, 22), 2021: (MAR, 11), 2022: (MAR, 1), 2023: (FEB, 18), 2024: (FEB, 8), 2025: (JAN, 28), } PROPHET_DEATH_DATES = { 2001: (MAY, 22), 2002: (MAY, 11), 2003: (MAY, 1), 2004: (APR, 19), 2005: (APR, 8), 2006: (MAR, 29), 2007: (MAR, 18), 2008: (MAR, 7), 2009: (FEB, 24), 2010: (FEB, 13), 2011: (FEB, 2), 2012: (JAN, 22), 2013: ((JAN, 11), (DEC, 31)), 2014: (DEC, 21), 2015: (DEC, 10), 2016: (NOV, 28), 2017: (NOV, 17), 2018: (NOV, 7), 2019: (OCT, 27), 2020: (OCT, 16), 2021: (OCT, 5), 2022: (SEP, 25), 2023: (SEP, 14), 2024: (SEP, 2), 2025: (AUG, 22), } SADIQ_BIRTHDAY_DATES = { 2001: (JUN, 10), 2002: (MAY, 30), 2003: (MAY, 19), 2004: (MAY, 7), 2005: (APR, 26), 2006: (APR, 16), 2007: (APR, 6), 2008: (MAR, 25), 2009: (MAR, 15), 2010: (MAR, 4), 2011: (FEB, 21), 2012: (FEB, 10), 2013: (JAN, 29), 2014: (JAN, 19), 2015: ((JAN, 9), (DEC, 29)), 2016: (DEC, 17), 2017: (DEC, 6), 2018: (NOV, 25), 2019: (NOV, 15), 2020: (NOV, 3), 2021: (OCT, 24), 2022: (OCT, 14), 2023: (OCT, 3), 2024: (SEP, 21), 2025: (SEP, 10), } SADIQ_DEATH_DATES = { 2001: (JAN, 20), 2002: ((JAN, 9), (DEC, 30)), 2003: (DEC, 20), 2004: (DEC, 8), 2005: (NOV, 28), 2006: (NOV, 17), 2007: (NOV, 6), 2008: (OCT, 25), 2009: (OCT, 14), 2010: (OCT, 4), 2011: (SEP, 24), 2012: (SEP, 12), 2013: (SEP, 2), 2014: (AUG, 22), 2015: (AUG, 11), 2016: (JUL, 30), 2017: (JUL, 20), 2018: (JUL, 9), 2019: (JUN, 29), 2020: (JUN, 17), 2021: (JUN, 6), 2022: (MAY, 27), 2023: (MAY, 16), 2024: (MAY, 4), 2025: (APR, 24), } TASUA_DATES = { 2001: (APR, 4), 2002: (MAR, 24), 2003: (MAR, 13), 2004: (MAR, 1), 2005: (FEB, 19), 2006: (FEB, 8), 2007: (JAN, 29), 2008: (JAN, 18), 2009: ((JAN, 6), (DEC, 26)), 2010: (DEC, 15), 2011: (DEC, 5), 2012: (NOV, 24), 2013: (NOV, 13), 2014: (NOV, 3), 2015: (OCT, 23), 2016: (OCT, 11), 2017: (SEP, 30), 2018: (SEP, 19), 2019: (SEP, 9), 2020: (AUG, 29), 2021: (AUG, 18), 2022: (AUG, 7), 2023: (JUL, 27), 2024: (JUL, 15), 2025: (JUL, 5), } holidays-0.71/holidays/countries/ireland.py000066400000000000000000000060671500152103600210760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FEB, MAR, SEP, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Ireland(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Ireland holidays. References: * * """ country = "IE" start_year = 1872 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, IrelandStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. if self._year >= 1975: self._add_new_years_day("New Year's Day") # Saint Brigid's Day. if self._year >= 2023: name = "Saint Brigid's Day" if self._is_friday(FEB, 1): self._add_holiday_feb_1(name) else: self._add_holiday_1st_mon_from_feb_1(name) # Saint Patrick's Day. if self._year >= 1903: self._add_holiday_mar_17("Saint Patrick's Day") # Easter Monday. self._add_easter_monday("Easter Monday") # May Day. if self._year >= 1994: name = "May Day" if self._year == 1995: self._add_holiday_may_8(name) else: self._add_holiday_1st_mon_of_may(name) if self._year >= 1973: # June Bank Holiday. self._add_holiday_1st_mon_of_jun("June Bank Holiday") else: # Whit Monday. self._add_whit_monday("Whit Monday") # August Bank Holiday. self._add_holiday_1st_mon_of_aug("August Bank Holiday") # October Bank Holiday. if self._year >= 1977: self._add_holiday_last_mon_of_oct("October Bank Holiday") # Christmas Day. self._add_christmas_day("Christmas Day") # Saint Stephen's Day. self._add_christmas_day_two("Saint Stephen's Day") class IE(Ireland): pass class IRL(Ireland): pass class IrelandStaticHolidays: special_public_holidays = { 1999: (DEC, 31, "Millennium Celebrations"), 2011: (SEP, 14, "National Day of Mourning"), 2022: (MAR, 18, "Day of Remembrance and Recognition"), } holidays-0.71/holidays/countries/isle_of_man.py000066400000000000000000000044111500152103600217220ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.countries.united_kingdom import UnitedKingdom, UnitedKingdomStaticHolidays from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_MON class IsleOfMan(UnitedKingdom): """Isle Of Man holidays.""" country = "IM" parent_entity = UnitedKingdom subdivisions = () # Override UnitedKingdom subdivisions. subdivisions_aliases = {} # Override UnitedKingdom subdivisions aliases. def __init__(self, *args, **kwargs): # Override UnitedKingdom __init__(). ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, UnitedKingdomStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) ObservedHolidayBase.__init__(self, *args, **kwargs) def _populate_public_holidays(self) -> None: super()._populate_public_holidays() # Easter Monday. self._add_easter_monday(tr("Easter Monday")) if self._year <= 1970: # Whit Monday. self._add_whit_monday(tr("Whit Monday")) if self._year >= 1971: # Late Summer Bank Holiday. self._add_holiday_last_mon_of_aug(tr("Late Summer Bank Holiday")) # Isle of Man exclusive holidays # TT Bank Holiday. self._add_holiday_1st_fri_of_jun(tr("TT Bank Holiday")) # Tynwald Day. jul_5 = self._add_holiday_jul_5(tr("Tynwald Day")) if self._year >= 1992: # Move to the next Monday if falls on a weekend. self._move_holiday(jul_5, show_observed_label=False) class IM(IsleOfMan): pass class IMN(IsleOfMan): pass holidays-0.71/holidays/countries/israel.py000066400000000000000000000117471500152103600207400ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import _timedelta, FRI, SAT from holidays.constants import OPTIONAL, PUBLIC, SCHOOL from holidays.groups import HebrewCalendarHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, MON_TO_NEXT_TUE, THU_TO_PREV_WED, FRI_TO_PREV_WED, FRI_TO_PREV_THU, SAT_TO_PREV_THU, SAT_TO_NEXT_SUN, SUN_TO_NEXT_MON, ) class Israel(ObservedHolidayBase, HebrewCalendarHolidays): """Israel holidays. References: * * """ country = "IL" default_language = "he" # %s (observed). observed_label = tr("(נצפה) %s") supported_categories = (OPTIONAL, PUBLIC, SCHOOL) supported_languages = ("en_US", "he", "th", "uk") weekend = {FRI, SAT} start_year = 1948 def __init__(self, *args, **kwargs): HebrewCalendarHolidays.__init__(self) kwargs.setdefault("observed_rule", FRI_TO_PREV_THU + SAT_TO_PREV_THU) super().__init__(*args, **kwargs) def _add_observed(self, dt, name, rule): is_observed, _ = super()._add_observed(dt, name, rule) if not is_observed: self._add_holiday(name, dt) def _populate_public_holidays(self): # Rosh Hashanah (New Year). self._add_rosh_hashanah(tr("ראש השנה"), range(2)) # Yom Kippur (Day of Atonement). self._add_yom_kippur(tr("יום כיפור")) # Sukkot (Feast of Tabernacles). self._add_sukkot(tr("סוכות")) # Simchat Torah / Shemini Atzeret. self._add_sukkot(tr("שמחת תורה/שמיני עצרת"), +7) # Pesach (Passover). self._add_passover(tr("פסח")) # Shvi'i shel Pesach (Seventh day of Passover) self._add_passover(tr("שביעי של פסח"), +6) rule = FRI_TO_PREV_THU + SAT_TO_PREV_THU if self._year >= 2004: rule += MON_TO_NEXT_TUE self._add_observed( self._hebrew_calendar.israel_independence_date(self._year), # Yom Ha-Atzmaut (Independence Day). tr("יום העצמאות"), rule, ) # Shavuot. self._add_shavuot(tr("שבועות")) def _populate_optional_holidays(self): # Chol HaMoed Sukkot (Feast of Tabernacles holiday). self._add_sukkot(tr("חול המועד סוכות"), range(1, 6)) if self._year >= 2008: # Sigd. self._add_yom_kippur(tr("סיגד"), +49) # Purim. self._add_purim(tr("פורים")) # Chol HaMoed Pesach (Passover holiday). self._add_passover(tr("חול המועד פסח"), range(1, 6)) if self._year >= 1963: rule = THU_TO_PREV_WED + FRI_TO_PREV_WED if self._year >= 2004: rule += SUN_TO_NEXT_MON self._add_observed( _timedelta(self._hebrew_calendar.israel_independence_date(self._year), -1), # Yom Hazikaron (Fallen Soldiers and Victims of Terrorism Remembrance Day). tr("יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה"), rule, ) if self._year >= 1998: # Yom Yerushalayim (Jerusalem Day). self._add_lag_baomer(tr("יום ירושלים"), +10) self._add_observed( self._hebrew_calendar.tisha_bav_date(self._year), # Tisha B'Av (Tisha B'Av, fast). tr("תשעה באב"), SAT_TO_NEXT_SUN, ) def _populate_school_holidays(self): # Chol HaMoed Sukkot (Feast of Tabernacles holiday). self._add_sukkot(tr("חול המועד סוכות"), range(1, 6)) # Hanukkah. self._add_hanukkah(tr("חנוכה"), range(8)) self._add_observed( _timedelta(self._hebrew_calendar.purim_date(self._year), -1), # Ta`anit Ester (Fast of Esther). tr("תענית אסתר"), SAT_TO_PREV_THU, ) # Purim. self._add_purim(tr("פורים")) # Chol HaMoed Pesach (Passover holiday). self._add_passover(tr("חול המועד פסח"), range(1, 6)) # Lag Ba'omer (Lag BaOmer). self._add_lag_baomer(tr('ל"ג בעומר')) class IL(Israel): pass class ISR(Israel): pass holidays-0.71/holidays/countries/italy.py000066400000000000000000000533321500152103600205770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import MAR from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Italy(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Italy holidays. References: * * [Provinces holidays](https://it.wikipedia.org/wiki/Santi_patroni_cattolici_delle_citt%C3%A0_capoluogo_di_provincia_italiane) """ country = "IT" subdivisions = ( # Provinces. "AG", # Agrigento. "AL", # Alessandria. "AN", # Ancona. "AO", # Aosta (deprecated). "AP", # Ascoli Piceno. "AQ", # L'Aquila. "AR", # Arezzo. "AT", # Asti. "AV", # Avellino. "BA", # Bari. "BG", # Bergamo. "BI", # Biella. "BL", # Belluno. "BN", # Benevento. "BO", # Bologna. "BR", # Brindisi. "BS", # Brescia. "BT", # Barletta-Andria-Trani. "BZ", # Bolzano. "CA", # Cagliari. "CB", # Campobasso. "CE", # Caserta. "CH", # Chieti. "CL", # Caltanissetta. "CN", # Cuneo. "CO", # Como. "CR", # Cremona. "CS", # Cosenza. "CT", # Catania. "CZ", # Catanzaro. "EN", # Enna. "FC", # Forlì-Cesena. "FE", # Ferrara. "FG", # Foggia. "FI", # Firenze. "FM", # Fermo. "FR", # Frosinone. "GE", # Genova. "GO", # Gorizia. "GR", # Grosseto. "IM", # Imperia. "IS", # Isernia. "KR", # Crotone. "LC", # Lecco. "LE", # Lecce. "LI", # Livorno. "LO", # Lodi. "LT", # Latina. "LU", # Lucca. "MB", # Monza e Brianza. "MC", # Macerata. "ME", # Messina. "MI", # Milano. "MN", # Mantova. "MO", # Modena. "MS", # Massa-Carrara. "MT", # Matera. "NA", # Napoli. "NO", # Novara. "NU", # Nuoro. "OR", # Oristano. "PA", # Palermo. "PC", # Piacenza. "PD", # Padova. "PE", # Pescara. "PG", # Perugia. "PI", # Pisa. "PN", # Pordenone. "PO", # Prato. "PR", # Parma. "PT", # Pistoia. "PU", # Pesaro e Urbino. "PV", # Pavia. "PZ", # Potenza. "RA", # Ravenna. "RC", # Reggio Calabria. "RE", # Reggio Emilia. "RG", # Ragusa. "RI", # Rieti. "RM", # Roma. "RN", # Rimini. "RO", # Rovigo. "SA", # Salerno. "SI", # Siena. "SO", # Sondrio. "SP", # La Spezia. "SR", # Siracusa. "SS", # Sassari. "SU", # Sud Sardegna. "SV", # Savona. "TA", # Taranto. "TE", # Teramo. "TN", # Trento. "TO", # Torino. "TP", # Trapani. "TR", # Terni. "TS", # Trieste. "TV", # Treviso. "UD", # Udine. "VA", # Varese. "VB", # Verbano-Cusio-Ossola. "VC", # Vercelli. "VE", # Venezia. "VI", # Vicenza. "VR", # Verona. "VT", # Viterbo. "VV", # Vibo Valentia. # Cities. "Andria", "Barletta", "Cesena", "Forli", "Pesaro", "Trani", "Urbino", ) subdivisions_aliases = { # Provinces. "Agrigento": "AG", "Alessandria": "AL", "Ancona": "AN", "Aosta": "AO", "Ascoli Piceno": "AP", "L'Aquila": "AQ", "Arezzo": "AR", "Asti": "AT", "Avellino": "AV", "Bari": "BA", "Bergamo": "BG", "Biella": "BI", "Belluno": "BL", "Benevento": "BN", "Bologna": "BO", "Brindisi": "BR", "Brescia": "BS", "Barletta-Andria-Trani": "BT", "Bolzano": "BZ", "Cagliari": "CA", "Campobasso": "CB", "Caserta": "CE", "Chieti": "CH", "Caltanissetta": "CL", "Cuneo": "CN", "Como": "CO", "Cremona": "CR", "Cosenza": "CS", "Catania": "CT", "Catanzaro": "CZ", "Enna": "EN", "Forli-Cesena": "FC", "Forlì-Cesena": "FC", "Ferrara": "FE", "Foggia": "FG", "Firenze": "FI", "Fermo": "FM", "Frosinone": "FR", "Genova": "GE", "Gorizia": "GO", "Grosseto": "GR", "Imperia": "IM", "Isernia": "IS", "Crotone": "KR", "Lecco": "LC", "Lecce": "LE", "Livorno": "LI", "Lodi": "LO", "Latina": "LT", "Lucca": "LU", "Monza e Brianza": "MB", "Macerata": "MC", "Messina": "ME", "Milano": "MI", "Mantova": "MN", "Modena": "MO", "Massa-Carrara": "MS", "Matera": "MT", "Napoli": "NA", "Novara": "NO", "Nuoro": "NU", "Oristano": "OR", "Palermo": "PA", "Piacenza": "PC", "Padova": "PD", "Pescara": "PE", "Perugia": "PG", "Pisa": "PI", "Pordenone": "PN", "Prato": "PO", "Parma": "PR", "Pistoia": "PT", "Pesaro e Urbino": "PU", "Pavia": "PV", "Potenza": "PZ", "Ravenna": "RA", "Reggio Calabria": "RC", "Reggio Emilia": "RE", "Ragusa": "RG", "Rieti": "RI", "Roma": "RM", "Rimini": "RN", "Rovigo": "RO", "Salerno": "SA", "Siena": "SI", "Sondrio": "SO", "La Spezia": "SP", "Siracusa": "SR", "Sassari": "SS", "Sud Sardegna": "SU", "Savona": "SV", "Taranto": "TA", "Teramo": "TE", "Trento": "TN", "Torino": "TO", "Trapani": "TP", "Terni": "TR", "Trieste": "TS", "Treviso": "TV", "Udine": "UD", "Varese": "VA", "Verbano-Cusio-Ossola": "VB", "Vercelli": "VC", "Venezia": "VE", "Vicenza": "VI", "Verona": "VR", "Viterbo": "VT", "Vibo Valentia": "VV", # Cities. "Forlì": "Forli", } def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, cls=ItalyStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day("Capodanno") # Epiphany. self._add_epiphany_day("Epifania del Signore") if self._year <= 1976: # Saint Joseph's Day. self._add_saint_josephs_day("San Giuseppe") # Easter Sunday. self._add_easter_sunday("Pasqua di Resurrezione") # Easter Monday. self._add_easter_monday("Lunedì dell'Angelo") if self._year >= 1946: # Liberation Day. self._add_holiday_apr_25("Festa della Liberazione") # Labor Day. self._add_labor_day("Festa dei Lavoratori") if self._year >= 1948: # Republic Day. self._add_holiday_jun_2("Festa della Repubblica") if self._year <= 1976: # Ascension Day. self._add_ascension_thursday("Ascensione Nostro Signore") # Saints Peter and Paul. self._add_saints_peter_and_paul_day("Santi Pietro e Paolo") # Corpus Christi. self._add_corpus_christi_day("Corpus Domini") # Assumption Of Mary Day. self._add_assumption_of_mary_day("Assunzione della Vergine") # All Saints' Day. self._add_all_saints_day("Tutti i Santi") if self._year <= 1976: # National Unity and Armed Forces Day. self._add_holiday_nov_4("Giornata dell'Unità Nazionale e delle Forze Armate") # Immaculate Conception. self._add_immaculate_conception_day("Immacolata Concezione") # Christmas Day. self._add_christmas_day("Natale") if self._year >= 1947: # Saint Stephen's Day. self._add_christmas_day_two("Santo Stefano") def _populate_subdiv_ag_public_holidays(self): self._add_holiday_feb_25("San Gerlando") def _populate_subdiv_al_public_holidays(self): self._add_holiday_nov_10("San Baudolino") def _populate_subdiv_an_public_holidays(self): self._add_holiday_may_4("San Ciriaco") def _populate_subdiv_ao_public_holidays(self): self._add_holiday_sep_7("San Grato") def _populate_subdiv_ap_public_holidays(self): self._add_holiday_aug_5("Sant'Emidio") def _populate_subdiv_aq_public_holidays(self): self._add_holiday_jun_10("San Massimo D'Aveia") def _populate_subdiv_ar_public_holidays(self): self._add_holiday_aug_7("San Donato D'Arezzo") def _populate_subdiv_at_public_holidays(self): self._add_holiday_1st_tue_of_may("San Secondo di Asti") def _populate_subdiv_av_public_holidays(self): self._add_holiday_feb_14("San Modestino") def _populate_subdiv_ba_public_holidays(self): self._add_holiday_dec_6("San Nicola") def _populate_subdiv_bg_public_holidays(self): self._add_holiday_aug_26("Sant'Alessandro di Bergamo") def _populate_subdiv_bi_public_holidays(self): self._add_christmas_day_two("Santo Stefano") def _populate_subdiv_bl_public_holidays(self): self._add_holiday_nov_11("San Martino") def _populate_subdiv_bn_public_holidays(self): self._add_holiday_aug_24("San Bartolomeo apostolo") def _populate_subdiv_bo_public_holidays(self): self._add_holiday_oct_4("San Petronio") def _populate_subdiv_br_public_holidays(self): self._add_holiday_1st_sun_of_sep("San Lorenzo da Brindisi") def _populate_subdiv_bs_public_holidays(self): self._add_holiday_feb_15("Santi Faustino e Giovita") # Barletta-Andria-Trani def _populate_subdiv_bt_public_holidays(self): self._add_holiday_may_3("San Nicola Pellegrino") self._add_holiday_3rd_sun_of_sep("San Riccardo di Andria") self._add_holiday_dec_30("San Ruggero") def _populate_subdiv_bz_public_holidays(self): self._add_whit_monday("Lunedì di Pentecoste") self._add_assumption_of_mary_day("Maria Santissima Assunta") def _populate_subdiv_ca_public_holidays(self): self._add_holiday_oct_30("San Saturnino di Cagliari") def _populate_subdiv_cb_public_holidays(self): self._add_saint_georges_day("San Giorgio") def _populate_subdiv_ce_public_holidays(self): self._add_holiday_jan_20("San Sebastiano") def _populate_subdiv_ch_public_holidays(self): self._add_holiday_may_11("San Giustino di Chieti") def _populate_subdiv_cl_public_holidays(self): self._add_holiday_sep_29("San Michele Arcangelo") def _populate_subdiv_cn_public_holidays(self): self._add_holiday_sep_29("San Michele Arcangelo") def _populate_subdiv_co_public_holidays(self): self._add_holiday_aug_31("Sant'Abbondio") def _populate_subdiv_cr_public_holidays(self): self._add_holiday_nov_13("Sant'Omobono") def _populate_subdiv_cs_public_holidays(self): self._add_holiday_feb_12("Madonna del Pilerio") def _populate_subdiv_ct_public_holidays(self): self._add_holiday_feb_5("Sant'Agata") def _populate_subdiv_cz_public_holidays(self): self._add_holiday_jul_16("San Vitaliano") def _populate_subdiv_en_public_holidays(self): self._add_holiday_jul_2("Madonna della Visitazione") # Forlì-Cesena def _populate_subdiv_fc_public_holidays(self): self._add_holiday_feb_4("Madonna del Fuoco") self._add_saint_johns_day("San Giovanni Battista") def _populate_subdiv_fe_public_holidays(self): self._add_saint_georges_day("San Giorgio") def _populate_subdiv_fg_public_holidays(self): self._add_holiday_mar_22("Madonna dei Sette Veli") def _populate_subdiv_fi_public_holidays(self): self._add_saint_johns_day("San Giovanni Battista") def _populate_subdiv_fm_public_holidays(self): self._add_assumption_of_mary_day("Maria Santissima Assunta") self._add_holiday_aug_16("Maria Santissima Assunta") def _populate_subdiv_fr_public_holidays(self): self._add_holiday_jun_20("San Silverio") def _populate_subdiv_ge_public_holidays(self): self._add_saint_johns_day("San Giovanni Battista") def _populate_subdiv_go_public_holidays(self): self._add_holiday_mar_16("Santi Ilario e Taziano") def _populate_subdiv_gr_public_holidays(self): self._add_holiday_aug_10("San Lorenzo") def _populate_subdiv_im_public_holidays(self): self._add_holiday_nov_26("San Leonardo da Porto Maurizio") def _populate_subdiv_is_public_holidays(self): self._add_holiday_may_19("San Pietro Celestino") def _populate_subdiv_kr_public_holidays(self): self._add_holiday_oct_9("San Dionigi") def _populate_subdiv_lc_public_holidays(self): self._add_holiday_dec_6("San Nicola") def _populate_subdiv_le_public_holidays(self): self._add_holiday_aug_26("Sant'Oronzo") def _populate_subdiv_li_public_holidays(self): self._add_holiday_may_22("Santa Giulia") def _populate_subdiv_lo_public_holidays(self): self._add_holiday_jan_19("San Bassiano") def _populate_subdiv_lt_public_holidays(self): self._add_holiday_apr_25("San Marco Evangelista") self._add_holiday_jul_6("Santa Maria Goretti") def _populate_subdiv_lu_public_holidays(self): self._add_holiday_jul_12("San Paolino di Lucca") def _populate_subdiv_mb_public_holidays(self): self._add_saint_johns_day("San Giovanni Battista") def _populate_subdiv_mc_public_holidays(self): self._add_holiday_aug_31("San Giuliano l'ospitaliere") def _populate_subdiv_me_public_holidays(self): self._add_holiday_jun_3("Madonna della Lettera") def _populate_subdiv_mi_public_holidays(self): self._add_holiday_dec_7("Sant'Ambrogio") def _populate_subdiv_mn_public_holidays(self): self._add_holiday_mar_18("Sant'Anselmo da Baggio") def _populate_subdiv_mo_public_holidays(self): self._add_holiday_jan_31("San Geminiano") def _populate_subdiv_ms_public_holidays(self): self._add_holiday_oct_4("San Francesco d'Assisi") def _populate_subdiv_mt_public_holidays(self): self._add_holiday_jul_2("Madonna della Bruna") def _populate_subdiv_na_public_holidays(self): self._add_holiday_sep_19("San Gennaro") def _populate_subdiv_no_public_holidays(self): self._add_holiday_jan_22("San Gaudenzio") def _populate_subdiv_nu_public_holidays(self): self._add_holiday_aug_5("Nostra Signora della Neve") def _populate_subdiv_or_public_holidays(self): self._add_holiday_feb_13("Sant'Archelao") def _populate_subdiv_pa_public_holidays(self): self._add_holiday_jul_15("Santa Rosalia") def _populate_subdiv_pc_public_holidays(self): self._add_holiday_jul_4("Sant'Antonino di Piacenza") def _populate_subdiv_pd_public_holidays(self): self._add_holiday_jun_13("Sant'Antonio di Padova") def _populate_subdiv_pe_public_holidays(self): self._add_holiday_oct_10("San Cetteo") def _populate_subdiv_pg_public_holidays(self): self._add_holiday_aug_11("Santa Chiara d'Assisi") self._add_holiday_oct_4("San Francesco d'Assisi") def _populate_subdiv_pi_public_holidays(self): self._add_holiday_jun_17("San Ranieri") def _populate_subdiv_pn_public_holidays(self): self._add_holiday_apr_25("San Marco Evangelista") self._add_nativity_of_mary_day("Madonna delle Grazie") def _populate_subdiv_po_public_holidays(self): self._add_christmas_day_two("Santo Stefano") def _populate_subdiv_pr_public_holidays(self): self._add_holiday_jan_13("Sant'Ilario di Poitiers") def _populate_subdiv_pt_public_holidays(self): self._add_saint_james_day("San Jacopo") # Pesaro e Urbino def _populate_subdiv_pu_public_holidays(self): self._add_holiday_jun_1("San Crescentino") self._add_holiday_sep_24("San Terenzio di Pesaro") def _populate_subdiv_pv_public_holidays(self): self._add_holiday_dec_9("San Siro") def _populate_subdiv_pz_public_holidays(self): self._add_holiday_may_30("San Gerardo di Potenza") def _populate_subdiv_ra_public_holidays(self): self._add_holiday_jul_23("Sant'Apollinare") def _populate_subdiv_rc_public_holidays(self): self._add_saint_georges_day("San Giorgio") def _populate_subdiv_re_public_holidays(self): self._add_holiday_nov_24("San Prospero Vescovo") def _populate_subdiv_rg_public_holidays(self): self._add_saint_georges_day("San Giorgio Martire") self._add_holiday_aug_29("San Giovanni Battista") def _populate_subdiv_ri_public_holidays(self): self._add_holiday_dec_4("Santa Barbara") def _populate_subdiv_rm_public_holidays(self): self._add_saints_peter_and_paul_day("Santi Pietro e Paolo") def _populate_subdiv_rn_public_holidays(self): self._add_holiday_oct_14("San Gaudenzio") def _populate_subdiv_ro_public_holidays(self): self._add_holiday_nov_26("San Bellino") def _populate_subdiv_sa_public_holidays(self): self._add_holiday_sep_21("San Matteo Evangelista") def _populate_subdiv_si_public_holidays(self): self._add_holiday_dec_1("Sant'Ansano") def _populate_subdiv_so_public_holidays(self): self._add_holiday_jun_19("San Gervasio e San Protasio") def _populate_subdiv_sp_public_holidays(self): self._add_saint_josephs_day("San Giuseppe") def _populate_subdiv_sr_public_holidays(self): self._add_holiday_dec_13("Santa Lucia") def _populate_subdiv_ss_public_holidays(self): self._add_holiday_dec_6("San Nicola") def _populate_subdiv_su_public_holidays(self): # Carbonia. self._add_holiday_4_days_past_2nd_sun_of_may("San Ponziano") def _populate_subdiv_sv_public_holidays(self): self._add_holiday_mar_18("Nostra Signora della Misericordia") def _populate_subdiv_ta_public_holidays(self): self._add_holiday_may_10("San Cataldo") def _populate_subdiv_te_public_holidays(self): self._add_holiday_dec_19("San Berardo da Pagliara") def _populate_subdiv_tn_public_holidays(self): self._add_holiday_jun_26("San Vigilio") def _populate_subdiv_to_public_holidays(self): self._add_saint_johns_day("San Giovanni Battista") def _populate_subdiv_tp_public_holidays(self): self._add_holiday_aug_7("Sant'Alberto degli Abati") def _populate_subdiv_tr_public_holidays(self): self._add_holiday_feb_14("San Valentino") def _populate_subdiv_ts_public_holidays(self): self._add_holiday_nov_3("San Giusto") def _populate_subdiv_tv_public_holidays(self): self._add_holiday_apr_27("San Liberale") def _populate_subdiv_ud_public_holidays(self): self._add_holiday_jul_12("Santi Ermacora e Fortunato") def _populate_subdiv_va_public_holidays(self): self._add_holiday_may_8("San Vittore il Moro") def _populate_subdiv_vb_public_holidays(self): self._add_holiday_may_8("San Vittore il Moro") def _populate_subdiv_vc_public_holidays(self): self._add_holiday_aug_1("Sant'Eusebio di Vercelli") def _populate_subdiv_ve_public_holidays(self): self._add_holiday_apr_25("San Marco Evangelista") self._add_holiday_nov_21("Madonna della Salute") def _populate_subdiv_vi_public_holidays(self): self._add_nativity_of_mary_day("Madonna di Monte Berico") def _populate_subdiv_vr_public_holidays(self): self._add_holiday_may_21("San Zeno") def _populate_subdiv_vt_public_holidays(self): self._add_holiday_sep_4("Santa Rosa da Viterbo") def _populate_subdiv_vv_public_holidays(self): self._add_holiday_mar_1("San Leoluca") def _populate_subdiv_andria_public_holidays(self): self._add_holiday_3rd_sun_of_sep("San Riccardo di Andria") def _populate_subdiv_barletta_public_holidays(self): self._add_holiday_dec_30("San Ruggero") def _populate_subdiv_cesena_public_holidays(self): self._add_saint_johns_day("San Giovanni Battista") def _populate_subdiv_forli_public_holidays(self): self._add_holiday_feb_4("Madonna del Fuoco") def _populate_subdiv_pesaro_public_holidays(self): self._add_holiday_sep_24("San Terenzio di Pesaro") def _populate_subdiv_trani_public_holidays(self): self._add_holiday_may_3("San Nicola Pellegrino") def _populate_subdiv_urbino_public_holidays(self): self._add_holiday_jun_1("San Crescentino") class IT(Italy): pass class ITA(Italy): pass class ItalyStaticHolidays: # Anniversary of the Unification of Italy. anniversary_of_unification = "Anniversario dell'Unità d'Italia" special_public_holidays = { 1961: (MAR, 17, anniversary_of_unification), 2011: (MAR, 17, anniversary_of_unification), } holidays-0.71/holidays/countries/ivory_coast.py000066400000000000000000000134761500152103600220230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import FEB, OCT from holidays.groups import ( ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class IvoryCoast( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays ): """Ivory Coast holidays. References: * [Decree No. 96-205](https://www.droit-afrique.com/uploads/RCI-Decret-1996-205-jours-feries.pdf) * Decree No. 2011-371: * [page 1](https://web.archive.org/web/20180617165811/http://www.cgeci.org/cgeci/docs/documents/Doc-ferie-1.pdf) * [page 2](https://web.archive.org/web/20180826205106/http://www.cgeci.org/cgeci/docs/documents/Doc-ferie-2.pdf) * * * * [National Peace Day](https://en.wikipedia.org/wiki/Ivory_Coast#Independence) Note: The oldest decree available online that underpins the public holidays defined here for the Ivory Coast is Decree no. 96-205 of March 7, 1996. In Islamic calendar, days begin at sunset. The naming convention "day after" refers to the daylight hours following the night of the celebration, which is technically the same Gregorian calendar day. According to Decree no. 2011-371 of 4 November 2011, if Eid al-Fitr, Eid al-Adha or Christmas Day falls on a Sunday, the following Monday is also a holiday. """ country = "CI" default_language = "fr" # %s (estimated). estimated_label = tr("%s (estimé)") # Day after the %s. observed_label = tr("Lendemain de la %s") # Day after the %s (estimated). observed_estimated_label = tr("Lendemain de la %s (estimé)") start_year = 1997 supported_languages = ("en_CI", "en_US", "fr") def __init__(self, islamic_show_estimated: bool = False, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) # The observed dates for the Ivory Coast's islamic holidays have been verified against # local references (COSIM) and align with the default Umm al-Qura calculations. IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, IvoryCoastStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("1er janvier")) # Easter Monday. self._add_easter_monday(tr("Lundi de Pâques")) # Labor Day. self._add_observed(self._add_labor_day(tr("Fête du travail"))) # Ascension Day. self._add_ascension_thursday(tr("Jour de l’Ascension")) # Whit Monday. self._add_whit_monday(tr("Lundi de Pentecôte")) # Independence Day. self._add_observed(self._add_holiday_aug_7(tr("Fête Nationale"))) # Assumption Day. self._add_assumption_of_mary_day(tr("Fête de l’Assomption")) # National Peace Day. self._add_holiday_nov_15(tr("Journée Nationale de la Paix")) # All Saints' Day. self._add_all_saints_day(tr("Fête de la Toussaint")) if self._year <= 2000: self._add_holiday_dec_7( # Anniversary of death of President Felix Houphouet-Boigny. tr("Anniversaire du décès du Président Felix Houphouet-Boigny") ) # Christmas Day. dt = self._add_christmas_day(tr("Fête de Noël")) if self._year >= 2011: self._add_observed(dt) # Day after Prophet's Birthday. self._add_mawlid_day(tr("Lendemain de l’Anniversaire de la Naissance du Prophète Mahomet")) # Day after Night of Power. self._add_laylat_al_qadr_day(tr("Lendemain de la Nuit du Destin")) # Eid al-Fitr. for dt in self._add_eid_al_fitr_day(tr("Fête de fin du Ramadan")): if self._year >= 2012: self._add_observed(dt) # Eid al-Adha. for dt in self._add_eid_al_adha_day(tr("Fête de la Tabaski")): if self._year >= 2012: self._add_observed(dt) class CI(IvoryCoast): pass class CIV(IvoryCoast): pass class IvoryCoastStaticHolidays: """Ivory Coast special holidays. References: * [2010 Presidential Election](https://www.gouv.ci/_actualite-article.php?d=4.&recordID=1255&p=366) * [2024 AFCON](https://apanews.net/public-holiday-as-cote-divoire-wins-afcon-trophy/) """ special_public_holidays = { # Public holiday for Presidential election preparation. 2010: (OCT, 29, tr("Jour férié pour la préparation de l'élection présidentielle")), # 2024 African Cup of Nations Victory. 2024: (FEB, 12, tr("Victoire à la Coupe d’Afrique des Nations 2024")), } holidays-0.71/holidays/countries/jamaica.py000066400000000000000000000045761500152103600210500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE, SAT_SUN_TO_NEXT_MON, ) class Jamaica(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Jamaica holidays. References: * * """ country = "JM" observed_label = "%s (observed)" def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day self._add_observed(self._add_new_years_day("New Year's Day")) # Ash Wednesday self._add_ash_wednesday("Ash Wednesday") # Good Friday self._add_good_friday("Good Friday") # Easter Monday self._add_easter_monday("Easter Monday") # National Labour Day self._add_observed( self._add_holiday_may_23("National Labour Day"), rule=SAT_SUN_TO_NEXT_MON ) # Emancipation Day if self._year >= 1998: self._add_observed(self._add_holiday_aug_1("Emancipation Day")) # Independence Day self._add_observed(self._add_holiday_aug_6("Independence Day")) # National Heroes Day self._add_holiday_3rd_mon_of_oct("National Heroes Day") # Christmas Day self._add_observed(self._add_christmas_day("Christmas Day"), rule=SUN_TO_NEXT_TUE) # Boxing Day self._add_observed(self._add_christmas_day_two("Boxing Day")) class JM(Jamaica): pass class JAM(Jamaica): pass holidays-0.71/holidays/countries/japan.py000066400000000000000000000212631500152103600205440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import ( FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, _timedelta, ) from holidays.constants import BANK, PUBLIC from holidays.groups import InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_WORKDAY class Japan(ObservedHolidayBase, InternationalHolidays, StaticHolidays): """Japan holidays. References: * * """ country = "JP" default_language = "ja" supported_categories = (BANK, PUBLIC) supported_languages = ("en_US", "ja", "th") start_year = 1949 end_year = 2099 def __init__(self, *args, **kwargs) -> None: InternationalHolidays.__init__(self) StaticHolidays.__init__(self, cls=JapanStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_WORKDAY) super().__init__(*args, **kwargs) def _is_observed(self, dt: date) -> bool: return dt >= date(1973, APR, 12) def _populate_observed(self, dts: set[date]) -> None: # When a national holiday falls on Sunday, next working day # shall become a public holiday (振替休日) - substitute holiday. for dt in sorted(dts): # Substitute Holiday. self._add_observed(dt, name=tr("振替休日"), show_observed_label=False) # A weekday between national holidays becomes a holiday too (国民の休日) - # national holiday. # In 1986-2006 it was only May 4 (between Constitution Day and Children's Day). # Since 2006, it may be only the day between Respect for the Aged Day and # Autumnal Equinox Day (in September). if self._year <= 1985: return None if self._year <= 2006: may_4 = (MAY, 4) if not self._is_monday(may_4) and not self._is_sunday(may_4): # National Holiday. self._add_holiday(tr("国民の休日"), may_4) else: for dt in dts: if dt.month == SEP and _timedelta(dt, +2) in dts: # National Holiday. self._add_holiday(tr("国民の休日"), _timedelta(dt, +1)) break def _populate_public_holidays(self): dts_observed = set() # New Year's Day. dts_observed.add(self._add_new_years_day(tr("元日"))) # Coming of Age Day. name = tr("成人の日") dts_observed.add( self._add_holiday_jan_15(name) if self._year <= 1999 else self._add_holiday_2nd_mon_of_jan(name) ) if self._year >= 1967: # Foundation Day. dts_observed.add(self._add_holiday_feb_11(tr("建国記念の日"))) if self._year >= 2020: # Emperor's Birthday. dts_observed.add(self._add_holiday_feb_23(tr("天皇誕生日"))) # Vernal Equinox Day. dts_observed.add(self._add_holiday(tr("春分の日"), self._vernal_equinox_date)) # Showa Emperor's Birthday, Greenery Day or Showa Day. if self._year <= 1988: name = tr("天皇誕生日") elif self._year <= 2006: # Greenery Day. name = tr("みどりの日") else: # Showa Day. name = tr("昭和の日") dts_observed.add(self._add_holiday_apr_29(name)) # Constitution Day. dts_observed.add(self._add_holiday_may_3(tr("憲法記念日"))) # Greenery Day. if self._year >= 2007: dts_observed.add(self._add_holiday_may_4(tr("みどりの日"))) # Children's Day. dts_observed.add(self._add_holiday_may_5(tr("こどもの日"))) if self._year >= 1996: # Marine Day. name = tr("海の日") if self._year <= 2002: dts_observed.add(self._add_holiday_jul_20(name)) else: dates = { 2020: (JUL, 23), 2021: (JUL, 22), } dts_observed.add( self._add_holiday(name, dates[self._year]) if self._year in dates else self._add_holiday_3rd_mon_of_jul(name) ) if self._year >= 2016: dates = { 2020: (AUG, 10), 2021: (AUG, 8), } # Mountain Day. name = tr("山の日") dts_observed.add(self._add_holiday(name, dates.get(self._year, (AUG, 11)))) if self._year >= 1966: # Respect for the Aged Day. name = tr("敬老の日") dts_observed.add( self._add_holiday_3rd_mon_of_sep(name) if self._year >= 2003 else self._add_holiday_sep_15(name) ) # Autumnal Equinox Day. dts_observed.add(self._add_holiday(tr("秋分の日"), self._autumnal_equinox_date)) # Physical Education and Sports Day. if self._year >= 1966: name = ( # Sports Day. tr("スポーツの日") if self._year >= 2020 # Physical Education Day. else tr("体育の日") ) if self._year >= 2000: dates = { 2020: (JUL, 24), 2021: (JUL, 23), } dts_observed.add( self._add_holiday(name, dates[self._year]) ) if self._year in dates else self._add_holiday_2nd_mon_of_oct(name) else: dts_observed.add(self._add_holiday_oct_10(name)) # Culture Day. dts_observed.add(self._add_holiday_nov_3(tr("文化の日"))) # Labor Thanksgiving Day. dts_observed.add(self._add_holiday_nov_23(tr("勤労感謝の日"))) # Regarding the Emperor of Heisei. if 1989 <= self._year <= 2018: dts_observed.add(self._add_holiday_dec_23(tr("天皇誕生日"))) if self.observed: self._populate_observed(dts_observed) def _populate_bank_holidays(self): # Bank Holiday. name = tr("銀行休業日") self._add_new_years_day(name) self._add_new_years_day_two(name) self._add_new_years_day_three(name) self._add_new_years_eve(name) @property def _vernal_equinox_date(self) -> tuple[int, int]: day = 20 if ( (self._year % 4 == 0 and self._year <= 1956) or (self._year % 4 == 1 and self._year <= 1989) or (self._year % 4 == 2 and self._year <= 2022) or (self._year % 4 == 3 and self._year <= 2055) ): day = 21 elif self._year % 4 == 0 and self._year >= 2092: day = 19 return MAR, day @property def _autumnal_equinox_date(self) -> tuple[int, int]: day = 23 if self._year % 4 == 3 and self._year <= 1979: day = 24 elif ( (self._year % 4 == 0 and self._year >= 2012) or (self._year % 4 == 1 and self._year >= 2045) or (self._year % 4 == 2 and self._year >= 2078) ): day = 22 return SEP, day class JP(Japan): pass class JPN(Japan): pass class JapanStaticHolidays: national_holiday = tr("国民の休日") special_public_holidays = { 1959: (APR, 10, tr("結婚の儀")), # The Crown Prince marriage ceremony. 1989: (FEB, 24, tr("大喪の礼")), # State Funeral of Emperor Shōwa. 1990: (NOV, 12, tr("即位礼正殿の儀")), # Enthronement ceremony. 1993: (JUN, 9, tr("結婚の儀")), # The Crown Prince marriage ceremony. 2019: ( (MAY, 1, tr("天皇の即位の日")), # Enthronement day. (OCT, 22, tr("即位礼正殿の儀が行われる日")), # Enthronement ceremony. ), } special_public_holidays_observed = { 2019: ( (APR, 30, national_holiday), (MAY, 2, national_holiday), ), } holidays-0.71/holidays/countries/jersey.py000066400000000000000000000230561500152103600207560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.gregorian import JAN, APR, MAY, JUN, JUL, SEP, OCT, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY, SUN_TO_NEXT_WORKDAY, SAT_TO_NONE, SUN_TO_NONE, ) class Jersey(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Jersey holidays. References: * * [2010 Revision](https://www.jerseylaw.je/laws/current/Pages/15.560.20.aspx) * [1952 Revision](https://www.jerseylaw.je/laws/superseded/Pages/2006/15.560.20.aspx) * [1952 as enacted](https://www.jerseylaw.je/laws/enacted/Pages/RO-3038.aspx) * [Bank Holidays](https://www.jerseylaw.je/laws/enacted/Pages/Jersey%20RO%205331.aspx) * [May Bank Holiday](https://www.jerseylaw.je/laws/enacted/Pages/Jersey%20RO%206795.aspx) Checked with: * [From 2010 onwards](https://www.gov.je/Leisure/Events/WhatsOn/pages/bankholidaydates.aspx) This has only been cross-checked with the official source from 2010 onwards. Jersey has the same public holidays as the United Kingdom (England Subdivision) - plus an extra day on 9 May, to mark Liberation Day (ignoring special holidays like the Corn Riots Anniversary in 2021). If a bank holiday is on a sunday, a substitute weekday becomes a bank holiday, normally the following Monday. From 2004 onwards this also applies to saturday. """ country = "JE" observed_label = "%s (substitute day)" # Earliest available piece of law available is from 1952. start_year = 1952 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, JerseyStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) ObservedHolidayBase.__init__(self, *args, **kwargs) def _add_observed(self, dt: date, **kwargs) -> tuple[bool, Optional[date]]: # Prior to 2004, in-lieu are only given for Sundays. # https://www.jerseylaw.je/laws/enacted/Pages/RO-123-2004.aspx kwargs.setdefault( "rule", SUN_TO_NEXT_WORKDAY if dt < date(2004, OCT, 12) else self._observed_rule ) return super()._add_observed(dt, **kwargs) def _populate_public_holidays(self) -> None: # New Year's Day. # Available online source shown that this was celebrated since at least 1952. # Was briefly removed in 1983 only to be added back again before that came to effect. # New Year's Day self._add_observed(self._add_new_years_day("New Year's Day")) # Good Friday self._add_good_friday("Good Friday") # Easter Monday self._add_easter_monday("Easter Monday") # Early May Bank Holiday # This only starts in 1980 (instead of 1978) for Jersey. # The date is not moved in 2020 (unlike in the UK) as there's already VE Day Celebrations. # In 2024 this was called "May Bank Holiday" instead. # Early May bank holiday (first Monday in May) if self._year >= 1980: name = "May Bank Holiday" if self._year == 2024 else "Early May Bank Holiday" if self._year == 1995: self._add_holiday_may_8(name) else: self._add_holiday_1st_mon_of_may(name) # Spring bank holiday # Current Pattern started in 1970 for Jersey. # Spring bank holiday (last Monday in May) if self._year >= 1970: spring_bank_dates = { 2002: (JUN, 4), 2012: (JUN, 4), 2022: (JUN, 2), } name = "Spring Bank Holiday" if self._year in spring_bank_dates: self._add_holiday(name, spring_bank_dates[self._year]) else: self._add_holiday_last_mon_of_may(name) # Whit Monday. # Was in-use prior to Spring bank holiday adoption. if self._year <= 1969: # Whit Monday. self._add_whit_monday("Whit Monday") # Summer Bank Holiday # Current Pattern started in 1970. Was previously first Monday of September for Jersey. # Summer bank holiday (last Monday in August) summer_bank_holiday = "Summer Bank Holiday" if self._year >= 1970: self._add_holiday_last_mon_of_aug(summer_bank_holiday) else: self._add_holiday_1st_mon_of_sep(summer_bank_holiday) # Christmas Day christmas_day = self._add_christmas_day("Christmas Day") # Boxing Day boxing_day = self._add_christmas_day_two("Boxing Day") self._add_observed(christmas_day) self._add_observed(boxing_day) # Jersey exclusive holidays # Liberation Day. # Started in 1952. This has no in-lieus. # Counts as Public Holiday when fall on the weekdays, also on Saturday from 2010 onwards. self._add_observed( # Liberation Day self._add_holiday_may_9("Liberation Day"), rule=SAT_TO_NONE + SUN_TO_NONE if self._year <= 2010 else SUN_TO_NONE, ) class JE(Jersey): pass class JEY(Jersey): pass class JerseyStaticHolidays: """Jersey special holidays. References: * * * * * * * * * * * * * * * * """ # Mostly a direct copy of UnitedKingdomStaticHolidays. # Jersey Specifics: # - Queen Elizabeth II's Royal Visit (1957, 1978, 1989, 2001)* # *2004 one falls on existing Liberation Day. # - 75th VE Day Anniversary (2020) # - 250th Corn Riots/Code of 1771 Anniversary (2021). # Jersey-specific Special Observance # - New Year's Day (1977, 1983, 1994, 2000) # - Boxing Day (1976, 1981, 1982, 1987, 1992, 1993, 1994, 1998, 1999, 2009) # New Year's Day new_years_day_in_lieu = "New Year's Day" # Boxing Day boxing_day_in_lieu = "Boxing Day" # The visit of Her Majesty Queen Elizabeth II. elizabeth_2_royal_visit = "The visit of Her Majesty Queen Elizabeth II" special_public_holidays = { 1957: (JUL, 26, elizabeth_2_royal_visit), 1977: (JUN, 7, "Queen's Silver Jubilee"), 1978: (JUN, 27, elizabeth_2_royal_visit), 1981: (JUL, 29, "Wedding of Charles and Diana"), 1989: (MAY, 25, elizabeth_2_royal_visit), 1999: (DEC, 31, "Millennium Celebrations"), 2001: (JUL, 13, elizabeth_2_royal_visit), 2002: (JUN, 3, "Queen's Golden Jubilee"), # Specially held in 2010 on Sunday for the 65th Anniversary. 2010: (MAY, 9, "Liberation Day"), 2011: (APR, 29, "Wedding of William and Catherine"), 2012: (JUN, 5, "Queen's Diamond Jubilee"), 2020: (MAY, 8, "75th Anniversary of VE Day"), 2021: (SEP, 27, "Corn Riots Anniversary"), 2022: ( (JUN, 3, "Queen's Platinum Jubilee"), (SEP, 19, "Funeral of Her Majesty Queen Elizabeth II"), ), 2023: (MAY, 8, "Coronation of His Majesty King Charles III"), 2024: (JUL, 15, "The visit of His Majesty King Charles III and Queen Camilla"), } special_public_holidays_observed = { 1976: (DEC, 28, boxing_day_in_lieu), 1977: (JAN, 3, new_years_day_in_lieu), 1981: (DEC, 28, boxing_day_in_lieu), 1982: (DEC, 28, boxing_day_in_lieu), 1983: (JAN, 3, new_years_day_in_lieu), 1987: (DEC, 28, boxing_day_in_lieu), 1992: (DEC, 28, boxing_day_in_lieu), 1993: (DEC, 28, boxing_day_in_lieu), 1994: (JAN, 3, new_years_day_in_lieu), 1998: (DEC, 28, boxing_day_in_lieu), 1999: (DEC, 28, boxing_day_in_lieu), 2000: (JAN, 3, new_years_day_in_lieu), 2009: (DEC, 28, boxing_day_in_lieu), } holidays-0.71/holidays/countries/jordan.py000066400000000000000000000062371500152103600207340ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import THU, FRI, SAT from holidays.groups import ChristianHolidays, InternationalHolidays, IslamicHolidays from holidays.holiday_base import HolidayBase class Jordan(HolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays): """Jordan holidays. References: * * """ country = "JO" default_language = "ar" # %s (estimated). estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # The resting days are Friday and Saturday since Jan 6, 2000. # https://archive.wfn.org/2000/01/msg00078.html self.weekend = {THU, FRI} if self._year <= 1999 else {FRI, SAT} # New Year's Day. self._add_new_years_day(tr("رأس السنة الميلادية")) # Labor Day. self._add_labor_day(tr("عيد العمال")) # Independence Day. self._add_holiday_may_25(tr("عيد الإستقلال")) # Christmas Day. self._add_christmas_day(tr("عيد الميلاد المجيد")) # Islamic New Year. self._add_islamic_new_year_day(tr("رأس السنة الهجرية")) # Prophet's Birthday. self._add_mawlid_day(tr("عيد المولد النبوي")) # Isra' and Mi'raj. self._add_isra_and_miraj_day(tr("ليلة المعراج")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("عيد الفطر")) # Eid al-Fitr Holiday. self._add_eid_al_fitr_day_two(tr("عطلة عيد الفطر")) self._add_eid_al_fitr_day_three(tr("عطلة عيد الفطر")) # Arafat Day. self._add_arafah_day(tr("يوم عرفة")) # Eid al-Adha. self._add_eid_al_adha_day(tr("عيد الأضحى")) # Eid al-Adha Holiday. self._add_eid_al_adha_day_two(tr("عطلة عيد الأضحى")) self._add_eid_al_adha_day_three(tr("عطلة عيد الأضحى")) class JO(Jordan): pass class JOR(Jordan): pass holidays-0.71/holidays/countries/kazakhstan.py000066400000000000000000000256031500152103600216140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.calendars.julian import JULIAN_CALENDAR from holidays.groups import ( ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY class Kazakhstan( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays ): """Kazakhstan holidays. References: * * * * Islamic holidays: * [2025](https://en.inform.kz/news/first-day-of-ramadan-to-fall-on-march-1-2025-ca393f/) """ country = "KZ" default_language = "kk" # %s (estimated). estimated_label = tr("%s (бағаланған)") # %s (observed). observed_label = tr("%s (қайта белгіленген демалыс)") # %s (observed, estimated). observed_estimated_label = tr("%s (қайта белгіленген демалыс, бағаланған)") supported_languages = ("en_US", "kk", "uk") # Kazakhstan declared its sovereignty on 25 October 1990. start_year = 1991 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=KazakhstanIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, KazakhstanStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 2002) super().__init__(*args, **kwargs) def _populate_public_holidays(self): dts_observed = set() # New Year's Day. name = tr("Жаңа жыл") dts_observed.add(self._add_new_years_day(name)) dts_observed.add(self._add_new_years_day_two(name)) if self._year >= 2006: # Orthodox Christmas. self._add_christmas_day(tr("Православиелік Рождество")) # International Women's Day. dts_observed.add(self._add_womens_day(tr("Халықаралық әйелдер күні"))) if self._year >= 2002: # Nowruz Holiday. name = tr("Наурыз мейрамы") dts_observed.add(self._add_holiday_mar_22(name)) if self._year >= 2010: dts_observed.add(self._add_holiday_mar_21(name)) dts_observed.add(self._add_holiday_mar_23(name)) # Kazakhstan's People Solidarity Holiday. dts_observed.add(self._add_labor_day(tr("Қазақстан халқының бірлігі мерекесі"))) if self._year >= 2013: # Defender of the Fatherland Day. dts_observed.add(self._add_holiday_may_7(tr("Отан Қорғаушы күні"))) # Victory Day. dt = self._add_world_war_two_victory_day(tr("Жеңіс күні"), is_western=False) if self._year != 2020: dts_observed.add(dt) if self._year >= 2009: # Capital Day. dts_observed.add(self._add_holiday_jul_6(tr("Астана күні"))) if self._year >= 1996: dts_observed.add( # Constitution Day. self._add_holiday_aug_30(tr("Қазақстан Республикасының Конституциясы күні")) ) if 1994 <= self._year <= 2008 or self._year >= 2022: # Republic Day. dts_observed.add(self._add_holiday_oct_25(tr("Республика күні"))) if 2012 <= self._year <= 2021: dts_observed.add( # First President Day. self._add_holiday_dec_1(tr("Қазақстан Республикасының Тұңғыш Президенті күні")) ) # Independence Day. name = tr("Тəуелсіздік күні") dts_observed.add(self._add_holiday_dec_16(name)) if 2002 <= self._year <= 2021: dts_observed.add(self._add_holiday_dec_17(name)) if self.observed: self._populate_observed(dts_observed) if self._year >= 2006: # Eid al-Adha. self._add_eid_al_adha_day(tr("Құрбан айт")) class KZ(Kazakhstan): pass class KAZ(Kazakhstan): pass class KazakhstanIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2006: (JAN, 10), 2007: (DEC, 20), 2008: (DEC, 8), 2009: (NOV, 27), 2010: (NOV, 16), 2011: (NOV, 6), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 4), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 21), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 16), 2025: (JUN, 6), } class KazakhstanStaticHolidays: """Kazakhstan special holidays. References: * [2000](https://adilet.zan.kz/kaz/docs/P000000642%5F) * 2001: * * * * [2002](https://adilet.zan.kz/kaz/docs/P020000466%5F) * 2003: * * * 2005: * * * * 2006: * * * 2007: * * * * * * [2008](https://adilet.zan.kz/kaz/docs/P080000364%5F) * [2009](https://adilet.zan.kz/kaz/docs/P090001936%5F) * 2010: * * * 2011: * * * 2012: * * * * 2013: * * * * [2014](https://adilet.zan.kz/kaz/docs/P1400000365) * [2016](https://adilet.zan.kz/kaz/docs/P1600000067) * [2017](https://adilet.zan.kz/kaz/docs/P1700000005) * [2018](https://adilet.zan.kz/kaz/docs/P1700000864) * [2019](https://adilet.zan.kz/kaz/docs/P1800000888) * [2020](https://adilet.zan.kz/kaz/docs/P1900000820) * [2021](https://adilet.zan.kz/kaz/docs/P2000000930) * [2022](https://adilet.zan.kz/kaz/docs/P2200000796) * [2023](https://adilet.zan.kz/kaz/docs/P2300000326) * [2024](https://adilet.zan.kz/kaz/docs/G24G0000109) * [2025](https://adilet.zan.kz/kaz/docs/G24G0000436) """ # Substituted date format. substituted_date_format = tr("%d.%m.%Y") # Day off (substituted from %s). substituted_label = tr("Демалыс күні (%s бастап ауыстырылды)") special_public_holidays = { 2000: (MAY, 8, MAY, 6), 2001: ( (MAR, 9, MAR, 11), (MAR, 23, MAR, 25), (APR, 30, APR, 28), (DEC, 31, DEC, 29), ), 2002: (MAY, 10, MAY, 12), 2003: ( (MAY, 2, MAY, 4), (DEC, 15, DEC, 13), ), 2005: ( (MAR, 7, MAR, 5), (MAR, 21, MAR, 19), (AUG, 29, AUG, 27), (OCT, 24, OCT, 22), ), 2006: ( (JAN, 11, JAN, 14), (MAY, 8, MAY, 6), ), 2007: ( (MAR, 9, MAR, 11), (MAR, 23, MAR, 25), (AUG, 31, SEP, 2), (OCT, 26, OCT, 28), (DEC, 31, DEC, 29), ), 2008: (MAY, 2, MAY, 4), 2009: (DEC, 18, DEC, 20), 2010: ( (JAN, 8, JAN, 10), (JUL, 5, JUL, 3), ), 2011: ( (MAR, 7, MAR, 5), (AUG, 29, AUG, 27), ), 2012: ( (MAR, 9, MAR, 11), (APR, 30, APR, 28), (DEC, 31, DEC, 29), ), 2013: ( (MAY, 10, MAY, 4), (OCT, 14, OCT, 12), ), 2014: ( (JAN, 3, DEC, 28, 2013), (MAY, 2, MAY, 4), (MAY, 8, MAY, 11), ), 2016: (MAR, 7, MAR, 5), 2017: ( (MAR, 20, MAR, 18), (JUL, 7, JUL, 1), ), 2018: ( (MAR, 9, MAR, 3), (APR, 30, APR, 28), (MAY, 8, MAY, 5), (AUG, 31, AUG, 25), (DEC, 31, DEC, 29), ), 2019: (MAY, 10, MAY, 4), 2020: ( (JAN, 3, JAN, 5), (DEC, 18, DEC, 20), ), 2021: (JUL, 5, JUL, 3), 2022: ( (MAR, 7, MAR, 5), (AUG, 29, AUG, 27), (OCT, 24, OCT, 22), ), 2023: (JUL, 7, JUL, 1), 2024: (MAY, 8, MAY, 4), 2025: (JAN, 3, JAN, 5), } special_public_holidays_observed = { # Victory Day. 2020: (MAY, 8, tr("Жеңіс күні")), } holidays-0.71/holidays/countries/kenya.py000066400000000000000000000203271500152103600205620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomHinduHolidays, _CustomIslamicHolidays from holidays.calendars.gregorian import FEB, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV from holidays.constants import HINDU, ISLAMIC, PUBLIC from holidays.groups import ( ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_WORKDAY class Kenya( ObservedHolidayBase, ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ): """Kenya holidays. References: * * [Public Holidays Act Cap. 110](https://new.kenyalaw.org/akn/ke/act/1912/21/eng@2024-04-26) * [Constitution of Kenya (Art. 9)](https://new.kenyalaw.org/akn/ke/act/2010/constitution/eng@2010-09-03#chp_Two__sec_9) """ country = "KE" default_language = "en_KE" # %s (estimated). estimated_label = tr("%s (estimated)") # %s (observed). observed_label = tr("%s (observed)") # %s (observed, estimated). observed_estimated_label = tr("%s (observed, estimated)") supported_categories = (HINDU, ISLAMIC, PUBLIC) supported_languages = ("en_KE", "en_US", "sw") # Kenya gained independence on December 12, 1963. start_year = 1964 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) HinduCalendarHolidays.__init__(self, cls=KenyaHinduHolidays) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=KenyaIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, cls=KenyaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 1985) super().__init__(*args, **kwargs) def _populate_public_holidays(self): dts_observed = set() # New Year's Day. dts_observed.add(self._add_new_years_day(tr("New Year's Day"))) # Good Friday. self._add_good_friday(tr("Good Friday")) # Easter Monday. self._add_easter_monday(tr("Easter Monday")) # Labor Day. dts_observed.add(self._add_labor_day(tr("Labour Day"))) if self._year >= 2011: # Madaraka Day. dts_observed.add(self._add_holiday_jun_1(tr("Madaraka Day"))) if 1990 <= self._year <= 2009 or self._year >= 2018: if self._year >= 2025: # Mazingira Day. name = tr("Mazingira Day") elif self._year >= 2021: # Utamaduni Day. name = tr("Utamaduni Day") else: # Moi Day. name = tr("Moi Day") dts_observed.add(self._add_holiday_oct_10(name)) dts_observed.add( self._add_holiday_oct_20( # Mashujaa Day. tr("Mashujaa Day") if self._year >= 2011 # Kenyatta Day. else tr("Kenyatta Day") ) ) dts_observed.add( self._add_holiday_dec_12( # Jamhuri Day. tr("Jamhuri Day") if self._year >= 2011 # Independence Day. else tr("Independence Day") ) ) # Christmas Day. dts_observed.add(self._add_christmas_day(tr("Christmas Day"))) # Boxing Day. dts_observed.add(self._add_christmas_day_two(tr("Boxing Day"))) # Eid-al-Fitr. dts_observed.update(self._add_eid_al_fitr_day(tr("Idd-ul-Fitr"))) if self.observed: self._populate_observed(dts_observed) def _populate_hindu_holidays(self): """Additional Hindu public holidays.""" if self._year >= 1984: # Diwali. self._add_diwali(tr("Diwali")) def _populate_islamic_holidays(self): """Additional Islamic public holidays.""" # Eid-al-Adha. self._add_eid_al_adha_day(tr("Idd-ul-Azha")) class KE(Kenya): pass class KEN(Kenya): pass class KenyaHinduHolidays(_CustomHinduHolidays): DIWALI_DATES = { 2014: (OCT, 22), 2015: (NOV, 10), 2016: (OCT, 29), 2017: (OCT, 18), 2018: (NOV, 6), 2019: (OCT, 28), 2020: (NOV, 14), 2021: (NOV, 4), 2022: (OCT, 24), 2023: (NOV, 12), 2024: (OCT, 31), } class KenyaIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2014: (OCT, 6), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 21), 2019: (AUG, 12), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 11), 2023: (JUN, 28), 2024: (JUN, 17), } EID_AL_FITR_DATES = { 2014: (JUL, 29), 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 25), 2021: (MAY, 14), 2022: (MAY, 3), 2023: (APR, 21), 2024: (APR, 10), } class KenyaStaticHolidays: """Kenya special holidays. References: * * * * * * * * * * """ # Election Day. election_day = tr("Election Day") # Inauguration Day. inauguration_day = tr("Inauguration Day") # Day of Mourning for Queen Elizabeth II. mourning_for_queen_elizabeth = tr("Day of Mourning for Queen Elizabeth II") # National Tree Growing Day. national_tree_growing_day = tr("National Tree Growing Day") special_public_holidays = { # Visit of Pope Francis to Kenya. 2015: (NOV, 26, tr("Visit of Pope Francis to Kenya")), 2017: ( (AUG, 8, election_day), (OCT, 25, election_day), (OCT, 26, election_day), (NOV, 28, inauguration_day), ), # President Moi Memorial Day. 2020: (FEB, 11, tr("President Moi Memorial Day")), 2022: ( # State Funeral for Former President Mwai Kibaki. (APR, 29, tr("State Funeral for Former President Mwai Kibaki")), (AUG, 9, election_day), (SEP, 10, mourning_for_queen_elizabeth), (SEP, 11, mourning_for_queen_elizabeth), (SEP, 12, mourning_for_queen_elizabeth), (SEP, 13, inauguration_day), ), 2023: (NOV, 13, national_tree_growing_day), 2024: ( (MAY, 10, national_tree_growing_day), (NOV, 1, inauguration_day), ), } holidays-0.71/holidays/countries/kuwait.py000066400000000000000000000060341500152103600207560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import THU, FRI, SAT from holidays.groups import InternationalHolidays, IslamicHolidays from holidays.holiday_base import HolidayBase class Kuwait(HolidayBase, InternationalHolidays, IslamicHolidays): """Kuwait holidays. References: * * * """ country = "KW" default_language = "ar" # %s (estimated). estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # The resting days are Friday and Saturday since Sep 1, 2007. # https://www.arabnews.com/node/298933 self.weekend = {THU, FRI} if self._year <= 2006 else {FRI, SAT} # New Year's Day. self._add_new_years_day(tr("رأس السنة الميلادية")) # National Day. self._add_holiday_feb_25(tr("اليوم الوطني")) # Liberation Day. self._add_holiday_feb_26(tr("يوم التحرير")) # Islamic New Year. self._add_islamic_new_year_day(tr("رأس السنة الهجرية")) # Prophet's Birthday. self._add_mawlid_day(tr("عيد المولد النبوي")) # Isra' and Mi'raj. self._add_isra_and_miraj_day(tr("ليلة المعراج")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("عيد الفطر")) # Eid al-Fitr Holiday. self._add_eid_al_fitr_day_two(tr("عطلة عيد الفطر")) self._add_eid_al_fitr_day_three(tr("عطلة عيد الفطر")) # Arafat Day. self._add_arafah_day(tr("يوم عرفة")) # Eid al-Adha. self._add_eid_al_adha_day(tr("عيد الأضحى")) # Eid al-Adha Holiday. self._add_eid_al_adha_day_two(tr("عطلة عيد الأضحى")) self._add_eid_al_adha_day_three(tr("عطلة عيد الأضحى")) class KW(Kuwait): pass class KWT(Kuwait): pass holidays-0.71/holidays/countries/kyrgyzstan.py000066400000000000000000000057161500152103600217050ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.julian import JULIAN_CALENDAR from holidays.groups import ChristianHolidays, IslamicHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Kyrgyzstan(HolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays): """Kyrgyzstan holidays. References: * """ country = "KG" def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day("New Year's Day") # Orthodox Christmas. self._add_christmas_day("Christmas Day") # Feb. 23 Fatherland Defender's Day. self._add_holiday_feb_23("Fatherland Defender's Day") # International Women's Day. self._add_womens_day("International Women's Day") # Nooruz Mairamy. self._add_holiday_mar_21("Nooruz Mairamy") if self._year >= 2016: # Day of the People's April Revolution. self._add_holiday_apr_7("Day of the People's April Revolution") # International Workers' Day. self._add_labor_day("International Workers' Day") # Constitution Day. self._add_holiday_may_5("Constitution Day") # Victory Day. self._add_world_war_two_victory_day("Victory Day", is_western=False) # Independence Day. self._add_holiday_aug_31("Independence Day") # Days History and Commemoration of Ancestors. name = "Days of History and Commemoration of Ancestors" self._add_holiday_nov_7(name) self._add_holiday_nov_8(name) # New Year's Eve. self._add_new_years_eve("New Year's Eve") # Islamic Holidays. # Orozo Ait. name = "Orozo Ait" self._add_eid_al_fitr_day(name) self._add_eid_al_fitr_day_two(name) # Kurman Ait. self._add_eid_al_adha_day("Kurman Ait") class KG(Kyrgyzstan): pass class KGZ(Kyrgyzstan): pass holidays-0.71/holidays/countries/laos.py000066400000000000000000000417371500152103600204210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import JAN, APR, JUL from holidays.calendars.thai import KHMER_CALENDAR from holidays.constants import BANK, PUBLIC, SCHOOL, WORKDAY from holidays.groups import InternationalHolidays, ThaiCalendarHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY class Laos(ObservedHolidayBase, InternationalHolidays, StaticHolidays, ThaiCalendarHolidays): """Laos holidays. References: * * [Decree on Holidays No. 386 / Rev. 15.12.2017](https://juristact.weebly.com/uploads/1/0/9/9/109947087/d17_386.pdf) Checked with: * * * * * * * (from 2011 onwards) !!! note "If Public Holiday falls on weekends, (in lieu) on workday" Despite the wording, this usually only applies to Monday only for holidays, consecutive holidays all have their own special in lieu declared separately. As featured in Decree on Holidays No. 386: - Saturdays and Sundays shall be restdays each week. - In-Lieu holidays shall be given if it fall on the weekends. Although in-lieus has been de facto observed since at least 2012. Limitations: - Laotian holidays only works from 1976 onwards, and are only 100% accurate from 2018 onwards. - Laotian Lunar Calendar Holidays only work from 1941 (B.E. 2485) onwards until 2157 (B.E. 2701) as we only have Thai year-type data for cross-checking until then. """ country = "LA" supported_categories = (BANK, PUBLIC, SCHOOL, WORKDAY) default_language = "lo" # %s (in lieu). observed_label = tr("ພັກຊົດເຊີຍ%s") supported_languages = ("en_US", "lo", "th") # Available post-Lao PDR proclamation on Dec 2, 1975. start_year = 1976 def __init__(self, *args, **kwargs): InternationalHolidays.__init__(self) ThaiCalendarHolidays.__init__(self, KHMER_CALENDAR) StaticHolidays.__init__(self, cls=LaosStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 2012) super().__init__(*args, **kwargs) def _populate_bank_holidays(self): # Based on both LSX and BCEL calendar. # ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ # Status: In-Use. # Celebrated the creation of the Bank of the Lao PDR on Oct 7, 1968. # In-Lieus are available in LSX calendar. # Establishment Day of the BOL. self._add_observed(self._add_holiday_oct_7(tr("ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ"))) # ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ # Status: In-Use. # Financial Institution in Laos are closed on last 3 weekdays of the year. # Assume [WEEKDAY] is Dec 31: # - CASE MON: (THU)-(FRI)-MON # - CASE TUE: (FRI)-MON-TUE # - CASE WED: MON-TUE-WED # - CASE THU: TUE-WED-THU # - CASE FRI/SAT/SUN: WED-THU-FRI # Lao Year-End Bank Holiday. name = tr("ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ") last_workday = self._add_holiday( name, self._get_next_workday(self._next_year_new_years_day, -1) ) second_to_last_workday = self._add_holiday(name, self._get_next_workday(last_workday, -1)) self._add_holiday(name, self._get_next_workday(second_to_last_workday, -1)) def _populate_public_holidays(self): # ວັນປີໃໝ່ສາກົນ # Status: In-Use. # New Year's Day. self._add_observed(self._add_new_years_day(tr("ວັນປີໃໝ່ສາກົນ"))) # ວັນແມ່ຍິງສາກົນ # Status: In-Use. # Only acts as day off for Women. # No in-lieus are observed in 2014. # International Women's Rights Day. womens_day = self._add_womens_day(tr("ວັນແມ່ຍິງສາກົນ")) if self._year != 2014: self._add_observed(womens_day) # ບຸນປີໃໝ່ລາວ # Status: In-Use. # Celebrated for 3 days from 14-16 April annualy. # Observed dates prior to 2018 are assigned manually. # Lao New Year's Day. name = tr("ບຸນປີໃໝ່ລາວ") songkran_years_apr_13_15 = {2012, 2017} songkran_years_apr_13_16 = {2016, 2020, 2024} dts_observed = set() if self._year in songkran_years_apr_13_15.union(songkran_years_apr_13_16): dts_observed.add(self._add_holiday_apr_13(name)) dts_observed.add(self._add_holiday_apr_14(name)) dts_observed.add(self._add_holiday_apr_15(name)) if self._year not in songkran_years_apr_13_15: dts_observed.add(self._add_holiday_apr_16(name)) for dt in dts_observed: self._add_observed(dt) # ວັນກຳມະກອນສາກົນ # Status: In-Use. # International Labor Day. self._add_observed(self._add_labor_day(tr("ວັນກຳມະກອນສາກົນ"))) # ວັນເດັກສາກົນ (`PUBLIC`) # Status: Defunct, Still Observed. # Starts as public holiday after Lao PDR joined UN Convention on the # Rights of the Child in 1989 (de-facto start as holiday in 1990). # Became defunct from 2018 onwards. Still accessible in `WORKDAY` category. if 1990 <= self._year <= 2017: # International Children's Day. self._add_childrens_day(tr("ວັນເດັກສາກົນ")) # ວັນຊາດ # Status: In-Use. # Celebrated the establishment of Lao PDR on Dec 2, 1975. # Lao National Day. self._add_observed(self._add_holiday_dec_2(tr("ວັນຊາດ"))) def _populate_school_holidays(self): # Laotian Lunar Calendar Holidays # See `_ThaiLunisolar` in holidays/utils.py for more details. # Unofficial, but observed by schools and most business holidays; # As such, no in lieu observance are in place for these holidays. # Laotian Lunar Calendar Holidays only work from 1941 to 2157. # ວັນບຸນມາຂະບູຊາ # Status: In-Use. # 15th Waxing Day of Month 3. # Also denoted as festival days for Sikhottabong Stupa Festival and # Wat Phou Champasack Festival in BCEL calendar. # Makha Bousa Festival. self._add_makha_bucha(tr("ວັນບຸນມາຂະບູຊາ")) # ວັນບຸນວິສາຂະບູຊາ # Status: In-Use. # 15th Waxing Day of Month 6. # This utilizes Thai calendar as a base, though are calculated to always happen # in the Traditional Visakhamas month (May). # In Laos Calendar, the day after marks the traditional Buddhist Calendar Year change. # Visakha Bousa Festival. self._add_visakha_bucha(tr("ວັນບຸນວິສາຂະບູຊາ")) # ວັນບຸນເຂົ້າພັນສາ # Status: In-Use. # 15th Waxing Day of Month 8 (Asarnha Bucha for Thailand and Cambodia). # Boun Khao Phansa (Begin of Buddhist Lent). self._add_asarnha_bucha(tr("ວັນບຸນເຂົ້າພັນສາ")) # ວັນບຸນຫໍ່ເຂົ້າປະດັບດິນ # Status: In-Use. # 14th Waning Day of Month 9. # Boun Haw Khao Padapdin (Rice Growing Festival). self._add_boun_haw_khao_padapdin(tr("ວັນບຸນຫໍ່ເຂົ້າປະດັບດິນ")) # ວັນບຸນຫໍ່ເຂົ້າສະຫຼາກ # Status: In-Use. # 15th Waxing Day of Month 10. # Boun Haw Khao Salark (Ancestor Festival). self._add_boun_haw_khao_salark(tr("ວັນບຸນຫໍ່ເຂົ້າສະຫຼາກ")) # ວັນບຸນອອກພັນສາ # Status: In-Use. # 15th Waxing Day of Month 11. # Boun Awk Phansa (End of Buddhist Lent). self._add_ok_phansa(tr("ວັນບຸນອອກພັນສາ")) # ວັນບຸນຊ່ວງເຮືອ ນະຄອນຫຼວງວຽງຈັນ # Status: In-Use. # 1st Waning Day of Month 11. # Boun Suang Heua (Vientiane Boat Racing Festival). self._add_boun_suang_heua(tr("ວັນບຸນຊ່ວງເຮືອ ນະຄອນຫຼວງວຽງຈັນ")) # ວັນບຸນທາດຫລວງ # Status: In-Use. # 15th Waxing Day of Month 12. # Boun That Luang Festival. self._add_loy_krathong(tr("ວັນບຸນທາດຫລວງ")) # ວັນຄູແຫ່ງຊາດ # Status: In-Use. # In recognition of First Lao Teacher, Kham, as started in Oct 7, 1994. if self._year >= 1994: # National Teacher Day. self._add_holiday_oct_7(tr("ວັນຄູແຫ່ງຊາດ")) def _populate_workday_holidays(self): # No Public Holidays are issued, though still observed by the government. # ວັນສ້າງຕັ້ງກອງທັບປະຊາຊົນລາວ # Status: In-Use. # Celebrated the creation of the independent Lao army on Jan 20, 1949. # Lao People's Armed Force Day. self._add_holiday_jan_20(tr("ວັນສ້າງຕັ້ງກອງທັບປະຊາຊົນລາວ")) # ວັນສ້າງຕັ້ງສະຫະພັນກໍາມະບານລາວ # Status: In-Use. # Celebrated the creation of Lao Federation of Trade Unions on Feb 1, 1966. # Lao Federation of Trade Union's Day. self._add_holiday_feb_1(tr("ວັນສ້າງຕັ້ງສະຫະພັນກໍາມະບານລາວ")) # ວັນສ້າງຕັ້ງພັກປະຊາຊົນປະຕິວັດລາວ # Status: In-Use. # Celebrated the creation of the Lao People's Revolutionary Party on Mar 22, 1955. # Establishment Day of the Lao People's Revolutionary Party. self._add_holiday_mar_22(tr("ວັນສ້າງຕັ້ງພັກປະຊາຊົນປະຕິວັດລາວ")) # ວັນສ້າງຕັ້ງສູນກາງຊາວໜຸ່ມປະຊາຊົນປະຕິວັດລາວ # Status: In-Use. # Celebrated the creation of the Lao People's Revolutionary Youth Union on Apr 14, 1955. # Lao People's Revolutionary Youth Union Day. self._add_holiday_apr_14(tr("ວັນສ້າງຕັ້ງສູນກາງຊາວໜຸ່ມປະຊາຊົນປະຕິວັດລາວ")) # ວັນເດັກສາກົນ (`WORKDAY`) # Status: Defunct, Still Observed. # Starts as public holiday after Lao PDR joined UN Convention on the # Rights of the Child in 1989 (de-facto start as holiday in 1990). # Became defunct from 2018 onwards. Still accessible in `WORKDAY` category. if self._year >= 2018: # International Children's Day. self._add_childrens_day(tr("ວັນເດັກສາກົນ")) # ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ # Status: In-Use. # Assumed to first observed in 1989 following the National Forestry Conference in May. if self._year >= 1989: # National Arbor Day. self._add_holiday_jun_1(tr("ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ")) # ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ # Status: In-Use. # Celebrated President Souphanouvong's Birthday Anniversary on Jul 13, 1909. # President Souphanouvong's Birthday. self._add_holiday_jul_13(tr("ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ")) # ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ # Status: In-Use. # First designated in 1997 to concide with Souphanouvong's Birthday anniversary. if self._year >= 1997: # The National Day for Wildlife and Aquatic Animal Conservation. self._add_holiday_jul_13(tr("ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ")) # ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ # Status: In-Use. # Celebrated the creation of Lao Women's Union on Jul 20, 1955. # Establishment Day of the Lao Women's Union. self._add_holiday_jul_20(tr("ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ")) # ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ # Status: In-Use. # Celebrated the creation of LPRP's Party Newspaper on Aug 13, 1950. # Lao National Mass Media and Publishing Day. self._add_holiday_aug_13(tr("ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ")) # ວັນລັດຖະທໍາມະນູນແຫ່ງຊາດ # Status: In-Use. # Celebrated the adoption of the 1991 Constitution on Aug 15, 1991. if self._year >= 1991: # Lao National Constitution Day. self._add_holiday_aug_15(tr("ວັນລັດຖະທໍາມະນູນແຫ່ງຊາດ")) # ວັນຍຶດອຳນາດທົ່ວປະເທດ # Status: In-Use. # Celebrated the Liberation of Vientiane by Pathet Lao forces on Aug 23, 1975. # National Uprising Day. self._add_holiday_aug_23(tr("ວັນຍຶດອຳນາດທົ່ວປະເທດ")) # ວັນປະກາດເອກະລາດ # Status: In-Use. # Celebrated the Declaration of Independence on Oct 12, 1945. # Indepedence Declaration Day. self._add_holiday_oct_12(tr("ວັນປະກາດເອກະລາດ")) # ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ໄກສອນ ພົມວິຫານ # Status: In-Use. # Celebrated President Kaysone Phomvihane's Birthday Anniversary on Dec 13, 1920. if self._year >= 1991: # President Kaysone Phomvihane's Birthday. self._add_holiday_dec_13(tr("ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ໄກສອນ ພົມວິຫານ")) class LA(Laos): pass class LAO(Laos): pass class LaosStaticHolidays: # Special Cases. # Special Bank Holiday. special_bank_day_off = tr("ມື້ປິດການໃຫ້ບໍລິການຂອງທະນາຄານຕົວແທນ") # International Women's Rights Day. international_womens_rights_day = tr("ວັນແມ່ຍິງສາກົນ") # Lao New Year's Day. lao_new_year = tr("ບຸນປີໃໝ່ລາວ") # Lao New Year's Day (Special). lao_new_year_special = tr("ພັກບຸນປີໃໝ່ລາວ") # Establishment Day of the Lao Women's Union. lao_womens_union = tr("ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ") special_bank_holidays = { 2015: (JAN, 2, special_bank_day_off), } special_public_holidays = { 2015: (APR, 17, lao_new_year_special), } special_public_holidays_observed = { 2011: (APR, 13, lao_new_year), 2020: (APR, 17, lao_new_year), } special_workday_holidays_observed = { 2019: (JUL, 22, lao_womens_union), } holidays-0.71/holidays/countries/latvia.py000066400000000000000000000101111500152103600207210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import MAY, JUL, SEP from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_MON class Latvia(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Latvia holidays. References: * * * """ country = "LV" default_language = "lv" # %s (observed). observed_label = tr("%s (brīvdiena)") supported_languages = ("en_US", "lv", "uk") start_year = 1990 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, LatviaStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Jaunais Gads")) # Good Friday. self._add_good_friday(tr("Lielā Piektdiena")) # Easter Sunday. self._add_easter_sunday(tr("Lieldienas")) # Easter Monday. self._add_easter_monday(tr("Otrās Lieldienas")) # Labor Day. self._add_labor_day(tr("Darba svētki")) if self._year >= 2002: # Restoration of Independence Day. dt = self._add_holiday_may_4(tr("Latvijas Republikas Neatkarības atjaunošanas diena")) if self._year >= 2008: self._add_observed(dt) # Mother's Day. self._add_holiday_2nd_sun_of_may(tr("Mātes diena")) # Midsummer Eve. self._add_holiday_jun_23(tr("Līgo diena")) # Midsummer Day. self._add_saint_johns_day(tr("Jāņu diena")) # Republic of Latvia Proclamation Day. dt = self._add_holiday_nov_18(tr("Latvijas Republikas proklamēšanas diena")) if self._year >= 2007: self._add_observed(dt) if self._year >= 2007: # Christmas Eve. self._add_christmas_eve(tr("Ziemassvētku vakars")) # Christmas Day. self._add_christmas_day(tr("Ziemassvētki")) # Second Day of Christmas. self._add_christmas_day_two(tr("Otrie Ziemassvētki")) # New Year's Eve. self._add_new_years_eve(tr("Vecgada vakars")) class LV(Latvia): pass class LVA(Latvia): pass class LatviaStaticHolidays: # General Latvian Song and Dance Festival closing day. song_and_dance_festival_closing_day = tr( "Vispārējo latviešu Dziesmu un deju svētku noslēguma dienu" ) # Day of His Holiness Pope Francis' pastoral visit to Latvia. pope_francis_pastoral_visit_day = tr( "Viņa Svētības pāvesta Franciska pastorālās vizītes Latvijā diena" ) # Day the Latvian hockey team won the bronze medal at the 2023 World Ice Hockey Championship. hockey_team_win_bronze_medal_day = tr( "Diena, kad Latvijas hokeja komanda ieguva bronzas medaļu 2023. gada " "Pasaules hokeja čempionātā" ) special_public_holidays = { 2018: ( (JUL, 9, song_and_dance_festival_closing_day), (SEP, 24, pope_francis_pastoral_visit_day), ), 2023: ( (MAY, 29, hockey_team_win_bronze_medal_day), (JUL, 10, song_and_dance_festival_closing_day), ), } holidays-0.71/holidays/countries/lesotho.py000066400000000000000000000052051500152103600211260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import MAY from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Lesotho(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Lesotho holidays. References: * * * """ country = "LS" start_year = 1996 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, LesothoStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day("New Year's Day") # Moshoeshoe's Day. self._add_holiday_mar_11("Moshoeshoe's Day") if self._year <= 2002: # Heroes Day. self._add_holiday_apr_4("Heroes Day") if self._year >= 2003: # Africa/Heroes Day. self._add_africa_day("Africa/Heroes Day") # Good Friday. self._add_good_friday("Good Friday") # Easter Monday. self._add_easter_monday("Easter Monday") # Workers' Day. self._add_labor_day("Workers' Day") # Ascension Day. self._add_ascension_thursday("Ascension Day") # https://en.wikipedia.org/wiki/Letsie_III # King's Birthday. name = "King's Birthday" if self._year >= 1998: self._add_holiday_jul_17(name) else: self._add_holiday_may_2(name) # Independence Day. self._add_holiday_oct_4("Independence Day") # Christmas Day. self._add_christmas_day("Christmas Day") # Boxing Day. self._add_christmas_day_two("Boxing Day") class LS(Lesotho): pass class LSO(Lesotho): pass class LesothoStaticHolidays: special_public_holidays = { 2002: (MAY, 25, "Africa Day"), } holidays-0.71/holidays/countries/liechtenstein.py000066400000000000000000000062511500152103600223110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.constants import BANK, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Liechtenstein(HolidayBase, ChristianHolidays, InternationalHolidays): """Liechtenstein holidays. References: * * """ country = "LI" default_language = "de" supported_categories = (BANK, PUBLIC) supported_languages = ("de", "en_US", "uk") def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Neujahr")) # Epiphany. self._add_epiphany_day(tr("Heilige Drei Könige")) # Candlemas. self._add_candlemas(tr("Mariä Lichtmess")) # Saint Joseph's Day. self._add_saint_josephs_day(tr("Josefstag")) # Easter Sunday. self._add_easter_sunday(tr("Ostersonntag")) # Easter Monday. self._add_easter_monday(tr("Ostermontag")) # Labor Day. self._add_labor_day(tr("Tag der Arbeit")) # Ascension Day. self._add_ascension_thursday(tr("Auffahrt")) # Whit Sunday. self._add_whit_sunday(tr("Pfingstsonntag")) # Whit Monday. self._add_whit_monday(tr("Pfingstmontag")) # Corpus Christi. self._add_corpus_christi_day(tr("Fronleichnam")) # National Day. self._add_assumption_of_mary_day(tr("Staatsfeiertag")) # Nativity of Mary. self._add_nativity_of_mary_day(tr("Mariä Geburt")) # All Saints' Day. self._add_all_saints_day(tr("Allerheiligen")) # Immaculate Conception. self._add_immaculate_conception_day(tr("Mariä Empfängnis")) # Christmas Day. self._add_christmas_day(tr("Weihnachten")) # Saint Stephen's Day. self._add_christmas_day_two(tr("Stephanstag")) def _populate_bank_holidays(self): # Saint Berchtold's Day. self._add_new_years_day_two(tr("Berchtoldstag")) # Shrove Tuesday. self._add_carnival_tuesday(tr("Fasnachtsdienstag")) # Good Friday. self._add_good_friday(tr("Karfreitag")) # Christmas Eve. self._add_christmas_eve(tr("Heiligabend")) # New Year's Eve. self._add_new_years_eve(tr("Silvester")) class LI(Liechtenstein): pass class LIE(Liechtenstein): pass holidays-0.71/holidays/countries/lithuania.py000066400000000000000000000061071500152103600214310ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Lithuania(HolidayBase, ChristianHolidays, InternationalHolidays): """Lithuania holidays. References: * * """ country = "LT" default_language = "lt" supported_languages = ("en_US", "lt", "uk") start_year = 1990 def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self) -> None: # New Year's Day. self._add_new_years_day(tr("Naujųjų metų diena")) # Day of Restoration of the State of Lithuania. self._add_holiday_feb_16(tr("Lietuvos valstybės atkūrimo diena")) # Day of Restoration of Independence of Lithuania. self._add_holiday_mar_11(tr("Lietuvos nepriklausomybės atkūrimo diena")) # Easter Sunday. self._add_easter_sunday(tr("Šv. Velykos")) # Easter Monday. self._add_easter_monday(tr("Antroji šv. Velykų diena")) # International Workers' Day. self._add_labor_day(tr("Tarptautinė darbo diena")) # Mother's Day. self._add_holiday_1st_sun_of_may(tr("Motinos diena")) # Father's Day. self._add_holiday_1st_sun_of_jun(tr("Tėvo diena")) if self._year >= 2003: # Day of Dew and Saint John. self._add_saint_johns_day(tr("Rasos ir Joninių diena")) if self._year >= 1991: self._add_holiday_jul_6( # Statehood Day. tr("Valstybės (Lietuvos karaliaus Mindaugo karūnavimo) ir Tautiškos giesmės diena") ) # Assumption Day. self._add_assumption_of_mary_day(tr("Žolinė (Švč. Mergelės Marijos ėmimo į dangų diena)")) # All Saints' Day. self._add_all_saints_day(tr("Visų Šventųjų diena")) if self._year >= 2020: # All Souls' Day. self._add_all_souls_day(tr("Mirusiųjų atminimo (Vėlinių) diena")) # Christmas Eve. self._add_christmas_eve(tr("Kūčių diena")) # Christmas Day. self._add_christmas_day(tr("Šv. Kalėdų pirma diena")) # Second Day of Christmas. self._add_christmas_day_two(tr("Šv. Kalėdų antra diena")) class LT(Lithuania): pass class LTU(Lithuania): pass holidays-0.71/holidays/countries/luxembourg.py000066400000000000000000000042331500152103600216420ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Luxembourg(HolidayBase, ChristianHolidays, InternationalHolidays): """Luxembourg holidays. References: * """ country = "LU" default_language = "lb" supported_languages = ("de", "en_US", "fr", "lb", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Neijoerschdag")) # Easter Monday. self._add_easter_monday(tr("Ouschterméindeg")) # Labor Day. self._add_labor_day(tr("Dag vun der Aarbecht")) if self._year >= 2019: # Europe Day. self._add_europe_day(tr("Europadag")) # Ascension Day. self._add_ascension_thursday(tr("Christi Himmelfaart")) # Whit Monday. self._add_whit_monday(tr("Péngschtméindeg")) # National Day. self._add_holiday_jun_23(tr("Nationalfeierdag")) # Assumption Day. self._add_assumption_of_mary_day(tr("Léiffrawëschdag")) # All Saints' Day. self._add_all_saints_day(tr("Allerhellgen")) # Christmas Day. self._add_christmas_day(tr("Chrëschtdag")) # Saint Stephen's Day. self._add_christmas_day_two(tr("Stiefesdag")) class LU(Luxembourg): pass class LUX(Luxembourg): pass holidays-0.71/holidays/countries/macau.py000066400000000000000000000450621500152103600205440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import FEB, SEP, OCT, DEC from holidays.constants import GOVERNMENT, MANDATORY, PUBLIC from holidays.groups import ( ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ( ObservedHolidayBase, SUN_TO_NEXT_WORKDAY, SAT_SUN_TO_NEXT_WORKDAY, ) class Macau( ObservedHolidayBase, ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, StaticHolidays, ): """Macau holidays. References: * [Decreto-Lei n.º 4/82/M](https://bo.io.gov.mo/bo/i/82/04/declei04.asp) * [Decreto-Lei n.º 38/87/M](https://bo.io.gov.mo/bo/i/87/25/declei38.asp) * [Decreto-Lei n.º 15/93/M](https://bo.io.gov.mo/bo/i/93/17/declei15.asp) * [Decreto-Lei n.º 7/97/M](https://bo.io.gov.mo/bo/i/97/11/declei07.asp) * [Portaria n.º 85/97/M](https://bo.io.gov.mo/bo/i/97/15/port85.asp) * [Portaria n.º 242/98/M](https://bo.io.gov.mo/bo/i/98/48/port242.asp) * [Regulamento Administrativo n.º 4/1999](https://bo.io.gov.mo/bo/i/1999/01/regadm04.asp) * [Regulamento Administrativo n.º 5/1999](https://bo.io.gov.mo/bo/i/1999/01/regadm05.asp) * [Ordem Executiva n.º 60/2000](https://bo.io.gov.mo/bo/i/2000/40/ordem60.asp) * [Lei n.º 27/2024](https://bo.io.gov.mo/bo/i/2025/01/lei27.asp#an2l63) Mandatory Holidays References: * [Decreto-Lei n.º 101/84/M](https://bo.io.gov.mo/bo/i/84/35/declei101.asp) * [Decreto-Lei n.º 24/89/M](https://bo.io.gov.mo/bo/i/89/14/declei24.asp) * [Lei n.º 8/2000](https://bo.io.gov.mo/bo/i/2000/19/lei08.asp) * [Lei n.º 7/2008](https://bo.io.gov.mo/bo/i/2008/33/lei07.asp) Cross-Checking: * [Public Holidays for 2017–2025](https://www.gov.mo/en/public-holidays/year-2017/) * [Public Holidays for 2005-2018](https://web.archive.org/web/20171207162948/http://portal.gov.mo/web/guest/info_detail?infoid=1887061) * [Mandatory Holidays for 2009-2029](https://www.dsal.gov.mo/pt/standard/holiday_table.html) """ country = "MO" default_language = "zh_MO" subdivisions = ( "I", # Ilhas. "M", # Macau. ) subdivisions_aliases = { # Municipalities. "Concelho das Ilhas": "I", "海島市": "I", "海岛市": "I", "Concelho de Macau": "M", "澳門市": "M", "澳门市": "M", } supported_categories = (GOVERNMENT, MANDATORY, PUBLIC) supported_languages = ("en_MO", "en_US", "pt_MO", "th", "zh_CN", "zh_MO") # Decreto-Lei n.º 4/82/M. start_year = 1982 def __init__(self, *args, **kwargs): ChineseCalendarHolidays.__init__(self) ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, MacauStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) # Systemic in-lieus starts in 2011. kwargs.setdefault("observed_since", 2011) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("元旦")) # Chinese New Year's Day. self._add_chinese_new_years_day(tr("農曆正月初一")) # The second day of Chinese New Year. self._add_chinese_new_years_day_two(tr("農曆正月初二")) # The third day of Chinese New Year. self._add_chinese_new_years_day_three(tr("農曆正月初三")) # Tomb-Sweeping Day. self._add_qingming_festival(tr("清明節")) # Regulamento Administrativo n.º 4/1999 - Name changed in Chinese for Good Friday. name = ( # Good Friday. tr("耶穌受難日") if self._year >= 2000 # Good Friday. else tr("聖周星期五") ) self._add_good_friday(name) # Regulamento Administrativo n.º 4/1999 - Name changed to The Day before Easter. name = ( # The Day before Easter. tr("復活節前日") if self._year >= 2000 # Holy Saturday. else tr("聖周星期六") ) self._add_holy_saturday(name) # Labor Day. self._add_labor_day(tr("勞動節")) # Dragon Boat Festival. self._add_dragon_boat_festival(tr("端午節")) # Double Ninth Festival. self._add_double_ninth_festival(tr("重陽節")) # The Day following Mid-Autumn Festival. self._add_mid_autumn_festival_day_two(tr("中秋節翌日")) # National Day of the People's Republic of China. self._add_holiday_oct_1(tr("中華人民共和國國慶日")) # All Soul's Day. self._add_all_souls_day(tr("追思節")) # Immaculate Conception. self._add_immaculate_conception_day(tr("聖母無原罪瞻禮")) # Regulamento Administrativo n.º 4/1999 - Moved from DEC 22 to DEC 21. # Ordem Executiva n.º 60/2000 - Switched to Movable. # Winter Solstice. name = tr("冬至") if self._year >= 2001: self._add_dongzhi_festival(name) elif self._year == 2000: self._add_holiday_dec_21(name) else: self._add_holiday_dec_22(name) # Portaria n.º 242/98/M - Name changed in Chinese for Christmas Eve. # Regulamento Administrativo n.º 4/1999 - Further Chinese name standardization. if self._year >= 2000: # Christmas Eve. name = tr("聖誕節前日") elif self._year == 1999: # Christmas Eve. name = tr("聖誕節前夕") else: # Christmas Eve. name = tr("聖誕前夕") self._add_christmas_eve(name) # Portaria n.º 242/98/M - Name changed in Chinese for Christmas Day. name = ( # Christmas Day. tr("聖誕節") if self._year >= 1999 # Christmas Day. else tr("聖誕") ) self._add_christmas_day(name) # Decreto-Lei n.º 38/87/M - Removed Assumption Day and All Saints' Day as Public Holiday. if self._year <= 1986: # Assumption Day. self._add_assumption_of_mary_day(tr("聖母升天")) # All Saints' Day. self._add_all_saints_day(tr("諸聖節")) # Decreto-Lei n.º 38/87/M - Removed Corpus Christi as Public Holiday. if self._year <= 1987: # Corpus Christi. self._add_corpus_christi_day(tr("基督聖體聖血節")) # Portaria n.º 242/98/M - De Facto adds Macao S.A.R. Establishment Day on DEC 20 for 1999. # Regulamento Administrativo n.º 5/1999 - Special Name for 1999 (see StaticHolidays). # Ordem Executiva n.º 60/2000 - Removed all Portugal-derived holidays. # - Adds The Buddha's Birthday. # - Adds The day following National Day of the PRC on OCT 2. # - Adds "Anniversary of " to Macao S.A.R. holiday in Chinese. if self._year <= 1999: # Freedom Day. self._add_holiday_apr_25(tr("自由日")) # Day of Portugal, Camões, and the Portuguese Communities. self._add_holiday_jun_10(tr("葡國日、賈梅士日暨葡僑日")) # Republic Day. self._add_holiday_oct_5(tr("葡萄牙共和國國慶日")) # Restoration of Independence Day. self._add_holiday_dec_1(tr("恢復獨立紀念日")) else: # The Buddha's Birthday. self._add_chinese_birthday_of_buddha(tr("佛誕節")) # The day following National Day of the People's Republic of China. self._add_holiday_oct_2(tr("中華人民共和國國慶日翌日")) # Macao S.A.R. Establishment Day. self._add_holiday_dec_20(tr("澳門特別行政區成立紀念日")) def _populate_mandatory_holidays(self): """ Decreto-Lei n.º 101/84/M - Earliest Available Version Online. Decreto-Lei n.º 24/89/M - Added Ching Ming Festival. Lei n.º 8/2000 - Removed Day of Portugal - Added Macao S.A.R. Establishment Day. - Moved Mid-Autumn to Day following Mid-Autumn to match Public Holidays. Lei n.º 7/2008 - Consolidated with other laws, reaffirming 2000 Amendment list. """ if self._year <= 1984: return None # New Year's Day. self._add_new_years_day(tr("元旦")) # Chinese New Year's Day. self._add_chinese_new_years_day(tr("農曆正月初一")) # The second day of Chinese New Year. self._add_chinese_new_years_day_two(tr("農曆正月初二")) # The third day of Chinese New Year. self._add_chinese_new_years_day_three(tr("農曆正月初三")) # Labor Day. self._add_labor_day(tr("勞動節")) # Double Ninth Festival. self._add_double_ninth_festival(tr("重陽節")) # National Day of the People's Republic of China. self._add_holiday_oct_1(tr("中華人民共和國國慶日")) # Decreto-Lei n.º 24/89/M - Adds Ching Ming as a Mandatory Holiday. if self._year >= 1989: # Tomb-Sweeping Day. self._add_qingming_festival(tr("清明節")) # Lei n.º 8/2000 - Removed Day of Portugal as a Mandatory Holiday. # - Changed observance from Mid-Autumn to the following day. # - Adds Macao S.A.R. Establishment Day as a Mandatory Holiday. if self._year <= 1999: # Day of Portugal, Camões, and the Portuguese Communities. self._add_holiday_jun_10(tr("葡國日、賈梅士日暨葡僑日")) # Mid-Autumn Festival. self._add_mid_autumn_festival(tr("中秋節")) else: # The Day following Mid-Autumn Festival. self._add_mid_autumn_festival_day_two(tr("中秋節翌日")) # Macao S.A.R. Establishment Day. self._add_holiday_dec_20(tr("澳門特別行政區成立紀念日")) def _populate_government_holidays(self): # While Cross-Checking References are available for from 2005-2025, # SUN in-lieus starts in 2011; SAT-SUN in-lieus starts in 2012. if self._year <= 2004: return None dts_observed = set() # %s (Afternoon). begin_time_label = self.tr("%s(下午)") # New Year's Day. dts_observed.add(self._add_new_years_day(tr("元旦"))) if self._year not in {2006, 2007, 2009, 2010, 2012, 2013, 2016, 2023}: # Chinese New Year's Eve. self._add_chinese_new_years_eve(begin_time_label % self.tr("農曆除夕")) if self._year in {2006, 2007, 2010, 2013, 2014, 2017, 2018}: # The fourth day of Chinese New Year. self._add_chinese_new_years_day_four(tr("農曆正月初四")) if self._year in {2014, 2015, 2017, 2018}: # The fifth day of Chinese New Year. self._add_chinese_new_years_day_five(tr("農曆正月初五")) if self._year >= 2019: # Chinese New Year's Day. dts_observed.add(self._add_chinese_new_years_day(tr("農曆正月初一"))) # The second day of Chinese New Year. dts_observed.add(self._add_chinese_new_years_day_two(tr("農曆正月初二"))) # The third day of Chinese New Year. dts_observed.add(self._add_chinese_new_years_day_three(tr("農曆正月初三"))) # The Day before Easter. dts_observed.add(self._add_holy_saturday(tr("復活節前日"))) # Tomb-Sweeping Day. dts_observed.add(self._add_qingming_festival(tr("清明節"))) # Labor Day. dts_observed.add(self._add_labor_day(tr("勞動節"))) # The Buddha's Birthday. dts_observed.add(self._add_chinese_birthday_of_buddha(tr("佛誕節"))) # Dragon Boat Festival. dts_observed.add(self._add_dragon_boat_festival(tr("端午節"))) # The Day following Mid-Autumn Festival. dts_observed.add(self._add_mid_autumn_festival_day_two(tr("中秋節翌日"))) # Double Ninth Festival. dts_observed.add(self._add_double_ninth_festival(tr("重陽節"))) # National Day of the People's Republic of China. dts_observed.add(self._add_holiday_oct_1(tr("中華人民共和國國慶日"))) # The day following National Day of the People's Republic of China. dts_observed.add(self._add_holiday_oct_2(tr("中華人民共和國國慶日翌日"))) # All Soul's Day. dts_observed.add(self._add_all_souls_day(tr("追思節"))) # Immaculate Conception. dts_observed.add(self._add_immaculate_conception_day(tr("聖母無原罪瞻禮"))) # Macao S.A.R. Establishment Day. dts_observed.add(self._add_holiday_dec_20(tr("澳門特別行政區成立紀念日"))) # Winter Solstice. dts_observed.add(self._add_dongzhi_festival(tr("冬至"))) # Christmas Eve. dts_observed.add(self._add_christmas_eve(tr("聖誕節前日"))) # Christmas Day. dts_observed.add(self._add_christmas_day(tr("聖誕節"))) # 2012's Full-Day New Year's Eve is declared discretely. if self._year >= 2007 and self._year not in {2011, 2012, 2016, 2017, 2022, 2023}: # New Year's Eve. self._add_new_years_eve(begin_time_label % self.tr("除夕")) if self.observed: self.observed_label = ( # Compensatory rest day for %s. self.tr("%s的補假") if self._year >= 2020 # The first working day after %s. else self.tr("%s後首個工作日") ) # Prior to 2012, in-lieus are only given for holidays which falls on Sunday. self._observed_rule = ( SUN_TO_NEXT_WORKDAY if self._year <= 2011 else SAT_SUN_TO_NEXT_WORKDAY ) self._populate_observed(dts_observed, multiple=True) def _populate_subdiv_i_public_holidays(self): # Decreto-Lei n.º 15/93/M - Moved Day of the Municipality of Ilhas from JUL 13 to NOV 30. # Regulamento Administrativo n.º 4/1999 - Removed as a Public Holiday. if self._year <= 1999: # Day of the Municipality of Ilhas. name = tr("海島市日") if self._year <= 1992: self._add_holiday_nov_30(name) else: self._add_holiday_jul_13(name) def _populate_subdiv_m_public_holidays(self): # Regulamento Administrativo n.º 4/1999 - Removed Macau City Day as a Public Holiday. if self._year <= 1999: # Macau City Day. self._add_holiday_jun_24(tr("澳門市日")) class MO(Macau): pass class MAC(Macau): pass class MacauStaticHolidays: """Macau special holidays. Special Public and Government Holidays: * Special Mandatory Holidays: * Cross-Checking: * [Public Holidays for 2017–2025](https://www.gov.mo/en/public-holidays/year-2017/) * [Public Holidays for 2005-2018](https://web.archive.org/web/20171207162948/http://portal.gov.mo/web/guest/info_detail?infoid=1887061) """ # Additional Public Holiday. name_fullday = tr("額外公眾假期") # Additional Half-Day Public Holiday. name_halfday = tr("額外公眾半日假") # 70th Anniversary of the Victory of the Chinese People's War of Resistance against # Japanese Aggression and the World Anti-Fascist War. name_70th_war_of_resistance = tr("中國人民抗日戰爭暨世界反法西斯戰爭勝利七十周年紀念日") # Overlapping of the Day following National Day of the People's Republic of China # and the Day following Mid-Autumn Festival. name_mid_autumn_festival_day_2_national_day_2_overlap = tr( "中華人民共和國國慶日翌日及中秋節翌日重疊" ) # Overlapping of the Day following National Day of the People's Republic of China # and the Double Ninth Festival. name_double_ninth_festival_national_day_2_overlap = tr("中華人民共和國國慶日翌日及重陽節重疊") # Overlapping of the National Day of the People's Republic of China # and the Day following Mid-Autumn Festival. name_mid_autumn_festival_day_2_national_day_overlap = tr( "中華人民共和國國慶日及中秋節翌日重疊" ) # New Year's Eve. name_new_years_eve = tr("除夕") special_government_holidays = { # Additional Government Holiday. 2008: (DEC, 22, tr("額外政府假期")), 2012: ( (OCT, 3, name_mid_autumn_festival_day_2_national_day_overlap), (DEC, 31, name_new_years_eve), ), 2014: (OCT, 3, name_double_ninth_festival_national_day_2_overlap), 2020: (OCT, 5, name_mid_autumn_festival_day_2_national_day_2_overlap), } special_mandatory_holidays = { 2015: (SEP, 3, name_70th_war_of_resistance), } special_public_holidays = { 1998: ( (DEC, 23, name_fullday), (DEC, 31, name_halfday), ), 1999: ( (FEB, 15, name_fullday), # The Handover of Macau to China and the Establishment of the Macau # Special Administrative Region of the People's Republic of China. (DEC, 20, tr("澳門回歸祖國暨中華人民共和國澳門特別行政區成立日")), # The day following the Handover of Macau to China and the Establishment of the Macau # Special Administrative Region of the People's Republic of China. (DEC, 21, tr("澳門回歸祖國暨中華人民共和國澳門特別行政區成立日翌日")), (DEC, 31, name_halfday), ), 2000: (FEB, 4, name_halfday), 2015: (SEP, 3, name_70th_war_of_resistance), } holidays-0.71/holidays/countries/madagascar.py000066400000000000000000000060071500152103600215350ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import MAY, SUN, _timedelta, _get_nth_weekday_of_month from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Madagascar(HolidayBase, ChristianHolidays, InternationalHolidays): """Madagascar holidays. References: * * """ country = "MG" default_language = "mg" supported_languages = ("en_US", "mg", "uk") start_year = 1947 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Taom-baovao")) # Women's Day. self._add_womens_day(tr("Fetin'ny vehivavy")) # Martyrs' Day. self._add_holiday_mar_29(tr("Fetin'ny mahery fo")) # Easter Sunday. self._add_easter_sunday(tr("Fetin'ny paska")) # Easter Monday. self._add_easter_monday(tr("Alatsinain'ny paska")) # Labor Day. self._add_labor_day(tr("Fetin'ny asa")) # Ascension Day. self._add_ascension_thursday(tr("Fiakaran'ny Jesosy kristy tany an-danitra")) # Whit Sunday. whit_sunday = self._add_whit_sunday(tr("Pentekosta")) # Whit Monday. self._add_whit_monday(tr("Alatsinain'ny pentekosta")) last_sun_of_may = _get_nth_weekday_of_month(-1, SUN, MAY, self._year) self._add_holiday( # Mother's Day. tr("Fetin'ny reny"), _timedelta(last_sun_of_may, +7) if last_sun_of_may == whit_sunday else last_sun_of_may, ) # Father's Day. self._add_holiday_3rd_sun_of_jun(tr("Fetin'ny ray")) if self._year >= 1960: # Independence Day. self._add_holiday_jun_26(tr("Fetin'ny fahaleovantena")) # Assumption Day. self._add_assumption_of_mary_day(tr("Fiakaran'ny Masina Maria tany an-danitra")) # All Saints' Day. self._add_all_saints_day(tr("Fetin'ny olo-masina")) if self._year >= 2011: # Republic Day. self._add_holiday_dec_11(tr("Fetin'ny Repoblika")) # Christmas Day. self._add_christmas_day(tr("Fetin'ny noely")) class MG(Madagascar): pass class MDG(Madagascar): pass holidays-0.71/holidays/countries/malawi.py000066400000000000000000000041711500152103600207240ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SAT_SUN_TO_NEXT_MON, SAT_SUN_TO_NEXT_MON_TUE, ) class Malawi(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Malawi holidays. References: * * """ country = "MW" observed_label = "%s (observed)" start_year = 2000 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): self._add_observed(self._add_new_years_day("New Year's Day")) self._add_observed(self._add_holiday_jan_15("John Chilembwe Day")) self._add_observed(self._add_holiday_mar_3("Martyrs Day")) self._add_good_friday("Good Friday") self._add_easter_monday("Easter Monday") self._add_observed(self._add_labor_day("Labour Day")) self._add_observed(self._add_holiday_may_14("Kamuzu Day")) self._add_observed(self._add_holiday_jul_6("Independence Day")) self._add_observed(self._add_holiday_oct_15("Mother's Day")) self._add_observed(self._add_christmas_day("Christmas Day"), rule=SAT_SUN_TO_NEXT_MON_TUE) self._add_observed(self._add_christmas_day_two("Boxing Day"), rule=SAT_SUN_TO_NEXT_MON_TUE) class MW(Malawi): pass class MWI(Malawi): pass holidays-0.71/holidays/countries/malaysia.py000066400000000000000000000747401500152103600212630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from typing import TYPE_CHECKING if TYPE_CHECKING: # pragma: no cover from datetime import date from gettext import gettext as tr from holidays.calendars import ( _CustomBuddhistHolidays, _CustomChineseHolidays, _CustomHinduHolidays, _CustomIslamicHolidays, ) from holidays.calendars.gregorian import ( JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, FRI, SAT, SUN, ) from holidays.groups import ( BuddhistCalendarHolidays, ChineseCalendarHolidays, ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ( ObservedHolidayBase, FRI_TO_NEXT_WORKDAY, SAT_TO_NEXT_WORKDAY, SUN_TO_NEXT_WORKDAY, ) class Malaysia( ObservedHolidayBase, BuddhistCalendarHolidays, ChineseCalendarHolidays, ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ): """Malaysia holidays. References: * [Holidays Act 1951](https://www.kabinet.gov.my/bkpp/pdf/akta_warta/1951_12_31_act369.pdf) * [Holidays Ordinance (Sabah Cap. 56)](https://sagc.sabah.gov.my/sites/default/files/law/HolidaysOrdinance.pdf) * [Public Holidays Ordinance (Sarawak Cap. 8)](https://www.kabinet.gov.my/bkpp/pdf/akta_warta/sarawak_public_holidays_ord_chapter8.pdf) * [Wikipedia](https://en.wikipedia.org/wiki/Public_holidays_in_Malaysia) * * Section 3 of Holidays Act 1951: > If any day specified in the Schedule falls on Sunday then the day following shall be > a public holiday and if such day is already a public holiday, then the day following > shall be a public holiday". In Johor (until 1994 and in 2014-2024) and Kedah it's Friday to Sunday, in Kelantan and Terengganu - Saturday to Sunday. """ country = "MY" default_language = "ms_MY" # %s (estimated). estimated_label = tr("%s (anggaran)") # %s (in lieu). observed_label = tr("Cuti %s") # %s (observed, estimated). observed_estimated_label = tr("Cuti %s (anggaran)") subdivisions = ( "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", ) subdivisions_aliases = { "Johor": "01", "JHR": "01", "Kedah": "02", "KDH": "02", "Kelantan": "03", "KTN": "03", "Melaka": "04", "MLK": "04", "Negeri Sembilan": "05", "NSN": "05", "Pahang": "06", "PHG": "06", "Pulau Pinang": "07", "PNG": "07", "Perak": "08", "PRK": "08", "Perlis": "09", "PLS": "09", "Selangor": "10", "SGR": "10", "Terengganu": "11", "TRG": "11", "Sabah": "12", "SBH": "12", "Sarawak": "13", "SWK": "13", "WP Kuala Lumpur": "14", "KUL": "14", "WP Labuan": "15", "LBN": "15", "WP Putrajaya": "16", "PJY": "16", } supported_languages = ("en_US", "ms_MY", "th") start_year = 1952 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ BuddhistCalendarHolidays.__init__(self, cls=MalaysiaBuddhistHolidays, show_estimated=True) ChineseCalendarHolidays.__init__(self, cls=MalaysiaChineseHolidays, show_estimated=True) ChristianHolidays.__init__(self) HinduCalendarHolidays.__init__(self, cls=MalaysiaHinduHolidays) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=MalaysiaIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, cls=MalaysiaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_WORKDAY) super().__init__(*args, **kwargs) self.dts_observed: set[date] = set() def _populate_public_holidays(self): # This must be done for every `_populate_public_holidays()` call. # Otherwise, 2006/2007 Eid al-Adha observance would be miscalculated. self.dts_observed = set() # Chinese New Year. self.dts_observed.add(self._add_chinese_new_years_day(tr("Tahun Baharu Cina"))) self.dts_observed.add( # Chinese New Year (Second Day). self._add_chinese_new_years_day_two(tr("Tahun Baharu Cina (Hari Kedua)")) ) # Vesak Day. self.dts_observed.add(self._add_vesak_may(tr("Hari Wesak"))) if self._year >= 1973: # Labor Day. self.dts_observed.add(self._add_labor_day(tr("Hari Pekerja"))) # Birthday of HM Yang di-Pertuan Agong. name = tr("Hari Keputeraan Rasmi Seri Paduka Baginda Yang di-Pertuan Agong") if self._year <= 2016: self.dts_observed.add(self._add_holiday_1st_sat_of_jun(name)) elif self._year <= 2019: self.dts_observed.add(self._add_holiday_sep_9(name)) elif self._year == 2020: self.dts_observed.add(self._add_holiday_jun_8(name)) else: self.dts_observed.add(self._add_holiday_1st_mon_of_jun(name)) # National Day. self.dts_observed.add(self._add_holiday_aug_31(tr("Hari Kebangsaan"))) if self._year >= 2010: # Malaysia Day. self.dts_observed.add(self._add_holiday_sep_16(tr("Hari Malaysia"))) # Christmas Day. self.dts_observed.add(self._add_christmas_day(tr("Hari Krismas"))) if self._year >= 1995: # Islamic New Year. self._add_islamic_new_year_day(tr("Awal Muharam")) # Prophet Muhammad's Birthday. self.dts_observed.update(self._add_mawlid_day(tr("Hari Keputeraan Nabi Muhammad S.A.W."))) # Eid al-Fitr. self.dts_observed.update(self._add_eid_al_fitr_day(tr("Hari Raya Puasa"))) # Eid al-Fitr (Second Day). self.dts_observed.update(self._add_eid_al_fitr_day_two(tr("Hari Raya Puasa (Hari Kedua)"))) # Eid al-Adha. self.dts_observed.update(self._add_eid_al_adha_day(tr("Hari Raya Qurban"))) def _populate_subdiv_holidays(self): if self.subdiv and self.subdiv not in {"13", "15"}: # Deepavali. self.dts_observed.add(self._add_diwali(tr("Hari Deepavali"))) super()._populate_subdiv_holidays() if ( self.subdiv == "01" and (self._year <= 1994 or 2014 <= self._year <= 2024) ) or self.subdiv == "02": self._observed_rule = FRI_TO_NEXT_WORKDAY self.weekend = {FRI, SAT} elif self.subdiv in {"03", "11"}: self._observed_rule = SAT_TO_NEXT_WORKDAY self.weekend = {FRI, SAT} else: self._observed_rule = SUN_TO_NEXT_WORKDAY self.weekend = {SAT, SUN} if self.observed: self._populate_observed(self.dts_observed) def _populate_subdiv_01_public_holidays(self): # Thaipusam. self.dts_observed.add(self._add_thaipusam(tr("Hari Thaipusam"))) if self._year >= 2015: # Birthday of the Sultan of Johor. self._add_holiday_mar_23(tr("Hari Keputeraan Sultan Johor")) if self._year >= 2011: # The Sultan of Johor Hol. self._add_hari_hol_johor(tr("Hari Hol Almarhum Sultan Iskandar")) # Beginning of Ramadan. self.dts_observed.update(self._add_ramadan_beginning_day(tr("Awal Ramadan"))) def _populate_subdiv_02_public_holidays(self): if self._year >= 2022: # Thaipusam. self.dts_observed.add(self._add_thaipusam(tr("Hari Thaipusam"))) if self._year >= 2018: # Birthday of The Sultan of Kedah. name = tr("Hari Keputeraan Sultan Kedah") if self._year == 2024: self._add_holiday_jun_30(name) else: self._add_holiday_3rd_sun_of_jun(name) # Isra' and Mi'raj. self.dts_observed.update(self._add_isra_and_miraj_day(tr("Israk dan Mikraj"))) # Beginning of Ramadan. self.dts_observed.update(self._add_ramadan_beginning_day(tr("Awal Ramadan"))) # Eid al-Adha (Second Day). self.dts_observed.update( self._add_eid_al_adha_day_two(tr("Hari Raya Qurban (Hari Kedua)")) ) def _populate_subdiv_03_public_holidays(self): if self._year >= 2010: # Birthday of the Sultan of Kelantan. name = tr("Hari Keputeraan Sultan Kelantan") if self._year >= 2023: self._add_holiday_sep_29(name) self._add_holiday_sep_30(name) elif self._year >= 2012: self._add_holiday_nov_11(name) self._add_holiday_nov_12(name) else: self._add_holiday_mar_30(name) self._add_holiday_mar_31(name) # Nuzul Al-Quran Day. self.dts_observed.update(self._add_nuzul_al_quran_day(tr("Hari Nuzul Al-Quran"))) if self._year >= 2023: # Arafat Day. self.dts_observed.update(self._add_arafah_day(tr("Hari Arafah"))) # Eid al-Adha (Second Day). self.dts_observed.update( self._add_eid_al_adha_day_two(tr("Hari Raya Qurban (Hari Kedua)")) ) def _populate_subdiv_04_public_holidays(self): # New Year's Day. self.dts_observed.add(self._add_new_years_day(tr("Tahun Baharu"))) if self._year >= 2024: self.dts_observed.add( # Declaration of Independence Day. self._add_holiday_feb_20(tr("Hari Pengisytiharan Tarikh Kemerdekaan")) ) elif self._year >= 1989: self.dts_observed.add( self._add_holiday_apr_15( # Declaration of Malacca as a Historical City. tr("Hari Perisytiharan Melaka Sebagai Bandaraya Bersejarah") ) ) # Birthday of the Governor of Malacca. name = tr("Hari Jadi Yang di-Pertua Negeri Melaka") self.dts_observed.add( self._add_holiday_aug_24(name) if self._year >= 2020 else self._add_holiday_2nd_fri_of_oct(name) ) if self._year >= 2025: self.dts_observed.update( # Eid al-Fitr (Third Day). self._add_eid_al_fitr_day_three(tr("Hari Raya Puasa (Hari Ketiga)")) ) else: # Beginning of Ramadan. self.dts_observed.update(self._add_ramadan_beginning_day(tr("Awal Ramadan"))) def _populate_subdiv_05_public_holidays(self): # New Year's Day. self.dts_observed.add(self._add_new_years_day(tr("Tahun Baharu"))) # Thaipusam. self.dts_observed.add(self._add_thaipusam(tr("Hari Thaipusam"))) if self._year >= 2009: self.dts_observed.add( self._add_holiday_jan_14( # Birthday of the Sultan of Negeri Sembilan. tr("Hari Keputeraan Yang di-Pertuan Besar Negeri Sembilan") ) ) # Isra' and Mi'raj. self.dts_observed.update(self._add_isra_and_miraj_day(tr("Israk dan Mikraj"))) def _populate_subdiv_06_public_holidays(self): # New Year's Day. self.dts_observed.add(self._add_new_years_day(tr("Tahun Baharu"))) if self._year >= 1975: # The Sultan of Pahang Hol. name = tr("Hari Hol Sultan Pahang") self.dts_observed.add( self._add_holiday_may_22(name) if self._year >= 2020 else self._add_holiday_may_7(name) ) # Birthday of the Sultan of Pahang. name = tr("Hari Keputeraan Sultan Pahang") self.dts_observed.add( self._add_holiday_jul_30(name) if self._year >= 2019 else self._add_holiday_oct_24(name) ) # Nuzul Al-Quran Day. self.dts_observed.update(self._add_nuzul_al_quran_day(tr("Hari Nuzul Al-Quran"))) def _populate_subdiv_07_public_holidays(self): # New Year's Day. self.dts_observed.add(self._add_new_years_day(tr("Tahun Baharu"))) # Thaipusam. self.dts_observed.add(self._add_thaipusam(tr("Hari Thaipusam"))) if self._year >= 2009: self.dts_observed.add( # George Town Heritage Day. self._add_holiday_jul_7(tr("Hari Ulang Tahun Perisytiharan Tapak Warisan Dunia")) ) self.dts_observed.add( # Birthday of the Governor of Penang. self._add_holiday_2nd_sat_of_jul(tr("Hari Jadi Yang di-Pertua Negeri Pulau Pinang")) ) # Nuzul Al-Quran Day. self.dts_observed.update(self._add_nuzul_al_quran_day(tr("Hari Nuzul Al-Quran"))) def _populate_subdiv_08_public_holidays(self): # New Year's Day. self.dts_observed.add(self._add_new_years_day(tr("Tahun Baharu"))) # Thaipusam. self.dts_observed.add(self._add_thaipusam(tr("Hari Thaipusam"))) # Birthday of the Sultan of Perak. name = tr("Hari Keputeraan Sultan Perak") if self._year >= 2018: self._add_holiday_1st_fri_of_nov(name) else: self._add_holiday_nov_27(name) # Nuzul Al-Quran Day. self.dts_observed.update(self._add_nuzul_al_quran_day(tr("Hari Nuzul Al-Quran"))) def _populate_subdiv_09_public_holidays(self): if self._year >= 2000: # Birthday of the Raja of Perlis. name = tr("Hari Ulang Tahun Keputeraan Raja Perlis") self.dts_observed.add( self._add_holiday_jul_17(name) if 2018 <= self._year <= 2021 else self._add_holiday_may_17(name) ) # Isra' and Mi'raj. self.dts_observed.update(self._add_isra_and_miraj_day(tr("Israk dan Mikraj"))) # Nuzul Al-Quran Day. self.dts_observed.update(self._add_nuzul_al_quran_day(tr("Hari Nuzul Al-Quran"))) # Eid al-Adha (Second Day). self.dts_observed.update( self._add_eid_al_adha_day_two(tr("Hari Raya Qurban (Hari Kedua)")) ) def _populate_subdiv_10_public_holidays(self): # New Year's Day. self.dts_observed.add(self._add_new_years_day(tr("Tahun Baharu"))) # Thaipusam. self.dts_observed.add(self._add_thaipusam(tr("Hari Thaipusam"))) # Birthday of The Sultan of Selangor. self.dts_observed.add(self._add_holiday_dec_11(tr("Hari Keputeraan Sultan Selangor"))) # Nuzul Al-Quran Day. self.dts_observed.update(self._add_nuzul_al_quran_day(tr("Hari Nuzul Al-Quran"))) def _populate_subdiv_11_public_holidays(self): if self._year >= 2000: self.dts_observed.add( self._add_holiday_mar_4( # Anniversary of the Installation of the Sultan of Terengganu. tr("Hari Ulang Tahun Pertabalan Sultan Terengganu") ) ) self.dts_observed.add( # Birthday of the Sultan of Terengganu. self._add_holiday_apr_26(tr("Hari Keputeraan Sultan Terengganu")) ) if self._year >= 2020: # Isra' and Mi'raj. self.dts_observed.update(self._add_isra_and_miraj_day(tr("Israk dan Mikraj"))) # Nuzul Al-Quran Day. self.dts_observed.update(self._add_nuzul_al_quran_day(tr("Hari Nuzul Al-Quran"))) # Arafat Day. self.dts_observed.update(self._add_arafah_day(tr("Hari Arafah"))) self.dts_observed.update( # Eid al-Adha (Second Day). self._add_eid_al_adha_day_two(tr("Hari Raya Qurban (Hari Kedua)")) ) def _populate_subdiv_12_public_holidays(self): # New Year's Day. self.dts_observed.add(self._add_new_years_day(tr("Tahun Baharu"))) # Good Friday. self._add_good_friday(tr("Good Friday")) # Pesta Kaamatan. name = tr("Pesta Kaamatan") self._add_holiday_may_30(name) self._add_holiday_may_31(name) # Birthday of the Governor of Sabah. self._add_holiday_1st_sat_of_oct(tr("Hari Jadi Yang di-Pertua Negeri Sabah")) if self._year >= 2019: # Christmas Eve. self._add_christmas_eve(tr("Christmas Eve")) def _populate_subdiv_13_public_holidays(self): # New Year's Day. self.dts_observed.add(self._add_new_years_day(tr("Tahun Baharu"))) # Good Friday. self._add_good_friday(tr("Good Friday")) if self._year >= 1965: # Dayak Festival Day. name = tr("Perayaan Hari Gawai Dayak") self.dts_observed.add(self._add_holiday_jun_1(name)) self.dts_observed.add(self._add_holiday_jun_2(name)) # Birthday of the Governor of Sarawak. self._add_holiday_2nd_sat_of_oct(tr("Hari Jadi Yang di-Pertua Negeri Sarawak")) if self._year >= 2017: # Sarawak Independence Day. self.dts_observed.add(self._add_holiday_jul_22(tr("Hari Kemerdekaan Sarawak"))) def _populate_subdiv_14_public_holidays(self): # New Year's Day. self.dts_observed.add(self._add_new_years_day(tr("Tahun Baharu"))) # Thaipusam. self.dts_observed.add(self._add_thaipusam(tr("Hari Thaipusam"))) if self._year >= 1974: # Federal Territory Day. self.dts_observed.add(self._add_holiday_feb_1(tr("Hari Wilayah Persekutuan"))) # Nuzul Al-Quran Day. self.dts_observed.update(self._add_nuzul_al_quran_day(tr("Hari Nuzul Al-Quran"))) def _populate_subdiv_15_public_holidays(self): # New Year's Day. self.dts_observed.add(self._add_new_years_day(tr("Tahun Baharu"))) if self._year >= 1974: # Federal Territory Day. self.dts_observed.add(self._add_holiday_feb_1(tr("Hari Wilayah Persekutuan"))) # Pesta Kaamatan. name = tr("Pesta Kaamatan") self._add_holiday_may_30(name) self._add_holiday_may_31(name) if self._year >= 2014: # Deepavali. self.dts_observed.add(self._add_diwali(tr("Hari Deepavali"))) # Nuzul Al-Quran Day. self.dts_observed.update(self._add_nuzul_al_quran_day(tr("Hari Nuzul Al-Quran"))) def _populate_subdiv_16_public_holidays(self): # New Year's Day. self.dts_observed.add(self._add_new_years_day(tr("Tahun Baharu"))) # Thaipusam. self.dts_observed.add(self._add_thaipusam(tr("Hari Thaipusam"))) if self._year >= 1974: # Federal Territory Day. self.dts_observed.add(self._add_holiday_feb_1(tr("Hari Wilayah Persekutuan"))) # Nuzul Al-Quran Day. self.dts_observed.update(self._add_nuzul_al_quran_day(tr("Hari Nuzul Al-Quran"))) class MY(Malaysia): pass class MYS(Malaysia): pass class MalaysiaBuddhistHolidays(_CustomBuddhistHolidays): VESAK_MAY_DATES = { 2001: (MAY, 7), 2002: (MAY, 27), 2003: (MAY, 15), 2004: (MAY, 3), 2005: (MAY, 22), 2006: (MAY, 12), 2007: (MAY, 1), 2008: (MAY, 19), 2009: (MAY, 9), 2010: (MAY, 28), 2011: (MAY, 17), 2012: (MAY, 5), 2013: (MAY, 24), 2014: (MAY, 13), 2015: (MAY, 3), 2016: (MAY, 21), 2017: (MAY, 10), 2018: (MAY, 29), 2019: (MAY, 19), 2020: (MAY, 7), 2021: (MAY, 26), 2022: (MAY, 15), 2023: (MAY, 4), 2024: (MAY, 22), 2025: (MAY, 12), } class MalaysiaChineseHolidays(_CustomChineseHolidays): LUNAR_NEW_YEAR_DATES = { 2001: (JAN, 24), 2002: (FEB, 12), 2003: (FEB, 1), 2004: (JAN, 22), 2005: (FEB, 9), 2006: (JAN, 29), 2007: (FEB, 18), 2008: (FEB, 7), 2009: (JAN, 26), 2010: (FEB, 14), 2011: (FEB, 3), 2012: (JAN, 23), 2013: (FEB, 10), 2014: (JAN, 31), 2015: (FEB, 19), 2016: (FEB, 8), 2017: (JAN, 28), 2018: (FEB, 16), 2019: (FEB, 5), 2020: (JAN, 25), 2021: (FEB, 12), 2022: (FEB, 1), 2023: (JAN, 22), 2024: (FEB, 10), 2025: (JAN, 29), } class MalaysiaHinduHolidays(_CustomHinduHolidays): DIWALI_DATES = { 2001: (NOV, 14), 2002: (NOV, 3), 2003: (OCT, 23), 2004: (NOV, 11), 2005: (NOV, 1), 2006: (OCT, 21), 2007: (NOV, 8), 2008: (OCT, 27), 2009: (OCT, 17), 2010: (NOV, 5), 2011: (OCT, 26), 2012: (NOV, 13), 2013: (NOV, 2), 2014: (OCT, 22), 2015: (NOV, 10), 2016: (OCT, 29), 2017: (OCT, 18), 2018: (NOV, 6), 2019: (OCT, 27), 2020: (NOV, 14), 2021: (NOV, 4), 2022: (OCT, 24), 2023: (NOV, 12), 2024: (OCT, 31), 2025: (OCT, 20), } THAIPUSAM_DATES = { 2018: (JAN, 31), 2019: (JAN, 21), 2020: (FEB, 8), 2021: (JAN, 28), 2022: (JAN, 18), 2023: (FEB, 5), 2024: (JAN, 25), 2025: (FEB, 11), 2026: (FEB, 1), 2027: (JAN, 22), } class MalaysiaIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2001: (MAR, 6), 2002: (FEB, 23), 2003: (FEB, 12), 2004: (FEB, 2), 2005: (JAN, 21), 2006: ((JAN, 10), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 9), 2009: (NOV, 28), 2010: (NOV, 17), 2011: (NOV, 7), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 5), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 10), 2023: (JUN, 29), 2024: (JUN, 17), 2025: (JUN, 7), } EID_AL_FITR_DATES = { 2001: (DEC, 17), 2002: (DEC, 6), 2003: (NOV, 26), 2004: (NOV, 14), 2005: (NOV, 3), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 1), 2009: (SEP, 20), 2010: (SEP, 10), 2011: (AUG, 31), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 28), 2015: (JUL, 17), 2016: (JUL, 6), 2017: (JUN, 25), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 22), 2024: (APR, 10), 2025: (MAR, 31), } HARI_HOL_JOHOR_DATES = { 2011: (JAN, 12), 2012: (DEC, 20), 2013: (DEC, 10), 2014: (NOV, 29), 2015: (NOV, 19), 2016: (NOV, 7), 2017: (OCT, 27), 2018: (OCT, 15), 2019: (OCT, 5), 2020: (SEP, 24), 2021: (SEP, 13), 2022: (SEP, 3), 2023: (AUG, 23), 2024: (AUG, 11), 2025: (JUL, 31), } HIJRI_NEW_YEAR_DATES = { 2001: (MAR, 26), 2002: (MAR, 15), 2003: (MAR, 5), 2004: (FEB, 22), 2005: (FEB, 10), 2006: (JAN, 31), 2007: (JAN, 20), 2008: ((JAN, 10), (DEC, 29)), 2009: (DEC, 18), 2010: (DEC, 8), 2011: (NOV, 27), 2012: (NOV, 15), 2013: (NOV, 5), 2014: (OCT, 25), 2015: (OCT, 14), 2016: (OCT, 2), 2017: (SEP, 22), 2018: (SEP, 11), 2019: (SEP, 1), 2020: (AUG, 20), 2021: (AUG, 10), 2022: (JUL, 30), 2023: (JUL, 19), 2024: (JUL, 7), 2025: (JUN, 27), } ISRA_AND_MIRAJ_DATES = { 2001: (OCT, 15), 2002: (OCT, 4), 2003: (SEP, 24), 2004: (SEP, 12), 2005: (SEP, 1), 2006: (AUG, 22), 2007: (AUG, 11), 2008: (JUL, 31), 2009: (JUL, 20), 2010: (JUL, 9), 2011: (JUN, 29), 2012: (JUN, 17), 2013: (JUN, 6), 2014: (MAY, 27), 2015: (MAY, 16), 2016: (MAY, 5), 2017: (APR, 24), 2018: (APR, 14), 2019: (APR, 3), 2020: (MAR, 22), 2021: (MAR, 11), 2022: (MAR, 1), 2023: (FEB, 18), 2024: (FEB, 8), 2025: (JAN, 27), } MAWLID_DATES = { 2001: (JUN, 4), 2002: (MAY, 24), 2003: (MAY, 14), 2004: (MAY, 2), 2005: (APR, 21), 2006: (APR, 11), 2007: (MAR, 31), 2008: (MAR, 20), 2009: (MAR, 9), 2010: (FEB, 26), 2011: (FEB, 16), 2012: (FEB, 5), 2013: (JAN, 24), 2014: (JAN, 14), 2015: ((JAN, 3), (DEC, 24)), 2016: (DEC, 12), 2017: (DEC, 1), 2018: (NOV, 20), 2019: (NOV, 9), 2020: (OCT, 29), 2021: (OCT, 19), 2022: (OCT, 10), 2023: (SEP, 28), 2024: (SEP, 16), 2025: (SEP, 5), } NUZUL_AL_QURAN_DATES = { 2001: (DEC, 3), 2002: (NOV, 22), 2003: (NOV, 12), 2004: (NOV, 1), 2005: (OCT, 21), 2006: (OCT, 10), 2007: (SEP, 29), 2008: (SEP, 18), 2009: (SEP, 7), 2010: (AUG, 27), 2011: (AUG, 17), 2012: (AUG, 5), 2013: (JUL, 25), 2014: (JUL, 15), 2015: (JUL, 4), 2016: (JUN, 22), 2017: (JUN, 12), 2018: (JUN, 2), 2019: (MAY, 22), 2020: (MAY, 10), 2021: (APR, 29), 2022: (APR, 19), 2023: (APR, 8), 2024: (MAR, 28), 2025: (MAR, 18), } RAMADAN_BEGINNING_DATES = { 2001: (NOV, 17), 2002: (NOV, 6), 2003: (OCT, 27), 2004: (OCT, 16), 2005: (OCT, 5), 2006: (SEP, 24), 2007: (SEP, 13), 2008: (SEP, 2), 2009: (AUG, 22), 2010: (AUG, 11), 2011: (AUG, 1), 2012: (JUL, 20), 2013: (JUL, 9), 2014: (JUN, 29), 2015: (JUN, 18), 2016: (JUN, 7), 2017: (MAY, 27), 2018: (MAY, 17), 2019: (MAY, 6), 2020: (APR, 24), 2021: (APR, 13), 2022: (APR, 3), 2023: (MAR, 23), 2024: (MAR, 12), 2025: (MAR, 2), } class MalaysiaStaticHolidays: # General election additional holiday. election_polling_day = tr("Cuti Peristiwa (pilihan raya umum)") # Additional holiday. election_additional_holiday = "Cuti Peristiwa" # Eid al-Adha. eid_al_adha = tr("Hari Raya Qurban") # Labor Day. labor_day = tr("Hari Pekerja") # Malaysia Cup Holiday. malaysia_cup_holiday = tr("Cuti Piala Malaysia") # Day of Installation of the 15th Yang di-Pertuan Agong. yang_di_pertuan_agong_15_installation = tr("Hari Pertabalan Yang di-Pertuan Agong ke-15") # Day of Installation of the 16th Yang di-Pertuan Agong. yang_di_pertuan_agong_16_installation = tr("Hari Pertabalan Yang di-Pertuan Agong ke-16") # Eid al-Fitr (additional holiday). eid_al_fitr_additional_holiday = tr("Hari Raya Puasa (pergantian hari)") # Arafat Day. arafat_day = tr("Hari Arafah") # Additional holiday in commemoration of the 2017 SEA Games. additional_holiday_2017_sea_games = tr("Cuti tambahan sempena memperingati SAT 2017") special_public_holidays = { 1999: (NOV, 29, election_polling_day), 2017: ( (APR, 24, yang_di_pertuan_agong_15_installation), (SEP, 4, additional_holiday_2017_sea_games), ), 2018: (MAY, 9, election_polling_day), 2019: (JUL, 30, yang_di_pertuan_agong_16_installation), 2022: ( (NOV, 18, election_polling_day), (NOV, 19, election_polling_day), (NOV, 28, election_additional_holiday), ), 2023: (APR, 21, eid_al_fitr_additional_holiday), } special_14_public_holidays = { 2021: (DEC, 3, malaysia_cup_holiday), } special_15_public_holidays = { 2021: (DEC, 3, malaysia_cup_holiday), } special_16_public_holidays = { 2021: (DEC, 3, malaysia_cup_holiday), } special_13_public_holidays = { 2018: ( (MAY, 17, election_additional_holiday), (MAY, 18, election_additional_holiday), ), } special_01_public_holidays_observed = { 2022: (MAY, 4, labor_day), } special_02_public_holidays_observed = { 2022: (MAY, 4, labor_day), } special_03_public_holidays_observed = { 2022: (MAY, 4, labor_day), } special_14_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_15_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_04_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_05_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_06_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_16_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_09_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_07_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_08_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_12_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_10_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_13_public_holidays_observed = { 2007: (JAN, 2, eid_al_adha), } special_11_public_holidays_observed = { 2007: (JAN, 2, arafat_day), 2022: (MAY, 4, labor_day), } holidays-0.71/holidays/countries/maldives.py000066400000000000000000000055761500152103600212700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FRI, SAT from holidays.groups import InternationalHolidays, IslamicHolidays from holidays.holiday_base import HolidayBase class Maldives(HolidayBase, InternationalHolidays, IslamicHolidays): """Maldives holidays. References: * * * """ country = "MV" weekend = {FRI, SAT} def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day("New Year's Day") # Labor Day. self._add_labor_day("Labor Day") # Independence Day. self._add_holiday_jul_26("Independence Day") # Victory Day. self._add_holiday_nov_3("Victory Day") # Republic Day. self._add_holiday_nov_11("Republic Day") # Islamic holidays. # Start of Ramadan. self._add_ramadan_beginning_day("Beginning of Ramadan") # Eid al-Fitr. self._add_eid_al_fitr_day("Eid al-Fitr") self._add_eid_al_fitr_day_two("Eid al-Fitr") self._add_eid_al_fitr_day_three("Eid al-Fitr") # Hajj Day. self._add_arafah_day("Hajj Day") # Eid al-Adha. self._add_eid_al_adha_day("Eid al-Adha") self._add_eid_al_adha_day_two("Eid al-Adha") self._add_eid_al_adha_day_three("Eid al-Adha") self._add_eid_al_adha_day_four("Eid al-Adha") # Muharram/Islamic New Year. self._add_islamic_new_year_day("Islamic New Year") # National Day. self._add_quamee_dhuvas_day("National Day") # Prophet Muhammad's Birthday. self._add_mawlid_day("Mawlid al-Nabi") # The Day Maldives Embraced Islam. self._add_maldives_embraced_islam_day("The Day Maldives Embraced Islam") class MV(Maldives): pass class MDV(Maldives): pass holidays-0.71/holidays/countries/malta.py000066400000000000000000000114051500152103600205460ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Malta(HolidayBase, ChristianHolidays, InternationalHolidays): """Malta holidays. References: * * [Att 10 tal-1980 (Oldest Maltese Holidays Law available online in full)](https://legislation.mt/eli/act/1980/10/mlt) * [A.L. 40 tal-1987 (Additional Holidays added)](https://legislation.mt/eli/ln/1987/8/mlt) * [Att 8 tal-1989 (Additional Holidays added)](https://legislation.mt/eli/act/1989/8) * [Att 2 tal-2005 (If fall on weekends then not observed in terms of vacation leave)](https://legislation.mt/eli/act/2005/2/eng) * [Att 4 tal-2021 (Revert Act II of 2005 changes for vacation leave)](https://legislation.mt/eli/cap/252/20210212/mlt) """ country = "MT" default_language = "mt" supported_languages = ("en_US", "mt") # Earliest available source is 1980. start_year = 1980 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # L-Ewwel tas-Sena # Status: In-Use. # New Year's Day. self._add_new_years_day(tr("L-Ewwel tas-Sena")) # Il-Festa tan-Nawfraġju ta' San Pawl # Status: In-Use. # Started in 1987 via Act LX of 1987. if self._year >= 1987: # Feast of Saint Paul's Shipwreck. self._add_holiday_feb_10(tr("Il-Festa tan-Nawfraġju ta' San Pawl")) # Il-Festa ta' San Ġużepp # Status: In-Use. # Started in 1987 via Act LX of 1987. if self._year >= 1987: # Feast of Saint Joseph. self._add_saint_josephs_day(tr("Il-Festa ta' San Ġużepp")) # Jum il-Ħelsien # Status: In-Use. # Started in 1980 Act X of 1980. # Not presented in 1987-1988 if self._year <= 1986 or self._year >= 1989: # Freedom Day. self._add_holiday_mar_31(tr("Jum il-Ħelsien")) # Il-Ġimgħa l-Kbira # Status: In-Use. # Good Friday. self._add_good_friday(tr("Il-Ġimgħa l-Kbira")) # Jum il-Ħaddiem # Status: In-Use. # Worker's Day. self._add_labor_day(tr("Jum il-Ħaddiem")) # Sette Giugno # Status: In-Use. # Start in 1989 via Act VIII of 1989. if self._year >= 1989: # Sette Giugno. self._add_holiday_jun_7(tr("Sette Giugno")) # Il-Festa ta' San Pietru u San Pawl # Status: In-Use. # Started in 1987 via Act LX of 1987. if self._year >= 1987: # Feast of Saint Peter and Saint Paul. self._add_saints_peter_and_paul_day(tr("Il-Festa ta' San Pietru u San Pawl")) # Il-Festa ta' Santa Marija # Status: In-Use. # Feast of the Assumption. self._add_assumption_of_mary_day(tr("Il-Festa ta' Santa Marija")) # Jum il-Vitorja # Status: In-Use. # Started in 1987 via Act LX of 1987. # While this concides with Nativity Of Mary Day, the two are considered separate. if self._year >= 1987: # Feast of Our Lady of Victories. self._add_holiday_sep_8(tr("Jum il-Vitorja")) # Jum l-Indipendenza # Status: In-Use. # Started in 1987 via Act LX of 1987. if self._year >= 1987: # Independence Day. self._add_holiday_sep_21(tr("Jum l-Indipendenza")) # Il-Festa tal-Immakulata Kunċizzjoni # Status: In-Use. # Started in 1987 via Act LX of 1987. if self._year >= 1987: # Feast of the Immaculate Conception self._add_immaculate_conception_day(tr("Il-Festa tal-Immakulata Kunċizzjoni")) # Jum ir-Repubblika # Status: In-Use. # Republic Day. self._add_holiday_dec_13(tr("Jum ir-Repubblika")) # Il-Milied # Status: In-Use. # Christmas Day. self._add_christmas_day(tr("Il-Milied")) class MT(Malta): pass class MLT(Malta): pass holidays-0.71/holidays/countries/marshall_islands.py000066400000000000000000000063571500152103600230020ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from holidays.calendars.gregorian import NOV from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class HolidaysMH(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Marshall Islands holidays. References: * * """ country = "MH" observed_label = "%s Holiday" def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, MarshalIslandsStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): if self._year <= 2019: warnings.warn( "Years before 2020 are not available for the Marshall Islands (MH).", Warning ) # New Year's Day self._add_observed(self._add_new_years_day("New Year's Day")) # Nuclear Victims Remembrance Day self._add_observed(self._add_holiday_mar_1("Nuclear Victims Remembrance Day")) # Good Friday self._add_good_friday("Good Friday") # Constitution Day self._add_observed(self._add_holiday_may_1("Constitution Day")) # Fisherman's Day self._add_holiday_1st_fri_of_jul("Fisherman's Day") # Dri-jerbal Day self._add_holiday_1st_fri_of_sep("Dri-jerbal Day") # Manit Day self._add_holiday_last_fri_of_sep("Manit Day") # President's Day self._add_observed(self._add_holiday_nov_17("President's Day")) # Gospel Day self._add_holiday_1st_fri_of_dec("Gospel Day") # Christmas Day name = "Christmas Day" if self._year == 2021: # special case self._add_holiday_dec_24(name) else: self._add_observed(self._add_christmas_day(name)) class MH(HolidaysMH): pass class MHL(HolidaysMH): pass class MarshallIslands(HolidaysMH): pass class MarshalIslandsStaticHolidays: # General Election Day election_day = "General Election Day" special_public_holidays = { 1995: (NOV, 20, election_day), 1999: (NOV, 22, election_day), 2003: (NOV, 17, election_day), 2007: (NOV, 19, election_day), 2011: (NOV, 21, election_day), 2015: (NOV, 16, election_day), 2019: (NOV, 18, election_day), 2023: (NOV, 20, election_day), } holidays-0.71/holidays/countries/mauritania.py000066400000000000000000000044531500152103600216070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FRI, SAT from holidays.groups import InternationalHolidays, IslamicHolidays from holidays.holiday_base import HolidayBase class Mauritania(HolidayBase, InternationalHolidays, IslamicHolidays): """Mauritania holidays. References: * * """ country = "MR" weekend = {FRI, SAT} def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) super().__init__(*args, **kwargs) def _populate(self, year): super()._populate(year) # New Year's Day. self._add_new_years_day("New Year's Day") # Labor Day. self._add_labor_day("Labor Day") # Africa Day. self._add_africa_day("Africa Day") # Independence Day. if year >= 1960: self._add_holiday_nov_28("Independence Day") # Islamic holidays. # Eid al-Fitr. self._add_eid_al_fitr_day("Eid al-Fitr") self._add_eid_al_fitr_day_two("Eid al-Fitr") # Eid al-Adha. self._add_eid_al_adha_day("Eid al-Adha") self._add_eid_al_adha_day_two("Eid al-Adha") # Muharram/Islamic New Year. self._add_islamic_new_year_day("Islamic New Year") # Prophet Muhammad's Birthday. self._add_mawlid_day("Mawlid al-Nabi") class MR(Mauritania): pass class MRT(Mauritania): pass holidays-0.71/holidays/countries/mexico.py000066400000000000000000000062171500152103600207410ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Mexico(HolidayBase, ChristianHolidays, InternationalHolidays): """Mexico holidays. References: * * * * * """ country = "MX" default_language = "es" supported_languages = ("en_US", "es", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) if self._year >= 1917: # Constitution Day. name = tr("Día de la Constitución") if self._year >= 2006: self._add_holiday_1st_mon_of_feb(name) else: self._add_holiday_feb_5(name) if self._year >= 1917: # Benito Juárez's birthday. name = tr("Natalicio de Benito Juárez") # no 2006 due to celebration of the 200th anniversary # of Benito Juárez in 2006 if self._year >= 2007: self._add_holiday_3rd_mon_of_mar(name) else: self._add_holiday_mar_21(name) if self._year >= 1923: # Labor Day. self._add_labor_day(tr("Día del Trabajo")) # Independence Day. self._add_holiday_sep_16(tr("Día de la Independencia")) if self._year >= 1917: # Revolution Day. name = tr("Día de la Revolución") if self._year >= 2006: self._add_holiday_3rd_mon_of_nov(name) else: self._add_holiday_nov_20(name) if self._year >= 1970 and (self._year - 1970) % 6 == 0: # Change of Federal Government. name = tr("Transmisión del Poder Ejecutivo Federal") if self._year >= 2024: self._add_holiday_oct_1(name) else: self._add_holiday_dec_1(name) # Christmas Day. self._add_christmas_day(tr("Navidad")) class MX(Mexico): pass class MEX(Mexico): pass holidays-0.71/holidays/countries/moldova.py000066400000000000000000000064501500152103600211150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import GREGORIAN_CALENDAR from holidays.calendars.julian import JULIAN_CALENDAR from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Moldova(HolidayBase, ChristianHolidays, InternationalHolidays): """Moldova holidays. References: * * """ country = "MD" default_language = "ro" supported_languages = ("en_US", "ro", "uk") start_year = 1991 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Anul Nou")) name = ( # Christmas Day (by old style). tr("Nașterea lui Iisus Hristos (Crăciunul pe stil vechi)") if self._year >= 2014 # Christmas Day. else tr("Nașterea lui Iisus Hristos (Crăciunul)") ) self._add_christmas_day(name) self._add_christmas_day_two(name) # International Women's Day. self._add_womens_day(tr("Ziua internatională a femeii")) # Easter. name = tr("Paștele") self._add_easter_sunday(name) self._add_easter_monday(name) # Day of Rejoicing. self._add_holiday_8_days_past_easter(tr("Paștele blajinilor")) # International Workers' Solidarity Day. self._add_labor_day(tr("Ziua internaţională a solidarităţii oamenilor muncii")) self._add_world_war_two_victory_day( # Victory Day and Commemoration of the heroes fallen for # Independence of Fatherland. tr("Ziua Victoriei și a comemorării eroilor căzuţi pentru Independenţa Patriei"), is_western=False, ) if self._year >= 2017: # Europe Day. self._add_europe_day(tr("Ziua Europei")) if self._year >= 2016: # International Children's Day. self._add_childrens_day(tr("Ziua Ocrotirii Copilului")) # Republic of Moldova Independence Day. self._add_holiday_aug_27(tr("Ziua independenţei Republicii Moldova")) # National Language Day. self._add_holiday_aug_31(tr("Limba noastră")) if self._year >= 2013: self._add_christmas_day( # Christmas Day (by new style). tr("Nașterea lui Iisus Hristos (Crăciunul pe stil nou)"), GREGORIAN_CALENDAR, ) class MD(Moldova): pass class MDA(Moldova): pass holidays-0.71/holidays/countries/monaco.py000066400000000000000000000057621500152103600207350ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import JAN from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class Monaco(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Monaco holidays. References: * * """ country = "MC" default_language = "fr" # %s (observed). observed_label = tr("%s (observé)") supported_languages = ("en_US", "fr", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, MonacoStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day(tr("Le jour de l'An"))) # Saint Devote's Day. self._add_holiday_jan_27(tr("La Sainte Dévote")) # Easter Monday. self._add_easter_monday(tr("Le lundi de Pâques")) # Labor Day. self._add_observed(self._add_labor_day(tr("Fête de la Travaille"))) # Ascension Day. self._add_ascension_thursday(tr("L'Ascension")) # Whit Monday. self._add_whit_monday(tr("Le lundi de Pentecôte")) # Corpus Christi. self._add_corpus_christi_day(tr("La Fête Dieu")) # Assumption Day. self._add_observed(self._add_assumption_of_mary_day(tr("L'Assomption de Marie"))) # All Saints' Day. self._add_observed(self._add_all_saints_day(tr("La Toussaint"))) # Prince's Day. self._add_observed(self._add_holiday_nov_19(tr("La Fête du Prince"))) # Immaculate Conception. dec_8 = self._add_immaculate_conception_day(tr("L'Immaculée Conception")) if self._year >= 2019: self._move_holiday(dec_8, show_observed_label=False) # Christmas Day. self._add_observed(self._add_christmas_day(tr("Noël"))) class MC(Monaco): pass class MCO(Monaco): pass class MonacoStaticHolidays: special_public_holidays = { # Public holiday. 2015: (JAN, 7, tr("Jour férié")), } holidays-0.71/holidays/countries/montenegro.py000066400000000000000000000145631500152103600216350ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import GREGORIAN_CALENDAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV from holidays.calendars.julian import JULIAN_CALENDAR from holidays.constants import CATHOLIC, HEBREW, ISLAMIC, ORTHODOX, PUBLIC, WORKDAY from holidays.groups import ( ChristianHolidays, HebrewCalendarHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE class Montenegro( ObservedHolidayBase, ChristianHolidays, HebrewCalendarHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ): """Montenegro holidays. References: * * [Zakon o državnim i drugim praznicima](https://wapi.gov.me/download-preview/927f23a3-db4e-4f65-9f29-ce3c9dde0c90?version=1.0) * [Zakon o svetkovanju vjerskih praznika](https://wapi.gov.me/download-preview/4f0b05a4-c85b-4eb2-bc29-0ad8363a9ba3?version=1.0) """ country = "ME" default_language = "cnr" # %s (estimated). estimated_label = tr("%s (procijenjeno)") # %s (observed). observed_label = tr("%s (neradni dan)") # %s (observed, estimated). observed_estimated_label = tr("%s (neradni dan, procijenjeno)") supported_languages = ("cnr", "en_US", "uk") supported_categories = (CATHOLIC, ISLAMIC, HEBREW, ORTHODOX, PUBLIC, WORKDAY) start_year = 2007 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self, calendar=JULIAN_CALENDAR) HebrewCalendarHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=MontenegroIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, cls=MontenegroStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. name = tr("Nova godina") self._add_observed(self._add_new_years_day(name), rule=SUN_TO_NEXT_TUE) self._add_observed(self._add_new_years_day_two(name)) # Labor Day. name = tr("Praznik rada") self._add_observed(self._add_labor_day(name), rule=SUN_TO_NEXT_TUE) self._add_observed(self._add_labor_day_two(name)) # Independence Day. name = tr("Dan nezavisnosti") self._add_observed(self._add_holiday_may_21(name), rule=SUN_TO_NEXT_TUE) self._add_observed(self._add_holiday_may_22(name)) # Statehood Day. name = tr("Dan državnosti") self._add_observed(self._add_holiday_jul_13(name), rule=SUN_TO_NEXT_TUE) self._add_observed(self._add_holiday_jul_14(name)) if self._year >= 2022: # Njegos Day. self._add_observed(self._add_holiday_nov_13(tr("Njegošev dan"))) def _populate_catholic_holidays(self): # Good Friday. self._add_good_friday(tr("Veliki petak"), GREGORIAN_CALENDAR) # Easter. self._add_easter_monday(tr("Uskrs"), GREGORIAN_CALENDAR) # All Saints' Day. self._add_all_saints_day(tr("Svi Sveti")) # Christmas Eve. self._add_christmas_eve(tr("Badnji dan"), GREGORIAN_CALENDAR) # Christmas. name = tr("Božić") self._add_christmas_day(name, GREGORIAN_CALENDAR) self._add_christmas_day_two(name, GREGORIAN_CALENDAR) def _populate_hebrew_holidays(self): # Pesach. self._add_passover(tr("Pasha"), range(2)) # Yom Kippur. self._add_yom_kippur(tr("Jom Kipur"), range(2)) def _populate_islamic_holidays(self): # Eid al-Fitr. name = tr("Ramazanski bajram") self._add_eid_al_fitr_day(name) self._add_eid_al_fitr_day_two(name) self._add_eid_al_fitr_day_three(name) # Eid al-Adha. name = tr("Kurbanski bajram") self._add_eid_al_adha_day(name) self._add_eid_al_adha_day_two(name) self._add_eid_al_adha_day_three(name) def _populate_orthodox_holidays(self): # Good Friday. self._add_good_friday(tr("Veliki petak")) # Easter. self._add_easter_monday(tr("Uskrs")) # Christmas Eve. self._add_christmas_eve(tr("Badnji dan")) # Christmas. name = tr("Božić") self._add_christmas_day(name) self._add_christmas_day_two(name) def _populate_workday_holidays(self): if self._year >= 2022: # Ecological State Day. self._add_holiday_sep_20(tr("Dan Ekološke države")) class ME(Montenegro): pass class MNE(Montenegro): pass class MontenegroIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 5), 2015: (SEP, 24), 2016: (SEP, 13), 2017: (SEP, 2), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 16), } EID_AL_FITR_DATES = { 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 29), 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), } class MontenegroStaticHolidays: special_public_holidays = { 2024: (NOV, 14, tr("Njegošev dan")), } holidays-0.71/holidays/countries/morocco.py000066400000000000000000000073621500152103600211200ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import IslamicHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Morocco(HolidayBase, InternationalHolidays, IslamicHolidays): """Morocco holidays. References: * * """ country = "MA" default_language = "ar" # %s (estimated). estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US", "fr") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("رأس السنة الميلادية")) if self._year >= 1945: # Proclamation of Independence Day. self._add_holiday_jan_11(tr("ذكرى تقديم وثيقة الاستقلال")) # In May 2023, Morocco recognized Berber New Year as official holiday. # http://www.diplomatie.ma/en/statement-royal-office-12 if self._year >= 2024: # Amazigh New Year. self._add_holiday_jan_13(tr("رأس السنة الأمازيغية")) # Labor Day. self._add_labor_day(tr("عيد العمال")) # Throne day. name = tr("عيد العرش") if self._year >= 2001: self._add_holiday_jul_30(name) elif self._year >= 1963: self._add_holiday_mar_3(name) else: self._add_holiday_nov_18(name) # Oued Ed-Dahab Day. self._add_holiday_aug_14(tr("ذكرى استرجاع إقليم وادي الذهب")) # Revolution Day. self._add_holiday_aug_20(tr("ذكرى ثورة الملك و الشعب")) # Youth Day. name = tr("عيد الشباب") if self._year >= 2001: self._add_holiday_aug_21(name) else: self._add_holiday_jul_9(name) if self._year >= 1976: # Green March. self._add_holiday_nov_6(tr("ذكرى المسيرة الخضراء")) if self._year >= 1957: # Independence Day. self._add_holiday_nov_18(tr("عيد الإستقلال")) # Eid al-Fitr. name = tr("عيد الفطر") self._add_eid_al_fitr_day(name) self._add_eid_al_fitr_day_two(name) # Eid al-Adha. name = tr("عيد الأضحى") self._add_eid_al_adha_day(name) self._add_eid_al_adha_day_two(name) # Islamic New Year. self._add_islamic_new_year_day(tr("رأس السنة الهجرية")) # Prophet's Birthday. name = tr("عيد المولد النبوي") self._add_mawlid_day(name) self._add_mawlid_day_two(name) class MA(Morocco): pass class MOR(Morocco): pass holidays-0.71/holidays/countries/mozambique.py000066400000000000000000000046631500152103600216310ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class Mozambique(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Mozambique holidays.""" country = "MZ" default_language = "pt_MZ" # %s (observed). observed_label = tr("%s (ponte)") supported_languages = ("en_US", "pt_MZ", "uk") start_year = 1975 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # International Fraternalism Day. self._add_observed(self._add_new_years_day(tr("Dia da Fraternidade universal"))) # Heroes' Day. self._add_observed(self._add_holiday_feb_3(tr("Dia dos Heróis Moçambicanos"))) # Women's Day. self._add_observed(self._add_holiday_apr_7(tr("Dia da Mulher Moçambicana"))) # International Workers' Day. self._add_observed(self._add_labor_day(tr("Dia Internacional dos Trabalhadores"))) # Independence Day. self._add_observed(self._add_holiday_jun_25(tr("Dia da Independência Nacional"))) # Victory Day. self._add_observed(self._add_holiday_sep_7(tr("Dia da Vitória"))) self._add_observed( # Armed Forces Day. self._add_holiday_sep_25(tr("Dia das Forças Armadas de Libertação Nacional")) ) if self._year >= 1993: # Peace and Reconciliation Day. self._add_observed(self._add_holiday_oct_4(tr("Dia da Paz e Reconciliação"))) # Family Day. self._add_observed(self._add_christmas_day(tr("Dia da Família"))) class MZ(Mozambique): pass class MOZ(Mozambique): pass holidays-0.71/holidays/countries/namibia.py000066400000000000000000000065171500152103600210600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class Namibia(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Namibia holidays. References: * * * As of 1991/2/1, whenever a public holiday falls on a Sunday, it rolls over to the monday, unless that monday is already a public holiday. Since the interval from 1991/1/1 to 1991/2/1 includes only New Year's Day, and it's a Tuesday, we can assume that the beginning is 1991. """ country = "NA" # %s (observed). observed_label = "%s (observed)" start_year = 1990 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, NamibiaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) kwargs.setdefault("observed_since", 1991) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day("New Year's Day")) # Independence Day. self._add_observed(self._add_holiday_mar_21("Independence Day")) # Good Friday. self._add_good_friday("Good Friday") # Easter Monday. self._add_easter_monday("Easter Monday") # Workers' Day. self._add_observed(self._add_labor_day("Workers' Day")) # Cassinga Day. self._add_observed(self._add_holiday_may_4("Cassinga Day")) # Africa Day. self._add_observed(self._add_africa_day("Africa Day")) # Ascension Day. self._add_ascension_thursday("Ascension Day") # Heroes' Day. self._add_observed(self._add_holiday_aug_26("Heroes' Day")) # http://www.lac.org.na/laws/2004/3348.pdf self._add_observed( self._add_holiday_sep_10( "Day of the Namibian Women and International Human Rights Day" if self._year >= 2005 else "International Human Rights Day" ) ) # Christmas Day. self._add_christmas_day("Christmas Day") # Family Day. self._add_observed(self._add_christmas_day_two("Family Day")) class NA(Namibia): pass class NAM(Namibia): pass class NamibiaStaticHolidays: special_public_holidays = { # https://gazettes.africa/archive/na/1999/na-government-gazette-dated-1999-11-22-no-2234.pdf 1999: (DEC, 31, "Y2K changeover"), 2000: (JAN, 3, "Y2K changeover"), } holidays-0.71/holidays/countries/netherlands.py000066400000000000000000000063651500152103600217700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import APR, AUG, _timedelta from holidays.constants import OPTIONAL, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Netherlands(HolidayBase, ChristianHolidays, InternationalHolidays): """Netherlands holidays. References: * * * """ country = "NL" default_language = "nl" supported_categories = (OPTIONAL, PUBLIC) supported_languages = ("en_US", "fy", "nl", "uk") start_year = 1801 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Nieuwjaarsdag")) # Easter Sunday. self._add_easter_sunday(tr("Eerste paasdag")) # Easter Monday. self._add_easter_monday(tr("Tweede paasdag")) # King's / Queen's day if self._year >= 1891: name = ( # King's Day. tr("Koningsdag") if self._year >= 2014 # Queen's Day. else tr("Koninginnedag") ) if self._year >= 2014: dt = date(self._year, APR, 27) elif self._year >= 1949: dt = date(self._year, APR, 30) else: dt = date(self._year, AUG, 31) if self._is_sunday(dt): dt = _timedelta(dt, -1 if self._year >= 1980 else +1) self._add_holiday(name, dt) if self._year >= 1950 and self._year % 5 == 0: # Liberation Day. self._add_holiday_may_5(tr("Bevrijdingsdag")) # Ascension Day. self._add_ascension_thursday(tr("Hemelvaartsdag")) # Whit Sunday. self._add_whit_sunday(tr("Eerste Pinksterdag")) # Whit Monday. self._add_whit_monday(tr("Tweede Pinksterdag")) # Christmas Day. self._add_christmas_day(tr("Eerste Kerstdag")) # Second Day of Christmas. self._add_christmas_day_two(tr("Tweede Kerstdag")) def _populate_optional_holidays(self): # Good Friday. self._add_good_friday(tr("Goede Vrijdag")) if self._year >= 1990: # Liberation Day. self._add_holiday_may_5(tr("Bevrijdingsdag")) class NL(Netherlands): pass class NLD(Netherlands): pass holidays-0.71/holidays/countries/new_zealand.py000066400000000000000000000255011500152103600217410ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.gregorian import JAN, FEB, MAR, JUN, JUL, SEP, NOV, DEC, _timedelta from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, ALL_TO_NEAREST_MON, SAT_SUN_TO_NEXT_MON, SAT_SUN_TO_NEXT_MON_TUE, ) class NewZealand(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """New Zealand holidays.""" country = "NZ" observed_label = "%s (observed)" subdivisions = ( # ISO 3166-2: Regions and Special Island Authorities. # https://en.wikipedia.org/wiki/ISO_3166-2:NZ "AUK", # Auckland / Tāmaki-makaurau "BOP", # Bay of Plenty / Toi Moana "CAN", # Canterbury / Waitaha "CIT", # Chatham Islands Territory / Wharekauri "GIS", # Gisborne / Te Tairāwhiti "HKB", # Hawke's Bay / Te Matau a Māui "MBH", # Marlborough "MWT", # Manawatū-Whanganui / Manawatū Whanganui "NSN", # Nelson / Whakatū "NTL", # Northland / Te Tai tokerau "OTA", # Otago / Ō Tākou "STL", # Southland / Te Taiao Tonga "TAS", # Tasman / Te tai o Aorere "TKI", # Taranaki "WGN", # Greater Wellington / Te Pane Matua Taiao "WKO", # Waikato "WTC", # West Coast / Te Tai o Poutini # Subregions: # https://www.govt.nz/browse/work/public-holidays-and-work/public-holidays-and-anniversary-dates/ "South Canterbury", ) subdivisions_aliases = { # Fullnames in English and Maori, as well as HASC. "Auckland": "AUK", "Tāmaki-Makaurau": "AUK", "AU": "AUK", "Bay of Plenty": "BOP", "Toi Moana": "BOP", "BP": "BOP", "Canterbury": "CAN", "Waitaha": "CAN", "CA": "CAN", "Chatham Islands Territory": "CIT", "Chatham Islands": "CIT", # 1901-1994, as County "Wharekauri": "CIT", "CI": "CIT", "Gisborne": "GIS", "Te Tairāwhiti": "GIS", "GI": "GIS", "Hawke's Bay": "HKB", "Te Matau-a-Māui": "HKB", "HB": "HKB", "Marlborough": "MBH", "MA": "MBH", "Manawatū Whanganui": "MWT", "Manawatū-Whanganui": "MWT", "MW": "MWT", "Nelson": "NSN", "Whakatū": "NSN", "NE": "NSN", "Northland": "NTL", "Te Taitokerau": "NTL", "NO": "NTL", "Otago": "OTA", "Ō Tākou": "OTA", "OT": "OTA", "Southland": "STL", "Te Taiao Tonga": "STL", "SO": "STL", "Tasman": "TAS", "Te tai o Aorere": "TAS", "TS": "TAS", "Taranaki": "TKI", "TK": "TKI", "Greater Wellington": "WGN", "Te Pane Matua Taiao": "WGN", "Wellington": "WGN", # Prev. ISO code from 2010-2015. "Te Whanganui-a-Tara": "WGN", # Prev. ISO code from 2010-2015. "WG": "WGN", "Waikato": "WKO", "WK": "WKO", "West Coast": "WTC", "Te Tai o Poutini": "WTC", "WC": "WTC", } _deprecated_subdivisions = ( # Pre-1893 Naming in Previous Implementations. "New Plymouth", # 1853-1859, Now Taranaki. "Westland", # 1873-1876, Now West Coast. # Unofficial Code. "STC", # For 'South Canterbury' Subregional Holidays. "WTL", # Westland, Correct code is WTC (for West Coast). ) start_year = 1894 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, NewZelandStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _get_nearest_monday(self, *args) -> Optional[date]: return self._get_observed_date(date(self._year, *args), rule=ALL_TO_NEAREST_MON) def _populate_public_holidays(self): # Bank Holidays Act 1873 # The Employment of Females Act 1873 # Factories Act 1894 # Industrial Conciliation and Arbitration Act 1894 # Labour Day Act 1899 # Anzac Day Act 1920, 1949, 1956 # New Zealand Day Act 1973 # Waitangi Day Act 1960, 1976 # Sovereign's Birthday Observance Act 1937, 1952 # Holidays Act 1981, 2003 # New Year's Day self._add_observed(self._add_new_years_day("New Year's Day"), rule=SAT_SUN_TO_NEXT_MON_TUE) self._add_observed( self._add_new_years_day_two("Day after New Year's Day"), rule=SAT_SUN_TO_NEXT_MON_TUE ) # Waitangi Day if self._year >= 1974: name = "Waitangi Day" if self._year >= 1977 else "New Zealand Day" feb_6 = self._add_holiday_feb_6(name) if self._year >= 2014: self._add_observed(feb_6) # Anzac Day if self._year >= 1921: apr_25 = self._add_anzac_day("Anzac Day") if self._year >= 2014: self._add_observed(apr_25) # Easter self._add_good_friday("Good Friday") self._add_easter_monday("Easter Monday") # Sovereign's Birthday if self._year >= 1902: name = "Queen's Birthday" if 1952 <= self._year <= 2022 else "King's Birthday" if self._year == 1952: self._add_holiday_jun_2(name) # Elizabeth II elif self._year >= 1938: self._add_holiday_1st_mon_of_jun(name) # EII & GVI elif self._year == 1937: self._add_holiday_jun_9(name) # George VI elif self._year == 1936: self._add_holiday_jun_23(name) # Edward VIII elif self._year >= 1912: self._add_holiday_jun_3(name) # George V else: # http://paperspast.natlib.govt.nz/cgi-bin/paperspast?a=d&d=NZH19091110.2.67 self._add_holiday_nov_9(name) # Edward VII # Matariki dates_obs = { 2022: (JUN, 24), 2023: (JUL, 14), 2024: (JUN, 28), 2025: (JUN, 20), 2026: (JUL, 10), 2027: (JUN, 25), 2028: (JUL, 14), 2029: (JUL, 6), 2030: (JUN, 21), 2031: (JUL, 11), 2032: (JUL, 2), 2033: (JUN, 24), 2034: (JUL, 7), 2035: (JUN, 29), 2036: (JUL, 18), 2037: (JUL, 10), 2038: (JUN, 25), 2039: (JUL, 15), 2040: (JUL, 6), 2041: (JUL, 19), 2042: (JUL, 11), 2043: (JUL, 3), 2044: (JUN, 24), 2045: (JUL, 7), 2046: (JUN, 29), 2047: (JUL, 19), 2048: (JUL, 3), 2049: (JUN, 25), 2050: (JUL, 15), 2051: (JUN, 30), 2052: (JUN, 21), } if self._year in dates_obs: self._add_holiday("Matariki", dates_obs[self._year]) # Labour Day if self._year >= 1900: name = "Labour Day" if self._year >= 1910: self._add_holiday_4th_mon_of_oct(name) else: self._add_holiday_2nd_wed_of_oct(name) # Christmas Day self._add_observed(self._add_christmas_day("Christmas Day"), rule=SAT_SUN_TO_NEXT_MON_TUE) # Boxing Day self._add_observed(self._add_christmas_day_two("Boxing Day"), rule=SAT_SUN_TO_NEXT_MON_TUE) if self.subdiv == "New Plymouth": self._populate_subdiv_tki_public_holidays() elif self.subdiv == "South Canterbury": self._populate_subdiv_stc_public_holidays() elif self.subdiv in {"WTL", "Westland"}: self._populate_subdiv_wtc_public_holidays() def _populate_subdiv_auk_public_holidays(self): self._add_holiday("Auckland Anniversary Day", self._get_nearest_monday(JAN, 29)) def _populate_subdiv_can_public_holidays(self): self._add_holiday_10_days_past_1st_tue_of_nov("Canterbury Anniversary Day") def _populate_subdiv_cit_public_holidays(self): self._add_holiday("Chatham Islands Anniversary Day", self._get_nearest_monday(NOV, 30)) def _populate_subdiv_hkb_public_holidays(self): self._add_holiday_3_days_prior_4th_mon_of_oct("Hawke's Bay Anniversary Day") def _populate_subdiv_mbh_public_holidays(self): self._add_holiday_7_days_past_4th_mon_of_oct("Marlborough Anniversary Day") def _populate_subdiv_nsn_public_holidays(self): self._add_holiday("Nelson Anniversary Day", self._get_nearest_monday(FEB, 1)) def _populate_subdiv_ntl_public_holidays(self): if 1964 <= self._year <= 1973: self._add_holiday("Waitangi Day", self._get_nearest_monday(FEB, 6)) else: self._add_holiday("Auckland Anniversary Day", self._get_nearest_monday(JAN, 29)) def _populate_subdiv_ota_public_holidays(self): # there is no easily determined single day of local observance?!?! dt = self._get_nearest_monday(MAR, 23) if dt == _timedelta(self._easter_sunday, +1): # Avoid Easter Monday dt = _timedelta(dt, +1) self._add_holiday("Otago Anniversary Day", dt) def _populate_subdiv_stc_public_holidays(self): self._add_holiday_4th_mon_of_sep("South Canterbury Anniversary Day") def _populate_subdiv_stl_public_holidays(self): name = "Southland Anniversary Day" if self._year >= 2012: self._add_easter_tuesday(name) else: self._add_holiday(name, self._get_nearest_monday(JAN, 17)) def _populate_subdiv_tki_public_holidays(self): self._add_holiday_2nd_mon_of_mar("Taranaki Anniversary Day") def _populate_subdiv_wgn_public_holidays(self): self._add_holiday("Wellington Anniversary Day", self._get_nearest_monday(JAN, 22)) def _populate_subdiv_wtc_public_holidays(self): dt = ( date(self._year, DEC, 5) if self._year == 2005 # special case?!?! else self._get_nearest_monday(DEC, 1) ) self._add_holiday("West Coast Anniversary Day", dt) class NZ(NewZealand): pass class NZL(NewZealand): pass class NewZelandStaticHolidays: special_public_holidays = { 2022: (SEP, 26, "Queen Elizabeth II Memorial Day"), } holidays-0.71/holidays/countries/nicaragua.py000066400000000000000000000065251500152103600214110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Nicaragua(HolidayBase, ChristianHolidays, InternationalHolidays): """Nicaragua holidays. References: * * * """ country = "NI" default_language = "es" subdivisions = ( "AN", "AS", "BO", "CA", "CI", "CO", "ES", "GR", "JI", "LE", "MD", "MN", "MS", "MT", "NS", "RI", "SJ", ) subdivisions_aliases = { "Costa Caribe Norte": "AN", "Costa Caribe Sur": "AS", "Boaco": "BO", "Carazo": "CA", "Chinandega": "CI", "Chontales": "CO", "Estelí": "ES", "Granada": "GR", "Jinotega": "JI", "León": "LE", "Madriz": "MD", "Managua": "MN", "Masaya": "MS", "Matagalpa": "MT", "Nueva Segovia": "NS", "Río San Juan": "SJ", "Rivas": "RI", } supported_languages = ("en_US", "es", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) # Maundy Thursday. self._add_holy_thursday(tr("Jueves Santo")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Labor Day. self._add_labor_day(tr("Día del Trabajo")) if self._year >= 2022: # Mother's Day. self._add_holiday_may_30(tr("Día de la Madre")) if self._year >= 1979: # Revolution Day. self._add_holiday_jul_19(tr("Día de la Revolución")) # Battle of San Jacinto Day. self._add_holiday_sep_14(tr("Batalla de San Jacinto")) # Independence Day. self._add_holiday_sep_15(tr("Día de la Independencia")) # Immaculate Conception. self._add_immaculate_conception_day(tr("Concepción de María")) # Christmas Day. self._add_christmas_day(tr("Navidad")) def _populate_subdiv_mn_public_holidays(self): # Descent of Saint Dominic. self._add_holiday_aug_1(tr("Bajada de Santo Domingo")) # Ascent of Saint Dominic. self._add_holiday_aug_10(tr("Subida de Santo Domingo")) class NI(Nicaragua): pass class NIC(Nicaragua): pass holidays-0.71/holidays/countries/nigeria.py000066400000000000000000000066701500152103600210760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FEB, MAY from holidays.groups import ( ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY class Nigeria( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays ): """Nigeria holidays. References: * """ country = "NG" observed_label = "%s (observed)" start_year = 1979 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) StaticHolidays.__init__(self, NigeriaStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 2016) super().__init__(*args, **kwargs) def _populate_public_holidays(self): dts_observed = set() # New Year's Day. dts_observed.add(self._add_new_years_day("New Year's Day")) self._add_good_friday("Good Friday") self._add_easter_monday("Easter Monday") # Worker's day. if self._year >= 1981: dts_observed.add(self._add_labor_day("Workers' Day")) # Democracy Day. if self._year >= 2000: name = "Democracy Day" dts_observed.add( self._add_holiday_jun_12(name) if self._year >= 2019 else self._add_holiday_may_29(name) ) # Independence Day. dts_observed.add(self._add_holiday_oct_1("Independence Day")) # Christmas day. dts_observed.add(self._add_christmas_day("Christmas Day")) # Boxing day. dts_observed.add(self._add_christmas_day_two("Boxing Day")) # Eid al-Fitr. dts_observed.update(self._add_eid_al_fitr_day("Eid-el-Fitr")) dts_observed.update(self._add_eid_al_fitr_day_two("Eid-el-Fitr Holiday")) # Eid al-Adha. dts_observed.update(self._add_eid_al_adha_day("Eid-el-Kabir")) dts_observed.update(self._add_eid_al_adha_day_two("Eid-el-Kabir Holiday")) # Birthday of Prophet Muhammad. dts_observed.update(self._add_mawlid_day("Eid-el-Mawlid")) if self.observed: self._populate_observed(dts_observed) class NG(Nigeria): pass class NGA(Nigeria): pass class NigeriaStaticHolidays: special_public_holidays = { 2019: ( (FEB, 22, "Public Holiday for Elections"), (MAY, 29, "Presidential Inauguration Day"), ), } holidays-0.71/holidays/countries/north_macedonia.py000066400000000000000000000042701500152103600226040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.julian import JULIAN_CALENDAR from holidays.groups import ChristianHolidays, IslamicHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class NorthMacedonia(HolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays): """North Macedonia holidays. References: * """ country = "MK" def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) super().__init__(*args, **kwargs) def _populate_public_holidays(self): self._add_new_years_day("New Year's Day") self._add_christmas_day("Christmas Day (Orthodox)") self._add_easter_monday("Easter Monday (Orthodox)") self._add_labor_day("Labour Day") self._add_holiday_may_24("Saints Cyril and Methodius Day") self._add_holiday_aug_2("Republic Day") self._add_holiday_sep_8("Independence Day") self._add_holiday_oct_11("Day of Macedonian Uprising in 1941") self._add_holiday_oct_23("Day of the Macedonian Revolutionary Struggle") self._add_holiday_dec_8("Saint Clement of Ohrid Day") self._add_eid_al_fitr_day("Eid al-Fitr") class MK(NorthMacedonia): pass class MKD(NorthMacedonia): pass holidays-0.71/holidays/countries/northern_mariana_islands.py000066400000000000000000000030041500152103600245100ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import GOVERNMENT, PUBLIC, UNOFFICIAL from holidays.countries.united_states import US class HolidaysMP(US): """Northern Mariana Islands (the) holidays. Alias of a US subdivision that is also officially assigned its own country code in ISO 3166-1. See """ country = "MP" supported_categories = (GOVERNMENT, PUBLIC, UNOFFICIAL) subdivisions = () # Override US subdivisions. def _populate_public_holidays(self) -> None: self.subdiv = "MP" super()._populate_public_holidays() def _populate_government_holidays(self) -> None: self.subdiv = "MP" super()._populate_government_holidays() def _populate_unofficial_holidays(self) -> None: self.subdiv = "MP" super()._populate_unofficial_holidays() class MP(HolidaysMP): pass class MNP(HolidaysMP): pass class NorthernMarianaIslands(HolidaysMP): pass holidays-0.71/holidays/countries/norway.py000066400000000000000000000065751500152103600210030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import _get_all_sundays from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Norway(HolidayBase, ChristianHolidays, InternationalHolidays): """Norway holidays. References: * * * Note that holidays falling on a sunday is "lost", it will not be moved to another day to make up for the collision. In Norway, ALL sundays are considered a holiday (https://snl.no/helligdag). Initialize this class with `include_sundays=False` to not include sundays as a holiday. """ country = "NO" default_language = "no" supported_languages = ("en_US", "no", "th", "uk") def __init__(self, include_sundays: bool = False, *args, **kwargs): """ Args: include_sundays: Whether to consider sundays as a holiday (which they are in Norway) """ self.include_sundays = include_sundays ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Første nyttårsdag")) # Maundy Thursday. self._add_holy_thursday(tr("Skjærtorsdag")) # Good Friday. self._add_good_friday(tr("Langfredag")) # Easter Sunday. self._add_easter_sunday(tr("Første påskedag")) # Easter Monday. self._add_easter_monday(tr("Andre påskedag")) # Source: https://lovdata.no/dokument/NL/lov/1947-04-26-1 if self._year >= 1947: # Labor Day. self._add_labor_day(tr("Arbeidernes dag")) # Constitution Day. self._add_holiday_may_17(tr("Grunnlovsdag")) # Ascension Day. self._add_ascension_thursday(tr("Kristi himmelfartsdag")) # Whit Sunday. self._add_whit_sunday(tr("Første pinsedag")) # Whit Monday. self._add_whit_monday(tr("Andre pinsedag")) # According to https://no.wikipedia.org/wiki/F%C3%B8rste_juledag, # these dates are only valid from year > 1700 # Wikipedia has no source for the statement, so leaving this be for now # Christmas Day. self._add_christmas_day(tr("Første juledag")) # Second Day of Christmas. self._add_christmas_day_two(tr("Andre juledag")) if self.include_sundays: # Optionally add all Sundays of the year. for dt in _get_all_sundays(self._year): # Sunday. self._add_holiday(tr("Søndag"), dt) class NO(Norway): pass class NOR(Norway): pass holidays-0.71/holidays/countries/oman.py000066400000000000000000000123661500152103600204110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import ( JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, THU, FRI, SAT, _timedelta, ) from holidays.groups import IslamicHolidays from holidays.holiday_base import HolidayBase class Oman(HolidayBase, IslamicHolidays): """Oman holidays. References: * * [Independence](https://www.omaninfo.om/pages/175/show/572) * [Weekend](https://abnnews.com/the-sultanate-of-oman-changes-weekend-days-from-01-may-2013/) * [Decree 56/2020](https://decree.om/2020/rd20200056/) * [Decree 88/2022](https://decree.om/2022/rd20220088/) * [Decree 15/2025 (National day is moved)](https://decree.om/2025/rd20250015/) """ country = "OM" default_language = "ar" # %s (estimated). estimated_label = tr("%s (مُقدَّر)") start_year = 1970 supported_languages = ("ar", "en_US") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ IslamicHolidays.__init__( self, cls=OmanIslamicHolidays, show_estimated=islamic_show_estimated ) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Oman switches from THU-FRI to FRI-SAT on May 1, 2013. self.weekend = {THU, FRI} if self._year <= 2013 else {FRI, SAT} if self._year >= 2020: # Sultan's Accession Day. self._add_holiday_jan_11(tr("اليوم الوطني لتولي السلطان")) if self._year <= 2019: # Renaissance Day. self._add_holiday_jul_23(tr("يوم النهضة")) if self._year >= 2020: # National Day. name = tr("يوم وطني") if self._year <= 2024: self._add_holiday_nov_18(name) self._add_holiday_nov_19(name) else: self._add_holiday_nov_20(name) self._add_holiday_nov_21(name) # Islamic New Year. self._add_islamic_new_year_day(tr("رأس السنة الهجرية")) # Prophet's Birthday. self._add_mawlid_day(tr("مولد النبي")) # Isra' and Mi'raj. self._add_isra_and_miraj_day(tr("الإسراء والمعراج")) # Eid al-Fitr. name = tr("عيد الفطر") self._add_eid_al_fitr_day(name) self._add_eid_al_fitr_day_two(name) self._add_eid_al_fitr_day_three(name) for dt in self._add_holiday_29_ramadan(name): if _timedelta(dt, +1) not in self: self._add_eid_al_fitr_eve(name) # Eid al-Adha. name = tr("عيد الأضحى") self._add_arafah_day(name) self._add_eid_al_adha_day(name) self._add_eid_al_adha_day_two(name) self._add_eid_al_adha_day_three(name) class OM(Oman): pass class OMN(Oman): pass class OmanIslamicHolidays(_CustomIslamicHolidays): # https://www.timeanddate.com/holidays/oman/muharram-new-year HIJRI_NEW_YEAR_DATES = { 2018: (SEP, 11), 2019: (SEP, 1), 2020: (AUG, 21), 2021: (AUG, 10), 2022: (JUL, 30), 2023: (JUL, 20), 2024: (JUL, 7), } # https://www.timeanddate.com/holidays/oman/prophet-birthday MAWLID_DATES = { 2018: (NOV, 20), 2019: (NOV, 9), 2020: (OCT, 29), 2021: (OCT, 19), 2022: (OCT, 9), 2023: (SEP, 28), 2024: (SEP, 15), } # https://www.timeanddate.com/holidays/oman/isra-miraj ISRA_AND_MIRAJ_DATES = { 2018: (APR, 13), 2019: (APR, 3), 2020: (MAR, 22), 2021: (MAR, 11), 2022: (MAR, 1), 2023: (FEB, 19), 2024: (FEB, 8), 2025: (JAN, 27), } # https://www.timeanddate.com/holidays/oman/eid-al-adha EID_AL_ADHA_DATES = { 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 17), } # https://www.timeanddate.com/holidays/oman/eid-al-fitr EID_AL_FITR_DATES = { 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 22), 2024: (APR, 10), 2025: (MAR, 31), } # https://www.timeanddate.com/holidays/oman/ramadan-begins RAMADAN_BEGINNING_DATES = { 2023: (MAR, 23), 2024: (MAR, 12), 2025: (MAR, 1), } holidays-0.71/holidays/countries/pakistan.py000066400000000000000000000134631500152103600212700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.groups import InternationalHolidays, IslamicHolidays from holidays.holiday_base import HolidayBase class Pakistan(HolidayBase, InternationalHolidays, IslamicHolidays): """Pakistan holidays. References: * * * [Public and optional holidays](https://cabinet.gov.pk/Detail/OTE2ODBiYmItZmI0MS00NDAwLWE5NGUtYmE1MGVjYzllMzAz) * [No.10-01/2024-Min-II](https://cabinet.gov.pk/SiteImage/Misc/files/Holidays/28-5-24.pdf) """ country = "PK" default_language = "en_PK" # %s (estimated). estimated_label = tr("%s (estimated)") start_year = 1948 supported_languages = ("en_PK", "en_US", "ur_PK") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=PakistanIslamicHolidays, show_estimated=islamic_show_estimated ) super().__init__(*args, **kwargs) def _populate_public_holidays(self): if self._year >= 1990: # Kashmir Solidarity Day. self._add_holiday_feb_5(tr("Kashmir Solidarity Day")) if self._year >= 1956: # Pakistan Day. self._add_holiday_mar_23(tr("Pakistan Day")) if self._year >= 1972: # Labor Day. self._add_labor_day(tr("Labour Day")) if self._year >= 2024: # Youm-e-Takbeer. self._add_holiday_may_28(tr("Youm-e-Takbeer")) # Independence Day. self._add_holiday_aug_14(tr("Independence Day")) if self._year <= 2014 or self._year >= 2022: # Iqbal Day. self._add_holiday_nov_9(tr("Iqbal Day")) # Quaid-e-Azam Day. self._add_holiday_dec_25(tr("Quaid-e-Azam Day")) # Eid al-Fitr. name = tr("Eid-ul-Fitr") self._add_eid_al_fitr_day(name) self._add_eid_al_fitr_day_two(name) self._add_eid_al_fitr_day_three(name) # Eid al-Adha. name = tr("Eid-ul-Adha") self._add_eid_al_adha_day(name) self._add_eid_al_adha_day_two(name) self._add_eid_al_adha_day_three(name) # Prophet's Birthday. self._add_mawlid_day(tr("Eid Milad-un-Nabi")) # Ashura. name = tr("Ashura") self._add_ashura_eve(name) self._add_ashura_day(name) class PK(Pakistan): pass class PAK(Pakistan): pass class PakistanIslamicHolidays(_CustomIslamicHolidays): # https://www.timeanddate.com/holidays/pakistan/first-day-ashura ASHURA_DATES = { 2005: (FEB, 18), 2006: (FEB, 8), 2007: (JAN, 28), 2008: (JAN, 18), 2009: ((JAN, 6), (DEC, 26)), 2010: (DEC, 16), 2011: (DEC, 5), 2012: (NOV, 23), 2013: (NOV, 13), 2014: (NOV, 3), 2015: (OCT, 23), 2016: (OCT, 11), 2017: (SEP, 30), 2018: (SEP, 21), 2019: (SEP, 9), 2020: (AUG, 29), 2021: (AUG, 18), 2022: (AUG, 9), 2023: (JUL, 28), 2024: (JUL, 16), } # https://www.timeanddate.com/holidays/pakistan/eid-ul-azha EID_AL_ADHA_DATES = { 2005: (JAN, 21), 2006: ((JAN, 10), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 9), 2009: (NOV, 28), 2010: (NOV, 17), 2011: (NOV, 7), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 6), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 2), 2018: (AUG, 22), 2019: (AUG, 12), 2020: (JUL, 31), 2021: (JUL, 21), 2022: (JUL, 10), 2023: (JUN, 29), 2024: (JUN, 17), } # https://www.timeanddate.com/holidays/pakistan/eid-ul-fitr-1 EID_AL_FITR_DATES = { 2005: (NOV, 4), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 2), 2009: (SEP, 21), 2010: (SEP, 10), 2011: (AUG, 31), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 29), 2015: (JUL, 17), 2016: (JUL, 6), 2017: (JUN, 26), 2018: (JUN, 16), 2019: (JUN, 5), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 3), 2023: (APR, 22), 2024: (APR, 10), 2025: (MAR, 31), } # https://www.timeanddate.com/holidays/pakistan/eid-milad-un-nabi MAWLID_DATES = { 2005: (APR, 22), 2006: (APR, 11), 2007: (MAR, 31), 2008: (MAR, 21), 2009: (MAR, 9), 2010: (MAR, 1), 2011: (FEB, 17), 2012: (FEB, 5), 2013: (JAN, 24), 2014: (JAN, 14), 2015: (JAN, 4), 2016: (DEC, 12), 2017: (DEC, 1), 2018: (NOV, 21), 2019: (NOV, 10), 2020: (OCT, 30), 2021: (OCT, 19), 2022: (OCT, 9), 2023: (SEP, 29), 2024: (SEP, 17), } holidays-0.71/holidays/countries/palau.py000066400000000000000000000112561500152103600205560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import SEP, NOV from holidays.constants import ARMED_FORCES, HALF_DAY, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_TO_PREV_FRI, SUN_TO_NEXT_MON class Palau(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Palau holidays. References: * [Chapter 7, Holidays](http://www.paclii.org/pw/legis/consol_act/gpt1262/) * * [EO336 Memorial Day repealed](https://www.facebook.com/PalauPresident/posts/195883107230463) * [Earliest source for President's Day](https://www.taiwanembassy.org/pal_en/post/792.html) If any of the holidays enumerated in section 701 of this chapter falls on Sunday, the following Monday shall be observed as a holiday. If any of the holidays enumerated in section 701 of this chapter falls on Saturday, the preceding Friday shall be observed as a holiday. As there's no record of President's Day (Jun 1) and Independence Day (Oct 1) being legal holiday before 2017, as seen in RPRL 10-15, they shall be assumed to start in 2018 for our current implementation. """ country = "PW" supported_categories = (ARMED_FORCES, HALF_DAY, PUBLIC) observed_label = "%s (observed)" # Republic of Palau Public Law No. 2-15. # The legislation was first adopted by the 2nd Olbiil Era Kelulau (1984-1988), # but since we cannot find any info on its actual adoption date, we may as # well use the formation date of the country as the placeholder cut-off date. start_year = 1981 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, PalauStaticHolidays) kwargs.setdefault("observed_rule", SAT_TO_PREV_FRI + SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Fixed Date Public Holidays. # New Year's Day. name = "New Year's Day" self._add_observed(self._add_new_years_day(name)) self._add_observed(self._next_year_new_years_day, name=name, rule=SAT_TO_PREV_FRI) # Youth Day. self._add_observed(self._add_holiday_mar_15("Youth Day")) # Senior Citizens Day. self._add_observed(self._add_holiday_may_5("Senior Citizens Day")) if self._year in {2011, 2012}: # Memorial Day. self._add_holiday_last_mon_of_may("Memorial Day") if self._year >= 2018: # President's Day. self._add_observed(self._add_holiday_jun_1("President's Day")) # Constitution Day. self._add_observed(self._add_holiday_jul_9("Constitution Day")) # Labor Day. self._add_holiday_1st_mon_of_sep("Labor Day") if self._year >= 2018: # Independence Day. self._add_observed(self._add_holiday_oct_1("Independence Day")) # United Nations Day. self._add_observed(self._add_united_nations_day("United Nations Day")) # Thanksgiving Day. self._add_holiday_4th_thu_of_nov("Thanksgiving Day") if self._year >= 2017: # Family Day. self._add_holiday_4th_fri_of_nov("Family Day") # Christmas Day. self._add_observed(self._add_christmas_day("Christmas Day")) class PW(Palau): pass class PLW(Palau): pass class PalauStaticHolidays: """Palau special holidays. References: * * * """ special_armed_forces_holidays = { 2020: (NOV, 11, "Veterans Day"), } special_half_day_holidays = { 2019: (SEP, 30, "Preparation for the 25th Independence Day of the Republic of Palau"), } special_public_holidays = { 2020: (NOV, 3, "National Day of Democracy"), } holidays-0.71/holidays/countries/panama.py000066400000000000000000000106551500152103600207130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import JUL from holidays.constants import BANK, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class Panama(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Panama holidays. References: * * [Labor Code 1947](https://docs.panama.justia.com/federales/leyes/67-de-1947-nov-26-1947.pdf) * [Cabinet Decree #347 of 1969](https://docs.panama.justia.com/federales/decretos-de-gabinete/decreto-de-gabinete-347-de-1969-nov-14-1969.pdf) * [Labor Code 1971](https://www.mitradel.gob.pa/wp-content/uploads/2016/12/c%C3%B3digo-detrabajo.pdf) * [Law #4 of Jun 25, 1990](https://s3-legispan.asamblea.gob.pa/legispan/NORMAS/1990/1990/LEY/Administrador%20Legispan_21570_1990_7_2_ASAMBLEA%20LEGISLATIVA_4.pdf) * [Law #55 of Nov 7, 2001](https://docs.panama.justia.com/federales/leyes/55-de-2001-nov-14-2001.pdf) """ country = "PA" default_language = "es" # %s (observed). observed_label = tr("%s (puente)") supported_categories = (BANK, PUBLIC) supported_languages = ("en_US", "es", "uk") start_year = 1948 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, PanamaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) kwargs.setdefault("observed_since", 1972) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day(tr("Año Nuevo"))) if self._year >= 1972: # Martyrs' Day. self._add_observed(self._add_holiday_jan_9(tr("Día de los Mártires"))) if self._year <= 1971: # Constitution Day. self._add_holiday_mar_1(tr("Día de la Constitución")) # Carnival Tuesday. self._add_carnival_tuesday(tr("Martes de Carnaval")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Labor Day. self._add_observed(self._add_labor_day(tr("Día del Trabajo"))) # Separation Day. self._add_observed(self._add_holiday_nov_3(tr("Separación de Panamá de Colombia"))) # Law #55 of Nov 7, 2001. if self._year >= 2002: # Colon Day. self._add_observed(self._add_holiday_nov_5(tr("Día de Colón"))) # Cabinet Decree #347 of 1969. if self._year >= 1969: # Los Santos Uprising Day. self._add_observed(self._add_holiday_nov_10(tr("Primer Grito de Independencia"))) # Independence Day. self._add_observed(self._add_holiday_nov_28(tr("Independencia de Panamá de España"))) # Mother's Day. self._add_observed(self._add_holiday_dec_8(tr("Día de la Madre"))) if self._year >= 2022: # National Mourning Day. self._add_observed(self._add_holiday_dec_20(tr("Día de Duelo Nacional"))) # Christmas Day. self._add_observed(self._add_christmas_day(tr("Navidad"))) def _populate_bank_holidays(self): # Carnival Monday. self._add_carnival_monday(tr("Lunes de Carnaval")) # National Symbols Day. self._add_holiday_nov_4(tr("Día de los Símbolos Patrios")) class PA(Panama): pass class PAN(Panama): pass class PanamaStaticHolidays: # Presidential Inauguration Day. presidential_inauguration_day = tr("Toma posesión del Presidente de la república") special_public_holidays = { 2014: (JUL, 1, presidential_inauguration_day), 2019: (JUL, 1, presidential_inauguration_day), 2024: (JUL, 1, presidential_inauguration_day), } holidays-0.71/holidays/countries/papua_new_guinea.py000066400000000000000000000166601500152103600227670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, FEB, MAR, APR, JUN, SEP, NOV from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE class PapuaNewGuinea( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays ): """Papua New Guinea holidays. References: * [Public Holidays Act 1953](http://www.paclii.org/pg/legis/consol_act/pha1953163.pdf) * * Checked With: * * * [2019](https://www.scribd.com/document/465334129/PNG-2019-Gazetted-Public-Holidays-pdf) * [2020](https://publicholidays.asia/wp-content/uploads/2020/01/PNG_PublicHolidays_2020.png) * [2021](https://publicholidays.asia/wp-content/uploads/2020/12/PNG_PublicHolidays_2021.pdf) * [2022](https://publicholidays.asia/wp-content/uploads/2022/01/PNG_PublicHolidays_2022.pdf) * [2023](https://publicholidays.asia/wp-content/uploads/2022/12/PNG_PublicHolidays_2023.pdf) Should a holiday listed, other than the Christmas Day, fall on a Sunday the next Monday shall, unless the Head of State, acting on advice, declares otherwise, be observed as a public holiday throughout the country. When Christmas Day falls on a Sunday, the following Tuesday shall also be observed as a public holiday. """ country = "PG" observed_label = "%s (observed)" # Public Holidays Law 1953 (No. 38 of 1953). start_year = 1953 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, PapuaNewGuineaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Section 1: Public Holidays. # - Easter Saturday is currently not gazetted as a Public Holiday in 2024. # - While Easter Sunday itself is not listed, this is de facto always a day-off. # New Year's Day. self._add_observed(self._add_new_years_day("New Year's Day")) # Good Friday. self._add_good_friday("Good Friday") if self._year <= 2023: # Easter Saturday. self._add_holy_saturday("Easter Saturday") # Easter Sunday. self._add_easter_sunday("Easter Sunday") # Easter Monday. self._add_easter_monday("Easter Monday") # Papua New Guinea Remembrance Day. self._add_observed(self._add_holiday_jul_23("Papua New Guinea Remembrance Day")) # Christmas Day. self._add_observed(self._add_christmas_day("Christmas Day"), rule=SUN_TO_NEXT_TUE) # Boxing Day. self._add_observed(self._add_christmas_day_two("Boxing Day")) # Section 2: Independence Day or Days. # Independence Day # Commemorates the attainment of Independent Sovereign Statehood on Sep 16, 1975. if self._year >= 1975: # Independence Day. self._add_observed(self._add_holiday_sep_16("Independence Day")) # Section 3: Anniversary of Birthday of the Queen/King. # In Papua New Guinea, it is usually celebrated on the second Monday of June every year. # From 2023, the date changed to Jun 17 (Special Observed for 2023 on Jun 16). if self._year <= 2022: # Queen's Birthday. self._add_holiday_2nd_mon_of_jun("Queen's Birthday") else: # King's Birthday. self._add_holiday_jun_17("King's Birthday") # Section 5: Additional Public Holidays. # Grand Chief Sir Michael Somare Remembrance Day. # First observed on Feb 26, 2022. # As of 2024, all previous observances so far are done on an ad hoc basis. if self._year >= 2022: # Grand Chief Sir Michael Somare Remembrance Day. self._add_holiday_feb_26("Grand Chief Sir Michael Somare Remembrance Day") # National Repentance Day. # Enacted Aug 15, 2011, celebrated by "prayer ceremonies" across the country. # First observed on Aug 26, 2011, held annually since then on that date. if self._year >= 2011: # The National Repentance Day. self._add_observed(self._add_holiday_aug_26("National Repentance Day")) class PG(PapuaNewGuinea): pass class PNG(PapuaNewGuinea): pass class PapuaNewGuineaStaticHolidays: """Papua New Guinea special holidays. References: * [2018 APEC Public Holiday](https://www.rnz.co.nz/international/pacific-news/369989/papua-new-guinea-declares-apec-holiday) * [2021 Sir Mekere Morauta's Funeral](https://pnghausbung.com/friday-8th-declared-a-nation-wide-public-holiday-to-honour-late-sir-mekere/) * [2021 Sir Michael Somare's Day of Mourning](https://pnghausbung.com/2-weeks-mourning-period-for-late-sir-micheal-to-start-with-public-holiday-on-monday-pm/) * [2022 QE2's Funeral](https://www.thenational.com.pg/column-1-553/) * [2023 Sir Rabbie Namaliu's Funeral](https://pnghausbung.com/breaking-public-holiday-tomorrow-in-respect-of-late-sir-rabbies-state-funeral/) Nov 15, 2018 is an APEC Holiday too, but for Port Moresby-only: Starting from 2021 afterwards all state funerals are given special public holidays, though only some are day-off nationwide. """ # National Day of Mourning for Sir Michael Somare. sir_michael_somare_mourning_day = "National Day of Mourning for Sir Michael Somare" # Grand Chief Sir Michael Somare Remembrance Day sir_michael_somare_remembrance_day = "Grand Chief Sir Michael Somare Remembrance Day" special_public_holidays = { # APEC Leaders' Summit Public Holiday. 2018: (NOV, 16, "APEC Leaders' Summit Public Holiday"), 2021: ( # State Funeral of Sir Mekere Morauta. (JAN, 8, "State Funeral of Sir Mekere Morauta"), (MAR, 1, sir_michael_somare_mourning_day), (MAR, 12, sir_michael_somare_mourning_day), ), # State Funeral of Queen Elizabeth II. 2022: (SEP, 19, "State Funeral of Queen Elizabeth II"), # State Funeral of Sir Rabbie Namaliu. 2023: (APR, 18, "State Funeral of Sir Rabbie Namaliu"), } special_public_holidays_observed = { 2022: (FEB, 28, sir_michael_somare_remembrance_day), 2023: ( (FEB, 24, sir_michael_somare_remembrance_day), (JUN, 16, "King's Birthday"), (SEP, 15, "Independence Day"), ), } holidays-0.71/holidays/countries/paraguay.py000066400000000000000000000207601500152103600212650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, DEC from holidays.constants import GOVERNMENT, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Paraguay(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Paraguay holidays. References: * [Ley 8/1990](https://www.bacn.gov.py/leyes-paraguayas/2358/ley-n-8--por-la-cual-se-determinan-los-feriados-de-la-republica) * [Ley 715/1995](https://www.bacn.gov.py/leyes-paraguayas/792/ley-n-715--amplia-la-ley-no-0890-) * [Ley 1.601/2000](https://www.bacn.gov.py/leyes-paraguayas/1677/ley-n-1601--modifica-el-articulo-1-de-la-ley-no-71595-que-amplia-la-ley-n-0890-por-la-cual-se-determinan-los-feriados-de-la-republica) * [Ley 1.723/2001](https://www.bacn.gov.py/leyes-paraguayas/634/ley-n-1723--autoriza-al-poder-ejecutivo-a-trasladar-los-feriados-nacionales-al-dia-lunes) * [Ley 4.531/2011](https://www.bacn.gov.py/leyes-paraguayas/3831/ley-n-4531-restablece-el-dia-14-de-mayo-de-cada-ano-como-feriado-nacional) * * """ country = "PY" default_language = "es" supported_categories = (GOVERNMENT, PUBLIC) supported_languages = ("en_US", "es", "uk") # Ley 8/1990. start_year = 1991 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, ParaguayStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) dates_obs = { 2013: (MAR, 4), 2016: (FEB, 29), 2018: (FEB, 26), 2019: (MAR, 4), 2022: (FEB, 28), 2023: (FEB, 27), } self._add_holiday( # Patriots Day. tr("Día de los Héroes de la Patria"), dates_obs.get(self._year, (MAR, 1)), ) # Maundy Thursday. self._add_holy_thursday(tr("Jueves Santo")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Easter Sunday. self._add_easter_sunday(tr("Domingo de Resurrección")) # Workers' Day. self._add_labor_day(tr("Día de los Trabajadores")) if self._year >= 2012: # National Holiday. self._add_holiday_may_14(tr("Feriado Nacional")) # Independence Day. self._add_holiday_may_15(tr("Día de la Independencia Nacional")) dates_obs = { 2014: (JUN, 16), 2018: (JUN, 11), 2019: (JUN, 17), 2024: (JUN, 10), } # Chaco Armistice Day. self._add_holiday(tr("Día de la Paz del Chaco"), dates_obs.get(self._year, (JUN, 12))) # Asuncion Foundation's Day. self._add_holiday_aug_15(tr("Día de la Fundación de Asunción")) # Ley 715/1995, 1.601/2000. if self._year >= 1995: dates_obs = { 2015: (SEP, 28), 2016: (OCT, 3), 2017: (OCT, 2), 2021: (SEP, 27), 2022: (OCT, 3), 2024: (SEP, 30), } self._add_holiday( # Boqueron Battle Day. tr("Día de la Batalla de Boquerón"), dates_obs.get(self._year, (SEP, 29)), ) # Caacupe Virgin Day. self._add_holiday_dec_8(tr("Día de la Virgen de Caacupé")) # Christmas Day. self._add_christmas_day(tr("Día de la Navidad")) class PY(Paraguay): pass class PRY(Paraguay): pass class ParaguayStaticHolidays: # Public holiday. public_holiday = tr("Asueto adicionale") # Public sector holiday. public_sector_holiday = tr("Asueto de la Administración Pública") special_public_holidays = { # public holiday for business purposes, in view of the recently increased risk # of Dengue fever. 2007: (JAN, 29, public_holiday), # public sector holiday to celebrate Paraguay's football team's qualification # for the 2010 World Cup. 2009: (SEP, 10, public_holiday), # public holiday to coincide with the Paraguay-Italy game of the current World Cup. 2010: (JUN, 14, public_holiday), 2011: ( # public holiday to coincide with the current anti-Dengue drive. (APR, 19, public_holiday), # public holidays to commemorate the Bicentennial of Paraguay's independence. (MAY, 14, public_holiday), (MAY, 16, public_holiday), ), # date of the inauguration of President-elect Horacio Cartes. 2013: (AUG, 14, public_holiday), 2015: ( # public holidays in Paraguay on account of the upcoming visit of Pope Francis # in Paraguay. (JUL, 10, public_holiday), (JUL, 11, public_holiday), ), } special_government_holidays = { 2010: ( # 2 year-end public sector holidays. (DEC, 24, public_sector_holiday), (DEC, 31, public_sector_holiday), ), 2011: ( # public sector holiday to let civil servants begin their Holy Week earlier. (APR, 20, public_sector_holiday), # 2 year-end public sector holidays. (DEC, 23, public_sector_holiday), (DEC, 30, public_sector_holiday), ), 2012: ( # public sector holiday to let civil servants begin their Holy Week earlier. (APR, 4, public_sector_holiday), # 2 year-end public sector holidays. (DEC, 24, public_sector_holiday), (DEC, 31, public_sector_holiday), ), # public sector holiday to let civil servants begin their Holy Week earlier. 2013: (MAR, 27, public_sector_holiday), 2014: ( # public sector holiday to let civil servants begin their Holy Week earlier. (APR, 16, public_sector_holiday), # 2 year-end public sector holidays. (DEC, 24, public_sector_holiday), (DEC, 31, public_sector_holiday), ), 2015: ( # public sector holiday to let civil servants begin their Holy Week earlier. (APR, 1, public_sector_holiday), # 2 year-end public sector holidays. (DEC, 24, public_sector_holiday), (DEC, 31, public_sector_holiday), ), # public sector holiday to let civil servants begin their Holy Week earlier. 2016: (MAR, 23, public_sector_holiday), # public sector holiday to let civil servants begin their Holy Week earlier. 2017: (MAR, 28, public_sector_holiday), 2018: ( # 2 year-end public sector holidays. (DEC, 24, public_sector_holiday), (DEC, 31, public_sector_holiday), ), 2019: ( # public sector holiday to let civil servants begin their Holy Week earlier. (APR, 17, public_sector_holiday), # 2 year-end public sector holidays. (DEC, 24, public_sector_holiday), (DEC, 31, public_sector_holiday), ), # public sector holiday to let civil servants begin their Holy Week earlier. 2020: (APR, 8, public_sector_holiday), 2021: ( # 2 year-end public sector holidays. (DEC, 24, public_sector_holiday), (DEC, 31, public_sector_holiday), ), 2022: ( # public sector holiday to let civil servants begin their Holy Week earlier. (APR, 13, public_sector_holiday), # public sector holiday due to the annual May 1st public holiday falling on a Sunday. (MAY, 2, public_sector_holiday), ), } holidays-0.71/holidays/countries/peru.py000066400000000000000000000052211500152103600204220ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Peru(HolidayBase, ChristianHolidays, InternationalHolidays): """Peru holidays. References: * * """ country = "PE" default_language = "es" supported_languages = ("en_US", "es", "uk") def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) # Maundy Thursday. self._add_holy_thursday(tr("Jueves Santo")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Easter Sunday. self._add_easter_sunday(tr("Domingo de Resurrección")) # Labor Day. self._add_labor_day(tr("Día del Trabajo")) # Saint Peter and Saint Paul's Day. self._add_saints_peter_and_paul_day(tr("San Pedro y San Pablo")) # Independence Day. self._add_holiday_jul_28(tr("Día de la Independencia")) # Great Military Parade Day. self._add_holiday_jul_29(tr("Día de la Gran Parada Militar")) if self._year >= 2022: # Battle of Junín. self._add_holiday_aug_6(tr("Batalla de Junín")) # Rose of Lima Day. self._add_holiday_aug_30(tr("Santa Rosa de Lima")) # Battle of Angamos. self._add_holiday_oct_8(tr("Combate de Angamos")) # All Saints' Day. self._add_all_saints_day(tr("Todos Los Santos")) # Immaculate Conception. self._add_immaculate_conception_day(tr("Inmaculada Concepción")) if self._year >= 2022: # Battle of Ayacucho. self._add_holiday_dec_9(tr("Batalla de Ayacucho")) # Christmas Day. self._add_christmas_day(tr("Navidad del Señor")) class PE(Peru): pass class PER(Peru): pass holidays-0.71/holidays/countries/philippines.py000066400000000000000000000264111500152103600217770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomChineseHolidays, _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, FEB, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.constants import PUBLIC, WORKDAY from holidays.groups import ( ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.holiday_base import HolidayBase class Philippines( HolidayBase, ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ): """Philippines holidays. References: * * [Revised Administrative Code of 1987](https://www.officialgazette.gov.ph/1987/07/25/executive-order-no-292-book-ichapter-7-regular-holidays-and-nationwide-special-days/) * [Republic Act No. 9177](https://www.officialgazette.gov.ph/2002/11/13/republic-act-no-9177/) * [Republic Act No. 9256](https://www.officialgazette.gov.ph/2004/02/25/republic-act-no-9256/) * [Republic Act No. 9492](https://www.officialgazette.gov.ph/2007/07/24/republic-act-no-9492/) * [Republic Act No. 9645](https://www.officialgazette.gov.ph/2009/06/12/republic-act-no-9645/) * [Republic Act No. 9849](https://www.officialgazette.gov.ph/2009/12/11/republic-act-no-9849/) * [Republic Act No. 10966](https://www.officialgazette.gov.ph/2017/12/28/republic-act-no-10966/) * [Proclamation No. 944/2020](https://www.officialgazette.gov.ph/2020/05/19/proclamation-no-944-s-2020/) * [Proclamation No. 985/2020](https://www.officialgazette.gov.ph/2020/07/29/proclamation-no-985-s-2020/) * [Proclamation No. 90/2022](https://www.officialgazette.gov.ph/2022/11/09/proclamation-no-90-s-2022/) * [Proclamation No. 665/2024](https://www.officialgazette.gov.ph/2024/08/15/proclamation-no-665-s-2024/) * [Proclamation No. 729/2024](https://www.officialgazette.gov.ph/2024/10/30/proclamation-no-729-s-2024/) * [Nationwide holidays 2018-2025](https://www.officialgazette.gov.ph/nationwide-holidays/2018/) * [2025 Eid'l Fitr and Eid'l Adha Tentative Date](https://melbournepcg.org/?page_id=9779) * [Proclamation No. 839/2025](https://www.officialgazette.gov.ph/2025/03/20/proclamation-no-839-s-2025/) """ country = "PH" supported_categories = (PUBLIC, WORKDAY) default_language = "en_PH" # %s (estimated). estimated_label = tr("%s (estimated)") supported_languages = ("en_PH", "en_US", "fil", "th") start_year = 1988 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChineseCalendarHolidays.__init__(self, cls=PhilippinesChineseHolidays) ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=PhilippinesIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, cls=PhilippinesStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("New Year's Day")) if self._year >= 2012 and self._year != 2023: # Chinese New Year. self._add_chinese_new_years_day(tr("Chinese New Year")) if 2016 <= self._year <= 2023 and self._year != 2017: dates_obs = { 2023: (FEB, 24), } self._add_holiday( # EDSA People Power Revolution Anniversary. tr("EDSA People Power Revolution Anniversary"), dates_obs.get(self._year, (FEB, 25)), ) # Maundy Thursday. self._add_holy_thursday(tr("Maundy Thursday")) # Good Friday. self._add_good_friday(tr("Good Friday")) if self._year >= 2013: # Black Saturday. self._add_holy_saturday(tr("Black Saturday")) dates_obs = { 2008: (APR, 7), 2009: (APR, 6), 2023: (APR, 10), } # Day of Valor. self._add_holiday(tr("Araw ng Kagitingan"), dates_obs.get(self._year, (APR, 9))) # Labor Day. self._add_labor_day(tr("Labor Day")) dates_obs = { 2007: (JUN, 11), 2008: (JUN, 9), 2010: (JUN, 14), } # Independence Day. self._add_holiday(tr("Independence Day"), dates_obs.get(self._year, (JUN, 12))) if self._year >= 2004: dates_obs = { 2007: (AUG, 20), 2008: (AUG, 18), 2010: (AUG, 23), 2024: (AUG, 23), } # Ninoy Aquino Day. self._add_holiday(tr("Ninoy Aquino Day"), dates_obs.get(self._year, (AUG, 21))) # National Heroes Day. name = tr("National Heroes Day") if self._year >= 2007: self._add_holiday_last_mon_of_aug(name) else: self._add_holiday_last_sun_of_aug(name) # All Saints' Day. self._add_all_saints_day(tr("All Saints' Day")) dates_obs = { 2008: (DEC, 1), 2010: (NOV, 29), 2023: (NOV, 27), } # Bonifacio Day. self._add_holiday(tr("Bonifacio Day"), dates_obs.get(self._year, (NOV, 30))) if self._year >= 2019: # Immaculate Conception. self._add_immaculate_conception_day(tr("Feast of the Immaculate Conception of Mary")) # Christmas Day. self._add_christmas_day(tr("Christmas Day")) dates_obs = { 2010: (DEC, 27), } # Rizal Day. self._add_holiday(tr("Rizal Day"), dates_obs.get(self._year, (DEC, 30))) if self._year not in {2021, 2022}: # New Year's Eve. self._add_new_years_eve(tr("Last Day of the Year")) if self._year >= 2002: # Eid al-Fitr. self._add_eid_al_fitr_day(tr("Eid'l Fitr")) if self._year >= 2010: # Eid al-Adha. self._add_eid_al_adha_day(tr("Eid'l Adha")) def _populate_workday_holidays(self): # Added in 2009, get special non-working day status in 2025: if self._year >= 2009 and self._year != 2025: # Founding Anniversary of Iglesia ni Cristo. self._add_holiday_jul_27(tr("Founding Anniversary of Iglesia ni Cristo")) # Added from 2025 onwards as first decreed in # https://www.officialgazette.gov.ph/downloads/2024/10oct/20241030-PROC-727-FRM.pdf if self._year >= 2025: # EDSA People Power Revolution Anniversary. self._add_holiday_feb_25(tr("EDSA People Power Revolution Anniversary")) class PH(Philippines): pass class PHL(Philippines): pass class PhilippinesChineseHolidays(_CustomChineseHolidays): LUNAR_NEW_YEAR_DATES = { 2012: (JAN, 23), 2013: (FEB, 10), 2014: (JAN, 31), 2015: (FEB, 19), 2016: (FEB, 8), 2017: (JAN, 28), 2018: (FEB, 16), 2019: (FEB, 5), 2020: (JAN, 25), 2021: (FEB, 12), 2022: (FEB, 1), 2023: (JAN, 22), 2024: (FEB, 10), 2025: (JAN, 29), } class PhilippinesIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2010: (NOV, 17), 2011: (NOV, 7), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 6), 2015: (SEP, 25), 2016: (SEP, 10), 2017: (SEP, 2), 2018: (AUG, 21), 2019: (AUG, 12), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 17), 2025: (JUN, 6), } EID_AL_FITR_DATES = { 2002: (DEC, 6), 2003: (NOV, 26), 2004: (NOV, 14), 2005: (NOV, 4), 2006: (OCT, 24), 2007: (OCT, 12), 2008: (OCT, 1), 2009: (SEP, 21), 2010: (SEP, 10), 2011: (AUG, 30), 2012: (AUG, 20), 2013: (AUG, 9), 2014: (JUL, 29), 2015: (JUL, 17), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 25), 2021: (MAY, 13), 2022: (MAY, 3), 2023: (APR, 21), 2024: (APR, 10), 2025: (APR, 1), } class PhilippinesStaticHolidays: # Additional special (non-working) day. additional_special = tr("Additional special (non-working) day") # Elections special (non-working) day. election_special = tr("Elections special (non-working) day") special_public_holidays = { 2008: ( (DEC, 26, additional_special), (DEC, 29, additional_special), ), 2009: ( (NOV, 2, additional_special), (DEC, 24, additional_special), ), 2010: (DEC, 24, additional_special), 2012: (NOV, 2, additional_special), 2013: ( (NOV, 2, additional_special), (DEC, 24, additional_special), ), 2014: ( (DEC, 24, additional_special), (DEC, 26, additional_special), ), 2015: ( (JAN, 2, additional_special), (DEC, 24, additional_special), ), 2016: ( (JAN, 2, additional_special), (OCT, 31, additional_special), (DEC, 24, additional_special), ), 2017: ( (JAN, 2, additional_special), (OCT, 31, additional_special), ), 2018: ( (MAY, 14, election_special), (NOV, 2, additional_special), (DEC, 24, additional_special), ), 2019: ( (MAY, 13, election_special), (NOV, 2, additional_special), (DEC, 24, additional_special), ), 2020: ( (NOV, 2, additional_special), (DEC, 24, additional_special), ), 2022: ( (MAY, 9, election_special), (OCT, 31, additional_special), ), 2023: ( (JAN, 2, additional_special), (OCT, 30, election_special), (NOV, 2, additional_special), (DEC, 26, additional_special), ), 2024: ( (FEB, 9, additional_special), (NOV, 2, additional_special), (DEC, 24, additional_special), ), 2025: ( (JUL, 27, additional_special), # All Saints' Day Eve. (OCT, 31, tr("All Saints' Day Eve")), # Christmas Eve. (DEC, 24, tr("Christmas Eve")), ), } holidays-0.71/holidays/countries/poland.py000066400000000000000000000110151500152103600207220ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import NOV from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Poland(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Poland holidays. References: * * * """ country = "PL" default_language = "pl" supported_languages = ("de", "en_US", "pl", "uk") start_year = 1925 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, PolandStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Nowy Rok")) if self._year <= 1960 or self._year >= 2011: # Epiphany. self._add_epiphany_day(tr("Święto Trzech Króli")) if self._year <= 1950: # Candlemas. self._add_candlemas(tr("Oczyszczenie Najświętszej Marii Panny")) # Easter Sunday. self._add_easter_sunday(tr("Niedziela Wielkanocna")) # Easter Monday. self._add_easter_monday(tr("Poniedziałek Wielkanocny")) if self._year >= 1950: # National Day. self._add_holiday_may_1(tr("Święto Państwowe")) if self._year <= 1950 or self._year >= 1990: # National Day of the Third of May. self._add_holiday_may_3(tr("Święto Narodowe Trzeciego Maja")) if 1946 <= self._year <= 1950: # National Victory and Freedom Day. self._add_holiday_may_9(tr("Narodowe Święto Zwycięstwa i Wolności")) if self._year <= 1950: # Ascension Day. self._add_ascension_thursday(tr("Wniebowstąpienie Pańskie")) # Pentecost. self._add_whit_sunday(tr("Zielone Świątki")) if self._year <= 1950: # Whit Monday. self._add_whit_monday(tr("Drugi dzień Zielonych Świątek")) # Corpus Christi. self._add_corpus_christi_day(tr("Dzień Bożego Ciała")) if self._year <= 1950: self._add_saints_peter_and_paul_day( # Saints Peter and Paul Day. tr("Uroczystość Świętych Apostołów Piotra i Pawła") ) if 1945 <= self._year <= 1989: # National Day of Rebirth of Poland. self._add_holiday_jul_22(tr("Narodowe Święto Odrodzenia Polski")) if self._year <= 1960 or self._year >= 1989: # Assumption Day. self._add_assumption_of_mary_day(tr("Wniebowzięcie Najświętszej Marii Panny")) # All Saints' Day. self._add_all_saints_day(tr("Uroczystość Wszystkich Świętych")) if 1937 <= self._year <= 1944 or self._year >= 1989: # National Independence Day. self._add_holiday_nov_11(tr("Narodowe Święto Niepodległości")) if self._year <= 1950: self._add_immaculate_conception_day( # Immaculate Conception of the Blessed Virgin Mary. tr("Niepokalane Poczęcie Najświętszej Marii Panny") ) if self._year >= 2025: # Christmas Eve. self._add_christmas_eve(tr("Wigilia Bożego Narodzenia")) # Christmas Day. self._add_christmas_day(tr("Boże Narodzenie (pierwszy dzień)")) # Second Day of Christmas. self._add_christmas_day_two(tr("Boże Narodzenie (drugi dzień)")) class PL(Poland): pass class POL(Poland): pass class PolandStaticHolidays: special_public_holidays = { # National Independence Day - 100th anniversary. 2018: (NOV, 12, tr("Narodowe Święto Niepodległości - 100-lecie")), } holidays-0.71/holidays/countries/portugal.py000066400000000000000000000224361500152103600213130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.constants import OPTIONAL, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Portugal(HolidayBase, ChristianHolidays, InternationalHolidays): """Portugal holidays. References: * * [Labour Day](https://www.e-konomista.pt/dia-do-trabalhador/) * Portugal Day - Decreto 17.171 * Restoration of Independence Day - Gazeta de Lisboa, 8 de Dezembro de 1823 (n.º 290), pp. 1789 e 1790 * Azores: * * Madeira: * * * """ country = "PT" default_language = "pt_PT" supported_categories = (OPTIONAL, PUBLIC) start_year = 1801 # https://en.wikipedia.org/wiki/ISO_3166-2:PT subdivisions = ( "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "20", "30", ) subdivisions_aliases = { "Aveiro": "01", "Beja": "02", "Braga": "03", "Bragança": "04", "Castelo Branco": "05", "Coimbra": "06", "Évora": "07", "Faro": "08", "Guarda": "09", "Leiria": "10", "Lisboa": "11", "Portalegre": "12", "Porto": "13", "Santarém": "14", "Setúbal": "15", "Viana do Castelo": "16", "Vila Real": "17", "Viseu": "18", "Região Autónoma dos Açores": "20", "Região Autónoma da Madeira": "30", } _deprecated_subdivisions = ("Ext",) supported_languages = ("en_US", "pt_PT", "uk") def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Ano Novo")) # Carnival is no longer a holiday, but some companies let workers off. # TODO: recollect the years in which it was a public holiday. # Good Friday. self._add_good_friday(tr("Sexta-feira Santa")) # Easter Sunday. self._add_easter_sunday(tr("Páscoa")) # Revoked holidays in 2013–2015. if self._year <= 2012 or self._year >= 2016: # Corpus Christi. self._add_corpus_christi_day(tr("Corpo de Deus")) if self._year >= 1910: # Republic Day. self._add_holiday_oct_5(tr("Implantação da República")) # All Saints' Day. self._add_all_saints_day(tr("Dia de Todos os Santos")) if self._year >= 1823: # Restoration of Independence Day. self._add_holiday_dec_1(tr("Restauração da Independência")) if self._year >= 1974: # Freedom Day. self._add_holiday_apr_25(tr("Dia da Liberdade")) # Labor Day. self._add_labor_day(tr("Dia do Trabalhador")) if self._year >= 1911: if 1933 <= self._year <= 1973: # Day of Camões, Portugal, and the Portuguese Race. self._add_holiday_jun_10(tr("Dia de Camões, de Portugal e da Raça")) elif self._year >= 1978: self._add_holiday_jun_10( # Day of Portugal, Camões, and the Portuguese Communities. tr("Dia de Portugal, de Camões e das Comunidades Portuguesas") ) else: # Portugal Day. self._add_holiday_jun_10(tr("Dia de Portugal")) # Assumption Day. self._add_assumption_of_mary_day(tr("Assunção de Nossa Senhora")) # Immaculate Conception. self._add_immaculate_conception_day(tr("Imaculada Conceição")) # Christmas Day. self._add_christmas_day(tr("Dia de Natal")) def _populate_optional_holidays(self): """ Adds extended days that most people have as a bonus from their companies: - Carnival - the day before and after xmas - the day before the new year - Lisbon's city holiday """ # TODO: add bridging days: # - get Holidays that occur on Tuesday and add Monday (-1 day) # - get Holidays that occur on Thursday and add Friday (+1 day) # Carnival. self._add_carnival_tuesday(tr("Carnaval")) # Saint Anthony's Day. self._add_holiday_jun_13(tr("Dia de Santo António")) # Christmas Eve. self._add_christmas_eve(tr("Véspera de Natal")) # Second Day of Christmas. self._add_christmas_day_two(tr("26 de Dezembro")) # New Year's Eve. self._add_new_years_eve(tr("Véspera de Ano Novo")) def _populate_subdiv_holidays(self): if self._year >= 1911: super()._populate_subdiv_holidays() if self.subdiv == "Ext": self._populate_optional_holidays() def _populate_subdiv_01_public_holidays(self): # Saint Joanna's Day. self._add_holiday_may_12(tr("Dia de Santa Joana")) def _populate_subdiv_02_public_holidays(self): # Ascension Day. self._add_ascension_thursday(tr("Quinta-feira da Ascensão")) def _populate_subdiv_03_public_holidays(self): # Saint John's Day. self._add_saint_johns_day(tr("Dia de São João")) def _populate_subdiv_04_public_holidays(self): # Feast of Our Lady of Graces. self._add_holiday_aug_22(tr("Dia de Nossa Senhora das Graças")) def _populate_subdiv_05_public_holidays(self): # Feast of Our Lady of Mércoles. self._add_holiday_16_days_past_easter(tr("Dia de Nossa Senhora de Mércoles")) def _populate_subdiv_06_public_holidays(self): # Saint Elizabeth's Day. self._add_holiday_jul_4(tr("Dia de Santa Isabel")) def _populate_subdiv_07_public_holidays(self): # Saint Peter's Day. self._add_saints_peter_and_paul_day(tr("Dia de São Pedro")) def _populate_subdiv_08_public_holidays(self): # Municipal Holiday of Faro. self._add_holiday_sep_7(tr("Dia do Município de Faro")) def _populate_subdiv_09_public_holidays(self): # Municipal Holiday of Guarda. self._add_holiday_nov_27(tr("Dia do Município da Guarda")) def _populate_subdiv_10_public_holidays(self): # Municipal Holiday of Leiria. self._add_holiday_may_22(tr("Dia do Município de Leiria")) def _populate_subdiv_11_public_holidays(self): self._add_holiday_jun_13(tr("Dia de Santo António")) def _populate_subdiv_12_public_holidays(self): # Municipal Holiday of Portalegre. self._add_holiday_may_23(tr("Dia do Município de Portalegre")) def _populate_subdiv_13_public_holidays(self): self._add_saint_johns_day(tr("Dia de São João")) def _populate_subdiv_14_public_holidays(self): # Saint Joseph's Day. self._add_saint_josephs_day(tr("Dia de São José")) def _populate_subdiv_15_public_holidays(self): # Bocage Day. self._add_holiday_sep_15(tr("Dia de Bocage")) def _populate_subdiv_16_public_holidays(self): # Feast of Our Lady of Sorrows. self._add_holiday_aug_20(tr("Dia de Nossa Senhora da Agonia")) def _populate_subdiv_17_public_holidays(self): self._add_holiday_jun_13(tr("Dia de Santo António")) def _populate_subdiv_18_public_holidays(self): # Saint Matthew's Day. self._add_holiday_sep_21(tr("Dia de São Mateus")) def _populate_subdiv_20_public_holidays(self): if self._year >= 1981: # Day of the Autonomous Region of the Azores. self._add_whit_monday(tr("Dia da Região Autónoma dos Açores")) def _populate_subdiv_30_public_holidays(self): if self._year >= 1979: self._add_holiday_jul_1( # Day of the Autonomous Region of Madeira and the Madeiran Communities. tr("Dia da Região Autónoma da Madeira e das Comunidades Madeirenses") if self._year >= 1989 # Day of the Autonomous Region of Madeira. else tr("Dia da Região Autónoma da Madeira") ) if self._year >= 2002: # 1st Octave. self._add_christmas_day_two(tr("Primeira Oitava")) class PT(Portugal): pass class PRT(Portugal): pass holidays-0.71/holidays/countries/puerto_rico.py000066400000000000000000000027451500152103600220110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import GOVERNMENT, PUBLIC, UNOFFICIAL from holidays.countries.united_states import US class HolidaysPR(US): """Puerto Rico holidays. Alias of a US subdivision that is also officially assigned its own country code in ISO 3166-1. See """ country = "PR" supported_categories = (GOVERNMENT, PUBLIC, UNOFFICIAL) subdivisions = () # Override US subdivisions. def _populate_public_holidays(self) -> None: self.subdiv = "PR" super()._populate_public_holidays() def _populate_government_holidays(self) -> None: self.subdiv = "PR" super()._populate_government_holidays() def _populate_unofficial_holidays(self) -> None: self.subdiv = "PR" super()._populate_unofficial_holidays() class PR(HolidaysPR): pass class PRI(HolidaysPR): pass class PuertoRico(HolidaysPR): pass holidays-0.71/holidays/countries/qatar.py000066400000000000000000000115741500152103600205670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import ( JAN, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, THU, FRI, SAT, ) from holidays.constants import BANK, PUBLIC from holidays.groups import InternationalHolidays, IslamicHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Qatar(HolidayBase, InternationalHolidays, IslamicHolidays, StaticHolidays): """Qatar holidays. References: * * [National Sports Day](https://hukoomi.gov.qa/en/national-sport-day) * [Qatar National Day](https://www.qatar.qa/en/qatar/history-of-qatar-qatar-national-day-committee/) * [Weekend](https://www.arabnews.com/node/234601) """ country = "QA" default_language = "ar_QA" # %s (estimated). estimated_label = tr("%s (المقدرة)") start_year = 1971 supported_categories = (BANK, PUBLIC) supported_languages = ("ar_QA", "en_US") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=QatarIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, QatarStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Qatar switches from THU-FRI to FRI-SAT on Aug 1, 2003. self.weekend = {THU, FRI} if self._year <= 2003 else {FRI, SAT} if self._year >= 2012: # National Sports Day. self._add_holiday_2nd_tue_of_feb(tr("اليوم الوطني للرياضة")) if self._year >= 2007: # Qatar National Day. self._add_holiday_dec_18(tr("اليوم الوطني لقطر")) # Eid al-Fitr. name = tr("عيد الفطر") self._add_eid_al_fitr_day(name) self._add_eid_al_fitr_day_two(name) self._add_eid_al_fitr_day_three(name) # Eid al-Adha. name = tr("عيد الأضحى") self._add_eid_al_adha_day(name) self._add_eid_al_adha_day_two(name) self._add_eid_al_adha_day_three(name) def _populate_bank_holidays(self): # New Year's Day. self._add_new_years_day(tr("رأس السنة الميلادية")) if self._year >= 2010: # March Bank Holiday. self._add_holiday_1st_sun_of_mar(tr("عطلة البنك")) class QA(Qatar): pass class QAT(Qatar): pass class QatarIslamicHolidays(_CustomIslamicHolidays): # https://www.timeanddate.com/holidays/qatar/eid-al-adha EID_AL_ADHA_DATES = { 2005: (JAN, 21), 2006: ((JAN, 10), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 9), 2009: (NOV, 28), 2010: (NOV, 15), 2011: (NOV, 6), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 4), 2015: (SEP, 23), 2016: (SEP, 10), 2017: (AUG, 31), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 16), } # https://www.timeanddate.com/holidays/qatar/eid-al-fitr EID_AL_FITR_DATES = { 2005: (NOV, 4), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 2), 2009: (SEP, 21), 2010: (SEP, 10), 2011: (AUG, 31), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 28), 2015: (JUL, 18), 2016: (JUL, 6), 2017: (JUN, 25), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), 2025: (MAR, 30), } class QatarStaticHolidays: """Qatar special holidays. References: * [New Year's Holiday](https://www.expatica.com/qa/lifestyle/holidays/qatar-public-holidays-74585/) """ # New Year's Holiday. name = tr("عطلة رأس السنة") special_public_holidays = { 2025: (JAN, 2, name), } holidays-0.71/holidays/countries/romania.py000066400000000000000000000057011500152103600211000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.julian_revised import JULIAN_REVISED_CALENDAR from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Romania(HolidayBase, ChristianHolidays, InternationalHolidays): """Romania holidays. References: * * """ country = "RO" default_language = "ro" supported_languages = ("en_US", "ro", "uk") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self, JULIAN_REVISED_CALENDAR) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. name = tr("Anul Nou") self._add_new_years_day(name) self._add_new_years_day_two(name) if self._year >= 2024: # Epiphany. self._add_epiphany_day(tr("Bobotează")) # Saint John the Baptist. self._add_holiday_jan_7(tr("Sfântul Ion")) if self._year >= 2016: # Unification of the Romanian Principalities Day. self._add_holiday_jan_24(tr("Ziua Unirii Principatelor Române")) # Easter. name = tr("Paștele") if self._year >= 2018: self._add_good_friday(name) self._add_easter_sunday(name) self._add_easter_monday(name) # Labor Day. self._add_labor_day(tr("Ziua Muncii")) if self._year >= 2017: # Children's Day. self._add_childrens_day(tr("Ziua Copilului")) # Pentecost. name = tr("Rusaliile") self._add_whit_sunday(name) self._add_whit_monday(name) # Law #202/2008 if self._year >= 2009: # Dormition of the Mother of God. self._add_assumption_of_mary_day(tr("Adormirea Maicii Domnului")) # Law #147/2012 if self._year >= 2012: # Saint Andrew's Day. self._add_holiday_nov_30(tr("Sfantul Apostol Andrei cel Intai chemat")) # National Day. self._add_holiday_dec_1(tr("Ziua Națională a României")) # Christmas Day. name = tr("Crăciunul") self._add_christmas_day(name) self._add_christmas_day_two(name) class RO(Romania): pass class ROU(Romania): pass holidays-0.71/holidays/countries/russia.py000066400000000000000000000445371500152103600207720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, NOV, DEC from holidays.calendars.julian import JULIAN_CALENDAR from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase class Russia(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Russia holidays. References: * * """ country = "RU" default_language = "ru" supported_languages = ("en_US", "ru", "th") start_year = 1991 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, RussiaStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): if self._year <= 2004: # New Year's Day. name = tr("Новый год") self._add_new_years_day(name) if self._year >= 1993: self._add_new_years_day_two(name) else: # New Year Holidays. name = tr("Новогодние каникулы") for day in range(1, 6): self._add_holiday(name, JAN, day) if self._year >= 2013: self._add_holiday_jan_6(name) self._add_holiday_jan_8(name) # Christmas Day. self._add_christmas_day(tr("Рождество Христово")) if self._year >= 2002: # Defender of the Fatherland Day. self._add_holiday_feb_23(tr("День защитника Отечества")) # International Women's Day. self._add_womens_day(tr("Международный женский день")) name = ( # Holiday of Spring and Labor. tr("Праздник Весны и Труда") if self._year >= 1992 # International Workers' Solidarity Day. else tr("День международной солидарности трудящихся") ) self._add_labor_day(name) if self._year <= 2004: self._add_labor_day_two(name) # Victory Day. self._add_world_war_two_victory_day(tr("День Победы"), is_western=False) if self._year >= 1992: self._add_holiday_jun_12( # Russia Day. tr("День России") if self._year >= 2002 # Day of the Adoption of the Declaration of Sovereignty of the Russian Federation. else tr( "День принятия Декларации о государственном суверенитете Российской Федерации" ) ) if self._year >= 2005: # Unity Day. self._add_holiday_nov_4(tr("День народного единства")) if self._year <= 2004: name = ( # Day of consent and reconciliation. tr("День согласия и примирения") if self._year >= 1996 # Anniversary of the Great October Socialist Revolution. else tr("Годовщина Великой Октябрьской социалистической революции") ) self._add_holiday_nov_7(name) if self._year <= 1991: self._add_holiday_nov_8(name) class RU(Russia): pass class RUS(Russia): pass class RussiaStaticHolidays: # Date format (see strftime() Format Codes). substituted_date_format = tr("%d.%m.%Y") # Day off (substituted from %s). substituted_label = tr("Выходной (перенесено с %s)") special_public_holidays = { # Substituted Holidays 1991 # src: https://ru.wikipedia.org/wiki/Праздники_России 1991: ( (MAY, 3, MAY, 5), (MAY, 10, MAY, 12), ), # Substituted Holidays 1994 # src: https://www.consultant.ru/document/cons_doc_LAW_3235/ 1994: (MAR, 7, MAR, 5), # Substituted Holidays 1995 # src: https://www.consultant.ru/document/cons_doc_LAW_6316/ # https://www.consultant.ru/document/cons_doc_LAW_8134/ # https://www.consultant.ru/document/cons_doc_LAW_8499/ 1995: ( (MAY, 8, MAY, 6), (NOV, 6, NOV, 4), (DEC, 11, DEC, 9), ), # Substituted Holidays 1996 # src: https://ru.wikipedia.org/wiki/Праздники_России 1996: ( (MAY, 3, MAY, 5), (MAY, 10, MAY, 12), (JUL, 3, DEC, 14), (NOV, 8, NOV, 10), (DEC, 13, DEC, 15), ), # Substituted Holidays 1997 # src: https://ru.wikipedia.org/wiki/Праздники_России 1997: ( (JAN, 3, JAN, 5), (JUN, 13, JUN, 15), ), # Substituted Holidays 1999 # src: https://ru.wikipedia.org/wiki/Праздники_России 1999: (JAN, 8, JAN, 10), # Substituted Holidays 2000 # src: https://www.consultant.ru/document/cons_doc_LAW_25401/ 2000: ( (MAY, 8, MAY, 6), (NOV, 6, NOV, 4), (DEC, 11, DEC, 9), ), # Substituted Holidays 2001 # src: https://ru.wikipedia.org/wiki/Праздники_России 2001: ( (MAR, 9, MAR, 11), (APR, 30, APR, 28), (JUN, 11, JUN, 9), (DEC, 31, DEC, 29), ), # Substituted Holidays 2002 # src: https://www.consultant.ru/document/cons_doc_LAW_33943/ 2002: ( (MAY, 3, APR, 27), (MAY, 10, MAY, 18), (NOV, 8, NOV, 10), (DEC, 13, DEC, 15), ), # Substituted Holidays 2003 # src: https://www.consultant.ru/document/cons_doc_LAW_39997/16abd0212dcc02f64a1daed24286d2ffc2a4a9e9/ 2003: ( (JAN, 3, JAN, 4), (JAN, 6, JAN, 5), (JUN, 13, JUN, 21), ), # Substituted Holidays 2005 # src: https://www.consultant.ru/document/cons_doc_LAW_50948/ # https://ru.wikipedia.org/wiki/Праздники_России 2005: ( (MAR, 7, MAR, 5), (MAY, 10, MAY, 14), ), # Substituted Holidays 2006 # src: https://www.consultant.ru/document/cons_doc_LAW_57425/ 2006: ( (FEB, 24, FEB, 26), (MAY, 8, MAY, 6), ), # Substituted Holidays 2007 # src: https://www.consultant.ru/document/cons_doc_LAW_63838/ 2007: ( (APR, 30, APR, 28), (JUN, 11, JUN, 9), (DEC, 31, DEC, 29), ), # Substituted Holidays 2008 # src: https://www.consultant.ru/document/cons_doc_LAW_70469/ 2008: ( (MAY, 2, MAY, 4), (JUN, 13, JUN, 7), (NOV, 3, NOV, 1), ), # Substituted Holidays 2009 # src: https://www.consultant.ru/document/cons_doc_LAW_81981/ 2009: (JAN, 9, JAN, 11), # Substituted Holidays 2010 # src: https://www.consultant.ru/document/cons_doc_LAW_93374/ 2010: ( (FEB, 22, FEB, 27), (NOV, 5, NOV, 13), ), # Substituted Holidays 2011 # src: https://www.consultant.ru/document/cons_doc_LAW_103530/ 2011: (MAR, 7, MAR, 5), # Substituted Holidays 2012 # src: https://www.consultant.ru/document/cons_doc_LAW_117190/ 2012: ( (MAR, 9, MAR, 11), (APR, 30, APR, 28), (MAY, 7, MAY, 5), (MAY, 8, MAY, 12), (JUN, 11, JUN, 9), (DEC, 31, DEC, 29), ), # Substituted Holidays 2013 # src: https://www.consultant.ru/document/cons_doc_LAW_136654/ 2013: ( (MAY, 2, JAN, 5), (MAY, 3, JAN, 6), (MAY, 10, FEB, 25), ), # Substituted Holidays 2014 # src: https://www.consultant.ru/document/cons_doc_LAW_146983/ 2014: ( (MAY, 2, JAN, 4), (JUN, 13, JAN, 5), (NOV, 3, FEB, 24), ), # Substituted Holidays 2015 # src: https://www.consultant.ru/document/cons_doc_LAW_167928/ 2015: ( (JAN, 9, JAN, 3), (MAY, 4, JAN, 4), ), # Substituted Holidays 2016 # src: https://www.consultant.ru/document/cons_doc_LAW_186505/ 2016: ( (MAY, 3, JAN, 2), (MAR, 7, JAN, 3), (FEB, 22, FEB, 20), ), # Substituted Holidays 2017 # src: https://www.consultant.ru/document/cons_doc_LAW_202871/ 2017: ( (FEB, 24, JAN, 1), (MAY, 8, JAN, 7), ), # Substituted Holidays 2018 # src: https://www.consultant.ru/document/cons_doc_LAW_280526/ 2018: ( (MAR, 9, JAN, 6), (MAY, 2, JAN, 7), (APR, 30, APR, 28), (JUN, 11, JUN, 9), (DEC, 31, DEC, 29), ), # Substituted Holidays 2019 # src: https://www.consultant.ru/document/cons_doc_LAW_307996/ 2019: ( (MAY, 2, JAN, 5), (MAY, 3, JAN, 6), (MAY, 10, FEB, 23), ), # Substituted Holidays 2020 # src: https://www.consultant.ru/document/cons_doc_law_328918/ 2020: ( (MAY, 4, JAN, 4), (MAY, 5, JAN, 5), ), # Substituted Holidays 2021 # src: https://www.consultant.ru/document/cons_doc_law_365179/ 2021: ( (NOV, 5, JAN, 2), (DEC, 31, JAN, 3), (FEB, 22, FEB, 20), ), # Substituted Holidays 2022 # src: https://www.consultant.ru/document/cons_doc_LAW_395538/ 2022: ( (MAY, 3, JAN, 1), (MAY, 10, JAN, 2), (MAR, 7, MAR, 5), ), # Substituted Holidays 2023 # src: https://www.consultant.ru/document/cons_doc_LAW_425407/ 2023: ( (FEB, 24, JAN, 1), (MAY, 8, JAN, 8), ), # Substituted Holidays 2024 # src: https://www.consultant.ru/document/cons_doc_LAW_455140/ 2024: ( (APR, 29, APR, 27), (APR, 30, NOV, 2), (MAY, 10, JAN, 6), (DEC, 30, DEC, 28), (DEC, 31, JAN, 7), ), # Substituted Holidays 2025 # src: https://www.consultant.ru/document/cons_doc_LAW_481586/ 2025: ( (MAY, 2, JAN, 4), (DEC, 31, JAN, 5), (MAY, 8, FEB, 23), (JUN, 13, MAR, 8), (NOV, 3, NOV, 1), ), } special_public_holidays_observed = { # These are cases where additional in-lieus are given # without actually making weekend workdays. # Substituted Holidays 1992 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 1992: ( (MAY, 4, MAY, 2), (MAY, 11, MAY, 9), (NOV, 9, NOV, 7), ), # Substituted Holidays 1993 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 1993: ( (JAN, 4, JAN, 2), (MAY, 3, MAY, 1), (MAY, 4, MAY, 2), (MAY, 10, MAY, 9), (JUN, 14, JUN, 12), (NOV, 8, NOV, 7), ), # Substituted Holidays 1994 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 1994: ( (JAN, 3, JAN, 1), (JAN, 4, JAN, 2), (MAY, 3, MAY, 1), (MAY, 10, MAY, 9), (JUN, 13, JUN, 12), ), # Substituted Holidays 1995 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 1995: ( (JAN, 3, JAN, 1), (JAN, 9, JAN, 7), ), # Substituted Holidays 1996 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 1996: (JAN, 8, JAN, 7), # Substituted Holidays 1997 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 1997: (MAR, 10, MAR, 8), # Substituted Holidays 1998 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 1998: ( (MAR, 9, MAR, 8), (MAY, 4, MAY, 2), (MAY, 11, MAY, 9), (NOV, 9, NOV, 7), (DEC, 14, DEC, 12), ), # Substituted Holidays 1999 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 1999: ( (JAN, 4, JAN, 2), (MAY, 3, MAY, 1), (MAY, 4, MAY, 2), (MAY, 10, MAY, 9), (JUN, 14, JUN, 12), (NOV, 8, NOV, 7), (DEC, 13, DEC, 12), ), # Substituted Holidays 2000 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2000: ( (JAN, 3, JAN, 1), (JAN, 4, JAN, 2), ), # Substituted Holidays 2001 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2001: (JAN, 8, JAN, 7), # Substituted Holidays 2002 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2002: (FEB, 25, FEB, 23), # Substituted Holidays 2003 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2003: ( (FEB, 24, FEB, 23), (MAR, 10, MAR, 8), ), # Substituted Holidays 2004 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2004: ( (MAY, 3, MAY, 1), (MAY, 4, MAY, 2), (MAY, 10, MAY, 9), (JUN, 14, JUN, 12), (NOV, 8, NOV, 7), (DEC, 13, DEC, 12), ), # Substituted Holidays 2005 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2005: ( (JAN, 6, JAN, 1), (JAN, 10, JAN, 2), (MAY, 2, MAY, 1), (JUN, 13, JUN, 12), ), # Substituted Holidays 2006 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2006: ( (JAN, 6, JAN, 1), (JAN, 9, JAN, 7), (NOV, 6, NOV, 4), ), # Substituted Holidays 2007 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2007: ( (JAN, 8, JAN, 7), (NOV, 5, NOV, 4), ), # Substituted Holidays 2008 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2008: ( (JAN, 8, JAN, 5), (FEB, 25, FEB, 23), (MAR, 10, MAR, 8), ), # Substituted Holidays 2009 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2009: ( (JAN, 6, JAN, 3), (JAN, 8, JAN, 4), (MAR, 9, MAR, 8), (MAY, 11, MAY, 9), ), # Substituted Holidays 2010 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2010: ( (JAN, 6, JAN, 2), (JAN, 8, JAN, 3), (MAY, 3, MAY, 1), (MAY, 10, MAY, 9), (JUN, 14, JUN, 12), ), # Substituted Holidays 2011 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2011: ( (JAN, 6, JAN, 1), (JAN, 10, JAN, 2), (MAY, 2, MAY, 1), (JUN, 13, JUN, 12), ), # Substituted Holidays 2012 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2012: ( (JAN, 6, JAN, 1), (JAN, 9, JAN, 7), (NOV, 5, NOV, 4), ), # Substituted Holidays 2014 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2014: (MAR, 10, MAR, 8), # Substituted Holidays 2015 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2015: ( (MAR, 9, MAR, 8), (MAY, 11, MAY, 9), ), # Substituted Holidays 2016 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2016: ( (MAY, 2, MAY, 1), (JUN, 13, JUN, 12), ), # Substituted Holidays 2017 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2017: (NOV, 6, NOV, 4), # Substituted Holidays 2018 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2018: (NOV, 5, NOV, 4), # Substituted Holidays 2020 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2020: ( (FEB, 24, FEB, 23), (MAR, 9, MAR, 8), (MAY, 11, MAY, 9), ), # Substituted Holidays 2021 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2021: ( (MAY, 3, MAY, 1), (MAY, 10, MAY, 9), (JUN, 14, JUN, 12), ), # Substituted Holidays 2022 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2022: ( (MAY, 2, MAY, 1), (JUN, 13, JUN, 12), ), # Substituted Holidays 2023 (observed) # src: https://ru.wikipedia.org/wiki/Праздники_России 2023: (NOV, 6, NOV, 4), } holidays-0.71/holidays/countries/saint_kitts_and_nevis.py000066400000000000000000000175441500152103600240440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import FEB, MAR, APR, JUL, AUG, SEP, DEC, SUN from holidays.constants import HALF_DAY, PUBLIC, WORKDAY from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE class SaintKittsAndNevis( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays ): """Saint Kitts and Nevis holidays. References: * * * Cross-Checked With: * * If Sovereign's Birthday, New Year's Day, Independence Day, or National Heroes Day fall on a Sunday the next following Monday shall be a public holiday. Boxing Day—that is the day after Christmas Day, but if Christmas Day falls on a Saturday, then the next following Monday shall be a public holiday, and if Christmas Day falls on a Sunday, then the next following Monday and Tuesday shall be public holidays. While Culturama Day (first started in 1974) and Carnival Day are never officially included in the main Chapter 23.23 document, they're de facto added since at least 2015 and should be considered as such. """ country = "KN" supported_categories = (HALF_DAY, PUBLIC, WORKDAY) # %s (observed). observed_label = "%s (observed)" weekend = {SUN} # Public Holidays Act, Act 7 of 1983 Amendment. start_year = 1983 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, SaintKittsAndNevisStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Carnival Day. self._add_observed(self._add_new_years_day("Carnival Day"), rule=SUN_TO_NEXT_TUE) # Carnival Day - Last Lap. self._add_observed(self._add_new_years_day_two("Carnival Day - Last Lap")) # Good Friday. self._add_good_friday("Good Friday") # Easter Monday. self._add_easter_monday("Easter Monday") # Labour Day. self._add_holiday_1st_mon_of_may("Labour Day") # While Sovereign's Birthday is officially listed in the Public Holidays Act, # this was de facto never included in any released calendar since at least 2015. # Whit Monday. self._add_whit_monday("Whit Monday") self._add_holiday_1st_mon_of_aug( # Emancipation Day. "Emancipation Day" if self._year >= 1998 # First Monday of August. else "First Monday of August" ) # Culturama Day - Last Lap. self._add_holiday_1_day_past_1st_mon_of_aug("Culturama Day - Last Lap") if self._year >= 1998: # National Heroes Day. self._add_observed(self._add_holiday_sep_16("National Heroes Day")) # Independence Day. self._add_observed(self._add_holiday_sep_19("Independence Day")) # Christmas Day. self._add_observed(self._add_christmas_day("Christmas Day"), rule=SUN_TO_NEXT_TUE) # Boxing Day. self._add_observed(self._add_christmas_day_two("Boxing Day")) def _populate_workday_holidays(self): # August 25 was declared Kim Collins Day by the government of St. Kitts and Nevis # in honour of one of the track star's most significant accomplishments, the gold # at the World Championships in Paris, France in 2003. if self._year >= 2003: # Kim Collins Day. self._add_holiday_aug_25("Kim Collins Day") class KN(SaintKittsAndNevis): pass class KNA(SaintKittsAndNevis): pass class SaintKittsAndNevisStaticHolidays: """Saint Kitts and Nevis special holidays. References: * * * * * * * * * * * * * """ # Federal Election Victory Day. federal_election_victory_day_name = "Federal Election Victory Day" # Children's Carnival Day. childrens_carnival_day_name = "Children's Carnival Day" special_public_holidays = { 2015: (FEB, 18, federal_election_victory_day_name), 2017: ( # National Clean Up Day. (SEP, 20, "National Clean Up Day"), # Local Election Victory Day. (DEC, 19, "Local Election Victory Day"), ), 2022: (AUG, 8, federal_election_victory_day_name), # 50th Anniversary of the Establishment of the Caribbean Community (CARICOM). 2023: ( JUL, 4, "50th Anniversary of the Establishment of the Caribbean Community (CARICOM)", ), } special_half_day_holidays = { 2017: ( # The Passing of His Excellency Sir Probyn Inniss. (MAR, 23, "The Passing of His Excellency Sir Probyn Inniss"), # The Passing of His Excellency Sir Cuthbert Sebastian. (APR, 10, "The Passing of His Excellency Sir Cuthbert Sebastian"), ), 2018: (DEC, 31, childrens_carnival_day_name), 2019: (DEC, 31, childrens_carnival_day_name), # 2022 Gulf Insurance Inter-Primary Schools Championship. 2022: (APR, 27, "2022 Gulf Insurance Inter-Primary Schools Championship"), 2023: ( # The Passing of His Excellency Sir Tapley Seaton. (JUL, 20, "The Passing of His Excellency Sir Tapley Seaton"), (DEC, 30, childrens_carnival_day_name), ), # Junior Cultural Street Parade. 2024: (AUG, 1, "Junior Cultural Street Parade"), } holidays-0.71/holidays/countries/saint_lucia.py000066400000000000000000000060231500152103600217430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE class SaintLucia(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Saint Lucia holidays. References: * * * * * """ country = "LC" default_language = "en_LC" # %s (observed). observed_label = tr("%s (observed)") supported_languages = ("en_LC", "en_US") start_year = 1979 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day(tr("New Year's Day")), rule=SUN_TO_NEXT_TUE) # New Year's Holiday. self._add_observed(self._add_new_years_day_two(tr("New Year's Holiday"))) # Independence Day. self._add_observed(self._add_holiday_feb_22(tr("Independence Day"))) # Good Friday. self._add_good_friday(tr("Good Friday")) # Easter Monday. self._add_easter_monday(tr("Easter Monday")) # Labor Day. self._add_observed(self._add_labor_day(tr("Labour Day"))) # Whit Monday. self._add_whit_monday(tr("Whit Monday")) # Corpus Christi. self._add_corpus_christi_day(tr("Corpus Christi")) # Emancipation Day. self._add_observed(self._add_holiday_aug_1(tr("Emancipation Day"))) # Thanksgiving Day. self._add_holiday_1st_mon_of_oct(tr("Thanksgiving Day")) # National Day. self._add_observed(self._add_holiday_dec_13(tr("National Day"))) # Christmas Day. self._add_observed(self._add_christmas_day(tr("Christmas Day")), rule=SUN_TO_NEXT_TUE) # Boxing Day. self._add_observed(self._add_christmas_day_two(tr("Boxing Day"))) class LC(SaintLucia): pass class LCA(SaintLucia): pass holidays-0.71/holidays/countries/samoa.py000066400000000000000000000042461500152103600205550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Samoa(HolidayBase, ChristianHolidays, InternationalHolidays): """Samoa holidays. References: * * * * """ country = "WS" def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate(self, year): super()._populate(year) # New Year's Day. self._add_new_years_day("New Year's Day") self._add_new_years_day_two("The Day After New Year's Day") # Good Friday. self._add_good_friday("Good Friday") self._add_holy_saturday("Day After Good Friday") # Easter Monday. self._add_easter_monday("Easter Monday") # Mother's Day. self._add_holiday_1_day_past_2nd_sun_of_may("Mother's Day") # Independence Day. self._add_holiday_jun_1("Independence Day") # Father's Day. self._add_holiday_1_day_past_2nd_sun_of_aug("Father's Day") # White Monday (Lotu a Tamaiti). self._add_holiday_1_day_past_2nd_sun_of_oct("White Sunday (Lotu a Tamaiti)") # Christmas Day. self._add_christmas_day("Christmas Day") # Boxing Day. self._add_christmas_day_two("Boxing Day") class WS(Samoa): pass class WSM(Samoa): pass holidays-0.71/holidays/countries/san_marino.py000066400000000000000000000051671500152103600216060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class SanMarino(HolidayBase, ChristianHolidays, InternationalHolidays): """San Marino holidays. References: * """ country = "SM" def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self) -> None: # New Year's Day. self._add_new_years_day("New Year's Day") # Epiphany. self._add_epiphany_day("Epiphany") # Feast of Saint Agatha. self._add_holiday_feb_5("Feast of Saint Agatha") # Anniversary of the Arengo. self._add_holiday_mar_25("Anniversary of the Arengo") # Easter Sunday. self._add_easter_sunday("Easter Sunday") # Easter Monday. self._add_easter_monday("Easter Monday") # Labour Day. self._add_labor_day("Labour Day") # Corpus Cristi. self._add_corpus_christi_day("Corpus Cristi") # Liberation from Fascism Day. self._add_holiday_jul_28("Liberation from Fascism Day") # Assumption of Mary. self._add_assumption_of_mary_day("Assumption Day") # The Feast of Saint Marinus and the Republic. self._add_holiday_sep_3("Foundation Day") # All Saints' Day. self._add_all_saints_day("All Saints' Day") # Commemoration of the Dead. self._add_all_souls_day("Commemoration of the Dead") # Immaculate Conception. self._add_immaculate_conception_day("Immaculate Conception Day") # Christmas Eve. self._add_christmas_eve("Christmas Eve") # Christmas Day. self._add_christmas_day("Christmas Day") # Saint Stephen's Day. self._add_christmas_day_two("Saint Stephen's Day") # New Year's Eve. self._add_new_years_eve("New Year's Eve") class SM(SanMarino): pass class SMR(SanMarino): pass holidays-0.71/holidays/countries/saudi_arabia.py000066400000000000000000000114621500152103600220570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import JAN, FEB, SEP, NOV, THU, FRI, SAT, _timedelta from holidays.groups import IslamicHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, THU_TO_PREV_WED, FRI_TO_PREV_THU, FRI_TO_NEXT_SAT, SAT_TO_NEXT_SUN, THU_FRI_TO_NEXT_WORKDAY, FRI_SAT_TO_NEXT_WORKDAY, ) class SaudiArabia(ObservedHolidayBase, IslamicHolidays, StaticHolidays): """Saudi Arabia holidays. References: * * * """ country = "SA" default_language = "ar" # %s (estimated). estimated_label = tr("(تقدير) %s") # %s (observed). observed_label = tr("(ملاحظة) %s") # %s (observed, estimated). observed_estimated_label = tr("(تقدير ملاحظة) %s") supported_languages = ("ar", "en_US") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) StaticHolidays.__init__(self, SaudiArabiaStaticHolidays) kwargs.setdefault("observed_rule", FRI_TO_PREV_THU + SAT_TO_NEXT_SUN) super().__init__(*args, **kwargs) def _add_islamic_observed(self, dts: set[date]) -> None: # Observed days are added to make up for any days falling on a weekend. if not self.observed: return None observed_rule = THU_FRI_TO_NEXT_WORKDAY if self._year <= 2012 else FRI_SAT_TO_NEXT_WORKDAY for dt in dts: for i in range(4): self._add_observed(_timedelta(dt, -i), name=self[dt], rule=observed_rule) def _populate_public_holidays(self): # Weekend used to be THU, FRI before June 28th, 2013. # On that year both Eids were after that date, and Founding day # holiday started at 2022; so what below works. self._observed_rule = ( THU_TO_PREV_WED + FRI_TO_NEXT_SAT if self._year <= 2012 else FRI_TO_PREV_THU + SAT_TO_NEXT_SUN ) self.weekend = {THU, FRI} if self._year <= 2012 else {FRI, SAT} # Eid al-Fitr Holiday eid_al_fitr_name = tr("عطلة عيد الفطر") self._add_eid_al_fitr_day(eid_al_fitr_name) self._add_eid_al_fitr_day_two(eid_al_fitr_name) self._add_eid_al_fitr_day_three(eid_al_fitr_name) self._add_islamic_observed(self._add_eid_al_fitr_day_four(eid_al_fitr_name)) # Arafat Day self._add_arafah_day(tr("يوم عرفة")) # Eid al-Adha Holiday name = tr("عطلة عيد الأضحى") self._add_eid_al_adha_day(name) self._add_eid_al_adha_day_two(name) self._add_islamic_observed(self._add_eid_al_adha_day_three(name)) # If National Day happens within the Eid al-Fitr Holiday or # Eid al-Adha Holiday, there is no extra holidays given for it. if self._year >= 2005: dt = date(self._year, SEP, 23) if dt not in self: # National Day Holiday self._add_observed(self._add_holiday(tr("اليوم الوطني"), dt)) # If Founding Day happens within the Eid al-Fitr Holiday or # Eid al-Adha Holiday, there is no extra holidays given for it. if self._year >= 2022: dt = date(self._year, FEB, 22) if dt not in self: # Founding Day self._add_observed(self._add_holiday(tr("يوم التأسيسي"), dt)) class SA(SaudiArabia): pass class SAU(SaudiArabia): pass class SaudiArabiaStaticHolidays: special_public_holidays = { # Celebrate the country's win against Argentina in the World Cup 2022: (NOV, 23, tr("يوم وطني")), } special_public_holidays_observed = { # Eid al-Fitr Holiday 2001: (JAN, 1, tr("عطلة عيد الفطر")), } holidays-0.71/holidays/countries/serbia.py000066400000000000000000000054311500152103600207170ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.julian import JULIAN_CALENDAR from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE class Serbia(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Serbia holidays. References: * """ country = "RS" default_language = "sr" # %s (observed). observed_label = tr("%s (слободан дан)") supported_languages = ("en_US", "sr") def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self, JULIAN_CALENDAR) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. name = tr("Нова година") self._add_observed(self._add_new_years_day(name), rule=SUN_TO_NEXT_TUE) self._add_observed(self._add_new_years_day_two(name)) # Orthodox Christmas Day. self._add_christmas_day(tr("Божић")) # Statehood Day. name = tr("Дан државности Србије") self._add_observed(self._add_holiday_feb_15(name), rule=SUN_TO_NEXT_TUE) self._add_observed(self._add_holiday_feb_16(name)) # Labor Day. name = tr("Празник рада") self._add_observed(self._add_labor_day(name), rule=SUN_TO_NEXT_TUE) self._add_observed( may_2 := self._add_labor_day_two(name), rule=SUN_TO_NEXT_TUE if may_2 == self._easter_sunday else SUN_TO_NEXT_MON, ) # Armistice Day. self._add_observed(self._add_remembrance_day(tr("Дан примирја у Првом светском рату"))) # Good Friday. self._add_good_friday(tr("Велики петак")) # Holy Saturday. self._add_holy_saturday(tr("Велика субота")) # Easter Sunday. self._add_easter_sunday(tr("Васкрс")) # Easter Monday. self._add_easter_monday(tr("Други дан Васкрса")) class RS(Serbia): pass class SRB(Serbia): pass holidays-0.71/holidays/countries/seychelles.py000066400000000000000000000141141500152103600216100ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import JAN, MAR, MAY, SEP, OCT, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class Seychelles(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Seychelles holidays. References: * * * [Act 19 of 1976, 1994 Amendment (Oldest Seychelles Holidays Law available online in full)](https://seylii.org/akn/sc/act/1976/19/eng@2012-06-30) * [Act 11 of 2014 (Holidays names changed)](https://seylii.org/akn/sc/act/2014/11/eng@2014-08-04) * [Act 3 of 2017 (Added Easter Monday, repealing Liberation Day)](https://seylii.org/akn/sc/act/2017/3/eng@2017-04-12) Where any public holiday, except Sunday, falls on a Sunday the next following day, not being itself a public holiday, shall be a public holiday. """ country = "SC" default_language = "en_SC" # %s (observed). observed_label = tr("%s (observed)") supported_languages = ("en_SC", "en_US") # Earliest source is the 1994 amendment of Seychelles Public Holidays Act. start_year = 1994 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, SeychellesStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("New Year's Day")) # New Year Holiday. self._add_observed(self._add_new_years_day_two(tr("New Year Holiday"))) # Good Friday. self._add_good_friday(tr("Good Friday")) # Easter Saturday. self._add_holy_saturday(tr("Easter Saturday")) if self._year >= 2017: # Easter Monday. self._add_easter_monday(tr("Easter Monday")) # Labor Day. self._add_observed(self._add_labor_day(tr("Labour Day"))) # Corpus Christi. self._add_corpus_christi_day(tr("The Fete Dieu")) if self._year <= 2016: # Liberation Day. self._add_observed(self._add_holiday_jun_5(tr("Liberation Day"))) self._add_observed( self._add_holiday_jun_18( # National Day. tr("National Day") if self._year <= 2014 # Constitution Day. else tr("Constitution Day") ) ) self._add_observed( self._add_holiday_jun_29( # Independence Day. tr("Independence Day") if self._year <= 2014 # Independence (National) Day. else tr("Independence (National) Day") ) ) # Assumption Day. self._add_observed(self._add_assumption_of_mary_day(tr("Assumption Day"))) # All Saints' Day. self._add_observed(self._add_all_saints_day(tr("All Saints Day"))) self._add_observed( # Immaculate Conception. self._add_immaculate_conception_day(tr("The Feast of the Immaculate Conception")) ) # Christmas Day. self._add_observed(self._add_christmas_day(tr("Christmas Day"))) class SC(Seychelles): pass class SYC(Seychelles): pass class SeychellesStaticHolidays: """Seychelles special holidays. References: * * * * * * * * * * All Election Dates usually proceed from the Outer Islands first, then the Inner Islands, and the main capital, Mahé, on the last day. The current implementation only uses the last day, as officially decreed in 2007, 2011, 2015, and 2020. """ # Bridge Public Holiday. bridge_public_holiday = tr("Bridge Public Holiday") # Presidential Election Day. presidential_election_day = tr("Presidential Election Day") # Parliamentary Election Day. parliamentary_election_day = tr("Parliamentary Election Day") # General Election Day. general_election_day = tr("General Election Day") special_public_holidays = { 2007: (MAY, 12, presidential_election_day), 2011: ( (MAY, 21, presidential_election_day), (OCT, 1, parliamentary_election_day), ), 2015: ( (DEC, 5, presidential_election_day), (DEC, 18, presidential_election_day), ), 2016: (SEP, 10, parliamentary_election_day), # Funeral of the Former President France Albert René. 2019: (MAR, 7, tr("Funeral of the Former President France Albert René")), 2020: ( (JAN, 3, bridge_public_holiday), (OCT, 24, general_election_day), (OCT, 26, bridge_public_holiday), ), } holidays-0.71/holidays/countries/sierra_leone.py000066400000000000000000000110701500152103600221150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV from holidays.calendars.islamic import _CustomIslamicHolidays from holidays.groups import ChristianHolidays, InternationalHolidays, IslamicHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY class SierraLeone(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays): """Sierra Leone holidays. References: * * * * """ country = "SL" default_language = "en_SL" # %s (estimated). estimated_label = tr("%s (estimated)") # %s (observed). observed_label = tr("%s (observed)") # %s (observed, estimated). observed_estimated_label = tr("%s (observed, estimated)") supported_languages = ("en_SL", "en_US") # Sierra Leone gained independence on April 27, 1961. start_year = 1962 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=SierraLeoneIslamicHolidays, show_estimated=islamic_show_estimated ) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) super().__init__(*args, **kwargs) def _populate_public_holidays(self): dts_observed = set() # New Year's Day. dts_observed.add(self._add_new_years_day(tr("New Year's Day"))) if self._year >= 2002: # Armed Forces Day. dts_observed.add(self._add_holiday_feb_18(tr("Armed Forces Day"))) if self._year >= 2018: # International Women's Day. dts_observed.add(self._add_womens_day(tr("International Women's Day"))) # Good Friday. self._add_good_friday(tr("Good Friday")) # Easter Monday. self._add_easter_monday(tr("Easter Monday")) # Independence Day. dts_observed.add(self._add_holiday_apr_27(tr("Independence Day"))) # International Worker's Day. dts_observed.add(self._add_labor_day(tr("International Worker's Day"))) # Christmas Day. dts_observed.add(self._add_christmas_day(tr("Christmas Day"))) # Boxing Day. dts_observed.add(self._add_christmas_day_two(tr("Boxing Day"))) # Prophet's Birthday. dts_observed.update(self._add_mawlid_day(tr("Prophet's Birthday"))) # Eid al-Fitr. dts_observed.update(self._add_eid_al_fitr_day(tr("Eid al-Fitr"))) # Eid al-Adha. dts_observed.update(self._add_eid_al_adha_day(tr("Eid al-Adha"))) if self.observed: self._populate_observed(dts_observed) class SL(SierraLeone): pass class SLE(SierraLeone): pass class SierraLeoneIslamicHolidays(_CustomIslamicHolidays): """Sierra Leone Islamic holidays exact dates. References: * """ # Prophet's Birthday MAWLID_DATES = { 2018: (NOV, 21), 2019: (NOV, 10), 2020: (OCT, 29), 2021: (OCT, 18), 2022: (OCT, 8), 2023: (SEP, 27), 2024: (SEP, 15), } # Eid al-Fitr EID_AL_FITR_DATES = { 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), } # Eid al-Adha EID_AL_ADHA_DATES = { 2018: (AUG, 22), 2019: (AUG, 12), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 16), } holidays-0.71/holidays/countries/singapore.py000066400000000000000000000227661500152103600214530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import ( _CustomBuddhistHolidays, _CustomChineseHolidays, _CustomIslamicHolidays, _CustomHinduHolidays, ) from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.groups import ( BuddhistCalendarHolidays, ChineseCalendarHolidays, ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_WORKDAY class Singapore( ObservedHolidayBase, BuddhistCalendarHolidays, ChineseCalendarHolidays, ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ): """Singapore holidays. References: * [Wikipedia](https://en.wikipedia.org/wiki/Public_holidays_in_Singapore) * [Holidays Act](https://sso.agc.gov.sg/Act/HA1998) (Act 24 of 1968—Holidays (Amendment) Act 1968) * [Ministry of Manpower](https://www.mom.gov.sg/employment-practices/public-holidays) Limitations: * Prior to 1969: holidays are estimated. * Prior to 2000: holidays may not be accurate. * 2024 and later: the following four moving date holidays (whose exact date is announced yearly) are estimated, and so denoted: * Hari Raya Puasa * Hari Raya Haji * Vesak Day * Deepavali """ country = "SG" default_language = "en_SG" # %s (observed). observed_label = tr("%s (observed)") supported_languages = ("en_SG", "en_US", "th") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ BuddhistCalendarHolidays.__init__(self, cls=SingaporeBuddhistHolidays, show_estimated=True) ChineseCalendarHolidays.__init__(self, cls=SingaporeChineseHolidays, show_estimated=True) ChristianHolidays.__init__(self) HinduCalendarHolidays.__init__(self, cls=SingaporeHinduHolidays) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=SingaporeIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, cls=SingaporeStaticHolidays) # Implement Section 4(2) of the Holidays Act: # "if any day specified in the Schedule falls on a Sunday, # the day next following not being itself a public holiday # is declared a public holiday in Singapore." kwargs.setdefault("observed_rule", SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 1998) super().__init__(*args, **kwargs) def _populate_public_holidays(self) -> None: dts_observed = set() # New Year's Day. dts_observed.add(self._add_new_years_day(tr("New Year's Day"))) # Chinese New Year. name = tr("Chinese New Year") dts_observed.add(self._add_chinese_new_years_day(name)) # type: ignore[arg-type] dts_observed.add(self._add_chinese_new_years_day_two(name)) # type: ignore[arg-type] # Eid al-Fitr. dts_observed.update(self._add_eid_al_fitr_day(tr("Hari Raya Puasa"))) if self._year <= 1968: # Second Day of Eid al-Fitr. self._add_eid_al_fitr_day_two(tr("Second Day of Hari Raya Puasa")) # Eid al-Adha. dts_observed.update(self._add_eid_al_adha_day(tr("Hari Raya Haji"))) # Good Friday. self._add_good_friday(tr("Good Friday")) if self._year <= 1968: # Holy Saturday. self._add_holy_saturday(tr("Holy Saturday")) # Easter Monday. self._add_easter_monday(tr("Easter Monday")) # Labor Day. dts_observed.add(self._add_labor_day(tr("Labour Day"))) # Vesak Day. dts_observed.add(self._add_vesak(tr("Vesak Day"))) # type: ignore[arg-type] # National Day. dts_observed.add(self._add_holiday_aug_9(tr("National Day"))) # Deepavali. dts_observed.add(self._add_diwali(tr("Deepavali"))) # type: ignore[arg-type] # Christmas Day. dts_observed.add(self._add_christmas_day(tr("Christmas Day"))) if self._year <= 1968: # Boxing Day. self._add_christmas_day_two(tr("Boxing Day")) if self.observed: self._populate_observed(dts_observed) class SG(Singapore): pass class SGP(Singapore): pass class SingaporeBuddhistHolidays(_CustomBuddhistHolidays): VESAK_DATES = { 2001: (MAY, 7), 2002: (MAY, 26), 2003: (MAY, 15), 2004: (JUN, 2), 2005: (MAY, 22), 2006: (MAY, 12), 2007: (MAY, 31), 2008: (MAY, 19), 2009: (MAY, 9), 2010: (MAY, 28), 2011: (MAY, 17), 2012: (MAY, 5), 2013: (MAY, 24), 2014: (MAY, 13), 2015: (JUN, 1), 2016: (MAY, 21), 2017: (MAY, 10), 2018: (MAY, 29), 2019: (MAY, 19), 2020: (MAY, 7), 2021: (MAY, 26), 2022: (MAY, 15), 2023: (JUN, 2), 2024: (MAY, 22), 2025: (MAY, 12), } class SingaporeChineseHolidays(_CustomChineseHolidays): LUNAR_NEW_YEAR_DATES = { 2001: (JAN, 24), 2002: (FEB, 12), 2003: (FEB, 1), 2004: (JAN, 22), 2005: (FEB, 9), 2006: (JAN, 30), 2007: (FEB, 19), 2008: (FEB, 7), 2009: (JAN, 26), 2010: (FEB, 14), 2011: (FEB, 3), 2012: (JAN, 23), 2013: (FEB, 10), 2014: (JAN, 31), 2015: (FEB, 19), 2016: (FEB, 8), 2017: (JAN, 28), 2018: (FEB, 16), 2019: (FEB, 5), 2020: (JAN, 25), 2021: (FEB, 12), 2022: (FEB, 1), 2023: (JAN, 22), 2024: (FEB, 10), 2025: (JAN, 29), } class SingaporeHinduHolidays(_CustomHinduHolidays): # Deepavali DIWALI_DATES = { 2001: (NOV, 14), 2002: (NOV, 3), 2003: (OCT, 23), 2004: (NOV, 11), 2005: (NOV, 1), 2006: (OCT, 21), 2007: (NOV, 8), 2008: (OCT, 27), 2009: (NOV, 15), 2010: (NOV, 5), 2011: (OCT, 26), 2012: (NOV, 13), 2013: (NOV, 2), 2014: (OCT, 22), 2015: (NOV, 10), 2016: (OCT, 29), 2017: (OCT, 18), 2018: (NOV, 6), 2019: (OCT, 27), 2020: (NOV, 14), 2021: (NOV, 4), 2022: (OCT, 24), 2023: (NOV, 12), 2024: (OCT, 31), 2025: (OCT, 20), } class SingaporeIslamicHolidays(_CustomIslamicHolidays): # Hari Raya Haji EID_AL_ADHA_DATES = { 2001: (MAR, 6), 2002: (FEB, 23), 2003: (FEB, 12), 2004: (FEB, 1), 2005: (JAN, 21), 2006: ((JAN, 10), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 8), 2009: (NOV, 27), 2010: (NOV, 17), 2011: (NOV, 6), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 5), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 10), 2023: (JUN, 29), 2024: (JUN, 17), 2025: (JUN, 7), } # Hari Raya Puasa EID_AL_FITR_DATES = { 2001: (DEC, 16), 2002: (DEC, 6), 2003: (NOV, 25), 2004: (NOV, 14), 2005: (NOV, 3), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 1), 2009: (SEP, 20), 2010: (SEP, 10), 2011: (AUG, 30), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 28), 2015: (JUL, 17), 2016: (JUL, 6), 2017: (JUN, 25), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 3), 2023: (APR, 22), 2024: (APR, 10), 2025: (MAR, 31), } class SingaporeStaticHolidays: """Singapore special holidays. References: * * """ # Polling Day. polling_day_name = tr("Polling Day") special_public_holidays = { 2001: (NOV, 3, polling_day_name), 2006: (MAY, 6, polling_day_name), 2011: (MAY, 7, polling_day_name), 2015: ( # SG50 Public Holiday. (AUG, 7, tr("SG50 Public Holiday")), (SEP, 11, polling_day_name), ), 2020: (JUL, 10, polling_day_name), 2023: (SEP, 1, polling_day_name), } special_public_holidays_observed = { # Eid al-Adha. 2007: (JAN, 2, tr("Hari Raya Haji")), } holidays-0.71/holidays/countries/slovakia.py000066400000000000000000000101201500152103600212520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import OCT from holidays.constants import PUBLIC, WORKDAY from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Slovakia(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Slovakia holidays. References: * * * """ country = "SK" default_language = "sk" supported_categories = (PUBLIC, WORKDAY) supported_languages = ("en_US", "sk", "uk") # Independent Slovak Republic established on Jan 01, 1993. start_year = 1993 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, cls=SlovakiaStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Day of the Establishment of the Slovak Republic. self._add_holiday_jan_1(tr("Deň vzniku Slovenskej republiky")) self._add_epiphany_day( # Epiphany. tr("Zjavenie Pána (Traja králi a vianočný sviatok pravoslávnych kresťanov)") ) # Good Friday. self._add_good_friday(tr("Veľký piatok")) # Easter Monday. self._add_easter_monday(tr("Veľkonočný pondelok")) # Labor Day. self._add_labor_day(tr("Sviatok práce")) if self._year >= 1997: # Day of Victory over Fascism. self._add_world_war_two_victory_day(tr("Deň víťazstva nad fašizmom")) # Saints Cyril and Methodius Day. self._add_holiday_jul_5(tr("Sviatok svätého Cyrila a svätého Metoda")) # Slovak National Uprising Anniversary. self._add_holiday_aug_29(tr("Výročie Slovenského národného povstania")) if self._year <= 2023: # Constitution Day. self._add_holiday_sep_1(tr("Deň Ústavy Slovenskej republiky")) # Day of Our Lady of the Seven Sorrows. self._add_holiday_sep_15(tr("Sedembolestná Panna Mária")) # All Saints' Day. self._add_all_saints_day(tr("Sviatok Všetkých svätých")) if self._year >= 2001: # Struggle for Freedom and Democracy Day. self._add_holiday_nov_17(tr("Deň boja za slobodu a demokraciu")) # Christmas Eve. self._add_christmas_eve(tr("Štedrý deň")) # Christmas Day. self._add_christmas_day(tr("Prvý sviatok vianočný")) # Second Day of Christmas. self._add_christmas_day_two(tr("Druhý sviatok vianočný")) def _populate_workday_holidays(self): # According to Law 241/1993, these state holidays are not non-working days. if self._year >= 2024: # Constitution Day. self._add_holiday_sep_1(tr("Deň Ústavy Slovenskej republiky")) if self._year >= 2021: # Day of the Establishment of the Independent Czech-Slovak State. self._add_holiday_oct_28(tr("Deň vzniku samostatného česko-slovenského štátu")) class SK(Slovakia): pass class SVK(Slovakia): pass class SlovakiaStaticHolidays: special_public_holidays = { # 100th anniversary of the adoption of the Declaration # of the Slovak Nation. 2018: (OCT, 30, tr("100. výročie prijatia Deklarácie slovenského národa")) } holidays-0.71/holidays/countries/slovenia.py000066400000000000000000000112221500152103600212650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import AUG from holidays.constants import PUBLIC, WORKDAY from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Slovenia(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Slovenia holidays. References: * * * * """ country = "SI" default_language = "sl" supported_categories = (PUBLIC, WORKDAY) supported_languages = ("en_US", "sl", "uk") # Act on Holidays and Non-Working Days in the Republic of Slovenia, 1991-11-21. start_year = 1992 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, SloveniaStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Work-free national holidays and other work-free days. # New Year's Day. name = tr("novo leto") self._add_new_years_day(name) if self._year <= 2012 or self._year >= 2017: self._add_new_years_day_two(name) # Prešeren's Day, the Slovenian Cultural Holiday. self._add_holiday_feb_8(tr("Prešernov dan, slovenski kulturni praznik")) # Easter Sunday. self._add_easter_sunday(tr("velikonočna nedelja")) # Easter Monday. self._add_easter_monday(tr("velikonočni ponedeljek")) # Day of Uprising Against Occupation. self._add_holiday_apr_27(tr("dan upora proti okupatorju")) # Labor Day. name = tr("praznik dela") self._add_labor_day(name) self._add_labor_day_two(name) # Whit Sunday. self._add_whit_sunday(tr("binkoštna nedelja")) # Statehood Day. self._add_holiday_jun_25(tr("dan državnosti")) # Assumption Day. self._add_assumption_of_mary_day(tr("Marijino vnebovzetje")) # Reformation Day. self._add_holiday_oct_31(tr("dan reformacije")) # Day of Remembrance for the Dead. self._add_all_saints_day(tr("dan spomina na mrtve")) # Christmas Day. self._add_christmas_day(tr("božič")) self._add_holiday_dec_26( # Independence and Unity Day. tr("dan samostojnosti in enotnosti") if self._year >= 2005 # Independence Day. else tr("dan samostojnosti") ) def _populate_workday_holidays(self): # Not work-free national holidays. if self._year >= 2011: # Primož Trubar Day. self._add_holiday_jun_8(tr("dan Primoža Trubarja")) if self._year >= 2006: # Unification of Prekmurje Slovenes with the Mother Nation. self._add_holiday_aug_17(tr("združitev prekmurskih Slovencev z matičnim narodom")) self._add_holiday_sep_15( # Integration of Primorska into the Homeland. tr("priključitev Primorske k matični domovini") if self._year >= 2025 # Return of Primorska into the Homeland. else tr("vrnitev Primorske k matični domovini") ) if self._year >= 2020: # Slovenian Sport's Day. self._add_holiday_sep_23(tr("dan slovenskega športa")) if self._year >= 2015: # Sovereignty Day. self._add_holiday_oct_25(tr("dan suverenosti")) if self._year >= 2005: # Rudolf Maister Day. self._add_holiday_nov_23(tr("dan Rudolfa Maistra")) class SI(Slovenia): pass class SVN(Slovenia): pass class SloveniaStaticHolidays: special_public_holidays = { # Solidarity Day. 2023: (AUG, 14, tr("dan solidarnosti")), } holidays-0.71/holidays/countries/south_africa.py000066400000000000000000000131551500152103600221230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JAN, MAR, APR, MAY, JUN, AUG, NOV, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class SouthAfrica(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """South Africa holidays. References: * * * * """ country = "ZA" observed_label = "%s (observed)" # Observed since 1910, with a few name changes start_year = 1910 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, SouthAfricaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) kwargs.setdefault("observed_since", 1995) super().__init__(*args, **kwargs) def _populate_public_holidays(self): self._add_observed(self._add_new_years_day("New Year's Day")) self._add_good_friday("Good Friday") self._add_easter_monday("Family Day" if self._year >= 1980 else "Easter Monday") if self._year <= 1951: name = "Dingaan's Day" elif self._year <= 1979: name = "Day of the Covenant" elif self._year <= 1994: name = "Day of the Vow" else: name = "Day of Reconciliation" self._add_observed(self._add_holiday_dec_16(name)) self._add_christmas_day("Christmas Day") self._add_observed( self._add_christmas_day_two("Day of Goodwill" if self._year >= 1980 else "Boxing Day") ) if self._year >= 1995: self._add_observed(self._add_holiday_mar_21("Human Rights Day")) self._add_observed(self._add_holiday_apr_27("Freedom Day")) self._add_observed(self._add_labor_day("Workers' Day")) self._add_observed(self._add_holiday_jun_16("Youth Day")) self._add_observed(self._add_holiday_aug_9("National Women's Day")) self._add_observed(self._add_holiday_sep_24("Heritage Day")) # Historic public holidays no longer observed if 1952 <= self._year <= 1973: self._add_holiday_apr_6("Van Riebeeck's Day") elif 1980 <= self._year <= 1994: self._add_holiday_apr_6("Founder's Day") if 1987 <= self._year <= 1989: self._add_holiday_1st_fri_of_may("Workers' Day") if self._year <= 1993: self._add_ascension_thursday("Ascension Day") if self._year <= 1951: self._add_holiday_may_24("Empire Day") if self._year <= 1960: self._add_holiday_may_31("Union Day") elif self._year <= 1993: self._add_holiday_may_31("Republic Day") if 1952 <= self._year <= 1960: self._add_holiday_2nd_mon_of_jul("Queen's Birthday") if 1961 <= self._year <= 1973: self._add_holiday_jul_10("Family Day") if self._year <= 1951: self._add_holiday_1st_mon_of_aug("King's Birthday") if 1952 <= self._year <= 1979: self._add_holiday_1st_mon_of_sep("Settlers' Day") if 1952 <= self._year <= 1993: self._add_holiday_oct_10("Kruger Day") class ZA(SouthAfrica): pass class ZAF(SouthAfrica): pass class SouthAfricaStaticHolidays: local_elections = "Local government elections" municipal_elections = "Municipal elections" national_and_provincial_elections = "National and provincial government elections" presidential_decree_holiday = "Public holiday by presidential decree" y2k_changeover = "Y2K changeover" special_public_holidays = { 1999: ( (JUN, 2, national_and_provincial_elections), (DEC, 31, y2k_changeover), ), 2000: (JAN, 2, y2k_changeover), 2004: (APR, 14, national_and_provincial_elections), 2006: (MAR, 1, local_elections), 2008: (MAY, 2, presidential_decree_holiday), 2009: (APR, 22, national_and_provincial_elections), 2011: ( (MAY, 18, local_elections), (DEC, 27, presidential_decree_holiday), ), 2014: (MAY, 7, national_and_provincial_elections), 2016: ( (AUG, 3, local_elections), (DEC, 27, presidential_decree_holiday), ), 2019: (MAY, 8, national_and_provincial_elections), 2021: (NOV, 1, municipal_elections), 2022: (DEC, 27, presidential_decree_holiday), # Winning the 2023 Rugby World Cup 2023: (DEC, 15, presidential_decree_holiday), 2024: (MAY, 29, national_and_provincial_elections), } special_public_holidays_observed = { # Special holiday http://tiny.cc/za_y2k 2000: (JAN, 3, y2k_changeover), } holidays-0.71/holidays/countries/south_korea.py000066400000000000000000000603341500152103600220000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from datetime import date from gettext import gettext as tr from holidays.calendars import _CustomChineseHolidays from holidays.calendars.gregorian import ( JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, _timedelta, ) from holidays.constants import BANK, PUBLIC from holidays.groups import ( ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ( ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY, SUN_TO_NEXT_WORKDAY, ) class SouthKorea( ObservedHolidayBase, ChineseCalendarHolidays, ChristianHolidays, InternationalHolidays, StaticHolidays, ): """South Korea holidays. References: * * * * * * * * * [TH localization 1](https://overseas.mofa.go.kr/th-th/wpge/m_3133/contents.do) * [TH localization 2](https://thailand.korean-culture.org/th/138/korea/38) Checked With: * * According to (3), the alt holidays in Korea are as follows: * The alt holiday means next first non holiday after the holiday. * Independence Movement Day, Liberation Day, National Foundation Day, Hangul Day, Children's Day, Birthday of the Buddha, Christmas Day have alt holiday if they fell on Saturday or Sunday. * Korean New Year's Day, Korean Mid Autumn Day have alt holiday if they fell on Sunday. """ country = "KR" supported_categories = (BANK, PUBLIC) default_language = "ko" # Alternative holiday for %s. observed_label = tr("%s 대체 휴일") supported_languages = ("en_US", "ko", "th") start_year = 1948 def __init__(self, *args, **kwargs): ChineseCalendarHolidays.__init__(self, cls=SouthKoreaLunisolarHolidays) ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, cls=SouthKoreaStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 2014) super().__init__(*args, **kwargs) def _populate_observed(self, dts: set[date], three_day_holidays: dict[date, str]) -> None: for dt in sorted(dts.union(three_day_holidays.keys())): if not self._is_observed(dt): continue dt_observed = self._get_observed_date( dt, SUN_TO_NEXT_WORKDAY if dt in three_day_holidays else SAT_SUN_TO_NEXT_WORKDAY ) if dt_observed != dt or len(self.get_list(dt)) > 1: if dt_observed == dt: dt_observed = self._get_next_workday(dt) names = ( (three_day_holidays[dt],) if dt in three_day_holidays else self.get_list(dt) ) for name in names: self._add_holiday(self.tr(self.observed_label) % self.tr(name), dt_observed) def _populate_public_holidays(self): def append_observed(dt: date, since: int): if self._year >= since: dts_observed.add(dt) def add_three_day_holiday(dt: date, name: str): name = self.tr(name) for dt_alt in ( # The day preceding %s. self._add_holiday(self.tr("%s 전날") % name, _timedelta(dt, -1)), dt, # The second day of %s. self._add_holiday(self.tr("%s 다음날") % name, _timedelta(dt, +1)), ): three_days_holidays[dt_alt] = name dts_observed = set() three_days_holidays = {} # Fixed Date Holidays. # New Year's Day. name = tr("신정연휴") self._add_new_years_day(name) if self._year <= 1998: self._add_new_years_day_two(name) if self._year <= 1989: self._add_new_years_day_three(name) if self._year >= 1985: name = ( # Korean New Year. tr("설날") if self._year >= 1989 # Folk Day. else tr("민속의 날") ) korean_new_year = self._add_chinese_new_years_day(name) if self._year >= 1989: add_three_day_holiday(korean_new_year, name) # Independence Movement Day. mar_1 = self._add_holiday_mar_1(tr("삼일절")) # mar_1 is used later for Presidential Election Day. append_observed(mar_1, 2022) if 1949 <= self._year <= 2005 and self._year != 1960: # Tree Planting Day. self._add_holiday_apr_5(tr("식목일")) if self._year >= 1975: name = ( # Buddha's Birthday. tr("부처님오신날") if self._year >= 2017 # Buddha's Birthday. else tr("석가탄신일") ) append_observed(self._add_chinese_birthday_of_buddha(name), 2023) if self._year >= 1975: # Children's Day. append_observed(self._add_holiday_may_5(tr("어린이날")), 2015) if self._year >= 1956: # Memorial Day. jun_6 = self._add_holiday_jun_6(tr("현충일")) # jun_6 is used later for Local Election Day. if self._year <= 2007: # Constitution Day. self._add_holiday_jul_17(tr("제헌절")) # Liberation Day. append_observed(self._add_holiday_aug_15(tr("광복절")), 2021) if 1976 <= self._year <= 1990: # Armed Forces Day. self._add_holiday_oct_1(tr("국군의 날")) # National Foundation Day. append_observed(self._add_holiday_oct_3(tr("개천절")), 2021) if self._year <= 1990 or self._year >= 2013: # Hangul Day. append_observed(self._add_holiday_oct_9(tr("한글날")), 2021) if 1950 <= self._year <= 1975: # United Nations Day. self._add_united_nations_day(tr("국제연합일")) # Chuseok. name = tr("추석") chuseok = self._add_mid_autumn_festival(name) if 1986 <= self._year <= 1988: self._add_mid_autumn_festival_day_two(self.tr("%s 다음날") % self.tr(name)) elif self._year >= 1989: add_three_day_holiday(chuseok, name) # Christmas Day. append_observed(self._add_christmas_day(tr("기독탄신일")), 2023) # Election Days since Sep 2006; excluding the 2017, 2025 Special Presidential Election Day. # Based on Article 34 of the Public Official Election Act. # (1) The election day for each election to be held at the expiration of the term shall # be as follows: # 1. The presidential election shall be held on the first Wednesday from the 70th # day before the expiration of the term of office; # 2. The election of National Assembly members shall be held on the first Wednesday # from the 50th day before the expiration of the term of office; # 3. The election of local council members and the head of each local government # shall be held on the first Wednesday from the 30th day before the expiration # of the term of office. # (2) Where the election day as provided in paragraph (1) falls on a folk festival day or # legal holiday closely related with the lives of the people or the day preceding or # following the election day is a legal holiday, the election shall be held on the # Wednesday of the following week. # National Assembly Election Day. name = tr("국회의원 선거일") if self._year == 2020: self._add_holiday_apr_15(name) elif self._year >= 2007 and (self._year - 2008) % 4 == 0: self._add_holiday_2nd_wed_of_apr(name) if self._year >= 2007: # Presidential Election Day. name = tr("대통령 선거일") if self._year <= 2024 and (self._year - 2007) % 5 == 0: if self._year <= 2012: self._add_holiday_3rd_wed_of_dec(name) elif self._year >= 2022: # Moved as per Paragraph 2 of Article 34 due to conflict with # Independence Movement Day (MAR, 1). self._add_holiday_2nd_wed_of_mar(name) elif self._year >= 2030 and (self._year - 2030) % 5 == 0: self._add_holiday_1st_wed_of_apr(name) if self._year >= 2007 and (self._year - 2010) % 4 == 0: # Local Election Day. name = tr("지방선거일") if self._is_tuesday(jun_6) or self._is_wednesday(jun_6) or self._is_thursday(jun_6): # Moved as per Paragraph 2 of Article 34 due to conflict with # Memorial Day (JUN, 6). self._add_holiday_2nd_wed_of_jun(name) else: self._add_holiday_1st_wed_of_jun(name) if self.observed: self._populate_observed(dts_observed, three_days_holidays) def _populate_bank_holidays(self): # Workers' Day. name = tr("근로자의날") if self._year >= 1994: self._add_labor_day(name) else: self._add_holiday_mar_10(name) class Korea(SouthKorea): def __init__(self, *args, **kwargs) -> None: warnings.warn("Korea is deprecated, use SouthKorea instead.", DeprecationWarning) super().__init__(*args, **kwargs) class KR(SouthKorea): pass class KOR(SouthKorea): pass class SouthKoreaLunisolarHolidays(_CustomChineseHolidays): BUDDHA_BIRTHDAY_DATES = { 1931: (MAY, 25), 1968: (MAY, 5), 2001: (MAY, 1), 2012: (MAY, 28), 2023: (MAY, 27), 2025: (MAY, 5), } LUNAR_NEW_YEAR_DATES = { 1916: (FEB, 4), 1944: (JAN, 26), 1954: (FEB, 4), 1958: (FEB, 19), 1966: (JAN, 22), 1988: (FEB, 18), 1997: (FEB, 8), 2027: (FEB, 7), 2028: (JAN, 27), } MID_AUTUMN_DATES = { 1942: (SEP, 25), 2040: (SEP, 21), } class SouthKoreaStaticHolidays: """South Korea special holidays. References: * * * ** * 1. Election Dates featured here are the ones prior to the proper recodification to Article 34 of the Public Official Election Act(September 2006) 2. Sabang Day (사방의 날) was technically in the Public Holidays Act itself, but since it was only celebrated in 1960, this is being put here. """ # Common Special Holiday Types. # National Assembly Election Day. national_assembly_election_day = tr("국회의원 선거일") # Presidential Election Day. presidential_election_day = tr("대통령 선거일") # Local Election Day. local_election_day = tr("지방선거일") # Temporary Public Holiday. temporary_public_holiday = tr("임시공휴일") # Presidential Inauguration Day. presidential_inauguration_day = tr("대통령 취임식") # National Conference for Unification Election Day. national_conference_for_unification_election_day = tr("통일주체국민회의 선거일") # Yushin Constitution Referendum Day. yushin_constitution_referendum_day = tr("유신헌법 국민투표일") # May 16 Military Coup d'Etat Anniversary. may_16_coup_anniversary = tr("5.16 군사혁명 기념일") # April 19 Revolution Anniversary. apr_19_revolution_anniversary = tr("4.19 혁명 기념일") # President Syngman Rhee's Birthday. syngman_rhee_birthday = tr("이승만 대통령 탄신일") # Armed Forces Day. armed_forces_day = tr("국군의 날") special_public_holidays = { 1948: ( # 1st National Assembly Election. (MAY, 10, national_assembly_election_day), # 1st Presidential Election. (JUL, 20, presidential_election_day), # Republic of Korea's United Nations Recognition Celebrations. (DEC, 15, tr("국제연합의 대한민국 정부 승인 경축 국민대회")), ), 1949: ( # Anniversary of the 1st National Assembly Election. (MAY, 10, tr("5.10 제헌의회선거 1주년 기념일")), # Baekbeom Kim Ku's Funeral Ceremony. (JUL, 5, tr("백범 김구 선생 국민장 영결식")), ), 1950: ( # 2nd National Assembly Election. (MAY, 30, national_assembly_election_day), # Joint Memorial Service for Fallen Soldiers. (JUN, 21, tr("전몰군인 합동위령제")), ), # Vice Presidential Election. 1951: (MAY, 16, tr("부통령 선거일")), 1952: ( # City/Town/Township-level Local Elections. (APR, 25, local_election_day), # Provincial-level Local Elections. (MAY, 10, local_election_day), # 2nd Presidential Election/3rd Vice President Election. (AUG, 5, presidential_election_day), ), # 3rd National Assembly Election. 1954: (MAY, 20, national_assembly_election_day), 1956: ( # 3rd Presidential Election/4th Vice President Election. (MAY, 15, presidential_election_day), # City/Town/Township-level Local Elections. (AUG, 8, local_election_day), # Provincial-level Local Elections. (AUG, 13, local_election_day), ), # President Syngman Rhee's Birthday. 1957: (MAR, 26, syngman_rhee_birthday), 1958: ( # 4th National Assembly Election. (MAY, 2, national_assembly_election_day), # President Syngman Rhee's Birthday. (MAR, 26, syngman_rhee_birthday), ), # President Syngman Rhee's Birthday. 1959: (MAR, 26, syngman_rhee_birthday), 1960: ( # Sabang Day. (MAR, 16, tr("사방의 날")), # President Syngman Rhee's Birthday. (MAR, 26, syngman_rhee_birthday), # 4th Presidential Election/5th Vice President Election. (MAR, 15, presidential_election_day), # 5th National Assembly Election. (JUL, 29, national_assembly_election_day), # 4th Presidential Election. (AUG, 12, presidential_election_day), # New Government Celebration Day. (OCT, 1, tr("신정부 경축의 날")), # Special City/Provincial-level Councillors Local Elections. (DEC, 12, local_election_day), # City/Town/Township-level Councillors Local Elections. (DEC, 19, local_election_day), # Special City/Provincial-level Mayors Local Elections. (DEC, 26, local_election_day), # City/Town/Township-level Governors Local Elections. (DEC, 29, local_election_day), ), # April 19 Revolution Anniversary. 1961: (APR, 19, apr_19_revolution_anniversary), 1962: ( # April 19 Revolution Anniversary. (APR, 19, apr_19_revolution_anniversary), # May 16 Military Coup d'État Anniversary. (MAY, 16, may_16_coup_anniversary), ), 1963: ( # April 19 Revolution Anniversary. (APR, 19, apr_19_revolution_anniversary), # May 16 Military Coup d'État Anniversary. (MAY, 16, may_16_coup_anniversary), # 5th Presidential Election. (OCT, 15, presidential_election_day), # 6th National Assembly Election. (NOV, 26, national_assembly_election_day), # President Park Chung Hee's Inauguration Day. (DEC, 17, presidential_inauguration_day), ), # Armed Forces Day. 1966: (OCT, 1, armed_forces_day), 1967: ( # In-lieu observance for New Year's Day. (JAN, 4, temporary_public_holiday), # 6th Presidential Election. (MAY, 3, presidential_election_day), # 7th National Assembly Election. (JUN, 8, national_assembly_election_day), # President Park Chung Hee's Inauguration Day. (JUL, 1, presidential_inauguration_day), ), 1969: ( # Commemoration of the Apollo 11 Moon Landing. (JUL, 21, tr("아폴로 11호 달 착륙 기념")), # Third-term Constitutional Referendum Day. (OCT, 17, tr("삼선 헌법 개정 국민투표일")), ), 1971: ( # 7th Presidential Election. (APR, 27, presidential_election_day), # 8th National Assembly Election. (MAY, 25, national_assembly_election_day), # President Park Chung Hee's Inauguration Day. (JUL, 1, presidential_inauguration_day), ), 1972: ( # Yushin Constitution Referendum Day. (NOV, 21, yushin_constitution_referendum_day), # 1st National Conference for Unification Election Day. (DEC, 15, national_conference_for_unification_election_day), # 8th Presidential Election. (DEC, 23, presidential_election_day), # President Park Chung Hee's Inauguration Day. (DEC, 27, presidential_inauguration_day), ), # 9th National Assembly Election. 1973: (FEB, 27, national_assembly_election_day), # First Lady Yuk Young-soo's Funeral Ceremony. 1974: (AUG, 19, tr("대통령 영부인 육영수 여사 국민장 영결식")), # Yushin Constitution Referendum Day. 1975: (FEB, 12, yushin_constitution_referendum_day), 1978: ( # 2nd National Conference for Unification Election Day. (MAY, 18, national_conference_for_unification_election_day), # 9th Presidential Election. (JUL, 6, presidential_election_day), # 10th National Assembly Election. (DEC, 12, national_assembly_election_day), # President Park Chung Hee's Inauguration Day. (DEC, 27, presidential_inauguration_day), ), 1979: ( # President Park Chung Hee's Funeral Ceremony. (NOV, 3, tr("박정희 대통령 국장 영결식")), # 10th Presidential Election. (DEC, 6, presidential_election_day), # President Choi Kyu-hah's Inauguration Day. (DEC, 21, presidential_inauguration_day), ), 1980: ( # 11th Presidential Election. (AUG, 27, presidential_election_day), # President Chun Doo-hwan's Inauguration Day. (SEP, 1, presidential_inauguration_day), # 5th Republic Constitutional Referendum Day. (OCT, 22, tr("제5공화국 헌법 개정 국민투표일")), ), 1981: ( # Electoral College Election Day. (FEB, 11, tr("선거를 위한 선거인단 선일")), # 12th Presidential Election. (FEB, 25, presidential_election_day), # President Chun Doo-hwan's Inauguration Day. (MAR, 3, presidential_inauguration_day), # 11th National Assembly Election. (MAR, 25, national_assembly_election_day), ), # Added due to overlaps between Chuseok and Armed Forces Day. 1982: (OCT, 2, temporary_public_holiday), # 12th National Assembly Election. 1985: (FEB, 12, national_assembly_election_day), 1987: ( # 13th Presidential Election. (DEC, 16, presidential_election_day), # 6th Republic Constitutional Referendum Day. (OCT, 27, tr("제6공화국 헌법 개정 국민투표일")), ), 1988: ( # President Roh Tae-woo's Inauguration Day. (FEB, 25, presidential_inauguration_day), # 13th National Assembly Election. (APR, 26, national_assembly_election_day), # 1988 Seoul Olympics Opening Ceremony. (SEP, 17, tr("1988 서울 올림픽 개막식")), ), 1991: ( # District/City/County-level Local Elections. (MAR, 26, local_election_day), # Metropolitan/Provincial-level Local Elections. (JUN, 20, local_election_day), ), 1992: ( # 14th National Assembly Election. (MAR, 24, national_assembly_election_day), # 14th Presidential Election. (DEC, 18, presidential_election_day), ), # 1st Nationwide Local Election. 1995: (JUN, 27, local_election_day), # 15th National Assembly Election. 1996: (APR, 11, national_assembly_election_day), # 15th Presidential Election. 1997: (DEC, 18, presidential_election_day), # 2nd Nationwide Local Election. 1998: (JUN, 4, local_election_day), # 16th National Assembly Election. 2000: (APR, 13, national_assembly_election_day), 2002: ( # 3rd Nationwide Local Election. (JUN, 13, local_election_day), # 2002 FIFA World Cup National Team Semi-Finals Celebrations. (JUL, 1, tr("2002년 한일 월드컵 대표팀 4강 진출")), # 16th Presidential Election. (DEC, 19, presidential_election_day), ), # 17th National Assembly Election. 2004: (APR, 15, national_assembly_election_day), # 4th Nationwide Local Election. 2006: (MAY, 31, local_election_day), # Added to help cope with MERS Pandemic fatigue. 2015: (AUG, 14, temporary_public_holiday), # Added to fill in holiday gaps between Children's Day and Saturday. 2016: (MAY, 6, temporary_public_holiday), 2017: ( # Special Presidential Election due to Park Geun-hye's impeachment. (MAY, 9, presidential_election_day), # Added to create a 10-day long holiday period. (OCT, 2, temporary_public_holiday), ), # Added to help cope with Covid-19 Pandemic fatigue. 2020: (AUG, 17, temporary_public_holiday), # Added to create a 6-day long holiday period. 2023: (OCT, 2, temporary_public_holiday), # 76th Anniversary of the Armed Forces of Korea. 2024: (OCT, 1, armed_forces_day), 2025: ( # Added to create a 6-day long holiday period. (JAN, 27, temporary_public_holiday), # Special Presidential Election (21st) due to Yoon Seok-yeol's impeachment. (JUN, 3, presidential_election_day), ), } # Pre-2014 Alternate Holidays # https://namu.wiki/w/대체%20휴일%20제도#s-4.2.1 special_public_holidays_observed = { 1959: (APR, 6, tr("식목일")), 1960: ( (JUL, 18, tr("제헌절")), (OCT, 10, tr("한글날")), (DEC, 26, tr("기독탄신일")), ), 1989: (OCT, 2, armed_forces_day), } holidays-0.71/holidays/countries/spain.py000066400000000000000000000671471500152103600206000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV from holidays.groups import ( ChristianHolidays, IslamicHolidays, InternationalHolidays, StaticHolidays, ) from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class Spain( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays ): """Spain holidays. References: * * [2010](https://www.boe.es/buscar/doc.php?id=BOE-A-2009-18477) * [2011](https://www.boe.es/buscar/doc.php?id=BOE-A-2010-15722) * [2012](https://www.boe.es/buscar/doc.php?id=BOE-A-2011-16116) * [2013](https://www.boe.es/buscar/doc.php?id=BOE-A-2012-13644) * [2014](https://www.boe.es/buscar/doc.php?id=BOE-A-2013-12147) * [2015](https://www.boe.es/buscar/doc.php?id=BOE-A-2014-10823) * [2016](https://www.boe.es/buscar/doc.php?id=BOE-A-2015-11348) * [2017](https://www.boe.es/buscar/doc.php?id=BOE-A-2016-9244) * [2018](https://www.boe.es/buscar/doc.php?id=BOE-A-2017-11639) * [2019](https://www.boe.es/buscar/doc.php?id=BOE-A-2018-14369) * [2020](https://www.boe.es/buscar/doc.php?id=BOE-A-2019-14552) * [2021](https://www.boe.es/buscar/doc.php?id=BOE-A-2020-13343) * [2022](https://www.boe.es/buscar/doc.php?id=BOE-A-2021-17113) * [2023](https://www.boe.es/buscar/doc.php?id=BOE-A-2022-16755) * [2024](https://www.boe.es/buscar/doc.php?id=BOE-A-2023-22014) * [2025](https://www.boe.es/buscar/doc.php?id=BOE-A-2024-21316) Holidays checked with official sources for 2010-2025 only. """ country = "ES" default_language = "es" # Monday following %s. observed_label = tr("Lunes siguiente a %s") subdivisions = ( "AN", # Andalucía "AR", # Aragón "AS", # Asturias "CB", # Cantabria "CE", # Ceuta "CL", # Castilla y León "CM", # Castilla-La Mancha "CN", # Canarias "CT", # Cataluña "EX", # Extremadura "GA", # Galicia "IB", # Islas Baleares "MC", # Murcia "MD", # Madrid "ML", # Melilla "NC", # Navarra "PV", # País Vasco "RI", # La Rioja "VC", # Valenciana ) supported_languages = ("en_US", "es", "uk") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=SpainIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, cls=SpainStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): if self._year not in {2012, 2017, 2023}: # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) if self._year not in {2013, 2019}: # Epiphany. self._add_epiphany_day(tr("Epifanía del Señor")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) if self._year not in {2011, 2016, 2022}: # Labor Day. self._add_labor_day(tr("Fiesta del Trabajo")) if self._year not in {2010, 2021}: # Assumption Day. self._add_assumption_of_mary_day(tr("Asunción de la Virgen")) if self._year not in {2014, 2025}: # National Day. self._add_holiday_oct_12(tr("Fiesta Nacional de España")) if self._year not in {2015, 2020}: # All Saints' Day. self._add_all_saints_day(tr("Todos los Santos")) # Constitution Day. self._add_holiday_dec_6(tr("Día de la Constitución Española")) if self._year not in {2013, 2019, 2024}: # Immaculate Conception. self._add_immaculate_conception_day(tr("Inmaculada Concepción")) if self._year not in {2011, 2016, 2022}: # Christmas Day. self._add_christmas_day(tr("Natividad del Señor")) def _populate_subdiv_an_public_holidays(self): if self._year in {2012, 2017, 2023}: self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) # Andalusia Day. self._move_holiday(self._add_holiday_feb_28(tr("Día de Andalucia"))) # Maundy Thursday. self._add_holy_thursday(tr("Jueves Santo")) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_labor_day(tr("Fiesta del Trabajo"))) if self._year in {2010, 2021}: self._move_holiday(self._add_assumption_of_mary_day(tr("Asunción de la Virgen"))) if self._year in {2014, 2025}: self._move_holiday(self._add_holiday_oct_12(tr("Fiesta Nacional de España"))) if self._year in {2015, 2020}: self._move_holiday(self._add_all_saints_day(tr("Todos los Santos"))) if self._year in {2015, 2020}: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2013, 2019, 2024}: self._move_holiday(self._add_immaculate_conception_day(tr("Inmaculada Concepción"))) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_ar_public_holidays(self): if self._year in {2012, 2017, 2023}: self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) self._add_holy_thursday(tr("Jueves Santo")) # Saint George's Day. self._move_holiday(self._add_saint_georges_day(tr("Día de San Jorge"))) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_labor_day(tr("Fiesta del Trabajo"))) if self._year in {2010, 2021}: self._move_holiday(self._add_assumption_of_mary_day(tr("Asunción de la Virgen"))) if self._year in {2014, 2025}: self._move_holiday(self._add_holiday_oct_12(tr("Fiesta Nacional de España"))) if self._year in {2015, 2020}: self._move_holiday(self._add_all_saints_day(tr("Todos los Santos"))) if self._year in {2015, 2020}: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2013, 2019, 2024}: self._move_holiday(self._add_immaculate_conception_day(tr("Inmaculada Concepción"))) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_as_public_holidays(self): if self._year in {2012, 2017, 2023}: self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) self._add_holy_thursday(tr("Jueves Santo")) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_labor_day(tr("Fiesta del Trabajo"))) if self._year in {2010, 2021}: self._move_holiday(self._add_assumption_of_mary_day(tr("Asunción de la Virgen"))) # Asturia Day. self._move_holiday(self._add_holiday_sep_8(tr("Día de Asturias"))) if self._year in {2014, 2025}: self._move_holiday(self._add_holiday_oct_12(tr("Fiesta Nacional de España"))) if self._year in {2015, 2020}: self._move_holiday(self._add_all_saints_day(tr("Todos los Santos"))) if self._year in {2015, 2020}: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2013, 2019, 2024}: self._move_holiday(self._add_immaculate_conception_day(tr("Inmaculada Concepción"))) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_cb_public_holidays(self): if self._year == 2013: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) if self._year != 2018: self._add_holy_thursday(tr("Jueves Santo")) if self._year in {2013, 2015, 2019, 2020, 2024}: # Easter Monday. self._add_easter_monday(tr("Lunes de Pascua")) if self._year == 2011: self._move_holiday(self._add_labor_day(tr("Fiesta del Trabajo"))) if self._year in {2012, 2013, 2014, 2019, 2024}: # Saint James' Day. self._add_saint_james_day(tr("Santiago Apóstol")) if self._year not in {2012, 2015, 2019, 2024}: # Cantabria Institutions Day. self._add_holiday_jul_28(tr("Día de las Instituciones de Cantabria")) if self._year not in {2013, 2019, 2024}: # Our Lady of the Bien Aparecida. self._add_holiday_sep_15(tr("La Bien Aparecida")) if self._year == 2015: self._move_holiday(self._add_all_saints_day(tr("Todos los Santos"))) if self._year == 2019: self._move_holiday(self._add_immaculate_conception_day(tr("Inmaculada Concepción"))) if self._year in {2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_ce_public_holidays(self): if self._year == 2012: self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) self._add_holy_thursday(tr("Jueves Santo")) if self._year == 2011: self._move_holiday(self._add_labor_day(tr("Fiesta del Trabajo"))) if self._year >= 2022: # Santa Maria of Africa. self._add_holiday_aug_5(tr("Nuestra Señora de África")) if self._year not in {2011, 2012, 2015, 2018, 2025}: # Ceuta Day. self._add_holiday_sep_2(tr("Día de Ceuta")) if self._year == 2014: self._move_holiday(self._add_holiday_oct_12(tr("Fiesta Nacional de España"))) if self._year == 2015: self._move_holiday(self._add_all_saints_day(tr("Todos los Santos"))) if self._year in {2015, 2020}: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year == 2013: self._move_holiday(self._add_immaculate_conception_day(tr("Inmaculada Concepción"))) if self._year in {2011, 2016}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) # Eid al-Adha. name = tr("Fiesta del Sacrificio-Eidul Adha") if self._year == 2011: self._add_eid_al_adha_day_two(name) elif self._year in {2012, 2014}: self._add_eid_al_adha_day_three(name) elif self._year >= 2010: self._add_eid_al_adha_day(name) def _populate_subdiv_cl_public_holidays(self): if self._year in {2017, 2023}: self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) if self._year in {2010, 2012}: self._add_saint_josephs_day(tr("San José")) self._add_holy_thursday(tr("Jueves Santo")) if self._year != 2023: # Castile and León Day. self._move_holiday(self._add_holiday_apr_23(tr("Fiesta de Castilla y León"))) if self._year in {2016, 2022}: self._move_holiday(self._add_labor_day(tr("Fiesta del Trabajo"))) if self._year in {2011, 2023}: self._add_saint_james_day(tr("Santiago Apóstol")) if self._year == 2021: self._move_holiday(self._add_assumption_of_mary_day(tr("Asunción de la Virgen"))) if self._year in {2014, 2025}: self._move_holiday(self._add_holiday_oct_12(tr("Fiesta Nacional de España"))) if self._year in {2015, 2020}: self._move_holiday(self._add_all_saints_day(tr("Todos los Santos"))) if self._year in {2015, 2020}: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2013, 2019, 2024}: self._move_holiday(self._add_immaculate_conception_day(tr("Inmaculada Concepción"))) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_cm_public_holidays(self): if self._year == 2013: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) if self._year in {2010, 2011, 2020}: # Saint Joseph's Day. self._add_saint_josephs_day(tr("San José")) self._add_holy_thursday(tr("Jueves Santo")) if self._year in {2014, 2015, 2019, 2020}: self._add_easter_monday(tr("Lunes de Pascua")) if self._year not in {2010, 2018}: # Corpus Christi. self._add_corpus_christi_day(tr("Corpus Christi")) if self._year not in {2015, 2020}: # Castilla-La Mancha Day. self._add_holiday_may_31(tr("Día de Castilla-La Mancha")) if self._year == 2015: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_cn_public_holidays(self): if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) self._add_holy_thursday(tr("Jueves Santo")) if self._year == 2016: self._move_holiday(self._add_labor_day(tr("Fiesta del Trabajo"))) if self._year != 2021: # Day of the Canary Islands. self._move_holiday(self._add_holiday_may_30(tr("Día de Canarias"))) if self._year == 2021: self._move_holiday(self._add_assumption_of_mary_day(tr("Asunción de la Virgen"))) if self._year == 2015: self._move_holiday(self._add_all_saints_day(tr("Todos los Santos"))) if self._year == 2020: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2011, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_ct_public_holidays(self): self._add_easter_monday(tr("Lunes de Pascua")) if self._year in {2011, 2016, 2022}: # Whit Monday. self._add_whit_monday(tr("Día de la Pascua Granada")) if self._year not in {2012, 2018}: # Saint John the Baptist. self._add_saint_johns_day(tr("San Juan")) if self._year not in {2011, 2022}: # National Day of Catalonia. self._add_holiday_sep_11(tr("Fiesta Nacional de Cataluña")) if self._year not in {2010, 2021}: # Saint Stephen's Day. self._add_christmas_day_two(tr("San Esteban")) def _populate_subdiv_ex_public_holidays(self): if self._year == 2012: self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) if self._year in {2023, 2024}: # Shrove Tuesday. self._add_carnival_tuesday(tr("Martes de Carnaval")) if self._year in {2010, 2017, 2021}: # Saint Joseph's Day. self._move_holiday(self._add_saint_josephs_day(tr("San José"))) self._add_holy_thursday(tr("Jueves Santo")) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_labor_day(tr("Fiesta del Trabajo"))) if self._year != 2024: # Extremadura Day. self._move_holiday(self._add_holiday_sep_8(tr("Día de Extremadura"))) if self._year in {2014, 2025}: self._move_holiday(self._add_holiday_oct_12(tr("Fiesta Nacional de España"))) if self._year in {2015, 2020}: self._move_holiday(self._add_all_saints_day(tr("Todos los Santos"))) if self._year in {2015, 2020}: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2013, 2019, 2024}: self._move_holiday(self._add_immaculate_conception_day(tr("Inmaculada Concepción"))) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_ga_public_holidays(self): if self._year in {2010, 2011} or 2019 <= self._year <= 2021: self._move_holiday(self._add_saint_josephs_day(tr("San José"))) self._add_holy_thursday(tr("Jueves Santo")) if self._year not in {2015, 2020}: # Galician Literature Day. self._add_holiday_may_17(tr("Día de las Letras Gallegas")) if self._year in {2013, 2016, 2020, 2022}: self._add_saint_johns_day(tr("San Juan")) if self._year != 2021: # Galician National Day. self._add_holiday_jul_25(tr("Día Nacional de Galicia")) if self._year == 2015: self._move_holiday(self._add_all_saints_day(tr("Todos los Santos"))) def _populate_subdiv_ib_public_holidays(self): if self._year not in {2015, 2020}: # Day of the Balearic Islands. self._add_holiday_mar_1(tr("Día de las Islas Baleares")) self._add_holy_thursday(tr("Jueves Santo")) if self._year not in {2014, 2025}: self._add_easter_monday(tr("Lunes de Pascua")) if self._year == 2015: self._move_holiday(self._add_all_saints_day(tr("Todos los Santos"))) if self._year in {2015, 2020}: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) if self._year in {2013, 2014, 2019, 2020, 2025}: self._add_christmas_day_two(tr("San Esteban")) def _populate_subdiv_mc_public_holidays(self): if self._year in {2017, 2023}: self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) if (self._year <= 2021 and self._year != 2017) or self._year in {2024, 2025}: self._move_holiday(self._add_saint_josephs_day(tr("San José"))) self._add_holy_thursday(tr("Jueves Santo")) if self._year in {2011, 2022}: self._move_holiday(self._add_labor_day(tr("Fiesta del Trabajo"))) if self._year not in {2013, 2024}: # Murcia Day. self._move_holiday(self._add_holiday_jun_9(tr("Día de la Región de Murcia"))) if self._year in {2015, 2020}: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2013, 2024}: self._move_holiday(self._add_immaculate_conception_day(tr("Inmaculada Concepción"))) if self._year in {2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_md_public_holidays(self): if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) if self._year in {2010, 2012, 2015, 2017, 2021, 2023}: self._move_holiday(self._add_saint_josephs_day(tr("San José"))) self._add_holy_thursday(tr("Jueves Santo")) if self._year != 2010: # Madrid Day. self._move_holiday(self._add_holiday_may_2(tr("Fiesta de la Comunidad de Madrid"))) if self._year in {2010, 2011, 2014}: self._add_corpus_christi_day(tr("Corpus Christi")) if self._year in {2011, 2016, 2022, 2024, 2025}: self._add_saint_james_day(tr("Santiago Apóstol")) if self._year == 2020: self._move_holiday(self._add_all_saints_day(tr("Todos los Santos"))) if self._year == 2020: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year == 2019: self._move_holiday(self._add_immaculate_conception_day(tr("Inmaculada Concepción"))) if self._year in {2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_ml_public_holidays(self): if self._year == 2017: self._move_holiday(self._add_new_years_day(tr("Año Nuevo"))) if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) if self._year in {2020, 2021}: # Statute of Autonomy of Melilla Day. self._add_holiday_mar_13(tr("Estatuto de Autonomía de la Ciudad de Melilla")) if self._year <= 2016: self._add_saint_josephs_day(tr("San José")) self._add_holy_thursday(tr("Jueves Santo")) if self._year in {2015, 2020}: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2019, 2024}: self._move_holiday(self._add_immaculate_conception_day(tr("Inmaculada Concepción"))) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) if self._year in {2022, 2023, 2025}: # Eid al-Fitr. self._add_eid_al_fitr_day(tr("Fiesta del Eid Fitr")) # Eid al-Adha. name = tr("Fiesta del Sacrificio-Aid Al Adha") if self._year in {2011, 2012, 2021}: self._add_eid_al_adha_day_two(name) elif self._year == 2022: self._add_eid_al_adha_day_three(name) elif self._year >= 2010: self._add_eid_al_adha_day(name) def _populate_subdiv_nc_public_holidays(self): if self._year in {2013, 2019}: self._move_holiday(self._add_epiphany_day(tr("Epifanía del Señor"))) if self._year in {2010, 2012, 2014, 2015, 2019, 2020, 2021}: self._add_saint_josephs_day(tr("San José")) self._add_holy_thursday(tr("Jueves Santo")) self._add_easter_monday(tr("Lunes de Pascua")) if self._year in {2011, 2013, 2015, 2016, 2017} or self._year >= 2022: self._add_saint_james_day(tr("Santiago Apóstol")) if self._year == 2020: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2011, 2016, 2022}: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_pv_public_holidays(self): if self._year in {2010, 2015, 2019, 2020, 2021}: self._add_saint_josephs_day(tr("San José")) self._add_holy_thursday(tr("Jueves Santo")) self._add_easter_monday(tr("Lunes de Pascua")) if self._year not in {2010, 2012, 2014, 2018, 2021}: self._add_saint_james_day(tr("Santiago Apóstol")) if 2011 <= self._year <= 2014: # País Vasco Day. self._add_holiday_oct_25(tr("Día del País Vasco")) def _populate_subdiv_ri_public_holidays(self): if self._year in {2010, 2012}: self._add_saint_josephs_day(tr("San José")) self._add_holy_thursday(tr("Jueves Santo")) if self._year not in {2010, 2012, 2018}: self._add_easter_monday(tr("Lunes de Pascua")) # La Rioja Day. self._move_holiday(self._add_holiday_jun_9(tr("Día de La Rioja"))) if self._year in {2011, 2016}: self._add_saint_james_day(tr("Santiago Apóstol")) if self._year in {2015, 2020}: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year in {2013, 2019}: self._move_holiday(self._add_immaculate_conception_day(tr("Inmaculada Concepción"))) if self._year == 2022: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) def _populate_subdiv_vc_public_holidays(self): if (self._year <= 2022 and self._year != 2017) or self._year in {2024, 2025}: self._add_saint_josephs_day(tr("San José")) if self._year in {2011, 2016, 2017, 2022}: self._add_holy_thursday(tr("Jueves Santo")) self._add_easter_monday(tr("Lunes de Pascua")) if self._year == 2011: self._move_holiday(self._add_labor_day(tr("Fiesta del Trabajo"))) if self._year >= 2019: self._add_saint_johns_day(tr("San Juan")) if self._year not in {2011, 2016, 2022}: # Valencian Community Day. self._add_holiday_oct_9(tr("Día de la Comunidad Valenciana")) if self._year == 2015: self._move_holiday(self._add_holiday_dec_6(tr("Día de la Constitución Española"))) if self._year == 2016: self._move_holiday(self._add_christmas_day(tr("Natividad del Señor"))) class ES(Spain): pass class ESP(Spain): pass class SpainIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2010: (NOV, 17), 2011: (NOV, 6), 2012: (OCT, 25), 2013: (OCT, 15), 2014: (OCT, 4), 2015: (SEP, 25), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 22), 2019: (AUG, 12), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 29), 2024: (JUN, 17), 2025: (JUN, 6), } EID_AL_FITR_DATES = { 2022: (MAY, 3), 2023: (APR, 21), 2025: (MAR, 31), } class SpainStaticHolidays: special_ga_public_holidays = { # Day following Saint Joseph's Day. 2015: (MAR, 20, tr("Día siguiente a San José")), } special_md_public_holidays = { # Saint Joseph's Day Transfer. 2013: (MAR, 18, tr("Traslado de San José")), } special_pv_public_holidays = { # 80th Anniversary of the first Basque Government. 2016: (OCT, 7, tr("80 Aniversario del primer Gobierno Vasco")), # V Centennial of the Circumnavigation of the World. 2022: (SEP, 6, tr("V Centenario Vuelta al Mundo")), } special_vc_public_holidays = { # The Fallas. 2013: (MAR, 18, tr("Lunes de Fallas")), } holidays-0.71/holidays/countries/sri_lanka.py000066400000000000000000000454311500152103600214210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomHinduHolidays, _CustomIslamicHolidays from holidays.calendars.gregorian import ( JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, _timedelta, ) from holidays.constants import BANK, GOVERNMENT, PUBLIC, WORKDAY from holidays.groups import ( ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, SinhalaCalendarHolidays, StaticHolidays, ) from holidays.holiday_base import HolidayBase class SriLanka( HolidayBase, ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, SinhalaCalendarHolidays, StaticHolidays, ): """Sri Lanka holidays. References: * [No. 29 of 1971 (Holidays Act)](http://www.commonlii.org/lk/legis/num_act/ha29o1971152) * [No. 21 of 1991 (Amendment)](http://www.commonlii.org/lk/legis/num_act/ha21o1991232) * * * Cross-Checked With: * * * * * * * * * * * * * * * """ country = "LK" supported_categories = (BANK, GOVERNMENT, PUBLIC, WORKDAY) default_language = "si_LK" # %s (estimated). estimated_label = tr("%s (අනුමානිත)") supported_languages = ("en_US", "si_LK", "ta_LK") # Sri Lanka's Holidays Act (No. 29 of 1971) was first proclaimed on SEP 2nd, 1971 # but the earliest citable calendar online is from 2003. # As there's no source for future Poya dates, end year is capped at 2025. start_year = 1972 end_year = 2025 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) HinduCalendarHolidays.__init__(self, SriLankaHinduHolidays) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=SriLankaIslamicHolidays, show_estimated=islamic_show_estimated ) SinhalaCalendarHolidays.__init__(self) StaticHolidays.__init__(self, cls=SriLankaStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Non-Sectarian Holidays. # Tamil Thai Pongal Day. name = tr("දෙමළ තෛපොංැලල් දිනය") thai_pongal_years_jan_14 = { 2005, 2006, 2009, 2010, 2013, 2014, 2017, 2018, 2021, 2022, 2025, } if self._year in thai_pongal_years_jan_14: self._add_holiday_jan_14(name) else: self._add_holiday_jan_15(name) # Independence Day. self._add_holiday_feb_4(tr("නිදහස් සමරු දිනය")) # Sinhala and Tamil New Year. name = tr("සිංහල හා දෙමළ අලුත් අවුරුදු දිනය") aluth_avurudda_years_apr_13 = { 2004, 2008, 2012, # 2016 is on APR, 14. 2020, 2024, } if self._year in aluth_avurudda_years_apr_13: dt = self._add_holiday_apr_13(name) else: dt = self._add_holiday_apr_14(name) # Day Before Sinhala and Tamil New Year. self._add_holiday(tr("සිංහල හා දෙමළ අලුත් අවුරුදු දිනට පෙර දිනය"), _timedelta(dt, -1)) # International Workers' Day. self._add_labor_day(tr("ලොක කම්කරු දිනය")) # Hindu Holidays. maha_sivarathri_dates = { # The one used in Sri Lanka isn't an exact match with India, used with caution. 2003: (MAR, 1), 2004: (FEB, 18), 2005: (MAR, 8), 2006: (FEB, 26), 2007: (FEB, 16), 2008: (MAR, 6), 2009: (FEB, 23), 2010: (MAR, 13), 2011: (MAR, 2), 2012: (FEB, 20), 2013: (MAR, 10), 2014: (FEB, 27), 2015: (FEB, 17), 2016: (MAR, 7), 2017: (FEB, 24), 2018: (FEB, 13), 2019: (MAR, 4), 2020: (FEB, 21), 2021: (MAR, 11), 2022: (MAR, 1), 2023: (FEB, 18), 2024: (MAR, 8), 2025: (FEB, 26), } maha_sivarathri_date = maha_sivarathri_dates.get(self._year) if maha_sivarathri_date: # Maha Sivarathri Day. self._add_holiday(tr("මහ සිවරාත්රි දිනය"), maha_sivarathri_date) # Deepavali was a working day in 2003. if self._year >= 2004: # Deepavali Festival Day. self._add_diwali(tr("දීපවාලි උත්සව දිනය")) # Christian Holidays. # Good Friday. self._add_good_friday(tr("මහ සිකුරාදා දිනය")) # Christmas Day. self._add_christmas_day(tr("නත්තල් උත්සව දිනය")) # Poya Holidays. # All Adhi Poya Holidays will instead be added in StaticHolidays. # Duruthu Full Moon Poya Day. self._add_duruthu_poya(tr("දුරුතු පුර පසළොස්වක පෝය දිනය")) # Nawam Full Moon Poya Day. self._add_nawam_poya(tr("නවම් පුර පසළොස්වක පෝය දිනය")) # Medin Full Moon Poya Day. self._add_medin_poya(tr("මැදින් පුර පසළොස්වක පෝය දිනය")) # Bak Full Moon Poya Day. self._add_bak_poya(tr("බක් පුර පසළොස්වක පෝය දිනය")) # Vesak Full Moon Poya Day. dt = self._add_vesak_poya(tr("වෙසක් පුර පසළොස්වක පෝය දිනය")) if self._year >= 2003: # Day Following Vesak Full Moon Poya Day. self._add_holiday(tr("වෙසක් පුර පසළොස්වක පෝය දිනට පසු දිනය"), _timedelta(dt, +1)) # Poson Full Moon Poya Day. self._add_poson_poya(tr("පොසොන් පුර පසළොස්වක පෝය දිනය")) # Esala Full Moon Poya Day. self._add_esala_poya(tr("ඇසල පුර පසළොස්වක පෝය දිනය")) # Nikini Full Moon Poya Day. self._add_nikini_poya(tr("නිකිණි පුර පසළොස්වක පෝය දිනය")) # Binara Full Moon Poya Day. self._add_binara_poya(tr("බිනර පුර පසළොස්වක පෝය දිනය")) # Vap Full Moon Poya Day. self._add_vap_poya(tr("වප් පුර පසළොස්වක පෝය දිනය")) # Il Full Moon Poya Day. self._add_il_poya(tr("ඉල් පුර පසළොස්වක පෝය දිනය")) # Unduvap Full Moon Poya Day. self._add_unduvap_poya(tr("උඳුවප් පුර පසළොස්වක පෝය දිනය")) # Islamic Holidays. # Eid al-Fitr. self._add_eid_al_fitr_day(tr("ඊදුල් ෆීතර්")) # Eid al-Adha. self._add_eid_al_adha_day(tr("ඊදුල් අල්හා")) # Prophet's Birthday. self._add_mawlid_day(tr("නබි නායකතුමාගේ උපන් දිනය")) class LK(SriLanka): pass class LKA(SriLanka): pass class SriLankaHinduHolidays(_CustomHinduHolidays): DIWALI_DATES = { 2003: (OCT, 24), 2004: (NOV, 11), 2005: (NOV, 1), 2006: (OCT, 21), 2007: (NOV, 8), 2008: (OCT, 27), 2009: (OCT, 17), 2010: (NOV, 5), 2011: (OCT, 26), 2012: (NOV, 13), 2013: (NOV, 2), 2014: (OCT, 22), 2015: (NOV, 10), 2016: (OCT, 29), 2017: (OCT, 18), 2018: (NOV, 6), 2019: (OCT, 27), 2020: (NOV, 14), 2021: (NOV, 4), 2022: (OCT, 24), 2023: (NOV, 12), 2024: (OCT, 31), 2025: (OCT, 20), } class SriLankaIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2003: (FEB, 12), 2004: (FEB, 1), 2005: (JAN, 21), 2006: ((JAN, 11), (DEC, 31)), 2007: (DEC, 21), 2008: (DEC, 9), 2009: (NOV, 28), 2010: (NOV, 17), # https://www.adaderana.lk/news.php?nid=15606 2011: (NOV, 7), # https://www.adaderana.lk/news.php?nid=20136 2012: (OCT, 27), 2013: (OCT, 16), 2014: (OCT, 5), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 22), 2019: (AUG, 12), 2020: (AUG, 1), 2021: (JUL, 21), 2022: (JUL, 10), 2023: (JUN, 29), 2024: (JUN, 17), 2025: (JUN, 7), } EID_AL_FITR_DATES = { 2003: (NOV, 26), 2004: (NOV, 14), 2005: (NOV, 4), 2006: (OCT, 24), 2007: (OCT, 13), 2008: (OCT, 1), 2009: (SEP, 21), 2010: (SEP, 10), 2011: (AUG, 31), 2012: (AUG, 19), 2013: (AUG, 9), 2014: (JUL, 29), 2015: (JUL, 18), 2016: (JUL, 6), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 25), 2021: (MAY, 14), 2022: (MAY, 3), 2023: (APR, 22), 2024: (APR, 11), 2025: (MAR, 31), } MAWLID_DATES = { 2003: (MAY, 14), 2004: (MAY, 2), 2005: (APR, 22), 2006: (APR, 11), 2007: (APR, 1), 2008: (MAR, 20), 2009: (MAR, 10), 2010: (FEB, 27), 2011: (FEB, 16), 2012: (FEB, 5), 2013: (JAN, 25), 2014: (JAN, 14), # Technically 2015 has both JAN 5 and DEC 24 # but this is only observed for JAN 4. 2015: (JAN, 4), 2016: (DEC, 12), 2017: (DEC, 1), 2018: (NOV, 20), 2019: (NOV, 10), 2020: (OCT, 30), 2021: (OCT, 19), 2022: (OCT, 9), 2023: (SEP, 28), 2024: (SEP, 16), 2025: (SEP, 5), } class SriLankaStaticHolidays: """Sri Lanka special holdays. References: * * * * * * * * * * * * * * * * * """ # Adhi Binara Full Moon Poya Day. adhi_binara_poya_name = tr("අධි බිනර පුර පසළොස්වක පෝය දිනය") # Adhi Esala Full Moon Poya Day. adhi_esala_poya_name = tr("අධි ඇසල පුර පසළොස්වක පෝය දිනය") # Adhi Poson Full Moon Poya Day. adhi_poson_poya_name = tr("අධි පොසොන් පුර පසළොස්වක පෝය දිනය") # Adhi Vap Full Moon Poya Day. adhi_vap_poya_name = tr("අධි වප් පුර පසළොස්වක පෝය දිනය") # Adhi Vesak Full Mon Poya Day. adhi_vesak_poya_name = tr("අධි වෙසක් පුර පසළොස්වක පෝය දිනය") # Half-Day Special Bank Holiday. half_day_special_bank_holiday_name = tr("දින භාගයක විශේෂ බැංකු නිවාඩු දිනය") # Public Sector Holiday. public_sector_holiday_name = tr("රාජ්ය අංශයේ නිවාඩු දිනය") # Special Bank Holiday. special_bank_holiday_name = tr("විශේෂ බැංකු නිවාඩු දිනය") # Special Public Holiday. special_public_holiday_name = tr("විශේෂ රජයේ නිවාඩු දිනය") special_bank_holidays = { 2005: ( (MAY, 2, special_bank_holiday_name), (DEC, 26, special_bank_holiday_name), ), 2007: ( (FEB, 5, special_bank_holiday_name), (APR, 3, special_bank_holiday_name), ), 2008: (APR, 18, special_bank_holiday_name), 2011: ( (MAY, 2, special_bank_holiday_name), (DEC, 26, special_bank_holiday_name), ), 2012: ( (JAN, 16, special_bank_holiday_name), (FEB, 10, special_bank_holiday_name), (MAY, 7, special_bank_holiday_name), ), 2013: (APR, 15, special_bank_holiday_name), 2014: (APR, 15, special_bank_holiday_name), 2015: (JAN, 5, special_bank_holiday_name), 2016: ( (MAY, 2, special_bank_holiday_name), (MAY, 23, special_bank_holiday_name), (DEC, 26, special_bank_holiday_name), ), 2018: ( (JAN, 15, special_bank_holiday_name), (FEB, 5, special_bank_holiday_name), ), 2019: ( (APR, 15, special_bank_holiday_name), # MAY 20 got upgraded to Special Public Holiday. (NOV, 11, special_bank_holiday_name), ), 2020: (APR, 14, special_bank_holiday_name), 2021: ( (APR, 30, half_day_special_bank_holiday_name), (DEC, 24, half_day_special_bank_holiday_name), ), 2022: ( # MAY 2 got upgraded to Special Public Holiday. (OCT, 10, special_bank_holiday_name), (DEC, 26, special_bank_holiday_name), ), 2023: (JAN, 16, special_bank_holiday_name), 2025: (APR, 15, special_bank_holiday_name), } special_government_holidays = { 2020: (JUN, 4, public_sector_holiday_name), 2022: ( (JUN, 13, public_sector_holiday_name), # All Friday between JUN 15, 2022 to AUG 2, 2022. (JUN, 17, public_sector_holiday_name), (JUN, 24, public_sector_holiday_name), (JUL, 1, public_sector_holiday_name), (JUL, 8, public_sector_holiday_name), (JUL, 15, public_sector_holiday_name), (JUL, 22, public_sector_holiday_name), (JUL, 29, public_sector_holiday_name), ), } special_public_holidays = { 2004: (JUL, 31, adhi_esala_poya_name), 2007: (MAY, 31, adhi_poson_poya_name), 2010: (APR, 28, adhi_vesak_poya_name), # 2011, MAY 2 confirmed as not getting upgrade to Special Public Holiday. 2012: ( (MAY, 7, special_public_holiday_name), (AUG, 31, adhi_binara_poya_name), ), 2013: (APR, 15, special_public_holiday_name), 2015: (JUL, 1, adhi_esala_poya_name), 2016: (APR, 15, special_public_holiday_name), 2018: (MAY, 29, adhi_poson_poya_name), 2019: (MAY, 20, special_public_holiday_name), 2020: ( (MAR, 16, special_public_holiday_name), (MAR, 17, special_public_holiday_name), (MAR, 18, special_public_holiday_name), (MAR, 19, special_public_holiday_name), (OCT, 1, adhi_vap_poya_name), ), 2022: ( (APR, 11, special_public_holiday_name), (APR, 12, special_public_holiday_name), (MAY, 2, special_public_holiday_name), ), 2023: (JUL, 3, adhi_esala_poya_name), 2024: ( (APR, 15, special_public_holiday_name), (SEP, 29, special_public_holiday_name), ), } special_workday_holidays = { 2003: (OCT, 24, tr("දීපවාලි උත්සව දිනය")), # Deepavali Festival Day. } holidays-0.71/holidays/countries/suriname.py000066400000000000000000000162221500152103600212750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays import HolidayBase from holidays.calendars import _CustomHinduHolidays, _CustomIslamicHolidays from holidays.calendars.gregorian import MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV from holidays.groups import ( ChineseCalendarHolidays, ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, ) class Suriname( HolidayBase, ChineseCalendarHolidays, ChristianHolidays, HinduCalendarHolidays, InternationalHolidays, IslamicHolidays, ): """Suriname holidays. References: * [Besluit Vrije Dagen 1971](https://web.archive.org/web/20250411201210/https://www.sris.sr/wp-content/uploads/2022/10/Besluit-Vrije-dagen-GB-1971-no-78.pdf) * https://web.archive.org/web/20240416223555/https://gov.sr/wp-content/uploads/2022/09/arbeidswet.pdf * [S.B. 2007 no. 98](https://web.archive.org/web/20250411204836/https://www.sris.sr/wp-content/uploads/2021/10/SB-2007-no-98-besluit-vrije-dagen.pdf) * [S.B. 2012 no. 21](https://web.archive.org/web/20250411204754/https://www.sris.sr/wp-content/uploads/2021/10/SB-2012-no-21-besluit-vrije-dagen.pdf) * [S.B. 2021 no. 27](https://web.archive.org/web/20250411210516/https://www.sris.sr/wp-content/uploads/2021/03/S.B.-2021-no.-27-houdende-nadere-wijziging-van-het-Besluit-Vrije-Dagen-1971.pdf) * [S.B. 2024 no. 167](https://web.archive.org/web/20250411211129/https://www.sris.sr/wp-content/uploads/2025/01/S.B.-2024-no.-167-Algemene-termijnenwet.pdf) Note: The oldest decree available online that underpins the public holidays defined here for Suriname is Besluit Vrije Dagen 1971 of April 22, 1971. The S.B. 2024 no. 167 law only applies to prolongations of terms specified in contracts and other similar legal documents, and does not apply to labor agreements (and days off). """ country = "SR" default_language = "nl" # %s (estimated). estimated_label = tr("%s (geschat)") start_year = 1972 supported_languages = ("en_US", "nl") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChineseCalendarHolidays.__init__(self) ChristianHolidays.__init__(self) HinduCalendarHolidays.__init__(self, cls=SurinameHinduHolidays) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=SurinameIslamicHolidays, show_estimated=islamic_show_estimated ) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Nieuwjaarsdag")) if 1981 <= self._year <= 1992 or 2012 <= self._year <= 2020: # Day of Liberation and Renewal. self._add_holiday_feb_25(tr("Dag van Bevrijding en Vernieuwing")) # Good Friday. self._add_good_friday(tr("Goede Vrijdag")) # Easter Monday. self._add_easter_monday(tr("Tweede Paasdag")) if self._year <= 1975: # Birthday of H.M. the Queen. self._add_holiday_apr_30(tr("Verjaardag van H.M. de Koningin")) # Labor Day. self._add_labor_day(tr("Dag van de Arbeid")) self._add_holiday_jul_1( # Day of Freedoms. tr("Keti Koti Dey") if 2008 <= self._year <= 2024 else tr("Dag der Vrijheden") ) if self._year >= 2007: # Indigenous People Day. self._add_holiday_aug_9(tr("Dag der Inheemsen")) if self._year >= 2012: # Day of the Maroons. self._add_holiday_oct_10(tr("Dag der Marrons")) if self._year >= 1976: name = ( # Independence Day. tr("Onafhankelijkheidsdag") if self._year >= 2008 # Republic Day. else tr("Dag van de Republiek") ) self._add_holiday_nov_25(name) # Christmas Day. self._add_christmas_day(tr("Eerste Kerstdag")) # Second Day of Christmas. self._add_christmas_day_two(tr("Tweede Kerstdag")) # Holi. self._add_holi(tr("Holi-Phagwa")) if self._year >= 2012: # Diwali. self._add_diwali(tr("Divali")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("Ied-Ul-Fitre")) if self._year >= 2012: # Eid al-Adha. self._add_eid_al_adha_day(tr("Ied-Ul-Adha")) if self._year >= 2022: # Chinese New Year. self._add_chinese_new_years_day(tr("Chinees Nieuwjaar")) class SurinameHinduHolidays(_CustomHinduHolidays): # https://www.timeanddate.com/holidays/suriname/holi-phagwa HOLI_DATES = { 2015: (MAR, 6), 2016: (MAR, 23), 2017: (MAR, 12), 2018: (MAR, 2), 2019: (MAR, 21), 2020: (MAR, 9), 2021: (MAR, 28), 2022: (MAR, 18), 2023: (MAR, 7), 2024: (MAR, 25), 2025: (MAR, 14), 2026: (MAR, 3), 2027: (MAR, 22), 2028: (MAR, 11), 2029: (MAR, 28), 2030: (MAR, 19), } # https://www.timeanddate.com/holidays/suriname/diwali DIWALI_DATES = { 2014: (OCT, 23), 2015: (NOV, 11), 2016: (OCT, 30), 2017: (OCT, 19), 2018: (NOV, 7), 2019: (OCT, 27), 2020: (NOV, 14), 2021: (NOV, 4), 2022: (OCT, 24), 2023: (NOV, 12), 2024: (OCT, 31), 2025: (OCT, 20), 2026: (NOV, 8), 2027: (OCT, 28), 2028: (OCT, 17), 2029: (NOV, 5), 2030: (OCT, 25), } class SurinameIslamicHolidays(_CustomIslamicHolidays): # https://www.timeanddate.com/holidays/suriname/eid-al-fitr EID_AL_FITR_DATES = { 2014: (JUL, 29), 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 22), 2024: (APR, 10), 2025: (MAR, 31), } # https://www.timeanddate.com/holidays/suriname/eid-al-adha EID_AL_ADHA_DATES = { 2014: (OCT, 5), 2015: (SEP, 24), 2016: (SEP, 13), 2017: (SEP, 2), 2018: (AUG, 21), 2019: (AUG, 12), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 29), 2024: (JUN, 16), 2025: (JUN, 7), } class SR(Suriname): pass class SUR(Suriname): pass holidays-0.71/holidays/countries/sweden.py000066400000000000000000000101011500152103600207250ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import _timedelta, _get_all_sundays from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Sweden(HolidayBase, ChristianHolidays, InternationalHolidays): """Sweden holidays. References: * * * * * Note that holidays falling on a sunday is "lost", it will not be moved to another day to make up for the collision. In Sweden, ALL sundays are considered a holiday. Initialize this class with `include_sundays=False` to not include sundays as a holiday. """ country = "SE" default_language = "sv" supported_languages = ("en_US", "sv", "th", "uk") def __init__(self, include_sundays: bool = True, *args, **kwargs): """ Args: include_sundays: Whether to consider sundays as a holiday (which they are in Sweden) """ self.include_sundays = include_sundays ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Nyårsdagen")) # Epiphany. self._add_epiphany_day(tr("Trettondedag jul")) if self._year <= 1953: # Feast of the Annunciation. self._add_holiday_mar_25(tr("Jungfru Marie bebådelsedag")) # Good Friday. self._add_good_friday(tr("Långfredagen")) # Easter Sunday. self._add_easter_sunday(tr("Påskdagen")) # Easter Monday. self._add_easter_monday(tr("Annandag påsk")) if self._year >= 1939: # May Day. self._add_labor_day(tr("Första maj")) # Ascension Day. self._add_ascension_thursday(tr("Kristi himmelsfärdsdag")) if self._year >= 2005: # National Day of Sweden. self._add_holiday_jun_6(tr("Sveriges nationaldag")) # Whit Sunday. self._add_whit_sunday(tr("Pingstdagen")) if self._year <= 2004: # Whit Monday. self._add_whit_monday(tr("Annandag pingst")) # Midsummer Eve. name = tr("Midsommarafton") dt = ( self._add_holiday_1st_fri_from_jun_19(name) if self._year >= 1953 else self._add_holiday_jun_23(name) ) # Midsummer Day. self._add_holiday(tr("Midsommardagen"), _timedelta(dt, +1)) if self._year >= 1953: # All Saints' Day. self._add_holiday_1st_sat_from_oct_31(tr("Alla helgons dag")) # Christmas Eve. self._add_christmas_eve(tr("Julafton")) # Christmas Day. self._add_christmas_day(tr("Juldagen")) # Second Day of Christmas. self._add_christmas_day_two(tr("Annandag jul")) # New Year's Eve. self._add_new_years_eve(tr("Nyårsafton")) # Optionally add all Sundays of the year. if self.include_sundays: for dt in _get_all_sundays(self._year): # Sunday. self._add_holiday(tr("Söndag"), dt) class SE(Sweden): pass class SWE(Sweden): pass holidays-0.71/holidays/countries/switzerland.py000066400000000000000000000374521500152103600220300ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars.gregorian import APR, THU, _timedelta, _get_nth_weekday_of_month from holidays.constants import HALF_DAY, OPTIONAL, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, MON_ONLY, TUE_TO_NONE, SAT_TO_NONE class Switzerland(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Switzerland holidays. References: * * * """ country = "CH" default_language = "de" subdivisions = ( "AG", # Aargau "AI", # Appenzell Innerrhoden "AR", # Appenzell Ausserrhoden "BL", # Basel-Landschaft "BS", # Basel-Stadt "BE", # Bern "FR", # Fribourg "GE", # Geneva "GL", # Glarus "GR", # Graubünden "JU", # Jura "LU", # Luzern "NE", # Neuchâtel "NW", # Nidwalden "OW", # Obwalden "SG", # St. Gallen "SH", # Schaffhausen "SZ", # Schwyz "SO", # Solothurn "TG", # Thurgau "TI", # Ticino "UR", # Uri "VD", # Vaud "VS", # Valais "ZG", # Zug "ZH", # Zürich ) supported_categories = (HALF_DAY, OPTIONAL, PUBLIC) supported_languages = ("de", "en_US", "fr", "it", "uk") start_year = 1801 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Neujahrstag")) # Ascension Day. self._add_ascension_thursday(tr("Auffahrt")) # National Day. self._add_holiday_aug_1(tr("Nationalfeiertag")) # Christmas Day. self._add_christmas_day(tr("Weihnachten")) def _populate_subdiv_ag_public_holidays(self): # Saint Berchtold's Day. self._add_new_years_day_two(tr("Berchtoldstag")) # Good Friday. self._add_good_friday(tr("Karfreitag")) # Easter Monday. self._add_easter_monday(tr("Ostermontag")) # Labor Day. self._add_labor_day(tr("Tag der Arbeit")) # Whit Monday. self._add_whit_monday(tr("Pfingstmontag")) # Corpus Christi. self._add_corpus_christi_day(tr("Fronleichnam")) # Assumption Day. self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) # All Saints' Day. self._add_all_saints_day(tr("Allerheiligen")) # Immaculate Conception. self._add_immaculate_conception_day(tr("Mariä Empfängnis")) # Saint Stephen's Day. self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_ar_public_holidays(self): self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_observed( self._add_christmas_day_two(tr("Stephanstag")), rule=TUE_TO_NONE + SAT_TO_NONE ) def _populate_subdiv_ai_public_holidays(self): self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_corpus_christi_day(tr("Fronleichnam")) self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) self._add_all_saints_day(tr("Allerheiligen")) self._add_immaculate_conception_day(tr("Mariä Empfängnis")) self._add_observed( self._add_christmas_day_two(tr("Stephanstag")), rule=TUE_TO_NONE + SAT_TO_NONE ) def _populate_subdiv_bl_public_holidays(self): self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_labor_day(tr("Tag der Arbeit")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_bs_public_holidays(self): self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_labor_day(tr("Tag der Arbeit")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_be_public_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_fr_public_holidays(self): self._add_good_friday(tr("Karfreitag")) def _populate_subdiv_fr_optional_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_ge_public_holidays(self): self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) # Genevan Fast. self._add_holiday_4_days_past_1st_sun_of_sep(tr("Genfer Bettag")) # Restoration Day. self._add_holiday_dec_31(tr("Wiederherstellung der Republik")) def _populate_subdiv_gl_public_holidays(self): # Näfelser Fahrt (first Thursday in April but not in Holy Week) if self._year >= 1835: dt = _get_nth_weekday_of_month(1, THU, APR, self._year) self._add_holiday( # Battle of Naefels Victory Day. tr("Näfelser Fahrt"), _timedelta(dt, +7) if dt == _timedelta(self._easter_sunday, -3) else dt, ) self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_all_saints_day(tr("Allerheiligen")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_gl_optional_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) def _populate_subdiv_gr_public_holidays(self): self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_gr_optional_holidays(self): self._add_good_friday(tr("Karfreitag")) def _populate_subdiv_ju_public_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_labor_day(tr("Tag der Arbeit")) self._add_whit_monday(tr("Pfingstmontag")) self._add_corpus_christi_day(tr("Fronleichnam")) # Independence Day. self._add_holiday_jun_23(tr("Fest der Unabhängigkeit")) self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) self._add_all_saints_day(tr("Allerheiligen")) def _populate_subdiv_lu_public_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_corpus_christi_day(tr("Fronleichnam")) self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) self._add_all_saints_day(tr("Allerheiligen")) self._add_immaculate_conception_day(tr("Mariä Empfängnis")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_ne_public_holidays(self): self._add_observed( self._add_new_years_day_two(tr("Berchtoldstag")), rule=MON_ONLY, # Jan 2 is public holiday only when it falls on Monday. ) # Republic Day. self._add_holiday_mar_1(tr("Jahrestag der Ausrufung der Republik")) self._add_good_friday(tr("Karfreitag")) self._add_labor_day(tr("Tag der Arbeit")) self._add_corpus_christi_day(tr("Fronleichnam")) self._add_observed(self._add_christmas_day_two(tr("Stephanstag")), rule=MON_ONLY) def _populate_subdiv_nw_public_holidays(self): # Saint Joseph's Day. self._add_saint_josephs_day(tr("Josefstag")) self._add_good_friday(tr("Karfreitag")) self._add_corpus_christi_day(tr("Fronleichnam")) self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) self._add_all_saints_day(tr("Allerheiligen")) self._add_immaculate_conception_day(tr("Mariä Empfängnis")) def _populate_subdiv_nw_optional_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_ow_public_holidays(self): self._add_good_friday(tr("Karfreitag")) self._add_corpus_christi_day(tr("Fronleichnam")) self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) # Saint Nicholas of Flüe. self._add_holiday_sep_25(tr("Bruder Klaus")) self._add_all_saints_day(tr("Allerheiligen")) self._add_immaculate_conception_day(tr("Mariä Empfängnis")) def _populate_subdiv_ow_optional_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_sg_public_holidays(self): self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_all_saints_day(tr("Allerheiligen")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_sg_optional_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) def _populate_subdiv_sh_public_holidays(self): self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_labor_day(tr("Tag der Arbeit")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_sh_optional_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) def _populate_subdiv_sz_public_holidays(self): # Epiphany. self._add_epiphany_day(tr("Heilige Drei Könige")) self._add_saint_josephs_day(tr("Josefstag")) self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_corpus_christi_day(tr("Fronleichnam")) self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) self._add_all_saints_day(tr("Allerheiligen")) self._add_immaculate_conception_day(tr("Mariä Empfängnis")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_so_public_holidays(self): self._add_good_friday(tr("Karfreitag")) def _populate_subdiv_so_half_day_holidays(self): self._add_labor_day(tr("Tag der Arbeit")) def _populate_subdiv_so_optional_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) def _populate_subdiv_tg_public_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) self._add_labor_day(tr("Tag der Arbeit")) self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_ti_public_holidays(self): self._add_epiphany_day(tr("Heilige Drei Könige")) self._add_saint_josephs_day(tr("Josefstag")) self._add_easter_monday(tr("Ostermontag")) self._add_labor_day(tr("Tag der Arbeit")) self._add_whit_monday(tr("Pfingstmontag")) self._add_corpus_christi_day(tr("Fronleichnam")) # Saints Peter and Paul. self._add_saints_peter_and_paul_day(tr("Peter und Paul")) self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) self._add_all_saints_day(tr("Allerheiligen")) self._add_immaculate_conception_day(tr("Mariä Empfängnis")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_ur_public_holidays(self): self._add_epiphany_day(tr("Heilige Drei Könige")) self._add_saint_josephs_day(tr("Josefstag")) self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_corpus_christi_day(tr("Fronleichnam")) self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) self._add_all_saints_day(tr("Allerheiligen")) self._add_immaculate_conception_day(tr("Mariä Empfängnis")) self._add_observed( self._add_christmas_day_two(tr("Stephanstag")), rule=TUE_TO_NONE + SAT_TO_NONE ) def _populate_subdiv_vd_public_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) # Prayer Monday. self._add_holiday_1_day_past_3rd_sun_of_sep(tr("Bettagsmontag")) def _populate_subdiv_vs_public_holidays(self): self._add_saint_josephs_day(tr("Josefstag")) self._add_corpus_christi_day(tr("Fronleichnam")) self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) self._add_all_saints_day(tr("Allerheiligen")) self._add_immaculate_conception_day(tr("Mariä Empfängnis")) def _populate_subdiv_vs_optional_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_zg_public_holidays(self): self._add_good_friday(tr("Karfreitag")) self._add_corpus_christi_day(tr("Fronleichnam")) self._add_assumption_of_mary_day(tr("Mariä Himmelfahrt")) self._add_all_saints_day(tr("Allerheiligen")) self._add_immaculate_conception_day(tr("Mariä Empfängnis")) def _populate_subdiv_zg_optional_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) self._add_easter_monday(tr("Ostermontag")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) def _populate_subdiv_zh_public_holidays(self): self._add_new_years_day_two(tr("Berchtoldstag")) self._add_good_friday(tr("Karfreitag")) self._add_easter_monday(tr("Ostermontag")) self._add_labor_day(tr("Tag der Arbeit")) self._add_whit_monday(tr("Pfingstmontag")) self._add_christmas_day_two(tr("Stephanstag")) class CH(Switzerland): pass class CHE(Switzerland): pass holidays-0.71/holidays/countries/taiwan.py000066400000000000000000000362641500152103600207450ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from typing import Optional from holidays.calendars.gregorian import ( JAN, FEB, MAR, APR, MAY, JUN, SEP, OCT, DEC, MON, TUE, WED, THU, FRI, SAT, SUN, ) from holidays.constants import GOVERNMENT, OPTIONAL, PUBLIC, SCHOOL, WORKDAY from holidays.groups import ChineseCalendarHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, ObservedRule, SAT_TO_PREV_WORKDAY, SUN_TO_NEXT_WORKDAY, SAT_SUN_TO_NEXT_WORKDAY, ) CHILDRENS_DAY_RULE = ObservedRule({MON: +1, TUE: -1, WED: -1, THU: +1, FRI: -1, SAT: -1, SUN: -2}) class Taiwan(ObservedHolidayBase, ChineseCalendarHolidays, InternationalHolidays, StaticHolidays): """Taiwan holidays. References: * * Commemorative Day and Day Implementation Method Amendments: * [Ministry of Interior (87) Order No. 8706459](https://zh.wikisource.org/wiki/紀念日及節日實施辦法_(民國87年)) * [Ministry of Interior (88) Order No. 8897074](https://zh.wikisource.org/wiki/紀念日及節日實施辦法_(民國88年)) * [Ministry of Interior (89) Order No. 8972185](https://zh.wikisource.org/wiki/紀念日及節日實施辦法_(民國89年2月)) * [Ministry of Interior (89) Order No. 8962562](https://zh.wikisource.org/wiki/紀念日及節日實施辦法_(民國89年12月)) * [Ministry of Interior Order No. 0950045320](https://law.moj.gov.tw/LawClass/LawOldVer.aspx?pcode=D0020033&lnndate=20060309&lser=001) * [Ministry of Interior Order No. 0960110433](https://law.moj.gov.tw/LawClass/LawOldVer.aspx?pcode=D0020033&lnndate=20070711&lser=001) * [Ministry of Interior Order No. 0960131407](https://law.moj.gov.tw/LawClass/LawOldVer.aspx?pcode=D0020033&lnndate=20070711&lser=001) * [Ministry of Interior Order No. 0960155673](https://law.moj.gov.tw/LawClass/LawOldVer.aspx?pcode=D0020033&lnndate=20071003&lser=001) * [Ministry of Interior Order No. 0990212117](https://law.moj.gov.tw/LawClass/LawOldVer.aspx?pcode=D0020033&lnndate=20101102&lser=001) * [Ministry of Interior Order No. 1010307327 and 1030128812](https://law.moj.gov.tw/LawClass/LawOldVer.aspx?pcode=D0020033&lnndate=20120925&lser=001) * [Ministry of Interior Order No. 1030182404](https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=D0020033) Checked With: * [DGPA Work Calendar (1998-2025; Chinese)](https://www.dgpa.gov.tw/informationlist?uid=30) * [DGPA Work Calendar (2001-2025; English)](https://www.dgpa.gov.tw/en/informationlist?uid=353) """ country = "TW" # %s (observed). observed_label = tr("%s(慶祝)") default_language = "zh_TW" supported_categories = (GOVERNMENT, OPTIONAL, PUBLIC, SCHOOL, WORKDAY) supported_languages = ("en_US", "th", "zh_CN", "zh_TW") # Ministry of Interior (87) Order No. 8706459. start_year = 1998 def __init__(self, *args, **kwargs): ChineseCalendarHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, TaiwanStaticHolidays) kwargs.setdefault("observed_rule", SAT_TO_PREV_WORKDAY + SUN_TO_NEXT_WORKDAY) super().__init__(*args, **kwargs) def _populate_observed( self, dts: set[date], rule: Optional[ObservedRule] = None, since: int = 2015 ) -> None: """ Taiwan's General Observance Rule first started in 2015 as per decreed in 內政部台內民字第1030182404號令. Children's Day Special Observance Rule first started in 2012 as per decreed in 內政部台內民字第1010307327號令 - as this doesn't affect 2011 ones, as such the logic is simplified. """ if self._year < since: return None # Children's Day. childrens_day = self.tr("兒童節") for dt in sorted(dts): names = self.get_list(dt) for name in names: self._add_observed( dt, name, # Children's Day falls on the same day as Tomb-Sweeping Day. CHILDRENS_DAY_RULE if name == childrens_day and len(names) > 1 else rule, ) def _populate_public_holidays(self): dts_observed = set() dts_observed_forward = set() # Founding Day of the Republic of China. name = tr("中華民國開國紀念日") dts_observed.add(self._add_new_years_day(name)) if self._year >= 2015: self._add_observed(self._next_year_new_years_day, name=name) # Chinese New Year's Eve. dts_observed_forward.add(self._add_chinese_new_years_eve(tr("農曆除夕"))) # Chinese New Year. name = tr("春節") dts_observed_forward.add(self._add_chinese_new_years_day(name)) dts_observed_forward.add(self._add_chinese_new_years_day_two(name)) dts_observed_forward.add(self._add_chinese_new_years_day_three(name)) # Peace Memorial Day. dts_observed.add(self._add_holiday_feb_28(tr("和平紀念日"))) if self._year >= 2011: # Children's Day. dts_observed.add(self._add_holiday_apr_4(tr("兒童節"))) # Tomb-Sweeping Day. dts_observed.add(self._add_qingming_festival(tr("民族掃墓節"))) # Dragon Boat Festival. dts_observed.add(self._add_dragon_boat_festival(tr("端午節"))) # Mid-Autumn Festival. dts_observed.add(self._add_mid_autumn_festival(tr("中秋節"))) # National Day. dts_observed.add(self._add_holiday_oct_10(tr("國慶日"))) if self.observed: self._populate_observed(dts_observed) # While Chinese New Year special observances rule weren't officially decreed # until 2015, this was de facto implemented by the DGPA since at least 2003. self._populate_observed(dts_observed_forward, rule=SAT_SUN_TO_NEXT_WORKDAY, since=2003) def _populate_school_holidays(self): if self._year <= 2000: # Founding Day of the Republic of China. self._add_new_years_day_two(tr("中華民國開國紀念日")) # Confucius' Birthday. self._add_holiday_sep_28(tr("孔子誕辰紀念日")) # Taiwan Retrocession Day. self._add_holiday_oct_25(tr("臺灣光復節")) # Late President Chiang Kai-shek's Birthday. self._add_holiday_oct_31(tr("先總統 蔣公誕辰紀念日")) # Dr. Sun Yat-sen's Birthday. self._add_holiday_nov_12(tr("國父誕辰紀念日")) # Constitution Day. self._add_holiday_dec_25(tr("行憲紀念日")) def _populate_government_holidays(self): self._populate_school_holidays() if self._year <= 2000: # Revolutionary Martyrs Memorial Day. self._add_holiday_mar_29(tr("革命先烈紀念日")) def _populate_optional_holidays(self): # Labor Day. self._add_labor_day(tr("勞動節")) # Armed Forces Day. self._add_holiday_sep_3(tr("軍人節")) def _populate_workday_holidays(self): # Dr. Sun Yat-sen's Memorial Day. self._add_holiday_mar_12(tr("國父逝世紀念日")) # Arbor Day. self._add_holiday_mar_12(tr("植樹節")) # Youth Day. self._add_holiday_mar_29(tr("青年節")) # Teacher's Day. self._add_holiday_sep_28(tr("教師節")) # Chinese Cultural Renaissance Day. self._add_holiday_nov_12(tr("中華文化復興節")) # Women's Day. self._add_womens_day(tr("婦女節")) if self._year <= 2007: # Late President Chiang Kai-shek's Memorial Day. self._add_qingming_festival(tr("先總統蔣公逝世紀念日")) if self._year <= 2010: # Children's Day. self._add_holiday_apr_4(tr("兒童節")) if self._year >= 2000: # The Buddha's Birthday. self._add_chinese_birthday_of_buddha(tr("佛陀誕辰紀念日")) if self._year >= 2001: # Taoism Day. self._add_chinese_new_years_day(tr("道教節")) # Revolutionary Martyrs Memorial Day. self._add_holiday_mar_29(tr("革命先烈紀念日")) # Confucius' Birthday. self._add_holiday_sep_28(tr("孔子誕辰紀念日")) # Taiwan Retrocession Day. self._add_holiday_oct_25(tr("臺灣光復節")) # Dr. Sun Yat-sen's Birthday. self._add_holiday_nov_12(tr("國父誕辰紀念日")) # Constitution Day. self._add_holiday_dec_25(tr("行憲紀念日")) if self._year <= 2006: # Late President Chiang Kai-shek's Birthday. self._add_holiday_oct_31(tr("先總統 蔣公誕辰紀念日")) if self._year >= 2006: # Anti-Aggression Day. self._add_holiday_mar_14(tr("反侵略日")) if self._year >= 2008: # Commemoration Day of the Lifting of Martial Law. self._add_holiday_jul_15(tr("解嚴紀念日")) # Taiwan United Nations Day. self._add_united_nations_day(tr("臺灣聯合國日")) class TW(Taiwan): pass class TWN(Taiwan): pass class TaiwanStaticHolidays: """Taiwan special holidays. DGPA, Executive Yuan Work Calendars: * [1998](https://www.dgpa.gov.tw/information?uid=30&pid=4979) * [1999](https://www.dgpa.gov.tw/information?uid=30&pid=4978) * [2000](https://www.dgpa.gov.tw/information?uid=30&pid=4977) * [2001](https://www.dgpa.gov.tw/en/information?uid=353&pid=6199) * [2002](https://www.dgpa.gov.tw/en/information?uid=353&pid=6198) * [2003](https://www.dgpa.gov.tw/en/information?uid=353&pid=6197) * [2004](https://www.dgpa.gov.tw/en/information?uid=353&pid=6196) * [2005](https://www.dgpa.gov.tw/en/information?uid=353&pid=6195) * [2006](https://www.dgpa.gov.tw/en/information?uid=353&pid=6192) * [2007](https://www.dgpa.gov.tw/en/information?uid=353&pid=6194) * [2008](https://www.dgpa.gov.tw/en/information?uid=353&pid=6191) * [2009](https://www.dgpa.gov.tw/en/information?uid=353&pid=6190) * [2010](https://www.dgpa.gov.tw/en/information?uid=353&pid=6189) * [2011](https://www.dgpa.gov.tw/en/information?uid=353&pid=6188) * [2012](https://www.dgpa.gov.tw/en/information?uid=353&pid=6187) * [2013](https://www.dgpa.gov.tw/en/information?uid=353&pid=6186) * [2014](https://www.dgpa.gov.tw/en/information?uid=353&pid=6183) * [2015](https://www.dgpa.gov.tw/en/information?uid=353&pid=6182) * [2016](https://www.dgpa.gov.tw/en/information?uid=353&pid=6180) * [2017](https://www.dgpa.gov.tw/en/information?uid=353&pid=6178) * [2018](https://www.dgpa.gov.tw/en/information?uid=353&pid=7730) * [2019](https://www.dgpa.gov.tw/en/information?uid=353&pid=8178) * [2020](https://www.dgpa.gov.tw/en/information?uid=353&pid=9724) * [2021](https://www.dgpa.gov.tw/en/information?uid=353&pid=10181) * [2022](https://www.dgpa.gov.tw/en/information?uid=353&pid=10659) * [2023](https://www.dgpa.gov.tw/en/information?uid=353&pid=11016) * [2024](https://www.dgpa.gov.tw/en/information?uid=353&pid=11402) * [2025](https://www.dgpa.gov.tw/en/information?uid=353&pid=11979) """ # Date format (see strftime() Format Codes). substituted_date_format = tr("%Y-%m-%d") # Day off (substituted from %s). substituted_label = tr("休息日(%s日起取代)") # Women's Day. womens_day = tr("婦女節") # Children's Day. childrens_day = tr("兒童節") special_public_holidays = { 2000: (APR, 3, APR, 8), 2001: (JAN, 22, JAN, 20), 2005: (FEB, 7, FEB, 5), 2006: (OCT, 9, OCT, 14), 2007: ( (FEB, 23, MAR, 3), (APR, 6, APR, 14), (JUN, 18, JUN, 23), (SEP, 24, SEP, 29), ), 2009: ( (JAN, 2, JAN, 10), (JAN, 30, JAN, 17), (MAY, 29, JUN, 6), ), 2010: (FEB, 19, FEB, 6), 2012: ( (JAN, 27, FEB, 4), (FEB, 27, MAR, 3), (DEC, 31, DEC, 22), ), 2013: ( (FEB, 15, FEB, 23), (SEP, 20, SEP, 14), ), 2015: (JAN, 2, DEC, 27, 2014), 2016: ( (FEB, 12, JAN, 30), (JUN, 10, JUN, 4), (SEP, 16, SEP, 10), ), 2017: ( (FEB, 27, FEB, 18), (MAY, 29, JUN, 3), (OCT, 9, SEP, 30), ), 2018: ( (APR, 6, MAR, 31), (DEC, 31, DEC, 22), ), 2019: ( (FEB, 8, JAN, 19), (MAR, 1, FEB, 23), (OCT, 11, OCT, 5), ), 2020: ( (JAN, 23, FEB, 15), (JUN, 26, JUN, 20), (OCT, 2, SEP, 26), ), 2021: ( (FEB, 10, FEB, 20), (SEP, 20, SEP, 11), ), 2022: (FEB, 4, JAN, 22), 2023: ( (JAN, 20, JAN, 7), (JAN, 27, FEB, 4), (FEB, 27, FEB, 18), (APR, 3, MAR, 25), (JUN, 23, JUN, 17), (OCT, 9, SEP, 23), ), 2024: (FEB, 8, FEB, 17), 2025: (JAN, 27, FEB, 8), } # Prior to 2001, Women's Day and Children's Day holidays were given on # the day before the Tomb-Sweeping Day. special_optional_holidays_observed = { 1998: ( (APR, 4, childrens_day), (APR, 4, womens_day), ), 1999: ( (APR, 4, childrens_day), (APR, 4, womens_day), ), 2000: ( (APR, 3, childrens_day), (APR, 3, womens_day), # Armed Forces Day. (SEP, 4, tr("軍人節")), ), } # The Buddha's Birthday was observed on 2nd Sunday of May in 2000. special_public_holidays_observed = { 1998: ( # Chinese New Year. (JAN, 31, tr("春節")), # Tomb-Sweeping Day. (APR, 6, tr("民族掃墓節")), ), 1999: ( # Founding Day of the Republic of China. (JAN, 2, tr("中華民國開國紀念日")), # Dragon Boat Festival. (JUN, 19, tr("端午節")), ), # The Buddha's Birthday. 2000: (MAY, 14, tr("佛陀誕辰紀念日")), 2013: (APR, 5, childrens_day), } holidays-0.71/holidays/countries/tanzania.py000066400000000000000000000245451500152103600212660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.constants import BANK, PUBLIC from holidays.groups import ( ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.holiday_base import HolidayBase class Tanzania( HolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays ): """Tanzania holidays. References: * [1962](https://old.tanzlii.org/tz/legislation/act/1962/48/) * [1964](https://old.tanzlii.org/tz/legislation/act/1964/52/) * [1966](https://old.tanzlii.org/tz/legislation/act/1966/39/) * [1993](https://www.parliament.go.tz/polis/uploads/bills/acts/1566639469-The%20Written%20Laws%20(Miscellaneous%20Amendments)%20Act,%201993.pdf) * [1994](https://www.parliament.go.tz/polis/uploads/bills/acts/1566638051-The%20Written%20Laws%20(Miscellaneous%20Amendments)%20(No.%202)%20Act,%201994.pdf) * [2002](http://parliament.go.tz/polis/uploads/bills/acts/1454076376-ActNo-25-2002.pdf) * * * * Checked With: * [2023](https://www.bot.go.tz/webdocs/Other/2023%20public%20holidays.pdf) * [2022](https://www.bot.go.tz/webdocs/Other/PUBLIC%20HOLIDAYS%202022.pdf) * [2021](https://www.bot.go.tz/webdocs/Other/PUBLIC%20HOLIDAYS%202021.pdf) * [2020](https://www.bot.go.tz/webdocs/Other/PUBLIC%20HOLIDAYS%202020.pdf) * [2018](https://issamichuzi.blogspot.com/2017/11/sikukuu-za-kitaifa-zenye-mapumziko-kwa.html) * [from 2013 onwards](https://www.timeanddate.com/holidays/tanzania/) Limitations: * Only works from 1994 onwards due to the lack of sources for certain legislation: * Government Notices No. 79 of 1977 * Government Notices No. 300 of 1985 * Government Notices No. 296 of 1994 * Exact Islamic holidays dates are only available for 2013-2023; the rest are estimates. """ country = "TZ" supported_categories = (BANK, PUBLIC) default_language = "sw" # %s (estimated). estimated_label = tr("%s (makisio)") supported_languages = ("en_US", "sw") # Written Law (Miscellaneous Amendments) (No. 2) Act, 1994. start_year = 1994 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=TanzaniaIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, TanzaniaStaticHolidays) super().__init__(*args, **kwargs) def _populate_bank_holidays(self): # Sikukuu ya Pasaka. # Status: In-Use. # Only observed by financial institutions. # Easter Sunday. self._add_easter_sunday(tr("Sikukuu ya Pasaka")) def _populate_public_holidays(self): # In-lieus ("Badala ya %s") are observed on Monday should it fall on the weekends. # Abrogated in Public Holidays Ordinance No. 28 of 1966. # Reinstituted in Written Law (Miscellaneous Amendments) (No. 2) Act, 1994. # Claimed to be abrogated again on an unspecified date. # Fixed Date Holidays. # Mwaka Mpya. # Status: In-Use. # Abrogated in Public Holidays Ordinance No. 28 of 1966. # Reinstituted prior to the Written Law (Miscellaneous Amendments) (No. 1) Act, 1993. # New Year's Day. self._add_new_years_day(tr("Mwaka Mpya")) # Mapinduzi ya Zanzibar. # Status: In-Use. # Commemorates the fall of the Sultanate of Zanzibar on Jan 12, 1964. # Zanzibar Revolution Day. self._add_holiday_jan_12(tr("Mapinduzi ya Zanzibar")) # Siku ya kumbukumbu ya Rais wa Kwanza wa Serikali ya Mapinduzi Zanzibar # Sheikh Abeid Amani Karume. # Status: In-Use. # Commemorates the death of Abeid Amani Karume on Apr 7, 1972. # Assumed to start via Government Notices 79 of 1977. self._add_holiday_apr_7( # The Sheikh Abeid Amani Karume Day. tr( "Siku ya kumbukumbu ya Rais wa Kwanza wa Serikali ya Mapinduzi Zanzibar " "Sheikh Abeid Amani Karume" ) ) # Muungano wa Tanganyika na Zanzibar. # Status: In-Use. # Commemorates the creation of the United Republic of Tanzania on Apr 26, 1964. # Union Celebrations. self._add_holiday_apr_26(tr("Muungano wa Tanganyika na Zanzibar")) # Sikukuu ya Wafanyakazi. # Status: In-Use. # Worker's Day. self._add_labor_day(tr("Sikukuu ya Wafanyakazi")) # Sabasaba. # Status: In-Use. # Celebrates the formation of Tanganyika African National Union party on Jul 7, 1954. # First started in the Public Holidays Ordinance No. 57 of 1964. # Abrogated in 1993 (need official source on this) # Reinstituted via Government Notices 296 of 1994. # International Trade Fair. self._add_holiday_jul_7(tr("Sabasaba")) # Siku ya Wakulima. # Status: In-Use. # Also known as Nane Nane. # Started via Government Notices 296 of 1994 to replace Sabasaba. # Peasants Day. self._add_holiday_aug_8(tr("Siku ya Wakulima")) # Kumbukumbu ya Mwalimu Nyerere. # Status: In-Use. # Commemorates the death of Julius Kambarage Nyerere on Oct 14, 1999. # Adopted in Written Law (Miscellaneous Amendments) (No. 3) Act, 2002. if self._year >= 2003: # The Mwalimu Nyerere Day. self._add_holiday_oct_14(tr("Kumbukumbu ya Mwalimu Nyerere")) # Uhuru na Jamhuri. # Status: In-Use. # Commemorates the Independence of Tanganyika from the United Kingdom on Dec 9, 1961. # Independence and Republic Day. self._add_holiday_dec_9(tr("Uhuru na Jamhuri")) # Kuzaliwa Kristo. # Status: In-Use. # Christmas Day. self._add_christmas_day(tr("Kuzaliwa Kristo")) # Siku ya Kupeana Zawadi. # Status: In-Use. # Abrogated in Public Holidays Ordinance No. 28 of 1966. # Reinstituted in Written Law (Miscellaneous Amendments) (No. 1) Act, 1993. # Boxing Day. self._add_christmas_day_two(tr("Siku ya Kupeana Zawadi")) # Christian Calendar Holidays. # Ijumaa Kuu. # Status: In-Use. # Good Friday. self._add_good_friday(tr("Ijumaa Kuu")) # Jumatatu ya Pasaka. # Status: In-Use. # Easter Monday. self._add_easter_monday(tr("Jumatatu ya Pasaka")) # Islamic Calendar Holidays. # Eid El-Fitry. # Status: In-Use. # Used to be celebrated for 2 days in the 1964 and 1966 amendments. # Eid al-Fitr. self._add_eid_al_fitr_day(tr("Eid El-Fitry")) # Eid El-Hajj. # Status: In-Use. # Used to be celebrated for 2 days in the 1964 amendments. # Eid al-Adha. self._add_eid_al_adha_day(tr("Eid El-Hajj")) # Maulidi. # Status: In-Use. # Prophet's Birthday. self._add_mawlid_day(tr("Maulidi")) # Defunct Holidays. # 5th Day of February ??? (Name Unavailable) # Status: Defunct. # Abrogated in Written Law (Miscellaneous Amendments) (No. 1) Act, 1993. class TZ(Tanzania): pass class TZA(Tanzania): pass class TanzaniaIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2013: (OCT, 15), 2014: (OCT, 5), 2015: (SEP, 23), 2016: (SEP, 16), 2017: (SEP, 2), 2018: (AUG, 22), 2019: (AUG, 13), 2020: (JUL, 31), 2021: (JUL, 21), 2022: (JUL, 10), 2023: (JUN, 29), } EID_AL_FITR_DATES = { 2013: (AUG, 8), 2014: (JUL, 29), 2015: (JUL, 18), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 24), 2021: (MAY, 14), 2022: (MAY, 3), 2023: (APR, 22), 2024: (APR, 10), } MAWLID_DATES = { 2013: (JAN, 24), 2014: (JAN, 14), 2015: ((JAN, 3), (DEC, 24)), 2016: (DEC, 12), 2017: (DEC, 1), 2018: (NOV, 21), 2019: (NOV, 10), 2020: (OCT, 29), 2021: (OCT, 19), 2022: (OCT, 9), 2023: (SEP, 28), } class TanzaniaStaticHolidays: # Special Holidays. # John Pombe Magufuli Inauguration Day. john_magufuli_inauguration = tr("Sikukuu ya Kuapishwa kwa John Pombe Magufuli") # Tanzania General Election Day. tz_election_day = tr("Sikukuu ya Uchaguzi Mkuu wa Tanzania") # National Population and Housing Census Day. phc_census_day = tr("Siku ya Sensa ya Kitaifa ya Watu na Makazi") # John Pombe Magufuli's Funeral. john_magufuli_funeral = tr("Mazishi cha John Pombe Magufuli") special_public_holidays = { 2002: (AUG, 25, phc_census_day), 2015: (NOV, 5, john_magufuli_inauguration), 2020: (OCT, 28, tz_election_day), 2021: ( (MAR, 22, john_magufuli_funeral), (MAR, 25, john_magufuli_funeral), ), 2022: (AUG, 23, phc_census_day), } holidays-0.71/holidays/countries/thailand.py000066400000000000000000001572341500152103600212470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import ( JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, _timedelta, ) from holidays.constants import ARMED_FORCES, BANK, GOVERNMENT, PUBLIC, SCHOOL, WORKDAY from holidays.groups import InternationalHolidays, StaticHolidays, ThaiCalendarHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SAT_TO_NEXT_MON, THU_FRI_TO_NEXT_WORKDAY, SAT_SUN_TO_NEXT_MON, SAT_SUN_TO_NEXT_TUE, SAT_SUN_TO_NEXT_MON_TUE, SAT_SUN_TO_NEXT_WORKDAY, ) class Thailand(ObservedHolidayBase, InternationalHolidays, StaticHolidays, ThaiCalendarHolidays): """Thailand holidays. References: * * [Holidays Act (MAR 1914)](https://ratchakitcha.soc.go.th/documents/1044125.pdf) * [Special Extension for MoJ (In-effect 1915 onwards)](https://ratchakitcha.soc.go.th/documents/1046008.pdf) * [Holidays Act Amendment (MAR 1926)](https://ratchakitcha.soc.go.th/documents/1073133.pdf) * [Ascension of HM King Ananda Mahidol (MAR 1935)](https://th.wikisource.org/wiki/ประกาศนายกรัฐมนตรี_ลงวันที่_7_มีนาคม_2477_(รก.)) * [Holidays Act Amendment (JAN 1938)](https://ratchakitcha.soc.go.th/documents/1105432.pdf) * [Translation Typo Fixed for the JAN 1938 Amendment](https://ratchakitcha.soc.go.th/documents/1105491.pdf) * [Constitution Petition Day renamed National Day (JUL 1938)](https://th.wikisource.org/wiki/ประกาศสำนักนายกรัฐมนตรี_ลงวันที่_18_กรกฎาคม_2481) * [Holidays Act Amendment (MAR 1940)](https://ratchakitcha.soc.go.th/documents/1110471.pdf) * [Holidays Act Amendment (SEP 1940) (In-effect 1941)](https://ratchakitcha.soc.go.th/documents/1111954.pdf) * [Removal of Royal Language for King's Birthday (B.E 2484/1941)](https://th.wikisource.org/wiki/ประกาศสำนักนายกรัฐมนตรี_ลงวันที่_19_กันยายน_2484) * [Holidays Act, Franco-Thai War Armistice Day added (B.E. 2485/1942)](https://ratchakitcha.soc.go.th/documents/1114825.pdf) * [Holidays Act, Franco-Thai War Armistice Day Repealed (B.E. 2487/1944)](https://ratchakitcha.soc.go.th/documents/1121365.pdf) * [Removal of Royal Language for King's Birthday Repealed (B.E 2488/1945)](https://th.wikisource.org/wiki/ประกาศสำนักนายกรัฐมนตรี_ลงวันที่_12_มกราคม_2488) * [Holidays Act Amendment (DEC B.E. 2488/1945)](https://ratchakitcha.soc.go.th/documents/1123218.pdf) * [Holidays Act Amendment (AUG B.E. 2489/1946)](https://ratchakitcha.soc.go.th/documents/1124494.pdf) * [Special Weekend Arrangement for 4 Southern Provinces (4SP)](https://ratchakitcha.soc.go.th/documents/1129175.pdf) * [Holidays Act, B.E. 2491 (1948)](https://ratchakitcha.soc.go.th/documents/1130817.pdf) * [Holidays Act (No. 2), B.E. 2493 (1950)](https://ratchakitcha.soc.go.th/documents/1141392.pdf) * [Holidays Act (No. 3), B.E. 2494 (1951)](https://ratchakitcha.soc.go.th/documents/1143601.pdf) * [HM King Bhumibol Adulyadej Birthday Holidays Adjustment](https://ratchakitcha.soc.go.th/documents/1145614.pdf) * [Holidays Act (No. 4), B.E. 2495 (1952)](https://ratchakitcha.soc.go.th/documents/1148403.pdf) * [Holidays Act (No. 6), B.E. 2497 (1954)](https://ratchakitcha.soc.go.th/documents/1159427.pdf) * [Holidays Act (No. 7), B.E. 2497 (1954); United Nations Day added](https://ratchakitcha.soc.go.th/documents/1160256.pdf) * [Holidays Act (No. 8), B.E. 2499 (1956); Mothers Day, Children's Day added](https://ratchakitcha.soc.go.th/documents/1169783.pdf) * [Holidays Act (No. 9), B.E. 2499 (1956); Weekend is now Buddhist Sabbath-SUN](https://ratchakitcha.soc.go.th/documents/1172667.pdf) * [Holidays Act (No. 10), B.E. 2500 (1957); Weekend Change Reverted](https://ratchakitcha.soc.go.th/documents/1179999.pdf) * [Holidays Act (No. 11), B.E. 2500 (1957)](https://ratchakitcha.soc.go.th/documents/1180042.pdf) * [Holidays Act (No. 12), B.E. 2502 (1959); Weekend is full day SAT-SUN](https://ratchakitcha.soc.go.th/documents/1187876.pdf) * [Holidays Act (No. 13), B.E. 2503 (1960); National Day is now Dec 5](https://ratchakitcha.soc.go.th/documents/1196364.pdf) * [Holidays Act (No. 14), B.E. 2505 (1962); Asarnha Bucha added](https://ratchakitcha.soc.go.th/documents/1206407.pdf) * [Holidays Act (No. 16), B.E. 2506 (1963); 4SP weekend is now SAT-SUN](https://hr.rid.go.th/wp-content/uploads/2022/12/06-16.pdf) * [Eid-al-Fitr and Eit al-Adha added for 4SP](https://hr.rid.go.th/wp-content/uploads/2022/12/05-2517.pdf) * [Holidays Act (No. 17), B.E. 2525 (1982); Chakri Day Full Name Changed](https://ratchakitcha.soc.go.th/documents/1494132.pdf) * [Holidays Act (No. 19), B.E. 2540 (1997); Songkran Date Changed](https://ratchakitcha.soc.go.th/documents/1685580.pdf) * [Holidays Act (No. 20), B.E. 2555 (2012); CNY in 4SP](https://ratchakitcha.soc.go.th/documents/1914282.pdf) * [Holidays Act (No. 21), B.E. 2556 (2013); Songkhla added to 4SP](https://ratchakitcha.soc.go.th/documents/2098813.pdf) * [Holidays Act (No. 22), B.E. 2560 (2017); Father's Day Date Clarification](https://ratchakitcha.soc.go.th/documents/2098828.pdf) * [Holidays Act (No. 23), B.E. 2560 (2017); Rama X's Birthday added](https://ratchakitcha.soc.go.th/documents/2104467.pdf) * [HM Queen Suthida's Birthday added](https://ratchakitcha.soc.go.th/documents/17081602.pdf) * [Holidays Act, B.E. 2562 (2019)](https://ratchakitcha.soc.go.th/documents/17082311.pdf) Checked with: * [Bank of Thailand lists](http://tiny.cc/wa_bot_2023) In Lieus: * [isranews.org](http://tiny.cc/wa_isranews_inlieu_hist) * * * * * Certain holidays references: * [New Year's Day](http://tiny.cc/wa_wiki_thai_newyear_2483) * [National Children's Day](https://thainews.prd.go.th/banner/th/children'sday/) * [Chakri Memorial Day](http://tiny.cc/wa_ocac_chakri) * Songkran Festival: * [museumsiam.org](http://tiny.cc/wa_museumsiam_songkran) * * [National Labour Day](https://www.thairath.co.th/lifestyle/culture/1832869) * [National Day (24 June: Defunct)](http://tiny.cc/wa_mincul_nat_day) * Coronation Day: * * * [HM Queen Suthida's Birthday](https://www.thairath.co.th/news/politic/1567418) * [HM Maha Vajiralongkorn's Birthday](https://www.matichon.co.th/politics/news_526200) * [HM Queen Sirikit the Queen Mother's Birthday](https://hilight.kapook.com/view/14164) * [National Mother's Day](https://www.brh.go.th/index.php/2019-02-27-04-11-52/542-12-2564) * [HM King Bhumibol Adulyadej Memorial Day](https://www.matichon.co.th/politics/news_526200) * HM King Chulalongkorn Memorial Day: * * * HM King Bhumibol Adulyadej's Birthday * [Ministry of Culture](http://tiny.cc/wa_mincul_nat_day) * * [National Father's Day](https://www.brh.go.th/index.php/2019-02-27-04-12-21/594-5-5) * Constitution Day: * [ประเทศไทย](https://th.wikipedia.org/wiki/วันรัฐธรรมนูญ_) * * [Bank of Thailand](http://tiny.cc/wa_bot_1992) * * New Year's Eve: * [Bank of Thailand](http://tiny.cc/wa_bot_1992) * * * [Makha Bucha](https://www.onab.go.th/th/content/category/detail/id/73/iid/3403) * [Visakha Bucha](https://www.onab.go.th/th/content/category/detail/id/73/iid/3401) * [Asarnha Bucha](https://www.onab.go.th/th/content/category/detail/id/73/iid/3397) * [Buddhist Lent Day](https://www.onab.go.th/th/content/category/detail/id/73/iid/3395) * Royal Ploughing Ceremony: * * * * * * * * [Royal Thai Armed Forces Day](https://th.wikipedia.org/wiki/วันกองทัพไทย) * [Teacher's Day](https://www.cabinet.soc.go.th/doc_image/2500/718941.pdf) !!! info "Info" If Public Holiday falls on weekends, (in lieu) on workday. Despite the wording, this usually only applies to Monday only for holidays, consecutive holidays all have their own special in lieu declared separately. Data from 1992-1994 and 1998-2000 are declared discretely in special_holidays declarations above. Applied Automatically for Monday if on Weekends: 1961-1973 !!! note "Note" No New Year's Eve (in lieu) for this period No In Lieu days available: 1974-1988 Case-by-Case application for Workday if on Weekends: 1989-1994 Applied Automatically for Workday if on Weekends: 1995-1997 Case-by-Case application for Workday if on Weekends: 1998-2000 Applied Automatically for Workday if on Weekends: 2001-Present Limitations: * This is only 100% accurate for 1997-2025; any future dates are up to the Royal Thai Government Gazette which updates on a year-by-year basis. * Thai Lunar Calendar Holidays only work until 2157 (B.E. 2700) as we only have Thai year-type data for cross-checking until then. * Royal Ploughing Ceremony Day is date is announced on an annual basis by the Court Astrologers, thus need an annual update to the library here """ country = "TH" supported_categories = (ARMED_FORCES, BANK, GOVERNMENT, PUBLIC, SCHOOL, WORKDAY) default_language = "th" # %s (in lieu). observed_label = tr("ชดเชย%s") supported_languages = ("en_US", "th") # First Holiday Decree was promulgated in March 1914. start_year = 1914 def __init__(self, *args, **kwargs): InternationalHolidays.__init__(self) StaticHolidays.__init__(self, ThailandStaticHolidays) ThaiCalendarHolidays.__init__(self) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _is_observed(self, dt: date) -> bool: return 1961 <= self._year <= 1973 or 1995 <= self._year <= 1997 or self._year >= 2001 def _populate_public_holidays(self): # Fixed Date Holidays # วันขึ้นปีใหม่ # Status: In-Use. # Starts in the present form in 1941 (B.E. 2484). # From 1941-1945 and 1948-1954 JAN 2nd was also observed. # For pre- observance, see New Year's Eve entry. if self._year >= 1941: # New Year's Day. name = tr("วันขึ้นปีใหม่") self._add_observed(self._add_new_years_day(name)) if self._year <= 1945 or 1948 <= self._year <= 1954: self._add_new_years_day_two(name) # วันเด็กแห่งชาติ # Status: In-Use. # Starts in 1955 (B.E. 2498) as the 1st Monday of OCT. # Its status as a Public Holiday was reaffirmed in 1956. # No event was held in 1964 due to date changes came into effect too late. # Moved to 2nd Saturday of JAN since 1965. # No in-lieus are observed, and still remain a Public Holidays than just Observed. if self._year >= 1955 and self._year != 1964: # National Children's Day. name = tr("วันเด็กแห่งชาติ") if self._year <= 1963: self._add_holiday_1st_mon_of_oct(name) else: self._add_holiday_2nd_sat_of_jan(name) # วันลงนามในสัญญาพักรบระหว่างประเทศไทยกับประเทศอินโดจีนฝรั่งเศส # Status: Defunct. # Started in 1942 (B.E. 2485), abandoned from 1945 onwards. if 1942 <= self._year <= 1944: # Franco-Thai War Armistice Day. self._add_holiday_jan_28(tr("วันลงนามในสัญญาพักรบระหว่างประเทศไทยกับประเทศอินโดจีนฝรั่งเศส")) # วันจักรี # Status: In-Use. # Starts in present form in 1926 (B.E. 2469). if self._year >= 1926: if self._year >= 1983: # Chakri Memorial Day. name = tr("วันพระบาทสมเด็จพระพุทธยอดฟ้าจุฬาโลกมหาราช และวันที่ระลึกมหาจักรีบรมราชวงศ์") elif self._year >= 1938: # Chakri Day. name = tr("วันจักรี") else: # Maha Chakri Memorial Day. name = tr("วันที่ระลึกมหาจักรี") self._add_observed(self._add_holiday_apr_6(name)) # พระราชพิธีตะรุษะสงกรานต์ แลนักขัตฤกษ์ (1914-1925) # ตะรุษะสงกรานต์ (1926-1937) # วันตรุษสงกรานต์ (1938-1939) # วันตรุษสงกรานต์และขึ้นปีใหม่ (1940) # วันสงกรานต์ (1941-Present) # Status: In-Use. # Started in 1914 (B.E. 2457). # Earliest form of Songkran public holidays was observed from MAR 28th to APR 15th # (19 days). Later extended for MoJ staff only upto APR 27th from 1915 (30 days). # - 1926-1937, celebrated on MAR 31st-APR 3rd. # - 1938-1940, celebrated on MAR 31st-APR 2nd. # - 1941-1947, abandoned as a public holiday. # - 1948-1953, celebrated on APR 13th-15th. # - 1954-1956, abandoned as a public holiday. # - 1957-1988, only celebrated on APR 13th. # - 1989-1997, celebrated on APR 12th-14th. # - 1998-Present, celebrated on APR 13th-15th. # (Except for 2020 due to Covid-19 outbreaks) # This has its own in-lieu trigger. if self._year <= 1940 or 1948 <= self._year <= 1953 or 1957 <= self._year != 2020: # Songkran Festival. name = tr("วันสงกรานต์") if 1989 <= self._year <= 1997: dt = self._add_holiday_apr_12(name) self._add_holiday_apr_13(name) self._add_holiday_apr_14(name) elif 1957 <= self._year <= 1988: self._add_observed(self._add_holiday_apr_13(name)) elif 1926 <= self._year <= 1940: if self._year == 1940: # Songkran New Year. name = tr("วันตรุษสงกรานต์และขึ้นปีใหม่") elif self._year >= 1938: # Songkran New Year. name = tr("วันตรุษสงกรานต์") else: # Songkran New Year. name = tr("ตะรุษะสงกรานต์") self._add_holiday_mar_31(name) self._add_holiday_apr_1(name) self._add_holiday_apr_2(name) if self._year <= 1937: self._add_holiday_apr_3(name) elif self._year <= 1925: # Songkran New Year Holidays. name = tr("พระราชพิธีตะรุษะสงกรานต์ แลนักขัตฤกษ์") dt = self._add_holiday_mar_28(name) for delta in range(1, 19): self._add_holiday(name, _timedelta(dt, delta)) else: dt = self._add_holiday_apr_13(name) self._add_holiday_apr_14(name) self._add_holiday_apr_15(name) # วันหยุดชดเชยวันสงกรานต์ # If Songkran happened to be held on the weekends, only one in-lieu # public holiday is added. # - CASE 1: THU-FRI-SAT -> 1 in-lieu on MON # - CASE 2: FRI-SAT-SUN -> 1 in-lieu on MON # - CASE 3: SAT-SUN-MON -> 1 in-lieu on TUE # - CASE 4: SUN-MON-TUE -> 1 in-lieu on WED # See in lieu logic in `_add_observed(dt: date)`. # Status: In Use. if self._year >= 1995: self._add_observed(dt, rule=THU_FRI_TO_NEXT_WORKDAY + SAT_SUN_TO_NEXT_WORKDAY) # วันแรงงานแห่งชาติ # Status: In-Use. # Starts in the present form in 1974 (B.E. 2517). # Does existed officially since 1956 (B.E. 2499), but wasn't a public holiday until then. # *** NOTE: only observed by financial and private sectors. if self._year >= 1974: # National Labor Day. self._add_observed(self._add_labor_day(tr("วันแรงงานแห่งชาติ"))) # วันขอพระราชทานรัฐธรรมนูญ (1938-1939) # วันชาติ (1940-Present) # Status: In-Use. # Started as Constitution Petition Day in 1938 (B.E. 2481) for JUN 24th. # Got its current name in 1940 by Plaek Phibunsongkhram. # This was observed JUN 23th-25th between 1940-1948. # Moved to Rama IX's birthday in 1960 (B.E. 2503) by Sarit Thanarat. if self._year >= 1938: name = ( # National Day. tr("วันชาติ") if self._year >= 1939 # Constitution Petition Day. else tr("วันขอพระราชทานรัฐธรรมนูญ") ) self._add_observed( self._add_holiday_jun_24(name) if self._year <= 1959 else self._add_holiday_dec_5(name) ) if 1940 <= self._year <= 1948 or 1952 <= self._year <= 1953: self._add_holiday_jun_23(name) self._add_holiday_jun_25(name) # วันรัฐธรรมนูญชั่วคราว # Status: Defunct. # Started in 1938, abandoned in 1940. if 1938 <= self._year <= 1939: # Provisional Constitution Day. self._add_holiday_jun_27(tr("วันรัฐธรรมนูญชั่วคราว")) # ทำบุญพระบรมอัษฐิ และพระราชพิธีฉัตรมงคล (1914-1925) # พระราชพิธีฉัตรมงคล (1926-1937) # วันฉัตรมงคล (1958-Present) # First observed for Rama VI from 1914-1925 from NOV 9th-12th. # For Rama VII (1926-1935) this was FEB 24th-26th. # After Rama VII abdicated on MAR 2nd, 1935, there's no recorded # change in terms of holiday arrangement until 1938, # thus, a gap in holidays arrangement is assumed. # Rama VIII passes away without a coronation ceremony. # Starts in 1958 (B.E. 2501) for Rama IX's Coronation: MAY 5th. # No celebration in 2017-2019 (B.E. 2560-2562). # Reestablished with Rama X's Coronation in 2020: MAY 4th. if self._year <= 1935 or self._year >= 1958: # Coronation Day. name = tr("วันฉัตรมงคล") if self._year >= 2020: # Rama X (2020-Present). self._add_observed(self._add_holiday_may_4(name)) elif 1958 <= self._year <= 2016: # Rama IX (1958-2016). self._add_observed(self._add_holiday_may_5(name)) elif 1926 <= self._year <= 1935: # Coronation Day. name = tr("พระราชพิธีฉัตรมงคล") # Rama VII (1926-1935). self._add_holiday_feb_24(name) self._add_holiday_feb_25(name) self._add_holiday_feb_26(name) elif self._year <= 1925: # Merit-making Ceremony for the Royal Ashes and the Coronation Day. name = tr("ทำบุญพระบรมอัษฐิ และพระราชพิธีฉัตรมงคล") # Rama VI (1914-1925). self._add_holiday_nov_9(name) self._add_holiday_nov_10(name) self._add_holiday_nov_11(name) self._add_holiday_nov_12(name) # วันเฉลิมพระชนมพรรษา พระราชินี # Status: In-Use. # Starts in 2019 (B.E. 2562). if self._year >= 2019: self._add_observed( self._add_holiday_jun_3( # HM Queen Suthida's Birthday. tr("วันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าสุทิดา พัชรสุธาพิมลลักษณ พระบรมราชินี") ) ) # วันเฉลิมพระชนมพรรษา รัชกาลที่ 10 # Status: In-Use. # Started in 2017 (B.E. 2560). if self._year >= 2017: self._add_observed( self._add_holiday_jul_28( # HM King Maha Vajiralongkorn's Birthday. tr( "วันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรเมนทรรามาธิบดี" "ศรีสินทรมหาวชิราลงกรณ พระวชิรเกล้าเจ้าอยู่หัว" ) ) ) # วันเฉลิมพระชนมพรรษา พระบรมราชินีนาถ (1976-2017) # วันเฉลิมพระชนมพรรษา พระบรมราชชนนีพันปีหลวง (2017-Present) # Status: In-Use. # Started in 1976 (B.E. 2519) alongside Mother's Day. # Initial celebration as HM Queen Sirikit's Birthday. # Now acts as the Queen Mother from 2017 onwards. if self._year >= 1976: self._add_observed( self._add_holiday_aug_12( # HM Queen Sirikit the Queen Mother's Birthday. tr("วันเฉลิมพระชนมพรรษาสมเด็จพระบรมราชชนนีพันปีหลวง") if self._year >= 2017 # HM Queen Sirikit's Birthday. else tr("วันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถ") ) ) # วันแม่แห่งชาติ # Status: In-Use. # Started 1950 (B.E. 2493) initially as APR 15th and cancelled in # 1958 (B.E. 2501) when the Min. of Culture was abolished. # Its status as a Public Holiday was reaffirmed in 1956. # Restarts again in 1976 (B.E. 2519) on Queen Sirikit's Birthday # (AUG 12th) and stay that way from that point onwards. # National Mother's Day. name = tr("วันแม่แห่งชาติ") if 1950 <= self._year <= 1957: self._add_observed(self._add_holiday_apr_15(name)) elif self._year >= 1976: self._add_observed(self._add_holiday_aug_12(name)) # วันประกาศสันติภาพ # Status: Defunct. # Started in 1946 (B.E. 2489), removed in 1948. if 1946 <= self._year <= 1947: # Peace Proclamation Day. self._add_holiday_aug_16(tr("วันประกาศสันติภาพ")) # วันคล้ายวันสวรรคตพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร (2017-2018) # วันคล้ายวันสวรรคตพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร (2019-2022) # วันนวมินทรมหาราช (2023-Present) # Status: In-Use. # Started in 2017 (B.E. 2560). # Got conferred with 'the Great' title in 2019 (B.E. 2562). if self._year >= 2017: if self._year >= 2023: # HM King Bhumibol Adulyadej Memorial Day. name = tr("วันนวมินทรมหาราช") elif self._year >= 2019: # Anniversary for the Death of King Bhumibol Adulyadej the Great. name = tr( "วันคล้ายวันสวรรคตพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร" ) else: # Anniversary for the Death of King Bhumibol Adulyadej. name = tr("วันคล้ายวันสวรรคตพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร") self._add_observed(self._add_holiday_oct_13(name)) # ทำบุญพระบรมอัษฐิพระพุทธเจ้าหลวง (1914-1925) # วันสวรรคตแห่งพระบาทสมเด็จพระพุทธเจ้าหลวง (1926-1937) # วันปิยมหาราช (1946-Present) # Status: In-Use. # Started in 1914 (B.E. 2457). # Was abandoned between 1938-1945. if self._year <= 1937 or self._year >= 1946: if self._year >= 1946: # HM King Chulalongkorn Memorial Day. name = tr("วันปิยมหาราช") elif self._year >= 1926: # Anniversary for the Death of HM King Chulalongkorn. name = tr("วันสวรรคตแห่งพระบาทสมเด็จพระพุทธเจ้าหลวง") else: # Merit-making Ceremony for the Royal Ashes of HM King Chulalongkorn. name = tr("ทำบุญพระบรมอัษฐิพระพุทธเจ้าหลวง") self._add_observed(self._add_holiday_oct_23(name)) # วันสหประชาชาติ # Status: Defunct. # Added since 1951 (B.E. 2494), removed in 1957. # Technically removed in 1954, but was re-added soon after. if 1951 <= self._year <= 1956: # United Nations Day. self._add_united_nations_day(tr("วันสหประชาชาติ")) # เฉลิมพระชนมพรรษา (1914-1925) # เฉลิมพระชนม์พรรษา (1926-1937) # วันเฉลิมพระชนม์พรรษา (1938-1940) # วันเกิดในสมเด็จพระเจ้าอยู่หัว (1941-1944)** # วันเฉลิมพระชนมพรรษา (1945-1959) # วันเฉลิมพระชนมพรรษา รัชกาลที่ 9 (1960-2016) # วันคล้ายวันเฉลิมพระชนมพรรษา รัชกาลที่ 9 (2017-Present) # Status: In-Use. # Rama VI's Birthday was observed from DEC 30th-JAN 3rd between 1914-1925. # Rama VII's Birthday was observed from NOV 7th-9th between 1926-1934. # After Rama VII abdicated on MAR 2nd, 1935, there's no recorded # change in terms of holiday arrangement until 1938, # thus, a gap in holidays arrangement is assumed. # Rama VIII's Birthday was observed on SEP 20th between 1938-1945. # Between 1940-1945 the 2nd day (SEP 21st) was also observed as well. # Rama IX's Birthday was observed from 1946-Present. # Between 1946-1953 DEC 6th was also observed. From 1948 onwards DEC 4th # was observed too except in 1951 when it was temporarily moved to DEC 7th. # Replaced National Day (JUN 26th) in 1960 (B.E. 2503) by Sarit Thanarat. # Confirmed as still in-use as Rama IX's in 2017. # Rama IX got conferred with 'the Great' title in 2019 (B.E. 2562). # For historical purpose, 1926-1940 entry uses the old spelling. # **Official naming was override by "Birthday Name Decree" between 1941-1944. if self._year >= 2019: # HM King Bhumibol Adulyadej the Great's Birthday Anniversary. name = tr( "วันคล้ายวันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร" ) elif self._year >= 2016: # HM King Bhumibol Adulyadej Birthday Anniversary. name = tr("วันคล้ายวันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร") elif self._year >= 1960: # HM King Bhumibol Adulyadej Birthday Anniversary. name = tr("วันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร") elif self._year >= 1945: # The King's Birthday. name = tr("วันเฉลิมพระชนมพรรษา") elif self._year >= 1941: # The King's Birthday. name = tr("วันเกิดในสมเด็จพระเจ้าอยู่หัว") elif self._year >= 1938: # The King's Birthday. name = tr("วันเฉลิมพระชนม์พรรษา") elif self._year >= 1926: # The King's Birthday. name = tr("เฉลิมพระชนม์พรรษา") else: # The King's Birthday. name = tr("เฉลิมพระชนมพรรษา") if self._year >= 1946: # Rama IX (1946-2016; In Memoriam 2017-Present). self._add_observed(self._add_holiday_dec_5(name)) if self._year <= 1953: self._add_holiday_dec_6(name) if self._year == 1951: self._add_holiday_dec_7(name) elif self._year >= 1948: self._add_holiday_dec_4(name) elif self._year >= 1938: # Rama VIII (1938*-1945). # *There was no decree confirming his holiday until 1938. self._add_holiday_sep_20(name) if self._year >= 1940: self._add_holiday_sep_21(name) elif 1926 <= self._year <= 1934: # Rama VII (1926-1934). self._add_holiday_nov_7(name) self._add_holiday_nov_8(name) self._add_holiday_nov_9(name) elif self._year <= 1925: # Rama VI (1914-1925). if self._year <= 1924: self._add_holiday_dec_30(name) self._add_holiday_dec_31(name) if self._year >= 1915: self._add_holiday_jan_1(name) self._add_holiday_jan_2(name) self._add_holiday_jan_3(name) # วันพ่อแห่งชาติ # Status: In-Use. # Starts in 1980 (B.E. 2523). # Technically, a replication of HM King Bhumibol Adulyadej's Birthday # but it's in the official calendar, so may as well have this here. if self._year >= 1980: # National Father's Day. self._add_observed(self._add_holiday_dec_5(tr("วันพ่อแห่งชาติ"))) # วันรัฐธรรมนูญ # Status: In-Use. # Starts in 1938 (B.E. 2481). # Initially as DEC 9th-11th, got trimmed down to DEC 10th in 1947. # Readded Pre- and Post- holidays in 1950 before removed again in 1954. if self._year >= 1938: # Constitution Day. name = tr("วันรัฐธรรมนูญ") self._add_observed(self._add_holiday_dec_10(name)) if self._year <= 1947 or 1950 <= self._year <= 1953: self._add_holiday_dec_9(name) self._add_holiday_dec_11(name) # วันสิ้นปี # Status: In-Use. # Started in 1941 (B.E. 2484; as part of New Year Holidays) # Abandoned in 1957, presumed to restart in 1989. # This has its own in-lieu trigger. if 1941 <= self._year <= 1956 or self._year >= 1989: # New Year's Eve. name = tr("วันสิ้นปี") self._add_new_years_eve(name) # วันหยุดชดเชยวันสิ้นปี # Status: In-Use. # Added separately from New Year's Eve itself so that it would't # go over the next year. # - CASE 1: SAT-SUN -> 1 in-lieu on TUE. # - CASE 2: SUN-MON -> 1 in-lieu on TUE. # See in lieu logic in `_add_observed(dt: date)`. if self._year >= 1995 and self._year != 2024: self._add_observed( date(self._year - 1, DEC, 31), name=name, rule=SAT_SUN_TO_NEXT_TUE ) # Thai Lunar Calendar Holidays # See `_ThaiLunisolar` in holidays/utils.py for more details. # วันมาฆบูชา # Status: In-Use. # Started in 1915 (B.E. 2457**), not observed between 1926-1937. # For historical purpose, pre-1925 entry uses the old spelling. # **For pre-1941 data, Buddhist Era year starts on APR 1st. if 1915 <= self._year <= 1925 or self._year >= 1938: name = ( # Makha Bucha. tr("วันมาฆบูชา") if self._year >= 1938 # Makha Bucha, the Fourfold Assembly Day. else tr("มาฆบูชา จาตุรงฅ์สันนิบาต") ) self._add_observed(self._add_makha_bucha(name)) # วันวิสาขบูชา # Status: In-Use. # Started in 1914 (B.E. 2457) with pre- and post- observance. # From 1938-1953 only post- is added. # For historical purpose, pre-1957 entry uses the old spelling. # Note that the ones during Rama VII era uses ศ instead of ส. if self._year >= 1957: # Visakha Bucha. name = tr("วันวิสาขบูชา") elif self._year >= 1938: # Visakha Bucha. name = tr("วันวิสาขะบูชา") elif self._year >= 1926: # Visakha Bucha. name = tr("วิศาขะบูชา") else: # Visakha Bucha. name = tr("วิสาขะบูชา") dt = self._add_visakha_bucha(name) if self._year <= 1953: self._add_holiday(name, _timedelta(dt, +1)) if self._year <= 1937: self._add_holiday(name, _timedelta(dt, -1)) else: self._add_observed(dt) # วันเข้าพรรษา-วันอาสาฬหบูชา # Status: In-Use. # - Started in 1914 (B.E. 2457) with Asarnha Bucha and pre-Asarnha Bucha observance. # - From 1938-1953 only Asarnha Bucha is added. # - 2nd, 3rd, 4th, and 5th day was also observed pre-1926. # - Asarnha Bucha was re-added with its own name from 1962 onwards. # For historical purpose, pre-1938 entry uses the old spelling. # When used in combo with Asarnha Bucha Day. # - CASE 1: FRI-SAT -> 1 in-lieu on MON # - CASE 2: SAT-SUN -> 1 in-lieu on MON # - CASE 3: SUN-MON -> 1 in-lieu on TUE name = ( # Buddhist Lent Day. tr("วันเข้าพรรษา") if self._year >= 1938 # Buddhist Lent Day. else tr("เข้าปุริมพรรษา") ) dt = self._add_khao_phansa(name) if self._year <= 1953: self._add_asarnha_bucha(name) if self._year <= 1937: self._add_holiday(name, _timedelta(dt, -2)) if self._year <= 1925: self._add_holiday(name, _timedelta(dt, +1)) self._add_holiday(name, _timedelta(dt, +2)) self._add_holiday(name, _timedelta(dt, +3)) self._add_holiday(name, _timedelta(dt, +4)) else: self._add_observed(dt, rule=SAT_TO_NEXT_MON) if self._year >= 1962: self._add_observed( # Asarnha Bucha. self._add_asarnha_bucha(tr("วันอาสาฬหบูชา")), rule=SAT_SUN_TO_NEXT_MON_TUE, ) def _populate_armed_forces_holidays(self): # วันกองทัพไทย # Status: In-Use. # First started in 1959 (B.E. 2502) on the Ministry of Defense Foundation Day (APR 8th). # Moved to JAN 25th (Supposedly King Naresuan's Decisive Battle) in 1980. # Corrected to the battle's actual date (JAN 18th) in 2007. # Only applys to members of the Royal Thai Armed Forces. if self._year >= 1959: # Royal Thai Armed Forces Day. name = tr("วันกองทัพไทย") if self._year >= 2007: self._add_holiday_jan_18(name) elif self._year >= 1980: self._add_holiday_jan_25(name) else: self._add_holiday_apr_8(name) def _populate_bank_holidays(self): # Bank of Thailand, the ones who decreed this wasn't found until DEC 10th, 1942. # So it's safe to assume with that as our start date. if self._year <= 1942: return None # Bank Holidays # วันหยุดเพิ่มเติมสำหรับการปิดบัญชีประจำปีของธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร # Status: Defunct. # If held on the weekends, no in-lieus. # Abandoned in 2022. if self._year <= 2021: self._add_holiday_apr_1( # Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives. tr("วันหยุดเพิ่มเติมสำหรับการปิดบัญชีประจำปีของธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร") ) # วันหยุดภาคครึ่งปีของสถาบันการเงินและสถาบันการเงินเฉพาะกิจ # Status: Defunct. # If held on the weekends, no in-lieus. # Abandoned in 2019. if self._year <= 2018: # Mid-Year Closing Day. self._add_holiday_jul_1(tr("วันหยุดภาคครึ่งปีของสถาบันการเงินและสถาบันการเงินเฉพาะกิจ")) def _populate_government_holidays(self): # No Future Fixed Date Holidays # วันพืชมงคล # Restarts in 1947 (B.E. 2490), become holiday again since 1952 # but since we lacked the exact date records, this will be ignored. # Become an holiday again until 1960 (B.E. 2503). # Removed as an holiday in 1999 due to financial crisis, reinstated in 2000. # No event was held in 2021 due to local Covid-19 situation, though it stays a day off. # Is dated on an annual basis by the Royal Palace, always on weekdays. # For historic research, วันเกษตรแห่งชาติ (National Agricultural Day) also concides with # this from 1966 onwards. For earlier records the date was refered as วันแรกนาขวัญ. # This isn't even fixed even by the Thai Lunar Calendar besides being in Month 6 # to concides with the rainy season, but instead by Court Astrologers; All chosen dates # so far are all in the first three weeks of MAY. # *** NOTE: only observed by government sectors. # TODO: Update this annually around Dec of each year. # Got only 1 source for 1992 and 1993, might need some recheck later. raeknakhwan_dates = { 1960: (MAY, 2), 1961: (MAY, 11), 1962: (MAY, 7), 1963: (MAY, 10), 1964: (MAY, 8), 1965: (MAY, 13), 1966: (MAY, 13), 1967: (MAY, 11), 1968: (MAY, 10), 1969: (MAY, 9), 1970: (MAY, 8), 1971: (MAY, 7), 1972: (MAY, 8), 1973: (MAY, 7), 1974: (MAY, 8), 1975: (MAY, 7), 1976: (MAY, 10), 1977: (MAY, 12), 1978: (MAY, 11), 1979: (MAY, 7), 1980: (MAY, 14), 1981: (MAY, 7), 1982: (MAY, 19), 1983: (MAY, 11), 1984: (MAY, 10), 1985: (MAY, 9), 1986: (MAY, 9), 1987: (MAY, 8), 1988: (MAY, 11), 1989: (MAY, 11), 1990: (MAY, 11), 1991: (MAY, 10), 1992: (MAY, 14), 1993: (MAY, 17), 1994: (MAY, 11), 1995: (MAY, 10), 1996: (MAY, 16), 1997: (MAY, 9), 1998: (MAY, 8), # Not a holiday in 1999 date, was held on MAY, 14. 2000: (MAY, 15), 2001: (MAY, 16), 2002: (MAY, 9), 2003: (MAY, 8), 2004: (MAY, 7), 2005: (MAY, 11), 2006: (MAY, 11), 2007: (MAY, 10), 2008: (MAY, 9), 2009: (MAY, 11), 2010: (MAY, 13), 2011: (MAY, 13), 2012: (MAY, 9), 2013: (MAY, 13), 2014: (MAY, 9), 2015: (MAY, 13), 2016: (MAY, 9), 2017: (MAY, 12), 2018: (MAY, 14), 2019: (MAY, 9), 2020: (MAY, 11), 2021: (MAY, 10), 2022: (MAY, 13), 2023: (MAY, 17), 2024: (MAY, 10), 2025: (MAY, 9), } if 1960 <= self._year <= 2025 and self._year != 1999: self._add_observed( # Royal Ploughing Ceremony. self._add_holiday(tr("วันพืชมงคล"), raeknakhwan_dates.get(self._year)) ) def _populate_school_holidays(self): # วันครู # Status: In-Use. # Started in 1957. # Only applies to Ministry of Education (Students, Teachers, etc.), no in-lieus are given. if self._year >= 1957: # Teacher's Day. self._add_holiday_jan_16(tr("วันครู")) def _populate_workday_holidays(self): # These are classes as "วันสำคัญ" (Date of National Observance) by the government # but are not holidays. if self._year >= 1948: # วันทหารผ่านศึก # Status: In-Use. # Started in 1948. # Thai Veterans Day. self._add_holiday_feb_3(tr("วันทหารผ่านศึก")) if self._year >= 1982: # วันวิทยาศาสตร์แห่งชาติ # Status: In-Use. # Started in 1982. # National Science Day. self._add_holiday_aug_18(tr("วันวิทยาศาสตร์แห่งชาติ")) if self._year >= 1985: # วันศิลปินแห่งชาติ # Status: In-Use. # Started in 1985. # National Artist Day. self._add_holiday_feb_26(tr("วันศิลปินแห่งชาติ")) if self._year >= 1989: # วันสตรีสากล # Status: In-Use. # Started in 1989. # International Women's Day. self._add_womens_day(tr("วันสตรีสากล")) if self._year >= 1990: # วันอนุรักษ์ทรัพยากรป่าไม้ของชาติ # Status: In-Use. # Started in 1990. # National Forest Conservation Day. self._add_holiday_jan_14(tr("วันอนุรักษ์ทรัพยากรป่าไม้ของชาติ")) # วันพ่อขุนรามคำแหงมหาราช # Status: In-Use. # Started in 1990. # HM King Ramkamhaeng Memorial Day. self._add_holiday_jan_17(tr("วันพ่อขุนรามคำแหงมหาราช")) if self._year >= 1995: # วันการบินแห่งชาติ # Status: In-Use. # Started in 1995. # National Aviation Day. self._add_holiday_jan_13(tr("วันการบินแห่งชาติ")) if self._year >= 2017: # วันพระราชทานธงชาติไทย # Status: In-Use. # Started in 2017. # Thai National Flag Day. self._add_holiday_sep_28(tr("วันพระราชทานธงชาติไทย")) # วันลอยกระทง # Status: In-Use. # Started in 1914. # Loy Krathong. self._add_loy_krathong(tr("วันลอยกระทง")) class TH(Thailand): pass class THA(Thailand): pass class ThailandStaticHolidays: """ วันหยุดพิเศษ (เพิ่มเติม) - see Bank of Thailand's DB for Cross-Check. Special Bank Holidays Pre-1992: * [HM Queen Rambai Barni's Royal Cremation Ceremony](https://ratchakitcha.soc.go.th/documents/1560949.pdf) """ # Special In Lieu Holiday. thai_special_in_lieu_holidays = tr("วันหยุดชดเชย") # Thai Election Day. thai_election = tr("วันเลือกตั้ง") # Bridge Public Holiday. thai_bridge_public_holiday = tr("วันหยุดพิเศษ (เพิ่มเติม)") # Special Cases. # HM King Bhumibol Adulyadej's 60th Anniversary of Accession Event. rama_ix_sixty_accession = tr("พระราชพิธีฉลองสิริราชสมบัติครบ 60 ปี พ.ศ. 2549") # Emergency Lockdown (Thai Political Unrest). thai_political_emergency_lockdown = tr("วันหยุดพิเศษ (การเมือง)") # Emergency Lockdown (2011 Thailand Floods). thai_flood_2011_emergency_lockdown = tr("วันหยุดพิเศษ (มหาอุทกภัย พ.ศ. 2554)") # Songkran Festival. songkran_festival = tr("วันสงกรานต์") special_bank_holidays = { # HM Queen Rambai Barni's Royal Cremation Ceremony. 1985: (APR, 9, tr("วันพระราชพิธีถวายพระเพลิงพระบรมศพสมเด็จพระนางเจ้ารำไพพรรณี")) } special_public_holidays = { # 1992-1994 (include In Lieus, Checked with Bank of Thailand Data). # 1995-1997 (Bank of Thailand Data). # 1998-2000 (include In Lieus, Checked with Bank of Thailand Data). # From 2001 Onwards (Checked with Bank of Thailand Data). 1992: ( (MAY, 18, thai_special_in_lieu_holidays), (DEC, 7, thai_special_in_lieu_holidays), ), 1993: ( (MAR, 8, thai_special_in_lieu_holidays), (MAY, 3, thai_special_in_lieu_holidays), (OCT, 25, thai_special_in_lieu_holidays), (DEC, 6, thai_special_in_lieu_holidays), ), 1994: ( (JAN, 3, thai_special_in_lieu_holidays), (MAY, 2, thai_special_in_lieu_holidays), (JUL, 25, thai_special_in_lieu_holidays), (OCT, 24, thai_special_in_lieu_holidays), (DEC, 12, thai_special_in_lieu_holidays), ), # HM King Bhumibol Adulyadej's Golden Jubilee. 1996: (JUN, 10, tr("พระราชพิธีกาญจนาภิเษก พ.ศ. 2539")), 1998: ( (MAY, 11, thai_special_in_lieu_holidays), (DEC, 7, thai_special_in_lieu_holidays), ), 1999: ( (MAY, 3, thai_special_in_lieu_holidays), (MAY, 31, thai_special_in_lieu_holidays), (OCT, 25, thai_special_in_lieu_holidays), (DEC, 6, thai_special_in_lieu_holidays), ), 2000: ( (JAN, 3, thai_special_in_lieu_holidays), (FEB, 21, thai_special_in_lieu_holidays), (AUG, 14, thai_special_in_lieu_holidays), (DEC, 11, thai_special_in_lieu_holidays), (DEC, 29, thai_election), ), 2006: ( (APR, 19, thai_election), (JUN, 9, rama_ix_sixty_accession), (JUN, 12, rama_ix_sixty_accession), (JUN, 13, rama_ix_sixty_accession), # Emergency Lockdown (Thai Military Coup d'état). (SEP, 20, tr("วันหยุดพิเศษ (คมช.)")), ), 2009: ( (JAN, 2, thai_bridge_public_holiday), (APR, 10, thai_political_emergency_lockdown), (APR, 16, thai_political_emergency_lockdown), (APR, 17, thai_political_emergency_lockdown), (JUL, 6, thai_bridge_public_holiday), ), 2010: ( (MAY, 20, thai_bridge_public_holiday), (MAY, 21, thai_bridge_public_holiday), (AUG, 13, thai_bridge_public_holiday), ), 2011: ( (MAY, 16, thai_bridge_public_holiday), (OCT, 27, thai_flood_2011_emergency_lockdown), (OCT, 28, thai_flood_2011_emergency_lockdown), (OCT, 29, thai_flood_2011_emergency_lockdown), (OCT, 30, thai_flood_2011_emergency_lockdown), (OCT, 31, thai_flood_2011_emergency_lockdown), ), 2012: (APR, 9, thai_bridge_public_holiday), 2013: (DEC, 30, thai_bridge_public_holiday), 2014: (AUG, 11, thai_bridge_public_holiday), 2015: ( (JAN, 2, thai_bridge_public_holiday), (MAY, 4, thai_bridge_public_holiday), ), 2016: ( (MAY, 6, thai_bridge_public_holiday), (JUL, 18, thai_bridge_public_holiday), # Day of Mourning for HM King Bhumibol Adulyadej. (OCT, 14, tr("วันหยุดพิเศษ (ร่วมถวายอาลัย ส่งดวงพระวิญญาณพระบรมศพ)")), ), # HM King Bhumibol Adulyadej's Royal Cremation Ceremony. 2017: (OCT, 26, tr("วันพระราชพิธีถวายพระเพลิงพระบรมศพพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช")), # HM King Maha Vajiralongkorn's Coronation Celebrations. 2019: (MAY, 6, tr("พระราชพิธีบรมราชาภิเษก พระบาทสมเด็จพระวชิรเกล้าเจ้าอยู่หัว")), 2020: ( (NOV, 19, thai_bridge_public_holiday), (NOV, 20, thai_bridge_public_holiday), (DEC, 11, thai_bridge_public_holiday), ), 2021: ( (FEB, 12, thai_bridge_public_holiday), (APR, 12, thai_bridge_public_holiday), (SEP, 24, thai_bridge_public_holiday), ), 2022: ( (JUL, 15, thai_bridge_public_holiday), (JUL, 29, thai_bridge_public_holiday), (OCT, 14, thai_bridge_public_holiday), (DEC, 30, thai_bridge_public_holiday), ), 2023: ( (MAY, 5, thai_bridge_public_holiday), (JUL, 31, thai_bridge_public_holiday), (DEC, 29, thai_bridge_public_holiday), ), 2024: ( (APR, 12, thai_bridge_public_holiday), (DEC, 30, thai_bridge_public_holiday), ), 2025: ( (JUN, 2, thai_bridge_public_holiday), (AUG, 11, thai_bridge_public_holiday), ), 2026: (JAN, 2, thai_bridge_public_holiday), } special_workday_holidays = {1999: (MAY, 14, tr("วันพืชมงคล"))} special_public_holidays_observed = { 2007: (DEC, 24, thai_election), 2020: ( (JUL, 27, songkran_festival), (SEP, 4, songkran_festival), (SEP, 7, songkran_festival), ), } holidays-0.71/holidays/countries/timor_leste.py000066400000000000000000000475611500152103600220120ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.constants import GOVERNMENT, PUBLIC, WORKDAY from holidays.groups import ( ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays, ) from holidays.holiday_base import HolidayBase class TimorLeste( HolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays, StaticHolidays ): """Timor Leste holidays. References: * [2005 Law](https://mj.gov.tl/jornal/lawsTL/RDTL-Law/RDTL-Laws/Law-2005-10.pdf) * [2016 Amendment](http://timor-leste.gov.tl/?p=14494&lang=en) * [2022](http://timor-leste.gov.tl/?p=30266&lang=en) * [2023 (en_US)](http://timor-leste.gov.tl/?p=31750&lang=en) * [2023 (pt_PT)](http://timor-leste.gov.tl/?p=31750&lang=pt) * [2023 (tet)](http://timor-leste.gov.tl/?p=31750&lang=tp) * [2024](http://timor-leste.gov.tl/?p=35833&lang=en) * [2025](https://timor-leste.gov.tl/?p=41492&lang=en) Limitations: * Exact Islamic holidays dates are only available for 2011-2025; the rest are estimates. """ country = "TL" supported_categories = (GOVERNMENT, PUBLIC, WORKDAY) default_language = "pt_TL" # %s (estimated). estimated_label = tr("%s (aproximada)") supported_languages = ("en_TL", "en_US", "pt_TL", "tet", "th") # Law No. 10/2005 Of 10 August, Public Holidays and Official Commemorative Dates. start_year = 2006 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=TimorLesteIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, TimorLesteStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Fixed Date Public Holidays. # New Year's Day. self._add_new_years_day(tr("Dia de Ano Novo")) # Dia dos Veteranos. # First appeared in 2017. if self._year >= 2017: # Veteran's Day. self._add_holiday_mar_3(tr("Dia dos Veteranos")) # International Worker's Day. self._add_labor_day(tr("Dia Mundial do Trabalhador")) # Restoration of Independence Day. self._add_holiday_may_20(tr("Dia da Restauração da Independência")) # Popular Consultation Day. self._add_holiday_aug_30(tr("Dia da Consulta Popular")) # All Saints' Day. self._add_all_saints_day(tr("Dia de Todos os Santos")) # All Souls' Day. self._add_all_souls_day(tr("Dia de Todos os Fiéis Defuntos")) # Dia Nacional da Mulher. # Originally classed as "Commemorative Date" only, reclassified in 2023. if self._year >= 2023: # National Women's Day. self._add_holiday_nov_3(tr("Dia Nacional da Mulher")) # National Youth Day. self._add_holiday_nov_12(tr("Dia Nacional da Juventude")) # Proclamation of Independence Day. self._add_holiday_nov_28(tr("Dia da Proclamação da Independência")) # Dia da Memória # Created to replaced the original National Heroes Day in 2017. if self._year >= 2017: # Memorial Day. self._add_holiday_dec_7(tr("Dia da Memória")) self._add_immaculate_conception_day( # Day of Our Lady of Immaculate Conception and Timor-Leste Patroness. tr("Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste") ) # Christmas Day. self._add_christmas_day(tr("Dia de Natal")) # Dia dos Heróis Nacionais. # Moved to Dec 31 in 2017. # National Heroes Day. name = tr("Dia dos Heróis Nacionais") if self._year >= 2017: self._add_holiday_dec_31(name) else: self._add_holiday_dec_7(name) # Variable Date Public Holidays. # Holy Friday. self._add_good_friday(tr("Sexta-Feira Santa")) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("Idul Fitri")) # Corpus Christi. self._add_corpus_christi_day(tr("Festa do Corpo de Deus")) # Eid al-Adha. self._add_eid_al_adha_day(tr("Idul Adha")) def _populate_workday_holidays(self): # Fixed Date Government Holidays. # International Children's Day. self._add_childrens_day(tr("Dia Mundial da Criança")) self._add_holiday_aug_20( # Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL). tr("Dia das Forças Armadas de Libertação Nacional de Timor-Leste (FALINTIL)") ) # Dia Nacional da Mulher. # Originally classed as "Commemorative Date" only, reclassified in 2023. # Prior to reclassification, this is usually only observed as half-day holiday. # i.e. http://timor-leste.gov.tl/?p=4183&lang=en (2010) # http://timor-leste.gov.tl/?p=5979&lang=en (2011) if self._year <= 2022: # National Women's Day. self._add_holiday_nov_3(tr("Dia Nacional da Mulher")) # International Human Rights Day. self._add_holiday_dec_10(tr("Dia Mundial dos Direitos Humanos")) # Variable Date Government Holidays. # Ash Wednesday. self._add_ash_wednesday(tr("Quarta-Feira de Cinzas")) # Holy Thursday. self._add_holy_thursday(tr("Quinta-Feira Santa")) # The Day of Ascension of Jesus Christ into Heaven. self._add_ascension_thursday(tr("Dia da Ascensão de Jesus Cristo ao Céu")) class TL(TimorLeste): pass class TLS(TimorLeste): pass class TimorLesteIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2011: (NOV, 7), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 4), 2015: (SEP, 24), 2016: (SEP, 18), 2017: (SEP, 1), 2018: (AUG, 21), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 19), 2022: (JUL, 9), 2023: (JUN, 29), 2024: (JUN, 17), 2025: (JUN, 6), } EID_AL_FITR_DATES = { 2011: (AUG, 31), 2012: (AUG, 20), 2013: (AUG, 8), 2014: (JUL, 28), 2015: (JUL, 17), 2016: (JUL, 7), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 6), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 22), 2024: (APR, 10), 2025: (MAR, 31), } class TimorLesteStaticHolidays: # Special Holidays. # National Holidays (Special). special_national_holidays = tr("Feriados Nacionais (Especiais)") # Presidential Election Day. presidential_election = tr("Dia da Eleição Presidencial") # Parliamentary Election Day. parliamentary_election = tr("Dia de Eleições Parlamentares") # Local Election Day. local_election = tr("Dia de eleições locais") # Centenary of the Revolt of Dom Boaventura. dom_boaventura_centenary = tr("Centenário da Revolta de Dom Boaventura") # Funeral Ceremonies of Fernando 'La Sama' de Araújo. la_sama_funeral = tr("Cerimónias Fúnebres de Fernando 'La Sama' de Araújo") # 20th Anniversary Celebrations of the Popular Consultation. popular_consultation_20th = tr("Celebrações do 20.º Aniversário da Consulta Popular") # 25th Anniversary Celebrations of the Popular Consultation. popular_consultation_25th = tr("Celebrações do 25.º Aniversário da Consulta Popular") # Visit of His Holiness Pope Francis to Timor-Leste. pope_francis_visit = tr("Visita de Sua Santidade o Papa Francisco a Timor-Leste") special_government_holidays = { 2010: ( # http://timor-leste.gov.tl/?p=4183&lang=en (NOV, 3, special_national_holidays), # http://timor-leste.gov.tl/?p=4437&lang=en (DEC, 24, special_national_holidays), (DEC, 31, special_national_holidays), ), 2011: ( # http://timor-leste.gov.tl/?p=5496&lang=en (AUG, 15, special_national_holidays), # http://timor-leste.gov.tl/?p=5979&lang=en (NOV, 3, special_national_holidays), # http://timor-leste.gov.tl/?p=6264&lang=en (DEC, 26, special_national_holidays), ), 2012: ( # http://timor-leste.gov.tl/?p=6264&lang=en (JAN, 2, special_national_holidays), # http://timor-leste.gov.tl/?p=6347&lang=en (JAN, 23, special_national_holidays), # http://timor-leste.gov.tl/?p=6471&lang=en (FEB, 22, special_national_holidays), # http://timor-leste.gov.tl/?p=6621&lang=en (MAR, 16, presidential_election), # http://timor-leste.gov.tl/?p=6760&lang=en (APR, 16, presidential_election), (APR, 17, presidential_election), # http://timor-leste.gov.tl/?p=7035&lang=en (JUL, 6, parliamentary_election), # http://timor-leste.gov.tl/?p=7046&lang=en (JUL, 9, parliamentary_election), # http://timor-leste.gov.tl/?p=7474&lang=en (NOV, 27, dom_boaventura_centenary), (NOV, 29, dom_boaventura_centenary), # http://timor-leste.gov.tl/?p=7550&lang=en (DEC, 24, special_national_holidays), (DEC, 26, special_national_holidays), (DEC, 31, special_national_holidays), ), 2013: ( # http://timor-leste.gov.tl/?p=7715&lang=en (FEB, 13, special_national_holidays), # http://timor-leste.gov.tl/?p=7918&lang=en (MAR, 28, special_national_holidays), (APR, 1, special_national_holidays), # http://timor-leste.gov.tl/?p=8664&lang=en (AUG, 20, special_national_holidays), # http://timor-leste.gov.tl/?p=9392&lang=en (NOV, 29, special_national_holidays), # http://timor-leste.gov.tl/?p=9475&lang=en (DEC, 24, special_national_holidays), (DEC, 26, special_national_holidays), (DEC, 31, special_national_holidays), ), 2014: ( # http://timor-leste.gov.tl/?p=9759&lang=en (MAR, 5, special_national_holidays), # http://timor-leste.gov.tl/?p=9964&lang=en (APR, 17, special_national_holidays), (APR, 21, special_national_holidays), # http://timor-leste.gov.tl/?p=10294&lang=en (JUL, 22, special_national_holidays), (JUL, 23, special_national_holidays), # http://timor-leste.gov.tl/?p=10524&lang=en (AUG, 15, special_national_holidays), (AUG, 20, special_national_holidays), # http://timor-leste.gov.tl/?p=11036&lang=en (DEC, 24, special_national_holidays), (DEC, 26, special_national_holidays), (DEC, 31, special_national_holidays), ), 2015: ( # http://timor-leste.gov.tl/?p=11036&lang=en (JAN, 2, special_national_holidays), # http://timor-leste.gov.tl/?p=11247&lang=en (FEB, 18, special_national_holidays), # http://timor-leste.gov.tl/?p=11544&lang=en (APR, 2, special_national_holidays), # http://timor-leste.gov.tl/?p=11966&lang=en (MAY, 13, special_national_holidays), # http://timor-leste.gov.tl/?p=12246&lang=en (JUN, 5, la_sama_funeral), # http://timor-leste.gov.tl/?p=13105&lang=en (AUG, 20, special_national_holidays), # http://timor-leste.gov.tl/?p=14271&lang=en (DEC, 24, special_national_holidays), (DEC, 31, special_national_holidays), ), 2016: ( # http://timor-leste.gov.tl/?p=14482&lang=en (FEB, 10, special_national_holidays), # http://timor-leste.gov.tl/?p=14827&lang=en (MAR, 24, special_national_holidays), # http://timor-leste.gov.tl/?p=15740&lang=en (JUL, 6, special_national_holidays), # http://timor-leste.gov.tl/?p=16626&lang=en (NOV, 3, special_national_holidays), # http://timor-leste.gov.tl/?p=16998&lang=en (DEC, 26, special_national_holidays), ), 2017: ( # http://timor-leste.gov.tl/?p=16998&lang=en (JAN, 2, special_national_holidays), # http://timor-leste.gov.tl/?p=17428&lang=en (MAR, 1, special_national_holidays), # http://timor-leste.gov.tl/?p=17548&lang=en (MAR, 20, presidential_election), (MAR, 21, presidential_election), # http://timor-leste.gov.tl/?p=17698&lang=en (APR, 13, special_national_holidays), # http://timor-leste.gov.tl/?p=19189&lang=en (DEC, 26, special_national_holidays), ), 2018: ( # http://timor-leste.gov.tl/?p=19189&lang=en (JAN, 2, special_national_holidays), # http://timor-leste.gov.tl/?p=19411&lang=en (FEB, 14, special_national_holidays), # http://timor-leste.gov.tl/?p=19452&lang=en (FEB, 16, special_national_holidays), # http://timor-leste.gov.tl/?p=19693&lang=en (MAR, 29, special_national_holidays), # http://timor-leste.gov.tl/?p=20199&lang=en (AUG, 22, special_national_holidays), ), 2019: ( # http://timor-leste.gov.tl/?p=21116&lang=en (FEB, 5, special_national_holidays), # http://timor-leste.gov.tl/?p=21207&lang=en (MAR, 6, special_national_holidays), # http://timor-leste.gov.tl/?p=21607&lang=en (APR, 18, special_national_holidays), # http://timor-leste.gov.tl/?p=22642&lang=en (AUG, 12, special_national_holidays), # http://timor-leste.gov.tl/?p=22681&lang=en (AUG, 20, special_national_holidays), # http://timor-leste.gov.tl/?p=22701&lang=en (AUG, 26, popular_consultation_20th), (AUG, 27, popular_consultation_20th), (AUG, 28, popular_consultation_20th), (AUG, 29, popular_consultation_20th), # http://timor-leste.gov.tl/?p=23277&lang=en (OCT, 31, special_national_holidays), # http://timor-leste.gov.tl/?p=23417&lang=en (DEC, 24, special_national_holidays), (DEC, 26, special_national_holidays), (DEC, 30, special_national_holidays), ), 2020: ( # http://timor-leste.gov.tl/?p=23417&lang=en (JAN, 2, special_national_holidays), # http://timor-leste.gov.tl/?p=23607&lang=en (FEB, 26, special_national_holidays), # http://timor-leste.gov.tl/?p=25455&lang=en (AUG, 20, special_national_holidays), # http://timor-leste.gov.tl/?p=25502&lang=en (AUG, 31, special_national_holidays), # http://timor-leste.gov.tl/?p=26030&lang=en (NOV, 3, special_national_holidays), # http://timor-leste.gov.tl/?p=26365&lang=en (DEC, 24, special_national_holidays), ), 2021: ( # http://timor-leste.gov.tl/?p=26865&lang=en (FEB, 12, special_national_holidays), # http://timor-leste.gov.tl/?p=26896&lang=en (FEB, 17, special_national_holidays), # http://timor-leste.gov.tl/?p=29682&lang=en (NOV, 3, special_national_holidays), ), 2022: ( # http://timor-leste.gov.tl/?p=30029&lang=en (FEB, 1, special_national_holidays), # http://timor-leste.gov.tl/?p=30194&lang=en (MAR, 2, special_national_holidays), # http://timor-leste.gov.tl/?p=30254&lang=en (MAR, 18, presidential_election), # http://timor-leste.gov.tl/?p=30429&lang=en (APR, 14, special_national_holidays), (APR, 18, presidential_election), (APR, 19, presidential_election), (APR, 20, presidential_election), # https://timor-leste.gov.tl/?p=31107&lang=en (AUG, 29, special_national_holidays), # https://timor-leste.gov.tl/?p=31152&lang=en (SEP, 6, special_national_holidays), # http://timor-leste.gov.tl/?p=31404&lang=en (OCT, 31, special_national_holidays), # http://timor-leste.gov.tl/?p=31574&lang=en (DEC, 9, special_national_holidays), # http://timor-leste.gov.tl/?p=31633&lang=en (DEC, 26, special_national_holidays), ), 2023: ( # http://timor-leste.gov.tl/?p=31641&lang=en (JAN, 2, special_national_holidays), # http://timor-leste.gov.tl/?p=31798&lang=en (JAN, 23, special_national_holidays), # http://timor-leste.gov.tl/?p=32191&lang=en (FEB, 22, special_national_holidays), # https://timor-leste.gov.tl/?p=32561&lang=en (APR, 6, special_national_holidays), (APR, 10, special_national_holidays), # https://timor-leste.gov.tl/?p=32590&lang=en (APR, 20, special_national_holidays), (APR, 21, special_national_holidays), # https://timor-leste.gov.tl/?p=32617&lang=en (MAY, 19, parliamentary_election), (MAY, 22, parliamentary_election), # https://timor-leste.gov.tl/?p=34792&lang=en (OCT, 27, local_election), # https://timor-leste.gov.tl/?p=35060&lang=en (NOV, 13, local_election), # https://timor-leste.gov.tl/?p=35627&lang=en& (DEC, 26, special_national_holidays), ), 2024: ( # https://timor-leste.gov.tl/?p=35627&lang=en (JAN, 2, special_national_holidays), # http://timor-leste.gov.tl/?p=36002&lang=en (FEB, 14, special_national_holidays), # https://timor-leste.gov.tl/?p=36859&lang=en (MAR, 28, special_national_holidays), # https://timor-leste.gov.tl/?p=39062&lang=en (AUG, 28, popular_consultation_25th), (AUG, 29, popular_consultation_25th), # https://timor-leste.gov.tl/?p=39068&lang=en (SEP, 9, pope_francis_visit), (SEP, 10, pope_francis_visit), (SEP, 11, pope_francis_visit), # https://timor-leste.gov.tl/?p=40592&lang=en (OCT, 31, special_national_holidays), # https://timor-leste.gov.tl/?p=40955&lang=en (NOV, 29, special_national_holidays), # https://timor-leste.gov.tl/?p=41325&lang=en (DEC, 24, special_national_holidays), ), 2025: ( # https://timor-leste.gov.tl/?p=41361&lang=en (JAN, 2, special_national_holidays), # https://timor-leste.gov.tl/?p=41592&lang=en (JAN, 29, special_national_holidays), # https://timor-leste.gov.tl/?p=42076&lang=en (MAR, 5, special_national_holidays), ), } holidays-0.71/holidays/countries/tonga.py000066400000000000000000000226161500152103600205660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import SEP, NOV, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, ALL_TO_NEAREST_MON_LATAM, MON_TO_NEXT_TUE, SUN_TO_NEXT_MON, ) class Tonga(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Tonga holidays. References: * [1988 Rev. (to)](https://ago.gov.to/cms/images/LEGISLATION/PRINCIPAL/1919/1919-0008/LaokihengaahiAhoMaloloFaka-Puleanga_1x.pdf) * [1988 Rev.](https://ago.gov.to/cms/images/LEGISLATION/PRINCIPAL/1919/1919-0008/PublicHolidaysAct_1.pdf) * [Act 10 of 2010](http://www.paclii.org/to/legis/num_act/pha2010243/) * [Act 5 of 2013](http://www.paclii.org/to/legis/num_act/pha2013243/) * [2016 Rev.](https://ago.gov.to/cms/images/LEGISLATION/PRINCIPAL/1919/1919-0008/PublicHolidaysAct_2.pdf) * [2020 Rev. (to)](https://ago.gov.to/cms/images/LEGISLATION/PRINCIPAL/1919/1919-0008/LaokihengaahiAhoMaloloFaka-Puleanga_3x.pdf) * [2020 Rev.](https://ago.gov.to/cms/images/LEGISLATION/PRINCIPAL/1919/1919-0008/PublicHolidaysAct_3.pdf) Checked With: * [2017](https://www.officeholidays.com/countries/tonga/2017) * [2018](https://www.gov.to/press-release/tonga-public-holidays-for-2018/) * [2019](https://www.gov.to/press-release/tonga-public-holidays-for-2019-2/) * [2020](https://www.gov.to/press-release/tonga-public-holidays-for-2020/) * [2021](https://www.gov.to/press-release/tonga-public-holidays-for-2021/) * [2022](https://www.gov.to/press-release/tonga-public-holidays-for-2022/) * [2023](https://www.gov.to/press-release/tonga-public-holidays-for-2023/) * [2024](https://www.gov.to/press-release/tonga-public-holidays-for-2024/) 1988 Revision Observance Rule: Provided always that when any of the days specified falls upon a Sunday, the next following Monday shall be a public holiday and that whenever the twenty-sixth day of December falls upon a Monday the day following shall be a public holiday. (Amended by Act 11 of 1970.) 2016 and 2020 Revision Observance Rule: Provided that when any public holidays specified, except Christmas Day, the day immediately succeeding Christmas Day, New Years Day, Good Friday, Easter Monday, ANZAC Day, Birthday of the reigning Sovereign of Tonga and Birthday of the Heir to the Crown of Tonga, falls upon a Thursday, Friday, Saturday or Sunday, that public holiday shall be celebrated on the next following Monday; and if it falls on a Tuesday or Wednesday, that public holiday shall be celebrated on the Monday before the actual public holiday. (Amended by Act 10 of 2010: May 18, 2010.) "Birthday of the reigning Sovereign of Tonga and Birthday of the Heir to the Crown of Tonga" is add to the exempted list as seen above. (Amended by Act 5 of 2013: Jun 28, 2013.) Further provided that the Birthday of the reigning Sovereign of Tonga and the Birthday of the Heir to the Crown of Tonga shall be celebrated on the day it falls, unless it falls on a Sunday in which case it would be celebrated on the next following Monday. (Inserted by Act 5 of 2013: Jun 28, 2013.) """ country = "TO" default_language = "to" # %s (observed). observed_label = tr("%s (fakatokanga'i)") supported_languages = ("en_US", "to") # Public Holidays Act, 1988 Revision. start_year = 1989 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, cls=TongaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _add_observed(self, dt: date, **kwargs): if self._year >= 2010: kwargs["rule"] = kwargs["rule"] or ALL_TO_NEAREST_MON_LATAM return super()._add_observed(dt, **kwargs) def _populate_public_holidays(self): # New Year's Day. jan_1 = self._add_new_years_day(tr("'Uluaki 'Aho 'o e Ta'u Fo'ou")) if self._year <= 2016: self._add_observed(jan_1, rule=SUN_TO_NEXT_MON) # Birthday of the King/Queen of Tonga. # Topou VI: Jul 12 (2012-Present)* # George Tupou V: May 4 (2007-2011) # Tāufa'āhau Tupou IV: Jul 4: (1965-2006) # * By Cabinet Decision of Jul 6, 2012 this date was declared to be Jul 4, # thus not celebrated in 2012. # Birthday of the Reigning Sovereign of Tonga. name = tr("'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule") if self._year == 2011: self._move_holiday(self._add_holiday_may_4(name)) elif 2007 <= self._year <= 2010: self._add_observed(self._add_holiday_may_4(name), rule=SUN_TO_NEXT_MON) elif self._year != 2012: self._add_observed(self._add_holiday_jul_4(name), rule=SUN_TO_NEXT_MON) # Birthday of the Crown Prince/Princess of Tonga. # Tupouto'a 'Ulukalala: Sep 17 (2012-Present) # Topou VI: Jul 12 (2007-2011) # George Tupou V: May 4 (1968-2006) # Birthday of the Heir to the Crown of Tonga. name = tr("'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga") if self._year >= 2012: self._add_observed(self._add_holiday_sep_17(name), rule=SUN_TO_NEXT_MON) elif self._year >= 2010: self._move_holiday(self._add_holiday_jul_12(name)) elif self._year >= 2007: self._add_observed(self._add_holiday_jul_12(name)) else: self._add_observed(self._add_holiday_may_4(name)) # Good Friday. self._add_good_friday(tr("Falaite Lelei")) # Easter Monday. self._add_easter_monday(tr("Monite 'o e Toetu'u")) # Anzac Day. apr_25 = self._add_anzac_day(tr("'Aho Anzac")) if self._year <= 2016: self._add_observed(apr_25, rule=SUN_TO_NEXT_MON) # Emancipation Day. jun_4 = self._add_holiday_jun_4(tr("'Aho Tau'ataina")) if self._year >= 2010: self._move_holiday(jun_4) else: self._add_observed(jun_4) # Coronation Date of Tongan Monarchy since 1970.* # Topou VI: Jul 4 (2015-Present)** # George Tupou V: Aug 1 (2008-2011) # Tāufa'āhau Tupou IV: Jul 4: (1967-2006)** # * No celebration for in-between years i.e. 2007, 2012-2014. # ** Has de facto merged with King's Birthday. if 2008 <= self._year <= 2011: name = tr( # Anniversary of the Coronation Day of the reigning Sovereign of Tonga. "Fakamanatu 'o e 'Aho Hilifaki Kalauni 'o 'Ene 'Afio ko e Tu'i 'o Tonga " "'a ia 'oku lolotonga Pule" ) if self._year >= 2010: self._move_holiday(self._add_holiday_aug_1(name)) else: self._add_observed(self._add_holiday_aug_1(name)) # Constitution Day. nov_4 = self._add_holiday_nov_4(tr("'Aho Konisitutone")) if self._year >= 2010: self._move_holiday(nov_4) else: self._add_observed(nov_4) dec_4 = self._add_holiday_dec_4( # Anniversary of the Coronation of HM King George Tupou I. tr("'Aho Fakamanatu 'o e Hilifaki Kalauni 'o 'Ene 'Afio ko Siaosi Tupou I") ) if self._year >= 2010: self._move_holiday(dec_4) else: self._add_observed(dec_4) # Christmas Day. self._add_christmas_day(tr("'Aho Kilisimasi")) # Boxing Day. dec_26 = self._add_christmas_day_two(tr("'Aho 2 'o e Kilisimasi")) if self._year <= 2009: self._add_observed(dec_26, rule=MON_TO_NEXT_TUE) class TO(Tonga): pass class TON(Tonga): pass class TongaStaticHolidays: """Tonga special holidays. References: * * * """ # Special Cases. # Tonga Rugby Public Holiday. rugby_special_holidays = tr("'Aho malolo 'akapulu 'a Tonga") special_public_holidays = { 2017: (NOV, 29, rugby_special_holidays), 2019: ( # State Funeral of 'Akilisi Pohiva. (SEP, 19, tr("Me'afaka'eiki 'o e Siteiti 'Akilisi Pohiva")), (NOV, 15, rugby_special_holidays), ), } # Special Case for 2021 special_public_holidays_observed = { # Boxing Day. 2021: (DEC, 27, tr("'Aho 2 'o e Kilisimasi")), } holidays-0.71/holidays/countries/tunisia.py000066400000000000000000000057741500152103600211400ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import InternationalHolidays, IslamicHolidays from holidays.holiday_base import HolidayBase class Tunisia(HolidayBase, InternationalHolidays, IslamicHolidays): """Tunisia holidays.""" country = "TN" default_language = "ar" # %s (estimated). estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US") def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__(self, show_estimated=islamic_show_estimated) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("رأس السنة الميلادية")) # Revolution and Youth Day - January 14 self._add_holiday_jan_14(tr("عيد الثورة والشباب")) # Independence Day. self._add_holiday_mar_20(tr("عيد الإستقلال")) # Martyrs' Day. self._add_holiday_apr_9(tr("عيد الشهداء")) # Labor Day. self._add_labor_day(tr("عيد العمال")) # Republic Day. self._add_holiday_jul_25(tr("عيد الجمهورية")) # Women's Day. self._add_holiday_aug_13(tr("عيد المرأة")) # Evacuation Day. self._add_holiday_oct_15(tr("عيد الجلاء")) # Eid al-Fitr. name = tr("عيد الفطر") self._add_eid_al_fitr_day(name) # Eid al-Fitr Holiday. self._add_eid_al_fitr_day_two(tr("عطلة عيد الفطر")) self._add_eid_al_fitr_day_three(tr("عطلة عيد الفطر")) # Arafat Day. self._add_arafah_day(tr("يوم عرفة")) # Eid al-Adha. name = tr("عيد الأضحى") self._add_eid_al_adha_day(name) # Eid al-Adha Holiday. self._add_eid_al_adha_day_two(tr("عطلة عيد الأضحى")) self._add_eid_al_adha_day_three(tr("عطلة عيد الأضحى")) # Islamic New Year. self._add_islamic_new_year_day(tr("رأس السنة الهجرية")) # Prophet's Birthday. self._add_mawlid_day(tr("عيد المولد النبوي")) class TN(Tunisia): pass class TUN(Tunisia): pass holidays-0.71/holidays/countries/turkey.py000066400000000000000000000226511500152103600210000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.constants import HALF_DAY, PUBLIC from holidays.groups import InternationalHolidays, IslamicHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class Turkey(HolidayBase, InternationalHolidays, IslamicHolidays, StaticHolidays): """Turkey holidays. References: * * [Law 2739](https://www5.tbmm.gov.tr/tutanaklar/KANUNLAR_KARARLAR/kanuntbmmc015/kanuntbmmc015/kanuntbmmc01502739.pdf) * [Law 2429](https://www.mevzuat.gov.tr/MevzuatMetin/1.5.2429.pdf) * [Hijri calendar holidays](https://vakithesaplama.diyanet.gov.tr/hicriden_miladiye.php) """ country = "TR" default_language = "tr" # %s (estimated). estimated_label = tr("%s (tahmini)") supported_categories = (HALF_DAY, PUBLIC) supported_languages = ("en_US", "tr", "uk") # Law 2739 of 27 May 1935. start_year = 1936 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=TurkeyIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, TurkeyStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Yılbaşı")) self._add_holiday_apr_23( # National Sovereignty and Children's Day. tr("Ulusal Egemenlik ve Çocuk Bayramı") if self._year >= 1981 # National Sovereignty Day. else tr("Ulusal Egemenlik Bayramı") ) if self._year >= 2009: # Labour and Solidarity Day. self._add_labor_day(tr("Emek ve Dayanışma Günü")) self._add_holiday_may_19( # Commemoration of Atatürk, Youth and Sports Day. tr("Atatürk'ü Anma, Gençlik ve Spor Bayramı") if self._year >= 1981 # Youth and Sports Day. else tr("Gençlik ve Spor Bayramı") ) if 1963 <= self._year <= 1980: # Freedom and Constitution Day. self._add_holiday_may_27(tr("Hürriyet ve Anayasa Bayramı")) if self._year >= 2017: # Democracy and National Unity Day. self._add_holiday_jul_15(tr("Demokrasi ve Millî Birlik Günü")) # Victory Day. self._add_holiday_aug_30(tr("Zafer Bayramı")) # Republic Day. name = tr("Cumhuriyet Bayramı") self._add_holiday_oct_29(name) if self._year <= 1980: self._add_holiday_oct_30(name) # Eid al-Fitr. name = tr("Ramazan Bayramı") self._add_eid_al_fitr_day(name) self._add_eid_al_fitr_day_two(name) self._add_eid_al_fitr_day_three(name) # Eid al-Adha. name = tr("Kurban Bayramı") self._add_eid_al_adha_day(name) self._add_eid_al_adha_day_two(name) self._add_eid_al_adha_day_three(name) self._add_eid_al_adha_day_four(name) def _populate_half_day_holidays(self): # %s (from 1pm). begin_time_label = self.tr("%s (saat 13.00'ten)") # Republic Day. self._add_holiday_oct_28(begin_time_label % self.tr("Cumhuriyet Bayramı")) # Eid al-Fitr. self._add_eid_al_fitr_eve(begin_time_label % self.tr("Ramazan Bayramı")) # Eid al-Adha. self._add_arafah_day(begin_time_label % self.tr("Kurban Bayramı")) class TR(Turkey): pass class TUR(Turkey): pass class TurkeyIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 1936: (MAR, 4), 1937: (FEB, 22), 1938: (FEB, 11), 1939: (JAN, 31), 1940: (JAN, 20), 1941: ((JAN, 8), (DEC, 29)), 1942: (DEC, 18), 1943: (DEC, 8), 1944: (NOV, 26), 1945: (NOV, 15), 1946: (NOV, 4), 1947: (OCT, 25), 1948: (OCT, 13), 1949: (OCT, 3), 1950: (SEP, 23), 1951: (SEP, 12), 1952: (AUG, 31), 1953: (AUG, 20), 1954: (AUG, 9), 1955: (JUL, 30), 1956: (JUL, 19), 1957: (JUL, 8), 1958: (JUN, 28), 1959: (JUN, 17), 1960: (JUN, 5), 1961: (MAY, 25), 1962: (MAY, 14), 1963: (MAY, 4), 1964: (APR, 23), 1965: (APR, 12), 1966: (APR, 1), 1967: (MAR, 21), 1968: (MAR, 10), 1969: (FEB, 27), 1970: (FEB, 17), 1971: (FEB, 6), 1972: (JAN, 27), 1973: (JAN, 15), 1974: ((JAN, 4), (DEC, 24)), 1975: (DEC, 13), 1976: (DEC, 2), 1977: (NOV, 22), 1978: (NOV, 11), 1979: (OCT, 31), 1980: (OCT, 19), 1981: (OCT, 8), 1982: (SEP, 27), 1983: (SEP, 17), 1984: (SEP, 6), 1985: (AUG, 26), 1986: (AUG, 16), 1987: (AUG, 5), 1988: (JUL, 24), 1989: (JUL, 13), 1990: (JUL, 3), 1991: (JUN, 23), 1992: (JUN, 11), 1993: (JUN, 1), 1994: (MAY, 21), 1995: (MAY, 10), 1996: (APR, 28), 1997: (APR, 18), 1998: (APR, 7), 1999: (MAR, 28), 2000: (MAR, 16), 2001: (MAR, 5), 2002: (FEB, 22), 2003: (FEB, 11), 2004: (FEB, 1), 2005: (JAN, 20), 2006: ((JAN, 10), (DEC, 31)), 2007: (DEC, 20), 2008: (DEC, 8), 2009: (NOV, 27), 2010: (NOV, 16), 2011: (NOV, 6), 2012: (OCT, 25), 2013: (OCT, 15), 2014: (OCT, 4), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 21), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 16), 2025: (JUN, 6), 2026: (MAY, 27), 2027: (MAY, 16), 2028: (MAY, 5), 2029: (APR, 24), 2030: (APR, 13), 2031: (APR, 2), 2032: (MAR, 22), } EID_AL_FITR_DATES = { 1936: (DEC, 15), 1937: (DEC, 4), 1938: (NOV, 23), 1939: (NOV, 13), 1940: (NOV, 1), 1941: (OCT, 22), 1942: (OCT, 12), 1943: (OCT, 1), 1944: (SEP, 19), 1945: (SEP, 8), 1946: (AUG, 29), 1947: (AUG, 18), 1948: (AUG, 6), 1949: (JUL, 27), 1950: (JUL, 16), 1951: (JUL, 6), 1952: (JUN, 24), 1953: (JUN, 13), 1954: (JUN, 2), 1955: (MAY, 23), 1956: (MAY, 12), 1957: (MAY, 1), 1958: (APR, 20), 1959: (APR, 9), 1960: (MAR, 29), 1961: (MAR, 18), 1962: (MAR, 8), 1963: (FEB, 25), 1964: (FEB, 15), 1965: (FEB, 3), 1966: (JAN, 23), 1967: (JAN, 12), 1968: ((JAN, 1), (DEC, 21)), 1969: (DEC, 11), 1970: (DEC, 1), 1971: (NOV, 20), 1972: (NOV, 8), 1973: (OCT, 28), 1974: (OCT, 17), 1975: (OCT, 6), 1976: (SEP, 25), 1977: (SEP, 15), 1978: (SEP, 4), 1979: (AUG, 24), 1980: (AUG, 12), 1981: (AUG, 1), 1982: (JUL, 22), 1983: (JUL, 12), 1984: (JUN, 30), 1985: (JUN, 20), 1986: (JUN, 9), 1987: (MAY, 29), 1988: (MAY, 17), 1989: (MAY, 6), 1990: (APR, 26), 1991: (APR, 16), 1992: (APR, 4), 1993: (MAR, 24), 1994: (MAR, 13), 1995: (MAR, 3), 1996: (FEB, 20), 1997: (FEB, 9), 1998: (JAN, 29), 1999: (JAN, 19), 2000: ((JAN, 8), (DEC, 27)), 2001: (DEC, 16), 2002: (DEC, 5), 2003: (NOV, 25), 2004: (NOV, 14), 2005: (NOV, 3), 2006: (OCT, 23), 2007: (OCT, 12), 2008: (SEP, 30), 2009: (SEP, 20), 2010: (SEP, 9), 2011: (AUG, 30), 2012: (AUG, 19), 2013: (AUG, 8), 2014: (JUL, 28), 2015: (JUL, 17), 2016: (JUL, 5), 2017: (JUN, 25), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), 2025: (MAR, 30), 2026: (MAR, 20), 2027: (MAR, 9), 2028: (FEB, 26), 2029: (FEB, 14), 2030: (FEB, 4), 2031: (JAN, 24), 2032: (JAN, 14), } class TurkeyStaticHolidays: special_public_holidays = { # Public holiday. 1999: (DEC, 31, tr("Genel tati̇l")) } holidays-0.71/holidays/countries/tuvalu.py000066400000000000000000000145711500152103600207770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, SAT_SUN_TO_NEXT_MON, SAT_SUN_TO_NEXT_MON_TUE, ) class Tuvalu(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Tuvalu holidays. References: * [Public holidays in Tuvalu](https://en.wikipedia.org/wiki/Public_holidays_in_Tuvalu) * [Today's and Upcoming Holidays in Tuvalu](https://www.timeanddate.com/holidays/tuvalu/) * [Public Holidays (Amendment) Act 1990](https://www.paclii.org/cgi-bin/sinodisp/tv/legis/num_act/pha1990243/pha1990243.html) * [Public Holidays Act 1](https://tuvalu-legislation.tv/cms/images/LEGISLATION/PRINCIPAL/1937/1937-0005/1937-0005_1.pdf) * [Public Holidays (Amendment) Act 2018](https://tuvalu-legislation.tv/cms/images/LEGISLATION/AMENDING/Public%20Holidays%20(Amendment)%20Act/Public%20Holidays%20(Amendment)%20Act%202018/Public%20Holidays%20(Amendment)%20Act%202018.pdf) * [Public Holidays (Amendment) Act 2020](https://tuvalu-legislation.tv/cms/images/LEGISLATION/AMENDING/2020/2020-0013/2020-0013.pdf) * [Public Holidays Act 2](https://tuvalu-legislation.tv/cms/images/LEGISLATION/PRINCIPAL/1937/1937-0005/1937-0005_2.pdf) * [Codes for the representation of names of countries and their subdivisions](https://www.iso.org/obp/ui/#iso:code:3166:TV) * [TUVALU-NEWS.TV](https://web.archive.org/web/20140915180104/http://www.tuvalu-news.tv/archives/2007/01/island_special_public_holidays.html) """ country = "TV" default_language = "tvl" # %s (observed). observed_label = tr("%s (fakamatakuga)") supported_languages = ("en_GB", "en_US", "tvl") subdivisions = ( "FUN", # Funafuti. "NIT", # Niutao. "NKF", # Nukufetau. "NKL", # Nukulaelae. "NMA", # Nanumea. "NMG", # Nanumaga. "NUI", # Nui. "VAI", # Vaitupu. ) subdivisions_aliases = { # Town/Island Councils. "Funafuti": "FUN", "Niutao": "NIT", "Nukufetau": "NKF", "Nukulaelae": "NKL", "Nanumea": "NMA", "Nanumaga": "NMG", "Nanumanga": "NMG", # Ex-ISO code alias "Nui": "NUI", "Vaitupu": "VAI", } # Tuvalu became fully independent of the United Kingdom on October 1, 1978 # Tuvalu's PUBLIC HOLIDAYS (AMENDMENT) ACT 1990 (Act 2 of 1990) # It was first proclaimed on FEB 7th, 1990 start_year = 1990 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day(tr("Tausaga Fou"))) if self._year <= 2020: # Commonwealth Day. self._add_holiday_2nd_mon_of_mar(tr("Aso Atefenua")) # Good Friday. self._add_good_friday(tr("Aso toe tu")) # Easter Monday. self._add_easter_monday(tr("Toe Tu aso gafua")) # Gospel Day. self._add_holiday_1_day_past_2nd_sun_of_may(tr("Te Aso o te Tala Lei")) self._add_holiday_2nd_sat_of_jun( # King's Birthday. tr("Asofanau Tupu") if self._year >= 2023 # Queen's Birthday. else tr("Asofanau Fafine") ) # National Children's Day. name = tr("Aso Tamaliki") if self._year >= 2019: # National Youth Day. self._add_holiday_1st_mon_of_aug(tr("Aso tupulaga")) # National Children's Day. self._add_holiday_1_day_past_2nd_sun_of_oct(name) else: # National Children's Day. self._add_holiday_1st_mon_of_aug(name) # Tuvalu Day. name = tr("Tutokotasi") self._add_observed(self._add_holiday_oct_1(name), rule=SAT_SUN_TO_NEXT_MON_TUE) self._add_observed(self._add_holiday_oct_2(name), rule=SAT_SUN_TO_NEXT_MON_TUE) # https://en.wikipedia.org/wiki/King%27s_Official_Birthday#Tuvalu if self._year <= 2022: # Heir to the Throne's Birthday. self._add_holiday_2nd_mon_of_nov(tr("Aso fanau o te sui ote Tupu")) # Christmas Day. self._add_observed(self._add_christmas_day(tr("Kilisimasi")), rule=SAT_SUN_TO_NEXT_MON_TUE) self._add_observed( # Boxing Day. self._add_christmas_day_two(tr("Aso Faipele")), rule=SAT_SUN_TO_NEXT_MON_TUE, ) def _populate_subdiv_fun_public_holidays(self): # The Day of the Bombing. self._add_holiday_apr_23(tr("Te Aso o te Paula")) # Cyclone Day. self._add_holiday_oct_21(tr("Aso o te matagi")) def _populate_subdiv_nit_public_holidays(self): # Niutao Day. self._add_holiday_sep_17(tr("Te Aso o te Setema")) def _populate_subdiv_nkf_public_holidays(self): # Nukufetau Day. self._add_holiday_feb_11(tr("Te Aso O Tutasi")) def _populate_subdiv_nkl_public_holidays(self): # Gospel Day. self._add_holiday_may_10(tr("Te Aso o te Tala Lei")) def _populate_subdiv_nma_public_holidays(self): # Golden Jubilee. self._add_holiday_jan_8(tr("Te Po o Tefolaha")) # Big Day. self._add_holiday_feb_3(tr("Po Lahi")) def _populate_subdiv_nmg_public_holidays(self): # Nanumaga Day. self._add_holiday_apr_15(tr("Aho o te Fakavae")) def _populate_subdiv_nui_public_holidays(self): # Day of the Flood. self._add_holiday_feb_16(tr("Bogin te Ieka")) def _populate_subdiv_vai_public_holidays(self): # Happy Day. self._add_holiday_nov_25(tr("Te Aso Fiafia")) class TV(Tuvalu): pass class TUV(Tuvalu): pass holidays-0.71/holidays/countries/ukraine.py000066400000000000000000000344431500152103600211150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.calendars.julian import JULIAN_CALENDAR from holidays.calendars.julian_revised import JULIAN_REVISED_CALENDAR from holidays.constants import PUBLIC, WORKDAY from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY class Ukraine(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Ukraine holidays. References: * [Labor Code of Ukraine, Art. 73](https://zakon1.rada.gov.ua/laws/show/322-08/paran454#n454) * """ country = "UA" default_language = "uk" # %s (observed). observed_label = tr("%s (вихідний)") supported_categories = (PUBLIC, WORKDAY) supported_languages = ("ar", "en_US", "th", "uk") # The current set of holidays came into force in 1991. start_year = 1991 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self, JULIAN_REVISED_CALENDAR) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, UkraineStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) super().__init__(*args, **kwargs) def _is_observed(self, dt: date) -> bool: # 27.01.1995: holiday on weekend move to next workday # https://zakon.rada.gov.ua/laws/show/35/95-вр # 10.01.1998: cancelled # https://zakon.rada.gov.ua/laws/show/785/97-вр # 23.04.1999: holiday on weekend move to next workday # https://zakon.rada.gov.ua/laws/show/576-14 return date(1995, JAN, 27) <= dt <= date(1998, JAN, 9) or dt >= date(1999, APR, 23) def _populate_common(self, is_martial_law: bool = False): # There is no public holidays in Ukraine during the period of martial law # https://zakon.rada.gov.ua/laws/show/2136-20#n26 # law is in force from March 15, 2022 dts_observed = set() if (self._year >= 2023) == is_martial_law: # New Year's Day. dts_observed.add(self._add_new_years_day(tr("Новий рік"))) if self._year <= 2023: # Christmas Day. dts_observed.add(self._add_christmas_day(tr("Різдво Христове"), JULIAN_CALENDAR)) # International Women's Day. dts_observed.add(self._add_womens_day(tr("Міжнародний жіночий день"))) if (self._year >= 2022) is is_martial_law: # Easter Sunday (Pascha). dts_observed.add(self._add_easter_sunday(tr("Великдень (Пасха)"))) # Holy Trinity Day. dts_observed.add(self._add_whit_sunday(tr("Трійця"))) name = ( # Labor Day. tr("День праці") if self._year >= 2018 # International Workers' Solidarity Day. else tr("День міжнародної солідарності трудящих") ) dts_observed.add(self._add_labor_day(name)) if self._year <= 2017: dts_observed.add(self._add_labor_day_two(name)) name = ( # Day of Remembrance and Victory over Nazism in World War II 1939-1945. tr("День памʼяті та перемоги над нацизмом у Другій світовій війні 1939-1945 років") if self._year >= 2024 # Day of Victory over Nazism in World War II (Victory Day). else tr("День перемоги над нацизмом у Другій світовій війні (День перемоги)") if self._year >= 2016 # Victory Day. else tr("День Перемоги") ) dts_observed.add( self._add_world_war_two_victory_day(name, is_western=(self._year >= 2024)) ) if self._year >= 1997: # Day of the Constitution of Ukraine. dts_observed.add(self._add_holiday_jun_28(tr("День Конституції України"))) if self._year >= 2022: # Ukrainian Statehood Day. name = tr("День Української Державності") dts_observed.add( self._add_holiday_jul_15(name) if self._year >= 2024 else self._add_holiday_jul_28(name) ) # Independence Day. name = tr("День незалежності України") if self._year >= 1992: dts_observed.add(self._add_holiday_aug_24(name)) else: self._add_holiday_jul_16(name) if self._year >= 2015: name = ( # Day of defenders of Ukraine. tr("День захисників і захисниць України") if self._year >= 2021 # Defender of Ukraine Day. else tr("День захисника України") ) dts_observed.add( self._add_holiday_oct_1(name) if self._year >= 2023 else self._add_holiday_oct_14(name) ) if self._year <= 1999: # Anniversary of the Great October Socialist Revolution. name = tr("Річниця Великої Жовтневої соціалістичної революції") dts_observed.add(self._add_holiday_nov_7(name)) dts_observed.add(self._add_holiday_nov_8(name)) if self._year >= 2017: # Christmas Day. dts_observed.add(self._add_christmas_day(tr("Різдво Христове"))) if self.observed and not is_martial_law: self._populate_observed(dts_observed) def _populate_public_holidays(self): self._populate_common() def _populate_workday_holidays(self): self._populate_common(is_martial_law=True) class UA(Ukraine): pass class UKR(Ukraine): pass class UkraineStaticHolidays: """Ukraine special holidays. Substituted holidays References: * [1991](https://zakon.rada.gov.ua/laws/show/60-91-%D0%BF) * [1992 [1]](https://zakon.rada.gov.ua/laws/show/202-92-%D0%BF) * [1992 [2]](https://zakon.rada.gov.ua/laws/show/377-91-%D0%BF) * [1993 [1]](https://zakon.rada.gov.ua/laws/show/563-93-%D0%BF) * [1993 [2]](https://zakon.rada.gov.ua/laws/show/725-92-%D0%BF) * [1994](https://zakon.rada.gov.ua/laws/show/98-94-%D0%BF) * [1995 [1]](https://zakon.rada.gov.ua/laws/show/852-95-%D0%BF) * [1995 [2]](https://zakon.rada.gov.ua/laws/show/634-95-%D0%BF) * [1995 [3]](https://zakon.rada.gov.ua/laws/show/266-95-%D0%BF) * [1996](https://zakon.rada.gov.ua/laws/show/424-96-%D0%BF) * [1997 [1]](https://zakon.rada.gov.ua/laws/show/326-97-%D0%BF) * [1997 [2]](https://zakon.rada.gov.ua/laws/show/1547-96-%D0%BF) * [1998](https://zakon.rada.gov.ua/laws/show/1404-97-%D0%BF>) * [1999 [1]](https://zakon.rada.gov.ua/laws/show/1433-99-%D0%BF>) * [1999 [2]](https://zakon.rada.gov.ua/laws/show/558-99-%D0%BF>) * [1999 [3]](https://zakon.rada.gov.ua/laws/show/2070-98-%D0%BF) * [2000 [1]](https://zakon.rada.gov.ua/laws/show/1251-2000-%D0%BF) * [2000 [2]](https://zakon.rada.gov.ua/laws/show/717-2000-%D0%BF) * [2001 [1]](https://zakon.rada.gov.ua/laws/show/138-2001-%D1%80) * [2001 [2]](https://zakon.rada.gov.ua/laws/show/210-2001-%D0%BF) * [2002](https://zakon.rada.gov.ua/laws/show/202-2002-%D1%80) * [2002 - 2003](https:/zakon.rada.gov.ua/laws/show/705-2002-%D1%80) * [2004](https://zakon.rada.gov.ua/laws/show/773-2003-%D1%80) * [2005 [1]](https://zakon.rada.gov.ua/laws/show/936-2004-%D1%80) * [2005 [2]](https://zakon.rada.gov.ua/laws/show/133-2005-%D1%80) * [2006 [1]](https://zakon.rada.gov.ua/laws/show/490-2005-%D1%80) * [2006 [2]](https://zakon.rada.gov.ua/laws/show/562-2005-%D1%80) * [2007](https://zakon.rada.gov.ua/laws/show/612-2006-%D1%80) * [2008 [1]](https://zakon.rada.gov.ua/laws/show/1059-2007-%D1%80) * [2008 [2]](https://zakon.rada.gov.ua/laws/show/538-2008-%D1%80) * [2009](https://zakon.rada.gov.ua/laws/show/1458-2008-%D1%80) * [2010](https://zakon.rada.gov.ua/laws/show/1412-2009-%D1%80) * [2011](https://zakon.rada.gov.ua/laws/show/2130-2010-%D1%80) * [2012](https://zakon.rada.gov.ua/laws/show/1210-2011-%D1%80) * [2013](https://zakon.rada.gov.ua/laws/show/1043-2012-%D1%80) * [2014](https://zakon.rada.gov.ua/laws/show/920-2013-%D1%80) * [2015](https://zakon.rada.gov.ua/laws/show/1084-2014-%D1%80) * [2016](https://zakon.rada.gov.ua/laws/show/1155-2015-%D1%80) * [2017](https://zakon.rada.gov.ua/laws/show/850-2016-%D1%80) * [2018](https://zakon.rada.gov.ua/laws/show/1-2018-%D1%80) * [2019](https://zakon.rada.gov.ua/laws/show/7-2019-%D1%80) * [2020](https://zakon.rada.gov.ua/laws/show/995-2019-%D1%80) * [2021](https://zakon.rada.gov.ua/laws/show/1191-2020-%D1%80) * [2022](https://zakon.rada.gov.ua/laws/show/1004-2021-%D1%80) Special holidays References: * [1995](https://zakon.rada.gov.ua/laws/show/13/95) """ # Date format (see strftime() Format Codes) substituted_date_format = tr("%d.%m.%Y") # Day off (substituted from %s). substituted_label = tr("Вихідний день (перенесено з %s)") special_public_holidays = { 1991: ( (MAY, 3, MAY, 5), (MAY, 10, MAY, 12), (JUL, 15, JUL, 13), ), 1992: ( (JAN, 6, JAN, 4), (APR, 27, MAY, 16), ), 1993: ( (JAN, 8, JAN, 10), (AUG, 23, AUG, 21), ), 1994: (MAR, 7, MAR, 5), 1995: ( # Presidential decree holiday. (JAN, 9, tr("Вихідний згідно указу Президента")), (MAY, 8, MAY, 6), (AUG, 25, AUG, 27), (NOV, 6, NOV, 4), ), 1996: ( (MAY, 3, MAY, 5), (MAY, 10, MAY, 12), ), 1997: ( (JAN, 2, DEC, 28, 1996), (JAN, 6, JAN, 4), (JAN, 8, JAN, 11), (APR, 29, APR, 19), (APR, 30, MAY, 17), ), 1998: (JAN, 2, JAN, 4), 1999: ( (JAN, 8, JAN, 10), (APR, 12, APR, 24), (AUG, 23, AUG, 21), ), 2000: ( (MAY, 8, MAY, 6), (AUG, 25, AUG, 27), ), 2001: ( (MAR, 9, MAR, 11), (APR, 30, APR, 28), (MAY, 10, MAY, 5), (MAY, 11, MAY, 6), (JUN, 29, JUN, 23), (DEC, 31, DEC, 29), ), 2002: ( (MAY, 3, MAY, 11), (DEC, 30, DEC, 28), (DEC, 31, DEC, 29), ), 2003: (JAN, 6, JAN, 4), 2004: ( (JAN, 2, JAN, 10), (JAN, 5, JAN, 17), (JAN, 6, JAN, 31), (AUG, 23, AUG, 21), ), 2005: ( (MAR, 7, MAR, 5), (MAY, 10, MAY, 14), (JUN, 27, JUN, 25), ), 2006: ( (JAN, 3, JAN, 21), (JAN, 4, FEB, 4), (JAN, 5, FEB, 18), (JAN, 6, MAR, 11), (MAY, 8, MAY, 6), (AUG, 25, SEP, 9), ), 2007: ( (JAN, 2, JAN, 20), (JAN, 3, JAN, 27), (JAN, 4, FEB, 10), (JAN, 5, FEB, 24), (MAR, 9, MAR, 3), (APR, 30, APR, 28), (JUN, 29, JUN, 16), (DEC, 31, DEC, 29), ), 2008: ( (JAN, 2, JAN, 12), (JAN, 3, JAN, 26), (JAN, 4, FEB, 9), (APR, 29, MAY, 17), (APR, 30, MAY, 31), ), 2009: ( (JAN, 2, JAN, 10), (JAN, 5, JAN, 24), (JAN, 6, FEB, 7), ), 2010: ( (JAN, 4, JAN, 30), (JAN, 5, FEB, 13), (JAN, 6, FEB, 27), (JAN, 8, MAR, 13), (AUG, 23, AUG, 21), ), 2011: ( (MAR, 7, MAR, 12), (JUN, 27, JUN, 25), ), 2012: ( (MAR, 9, MAR, 3), (APR, 30, APR, 28), (JUN, 29, JUL, 7), (DEC, 31, DEC, 29), ), 2013: ( (MAY, 3, MAY, 18), (MAY, 10, JUN, 1), ), 2014: ( (JAN, 2, JAN, 11), (JAN, 3, JAN, 25), (JAN, 6, FEB, 8), ), 2015: ( (JAN, 2, JAN, 17), (JAN, 8, JAN, 31), (JAN, 9, FEB, 14), ), 2016: ( (JAN, 8, JAN, 16), (MAR, 7, MAR, 12), (JUN, 27, JUL, 2), ), 2017: ( (MAY, 8, MAY, 13), (AUG, 25, AUG, 19), ), 2018: ( (MAR, 9, MAR, 3), (APR, 30, MAY, 5), (JUN, 29, JUN, 23), (DEC, 24, DEC, 22), (DEC, 31, DEC, 29), ), 2019: ( (APR, 30, MAY, 11), (DEC, 30, DEC, 21), (DEC, 31, DEC, 28), ), 2020: (JAN, 6, JAN, 11), 2021: ( (JAN, 8, JAN, 16), (AUG, 23, AUG, 28), (OCT, 15, OCT, 23), ), 2022: (MAR, 7, MAR, 12), } holidays-0.71/holidays/countries/united_arab_emirates.py000066400000000000000000000212011500152103600236110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import ( FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, FRI, SAT, SUN, ) from holidays.constants import GOVERNMENT, OPTIONAL, PUBLIC from holidays.groups import InternationalHolidays, IslamicHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class UnitedArabEmirates(HolidayBase, InternationalHolidays, IslamicHolidays, StaticHolidays): """United Arab Emirates holidays. References: * [2017](https://www.khaleejtimes.com/nation/uae-official-public-holidays-list-2017) * [2018](https://www.khaleejtimes.com/nation/Here-are-the-holidays-remaining-in-2018-in-UAE) * [2019](https://www.thenational.ae/uae/government/uae-public-holidays-for-2019-and-2020-announced-by-cabinet-1.833425) * [2020](https://u.ae/en/information-and-services/public-holidays-and-religious-affairs/public-holidays) * [2021](https://www.wam.ae/en/details/1395302957696) * [2022](https://www.khaleejtimes.com/ramadan/eid-al-fitr-holiday-announced-in-uae-3) * 2023: * * * [2024](https://www.timeoutdubai.com/news/uae-public-holidays-in-2024) * [2025](https://www.timeoutdubai.com/news/uae-public-holidays-2025) Holidays are regulated by the Article 74 of [Federal Law No. 08](https://www.ilo.org/dyn/natlex/docs/ELECTRONIC/11956/69376/F417089305/ARE11956.pdf) for the year 1980. However the law is not applied literally, and was amended often in the past few years. """ country = "AE" default_language = "ar" # %s (estimated). estimated_label = tr("(تقدير) %s") supported_categories = (GOVERNMENT, OPTIONAL, PUBLIC) supported_languages = ("ar", "en_US", "th") # Founded on DEC 2, 1971. start_year = 1972 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=UnitedArabEmiratesIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, UnitedArabEmiratesStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # The resting days are Saturday and Sunday since Jan 1, 2022. # https://time.com/6126260/uae-working-days-weekend/ self.weekend = {FRI, SAT} if self._year <= 2021 else {SAT, SUN} # New Year's Day. self._add_new_years_day(tr("رأس السنة الميلادية")) if 2015 <= self._year <= 2023: # Commemoration Day. name = tr("يوم الشهيد") if self._year >= 2019: self._add_holiday_dec_1(name) else: self._add_holiday_nov_30(name) # National Day. national_day = tr("اليوم الوطني") self._add_holiday_dec_2(national_day) self._add_holiday_dec_3(national_day) # Eid al-Fitr. self._add_eid_al_fitr_day(tr("عيد الفطر")) # Eid al-Fitr Holiday. eid_al_fitr_holiday = tr("عطلة عيد الفطر") self._add_eid_al_fitr_day_two(eid_al_fitr_holiday) self._add_eid_al_fitr_day_three(eid_al_fitr_holiday) if 2019 <= self._year <= 2024: # Ramadan 30 not confirmed yet for 2025 onwards. self._add_eid_al_fitr_eve(eid_al_fitr_holiday) # Arafat Day. self._add_arafah_day(tr("وقفة عرفة")) # Eid al-Adha. self._add_eid_al_adha_day(tr("عيد الأضحى")) # Eid al-Adha Holiday. eid_al_adha_holiday = tr("عطلة عيد الأضحى") self._add_eid_al_adha_day_two(eid_al_adha_holiday) self._add_eid_al_adha_day_three(eid_al_adha_holiday) # Islamic New Year. self._add_islamic_new_year_day(tr("رأس السنة الهجرية")) if self._year <= 2018: # Isra' and Mi'raj. self._add_isra_and_miraj_day(tr("ليلة المعراج")) # Prophet's Birthday. self._add_mawlid_day(tr("عيد المولد النبوي")) class AE(UnitedArabEmirates): pass class ARE(UnitedArabEmirates): pass class UnitedArabEmiratesIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2017: (SEP, 1), 2018: (AUG, 22), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), 2024: (JUN, 16), 2025: (JUN, 4), } EID_AL_FITR_DATES = { 2017: (JUN, 25), 2018: (JUN, 15), 2019: (JUN, 4), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), 2025: (MAR, 30), } HIJRI_NEW_YEAR_DATES = { 2017: (SEP, 22), 2018: (SEP, 11), 2019: (AUG, 31), 2020: (AUG, 23), 2021: (AUG, 12), 2022: (JUL, 30), 2023: (JUL, 21), 2024: (JUL, 7), 2025: (JUN, 26), } ISRA_AND_MIRAJ_DATES = { 2017: (APR, 23), 2018: (APR, 14), } MAWLID_DATES = { 2017: (NOV, 30), 2018: (NOV, 18), 2019: (NOV, 9), 2020: (OCT, 29), 2021: (OCT, 21), 2022: (OCT, 8), 2023: (SEP, 29), 2024: (SEP, 15), 2025: (SEP, 5), } class UnitedArabEmiratesStaticHolidays: """United Arab Emirates special holidays. Special Eid al-Fitr entries for Ramadan 29 from 2020 onwards: * [2019](https://www.mohre.gov.ae/en/media-centre/news/30/1/2019/عطلة-رسمية-يوم-زيارة-البابا-للمشاركين-في-فعالياته-من-القطاع-الخاص.aspx?DisableResponsive=1) * [2020](https://gulfbusiness.com/revealed-uae-private-sector-holidays-for-eid-al-fitr-2020/) * [2021](https://www.timeoutdubai.com/news/466278-eid-al-fitr-holiday-2021-dubai) * 2022: * * * [2023](https://hrme.economictimes.indiatimes.com/news/industry/uae-cabinet-announces-national-day-holiday-for-federal-government-from-2-to-4-december/105455071) * [2024](https://www.timeoutdubai.com/news/eid-al-fitr-2024-expected-dates-ramadan) * [2025](https://www.timeoutdubai.com/news/uae-public-holidays-2025) Cross-Checked With: * """ # Eid al-Fitr Holiday. eid_al_fitr_holiday = tr("عطلة عيد الفطر") # Death of Sheikh Khalifa bin Zayed Al Nahyan. sheikh_khalifa_bin_zayed_death = tr("وفاة الشيخ خليفة بن زايد آل نهيان") special_government_holidays = { 2022: ( (MAY, 5, eid_al_fitr_holiday), (MAY, 6, eid_al_fitr_holiday), (MAY, 7, eid_al_fitr_holiday), (MAY, 8, eid_al_fitr_holiday), ), # National Day. 2023: (DEC, 4, tr("اليوم الوطني")), } special_optional_holidays = { # Pope Francis' Visit Day. 2019: (FEB, 5, tr("يوم زيارة البابا فرنسيس")), } special_public_holidays = { 2020: (MAY, 22, eid_al_fitr_holiday), 2021: (MAY, 11, eid_al_fitr_holiday), 2022: ( (APR, 30, eid_al_fitr_holiday), (MAY, 14, sheikh_khalifa_bin_zayed_death), (MAY, 15, sheikh_khalifa_bin_zayed_death), (MAY, 16, sheikh_khalifa_bin_zayed_death), ), 2024: (APR, 8, eid_al_fitr_holiday), } holidays-0.71/holidays/countries/united_kingdom.py000066400000000000000000000166651500152103600224650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from typing import Union from holidays.calendars.gregorian import APR, MAY, JUN, JUL, SEP, DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, MON_TO_NEXT_TUE, SAT_SUN_TO_NEXT_MON, SAT_SUN_TO_NEXT_MON_TUE, ) class UnitedKingdom(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """United Kingdom holidays. References: * * * * The Anniversary of the Battle of the Boyne bank holiday is proclaimed annually by the Secretary of State for Northern Ireland. In-Lieu observance was first provided in the Bank Holidays Extension Act 1875. """ country = "GB" default_language = "en_GB" # %s (observed). observed_label = tr("%s (observed)") subdivisions: Union[tuple[()], tuple[str, ...]] = ( "ENG", # England "NIR", # Northern Ireland "SCT", # Scotland "WLS", # Wales ) subdivisions_aliases = { "England": "ENG", "Northern Ireland": "NIR", "Scotland": "SCT", "Wales": "WLS", } supported_languages = ("en_GB", "en_US", "th") _deprecated_subdivisions = ("UK",) # Bank Holidays Act 1871 start_year = 1872 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, UnitedKingdomStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_MON) # Bank Holidays Extension Act 1875 kwargs.setdefault("observed_since", 1875) super().__init__(*args, **kwargs) def _populate_public_holidays(self) -> None: # Good Friday. self._add_good_friday(tr("Good Friday")) if self._year >= 1978: # May Day. name = tr("May Day") if self._year in {1995, 2020}: self._add_holiday_may_8(name) else: self._add_holiday_1st_mon_of_may(name) if self._year >= 1971: spring_bank_dates = { 2002: (JUN, 4), 2012: (JUN, 4), 2022: (JUN, 2), } # Spring Bank Holiday. name = tr("Spring Bank Holiday") if self._year in spring_bank_dates: self._add_holiday(name, spring_bank_dates[self._year]) else: self._add_holiday_last_mon_of_may(name) def _populate_subdiv_holidays(self): if self.subdiv != "SCT": if self._year >= 1975: # New Year's Day. self._add_observed(self._add_new_years_day(tr("New Year's Day"))) self._add_observed( # Christmas Day. self._add_christmas_day(tr("Christmas Day")), rule=SAT_SUN_TO_NEXT_MON_TUE, ) self._add_observed( # Boxing Day. self._add_christmas_day_two(tr("Boxing Day")), rule=SAT_SUN_TO_NEXT_MON_TUE, ) super()._populate_subdiv_holidays() def _populate_subdiv_eng_public_holidays(self): # Easter Monday. self._add_easter_monday(tr("Easter Monday")) if self._year <= 1970: # Whit Monday. self._add_whit_monday(tr("Whit Monday")) if self._year >= 1971: # Late Summer Bank Holiday. self._add_holiday_last_mon_of_aug(tr("Late Summer Bank Holiday")) def _populate_subdiv_nir_public_holidays(self): if self._year >= 1903: # Saint Patrick's Day. self._add_observed(self._add_holiday_mar_17(tr("Saint Patrick's Day"))) # Easter Monday. self._add_easter_monday(tr("Easter Monday")) if self._year <= 1970: # Whit Monday. self._add_whit_monday(tr("Whit Monday")) # Battle of the Boyne. self._add_observed(self._add_holiday_jul_12(tr("Battle of the Boyne"))) if self._year >= 1971: # Late Summer Bank Holiday. self._add_holiday_last_mon_of_aug(tr("Late Summer Bank Holiday")) def _populate_subdiv_sct_public_holidays(self): # New Year's Day. jan_1 = self._add_new_years_day(tr("New Year's Day")) self._add_observed( # New Year Holiday. self._add_new_years_day_two(tr("New Year Holiday")), rule=SAT_SUN_TO_NEXT_MON_TUE + MON_TO_NEXT_TUE, ) self._add_observed(jan_1) # Summer Bank Holiday. self._add_holiday_1st_mon_of_aug(tr("Summer Bank Holiday")) if self._year >= 2006: # Saint Andrew's Day. self._add_observed(self._add_holiday_nov_30(tr("Saint Andrew's Day"))) self._add_observed( # Christmas Day. self._add_christmas_day(tr("Christmas Day")), rule=SAT_SUN_TO_NEXT_MON_TUE if self._year >= 1974 else SAT_SUN_TO_NEXT_MON, ) if self._year >= 1974: self._add_observed( # Boxing Day. self._add_christmas_day_two(tr("Boxing Day")), rule=SAT_SUN_TO_NEXT_MON_TUE, ) def _populate_subdiv_wls_public_holidays(self): # Easter Monday. self._add_easter_monday(tr("Easter Monday")) if self._year <= 1970: # Whit Monday. self._add_whit_monday(tr("Whit Monday")) if self._year >= 1971: # Late Summer Bank Holiday. self._add_holiday_last_mon_of_aug(tr("Late Summer Bank Holiday")) class UK(UnitedKingdom): pass class GB(UnitedKingdom): pass class GBR(UnitedKingdom): pass class UnitedKingdomStaticHolidays: special_public_holidays = { # Silver Jubilee of Elizabeth II. 1977: (JUN, 7, tr("Silver Jubilee of Elizabeth II")), # Wedding of Charles and Diana. 1981: (JUL, 29, tr("Wedding of Charles and Diana")), # Millennium Celebrations. 1999: (DEC, 31, tr("Millennium Celebrations")), # Golden Jubilee of Elizabeth II. 2002: (JUN, 3, tr("Golden Jubilee of Elizabeth II")), # Wedding of William and Catherine. 2011: (APR, 29, tr("Wedding of William and Catherine")), # Diamond Jubilee of Elizabeth II. 2012: (JUN, 5, tr("Diamond Jubilee of Elizabeth II")), 2022: ( # Platinum Jubilee of Elizabeth II. (JUN, 3, tr("Platinum Jubilee of Elizabeth II")), # State Funeral of Queen Elizabeth II. (SEP, 19, tr("State Funeral of Queen Elizabeth II")), ), # Coronation of Charles III. 2023: (MAY, 8, tr("Coronation of Charles III")), } holidays-0.71/holidays/countries/united_states.py000066400000000000000000001226041500152103600223270ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from typing import Union from holidays.calendars.gregorian import MON, TUE, WED, THU, FRI, SAT, SUN from holidays.constants import GOVERNMENT, PUBLIC, UNOFFICIAL from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, ObservedRule, MON_TO_NEXT_TUE, FRI_TO_PREV_THU, SAT_TO_PREV_FRI, SUN_TO_NEXT_MON, SAT_SUN_TO_PREV_FRI, SAT_SUN_TO_NEXT_MON, ) GA_IN_WASHINGTON_BIRTHDAY = ObservedRule( {MON: +1, TUE: -1, WED: -1, THU: +1, FRI: -1, SAT: -2, SUN: -2} ) class UnitedStates(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """United States of America (the) holidays. References: * * [Federal holidays](https://www.opm.gov/policy-data-oversight/pay-leave/federal-holidays/) * Washington's Birthday: * [AK](https://doa.alaska.gov/calendar/) * [AL](https://admincode.legislature.state.al.us/administrative-code/670-X-12-.01) * [AR](https://arkleg.state.ar.us/Home/FTPDocument?path=/ACTS/2001/Public/ACT304.pdf) * [AZ](https://www.azleg.gov/ars/1/00301.htm) * [CA](https://www.sos.ca.gov/state-holidays) * [CO](https://leg.colorado.gov/sites/default/files/images/olls/crs2023-title-24.pdf) * [GA](https://www.gasupreme.us/court-information/holidays-2/) * [HI](https://www.capitol.hawaii.gov/hrscurrent/Vol01_Ch0001-0042F/HRS0008/HRS_0008-0001.htm) * [ID](https://idaho.gov/government/state-holidays/) * IN: * * * [MD](https://msa.maryland.gov/msa/mdmanual/01glance/html/holidayl.html) * [MI](https://www.michigan.gov/som/government/state-holidays) * [MN](https://www.revisor.mn.gov/statutes/cite/645.44) * [MT](https://archive.legmt.gov/bills/mca/title_0010/chapter_0010/part_0020/section_0160/0010-0010-0020-0160.html) * [NJ](https://nj.gov/nj/about/facts/holidays/) * [OH](https://codes.ohio.gov/ohio-revised-code/section-1.14) * [OK](https://oklahoma.gov/omes/divisions/human-capital-management/employee-benefits/leave-holidays/holidays.html) * [OR](https://www.oregonlegislature.gov/bills_laws/ors/ors187.html) * [PA](https://www.legis.state.pa.us/WU01/LI/LI/US/PDF/1893/0/0138..PDF) * [PR](https://en.wikipedia.org/wiki/Public_holidays_in_Puerto_Rico) * [SC](https://www.scstatehouse.gov/code/t53c005.php) * [TN](https://www.tn.gov/about-tn/state-holidays.html) * [TX](https://www.tsl.texas.gov/ref/abouttx/holidays) * [UT](https://le.utah.gov/xcode/Title63G/Chapter1/63G-1-S301.html) * [VA](https://law.lis.virginia.gov/vacode/title2.2/chapter33/section2.2-3300/) * [VT](https://legislature.vermont.gov/statutes/section/01/007/00371) * [WA](https://app.leg.wa.gov/rcw/default.aspx?cite=1.16.050) * [WV](https://code.wvlegislature.gov/2-2-1/) * [WY](https://ai.wyo.gov/about-us/state-holidays-and-office-closures) * Columbus Day / Indigenous Peoples' Day history: * * * * * * [Frances Xavier Cabrini Day](https://leg.colorado.gov/sites/default/files/2020a_1031_signed.pdf) * Northern Mariana Islands (subdivision MP): * * * American Samoa: * """ country = "US" supported_categories = (GOVERNMENT, PUBLIC, UNOFFICIAL) observed_label = "%s (observed)" subdivisions: Union[tuple[()], tuple[str, ...]] = ( "AK", # Alaska. "AL", # Alabama. "AR", # Arkansas. "AS", # American Samoa. "AZ", # Arizona. "CA", # California. "CO", # Colorado. "CT", # Connecticut. "DC", # District of Columbia. "DE", # Delaware. "FL", # Florida. "GA", # Georgia. "GU", # Guam. "HI", # Hawaii. "IA", # Iowa. "ID", # Idaho. "IL", # Illinois. "IN", # Indiana. "KS", # Kansas. "KY", # Kentucky. "LA", # Louisiana. "MA", # Massachusetts. "MD", # Maryland. "ME", # Maine. "MI", # Michigan. "MN", # Minnesota. "MO", # Missouri. "MP", # Northern Mariana Islands. "MS", # Mississippi. "MT", # Montana. "NC", # North Carolina. "ND", # North Dakota. "NE", # Nebraska. "NH", # New Hampshire. "NJ", # New Jersey. "NM", # New Mexico. "NV", # Nevada. "NY", # New York. "OH", # Ohio. "OK", # Oklahoma. "OR", # Oregon. "PA", # Pennsylvania. "PR", # Puerto Rico. "RI", # Rhode Island. "SC", # South Carolina. "SD", # South Dakota. "TN", # Tennessee. "TX", # Texas. "UM", # United States Minor Outlying Islands. "UT", # Utah. "VA", # Virginia. "VI", # Virgin Islands, U.S.. "VT", # Vermont. "WA", # Washington. "WI", # Wisconsin. "WV", # West Virginia. "WY", # Wyoming. ) _deprecated_subdivisions = ( "FM", "MH", "PW", ) start_year = 1777 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SAT_TO_PREV_FRI + SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_common(self, include_federal: bool = False): """ Populates common US holidays. :param include_federal: Whether to include federal-specific holidays. """ # New Year's Day if self._year >= 1871: name = "New Year's Day" self._add_observed(self._add_new_years_day(name)) self._add_observed(self._next_year_new_years_day, name=name) if include_federal: # Birthday of Martin Luther King, Jr. if self._year >= 1986: self._add_holiday_3rd_mon_of_jan("Birthday of Martin Luther King, Jr.") # Washington's Birthday if self._year >= 1879: name = "Washington's Birthday" if self._year >= 1971: self._add_holiday_3rd_mon_of_feb(name) else: self._add_holiday_feb_22(name) # Memorial Day if self._year >= 1971: self._add_holiday_last_mon_of_may("Memorial Day") # Juneteenth Day if self._year >= 2021: self._add_observed(self._add_holiday_jun_19("Juneteenth National Independence Day")) # Independence Day if self._year >= 1871: self._add_observed(self._add_holiday_jul_4("Independence Day")) # Labor Day if self._year >= 1894: self._add_holiday_1st_mon_of_sep("Labor Day") if include_federal: # Columbus Day if self._year >= 1971: self._add_holiday_2nd_mon_of_oct("Columbus Day") # Veterans Day if self._year >= 1938: name = "Veterans Day" if self._year >= 1954 else "Armistice Day" if 1971 <= self._year <= 1977: self._add_holiday_4th_mon_of_oct(name) else: self._add_observed(self._add_remembrance_day(name)) # Thanksgiving Day if self._year >= 1871: self._add_holiday_4th_thu_of_nov("Thanksgiving Day") # Christmas Day if self._year >= 1871: self._add_observed(self._add_christmas_day("Christmas Day")) def _populate_public_holidays(self): self._populate_common() # Memorial Day if 1888 <= self._year <= 1970: self._add_holiday_may_30("Memorial Day") def _add_christmas_eve_holiday(self): # Christmas Eve # If on Friday, observed on Thursday # If on Saturday or Sunday, observed on Friday name = "Christmas Eve" self._add_observed( self._add_christmas_eve(name), name=name, rule=FRI_TO_PREV_THU + SAT_SUN_TO_PREV_FRI ) def _populate_subdiv_holidays(self): if PUBLIC not in self.categories: return None # Martin Luther King Jr. Day if self._year >= 1986 and self.subdiv not in {"AL", "AR", "AZ", "GA", "ID", "MS", "NH"}: self._add_holiday_3rd_mon_of_jan("Martin Luther King Jr. Day") # Washington's Birthday if self._year >= 1879 and self.subdiv not in { "AK", "AL", "AR", "AZ", "CA", "CO", "DE", "FL", "GA", "HI", "ID", "IN", "MD", "MN", "MT", "NJ", "NM", "OH", "OK", "OR", "PA", "PR", "SC", "TN", "TX", "UT", "VA", "VI", "VT", "WA", "WV", "WY", }: name = "Washington's Birthday" if self._year >= 1971: self._add_holiday_3rd_mon_of_feb(name) else: self._add_holiday_feb_22(name) # Columbus Day if self._year >= 1937 and ( self.subdiv is None or self.subdiv in { "AS", "AZ", "CT", "GA", "ID", "IL", "IN", "MA", "MD", "MO", "MT", "NJ", "NY", "OH", "PA", "UT", "WV", } ): name = "Columbus Day" if self._year >= 1971: self._add_holiday_2nd_mon_of_oct(name) else: self._add_columbus_day(name) super()._populate_subdiv_holidays() def _populate_subdiv_ak_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") # Seward's Day # No observance in 1921: https://chroniclingamerica.loc.gov/lccn/sn86072239/1922-03-29/ed-1/seq-8/ if self._year >= 1918 and self._year != 1921: name = "Seward's Day" if self._year >= 1955: self._add_holiday_last_mon_of_mar(name) else: self._add_holiday_mar_30(name) # Indigenous Peoples' Day if self._year >= 1971: self._add_holiday_2nd_mon_of_oct( "Indigenous Peoples' Day" if self._year >= 2015 else "Columbus Day" ) # Alaska Day # https://web.archive.org/web/20120502232826/http://www.alaskadispatch.com/article/happy-alaska-day-great-land if self._year >= 1917: self._add_observed(self._add_holiday_oct_18("Alaska Day")) def _populate_subdiv_al_public_holidays(self): # Martin Luther King Jr. Day if self._year >= 1986: self._add_holiday_3rd_mon_of_jan("Martin Luther King, Jr & Robert E. Lee's Birthday") # Washington's Birthday if self._year >= 1879: name = "George Washington & Thomas Jefferson's Birthday" if self._year >= 1971: self._add_holiday_3rd_mon_of_feb(name) else: self._add_holiday_feb_22(name) # Confederate Memorial Day if self._year >= 1866: self._add_holiday_4th_mon_of_apr("Confederate Memorial Day") # Jefferson Davis Birthday if self._year >= 1890: self._add_holiday_1st_mon_of_jun("Jefferson Davis Birthday") # Columbus Day / American Indian Heritage Day / Fraternal Day if self._year >= 1971: self._add_holiday_2nd_mon_of_oct( "Columbus Day / American Indian Heritage Day / Fraternal Day" if self._year >= 2000 else "Columbus Day / Fraternal Day" ) def _populate_subdiv_ar_public_holidays(self): # Martin Luther King Jr. Day if self._year >= 1986: self._add_holiday_3rd_mon_of_jan( "Martin Luther King Jr. Day" if self._year >= 2018 else "Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays" ) # Washington's Birthday if self._year >= 1879: name = "George Washington's Birthday and Daisy Gatson Bates Day" if self._year >= 1971: self._add_holiday_3rd_mon_of_feb(name) else: self._add_holiday_feb_22(name) def _populate_subdiv_as_public_holidays(self): # American Samoa Flag Day if self._year >= 1901: self._add_observed(self._add_holiday_apr_17("American Samoa Flag Day")) # Manu'a Islands Cession Day if self._year >= 1983: self._add_observed(self._add_holiday_jul_16("Manu'a Islands Cession Day")) # White Sunday self._add_holiday_2nd_sun_of_oct("White Sunday") def _populate_subdiv_az_public_holidays(self): # Martin Luther King Jr. Day if self._year >= 1986: self._add_holiday_3rd_mon_of_jan("Dr. Martin Luther King Jr. / Civil Rights Day") # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Lincoln/Washington Presidents' Day") def _populate_subdiv_ca_public_holidays(self): # Lincoln's Birthday if 1971 <= self._year <= 2009: self._add_observed(self._add_holiday_feb_12("Lincoln's Birthday")) # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") # Susan B. Anthony Day if self._year >= 2014: self._add_holiday_feb_15("Susan B. Anthony Day") # Cesar Chavez Day if self._year >= 1995: self._add_observed(self._add_holiday_mar_31("Cesar Chavez Day"), rule=SUN_TO_NEXT_MON) # Columbus Day if 1971 <= self._year <= 2008: self._add_holiday_2nd_mon_of_oct("Columbus Day") # Day After Thanksgiving if self._year >= 1975: self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") def _populate_subdiv_co_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Washington-Lincoln Day") # Cesar Chavez Day if self._year >= 2001: self._add_holiday_mar_31("Cesar Chavez Day") # Frances Xavier Cabrini Day if self._year >= 2020: self._add_holiday_1st_mon_of_oct("Frances Xavier Cabrini Day") def _populate_subdiv_ct_public_holidays(self): # Lincoln's Birthday if self._year >= 1971: self._add_observed(self._add_holiday_feb_12("Lincoln's Birthday")) # Good Friday self._add_good_friday("Good Friday") def _populate_subdiv_dc_public_holidays(self): # Inauguration Day if self._year >= 1789 and (self._year - 1789) % 4 == 0: name = "Inauguration Day" self._add_observed( self._add_holiday_jan_20(name) if self._year >= 1937 else self._add_holiday_mar_4(name), rule=SUN_TO_NEXT_MON, ) # Emancipation Day if self._year >= 2005: self._add_observed(self._add_holiday_apr_16("Emancipation Day")) # Indigenous Peoples' Day if self._year >= 1971: self._add_holiday_2nd_mon_of_oct( "Indigenous Peoples' Day" if self._year >= 2019 else "Columbus Day" ) def _populate_subdiv_de_public_holidays(self): # Good Friday self._add_good_friday("Good Friday") # Election Day if self._year >= 2008 and self._year % 2 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") # Day After Thanksgiving if self._year >= 1975: self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") def _populate_subdiv_fl_public_holidays(self): # Susan B. Anthony Day if self._year >= 2011: self._add_holiday_feb_15("Susan B. Anthony Day") # Friday After Thanksgiving if self._year >= 1975: self._add_holiday_1_day_past_4th_thu_of_nov("Friday After Thanksgiving") def _populate_subdiv_ga_public_holidays(self): # Martin Luther King Jr. Day if self._year >= 1986: self._add_holiday_3rd_mon_of_jan( "Martin Luther King Jr. Day" if self._year >= 2012 else "Robert E. Lee's Birthday" ) # Confederate Memorial Day if self._year >= 1866: name = "State Holiday" if self._year >= 2016 else "Confederate Memorial Day" if self._year == 2020: self._add_holiday_apr_10(name) else: self._add_holiday_4th_mon_of_apr(name) # Robert E. Lee's Birthday if self._year >= 1986: self._add_holiday_1_day_past_4th_thu_of_nov( "State Holiday" if self._year >= 2016 else "Robert E. Lee's Birthday" ) # Washington's Birthday if self._year >= 1879: self._add_holiday( "Washington's Birthday", self._get_observed_date(self._christmas_day, rule=GA_IN_WASHINGTON_BIRTHDAY), ) def _populate_subdiv_gu_public_holidays(self): # Guam Discovery Day if self._year >= 1970: self._add_holiday_1st_mon_of_mar("Guam Discovery Day") # Good Friday self._add_good_friday("Good Friday") # Liberation Day (Guam) if self._year >= 1945: self._add_holiday_jul_21("Liberation Day (Guam)") # All Souls' Day self._add_all_souls_day("All Souls' Day") # Lady of Camarin Day self._add_immaculate_conception_day("Lady of Camarin Day") def _populate_subdiv_hi_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") # Prince Jonah Kuhio Kalanianaole Day if self._year >= 1949: self._add_observed(self._add_holiday_mar_26("Prince Jonah Kuhio Kalanianaole Day")) # Kamehameha Day if self._year >= 1872: jun_11 = self._add_holiday_jun_11("Kamehameha Day") if self._year >= 2011: self._add_observed(jun_11) # Statehood Day if self._year >= 1959: self._add_holiday_3rd_fri_of_aug("Statehood Day") # Election Day if self._year >= 2008 and self._year % 2 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") def _populate_subdiv_ia_public_holidays(self): # Lincoln's Birthday if self._year >= 1971: self._add_observed(self._add_holiday_feb_12("Lincoln's Birthday")) def _populate_subdiv_id_public_holidays(self): # Martin Luther King Jr. Day if self._year >= 1986: self._add_holiday_3rd_mon_of_jan( "Martin Luther King Jr. / Idaho Human Rights Day" if self._year >= 2006 else "Martin Luther King Jr. Day" ) # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") def _populate_subdiv_il_public_holidays(self): # Lincoln's Birthday if self._year >= 1971: self._add_observed(self._add_holiday_feb_12("Lincoln's Birthday")) # Casimir Pulaski Day if self._year >= 1978: self._add_holiday_1st_mon_of_mar("Casimir Pulaski Day") # Election Day if self._year >= 2008 and self._year % 2 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") def _populate_subdiv_in_public_holidays(self): # Good Friday self._add_good_friday("Good Friday") # Primary Election Day if self._year >= 2015 or (self._year >= 2006 and self._year % 2 == 0): self._add_holiday_1_day_past_1st_mon_of_may("Primary Election Day") # Election Day if self._year >= 2015 or (self._year >= 2008 and self._year % 2 == 0): self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") # Lincoln's Birthday if self._year >= 2010: self._add_holiday_1_day_past_4th_thu_of_nov("Lincoln's Birthday") # Washington's Birthday if self._year >= 1879: self._add_holiday( "Washington's Birthday", self._get_observed_date(self._christmas_day, rule=GA_IN_WASHINGTON_BIRTHDAY), ) def _populate_subdiv_ks_public_holidays(self): # Christmas Eve if self._year >= 2013: self._add_christmas_eve_holiday() def _populate_subdiv_ky_public_holidays(self): # Good Friday self._add_good_friday("Good Friday") # New Year's Eve if self._year >= 2013: self._add_observed(self._add_new_years_eve("New Year's Eve")) def _populate_subdiv_la_public_holidays(self): # Inauguration Day if self._year >= 1789 and (self._year - 1789) % 4 == 0: name = "Inauguration Day" self._add_observed( self._add_holiday_jan_20(name) if self._year >= 1937 else self._add_holiday_mar_4(name), rule=SUN_TO_NEXT_MON, ) # Mardi Gras if self._year >= 1857: self._add_carnival_tuesday("Mardi Gras") # Good Friday self._add_good_friday("Good Friday") # Election Day if self._year >= 2008 and self._year % 2 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") def _populate_subdiv_ma_public_holidays(self): # Evacuation Day if self._year >= 1901: self._add_observed( self._add_holiday_mar_17("Evacuation Day"), rule=SAT_SUN_TO_NEXT_MON ) # Patriots' Day if self._year >= 1894: name = "Patriots' Day" if self._year >= 1969: self._add_holiday_3rd_mon_of_apr(name) else: self._add_holiday_apr_19(name) def _populate_subdiv_md_public_holidays(self): if self._year >= 1789 and (self._year - 1789) % 4 == 0: # Inauguration Day name = "Inauguration Day" self._add_observed( self._add_holiday_jan_20(name) if self._year >= 1937 else self._add_holiday_mar_4(name), rule=SUN_TO_NEXT_MON, ) # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") # American Indian Heritage Day if self._year >= 2008: self._add_holiday_1_day_past_4th_thu_of_nov("American Indian Heritage Day") def _populate_subdiv_me_public_holidays(self): # Patriots' Day if self._year >= 1894: name = "Patriots' Day" if self._year >= 1969: self._add_holiday_3rd_mon_of_apr("Patriots' Day") else: self._add_holiday_apr_19(name) # Indigenous Peoples' Day if self._year >= 1971: self._add_holiday_2nd_mon_of_oct( "Indigenous Peoples' Day" if self._year >= 2019 else "Columbus Day" ) def _populate_subdiv_mi_public_holidays(self): if self._year >= 2013: # Christmas Eve self._add_christmas_eve_holiday() # New Year's Eve self._add_observed(self._add_new_years_eve("New Year's Eve")) # Election Day if self._year >= 2008 and self._year % 2 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") # Day after Thanksgiving if self._year >= 2017: self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") def _populate_subdiv_mn_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Washington's and Lincoln's Birthday") def _populate_subdiv_mo_public_holidays(self): # Truman Day if self._year >= 1949: self._add_observed(self._add_holiday_may_8("Truman Day")) def _populate_subdiv_mp_public_holidays(self): # Commonwealth Covenant Day in Northern Mariana Islands self._add_observed(self._add_holiday_mar_24("Commonwealth Covenant Day")) # Good Friday self._add_good_friday("Good Friday") # Commonwealth Cultural Day in Northern Mariana Islands self._add_holiday_2nd_mon_of_oct("Commonwealth Cultural Day") # Election Day if self._year >= 2008 and self._year % 2 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") # Citizenship Day in Northern Mariana Islands self._add_observed(self._add_holiday_nov_4("Citizenship Day")) # Constitution Day in Northern Mariana Islands self._add_observed(self._add_holiday_dec_8("Constitution Day")) def _populate_subdiv_ms_public_holidays(self): # Martin Luther King Jr. Day if self._year >= 1986: self._add_holiday_3rd_mon_of_jan( "Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays" ) # Confederate Memorial Day if self._year >= 1866: self._add_holiday_last_mon_of_apr("Confederate Memorial Day") def _populate_subdiv_mt_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Lincoln's and Washington's Birthdays") # Election Day if self._year >= 2008 and self._year % 2 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") def _populate_subdiv_nc_public_holidays(self): # Good Friday self._add_good_friday("Good Friday") # Day After Thanksgiving if self._year >= 1975: self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") # Christmas Eve if self._year >= 2013: self._add_christmas_eve_holiday() # Day After Christmas if self._year >= 2013: # If on Saturday or Sunday, observed on Monday # If on Monday, observed on Tuesday name = "Day After Christmas" self._add_observed( self._add_christmas_day_two(name), name=name, rule=MON_TO_NEXT_TUE + SAT_SUN_TO_NEXT_MON, ) def _populate_subdiv_nd_public_holidays(self): pass def _populate_subdiv_ne_public_holidays(self): # Arbor Day if self._year >= 1875: name = "Arbor Day" if self._year >= 1989: self._add_holiday_last_fri_of_apr(name) else: self._add_holiday_apr_22(name) # Indigenous Peoples' Day if self._year >= 1971: self._add_holiday_2nd_mon_of_oct( "Indigenous Peoples' Day" if self._year >= 2020 else "Columbus Day" ) def _populate_subdiv_nh_public_holidays(self): # Martin Luther King Jr. Day if self._year >= 1986: self._add_holiday_3rd_mon_of_jan("Dr. Martin Luther King Jr. / Civil Rights Day") # Election Day if self._year >= 2008 and self._year % 2 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") # Day After Thanksgiving if self._year >= 1975: self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") def _populate_subdiv_nj_public_holidays(self): # Lincoln's Birthday if self._year >= 1971: self._add_observed(self._add_holiday_feb_12("Lincoln's Birthday")) # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents Day") # Good Friday self._add_good_friday("Good Friday") # Election Day if self._year >= 2008 and self._year % 2 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") def _populate_subdiv_nm_public_holidays(self): # Indigenous Peoples' Day if self._year >= 1971: self._add_holiday_2nd_mon_of_oct( "Indigenous Peoples' Day" if self._year >= 2019 else "Columbus Day" ) # Presidents' Day self._add_holiday_1_day_past_4th_thu_of_nov("Presidents' Day") def _populate_subdiv_nv_public_holidays(self): # Nevada Day if self._year >= 1933: name = "Nevada Day" self._add_observed( self._add_holiday_last_fri_of_oct(name) if self._year >= 2000 else self._add_holiday_oct_31(name) ) # Family Day self._add_holiday_1_day_past_4th_thu_of_nov("Family Day") def _populate_subdiv_ny_public_holidays(self): # Lincoln's Birthday if self._year >= 1971: self._add_observed(self._add_holiday_feb_12("Lincoln's Birthday")) # Susan B. Anthony Day if self._year >= 2004: self._add_holiday_feb_15("Susan B. Anthony Day") # Election Day if self._year >= 2015 or (self._year >= 2008 and self._year % 2 == 0): self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") def _populate_subdiv_oh_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Washington-Lincoln Day") def _populate_subdiv_ok_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") # Day After Thanksgiving if self._year >= 1975: self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") def _populate_subdiv_or_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents Day") def _populate_subdiv_pa_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") # Day After Thanksgiving self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") def _populate_subdiv_pr_public_holidays(self): # Epiphany self._add_epiphany_day("Epiphany") # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") # Emancipation Day self._add_observed(self._add_holiday_mar_22("Emancipation Day"), rule=SUN_TO_NEXT_MON) # Good Friday self._add_good_friday("Good Friday") # Constitution Day self._add_observed(self._add_holiday_jul_25("Constitution Day"), rule=SUN_TO_NEXT_MON) # Discovery Day self._add_observed(self._add_holiday_nov_19("Discovery Day"), rule=SUN_TO_NEXT_MON) def _populate_subdiv_ri_public_holidays(self): # Victory Day if self._year >= 1948: self._add_holiday_2nd_mon_of_aug("Victory Day") # Indigenous Peoples' Day if self._year >= 1971: self._add_holiday_2nd_mon_of_oct( "Indigenous Peoples' Day / Columbus Day" if self._year >= 2022 else "Columbus Day" ) def _populate_subdiv_sc_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("President's Day") # Confederate Memorial Day if self._year >= 1866: self._add_holiday_4th_mon_of_apr("Confederate Memorial Day") def _populate_subdiv_sd_public_holidays(self): # Native Americans' Day / Columbus Day if self._year >= 1937: name = "Native Americans' Day" if self._year >= 1990 else "Columbus Day" if self._year >= 1970: self._add_holiday_2nd_mon_of_oct(name) else: self._add_columbus_day(name) def _populate_subdiv_tn_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("President's Day") # Good Friday self._add_good_friday("Good Friday") def _populate_subdiv_tx_public_holidays(self): # Confederate Memorial Day if self._year >= 1931: self._add_holiday_jan_19("Confederate Memorial Day") # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") # Texas Independence Day if self._year >= 1874: self._add_holiday_mar_2("Texas Independence Day") # Cesar Chavez Day if self._year >= 2000: self._add_holiday_mar_31("Cesar Chavez Day") # Good Friday self._add_good_friday("Good Friday") # San Jacinto Day if self._year >= 1875: self._add_holiday_apr_21("San Jacinto Day") # Emancipation Day In Texas if self._year >= 1980: self._add_holiday_jun_19("Emancipation Day In Texas") # Lyndon Baines Johnson Day if self._year >= 1973: self._add_holiday_aug_27("Lyndon Baines Johnson Day") # Friday After Thanksgiving if self._year >= 1975: self._add_holiday_1_day_past_4th_thu_of_nov("Friday After Thanksgiving") # Christmas Eve if self._year >= 1981: self._add_christmas_eve_holiday() # Day After Christmas if self._year >= 1981: self._add_christmas_day_two("Day After Christmas") def _populate_subdiv_um_public_holidays(self): pass def _populate_subdiv_ut_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Washington and Lincoln Day") # Pioneer Day if self._year >= 1849: self._add_observed(self._add_holiday_jul_24("Pioneer Day")) def _populate_subdiv_va_public_holidays(self): # Lee Jackson Day if 1889 <= self._year <= 2020: name = "Lee Jackson Day" if self._year >= 2000: self._add_holiday_3_days_prior_3rd_mon_of_jan(name) elif self._year >= 1983: self._add_holiday_3rd_mon_of_jan(name) else: self._add_holiday_jan_19(name) # Inauguration Day if self._year >= 1789 and (self._year - 1789) % 4 == 0: name = "Inauguration Day" self._add_observed( self._add_holiday_jan_20(name) if self._year >= 1937 else self._add_holiday_mar_4(name), rule=SUN_TO_NEXT_MON, ) # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("George Washington Day") # Indigenous Peoples' Day if self._year >= 1971: self._add_holiday_2nd_mon_of_oct( "Indigenous Peoples' Day" if self._year >= 2020 else "Columbus Day" ) def _populate_subdiv_vi_public_holidays(self): # Three Kings Day self._add_epiphany_day("Three Kings Day") # Washington's Birthday if self._year >= 1879: name = "Presidents' Day" if self._year >= 1971: self._add_holiday_3rd_mon_of_feb(name) else: self._add_holiday_feb_22(name) # Transfer Day self._add_holiday_mar_31("Transfer Day") # Holy Thursday self._add_holy_thursday("Holy Thursday") # Good Friday self._add_good_friday("Good Friday") # Easter Monday self._add_easter_monday("Easter Monday") # Emancipation Day in US Virgin Islands self._add_holiday_jul_3("Emancipation Day") # Columbus Day if self._year >= 1937: name = "Columbus Day and Puerto Rico Friendship Day" if self._year >= 1970: self._add_holiday_2nd_mon_of_oct(name) else: self._add_columbus_day(name) # Liberty Day self._add_holiday_nov_1("Liberty Day") # Christmas Second Day self._add_christmas_day_two("Christmas Second Day") def _populate_subdiv_vt_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") # Town Meeting Day if self._year >= 1800: self._add_holiday_1st_tue_of_mar("Town Meeting Day") # Bennington Battle Day if self._year >= 1778: self._add_observed(self._add_holiday_aug_16("Bennington Battle Day")) def _populate_subdiv_wa_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") def _populate_subdiv_wi_public_holidays(self): # Susan B. Anthony Day if self._year >= 1976: self._add_holiday_feb_15("Susan B. Anthony Day") if self._year >= 2012: # Christmas Eve self._add_christmas_eve_holiday() # New Year's Eve self._add_observed(self._add_new_years_eve("New Year's Eve")) def _populate_subdiv_wv_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("Presidents' Day") # West Virginia Day if self._year >= 1927: self._add_observed(self._add_holiday_jun_20("West Virginia Day")) # Election Day if self._year >= 2008 and self._year % 2 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") # Day After Thanksgiving if self._year >= 1975: self._add_holiday_1_day_past_4th_thu_of_nov("Day After Thanksgiving") def _populate_subdiv_wy_public_holidays(self): # Washington's Birthday if self._year >= 1971: self._add_holiday_3rd_mon_of_feb("President's Day") def _populate_government_holidays(self): # Federal holidays in the United States. self._populate_common(include_federal=True) def _populate_unofficial_holidays(self): # Very common celebrated cultural days, but no official observance. # Due to its nature, no in-lieus are observed. # Valentine's Day # While the modern iteration of Valentine's Day has started in the UK in 1797, # it wasn't until 1847 in the US that this started to be observed here. if self._year >= 1847: self._add_holiday_feb_14("Valentine's Day") # Saint Patrick's Day # Started in Boston in 1737 for the US. self._add_holiday_mar_17("Saint Patrick's Day") # Halloween # Halloween began in the US sometime around the 19th century. self._add_holiday_oct_31("Halloween") # Continental US non-Public dates if self.subdiv not in {"AS", "GU", "MP", "PR", "UM", "VI"}: # Groundhog Day # First observed on Feb 2 in 1886 in Continental US + Hawaii. if self._year >= 1886: self._add_holiday_feb_2("Groundhog Day") # Election Day # May be duplicates for certain states which has this as their actual public holiday. # The current US Presidential Election date pattern was codified in 1848 nationwide. if self._year >= 1848 and self._year % 4 == 0: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") class US(UnitedStates): pass class USA(UnitedStates): pass holidays-0.71/holidays/countries/united_states_minor_outlying_islands.py000066400000000000000000000030241500152103600271740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import GOVERNMENT, PUBLIC, UNOFFICIAL from holidays.countries.united_states import US class HolidaysUM(US): """United States Minor Outlying Islands holidays. Alias of a US subdivision that is also officially assigned its own country code in ISO 3166-1. See """ country = "UM" supported_categories = (GOVERNMENT, PUBLIC, UNOFFICIAL) subdivisions = () # Override US subdivisions. def _populate_public_holidays(self) -> None: self.subdiv = "UM" super()._populate_public_holidays() def _populate_government_holidays(self) -> None: self.subdiv = "UM" super()._populate_government_holidays() def _populate_unofficial_holidays(self) -> None: self.subdiv = "UM" super()._populate_unofficial_holidays() class UM(HolidaysUM): pass class UMI(HolidaysUM): pass class UnitedStatesMinorOutlyingIslands(HolidaysUM): pass holidays-0.71/holidays/countries/united_states_virgin_islands.py000066400000000000000000000030131500152103600254120ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.constants import GOVERNMENT, PUBLIC, UNOFFICIAL from holidays.countries.united_states import US class HolidaysVI(US): """United States Virgin Islands (the) holidays. Alias of a US subdivision that is also officially assigned its own country code in ISO 3166-1. See """ country = "VI" supported_categories = (GOVERNMENT, PUBLIC, UNOFFICIAL) subdivisions = () # Override US subdivisions. def _populate_public_holidays(self) -> None: self.subdiv = "VI" super()._populate_public_holidays() def _populate_government_holidays(self) -> None: self.subdiv = "VI" super()._populate_government_holidays() def _populate_unofficial_holidays(self) -> None: self.subdiv = "VI" super()._populate_unofficial_holidays() class VI(HolidaysVI): pass class VIR(HolidaysVI): pass class UnitedStatesVirginIslands(HolidaysVI): pass holidays-0.71/holidays/countries/uruguay.py000066400000000000000000000142151500152103600211530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import MAR from holidays.constants import BANK, PUBLIC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, TUE_WED_TO_PREV_MON, THU_FRI_TO_NEXT_MON, ) class Uruguay(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Uruguay holidays. References: * * [Law #6997](https://www.impo.com.uy/diariooficial/1919/10/25/2) * [Decree Law #9000](https://www.impo.com.uy/bases/decretos-ley/9000-1933) * [Decree Law #14977](https://www.impo.com.uy/bases/decretos-ley/14977-1979) * [Decree Law #15535](https://www.impo.com.uy/bases/decretos-ley/15535-1984) * [Law #16805](http://www.parlamento.gub.uy/leyes/AccesoTextoLey.asp?Ley=16805) * [Law #17414](http://www.parlamento.gub.uy/leyes/AccesoTextoLey.asp?Ley=17414) """ country = "UY" default_language = "es" supported_categories = (BANK, PUBLIC) supported_languages = ("en_US", "es", "uk") # Law # 6997. start_year = 1920 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, cls=UruguayStaticHolidays) # Decree Law #14977, # 15535, #16805. kwargs.setdefault("observed_rule", TUE_WED_TO_PREV_MON + THU_FRI_TO_NEXT_MON) super().__init__(*args, **kwargs) def _is_observed(self, dt: date) -> bool: return 1980 <= self._year <= 1983 or self._year >= 1997 def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) if self._year <= 1933: # Cry of Asencio. self._add_holiday_feb_28(tr("Grito de Asencio")) # Workers' Day. dt = self._add_labor_day(tr("Día de los Trabajadores")) if self._year <= 1983: self._move_holiday(dt) if self._year <= 1932: # Spain Day. self._add_holiday_may_2(tr("Día de España")) # America Day. self._add_holiday_may_25(tr("Día de América")) # Democracy Day. self._add_holiday_jul_4(tr("Día de la Democracia")) # Humanity Day. self._add_holiday_jul_14(tr("Día de la Humanidad")) # Constitution Day. self._add_holiday_jul_18(tr("Jura de la Constitución")) # Independence Day. self._add_holiday_aug_25(tr("Declaratoria de la Independencia")) if self._year <= 1932: # Italy Day. self._add_holiday_sep_20(tr("Día de Italia")) # Open Town Hall. self._add_holiday_sep_21(tr("Cabildo Abierto")) if self._year <= 1932 or 1936 <= self._year <= 1979: # Beaches Day. self._add_holiday_dec_8(tr("Día de las Playas")) # Day of the Family. self._add_christmas_day(tr("Día de la Familia")) def _populate_bank_holidays(self): # These holidays are generally observed by schools, public sector offices, banks, # and a few private companies. # Children's Day. self._add_holiday_jan_6(tr("Día de los Niños")) # Carnival. name = tr("Carnaval") self._add_carnival_monday(name) self._add_carnival_tuesday(name) if self._year <= 1933 or self._year >= 1949: # Landing of the 33 Patriots. self._move_holiday(self._add_holiday_apr_19(tr("Desembarco de los 33 Orientales"))) # Tourism Week. name = tr("Semana de Turismo") self._add_holiday_6_days_prior_easter(name) self._add_holiday_5_days_prior_easter(name) self._add_holiday_4_days_prior_easter(name) self._add_holy_thursday(name) self._add_good_friday(name) if self._year <= 1932 or self._year >= 1942: # Battle of Las Piedras. self._move_holiday(self._add_holiday_may_18(tr("Batalla de Las Piedras"))) if self._year <= 1932 or self._year >= 1940: # Birthday of Artigas. dt = self._add_holiday_jun_19(tr("Natalicio de Artigas")) if self._year <= 2001: self._move_holiday(dt) if self._year <= 1932 or self._year >= 1937: self._move_holiday( self._add_columbus_day( # Cultural Diversity Day. tr("Día de la Diversidad Cultural") if self._year >= 2014 # Columbus Day. else tr("Día de la Raza") ) ) if self._year <= 1932 or self._year >= 1938: # All Souls' Day. dt = self._add_all_souls_day(tr("Día de los Difuntos")) if self._year <= 2001: self._move_holiday(dt) class UY(Uruguay): pass class URY(Uruguay): pass class UruguayStaticHolidays: # Presidential Inauguration Day. presidential_inauguration_day = tr("Inauguración del Presidente de la República") special_public_holidays = { 1985: (MAR, 1, presidential_inauguration_day), 1990: (MAR, 1, presidential_inauguration_day), 1995: (MAR, 1, presidential_inauguration_day), 2000: (MAR, 1, presidential_inauguration_day), 2005: (MAR, 1, presidential_inauguration_day), 2010: (MAR, 1, presidential_inauguration_day), 2015: (MAR, 1, presidential_inauguration_day), 2020: (MAR, 1, presidential_inauguration_day), } holidays-0.71/holidays/countries/uzbekistan.py000066400000000000000000000164571500152103600216430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars import _CustomIslamicHolidays from holidays.calendars.gregorian import JAN, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.groups import InternationalHolidays, IslamicHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_SUN_TO_NEXT_WORKDAY class Uzbekistan(ObservedHolidayBase, InternationalHolidays, IslamicHolidays, StaticHolidays): """Uzbekistan holidays. References: * * [Labor Code 21.12.1995](https://lex.uz/docs/-142859) * [Labor Code 28.10.2022](https://lex.uz/docs/-6257288) """ country = "UZ" default_language = "uz" # %s (estimated). estimated_label = tr("%s (taxminiy)") # %s (observed). observed_label = tr("%s (ko‘chirilgan)") # %s (observed, estimated). observed_estimated_label = tr("%s (ko‘chirilgan, taxminiy)") supported_languages = ("en_US", "uk", "uz") start_year = 1992 def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs): """ Args: islamic_show_estimated: Whether to add "estimated" label to Islamic holidays name if holiday date is estimated. """ InternationalHolidays.__init__(self) IslamicHolidays.__init__( self, cls=UzbekistanIslamicHolidays, show_estimated=islamic_show_estimated ) StaticHolidays.__init__(self, UzbekistanStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) super().__init__(*args, **kwargs) def _is_observed(self, dt: date) -> bool: # Commencement of the new Labor Code return dt >= date(2023, APR, 30) def _populate_public_holidays(self): dts_observed = set() # New Year's Day. dts_observed.add(self._add_new_years_day(tr("Yangi yil"))) # Women's Day. dts_observed.add(self._add_womens_day(tr("Xotin-qizlar kuni"))) # Nowruz. dts_observed.add(self._add_holiday_mar_21(tr("Navro‘z bayrami"))) dts_observed.add( self._add_world_war_two_victory_day( # Day of Memory and Honor. tr("Xotira va qadrlash kuni") if self._year >= 1999 # Victory Day. else tr("G‘alaba kuni"), is_western=False, ) ) # Independence Day. dts_observed.add(self._add_holiday_sep_1(tr("Mustaqillik kuni"))) if self._year >= 1997: # Teachers and Instructors Day. dts_observed.add(self._add_holiday_oct_1(tr("O‘qituvchi va murabbiylar kuni"))) if self._year >= 1993: dts_observed.add( # Constitution Day. self._add_holiday_dec_8(tr("O‘zbekiston Respublikasi Konstitutsiyasi kuni")) ) # Eid al-Fitr. dts_observed.update(self._add_eid_al_fitr_day(tr("Ro‘za hayit"))) # Eid al-Adha. dts_observed.update(self._add_eid_al_adha_day(tr("Qurbon hayit"))) if self.observed and self._year >= 2023: self._populate_observed(dts_observed) class UZ(Uzbekistan): pass class UZB(Uzbekistan): pass class UzbekistanIslamicHolidays(_CustomIslamicHolidays): EID_AL_ADHA_DATES = { 2006: ((JAN, 10), (DEC, 30)), 2007: (DEC, 19), 2008: (DEC, 8), 2009: (NOV, 27), 2010: (NOV, 16), 2011: (NOV, 6), 2012: (OCT, 26), 2013: (OCT, 15), 2014: (OCT, 4), 2015: (SEP, 24), 2016: (SEP, 12), 2017: (SEP, 1), 2018: (AUG, 21), 2019: (AUG, 11), 2020: (JUL, 31), 2021: (JUL, 20), 2022: (JUL, 9), 2023: (JUN, 28), } EID_AL_FITR_DATES = { 2006: (OCT, 23), 2007: (OCT, 13), 2008: (OCT, 1), 2009: (SEP, 21), 2010: (SEP, 10), 2011: (AUG, 31), 2012: (AUG, 19), 2013: (AUG, 9), 2014: (JUL, 28), 2015: (JUL, 18), 2016: (JUL, 6), 2017: (JUN, 26), 2018: (JUN, 15), 2019: (JUN, 5), 2020: (MAY, 24), 2021: (MAY, 13), 2022: (MAY, 2), 2023: (APR, 21), 2024: (APR, 10), } class UzbekistanStaticHolidays: # Date format (see strftime() Format Codes) substituted_date_format = tr("%d/%m %Y") # Day off (substituted from %s). substituted_label = tr("Dam olish kuni (%s dan ko‘chirilgan)") # Additional day off by Presidential decree. additional_day_off = tr("Prezidentining farmoni bilan qo‘shimcha dam olish kuni") special_public_holidays = { 2018: ( (JAN, 2, additional_day_off), (JAN, 3, JAN, 6), (MAR, 19, MAR, 17), (MAR, 22, MAR, 24), (MAR, 30, additional_day_off), (AUG, 23, AUG, 25), (AUG, 24, AUG, 26), (AUG, 31, additional_day_off), (SEP, 3, SEP, 8), (SEP, 4, SEP, 15), (DEC, 31, DEC, 29), ), 2019: ( (JAN, 2, additional_day_off), (JAN, 3, JAN, 5), (MAR, 22, additional_day_off), (JUN, 6, JUN, 1), (SEP, 2, additional_day_off), (SEP, 3, SEP, 7), (DEC, 31, DEC, 28), ), 2020: ( (JAN, 2, JAN, 4), (MAR, 23, additional_day_off), (AUG, 31, AUG, 29), ), 2021: ( (MAR, 22, MAR, 27), (MAY, 14, additional_day_off), (JUL, 21, JUL, 17), (JUL, 22, JUL, 24), (SEP, 2, additional_day_off), (SEP, 3, additional_day_off), (DEC, 31, additional_day_off), ), 2022: ( (JAN, 3, additional_day_off), (JAN, 4, JAN, 8), (MAR, 22, additional_day_off), (MAR, 23, additional_day_off), (MAY, 3, additional_day_off), (MAY, 4, MAY, 7), (JUL, 11, additional_day_off), (JUL, 12, JUL, 16), (SEP, 2, additional_day_off), ), 2023: ( (JAN, 2, additional_day_off), (JAN, 3, JAN, 7), (MAR, 20, MAR, 11), (MAR, 22, MAR, 25), (APR, 24, additional_day_off), (JUN, 29, additional_day_off), (JUN, 30, additional_day_off), ), 2024: ( (JAN, 2, JAN, 6), (MAR, 22, additional_day_off), (APR, 11, additional_day_off), (APR, 12, APR, 13), (JUN, 18, additional_day_off), (SEP, 3, additional_day_off), (DEC, 30, DEC, 14), (DEC, 31, additional_day_off), ), } holidays-0.71/holidays/countries/vanuatu.py000066400000000000000000000066041500152103600211400ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import JUL, OCT from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON, MON_TO_NEXT_TUE class Vanuatu(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Vanuatu holidays. References: * * * """ country = "VU" observed_label = "%s (observed)" # On 30 July 1980, Vanuatu gained independence from Britain and France. start_year = 1981 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, VanuatuStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Years Day. self._add_observed(self._add_new_years_day("New Year's Day")) if self._year >= 1999: # Father Lini Day. self._add_observed(self._add_holiday_feb_21("Father Lini Day")) # Custom Chief's Day. self._add_observed(self._add_holiday_mar_5("Custom Chief's Day")) # Good Friday. self._add_good_friday("Good Friday") # Easter Monday. self._add_easter_monday("Easter Monday") # Labour Day. self._add_observed(self._add_labor_day("Labour Day")) # Ascension Day. self._add_ascension_thursday("Ascension Day") # Children's Day. self._add_observed(self._add_holiday_jul_24("Children's Day")) # Independence Day. self._add_observed(self._add_holiday_jul_30("Independence Day")) # Assumption Day. self._add_observed(self._add_assumption_of_mary_day("Assumption Day")) # Constitution Day. self._add_observed(self._add_holiday_oct_5("Constitution Day")) # Unity Day. self._add_observed(self._add_holiday_nov_29("Unity Day")) # Christmas Day. self._add_christmas_day("Christmas Day") # Family Day. self._add_observed( self._add_christmas_day_two("Family Day"), rule=SUN_TO_NEXT_MON + MON_TO_NEXT_TUE ) class VU(Vanuatu): pass class VTU(Vanuatu): pass class VanuatuStaticHolidays: independence_anniversary = "40th Independence Anniversary" special_public_holidays = { 2020: ( (JUL, 23, independence_anniversary), (JUL, 27, independence_anniversary), (JUL, 28, independence_anniversary), (JUL, 29, independence_anniversary), (JUL, 31, independence_anniversary), ), 2022: (OCT, 13, "Election Day"), } holidays-0.71/holidays/countries/vatican_city.py000066400000000000000000000170351500152103600221320ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class VaticanCity(HolidayBase, ChristianHolidays, InternationalHolidays): """Vatican City holidays. References: * * * * * * * Cross-checked With: * * * * * * """ country = "VA" default_language = "it" supported_languages = ("en_US", "it", "th") # Lateran Treaty, FEB 11, 2029. start_year = 1929 def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self) -> None: # This is supposedly the same as International New Year. # Modern adoption across the entire Latin Church in 1931 though this # was already celebrated in Rome as the Octave day of Christmas. # Solemnity of Mary, Mother of God. self._add_holiday_jan_1(tr("Solennità di Maria Santissima Madre di Dio")) # Epiphany. self._add_epiphany_day(tr("Epifania del Signore")) self._add_holiday_feb_11( # Anniversary of the Foundation of Vatican City. tr("Anniversario della istituzione dello Stato della Città del Vaticano") ) # Anniversary of the Election of the Holy Father. name_election = tr("Anniversario dell'Elezione del Santo Padre") # Name Day of the Holy Father. name_day = tr("Onomastico del Santo Padre") if self._year >= 2013: # Pope Francis (Jorge Mario Bergoglio). # Name Day: Saint George's Day (APR 23). self._add_holiday_mar_13(name_election) self._add_saint_georges_day(name_day) elif self._year >= 2005: # Pope Benedict XVI (Josef Aloisius Ratzinger). # Name Day: Saint Joseph's Day (MAR 19). self._add_holiday_apr_19(name_election) self._add_saint_josephs_day(name_day) elif self._year >= 1978: # Pope John Paul II (Karol Józef Wojtyła). # Name Day: Saint Charles Borromeo Day (NOV 4). self._add_holiday_oct_16(name_election) self._add_holiday_nov_4(name_day) if self._year == 1978: # Pope John Paul I (Albino Luciani). # Name Day: Saint Albinus of Angers (MAR 1)? self._add_holiday_aug_26(name_election) # Pope Paul VI (cont.). self._add_holiday_jun_21(name_election) elif self._year >= 1963: # Pope Paul VI (Giovanni Battista Enrico Antonio Maria Montini). # Name Day: Saint John's Day (JUN 24)? self._add_holiday_jun_21(name_election) elif self._year >= 1958: # Pope John XXIII (Angelo Giuseppe Roncalli). # Name Day: Saint Angelus of Jerusalem (MAY 5)? self._add_holiday_oct_28(name_election) if self._year == 1958: # Pope Pius XII (cont.). self._add_holiday_mar_2(name_election) elif self._year >= 1939: # Pope Pius XII (Eugenio Maria Giuseppe Giovanni Pacelli). # Name Day: Saint Eugene (JUN 2)? self._add_holiday_mar_2(name_election) if self._year == 1939: # Pope Pius XI (cont.). self._add_holiday_feb_6(name_election) else: # Pope Pius XI (Achille Ambrogio Damiano Ratti). # Name Day: Saint Nereus and Achilleus (MAY 12)? self._add_holiday_feb_6(name_election) # Saint Joseph's Day. self._add_saint_josephs_day(tr("San Giuseppe")) # Maundy Thursday. self._add_holy_thursday(tr("Giovedì Santo")) # Good Friday. self._add_good_friday(tr("Venerdì Santo")) # Holy Saturday. self._add_holy_saturday(tr("Sabato Santo")) # Easter Sunday. self._add_easter_sunday(tr("Pasqua di Resurrezione")) # Easter Monday. self._add_easter_monday(tr("Lunedì dell'Angelo")) # Easter Tuesday. self._add_easter_tuesday(tr("Martedì in Albis")) # Created in response to May Day holidays by Pope Pius XII in 1955. if self._year >= 1955: # Saint Joseph the Worker. self._add_holiday_may_1(tr("San Giuseppe Artigiano")) # Solemnity of Pentecost. self._add_whit_sunday(tr("Solennità della Pentecoste")) # Solemnity of Holy Trinity. self._add_trinity_sunday(tr("Solennità della Santissima Trinità")) # Ascension Day. self._add_ascension_thursday(tr("Ascensione del Signore")) # Corpus Domini. self._add_corpus_christi_day(tr("Corpus Domini")) # Saints Peter and Paul's Day. self._add_saints_peter_and_paul_day(tr("Santi Pietro e Paolo")) # Day Before Assumption of Mary. self._add_holiday_aug_14(tr("Vigilia dell'Assunzione di Maria Santissima")) # Assumption of Mary Day. self._add_assumption_of_mary_day(tr("Assunzione di Maria Santissima")) # Day After Assumption of Mary. self._add_holiday_aug_16(tr("Giorno Successivo all'Assunzione di Maria Santissima")) # All Saints' Day. self._add_all_saints_day(tr("Tutti i Santi")) # All Souls' Day. self._add_all_souls_day(tr("Tutti i Fedeli Defunti")) # Immaculate Conception. self._add_immaculate_conception_day(tr("Immacolata Concezione")) # Christmas Eve. self._add_christmas_eve(tr("Vigilia di Natale")) # Christmas Day. self._add_christmas_day(tr("Natale")) # Saint Stephen's Day. self._add_christmas_day_two(tr("Santo Stefano")) # Saint John the Evangelist's Day. self._add_christmas_day_three(tr("San Giovanni")) # Last Day of the Year. self._add_new_years_eve(tr("Ultimo giorno dell'anno")) class VA(VaticanCity): pass class VAT(VaticanCity): pass holidays-0.71/holidays/countries/venezuela.py000066400000000000000000000100461500152103600214460ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class Venezuela(HolidayBase, ChristianHolidays, InternationalHolidays): """Venezuela holidays. References: * * [1909 Aug 5](https://www.guao.org/sites/default/files/efemerides/69.Ley%20fiestas%20nacionales%201909.pdf) * [1918 May 19](https://www.guao.org/sites/default/files/efemerides/70.%20Ley%20de%20fiestas%20nacionales%201918.pdf) * [1921 Jun 11](https://guao.org/sites/default/files/efemerides/37.LEYES_Y_DECRETOS_1921_Di%cc%81a_de_la_raza.PDF) * [1971 Jun 22](https://www.ilo.org/dyn/travail/docs/2030/Law%20No.29.541.pdf) * [2002 Oct 10](https://www.acnur.org/fileadmin/Documentos/BDL/2008/6635.pdf) * [2012 May 7](https://oig.cepal.org/sites/default/files/2012_leyorgtrabajo_ven.pdf) """ country = "VE" default_language = "es" supported_languages = ("en_US", "es", "uk") start_year = 1801 def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_new_years_day(tr("Año Nuevo")) # Monday of Carnival. self._add_carnival_monday(tr("Lunes de Carnaval")) # Tuesday of Carnival. self._add_carnival_tuesday(tr("Martes de Carnaval")) # Maundy Thursday. self._add_holy_thursday(tr("Jueves Santo")) # Good Friday. self._add_good_friday(tr("Viernes Santo")) # Note: not sure about the start year, but this event happened in 1811 if self._year >= 1811: # Declaration of Independence. self._add_holiday_apr_19(tr("Declaración de la Independencia")) # https://bit.ly/3B4Xd1L if self._year >= 1946: # International Worker's Day. self._add_labor_day(tr("Dia Mundial del Trabajador")) # Note: not sure about the start year, but this event happened in 1824 if self._year >= 1971 or 1824 <= self._year <= 1917: # Battle of Carabobo. self._add_holiday_jun_24(tr("Batalla de Carabobo")) # Note: not sure about the start year, but this event happened in 1811 if self._year >= 1811: # Independence Day. self._add_holiday_jul_5(tr("Día de la Independencia")) if self._year >= 1918: # Birthday of Simon Bolivar. self._add_holiday_jul_24(tr("Natalicio de Simón Bolívar")) if self._year >= 1921: self._add_columbus_day( # Day of Indigenous Resistance. tr("Día de la Resistencia Indígena") if self._year >= 2002 # Columbus Day. else tr("Día de la Raza") ) # Note: not sure about the start year nor the reason this was # Note: celebrated; the historical records are unclear if 1909 <= self._year <= 1917: # Unknown Holiday. self._add_holiday_oct_28(tr("Día Festivo Desconocido")) # Christmas Eve. self._add_christmas_eve(tr("Nochebuena")) # Christmas Day. self._add_christmas_day(tr("Día de Navidad")) # New Year's Eve. self._add_new_years_eve(tr("Fiesta de Fin de Año")) class VE(Venezuela): pass class VEN(Venezuela): pass holidays-0.71/holidays/countries/vietnam.py000066400000000000000000000140401500152103600211110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from gettext import gettext as tr from holidays.calendars.gregorian import ( JAN, FEB, APR, MAY, SEP, DEC, MON, TUE, WED, THU, FRI, SAT, SUN, _timedelta, ) from holidays.groups import ChineseCalendarHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ( ObservedHolidayBase, ObservedRule, SAT_TO_PREV_WORKDAY, SUN_TO_NEXT_WORKDAY, SAT_SUN_TO_NEXT_WORKDAY, ) NATIONAL_DAY_RULE = ObservedRule({MON: +1, TUE: -1, WED: -1, THU: +1, FRI: -1, SAT: -1, SUN: +1}) class Vietnam(ObservedHolidayBase, ChineseCalendarHolidays, InternationalHolidays, StaticHolidays): """Vietnam holidays. References: * [Labor Code 1994 (Art. 73) (en)](https://vbpl.vn/TW/Pages/vbpqen-toanvan.aspx?ItemID=2835) * [Labor Code 2012 (Art. 115) (en)](https://vbpl.vn/TW/Pages/vbpqen-toanvan.aspx?ItemID=11013) * [Labor Code 2012 (Art. 115) (vi)](https://vbpl.vn/TW/Pages/vbpq-toanvan.aspx?ItemID=27615) * [Labor Code 2019 (Art. 112) (en)](https://vbpl.vn/TW/Pages/vbpqen-toanvan.aspx?ItemID=11135) * [Labor Code 2019 (Art. 112) (vi)](https://vbpl.vn/TW/Pages/vbpq-van-ban-goc.aspx?ItemID=139264) """ country = "VN" # %s (observed). observed_label = tr("%s (nghỉ bù)") default_language = "vi" supported_languages = ("en_US", "th", "vi") def __init__(self, *args, **kwargs): ChineseCalendarHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, VietnamStaticHolidays) kwargs.setdefault("observed_rule", SAT_SUN_TO_NEXT_WORKDAY) kwargs.setdefault("observed_since", 1995) super().__init__(*args, **kwargs) def _add_lunar_new_year_observed(self, dt_lny: date) -> None: if self._year <= 1994: return None day_names = { # 29 of Lunar New Year. -2: tr("29 Tết"), # Fourth Day of Lunar New Year. 3: tr("Mùng bốn Tết Nguyên Đán"), # Fifth Day of Lunar New Year. 4: tr("Mùng năm Tết Nguyên Đán"), # Sixth Day of Lunar New Year. 5: tr("Mùng sáu Tết Nguyên Đán"), } for delta in range(-1, 4 if self._year >= 2013 else 3): dt = _timedelta(dt_lny, delta) dt_observed = self._get_observed_date( dt, rule=( SAT_TO_PREV_WORKDAY + SUN_TO_NEXT_WORKDAY if self._year >= 2014 else SAT_SUN_TO_NEXT_WORKDAY ), ) if dt_observed != dt: self._add_holiday( day_names[(dt_observed - dt_lny).days], # type: ignore[operator] dt_observed, ) def _populate_public_holidays(self): dts_observed = set() # New Year's Day. dts_observed.add(self._add_new_years_day(tr("Tết Dương lịch"))) # Lunar New Year's Eve. self._add_chinese_new_years_eve(tr("Giao thừa Tết Nguyên Đán")) # Lunar New Year. lny = self._add_chinese_new_years_day(tr("Tết Nguyên Đán")) # Second Day of Lunar New Year. self._add_chinese_new_years_day_two(tr("Mùng hai Tết Nguyên Đán")) # Third Day of Lunar New Year. self._add_chinese_new_years_day_three(tr("Mùng ba Tết Nguyên Đán")) if self._year >= 2013: # Fourth Day of Lunar New Year. self._add_chinese_new_years_day_four(tr("Mùng bốn Tết Nguyên Đán")) if self._year >= 2007: # Hung Kings' Commemoration Day. dts_observed.add(self._add_hung_kings_day(tr("Ngày Giỗ Tổ Hùng Vương"))) # Liberation Day/Reunification Day. dts_observed.add(self._add_holiday_apr_30(tr("Ngày Chiến thắng"))) # International Labor Day. dts_observed.add(self._add_labor_day(tr("Ngày Quốc tế Lao động"))) # National Day. name = tr("Quốc khánh") dts_observed.add(sep_2 := self._add_holiday_sep_2(name)) if self._year >= 2021: self._add_holiday(name, self._get_observed_date(sep_2, NATIONAL_DAY_RULE)) if self.observed: self._add_lunar_new_year_observed(lny) self._populate_observed(dts_observed) class VN(Vietnam): pass class VNM(Vietnam): pass class VietnamStaticHolidays: """Vietnam special holidays. References: * [2018-2019](https://thuvienphapluat.vn/cong-van/EN/Lao-dong-Tien-luong/Official-Dispatch-6519-VPCP-KGVX-2018-national-holidays-for-public-sector-employees/387625/tieng-anh.aspx) * [2024](https://thuvienphapluat.vn/cong-van/EN/Lao-dong-Tien-luong/Official-Dispatch-2450-VPCP-KGVX-2024-swap-of-working-days-during-the-Reunification-Day/606458/tieng-anh.aspx) """ # Date format (see strftime() Format Codes). substituted_date_format = tr("%d/%m/%Y") # Day off (substituted from %s). substituted_label = tr("Ngày nghỉ (thay cho ngày %s)") special_public_holidays = { 2010: (FEB, 19, FEB, 27), 2012: (JAN, 27, FEB, 4), 2013: (APR, 29, MAY, 4), 2014: ( (MAY, 2, APR, 26), (SEP, 1, SEP, 6), ), 2015: ( (JAN, 2, DEC, 27, 2014), (FEB, 16, FEB, 14), (APR, 29, APR, 25), ), 2018: (DEC, 31, JAN, 5, 2019), 2019: (APR, 29, MAY, 4), 2024: (APR, 29, MAY, 4), } holidays-0.71/holidays/countries/zambia.py000066400000000000000000000075071500152103600207230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import MAR, JUL, AUG, SEP from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON class Zambia(ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays): """Zambia holidays. References: * * * * """ country = "ZM" observed_label = "%s (observed)" start_year = 1965 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, ZambiaStaticHolidays) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day("New Year's Day")) if self._year >= 1991: self._add_observed( # International Women's Day. self._add_womens_day("International Women's Day") ) # Youth Day. self._add_observed(self._add_holiday_mar_12("Youth Day")) # Good Friday. self._add_good_friday("Good Friday") # Holy Saturday. self._add_holy_saturday("Holy Saturday") # Easter Monday. self._add_easter_monday("Easter Monday") if self._year >= 2022: # Kenneth Kaunda Day. self._add_observed(self._add_holiday_apr_28("Kenneth Kaunda Day")) # Labour Day. self._add_observed(self._add_labor_day("Labour Day")) # Africa Freedom Day. self._add_observed(self._add_africa_day("Africa Freedom Day")) # Heroes' Day. self._add_holiday_1st_mon_of_jul("Heroes' Day") # Unity Day. self._add_holiday_1_day_past_1st_mon_of_jul("Unity Day") # Farmers' Day. self._add_holiday_1st_mon_of_aug("Farmers' Day") if self._year >= 2015: # National Prayer Day. self._add_observed(self._add_holiday_oct_18("National Prayer Day")) # Independence Day. self._add_observed(self._add_holiday_oct_24("Independence Day")) # Christmas Day. self._add_observed(self._add_christmas_day("Christmas Day")) class ZM(Zambia): pass class ZMB(Zambia): pass class ZambiaStaticHolidays: special_public_holidays = { 2016: ( (AUG, 11, "General elections and referendum"), (SEP, 13, "Inauguration ceremony of President-elect and Vice President-elect"), ), 2018: ( (MAR, 9, "Public holiday"), (JUL, 26, "Lusaka mayoral and other local government elections"), ), 2021: ( (JUL, 2, "Memorial service for Kenneth Kaunda"), (JUL, 7, "Funeral of Kenneth Kaunda"), (AUG, 12, "General elections"), (AUG, 13, "Counting in general elections"), (AUG, 24, "Presidential inauguration"), ), 2022: (MAR, 18, "Funeral of Rupiah Banda"), } holidays-0.71/holidays/countries/zimbabwe.py000066400000000000000000000054301500152103600212510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON, SUN_TO_NEXT_TUE class Zimbabwe(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """Zimbabwe holidays. References: * * """ country = "ZW" observed_label = "%s (observed)" start_year = 1988 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. self._add_observed(self._add_new_years_day("New Year's Day")) if self._year >= 2018: self._add_observed( # Robert Gabriel Mugabe National Youth Day. self._add_holiday_feb_21("Robert Gabriel Mugabe National Youth Day") ) # Good Friday. self._add_good_friday("Good Friday") # Easter Saturday. self._add_holy_saturday("Easter Saturday") # Easter Monday. self._add_easter_monday("Easter Monday") self._add_observed( # Independence Day. apr_18 := self._add_holiday_apr_18("Independence Day"), rule=SUN_TO_NEXT_TUE if apr_18 == self._easter_sunday else SUN_TO_NEXT_MON, ) # Workers' Day. self._add_observed(self._add_labor_day("Workers' Day")) # Africa Day. self._add_observed(self._add_africa_day("Africa Day")) # Zimbabwe Heroes' Day. self._add_holiday_2nd_mon_of_aug("Zimbabwe Heroes' Day") # Defense Forces Day. self._add_holiday_1_day_past_2nd_mon_of_aug("Defense Forces Day") # Unity Day. self._add_observed(self._add_holiday_dec_22("Unity Day")) # Christmas Day. self._add_observed(self._add_christmas_day("Christmas Day"), rule=SUN_TO_NEXT_TUE) # Boxing Day. self._add_observed(self._add_christmas_day_two("Boxing Day")) class ZW(Zimbabwe): pass class ZWE(Zimbabwe): pass holidays-0.71/holidays/deprecations/000077500000000000000000000000001500152103600175425ustar00rootroot00000000000000holidays-0.71/holidays/deprecations/v1_incompatibility.py000066400000000000000000000034721500152103600237300ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from holidays.version import __version__ FUTURE_INCOMPATIBILITY_WARNING_TEMPLATE = """ This is a future version incompatibility warning from Holidays v{version} to inform you about an upcoming change in our API versioning strategy that may affect your project's dependencies. Starting from version 1.0 onwards, we will be following a loose form of Semantic Versioning (SemVer, https://semver.org) to provide clearer communication regarding any potential breaking changes. This means that while we strive to maintain backward compatibility, there might be occasional updates that introduce breaking changes to our API. To ensure the stability of your projects, we highly recommend pinning the version of our API that you rely on. You can pin your current holidays v0.x dependency (e.g., holidays=={version}) or limit it (e.g., holidays<1.0) in order to avoid potentially unwanted upgrade to the version 1.0 when it's released (ETA 2025Q1-Q2). If you have any questions or concerns regarding this change, please don't hesitate to reach out to us via https://github.com/vacanza/holidays/discussions/1800. """ class FutureIncompatibilityWarning(DeprecationWarning): pass warnings.warn( FUTURE_INCOMPATIBILITY_WARNING_TEMPLATE.format(version=__version__), FutureIncompatibilityWarning, ) holidays-0.71/holidays/financial/000077500000000000000000000000001500152103600170065ustar00rootroot00000000000000holidays-0.71/holidays/financial/__init__.py000066400000000000000000000014431500152103600211210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 from .brasil_bolsa_balcao import BrasilBolsaBalcao, BVMF, B3 from .european_central_bank import EuropeanCentralBank, XECB, ECB, TAR from .ice_futures_europe import ICEFuturesEurope, IFEU from .ny_stock_exchange import NewYorkStockExchange, XNYS, NYSE holidays-0.71/holidays/financial/brasil_bolsa_balcao.py000066400000000000000000000106751500152103600233260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from gettext import gettext as tr from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.holiday_base import HolidayBase class BrasilBolsaBalcao(HolidayBase, ChristianHolidays, InternationalHolidays): """Brasil, Bolsa, Balcão holidays. References: * [Decreto n. 155-B, de 14.01.1890](https://www2.camara.leg.br/legin/fed/decret/1824-1899/decreto-155-b-14-janeiro-1890-517534-publicacaooriginal-1-pe.html) * [Decreto n. 19.488, de 15.12.1930](https://www2.camara.leg.br/legin/fed/decret/1930-1939/decreto-19488-15-dezembro-1930-508040-republicacao-85201-pe.html) * [Decreto n. 22.647, de 17.04.1933](https://www2.camara.leg.br/legin/fed/decret/1930-1939/decreto-22647-17-abril-1933-558774-publicacaooriginal-80337-pe.html) * [Lei n. 662, de 6.04.1949](https://www2.camara.leg.br/legin/fed/lei/1940-1949/lei-662-6-abril-1949-347136-publicacaooriginal-1-pl.html) * [Lei n. 6.802, de 30.06.1980](https://www.planalto.gov.br/ccivil_03/leis/l6802.htm) * [Resolução n. 2.516, de 29.06.1998](https://www.bcb.gov.br/pre/normativos/res/1998/pdf/res_2516_v2_P.pdf) * [Lei n. 14.759, de 21.12.2023](https://www2.camara.leg.br/legin/fed/lei/2023/lei-14759-21-dezembro-2023-795091-publicacaooriginal-170522-pl.html) Historical data: * [Feriados ANBIMA 2001-2099](https://www.anbima.com.br/feriados) * [Calendario de negociação B3](https://www.b3.com.br/pt_br/solucoes/plataformas/puma-trading-system/para-participantes-e-traders/calendario-de-negociacao/feriados) """ market = "BVMF" default_language = "pt_BR" supported_languages = ("en_US", "pt_BR", "uk") # Decreto n. 155-B, de 14.01.1890 # Curiously enough, 1890 is also the year of foundation of the # São Paulo Stock Exchange, which would later become the B3. start_year = 1890 def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # Universal Fraternization Day. self._add_new_years_day(tr("Confraternização Universal")) # Carnival. carnival_name = tr("Carnaval") self._add_carnival_monday(carnival_name) self._add_carnival_tuesday(carnival_name) # Resolução n. 2.516, de 29.06.1998 if self._year <= 1999: # Holy Thursday. self._add_holy_thursday(tr("Quinta-feira Santa")) # Good Friday. self._add_good_friday(tr("Sexta-feira Santa")) # Tiradentes' Day was revoked by president Getúlio Vargas in # december of 1930, through Decreto n. 19.488, but reinstated # by the same president in 1933, through Decreto n. 22.647. if self._year not in {1931, 1932}: # Tiradentes' Day. self._add_holiday_apr_21(tr("Tiradentes")) if self._year >= 1925: # Worker's Day. self._add_labor_day(tr("Dia do Trabalhador")) # Corpus Christi. self._add_corpus_christi_day(tr("Corpus Christi")) # Independence Day. self._add_holiday_sep_7(tr("Independência do Brasil")) # Lei n. 6.802, de 30.06.1980 if self._year >= 1980: # Our Lady of Aparecida. self._add_holiday_oct_12(tr("Nossa Senhora Aparecida")) # All Souls' Day. self._add_all_souls_day(tr("Finados")) # Republic Proclamation Day. self._add_holiday_nov_15(tr("Proclamação da República")) # Lei n. 14.759, de 21.12.2023 if self._year >= 2024: # National Day of Zumbi and Black Awareness. self._add_holiday_nov_20(tr("Dia Nacional de Zumbi e da Consciência Negra")) if self._year >= 1922: # Christmas Day. self._add_christmas_day(tr("Natal")) class BVMF(BrasilBolsaBalcao): pass class B3(BrasilBolsaBalcao): pass holidays-0.71/holidays/financial/european_central_bank.py000066400000000000000000000037651500152103600237140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.calendars.gregorian import DEC from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.holiday_base import HolidayBase class EuropeanCentralBank(HolidayBase, ChristianHolidays, InternationalHolidays): """European Central Bank holidays. References: * * * * """ market = "XECB" start_year = 2000 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, EuropeanCentralBankStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self): self._add_new_years_day("New Year's Day") self._add_good_friday("Good Friday") self._add_easter_monday("Easter Monday") self._add_labor_day("Labour Day") self._add_christmas_day("Christmas Day") self._add_christmas_day_two("Christmas Holiday") class XECB(EuropeanCentralBank): pass class ECB(EuropeanCentralBank): pass class TAR(EuropeanCentralBank): pass class EuropeanCentralBankStaticHolidays: special_public_holidays = { 2000: (DEC, 31, "Additional closing day"), } holidays-0.71/holidays/financial/ice_futures_europe.py000066400000000000000000000033551500152103600232620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from holidays.groups import ChristianHolidays, InternationalHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_TO_NONE, SUN_TO_NEXT_MON class ICEFuturesEurope(ObservedHolidayBase, ChristianHolidays, InternationalHolidays): """ICE Futures Europe holidays. References: * * * * """ market = "IFEU" start_year = 2014 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) kwargs.setdefault("observed_rule", SAT_TO_NONE + SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): self._move_holiday(self._add_new_years_day("New Year's Day")) self._add_good_friday("Good Friday") self._move_holiday(self._add_christmas_day("Christmas Day")) class IFEU(ICEFuturesEurope): pass holidays-0.71/holidays/financial/ny_stock_exchange.py000066400000000000000000000250331500152103600230560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from holidays.calendars.gregorian import ( JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC, _timedelta, ) from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays from holidays.observed_holiday_base import ObservedHolidayBase, SAT_TO_PREV_FRI, SUN_TO_NEXT_MON class NewYorkStockExchange( ObservedHolidayBase, ChristianHolidays, InternationalHolidays, StaticHolidays ): """New York Stock Exchange holidays. References: * * Historical data: * * """ market = "XNYS" observed_label = "%s (observed)" start_year = 1863 def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) InternationalHolidays.__init__(self) StaticHolidays.__init__(self, NewYorkStockExchangeStaticHolidays) kwargs.setdefault("observed_rule", SAT_TO_PREV_FRI + SUN_TO_NEXT_MON) super().__init__(*args, **kwargs) def _populate_public_holidays(self): # New Year's Day. name = "New Year's Day" self._move_holiday(self._add_new_years_day(name)) # MLK, 3rd Monday of January. if self._year >= 1998: self._add_holiday_3rd_mon_of_jan("Martin Luther King Jr. Day") # LINCOLN BIRTHDAY: observed 1896 - 1953 and 1968, Feb 12 (observed) if 1896 <= self._year <= 1953 or self._year == 1968: self._move_holiday(self._add_holiday_feb_12("Lincoln's Birthday")) # WASHINGTON'S BIRTHDAY: Feb 22 (obs) until 1971, then 3rd Mon of Feb name = "Washington's Birthday" if self._year <= 1970: self._move_holiday(self._add_holiday_feb_22(name)) else: self._add_holiday_3rd_mon_of_feb(name) # GOOD FRIDAY - closed every year except 1898, 1906, and 1907 if self._year not in {1898, 1906, 1907}: self._add_good_friday("Good Friday") # MEM DAY (May 30) - closed every year since 1873 # last Mon in May since 1971 if self._year >= 1873: name = "Memorial Day" if self._year <= 1970: self._move_holiday(self._add_holiday_may_30(name)) else: self._add_holiday_last_mon_of_may(name) # FLAG DAY: June 14th 1916 - 1953 if 1916 <= self._year <= 1953: self._move_holiday(self._add_holiday_jun_14("Flag Day")) # JUNETEENTH: since 2022 if self._year >= 2022: self._move_holiday(self._add_holiday_jun_19("Juneteenth National Independence Day")) # INDEPENDENCE DAY (July 4) - history suggests closed every year self._move_holiday(self._add_holiday_jul_4("Independence Day")) # LABOR DAY - first mon in Sept, since 1887 if self._year >= 1887: self._add_holiday_1st_mon_of_sep("Labor Day") # COLUMBUS DAY/INDIGENOUS PPL DAY: Oct 12 - closed 1909-1953 if 1909 <= self._year <= 1953: self._move_holiday(self._add_columbus_day("Columbus Day")) # ELECTION DAY: Tuesday after first Monday in November (2 U.S. Code §7) # closed until 1969, then closed pres years 1972-80 if self._year <= 1968 or self._year in {1972, 1976, 1980}: self._add_holiday_1_day_past_1st_mon_of_nov("Election Day") # VETERAN'S DAY: Nov 11 - closed 1918, 1921, 1934-1953 if self._year in {1918, 1921} or 1934 <= self._year <= 1953: self._move_holiday(self._add_remembrance_day("Veteran's Day")) # THXGIVING DAY: 4th Thurs in Nov - closed every year self._add_holiday_4th_thu_of_nov("Thanksgiving Day") # XMAS DAY: Dec 25th - every year self._move_holiday(self._add_christmas_day("Christmas Day")) # Special holidays. if self._year == 1914: # Beginning of WWI. begin = date(self._year, JUL, 31) end = date(self._year, NOV, 27) for dt in (_timedelta(begin, n) for n in range((end - begin).days + 1)): if self._is_weekend(dt) or dt in self: continue self._add_holiday("World War I", dt) elif self._year == 1968: begin = date(self._year, JUN, 12) end = date(self._year, DEC, 24) # Wednesday special holiday. for dt in (_timedelta(begin, n) for n in range(0, (end - begin).days + 1, 7)): self._add_holiday("Paper Crisis", dt) class XNYS(NewYorkStockExchange): pass class NYSE(NewYorkStockExchange): pass class NewYorkStockExchangeStaticHolidays: """New York Stock Exchange special holidays. References: * * """ # Blizzard of 1888. name_blizard_1888 = "Blizzard of 1888" # Centennial of George Washington's Inauguration. name_george_washington_centennial = "Centennial of George Washington's Inauguration" # Columbian Celebration. name_columbian_celebration = "Columbian Celebration" # Heatless Day. name_heatless_day = "Heatless Day" # Catch Up Day. name_catch_up_day = "Catch Up Day" # Special Bank Holiday. name_special_bank_holiday = "Special Bank Holiday" # V-J Day (WWII). name_vj_day_wwii = "V-J Day (WWII)" # Christmas Eve. name_christmas_eve = "Christmas Eve" # Closed for Sept 11, 2001 Attacks. name_sept11_attacks = "Closed for Sept 11, 2001 Attacks" # Hurricane Sandy. name_hurricane_sandy = "Hurricane Sandy" special_public_holidays = { 1888: ( (MAR, 12, name_blizard_1888), (MAR, 13, name_blizard_1888), (NOV, 30, "Thanksgiving Friday 1888"), ), 1889: ( (APR, 29, name_george_washington_centennial), (APR, 30, name_george_washington_centennial), (MAY, 1, name_george_washington_centennial), ), 1892: ( (OCT, 12, name_columbian_celebration), (OCT, 21, name_columbian_celebration), ), 1893: (APR, 27, name_columbian_celebration), 1897: (APR, 27, "Grant's Birthday"), 1898: (MAY, 4, "Charter Day"), 1899: ( (MAY, 29, "Monday before Decoration Day"), (JUL, 3, "Monday before Independence Day"), (SEP, 29, "Admiral Dewey Celebration"), ), 1900: (DEC, 24, name_christmas_eve), 1901: ( (JUL, 5, "Friday after Independence Day"), (SEP, 19, "National Day of Mourning for President WIlliam McKinley"), ), 1903: (APR, 22, "Opening of new NYSE building"), 1917: (JUN, 5, "Draft Registration Day"), 1918: ( (JAN, 28, name_heatless_day), (FEB, 4, name_heatless_day), (FEB, 11, name_heatless_day), (SEP, 12, "Draft Registration Day"), (NOV, 11, "Armistice Day"), ), 1919: ( (MAR, 25, "Homecoming Day for 27th Division"), (MAY, 6, "Parade Day for 77th Division"), (SEP, 10, "Return of General Pershing"), ), 1923: ( (AUG, 3, "Death of President Warren G. Harding"), (AUG, 10, "National Day of Mourning for President Warren G. Harding"), ), 1927: (JUN, 13, "Parade for Colonel Charles Lindbergh"), 1929: ( (NOV, 1, name_catch_up_day), (NOV, 29, name_catch_up_day), ), 1933: ( (MAR, 6, name_special_bank_holiday), (MAR, 7, name_special_bank_holiday), (MAR, 8, name_special_bank_holiday), (MAR, 9, name_special_bank_holiday), (MAR, 10, name_special_bank_holiday), (MAR, 13, name_special_bank_holiday), (MAR, 14, name_special_bank_holiday), ), 1945: ( (AUG, 15, name_vj_day_wwii), (AUG, 16, name_vj_day_wwii), (DEC, 24, name_christmas_eve), ), 1954: (DEC, 24, name_christmas_eve), 1956: (DEC, 24, name_christmas_eve), 1958: (DEC, 26, "Day after Christmas"), 1961: (MAY, 29, "Day before Decoration Day"), 1963: (NOV, 25, "National Day of Mourning for President John F. Kennedy"), 1965: (DEC, 24, name_christmas_eve), 1968: ( (APR, 9, "National Day of Mourning for Martin Luther King Jr."), (JUL, 5, "Day after Independence Day"), ), 1969: ( (FEB, 10, "Heavy Snow"), (MAR, 31, "National Day of Mourning for former President Dwight D. Eisenhower"), (JUL, 21, "National Participation in Lunar Exploration"), ), 1972: (DEC, 28, "National Day of Mourning for former President Harry S. Truman"), 1973: (JAN, 25, "National Day of Mourning for former President Lyndon B. Johnson"), 1977: (JUL, 14, "Blackout in New York City"), 1985: (SEP, 27, "Hurricane Gloria"), 1994: (APR, 27, "National Day of Mourning for former President Richard M. Nixon"), 2001: ( (SEP, 11, name_sept11_attacks), (SEP, 12, name_sept11_attacks), (SEP, 13, name_sept11_attacks), (SEP, 14, name_sept11_attacks), ), 2004: (JUN, 11, "National Day of Mourning for former President Ronald Reagan"), 2007: (JAN, 2, "National Day of Mourning for former President Gerald R. Ford"), 2012: ( (OCT, 29, name_hurricane_sandy), (OCT, 30, name_hurricane_sandy), ), 2018: (DEC, 5, "National Day of Mourning for former President George H. W. Bush"), 2025: (JAN, 9, "National Day of Mourning for former President Jimmy Carter"), } holidays-0.71/holidays/groups/000077500000000000000000000000001500152103600164015ustar00rootroot00000000000000holidays-0.71/holidays/groups/__init__.py000066400000000000000000000024431500152103600205150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # flake8: noqa: F401 from holidays.groups.balinese_saka import BalineseSakaCalendarHolidays from holidays.groups.buddhist import BuddhistCalendarHolidays from holidays.groups.chinese import ChineseCalendarHolidays from holidays.groups.christian import ChristianHolidays from holidays.groups.custom import StaticHolidays from holidays.groups.eastern import EasternCalendarHolidays from holidays.groups.hebrew import HebrewCalendarHolidays from holidays.groups.hindu import HinduCalendarHolidays from holidays.groups.international import InternationalHolidays from holidays.groups.islamic import IslamicHolidays from holidays.groups.persian import PersianCalendarHolidays from holidays.groups.sinhala import SinhalaCalendarHolidays from holidays.groups.thai import ThaiCalendarHolidays holidays-0.71/holidays/groups/balinese_saka.py000066400000000000000000000030141500152103600215320ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars import _BalineseSakaLunar class BalineseSakaCalendarHolidays: """ Balinese Saka lunar calendar holidays. """ def __init__(self) -> None: self._balinese_saka_calendar = _BalineseSakaLunar() def _add_balinese_saka_calendar_holiday(self, name: str, dt: Optional[date]) -> Optional[date]: """ Add Balinese Saka calendar holiday. """ if dt is None: return None return self._add_holiday(name, dt) def _add_nyepi(self, name) -> Optional[date]: """ Add Nyepi (Day following the 9th of Dark Moon (Tilem)). Nyepi is a Balinese "Day of Silence" that is commemorated every Isakawarsa (Saka new year) according to the Balinese calendar. https://en.wikipedia.org/wiki/Nyepi """ return self._add_balinese_saka_calendar_holiday( name, self._balinese_saka_calendar.nyepi_date(self._year) ) holidays-0.71/holidays/groups/buddhist.py000066400000000000000000000042561500152103600205700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars import _BuddhistLunisolar from holidays.groups.eastern import EasternCalendarHolidays class BuddhistCalendarHolidays(EasternCalendarHolidays): """ Buddhist lunisolar calendar holidays. """ def __init__(self, cls=None, show_estimated=False) -> None: self._buddhist_calendar = cls() if cls else _BuddhistLunisolar() self._buddhist_calendar_show_estimated = show_estimated def _add_buddhist_calendar_holiday( self, name: str, dt_estimated: tuple[Optional[date], bool] ) -> Optional[date]: """ Add Buddhist calendar holiday. Adds customizable estimation label to holiday name if holiday date is an estimation. """ return self._add_eastern_calendar_holiday( name, dt_estimated, self._buddhist_calendar_show_estimated ) def _add_vesak(self, name) -> Optional[date]: """ Add Vesak (15th day of the 4th lunar month). Vesak for Thailand, Laos, Singapore and Indonesia. https://en.wikipedia.org/wiki/Vesak """ return self._add_buddhist_calendar_holiday( name, self._buddhist_calendar.vesak_date(self._year) ) def _add_vesak_may(self, name) -> Optional[date]: """ Add Vesak (on the day of the first full moon in May in the Gregorian calendar). Vesak for Sri Lanka, Nepal, India, Bangladesh and Malaysia. https://en.wikipedia.org/wiki/Vesak """ return self._add_buddhist_calendar_holiday( name, self._buddhist_calendar.vesak_may_date(self._year) ) holidays-0.71/holidays/groups/chinese.py000066400000000000000000000226711500152103600204010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars import _ChineseLunisolar from holidays.calendars.gregorian import APR, DEC from holidays.groups.eastern import EasternCalendarHolidays class ChineseCalendarHolidays(EasternCalendarHolidays): """ Chinese lunisolar calendar holidays. """ def __init__(self, cls=None, show_estimated=False) -> None: self._chinese_calendar = cls() if cls else _ChineseLunisolar() self._chinese_calendar_show_estimated = show_estimated @property def _chinese_new_year(self): """ Return Chinese New Year date. """ return self._chinese_calendar.lunar_new_year_date(self._year)[0] @property def _qingming_festival(self): """ Return Qingming Festival (15th day after the Spring Equinox) date. """ day = 5 if (self._year % 4 < 1) or (self._year % 4 < 2 and self._year >= 2009): day = 4 return date(self._year, APR, day) @property def _mid_autumn_festival(self): """ Return Mid Autumn Festival (15th day of the 8th lunar month) date. """ return self._chinese_calendar.mid_autumn_date(self._year)[0] @property def _chinese_birthday_of_buddha(self): """ Return Add Birthday of the Buddha by Chinese lunar calendar (8th day of the 4th lunar month). """ return self._chinese_calendar.buddha_birthday_date(self._year)[0] @property def _dragon_boat_festival(self): """ Return Dragon Boat Festival (5th day of 5th lunar month) date. """ return self._chinese_calendar.dragon_boat_date(self._year)[0] @property def _double_ninth_festival(self): """ Return Double Ninth Festival (9th day of 9th lunar month) date. """ return self._chinese_calendar.double_ninth_date(self._year)[0] @property def _dongzhi_festival(self): """ Return Dongzhi Festival (Chinese Winter Solstice) date. This approximation is reliable for 1952-2099 years. """ # if ( (self._year % 4 == 0 and self._year >= 1988) or (self._year % 4 == 1 and self._year >= 2021) or (self._year % 4 == 2 and self._year >= 2058) or (self._year % 4 == 3 and self._year >= 2091) ): day = 21 else: day = 22 return date(self._year, DEC, day) def _add_chinese_calendar_holiday( self, name: str, dt_estimated: tuple[Optional[date], bool], days_delta: int = 0 ) -> Optional[date]: """ Add Chinese calendar holiday. Adds customizable estimation label to holiday name if holiday date is an estimation. """ return self._add_eastern_calendar_holiday( name, dt_estimated, self._chinese_calendar_show_estimated, days_delta ) def _add_chinese_birthday_of_buddha(self, name) -> Optional[date]: """ Add Birthday of the Buddha by Chinese lunar calendar (8th day of the 4th lunar month). Birthday of the Buddha is a Buddhist festival that is celebrated in most of East Asia and South Asia commemorating the birth of Gautama Buddha, who was the founder of Buddhism. https://en.wikipedia.org/wiki/Buddha%27s_Birthday """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.buddha_birthday_date(self._year) ) def _add_chinese_new_years_eve(self, name) -> Optional[date]: """ Add Chinese New Year's Eve (last day of 12th lunar month). Chinese New Year's Eve is the day before the Chinese New Year. https://en.wikipedia.org/wiki/Chinese_New_Year%27s_Eve """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.lunar_new_year_date(self._year), days_delta=-1 ) def _add_chinese_new_years_day(self, name) -> Optional[date]: """ Add Chinese New Year's Day (first day of the first lunar month). Chinese New Year is the festival that celebrates the beginning of a new year on the traditional lunisolar and solar Chinese calendar. https://en.wikipedia.org/wiki/Chinese_New_Year """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.lunar_new_year_date(self._year) ) def _add_chinese_new_years_day_two(self, name) -> Optional[date]: """ Add Chinese New Year's Day Two. https://en.wikipedia.org/wiki/Chinese_New_Year """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.lunar_new_year_date(self._year), days_delta=+1 ) def _add_chinese_new_years_day_three(self, name) -> Optional[date]: """ Add Chinese New Year's Day Three. https://en.wikipedia.org/wiki/Chinese_New_Year """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.lunar_new_year_date(self._year), days_delta=+2 ) def _add_chinese_new_years_day_four(self, name) -> Optional[date]: """ Add Chinese New Year's Day Four. https://en.wikipedia.org/wiki/Chinese_New_Year """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.lunar_new_year_date(self._year), days_delta=+3 ) def _add_chinese_new_years_day_five(self, name) -> Optional[date]: """ Add Chinese New Year's Day Five. https://en.wikipedia.org/wiki/Chinese_New_Year """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.lunar_new_year_date(self._year), days_delta=+4 ) def _add_dongzhi_festival(self, name) -> Optional[date]: """ Add Dongzhi Festival (Chinese Winter Solstice). The Dongzhi Festival or Winter Solstice Festival is a traditional Chinese festival celebrated during the Dongzhi solar term (winter solstice), which falls between December 21 and 23. https://en.wikipedia.org/wiki/Dongzhi_Festival """ return self._add_holiday(name, self._dongzhi_festival) def _add_qingming_festival(self, name) -> date: """ Add Qingming Festival (15th day after the Spring Equinox). The Qingming festival or Ching Ming Festival, also known as Tomb-Sweeping Day in English, is a traditional Chinese festival. https://en.wikipedia.org/wiki/Qingming_Festival """ return self._add_holiday(name, self._qingming_festival) def _add_double_ninth_festival(self, name) -> Optional[date]: """ Add Double Ninth Festival (9th day of 9th lunar month). The Double Ninth Festival (Chongyang Festival in Mainland China and Taiwan or Chung Yeung Festival in Hong Kong and Macau). https://en.wikipedia.org/wiki/Double_Ninth_Festival """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.double_ninth_date(self._year) ) def _add_dragon_boat_festival(self, name) -> Optional[date]: """ Add Dragon Boat Festival (5th day of 5th lunar month). The Dragon Boat Festival is a traditional Chinese holiday which occurs on the fifth day of the fifth month of the Chinese calendar. https://en.wikipedia.org/wiki/Dragon_Boat_Festival """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.dragon_boat_date(self._year) ) def _add_hung_kings_day(self, name) -> Optional[date]: """ Add Hùng Kings' Temple Festival (10th day of the 3rd lunar month). Vietnamese festival held annually from the 8th to the 11th day of the 3rd lunar month in honour of the Hùng Kings. https://en.wikipedia.org/wiki/H%C3%B9ng_Kings%27_Festival """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.hung_kings_date(self._year) ) def _add_mid_autumn_festival(self, name) -> Optional[date]: """ Add Mid Autumn Festival (15th day of the 8th lunar month). The Mid-Autumn Festival, also known as the Moon Festival or Mooncake Festival. https://en.wikipedia.org/wiki/Mid-Autumn_Festival """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.mid_autumn_date(self._year) ) def _add_mid_autumn_festival_day_two(self, name) -> Optional[date]: """ Add Mid Autumn Festival Day Two (16th day of the 8th lunar month). The Mid-Autumn Festival, also known as the Moon Festival or Mooncake Festival. https://en.wikipedia.org/wiki/Mid-Autumn_Festival """ return self._add_chinese_calendar_holiday( name, self._chinese_calendar.mid_autumn_date(self._year), days_delta=+1 ) holidays-0.71/holidays/groups/christian.py000066400000000000000000000413571500152103600207510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from dateutil.easter import EASTER_ORTHODOX, EASTER_WESTERN, easter from holidays.calendars.gregorian import GREGORIAN_CALENDAR, JAN, DEC, _timedelta from holidays.calendars.julian import JULIAN_CALENDAR from holidays.calendars.julian_revised import JULIAN_REVISED_CALENDAR class ChristianHolidays: """ Christian holidays. """ def __init__(self, calendar=GREGORIAN_CALENDAR) -> None: self.__verify_calendar(calendar) self.__calendar = calendar def __get_christmas_day(self, calendar=None): """ Get Christmas Day date. """ calendar = calendar or self.__calendar self.__verify_calendar(calendar) return ( date(self._year, JAN, 7) if self.__is_julian_calendar(calendar) else date(self._year, DEC, 25) ) def __get_easter_sunday(self, calendar=None): """ Get Easter Sunday date. """ calendar = calendar or self.__calendar self.__verify_calendar(calendar) return easter( self._year, method=EASTER_WESTERN if self.__is_gregorian_calendar(calendar) else EASTER_ORTHODOX, ) @staticmethod def __is_gregorian_calendar(calendar): """ Return True if `calendar` is Gregorian calendar. Return False otherwise. """ return calendar == GREGORIAN_CALENDAR @staticmethod def __is_julian_calendar(calendar): """ Return True if `calendar` is Julian calendar. Return False otherwise. """ return calendar == JULIAN_CALENDAR @staticmethod def __verify_calendar(calendar): """ Verify calendar type. """ if calendar not in {GREGORIAN_CALENDAR, JULIAN_CALENDAR, JULIAN_REVISED_CALENDAR}: raise ValueError( f"Unknown calendar name: {calendar}. " f"Use `{GREGORIAN_CALENDAR}`, `{JULIAN_CALENDAR}` or `{JULIAN_REVISED_CALENDAR}`." ) @property def _christmas_day(self): """ Return Christmas Day date. """ return self.__get_christmas_day() @property def _easter_sunday(self): """ Return Easter Sunday date. """ return self.__get_easter_sunday() def _add_all_saints_day(self, name) -> date: """ Add All Saints' Day (November 1st). Also known as All Hallows' Day, the Feast of All Saints, the Feast of All Hallows, the Solemnity of All Saints, and Hallowmas. https://en.wikipedia.org/wiki/All_Saints%27_Day """ return self._add_holiday_nov_1(name) def _add_all_souls_day(self, name) -> date: """ Add All Souls' Day (November 2nd). All Souls' Day is a day of prayer and remembrance for the faithful departed, observed by certain Christian denominations on 2 November. In Belarussian tradition it is called Dziady. https://en.wikipedia.org/wiki/All_Souls%27_Day https://en.wikipedia.org/wiki/Dziady """ return self._add_holiday_nov_2(name) def _add_ascension_thursday(self, name) -> date: """ Add Ascension Thursday (39 days after the Easter Sunday). The Solemnity of the Ascension of Jesus Christ, also called Ascension Day, or sometimes Holy Thursday. https://en.wikipedia.org/wiki/Feast_of_the_Ascension """ return self._add_holiday(name, _timedelta(self._easter_sunday, +39)) def _add_ash_monday(self, name) -> date: """ Add Ash Monday (48 days before Easter Sunday). The Clean Monday, also known as Pure Monday, Monday of Lent or Green Monday. The first day of Great Lent. https://en.wikipedia.org/wiki/Clean_Monday """ return self._add_holiday(name, _timedelta(self._easter_sunday, -48)) def _add_ash_wednesday(self, name) -> date: """ Add Ash Wednesday (46 days before Easter Sunday). A holy day of prayer and fasting. It marks the beginning of Lent. https://en.wikipedia.org/wiki/Ash_Wednesday """ return self._add_holiday(name, _timedelta(self._easter_sunday, -46)) def _add_assumption_of_mary_day(self, name, calendar=None) -> date: """ Add Assumption Of Mary (August 15th). The Feast of the Assumption of Mary, or simply The Assumption marks the occasion of the Virgin Mary's bodily ascent to heaven at the end of her life. https://en.wikipedia.org/wiki/Assumption_of_Mary """ calendar = calendar or self.__calendar self.__verify_calendar(calendar) return ( self._add_holiday_aug_28(name) if self.__is_julian_calendar(calendar) else self._add_holiday_aug_15(name) ) def _add_candlemas(self, name) -> date: """ Add Candlemas (February 2nd). Also known as the Feast of the Presentation of Jesus Christ, the Feast of the Purification of the Blessed Virgin Mary, or the Feast of the Holy Encounter, is a Christian holiday commemorating the presentation of Jesus at the Temple. https://en.wikipedia.org/wiki/Candlemas """ return self._add_holiday_feb_2(name) def _add_carnival_sunday(self, name) -> date: """ Add Carnival Sunday (49 days before Easter Sunday). Carnival is a Catholic Christian festive season that occurs before the liturgical season of Lent. https://en.wikipedia.org/wiki/Carnival """ return self._add_holiday(name, _timedelta(self._easter_sunday, -49)) def _add_carnival_monday(self, name) -> date: """ Add Carnival Monday (48 days before Easter Sunday). Carnival is a Catholic Christian festive season that occurs before the liturgical season of Lent. https://en.wikipedia.org/wiki/Carnival """ return self._add_holiday(name, _timedelta(self._easter_sunday, -48)) def _add_carnival_tuesday(self, name) -> date: """ Add Carnival Monday (47 days before Easter Sunday). Carnival is a Catholic Christian festive season that occurs before the liturgical season of Lent. https://en.wikipedia.org/wiki/Carnival """ return self._add_holiday(name, _timedelta(self._easter_sunday, -47)) def _add_christmas_day(self, name, calendar=None) -> date: """ Add Christmas Day. Christmas is an annual festival commemorating the birth of Jesus Christ. https://en.wikipedia.org/wiki/Christmas """ return self._add_holiday(name, self.__get_christmas_day(calendar)) def _add_christmas_day_two(self, name, calendar=None) -> date: """ Add Christmas Day 2. A holiday celebrated after Christmas Day, also known as Boxing Day. https://en.wikipedia.org/wiki/Boxing_Day https://en.wikipedia.org/wiki/Christmas """ return self._add_holiday(name, _timedelta(self.__get_christmas_day(calendar), +1)) def _add_christmas_day_three(self, name, calendar=None) -> date: """ Add Christmas Day 3. A holiday celebrated 2 days after Christmas Day (in some countries). https://en.wikipedia.org/wiki/Christmas """ return self._add_holiday(name, _timedelta(self.__get_christmas_day(calendar), +2)) def _add_christmas_eve(self, name, calendar=None) -> date: """ Add Christmas Eve. Christmas Eve is the evening or entire day before Christmas Day, the festival commemorating the birth of Jesus Christ. https://en.wikipedia.org/wiki/Christmas_Eve """ return self._add_holiday(name, _timedelta(self.__get_christmas_day(calendar), -1)) def _add_corpus_christi_day(self, name) -> date: """ Add Feast Of Corpus Christi (60 days after Easter Sunday). The Feast of Corpus Christi, also known as the Solemnity of the Most Holy Body and Blood of Christ, is a Christian liturgical solemnity celebrating the Real Presence of the Body and Blood, Soul and Divinity of Jesus Christ in the elements of the Eucharist. https://en.wikipedia.org/wiki/Feast_of_Corpus_Christi """ return self._add_holiday(name, _timedelta(self._easter_sunday, +60)) def _add_easter_monday(self, name, calendar=None) -> date: """ Add Easter Monday (1 day after Easter Sunday). Easter Monday refers to the day after Easter Sunday in either the Eastern or Western Christian traditions. It is a public holiday in some countries. https://en.wikipedia.org/wiki/Easter_Monday """ return self._add_holiday(name, _timedelta(self.__get_easter_sunday(calendar), +1)) def _add_easter_sunday(self, name, calendar=None) -> date: """ Add Easter Sunday. Easter, also called Pascha or Resurrection Sunday is a Christian festival and cultural holiday commemorating the resurrection of Jesus from the dead. https://en.wikipedia.org/wiki/Easter """ return self._add_holiday(name, self.__get_easter_sunday(calendar)) def _add_easter_tuesday(self, name, calendar=None) -> date: """ Add Easter Tuesday (2 day after Easter Sunday). Easter Tuesday is the third day of Eastertide and is a holiday in some areas. https://en.wikipedia.org/wiki/Easter_Tuesday """ return self._add_holiday(name, _timedelta(self.__get_easter_sunday(calendar), +2)) def _add_epiphany_day(self, name, calendar=None) -> date: """ Add Epiphany Day. Epiphany, also known as Theophany in Eastern Christian traditions, is a Christian feast day that celebrates the revelation of God incarnate as Jesus Christ. https://en.wikipedia.org/wiki/Epiphany_(holiday) """ calendar = calendar or self.__calendar self.__verify_calendar(calendar) return ( self._add_holiday_jan_19(name) if self.__is_julian_calendar(calendar) else self._add_holiday_jan_6(name) ) def _add_good_friday(self, name, calendar=None) -> date: """ Add Good Friday (2 days before Easter Sunday). Good Friday is a Christian holiday commemorating the crucifixion of Jesus and his death at Calvary. It is also known as Holy Friday, Great Friday, Great and Holy Friday. https://en.wikipedia.org/wiki/Good_Friday """ return self._add_holiday(name, _timedelta(self.__get_easter_sunday(calendar), -2)) def _add_holy_saturday(self, name) -> date: """ Add Holy Saturday (1 day before Easter Sunday). Great and Holy Saturday is a day between Good Friday and Easter Sunday. https://en.wikipedia.org/wiki/Holy_Saturday """ return self._add_holiday(name, _timedelta(self._easter_sunday, -1)) def _add_holy_thursday(self, name) -> date: """ Add Holy Thursday (3 days before Easter Sunday). Holy Thursday or Maundy Thursday is the day during Holy Week that commemorates the Washing of the Feet (Maundy) and Last Supper of Jesus Christ with the Apostles, as described in the canonical gospels. https://en.wikipedia.org/wiki/Maundy_Thursday """ return self._add_holiday(name, _timedelta(self._easter_sunday, -3)) def _add_immaculate_conception_day(self, name) -> date: """ Add Immaculate Conception Day (December 8th). https://en.wikipedia.org/wiki/Immaculate_Conception """ return self._add_holiday_dec_8(name) def _add_nativity_of_mary_day(self, name) -> date: """ Add Nativity Of Mary Day (September 8th). The Nativity of the Blessed Virgin Mary, the Nativity of Mary, the Marymas or the Birth of the Virgin Mary, refers to a Christian feast day celebrating the birth of Mary, mother of Jesus. https://en.wikipedia.org/wiki/Nativity_of_Mary """ return self._add_holiday_sep_8(name) def _add_palm_sunday(self, name) -> date: """ Add Palm Sunday (7 days before Easter Sunday). Palm Sunday is a Christian moveable feast that falls on the Sunday before Easter. The feast commemorates Christ's triumphal entry into Jerusalem, an event mentioned in each of the four canonical Gospels. Palm Sunday marks the first day of Holy Week. https://en.wikipedia.org/wiki/Palm_Sunday """ return self._add_holiday(name, _timedelta(self._easter_sunday, -7)) def _add_rejoicing_day(self, name) -> date: """ Add Day Of Rejoicing (9 days after Easter Sunday). Add Day Of Rejoicing ("Radonitsa"), in the Russian Orthodox Church is a commemoration of the departed observed on the second Tuesday of Pascha (Easter).In Ukrainian tradition it is called Provody. https://en.wikipedia.org/wiki/Radonitsa """ return self._add_holiday(name, _timedelta(self._easter_sunday, +9)) def _add_saint_georges_day(self, name) -> date: """ Add Saint George's Day (April 23th). Saint George's Day is celebrated on 23 April, the traditionally accepted date of the saint's death. https://en.wikipedia.org/wiki/Saint_George%27s_Day """ return self._add_holiday_apr_23(name) def _add_saint_james_day(self, name) -> date: """ Add Saint James' Day (July 25th). James the Great was one of the Twelve Apostles of Jesus. https://en.wikipedia.org/wiki/James_the_Great#Feast """ return self._add_holiday_jul_25(name) def _add_saint_johns_day(self, name) -> date: """ Add Saint John's Day (June 24th). The Nativity of John the Baptist is a Christian feast day celebrating the birth of John the Baptist. https://en.wikipedia.org/wiki/Nativity_of_John_the_Baptist """ return self._add_holiday_jun_24(name) def _add_saint_josephs_day(self, name) -> date: """ Add Saint Joseph's Day (March 19th). Saint Joseph's Day, also called the Feast of Saint Joseph or the Solemnity of Saint Joseph, is in Western Christianity the principal feast day of Saint Joseph, husband of the Virgin Mary and legal father of Jesus Christ. https://en.wikipedia.org/wiki/Saint_Joseph%27s_Day """ return self._add_holiday_mar_19(name) def _add_saints_peter_and_paul_day(self, name) -> date: """ Feast of Saints Peter and Paul (June 29th). A liturgical feast in honor of the martyrdom in Rome of the apostles Saint Peter and Saint Paul, which is observed on 29 June. https://en.wikipedia.org/wiki/Feast_of_Saints_Peter_and_Paul """ return self._add_holiday_jun_29(name) def _add_whit_monday(self, name) -> date: """ Add Whit Monday (50 days after Easter Sunday). Whit Monday or Pentecost Monday, also known as Monday of the Holy Spirit, is the holiday celebrated the day after Pentecost. https://en.wikipedia.org/wiki/Pentecost https://en.wikipedia.org/wiki/Whit_Monday """ return self._add_holiday(name, _timedelta(self._easter_sunday, +50)) def _add_whit_sunday(self, name) -> date: """ Add Whit Sunday (49 days after Easter Sunday). Whit Sunday, also called Pentecost, is a holiday which commemorates the descent of the Holy Spirit upon the Apostles and other followers of Jesus Christ while they were in Jerusalem celebrating the Feast of Weeks. https://en.wikipedia.org/wiki/Pentecost """ return self._add_holiday(name, _timedelta(self._easter_sunday, +49)) def _add_trinity_sunday(self, name) -> date: """ Add Trinity Sunday (56 days after Easter Sunday). Trinity Sunday, also called Solemnity of Holy Trinity, is the first Sunday after Pentecost in the Western Christian liturgical calendar, and the Sunday of Pentecost in Eastern Christianity. """ return self._add_holiday(name, _timedelta(self._easter_sunday, +56)) holidays-0.71/holidays/groups/custom.py000066400000000000000000000036541500152103600202750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from holidays.helpers import _normalize_tuple class StaticHolidays: """Helper class for special and substituted holidays support. Populates special and substituted holidays related data from an external class. """ def __init__(self, cls) -> None: for attribute_name in cls.__dict__.keys(): # Special holidays. if attribute_name.startswith("special_") and ( value := getattr(cls, attribute_name, None) ): setattr(self, attribute_name, value) self.has_special_holidays = True # Substituted holidays. elif attribute_name.startswith("substituted_") and ( value := getattr(cls, attribute_name, None) ): setattr(self, attribute_name, value) self.has_substituted_holidays = True # Populate substituted holidays from adjacent years. self.weekend_workdays = set() for special_public_holidays in getattr(self, "special_public_holidays", {}).values(): for special_public_holiday in _normalize_tuple(special_public_holidays): if len(special_public_holiday) == 5: # The fifth element is the year. _, _, from_month, from_day, from_year = special_public_holiday self.weekend_workdays.add(date(from_year, from_month, from_day)) holidays-0.71/holidays/groups/eastern.py000066400000000000000000000030731500152103600204170ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.gregorian import _timedelta class EasternCalendarHolidays: """ Eastern calendar holidays base class. """ def _add_eastern_calendar_holiday( self, name: str, dt_estimated: tuple[Optional[date], bool], show_estimated: bool = True, days_delta: int = 0, ) -> Optional[date]: """ Add Eastern (Buddhist, Chinese, Hindu, Islamic) calendar holiday. Adds customizable estimation label to holiday name if holiday date is an estimation. """ estimated_label = getattr(self, "estimated_label", "%s (estimated)") dt, is_estimated = dt_estimated if days_delta and dt: dt = _timedelta(dt, days_delta) return ( self._add_holiday( self.tr(estimated_label) % self.tr(name) if is_estimated and show_estimated else name, dt, ) if dt else None ) holidays-0.71/holidays/groups/hebrew.py000066400000000000000000000127661500152103600202430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from collections.abc import Iterable from datetime import date from typing import Optional, Union from holidays.calendars import _HebrewLunisolar from holidays.calendars.gregorian import _timedelta class HebrewCalendarHolidays: """ Hebrew lunisolar calendar holidays. """ def __init__(self) -> None: self._hebrew_calendar = _HebrewLunisolar() def _add_hebrew_calendar_holiday( self, name: str, hol_date: date, days_delta: Union[int, Iterable[int]] = 0 ) -> set[date]: added_dates = set() for delta in (days_delta,) if isinstance(days_delta, int) else days_delta: if dt := self._add_holiday(name, _timedelta(hol_date, delta)): added_dates.add(dt) return added_dates def _add_hanukkah( self, name: str, days_delta: Union[int, Iterable[int]] = 0 ) -> set[Optional[date]]: """ Add Hanukkah. In some Gregorian years, there may be two Hanukkah dates. Hanukkah is a Jewish festival commemorating the recovery of Jerusalem and subsequent rededication of the Second Temple. https://en.wikipedia.org/wiki/Hanukkah """ dts = self._hebrew_calendar.hanukkah_date(self._year) for dt in dts: self._add_hebrew_calendar_holiday(name, dt, days_delta) # type: ignore[arg-type] return dts def _add_lag_baomer(self, name: str, days_delta: Union[int, Iterable[int]] = 0) -> set[date]: """ Add Lag BaOmer. Lag BaOmer, also Lag B'Omer or Lag LaOmer, is a Jewish religious holiday celebrated on the 33rd day of the Counting of the Omer, which occurs on the 18th day of the Hebrew month of Iyar. https://en.wikipedia.org/wiki/Lag_BaOmer """ return self._add_hebrew_calendar_holiday( name, self._hebrew_calendar.lag_baomer_date(self._year), # type: ignore[arg-type] days_delta, ) def _add_passover(self, name: str, days_delta: Union[int, Iterable[int]] = 0) -> set[date]: """ Add Passover. Passover, also called Pesach, is a major Jewish holiday and one of the Three Pilgrimage Festivals. It celebrates the Exodus of the Israelites from slavery in Egypt. https://en.wikipedia.org/wiki/Passover """ return self._add_hebrew_calendar_holiday( name, self._hebrew_calendar.passover_date(self._year), # type: ignore[arg-type] days_delta, ) def _add_purim(self, name: str) -> set[date]: """ Add Purim. Purim is a Jewish holiday that commemorates the saving of the Jewish people from annihilation at the hands of an official of the Achaemenid Empire named Haman, as it is recounted in the Book of Esther. https://en.wikipedia.org/wiki/Purim """ return self._add_hebrew_calendar_holiday( name, self._hebrew_calendar.purim_date(self._year), # type: ignore[arg-type] ) def _add_rosh_hashanah( self, name: str, days_delta: Union[int, Iterable[int]] = 0 ) -> set[date]: """ Add Rosh Hashanah. Rosh Hashanah is the New Year in Judaism. https://en.wikipedia.org/wiki/Rosh_Hashanah """ return self._add_hebrew_calendar_holiday( name, self._hebrew_calendar.rosh_hashanah_date(self._year), # type: ignore[arg-type] days_delta, ) def _add_shavuot(self, name: str) -> set[date]: """ Add Shavuot. Shavuot, or Shvues, is a Jewish holiday, one of the biblically ordained Three Pilgrimage Festivals. It occurs on the sixth day of the Hebrew month of Sivan. https://en.wikipedia.org/wiki/Shavuot """ return self._add_hebrew_calendar_holiday( name, self._hebrew_calendar.shavuot_date(self._year), # type: ignore[arg-type] ) def _add_sukkot(self, name: str, days_delta: Union[int, Iterable[int]] = 0) -> set[date]: """ Add Sukkot. Sukkot, also known as the Feast of Tabernacles or Feast of Booths, is a Torah-commanded holiday celebrated for seven days, beginning on the 15th day of the month of Tishrei. https://en.wikipedia.org/wiki/Sukkot """ return self._add_hebrew_calendar_holiday( name, self._hebrew_calendar.sukkot_date(self._year), # type: ignore[arg-type] days_delta, ) def _add_yom_kippur(self, name: str, days_delta: Union[int, Iterable[int]] = 0) -> set[date]: """ Add Yom Kippur. Yom Kippur (Day of Atonement) is the holiest day of the year in Judaism. It occurs annually on the 10th of Tishrei. https://en.wikipedia.org/wiki/Yom_Kippur """ return self._add_hebrew_calendar_holiday( name, self._hebrew_calendar.yom_kippur_date(self._year), # type: ignore[arg-type] days_delta, ) holidays-0.71/holidays/groups/hindu.py000066400000000000000000000271001500152103600200620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from collections.abc import Iterable from datetime import date from typing import Optional from holidays.calendars import _HinduLunisolar from holidays.groups.eastern import EasternCalendarHolidays class HinduCalendarHolidays(EasternCalendarHolidays): """ Hindu lunisolar calendar holidays. """ def __init__(self, cls=None, show_estimated=False) -> None: self._hindu_calendar = cls() if cls else _HinduLunisolar() self._hindu_calendar_show_estimated = show_estimated def _add_hindu_calendar_holiday( self, name: str, dt_estimated: tuple[Optional[date], bool] ) -> Optional[date]: """ Add Hindu calendar holiday. Adds customizable estimation label to holiday name if holiday date is an estimation. """ return self._add_eastern_calendar_holiday( name, dt_estimated, self._hindu_calendar_show_estimated ) def _add_hindu_calendar_holiday_set( self, name: str, dts_estimated: Iterable[tuple[date, bool]], days_delta: int = 0 ) -> set[date]: """ Add Hindu calendar holidays. Adds customizable estimation label to holiday name if holiday date is an estimation. """ added_dates = set() for dt_estimated in dts_estimated: if dt := self._add_eastern_calendar_holiday( name, dt_estimated, self._hindu_calendar_show_estimated, days_delta=days_delta ): added_dates.add(dt) return added_dates def _add_buddha_purnima(self, name) -> Optional[date]: """ Add Buddha Purnima. Buddha Purnima, also known as Vesak, commemorates the birth, enlightenment, and passing of Gautama Buddha. It falls on the full moon day of the Hindu month of Vaisakha (April-May). https://en.wikipedia.org/wiki/Vesak """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.buddha_purnima_date(self._year) ) def _add_chhath_puja(self, name) -> Optional[date]: """ Add Chhath Puja. Chhath Puja is a Hindu festival dedicated to the Sun God (Surya). It is observed six days after Diwali in the month of Kartika (October-November). https://en.wikipedia.org/wiki/Chhath """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.chhath_puja_date(self._year) ) def _add_diwali(self, name) -> Optional[date]: """ Add Diwali Festival. Diwali (Deepavali, Festival of Lights) is one of the most important festivals in Indian religions. It is celebrated during the Hindu lunisolar months of Ashvin and Kartika (between mid-October and mid-November). https://en.wikipedia.org/wiki/Diwali """ return self._add_hindu_calendar_holiday(name, self._hindu_calendar.diwali_date(self._year)) def _add_diwali_india(self, name) -> Optional[date]: return self._add_hindu_calendar_holiday( name, self._hindu_calendar.diwali_india_date(self._year) ) def _add_dussehra(self, name) -> Optional[date]: """ Add Dussehra Festival. Dussehra (Vijayadashami) is a major Hindu festival that marks the end of Navratri. It is celebrated on the 10th day of the Hindu lunisolar month of Ashvin (September-October). https://en.wikipedia.org/wiki/Vijayadashami """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.dussehra_date(self._year) ) def _add_ganesh_chaturthi(self, name) -> Optional[date]: """ Add Ganesh Chaturthi. Ganesh Chaturthi is a Hindu festival celebrating the birth of Lord Ganesha. It falls on the fourth day of the Hindu month of Bhadrapada (August/September). https://en.wikipedia.org/wiki/Ganesh_Chaturthi """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.ganesh_chaturthi_date(self._year) ) def _add_govardhan_puja(self, name) -> Optional[date]: """ Add Govardhan Puja. Govardhan Puja, also known as Annakut, is celebrated the day after Diwali to honor Lord Krishna. It falls on the first lunar day of the Hindu month of Kartika. https://en.wikipedia.org/wiki/Govardhan_Puja """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.govardhan_puja_date(self._year) ) def _add_gudi_padwa(self, name) -> Optional[date]: """ Add Gudi Padwa. Gudi Padwa is the traditional New Year festival for Maharashtrians. It falls on the first day of Chaitra (March-April). https://en.wikipedia.org/wiki/Gudi_Padwa """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.gudi_padwa_date(self._year) ) def _add_guru_gobind_singh_jayanti(self, name) -> set[date]: """ Add Guru Gobind Singh Jayanti. Guru Gobind Singh Jayanti commemorates the birth anniversary of Guru Gobind Singh, the tenth Sikh Guru. It follows the Nanakshahi calendar. https://en.wikipedia.org/wiki/Guru_Gobind_Singh """ return self._add_hindu_calendar_holiday_set( name, self._hindu_calendar.guru_gobind_singh_jayanti_date(self._year) ) def _add_guru_nanak_jayanti(self, name) -> Optional[date]: """ Add Guru Nanak Jayanti. Guru Nanak Jayanti celebrates the birth anniversary of Guru Nanak, the founder of Sikhism. It is observed on the full moon day of Kartik (October-November). https://en.wikipedia.org/wiki/Guru_Nanak_Gurpurab """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.guru_nanak_jayanti_date(self._year) ) def _add_holi(self, name) -> Optional[date]: """ Add Holi Festival. Holi, known as the Festival of Colors, is a Hindu festival that marks the arrival of spring. It is celebrated on the full moon day of the Hindu month of Phalguna (February/March). https://en.wikipedia.org/wiki/Holi """ return self._add_hindu_calendar_holiday(name, self._hindu_calendar.holi_date(self._year)) def _add_janmashtami(self, name) -> Optional[date]: """ Add Janmashtami. Janmashtami is a Hindu festival that celebrates the birth of Lord Krishna. It falls on the eighth day of the Hindu month of Bhadrapada (August/September). https://en.wikipedia.org/wiki/Krishna_Janmashtami """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.janmashtami_date(self._year) ) def _add_maha_navami(self, name) -> Optional[date]: """ Add Maha Navami. Maha Navami is the ninth day of Navratri, dedicated to Goddess Durga. It is observed in Ashvin (September-October). https://en.wikipedia.org/wiki/Navaratri """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.maha_navami_date(self._year) ) def _add_maha_shivaratri(self, name) -> Optional[date]: """ Add Maha Shivaratri. Maha Shivaratri is a Hindu festival dedicated to Lord Shiva. It is celebrated on the 14th night of the Hindu month of Phalguna (February/March). https://en.wikipedia.org/wiki/Maha_Shivaratri """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.maha_shivaratri_date(self._year) ) def _add_mahavir_jayanti(self, name) -> Optional[date]: """ Add Mahavir Jayanti. Mahavir Jayanti celebrates the birth of Lord Mahavira, the 24th Tirthankara of Jainism. It falls on the 13th day of Chaitra (March-April). https://en.wikipedia.org/wiki/Mahavir_Jayanti """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.mahavir_jayanti_date(self._year) ) def _add_makar_sankranti(self, name) -> Optional[date]: """ Add Makar Sankranti. Makar Sankranti is a Hindu festival that marks the transition of the Sun into Capricorn (Makar). It is celebrated on January 14th or 15th every year. https://en.wikipedia.org/wiki/Makar_Sankranti """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.makar_sankranti_date(self._year) ) def _add_onam(self, name) -> Optional[date]: """ Add Onam. Onam is a major festival in Kerala, celebrating the homecoming of King Mahabali. It falls in the month of Chingam (August-September). https://en.wikipedia.org/wiki/Onam """ return self._add_hindu_calendar_holiday(name, self._hindu_calendar.onam_date(self._year)) def _add_raksha_bandhan(self, name) -> Optional[date]: """ Add Raksha Bandhan. Raksha Bandhan is a Hindu festival that celebrates the bond between brothers and sisters. It falls on the full moon day of the Hindu month of Shravana (July/August). https://en.wikipedia.org/wiki/Raksha_Bandhan """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.raksha_bandhan_date(self._year) ) def _add_ram_navami(self, name) -> Optional[date]: """ Add Ram Navami. Ram Navami is a Hindu festival celebrating the birth of Lord Rama. It is observed on the ninth day of the Hindu month of Chaitra (March/April). https://en.wikipedia.org/wiki/Rama_Navami """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.ram_navami_date(self._year) ) def _add_sharad_navratri(self, name) -> Optional[date]: """ Add Navratri / Sharad Navratri. Navratri is a Hindu festival dedicated to the worship of Goddess Durga. It is celebrated over nine nights and occurs in the lunar month of Ashvin (September/October). https://en.wikipedia.org/wiki/Navratri """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.sharad_navratri_date(self._year) ) def _add_thaipusam(self, name) -> Optional[date]: """ Add Thaipusam. Thaipusam is a Tamil Hindu festival celebrated on the full moon of the Tamil month of Thai (January/February). https://en.wikipedia.org/wiki/Thaipusam """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.thaipusam_date(self._year) ) def _add_vaisakhi(self, name) -> Optional[date]: """ Add Vaisakhi. Vaisakhi is a major Sikh festival marking the Sikh New Year and the founding of the Khalsa. It falls on April 13 or 14. https://en.wikipedia.org/wiki/Vaisakhi """ return self._add_hindu_calendar_holiday( name, self._hindu_calendar.vaisakhi_date(self._year) ) holidays-0.71/holidays/groups/international.py000066400000000000000000000174141500152103600216310ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from holidays.calendars.gregorian import JAN class InternationalHolidays: """ International holidays. """ @property def _next_year_new_years_day(self): """ Return New Year's Day of next year. """ return date(self._year + 1, JAN, 1) def _add_africa_day(self, name): """ Add Africa Day (May 25th) Africa Day (formerly African Freedom Day and African Liberation Day) is the annual commemoration of the foundation of the Organisation of African Unity on 25 May 1963. https://en.wikipedia.org/wiki/Africa_Day """ return self._add_holiday_may_25(name) def _add_anzac_day(self, name): """ Add Anzac Day (April 25th) Anzac Day is a national day of remembrance in Australia and New Zealand that broadly commemorates all Australians and New Zealanders "who served and died in all wars, conflicts, and peacekeeping operations" and "the contribution and suffering of all those who have served". Anzac Day is a public holiday in Australia, New Zealand, and Tonga; it used to be a public holiday in Samoa up until 2008. https://en.wikipedia.org/wiki/Anzac_Day """ return self._add_holiday_apr_25(name) def _add_childrens_day(self, name, variation="JUN"): """ Add International Children's Day (June 1). In 1925, International Children's Day was first proclaimed in Geneva during the World Conference on Child Welfare. Since 1950, it is celebrated on June 1 in many countries. As such, this entry currently defaults to June 1, though this also supports another internationally adopted variant, November 20th. https://en.wikipedia.org/wiki/Children's_Day """ if variation == "JUN": return self._add_holiday_jun_1(name) elif variation == "NOV": return self._add_holiday_nov_20(name) else: raise ValueError( f"Unknown variation name: {variation}. " "This entry currently supports `JUN` and `NOV` variation only." ) def _add_columbus_day(self, name): """ Add Columbus Day (October 12th) Columbus Day is a national holiday which officially celebrates the anniversary of Christopher Columbus's arrival in the Americas. https://en.wikipedia.org/wiki/Columbus_Day """ return self._add_holiday_oct_12(name) def _add_europe_day(self, name): """ Add Europe Day (May 9th) Europe Day is a day celebrating "peace and unity in Europe" celebrated on 5 May by the Council of Europe and on 9 May by the European Union. https://en.wikipedia.org/wiki/Europe_Day """ return self._add_holiday_may_9(name) def _add_labor_day(self, name): """ Add International Workers' Day (May 1st) International Workers' Day, also known as Labour Day, is a celebration of labourers and the working classes that is promoted by the international labour movement. https://en.wikipedia.org/wiki/International_Workers%27_Day """ return self._add_holiday_may_1(name) def _add_labor_day_two(self, name): """ Add International Workers' Day Two (May 2nd) https://en.wikipedia.org/wiki/International_Workers%27_Day """ return self._add_holiday_may_2(name) def _add_labor_day_three(self, name): """ Add International Workers' Day Three (May 3rd) https://en.wikipedia.org/wiki/International_Workers%27_Day """ return self._add_holiday_may_3(name) def _add_new_years_day(self, name) -> date: """ Add New Year's Day (January 1st). New Year's Day is a festival observed in most of the world on 1 January, the first day of the year in the modern Gregorian calendar. https://en.wikipedia.org/wiki/New_Year%27s_Day """ return self._add_holiday_jan_1(name) def _add_new_years_day_two(self, name) -> date: """ Add New Year's Day Two (January 2nd). New Year's Day is a festival observed in most of the world on 1 January, the first day of the year in the modern Gregorian calendar. https://en.wikipedia.org/wiki/New_Year%27s_Day """ return self._add_holiday_jan_2(name) def _add_new_years_day_three(self, name) -> date: """ Add New Year's Day Three (January 3rd). New Year's Day is a festival observed in most of the world on 1 January, the first day of the year in the modern Gregorian calendar. https://en.wikipedia.org/wiki/New_Year%27s_Day """ return self._add_holiday_jan_3(name) def _add_new_years_day_four(self, name) -> date: """ Add New Year's Day Four (January 4th). New Year's Day is a festival observed in most of the world on 1 January, the first day of the year in the modern Gregorian calendar. https://en.wikipedia.org/wiki/New_Year%27s_Day """ return self._add_holiday_jan_4(name) def _add_remembrance_day(self, name): """ Add Remembrance Day / Armistice Day (Nov 11th) It's a memorial day since the end of the First World War in 1919 to honour armed forces members who have died in the line of duty. https://en.wikipedia.org/wiki/Remembrance_Day """ return self._add_holiday_nov_11(name) def _add_new_years_eve(self, name) -> date: """ Add New Year's Eve (December 31st). In the Gregorian calendar, New Year's Eve, also known as Old Year's Day or Saint Sylvester's Day in many countries, is the evening or the entire day of the last day of the year, on 31 December. https://en.wikipedia.org/wiki/New_Year%27s_Eve """ return self._add_holiday_dec_31(name) def _add_womens_day(self, name): """ Add International Women's Day (March 8th). International Women's Day is a global holiday celebrated as a focal point in the women's rights movement, bringing attention to issues such as gender equality, reproductive rights, and violence and abuse against women. https://en.wikipedia.org/wiki/International_Women%27s_Day """ return self._add_holiday_mar_8(name) def _add_world_war_two_victory_day(self, name, is_western=True): """ Add Day of Victory in World War II in Europe (May 8). https://en.wikipedia.org/wiki/Victory_in_Europe_Day Some Eastern European countries celebrate Victory Day on May 9. https://en.wikipedia.org/wiki/Victory_Day_(9_May) """ if is_western: return self._add_holiday_may_8(name) else: return self._add_holiday_may_9(name) def _add_united_nations_day(self, name): """ Add United Nations Day (Oct 24th) United Nations Day is an annual commemorative day, reflecting the official creation of the United Nations on 24 October 1945. https://en.wikipedia.org/wiki/United_Nations_Day """ return self._add_holiday_oct_24(name) holidays-0.71/holidays/groups/islamic.py000066400000000000000000000347451500152103600204110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from collections.abc import Iterable from datetime import date from holidays.calendars import _IslamicLunar from holidays.groups.eastern import EasternCalendarHolidays class IslamicHolidays(EasternCalendarHolidays): """ Islamic holidays. The Hijri calendar also known as Islamic calendar, is a lunar calendar consisting of 12 lunar months in a year of 354 or 355 days. """ def __init__(self, cls=None, show_estimated=True) -> None: self._islamic_calendar = cls() if cls else _IslamicLunar() self._islamic_calendar_show_estimated = show_estimated def _add_ali_al_rida_death_day(self, name) -> set[date]: """ Add death of Ali al-Rida day (last (29th or 30th) day of 2nd month). https://en.wikipedia.org/wiki/Ali_al-Rida """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.ali_al_rida_death_dates(self._year) ) def _add_ali_birthday_day(self, name) -> set[date]: """ Add birthday of Ali ibn Abu Talib day (13th day of 7th month). https://en.wikipedia.org/wiki/Ali """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.ali_birthday_dates(self._year) ) def _add_ali_death_day(self, name) -> set[date]: """ Add death of Ali ibn Abu Talib day (21st day of 9th month). https://en.wikipedia.org/wiki/Ali """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.ali_death_dates(self._year) ) def _add_arbaeen_day(self, name) -> set[date]: """ Add Arbaeen day (20th day of 2nd month). https://en.wikipedia.org/wiki/Arbaeen """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.arbaeen_dates(self._year) ) def _add_arafah_day(self, name) -> set[date]: """ Add Day of Arafah (9th day of 12th month). At dawn of this day, Muslim pilgrims will make their way from Mina to a nearby hillside and plain called Mount Arafat and the Plain of Arafat. https://en.wikipedia.org/wiki/Day_of_Arafah """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.eid_al_adha_dates(self._year), days_delta=-1 ) def _add_ashura_day(self, name) -> set[date]: """ Add Ashura Day (10th day of 1st month). Ashura is a day of commemoration in Islam. It occurs annually on the 10th of Muharram, the first month of the Islamic calendar. https://en.wikipedia.org/wiki/Ashura """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.ashura_dates(self._year) ) def _add_ashura_eve(self, name) -> set[date]: """ Add Ashura Eve (Day before the 10th day of 1st month). Ashura is a day of commemoration in Islam. It occurs annually on the 10th of Muharram, the first month of the Islamic calendar. https://en.wikipedia.org/wiki/Ashura """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.ashura_dates(self._year), days_delta=-1 ) def _add_eid_al_adha_day(self, name) -> set[date]: """ Add Eid al-Adha Day (10th day of the 12th month of Islamic calendar). Feast of the Sacrifice. It honours the willingness of Ibrahim (Abraham) to sacrifice his son Ismail (Ishmael) as an act of obedience to Allah's command. https://en.wikipedia.org/wiki/Eid_al-Adha """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.eid_al_adha_dates(self._year) ) def _add_eid_al_adha_day_two(self, name) -> set[date]: """ Add Eid al-Adha Day Two. https://en.wikipedia.org/wiki/Eid_al-Adha """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.eid_al_adha_dates(self._year), days_delta=+1 ) def _add_eid_al_adha_day_three(self, name) -> set[date]: """ Add Eid al-Adha Day Three. https://en.wikipedia.org/wiki/Eid_al-Adha """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.eid_al_adha_dates(self._year), days_delta=+2 ) def _add_eid_al_adha_day_four(self, name) -> set[date]: """ Add Eid al-Adha Day Four. https://en.wikipedia.org/wiki/Eid_al-Adha """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.eid_al_adha_dates(self._year), days_delta=+3 ) def _add_eid_al_fitr_day(self, name) -> set[date]: """ Add Eid al-Fitr Day (1st day of 10th month of Islamic calendar). Holiday of Breaking the Fast. The religious holiday is celebrated by Muslims worldwide because it marks the end of the month-long dawn-to-sunset fasting of Ramadan. https://en.wikipedia.org/wiki/Eid_al-Fitr """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.eid_al_fitr_dates(self._year) ) def _add_eid_al_fitr_day_two(self, name) -> set[date]: """ Add Eid al-Fitr Day Two. https://en.wikipedia.org/wiki/Eid_al-Fitr """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.eid_al_fitr_dates(self._year), days_delta=+1 ) def _add_eid_al_fitr_day_three(self, name) -> set[date]: """ Add Eid al-Fitr Day Three. https://en.wikipedia.org/wiki/Eid_al-Fitr """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.eid_al_fitr_dates(self._year), days_delta=+2 ) def _add_eid_al_fitr_day_four(self, name) -> set[date]: """ Add Eid al-Fitr Day Four. https://en.wikipedia.org/wiki/Eid_al-Fitr """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.eid_al_fitr_dates(self._year), days_delta=+3 ) def _add_eid_al_fitr_eve(self, name) -> set[date]: """ Add Eid al-Fitr Eve (last day of 9th month of Islamic calendar). https://en.wikipedia.org/wiki/Eid_al-Fitr """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.eid_al_fitr_dates(self._year), days_delta=-1 ) def _add_eid_al_ghadir_day(self, name) -> set[date]: """ Add Eid al-Ghadir Day (18th day of 12th month). https://en.wikipedia.org/wiki/Eid_al-Ghadeer """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.eid_al_ghadir_dates(self._year) ) def _add_fatima_death_day(self, name) -> set[date]: """ Add death of Fatima day (3rd day of 6th month). https://en.wikipedia.org/wiki/Fatima """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.fatima_death_dates(self._year) ) def _add_hari_hol_johor(self, name) -> set[date]: """ Hari Hol Johor. https://publicholidays.com.my/hari-hol-almarhum-sultan-iskandar/ """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.hari_hol_johor_dates(self._year) ) def _add_hasan_al_askari_death_day(self, name) -> set[date]: """ Add death of Hasan_al-Askari day (8th day of 3rd month). https://en.wikipedia.org/wiki/Hasan_al-Askari """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.hasan_al_askari_death_dates(self._year) ) def _add_holiday_29_ramadan(self, name) -> set[date]: """ Add 29th Ramadan holiday. https://decree.om/2022/rd20220088/ """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.ramadan_beginning_dates(self._year), days_delta=+28 ) def _add_imam_mahdi_birthday_day(self, name) -> set[date]: """ Add birthday of Muhammad al-Mahdi day (15th day of 8th month). https://en.wikipedia.org/wiki/Muhammad_al-Mahdi """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.imam_mahdi_birthday_dates(self._year) ) def _add_islamic_calendar_holiday( self, name: str, dates: Iterable[tuple[date, bool]], days_delta: int = 0 ) -> set[date]: """ Add lunar calendar holiday. Appends customizable estimation label at the end of holiday name if holiday date is an estimation. """ added_dates = set() for dts in dates: if dt := self._add_eastern_calendar_holiday( name, dts, self._islamic_calendar_show_estimated, days_delta ): added_dates.add(dt) return added_dates def _add_islamic_new_year_day(self, name) -> set[date]: """ Add Islamic New Year Day (last day of Dhu al-Hijjah). The Islamic New Year, also called the Hijri New Year, is the day that marks the beginning of a new lunar Hijri year, and is the day on which the year count is incremented. The first day of the Islamic year is observed by most Muslims on the first day of the month of Muharram. https://en.wikipedia.org/wiki/Islamic_New_Year """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.hijri_new_year_dates(self._year) ) def _add_isra_and_miraj_day(self, name): """ Add Isra' and Mi'raj Day (27th day of 7th month). The Prophet's Ascension. https://en.wikipedia.org/wiki/Isra%27_and_Mi%27raj """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.isra_and_miraj_dates(self._year) ) def _add_laylat_al_qadr_day(self, name): """ Add Laylat al-Qadr Day (27th day of 9th month). The Night of Power. https://en.wikipedia.org/wiki/Night_of_Power """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.laylat_al_qadr_dates(self._year) ) def _add_maldives_embraced_islam_day(self, name) -> set[date]: """ Add Maldives Embraced Islam Day (1st day of 4th month). https://en.wikipedia.org/wiki/Islam_in_Maldives """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.maldives_embraced_islam_day_dates(self._year) ) def _add_mawlid_day(self, name) -> set[date]: """ Add Mawlid Day (12th day of 3rd month). Mawlid is the observance of the birthday of the Islamic prophet Muhammad. https://en.wikipedia.org/wiki/Mawlid """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.mawlid_dates(self._year) ) def _add_mawlid_day_two(self, name) -> set[date]: """ Add Mawlid Day Two. Mawlid is the observance of the birthday of the Islamic prophet Muhammad. https://en.wikipedia.org/wiki/Mawlid """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.mawlid_dates(self._year), days_delta=+1 ) def _add_nuzul_al_quran_day(self, name) -> set[date]: """ Add Nuzul Al Quran (17th day of 9th month). Nuzul Al Quran is a Muslim festival to remember the day when Prophet Muhammad received his first revelation of Islam's sacred book, the holy Quran. https://zamzam.com/blog/nuzul-al-quran/ """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.nuzul_al_quran_dates(self._year) ) def _add_prophet_death_day(self, name) -> set[date]: """ Add death of Prophet Muhammad and Hasan ibn Ali day (28th day of 2nd month). https://en.wikipedia.org/wiki/Hasan_ibn_Ali """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.prophet_death_dates(self._year) ) def _add_quamee_dhuvas_day(self, name) -> set[date]: """ Add Quamee Dhuvas (1st day of 3rd month). https://en.wikipedia.org/wiki/Qaumee_Dhuvas_(Maldives_National_Day) """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.quamee_dhuvas_dates(self._year) ) def _add_ramadan_beginning_day(self, name) -> set[date]: """ Add First Day of Ramadan (1st day of 9th month). Ramadan is the ninth month of the Islamic calendar, observed by Muslims worldwide as a month of fasting, prayer, reflection, and community https://en.wikipedia.org/wiki/Ramadan """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.ramadan_beginning_dates(self._year) ) def _add_sadiq_birthday_day(self, name) -> set[date]: """ Add birthday of Prophet Muhammad and Ja'far al-Sadiq day (17th day of 3rd month). https://en.wikipedia.org/wiki/Ja%27far_al-Sadiq """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.sadiq_birthday_dates(self._year) ) def _add_sadiq_death_day(self, name) -> set[date]: """ Add death of Ja'far al-Sadiq day (25th day of 10th month). https://en.wikipedia.org/wiki/Ja%27far_al-Sadiq """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.sadiq_death_dates(self._year) ) def _add_tasua_day(self, name) -> set[date]: """ Add Tasua day (9th day of 1st month). https://en.wikipedia.org/wiki/Tasua """ return self._add_islamic_calendar_holiday( name, self._islamic_calendar.tasua_dates(self._year) ) holidays-0.71/holidays/groups/persian.py000066400000000000000000000146741500152103600204300ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.gregorian import _timedelta from holidays.calendars.persian import _Persian class PersianCalendarHolidays: """ Persian (Solar Hijri) calendar holidays. """ def __init__(self) -> None: self._persian_calendar = _Persian() def _add_death_of_khomeini_day(self, name: str) -> Optional[date]: """ Add Death of Ruhollah Khomeini Day (14th day of the 3rd month). Ayatollah Ruhollah Khomeini was an Iranian revolutionary, politician and religious leader. https://en.wikipedia.org/wiki/Ruhollah_Khomeini """ return self._add_persian_calendar_holiday( name, self._persian_calendar.persian_to_gregorian(self._year, 3, 14) ) def _add_islamic_emirat_victory_day(self, name: str) -> Optional[date]: """ Add Islamic Emirate Victory Day (24th day of the 5th month). Anniversary of the Taliban forces arrival in Kabul. https://en.wikipedia.org/wiki/Fall_of_Kabul_(2021) """ return self._add_persian_calendar_holiday( name, self._persian_calendar.persian_to_gregorian(self._year, 5, 24) ) def _add_islamic_republic_day(self, name: str) -> Optional[date]: """ Add Islamic Republic Day (12th day of the 1st month). Iranian Islamic Republic Day is a national and a public holiday in Iran. It marks the day that the results of the March 1979 Iranian Islamic Republic referendum were announced. https://en.wikipedia.org/wiki/Islamic_Republic_Day """ return self._add_persian_calendar_holiday( name, self._persian_calendar.persian_to_gregorian(self._year, 1, 12) ) def _add_islamic_revolution_day(self, name: str) -> Optional[date]: """ Add Islamic Revolution Day (22nd day of the 11th month). The anniversary of the Iranian Revolution commemorates the protests that led to the downfall of the Pahlavi dynasty and the installation of the Islamic Revolutionary which is headed by Imam Khomeini. https://en.wikipedia.org/wiki/Anniversary_of_Islamic_Revolution """ return self._add_persian_calendar_holiday( name, self._persian_calendar.persian_to_gregorian(self._year - 1, 11, 22) ) def _add_khordad_uprising_day(self, name: str) -> Optional[date]: """ Add 15 Khordad uprising Day (15th day of the 3rd month). The demonstrations of June 5 and 6, also called the events of June 1963 or (using the Iranian calendar) the 15 Khordad uprising were protests in Iran against the arrest of Ayatollah Ruhollah Khomeini. https://en.wikipedia.org/wiki/June_5,_1963_demonstrations_in_Iran """ return self._add_persian_calendar_holiday( name, self._persian_calendar.persian_to_gregorian(self._year, 3, 15) ) def _add_last_day_of_year(self, name: str) -> Optional[date]: """ If previous year is a leap year, its 12th month (Esfand) has 30 days, and this 30th day is a holiday. """ if self._persian_calendar.is_leap_year(self._year - 1): return self._add_persian_calendar_holiday( name, self._persian_calendar.new_year_date(self._year), days_delta=-1 ) else: return None def _add_natures_day(self, name: str) -> Optional[date]: """ Add Nature's Day, or Sizdah Bedar (13th day of the 1st month). Nature's Day is an Iranian festival, during which people spend time picnicking outdoors. https://en.wikipedia.org/wiki/Sizdah_Be-dar """ return self._add_persian_calendar_holiday( name, self._persian_calendar.persian_to_gregorian(self._year, 1, 13) ) def _add_nowruz_day(self, name: str) -> Optional[date]: """ Add Nowruz Day (1st day of the 1st month). Nowruz (Iranian or Persian New Year) is a festival based on the Iranian Solar Hijri calendar, on the spring equinox. https://en.wikipedia.org/wiki/Nowruz """ return self._add_persian_calendar_holiday( name, self._persian_calendar.new_year_date(self._year) ) def _add_nowruz_day_two(self, name: str) -> Optional[date]: """ Add Nowruz Day Two. """ return self._add_persian_calendar_holiday( name, self._persian_calendar.new_year_date(self._year), days_delta=+1 ) def _add_nowruz_day_three(self, name: str) -> Optional[date]: """ Add Nowruz Day Three. """ return self._add_persian_calendar_holiday( name, self._persian_calendar.new_year_date(self._year), days_delta=+2 ) def _add_nowruz_day_four(self, name: str) -> Optional[date]: """ Add Nowruz Day Four. """ return self._add_persian_calendar_holiday( name, self._persian_calendar.new_year_date(self._year), days_delta=+3 ) def _add_oil_nationalization_day(self, name: str) -> Optional[date]: """ Add Iranian Oil Industry Nationalization Day (29th day of the 12th month). The nationalization of the Iranian oil industry resulted from a movement in the Iranian parliament (Majlis) to seize control of Iran's oil industry. https://en.wikipedia.org/wiki/Nationalization_of_the_Iranian_oil_industry """ return self._add_persian_calendar_holiday( name, self._persian_calendar.persian_to_gregorian(self._year - 1, 12, 29) ) def _add_persian_calendar_holiday( self, name: str, dt: Optional[date], days_delta: int = 0 ) -> Optional[date]: """ Add Persian calendar holiday. """ if dt is None: return None if days_delta != 0: dt = _timedelta(dt, days_delta) return self._add_holiday(name, dt) holidays-0.71/holidays/groups/sinhala.py000066400000000000000000000147161500152103600204030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from collections.abc import Iterable from datetime import date from typing import Optional from holidays.calendars import _SinhalaLunar from holidays.groups.eastern import EasternCalendarHolidays class SinhalaCalendarHolidays(EasternCalendarHolidays): """ Sinhala holidays. Sinhala Buddhist Uposatha day calculation method is different from Thai LuniSolar and Buddhist (Mahayana) used in East Asia. Due to the fact that Poya (Uposatha) days are calculated astronomically based on how close a particular day is closest to full moon at noon, and that an extra month is added every 33 months interval, this is hardcoded for now. Adhi month dates are instead hardcoded in Sri Lanka country implementation. """ def __init__(self, cls=None, show_estimated=False) -> None: self._sinhala_calendar = cls() if cls else _SinhalaLunar() self._sinhala_calendar_show_estimated = show_estimated def _add_sinhala_calendar_holiday( self, name: str, dt_estimated: tuple[Optional[date], bool] ) -> Optional[date]: """ Add Sinhala calendar holiday. Adds customizable estimation label to holiday name if holiday date is an estimation. """ return self._add_eastern_calendar_holiday( name, dt_estimated, self._sinhala_calendar_show_estimated ) def _add_sinhala_calendar_holiday_set( self, name: str, dts_estimated: Iterable[tuple[date, bool]], days_delta: int = 0 ) -> set[date]: """ Add Sinhala calendar holidays. Adds customizable estimation label to holiday name if holiday date is an estimation. """ added_dates = set() for dt_estimated in dts_estimated: if dt := self._add_eastern_calendar_holiday( name, dt_estimated, self._sinhala_calendar_show_estimated, days_delta=days_delta ): added_dates.add(dt) return added_dates def _add_bak_poya(self, name) -> Optional[date]: """ Add Bak Poya (first full moon day of the 5th lunar month). https://us.lakpura.com/pages/bak-poya """ return self._add_sinhala_calendar_holiday( name, self._sinhala_calendar.bak_poya_date(self._year) ) def _add_binara_poya(self, name) -> Optional[date]: """ Add Binara Poya (first full moon day of the 10th lunar month). https://us.lakpura.com/pages/binara-poya """ return self._add_sinhala_calendar_holiday( name, self._sinhala_calendar.binara_poya_date(self._year) ) def _add_duruthu_poya(self, name) -> set[date]: """ Add Duruthu Poya (first full moon day of the 2nd lunar month). https://us.lakpura.com/pages/duruthu-poya """ return self._add_sinhala_calendar_holiday_set( name, self._sinhala_calendar.duruthu_poya_date(self._year) ) def _add_esala_poya(self, name) -> Optional[date]: """ Add Esala Poya (first full moon day of the 8th lunar month). https://us.lakpura.com/pages/esala-poya """ return self._add_sinhala_calendar_holiday( name, self._sinhala_calendar.esala_poya_date(self._year) ) def _add_il_poya(self, name) -> Optional[date]: """ Add Il Poya (first full moon day of the 12th lunar month). Also known as "Ill Poya" https://us.lakpura.com/pages/il-poya """ return self._add_sinhala_calendar_holiday( name, self._sinhala_calendar.il_poya_date(self._year) ) def _add_medin_poya(self, name) -> Optional[date]: """ Add Medin Poya (first full moon day of the 4th lunar month). https://us.lakpura.com/pages/medin-poya """ return self._add_sinhala_calendar_holiday( name, self._sinhala_calendar.medin_poya_date(self._year) ) def _add_nawam_poya(self, name) -> Optional[date]: """ Add Nawam Poya (first full moon day of the 3rd lunar month). Also known as "Navam Poya" and "Magha Puja". https://us.lakpura.com/pages/navam-poya """ return self._add_sinhala_calendar_holiday( name, self._sinhala_calendar.nawam_poya_date(self._year) ) def _add_nikini_poya(self, name) -> Optional[date]: """ Add Nikini Poya (first full moon day of the 9th lunar month). https://us.lakpura.com/pages/nikini-poya """ return self._add_sinhala_calendar_holiday( name, self._sinhala_calendar.nikini_poya_date(self._year) ) def _add_poson_poya(self, name) -> Optional[date]: """ Add Poson Poya (first full moon day of the 7th lunar month). https://us.lakpura.com/pages/poson """ return self._add_sinhala_calendar_holiday( name, self._sinhala_calendar.poson_poya_date(self._year) ) def _add_unduvap_poya(self, name) -> Optional[date]: """ Add Unduvap Poya (first full moon day of the 1st lunar month). Also known as "Undawap Poya". https://us.lakpura.com/pages/unduvap-poya """ return self._add_sinhala_calendar_holiday( name, self._sinhala_calendar.unduvap_poya_date(self._year) ) def _add_vap_poya(self, name) -> Optional[date]: """ Add Vap Poya (first full moon day of the 11th lunar month). https://us.lakpura.com/pages/vap-poya """ return self._add_sinhala_calendar_holiday( name, self._sinhala_calendar.vap_poya_date(self._year) ) def _add_vesak_poya(self, name) -> Optional[date]: """ Add Vesak Poya (first full moon day of the 6th lunar month). Also known as "Wesak Poya". https://us.lakpura.com/pages/vesak """ return self._add_sinhala_calendar_holiday( name, self._sinhala_calendar.vesak_poya_date(self._year) ) holidays-0.71/holidays/groups/thai.py000066400000000000000000000150011500152103600176750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.thai import THAI_CALENDAR, _ThaiLunisolar class ThaiCalendarHolidays: """ Thai lunisolar calendar holidays. For more info, see class `_ThaiLunisolar`. Calendar-type checking are done by `_ThaiLunisolar`. """ def __init__(self, calendar=THAI_CALENDAR) -> None: self.__calendar = calendar self._thai_calendar = _ThaiLunisolar(calendar) def _add_asarnha_bucha(self, name) -> Optional[date]: """ Add Asarnha Bucha. Asalha Pūjā (also written as Asarnha Bucha Day) is a Buddhist festival celebrated on the 15th Waxing Day (Full Moon) of Month 8. https://en.wikipedia.org/wiki/Asalha_Puja """ return self._add_thai_calendar_holiday( name, self._thai_calendar.asarnha_bucha_date(self._year) ) def _add_boun_haw_khao_padapdin(self, name) -> Optional[date]: """ Add Boun Haw Khao Padapdin. Boun Haw Khao Padapdin (also known as Rice Growing Festival) is a Buddhist festival celebrated on the 14th Waning Day of Month 9. https://www.timsthailand.com/boon-khao-pradap-din/ """ return self._add_thai_calendar_holiday( name, self._thai_calendar.boun_haw_khao_padapdin_date(self._year) ) def _add_boun_haw_khao_salark(self, name) -> Optional[date]: """ Add Boun Haw Khao Salark. Boun Haw Khao Salark (also known as Ancestor Festival) is a Buddhist festival celebrated on the 15th Waxing Day of Month 10. https://www.timsthailand.com/boon-khao-sak/ """ return self._add_thai_calendar_holiday( name, self._thai_calendar.boun_haw_khao_salark_date(self._year) ) def _add_boun_suang_heua(self, name) -> Optional[date]: """ Add Boun Suang Huea. Boun Suang Huea Nakhone Luang Prabang (also known as Vientiane Boat Racing Festival) is a Buddhist festival celebrated on the 1st Waning Day of Month 11. https://sonasia-holiday.com/sonabee/laos-boat-racing-festival """ return self._add_thai_calendar_holiday( name, self._thai_calendar.boun_suang_heua_date(self._year) ) def _add_khao_phansa(self, name) -> Optional[date]: """ Add Khao Phansa. Start of Buddhist Lent (also written as Khao Phansa Day) is a Buddhist festival celebrated on the 1st Waning Day of Month 8. https://en.wikipedia.org/wiki/Vassa """ return self._add_thai_calendar_holiday( name, self._thai_calendar.khao_phansa_date(self._year) ) def _add_loy_krathong(self, name) -> Optional[date]: """ Add Loy Krathong. Also known as "Boun That Louang" and "Bon Om Touk". This concides with the 15th Waxing Day (Full Moon) of Month 12 in Thai Lunar Calendar. https://en.wikipedia.org/wiki/Loy_Krathong https://en.wikipedia.org/wiki/Bon_Om_Touk """ return self._add_thai_calendar_holiday( name, self._thai_calendar.loy_krathong_date(self._year) ) def _add_makha_bucha(self, name, calendar=None) -> Optional[date]: """ Add Makha Bucha. Māgha Pūjā (also written as Makha Bucha Day) is a Buddhist festival celebrated on the 15th Waxing Day (Full Moon) of Month 3. Khmer variant: always fall on Month 3. Thai variant: will use Month 4 instead for Athikamat years. https://en.wikipedia.org/wiki/M%C4%81gha_P%C5%ABj%C4%81 """ calendar = calendar or self.__calendar return self._add_thai_calendar_holiday( name, self._thai_calendar.makha_bucha_date(self._year, calendar) ) def _add_ok_phansa(self, name) -> Optional[date]: """ Add Ok Phansa. End of Buddhist Lent (also written as Ok Phansa Day) is a Buddhist festival celebrated on the 15th Waxing Day of Month 11. https://en.wikipedia.org/wiki/Pavarana """ return self._add_thai_calendar_holiday( name, self._thai_calendar.ok_phansa_date(self._year) ) def _add_pchum_ben(self, name) -> Optional[date]: """ Add Pchum Ben. Also known as "Prachum Bandar". This concides with the 15th Waning Day (New Moon) of Month 10 in Thai Lunar Calendar. https://en.wikipedia.org/wiki/Pchum_Ben """ return self._add_thai_calendar_holiday( name, self._thai_calendar.pchum_ben_date(self._year) ) def _add_preah_neangkoal(self, name) -> Optional[date]: """ Add Preah Reach Pithi Chrat Preah Neangkoal. Also known as "Cambodian Royal Ploughing Ceremony". This always concides with the 4th Waning Day of Month 6 in Khmer Lunar Calendar. https://en.wikipedia.org/wiki/Royal_Ploughing_Ceremony """ return self._add_thai_calendar_holiday( name, self._thai_calendar.preah_neangkoal_date(self._year) ) def _add_thai_calendar_holiday(self, name, dt) -> Optional[date]: """ Add Thai calendar holiday. If the result from `_ThaiLunisolar` is none then no holidays added. """ if dt is None: return None return self._add_holiday(name, dt) def _add_visakha_bucha(self, name, calendar=None) -> Optional[date]: """ Add Visakha Bucha. Vesak(also written as Makha Bucha Day and Meak Bochea Day) is a Buddhist festival celebrated on the 15th Waxing Day (Full Moon) of Month 6. Khmer variant: always fall on Month 6. Thai variant: will use Month 7 instead for Athikamat years. https://en.wikipedia.org/wiki/M%C4%81gha_P%C5%ABj%C4%81 """ calendar = calendar or self.__calendar return self._add_thai_calendar_holiday( name, self._thai_calendar.visakha_bucha_date(self._year, calendar) ) holidays-0.71/holidays/helpers.py000066400000000000000000000025441500152103600171030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) def _normalize_arguments(cls, value): """Normalize arguments. :param cls: A type of arguments to normalize. :param value: Either a single item or an iterable of `cls` type. :return: A set created from `value` argument. """ if value is None: return set() if isinstance(value, str): return {cls(value)} try: return {cls(v) for v in value} except TypeError: # non-iterable return {cls(value)} def _normalize_tuple(value): """Normalize tuple. :param data: Either a tuple or a tuple of tuples. :return: An unchanged object for tuple of tuples, e.g., ((JAN, 10), (DEC, 31)). An object put into a tuple otherwise, e.g., ((JAN, 10),). """ return value if not value or isinstance(value[0], tuple) else (value,) holidays-0.71/holidays/holiday_base.py000066400000000000000000001526161500152103600200720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) __all__ = ("DateLike", "HolidayBase", "HolidaySum") import copy import warnings from bisect import bisect_left, bisect_right from calendar import isleap from collections.abc import Iterable from datetime import date, datetime, timedelta, timezone from functools import cached_property from gettext import gettext, translation from pathlib import Path from typing import Any, Literal, Optional, Union, cast from dateutil.parser import parse from holidays.calendars.gregorian import ( MON, TUE, WED, THU, FRI, SAT, SUN, _timedelta, _get_nth_weekday_from, _get_nth_weekday_of_month, DAYS, MONTHS, WEEKDAYS, ) from holidays.constants import HOLIDAY_NAME_DELIMITER, PUBLIC, DEFAULT_START_YEAR, DEFAULT_END_YEAR from holidays.helpers import _normalize_arguments, _normalize_tuple CategoryArg = Union[str, Iterable[str]] DateArg = Union[date, tuple[int, int]] DateLike = Union[date, datetime, str, float, int] SpecialHoliday = Union[tuple[int, int, str], tuple[tuple[int, int, str], ...]] SubstitutedHoliday = Union[ Union[tuple[int, int, int, int], tuple[int, int, int, int, int]], tuple[Union[tuple[int, int, int, int], tuple[int, int, int, int, int]], ...], ] YearArg = Union[int, Iterable[int]] class HolidayBase(dict[date, str]): """ A `dict`-like object containing the holidays for a specific country (and province or state if so initiated); inherits the `dict` class (so behaves similarly to a `dict`). Dates without a key in the Holiday object are not holidays. The key of the object is the date of the holiday and the value is the name of the holiday itself. When passing the date as a key, the date can be expressed as one of the following formats: * `datetime.datetime` type; * `datetime.date` types; * a `float` representing a Unix timestamp; * or a string of any format (recognized by `dateutil.parser.parse()`). The key is always returned as a `datetime.date` object. To maximize speed, the list of holidays is built as needed on the fly, one calendar year at a time. When you instantiate the object, it is empty, but the moment a key is accessed it will build that entire year's list of holidays. To pre-populate holidays, instantiate the class with the years argument: us_holidays = holidays.US(years=2020) It is generally instantiated using the [country_holidays()][holidays.utils.country_holidays] function. The key of the `dict`-like `HolidayBase` object is the `date` of the holiday, and the value is the name of the holiday itself. Dates where a key is not present are not public holidays (or, if **observed** is False, days when a public holiday is observed). When passing the `date` as a key, the `date` can be expressed in one of the following types: * `datetime.date`, * `datetime.datetime`, * a `str` of any format recognized by `dateutil.parser.parse()`, * or a `float` or `int` representing a POSIX timestamp. The key is always returned as a `datetime.date` object. To maximize speed, the list of public holidays is built on the fly as needed, one calendar year at a time. When the object is instantiated without a **years** parameter, it is empty, but, unless **expand** is set to False, as soon as a key is accessed the class will calculate that entire year's list of holidays and set the keys with them. If you need to list the holidays as opposed to querying individual dates, instantiate the class with the **years** parameter. Example usage: >>> from holidays import country_holidays >>> us_holidays = country_holidays('US') # For a specific subdivisions (e.g. state or province): >>> california_holidays = country_holidays('US', subdiv='CA') The below will cause 2015 holidays to be calculated on the fly: >>> from datetime import date >>> assert date(2015, 1, 1) in us_holidays This will be faster because 2015 holidays are already calculated: >>> assert date(2015, 1, 2) not in us_holidays The `HolidayBase` class also recognizes strings of many formats and numbers representing a POSIX timestamp: >>> assert '2014-01-01' in us_holidays >>> assert '1/1/2014' in us_holidays >>> assert 1388597445 in us_holidays Show the holiday's name: >>> us_holidays.get('2014-01-01') "New Year's Day" Check a range: >>> us_holidays['2014-01-01': '2014-01-03'] [datetime.date(2014, 1, 1)] List all 2020 holidays: >>> us_holidays = country_holidays('US', years=2020) >>> for day in sorted(us_holidays.items()): ... print(day) (datetime.date(2020, 1, 1), "New Year's Day") (datetime.date(2020, 1, 20), 'Martin Luther King Jr. Day') (datetime.date(2020, 2, 17), "Washington's Birthday") (datetime.date(2020, 5, 25), 'Memorial Day') (datetime.date(2020, 7, 3), 'Independence Day (observed)') (datetime.date(2020, 7, 4), 'Independence Day') (datetime.date(2020, 9, 7), 'Labor Day') (datetime.date(2020, 10, 12), 'Columbus Day') (datetime.date(2020, 11, 11), 'Veterans Day') (datetime.date(2020, 11, 26), 'Thanksgiving Day') (datetime.date(2020, 12, 25), 'Christmas Day') Some holidays are only present in parts of a country: >>> us_pr_holidays = country_holidays('US', subdiv='PR') >>> assert '2018-01-06' not in us_holidays >>> assert '2018-01-06' in us_pr_holidays Append custom holiday dates by passing one of: * a `dict` with date/name key/value pairs (e.g. `{'2010-07-10': 'My birthday!'}`), * a list of dates (as a `datetime.date`, `datetime.datetime`, `str`, `int`, or `float`); `'Holiday'` will be used as a description, * or a single date item (of one of the types above); `'Holiday'` will be used as a description: ```python >>> custom_holidays = country_holidays('US', years=2015) >>> custom_holidays.update({'2015-01-01': "New Year's Day"}) >>> custom_holidays.update(['2015-07-01', '07/04/2015']) >>> custom_holidays.update(date(2015, 12, 25)) >>> assert date(2015, 1, 1) in custom_holidays >>> assert date(2015, 1, 2) not in custom_holidays >>> assert '12/25/2015' in custom_holidays ``` For special (one-off) country-wide holidays handling use `special_public_holidays`: special_public_holidays = { 1977: ((JUN, 7, "Silver Jubilee of Elizabeth II"),), 1981: ((JUL, 29, "Wedding of Charles and Diana"),), 1999: ((DEC, 31, "Millennium Celebrations"),), 2002: ((JUN, 3, "Golden Jubilee of Elizabeth II"),), 2011: ((APR, 29, "Wedding of William and Catherine"),), 2012: ((JUN, 5, "Diamond Jubilee of Elizabeth II"),), 2022: ( (JUN, 3, "Platinum Jubilee of Elizabeth II"), (SEP, 19, "State Funeral of Queen Elizabeth II"), ), } def _populate(self, year): super()._populate(year) ... For more complex logic, like 4th Monday of January, you can inherit the [HolidayBase][holidays.holiday_base.HolidayBase] class and define your own `_populate()` method. See documentation for examples. """ country: str """The country's ISO 3166-1 alpha-2 code.""" market: str """The market's ISO 3166-1 alpha-2 code.""" subdivisions: tuple[str, ...] = () """The subdivisions supported for this country (see documentation).""" subdivisions_aliases: dict[str, str] = {} """Aliases for the ISO 3166-2 subdivision codes with the key as alias and the value the ISO 3166-2 subdivision code.""" years: set[int] """The years calculated.""" expand: bool """Whether the entire year is calculated when one date from that year is requested.""" observed: bool """Whether dates when public holiday are observed are included.""" subdiv: Optional[str] = None """The subdiv requested as ISO 3166-2 code or one of the aliases.""" special_holidays: dict[int, Union[SpecialHoliday, SubstitutedHoliday]] = {} """A list of the country-wide special (as opposite to regular) holidays for a specific year.""" _deprecated_subdivisions: tuple[str, ...] = () """Other subdivisions whose names are deprecated or aliases of the official ones.""" weekend: set[int] = {SAT, SUN} """Country weekend days.""" weekend_workdays: set[date] """Working days moved to weekends.""" default_category: str = PUBLIC """The entity category used by default.""" default_language: Optional[str] = None """The entity language used by default.""" categories: set[str] = set() """Requested holiday categories.""" supported_categories: tuple[str, ...] = (PUBLIC,) """All holiday categories supported by this entity.""" supported_languages: tuple[str, ...] = () """All languages supported by this entity.""" start_year: int = DEFAULT_START_YEAR """Start year of holidays presence for this entity.""" end_year: int = DEFAULT_END_YEAR """End year of holidays presence for this entity.""" parent_entity: Optional[type["HolidayBase"]] = None """Optional parent entity to reference as a base.""" def __init__( self, years: Optional[YearArg] = None, expand: bool = True, observed: bool = True, subdiv: Optional[str] = None, prov: Optional[str] = None, # Deprecated. state: Optional[str] = None, # Deprecated. language: Optional[str] = None, categories: Optional[CategoryArg] = None, ) -> None: """ Args: years: The year(s) to pre-calculate public holidays for at instantiation. expand: Whether the entire year is calculated when one date from that year is requested. observed: Whether to include the dates when public holiday are observed (e.g. a holiday falling on a Sunday being observed the following Monday). This doesn't work for all countries. subdiv: The subdivision (e.g. state or province) as a ISO 3166-2 code or its alias; not implemented for all countries (see documentation). prov: *deprecated* use `subdiv` instead. state: *deprecated* use `subdiv` instead. language: Specifies the language in which holiday names are returned. Accepts either: * A two-letter ISO 639-1 language code (e.g., 'en' for English, 'fr' for French), or * A language and entity combination using an underscore (e.g., 'en_US' for U.S. English, 'pt_BR' for Brazilian Portuguese). !!! warning The provided language or locale code must be supported by the holiday entity. Unsupported values will result in names being shown in the entity's original language. If not explicitly set (`language=None`), the system attempts to infer the language from the environment's locale settings. The following environment variables are checked, in order of precedence: LANGUAGE, LC_ALL, LC_MESSAGES, LANG. If none of these are set or they are empty, holiday names will default to the original language of the entity's holiday implementation. !!! warning This fallback mechanism may yield inconsistent results across environments (e.g., between a terminal session and a Jupyter notebook). To ensure consistent behavior, it is recommended to set the language parameter explicitly. If the specified language is not supported, holiday names will remain in the original language of the entity's holiday implementation. This behavior will be updated and formalized in v1. categories: Requested holiday categories. Returns: A `HolidayBase` object matching the **country** or **market**. """ super().__init__() # Categories validation. if self.default_category and self.default_category not in self.supported_categories: raise ValueError("The default category must be listed in supported categories.") if not self.default_category and not categories: raise ValueError("Categories cannot be empty if `default_category` is not set.") categories = _normalize_arguments(str, categories) or {self.default_category} if unknown_categories := categories.difference( # type: ignore[union-attr] self.supported_categories ): raise ValueError(f"Category is not supported: {', '.join(unknown_categories)}.") # Subdivision validation. if subdiv := subdiv or prov or state: # Handle subdivisions passed as integers. if isinstance(subdiv, int): subdiv = str(subdiv) subdivisions_aliases = tuple(sorted(self.subdivisions_aliases)) # Unsupported subdivisions. if not isinstance(self, HolidaySum) and subdiv not in ( self.subdivisions + subdivisions_aliases + self._deprecated_subdivisions ): raise NotImplementedError( f"Entity `{self._entity_code}` does not have subdivision {subdiv}" ) # Deprecated arguments. if prov_state := prov or state: warnings.warn( f"Arguments prov and state are deprecated, use subdiv='{prov_state}' instead.", DeprecationWarning, ) # Deprecated subdivisions. if subdiv in self._deprecated_subdivisions: warnings.warn( "This subdivision is deprecated and will be removed after " "Dec, 1 2023. The list of supported subdivisions: " f"{', '.join(sorted(self.subdivisions))}; " "the list of supported subdivisions aliases: " f"{', '.join(subdivisions_aliases)}.", DeprecationWarning, ) # Special holidays validation. if (has_substituted_holidays := getattr(self, "has_substituted_holidays", False)) and ( not getattr(self, "substituted_label", None) or not getattr(self, "substituted_date_format", None) ): raise ValueError( f"Entity `{self._entity_code}` class must have `substituted_label` " "and `substituted_date_format` attributes set." ) self.categories = categories self.expand = expand self.has_special_holidays = getattr(self, "has_special_holidays", False) self.has_substituted_holidays = has_substituted_holidays self.language = language self.observed = observed self.subdiv = subdiv self.weekend_workdays = getattr(self, "weekend_workdays", set()) self.years = _normalize_arguments(int, years) # Configure l10n related attributes. self._init_translation() # Populate holidays. for year in self.years: self._populate(year) def __add__(self, other: Union[int, "HolidayBase", "HolidaySum"]) -> "HolidayBase": """Add another dictionary of public holidays creating a [HolidaySum][holidays.holiday_base.HolidaySum] object. Args: other: The dictionary of public holiday to be added. Returns: A `HolidayBase` object unless the other object cannot be added, then `self`. """ if isinstance(other, int) and other == 0: # Required to sum() list of holidays # sum([h1, h2]) is equivalent to (0 + h1 + h2). return self if not isinstance(other, (HolidayBase, HolidaySum)): raise TypeError("Holiday objects can only be added with other Holiday objects") return HolidaySum(self, other) def __bool__(self) -> bool: return len(self) > 0 def __contains__(self, key: object) -> bool: """Check if a given date is a holiday. The method supports the following input types: * `datetime.date`, * `datetime.datetime`, * a `str` of any format recognized by `dateutil.parser.parse()`, * or a `float` or `int` representing a POSIX timestamp. Args: key: The date to check. Returns: `True` if the date is a holiday, `False` otherwise. """ if not isinstance(key, (date, datetime, float, int, str)): raise TypeError(f"Cannot convert type '{type(key)}' to date.") return dict.__contains__(cast("dict[Any, Any]", self), self.__keytransform__(key)) def __eq__(self, other: object) -> bool: if not isinstance(other, HolidayBase): return False for attribute_name in self.__attribute_names: if getattr(self, attribute_name, None) != getattr(other, attribute_name, None): return False return dict.__eq__(cast("dict[Any, Any]", self), other) def __getattr__(self, name): try: return self.__getattribute__(name) except AttributeError as e: # This part is responsible for _add_holiday_* syntactic sugar support. add_holiday_prefix = "_add_holiday_" # Raise early if prefix doesn't match to avoid patterns checks. if name[: len(add_holiday_prefix)] != add_holiday_prefix: raise e tokens = name.split("_") # Handle patterns (e.g., _add_holiday_jun_15()). if len(tokens) == 5: *_, month, day = tokens if month in MONTHS and day in DAYS: return lambda name: self._add_holiday( name, date(self._year, MONTHS[month], int(day)) ) elif len(tokens) == 7: # Handle of patterns (e.g., # _add_holiday_last_mon_of_aug() or _add_holiday_3rd_fri_of_aug()). *_, number, weekday, of, month = tokens if ( of == "of" and (number == "last" or number[0].isdigit()) and month in MONTHS and weekday in WEEKDAYS ): return lambda name: self._add_holiday( name, _get_nth_weekday_of_month( -1 if number == "last" else int(number[0]), WEEKDAYS[weekday], MONTHS[month], self._year, ), ) # Handle days easter patterns (e.g., # _add_holiday_8_days_past_easter() or # _add_holiday_5_days_prior_easter()). *_, days, unit, delta_direction, easter = tokens if ( unit in {"day", "days"} and delta_direction in {"past", "prior"} and easter == "easter" and len(days) < 3 and days.isdigit() ): return lambda name: self._add_holiday( name, _timedelta( self._easter_sunday, +int(days) if delta_direction == "past" else -int(days), ), ) # Handle day(s) of patterns (e.g., # _add_holiday_1_day_past_1st_fri_of_aug() or # _add_holiday_5_days_prior_last_fri_of_aug()). elif len(tokens) == 10: *_, days, unit, delta_direction, number, weekday, of, month = tokens if ( unit in {"day", "days"} and delta_direction in {"past", "prior"} and of == "of" and len(days) < 3 and days.isdigit() and (number == "last" or number[0].isdigit()) and month in MONTHS and weekday in WEEKDAYS ): return lambda name: self._add_holiday( name, _timedelta( _get_nth_weekday_of_month( -1 if number == "last" else int(number[0]), WEEKDAYS[weekday], MONTHS[month], self._year, ), +int(days) if delta_direction == "past" else -int(days), ), ) # Handle patterns (e.g., # _add_holiday_1st_mon_before_jun_15() or _add_holiday_1st_mon_from_jun_15()). elif len(tokens) == 8: *_, number, weekday, date_direction, month, day = tokens if ( date_direction in {"before", "from"} and number[0].isdigit() and month in MONTHS and weekday in WEEKDAYS and day in DAYS ): return lambda name: self._add_holiday( name, _get_nth_weekday_from( -int(number[0]) if date_direction == "before" else +int(number[0]), WEEKDAYS[weekday], date(self._year, MONTHS[month], int(day)), ), ) raise e # No match. def __getitem__(self, key: DateLike) -> Any: if isinstance(key, slice): if not key.start or not key.stop: raise ValueError("Both start and stop must be given.") start = self.__keytransform__(key.start) stop = self.__keytransform__(key.stop) if key.step is None: step = 1 elif isinstance(key.step, timedelta): step = key.step.days elif isinstance(key.step, int): step = key.step else: raise TypeError(f"Cannot convert type '{type(key.step)}' to int.") if step == 0: raise ValueError("Step value must not be zero.") date_diff = stop - start if date_diff.days < 0 <= step or date_diff.days >= 0 > step: step *= -1 days_in_range = [] for delta_days in range(0, date_diff.days, step): day = _timedelta(start, delta_days) if day in self: days_in_range.append(day) return days_in_range return dict.__getitem__(self, self.__keytransform__(key)) def __getstate__(self) -> dict[str, Any]: """Return the object's state for serialization.""" state = self.__dict__.copy() state.pop("tr", None) return state def __keytransform__(self, key: DateLike) -> date: """Convert various date-like formats to `datetime.date`. The method supports the following input types: * `datetime.date`, * `datetime.datetime`, * a `str` of any format recognized by `dateutil.parser.parse()`, * or a `float` or `int` representing a POSIX timestamp Args: key: The date-like object to convert. Returns: The corresponding `datetime.date` representation. """ dt: Optional[date] = None # Try to catch `date` and `str` type keys first. # Using type() here to skip date subclasses. # Key is `date`. if type(key) is date: dt = key # Key is `str` instance. elif isinstance(key, str): # key possibly contains a date in YYYY-MM-DD or YYYYMMDD format. if len(key) in {8, 10}: try: dt = date.fromisoformat(key) except ValueError: pass if dt is None: try: dt = parse(key).date() except (OverflowError, ValueError): raise ValueError(f"Cannot parse date from string '{key}'") # Key is `datetime` instance. elif isinstance(key, datetime): dt = key.date() # Must go after the `isinstance(key, datetime)` check as datetime is `date` subclass. elif isinstance(key, date): dt = key # Key is `float` or `int` instance. elif isinstance(key, (float, int)): dt = datetime.fromtimestamp(key, timezone.utc).date() # Key is not supported. else: raise TypeError(f"Cannot convert type '{type(key)}' to date.") # Automatically expand for `expand=True` cases. if self.expand and dt.year not in self.years: self.years.add(dt.year) self._populate(dt.year) return dt def __ne__(self, other: object) -> bool: if not isinstance(other, HolidayBase): return True for attribute_name in self.__attribute_names: if getattr(self, attribute_name, None) != getattr(other, attribute_name, None): return True return dict.__ne__(self, other) def __radd__(self, other: Any) -> "HolidayBase": return self.__add__(other) def __reduce__(self) -> Union[str, tuple[Any, ...]]: return super().__reduce__() def __repr__(self) -> str: if self: return super().__repr__() parts = [] if hasattr(self, "market"): parts.append(f"holidays.financial_holidays({self.market!r}") parts.append(")") elif hasattr(self, "country"): parts.append(f"holidays.country_holidays({self.country!r}") if self.subdiv: parts.append(f", subdiv={self.subdiv!r}") parts.append(")") else: parts.append("holidays.HolidayBase()") return "".join(parts) def __setattr__(self, key: str, value: Any) -> None: dict.__setattr__(self, key, value) if self and key in {"categories", "observed"}: self.clear() for year in self.years: # Re-populate holidays for each year. self._populate(year) def __setitem__(self, key: DateLike, value: str) -> None: if key in self: # If there are multiple holidays on the same date # order their names alphabetically. holiday_names = set(self[key].split(HOLIDAY_NAME_DELIMITER)) holiday_names.update(value.split(HOLIDAY_NAME_DELIMITER)) value = HOLIDAY_NAME_DELIMITER.join(sorted(holiday_names)) dict.__setitem__(self, self.__keytransform__(key), value) def __setstate__(self, state: dict[str, Any]) -> None: """Restore the object's state after deserialization.""" self.__dict__.update(state) self._init_translation() def __str__(self) -> str: if self: return super().__str__() parts = ( f"'{attribute_name}': {getattr(self, attribute_name, None)}" for attribute_name in self.__attribute_names ) return f"{{{', '.join(parts)}}}" @property def __attribute_names(self): return ("country", "expand", "language", "market", "observed", "subdiv", "years") @cached_property def _entity_code(self): return getattr(self, "country", getattr(self, "market", None)) @cached_property def _normalized_subdiv(self): return ( self.subdivisions_aliases.get(self.subdiv, self.subdiv) .translate( str.maketrans( { "-": "_", " ": "_", } ) ) .lower() ) @property def _sorted_categories(self): return ( [self.default_category] + sorted(self.categories - {self.default_category}) if self.default_category in self.categories else sorted(self.categories) ) @classmethod def get_subdivision_aliases(cls) -> dict[str, list]: """Get subdivision aliases. Returns: A dictionary mapping subdivision aliases to their official ISO 3166-2 codes. """ subdivision_aliases: dict[str, list[str]] = {s: [] for s in cls.subdivisions} for alias, subdivision in cls.subdivisions_aliases.items(): subdivision_aliases[subdivision].append(alias) return subdivision_aliases def _init_translation(self) -> None: """Initialize translation function based on language settings.""" supported_languages = set(self.supported_languages) if self._entity_code is not None: fallback = self.language not in supported_languages languages = [self.language] if self.language in supported_languages else None locale_directory = str(Path(__file__).with_name("locale")) # Add entity native content translations. entity_translation = translation( self._entity_code, fallback=fallback, languages=languages, localedir=locale_directory, ) # Add a fallback if entity has parent translations. if parent_entity := self.parent_entity: entity_translation.add_fallback( translation( parent_entity.country or parent_entity.market, fallback=fallback, languages=languages, localedir=locale_directory, ) ) self.tr = entity_translation.gettext else: self.tr = gettext def _is_leap_year(self) -> bool: """ Returns True if the year is leap. Returns False otherwise. """ return isleap(self._year) def _add_holiday(self, name: str, *args) -> Optional[date]: """Add a holiday.""" if not args: raise TypeError("Incorrect number of arguments.") dt = args if len(args) > 1 else args[0] dt = dt if isinstance(dt, date) else date(self._year, *dt) if dt.year != self._year: return None self[dt] = self.tr(name) return dt def _add_special_holidays(self, mapping_names, observed=False): """Add special holidays.""" for mapping_name in mapping_names: for data in _normalize_tuple(getattr(self, mapping_name, {}).get(self._year, ())): if len(data) == 3: # Special holidays. month, day, name = data self._add_holiday( self.tr(self.observed_label) % self.tr(name) if observed else self.tr(name), month, day, ) else: # Substituted holidays. to_month, to_day, from_month, from_day, *optional = data from_date = date(optional[0] if optional else self._year, from_month, from_day) self._add_holiday( self.tr(self.substituted_label) % from_date.strftime(self.tr(self.substituted_date_format)), to_month, to_day, ) self.weekend_workdays.add(from_date) def _check_weekday(self, weekday: int, *args) -> bool: """ Returns True if `weekday` equals to the date's week day. Returns False otherwise. """ dt = args if len(args) > 1 else args[0] dt = dt if isinstance(dt, date) else date(self._year, *dt) return dt.weekday() == weekday def _is_monday(self, *args) -> bool: return self._check_weekday(MON, *args) def _is_tuesday(self, *args) -> bool: return self._check_weekday(TUE, *args) def _is_wednesday(self, *args) -> bool: return self._check_weekday(WED, *args) def _is_thursday(self, *args) -> bool: return self._check_weekday(THU, *args) def _is_friday(self, *args) -> bool: return self._check_weekday(FRI, *args) def _is_saturday(self, *args) -> bool: return self._check_weekday(SAT, *args) def _is_sunday(self, *args) -> bool: return self._check_weekday(SUN, *args) def _is_weekend(self, *args): """ Returns True if date's week day is a weekend day. Returns False otherwise. """ dt = args if len(args) > 1 else args[0] dt = dt if isinstance(dt, date) else date(self._year, *dt) return dt.weekday() in self.weekend def _populate(self, year: int) -> None: """This is a private class that populates (generates and adds) holidays for a given year. To keep things fast, it assumes that no holidays for the year have already been populated. It is required to be called internally by any country populate() method, while should not be called directly from outside. To add holidays to an object, use the update() method. Args: year: The year to populate with holidays. >>> from holidays import country_holidays >>> us_holidays = country_holidays('US', years=2020) # to add new holidays to the object: >>> us_holidays.update(country_holidays('US', years=2021)) """ if year < self.start_year or year > self.end_year: return None self._year = year self._populate_common_holidays() self._populate_subdiv_holidays() def _populate_common_holidays(self): """Populate entity common holidays.""" for category in self._sorted_categories: if pch_method := getattr(self, f"_populate_{category.lower()}_holidays", None): pch_method() if self.has_special_holidays: self._add_special_holidays( f"special_{category}_holidays" for category in self._sorted_categories ) def _populate_subdiv_holidays(self): """Populate entity subdivision holidays.""" if self.subdiv is None: return None for category in self._sorted_categories: if asch_method := getattr( self, f"_populate_subdiv_{self._normalized_subdiv}_{category.lower()}_holidays", None, ): asch_method() if self.has_special_holidays: self._add_special_holidays( f"special_{self._normalized_subdiv}_{category.lower()}_holidays" for category in self._sorted_categories ) def append(self, *args: Union[dict[DateLike, str], list[DateLike], DateLike]) -> None: """Alias for [update()][holidays.holiday_base.HolidayBase.update] to mimic list type. Args: args: Holiday data to add. Can be: * A dictionary mapping dates to holiday names. * A list of dates (without names). * A single date. """ return self.update(*args) def copy(self): """Return a copy of the object.""" return copy.copy(self) def get(self, key: DateLike, default: Union[str, Any] = None) -> Union[str, Any]: """Retrieve the holiday name(s) for a given date. If the date is a holiday, returns the holiday name as a string. If multiple holidays fall on the same date, their names are joined by a semicolon (`;`). If the date is not a holiday, returns the provided `default` value (defaults to `None`). Args: key: The date expressed in one of the following types: * `datetime.date`, * `datetime.datetime`, * a `str` of any format recognized by `dateutil.parser.parse()`, * or a `float` or `int` representing a POSIX timestamp. default: The default value to return if no value is found. Returns: The holiday name(s) as a string if the date is a holiday, or the `default` value otherwise. """ return dict.get(self, self.__keytransform__(key), default) def get_list(self, key: DateLike) -> list[str]: """Retrieve all holiday names for a given date. Args: key: The date expressed in one of the following types: * `datetime.date`, * `datetime.datetime`, * a `str` of any format recognized by `dateutil.parser.parse()`, * or a `float` or `int` representing a POSIX timestamp. Returns: A list of holiday names if the date is a holiday, otherwise an empty list. """ return [name for name in self.get(key, "").split(HOLIDAY_NAME_DELIMITER) if name] def get_named( self, holiday_name: str, lookup: str = "icontains", split_multiple_names: bool = True ) -> list[date]: """Find all holiday dates matching a given name. The search by default is case-insensitive and includes partial matches. Args: holiday_name: The holiday's name to try to match. lookup: The holiday name lookup type: * contains - case sensitive contains match; * exact - case sensitive exact match; * startswith - case sensitive starts with match; * icontains - case insensitive contains match; * iexact - case insensitive exact match; * istartswith - case insensitive starts with match; split_multiple_names: Either use the exact name for each date or split it by holiday name delimiter. Returns: A list of all holiday dates matching the provided holiday name. """ holiday_name_dates = ( ((k, name) for k, v in self.items() for name in v.split(HOLIDAY_NAME_DELIMITER)) if split_multiple_names else ((k, v) for k, v in self.items()) ) if lookup == "icontains": holiday_name_lower = holiday_name.lower() return [dt for dt, name in holiday_name_dates if holiday_name_lower in name.lower()] elif lookup == "exact": return [dt for dt, name in holiday_name_dates if holiday_name == name] elif lookup == "contains": return [dt for dt, name in holiday_name_dates if holiday_name in name] elif lookup == "startswith": return [ dt for dt, name in holiday_name_dates if holiday_name == name[: len(holiday_name)] ] elif lookup == "iexact": holiday_name_lower = holiday_name.lower() return [dt for dt, name in holiday_name_dates if holiday_name_lower == name.lower()] elif lookup == "istartswith": holiday_name_lower = holiday_name.lower() return [ dt for dt, name in holiday_name_dates if holiday_name_lower == name[: len(holiday_name)].lower() ] raise AttributeError(f"Unknown lookup type: {lookup}") def get_closest_holiday( self, target_date: Optional[DateLike] = None, direction: Literal["forward", "backward"] = "forward", ) -> Optional[tuple[date, str]]: """Find the closest holiday relative to a given date. If `direction` is "forward", returns the next holiday after `target_date`. If `direction` is "backward", returns the previous holiday before `target_date`. If `target_date` is not provided, the current date is used. Args: target_date: The reference date. If None, defaults to today. direction: Search direction, either "forward" (next holiday) or "backward" (previous holiday). Returns: A tuple containing the holiday date and its name, or None if no holiday is found. """ if direction not in {"backward", "forward"}: raise AttributeError(f"Unknown direction: {direction}") dt = self.__keytransform__(target_date or datetime.now().date()) if direction == "forward" and (next_year := dt.year + 1) not in self.years: self._populate(next_year) elif direction == "backward" and (previous_year := dt.year - 1) not in self.years: self._populate(previous_year) sorted_dates = sorted(self.keys()) position = ( bisect_right(sorted_dates, dt) if direction == "forward" else bisect_left(sorted_dates, dt) - 1 ) if 0 <= position < len(sorted_dates): dt = sorted_dates[position] return dt, self[dt] return None def get_nth_working_day(self, key: DateLike, n: int) -> date: """Find the n-th working day from a given date. Moves forward if n is positive, or backward if n is negative. Args: key: The starting date. n: The number of working days to move. Positive values move forward, negative values move backward. Returns: The calculated working day after shifting by n working days. """ direction = +1 if n > 0 else -1 dt = self.__keytransform__(key) for _ in range(abs(n)): dt = _timedelta(dt, direction) while not self.is_working_day(dt): dt = _timedelta(dt, direction) return dt def get_working_days_count(self, start: DateLike, end: DateLike) -> int: """Calculate the number of working days between two dates. The date range works in a closed interval fashion [start, end] so both endpoints are included. Args: start: The range start date. end: The range end date. Returns: The total count of working days between the given dates. """ dt1 = self.__keytransform__(start) dt2 = self.__keytransform__(end) if dt1 > dt2: dt1, dt2 = dt2, dt1 days = (dt2 - dt1).days + 1 return sum(self.is_working_day(_timedelta(dt1, n)) for n in range(days)) def is_working_day(self, key: DateLike) -> bool: """Check if the given date is considered a working day. Args: key: The date to check. Returns: True if the date is a working day, False if it is a holiday or weekend. """ dt = self.__keytransform__(key) return dt in self.weekend_workdays if self._is_weekend(dt) else dt not in self def pop(self, key: DateLike, default: Union[str, Any] = None) -> Union[str, Any]: """Remove a holiday for a given date and return its name. If the specified date is a holiday, it will be removed, and its name will be returned. If the date is not a holiday, the provided `default` value will be returned instead. Args: key: The date expressed in one of the following types: * `datetime.date`, * `datetime.datetime`, * a `str` of any format recognized by `dateutil.parser.parse()`, * or a `float` or `int` representing a POSIX timestamp. default: The default value to return if no match is found. Returns: The name of the removed holiday if the date was a holiday, otherwise the provided `default` value. Raises: KeyError: if date is not a holiday and default is not given. """ if default is None: return dict.pop(self, self.__keytransform__(key)) return dict.pop(self, self.__keytransform__(key), default) def pop_named(self, holiday_name: str, lookup: str = "icontains") -> list[date]: """Remove all holidays matching the given name. This method removes all dates associated with a holiday name, so they are no longer considered holidays. The search by default is case-insensitive and includes partial matches. Args: holiday_name: The holiday's name to try to match. lookup: The holiday name lookup type: * contains - case sensitive contains match; * exact - case sensitive exact match; * startswith - case sensitive starts with match; * icontains - case insensitive contains match; * iexact - case insensitive exact match; * istartswith - case insensitive starts with match; Returns: A list of dates removed. Raises: KeyError: if date is not a holiday. """ use_exact_name = HOLIDAY_NAME_DELIMITER in holiday_name if not ( dts := self.get_named( holiday_name, lookup=lookup, split_multiple_names=not use_exact_name ) ): raise KeyError(holiday_name) popped = [] for dt in dts: holiday_names = self[dt].split(HOLIDAY_NAME_DELIMITER) self.pop(dt) popped.append(dt) # Keep the rest of holidays falling on the same date. if use_exact_name: continue if lookup == "icontains": holiday_name_lower = holiday_name.lower() holiday_names = [ name for name in holiday_names if holiday_name_lower not in name.lower() ] elif lookup == "iexact": holiday_name_lower = holiday_name.lower() holiday_names = [ name for name in holiday_names if holiday_name_lower != name.lower() ] elif lookup == "istartswith": holiday_name_lower = holiday_name.lower() holiday_names = [ name for name in holiday_names if holiday_name_lower != name[: len(holiday_name)].lower() ] elif lookup == "contains": holiday_names = [name for name in holiday_names if holiday_name not in name] elif lookup == "exact": holiday_names = [name for name in holiday_names if holiday_name != name] else: # startswith holiday_names = [ name for name in holiday_names if holiday_name != name[: len(holiday_name)] ] if holiday_names: self[dt] = HOLIDAY_NAME_DELIMITER.join(holiday_names) return popped def update( # type: ignore[override] self, *args: Union[dict[DateLike, str], list[DateLike], DateLike] ) -> None: """Update the object, overwriting existing dates. Args: args: Either another dictionary object where keys are dates and values are holiday names, or a single date (or a list of dates) for which the value will be set to "Holiday". Dates can be expressed in one or more of the following types: * `datetime.date`, * `datetime.datetime`, * a `str` of any format recognized by `dateutil.parser.parse()`, * or a `float` or `int` representing a POSIX timestamp. """ for arg in args: if isinstance(arg, dict): for key, value in arg.items(): self[key] = value elif isinstance(arg, list): for item in arg: self[item] = "Holiday" else: self[arg] = "Holiday" class HolidaySum(HolidayBase): """ Returns a `dict`-like object resulting from the addition of two or more individual dictionaries of public holidays. The original dictionaries are available as a `list` in the attribute `holidays,` and `country` and `subdiv` attributes are added together and could become `list` s. Holiday names, when different, are merged. All years are calculated (expanded) for all operands. """ country: Union[str, list[str]] # type: ignore[assignment] """Countries included in the addition.""" market: Union[str, list[str]] # type: ignore[assignment] """Markets included in the addition.""" subdiv: Optional[Union[str, list[str]]] # type: ignore[assignment] """Subdivisions included in the addition.""" holidays: list[HolidayBase] """The original HolidayBase objects included in the addition.""" years: set[int] """The years calculated.""" def __init__( self, h1: Union[HolidayBase, "HolidaySum"], h2: Union[HolidayBase, "HolidaySum"] ) -> None: """ Args: h1: The first HolidayBase object to add. h2: The other HolidayBase object to add. Example: >>> from holidays import country_holidays >>> nafta_holidays = country_holidays('US', years=2020) + \ country_holidays('CA') + country_holidays('MX') >>> dates = sorted(nafta_holidays.items(), key=lambda x: x[0]) >>> from pprint import pprint >>> pprint(dates[:10], width=72) [(datetime.date(2020, 1, 1), "Año Nuevo; New Year's Day"), (datetime.date(2020, 1, 20), 'Martin Luther King Jr. Day'), (datetime.date(2020, 2, 3), 'Día de la Constitución'), (datetime.date(2020, 2, 17), "Washington's Birthday"), (datetime.date(2020, 3, 16), 'Natalicio de Benito Juárez'), (datetime.date(2020, 4, 10), 'Good Friday'), (datetime.date(2020, 5, 1), 'Día del Trabajo'), (datetime.date(2020, 5, 25), 'Memorial Day'), (datetime.date(2020, 7, 1), 'Canada Day'), (datetime.date(2020, 7, 3), 'Independence Day (observed)')] """ # Store originals in the holidays attribute. self.holidays = [] for operand in (h1, h2): if isinstance(operand, HolidaySum): self.holidays.extend(operand.holidays) else: self.holidays.append(operand) kwargs: dict[str, Any] = {} # Join years, expand and observed. kwargs["years"] = h1.years | h2.years kwargs["expand"] = h1.expand or h2.expand kwargs["observed"] = h1.observed or h2.observed # Join country and subdivisions data. # TODO: this way makes no sense: joining Italy Catania (IT, CA) with # USA Mississippi (US, MS) and USA Michigan (US, MI) yields # country=["IT", "US"] and subdiv=["CA", "MS", "MI"], which could very # well be California and Messina and Milano, or Catania, Mississippi # and Milano, or ... you get the picture. # Same goes when countries and markets are being mixed (working, yet # still nonsensical). for attr in ("country", "market", "subdiv"): if ( getattr(h1, attr, None) and getattr(h2, attr, None) and getattr(h1, attr) != getattr(h2, attr) ): a1 = ( getattr(h1, attr) if isinstance(getattr(h1, attr), list) else [getattr(h1, attr)] ) a2 = ( getattr(h2, attr) if isinstance(getattr(h2, attr), list) else [getattr(h2, attr)] ) value = a1 + a2 else: value = getattr(h1, attr, None) or getattr(h2, attr, None) if attr == "subdiv": kwargs[attr] = value else: setattr(self, attr, value) # Retain language if they match and are strings. # If language wasn't assigned, default_language acts as fallback. h1_language = h1.language or h1.default_language h2_language = h2.language or h2.default_language if isinstance(h1_language, str) and h1_language == h2_language: kwargs["language"] = h1_language HolidayBase.__init__(self, **kwargs) # supported_languages is used for iCalExporter language check as well. self.supported_languages = (h1_language,) if h1_language else () def _populate(self, year): for operand in self.holidays: operand._populate(year) self.update(cast("dict[DateLike, str]", operand)) holidays-0.71/holidays/ical.py000066400000000000000000000204221500152103600163440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import re import uuid from datetime import date, datetime, timedelta, timezone from typing import Union from holidays.holiday_base import HolidayBase from holidays.version import __version__ # iCal-specific constants CONTENT_LINE_MAX_LENGTH = 75 CONTENT_LINE_DELIMITER = "\r\n" CONTENT_LINE_DELIMITER_WRAP = f"{CONTENT_LINE_DELIMITER} " class ICalExporter: def __init__(self, instance: HolidayBase, show_language: bool = False) -> None: """Initialize iCalendar exporter. Args: show_language: Determines whether to include the `;LANGUAGE=` attribute in the `SUMMARY` field. Defaults to `False`. If the `HolidaysBase` object has a `language` attribute, it will be used. Otherwise, `default_language` will be used if available. If neither attribute exists and `show_language=True`, an exception will be raised. instance: `HolidaysBase` object containing holiday data. """ self.holidays = instance self.show_language = show_language self.ical_timestamp = datetime.now(timezone.utc).strftime("%Y%m%dT%H%M%SZ") self.holidays_version = __version__ language = getattr(self.holidays, "language", None) or getattr( self.holidays, "default_language", None ) self.language = ( self._validate_language(language) if isinstance(language, str) and language in getattr(self.holidays, "supported_languages", []) else None ) if self.show_language and self.language is None: raise ValueError("LANGUAGE cannot be included because the language code is missing.") def _validate_language(self, language: str) -> str: """Validate the language code to ensure it complies with RFC 5646. In the current implementation, all languages must comply with either ISO 639-1 or ISO 639-2 if specified (part of RFC 5646). Args: language: The language code to validate. Returns: Validated language code. """ # Remove whitespace (if any), transforms HolidaysBase default to RFC 5646 compliant # i.e. `en_US` to `en-US`. language = language.strip().replace("_", "-") # ISO 639-1 and ISO 639-2 patterns, in compliance with RFC 5646. iso639_pattern = re.compile(r"^[a-z]{2,3}(?:-[A-Z]{2})?$") if not iso639_pattern.fullmatch(language): raise ValueError( f"Invalid language tag: '{language}'. Expected format follows " "ISO 639-1 or ISO 639-2, e.g., 'en', 'en-US'. For more details, " "refer to: https://www.loc.gov/standards/iso639-2/php/code_list.php." ) return language def _fold_line(self, line: str) -> str: """Fold long lines according to RFC 5545. Content lines SHOULD NOT exceed 75 octets. If a line is too long, it must be split into multiple lines, with each continuation line starting with a space. Args: line: The content line to be folded. Returns: The folded content line. """ if line.isascii(): # Simple split for ASCII: every (CONTENT_LINE_MAX_LENGTH - 1) chars, # as first char of the next line is space if len(line) > CONTENT_LINE_MAX_LENGTH: return CONTENT_LINE_DELIMITER_WRAP.join( line[i : i + CONTENT_LINE_MAX_LENGTH - 1] for i in range(0, len(line), CONTENT_LINE_MAX_LENGTH - 1) ) elif len(line.encode()) > CONTENT_LINE_MAX_LENGTH: # Handle non-ASCII text while respecting byte length parts = [] part_start = 0 part_len = 0 for i, char in enumerate(line): char_byte_len = len(char.encode()) part_len += char_byte_len if part_len > CONTENT_LINE_MAX_LENGTH: parts.append(line[part_start:i]) part_start = i part_len = char_byte_len + 1 # line start with space parts.append(line[part_start:]) return CONTENT_LINE_DELIMITER_WRAP.join(parts) # Return as-is if it doesn't exceed the limit return line def _generate_event(self, dt: date, holiday_name: str, holiday_length: int = 1) -> list[str]: """Generate a single holiday event. Args: dt: Holiday date. holiday_name: Holiday name. holiday_length: Holiday length in days, default to 1. Returns: List of iCalendar format event lines. """ # Escape special characters per RFC 5545. # SEMICOLON is used as a delimiter in HolidayBase (HOLIDAY_NAME_DELIMITER = "; "), # so a name with a semicolon gets split into two separate `VEVENT`s. sanitized_holiday_name = ( holiday_name.replace("\\", "\\\\").replace(",", "\\,").replace(":", "\\:") ) event_uid = f"{uuid.uuid4()}@{self.holidays_version}.holidays.local" language_tag = f";LANGUAGE={self.language}" if self.show_language else "" return [ "BEGIN:VEVENT", f"DTSTAMP:{self.ical_timestamp}", f"UID:{event_uid}", self._fold_line(f"SUMMARY{language_tag}:{sanitized_holiday_name}"), f"DTSTART;VALUE=DATE:{dt:%Y%m%d}", f"DURATION:P{holiday_length}D", "END:VEVENT", ] def generate(self, return_bytes: bool = False) -> Union[str, bytes]: """Generate iCalendar data. Args: return_bytes: If True, return bytes instead of string. Returns: The complete iCalendar data (string or UTF-8 bytes depending on return_bytes). """ lines = [ "BEGIN:VCALENDAR", f"PRODID:-//Vacanza//Open World Holidays Framework v{self.holidays_version}//EN", "VERSION:2.0", "CALSCALE:GREGORIAN", ] sorted_dates = sorted(self.holidays.keys()) # Merged continuous holiday with the same name and use `DURATION` instead. i = 0 while i < len(sorted_dates): dt = sorted_dates[i] names = self.holidays.get_list(dt) for name in names: days = 1 while ( i + days < len(sorted_dates) and sorted_dates[i + days] == sorted_dates[i] + timedelta(days=days) and name in self.holidays.get_list(sorted_dates[i + days]) ): days += 1 lines.extend(self._generate_event(dt, name, days)) i += days lines.append("END:VCALENDAR") lines.append("") output = CONTENT_LINE_DELIMITER.join(lines) return output.encode() if return_bytes else output def save_ics(self, file_path: str) -> None: """Export the calendar data to a .ics file. While RFC 5545 does not specifically forbid filenames for .ics files, but it’s advisable to follow general filesystem conventions and avoid using problematic characters. Args: file_path: Path to save the .ics file, including the filename (with extension). """ # Generate and write out content (always in bytes for .ics) content = self.generate(return_bytes=True) if not content: raise ValueError("Generated content is empty or invalid.") with open(file_path, "wb") as file: file.write(content) # type: ignore # this is always bytes, ignoring mypy error. holidays-0.71/holidays/locale/000077500000000000000000000000001500152103600163215ustar00rootroot00000000000000holidays-0.71/holidays/locale/am/000077500000000000000000000000001500152103600167165ustar00rootroot00000000000000holidays-0.71/holidays/locale/am/LC_MESSAGES/000077500000000000000000000000001500152103600205035ustar00rootroot00000000000000holidays-0.71/holidays/locale/am/LC_MESSAGES/ET.po000066400000000000000000000035701500152103600213600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ethiopia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.44\n" "POT-Creation-Date: 2023-02-15 14:15-0800\n" "PO-Revision-Date: 2024-02-27 14:46+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (estimated). #, c-format msgid "%s (ግምት)" msgstr "" #. Christmas Day. msgid "ገና" msgstr "" #. Epiphany. msgid "ጥምቀት" msgstr "" #. Adwa Victory Day. msgid "አድዋ" msgstr "" #. Good Friday. msgid "ስቅለት" msgstr "" #. Easter Sunday. msgid "ፋሲካ" msgstr "" #. Workers' Day. msgid "የሰራተኞች ቀን" msgstr "" #. Patriots' Day. msgid "የአርበኞች ቀን" msgstr "" #. Downfall of Dergue Regime Day. msgid "ደርግ የወደቀበት ቀን" msgstr "" #. Ethiopian New Year. msgid "እንቁጣጣሽ" msgstr "" #. Finding of True Cross. msgid "መስቀል" msgstr "" #. Revolution Day. msgid "የአብዮት ቀን" msgstr "" #. October Revolution Day. msgid "የጥቅምት አብዮት ቀን" msgstr "" #. Eid al-Fitr. msgid "ኢድ አልፈጥር" msgstr "" #. Eid al-Adha. msgid "አረፋ" msgstr "" #. Prophet's Birthday. msgid "መውሊድ" msgstr "" holidays-0.71/holidays/locale/ar/000077500000000000000000000000001500152103600167235ustar00rootroot00000000000000holidays-0.71/holidays/locale/ar/LC_MESSAGES/000077500000000000000000000000001500152103600205105ustar00rootroot00000000000000holidays-0.71/holidays/locale/ar/LC_MESSAGES/AE.po000066400000000000000000000037021500152103600213370ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # United Arab Emirates holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2025-02-03 10:17+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "" #. Commemoration Day. msgid "يوم الشهيد" msgstr "" #. National Day. msgid "اليوم الوطني" msgstr "" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "" #. Arafat Day. msgid "وقفة عرفة" msgstr "" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "" #. Isra' and Mi'raj. msgid "ليلة المعراج" msgstr "" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "" #. Death of Sheikh Khalifa bin Zayed Al Nahyan. msgid "وفاة الشيخ خليفة بن زايد آل نهيان" msgstr "" #. Pope Francis' Visit Day. msgid "يوم زيارة البابا فرنسيس" msgstr "" holidays-0.71/holidays/locale/ar/LC_MESSAGES/BH.po000066400000000000000000000033251500152103600213440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bahrain holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 15:52+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.3.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "" #. Labor Day. msgid "عيد العمال" msgstr "" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "" #. Ashura. msgid "عاشورة" msgstr "" #. Ashura Eve. msgid "ليلة عاشورة" msgstr "" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "" #. National Day. msgid "اليوم الوطني" msgstr "" holidays-0.71/holidays/locale/ar/LC_MESSAGES/CA.po000066400000000000000000000075241500152103600213430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Canada holidays ar localization (PoC). # msgid "" msgstr "" "Project-Id-Version: Holidays 0.32\n" "POT-Creation-Date: 2023-05-20 18:16-0700\n" "PO-Revision-Date: 2023-08-26 18:25+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "(تمت ملاحظته) %s" #. New Year's Day. msgid "New Year's Day" msgstr "يوم السنة الجديدة" #. Good Friday. msgid "Good Friday" msgstr "جمعة جيدة" #. Easter Monday. msgid "Easter Monday" msgstr "عيد الفصح الاثنين" #. Dominion Day. msgid "Dominion Day" msgstr "يوم دومينيون" #. Labor Day. msgid "Labour Day" msgstr "عيد العمال" #. Christmas Day. msgid "Christmas Day" msgstr "عيد الميلاد" #. Boxing Day. msgid "Boxing Day" msgstr "يوم الملاكمة" #. Family Day. msgid "Family Day" msgstr "يوم العائلة" #. Thanksgiving Day. msgid "Thanksgiving Day" msgstr "عيد الشكر" #. Funeral of Queen Elizabeth II. msgid "Funeral of Her Majesty the Queen Elizabeth II" msgstr "جنازة جلالة الملكة اليزابيث الثانية" #. Memorial Day. msgid "Memorial Day" msgstr "يوم الذكرى" #. Canada Day. msgid "Canada Day" msgstr "يوم كندا" #. Victoria Day. msgid "Victoria Day" msgstr "يوم فيكتوريا" #. Heritage Day. msgid "Heritage Day" msgstr "يوم التراث" #. Remembrance Day. msgid "Remembrance Day" msgstr "يوم الذكرى" #. British Columbia Day. msgid "British Columbia Day" msgstr "يوم كولومبيا البريطانية" #. National Day for Truth and Reconciliation. msgid "National Day for Truth and Reconciliation" msgstr "اليوم الوطني للحقيقة والمصالحة" #. Louis Riel Day. msgid "Louis Riel Day" msgstr "يوم لويس رئيل" #. Terry Fox Day. msgid "Terry Fox Day" msgstr "يوم تيري فوكس" #. Civic Holiday. msgid "Civic Holiday" msgstr "عطلة المدنية" #. New Brunswick Day. msgid "New Brunswick Day" msgstr "يوم نيو برونزويك" #. Saint Patrick's Day. msgid "Saint Patrick's Day" msgstr "عيد القديس باتريك" #. Saint George's Day. msgid "Saint George's Day" msgstr "عيد القديس جورج" #. Discovery Day. msgid "Discovery Day" msgstr "يوم الاكتشاف" #. National Aboriginal Day. msgid "National Aboriginal Day" msgstr "اليوم الوطني للسكان الأصليين" #. Nunavut Day. msgid "Nunavut Day" msgstr "يوم نونافوت" #. Islander Day. msgid "Islander Day" msgstr "يوم الجزيرة" #. National Patriots' Day. msgid "National Patriots' Day" msgstr "يوم الوطنيين" #. Saint John the Baptist Day. msgid "Saint Jean Baptiste Day" msgstr "عيد القديس جان بابتيست" #. Saskatchewan Day. msgid "Saskatchewan Day" msgstr "يوم ساسكاتشوان" #. Orangemen's Day. msgid "Orangemen's Day" msgstr "يوم رجال البرتقال" #. Natal Day. msgid "Natal Day" msgstr "يوم التأسيس" holidays-0.71/holidays/locale/ar/LC_MESSAGES/DJ.po000066400000000000000000000044231500152103600213500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Djibouti holidays ar localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-07-15 20:58+0300\n" "PO-Revision-Date: 2024-01-22 13:45+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. %s (estimated). #, c-format msgid "%s (estimé)" msgstr "(تقدير) %s" #. New Year's Day. msgid "Nouvel an" msgstr "يوم السنة الجديدة" #. Labor Day. msgid "Fête du travail" msgstr "عيد العمال" #. Independence Day. msgid "Fête de l'indépendance" msgstr "عيد الإستقلال" #. Independence Day Holiday. msgid "Fête de l'indépendance deuxième jour" msgstr "عطلة عيد الاستقلال" #. Christmas Day. msgid "Noël" msgstr "عيد الميلاد المجيد" #. Isra' and Mi'raj. msgid "Al Isra et Al Mirague" msgstr "الإسراء والمعراج" #. Eid al-Fitr. msgid "Eid al-Fitr" msgstr "عيد الفطر" #. Eid al-Fitr Holiday. msgid "Eid al-Fitr deuxième jour" msgstr "عطلة عيد الفطر" #. Arafat Day. msgid "Arafat" msgstr "يوم عرفة" #. Eid al-Adha. msgid "Eid al-Adha" msgstr "عيد الأضحى" #. Eid al-Adha Holiday. msgid "Eid al-Adha deuxième jour" msgstr "عطلة عيد الأضحى" #. Islamic New Year. msgid "Nouvel an musulman" msgstr "رأس السنة الهجرية" #. Prophet Muhammad's Birthday. msgid "Anniversaire du prophète Muhammad" msgstr "عيد المولد النبوي" holidays-0.71/holidays/locale/ar/LC_MESSAGES/DZ.po000066400000000000000000000034541500152103600213730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Algeria holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 14:56+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.3.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "" #. Amazigh New Year. msgid "رأس السنة الأمازيغية" msgstr "" #. Labor Day. msgid "عيد العمال" msgstr "" #. Independence Day. msgid "عيد الإستقلال" msgstr "" #. Revolution Day. msgid "عيد الثورة" msgstr "" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "" #. Ashura. msgid "عاشورة" msgstr "" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "" holidays-0.71/holidays/locale/ar/LC_MESSAGES/EG.po000066400000000000000000000044001500152103600213410ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Egypt holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 15:50+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.3.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "" #. Coptic Christmas Day. msgid "عيد الميلاد المجيد (تقويم قبطي)" msgstr "" #. January 25th Revolution. msgid "عيد ثورة 25 يناير" msgstr "" #. National Police Day. msgid "عيد الشرطة" msgstr "" #. Coptic Easter. msgid "عيد الفصح القبطي" msgstr "" #. Spring Festival. msgid "شم النسيم" msgstr "" #. Sinai Liberation Day. msgid "عيد تحرير سيناء" msgstr "" #. Labor Day. msgid "عيد العمال" msgstr "" #. Armed Forces Day. msgid "عيد القوات المسلحة" msgstr "" #. June 30 Revolution Day. msgid "عيد ثورة 30 يونيو" msgstr "" #. July 23 Revolution Day. msgid "عيد ثورة 23 يوليو" msgstr "" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "" #. Arafat Day. msgid "يوم عرفة" msgstr "" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "" holidays-0.71/holidays/locale/ar/LC_MESSAGES/ET.po000066400000000000000000000045321500152103600213640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ethiopia holidays ar localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.44\n" "POT-Creation-Date: 2024-02-27 14:42+0200\n" "PO-Revision-Date: 2024-02-27 14:51+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (estimated). #, c-format msgid "%s (ግምት)" msgstr "(تقدير) %s" #. Christmas Day. msgid "ገና" msgstr "عيد الميلاد" #. Epiphany. msgid "ጥምቀት" msgstr "عيد الغطاس" #. Adwa Victory Day. msgid "አድዋ" msgstr "العدوة" #. Good Friday. msgid "ስቅለት" msgstr "جمعة جيدة" #. Easter Sunday. msgid "ፋሲካ" msgstr "عيد الفصح" #. Workers' Day. msgid "የሰራተኞች ቀን" msgstr "يوم العمال" #. Patriots' Day. msgid "የአርበኞች ቀን" msgstr "يوم الوطنيين" #. Downfall of Dergue Regime Day. msgid "ደርግ የወደቀበት ቀን" msgstr "يوم سقوط ديرج" #. Ethiopian New Year. msgid "እንቁጣጣሽ" msgstr "السنة الإثيوبية الجديدة" #. Finding of True Cross. msgid "መስቀል" msgstr "مسكل" #. Revolution Day. msgid "የአብዮት ቀን" msgstr "يوم الثورة" #. October Revolution Day. msgid "የጥቅምት አብዮት ቀን" msgstr "يوم ثورة أكتوبر" #. Eid al-Fitr. msgid "ኢድ አልፈጥር" msgstr "عيد الفطر" #. Eid al-Adha. msgid "አረፋ" msgstr "عيد الأضحى" #. Prophet's Birthday. msgid "መውሊድ" msgstr "عيد المولد النبوي" holidays-0.71/holidays/locale/ar/LC_MESSAGES/JO.po000066400000000000000000000034061500152103600213630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Jordan holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.47\n" "POT-Creation-Date: 2024-02-28 09:55-0800\n" "PO-Revision-Date: 2024-02-28 09:55-0800\n" "Last-Translator: Firas Kafri \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "" #. Isra' and Mi'raj. msgid "ليلة المعراج" msgstr "" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "" #. Labor Day. msgid "عيد العمال" msgstr "" #. Independence Day. msgid "عيد الإستقلال" msgstr "" #. Arafat Day. msgid "يوم عرفة" msgstr "" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "" #. Christmas Day. msgid "عيد الميلاد المجيد" msgstr "" holidays-0.71/holidays/locale/ar/LC_MESSAGES/KW.po000066400000000000000000000032711500152103600213740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kuwait holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.44\n" "POT-Creation-Date: 2024-02-28 09:55-0800\n" "PO-Revision-Date: 2024-02-28 09:55-0800\n" "Last-Translator: Jaemin Kim \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "" #. Isra' and Mi'raj. msgid "ليلة المعراج" msgstr "" #. National Day. msgid "اليوم الوطني" msgstr "" #. Liberation Day. msgid "يوم التحرير" msgstr "" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "" #. Arafat Day. msgid "يوم عرفة" msgstr "" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "" holidays-0.71/holidays/locale/ar/LC_MESSAGES/MA.po000066400000000000000000000040071500152103600213460ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Morocco holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-07-05 17:41+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.3.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "" #. Proclamation of Independence Day. msgid "ذكرى تقديم وثيقة الاستقلال" msgstr "" #. Amazigh New Year. msgid "رأس السنة الأمازيغية" msgstr "" #. Labor Day. msgid "عيد العمال" msgstr "" #. Throne day. msgid "عيد العرش" msgstr "" #. Oued Ed-Dahab Day. msgid "ذكرى استرجاع إقليم وادي الذهب" msgstr "" #. Revolution Day. msgid "ذكرى ثورة الملك و الشعب" msgstr "" #. Youth Day. msgid "عيد الشباب" msgstr "" #. Green March. msgid "ذكرى المسيرة الخضراء" msgstr "" #. Independence Day. msgid "عيد الإستقلال" msgstr "" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "" holidays-0.71/holidays/locale/ar/LC_MESSAGES/OM.po000066400000000000000000000030471500152103600213670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Oman holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.71\n" "POT-Creation-Date: 2025-04-11 14:36+0500\n" "PO-Revision-Date: 2025-04-11 14:36+0500\n" "Last-Translator: Wasif Shahzad \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Source-Language: ar\n" #. %s (estimated). #, c-format msgid "%s (مُقدَّر)" msgstr "" #. Sultan's Accession Day. msgid "اليوم الوطني لتولي السلطان" msgstr "" #. Renaissance Day. msgid "يوم النهضة" msgstr "" #. National Day. msgid "يوم وطني" msgstr "" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "" #. Prophet's Birthday. msgid "مولد النبي" msgstr "" #. Isra' and Mi'raj. msgid "الإسراء والمعراج" msgstr "" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "" holidays-0.71/holidays/locale/ar/LC_MESSAGES/SA.po000066400000000000000000000033311500152103600213530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Saudi Arabia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-08-04 20:02+0300\n" "PO-Revision-Date: 2023-08-04 20:05+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "" #. %s (observed). #, c-format msgid "(ملاحظة) %s" msgstr "" #. Celebrate the country's win against Argentina in the World Cup msgid "يوم وطني" msgstr "" #. Eid al-Fitr Holiday msgid "عطلة عيد الفطر" msgstr "" #. Arafat Day msgid "يوم عرفة" msgstr "" #. Eid al-Adha Holiday msgid "عطلة عيد الأضحى" msgstr "" #. National Day Holiday msgid "اليوم الوطني" msgstr "" #. Founding Day msgid "يوم التأسيسي" msgstr "" #. %s (observed, estimated). #, c-format msgid "(تقدير ملاحظة) %s" msgstr "" holidays-0.71/holidays/locale/ar/LC_MESSAGES/TN.po000066400000000000000000000037621500152103600214010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tunisia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 15:48+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.3.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "" #. Revolution and Youth Day - January 14 msgid "عيد الثورة والشباب" msgstr "" #. Independence Day. msgid "عيد الإستقلال" msgstr "" #. Martyrs' Day. msgid "عيد الشهداء" msgstr "" #. Labor Day. msgid "عيد العمال" msgstr "" #. Republic Day. msgid "عيد الجمهورية" msgstr "" #. Women's Day. msgid "عيد المرأة" msgstr "" #. Evacuation Day. msgid "عيد الجلاء" msgstr "" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "" #. Arafat Day. msgid "يوم عرفة" msgstr "" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "" holidays-0.71/holidays/locale/ar/LC_MESSAGES/UA.po000066400000000000000000000076701500152103600213670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ukraine holidays ar localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-07-08 19:40+0300\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (observed). #, c-format msgid "%s (вихідний)" msgstr "(يوم عطلة) %s" #. New Year's Day. msgid "Новий рік" msgstr "السنة الجديدة" #. International Women's Day. msgid "Міжнародний жіночий день" msgstr "اليوم العالمي للمرأة" #. Easter Sunday (Pascha). msgid "Великдень (Пасха)" msgstr "عيد الفصح" #. Holy Trinity Day. msgid "Трійця" msgstr "الثالوث" #. Labor Day. msgid "День праці" msgstr "عيد العمال" #. International Workers' Solidarity Day. msgid "День міжнародної солідарності трудящих" msgstr "يوم التضامن العمالي العالمي" #. Day of Remembrance and Victory over Nazism in World War II 1939-1945. msgid "День памʼяті та перемоги над нацизмом у Другій світовій війні 1939-1945 років" msgstr "يوم إحياء الذكرى والانتصار على النازية في الحرب العالمية الثانية 1939-1945" #. Day of Victory over Nazism in World War II (Victory Day). msgid "День перемоги над нацизмом у Другій світовій війні (День перемоги)" msgstr "يوم النصر على النازية في الحرب العالمية الثانية (يوم النصر)" #. Victory Day. msgid "День Перемоги" msgstr "يوم النصر" #. Day of the Constitution of Ukraine. msgid "День Конституції України" msgstr "يوم الدستور في أوكرانيا" #. Ukrainian Statehood Day. msgid "День Української Державності" msgstr "يوم الدولة الأوكرانية" #. Independence Day. msgid "День незалежності України" msgstr "عيد استقلال أوكرانيا" #. Day of defenders of Ukraine. msgid "День захисників і захисниць України" msgstr "يوم المدافعين عن أوكرانيا" #. Defender of Ukraine Day. msgid "День захисника України" msgstr "يوم المدافع عن أوكرانيا" #. Anniversary of the Great October Socialist Revolution. msgid "Річниця Великої Жовтневої соціалістичної революції" msgstr "ذكرى ثورة أكتوبر الاشتراكية العظمى" #. Christmas Day. msgid "Різдво Христове" msgstr "عيد الميلاد" #. Date format (see strftime() Format Codes) msgid "%d.%m.%Y" msgstr "%d/%m/%Y" #. Day off (substituted from %s). #, c-format msgid "Вихідний день (перенесено з %s)" msgstr "يوم عطلة (استبدل من %s)" #. Presidential decree holiday. msgid "Вихідний згідно указу Президента" msgstr "العطلة بمرسوم رئاسي" holidays-0.71/holidays/locale/ar_QA/000077500000000000000000000000001500152103600173045ustar00rootroot00000000000000holidays-0.71/holidays/locale/ar_QA/LC_MESSAGES/000077500000000000000000000000001500152103600210715ustar00rootroot00000000000000holidays-0.71/holidays/locale/ar_QA/LC_MESSAGES/QA.po000066400000000000000000000027731500152103600217430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Qatar holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-04-03 09:28+0500\n" "PO-Revision-Date: 2025-04-03 09:28+0500\n" "Last-Translator: Wasif Shahzad \n" "Language-Team: Holidays Localization Team\n" "Language: ar_QA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Source-Language: ar_QA\n" #. %s (estimated). #, c-format msgid "%s (المقدرة)" msgstr "" #. National Sports Day. msgid "اليوم الوطني للرياضة" msgstr "" #. Qatar National Day. msgid "اليوم الوطني لقطر" msgstr "" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "" #. New Year's Holiday. msgid "عطلة رأس السنة" msgstr "" #. March Bank Holiday. msgid "عطلة البنك" msgstr "" holidays-0.71/holidays/locale/az/000077500000000000000000000000001500152103600167335ustar00rootroot00000000000000holidays-0.71/holidays/locale/az/LC_MESSAGES/000077500000000000000000000000001500152103600205205ustar00rootroot00000000000000holidays-0.71/holidays/locale/az/LC_MESSAGES/AZ.po000066400000000000000000000054661500152103600214050ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Azerbaijan holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-11-15 20:42+0200\n" "PO-Revision-Date: 2023-11-15 20:47+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. %s (estimated). #, c-format msgid "%s (təxmini)" msgstr "" #. %s (observed). #, c-format msgid "%s (müşahidə olunur)" msgstr "" #. New Year's Day. msgid "Yeni il bayramı" msgstr "" #. Martyrs' Day. msgid "Ümumxalq hüzn günü" msgstr "" #. Women's Day. msgid "Qadınlar günü" msgstr "" #. Spring Festival. msgid "Novruz bayramı" msgstr "" #. Victory over Fascism Day. msgid "Faşizm üzərində qələbə günü" msgstr "" #. Independence Day. msgid "Müstəqillik Günü" msgstr "" #. Republic Day. msgid "Respublika Günü" msgstr "" #. National Liberation Day. msgid "Azərbaycan xalqının milli qurtuluş günü" msgstr "" #. Armed Forces Day. msgid "Azərbaycan Respublikasının Silahlı Qüvvələri günü" msgstr "" #. Independence Day. msgid "Milli Müstəqillik Günü" msgstr "" #. Victory Day. msgid "Zəfər Günü" msgstr "" #. National Flag Day. msgid "Azərbaycan Respublikasının Dövlət bayrağı günü" msgstr "" #. International Azerbaijanis Solidarity Day. msgid "Dünya azərbaycanlılarının həmrəyliyi günü" msgstr "" #. Eid al-Fitr. msgid "Ramazan bayrami" msgstr "" #. Eid al-Adha. msgid "Qurban bayrami" msgstr "" #. Memorial Day. msgid "Anım Günü" msgstr "" #. Independence Restoration Day. msgid "Müstəqilliyin Bərpası Günü" msgstr "" #. Constitution Day. msgid "Konstitusiya Günü" msgstr "" #. National Revival Day. msgid "Milli Dirçəliş Günü" msgstr "" #. Presidential elections. msgid "Prezidenti seçkiləri" msgstr "" #. Municipal elections. msgid "Bələdiyyə seçkiləri" msgstr "" #. Substituted date format. msgid "%d.%m.%Y" msgstr "" #. Day off (substituted from %s). #, c-format msgid "İstirahət günü (%s ilə əvəz edilmişdir)" msgstr "" #. %s (observed, estimated). #, c-format msgid "%s (müşahidə olunur, təxmini)" msgstr "" holidays-0.71/holidays/locale/be/000077500000000000000000000000001500152103600167075ustar00rootroot00000000000000holidays-0.71/holidays/locale/be/LC_MESSAGES/000077500000000000000000000000001500152103600204745ustar00rootroot00000000000000holidays-0.71/holidays/locale/be/LC_MESSAGES/BY.po000066400000000000000000000060351500152103600213520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belarus holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2023-02-15 20:06-0800\n" "PO-Revision-Date: 2024-12-26 19:18+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. Date format (see strftime() Format Codes) msgid "%d.%m.%Y" msgstr "" #. Day off (substituted from %s). #, c-format msgid "Выходны (перанесены з %s)" msgstr "" #. Constitution Day. msgid "Дзень Канстытуцыі" msgstr "" #. Day of Unity of the Peoples of Belarus and Russia. msgid "Дзень яднання народаў Беларусі і Расіі" msgstr "" #. Victory Day. msgid "Дзень Перамогі" msgstr "" #. Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic #. of Belarus and the National Anthem of the Republic of Belarus. msgid "Дзень Дзяржаўнага сцяга, Дзяржаўнага герба і Дзяржаўнага гімна Рэспублікі Беларусь" msgstr "" #. Independence Day of the Republic of Belarus (Day of the Republic). msgid "Дзень Незалежнасці Рэспублікі Беларусь (Дзень Рэспублікі)" msgstr "" #. Day of People's Unity. msgid "Дзень народнага адзінства" msgstr "" #. New Year's Day. msgid "Новы год" msgstr "" #. Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus. msgid "Дзень абаронцаў Айчыны і Узброеных Сіл Рэспублікі Беларусь" msgstr "" #. Women's Day. msgid "Дзень жанчын" msgstr "" #. Labor Day. msgid "Свята працы" msgstr "" #. October Revolution Day. msgid "Дзень Кастрычніцкай рэвалюцыі" msgstr "" #. Orthodox Christmas Day. msgid "Нараджэнне Хрыстова (праваслаўнае Раство)" msgstr "" #. Catholic Easter. msgid "Каталiцкi Вялiкдзень" msgstr "" #. Orthodox Easter. msgid "Праваслаўны Вялiкдзень" msgstr "" #. Radunitsa (Day of Rejoicing). msgid "Радаўніца" msgstr "" #. Dzyady (All Souls' Day). msgid "Дзень памяці" msgstr "" #. Catholic Christmas Day. msgid "Нараджэнне Хрыстова (каталіцкае Раство)" msgstr "" holidays-0.71/holidays/locale/bg/000077500000000000000000000000001500152103600167115ustar00rootroot00000000000000holidays-0.71/holidays/locale/bg/LC_MESSAGES/000077500000000000000000000000001500152103600204765ustar00rootroot00000000000000holidays-0.71/holidays/locale/bg/LC_MESSAGES/BG.po000066400000000000000000000046141500152103600213330ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bulgaria holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-30 20:48+0300\n" "PO-Revision-Date: 2023-06-30 21:10+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Нова година" msgstr "" #. Liberation Day. msgid "Ден на Освобождението на България от османско иго" msgstr "" #. Good Friday. msgid "Велики петък" msgstr "" #. Holy Saturday. msgid "Велика събота" msgstr "" #. Easter. msgid "Великден" msgstr "" #. International Workers' Day. msgid "Ден на труда и на международната работническа солидарност" msgstr "" #. Saint George's Day. msgid "Гергьовден, Ден на храбростта и Българската армия" msgstr "" #. Bulgarian Education and Culture and Slavonic Literature Day. msgid "" "Ден на светите братя Кирил и Методий, на българската азбука, просвета и култура и на славянската " "книжовност" msgstr "" #. Unification Day. msgid "Ден на Съединението" msgstr "" #. Independence Day. msgid "Ден на Независимостта на България" msgstr "" #. Christmas Eve. msgid "Бъдни вечер" msgstr "" #. Christmas Day. msgid "Рождество Христово" msgstr "" #. %s (observed). #, c-format msgid "%s (почивен ден)" msgstr "" #. National Awakening Day. msgid "Ден на народните будители" msgstr "" holidays-0.71/holidays/locale/bs/000077500000000000000000000000001500152103600167255ustar00rootroot00000000000000holidays-0.71/holidays/locale/bs/LC_MESSAGES/000077500000000000000000000000001500152103600205125ustar00rootroot00000000000000holidays-0.71/holidays/locale/bs/LC_MESSAGES/BA.po000066400000000000000000000050021500152103600213310ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bosnia and Herzegovina holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-26 18:31+0300\n" "PO-Revision-Date: 2023-06-26 18:34+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (preneseno)" msgstr "" #. Orthodox Good Friday. msgid "Veliki petak (Pravoslavni)" msgstr "" #. Catholic Easter Monday. msgid "Uskrsni ponedjeljak (Katolički)" msgstr "" #. Eid al-Fitr. msgid "Ramazanski Bajram" msgstr "" #. Eid al-Adha. msgid "Kurban Bajram" msgstr "" #. New Year's Day. msgid "Nova godina" msgstr "" #. Orthodox Christmas Day. msgid "Božić (Pravoslavni)" msgstr "" #. International Labor Day. msgid "Međunarodni praznik rada" msgstr "" #. Catholic Christmas Day. msgid "Božić (Katolički)" msgstr "" #. Orthodox Christmas Eve. msgid "Badnji dan (Pravoslavni)" msgstr "" #. Independence Day. msgid "Dan nezavisnosti" msgstr "" #. Catholic Good Friday. msgid "Veliki petak (Katolički)" msgstr "" #. Catholic Easter Sunday. msgid "Uskrs (Katolički)" msgstr "" #. Orthodox Easter Sunday. msgid "Vaskrs (Pravoslavni)" msgstr "" #. Orthodox Easter Monday. msgid "Uskrsni ponedjeljak (Pravoslavni)" msgstr "" #. Victory Day. msgid "Dan pobjede nad fašizmom" msgstr "" #. Statehood Day. msgid "Dan državnosti" msgstr "" #. Catholic Christmas Eve. msgid "Badnji dan (Katolički)" msgstr "" #. Day of establishment of Brčko District. msgid "Dan uspostavljanja Brčko distrikta" msgstr "" #. Orthodox New Year. msgid "Pravoslavna Nova godina" msgstr "" #. Dayton Agreement Day. msgid "Dan uspostave Opšteg okvirnog sporazuma za mir u Bosni i Hercegovini" msgstr "" holidays-0.71/holidays/locale/cnr/000077500000000000000000000000001500152103600171035ustar00rootroot00000000000000holidays-0.71/holidays/locale/cnr/LC_MESSAGES/000077500000000000000000000000001500152103600206705ustar00rootroot00000000000000holidays-0.71/holidays/locale/cnr/LC_MESSAGES/ME.po000066400000000000000000000036131500152103600215340ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Montenegro holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2024-11-09 15:23+0200\n" "PO-Revision-Date: 2024-12-24 15:25+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: cnr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (procijenjeno)" msgstr "" #. %s (observed). #, c-format msgid "%s (neradni dan)" msgstr "" #. %s (observed, estimated). #, c-format msgid "%s (neradni dan, procijenjeno)" msgstr "" #. New Year's Day. msgid "Nova godina" msgstr "" #. Labor Day. msgid "Praznik rada" msgstr "" #. Independence Day. msgid "Dan nezavisnosti" msgstr "" #. Statehood Day. msgid "Dan državnosti" msgstr "" #. Njegos Day. msgid "Njegošev dan" msgstr "" #. Good Friday. msgid "Veliki petak" msgstr "" #. Easter. msgid "Uskrs" msgstr "" #. All Saints' Day. msgid "Svi Sveti" msgstr "" #. Christmas Eve. msgid "Badnji dan" msgstr "" #. Christmas. msgid "Božić" msgstr "" #. Pesach. msgid "Pasha" msgstr "" #. Yom Kippur. msgid "Jom Kipur" msgstr "" #. Eid al-Fitr. msgid "Ramazanski bajram" msgstr "" #. Eid al-Adha. msgid "Kurbanski bajram" msgstr "" #. Ecological State Day. msgid "Dan Ekološke države" msgstr "" holidays-0.71/holidays/locale/cs/000077500000000000000000000000001500152103600167265ustar00rootroot00000000000000holidays-0.71/holidays/locale/cs/LC_MESSAGES/000077500000000000000000000000001500152103600205135ustar00rootroot00000000000000holidays-0.71/holidays/locale/cs/LC_MESSAGES/CZ.po000066400000000000000000000044171500152103600213750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Czechia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2025-01-27 16:41+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. Independent Czech State Restoration Day. msgid "Den obnovy samostatného českého státu" msgstr "" #. New Year's Day. msgid "Nový rok" msgstr "" #. Good Friday. msgid "Velký pátek" msgstr "" #. Easter Monday. msgid "Velikonoční pondělí" msgstr "" #. Labor Day. msgid "Svátek práce" msgstr "" #. Victory Day. msgid "Den vítězství" msgstr "" #. Liberation Day. msgid "Den osvobození" msgstr "" #. Day of liberation from Fascism. msgid "Den osvobození od fašismu" msgstr "" #. Saints Cyril and Methodius Day. msgid "Den slovanských věrozvěstů Cyrila a Metoděje" msgstr "" #. Jan Hus Day. msgid "Den upálení mistra Jana Husa" msgstr "" #. Statehood Day. msgid "Den české státnosti" msgstr "" #. Independent Czechoslovak State Day. msgid "Den vzniku samostatného československého státu" msgstr "" #. Struggle for Freedom and Democracy Day and International Students' Day. msgid "Den boje za svobodu a demokracii a Mezinárodní den studentstva" msgstr "" #. Struggle for Freedom and Democracy Day. msgid "Den boje za svobodu a demokracii" msgstr "" #. Christmas Eve. msgid "Štědrý den" msgstr "" #. Christmas Day. msgid "1. svátek vánoční" msgstr "" #. Second Day of Christmas. msgid "2. svátek vánoční" msgstr "" holidays-0.71/holidays/locale/da/000077500000000000000000000000001500152103600167055ustar00rootroot00000000000000holidays-0.71/holidays/locale/da/LC_MESSAGES/000077500000000000000000000000001500152103600204725ustar00rootroot00000000000000holidays-0.71/holidays/locale/da/LC_MESSAGES/DK.po000066400000000000000000000033311500152103600213300ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Denmark holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2023-11-12 16:36+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nytårsdag" msgstr "" #. Maundy Thursday. msgid "Skærtorsdag" msgstr "" #. Good Friday. msgid "Langfredag" msgstr "" #. Easter Sunday. msgid "Påskedag" msgstr "" #. Easter Monday. msgid "Anden påskedag" msgstr "" #. Great Day of Prayers. msgid "Store bededag" msgstr "" #. Ascension Day. msgid "Kristi himmelfartsdag" msgstr "" #. Whit Sunday. msgid "Pinsedag" msgstr "" #. Whit Monday. msgid "Anden pinsedag" msgstr "" #. Christmas Day. msgid "Juledag" msgstr "" #. Second Day of Christmas. msgid "Anden juledag" msgstr "" #. Workers' Day. msgid "Arbejdernes kampdag" msgstr "" #. Constitution Day. msgid "Grundlovsdag" msgstr "" #. Christmas Eve. msgid "Juleaftensdag" msgstr "" #. New Year's Eve. msgid "Nytårsaften" msgstr "" holidays-0.71/holidays/locale/da/LC_MESSAGES/GL.po000066400000000000000000000040231500152103600213330ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greenland holidays da localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2025-02-11 17:41+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Ukiortaaq" msgstr "Nytårsdag" #. Maundy Thursday. msgid "Sisamanngortoq illernartoq" msgstr "Skærtorsdag" #. Good Friday. msgid "Tallimanngorneq tannaartoq" msgstr "Langfredag" #. Easter Sunday. msgid "Poorskip ullua" msgstr "Påskedag" #. Easter Monday. msgid "Poorskip-aappaa" msgstr "Anden påskedag" #. Great Prayer Day. msgid "Ulloq qinuffiusoq" msgstr "Store bededag" #. Ascension Day. msgid "Qilaliarfik" msgstr "Kristi himmelfartsdag" #. Whit Sunday. msgid "Piinsip ullua" msgstr "Pinsedag" #. Whit Monday. msgid "Piinsip-aappaa" msgstr "Anden pinsedag" #. Christmas Day. msgid "Juullip ullua" msgstr "Juledag" #. Second Day of Christmas. msgid "Juullip-aappaa" msgstr "Anden juledag" #. Epiphany. msgid "Kunngit pingasut ulluat" msgstr "Helligtrekongersdag" #. International Workers' Day. msgid "Sulisartut ulluat" msgstr "Arbejdernes kampdag" #. National Day. msgid "Ullortuneq" msgstr "Nationaldag" #. Christmas Eve. msgid "Juulliaraq" msgstr "Juleaftensdag" #. New Year's Eve. msgid "Ukiortaami" msgstr "Nytårsaften" holidays-0.71/holidays/locale/de/000077500000000000000000000000001500152103600167115ustar00rootroot00000000000000holidays-0.71/holidays/locale/de/LC_MESSAGES/000077500000000000000000000000001500152103600204765ustar00rootroot00000000000000holidays-0.71/holidays/locale/de/LC_MESSAGES/AT.po000066400000000000000000000042231500152103600213430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Austria holidays. msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-01 17:13+0300\n" "PO-Revision-Date: 2023-04-01 17:15+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Neujahr" msgstr "" #. Epiphany. msgid "Heilige Drei Könige" msgstr "" #. Easter Monday. msgid "Ostermontag" msgstr "" #. Labor Day. msgid "Staatsfeiertag" msgstr "" #. Ascension Day. msgid "Christi Himmelfahrt" msgstr "" #. Whit Monday. msgid "Pfingstmontag" msgstr "" #. Corpus Christi. msgid "Fronleichnam" msgstr "" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "" #. National Day. msgid "Nationalfeiertag" msgstr "" #. All Saints' Day. msgid "Allerheiligen" msgstr "" #. Immaculate Conception. msgid "Mariä Empfängnis" msgstr "" #. Christmas Day. msgid "Christtag" msgstr "" #. Saint Stephen's Day. msgid "Stefanitag" msgstr "" #. Good Friday. msgid "Karfreitag" msgstr "" #. Christmas Eve. msgid "Heiliger Abend" msgstr "" #. New Year's Eve. msgid "Silvester" msgstr "" #. Saint Martin's Day. msgid "Hl. Martin" msgstr "" #. Saint Joseph's Day. msgid "Hl. Josef" msgstr "" #. 1920 Carinthian plebiscite. msgid "Tag der Volksabstimmung" msgstr "" #. Saint Leopold's Day. msgid "Hl. Leopold" msgstr "" #. Saint Florian's Day. msgid "Hl. Florian" msgstr "" #. Saint Rupert's Day. msgid "Hl. Rupert" msgstr "" holidays-0.71/holidays/locale/de/LC_MESSAGES/BE.po000066400000000000000000000037721500152103600213350ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belgium holidays de localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.33\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-09-06 20:49+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nieuwjaar" msgstr "Neujahr" #. Easter Sunday. msgid "Pasen" msgstr "Ostern" #. Easter Monday. msgid "Paasmaandag" msgstr "Ostermontag" #. Labor Day. msgid "Dag van de Arbeid" msgstr "Tag der Arbeit" #. Ascension Day. msgid "O. L. H. Hemelvaart" msgstr "Christi Himmelfahrt" #. Whit Sunday. msgid "Pinksteren" msgstr "Pfingsten" #. Whit Monday. msgid "Pinkstermaandag" msgstr "Pfingstmontag" #. National Day. msgid "Nationale feestdag" msgstr "Nationalfeiertag" #. Assumption Day. msgid "O. L. V. Hemelvaart" msgstr "Mariä Himmelfahrt" #. All Saints' Day. msgid "Allerheiligen" msgstr "Allerheiligen" #. Armistice Day. msgid "Wapenstilstand" msgstr "Waffenstillstand" #. Christmas Day. msgid "Kerstmis" msgstr "Weihnachten" #. Good Friday. msgid "Goede Vrijdag" msgstr "Karfreitag" #. Friday after Ascension Day. msgid "Vrijdag na O. L. H. Hemelvaart" msgstr "Freitag nach Christi Himmelfahrt" #. Bank Holiday. msgid "Banksluitingsdag" msgstr "Bankschlusstag" holidays-0.71/holidays/locale/de/LC_MESSAGES/CH.po000066400000000000000000000044701500152103600213350ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Switzerland holidays. msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-10 15:41+0300\n" "PO-Revision-Date: 2024-01-21 14:46+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Neujahrstag" msgstr "" #. Ascension Day. msgid "Auffahrt" msgstr "" #. National Day. msgid "Nationalfeiertag" msgstr "" #. Christmas Day. msgid "Weihnachten" msgstr "" #. Good Friday. msgid "Karfreitag" msgstr "" #. Easter Monday. msgid "Ostermontag" msgstr "" #. Whit Monday. msgid "Pfingstmontag" msgstr "" #. Saint Stephen's Day. msgid "Stephanstag" msgstr "" #. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "" #. Corpus Christi. msgid "Fronleichnam" msgstr "" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "" #. All Saints' Day. msgid "Allerheiligen" msgstr "" #. Immaculate Conception. msgid "Mariä Empfängnis" msgstr "" #. Labor Day. msgid "Tag der Arbeit" msgstr "" #. Genevan Fast. msgid "Genfer Bettag" msgstr "" #. Restoration Day. msgid "Wiederherstellung der Republik" msgstr "" #. Battle of Naefels Victory Day. msgid "Näfelser Fahrt" msgstr "" #. Independence Day. msgid "Fest der Unabhängigkeit" msgstr "" #. Republic Day. msgid "Jahrestag der Ausrufung der Republik" msgstr "" #. Saint Joseph's Day. msgid "Josefstag" msgstr "" #. Saint Nicholas of Flüe. msgid "Bruder Klaus" msgstr "" #. Epiphany. msgid "Heilige Drei Könige" msgstr "" #. Saints Peter and Paul. msgid "Peter und Paul" msgstr "" #. Prayer Monday. msgid "Bettagsmontag" msgstr "" holidays-0.71/holidays/locale/de/LC_MESSAGES/DE.po000066400000000000000000000051351500152103600213320ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Germany holidays. msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2023-04-04 16:13+0300\n" "PO-Revision-Date: 2024-10-30 02:14+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Neujahr" msgstr "" #. Good Friday. msgid "Karfreitag" msgstr "" #. Easter Monday. msgid "Ostermontag" msgstr "" #. Labor Day. msgid "Erster Mai" msgstr "" #. Ascension Day. msgid "Christi Himmelfahrt" msgstr "" #. Whit Monday. msgid "Pfingstmontag" msgstr "" #. German Unity Day. msgid "Tag der Deutschen Einheit" msgstr "" #. Reformation Day. msgid "Reformationstag" msgstr "" #. Repentance and Prayer Day. msgid "Buß- und Bettag" msgstr "" #. Christmas Day. msgid "Erster Weihnachtstag" msgstr "" #. Second Day of Christmas. msgid "Zweiter Weihnachtstag" msgstr "" #. Easter Sunday. msgid "Ostersonntag" msgstr "" #. Whit Sunday. msgid "Pfingstsonntag" msgstr "" #. International Women's Day. msgid "Internationaler Frauentag" msgstr "" #. 75th anniversary of the liberation from Nazism and the end of the Second World War in Europe. msgid "" "75. Jahrestag der Befreiung vom Nationalsozialismus und der Beendigung des Zweiten Weltkriegs in " "Europa" msgstr "" #. 80th anniversary of the liberation from Nazism and the end of the Second World War in Europe. msgid "" "80. Jahrestag der Befreiung vom Nationalsozialismus und der Beendigung des Zweiten Weltkriegs in " "Europa" msgstr "" #. Epiphany. msgid "Heilige Drei Könige" msgstr "" #. Corpus Christi. msgid "Fronleichnam" msgstr "" #. All Saints' Day. msgid "Allerheiligen" msgstr "" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "" #. World Children's Day. msgid "Weltkindertag" msgstr "" #. 75th anniversary of the East German uprising of 1953. msgid "75. Jahrestag des Aufstandes vom 17. Juni 1953" msgstr "" holidays-0.71/holidays/locale/de/LC_MESSAGES/LI.po000066400000000000000000000041561500152103600213500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Liechtenstein holidays. msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-01 18:49+0300\n" "PO-Revision-Date: 2024-01-25 21:16+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Neujahr" msgstr "" #. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "" #. Epiphany. msgid "Heilige Drei Könige" msgstr "" #. Candlemas. msgid "Mariä Lichtmess" msgstr "" #. Shrove Tuesday. msgid "Fasnachtsdienstag" msgstr "" #. Saint Joseph's Day. msgid "Josefstag" msgstr "" #. Good Friday. msgid "Karfreitag" msgstr "" #. Easter Sunday. msgid "Ostersonntag" msgstr "" #. Easter Monday. msgid "Ostermontag" msgstr "" #. Labor Day. msgid "Tag der Arbeit" msgstr "" #. Ascension Day. msgid "Auffahrt" msgstr "" #. Whit Sunday. msgid "Pfingstsonntag" msgstr "" #. Whit Monday. msgid "Pfingstmontag" msgstr "" #. Corpus Christi. msgid "Fronleichnam" msgstr "" #. National Day. msgid "Staatsfeiertag" msgstr "" #. Nativity of Mary. msgid "Mariä Geburt" msgstr "" #. All Saints' Day. msgid "Allerheiligen" msgstr "" #. Immaculate Conception. msgid "Mariä Empfängnis" msgstr "" #. Christmas Eve. msgid "Heiligabend" msgstr "" #. Christmas Day. msgid "Weihnachten" msgstr "" #. Saint Stephen's Day. msgid "Stephanstag" msgstr "" #. New Year's Eve. msgid "Silvester" msgstr "" holidays-0.71/holidays/locale/de/LC_MESSAGES/LU.po000066400000000000000000000033621500152103600213620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Luxembourg holidays de localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-03 19:43+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Neijoerschdag" msgstr "Neujahr" #. Easter Monday. msgid "Ouschterméindeg" msgstr "Ostermontag" #. Labor Day. msgid "Dag vun der Aarbecht" msgstr "Tag der Arbeit" #. Europe Day. msgid "Europadag" msgstr "Europatag" #. Ascension Day. msgid "Christi Himmelfaart" msgstr "Christi Himmelfahrt" #. Whit Monday. msgid "Péngschtméindeg" msgstr "Pfingstmontag" #. National Day. msgid "Nationalfeierdag" msgstr "Nationalfeiertag" #. Assumption Day. msgid "Léiffrawëschdag" msgstr "Mariä Himmelfahrt" #. All Saints' Day. msgid "Allerhellgen" msgstr "Allerheiligen" #. Christmas Day. msgid "Chrëschtdag" msgstr "Weihnachten" #. Saint Stephen's Day. msgid "Stiefesdag" msgstr "Zweiter Weihnachtsfeiertag" holidays-0.71/holidays/locale/de/LC_MESSAGES/PL.po000066400000000000000000000061051500152103600213530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Poland holidays de localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-03-13 19:31+0200\n" "PO-Revision-Date: 2025-03-13 19:31+0200\n" "Last-Translator: pyniuX \n" "Language-Team: Holidays Localization Team\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Nowy Rok" msgstr "Neujahr" #. Epiphany. msgid "Święto Trzech Króli" msgstr "Heilige Drei Könige" #. Candlemas. msgid "Oczyszczenie Najświętszej Marii Panny" msgstr "Darstellung des Herrn" #. Easter Sunday. msgid "Niedziela Wielkanocna" msgstr "Ostersonntag" #. Easter Monday. msgid "Poniedziałek Wielkanocny" msgstr "Ostermontag" #. National Day. msgid "Święto Państwowe" msgstr "Tag der Arbeit" #. National Day of the Third of May. msgid "Święto Narodowe Trzeciego Maja" msgstr "Nationalfeiertag am 3. Mai" #. National Victory and Freedom Day. msgid "Narodowe Święto Zwycięstwa i Wolności" msgstr "Nationalfeiertag des Sieges und der Freiheit" #. Ascension Day. msgid "Wniebowstąpienie Pańskie" msgstr "Christi Himmelfahrt" #. Pentecost. msgid "Zielone Świątki" msgstr "Pfingsten" #. Whit Monday. msgid "Drugi dzień Zielonych Świątek" msgstr "Pfingstmontag" #. Corpus Christi. msgid "Dzień Bożego Ciała" msgstr "Fronleichnam" #. Saints Peter and Paul Day. msgid "Uroczystość Świętych Apostołów Piotra i Pawła" msgstr "Fest der Apostelfürsten Petrus und Paulus" #. National Day of Rebirth of Poland. msgid "Narodowe Święto Odrodzenia Polski" msgstr "Nationalfeiertag der Wiedergeburt Polens" #. Assumption Day. msgid "Wniebowzięcie Najświętszej Marii Panny" msgstr "Mariä Himmelfahrt" #. All Saints' Day. msgid "Uroczystość Wszystkich Świętych" msgstr "Allerheiligen" #. National Independence Day. msgid "Narodowe Święto Niepodległości" msgstr "Nationalfeiertag der Unabhängigkeit" #. National Independence Day - 100th anniversary. msgid "Narodowe Święto Niepodległości - 100-lecie" msgstr "Nationalfeiertag der Unabhängigkeit - 100. Jahrestag" #. Immaculate Conception of the Blessed Virgin Mary. msgid "Niepokalane Poczęcie Najświętszej Marii Panny" msgstr "Mariä Empfängnis" #. Christmas Eve. msgid "Wigilia Bożego Narodzenia" msgstr "Heiligabend" #. Christmas Day. msgid "Boże Narodzenie (pierwszy dzień)" msgstr "Erster Weihnachtstag" #. Second Day of Christmas. msgid "Boże Narodzenie (drugi dzień)" msgstr "Zweiter Weihnachtstag" holidays-0.71/holidays/locale/el/000077500000000000000000000000001500152103600167215ustar00rootroot00000000000000holidays-0.71/holidays/locale/el/LC_MESSAGES/000077500000000000000000000000001500152103600205065ustar00rootroot00000000000000holidays-0.71/holidays/locale/el/LC_MESSAGES/CY.po000066400000000000000000000044461500152103600213710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cyprus holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-15 11:50-0800\n" "PO-Revision-Date: 2023-02-16 08:50-0800\n" "Last-Translator: Arkadii Yakovets \n" "Language-Team: Holidays Localization Team\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Πρωτοχρονιά" msgstr "" #. Epiphany. msgid "Ημέρα των Θεοφανίων" msgstr "" #. Green Monday. msgid "Καθαρά Δευτέρα" msgstr "" #. Greek Independence Day. msgid "Ημέρα της Ελληνικής Ανεξαρτησίας" msgstr "" #. Cyprus National Day. msgid "Εθνική Ημέρα Κύπρου" msgstr "" #. Good Friday. msgid "Μεγάλη Παρασκευή" msgstr "" #. Easter Sunday. msgid "Κυριακή του Πάσχα" msgstr "" #. Easter Monday. msgid "Δευτέρα της Διακαινησίμου" msgstr "" #. Labor Day. msgid "Πρωτομαγιά" msgstr "" #. Whit Monday. msgid "Δευτέρα του Αγίου Πνεύματος" msgstr "" #. Assumption Day. msgid "Κοίμηση της Θεοτόκου" msgstr "" #. Cyprus Independence Day. msgid "Ημέρα της Κυπριακής Ανεξαρτησίας" msgstr "" #. Ochi Day. msgid "Ημέρα του Όχι" msgstr "" #. Christmas Eve. msgid "Παραμονή Χριστουγέννων" msgstr "" #. Christmas Day. msgid "Χριστούγεννα" msgstr "" #. Day After Christmas. msgid "Επομένη Χριστουγέννων" msgstr "" #. Easter Tuesday. msgid "Τρίτη της Διακαινησίμου" msgstr "" #. Holy Saturday. msgid "Μεγάλο Σάββατο" msgstr "" holidays-0.71/holidays/locale/el/LC_MESSAGES/GR.po000066400000000000000000000041351500152103600213610ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greece holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-27 18:57+0300\n" "PO-Revision-Date: 2023-07-27 18:59+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Πρωτοχρονιά" msgstr "" #. Epiphany. msgid "Θεοφάνεια" msgstr "" #. Green Monday. msgid "Καθαρά Δευτέρα" msgstr "" #. Independence Day. msgid "Εικοστή Πέμπτη Μαρτίου" msgstr "" #. Good Friday. msgid "Μεγάλη Παρασκευή" msgstr "" #. Easter Monday. msgid "Δευτέρα του Πάσχα" msgstr "" #. Whit Monday. msgid "Δευτέρα του Αγίου Πνεύματος" msgstr "" #. Labor Day. msgid "Εργατική Πρωτομαγιά" msgstr "" #. %s (observed). #, c-format msgid "%s (παρατηρήθηκε)" msgstr "" #. Dormition of the Mother of God. msgid "Κοίμηση της Θεοτόκου" msgstr "" #. Ochi Day. msgid "Ημέρα του Όχι" msgstr "" #. Christmas Day. msgid "Χριστούγεννα" msgstr "" #. Glorifying of the Mother of God. msgid "Σύναξη της Υπεραγίας Θεοτόκου" msgstr "" #. Christmas Eve. msgid "Παραμονή Χριστουγέννων" msgstr "" #. New Year's Eve. msgid "Παραμονή Πρωτοχρονιάς" msgstr "" holidays-0.71/holidays/locale/en_AU/000077500000000000000000000000001500152103600173105ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_AU/LC_MESSAGES/000077500000000000000000000000001500152103600210755ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_AU/LC_MESSAGES/AU.po000066400000000000000000000060561500152103600217510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Australia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2024-09-05 12:21+0700\n" "PO-Revision-Date: 2024-09-05 12:28+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_AU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "" #. King's Birthday. msgid "King's Birthday" msgstr "" #. Queen's Birthday. msgid "Queen's Birthday" msgstr "" #. Australia Day. msgid "Australia Day" msgstr "" #. Anniversary Day. msgid "Anniversary Day" msgstr "" #. Good Friday. msgid "Good Friday" msgstr "" #. Easter Monday. msgid "Easter Monday" msgstr "" #. New Year's Day. msgid "New Year's Day" msgstr "" #. ANZAC Day. msgid "ANZAC Day" msgstr "" #. Christmas Day. msgid "Christmas Day" msgstr "" #. Boxing Day. msgid "Boxing Day" msgstr "" #. Canberra Day. msgid "Canberra Day" msgstr "" #. Easter Saturday. msgid "Easter Saturday" msgstr "" #. Easter Sunday. msgid "Easter Sunday" msgstr "" #. Reconciliation Day. msgid "Reconciliation Day" msgstr "" #. Family & Community Day. msgid "Family & Community Day" msgstr "" #. Labor Day. msgid "Labour Day" msgstr "" #. Bank Holiday. msgid "Bank Holiday" msgstr "" #. May Day. msgid "May Day" msgstr "" #. Picnic Day. msgid "Picnic Day" msgstr "" #. %s (from 7pm). #, c-format msgid "%s (from 7pm)" msgstr "" #. Christmas Eve. msgid "Christmas Eve" msgstr "" #. New Year's Eve. msgid "New Year's Eve" msgstr "" #. The Royal Queensland Show. msgid "The Royal Queensland Show" msgstr "" #. Adelaide Cup Day. msgid "Adelaide Cup Day" msgstr "" #. Proclamation Day. msgid "Proclamation Day" msgstr "" #. Eight Hours Day. msgid "Eight Hours Day" msgstr "" #. Easter Tuesday. msgid "Easter Tuesday" msgstr "" #. Grand Final Day. msgid "Grand Final Day" msgstr "" #. Melbourne Cup Day. msgid "Melbourne Cup Day" msgstr "" #. Western Australia Day. msgid "Western Australia Day" msgstr "" #. Foundation Day. msgid "Foundation Day" msgstr "" #. Special public holiday. msgid "Special public holiday" msgstr "" #. National Day of Mourning for Queen Elizabeth II. msgid "National Day of Mourning for Queen Elizabeth II" msgstr "" #. Declared public holiday. msgid "Declared public holiday" msgstr "" #. Additional public holiday. msgid "Additional public holiday" msgstr "" #. Queen's Diamond Jubilee. msgid "Queen's Diamond Jubilee" msgstr "" holidays-0.71/holidays/locale/en_CA/000077500000000000000000000000001500152103600172665ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_CA/LC_MESSAGES/000077500000000000000000000000001500152103600210535ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_CA/LC_MESSAGES/CA.po000066400000000000000000000055261500152103600217060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Canada holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.32\n" "POT-Creation-Date: 2023-04-10 14:10+0300\n" "PO-Revision-Date: 2023-12-26 22:10+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "" #. New Year's Day. msgid "New Year's Day" msgstr "" #. Good Friday. msgid "Good Friday" msgstr "" #. Easter Monday. msgid "Easter Monday" msgstr "" #. Dominion Day. msgid "Dominion Day" msgstr "" #. Labor Day. msgid "Labour Day" msgstr "" #. Christmas Day. msgid "Christmas Day" msgstr "" #. Boxing Day. msgid "Boxing Day" msgstr "" #. Family Day. msgid "Family Day" msgstr "" #. Thanksgiving Day. msgid "Thanksgiving Day" msgstr "" #. Funeral of Queen Elizabeth II. msgid "Funeral of Her Majesty the Queen Elizabeth II" msgstr "" #. Memorial Day. msgid "Memorial Day" msgstr "" #. Canada Day. msgid "Canada Day" msgstr "" #. Victoria Day. msgid "Victoria Day" msgstr "" #. Heritage Day. msgid "Heritage Day" msgstr "" #. Remembrance Day. msgid "Remembrance Day" msgstr "" #. British Columbia Day. msgid "British Columbia Day" msgstr "" #. National Day for Truth and Reconciliation. msgid "National Day for Truth and Reconciliation" msgstr "" #. Louis Riel Day. msgid "Louis Riel Day" msgstr "" #. Terry Fox Day. msgid "Terry Fox Day" msgstr "" #. Civic Holiday. msgid "Civic Holiday" msgstr "" #. New Brunswick Day. msgid "New Brunswick Day" msgstr "" #. Saint Patrick's Day. msgid "Saint Patrick's Day" msgstr "" #. Saint George's Day. msgid "Saint George's Day" msgstr "" #. Discovery Day. msgid "Discovery Day" msgstr "" #. National Aboriginal Day. msgid "National Aboriginal Day" msgstr "" #. Nunavut Day. msgid "Nunavut Day" msgstr "" #. Islander Day. msgid "Islander Day" msgstr "" #. National Patriots' Day. msgid "National Patriots' Day" msgstr "" #. Saint John the Baptist Day. msgid "Saint Jean Baptiste Day" msgstr "" #. Saskatchewan Day. msgid "Saskatchewan Day" msgstr "" #. Orangemen's Day. msgid "Orangemen's Day" msgstr "" #. Natal Day. msgid "Natal Day" msgstr "" holidays-0.71/holidays/locale/en_CI/000077500000000000000000000000001500152103600172765ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_CI/LC_MESSAGES/000077500000000000000000000000001500152103600210635ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_CI/LC_MESSAGES/CI.po000066400000000000000000000055411500152103600217230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ivory Coast holidays en_CI localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-03-30 02:24+0530\n" "PO-Revision-Date: 2025-03-30 02:24+0530\n" "Last-Translator: Kriti Birda \n" "Language-Team: Holidays Localization Team\n" "Language: en_CI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Source-Language: fr\n" #. New Year's Day. msgid "1er janvier" msgstr "New Year's Day" #. Labor Day. msgid "Fête du travail" msgstr "Labor Day" #. Independence Day. msgid "Fête Nationale" msgstr "Independence Day" #. National Peace Day. msgid "Journée Nationale de la Paix" msgstr "National Peace Day" #. Easter Monday. msgid "Lundi de Pâques" msgstr "Easter Monday" #. Whit Monday. msgid "Lundi de Pentecôte" msgstr "Whit Monday" #. Assumption Day. msgid "Fête de l’Assomption" msgstr "Assumption Day" #. All Saints' Day. msgid "Fête de la Toussaint" msgstr "All Saints' Day" #. Christmas Day. msgid "Fête de Noël" msgstr "Christmas Day" #. Ascension Day. msgid "Jour de l’Ascension" msgstr "Ascension Day" #. %s (estimated). #, c-format msgid "%s (estimé)" msgstr "%s (estimated)" #. Eid al-Fitr. msgid "Fête de fin du Ramadan" msgstr "Aid-El-Fitr" #. Eid al-Adha. msgid "Fête de la Tabaski" msgstr "Aid-El-Kebir" #. Day after Prophet's Birthday. msgid "Lendemain de l’Anniversaire de la Naissance du Prophète Mahomet" msgstr "Day after Maouloud" #. Day after Night of Power. msgid "Lendemain de la Nuit du Destin" msgstr "Day after Lailatou-Kadr" #. 2024 African Cup of Nations Victory. msgid "Victoire à la Coupe d’Afrique des Nations 2024" msgstr "2024 African Cup of Nations Victory" #. Day after the %s. #, c-format msgid "Lendemain de la %s" msgstr "Day after the %s" #. Day after the %s (estimated). #, c-format msgid "Lendemain de la %s (estimé)" msgstr "Day after the %s (estimated)" #. Anniversary of death of President Felix Houphouet-Boigny. msgid "Anniversaire du décès du Président Felix Houphouet-Boigny" msgstr "Anniversary of death of President Felix Houphouet-Boigny" #. Public holiday for Presidential election preparation. msgid "Jour férié pour la préparation de l'élection présidentielle" msgstr "Public holiday for Presidential election preparation" holidays-0.71/holidays/locale/en_CY/000077500000000000000000000000001500152103600173165ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_CY/LC_MESSAGES/000077500000000000000000000000001500152103600211035ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_CY/LC_MESSAGES/CY.po000066400000000000000000000051411500152103600217570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cyprus holidays en_CY localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-15 11:50-0800\n" "PO-Revision-Date: 2024-01-05 13:33+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_CY\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Πρωτοχρονιά" msgstr "New Year's Day" #. Epiphany. msgid "Ημέρα των Θεοφανίων" msgstr "Epiphany" #. Green Monday. msgid "Καθαρά Δευτέρα" msgstr "Green Monday" #. Greek Independence Day. msgid "Ημέρα της Ελληνικής Ανεξαρτησίας" msgstr "Greek Independence Day" #. Cyprus National Day. msgid "Εθνική Ημέρα Κύπρου" msgstr "Cyprus National Day" #. Good Friday. msgid "Μεγάλη Παρασκευή" msgstr "Good Friday" #. Easter Sunday. msgid "Κυριακή του Πάσχα" msgstr "Easter Sunday" #. Easter Monday. msgid "Δευτέρα της Διακαινησίμου" msgstr "Easter Monday" #. Labor Day. msgid "Πρωτομαγιά" msgstr "Labour Day" #. Whit Monday. msgid "Δευτέρα του Αγίου Πνεύματος" msgstr "Pentecost" #. Assumption Day. msgid "Κοίμηση της Θεοτόκου" msgstr "Assumption Day" #. Cyprus Independence Day. msgid "Ημέρα της Κυπριακής Ανεξαρτησίας" msgstr "Cyprus Independence Day" #. Ochi Day. msgid "Ημέρα του Όχι" msgstr "Ochi Day" #. Christmas Eve. msgid "Παραμονή Χριστουγέννων" msgstr "Christmas Eve" #. Christmas Day. msgid "Χριστούγεννα" msgstr "Christmas Day" #. Day After Christmas. msgid "Επομένη Χριστουγέννων" msgstr "Day After Christmas" #. Easter Tuesday. msgid "Τρίτη της Διακαινησίμου" msgstr "Easter Tuesday" #. Holy Saturday. msgid "Μεγάλο Σάββατο" msgstr "Holy Saturday" holidays-0.71/holidays/locale/en_GB/000077500000000000000000000000001500152103600172735ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_GB/LC_MESSAGES/000077500000000000000000000000001500152103600210605ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_GB/LC_MESSAGES/GB.po000066400000000000000000000050271500152103600217140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # United Kingdom holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-29 14:18+0700\n" "PO-Revision-Date: 2025-01-31 13:54+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "" #. Good Friday. msgid "Good Friday" msgstr "" #. May Day. msgid "May Day" msgstr "" #. Spring Bank Holiday. msgid "Spring Bank Holiday" msgstr "" #. New Year's Day. msgid "New Year's Day" msgstr "" #. Christmas Day. msgid "Christmas Day" msgstr "" #. Boxing Day. msgid "Boxing Day" msgstr "" #. Easter Monday. msgid "Easter Monday" msgstr "" #. Whit Monday. msgid "Whit Monday" msgstr "" #. Late Summer Bank Holiday. msgid "Late Summer Bank Holiday" msgstr "" #. Saint Patrick's Day. msgid "Saint Patrick's Day" msgstr "" #. Battle of the Boyne. msgid "Battle of the Boyne" msgstr "" #. New Year Holiday. msgid "New Year Holiday" msgstr "" #. Summer Bank Holiday. msgid "Summer Bank Holiday" msgstr "" #. Saint Andrew's Day. msgid "Saint Andrew's Day" msgstr "" #. Silver Jubilee of Elizabeth II. msgid "Silver Jubilee of Elizabeth II" msgstr "" #. Wedding of Charles and Diana. msgid "Wedding of Charles and Diana" msgstr "" #. Millennium Celebrations. msgid "Millennium Celebrations" msgstr "" #. Golden Jubilee of Elizabeth II. msgid "Golden Jubilee of Elizabeth II" msgstr "" #. Wedding of William and Catherine. msgid "Wedding of William and Catherine" msgstr "" #. Diamond Jubilee of Elizabeth II. msgid "Diamond Jubilee of Elizabeth II" msgstr "" #. Platinum Jubilee of Elizabeth II. msgid "Platinum Jubilee of Elizabeth II" msgstr "" #. State Funeral of Queen Elizabeth II. msgid "State Funeral of Queen Elizabeth II" msgstr "" #. Coronation of Charles III. msgid "Coronation of Charles III" msgstr "" holidays-0.71/holidays/locale/en_GB/LC_MESSAGES/IM.po000066400000000000000000000023511500152103600217260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Isle of Man holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-31 13:46+0700\n" "PO-Revision-Date: 2025-01-31 13:54+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. Easter Monday. msgid "Easter Monday" msgstr "" #. Whit Monday. msgid "Whit Monday" msgstr "" #. Late Summer Bank Holiday. msgid "Late Summer Bank Holiday" msgstr "" #. TT Bank Holiday. msgid "TT Bank Holiday" msgstr "" #. Tynwald Day. msgid "Tynwald Day" msgstr "" holidays-0.71/holidays/locale/en_GB/LC_MESSAGES/TV.po000066400000000000000000000047711500152103600217620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tuvalu holidays en_GB localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2025-02-11 23:23+0530\n" "PO-Revision-Date: 2025-02-11 23:23+0530\n" "Last-Translator: Prateekshit Jaiswal \n" "Language-Team: Holidays Localization Team\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" #. New Year's Day. msgid "Tausaga Fou" msgstr "New Year's Day" #. Commonwealth Day. msgid "Aso Atefenua" msgstr "Commonwealth Day" #. Gospel Day. msgid "Te Aso o te Tala Lei" msgstr "Gospel Day" #. King's Birthday. msgid "Asofanau Tupu" msgstr "King's Birthday" #. National Children's Day. msgid "Aso Tamaliki" msgstr "National Children's Day" #. Tuvalu Day. msgid "Tutokotasi" msgstr "Tuvalu Day" #. Heir to the Throne's Birthday. msgid "Aso fanau o te sui ote Tupu" msgstr "Heir to the Throne's Birthday" #. Boxing Day. msgid "Aso Faipele" msgstr "Boxing Day" #. Good Friday. msgid "Aso toe tu" msgstr "Good Friday" #. Easter Monday. msgid "Toe Tu aso gafua" msgstr "Easter Monday" #. Christmas Day. msgid "Kilisimasi" msgstr "Christmas Day" #. Golden Jubilee. msgid "Te Po o Tefolaha" msgstr "Golden Jubilee" #. Big Day. msgid "Po Lahi" msgstr "Big Day" #. Day of the Flood. msgid "Bogin te Ieka" msgstr "Day of the Flood" #. Nanumaga Day. msgid "Aho o te Fakavae" msgstr "Nanumaga Day" #. The Day of the Bombing. msgid "Te Aso o te Paula" msgstr "The Day of the Bombing" #. Niutao Day. msgid "Te Aso o te Setema" msgstr "Niutao Day" #. Cyclone Day. msgid "Aso o te matagi" msgstr "Cyclone Day" #. Happy Day. msgid "Te Aso Fiafia" msgstr "Happy Day" #. National Youth Day. msgid "Aso tupulaga" msgstr "National Youth Day" #. Nukufetau Day. msgid "Te Aso O Tutasi" msgstr "Nukufetau Day" #. %s (observed). #, c-format msgid "%s (fakamatakuga)" msgstr "%s (observed)" #. Queen's Birthday. msgid "Asofanau Fafine" msgstr "Queen's Birthday" holidays-0.71/holidays/locale/en_HK/000077500000000000000000000000001500152103600173055ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_HK/LC_MESSAGES/000077500000000000000000000000001500152103600210725ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_HK/LC_MESSAGES/HK.po000066400000000000000000000130421500152103600217340ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Hong Kong holidays en_HK localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-04 14:03+0700\n" "PO-Revision-Date: 2025-03-05 09:48+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_HK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s(慶祝)" msgstr "%s (observed)" #. The Day following Mid-Autumn Festival. msgid "中秋節翌日" msgstr "The day following the Chinese Mid-Autumn Festival" #. The Second Day following Mid-Autumn Festival. msgid "中秋節後第二日" msgstr "The second day following the Chinese Mid-Autumn Festival" #. Mid-Autumn Festival. msgid "中秋節" msgstr "Chinese Mid-Autumn Festival" #. Chinese New Year. msgid "農曆年初一" msgstr "Lunar New Year's Day" #. Chinese New Year's Eve. msgid "農曆年初一的前一日" msgstr "The day preceding Lunar New Year's Day" #. The second day of Chinese New Year. msgid "農曆年初二" msgstr "The second day of Lunar New Year" #. The third day of Chinese New Year. msgid "農曆年初三" msgstr "The third day of Lunar New Year" #. The fourth day of Chinese New Year. msgid "農曆年初四" msgstr "The fourth day of Lunar New Year" #. New Year's Day. msgid "一月一日" msgstr "The first day of January" #. Good Friday. msgid "耶穌受難節" msgstr "Good Friday" #. The day following Good Friday. msgid "耶穌受難節翌日" msgstr "The day following Good Friday" #. Easter Monday. msgid "復活節星期一" msgstr "Easter Monday" #. Tomb-Sweeping Day. msgid "清明節" msgstr "Ching Ming Festival" #. The Buddha's Birthday. msgid "佛誕" msgstr "The Birthday of the Buddha" #. Labor Day. msgid "勞動節" msgstr "Labour Day" #. Dragon Boat Festival. msgid "端午節" msgstr "Tuen Ng Festival" #. Hong Kong S.A.R. Establishment Day. msgid "香港特別行政區成立紀念日" msgstr "Hong Kong Special Administrative Region Establishment Day" #. Double Ninth Festival. msgid "重陽節" msgstr "Chung Yeung Festival" #. National Day. msgid "國慶日" msgstr "National Day" #. Winter Solstice. msgid "冬節" msgstr "Chinese Winter Solstice Festival" #. The first weekday after Christmas Day. msgid "聖誕節後第一個周日" msgstr "The first weekday after Christmas Day" #. Christmas Day. msgid "聖誕節" msgstr "Christmas Day" #. The day following New Year's Day. msgid "一月一日翌日" msgstr "The day following the first day of January" #. The day following Tomb-Sweeping Day. msgid "清明節翌日" msgstr "The day following Ching Ming Festival" #. The day following Easter Monday. msgid "復活節星期一翌日" msgstr "The day following Easter Monday" #. The day following the Buddha's Birthday. msgid "佛誕翌日" msgstr "The day following the Birthday of the Buddha" #. The day following Labor Day. msgid "勞動節翌日" msgstr "The day following Labour Day" #. The day following Dragon Boat Festival. msgid "端午節翌日" msgstr "The day following Tuen Ng Festival" #. The day following Hong Kong S.A.R. Establishment Day. msgid "香港特別行政區成立紀念日翌日" msgstr "The day following Hong Kong Special Administrative Region Establishment Day" #. The day following Double Ninth Festival. msgid "重陽節翌日" msgstr "The day following Chung Yeung Festival" #. The day following National Day. msgid "國慶日翌日" msgstr "The day following National Day" #. The second weekday after Christmas Day. msgid "聖誕節後第二個周日" msgstr "The second weekday after Christmas Day" #. Queen's Birthday. msgid "英女皇壽辰" msgstr "Queen's Birthday" #. Monday after Pentecost. msgid "靈降臨節後星期一" msgstr "Monday after Pentecost" #. National Day of the Republic of China. msgid "中華民國國慶日" msgstr "National Day of the Republic of China" #. Monday after Remembrance Day. msgid "和平紀念日後星期一" msgstr "Monday after Remembrance Day" #. Anniversary of the liberation of Hong Kong. msgid "重光紀念日" msgstr "Anniversary of the liberation of Hong Kong" #. Wedding of Prince Charles and Diana. msgid "英國王儲查理斯王子與戴安娜婚禮" msgstr "Wedding of Prince Charles and Diana" #. Second day of Queen Elizabeth II and her husband's visit to Hong Kong. msgid "英女王伊利沙伯二世伉儷訪港的第二天" msgstr "Second day of Queen Elizabeth II and her husband's visit to Hong Kong" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中國人民抗日戰爭勝利70周年紀念日" msgstr "" "The 70th anniversary day of the victory of the Chinese people's war of resistance against " "Japanese aggression" #. Sino-Japanese War Victory Day. msgid "抗日戰爭勝利紀念日" msgstr "Sino-Japanese War Victory Day" #. Additional public holiday. msgid "額外公眾假期" msgstr "Additional public holiday" holidays-0.71/holidays/locale/en_IN/000077500000000000000000000000001500152103600173115ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_IN/LC_MESSAGES/000077500000000000000000000000001500152103600210765ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_IN/LC_MESSAGES/IN.po000066400000000000000000000115601500152103600217470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # India holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-28 02:31+0530\n" "PO-Revision-Date: 2025-03-01 15:11+0530\n" "Last-Translator: Ankush Kapoor \n" "Language-Team: Holidays Localization Team\n" "Language: en_IN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "" #. Republic Day. msgid "Republic Day" msgstr "" #. Independence Day. msgid "Independence Day" msgstr "" #. Gandhi Jayanti. msgid "Gandhi Jayanti" msgstr "" #. Children's Day. msgid "Children's Day" msgstr "" #. Labor Day. msgid "Labour Day" msgstr "" #. Diwali. msgid "Diwali" msgstr "" #. Holi. msgid "Holi" msgstr "" #. Govardhan Puja. msgid "Govardhan Puja" msgstr "" #. Raksha Bandhan. msgid "Raksha Bandhan" msgstr "" #. Janmashtami. msgid "Janmashtami" msgstr "" #. Dussehra. msgid "Dussehra" msgstr "" #. Mahavir Jayanti. msgid "Mahavir Jayanti" msgstr "" #. Maha Shivaratri. msgid "Maha Shivaratri" msgstr "" #. Navratri / Sharad Navratri. msgid "Navratri / Sharad Navratri" msgstr "" #. Ram Navami. msgid "Ram Navami" msgstr "" #. Maha Navami. msgid "Maha Navami" msgstr "" #. Ganesh Chaturthi. msgid "Ganesh Chaturthi" msgstr "" #. Makar Sankranti. msgid "Makar Sankranti" msgstr "" #. Guru Nanak Jayanti. msgid "Guru Nanak Jayanti" msgstr "" #. Palm Sunday. msgid "Palm Sunday" msgstr "" #. Good Friday. msgid "Good Friday" msgstr "" #. Easter Sunday. msgid "Easter Sunday" msgstr "" #. Christmas. msgid "Christmas" msgstr "" #. Dr. B. R. Ambedkar Jayanti. msgid "Dr. B. R. Ambedkar's Jayanti" msgstr "" #. Andhra Pradesh Foundation Day. msgid "Andhra Pradesh Foundation Day" msgstr "" #. Assam Day. msgid "Assam Day" msgstr "" #. Chhath Puja. msgid "Chhath Puja" msgstr "" #. Bihar Day. msgid "Bihar Day" msgstr "" #. Chhattisgarh Foundation Day. msgid "Chhattisgarh Foundation Day" msgstr "" #. Goa Liberation Day. msgid "Goa Liberation Day" msgstr "" #. Makar Sankranti. msgid "Uttarayan" msgstr "" #. Gujarat Day. msgid "Gujarat Day" msgstr "" #. Sardar Vallabhbhai Patel Jayanti. msgid "Sardar Vallabhbhai Patel Jayanti" msgstr "" #. Himachal Day. msgid "Himachal Day" msgstr "" #. Haryana Foundation Day. msgid "Haryana Foundation Day" msgstr "" #. Jharkhand Formation Day. msgid "Jharkhand Formation Day" msgstr "" #. Karnataka Rajyotsav. msgid "Karnataka Rajyotsava" msgstr "" #. Onam. msgid "Onam" msgstr "" #. Kerala Foundation Day. msgid "Kerala Foundation Day" msgstr "" #. Mizoram State Day. msgid "Mizoram State Day" msgstr "" #. Gudi Padwa. msgid "Gudi Padwa" msgstr "" #. Chhatrapati Shivaji Maharaj Jayanti. msgid "Chhatrapati Shivaji Maharaj Jayanti" msgstr "" #. Maharashtra Day. msgid "Maharashtra Day" msgstr "" #. Madhya Pradesh Foundation Day. msgid "Madhya Pradesh Foundation Day" msgstr "" #. Nagaland State Inauguration Day. msgid "Nagaland State Inauguration Day" msgstr "" #. Odisha Day. msgid "Odisha Day (Utkala Dibasa)" msgstr "" #. Maha Vishuva Sankranti. msgid "Maha Vishuva Sankranti / Pana Sankranti" msgstr "" #. Guru Gobind Singh Jayanti. msgid "Guru Gobind Singh Jayanti" msgstr "" #. Vaisakhi. msgid "Vaisakhi" msgstr "" #. Lohri. msgid "Lohri" msgstr "" #. Punjabi Day. msgid "Punjab Day" msgstr "" #. Puducherry De Jure Transfer Day. msgid "Puducherry De Jure Transfer Day" msgstr "" #. Puducherry Liberation Day. msgid "Puducherry Liberation Day" msgstr "" #. Rajasthan Day. msgid "Rajasthan Day" msgstr "" #. Maharana Pratap Jayanti. msgid "Maharana Pratap Jayanti" msgstr "" #. Sikkim State Day. msgid "Sikkim State Day" msgstr "" #. Pongal. msgid "Pongal" msgstr "" #. Puthandu. msgid "Puthandu (Tamil New Year)" msgstr "" #. Telangana Formation Day. msgid "Telangana Formation Day" msgstr "" #. Bathukamma Festival. msgid "Bathukamma Festival" msgstr "" #. UP Formation Day. msgid "UP Formation Day" msgstr "" #. Pohela Boisakh. msgid "Pohela Boishakh" msgstr "" #. Rabindra Jayanti. msgid "Rabindra Jayanti" msgstr "" #. Ashura. msgid "Muharram" msgstr "" #. Prophet's Birthday. msgid "Milad-un-Nabi" msgstr "" #. Eid al-Fitr. msgid "Id-ul-Fitr" msgstr "" #. Eid al-Adha. msgid "Bakrid" msgstr "" #. Magh Bihu. msgid "Magh Bihu" msgstr "" #. Buddha Purnima. msgid "Buddha Purnima" msgstr "" holidays-0.71/holidays/locale/en_KE/000077500000000000000000000000001500152103600173025ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_KE/LC_MESSAGES/000077500000000000000000000000001500152103600210675ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_KE/LC_MESSAGES/KE.po000066400000000000000000000050411500152103600217260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kenya holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.68\n" "POT-Creation-Date: 2025-02-26 23:09+0200\n" "PO-Revision-Date: 2025-02-26 23:11+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_KE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" "X-Source-Language: en_KE\n" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "" #. %s (observed, estimated). #, c-format msgid "%s (observed, estimated)" msgstr "" #. New Year's Day. msgid "New Year's Day" msgstr "" #. Good Friday. msgid "Good Friday" msgstr "" #. Easter Monday. msgid "Easter Monday" msgstr "" #. Labor Day. msgid "Labour Day" msgstr "" #. Madaraka Day. msgid "Madaraka Day" msgstr "" #. Mazingira Day. msgid "Mazingira Day" msgstr "" #. Utamaduni Day. msgid "Utamaduni Day" msgstr "" #. Moi Day. msgid "Moi Day" msgstr "" #. Mashujaa Day. msgid "Mashujaa Day" msgstr "" #. Kenyatta Day. msgid "Kenyatta Day" msgstr "" #. Jamhuri Day. msgid "Jamhuri Day" msgstr "" #. Independence Day. msgid "Independence Day" msgstr "" #. Christmas Day. msgid "Christmas Day" msgstr "" #. Boxing Day. msgid "Boxing Day" msgstr "" #. Eid-al-Fitr. msgid "Idd-ul-Fitr" msgstr "" #. Diwali. msgid "Diwali" msgstr "" #. Eid-al-Adha. msgid "Idd-ul-Azha" msgstr "" #. Election Day. msgid "Election Day" msgstr "" #. Inauguration Day. msgid "Inauguration Day" msgstr "" #. Day of Mourning for Queen Elizabeth II. msgid "Day of Mourning for Queen Elizabeth II" msgstr "" #. National Tree Growing Day. msgid "National Tree Growing Day" msgstr "" #. Visit of Pope Francis to Kenya. msgid "Visit of Pope Francis to Kenya" msgstr "" #. President Moi Memorial Day. msgid "President Moi Memorial Day" msgstr "" #. State Funeral for Former President Mwai Kibaki. msgid "State Funeral for Former President Mwai Kibaki" msgstr "" holidays-0.71/holidays/locale/en_LC/000077500000000000000000000000001500152103600173015ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_LC/LC_MESSAGES/000077500000000000000000000000001500152103600210665ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_LC/LC_MESSAGES/LC.po000066400000000000000000000032571500152103600217330ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Saint Lucia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2025-02-03 23:27+0530\n" "PO-Revision-Date: 2025-02-03 23:27+0530\n" "Last-Translator: Prateekshit Jaiswal \n" "Language-Team: Holidays Localization Team\n" "Language: en_LC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" #. New Year's Day. msgid "New Year's Day" msgstr "" #. Independence Day. msgid "Independence Day" msgstr "" #. Good Friday. msgid "Good Friday" msgstr "" #. Easter Monday. msgid "Easter Monday" msgstr "" #. Labor Day. msgid "Labour Day" msgstr "" #. Whit Monday. msgid "Whit Monday" msgstr "" #. Corpus Christi. msgid "Corpus Christi" msgstr "" #. Emancipation Day. msgid "Emancipation Day" msgstr "" #. National Day. msgid "National Day" msgstr "" #. Christmas Day. msgid "Christmas Day" msgstr "" #. Boxing Day. msgid "Boxing Day" msgstr "" #. New Year's Holiday. msgid "New Year's Holiday" msgstr "" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "" #. Thanksgiving Day. msgid "Thanksgiving Day" msgstr "" holidays-0.71/holidays/locale/en_MO/000077500000000000000000000000001500152103600173165ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_MO/LC_MESSAGES/000077500000000000000000000000001500152103600211035ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_MO/LC_MESSAGES/MO.po000066400000000000000000000157121500152103600217640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Macau holidays en_MO localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-06 15:34+0700\n" "PO-Revision-Date: 2025-03-05 19:40+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_MO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "元旦" msgstr "New Year's Day" #. Freedom Day. msgid "自由日" msgstr "Freedom Day" #. Labor Day. msgid "勞動節" msgstr "Labour Day" #. Day of Portugal, Camões, and the Portuguese Communities. msgid "葡國日、賈梅士日暨葡僑日" msgstr "Day of Portugal, Camões, and the Portuguese Communities" #. Assumption Day. msgid "聖母升天" msgstr "Assumption Day" #. National Day of the People's Republic of China. msgid "中華人民共和國國慶日" msgstr "National Day of the People's Republic of China" #. The day following National Day of the People's Republic of China. msgid "中華人民共和國國慶日翌日" msgstr "The day following National Day of the People's Republic of China" #. Republic Day. msgid "葡萄牙共和國國慶日" msgstr "Republic Day" #. All Saints' Day. msgid "諸聖節" msgstr "All Saints' Day" #. All Soul's Day. msgid "追思節" msgstr "All Soul's Day" #. Restoration of Independence Day. msgid "恢復獨立紀念日" msgstr "Restoration of Independence Day" #. Immaculate Conception. msgid "聖母無原罪瞻禮" msgstr "Immaculate Conception" #. Macao S.A.R. Establishment Day. msgid "澳門特別行政區成立紀念日" msgstr "Macao S.A.R. Establishment Day" #. Winter Solstice. msgid "冬至" msgstr "Winter Solstice" #. Christmas Eve. msgid "聖誕節前日" msgstr "Christmas Eve" #. Christmas Eve. msgid "聖誕節前夕" msgstr "Christmas Eve" #. Christmas Eve. msgid "聖誕前夕" msgstr "Christmas Eve" #. Christmas Day. msgid "聖誕節" msgstr "Christmas Day" #. Christmas Day. msgid "聖誕" msgstr "Christmas Day" #. Chinese New Year's Day. msgid "農曆正月初一" msgstr "Lunar New Year's Day" #. The second day of Chinese New Year. msgid "農曆正月初二" msgstr "The second day of Lunar New Year" #. The third day of Chinese New Year. msgid "農曆正月初三" msgstr "The third day of Lunar New Year" #. Tomb-Sweeping Day. msgid "清明節" msgstr "Ching Ming Festival" #. Good Friday. msgid "耶穌受難日" msgstr "Good Friday" #. Good Friday. msgid "聖周星期五" msgstr "Good Friday" #. The Day before Easter. msgid "復活節前日" msgstr "The Day before Easter" #. Holy Saturday. msgid "聖周星期六" msgstr "Holy Saturday" #. The Buddha's Birthday. msgid "佛誕節" msgstr "The Buddha's Birthday (Feast of Buddha)" #. Corpus Christi. msgid "基督聖體聖血節" msgstr "Corpus Christi" #. Dragon Boat Festival. msgid "端午節" msgstr "Tung Ng Festival (Dragon Boat Festival)" #. Double Ninth Festival. msgid "重陽節" msgstr "Chung Yeung Festival (Festival of Ancestors)" #. Mid-Autumn Festival. msgid "中秋節" msgstr "Chong Chao (Mid-Autumn) Festival" #. The Day following Mid-Autumn Festival. msgid "中秋節翌日" msgstr "The Day following Chong Chao (Mid-Autumn) Festival" #. Day of the Municipality of Ilhas. msgid "海島市日" msgstr "Day of the Municipality of Ilhas" #. Macau City Day. msgid "澳門市日" msgstr "Macau City Day" #. Additional Government Holiday. msgid "額外政府假期" msgstr "Additional Government Holiday" #. Additional Public Holiday. msgid "額外公眾假期" msgstr "Additional Public Holiday" #. Additional Half-Day Public Holiday. msgid "額外公眾半日假" msgstr "Additional Half-Day Public Holiday" #. The Handover of Macau to China and the Establishment of the Macau Special Administrative Region #. of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日" msgstr "" "The Handover of Macau to China and the Establishment of the Macau Special Administrative Region " "of the People's Republic of China" #. The day following the Handover of Macau to China and the Establishment of the Macau Special #. Administrative Region of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日翌日" msgstr "" "The day following the Handover of Macau to China and the Establishment of the Macau Special " "Administrative Region of the People's Republic of China" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中國人民抗日戰爭暨世界反法西斯戰爭勝利七十周年紀念日" msgstr "" "70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese " "Aggression and the World Anti-Fascist War" #. Compensatory rest day for %s. #, c-format msgid "%s的補假" msgstr "Compensatory rest day for %s" #. The first working day after %s. #, c-format msgid "%s後首個工作日" msgstr "The first working day after %s" #. %s (Afternoon). #, c-format msgid "%s(下午)" msgstr "%s (Afternoon)" #. Chinese New Year's Eve. msgid "農曆除夕" msgstr "Lunar New Year's Eve" #. The fourth day of Chinese New Year. msgid "農曆正月初四" msgstr "The fourth day of Lunar New Year" #. The fifth day of Chinese New Year. msgid "農曆正月初五" msgstr "The fifth day of Lunar New Year" #. New Year's Eve. msgid "除夕" msgstr "New Year's Eve" #. Overlapping of the Day following National Day of the People's Republic of China and the Day #. following Mid-Autumn Festival. msgid "中華人民共和國國慶日翌日及中秋節翌日重疊" msgstr "" "Overlapping of the Day following National Day of the People's Republic of China and the Day " "following Chong Chao (Mid-Autumn) Festival" #. Overlapping of the Day following National Day of the People's Republic of China and the Double #. Ninth Festival. msgid "中華人民共和國國慶日翌日及重陽節重疊" msgstr "" "Overlapping of the Day following National Day of the People's Republic of China and the Chung " "Yeung Festival (Festival of Ancestors)" #. Overlapping of the National Day of the People's Republic of China and the Day following Mid- #. Autumn Festival. msgid "中華人民共和國國慶日及中秋節翌日重疊" msgstr "" "Overlapping of the National Day of the People's Republic of China and the Day following Chong " "Chao (Mid-Autumn) Festival" holidays-0.71/holidays/locale/en_PH/000077500000000000000000000000001500152103600173125ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_PH/LC_MESSAGES/000077500000000000000000000000001500152103600210775ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_PH/LC_MESSAGES/PH.po000066400000000000000000000047661500152103600217630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # The Philippines holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2024-10-30 02:45+0700\n" "PO-Revision-Date: 2024-11-02 01:47+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_PH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "New Year's Day" msgstr "" #. Chinese New Year. msgid "Chinese New Year" msgstr "" #. EDSA People Power Revolution Anniversary. msgid "EDSA People Power Revolution Anniversary" msgstr "" #. Maundy Thursday. msgid "Maundy Thursday" msgstr "" #. Good Friday. msgid "Good Friday" msgstr "" #. Black Saturday. msgid "Black Saturday" msgstr "" #. Day of Valor. msgid "Araw ng Kagitingan" msgstr "" #. Labor Day. msgid "Labor Day" msgstr "" #. Independence Day. msgid "Independence Day" msgstr "" #. Founding Anniversary of Iglesia ni Cristo. msgid "Founding Anniversary of Iglesia ni Cristo" msgstr "" #. Ninoy Aquino Day. msgid "Ninoy Aquino Day" msgstr "" #. National Heroes Day. msgid "National Heroes Day" msgstr "" #. All Saints' Day Eve. msgid "All Saints' Day Eve" msgstr "" #. All Saints' Day. msgid "All Saints' Day" msgstr "" #. Bonifacio Day. msgid "Bonifacio Day" msgstr "" #. Immaculate Conception. msgid "Feast of the Immaculate Conception of Mary" msgstr "" #. Christmas Eve. msgid "Christmas Eve" msgstr "" #. Christmas Day. msgid "Christmas Day" msgstr "" #. Rizal Day. msgid "Rizal Day" msgstr "" #. New Year's Eve. msgid "Last Day of the Year" msgstr "" #. Eid al-Fitr. msgid "Eid'l Fitr" msgstr "" #. Eid al-Adha. msgid "Eid'l Adha" msgstr "" #. Additional special (non-working) day. msgid "Additional special (non-working) day" msgstr "" #. Elections special (non-working) day. msgid "Elections special (non-working) day" msgstr "" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "" holidays-0.71/holidays/locale/en_PK/000077500000000000000000000000001500152103600173155ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_PK/LC_MESSAGES/000077500000000000000000000000001500152103600211025ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_PK/LC_MESSAGES/PK.po000066400000000000000000000031611500152103600217550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Pakistan holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-03-28 22:18+0500\n" "PO-Revision-Date: 2025-03-29 00:00+0500\n" "Last-Translator: Wasif Shahzad \n" "Language-Team: Holidays Localization Team\n" "Language: en_PK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" "X-Source-Language: en_PK\n" #. Kashmir Solidarity Day. msgid "Kashmir Solidarity Day" msgstr "" #. Pakistan Day. msgid "Pakistan Day" msgstr "" #. Labor Day. msgid "Labour Day" msgstr "" #. Independence Day. msgid "Independence Day" msgstr "" #. Iqbal Day. msgid "Iqbal Day" msgstr "" #. Quaid-e-Azam Day. msgid "Quaid-e-Azam Day" msgstr "" #. Eid al-Fitr. msgid "Eid-ul-Fitr" msgstr "" #. Eid al-Adha. msgid "Eid-ul-Adha" msgstr "" #. Prophet's Birthday. msgid "Eid Milad-un-Nabi" msgstr "" #. Ashura. msgid "Ashura" msgstr "" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "" #. Youm-e-Takbeer. msgid "Youm-e-Takbeer" msgstr "" holidays-0.71/holidays/locale/en_SC/000077500000000000000000000000001500152103600173105ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_SC/LC_MESSAGES/000077500000000000000000000000001500152103600210755ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_SC/LC_MESSAGES/SC.po000066400000000000000000000045431500152103600217500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Seychelles holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.45\n" "POT-Creation-Date: 2024-03-01 11:00+0700\n" "PO-Revision-Date: 2024-03-05 16:34+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_SC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "" #. New Year's Day. msgid "New Year's Day" msgstr "" #. New Year Holiday. msgid "New Year Holiday" msgstr "" #. Good Friday. msgid "Good Friday" msgstr "" #. Easter Saturday. msgid "Easter Saturday" msgstr "" #. Easter Monday. msgid "Easter Monday" msgstr "" #. Labor Day. msgid "Labour Day" msgstr "" #. Corpus Christi. msgid "The Fete Dieu" msgstr "" #. Liberation Day. msgid "Liberation Day" msgstr "" #. National Day. msgid "National Day" msgstr "" #. Constitution Day. msgid "Constitution Day" msgstr "" #. Independence Day. msgid "Independence Day" msgstr "" #. Independence (National) Day. msgid "Independence (National) Day" msgstr "" #. Assumption Day. msgid "Assumption Day" msgstr "" #. All Saints' Day. msgid "All Saints Day" msgstr "" #. Immaculate Conception. msgid "The Feast of the Immaculate Conception" msgstr "" #. Christmas Day. msgid "Christmas Day" msgstr "" #. Bridge Public Holiday. msgid "Bridge Public Holiday" msgstr "" #. Presidential Election Day. msgid "Presidential Election Day" msgstr "" #. Parliamentary Election Day. msgid "Parliamentary Election Day" msgstr "" #. General Election Day. msgid "General Election Day" msgstr "" #. Funeral of the Former President France Albert René. msgid "Funeral of the Former President France Albert René" msgstr "" holidays-0.71/holidays/locale/en_SG/000077500000000000000000000000001500152103600173145ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_SG/LC_MESSAGES/000077500000000000000000000000001500152103600211015ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_SG/LC_MESSAGES/SG.po000066400000000000000000000036011500152103600217520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Singapore holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-02 15:30+0700\n" "PO-Revision-Date: 2024-10-02 15:54+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_SG\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "" #. New Year's Day. msgid "New Year's Day" msgstr "" #. Chinese New Year. msgid "Chinese New Year" msgstr "" #. Eid al-Fitr. msgid "Hari Raya Puasa" msgstr "" #. Second Day of Eid al-Fitr. msgid "Second Day of Hari Raya Puasa" msgstr "" #. Eid al-Adha. msgid "Hari Raya Haji" msgstr "" #. Good Friday. msgid "Good Friday" msgstr "" #. Holy Saturday. msgid "Holy Saturday" msgstr "" #. Easter Monday. msgid "Easter Monday" msgstr "" #. Labor Day. msgid "Labour Day" msgstr "" #. Vesak Day. #. type: ignore[arg-type] msgid "Vesak Day" msgstr "" #. National Day. msgid "National Day" msgstr "" #. Deepavali. #. type: ignore[arg-type] msgid "Deepavali" msgstr "" #. Christmas Day. msgid "Christmas Day" msgstr "" #. Boxing Day. msgid "Boxing Day" msgstr "" #. Polling Day. msgid "Polling Day" msgstr "" #. SG50 Public Holiday. msgid "SG50 Public Holiday" msgstr "" holidays-0.71/holidays/locale/en_SL/000077500000000000000000000000001500152103600173215ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_SL/LC_MESSAGES/000077500000000000000000000000001500152103600211065ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_SL/LC_MESSAGES/SL.po000066400000000000000000000040441500152103600217660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sierra Leone holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.71\n" "POT-Creation-Date: 2025-04-05 16:24+0000\n" "PO-Revision-Date: 2025-04-05 16:24+0000\n" "Last-Translator: Samman Sarkar \n" "Language-Team: Holidays Localization Team\n" "Language: en_SL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" #. New Year's Day. msgid "New Year's Day" msgstr "New Year's Day" #. Armed Forces Day. msgid "Armed Forces Day" msgstr "Armed Forces Day" #. International Women's Day. msgid "International Women's Day" msgstr "International Women's Day" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. Easter Monday. msgid "Easter Monday" msgstr "Easter Monday" #. Independence Day. msgid "Independence Day" msgstr "Independence Day" #. International Worker's Day. msgid "International Worker's Day" msgstr "International Worker's Day" #. Christmas Day. msgid "Christmas Day" msgstr "Christmas Day" #. Boxing Day. msgid "Boxing Day" msgstr "Boxing Day" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "%s (estimated)" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "%s (observed)" #. %s (observed, estimated). #, c-format msgid "%s (observed, estimated)" msgstr "%s (observed, estimated)" #. Eid al-Fitr. msgid "Eid al-Fitr" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Eid al-Adha" msgstr "Eid al-Adha" #. Prophet's Birthday. msgid "Prophet's Birthday" msgstr "Prophet's Birthday" holidays-0.71/holidays/locale/en_TL/000077500000000000000000000000001500152103600173225ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_TL/LC_MESSAGES/000077500000000000000000000000001500152103600211075ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_TL/LC_MESSAGES/TL.po000066400000000000000000000112071500152103600217670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Timor-Leste holidays en_TL localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-04-03 10:28+0700\n" "PO-Revision-Date: 2025-04-03 16:23+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_TL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.6\n" #. %s (estimated). #, c-format msgid "%s (aproximada)" msgstr "%s (estimated)" #. New Year's Day. msgid "Dia de Ano Novo" msgstr "New Year's Day" #. Veteran's Day. msgid "Dia dos Veteranos" msgstr "Veterans Day" #. International Worker's Day. msgid "Dia Mundial do Trabalhador" msgstr "World Labour Day" #. Restoration of Independence Day. msgid "Dia da Restauração da Independência" msgstr "Restoration of Independence Day" #. Popular Consultation Day. msgid "Dia da Consulta Popular" msgstr "Popular Consultation Day" #. All Saints' Day. msgid "Dia de Todos os Santos" msgstr "All Saints Day" #. All Souls' Day. msgid "Dia de Todos os Fiéis Defuntos" msgstr "All Souls Day" #. National Women's Day. msgid "Dia Nacional da Mulher" msgstr "National Women's Day" #. National Youth Day. msgid "Dia Nacional da Juventude" msgstr "National Youth Day" #. Proclamation of Independence Day. msgid "Dia da Proclamação da Independência" msgstr "Proclamation of Independence Day" #. Memorial Day. msgid "Dia da Memória" msgstr "Memorial Day" #. Day of Our Lady of Immaculate Conception and Timor-Leste Patroness. msgid "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste" msgstr "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness" #. Christmas Day. msgid "Dia de Natal" msgstr "Christmas Day" #. National Heroes Day. msgid "Dia dos Heróis Nacionais" msgstr "National Heroes Day" #. Holy Friday. msgid "Sexta-Feira Santa" msgstr "Holy Friday" #. Eid al-Fitr. msgid "Idul Fitri" msgstr "Idul Fitri" #. Corpus Christi. msgid "Festa do Corpo de Deus" msgstr "Corpus Christi" #. Eid al-Adha. msgid "Idul Adha" msgstr "Idul Adha" #. National Holidays (Special). msgid "Feriados Nacionais (Especiais)" msgstr "National Holidays (Special)" #. International Children's Day. msgid "Dia Mundial da Criança" msgstr "World Children's Day" #. Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL). msgid "Dia das Forças Armadas de Libertação Nacional de Timor-Leste (FALINTIL)" msgstr "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)" #. International Human Rights Day. msgid "Dia Mundial dos Direitos Humanos" msgstr "World Human Rights Day" #. Ash Wednesday. msgid "Quarta-Feira de Cinzas" msgstr "Ash Wednesday" #. Holy Thursday. msgid "Quinta-Feira Santa" msgstr "Holy Thursday" #. The Day of Ascension of Jesus Christ into Heaven. msgid "Dia da Ascensão de Jesus Cristo ao Céu" msgstr "The Day of Ascension of Jesus Christ into Heaven" #. Presidential Election Day. msgid "Dia da Eleição Presidencial" msgstr "Presidential Election Day" #. Parliamentary Election Day. msgid "Dia de Eleições Parlamentares" msgstr "Parliamentary Election Day" #. Centenary of the Revolt of Dom Boaventura. msgid "Centenário da Revolta de Dom Boaventura" msgstr "Centenary of the Revolt of Dom Boaventura" #. Funeral Ceremonies of Fernando 'La Sama' de Araújo. msgid "Cerimónias Fúnebres de Fernando 'La Sama' de Araújo" msgstr "Funeral Ceremonies of Fernando 'La Sama' de Araújo" #. 20th Anniversary Celebrations of the Popular Consultation. msgid "Celebrações do 20.º Aniversário da Consulta Popular" msgstr "20th Anniversary Celebrations of the Popular Consultation" #. 25th Anniversary Celebrations of the Popular Consultation. msgid "Celebrações do 25.º Aniversário da Consulta Popular" msgstr "25th Anniversary Celebrations of the Popular Consultation" #. Local Election Day. msgid "Dia de eleições locais" msgstr "Local Election Day" #. Visit of His Holiness Pope Francis to Timor-Leste. msgid "Visita de Sua Santidade o Papa Francisco a Timor-Leste" msgstr "Visit of His Holiness Pope Francis to Timor-Leste" holidays-0.71/holidays/locale/en_US/000077500000000000000000000000001500152103600173325ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_US/LC_MESSAGES/000077500000000000000000000000001500152103600211175ustar00rootroot00000000000000holidays-0.71/holidays/locale/en_US/LC_MESSAGES/AE.po000066400000000000000000000043131500152103600217450ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # United Arab Emirates holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2025-02-03 10:17+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "New Year's Day" #. Commemoration Day. msgid "يوم الشهيد" msgstr "Commemoration Day" #. National Day. msgid "اليوم الوطني" msgstr "National Day" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Eid al-Fitr" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "Eid al-Fitr Holiday" #. Arafat Day. msgid "وقفة عرفة" msgstr "Arafat Day" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Eid al-Adha" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "Eid al-Adha Holiday" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "Islamic New Year" #. Isra' and Mi'raj. msgid "ليلة المعراج" msgstr "Isra' and Mi'raj" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "Prophet's Birthday" #. Death of Sheikh Khalifa bin Zayed Al Nahyan. msgid "وفاة الشيخ خليفة بن زايد آل نهيان" msgstr "Death of Sheikh Khalifa bin Zayed Al Nahyan" #. Pope Francis' Visit Day. msgid "يوم زيارة البابا فرنسيس" msgstr "Pope Francis' Visit Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/AF.po000066400000000000000000000044361500152103600217540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Afghanistan holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.65\n" "POT-Creation-Date: 2024-12-24 13:40+0530\n" "PO-Revision-Date: 2025-01-10 18:59+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. Liberation Day. msgid "روز آزادی" msgstr "Liberation Day" #. Nowruz. msgid "نوروز" msgstr "Nowruz" #. International Workers' Day. msgid "روز جهانی کارگر" msgstr "International Workers' Day" #. Martyrs' Day. msgid "روز شهیدان" msgstr "Martyrs' Day" #. Day of Arafah. msgid "روز عرفه" msgstr "Day of Arafah" #. Ashura. msgid "عاشورا" msgstr "Ashura" #. Prophet's Birthday. msgid "میلاد پیامبر" msgstr "Prophet's Birthday" #. First Day of Ramadan. msgid "اول رمضان" msgstr "First Day of Ramadan" #. %s (estimated). #, c-format msgid "%s (برآورد شده)" msgstr "%s (estimated)" #. Soviet Victory Day. msgid "روز پیروزی شوروی" msgstr "Soviet Victory Day" #. Mojahedin's Victory Day. msgid "روز پیروزی مجاهدین" msgstr "Mojahedin's Victory Day" #. Afghanistan Independence Day. msgid "روز استقلال افغانستان" msgstr "Afghanistan Independence Day" #. Eid al-Fitr. msgid "عید فطر" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "عید قربانی" msgstr "Eid al-Adha" #. Islamic Emirate Victory Day. msgid "روز پیروزی امارت اسلامی" msgstr "Islamic Emirate Victory Day" #. American Withdrawal Day. msgid "روز خروج آمریکایی ها" msgstr "American Withdrawal Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/AL.po000066400000000000000000000051221500152103600217530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Albania holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2024-11-01 23:02+0200\n" "PO-Revision-Date: 2024-11-01 23:10+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (e vlerësuar)" msgstr "%s (estimated)" #. %s (observed). #, c-format msgid "%s (ditë pushimi e shtyrë)" msgstr "%s (observed)" #. %s (observed, estimated). #, c-format msgid "%s (ditë pushimi e shtyrë, e vlerësuar)" msgstr "%s (observed, estimated)" #. New Year's Day. msgid "Festat e Vitit të Ri" msgstr "New Year's Day" #. Summer Day. msgid "Dita e Verës" msgstr "Summer Day" #. Nowruz Day. msgid "Dita e Nevruzit" msgstr "Nowruz Day" #. Catholic Easter Sunday. msgid "E diela e Pashkëve Katolike" msgstr "Catholic Easter Sunday" #. Orthodox Easter Sunday. msgid "E diela e Pashkëve Ortodokse" msgstr "Orthodox Easter Sunday" #. International Workers' Day. msgid "Dita Ndërkombëtare e Punëtorëve" msgstr "International Workers' Day" #. Mother Teresa Beatification Day. msgid "Dita e Lumturimit të Shenjt Terezës" msgstr "Mother Teresa Beatification Day" #. Mother Teresa Canonization Day. msgid "Dita e Shenjtërimit të Shenjt Terezës" msgstr "Mother Teresa Canonization Day" #. Alphabet Day. msgid "Dita e Alfabetit" msgstr "Alphabet Day" #. Flag and Independence Day. msgid "Dita Flamurit dhe e Pavarësisë" msgstr "Flag and Independence Day" #. Liberation Day. msgid "Dita e Çlirimit" msgstr "Liberation Day" #. National Youth Day. msgid "Dita Kombëtare e Rinisë" msgstr "National Youth Day" #. Christmas Day. msgid "Krishtlindjet" msgstr "Christmas Day" #. Eid al-Fitr. msgid "Dita e Bajramit të Madh" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Dita e Kurban Bajramit" msgstr "Eid al-Adha" #. Public Holiday. msgid "Ditë pushimi" msgstr "Public Holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/AM.po000066400000000000000000000047601500152103600217630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Armenia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-02-15 20:06-0800\n" "PO-Revision-Date: 2024-01-23 20:51+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Նոր տարվա օր" msgstr "New Year's Day" #. Christmas. Epiphany Day. msgid "Սուրբ Ծնունդ եւ Հայտնություն" msgstr "Christmas and Epiphany Day" #. Christmas Eve. msgid "Սուրբ Ծննդյան տոներ" msgstr "Christmas Holidays" #. The Day of Remembrance of the Dead. msgid "Մեռելոց հիշատակի օր" msgstr "Memorial Day" #. Army Day. msgid "Բանակի օր" msgstr "Army Day" #. Women's Day. msgid "Կանանց տոն" msgstr "Women's Day" #. Motherhood and Beauty Day. msgid "Մայրության և գեղեցկության տոն" msgstr "A Holiday of Motherhood and Beauty" #. Armenian Genocide Remembrance Day. msgid "Եղեռնի զոհերի հիշատակի օր" msgstr "Genocide Memorial Day" #. International Day of Workers' Solidarity. msgid "Աշխատավորների համերաշխության միջազգային օր" msgstr "International Day of Workers' Solidarity" #. Labor Day. msgid "Աշխատանքի օր" msgstr "Labor Day" #. Victory and Peace Day. msgid "Հաղթանակի և Խաղաղության տոն" msgstr "Victory and Peace Day" #. Republic Day. msgid "Հանրապետության օր" msgstr "Republic Day" #. Constitution Day. msgid "Սահմանադրության օր" msgstr "Constitution Day" #. Independence Day. msgid "Անկախության օր" msgstr "Independence Day" #. New Year's Eve. msgid "Նոր տարվա գիշեր" msgstr "New Year's Eve" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/AO.po000066400000000000000000000061561500152103600217660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Angola holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-19 18:14+0300\n" "PO-Revision-Date: 2023-07-19 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. General Election Day. msgid "Dia de eleições gerais" msgstr "General Election Day" #. %s (observed). #, c-format msgid "%s (ponte)" msgstr "Day off for %s" #. New Year's Day. msgid "Dia do Ano Novo" msgstr "New Year's Day" #. Martyrs of Colonial Repression Day. msgid "Dia dos Mártires da Repressão Colonial" msgstr "Martyrs of Colonial Repression Day" #. Beginning of the Armed Struggle for National Liberation Day. msgid "Dia do Início da Luta Armada de Libertação Nacional" msgstr "Liberation Movement Day" #. Beginning of the Armed Struggle Day. msgid "Dia do Início da Luta Armada" msgstr "Liberation Movement Day" #. Carnival Day. msgid "Dia do Carnaval" msgstr "Carnival Day" #. International Women's Day. msgid "Dia Internacional da Mulher" msgstr "International Women's Day" #. Southern Africa Liberation Day. msgid "Dia da Libertação da África Austral" msgstr "Southern Africa Liberation Day" #. Peace and National Reconciliation Day. msgid "Dia da Paz e Reconciliação Nacional" msgstr "Peace and National Reconciliation Day" #. Good Friday. msgid "Sexta-Feira Santa" msgstr "Good Friday" #. International Worker's Day. msgid "Dia Internacional do Trabalhador" msgstr "International Worker's Day" #. Africa Day. msgid "Dia da África" msgstr "Africa Day" #. International Children's Day. msgid "Dia Internacional da Criança" msgstr "International Children's Day" #. National Heroes' Day. msgid "Dia do Fundador da Nação e do Herói Nacional" msgstr "National Heroes' Day" #. All Souls' Day. msgid "Dia dos Finados" msgstr "All Souls' Day" #. National Independence Day. msgid "Dia da Independência Nacional" msgstr "National Independence Day" #. Independence Day. msgid "Dia da Independência" msgstr "Independence Day" #. Date of Founding of MPLA - Labor Party. msgid "Data da Fundacao do MPLA - Partido do Trabalho" msgstr "Date of Founding of MPLA - Labor Party" #. Christmas and Family Day. msgid "Dia de Natal e da Família" msgstr "Christmas and Family Day" #. Christmas Day. msgid "Dia do Natal" msgstr "Christmas Day" #. Family Day. msgid "Dia da Família" msgstr "Family Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/AR.po000066400000000000000000000263721500152103600217730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Argentina holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2023-03-02 00:39+0700\n" "PO-Revision-Date: 2025-03-19 13:55+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" "X-Source-Language: es\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (observed)" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Epiphany. msgid "Día de Reyes" msgstr "Epiphany" #. Carnival Monday. msgid "Lunes de Carnaval" msgstr "Carnival Monday" #. Carnival Tuesday. msgid "Martes de Carnaval" msgstr "Carnival Tuesday" #. National Day of Remembrance for Truth and Justice. msgid "Día Nacional de la Memoria por la Verdad y la Justicia" msgstr "National Day of Remembrance for Truth and Justice" #. War Veteran's Day. msgid "Día del Veterano de Guerra" msgstr "War Veteran's Day" #. Veteran's Day and the Fallen in the Malvinas War. msgid "Día del Veterano y de los Caidos en la Guerra de Malvinas" msgstr "Veteran's Day and the Fallen in the Malvinas War" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Maundy Thursday" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. May Revolution Day. msgid "Día de la Revolución de Mayo" msgstr "May Revolution Day" #. Corpus Christi. msgid "Corpus Christi" msgstr "Corpus Christi" #. Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector. msgid "" "Día de la Afirmación de los Derechos Argentinos sobre las Malvinas, Islas y Sector Antártico" msgstr "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector" #. Pass to the Immortality of General Don Martín Miguel de Güemes. msgid "Paso a la Inmortalidad del General Don Martín Miguel de Güemes" msgstr "Pass to the Immortality of General Don Martín Miguel de Güemes" #. Pass to the Immortality of General Don Manuel Belgrano. msgid "Paso a la Inmortalidad del General Don Manuel Belgrano" msgstr "Pass to the Immortality of General Don Manuel Belgrano" #. Independence Day. msgid "Día de la Independencia" msgstr "Independence Day" #. Pass to the Immortality of General Don José de San Martín. msgid "Paso a la Inmortalidad del General Don José de San Martín" msgstr "Pass to the Immortality of General Don José de San Martín" #. Assumption Day. msgid "Día de la Asunción" msgstr "Assumption Day" #. Respect for Cultural Diversity Day. msgid "Día del Respeto a la Diversidad Cultural" msgstr "Respect for Cultural Diversity Day" #. Columbus Day. msgid "Día de la Raza" msgstr "Columbus Day" #. All Saints' Day. msgid "Todos Los Santos" msgstr "All Saints' Day" #. National Sovereignty Day. msgid "Día de la Soberanía Nacional" msgstr "National Sovereignty Day" #. Immaculate Conception. msgid "Inmaculada Concepción de María" msgstr "Immaculate Conception" #. Christmas Day. msgid "Navidad" msgstr "Christmas Day" #. Anniversary of the Battle of Salta. msgid "Aniversario de la Batalla de Salta" msgstr "Anniversary of the Battle of Salta" #. Day of Memory of General Don Martín Miguel de Güemes. msgid "" "Dia de la memoria del Guerrero de la Independencia y Gobernador de la Provincia de Salta General " "Don Martín Miguel de Güemes" msgstr "Day of Memory of General Don Martín Miguel de Güemes" #. Feasts of the Lord and the Virgin of Miracle. msgid "Festividades del Señor y de la Virgen del Milagro" msgstr "Feasts of the Lord and the Virgin of Miracle" #. Exaltation of the Holy Cross Day. msgid "Día de la Exaltación de la Santa Cruz" msgstr "Exaltation of the Holy Cross Day" #. Saint Louis the King of France's Day. msgid "Día de San Luis Rey de Francia" msgstr "Saint Louis the King of France's Day" #. Provincial Day of Remembrance for Truth and Justice. msgid "Día Provincial de la Memoria por la Verdad y la Justicia" msgstr "Provincial Day of Remembrance for Truth and Justice" #. Commemoration of the Battle of Caseros. msgid "Conmemoración de la Batalla de Caseros" msgstr "Commemoration of the Battle of Caseros" #. State Worker's Day. msgid "Día del Trabajador Estatal" msgstr "State Worker's Day" #. Saint Michael the Archangel's Day. msgid "San Miguel Arcángel" msgstr "Saint Michael the Archangel's Day" #. Day of the Death of Juan Facundo Quiroga. msgid "Día del fallecimiento de Juan Facundo Quiroga" msgstr "Day of the Death of Juan Facundo Quiroga" #. Provincial Autonomy Day. msgid "Día de la Autonomía Provincial" msgstr "Provincial Autonomy Day" #. Day of Remembrance for Truth and Justice. msgid "Día de la Memoria por la Verdad y la Justicia" msgstr "Day of Remembrance for Truth and Justice" #. Malvinas Memorial Day. msgid "Día de los Caídos en Malvinas" msgstr "Malvinas Memorial Day" #. La Rioja Foundation Day. msgid "Día de la fundación de La Rioja" msgstr "La Rioja Foundation Day" #. Anniversary of the Death of Enrique Angelelli. msgid "Día del Aniversario del Fallecimiento de Monseñor Enrique Angelelli" msgstr "Anniversary of the Death of Enrique Angelelli" #. Anniversary of the Death of Ángel Vicente Peñaloza. msgid "Día del Aniversario del Fallecimiento de Ángel Vicente Peñaloza" msgstr "Anniversary of the Death of Ángel Vicente Peñaloza" #. Tinkunaco Festival. msgid "Día del Tinkunaco Riojano" msgstr "Tinkunaco Festival" #. Teacher's Day. msgid "Día del Maestro" msgstr "Teacher's Day" #. Birthday of Mamerto Esquiú. msgid "Natalicio de Fray Mamerto Esquiú" msgstr "Birthday of Mamerto Esquiú" #. Catamarca Autonomy Day. msgid "Autonomía de Catamarca" msgstr "Catamarca Autonomy Day" #. Miracle Day. msgid "Día del Milagro" msgstr "Miracle Day" #. Saint James' Day. msgid "Día del Apóstol Santiago" msgstr "Saint James' Day" #. Anniversary of the Battle of Tucumán. msgid "Aniversario de la Batalla de Tucumán" msgstr "Anniversary of the Battle of Tucumán" #. Plebiscite 1902 Trevelin. msgid "Plebiscito 1902 Trevelin" msgstr "Plebiscite 1902 Trevelin" #. Anniversary of the arrival of the first Welsh settlers. msgid "Aniversario del arribo de los primeros colonizadores galeses" msgstr "Anniversary of the arrival of the first Welsh settlers" #. National Petroleum Day. msgid "Día del Petróleo Nacional" msgstr "National Petroleum Day" #. Tehuelches and Mapuches declare loyalty to the Argentine flag. msgid "Tehuelches y Mapuches declaran lealtad a la bandera Argentina" msgstr "Tehuelches and Mapuches declare loyalty to the Argentine flag" #. Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands. msgid "Día de la Provincia de Tierra del Fuego, Antártida e Islas del Atlántico Sur" msgstr "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands" #. Selk'Nam Genocide Day. msgid "Día del Genocidio Selk'Nam" msgstr "Selk'Nam Genocide Day" #. Anniversary of the Death of General Manuel Belgrano. msgid "" "Día del Aniversario del Fallecimiento del General Manuel José Joaquín del Corazón de Jesús " "Belgrano" msgstr "Anniversary of the Death of General Manuel Belgrano" #. Anniversary of the Death of General José Francisco de San Martín. msgid "Día del Aniversario del Fallecimiento del General José Francisco de San Martín" msgstr "Anniversary of the Death of General José Francisco de San Martín" #. Jujuy Exodus Day. msgid "Día del Éxodo Jujeño" msgstr "Jujuy Exodus Day" #. Jujuy Political Autonomy Day. msgid "Autonomía Política de Jujuy" msgstr "Jujuy Political Autonomy Day" #. Pachamama Day. msgid "Día de la Pachamama" msgstr "Pachamama Day" #. Day of the Virgin of the Rosary of Río Blanco and Paypaya. msgid "Día de la Virgen del Rosario de Río Blanco y Paypaya" msgstr "Day of the Virgin of the Rosary of Río Blanco and Paypaya" #. Great Day of Jujuy. msgid "Día Grande de Jujuy" msgstr "Great Day of Jujuy" #. Saint John Bosco's Day. msgid "Homenaje al Patrono de la Provincia San Juan Bosco" msgstr "Saint John Bosco's Day" #. Anniversary of the Death of Néstor Carlos Kirchner. msgid "" "Día del Aniversario del Fallecimiento del ex Presidente de la Nación Doctor Néstor Carlos " "Kirchner" msgstr "Anniversary of the Death of Néstor Carlos Kirchner" #. Commemoration of the workers shot in the Patagonian Strikes. msgid "Conmemoración a los obreros fusilados en las Huelgas Patagónicas" msgstr "Commemoration of the workers shot in the Patagonian Strikes" #. Day of Action for Tolerance and Respect among Peoples. msgid "Día de acción por la tolerancia y el respeto entre los pueblos" msgstr "Day of Action for Tolerance and Respect among Peoples" #. Bankers' Day. msgid "Día del Bancario" msgstr "Bankers' Day" #. State Worker's Day. msgid "Día del Trabajador del Estado" msgstr "State Worker's Day" #. Rosh Hashanah. msgid "Año Nuevo Judío (Rosh Hashana)" msgstr "Rosh Hashanah" #. Yom Kippur. msgid "Día del Perdón (Iom Kipur)" msgstr "Yom Kippur" #. Pesach. msgid "Pascua Judía (Pésaj)" msgstr "Pesach" #. Islamic New Year. msgid "Año Nuevo Musulmán (Hégira)" msgstr "Islamic New Year" #. Eid al-Fitr. msgid "Día posterior a la culminación del ayuno (Id Al-Fitr)" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Día de la Fiesta del Sacrificio (Id Al-Adha)" msgstr "Eid al-Adha" #. Bridge Public Holiday. msgid "Feriado con fines turísticos" msgstr "Bridge Public Holiday" #. Bicentenary of the May Revolution. msgid "Bicentenario de la Revolución de Mayo" msgstr "Bicentenary of the May Revolution" #. Bicentenary of the creation and first oath of the national flag. msgid "Bicentenario de la creación y primera jura de la bandera nacional" msgstr "Bicentenary of the creation and first oath of the national flag" #. Bicentenary of the Battle of Tucuman. msgid "Bicentenario de la Batalla de Tucumán" msgstr "Bicentenary of the Battle of Tucumán" #. Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813. msgid "Bicentenario de la sesión inaugural de la Asamblea Nacional Constituyente del año 1813" msgstr "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813" #. Bicentenary of the Battle of Salta. msgid "Bicentenario de la Batalla de Salta" msgstr "Bicentenary of the Battle of Salta" #. National Census Day 2010. msgid "Censo Nacional 2010" msgstr "National Census Day 2010" #. National Census Day 2022. msgid "Censo Nacional 2022" msgstr "National Census Day 2022" #. FIFA World Cup 2022 Victory Day. msgid "Día de la Victoria de la Copa Mundial de la FIFA 2022" msgstr "FIFA World Cup 2022 Victory Day" #. Bank Holiday. msgid "Asueto bancario" msgstr "Bank Holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/AT.po000066400000000000000000000047671500152103600220010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Austria holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-04-01 17:13+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Neujahr" msgstr "New Year's Day" #. Epiphany. msgid "Heilige Drei Könige" msgstr "Epiphany" #. Easter Monday. msgid "Ostermontag" msgstr "Easter Monday" #. Labor Day. msgid "Staatsfeiertag" msgstr "Labor Day" #. Ascension Day. msgid "Christi Himmelfahrt" msgstr "Ascension Day" #. Whit Monday. msgid "Pfingstmontag" msgstr "Whit Monday" #. Corpus Christi. msgid "Fronleichnam" msgstr "Corpus Christi" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "Assumption Day" #. National Day. msgid "Nationalfeiertag" msgstr "National Day" #. All Saints' Day. msgid "Allerheiligen" msgstr "All Saints' Day" #. Immaculate Conception. msgid "Mariä Empfängnis" msgstr "Immaculate Conception" #. Christmas Day. msgid "Christtag" msgstr "Christmas Day" #. Saint Stephen's Day. msgid "Stefanitag" msgstr "Saint Stephen's Day" #. Good Friday. msgid "Karfreitag" msgstr "Good Friday" #. Christmas Eve. msgid "Heiliger Abend" msgstr "Christmas Eve" #. New Year's Eve. msgid "Silvester" msgstr "New Year's Eve" #. Saint Martin's Day. msgid "Hl. Martin" msgstr "Saint Martin's Day" #. Saint Joseph's Day. msgid "Hl. Josef" msgstr "Saint Joseph's Day" #. 1920 Carinthian plebiscite. msgid "Tag der Volksabstimmung" msgstr "1920 Carinthian plebiscite" #. Saint Leopold's Day. msgid "Hl. Leopold" msgstr "Saint Leopold's Day" #. Saint Florian's Day. msgid "Hl. Florian" msgstr "Saint Florian's Day" #. Saint Rupert's Day. msgid "Hl. Rupert" msgstr "Saint Rupert's Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/AU.po000066400000000000000000000072221500152103600217670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Australia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2024-09-05 12:21+0700\n" "PO-Revision-Date: 2024-09-05 12:30+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "%s (observed)" #. King's Birthday. msgid "King's Birthday" msgstr "King's Birthday" #. Queen's Birthday. msgid "Queen's Birthday" msgstr "Queen's Birthday" #. Australia Day. msgid "Australia Day" msgstr "Australia Day" #. Anniversary Day. msgid "Anniversary Day" msgstr "Anniversary Day" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. Easter Monday. msgid "Easter Monday" msgstr "Easter Monday" #. New Year's Day. msgid "New Year's Day" msgstr "New Year's Day" #. ANZAC Day. msgid "ANZAC Day" msgstr "ANZAC Day" #. Christmas Day. msgid "Christmas Day" msgstr "Christmas Day" #. Boxing Day. msgid "Boxing Day" msgstr "Boxing Day" #. Canberra Day. msgid "Canberra Day" msgstr "Canberra Day" #. Easter Saturday. msgid "Easter Saturday" msgstr "Easter Saturday" #. Easter Sunday. msgid "Easter Sunday" msgstr "Easter Sunday" #. Reconciliation Day. msgid "Reconciliation Day" msgstr "Reconciliation Day" #. Family & Community Day. msgid "Family & Community Day" msgstr "Family & Community Day" #. Labor Day. msgid "Labour Day" msgstr "Labor Day" #. Bank Holiday. msgid "Bank Holiday" msgstr "Bank Holiday" #. May Day. msgid "May Day" msgstr "May Day" #. Picnic Day. msgid "Picnic Day" msgstr "Picnic Day" #. %s (from 7pm). #, c-format msgid "%s (from 7pm)" msgstr "%s (from 7pm)" #. Christmas Eve. msgid "Christmas Eve" msgstr "Christmas Eve" #. New Year's Eve. msgid "New Year's Eve" msgstr "New Year's Eve" #. The Royal Queensland Show. msgid "The Royal Queensland Show" msgstr "The Royal Queensland Show" #. Adelaide Cup Day. msgid "Adelaide Cup Day" msgstr "Adelaide Cup Day" #. Proclamation Day. msgid "Proclamation Day" msgstr "Proclamation Day" #. Eight Hours Day. msgid "Eight Hours Day" msgstr "Eight Hours Day" #. Easter Tuesday. msgid "Easter Tuesday" msgstr "Easter Tuesday" #. Grand Final Day. msgid "Grand Final Day" msgstr "Grand Final Day" #. Melbourne Cup Day. msgid "Melbourne Cup Day" msgstr "Melbourne Cup Day" #. Western Australia Day. msgid "Western Australia Day" msgstr "Western Australia Day" #. Foundation Day. msgid "Foundation Day" msgstr "Foundation Day" #. Special public holiday. msgid "Special public holiday" msgstr "Special public holiday" #. National Day of Mourning for Queen Elizabeth II. msgid "National Day of Mourning for Queen Elizabeth II" msgstr "National Day of Mourning for Queen Elizabeth II" #. Declared public holiday. msgid "Declared public holiday" msgstr "Declared public holiday" #. Additional public holiday. msgid "Additional public holiday" msgstr "Additional public holiday" #. Queen's Diamond Jubilee. msgid "Queen's Diamond Jubilee" msgstr "Queen's Diamond Jubilee" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/AW.po000066400000000000000000000040121500152103600217630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Aruba holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.27\n" "POT-Creation-Date: 2023-06-09 23:12+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.3.1\n" #. New Year's Day msgid "Aña Nobo" msgstr "New Year's Day" #. Betico Day msgid "Dia di Betico" msgstr "Betico Day" #. Carnival Monday msgid "Dialuna despues di Carnaval Grandi" msgstr "Carnival Monday" #. Monday before Ash Wednesday msgid "Dialuna prome cu diaranson di shinish" msgstr "Monday before Ash Wednesday" #. National Anthem and Flag Day msgid "Dia di Himno y Bandera" msgstr "National Anthem and Flag Day" #. Good Friday msgid "Bierna Santo" msgstr "Good Friday" #. Easter Monday msgid "Di dos dia di Pasco di Resureccion" msgstr "Easter Monday" #. King's Day. msgid "Dia di Rey" msgstr "King's Day" #. King's Day. msgid "Aña di Rey" msgstr "King's Day" #. Queen's Day. msgid "Aña di La Reina" msgstr "Queen's Day" #. Labor Day msgid "Dia di Obrero" msgstr "Labor Day" #. Ascension Day msgid "Dia di Asuncion" msgstr "Ascension Day" #. Christmas Day msgid "Pasco di Nacemento" msgstr "Christmas Day" #. Second Day of Christmas msgid "Di dos dia di Pasco di Nacemento" msgstr "Second Day of Christmas" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/AZ.po000066400000000000000000000064231500152103600217760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Azerbaijan holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-11-15 20:42+0200\n" "PO-Revision-Date: 2023-11-15 20:52+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. %s (estimated). #, c-format msgid "%s (təxmini)" msgstr "%s (estimated)" #. %s (observed). #, c-format msgid "%s (müşahidə olunur)" msgstr "%s (observed)" #. New Year's Day. msgid "Yeni il bayramı" msgstr "New Year's Day" #. Martyrs' Day. msgid "Ümumxalq hüzn günü" msgstr "Martyrs' Day" #. Women's Day. msgid "Qadınlar günü" msgstr "Women's Day" #. Spring Festival. msgid "Novruz bayramı" msgstr "Spring Festival" #. Victory over Fascism Day. msgid "Faşizm üzərində qələbə günü" msgstr "Victory over Fascism Day" #. Independence Day. msgid "Müstəqillik Günü" msgstr "Independence Day" #. Republic Day. msgid "Respublika Günü" msgstr "Republic Day" #. National Liberation Day. msgid "Azərbaycan xalqının milli qurtuluş günü" msgstr "National Liberation Day" #. Armed Forces Day. msgid "Azərbaycan Respublikasının Silahlı Qüvvələri günü" msgstr "Armed Forces Day" #. Independence Day. msgid "Milli Müstəqillik Günü" msgstr "Independence Day" #. Victory Day. msgid "Zəfər Günü" msgstr "Victory Day" #. National Flag Day. msgid "Azərbaycan Respublikasının Dövlət bayrağı günü" msgstr "National Flag Day" #. International Azerbaijanis Solidarity Day. msgid "Dünya azərbaycanlılarının həmrəyliyi günü" msgstr "International Azerbaijanis Solidarity Day" #. Eid al-Fitr. msgid "Ramazan bayrami" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Qurban bayrami" msgstr "Eid al-Adha" #. Memorial Day. msgid "Anım Günü" msgstr "Memorial Day" #. Independence Restoration Day. msgid "Müstəqilliyin Bərpası Günü" msgstr "Independence Restoration Day" #. Constitution Day. msgid "Konstitusiya Günü" msgstr "Constitution Day" #. National Revival Day. msgid "Milli Dirçəliş Günü" msgstr "National Revival Day" #. Presidential elections. msgid "Prezidenti seçkiləri" msgstr "Presidential elections" #. Municipal elections. msgid "Bələdiyyə seçkiləri" msgstr "Municipal elections" #. Substituted date format. msgid "%d.%m.%Y" msgstr "%m/%d/%Y" #. Day off (substituted from %s). #, c-format msgid "İstirahət günü (%s ilə əvəz edilmişdir)" msgstr "Day off (substituted from %s)" #. %s (observed, estimated). #, c-format msgid "%s (müşahidə olunur, təxmini)" msgstr "%s (observed, estimated)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/BA.po000066400000000000000000000055411500152103600217460ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bosnia and Herzegovina holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-06-26 18:31+0300\n" "PO-Revision-Date: 2024-01-23 20:44+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. %s (observed). #, c-format msgid "%s (preneseno)" msgstr "%s (observed)" #. Orthodox Good Friday. msgid "Veliki petak (Pravoslavni)" msgstr "Orthodox Good Friday" #. Catholic Easter Monday. msgid "Uskrsni ponedjeljak (Katolički)" msgstr "Catholic Easter Monday" #. Eid al-Fitr. msgid "Ramazanski Bajram" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Kurban Bajram" msgstr "Eid al-Adha" #. New Year's Day. msgid "Nova godina" msgstr "New Year's Day" #. Orthodox Christmas Day. msgid "Božić (Pravoslavni)" msgstr "Orthodox Christmas Day" #. International Labor Day. msgid "Međunarodni praznik rada" msgstr "International Labor Day" #. Catholic Christmas Day. msgid "Božić (Katolički)" msgstr "Catholic Christmas Day" #. Orthodox Christmas Eve. msgid "Badnji dan (Pravoslavni)" msgstr "Orthodox Christmas Eve" #. Independence Day. msgid "Dan nezavisnosti" msgstr "Independence Day" #. Catholic Good Friday. msgid "Veliki petak (Katolički)" msgstr "Catholic Good Friday" #. Catholic Easter Sunday. msgid "Uskrs (Katolički)" msgstr "Catholic Easter Sunday" #. Orthodox Easter Sunday. msgid "Vaskrs (Pravoslavni)" msgstr "Orthodox Easter Sunday" #. Orthodox Easter Monday. msgid "Uskrsni ponedjeljak (Pravoslavni)" msgstr "Orthodox Easter Monday" #. Victory Day. msgid "Dan pobjede nad fašizmom" msgstr "Victory Day" #. Statehood Day. msgid "Dan državnosti" msgstr "Statehood Day" #. Catholic Christmas Eve. msgid "Badnji dan (Katolički)" msgstr "Catholic Christmas Eve" #. Day of establishment of Brčko District. msgid "Dan uspostavljanja Brčko distrikta" msgstr "Day of establishment of Brčko District" #. Orthodox New Year. msgid "Pravoslavna Nova godina" msgstr "Orthodox New Year" #. Dayton Agreement Day. msgid "Dan uspostave Opšteg okvirnog sporazuma za mir u Bosni i Hercegovini" msgstr "Dayton Agreement Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/BE.po000066400000000000000000000037651500152103600217600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belgium holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-07 15:45+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Nieuwjaar" msgstr "New Year's Day" #. Easter Sunday. msgid "Pasen" msgstr "Easter Sunday" #. Easter Monday. msgid "Paasmaandag" msgstr "Easter Monday" #. Labor Day. msgid "Dag van de Arbeid" msgstr "Labor Day" #. Ascension Day. msgid "O. L. H. Hemelvaart" msgstr "Ascension Day" #. Whit Sunday. msgid "Pinksteren" msgstr "Whit Sunday" #. Whit Monday. msgid "Pinkstermaandag" msgstr "Whit Monday" #. National Day. msgid "Nationale feestdag" msgstr "National Day" #. Assumption Day. msgid "O. L. V. Hemelvaart" msgstr "Assumption Day" #. All Saints' Day. msgid "Allerheiligen" msgstr "All Saints' Day" #. Armistice Day. msgid "Wapenstilstand" msgstr "Armistice Day" #. Christmas Day. msgid "Kerstmis" msgstr "Christmas Day" #. Good Friday. msgid "Goede Vrijdag" msgstr "Good Friday" #. Friday after Ascension Day. msgid "Vrijdag na O. L. H. Hemelvaart" msgstr "Friday after Ascension Day" #. Bank Holiday. msgid "Banksluitingsdag" msgstr "Bank Holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/BG.po000066400000000000000000000053411500152103600217520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bulgaria holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-06-30 20:48+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Нова година" msgstr "New Year's Day" #. Liberation Day. msgid "Ден на Освобождението на България от османско иго" msgstr "Liberation Day" #. Good Friday. msgid "Велики петък" msgstr "Good Friday" #. Holy Saturday. msgid "Велика събота" msgstr "Holy Saturday" #. Easter. msgid "Великден" msgstr "Easter" #. International Workers' Day. msgid "Ден на труда и на международната работническа солидарност" msgstr "Labor Day and International Workers' Solidarity Day" #. Saint George's Day. msgid "Гергьовден, Ден на храбростта и Българската армия" msgstr "Saint George's Day (Day of the Bulgarian Army)" #. Bulgarian Education and Culture and Slavonic Literature Day. msgid "" "Ден на светите братя Кирил и Методий, на българската азбука, просвета и култура и на славянската " "книжовност" msgstr "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture" #. Unification Day. msgid "Ден на Съединението" msgstr "Unification Day" #. Independence Day. msgid "Ден на Независимостта на България" msgstr "Independence Day" #. Christmas Eve. msgid "Бъдни вечер" msgstr "Christmas Eve" #. Christmas Day. msgid "Рождество Христово" msgstr "Christmas Day" #. %s (observed). #, c-format msgid "%s (почивен ден)" msgstr "%s (observed)" #. National Awakening Day. msgid "Ден на народните будители" msgstr "The Day of the People's Awakeners" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/BH.po000066400000000000000000000036711500152103600217570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bahrain holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 16:02+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.3.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "New Year's Day" #. Labor Day. msgid "عيد العمال" msgstr "Labor Day" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Eid al-Fitr" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "Eid al-Fitr Holiday" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Eid al-Adha" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "Eid al-Adha Holiday" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "Islamic New Year" #. Ashura. msgid "عاشورة" msgstr "Ashura" #. Ashura Eve. msgid "ليلة عاشورة" msgstr "Ashura Eve" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "Prophet's Birthday" #. National Day. msgid "اليوم الوطني" msgstr "National Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/BN.po000066400000000000000000000056041500152103600217630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brunei holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2023-03-02 00:37+0700\n" "PO-Revision-Date: 2024-11-05 21:39+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.5\n" #. Sultan Hassanal Bolkiah's Golden Jubilee celebration. msgid "Jubli Emas Sultan Hassanal Bolkiah" msgstr "Sultan Hassanal Bolkiah's Golden Jubilee" #. %s (estimated). #, c-format msgid "%s (anggaran)" msgstr "%s (estimated)" #. %s (observed). #, c-format msgid "%s (diperhatikan)" msgstr "%s (observed)" #. New Year's Day. msgid "Awal Tahun Masihi" msgstr "New Year's Day" #. Lunar New Year. msgid "Tahun Baru Cina" msgstr "Lunar New Year" #. National Day. msgid "Hari Kebangsaan" msgstr "National Day" #. Armed Forces Day. msgid "Hari Angkatan Bersenjata Diraja Brunei" msgstr "Armed Forces Day" #. Sultan Hassanal Bolkiah's Birthday. msgid "Hari Keputeraan KDYMM Sultan Brunei" msgstr "Sultan Hassanal Bolkiah's Birthday" #. Christmas Day. msgid "Hari Natal" msgstr "Christmas Day" #. Isra' and Mi'raj. msgid "Israk dan Mikraj" msgstr "Isra' and Mi'raj" #. First Day of Ramadan. msgid "Hari Pertama Berpuasa" msgstr "First Day of Ramadan" #. Anniversary of the revelation of the Quran. msgid "Hari Nuzul Al-Quran" msgstr "Anniversary of the revelation of the Quran" #. Eid al-Fitr. msgid "Hari Raya Aidil Fitri" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Hari Raya Aidil Adha" msgstr "Eid al-Adha" #. Islamic New Year. msgid "Awal Tahun Hijrah" msgstr "Islamic New Year" #. Prophet's Birthday. msgid "Maulidur Rasul" msgstr "Prophet's Birthday" #. %s (observed, estimated). #, c-format msgid "%s (diperhatikan, anggaran)" msgstr "%s (observed, estimated)" #. Proclamation Ceremony of Crown Prince Al-Muhtadee Billah of Brunei. msgid "Istiadat Pengisytiharan Duli Pengiran Muda Mahkota Al-Muhtadee Billah" msgstr "Proclamation Ceremony of Crown Prince Al-Muhtadee Billah of Brunei" #. Royal Wedding of Crown Prince Al-Muhtadee Billah and Crown Princess Sarah of Brunei. msgid "Istiadat Perkahwinan Diraja Brunei 2004" msgstr "Royal Wedding of Crown Prince Al-Muhtadee Billah and Crown Princess Sarah of Brunei" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/BO.po000066400000000000000000000052741500152103600217670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bolivia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-22 18:47+0300\n" "PO-Revision-Date: 2023-07-22 18:51+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (observed)" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Plurinational State Foundation Day. msgid "Día de la Creación del Estado Plurinacional de Bolivia" msgstr "Plurinational State Foundation Day" #. Carnival. msgid "Carnaval" msgstr "Carnival" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. Corpus Christi. msgid "Corpus Christi" msgstr "Corpus Christi" #. Aymara New Year. msgid "Año Nuevo Aymara Amazónico" msgstr "Aymara New Year" #. Independence Day. msgid "Día de la Independencia de Bolivia" msgstr "Independence Day" #. National Dignity Day. msgid "Día de la Dignidad Nacional" msgstr "National Dignity Day" #. All Saints' Day. msgid "Día de Todos los Santos" msgstr "All Saints' Day" #. All Souls' Day. msgid "Día de Todos los Difuntos" msgstr "All Souls' Day" #. Christmas Day. msgid "Navidad" msgstr "Christmas Day" #. Beni Day. msgid "Día del departamento de Beni" msgstr "Beni Day" #. Cochabamba Day. msgid "Día del departamento de Cochabamba" msgstr "Cochabamba Day" #. Chuquisaca Day. msgid "Día del departamento de Chuquisaca" msgstr "Chuquisaca Day" #. La Paz Day. msgid "Día del departamento de La Paz" msgstr "La Paz Day" #. Pando Day. msgid "Día del departamento de Pando" msgstr "Pando Day" #. Potosí Day. msgid "Día del departamento de Potosí" msgstr "Potosí Day" #. Carnival in Oruro. msgid "Carnaval de Oruro" msgstr "Carnival in Oruro" #. Santa Cruz Day. msgid "Día del departamento de Santa Cruz" msgstr "Santa Cruz Day" #. La Tablada. msgid "La Tablada" msgstr "La Tablada" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/BR.po000066400000000000000000000145321500152103600217670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brazil holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2024-10-15 20:48+0300\n" "PO-Revision-Date: 2024-11-05 21:50+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. Universal Fraternization Day. msgid "Confraternização Universal" msgstr "Universal Fraternization Day" #. Republic Constitution Day. msgid "Constituição da Republica" msgstr "Republic Constitution Day" #. Good Friday. msgid "Sexta-feira Santa" msgstr "Good Friday" #. Tiradentes' Day. msgid "Tiradentes" msgstr "Tiradentes' Day" #. Worker's Day. msgid "Dia do Trabalhador" msgstr "Worker's Day" #. Discovery of Brazil. msgid "Descobrimento do Brasil" msgstr "Discovery of Brazil" #. Abolition of slavery in Brazil. msgid "Abolição da escravidão no Brasil" msgstr "Abolition of slavery in Brazil" #. Freedom and Independence of American Peoples. msgid "Liberdade e Independência dos Povos Americanos" msgstr "Freedom and Independence of American Peoples" #. Independence Day. msgid "Independência do Brasil" msgstr "Independence Day" #. Discovery of America. msgid "Descobrimento da América" msgstr "Discovery of America" #. Our Lady of Aparecida. msgid "Nossa Senhora Aparecida" msgstr "Our Lady of Aparecida" #. All Souls' Day. msgid "Finados" msgstr "All Souls' Day" #. Republic Proclamation Day. msgid "Proclamação da República" msgstr "Republic Proclamation Day" #. National Day of Zumbi and Black Awareness. msgid "Dia Nacional de Zumbi e da Consciência Negra" msgstr "National Day of Zumbi and Black Awareness" #. Christmas Day. msgid "Natal" msgstr "Christmas Day" #. Carnival. msgid "Carnaval" msgstr "Carnival" #. Ash Wednesday. msgid "Início da Quaresma" msgstr "Ash Wednesday" #. Corpus Christi. msgid "Corpus Christi" msgstr "Corpus Christi" #. Public Servant's Day. msgid "Dia do Servidor Público" msgstr "Public Servant's Day" #. Christmas Eve. msgid "Véspera de Natal" msgstr "Christmas Eve" #. New Year's Eve. msgid "Véspera de Ano-Novo" msgstr "New Year's Eve" #. Evangelical Day. msgid "Dia do Evangélico" msgstr "Evangelical Day" #. International Women's Day. msgid "Dia Internacional da Mulher" msgstr "International Women's Day" #. Founding of Acre. msgid "Aniversário do Acre" msgstr "Founding of Acre" #. Amazonia Day. msgid "Dia da Amazônia" msgstr "Amazonia Day" #. Signing of the Petropolis Treaty. msgid "Assinatura do Tratado de Petrópolis" msgstr "Signing of the Petropolis Treaty" #. Saint John's Day. msgid "São João" msgstr "Saint John's Day" #. Saint Peter's Day. msgid "São Pedro" msgstr "Saint Peter's Day" #. Political Emancipation of Alagoas. msgid "Emancipação Política de Alagoas" msgstr "Political Emancipation of Alagoas" #. Black Awareness Day. msgid "Consciência Negra" msgstr "Black Awareness Day" #. Elevation of Amazonas to province. msgid "Elevação do Amazonas à categoria de província" msgstr "Elevation of Amazonas to province" #. Saint Joseph's Day. msgid "São José" msgstr "Saint Joseph's Day" #. Saint James' Day. msgid "São Tiago" msgstr "Saint James' Day" #. Creation of the Federal Territory. msgid "Criação do Território Federal" msgstr "Creation of the Federal Territory" #. Bahia Independence Day. msgid "Independência da Bahia" msgstr "Bahia Independence Day" #. Abolition of slavery in Ceará. msgid "Abolição da escravidão no Ceará" msgstr "Abolition of slavery in Ceará" #. Our Lady of Assumption. msgid "Nossa Senhora da Assunção" msgstr "Our Lady of Assumption" #. Founding of Brasilia. msgid "Fundação de Brasília" msgstr "Founding of Brasilia" #. Our Lady of Penha. msgid "Nossa Senhora da Penha" msgstr "Our Lady of Penha" #. Foundation of Goiás city. msgid "Fundação da cidade de Goiás" msgstr "Foundation of Goiás city" #. Foundation of Goiânia. msgid "Pedra fundamental de Goiânia" msgstr "Foundation of Goiânia" #. Maranhão joining to independence of Brazil. msgid "Adesão do Maranhão à independência do Brasil" msgstr "Maranhão joining to independence of Brazil" #. Tiradentes' Execution. msgid "Execução de Tiradentes" msgstr "Tiradentes' Execution" #. State Creation Day. msgid "Criação do Estado" msgstr "State Creation Day" #. Grão-Pará joining to independence of Brazil. msgid "Adesão do Grão-Pará à independência do Brasil" msgstr "Grão-Pará joining to independence of Brazil" #. State Founding Day. msgid "Fundação do Estado" msgstr "State Founding Day" #. Pernambuco Revolution. msgid "Revolução Pernambucana" msgstr "Pernambuco Revolution" #. Piauí Day. msgid "Dia do Piauí" msgstr "Piauí Day" #. Political Emancipation of Paraná. msgid "Emancipação do Paraná" msgstr "Political Emancipation of Paraná" #. Saint George's Day. msgid "São Jorge" msgstr "Saint George's Day" #. Rio Grande do Norte Day. msgid "Dia do Rio Grande do Norte" msgstr "Rio Grande do Norte Day" #. Uruaçu and Cunhaú Martyrs Day. msgid "Mártires de Cunhaú e Uruaçu" msgstr "Uruaçu and Cunhaú Martyrs Day" #. Gaucho Day. msgid "Dia do Gaúcho" msgstr "Gaucho Day" #. Santa Catarina State Day. msgid "Dia do Estado de Santa Catarina" msgstr "Santa Catarina State Day" #. Saint Catherine of Alexandria Day. msgid "Dia de Santa Catarina de Alexandria" msgstr "Saint Catherine of Alexandria Day" #. Sergipe Political Emancipation Day. msgid "Emancipação política de Sergipe" msgstr "Sergipe Political Emancipation Day" #. Constitutionalist Revolution. msgid "Revolução Constitucionalista" msgstr "Constitutionalist Revolution" #. Autonomy Day. msgid "Dia da Autonomia" msgstr "Autonomy Day" #. Our Lady of Nativity. msgid "Nossa Senhora da Natividade" msgstr "Our Lady of Nativity" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/BVMF.po000066400000000000000000000037731500152103600222230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brasil, Bolsa, Balcão holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2024-10-15 20:48+0300\n" "PO-Revision-Date: 2024-11-08 12:07+0700\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. Universal Fraternization Day. msgid "Confraternização Universal" msgstr "Universal Fraternization Day" #. Carnival. msgid "Carnaval" msgstr "Carnival" #. Holy Thursday. msgid "Quinta-feira Santa" msgstr "Holy Thursday" #. Good Friday. msgid "Sexta-feira Santa" msgstr "Good Friday" #. Tiradentes' Day. msgid "Tiradentes" msgstr "Tiradentes' Day" #. Worker's Day. msgid "Dia do Trabalhador" msgstr "Worker's Day" #. Corpus Christi. msgid "Corpus Christi" msgstr "Corpus Christi" #. Independence Day. msgid "Independência do Brasil" msgstr "Independence Day" #. Our Lady of Aparecida. msgid "Nossa Senhora Aparecida" msgstr "Our Lady of Aparecida" #. All Souls' Day. msgid "Finados" msgstr "All Souls' Day" #. Republic Proclamation Day. msgid "Proclamação da República" msgstr "Republic Proclamation Day" #. National Day of Zumbi and Black Awareness. msgid "Dia Nacional de Zumbi e da Consciência Negra" msgstr "National Day of Zumbi and Black Awareness" #. Christmas Day. msgid "Natal" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/BY.po000066400000000000000000000072421500152103600217760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belarus holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2023-02-15 20:06-0800\n" "PO-Revision-Date: 2024-12-26 19:18+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. Date format (see strftime() Format Codes) msgid "%d.%m.%Y" msgstr "%m/%d/%Y" #. Day off (substituted from %s). #, c-format msgid "Выходны (перанесены з %s)" msgstr "Day off (substituted from %s)" #. Constitution Day. msgid "Дзень Канстытуцыі" msgstr "Constitution Day" #. Day of Unity of the Peoples of Belarus and Russia. msgid "Дзень яднання народаў Беларусі і Расіі" msgstr "Day of Unity of the Peoples of Belarus and Russia" #. Victory Day. msgid "Дзень Перамогі" msgstr "Victory Day" #. Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic #. of Belarus and the National Anthem of the Republic of Belarus. msgid "Дзень Дзяржаўнага сцяга, Дзяржаўнага герба і Дзяржаўнага гімна Рэспублікі Беларусь" msgstr "" "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of" " Belarus and the National Anthem of the Republic of Belarus" #. Independence Day of the Republic of Belarus (Day of the Republic). msgid "Дзень Незалежнасці Рэспублікі Беларусь (Дзень Рэспублікі)" msgstr "Independence Day of the Republic of Belarus (Day of the Republic)" #. Day of People's Unity. msgid "Дзень народнага адзінства" msgstr "Day of People's Unity" #. New Year's Day. msgid "Новы год" msgstr "New Year's Day" #. Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus. msgid "Дзень абаронцаў Айчыны і Узброеных Сіл Рэспублікі Беларусь" msgstr "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus" #. Women's Day. msgid "Дзень жанчын" msgstr "Women's Day" #. Labor Day. msgid "Свята працы" msgstr "Labor Day" #. October Revolution Day. msgid "Дзень Кастрычніцкай рэвалюцыі" msgstr "October Revolution Day" #. Orthodox Christmas Day. msgid "Нараджэнне Хрыстова (праваслаўнае Раство)" msgstr "Orthodox Christmas Day" #. Catholic Easter. msgid "Каталiцкi Вялiкдзень" msgstr "Catholic Easter" #. Orthodox Easter. msgid "Праваслаўны Вялiкдзень" msgstr "Orthodox Easter" #. Radunitsa (Day of Rejoicing). msgid "Радаўніца" msgstr "Radunitsa (Day of Rejoicing)" #. Dzyady (All Souls' Day). msgid "Дзень памяці" msgstr "Dzyady (All Souls' Day)" #. Catholic Christmas Day. msgid "Нараджэнне Хрыстова (каталіцкае Раство)" msgstr "Catholic Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CA.po000066400000000000000000000065721500152103600217540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Canada holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-04-10 14:10+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "%s (observed)" #. New Year's Day. msgid "New Year's Day" msgstr "New Year's Day" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. Easter Monday. msgid "Easter Monday" msgstr "Easter Monday" #. Dominion Day. msgid "Dominion Day" msgstr "Dominion Day" #. Labor Day. msgid "Labour Day" msgstr "Labor Day" #. Christmas Day. msgid "Christmas Day" msgstr "Christmas Day" #. Boxing Day. msgid "Boxing Day" msgstr "Boxing Day" #. Family Day. msgid "Family Day" msgstr "Family Day" #. Thanksgiving Day. msgid "Thanksgiving Day" msgstr "Thanksgiving Day" #. Funeral of Queen Elizabeth II. msgid "Funeral of Her Majesty the Queen Elizabeth II" msgstr "Funeral of Her Majesty the Queen Elizabeth II" #. Memorial Day. msgid "Memorial Day" msgstr "Memorial Day" #. Canada Day. msgid "Canada Day" msgstr "Canada Day" #. Victoria Day. msgid "Victoria Day" msgstr "Victoria Day" #. Heritage Day. msgid "Heritage Day" msgstr "Heritage Day" #. Remembrance Day. msgid "Remembrance Day" msgstr "Remembrance Day" #. British Columbia Day. msgid "British Columbia Day" msgstr "British Columbia Day" #. National Day for Truth and Reconciliation. msgid "National Day for Truth and Reconciliation" msgstr "National Day for Truth and Reconciliation" #. Louis Riel Day. msgid "Louis Riel Day" msgstr "Louis Riel Day" #. Terry Fox Day. msgid "Terry Fox Day" msgstr "Terry Fox Day" #. Civic Holiday. msgid "Civic Holiday" msgstr "Civic Holiday" #. New Brunswick Day. msgid "New Brunswick Day" msgstr "New Brunswick Day" #. Saint Patrick's Day. msgid "Saint Patrick's Day" msgstr "Saint Patrick's Day" #. Saint George's Day. msgid "Saint George's Day" msgstr "Saint George's Day" #. Discovery Day. msgid "Discovery Day" msgstr "Discovery Day" #. National Aboriginal Day. msgid "National Aboriginal Day" msgstr "National Aboriginal Day" #. Nunavut Day. msgid "Nunavut Day" msgstr "Nunavut Day" #. Islander Day. msgid "Islander Day" msgstr "Islander Day" #. National Patriots' Day. msgid "National Patriots' Day" msgstr "National Patriots' Day" #. Saint John the Baptist Day. msgid "Saint Jean Baptiste Day" msgstr "Saint John the Baptist Day" #. Saskatchewan Day. msgid "Saskatchewan Day" msgstr "Saskatchewan Day" #. Orangemen's Day. msgid "Orangemen's Day" msgstr "Orangemen's Day" #. Natal Day. msgid "Natal Day" msgstr "Natal Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CG.po000066400000000000000000000031711500152103600217520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Congo holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-04 18:14+0700\n" "PO-Revision-Date: 2024-10-04 18:17+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Jour de l'An" msgstr "New Year's Day" #. Easter Monday. msgid "Lundi de Pâques" msgstr "Easter Monday" #. Labor Day. msgid "Fête du Travail" msgstr "Labor Day" #. Ascension Day. msgid "Ascension" msgstr "Ascension Day" #. Whit Monday. msgid "Lundi de Pentecôte" msgstr "Whit Monday" #. Reconciliation Day. msgid "Fête de la Réconciliation" msgstr "Reconciliation Day" #. National Day. msgid "Fête Nationale" msgstr "National Day" #. All Saints' Day. msgid "Toussaint" msgstr "All Saints' Day" #. Republic Day. msgid "Jour de la République" msgstr "Republic Day" #. Christmas Day. msgid "Noël" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CH.po000066400000000000000000000052771500152103600217640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Switzerland holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-04-10 15:41+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Neujahrstag" msgstr "New Year's Day" #. Ascension Day. msgid "Auffahrt" msgstr "Ascension Day" #. National Day. msgid "Nationalfeiertag" msgstr "National Day" #. Christmas Day. msgid "Weihnachten" msgstr "Christmas Day" #. Good Friday. msgid "Karfreitag" msgstr "Good Friday" #. Easter Monday. msgid "Ostermontag" msgstr "Easter Monday" #. Whit Monday. msgid "Pfingstmontag" msgstr "Whit Monday" #. Saint Stephen's Day. msgid "Stephanstag" msgstr "Saint Stephen's Day" #. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "Saint Berchtold's Day" #. Corpus Christi. msgid "Fronleichnam" msgstr "Corpus Christi" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "Assumption Day" #. All Saints' Day. msgid "Allerheiligen" msgstr "All Saints' Day" #. Immaculate Conception. msgid "Mariä Empfängnis" msgstr "Immaculate Conception" #. Labor Day. msgid "Tag der Arbeit" msgstr "Labor Day" #. Genevan Fast. msgid "Genfer Bettag" msgstr "Genevan Fast" #. Restoration Day. msgid "Wiederherstellung der Republik" msgstr "Restoration Day" #. Battle of Naefels Victory Day. msgid "Näfelser Fahrt" msgstr "Battle of Naefels Victory Day" #. Independence Day. msgid "Fest der Unabhängigkeit" msgstr "Independence Day" #. Republic Day. msgid "Jahrestag der Ausrufung der Republik" msgstr "Republic Day" #. Saint Joseph's Day. msgid "Josefstag" msgstr "Saint Joseph's Day" #. Saint Nicholas of Flüe. msgid "Bruder Klaus" msgstr "Saint Nicholas of Flüe" #. Epiphany. msgid "Heilige Drei Könige" msgstr "Epiphany" #. Saints Peter and Paul. msgid "Peter und Paul" msgstr "Saints Peter and Paul" #. Prayer Monday. msgid "Bettagsmontag" msgstr "Prayer Monday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CI.po000066400000000000000000000055531500152103600217620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ivory Coast holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-03-30 02:24+0530\n" "PO-Revision-Date: 2025-03-30 02:24+0530\n" "Last-Translator: Kriti Birda \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Source-Language: fr\n" #. New Year's Day. msgid "1er janvier" msgstr "New Year's Day" #. Labor Day. msgid "Fête du travail" msgstr "Labor Day" #. Independence Day. msgid "Fête Nationale" msgstr "Independence Day" #. National Peace Day. msgid "Journée Nationale de la Paix" msgstr "National Peace Day" #. Easter Monday. msgid "Lundi de Pâques" msgstr "Easter Monday" #. Whit Monday. msgid "Lundi de Pentecôte" msgstr "Whit Monday" #. Assumption Day. msgid "Fête de l’Assomption" msgstr "Assumption Day" #. All Saints' Day. msgid "Fête de la Toussaint" msgstr "All Saints' Day" #. Christmas Day. msgid "Fête de Noël" msgstr "Christmas Day" #. Ascension Day. msgid "Jour de l’Ascension" msgstr "Ascension Day" #. %s (estimated). #, c-format msgid "%s (estimé)" msgstr "%s (estimated)" #. Eid al-Fitr. msgid "Fête de fin du Ramadan" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Fête de la Tabaski" msgstr "Eid al-Adha" #. Day after Prophet's Birthday. msgid "Lendemain de l’Anniversaire de la Naissance du Prophète Mahomet" msgstr "Day after Prophet's Birthday" #. Day after Night of Power. msgid "Lendemain de la Nuit du Destin" msgstr "Day after Night of Power" #. 2024 African Cup of Nations Victory. msgid "Victoire à la Coupe d’Afrique des Nations 2024" msgstr "2024 African Cup of Nations Victory" #. Day after the %s. #, c-format msgid "Lendemain de la %s" msgstr "Day after the %s" #. Day after the %s (estimated). #, c-format msgid "Lendemain de la %s (estimé)" msgstr "Day after the %s (estimated)" #. Anniversary of death of President Felix Houphouet-Boigny. msgid "Anniversaire du décès du Président Felix Houphouet-Boigny" msgstr "Anniversary of death of President Felix Houphouet-Boigny" #. Public holiday for Presidential election preparation. msgid "Jour férié pour la préparation de l'élection présidentielle" msgstr "Public holiday for Presidential election preparation" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CL.po000066400000000000000000000066161500152103600217660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chile holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.53\n" "POT-Creation-Date: 2023-02-28 16:42+0200\n" "PO-Revision-Date: 2024-07-08 17:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4.2\n" #. National Holiday. msgid "Feriado nacional" msgstr "National Holiday" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Holy Saturday. msgid "Sábado Santo" msgstr "Holy Saturday" #. Ascension Day. msgid "Ascensión del Señor" msgstr "Ascension Day" #. Corpus Christi. msgid "Corpus Christi" msgstr "Corpus Christi" #. Labor Day. msgid "Día Nacional del Trabajo" msgstr "Labor Day" #. Naval Glories Day. msgid "Día de las Glorias Navales" msgstr "Navy Day" #. National Day of Indigenous Peoples. msgid "Día Nacional de los Pueblos Indígenas" msgstr "National Day of Indigenous Peoples" #. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "Saint Peter and Saint Paul's Day" #. Day of Virgin of Carmen. msgid "Virgen del Carmen" msgstr "Our Lady of Mount Carmel" #. Assumption Day. msgid "Asunción de la Virgen" msgstr "Assumption Day" #. Day of National Liberation. msgid "Día de la Liberación Nacional" msgstr "Day of National Liberation" #. Day of National Unity. msgid "Día de la Unidad Nacional" msgstr "Day of National Unity" #. National Holiday. msgid "Fiestas Patrias" msgstr "National Holiday" #. Independence Day. msgid "Día de la Independencia" msgstr "Independence Day" #. Army Day. msgid "Día de las Glorias del Ejército" msgstr "Army Day" #. Meeting of Two Worlds' Day. msgid "Día del Encuentro de dos Mundos" msgstr "Meeting of Two Worlds' Day" #. Columbus Day. msgid "Día de la Raza" msgstr "Columbus Day" #. National Day of the Evangelical and Protestant Churches. msgid "Día Nacional de las Iglesias Evangélicas y Protestantes" msgstr "Reformation Day" #. All Saints' Day. msgid "Día de Todos los Santos" msgstr "All Saints' Day" #. Immaculate Conception. msgid "La Inmaculada Concepción" msgstr "Immaculate Conception" #. Christmas Eve. msgid "Víspera de Navidad" msgstr "Christmas Eve" #. Christmas Day. msgid "Navidad" msgstr "Christmas Day" #. Assault and Capture of Cape Arica. msgid "Asalto y Toma del Morro de Arica" msgstr "Assault and Capture of Cape Arica" #. Nativity of Bernardo O'Higgins (Chillán and Chillán Viejo communes) msgid "Nacimiento del Prócer de la Independencia (Chillán y Chillán Viejo)" msgstr "Nativity of Bernardo O'Higgins (Chillán and Chillán Viejo communes)" #. Bank Holiday. msgid "Feriado bancario" msgstr "Bank Holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CN.po000066400000000000000000000051471500152103600217660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chinese holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-09-28 19:23+0700\n" "PO-Revision-Date: 2024-01-18 11:42+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (observed). #, c-format msgid "%s(观察日)" msgstr "%s (observed)" #. New Year's Day. msgid "元旦" msgstr "New Year's Day" #. National Day. msgid "国庆节" msgstr "National Day" #. Mid-Autumn Festival. msgid "中秋节" msgstr "Mid-Autumn Festival" #. Chinese New Year (Spring Festival). msgid "春节" msgstr "Chinese New Year (Spring Festival)" #. Chinese New Year's Eve. msgid "农历除夕" msgstr "Chinese New Year's Eve" #. Labor Day. msgid "劳动节" msgstr "Labor Day" #. Tomb-Sweeping Day. msgid "清明节" msgstr "Tomb-Sweeping Day" #. Dragon Boat Festival. msgid "端午节" msgstr "Dragon Boat Festival" #. International Women's Day. msgid "国际妇女节" msgstr "International Women's Day" #. Youth Day. msgid "五四青年节" msgstr "Youth Day" #. Children's Day. msgid "六一儿童节" msgstr "Children's Day" #. Army Day. msgid "建军节" msgstr "Army Day" #. Date format (see strftime() Format Codes). msgid "%Y-%m-%d" msgstr "%m/%d/%Y" #. Day off (substituted from %s). #, c-format msgid "休息日(%s日起取代)" msgstr "Day off (substituted from %s)" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中国人民抗日战争暨世界反法西斯战争胜利70周年纪念日" msgstr "" "70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese " "Aggression and the World Anti-Fascist War" #. Chinese New Year (Spring Festival) Extended Holiday. msgid "春节延长假期" msgstr "Chinese New Year Extended Holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CO.po000066400000000000000000000046141500152103600217650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Colombia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-02-19 17:09+0200\n" "PO-Revision-Date: 2024-01-23 20:50+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Epiphany. msgid "Día de los Reyes Magos" msgstr "Epiphany" #. Saint Joseph's Day. msgid "Día de San José" msgstr "Saint Joseph's Day" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "Saint Peter and Saint Paul's Day" #. Independence Day. msgid "Día de la Independencia" msgstr "Independence Day" #. Battle of Boyaca. msgid "Batalla de Boyacá" msgstr "Battle of Boyacá" #. Assumption Day. msgid "La Asunción" msgstr "Assumption Day" #. Columbus Day. msgid "Día de la Raza" msgstr "Columbus Day" #. All Saints' Day. msgid "Día de Todos los Santos" msgstr "All Saints' Day" #. Independence of Cartagena. msgid "Independencia de Cartagena" msgstr "Independence of Cartagena" #. Immaculate Conception. msgid "La Inmaculada Concepción" msgstr "Immaculate Conception" #. Christmas Day. msgid "Navidad" msgstr "Christmas Day" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Maundy Thursday" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Ascension Day. msgid "Ascensión del señor" msgstr "Ascension Day" #. Corpus Christi. msgid "Corpus Christi" msgstr "Corpus Christi" #. Sacred Heart. msgid "Sagrado Corazón" msgstr "Sacred Heart" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (observed)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CR.po000066400000000000000000000044571500152103600217750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Costa Rica holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-22 22:55+0200\n" "PO-Revision-Date: 2024-01-23 17:38+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (observed)" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Maundy Thursday" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Juan Santamaría Day. msgid "Día de Juan Santamaría" msgstr "Juan Santamaría Day" #. International Labor Day. msgid "Día Internacional del Trabajo" msgstr "International Labor Day" #. Annexation of the Party of Nicoya to Costa Rica. msgid "Anexión del Partido de Nicoya a Costa Rica" msgstr "Annexation of the Party of Nicoya to Costa Rica" #. Feast of Our Lady of the Angels. msgid "Fiesta de Nuestra Señora de los Ángeles" msgstr "Feast of Our Lady of the Angels" #. Mother's Day. msgid "Día de la Madre" msgstr "Mother's Day" #. Day of the Black Person and Afro-Costa Rican Culture. msgid "Día de la Persona Negra y la Cultura Afrocostarricense" msgstr "Day of the Black Person and Afro-Costa Rican Culture" #. Independence Day. msgid "Día de la Independencia" msgstr "Independence Day" #. Cultures Day. msgid "Día de las Culturas" msgstr "Cultures Day" #. Army Abolition Day. msgid "Día de la Abolición del Ejército" msgstr "Army Abolition Day" #. Christmas Day. msgid "Navidad" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CU.po000066400000000000000000000036401500152103600217710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cuba holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-04 14:20+0200\n" "PO-Revision-Date: 2024-01-23 21:01+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (observed)" #. Liberation Day. msgid "Triunfo de la Revolución" msgstr "Liberation Day" #. Victory Day. msgid "Día de la Victoria" msgstr "Victory Day" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. International Workers' Day. msgid "Día Internacional de los Trabajadores" msgstr "International Workers' Day" #. Commemoration of the Assault of the Moncada garrison. msgid "Conmemoración del asalto a Moncada" msgstr "Commemoration of the Assault of the Moncada garrison" #. Day of the National Rebellion. msgid "Día de la Rebeldía Nacional" msgstr "Day of the National Rebellion" #. Independence Day. msgid "Inicio de las Guerras de Independencia" msgstr "Independence Day" #. Christmas Day. msgid "Día de Navidad" msgstr "Christmas Day" #. New Year's Eve. msgid "Fiesta de Fin de Año" msgstr "New Year's Eve" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CW.po000066400000000000000000000040111500152103600217640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Curacao holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-06-13 16:35+0700\n" "PO-Revision-Date: 2024-10-05 22:08+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day msgid "Aña Nobo" msgstr "New Year's Day" #. Carnival Monday msgid "Dialuna despues di Carnaval Grandi" msgstr "Carnival Monday" #. Good Friday msgid "Bièrnèsantu" msgstr "Good Friday" #. Easter Sunday msgid "Pasku di Resurekshon" msgstr "Easter Sunday" #. Easter Monday msgid "Di dos dia di Pasku di Resurekshon" msgstr "Easter Monday" #. King's Day. msgid "Dia di Rey" msgstr "King's Day" #. Queen's Day. msgid "Dia di la Reina" msgstr "Queen's Day" #. Labor Day msgid "Dia di Obrero" msgstr "Labor Day" #. Ascension Day msgid "Dia di Asenshon" msgstr "Ascension Day" #. National Anthem and Flag Day msgid "Dia di Himno i Bandera" msgstr "National Anthem and Flag Day" #. Curaçao Day msgid "Dia di Pais Kòrsou" msgstr "Curaçao Day" #. Christmas Day msgid "Pasku di Nasementu" msgstr "Christmas Day" #. Second Day of Christmas msgid "Di dos dia di Pasku di Nasementu" msgstr "Second Day of Christmas" #. New Year's Eve. msgid "Vispu di Aña Nobo" msgstr "New Year's Eve" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CY.po000066400000000000000000000051541500152103600217770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cyprus holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-15 11:50-0800\n" "PO-Revision-Date: 2024-01-05 13:23+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Πρωτοχρονιά" msgstr "New Year's Day" #. Epiphany. msgid "Ημέρα των Θεοφανίων" msgstr "Epiphany" #. Green Monday. msgid "Καθαρά Δευτέρα" msgstr "Green Monday" #. Greek Independence Day. msgid "Ημέρα της Ελληνικής Ανεξαρτησίας" msgstr "Greek Independence Day" #. Cyprus National Day. msgid "Εθνική Ημέρα Κύπρου" msgstr "Cyprus National Day" #. Good Friday. msgid "Μεγάλη Παρασκευή" msgstr "Good Friday" #. Easter Sunday. msgid "Κυριακή του Πάσχα" msgstr "Easter Sunday" #. Easter Monday. msgid "Δευτέρα της Διακαινησίμου" msgstr "Easter Monday" #. Labor Day. msgid "Πρωτομαγιά" msgstr "Labor Day" #. Whit Monday. msgid "Δευτέρα του Αγίου Πνεύματος" msgstr "Whit Monday" #. Assumption Day. msgid "Κοίμηση της Θεοτόκου" msgstr "Assumption Day" #. Cyprus Independence Day. msgid "Ημέρα της Κυπριακής Ανεξαρτησίας" msgstr "Cyprus Independence Day" #. Ochi Day. msgid "Ημέρα του Όχι" msgstr "Greek National Day" #. Christmas Eve. msgid "Παραμονή Χριστουγέννων" msgstr "Christmas Eve" #. Christmas Day. msgid "Χριστούγεννα" msgstr "Christmas Day" #. Day After Christmas. msgid "Επομένη Χριστουγέννων" msgstr "Day After Christmas" #. Easter Tuesday. msgid "Τρίτη της Διακαινησίμου" msgstr "Easter Tuesday" #. Holy Saturday. msgid "Μεγάλο Σάββατο" msgstr "Holy Saturday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/CZ.po000066400000000000000000000052161500152103600217770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Czechia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2025-01-27 16:42+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. Independent Czech State Restoration Day. msgid "Den obnovy samostatného českého státu" msgstr "Independent Czech State Restoration Day" #. New Year's Day. msgid "Nový rok" msgstr "New Year's Day" #. Good Friday. msgid "Velký pátek" msgstr "Good Friday" #. Easter Monday. msgid "Velikonoční pondělí" msgstr "Easter Monday" #. Labor Day. msgid "Svátek práce" msgstr "Labor Day" #. Victory Day. msgid "Den vítězství" msgstr "Victory Day" #. Liberation Day. msgid "Den osvobození" msgstr "Liberation Day" #. Day of liberation from Fascism. msgid "Den osvobození od fašismu" msgstr "Day of liberation from Fascism" #. Saints Cyril and Methodius Day. msgid "Den slovanských věrozvěstů Cyrila a Metoděje" msgstr "Saints Cyril and Methodius Day" #. Jan Hus Day. msgid "Den upálení mistra Jana Husa" msgstr "Jan Hus Day" #. Statehood Day. msgid "Den české státnosti" msgstr "Statehood Day" #. Independent Czechoslovak State Day. msgid "Den vzniku samostatného československého státu" msgstr "Independent Czechoslovak State Day" #. Struggle for Freedom and Democracy Day and International Students' Day. msgid "Den boje za svobodu a demokracii a Mezinárodní den studentstva" msgstr "Struggle for Freedom and Democracy Day and International Students' Day" #. Struggle for Freedom and Democracy Day. msgid "Den boje za svobodu a demokracii" msgstr "Struggle for Freedom and Democracy Day" #. Christmas Eve. msgid "Štědrý den" msgstr "Christmas Eve" #. Christmas Day. msgid "1. svátek vánoční" msgstr "Christmas Day" #. Second Day of Christmas. msgid "2. svátek vánoční" msgstr "Second Day of Christmas" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/DE.po000066400000000000000000000062021500152103600217470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Germany holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2023-04-04 16:13+0300\n" "PO-Revision-Date: 2024-10-30 02:14+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays localization team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Neujahr" msgstr "New Year's Day" #. Good Friday. msgid "Karfreitag" msgstr "Good Friday" #. Easter Monday. msgid "Ostermontag" msgstr "Easter Monday" #. Labor Day. msgid "Erster Mai" msgstr "Labor Day" #. Ascension Day. msgid "Christi Himmelfahrt" msgstr "Ascension Day" #. Whit Monday. msgid "Pfingstmontag" msgstr "Whit Monday" #. German Unity Day. msgid "Tag der Deutschen Einheit" msgstr "German Unity Day" #. Reformation Day. msgid "Reformationstag" msgstr "Reformation Day" #. Repentance and Prayer Day. msgid "Buß- und Bettag" msgstr "Repentance and Prayer Day" #. Christmas Day. msgid "Erster Weihnachtstag" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Zweiter Weihnachtstag" msgstr "Second Day of Christmas" #. Easter Sunday. msgid "Ostersonntag" msgstr "Easter Sunday" #. Whit Sunday. msgid "Pfingstsonntag" msgstr "Whit Sunday" #. International Women's Day. msgid "Internationaler Frauentag" msgstr "International Women's Day" #. 75th anniversary of the liberation from Nazism and the end of the Second World War in Europe. msgid "" "75. Jahrestag der Befreiung vom Nationalsozialismus und der Beendigung des Zweiten Weltkriegs in " "Europa" msgstr "" "75th anniversary of the liberation from Nazism and the end of the Second World War in Europe" #. 80th anniversary of the liberation from Nazism and the end of the Second World War in Europe. msgid "" "80. Jahrestag der Befreiung vom Nationalsozialismus und der Beendigung des Zweiten Weltkriegs in " "Europa" msgstr "" "80th anniversary of the liberation from Nazism and the end of the Second World War in Europe" #. Epiphany. msgid "Heilige Drei Könige" msgstr "Epiphany" #. Corpus Christi. msgid "Fronleichnam" msgstr "Corpus Christi" #. All Saints' Day. msgid "Allerheiligen" msgstr "All Saints' Day" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "Assumption Day" #. World Children's Day. msgid "Weltkindertag" msgstr "World Children's Day" #. 75th anniversary of the East German uprising of 1953. msgid "75. Jahrestag des Aufstandes vom 17. Juni 1953" msgstr "75th anniversary of the East German uprising of 1953" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/DJ.po000066400000000000000000000040701500152103600217550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Djibouti holidays en_US localization. msgid "" msgstr "" "Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2023-07-15 20:58+0300\n" "PO-Revision-Date: 2024-09-07 17:21+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (estimated). #, c-format msgid "%s (estimé)" msgstr "%s (estimated)" #. New Year's Day. msgid "Nouvel an" msgstr "New Year's Day" #. Labor Day. msgid "Fête du travail" msgstr "Labor Day" #. Independence Day. msgid "Fête de l'indépendance" msgstr "Independence Day" #. Independence Day Holiday. msgid "Fête de l'indépendance deuxième jour" msgstr "Independence Day Holiday" #. Christmas Day. msgid "Noël" msgstr "Christmas Day" #. Isra' and Mi'raj. msgid "Al Isra et Al Mirague" msgstr "Isra' and Mi'raj" #. Eid al-Fitr. msgid "Eid al-Fitr" msgstr "Eid al-Fitr" #. Eid al-Fitr Holiday. msgid "Eid al-Fitr deuxième jour" msgstr "Eid al-Fitr Holiday" #. Arafat Day. msgid "Arafat" msgstr "Arafat Day" #. Eid al-Adha. msgid "Eid al-Adha" msgstr "Eid al-Adha" #. Eid al-Adha Holiday. msgid "Eid al-Adha deuxième jour" msgstr "Eid al-Adha Holiday" #. Islamic New Year. msgid "Nouvel an musulman" msgstr "Islamic New Year" #. Prophet Muhammad's Birthday. msgid "Anniversaire du prophète Muhammad" msgstr "Prophet Muhammad's Birthday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/DK.po000066400000000000000000000037611500152103600217640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Denmark holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2023-11-12 16:36+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nytårsdag" msgstr "New Year's Day" #. Maundy Thursday. msgid "Skærtorsdag" msgstr "Maundy Thursday" #. Good Friday. msgid "Langfredag" msgstr "Good Friday" #. Easter Sunday. msgid "Påskedag" msgstr "Easter Sunday" #. Easter Monday. msgid "Anden påskedag" msgstr "Easter Monday" #. Great Day of Prayers. msgid "Store bededag" msgstr "Great Prayer Day" #. Ascension Day. msgid "Kristi himmelfartsdag" msgstr "Ascension Day" #. Whit Sunday. msgid "Pinsedag" msgstr "Whit Sunday" #. Whit Monday. msgid "Anden pinsedag" msgstr "Whit Monday" #. Christmas Day. msgid "Juledag" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Anden juledag" msgstr "Second Day of Christmas" #. Workers' Day. msgid "Arbejdernes kampdag" msgstr "Workers' Day" #. Constitution Day. msgid "Grundlovsdag" msgstr "Constitution Day" #. Christmas Eve. msgid "Juleaftensdag" msgstr "Christmas Eve" #. New Year's Eve. msgid "Nytårsaften" msgstr "New Year's Eve" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/DO.po000066400000000000000000000036151500152103600217660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Dominican Republic holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2024-01-22 13:55+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Epiphany. msgid "Día de los Santos Reyes" msgstr "Epiphany" #. Lady of Altagracia. msgid "Día de la Altagracia" msgstr "Lady of Altagracia" #. Juan Pablo Duarte Day. msgid "Día de Duarte" msgstr "Juan Pablo Duarte Day" #. Independence Day. msgid "Día de Independencia" msgstr "Independence Day" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. Corpus Christi. msgid "Corpus Christi" msgstr "Corpus Christi" #. Restoration Day. msgid "Día de la Restauración" msgstr "Restoration Day" #. Our Lady of Mercedes Day. msgid "Día de las Mercedes" msgstr "Our Lady of Mercedes Day" #. Constitution Day. msgid "Día de la Constitución" msgstr "Constitution Day" #. Christmas Day. msgid "Día de Navidad" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/DZ.po000066400000000000000000000040501500152103600217730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Algeria holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 14:56+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.3.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "New Year's Day" #. Amazigh New Year. msgid "رأس السنة الأمازيغية" msgstr "Amazigh New Year" #. Labor Day. msgid "عيد العمال" msgstr "Labor Day" #. Independence Day. msgid "عيد الإستقلال" msgstr "Independence Day" #. Revolution Day. msgid "عيد الثورة" msgstr "Revolution Day" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "Islamic New Year" #. Ashura. msgid "عاشورة" msgstr "Ashura" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "Prophet's Birthday" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Eid al-Fitr" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "Eid al-Fitr Holiday" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Eid al-Adha" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "Eid al-Adha Holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/EC.po000066400000000000000000000035611500152103600217530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ecuador holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-02 18:54+0300\n" "PO-Revision-Date: 2024-01-23 21:03+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Carnival. msgid "Carnaval" msgstr "Carnival" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. The Battle of Pichincha. msgid "Batalla de Pichincha" msgstr "The Battle of Pichincha" #. Declaration of Independence of Quito. msgid "Primer Grito de Independencia" msgstr "Declaration of Independence of Quito" #. Independence of Guayaquil. msgid "Independencia de Guayaquil" msgstr "Independence of Guayaquil" #. All Souls' Day. msgid "Día de los Difuntos" msgstr "All Souls' Day" #. Independence of Cuenca. msgid "Independencia de Cuenca" msgstr "Independence of Cuenca" #. Christmas Day. msgid "Día de Navidad" msgstr "Christmas Day" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (observed)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/EE.po000066400000000000000000000035331500152103600217540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Estonia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:47+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "uusaasta" msgstr "New Year's Day" #. Independence Day. msgid "iseseisvuspäev" msgstr "Independence Day" #. Good Friday. msgid "suur reede" msgstr "Good Friday" #. Easter Sunday. msgid "ülestõusmispühade 1. püha" msgstr "Easter Sunday" #. Spring Day. msgid "kevadpüha" msgstr "Spring Day" #. Whit Sunday. msgid "nelipühade 1. püha" msgstr "Whit Sunday" #. Victory Day. msgid "võidupüha" msgstr "Victory Day" #. Midsummer Day. msgid "jaanipäev" msgstr "Midsummer Day" #. Independence Restoration Day. msgid "taasiseseisvumispäev" msgstr "Independence Restoration Day" #. Christmas Eve. msgid "jõululaupäev" msgstr "Christmas Eve" #. Christmas Day. msgid "esimene jõulupüha" msgstr "Christmas Day" #. Second Day of Christmas. msgid "teine jõulupüha" msgstr "Second Day of Christmas" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/EG.po000066400000000000000000000051401500152103600217520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Egypt holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2024-01-25 21:05+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "New Year's Day" #. Coptic Christmas Day. msgid "عيد الميلاد المجيد (تقويم قبطي)" msgstr "Coptic Christmas Day" #. January 25th Revolution. msgid "عيد ثورة 25 يناير" msgstr "January 25th Revolution Day" #. National Police Day. msgid "عيد الشرطة" msgstr "Police Day" #. Coptic Easter. msgid "عيد الفصح القبطي" msgstr "Coptic Easter" #. Spring Festival. msgid "شم النسيم" msgstr "Sham El Nessim" #. Sinai Liberation Day. msgid "عيد تحرير سيناء" msgstr "Sinai Liberation Day" #. Labor Day. msgid "عيد العمال" msgstr "Labor Day" #. Armed Forces Day. msgid "عيد القوات المسلحة" msgstr "Armed Forces Day" #. June 30 Revolution Day. msgid "عيد ثورة 30 يونيو" msgstr "June 30 Revolution Day" #. July 23 Revolution Day. msgid "عيد ثورة 23 يوليو" msgstr "July 23 Revolution Day" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Eid al-Fitr" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "Eid al-Fitr Holiday" #. Arafat Day. msgid "يوم عرفة" msgstr "Arafat Day" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Eid al-Adha" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "Eid al-Adha Holiday" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "Islamic New Year" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "Prophet's Birthday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/ES.po000066400000000000000000000120471500152103600217720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Spain holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-12-26 19:23+0200\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. Monday following %s. #, c-format msgid "Lunes siguiente a %s" msgstr "Monday following %s" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Epiphany. msgid "Epifanía del Señor" msgstr "Epiphany" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Labor Day. msgid "Fiesta del Trabajo" msgstr "Labor Day" #. Assumption Day. msgid "Asunción de la Virgen" msgstr "Assumption Day" #. National Day. msgid "Fiesta Nacional de España" msgstr "National Day" #. All Saints' Day. msgid "Todos los Santos" msgstr "All Saints' Day" #. Constitution Day. msgid "Día de la Constitución Española" msgstr "Constitution Day" #. Immaculate Conception. msgid "Inmaculada Concepción" msgstr "Immaculate Conception" #. Christmas Day. msgid "Natividad del Señor" msgstr "Christmas Day" #. Andalusia Day. msgid "Día de Andalucia" msgstr "Andalusia Day" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Maundy Thursday" #. Saint George's Day. msgid "Día de San Jorge" msgstr "Saint George's Day" #. Asturia Day. msgid "Día de Asturias" msgstr "Asturia Day" #. Easter Monday. msgid "Lunes de Pascua" msgstr "Easter Monday" #. Saint James' Day. msgid "Santiago Apóstol" msgstr "Saint James' Day" #. Cantabria Institutions Day. msgid "Día de las Instituciones de Cantabria" msgstr "Cantabria Institutions Day" #. Our Lady of the Bien Aparecida. msgid "La Bien Aparecida" msgstr "Our Lady of the Bien Aparecida" #. Santa Maria of Africa. msgid "Nuestra Señora de África" msgstr "Santa Maria of Africa" #. Ceuta Day. msgid "Día de Ceuta" msgstr "Ceuta Day" #. Eid al-Adha. msgid "Fiesta del Sacrificio-Eidul Adha" msgstr "Eid al-Adha" #. Saint Joseph's Day. msgid "San José" msgstr "Saint Joseph's Day" #. Castile and León Day. msgid "Fiesta de Castilla y León" msgstr "Castile and León Day" #. Corpus Christi. msgid "Corpus Christi" msgstr "Corpus Christi" #. Castilla-La Mancha Day. msgid "Día de Castilla-La Mancha" msgstr "Castilla-La Mancha Day" #. Day of the Canary Islands. msgid "Día de Canarias" msgstr "Day of the Canary Islands" #. Whit Monday. msgid "Día de la Pascua Granada" msgstr "Whit Monday" #. Saint John the Baptist. msgid "San Juan" msgstr "Saint John the Baptist" #. National Day of Catalonia. msgid "Fiesta Nacional de Cataluña" msgstr "National Day of Catalonia" #. Saint Stephen's Day. msgid "San Esteban" msgstr "Saint Stephen's Day" #. Shrove Tuesday. msgid "Martes de Carnaval" msgstr "Shrove Tuesday" #. Extremadura Day. msgid "Día de Extremadura" msgstr "Extremadura Day" #. Galician Literature Day. msgid "Día de las Letras Gallegas" msgstr "Galician Literature Day" #. Galician National Day. msgid "Día Nacional de Galicia" msgstr "Galician National Day" #. Day of the Balearic Islands. msgid "Día de las Islas Baleares" msgstr "Day of the Balearic Islands" #. Murcia Day. msgid "Día de la Región de Murcia" msgstr "Murcia Day" #. Madrid Day. msgid "Fiesta de la Comunidad de Madrid" msgstr "Madrid Day" #. Statute of Autonomy of Melilla Day. msgid "Estatuto de Autonomía de la Ciudad de Melilla" msgstr "Statute of Autonomy of Melilla Day" #. Eid al-Fitr. msgid "Fiesta del Eid Fitr" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Fiesta del Sacrificio-Aid Al Adha" msgstr "Eid al-Adha" #. País Vasco Day. msgid "Día del País Vasco" msgstr "País Vasco Day" #. La Rioja Day. msgid "Día de La Rioja" msgstr "La Rioja Day" #. Valencian Community Day. msgid "Día de la Comunidad Valenciana" msgstr "Valencian Community Day" #. Day following Saint Joseph's Day. msgid "Día siguiente a San José" msgstr "Day following Saint Joseph's Day" #. Saint Joseph's Day Transfer. msgid "Traslado de San José" msgstr "Saint Joseph's Day Transfer" #. 80th Anniversary of the first Basque Government. msgid "80 Aniversario del primer Gobierno Vasco" msgstr "80th Anniversary of the first Basque Government" #. V Centennial of the Circumnavigation of the World. msgid "V Centenario Vuelta al Mundo" msgstr "V Centennial of the Circumnavigation of the World" #. The Fallas. msgid "Lunes de Fallas" msgstr "The Fallas" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/ET.po000066400000000000000000000042651500152103600217760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ethiopia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.44\n" "POT-Creation-Date: 2023-02-15 14:15-0800\n" "PO-Revision-Date: 2024-02-27 14:49+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (estimated). #, c-format msgid "%s (ግምት)" msgstr "%s (estimated)" #. Christmas Day. msgid "ገና" msgstr "Christmas Day" #. Epiphany. msgid "ጥምቀት" msgstr "Epiphany Day" #. Adwa Victory Day. msgid "አድዋ" msgstr "Adwa Victory Day" #. Good Friday. msgid "ስቅለት" msgstr "Good Friday" #. Easter Sunday. msgid "ፋሲካ" msgstr "Easter Sunday" #. Workers' Day. msgid "የሰራተኞች ቀን" msgstr "Workers' Day" #. Patriots' Day. msgid "የአርበኞች ቀን" msgstr "Patriots' Day" #. Downfall of Dergue Regime Day. msgid "ደርግ የወደቀበት ቀን" msgstr "Downfall of Dergue Regime Day" #. Ethiopian New Year. msgid "እንቁጣጣሽ" msgstr "Ethiopian New Year" #. Finding of True Cross. msgid "መስቀል" msgstr "Finding of True Cross" #. Revolution Day. msgid "የአብዮት ቀን" msgstr "Revolution Day" #. October Revolution Day. msgid "የጥቅምት አብዮት ቀን" msgstr "October Revolution Day" #. Eid al-Fitr. msgid "ኢድ አልፈጥር" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "አረፋ" msgstr "Eid al-Adha" #. Prophet's Birthday. msgid "መውሊድ" msgstr "Prophet's Birthday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/FI.po000066400000000000000000000102621500152103600217560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Finland holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.54\n" "POT-Creation-Date: 2023-04-08 19:30+0300\n" "PO-Revision-Date: 2024-07-26 17:41+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4.2\n" #. New Year's Day. msgid "Uudenvuodenpäivä" msgstr "New Year's Day" #. Epiphany. msgid "Loppiainen" msgstr "Epiphany" #. Good Friday. msgid "Pitkäperjantai" msgstr "Good Friday" #. Easter Sunday. msgid "Pääsiäispäivä" msgstr "Easter Sunday" #. Easter Monday. msgid "Toinen pääsiäispäivä" msgstr "Easter Monday" #. May Day. msgid "Vappu" msgstr "May Day" #. Ascension Day. msgid "Helatorstai" msgstr "Ascension Day" #. Whit Sunday. msgid "Helluntaipäivä" msgstr "Whit Sunday" #. Midsummer Eve. msgid "Juhannusaatto" msgstr "Midsummer Eve" #. Midsummer Day. msgid "Juhannuspäivä" msgstr "Midsummer Day" #. All Saints' Day. msgid "Pyhäinpäivä" msgstr "All Saints' Day" #. Independence Day. msgid "Itsenäisyyspäivä" msgstr "Independence Day" #. Christmas Eve. msgid "Jouluaatto" msgstr "Christmas Eve" #. Christmas Day. msgid "Joulupäivä" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Tapaninpäivä" msgstr "Second Day of Christmas" #. Runeberg Day. msgid "Runebergin päivä" msgstr "Runeberg Day" #. Kalevala Day, Day of Finnish Culture. msgid "Kalevalan päivä, suomalaisen kulttuurin päivä" msgstr "Kalevala Day, Day of Finnish Culture" #. Minna Canth Day, Day of Equality. msgid "Minna Canthin päivä, tasa-arvon päivä" msgstr "Minna Canth Day, Day of Equality" #. Mikael Agricola Day, Day of the Finnish Language. msgid "Mikael Agricolan päivä, suomen kielen päivä" msgstr "Mikael Agricola Day, Day of the Finnish Language" #. National War Veterans' Day. msgid "Kansallinen veteraanipäivä" msgstr "National War Veterans' Day" #. Europe Day. msgid "Eurooppa-päivä" msgstr "Europe Day" #. Mother's Day. msgid "Äitienpäivä" msgstr "Mother's Day" #. J. V. Snellman Day, Day of Finnish Heritage. msgid "J.V. Snellmanin päivä, suomalaisuuden päivä" msgstr "J. V. Snellman Day, Day of Finnish Heritage" #. Remembrance Day. msgid "Kaatuneitten muistopäivä" msgstr "Remembrance Day" #. Flag Day of the Finnish Defense Forces. msgid "Puolustusvoimain lippujuhlan päivä" msgstr "Flag Day of the Finnish Defense Forces" #. Eino Leino Day, Day of Summer and Poetry. msgid "Eino Leinon päivä, runon ja suven päivä" msgstr "Eino Leino Day, Day of Summer and Poetry" #. Finland's Nature Day. msgid "Suomen luonnon päivä" msgstr "Finland's Nature Day" #. Miina Sillanpää Day, Day of Civic Participation. msgid "Miina Sillanpään ja kansalaisvaikuttamisen päivä" msgstr "Miina Sillanpää Day, Day of Civic Participation" #. Aleksis Kivi Day, Day of Finnish Literature. msgid "Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä" msgstr "Aleksis Kivi Day, Day of Finnish Literature" #. United Nations Day. msgid "YK:n päivä" msgstr "United Nations Day" #. Finnish Swedish Heritage Day, svenska dagen. msgid "Ruotsalaisuuden päivä, Kustaa Aadolfin päivä" msgstr "Finnish Swedish Heritage Day, svenska dagen" #. Father's Day. msgid "Isänpäivä" msgstr "Father's Day" #. Day of Children's Rights. msgid "Lapsen oikeuksien päivä" msgstr "Day of Children's Rights" #. Jean Sibelius Day, Day of Finnish Music. msgid "Jean Sibeliuksen päivä, suomalaisen musiikin päivä" msgstr "Jean Sibelius Day, Day of Finnish Music" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/FR.po000066400000000000000000000051651500152103600217750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # France holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-23 14:44+0200\n" "PO-Revision-Date: 2023-03-23 14:47+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Jour de l'an" msgstr "New Year's Day" #. Labor Day. msgid "Fête du Travail" msgstr "Labor Day" #. Labor and Social Concord Day. msgid "Fête du Travail et de la Concorde sociale" msgstr "Labor and Social Concord Day" #. Victory Day. msgid "Fête de la Victoire" msgstr "Victory Day" #. National Day. msgid "Fête nationale" msgstr "National Day" #. Armistice Day. msgid "Armistice" msgstr "Armistice Day" #. Good Friday. msgid "Vendredi saint" msgstr "Good Friday" #. Mi-Careme. msgid "Mi-Carême" msgstr "Mi-Careme" #. Easter Monday. msgid "Lundi de Pâques" msgstr "Easter Monday" #. Whit Monday. msgid "Lundi de Pentecôte" msgstr "Whit Monday" #. Ascension Day. msgid "Ascension" msgstr "Ascension Day" #. Assumption Day. msgid "Assomption" msgstr "Assumption Day" #. All Saints' Day. msgid "Toussaint" msgstr "All Saints' Day" #. Christmas Day. msgid "Noël" msgstr "Christmas Day" #. Feast of Victor Schoelcher. msgid "Fête de Victor Schoelcher" msgstr "Feast of Victor Schoelcher" #. Abolition of slavery. msgid "Abolition de l'esclavage" msgstr "Abolition of Slavery" #. Saint Stephen's Day. msgid "Saint Étienne" msgstr "Saint Stephen's Day" #. Citizenship Day. msgid "Fête de la Citoyenneté" msgstr "Citizenship Day" #. Missionary Day. msgid "Arrivée de l'Évangile" msgstr "Missionary Day" #. Internal Autonomy Day. msgid "Fête de l'autonomie" msgstr "Internal Autonomy Day" #. Feast of Saint Peter Chanel. msgid "Saint Pierre Chanel" msgstr "Feast of Saint Peter Chanel" #. Festival of the territory. msgid "Fête du Territoire" msgstr "Festival of the Territory" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/GB.po000066400000000000000000000060261500152103600217530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # United Kingdom holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-29 14:18+0700\n" "PO-Revision-Date: 2025-01-31 13:54+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "%s (observed)" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. May Day. msgid "May Day" msgstr "May Day" #. Spring Bank Holiday. msgid "Spring Bank Holiday" msgstr "Spring Bank Holiday" #. New Year's Day. msgid "New Year's Day" msgstr "New Year's Day" #. Christmas Day. msgid "Christmas Day" msgstr "Christmas Day" #. Boxing Day. msgid "Boxing Day" msgstr "Boxing Day" #. Easter Monday. msgid "Easter Monday" msgstr "Easter Monday" #. Whit Monday. msgid "Whit Monday" msgstr "Whit Monday" #. Late Summer Bank Holiday. msgid "Late Summer Bank Holiday" msgstr "Late Summer Bank Holiday" #. Saint Patrick's Day. msgid "Saint Patrick's Day" msgstr "Saint Patrick's Day" #. Battle of the Boyne. msgid "Battle of the Boyne" msgstr "Battle of the Boyne" #. New Year Holiday. msgid "New Year Holiday" msgstr "New Year Holiday" #. Summer Bank Holiday. msgid "Summer Bank Holiday" msgstr "Summer Bank Holiday" #. Saint Andrew's Day. msgid "Saint Andrew's Day" msgstr "Saint Andrew's Day" #. Silver Jubilee of Elizabeth II. msgid "Silver Jubilee of Elizabeth II" msgstr "Silver Jubilee of Elizabeth II" #. Wedding of Charles and Diana. msgid "Wedding of Charles and Diana" msgstr "Wedding of Charles and Diana" #. Millennium Celebrations. msgid "Millennium Celebrations" msgstr "Millennium Celebrations" #. Golden Jubilee of Elizabeth II. msgid "Golden Jubilee of Elizabeth II" msgstr "Golden Jubilee of Elizabeth II" #. Wedding of William and Catherine. msgid "Wedding of William and Catherine" msgstr "Wedding of William and Catherine" #. Diamond Jubilee of Elizabeth II. msgid "Diamond Jubilee of Elizabeth II" msgstr "Diamond Jubilee of Elizabeth II" #. Platinum Jubilee of Elizabeth II. msgid "Platinum Jubilee of Elizabeth II" msgstr "Platinum Jubilee of Elizabeth II" #. State Funeral of Queen Elizabeth II. msgid "State Funeral of Queen Elizabeth II" msgstr "State Funeral of Queen Elizabeth II" #. Coronation of Charles III. msgid "Coronation of Charles III" msgstr "Coronation of Charles III" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/GE.po000066400000000000000000000056021500152103600217550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Georgia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.50\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2024-05-23 11:01+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.4\n" #. New Year's Day. msgid "ახალი წელი" msgstr "New Year's Day" #. Christmas Day. msgid "ქრისტეშობა" msgstr "Christmas Day" #. Epiphany. msgid "ნათლისღება" msgstr "Epiphany" #. Mother's Day. msgid "დედის დღე" msgstr "Mother's Day" #. International Women's Day. msgid "ქალთა საერთაშორისო დღე" msgstr "International Women's Day" #. Good Friday. msgid "წითელი პარასკევი" msgstr "Good Friday" #. Holy Saturday. msgid "დიდი შაბათი" msgstr "Holy Saturday" #. Easter Sunday. msgid "აღდგომა" msgstr "Easter Sunday" #. Easter Monday. msgid "შავი ორშაბათი" msgstr "Easter Monday" #. National Unity Day. msgid "ეროვნული ერთიანობის დღე" msgstr "National Unity Day" #. Day of Victory over Fascism. msgid "ფაშიზმზე გამარჯვების დღე" msgstr "Day of Victory over Fascism" #. Saint Andrew's Day. msgid "წმინდა ანდრია პირველწოდებულის დღე" msgstr "Saint Andrew's Day" #. Independence Day. msgid "დამოუკიდებლობის დღე" msgstr "Independence Day" #. Dormition of the Mother of God. msgid "მარიამობა" msgstr "Dormition of the Mother of God" #. Holiday of Svetitskhovloba, Robe of Jesus. msgid "მცხეთობის" msgstr "Holiday of Svetitskhovloba, Robe of Jesus" #. Saint George's Day. msgid "გიორგობა" msgstr "Saint George's Day" #. Day of Family Sanctity and Respect for Parents. msgid "ოჯახის სიწმინდისა და მშობლების პატივისცემის დღე" msgstr "Day of Family Sanctity and Respect for Parents" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/GL.po000066400000000000000000000040551500152103600217650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greenland holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2025-02-11 17:41+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Ukiortaaq" msgstr "New Year's Day" #. Maundy Thursday. msgid "Sisamanngortoq illernartoq" msgstr "Maundy Thursday" #. Good Friday. msgid "Tallimanngorneq tannaartoq" msgstr "Good Friday" #. Easter Sunday. msgid "Poorskip ullua" msgstr "Easter Sunday" #. Easter Monday. msgid "Poorskip-aappaa" msgstr "Easter Monday" #. Great Prayer Day. msgid "Ulloq qinuffiusoq" msgstr "Great Prayer Day" #. Ascension Day. msgid "Qilaliarfik" msgstr "Ascension Day" #. Whit Sunday. msgid "Piinsip ullua" msgstr "Whit Sunday" #. Whit Monday. msgid "Piinsip-aappaa" msgstr "Whit Monday" #. Christmas Day. msgid "Juullip ullua" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Juullip-aappaa" msgstr "Second Day of Christmas" #. Epiphany. msgid "Kunngit pingasut ulluat" msgstr "Epiphany" #. International Workers' Day. msgid "Sulisartut ulluat" msgstr "International Workers' Day" #. National Day. msgid "Ullortuneq" msgstr "National Day" #. Christmas Eve. msgid "Juulliaraq" msgstr "Christmas Eve" #. New Year's Eve. msgid "Ukiortaami" msgstr "New Year's Eve" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/GN.po000066400000000000000000000045421500152103600217700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Guinea holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-03-31 15:39+0530\n" "PO-Revision-Date: 2025-03-31 15:39+0530\n" "Last-Translator: Nalin Gupta \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Source-Language: fr\n" #. %s (estimated). #, c-format msgid "%s (estimé)" msgstr "%s (estimated)" #. Day after the %s. #, c-format msgid "Lendemain de la %s" msgstr "Day after the %s" #. Day after the %s (estimated). #, c-format msgid "Lendemain de la %s (estimé)" msgstr "Day after the %s (estimated)" #. New Year's Day. msgid "Fête du Nouvel an" msgstr "New Year's Day" #. Second Republic Day. msgid "Jour de la Deuxième République" msgstr "Second Republic Day" #. Easter Monday. msgid "Lundi de Pâques" msgstr "Easter Monday" #. Labor Day. msgid "Fête du Travail" msgstr "Labor Day" #. Africa Day. msgid "Anniversaire de l'Union Africaine" msgstr "Africa Day" #. Assumption Day. msgid "Assomption" msgstr "Assumption Day" #. Independence Day. msgid "Fête anniversaire de l'indépendance de la Guinée" msgstr "Independence Day" #. All Saints' Day. msgid "Toussaint" msgstr "All Saints' Day" #. Christmas Day. msgid "Fête de Noël" msgstr "Christmas Day" #. Day after Prophet's Birthday. msgid "Lendemain de la nuit du Maoloud" msgstr "Day after Prophet's Birthday" #. Day after Night of Power. msgid "Lendemain de la nuit Lailatoul Qadr" msgstr "Day after Night of Power" #. Eid al-Fitr. msgid "Jour de l'Aïd el-Fitr" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Jour de la Tabaski" msgstr "Eid al-Adha" #. Day after Eid al-Adha. msgid "Lendemain de la Tabaski" msgstr "Day after Eid al-Adha" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/GR.po000066400000000000000000000045041500152103600217720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greece holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-27 18:57+0300\n" "PO-Revision-Date: 2023-07-27 19:01+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Πρωτοχρονιά" msgstr "New Year's Day" #. Epiphany. msgid "Θεοφάνεια" msgstr "Epiphany" #. Green Monday. msgid "Καθαρά Δευτέρα" msgstr "Green Monday" #. Independence Day. msgid "Εικοστή Πέμπτη Μαρτίου" msgstr "Independence Day" #. Good Friday. msgid "Μεγάλη Παρασκευή" msgstr "Good Friday" #. Easter Monday. msgid "Δευτέρα του Πάσχα" msgstr "Easter Monday" #. Whit Monday. msgid "Δευτέρα του Αγίου Πνεύματος" msgstr "Whit Monday" #. Labor Day. msgid "Εργατική Πρωτομαγιά" msgstr "Labor Day" #. %s (observed). #, c-format msgid "%s (παρατηρήθηκε)" msgstr "%s (observed)" #. Dormition of the Mother of God. msgid "Κοίμηση της Θεοτόκου" msgstr "Dormition of the Mother of God" #. Ochi Day. msgid "Ημέρα του Όχι" msgstr "Ochi Day" #. Christmas Day. msgid "Χριστούγεννα" msgstr "Christmas Day" #. Glorifying of the Mother of God. msgid "Σύναξη της Υπεραγίας Θεοτόκου" msgstr "Glorifying Mother of God" #. Christmas Eve. msgid "Παραμονή Χριστουγέννων" msgstr "Christmas Eve" #. New Year's Eve. msgid "Παραμονή Πρωτοχρονιάς" msgstr "New Year's Eve" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/GT.po000066400000000000000000000034011500152103600217670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Guatemala holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-02-19 17:09+0200\n" "PO-Revision-Date: 2024-01-22 14:09+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Maundy Thursday" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Army Day. msgid "Día del Ejército" msgstr "Army Day" #. Independence Day. msgid "Día de la Independencia" msgstr "Independence Day" #. All Saints' Day. msgid "Día de Todos los Santos" msgstr "All Saints' Day" #. Assumption Day. msgid "Día de la Asunción" msgstr "Assumption Day" #. Revolution Day. msgid "Día de la Revolución" msgstr "Revolution Day" #. Holy Saturday. msgid "Sábado Santo" msgstr "Holy Saturday" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. Christmas Day. msgid "Día de Navidad" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/HK.po000066400000000000000000000126621500152103600217700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Hong Kong holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-04 14:03+0700\n" "PO-Revision-Date: 2025-03-05 09:48+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s(慶祝)" msgstr "%s (observed)" #. The Day following Mid-Autumn Festival. msgid "中秋節翌日" msgstr "The Day following Mid-Autumn Festival" #. The Second Day following Mid-Autumn Festival. msgid "中秋節後第二日" msgstr "The Second Day following Mid-Autumn Festival" #. Mid-Autumn Festival. msgid "中秋節" msgstr "Mid-Autumn Festival" #. Chinese New Year. msgid "農曆年初一" msgstr "Chinese New Year" #. Chinese New Year's Eve. msgid "農曆年初一的前一日" msgstr "Chinese New Year's Eve" #. The second day of Chinese New Year. msgid "農曆年初二" msgstr "The second day of Chinese New Year" #. The third day of Chinese New Year. msgid "農曆年初三" msgstr "The third day of Chinese New Year" #. The fourth day of Chinese New Year. msgid "農曆年初四" msgstr "The fourth day of Chinese New Year" #. New Year's Day. msgid "一月一日" msgstr "New Year's Day" #. Good Friday. msgid "耶穌受難節" msgstr "Good Friday" #. The day following Good Friday. msgid "耶穌受難節翌日" msgstr "The day following Good Friday" #. Easter Monday. msgid "復活節星期一" msgstr "Easter Monday" #. Tomb-Sweeping Day. msgid "清明節" msgstr "Tomb-Sweeping Day" #. The Buddha's Birthday. msgid "佛誕" msgstr "The Buddha's Birthday" #. Labor Day. msgid "勞動節" msgstr "Labor Day" #. Dragon Boat Festival. msgid "端午節" msgstr "Dragon Boat Festival" #. Hong Kong S.A.R. Establishment Day. msgid "香港特別行政區成立紀念日" msgstr "Hong Kong S.A.R. Establishment Day" #. Double Ninth Festival. msgid "重陽節" msgstr "Double Ninth Festival" #. National Day. msgid "國慶日" msgstr "National Day" #. Winter Solstice. msgid "冬節" msgstr "Winter Solstice" #. The first weekday after Christmas Day. msgid "聖誕節後第一個周日" msgstr "The first weekday after Christmas Day" #. Christmas Day. msgid "聖誕節" msgstr "Christmas Day" #. The day following New Year's Day. msgid "一月一日翌日" msgstr "The day following New Year's Day" #. The day following Tomb-Sweeping Day. msgid "清明節翌日" msgstr "The day following Tomb-Sweeping Day" #. The day following Easter Monday. msgid "復活節星期一翌日" msgstr "The day following Easter Monday" #. The day following the Buddha's Birthday. msgid "佛誕翌日" msgstr "The day following the Buddha's Birthday" #. The day following Labor Day. msgid "勞動節翌日" msgstr "The day following Labor Day" #. The day following Dragon Boat Festival. msgid "端午節翌日" msgstr "The day following Dragon Boat Festival" #. The day following Hong Kong S.A.R. Establishment Day. msgid "香港特別行政區成立紀念日翌日" msgstr "The day following Hong Kong S.A.R. Establishment Day" #. The day following Double Ninth Festival. msgid "重陽節翌日" msgstr "The day following Double Ninth Festival" #. The day following National Day. msgid "國慶日翌日" msgstr "The day following National Day" #. The second weekday after Christmas Day. msgid "聖誕節後第二個周日" msgstr "The second weekday after Christmas Day" #. Queen's Birthday. msgid "英女皇壽辰" msgstr "Queen's Birthday" #. Monday after Pentecost. msgid "靈降臨節後星期一" msgstr "Monday after Pentecost" #. National Day of the Republic of China. msgid "中華民國國慶日" msgstr "National Day of the Republic of China" #. Monday after Remembrance Day. msgid "和平紀念日後星期一" msgstr "Monday after Remembrance Day" #. Anniversary of the liberation of Hong Kong. msgid "重光紀念日" msgstr "Anniversary of the liberation of Hong Kong" #. Wedding of Prince Charles and Diana. msgid "英國王儲查理斯王子與戴安娜婚禮" msgstr "Wedding of Prince Charles and Diana" #. Second day of Queen Elizabeth II and her husband's visit to Hong Kong. msgid "英女王伊利沙伯二世伉儷訪港的第二天" msgstr "Second day of Queen Elizabeth II and her husband's visit to Hong Kong" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中國人民抗日戰爭勝利70周年紀念日" msgstr "" "70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese " "Aggression and the World Anti-Fascist War" #. Sino-Japanese War Victory Day. msgid "抗日戰爭勝利紀念日" msgstr "Sino-Japanese War Victory Day" #. Additional public holiday. msgid "額外公眾假期" msgstr "Additional public holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/HN.po000066400000000000000000000034751500152103600217750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Honduras holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.25\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2024-01-05 12:38+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Maundy Thursday" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Holy Saturday. msgid "Sábado de Gloria" msgstr "Holy Saturday" #. Panamerican Day. msgid "Día de las Américas" msgstr "Panamerican Day" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. Morazan's Day. msgid "Día de Morazán" msgstr "Morazan's Day" #. Columbus Day. msgid "Día de la Raza" msgstr "Columbus Day" #. Army Day. msgid "Día de las Fuerzas Armadas" msgstr "Army Day" #. Morazan Weekend. msgid "Semana Morazánica" msgstr "Morazan Weekend" #. Christmas Day. msgid "Navidad" msgstr "Christmas Day" #. Independence Day. msgid "Día de la Independencia" msgstr "Independence Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/HR.po000066400000000000000000000045631500152103600220000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Croatia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Nova godina" msgstr "New Year's Day" #. Epiphany. msgid "Bogojavljenje ili Sveta tri kralja" msgstr "Epiphany" #. Easter Sunday. msgid "Uskrs" msgstr "Easter Sunday" #. Easter Monday. msgid "Uskrsni ponedjeljak" msgstr "Easter Monday" #. Corpus Christi. msgid "Tijelovo" msgstr "Corpus Christi" #. Labor Day. msgid "Praznik rada" msgstr "Labor Day" #. Statehood Day. msgid "Dan državnosti" msgstr "Statehood Day" #. Anti-Fascist Struggle Day. msgid "Dan antifašističke borbe" msgstr "Anti-Fascist Struggle Day" #. Victory and Homeland Thanksgiving Day and Croatian Veterans Day. msgid "Dan pobjede i domovinske zahvalnosti i Dan hrvatskih branitelja" msgstr "Victory and Homeland Thanksgiving Day and Croatian Veterans Day" #. Victory and Homeland Thanksgiving Day. msgid "Dan pobjede i domovinske zahvalnosti" msgstr "Victory and Homeland Thanksgiving Day" #. Assumption Day. msgid "Velika Gospa" msgstr "Assumption Day" #. Independence Day. msgid "Dan neovisnosti" msgstr "Independence Day" #. All Saints' Day. msgid "Svi sveti" msgstr "All Saints' Day" #. Remembrance Day. msgid "Dan sjećanja na žrtve Domovinskog rata i Dan sjećanja na žrtvu Vukovara i Škabrnje" msgstr "Remembrance Day" #. Christmas Day. msgid "Božić" msgstr "Christmas Day" #. Saint Stephen's Day. msgid "Sveti Stjepan" msgstr "Saint Stephen's Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/HT.po000066400000000000000000000060501500152103600217730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Haiti holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2024-08-19 13:57+0700\n" "PO-Revision-Date: 2024-08-20 10:00+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.4.4\n" #. National Independence Day. msgid "Fête de l'Indépendance Nationale" msgstr "National Independence Day" #. Ancestry Day. msgid "Jour des Aïeux" msgstr "Ancestry Day" #. Agriculture and Labor Day. msgid "Fête de l'Agriculture et du Travail" msgstr "Agriculture and Labor Day" #. Flag Day and University Day. msgid "Fête du Drapeau et de l'Université" msgstr "Flag Day and University Day" #. Commemoration of the Battle of Vertieres. msgid "Commémoration de la Bataille de Vertières" msgstr "Commemoration of the Battle of Vertieres" #. Armed Forces Day. msgid "Jour des Forces Armées" msgstr "Armed Forces Day" #. New Year's Day. msgid "Nouvel An" msgstr "New Year's Day" #. Carnival. msgid "Carnaval" msgstr "Carnival" #. Shrove Monday. msgid "Lundi Gras" msgstr "Shrove Monday" #. Fat Tuesday. msgid "Mardi Gras" msgstr "Fat Tuesday" #. Good Friday. msgid "Vendredi Saint" msgstr "Good Friday" #. Easter Sunday. msgid "Pâques" msgstr "Easter Sunday" #. Corpus Christi. msgid "Fête-Dieu" msgstr "Corpus Christi" #. Assumption Day. msgid "Assomption de Marie" msgstr "Assumption Day" #. Death of Dessalines. msgid "Mort de Dessalines" msgstr "Death of Dessalines" #. All Saints' Day. msgid "La Toussaint" msgstr "All Saints' Day" #. Day of the Dead. msgid "Fête des Morts" msgstr "Day of the Dead" #. Christmas Day. msgid "Noël" msgstr "Christmas Day" #. Ash Wednesday. msgid "Mercredi des Cendres" msgstr "Ash Wednesday" #. Maundy Thursday. msgid "Jeudi Saint" msgstr "Maundy Thursday" #. National Sovereignty Day. msgid "Fête de la Souveraineté Nationale" msgstr "National Sovereignty Day" #. Feast of Lady of Perpetual Help, Patroness of Haiti. msgid "Fête de Notre-Dame du Perpétuel Secours, patronne d'Haiti" msgstr "Feast of Lady of Perpetual Help, Patroness of Haiti" #. Ascension Day. msgid "Ascension" msgstr "Ascension Day" #. Birth Anniversary of Jean-Jacques Dessalines. msgid "Anniversaire de Naissance de Jean-Jacques Dessalines" msgstr "Birth Anniversary of Jean-Jacques Dessalines" #. Discovery Day. msgid "Jour de la Découverte" msgstr "Discovery Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/HU.po000066400000000000000000000046301500152103600217760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Hungary holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-06-12 19:06+0300\n" "PO-Revision-Date: 2023-11-10 22:15+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Újév" msgstr "New Year's Day" #. National Day. msgid "Nemzeti ünnep" msgstr "National Day" #. Good Friday. msgid "Nagypéntek" msgstr "Good Friday" #. Easter. msgid "Húsvét" msgstr "Easter" #. Easter Monday. msgid "Húsvét Hétfő" msgstr "Easter Monday" #. Whit Sunday. msgid "Pünkösd" msgstr "Whit Sunday" #. Whit Monday. msgid "Pünkösdhétfő" msgstr "Whit Monday" #. Labor Day. msgid "A Munka ünnepe" msgstr "Labor Day" #. Bread Day. msgid "A kenyér ünnepe" msgstr "Bread Day" #. State Foundation Day. msgid "Az államalapítás ünnepe" msgstr "State Foundation Day" #. All Saints' Day. msgid "Mindenszentek" msgstr "All Saints' Day" #. Christmas Day. msgid "Karácsony" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Karácsony másnapja" msgstr "Second Day of Christmas" #. Proclamation of Soviet Republic Day. msgid "A Tanácsköztársaság kikiáltásának ünnepe" msgstr "Proclamation of Soviet Republic Day" #. Liberation Day. msgid "A felszabadulás ünnepe" msgstr "Liberation Day" #. Great October Socialist Revolution Day. msgid "A nagy októberi szocialista forradalom ünnepe" msgstr "Great October Socialist Revolution Day" #. Substituted date format. msgid "%Y. %m. %d." msgstr "%m/%d/%Y" #. Day off (substituted from %s). #, c-format msgid "Pihenőnap (%s-től helyettesítve)" msgstr "Day off (substituted from %s)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/ID.po000066400000000000000000000107331500152103600217570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Indonesia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2023-07-23 14:09+0300\n" "PO-Revision-Date: 2024-10-30 16:44+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (perkiraan)" msgstr "%s (estimated)" #. General Election Day. msgid "Hari Pemilihan Unum" msgstr "General Election Day" #. Presidential Election Day. msgid "Hari Pemilihan Presiden" msgstr "Presidential Election Day" #. Legislative Election Day. msgid "Hari Pemilihan Legislatif" msgstr "Legislative Election Day" #. Local Election Day. msgid "Hari Pemilihan Kepala Daerah" msgstr "Local Election Day" #. Eid al-Fitr Joint Holiday. msgid "Cuti Bersama Hari Raya Idul Fitri" msgstr "Eid al-Fitr Joint Holiday" #. Christmas Joint Holiday. msgid "Cuti Bersama Hari Raya Natal" msgstr "Christmas Joint Holiday" #. Lunar New Year Joint Holiday. msgid "Cuti Bersama Tahun Baru Imlek" msgstr "Lunar New Year Joint Holiday" #. Day of Silence Joint Holiday. msgid "Cuti Bersama Hari Suci Nyepi" msgstr "Day of Silence Joint Holiday" #. New Year's Day. msgid "Tahun Baru Masehi" msgstr "New Year's Day" #. Lunar New Year. msgid "Tahun Baru Imlek" msgstr "Lunar New Year" #. Day of Silence. msgid "Hari Suci Nyepi" msgstr "Day of Silence" #. Good Friday. msgid "Wafat Yesus Kristus" msgstr "Good Friday" #. Easter Monday. msgid "Hari kedua Paskah" msgstr "Easter Monday" #. Vesak Day. msgid "Hari Raya Waisak" msgstr "Vesak Day" #. International Labor Day. msgid "Hari Buruh Internasional" msgstr "International Labor Day" #. Ascension Day. msgid "Kenaikan Yesus Kristus" msgstr "Ascension Day" #. Whit Monday. msgid "Hari kedua Pentakosta" msgstr "Whit Monday" #. Pancasila Day. msgid "Hari Lahir Pancasila" msgstr "Pancasila Day" #. Assumption Day. msgid "Mikraj Santa Maria" msgstr "Assumption Day" #. Independence Day. msgid "Hari Kemerdekaan Republik Indonesia" msgstr "Independence Day" #. Armed Forces Day. msgid "Hari Angkatan Perang" msgstr "Armed Forces Day" #. Heroes' Day. msgid "Hari Pahlawan" msgstr "Heroes' Day" #. Christmas Day. msgid "Hari Raya Natal" msgstr "Christmas Day" #. Eid al-Fitr. msgid "Hari Raya Idul Fitri" msgstr "Eid al-Fitr" #. Eid al-Fitr Second Day. msgid "Hari kedua dari Hari Raya Idul Fitri" msgstr "Eid al-Fitr Second Day" #. Eid al-Adha. msgid "Hari Raya Idul Adha" msgstr "Eid al-Adha" #. Islamic New Year. msgid "Tahun Baru Islam" msgstr "Islamic New Year" #. Prophet's Birthday. msgid "Maulid Nabi Muhammad" msgstr "Prophet's Birthday" #. Isra' and Mi'raj. msgid "Isra Mikraj Nabi Muhammad" msgstr "Isra' and Mi'raj" #. Nuzul Al Quran. msgid "Nuzululqur'an" msgstr "Nuzul Al Quran" #. Eid al-Adha Joint Holiday. msgid "Cuti Bersama Hari Raya Idul Adha" msgstr "Eid al-Adha Joint Holiday" #. Prophet's Birthday Joint Holiday. msgid "Cuti Bersama Maulid Nabi Muhammad" msgstr "Prophet's Birthday Joint Holiday" #. Ascension Joint Holiday. msgid "Cuti Bersama Kenaikan Yesus Kristus" msgstr "Ascension Joint Holiday" #. Vesak Joint Holiday. msgid "Cuti Bersama Hari Raya Waisak" msgstr "Vesak Joint Holiday" #. %s (observed). #, c-format msgid "Pegangti %s" msgstr "%s (observed)" #. %s (observed, estimated). #, c-format msgid "Pegangti %s (perkiraan)" msgstr "%s (observed, estimated)" #. Islamic New Year Joint Holiday. msgid "Cuti Bersama Tahun Baru Islam" msgstr "Islamic New Year Joint Holiday" #. New Year's Joint Holiday. msgid "Cuti Bersama Tahun Baru Masehi" msgstr "New Year's Joint Holiday" #. Independence Day Joint Holiday. msgid "Cuti Bersama Hari Kemerdekaan Republik Indonesia" msgstr "Independence Day Joint Holiday" #. Easter Sunday. msgid "Kebangkitan Yesus Kristus" msgstr "Easter Sunday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/IL.po000066400000000000000000000051641500152103600217710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Israel holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2023-07-18 17:57+0300\n" "Last-Translator: Arkadii Yakovets \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. Rosh Hashanah (New Year). msgid "ראש השנה" msgstr "Rosh Hashanah" #. Yom Kippur (Day of Atonement). msgid "יום כיפור" msgstr "Yom Kippur" #. Sukkot (Feast of Tabernacles). msgid "סוכות" msgstr "Sukkot" #. Chol HaMoed Sukkot (Feast of Tabernacles holiday). msgid "חול המועד סוכות" msgstr "Sukkot holiday" #. Simchat Torah / Shemini Atzeret. msgid "שמחת תורה/שמיני עצרת" msgstr "Simchat Torah / Shemini Atzeret" #. Pesach (Passover). msgid "פסח" msgstr "Pesach" #. Chol HaMoed Pesach (Passover holiday). msgid "חול המועד פסח" msgstr "Pesach holiday" #. Shvi'i shel Pesach (Seventh day of Passover) msgid "שביעי של פסח" msgstr "Seventh day of Pesach" #. Yom Ha-Atzmaut (Independence Day). msgid "יום העצמאות" msgstr "Independence Day" #. Shavuot. msgid "שבועות" msgstr "Shavuot" #. Sigd. msgid "סיגד" msgstr "Sigd" #. Purim. msgid "פורים" msgstr "Purim" #. Yom Hazikaron (Fallen Soldiers and Victims of Terrorism Remembrance Day). msgid "יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה" msgstr "Remembrance Day" #. Yom Yerushalayim (Jerusalem Day). msgid "יום ירושלים" msgstr "Jerusalem Day" #. Tisha B'Av (Tisha B'Av, fast). msgid "תשעה באב" msgstr "Tisha B'Av" #. Hanukkah. msgid "חנוכה" msgstr "Hanukkah" #. Ta`anit Ester (Fast of Esther). msgid "תענית אסתר" msgstr "Ta'anit Ester" #. Lag Ba'omer (Lag BaOmer). msgid "ל\"ג בעומר" msgstr "Lag BaOmer" #. %s (observed). #, c-format msgid "(נצפה) %s" msgstr "%s (observed)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/IM.po000066400000000000000000000025061500152103600217670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Isle of Man holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-31 13:46+0700\n" "PO-Revision-Date: 2025-01-31 13:54+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. Easter Monday. msgid "Easter Monday" msgstr "Easter Monday" #. Whit Monday. msgid "Whit Monday" msgstr "Whit Monday" #. Late Summer Bank Holiday. msgid "Late Summer Bank Holiday" msgstr "Late Summer Bank Holiday" #. TT Bank Holiday. msgid "TT Bank Holiday" msgstr "TT Bank Holiday" #. Tynwald Day. msgid "Tynwald Day" msgstr "Tynwald Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/IN.po000066400000000000000000000140221500152103600217640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # India holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-03-02 12:31+0530\n" "PO-Revision-Date: 2025-03-02 12:54+0530\n" "Last-Translator: Ankush Kapoor \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" "X-Source-Language: en_IN\n" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "%s (estimated)" #. Republic Day. msgid "Republic Day" msgstr "Republic Day" #. Independence Day. msgid "Independence Day" msgstr "Independence Day" #. Gandhi Jayanti. msgid "Gandhi Jayanti" msgstr "Gandhi Jayanti" #. Children's Day. msgid "Children's Day" msgstr "Children's Day" #. Labor Day. msgid "Labour Day" msgstr "Labor Day" #. Diwali. msgid "Diwali" msgstr "Diwali" #. Holi. msgid "Holi" msgstr "Holi" #. Govardhan Puja. msgid "Govardhan Puja" msgstr "Govardhan Puja" #. Raksha Bandhan. msgid "Raksha Bandhan" msgstr "Raksha Bandhan" #. Janmashtami. msgid "Janmashtami" msgstr "Janmashtami" #. Dussehra. msgid "Dussehra" msgstr "Dussehra" #. Mahavir Jayanti. msgid "Mahavir Jayanti" msgstr "Mahavir Jayanti" #. Maha Shivaratri. msgid "Maha Shivaratri" msgstr "Maha Shivaratri" #. Navratri / Sharad Navratri. msgid "Navratri / Sharad Navratri" msgstr "Navratri / Sharad Navratri" #. Ram Navami. msgid "Ram Navami" msgstr "Ram Navami" #. Maha Navami. msgid "Maha Navami" msgstr "Maha Navami" #. Ganesh Chaturthi. msgid "Ganesh Chaturthi" msgstr "Ganesh Chaturthi" #. Makar Sankranti. msgid "Makar Sankranti" msgstr "Makar Sankranti" #. Guru Nanak Jayanti. msgid "Guru Nanak Jayanti" msgstr "Guru Nanak Jayanti" #. Ashura. msgid "Muharram" msgstr "Ashura" #. Prophet's Birthday. msgid "Milad-un-Nabi" msgstr "Prophet's Birthday" #. Eid al-Fitr. msgid "Id-ul-Fitr" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Bakrid" msgstr "Eid al-Adha" #. Palm Sunday. msgid "Palm Sunday" msgstr "Palm Sunday" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. Easter Sunday. msgid "Easter Sunday" msgstr "Easter Sunday" #. Christmas. msgid "Christmas" msgstr "Christmas" #. Dr. B. R. Ambedkar Jayanti. msgid "Dr. B. R. Ambedkar's Jayanti" msgstr "Dr. B. R. Ambedkar's Jayanti" #. Andhra Pradesh Foundation Day. msgid "Andhra Pradesh Foundation Day" msgstr "Andhra Pradesh Foundation Day" #. Assam Day. msgid "Assam Day" msgstr "Assam Day" #. Chhath Puja. msgid "Chhath Puja" msgstr "Chhath Puja" #. Bihar Day. msgid "Bihar Day" msgstr "Bihar Day" #. Chhattisgarh Foundation Day. msgid "Chhattisgarh Foundation Day" msgstr "Chhattisgarh Foundation Day" #. Goa Liberation Day. msgid "Goa Liberation Day" msgstr "Goa Liberation Day" #. Makar Sankranti. msgid "Uttarayan" msgstr "Uttarayan" #. Gujarat Day. msgid "Gujarat Day" msgstr "Gujarat Day" #. Sardar Vallabhbhai Patel Jayanti. msgid "Sardar Vallabhbhai Patel Jayanti" msgstr "Sardar Vallabhbhai Patel Jayanti" #. Himachal Day. msgid "Himachal Day" msgstr "Himachal Day" #. Haryana Foundation Day. msgid "Haryana Foundation Day" msgstr "Haryana Foundation Day" #. Jharkhand Formation Day. msgid "Jharkhand Formation Day" msgstr "Jharkhand Formation Day" #. Karnataka Rajyotsav. msgid "Karnataka Rajyotsava" msgstr "Karnataka Rajyotsava" #. Onam. msgid "Onam" msgstr "Onam" #. Kerala Foundation Day. msgid "Kerala Foundation Day" msgstr "Kerala Foundation Day" #. Mizoram State Day. msgid "Mizoram State Day" msgstr "Mizoram State Day" #. Gudi Padwa. msgid "Gudi Padwa" msgstr "Gudi Padwa" #. Chhatrapati Shivaji Maharaj Jayanti. msgid "Chhatrapati Shivaji Maharaj Jayanti" msgstr "Chhatrapati Shivaji Maharaj Jayanti" #. Maharashtra Day. msgid "Maharashtra Day" msgstr "Maharashtra Day" #. Madhya Pradesh Foundation Day. msgid "Madhya Pradesh Foundation Day" msgstr "Madhya Pradesh Foundation Day" #. Nagaland State Inauguration Day. msgid "Nagaland State Inauguration Day" msgstr "Nagaland State Inauguration Day" #. Odisha Day. msgid "Odisha Day (Utkala Dibasa)" msgstr "Odisha Day (Utkala Dibasa)" #. Maha Vishuva Sankranti. msgid "Maha Vishuva Sankranti / Pana Sankranti" msgstr "Maha Vishuva Sankranti / Pana Sankranti" #. Guru Gobind Singh Jayanti. msgid "Guru Gobind Singh Jayanti" msgstr "Guru Gobind Singh Jayanti" #. Vaisakhi. msgid "Vaisakhi" msgstr "Vaisakhi" #. Lohri. msgid "Lohri" msgstr "Lohri" #. Punjabi Day. msgid "Punjab Day" msgstr "Punjab Day" #. Puducherry De Jure Transfer Day. msgid "Puducherry De Jure Transfer Day" msgstr "Puducherry De Jure Transfer Day" #. Puducherry Liberation Day. msgid "Puducherry Liberation Day" msgstr "Puducherry Liberation Day" #. Rajasthan Day. msgid "Rajasthan Day" msgstr "Rajasthan Day" #. Maharana Pratap Jayanti. msgid "Maharana Pratap Jayanti" msgstr "Maharana Pratap Jayanti" #. Sikkim State Day. msgid "Sikkim State Day" msgstr "Sikkim State Day" #. Pongal. msgid "Pongal" msgstr "Pongal" #. Puthandu. msgid "Puthandu (Tamil New Year)" msgstr "Puthandu (Tamil New Year)" #. Telangana Formation Day. msgid "Telangana Formation Day" msgstr "Telangana Formation Day" #. Bathukamma Festival. msgid "Bathukamma Festival" msgstr "Bathukamma Festival" #. UP Formation Day. msgid "UP Formation Day" msgstr "UP Formation Day" #. Pohela Boisakh. msgid "Pohela Boishakh" msgstr "Pohela Boishakh" #. Rabindra Jayanti. msgid "Rabindra Jayanti" msgstr "Rabindra Jayanti" #. Magh Bihu. msgid "Magh Bihu" msgstr "Magh Bihu" #. Buddha Purnima. msgid "Buddha Purnima" msgstr "Buddha Purnima" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/IR.po000066400000000000000000000075131500152103600217770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Iran holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-08-03 18:21+0300\n" "PO-Revision-Date: 2025-01-21 15:34+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "(تخمین زده) %s" msgstr "%s (estimated)" #. Nowruz. msgid "جشن نوروز" msgstr "Nowruz" #. Nowruz Holiday. msgid "عیدنوروز" msgstr "Nowruz Holiday" #. Islamic Republic Day. msgid "روز جمهوری اسلامی" msgstr "Islamic Republic Day" #. Nature's Day. msgid "روز طبیعت" msgstr "Nature's Day" #. Death of Imam Khomeini. msgid "رحلت حضرت امام خمینی" msgstr "Death of Imam Khomeini" #. 15 Khordad Uprising. msgid "قیام 15 خرداد" msgstr "15 Khordad Uprising" #. Islamic Revolution Day. msgid "پیروزی انقلاب اسلامی" msgstr "Islamic Revolution Day" #. Iranian Oil Industry Nationalization Day. msgid "روز ملی شدن صنعت نفت ایران" msgstr "Iranian Oil Industry Nationalization Day" #. Last Day of Year. msgid "آخرین روز سال" msgstr "Last Day of Year" #. Tasua. msgid "تاسوعای حسینی" msgstr "Tasua" #. Ashura. msgid "عاشورای حسینی" msgstr "Ashura" #. Arbaeen. msgid "اربعین حسینی" msgstr "Arbaeen" #. Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali. msgid "رحلت رسول اکرم؛شهادت امام حسن مجتبی علیه السلام" msgstr "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali" #. Martyrdom of Ali al-Rida. msgid "شهادت امام رضا علیه السلام" msgstr "Martyrdom of Ali al-Rida" #. Martyrdom of Hasan al-Askari. msgid "شهادت امام حسن عسکری علیه السلام" msgstr "Martyrdom of Hasan al-Askari" #. Birthday of Muhammad and Imam Ja'far al-Sadiq. msgid "میلاد رسول اکرم و امام جعفر صادق علیه السلام" msgstr "Birthday of Muhammad and Imam Ja'far al-Sadiq" #. Martyrdom of Fatima. msgid "شهادت حضرت فاطمه زهرا سلام الله علیها" msgstr "Martyrdom of Fatima" #. Birthday of Imam Ali. msgid "ولادت امام علی علیه السلام و روز پدر" msgstr "Birthday of Imam Ali" #. Isra' and Mi'raj. msgid "مبعث رسول اکرم (ص)" msgstr "Isra' and Mi'raj" #. Birthday of Mahdi. msgid "ولادت حضرت قائم عجل الله تعالی فرجه و جشن نیمه شعبان" msgstr "Birthday of Mahdi" #. Martyrdom of Imam Ali. msgid "شهادت حضرت علی علیه السلام" msgstr "Martyrdom of Imam Ali" #. Eid al-Fitr. msgid "عید سعید فطر" msgstr "Eid al-Fitr" #. Eid al-Fitr Holiday. msgid "تعطیل به مناسبت عید سعید فطر" msgstr "Eid al-Fitr Holiday" #. Martyrdom of Imam Ja'far al-Sadiq. msgid "شهادت امام جعفر صادق علیه السلام" msgstr "Martyrdom of Imam Ja'far al-Sadiq" #. Eid al-Adha. msgid "عید سعید قربان" msgstr "Eid al-Adha" #. Eid al-Ghadeer. msgid "عید سعید غدیر خم" msgstr "Eid al-Ghadeer" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/IS.po000066400000000000000000000042601500152103600217740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Iceland holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-04-09 14:31+0300\n" "PO-Revision-Date: 2025-01-27 19:04+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Nýársdagur" msgstr "New Year's Day" #. Maundy Thursday. msgid "Skírdagur" msgstr "Maundy Thursday" #. Good Friday. msgid "Föstudagurinn langi" msgstr "Good Friday" #. Easter Sunday. msgid "Páskadagur" msgstr "Easter Sunday" #. Easter Monday. msgid "Annar í páskum" msgstr "Easter Monday" #. First Day of Summer. msgid "Sumardagurinn fyrsti" msgstr "First Day of Summer" #. Labor Day. msgid "Verkalýðsdagurinn" msgstr "Labor Day" #. Ascension Day. msgid "Uppstigningardagur" msgstr "Ascension Day" #. Whit Sunday. msgid "Hvítasunnudagur" msgstr "Whit Sunday" #. Whit Monday. msgid "Annar í hvítasunnu" msgstr "Whit Monday" #. National Day. msgid "Þjóðhátíðardagurinn" msgstr "National Day" #. Commerce Day. msgid "Frídagur verslunarmanna" msgstr "Commerce Day" #. Christmas Eve. msgid "Aðfangadagur" msgstr "Christmas Eve" #. Christmas Day. msgid "Jóladagur" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Annar í jólum" msgstr "Second Day of Christmas" #. New Year's Eve. msgid "Gamlársdagur" msgstr "New Year's Eve" #. %s (from 1pm). #, c-format msgid "%s (frá kl. 13.00)" msgstr "%s (from 1pm)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/JO.po000066400000000000000000000037551500152103600220010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Jordan holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2024-02-28 09:55-0800\n" "PO-Revision-Date: 2024-09-07 17:25+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "New Year's Day" #. Isra' and Mi'raj. msgid "ليلة المعراج" msgstr "Isra' and Mi'raj" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Eid al-Fitr" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "Eid al-Fitr Holiday" #. Labor Day. msgid "عيد العمال" msgstr "Labor Day" #. Independence Day. msgid "عيد الإستقلال" msgstr "Independence Day" #. Arafat Day. msgid "يوم عرفة" msgstr "Arafat Day" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Eid al-Adha" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "Eid al-Adha Holiday" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "Islamic New Year" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "Prophet's Birthday" #. Christmas Day. msgid "عيد الميلاد المجيد" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/JP.po000066400000000000000000000055421500152103600217760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Japan holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-23 15:45+0300\n" "PO-Revision-Date: 2023-07-23 15:47+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. The Crown Prince marriage ceremony. msgid "結婚の儀" msgstr "The Crown Prince Marriage Ceremony" #. State Funeral of Emperor Shōwa. msgid "大喪の礼" msgstr "Emperor Shōwa Funeral Ceremony" #. Enthronement ceremony. msgid "即位礼正殿の儀" msgstr "Enthronement Ceremony" #. Enthronement day. msgid "天皇の即位の日" msgstr "Emperor's Enthronement Day" #. Enthronement ceremony. msgid "即位礼正殿の儀が行われる日" msgstr "Emperor's Enthronement Day" #. New Year's Day. msgid "元日" msgstr "New Year's Day" #. Coming of Age Day. msgid "成人の日" msgstr "Coming of Age Day" #. Foundation Day. msgid "建国記念の日" msgstr "Foundation Day" #. Emperor's Birthday. msgid "天皇誕生日" msgstr "Emperor's Birthday" #. Vernal Equinox Day. msgid "春分の日" msgstr "Vernal Equinox Day" #. Greenery Day. msgid "みどりの日" msgstr "Greenery Day" #. Showa Day. msgid "昭和の日" msgstr "Showa Day" #. Constitution Day. msgid "憲法記念日" msgstr "Constitution Day" #. Children's Day. msgid "こどもの日" msgstr "Children's Day" #. Marine Day. msgid "海の日" msgstr "Marine Day" #. Mountain Day. msgid "山の日" msgstr "Mountain Day" #. Respect for the Aged Day. msgid "敬老の日" msgstr "Respect for the Aged Day" #. Autumnal Equinox Day. msgid "秋分の日" msgstr "Autumnal Equinox" #. Physical Education Day. msgid "体育の日" msgstr "Physical Education Day" #. Sports Day. msgid "スポーツの日" msgstr "Sports Day" #. Culture Day. msgid "文化の日" msgstr "Culture Day" #. Labor Thanksgiving Day. msgid "勤労感謝の日" msgstr "Labor Thanksgiving Day" #. Substitute Holiday. msgid "振替休日" msgstr "Substitute Holiday" #. National Holiday. msgid "国民の休日" msgstr "National Holiday" #. Bank Holiday. msgid "銀行休業日" msgstr "Bank Holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/KE.po000066400000000000000000000057521500152103600217670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kenya holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.68\n" "POT-Creation-Date: 2025-02-26 23:09+0200\n" "PO-Revision-Date: 2025-02-27 00:21+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" "X-Source-Language: en_KE\n" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "%s (estimated)" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "%s (observed)" #. %s (observed, estimated). #, c-format msgid "%s (observed, estimated)" msgstr "%s (observed, estimated)" #. New Year's Day. msgid "New Year's Day" msgstr "New Year's Day" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. Easter Monday. msgid "Easter Monday" msgstr "Easter Monday" #. Labor Day. msgid "Labour Day" msgstr "Labor Day" #. Madaraka Day. msgid "Madaraka Day" msgstr "Madaraka Day" #. Mazingira Day. msgid "Mazingira Day" msgstr "Mazingira Day" #. Utamaduni Day. msgid "Utamaduni Day" msgstr "Utamaduni Day" #. Moi Day. msgid "Moi Day" msgstr "Moi Day" #. Mashujaa Day. msgid "Mashujaa Day" msgstr "Mashujaa Day" #. Kenyatta Day. msgid "Kenyatta Day" msgstr "Kenyatta Day" #. Jamhuri Day. msgid "Jamhuri Day" msgstr "Jamhuri Day" #. Independence Day. msgid "Independence Day" msgstr "Independence Day" #. Christmas Day. msgid "Christmas Day" msgstr "Christmas Day" #. Boxing Day. msgid "Boxing Day" msgstr "Boxing Day" #. Eid-al-Fitr. msgid "Idd-ul-Fitr" msgstr "Eid-al-Fitr" #. Diwali. msgid "Diwali" msgstr "Diwali" #. Eid-al-Adha. msgid "Idd-ul-Azha" msgstr "Eid-al-Adha" #. Election Day. msgid "Election Day" msgstr "Election Day" #. Inauguration Day. msgid "Inauguration Day" msgstr "Inauguration Day" #. Day of Mourning for Queen Elizabeth II. msgid "Day of Mourning for Queen Elizabeth II" msgstr "Day of Mourning for Queen Elizabeth II" #. National Tree Growing Day. msgid "National Tree Growing Day" msgstr "National Tree Growing Day" #. Visit of Pope Francis to Kenya. msgid "Visit of Pope Francis to Kenya" msgstr "Visit of Pope Francis to Kenya" #. President Moi Memorial Day. msgid "President Moi Memorial Day" msgstr "President Moi Memorial Day" #. State Funeral for Former President Mwai Kibaki. msgid "State Funeral for Former President Mwai Kibaki" msgstr "State Funeral for Former President Mwai Kibaki" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/KH.po000066400000000000000000000132441500152103600217650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cambodia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2023-06-07 20:10+0700\n" "PO-Revision-Date: 2024-11-06 00:20+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.5\n" #. Khmer New Year's Replacement Holiday msgid "ថ្ងៃឈប់សម្រាកសងជំនួសឲ្យពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ" msgstr "Khmer New Year's Replacement Holiday" #. Special Public Holiday msgid "ថ្ងៃឈប់សម្រាកសងជំនួស" msgstr "Special Public Holiday" #. International New Year Day. msgid "ទិវាចូលឆ្នាំសាកល" msgstr "International New Year Day" #. Day of Victory over the Genocidal Regime. msgid "ទិវាជ័យជម្នះលើរបបប្រល័យពូជសាសន៍" msgstr "Day of Victory over the Genocidal Regime" #. International Women's Rights Day msgid "ទិវាអន្តរជាតិនារី" msgstr "International Women's Rights Day" #. Khmer New Year's Day msgid "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ" msgstr "Khmer New Year's Day" #. International Labor Day msgid "ទិវាពលកម្មអន្តរជាតិ" msgstr "International Labor Day" #. Birthday of His Majesty Preah Bat Samdech Preah Boromneath NORODOM SIHAMONI, King of Cambodia msgid "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី" msgstr "HM King Norodom Sihamoni's Birthday" #. National Day of Remembrance msgid "ទិវាជាតិនៃការចងចាំ" msgstr "National Day of Remembrance" #. International Children's Day msgid "ទិវាកុមារអន្តរជាតិ" msgstr "International Children's Day" #. Birthday of Her Majesty the Queen-Mother NORODOM MONINEATH SIHANOUK of Cambodia msgid "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម សម្តេចព្រះមហាក្សត្រី ព្រះវររាជមាតា នរោត្តម មុនិនាថ សីហនុ" msgstr "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday" #. Constitution Day msgid "ទិវាប្រកាសរដ្ឋធម្មនុញ្ញ" msgstr "Constitution Day" #. Mourning Day of the Late King-Father NORODOM SIHANOUK of Cambodia msgid "" "ទិវាប្រារព្ឋពិធីគោរពព្រះវិញ្ញាណក្ខន្ឋ ព្រះករុណា ព្រះបាទសម្តេចព្រះ នរោត្តម សីហនុ ព្រះមហាវីរក្សត្រ " "ព្រះវររាជបិតាឯករាជ្យ បូរណភាពទឹកដី និងឯកភាពជាតិខ្មែរ ព្រះបរមរតនកោដ្ឋ" msgstr "HM King Norodom Sihanouk Mourning Day" #. Paris Peace Agreement's Day msgid "ទិវារំលឹកសន្ធិសញ្ញាសន្តិភាពទីក្រុងប៉ារីស" msgstr "Paris Peace Agreement's Day" #. Coronation Day of His Majesty Preah Bat Samdech Preah Boromneath NORODOM SIHAMONI, King of #. Cambodia msgid "" "ព្រះរាជពិធីគ្រងព្រះបរមរាជសម្បត្តិ របស់ ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី " "ព្រះមហាក្សត្រនៃព្រះរាជាណាចក្រកម្ពុជា" msgstr "HM King Norodom Sihamoni's Coronation Day" #. National Independence Day msgid "ពិធីបុណ្យឯករាជ្យជាតិ" msgstr "National Independence Day" #. International Human Rights Day msgid "ទិវាសិទ្ធិមនុស្សអន្តរជាតិ" msgstr "International Human Rights Day" #. Meak Bochea Day msgid "ពិធីបុណ្យមាឃបូជា" msgstr "Meak Bochea Day" #. Visaka Bochea Day msgid "ពិធីបុណ្យវិសាខបូជា" msgstr "Visaka Bochea Day" #. Royal Ploughing Ceremony msgid "ព្រះរាជពិធីច្រត់ព្រះនង្គ័ល" msgstr "Royal Ploughing Ceremony" #. Pchum Ben Day msgid "ពិធីបុណ្យភ្ផុំបិណ្ឌ" msgstr "Pchum Ben Day" #. Water Festival msgid "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក" msgstr "Water Festival" #. Peace Day in Cambodia. msgid "ទិវាសន្តិភាពនៅកម្ពុជា" msgstr "Peace Day in Cambodia" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/KR.po000066400000000000000000000133461500152103600220020ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # South Korea holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-10-26 23:49+0700\n" "PO-Revision-Date: 2023-10-26 23:53+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. Alternative holiday for %s. #, c-format msgid "%s 대체 휴일" msgstr "Alternative holiday for %s" #. The day preceding %s. #, c-format msgid "%s 전날" msgstr "The day preceding %s" #. The second day of %s. #, c-format msgid "%s 다음날" msgstr "The second day of %s" #. New Year's Day. msgid "신정연휴" msgstr "New Year's Day" #. Korean New Year. msgid "설날" msgstr "Korean New Year" #. Folk Day. msgid "민속의 날" msgstr "Folk Day" #. Independence Movement Day. msgid "삼일절" msgstr "Independence Movement Day" #. Tree Planting Day. msgid "식목일" msgstr "Tree Planting Day" #. Buddha's Birthday. msgid "부처님오신날" msgstr "Buddha's Birthday" #. Buddha's Birthday. msgid "석가탄신일" msgstr "Buddha's Birthday" #. Children's Day. msgid "어린이날" msgstr "Children's Day" #. Memorial Day. msgid "현충일" msgstr "Memorial Day" #. Constitution Day. msgid "제헌절" msgstr "Constitution Day" #. Liberation Day. msgid "광복절" msgstr "Liberation Day" #. Armed Forces Day. msgid "국군의 날" msgstr "Armed Forces Day" #. National Foundation Day. msgid "개천절" msgstr "National Foundation Day" #. Hangul Day. msgid "한글날" msgstr "Hangul Day" #. United Nations Day. msgid "국제연합일" msgstr "United Nations Day" #. Chuseok. msgid "추석" msgstr "Chuseok" #. Christmas Day. msgid "기독탄신일" msgstr "Christmas Day" #. National Assembly Election Day. msgid "국회의원 선거일" msgstr "National Assembly Election Day" #. Presidential Election Day. msgid "대통령 선거일" msgstr "Presidential Election Day" #. Local Election Day. msgid "지방선거일" msgstr "Local Election Day" #. Workers' Day. msgid "근로자의날" msgstr "Workers' Day" #. Temporary Public Holiday. msgid "임시공휴일" msgstr "Temporary Public Holiday" #. Presidential Inauguration Day. msgid "대통령 취임식" msgstr "Presidential Inauguration Day" #. National Conference for Unification Election Day. msgid "통일주체국민회의 선거일" msgstr "National Conference for Unification Election Day." #. Yushin Constitution Referendum Day. msgid "유신헌법 국민투표일" msgstr "Yushin Constitution Referendum Day" #. May 16 Military Coup d'Etat Anniversary. msgid "5.16 군사혁명 기념일" msgstr "May 16 Military Coup d'Etat Anniversary" #. April 19 Revolution Anniversary. msgid "4.19 혁명 기념일" msgstr "April 19 Revolution Anniversary" #. President Syngman Rhee's Birthday. msgid "이승만 대통령 탄신일" msgstr "President Syngman Rhee's Birthday" #. Republic of Korea's United Nations Recognition Celebrations. msgid "국제연합의 대한민국 정부 승인 경축 국민대회" msgstr "Republic of Korea's United Nations Recognition Celebrations" #. Anniversary of the 1st National Assembly Election. msgid "5.10 제헌의회선거 1주년 기념일" msgstr "Anniversary of the 1st National Assembly Election" #. Baekbeom Kim Ku's Funeral Ceremony. msgid "백범 김구 선생 국민장 영결식" msgstr "Baekbeom Kim Ku's Funeral Ceremony" #. Vice Presidential Election. msgid "부통령 선거일" msgstr "Vice Presidential Election" #. Sabang Day. msgid "사방의 날" msgstr "Sabang Day" #. New Government Celebration Day. msgid "신정부 경축의 날" msgstr "New Government Celebration Day" #. Commemoration of the Apollo 11 Moon Landing. msgid "아폴로 11호 달 착륙 기념" msgstr "Commemoration of the Apollo 11 Moon Landing" #. Third-term Constitutional Referendum Day. msgid "삼선 헌법 개정 국민투표일" msgstr "Third-term Constitutional Referendum Day" #. First Lady Yuk Young-soo's Funeral Ceremony. msgid "대통령 영부인 육영수 여사 국민장 영결식" msgstr "First Lady Yuk Young-soo's Funeral Ceremony" #. President Park Chung Hee's Funeral Ceremony. msgid "박정희 대통령 국장 영결식" msgstr "President Park Chung Hee's Funeral Ceremony" #. 5th Republic Constitutional Referendum Day. msgid "제5공화국 헌법 개정 국민투표일" msgstr "5th Republic Constitutional Referendum Day" #. Electoral College Election Day. msgid "선거를 위한 선거인단 선일" msgstr "Electoral College Election Day" #. 6th Republic Constitutional Referendum Day. msgid "제6공화국 헌법 개정 국민투표일" msgstr "6th Republic Constitutional Referendum Day" #. 1988 Seoul Olympics Opening Ceremony. msgid "1988 서울 올림픽 개막식" msgstr "1988 Seoul Olympics Opening Ceremony" #. 2002 FIFA World Cup National Team Semi-Finals Celebrations. msgid "2002년 한일 월드컵 대표팀 4강 진출" msgstr "2002 FIFA World Cup National Team Semi-Finals Celebrations" #. Joint Memorial Service for Fallen Soldiers. msgid "전몰군인 합동위령제" msgstr "Joint Memorial Service for Fallen Soldiers" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/KW.po000066400000000000000000000036321500152103600220040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kuwait holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2024-02-28 09:55-0800\n" "PO-Revision-Date: 2024-09-07 17:26+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "New Year's Day" #. Isra' and Mi'raj. msgid "ليلة المعراج" msgstr "Isra' and Mi'raj" #. National Day. msgid "اليوم الوطني" msgstr "National Day" #. Liberation Day. msgid "يوم التحرير" msgstr "Liberation Day" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Eid al-Fitr" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "Eid al-Fitr Holiday" #. Arafat Day. msgid "يوم عرفة" msgstr "Arafat Day" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Eid al-Adha" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "Eid al-Adha Holiday" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "Islamic New Year" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "Prophet's Birthday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/KZ.po000066400000000000000000000055441500152103600220130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kazakhstan holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-09-26 20:24+0300\n" "PO-Revision-Date: 2024-09-26 20:33+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (бағаланған)" msgstr "%s (estimated)" #. %s (observed). #, c-format msgid "%s (қайта белгіленген демалыс)" msgstr "%s (observed)" #. %s (observed, estimated). #, c-format msgid "%s (қайта белгіленген демалыс, бағаланған)" msgstr "%s (observed, estimated)" #. New Year's Day. msgid "Жаңа жыл" msgstr "New Year's Day" #. Orthodox Christmas. msgid "Православиелік Рождество" msgstr "Orthodox Christmas" #. International Women's Day. msgid "Халықаралық әйелдер күні" msgstr "International Women's Day" #. Nowruz Holiday. msgid "Наурыз мейрамы" msgstr "Nowruz Holiday" #. Kazakhstan's People Solidarity Holiday. msgid "Қазақстан халқының бірлігі мерекесі" msgstr "Kazakhstan's People Solidarity Holiday" #. Defender of the Fatherland Day. msgid "Отан Қорғаушы күні" msgstr "Defender of the Fatherland Day" #. Victory Day. msgid "Жеңіс күні" msgstr "Victory Day" #. Capital Day. msgid "Астана күні" msgstr "Capital Day" #. Constitution Day. msgid "Қазақстан Республикасының Конституциясы күні" msgstr "Constitution Day" #. Republic Day. msgid "Республика күні" msgstr "Republic Day" #. First President Day. msgid "Қазақстан Республикасының Тұңғыш Президенті күні" msgstr "First President Day" #. Independence Day. msgid "Тəуелсіздік күні" msgstr "Independence Day" #. Eid al-Adha. msgid "Құрбан айт" msgstr "Eid al-Adha" #. Substituted date format. msgid "%d.%m.%Y" msgstr "%m/%d/%Y" #. Day off (substituted from %s). #, c-format msgid "Демалыс күні (%s бастап ауыстырылды)" msgstr "Day off (substituted from %s)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/LA.po000066400000000000000000000135141500152103600217570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Laos holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-09-11 15:10+0700\n" "PO-Revision-Date: 2024-01-02 21:55+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.4\n" #. %s (in lieu). #, c-format msgid "ພັກຊົດເຊີຍ%s" msgstr "%s (in lieu)" #. New Year's Day. msgid "ວັນປີໃໝ່ສາກົນ" msgstr "New Year's Day" #. International Women's Rights Day. msgid "ວັນແມ່ຍິງສາກົນ" msgstr "International Women's Rights Day" #. Lao New Year's Day. msgid "ບຸນປີໃໝ່ລາວ" msgstr "Lao New Year's Day" #. International Labor Day. msgid "ວັນກຳມະກອນສາກົນ" msgstr "International Labor Day" #. International Children's Day. msgid "ວັນເດັກສາກົນ" msgstr "International Children's Day" #. Lao National Day. msgid "ວັນຊາດ" msgstr "Lao National Day" #. Boun That Luang Festival. msgid "ວັນບຸນທາດຫລວງ" msgstr "Boun That Luang Festival" #. Special Bank Holiday. msgid "ມື້ປິດການໃຫ້ບໍລິການຂອງທະນາຄານຕົວແທນ" msgstr "Special Bank Holiday" #. Lao New Year's Day (Special). msgid "ພັກບຸນປີໃໝ່ລາວ" msgstr "Lao New Year's Day (Special)" #. Establishment Day of the BOL. msgid "ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ" msgstr "Establishment Day of the BOL" #. Lao Year-End Bank Holiday. msgid "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ" msgstr "Lao Year-End Bank Holiday" #. Makha Bousa Festival. msgid "ວັນບຸນມາຂະບູຊາ" msgstr "Makha Bousa Festival" #. Visakha Bousa Festival. msgid "ວັນບຸນວິສາຂະບູຊາ" msgstr "Visakha Bousa Festival" #. Boun Khao Phansa (Begin of Buddhist Lent). msgid "ວັນບຸນເຂົ້າພັນສາ" msgstr "Begin of Buddhist Lent" #. Boun Haw Khao Padapdin (Rice Growing Festival). msgid "ວັນບຸນຫໍ່ເຂົ້າປະດັບດິນ" msgstr "Boun Haw Khao Padapdin" #. Boun Haw Khao Salark (Ancestor Festival). msgid "ວັນບຸນຫໍ່ເຂົ້າສະຫຼາກ" msgstr "Boun Haw Khao Salark" #. Boun Awk Phansa (End of Buddhist Lent). msgid "ວັນບຸນອອກພັນສາ" msgstr "End of Buddhist Lent" #. Boun Suang Heua (Vientiane Boat Racing Festival). msgid "ວັນບຸນຊ່ວງເຮືອ ນະຄອນຫຼວງວຽງຈັນ" msgstr "Vientiane Boat Racing Festival" #. National Teacher Day. msgid "ວັນຄູແຫ່ງຊາດ" msgstr "National Teacher Day" #. Lao People's Armed Force Day. msgid "ວັນສ້າງຕັ້ງກອງທັບປະຊາຊົນລາວ" msgstr "Lao People's Armed Force Day" #. Lao Federation of Trade Union's Day. msgid "ວັນສ້າງຕັ້ງສະຫະພັນກໍາມະບານລາວ" msgstr "Lao Federation of Trade Union's Day" #. Establishment Day of the Lao People's Revolutionary Party. msgid "ວັນສ້າງຕັ້ງພັກປະຊາຊົນປະຕິວັດລາວ" msgstr "Establishment Day of the Lao People's Revolutionary Party" #. Lao People's Revolutionary Youth Union Day. msgid "ວັນສ້າງຕັ້ງສູນກາງຊາວໜຸ່ມປະຊາຊົນປະຕິວັດລາວ" msgstr "Lao People's Revolutionary Youth Union Day" #. National Arbor Day. msgid "ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ" msgstr "National Arbor Day" #. President Souphanouvong's Birthday. msgid "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ" msgstr "President Souphanouvong's Birthday" #. The National Day for Wildlife and Aquatic Animal Conservation. msgid "ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ" msgstr "The National Day for Wildlife and Aquatic Animal Conservation" #. Establishment Day of the Lao Women's Union. msgid "ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ" msgstr "Establishment Day of the Lao Women's Union" #. Lao National Mass Media and Publishing Day. msgid "ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ" msgstr "Lao National Mass Media and Publishing Day" #. Lao National Constitution Day. msgid "ວັນລັດຖະທໍາມະນູນແຫ່ງຊາດ" msgstr "Lao National Constitution Day" #. National Uprising Day. msgid "ວັນຍຶດອຳນາດທົ່ວປະເທດ" msgstr "National Uprising Day" #. Indepedence Declaration Day. msgid "ວັນປະກາດເອກະລາດ" msgstr "Indepedence Declaration Day" #. President Kaysone Phomvihane's Birthday. msgid "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ໄກສອນ ພົມວິຫານ" msgstr "President Kaysone Phomvihane's Birthday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/LC.po000066400000000000000000000035741500152103600217660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Saint Lucia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2025-02-03 23:27+0530\n" "PO-Revision-Date: 2025-02-03 23:27+0530\n" "Last-Translator: Prateekshit Jaiswal \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" #. New Year's Day. msgid "New Year's Day" msgstr "New Year's Day" #. Independence Day. msgid "Independence Day" msgstr "Independence Day" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. Easter Monday. msgid "Easter Monday" msgstr "Easter Monday" #. Labor Day. msgid "Labour Day" msgstr "Labor Day" #. Whit Monday. msgid "Whit Monday" msgstr "Whit Monday" #. Corpus Christi. msgid "Corpus Christi" msgstr "Corpus Christi" #. Emancipation Day. msgid "Emancipation Day" msgstr "Emancipation Day" #. National Day. msgid "National Day" msgstr "National Day" #. Christmas Day. msgid "Christmas Day" msgstr "Christmas Day" #. Boxing Day. msgid "Boxing Day" msgstr "Boxing Day" #. New Year's Holiday. msgid "New Year's Holiday" msgstr "New Year's Holiday" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "%s (observed)" #. Thanksgiving Day. msgid "Thanksgiving Day" msgstr "Thanksgiving Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/LI.po000066400000000000000000000046641500152103600217750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Liechtenstein holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-04-01 17:13+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Neujahr" msgstr "New Year's Day" #. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "Saint Berchtold's Day" #. Epiphany. msgid "Heilige Drei Könige" msgstr "Epiphany" #. Candlemas. msgid "Mariä Lichtmess" msgstr "Candlemas" #. Shrove Tuesday. msgid "Fasnachtsdienstag" msgstr "Shrove Tuesday" #. Saint Joseph's Day. msgid "Josefstag" msgstr "Saint Joseph's Day" #. Good Friday. msgid "Karfreitag" msgstr "Good Friday" #. Easter Sunday. msgid "Ostersonntag" msgstr "Easter Sunday" #. Easter Monday. msgid "Ostermontag" msgstr "Easter Monday" #. Labor Day. msgid "Tag der Arbeit" msgstr "Labor Day" #. Ascension Day. msgid "Auffahrt" msgstr "Ascension Day" #. Whit Sunday. msgid "Pfingstsonntag" msgstr "Whit Sunday" #. Whit Monday. msgid "Pfingstmontag" msgstr "Whit Monday" #. Corpus Christi. msgid "Fronleichnam" msgstr "Corpus Christi" #. National Day. msgid "Staatsfeiertag" msgstr "National Day" #. Nativity of Mary. msgid "Mariä Geburt" msgstr "Nativity of Mary" #. All Saints' Day. msgid "Allerheiligen" msgstr "All Saints' Day" #. Immaculate Conception. msgid "Mariä Empfängnis" msgstr "Immaculate Conception" #. Christmas Eve. msgid "Heiligabend" msgstr "Christmas Eve" #. Christmas Day. msgid "Weihnachten" msgstr "Christmas Day" #. Saint Stephen's Day. msgid "Stephanstag" msgstr "Saint Stephen's Day" #. New Year's Eve. msgid "Silvester" msgstr "New Year's Eve" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/LK.po000066400000000000000000000132631500152103600217720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sri Lanka holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-12 23:29+0530\n" "PO-Revision-Date: 2025-01-24 18:16+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (අනුමානිත)" msgstr "%s (estimated)" #. Tamil Thai Pongal Day. msgid "දෙමළ තෛපොංැලල් දිනය" msgstr "Tamil Thai Pongal Day" #. Independence Day. msgid "නිදහස් සමරු දිනය" msgstr "Independence Day" #. Sinhala and Tamil New Year. msgid "සිංහල හා දෙමළ අලුත් අවුරුදු දිනය" msgstr "Sinhala and Tamil New Year" #. Day Before Sinhala and Tamil New Year. msgid "සිංහල හා දෙමළ අලුත් අවුරුදු දිනට පෙර දිනය" msgstr "Day Before Sinhala and Tamil New Year" #. International Workers' Day. msgid "ලොක කම්කරු දිනය" msgstr "International Workers' Day" #. Duruthu Full Moon Poya Day. msgid "දුරුතු පුර පසළොස්වක පෝය දිනය" msgstr "Duruthu Full Moon Poya Day" #. Nawam Full Moon Poya Day. msgid "නවම් පුර පසළොස්වක පෝය දිනය" msgstr "Nawam Full Moon Poya Day" #. Medin Full Moon Poya Day. msgid "මැදින් පුර පසළොස්වක පෝය දිනය" msgstr "Medin Full Moon Poya Day" #. Bak Full Moon Poya Day. msgid "බක් පුර පසළොස්වක පෝය දිනය" msgstr "Bak Full Moon Poya Day" #. Vesak Full Moon Poya Day. msgid "වෙසක් පුර පසළොස්වක පෝය දිනය" msgstr "Vesak Full Moon Poya Day" #. Day Following Vesak Full Moon Poya Day. msgid "වෙසක් පුර පසළොස්වක පෝය දිනට පසු දිනය" msgstr "Day Following Vesak Full Moon Poya Day" #. Poson Full Moon Poya Day. msgid "පොසොන් පුර පසළොස්වක පෝය දිනය" msgstr "Poson Full Moon Poya Day" #. Esala Full Moon Poya Day. msgid "ඇසල පුර පසළොස්වක පෝය දිනය" msgstr "Esala Full Moon Poya Day" #. Nikini Full Moon Poya Day. msgid "නිකිණි පුර පසළොස්වක පෝය දිනය" msgstr "Nikini Full Moon Poya Day" #. Binara Full Moon Poya Day. msgid "බිනර පුර පසළොස්වක පෝය දිනය" msgstr "Binara Full Moon Poya Day" #. Vap Full Moon Poya Day. msgid "වප් පුර පසළොස්වක පෝය දිනය" msgstr "Vap Full Moon Poya Day" #. Il Full Moon Poya Day. msgid "ඉල් පුර පසළොස්වක පෝය දිනය" msgstr "Il Full Moon Poya Day" #. Unduvap Full Moon Poya Day. msgid "උඳුවප් පුර පසළොස්වක පෝය දිනය" msgstr "Unduvap Full Moon Poya Day" #. Maha Sivarathri Day. msgid "මහ සිවරාත්රි දිනය" msgstr "Maha Sivarathri Day" #. Deepavali Festival Day. msgid "දීපවාලි උත්සව දිනය" msgstr "Deepavali Festival Day" #. Good Friday. msgid "මහ සිකුරාදා දිනය" msgstr "Good Friday" #. Christmas Day. msgid "නත්තල් උත්සව දිනය" msgstr "Christmas Day" #. Eid al-Fitr. msgid "ඊදුල් ෆීතර්" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "ඊදුල් අල්හා" msgstr "Eid al-Adha" #. Prophet's Birthday. msgid "නබි නායකතුමාගේ උපන් දිනය" msgstr "Prophet's Birthday" #. Adhi Vesak Full Mon Poya Day. msgid "අධි වෙසක් පුර පසළොස්වක පෝය දිනය" msgstr "Adhi Vesak Full Mon Poya Day" #. Adhi Poson Full Moon Poya Day. msgid "අධි පොසොන් පුර පසළොස්වක පෝය දිනය" msgstr "Adhi Poson Full Moon Poya Day" #. Adhi Esala Full Moon Poya Day. msgid "අධි ඇසල පුර පසළොස්වක පෝය දිනය" msgstr "Adhi Esala Full Moon Poya Day" #. Adhi Binara Full Moon Poya Day. msgid "අධි බිනර පුර පසළොස්වක පෝය දිනය" msgstr "Adhi Binara Full Moon Poya Day" #. Adhi Vap Full Moon Poya Day. msgid "අධි වප් පුර පසළොස්වක පෝය දිනය" msgstr "Adhi Vap Full Moon Poya Day" #. Special Bank Holiday. msgid "විශේෂ බැංකු නිවාඩු දිනය" msgstr "Special Bank Holiday" #. Half-Day Special Bank Holiday. msgid "දින භාගයක විශේෂ බැංකු නිවාඩු දිනය" msgstr "Half-Day Special Bank Holiday" #. Public Sector Holiday. msgid "රාජ්ය අංශයේ නිවාඩු දිනය" msgstr "Public Sector Holiday" #. Special Public Holiday. msgid "විශේෂ රජයේ නිවාඩු දිනය" msgstr "Special Public Holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/LT.po000066400000000000000000000047541500152103600220100ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Lithuania holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-07 16:02+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Naujųjų metų diena" msgstr "New Year's Day" #. Day of Restoration of the State of Lithuania. msgid "Lietuvos valstybės atkūrimo diena" msgstr "Day of Restoration of the State of Lithuania" #. Day of Restoration of Independence of Lithuania. msgid "Lietuvos nepriklausomybės atkūrimo diena" msgstr "Day of Restoration of Independence of Lithuania" #. Easter Sunday. msgid "Šv. Velykos" msgstr "Easter Sunday" #. Easter Monday. msgid "Antroji šv. Velykų diena" msgstr "Easter Monday" #. International Workers' Day. msgid "Tarptautinė darbo diena" msgstr "International Workers' Day" #. Day of Dew and Saint John. msgid "Rasos ir Joninių diena" msgstr "Day of Dew and Saint John" #. Statehood Day. msgid "Valstybės (Lietuvos karaliaus Mindaugo karūnavimo) ir Tautiškos giesmės diena" msgstr "Statehood Day" #. Assumption Day. msgid "Žolinė (Švč. Mergelės Marijos ėmimo į dangų diena)" msgstr "Assumption Day" #. All Saints' Day. msgid "Visų Šventųjų diena" msgstr "All Saints' Day" #. All Souls' Day. msgid "Mirusiųjų atminimo (Vėlinių) diena" msgstr "All Souls' Day" #. Christmas Eve. msgid "Kūčių diena" msgstr "Christmas Eve" #. Christmas Day. msgid "Šv. Kalėdų pirma diena" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Šv. Kalėdų antra diena" msgstr "Second Day of Christmas" #. Mother's Day. msgid "Motinos diena" msgstr "Mother's Day" #. Father's Day. msgid "Tėvo diena" msgstr "Father's Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/LU.po000066400000000000000000000033541500152103600220040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Luxembourg holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Neijoerschdag" msgstr "New Year's Day" #. Easter Monday. msgid "Ouschterméindeg" msgstr "Easter Monday" #. Labor Day. msgid "Dag vun der Aarbecht" msgstr "Labor Day" #. Europe Day. msgid "Europadag" msgstr "Europe Day" #. Ascension Day. msgid "Christi Himmelfaart" msgstr "Ascension Day" #. Whit Monday. msgid "Péngschtméindeg" msgstr "Whit Monday" #. National Day. msgid "Nationalfeierdag" msgstr "National Day" #. Assumption Day. msgid "Léiffrawëschdag" msgstr "Assumption Day" #. All Saints' Day. msgid "Allerhellgen" msgstr "All Saints' Day" #. Christmas Day. msgid "Chrëschtdag" msgstr "Christmas Day" #. Saint Stephen's Day. msgid "Stiefesdag" msgstr "Saint Stephen's Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/LV.po000066400000000000000000000055211500152103600220030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Latvia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-07 16:02+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. General Latvian Song and Dance Festival closing day. msgid "Vispārējo latviešu Dziesmu un deju svētku noslēguma dienu" msgstr "General Latvian Song and Dance Festival closing day" #. Day of His Holiness Pope Francis' pastoral visit to Latvia. msgid "Viņa Svētības pāvesta Franciska pastorālās vizītes Latvijā diena" msgstr "Day of His Holiness Pope Francis' pastoral visit to Latvia" #. Day the Latvian hockey team won the bronze medal at the 2023 World Ice Hockey Championship. msgid "" "Diena, kad Latvijas hokeja komanda ieguva bronzas medaļu 2023. gada Pasaules hokeja čempionātā" msgstr "Day the Latvian hockey team won the bronze medal at the 2023 World Ice Hockey Championship" #. %s (observed). #, c-format msgid "%s (brīvdiena)" msgstr "%s (observed)" #. New Year's Day. msgid "Jaunais Gads" msgstr "New Year's Day" #. Good Friday. msgid "Lielā Piektdiena" msgstr "Good Friday" #. Easter Sunday. msgid "Lieldienas" msgstr "Easter Sunday" #. Easter Monday. msgid "Otrās Lieldienas" msgstr "Easter Monday" #. Labor Day. msgid "Darba svētki" msgstr "Labor Day" #. Restoration of Independence Day. msgid "Latvijas Republikas Neatkarības atjaunošanas diena" msgstr "Restoration of Independence Day" #. Mother's Day. msgid "Mātes diena" msgstr "Mother's Day" #. Midsummer Day. msgid "Jāņu diena" msgstr "Midsummer Day" #. Midsummer Eve. msgid "Līgo diena" msgstr "Midsummer Eve" #. Republic of Latvia Proclamation Day. msgid "Latvijas Republikas proklamēšanas diena" msgstr "Republic of Latvia Proclamation Day" #. Christmas Eve. msgid "Ziemassvētku vakars" msgstr "Christmas Eve" #. Christmas Day. msgid "Ziemassvētki" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Otrie Ziemassvētki" msgstr "Second Day of Christmas" #. New Year's Eve. msgid "Vecgada vakars" msgstr "New Year's Eve" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/MA.po000066400000000000000000000044461500152103600217640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Morocco holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-07-11 03:44+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.3.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "New Year's Day" #. Proclamation of Independence Day. msgid "ذكرى تقديم وثيقة الاستقلال" msgstr "Proclamation of Independence Day" #. Amazigh New Year. msgid "رأس السنة الأمازيغية" msgstr "Amazigh New Year" #. Labor Day. msgid "عيد العمال" msgstr "Labor Day" #. Throne day. msgid "عيد العرش" msgstr "Throne Day" #. Oued Ed-Dahab Day. msgid "ذكرى استرجاع إقليم وادي الذهب" msgstr "Oued Ed-Dahab Day" #. Revolution Day. msgid "ذكرى ثورة الملك و الشعب" msgstr "Revolution Day" #. Youth Day. msgid "عيد الشباب" msgstr "Youth Day" #. Green March. msgid "ذكرى المسيرة الخضراء" msgstr "Green March" #. Independence Day. msgid "عيد الإستقلال" msgstr "Independence Day" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Eid al-Adha" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "Islamic New Year" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "Prophet's Birthday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/MC.po000066400000000000000000000037401500152103600217620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Monaco holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-20 11:58+0200\n" "PO-Revision-Date: 2024-01-02 15:44+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. Public holiday. msgid "Jour férié" msgstr "Public holiday" #. %s (observed). #, c-format msgid "%s (observé)" msgstr "%s (observed)" #. New Year's Day. msgid "Le jour de l'An" msgstr "New Year's Day" #. Saint Devote's Day. msgid "La Sainte Dévote" msgstr "Saint Devote's Day" #. Easter Monday. msgid "Le lundi de Pâques" msgstr "Easter Monday" #. Labor Day. msgid "Fête de la Travaille" msgstr "Labor Day" #. Ascension Day. msgid "L'Ascension" msgstr "Ascension Day" #. Whit Monday. msgid "Le lundi de Pentecôte" msgstr "Whit Monday" #. Corpus Christi. msgid "La Fête Dieu" msgstr "Corpus Christi" #. Assumption Day. msgid "L'Assomption de Marie" msgstr "Assumption Day" #. All Saints' Day. msgid "La Toussaint" msgstr "All Saints' Day" #. Prince's Day. msgid "La Fête du Prince" msgstr "Prince's Day" #. Immaculate Conception. msgid "L'Immaculée Conception" msgstr "Immaculate Conception" #. Christmas Day. msgid "Noël" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/MD.po000066400000000000000000000046741500152103600217720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Moldova holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.46\n" "POT-Creation-Date: 2023-03-22 21:58+0200\n" "PO-Revision-Date: 2024-03-20 21:12+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Anul Nou" msgstr "New Year's Day" #. Christmas Day (by old style). msgid "Nașterea lui Iisus Hristos (Crăciunul pe stil vechi)" msgstr "Christmas Day (by old style)" #. Christmas Day. msgid "Nașterea lui Iisus Hristos (Crăciunul)" msgstr "Christmas Day" #. International Women's Day. msgid "Ziua internatională a femeii" msgstr "International Women's Day" #. Easter. msgid "Paștele" msgstr "Easter" #. Day of Rejoicing. msgid "Paștele blajinilor" msgstr "Day of Rejoicing" #. International Workers' Solidarity Day. msgid "Ziua internaţională a solidarităţii oamenilor muncii" msgstr "International Workers' Solidarity Day" #. Victory Day and Commemoration of the heroes fallen for Independence of Fatherland. msgid "Ziua Victoriei și a comemorării eroilor căzuţi pentru Independenţa Patriei" msgstr "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland" #. Europe Day. msgid "Ziua Europei" msgstr "Europe Day" #. International Children's Day. msgid "Ziua Ocrotirii Copilului" msgstr "International Children's Day" #. Republic of Moldova Independence Day. msgid "Ziua independenţei Republicii Moldova" msgstr "Republic of Moldova Independence Day" #. National Language Day. msgid "Limba noastră" msgstr "National Language Day" #. Christmas Day (by new style). msgid "Nașterea lui Iisus Hristos (Crăciunul pe stil nou)" msgstr "Christmas Day (by new style)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/ME.po000066400000000000000000000042011500152103600217550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Montenegro holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2024-11-09 15:23+0200\n" "PO-Revision-Date: 2024-12-24 15:27+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (procijenjeno)" msgstr "%s (estimated)" #. %s (observed). #, c-format msgid "%s (neradni dan)" msgstr "%s (observed)" #. %s (observed, estimated). #, c-format msgid "%s (neradni dan, procijenjeno)" msgstr "%s (observed, estimated)" #. New Year's Day. msgid "Nova godina" msgstr "New Year's Day" #. Labor Day. msgid "Praznik rada" msgstr "Labor Day" #. Independence Day. msgid "Dan nezavisnosti" msgstr "Independence Day" #. Statehood Day. msgid "Dan državnosti" msgstr "Statehood Day" #. Njegos Day. msgid "Njegošev dan" msgstr "Njegos Day" #. Good Friday. msgid "Veliki petak" msgstr "Good Friday" #. Easter. msgid "Uskrs" msgstr "Easter" #. All Saints' Day. msgid "Svi Sveti" msgstr "All Saints' Day" #. Christmas Eve. msgid "Badnji dan" msgstr "Christmas Eve" #. Christmas. msgid "Božić" msgstr "Christmas" #. Pesach. msgid "Pasha" msgstr "Pesach" #. Yom Kippur. msgid "Jom Kipur" msgstr "Yom Kippur" #. Eid al-Fitr. msgid "Ramazanski bajram" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Kurbanski bajram" msgstr "Eid al-Adha" #. Ecological State Day. msgid "Dan Ekološke države" msgstr "Ecological State Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/MG.po000066400000000000000000000041601500152103600217630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Madagascar holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-25 17:39+0300\n" "PO-Revision-Date: 2023-06-25 17:45+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Taom-baovao" msgstr "New Year's Day" #. Women's Day. msgid "Fetin'ny vehivavy" msgstr "Women's Day" #. Martyrs' Day. msgid "Fetin'ny mahery fo" msgstr "Martyrs' Day" #. Easter Sunday. msgid "Fetin'ny paska" msgstr "Easter Sunday" #. Easter Monday. msgid "Alatsinain'ny paska" msgstr "Easter Monday" #. Labor Day. msgid "Fetin'ny asa" msgstr "Labor Day" #. Ascension Day. msgid "Fiakaran'ny Jesosy kristy tany an-danitra" msgstr "Ascension Day" #. Whit Sunday. msgid "Pentekosta" msgstr "Whit Sunday" #. Whit Monday. msgid "Alatsinain'ny pentekosta" msgstr "Whit Monday" #. Mother's Day. msgid "Fetin'ny reny" msgstr "Mother's Day" #. Father's Day. msgid "Fetin'ny ray" msgstr "Father's Day" #. Independence Day. msgid "Fetin'ny fahaleovantena" msgstr "Independence Day" #. Assumption Day. msgid "Fiakaran'ny Masina Maria tany an-danitra" msgstr "Assumption Day" #. All Saints' Day. msgid "Fetin'ny olo-masina" msgstr "All Saints' Day" #. Republic Day. msgid "Fetin'ny Repoblika" msgstr "Republic Day" #. Christmas Day. msgid "Fetin'ny noely" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/MO.po000066400000000000000000000155141500152103600220000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Macau holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-06 15:34+0700\n" "PO-Revision-Date: 2025-03-05 19:40+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "元旦" msgstr "New Year's Day" #. Freedom Day. msgid "自由日" msgstr "Freedom Day" #. Labor Day. msgid "勞動節" msgstr "Labor Day" #. Day of Portugal, Camões, and the Portuguese Communities. msgid "葡國日、賈梅士日暨葡僑日" msgstr "Day of Portugal, Camões, and the Portuguese Communities" #. Assumption Day. msgid "聖母升天" msgstr "Assumption Day" #. National Day of the People's Republic of China. msgid "中華人民共和國國慶日" msgstr "National Day of the People's Republic of China" #. The day following National Day of the People's Republic of China. msgid "中華人民共和國國慶日翌日" msgstr "The day following National Day of the People's Republic of China" #. Republic Day. msgid "葡萄牙共和國國慶日" msgstr "Republic Day" #. All Saints' Day. msgid "諸聖節" msgstr "All Saints' Day" #. All Soul's Day. msgid "追思節" msgstr "All Soul's Day" #. Restoration of Independence Day. msgid "恢復獨立紀念日" msgstr "Restoration of Independence Day" #. Immaculate Conception. msgid "聖母無原罪瞻禮" msgstr "Immaculate Conception" #. Macao S.A.R. Establishment Day. msgid "澳門特別行政區成立紀念日" msgstr "Macao S.A.R. Establishment Day" #. Winter Solstice. msgid "冬至" msgstr "Winter Solstice" #. Christmas Eve. msgid "聖誕節前日" msgstr "Christmas Eve" #. Christmas Eve. msgid "聖誕節前夕" msgstr "Christmas Eve" #. Christmas Eve. msgid "聖誕前夕" msgstr "Christmas Eve" #. Christmas Day. msgid "聖誕節" msgstr "Christmas Day" #. Christmas Day. msgid "聖誕" msgstr "Christmas Day" #. Chinese New Year's Day. msgid "農曆正月初一" msgstr "Chinese New Year's Day" #. The second day of Chinese New Year. msgid "農曆正月初二" msgstr "The second day of Chinese New Year" #. The third day of Chinese New Year. msgid "農曆正月初三" msgstr "The third day of Chinese New Year" #. Tomb-Sweeping Day. msgid "清明節" msgstr "Tomb-Sweeping Day" #. Good Friday. msgid "耶穌受難日" msgstr "Good Friday" #. Good Friday. msgid "聖周星期五" msgstr "Good Friday" #. The Day before Easter. msgid "復活節前日" msgstr "The Day before Easter" #. Holy Saturday. msgid "聖周星期六" msgstr "Holy Saturday" #. The Buddha's Birthday. msgid "佛誕節" msgstr "The Buddha's Birthday" #. Corpus Christi. msgid "基督聖體聖血節" msgstr "Corpus Christi" #. Dragon Boat Festival. msgid "端午節" msgstr "Dragon Boat Festival" #. Double Ninth Festival. msgid "重陽節" msgstr "Double Ninth Festival" #. Mid-Autumn Festival. msgid "中秋節" msgstr "Mid-Autumn Festival" #. The Day following Mid-Autumn Festival. msgid "中秋節翌日" msgstr "The Day following Mid-Autumn Festival" #. Day of the Municipality of Ilhas. msgid "海島市日" msgstr "Day of the Municipality of Ilhas" #. Macau City Day. msgid "澳門市日" msgstr "Macau City Day" #. Additional Government Holiday. msgid "額外政府假期" msgstr "Additional Government Holiday" #. Additional Public Holiday. msgid "額外公眾假期" msgstr "Additional Public Holiday" #. Additional Half-Day Public Holiday. msgid "額外公眾半日假" msgstr "Additional Half-Day Public Holiday" #. The Handover of Macau to China and the Establishment of the Macau Special Administrative Region #. of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日" msgstr "" "The Handover of Macau to China and the Establishment of the Macau Special Administrative Region " "of the People's Republic of China" #. The day following the Handover of Macau to China and the Establishment of the Macau Special #. Administrative Region of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日翌日" msgstr "" "The day following the Handover of Macau to China and the Establishment of the Macau Special " "Administrative Region of the People's Republic of China" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中國人民抗日戰爭暨世界反法西斯戰爭勝利七十周年紀念日" msgstr "" "70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese " "Aggression and the World Anti-Fascist War" #. Compensatory rest day for %s. #, c-format msgid "%s的補假" msgstr "Compensatory rest day for %s" #. The first working day after %s. #, c-format msgid "%s後首個工作日" msgstr "The first working day after %s" #. %s (Afternoon). #, c-format msgid "%s(下午)" msgstr "%s (Afternoon)" #. Chinese New Year's Eve. msgid "農曆除夕" msgstr "Chinese New Year's Eve" #. The fourth day of Chinese New Year. msgid "農曆正月初四" msgstr "The fourth day of Chinese New Year" #. The fifth day of Chinese New Year. msgid "農曆正月初五" msgstr "The fifth day of Chinese New Year" #. New Year's Eve. msgid "除夕" msgstr "New Year's Eve" #. Overlapping of the Day following National Day of the People's Republic of China and the Day #. following Mid-Autumn Festival. msgid "中華人民共和國國慶日翌日及中秋節翌日重疊" msgstr "" "Overlapping of the Day following National Day of the People's Republic of China and the Day " "following Mid-Autumn Festival" #. Overlapping of the Day following National Day of the People's Republic of China and the Double #. Ninth Festival. msgid "中華人民共和國國慶日翌日及重陽節重疊" msgstr "" "Overlapping of the Day following National Day of the People's Republic of China and the Double " "Ninth Festival" #. Overlapping of the National Day of the People's Republic of China and the Day following Mid- #. Autumn Festival. msgid "中華人民共和國國慶日及中秋節翌日重疊" msgstr "" "Overlapping of the National Day of the People's Republic of China and the Day following Mid-" "Autumn Festival" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/MT.po000066400000000000000000000042311500152103600217770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Malta holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-06-27 19:10+0700\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "L-Ewwel tas-Sena" msgstr "New Year's Day" #. Feast of Saint Paul's Shipwreck. msgid "Il-Festa tan-Nawfraġju ta' San Pawl" msgstr "Feast of Saint Paul's Shipwreck" #. Feast of Saint Joseph. msgid "Il-Festa ta' San Ġużepp" msgstr "Feast of Saint Joseph" #. Freedom Day. msgid "Jum il-Ħelsien" msgstr "Freedom Day" #. Good Friday. msgid "Il-Ġimgħa l-Kbira" msgstr "Good Friday" #. Worker's Day. msgid "Jum il-Ħaddiem" msgstr "Worker's Day" #. Sette Giugno. msgid "Sette Giugno" msgstr "Sette Giugno" #. Feast of Saint Peter and Saint Paul. msgid "Il-Festa ta' San Pietru u San Pawl" msgstr "Feast of Saint Peter and Saint Paul" #. Feast of the Assumption. msgid "Il-Festa ta' Santa Marija" msgstr "Feast of the Assumption" #. Feast of Our Lady of Victories. msgid "Jum il-Vitorja" msgstr "Feast of Our Lady of Victories" #. Independence Day. msgid "Jum l-Indipendenza" msgstr "Independence Day" #. Feast of the Immaculate Conception msgid "Il-Festa tal-Immakulata Kunċizzjoni" msgstr "Feast of the Immaculate Conception" #. Republic Day. msgid "Jum ir-Repubblika" msgstr "Republic Day" #. Christmas Day. msgid "Il-Milied" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/MX.po000066400000000000000000000032271500152103600220070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mexico holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2024-01-23 20:55+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Constitution Day. msgid "Día de la Constitución" msgstr "Constitution Day" #. Benito Juárez's birthday. msgid "Natalicio de Benito Juárez" msgstr "Benito Juárez's birthday" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. Independence Day. msgid "Día de la Independencia" msgstr "Independence Day" #. Revolution Day. msgid "Día de la Revolución" msgstr "Revolution Day" #. Change of Federal Government. msgid "Transmisión del Poder Ejecutivo Federal" msgstr "Change of Federal Government" #. Christmas Day. msgid "Navidad" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/MY.po000066400000000000000000000151441500152103600220110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Malaysia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.68\n" "POT-Creation-Date: 2024-04-28 21:03+0300\n" "PO-Revision-Date: 2025-02-24 12:24+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.2\n" "X-Generator: Poedit 3.4.2\n" #. %s (estimated). #, c-format msgid "%s (anggaran)" msgstr "%s (estimated)" #. %s (in lieu). #, c-format msgid "Cuti %s" msgstr "%s (observed)" #. %s (observed, estimated). #, c-format msgid "Cuti %s (anggaran)" msgstr "%s (observed, estimated)" #. Chinese New Year. msgid "Tahun Baharu Cina" msgstr "Chinese New Year" #. Chinese New Year (Second Day). msgid "Tahun Baharu Cina (Hari Kedua)" msgstr "Chinese New Year (Second Day)" #. Vesak Day. msgid "Hari Wesak" msgstr "Vesak Day" #. Labor Day. msgid "Hari Pekerja" msgstr "Labor Day" #. Birthday of HM Yang di-Pertuan Agong. msgid "Hari Keputeraan Rasmi Seri Paduka Baginda Yang di-Pertuan Agong" msgstr "Birthday of HM Yang di-Pertuan Agong" #. National Day. msgid "Hari Kebangsaan" msgstr "National Day" #. Malaysia Day. msgid "Hari Malaysia" msgstr "Malaysia Day" #. Christmas Day. msgid "Hari Krismas" msgstr "Christmas Day" #. Islamic New Year. msgid "Awal Muharam" msgstr "Islamic New Year" #. Prophet Muhammad's Birthday. msgid "Hari Keputeraan Nabi Muhammad S.A.W." msgstr "Prophet Muhammad's Birthday" #. Eid al-Fitr. msgid "Hari Raya Puasa" msgstr "Eid al-Fitr" #. Eid al-Fitr (Second Day). msgid "Hari Raya Puasa (Hari Kedua)" msgstr "Eid al-Fitr (Second Day)" #. Eid al-Adha. msgid "Hari Raya Qurban" msgstr "Eid al-Adha" #. Deepavali. msgid "Hari Deepavali" msgstr "Deepavali" #. Thaipusam. msgid "Hari Thaipusam" msgstr "Thaipusam" #. Birthday of the Sultan of Johor. msgid "Hari Keputeraan Sultan Johor" msgstr "Birthday of the Sultan of Johor" #. The Sultan of Johor Hol. msgid "Hari Hol Almarhum Sultan Iskandar" msgstr "The Sultan of Johor Hol" #. Beginning of Ramadan. msgid "Awal Ramadan" msgstr "Beginning of Ramadan" #. Birthday of The Sultan of Kedah. msgid "Hari Keputeraan Sultan Kedah" msgstr "Birthday of The Sultan of Kedah" #. Isra' and Mi'raj. msgid "Israk dan Mikraj" msgstr "Isra' and Mi'raj" #. Eid al-Adha (Second Day). msgid "Hari Raya Qurban (Hari Kedua)" msgstr "Eid al-Adha (Second Day)" #. Birthday of the Sultan of Kelantan. msgid "Hari Keputeraan Sultan Kelantan" msgstr "Birthday of the Sultan of Kelantan" #. Nuzul Al-Quran Day. msgid "Hari Nuzul Al-Quran" msgstr "Nuzul Al-Quran Day" #. New Year's Day. msgid "Tahun Baharu" msgstr "New Year's Day" #. Federal Territory Day. msgid "Hari Wilayah Persekutuan" msgstr "Federal Territory Day" #. Pesta Kaamatan. msgid "Pesta Kaamatan" msgstr "Pesta Kaamatan" #. Declaration of Independence Day. msgid "Hari Pengisytiharan Tarikh Kemerdekaan" msgstr "Declaration of Independence Day" #. Declaration of Malacca as a Historical City. msgid "Hari Perisytiharan Melaka Sebagai Bandaraya Bersejarah" msgstr "Declaration of Malacca as a Historical City" #. Birthday of the Governor of Malacca. msgid "Hari Jadi Yang di-Pertua Negeri Melaka" msgstr "Birthday of the Governor of Malacca" #. Birthday of the Sultan of Negeri Sembilan. msgid "Hari Keputeraan Yang di-Pertuan Besar Negeri Sembilan" msgstr "Birthday of the Sultan of Negeri Sembilan" #. The Sultan of Pahang Hol. msgid "Hari Hol Sultan Pahang" msgstr "The Sultan of Pahang Hol" #. Birthday of the Sultan of Pahang. msgid "Hari Keputeraan Sultan Pahang" msgstr "Birthday of the Sultan of Pahang" #. Birthday of the Raja of Perlis. msgid "Hari Ulang Tahun Keputeraan Raja Perlis" msgstr "Birthday of the Raja of Perlis" #. George Town Heritage Day. msgid "Hari Ulang Tahun Perisytiharan Tapak Warisan Dunia" msgstr "George Town Heritage Day" #. Birthday of the Governor of Penang. msgid "Hari Jadi Yang di-Pertua Negeri Pulau Pinang" msgstr "Birthday of the Governor of Penang" #. Birthday of the Sultan of Perak. msgid "Hari Keputeraan Sultan Perak" msgstr "Birthday of the Sultan of Perak" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. Birthday of the Governor of Sabah. msgid "Hari Jadi Yang di-Pertua Negeri Sabah" msgstr "Birthday of the Governor of Sabah" #. Christmas Eve. msgid "Christmas Eve" msgstr "Christmas Eve" #. Birthday of The Sultan of Selangor. msgid "Hari Keputeraan Sultan Selangor" msgstr "Birthday of The Sultan of Selangor" #. Dayak Festival Day. msgid "Perayaan Hari Gawai Dayak" msgstr "Dayak Festival Day" #. Birthday of the Governor of Sarawak. msgid "Hari Jadi Yang di-Pertua Negeri Sarawak" msgstr "Birthday of the Governor of Sarawak" #. Sarawak Independence Day. msgid "Hari Kemerdekaan Sarawak" msgstr "Sarawak Independence Day" #. Anniversary of the Installation of the Sultan of Terengganu. msgid "Hari Ulang Tahun Pertabalan Sultan Terengganu" msgstr "Anniversary of the Installation of the Sultan of Terengganu" #. Birthday of the Sultan of Terengganu. msgid "Hari Keputeraan Sultan Terengganu" msgstr "Birthday of the Sultan of Terengganu" #. Arafat Day. msgid "Hari Arafah" msgstr "Arafat Day" #. General election additional holiday. msgid "Cuti Peristiwa (pilihan raya umum)" msgstr "General election additional holiday" #. Malaysia Cup Holiday. msgid "Cuti Piala Malaysia" msgstr "Malaysia Cup Holiday" #. Day of Installation of the 15th Yang di-Pertuan Agong. msgid "Hari Pertabalan Yang di-Pertuan Agong ke-15" msgstr "Day of Installation of the 15th Yang di-Pertuan Agong" #. Day of Installation of the 16th Yang di-Pertuan Agong. msgid "Hari Pertabalan Yang di-Pertuan Agong ke-16" msgstr "Day of Installation of the 16th Yang di-Pertuan Agong" #. Eid al-Fitr (additional holiday). msgid "Hari Raya Puasa (pergantian hari)" msgstr "Eid al-Fitr (additional holiday)" #. Additional holiday in commemoration of the 2017 SEA Games. msgid "Cuti tambahan sempena memperingati SAT 2017" msgstr "Additional holiday in commemoration of the 2017 SEA Games" #. Eid al-Fitr (Third Day). msgid "Hari Raya Puasa (Hari Ketiga)" msgstr "Eid al-Fitr (Third Day)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/MZ.po000066400000000000000000000036011500152103600220050ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mozambique holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-21 19:22+0300\n" "PO-Revision-Date: 2023-07-21 19:26+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (ponte)" msgstr "%s (observed)" #. International Fraternalism Day. msgid "Dia da Fraternidade universal" msgstr "International Fraternalism Day" #. Heroes' Day. msgid "Dia dos Heróis Moçambicanos" msgstr "Heroes' Day" #. Women's Day. msgid "Dia da Mulher Moçambicana" msgstr "Women's Day" #. International Workers' Day. msgid "Dia Internacional dos Trabalhadores" msgstr "International Workers' Day" #. Independence Day. msgid "Dia da Independência Nacional" msgstr "Independence Day" #. Victory Day. msgid "Dia da Vitória" msgstr "Victory Day" #. Armed Forces Day. msgid "Dia das Forças Armadas de Libertação Nacional" msgstr "Armed Forces Day" #. Peace and Reconciliation Day. msgid "Dia da Paz e Reconciliação" msgstr "Peace and Reconciliation Day" #. Family Day. msgid "Dia da Família" msgstr "Family Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/NI.po000066400000000000000000000036411500152103600217710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Nicaragua holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2024-09-21 17:40+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Maundy Thursday" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. Mother's Day. msgid "Día de la Madre" msgstr "Mother's Day" #. Revolution Day. msgid "Día de la Revolución" msgstr "Revolution Day" #. Battle of San Jacinto Day. msgid "Batalla de San Jacinto" msgstr "Battle of San Jacinto Day" #. Independence Day. msgid "Día de la Independencia" msgstr "Independence Day" #. Immaculate Conception. msgid "Concepción de María" msgstr "Immaculate Conception" #. Christmas Day. msgid "Navidad" msgstr "Christmas Day" #. Descent of Saint Dominic. msgid "Bajada de Santo Domingo" msgstr "Descent of Saint Dominic" #. Ascent of Saint Dominic. msgid "Subida de Santo Domingo" msgstr "Ascent of Saint Dominic" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/NL.po000066400000000000000000000034571500152103600220010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Netherlands holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 18:11+0300\n" "PO-Revision-Date: 2023-04-09 18:15+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nieuwjaarsdag" msgstr "New Year's Day" #. Good Friday. msgid "Goede Vrijdag" msgstr "Good Friday" #. Easter Sunday. msgid "Eerste paasdag" msgstr "Easter Sunday" #. Easter Monday. msgid "Tweede paasdag" msgstr "Easter Monday" #. King's Day. msgid "Koningsdag" msgstr "King's Day" #. Queen's Day. msgid "Koninginnedag" msgstr "Queen's Day" #. Liberation Day. msgid "Bevrijdingsdag" msgstr "Liberation Day" #. Ascension Day. msgid "Hemelvaartsdag" msgstr "Ascension Day" #. Whit Sunday. msgid "Eerste Pinksterdag" msgstr "Whit Sunday" #. Whit Monday. msgid "Tweede Pinksterdag" msgstr "Whit Monday" #. Christmas Day. msgid "Eerste Kerstdag" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Tweede Kerstdag" msgstr "Second Day of Christmas" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/NO.po000066400000000000000000000035511500152103600217770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Norway holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 13:25+0300\n" "PO-Revision-Date: 2023-04-09 13:31+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Første nyttårsdag" msgstr "New Year's Day" #. Maundy Thursday. msgid "Skjærtorsdag" msgstr "Maundy Thursday" #. Good Friday. msgid "Langfredag" msgstr "Good Friday" #. Easter Sunday. msgid "Første påskedag" msgstr "Easter Sunday" #. Easter Monday. msgid "Andre påskedag" msgstr "Easter Monday" #. Labor Day. msgid "Arbeidernes dag" msgstr "Labor Day" #. Constitution Day. msgid "Grunnlovsdag" msgstr "Constitution Day" #. Ascension Day. msgid "Kristi himmelfartsdag" msgstr "Ascension Day" #. Whit Sunday. msgid "Første pinsedag" msgstr "Whit Sunday" #. Whit Monday. msgid "Andre pinsedag" msgstr "Whit Monday" #. Christmas Day. msgid "Første juledag" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Andre juledag" msgstr "Second Day of Christmas" #. Sunday. msgid "Søndag" msgstr "Sunday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/OM.po000066400000000000000000000033401500152103600217720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Oman holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.71\n" "POT-Creation-Date: 2025-04-11 14:36+0500\n" "PO-Revision-Date: 2025-04-11 23:02+0500\n" "Last-Translator: Wasif Shahzad \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.6\n" "X-Source-Language: ar\n" #. %s (estimated). #, c-format msgid "%s (مُقدَّر)" msgstr "%s (estimated)" #. Sultan's Accession Day. msgid "اليوم الوطني لتولي السلطان" msgstr "Sultan's Accession Day" #. Renaissance Day. msgid "يوم النهضة" msgstr "Renaissance Day" #. National Day. msgid "يوم وطني" msgstr "National Day" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "Islamic New Year" #. Prophet's Birthday. msgid "مولد النبي" msgstr "Prophet's Birthday" #. Isra' and Mi'raj. msgid "الإسراء والمعراج" msgstr "Isra' and Mi'raj" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Eid al-Adha" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/PA.po000066400000000000000000000044211500152103600217600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Panama holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2025-02-06 22:15+0200\n" "PO-Revision-Date: 2025-02-06 22:16+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (puente)" msgstr "%s (observed)" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Martyrs' Day. msgid "Día de los Mártires" msgstr "Martyrs' Day" #. Constitution Day. msgid "Día de la Constitución" msgstr "Constitution Day" #. Carnival Tuesday. msgid "Martes de Carnaval" msgstr "Carnival Tuesday" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. Separation Day. msgid "Separación de Panamá de Colombia" msgstr "Separation Day" #. Colon Day. msgid "Día de Colón" msgstr "Colon Day" #. Los Santos Uprising Day. msgid "Primer Grito de Independencia" msgstr "Los Santos Uprising Day" #. Independence Day. msgid "Independencia de Panamá de España" msgstr "Independence Day" #. Mother's Day. msgid "Día de la Madre" msgstr "Mother's Day" #. National Mourning Day. msgid "Día de Duelo Nacional" msgstr "National Mourning Day" #. Christmas Day. msgid "Navidad" msgstr "Christmas Day" #. Carnival Monday. msgid "Lunes de Carnaval" msgstr "Carnival Monday" #. National Symbols Day. msgid "Día de los Símbolos Patrios" msgstr "National Symbols Day" #. Presidential Inauguration Day. msgid "Toma posesión del Presidente de la república" msgstr "Presidential Inauguration Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/PE.po000066400000000000000000000042411500152103600217640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Peru holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-02-21 15:18+0200\n" "PO-Revision-Date: 2024-01-23 20:56+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Maundy Thursday" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Easter Sunday. msgid "Domingo de Resurrección" msgstr "Easter Sunday" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "Saint Peter and Saint Paul's Day" #. Independence Day. msgid "Día de la Independencia" msgstr "Independence Day" #. Great Military Parade Day. msgid "Día de la Gran Parada Militar" msgstr "Great Military Parade Day" #. Battle of Junín. msgid "Batalla de Junín" msgstr "Battle of Junín Day" #. Rose of Lima Day. msgid "Santa Rosa de Lima" msgstr "Rose of Lima Day" #. Battle of Angamos. msgid "Combate de Angamos" msgstr "Battle of Angamos Day" #. All Saints' Day. msgid "Todos Los Santos" msgstr "All Saints' Day" #. Immaculate Conception. msgid "Inmaculada Concepción" msgstr "Immaculate Conception" #. Battle of Ayacucho. msgid "Batalla de Ayacucho" msgstr "Battle of Ayacucho Day" #. Christmas Day. msgid "Navidad del Señor" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/PH.po000066400000000000000000000057101500152103600217710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # The Philippines holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2024-10-30 02:45+0700\n" "PO-Revision-Date: 2024-11-02 01:48+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "New Year's Day" msgstr "New Year's Day" #. Chinese New Year. msgid "Chinese New Year" msgstr "Chinese New Year" #. EDSA People Power Revolution Anniversary. msgid "EDSA People Power Revolution Anniversary" msgstr "EDSA People Power Revolution Anniversary" #. Maundy Thursday. msgid "Maundy Thursday" msgstr "Maundy Thursday" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. Black Saturday. msgid "Black Saturday" msgstr "Black Saturday" #. Day of Valor. msgid "Araw ng Kagitingan" msgstr "Day of Valor" #. Labor Day. msgid "Labor Day" msgstr "Labor Day" #. Independence Day. msgid "Independence Day" msgstr "Independence Day" #. Founding Anniversary of Iglesia ni Cristo. msgid "Founding Anniversary of Iglesia ni Cristo" msgstr "Founding Anniversary of Iglesia ni Cristo" #. Ninoy Aquino Day. msgid "Ninoy Aquino Day" msgstr "Ninoy Aquino Day" #. National Heroes Day. msgid "National Heroes Day" msgstr "National Heroes Day" #. All Saints' Day Eve. msgid "All Saints' Day Eve" msgstr "All Saints' Day Eve" #. All Saints' Day. msgid "All Saints' Day" msgstr "All Saints' Day" #. Bonifacio Day. msgid "Bonifacio Day" msgstr "Bonifacio Day" #. Immaculate Conception. msgid "Feast of the Immaculate Conception of Mary" msgstr "Immaculate Conception" #. Christmas Day. msgid "Christmas Day" msgstr "Christmas Day" #. Christmas Eve. msgid "Christmas Eve" msgstr "Christmas Eve" #. Rizal Day. msgid "Rizal Day" msgstr "Rizal Day" #. New Year's Eve. msgid "Last Day of the Year" msgstr "New Year's Eve" #. Eid al-Fitr. msgid "Eid'l Fitr" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Eid'l Adha" msgstr "Eid al-Adha" #. Additional special (non-working) day. msgid "Additional special (non-working) day" msgstr "Additional special (non-working) day" #. Elections special (non-working) day. msgid "Elections special (non-working) day" msgstr "Elections special (non-working) day" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "%s (estimated)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/PK.po000066400000000000000000000034421500152103600217740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Pakistan holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-03-29 00:02+0500\n" "PO-Revision-Date: 2025-04-08 04:13+0200\n" "Last-Translator: Wasif Shahzad \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.6\n" "X-Source-Language: en_PK\n" #. Kashmir Solidarity Day. msgid "Kashmir Solidarity Day" msgstr "Kashmir Solidarity Day" #. Pakistan Day. msgid "Pakistan Day" msgstr "Pakistan Day" #. Labor Day. msgid "Labour Day" msgstr "Labor Day" #. Independence Day. msgid "Independence Day" msgstr "Independence Day" #. Iqbal Day. msgid "Iqbal Day" msgstr "Iqbal Day" #. Quaid-e-Azam Day. msgid "Quaid-e-Azam Day" msgstr "Quaid-e-Azam Day" #. Eid al-Fitr. msgid "Eid-ul-Fitr" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Eid-ul-Adha" msgstr "Eid al-Adha" #. Prophet's Birthday. msgid "Eid Milad-un-Nabi" msgstr "Prophet's Birthday" #. Ashura. msgid "Ashura" msgstr "Ashura" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "%s (estimated)" #. Youm-e-Takbeer. msgid "Youm-e-Takbeer" msgstr "Youm-e-Takbeer" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/PL.po000066400000000000000000000060371500152103600220000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Poland holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2025-01-03 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. National Independence Day - 100th anniversary. msgid "Narodowe Święto Niepodległości - 100-lecie" msgstr "National Independence Day - 100th anniversary" #. New Year's Day. msgid "Nowy Rok" msgstr "New Year's Day" #. Epiphany. msgid "Święto Trzech Króli" msgstr "Epiphany" #. Candlemas. msgid "Oczyszczenie Najświętszej Marii Panny" msgstr "Candlemas" #. Easter Sunday. msgid "Niedziela Wielkanocna" msgstr "Easter Sunday" #. Easter Monday. msgid "Poniedziałek Wielkanocny" msgstr "Easter Monday" #. National Day. msgid "Święto Państwowe" msgstr "National Day" #. National Day of the Third of May. msgid "Święto Narodowe Trzeciego Maja" msgstr "National Day of the Third of May" #. National Victory and Freedom Day. msgid "Narodowe Święto Zwycięstwa i Wolności" msgstr "National Victory and Freedom Day" #. Ascension Day. msgid "Wniebowstąpienie Pańskie" msgstr "Ascension Day" #. Pentecost. msgid "Zielone Świątki" msgstr "Pentecost" #. Whit Monday. msgid "Drugi dzień Zielonych Świątek" msgstr "Whit Monday" #. Corpus Christi. msgid "Dzień Bożego Ciała" msgstr "Corpus Christi" #. Saints Peter and Paul Day. msgid "Uroczystość Świętych Apostołów Piotra i Pawła" msgstr "Saints Peter and Paul Day" #. National Day of Rebirth of Poland. msgid "Narodowe Święto Odrodzenia Polski" msgstr "National Day of Rebirth of Poland" #. Assumption Day. msgid "Wniebowzięcie Najświętszej Marii Panny" msgstr "Assumption Day" #. All Saints' Day. msgid "Uroczystość Wszystkich Świętych" msgstr "All Saints' Day" #. National Independence Day. msgid "Narodowe Święto Niepodległości" msgstr "National Independence Day" #. Immaculate Conception of the Blessed Virgin Mary. msgid "Niepokalane Poczęcie Najświętszej Marii Panny" msgstr "Immaculate Conception of the Blessed Virgin Mary" #. Christmas Eve. msgid "Wigilia Bożego Narodzenia" msgstr "Christmas Eve" #. Christmas Day. msgid "Boże Narodzenie (pierwszy dzień)" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Boże Narodzenie (drugi dzień)" msgstr "Second Day of Christmas" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/PT.po000066400000000000000000000110511500152103600220000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Portugal holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-03-07 19:38+0700\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Ano Novo" msgstr "New Year's Day" #. Good Friday. msgid "Sexta-feira Santa" msgstr "Good Friday" #. Easter Sunday. msgid "Páscoa" msgstr "Easter Sunday" #. Corpus Christi. msgid "Corpo de Deus" msgstr "Corpus Christi" #. Republic Day. msgid "Implantação da República" msgstr "Republic Day" #. All Saints' Day. msgid "Dia de Todos os Santos" msgstr "All Saints' Day" #. Restoration of Independence Day. msgid "Restauração da Independência" msgstr "Restoration of Independence Day" #. Freedom Day. msgid "Dia da Liberdade" msgstr "Freedom Day" #. Labor Day. msgid "Dia do Trabalhador" msgstr "Labor Day" #. Day of Camões, Portugal, and the Portuguese Race. msgid "Dia de Camões, de Portugal e da Raça" msgstr "Day of Camões, Portugal, and the Portuguese Race" #. Day of Portugal, Camões, and the Portuguese Communities. msgid "Dia de Portugal, de Camões e das Comunidades Portuguesas" msgstr "Day of Portugal, Camões, and the Portuguese Communities" #. Portugal Day. msgid "Dia de Portugal" msgstr "Portugal Day" #. Assumption Day. msgid "Assunção de Nossa Senhora" msgstr "Assumption Day" #. Immaculate Conception. msgid "Imaculada Conceição" msgstr "Immaculate Conception" #. Christmas Day. msgid "Dia de Natal" msgstr "Christmas Day" #. Carnival. msgid "Carnaval" msgstr "Carnival" #. Christmas Eve. msgid "Véspera de Natal" msgstr "Christmas Eve" #. Second Day of Christmas. msgid "26 de Dezembro" msgstr "Second Day of Christmas" #. New Year's Eve. msgid "Véspera de Ano Novo" msgstr "New Year's Eve" #. Saint Anthony's Day. msgid "Dia de Santo António" msgstr "Saint Anthony's Day" #. Saint Joanna's Day. msgid "Dia de Santa Joana" msgstr "Saint Joanna's Day" #. Ascension Day. msgid "Quinta-feira da Ascensão" msgstr "Ascension Day" #. Saint John's Day. msgid "Dia de São João" msgstr "Saint John's Day" #. Feast of Our Lady of Graces. msgid "Dia de Nossa Senhora das Graças" msgstr "Feast of Our Lady of Graces" #. Feast of Our Lady of Mércoles. msgid "Dia de Nossa Senhora de Mércoles" msgstr "Feast of Our Lady of Mércoles" #. Saint Elizabeth's Day. msgid "Dia de Santa Isabel" msgstr "Saint Elizabeth's Day" #. Saint Peter's Day. msgid "Dia de São Pedro" msgstr "Saint Peter's Day" #. Municipal Holiday of Faro. msgid "Dia do Município de Faro" msgstr "Municipal Holiday of Faro" #. Municipal Holiday of Guarda. msgid "Dia do Município da Guarda" msgstr "Municipal Holiday of Guarda" #. Municipal Holiday of Leiria. msgid "Dia do Município de Leiria" msgstr "Municipal Holiday of Leiria" #. Municipal Holiday of Portalegre. msgid "Dia do Município de Portalegre" msgstr "Municipal Holiday of Portalegre" #. Saint Joseph's Day. msgid "Dia de São José" msgstr "Saint Joseph's Day" #. Bocage Day. msgid "Dia de Bocage" msgstr "Bocage Day" #. Feast of Our Lady of Sorrows. msgid "Dia de Nossa Senhora da Agonia" msgstr "Feast of Our Lady of Sorrows" #. Saint Matthew's Day. msgid "Dia de São Mateus" msgstr "Saint Matthew's Day" #. Day of the Autonomous Region of the Azores. msgid "Dia da Região Autónoma dos Açores" msgstr "Day of the Autonomous Region of the Azores" #. Day of the Autonomous Region of Madeira. msgid "Dia da Região Autónoma da Madeira" msgstr "Day of the Autonomous Region of Madeira" #. Day of the Autonomous Region of Madeira and the Madeiran Communities. msgid "Dia da Região Autónoma da Madeira e das Comunidades Madeirenses" msgstr "Day of the Autonomous Region of Madeira and the Madeiran Communities" #. 1st Octave. msgid "Primeira Oitava" msgstr "1st Octave" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/PY.po000066400000000000000000000043161500152103600220130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Paraguay holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.62\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2024-11-28 14:08+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Patriots Day. msgid "Día de los Héroes de la Patria" msgstr "Patriots Day" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Maundy Thursday" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Easter Sunday. msgid "Domingo de Resurrección" msgstr "Easter Sunday" #. Workers' Day. msgid "Día de los Trabajadores" msgstr "Workers' Day" #. National Holiday. msgid "Feriado Nacional" msgstr "National Holiday" #. Independence Day. msgid "Día de la Independencia Nacional" msgstr "Independence Day" #. Chaco Armistice Day. msgid "Día de la Paz del Chaco" msgstr "Chaco Armistice Day" #. Asuncion Foundation's Day. msgid "Día de la Fundación de Asunción" msgstr "Asuncion Foundation's Day" #. Boqueron Battle Day. msgid "Día de la Batalla de Boquerón" msgstr "Boqueron Battle Day" #. Caacupe Virgin Day. msgid "Día de la Virgen de Caacupé" msgstr "Caacupe Virgin Day" #. Christmas Day. msgid "Día de la Navidad" msgstr "Christmas Day" #. Public holiday. msgid "Asueto adicionale" msgstr "Public holiday" #. Public sector holiday. msgid "Asueto de la Administración Pública" msgstr "Public sector holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/QA.po000066400000000000000000000032451500152103600217640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Qatar holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-04-03 09:48+0500\n" "PO-Revision-Date: 2025-04-03 10:42+0500\n" "Last-Translator: Wasif Shahzad \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" "X-Source-Language: ar_QA\n" #. %s (estimated). #, c-format msgid "%s (المقدرة)" msgstr "%s (estimated)" #. National Sports Day. msgid "اليوم الوطني للرياضة" msgstr "National Sports Day" #. Qatar National Day. msgid "اليوم الوطني لقطر" msgstr "Qatar National Day" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Eid al-Adha" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "New Year's Day" #. New Year's Holiday. msgid "عطلة رأس السنة" msgstr "New Year's Holiday" #. March Bank Holiday. msgid "عطلة البنك" msgstr "March Bank Holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/RO.po000066400000000000000000000036451500152103600220070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Romania holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-22 18:35+0200\n" "PO-Revision-Date: 2024-01-23 21:09+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Anul Nou" msgstr "New Year's Day" #. Epiphany. msgid "Bobotează" msgstr "Epiphany" #. Saint John the Baptist. msgid "Sfântul Ion" msgstr "Saint John the Baptist" #. Unification of the Romanian Principalities Day. msgid "Ziua Unirii Principatelor Române" msgstr "Unification of the Romanian Principalities Day" #. Easter. msgid "Paștele" msgstr "Easter" #. Labor Day. msgid "Ziua Muncii" msgstr "Labor Day" #. Children's Day. msgid "Ziua Copilului" msgstr "Children's Day" #. Pentecost. msgid "Rusaliile" msgstr "Pentecost" #. Dormition of the Mother of God. msgid "Adormirea Maicii Domnului" msgstr "Dormition of the Mother of God" #. Saint Andrew's Day. msgid "Sfantul Apostol Andrei cel Intai chemat" msgstr "Saint Andrew's Day" #. National Day. msgid "Ziua Națională a României" msgstr "National Day" #. Christmas Day. msgid "Crăciunul" msgstr "Christmas Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/RS.po000066400000000000000000000034731500152103600220120ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Serbia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-02-15 15:18-0800\n" "PO-Revision-Date: 2024-01-22 14:07+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Нова година" msgstr "New Year's Day" #. Orthodox Christmas Day. msgid "Божић" msgstr "Orthodox Christmas Day" #. Statehood Day. msgid "Дан државности Србије" msgstr "Statehood Day" #. Labor Day. msgid "Празник рада" msgstr "Labor Day" #. Armistice Day. msgid "Дан примирја у Првом светском рату" msgstr "Armistice Day" #. Good Friday. msgid "Велики петак" msgstr "Good Friday" #. Holy Saturday. msgid "Велика субота" msgstr "Holy Saturday" #. Easter Sunday. msgid "Васкрс" msgstr "Easter Sunday" #. Easter Monday. msgid "Други дан Васкрса" msgstr "Easter Monday" #. %s (observed). #, c-format msgid "%s (слободан дан)" msgstr "%s (observed)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/RU.po000066400000000000000000000056741500152103600220210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Russia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2024-05-21 13:26+0700\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.4\n" #. New Year's Day. msgid "Новый год" msgstr "New Year's Day" #. New Year Holidays. msgid "Новогодние каникулы" msgstr "New Year Holidays" #. Christmas Day. msgid "Рождество Христово" msgstr "Christmas Day" #. Defender of the Fatherland Day. msgid "День защитника Отечества" msgstr "Defender of the Fatherland Day" #. International Women's Day. msgid "Международный женский день" msgstr "International Women's Day" #. Holiday of Spring and Labor. msgid "Праздник Весны и Труда" msgstr "Holiday of Spring and Labor" #. International Workers' Solidarity Day. msgid "День международной солидарности трудящихся" msgstr "International Workers' Solidarity Day" #. Victory Day. msgid "День Победы" msgstr "Victory Day" #. Russia Day. msgid "День России" msgstr "Russia Day" #. Day of the Adoption of the Declaration of Sovereignty of the Russian Federation. msgid "День принятия Декларации о государственном суверенитете Российской Федерации" msgstr "Day of the Adoption of the Declaration of Sovereignty of the Russian Federation" #. Unity Day. msgid "День народного единства" msgstr "Unity Day" #. Day of consent and reconciliation. msgid "День согласия и примирения" msgstr "Day of consent and reconciliation" #. Anniversary of the Great October Socialist Revolution. msgid "Годовщина Великой Октябрьской социалистической революции" msgstr "Anniversary of the Great October Socialist Revolution" #. Date format (see strftime() Format Codes). msgid "%d.%m.%Y" msgstr "%m/%d/%Y" #. Day off (substituted from %s). #, c-format msgid "Выходной (перенесено с %s)" msgstr "Day off (substituted from %s)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/SA.po000066400000000000000000000034631500152103600217700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Saudi Arabia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-08-04 20:02+0300\n" "PO-Revision-Date: 2023-08-04 20:03+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "%s (estimated)" #. %s (observed). #, c-format msgid "(ملاحظة) %s" msgstr "%s (observed)" #. Celebrate the country's win against Argentina in the World Cup msgid "يوم وطني" msgstr "A National Day" #. Eid al-Fitr Holiday msgid "عطلة عيد الفطر" msgstr "Eid al-Fitr Holiday" #. Arafat Day msgid "يوم عرفة" msgstr "Arafat Day" #. Eid al-Adha Holiday msgid "عطلة عيد الأضحى" msgstr "Eid al-Adha Holiday" #. National Day Holiday msgid "اليوم الوطني" msgstr "National Day Holiday" #. Founding Day msgid "يوم التأسيسي" msgstr "Founding Day Holiday" #. %s (observed, estimated). #, c-format msgid "(تقدير ملاحظة) %s" msgstr "%s (observed, estimated)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/SC.po000066400000000000000000000054021500152103600217650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Seychelles holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.45\n" "POT-Creation-Date: 2024-03-01 11:00+0700\n" "PO-Revision-Date: 2024-03-05 16:34+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "%s (observed)" #. New Year's Day. msgid "New Year's Day" msgstr "New Year's Day" #. New Year Holiday. msgid "New Year Holiday" msgstr "New Year Holiday" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. Easter Saturday. msgid "Easter Saturday" msgstr "Easter Saturday" #. Easter Monday. msgid "Easter Monday" msgstr "Easter Monday" #. Labor Day. msgid "Labour Day" msgstr "Labor Day" #. Corpus Christi. msgid "The Fete Dieu" msgstr "Corpus Christi" #. Liberation Day. msgid "Liberation Day" msgstr "Liberation Day" #. National Day. msgid "National Day" msgstr "National Day" #. Constitution Day. msgid "Constitution Day" msgstr "Constitution Day" #. Independence Day. msgid "Independence Day" msgstr "Independence Day" #. Independence (National) Day. msgid "Independence (National) Day" msgstr "Independence (National) Day" #. Assumption Day. msgid "Assumption Day" msgstr "Assumption Day" #. All Saints' Day. msgid "All Saints Day" msgstr "All Saints' Day" #. Immaculate Conception. msgid "The Feast of the Immaculate Conception" msgstr "Immaculate Conception" #. Christmas Day. msgid "Christmas Day" msgstr "Christmas Day" #. Bridge Public Holiday. msgid "Bridge Public Holiday" msgstr "Bridge Public Holiday" #. Presidential Election Day. msgid "Presidential Election Day" msgstr "Presidential Election Day" #. Parliamentary Election Day. msgid "Parliamentary Election Day" msgstr "Parliamentary Election Day" #. General Election Day. msgid "General Election Day" msgstr "General Election Day" #. Funeral of the Former President France Albert René. msgid "Funeral of the Former President France Albert René" msgstr "Funeral of the Former President France Albert René" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/SE.po000066400000000000000000000043751500152103600217770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sweden holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-08 20:17+0300\n" "PO-Revision-Date: 2023-04-08 20:23+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nyårsdagen" msgstr "New Year's Day" #. Epiphany. msgid "Trettondedag jul" msgstr "Epiphany" #. Feast of the Annunciation. msgid "Jungfru Marie bebådelsedag" msgstr "Feast of the Annunciation" #. Good Friday. msgid "Långfredagen" msgstr "Good Friday" #. Easter Sunday. msgid "Påskdagen" msgstr "Easter Sunday" #. Easter Monday. msgid "Annandag påsk" msgstr "Easter Monday" #. May Day. msgid "Första maj" msgstr "May Day" #. Ascension Day. msgid "Kristi himmelsfärdsdag" msgstr "Ascension Day" #. National Day of Sweden. msgid "Sveriges nationaldag" msgstr "National Day of Sweden" #. Whit Sunday. msgid "Pingstdagen" msgstr "Whit Sunday" #. Whit Monday. msgid "Annandag pingst" msgstr "Whit Monday" #. Midsummer Eve. msgid "Midsommarafton" msgstr "Midsummer Eve" #. Midsummer Day. msgid "Midsommardagen" msgstr "Midsummer Day" #. All Saints' Day. msgid "Alla helgons dag" msgstr "All Saints' Day" #. Christmas Eve. msgid "Julafton" msgstr "Christmas Eve" #. Christmas Day. msgid "Juldagen" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Annandag jul" msgstr "Second Day of Christmas" #. New Year's Eve. msgid "Nyårsafton" msgstr "New Year's Eve" #. Sunday. msgid "Söndag" msgstr "Sunday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/SG.po000066400000000000000000000041571500152103600217770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Singapore holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-02 15:30+0700\n" "PO-Revision-Date: 2024-10-02 15:54+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "%s (observed)" #. New Year's Day. msgid "New Year's Day" msgstr "New Year's Day" #. Chinese New Year. msgid "Chinese New Year" msgstr "Chinese New Year" #. Eid al-Fitr. msgid "Hari Raya Puasa" msgstr "Eid al-Fitr" #. Second Day of Eid al-Fitr. msgid "Second Day of Hari Raya Puasa" msgstr "Second Day of Eid al-Fitr" #. Eid al-Adha. msgid "Hari Raya Haji" msgstr "Eid al-Adha" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. Holy Saturday. msgid "Holy Saturday" msgstr "Holy Saturday" #. Easter Monday. msgid "Easter Monday" msgstr "Easter Monday" #. Labor Day. msgid "Labour Day" msgstr "Labor Day" #. Vesak Day. #. type: ignore[arg-type] msgid "Vesak Day" msgstr "Vesak Day" #. National Day. msgid "National Day" msgstr "National Day" #. Deepavali. #. type: ignore[arg-type] msgid "Deepavali" msgstr "Deepavali" #. Christmas Day. msgid "Christmas Day" msgstr "Christmas Day" #. Boxing Day. msgid "Boxing Day" msgstr "Boxing Day" #. Polling Day. msgid "Polling Day" msgstr "Polling Day" #. SG50 Public Holiday. msgid "SG50 Public Holiday" msgstr "SG50 Public Holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/SI.po000066400000000000000000000060041500152103600217720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovenia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2025-01-22 18:03+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "novo leto" msgstr "New Year's Day" #. Prešeren's Day, the Slovenian Cultural Holiday. msgid "Prešernov dan, slovenski kulturni praznik" msgstr "Prešeren's Day, the Slovenian Cultural Holiday" #. Easter Sunday. msgid "velikonočna nedelja" msgstr "Easter Sunday" #. Easter Monday. msgid "velikonočni ponedeljek" msgstr "Easter Monday" #. Day of Uprising Against Occupation. msgid "dan upora proti okupatorju" msgstr "Day of Uprising Against Occupation" #. Labor Day. msgid "praznik dela" msgstr "Labor Day" #. Whit Sunday. msgid "binkoštna nedelja" msgstr "Whit Sunday" #. Statehood Day. msgid "dan državnosti" msgstr "Statehood Day" #. Assumption Day. msgid "Marijino vnebovzetje" msgstr "Assumption Day" #. Reformation Day. msgid "dan reformacije" msgstr "Reformation Day" #. Day of Remembrance for the Dead. msgid "dan spomina na mrtve" msgstr "Day of Remembrance for the Dead" #. Christmas Day. msgid "božič" msgstr "Christmas Day" #. Independence and Unity Day. msgid "dan samostojnosti in enotnosti" msgstr "Independence and Unity Day" #. Independence Day. msgid "dan samostojnosti" msgstr "Independence Day" #. Solidarity Day. msgid "dan solidarnosti" msgstr "Solidarity Day" #. Primož Trubar Day. msgid "dan Primoža Trubarja" msgstr "Primož Trubar Day" #. Unification of Prekmurje Slovenes with the Mother Nation. msgid "združitev prekmurskih Slovencev z matičnim narodom" msgstr "Unification of Prekmurje Slovenes with the Mother Nation" #. Integration of Primorska into the Homeland. msgid "priključitev Primorske k matični domovini" msgstr "Integration of Primorska into the Homeland" #. Return of Primorska into the Homeland. msgid "vrnitev Primorske k matični domovini" msgstr "Return of Primorska into the Homeland" #. Slovenian Sport's Day. msgid "dan slovenskega športa" msgstr "Slovenian Sport's Day" #. Sovereignty Day. msgid "dan suverenosti" msgstr "Sovereignty Day" #. Rudolf Maister Day. msgid "dan Rudolfa Maistra" msgstr "Rudolf Maister Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/SK.po000066400000000000000000000057211500152103600220010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovakia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2023-05-10 17:13+0300\n" "PO-Revision-Date: 2024-08-31 18:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. 100th anniversary of the adoption of the Declaration of the Slovak Nation. msgid "100. výročie prijatia Deklarácie slovenského národa" msgstr "100th anniversary of the adoption of the Declaration of the Slovak Nation" #. Day of the Establishment of the Slovak Republic. msgid "Deň vzniku Slovenskej republiky" msgstr "Day of the Establishment of the Slovak Republic" #. Epiphany. msgid "Zjavenie Pána (Traja králi a vianočný sviatok pravoslávnych kresťanov)" msgstr "Epiphany (Three Kings' Day and Orthodox Christmas)" #. Good Friday. msgid "Veľký piatok" msgstr "Good Friday" #. Easter Monday. msgid "Veľkonočný pondelok" msgstr "Easter Monday" #. Labor Day. msgid "Sviatok práce" msgstr "Labor Day" #. Day of Victory over Fascism. msgid "Deň víťazstva nad fašizmom" msgstr "Day of Victory over Fascism" #. Saints Cyril and Methodius Day. msgid "Sviatok svätého Cyrila a svätého Metoda" msgstr "Saints Cyril and Methodius Day" #. Slovak National Uprising Anniversary. msgid "Výročie Slovenského národného povstania" msgstr "Slovak National Uprising Anniversary" #. Constitution Day. msgid "Deň Ústavy Slovenskej republiky" msgstr "Constitution Day" #. Day of Our Lady of the Seven Sorrows. msgid "Sedembolestná Panna Mária" msgstr "Day of Our Lady of the Seven Sorrows" #. Day of the Establishment of the Independent Czech-Slovak State. msgid "Deň vzniku samostatného česko-slovenského štátu" msgstr "Day of the Establishment of the Independent Czech-Slovak State" #. All Saints' Day. msgid "Sviatok Všetkých svätých" msgstr "All Saints' Day" #. Struggle for Freedom and Democracy Day. msgid "Deň boja za slobodu a demokraciu" msgstr "Struggle for Freedom and Democracy Day" #. Christmas Eve. msgid "Štedrý deň" msgstr "Christmas Eve" #. Christmas Day. msgid "Prvý sviatok vianočný" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Druhý sviatok vianočný" msgstr "Second Day of Christmas" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/SL.po000066400000000000000000000040461500152103600220010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sierra Leone holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.71\n" "POT-Creation-Date: 2025-04-05 16:24+0000\n" "PO-Revision-Date: 2025-04-05 16:24+0000\n" "Last-Translator: Samman Sarkar \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" #. New Year's Day. msgid "New Year's Day" msgstr "New Year's Day" #. Armed Forces Day. msgid "Armed Forces Day" msgstr "Armed Forces Day" #. International Women's Day. msgid "International Women's Day" msgstr "International Women's Day" #. Good Friday. msgid "Good Friday" msgstr "Good Friday" #. Easter Monday. msgid "Easter Monday" msgstr "Easter Monday" #. Independence Day. msgid "Independence Day" msgstr "Independence Day" #. International Worker's Day. msgid "International Worker's Day" msgstr "Labor Day" #. Christmas Day. msgid "Christmas Day" msgstr "Christmas Day" #. Boxing Day. msgid "Boxing Day" msgstr "Boxing Day" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "%s (estimated)" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "%s (observed)" #. %s (observed, estimated). #, c-format msgid "%s (observed, estimated)" msgstr "%s (observed, estimated)" #. Eid al-Fitr. msgid "Eid al-Fitr" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Eid al-Adha" msgstr "Eid al-Adha" #. Prophet's Birthday. msgid "Prophet's Birthday" msgstr "Prophet's Birthday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/SR.po000066400000000000000000000046051500152103600220100ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Suriname holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.71\n" "POT-Creation-Date: 2025-04-12 02:54+0530\n" "PO-Revision-Date: 2025-04-12 02:54+0530\n" "Last-Translator: Kriti Birda \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Source-Language: nl\n" #. %s (estimated). #, c-format msgid "%s (geschat)" msgstr "%s (estimated)" #. New Year's Day. msgid "Nieuwjaarsdag" msgstr "New Year's Day" #. Good Friday. msgid "Goede Vrijdag" msgstr "Good Friday" #. Easter Monday. msgid "Tweede Paasdag" msgstr "Easter Monday" #. Birthday of H.M. the Queen. msgid "Verjaardag van H.M. de Koningin" msgstr "Birthday of H.M. the Queen" #. Labor Day. msgid "Dag van de Arbeid" msgstr "Labor Day" #. Day of Freedoms. msgid "Dag der Vrijheden" msgstr "Day of Freedoms" #. Day of Freedoms. msgid "Keti Koti Dey" msgstr "Day of Freedoms" #. Indigenous People Day. msgid "Dag der Inheemsen" msgstr "Indigenous People Day" #. Day of the Maroons. msgid "Dag der Marrons" msgstr "Day of the Maroons" #. Independence Day. msgid "Onafhankelijkheidsdag" msgstr "Independence Day" #. Christmas Day. msgid "Eerste Kerstdag" msgstr "Christmas Day" #. Second Day of Christmas. msgid "Tweede Kerstdag" msgstr "Second Day of Christmas" #. Holi. msgid "Holi-Phagwa" msgstr "Holi" #. Diwali. msgid "Divali" msgstr "Diwali" #. Chinese New Year. msgid "Chinees Nieuwjaar" msgstr "Chinese New Year" #. Republic Day. msgid "Dag van de Republiek" msgstr "Republic Day" #. Eid al-Fitr. msgid "Ied-Ul-Fitre" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Ied-Ul-Adha" msgstr "Eid al-Adha" #. Day of Liberation and Renewal. msgid "Dag van Bevrijding en Vernieuwing" msgstr "Day of Liberation and Renewal" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/SV.po000066400000000000000000000035121500152103600220100ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # El Salvador holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2025-01-03 16:40+0200\n" "PO-Revision-Date: 2025-01-03 16:45+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Maundy Thursday" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Holy Saturday. msgid "Sábado Santo" msgstr "Holy Saturday" #. Labor Day. msgid "Día del Trabajo" msgstr "Labor Day" #. Mother's Day. msgid "Día de la Madre" msgstr "Mother's Day" #. Father's Day. msgid "Día del Padre" msgstr "Father's Day" #. Celebrations of San Salvador. msgid "Celebración del Divino Salvador del Mundo" msgstr "Celebrations of San Salvador" #. Independence Day. msgid "Día de la Independencia" msgstr "Independence Day" #. All Souls' Day. msgid "Día de los Difuntos" msgstr "All Souls' Day" #. Christmas Day. msgid "Navidad" msgstr "Christmas Day" #. Feast of San Salvador. msgid "Fiesta de San Salvador" msgstr "Feast of San Salvador" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/TF.po000066400000000000000000000020531500152103600217700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # French Southern Territories holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.71\n" "POT-Creation-Date: 2023-03-23 14:44+0200\n" "PO-Revision-Date: 2023-03-23 14:47+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/TH.po000066400000000000000000000332351500152103600220000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Thailand holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.63\n" "POT-Creation-Date: 2023-03-18 15:58-0700\n" "PO-Revision-Date: 2024-12-14 10:19+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.5\n" #. Special In Lieu Holiday. msgid "วันหยุดชดเชย" msgstr "Special In Lieu Holiday" #. Thai Election Day. msgid "วันเลือกตั้ง" msgstr "Thai Election Day" #. Bridge Public Holiday. msgid "วันหยุดพิเศษ (เพิ่มเติม)" msgstr "Bridge Public Holiday" #. HM King Bhumibol Adulyadej's Golden Jubilee. msgid "พระราชพิธีกาญจนาภิเษก พ.ศ. 2539" msgstr "HM King Bhumibol Adulyadej's Golden Jubilee" #. HM King Bhumibol Adulyadej's 60th Anniversary of Accession Event. msgid "พระราชพิธีฉลองสิริราชสมบัติครบ 60 ปี พ.ศ. 2549" msgstr "HM King Bhumibol Adulyadej's 60th Anniversary of Accession Event" #. Emergency Lockdown (Thai Military Coup d'état). msgid "วันหยุดพิเศษ (คมช.)" msgstr "Emergency Lockdown (Thai Military Coup d'état)" #. Emergency Lockdown (Thai Political Unrest). msgid "วันหยุดพิเศษ (การเมือง)" msgstr "Emergency Lockdown (Thai Political Unrest)" #. Emergency Lockdown (2011 Thailand Floods). msgid "วันหยุดพิเศษ (มหาอุทกภัย พ.ศ. 2554)" msgstr "Emergency Lockdown (2011 Thailand Floods)" #. Day of Mourning for HM King Bhumibol Adulyadej. msgid "วันหยุดพิเศษ (ร่วมถวายอาลัย ส่งดวงพระวิญญาณพระบรมศพ)" msgstr "Day of Mourning for HM King Bhumibol Adulyadej" #. HM King Bhumibol Adulyadej's Royal Cremation Ceremony. msgid "วันพระราชพิธีถวายพระเพลิงพระบรมศพพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช" msgstr "HM King Bhumibol Adulyadej's Royal Cremation Ceremony" #. HM King Maha Vajiralongkorn's Coronation Celebrations. msgid "พระราชพิธีบรมราชาภิเษก พระบาทสมเด็จพระวชิรเกล้าเจ้าอยู่หัว" msgstr "HM King Maha Vajiralongkorn's Coronation Celebrations" #. %s (in lieu). #, c-format msgid "ชดเชย%s" msgstr "%s (in lieu)" #. New Year's Day. msgid "วันขึ้นปีใหม่" msgstr "New Year's Day" #. New Year's Eve. msgid "วันสิ้นปี" msgstr "New Year's Eve" #. National Children's Day. msgid "วันเด็กแห่งชาติ" msgstr "National Children's Day" #. Maha Chakri Memorial Day. msgid "วันที่ระลึกมหาจักรี" msgstr "Maha Chakri Memorial Day" #. Chakri Day. msgid "วันจักรี" msgstr "Chakri Day" #. Chakri Memorial Day. msgid "วันพระบาทสมเด็จพระพุทธยอดฟ้าจุฬาโลกมหาราช และวันที่ระลึกมหาจักรีบรมราชวงศ์" msgstr "Chakri Memorial Day" #. Songkran New Year Holidays. msgid "พระราชพิธีตะรุษะสงกรานต์ แลนักขัตฤกษ์" msgstr "Songkran New Year Holidays" #. Songkran New Year. msgid "ตะรุษะสงกรานต์" msgstr "Songkran New Year" #. Songkran New Year. msgid "วันตรุษสงกรานต์" msgstr "Songkran New Year" #. Songkran New Year. msgid "วันตรุษสงกรานต์และขึ้นปีใหม่" msgstr "Songkran New Year" #. Songkran Festival. msgid "วันสงกรานต์" msgstr "Songkran Festival" #. National Labor Day. msgid "วันแรงงานแห่งชาติ" msgstr "National Labor Day" #. Constitution Petition Day. msgid "วันขอพระราชทานรัฐธรรมนูญ" msgstr "Constitution Petition Day" #. National Day. msgid "วันชาติ" msgstr "National Day" #. Provisional Constitution Day. msgid "วันรัฐธรรมนูญชั่วคราว" msgstr "Provisional Constitution Day" #. Merit-making Ceremony for the Royal Ashes and the Coronation Day. msgid "ทำบุญพระบรมอัษฐิ และพระราชพิธีฉัตรมงคล" msgstr "Merit-making Ceremony for the Royal Ashes and the Coronation Day" #. Coronation Day. msgid "พระราชพิธีฉัตรมงคล" msgstr "Coronation Day" #. Coronation Day. msgid "วันฉัตรมงคล" msgstr "Coronation Day" #. HM Queen Suthida's Birthday. msgid "วันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าสุทิดา พัชรสุธาพิมลลักษณ พระบรมราชินี" msgstr "HM Queen Suthida's Birthday" #. HM King Maha Vajiralongkorn's Birthday. msgid "" "วันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรเมนทรรามาธิบดีศรีสินทรมหาวชิราลงกรณ พระวชิรเกล้าเจ้าอยู่หัว" msgstr "HM King Maha Vajiralongkorn's Birthday" #. HM Queen Sirikit's Birthday. msgid "วันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถ" msgstr "HM Queen Sirikit's Birthday" #. HM Queen Sirikit the Queen Mother's Birthday. msgid "วันเฉลิมพระชนมพรรษาสมเด็จพระบรมราชชนนีพันปีหลวง" msgstr "HM Queen Sirikit The Queen Mother's Birthday" #. National Mother's Day. msgid "วันแม่แห่งชาติ" msgstr "National Mother's Day" #. Anniversary for the Death of King Bhumibol Adulyadej. msgid "วันคล้ายวันสวรรคตพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร" msgstr "HM King Bhumibol Adulyadej Memorial Day" #. Anniversary for the Death of King Bhumibol Adulyadej the Great. msgid "วันคล้ายวันสวรรคตพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร" msgstr "HM King Bhumibol Adulyadej the Great Memorial Day" #. HM King Bhumibol Adulyadej Memorial Day. msgid "วันนวมินทรมหาราช" msgstr "HM King Bhumibol Adulyadej Memorial Day" #. Merit-making Ceremony for the Royal Ashes of HM King Chulalongkorn. msgid "ทำบุญพระบรมอัษฐิพระพุทธเจ้าหลวง" msgstr "Merit-making Ceremony for the Royal Ashes of HM King Chulalongkorn" #. Anniversary for the Death of HM King Chulalongkorn. msgid "วันสวรรคตแห่งพระบาทสมเด็จพระพุทธเจ้าหลวง" msgstr "Anniversary for the Death of HM King Chulalongkorn" #. HM King Chulalongkorn Memorial Day. msgid "วันปิยมหาราช" msgstr "HM King Chulalongkorn Memorial Day" #. The King's Birthday. msgid "เฉลิมพระชนมพรรษา" msgstr "The King's Birthday" #. The King's Birthday. msgid "เฉลิมพระชนม์พรรษา" msgstr "The King's Birthday" #. The King's Birthday. msgid "วันเฉลิมพระชนม์พรรษา" msgstr "The King's Birthday" #. The King's Birthday. msgid "วันเกิดในสมเด็จพระเจ้าอยู่หัว" msgstr "The King's Birthday" #. The King's Birthday. msgid "วันเฉลิมพระชนมพรรษา" msgstr "The King's Birthday" #. HM King Bhumibol Adulyadej Birthday Anniversary. msgid "วันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร" msgstr "HM King Bhumibol Adulyadej's Birthday" #. HM King Bhumibol Adulyadej Birthday Anniversary. msgid "วันคล้ายวันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร" msgstr "HM King Bhumibol Adulyadej's Birthday" #. HM King Bhumibol Adulyadej the Great's Birthday Anniversary. msgid "วันคล้ายวันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร" msgstr "HM King Bhumibol Adulyadej the Great's Birthday" #. National Father's Day. msgid "วันพ่อแห่งชาติ" msgstr "National Father's Day" #. Constitution Day. msgid "วันรัฐธรรมนูญ" msgstr "Constitution Day" #. Makha Bucha, the Fourfold Assembly Day. msgid "มาฆบูชา จาตุรงฅ์สันนิบาต" msgstr "Makha Bucha, the Fourfold Assembly Day" #. Makha Bucha. msgid "วันมาฆบูชา" msgstr "Makha Bucha" #. Visakha Bucha. msgid "วิสาขะบูชา" msgstr "Visakha Bucha" #. Visakha Bucha. msgid "วิศาขะบูชา" msgstr "Visakha Bucha" #. Visakha Bucha. msgid "วันวิสาขะบูชา" msgstr "Visakha Bucha" #. Visakha Bucha. msgid "วันวิสาขบูชา" msgstr "Visakha Bucha" #. Asarnha Bucha. msgid "วันอาสาฬหบูชา" msgstr "Asarnha Bucha" #. Buddhist Lent Day. msgid "เข้าปุริมพรรษา" msgstr "Buddhist Lent Day" #. Buddhist Lent Day. msgid "วันเข้าพรรษา" msgstr "Buddhist Lent Day" #. Royal Thai Armed Forces Day. msgid "วันกองทัพไทย" msgstr "Royal Thai Armed Forces Day" #. Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives. msgid "วันหยุดเพิ่มเติมสำหรับการปิดบัญชีประจำปีของธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร" msgstr "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives" #. Mid-Year Closing Day. msgid "วันหยุดภาคครึ่งปีของสถาบันการเงินและสถาบันการเงินเฉพาะกิจ" msgstr "Mid-Year Closing Day" #. Royal Ploughing Ceremony. msgid "วันพืชมงคล" msgstr "Royal Ploughing Ceremony" #. Teacher's Day. msgid "วันครู" msgstr "Teacher's Day" #. National Aviation Day. msgid "วันการบินแห่งชาติ" msgstr "National Aviation Day" #. National Forest Conservation Day. msgid "วันอนุรักษ์ทรัพยากรป่าไม้ของชาติ" msgstr "National Forest Conservation Day" #. National Artist Day. msgid "วันศิลปินแห่งชาติ" msgstr "National Artist Day" #. International Women's Day. msgid "วันสตรีสากล" msgstr "International Women's Day" #. Loy Krathong. msgid "วันลอยกระทง" msgstr "Loy Krathong" #. Thai Veterans Day. msgid "วันทหารผ่านศึก" msgstr "Thai Veterans Day" #. National Science Day. msgid "วันวิทยาศาสตร์แห่งชาติ" msgstr "National Science Day" #. HM King Ramkamhaeng Memorial Day. msgid "วันพ่อขุนรามคำแหงมหาราช" msgstr "HM King Ramkamhaeng Memorial Day" #. Thai National Flag Day. msgid "วันพระราชทานธงชาติไทย" msgstr "Thai National Flag Day" #. Franco-Thai War Armistice Day. msgid "วันลงนามในสัญญาพักรบระหว่างประเทศไทยกับประเทศอินโดจีนฝรั่งเศส" msgstr "Franco-Thai War Armistice Day" #. Peace Proclamation Day. msgid "วันประกาศสันติภาพ" msgstr "Peace Proclamation Day" #. United Nations Day. msgid "วันสหประชาชาติ" msgstr "United Nations Day" #. HM Queen Rambai Barni's Royal Cremation Ceremony. msgid "วันพระราชพิธีถวายพระเพลิงพระบรมศพสมเด็จพระนางเจ้ารำไพพรรณี" msgstr "HM Queen Rambai Barni's Royal Cremation Ceremony" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/TL.po000066400000000000000000000112501500152103600217750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Timor-Leste holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2023-10-14 08:23+0700\n" "PO-Revision-Date: 2025-04-03 16:23+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.6\n" #. %s (estimated). #, c-format msgid "%s (aproximada)" msgstr "%s (estimated)" #. New Year's Day. msgid "Dia de Ano Novo" msgstr "New Year's Day" #. Veteran's Day. msgid "Dia dos Veteranos" msgstr "Veteran's Day" #. International Worker's Day. msgid "Dia Mundial do Trabalhador" msgstr "International Worker's Day" #. Restoration of Independence Day. msgid "Dia da Restauração da Independência" msgstr "Restoration of Independence Day" #. Popular Consultation Day. msgid "Dia da Consulta Popular" msgstr "Popular Consultation Day" #. All Saints' Day. msgid "Dia de Todos os Santos" msgstr "All Saints' Day" #. All Souls' Day. msgid "Dia de Todos os Fiéis Defuntos" msgstr "All Souls' Day" #. National Women's Day. msgid "Dia Nacional da Mulher" msgstr "National Women's Day" #. National Youth Day. msgid "Dia Nacional da Juventude" msgstr "National Youth Day" #. Proclamation of Independence Day. msgid "Dia da Proclamação da Independência" msgstr "Proclamation of Independence Day" #. Memorial Day. msgid "Dia da Memória" msgstr "Memorial Day" #. Day of Our Lady of Immaculate Conception and Timor-Leste Patroness. msgid "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste" msgstr "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness" #. Christmas Day. msgid "Dia de Natal" msgstr "Christmas Day" #. National Heroes Day. msgid "Dia dos Heróis Nacionais" msgstr "National Heroes Day" #. Holy Friday. msgid "Sexta-Feira Santa" msgstr "Holy Friday" #. Eid al-Fitr. msgid "Idul Fitri" msgstr "Eid al-Fitr" #. Corpus Christi. msgid "Festa do Corpo de Deus" msgstr "Corpus Christi" #. Eid al-Adha. msgid "Idul Adha" msgstr "Eid al-Adha" #. National Holidays (Special). msgid "Feriados Nacionais (Especiais)" msgstr "National Holidays (Special)" #. International Children's Day. msgid "Dia Mundial da Criança" msgstr "International Children's Day" #. Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL). msgid "Dia das Forças Armadas de Libertação Nacional de Timor-Leste (FALINTIL)" msgstr "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)" #. International Human Rights Day. msgid "Dia Mundial dos Direitos Humanos" msgstr "International Human Rights Day" #. Ash Wednesday. msgid "Quarta-Feira de Cinzas" msgstr "Ash Wednesday" #. Holy Thursday. msgid "Quinta-Feira Santa" msgstr "Holy Thursday" #. The Day of Ascension of Jesus Christ into Heaven. msgid "Dia da Ascensão de Jesus Cristo ao Céu" msgstr "The Day of Ascension of Jesus Christ into Heaven" #. Presidential Election Day. msgid "Dia da Eleição Presidencial" msgstr "Presidential Election Day" #. Parliamentary Election Day. msgid "Dia de Eleições Parlamentares" msgstr "Parliamentary Election Day" #. Centenary of the Revolt of Dom Boaventura. msgid "Centenário da Revolta de Dom Boaventura" msgstr "Centenary of the Revolt of Dom Boaventura" #. Funeral Ceremonies of Fernando 'La Sama' de Araújo. msgid "Cerimónias Fúnebres de Fernando 'La Sama' de Araújo" msgstr "Funeral Ceremonies of Fernando 'La Sama' de Araújo" #. 20th Anniversary Celebrations of the Popular Consultation. msgid "Celebrações do 20.º Aniversário da Consulta Popular" msgstr "20th Anniversary Celebrations of the Popular Consultation" #. 25th Anniversary Celebrations of the Popular Consultation. msgid "Celebrações do 25.º Aniversário da Consulta Popular" msgstr "25th Anniversary Celebrations of the Popular Consultation" #. Local Election Day. msgid "Dia de eleições locais" msgstr "Local Election Day" #. Visit of His Holiness Pope Francis to Timor-Leste. msgid "Visita de Sua Santidade o Papa Francisco a Timor-Leste" msgstr "Visit of His Holiness Pope Francis to Timor-Leste" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/TN.po000066400000000000000000000044351500152103600220060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tunisia holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 16:08+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.3.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "New Year's Day" #. Revolution and Youth Day - January 14 msgid "عيد الثورة والشباب" msgstr "Revolution and Youth Day" #. Independence Day. msgid "عيد الإستقلال" msgstr "Independence Day" #. Martyrs' Day. msgid "عيد الشهداء" msgstr "Martyrs' Day" #. Labor Day. msgid "عيد العمال" msgstr "Labor Day" #. Republic Day. msgid "عيد الجمهورية" msgstr "Republic Day" #. Women's Day. msgid "عيد المرأة" msgstr "Women's Day" #. Evacuation Day. msgid "عيد الجلاء" msgstr "Evacuation Day" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Eid al-Fitr" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "Eid al-Fitr Holiday" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Eid al-Adha" #. Arafat Day. msgid "يوم عرفة" msgstr "Arafat Day" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "Eid al-Adha Holiday" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "Islamic New Year" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "Prophet's Birthday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/TO.po000066400000000000000000000052111500152103600220000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tonga holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-10-24 19:30+0700\n" "PO-Revision-Date: 2023-10-24 19:36+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. %s (observed). #, c-format msgid "%s (fakatokanga'i)" msgstr "%s (observed)" #. New Year's Day. msgid "'Uluaki 'Aho 'o e Ta'u Fo'ou" msgstr "New Year's Day" #. Birthday of the Reigning Sovereign of Tonga. msgid "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule" msgstr "Birthday of the Reigning Sovereign of Tonga" #. Birthday of the Heir to the Crown of Tonga. msgid "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga" msgstr "Birthday of the Heir to the Crown of Tonga" #. Good Friday. msgid "Falaite Lelei" msgstr "Good Friday" #. Easter Monday. msgid "Monite 'o e Toetu'u" msgstr "Easter Monday" #. Anzac Day. msgid "'Aho Anzac" msgstr "Anzac Day" #. Emancipation Day. msgid "'Aho Tau'ataina" msgstr "Emancipation Day" #. Anniversary of the Coronation Day of the reigning Sovereign of Tonga. msgid "" "Fakamanatu 'o e 'Aho Hilifaki Kalauni 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'a ia 'oku lolotonga Pule" msgstr "Anniversary of the Coronation Day of the reigning Sovereign of Tonga" #. Constitution Day. msgid "'Aho Konisitutone" msgstr "Constitution Day" #. Anniversary of the Coronation of HM King George Tupou I. msgid "'Aho Fakamanatu 'o e Hilifaki Kalauni 'o 'Ene 'Afio ko Siaosi Tupou I" msgstr "Anniversary of the Coronation of HM King George Tupou I" #. Christmas Day. msgid "'Aho Kilisimasi" msgstr "Christmas Day" #. Boxing Day. msgid "'Aho 2 'o e Kilisimasi" msgstr "Boxing Day" #. Tonga Rugby Public Holiday. msgid "'Aho malolo 'akapulu 'a Tonga" msgstr "Tonga Rugby Public Holiday" #. State Funeral of 'Akilisi Pohiva. msgid "Me'afaka'eiki 'o e Siteiti 'Akilisi Pohiva" msgstr "State Funeral of 'Akilisi Pohiva" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/TR.po000066400000000000000000000045071500152103600220120ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Turkey holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-11-12 18:52+0200\n" "PO-Revision-Date: 2023-11-14 12:56+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.4\n" #. %s (estimated). #, c-format msgid "%s (tahmini)" msgstr "%s (estimated)" #. New Year's Day. msgid "Yılbaşı" msgstr "New Year's Day" #. National Sovereignty and Children's Day. msgid "Ulusal Egemenlik ve Çocuk Bayramı" msgstr "National Sovereignty and Children's Day" #. National Sovereignty Day. msgid "Ulusal Egemenlik Bayramı" msgstr "National Sovereignty Day" #. Labour and Solidarity Day. msgid "Emek ve Dayanışma Günü" msgstr "Labour and Solidarity Day" #. Commemoration of Atatürk, Youth and Sports Day. msgid "Atatürk'ü Anma, Gençlik ve Spor Bayramı" msgstr "Commemoration of Atatürk, Youth and Sports Day" #. Youth and Sports Day. msgid "Gençlik ve Spor Bayramı" msgstr "Youth and Sports Day" #. Freedom and Constitution Day. msgid "Hürriyet ve Anayasa Bayramı" msgstr "Freedom and Constitution Day" #. Democracy and National Unity Day. msgid "Demokrasi ve Millî Birlik Günü" msgstr "Democracy and National Unity Day" #. Victory Day. msgid "Zafer Bayramı" msgstr "Victory Day" #. Republic Day. msgid "Cumhuriyet Bayramı" msgstr "Republic Day" #. Eid al-Fitr. msgid "Ramazan Bayramı" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Kurban Bayramı" msgstr "Eid al-Adha" #. %s (from 1pm). #, c-format msgid "%s (saat 13.00'ten)" msgstr "%s (from 1pm)" #. Public holiday. msgid "Genel tati̇l" msgstr "Public holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/TV.po000066400000000000000000000047711500152103600220210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tuvalu holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2025-02-11 23:23+0530\n" "PO-Revision-Date: 2025-02-11 23:23+0530\n" "Last-Translator: Prateekshit Jaiswal \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" #. New Year's Day. msgid "Tausaga Fou" msgstr "New Year's Day" #. Commonwealth Day. msgid "Aso Atefenua" msgstr "Commonwealth Day" #. Gospel Day. msgid "Te Aso o te Tala Lei" msgstr "Gospel Day" #. King's Birthday. msgid "Asofanau Tupu" msgstr "King's Birthday" #. National Children's Day. msgid "Aso Tamaliki" msgstr "National Children's Day" #. Tuvalu Day. msgid "Tutokotasi" msgstr "Tuvalu Day" #. Heir to the Throne's Birthday. msgid "Aso fanau o te sui ote Tupu" msgstr "Heir to the Throne's Birthday" #. Boxing Day. msgid "Aso Faipele" msgstr "Boxing Day" #. Good Friday. msgid "Aso toe tu" msgstr "Good Friday" #. Easter Monday. msgid "Toe Tu aso gafua" msgstr "Easter Monday" #. Christmas Day. msgid "Kilisimasi" msgstr "Christmas Day" #. Golden Jubilee. msgid "Te Po o Tefolaha" msgstr "Golden Jubilee" #. Big Day. msgid "Po Lahi" msgstr "Big Day" #. Day of the Flood. msgid "Bogin te Ieka" msgstr "Day of the Flood" #. Nanumaga Day. msgid "Aho o te Fakavae" msgstr "Nanumaga Day" #. The Day of the Bombing. msgid "Te Aso o te Paula" msgstr "The Day of the Bombing" #. Niutao Day. msgid "Te Aso o te Setema" msgstr "Niutao Day" #. Cyclone Day. msgid "Aso o te matagi" msgstr "Cyclone Day" #. Happy Day. msgid "Te Aso Fiafia" msgstr "Happy Day" #. National Youth Day. msgid "Aso tupulaga" msgstr "National Youth Day" #. Nukufetau Day. msgid "Te Aso O Tutasi" msgstr "Nukufetau Day" #. %s (observed). #, c-format msgid "%s (fakamatakuga)" msgstr "%s (observed)" #. Queen's Birthday. msgid "Asofanau Fafine" msgstr "Queen's Birthday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/TW.po000066400000000000000000000072501500152103600220150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Taiwan holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2023-11-24 16:16+0700\n" "PO-Revision-Date: 2025-03-13 11:48+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s(慶祝)" msgstr "%s (observed)" #. Founding Day of the Republic of China. msgid "中華民國開國紀念日" msgstr "Founding Day of the Republic of China" #. Chinese New Year's Eve. msgid "農曆除夕" msgstr "Chinese New Year's Eve" #. Chinese New Year. msgid "春節" msgstr "Chinese New Year" #. Peace Memorial Day. msgid "和平紀念日" msgstr "Peace Memorial Day" #. Children's Day. msgid "兒童節" msgstr "Children's Day" #. Tomb-Sweeping Day. msgid "民族掃墓節" msgstr "Tomb-Sweeping Day" #. Dragon Boat Festival. msgid "端午節" msgstr "Dragon Boat Festival" #. Mid-Autumn Festival. msgid "中秋節" msgstr "Mid-Autumn Festival" #. National Day. msgid "國慶日" msgstr "National Day" #. Date format (see strftime() Format Codes). msgid "%Y-%m-%d" msgstr "%m/%d/%Y" #. Day off (substituted from %s). #, c-format msgid "休息日(%s日起取代)" msgstr "Day off (substituted from %s)" #. Confucius' Birthday. msgid "孔子誕辰紀念日" msgstr "Confucius' Birthday" #. Taiwan Retrocession Day. msgid "臺灣光復節" msgstr "Taiwan Retrocession Day" #. Late President Chiang Kai-shek's Birthday. msgid "先總統 蔣公誕辰紀念日" msgstr "Late President Chiang Kai-shek's Birthday" #. Dr. Sun Yat-sen's Birthday. msgid "國父誕辰紀念日" msgstr "Dr. Sun Yat-sen's Birthday" #. Constitution Day. msgid "行憲紀念日" msgstr "Constitution Day" #. Revolutionary Martyrs Memorial Day. msgid "革命先烈紀念日" msgstr "Revolutionary Martyrs Memorial Day" #. Women's Day. msgid "婦女節" msgstr "Women's Day" #. Labor Day. msgid "勞動節" msgstr "Labor Day" #. Armed Forces Day. msgid "軍人節" msgstr "Armed Forces Day" #. Dr. Sun Yat-sen's Memorial Day. msgid "國父逝世紀念日" msgstr "Dr. Sun Yat-sen's Memorial Day" #. Arbor Day. msgid "植樹節" msgstr "Arbor Day" #. Youth Day. msgid "青年節" msgstr "Youth Day" #. Teacher's Day. msgid "教師節" msgstr "Teacher's Day" #. Chinese Cultural Renaissance Day. msgid "中華文化復興節" msgstr "Chinese Cultural Renaissance Day" #. Taoism Day. msgid "道教節" msgstr "Taoism Day" #. The Buddha's Birthday. msgid "佛陀誕辰紀念日" msgstr "The Buddha's Birthday" #. Anti-Aggression Day. msgid "反侵略日" msgstr "Anti-Aggression Day" #. Commemoration Day of the Lifting of Martial Law. msgid "解嚴紀念日" msgstr "Commemoration Day of the Lifting of Martial Law" #. Taiwan United Nations Day. msgid "臺灣聯合國日" msgstr "Taiwan United Nations Day" #. Late President Chiang Kai-shek's Memorial Day. msgid "先總統蔣公逝世紀念日" msgstr "Late President Chiang Kai-shek's Memorial Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/TZ.po000066400000000000000000000057121500152103600220210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tanzania holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2023-10-07 15:05+0700\n" "PO-Revision-Date: 2024-09-07 17:41+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (estimated). #, c-format msgid "%s (makisio)" msgstr "%s (estimated)" #. John Pombe Magufuli Inauguration Day. msgid "Sikukuu ya Kuapishwa kwa John Pombe Magufuli" msgstr "John Pombe Magufuli Inauguration Day" #. Tanzania General Election Day. msgid "Sikukuu ya Uchaguzi Mkuu wa Tanzania" msgstr "Tanzania General Election Day" #. National Population and Housing Census Day. msgid "Siku ya Sensa ya Kitaifa ya Watu na Makazi" msgstr "National Population and Housing Census Day" #. John Pombe Magufuli's Funeral. msgid "Mazishi cha John Pombe Magufuli" msgstr "John Pombe Magufuli's Funeral" #. Easter Sunday. msgid "Sikukuu ya Pasaka" msgstr "Easter Sunday" #. New Year's Day. msgid "Mwaka Mpya" msgstr "New Year's Day" #. Zanzibar Revolution Day. msgid "Mapinduzi ya Zanzibar" msgstr "Zanzibar Revolution Day" #. The Sheikh Abeid Amani Karume Day. msgid "" "Siku ya kumbukumbu ya Rais wa Kwanza wa Serikali ya Mapinduzi Zanzibar Sheikh Abeid Amani Karume" msgstr "The Sheikh Abeid Amani Karume Day" #. Union Celebrations. msgid "Muungano wa Tanganyika na Zanzibar" msgstr "Union Celebrations" #. Worker's Day. msgid "Sikukuu ya Wafanyakazi" msgstr "Worker's Day" #. International Trade Fair. msgid "Sabasaba" msgstr "International Trade Fair" #. Peasants Day. msgid "Siku ya Wakulima" msgstr "Peasants Day" #. The Mwalimu Nyerere Day. msgid "Kumbukumbu ya Mwalimu Nyerere" msgstr "The Mwalimu Nyerere Day" #. Independence and Republic Day. msgid "Uhuru na Jamhuri" msgstr "Independence and Republic Day" #. Christmas Day. msgid "Kuzaliwa Kristo" msgstr "Christmas Day" #. Boxing Day. msgid "Siku ya Kupeana Zawadi" msgstr "Boxing Day" #. Good Friday. msgid "Ijumaa Kuu" msgstr "Good Friday" #. Easter Monday. msgid "Jumatatu ya Pasaka" msgstr "Easter Monday" #. Eid al-Fitr. msgid "Eid El-Fitry" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Eid El-Hajj" msgstr "Eid al-Adha" #. Prophet's Birthday. msgid "Maulidi" msgstr "Prophet's Birthday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/UA.po000066400000000000000000000071531500152103600217720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ukraine holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-07-08 19:40+0300\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4.2\n" "X-Poedit-SourceCharset: UTF-8\n" #. %s (observed). #, c-format msgid "%s (вихідний)" msgstr "%s (observed)" #. New Year's Day. msgid "Новий рік" msgstr "New Year's Day" #. International Women's Day. msgid "Міжнародний жіночий день" msgstr "International Women's Day" #. Easter Sunday (Pascha). msgid "Великдень (Пасха)" msgstr "Easter Sunday (Pascha)" #. Holy Trinity Day. msgid "Трійця" msgstr "Holy Trinity Day" #. Labor Day. msgid "День праці" msgstr "Labor Day" #. International Workers' Solidarity Day. msgid "День міжнародної солідарності трудящих" msgstr "International Workers' Solidarity Day" #. Day of Remembrance and Victory over Nazism in World War II 1939-1945. msgid "День памʼяті та перемоги над нацизмом у Другій світовій війні 1939-1945 років" msgstr "Day of Remembrance and Victory over Nazism in World War II 1939-1945" #. Day of Victory over Nazism in World War II (Victory Day). msgid "День перемоги над нацизмом у Другій світовій війні (День перемоги)" msgstr "Day of Victory over Nazism in World War II (Victory Day)" #. Victory Day. msgid "День Перемоги" msgstr "Victory Day" #. Day of the Constitution of Ukraine. msgid "День Конституції України" msgstr "Day of the Constitution of Ukraine" #. Ukrainian Statehood Day. msgid "День Української Державності" msgstr "Ukrainian Statehood Day" #. Independence Day. msgid "День незалежності України" msgstr "Independence Day" #. Day of defenders of Ukraine. msgid "День захисників і захисниць України" msgstr "Day of defenders of Ukraine" #. Defender of Ukraine Day. msgid "День захисника України" msgstr "Defender of Ukraine Day" #. Anniversary of the Great October Socialist Revolution. msgid "Річниця Великої Жовтневої соціалістичної революції" msgstr "Anniversary of the Great October Socialist Revolution" #. Christmas Day. msgid "Різдво Христове" msgstr "Christmas Day" #. Date format (see strftime() Format Codes) msgid "%d.%m.%Y" msgstr "%m/%d/%Y" #. Day off (substituted from %s). #, c-format msgid "Вихідний день (перенесено з %s)" msgstr "Day off (substituted from %s)" #. Presidential decree holiday. msgid "Вихідний згідно указу Президента" msgstr "Presidential decree holiday" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/UY.po000066400000000000000000000053401500152103600220160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uruguay holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-17 14:06+0300\n" "PO-Revision-Date: 2023-07-17 14:11+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. Presidential Inauguration Day. msgid "Inauguración del Presidente de la República" msgstr "Presidential Inauguration Day" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Cry of Asencio. msgid "Grito de Asencio" msgstr "Cry of Asencio" #. Workers' Day. msgid "Día de los Trabajadores" msgstr "Workers' Day" #. Spain Day. msgid "Día de España" msgstr "Spain Day" #. America Day. msgid "Día de América" msgstr "America Day" #. Democracy Day. msgid "Día de la Democracia" msgstr "Democracy Day" #. Humanity Day. msgid "Día de la Humanidad" msgstr "Humanity Day" #. Constitution Day. msgid "Jura de la Constitución" msgstr "Constitution Day" #. Independence Day. msgid "Declaratoria de la Independencia" msgstr "Independence Day" #. Italy Day. msgid "Día de Italia" msgstr "Italy Day" #. Open Town Hall. msgid "Cabildo Abierto" msgstr "Open Town Hall" #. Beaches Day. msgid "Día de las Playas" msgstr "Beaches Day" #. Day of the Family. msgid "Día de la Familia" msgstr "Day of the Family" #. Children's Day. msgid "Día de los Niños" msgstr "Children's Day" #. Carnival. msgid "Carnaval" msgstr "Carnival" #. Tourism Week. msgid "Semana de Turismo" msgstr "Tourism Week" #. Landing of the 33 Patriots. msgid "Desembarco de los 33 Orientales" msgstr "Landing of the 33 Patriots" #. Battle of Las Piedras. msgid "Batalla de Las Piedras" msgstr "Battle of Las Piedras" #. Birthday of Artigas. msgid "Natalicio de Artigas" msgstr "Birthday of Artigas" #. Cultural Diversity Day. msgid "Día de la Diversidad Cultural" msgstr "Cultural Diversity Day" #. Columbus Day. msgid "Día de la Raza" msgstr "Columbus Day" #. All Souls' Day. msgid "Día de los Difuntos" msgstr "All Souls' Day" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/UZ.po000066400000000000000000000046131500152103600220210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uzbekistan holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-12-31 21:12+0200\n" "PO-Revision-Date: 2024-01-02 12:46+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Yangi yil" msgstr "New Year's Day" #. Women's Day. msgid "Xotin-qizlar kuni" msgstr "Women's Day" #. Nowruz. msgid "Navro‘z bayrami" msgstr "Nowruz" #. Day of Memory and Honor. msgid "Xotira va qadrlash kuni" msgstr "Day of Memory and Honor" #. Victory Day. msgid "G‘alaba kuni" msgstr "Victory Day" #. Independence Day. msgid "Mustaqillik kuni" msgstr "Independence Day" #. Teachers and Instructors Day. msgid "O‘qituvchi va murabbiylar kuni" msgstr "Teachers and Instructors Day" #. Constitution Day. msgid "O‘zbekiston Respublikasi Konstitutsiyasi kuni" msgstr "Constitution Day" #. Eid al-Fitr. msgid "Ro‘za hayit" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Qurbon hayit" msgstr "Eid al-Adha" #. %s (estimated). #, c-format msgid "%s (taxminiy)" msgstr "%s (estimated)" #. %s (observed). #, c-format msgid "%s (ko‘chirilgan)" msgstr "%s (observed)" #. Date format (see strftime() Format Codes) msgid "%d/%m %Y" msgstr "%m/%d/%Y" #. Day off (substituted from %s). #, c-format msgid "Dam olish kuni (%s dan ko‘chirilgan)" msgstr "Day off (substituted from %s)" #. Additional day off by Presidential decree. msgid "Prezidentining farmoni bilan qo‘shimcha dam olish kuni" msgstr "Additional day off by Presidential decree" #. %s (observed, estimated). #, c-format msgid "%s (ko‘chirilgan, taxminiy)" msgstr "%s (observed, estimated)" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/VA.po000066400000000000000000000070721500152103600217730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Vatican City holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-27 23:00+0700\n" "PO-Revision-Date: 2025-01-27 23:03+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. Solemnity of Mary, Mother of God. msgid "Solennità di Maria Santissima Madre di Dio" msgstr "Solemnity of Mary, Mother of God" #. Epiphany. msgid "Epifania del Signore" msgstr "Epiphany" #. Anniversary of the Foundation of Vatican City. msgid "Anniversario della istituzione dello Stato della Città del Vaticano" msgstr "Anniversary of the Foundation of Vatican City" #. Anniversary of the Election of the Holy Father. msgid "Anniversario dell'Elezione del Santo Padre" msgstr "Anniversary of the Election of the Holy Father" #. Name Day of the Holy Father. msgid "Onomastico del Santo Padre" msgstr "Name Day of the Holy Father" #. Saint Joseph's Day. msgid "San Giuseppe" msgstr "Saint Joseph's Day" #. Maundy Thursday. msgid "Giovedì Santo" msgstr "Maundy Thursday" #. Good Friday. msgid "Venerdì Santo" msgstr "Good Friday" #. Holy Saturday. msgid "Sabato Santo" msgstr "Holy Saturday" #. Easter Sunday. msgid "Pasqua di Resurrezione" msgstr "Easter Sunday" #. Easter Monday. msgid "Lunedì dell'Angelo" msgstr "Easter Monday" #. Easter Tuesday. msgid "Martedì in Albis" msgstr "Easter Tuesday" #. Saint Joseph the Worker. msgid "San Giuseppe Artigiano" msgstr "Saint Joseph the Worker's Day" #. Solemnity of Pentecost. msgid "Solennità della Pentecoste" msgstr "Solemnity of Pentecost" #. Solemnity of Holy Trinity. msgid "Solennità della Santissima Trinità" msgstr "Solemnity of Holy Trinity" #. Ascension Day. msgid "Ascensione del Signore" msgstr "Ascension Day" #. Corpus Domini. msgid "Corpus Domini" msgstr "Corpus Domini" #. Saints Peter and Paul's Day. msgid "Santi Pietro e Paolo" msgstr "Saints Peter and Paul's Day" #. Day Before Assumption of Mary. msgid "Vigilia dell'Assunzione di Maria Santissima" msgstr "Day Before Assumption of Mary" #. Assumption of Mary Day. msgid "Assunzione di Maria Santissima" msgstr "Assumption of Mary Day" #. Day After Assumption of Mary. msgid "Giorno Successivo all'Assunzione di Maria Santissima" msgstr "Day After Assumption of Mary" #. All Saints' Day. msgid "Tutti i Santi" msgstr "All Saints' Day" #. All Souls' Day. msgid "Tutti i Fedeli Defunti" msgstr "All Souls' Day" #. Immaculate Conception. msgid "Immacolata Concezione" msgstr "Immaculate Conception" #. Christmas Eve. msgid "Vigilia di Natale" msgstr "Christmas Eve" #. Christmas Day. msgid "Natale" msgstr "Christmas Day" #. Saint Stephen's Day. msgid "Santo Stefano" msgstr "Saint Stephen's Day" #. Saint John the Evangelist's Day. msgid "San Giovanni" msgstr "Saint John the Evangelist's Day" #. Last Day of the Year. msgid "Ultimo giorno dell'anno" msgstr "Last Day of the Year" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/VE.po000066400000000000000000000044401500152103600217730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Venezuela holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2023-03-05 12:58+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "New Year's Day" #. Monday of Carnival. msgid "Lunes de Carnaval" msgstr "Monday of Carnival" #. Tuesday of Carnival. msgid "Martes de Carnaval" msgstr "Tuesday of Carnival" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Maundy Thursday" #. Good Friday. msgid "Viernes Santo" msgstr "Good Friday" #. Declaration of Independence. msgid "Declaración de la Independencia" msgstr "Declaration of Independence" #. International Worker's Day. msgid "Dia Mundial del Trabajador" msgstr "International Worker's Day" #. Battle of Carabobo. msgid "Batalla de Carabobo" msgstr "Battle of Carabobo" #. Independence Day. msgid "Día de la Independencia" msgstr "Independence Day" #. Birthday of Simon Bolivar. msgid "Natalicio de Simón Bolívar" msgstr "Birthday of Simon Bolivar" #. Day of Indigenous Resistance. msgid "Día de la Resistencia Indígena" msgstr "Day of Indigenous Resistance" #. Columbus Day. msgid "Día de la Raza" msgstr "Columbus Day" #. Unknown Holiday. msgid "Día Festivo Desconocido" msgstr "Unknown Holiday" #. Christmas Eve. msgid "Nochebuena" msgstr "Christmas Eve" #. Christmas Day. msgid "Día de Navidad" msgstr "Christmas Day" #. New Year's Eve. msgid "Fiesta de Fin de Año" msgstr "New Year's Eve" holidays-0.71/holidays/locale/en_US/LC_MESSAGES/VN.po000066400000000000000000000047421500152103600220110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Vietnam holidays en_US localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.59\n" "POT-Creation-Date: 2024-09-27 15:50+0700\n" "PO-Revision-Date: 2024-10-09 20:57+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (nghỉ bù)" msgstr "%s (observed)" #. New Year's Day. msgid "Tết Dương lịch" msgstr "New Year's Day" #. 29 of Lunar New Year. msgid "29 Tết" msgstr "29 of Lunar New Year" #. Lunar New Year's Eve. msgid "Giao thừa Tết Nguyên Đán" msgstr "Lunar New Year's Eve" #. Lunar New Year. msgid "Tết Nguyên Đán" msgstr "Lunar New Year" #. Second Day of Lunar New Year. msgid "Mùng hai Tết Nguyên Đán" msgstr "Second Day of Lunar New Year" #. Third Day of Lunar New Year. msgid "Mùng ba Tết Nguyên Đán" msgstr "Third Day of Lunar New Year" #. Fourth Day of Lunar New Year. msgid "Mùng bốn Tết Nguyên Đán" msgstr "Fourth Day of Lunar New Year" #. Fifth Day of Lunar New Year. msgid "Mùng năm Tết Nguyên Đán" msgstr "Fifth Day of Lunar New Year" #. Sixth Day of Lunar New Year. msgid "Mùng sáu Tết Nguyên Đán" msgstr "Sixth Day of Lunar New Year" #. Hung Kings' Commemoration Day. msgid "Ngày Giỗ Tổ Hùng Vương" msgstr "Hung Kings' Commemoration Day" #. Liberation Day/Reunification Day. msgid "Ngày Chiến thắng" msgstr "Liberation Day/Reunification Day" #. International Labor Day. msgid "Ngày Quốc tế Lao động" msgstr "International Labor Day" #. National Day. msgid "Quốc khánh" msgstr "National Day" #. Date format (see strftime() Format Codes). msgid "%d/%m/%Y" msgstr "%m/%d/%Y" #. Day off (substituted from %s). #, c-format msgid "Ngày nghỉ (thay cho ngày %s)" msgstr "Day off (substituted from %s)" holidays-0.71/holidays/locale/es/000077500000000000000000000000001500152103600167305ustar00rootroot00000000000000holidays-0.71/holidays/locale/es/LC_MESSAGES/000077500000000000000000000000001500152103600205155ustar00rootroot00000000000000holidays-0.71/holidays/locale/es/LC_MESSAGES/AR.po000066400000000000000000000213511500152103600213610ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Argentina holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2023-03-02 00:39+0700\n" "PO-Revision-Date: 2025-03-19 13:53+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" "X-Source-Language: es\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Epiphany. msgid "Día de Reyes" msgstr "" #. Carnival Monday. msgid "Lunes de Carnaval" msgstr "" #. Carnival Tuesday. msgid "Martes de Carnaval" msgstr "" #. National Day of Remembrance for Truth and Justice. msgid "Día Nacional de la Memoria por la Verdad y la Justicia" msgstr "" #. War Veteran's Day. msgid "Día del Veterano de Guerra" msgstr "" #. Veteran's Day and the Fallen in the Malvinas War. msgid "Día del Veterano y de los Caidos en la Guerra de Malvinas" msgstr "" #. Maundy Thursday. msgid "Jueves Santo" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. May Revolution Day. msgid "Día de la Revolución de Mayo" msgstr "" #. Corpus Christi. msgid "Corpus Christi" msgstr "" #. Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector. msgid "" "Día de la Afirmación de los Derechos Argentinos sobre las Malvinas, Islas y Sector Antártico" msgstr "" #. Pass to the Immortality of General Don Martín Miguel de Güemes. msgid "Paso a la Inmortalidad del General Don Martín Miguel de Güemes" msgstr "" #. Pass to the Immortality of General Don Manuel Belgrano. msgid "Paso a la Inmortalidad del General Don Manuel Belgrano" msgstr "" #. Independence Day. msgid "Día de la Independencia" msgstr "" #. Pass to the Immortality of General Don José de San Martín. msgid "Paso a la Inmortalidad del General Don José de San Martín" msgstr "" #. Assumption Day. msgid "Día de la Asunción" msgstr "" #. Respect for Cultural Diversity Day. msgid "Día del Respeto a la Diversidad Cultural" msgstr "" #. Columbus Day. msgid "Día de la Raza" msgstr "" #. All Saints' Day. msgid "Todos Los Santos" msgstr "" #. National Sovereignty Day. msgid "Día de la Soberanía Nacional" msgstr "" #. Immaculate Conception. msgid "Inmaculada Concepción de María" msgstr "" #. Christmas Day. msgid "Navidad" msgstr "" #. Anniversary of the Battle of Salta. msgid "Aniversario de la Batalla de Salta" msgstr "" #. Day of Memory of General Don Martín Miguel de Güemes. msgid "" "Dia de la memoria del Guerrero de la Independencia y Gobernador de la Provincia de Salta General " "Don Martín Miguel de Güemes" msgstr "" #. Feasts of the Lord and the Virgin of Miracle. msgid "Festividades del Señor y de la Virgen del Milagro" msgstr "" #. Exaltation of the Holy Cross Day. msgid "Día de la Exaltación de la Santa Cruz" msgstr "" #. Saint Louis the King of France's Day. msgid "Día de San Luis Rey de Francia" msgstr "" #. Provincial Day of Remembrance for Truth and Justice. msgid "Día Provincial de la Memoria por la Verdad y la Justicia" msgstr "" #. Commemoration of the Battle of Caseros. msgid "Conmemoración de la Batalla de Caseros" msgstr "" #. State Worker's Day. msgid "Día del Trabajador Estatal" msgstr "" #. Saint Michael the Archangel's Day. msgid "San Miguel Arcángel" msgstr "" #. Day of the Death of Juan Facundo Quiroga. msgid "Día del fallecimiento de Juan Facundo Quiroga" msgstr "" #. Provincial Autonomy Day. msgid "Día de la Autonomía Provincial" msgstr "" #. Day of Remembrance for Truth and Justice. msgid "Día de la Memoria por la Verdad y la Justicia" msgstr "" #. Malvinas Memorial Day. msgid "Día de los Caídos en Malvinas" msgstr "" #. La Rioja Foundation Day. msgid "Día de la fundación de La Rioja" msgstr "" #. Anniversary of the Death of Enrique Angelelli. msgid "Día del Aniversario del Fallecimiento de Monseñor Enrique Angelelli" msgstr "" #. Anniversary of the Death of Ángel Vicente Peñaloza. msgid "Día del Aniversario del Fallecimiento de Ángel Vicente Peñaloza" msgstr "" #. Tinkunaco Festival. msgid "Día del Tinkunaco Riojano" msgstr "" #. Teacher's Day. msgid "Día del Maestro" msgstr "" #. Birthday of Mamerto Esquiú. msgid "Natalicio de Fray Mamerto Esquiú" msgstr "" #. Catamarca Autonomy Day. msgid "Autonomía de Catamarca" msgstr "" #. Miracle Day. msgid "Día del Milagro" msgstr "" #. Saint James' Day. msgid "Día del Apóstol Santiago" msgstr "" #. Anniversary of the Battle of Tucumán. msgid "Aniversario de la Batalla de Tucumán" msgstr "" #. Plebiscite 1902 Trevelin. msgid "Plebiscito 1902 Trevelin" msgstr "" #. Anniversary of the arrival of the first Welsh settlers. msgid "Aniversario del arribo de los primeros colonizadores galeses" msgstr "" #. National Petroleum Day. msgid "Día del Petróleo Nacional" msgstr "" #. Tehuelches and Mapuches declare loyalty to the Argentine flag. msgid "Tehuelches y Mapuches declaran lealtad a la bandera Argentina" msgstr "" #. Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands. msgid "Día de la Provincia de Tierra del Fuego, Antártida e Islas del Atlántico Sur" msgstr "" #. Selk'Nam Genocide Day. msgid "Día del Genocidio Selk'Nam" msgstr "" #. Anniversary of the Death of General Manuel Belgrano. msgid "" "Día del Aniversario del Fallecimiento del General Manuel José Joaquín del Corazón de Jesús " "Belgrano" msgstr "" #. Anniversary of the Death of General José Francisco de San Martín. msgid "Día del Aniversario del Fallecimiento del General José Francisco de San Martín" msgstr "" #. Jujuy Exodus Day. msgid "Día del Éxodo Jujeño" msgstr "" #. Jujuy Political Autonomy Day. msgid "Autonomía Política de Jujuy" msgstr "" #. Pachamama Day. msgid "Día de la Pachamama" msgstr "" #. Day of the Virgin of the Rosary of Río Blanco and Paypaya. msgid "Día de la Virgen del Rosario de Río Blanco y Paypaya" msgstr "" #. Great Day of Jujuy. msgid "Día Grande de Jujuy" msgstr "" #. Saint John Bosco's Day. msgid "Homenaje al Patrono de la Provincia San Juan Bosco" msgstr "" #. Anniversary of the Death of Néstor Carlos Kirchner. msgid "" "Día del Aniversario del Fallecimiento del ex Presidente de la Nación Doctor Néstor Carlos " "Kirchner" msgstr "" #. Commemoration of the workers shot in the Patagonian Strikes. msgid "Conmemoración a los obreros fusilados en las Huelgas Patagónicas" msgstr "" #. Day of Action for Tolerance and Respect among Peoples. msgid "Día de acción por la tolerancia y el respeto entre los pueblos" msgstr "" #. Bankers' Day. msgid "Día del Bancario" msgstr "" #. State Worker's Day. msgid "Día del Trabajador del Estado" msgstr "" #. Rosh Hashanah. msgid "Año Nuevo Judío (Rosh Hashana)" msgstr "" #. Yom Kippur. msgid "Día del Perdón (Iom Kipur)" msgstr "" #. Pesach. msgid "Pascua Judía (Pésaj)" msgstr "" #. Islamic New Year. msgid "Año Nuevo Musulmán (Hégira)" msgstr "" #. Eid al-Fitr. msgid "Día posterior a la culminación del ayuno (Id Al-Fitr)" msgstr "" #. Eid al-Adha. msgid "Día de la Fiesta del Sacrificio (Id Al-Adha)" msgstr "" #. Bridge Public Holiday. msgid "Feriado con fines turísticos" msgstr "" #. Bicentenary of the May Revolution. msgid "Bicentenario de la Revolución de Mayo" msgstr "" #. Bicentenary of the creation and first oath of the national flag. msgid "Bicentenario de la creación y primera jura de la bandera nacional" msgstr "" #. Bicentenary of the Battle of Tucuman. msgid "Bicentenario de la Batalla de Tucumán" msgstr "" #. Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813. msgid "Bicentenario de la sesión inaugural de la Asamblea Nacional Constituyente del año 1813" msgstr "" #. Bicentenary of the Battle of Salta. msgid "Bicentenario de la Batalla de Salta" msgstr "" #. National Census Day 2010. msgid "Censo Nacional 2010" msgstr "" #. National Census Day 2022. msgid "Censo Nacional 2022" msgstr "" #. FIFA World Cup 2022 Victory Day. msgid "Día de la Victoria de la Copa Mundial de la FIFA 2022" msgstr "" #. Bank Holiday. msgid "Asueto bancario" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/BO.po000066400000000000000000000045671500152103600213710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bolivia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-22 18:47+0300\n" "PO-Revision-Date: 2023-07-22 18:49+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Plurinational State Foundation Day. msgid "Día de la Creación del Estado Plurinacional de Bolivia" msgstr "" #. Carnival. msgid "Carnaval" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. Corpus Christi. msgid "Corpus Christi" msgstr "" #. Aymara New Year. msgid "Año Nuevo Aymara Amazónico" msgstr "" #. Independence Day. msgid "Día de la Independencia de Bolivia" msgstr "" #. National Dignity Day. msgid "Día de la Dignidad Nacional" msgstr "" #. All Saints' Day. msgid "Día de Todos los Santos" msgstr "" #. All Souls' Day. msgid "Día de Todos los Difuntos" msgstr "" #. Christmas Day. msgid "Navidad" msgstr "" #. Beni Day. msgid "Día del departamento de Beni" msgstr "" #. Cochabamba Day. msgid "Día del departamento de Cochabamba" msgstr "" #. Chuquisaca Day. msgid "Día del departamento de Chuquisaca" msgstr "" #. La Paz Day. msgid "Día del departamento de La Paz" msgstr "" #. Pando Day. msgid "Día del departamento de Pando" msgstr "" #. Potosí Day. msgid "Día del departamento de Potosí" msgstr "" #. Carnival in Oruro. msgid "Carnaval de Oruro" msgstr "" #. Santa Cruz Day. msgid "Día del departamento de Santa Cruz" msgstr "" #. La Tablada. msgid "La Tablada" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/CL.po000066400000000000000000000055621500152103600213630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chile holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.53\n" "POT-Creation-Date: 2023-02-28 16:42+0200\n" "PO-Revision-Date: 2024-07-08 17:19+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4.2\n" #. National Holiday. msgid "Feriado nacional" msgstr "" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Holy Saturday. msgid "Sábado Santo" msgstr "" #. Ascension Day. msgid "Ascensión del Señor" msgstr "" #. Corpus Christi. msgid "Corpus Christi" msgstr "" #. Labor Day. msgid "Día Nacional del Trabajo" msgstr "" #. Naval Glories Day. msgid "Día de las Glorias Navales" msgstr "" #. National Day of Indigenous Peoples. msgid "Día Nacional de los Pueblos Indígenas" msgstr "" #. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "" #. Day of Virgin of Carmen. msgid "Virgen del Carmen" msgstr "" #. Assumption Day. msgid "Asunción de la Virgen" msgstr "" #. Day of National Liberation. msgid "Día de la Liberación Nacional" msgstr "" #. Day of National Unity. msgid "Día de la Unidad Nacional" msgstr "" #. National Holiday. msgid "Fiestas Patrias" msgstr "" #. Independence Day. msgid "Día de la Independencia" msgstr "" #. Army Day. msgid "Día de las Glorias del Ejército" msgstr "" #. Meeting of Two Worlds' Day. msgid "Día del Encuentro de dos Mundos" msgstr "" #. Columbus Day. msgid "Día de la Raza" msgstr "" #. National Day of the Evangelical and Protestant Churches. msgid "Día Nacional de las Iglesias Evangélicas y Protestantes" msgstr "" #. All Saints' Day. msgid "Día de Todos los Santos" msgstr "" #. Immaculate Conception. msgid "La Inmaculada Concepción" msgstr "" #. Christmas Eve. msgid "Víspera de Navidad" msgstr "" #. Christmas Day. msgid "Navidad" msgstr "" #. Assault and Capture of Cape Arica. msgid "Asalto y Toma del Morro de Arica" msgstr "" #. Nativity of Bernardo O'Higgins (Chillán and Chillán Viejo communes) msgid "Nacimiento del Prócer de la Independencia (Chillán y Chillán Viejo)" msgstr "" #. Bank Holiday. msgid "Feriado bancario" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/CO.po000066400000000000000000000041241500152103600213570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Colombia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-19 17:09+0200\n" "PO-Revision-Date: 2023-02-19 17:16+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Epiphany. msgid "Día de los Reyes Magos" msgstr "" #. Saint Joseph's Day. msgid "Día de San José" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "" #. Independence Day. msgid "Día de la Independencia" msgstr "" #. Battle of Boyaca. msgid "Batalla de Boyacá" msgstr "" #. Assumption Day. msgid "La Asunción" msgstr "" #. Columbus Day. msgid "Día de la Raza" msgstr "" #. All Saints' Day. msgid "Día de Todos los Santos" msgstr "" #. Independence of Cartagena. msgid "Independencia de Cartagena" msgstr "" #. Immaculate Conception. msgid "La Inmaculada Concepción" msgstr "" #. Christmas Day. msgid "Navidad" msgstr "" #. Maundy Thursday. msgid "Jueves Santo" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Ascension Day. msgid "Ascensión del señor" msgstr "" #. Corpus Christi. msgid "Corpus Christi" msgstr "" #. Sacred Heart. msgid "Sagrado Corazón" msgstr "" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/CR.po000066400000000000000000000037601500152103600213670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Costa Rica holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-22 22:55+0200\n" "PO-Revision-Date: 2023-05-03 18:39-0700\n" "Last-Translator: Arkadii Yakovets \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.3\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Maundy Thursday. msgid "Jueves Santo" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Juan Santamaría Day. msgid "Día de Juan Santamaría" msgstr "" #. International Labor Day. msgid "Día Internacional del Trabajo" msgstr "" #. Annexation of the Party of Nicoya to Costa Rica. msgid "Anexión del Partido de Nicoya a Costa Rica" msgstr "" #. Feast of Our Lady of the Angels. msgid "Fiesta de Nuestra Señora de los Ángeles" msgstr "" #. Mother's Day. msgid "Día de la Madre" msgstr "" #. Day of the Black Person and Afro-Costa Rican Culture. msgid "Día de la Persona Negra y la Cultura Afrocostarricense" msgstr "" #. Independence Day. msgid "Día de la Independencia" msgstr "" #. Cultures Day. msgid "Día de las Culturas" msgstr "" #. Army Abolition Day. msgid "Día de la Abolición del Ejército" msgstr "" #. Christmas Day. msgid "Navidad" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/CU.po000066400000000000000000000033051500152103600213650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cuba holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-04 14:20+0200\n" "PO-Revision-Date: 2023-03-05 12:42+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "" #. Liberation Day. msgid "Triunfo de la Revolución" msgstr "" #. Victory Day. msgid "Día de la Victoria" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. International Workers' Day. msgid "Día Internacional de los Trabajadores" msgstr "" #. Commemoration of the Assault of the Moncada garrison. msgid "Conmemoración del asalto a Moncada" msgstr "" #. Day of the National Rebellion. msgid "Día de la Rebeldía Nacional" msgstr "" #. Independence Day. msgid "Inicio de las Guerras de Independencia" msgstr "" #. Christmas Day. msgid "Día de Navidad" msgstr "" #. New Year's Eve. msgid "Fiesta de Fin de Año" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/DO.po000066400000000000000000000033061500152103600213610ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Dominican Republic holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2023-03-05 12:45+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Epiphany. msgid "Día de los Santos Reyes" msgstr "" #. Lady of Altagracia. msgid "Día de la Altagracia" msgstr "" #. Juan Pablo Duarte Day. msgid "Día de Duarte" msgstr "" #. Independence Day. msgid "Día de Independencia" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. Corpus Christi. msgid "Corpus Christi" msgstr "" #. Restoration Day. msgid "Día de la Restauración" msgstr "" #. Our Lady of Mercedes Day. msgid "Día de las Mercedes" msgstr "" #. Constitution Day. msgid "Día de la Constitución" msgstr "" #. Christmas Day. msgid "Día de Navidad" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/EC.po000066400000000000000000000032411500152103600213440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ecuador holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-04-02 18:54+0300\n" "PO-Revision-Date: 2023-04-02 18:55+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Carnival. msgid "Carnaval" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. The Battle of Pichincha. msgid "Batalla de Pichincha" msgstr "" #. Declaration of Independence of Quito. msgid "Primer Grito de Independencia" msgstr "" #. Independence of Guayaquil. msgid "Independencia de Guayaquil" msgstr "" #. All Souls' Day. msgid "Día de los Difuntos" msgstr "" #. Independence of Cuenca. msgid "Independencia de Cuenca" msgstr "" #. Christmas Day. msgid "Día de Navidad" msgstr "" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/ES.po000066400000000000000000000102121500152103600213600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Spain holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.40\n" "POT-Creation-Date: 2023-12-26 19:23+0200\n" "PO-Revision-Date: 2023-12-26 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. Monday following %s. #, c-format msgid "Lunes siguiente a %s" msgstr "" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Epiphany. msgid "Epifanía del Señor" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Labor Day. msgid "Fiesta del Trabajo" msgstr "" #. Assumption Day. msgid "Asunción de la Virgen" msgstr "" #. National Day. msgid "Fiesta Nacional de España" msgstr "" #. All Saints' Day. msgid "Todos los Santos" msgstr "" #. Constitution Day. msgid "Día de la Constitución Española" msgstr "" #. Immaculate Conception. msgid "Inmaculada Concepción" msgstr "" #. Christmas Day. msgid "Natividad del Señor" msgstr "" #. Andalusia Day. msgid "Día de Andalucia" msgstr "" #. Maundy Thursday. msgid "Jueves Santo" msgstr "" #. Saint George's Day. msgid "Día de San Jorge" msgstr "" #. Asturia Day. msgid "Día de Asturias" msgstr "" #. Easter Monday. msgid "Lunes de Pascua" msgstr "" #. Saint James' Day. msgid "Santiago Apóstol" msgstr "" #. Cantabria Institutions Day. msgid "Día de las Instituciones de Cantabria" msgstr "" #. Our Lady of the Bien Aparecida. msgid "La Bien Aparecida" msgstr "" #. Santa Maria of Africa. msgid "Nuestra Señora de África" msgstr "" #. Ceuta Day. msgid "Día de Ceuta" msgstr "" #. Eid al-Adha. msgid "Fiesta del Sacrificio-Eidul Adha" msgstr "" #. Saint Joseph's Day. msgid "San José" msgstr "" #. Castile and León Day. msgid "Fiesta de Castilla y León" msgstr "" #. Corpus Christi. msgid "Corpus Christi" msgstr "" #. Castilla-La Mancha Day. msgid "Día de Castilla-La Mancha" msgstr "" #. Day of the Canary Islands. msgid "Día de Canarias" msgstr "" #. Whit Monday. msgid "Día de la Pascua Granada" msgstr "" #. Saint John the Baptist. msgid "San Juan" msgstr "" #. National Day of Catalonia. msgid "Fiesta Nacional de Cataluña" msgstr "" #. Saint Stephen's Day. msgid "San Esteban" msgstr "" #. Shrove Tuesday. msgid "Martes de Carnaval" msgstr "" #. Extremadura Day. msgid "Día de Extremadura" msgstr "" #. Galician Literature Day. msgid "Día de las Letras Gallegas" msgstr "" #. Galician National Day. msgid "Día Nacional de Galicia" msgstr "" #. Day of the Balearic Islands. msgid "Día de las Islas Baleares" msgstr "" #. Murcia Day. msgid "Día de la Región de Murcia" msgstr "" #. Madrid Day. msgid "Fiesta de la Comunidad de Madrid" msgstr "" #. Statute of Autonomy of Melilla Day. msgid "Estatuto de Autonomía de la Ciudad de Melilla" msgstr "" #. Eid al-Fitr. msgid "Fiesta del Eid Fitr" msgstr "" #. Eid al-Adha. msgid "Fiesta del Sacrificio-Aid Al Adha" msgstr "" #. País Vasco Day. msgid "Día del País Vasco" msgstr "" #. La Rioja Day. msgid "Día de La Rioja" msgstr "" #. Valencian Community Day. msgid "Día de la Comunidad Valenciana" msgstr "" #. Day following Saint Joseph's Day. msgid "Día siguiente a San José" msgstr "" #. Saint Joseph's Day Transfer. msgid "Traslado de San José" msgstr "" #. 80th Anniversary of the first Basque Government. msgid "80 Aniversario del primer Gobierno Vasco" msgstr "" #. V Centennial of the Circumnavigation of the World. msgid "V Centenario Vuelta al Mundo" msgstr "" #. The Fallas. msgid "Lunes de Fallas" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/GT.po000066400000000000000000000031461500152103600213730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Guatemala holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-02-19 17:09+0200\n" "PO-Revision-Date: 2023-02-19 17:16+0200\n" "Last-Translator: Jorge Cadena \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. Maundy Thursday. msgid "Jueves Santo" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Army Day. msgid "Día del Ejército" msgstr "" #. Independence Day. msgid "Día de la Independencia" msgstr "" #. All Saints' Day. msgid "Día de Todos los Santos" msgstr "" #. Assumption Day. msgid "Día de la Asunción" msgstr "" #. Revolution Day. msgid "Día de la Revolución" msgstr "" #. Holy Saturday. msgid "Sábado Santo" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Christmas Day. msgid "Día de Navidad" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/HN.po000066400000000000000000000032171500152103600213650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Honduras holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.25\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2023-03-05 12:44+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Maundy Thursday. msgid "Jueves Santo" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Holy Saturday. msgid "Sábado de Gloria" msgstr "" #. Panamerican Day. msgid "Día de las Américas" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. Morazan's Day. msgid "Día de Morazán" msgstr "" #. Columbus Day. msgid "Día de la Raza" msgstr "" #. Army Day. msgid "Día de las Fuerzas Armadas" msgstr "" #. Morazan Weekend. msgid "Semana Morazánica" msgstr "" #. Christmas Day. msgid "Navidad" msgstr "" #. Independence Day. msgid "Día de la Independencia" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/HT.po000066400000000000000000000062011500152103600213670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Haiti holidays es localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2024-08-19 13:57+0700\n" "PO-Revision-Date: 2024-08-20 10:00+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.4.4\n" #. National Independence Day. msgid "Fête de l'Indépendance Nationale" msgstr "Día de la Independencia Nacional" #. Ancestry Day. msgid "Jour des Aïeux" msgstr "Fiesta de los Antepasados" #. Agriculture and Labor Day. msgid "Fête de l'Agriculture et du Travail" msgstr "Día de la Agricultura y el Trabajo" #. Flag Day and University Day. msgid "Fête du Drapeau et de l'Université" msgstr "Fiesta de la Bandera y la Universidad" #. Commemoration of the Battle of Vertieres. msgid "Commémoration de la Bataille de Vertières" msgstr "Conmemoración de la Batalla de Vertières" #. Armed Forces Day. msgid "Jour des Forces Armées" msgstr "Día de las Fuerzas Armadas" #. New Year's Day. msgid "Nouvel An" msgstr "Año Nuevo" #. Carnival. msgid "Carnaval" msgstr "Carnaval" #. Shrove Monday. msgid "Lundi Gras" msgstr "Lunes de Carnaval" #. Fat Tuesday. msgid "Mardi Gras" msgstr "Martes Gordo" #. Good Friday. msgid "Vendredi Saint" msgstr "Viernes Santo" #. Easter Sunday. msgid "Pâques" msgstr "Pascua" #. Corpus Christi. msgid "Fête-Dieu" msgstr "Fête-Dieu" #. Assumption Day. msgid "Assomption de Marie" msgstr "Asunción de María" #. Death of Dessalines. msgid "Mort de Dessalines" msgstr "Muerte de Dessalines" #. All Saints' Day. msgid "La Toussaint" msgstr "Día de Todos los Santos" #. Day of the Dead. msgid "Fête des Morts" msgstr "Día de Muertos" #. Christmas Day. msgid "Noël" msgstr "Navidad" #. Ash Wednesday. msgid "Mercredi des Cendres" msgstr "Miércoles de Ceniza" #. Maundy Thursday. msgid "Jeudi Saint" msgstr "Jueves Santo" #. National Sovereignty Day. msgid "Fête de la Souveraineté Nationale" msgstr "Día de la Soberanía Nacional" #. Feast of Lady of Perpetual Help, Patroness of Haiti. msgid "Fête de Notre-Dame du Perpétuel Secours, patronne d'Haiti" msgstr "Fiesta de Nuestra Señora del Perpetuo Socorro, patrona de Haití" #. Ascension Day. msgid "Ascension" msgstr "Ascensión" #. Birth Anniversary of Jean-Jacques Dessalines. msgid "Anniversaire de Naissance de Jean-Jacques Dessalines" msgstr "Aniversario del Nacimiento de Jean-Jacques Dessalines" #. Discovery Day. msgid "Jour de la Découverte" msgstr "Día del Descubrimiento" holidays-0.71/holidays/locale/es/LC_MESSAGES/MX.po000066400000000000000000000027741500152103600214130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mexico holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2023-03-05 12:45+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Constitution Day. msgid "Día de la Constitución" msgstr "" #. Benito Juárez's birthday. msgid "Natalicio de Benito Juárez" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. Independence Day. msgid "Día de la Independencia" msgstr "" #. Revolution Day. msgid "Día de la Revolución" msgstr "" #. Change of Federal Government. msgid "Transmisión del Poder Ejecutivo Federal" msgstr "" #. Christmas Day. msgid "Navidad" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/NI.po000066400000000000000000000033061500152103600213650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Nicaragua holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2024-09-21 17:40+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Maundy Thursday. msgid "Jueves Santo" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. Mother's Day. msgid "Día de la Madre" msgstr "" #. Revolution Day. msgid "Día de la Revolución" msgstr "" #. Battle of San Jacinto Day. msgid "Batalla de San Jacinto" msgstr "" #. Independence Day. msgid "Día de la Independencia" msgstr "" #. Immaculate Conception. msgid "Concepción de María" msgstr "" #. Christmas Day. msgid "Navidad" msgstr "" #. Descent of Saint Dominic. msgid "Bajada de Santo Domingo" msgstr "" #. Ascent of Saint Dominic. msgid "Subida de Santo Domingo" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/PA.po000066400000000000000000000037641500152103600213670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Panama holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2025-02-06 22:15+0200\n" "PO-Revision-Date: 2025-02-06 22:16+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (puente)" msgstr "" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Martyrs' Day. msgid "Día de los Mártires" msgstr "" #. Constitution Day. msgid "Día de la Constitución" msgstr "" #. Carnival Tuesday. msgid "Martes de Carnaval" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. Separation Day. msgid "Separación de Panamá de Colombia" msgstr "" #. Colon Day. msgid "Día de Colón" msgstr "" #. Los Santos Uprising Day. msgid "Primer Grito de Independencia" msgstr "" #. Independence Day. msgid "Independencia de Panamá de España" msgstr "" #. Mother's Day. msgid "Día de la Madre" msgstr "" #. National Mourning Day. msgid "Día de Duelo Nacional" msgstr "" #. Christmas Day. msgid "Navidad" msgstr "" #. Carnival Monday. msgid "Lunes de Carnaval" msgstr "" #. National Symbols Day. msgid "Día de los Símbolos Patrios" msgstr "" #. Presidential Inauguration Day. msgid "Toma posesión del Presidente de la república" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/PE.po000066400000000000000000000036061500152103600213660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Peru holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.20\n" "POT-Creation-Date: 2023-02-21 15:18+0200\n" "PO-Revision-Date: 2023-02-21 15:18+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Maundy Thursday. msgid "Jueves Santo" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Easter Sunday. msgid "Domingo de Resurrección" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "" #. Independence Day. msgid "Día de la Independencia" msgstr "" #. Great Military Parade Day. msgid "Día de la Gran Parada Militar" msgstr "" #. Battle of Junín. msgid "Batalla de Junín" msgstr "" #. Rose of Lima Day. msgid "Santa Rosa de Lima" msgstr "" #. Battle of Angamos. msgid "Combate de Angamos" msgstr "" #. All Saints' Day. msgid "Todos Los Santos" msgstr "" #. Immaculate Conception. msgid "Inmaculada Concepción" msgstr "" #. Battle of Ayacucho. msgid "Batalla de Ayacucho" msgstr "" #. Christmas Day. msgid "Navidad del Señor" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/PY.po000066400000000000000000000037141500152103600214120ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Paraguay holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.62\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2024-11-28 14:07+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Patriots Day. msgid "Día de los Héroes de la Patria" msgstr "" #. Maundy Thursday. msgid "Jueves Santo" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Easter Sunday. msgid "Domingo de Resurrección" msgstr "" #. Workers' Day. msgid "Día de los Trabajadores" msgstr "" #. National Holiday. msgid "Feriado Nacional" msgstr "" #. Independence Day. msgid "Día de la Independencia Nacional" msgstr "" #. Chaco Armistice Day. msgid "Día de la Paz del Chaco" msgstr "" #. Asuncion Foundation's Day. msgid "Día de la Fundación de Asunción" msgstr "" #. Boqueron Battle Day. msgid "Día de la Batalla de Boquerón" msgstr "" #. Caacupe Virgin Day. msgid "Día de la Virgen de Caacupé" msgstr "" #. Christmas Day. msgid "Día de la Navidad" msgstr "" #. Public holiday. msgid "Asueto adicionale" msgstr "" #. Public sector holiday. msgid "Asueto de la Administración Pública" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/SV.po000066400000000000000000000032021500152103600214020ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # El Salvador holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2025-01-03 16:40+0200\n" "PO-Revision-Date: 2025-01-03 16:42+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Maundy Thursday. msgid "Jueves Santo" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Holy Saturday. msgid "Sábado Santo" msgstr "" #. Labor Day. msgid "Día del Trabajo" msgstr "" #. Mother's Day. msgid "Día de la Madre" msgstr "" #. Father's Day. msgid "Día del Padre" msgstr "" #. Celebrations of San Salvador. msgid "Celebración del Divino Salvador del Mundo" msgstr "" #. Independence Day. msgid "Día de la Independencia" msgstr "" #. All Souls' Day. msgid "Día de los Difuntos" msgstr "" #. Christmas Day. msgid "Navidad" msgstr "" #. Feast of San Salvador. msgid "Fiesta de San Salvador" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/UY.po000066400000000000000000000045611500152103600214200ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uruguay holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-17 14:06+0300\n" "PO-Revision-Date: 2023-07-17 14:07+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. Presidential Inauguration Day. msgid "Inauguración del Presidente de la República" msgstr "" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Cry of Asencio. msgid "Grito de Asencio" msgstr "" #. Workers' Day. msgid "Día de los Trabajadores" msgstr "" #. Spain Day. msgid "Día de España" msgstr "" #. America Day. msgid "Día de América" msgstr "" #. Democracy Day. msgid "Día de la Democracia" msgstr "" #. Humanity Day. msgid "Día de la Humanidad" msgstr "" #. Constitution Day. msgid "Jura de la Constitución" msgstr "" #. Independence Day. msgid "Declaratoria de la Independencia" msgstr "" #. Italy Day. msgid "Día de Italia" msgstr "" #. Open Town Hall. msgid "Cabildo Abierto" msgstr "" #. Beaches Day. msgid "Día de las Playas" msgstr "" #. Day of the Family. msgid "Día de la Familia" msgstr "" #. Children's Day. msgid "Día de los Niños" msgstr "" #. Carnival. msgid "Carnaval" msgstr "" #. Tourism Week. msgid "Semana de Turismo" msgstr "" #. Landing of the 33 Patriots. msgid "Desembarco de los 33 Orientales" msgstr "" #. Battle of Las Piedras. msgid "Batalla de Las Piedras" msgstr "" #. Birthday of Artigas. msgid "Natalicio de Artigas" msgstr "" #. Cultural Diversity Day. msgid "Día de la Diversidad Cultural" msgstr "" #. Columbus Day. msgid "Día de la Raza" msgstr "" #. All Souls' Day. msgid "Día de los Difuntos" msgstr "" holidays-0.71/holidays/locale/es/LC_MESSAGES/VE.po000066400000000000000000000037561500152103600214020ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Venezuela holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2023-03-05 12:44+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "" #. Monday of Carnival. msgid "Lunes de Carnaval" msgstr "" #. Tuesday of Carnival. msgid "Martes de Carnaval" msgstr "" #. Maundy Thursday. msgid "Jueves Santo" msgstr "" #. Good Friday. msgid "Viernes Santo" msgstr "" #. Declaration of Independence. msgid "Declaración de la Independencia" msgstr "" #. International Worker's Day. msgid "Dia Mundial del Trabajador" msgstr "" #. Battle of Carabobo. msgid "Batalla de Carabobo" msgstr "" #. Independence Day. msgid "Día de la Independencia" msgstr "" #. Birthday of Simon Bolivar. msgid "Natalicio de Simón Bolívar" msgstr "" #. Day of Indigenous Resistance. msgid "Día de la Resistencia Indígena" msgstr "" #. Columbus Day. msgid "Día de la Raza" msgstr "" #. Unknown Holiday. msgid "Día Festivo Desconocido" msgstr "" #. Christmas Eve. msgid "Nochebuena" msgstr "" #. Christmas Day. msgid "Día de Navidad" msgstr "" #. New Year's Eve. msgid "Fiesta de Fin de Año" msgstr "" holidays-0.71/holidays/locale/et/000077500000000000000000000000001500152103600167315ustar00rootroot00000000000000holidays-0.71/holidays/locale/et/LC_MESSAGES/000077500000000000000000000000001500152103600205165ustar00rootroot00000000000000holidays-0.71/holidays/locale/et/LC_MESSAGES/EE.po000066400000000000000000000032251500152103600213510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Estonia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:39+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "uusaasta" msgstr "" #. Independence Day. msgid "iseseisvuspäev" msgstr "" #. Good Friday. msgid "suur reede" msgstr "" #. Easter Sunday. msgid "ülestõusmispühade 1. püha" msgstr "" #. Spring Day. msgid "kevadpüha" msgstr "" #. Whit Sunday. msgid "nelipühade 1. püha" msgstr "" #. Victory Day. msgid "võidupüha" msgstr "" #. Midsummer Day. msgid "jaanipäev" msgstr "" #. Independence Restoration Day. msgid "taasiseseisvumispäev" msgstr "" #. Christmas Eve. msgid "jõululaupäev" msgstr "" #. Christmas Day. msgid "esimene jõulupüha" msgstr "" #. Second Day of Christmas. msgid "teine jõulupüha" msgstr "" holidays-0.71/holidays/locale/fa_AF/000077500000000000000000000000001500152103600172555ustar00rootroot00000000000000holidays-0.71/holidays/locale/fa_AF/LC_MESSAGES/000077500000000000000000000000001500152103600210425ustar00rootroot00000000000000holidays-0.71/holidays/locale/fa_AF/LC_MESSAGES/AF.po000066400000000000000000000037721500152103600217010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Afghanistan holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.65\n" "POT-Creation-Date: 2024-12-24 13:40+0530\n" "PO-Revision-Date: 2025-01-10 18:59+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. Liberation Day. msgid "روز آزادی" msgstr "" #. Nowruz. msgid "نوروز" msgstr "" #. International Workers' Day. msgid "روز جهانی کارگر" msgstr "" #. Martyrs' Day. msgid "روز شهیدان" msgstr "" #. Day of Arafah. msgid "روز عرفه" msgstr "" #. Ashura. msgid "عاشورا" msgstr "" #. Prophet's Birthday. msgid "میلاد پیامبر" msgstr "" #. First Day of Ramadan. msgid "اول رمضان" msgstr "" #. %s (estimated). #, c-format msgid "%s (برآورد شده)" msgstr "" #. Soviet Victory Day. msgid "روز پیروزی شوروی" msgstr "" #. Mojahedin's Victory Day. msgid "روز پیروزی مجاهدین" msgstr "" #. Afghanistan Independence Day. msgid "روز استقلال افغانستان" msgstr "" #. Eid al-Fitr. msgid "عید فطر" msgstr "" #. Eid al-Adha. msgid "عید قربانی" msgstr "" #. Islamic Emirate Victory Day. msgid "روز پیروزی امارت اسلامی" msgstr "" #. American Withdrawal Day. msgid "روز خروج آمریکایی ها" msgstr "" holidays-0.71/holidays/locale/fa_IR/000077500000000000000000000000001500152103600173015ustar00rootroot00000000000000holidays-0.71/holidays/locale/fa_IR/LC_MESSAGES/000077500000000000000000000000001500152103600210665ustar00rootroot00000000000000holidays-0.71/holidays/locale/fa_IR/LC_MESSAGES/IR.po000066400000000000000000000064451500152103600217510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Iran holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-08-03 18:21+0300\n" "PO-Revision-Date: 2025-01-21 15:34+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fa_IR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n==0 || n==1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "(تخمین زده) %s" msgstr "" #. Nowruz. msgid "جشن نوروز" msgstr "" #. Nowruz Holiday. msgid "عیدنوروز" msgstr "" #. Islamic Republic Day. msgid "روز جمهوری اسلامی" msgstr "" #. Nature's Day. msgid "روز طبیعت" msgstr "" #. Death of Imam Khomeini. msgid "رحلت حضرت امام خمینی" msgstr "" #. 15 Khordad Uprising. msgid "قیام 15 خرداد" msgstr "" #. Islamic Revolution Day. msgid "پیروزی انقلاب اسلامی" msgstr "" #. Iranian Oil Industry Nationalization Day. msgid "روز ملی شدن صنعت نفت ایران" msgstr "" #. Last Day of Year. msgid "آخرین روز سال" msgstr "" #. Tasua. msgid "تاسوعای حسینی" msgstr "" #. Ashura. msgid "عاشورای حسینی" msgstr "" #. Arbaeen. msgid "اربعین حسینی" msgstr "" #. Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali. msgid "رحلت رسول اکرم؛شهادت امام حسن مجتبی علیه السلام" msgstr "" #. Martyrdom of Ali al-Rida. msgid "شهادت امام رضا علیه السلام" msgstr "" #. Martyrdom of Hasan al-Askari. msgid "شهادت امام حسن عسکری علیه السلام" msgstr "" #. Birthday of Muhammad and Imam Ja'far al-Sadiq. msgid "میلاد رسول اکرم و امام جعفر صادق علیه السلام" msgstr "" #. Martyrdom of Fatima. msgid "شهادت حضرت فاطمه زهرا سلام الله علیها" msgstr "" #. Birthday of Imam Ali. msgid "ولادت امام علی علیه السلام و روز پدر" msgstr "" #. Isra' and Mi'raj. msgid "مبعث رسول اکرم (ص)" msgstr "" #. Birthday of Mahdi. msgid "ولادت حضرت قائم عجل الله تعالی فرجه و جشن نیمه شعبان" msgstr "" #. Martyrdom of Imam Ali. msgid "شهادت حضرت علی علیه السلام" msgstr "" #. Eid al-Fitr. msgid "عید سعید فطر" msgstr "" #. Eid al-Fitr Holiday. msgid "تعطیل به مناسبت عید سعید فطر" msgstr "" #. Martyrdom of Imam Ja'far al-Sadiq. msgid "شهادت امام جعفر صادق علیه السلام" msgstr "" #. Eid al-Adha. msgid "عید سعید قربان" msgstr "" #. Eid al-Ghadeer. msgid "عید سعید غدیر خم" msgstr "" holidays-0.71/holidays/locale/fi/000077500000000000000000000000001500152103600167175ustar00rootroot00000000000000holidays-0.71/holidays/locale/fi/LC_MESSAGES/000077500000000000000000000000001500152103600205045ustar00rootroot00000000000000holidays-0.71/holidays/locale/fi/LC_MESSAGES/FI.po000066400000000000000000000066501500152103600213510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Finland holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.54\n" "POT-Creation-Date: 2023-04-08 19:30+0300\n" "PO-Revision-Date: 2024-07-26 17:40+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4.2\n" #. New Year's Day. msgid "Uudenvuodenpäivä" msgstr "" #. Epiphany. msgid "Loppiainen" msgstr "" #. Good Friday. msgid "Pitkäperjantai" msgstr "" #. Easter Sunday. msgid "Pääsiäispäivä" msgstr "" #. Easter Monday. msgid "Toinen pääsiäispäivä" msgstr "" #. May Day. msgid "Vappu" msgstr "" #. Ascension Day. msgid "Helatorstai" msgstr "" #. Whit Sunday. msgid "Helluntaipäivä" msgstr "" #. Midsummer Eve. msgid "Juhannusaatto" msgstr "" #. Midsummer Day. msgid "Juhannuspäivä" msgstr "" #. All Saints' Day. msgid "Pyhäinpäivä" msgstr "" #. Independence Day. msgid "Itsenäisyyspäivä" msgstr "" #. Christmas Eve. msgid "Jouluaatto" msgstr "" #. Christmas Day. msgid "Joulupäivä" msgstr "" #. Second Day of Christmas. msgid "Tapaninpäivä" msgstr "" #. Runeberg Day. msgid "Runebergin päivä" msgstr "" #. Kalevala Day, Day of Finnish Culture. msgid "Kalevalan päivä, suomalaisen kulttuurin päivä" msgstr "" #. Minna Canth Day, Day of Equality. msgid "Minna Canthin päivä, tasa-arvon päivä" msgstr "" #. Mikael Agricola Day, Day of the Finnish Language. msgid "Mikael Agricolan päivä, suomen kielen päivä" msgstr "" #. National War Veterans' Day. msgid "Kansallinen veteraanipäivä" msgstr "" #. Europe Day. msgid "Eurooppa-päivä" msgstr "" #. Mother's Day. msgid "Äitienpäivä" msgstr "" #. J. V. Snellman Day, Day of Finnish Heritage. msgid "J.V. Snellmanin päivä, suomalaisuuden päivä" msgstr "" #. Remembrance Day. msgid "Kaatuneitten muistopäivä" msgstr "" #. Flag Day of the Finnish Defense Forces. msgid "Puolustusvoimain lippujuhlan päivä" msgstr "" #. Eino Leino Day, Day of Summer and Poetry. msgid "Eino Leinon päivä, runon ja suven päivä" msgstr "" #. Finland's Nature Day. msgid "Suomen luonnon päivä" msgstr "" #. Miina Sillanpää Day, Day of Civic Participation. msgid "Miina Sillanpään ja kansalaisvaikuttamisen päivä" msgstr "" #. Aleksis Kivi Day, Day of Finnish Literature. msgid "Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä" msgstr "" #. United Nations Day. msgid "YK:n päivä" msgstr "" #. Finnish Swedish Heritage Day, svenska dagen. msgid "Ruotsalaisuuden päivä, Kustaa Aadolfin päivä" msgstr "" #. Father's Day. msgid "Isänpäivä" msgstr "" #. Day of Children's Rights. msgid "Lapsen oikeuksien päivä" msgstr "" #. Jean Sibelius Day, Day of Finnish Music. msgid "Jean Sibeliuksen päivä, suomalaisen musiikin päivä" msgstr "" holidays-0.71/holidays/locale/fi/LC_MESSAGES/GL.po000066400000000000000000000041161500152103600213500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greenland holidays fi localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2025-02-11 18:40+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Ukiortaaq" msgstr "Uudenvuodenpäivä" #. Maundy Thursday. msgid "Sisamanngortoq illernartoq" msgstr "Kiirastorstai" #. Good Friday. msgid "Tallimanngorneq tannaartoq" msgstr "Pitkäperjantai" #. Easter Sunday. msgid "Poorskip ullua" msgstr "Pääsiäispäivä" #. Easter Monday. msgid "Poorskip-aappaa" msgstr "Toinen pääsiäispäivä" #. Great Prayer Day. msgid "Ulloq qinuffiusoq" msgstr "Suuri rukouspäivä" #. Ascension Day. msgid "Qilaliarfik" msgstr "Helatorstai" #. Whit Sunday. msgid "Piinsip ullua" msgstr "Helluntaipäivä" #. Whit Monday. msgid "Piinsip-aappaa" msgstr "Toinen helluntaipäivä" #. Christmas Day. msgid "Juullip ullua" msgstr "Joulupäivä" #. Second Day of Christmas. msgid "Juullip-aappaa" msgstr "Tapaninpäivä" #. Epiphany. msgid "Kunngit pingasut ulluat" msgstr "Loppiainen" #. International Workers' Day. msgid "Sulisartut ulluat" msgstr "Kansainvälinen työn päivä" #. National Day. msgid "Ullortuneq" msgstr "Kansallispäivä" #. Christmas Eve. msgid "Juulliaraq" msgstr "Jouluaatto" #. New Year's Eve. msgid "Ukiortaami" msgstr "Uudenvuodenaatto" holidays-0.71/holidays/locale/fil/000077500000000000000000000000001500152103600170735ustar00rootroot00000000000000holidays-0.71/holidays/locale/fil/LC_MESSAGES/000077500000000000000000000000001500152103600206605ustar00rootroot00000000000000holidays-0.71/holidays/locale/fil/LC_MESSAGES/PH.po000066400000000000000000000061341500152103600215330ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # The Philippines holidays fil localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2024-10-30 02:45+0700\n" "PO-Revision-Date: 2024-11-02 01:48+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: fil\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "New Year's Day" msgstr "Bagong Taon" #. Chinese New Year. msgid "Chinese New Year" msgstr "Bagong Taon ng mga Tsino" #. EDSA People Power Revolution Anniversary. msgid "EDSA People Power Revolution Anniversary" msgstr "Anibersaryo ng Rebolusyon sa EDSA" #. Maundy Thursday. msgid "Maundy Thursday" msgstr "Huwebes Santo" #. Good Friday. msgid "Good Friday" msgstr "Biyernes Santo" #. Black Saturday. msgid "Black Saturday" msgstr "Sabado de Gloria" #. Day of Valor. msgid "Araw ng Kagitingan" msgstr "Araw ng Kagitingan" #. Labor Day. msgid "Labor Day" msgstr "Araw ng Paggawa" #. Independence Day. msgid "Independence Day" msgstr "Araw ng Kalayaan" #. Founding Anniversary of Iglesia ni Cristo. msgid "Founding Anniversary of Iglesia ni Cristo" msgstr "Anibersaryo ng Pagkatatag ng Iglesia ni Cristo" #. Ninoy Aquino Day. msgid "Ninoy Aquino Day" msgstr "Araw ng Kabayanihan ni Ninoy Aquino" #. National Heroes Day. msgid "National Heroes Day" msgstr "Araw ng mga Bayani" #. All Saints' Day Eve. msgid "All Saints' Day Eve" msgstr "Bisperas ng Araw ng mga Santo" #. All Saints' Day. msgid "All Saints' Day" msgstr "Araw ng mga Santo" #. Bonifacio Day. msgid "Bonifacio Day" msgstr "Araw ng Kabayanihan ni Bonifacio" #. Immaculate Conception. msgid "Feast of the Immaculate Conception of Mary" msgstr "Dakilang Kapistahan ng Kalinis-linisang Paglilihi sa Mahal na Birheng Maria" #. Christmas Eve. msgid "Christmas Eve" msgstr "Bisperas ng Pasko" #. Christmas Day. msgid "Christmas Day" msgstr "Pasko" #. Rizal Day. msgid "Rizal Day" msgstr "Araw ng Kabayanihan ni Rizal" #. New Year's Eve. msgid "Last Day of the Year" msgstr "Bisperas ng Bagong Taon" #. Eid al-Fitr. msgid "Eid'l Fitr" msgstr "Eid al-Fitr" #. Eid al-Adha. msgid "Eid'l Adha" msgstr "Eid al-Adha" #. Additional special (non-working) day. msgid "Additional special (non-working) day" msgstr "Karagdagang Espesyal na Araw (Walang Trabajo)" #. Elections special (non-working) day. msgid "Elections special (non-working) day" msgstr "Araw ng Halalan (Walang Trabajo)" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "%s (tinatayang)" holidays-0.71/holidays/locale/fr/000077500000000000000000000000001500152103600167305ustar00rootroot00000000000000holidays-0.71/holidays/locale/fr/LC_MESSAGES/000077500000000000000000000000001500152103600205155ustar00rootroot00000000000000holidays-0.71/holidays/locale/fr/LC_MESSAGES/BE.po000066400000000000000000000037741500152103600213560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belgium holidays fr localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.33\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-09-06 20:51+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nieuwjaar" msgstr "Nouvel An" #. Easter Sunday. msgid "Pasen" msgstr "Pâques" #. Easter Monday. msgid "Paasmaandag" msgstr "Lundi de Pâques" #. Labor Day. msgid "Dag van de Arbeid" msgstr "Fête du Travail" #. Ascension Day. msgid "O. L. H. Hemelvaart" msgstr "Ascension" #. Whit Sunday. msgid "Pinksteren" msgstr "Pentecôte" #. Whit Monday. msgid "Pinkstermaandag" msgstr "Lundi de Pentecôte" #. National Day. msgid "Nationale feestdag" msgstr "Fête nationale" #. Assumption Day. msgid "O. L. V. Hemelvaart" msgstr "Assomption" #. All Saints' Day. msgid "Allerheiligen" msgstr "Toussaint" #. Armistice Day. msgid "Wapenstilstand" msgstr "Jour de l'Armistice" #. Christmas Day. msgid "Kerstmis" msgstr "Noël" #. Good Friday. msgid "Goede Vrijdag" msgstr "Vendredi Saint" #. Friday after Ascension Day. msgid "Vrijdag na O. L. H. Hemelvaart" msgstr "Vendredi suivant l'Ascension" #. Bank Holiday. msgid "Banksluitingsdag" msgstr "Jour de fermeture bancaire" holidays-0.71/holidays/locale/fr/LC_MESSAGES/CA.po000066400000000000000000000070551500152103600213470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Canada holidays fr localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.32\n" "POT-Creation-Date: 2023-04-10 14:10+0300\n" "PO-Revision-Date: 2023-08-26 18:23+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "%s (Observé)" #. New Year's Day. msgid "New Year's Day" msgstr "Jour de l'an" #. Good Friday. msgid "Good Friday" msgstr "Vendredi saint" #. Easter Monday. msgid "Easter Monday" msgstr "Lundi de Pâques" #. Dominion Day. msgid "Dominion Day" msgstr "Jour du dominion" #. Labor Day. msgid "Labour Day" msgstr "Fête du Travail" #. Christmas Day. msgid "Christmas Day" msgstr "Jour de Noël" #. Boxing Day. msgid "Boxing Day" msgstr "Boxing Day" #. Family Day. msgid "Family Day" msgstr "Fête de la famille" #. Thanksgiving Day. msgid "Thanksgiving Day" msgstr "Action de grâce" #. Funeral of Queen Elizabeth II. msgid "Funeral of Her Majesty the Queen Elizabeth II" msgstr "Funéraire de sa majesté la reine Elizabeth II" #. Memorial Day. msgid "Memorial Day" msgstr "Jour de mémorial" #. Canada Day. msgid "Canada Day" msgstr "Fête du Canada" #. Victoria Day. msgid "Victoria Day" msgstr "Fête de la Reine" #. Heritage Day. msgid "Heritage Day" msgstr "Fête du Patrimoine" #. Remembrance Day. msgid "Remembrance Day" msgstr "Jour du Souvenir" #. British Columbia Day. msgid "British Columbia Day" msgstr "Jour de la Colombie Britannique" #. National Day for Truth and Reconciliation. msgid "National Day for Truth and Reconciliation" msgstr "Journée nationale de la vérité et de la réconciliation" #. Louis Riel Day. msgid "Louis Riel Day" msgstr "Journée Louis Riel" #. Terry Fox Day. msgid "Terry Fox Day" msgstr "Journée Terry Fox" #. Civic Holiday. msgid "Civic Holiday" msgstr "Premier lundi d'août" #. New Brunswick Day. msgid "New Brunswick Day" msgstr "Jour du Nouveau Brunswick" #. Saint Patrick's Day. msgid "Saint Patrick's Day" msgstr "Fête de la Saint-Patrick" #. Saint George's Day. msgid "Saint George's Day" msgstr "Fête de la Saint-Georges" #. Discovery Day. msgid "Discovery Day" msgstr "Jour de la Découverte" #. National Aboriginal Day. msgid "National Aboriginal Day" msgstr "Journée nationale des Autochtones" #. Nunavut Day. msgid "Nunavut Day" msgstr "Jour du Nunavut" #. Islander Day. msgid "Islander Day" msgstr "Fête des Insulaires" #. National Patriots' Day. msgid "National Patriots' Day" msgstr "Journée nationale des patriotes" #. Saint John the Baptist Day. msgid "Saint Jean Baptiste Day" msgstr "Fête nationale du Québec" #. Saskatchewan Day. msgid "Saskatchewan Day" msgstr "Jour du Saskatchewan" #. Orangemen's Day. msgid "Orangemen's Day" msgstr "Journée des Orangistes" #. Natal Day. msgid "Natal Day" msgstr "Jour de la Fondation" holidays-0.71/holidays/locale/fr/LC_MESSAGES/CG.po000066400000000000000000000027411500152103600213520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Congo holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-04 18:14+0700\n" "PO-Revision-Date: 2024-10-04 18:17+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Jour de l'An" msgstr "" #. Easter Monday. msgid "Lundi de Pâques" msgstr "" #. Labor Day. msgid "Fête du Travail" msgstr "" #. Ascension Day. msgid "Ascension" msgstr "" #. Whit Monday. msgid "Lundi de Pentecôte" msgstr "" #. Reconciliation Day. msgid "Fête de la Réconciliation" msgstr "" #. National Day. msgid "Fête Nationale" msgstr "" #. All Saints' Day. msgid "Toussaint" msgstr "" #. Republic Day. msgid "Jour de la République" msgstr "" #. Christmas Day. msgid "Noël" msgstr "" holidays-0.71/holidays/locale/fr/LC_MESSAGES/CH.po000066400000000000000000000053211500152103600213500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Switzerland holidays fr localization. msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-10 15:41+0300\n" "PO-Revision-Date: 2024-01-21 14:48+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Neujahrstag" msgstr "Nouvel An" #. Ascension Day. msgid "Auffahrt" msgstr "Ascension" #. National Day. msgid "Nationalfeiertag" msgstr "Fête nationale" #. Christmas Day. msgid "Weihnachten" msgstr "Noël" #. Good Friday. msgid "Karfreitag" msgstr "Vendredi saint" #. Easter Monday. msgid "Ostermontag" msgstr "Lundi de Pâques" #. Whit Monday. msgid "Pfingstmontag" msgstr "Lundi de Pentecôte" #. Saint Stephen's Day. msgid "Stephanstag" msgstr "Saint-Étienne" #. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "Saint-Berchtold" #. Corpus Christi. msgid "Fronleichnam" msgstr "Fête-Dieu" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "Assomption" #. All Saints' Day. msgid "Allerheiligen" msgstr "Toussaint" #. Immaculate Conception. msgid "Mariä Empfängnis" msgstr "Immaculée Conception" #. Labor Day. msgid "Tag der Arbeit" msgstr "Fête du Travail" #. Genevan Fast. msgid "Genfer Bettag" msgstr "Jeûne genevois" #. Restoration Day. msgid "Wiederherstellung der Republik" msgstr "Restauration de la République" #. Battle of Naefels Victory Day. msgid "Näfelser Fahrt" msgstr "Fahrtsfest" #. Independence Day. msgid "Fest der Unabhängigkeit" msgstr "Commémoration du plébiscite" #. Republic Day. msgid "Jahrestag der Ausrufung der Republik" msgstr "Instauration de la République" #. Saint Joseph's Day. msgid "Josefstag" msgstr "Saint-Joseph" #. Saint Nicholas of Flüe. msgid "Bruder Klaus" msgstr "Fête de Saint-Nicolas-de-Flüe" #. Epiphany. msgid "Heilige Drei Könige" msgstr "Épiphanie" #. Saints Peter and Paul. msgid "Peter und Paul" msgstr "Saint-Pierre et Paul" #. Prayer Monday. msgid "Bettagsmontag" msgstr "Lundi du Jeûne fédéral" holidays-0.71/holidays/locale/fr/LC_MESSAGES/CI.po000066400000000000000000000046721500152103600213610ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ivory Coast holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-03-30 02:24+0530\n" "PO-Revision-Date: 2025-03-30 02:24+0530\n" "Last-Translator: Kriti Birda \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Source-Language: fr\n" #. New Year's Day. msgid "1er janvier" msgstr "" #. Labor Day. msgid "Fête du travail" msgstr "" #. Independence Day. msgid "Fête Nationale" msgstr "" #. National Peace Day. msgid "Journée Nationale de la Paix" msgstr "" #. Easter Monday. msgid "Lundi de Pâques" msgstr "" #. Whit Monday. msgid "Lundi de Pentecôte" msgstr "" #. Assumption Day. msgid "Fête de l’Assomption" msgstr "" #. All Saints' Day. msgid "Fête de la Toussaint" msgstr "" #. Christmas Day. msgid "Fête de Noël" msgstr "" #. Ascension Day. msgid "Jour de l’Ascension" msgstr "" #. %s (estimated). #, c-format msgid "%s (estimé)" msgstr "" #. Eid al-Fitr. msgid "Fête de fin du Ramadan" msgstr "" #. Eid al-Adha. msgid "Fête de la Tabaski" msgstr "" #. Day after Prophet's Birthday. msgid "Lendemain de l’Anniversaire de la Naissance du Prophète Mahomet" msgstr "" #. Day after Night of Power. msgid "Lendemain de la Nuit du Destin" msgstr "" #. 2024 African Cup of Nations Victory. msgid "Victoire à la Coupe d’Afrique des Nations 2024" msgstr "" #. Day after the %s. #, c-format msgid "Lendemain de la %s" msgstr "" #. Day after the %s (estimated). #, c-format msgid "Lendemain de la %s (estimé)" msgstr "" #. Anniversary of death of President Felix Houphouet-Boigny. msgid "Anniversaire du décès du Président Felix Houphouet-Boigny" msgstr "" #. Public holiday for Presidential election preparation. msgid "Jour férié pour la préparation de l'élection présidentielle" msgstr "" holidays-0.71/holidays/locale/fr/LC_MESSAGES/DJ.po000066400000000000000000000035061500152103600213560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Djibouti holidays. msgid "" msgstr "" "Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-15 20:58+0300\n" "PO-Revision-Date: 2023-07-15 21:00+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. %s (estimated). #, c-format msgid "%s (estimé)" msgstr "" #. New Year's Day. msgid "Nouvel an" msgstr "" #. Labor Day. msgid "Fête du travail" msgstr "" #. Independence Day. msgid "Fête de l'indépendance" msgstr "" #. Independence Day Holiday. msgid "Fête de l'indépendance deuxième jour" msgstr "" #. Christmas Day. msgid "Noël" msgstr "" #. Isra' and Mi'raj. msgid "Al Isra et Al Mirague" msgstr "" #. Eid al-Fitr. msgid "Eid al-Fitr" msgstr "" #. Eid al-Fitr Holiday. msgid "Eid al-Fitr deuxième jour" msgstr "" #. Arafat Day. msgid "Arafat" msgstr "" #. Eid al-Adha. msgid "Eid al-Adha" msgstr "" #. Eid al-Adha Holiday. msgid "Eid al-Adha deuxième jour" msgstr "" #. Islamic New Year. msgid "Nouvel an musulman" msgstr "" #. Prophet Muhammad's Birthday. msgid "Anniversaire du prophète Muhammad" msgstr "" holidays-0.71/holidays/locale/fr/LC_MESSAGES/DZ.po000066400000000000000000000041631500152103600213760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Algeria holidays fr localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.33\n" "POT-Creation-Date: 2023-06-28 00:13+0100\n" "PO-Revision-Date: 2023-09-12 15:08+0100\n" "Last-Translator: Abdelkhalek Boukli Hacene \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.3.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "%s (estimé)" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "Nouvel an" #. Amazigh New Year. msgid "رأس السنة الأمازيغية" msgstr "Nouvel an Amazigh" #. Labor Day. msgid "عيد العمال" msgstr "Fête du Travail" #. Independence Day. msgid "عيد الإستقلال" msgstr "Fête de l'indépendance" #. Revolution Day. msgid "عيد الثورة" msgstr "Fête de la Révolution" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "Nouvel an musulman" #. Ashura. msgid "عاشورة" msgstr "Achoura" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "Anniversaire du prophète" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Fête de la rupture du jeûne" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "Congé de fête de la rupture du jeûne" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Fête du sacrifice" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "Congé de fête du sacrifice" holidays-0.71/holidays/locale/fr/LC_MESSAGES/FR.po000066400000000000000000000043751500152103600213750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # France holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-23 14:44+0200\n" "PO-Revision-Date: 2023-03-23 14:45+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Jour de l'an" msgstr "" #. Labor Day. msgid "Fête du Travail" msgstr "" #. Labor and Social Concord Day. msgid "Fête du Travail et de la Concorde sociale" msgstr "" #. Victory Day. msgid "Fête de la Victoire" msgstr "" #. National Day. msgid "Fête nationale" msgstr "" #. Armistice Day. msgid "Armistice" msgstr "" #. Good Friday. msgid "Vendredi saint" msgstr "" #. Mi-Careme. msgid "Mi-Carême" msgstr "" #. Easter Monday. msgid "Lundi de Pâques" msgstr "" #. Whit Monday. msgid "Lundi de Pentecôte" msgstr "" #. Ascension Day. msgid "Ascension" msgstr "" #. Assumption Day. msgid "Assomption" msgstr "" #. All Saints' Day. msgid "Toussaint" msgstr "" #. Christmas Day. msgid "Noël" msgstr "" #. Feast of Victor Schoelcher. msgid "Fête de Victor Schoelcher" msgstr "" #. Abolition of slavery. msgid "Abolition de l'esclavage" msgstr "" #. Saint Stephen's Day. msgid "Saint Étienne" msgstr "" #. Citizenship Day. msgid "Fête de la Citoyenneté" msgstr "" #. Missionary Day. msgid "Arrivée de l'Évangile" msgstr "" #. Internal Autonomy Day. msgid "Fête de l'autonomie" msgstr "" #. Feast of Saint Peter Chanel. msgid "Saint Pierre Chanel" msgstr "" #. Festival of the territory. msgid "Fête du Territoire" msgstr "" holidays-0.71/holidays/locale/fr/LC_MESSAGES/GN.po000066400000000000000000000040731500152103600213650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Guinea holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-03-31 15:39+0530\n" "PO-Revision-Date: 2025-03-31 15:39+0530\n" "Last-Translator: Nalin Gupta \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Source-Language: fr\n" #. %s (estimated). #, c-format msgid "%s (estimé)" msgstr "" #. Day after the %s. #, c-format msgid "Lendemain de la %s" msgstr "" #. Day after the %s (estimated). #, c-format msgid "Lendemain de la %s (estimé)" msgstr "" #. New Year's Day. msgid "Fête du Nouvel an" msgstr "" #. Second Republic Day. msgid "Jour de la Deuxième République" msgstr "" #. Easter Monday. msgid "Lundi de Pâques" msgstr "" #. Labor Day. msgid "Fête du Travail" msgstr "" #. Africa Day. msgid "Anniversaire de l'Union Africaine" msgstr "" #. Assumption Day. msgid "Assomption" msgstr "" #. Independence Day. msgid "Fête anniversaire de l'indépendance de la Guinée" msgstr "" #. All Saints' Day. msgid "Toussaint" msgstr "" #. Christmas Day. msgid "Fête de Noël" msgstr "" #. Day after Prophet's Birthday. msgid "Lendemain de la nuit du Maoloud" msgstr "" #. Day after Night of Power. msgid "Lendemain de la nuit Lailatoul Qadr" msgstr "" #. Eid al-Fitr. msgid "Jour de l'Aïd el-Fitr" msgstr "" #. Eid al-Adha. msgid "Jour de la Tabaski" msgstr "" #. Day after Eid al-Adha. msgid "Lendemain de la Tabaski" msgstr "" holidays-0.71/holidays/locale/fr/LC_MESSAGES/LU.po000066400000000000000000000033461500152103600214030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Luxembourg holidays fr localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 18:57+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Neijoerschdag" msgstr "Jour de l'an" #. Easter Monday. msgid "Ouschterméindeg" msgstr "Lundi de Pâques" #. Labor Day. msgid "Dag vun der Aarbecht" msgstr "Fête du Travail" #. Europe Day. msgid "Europadag" msgstr "Journée de l'Europe" #. Ascension Day. msgid "Christi Himmelfaart" msgstr "Ascension" #. Whit Monday. msgid "Péngschtméindeg" msgstr "Lundi de Pentecôte" #. National Day. msgid "Nationalfeierdag" msgstr "Fête nationale" #. Assumption Day. msgid "Léiffrawëschdag" msgstr "Assomption" #. All Saints' Day. msgid "Allerhellgen" msgstr "Toussaint" #. Christmas Day. msgid "Chrëschtdag" msgstr "Noël" #. Saint Stephen's Day. msgid "Stiefesdag" msgstr "Saint Etienne" holidays-0.71/holidays/locale/fr/LC_MESSAGES/MA.po000066400000000000000000000045411500152103600213560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Morocco holidays fr localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-15 19:53+0300\n" "PO-Revision-Date: 2023-07-15 20:02+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "%s (estimé)" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "Nouvel an" #. Proclamation of Independence Day. msgid "ذكرى تقديم وثيقة الاستقلال" msgstr "Manifeste de l'indépendance" #. Amazigh New Year. msgid "رأس السنة الأمازيغية" msgstr "Nouvel an Amazigh" #. Labor Day. msgid "عيد العمال" msgstr "Fête du Travail" #. Throne day. msgid "عيد العرش" msgstr "Fête du Trône" #. Oued Ed-Dahab Day. msgid "ذكرى استرجاع إقليم وادي الذهب" msgstr "Allégeance Oued Eddahab" #. Revolution Day. msgid "ذكرى ثورة الملك و الشعب" msgstr "La révolution du roi et du peuple" #. Youth Day. msgid "عيد الشباب" msgstr "Fête de la Jeunesse" #. Green March. msgid "ذكرى المسيرة الخضراء" msgstr "La marche verte" #. Independence Day. msgid "عيد الإستقلال" msgstr "Fête de l'indépendance" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "Fête de la rupture du jeûne" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "Fête du sacrifice" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "Nouvel an musulman" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "Anniversaire du prophète" holidays-0.71/holidays/locale/fr/LC_MESSAGES/MC.po000066400000000000000000000034111500152103600213530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Monaco holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-20 11:58+0200\n" "PO-Revision-Date: 2023-02-20 12:00+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. Public holiday. msgid "Jour férié" msgstr "" #. %s (observed). #, c-format msgid "%s (observé)" msgstr "" #. New Year's Day. msgid "Le jour de l'An" msgstr "" #. Saint Devote's Day. msgid "La Sainte Dévote" msgstr "" #. Easter Monday. msgid "Le lundi de Pâques" msgstr "" #. Labor Day. msgid "Fête de la Travaille" msgstr "" #. Ascension Day. msgid "L'Ascension" msgstr "" #. Whit Monday. msgid "Le lundi de Pentecôte" msgstr "" #. Corpus Christi. msgid "La Fête Dieu" msgstr "" #. Assumption Day. msgid "L'Assomption de Marie" msgstr "" #. All Saints' Day. msgid "La Toussaint" msgstr "" #. Prince's Day. msgid "La Fête du Prince" msgstr "" #. Immaculate Conception. msgid "L'Immaculée Conception" msgstr "" #. Christmas Day. msgid "Noël" msgstr "" holidays-0.71/holidays/locale/fr/LC_MESSAGES/TF.po000066400000000000000000000020241500152103600213640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # French Southern Territories holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.71\n" "POT-Creation-Date: 2023-03-23 14:44+0200\n" "PO-Revision-Date: 2023-03-23 14:45+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" holidays-0.71/holidays/locale/fr_HT/000077500000000000000000000000001500152103600173235ustar00rootroot00000000000000holidays-0.71/holidays/locale/fr_HT/LC_MESSAGES/000077500000000000000000000000001500152103600211105ustar00rootroot00000000000000holidays-0.71/holidays/locale/fr_HT/LC_MESSAGES/HT.po000066400000000000000000000050671500152103600217730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Haiti holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2024-08-19 13:57+0700\n" "PO-Revision-Date: 2024-08-20 10:00+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: fr_HT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.4.4\n" #. National Independence Day. msgid "Fête de l'Indépendance Nationale" msgstr "" #. Ancestry Day. msgid "Jour des Aïeux" msgstr "" #. Agriculture and Labor Day. msgid "Fête de l'Agriculture et du Travail" msgstr "" #. Flag Day and University Day. msgid "Fête du Drapeau et de l'Université" msgstr "" #. Commemoration of the Battle of Vertieres. msgid "Commémoration de la Bataille de Vertières" msgstr "" #. Armed Forces Day. msgid "Jour des Forces Armées" msgstr "" #. New Year's Day. msgid "Nouvel An" msgstr "" #. Carnival. msgid "Carnaval" msgstr "" #. Shrove Monday. msgid "Lundi Gras" msgstr "" #. Fat Tuesday. msgid "Mardi Gras" msgstr "" #. Good Friday. msgid "Vendredi Saint" msgstr "" #. Easter Sunday. msgid "Pâques" msgstr "" #. Corpus Christi. msgid "Fête-Dieu" msgstr "" #. Assumption Day. msgid "Assomption de Marie" msgstr "" #. Death of Dessalines. msgid "Mort de Dessalines" msgstr "" #. All Saints' Day. msgid "La Toussaint" msgstr "" #. Day of the Dead. msgid "Fête des Morts" msgstr "" #. Christmas Day. msgid "Noël" msgstr "" #. Ash Wednesday. msgid "Mercredi des Cendres" msgstr "" #. Maundy Thursday. msgid "Jeudi Saint" msgstr "" #. National Sovereignty Day. msgid "Fête de la Souveraineté Nationale" msgstr "" #. Feast of Lady of Perpetual Help, Patroness of Haiti. msgid "Fête de Notre-Dame du Perpétuel Secours, patronne d'Haiti" msgstr "" #. Ascension Day. msgid "Ascension" msgstr "" #. Birth Anniversary of Jean-Jacques Dessalines. msgid "Anniversaire de Naissance de Jean-Jacques Dessalines" msgstr "" #. Discovery Day. msgid "Jour de la Découverte" msgstr "" holidays-0.71/holidays/locale/fy/000077500000000000000000000000001500152103600167375ustar00rootroot00000000000000holidays-0.71/holidays/locale/fy/LC_MESSAGES/000077500000000000000000000000001500152103600205245ustar00rootroot00000000000000holidays-0.71/holidays/locale/fy/LC_MESSAGES/NL.po000066400000000000000000000033531500152103600214010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Netherlands holidays fy localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-25 14:31+0100\n" "PO-Revision-Date: 2025-01-25 14:31+0100\n" "Last-Translator: Syb Wartna <971092+waarissyb@users.noreply.github.com>\n" "Language-Team: Holidays Localization Team\n" "Language: fy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" #. New Year's Day. msgid "Nieuwjaarsdag" msgstr "Nijjiersdei" #. Easter Sunday. msgid "Eerste paasdag" msgstr "Peaskesnein" #. Easter Monday. msgid "Tweede paasdag" msgstr "Peaskemoandei" #. King's Day. msgid "Koningsdag" msgstr "Keningsdei" #. Queen's Day. msgid "Koninginnedag" msgstr "Keninginnedei" #. Liberation Day. msgid "Bevrijdingsdag" msgstr "Befrijingsdei" #. Ascension Day. msgid "Hemelvaartsdag" msgstr "Himelfeartsdei" #. Whit Sunday. msgid "Eerste Pinksterdag" msgstr "Pinkstersnein" #. Whit Monday. msgid "Tweede Pinksterdag" msgstr "Pinkstermoandei" #. Christmas Day. msgid "Eerste Kerstdag" msgstr "Eerste Krystdei" #. Second Day of Christmas. msgid "Tweede Kerstdag" msgstr "Twadde Krystdei" #. Good Friday. msgid "Goede Vrijdag" msgstr "Goedfreed" holidays-0.71/holidays/locale/he/000077500000000000000000000000001500152103600167155ustar00rootroot00000000000000holidays-0.71/holidays/locale/he/LC_MESSAGES/000077500000000000000000000000001500152103600205025ustar00rootroot00000000000000holidays-0.71/holidays/locale/he/LC_MESSAGES/IL.po000066400000000000000000000045121500152103600213500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Israel holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2023-07-18 17:57+0300\n" "Last-Translator: Arkadii Yakovets \n" "Language-Team: Holidays Localization Team\n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. Rosh Hashanah (New Year). msgid "ראש השנה" msgstr "" #. Yom Kippur (Day of Atonement). msgid "יום כיפור" msgstr "" #. Sukkot (Feast of Tabernacles). msgid "סוכות" msgstr "" #. Simchat Torah / Shemini Atzeret. msgid "שמחת תורה/שמיני עצרת" msgstr "" #. Pesach (Passover). msgid "פסח" msgstr "" #. Shvi'i shel Pesach (Seventh day of Passover) msgid "שביעי של פסח" msgstr "" #. Yom Ha-Atzmaut (Independence Day). msgid "יום העצמאות" msgstr "" #. Shavuot. msgid "שבועות" msgstr "" #. Chol HaMoed Sukkot (Feast of Tabernacles holiday). msgid "חול המועד סוכות" msgstr "" #. Sigd. msgid "סיגד" msgstr "" #. Purim. msgid "פורים" msgstr "" #. Chol HaMoed Pesach (Passover holiday). msgid "חול המועד פסח" msgstr "" #. Yom Hazikaron (Fallen Soldiers and Victims of Terrorism Remembrance Day). msgid "יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה" msgstr "" #. Yom Yerushalayim (Jerusalem Day). msgid "יום ירושלים" msgstr "" #. Tisha B'Av (Tisha B'Av, fast). msgid "תשעה באב" msgstr "" #. Hanukkah. msgid "חנוכה" msgstr "" #. Ta`anit Ester (Fast of Esther). msgid "תענית אסתר" msgstr "" #. Lag Ba'omer (Lag BaOmer). msgid "ל\"ג בעומר" msgstr "" #. %s (observed). #, c-format msgid "(נצפה) %s" msgstr "" holidays-0.71/holidays/locale/hi/000077500000000000000000000000001500152103600167215ustar00rootroot00000000000000holidays-0.71/holidays/locale/hi/LC_MESSAGES/000077500000000000000000000000001500152103600205065ustar00rootroot00000000000000holidays-0.71/holidays/locale/hi/LC_MESSAGES/IN.po000066400000000000000000000170641500152103600213640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # India holidays hi localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-28 01:24+0530\n" "PO-Revision-Date: 2025-03-01 15:11+0530\n" "Last-Translator: Ankush Kapoor \n" "Language-Team: Holidays Localization Team\n" "Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "%s (अनुमानित)" #. Republic Day. msgid "Republic Day" msgstr "गणतंत्र दिवस" #. Independence Day. msgid "Independence Day" msgstr "स्वतंत्रता दिवस" #. Gandhi Jayanti. msgid "Gandhi Jayanti" msgstr "गांधी जयंती" #. Children's Day. msgid "Children's Day" msgstr "बाल दिवस" #. Labor Day. msgid "Labour Day" msgstr "मजदूर दिवस" #. Diwali. msgid "Diwali" msgstr "दिवाली" #. Holi. msgid "Holi" msgstr "होली" #. Govardhan Puja. msgid "Govardhan Puja" msgstr "गोवर्धन पूजा" #. Raksha Bandhan. msgid "Raksha Bandhan" msgstr "रक्षाबंधन" #. Janmashtami. msgid "Janmashtami" msgstr "जन्माष्टमी" #. Dussehra. msgid "Dussehra" msgstr "दशहरा" #. Mahavir Jayanti. msgid "Mahavir Jayanti" msgstr "महावीर जयंती" #. Maha Shivaratri. msgid "Maha Shivaratri" msgstr "महाशिवरात्रि" #. Navratri / Sharad Navratri. msgid "Navratri / Sharad Navratri" msgstr "नवरात्र/शरद नवरात्र" #. Ram Navami. msgid "Ram Navami" msgstr "रामनवमी" #. Maha Navami. msgid "Maha Navami" msgstr "महानवमी" #. Ganesh Chaturthi. msgid "Ganesh Chaturthi" msgstr "गणेश चतुर्थी" #. Makar Sankranti. msgid "Makar Sankranti" msgstr "मकर संक्रांति" #. Guru Nanak Jayanti. msgid "Guru Nanak Jayanti" msgstr "गुरु नानक जयंती" #. Palm Sunday. msgid "Palm Sunday" msgstr "पाम संडे" #. Good Friday. msgid "Good Friday" msgstr "गुड फ्राइडे" #. Easter Sunday. msgid "Easter Sunday" msgstr "ईस्टर संडे" #. Christmas. msgid "Christmas" msgstr "क्रिसमस" #. Dr. B. R. Ambedkar Jayanti. msgid "Dr. B. R. Ambedkar's Jayanti" msgstr "डॉ. बी.आर. आम्बेडकर जयंती" #. Andhra Pradesh Foundation Day. msgid "Andhra Pradesh Foundation Day" msgstr "आंध्र प्रदेश स्थापना दिवस" #. Assam Day. msgid "Assam Day" msgstr "असम दिवस" #. Chhath Puja. msgid "Chhath Puja" msgstr "छठ पूजा" #. Bihar Day. msgid "Bihar Day" msgstr "बिहार दिवस" #. Chhattisgarh Foundation Day. msgid "Chhattisgarh Foundation Day" msgstr "छत्तीसगढ़ स्थापना दिवस" #. Goa Liberation Day. msgid "Goa Liberation Day" msgstr "गोवा मुक्ति दिवस" #. Makar Sankranti. msgid "Uttarayan" msgstr "उत्तरायण" #. Gujarat Day. msgid "Gujarat Day" msgstr "गुजरात दिवस" #. Sardar Vallabhbhai Patel Jayanti. msgid "Sardar Vallabhbhai Patel Jayanti" msgstr "सरदार वल्लभभाई पटेल जयंती" #. Himachal Day. msgid "Himachal Day" msgstr "हिमाचल दिवस" #. Haryana Foundation Day. msgid "Haryana Foundation Day" msgstr "हरियाणा स्थापना दिवस" #. Jharkhand Formation Day. msgid "Jharkhand Formation Day" msgstr "झारखंड स्थापना दिवस" #. Karnataka Rajyotsav. msgid "Karnataka Rajyotsava" msgstr "कर्नाटक राज्योत्सव" #. Onam. msgid "Onam" msgstr "ओणम" #. Kerala Foundation Day. msgid "Kerala Foundation Day" msgstr "केरल स्थापना दिवस" #. Mizoram State Day. msgid "Mizoram State Day" msgstr "मिज़ोरम राज्य दिवस" #. Gudi Padwa. msgid "Gudi Padwa" msgstr "गुडी पाडवा" #. Chhatrapati Shivaji Maharaj Jayanti. msgid "Chhatrapati Shivaji Maharaj Jayanti" msgstr "छत्रपति शिवाजी महाराज जयंती" #. Maharashtra Day. msgid "Maharashtra Day" msgstr "महाराष्ट्र दिवस" #. Madhya Pradesh Foundation Day. msgid "Madhya Pradesh Foundation Day" msgstr "मध्य प्रदेश स्थापना दिवस" #. Nagaland State Inauguration Day. msgid "Nagaland State Inauguration Day" msgstr "नागालैंड राज्य उद्घाटन दिवस" #. Odisha Day. msgid "Odisha Day (Utkala Dibasa)" msgstr "ओडिशा दिवस (उत्कल दिवस)" #. Maha Vishuva Sankranti. msgid "Maha Vishuva Sankranti / Pana Sankranti" msgstr "महा विषुव संक्रांति / पण संक्रांति" #. Guru Gobind Singh Jayanti. msgid "Guru Gobind Singh Jayanti" msgstr "गुरु गोबिंद सिंह जयंती" #. Vaisakhi. msgid "Vaisakhi" msgstr "वैसाखी" #. Lohri. msgid "Lohri" msgstr "लोहड़ी" #. Punjabi Day. msgid "Punjab Day" msgstr "पंजाब दिवस" #. Puducherry De Jure Transfer Day. msgid "Puducherry De Jure Transfer Day" msgstr "पुडुचेरी डी ज्यूर स्थानांतरण दिवस" #. Puducherry Liberation Day. msgid "Puducherry Liberation Day" msgstr "पुडुचेरी मुक्ति दिवस" #. Rajasthan Day. msgid "Rajasthan Day" msgstr "राजस्थान दिवस" #. Maharana Pratap Jayanti. msgid "Maharana Pratap Jayanti" msgstr "महाराणा प्रताप जयंती" #. Sikkim State Day. msgid "Sikkim State Day" msgstr "सिक्किम राज्य दिवस" #. Pongal. msgid "Pongal" msgstr "पोंगल" #. Puthandu. msgid "Puthandu (Tamil New Year)" msgstr "पुत्ताण्डु (तमिल नव वर्ष)" #. Telangana Formation Day. msgid "Telangana Formation Day" msgstr "तेलंगाना स्थापना दिवस" #. Bathukamma Festival. msgid "Bathukamma Festival" msgstr "बतुकम्मा महोत्सव" #. UP Formation Day. msgid "UP Formation Day" msgstr "यूपी स्थापना दिवस" #. Pohela Boisakh. msgid "Pohela Boishakh" msgstr "पोहेला बोइशाख" #. Rabindra Jayanti. msgid "Rabindra Jayanti" msgstr "रवींद्र जयंती" #. Ashura. msgid "Muharram" msgstr "मुहर्रम" #. Prophet's Birthday. msgid "Milad-un-Nabi" msgstr "मिलाद-उन-नबी" #. Eid al-Fitr. msgid "Id-ul-Fitr" msgstr "ईद-उल-फितर" #. Eid al-Adha. msgid "Bakrid" msgstr "बकरीद" #. Magh Bihu. msgid "Magh Bihu" msgstr "माघ बिहू" #. Buddha Purnima. msgid "Buddha Purnima" msgstr "बुद्ध पूर्णिमा" holidays-0.71/holidays/locale/hr/000077500000000000000000000000001500152103600167325ustar00rootroot00000000000000holidays-0.71/holidays/locale/hr/LC_MESSAGES/000077500000000000000000000000001500152103600205175ustar00rootroot00000000000000holidays-0.71/holidays/locale/hr/LC_MESSAGES/HR.po000066400000000000000000000041711500152103600213730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Croatia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-23 19:21+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Nova godina" msgstr "" #. Epiphany. msgid "Bogojavljenje ili Sveta tri kralja" msgstr "" #. Easter Sunday. msgid "Uskrs" msgstr "" #. Easter Monday. msgid "Uskrsni ponedjeljak" msgstr "" #. Corpus Christi. msgid "Tijelovo" msgstr "" #. Labor Day. msgid "Praznik rada" msgstr "" #. Statehood Day. msgid "Dan državnosti" msgstr "" #. Anti-Fascist Struggle Day. msgid "Dan antifašističke borbe" msgstr "" #. Victory and Homeland Thanksgiving Day and Croatian Veterans Day. msgid "Dan pobjede i domovinske zahvalnosti i Dan hrvatskih branitelja" msgstr "" #. Victory and Homeland Thanksgiving Day. msgid "Dan pobjede i domovinske zahvalnosti" msgstr "" #. Assumption Day. msgid "Velika Gospa" msgstr "" #. Independence Day. msgid "Dan neovisnosti" msgstr "" #. All Saints' Day. msgid "Svi sveti" msgstr "" #. Remembrance Day. msgid "Dan sjećanja na žrtve Domovinskog rata i Dan sjećanja na žrtvu Vukovara i Škabrnje" msgstr "" #. Christmas Day. msgid "Božić" msgstr "" #. Saint Stephen's Day. msgid "Sveti Stjepan" msgstr "" holidays-0.71/holidays/locale/ht/000077500000000000000000000000001500152103600167345ustar00rootroot00000000000000holidays-0.71/holidays/locale/ht/LC_MESSAGES/000077500000000000000000000000001500152103600205215ustar00rootroot00000000000000holidays-0.71/holidays/locale/ht/LC_MESSAGES/HT.po000066400000000000000000000057441500152103600214060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Haiti holidays ht localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.56\n" "POT-Creation-Date: 2024-08-19 13:57+0700\n" "PO-Revision-Date: 2024-08-20 10:00+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: ht\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.4.4\n" #. National Independence Day. msgid "Fête de l'Indépendance Nationale" msgstr "Jounen Endepandans Nasyonal" #. Ancestry Day. msgid "Jour des Aïeux" msgstr "Fèt Zansèt yo" #. Agriculture and Labor Day. msgid "Fête de l'Agriculture et du Travail" msgstr "Jounen Agrikilti ak Travay" #. Flag Day and University Day. msgid "Fête du Drapeau et de l'Université" msgstr "Jounen Drapo ak Inivèsite" #. Commemoration of the Battle of Vertieres. msgid "Commémoration de la Bataille de Vertières" msgstr "Komemorasyon batay Vertières" #. Armed Forces Day. msgid "Jour des Forces Armées" msgstr "Jounen Fòs Lame" #. New Year's Day. msgid "Nouvel An" msgstr "Nouvèl Ane" #. Carnival. msgid "Carnaval" msgstr "Kanaval" #. Shrove Monday. msgid "Lundi Gras" msgstr "Lendi Gras" #. Fat Tuesday. msgid "Mardi Gras" msgstr "Madi Gras" #. Good Friday. msgid "Vendredi Saint" msgstr "Vandredi Sen" #. Easter Sunday. msgid "Pâques" msgstr "Pak" #. Corpus Christi. msgid "Fête-Dieu" msgstr "Fèt Dye" #. Assumption Day. msgid "Assomption de Marie" msgstr "Sipozisyon Mari" #. Death of Dessalines. msgid "Mort de Dessalines" msgstr "Lanmò Desalin" #. All Saints' Day. msgid "La Toussaint" msgstr "Jou tout Sen" #. Day of the Dead. msgid "Fête des Morts" msgstr "Jou Mouri" #. Christmas Day. msgid "Noël" msgstr "Nwèl" #. Ash Wednesday. msgid "Mercredi des Cendres" msgstr "Mèkredi Sann" #. Maundy Thursday. msgid "Jeudi Saint" msgstr "Jedi Sant" #. National Sovereignty Day. msgid "Fête de la Souveraineté Nationale" msgstr "Jounen Nasyonal Souverènte" #. Feast of Lady of Perpetual Help, Patroness of Haiti. msgid "Fête de Notre-Dame du Perpétuel Secours, patronne d'Haiti" msgstr "Fèt Manman Pèpetyèl Sekou, Patwòn Peyi Dayiti" #. Ascension Day. msgid "Ascension" msgstr "Asansyon" #. Birth Anniversary of Jean-Jacques Dessalines. msgid "Anniversaire de Naissance de Jean-Jacques Dessalines" msgstr "Anivèsè Nesans Jean-Jacques Dessalines" #. Discovery Day. msgid "Jour de la Découverte" msgstr "Jounen Dekouvèt" holidays-0.71/holidays/locale/hu/000077500000000000000000000000001500152103600167355ustar00rootroot00000000000000holidays-0.71/holidays/locale/hu/LC_MESSAGES/000077500000000000000000000000001500152103600205225ustar00rootroot00000000000000holidays-0.71/holidays/locale/hu/LC_MESSAGES/HU.po000066400000000000000000000041341500152103600214000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Hungary holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-06-12 19:06+0300\n" "PO-Revision-Date: 2023-11-10 22:14+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Újév" msgstr "" #. National Day. msgid "Nemzeti ünnep" msgstr "" #. Good Friday. msgid "Nagypéntek" msgstr "" #. Easter. msgid "Húsvét" msgstr "" #. Easter Monday. msgid "Húsvét Hétfő" msgstr "" #. Whit Sunday. msgid "Pünkösd" msgstr "" #. Whit Monday. msgid "Pünkösdhétfő" msgstr "" #. Labor Day. msgid "A Munka ünnepe" msgstr "" #. Bread Day. msgid "A kenyér ünnepe" msgstr "" #. State Foundation Day. msgid "Az államalapítás ünnepe" msgstr "" #. All Saints' Day. msgid "Mindenszentek" msgstr "" #. Christmas Day. msgid "Karácsony" msgstr "" #. Second Day of Christmas. msgid "Karácsony másnapja" msgstr "" #. Proclamation of Soviet Republic Day. msgid "A Tanácsköztársaság kikiáltásának ünnepe" msgstr "" #. Liberation Day. msgid "A felszabadulás ünnepe" msgstr "" #. Great October Socialist Revolution Day. msgid "A nagy októberi szocialista forradalom ünnepe" msgstr "" #. Substituted date format. msgid "%Y. %m. %d." msgstr "" #. Day off (substituted from %s). #, c-format msgid "Pihenőnap (%s-től helyettesítve)" msgstr "" holidays-0.71/holidays/locale/hy/000077500000000000000000000000001500152103600167415ustar00rootroot00000000000000holidays-0.71/holidays/locale/hy/LC_MESSAGES/000077500000000000000000000000001500152103600205265ustar00rootroot00000000000000holidays-0.71/holidays/locale/hy/LC_MESSAGES/AM.po000066400000000000000000000042351500152103600213670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Armenia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.20\n" "POT-Creation-Date: 2023-02-15 20:06-0800\n" "PO-Revision-Date: 2023-02-16 08:57-0800\n" "Last-Translator: Arkadii Yakovets \n" "Language-Team: Holidays Localization Team\n" "Language: hy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Նոր տարվա օր" msgstr "" #. Christmas. Epiphany Day. msgid "Սուրբ Ծնունդ եւ Հայտնություն" msgstr "" #. Christmas Eve. msgid "Սուրբ Ծննդյան տոներ" msgstr "" #. The Day of Remembrance of the Dead. msgid "Մեռելոց հիշատակի օր" msgstr "" #. Army Day. msgid "Բանակի օր" msgstr "" #. Women's Day. msgid "Կանանց տոն" msgstr "" #. Motherhood and Beauty Day. msgid "Մայրության և գեղեցկության տոն" msgstr "" #. Armenian Genocide Remembrance Day. msgid "Եղեռնի զոհերի հիշատակի օր" msgstr "" #. International Day of Workers' Solidarity. msgid "Աշխատավորների համերաշխության միջազգային օր" msgstr "" #. Labor Day. msgid "Աշխատանքի օր" msgstr "" #. Victory and Peace Day. msgid "Հաղթանակի և Խաղաղության տոն" msgstr "" #. Republic Day. msgid "Հանրապետության օր" msgstr "" #. Constitution Day. msgid "Սահմանադրության օր" msgstr "" #. Independence Day. msgid "Անկախության օր" msgstr "" #. New Year's Eve. msgid "Նոր տարվա գիշեր" msgstr "" holidays-0.71/holidays/locale/id/000077500000000000000000000000001500152103600167155ustar00rootroot00000000000000holidays-0.71/holidays/locale/id/LC_MESSAGES/000077500000000000000000000000001500152103600205025ustar00rootroot00000000000000holidays-0.71/holidays/locale/id/LC_MESSAGES/ID.po000066400000000000000000000073171500152103600213460ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Indonesia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2023-07-23 14:09+0300\n" "PO-Revision-Date: 2024-10-30 16:45+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (perkiraan)" msgstr "" #. General Election Day. msgid "Hari Pemilihan Unum" msgstr "" #. Presidential Election Day. msgid "Hari Pemilihan Presiden" msgstr "" #. Legislative Election Day. msgid "Hari Pemilihan Legislatif" msgstr "" #. Local Election Day. msgid "Hari Pemilihan Kepala Daerah" msgstr "" #. Eid al-Fitr Joint Holiday. msgid "Cuti Bersama Hari Raya Idul Fitri" msgstr "" #. Christmas Joint Holiday. msgid "Cuti Bersama Hari Raya Natal" msgstr "" #. Lunar New Year Joint Holiday. msgid "Cuti Bersama Tahun Baru Imlek" msgstr "" #. Day of Silence Joint Holiday. msgid "Cuti Bersama Hari Suci Nyepi" msgstr "" #. New Year's Day. msgid "Tahun Baru Masehi" msgstr "" #. Lunar New Year. msgid "Tahun Baru Imlek" msgstr "" #. Day of Silence. msgid "Hari Suci Nyepi" msgstr "" #. Good Friday. msgid "Wafat Yesus Kristus" msgstr "" #. Easter Monday. msgid "Hari kedua Paskah" msgstr "" #. Vesak Day. msgid "Hari Raya Waisak" msgstr "" #. International Labor Day. msgid "Hari Buruh Internasional" msgstr "" #. Ascension Day. msgid "Kenaikan Yesus Kristus" msgstr "" #. Whit Monday. msgid "Hari kedua Pentakosta" msgstr "" #. Pancasila Day. msgid "Hari Lahir Pancasila" msgstr "" #. Assumption Day. msgid "Mikraj Santa Maria" msgstr "" #. Independence Day. msgid "Hari Kemerdekaan Republik Indonesia" msgstr "" #. Armed Forces Day. msgid "Hari Angkatan Perang" msgstr "" #. Heroes' Day. msgid "Hari Pahlawan" msgstr "" #. Christmas Day. msgid "Hari Raya Natal" msgstr "" #. Eid al-Fitr. msgid "Hari Raya Idul Fitri" msgstr "" #. Eid al-Fitr Second Day. msgid "Hari kedua dari Hari Raya Idul Fitri" msgstr "" #. Eid al-Adha. msgid "Hari Raya Idul Adha" msgstr "" #. Islamic New Year. msgid "Tahun Baru Islam" msgstr "" #. Prophet's Birthday. msgid "Maulid Nabi Muhammad" msgstr "" #. Isra' and Mi'raj. msgid "Isra Mikraj Nabi Muhammad" msgstr "" #. Nuzul Al Quran. msgid "Nuzululqur'an" msgstr "" #. Eid al-Adha Joint Holiday. msgid "Cuti Bersama Hari Raya Idul Adha" msgstr "" #. Prophet's Birthday Joint Holiday. msgid "Cuti Bersama Maulid Nabi Muhammad" msgstr "" #. Ascension Joint Holiday. msgid "Cuti Bersama Kenaikan Yesus Kristus" msgstr "" #. Vesak Joint Holiday. msgid "Cuti Bersama Hari Raya Waisak" msgstr "" #. %s (observed). #, c-format msgid "Pegangti %s" msgstr "" #. %s (observed, estimated). #, c-format msgid "Pegangti %s (perkiraan)" msgstr "" #. Islamic New Year Joint Holiday. msgid "Cuti Bersama Tahun Baru Islam" msgstr "" #. New Year's Joint Holiday. msgid "Cuti Bersama Tahun Baru Masehi" msgstr "" #. Independence Day Joint Holiday. msgid "Cuti Bersama Hari Kemerdekaan Republik Indonesia" msgstr "" #. Easter Sunday. msgid "Kebangkitan Yesus Kristus" msgstr "" holidays-0.71/holidays/locale/is/000077500000000000000000000000001500152103600167345ustar00rootroot00000000000000holidays-0.71/holidays/locale/is/LC_MESSAGES/000077500000000000000000000000001500152103600205215ustar00rootroot00000000000000holidays-0.71/holidays/locale/is/LC_MESSAGES/GL.po000066400000000000000000000040761500152103600213720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greenland holidays is localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2025-02-11 18:30+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Ukiortaaq" msgstr "Nýársdagur" #. Maundy Thursday. msgid "Sisamanngortoq illernartoq" msgstr "Skírdagur" #. Good Friday. msgid "Tallimanngorneq tannaartoq" msgstr "Föstudagurinn langi" #. Easter Sunday. msgid "Poorskip ullua" msgstr "Páskadagur" #. Easter Monday. msgid "Poorskip-aappaa" msgstr "Annar í páskum" #. Great Prayer Day. msgid "Ulloq qinuffiusoq" msgstr "Kóngsbænadagur" #. Ascension Day. msgid "Qilaliarfik" msgstr "Uppstigningardagur" #. Whit Sunday. msgid "Piinsip ullua" msgstr "Hvítasunnudagur" #. Whit Monday. msgid "Piinsip-aappaa" msgstr "Annar í hvítasunnu" #. Christmas Day. msgid "Juullip ullua" msgstr "Jóladagur" #. Second Day of Christmas. msgid "Juullip-aappaa" msgstr "Annar í jólum" #. Epiphany. msgid "Kunngit pingasut ulluat" msgstr "Þrettándinn" #. International Workers' Day. msgid "Sulisartut ulluat" msgstr "Frídagur verkalýðsins" #. National Day. msgid "Ullortuneq" msgstr "Þjóðhátíðardagur" #. Christmas Eve. msgid "Juulliaraq" msgstr "Aðfangadagur" #. New Year's Eve. msgid "Ukiortaami" msgstr "Gamlársdagur" holidays-0.71/holidays/locale/is/LC_MESSAGES/IS.po000066400000000000000000000037031500152103600213770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Iceland holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-04-09 14:31+0300\n" "PO-Revision-Date: 2025-01-27 19:04+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n%10==1 && n%100!=11);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Nýársdagur" msgstr "" #. Maundy Thursday. msgid "Skírdagur" msgstr "" #. Good Friday. msgid "Föstudagurinn langi" msgstr "" #. Easter Sunday. msgid "Páskadagur" msgstr "" #. Easter Monday. msgid "Annar í páskum" msgstr "" #. First Day of Summer. msgid "Sumardagurinn fyrsti" msgstr "" #. Labor Day. msgid "Verkalýðsdagurinn" msgstr "" #. Ascension Day. msgid "Uppstigningardagur" msgstr "" #. Whit Sunday. msgid "Hvítasunnudagur" msgstr "" #. Whit Monday. msgid "Annar í hvítasunnu" msgstr "" #. National Day. msgid "Þjóðhátíðardagurinn" msgstr "" #. Commerce Day. msgid "Frídagur verslunarmanna" msgstr "" #. Christmas Eve. msgid "Aðfangadagur" msgstr "" #. Christmas Day. msgid "Jóladagur" msgstr "" #. Second Day of Christmas. msgid "Annar í jólum" msgstr "" #. New Year's Eve. msgid "Gamlársdagur" msgstr "" #. %s (from 1pm). #, c-format msgid "%s (frá kl. 13.00)" msgstr "" holidays-0.71/holidays/locale/it/000077500000000000000000000000001500152103600167355ustar00rootroot00000000000000holidays-0.71/holidays/locale/it/LC_MESSAGES/000077500000000000000000000000001500152103600205225ustar00rootroot00000000000000holidays-0.71/holidays/locale/it/LC_MESSAGES/CH.po000066400000000000000000000053321500152103600213570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Switzerland holidays it localization. msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-10 15:41+0300\n" "PO-Revision-Date: 2024-01-21 14:48+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Neujahrstag" msgstr "Capodanno" #. Ascension Day. msgid "Auffahrt" msgstr "Ascensione di Gesù" #. National Day. msgid "Nationalfeiertag" msgstr "Festa nazionale" #. Christmas Day. msgid "Weihnachten" msgstr "Natale" #. Good Friday. msgid "Karfreitag" msgstr "Venerdì Santo" #. Easter Monday. msgid "Ostermontag" msgstr "Lunedì dell'Angelo" #. Whit Monday. msgid "Pfingstmontag" msgstr "Lunedì di Pentecoste" #. Saint Stephen's Day. msgid "Stephanstag" msgstr "Giorno di Santo Stefano" #. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "Giorno di Bertoldo" #. Corpus Christi. msgid "Fronleichnam" msgstr "Corpus Domini" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "Assunzione di Maria" #. All Saints' Day. msgid "Allerheiligen" msgstr "Ognissanti" #. Immaculate Conception. msgid "Mariä Empfängnis" msgstr "Immacolata Concezione" #. Labor Day. msgid "Tag der Arbeit" msgstr "Festa del lavoro" #. Genevan Fast. msgid "Genfer Bettag" msgstr "Jeûne genevois" #. Restoration Day. msgid "Wiederherstellung der Republik" msgstr "Restauration genevoise" #. Battle of Naefels Victory Day. msgid "Näfelser Fahrt" msgstr "Battaglia di Näfels" #. Independence Day. msgid "Fest der Unabhängigkeit" msgstr "Festa dell'Indipendenza" #. Republic Day. msgid "Jahrestag der Ausrufung der Republik" msgstr "Giorno della Repubblica" #. Saint Joseph's Day. msgid "Josefstag" msgstr "San Giuseppe" #. Saint Nicholas of Flüe. msgid "Bruder Klaus" msgstr "Nicolao della Flüe" #. Epiphany. msgid "Heilige Drei Könige" msgstr "Epifania" #. Saints Peter and Paul. msgid "Peter und Paul" msgstr "Santi Pietro e Paolo" #. Prayer Monday. msgid "Bettagsmontag" msgstr "Digiuno Ginevrino" holidays-0.71/holidays/locale/it/LC_MESSAGES/VA.po000066400000000000000000000057031500152103600213750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Vatican City holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-27 23:00+0700\n" "PO-Revision-Date: 2025-01-27 23:03+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. Solemnity of Mary, Mother of God. msgid "Solennità di Maria Santissima Madre di Dio" msgstr "" #. Epiphany. msgid "Epifania del Signore" msgstr "" #. Anniversary of the Foundation of Vatican City. msgid "Anniversario della istituzione dello Stato della Città del Vaticano" msgstr "" #. Anniversary of the Election of the Holy Father. msgid "Anniversario dell'Elezione del Santo Padre" msgstr "" #. Name Day of the Holy Father. msgid "Onomastico del Santo Padre" msgstr "" #. Saint Joseph's Day. msgid "San Giuseppe" msgstr "" #. Maundy Thursday. msgid "Giovedì Santo" msgstr "" #. Good Friday. msgid "Venerdì Santo" msgstr "" #. Holy Saturday. msgid "Sabato Santo" msgstr "" #. Easter Sunday. msgid "Pasqua di Resurrezione" msgstr "" #. Easter Monday. msgid "Lunedì dell'Angelo" msgstr "" #. Easter Tuesday. msgid "Martedì in Albis" msgstr "" #. Saint Joseph the Worker. msgid "San Giuseppe Artigiano" msgstr "" #. Solemnity of Pentecost. msgid "Solennità della Pentecoste" msgstr "" #. Solemnity of Holy Trinity. msgid "Solennità della Santissima Trinità" msgstr "" #. Ascension Day. msgid "Ascensione del Signore" msgstr "" #. Corpus Domini. msgid "Corpus Domini" msgstr "" #. Saints Peter and Paul's Day. msgid "Santi Pietro e Paolo" msgstr "" #. Day Before Assumption of Mary. msgid "Vigilia dell'Assunzione di Maria Santissima" msgstr "" #. Assumption of Mary Day. msgid "Assunzione di Maria Santissima" msgstr "" #. Day After Assumption of Mary. msgid "Giorno Successivo all'Assunzione di Maria Santissima" msgstr "" #. All Saints' Day. msgid "Tutti i Santi" msgstr "" #. All Souls' Day. msgid "Tutti i Fedeli Defunti" msgstr "" #. Immaculate Conception. msgid "Immacolata Concezione" msgstr "" #. Christmas Eve. msgid "Vigilia di Natale" msgstr "" #. Christmas Day. msgid "Natale" msgstr "" #. Saint Stephen's Day. msgid "Santo Stefano" msgstr "" #. Saint John the Evangelist's Day. msgid "San Giovanni" msgstr "" #. Last Day of the Year. msgid "Ultimo giorno dell'anno" msgstr "" holidays-0.71/holidays/locale/ja/000077500000000000000000000000001500152103600167135ustar00rootroot00000000000000holidays-0.71/holidays/locale/ja/LC_MESSAGES/000077500000000000000000000000001500152103600205005ustar00rootroot00000000000000holidays-0.71/holidays/locale/ja/LC_MESSAGES/JP.po000066400000000000000000000046121500152103600213540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Japan holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-23 15:45+0300\n" "PO-Revision-Date: 2023-07-23 15:47+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. The Crown Prince marriage ceremony. msgid "結婚の儀" msgstr "" #. State Funeral of Emperor Shōwa. msgid "大喪の礼" msgstr "" #. Enthronement ceremony. msgid "即位礼正殿の儀" msgstr "" #. Enthronement day. msgid "天皇の即位の日" msgstr "" #. Enthronement ceremony. msgid "即位礼正殿の儀が行われる日" msgstr "" #. New Year's Day. msgid "元日" msgstr "" #. Coming of Age Day. msgid "成人の日" msgstr "" #. Foundation Day. msgid "建国記念の日" msgstr "" #. Emperor's Birthday. msgid "天皇誕生日" msgstr "" #. Vernal Equinox Day. msgid "春分の日" msgstr "" #. Greenery Day. msgid "みどりの日" msgstr "" #. Showa Day. msgid "昭和の日" msgstr "" #. Constitution Day. msgid "憲法記念日" msgstr "" #. Children's Day. msgid "こどもの日" msgstr "" #. Marine Day. msgid "海の日" msgstr "" #. Mountain Day. msgid "山の日" msgstr "" #. Respect for the Aged Day. msgid "敬老の日" msgstr "" #. Autumnal Equinox Day. msgid "秋分の日" msgstr "" #. Physical Education Day. msgid "体育の日" msgstr "" #. Sports Day. msgid "スポーツの日" msgstr "" #. Culture Day. msgid "文化の日" msgstr "" #. Labor Thanksgiving Day. msgid "勤労感謝の日" msgstr "" #. Substitute Holiday. msgid "振替休日" msgstr "" #. National Holiday. msgid "国民の休日" msgstr "" #. Bank Holiday. msgid "銀行休業日" msgstr "" holidays-0.71/holidays/locale/ka/000077500000000000000000000000001500152103600167145ustar00rootroot00000000000000holidays-0.71/holidays/locale/ka/LC_MESSAGES/000077500000000000000000000000001500152103600205015ustar00rootroot00000000000000holidays-0.71/holidays/locale/ka/LC_MESSAGES/GE.po000066400000000000000000000050341500152103600213360ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Georgia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.50\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2024-05-23 11:01+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.4\n" #. New Year's Day. msgid "ახალი წელი" msgstr "" #. Christmas Day. msgid "ქრისტეშობა" msgstr "" #. Epiphany. msgid "ნათლისღება" msgstr "" #. Mother's Day. msgid "დედის დღე" msgstr "" #. International Women's Day. msgid "ქალთა საერთაშორისო დღე" msgstr "" #. Good Friday. msgid "წითელი პარასკევი" msgstr "" #. Holy Saturday. msgid "დიდი შაბათი" msgstr "" #. Easter Sunday. msgid "აღდგომა" msgstr "" #. Easter Monday. msgid "შავი ორშაბათი" msgstr "" #. National Unity Day. msgid "ეროვნული ერთიანობის დღე" msgstr "" #. Day of Victory over Fascism. msgid "ფაშიზმზე გამარჯვების დღე" msgstr "" #. Saint Andrew's Day. msgid "წმინდა ანდრია პირველწოდებულის დღე" msgstr "" #. Independence Day. msgid "დამოუკიდებლობის დღე" msgstr "" #. Dormition of the Mother of God. msgid "მარიამობა" msgstr "" #. Holiday of Svetitskhovloba, Robe of Jesus. msgid "მცხეთობის" msgstr "" #. Saint George's Day. msgid "გიორგობა" msgstr "" #. Day of Family Sanctity and Respect for Parents. msgid "ოჯახის სიწმინდისა და მშობლების პატივისცემის დღე" msgstr "" holidays-0.71/holidays/locale/kk/000077500000000000000000000000001500152103600167265ustar00rootroot00000000000000holidays-0.71/holidays/locale/kk/LC_MESSAGES/000077500000000000000000000000001500152103600205135ustar00rootroot00000000000000holidays-0.71/holidays/locale/kk/LC_MESSAGES/KZ.po000066400000000000000000000050131500152103600213760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kazakhstan holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-09-26 20:24+0300\n" "PO-Revision-Date: 2024-09-26 20:28+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (бағаланған)" msgstr "" #. %s (observed). #, c-format msgid "%s (қайта белгіленген демалыс)" msgstr "" #. %s (observed, estimated). #, c-format msgid "%s (қайта белгіленген демалыс, бағаланған)" msgstr "" #. New Year's Day. msgid "Жаңа жыл" msgstr "" #. Orthodox Christmas. msgid "Православиелік Рождество" msgstr "" #. International Women's Day. msgid "Халықаралық әйелдер күні" msgstr "" #. Nowruz Holiday. msgid "Наурыз мейрамы" msgstr "" #. Kazakhstan's People Solidarity Holiday. msgid "Қазақстан халқының бірлігі мерекесі" msgstr "" #. Defender of the Fatherland Day. msgid "Отан Қорғаушы күні" msgstr "" #. Victory Day. msgid "Жеңіс күні" msgstr "" #. Capital Day. msgid "Астана күні" msgstr "" #. Constitution Day. msgid "Қазақстан Республикасының Конституциясы күні" msgstr "" #. Republic Day. msgid "Республика күні" msgstr "" #. First President Day. msgid "Қазақстан Республикасының Тұңғыш Президенті күні" msgstr "" #. Independence Day. msgid "Тəуелсіздік күні" msgstr "" #. Eid al-Adha. msgid "Құрбан айт" msgstr "" #. Substituted date format. msgid "%d.%m.%Y" msgstr "" #. Day off (substituted from %s). #, c-format msgid "Демалыс күні (%s бастап ауыстырылды)" msgstr "" holidays-0.71/holidays/locale/kl/000077500000000000000000000000001500152103600167275ustar00rootroot00000000000000holidays-0.71/holidays/locale/kl/LC_MESSAGES/000077500000000000000000000000001500152103600205145ustar00rootroot00000000000000holidays-0.71/holidays/locale/kl/LC_MESSAGES/GL.po000066400000000000000000000034651500152103600213660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greenland holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2025-02-11 17:41+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: kl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Ukiortaaq" msgstr "" #. Maundy Thursday. msgid "Sisamanngortoq illernartoq" msgstr "" #. Good Friday. msgid "Tallimanngorneq tannaartoq" msgstr "" #. Easter Sunday. msgid "Poorskip ullua" msgstr "" #. Easter Monday. msgid "Poorskip-aappaa" msgstr "" #. Great Prayer Day. msgid "Ulloq qinuffiusoq" msgstr "" #. Ascension Day. msgid "Qilaliarfik" msgstr "" #. Whit Sunday. msgid "Piinsip ullua" msgstr "" #. Whit Monday. msgid "Piinsip-aappaa" msgstr "" #. Christmas Day. msgid "Juullip ullua" msgstr "" #. Second Day of Christmas. msgid "Juullip-aappaa" msgstr "" #. Epiphany. msgid "Kunngit pingasut ulluat" msgstr "" #. International Workers' Day. msgid "Sulisartut ulluat" msgstr "" #. National Day. msgid "Ullortuneq" msgstr "" #. Christmas Eve. msgid "Juulliaraq" msgstr "" #. New Year's Eve. msgid "Ukiortaami" msgstr "" holidays-0.71/holidays/locale/km/000077500000000000000000000000001500152103600167305ustar00rootroot00000000000000holidays-0.71/holidays/locale/km/LC_MESSAGES/000077500000000000000000000000001500152103600205155ustar00rootroot00000000000000holidays-0.71/holidays/locale/km/LC_MESSAGES/KH.po000066400000000000000000000120171500152103600213600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cambodia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2023-06-07 20:10+0700\n" "PO-Revision-Date: 2024-11-06 00:21+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.5\n" #. Khmer New Year's Replacement Holiday msgid "ថ្ងៃឈប់សម្រាកសងជំនួសឲ្យពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ" msgstr "" #. Special Public Holiday msgid "ថ្ងៃឈប់សម្រាកសងជំនួស" msgstr "" #. International New Year Day. msgid "ទិវាចូលឆ្នាំសាកល" msgstr "" #. Day of Victory over the Genocidal Regime. msgid "ទិវាជ័យជម្នះលើរបបប្រល័យពូជសាសន៍" msgstr "" #. International Women's Rights Day msgid "ទិវាអន្តរជាតិនារី" msgstr "" #. Khmer New Year's Day msgid "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ" msgstr "" #. International Labor Day msgid "ទិវាពលកម្មអន្តរជាតិ" msgstr "" #. Birthday of His Majesty Preah Bat Samdech Preah Boromneath NORODOM SIHAMONI, King of Cambodia msgid "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី" msgstr "" #. National Day of Remembrance msgid "ទិវាជាតិនៃការចងចាំ" msgstr "" #. International Children's Day msgid "ទិវាកុមារអន្តរជាតិ" msgstr "" #. Birthday of Her Majesty the Queen-Mother NORODOM MONINEATH SIHANOUK of Cambodia msgid "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម សម្តេចព្រះមហាក្សត្រី ព្រះវររាជមាតា នរោត្តម មុនិនាថ សីហនុ" msgstr "" #. Constitution Day msgid "ទិវាប្រកាសរដ្ឋធម្មនុញ្ញ" msgstr "" #. Mourning Day of the Late King-Father NORODOM SIHANOUK of Cambodia msgid "" "ទិវាប្រារព្ឋពិធីគោរពព្រះវិញ្ញាណក្ខន្ឋ ព្រះករុណា ព្រះបាទសម្តេចព្រះ នរោត្តម សីហនុ ព្រះមហាវីរក្សត្រ " "ព្រះវររាជបិតាឯករាជ្យ បូរណភាពទឹកដី និងឯកភាពជាតិខ្មែរ ព្រះបរមរតនកោដ្ឋ" msgstr "" #. Paris Peace Agreement's Day msgid "ទិវារំលឹកសន្ធិសញ្ញាសន្តិភាពទីក្រុងប៉ារីស" msgstr "" #. Coronation Day of His Majesty Preah Bat Samdech Preah Boromneath NORODOM SIHAMONI, King of #. Cambodia msgid "" "ព្រះរាជពិធីគ្រងព្រះបរមរាជសម្បត្តិ របស់ ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី " "ព្រះមហាក្សត្រនៃព្រះរាជាណាចក្រកម្ពុជា" msgstr "" #. National Independence Day msgid "ពិធីបុណ្យឯករាជ្យជាតិ" msgstr "" #. International Human Rights Day msgid "ទិវាសិទ្ធិមនុស្សអន្តរជាតិ" msgstr "" #. Meak Bochea Day msgid "ពិធីបុណ្យមាឃបូជា" msgstr "" #. Visaka Bochea Day msgid "ពិធីបុណ្យវិសាខបូជា" msgstr "" #. Royal Ploughing Ceremony msgid "ព្រះរាជពិធីច្រត់ព្រះនង្គ័ល" msgstr "" #. Pchum Ben Day msgid "ពិធីបុណ្យភ្ផុំបិណ្ឌ" msgstr "" #. Water Festival msgid "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក" msgstr "" #. Peace Day in Cambodia. msgid "ទិវាសន្តិភាពនៅកម្ពុជា" msgstr "" holidays-0.71/holidays/locale/ko/000077500000000000000000000000001500152103600167325ustar00rootroot00000000000000holidays-0.71/holidays/locale/ko/LC_MESSAGES/000077500000000000000000000000001500152103600205175ustar00rootroot00000000000000holidays-0.71/holidays/locale/ko/LC_MESSAGES/KR.po000066400000000000000000000107201500152103600213730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # South Korea holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-10-26 23:49+0700\n" "PO-Revision-Date: 2023-10-26 23:54+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. Alternative holiday for %s. #, c-format msgid "%s 대체 휴일" msgstr "" #. The day preceding %s. #, c-format msgid "%s 전날" msgstr "" #. The second day of %s. #, c-format msgid "%s 다음날" msgstr "" #. New Year's Day. msgid "신정연휴" msgstr "" #. Korean New Year. msgid "설날" msgstr "" #. Folk Day. msgid "민속의 날" msgstr "" #. Independence Movement Day. msgid "삼일절" msgstr "" #. Tree Planting Day. msgid "식목일" msgstr "" #. Buddha's Birthday. msgid "부처님오신날" msgstr "" #. Buddha's Birthday. msgid "석가탄신일" msgstr "" #. Children's Day. msgid "어린이날" msgstr "" #. Memorial Day. msgid "현충일" msgstr "" #. Constitution Day. msgid "제헌절" msgstr "" #. Liberation Day. msgid "광복절" msgstr "" #. Armed Forces Day. msgid "국군의 날" msgstr "" #. National Foundation Day. msgid "개천절" msgstr "" #. Hangul Day. msgid "한글날" msgstr "" #. United Nations Day. msgid "국제연합일" msgstr "" #. Chuseok. msgid "추석" msgstr "" #. Christmas Day. msgid "기독탄신일" msgstr "" #. National Assembly Election Day. msgid "국회의원 선거일" msgstr "" #. Presidential Election Day. msgid "대통령 선거일" msgstr "" #. Local Election Day. msgid "지방선거일" msgstr "" #. Workers' Day. msgid "근로자의날" msgstr "" #. Temporary Public Holiday. msgid "임시공휴일" msgstr "" #. Presidential Inauguration Day. msgid "대통령 취임식" msgstr "" #. National Conference for Unification Election Day. msgid "통일주체국민회의 선거일" msgstr "" #. Yushin Constitution Referendum Day. msgid "유신헌법 국민투표일" msgstr "" #. May 16 Military Coup d'Etat Anniversary. msgid "5.16 군사혁명 기념일" msgstr "" #. April 19 Revolution Anniversary. msgid "4.19 혁명 기념일" msgstr "" #. President Syngman Rhee's Birthday. msgid "이승만 대통령 탄신일" msgstr "" #. Republic of Korea's United Nations Recognition Celebrations. msgid "국제연합의 대한민국 정부 승인 경축 국민대회" msgstr "" #. Anniversary of the 1st National Assembly Election. msgid "5.10 제헌의회선거 1주년 기념일" msgstr "" #. Baekbeom Kim Ku's Funeral Ceremony. msgid "백범 김구 선생 국민장 영결식" msgstr "" #. Vice Presidential Election. msgid "부통령 선거일" msgstr "" #. Sabang Day. msgid "사방의 날" msgstr "" #. New Government Celebration Day. msgid "신정부 경축의 날" msgstr "" #. Commemoration of the Apollo 11 Moon Landing. msgid "아폴로 11호 달 착륙 기념" msgstr "" #. Third-term Constitutional Referendum Day. msgid "삼선 헌법 개정 국민투표일" msgstr "" #. First Lady Yuk Young-soo's Funeral Ceremony. msgid "대통령 영부인 육영수 여사 국민장 영결식" msgstr "" #. President Park Chung Hee's Funeral Ceremony. msgid "박정희 대통령 국장 영결식" msgstr "" #. 5th Republic Constitutional Referendum Day. msgid "제5공화국 헌법 개정 국민투표일" msgstr "" #. Electoral College Election Day. msgid "선거를 위한 선거인단 선일" msgstr "" #. 6th Republic Constitutional Referendum Day. msgid "제6공화국 헌법 개정 국민투표일" msgstr "" #. 1988 Seoul Olympics Opening Ceremony. msgid "1988 서울 올림픽 개막식" msgstr "" #. 2002 FIFA World Cup National Team Semi-Finals Celebrations. msgid "2002년 한일 월드컵 대표팀 4강 진출" msgstr "" #. Joint Memorial Service for Fallen Soldiers. msgid "전몰군인 합동위령제" msgstr "" holidays-0.71/holidays/locale/lb/000077500000000000000000000000001500152103600167165ustar00rootroot00000000000000holidays-0.71/holidays/locale/lb/LC_MESSAGES/000077500000000000000000000000001500152103600205035ustar00rootroot00000000000000holidays-0.71/holidays/locale/lb/LC_MESSAGES/LU.po000066400000000000000000000031071500152103600213640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Luxembourg holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:40+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: lb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Neijoerschdag" msgstr "" #. Easter Monday. msgid "Ouschterméindeg" msgstr "" #. Labor Day. msgid "Dag vun der Aarbecht" msgstr "" #. Europe Day. msgid "Europadag" msgstr "" #. Ascension Day. msgid "Christi Himmelfaart" msgstr "" #. Whit Monday. msgid "Péngschtméindeg" msgstr "" #. National Day. msgid "Nationalfeierdag" msgstr "" #. Assumption Day. msgid "Léiffrawëschdag" msgstr "" #. All Saints' Day. msgid "Allerhellgen" msgstr "" #. Christmas Day. msgid "Chrëschtdag" msgstr "" #. Saint Stephen's Day. msgid "Stiefesdag" msgstr "" holidays-0.71/holidays/locale/lo/000077500000000000000000000000001500152103600167335ustar00rootroot00000000000000holidays-0.71/holidays/locale/lo/LC_MESSAGES/000077500000000000000000000000001500152103600205205ustar00rootroot00000000000000holidays-0.71/holidays/locale/lo/LC_MESSAGES/LA.po000066400000000000000000000116301500152103600213550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Laos holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-09-11 15:10+0700\n" "PO-Revision-Date: 2023-11-16 20:47+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: lo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.4\n" #. %s (in lieu). #, c-format msgid "ພັກຊົດເຊີຍ%s" msgstr "" #. New Year's Day. msgid "ວັນປີໃໝ່ສາກົນ" msgstr "" #. International Women's Rights Day. msgid "ວັນແມ່ຍິງສາກົນ" msgstr "" #. Lao New Year's Day. msgid "ບຸນປີໃໝ່ລາວ" msgstr "" #. International Labor Day. msgid "ວັນກຳມະກອນສາກົນ" msgstr "" #. International Children's Day. msgid "ວັນເດັກສາກົນ" msgstr "" #. Lao National Day. msgid "ວັນຊາດ" msgstr "" #. Boun That Luang Festival. msgid "ວັນບຸນທາດຫລວງ" msgstr "" #. Special Bank Holiday. msgid "ມື້ປິດການໃຫ້ບໍລິການຂອງທະນາຄານຕົວແທນ" msgstr "" #. Lao New Year's Day (Special). msgid "ພັກບຸນປີໃໝ່ລາວ" msgstr "" #. Establishment Day of the BOL. msgid "ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ" msgstr "" #. Lao Year-End Bank Holiday. msgid "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ" msgstr "" #. Makha Bousa Festival. msgid "ວັນບຸນມາຂະບູຊາ" msgstr "" #. Visakha Bousa Festival. msgid "ວັນບຸນວິສາຂະບູຊາ" msgstr "" #. Boun Khao Phansa (Begin of Buddhist Lent). msgid "ວັນບຸນເຂົ້າພັນສາ" msgstr "" #. Boun Haw Khao Padapdin (Rice Growing Festival). msgid "ວັນບຸນຫໍ່ເຂົ້າປະດັບດິນ" msgstr "" #. Boun Haw Khao Salark (Ancestor Festival). msgid "ວັນບຸນຫໍ່ເຂົ້າສະຫຼາກ" msgstr "" #. Boun Awk Phansa (End of Buddhist Lent). msgid "ວັນບຸນອອກພັນສາ" msgstr "" #. Boun Suang Heua (Vientiane Boat Racing Festival). msgid "ວັນບຸນຊ່ວງເຮືອ ນະຄອນຫຼວງວຽງຈັນ" msgstr "" #. National Teacher Day. msgid "ວັນຄູແຫ່ງຊາດ" msgstr "" #. Lao People's Armed Force Day. msgid "ວັນສ້າງຕັ້ງກອງທັບປະຊາຊົນລາວ" msgstr "" #. Lao Federation of Trade Union's Day. msgid "ວັນສ້າງຕັ້ງສະຫະພັນກໍາມະບານລາວ" msgstr "" #. Establishment Day of the Lao People's Revolutionary Party. msgid "ວັນສ້າງຕັ້ງພັກປະຊາຊົນປະຕິວັດລາວ" msgstr "" #. Lao People's Revolutionary Youth Union Day. msgid "ວັນສ້າງຕັ້ງສູນກາງຊາວໜຸ່ມປະຊາຊົນປະຕິວັດລາວ" msgstr "" #. National Arbor Day. msgid "ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ" msgstr "" #. President Souphanouvong's Birthday. msgid "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ" msgstr "" #. The National Day for Wildlife and Aquatic Animal Conservation. msgid "ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ" msgstr "" #. Establishment Day of the Lao Women's Union. msgid "ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ" msgstr "" #. Lao National Mass Media and Publishing Day. msgid "ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ" msgstr "" #. Lao National Constitution Day. msgid "ວັນລັດຖະທໍາມະນູນແຫ່ງຊາດ" msgstr "" #. National Uprising Day. msgid "ວັນຍຶດອຳນາດທົ່ວປະເທດ" msgstr "" #. Indepedence Declaration Day. msgid "ວັນປະກາດເອກະລາດ" msgstr "" #. President Kaysone Phomvihane's Birthday. msgid "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ໄກສອນ ພົມວິຫານ" msgstr "" holidays-0.71/holidays/locale/lt/000077500000000000000000000000001500152103600167405ustar00rootroot00000000000000holidays-0.71/holidays/locale/lt/LC_MESSAGES/000077500000000000000000000000001500152103600205255ustar00rootroot00000000000000holidays-0.71/holidays/locale/lt/LC_MESSAGES/LT.po000066400000000000000000000043671500152103600214160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Lithuania holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:39+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && (n%100<11 || n%100>19) ? 0 : n%10>=2 && n%10<=9 && (n%100<11 || n%100>19) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Naujųjų metų diena" msgstr "" #. Day of Restoration of the State of Lithuania. msgid "Lietuvos valstybės atkūrimo diena" msgstr "" #. Day of Restoration of Independence of Lithuania. msgid "Lietuvos nepriklausomybės atkūrimo diena" msgstr "" #. Easter Sunday. msgid "Šv. Velykos" msgstr "" #. Easter Monday. msgid "Antroji šv. Velykų diena" msgstr "" #. International Workers' Day. msgid "Tarptautinė darbo diena" msgstr "" #. Day of Dew and Saint John. msgid "Rasos ir Joninių diena" msgstr "" #. Statehood Day. msgid "Valstybės (Lietuvos karaliaus Mindaugo karūnavimo) ir Tautiškos giesmės diena" msgstr "" #. Assumption Day. msgid "Žolinė (Švč. Mergelės Marijos ėmimo į dangų diena)" msgstr "" #. All Saints' Day. msgid "Visų Šventųjų diena" msgstr "" #. All Souls' Day. msgid "Mirusiųjų atminimo (Vėlinių) diena" msgstr "" #. Christmas Eve. msgid "Kūčių diena" msgstr "" #. Christmas Day. msgid "Šv. Kalėdų pirma diena" msgstr "" #. Second Day of Christmas. msgid "Šv. Kalėdų antra diena" msgstr "" #. Mother's Day. msgid "Motinos diena" msgstr "" #. Father's Day. msgid "Tėvo diena" msgstr "" holidays-0.71/holidays/locale/lv/000077500000000000000000000000001500152103600167425ustar00rootroot00000000000000holidays-0.71/holidays/locale/lv/LC_MESSAGES/000077500000000000000000000000001500152103600205275ustar00rootroot00000000000000holidays-0.71/holidays/locale/lv/LC_MESSAGES/LV.po000066400000000000000000000047061500152103600214170ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Latvia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 13:39+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==0 || (n%100>=11 && n%100<=19) ? 0 : n%10==1 && n%100!=11 ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. General Latvian Song and Dance Festival closing day. msgid "Vispārējo latviešu Dziesmu un deju svētku noslēguma dienu" msgstr "" #. Day of His Holiness Pope Francis' pastoral visit to Latvia. msgid "Viņa Svētības pāvesta Franciska pastorālās vizītes Latvijā diena" msgstr "" #. Day the Latvian hockey team won the bronze medal at the 2023 World Ice Hockey Championship. msgid "" "Diena, kad Latvijas hokeja komanda ieguva bronzas medaļu 2023. gada Pasaules hokeja čempionātā" msgstr "" #. %s (observed). #, c-format msgid "%s (brīvdiena)" msgstr "" #. New Year's Day. msgid "Jaunais Gads" msgstr "" #. Good Friday. msgid "Lielā Piektdiena" msgstr "" #. Easter Sunday. msgid "Lieldienas" msgstr "" #. Easter Monday. msgid "Otrās Lieldienas" msgstr "" #. Labor Day. msgid "Darba svētki" msgstr "" #. Restoration of Independence Day. msgid "Latvijas Republikas Neatkarības atjaunošanas diena" msgstr "" #. Mother's Day. msgid "Mātes diena" msgstr "" #. Midsummer Day. msgid "Jāņu diena" msgstr "" #. Midsummer Eve. msgid "Līgo diena" msgstr "" #. Republic of Latvia Proclamation Day. msgid "Latvijas Republikas proklamēšanas diena" msgstr "" #. Christmas Eve. msgid "Ziemassvētku vakars" msgstr "" #. Christmas Day. msgid "Ziemassvētki" msgstr "" #. Second Day of Christmas. msgid "Otrie Ziemassvētki" msgstr "" #. New Year's Eve. msgid "Vecgada vakars" msgstr "" holidays-0.71/holidays/locale/mg/000077500000000000000000000000001500152103600167245ustar00rootroot00000000000000holidays-0.71/holidays/locale/mg/LC_MESSAGES/000077500000000000000000000000001500152103600205115ustar00rootroot00000000000000holidays-0.71/holidays/locale/mg/LC_MESSAGES/MG.po000066400000000000000000000036201500152103600213550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Madagascar holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-25 17:39+0300\n" "PO-Revision-Date: 2023-06-25 17:40+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: mg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Taom-baovao" msgstr "" #. Women's Day. msgid "Fetin'ny vehivavy" msgstr "" #. Martyrs' Day. msgid "Fetin'ny mahery fo" msgstr "" #. Easter Sunday. msgid "Fetin'ny paska" msgstr "" #. Easter Monday. msgid "Alatsinain'ny paska" msgstr "" #. Labor Day. msgid "Fetin'ny asa" msgstr "" #. Ascension Day. msgid "Fiakaran'ny Jesosy kristy tany an-danitra" msgstr "" #. Whit Sunday. msgid "Pentekosta" msgstr "" #. Whit Monday. msgid "Alatsinain'ny pentekosta" msgstr "" #. Mother's Day. msgid "Fetin'ny reny" msgstr "" #. Father's Day. msgid "Fetin'ny ray" msgstr "" #. Independence Day. msgid "Fetin'ny fahaleovantena" msgstr "" #. Assumption Day. msgid "Fiakaran'ny Masina Maria tany an-danitra" msgstr "" #. All Saints' Day. msgid "Fetin'ny olo-masina" msgstr "" #. Republic Day. msgid "Fetin'ny Repoblika" msgstr "" #. Christmas Day. msgid "Fetin'ny noely" msgstr "" holidays-0.71/holidays/locale/ms/000077500000000000000000000000001500152103600167405ustar00rootroot00000000000000holidays-0.71/holidays/locale/ms/LC_MESSAGES/000077500000000000000000000000001500152103600205255ustar00rootroot00000000000000holidays-0.71/holidays/locale/ms/LC_MESSAGES/BN.po000066400000000000000000000046121500152103600213670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brunei holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2023-03-02 00:37+0700\n" "PO-Revision-Date: 2024-11-05 21:39+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.5\n" #. Sultan Hassanal Bolkiah's Golden Jubilee celebration. msgid "Jubli Emas Sultan Hassanal Bolkiah" msgstr "" #. %s (estimated). #, c-format msgid "%s (anggaran)" msgstr "" #. %s (observed). #, c-format msgid "%s (diperhatikan)" msgstr "" #. New Year's Day. msgid "Awal Tahun Masihi" msgstr "" #. Lunar New Year. msgid "Tahun Baru Cina" msgstr "" #. National Day. msgid "Hari Kebangsaan" msgstr "" #. Armed Forces Day. msgid "Hari Angkatan Bersenjata Diraja Brunei" msgstr "" #. Sultan Hassanal Bolkiah's Birthday. msgid "Hari Keputeraan KDYMM Sultan Brunei" msgstr "" #. Christmas Day. msgid "Hari Natal" msgstr "" #. Isra' and Mi'raj. msgid "Israk dan Mikraj" msgstr "" #. First Day of Ramadan. msgid "Hari Pertama Berpuasa" msgstr "" #. Anniversary of the revelation of the Quran. msgid "Hari Nuzul Al-Quran" msgstr "" #. Eid al-Fitr. msgid "Hari Raya Aidil Fitri" msgstr "" #. Eid al-Adha. msgid "Hari Raya Aidil Adha" msgstr "" #. Islamic New Year. msgid "Awal Tahun Hijrah" msgstr "" #. Prophet's Birthday. msgid "Maulidur Rasul" msgstr "" #. %s (observed, estimated). #, c-format msgid "%s (diperhatikan, anggaran)" msgstr "" #. Proclamation Ceremony of Crown Prince Al-Muhtadee Billah of Brunei. msgid "Istiadat Pengisytiharan Duli Pengiran Muda Mahkota Al-Muhtadee Billah" msgstr "" #. Royal Wedding of Crown Prince Al-Muhtadee Billah and Crown Princess Sarah of Brunei. msgid "Istiadat Perkahwinan Diraja Brunei 2004" msgstr "" holidays-0.71/holidays/locale/ms_MY/000077500000000000000000000000001500152103600173455ustar00rootroot00000000000000holidays-0.71/holidays/locale/ms_MY/LC_MESSAGES/000077500000000000000000000000001500152103600211325ustar00rootroot00000000000000holidays-0.71/holidays/locale/ms_MY/LC_MESSAGES/MY.po000066400000000000000000000123161500152103600220220ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Malaysia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.68\n" "POT-Creation-Date: 2024-04-28 21:03+0300\n" "PO-Revision-Date: 2025-02-24 12:23+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: ms_MY\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.2\n" "X-Generator: Poedit 3.4.2\n" #. %s (estimated). #, c-format msgid "%s (anggaran)" msgstr "" #. %s (in lieu). #, c-format msgid "Cuti %s" msgstr "" #. %s (observed, estimated). #, c-format msgid "Cuti %s (anggaran)" msgstr "" #. Chinese New Year. msgid "Tahun Baharu Cina" msgstr "" #. Chinese New Year (Second Day). msgid "Tahun Baharu Cina (Hari Kedua)" msgstr "" #. Vesak Day. msgid "Hari Wesak" msgstr "" #. Labor Day. msgid "Hari Pekerja" msgstr "" #. Birthday of HM Yang di-Pertuan Agong. msgid "Hari Keputeraan Rasmi Seri Paduka Baginda Yang di-Pertuan Agong" msgstr "" #. National Day. msgid "Hari Kebangsaan" msgstr "" #. Malaysia Day. msgid "Hari Malaysia" msgstr "" #. Christmas Day. msgid "Hari Krismas" msgstr "" #. Islamic New Year. msgid "Awal Muharam" msgstr "" #. Prophet Muhammad's Birthday. msgid "Hari Keputeraan Nabi Muhammad S.A.W." msgstr "" #. Eid al-Fitr. msgid "Hari Raya Puasa" msgstr "" #. Eid al-Fitr (Second Day). msgid "Hari Raya Puasa (Hari Kedua)" msgstr "" #. Eid al-Adha. msgid "Hari Raya Qurban" msgstr "" #. Deepavali. msgid "Hari Deepavali" msgstr "" #. Thaipusam. msgid "Hari Thaipusam" msgstr "" #. Birthday of the Sultan of Johor. msgid "Hari Keputeraan Sultan Johor" msgstr "" #. The Sultan of Johor Hol. msgid "Hari Hol Almarhum Sultan Iskandar" msgstr "" #. Beginning of Ramadan. msgid "Awal Ramadan" msgstr "" #. Birthday of The Sultan of Kedah. msgid "Hari Keputeraan Sultan Kedah" msgstr "" #. Isra' and Mi'raj. msgid "Israk dan Mikraj" msgstr "" #. Eid al-Adha (Second Day). msgid "Hari Raya Qurban (Hari Kedua)" msgstr "" #. Birthday of the Sultan of Kelantan. msgid "Hari Keputeraan Sultan Kelantan" msgstr "" #. Nuzul Al-Quran Day. msgid "Hari Nuzul Al-Quran" msgstr "" #. New Year's Day. msgid "Tahun Baharu" msgstr "" #. Federal Territory Day. msgid "Hari Wilayah Persekutuan" msgstr "" #. Pesta Kaamatan. msgid "Pesta Kaamatan" msgstr "" #. Declaration of Independence Day. msgid "Hari Pengisytiharan Tarikh Kemerdekaan" msgstr "" #. Declaration of Malacca as a Historical City. msgid "Hari Perisytiharan Melaka Sebagai Bandaraya Bersejarah" msgstr "" #. Birthday of the Governor of Malacca. msgid "Hari Jadi Yang di-Pertua Negeri Melaka" msgstr "" #. Birthday of the Sultan of Negeri Sembilan. msgid "Hari Keputeraan Yang di-Pertuan Besar Negeri Sembilan" msgstr "" #. The Sultan of Pahang Hol. msgid "Hari Hol Sultan Pahang" msgstr "" #. Birthday of the Sultan of Pahang. msgid "Hari Keputeraan Sultan Pahang" msgstr "" #. Birthday of the Raja of Perlis. msgid "Hari Ulang Tahun Keputeraan Raja Perlis" msgstr "" #. George Town Heritage Day. msgid "Hari Ulang Tahun Perisytiharan Tapak Warisan Dunia" msgstr "" #. Birthday of the Governor of Penang. msgid "Hari Jadi Yang di-Pertua Negeri Pulau Pinang" msgstr "" #. Birthday of the Sultan of Perak. msgid "Hari Keputeraan Sultan Perak" msgstr "" #. Good Friday. msgid "Good Friday" msgstr "" #. Birthday of the Governor of Sabah. msgid "Hari Jadi Yang di-Pertua Negeri Sabah" msgstr "" #. Christmas Eve. msgid "Christmas Eve" msgstr "" #. Birthday of The Sultan of Selangor. msgid "Hari Keputeraan Sultan Selangor" msgstr "" #. Dayak Festival Day. msgid "Perayaan Hari Gawai Dayak" msgstr "" #. Birthday of the Governor of Sarawak. msgid "Hari Jadi Yang di-Pertua Negeri Sarawak" msgstr "" #. Sarawak Independence Day. msgid "Hari Kemerdekaan Sarawak" msgstr "" #. Anniversary of the Installation of the Sultan of Terengganu. msgid "Hari Ulang Tahun Pertabalan Sultan Terengganu" msgstr "" #. Birthday of the Sultan of Terengganu. msgid "Hari Keputeraan Sultan Terengganu" msgstr "" #. Arafat Day. msgid "Hari Arafah" msgstr "" #. General election additional holiday. msgid "Cuti Peristiwa (pilihan raya umum)" msgstr "" #. Malaysia Cup Holiday. msgid "Cuti Piala Malaysia" msgstr "" #. Day of Installation of the 15th Yang di-Pertuan Agong. msgid "Hari Pertabalan Yang di-Pertuan Agong ke-15" msgstr "" #. Day of Installation of the 16th Yang di-Pertuan Agong. msgid "Hari Pertabalan Yang di-Pertuan Agong ke-16" msgstr "" #. Eid al-Fitr (additional holiday). msgid "Hari Raya Puasa (pergantian hari)" msgstr "" #. Additional holiday in commemoration of the 2017 SEA Games. msgid "Cuti tambahan sempena memperingati SAT 2017" msgstr "" #. Eid al-Fitr (Third Day). msgid "Hari Raya Puasa (Hari Ketiga)" msgstr "" holidays-0.71/holidays/locale/mt/000077500000000000000000000000001500152103600167415ustar00rootroot00000000000000holidays-0.71/holidays/locale/mt/LC_MESSAGES/000077500000000000000000000000001500152103600205265ustar00rootroot00000000000000holidays-0.71/holidays/locale/mt/LC_MESSAGES/MT.po000066400000000000000000000036501500152103600214120ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Malta holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 19:10+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: mt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || (n%100>=2 && n%100<=10) ? 1 : n%100>=11 && n%100<=19 ? 2 : 3);\n" "X-Generator: Poedit 3.3.2\n" #. New Year's Day. msgid "L-Ewwel tas-Sena" msgstr "" #. Feast of Saint Paul's Shipwreck. msgid "Il-Festa tan-Nawfraġju ta' San Pawl" msgstr "" #. Feast of Saint Joseph. msgid "Il-Festa ta' San Ġużepp" msgstr "" #. Freedom Day. msgid "Jum il-Ħelsien" msgstr "" #. Good Friday. msgid "Il-Ġimgħa l-Kbira" msgstr "" #. Worker's Day. msgid "Jum il-Ħaddiem" msgstr "" #. Sette Giugno. msgid "Sette Giugno" msgstr "" #. Feast of Saint Peter and Saint Paul. msgid "Il-Festa ta' San Pietru u San Pawl" msgstr "" #. Feast of the Assumption. msgid "Il-Festa ta' Santa Marija" msgstr "" #. Feast of Our Lady of Victories. msgid "Jum il-Vitorja" msgstr "" #. Independence Day. msgid "Jum l-Indipendenza" msgstr "" #. Feast of the Immaculate Conception msgid "Il-Festa tal-Immakulata Kunċizzjoni" msgstr "" #. Republic Day. msgid "Jum ir-Repubblika" msgstr "" #. Christmas Day. msgid "Il-Milied" msgstr "" holidays-0.71/holidays/locale/nl/000077500000000000000000000000001500152103600167325ustar00rootroot00000000000000holidays-0.71/holidays/locale/nl/LC_MESSAGES/000077500000000000000000000000001500152103600205175ustar00rootroot00000000000000holidays-0.71/holidays/locale/nl/LC_MESSAGES/AW.po000066400000000000000000000037741500152103600214010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Aruba holidays nl localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.27\n" "POT-Creation-Date: 2023-06-09 23:12+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.3.1\n" #. New Year's Day msgid "Aña Nobo" msgstr "Nieuwjaarsdag" #. Betico Day msgid "Dia di Betico" msgstr "Beticodag" #. Carnival Monday msgid "Dialuna despues di Carnaval Grandi" msgstr "Carnavalsmaandag" #. Monday before Ash Wednesday msgid "Dialuna prome cu diaranson di shinish" msgstr "Maandag voor Aswoensdag" #. National Anthem and Flag Day msgid "Dia di Himno y Bandera" msgstr "Nationale vlag en volkslied" #. Good Friday msgid "Bierna Santo" msgstr "Goede vrijdag" #. Easter Monday msgid "Di dos dia di Pasco di Resureccion" msgstr "Tweede paasdag" #. King's Day. msgid "Dia di Rey" msgstr "Koningsdag" #. King's Day. msgid "Aña di Rey" msgstr "Koningsdag" #. Queen's Day. msgid "Aña di La Reina" msgstr "Koninginnedag" #. Labor Day msgid "Dia di Obrero" msgstr "Dag van de arbeid" #. Ascension Day msgid "Dia di Asuncion" msgstr "Hemelvaartsdag" #. Christmas Day msgid "Pasco di Nacemento" msgstr "Kerst" #. Second Day of Christmas msgid "Di dos dia di Pasco di Nacemento" msgstr "Tweede kerstdag" holidays-0.71/holidays/locale/nl/LC_MESSAGES/BE.po000066400000000000000000000034311500152103600213460ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belgium holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.33\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-09-06 20:46+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nieuwjaar" msgstr "" #. Easter Sunday. msgid "Pasen" msgstr "" #. Easter Monday. msgid "Paasmaandag" msgstr "" #. Labor Day. msgid "Dag van de Arbeid" msgstr "" #. Ascension Day. msgid "O. L. H. Hemelvaart" msgstr "" #. Whit Sunday. msgid "Pinksteren" msgstr "" #. Whit Monday. msgid "Pinkstermaandag" msgstr "" #. National Day. msgid "Nationale feestdag" msgstr "" #. Assumption Day. msgid "O. L. V. Hemelvaart" msgstr "" #. All Saints' Day. msgid "Allerheiligen" msgstr "" #. Armistice Day. msgid "Wapenstilstand" msgstr "" #. Christmas Day. msgid "Kerstmis" msgstr "" #. Good Friday. msgid "Goede Vrijdag" msgstr "" #. Friday after Ascension Day. msgid "Vrijdag na O. L. H. Hemelvaart" msgstr "" #. Bank Holiday. msgid "Banksluitingsdag" msgstr "" holidays-0.71/holidays/locale/nl/LC_MESSAGES/CW.po000066400000000000000000000040221500152103600213660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Curacao holidays nl localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-06-13 16:35+0700\n" "PO-Revision-Date: 2024-10-05 22:08+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day msgid "Aña Nobo" msgstr "Nieuwjaarsdag" #. Carnival Monday msgid "Dialuna despues di Carnaval Grandi" msgstr "De maandag na de Grote Karnaval" #. Good Friday msgid "Bièrnèsantu" msgstr "Goede Vrijdag" #. Easter Sunday msgid "Pasku di Resurekshon" msgstr "Paasdag" #. Easter Monday msgid "Di dos dia di Pasku di Resurekshon" msgstr "Tweede paasdag" #. King's Day. msgid "Dia di Rey" msgstr "Koningsdag" #. Queen's Day. msgid "Dia di la Reina" msgstr "Koninginnedag" #. Labor Day msgid "Dia di Obrero" msgstr "Dag van de Arbeid" #. Ascension Day msgid "Dia di Asenshon" msgstr "Hemelvaartsdag" #. National Anthem and Flag Day msgid "Dia di Himno i Bandera" msgstr "Nationale vlag en volkslied" #. Curaçao Day msgid "Dia di Pais Kòrsou" msgstr "Dag van Land Curaçao" #. Christmas Day msgid "Pasku di Nasementu" msgstr "Kerst" #. Second Day of Christmas msgid "Di dos dia di Pasku di Nasementu" msgstr "Tweede kerstdag" #. New Year's Eve. msgid "Vispu di Aña Nobo" msgstr "Oudejaarsavond" holidays-0.71/holidays/locale/nl/LC_MESSAGES/NL.po000066400000000000000000000031741500152103600213750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Netherlands holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 18:11+0300\n" "PO-Revision-Date: 2023-04-09 18:13+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nieuwjaarsdag" msgstr "" #. Good Friday. msgid "Goede Vrijdag" msgstr "" #. Easter Sunday. msgid "Eerste paasdag" msgstr "" #. Easter Monday. msgid "Tweede paasdag" msgstr "" #. King's Day. msgid "Koningsdag" msgstr "" #. Queen's Day. msgid "Koninginnedag" msgstr "" #. Liberation Day. msgid "Bevrijdingsdag" msgstr "" #. Ascension Day. msgid "Hemelvaartsdag" msgstr "" #. Whit Sunday. msgid "Eerste Pinksterdag" msgstr "" #. Whit Monday. msgid "Tweede Pinksterdag" msgstr "" #. Christmas Day. msgid "Eerste Kerstdag" msgstr "" #. Second Day of Christmas. msgid "Tweede Kerstdag" msgstr "" holidays-0.71/holidays/locale/nl/LC_MESSAGES/SR.po000066400000000000000000000041061500152103600214040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Suriname holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.71\n" "POT-Creation-Date: 2025-04-12 02:54+0530\n" "PO-Revision-Date: 2025-04-12 02:54+0530\n" "Last-Translator: Kriti Birda \n" "Language-Team: Holidays Localization Team\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Source-Language: nl\n" #. %s (estimated). #, c-format msgid "%s (geschat)" msgstr "" #. New Year's Day. msgid "Nieuwjaarsdag" msgstr "" #. Good Friday. msgid "Goede Vrijdag" msgstr "" #. Easter Monday. msgid "Tweede Paasdag" msgstr "" #. Birthday of H.M. the Queen. msgid "Verjaardag van H.M. de Koningin" msgstr "" #. Labor Day. msgid "Dag van de Arbeid" msgstr "" #. Day of Freedoms. msgid "Dag der Vrijheden" msgstr "" #. Day of Freedoms. msgid "Keti Koti Dey" msgstr "" #. Indigenous People Day. msgid "Dag der Inheemsen" msgstr "" #. Day of the Maroons. msgid "Dag der Marrons" msgstr "" #. Independence Day. msgid "Onafhankelijkheidsdag" msgstr "" #. Christmas Day. msgid "Eerste Kerstdag" msgstr "" #. Second Day of Christmas. msgid "Tweede Kerstdag" msgstr "" #. Holi. msgid "Holi-Phagwa" msgstr "" #. Diwali. msgid "Divali" msgstr "" #. Chinese New Year. msgid "Chinees Nieuwjaar" msgstr "" #. Republic Day. msgid "Dag van de Republiek" msgstr "" #. Eid al-Fitr. msgid "Ied-Ul-Fitre" msgstr "" #. Eid al-Adha. msgid "Ied-Ul-Adha" msgstr "" #. Day of Liberation and Renewal. msgid "Dag van Bevrijding en Vernieuwing" msgstr "" holidays-0.71/holidays/locale/no/000077500000000000000000000000001500152103600167355ustar00rootroot00000000000000holidays-0.71/holidays/locale/no/LC_MESSAGES/000077500000000000000000000000001500152103600205225ustar00rootroot00000000000000holidays-0.71/holidays/locale/no/LC_MESSAGES/GL.po000066400000000000000000000040601500152103600213640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greenland holidays no localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2025-02-11 18:23+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: no\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Ukiortaaq" msgstr "Nyttårsdag" #. Maundy Thursday. msgid "Sisamanngortoq illernartoq" msgstr "Skjærtorsdag" #. Good Friday. msgid "Tallimanngorneq tannaartoq" msgstr "Langfredag" #. Easter Sunday. msgid "Poorskip ullua" msgstr "Første påskedag" #. Easter Monday. msgid "Poorskip-aappaa" msgstr "Andre påskedag" #. Great Prayer Day. msgid "Ulloq qinuffiusoq" msgstr "Store bededag" #. Ascension Day. msgid "Qilaliarfik" msgstr "Kristi himmelfartsdag" #. Whit Sunday. msgid "Piinsip ullua" msgstr "Første pinsedag" #. Whit Monday. msgid "Piinsip-aappaa" msgstr "Andre pinsedag" #. Christmas Day. msgid "Juullip ullua" msgstr "Juledag" #. Second Day of Christmas. msgid "Juullip-aappaa" msgstr "Andre juledag" #. Epiphany. msgid "Kunngit pingasut ulluat" msgstr "Helligtrekongersdag" #. International Workers' Day. msgid "Sulisartut ulluat" msgstr "Arbeidernes internasjonale kampdag" #. National Day. msgid "Ullortuneq" msgstr "Nasjonaldag" #. Christmas Eve. msgid "Juulliaraq" msgstr "Julaften" #. New Year's Eve. msgid "Ukiortaami" msgstr "Nyttårsaften" holidays-0.71/holidays/locale/no/LC_MESSAGES/NO.po000066400000000000000000000032531500152103600214010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Norway holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 13:25+0300\n" "PO-Revision-Date: 2023-04-09 13:27+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: no\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Første nyttårsdag" msgstr "" #. Maundy Thursday. msgid "Skjærtorsdag" msgstr "" #. Good Friday. msgid "Langfredag" msgstr "" #. Easter Sunday. msgid "Første påskedag" msgstr "" #. Easter Monday. msgid "Andre påskedag" msgstr "" #. Labor Day. msgid "Arbeidernes dag" msgstr "" #. Constitution Day. msgid "Grunnlovsdag" msgstr "" #. Ascension Day. msgid "Kristi himmelfartsdag" msgstr "" #. Whit Sunday. msgid "Første pinsedag" msgstr "" #. Whit Monday. msgid "Andre pinsedag" msgstr "" #. Christmas Day. msgid "Første juledag" msgstr "" #. Second Day of Christmas. msgid "Andre juledag" msgstr "" #. Sunday. msgid "Søndag" msgstr "" holidays-0.71/holidays/locale/pap_AW/000077500000000000000000000000001500152103600174705ustar00rootroot00000000000000holidays-0.71/holidays/locale/pap_AW/LC_MESSAGES/000077500000000000000000000000001500152103600212555ustar00rootroot00000000000000holidays-0.71/holidays/locale/pap_AW/LC_MESSAGES/AW.po000066400000000000000000000034511500152103600221270ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Aruba holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.27\n" "POT-Creation-Date: 2023-06-09 23:12+0700\n" "PO-Revision-Date: \n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: pap_AW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.3.1\n" #. New Year's Day msgid "Aña Nobo" msgstr "" #. Betico Day msgid "Dia di Betico" msgstr "" #. Carnival Monday msgid "Dialuna despues di Carnaval Grandi" msgstr "" #. Monday before Ash Wednesday msgid "Dialuna prome cu diaranson di shinish" msgstr "" #. National Anthem and Flag Day msgid "Dia di Himno y Bandera" msgstr "" #. Good Friday msgid "Bierna Santo" msgstr "" #. Easter Monday msgid "Di dos dia di Pasco di Resureccion" msgstr "" #. King's Day. msgid "Dia di Rey" msgstr "" #. King's Day. msgid "Aña di Rey" msgstr "" #. Queen's Day. msgid "Aña di La Reina" msgstr "" #. Labor Day msgid "Dia di Obrero" msgstr "" #. Ascension Day msgid "Dia di Asuncion" msgstr "" #. Christmas Day msgid "Pasco di Nacemento" msgstr "" #. Second Day of Christmas msgid "Di dos dia di Pasco di Nacemento" msgstr "" holidays-0.71/holidays/locale/pap_CW/000077500000000000000000000000001500152103600174725ustar00rootroot00000000000000holidays-0.71/holidays/locale/pap_CW/LC_MESSAGES/000077500000000000000000000000001500152103600212575ustar00rootroot00000000000000holidays-0.71/holidays/locale/pap_CW/LC_MESSAGES/CW.po000066400000000000000000000034611500152103600221340ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Curaçao holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-06-13 16:35+0700\n" "PO-Revision-Date: 2024-10-05 22:07+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: pap_CW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day msgid "Aña Nobo" msgstr "" #. Carnival Monday msgid "Dialuna despues di Carnaval Grandi" msgstr "" #. Good Friday msgid "Bièrnèsantu" msgstr "" #. Easter Sunday msgid "Pasku di Resurekshon" msgstr "" #. Easter Monday msgid "Di dos dia di Pasku di Resurekshon" msgstr "" #. King's Day. msgid "Dia di Rey" msgstr "" #. Queen's Day. msgid "Dia di la Reina" msgstr "" #. Labor Day msgid "Dia di Obrero" msgstr "" #. Ascension Day msgid "Dia di Asenshon" msgstr "" #. National Anthem and Flag Day msgid "Dia di Himno i Bandera" msgstr "" #. Curaçao Day msgid "Dia di Pais Kòrsou" msgstr "" #. Christmas Day msgid "Pasku di Nasementu" msgstr "" #. Second Day of Christmas msgid "Di dos dia di Pasku di Nasementu" msgstr "" #. New Year's Eve. msgid "Vispu di Aña Nobo" msgstr "" holidays-0.71/holidays/locale/pl/000077500000000000000000000000001500152103600167345ustar00rootroot00000000000000holidays-0.71/holidays/locale/pl/LC_MESSAGES/000077500000000000000000000000001500152103600205215ustar00rootroot00000000000000holidays-0.71/holidays/locale/pl/LC_MESSAGES/PL.po000066400000000000000000000051241500152103600213760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Poland holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2025-01-03 19:31+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. National Independence Day - 100th anniversary. msgid "Narodowe Święto Niepodległości - 100-lecie" msgstr "" #. New Year's Day. msgid "Nowy Rok" msgstr "" #. Epiphany. msgid "Święto Trzech Króli" msgstr "" #. Candlemas. msgid "Oczyszczenie Najświętszej Marii Panny" msgstr "" #. Easter Sunday. msgid "Niedziela Wielkanocna" msgstr "" #. Easter Monday. msgid "Poniedziałek Wielkanocny" msgstr "" #. National Day. msgid "Święto Państwowe" msgstr "" #. National Day of the Third of May. msgid "Święto Narodowe Trzeciego Maja" msgstr "" #. National Victory and Freedom Day. msgid "Narodowe Święto Zwycięstwa i Wolności" msgstr "" #. Ascension Day. msgid "Wniebowstąpienie Pańskie" msgstr "" #. Pentecost. msgid "Zielone Świątki" msgstr "" #. Whit Monday. msgid "Drugi dzień Zielonych Świątek" msgstr "" #. Corpus Christi. msgid "Dzień Bożego Ciała" msgstr "" #. Saints Peter and Paul Day. msgid "Uroczystość Świętych Apostołów Piotra i Pawła" msgstr "" #. National Day of Rebirth of Poland. msgid "Narodowe Święto Odrodzenia Polski" msgstr "" #. Assumption Day. msgid "Wniebowzięcie Najświętszej Marii Panny" msgstr "" #. All Saints' Day. msgid "Uroczystość Wszystkich Świętych" msgstr "" #. National Independence Day. msgid "Narodowe Święto Niepodległości" msgstr "" #. Immaculate Conception of the Blessed Virgin Mary. msgid "Niepokalane Poczęcie Najświętszej Marii Panny" msgstr "" #. Christmas Eve. msgid "Wigilia Bożego Narodzenia" msgstr "" #. Christmas Day. msgid "Boże Narodzenie (pierwszy dzień)" msgstr "" #. Second Day of Christmas. msgid "Boże Narodzenie (drugi dzień)" msgstr "" holidays-0.71/holidays/locale/ps_AF/000077500000000000000000000000001500152103600173115ustar00rootroot00000000000000holidays-0.71/holidays/locale/ps_AF/LC_MESSAGES/000077500000000000000000000000001500152103600210765ustar00rootroot00000000000000holidays-0.71/holidays/locale/ps_AF/LC_MESSAGES/AF.po000066400000000000000000000047531500152103600217350ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Afghanistan holidays ps_AF localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.65\n" "POT-Creation-Date: 2024-12-25 20:00+0530\n" "PO-Revision-Date: 2025-01-10 18:59+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: ps_AF\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. Liberation Day. msgid "روز آزادی" msgstr "د ازادۍ ورځ" #. Nowruz. msgid "نوروز" msgstr "نوروز" #. International Workers' Day. msgid "روز جهانی کارگر" msgstr "د کارګرو نړیواله ورځ" #. Martyrs' Day. msgid "روز شهیدان" msgstr "د شهیدانو ورځ" #. Day of Arafah. msgid "روز عرفه" msgstr "د عرفه ورځ" #. Ashura. msgid "عاشورا" msgstr "عاشورا" #. Prophet's Birthday. msgid "میلاد پیامبر" msgstr "د پیغمبر الله صلی الله علیه وسلم د میلاد ورځ" #. First Day of Ramadan. msgid "اول رمضان" msgstr "د روژې لومړۍ نیټه" #. %s (estimated). #, c-format msgid "%s (برآورد شده)" msgstr "%s (اټکل)" #. Soviet Victory Day. msgid "روز پیروزی شوروی" msgstr "د شوروی د بریالیتوب ورځ" #. Mojahedin's Victory Day. msgid "روز پیروزی مجاهدین" msgstr "مجاهدو د بریا ورځ" #. Afghanistan Independence Day. msgid "روز استقلال افغانستان" msgstr "د افغانستان د استقلال ورځ" #. Eid al-Fitr. msgid "عید فطر" msgstr "عید فطر" #. Eid al-Adha. msgid "عید قربانی" msgstr "عید قربانی" #. Islamic Emirate Victory Day. msgid "روز پیروزی امارت اسلامی" msgstr "د اسلامي امارت د بریا ورځ" #. American Withdrawal Day. msgid "روز خروج آمریکایی ها" msgstr "د امریکا د وتلو ورځ" holidays-0.71/holidays/locale/pt_AO/000077500000000000000000000000001500152103600173235ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_AO/LC_MESSAGES/000077500000000000000000000000001500152103600211105ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_AO/LC_MESSAGES/AO.po000066400000000000000000000052071500152103600217530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Angola holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-19 18:14+0300\n" "PO-Revision-Date: 2023-07-19 18:17+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: pt_AO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. General Election Day. msgid "Dia de eleições gerais" msgstr "" #. %s (observed). #, c-format msgid "%s (ponte)" msgstr "" #. New Year's Day. msgid "Dia do Ano Novo" msgstr "" #. Martyrs of Colonial Repression Day. msgid "Dia dos Mártires da Repressão Colonial" msgstr "" #. Beginning of the Armed Struggle for National Liberation Day. msgid "Dia do Início da Luta Armada de Libertação Nacional" msgstr "" #. Beginning of the Armed Struggle Day. msgid "Dia do Início da Luta Armada" msgstr "" #. Carnival Day. msgid "Dia do Carnaval" msgstr "" #. International Women's Day. msgid "Dia Internacional da Mulher" msgstr "" #. Southern Africa Liberation Day. msgid "Dia da Libertação da África Austral" msgstr "" #. Peace and National Reconciliation Day. msgid "Dia da Paz e Reconciliação Nacional" msgstr "" #. Good Friday. msgid "Sexta-Feira Santa" msgstr "" #. International Worker's Day. msgid "Dia Internacional do Trabalhador" msgstr "" #. Africa Day. msgid "Dia da África" msgstr "" #. International Children's Day. msgid "Dia Internacional da Criança" msgstr "" #. National Heroes' Day. msgid "Dia do Fundador da Nação e do Herói Nacional" msgstr "" #. All Souls' Day. msgid "Dia dos Finados" msgstr "" #. National Independence Day. msgid "Dia da Independência Nacional" msgstr "" #. Independence Day. msgid "Dia da Independência" msgstr "" #. Date of Founding of MPLA - Labor Party. msgid "Data da Fundacao do MPLA - Partido do Trabalho" msgstr "" #. Christmas and Family Day. msgid "Dia de Natal e da Família" msgstr "" #. Christmas Day. msgid "Dia do Natal" msgstr "" #. Family Day. msgid "Dia da Família" msgstr "" holidays-0.71/holidays/locale/pt_BR/000077500000000000000000000000001500152103600173275ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_BR/LC_MESSAGES/000077500000000000000000000000001500152103600211145ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_BR/LC_MESSAGES/BR.po000066400000000000000000000120621500152103600217600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brazil holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2024-10-15 20:48+0300\n" "PO-Revision-Date: 2024-11-05 21:50+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. Universal Fraternization Day. msgid "Confraternização Universal" msgstr "" #. Republic Constitution Day. msgid "Constituição da Republica" msgstr "" #. Good Friday. msgid "Sexta-feira Santa" msgstr "" #. Tiradentes' Day. msgid "Tiradentes" msgstr "" #. Worker's Day. msgid "Dia do Trabalhador" msgstr "" #. Discovery of Brazil. msgid "Descobrimento do Brasil" msgstr "" #. Abolition of slavery in Brazil. msgid "Abolição da escravidão no Brasil" msgstr "" #. Freedom and Independence of American Peoples. msgid "Liberdade e Independência dos Povos Americanos" msgstr "" #. Independence Day. msgid "Independência do Brasil" msgstr "" #. Discovery of America. msgid "Descobrimento da América" msgstr "" #. Our Lady of Aparecida. msgid "Nossa Senhora Aparecida" msgstr "" #. All Souls' Day. msgid "Finados" msgstr "" #. Republic Proclamation Day. msgid "Proclamação da República" msgstr "" #. National Day of Zumbi and Black Awareness. msgid "Dia Nacional de Zumbi e da Consciência Negra" msgstr "" #. Christmas Day. msgid "Natal" msgstr "" #. Carnival. msgid "Carnaval" msgstr "" #. Ash Wednesday. msgid "Início da Quaresma" msgstr "" #. Corpus Christi. msgid "Corpus Christi" msgstr "" #. Public Servant's Day. msgid "Dia do Servidor Público" msgstr "" #. Christmas Eve. msgid "Véspera de Natal" msgstr "" #. New Year's Eve. msgid "Véspera de Ano-Novo" msgstr "" #. Evangelical Day. msgid "Dia do Evangélico" msgstr "" #. International Women's Day. msgid "Dia Internacional da Mulher" msgstr "" #. Founding of Acre. msgid "Aniversário do Acre" msgstr "" #. Amazonia Day. msgid "Dia da Amazônia" msgstr "" #. Signing of the Petropolis Treaty. msgid "Assinatura do Tratado de Petrópolis" msgstr "" #. Saint John's Day. msgid "São João" msgstr "" #. Saint Peter's Day. msgid "São Pedro" msgstr "" #. Political Emancipation of Alagoas. msgid "Emancipação Política de Alagoas" msgstr "" #. Black Awareness Day. msgid "Consciência Negra" msgstr "" #. Elevation of Amazonas to province. msgid "Elevação do Amazonas à categoria de província" msgstr "" #. Saint Joseph's Day. msgid "São José" msgstr "" #. Saint James' Day. msgid "São Tiago" msgstr "" #. Creation of the Federal Territory. msgid "Criação do Território Federal" msgstr "" #. Bahia Independence Day. msgid "Independência da Bahia" msgstr "" #. Abolition of slavery in Ceará. msgid "Abolição da escravidão no Ceará" msgstr "" #. Our Lady of Assumption. msgid "Nossa Senhora da Assunção" msgstr "" #. Founding of Brasilia. msgid "Fundação de Brasília" msgstr "" #. Our Lady of Penha. msgid "Nossa Senhora da Penha" msgstr "" #. Foundation of Goiás city. msgid "Fundação da cidade de Goiás" msgstr "" #. Foundation of Goiânia. msgid "Pedra fundamental de Goiânia" msgstr "" #. Maranhão joining to independence of Brazil. msgid "Adesão do Maranhão à independência do Brasil" msgstr "" #. Tiradentes' Execution. msgid "Execução de Tiradentes" msgstr "" #. State Creation Day. msgid "Criação do Estado" msgstr "" #. Grão-Pará joining to independence of Brazil. msgid "Adesão do Grão-Pará à independência do Brasil" msgstr "" #. State Founding Day. msgid "Fundação do Estado" msgstr "" #. Pernambuco Revolution. msgid "Revolução Pernambucana" msgstr "" #. Piauí Day. msgid "Dia do Piauí" msgstr "" #. Political Emancipation of Paraná. msgid "Emancipação do Paraná" msgstr "" #. Saint George's Day. msgid "São Jorge" msgstr "" #. Rio Grande do Norte Day. msgid "Dia do Rio Grande do Norte" msgstr "" #. Uruaçu and Cunhaú Martyrs Day. msgid "Mártires de Cunhaú e Uruaçu" msgstr "" #. Gaucho Day. msgid "Dia do Gaúcho" msgstr "" #. Santa Catarina State Day. msgid "Dia do Estado de Santa Catarina" msgstr "" #. Saint Catherine of Alexandria Day. msgid "Dia de Santa Catarina de Alexandria" msgstr "" #. Sergipe Political Emancipation Day. msgid "Emancipação política de Sergipe" msgstr "" #. Constitutionalist Revolution. msgid "Revolução Constitucionalista" msgstr "" #. Autonomy Day. msgid "Dia da Autonomia" msgstr "" #. Our Lady of Nativity. msgid "Nossa Senhora da Natividade" msgstr "" holidays-0.71/holidays/locale/pt_BR/LC_MESSAGES/BVMF.po000066400000000000000000000034011500152103600222040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brasil, Bolsa, Balcão holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2024-10-15 20:48+0300\n" "PO-Revision-Date: 2024-11-08 12:07+0700\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. Universal Fraternization Day. msgid "Confraternização Universal" msgstr "" #. Carnival. msgid "Carnaval" msgstr "" #. Holy Thursday. msgid "Quinta-feira Santa" msgstr "" #. Good Friday. msgid "Sexta-feira Santa" msgstr "" #. Tiradentes' Day. msgid "Tiradentes" msgstr "" #. Worker's Day. msgid "Dia do Trabalhador" msgstr "" #. Corpus Christi. msgid "Corpus Christi" msgstr "" #. Independence Day. msgid "Independência do Brasil" msgstr "" #. Our Lady of Aparecida. msgid "Nossa Senhora Aparecida" msgstr "" #. All Souls' Day. msgid "Finados" msgstr "" #. Republic Proclamation Day. msgid "Proclamação da República" msgstr "" #. National Day of Zumbi and Black Awareness. msgid "Dia Nacional de Zumbi e da Consciência Negra" msgstr "" #. Christmas Day. msgid "Natal" msgstr "" holidays-0.71/holidays/locale/pt_MO/000077500000000000000000000000001500152103600173375ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_MO/LC_MESSAGES/000077500000000000000000000000001500152103600211245ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_MO/LC_MESSAGES/MO.po000066400000000000000000000160421500152103600220020ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Macau holidays pt_MO localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-06 15:34+0700\n" "PO-Revision-Date: 2025-03-05 21:05+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: pt_MO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "元旦" msgstr "Fraternidade Universal" #. Freedom Day. msgid "自由日" msgstr "Dia da Liberdade" #. Labor Day. msgid "勞動節" msgstr "Dia do Trabalhador" #. Day of Portugal, Camões, and the Portuguese Communities. msgid "葡國日、賈梅士日暨葡僑日" msgstr "Dia de Portugal, de Camões e das Comunidades Portuguesas" #. Assumption Day. msgid "聖母升天" msgstr "Assunção de Nossa Senhora" #. National Day of the People's Republic of China. msgid "中華人民共和國國慶日" msgstr "Implantação da República Popular da China" #. The day following National Day of the People's Republic of China. msgid "中華人民共和國國慶日翌日" msgstr "Dia seguinte à Implantação da República Popular da China" #. Republic Day. msgid "葡萄牙共和國國慶日" msgstr "Implantação da República Portuguesa" #. All Saints' Day. msgid "諸聖節" msgstr "Dia de Todos os Santos" #. All Soul's Day. msgid "追思節" msgstr "Dia de Finados" #. Restoration of Independence Day. msgid "恢復獨立紀念日" msgstr "Restauração da Independência" #. Immaculate Conception. msgid "聖母無原罪瞻禮" msgstr "Imaculada Conceição" #. Macao S.A.R. Establishment Day. msgid "澳門特別行政區成立紀念日" msgstr "Dia Comemorativo do Estabelecimento da Região Administrativa Especial de Macau" #. Winter Solstice. msgid "冬至" msgstr "Solstício de Inverno" #. Christmas Eve. msgid "聖誕節前日" msgstr "Véspera de Natal" #. Christmas Eve. msgid "聖誕節前夕" msgstr "Véspera de Natal" #. Christmas Eve. msgid "聖誕前夕" msgstr "Véspera de Natal" #. Christmas Day. msgid "聖誕節" msgstr "Natal" #. Christmas Day. msgid "聖誕" msgstr "Natal" #. Chinese New Year's Day. msgid "農曆正月初一" msgstr "1.º dia do Novo Ano Lunar" #. The second day of Chinese New Year. msgid "農曆正月初二" msgstr "2.º dia do Novo Ano Lunar" #. The third day of Chinese New Year. msgid "農曆正月初三" msgstr "3.º dia do Novo Ano Lunar" #. Tomb-Sweeping Day. msgid "清明節" msgstr "Cheng Ming (Dia de Finados)" #. Good Friday. msgid "耶穌受難日" msgstr "Morte de Cristo" #. Good Friday. msgid "聖周星期五" msgstr "Sexta-Feira Santa" #. The Day before Easter. msgid "復活節前日" msgstr "Véspera da Ressurreição de Cristo" #. Holy Saturday. msgid "聖周星期六" msgstr "Sábado Santo" #. The Buddha's Birthday. msgid "佛誕節" msgstr "Dia do Buda" #. Corpus Christi. msgid "基督聖體聖血節" msgstr "Corpo de Deus" #. Dragon Boat Festival. msgid "端午節" msgstr "Tung Ng (Barco Dragão)" #. Double Ninth Festival. msgid "重陽節" msgstr "Chong Yeong (Culto dos Antepassados)" #. Mid-Autumn Festival. msgid "中秋節" msgstr "Chong Chao (Bolo Lunar)" #. The Day following Mid-Autumn Festival. msgid "中秋節翌日" msgstr "Dia seguinte ao Chong Chao (Bolo Lunar)" #. Day of the Municipality of Ilhas. msgid "海島市日" msgstr "Dia do Município das Ilhas" #. Macau City Day. msgid "澳門市日" msgstr "Dia da Cidade de Macau" #. Additional Government Holiday. msgid "額外政府假期" msgstr "Feriado Governamental Adicional" #. Additional Public Holiday. msgid "額外公眾假期" msgstr "Feriado Público Adicional" #. Additional Half-Day Public Holiday. msgid "額外公眾半日假" msgstr "Meio Dia de Feriado Público Adicional" #. The Handover of Macau to China and the Establishment of the Macau Special Administrative Region #. of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日" msgstr "" "Dia do Retorno de Macau à Mãe-Pátria e do Estabelecimento da Região Administrativa Especial de " "Macau da República Popular da China" #. The day following the Handover of Macau to China and the Establishment of the Macau Special #. Administrative Region of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日翌日" msgstr "" "Dia seguinte ao do Retorno de Macau à Mãe-Pátria e do Estabelecimento da Região Administrativa " "Especial de Macau da República Popular da China" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中國人民抗日戰爭暨世界反法西斯戰爭勝利七十周年紀念日" msgstr "" "Dia Comemorativo do 70.º Aniversário da Vitória do Povo Chinês na Guerra contra o Japão e da " "Vitória Mundial contra o Fascismo" #. Compensatory rest day for %s. #, c-format msgid "%s的補假" msgstr "Dia de descanso compensatório relativo ao %s" #. The first working day after %s. #, c-format msgid "%s後首個工作日" msgstr "1.º dia útil após %s" #. %s (Afternoon). #, c-format msgid "%s(下午)" msgstr "%s (na parte da tarde)" #. Chinese New Year's Eve. msgid "農曆除夕" msgstr "Véspera do Novo Ano Lunar" #. The fourth day of Chinese New Year. msgid "農曆正月初四" msgstr "4.º dia do Novo Ano Lunar" #. The fifth day of Chinese New Year. msgid "農曆正月初五" msgstr "5.º dia do Novo Ano Lunar" #. New Year's Eve. msgid "除夕" msgstr "Véspera do Dia da Fraternidade Universal" #. Overlapping of the Day following National Day of the People's Republic of China and the Day #. following Mid-Autumn Festival. msgid "中華人民共和國國慶日翌日及中秋節翌日重疊" msgstr "" "Sobreposição do Dia seguinte à Implantação da República Popular da China e do Dia seguinte ao " "Chong Chao (Bolo Lunar)" #. Overlapping of the Day following National Day of the People's Republic of China and the Double #. Ninth Festival. msgid "中華人民共和國國慶日翌日及重陽節重疊" msgstr "" "Sobreposição do Dia seguinte à Implantação da República Popular da China e do Chong Yeong (Culto " "dos Antepassados)" #. Overlapping of the National Day of the People's Republic of China and the Day following Mid- #. Autumn Festival. msgid "中華人民共和國國慶日及中秋節翌日重疊" msgstr "" "Sobreposição da Implantação da República Popular da China e do Dia seguinte ao Chong Chao (Bolo " "Lunar)" holidays-0.71/holidays/locale/pt_MZ/000077500000000000000000000000001500152103600173525ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_MZ/LC_MESSAGES/000077500000000000000000000000001500152103600211375ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_MZ/LC_MESSAGES/MZ.po000066400000000000000000000033011500152103600220220ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mozambique holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-21 19:22+0300\n" "PO-Revision-Date: 2023-07-21 19:22+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: pt_MZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (ponte)" msgstr "" #. International Fraternalism Day. msgid "Dia da Fraternidade universal" msgstr "" #. Heroes' Day. msgid "Dia dos Heróis Moçambicanos" msgstr "" #. Women's Day. msgid "Dia da Mulher Moçambicana" msgstr "" #. International Workers' Day. msgid "Dia Internacional dos Trabalhadores" msgstr "" #. Independence Day. msgid "Dia da Independência Nacional" msgstr "" #. Victory Day. msgid "Dia da Vitória" msgstr "" #. Armed Forces Day. msgid "Dia das Forças Armadas de Libertação Nacional" msgstr "" #. Peace and Reconciliation Day. msgid "Dia da Paz e Reconciliação" msgstr "" #. Family Day. msgid "Dia da Família" msgstr "" holidays-0.71/holidays/locale/pt_PT/000077500000000000000000000000001500152103600173475ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_PT/LC_MESSAGES/000077500000000000000000000000001500152103600211345ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_PT/LC_MESSAGES/PT.po000066400000000000000000000073001500152103600220170ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Portugal holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.20\n" "POT-Creation-Date: 2023-03-07 19:38+0700\n" "PO-Revision-Date: 2023-02-20 19:10+0200\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Ano Novo" msgstr "" #. Good Friday. msgid "Sexta-feira Santa" msgstr "" #. Easter Sunday. msgid "Páscoa" msgstr "" #. Corpus Christi. msgid "Corpo de Deus" msgstr "" #. Republic Day. msgid "Implantação da República" msgstr "" #. All Saints' Day. msgid "Dia de Todos os Santos" msgstr "" #. Restoration of Independence Day. msgid "Restauração da Independência" msgstr "" #. Freedom Day. msgid "Dia da Liberdade" msgstr "" #. Labor Day. msgid "Dia do Trabalhador" msgstr "" #. Day of Camões, Portugal, and the Portuguese Race. msgid "Dia de Camões, de Portugal e da Raça" msgstr "" #. Day of Portugal, Camões, and the Portuguese Communities. msgid "Dia de Portugal, de Camões e das Comunidades Portuguesas" msgstr "" #. Portugal Day. msgid "Dia de Portugal" msgstr "" #. Assumption Day. msgid "Assunção de Nossa Senhora" msgstr "" #. Immaculate Conception. msgid "Imaculada Conceição" msgstr "" #. Christmas Day. msgid "Dia de Natal" msgstr "" #. Carnival. msgid "Carnaval" msgstr "" #. Christmas Eve. msgid "Véspera de Natal" msgstr "" #. Second Day of Christmas. msgid "26 de Dezembro" msgstr "" #. New Year's Eve. msgid "Véspera de Ano Novo" msgstr "" #. Saint Anthony's Day. msgid "Dia de Santo António" msgstr "" #. Saint Joanna's Day. msgid "Dia de Santa Joana" msgstr "" #. Ascension Day. msgid "Quinta-feira da Ascensão" msgstr "" #. Saint John's Day. msgid "Dia de São João" msgstr "" #. Feast of Our Lady of Graces. msgid "Dia de Nossa Senhora das Graças" msgstr "" #. Feast of Our Lady of Mércoles. msgid "Dia de Nossa Senhora de Mércoles" msgstr "" #. Saint Elizabeth's Day. msgid "Dia de Santa Isabel" msgstr "" #. Saint Peter's Day. msgid "Dia de São Pedro" msgstr "" #. Municipal Holiday of Faro. msgid "Dia do Município de Faro" msgstr "" #. Municipal Holiday of Guarda. msgid "Dia do Município da Guarda" msgstr "" #. Municipal Holiday of Leiria. msgid "Dia do Município de Leiria" msgstr "" #. Municipal Holiday of Portalegre. msgid "Dia do Município de Portalegre" msgstr "" #. Saint Joseph's Day. msgid "Dia de São José" msgstr "" #. Bocage Day. msgid "Dia de Bocage" msgstr "" #. Feast of Our Lady of Sorrows. msgid "Dia de Nossa Senhora da Agonia" msgstr "" #. Saint Matthew's Day. msgid "Dia de São Mateus" msgstr "" #. Day of the Autonomous Region of the Azores. msgid "Dia da Região Autónoma dos Açores" msgstr "" #. Day of the Autonomous Region of Madeira. msgid "Dia da Região Autónoma da Madeira" msgstr "" #. Day of the Autonomous Region of Madeira and the Madeiran Communities. msgid "Dia da Região Autónoma da Madeira e das Comunidades Madeirenses" msgstr "" #. 1st Octave. msgid "Primeira Oitava" msgstr "" holidays-0.71/holidays/locale/pt_TL/000077500000000000000000000000001500152103600173435ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_TL/LC_MESSAGES/000077500000000000000000000000001500152103600211305ustar00rootroot00000000000000holidays-0.71/holidays/locale/pt_TL/LC_MESSAGES/TL.po000066400000000000000000000073531500152103600220170ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Timor-Leste holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2023-10-14 08:23+0700\n" "PO-Revision-Date: 2025-04-03 16:23+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: pt_TL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.6\n" #. %s (estimated). #, c-format msgid "%s (aproximada)" msgstr "" #. New Year's Day. msgid "Dia de Ano Novo" msgstr "" #. Veteran's Day. msgid "Dia dos Veteranos" msgstr "" #. International Worker's Day. msgid "Dia Mundial do Trabalhador" msgstr "" #. Restoration of Independence Day. msgid "Dia da Restauração da Independência" msgstr "" #. Popular Consultation Day. msgid "Dia da Consulta Popular" msgstr "" #. All Saints' Day. msgid "Dia de Todos os Santos" msgstr "" #. All Souls' Day. msgid "Dia de Todos os Fiéis Defuntos" msgstr "" #. National Women's Day. msgid "Dia Nacional da Mulher" msgstr "" #. National Youth Day. msgid "Dia Nacional da Juventude" msgstr "" #. Proclamation of Independence Day. msgid "Dia da Proclamação da Independência" msgstr "" #. Memorial Day. msgid "Dia da Memória" msgstr "" #. Day of Our Lady of Immaculate Conception and Timor-Leste Patroness. msgid "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste" msgstr "" #. Christmas Day. msgid "Dia de Natal" msgstr "" #. National Heroes Day. msgid "Dia dos Heróis Nacionais" msgstr "" #. Holy Friday. msgid "Sexta-Feira Santa" msgstr "" #. Eid al-Fitr. msgid "Idul Fitri" msgstr "" #. Corpus Christi. msgid "Festa do Corpo de Deus" msgstr "" #. Eid al-Adha. msgid "Idul Adha" msgstr "" #. National Holidays (Special). msgid "Feriados Nacionais (Especiais)" msgstr "" #. International Children's Day. msgid "Dia Mundial da Criança" msgstr "" #. Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL). msgid "Dia das Forças Armadas de Libertação Nacional de Timor-Leste (FALINTIL)" msgstr "" #. International Human Rights Day. msgid "Dia Mundial dos Direitos Humanos" msgstr "" #. Ash Wednesday. msgid "Quarta-Feira de Cinzas" msgstr "" #. Holy Thursday. msgid "Quinta-Feira Santa" msgstr "" #. The Day of Ascension of Jesus Christ into Heaven. msgid "Dia da Ascensão de Jesus Cristo ao Céu" msgstr "" #. Presidential Election Day. msgid "Dia da Eleição Presidencial" msgstr "" #. Parliamentary Election Day. msgid "Dia de Eleições Parlamentares" msgstr "" #. Centenary of the Revolt of Dom Boaventura. msgid "Centenário da Revolta de Dom Boaventura" msgstr "" #. Funeral Ceremonies of Fernando 'La Sama' de Araújo. msgid "Cerimónias Fúnebres de Fernando 'La Sama' de Araújo" msgstr "" #. 20th Anniversary Celebrations of the Popular Consultation. msgid "Celebrações do 20.º Aniversário da Consulta Popular" msgstr "" #. 25th Anniversary Celebrations of the Popular Consultation. msgid "Celebrações do 25.º Aniversário da Consulta Popular" msgstr "" #. Local Election Day. msgid "Dia de eleições locais" msgstr "" #. Visit of His Holiness Pope Francis to Timor-Leste. msgid "Visita de Sua Santidade o Papa Francisco a Timor-Leste" msgstr "" holidays-0.71/holidays/locale/ro/000077500000000000000000000000001500152103600167415ustar00rootroot00000000000000holidays-0.71/holidays/locale/ro/LC_MESSAGES/000077500000000000000000000000001500152103600205265ustar00rootroot00000000000000holidays-0.71/holidays/locale/ro/LC_MESSAGES/MD.po000066400000000000000000000042051500152103600213670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Moldova holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.46\n" "POT-Creation-Date: 2023-03-22 21:58+0200\n" "PO-Revision-Date: 2024-03-20 21:12+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && n%100<=19) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Anul Nou" msgstr "" #. Christmas Day (by old style). msgid "Nașterea lui Iisus Hristos (Crăciunul pe stil vechi)" msgstr "" #. Christmas Day. msgid "Nașterea lui Iisus Hristos (Crăciunul)" msgstr "" #. International Women's Day. msgid "Ziua internatională a femeii" msgstr "" #. Easter. msgid "Paștele" msgstr "" #. Day of Rejoicing. msgid "Paștele blajinilor" msgstr "" #. International Workers' Solidarity Day. msgid "Ziua internaţională a solidarităţii oamenilor muncii" msgstr "" #. Victory Day and Commemoration of the heroes fallen for Independence of Fatherland. msgid "Ziua Victoriei și a comemorării eroilor căzuţi pentru Independenţa Patriei" msgstr "" #. Europe Day. msgid "Ziua Europei" msgstr "" #. International Children's Day. msgid "Ziua Ocrotirii Copilului" msgstr "" #. Republic of Moldova Independence Day. msgid "Ziua independenţei Republicii Moldova" msgstr "" #. National Language Day. msgid "Limba noastră" msgstr "" #. Christmas Day (by new style). msgid "Nașterea lui Iisus Hristos (Crăciunul pe stil nou)" msgstr "" holidays-0.71/holidays/locale/ro/LC_MESSAGES/RO.po000066400000000000000000000033741500152103600214150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Romania holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-22 18:35+0200\n" "PO-Revision-Date: 2023-03-22 21:28+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && n%100<=19) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Anul Nou" msgstr "" #. Epiphany. msgid "Bobotează" msgstr "" #. Saint John the Baptist. msgid "Sfântul Ion" msgstr "" #. Unification of the Romanian Principalities Day. msgid "Ziua Unirii Principatelor Române" msgstr "" #. Easter. msgid "Paștele" msgstr "" #. Labor Day. msgid "Ziua Muncii" msgstr "" #. Children's Day. msgid "Ziua Copilului" msgstr "" #. Pentecost. msgid "Rusaliile" msgstr "" #. Dormition of the Mother of God. msgid "Adormirea Maicii Domnului" msgstr "" #. Saint Andrew's Day. msgid "Sfantul Apostol Andrei cel Intai chemat" msgstr "" #. National Day. msgid "Ziua Națională a României" msgstr "" #. Christmas Day. msgid "Crăciunul" msgstr "" holidays-0.71/holidays/locale/ru/000077500000000000000000000000001500152103600167475ustar00rootroot00000000000000holidays-0.71/holidays/locale/ru/LC_MESSAGES/000077500000000000000000000000001500152103600205345ustar00rootroot00000000000000holidays-0.71/holidays/locale/ru/LC_MESSAGES/BY.po000066400000000000000000000100431500152103600214040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belarus holidays ru localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2024-12-24 11:39+0700\n" "PO-Revision-Date: 2024-12-26 19:18+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. Date format (see strftime() Format Codes) msgid "%d.%m.%Y" msgstr "%d.%m.%Y" #. Day off (substituted from %s). #, c-format msgid "Выходны (перанесены з %s)" msgstr "Выходной (перенесено с %s)" #. Constitution Day. msgid "Дзень Канстытуцыі" msgstr "День Конституции" #. Day of Unity of the Peoples of Belarus and Russia. msgid "Дзень яднання народаў Беларусі і Расіі" msgstr "День единения народов Беларуси и России" #. Victory Day. msgid "Дзень Перамогі" msgstr "День Победы" #. Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic #. of Belarus and the National Anthem of the Republic of Belarus. msgid "Дзень Дзяржаўнага сцяга, Дзяржаўнага герба і Дзяржаўнага гімна Рэспублікі Беларусь" msgstr "" "День Государственного флага, Государственного герба и Государственного гимна Республики Беларусь" #. Independence Day of the Republic of Belarus (Day of the Republic). msgid "Дзень Незалежнасці Рэспублікі Беларусь (Дзень Рэспублікі)" msgstr "День Независимости Республики Беларусь (День Республики)" #. Day of People's Unity. msgid "Дзень народнага адзінства" msgstr "День народного единства" #. New Year's Day. msgid "Новы год" msgstr "Новый год" #. Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus. msgid "Дзень абаронцаў Айчыны і Узброеных Сіл Рэспублікі Беларусь" msgstr "День защитников Отечества и Вооруженных Сил Республики Беларусь" #. Women's Day. msgid "Дзень жанчын" msgstr "День женщин" #. Labor Day. msgid "Свята працы" msgstr "Праздник труда" #. October Revolution Day. msgid "Дзень Кастрычніцкай рэвалюцыі" msgstr "День Октябрьской революции" #. Orthodox Christmas Day. msgid "Нараджэнне Хрыстова (праваслаўнае Раство)" msgstr "Рождество Христово (православное Рождество)" #. Catholic Easter. msgid "Каталiцкi Вялiкдзень" msgstr "Католическая Пасха" #. Orthodox Easter. msgid "Праваслаўны Вялiкдзень" msgstr "Православная Пасха" #. Radunitsa (Day of Rejoicing). msgid "Радаўніца" msgstr "Радуница" #. Dzyady (All Souls' Day). msgid "Дзень памяці" msgstr "День памяти" #. Catholic Christmas Day. msgid "Нараджэнне Хрыстова (каталіцкае Раство)" msgstr "Рождество Христово (католическое Рождество)" holidays-0.71/holidays/locale/ru/LC_MESSAGES/RU.po000066400000000000000000000051441500152103600214260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Russia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.29\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2024-05-21 13:26+0700\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.4\n" #. New Year's Day. msgid "Новый год" msgstr "" #. New Year Holidays. msgid "Новогодние каникулы" msgstr "" #. Christmas Day. msgid "Рождество Христово" msgstr "" #. Defender of the Fatherland Day. msgid "День защитника Отечества" msgstr "" #. International Women's Day. msgid "Международный женский день" msgstr "" #. Holiday of Spring and Labor. msgid "Праздник Весны и Труда" msgstr "" #. International Workers' Solidarity Day. msgid "День международной солидарности трудящихся" msgstr "" #. Victory Day. msgid "День Победы" msgstr "" #. Russia Day. msgid "День России" msgstr "" #. Day of the Adoption of the Declaration of Sovereignty of the Russian Federation. msgid "День принятия Декларации о государственном суверенитете Российской Федерации" msgstr "" #. Unity Day. msgid "День народного единства" msgstr "" #. Day of consent and reconciliation. msgid "День согласия и примирения" msgstr "" #. Anniversary of the Great October Socialist Revolution. msgid "Годовщина Великой Октябрьской социалистической революции" msgstr "" #. Date format (see strftime() Format Codes). msgid "%d.%m.%Y" msgstr "" #. Day off (substituted from %s). #, c-format msgid "Выходной (перенесено с %s)" msgstr "" holidays-0.71/holidays/locale/si_LK/000077500000000000000000000000001500152103600173225ustar00rootroot00000000000000holidays-0.71/holidays/locale/si_LK/LC_MESSAGES/000077500000000000000000000000001500152103600211075ustar00rootroot00000000000000holidays-0.71/holidays/locale/si_LK/LC_MESSAGES/LK.po000066400000000000000000000115731500152103600217640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sri Lanka holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-12 23:29+0530\n" "PO-Revision-Date: 2025-01-24 18:17+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: si_LK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (අනුමානිත)" msgstr "" #. Tamil Thai Pongal Day. msgid "දෙමළ තෛපොංැලල් දිනය" msgstr "" #. Independence Day. msgid "නිදහස් සමරු දිනය" msgstr "" #. Sinhala and Tamil New Year. msgid "සිංහල හා දෙමළ අලුත් අවුරුදු දිනය" msgstr "" #. Day Before Sinhala and Tamil New Year. msgid "සිංහල හා දෙමළ අලුත් අවුරුදු දිනට පෙර දිනය" msgstr "" #. International Workers' Day. msgid "ලොක කම්කරු දිනය" msgstr "" #. Duruthu Full Moon Poya Day. msgid "දුරුතු පුර පසළොස්වක පෝය දිනය" msgstr "" #. Nawam Full Moon Poya Day. msgid "නවම් පුර පසළොස්වක පෝය දිනය" msgstr "" #. Medin Full Moon Poya Day. msgid "මැදින් පුර පසළොස්වක පෝය දිනය" msgstr "" #. Bak Full Moon Poya Day. msgid "බක් පුර පසළොස්වක පෝය දිනය" msgstr "" #. Vesak Full Moon Poya Day. msgid "වෙසක් පුර පසළොස්වක පෝය දිනය" msgstr "" #. Day Following Vesak Full Moon Poya Day. msgid "වෙසක් පුර පසළොස්වක පෝය දිනට පසු දිනය" msgstr "" #. Poson Full Moon Poya Day. msgid "පොසොන් පුර පසළොස්වක පෝය දිනය" msgstr "" #. Esala Full Moon Poya Day. msgid "ඇසල පුර පසළොස්වක පෝය දිනය" msgstr "" #. Nikini Full Moon Poya Day. msgid "නිකිණි පුර පසළොස්වක පෝය දිනය" msgstr "" #. Binara Full Moon Poya Day. msgid "බිනර පුර පසළොස්වක පෝය දිනය" msgstr "" #. Vap Full Moon Poya Day. msgid "වප් පුර පසළොස්වක පෝය දිනය" msgstr "" #. Il Full Moon Poya Day. msgid "ඉල් පුර පසළොස්වක පෝය දිනය" msgstr "" #. Unduvap Full Moon Poya Day. msgid "උඳුවප් පුර පසළොස්වක පෝය දිනය" msgstr "" #. Maha Sivarathri Day. msgid "මහ සිවරාත්රි දිනය" msgstr "" #. Deepavali Festival Day. msgid "දීපවාලි උත්සව දිනය" msgstr "" #. Good Friday. msgid "මහ සිකුරාදා දිනය" msgstr "" #. Christmas Day. msgid "නත්තල් උත්සව දිනය" msgstr "" #. Eid al-Fitr. msgid "ඊදුල් ෆීතර්" msgstr "" #. Eid al-Adha. msgid "ඊදුල් අල්හා" msgstr "" #. Prophet's Birthday. msgid "නබි නායකතුමාගේ උපන් දිනය" msgstr "" #. Adhi Vesak Full Mon Poya Day. msgid "අධි වෙසක් පුර පසළොස්වක පෝය දිනය" msgstr "" #. Adhi Poson Full Moon Poya Day. msgid "අධි පොසොන් පුර පසළොස්වක පෝය දිනය" msgstr "" #. Adhi Esala Full Moon Poya Day. msgid "අධි ඇසල පුර පසළොස්වක පෝය දිනය" msgstr "" #. Adhi Binara Full Moon Poya Day. msgid "අධි බිනර පුර පසළොස්වක පෝය දිනය" msgstr "" #. Adhi Vap Full Moon Poya Day. msgid "අධි වප් පුර පසළොස්වක පෝය දිනය" msgstr "" #. Special Bank Holiday. msgid "විශේෂ බැංකු නිවාඩු දිනය" msgstr "" #. Half-Day Special Bank Holiday. msgid "දින භාගයක විශේෂ බැංකු නිවාඩු දිනය" msgstr "" #. Public Sector Holiday. msgid "රාජ්ය අංශයේ නිවාඩු දිනය" msgstr "" #. Special Public Holiday. msgid "විශේෂ රජයේ නිවාඩු දිනය" msgstr "" holidays-0.71/holidays/locale/sk/000077500000000000000000000000001500152103600167365ustar00rootroot00000000000000holidays-0.71/holidays/locale/sk/LC_MESSAGES/000077500000000000000000000000001500152103600205235ustar00rootroot00000000000000holidays-0.71/holidays/locale/sk/LC_MESSAGES/CZ.po000066400000000000000000000055021500152103600214010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Czechia holidays sk localization. # This file is distributed under the same license as the Holidays package. msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-11-24 00:14+0100\n" "PO-Revision-Date: 2025-01-27 16:42+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. Independent Czech State Restoration Day. msgid "Den obnovy samostatného českého státu" msgstr "Deň obnovy samostatného českého štátu" #. New Year's Day. msgid "Nový rok" msgstr "Nový rok" #. Good Friday. msgid "Velký pátek" msgstr "Veľký piatok" #. Easter Monday. msgid "Velikonoční pondělí" msgstr "Veľkonočný pondelok" #. Labor Day. msgid "Svátek práce" msgstr "Sviatok práce" #. Victory Day. msgid "Den vítězství" msgstr "Deň víťazstva" #. Liberation Day. msgid "Den osvobození" msgstr "Deň oslobodenia" #. Day of liberation from Fascism. msgid "Den osvobození od fašismu" msgstr "Deň oslobodenia od fašizmu" #. Saints Cyril and Methodius Day. msgid "Den slovanských věrozvěstů Cyrila a Metoděje" msgstr "Deň slovanských vierozvestcov Cyrila a Metoda" #. Jan Hus Day. msgid "Den upálení mistra Jana Husa" msgstr "Deň upálenia majstra Jána Husa" #. Statehood Day. msgid "Den české státnosti" msgstr "Deň českej štátnosti" #. Independent Czechoslovak State Day. msgid "Den vzniku samostatného československého státu" msgstr "Deň vzniku samostatného československého štátu" #. Struggle for Freedom and Democracy Day and International Students' Day. msgid "Den boje za svobodu a demokracii a Mezinárodní den studentstva" msgstr "Deň boja za slobodu a demokraciu a Medzinárodný deň študentstva" #. Struggle for Freedom and Democracy Day. msgid "Den boje za svobodu a demokracii" msgstr "Deň boja za slobodu a demokraciu" #. Christmas Eve. msgid "Štědrý den" msgstr "Štedrý deň" #. Christmas Day. msgid "1. svátek vánoční" msgstr "1. sviatok vianočný" #. Second Day of Christmas. msgid "2. svátek vánoční" msgstr "2. sviatok vianočný" holidays-0.71/holidays/locale/sk/LC_MESSAGES/SK.po000066400000000000000000000047241500152103600214070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovakia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.25\n" "POT-Creation-Date: 2023-05-10 17:13+0300\n" "PO-Revision-Date: 2023-11-10 15:16+0100\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. 100th anniversary of the adoption of the Declaration of the Slovak Nation. msgid "100. výročie prijatia Deklarácie slovenského národa" msgstr "" #. Day of the Establishment of the Slovak Republic. msgid "Deň vzniku Slovenskej republiky" msgstr "" #. Epiphany. msgid "Zjavenie Pána (Traja králi a vianočný sviatok pravoslávnych kresťanov)" msgstr "" #. Good Friday. msgid "Veľký piatok" msgstr "" #. Easter Monday. msgid "Veľkonočný pondelok" msgstr "" #. Labor Day. msgid "Sviatok práce" msgstr "" #. Day of Victory over Fascism. msgid "Deň víťazstva nad fašizmom" msgstr "" #. Saints Cyril and Methodius Day. msgid "Sviatok svätého Cyrila a svätého Metoda" msgstr "" #. Slovak National Uprising Anniversary. msgid "Výročie Slovenského národného povstania" msgstr "" #. Constitution Day. msgid "Deň Ústavy Slovenskej republiky" msgstr "" #. Day of Our Lady of the Seven Sorrows. msgid "Sedembolestná Panna Mária" msgstr "" #. Day of the Establishment of the Independent Czech-Slovak State. msgid "Deň vzniku samostatného česko-slovenského štátu" msgstr "" #. All Saints' Day. msgid "Sviatok Všetkých svätých" msgstr "" #. Struggle for Freedom and Democracy Day. msgid "Deň boja za slobodu a demokraciu" msgstr "" #. Christmas Eve. msgid "Štedrý deň" msgstr "" #. Christmas Day. msgid "Prvý sviatok vianočný" msgstr "" #. Second Day of Christmas. msgid "Druhý sviatok vianočný" msgstr "" holidays-0.71/holidays/locale/sl/000077500000000000000000000000001500152103600167375ustar00rootroot00000000000000holidays-0.71/holidays/locale/sl/LC_MESSAGES/000077500000000000000000000000001500152103600205245ustar00rootroot00000000000000holidays-0.71/holidays/locale/sl/LC_MESSAGES/SI.po000066400000000000000000000050701500152103600214010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovenia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2025-01-22 18:03+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n%100<=4 ? 2 : 3);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "novo leto" msgstr "" #. Prešeren's Day, the Slovenian Cultural Holiday. msgid "Prešernov dan, slovenski kulturni praznik" msgstr "" #. Easter Sunday. msgid "velikonočna nedelja" msgstr "" #. Easter Monday. msgid "velikonočni ponedeljek" msgstr "" #. Day of Uprising Against Occupation. msgid "dan upora proti okupatorju" msgstr "" #. Labor Day. msgid "praznik dela" msgstr "" #. Whit Sunday. msgid "binkoštna nedelja" msgstr "" #. Statehood Day. msgid "dan državnosti" msgstr "" #. Assumption Day. msgid "Marijino vnebovzetje" msgstr "" #. Reformation Day. msgid "dan reformacije" msgstr "" #. Day of Remembrance for the Dead. msgid "dan spomina na mrtve" msgstr "" #. Christmas Day. msgid "božič" msgstr "" #. Independence and Unity Day. msgid "dan samostojnosti in enotnosti" msgstr "" #. Independence Day. msgid "dan samostojnosti" msgstr "" #. Solidarity Day. msgid "dan solidarnosti" msgstr "" #. Primož Trubar Day. msgid "dan Primoža Trubarja" msgstr "" #. Unification of Prekmurje Slovenes with the Mother Nation. msgid "združitev prekmurskih Slovencev z matičnim narodom" msgstr "" #. Integration of Primorska into the Homeland. msgid "priključitev Primorske k matični domovini" msgstr "" #. Return of Primorska into the Homeland. msgid "vrnitev Primorske k matični domovini" msgstr "" #. Slovenian Sport's Day. msgid "dan slovenskega športa" msgstr "" #. Sovereignty Day. msgid "dan suverenosti" msgstr "" #. Rudolf Maister Day. msgid "dan Rudolfa Maistra" msgstr "" holidays-0.71/holidays/locale/sq/000077500000000000000000000000001500152103600167445ustar00rootroot00000000000000holidays-0.71/holidays/locale/sq/LC_MESSAGES/000077500000000000000000000000001500152103600205315ustar00rootroot00000000000000holidays-0.71/holidays/locale/sq/LC_MESSAGES/AL.po000066400000000000000000000043561500152103600213750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Albania holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2024-11-01 23:02+0200\n" "PO-Revision-Date: 2024-11-01 23:05+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (e vlerësuar)" msgstr "" #. %s (observed). #, c-format msgid "%s (ditë pushimi e shtyrë)" msgstr "" #. %s (observed, estimated). #, c-format msgid "%s (ditë pushimi e shtyrë, e vlerësuar)" msgstr "" #. New Year's Day. msgid "Festat e Vitit të Ri" msgstr "" #. Summer Day. msgid "Dita e Verës" msgstr "" #. Nowruz Day. msgid "Dita e Nevruzit" msgstr "" #. Catholic Easter Sunday. msgid "E diela e Pashkëve Katolike" msgstr "" #. Orthodox Easter Sunday. msgid "E diela e Pashkëve Ortodokse" msgstr "" #. International Workers' Day. msgid "Dita Ndërkombëtare e Punëtorëve" msgstr "" #. Mother Teresa Beatification Day. msgid "Dita e Lumturimit të Shenjt Terezës" msgstr "" #. Mother Teresa Canonization Day. msgid "Dita e Shenjtërimit të Shenjt Terezës" msgstr "" #. Alphabet Day. msgid "Dita e Alfabetit" msgstr "" #. Flag and Independence Day. msgid "Dita Flamurit dhe e Pavarësisë" msgstr "" #. Liberation Day. msgid "Dita e Çlirimit" msgstr "" #. National Youth Day. msgid "Dita Kombëtare e Rinisë" msgstr "" #. Christmas Day. msgid "Krishtlindjet" msgstr "" #. Eid al-Fitr. msgid "Dita e Bajramit të Madh" msgstr "" #. Eid al-Adha. msgid "Dita e Kurban Bajramit" msgstr "" #. Public Holiday. msgid "Ditë pushimi" msgstr "" holidays-0.71/holidays/locale/sr/000077500000000000000000000000001500152103600167455ustar00rootroot00000000000000holidays-0.71/holidays/locale/sr/LC_MESSAGES/000077500000000000000000000000001500152103600205325ustar00rootroot00000000000000holidays-0.71/holidays/locale/sr/LC_MESSAGES/BA.po000066400000000000000000000066261500152103600213660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bosnia and Herzegovina holidays sr localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-26 18:31+0300\n" "PO-Revision-Date: 2023-06-26 18:46+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (preneseno)" msgstr "%s (пренешено)" #. Orthodox Good Friday. msgid "Veliki petak (Pravoslavni)" msgstr "Велики петак (Православни)" #. Catholic Easter Monday. msgid "Uskrsni ponedjeljak (Katolički)" msgstr "Ускршњи понедељак (Католички)" #. Eid al-Fitr. msgid "Ramazanski Bajram" msgstr "Рамазански Бајрам" #. Eid al-Adha. msgid "Kurban Bajram" msgstr "Курбан Бајрам" #. New Year's Day. msgid "Nova godina" msgstr "Нова година" #. Orthodox Christmas Day. msgid "Božić (Pravoslavni)" msgstr "Божић (Православни)" #. International Labor Day. msgid "Međunarodni praznik rada" msgstr "Међународни празник рада" #. Catholic Christmas Day. msgid "Božić (Katolički)" msgstr "Божић (Католички)" #. Orthodox Christmas Eve. msgid "Badnji dan (Pravoslavni)" msgstr "Бадњи дан (Православни)" #. Independence Day. msgid "Dan nezavisnosti" msgstr "Дан независности" #. Catholic Good Friday. msgid "Veliki petak (Katolički)" msgstr "Велики петак (Католички)" #. Catholic Easter Sunday. msgid "Uskrs (Katolički)" msgstr "Ускрс (Католички)" #. Orthodox Easter Sunday. msgid "Vaskrs (Pravoslavni)" msgstr "Васкрс (Православни)" #. Orthodox Easter Monday. msgid "Uskrsni ponedjeljak (Pravoslavni)" msgstr "Ускршњи понедељак (Православни)" #. Victory Day. msgid "Dan pobjede nad fašizmom" msgstr "Дан побједе над фашизмом" #. Statehood Day. msgid "Dan državnosti" msgstr "Дан државности" #. Catholic Christmas Eve. msgid "Badnji dan (Katolički)" msgstr "Бадњи дан (Католички)" #. Day of establishment of Brčko District. msgid "Dan uspostavljanja Brčko distrikta" msgstr "Дан успостављања Брчко дистрикта" #. Orthodox New Year. msgid "Pravoslavna Nova godina" msgstr "Православна Нова година" #. Dayton Agreement Day. msgid "Dan uspostave Opšteg okvirnog sporazuma za mir u Bosni i Hercegovini" msgstr "Дан успоставе Општег оквирног споразума за мир у Босни и Херцеговини" holidays-0.71/holidays/locale/sr/LC_MESSAGES/RS.po000066400000000000000000000031621500152103600214200ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Serbia holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.26\n" "POT-Creation-Date: 2023-02-15 15:18-0800\n" "PO-Revision-Date: 2023-02-16 09:01-0800\n" "Last-Translator: Arkadii Yakovets \n" "Language-Team: Holidays Localization Team\n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Нова година" msgstr "" #. Orthodox Christmas Day. msgid "Божић" msgstr "" #. Statehood Day. msgid "Дан државности Србије" msgstr "" #. Labor Day. msgid "Празник рада" msgstr "" #. Armistice Day. msgid "Дан примирја у Првом светском рату" msgstr "" #. Good Friday. msgid "Велики петак" msgstr "" #. Holy Saturday. msgid "Велика субота" msgstr "" #. Easter Sunday. msgid "Васкрс" msgstr "" #. Easter Monday. msgid "Други дан Васкрса" msgstr "" #. %s (observed). #, c-format msgid "%s (слободан дан)" msgstr "" holidays-0.71/holidays/locale/sv/000077500000000000000000000000001500152103600167515ustar00rootroot00000000000000holidays-0.71/holidays/locale/sv/LC_MESSAGES/000077500000000000000000000000001500152103600205365ustar00rootroot00000000000000holidays-0.71/holidays/locale/sv/LC_MESSAGES/GL.po000066400000000000000000000040421500152103600214000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greenland holidays sv localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2025-02-11 18:06+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Ukiortaaq" msgstr "Nyårsdagen" #. Maundy Thursday. msgid "Sisamanngortoq illernartoq" msgstr "Skärtorsdagen" #. Good Friday. msgid "Tallimanngorneq tannaartoq" msgstr "Långfredagen" #. Easter Sunday. msgid "Poorskip ullua" msgstr "Påskdagen" #. Easter Monday. msgid "Poorskip-aappaa" msgstr "Annandag påsk" #. Great Prayer Day. msgid "Ulloq qinuffiusoq" msgstr "Stora bönedagen" #. Ascension Day. msgid "Qilaliarfik" msgstr "Kristi himmelsfärdsdag" #. Whit Sunday. msgid "Piinsip ullua" msgstr "Pingstdagen" #. Whit Monday. msgid "Piinsip-aappaa" msgstr "Annandag pingst" #. Christmas Day. msgid "Juullip ullua" msgstr "Juldagen" #. Second Day of Christmas. msgid "Juullip-aappaa" msgstr "Annandag jul" #. Epiphany. msgid "Kunngit pingasut ulluat" msgstr "Trettondedag jul" #. International Workers' Day. msgid "Sulisartut ulluat" msgstr "Internationella arbetardagen" #. National Day. msgid "Ullortuneq" msgstr "Nationaldag" #. Christmas Eve. msgid "Juulliaraq" msgstr "Julafton" #. New Year's Eve. msgid "Ukiortaami" msgstr "Nyårsafton" holidays-0.71/holidays/locale/sv/LC_MESSAGES/SE.po000066400000000000000000000037451500152103600214160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sweden holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-08 20:17+0300\n" "PO-Revision-Date: 2023-04-08 20:22+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nyårsdagen" msgstr "" #. Epiphany. msgid "Trettondedag jul" msgstr "" #. Feast of the Annunciation. msgid "Jungfru Marie bebådelsedag" msgstr "" #. Good Friday. msgid "Långfredagen" msgstr "" #. Easter Sunday. msgid "Påskdagen" msgstr "" #. Easter Monday. msgid "Annandag påsk" msgstr "" #. May Day. msgid "Första maj" msgstr "" #. Ascension Day. msgid "Kristi himmelsfärdsdag" msgstr "" #. National Day of Sweden. msgid "Sveriges nationaldag" msgstr "" #. Whit Sunday. msgid "Pingstdagen" msgstr "" #. Whit Monday. msgid "Annandag pingst" msgstr "" #. Midsummer Eve. msgid "Midsommarafton" msgstr "" #. Midsummer Day. msgid "Midsommardagen" msgstr "" #. All Saints' Day. msgid "Alla helgons dag" msgstr "" #. Christmas Eve. msgid "Julafton" msgstr "" #. Christmas Day. msgid "Juldagen" msgstr "" #. Second Day of Christmas. msgid "Annandag jul" msgstr "" #. New Year's Eve. msgid "Nyårsafton" msgstr "" #. Sunday. msgid "Söndag" msgstr "" holidays-0.71/holidays/locale/sv_FI/000077500000000000000000000000001500152103600173275ustar00rootroot00000000000000holidays-0.71/holidays/locale/sv_FI/LC_MESSAGES/000077500000000000000000000000001500152103600211145ustar00rootroot00000000000000holidays-0.71/holidays/locale/sv_FI/LC_MESSAGES/FI.po000066400000000000000000000102211500152103600217460ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Finland holidays sv_FI localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.54\n" "POT-Creation-Date: 2023-04-08 19:30+0300\n" "PO-Revision-Date: 2024-07-26 17:42+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: sv_FI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4.2\n" #. New Year's Day. msgid "Uudenvuodenpäivä" msgstr "Nyårsdagen" #. Epiphany. msgid "Loppiainen" msgstr "Trettondag" #. Good Friday. msgid "Pitkäperjantai" msgstr "Långfredagen" #. Easter Sunday. msgid "Pääsiäispäivä" msgstr "Påskdagen" #. Easter Monday. msgid "Toinen pääsiäispäivä" msgstr "Annandag påsk" #. May Day. msgid "Vappu" msgstr "Första maj" #. Ascension Day. msgid "Helatorstai" msgstr "Kristi himmelsfärdsdag" #. Whit Sunday. msgid "Helluntaipäivä" msgstr "Pingst" #. Midsummer Eve. msgid "Juhannusaatto" msgstr "Midsommarafton" #. Midsummer Day. msgid "Juhannuspäivä" msgstr "Midsommardagen" #. All Saints' Day. msgid "Pyhäinpäivä" msgstr "Alla helgons dag" #. Independence Day. msgid "Itsenäisyyspäivä" msgstr "Självständigshetsdagen" #. Christmas Eve. msgid "Jouluaatto" msgstr "Julafton" #. Christmas Day. msgid "Joulupäivä" msgstr "Juldagen" #. Second Day of Christmas. msgid "Tapaninpäivä" msgstr "Annandag jul" #. Runeberg Day. msgid "Runebergin päivä" msgstr "Runebergsdagen" #. Kalevala Day, Day of Finnish Culture. msgid "Kalevalan päivä, suomalaisen kulttuurin päivä" msgstr "Kalevaladagen, den finska kulturens dag" #. Minna Canth Day, Day of Equality. msgid "Minna Canthin päivä, tasa-arvon päivä" msgstr "Minna Canth-dagen, jämställdhetsdagen" #. Mikael Agricola Day, Day of the Finnish Language. msgid "Mikael Agricolan päivä, suomen kielen päivä" msgstr "Mikael Agricoladagen, finska språkets dag" #. National War Veterans' Day. msgid "Kansallinen veteraanipäivä" msgstr "Nationella veterandagen" #. Europe Day. msgid "Eurooppa-päivä" msgstr "Europadagen" #. Mother's Day. msgid "Äitienpäivä" msgstr "Mors dag" #. J. V. Snellman Day, Day of Finnish Heritage. msgid "J.V. Snellmanin päivä, suomalaisuuden päivä" msgstr "Snellmansdagen, finskhetens dag" #. Remembrance Day. msgid "Kaatuneitten muistopäivä" msgstr "De stupades dag" #. Flag Day of the Finnish Defense Forces. msgid "Puolustusvoimain lippujuhlan päivä" msgstr "Dagen för försvarets fanfest" #. Eino Leino Day, Day of Summer and Poetry. msgid "Eino Leinon päivä, runon ja suven päivä" msgstr "Eino Leino-dagen, diktens och sommarens dag" #. Finland's Nature Day. msgid "Suomen luonnon päivä" msgstr "Den finska naturens dag" #. Miina Sillanpää Day, Day of Civic Participation. msgid "Miina Sillanpään ja kansalaisvaikuttamisen päivä" msgstr "Miina Sillanpää-dagen, medborgarinflytandets dag" #. Aleksis Kivi Day, Day of Finnish Literature. msgid "Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä" msgstr "Aleksis Kivi-dagen, den finska litteraturens dag" #. United Nations Day. msgid "YK:n päivä" msgstr "FN-dagen" #. Finnish Swedish Heritage Day, svenska dagen. msgid "Ruotsalaisuuden päivä, Kustaa Aadolfin päivä" msgstr "Svenska dagen, Gustav Adolfsdagen" #. Father's Day. msgid "Isänpäivä" msgstr "Fars dag" #. Day of Children's Rights. msgid "Lapsen oikeuksien päivä" msgstr "Barnkonventionens dag" #. Jean Sibelius Day, Day of Finnish Music. msgid "Jean Sibeliuksen päivä, suomalaisen musiikin päivä" msgstr "Sibeliusdagen, den finländska musikens dag" holidays-0.71/holidays/locale/sw/000077500000000000000000000000001500152103600167525ustar00rootroot00000000000000holidays-0.71/holidays/locale/sw/LC_MESSAGES/000077500000000000000000000000001500152103600205375ustar00rootroot00000000000000holidays-0.71/holidays/locale/sw/LC_MESSAGES/KE.po000066400000000000000000000061141500152103600214000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kenya holidays sw localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.68\n" "POT-Creation-Date: 2025-02-26 23:09+0200\n" "PO-Revision-Date: 2025-02-27 00:39+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" "X-Source-Language: en_KE\n" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "%s (inakadiriwa)" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "%s (imezingatiwa)" #. %s (observed, estimated). #, c-format msgid "%s (observed, estimated)" msgstr "%s (inazingatiwa, inakadiriwa)" #. New Year's Day. msgid "New Year's Day" msgstr "Siku ya Mwaka Mpya" #. Good Friday. msgid "Good Friday" msgstr "Ijumaa Kuu" #. Easter Monday. msgid "Easter Monday" msgstr "Jumatatu ya Pasaka" #. Labor Day. msgid "Labour Day" msgstr "Siku ya Kazi" #. Madaraka Day. msgid "Madaraka Day" msgstr "Siku ya Madaraka" #. Mazingira Day. msgid "Mazingira Day" msgstr "Siku ya Mazingira" #. Utamaduni Day. msgid "Utamaduni Day" msgstr "Siku ya Utamaduni" #. Moi Day. msgid "Moi Day" msgstr "Siku ya Moi" #. Mashujaa Day. msgid "Mashujaa Day" msgstr "Siku ya Mashujaa" #. Kenyatta Day. msgid "Kenyatta Day" msgstr "Siku ya Kenyatta" #. Jamhuri Day. msgid "Jamhuri Day" msgstr "Siku ya Jamhuri" #. Independence Day. msgid "Independence Day" msgstr "Siku ya Uhuru" #. Christmas Day. msgid "Christmas Day" msgstr "Siku ya Krismasi" #. Boxing Day. msgid "Boxing Day" msgstr "Siku ya Ndondi" #. Eid-al-Fitr. msgid "Idd-ul-Fitr" msgstr "Sikukuu ya Idd-ul-Fitr" #. Diwali. msgid "Diwali" msgstr "Diwali" #. Eid-al-Adha. msgid "Idd-ul-Azha" msgstr "Sikukuu ya Idd-ul-Azha" #. Election Day. msgid "Election Day" msgstr "Siku ya Uchaguzi" #. Inauguration Day. msgid "Inauguration Day" msgstr "Siku ya Uzinduzi" #. Day of Mourning for Queen Elizabeth II. msgid "Day of Mourning for Queen Elizabeth II" msgstr "Siku ya Maombolezo kwa Malkia Elizabeth II" #. National Tree Growing Day. msgid "National Tree Growing Day" msgstr "Siku ya Kitaifa ya Kupanda Miti" #. Visit of Pope Francis to Kenya. msgid "Visit of Pope Francis to Kenya" msgstr "Ziara ya Papa Francis nchini Kenya" #. President Moi Memorial Day. msgid "President Moi Memorial Day" msgstr "Siku ya Kumbukumbu ya Rais Moi" #. State Funeral for Former President Mwai Kibaki. msgid "State Funeral for Former President Mwai Kibaki" msgstr "Mazishi ya Kiserikali ya Aliyekuwa Rais Mwai Kibaki" holidays-0.71/holidays/locale/sw/LC_MESSAGES/TZ.po000066400000000000000000000047761500152103600214520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tanzania holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.35\n" "POT-Creation-Date: 2023-10-07 15:05+0700\n" "PO-Revision-Date: 2023-10-07 15:16+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: sw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. %s (estimated). #, c-format msgid "%s (makisio)" msgstr "" #. John Pombe Magufuli Inauguration Day. msgid "Sikukuu ya Kuapishwa kwa John Pombe Magufuli" msgstr "" #. Tanzania General Election Day. msgid "Sikukuu ya Uchaguzi Mkuu wa Tanzania" msgstr "" #. National Population and Housing Census Day. msgid "Siku ya Sensa ya Kitaifa ya Watu na Makazi" msgstr "" #. John Pombe Magufuli's Funeral. msgid "Mazishi cha John Pombe Magufuli" msgstr "" #. Easter Sunday. msgid "Sikukuu ya Pasaka" msgstr "" #. New Year's Day. msgid "Mwaka Mpya" msgstr "" #. Zanzibar Revolution Day. msgid "Mapinduzi ya Zanzibar" msgstr "" #. The Sheikh Abeid Amani Karume Day. msgid "" "Siku ya kumbukumbu ya Rais wa Kwanza wa Serikali ya Mapinduzi Zanzibar Sheikh Abeid Amani Karume" msgstr "" #. Union Celebrations. msgid "Muungano wa Tanganyika na Zanzibar" msgstr "" #. Worker's Day. msgid "Sikukuu ya Wafanyakazi" msgstr "" #. International Trade Fair. msgid "Sabasaba" msgstr "" #. Peasants Day. msgid "Siku ya Wakulima" msgstr "" #. The Mwalimu Nyerere Day. msgid "Kumbukumbu ya Mwalimu Nyerere" msgstr "" #. Independence and Republic Day. msgid "Uhuru na Jamhuri" msgstr "" #. Christmas Day. msgid "Kuzaliwa Kristo" msgstr "" #. Boxing Day. msgid "Siku ya Kupeana Zawadi" msgstr "" #. Good Friday. msgid "Ijumaa Kuu" msgstr "" #. Easter Monday. msgid "Jumatatu ya Pasaka" msgstr "" #. Eid al-Fitr. msgid "Eid El-Fitry" msgstr "" #. Eid al-Adha. msgid "Eid El-Hajj" msgstr "" #. Prophet's Birthday. msgid "Maulidi" msgstr "" holidays-0.71/holidays/locale/ta_LK/000077500000000000000000000000001500152103600173135ustar00rootroot00000000000000holidays-0.71/holidays/locale/ta_LK/LC_MESSAGES/000077500000000000000000000000001500152103600211005ustar00rootroot00000000000000holidays-0.71/holidays/locale/ta_LK/LC_MESSAGES/LK.po000066400000000000000000000162221500152103600217510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sri Lanka holidays ta_LK localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-12 23:29+0530\n" "PO-Revision-Date: 2025-01-24 18:17+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: ta_LK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (අනුමානිත)" msgstr "%s (அனுமானம்)" #. Tamil Thai Pongal Day. msgid "දෙමළ තෛපොංැලල් දිනය" msgstr "தமிழ் தைப்பொங்கல் தினம்" #. Independence Day. msgid "නිදහස් සමරු දිනය" msgstr "சுதந்திர தினம்" #. Sinhala and Tamil New Year. msgid "සිංහල හා දෙමළ අලුත් අවුරුදු දිනය" msgstr "சிங்கள, தமிழ் புத்தாண்டு தினம்" #. Day Before Sinhala and Tamil New Year. msgid "සිංහල හා දෙමළ අලුත් අවුරුදු දිනට පෙර දිනය" msgstr "சிங்கள, தமிழ் புத்தாண்டிற்கு முன்னைய தினம்" #. International Workers' Day. msgid "ලොක කම්කරු දිනය" msgstr "சர்வதேச தொழிலாளர்கள் தினம்" #. Duruthu Full Moon Poya Day. msgid "දුරුතු පුර පසළොස්වක පෝය දිනය" msgstr "துருத்து முழு நோன்மதி தினம்" #. Nawam Full Moon Poya Day. msgid "නවම් පුර පසළොස්වක පෝය දිනය" msgstr "நவம் முழு நோன்மதி தினம்" #. Medin Full Moon Poya Day. msgid "මැදින් පුර පසළොස්වක පෝය දිනය" msgstr "மெதின் முழு நோன்மதி தினம்" #. Bak Full Moon Poya Day. msgid "බක් පුර පසළොස්වක පෝය දිනය" msgstr "பக் முழு நோன்மதி தினம்" #. Vesak Full Moon Poya Day. msgid "වෙසක් පුර පසළොස්වක පෝය දිනය" msgstr "வெசாக் முழு நோன்மதி தினம்" #. Day Following Vesak Full Moon Poya Day. msgid "වෙසක් පුර පසළොස්වක පෝය දිනට පසු දිනය" msgstr "வெசாக் முழு நோன்மதி தினத்திற்கு அடுத்த நாள்" #. Poson Full Moon Poya Day. msgid "පොසොන් පුර පසළොස්වක පෝය දිනය" msgstr "பொசொன் முழு நோன்மதி தினம்" #. Esala Full Moon Poya Day. msgid "ඇසල පුර පසළොස්වක පෝය දිනය" msgstr "எசல முழு நோன்மதி தினம்" #. Nikini Full Moon Poya Day. msgid "නිකිණි පුර පසළොස්වක පෝය දිනය" msgstr "நிக்கினி முழு நோன்மதி தினம்" #. Binara Full Moon Poya Day. msgid "බිනර පුර පසළොස්වක පෝය දිනය" msgstr "பினர முழு நோன்மதி தினம்" #. Vap Full Moon Poya Day. msgid "වප් පුර පසළොස්වක පෝය දිනය" msgstr "வப் முழு நோன்மதி தினம்" #. Il Full Moon Poya Day. msgid "ඉල් පුර පසළොස්වක පෝය දිනය" msgstr "இல் முழு நோன்மதி தினம்" #. Unduvap Full Moon Poya Day. msgid "උඳුවප් පුර පසළොස්වක පෝය දිනය" msgstr "உந்துவப் முழு நோன்மதி தினம்" #. Maha Sivarathri Day. msgid "මහ සිවරාත්රි දිනය" msgstr "மகா சிவராத்திரி தினம்" #. Deepavali Festival Day. msgid "දීපවාලි උත්සව දිනය" msgstr "தீபாவளிப் பண்டிகை தினம்" #. Good Friday. msgid "මහ සිකුරාදා දිනය" msgstr "பெரிய வெள்ளிக்கிழமை" #. Christmas Day. msgid "නත්තල් උත්සව දිනය" msgstr "நத்தார் பண்டிகை" #. Eid al-Fitr. msgid "ඊදුල් ෆීතර්" msgstr "ஈதுல் பித்ர்" #. Eid al-Adha. msgid "ඊදුල් අල්හා" msgstr "ஈதுல் அழ்ஹா" #. Prophet's Birthday. msgid "නබි නායකතුමාගේ උපන් දිනය" msgstr "நபிகள் நாயகத்தின் பிறந்த தினம்" #. Adhi Vesak Full Mon Poya Day. msgid "අධි වෙසක් පුර පසළොස්වක පෝය දිනය" msgstr "அதி-வெசாக் முழு நோன்மதி தினம்" #. Adhi Poson Full Moon Poya Day. msgid "අධි පොසොන් පුර පසළොස්වක පෝය දිනය" msgstr "அதி-பொசொன் முழு நோன்மதி தினம்" #. Adhi Esala Full Moon Poya Day. msgid "අධි ඇසල පුර පසළොස්වක පෝය දිනය" msgstr "அதி-எசல முழு நோன்மதி தினம்" #. Adhi Binara Full Moon Poya Day. msgid "අධි බිනර පුර පසළොස්වක පෝය දිනය" msgstr "அதி-பினர முழு நோன்மதி தினம்" #. Adhi Vap Full Moon Poya Day. msgid "අධි වප් පුර පසළොස්වක පෝය දිනය" msgstr "அதி-வப் முழு நோன்மதி தினம்" #. Special Bank Holiday. msgid "විශේෂ බැංකු නිවාඩු දිනය" msgstr "விசேட வங்கி விடுமுறை" #. Half-Day Special Bank Holiday. msgid "දින භාගයක විශේෂ බැංකු නිවාඩු දිනය" msgstr "அரை நாள் விசேட வங்கி விடுமுறை" #. Public Sector Holiday. msgid "රාජ්ය අංශයේ නිවාඩු දිනය" msgstr "பொதுத்துறை விடுமுறை" #. Special Public Holiday. msgid "විශේෂ රජයේ නිවාඩු දිනය" msgstr "விசேட பொது விடுமுறை" holidays-0.71/holidays/locale/tet/000077500000000000000000000000001500152103600171155ustar00rootroot00000000000000holidays-0.71/holidays/locale/tet/LC_MESSAGES/000077500000000000000000000000001500152103600207025ustar00rootroot00000000000000holidays-0.71/holidays/locale/tet/LC_MESSAGES/TL.po000066400000000000000000000114611500152103600215640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Timor-Leste holidays tet localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2023-10-14 08:23+0700\n" "PO-Revision-Date: 2025-04-03 16:24+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: tet\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.6\n" #. %s (estimated). #, c-format msgid "%s (aproximada)" msgstr "%s (kalkula)" #. New Year's Day. msgid "Dia de Ano Novo" msgstr "Loron Tinan-Foun nian" #. Veteran's Day. msgid "Dia dos Veteranos" msgstr "Loron Veteranu sira nian" #. International Worker's Day. msgid "Dia Mundial do Trabalhador" msgstr "Loron Mundiál Serbisu-na'in sira nian" #. Restoration of Independence Day. msgid "Dia da Restauração da Independência" msgstr "Loron Restaurasaun Independénsia nian" #. Popular Consultation Day. msgid "Dia da Consulta Popular" msgstr "Loron Konsulta Populár nian" #. All Saints' Day. msgid "Dia de Todos os Santos" msgstr "Loron Santu sira Hotu nian" #. All Souls' Day. msgid "Dia de Todos os Fiéis Defuntos" msgstr "Loron Matebian sira nian" #. National Women's Day. msgid "Dia Nacional da Mulher" msgstr "Loron Nasionál Feto" #. National Youth Day. msgid "Dia Nacional da Juventude" msgstr "Loron Nasionál Foin-Sa'e sira nian" #. Proclamation of Independence Day. msgid "Dia da Proclamação da Independência" msgstr "Loron Proklamasaun Independénsia nian" #. Memorial Day. msgid "Dia da Memória" msgstr "Loron Memória nian" #. Day of Our Lady of Immaculate Conception and Timor-Leste Patroness. msgid "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste" msgstr "Loron Nossa Senhora da Imaculada Conceição, mahein Timor-Leste nian" #. Christmas Day. msgid "Dia de Natal" msgstr "Loron Natál" #. National Heroes Day. msgid "Dia dos Heróis Nacionais" msgstr "Loron Eroi Nasionál sira nian" #. Holy Friday. msgid "Sexta-Feira Santa" msgstr "Sesta-Feira Santa" #. Eid al-Fitr. msgid "Idul Fitri" msgstr "Idul-Fitri" #. Corpus Christi. msgid "Festa do Corpo de Deus" msgstr "Festa Korpu de Deus" #. Eid al-Adha. msgid "Idul Adha" msgstr "Idul Adha" #. National Holidays (Special). msgid "Feriados Nacionais (Especiais)" msgstr "Feriadu Nasional (Espesial)" #. International Children's Day. msgid "Dia Mundial da Criança" msgstr "Loron Mundial ba Labarik" #. Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL). msgid "Dia das Forças Armadas de Libertação Nacional de Timor-Leste (FALINTIL)" msgstr "Loron Forsa Armada Libertasaun Nasionál Timor-Leste (FALINTIL) nian" #. International Human Rights Day. msgid "Dia Mundial dos Direitos Humanos" msgstr "Loron Mundiál Direitu Umanu" #. Ash Wednesday. msgid "Quarta-Feira de Cinzas" msgstr "Kuarta-Feira Sinzas" #. Holy Thursday. msgid "Quinta-Feira Santa" msgstr "Quinta-Feira Santa" #. The Day of Ascension of Jesus Christ into Heaven. msgid "Dia da Ascensão de Jesus Cristo ao Céu" msgstr "Loron Ascensão do Senhor Jesus Cristo hi'it An ba Lalehan nian" #. Presidential Election Day. msgid "Dia da Eleição Presidencial" msgstr "Loron Eleisaun Prezidensiál nian" #. Parliamentary Election Day. msgid "Dia de Eleições Parlamentares" msgstr "Loron Eleisaun Parlamentár nian" #. Centenary of the Revolt of Dom Boaventura. msgid "Centenário da Revolta de Dom Boaventura" msgstr "Sentanáriu Revolta Dom Boaventura nian" #. Funeral Ceremonies of Fernando 'La Sama' de Araújo. msgid "Cerimónias Fúnebres de Fernando 'La Sama' de Araújo" msgstr "Serimónia Fúnebre Fernando 'La Sama' de Araújo nian" #. 20th Anniversary Celebrations of the Popular Consultation. msgid "Celebrações do 20.º Aniversário da Consulta Popular" msgstr "Komemorasaun Aniversáriu Konsulta Populár ba dala 20" #. 25th Anniversary Celebrations of the Popular Consultation. msgid "Celebrações do 25.º Aniversário da Consulta Popular" msgstr "Komemorasaun Aniversáriu Konsulta Populár ba dala 25" #. Local Election Day. msgid "Dia de eleições locais" msgstr "Loron eleisaun lokál nian" #. Visit of His Holiness Pope Francis to Timor-Leste. msgid "Visita de Sua Santidade o Papa Francisco a Timor-Leste" msgstr "Vizita Sua Santidade Papa Francisco mai Timor-Leste" holidays-0.71/holidays/locale/th/000077500000000000000000000000001500152103600167345ustar00rootroot00000000000000holidays-0.71/holidays/locale/th/LC_MESSAGES/000077500000000000000000000000001500152103600205215ustar00rootroot00000000000000holidays-0.71/holidays/locale/th/LC_MESSAGES/AE.po000066400000000000000000000054511500152103600213530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # United Arab Emirates holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-02-01 23:14+0700\n" "PO-Revision-Date: 2025-02-03 10:17+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "(تقدير) %s" msgstr "ชดเชย%s" #. New Year's Day. msgid "رأس السنة الميلادية" msgstr "วันขึ้นปีใหม่" #. Commemoration Day. msgid "يوم الشهيد" msgstr "วันรำลึกผู้อุทิศตน" #. National Day. msgid "اليوم الوطني" msgstr "วันชาติสหรัฐอาหรับเอมิเรตส์" #. Eid al-Fitr. msgid "عيد الفطر" msgstr "วันอีฎิ้ลฟิตริ" #. Eid al-Fitr Holiday. msgid "عطلة عيد الفطر" msgstr "เทศกาลอีฎิ้ลฟิตริ" #. Arafat Day. msgid "وقفة عرفة" msgstr "วันอารอฟะห์" #. Eid al-Adha. msgid "عيد الأضحى" msgstr "วันอีดิ้ลอัฎฮา" #. Eid al-Adha Holiday. msgid "عطلة عيد الأضحى" msgstr "เทศกาลอีดิ้ลอัฎฮา" #. Islamic New Year. msgid "رأس السنة الهجرية" msgstr "วันขึ้นปีใหม่อิสลาม" #. Isra' and Mi'raj. msgid "ليلة المعراج" msgstr "วันเมี๊ยะราจ" #. Prophet's Birthday. msgid "عيد المولد النبوي" msgstr "วันเมาลิดนบี" #. Death of Sheikh Khalifa bin Zayed Al Nahyan. msgid "وفاة الشيخ خليفة بن زايد آل نهيان" msgstr "วันไว้ทุกข์แห่งชาติแด่ชีค คาลิฟา บิน ซายิด อัล นาห์ยัน" #. Pope Francis' Visit Day. msgid "يوم زيارة البابا فرنسيس" msgstr "สมเด็จพระสันตะปาปาฟรานซิสเสด็จเยือนสหรัฐอาหรับเอมิเรตส์" holidays-0.71/holidays/locale/th/LC_MESSAGES/AU.po000066400000000000000000000122631500152103600213720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Australia holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.57\n" "POT-Creation-Date: 2024-09-05 12:21+0700\n" "PO-Revision-Date: 2024-09-05 12:31+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "ชดเชย%s" #. King's Birthday. msgid "King's Birthday" msgstr "วันเฉลิมพระชนมพรรษาสมเด็จพระราชาธิบดี" #. Queen's Birthday. msgid "Queen's Birthday" msgstr "วันเฉลิมพระชนมพรรษาสมเด็จพระราชินีนาถ" #. Australia Day. msgid "Australia Day" msgstr "วันชาติออสเตรเลีย" #. Anniversary Day. msgid "Anniversary Day" msgstr "วันครบรอบการก่อตั้งอาณานิคม" #. Good Friday. msgid "Good Friday" msgstr "วันศุกร์ประเสริฐ" #. Easter Monday. msgid "Easter Monday" msgstr "วันจันทร์อีสเตอร์" #. New Year's Day. msgid "New Year's Day" msgstr "วันขึ้นปีใหม่" #. ANZAC Day. msgid "ANZAC Day" msgstr "วันแอนแซค" #. Christmas Day. msgid "Christmas Day" msgstr "วันคริสต์มาส" #. Boxing Day. msgid "Boxing Day" msgstr "วันเปิดกล่องของขวัญ" #. Canberra Day. msgid "Canberra Day" msgstr "วันแคนเบอร์รา" #. Easter Saturday. msgid "Easter Saturday" msgstr "วันเสาร์อีสเตอร์" #. Easter Sunday. msgid "Easter Sunday" msgstr "วันอาทิตย์อีสเตอร์" #. Reconciliation Day. msgid "Reconciliation Day" msgstr "วันแห่งการปรองดอง" #. Family & Community Day. msgid "Family & Community Day" msgstr "วันครอบครัวและชุมชน" #. Labor Day. msgid "Labour Day" msgstr "วันแรงงาน" #. Bank Holiday. msgid "Bank Holiday" msgstr "วันหยุดธนาคาร" #. May Day. msgid "May Day" msgstr "วันเมย์เดย์ (วันแรงงาน)" #. Picnic Day. msgid "Picnic Day" msgstr "วันปิกนิก" #. %s (from 7pm). #, c-format msgid "%s (from 7pm)" msgstr "%s (ตั้งแต่ 19:00 น.)" #. Christmas Eve. msgid "Christmas Eve" msgstr "วันคริสต์มาสอีฟ" #. New Year's Eve. msgid "New Year's Eve" msgstr "วันสิ้นปี" #. The Royal Queensland Show. msgid "The Royal Queensland Show" msgstr "เทศกาลรอยัลควีนส์แลนด์โชว์" #. Adelaide Cup Day. msgid "Adelaide Cup Day" msgstr "วันแอดิเลดคัพ" #. Proclamation Day. msgid "Proclamation Day" msgstr "วันสถาปนา" #. Eight Hours Day. msgid "Eight Hours Day" msgstr "วันแปดชั่วโมง (วันแรงงาน)" #. Easter Tuesday. msgid "Easter Tuesday" msgstr "วันอังคารอีสเตอร์" #. Grand Final Day. msgid "Grand Final Day" msgstr "วันศุกร์ก่อนวันแข่งฟุตบอลออสเตรเลีย (AFL) รอบสุดท้าย" #. Melbourne Cup Day. msgid "Melbourne Cup Day" msgstr "วันเมลเบิร์นคัพ" #. Western Australia Day. msgid "Western Australia Day" msgstr "วันเวสเทิร์นออสเตรเลีย" #. Foundation Day. msgid "Foundation Day" msgstr "วันสถาปนา" #. Special public holiday. msgid "Special public holiday" msgstr "วันหยุดพิเศษ" #. National Day of Mourning for Queen Elizabeth II. msgid "National Day of Mourning for Queen Elizabeth II" msgstr "วันไว้ทุกข์แห่งชาติแด่สมเด็จพระราชินีนาถเอลิซาเบธที่ 2" #. Declared public holiday. msgid "Declared public holiday" msgstr "วันหยุดพิเศษ (ตามประกาศ)" #. Additional public holiday. msgid "Additional public holiday" msgstr "วันหยุดพิเศษ (เพิ่มเติม)" #. Queen's Diamond Jubilee. msgid "Queen's Diamond Jubilee" msgstr "พระราชพิธีฉลองสิริราชสมบัติครบ 60 ปี สมเด็จพระราชินีนาถ" holidays-0.71/holidays/locale/th/LC_MESSAGES/BN.po000066400000000000000000000075271500152103600213730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brunei holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2023-03-02 00:37+0700\n" "PO-Revision-Date: 2024-11-05 21:39+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.5\n" #. Sultan Hassanal Bolkiah's Golden Jubilee celebration. msgid "Jubli Emas Sultan Hassanal Bolkiah" msgstr "พระราชพิธีกาญจนาภิเษกสมเด็จพระราชาธิบดีสุลต่านฮัสซานัล โบลเกียห์" #. %s (estimated). #, c-format msgid "%s (anggaran)" msgstr "%s (โดยประมาณ)" #. %s (observed). #, c-format msgid "%s (diperhatikan)" msgstr "ชดเชย%s" #. New Year's Day. msgid "Awal Tahun Masihi" msgstr "วันขึ้นปีใหม่" #. Lunar New Year. msgid "Tahun Baru Cina" msgstr "วันตรุษจีน" #. National Day. msgid "Hari Kebangsaan" msgstr "วันชาติบรูไน" #. Armed Forces Day. msgid "Hari Angkatan Bersenjata Diraja Brunei" msgstr "วันกองทัพบรูไน" #. Sultan Hassanal Bolkiah's Birthday. msgid "Hari Keputeraan KDYMM Sultan Brunei" msgstr "วันเฉลิมพระชนมพรรษาสมเด็จพระราชาธิบดีสุลต่านฮัสซานัล โบลเกียห์" #. Christmas Day. msgid "Hari Natal" msgstr "วันคริสต์มาส" #. Isra' and Mi'raj. msgid "Israk dan Mikraj" msgstr "วันเมี๊ยะราจ" #. First Day of Ramadan. msgid "Hari Pertama Berpuasa" msgstr "วันแรกการถือศีลอด" #. Anniversary of the revelation of the Quran. msgid "Hari Nuzul Al-Quran" msgstr "วันนูซุลอัลกุรอาน" #. Eid al-Fitr. msgid "Hari Raya Aidil Fitri" msgstr "วันอีฎิ้ลฟิตริ" #. Eid al-Adha. msgid "Hari Raya Aidil Adha" msgstr "วันอีดิ้ลอัฎฮา" #. Islamic New Year. msgid "Awal Tahun Hijrah" msgstr "วันขึ้นปีใหม่อิสลาม" #. Prophet's Birthday. msgid "Maulidur Rasul" msgstr "วันเมาลิดนบี" #. %s (observed, estimated). #, c-format msgid "%s (diperhatikan, anggaran)" msgstr "ชดเชย%s (โดยประมาณ)" #. Proclamation Ceremony of Crown Prince Al-Muhtadee Billah of Brunei. msgid "Istiadat Pengisytiharan Duli Pengiran Muda Mahkota Al-Muhtadee Billah" msgstr "พระราชพิธีสถาปนาเจ้าชายอัลมุห์ตาดี บิลละห์ มกุฎราชกุมารแห่งบรูไน" #. Royal Wedding of Crown Prince Al-Muhtadee Billah and Crown Princess Sarah of Brunei. msgid "Istiadat Perkahwinan Diraja Brunei 2004" msgstr "" "พระราชพิธีอภิเษกสมรส เจ้าฟ้าชายฮัจญี อัล-มุห์ตาดี บิลลาห์ มกุฎราชกุมารแห่งบรูไน และเจ้าหญิงซาราห์" " พระวรชายา" holidays-0.71/holidays/locale/th/LC_MESSAGES/BY.po000066400000000000000000000111161500152103600213730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belarus holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2024-12-24 11:39+0700\n" "PO-Revision-Date: 2024-12-26 19:18+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. Date format (see strftime() Format Codes) msgid "%d.%m.%Y" msgstr "%d/%m/%Y" #. Day off (substituted from %s). #, c-format msgid "Выходны (перанесены з %s)" msgstr "วันหยุด (แทน %s)" #. Constitution Day. msgid "Дзень Канстытуцыі" msgstr "วันรัฐธรรมนูญ" #. Day of Unity of the Peoples of Belarus and Russia. msgid "Дзень яднання народаў Беларусі і Расіі" msgstr "วันแห่งความสามัคคีของประชาชนเบลารุสและรัสเซีย" #. Victory Day. msgid "Дзень Перамогі" msgstr "วันแห่งชัยชนะ" #. Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic #. of Belarus and the National Anthem of the Republic of Belarus. msgid "Дзень Дзяржаўнага сцяга, Дзяржаўнага герба і Дзяржаўнага гімна Рэспублікі Беларусь" msgstr "วันธงชาติ ตราแผ่นดิน และเพลงชาติแห่งสาธารณรัฐเบลารุส" #. Independence Day of the Republic of Belarus (Day of the Republic). msgid "Дзень Незалежнасці Рэспублікі Беларусь (Дзень Рэспублікі)" msgstr "วันประกาศอิสรภาพแห่งสาธารณรัฐเบลารุส (วันสาธารณรัฐ)" #. Day of People's Unity. msgid "Дзень народнага адзінства" msgstr "วันแห่งความสามัคคีของประชาชน" #. New Year's Day. msgid "Новы год" msgstr "วันขึ้นปีใหม่" #. Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus. msgid "Дзень абаронцаў Айчыны і Узброеных Сіл Рэспублікі Беларусь" msgstr "วันพิทักษ์ปิตุภูมิและกองทัพแห่งสาธารณรัฐเบลารุส" #. Women's Day. msgid "Дзень жанчын" msgstr "วันสตรี" #. Labor Day. msgid "Свята працы" msgstr "วันแรงงาน" #. October Revolution Day. msgid "Дзень Кастрычніцкай рэвалюцыі" msgstr "วันครบรอบการปฏิวัติเดือนตุลาคม" #. Orthodox Christmas Day. msgid "Нараджэнне Хрыстова (праваслаўнае Раство)" msgstr "วันประสูติของพระคริสต์ (คริสต์มาสนิกายออร์โธดอกซ์)" #. Catholic Easter. msgid "Каталiцкi Вялiкдзень" msgstr "วันอีสเตอร์นิกายคาทอลิก" #. Orthodox Easter. msgid "Праваслаўны Вялiкдзень" msgstr "วันอีสเตอร์นิกายออร์โธดอกซ์" #. Radunitsa (Day of Rejoicing). msgid "Радаўніца" msgstr "ราเดาว์นิตซา (วันแห่งความยินดี)" #. Dzyady (All Souls' Day). msgid "Дзень памяці" msgstr "ดียาดี (วันภาวนาอุทิศแด่ผู้ล่วงลับ)" #. Catholic Christmas Day. msgid "Нараджэнне Хрыстова (каталіцкае Раство)" msgstr "วันประสูติของพระคริสต์ (คริสต์มาสนิกายคาทอลิก)" holidays-0.71/holidays/locale/th/LC_MESSAGES/CA.po000066400000000000000000000114001500152103600213400ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Canada holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.32\n" "POT-Creation-Date: 2023-02-24 17:37+0700\n" "PO-Revision-Date: 2023-08-26 18:27+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "New Year's Day" msgstr "วันขึ้นปีใหม่" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "ชดเชย%s" #. Family Day. msgid "Family Day" msgstr "วันครอบครัว" #. Louis Riel Day. msgid "Louis Riel Day" msgstr "วันหลุยส์เรียล (แมนิโทบา)" #. Islander Day. msgid "Islander Day" msgstr "วันชาวเกาะ (พรินซ์เอดเวิร์ดไอแลนด์)" #. Heritage Day. msgid "Heritage Day" msgstr "วันมรดก" #. Saint Patrick's Day. msgid "Saint Patrick's Day" msgstr "วันเซนต์แพทริก (นิวฟันด์แลนด์และแลบราดอร์)" #. Good Friday. msgid "Good Friday" msgstr "วันศุกร์ประเสริฐ" #. Easter Monday. msgid "Easter Monday" msgstr "วันจันทร์อีสเตอร์" #. Saint George's Day. msgid "Saint George's Day" msgstr "วันเซนต์จอร์จ (นิวฟันด์แลนด์และแลบราดอร์)" #. Victoria Day. msgid "Victoria Day" msgstr "วันวิคตอเรีย" #. National Patriots' Day. msgid "National Patriots' Day" msgstr "วันรำลึกกลุ่มแปตรีออต (ควิเบก)" #. National Aboriginal Day. msgid "National Aboriginal Day" msgstr "วันชนพื้นเมือง (นอร์ทเวสต์เทร์ริทอรีส์)" #. Saint John the Baptist Day. msgid "Saint Jean Baptiste Day" msgstr "วันแซงต์-ฌ็อง-บาติสต์ (ควิเบก)" #. Discovery Day. msgid "Discovery Day" msgstr "วันแห่งการค้นภพ" #. Memorial Day. msgid "Memorial Day" msgstr "วันรำลึก (นิวฟันด์แลนด์และแลบราดอร์)" #. Canada Day. msgid "Canada Day" msgstr "วันชาติแคนาดา" #. Dominion Day. msgid "Dominion Day" msgstr "วันราชอาณาจักรเครือจักรภพ" #. Nunavut Day. msgid "Nunavut Day" msgstr "วันนูนาวุต" #. Civic Holiday. msgid "Civic Holiday" msgstr "วันหยุดราชการ" #. British Columbia Day. msgid "British Columbia Day" msgstr "วันบริติชโคลัมเบีย" #. New Brunswick Day. msgid "New Brunswick Day" msgstr "วันนิวบรันสวิก" #. Saskatchewan Day. msgid "Saskatchewan Day" msgstr "วันซัสแคตเชวัน" #. Labor Day. msgid "Labour Day" msgstr "วันแรงงาน" #. Funeral of Queen Elizabeth II. msgid "Funeral of Her Majesty the Queen Elizabeth II" msgstr "พระราชพิธีพระบรมศพของสมเด็จพระราชินีนาถเอลิซาเบธที่ 2" #. National Day for Truth and Reconciliation. msgid "National Day for Truth and Reconciliation" msgstr "วันชาติแห่งความจริงและการปรองดอง" #. Thanksgiving Day. msgid "Thanksgiving Day" msgstr "วันขอบคุณพระเจ้า" #. Remembrance Day. msgid "Remembrance Day" msgstr "วันรำลึก" #. Christmas Day. msgid "Christmas Day" msgstr "วันคริสต์มาส" #. Boxing Day. msgid "Boxing Day" msgstr "วันเปิดกล่องของขวัญ" #. Terry Fox Day. msgid "Terry Fox Day" msgstr "วันเทร์รี ฟอกซ์" #. Orangemen's Day. msgid "Orangemen's Day" msgstr "วันออเรนจ์เมนส์" #. Natal Day. msgid "Natal Day" msgstr "วันสถาปนา" holidays-0.71/holidays/locale/th/LC_MESSAGES/CN.po000066400000000000000000000060051500152103600213620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chinese holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-09-28 19:23+0700\n" "PO-Revision-Date: 2024-01-18 11:42+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (observed). #, c-format msgid "%s(观察日)" msgstr "ชดเชย%s" #. New Year's Day. msgid "元旦" msgstr "วันปีใหม่สากล" #. National Day. msgid "国庆节" msgstr "วันชาติจีน" #. Mid-Autumn Festival. msgid "中秋节" msgstr "วันไหว้พระจันทร์" #. Chinese New Year (Spring Festival). msgid "春节" msgstr "วันตรุษจีน" #. Chinese New Year's Eve. msgid "农历除夕" msgstr "วันก่อนวันตรุษจีน" #. Labor Day. msgid "劳动节" msgstr "วันแรงงาน" #. Tomb-Sweeping Day. msgid "清明节" msgstr "วันเช็งเม้ง" #. Dragon Boat Festival. msgid "端午节" msgstr "วันไหว้บ๊ะจ่าง" #. International Women's Day. msgid "国际妇女节" msgstr "วันสตรีสากล" #. Youth Day. msgid "五四青年节" msgstr "วันเยาวชนห่งชาติจีน" #. Children's Day. msgid "六一儿童节" msgstr "วันเด็กสากล" #. Army Day. msgid "建军节" msgstr "วันสถาปนากองทัพปลดปล่อยประชาชนจีน" #. Date format (see strftime() Format Codes). msgid "%Y-%m-%d" msgstr "%d/%m/%Y" #. Day off (substituted from %s). #, c-format msgid "休息日(%s日起取代)" msgstr "วันหยุด (แทน %s)" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中国人民抗日战争暨世界反法西斯战争胜利70周年纪念日" msgstr "ครบรอบ 70 ปีแห่งการได้รับชัยชนะจากสงครามต่อต้านญี่ปุ่นและลัทธิฟาสซิสต์โลก" #. Chinese New Year (Spring Festival) Extended Holiday. msgid "春节延长假期" msgstr "หยุดพิเศษวันตรุษจีน" holidays-0.71/holidays/locale/th/LC_MESSAGES/DE.po000066400000000000000000000106111500152103600213500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Germany holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2024-09-05 23:21+0700\n" "PO-Revision-Date: 2024-10-30 02:14+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Neujahr" msgstr "วันขึ้นปีใหม่" #. Good Friday. msgid "Karfreitag" msgstr "วันศุกร์ประเสริฐ" #. Easter Monday. msgid "Ostermontag" msgstr "วันจันทร์อีสเตอร์" #. Labor Day. msgid "Erster Mai" msgstr "วันแรงงาน" #. Ascension Day. msgid "Christi Himmelfahrt" msgstr "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์" #. Whit Monday. msgid "Pfingstmontag" msgstr "วันจันทร์หลังวันสมโภชพระจิตเจ้า" #. German Unity Day. msgid "Tag der Deutschen Einheit" msgstr "วันรวมชาติเยอรมัน" #. Reformation Day. msgid "Reformationstag" msgstr "วันแห่งการปฏิรูป" #. Repentance and Prayer Day. msgid "Buß- und Bettag" msgstr "วันแห่งการอธิษฐานและการกลับใจ" #. Christmas Day. msgid "Erster Weihnachtstag" msgstr "วันคริสต์มาสวันแรก" #. Second Day of Christmas. msgid "Zweiter Weihnachtstag" msgstr "วันคริสต์มาสวันที่สอง" #. Easter Sunday. msgid "Ostersonntag" msgstr "วันอาทิตย์อีสเตอร์" #. Whit Sunday. msgid "Pfingstsonntag" msgstr "วันสมโภชพระจิตเจ้า" #. International Women's Day. msgid "Internationaler Frauentag" msgstr "วันสตรีสากล" #. 75th anniversary of the liberation from Nazism and the end of the Second World War in Europe. msgid "" "75. Jahrestag der Befreiung vom Nationalsozialismus und der Beendigung des Zweiten Weltkriegs in " "Europa" msgstr "วันครบรอบ 75 ปีของการปลดปล่อยจากระบอบชาติสังคมนิยมและการสิ้นสุดสงครามโลกครั้งที่สองในยุโรป" #. 80th anniversary of the liberation from Nazism and the end of the Second World War in Europe. msgid "" "80. Jahrestag der Befreiung vom Nationalsozialismus und der Beendigung des Zweiten Weltkriegs in " "Europa" msgstr "วันครบรอบ 80 ปีของการปลดปล่อยจากระบอบชาติสังคมนิยมและการสิ้นสุดสงครามโลกครั้งที่สองในยุโรป" #. Epiphany. msgid "Heilige Drei Könige" msgstr "วันสมโภชพระคริสต์แสดงองค์" #. Corpus Christi. msgid "Fronleichnam" msgstr "วันสมโภชพระคริสตวรกาย" #. All Saints' Day. msgid "Allerheiligen" msgstr "วันสมโภชนักบุญทั้งหลาย" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "วันสมโภชแม่พระรับเกียรติยกขึ้นสวรรค์" #. World Children's Day. msgid "Weltkindertag" msgstr "วันเด็กสากล" #. 75th anniversary of the East German uprising of 1953. msgid "75. Jahrestag des Aufstandes vom 17. Juni 1953" msgstr "วันครบรอบ 75 ปีของการก่อการกำเริบในเยอรมนีตะวันออก ค.ศ. 1953" holidays-0.71/holidays/locale/th/LC_MESSAGES/GB.po000066400000000000000000000114141500152103600213520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # United Kingdom holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-29 14:18+0700\n" "PO-Revision-Date: 2025-01-31 13:54+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "ชดเชย%s" #. Good Friday. msgid "Good Friday" msgstr "วันศุกร์ประเสริฐ" #. May Day. msgid "May Day" msgstr "วันเมย์เดย์" #. Spring Bank Holiday. msgid "Spring Bank Holiday" msgstr "วันหยุดฤดูใบไม้ผลิของธนาคาร" #. New Year's Day. msgid "New Year's Day" msgstr "วันขึ้นปีใหม่" #. Christmas Day. msgid "Christmas Day" msgstr "วันคริสต์มาส" #. Boxing Day. msgid "Boxing Day" msgstr "วันเปิดกล่องของขวัญ" #. Easter Monday. msgid "Easter Monday" msgstr "วันจันทร์อีสเตอร์" #. Whit Monday. msgid "Whit Monday" msgstr "วันจันทร์หลังวันสมโภชพระจิตเจ้า" #. Late Summer Bank Holiday. msgid "Late Summer Bank Holiday" msgstr "วันหยุดช่วงปลายฤดูร้อนของธนาคาร" #. Saint Patrick's Day. msgid "Saint Patrick's Day" msgstr "วันนักบุญแพทริก" #. Battle of the Boyne. msgid "Battle of the Boyne" msgstr "วันรำลึกยุทธการแม่น้ำบอยน์" #. New Year Holiday. msgid "New Year Holiday" msgstr "หยุดวันขึ้นปีใหม่" #. Summer Bank Holiday. msgid "Summer Bank Holiday" msgstr "วันหยุดฤดูร้อนของธนาคาร" #. Saint Andrew's Day. msgid "Saint Andrew's Day" msgstr "วันนักบุญแอนดรูว์" #. Silver Jubilee of Elizabeth II. msgid "Silver Jubilee of Elizabeth II" msgstr "พระราชพิธีฉลองสิริราชสมบัติครบ 25 ปี สมเด็จพระราชินีนาถ" #. Wedding of Charles and Diana. msgid "Wedding of Charles and Diana" msgstr "พระราชพิธีอภิเษกสมรสระหว่างไดอาน่า สเปนเซอร์และเจ้าฟ้าชายชาร์ลส์ เจ้าชายแห่งเวลส์" #. Millennium Celebrations. msgid "Millennium Celebrations" msgstr "วันเฉลิมฉลองสหัสวรรษ" #. Golden Jubilee of Elizabeth II. msgid "Golden Jubilee of Elizabeth II" msgstr "พระราชพิธีฉลองสิริราชสมบัติครบ 50 ปี สมเด็จพระราชินีนาถ" #. Wedding of William and Catherine. msgid "Wedding of William and Catherine" msgstr "พระราชพิธีเสกสมรสระหว่างเจ้าชายวิลเลียมกับแคเธอริน มิดเดิลตัน" #. Diamond Jubilee of Elizabeth II. msgid "Diamond Jubilee of Elizabeth II" msgstr "พระราชพิธีฉลองสิริราชสมบัติครบ 60 ปี สมเด็จพระราชินีนาถ" #. Platinum Jubilee of Elizabeth II. msgid "Platinum Jubilee of Elizabeth II" msgstr "พระราชพิธีฉลองสิริราชสมบัติครบ 70 ปี สมเด็จพระราชินีนาถ" #. State Funeral of Queen Elizabeth II. msgid "State Funeral of Queen Elizabeth II" msgstr "พระราชพิธีพระบรมศพของสมเด็จพระราชินีนาถเอลิซาเบธที่ 2" #. Coronation of Charles III. msgid "Coronation of Charles III" msgstr "พระราชพิธีราชาภิเษกของสมเด็จพระเจ้าชาลส์ที่ 3 แห่งสหราชอาณาจักร" holidays-0.71/holidays/locale/th/LC_MESSAGES/HK.po000066400000000000000000000160411500152103600213650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Hong Kong holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-04 14:03+0700\n" "PO-Revision-Date: 2025-03-05 09:48+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s(慶祝)" msgstr "ชดเชย%s" #. The Day following Mid-Autumn Festival. msgid "中秋節翌日" msgstr "วันหลังวันไหว้พระจันทร์" #. The Second Day following Mid-Autumn Festival. msgid "中秋節後第二日" msgstr "วันไหว้พระจันทร์วันที่สอง" #. Mid-Autumn Festival. msgid "中秋節" msgstr "วันไหว้พระจันทร์" #. Chinese New Year. msgid "農曆年初一" msgstr "วันตรุษจีน" #. Chinese New Year's Eve. msgid "農曆年初一的前一日" msgstr "วันก่อนวันตรุษจีน" #. The second day of Chinese New Year. msgid "農曆年初二" msgstr "วันตรุษจีนวันที่สอง" #. The third day of Chinese New Year. msgid "農曆年初三" msgstr "วันตรุษจีนวันที่สาม" #. The fourth day of Chinese New Year. msgid "農曆年初四" msgstr "วันตรุษจีนวันที่สี่" #. New Year's Day. msgid "一月一日" msgstr "วันขึ้นปีใหม่" #. Good Friday. msgid "耶穌受難節" msgstr "วันศุกร์ประเสริฐ" #. The day following Good Friday. msgid "耶穌受難節翌日" msgstr "วันหลังวันศุกร์ประเสริฐ" #. Easter Monday. msgid "復活節星期一" msgstr "วันจันทร์อีสเตอร์" #. Tomb-Sweeping Day. msgid "清明節" msgstr "วันเช็งเม้ง" #. The Buddha's Birthday. msgid "佛誕" msgstr "วันวิสาขบูชา" #. Labor Day. msgid "勞動節" msgstr "วันแรงงาน" #. Dragon Boat Festival. msgid "端午節" msgstr "วันไหว้บ๊ะจ่าง" #. Hong Kong S.A.R. Establishment Day. msgid "香港特別行政區成立紀念日" msgstr "วันสถาปนาเขตบริหารพิเศษฮ่องกง" #. Double Ninth Festival. msgid "重陽節" msgstr "วันไหว้บรรพบุรุษ" #. National Day. msgid "國慶日" msgstr "วันชาติจีน" #. Winter Solstice. msgid "冬節" msgstr "วันตงจื้อ(เหมายัน)" #. The first weekday after Christmas Day. msgid "聖誕節後第一個周日" msgstr "วันคริสต์มาสวันที่สอง" #. Christmas Day. msgid "聖誕節" msgstr "วันคริสต์มาส" #. The day following New Year's Day. msgid "一月一日翌日" msgstr "วันหลังวันขึ้นปีใหม่" #. The day following Tomb-Sweeping Day. msgid "清明節翌日" msgstr "วันหลังวันเช็งเม้ง" #. The day following Easter Monday. msgid "復活節星期一翌日" msgstr "วันหลังวันจันทร์อีสเตอร์" #. The day following the Buddha's Birthday. msgid "佛誕翌日" msgstr "วันหลังวันวิสาขบูชา" #. The day following Labor Day. msgid "勞動節翌日" msgstr "วันหลังวันแรงงาน" #. The day following Dragon Boat Festival. msgid "端午節翌日" msgstr "วันหลังวันไหว้บ๊ะจ่าง" #. The day following Hong Kong S.A.R. Establishment Day. msgid "香港特別行政區成立紀念日翌日" msgstr "วันหลังวันสถาปนาเขตบริหารพิเศษฮ่องกง" #. The day following Double Ninth Festival. msgid "重陽節翌日" msgstr "วันหลังวันไหว้บรรพบุรุษ" #. The day following National Day. msgid "國慶日翌日" msgstr "วันหลังวันชาติจีน" #. The second weekday after Christmas Day. msgid "聖誕節後第二個周日" msgstr "วันคริสต์มาสวันที่สาม" #. Queen's Birthday. msgid "英女皇壽辰" msgstr "วันเฉลิมพระชนมพรรษาสมเด็จพระราชินีนาถ" #. Monday after Pentecost. msgid "靈降臨節後星期一" msgstr "วันจันทร์หลังวันสมโภชพระจิตเจ้า" #. National Day of the Republic of China. msgid "中華民國國慶日" msgstr "วันชาติสาธารณรัฐจีน(ไต้หวัน)" #. Monday after Remembrance Day. msgid "和平紀念日後星期一" msgstr "วันจันทร์หลังวันรำลึก" #. Anniversary of the liberation of Hong Kong. msgid "重光紀念日" msgstr "วันครบรอบการปลดปล่อยฮ่องกง" #. Wedding of Prince Charles and Diana. msgid "英國王儲查理斯王子與戴安娜婚禮" msgstr "พระราชพิธีอภิเษกสมรสระหว่างไดอาน่า สเปนเซอร์และเจ้าฟ้าชายชาร์ลส์ เจ้าชายแห่งเวลส์" #. Second day of Queen Elizabeth II and her husband's visit to Hong Kong. msgid "英女王伊利沙伯二世伉儷訪港的第二天" msgstr "วันที่สองของการเสด็จเยือนฮ่องกงของ่สมเด็จพระราชินีนาถเอลิซาเบธที่ 2 และพระราชสวามี" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中國人民抗日戰爭勝利70周年紀念日" msgstr "ครบรอบ 70 ปีแห่งการได้รับชัยชนะจากสงครามต่อต้านญี่ปุ่น" #. Sino-Japanese War Victory Day. msgid "抗日戰爭勝利紀念日" msgstr "วันรำลึกชัยชนะสงครามต่อต้านญี่ปุ่น" #. Additional public holiday. msgid "額外公眾假期" msgstr "วันหยุดเพิ่มเติม" holidays-0.71/holidays/locale/th/LC_MESSAGES/ID.po000066400000000000000000000145421500152103600213630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Indonesia holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2023-07-23 14:09+0300\n" "PO-Revision-Date: 2024-10-30 17:08+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (perkiraan)" msgstr "%s (โดยประมาณ)" #. General Election Day. msgid "Hari Pemilihan Unum" msgstr "วันเลือกตั้งทั่วไป" #. Presidential Election Day. msgid "Hari Pemilihan Presiden" msgstr "วันเลือกตั้งประธานาธิบดี" #. Legislative Election Day. msgid "Hari Pemilihan Legislatif" msgstr "วันเลือกตั้งสมาชิกสภาผู้แทนราษฎร" #. Local Election Day. msgid "Hari Pemilihan Kepala Daerah" msgstr "วันเลือกตั้งท้องถิ่น" #. Eid al-Fitr Joint Holiday. msgid "Cuti Bersama Hari Raya Idul Fitri" msgstr "หยุดร่วมพิเศษวันอีฎิ้ลฟิตริ" #. Christmas Joint Holiday. msgid "Cuti Bersama Hari Raya Natal" msgstr "หยุดร่วมพิเศษวันคริสต์มาส" #. Lunar New Year Joint Holiday. msgid "Cuti Bersama Tahun Baru Imlek" msgstr "หยุดร่วมพิเศษวันตรุษจีน" #. Day of Silence Joint Holiday. msgid "Cuti Bersama Hari Suci Nyepi" msgstr "หยุดร่วมพิเศษวันแห่งความเงียบ" #. New Year's Day. msgid "Tahun Baru Masehi" msgstr "วันขึ้นปีใหม่" #. Lunar New Year. msgid "Tahun Baru Imlek" msgstr "วันตรุษจีน" #. Day of Silence. msgid "Hari Suci Nyepi" msgstr "วันแห่งความเงียบ" #. Good Friday. msgid "Wafat Yesus Kristus" msgstr "วันศุกร์ประเสริฐ" #. Easter Monday. msgid "Hari kedua Paskah" msgstr "วันจันทร์อีสเตอร์" #. Vesak Day. msgid "Hari Raya Waisak" msgstr "วันวิสาขบูชา" #. International Labor Day. msgid "Hari Buruh Internasional" msgstr "วันแรงงานสากล" #. Ascension Day. msgid "Kenaikan Yesus Kristus" msgstr "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์" #. Whit Monday. msgid "Hari kedua Pentakosta" msgstr "วันจันทร์หลังวันสมโภชพระจิตเจ้า" #. Pancasila Day. msgid "Hari Lahir Pancasila" msgstr "วันปัญจศีล" #. Assumption Day. msgid "Mikraj Santa Maria" msgstr "วันสมโภชแม่พระรับเกียรติยกขึ้นสวรรค์" #. Independence Day. msgid "Hari Kemerdekaan Republik Indonesia" msgstr "วันประกาศอิสรภาพสาธารณรัฐอินโดนีเซีย" #. Armed Forces Day. msgid "Hari Angkatan Perang" msgstr "วันกองทัพสาธารณรัฐอินโดนีเซีย" #. Heroes' Day. msgid "Hari Pahlawan" msgstr "วันวีรบุรุษอินโดนีเซีย" #. Christmas Day. msgid "Hari Raya Natal" msgstr "วันคริสต์มาส" #. Eid al-Fitr. msgid "Hari Raya Idul Fitri" msgstr "วันอีฎิ้ลฟิตริ" #. Eid al-Fitr Second Day. msgid "Hari kedua dari Hari Raya Idul Fitri" msgstr "วันอีฎิ้ลฟิตริวันที่สอง" #. Eid al-Adha. msgid "Hari Raya Idul Adha" msgstr "วันอีดิ้ลอัฎฮา" #. Islamic New Year. msgid "Tahun Baru Islam" msgstr "วันขึ้นปีใหม่อิสลาม" #. Prophet's Birthday. msgid "Maulid Nabi Muhammad" msgstr "วันเมาลิดนบี" #. Isra' and Mi'raj. msgid "Isra Mikraj Nabi Muhammad" msgstr "วันเมี๊ยะราจ" #. Nuzul Al Quran. msgid "Nuzululqur'an" msgstr "วันนูซุลอัลกุรอาน" #. Eid al-Adha Joint Holiday. msgid "Cuti Bersama Hari Raya Idul Adha" msgstr "หยุดร่วมพิเศษวันอีดิ้ลอัฎฮา" #. Prophet's Birthday Joint Holiday. msgid "Cuti Bersama Maulid Nabi Muhammad" msgstr "หยุดร่วมพิเศษวันเมาลิดนบี" #. Ascension Joint Holiday. msgid "Cuti Bersama Kenaikan Yesus Kristus" msgstr "หยุดร่วมพิเศษวันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์" #. Vesak Joint Holiday. msgid "Cuti Bersama Hari Raya Waisak" msgstr "หยุดร่วมพิเศษวันวิสาขบูชา" #. %s (observed). #, c-format msgid "Pegangti %s" msgstr "ชดเชย%s" #. %s (observed, estimated). #, c-format msgid "Pegangti %s (perkiraan)" msgstr "ชดเชย%s (โดยประมาณ)" #. Islamic New Year Joint Holiday. msgid "Cuti Bersama Tahun Baru Islam" msgstr "หยุดร่วมพิเศษวันขึ้นปีใหม่อิสลาม" #. New Year's Joint Holiday. msgid "Cuti Bersama Tahun Baru Masehi" msgstr "หยุดร่วมพิเศษวันขึ้นปีใหม่" #. Independence Day Joint Holiday. msgid "Cuti Bersama Hari Kemerdekaan Republik Indonesia" msgstr "หยุดร่วมพิเศษวันประกาศอิสรภาพสาธารณรัฐอินโดนีเซีย" #. Easter Sunday. msgid "Kebangkitan Yesus Kristus" msgstr "วันอาทิตย์อีสเตอร์" holidays-0.71/holidays/locale/th/LC_MESSAGES/IL.po000066400000000000000000000064041500152103600213710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Israel holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-02-01 20:46+0700\n" "PO-Revision-Date: 2025-02-01 21:57+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. Rosh Hashanah (New Year). msgid "ראש השנה" msgstr "เทศกาลรอช ฮาชานาห์ (วันปีใหม่ยิว)" #. Yom Kippur (Day of Atonement). msgid "יום כיפור" msgstr "วันยม คิปปูร์" #. Sukkot (Feast of Tabernacles). msgid "סוכות" msgstr "วันสุคคต" #. Chol HaMoed Sukkot (Feast of Tabernacles holiday). msgid "חול המועד סוכות" msgstr "เทศกาลสุคคต" #. Simchat Torah / Shemini Atzeret. msgid "שמחת תורה/שמיני עצרת" msgstr "วันซิมหัต โทราห์ / วันเชมินี อัตเซเรต" #. Pesach (Passover). msgid "פסח" msgstr "วันเพสสะห์" #. Chol HaMoed Pesach (Passover holiday). msgid "חול המועד פסח" msgstr "เทศกาลเพสสะห์" #. Shvi'i shel Pesach (Seventh day of Passover) msgid "שביעי של פסח" msgstr "วันเพสสะห์วันที่เจ็ด" #. Yom Ha-Atzmaut (Independence Day). msgid "יום העצמאות" msgstr "วันชาติอิสราเอล" #. Shavuot. msgid "שבועות" msgstr "วันชาวูโอท" #. Sigd. msgid "סיגד" msgstr "เทศกาลซิกด์" #. Purim. msgid "פורים" msgstr "เทศกาลปูริม" #. Yom Hazikaron (Fallen Soldiers and Victims of Terrorism Remembrance Day). msgid "יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה" msgstr "วันรำลึกถึงทหารผู้สละชีพและเหยื่อการก่อการร้าย" #. Yom Yerushalayim (Jerusalem Day). msgid "יום ירושלים" msgstr "วันเยรูซาเล็ม" #. Tisha B'Av (Tisha B'Av, fast). msgid "תשעה באב" msgstr "วันทิชอา เบอัฟ" #. Hanukkah. msgid "חנוכה" msgstr "เทศกาลฮานุกกะห์" #. Ta`anit Ester (Fast of Esther). msgid "תענית אסתר" msgstr "วันทาอานิต เอสเธอร์" #. Lag Ba'omer (Lag BaOmer). msgid "ל\"ג בעומר" msgstr "วันแล็ก บาโอเมอร์" #. %s (observed). #, c-format msgid "(נצפה) %s" msgstr "ชดเชย%s" holidays-0.71/holidays/locale/th/LC_MESSAGES/IM.po000066400000000000000000000031071500152103600213670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Isle of Man holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-31 13:46+0700\n" "PO-Revision-Date: 2025-01-31 13:54+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. Easter Monday. msgid "Easter Monday" msgstr "วันจันทร์อีสเตอร์" #. Whit Monday. msgid "Whit Monday" msgstr "วันจันทร์หลังวันสมโภชพระจิตเจ้า" #. Late Summer Bank Holiday. msgid "Late Summer Bank Holiday" msgstr "วันหยุดช่วงปลายฤดูร้อนของธนาคาร" #. TT Bank Holiday. msgid "TT Bank Holiday" msgstr "วันแข่งไอร์ออฟแมน ทีที" #. Tynwald Day. msgid "Tynwald Day" msgstr "วันไทน์วอลด์" holidays-0.71/holidays/locale/th/LC_MESSAGES/JP.po000066400000000000000000000076431500152103600214040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Japan holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-09-11 10:20+0700\n" "PO-Revision-Date: 2023-11-10 11:20+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4.1\n" #. New Year's Day. msgid "元日" msgstr "วันขึ้นปีใหม่" #. Coming of Age Day. msgid "成人の日" msgstr "วันฉลองบรรลุนิติภาวะ" #. Foundation Day. msgid "建国記念の日" msgstr "วันชาติญี่ปุ่น" #. Emperor's Birthday. msgid "天皇誕生日" msgstr "วันคล้ายวันพระราชสมภพ สมเด็จพระจักรพรรดินารุฮิโตะ" #. Vernal Equinox Day. msgid "春分の日" msgstr "วันวสันตวิษุวัต" #. Greenery Day. msgid "みどりの日" msgstr "วันพฤกษชาติ" #. Showa Day. msgid "昭和の日" msgstr "วันโชวะ" #. Constitution Day. msgid "憲法記念日" msgstr "วันรัฐธรรมนูญ" #. Children's Day. msgid "こどもの日" msgstr "วันเด็กแห่งชาติ" #. Marine Day. msgid "海の日" msgstr "วันแห่งทะเล" #. Mountain Day. msgid "山の日" msgstr "วันแห่งภูเขา" #. Respect for the Aged Day. msgid "敬老の日" msgstr "วันเคารพผู้สูงอายุ" #. Autumnal Equinox Day. msgid "秋分の日" msgstr "วันศารทวิษุวัต" #. Sports Day. msgid "スポーツの日" msgstr "วันกีฬาแห่งชาติ" #. Physical Education Day. msgid "体育の日" msgstr "วันพลศึกษา" #. Culture Day. msgid "文化の日" msgstr "วันวัฒนธรรม" #. Labor Thanksgiving Day. msgid "勤労感謝の日" msgstr "วันขอบคุณแรงงาน" #. Substitute Holiday. msgid "振替休日" msgstr "วันหยุดชดเชย" #. National Holiday. msgid "国民の休日" msgstr "วันหยุดพิเศษ (เพิ่มเติม)" #. Bank Holiday. msgid "銀行休業日" msgstr "วันหยุดธนาคาร" #. The Crown Prince marriage ceremony. msgid "結婚の儀" msgstr "พิธีเสกสมรสมกุฎราชกุมาร" #. State Funeral of Emperor Shōwa. msgid "大喪の礼" msgstr "พระราชพิธีพระบรมศพของสมเด็จพระจักรพรรดิโชวะ" #. Enthronement ceremony. msgid "即位礼正殿の儀" msgstr "พระราชพิธีจักรพรรดิยาภิเษกของสมเด็จพระจักรพรรดิ" #. Enthronement day. msgid "天皇の即位の日" msgstr "พระราชพิธีขึ้นครองราชย์ของสมเด็จพระจักรพรรดิ" #. Enthronement ceremony. msgid "即位礼正殿の儀が行われる日" msgstr "พระราชพิธีจักรพรรดิยาภิเษกของสมเด็จพระจักรพรรดิ" holidays-0.71/holidays/locale/th/LC_MESSAGES/KH.po000066400000000000000000000165701500152103600213740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cambodia holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2023-06-07 20:10+0700\n" "PO-Revision-Date: 2024-11-06 00:21+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.5\n" #. Khmer New Year's Replacement Holiday msgid "ថ្ងៃឈប់សម្រាកសងជំនួសឲ្យពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ" msgstr "วันหยุดชดเชยเทศกาลขึ้นปีใหม่ประเพณี" #. Special Public Holiday msgid "ថ្ងៃឈប់សម្រាកសងជំនួស" msgstr "วันหยุดชดเชย" #. International New Year Day. msgid "ទិវាចូលឆ្នាំសាកល" msgstr "วันปีใหม่สากล" #. Day of Victory over the Genocidal Regime. msgid "ទិវាជ័យជម្នះលើរបបប្រល័យពូជសាសន៍" msgstr "วันชัยชนะเหนือระบอบฆ่าล้างเผ่าพันธุ์เขมรแดง" #. International Women's Rights Day msgid "ទិវាអន្តរជាតិនារី" msgstr "วันสตรีสากล" #. Khmer New Year's Day msgid "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ" msgstr "เทศกาลขึ้นปีใหม่ประเพณี" #. International Labor Day msgid "ទិវាពលកម្មអន្តរជាតិ" msgstr "วันแรงงานสากล" #. Birthday of His Majesty Preah Bat Samdech Preah Boromneath NORODOM SIHAMONI, King of Cambodia msgid "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី" msgstr "" "พระราชพิธีเฉลิมพระชนมพรรษา พระบาทสมเด็จพระบรมนาถ นโรดมสีหมุนี " "พระมหากษัตริย์แห่งราชอาณาจักรกัมพูชา" #. National Day of Remembrance msgid "ទិវាជាតិនៃការចងចាំ" msgstr "วันแห่งความทรงจำ" #. International Children's Day msgid "ទិវាកុមារអន្តរជាតិ" msgstr "วันเด็กสากล" #. Birthday of Her Majesty the Queen-Mother NORODOM MONINEATH SIHANOUK of Cambodia msgid "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម សម្តេចព្រះមហាក្សត្រី ព្រះវររាជមាតា នរោត្តម មុនិនាថ សីហនុ" msgstr "พระราชพิธีเฉลิมพระชนมพรรษา สมเด็จพระบรมราชินี นโรดม มนีนาถ สีหนุ" #. Constitution Day msgid "ទិវាប្រកាសរដ្ឋធម្មនុញ្ញ" msgstr "วันรัฐธรรมนูญ" #. Mourning Day of the Late King-Father NORODOM SIHANOUK of Cambodia msgid "" "ទិវាប្រារព្ឋពិធីគោរពព្រះវិញ្ញាណក្ខន្ឋ ព្រះករុណា ព្រះបាទសម្តេចព្រះ នរោត្តម សីហនុ ព្រះមហាវីរក្សត្រ " "ព្រះវររាជបិតាឯករាជ្យ បូរណភាពទឹកដី និងឯកភាពជាតិខ្មែរ ព្រះបរមរតនកោដ្ឋ" msgstr "" "วันสดุดีพระบาทสมเด็จพระบรมนาถนโรดม สีหนุ พระบิดาแห่งเอกราช บูรณภาพแห่งดินแดน " "และเอกภาพของชาติกัมพูชา" #. Paris Peace Agreement's Day msgid "ទិវារំលឹកសន្ធិសញ្ញាសន្តិភាពទីក្រុងប៉ារីស" msgstr "วันรำลึกข้อตกลงสันติภาพกรุงปารีส" #. Coronation Day of His Majesty Preah Bat Samdech Preah Boromneath NORODOM SIHAMONI, King of #. Cambodia msgid "" "ព្រះរាជពិធីគ្រងព្រះបរមរាជសម្បត្តិ របស់ ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី " "ព្រះមហាក្សត្រនៃព្រះរាជាណាចក្រកម្ពុជា" msgstr "" "พระราชพิธีเฉลิมฉลองการขึ้นครองราชสมบัติ พระบาทสมเด็จพระบรมนาถ นโรดมสีหมุนี " "พระมหากษัตริย์แห่งราชอาณาจักรกัมพูชา" #. National Independence Day msgid "ពិធីបុណ្យឯករាជ្យជាតិ" msgstr "วันประกาศเอกราชจากฝรั่งเศส" #. International Human Rights Day msgid "ទិវាសិទ្ធិមនុស្សអន្តរជាតិ" msgstr "วันสิทธิมนุษยชนโลก" #. Meak Bochea Day msgid "ពិធីបុណ្យមាឃបូជា" msgstr "วันมาฆบูชา" #. Visaka Bochea Day msgid "ពិធីបុណ្យវិសាខបូជា" msgstr "วันวิสาขบูชา" #. Royal Ploughing Ceremony msgid "ព្រះរាជពិធីច្រត់ព្រះនង្គ័ល" msgstr "พระราชพิธีบุญจรดพระนังคัลแรกนาขวัญ" #. Pchum Ben Day msgid "ពិធីបុណ្យភ្ផុំបិណ្ឌ" msgstr "เทศกาลงานวันสาร์ทภจุมบิณฑ์เขมร" #. Water Festival msgid "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក" msgstr "พระราชพิธีบุญแข่งเรือลอยกระทงไฟไหว้พระจันทร์และกินข้าวเม่า" #. Peace Day in Cambodia. msgid "ទិវាសន្តិភាពនៅកម្ពុជា" msgstr "วันสันติภาพกัมพูชา" holidays-0.71/holidays/locale/th/LC_MESSAGES/KR.po000066400000000000000000000172751500152103600214110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # South Korea holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-10-26 23:49+0700\n" "PO-Revision-Date: 2023-10-26 23:54+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. Alternative holiday for %s. #, c-format msgid "%s 대체 휴일" msgstr "ชดเชย%s" #. The day preceding %s. #, c-format msgid "%s 전날" msgstr "วันก่อน%s" #. The second day of %s. #, c-format msgid "%s 다음날" msgstr "วันหลัง%s" #. New Year's Day. msgid "신정연휴" msgstr "วันปีใหม่สากล" #. Korean New Year. msgid "설날" msgstr "เทศกาลซอลลัล" #. Folk Day. msgid "민속의 날" msgstr "วันเทศกาลพื้นบ้าน" #. Independence Movement Day. msgid "삼일절" msgstr "วันอิสรภาพ" #. Tree Planting Day. msgid "식목일" msgstr "วันปลูกต้นไม้" #. Buddha's Birthday. msgid "부처님오신날" msgstr "วันวิสาขบูชา" #. Buddha's Birthday. msgid "석가탄신일" msgstr "วันประสูติของพระพุทธเจ้า" #. Children's Day. msgid "어린이날" msgstr "วันเด็ก" #. Memorial Day. msgid "현충일" msgstr "วันรำลึกวีรชน" #. Constitution Day. msgid "제헌절" msgstr "วันรัฐธรรมนูญ" #. Liberation Day. msgid "광복절" msgstr "วันฉลองอิสรภาพ" #. Armed Forces Day. msgid "국군의 날" msgstr "วันกองทัพ" #. National Foundation Day. msgid "개천절" msgstr "วันสถาปนาประเทศ" #. Hangul Day. msgid "한글날" msgstr "วันฮันกึล" #. United Nations Day. msgid "국제연합일" msgstr "วันสหประชาชาติ" #. Chuseok. msgid "추석" msgstr "เทศกาลชูซอก" #. Christmas Day. msgid "기독탄신일" msgstr "วันคริสต์มาส" #. National Assembly Election Day. msgid "국회의원 선거일" msgstr "วันเลือกตั้งสมัชชาแห่งชาติ" #. Presidential Election Day. msgid "대통령 선거일" msgstr "วันเลือกตั้งประธานาธิบดี" #. Local Election Day. msgid "지방선거일" msgstr "วันเลือกตั้งท้องถิ่น" #. Workers' Day. msgid "근로자의날" msgstr "วันแรงงาน" #. Temporary Public Holiday. msgid "임시공휴일" msgstr "วันหยุดพิเศษ (เพิ่มเติม)" #. Presidential Inauguration Day. msgid "대통령 취임식" msgstr "วันสาบานตนประธานาธิบดี" #. National Conference for Unification Election Day. msgid "통일주체국민회의 선거일" msgstr "วันเลือกตั้งสมัชชาแห่งชาติเพื่อการรวมชาติ" #. Yushin Constitution Referendum Day. msgid "유신헌법 국민투표일" msgstr "วันลงประชามติแก้ไขรัฐธรรมนูญฉบับยูชิน" #. May 16 Military Coup d'Etat Anniversary. msgid "5.16 군사혁명 기념일" msgstr "วันครบรอบการรัฐประหาร 16 พ.ค." #. April 19 Revolution Anniversary. msgid "4.19 혁명 기념일" msgstr "วันครบรอบการปฏิวัติ 19 เม.ย." #. President Syngman Rhee's Birthday. msgid "이승만 대통령 탄신일" msgstr "วันคล้ายวันเกิดประธานาธิบดี อี ซึง-มัน" #. Republic of Korea's United Nations Recognition Celebrations. msgid "국제연합의 대한민국 정부 승인 경축 국민대회" msgstr "เฉลิมฉลองการยอมรับของรัฐบาลสาธารณรัฐเกาหลีโดยสหประชาชาติ" #. Anniversary of the 1st National Assembly Election. msgid "5.10 제헌의회선거 1주년 기념일" msgstr "ครบรอบ 1 ปีการเลือกตั้งสมัชชาแห่งชาติ" #. Baekbeom Kim Ku's Funeral Ceremony. msgid "백범 김구 선생 국민장 영결식" msgstr "พิธีศพ แพ็กบ็อม คิม กู" #. Vice Presidential Election. msgid "부통령 선거일" msgstr "วันเลือกตั้งรองประธานาธิบดี" #. Sabang Day. msgid "사방의 날" msgstr "วันซาบัง" #. New Government Celebration Day. msgid "신정부 경축의 날" msgstr "วันเฉลิมฉลองรัฐบาลใหม่" #. Commemoration of the Apollo 11 Moon Landing. msgid "아폴로 11호 달 착륙 기념" msgstr "วันรำลึกการลงจอดบนดวงจันทร์สำเร็จของยานอะพอลโล 11" #. Third-term Constitutional Referendum Day. msgid "삼선 헌법 개정 국민투표일" msgstr "วันลงประชามติแก้ไขรัฐธรรมนูญเรื่องการเข้ารับตำแหน่งสมัยที่ 3" #. First Lady Yuk Young-soo's Funeral Ceremony. msgid "대통령 영부인 육영수 여사 국민장 영결식" msgstr "พิธีศพสุภาพสตรีหมายเลขหนึ่ง ยุก ย็อง-ซู" #. President Park Chung Hee's Funeral Ceremony. msgid "박정희 대통령 국장 영결식" msgstr "พิธีศพประธานาธิบดี พัก จ็อง-ฮี" #. 5th Republic Constitutional Referendum Day. msgid "제5공화국 헌법 개정 국민투표일" msgstr "วันลงประชามติแก้ไขรัฐธรรมนูญของสาธารณรัฐเกาหลีที่ห้า" #. Electoral College Election Day. msgid "선거를 위한 선거인단 선일" msgstr "วันเลือกตั้งคณะผู้เลือกตั้ง" #. 6th Republic Constitutional Referendum Day. msgid "제6공화국 헌법 개정 국민투표일" msgstr "วันลงประชามติแก้ไขรัฐธรรมนูญของสาธารณรัฐเกาหลีที่หก" #. 1988 Seoul Olympics Opening Ceremony. msgid "1988 서울 올림픽 개막식" msgstr "พิธีเปิดโอลิมปิกฤดูร้อน 1988 โซล" #. 2002 FIFA World Cup National Team Semi-Finals Celebrations. msgid "2002년 한일 월드컵 대표팀 4강 진출" msgstr "ฉลองทีมชาติเกาหลีเข้ารอบฟุตบอลโลก 2002 รอบรองชนะเลิศ" #. Joint Memorial Service for Fallen Soldiers. msgid "전몰군인 합동위령제" msgstr "วันร่วมรำลึกทหารที่เสียชีวิต" holidays-0.71/holidays/locale/th/LC_MESSAGES/LA.po000066400000000000000000000160141500152103600213570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Laos holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-09-11 15:10+0700\n" "PO-Revision-Date: 2023-11-16 20:48+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.4\n" #. %s (in lieu). #, c-format msgid "ພັກຊົດເຊີຍ%s" msgstr "ชดเชย%s" #. New Year's Day. msgid "ວັນປີໃໝ່ສາກົນ" msgstr "วันปีใหม่สากล" #. International Women's Rights Day. msgid "ວັນແມ່ຍິງສາກົນ" msgstr "วันสตรีสากล" #. Lao New Year's Day. msgid "ບຸນປີໃໝ່ລາວ" msgstr "วันปีใหม่ลาว" #. International Labor Day. msgid "ວັນກຳມະກອນສາກົນ" msgstr "วันแรงงานสากล" #. International Children's Day. msgid "ວັນເດັກສາກົນ" msgstr "วันเด็กสากล" #. Lao National Day. msgid "ວັນຊາດ" msgstr "วันชาติ สปป. ลาว" #. Boun That Luang Festival. msgid "ວັນບຸນທາດຫລວງ" msgstr "วันงานพระธาตุหลวง" #. Special Bank Holiday. msgid "ມື້ປິດການໃຫ້ບໍລິການຂອງທະນາຄານຕົວແທນ" msgstr "วันหยุดทำการพิเศษของสถาบันการเงิน" #. Lao New Year's Day (Special). msgid "ພັກບຸນປີໃໝ່ລາວ" msgstr "ชดเชยวันปีใหม่ลาว" #. Establishment Day of the BOL. msgid "ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ" msgstr "วันก่อตั้งธนาคารแห่ง สปป. ลาว" #. Lao Year-End Bank Holiday. msgid "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ" msgstr "วันหยุดสิ้นปีของสถาบันการเงิน" #. Makha Bousa Festival. msgid "ວັນບຸນມາຂະບູຊາ" msgstr "วันมาฆบูชา" #. Visakha Bousa Festival. msgid "ວັນບຸນວິສາຂະບູຊາ" msgstr "วันวิสาขบูชา" #. Boun Khao Phansa (Begin of Buddhist Lent). msgid "ວັນບຸນເຂົ້າພັນສາ" msgstr "วันเข้าพรรษา" #. Boun Haw Khao Padapdin (Rice Growing Festival). msgid "ວັນບຸນຫໍ່ເຂົ້າປະດັບດິນ" msgstr "วันบุญข้าวประดับดิน" #. Boun Haw Khao Salark (Ancestor Festival). msgid "ວັນບຸນຫໍ່ເຂົ້າສະຫຼາກ" msgstr "วันข้าวบุญข้าวสาก" #. Boun Awk Phansa (End of Buddhist Lent). msgid "ວັນບຸນອອກພັນສາ" msgstr "วันออกพรรษา" #. Boun Suang Heua (Vientiane Boat Racing Festival). msgid "ວັນບຸນຊ່ວງເຮືອ ນະຄອນຫຼວງວຽງຈັນ" msgstr "วันงานบุญแข่งเรือ นครหลวงเวียงจันทน์" #. National Teacher Day. msgid "ວັນຄູແຫ່ງຊາດ" msgstr "วันครูแห่งชาติ" #. Lao People's Armed Force Day. msgid "ວັນສ້າງຕັ້ງກອງທັບປະຊາຊົນລາວ" msgstr "วันก่อตั้งกองทัพประชาชนลาว" #. Lao Federation of Trade Union's Day. msgid "ວັນສ້າງຕັ້ງສະຫະພັນກໍາມະບານລາວ" msgstr "วันก่อตั้งสหพันธ์กำมะบานลาว" #. Establishment Day of the Lao People's Revolutionary Party. msgid "ວັນສ້າງຕັ້ງພັກປະຊາຊົນປະຕິວັດລາວ" msgstr "วันก่อตั้งพรรคประชาชนปฏิวัติลาว" #. Lao People's Revolutionary Youth Union Day. msgid "ວັນສ້າງຕັ້ງສູນກາງຊາວໜຸ່ມປະຊາຊົນປະຕິວັດລາວ" msgstr "วันก่อตั้งศูนย์ซาวหนุ่มประชาชนปฏิวัติลาว" #. National Arbor Day. msgid "ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ" msgstr "วันปลูกต้นไม้แห่งชาติ" #. President Souphanouvong's Birthday. msgid "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ" msgstr "วันคล้ายวันเกิดท่านประธานสุภานุวงศ์" #. The National Day for Wildlife and Aquatic Animal Conservation. msgid "ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ" msgstr "วันอนุรักษ์สัตว์น้ำ สัตว์ป่า และวันปล่อยปลาแห่งชาติ" #. Establishment Day of the Lao Women's Union. msgid "ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ" msgstr "วันก่อตั้งสหภาพแม่หญิงลาว" #. Lao National Mass Media and Publishing Day. msgid "ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ" msgstr "วันสื่อสารมวลชนและการพิมพ์แห่งชาติ" #. Lao National Constitution Day. msgid "ວັນລັດຖະທໍາມະນູນແຫ່ງຊາດ" msgstr "วันรัฐธรรมนูญแห่งชาติ" #. National Uprising Day. msgid "ວັນຍຶດອຳນາດທົ່ວປະເທດ" msgstr "วันยึดอำนาจทั่วประเทศ" #. Indepedence Declaration Day. msgid "ວັນປະກາດເອກະລາດ" msgstr "วันประกาศเอกราช" #. President Kaysone Phomvihane's Birthday. msgid "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ໄກສອນ ພົມວິຫານ" msgstr "วันคล้ายวันเกิดท่านประธานไกสอน พมวิหาน" holidays-0.71/holidays/locale/th/LC_MESSAGES/MO.po000066400000000000000000000215351500152103600214020ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Macau holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-06 15:34+0700\n" "PO-Revision-Date: 2025-03-05 19:40+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "元旦" msgstr "วันขึ้นปีใหม่" #. Freedom Day. msgid "自由日" msgstr "วันแห่งเสรีภาพ" #. Labor Day. msgid "勞動節" msgstr "วันแรงงาน" #. Day of Portugal, Camões, and the Portuguese Communities. msgid "葡國日、賈梅士日暨葡僑日" msgstr "วันชาติโปรตุเกส วันกาม๊อยช์ และวันแห่งประชาคมโปรตุเกส" #. Assumption Day. msgid "聖母升天" msgstr "วันสมโภชแม่พระรับเกียรติยกขึ้นสวรรค์" #. National Day of the People's Republic of China. msgid "中華人民共和國國慶日" msgstr "วันชาติจีน" #. The day following National Day of the People's Republic of China. msgid "中華人民共和國國慶日翌日" msgstr "วันหลังวันชาติจีน" #. Republic Day. msgid "葡萄牙共和國國慶日" msgstr "วันสถาปนาสาธารณรัฐโปรตุเกส" #. All Saints' Day. msgid "諸聖節" msgstr "วันสมโภชนักบุญทั้งหลาย" #. All Soul's Day. msgid "追思節" msgstr "วันภาวนาอุทิศแด่ผู้ล่วงลับ" #. Restoration of Independence Day. msgid "恢復獨立紀念日" msgstr "วันรำลึกการกอบกู้เอกราชโปรตุเกส" #. Immaculate Conception. msgid "聖母無原罪瞻禮" msgstr "วันสมโภชแม่พระผู้ปฏิสนธินิรมล" #. Macao S.A.R. Establishment Day. msgid "澳門特別行政區成立紀念日" msgstr "วันสถาปนาเขตบริหารพิเศษมาเก๊า" #. Winter Solstice. msgid "冬至" msgstr "วันตงจื้อ(เหมายัน)" #. Christmas Eve. msgid "聖誕節前日" msgstr "วันคริสต์มาสอีฟ" #. Christmas Eve. msgid "聖誕節前夕" msgstr "วันคริสต์มาสอีฟ" #. Christmas Eve. msgid "聖誕前夕" msgstr "วันคริสต์มาสอีฟ" #. Christmas Day. msgid "聖誕節" msgstr "วันคริสต์มาส" #. Christmas Day. msgid "聖誕" msgstr "วันคริสต์มาส" #. Chinese New Year's Day. msgid "農曆正月初一" msgstr "วันตรุษจีน" #. The second day of Chinese New Year. msgid "農曆正月初二" msgstr "วันตรุษจีนวันที่สอง" #. The third day of Chinese New Year. msgid "農曆正月初三" msgstr "วันตรุษจีนวันที่สาม" #. Tomb-Sweeping Day. msgid "清明節" msgstr "วันเช็งเม้ง" #. Good Friday. msgid "耶穌受難日" msgstr "วันศุกร์ประเสริฐ" #. Good Friday. msgid "聖周星期五" msgstr "วันศุกร์ประเสริฐ" #. The Day before Easter. msgid "復活節前日" msgstr "วันก่อนวันอาทิตย์อีสเตอร์" #. Holy Saturday. msgid "聖周星期六" msgstr "วันเสาร์ศักดิ์สิทธิ์" #. The Buddha's Birthday. msgid "佛誕節" msgstr "วันวิสาขบูชา" #. Corpus Christi. msgid "基督聖體聖血節" msgstr "วันสมโภชพระคริสตวรกาย" #. Dragon Boat Festival. msgid "端午節" msgstr "วันไหว้บ๊ะจ่าง" #. Double Ninth Festival. msgid "重陽節" msgstr "วันไหว้บรรพบุรุษ" #. Mid-Autumn Festival. msgid "中秋節" msgstr "วันไหว้พระจันทร์" #. The Day following Mid-Autumn Festival. msgid "中秋節翌日" msgstr "วันหลังวันไหว้พระจันทร์" #. Day of the Municipality of Ilhas. msgid "海島市日" msgstr "วันเทศบาลอิลฮาส" #. Macau City Day. msgid "澳門市日" msgstr "วันเมืองมาเก๊า" #. Additional Government Holiday. msgid "額外政府假期" msgstr "วันหยุดราชการเพิ่มเติม" #. Additional Public Holiday. msgid "額外公眾假期" msgstr "วันหยุดเพิ่มเติม" #. Additional Half-Day Public Holiday. msgid "額外公眾半日假" msgstr "วันหยุดครึ่งวันเพิ่มเติม" #. The Handover of Macau to China and the Establishment of the Macau Special Administrative Region #. of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日" msgstr "วันส่งมอบมาเก๊ากลับคืนสู่จีนและการสถาปนาเขตบริหารพิเศษมาเก๊าแห่งสาธารณรัฐประชาชนจีน" #. The day following the Handover of Macau to China and the Establishment of the Macau Special #. Administrative Region of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日翌日" msgstr "วันหลังวันส่งมอบมาเก๊ากลับคืนสู่จีนและการสถาปนาเขตบริหารพิเศษมาเก๊าแห่งสาธารณรัฐประชาชนจีน" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中國人民抗日戰爭暨世界反法西斯戰爭勝利七十周年紀念日" msgstr "ครบรอบ 70 ปีแห่งการได้รับชัยชนะจากสงครามต่อต้านญี่ปุ่นและลัทธิฟาสซิสต์โลก" #. Compensatory rest day for %s. #, c-format msgid "%s的補假" msgstr "ชดเชย%s" #. The first working day after %s. #, c-format msgid "%s後首個工作日" msgstr "วันทำงานวันแรกหลัง%s" #. %s (Afternoon). #, c-format msgid "%s(下午)" msgstr "%s (ครึ่งบ่าย)" #. Chinese New Year's Eve. msgid "農曆除夕" msgstr "วันก่อนวันตรุษจีน" #. The fourth day of Chinese New Year. msgid "農曆正月初四" msgstr "วันตรุษจีนวันที่สี่" #. The fifth day of Chinese New Year. msgid "農曆正月初五" msgstr "วันตรุษจีนวันที่ห้า" #. New Year's Eve. msgid "除夕" msgstr "วันสิ้นปี" #. Overlapping of the Day following National Day of the People's Republic of China and the Day #. following Mid-Autumn Festival. msgid "中華人民共和國國慶日翌日及中秋節翌日重疊" msgstr "วันหยุดชดเชยเนื่องในโอกาสวันหลังวันชาติจีนและวันหลังวันไหว้พระจันทร์หยุดตรงกัน" #. Overlapping of the Day following National Day of the People's Republic of China and the Double #. Ninth Festival. msgid "中華人民共和國國慶日翌日及重陽節重疊" msgstr "วันหยุดชดเชยเนื่องในโอกาสวันหลังวันชาติจีนและวันไหว้บรรพบุรุษหยุดตรงกัน" #. Overlapping of the National Day of the People's Republic of China and the Day following Mid- #. Autumn Festival. msgid "中華人民共和國國慶日及中秋節翌日重疊" msgstr "วันหยุดชดเชยเนื่องในโอกาสวันชาติจีนและวันหลังวันไหว้พระจันทร์หยุดตรงกัน" holidays-0.71/holidays/locale/th/LC_MESSAGES/MY.po000066400000000000000000000232221500152103600214070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Malaysia holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.68\n" "POT-Creation-Date: 2024-10-01 15:58+0700\n" "PO-Revision-Date: 2025-02-24 12:29+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.2\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (anggaran)" msgstr "%s (โดยประมาณ)" #. %s (in lieu). #, c-format msgid "Cuti %s" msgstr "ชดเชย%s" #. %s (observed, estimated). #, c-format msgid "Cuti %s (anggaran)" msgstr "ชดเชย%s (โดยประมาณ)" #. Chinese New Year. msgid "Tahun Baharu Cina" msgstr "วันตรุษจีน" #. Chinese New Year (Second Day). msgid "Tahun Baharu Cina (Hari Kedua)" msgstr "วันตรุษจีนวันที่สอง" #. Vesak Day. msgid "Hari Wesak" msgstr "วันวิสาขบูชา" #. Labor Day. msgid "Hari Pekerja" msgstr "วันแรงงาน" #. Birthday of HM Yang di-Pertuan Agong. msgid "Hari Keputeraan Rasmi Seri Paduka Baginda Yang di-Pertuan Agong" msgstr "วันคล้ายวันพระราชสมภพสมเด็จพระราชาธิบดีแห่งมาเลเซีย" #. National Day. msgid "Hari Kebangsaan" msgstr "วันชาติมาเลเซีย" #. Malaysia Day. msgid "Hari Malaysia" msgstr "วันเฉลิมฉลองการจัดตั้งสหพันธรัฐมาเลเซีย" #. Christmas Day. msgid "Hari Krismas" msgstr "วันคริสต์มาส" #. Islamic New Year. msgid "Awal Muharam" msgstr "วันขึ้นปีใหม่อิสลาม" #. Prophet Muhammad's Birthday. msgid "Hari Keputeraan Nabi Muhammad S.A.W." msgstr "วันเมาลิดนบี" #. Eid al-Fitr. msgid "Hari Raya Puasa" msgstr "วันอีฎิ้ลฟิตริ" #. Eid al-Fitr (Second Day). msgid "Hari Raya Puasa (Hari Kedua)" msgstr "วันอีฎิ้ลฟิตริวันที่สอง" #. Eid al-Adha. msgid "Hari Raya Qurban" msgstr "วันอีดิ้ลอัฎฮา" #. Deepavali. msgid "Hari Deepavali" msgstr "วันดีปาวลี" #. Thaipusam. msgid "Hari Thaipusam" msgstr "วันไทปูซัม" #. Birthday of the Sultan of Johor. msgid "Hari Keputeraan Sultan Johor" msgstr "วันคล้ายวันพระราชสมภพสุลต่านแห่งรัฐยะโฮร์" #. The Sultan of Johor Hol. msgid "Hari Hol Almarhum Sultan Iskandar" msgstr "วันคล้ายวันสวรรคตสุลต่านแห่งรัฐยะโฮร์องค์ก่อน" #. Beginning of Ramadan. msgid "Awal Ramadan" msgstr "วันแรกการถือศีลอด" #. Birthday of The Sultan of Kedah. msgid "Hari Keputeraan Sultan Kedah" msgstr "วันคล้ายวันประสูติสุลต่านแห่งรัฐเกดะห์" #. Isra' and Mi'raj. msgid "Israk dan Mikraj" msgstr "วันเมี๊ยะราจ" #. Eid al-Adha (Second Day). msgid "Hari Raya Qurban (Hari Kedua)" msgstr "วันอีดิ้ลอัฎฮาวันที่สอง" #. Birthday of the Sultan of Kelantan. msgid "Hari Keputeraan Sultan Kelantan" msgstr "วันคล้ายวันประสูติสุลต่านแห่งรัฐกลันตัน" #. Nuzul Al-Quran Day. msgid "Hari Nuzul Al-Quran" msgstr "วันนูซุลอัลกุรอาน" #. New Year's Day. msgid "Tahun Baharu" msgstr "วันขึ้นปีใหม่" #. Federal Territory Day. msgid "Hari Wilayah Persekutuan" msgstr "วันเขตสหพันธรัฐ" #. Pesta Kaamatan. msgid "Pesta Kaamatan" msgstr "เทศกาลกามะตัน" #. Declaration of Independence Day. msgid "Hari Pengisytiharan Tarikh Kemerdekaan" msgstr "วันรำลึกการประกาศอิสรภาพ" #. Declaration of Malacca as a Historical City. msgid "Hari Perisytiharan Melaka Sebagai Bandaraya Bersejarah" msgstr "วันรำลึกการประกาศมะละกาเป็นเมืองประวัติศาสตร์" #. Birthday of the Governor of Malacca. msgid "Hari Jadi Yang di-Pertua Negeri Melaka" msgstr "วันคล้ายวันเกิดผู้ว่าการรัฐมะละกา" #. Birthday of the Sultan of Negeri Sembilan. msgid "Hari Keputeraan Yang di-Pertuan Besar Negeri Sembilan" msgstr "วันคล้ายวันประสูติสุลต่านแห่งรัฐเนเกรีเซมบิลัน" #. The Sultan of Pahang Hol. msgid "Hari Hol Sultan Pahang" msgstr "วันคล้ายวันสิ้นพระชนม์สุลต่านแห่งรัฐปะหังองค์ก่อน" #. Birthday of the Sultan of Pahang. msgid "Hari Keputeraan Sultan Pahang" msgstr "วันคล้ายวันประสูติสุลต่านแห่งรัฐปะหัง" #. Birthday of the Raja of Perlis. msgid "Hari Ulang Tahun Keputeraan Raja Perlis" msgstr "วันคล้ายวันประสูติสุลต่านแห่งรัฐปะลิส" #. George Town Heritage Day. msgid "Hari Ulang Tahun Perisytiharan Tapak Warisan Dunia" msgstr "วันครบรอบการประกาศจอร์จทาวน์เป็นมรดกโลก" #. Birthday of the Governor of Penang. msgid "Hari Jadi Yang di-Pertua Negeri Pulau Pinang" msgstr "วันคล้ายวันเกิดผู้ว่าการรัฐปีนัง" #. Birthday of the Sultan of Perak. msgid "Hari Keputeraan Sultan Perak" msgstr "วันคล้ายวันประสูติสุลต่านแห่งรัฐเประก์" #. Good Friday. msgid "Good Friday" msgstr "วันศุกร์ประเสริฐ" #. Birthday of the Governor of Sabah. msgid "Hari Jadi Yang di-Pertua Negeri Sabah" msgstr "วันคล้ายวันเกิดผู้ว่าการรัฐซาบาห์" #. Christmas Eve. msgid "Christmas Eve" msgstr "วันคริสต์มาสอีฟ" #. Birthday of The Sultan of Selangor. msgid "Hari Keputeraan Sultan Selangor" msgstr "วันคล้ายวันประสูติสุลต่านแห่งรัฐสลังงอร์" #. Dayak Festival Day. msgid "Perayaan Hari Gawai Dayak" msgstr "วันเทศกาลกาไวดายัค" #. Birthday of the Governor of Sarawak. msgid "Hari Jadi Yang di-Pertua Negeri Sarawak" msgstr "วันคล้ายวันเกิดผู้ว่าการรัฐซาราวัก" #. Sarawak Independence Day. msgid "Hari Kemerdekaan Sarawak" msgstr "วันประกาศเอกราชรัฐซาราวัก" #. Anniversary of the Installation of the Sultan of Terengganu. msgid "Hari Ulang Tahun Pertabalan Sultan Terengganu" msgstr "วันครบรอบพระราชพิธีสถาปนาสุลต่านแห่งรัฐตรังกานู" #. Birthday of the Sultan of Terengganu. msgid "Hari Keputeraan Sultan Terengganu" msgstr "วันคล้ายวันประสูติสุลต่านแห่งรัฐตรังกานู" #. Arafat Day. msgid "Hari Arafah" msgstr "วันอารอฟะห์" #. General election additional holiday. msgid "Cuti Peristiwa (pilihan raya umum)" msgstr "วันหยุดพิเศษ (การเลือกตั้งทั่วไป)" #. Malaysia Cup Holiday. msgid "Cuti Piala Malaysia" msgstr "วันหยุดพิเศษการแข่งขันฟุตบอลมาเลเซียคัพ" #. Day of Installation of the 15th Yang di-Pertuan Agong. msgid "Hari Pertabalan Yang di-Pertuan Agong ke-15" msgstr "พระราชพิธีสถาปนาสมเด็จพระราชาธิบดีแห่งมาเลเซีย องค์ที่ 15" #. Day of Installation of the 16th Yang di-Pertuan Agong. msgid "Hari Pertabalan Yang di-Pertuan Agong ke-16" msgstr "พระราชพิธีสถาปนาสมเด็จพระราชาธิบดีแห่งมาเลเซีย องค์ที่ 16" #. Eid al-Fitr (additional holiday). msgid "Hari Raya Puasa (pergantian hari)" msgstr "วันอีฎิ้ลฟิตริ (เพิ่มเติม)" #. Additional holiday in commemoration of the 2017 SEA Games. msgid "Cuti tambahan sempena memperingati SAT 2017" msgstr "วันหยุดเพิ่มเติมเนื่องในโอกาสการแข่งขันกีฬาซีเกมส์ปี 2017" #. Eid al-Fitr (Third Day). msgid "Hari Raya Puasa (Hari Ketiga)" msgstr "วันอีฎิ้ลฟิตริวันที่สาม" holidays-0.71/holidays/locale/th/LC_MESSAGES/NO.po000066400000000000000000000046001500152103600213750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Norway holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2023-04-09 13:25+0300\n" "PO-Revision-Date: 2024-12-31 16:31+0300\n" "Last-Translator: ~ansntu \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Første nyttårsdag" msgstr "วันขึ้นปีใหม่" #. Maundy Thursday. msgid "Skjærtorsdag" msgstr "วันพฤหัสศักดิสิทธิ์" #. Good Friday. msgid "Langfredag" msgstr "วันศุกร์ประเสริฐ" #. Easter Sunday. msgid "Første påskedag" msgstr "วันอาทิตย์อีสเตอร์" #. Easter Monday. msgid "Andre påskedag" msgstr "วันจันทร์อีสเตอร์" #. Labor Day. msgid "Arbeidernes dag" msgstr "วันแรงงาน" #. Constitution Day. msgid "Grunnlovsdag" msgstr "วันรัฐธรรมนูญ" #. Ascension Day. msgid "Kristi himmelfartsdag" msgstr "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์" #. Whit Sunday. msgid "Første pinsedag" msgstr "วันสมโภชพระจิตเจ้า" #. Whit Monday. msgid "Andre pinsedag" msgstr "วันจันทร์หลังวันสมโภชพระจิตเจ้า" #. Christmas Day. msgid "Første juledag" msgstr "วันคริสต์มาสวันแรก" #. Second Day of Christmas. msgid "Andre juledag" msgstr "วันคริสต์มาสวันที่สอง" #. Sunday. msgid "Søndag" msgstr "วันอาทิตย์" holidays-0.71/holidays/locale/th/LC_MESSAGES/PH.po000066400000000000000000000076271500152103600214040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # The Philippines holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2024-10-30 02:45+0700\n" "PO-Revision-Date: 2024-11-02 01:48+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "New Year's Day" msgstr "วันขึ้นปีใหม่" #. Chinese New Year. msgid "Chinese New Year" msgstr "วันตรุษจีน" #. EDSA People Power Revolution Anniversary. msgid "EDSA People Power Revolution Anniversary" msgstr "วันครบรอบการปฏิวัติพลังประชาชนเอ็ดซา" #. Maundy Thursday. msgid "Maundy Thursday" msgstr "วันพฤหัสบดีศักดิ์สิทธิ์" #. Good Friday. msgid "Good Friday" msgstr "วันศุกร์ประเสริฐ" #. Black Saturday. msgid "Black Saturday" msgstr "วันเสาร์ศักดิ์สิทธิ์" #. Day of Valor. msgid "Araw ng Kagitingan" msgstr "วันแห่งความกล้าหาญ" #. Labor Day. msgid "Labor Day" msgstr "วันแรงงาน" #. Independence Day. msgid "Independence Day" msgstr "วันประกาศเอกราชสาธารณรัฐฟิลิปปินส์" #. Founding Anniversary of Iglesia ni Cristo. msgid "Founding Anniversary of Iglesia ni Cristo" msgstr "วันครบรอบการสถาปนานิกายคริสตจักรของพระคริสต์" #. Ninoy Aquino Day. msgid "Ninoy Aquino Day" msgstr "วันนินอย อากีโน" #. National Heroes Day. msgid "National Heroes Day" msgstr "วันวีรบุรุษแห่งชาติ" #. All Saints' Day Eve. msgid "All Saints' Day Eve" msgstr "วันก่อนวันสมโภชนักบุญทั้งหลาย" #. All Saints' Day. msgid "All Saints' Day" msgstr "วันสมโภชนักบุญทั้งหลาย" #. Bonifacio Day. msgid "Bonifacio Day" msgstr "วันโบนีฟาซีโอ" #. Immaculate Conception. msgid "Feast of the Immaculate Conception of Mary" msgstr "วันสมโภชแม่พระผู้ปฏิสนธินิรมล" #. Christmas Day. msgid "Christmas Day" msgstr "วันคริสต์มาส" #. Christmas Eve. msgid "Christmas Eve" msgstr "วันคริสต์มาสอีฟ" #. Rizal Day. msgid "Rizal Day" msgstr "วันรีซัล" #. New Year's Eve. msgid "Last Day of the Year" msgstr "วันสิ้นปี" #. Eid al-Fitr. msgid "Eid'l Fitr" msgstr "วันอีฎิ้ลฟิตริ" #. Eid al-Adha. msgid "Eid'l Adha" msgstr "วันอีดิ้ลอัฎฮา" #. Additional special (non-working) day. msgid "Additional special (non-working) day" msgstr "วันหยุดพิเศษ (เพิ่มเติม)" #. Elections special (non-working) day. msgid "Elections special (non-working) day" msgstr "วันหยุดพิเศษ (เลือกตั้ง)" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "%s (โดยประมาณ)" holidays-0.71/holidays/locale/th/LC_MESSAGES/RU.po000066400000000000000000000067011500152103600214130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Russia holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2024-12-23 15:43+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Новый год" msgstr "วันขึ้นปีใหม่" #. New Year Holidays. msgid "Новогодние каникулы" msgstr "วันหยุดขึ้นปีใหม่" #. Christmas Day. msgid "Рождество Христово" msgstr "วันคริสต์มาส" #. Defender of the Fatherland Day. msgid "День защитника Отечества" msgstr "วันพิทักษ์ปิตุภูมิ" #. International Women's Day. msgid "Международный женский день" msgstr "วันสตรีสากล" #. Holiday of Spring and Labor. msgid "Праздник Весны и Труда" msgstr "วันหยุดเทศกาลฤดูใบไม้ผลิและแรงงาน" #. International Workers' Solidarity Day. msgid "День международной солидарности трудящихся" msgstr "วันสมานฉันท์แรงงานสากล" #. Victory Day. msgid "День Победы" msgstr "วันแห่งชัยชนะ" #. Russia Day. msgid "День России" msgstr "วันชาติรัสเซีย" #. Day of the Adoption of the Declaration of Sovereignty of the Russian Federation. msgid "День принятия Декларации о государственном суверенитете Российской Федерации" msgstr "วันประกาศใช้คำประกาศอำนาจอธิปไตยรัฐแห่งสหพันธรัฐรัสเซีย" #. Unity Day. msgid "День народного единства" msgstr "วันเอกภาพแห่งชาติ" #. Day of consent and reconciliation. msgid "День согласия и примирения" msgstr "วันแห่งความตกลงและการปรองดอง" #. Anniversary of the Great October Socialist Revolution. msgid "Годовщина Великой Октябрьской социалистической революции" msgstr "วันครบรอบการปฏิวัติสังคมนิยมแห่งเดือนตุลาคมอันยิ่งใหญ่" #. Date format (see strftime() Format Codes). msgid "%d.%m.%Y" msgstr "%d/%m/%Y" #. Day off (substituted from %s). #, c-format msgid "Выходной (перенесено с %s)" msgstr "วันหยุด (แทน %s)" holidays-0.71/holidays/locale/th/LC_MESSAGES/SE.po000066400000000000000000000060041500152103600213700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sweden holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-01 14:12+0700\n" "PO-Revision-Date: 2024-10-01 14:12+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Nyårsdagen" msgstr "วันขึ้นปีใหม่" #. Epiphany. msgid "Trettondedag jul" msgstr "วันสมโภชพระคริสต์แสดงองค์" #. Feast of the Annunciation. msgid "Jungfru Marie bebådelsedag" msgstr "วันสมโภชแม่พระรับสาร" #. Good Friday. msgid "Långfredagen" msgstr "วันศุกร์ประเสริฐ" #. Easter Sunday. msgid "Påskdagen" msgstr "วันอาทิตย์อีสเตอร์" #. Easter Monday. msgid "Annandag påsk" msgstr "วันจันทร์อีสเตอร์" #. May Day. msgid "Första maj" msgstr "วันเมย์เดย์ (วันแรงงาน)" #. Ascension Day. msgid "Kristi himmelsfärdsdag" msgstr "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์" #. National Day of Sweden. msgid "Sveriges nationaldag" msgstr "วันชาติสวีเดน" #. Whit Sunday. msgid "Pingstdagen" msgstr "วันสมโภชพระจิตเจ้า" #. Whit Monday. msgid "Annandag pingst" msgstr "วันจันทร์หลังวันสมโภชพระจิตเจ้า" #. Midsummer Eve. msgid "Midsommarafton" msgstr "วันก่อนวันกลางฤดูร้อน" #. Midsummer Day. msgid "Midsommardagen" msgstr "วันกลางฤดูร้อน" #. All Saints' Day. msgid "Alla helgons dag" msgstr "วันสมโภชนักบุญทั้งหลาย" #. Christmas Eve. msgid "Julafton" msgstr "วันคริสต์มาสอีฟ" #. Christmas Day. msgid "Juldagen" msgstr "วันคริสต์มาส" #. Second Day of Christmas. msgid "Annandag jul" msgstr "วันคริสต์มาสวันที่สอง" #. New Year's Eve. msgid "Nyårsafton" msgstr "วันสิ้นปี" #. Sunday. msgid "Söndag" msgstr "วันอาทิตย์" holidays-0.71/holidays/locale/th/LC_MESSAGES/SG.po000066400000000000000000000052241500152103600213750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Singapore holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-10-02 15:30+0700\n" "PO-Revision-Date: 2024-10-02 16:06+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (observed)" msgstr "ชดเชย%s" #. New Year's Day. msgid "New Year's Day" msgstr "วันขึ้นปีใหม่" #. Chinese New Year. msgid "Chinese New Year" msgstr "วันตรุษจีน" #. Eid al-Fitr. msgid "Hari Raya Puasa" msgstr "วันอีฎิ้ลฟิตริ" #. Second Day of Eid al-Fitr. msgid "Second Day of Hari Raya Puasa" msgstr "วันอีฎิ้ลฟิตริวันที่สอง" #. Eid al-Adha. msgid "Hari Raya Haji" msgstr "วันอีดิ้ลอัฎฮา" #. Good Friday. msgid "Good Friday" msgstr "วันศุกร์ประเสริฐ" #. Holy Saturday. msgid "Holy Saturday" msgstr "วันเสาร์ศักดิ์สิทธิ์" #. Easter Monday. msgid "Easter Monday" msgstr "วันจันทร์อีสเตอร์" #. Labor Day. msgid "Labour Day" msgstr "วันแรงงาน" #. Vesak Day. #. type: ignore[arg-type] msgid "Vesak Day" msgstr "วันวิสาขบูชา" #. National Day. msgid "National Day" msgstr "วันชาติสิงคโปร์" #. Deepavali. #. type: ignore[arg-type] msgid "Deepavali" msgstr "วันดีปาวลี" #. Christmas Day. msgid "Christmas Day" msgstr "วันคริสต์มาส" #. Boxing Day. msgid "Boxing Day" msgstr "วันเปิดกล่องของขวัญ" #. Polling Day. msgid "Polling Day" msgstr "วันเลือกตั้ง" #. SG50 Public Holiday. msgid "SG50 Public Holiday" msgstr "วันครบรอบ 50 ปีการประกาศเอกราชสิงค์โปร์" holidays-0.71/holidays/locale/th/LC_MESSAGES/TH.po000066400000000000000000000270431500152103600214020ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Thailand holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.63\n" "POT-Creation-Date: 2023-03-02 00:37+0700\n" "PO-Revision-Date: 2024-12-14 10:20+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.5\n" #. Special In Lieu Holiday. msgid "วันหยุดชดเชย" msgstr "" #. Thai Election Day. msgid "วันเลือกตั้ง" msgstr "" #. Bridge Public Holiday. msgid "วันหยุดพิเศษ (เพิ่มเติม)" msgstr "" #. HM King Bhumibol Adulyadej's Golden Jubilee. msgid "พระราชพิธีกาญจนาภิเษก พ.ศ. 2539" msgstr "" #. HM King Bhumibol Adulyadej's 60th Anniversary of Accession Event. msgid "พระราชพิธีฉลองสิริราชสมบัติครบ 60 ปี พ.ศ. 2549" msgstr "" #. Emergency Lockdown (Thai Military Coup d'état). msgid "วันหยุดพิเศษ (คมช.)" msgstr "" #. Emergency Lockdown (Thai Political Unrest). msgid "วันหยุดพิเศษ (การเมือง)" msgstr "" #. Emergency Lockdown (2011 Thailand Floods). msgid "วันหยุดพิเศษ (มหาอุทกภัย พ.ศ. 2554)" msgstr "" #. Day of Mourning for HM King Bhumibol Adulyadej. msgid "วันหยุดพิเศษ (ร่วมถวายอาลัย ส่งดวงพระวิญญาณพระบรมศพ)" msgstr "" #. HM King Bhumibol Adulyadej's Royal Cremation Ceremony. msgid "วันพระราชพิธีถวายพระเพลิงพระบรมศพพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช" msgstr "" #. HM King Maha Vajiralongkorn's Coronation Celebrations. msgid "พระราชพิธีบรมราชาภิเษก พระบาทสมเด็จพระวชิรเกล้าเจ้าอยู่หัว" msgstr "" #. %s (in lieu). #, c-format msgid "ชดเชย%s" msgstr "" #. New Year's Day. msgid "วันขึ้นปีใหม่" msgstr "" #. New Year's Eve. msgid "วันสิ้นปี" msgstr "" #. National Children's Day. msgid "วันเด็กแห่งชาติ" msgstr "" #. Maha Chakri Memorial Day. msgid "วันที่ระลึกมหาจักรี" msgstr "" #. Chakri Day. msgid "วันจักรี" msgstr "" #. Chakri Memorial Day. msgid "วันพระบาทสมเด็จพระพุทธยอดฟ้าจุฬาโลกมหาราช และวันที่ระลึกมหาจักรีบรมราชวงศ์" msgstr "" #. Songkran New Year Holidays. msgid "พระราชพิธีตะรุษะสงกรานต์ แลนักขัตฤกษ์" msgstr "" #. Songkran New Year. msgid "ตะรุษะสงกรานต์" msgstr "" #. Songkran New Year. msgid "วันตรุษสงกรานต์" msgstr "" #. Songkran New Year. msgid "วันตรุษสงกรานต์และขึ้นปีใหม่" msgstr "" #. Songkran Festival. msgid "วันสงกรานต์" msgstr "" #. National Labor Day. msgid "วันแรงงานแห่งชาติ" msgstr "" #. Constitution Petition Day. msgid "วันขอพระราชทานรัฐธรรมนูญ" msgstr "" #. National Day. msgid "วันชาติ" msgstr "" #. Provisional Constitution Day. msgid "วันรัฐธรรมนูญชั่วคราว" msgstr "" #. Merit-making Ceremony for the Royal Ashes and the Coronation Day. msgid "ทำบุญพระบรมอัษฐิ และพระราชพิธีฉัตรมงคล" msgstr "" #. Coronation Day. msgid "พระราชพิธีฉัตรมงคล" msgstr "" #. Coronation Day. msgid "วันฉัตรมงคล" msgstr "" #. HM Queen Suthida's Birthday. msgid "วันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าสุทิดา พัชรสุธาพิมลลักษณ พระบรมราชินี" msgstr "" #. HM King Maha Vajiralongkorn's Birthday. msgid "" "วันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรเมนทรรามาธิบดีศรีสินทรมหาวชิราลงกรณ พระวชิรเกล้าเจ้าอยู่หัว" msgstr "" #. HM Queen Sirikit's Birthday. msgid "วันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถ" msgstr "" #. HM Queen Sirikit the Queen Mother's Birthday. msgid "วันเฉลิมพระชนมพรรษาสมเด็จพระบรมราชชนนีพันปีหลวง" msgstr "" #. National Mother's Day. msgid "วันแม่แห่งชาติ" msgstr "" #. Anniversary for the Death of King Bhumibol Adulyadej. msgid "วันคล้ายวันสวรรคตพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร" msgstr "" #. Anniversary for the Death of King Bhumibol Adulyadej the Great. msgid "วันคล้ายวันสวรรคตพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร" msgstr "" #. HM King Bhumibol Adulyadej Memorial Day. msgid "วันนวมินทรมหาราช" msgstr "" #. Merit-making Ceremony for the Royal Ashes of HM King Chulalongkorn. msgid "ทำบุญพระบรมอัษฐิพระพุทธเจ้าหลวง" msgstr "" #. Anniversary for the Death of HM King Chulalongkorn. msgid "วันสวรรคตแห่งพระบาทสมเด็จพระพุทธเจ้าหลวง" msgstr "" #. HM King Chulalongkorn Memorial Day. msgid "วันปิยมหาราช" msgstr "" #. The King's Birthday. msgid "เฉลิมพระชนมพรรษา" msgstr "" #. The King's Birthday. msgid "เฉลิมพระชนม์พรรษา" msgstr "" #. The King's Birthday. msgid "วันเฉลิมพระชนม์พรรษา" msgstr "" #. The King's Birthday. msgid "วันเกิดในสมเด็จพระเจ้าอยู่หัว" msgstr "" #. The King's Birthday. msgid "วันเฉลิมพระชนมพรรษา" msgstr "" #. HM King Bhumibol Adulyadej Birthday Anniversary. msgid "วันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร" msgstr "" #. HM King Bhumibol Adulyadej Birthday Anniversary. msgid "วันคล้ายวันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร" msgstr "" #. HM King Bhumibol Adulyadej the Great's Birthday Anniversary. msgid "วันคล้ายวันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร" msgstr "" #. National Father's Day. msgid "วันพ่อแห่งชาติ" msgstr "" #. Constitution Day. msgid "วันรัฐธรรมนูญ" msgstr "" #. Makha Bucha, the Fourfold Assembly Day. msgid "มาฆบูชา จาตุรงฅ์สันนิบาต" msgstr "" #. Makha Bucha. msgid "วันมาฆบูชา" msgstr "" #. Visakha Bucha. msgid "วิสาขะบูชา" msgstr "" #. Visakha Bucha. msgid "วิศาขะบูชา" msgstr "" #. Visakha Bucha. msgid "วันวิสาขะบูชา" msgstr "" #. Visakha Bucha. msgid "วันวิสาขบูชา" msgstr "" #. Asarnha Bucha. msgid "วันอาสาฬหบูชา" msgstr "" #. Buddhist Lent Day. msgid "เข้าปุริมพรรษา" msgstr "" #. Buddhist Lent Day. msgid "วันเข้าพรรษา" msgstr "" #. Royal Thai Armed Forces Day. msgid "วันกองทัพไทย" msgstr "" #. Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives. msgid "วันหยุดเพิ่มเติมสำหรับการปิดบัญชีประจำปีของธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร" msgstr "" #. Mid-Year Closing Day. msgid "วันหยุดภาคครึ่งปีของสถาบันการเงินและสถาบันการเงินเฉพาะกิจ" msgstr "" #. Royal Ploughing Ceremony. msgid "วันพืชมงคล" msgstr "" #. Teacher's Day. msgid "วันครู" msgstr "" #. National Aviation Day. msgid "วันการบินแห่งชาติ" msgstr "" #. National Forest Conservation Day. msgid "วันอนุรักษ์ทรัพยากรป่าไม้ของชาติ" msgstr "" #. National Artist Day. msgid "วันศิลปินแห่งชาติ" msgstr "" #. International Women's Day. msgid "วันสตรีสากล" msgstr "" #. Loy Krathong. msgid "วันลอยกระทง" msgstr "" #. Thai Veterans Day. msgid "วันทหารผ่านศึก" msgstr "" #. National Science Day. msgid "วันวิทยาศาสตร์แห่งชาติ" msgstr "" #. HM King Ramkamhaeng Memorial Day. msgid "วันพ่อขุนรามคำแหงมหาราช" msgstr "" #. Thai National Flag Day. msgid "วันพระราชทานธงชาติไทย" msgstr "" #. Franco-Thai War Armistice Day. msgid "วันลงนามในสัญญาพักรบระหว่างประเทศไทยกับประเทศอินโดจีนฝรั่งเศส" msgstr "" #. Peace Proclamation Day. msgid "วันประกาศสันติภาพ" msgstr "" #. United Nations Day. msgid "วันสหประชาชาติ" msgstr "" #. HM Queen Rambai Barni's Royal Cremation Ceremony. msgid "วันพระราชพิธีถวายพระเพลิงพระบรมศพสมเด็จพระนางเจ้ารำไพพรรณี" msgstr "" holidays-0.71/holidays/locale/th/LC_MESSAGES/TL.po000066400000000000000000000142141500152103600214020ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Timor-Leste holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-04-03 11:35+0700\n" "PO-Revision-Date: 2025-04-03 16:24+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.6\n" #. %s (estimated). #, c-format msgid "%s (aproximada)" msgstr "%s (โดยประมาณ)" #. New Year's Day. msgid "Dia de Ano Novo" msgstr "วันขึ้นปีใหม่" #. Veteran's Day. msgid "Dia dos Veteranos" msgstr "วันทหารผ่านศึก" #. International Worker's Day. msgid "Dia Mundial do Trabalhador" msgstr "วันแรงงานสากล" #. Restoration of Independence Day. msgid "Dia da Restauração da Independência" msgstr "วันรำลึกการกอบกู้เอกราชติมอร์-เลสเต" #. Popular Consultation Day. msgid "Dia da Consulta Popular" msgstr "วันรำลึกการลงประชามติเอกราช" #. All Saints' Day. msgid "Dia de Todos os Santos" msgstr "วันสมโภชนักบุญทั้งหลาย" #. All Souls' Day. msgid "Dia de Todos os Fiéis Defuntos" msgstr "วันภาวนาอุทิศแด่ผู้ล่วงลับ" #. National Women's Day. msgid "Dia Nacional da Mulher" msgstr "วันสตรีแห่งชาติ" #. National Youth Day. msgid "Dia Nacional da Juventude" msgstr "วันเยาวชนแห่งชาติ" #. Proclamation of Independence Day. msgid "Dia da Proclamação da Independência" msgstr "วันประกาศเอกราชติมอร์-เลสเต" #. Memorial Day. msgid "Dia da Memória" msgstr "วันรำลึกวีรชน" #. Day of Our Lady of Immaculate Conception and Timor-Leste Patroness. msgid "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste" msgstr "วันสมโภชแม่พระผู้ปฏิสนธินิรมลและแม่พระองค์อุปถัมภ์แห่งติมอร์-เลสเต" #. Christmas Day. msgid "Dia de Natal" msgstr "วันคริสต์มาส" #. National Heroes Day. msgid "Dia dos Heróis Nacionais" msgstr "วันวีรบุรุษแห่งชาติ" #. Holy Friday. msgid "Sexta-Feira Santa" msgstr "วันศุกร์ประเสริฐ" #. Eid al-Fitr. msgid "Idul Fitri" msgstr "วันอีฎิ้ลฟิตริ" #. Corpus Christi. msgid "Festa do Corpo de Deus" msgstr "วันสมโภชพระคริสตวรกาย" #. Eid al-Adha. msgid "Idul Adha" msgstr "วันอีดิ้ลอัฎฮา" #. National Holidays (Special). msgid "Feriados Nacionais (Especiais)" msgstr "วันหยุดพิเศษ (เพิ่มเติม)" #. International Children's Day. msgid "Dia Mundial da Criança" msgstr "วันเด็กสากล" #. Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL). msgid "Dia das Forças Armadas de Libertação Nacional de Timor-Leste (FALINTIL)" msgstr "วันกองกำลังปลดปล่อยแห่งชาติติมอร์-เลสเต (FALINTIL)" #. International Human Rights Day. msgid "Dia Mundial dos Direitos Humanos" msgstr "วันสิทธิมนุษยชนสากล" #. Ash Wednesday. msgid "Quarta-Feira de Cinzas" msgstr "วันพุธรับเถ้า" #. Holy Thursday. msgid "Quinta-Feira Santa" msgstr "วันพฤหัสศักดิสิทธิ์" #. The Day of Ascension of Jesus Christ into Heaven. msgid "Dia da Ascensão de Jesus Cristo ao Céu" msgstr "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์" #. Presidential Election Day. msgid "Dia da Eleição Presidencial" msgstr "วันเลือกตั้งประธานาธิบดี" #. Parliamentary Election Day. msgid "Dia de Eleições Parlamentares" msgstr "วันเลือกตั้งสมาชิกรัฐสภา" #. Centenary of the Revolt of Dom Boaventura. msgid "Centenário da Revolta de Dom Boaventura" msgstr "วันครบรอบ 100 ปีแห่งการลุกฮือของดอม โบอาเวนตูรา" #. Funeral Ceremonies of Fernando 'La Sama' de Araújo. msgid "Cerimónias Fúnebres de Fernando 'La Sama' de Araújo" msgstr "พิธีศพเฟอร์นันโด 'ลา ซามา' เด อาเราโฆ" #. 20th Anniversary Celebrations of the Popular Consultation. msgid "Celebrações do 20.º Aniversário da Consulta Popular" msgstr "วันครบรอบ 20 ปีของการลงประชามติเอกราช" #. 25th Anniversary Celebrations of the Popular Consultation. msgid "Celebrações do 25.º Aniversário da Consulta Popular" msgstr "วันครบรอบ 25 ปีของการลงประชามติเอกราช" #. Local Election Day. msgid "Dia de eleições locais" msgstr "วันเลือกตั้งท้องถิ่น" #. Visit of His Holiness Pope Francis to Timor-Leste. msgid "Visita de Sua Santidade o Papa Francisco a Timor-Leste" msgstr "การเสด็จเยือนติมอร์-เลสเตของสมเด็จพระสันตะปาปาฟรานซิส" holidays-0.71/holidays/locale/th/LC_MESSAGES/TW.po000066400000000000000000000114171500152103600214170ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Taiwan holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2023-11-24 16:16+0700\n" "PO-Revision-Date: 2025-03-13 11:49+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s(慶祝)" msgstr "ชดเชย%s" #. Founding Day of the Republic of China. msgid "中華民國開國紀念日" msgstr "วันสถาปนาสาธารณรัฐจีน(ไต้หวัน)" #. Chinese New Year's Eve. msgid "農曆除夕" msgstr "วันก่อนวันตรุษจีน" #. Chinese New Year. msgid "春節" msgstr "วันตรุษจีน" #. Peace Memorial Day. msgid "和平紀念日" msgstr "วันรำลึกสันติภาพ" #. Children's Day. msgid "兒童節" msgstr "วันเด็กแห่งชาติ" #. Tomb-Sweeping Day. msgid "民族掃墓節" msgstr "วันเช็งเม้ง" #. Dragon Boat Festival. msgid "端午節" msgstr "วันไหว้บ๊ะจ่าง" #. Mid-Autumn Festival. msgid "中秋節" msgstr "วันไหว้พระจันทร์" #. National Day. msgid "國慶日" msgstr "วันชาติสาธารณรัฐจีน(ไต้หวัน)" #. Date format (see strftime() Format Codes). msgid "%Y-%m-%d" msgstr "%d/%m/%Y" #. Day off (substituted from %s). #, c-format msgid "休息日(%s日起取代)" msgstr "วันหยุด (แทน %s)" #. Confucius' Birthday. msgid "孔子誕辰紀念日" msgstr "วันขงจื๊อ" #. Taiwan Retrocession Day. msgid "臺灣光復節" msgstr "วันฉลองกลับคืนสู่มาตุภูมิของไต้หวัน" #. Late President Chiang Kai-shek's Birthday. msgid "先總統 蔣公誕辰紀念日" msgstr "วันคล้ายวันเกิดอดีตประธานาธิบดีเจียงไคเช็ก" #. Dr. Sun Yat-sen's Birthday. msgid "國父誕辰紀念日" msgstr "วันคล้ายวันเกิด ดร.ซุนยัตเซ็น" #. Constitution Day. msgid "行憲紀念日" msgstr "วันรัฐธรรมนูญ" #. Revolutionary Martyrs Memorial Day. msgid "革命先烈紀念日" msgstr "วันสดุดีวีรชนแห่งการปฏิวัติ" #. Women's Day. msgid "婦女節" msgstr "วันสตรีสากล" #. Labor Day. msgid "勞動節" msgstr "วันแรงงาน" #. Armed Forces Day. msgid "軍人節" msgstr "วันกองทัพ" #. Dr. Sun Yat-sen's Memorial Day. msgid "國父逝世紀念日" msgstr "วันรำลึกถึงการอสัญกรรม ดร.ซุนยัตเซ็น" #. Arbor Day. msgid "植樹節" msgstr "วันปลูกต้นไม้" #. Youth Day. msgid "青年節" msgstr "วันเยาวชน" #. Teacher's Day. msgid "教師節" msgstr "วันครู" #. Chinese Cultural Renaissance Day. msgid "中華文化復興節" msgstr "วันเฉลิมฉลองวัฒนธรรมจีน" #. Taoism Day. msgid "道教節" msgstr "วันเต๋า" #. The Buddha's Birthday. msgid "佛陀誕辰紀念日" msgstr "วันวิสาขบูชา" #. Anti-Aggression Day. msgid "反侵略日" msgstr "วันต่อต้านการรุกราน" #. Commemoration Day of the Lifting of Martial Law. msgid "解嚴紀念日" msgstr "วันรำลึกการยกเลิกกฎอัยการศึก" #. Taiwan United Nations Day. msgid "臺灣聯合國日" msgstr "วันรำลึกถึงบทบาทสาธารณรัฐจีน(ไต้หวัน)ในสหประชาชาติ" #. Late President Chiang Kai-shek's Memorial Day. msgid "先總統蔣公逝世紀念日" msgstr "วันรำลึกถึงการอสัญกรรมอดีตประธานาธิบดีเจียงไคเช็ก" holidays-0.71/holidays/locale/th/LC_MESSAGES/UA.po000066400000000000000000000105751500152103600213760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ukraine holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-07-08 19:40+0300\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (вихідний)" msgstr "ชดเชย%s" #. New Year's Day. msgid "Новий рік" msgstr "วันขึ้นปีใหม่" #. International Women's Day. msgid "Міжнародний жіночий день" msgstr "วันสตรีสากล" #. Easter Sunday (Pascha). msgid "Великдень (Пасха)" msgstr "วันอาทิตย์อีสเตอร์" #. Holy Trinity Day. msgid "Трійця" msgstr "วันสมโภชพระตรีเอกภาพ" #. Labor Day. msgid "День праці" msgstr "วันแรงงาน" #. International Workers' Solidarity Day. msgid "День міжнародної солідарності трудящих" msgstr "วันสมานฉันท์แรงงานสากล" #. Day of Remembrance and Victory over Nazism in World War II 1939-1945. msgid "День памʼяті та перемоги над нацизмом у Другій світовій війні 1939-1945 років" msgstr "วันแห่งความทรงจำและชัยชนะเหนือระบอบชาติสังคมนิยมในสงครามโลกครั้งที่สอง 1939-1945" #. Day of Victory over Nazism in World War II (Victory Day). msgid "День перемоги над нацизмом у Другій світовій війні (День перемоги)" msgstr "วันแห่งชัยชนะเหนือระบอบชาติสังคมนิยมในสงครามโลกครั้งที่สอง (วันแห่งชัยชนะ)" #. Victory Day. msgid "День Перемоги" msgstr "วันแห่งชัยชนะ" #. Day of the Constitution of Ukraine. msgid "День Конституції України" msgstr "วันรัฐธรรมนูญยูเครน" #. Ukrainian Statehood Day. msgid "День Української Державності" msgstr "วันรัฐยูเครน" #. Independence Day. msgid "День незалежності України" msgstr "วันประกาศอิสรภาพยูเครน" #. Day of defenders of Ukraine. msgid "День захисників і захисниць України" msgstr "วันแห่งผู้พิทักษ์ยูเครน" #. Defender of Ukraine Day. msgid "День захисника України" msgstr "วันผู้พิทักษ์ยูเครน" #. Anniversary of the Great October Socialist Revolution. msgid "Річниця Великої Жовтневої соціалістичної революції" msgstr "วันครบรอบการปฏิวัติสังคมนิยมแห่งเดือนตุลาคมอันยิ่งใหญ่" #. Christmas Day. msgid "Різдво Христове" msgstr "วันคริสต์มาส" #. Date format (see strftime() Format Codes) msgid "%d.%m.%Y" msgstr "%d/%m/%Y" #. Day off (substituted from %s). #, c-format msgid "Вихідний день (перенесено з %s)" msgstr "วันหยุด (แทน %s)" #. Presidential decree holiday. msgid "Вихідний згідно указу Президента" msgstr "วันหยุดตามประกาศคำสั่งประธานาธิบดี" holidays-0.71/holidays/locale/th/LC_MESSAGES/VA.po000066400000000000000000000120521500152103600213670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Vatican City holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2025-01-27 23:00+0700\n" "PO-Revision-Date: 2025-01-27 23:03+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. Solemnity of Mary, Mother of God. msgid "Solennità di Maria Santissima Madre di Dio" msgstr "วันสมโภชพระนางมารีอา พระชนนีพระเป็นเจ้า" #. Epiphany. msgid "Epifania del Signore" msgstr "วันสมโภชพระคริสต์แสดงองค์" #. Anniversary of the Foundation of Vatican City. msgid "Anniversario della istituzione dello Stato della Città del Vaticano" msgstr "วันครบรอบการสถาปนานครรัฐวาติกัน" #. Anniversary of the Election of the Holy Father. msgid "Anniversario dell'Elezione del Santo Padre" msgstr "วันคล้ายวันเลือกตั้งสมเด็จพระสันตะปาปา" #. Name Day of the Holy Father. msgid "Onomastico del Santo Padre" msgstr "วันฉลองพระนามเดิมสมเด็จพระสันตะปาปา" #. Saint Joseph's Day. msgid "San Giuseppe" msgstr "วันสมโภชนักบุญโยเซฟ" #. Maundy Thursday. msgid "Giovedì Santo" msgstr "วันพฤหัสศักดิสิทธิ์" #. Good Friday. msgid "Venerdì Santo" msgstr "วันศุกร์ประเสริฐ" #. Holy Saturday. msgid "Sabato Santo" msgstr "วันเสาร์ศักดิ์สิทธิ์" #. Easter Sunday. msgid "Pasqua di Resurrezione" msgstr "วันอาทิตย์อีสเตอร์" #. Easter Monday. msgid "Lunedì dell'Angelo" msgstr "วันจันทร์อีสเตอร์" #. Easter Tuesday. msgid "Martedì in Albis" msgstr "วันอังคารอีสเตอร์" #. Saint Joseph the Worker. msgid "San Giuseppe Artigiano" msgstr "วันฉลองนักบุญโยเซฟ กรรมกร" #. Solemnity of Pentecost. msgid "Solennità della Pentecoste" msgstr "วันสมโภชพระจิตเจ้า" #. Solemnity of Holy Trinity. msgid "Solennità della Santissima Trinità" msgstr "วันสมโภชพระตรีเอกภาพ" #. Ascension Day. msgid "Ascensione del Signore" msgstr "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์" #. Corpus Domini. msgid "Corpus Domini" msgstr "วันสมโภชพระคริสตวรกาย" #. Saints Peter and Paul's Day. msgid "Santi Pietro e Paolo" msgstr "วันสมโภชนักบุญเปโตรและเปาโล" #. Day Before Assumption of Mary. msgid "Vigilia dell'Assunzione di Maria Santissima" msgstr "วันก่อนวันสมโภชแม่พระรับเกียรติยกขึ้นสวรรค์" #. Assumption of Mary Day. msgid "Assunzione di Maria Santissima" msgstr "วันสมโภชแม่พระรับเกียรติยกขึ้นสวรรค์" #. Day After Assumption of Mary. msgid "Giorno Successivo all'Assunzione di Maria Santissima" msgstr "วันหลังวันสมโภชแม่พระรับเกียรติยกขึ้นสวรรค์" #. All Saints' Day. msgid "Tutti i Santi" msgstr "วันสมโภชนักบุญทั้งหลาย" #. All Souls' Day. msgid "Tutti i Fedeli Defunti" msgstr "วันภาวนาอุทิศแด่ผู้ล่วงลับ" #. Immaculate Conception. msgid "Immacolata Concezione" msgstr "วันสมโภชแม่พระผู้ปฏิสนธินิรมล" #. Christmas Eve. msgid "Vigilia di Natale" msgstr "วันคริสต์มาสอีฟ" #. Christmas Day. msgid "Natale" msgstr "วันคริสต์มาส" #. Saint Stephen's Day. msgid "Santo Stefano" msgstr "วันสมโภชนักบุญสเตเฟน" #. Saint John the Evangelist's Day. msgid "San Giovanni" msgstr "วันสมโภชนักบุญยอห์น" #. Last Day of the Year. msgid "Ultimo giorno dell'anno" msgstr "วันสิ้นปี" holidays-0.71/holidays/locale/th/LC_MESSAGES/VN.po000066400000000000000000000057041500152103600214120ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Vietnam holidays th localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.59\n" "POT-Creation-Date: 2024-09-27 15:50+0700\n" "PO-Revision-Date: 2024-10-09 20:58+0300\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (nghỉ bù)" msgstr "ชดเชย%s" #. New Year's Day. msgid "Tết Dương lịch" msgstr "วันปีใหม่สากล" #. 29 of Lunar New Year. msgid "29 Tết" msgstr "วันที่ 29 เดือน 12 ตามปฏิทินจันทรคติ" #. Lunar New Year's Eve. msgid "Giao thừa Tết Nguyên Đán" msgstr "วันก่อนวันตรุษเต๊ต" #. Lunar New Year. msgid "Tết Nguyên Đán" msgstr "วันตรุษเต๊ต" #. Second Day of Lunar New Year. msgid "Mùng hai Tết Nguyên Đán" msgstr "วันตรุษเต๊ตวันที่สอง" #. Third Day of Lunar New Year. msgid "Mùng ba Tết Nguyên Đán" msgstr "วันตรุษเต๊ตวันที่สาม" #. Fourth Day of Lunar New Year. msgid "Mùng bốn Tết Nguyên Đán" msgstr "วันตรุษเต๊ตวันที่สี่" #. Fifth Day of Lunar New Year. msgid "Mùng năm Tết Nguyên Đán" msgstr "วันตรุษเต๊ตวันที่ห้า" #. Sixth Day of Lunar New Year. msgid "Mùng sáu Tết Nguyên Đán" msgstr "วันตรุษเต๊ตวันที่หก" #. Hung Kings' Commemoration Day. msgid "Ngày Giỗ Tổ Hùng Vương" msgstr "วันสักการะบูชาบรรพกษัตริย์หุ่ง" #. Liberation Day/Reunification Day. msgid "Ngày Chiến thắng" msgstr "วันปลดปล่อยภาคใต้เพื่อรวมชาติ" #. International Labor Day. msgid "Ngày Quốc tế Lao động" msgstr "วันแรงงานสากล" #. National Day. msgid "Quốc khánh" msgstr "วันชาติเวียตนาม" #. Date format (see strftime() Format Codes). msgid "%d/%m/%Y" msgstr "%d/%m/%Y" #. Day off (substituted from %s). #, c-format msgid "Ngày nghỉ (thay cho ngày %s)" msgstr "วันหยุด (แทน %s)" holidays-0.71/holidays/locale/to/000077500000000000000000000000001500152103600167435ustar00rootroot00000000000000holidays-0.71/holidays/locale/to/LC_MESSAGES/000077500000000000000000000000001500152103600205305ustar00rootroot00000000000000holidays-0.71/holidays/locale/to/LC_MESSAGES/TO.po000066400000000000000000000043571500152103600214230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tonga holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-10-24 19:30+0700\n" "PO-Revision-Date: 2023-10-24 19:38+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: to\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. %s (observed). #, c-format msgid "%s (fakatokanga'i)" msgstr "" #. New Year's Day. msgid "'Uluaki 'Aho 'o e Ta'u Fo'ou" msgstr "" #. Birthday of the Reigning Sovereign of Tonga. msgid "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule" msgstr "" #. Birthday of the Heir to the Crown of Tonga. msgid "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga" msgstr "" #. Good Friday. msgid "Falaite Lelei" msgstr "" #. Easter Monday. msgid "Monite 'o e Toetu'u" msgstr "" #. Anzac Day. msgid "'Aho Anzac" msgstr "" #. Emancipation Day. msgid "'Aho Tau'ataina" msgstr "" #. Anniversary of the Coronation Day of the reigning Sovereign of Tonga. msgid "" "Fakamanatu 'o e 'Aho Hilifaki Kalauni 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'a ia 'oku lolotonga Pule" msgstr "" #. Constitution Day. msgid "'Aho Konisitutone" msgstr "" #. Anniversary of the Coronation of HM King George Tupou I. msgid "'Aho Fakamanatu 'o e Hilifaki Kalauni 'o 'Ene 'Afio ko Siaosi Tupou I" msgstr "" #. Christmas Day. msgid "'Aho Kilisimasi" msgstr "" #. Boxing Day. msgid "'Aho 2 'o e Kilisimasi" msgstr "" #. Tonga Rugby Public Holiday. msgid "'Aho malolo 'akapulu 'a Tonga" msgstr "" #. State Funeral of 'Akilisi Pohiva. msgid "Me'afaka'eiki 'o e Siteiti 'Akilisi Pohiva" msgstr "" holidays-0.71/holidays/locale/tr/000077500000000000000000000000001500152103600167465ustar00rootroot00000000000000holidays-0.71/holidays/locale/tr/LC_MESSAGES/000077500000000000000000000000001500152103600205335ustar00rootroot00000000000000holidays-0.71/holidays/locale/tr/LC_MESSAGES/TR.po000066400000000000000000000040221500152103600214160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Turkey holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-11-12 18:52+0200\n" "PO-Revision-Date: 2023-11-14 12:53+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.4\n" #. %s (estimated). #, c-format msgid "%s (tahmini)" msgstr "" #. New Year's Day. msgid "Yılbaşı" msgstr "" #. National Sovereignty and Children's Day. msgid "Ulusal Egemenlik ve Çocuk Bayramı" msgstr "" # National Sovereignty Day. #. National Sovereignty Day. msgid "Ulusal Egemenlik Bayramı" msgstr "" #. Labour and Solidarity Day. msgid "Emek ve Dayanışma Günü" msgstr "" #. Commemoration of Atatürk, Youth and Sports Day. msgid "Atatürk'ü Anma, Gençlik ve Spor Bayramı" msgstr "" #. Youth and Sports Day. msgid "Gençlik ve Spor Bayramı" msgstr "" #. Freedom and Constitution Day. msgid "Hürriyet ve Anayasa Bayramı" msgstr "" #. Democracy and National Unity Day. msgid "Demokrasi ve Millî Birlik Günü" msgstr "" #. Victory Day. msgid "Zafer Bayramı" msgstr "" #. Republic Day. msgid "Cumhuriyet Bayramı" msgstr "" #. Eid al-Fitr. msgid "Ramazan Bayramı" msgstr "" #. Eid al-Adha. msgid "Kurban Bayramı" msgstr "" #. %s (from 1pm). #, c-format msgid "%s (saat 13.00'ten)" msgstr "" #. Public holiday. msgid "Genel tati̇l" msgstr "" holidays-0.71/holidays/locale/tvl/000077500000000000000000000000001500152103600171265ustar00rootroot00000000000000holidays-0.71/holidays/locale/tvl/LC_MESSAGES/000077500000000000000000000000001500152103600207135ustar00rootroot00000000000000holidays-0.71/holidays/locale/tvl/LC_MESSAGES/TV.po000066400000000000000000000042371500152103600216120ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Tuvalu holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2025-02-13 23:11+0530\n" "PO-Revision-Date: 2025-02-13 23:11+0530\n" "Last-Translator: Prateekshit Jaiswal \n" "Language-Team: Holidays Localization Team\n" "Language: tvl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" #. %s (observed). #, c-format msgid "%s (fakamatakuga)" msgstr "" #. New Year's Day. msgid "Tausaga Fou" msgstr "" #. Good Friday. msgid "Aso toe tu" msgstr "" #. Easter Monday. msgid "Toe Tu aso gafua" msgstr "" #. Commonwealth Day. msgid "Aso Atefenua" msgstr "" #. Gospel Day. msgid "Te Aso o te Tala Lei" msgstr "" #. King's Birthday. msgid "Asofanau Tupu" msgstr "" #. National Children's Day. msgid "Aso Tamaliki" msgstr "" #. National Youth Day. msgid "Aso tupulaga" msgstr "" #. Tuvalu Day. msgid "Tutokotasi" msgstr "" #. Heir to the Throne's Birthday. msgid "Aso fanau o te sui ote Tupu" msgstr "" #. Christmas Day. msgid "Kilisimasi" msgstr "" #. Boxing Day. msgid "Aso Faipele" msgstr "" #. Golden Jubilee. msgid "Te Po o Tefolaha" msgstr "" #. Big Day. msgid "Po Lahi" msgstr "" #. Day of the Flood. msgid "Bogin te Ieka" msgstr "" #. The Day of the Bombing. msgid "Te Aso o te Paula" msgstr "" #. Niutao Day. msgid "Te Aso o te Setema" msgstr "" #. Happy Day. msgid "Te Aso Fiafia" msgstr "" #. Nanumaga Day. msgid "Aho o te Fakavae" msgstr "" #. Cyclone Day. msgid "Aso o te matagi" msgstr "" #. Nukufetau Day. msgid "Te Aso O Tutasi" msgstr "" #. Queen's Birthday. msgid "Asofanau Fafine" msgstr "" holidays-0.71/holidays/locale/uk/000077500000000000000000000000001500152103600167405ustar00rootroot00000000000000holidays-0.71/holidays/locale/uk/LC_MESSAGES/000077500000000000000000000000001500152103600205255ustar00rootroot00000000000000holidays-0.71/holidays/locale/uk/LC_MESSAGES/AL.po000066400000000000000000000056351500152103600213720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Albania holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2024-11-01 23:02+0200\n" "PO-Revision-Date: 2024-11-01 23:05+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (e vlerësuar)" msgstr "%s (приблизна дата)" #. %s (observed). #, c-format msgid "%s (ditë pushimi e shtyrë)" msgstr "%s (вихідний)" #. %s (observed, estimated). #, c-format msgid "%s (ditë pushimi e shtyrë, e vlerësuar)" msgstr "%s (вихідний, приблизна дата)" #. New Year's Day. msgid "Festat e Vitit të Ri" msgstr "Новий рік" #. Summer Day. msgid "Dita e Verës" msgstr "День літа" #. Nowruz Day. msgid "Dita e Nevruzit" msgstr "Свято Новруз" #. Catholic Easter Sunday. msgid "E diela e Pashkëve Katolike" msgstr "Великдень (католицький)" #. Orthodox Easter Sunday. msgid "E diela e Pashkëve Ortodokse" msgstr "Великдень (православний)" #. International Workers' Day. msgid "Dita Ndërkombëtare e Punëtorëve" msgstr "Міжнародний день трудящих" #. Mother Teresa Beatification Day. msgid "Dita e Lumturimit të Shenjt Terezës" msgstr "День беатифікації матері Терези" #. Mother Teresa Canonization Day. msgid "Dita e Shenjtërimit të Shenjt Terezës" msgstr "День канонізації матері Терези" #. Alphabet Day. msgid "Dita e Alfabetit" msgstr "День алфавіту" #. Flag and Independence Day. msgid "Dita Flamurit dhe e Pavarësisë" msgstr "День прапора та незалежності" #. Liberation Day. msgid "Dita e Çlirimit" msgstr "День визволення" #. National Youth Day. msgid "Dita Kombëtare e Rinisë" msgstr "Національний день молоді" #. Christmas Day. msgid "Krishtlindjet" msgstr "Різдво Христове" #. Eid al-Fitr. msgid "Dita e Bajramit të Madh" msgstr "Рамазан-байрам" #. Eid al-Adha. msgid "Dita e Kurban Bajramit" msgstr "Курбан-байрам" #. Public Holiday. msgid "Ditë pushimi" msgstr "Вихідний день" holidays-0.71/holidays/locale/uk/LC_MESSAGES/AO.po000066400000000000000000000073651500152103600213770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Angola holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-07-19 18:14+0300\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. General Election Day. msgid "Dia de eleições gerais" msgstr "День загальних виборів" #. %s (observed). #, c-format msgid "%s (ponte)" msgstr "%s (вихідний)" #. New Year's Day. msgid "Dia do Ano Novo" msgstr "Новий рік" #. Martyrs of Colonial Repression Day. msgid "Dia dos Mártires da Repressão Colonial" msgstr "День памʼяті жертв колоніальних репресій" #. Beginning of the Armed Struggle for National Liberation Day. msgid "Dia do Início da Luta Armada de Libertação Nacional" msgstr "День початку збройної боротьби за національне визволення" #. Beginning of the Armed Struggle Day. msgid "Dia do Início da Luta Armada" msgstr "День початку збройної боротьби" #. Carnival Day. msgid "Dia do Carnaval" msgstr "Карнавал" #. International Women's Day. msgid "Dia Internacional da Mulher" msgstr "Міжнародний жіночий день" #. Southern Africa Liberation Day. msgid "Dia da Libertação da África Austral" msgstr "День визволення південної Африки" #. Peace and National Reconciliation Day. msgid "Dia da Paz e Reconciliação Nacional" msgstr "День миру та національного примирення" #. Good Friday. msgid "Sexta-Feira Santa" msgstr "Страсна пʼятниця" #. International Worker's Day. msgid "Dia Internacional do Trabalhador" msgstr "Міжнародний день трудящих" #. Africa Day. msgid "Dia da África" msgstr "День Африки" #. International Children's Day. msgid "Dia Internacional da Criança" msgstr "Міжнародний день захисту дітей" #. National Heroes' Day. msgid "Dia do Fundador da Nação e do Herói Nacional" msgstr "День засновника нації та національного героя" #. All Souls' Day. msgid "Dia dos Finados" msgstr "День усіх померлих" #. National Independence Day. msgid "Dia da Independência Nacional" msgstr "День національної незалежності" #. Independence Day. msgid "Dia da Independência" msgstr "День незалежності" #. Date of Founding of MPLA - Labor Party. msgid "Data da Fundacao do MPLA - Partido do Trabalho" msgstr "Дата заснування НРВА - партії праці" #. Christmas and Family Day. msgid "Dia de Natal e da Família" msgstr "Різдво Христове та День родини" #. Christmas Day. msgid "Dia do Natal" msgstr "Різдво Христове" #. Family Day. msgid "Dia da Família" msgstr "День родини" holidays-0.71/holidays/locale/uk/LC_MESSAGES/AR.po000066400000000000000000000325651500152103600214020ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Argentina holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2023-03-02 00:39+0700\n" "PO-Revision-Date: 2025-03-19 13:59+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" "X-Source-Language: es\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (вихідний)" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Epiphany. msgid "Día de Reyes" msgstr "Богоявлення" #. Carnival Monday. msgid "Lunes de Carnaval" msgstr "Карнавальний понеділок" #. Carnival Tuesday. msgid "Martes de Carnaval" msgstr "Карнавальний вівторок" #. National Day of Remembrance for Truth and Justice. msgid "Día Nacional de la Memoria por la Verdad y la Justicia" msgstr "Національний день памʼяті заради правди та правосуддя" #. War Veteran's Day. msgid "Día del Veterano de Guerra" msgstr "День ветеранів війни" #. Veteran's Day and the Fallen in the Malvinas War. msgid "Día del Veterano y de los Caidos en la Guerra de Malvinas" msgstr "День ветеранів та загиблих на Мальвінській війні" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Великий четвер" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Labor Day. msgid "Día del Trabajo" msgstr "День праці" #. May Revolution Day. msgid "Día de la Revolución de Mayo" msgstr "День Травневої революції" #. Corpus Christi. msgid "Corpus Christi" msgstr "Свято Тіла і Крові Христових" #. Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector. msgid "" "Día de la Afirmación de los Derechos Argentinos sobre las Malvinas, Islas y Sector Antártico" msgstr "День утвердження прав Аргентини на Мальвінські острови, Aнтарктичний сектор та острови" #. Pass to the Immortality of General Don Martín Miguel de Güemes. msgid "Paso a la Inmortalidad del General Don Martín Miguel de Güemes" msgstr "День памʼяті генерала Мартіна Мігеля де Гуемеса" #. Pass to the Immortality of General Don Manuel Belgrano. msgid "Paso a la Inmortalidad del General Don Manuel Belgrano" msgstr "День памʼяті генерала Мануеля Бельграно" #. Independence Day. msgid "Día de la Independencia" msgstr "День незалежності" #. Pass to the Immortality of General Don José de San Martín. msgid "Paso a la Inmortalidad del General Don José de San Martín" msgstr "День памʼяті генерала Хосе де Сан-Мартіна" #. Assumption Day. msgid "Día de la Asunción" msgstr "Внебовзяття Пресвятої Діви Марії" #. Respect for Cultural Diversity Day. msgid "Día del Respeto a la Diversidad Cultural" msgstr "День поваги до культурного різноманіття" #. Columbus Day. msgid "Día de la Raza" msgstr "День Колумба" #. All Saints' Day. msgid "Todos Los Santos" msgstr "День усіх святих" #. National Sovereignty Day. msgid "Día de la Soberanía Nacional" msgstr "День національного суверенітету" #. Immaculate Conception. msgid "Inmaculada Concepción de María" msgstr "Непорочне зачаття Діви Марії" #. Christmas Day. msgid "Navidad" msgstr "Різдво Христове" #. Anniversary of the Battle of Salta. msgid "Aniversario de la Batalla de Salta" msgstr "Річниця битви при Сальті" #. Day of Memory of General Don Martín Miguel de Güemes. msgid "" "Dia de la memoria del Guerrero de la Independencia y Gobernador de la Provincia de Salta General " "Don Martín Miguel de Güemes" msgstr "День памʼяті генерала Мартіна Мігеля де Гуемеса" #. Feasts of the Lord and the Virgin of Miracle. msgid "Festividades del Señor y de la Virgen del Milagro" msgstr "Свято Господа та Богородиці Чуда" #. Exaltation of the Holy Cross Day. msgid "Día de la Exaltación de la Santa Cruz" msgstr "День Воздвиження Хреста Господнього" #. Saint Louis the King of France's Day. msgid "Día de San Luis Rey de Francia" msgstr "День Святого Людовика" #. Provincial Day of Remembrance for Truth and Justice. msgid "Día Provincial de la Memoria por la Verdad y la Justicia" msgstr "Провінційний день памʼяті заради правди та правосуддя" #. Commemoration of the Battle of Caseros. msgid "Conmemoración de la Batalla de Caseros" msgstr "День битви під Касеросом" #. State Worker's Day. msgid "Día del Trabajador Estatal" msgstr "День державного службовця" #. Saint Michael the Archangel's Day. msgid "San Miguel Arcángel" msgstr "День Святого Архангела Михаїла" #. Day of the Death of Juan Facundo Quiroga. msgid "Día del fallecimiento de Juan Facundo Quiroga" msgstr "День смерті Хуана Факундо Кіроги" #. Provincial Autonomy Day. msgid "Día de la Autonomía Provincial" msgstr "День провінційної автономії" #. Day of Remembrance for Truth and Justice. msgid "Día de la Memoria por la Verdad y la Justicia" msgstr "День памʼяті заради правди та правосуддя" #. Malvinas Memorial Day. msgid "Día de los Caídos en Malvinas" msgstr "День пам'яті на Мальвінах" #. La Rioja Foundation Day. msgid "Día de la fundación de La Rioja" msgstr "День заснування Ла-Ріохи" #. Anniversary of the Death of Enrique Angelelli. msgid "Día del Aniversario del Fallecimiento de Monseñor Enrique Angelelli" msgstr "День смерті Енріке Анхелельї" #. Anniversary of the Death of Ángel Vicente Peñaloza. msgid "Día del Aniversario del Fallecimiento de Ángel Vicente Peñaloza" msgstr "День смерті Анхеля Вісенте Пеньялоса" #. Tinkunaco Festival. msgid "Día del Tinkunaco Riojano" msgstr "Свято Тінкунако" #. Teacher's Day. msgid "Día del Maestro" msgstr "День учителя" #. Birthday of Mamerto Esquiú. msgid "Natalicio de Fray Mamerto Esquiú" msgstr "День народження Мамерто Ескуї" #. Catamarca Autonomy Day. msgid "Autonomía de Catamarca" msgstr "День автономії Катамарки" #. Miracle Day. msgid "Día del Milagro" msgstr "День дива" #. Saint James' Day. msgid "Día del Apóstol Santiago" msgstr "День Святого Якова" #. Anniversary of the Battle of Tucumán. msgid "Aniversario de la Batalla de Tucumán" msgstr "Річниця битви при Тукумані" #. Plebiscite 1902 Trevelin. msgid "Plebiscito 1902 Trevelin" msgstr "Річниця плебісциту 1902 року" #. Anniversary of the arrival of the first Welsh settlers. msgid "Aniversario del arribo de los primeros colonizadores galeses" msgstr "Річниця прибуття перших валлійських поселенців" #. National Petroleum Day. msgid "Día del Petróleo Nacional" msgstr "Національний день нафти" #. Tehuelches and Mapuches declare loyalty to the Argentine flag. msgid "Tehuelches y Mapuches declaran lealtad a la bandera Argentina" msgstr "День присяги теуелче та мапуче на вірність аргентинському прапору" #. Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands. msgid "Día de la Provincia de Tierra del Fuego, Antártida e Islas del Atlántico Sur" msgstr "День провінції Вогняна Земля, Антарктиди і Південноатлантичних островів" #. Selk'Nam Genocide Day. msgid "Día del Genocidio Selk'Nam" msgstr "День геноциду народу селькнам" #. Anniversary of the Death of General Manuel Belgrano. msgid "" "Día del Aniversario del Fallecimiento del General Manuel José Joaquín del Corazón de Jesús " "Belgrano" msgstr "День смерті генерала Мануеля Бельграно" #. Anniversary of the Death of General José Francisco de San Martín. msgid "Día del Aniversario del Fallecimiento del General José Francisco de San Martín" msgstr "День смерті генерала Хосе де Сан-Мартіна" #. Jujuy Exodus Day. msgid "Día del Éxodo Jujeño" msgstr "День Виходу Хухуя" #. Jujuy Political Autonomy Day. msgid "Autonomía Política de Jujuy" msgstr "День політичної автономії Хухуя" #. Pachamama Day. msgid "Día de la Pachamama" msgstr "День Пачамами" #. Day of the Virgin of the Rosary of Río Blanco and Paypaya. msgid "Día de la Virgen del Rosario de Río Blanco y Paypaya" msgstr "День Богородиці Вервиці Ріо-Бланко і Пайпаї" #. Great Day of Jujuy. msgid "Día Grande de Jujuy" msgstr "Великий День Хухуя" #. Saint John Bosco's Day. msgid "Homenaje al Patrono de la Provincia San Juan Bosco" msgstr "День Святого Івана Боско" #. Anniversary of the Death of Néstor Carlos Kirchner. msgid "" "Día del Aniversario del Fallecimiento del ex Presidente de la Nación Doctor Néstor Carlos " "Kirchner" msgstr "День смерті Нестора Карлоса Кіршнера" #. Commemoration of the workers shot in the Patagonian Strikes. msgid "Conmemoración a los obreros fusilados en las Huelgas Patagónicas" msgstr "Вшанування пам'яті робітників, розстріляних під час Патагонських страйків" #. Day of Action for Tolerance and Respect among Peoples. msgid "Día de acción por la tolerancia y el respeto entre los pueblos" msgstr "День дій на підтримку толерантності та поваги між народами" #. Bankers' Day. msgid "Día del Bancario" msgstr "День банківських працівників" #. State Worker's Day. msgid "Día del Trabajador del Estado" msgstr "День державного службовця" #. Rosh Hashanah. msgid "Año Nuevo Judío (Rosh Hashana)" msgstr "Рош га-Шана" #. Yom Kippur. msgid "Día del Perdón (Iom Kipur)" msgstr "Йом Кіпур" #. Pesach. msgid "Pascua Judía (Pésaj)" msgstr "Песах" #. Islamic New Year. msgid "Año Nuevo Musulmán (Hégira)" msgstr "Ісламський Новий рік" #. Eid al-Fitr. msgid "Día posterior a la culminación del ayuno (Id Al-Fitr)" msgstr "Рамазан-байрам" #. Eid al-Adha. msgid "Día de la Fiesta del Sacrificio (Id Al-Adha)" msgstr "Курбан-байрам" #. Bridge Public Holiday. msgid "Feriado con fines turísticos" msgstr "Додатковий вихідний" #. Bicentenary of the May Revolution. msgid "Bicentenario de la Revolución de Mayo" msgstr "200-річчя Травневої революції" #. Bicentenary of the creation and first oath of the national flag. msgid "Bicentenario de la creación y primera jura de la bandera nacional" msgstr "200-річчя створення та першої присяги державному прапору" #. Bicentenary of the Battle of Tucuman. msgid "Bicentenario de la Batalla de Tucumán" msgstr "200-річчя битви при Тукумані" #. Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813. msgid "Bicentenario de la sesión inaugural de la Asamblea Nacional Constituyente del año 1813" msgstr "200-річчя інавгураційної сесії Національних установчих зборів 1813 року" #. Bicentenary of the Battle of Salta. msgid "Bicentenario de la Batalla de Salta" msgstr "200-річчя битви при Сальті" #. National Census Day 2010. msgid "Censo Nacional 2010" msgstr "День національного перепису 2010" #. National Census Day 2022. msgid "Censo Nacional 2022" msgstr "День національного перепису 2022" #. FIFA World Cup 2022 Victory Day. msgid "Día de la Victoria de la Copa Mundial de la FIFA 2022" msgstr "День перемоги збірної Аргентини на Чемпіонаті світу з футболу 2022" #. Bank Holiday. msgid "Asueto bancario" msgstr "Банківський вихідний" holidays-0.71/holidays/locale/uk/LC_MESSAGES/AT.po000066400000000000000000000060431500152103600213740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Austria holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-01 17:13+0300\n" "PO-Revision-Date: 2023-04-01 17:27+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Neujahr" msgstr "Новий рік" #. Epiphany. msgid "Heilige Drei Könige" msgstr "Богоявлення" #. Easter Monday. msgid "Ostermontag" msgstr "Великодній понеділок" #. Labor Day. msgid "Staatsfeiertag" msgstr "День праці" #. Ascension Day. msgid "Christi Himmelfahrt" msgstr "Вознесіння Господнє" #. Whit Monday. msgid "Pfingstmontag" msgstr "День Святого Духа" #. Corpus Christi. msgid "Fronleichnam" msgstr "Свято Тіла і Крові Христових" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "Внебовзяття Пресвятої Діви Марії" #. National Day. msgid "Nationalfeiertag" msgstr "Національне свято" #. All Saints' Day. msgid "Allerheiligen" msgstr "День усіх святих" #. Immaculate Conception. msgid "Mariä Empfängnis" msgstr "Непорочне зачаття Діви Марії" #. Christmas Day. msgid "Christtag" msgstr "Різдво Христове" #. Saint Stephen's Day. msgid "Stefanitag" msgstr "День Святого Стефана" #. Good Friday. msgid "Karfreitag" msgstr "Страсна пʼятниця" #. Christmas Eve. msgid "Heiliger Abend" msgstr "Святий вечір" #. New Year's Eve. msgid "Silvester" msgstr "Переддень Нового року" #. Saint Martin's Day. msgid "Hl. Martin" msgstr "День Святого Мартина" #. Saint Joseph's Day. msgid "Hl. Josef" msgstr "День Святого Йосипа" #. 1920 Carinthian plebiscite. msgid "Tag der Volksabstimmung" msgstr "Річниця референдуму 1920 року в Карінтії" #. Saint Leopold's Day. msgid "Hl. Leopold" msgstr "День Святого Леопольда" #. Saint Florian's Day. msgid "Hl. Florian" msgstr "День Святого Флоріана" #. Saint Rupert's Day. msgid "Hl. Rupert" msgstr "День Святого Руперта" holidays-0.71/holidays/locale/uk/LC_MESSAGES/AW.po000066400000000000000000000045101500152103600213740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Aruba holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.27\n" "POT-Creation-Date: 2023-06-09 23:12+0700\n" "PO-Revision-Date: \n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.3.1\n" #. New Year's Day msgid "Aña Nobo" msgstr "Новий рік" #. Betico Day msgid "Dia di Betico" msgstr "День Бетіко" #. Carnival Monday msgid "Dialuna despues di Carnaval Grandi" msgstr "Карнавальний понеділок" #. Monday before Ash Wednesday msgid "Dialuna prome cu diaranson di shinish" msgstr "Понеділок перед Попільною середою" #. National Anthem and Flag Day msgid "Dia di Himno y Bandera" msgstr "День державного гімну та прапора" #. Good Friday msgid "Bierna Santo" msgstr "Страсна пʼятниця" #. Easter Monday msgid "Di dos dia di Pasco di Resureccion" msgstr "Великодній понеділок" #. King's Day. msgid "Dia di Rey" msgstr "День короля" #. King's Day. msgid "Aña di Rey" msgstr "День короля" #. Queen's Day. msgid "Aña di La Reina" msgstr "День королеви" #. Labor Day msgid "Dia di Obrero" msgstr "День праці" #. Ascension Day msgid "Dia di Asuncion" msgstr "Вознесіння Господнє" #. Christmas Day msgid "Pasco di Nacemento" msgstr "Різдво Христове" #. Second Day of Christmas msgid "Di dos dia di Pasco di Nacemento" msgstr "Другий день Різдва" holidays-0.71/holidays/locale/uk/LC_MESSAGES/AZ.po000066400000000000000000000076141500152103600214070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Azerbaijan holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-11-15 20:42+0200\n" "PO-Revision-Date: 2023-11-15 20:55+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. %s (estimated). #, c-format msgid "%s (təxmini)" msgstr "%s (приблизна дата)" #. %s (observed). #, c-format msgid "%s (müşahidə olunur)" msgstr "%s (вихідний)" #. New Year's Day. msgid "Yeni il bayramı" msgstr "Новий рік" #. Martyrs' Day. msgid "Ümumxalq hüzn günü" msgstr "День національної скорботи" #. Women's Day. msgid "Qadınlar günü" msgstr "Жіночий день" #. Spring Festival. msgid "Novruz bayramı" msgstr "Свято Новруз" #. Victory over Fascism Day. msgid "Faşizm üzərində qələbə günü" msgstr "День перемоги над фашизмом" #. Independence Day. msgid "Müstəqillik Günü" msgstr "День Незалежності" #. Republic Day. msgid "Respublika Günü" msgstr "День Республіки" #. National Liberation Day. msgid "Azərbaycan xalqının milli qurtuluş günü" msgstr "День національного визволення азербайджанського народу" #. Armed Forces Day. msgid "Azərbaycan Respublikasının Silahlı Qüvvələri günü" msgstr "День Збройних Сил" #. Independence Day. msgid "Milli Müstəqillik Günü" msgstr "День національної незалежності" #. Victory Day. msgid "Zəfər Günü" msgstr "День Перемоги" #. National Flag Day. msgid "Azərbaycan Respublikasının Dövlət bayrağı günü" msgstr "День державного прапора" #. International Azerbaijanis Solidarity Day. msgid "Dünya azərbaycanlılarının həmrəyliyi günü" msgstr "Всесвітній день солідарності азербайджанців" #. Eid al-Fitr. msgid "Ramazan bayrami" msgstr "Рамазан-байрам" #. Eid al-Adha. msgid "Qurban bayrami" msgstr "Курбан-байрам" #. Memorial Day. msgid "Anım Günü" msgstr "День памʼяті" #. Independence Restoration Day. msgid "Müstəqilliyin Bərpası Günü" msgstr "День відновлення незалежності" #. Constitution Day. msgid "Konstitusiya Günü" msgstr "День Конституції" #. National Revival Day. msgid "Milli Dirçəliş Günü" msgstr "День національного відродження" #. Presidential elections. msgid "Prezidenti seçkiləri" msgstr "Президентські вибори" #. Municipal elections. msgid "Bələdiyyə seçkiləri" msgstr "Місцеві вибори" #. Substituted date format. msgid "%d.%m.%Y" msgstr "%d.%m.%Y" #. Day off (substituted from %s). #, c-format msgid "İstirahət günü (%s ilə əvəz edilmişdir)" msgstr "Вихідний день (перенесено з %s)" #. %s (observed, estimated). #, c-format msgid "%s (müşahidə olunur, təxmini)" msgstr "%s (вихідний, приблизна дата)" holidays-0.71/holidays/locale/uk/LC_MESSAGES/BA.po000066400000000000000000000067761500152103600213670ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bosnia and Herzegovina holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-26 18:31+0300\n" "PO-Revision-Date: 2023-06-26 18:59+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (preneseno)" msgstr "%s (вихідний)" #. Orthodox Good Friday. msgid "Veliki petak (Pravoslavni)" msgstr "Страсна пʼятниця (православна)" #. Catholic Easter Monday. msgid "Uskrsni ponedjeljak (Katolički)" msgstr "Великодній понеділок (католицький)" #. Eid al-Fitr. msgid "Ramazanski Bajram" msgstr "Рамазан-байрам" #. Eid al-Adha. msgid "Kurban Bajram" msgstr "Курбан-байрам" #. New Year's Day. msgid "Nova godina" msgstr "Новий рік" #. Orthodox Christmas Day. msgid "Božić (Pravoslavni)" msgstr "Різдво Христове (православне)" #. International Labor Day. msgid "Međunarodni praznik rada" msgstr "Міжнародний день праці" #. Catholic Christmas Day. msgid "Božić (Katolički)" msgstr "Різдво Христове (католицьке)" #. Orthodox Christmas Eve. msgid "Badnji dan (Pravoslavni)" msgstr "Святий вечір (православний)" #. Independence Day. msgid "Dan nezavisnosti" msgstr "День незалежності" #. Catholic Good Friday. msgid "Veliki petak (Katolički)" msgstr "Страсна пʼятниця (католицька)" #. Catholic Easter Sunday. msgid "Uskrs (Katolički)" msgstr "Великдень (католицький)" #. Orthodox Easter Sunday. msgid "Vaskrs (Pravoslavni)" msgstr "Великдень (православний)" #. Orthodox Easter Monday. msgid "Uskrsni ponedjeljak (Pravoslavni)" msgstr "Великодній понеділок (православний)" #. Victory Day. msgid "Dan pobjede nad fašizmom" msgstr "День перемоги над фашизмом" #. Statehood Day. msgid "Dan državnosti" msgstr "День державності" #. Catholic Christmas Eve. msgid "Badnji dan (Katolički)" msgstr "Святий вечір (католицький)" #. Day of establishment of Brčko District. msgid "Dan uspostavljanja Brčko distrikta" msgstr "День заснування округу Брчко" #. Orthodox New Year. msgid "Pravoslavna Nova godina" msgstr "Православний Новий рік" #. Dayton Agreement Day. msgid "Dan uspostave Opšteg okvirnog sporazuma za mir u Bosni i Hercegovini" msgstr "День укладання Загальної рамкової угоди про мир у Боснії та Герцеговині" holidays-0.71/holidays/locale/uk/LC_MESSAGES/BE.po000066400000000000000000000044301500152103600213540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Belgium holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.33\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-09-06 20:53+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nieuwjaar" msgstr "Новий рік" #. Easter Sunday. msgid "Pasen" msgstr "Великдень" #. Easter Monday. msgid "Paasmaandag" msgstr "Великодній понеділок" #. Labor Day. msgid "Dag van de Arbeid" msgstr "День праці" #. Ascension Day. msgid "O. L. H. Hemelvaart" msgstr "Вознесіння Господнє" #. Whit Sunday. msgid "Pinksteren" msgstr "Трійця" #. Whit Monday. msgid "Pinkstermaandag" msgstr "День Святого Духа" #. National Day. msgid "Nationale feestdag" msgstr "Національне свято" #. Assumption Day. msgid "O. L. V. Hemelvaart" msgstr "Внебовзяття Пресвятої Діви Марії" #. All Saints' Day. msgid "Allerheiligen" msgstr "День усіх святих" #. Armistice Day. msgid "Wapenstilstand" msgstr "День перемирʼя" #. Christmas Day. msgid "Kerstmis" msgstr "Різдво Христове" #. Good Friday. msgid "Goede Vrijdag" msgstr "Страсна пʼятниця" #. Friday after Ascension Day. msgid "Vrijdag na O. L. H. Hemelvaart" msgstr "Пʼятниця після Вознесіння Господнього" #. Bank Holiday. msgid "Banksluitingsdag" msgstr "Банківський вихідний" holidays-0.71/holidays/locale/uk/LC_MESSAGES/BG.po000066400000000000000000000063571500152103600213700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bulgaria holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-30 20:48+0300\n" "PO-Revision-Date: 2023-06-30 21:19+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Нова година" msgstr "Новий рік" #. Liberation Day. msgid "Ден на Освобождението на България от османско иго" msgstr "День визволення Болгарії від османського іга" #. Good Friday. msgid "Велики петък" msgstr "Страсна пʼятниця" #. Holy Saturday. msgid "Велика събота" msgstr "Велика субота" #. Easter. msgid "Великден" msgstr "Великдень" #. International Workers' Day. msgid "Ден на труда и на международната работническа солидарност" msgstr "День праці та міжнародної солідарності трудящих" #. Saint George's Day. msgid "Гергьовден, Ден на храбростта и Българската армия" msgstr "День Святого Георгія та День хоробрості і болгарської армії" #. Bulgarian Education and Culture and Slavonic Literature Day. msgid "" "Ден на светите братя Кирил и Методий, на българската азбука, просвета и култура и на славянската " "книжовност" msgstr "" "День святих братів Кирила і Мефодія, болгарської писемності, освіти і культури та словʼянської " "літератури" #. Unification Day. msgid "Ден на Съединението" msgstr "День обʼєднання" #. Independence Day. msgid "Ден на Независимостта на България" msgstr "День незалежності Болгарїі" #. Christmas Eve. msgid "Бъдни вечер" msgstr "Святий вечір" #. Christmas Day. msgid "Рождество Христово" msgstr "Різдво Христове" #. %s (observed). #, c-format msgid "%s (почивен ден)" msgstr "%s (вихідний)" #. National Awakening Day. msgid "Ден на народните будители" msgstr "День національних будителів" holidays-0.71/holidays/locale/uk/LC_MESSAGES/BO.po000066400000000000000000000064411500152103600213720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Bolivia holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-07-22 18:47+0300\n" "PO-Revision-Date: 2023-07-22 18:59+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (вихідний)" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Plurinational State Foundation Day. msgid "Día de la Creación del Estado Plurinacional de Bolivia" msgstr "День створення Багатонаціональної Держави Болівія" #. Carnival. msgid "Carnaval" msgstr "Карнавал" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Labor Day. msgid "Día del Trabajo" msgstr "День праці" #. Corpus Christi. msgid "Corpus Christi" msgstr "Свято Тіла і Крові Христових" #. Aymara New Year. msgid "Año Nuevo Aymara Amazónico" msgstr "Новий рік Аймара" #. Independence Day. msgid "Día de la Independencia de Bolivia" msgstr "День незалежності Болівії" #. National Dignity Day. msgid "Día de la Dignidad Nacional" msgstr "День національної гідності" #. All Saints' Day. msgid "Día de Todos los Santos" msgstr "День усіх святих" #. All Souls' Day. msgid "Día de Todos los Difuntos" msgstr "День усіх померлих" #. Christmas Day. msgid "Navidad" msgstr "Різдво Христове" #. Beni Day. msgid "Día del departamento de Beni" msgstr "День департаменту Бені" #. Cochabamba Day. msgid "Día del departamento de Cochabamba" msgstr "День департаменту Кочабамба" #. Chuquisaca Day. msgid "Día del departamento de Chuquisaca" msgstr "День департаменту Чукісака" #. La Paz Day. msgid "Día del departamento de La Paz" msgstr "День департаменту Ла-Пас" #. Pando Day. msgid "Día del departamento de Pando" msgstr "День департаменту Пандо" #. Potosí Day. msgid "Día del departamento de Potosí" msgstr "День департаменту Потосі" #. Carnival in Oruro. msgid "Carnaval de Oruro" msgstr "Карнавал Оруро" #. Santa Cruz Day. msgid "Día del departamento de Santa Cruz" msgstr "День департаменту Санта-Круз" #. La Tablada. msgid "La Tablada" msgstr "Ла Таблада" holidays-0.71/holidays/locale/uk/LC_MESSAGES/BR.po000066400000000000000000000175501500152103600214000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brazil holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2024-10-15 20:48+0300\n" "PO-Revision-Date: 2024-11-06 18:06+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. Universal Fraternization Day. msgid "Confraternização Universal" msgstr "День всесвітнього братання" #. Republic Constitution Day. msgid "Constituição da Republica" msgstr "День Конституції республіки" #. Good Friday. msgid "Sexta-feira Santa" msgstr "Страсна пʼятниця" #. Tiradentes' Day. msgid "Tiradentes" msgstr "День Тирадентіса" #. Worker's Day. msgid "Dia do Trabalhador" msgstr "День трудящих" #. Discovery of Brazil. msgid "Descobrimento do Brasil" msgstr "День відкриття Бразилії" #. Abolition of slavery in Brazil. msgid "Abolição da escravidão no Brasil" msgstr "День скасування рабства в Бразилії" #. Freedom and Independence of American Peoples. msgid "Liberdade e Independência dos Povos Americanos" msgstr "День свободи та незалежності американських народів" #. Independence Day. msgid "Independência do Brasil" msgstr "День незалежності Бразилії" #. Discovery of America. msgid "Descobrimento da América" msgstr "День відкриття Америки" #. Our Lady of Aparecida. msgid "Nossa Senhora Aparecida" msgstr "День Богоматері Апаресіди" #. All Souls' Day. msgid "Finados" msgstr "День усіх померлих" #. Republic Proclamation Day. msgid "Proclamação da República" msgstr "День проголошення республіки" #. National Day of Zumbi and Black Awareness. msgid "Dia Nacional de Zumbi e da Consciência Negra" msgstr "Національний день Зумбі та свідомості темношкірих" #. Christmas Day. msgid "Natal" msgstr "Різдво Христове" #. Carnival. msgid "Carnaval" msgstr "Карнавал" #. Ash Wednesday. msgid "Início da Quaresma" msgstr "Попільна середа" #. Corpus Christi. msgid "Corpus Christi" msgstr "Свято Тіла і Крові Христових" #. Public Servant's Day. msgid "Dia do Servidor Público" msgstr "День громадського службовця" #. Christmas Eve. msgid "Véspera de Natal" msgstr "Святий вечір" #. New Year's Eve. msgid "Véspera de Ano-Novo" msgstr "Переддень Нового року" #. Evangelical Day. msgid "Dia do Evangélico" msgstr "Євангельський день" #. International Women's Day. msgid "Dia Internacional da Mulher" msgstr "Міжнародний жіночий день" #. Founding of Acre. msgid "Aniversário do Acre" msgstr "День заснування Акрі" #. Amazonia Day. msgid "Dia da Amazônia" msgstr "День Амазонії" #. Signing of the Petropolis Treaty. msgid "Assinatura do Tratado de Petrópolis" msgstr "День підписання Петрополіського договору" #. Saint John's Day. msgid "São João" msgstr "День Святого Івана" #. Saint Peter's Day. msgid "São Pedro" msgstr "День Святого Петра" #. Political Emancipation of Alagoas. msgid "Emancipação Política de Alagoas" msgstr "День політичного звільнення Алагоаса" #. Black Awareness Day. msgid "Consciência Negra" msgstr "День свідомості темношкірих" #. Elevation of Amazonas to province. msgid "Elevação do Amazonas à categoria de província" msgstr "День піднесення Амазонас до категорії провінцій" #. Saint Joseph's Day. msgid "São José" msgstr "День Святого Йосипа" #. Saint James' Day. msgid "São Tiago" msgstr "День Святого Якова" #. Creation of the Federal Territory. msgid "Criação do Território Federal" msgstr "День створення федеральної території" #. Bahia Independence Day. msgid "Independência da Bahia" msgstr "День незалежності Баїї" #. Abolition of slavery in Ceará. msgid "Abolição da escravidão no Ceará" msgstr "День скасування рабства в Сеарі" #. Our Lady of Assumption. msgid "Nossa Senhora da Assunção" msgstr "День Богоматері Внебовзяття" #. Founding of Brasilia. msgid "Fundação de Brasília" msgstr "День заснування Бразиліа" #. Our Lady of Penha. msgid "Nossa Senhora da Penha" msgstr "День Богоматері Пенья" #. Foundation of Goiás city. msgid "Fundação da cidade de Goiás" msgstr "День заснування міста Гояс" #. Foundation of Goiânia. msgid "Pedra fundamental de Goiânia" msgstr "День заснування Гоянії" #. Maranhão joining to independence of Brazil. msgid "Adesão do Maranhão à independência do Brasil" msgstr "День приєдання Мараньяна до незалежності Бразилії" #. Tiradentes' Execution. msgid "Execução de Tiradentes" msgstr "День страти Тирадентіса" #. State Creation Day. msgid "Criação do Estado" msgstr "День створення штату" #. Grão-Pará joining to independence of Brazil. msgid "Adesão do Grão-Pará à independência do Brasil" msgstr "День приєдання Гран-Пара до незалежності Бразилії" #. State Founding Day. msgid "Fundação do Estado" msgstr "День заснування штату" #. Pernambuco Revolution. msgid "Revolução Pernambucana" msgstr "День Пернамбуканської революції" #. Piauí Day. msgid "Dia do Piauí" msgstr "День Піауї" #. Political Emancipation of Paraná. msgid "Emancipação do Paraná" msgstr "День політичного звільнення Парани" #. Saint George's Day. msgid "São Jorge" msgstr "День Святого Георгія" #. Rio Grande do Norte Day. msgid "Dia do Rio Grande do Norte" msgstr "День Ріо-Гранді-ду-Норті" #. Uruaçu and Cunhaú Martyrs Day. msgid "Mártires de Cunhaú e Uruaçu" msgstr "День мучеників Куньяу та Уруасу" #. Gaucho Day. msgid "Dia do Gaúcho" msgstr "День Гаучо" #. Santa Catarina State Day. msgid "Dia do Estado de Santa Catarina" msgstr "День штату Санта-Катарина" #. Saint Catherine of Alexandria Day. msgid "Dia de Santa Catarina de Alexandria" msgstr "День Святої Катерини Александрійської" #. Sergipe Political Emancipation Day. msgid "Emancipação política de Sergipe" msgstr "День політичного звільнення Сержипі" #. Constitutionalist Revolution. msgid "Revolução Constitucionalista" msgstr "День Конституціоналістської революції" #. Autonomy Day. msgid "Dia da Autonomia" msgstr "День автономії" #. Our Lady of Nativity. msgid "Nossa Senhora da Natividade" msgstr "День Богоматері Різдва" holidays-0.71/holidays/locale/uk/LC_MESSAGES/BVMF.po000066400000000000000000000044521500152103600216240ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Brasil, Bolsa, Balcão holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.61\n" "POT-Creation-Date: 2024-10-15 20:48+0300\n" "PO-Revision-Date: 2024-11-08 12:07+0700\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. Universal Fraternization Day. msgid "Confraternização Universal" msgstr "День всесвітнього братання" #. Carnival. msgid "Carnaval" msgstr "Карнавал" #. Holy Thursday. msgid "Quinta-feira Santa" msgstr "Великий четвер" #. Good Friday. msgid "Sexta-feira Santa" msgstr "Страсна пʼятниця" #. Tiradentes' Day. msgid "Tiradentes" msgstr "День Тирадентіса" #. Worker's Day. msgid "Dia do Trabalhador" msgstr "День трудящих" #. Corpus Christi. msgid "Corpus Christi" msgstr "Свято Тіла і Крові Христових" #. Independence Day. msgid "Independência do Brasil" msgstr "День незалежності Бразилії" #. Our Lady of Aparecida. msgid "Nossa Senhora Aparecida" msgstr "День Богоматері Апаресіди" #. All Souls' Day. msgid "Finados" msgstr "День усіх померлих" #. Republic Proclamation Day. msgid "Proclamação da República" msgstr "День проголошення республіки" #. National Day of Zumbi and Black Awareness. msgid "Dia Nacional de Zumbi e da Consciência Negra" msgstr "Національний день Зумбі та свідомості темношкірих" #. Christmas Day. msgid "Natal" msgstr "Різдво Христове" holidays-0.71/holidays/locale/uk/LC_MESSAGES/CH.po000066400000000000000000000064701500152103600213660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Switzerland holidays uk localization. msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-10 15:41+0300\n" "PO-Revision-Date: 2024-01-21 14:49+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Neujahrstag" msgstr "Новий рік" #. Ascension Day. msgid "Auffahrt" msgstr "Вознесіння Господнє" #. National Day. msgid "Nationalfeiertag" msgstr "Національне свято" #. Christmas Day. msgid "Weihnachten" msgstr "Різдво Христове" #. Good Friday. msgid "Karfreitag" msgstr "Страсна пʼятниця" #. Easter Monday. msgid "Ostermontag" msgstr "Великодній понеділок" #. Whit Monday. msgid "Pfingstmontag" msgstr "День Святого Духа" #. Saint Stephen's Day. msgid "Stephanstag" msgstr "День Святого Стефана" #. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "День Святого Бертольда" #. Corpus Christi. msgid "Fronleichnam" msgstr "Свято Тіла і Крові Христових" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "Внебовзяття Пресвятої Діви Марії" #. All Saints' Day. msgid "Allerheiligen" msgstr "День усіх святих" #. Immaculate Conception. msgid "Mariä Empfängnis" msgstr "Непорочне зачаття Діви Марії" #. Labor Day. msgid "Tag der Arbeit" msgstr "День праці" #. Genevan Fast. msgid "Genfer Bettag" msgstr "Женевський піст" #. Restoration Day. msgid "Wiederherstellung der Republik" msgstr "День відновлення республіки" #. Battle of Naefels Victory Day. msgid "Näfelser Fahrt" msgstr "Свято перемоги під Нефельсом" #. Independence Day. msgid "Fest der Unabhängigkeit" msgstr "День незалежності" #. Republic Day. msgid "Jahrestag der Ausrufung der Republik" msgstr "Річниця проголошення Республіки" #. Saint Joseph's Day. msgid "Josefstag" msgstr "День Святого Йосипа" #. Saint Nicholas of Flüe. msgid "Bruder Klaus" msgstr "День Святого Ніклауса з Флюе" #. Epiphany. msgid "Heilige Drei Könige" msgstr "Богоявлення" #. Saints Peter and Paul. msgid "Peter und Paul" msgstr "День Святих Петра і Павла" #. Prayer Monday. msgid "Bettagsmontag" msgstr "Молитовний понеділок" holidays-0.71/holidays/locale/uk/LC_MESSAGES/CL.po000066400000000000000000000101021500152103600213550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chile holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-02-28 16:42+0200\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4.2\n" #. National Holiday. msgid "Feriado nacional" msgstr "Національне свято" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Holy Saturday. msgid "Sábado Santo" msgstr "Велика субота" #. Ascension Day. msgid "Ascensión del Señor" msgstr "Вознесіння Господнє" #. Corpus Christi. msgid "Corpus Christi" msgstr "Свято Тіла і Крові Христових" #. Labor Day. msgid "Día Nacional del Trabajo" msgstr "День праці" #. Naval Glories Day. msgid "Día de las Glorias Navales" msgstr "День військово-морської слави" #. National Day of Indigenous Peoples. msgid "Día Nacional de los Pueblos Indígenas" msgstr "Національний день корінних народів" #. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "День Святих Петра і Павла" #. Day of Virgin of Carmen. msgid "Virgen del Carmen" msgstr "Матір Божа Кармельська" #. Assumption Day. msgid "Asunción de la Virgen" msgstr "Внебовзяття Пресвятої Діви Марії" #. Day of National Liberation. msgid "Día de la Liberación Nacional" msgstr "День національного визволення" #. Day of National Unity. msgid "Día de la Unidad Nacional" msgstr "День національної єдності" #. National Holiday. msgid "Fiestas Patrias" msgstr "Національне свято" #. Independence Day. msgid "Día de la Independencia" msgstr "День незалежності" #. Army Day. msgid "Día de las Glorias del Ejército" msgstr "День військової слави" #. Meeting of Two Worlds' Day. msgid "Día del Encuentro de dos Mundos" msgstr "День зустрічі двох світів" #. Columbus Day. msgid "Día de la Raza" msgstr "День Колумба" #. National Day of the Evangelical and Protestant Churches. msgid "Día Nacional de las Iglesias Evangélicas y Protestantes" msgstr "День Реформації" #. All Saints' Day. msgid "Día de Todos los Santos" msgstr "День усіх святих" #. Immaculate Conception. msgid "La Inmaculada Concepción" msgstr "Непорочне зачаття Діви Марії" #. Christmas Eve. msgid "Víspera de Navidad" msgstr "Святий вечір" #. Christmas Day. msgid "Navidad" msgstr "Різдво Христове" #. Assault and Capture of Cape Arica. msgid "Asalto y Toma del Morro de Arica" msgstr "Штурм і захоплення Морро-де-Аріка" #. Nativity of Bernardo O'Higgins (Chillán and Chillán Viejo communes) msgid "Nacimiento del Prócer de la Independencia (Chillán y Chillán Viejo)" msgstr "Річниця Бернардо ОʼГіґґінса (свято комун Чіллан і Чіллан Вʼєхо)" #. Bank Holiday. msgid "Feriado bancario" msgstr "Банківський вихідний" holidays-0.71/holidays/locale/uk/LC_MESSAGES/CO.po000066400000000000000000000055421500152103600213740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Colombia holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-01 15:30-0800\n" "PO-Revision-Date: 2023-05-03 18:38-0700\n" "Last-Translator: Arkadii Yakovets \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.3\n" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Epiphany. msgid "Día de los Reyes Magos" msgstr "Богоявлення" #. Saint Joseph's Day. msgid "Día de San José" msgstr "День Святого Йосипа" #. Labor Day. msgid "Día del Trabajo" msgstr "День праці" #. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "День Святих Петра і Павла" #. Independence Day. msgid "Día de la Independencia" msgstr "День незалежності" #. Battle of Boyaca. msgid "Batalla de Boyacá" msgstr "Річниця перемоги при Бояка" #. Assumption Day. msgid "La Asunción" msgstr "Внебовзяття Пресвятої Діви Марії" #. Columbus Day. msgid "Día de la Raza" msgstr "День Колумба" #. All Saints' Day. msgid "Día de Todos los Santos" msgstr "День усіх святих" #. Independence of Cartagena. msgid "Independencia de Cartagena" msgstr "День незалежності Картахени" #. Immaculate Conception. msgid "La Inmaculada Concepción" msgstr "Непорочне зачаття Діви Марії" #. Christmas Day. msgid "Navidad" msgstr "Різдво Христове" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Великий четвер" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Ascension Day. msgid "Ascensión del señor" msgstr "Вознесіння Господнє" #. Corpus Christi. msgid "Corpus Christi" msgstr "Свято Тіла і Крові Христових" #. Sacred Heart. msgid "Sagrado Corazón" msgstr "Свято Найсвятішого Серця Ісуса" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (вихідний)" holidays-0.71/holidays/locale/uk/LC_MESSAGES/CR.po000066400000000000000000000051151500152103600213730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Costa Rica holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-22 22:55+0200\n" "PO-Revision-Date: 2023-05-03 18:42-0700\n" "Last-Translator: Arkadii Yakovets \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.3\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (вихідний)" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Великий четвер" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Juan Santamaría Day. msgid "Día de Juan Santamaría" msgstr "День Хуана Сантамарії" #. International Labor Day. msgid "Día Internacional del Trabajo" msgstr "Міжнародний день праці" #. Annexation of the Party of Nicoya to Costa Rica. msgid "Anexión del Partido de Nicoya a Costa Rica" msgstr "День приєднання Нікої" #. Feast of Our Lady of the Angels. msgid "Fiesta de Nuestra Señora de los Ángeles" msgstr "Свято Богоматері Ангелів" #. Mother's Day. msgid "Día de la Madre" msgstr "День матері" #. Day of the Black Person and Afro-Costa Rican Culture. msgid "Día de la Persona Negra y la Cultura Afrocostarricense" msgstr "День чорношкірої людини та афро-костариканської культури" #. Independence Day. msgid "Día de la Independencia" msgstr "День незалежності" #. Cultures Day. msgid "Día de las Culturas" msgstr "День культур" #. Army Abolition Day. msgid "Día de la Abolición del Ejército" msgstr "День ліквідації армії" #. Christmas Day. msgid "Navidad" msgstr "Різдво Христове" holidays-0.71/holidays/locale/uk/LC_MESSAGES/CU.po000066400000000000000000000042531500152103600214000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cuba holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-03-04 14:20+0200\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (вихідний)" #. Liberation Day. msgid "Triunfo de la Revolución" msgstr "Тріумф революції" #. Victory Day. msgid "Día de la Victoria" msgstr "День Перемоги" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. International Workers' Day. msgid "Día Internacional de los Trabajadores" msgstr "Міжнародний день трудящих" #. Commemoration of the Assault of the Moncada garrison. msgid "Conmemoración del asalto a Moncada" msgstr "Вшанування памʼяті штурму Монкади" #. Day of the National Rebellion. msgid "Día de la Rebeldía Nacional" msgstr "День національного повстання" #. Independence Day. msgid "Inicio de las Guerras de Independencia" msgstr "Початок війни за незалежність" #. Christmas Day. msgid "Día de Navidad" msgstr "Різдво Христове" #. New Year's Eve. msgid "Fiesta de Fin de Año" msgstr "Переддень Нового року" holidays-0.71/holidays/locale/uk/LC_MESSAGES/CW.po000066400000000000000000000044711500152103600214040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Curacao holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-06-13 16:35+0700\n" "PO-Revision-Date: 2024-10-05 22:09+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day msgid "Aña Nobo" msgstr "Новий рік" #. Carnival Monday msgid "Dialuna despues di Carnaval Grandi" msgstr "Карнавальний понеділок" #. Good Friday msgid "Bièrnèsantu" msgstr "Страсна пʼятниця" #. Easter Sunday msgid "Pasku di Resurekshon" msgstr "Великдень" #. Easter Monday msgid "Di dos dia di Pasku di Resurekshon" msgstr "Великодній понеділок" #. King's Day. msgid "Dia di Rey" msgstr "День короля" #. Queen's Day. msgid "Dia di la Reina" msgstr "День королеви" #. Labor Day msgid "Dia di Obrero" msgstr "День праці" #. Ascension Day msgid "Dia di Asenshon" msgstr "Вознесіння Господнє" #. National Anthem and Flag Day msgid "Dia di Himno i Bandera" msgstr "День державного гімну та прапора" #. Curaçao Day msgid "Dia di Pais Kòrsou" msgstr "День Кюрасао" #. Christmas Day msgid "Pasku di Nasementu" msgstr "Різдво Христове" #. Second Day of Christmas msgid "Di dos dia di Pasku di Nasementu" msgstr "Другий день Різдва" #. New Year's Eve. msgid "Vispu di Aña Nobo" msgstr "Переддень Нового року" holidays-0.71/holidays/locale/uk/LC_MESSAGES/CY.po000066400000000000000000000057341500152103600214110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Cyprus holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-15 11:50-0800\n" "PO-Revision-Date: 2024-01-05 14:18+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Πρωτοχρονιά" msgstr "Новий рік" #. Epiphany. msgid "Ημέρα των Θεοφανίων" msgstr "Богоявлення" #. Green Monday. msgid "Καθαρά Δευτέρα" msgstr "Чистий понеділок" #. Greek Independence Day. msgid "Ημέρα της Ελληνικής Ανεξαρτησίας" msgstr "День незалежності Греції" #. Cyprus National Day. msgid "Εθνική Ημέρα Κύπρου" msgstr "Національне свято Кіпру" #. Good Friday. msgid "Μεγάλη Παρασκευή" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Κυριακή του Πάσχα" msgstr "Великдень" #. Easter Monday. msgid "Δευτέρα της Διακαινησίμου" msgstr "Великодній понеділок" #. Labor Day. msgid "Πρωτομαγιά" msgstr "День праці" #. Whit Monday. msgid "Δευτέρα του Αγίου Πνεύματος" msgstr "День Святого Духа" #. Assumption Day. msgid "Κοίμηση της Θεοτόκου" msgstr "Успіння Пресвятої Богородиці" #. Cyprus Independence Day. msgid "Ημέρα της Κυπριακής Ανεξαρτησίας" msgstr "День незалежності Кіпру" #. Ochi Day. msgid "Ημέρα του Όχι" msgstr "День Охі" #. Christmas Eve. msgid "Παραμονή Χριστουγέννων" msgstr "Святий вечір" #. Christmas Day. msgid "Χριστούγεννα" msgstr "Різдво Христове" #. Day After Christmas. msgid "Επομένη Χριστουγέννων" msgstr "Другий день Різдва" #. Easter Tuesday. msgid "Τρίτη της Διακαινησίμου" msgstr "Великодній вівторок" #. Holy Saturday. msgid "Μεγάλο Σάββατο" msgstr "Велика субота" holidays-0.71/holidays/locale/uk/LC_MESSAGES/CZ.po000066400000000000000000000061651500152103600214110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Czechia holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. Independent Czech State Restoration Day. msgid "Den obnovy samostatného českého státu" msgstr "День відновлення незалежної чеської держави" #. New Year's Day. msgid "Nový rok" msgstr "Новий рік" #. Good Friday. msgid "Velký pátek" msgstr "Страсна пʼятниця" #. Easter Monday. msgid "Velikonoční pondělí" msgstr "Великодній понеділок" #. Labor Day. msgid "Svátek práce" msgstr "День праці" #. Victory Day. msgid "Den vítězství" msgstr "День Перемоги" #. Liberation Day. msgid "Den osvobození" msgstr "День визволення" #. Day of liberation from Fascism. msgid "Den osvobození od fašismu" msgstr "День визволення від фашизму" #. Saints Cyril and Methodius Day. msgid "Den slovanských věrozvěstů Cyrila a Metoděje" msgstr "День Святих Кирила та Мефодія" #. Jan Hus Day. msgid "Den upálení mistra Jana Husa" msgstr "День спалення Яна Гуса" #. Statehood Day. msgid "Den české státnosti" msgstr "День чеської державності" #. Independent Czechoslovak State Day. msgid "Den vzniku samostatného československého státu" msgstr "День створення незалежної чехословацької держави" #. Struggle for Freedom and Democracy Day and International Students' Day. msgid "Den boje za svobodu a demokracii a Mezinárodní den studentstva" msgstr "День боротьби за свободу і демократію та Міжнародний день студентів" #. Struggle for Freedom and Democracy Day. msgid "Den boje za svobodu a demokracii" msgstr "День боротьби за свободу і демократію" #. Christmas Eve. msgid "Štědrý den" msgstr "Святий вечір" #. Christmas Day. msgid "1. svátek vánoční" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "2. svátek vánoční" msgstr "Другий день Різдва" holidays-0.71/holidays/locale/uk/LC_MESSAGES/DE.po000066400000000000000000000073471500152103600213700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Germany holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2023-04-04 16:13+0300\n" "PO-Revision-Date: 2024-10-30 02:15+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays localization team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Neujahr" msgstr "Новий рік" #. Good Friday. msgid "Karfreitag" msgstr "Страсна пʼятниця" #. Easter Monday. msgid "Ostermontag" msgstr "Великодній понеділок" #. Labor Day. msgid "Erster Mai" msgstr "День праці" #. Ascension Day. msgid "Christi Himmelfahrt" msgstr "Вознесіння Господнє" #. Whit Monday. msgid "Pfingstmontag" msgstr "День Святого Духа" #. German Unity Day. msgid "Tag der Deutschen Einheit" msgstr "День німецької єдності" #. Reformation Day. msgid "Reformationstag" msgstr "День Реформації" #. Repentance and Prayer Day. msgid "Buß- und Bettag" msgstr "День молитви та покаяння" #. Christmas Day. msgid "Erster Weihnachtstag" msgstr "Перший день Різдва" #. Second Day of Christmas. msgid "Zweiter Weihnachtstag" msgstr "Другий день Різдва" #. Easter Sunday. msgid "Ostersonntag" msgstr "Великдень" #. Whit Sunday. msgid "Pfingstsonntag" msgstr "Трійця" #. International Women's Day. msgid "Internationaler Frauentag" msgstr "Міжнародний жіночий день" #. 75th anniversary of the liberation from Nazism and the end of the Second World War in Europe. msgid "" "75. Jahrestag der Befreiung vom Nationalsozialismus und der Beendigung des Zweiten Weltkriegs in " "Europa" msgstr "" "75-та річниця визволення від націонал-соціалізму та завершення Другої світової війни в Європі" #. 80th anniversary of the liberation from Nazism and the end of the Second World War in Europe. msgid "" "80. Jahrestag der Befreiung vom Nationalsozialismus und der Beendigung des Zweiten Weltkriegs in " "Europa" msgstr "" "80-та річниця визволення від націонал-соціалізму та завершення Другої світової війни в Європі" #. Epiphany. msgid "Heilige Drei Könige" msgstr "Богоявлення" #. Corpus Christi. msgid "Fronleichnam" msgstr "Свято Тіла і Крові Христових" #. All Saints' Day. msgid "Allerheiligen" msgstr "День усіх святих" #. Assumption Day. msgid "Mariä Himmelfahrt" msgstr "Внебовзяття Пресвятої Діви Марії" #. World Children's Day. msgid "Weltkindertag" msgstr "Всесвітній день дітей" #. 75th anniversary of the East German uprising of 1953. msgid "75. Jahrestag des Aufstandes vom 17. Juni 1953" msgstr "75-та річниця Повстання 1953 у Східній Німеччині" holidays-0.71/holidays/locale/uk/LC_MESSAGES/DK.po000066400000000000000000000044311500152103600213650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Denmark holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-04-09 13:45+0300\n" "PO-Revision-Date: 2023-11-12 16:36+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nytårsdag" msgstr "Новий рік" #. Maundy Thursday. msgid "Skærtorsdag" msgstr "Великий четвер" #. Good Friday. msgid "Langfredag" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Påskedag" msgstr "Великдень" #. Easter Monday. msgid "Anden påskedag" msgstr "Великодній понеділок" #. Great Day of Prayers. msgid "Store bededag" msgstr "День загальної молитви" #. Ascension Day. msgid "Kristi himmelfartsdag" msgstr "Вознесіння Господнє" #. Whit Sunday. msgid "Pinsedag" msgstr "Трійця" #. Whit Monday. msgid "Anden pinsedag" msgstr "День Святого Духа" #. Christmas Day. msgid "Juledag" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Anden juledag" msgstr "Другий день Різдва" #. Workers' Day. msgid "Arbejdernes kampdag" msgstr "День трудящих" #. Constitution Day. msgid "Grundlovsdag" msgstr "День Конституції" #. Christmas Eve. msgid "Juleaftensdag" msgstr "Святий вечір" #. New Year's Eve. msgid "Nytårsaften" msgstr "Переддень Нового року" holidays-0.71/holidays/locale/uk/LC_MESSAGES/DO.po000066400000000000000000000042411500152103600213700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Dominican Republic holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2023-03-05 14:05+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Epiphany. msgid "Día de los Santos Reyes" msgstr "Богоявлення" #. Lady of Altagracia. msgid "Día de la Altagracia" msgstr "День Богоматері Альтаграсія" #. Juan Pablo Duarte Day. msgid "Día de Duarte" msgstr "День Дуарте" #. Independence Day. msgid "Día de Independencia" msgstr "День незалежності" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Labor Day. msgid "Día del Trabajo" msgstr "День праці" #. Corpus Christi. msgid "Corpus Christi" msgstr "Свято Тіла і Крові Христових" #. Restoration Day. msgid "Día de la Restauración" msgstr "День реставрації" #. Our Lady of Mercedes Day. msgid "Día de las Mercedes" msgstr "День Богоматері Милосердя" #. Constitution Day. msgid "Día de la Constitución" msgstr "День Конституції" #. Christmas Day. msgid "Día de Navidad" msgstr "Різдво Христове" holidays-0.71/holidays/locale/uk/LC_MESSAGES/EC.po000066400000000000000000000041261500152103600213570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ecuador holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-04-02 18:54+0300\n" "PO-Revision-Date: 2023-04-02 19:02+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Carnival. msgid "Carnaval" msgstr "Карнавал" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Labor Day. msgid "Día del Trabajo" msgstr "День праці" #. The Battle of Pichincha. msgid "Batalla de Pichincha" msgstr "День битви біля Пічинча" #. Declaration of Independence of Quito. msgid "Primer Grito de Independencia" msgstr "День незалежності Кіто" #. Independence of Guayaquil. msgid "Independencia de Guayaquil" msgstr "День незалежності Гуаякіля" #. All Souls' Day. msgid "Día de los Difuntos" msgstr "День усіх померлих" #. Independence of Cuenca. msgid "Independencia de Cuenca" msgstr "День незалежності Куенки" #. Christmas Day. msgid "Día de Navidad" msgstr "Різдво Христове" #. %s (observed). #, c-format msgid "%s (observado)" msgstr "%s (вихідний)" holidays-0.71/holidays/locale/uk/LC_MESSAGES/EE.po000066400000000000000000000040001500152103600213500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Estonia holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "uusaasta" msgstr "Новий рік" #. Independence Day. msgid "iseseisvuspäev" msgstr "День незалежності" #. Good Friday. msgid "suur reede" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "ülestõusmispühade 1. püha" msgstr "Великдень" #. Spring Day. msgid "kevadpüha" msgstr "День весни" #. Whit Sunday. msgid "nelipühade 1. püha" msgstr "Трійця" #. Victory Day. msgid "võidupüha" msgstr "День Перемоги" #. Midsummer Day. msgid "jaanipäev" msgstr "День літнього сонцестояння" #. Independence Restoration Day. msgid "taasiseseisvumispäev" msgstr "День відновлення незалежності" #. Christmas Eve. msgid "jõululaupäev" msgstr "Святий вечір" #. Christmas Day. msgid "esimene jõulupüha" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "teine jõulupüha" msgstr "Другий день Різдва" holidays-0.71/holidays/locale/uk/LC_MESSAGES/ES.po000066400000000000000000000140661500152103600214030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Spain holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.40\n" "POT-Creation-Date: 2023-12-26 19:23+0200\n" "PO-Revision-Date: 2023-12-26 19:58+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. Monday following %s. #, c-format msgid "Lunes siguiente a %s" msgstr "Понеділок після %s" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Epiphany. msgid "Epifanía del Señor" msgstr "Богоявлення" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Labor Day. msgid "Fiesta del Trabajo" msgstr "День праці" #. Assumption Day. msgid "Asunción de la Virgen" msgstr "Внебовзяття Пресвятої Діви Марії" #. National Day. msgid "Fiesta Nacional de España" msgstr "Національний день Іспанії" #. All Saints' Day. msgid "Todos los Santos" msgstr "День усіх святих" #. Constitution Day. msgid "Día de la Constitución Española" msgstr "День Конституції Іспанії" #. Immaculate Conception. msgid "Inmaculada Concepción" msgstr "Непорочне зачаття Діви Марії" #. Christmas Day. msgid "Natividad del Señor" msgstr "Різдво Христове" #. Andalusia Day. msgid "Día de Andalucia" msgstr "День Андалусії" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Великий четвер" #. Saint George's Day. msgid "Día de San Jorge" msgstr "День Святого Георгія" #. Asturia Day. msgid "Día de Asturias" msgstr "День Астурії" #. Easter Monday. msgid "Lunes de Pascua" msgstr "Великодній понеділок" #. Saint James' Day. msgid "Santiago Apóstol" msgstr "День Святого Якова" #. Cantabria Institutions Day. msgid "Día de las Instituciones de Cantabria" msgstr "День Інституцій Кантабрії" #. Our Lady of the Bien Aparecida. msgid "La Bien Aparecida" msgstr "День Богоматері Обʼявлення" #. Santa Maria of Africa. msgid "Nuestra Señora de África" msgstr "День Богоматері Африканської" #. Ceuta Day. msgid "Día de Ceuta" msgstr "День Сеути" #. Eid al-Adha. msgid "Fiesta del Sacrificio-Eidul Adha" msgstr "Курбан-байрам" #. Saint Joseph's Day. msgid "San José" msgstr "День Святого Йосипа" #. Castile and León Day. msgid "Fiesta de Castilla y León" msgstr "День Кастилії і Леону" #. Corpus Christi. msgid "Corpus Christi" msgstr "Свято Тіла і Крові Христових" #. Castilla-La Mancha Day. msgid "Día de Castilla-La Mancha" msgstr "День Кастилії-Ла-Манча" #. Day of the Canary Islands. msgid "Día de Canarias" msgstr "День Канарських островів" #. Whit Monday. msgid "Día de la Pascua Granada" msgstr "День Святого Духа" #. Saint John the Baptist. msgid "San Juan" msgstr "День Івана Хрестителя" #. National Day of Catalonia. msgid "Fiesta Nacional de Cataluña" msgstr "Національний день Каталонії" #. Saint Stephen's Day. msgid "San Esteban" msgstr "День Святого Стефана" #. Shrove Tuesday. msgid "Martes de Carnaval" msgstr "Масний вівторок" #. Extremadura Day. msgid "Día de Extremadura" msgstr "День Естремадури" #. Galician Literature Day. msgid "Día de las Letras Gallegas" msgstr "День галісійської літератури" #. Galician National Day. msgid "Día Nacional de Galicia" msgstr "Національний день Галісії" #. Day of the Balearic Islands. msgid "Día de las Islas Baleares" msgstr "День Балеарських островів" #. Murcia Day. msgid "Día de la Región de Murcia" msgstr "День Мурсії" #. Madrid Day. msgid "Fiesta de la Comunidad de Madrid" msgstr "День Мадрида" #. Statute of Autonomy of Melilla Day. msgid "Estatuto de Autonomía de la Ciudad de Melilla" msgstr "День Статуту автономії міста Мелілья" #. Eid al-Fitr. msgid "Fiesta del Eid Fitr" msgstr "Рамазан-байрам" #. Eid al-Adha. msgid "Fiesta del Sacrificio-Aid Al Adha" msgstr "Курбан-байрам" #. País Vasco Day. msgid "Día del País Vasco" msgstr "День Країни Басків" #. La Rioja Day. msgid "Día de La Rioja" msgstr "День Ріохи" #. Valencian Community Day. msgid "Día de la Comunidad Valenciana" msgstr "День Валенсії" #. Day following Saint Joseph's Day. msgid "Día siguiente a San José" msgstr "День наступний за Днем Святого Йосипа" #. Saint Joseph's Day Transfer. msgid "Traslado de San José" msgstr "Перенесений День Святого Йосипа" #. 80th Anniversary of the first Basque Government. msgid "80 Aniversario del primer Gobierno Vasco" msgstr "80-та річниця першого баскського уряду" #. V Centennial of the Circumnavigation of the World. msgid "V Centenario Vuelta al Mundo" msgstr "V Сторіччя навколосвітньої подорожі" #. The Fallas. msgid "Lunes de Fallas" msgstr "Фальяс" holidays-0.71/holidays/locale/uk/LC_MESSAGES/FI.po000066400000000000000000000117221500152103600213660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Finland holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.54\n" "POT-Creation-Date: 2023-04-08 19:30+0300\n" "PO-Revision-Date: 2024-07-26 17:41+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4.2\n" #. New Year's Day. msgid "Uudenvuodenpäivä" msgstr "Новий рік" #. Epiphany. msgid "Loppiainen" msgstr "Богоявлення" #. Good Friday. msgid "Pitkäperjantai" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Pääsiäispäivä" msgstr "Великдень" #. Easter Monday. msgid "Toinen pääsiäispäivä" msgstr "Великодній понеділок" #. May Day. msgid "Vappu" msgstr "Ваппу" #. Ascension Day. msgid "Helatorstai" msgstr "Вознесіння Господнє" #. Whit Sunday. msgid "Helluntaipäivä" msgstr "Трійця" #. Midsummer Eve. msgid "Juhannusaatto" msgstr "Переддень літнього сонцестояння" #. Midsummer Day. msgid "Juhannuspäivä" msgstr "День літнього сонцестояння" #. All Saints' Day. msgid "Pyhäinpäivä" msgstr "День усіх святих" #. Independence Day. msgid "Itsenäisyyspäivä" msgstr "День незалежності" #. Christmas Eve. msgid "Jouluaatto" msgstr "Святий вечір" #. Christmas Day. msgid "Joulupäivä" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Tapaninpäivä" msgstr "Другий день Різдва" #. Runeberg Day. msgid "Runebergin päivä" msgstr "День Рунеберга" #. Kalevala Day, Day of Finnish Culture. msgid "Kalevalan päivä, suomalaisen kulttuurin päivä" msgstr "День Калевали, День фінської культури" #. Minna Canth Day, Day of Equality. msgid "Minna Canthin päivä, tasa-arvon päivä" msgstr "День Мінни Кант, День рівності" #. Mikael Agricola Day, Day of the Finnish Language. msgid "Mikael Agricolan päivä, suomen kielen päivä" msgstr "День Мікаеля Аґріколи, День фінської мови" #. National War Veterans' Day. msgid "Kansallinen veteraanipäivä" msgstr "Національний день ветеранів" #. Europe Day. msgid "Eurooppa-päivä" msgstr "День Європи" #. Mother's Day. msgid "Äitienpäivä" msgstr "День матері" #. J. V. Snellman Day, Day of Finnish Heritage. msgid "J.V. Snellmanin päivä, suomalaisuuden päivä" msgstr "День Ю. В. Снелльмана, День фінської спадщини" #. Remembrance Day. msgid "Kaatuneitten muistopäivä" msgstr "День ветеранів Національної війни" #. Flag Day of the Finnish Defense Forces. msgid "Puolustusvoimain lippujuhlan päivä" msgstr "День прапора фінських сил оборони" #. Eino Leino Day, Day of Summer and Poetry. msgid "Eino Leinon päivä, runon ja suven päivä" msgstr "День Ейно Лейно, День літа та поезії" #. Finland's Nature Day. msgid "Suomen luonnon päivä" msgstr "День природи Фінляндії" #. Miina Sillanpää Day, Day of Civic Participation. msgid "Miina Sillanpään ja kansalaisvaikuttamisen päivä" msgstr "День Міїни Сілланпяя, День громадянської активності" #. Aleksis Kivi Day, Day of Finnish Literature. msgid "Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä" msgstr "День Алексіса Ківі, День фінської літератури" #. United Nations Day. msgid "YK:n päivä" msgstr "День ООН" #. Finnish Swedish Heritage Day, svenska dagen. msgid "Ruotsalaisuuden päivä, Kustaa Aadolfin päivä" msgstr "День фінської шведської спадщини, шведський день" #. Father's Day. msgid "Isänpäivä" msgstr "День батька" #. Day of Children's Rights. msgid "Lapsen oikeuksien päivä" msgstr "День прав дитини" #. Jean Sibelius Day, Day of Finnish Music. msgid "Jean Sibeliuksen päivä, suomalaisen musiikin päivä" msgstr "День Жана Сібеліуса, День фінської музики" holidays-0.71/holidays/locale/uk/LC_MESSAGES/FR.po000066400000000000000000000061001500152103600213710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # France holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-03-23 14:44+0200\n" "PO-Revision-Date: 2024-01-23 20:54+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Jour de l'an" msgstr "Новий рік" #. Labor Day. msgid "Fête du Travail" msgstr "День праці" #. Labor and Social Concord Day. msgid "Fête du Travail et de la Concorde sociale" msgstr "День праці та Суспільної згоди" #. Victory Day. msgid "Fête de la Victoire" msgstr "День Перемоги" #. National Day. msgid "Fête nationale" msgstr "Національне свято" #. Armistice Day. msgid "Armistice" msgstr "День перемирʼя" #. Good Friday. msgid "Vendredi saint" msgstr "Страсна пʼятниця" #. Mi-Careme. msgid "Mi-Carême" msgstr "Свято Мі-Карем" #. Easter Monday. msgid "Lundi de Pâques" msgstr "Великодній понеділок" #. Whit Monday. msgid "Lundi de Pentecôte" msgstr "День Святого Духа" #. Ascension Day. msgid "Ascension" msgstr "Вознесіння Господнє" #. Assumption Day. msgid "Assomption" msgstr "Внебовзяття Пресвятої Діви Марії" #. All Saints' Day. msgid "Toussaint" msgstr "День усіх святих" #. Christmas Day. msgid "Noël" msgstr "Різдво Христове" #. Feast of Victor Schoelcher. msgid "Fête de Victor Schoelcher" msgstr "День Віктора Шольшера" #. Abolition of slavery. msgid "Abolition de l'esclavage" msgstr "День скасування рабства" #. Saint Stephen's Day. msgid "Saint Étienne" msgstr "День Святого Стефана" #. Citizenship Day. msgid "Fête de la Citoyenneté" msgstr "День громадянства" #. Missionary Day. msgid "Arrivée de l'Évangile" msgstr "День місіонерів" #. Internal Autonomy Day. msgid "Fête de l'autonomie" msgstr "День автономії" #. Feast of Saint Peter Chanel. msgid "Saint Pierre Chanel" msgstr "День Святого Пʼєра Шанеля" #. Festival of the territory. msgid "Fête du Territoire" msgstr "День Території" holidays-0.71/holidays/locale/uk/LC_MESSAGES/GE.po000066400000000000000000000064301500152103600213630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Georgia holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.50\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2024-05-23 11:01+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.4\n" #. New Year's Day. msgid "ახალი წელი" msgstr "Новий рік" #. Christmas Day. msgid "ქრისტეშობა" msgstr "Різдво Христове" #. Epiphany. msgid "ნათლისღება" msgstr "Богоявлення" #. Mother's Day. msgid "დედის დღე" msgstr "День матері" #. International Women's Day. msgid "ქალთა საერთაშორისო დღე" msgstr "Міжнародний жіночий день" #. Good Friday. msgid "წითელი პარასკევი" msgstr "Страсна пʼятниця" #. Holy Saturday. msgid "დიდი შაბათი" msgstr "Велика субота" #. Easter Sunday. msgid "აღდგომა" msgstr "Великдень" #. Easter Monday. msgid "შავი ორშაბათი" msgstr "Великодній понеділок" #. National Unity Day. msgid "ეროვნული ერთიანობის დღე" msgstr "День національної єдності" #. Day of Victory over Fascism. msgid "ფაშიზმზე გამარჯვების დღე" msgstr "День перемоги над фашизмом" #. Saint Andrew's Day. msgid "წმინდა ანდრია პირველწოდებულის დღე" msgstr "День Святого Андрія Первозваного" #. Independence Day. msgid "დამოუკიდებლობის დღე" msgstr "День незалежності" #. Dormition of the Mother of God. msgid "მარიამობა" msgstr "Успіння Пресвятої Богородиці" #. Holiday of Svetitskhovloba, Robe of Jesus. msgid "მცხეთობის" msgstr "Свято Светіцховлоба, Ризи Господньої" #. Saint George's Day. msgid "გიორგობა" msgstr "День Святого Георгія" #. Day of Family Sanctity and Respect for Parents. msgid "ოჯახის სიწმინდისა და მშობლების პატივისცემის დღე" msgstr "День святості родини та поваги до батьків" holidays-0.71/holidays/locale/uk/LC_MESSAGES/GL.po000066400000000000000000000046121500152103600213720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greenland holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2023-02-15 08:13-0800\n" "PO-Revision-Date: 2025-02-11 18:37+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Ukiortaaq" msgstr "Новий рік" #. Maundy Thursday. msgid "Sisamanngortoq illernartoq" msgstr "Великий четвер" #. Good Friday. msgid "Tallimanngorneq tannaartoq" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Poorskip ullua" msgstr "Великдень" #. Easter Monday. msgid "Poorskip-aappaa" msgstr "Великодній понеділок" #. Great Prayer Day. msgid "Ulloq qinuffiusoq" msgstr "День загальної молитви" #. Ascension Day. msgid "Qilaliarfik" msgstr "Вознесіння Господнє" #. Whit Sunday. msgid "Piinsip ullua" msgstr "Трійця" #. Whit Monday. msgid "Piinsip-aappaa" msgstr "День Святого Духа" #. Christmas Day. msgid "Juullip ullua" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Juullip-aappaa" msgstr "Другий день Різдва" #. Epiphany. msgid "Kunngit pingasut ulluat" msgstr "Богоявлення" #. International Workers' Day. msgid "Sulisartut ulluat" msgstr "День трудящих" #. National Day. msgid "Ullortuneq" msgstr "Національне свято" #. Christmas Eve. msgid "Juulliaraq" msgstr "Святий вечір" #. New Year's Eve. msgid "Ukiortaami" msgstr "Переддень Нового року" holidays-0.71/holidays/locale/uk/LC_MESSAGES/GR.po000066400000000000000000000051761500152103600214060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Greece holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-27 18:57+0300\n" "PO-Revision-Date: 2023-07-27 19:16+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Πρωτοχρονιά" msgstr "Новий рік" #. Epiphany. msgid "Θεοφάνεια" msgstr "Богоявлення" #. Green Monday. msgid "Καθαρά Δευτέρα" msgstr "Чистий понеділок" #. Independence Day. msgid "Εικοστή Πέμπτη Μαρτίου" msgstr "День незалежності" #. Good Friday. msgid "Μεγάλη Παρασκευή" msgstr "Страсна пʼятниця" #. Easter Monday. msgid "Δευτέρα του Πάσχα" msgstr "Великодній понеділок" #. Whit Monday. msgid "Δευτέρα του Αγίου Πνεύματος" msgstr "День Святого Духа" #. Labor Day. msgid "Εργατική Πρωτομαγιά" msgstr "День праці" #. %s (observed). #, c-format msgid "%s (παρατηρήθηκε)" msgstr "%s (вихідний)" #. Dormition of the Mother of God. msgid "Κοίμηση της Θεοτόκου" msgstr "Успіння Пресвятої Богородиці" #. Ochi Day. msgid "Ημέρα του Όχι" msgstr "День Охі" #. Christmas Day. msgid "Χριστούγεννα" msgstr "Різдво Христове" #. Glorifying of the Mother of God. msgid "Σύναξη της Υπεραγίας Θεοτόκου" msgstr "Собор Пресвятої Богородиці" #. Christmas Eve. msgid "Παραμονή Χριστουγέννων" msgstr "Святий вечір" #. New Year's Eve. msgid "Παραμονή Πρωτοχρονιάς" msgstr "Переддень Нового року" holidays-0.71/holidays/locale/uk/LC_MESSAGES/HN.po000066400000000000000000000040431500152103600213730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Honduras holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.25\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2023-03-05 13:31+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Великий четвер" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Holy Saturday. msgid "Sábado de Gloria" msgstr "Велика субота" #. Panamerican Day. msgid "Día de las Américas" msgstr "День Америки" #. Labor Day. msgid "Día del Trabajo" msgstr "День праці" #. Morazan's Day. msgid "Día de Morazán" msgstr "День Морасана" #. Columbus Day. msgid "Día de la Raza" msgstr "День Колумба" #. Army Day. msgid "Día de las Fuerzas Armadas" msgstr "День збройних сил" #. Morazan Weekend. msgid "Semana Morazánica" msgstr "Тиждень Морасана" #. Christmas Day. msgid "Navidad" msgstr "Різдво Христове" #. Independence Day. msgid "Día de la Independencia" msgstr "День незалежності" holidays-0.71/holidays/locale/uk/LC_MESSAGES/HR.po000066400000000000000000000055531500152103600214060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Croatia holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-01-23 19:22+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Nova godina" msgstr "Новий рік" #. Epiphany. msgid "Bogojavljenje ili Sveta tri kralja" msgstr "Богоявлення" #. Easter Sunday. msgid "Uskrs" msgstr "Великдень" #. Easter Monday. msgid "Uskrsni ponedjeljak" msgstr "Великодній понеділок" #. Corpus Christi. msgid "Tijelovo" msgstr "Свято Тіла і Крові Христових" #. Labor Day. msgid "Praznik rada" msgstr "День праці" #. Statehood Day. msgid "Dan državnosti" msgstr "День державності" #. Anti-Fascist Struggle Day. msgid "Dan antifašističke borbe" msgstr "День антифашистської боротьби" #. Victory and Homeland Thanksgiving Day and Croatian Veterans Day. msgid "Dan pobjede i domovinske zahvalnosti i Dan hrvatskih branitelja" msgstr "День перемоги і подяки вітчизні та День хорватських захисників" #. Victory and Homeland Thanksgiving Day. msgid "Dan pobjede i domovinske zahvalnosti" msgstr "День перемоги і подяки вітчизні" #. Assumption Day. msgid "Velika Gospa" msgstr "Внебовзяття Пресвятої Діви Марії" #. Independence Day. msgid "Dan neovisnosti" msgstr "День незалежності" #. All Saints' Day. msgid "Svi sveti" msgstr "День усіх святих" #. Remembrance Day. msgid "Dan sjećanja na žrtve Domovinskog rata i Dan sjećanja na žrtvu Vukovara i Škabrnje" msgstr "День памʼяті жертв Вітчизняної війни та жертв Вуковара і Шкабрні" #. Christmas Day. msgid "Božić" msgstr "Різдво Христове" #. Saint Stephen's Day. msgid "Sveti Stjepan" msgstr "День Святого Стефана" holidays-0.71/holidays/locale/uk/LC_MESSAGES/HU.po000066400000000000000000000054351500152103600214100ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Hungary holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-06-12 19:06+0300\n" "PO-Revision-Date: 2023-11-10 22:16+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Újév" msgstr "Новий рік" #. National Day. msgid "Nemzeti ünnep" msgstr "Національне свято" #. Good Friday. msgid "Nagypéntek" msgstr "Страсна пʼятниця" #. Easter. msgid "Húsvét" msgstr "Великдень" #. Easter Monday. msgid "Húsvét Hétfő" msgstr "Великодній понеділок" #. Whit Sunday. msgid "Pünkösd" msgstr "Трійця" #. Whit Monday. msgid "Pünkösdhétfő" msgstr "День Святого Духа" #. Labor Day. msgid "A Munka ünnepe" msgstr "День праці" #. Bread Day. msgid "A kenyér ünnepe" msgstr "День хліба" #. State Foundation Day. msgid "Az államalapítás ünnepe" msgstr "День заснування держави" #. All Saints' Day. msgid "Mindenszentek" msgstr "День усіх святих" #. Christmas Day. msgid "Karácsony" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Karácsony másnapja" msgstr "Другий день Різдва" #. Proclamation of Soviet Republic Day. msgid "A Tanácsköztársaság kikiáltásának ünnepe" msgstr "День проголошення радянської республіки" #. Liberation Day. msgid "A felszabadulás ünnepe" msgstr "День визволення" #. Great October Socialist Revolution Day. msgid "A nagy októberi szocialista forradalom ünnepe" msgstr "День Великої Жовтневої соціалістичної революції" #. Substituted date format. msgid "%Y. %m. %d." msgstr "%d.%m.%Y" #. Day off (substituted from %s). #, c-format msgid "Pihenőnap (%s-től helyettesítve)" msgstr "Вихідний день (перенесено з %s)" holidays-0.71/holidays/locale/uk/LC_MESSAGES/ID.po000066400000000000000000000134501500152103600213640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Indonesia holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.60\n" "POT-Creation-Date: 2023-07-23 14:09+0300\n" "PO-Revision-Date: 2024-10-30 16:45+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (perkiraan)" msgstr "%s (приблизна дата)" #. General Election Day. msgid "Hari Pemilihan Unum" msgstr "День загальних виборів" #. Presidential Election Day. msgid "Hari Pemilihan Presiden" msgstr "День президентських виборів" #. Legislative Election Day. msgid "Hari Pemilihan Legislatif" msgstr "День парламентських виборів" #. Local Election Day. msgid "Hari Pemilihan Kepala Daerah" msgstr "День місцевих виборів" #. Eid al-Fitr Joint Holiday. msgid "Cuti Bersama Hari Raya Idul Fitri" msgstr "Додатковий вихідний на Курбан-байрам" #. Christmas Joint Holiday. msgid "Cuti Bersama Hari Raya Natal" msgstr "Додатковий вихідний на Різдво Христове" #. Lunar New Year Joint Holiday. msgid "Cuti Bersama Tahun Baru Imlek" msgstr "Додатковий вихідний на Китайський Новий рік" #. Day of Silence Joint Holiday. msgid "Cuti Bersama Hari Suci Nyepi" msgstr "Додатковий вихідний на Священний день тиші" #. New Year's Day. msgid "Tahun Baru Masehi" msgstr "Новий рік" #. Lunar New Year. msgid "Tahun Baru Imlek" msgstr "Китайський Новий рік" #. Day of Silence. msgid "Hari Suci Nyepi" msgstr "День тиші" #. Good Friday. msgid "Wafat Yesus Kristus" msgstr "Страсна пʼятниця" #. Easter Monday. msgid "Hari kedua Paskah" msgstr "Великодній понеділок" #. Vesak Day. msgid "Hari Raya Waisak" msgstr "День народження Будди" #. International Labor Day. msgid "Hari Buruh Internasional" msgstr "Міжнародний день праці" #. Ascension Day. msgid "Kenaikan Yesus Kristus" msgstr "Вознесіння Господнє" #. Whit Monday. msgid "Hari kedua Pentakosta" msgstr "День Святого Духа" #. Pancasila Day. msgid "Hari Lahir Pancasila" msgstr "День Панчасіла" #. Assumption Day. msgid "Mikraj Santa Maria" msgstr "Внебовзяття Пресвятої Діви Марії" #. Independence Day. msgid "Hari Kemerdekaan Republik Indonesia" msgstr "День незалежності Республіки Індонезія" #. Armed Forces Day. msgid "Hari Angkatan Perang" msgstr "День Збройних сил" #. Heroes' Day. msgid "Hari Pahlawan" msgstr "День Героїв" #. Christmas Day. msgid "Hari Raya Natal" msgstr "Різдво Христове" #. Eid al-Fitr. msgid "Hari Raya Idul Fitri" msgstr "Рамазан-байрам" #. Eid al-Fitr Second Day. msgid "Hari kedua dari Hari Raya Idul Fitri" msgstr "Другий день Рамазан-байрам" #. Eid al-Adha. msgid "Hari Raya Idul Adha" msgstr "Курбан-байрам" #. Islamic New Year. msgid "Tahun Baru Islam" msgstr "Ісламський Новий рік" #. Prophet's Birthday. msgid "Maulid Nabi Muhammad" msgstr "День народження пророка Мухаммада" #. Isra' and Mi'raj. msgid "Isra Mikraj Nabi Muhammad" msgstr "Вознесіння пророка Мухаммада" #. Nuzul Al Quran. msgid "Nuzululqur'an" msgstr "Річниця обʼявлення Корану" #. Eid al-Adha Joint Holiday. msgid "Cuti Bersama Hari Raya Idul Adha" msgstr "Додатковий вихідний на Курбан-байрам" #. Prophet's Birthday Joint Holiday. msgid "Cuti Bersama Maulid Nabi Muhammad" msgstr "Додатковий вихідний на День народження пророка Мухаммада" #. Ascension Joint Holiday. msgid "Cuti Bersama Kenaikan Yesus Kristus" msgstr "Додатковий вихідний на Вознесіння Господнє" #. Vesak Joint Holiday. msgid "Cuti Bersama Hari Raya Waisak" msgstr "Додатковий вихідний на День народження Будди" #. %s (observed). #, c-format msgid "Pegangti %s" msgstr "%s (вихідний)" #. %s (observed, estimated). #, c-format msgid "Pegangti %s (perkiraan)" msgstr "%s (вихідний, приблизна дата)" #. Islamic New Year Joint Holiday. msgid "Cuti Bersama Tahun Baru Islam" msgstr "Додатковий вихідний на Ісламський Новий рік" #. New Year's Joint Holiday. msgid "Cuti Bersama Tahun Baru Masehi" msgstr "Додатковий вихідний на Новий рік" #. Independence Day Joint Holiday. msgid "Cuti Bersama Hari Kemerdekaan Republik Indonesia" msgstr "Додатковий вихідний на День незалежності Республіки Індонезія" #. Easter Sunday. msgid "Kebangkitan Yesus Kristus" msgstr "Великдень" holidays-0.71/holidays/locale/uk/LC_MESSAGES/IL.po000066400000000000000000000053411500152103600213740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Israel holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.39\n" "POT-Creation-Date: 2023-07-18 17:31+0300\n" "PO-Revision-Date: 2023-07-18 17:57+0300\n" "Last-Translator: Arkadii Yakovets \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. Rosh Hashanah (New Year). msgid "ראש השנה" msgstr "Рош га-Шана" #. Yom Kippur (Day of Atonement). msgid "יום כיפור" msgstr "Йом Кіпур" #. Sukkot (Feast of Tabernacles). msgid "סוכות" msgstr "Суккот" #. Simchat Torah / Shemini Atzeret. msgid "שמחת תורה/שמיני עצרת" msgstr "Сімхат Тора / Шміні Ацерет" #. Pesach (Passover). msgid "פסח" msgstr "Песах" #. Shvi'i shel Pesach (Seventh day of Passover) msgid "שביעי של פסח" msgstr "Сьомий день Песаха" #. Yom Ha-Atzmaut (Independence Day). msgid "יום העצמאות" msgstr "День незалежності" #. Shavuot. msgid "שבועות" msgstr "Шавуот" #. Chol HaMoed Sukkot (Feast of Tabernacles holiday). msgid "חול המועד סוכות" msgstr "Свято Суккот" #. Sigd. msgid "סיגד" msgstr "Сігд" #. Purim. msgid "פורים" msgstr "Пурім" #. Chol HaMoed Pesach (Passover holiday). msgid "חול המועד פסח" msgstr "Свято Песах" #. Yom Hazikaron (Fallen Soldiers and Victims of Terrorism Remembrance Day). msgid "יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה" msgstr "День памʼяті" #. Yom Yerushalayim (Jerusalem Day). msgid "יום ירושלים" msgstr "День Єрусалиму" #. Tisha B'Av (Tisha B'Av, fast). msgid "תשעה באב" msgstr "Тиша Бе-Ав" #. Hanukkah. msgid "חנוכה" msgstr "Ханука" #. Ta`anit Ester (Fast of Esther). msgid "תענית אסתר" msgstr "Тааніт-Естер" #. Lag Ba'omer (Lag BaOmer). msgid "ל\"ג בעומר" msgstr "Лаг ба-Омер" #. %s (observed). #, c-format msgid "(נצפה) %s" msgstr "%s (вихідний)" holidays-0.71/holidays/locale/uk/LC_MESSAGES/IS.po000066400000000000000000000047311500152103600214050ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Iceland holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-04-09 14:31+0300\n" "PO-Revision-Date: 2025-01-27 19:04+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Nýársdagur" msgstr "Новий рік" #. Maundy Thursday. msgid "Skírdagur" msgstr "Великий четвер" #. Good Friday. msgid "Föstudagurinn langi" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Páskadagur" msgstr "Великдень" #. Easter Monday. msgid "Annar í páskum" msgstr "Великодній понеділок" #. First Day of Summer. msgid "Sumardagurinn fyrsti" msgstr "Перший день літа" #. Labor Day. msgid "Verkalýðsdagurinn" msgstr "День праці" #. Ascension Day. msgid "Uppstigningardagur" msgstr "Вознесіння Господнє" #. Whit Sunday. msgid "Hvítasunnudagur" msgstr "Трійця" #. Whit Monday. msgid "Annar í hvítasunnu" msgstr "День Святого Духа" #. National Day. msgid "Þjóðhátíðardagurinn" msgstr "Національне свято" #. Commerce Day. msgid "Frídagur verslunarmanna" msgstr "День торгівлі" #. Christmas Eve. msgid "Aðfangadagur" msgstr "Святий вечір" #. Christmas Day. msgid "Jóladagur" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Annar í jólum" msgstr "Другий день Різдва" #. New Year's Eve. msgid "Gamlársdagur" msgstr "Переддень Нового року" #. %s (from 1pm). #, c-format msgid "%s (frá kl. 13.00)" msgstr "%s (з 13:00)" holidays-0.71/holidays/locale/uk/LC_MESSAGES/KZ.po000066400000000000000000000063021500152103600214120ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Kazakhstan holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2024-09-26 20:24+0300\n" "PO-Revision-Date: 2024-09-26 20:33+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (бағаланған)" msgstr "%s (приблизна дата)" #. %s (observed). #, c-format msgid "%s (қайта белгіленген демалыс)" msgstr "%s (вихідний)" #. %s (observed, estimated). #, c-format msgid "%s (қайта белгіленген демалыс, бағаланған)" msgstr "%s (вихідний, приблизна дата)" #. New Year's Day. msgid "Жаңа жыл" msgstr "Новий рік" #. Orthodox Christmas. msgid "Православиелік Рождество" msgstr "Православне Різдво" #. International Women's Day. msgid "Халықаралық әйелдер күні" msgstr "Міжнародний жіночий день" #. Nowruz Holiday. msgid "Наурыз мейрамы" msgstr "Свято Новруз" #. Kazakhstan's People Solidarity Holiday. msgid "Қазақстан халқының бірлігі мерекесі" msgstr "Свято єдності народу Казахстану" #. Defender of the Fatherland Day. msgid "Отан Қорғаушы күні" msgstr "День захисника Вітчизни" #. Victory Day. msgid "Жеңіс күні" msgstr "День Перемоги" #. Capital Day. msgid "Астана күні" msgstr "День Столиці" #. Constitution Day. msgid "Қазақстан Республикасының Конституциясы күні" msgstr "День Конституції Республіки Казахстан" #. Republic Day. msgid "Республика күні" msgstr "День Республіки" #. First President Day. msgid "Қазақстан Республикасының Тұңғыш Президенті күні" msgstr "День першого президента Республіки Казахстан" #. Independence Day. msgid "Тəуелсіздік күні" msgstr "День незалежності" #. Eid al-Adha. msgid "Құрбан айт" msgstr "Курбан-байрам" #. Substituted date format. msgid "%d.%m.%Y" msgstr "%d.%m.%Y" #. Day off (substituted from %s). #, c-format msgid "Демалыс күні (%s бастап ауыстырылды)" msgstr "Вихідний день (перенесено з %s)" holidays-0.71/holidays/locale/uk/LC_MESSAGES/LI.po000066400000000000000000000056071500152103600214010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Liechtenstein holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-04-01 18:49+0300\n" "PO-Revision-Date: 2024-01-25 21:17+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Neujahr" msgstr "Новий рік" #. Saint Berchtold's Day. msgid "Berchtoldstag" msgstr "День Святого Бертольда" #. Epiphany. msgid "Heilige Drei Könige" msgstr "Богоявлення" #. Candlemas. msgid "Mariä Lichtmess" msgstr "Стрітення" #. Shrove Tuesday. msgid "Fasnachtsdienstag" msgstr "Масний вівторок" #. Saint Joseph's Day. msgid "Josefstag" msgstr "День Святого Йосипа" #. Good Friday. msgid "Karfreitag" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Ostersonntag" msgstr "Великдень" #. Easter Monday. msgid "Ostermontag" msgstr "Великодній понеділок" #. Labor Day. msgid "Tag der Arbeit" msgstr "День праці" #. Ascension Day. msgid "Auffahrt" msgstr "Вознесіння Господнє" #. Whit Sunday. msgid "Pfingstsonntag" msgstr "Трійця" #. Whit Monday. msgid "Pfingstmontag" msgstr "День Святого Духа" #. Corpus Christi. msgid "Fronleichnam" msgstr "Свято Тіла і Крові Христових" #. National Day. msgid "Staatsfeiertag" msgstr "Національне свято" #. Nativity of Mary. msgid "Mariä Geburt" msgstr "Різдво Пресвятої Богородиці" #. All Saints' Day. msgid "Allerheiligen" msgstr "День усіх святих" #. Immaculate Conception. msgid "Mariä Empfängnis" msgstr "Непорочне зачаття Діви Марії" #. Christmas Eve. msgid "Heiligabend" msgstr "Святий вечір" #. Christmas Day. msgid "Weihnachten" msgstr "Різдво Христове" #. Saint Stephen's Day. msgid "Stephanstag" msgstr "День Святого Стефана" #. New Year's Eve. msgid "Silvester" msgstr "Переддень Нового року" holidays-0.71/holidays/locale/uk/LC_MESSAGES/LT.po000066400000000000000000000056311500152103600214110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Lithuania holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.44\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2024-03-01 15:04+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Naujųjų metų diena" msgstr "Новий рік" #. Day of Restoration of the State of Lithuania. msgid "Lietuvos valstybės atkūrimo diena" msgstr "День відновлення Литовської держави" #. Day of Restoration of Independence of Lithuania. msgid "Lietuvos nepriklausomybės atkūrimo diena" msgstr "День відновлення незалежності Литви" #. Easter Sunday. msgid "Šv. Velykos" msgstr "Великдень" #. Easter Monday. msgid "Antroji šv. Velykų diena" msgstr "Великодній понеділок" #. International Workers' Day. msgid "Tarptautinė darbo diena" msgstr "Міжнародний день трудящих" #. Day of Dew and Saint John. msgid "Rasos ir Joninių diena" msgstr "День роси та День Івана Купала" #. Statehood Day. msgid "Valstybės (Lietuvos karaliaus Mindaugo karūnavimo) ir Tautiškos giesmės diena" msgstr "День державності та День національного гімну" #. Assumption Day. msgid "Žolinė (Švč. Mergelės Marijos ėmimo į dangų diena)" msgstr "Внебовзяття Пресвятої Діви Марії" #. All Saints' Day. msgid "Visų Šventųjų diena" msgstr "День усіх святих" #. All Souls' Day. msgid "Mirusiųjų atminimo (Vėlinių) diena" msgstr "День памʼяті (День всіх померлих)" #. Christmas Eve. msgid "Kūčių diena" msgstr "Святий вечір" #. Christmas Day. msgid "Šv. Kalėdų pirma diena" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Šv. Kalėdų antra diena" msgstr "Другий день Різдва" #. Mother's Day. msgid "Motinos diena" msgstr "День матері" #. Father's Day. msgid "Tėvo diena" msgstr "День батька" holidays-0.71/holidays/locale/uk/LC_MESSAGES/LU.po000066400000000000000000000036731500152103600214160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Luxembourg holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 17:06+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Neijoerschdag" msgstr "Новий рік" #. Easter Monday. msgid "Ouschterméindeg" msgstr "Великодній понеділок" #. Labor Day. msgid "Dag vun der Aarbecht" msgstr "День праці" #. Europe Day. msgid "Europadag" msgstr "День Європи" #. Ascension Day. msgid "Christi Himmelfaart" msgstr "Вознесіння Господнє" #. Whit Monday. msgid "Péngschtméindeg" msgstr "День Святого Духа" #. National Day. msgid "Nationalfeierdag" msgstr "Національне свято" #. Assumption Day. msgid "Léiffrawëschdag" msgstr "Внебовзяття Пресвятої Діви Марії" #. All Saints' Day. msgid "Allerhellgen" msgstr "День усіх святих" #. Christmas Day. msgid "Chrëschtdag" msgstr "Різдво Христове" #. Saint Stephen's Day. msgid "Stiefesdag" msgstr "День Святого Стефана" holidays-0.71/holidays/locale/uk/LC_MESSAGES/LV.po000066400000000000000000000064531500152103600214160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Latvia holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2023-06-27 16:59+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==0 || (n%100>=11 && n%100<=19) ? 0 : n%10==1 && n%100!=11 ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. General Latvian Song and Dance Festival closing day. msgid "Vispārējo latviešu Dziesmu un deju svētku noslēguma dienu" msgstr "День закриття загальнолатвійського фестивалю пісні і танцю" #. Day of His Holiness Pope Francis' pastoral visit to Latvia. msgid "Viņa Svētības pāvesta Franciska pastorālās vizītes Latvijā diena" msgstr "День пастирського візиту Його Святості Папи Франциска до Латвії" #. Day the Latvian hockey team won the bronze medal at the 2023 World Ice Hockey Championship. msgid "" "Diena, kad Latvijas hokeja komanda ieguva bronzas medaļu 2023. gada Pasaules hokeja čempionātā" msgstr "День здобуття збірною Латвії з хокею бронзової медалі Чемпіонату світу" #. %s (observed). #, c-format msgid "%s (brīvdiena)" msgstr "%s (вихідний)" #. New Year's Day. msgid "Jaunais Gads" msgstr "Новий рік" #. Good Friday. msgid "Lielā Piektdiena" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Lieldienas" msgstr "Великдень" #. Easter Monday. msgid "Otrās Lieldienas" msgstr "Великодній понеділок" #. Labor Day. msgid "Darba svētki" msgstr "День праці" #. Restoration of Independence Day. msgid "Latvijas Republikas Neatkarības atjaunošanas diena" msgstr "День відновлення незалежности Латвійської Республіки" #. Mother's Day. msgid "Mātes diena" msgstr "День матері" #. Midsummer Day. msgid "Jāņu diena" msgstr "Янів день" #. Midsummer Eve. msgid "Līgo diena" msgstr "Ліго" #. Republic of Latvia Proclamation Day. msgid "Latvijas Republikas proklamēšanas diena" msgstr "День проголошення Латвійської Республіки" #. Christmas Eve. msgid "Ziemassvētku vakars" msgstr "Святий вечір" #. Christmas Day. msgid "Ziemassvētki" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Otrie Ziemassvētki" msgstr "Другий день Різдва" #. New Year's Eve. msgid "Vecgada vakars" msgstr "Переддень Нового року" holidays-0.71/holidays/locale/uk/LC_MESSAGES/MC.po000066400000000000000000000044671500152103600213770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Monaco holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-02-20 11:58+0200\n" "PO-Revision-Date: 2024-01-02 18:34+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. Public holiday. msgid "Jour férié" msgstr "Державне свято" #. %s (observed). #, c-format msgid "%s (observé)" msgstr "%s (вихідний)" #. New Year's Day. msgid "Le jour de l'An" msgstr "Новий рік" #. Saint Devote's Day. msgid "La Sainte Dévote" msgstr "День Святої Девоти" #. Easter Monday. msgid "Le lundi de Pâques" msgstr "Великодній понеділок" #. Labor Day. msgid "Fête de la Travaille" msgstr "День праці" #. Ascension Day. msgid "L'Ascension" msgstr "Вознесіння Господнє" #. Whit Monday. msgid "Le lundi de Pentecôte" msgstr "День Святого Духа" #. Corpus Christi. msgid "La Fête Dieu" msgstr "Свято Тіла і Крові Христових" #. Assumption Day. msgid "L'Assomption de Marie" msgstr "Внебовзяття Пресвятої Діви Марії" #. All Saints' Day. msgid "La Toussaint" msgstr "День усіх святих" #. Prince's Day. msgid "La Fête du Prince" msgstr "День Князя" #. Immaculate Conception. msgid "L'Immaculée Conception" msgstr "Непорочне зачаття Діви Марії" #. Christmas Day. msgid "Noël" msgstr "Різдво Христове" holidays-0.71/holidays/locale/uk/LC_MESSAGES/MD.po000066400000000000000000000054311500152103600213700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Moldova holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.46\n" "POT-Creation-Date: 2023-03-22 21:58+0200\n" "PO-Revision-Date: 2024-03-20 21:12+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Anul Nou" msgstr "Новий рік" #. Christmas Day (by old style). msgid "Nașterea lui Iisus Hristos (Crăciunul pe stil vechi)" msgstr "Різдво Христове (за старим стилем)" #. Christmas Day. msgid "Nașterea lui Iisus Hristos (Crăciunul)" msgstr "Різдво Христове" #. International Women's Day. msgid "Ziua internatională a femeii" msgstr "Міжнародний жіночий день" #. Easter. msgid "Paștele" msgstr "Великдень" #. Day of Rejoicing. msgid "Paștele blajinilor" msgstr "Проводи" #. International Workers' Solidarity Day. msgid "Ziua internaţională a solidarităţii oamenilor muncii" msgstr "День міжнародної солідарності трудящих" #. Victory Day and Commemoration of the heroes fallen for Independence of Fatherland. msgid "Ziua Victoriei și a comemorării eroilor căzuţi pentru Independenţa Patriei" msgstr "День Перемоги та вшанування памʼяті героїв, полеглих за незалежність Батьківщини" #. Europe Day. msgid "Ziua Europei" msgstr "День Європи" #. International Children's Day. msgid "Ziua Ocrotirii Copilului" msgstr "День захисту дітей" #. Republic of Moldova Independence Day. msgid "Ziua independenţei Republicii Moldova" msgstr "День незалежності Республіки Молдова" #. National Language Day. msgid "Limba noastră" msgstr "День рідної мови" #. Christmas Day (by new style). msgid "Nașterea lui Iisus Hristos (Crăciunul pe stil nou)" msgstr "Різдво Христове (за новим стилем)" holidays-0.71/holidays/locale/uk/LC_MESSAGES/ME.po000066400000000000000000000045721500152103600213760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Montenegro holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2024-11-09 15:23+0200\n" "PO-Revision-Date: 2024-12-24 17:55+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (estimated). #, c-format msgid "%s (procijenjeno)" msgstr "%s (приблизна дата)" #. %s (observed). #, c-format msgid "%s (neradni dan)" msgstr "%s (вихідний)" #. %s (observed, estimated). #, c-format msgid "%s (neradni dan, procijenjeno)" msgstr "%s (вихідний, приблизна дата)" #. New Year's Day. msgid "Nova godina" msgstr "Новий рік" #. Labor Day. msgid "Praznik rada" msgstr "День праці" #. Independence Day. msgid "Dan nezavisnosti" msgstr "День незалежності" #. Statehood Day. msgid "Dan državnosti" msgstr "День державності" #. Njegos Day. msgid "Njegošev dan" msgstr "День Нєґоша" #. Good Friday. msgid "Veliki petak" msgstr "Страсна пʼятниця" #. Easter. msgid "Uskrs" msgstr "Великдень" #. All Saints' Day. msgid "Svi Sveti" msgstr "День усіх святих" #. Christmas Eve. msgid "Badnji dan" msgstr "Святий вечір" #. Christmas. msgid "Božić" msgstr "Різдво Христове" #. Pesach. msgid "Pasha" msgstr "Песах" #. Yom Kippur. msgid "Jom Kipur" msgstr "Йом Кіпур" #. Eid al-Fitr. msgid "Ramazanski bajram" msgstr "Рамазан-байрам" #. Eid al-Adha. msgid "Kurbanski bajram" msgstr "Курбан-байрам" #. Ecological State Day. msgid "Dan Ekološke države" msgstr "День екологічної держави" holidays-0.71/holidays/locale/uk/LC_MESSAGES/MG.po000066400000000000000000000046521500152103600213770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Madagascar holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.28\n" "POT-Creation-Date: 2023-06-25 17:39+0300\n" "PO-Revision-Date: 2023-06-25 17:51+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Taom-baovao" msgstr "Новий рік" #. Women's Day. msgid "Fetin'ny vehivavy" msgstr "Жіночий день" #. Martyrs' Day. msgid "Fetin'ny mahery fo" msgstr "День мучеників" #. Easter Sunday. msgid "Fetin'ny paska" msgstr "Великдень" #. Easter Monday. msgid "Alatsinain'ny paska" msgstr "Великодній понеділок" #. Labor Day. msgid "Fetin'ny asa" msgstr "День праці" #. Ascension Day. msgid "Fiakaran'ny Jesosy kristy tany an-danitra" msgstr "Вознесіння Господнє" #. Whit Sunday. msgid "Pentekosta" msgstr "Трійця" #. Whit Monday. msgid "Alatsinain'ny pentekosta" msgstr "День Святого Духа" #. Mother's Day. msgid "Fetin'ny reny" msgstr "День матері" #. Father's Day. msgid "Fetin'ny ray" msgstr "День батька" #. Independence Day. msgid "Fetin'ny fahaleovantena" msgstr "День незалежності" #. Assumption Day. msgid "Fiakaran'ny Masina Maria tany an-danitra" msgstr "Внебовзяття Пресвятої Діви Марії" #. All Saints' Day. msgid "Fetin'ny olo-masina" msgstr "День усіх святих" #. Republic Day. msgid "Fetin'ny Repoblika" msgstr "День Республіки" #. Christmas Day. msgid "Fetin'ny noely" msgstr "Різдво Христове" holidays-0.71/holidays/locale/uk/LC_MESSAGES/MX.po000066400000000000000000000035421500152103600214150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mexico holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2023-03-05 14:07+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Constitution Day. msgid "Día de la Constitución" msgstr "День Конституції" #. Benito Juárez's birthday. msgid "Natalicio de Benito Juárez" msgstr "Річниця Беніто Хуареса" #. Labor Day. msgid "Día del Trabajo" msgstr "День праці" #. Independence Day. msgid "Día de la Independencia" msgstr "День незалежності" #. Revolution Day. msgid "Día de la Revolución" msgstr "День революції" #. Change of Federal Government. msgid "Transmisión del Poder Ejecutivo Federal" msgstr "Передача федеральної виконавчої влади" #. Christmas Day. msgid "Navidad" msgstr "Різдво Христове" holidays-0.71/holidays/locale/uk/LC_MESSAGES/MZ.po000066400000000000000000000043041500152103600214140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Mozambique holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-07-21 19:22+0300\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. %s (observed). #, c-format msgid "%s (ponte)" msgstr "%s (вихідний)" #. International Fraternalism Day. msgid "Dia da Fraternidade universal" msgstr "День всесвітнього братерства" #. Heroes' Day. msgid "Dia dos Heróis Moçambicanos" msgstr "День героїв Мозамбіку" #. Women's Day. msgid "Dia da Mulher Moçambicana" msgstr "День жінок Мозамбіку" #. International Workers' Day. msgid "Dia Internacional dos Trabalhadores" msgstr "Міжнародний день трудящих" #. Independence Day. msgid "Dia da Independência Nacional" msgstr "День національної незалежності" #. Victory Day. msgid "Dia da Vitória" msgstr "День Перемоги" #. Armed Forces Day. msgid "Dia das Forças Armadas de Libertação Nacional" msgstr "День Збройних сил національного визволення" #. Peace and Reconciliation Day. msgid "Dia da Paz e Reconciliação" msgstr "День миру та примирення" #. Family Day. msgid "Dia da Família" msgstr "День родини" holidays-0.71/holidays/locale/uk/LC_MESSAGES/NI.po000066400000000000000000000042541500152103600214000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Nicaragua holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.58\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2024-09-21 17:40+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Великий четвер" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Labor Day. msgid "Día del Trabajo" msgstr "День праці" #. Mother's Day. msgid "Día de la Madre" msgstr "День матері" #. Revolution Day. msgid "Día de la Revolución" msgstr "День революції" #. Battle of San Jacinto Day. msgid "Batalla de San Jacinto" msgstr "Річниця битви під Сан-Хасінто" #. Independence Day. msgid "Día de la Independencia" msgstr "День незалежності" #. Immaculate Conception. msgid "Concepción de María" msgstr "Непорочне зачаття Діви Марії" #. Christmas Day. msgid "Navidad" msgstr "Різдво Христове" #. Descent of Saint Dominic. msgid "Bajada de Santo Domingo" msgstr "Спуск Святого Домініка" #. Ascent of Saint Dominic. msgid "Subida de Santo Domingo" msgstr "Підйом Святого Домініка" holidays-0.71/holidays/locale/uk/LC_MESSAGES/NL.po000066400000000000000000000040311500152103600213740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Netherlands holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 18:11+0300\n" "PO-Revision-Date: 2023-04-09 18:19+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nieuwjaarsdag" msgstr "Новий рік" #. Good Friday. msgid "Goede Vrijdag" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Eerste paasdag" msgstr "Великдень" #. Easter Monday. msgid "Tweede paasdag" msgstr "Великодній понеділок" #. King's Day. msgid "Koningsdag" msgstr "День короля" #. Queen's Day. msgid "Koninginnedag" msgstr "День королеви" #. Liberation Day. msgid "Bevrijdingsdag" msgstr "День визволення" #. Ascension Day. msgid "Hemelvaartsdag" msgstr "Вознесіння Господнє" #. Whit Sunday. msgid "Eerste Pinksterdag" msgstr "Трійця" #. Whit Monday. msgid "Tweede Pinksterdag" msgstr "День Святого Духа" #. Christmas Day. msgid "Eerste Kerstdag" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Tweede Kerstdag" msgstr "Другий день Різдва" holidays-0.71/holidays/locale/uk/LC_MESSAGES/NO.po000066400000000000000000000041261500152103600214040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Norway holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-09 13:25+0300\n" "PO-Revision-Date: 2023-04-09 13:33+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Første nyttårsdag" msgstr "Новий рік" #. Maundy Thursday. msgid "Skjærtorsdag" msgstr "Великий четвер" #. Good Friday. msgid "Langfredag" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Første påskedag" msgstr "Великдень" #. Easter Monday. msgid "Andre påskedag" msgstr "Великодній понеділок" #. Labor Day. msgid "Arbeidernes dag" msgstr "День праці" #. Constitution Day. msgid "Grunnlovsdag" msgstr "День Конституції" #. Ascension Day. msgid "Kristi himmelfartsdag" msgstr "Вознесіння Господнє" #. Whit Sunday. msgid "Første pinsedag" msgstr "Трійця" #. Whit Monday. msgid "Andre pinsedag" msgstr "День Святого Духа" #. Christmas Day. msgid "Første juledag" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Andre juledag" msgstr "Другий день Різдва" #. Sunday. msgid "Søndag" msgstr "Неділя" holidays-0.71/holidays/locale/uk/LC_MESSAGES/PA.po000066400000000000000000000052101500152103600213630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Panama holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.67\n" "POT-Creation-Date: 2025-02-06 22:15+0200\n" "PO-Revision-Date: 2025-02-06 23:00+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (puente)" msgstr "%s (вихідний)" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Martyrs' Day. msgid "Día de los Mártires" msgstr "День мучеників" #. Constitution Day. msgid "Día de la Constitución" msgstr "День Конституції" #. Carnival Tuesday. msgid "Martes de Carnaval" msgstr "Карнавальний вівторок" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Labor Day. msgid "Día del Trabajo" msgstr "День праці" #. Separation Day. msgid "Separación de Panamá de Colombia" msgstr "День відокремлення від Колумбії" #. Colon Day. msgid "Día de Colón" msgstr "День Колона" #. Los Santos Uprising Day. msgid "Primer Grito de Independencia" msgstr "День початку повстання у Лос-Сантос" #. Independence Day. msgid "Independencia de Panamá de España" msgstr "День незалежності від Іспанії" #. Mother's Day. msgid "Día de la Madre" msgstr "День матері" #. National Mourning Day. msgid "Día de Duelo Nacional" msgstr "День національної скорботи" #. Christmas Day. msgid "Navidad" msgstr "Різдво Христове" #. Carnival Monday. msgid "Lunes de Carnaval" msgstr "Карнавальний понеділок" #. National Symbols Day. msgid "Día de los Símbolos Patrios" msgstr "День національних символів" #. Presidential Inauguration Day. msgid "Toma posesión del Presidente de la república" msgstr "Інавгурація Президента Республіки" holidays-0.71/holidays/locale/uk/LC_MESSAGES/PE.po000066400000000000000000000047671500152103600214070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Peru holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.21\n" "POT-Creation-Date: 2023-03-01 15:30-0800\n" "PO-Revision-Date: 2023-03-05 13:24+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Великий четвер" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Domingo de Resurrección" msgstr "Великдень" #. Labor Day. msgid "Día del Trabajo" msgstr "День праці" #. Saint Peter and Saint Paul's Day. msgid "San Pedro y San Pablo" msgstr "День Святих Петра і Павла" #. Independence Day. msgid "Día de la Independencia" msgstr "День незалежності" #. Great Military Parade Day. msgid "Día de la Gran Parada Militar" msgstr "День Великого військового параду" #. Battle of Junín. msgid "Batalla de Junín" msgstr "День битви під Хуніном" #. Rose of Lima Day. msgid "Santa Rosa de Lima" msgstr "День Святої Рози Лімської" #. Battle of Angamos. msgid "Combate de Angamos" msgstr "День битви під Ангамосом" #. All Saints' Day. msgid "Todos Los Santos" msgstr "День усіх святих" #. Immaculate Conception. msgid "Inmaculada Concepción" msgstr "Непорочне зачаття Діви Марії" #. Battle of Ayacucho. msgid "Batalla de Ayacucho" msgstr "День битви при Аякучо" #. Christmas Day. msgid "Navidad del Señor" msgstr "Різдво Христове" holidays-0.71/holidays/locale/uk/LC_MESSAGES/PL.po000066400000000000000000000067441500152103600214130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Poland holidays Ukrainian translation. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-02-14 20:19+0200\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.5\n" #. National Independence Day - 100th anniversary. msgid "Narodowe Święto Niepodległości - 100-lecie" msgstr "100-а річниця Дня незалежності" #. New Year's Day. msgid "Nowy Rok" msgstr "Новий рік" #. Epiphany. msgid "Święto Trzech Króli" msgstr "Богоявлення" #. Candlemas. msgid "Oczyszczenie Najświętszej Marii Panny" msgstr "Стрітення" #. Easter Sunday. msgid "Niedziela Wielkanocna" msgstr "Великдень" #. Easter Monday. msgid "Poniedziałek Wielkanocny" msgstr "Великодній понеділок" #. National Day. msgid "Święto Państwowe" msgstr "Національне свято" #. National Day of the Third of May. msgid "Święto Narodowe Trzeciego Maja" msgstr "Національне свято Третього Травня" #. National Victory and Freedom Day. msgid "Narodowe Święto Zwycięstwa i Wolności" msgstr "Національне свято перемоги та свободи" #. Ascension Day. msgid "Wniebowstąpienie Pańskie" msgstr "Вознесіння Господнє" #. Pentecost. msgid "Zielone Świątki" msgstr "День Святої Трійці" #. Whit Monday. msgid "Drugi dzień Zielonych Świątek" msgstr "День Святого Духа" #. Corpus Christi. msgid "Dzień Bożego Ciała" msgstr "Свято Тіла і Крові Христових" #. Saints Peter and Paul Day. msgid "Uroczystość Świętych Apostołów Piotra i Pawła" msgstr "День святих апостолів Петра і Павла" #. National Day of Rebirth of Poland. msgid "Narodowe Święto Odrodzenia Polski" msgstr "День національного відродження Польщі" #. Assumption Day. msgid "Wniebowzięcie Najświętszej Marii Panny" msgstr "Внебовзяття Пресвятої Діви Марії" #. All Saints' Day. msgid "Uroczystość Wszystkich Świętych" msgstr "День усіх святих" #. National Independence Day. msgid "Narodowe Święto Niepodległości" msgstr "День незалежності" #. Immaculate Conception of the Blessed Virgin Mary. msgid "Niepokalane Poczęcie Najświętszej Marii Panny" msgstr "Непорочне зачаття Діви Марії" #. Christmas Eve. msgid "Wigilia Bożego Narodzenia" msgstr "Святий вечір" #. Christmas Day. msgid "Boże Narodzenie (pierwszy dzień)" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Boże Narodzenie (drugi dzień)" msgstr "Другий день Різдва" holidays-0.71/holidays/locale/uk/LC_MESSAGES/PT.po000066400000000000000000000125771500152103600214240ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Portugal holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-03-07 19:38+0700\n" "PO-Revision-Date: 2023-12-30 19:46+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Ano Novo" msgstr "Новий рік" #. Good Friday. msgid "Sexta-feira Santa" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Páscoa" msgstr "Великдень" #. Corpus Christi. msgid "Corpo de Deus" msgstr "Свято Тіла і Крові Христових" #. Republic Day. msgid "Implantação da República" msgstr "День Республіки" #. All Saints' Day. msgid "Dia de Todos os Santos" msgstr "День усіх святих" #. Restoration of Independence Day. msgid "Restauração da Independência" msgstr "День відновлення незалежності" #. Freedom Day. msgid "Dia da Liberdade" msgstr "День Свободи" #. Labor Day. msgid "Dia do Trabalhador" msgstr "День праці" #. Day of Camões, Portugal, and the Portuguese Race. msgid "Dia de Camões, de Portugal e da Raça" msgstr "День Камоенса, Португалії і Раси" #. Day of Portugal, Camões, and the Portuguese Communities. msgid "Dia de Portugal, de Camões e das Comunidades Portuguesas" msgstr "День Португалії, Камоенса і португальських громад" #. Portugal Day. msgid "Dia de Portugal" msgstr "День Португалії" #. Assumption Day. msgid "Assunção de Nossa Senhora" msgstr "Внебовзяття Пресвятої Діви Марії" #. Immaculate Conception. msgid "Imaculada Conceição" msgstr "Непорочне зачаття Діви Марії" #. Christmas Day. msgid "Dia de Natal" msgstr "Різдво Христове" #. Carnival. msgid "Carnaval" msgstr "Карнавал" #. Christmas Eve. msgid "Véspera de Natal" msgstr "Святий вечір" #. Second Day of Christmas. msgid "26 de Dezembro" msgstr "Другий день Різдва" #. New Year's Eve. msgid "Véspera de Ano Novo" msgstr "Переддень Нового року" #. Saint Anthony's Day. msgid "Dia de Santo António" msgstr "День Святого Антонія" #. Saint Joanna's Day. msgid "Dia de Santa Joana" msgstr "День Святої Йоанни" #. Ascension Day. msgid "Quinta-feira da Ascensão" msgstr "Вознесіння Господнє" #. Saint John's Day. msgid "Dia de São João" msgstr "День Святого Івана" #. Feast of Our Lady of Graces. msgid "Dia de Nossa Senhora das Graças" msgstr "День Богоматері Милосердя" #. Feast of Our Lady of Mércoles. msgid "Dia de Nossa Senhora de Mércoles" msgstr "День Богоматері Меркольської" #. Saint Elizabeth's Day. msgid "Dia de Santa Isabel" msgstr "День Святої Єлизавети" #. Saint Peter's Day. msgid "Dia de São Pedro" msgstr "День Святого Петра" #. Municipal Holiday of Faro. msgid "Dia do Município de Faro" msgstr "День муніципалітету Фару" #. Municipal Holiday of Guarda. msgid "Dia do Município da Guarda" msgstr "День муніципалітету Гуарда" #. Municipal Holiday of Leiria. msgid "Dia do Município de Leiria" msgstr "День муніципалітету Лейрія" #. Municipal Holiday of Portalegre. msgid "Dia do Município de Portalegre" msgstr "День муніципалітету Порталегре" #. Saint Joseph's Day. msgid "Dia de São José" msgstr "День Святого Йосипа" #. Bocage Day. msgid "Dia de Bocage" msgstr "День Бокажі" #. Feast of Our Lady of Sorrows. msgid "Dia de Nossa Senhora da Agonia" msgstr "День Богоматері Страждання" #. Saint Matthew's Day. msgid "Dia de São Mateus" msgstr "День Святого Матвія" #. Day of the Autonomous Region of the Azores. msgid "Dia da Região Autónoma dos Açores" msgstr "День автономного регіону Азорських островів" #. Day of the Autonomous Region of Madeira. msgid "Dia da Região Autónoma da Madeira" msgstr "День автономного регіону Мадейра" #. Day of the Autonomous Region of Madeira and the Madeiran Communities. msgid "Dia da Região Autónoma da Madeira e das Comunidades Madeirenses" msgstr "День автономного регіону Мадейра та мадейрських громад" #. 1st Octave. msgid "Primeira Oitava" msgstr "Перша октава" holidays-0.71/holidays/locale/uk/LC_MESSAGES/PY.po000066400000000000000000000050701500152103600214170ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Paraguay holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.62\n" "POT-Creation-Date: 2023-03-05 12:33+0200\n" "PO-Revision-Date: 2024-11-28 14:10+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Patriots Day. msgid "Día de los Héroes de la Patria" msgstr "День національних героїв" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Великий четвер" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Domingo de Resurrección" msgstr "Великдень" #. Workers' Day. msgid "Día de los Trabajadores" msgstr "День трудящих" #. National Holiday. msgid "Feriado Nacional" msgstr "Національне свято" #. Independence Day. msgid "Día de la Independencia Nacional" msgstr "День незалежності" #. Chaco Armistice Day. msgid "Día de la Paz del Chaco" msgstr "День мирного договору в Чако" #. Asuncion Foundation's Day. msgid "Día de la Fundación de Asunción" msgstr "День заснування Асунсьйона" #. Boqueron Battle Day. msgid "Día de la Batalla de Boquerón" msgstr "День битви за Бокерон" #. Caacupe Virgin Day. msgid "Día de la Virgen de Caacupé" msgstr "День Богоматері Каакупе" #. Christmas Day. msgid "Día de la Navidad" msgstr "Різдво Христове" #. Public holiday. msgid "Asueto adicionale" msgstr "Додатковий вихідний" #. Public sector holiday. msgid "Asueto de la Administración Pública" msgstr "Вихідний державних установ" holidays-0.71/holidays/locale/uk/LC_MESSAGES/RO.po000066400000000000000000000043101500152103600214030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Romania holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-22 18:35+0200\n" "PO-Revision-Date: 2023-03-22 21:28+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Anul Nou" msgstr "Новий рік" #. Epiphany. msgid "Bobotează" msgstr "Богоявлення" #. Saint John the Baptist. msgid "Sfântul Ion" msgstr "День Івана Хрестителя" #. Unification of the Romanian Principalities Day. msgid "Ziua Unirii Principatelor Române" msgstr "День обʼєднання Дунайських князівств" #. Easter. msgid "Paștele" msgstr "Великдень" #. Labor Day. msgid "Ziua Muncii" msgstr "День праці" #. Children's Day. msgid "Ziua Copilului" msgstr "День захисту дітей" #. Pentecost. msgid "Rusaliile" msgstr "Трійця" #. Dormition of the Mother of God. msgid "Adormirea Maicii Domnului" msgstr "Успіння Пресвятої Богородиці" #. Saint Andrew's Day. msgid "Sfantul Apostol Andrei cel Intai chemat" msgstr "День Святого Андрія Первозваного" #. National Day. msgid "Ziua Națională a României" msgstr "Національний день Румунії" #. Christmas Day. msgid "Crăciunul" msgstr "Різдво Христове" holidays-0.71/holidays/locale/uk/LC_MESSAGES/SE.po000066400000000000000000000052011500152103600213720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Sweden holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.23\n" "POT-Creation-Date: 2023-04-08 20:17+0300\n" "PO-Revision-Date: 2023-04-08 20:27+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Nyårsdagen" msgstr "Новий рік" #. Epiphany. msgid "Trettondedag jul" msgstr "Богоявлення" #. Feast of the Annunciation. msgid "Jungfru Marie bebådelsedag" msgstr "Благовіщення" #. Good Friday. msgid "Långfredagen" msgstr "Страсна пʼятниця" #. Easter Sunday. msgid "Påskdagen" msgstr "Великдень" #. Easter Monday. msgid "Annandag påsk" msgstr "Великодній понеділок" #. May Day. msgid "Första maj" msgstr "Перше травня" #. Ascension Day. msgid "Kristi himmelsfärdsdag" msgstr "Вознесіння Господнє" #. National Day of Sweden. msgid "Sveriges nationaldag" msgstr "Національний день Швеції" #. Whit Sunday. msgid "Pingstdagen" msgstr "Трійця" #. Whit Monday. msgid "Annandag pingst" msgstr "День Святого Духа" #. Midsummer Eve. msgid "Midsommarafton" msgstr "Переддень літнього сонцестояння" #. Midsummer Day. msgid "Midsommardagen" msgstr "День літнього сонцестояння" #. All Saints' Day. msgid "Alla helgons dag" msgstr "День усіх святих" #. Christmas Eve. msgid "Julafton" msgstr "Святий вечір" #. Christmas Day. msgid "Juldagen" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Annandag jul" msgstr "Другий день Різдва" #. New Year's Eve. msgid "Nyårsafton" msgstr "Переддень Нового року" #. Sunday. msgid "Söndag" msgstr "Неділя" holidays-0.71/holidays/locale/uk/LC_MESSAGES/SI.po000066400000000000000000000070351500152103600214050ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovenia holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-06-27 13:17+0300\n" "PO-Revision-Date: 2025-01-22 18:03+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n%100<=4 ? 2 : 3);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "novo leto" msgstr "Новий рік" #. Prešeren's Day, the Slovenian Cultural Holiday. msgid "Prešernov dan, slovenski kulturni praznik" msgstr "День Прешерена, свято словенської культури" #. Easter Sunday. msgid "velikonočna nedelja" msgstr "Великдень" #. Easter Monday. msgid "velikonočni ponedeljek" msgstr "Великодній понеділок" #. Day of Uprising Against Occupation. msgid "dan upora proti okupatorju" msgstr "День спротиву окупантам" #. Labor Day. msgid "praznik dela" msgstr "День праці" #. Whit Sunday. msgid "binkoštna nedelja" msgstr "Трійця" #. Statehood Day. msgid "dan državnosti" msgstr "День державності" #. Assumption Day. msgid "Marijino vnebovzetje" msgstr "Внебовзяття Пресвятої Діви Марії" #. Reformation Day. msgid "dan reformacije" msgstr "День Реформації" #. Day of Remembrance for the Dead. msgid "dan spomina na mrtve" msgstr "День памʼяті померлих" #. Christmas Day. msgid "božič" msgstr "Різдво Христове" #. Independence and Unity Day. msgid "dan samostojnosti in enotnosti" msgstr "День незалежності та єднання" #. Independence Day. msgid "dan samostojnosti" msgstr "День незалежності" #. Solidarity Day. msgid "dan solidarnosti" msgstr "День солідарності" #. Primož Trubar Day. msgid "dan Primoža Trubarja" msgstr "День Приможа Трубара" #. Unification of Prekmurje Slovenes with the Mother Nation. msgid "združitev prekmurskih Slovencev z matičnim narodom" msgstr "Обʼєднання прекмурських словенців з материнською нацією" #. Integration of Primorska into the Homeland. msgid "priključitev Primorske k matični domovini" msgstr "Приєднання Словенського Приморʼя до батьківщини" #. Return of Primorska into the Homeland. msgid "vrnitev Primorske k matični domovini" msgstr "Повернення Словенського Приморʼя до батьківщини" #. Slovenian Sport's Day. msgid "dan slovenskega športa" msgstr "День словенського спорту" #. Sovereignty Day. msgid "dan suverenosti" msgstr "День суверенітету" #. Rudolf Maister Day. msgid "dan Rudolfa Maistra" msgstr "День Рудольфа Майстера" holidays-0.71/holidays/locale/uk/LC_MESSAGES/SK.po000066400000000000000000000067061500152103600214130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Slovakia holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.25\n" "POT-Creation-Date: 2023-05-10 17:13+0300\n" "PO-Revision-Date: 2023-11-10 15:24+0100\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. 100th anniversary of the adoption of the Declaration of the Slovak Nation. msgid "100. výročie prijatia Deklarácie slovenského národa" msgstr "100-а річниця прийняття Декларації словацької нації" #. Day of the Establishment of the Slovak Republic. msgid "Deň vzniku Slovenskej republiky" msgstr "День утворення Словацької Республіки" #. Epiphany. msgid "Zjavenie Pána (Traja králi a vianočný sviatok pravoslávnych kresťanov)" msgstr "Богоявлення (Три царі і православне Різдво Христове)" #. Good Friday. msgid "Veľký piatok" msgstr "Страсна пʼятниця" #. Easter Monday. msgid "Veľkonočný pondelok" msgstr "Великодній понеділок" #. Labor Day. msgid "Sviatok práce" msgstr "День праці" #. Day of Victory over Fascism. msgid "Deň víťazstva nad fašizmom" msgstr "День перемоги над фашизмом" #. Saints Cyril and Methodius Day. msgid "Sviatok svätého Cyrila a svätého Metoda" msgstr "День Святих Кирила та Мефодія" #. Slovak National Uprising Anniversary. msgid "Výročie Slovenského národného povstania" msgstr "Річниця Словацького національного повстання" #. Constitution Day. msgid "Deň Ústavy Slovenskej republiky" msgstr "День конституції Словацької Республіки" #. Day of Our Lady of the Seven Sorrows. msgid "Sedembolestná Panna Mária" msgstr "День Божої Матері семи скорбот" #. Day of the Establishment of the Independent Czech-Slovak State. msgid "Deň vzniku samostatného česko-slovenského štátu" msgstr "День створення незалежної чесько-словацької держави" #. All Saints' Day. msgid "Sviatok Všetkých svätých" msgstr "День усіх святих" #. Struggle for Freedom and Democracy Day. msgid "Deň boja za slobodu a demokraciu" msgstr "День боротьби за свободу та демократію" #. Christmas Eve. msgid "Štedrý deň" msgstr "Святий вечір" #. Christmas Day. msgid "Prvý sviatok vianočný" msgstr "Різдво Христове" #. Second Day of Christmas. msgid "Druhý sviatok vianočný" msgstr "Другий день Різдва" holidays-0.71/holidays/locale/uk/LC_MESSAGES/SV.po000066400000000000000000000037631500152103600214260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # El Salvador holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.64\n" "POT-Creation-Date: 2025-01-03 16:40+0200\n" "PO-Revision-Date: 2025-01-03 16:50+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Великий четвер" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Holy Saturday. msgid "Sábado Santo" msgstr "Велика субота" #. Labor Day. msgid "Día del Trabajo" msgstr "День праці" #. Mother's Day. msgid "Día de la Madre" msgstr "День матері" #. Father's Day. msgid "Día del Padre" msgstr "День батька" #. Celebrations of San Salvador. msgid "Celebración del Divino Salvador del Mundo" msgstr "Свято Божественного Спасителя світу" #. Independence Day. msgid "Día de la Independencia" msgstr "День незалежності" #. All Souls' Day. msgid "Día de los Difuntos" msgstr "День усіх померлих" #. Christmas Day. msgid "Navidad" msgstr "Різдво Христове" #. Feast of San Salvador. msgid "Fiesta de San Salvador" msgstr "Свято Спасителя" holidays-0.71/holidays/locale/uk/LC_MESSAGES/TF.po000066400000000000000000000021541500152103600214000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # French Southern Territories holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.71\n" "POT-Creation-Date: 2023-03-23 14:44+0200\n" "PO-Revision-Date: 2024-01-23 20:54+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" holidays-0.71/holidays/locale/uk/LC_MESSAGES/TR.po000066400000000000000000000053201500152103600214120ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Turkey holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.37\n" "POT-Creation-Date: 2023-11-12 18:52+0200\n" "PO-Revision-Date: 2023-11-14 12:55+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "X-Generator: Poedit 3.4\n" #. %s (estimated). #, c-format msgid "%s (tahmini)" msgstr "%s (приблизна дата)" #. New Year's Day. msgid "Yılbaşı" msgstr "Новий рік" #. National Sovereignty and Children's Day. msgid "Ulusal Egemenlik ve Çocuk Bayramı" msgstr "День національної незалежності та дітей" #. National Sovereignty Day. msgid "Ulusal Egemenlik Bayramı" msgstr "День національної незалежності" #. Labour and Solidarity Day. msgid "Emek ve Dayanışma Günü" msgstr "День праці та солідарності" #. Commemoration of Atatürk, Youth and Sports Day. msgid "Atatürk'ü Anma, Gençlik ve Spor Bayramı" msgstr "День вшанування памʼяті Ататюрка, молоді та спорту" #. Youth and Sports Day. msgid "Gençlik ve Spor Bayramı" msgstr "День молоді та спорту" #. Freedom and Constitution Day. msgid "Hürriyet ve Anayasa Bayramı" msgstr "День Свободи та Конституції" #. Democracy and National Unity Day. msgid "Demokrasi ve Millî Birlik Günü" msgstr "День демократії та національної єдності" #. Victory Day. msgid "Zafer Bayramı" msgstr "День Перемоги" #. Republic Day. msgid "Cumhuriyet Bayramı" msgstr "День Республіки" #. Eid al-Fitr. msgid "Ramazan Bayramı" msgstr "Рамазан-байрам" #. Eid al-Adha. msgid "Kurban Bayramı" msgstr "Курбан-байрам" #. %s (from 1pm). #, c-format msgid "%s (saat 13.00'ten)" msgstr "%s (з 13:00)" #. Public holiday. msgid "Genel tati̇l" msgstr "Загальний вихідний" holidays-0.71/holidays/locale/uk/LC_MESSAGES/UA.po000066400000000000000000000061551500152103600214010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Ukraine holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-07-08 19:40+0300\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (observed). #, c-format msgid "%s (вихідний)" msgstr "" #. New Year's Day. msgid "Новий рік" msgstr "" #. International Women's Day. msgid "Міжнародний жіночий день" msgstr "" #. Easter Sunday (Pascha). msgid "Великдень (Пасха)" msgstr "" #. Holy Trinity Day. msgid "Трійця" msgstr "" #. Labor Day. msgid "День праці" msgstr "" #. International Workers' Solidarity Day. msgid "День міжнародної солідарності трудящих" msgstr "" #. Day of Remembrance and Victory over Nazism in World War II 1939-1945. msgid "День памʼяті та перемоги над нацизмом у Другій світовій війні 1939-1945 років" msgstr "" #. Day of Victory over Nazism in World War II (Victory Day). msgid "День перемоги над нацизмом у Другій світовій війні (День перемоги)" msgstr "" #. Victory Day. msgid "День Перемоги" msgstr "" #. Day of the Constitution of Ukraine. msgid "День Конституції України" msgstr "" #. Ukrainian Statehood Day. msgid "День Української Державності" msgstr "" #. Independence Day. msgid "День незалежності України" msgstr "" #. Day of defenders of Ukraine. msgid "День захисників і захисниць України" msgstr "" #. Defender of Ukraine Day. msgid "День захисника України" msgstr "" #. Anniversary of the Great October Socialist Revolution. msgid "Річниця Великої Жовтневої соціалістичної революції" msgstr "" #. Christmas Day. msgid "Різдво Христове" msgstr "" #. Date format (see strftime() Format Codes) msgid "%d.%m.%Y" msgstr "" #. Day off (substituted from %s). #, c-format msgid "Вихідний день (перенесено з %s)" msgstr "" #. Presidential decree holiday. msgid "Вихідний згідно указу Президента" msgstr "" holidays-0.71/holidays/locale/uk/LC_MESSAGES/UY.po000066400000000000000000000062741500152103600214330ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uruguay holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.30\n" "POT-Creation-Date: 2023-07-17 14:06+0300\n" "PO-Revision-Date: 2023-07-17 14:20+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. Presidential Inauguration Day. msgid "Inauguración del Presidente de la República" msgstr "Інавгурація Президента Республіки" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Cry of Asencio. msgid "Grito de Asencio" msgstr "День заклику Асенціо" #. Workers' Day. msgid "Día de los Trabajadores" msgstr "День трудящих" #. Spain Day. msgid "Día de España" msgstr "День Іспанії" #. America Day. msgid "Día de América" msgstr "День Америки" #. Democracy Day. msgid "Día de la Democracia" msgstr "День демократії" #. Humanity Day. msgid "Día de la Humanidad" msgstr "День людяності" #. Constitution Day. msgid "Jura de la Constitución" msgstr "День присяги Конституції" #. Independence Day. msgid "Declaratoria de la Independencia" msgstr "День проголошення незалежності" #. Italy Day. msgid "Día de Italia" msgstr "День Італії" #. Open Town Hall. msgid "Cabildo Abierto" msgstr "День відкритих зборів" #. Beaches Day. msgid "Día de las Playas" msgstr "День пляжів" #. Day of the Family. msgid "Día de la Familia" msgstr "День родини" #. Children's Day. msgid "Día de los Niños" msgstr "День дітей" #. Carnival. msgid "Carnaval" msgstr "Карнавал" #. Tourism Week. msgid "Semana de Turismo" msgstr "Тиждень туризму" #. Landing of the 33 Patriots. msgid "Desembarco de los 33 Orientales" msgstr "День висадки 33 патріотів" #. Battle of Las Piedras. msgid "Batalla de Las Piedras" msgstr "День битви при Лас-Пʼєдрас" #. Birthday of Artigas. msgid "Natalicio de Artigas" msgstr "Річниця Артігаса" #. Cultural Diversity Day. msgid "Día de la Diversidad Cultural" msgstr "День культурного різноманіття" #. Columbus Day. msgid "Día de la Raza" msgstr "День Колумба" #. All Souls' Day. msgid "Día de los Difuntos" msgstr "День усіх померлих" holidays-0.71/holidays/locale/uk/LC_MESSAGES/UZ.po000066400000000000000000000053711500152103600214310ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uzbekistan holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.66\n" "POT-Creation-Date: 2023-12-31 21:12+0200\n" "PO-Revision-Date: 2025-02-02 19:32+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Yangi yil" msgstr "Новий рік" #. Women's Day. msgid "Xotin-qizlar kuni" msgstr "Жіночий день" #. Nowruz. msgid "Navro‘z bayrami" msgstr "Свято Новруз" #. Day of Memory and Honor. msgid "Xotira va qadrlash kuni" msgstr "День памʼяті і шани" #. Victory Day. msgid "G‘alaba kuni" msgstr "День Перемоги" #. Independence Day. msgid "Mustaqillik kuni" msgstr "День незалежності" #. Teachers and Instructors Day. msgid "O‘qituvchi va murabbiylar kuni" msgstr "День вчителя і наставника" #. Constitution Day. msgid "O‘zbekiston Respublikasi Konstitutsiyasi kuni" msgstr "День Конституції Республіки Узбекистан" #. Eid al-Fitr. msgid "Ro‘za hayit" msgstr "Рамазан-байрам" #. Eid al-Adha. msgid "Qurbon hayit" msgstr "Курбан-байрам" #. %s (estimated). #, c-format msgid "%s (taxminiy)" msgstr "%s (приблизна дата)" #. %s (observed). #, c-format msgid "%s (ko‘chirilgan)" msgstr "%s (вихідний)" #. Date format (see strftime() Format Codes) msgid "%d/%m %Y" msgstr "%d.%m.%Y" #. Day off (substituted from %s). #, c-format msgid "Dam olish kuni (%s dan ko‘chirilgan)" msgstr "Вихідний день (перенесено з %s)" #. Additional day off by Presidential decree. msgid "Prezidentining farmoni bilan qo‘shimcha dam olish kuni" msgstr "Додатковий вихідний згідно указу Президента" #. %s (observed, estimated). #, c-format msgid "%s (ko‘chirilgan, taxminiy)" msgstr "%s (вихідний, приблизна дата)" holidays-0.71/holidays/locale/uk/LC_MESSAGES/VE.po000066400000000000000000000052171500152103600214040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Venezuela holidays uk localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.22\n" "POT-Creation-Date: 2023-03-05 12:23+0200\n" "PO-Revision-Date: 2023-03-05 13:38+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.2.2\n" #. New Year's Day. msgid "Año Nuevo" msgstr "Новий рік" #. Monday of Carnival. msgid "Lunes de Carnaval" msgstr "Карнавальний понеділок" #. Tuesday of Carnival. msgid "Martes de Carnaval" msgstr "Карнавальний вівторок" #. Maundy Thursday. msgid "Jueves Santo" msgstr "Великий четвер" #. Good Friday. msgid "Viernes Santo" msgstr "Страсна пʼятниця" #. Declaration of Independence. msgid "Declaración de la Independencia" msgstr "День проголошення незалежності" #. International Worker's Day. msgid "Dia Mundial del Trabajador" msgstr "Міжнародний день трудящих" #. Battle of Carabobo. msgid "Batalla de Carabobo" msgstr "День битви при Карабобо" #. Independence Day. msgid "Día de la Independencia" msgstr "День незалежності" #. Birthday of Simon Bolivar. msgid "Natalicio de Simón Bolívar" msgstr "Річниця Сімона Болівара" #. Day of Indigenous Resistance. msgid "Día de la Resistencia Indígena" msgstr "День спротиву корінних народів" #. Columbus Day. msgid "Día de la Raza" msgstr "День Колумба" #. Unknown Holiday. msgid "Día Festivo Desconocido" msgstr "Невідоме свято" #. Christmas Eve. msgid "Nochebuena" msgstr "Святий вечір" #. Christmas Day. msgid "Día de Navidad" msgstr "Різдво Христове" #. New Year's Eve. msgid "Fiesta de Fin de Año" msgstr "Переддень Нового року" holidays-0.71/holidays/locale/ur_PK/000077500000000000000000000000001500152103600173415ustar00rootroot00000000000000holidays-0.71/holidays/locale/ur_PK/LC_MESSAGES/000077500000000000000000000000001500152103600211265ustar00rootroot00000000000000holidays-0.71/holidays/locale/ur_PK/LC_MESSAGES/PK.po000066400000000000000000000035611500152103600220050ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Pakistan holidays ur_PK localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.70\n" "POT-Creation-Date: 2025-03-29 00:09+0500\n" "PO-Revision-Date: 2025-04-08 04:16+0200\n" "Last-Translator: Wasif Shahzad \n" "Language-Team: Holidays Localization Team\n" "Language: ur_PK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.5\n" "X-Generator: Poedit 3.6\n" "X-Source-Language: en_PK\n" #. Kashmir Solidarity Day. msgid "Kashmir Solidarity Day" msgstr "یوم یکجہتی کشمیر" #. Pakistan Day. msgid "Pakistan Day" msgstr "یوم پاکستان" #. Labor Day. msgid "Labour Day" msgstr "یوم مزدور" #. Independence Day. msgid "Independence Day" msgstr "یوم آزادی" #. Iqbal Day. msgid "Iqbal Day" msgstr "یوم اقبال" #. Quaid-e-Azam Day. msgid "Quaid-e-Azam Day" msgstr "یوم قائداعظم" #. Eid al-Fitr. msgid "Eid-ul-Fitr" msgstr "عید الفطر" #. Eid al-Adha. msgid "Eid-ul-Adha" msgstr "عید الاضحی" #. Prophet's Birthday. msgid "Eid Milad-un-Nabi" msgstr "عید میلاد النبی" #. Ashura. msgid "Ashura" msgstr "عاشورہ" #. %s (estimated). #, c-format msgid "%s (estimated)" msgstr "%s (اندازاً)" #. Youm-e-Takbeer. msgid "Youm-e-Takbeer" msgstr "یوم تکبیر" holidays-0.71/holidays/locale/uz/000077500000000000000000000000001500152103600167575ustar00rootroot00000000000000holidays-0.71/holidays/locale/uz/LC_MESSAGES/000077500000000000000000000000001500152103600205445ustar00rootroot00000000000000holidays-0.71/holidays/locale/uz/LC_MESSAGES/UZ.po000066400000000000000000000041411500152103600214420ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Uzbekistan holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.41\n" "POT-Creation-Date: 2023-12-31 21:12+0200\n" "PO-Revision-Date: 2024-01-02 12:46+0200\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: uz\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4\n" #. New Year's Day. msgid "Yangi yil" msgstr "" #. Women's Day. msgid "Xotin-qizlar kuni" msgstr "" #. Nowruz. msgid "Navro‘z bayrami" msgstr "" #. Day of Memory and Honor. msgid "Xotira va qadrlash kuni" msgstr "" #. Victory Day. msgid "G‘alaba kuni" msgstr "" #. Independence Day. msgid "Mustaqillik kuni" msgstr "" #. Teachers and Instructors Day. msgid "O‘qituvchi va murabbiylar kuni" msgstr "" #. Constitution Day. msgid "O‘zbekiston Respublikasi Konstitutsiyasi kuni" msgstr "" #. Eid al-Fitr. msgid "Ro‘za hayit" msgstr "" #. Eid al-Adha. msgid "Qurbon hayit" msgstr "" #. %s (estimated). #, c-format msgid "%s (taxminiy)" msgstr "" #. %s (observed). #, c-format msgid "%s (ko‘chirilgan)" msgstr "" #. Date format (see strftime() Format Codes) msgid "%d/%m %Y" msgstr "" #. Day off (substituted from %s). #, c-format msgid "Dam olish kuni (%s dan ko‘chirilgan)" msgstr "" #. Additional day off by Presidential decree. msgid "Prezidentining farmoni bilan qo‘shimcha dam olish kuni" msgstr "" #. %s (observed, estimated). #, c-format msgid "%s (ko‘chirilgan, taxminiy)" msgstr "" holidays-0.71/holidays/locale/vi/000077500000000000000000000000001500152103600167375ustar00rootroot00000000000000holidays-0.71/holidays/locale/vi/LC_MESSAGES/000077500000000000000000000000001500152103600205245ustar00rootroot00000000000000holidays-0.71/holidays/locale/vi/LC_MESSAGES/VN.po000066400000000000000000000041551500152103600214140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Vietnam holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.59\n" "POT-Creation-Date: 2024-09-27 15:50+0700\n" "PO-Revision-Date: 2024-10-09 20:58+0300\n" "Last-Translator: ~Jhellico \n" "Language-Team: Holidays Localization Team\n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.4\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s (nghỉ bù)" msgstr "" #. New Year's Day. msgid "Tết Dương lịch" msgstr "" #. 29 of Lunar New Year. msgid "29 Tết" msgstr "" #. Lunar New Year's Eve. msgid "Giao thừa Tết Nguyên Đán" msgstr "" #. Lunar New Year. msgid "Tết Nguyên Đán" msgstr "" #. Second Day of Lunar New Year. msgid "Mùng hai Tết Nguyên Đán" msgstr "" #. Third Day of Lunar New Year. msgid "Mùng ba Tết Nguyên Đán" msgstr "" #. Fourth Day of Lunar New Year. msgid "Mùng bốn Tết Nguyên Đán" msgstr "" #. Fifth Day of Lunar New Year. msgid "Mùng năm Tết Nguyên Đán" msgstr "" #. Sixth Day of Lunar New Year. msgid "Mùng sáu Tết Nguyên Đán" msgstr "" #. Hung Kings' Commemoration Day. msgid "Ngày Giỗ Tổ Hùng Vương" msgstr "" #. Liberation Day/Reunification Day. msgid "Ngày Chiến thắng" msgstr "" #. International Labor Day. msgid "Ngày Quốc tế Lao động" msgstr "" #. National Day. msgid "Quốc khánh" msgstr "" #. Date format (see strftime() Format Codes). msgid "%d/%m/%Y" msgstr "" #. Day off (substituted from %s). #, c-format msgid "Ngày nghỉ (thay cho ngày %s)" msgstr "" holidays-0.71/holidays/locale/zh_CN/000077500000000000000000000000001500152103600173225ustar00rootroot00000000000000holidays-0.71/holidays/locale/zh_CN/LC_MESSAGES/000077500000000000000000000000001500152103600211075ustar00rootroot00000000000000holidays-0.71/holidays/locale/zh_CN/LC_MESSAGES/CN.po000066400000000000000000000042451500152103600217540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chinese holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-09-28 19:23+0700\n" "PO-Revision-Date: 2024-01-18 11:43+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (observed). #, c-format msgid "%s(观察日)" msgstr "" #. New Year's Day. msgid "元旦" msgstr "" #. National Day. msgid "国庆节" msgstr "" #. Mid-Autumn Festival. msgid "中秋节" msgstr "" #. Chinese New Year (Spring Festival). msgid "春节" msgstr "" #. Chinese New Year's Eve. msgid "农历除夕" msgstr "" #. Labor Day. msgid "劳动节" msgstr "" #. Tomb-Sweeping Day. msgid "清明节" msgstr "" #. Dragon Boat Festival. msgid "端午节" msgstr "" #. International Women's Day. msgid "国际妇女节" msgstr "" #. Youth Day. msgid "五四青年节" msgstr "" #. Children's Day. msgid "六一儿童节" msgstr "" #. Army Day. msgid "建军节" msgstr "" #. Date format (see strftime() Format Codes). msgid "%Y-%m-%d" msgstr "" #. Day off (substituted from %s). #, c-format msgid "休息日(%s日起取代)" msgstr "" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中国人民抗日战争暨世界反法西斯战争胜利70周年纪念日" msgstr "" #. Chinese New Year (Spring Festival) Extended Holiday. msgid "春节延长假期" msgstr "" holidays-0.71/holidays/locale/zh_CN/LC_MESSAGES/HK.po000066400000000000000000000117121500152103600217530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Hong Kong holidays zh_CN localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-04 14:03+0700\n" "PO-Revision-Date: 2025-03-05 09:48+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s(慶祝)" msgstr "%s(庆祝)" #. The Day following Mid-Autumn Festival. msgid "中秋節翌日" msgstr "中秋节翌日" #. The Second Day following Mid-Autumn Festival. msgid "中秋節後第二日" msgstr "中秋节后第二日" #. Mid-Autumn Festival. msgid "中秋節" msgstr "中秋节" #. Chinese New Year. msgid "農曆年初一" msgstr "农历年初一" #. Chinese New Year's Eve. msgid "農曆年初一的前一日" msgstr "农历年初一的前一日" #. The second day of Chinese New Year. msgid "農曆年初二" msgstr "农历年初二" #. The third day of Chinese New Year. msgid "農曆年初三" msgstr "农历年初三" #. The fourth day of Chinese New Year. msgid "農曆年初四" msgstr "农历年初四" #. New Year's Day. msgid "一月一日" msgstr "一月一日" #. Good Friday. msgid "耶穌受難節" msgstr "耶稣受难节" #. The day following Good Friday. msgid "耶穌受難節翌日" msgstr "耶稣受难节翌日" #. Easter Monday. msgid "復活節星期一" msgstr "复活节星期一" #. Tomb-Sweeping Day. msgid "清明節" msgstr "清明节" #. The Buddha's Birthday. msgid "佛誕" msgstr "佛诞" #. Labor Day. msgid "勞動節" msgstr "劳动节" #. Dragon Boat Festival. msgid "端午節" msgstr "端午节" #. Hong Kong S.A.R. Establishment Day. msgid "香港特別行政區成立紀念日" msgstr "香港特别行政区成立纪念日" #. Double Ninth Festival. msgid "重陽節" msgstr "重阳节" #. National Day. msgid "國慶日" msgstr "国庆日" #. Winter Solstice. msgid "冬節" msgstr "冬节" #. The first weekday after Christmas Day. msgid "聖誕節後第一個周日" msgstr "圣诞节后第一个周日" #. Christmas Day. msgid "聖誕節" msgstr "圣诞节" #. The day following New Year's Day. msgid "一月一日翌日" msgstr "一月一日翌日" #. The day following Tomb-Sweeping Day. msgid "清明節翌日" msgstr "清明节翌日" #. The day following Easter Monday. msgid "復活節星期一翌日" msgstr "复活节星期一翌日" #. The day following the Buddha's Birthday. msgid "佛誕翌日" msgstr "佛诞翌日" #. The day following Labor Day. msgid "勞動節翌日" msgstr "劳动节翌日" #. The day following Dragon Boat Festival. msgid "端午節翌日" msgstr "端午节翌日" #. The day following Hong Kong S.A.R. Establishment Day. msgid "香港特別行政區成立紀念日翌日" msgstr "香港特别行政区成立纪念日翌日" #. The day following Double Ninth Festival. msgid "重陽節翌日" msgstr "重阳节翌日" #. The day following National Day. msgid "國慶日翌日" msgstr "国庆日翌日" #. The second weekday after Christmas Day. msgid "聖誕節後第二個周日" msgstr "圣诞节后第二个周日" #. Queen's Birthday. msgid "英女皇壽辰" msgstr "英女王生日" #. Monday after Pentecost. msgid "靈降臨節後星期一" msgstr "圣灵降临节后星期一" #. National Day of the Republic of China. msgid "中華民國國慶日" msgstr "中华民国国庆日" #. Monday after Remembrance Day. msgid "和平紀念日後星期一" msgstr "和平纪念日后星期一" #. Anniversary of the liberation of Hong Kong. msgid "重光紀念日" msgstr "重光纪念日" #. Wedding of Prince Charles and Diana. msgid "英國王儲查理斯王子與戴安娜婚禮" msgstr "英国王储查尔斯王子与戴安娜婚礼" #. Second day of Queen Elizabeth II and her husband's visit to Hong Kong. msgid "英女王伊利沙伯二世伉儷訪港的第二天" msgstr "英女王伊丽莎白二世伉俪访港的第二天" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中國人民抗日戰爭勝利70周年紀念日" msgstr "中国人民抗日战争胜利70周年纪念日" #. Sino-Japanese War Victory Day. msgid "抗日戰爭勝利紀念日" msgstr "抗日战争胜利纪念日" #. Additional public holiday. msgid "額外公眾假期" msgstr "额外公众假期" holidays-0.71/holidays/locale/zh_CN/LC_MESSAGES/MO.po000066400000000000000000000142121500152103600217620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Macau holidays zh_CN localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-06 15:34+0700\n" "PO-Revision-Date: 2025-03-05 19:40+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "元旦" msgstr "元旦" #. Freedom Day. msgid "自由日" msgstr "自由日" #. Labor Day. msgid "勞動節" msgstr "劳动节" #. Day of Portugal, Camões, and the Portuguese Communities. msgid "葡國日、賈梅士日暨葡僑日" msgstr "葡国日、贾梅士日暨葡侨日" #. Assumption Day. msgid "聖母升天" msgstr "圣母升天" #. National Day of the People's Republic of China. msgid "中華人民共和國國慶日" msgstr "中华人民共和国国庆日" #. The day following National Day of the People's Republic of China. msgid "中華人民共和國國慶日翌日" msgstr "中华人民共和国国庆日翌日" #. Republic Day. msgid "葡萄牙共和國國慶日" msgstr "葡萄牙共和国成立日" #. All Saints' Day. msgid "諸聖節" msgstr "诸圣节" #. All Soul's Day. msgid "追思節" msgstr "追思节" #. Restoration of Independence Day. msgid "恢復獨立紀念日" msgstr "恢复独立纪念日" #. Immaculate Conception. msgid "聖母無原罪瞻禮" msgstr "圣母无原罪瞻礼" #. Macao S.A.R. Establishment Day. msgid "澳門特別行政區成立紀念日" msgstr "澳门特别行政区成立纪念日" #. Winter Solstice. msgid "冬至" msgstr "冬至" #. Christmas Eve. msgid "聖誕節前日" msgstr "圣诞节前日" #. Christmas Eve. msgid "聖誕節前夕" msgstr "圣诞节前夕" #. Christmas Eve. msgid "聖誕前夕" msgstr "圣诞前夕" #. Christmas Day. msgid "聖誕節" msgstr "圣诞节" #. Christmas Day. msgid "聖誕" msgstr "圣诞" #. Chinese New Year's Day. msgid "農曆正月初一" msgstr "农历正月初一" #. The second day of Chinese New Year. msgid "農曆正月初二" msgstr "农历正月初二" #. The third day of Chinese New Year. msgid "農曆正月初三" msgstr "农历正月初三" #. Tomb-Sweeping Day. msgid "清明節" msgstr "清明节" #. Good Friday. msgid "耶穌受難日" msgstr "耶稣受难日" #. Good Friday. msgid "聖周星期五" msgstr "圣周星期五" #. The Day before Easter. msgid "復活節前日" msgstr "复活节前日" #. Holy Saturday. msgid "聖周星期六" msgstr "圣周星期六" #. The Buddha's Birthday. msgid "佛誕節" msgstr "佛诞节" #. Corpus Christi. msgid "基督聖體聖血節" msgstr "基督圣体圣血节" #. Dragon Boat Festival. msgid "端午節" msgstr "端午节" #. Double Ninth Festival. msgid "重陽節" msgstr "重阳节" #. Mid-Autumn Festival. msgid "中秋節" msgstr "中秋节" #. The Day following Mid-Autumn Festival. msgid "中秋節翌日" msgstr "中秋节翌日" #. Day of the Municipality of Ilhas. msgid "海島市日" msgstr "海岛市日" #. Macau City Day. msgid "澳門市日" msgstr "澳门市日" #. Additional Government Holiday. msgid "額外政府假期" msgstr "额外政府假期" #. Additional Public Holiday. msgid "額外公眾假期" msgstr "额外公众假期" #. Additional Half-Day Public Holiday. msgid "額外公眾半日假" msgstr "额外公众半日假" #. The Handover of Macau to China and the Establishment of the Macau Special Administrative Region #. of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日" msgstr "澳门回归祖国暨中华人民共和国澳门特别行政区成立日" #. The day following the Handover of Macau to China and the Establishment of the Macau Special #. Administrative Region of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日翌日" msgstr "澳门回归祖国暨中华人民共和国澳门特别行政区成立日翌日" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中國人民抗日戰爭暨世界反法西斯戰爭勝利七十周年紀念日" msgstr "中国人民抗日战争暨世界反法西斯战争胜利七十周年纪念日" #. Compensatory rest day for %s. #, c-format msgid "%s的補假" msgstr "%s的补假" #. The first working day after %s. #, c-format msgid "%s後首個工作日" msgstr "%s后首个工作日" #. %s (Afternoon). #, c-format msgid "%s(下午)" msgstr "%s(下午)" #. Chinese New Year's Eve. msgid "農曆除夕" msgstr "农历除夕" #. The fourth day of Chinese New Year. msgid "農曆正月初四" msgstr "农历正月初四" #. The fifth day of Chinese New Year. msgid "農曆正月初五" msgstr "农历正月初五" #. New Year's Eve. msgid "除夕" msgstr "除夕" #. Overlapping of the Day following National Day of the People's Republic of China and the Day #. following Mid-Autumn Festival. msgid "中華人民共和國國慶日翌日及中秋節翌日重疊" msgstr "中华人民共和国国庆日翌日及中秋节翌日重迭" #. Overlapping of the Day following National Day of the People's Republic of China and the Double #. Ninth Festival. msgid "中華人民共和國國慶日翌日及重陽節重疊" msgstr "中华人民共和国国庆日翌日及重阳节重迭" #. Overlapping of the National Day of the People's Republic of China and the Day following Mid- #. Autumn Festival. msgid "中華人民共和國國慶日及中秋節翌日重疊" msgstr "中华人民共和国国庆日及中秋节翌日重迭" holidays-0.71/holidays/locale/zh_CN/LC_MESSAGES/TW.po000066400000000000000000000067401500152103600220100ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Taiwan holidays zh_CN localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2023-11-24 16:16+0700\n" "PO-Revision-Date: 2025-03-13 11:49+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s(慶祝)" msgstr "%s(庆祝)" #. Founding Day of the Republic of China. msgid "中華民國開國紀念日" msgstr "中华民国开国纪念日" #. Chinese New Year's Eve. msgid "農曆除夕" msgstr "农历除夕" #. Chinese New Year. msgid "春節" msgstr "春节" #. Peace Memorial Day. msgid "和平紀念日" msgstr "和平纪念日" #. Children's Day. msgid "兒童節" msgstr "儿童节" #. Tomb-Sweeping Day. msgid "民族掃墓節" msgstr "民族扫墓节" #. Dragon Boat Festival. msgid "端午節" msgstr "端午节" #. Mid-Autumn Festival. msgid "中秋節" msgstr "中秋节" #. National Day. msgid "國慶日" msgstr "国庆日" #. Date format (see strftime() Format Codes). msgid "%Y-%m-%d" msgstr "%Y-%m-%d" #. Day off (substituted from %s). #, c-format msgid "休息日(%s日起取代)" msgstr "休息日(%s日起取代)" #. Confucius' Birthday. msgid "孔子誕辰紀念日" msgstr "孔子诞辰纪念日" #. Taiwan Retrocession Day. msgid "臺灣光復節" msgstr "台湾光复节" #. Late President Chiang Kai-shek's Birthday. msgid "先總統 蔣公誕辰紀念日" msgstr "先总统 蔣公诞辰纪念日" #. Dr. Sun Yat-sen's Birthday. msgid "國父誕辰紀念日" msgstr "国父诞辰纪念日" #. Constitution Day. msgid "行憲紀念日" msgstr "行宪纪念日" #. Revolutionary Martyrs Memorial Day. msgid "革命先烈紀念日" msgstr "革命先烈纪念日" #. Women's Day. msgid "婦女節" msgstr "妇女节" #. Labor Day. msgid "勞動節" msgstr "劳动节" #. Armed Forces Day. msgid "軍人節" msgstr "军人节" #. Dr. Sun Yat-sen's Memorial Day. msgid "國父逝世紀念日" msgstr "国父逝世纪念日" #. Arbor Day. msgid "植樹節" msgstr "植树节" #. Youth Day. msgid "青年節" msgstr "青年节" #. Teacher's Day. msgid "教師節" msgstr "教师节" #. Chinese Cultural Renaissance Day. msgid "中華文化復興節" msgstr "中华文化复兴节" #. Taoism Day. msgid "道教節" msgstr "道教节" #. The Buddha's Birthday. msgid "佛陀誕辰紀念日" msgstr "佛陀诞辰纪念日" #. Anti-Aggression Day. msgid "反侵略日" msgstr "反侵略日" #. Commemoration Day of the Lifting of Martial Law. msgid "解嚴紀念日" msgstr "解严纪念日" #. Taiwan United Nations Day. msgid "臺灣聯合國日" msgstr "台湾联合国日" #. Late President Chiang Kai-shek's Memorial Day. msgid "先總統蔣公逝世紀念日" msgstr "先总统蔣公逝世纪念日" holidays-0.71/holidays/locale/zh_HK/000077500000000000000000000000001500152103600173245ustar00rootroot00000000000000holidays-0.71/holidays/locale/zh_HK/LC_MESSAGES/000077500000000000000000000000001500152103600211115ustar00rootroot00000000000000holidays-0.71/holidays/locale/zh_HK/LC_MESSAGES/HK.po000066400000000000000000000101671500152103600217600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Hong Kong holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-04 14:03+0700\n" "PO-Revision-Date: 2025-03-05 09:48+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: zh_HK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s(慶祝)" msgstr "" #. The Day following Mid-Autumn Festival. msgid "中秋節翌日" msgstr "" #. The Second Day following Mid-Autumn Festival. msgid "中秋節後第二日" msgstr "" #. Mid-Autumn Festival. msgid "中秋節" msgstr "" #. Chinese New Year. msgid "農曆年初一" msgstr "" #. Chinese New Year's Eve. msgid "農曆年初一的前一日" msgstr "" #. The second day of Chinese New Year. msgid "農曆年初二" msgstr "" #. The third day of Chinese New Year. msgid "農曆年初三" msgstr "" #. The fourth day of Chinese New Year. msgid "農曆年初四" msgstr "" #. New Year's Day. msgid "一月一日" msgstr "" #. Good Friday. msgid "耶穌受難節" msgstr "" #. The day following Good Friday. msgid "耶穌受難節翌日" msgstr "" #. Easter Monday. msgid "復活節星期一" msgstr "" #. Tomb-Sweeping Day. msgid "清明節" msgstr "" #. The Buddha's Birthday. msgid "佛誕" msgstr "" #. Labor Day. msgid "勞動節" msgstr "" #. Dragon Boat Festival. msgid "端午節" msgstr "" #. Hong Kong S.A.R. Establishment Day. msgid "香港特別行政區成立紀念日" msgstr "" #. Double Ninth Festival. msgid "重陽節" msgstr "" #. National Day. msgid "國慶日" msgstr "" #. Winter Solstice. msgid "冬節" msgstr "" #. The first weekday after Christmas Day. msgid "聖誕節後第一個周日" msgstr "" #. Christmas Day. msgid "聖誕節" msgstr "" #. The day following New Year's Day. msgid "一月一日翌日" msgstr "" #. The day following Tomb-Sweeping Day. msgid "清明節翌日" msgstr "" #. The day following Easter Monday. msgid "復活節星期一翌日" msgstr "" #. The day following the Buddha's Birthday. msgid "佛誕翌日" msgstr "" #. The day following Labor Day. msgid "勞動節翌日" msgstr "" #. The day following Dragon Boat Festival. msgid "端午節翌日" msgstr "" #. The day following Hong Kong S.A.R. Establishment Day. msgid "香港特別行政區成立紀念日翌日" msgstr "" #. The day following Double Ninth Festival. msgid "重陽節翌日" msgstr "" #. The day following National Day. msgid "國慶日翌日" msgstr "" #. The second weekday after Christmas Day. msgid "聖誕節後第二個周日" msgstr "" #. Queen's Birthday. msgid "英女皇壽辰" msgstr "" #. Monday after Pentecost. msgid "靈降臨節後星期一" msgstr "" #. National Day of the Republic of China. msgid "中華民國國慶日" msgstr "" #. Monday after Remembrance Day. msgid "和平紀念日後星期一" msgstr "" #. Anniversary of the liberation of Hong Kong. msgid "重光紀念日" msgstr "" #. Wedding of Prince Charles and Diana. msgid "英國王儲查理斯王子與戴安娜婚禮" msgstr "" #. Second day of Queen Elizabeth II and her husband's visit to Hong Kong. msgid "英女王伊利沙伯二世伉儷訪港的第二天" msgstr "" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中國人民抗日戰爭勝利70周年紀念日" msgstr "" #. Sino-Japanese War Victory Day. msgid "抗日戰爭勝利紀念日" msgstr "" #. Additional public holiday. msgid "額外公眾假期" msgstr "" holidays-0.71/holidays/locale/zh_MO/000077500000000000000000000000001500152103600173355ustar00rootroot00000000000000holidays-0.71/holidays/locale/zh_MO/LC_MESSAGES/000077500000000000000000000000001500152103600211225ustar00rootroot00000000000000holidays-0.71/holidays/locale/zh_MO/LC_MESSAGES/MO.po000066400000000000000000000120601500152103600217740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Macau holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2025-02-06 15:34+0700\n" "PO-Revision-Date: 2025-03-05 19:40+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: zh_MO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Lingva 5.0.3\n" "X-Generator: Poedit 3.5\n" #. New Year's Day. msgid "元旦" msgstr "" #. Freedom Day. msgid "自由日" msgstr "" #. Labor Day. msgid "勞動節" msgstr "" #. Day of Portugal, Camões, and the Portuguese Communities. msgid "葡國日、賈梅士日暨葡僑日" msgstr "" #. Assumption Day. msgid "聖母升天" msgstr "" #. National Day of the People's Republic of China. msgid "中華人民共和國國慶日" msgstr "" #. The day following National Day of the People's Republic of China. msgid "中華人民共和國國慶日翌日" msgstr "" #. Republic Day. msgid "葡萄牙共和國國慶日" msgstr "" #. All Saints' Day. msgid "諸聖節" msgstr "" #. All Soul's Day. msgid "追思節" msgstr "" #. Restoration of Independence Day. msgid "恢復獨立紀念日" msgstr "" #. Immaculate Conception. msgid "聖母無原罪瞻禮" msgstr "" #. Macao S.A.R. Establishment Day. msgid "澳門特別行政區成立紀念日" msgstr "" #. Winter Solstice. msgid "冬至" msgstr "" #. Christmas Eve. msgid "聖誕節前日" msgstr "" #. Christmas Eve. msgid "聖誕節前夕" msgstr "" #. Christmas Eve. msgid "聖誕前夕" msgstr "" #. Christmas Day. msgid "聖誕節" msgstr "" #. Christmas Day. msgid "聖誕" msgstr "" #. Chinese New Year's Day. msgid "農曆正月初一" msgstr "" #. The second day of Chinese New Year. msgid "農曆正月初二" msgstr "" #. The third day of Chinese New Year. msgid "農曆正月初三" msgstr "" #. Tomb-Sweeping Day. msgid "清明節" msgstr "" #. Good Friday. msgid "耶穌受難日" msgstr "" #. Good Friday. msgid "聖周星期五" msgstr "" #. The Day before Easter. msgid "復活節前日" msgstr "" #. Holy Saturday. msgid "聖周星期六" msgstr "" #. The Buddha's Birthday. msgid "佛誕節" msgstr "" #. Corpus Christi. msgid "基督聖體聖血節" msgstr "" #. Dragon Boat Festival. msgid "端午節" msgstr "" #. Double Ninth Festival. msgid "重陽節" msgstr "" #. Mid-Autumn Festival. msgid "中秋節" msgstr "" #. The Day following Mid-Autumn Festival. msgid "中秋節翌日" msgstr "" #. Day of the Municipality of Ilhas. msgid "海島市日" msgstr "" #. Macau City Day. msgid "澳門市日" msgstr "" #. Additional Government Holiday. msgid "額外政府假期" msgstr "" #. Additional Public Holiday. msgid "額外公眾假期" msgstr "" #. Additional Half-Day Public Holiday. msgid "額外公眾半日假" msgstr "" #. The Handover of Macau to China and the Establishment of the Macau Special Administrative Region #. of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日" msgstr "" #. The day following the Handover of Macau to China and the Establishment of the Macau Special #. Administrative Region of the People's Republic of China. msgid "澳門回歸祖國暨中華人民共和國澳門特別行政區成立日翌日" msgstr "" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中國人民抗日戰爭暨世界反法西斯戰爭勝利七十周年紀念日" msgstr "" #. Compensatory rest day for %s. #, c-format msgid "%s的補假" msgstr "" #. The first working day after %s. #, c-format msgid "%s後首個工作日" msgstr "" #. %s (Afternoon). #, c-format msgid "%s(下午)" msgstr "" #. Chinese New Year's Eve. msgid "農曆除夕" msgstr "" #. The fourth day of Chinese New Year. msgid "農曆正月初四" msgstr "" #. The fifth day of Chinese New Year. msgid "農曆正月初五" msgstr "" #. New Year's Eve. msgid "除夕" msgstr "" #. Overlapping of the Day following National Day of the People's Republic of China and the Day #. following Mid-Autumn Festival. msgid "中華人民共和國國慶日翌日及中秋節翌日重疊" msgstr "" #. Overlapping of the Day following National Day of the People's Republic of China and the Double #. Ninth Festival. msgid "中華人民共和國國慶日翌日及重陽節重疊" msgstr "" #. Overlapping of the National Day of the People's Republic of China and the Day following Mid- #. Autumn Festival. msgid "中華人民共和國國慶日及中秋節翌日重疊" msgstr "" holidays-0.71/holidays/locale/zh_TW/000077500000000000000000000000001500152103600173545ustar00rootroot00000000000000holidays-0.71/holidays/locale/zh_TW/LC_MESSAGES/000077500000000000000000000000001500152103600211415ustar00rootroot00000000000000holidays-0.71/holidays/locale/zh_TW/LC_MESSAGES/CN.po000066400000000000000000000047051500152103600220070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Chinese holidays zh_TW localization. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.42\n" "POT-Creation-Date: 2023-09-28 19:23+0700\n" "PO-Revision-Date: 2024-01-18 11:43+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.4.2\n" #. %s (observed). #, c-format msgid "%s(观察日)" msgstr "%s(觀察日)" #. New Year's Day. msgid "元旦" msgstr "元旦" #. National Day. msgid "国庆节" msgstr "國慶日" #. Mid-Autumn Festival. msgid "中秋节" msgstr "中秋節" #. Chinese New Year (Spring Festival). msgid "春节" msgstr "春節" #. Chinese New Year's Eve. msgid "农历除夕" msgstr "農曆除夕" #. Labor Day. msgid "劳动节" msgstr "勞動節" #. Tomb-Sweeping Day. msgid "清明节" msgstr "清明節" #. Dragon Boat Festival. msgid "端午节" msgstr "端午節" #. International Women's Day. msgid "国际妇女节" msgstr "國際婦女節" #. Youth Day. msgid "五四青年节" msgstr "五四青年節" #. Children's Day. msgid "六一儿童节" msgstr "六一兒童節" #. Army Day. msgid "建军节" msgstr "建軍節" #. Date format (see strftime() Format Codes). msgid "%Y-%m-%d" msgstr "%Y-%m-%d" #. Day off (substituted from %s). #, c-format msgid "休息日(%s日起取代)" msgstr "休息日(%s日起取代)" #. 70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese #. Aggression and the World Anti-Fascist War. msgid "中国人民抗日战争暨世界反法西斯战争胜利70周年纪念日" msgstr "中國人民抗日戰爭暨世界反法西斯戰爭勝利70週年紀念日" #. Chinese New Year (Spring Festival) Extended Holiday. msgid "春节延长假期" msgstr "春節延長假期" holidays-0.71/holidays/locale/zh_TW/LC_MESSAGES/TW.po000066400000000000000000000057461500152103600220470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) # # Taiwan holidays. # msgid "" msgstr "" "Project-Id-Version: Holidays 0.69\n" "POT-Creation-Date: 2023-11-24 16:16+0700\n" "PO-Revision-Date: 2025-03-13 11:49+0700\n" "Last-Translator: PPsyrius \n" "Language-Team: Holidays Localization Team\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Lingua 4.15.0\n" "X-Generator: Poedit 3.5\n" #. %s (observed). #, c-format msgid "%s(慶祝)" msgstr "" #. Founding Day of the Republic of China. msgid "中華民國開國紀念日" msgstr "" #. Chinese New Year's Eve. msgid "農曆除夕" msgstr "" #. Chinese New Year. msgid "春節" msgstr "" #. Peace Memorial Day. msgid "和平紀念日" msgstr "" #. Children's Day. msgid "兒童節" msgstr "" #. Tomb-Sweeping Day. msgid "民族掃墓節" msgstr "" #. Dragon Boat Festival. msgid "端午節" msgstr "" #. Mid-Autumn Festival. msgid "中秋節" msgstr "" #. National Day. msgid "國慶日" msgstr "" #. Date format (see strftime() Format Codes). msgid "%Y-%m-%d" msgstr "" #. Day off (substituted from %s). #, c-format msgid "休息日(%s日起取代)" msgstr "" #. Confucius' Birthday. msgid "孔子誕辰紀念日" msgstr "" #. Taiwan Retrocession Day. msgid "臺灣光復節" msgstr "" #. Late President Chiang Kai-shek's Birthday. msgid "先總統 蔣公誕辰紀念日" msgstr "" #. Dr. Sun Yat-sen's Birthday. msgid "國父誕辰紀念日" msgstr "" #. Constitution Day. msgid "行憲紀念日" msgstr "" #. Revolutionary Martyrs Memorial Day. msgid "革命先烈紀念日" msgstr "" #. Women's Day. msgid "婦女節" msgstr "" #. Labor Day. msgid "勞動節" msgstr "" #. Armed Forces Day. msgid "軍人節" msgstr "" #. Dr. Sun Yat-sen's Memorial Day. msgid "國父逝世紀念日" msgstr "" #. Arbor Day. msgid "植樹節" msgstr "" #. Youth Day. msgid "青年節" msgstr "" #. Teacher's Day. msgid "教師節" msgstr "" #. Chinese Cultural Renaissance Day. msgid "中華文化復興節" msgstr "" #. Taoism Day. msgid "道教節" msgstr "" #. The Buddha's Birthday. msgid "佛陀誕辰紀念日" msgstr "" #. Anti-Aggression Day. msgid "反侵略日" msgstr "" #. Commemoration Day of the Lifting of Martial Law. msgid "解嚴紀念日" msgstr "" #. Taiwan United Nations Day. msgid "臺灣聯合國日" msgstr "" #. Late President Chiang Kai-shek's Memorial Day. msgid "先總統蔣公逝世紀念日" msgstr "" holidays-0.71/holidays/mixins.py000066400000000000000000000021271500152103600167450ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) class PreferredDiscretionaryHolidays: """A mixin for setting preferred discretionary holidays. See [HongKong][holidays.countries.hongkong.HongKong] for an example. """ default_preferred_discretionary_holidays: tuple[str, ...] = () """Preferred discretionary holidays defaults.""" def __init__(self, preferred_discretionary_holidays): self.preferred_discretionary_holidays = set( preferred_discretionary_holidays if preferred_discretionary_holidays else self.default_preferred_discretionary_holidays ) holidays-0.71/holidays/observed_holiday_base.py000066400000000000000000000216451500152103600217600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from typing import Optional from holidays.calendars.gregorian import MON, TUE, WED, THU, FRI, SAT, SUN, _timedelta from holidays.holiday_base import DateArg, HolidayBase class ObservedRule(dict[int, Optional[int]]): __slots__ = () def __add__(self, other): return ObservedRule({**self, **other}) # Observance calculation rules: +7 - next workday, -7 - previous workday. # Single days. MON_TO_NEXT_TUE = ObservedRule({MON: +1}) MON_ONLY = ObservedRule({TUE: None, WED: None, THU: None, FRI: None, SAT: None, SUN: None}) TUE_TO_PREV_MON = ObservedRule({TUE: -1}) TUE_TO_PREV_FRI = ObservedRule({TUE: -4}) TUE_TO_NONE = ObservedRule({TUE: None}) WED_TO_PREV_MON = ObservedRule({WED: -2}) WED_TO_NEXT_FRI = ObservedRule({WED: +2}) THU_TO_PREV_MON = ObservedRule({THU: -3}) THU_TO_PREV_WED = ObservedRule({THU: -1}) THU_TO_NEXT_MON = ObservedRule({THU: +4}) THU_TO_NEXT_FRI = ObservedRule({THU: +1}) FRI_TO_PREV_WED = ObservedRule({FRI: -2}) FRI_TO_PREV_THU = ObservedRule({FRI: -1}) FRI_TO_NEXT_MON = ObservedRule({FRI: +3}) FRI_TO_NEXT_TUE = ObservedRule({FRI: +4}) FRI_TO_NEXT_SAT = ObservedRule({FRI: +1}) FRI_TO_NEXT_WORKDAY = ObservedRule({FRI: +7}) FRI_ONLY = ObservedRule({MON: None, TUE: None, WED: None, THU: None, SAT: None, SUN: None}) SAT_TO_PREV_THU = ObservedRule({SAT: -2}) SAT_TO_PREV_FRI = ObservedRule({SAT: -1}) SAT_TO_PREV_WORKDAY = ObservedRule({SAT: -7}) SAT_TO_NEXT_MON = ObservedRule({SAT: +2}) SAT_TO_NEXT_TUE = ObservedRule({SAT: +3}) SAT_TO_NEXT_SUN = ObservedRule({SAT: +1}) SAT_TO_NEXT_WORKDAY = ObservedRule({SAT: +7}) SAT_TO_NONE = ObservedRule({SAT: None}) SUN_TO_NEXT_MON = ObservedRule({SUN: +1}) SUN_TO_NEXT_TUE = ObservedRule({SUN: +2}) SUN_TO_NEXT_WED = ObservedRule({SUN: +3}) SUN_TO_NEXT_WORKDAY = ObservedRule({SUN: +7}) SUN_TO_NONE = ObservedRule({SUN: None}) # Multiple days. ALL_TO_NEAREST_MON = ObservedRule({TUE: -1, WED: -2, THU: -3, FRI: +3, SAT: +2, SUN: +1}) ALL_TO_NEAREST_MON_LATAM = ObservedRule({TUE: -1, WED: -2, THU: 4, FRI: +3, SAT: +2, SUN: +1}) ALL_TO_NEXT_MON = ObservedRule({TUE: +6, WED: +5, THU: +4, FRI: +3, SAT: +2, SUN: +1}) ALL_TO_NEXT_SUN = ObservedRule({MON: +6, TUE: +5, WED: +4, THU: +3, FRI: +2, SAT: +1}) WORKDAY_TO_NEAREST_MON = ObservedRule({TUE: -1, WED: -2, THU: -3, FRI: +3}) WORKDAY_TO_NEXT_MON = ObservedRule({TUE: +6, WED: +5, THU: +4, FRI: +3}) WORKDAY_TO_NEXT_WORKDAY = ObservedRule({MON: +7, TUE: +7, WED: +7, THU: +7, FRI: +7}) MON_FRI_ONLY = ObservedRule({TUE: None, WED: None, THU: None, SAT: None, SUN: None}) TUE_WED_TO_PREV_MON = ObservedRule({TUE: -1, WED: -2}) TUE_WED_THU_TO_PREV_MON = ObservedRule({TUE: -1, WED: -2, THU: -3}) TUE_WED_THU_TO_NEXT_FRI = ObservedRule({TUE: +3, WED: +2, THU: +1}) WED_THU_TO_NEXT_FRI = ObservedRule({WED: +2, THU: +1}) THU_FRI_TO_NEXT_MON = ObservedRule({THU: +4, FRI: +3}) THU_FRI_TO_NEXT_WORKDAY = ObservedRule({THU: +7, FRI: +7}) THU_FRI_SUN_TO_NEXT_MON = ObservedRule({THU: +4, FRI: +3, SUN: +1}) FRI_SAT_TO_NEXT_WORKDAY = ObservedRule({FRI: +7, SAT: +7}) FRI_SUN_TO_NEXT_MON = ObservedRule({FRI: +3, SUN: +1}) FRI_SUN_TO_NEXT_SAT_MON = ObservedRule({FRI: +1, SUN: +1}) SAT_SUN_TO_PREV_FRI = ObservedRule({SAT: -1, SUN: -2}) SAT_SUN_TO_NEXT_MON = ObservedRule({SAT: +2, SUN: +1}) SAT_SUN_TO_NEXT_TUE = ObservedRule({SAT: +3, SUN: +2}) SAT_SUN_TO_NEXT_WED = ObservedRule({SAT: +4, SUN: +3}) SAT_SUN_TO_NEXT_MON_TUE = ObservedRule({SAT: +2, SUN: +2}) SAT_SUN_TO_NEXT_WORKDAY = ObservedRule({SAT: +7, SUN: +7}) class ObservedHolidayBase(HolidayBase): """Observed holidays implementation.""" observed_label = "%s" def __init__( self, observed_rule: Optional[ObservedRule] = None, observed_since: Optional[int] = None, *args, **kwargs, ): self._observed_rule = observed_rule or ObservedRule() self._observed_since = observed_since super().__init__(*args, **kwargs) def _is_observed(self, *args, **kwargs) -> bool: return self._observed_since is None or self._year >= self._observed_since def _get_next_workday(self, dt: date, delta: int = +1) -> date: dt_work = _timedelta(dt, delta) while dt_work.year == self._year: if dt_work in self or self._is_weekend(dt_work): # type: ignore[operator] dt_work = _timedelta(dt_work, delta) else: return dt_work return dt def _get_observed_date(self, dt: date, rule: ObservedRule) -> Optional[date]: delta = rule.get(dt.weekday(), 0) if delta: return ( self._get_next_workday(dt, delta // 7) if abs(delta) == 7 else _timedelta(dt, delta) ) # Goes after `if delta` case as a less probable. elif delta is None: return None return dt def _add_observed( self, dt: Optional[DateArg] = None, name: Optional[str] = None, rule: Optional[ObservedRule] = None, show_observed_label: bool = True, ) -> tuple[bool, Optional[date]]: if dt is None: return False, None dt = dt if isinstance(dt, date) else date(self._year, *dt) if not self.observed or not self._is_observed(dt): return False, dt dt_observed = self._get_observed_date(dt, rule or self._observed_rule) if dt_observed == dt: return False, dt # SAT_TO_NONE and similar cases. if dt_observed is None: self.pop(dt) return False, None if show_observed_label: estimated_label = self.tr(getattr(self, "estimated_label", "")) observed_label = self.tr( getattr( self, "observed_label_before" if dt_observed < dt else "observed_label", self.observed_label, ) ) estimated_label_text = estimated_label.strip("%s ()") # Use observed_estimated_label instead of observed_label for estimated dates. for name in (name,) if name else self.get_list(dt): holiday_name = self.tr(name) observed_estimated_label = None if estimated_label_text and estimated_label_text in holiday_name: holiday_name = holiday_name.replace(f"({estimated_label_text})", "").strip() observed_estimated_label = self.tr(getattr(self, "observed_estimated_label")) super()._add_holiday( (observed_estimated_label or observed_label) % holiday_name, dt_observed ) else: for name in (name,) if name else self.get_list(dt): super()._add_holiday(name, dt_observed) return True, dt_observed def _move_holiday( self, dt: date, rule: Optional[ObservedRule] = None, show_observed_label: bool = True ) -> tuple[bool, Optional[date]]: is_observed, dt_observed = self._add_observed( dt, rule=rule, show_observed_label=show_observed_label ) if is_observed: self.pop(dt) return is_observed, dt_observed if is_observed else dt def _populate_observed(self, dts: set[date], multiple: bool = False) -> None: """ When multiple is True, each holiday from a given date has its own observed date. """ for dt in sorted(dts): if not self._is_observed(dt): continue if multiple: for name in self.get_list(dt): self._add_observed(dt, name) else: self._add_observed(dt) def _populate_common_holidays(self): """Populate entity common holidays.""" super()._populate_common_holidays() if not self.observed or not self.has_special_holidays: return None self._add_special_holidays( (f"special_{category}_holidays_observed" for category in self._sorted_categories), observed=True, ) def _populate_subdiv_holidays(self): """Populate entity subdivision holidays.""" super()._populate_subdiv_holidays() if not self.subdiv or not self.observed or not self.has_special_holidays: return None self._add_special_holidays( ( f"special_{self._normalized_subdiv}_{category}_holidays_observed" for category in self._sorted_categories ), observed=True, ) holidays-0.71/holidays/py.typed000066400000000000000000000002531500152103600165610ustar00rootroot00000000000000# Required by PEP 561 to show that we have static types # See https://www.python.org/dev/peps/pep-0561/#packaging-type-information. # Enables mypy to discover type hints. holidays-0.71/holidays/registry.py000066400000000000000000000303411500152103600173050ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import importlib from collections.abc import Iterable from threading import RLock from typing import Any, Optional, Union from holidays.holiday_base import HolidayBase RegistryDict = dict[str, tuple[str, ...]] COUNTRIES: RegistryDict = { "afghanistan": ("Afghanistan", "AF", "AFG"), "albania": ("Albania", "AL", "ALB"), "algeria": ("Algeria", "DZ", "DZA"), "american_samoa": ("AmericanSamoa", "AS", "ASM", "HolidaysAS"), "andorra": ("Andorra", "AD", "AND"), "angola": ("Angola", "AO", "AGO"), "antigua_and_barbuda": ("AntiguaAndBarbuda", "AG", "ATG"), "argentina": ("Argentina", "AR", "ARG"), "armenia": ("Armenia", "AM", "ARM"), "aruba": ("Aruba", "AW", "ABW"), "australia": ("Australia", "AU", "AUS"), "austria": ("Austria", "AT", "AUT"), "azerbaijan": ("Azerbaijan", "AZ", "AZE"), "bahamas": ("Bahamas", "BS", "BHS"), "bahrain": ("Bahrain", "BH", "BAH"), "bangladesh": ("Bangladesh", "BD", "BGD"), "barbados": ("Barbados", "BB", "BRB"), "belarus": ("Belarus", "BY", "BLR"), "belgium": ("Belgium", "BE", "BEL"), "belize": ("Belize", "BZ", "BLZ"), "bolivia": ("Bolivia", "BO", "BOL"), "bosnia_and_herzegovina": ("BosniaAndHerzegovina", "BA", "BIH"), "botswana": ("Botswana", "BW", "BWA"), "brazil": ("Brazil", "BR", "BRA"), "brunei": ("Brunei", "BN", "BRN"), "bulgaria": ("Bulgaria", "BG", "BLG"), "burkina_faso": ("BurkinaFaso", "BF", "BFA"), "burundi": ("Burundi", "BI", "BDI"), "cambodia": ("Cambodia", "KH", "KHM"), "cameroon": ("Cameroon", "CM", "CMR"), "canada": ("Canada", "CA", "CAN"), "chad": ("Chad", "TD", "TCD"), "chile": ("Chile", "CL", "CHL"), "china": ("China", "CN", "CHN"), "colombia": ("Colombia", "CO", "COL"), "congo": ("Congo", "CG", "COG"), "costa_rica": ("CostaRica", "CR", "CRI"), "croatia": ("Croatia", "HR", "HRV"), "cuba": ("Cuba", "CU", "CUB"), "curacao": ("Curacao", "CW", "CUW"), "cyprus": ("Cyprus", "CY", "CYP"), "czechia": ("Czechia", "CZ", "CZE"), "denmark": ("Denmark", "DK", "DNK"), "djibouti": ("Djibouti", "DJ", "DJI"), "dominica": ("Dominica", "DM", "DMA"), "dominican_republic": ("DominicanRepublic", "DO", "DOM"), "ecuador": ("Ecuador", "EC", "ECU"), "egypt": ("Egypt", "EG", "EGY"), "jordan": ("Jordan", "JO", "JOR"), "el_salvador": ("ElSalvador", "SV", "SLV"), "estonia": ("Estonia", "EE", "EST"), "eswatini": ("Eswatini", "SZ", "SZW", "Swaziland"), "ethiopia": ("Ethiopia", "ET", "ETH"), "fiji": ("Fiji", "FJ", "FJI"), "finland": ("Finland", "FI", "FIN"), "france": ("France", "FR", "FRA"), "french_southern_territories": ("FrenchSouthernTerritories", "TF", "ATF", "HolidaysTF"), "gabon": ("Gabon", "GA", "GAB"), "georgia": ("Georgia", "GE", "GEO"), "germany": ("Germany", "DE", "DEU"), "ghana": ("Ghana", "GH", "GHA"), "greece": ("Greece", "GR", "GRC"), "greenland": ("Greenland", "GL", "GRL"), "guam": ("Guam", "GU", "GUM", "HolidaysGU"), "guatemala": ("Guatemala", "GT", "GUA"), "guernsey": ("Guernsey", "GG", "GGY"), "guinea": ("Guinea", "GN", "GIN"), "haiti": ("Haiti", "HT", "HTI"), "honduras": ("Honduras", "HN", "HND"), "hongkong": ("HongKong", "HK", "HKG"), "hungary": ("Hungary", "HU", "HUN"), "iceland": ("Iceland", "IS", "ISL"), "india": ("India", "IN", "IND"), "indonesia": ("Indonesia", "ID", "IDN"), "iran": ("Iran", "IR", "IRN"), "ireland": ("Ireland", "IE", "IRL"), "isle_of_man": ("IsleOfMan", "IM", "IMN"), "israel": ("Israel", "IL", "ISR"), "italy": ("Italy", "IT", "ITA"), "ivory_coast": ("IvoryCoast", "CI", "CIV"), "jamaica": ("Jamaica", "JM", "JAM"), "japan": ("Japan", "JP", "JPN"), "jersey": ("Jersey", "JE", "JEY"), "kazakhstan": ("Kazakhstan", "KZ", "KAZ"), "kenya": ("Kenya", "KE", "KEN"), "kuwait": ("Kuwait", "KW", "KWT"), "kyrgyzstan": ("Kyrgyzstan", "KG", "KGZ"), "laos": ("Laos", "LA", "LAO"), "latvia": ("Latvia", "LV", "LVA"), "lesotho": ("Lesotho", "LS", "LSO"), "liechtenstein": ("Liechtenstein", "LI", "LIE"), "lithuania": ("Lithuania", "LT", "LTU"), "luxembourg": ("Luxembourg", "LU", "LUX"), "macau": ("Macau", "MO", "MAC"), "madagascar": ("Madagascar", "MG", "MDG"), "malawi": ("Malawi", "MW", "MWI"), "malaysia": ("Malaysia", "MY", "MYS"), "maldives": ("Maldives", "MV", "MDV"), "malta": ("Malta", "MT", "MLT"), "marshall_islands": ("MarshallIslands", "MH", "MHL", "HolidaysMH"), "mauritania": ("Mauritania", "MR", "MRT"), "mexico": ("Mexico", "MX", "MEX"), "moldova": ("Moldova", "MD", "MDA"), "monaco": ("Monaco", "MC", "MCO"), "montenegro": ("Montenegro", "ME", "MNE"), "morocco": ("Morocco", "MA", "MOR"), "mozambique": ("Mozambique", "MZ", "MOZ"), "namibia": ("Namibia", "NA", "NAM"), "netherlands": ("Netherlands", "NL", "NLD"), "new_zealand": ("NewZealand", "NZ", "NZL"), "nicaragua": ("Nicaragua", "NI", "NIC"), "nigeria": ("Nigeria", "NG", "NGA"), "north_macedonia": ("NorthMacedonia", "MK", "MKD"), "northern_mariana_islands": ("NorthernMarianaIslands", "MP", "MNP", "HolidaysMP"), "norway": ("Norway", "NO", "NOR"), "oman": ("Oman", "OM", "OMN"), "pakistan": ("Pakistan", "PK", "PAK"), "palau": ("Palau", "PW", "PLW"), "panama": ("Panama", "PA", "PAN"), "papua_new_guinea": ("PapuaNewGuinea", "PG", "PNG"), "paraguay": ("Paraguay", "PY", "PRY"), "peru": ("Peru", "PE", "PER"), "philippines": ("Philippines", "PH", "PHL"), "poland": ("Poland", "PL", "POL"), "portugal": ("Portugal", "PT", "PRT"), "puerto_rico": ("PuertoRico", "PR", "PRI", "HolidaysPR"), "qatar": ("Qatar", "QA", "QAT"), "romania": ("Romania", "RO", "ROU"), "russia": ("Russia", "RU", "RUS"), "saint_kitts_and_nevis": ("SaintKittsAndNevis", "KN", "KNA"), "saint_lucia": ("SaintLucia", "LC", "LCA"), "samoa": ("Samoa", "WS", "WSM"), "san_marino": ("SanMarino", "SM", "SMR"), "saudi_arabia": ("SaudiArabia", "SA", "SAU"), "serbia": ("Serbia", "RS", "SRB"), "seychelles": ("Seychelles", "SC", "SYC"), "sierra_leone": ("SierraLeone", "SL", "SLE"), "singapore": ("Singapore", "SG", "SGP"), "slovakia": ("Slovakia", "SK", "SVK"), "slovenia": ("Slovenia", "SI", "SVN"), "south_africa": ("SouthAfrica", "ZA", "ZAF"), "south_korea": ("SouthKorea", "KR", "KOR", "Korea"), "spain": ("Spain", "ES", "ESP"), "sri_lanka": ("SriLanka", "LK", "LKA"), "suriname": ("Suriname", "SR", "SUR"), "sweden": ("Sweden", "SE", "SWE"), "switzerland": ("Switzerland", "CH", "CHE"), "taiwan": ("Taiwan", "TW", "TWN"), "tanzania": ("Tanzania", "TZ", "TZA"), "thailand": ("Thailand", "TH", "THA"), "timor_leste": ("TimorLeste", "TL", "TLS"), "tonga": ("Tonga", "TO", "TON"), "tunisia": ("Tunisia", "TN", "TUN"), "turkey": ("Turkey", "TR", "TUR"), "tuvalu": ("Tuvalu", "TV", "TUV"), "ukraine": ("Ukraine", "UA", "UKR"), "united_arab_emirates": ("UnitedArabEmirates", "AE", "ARE"), "united_kingdom": ("UnitedKingdom", "GB", "GBR", "UK"), "united_states_minor_outlying_islands": ( "UnitedStatesMinorOutlyingIslands", "UM", "UMI", "HolidaysUM", ), "united_states_virgin_islands": ("UnitedStatesVirginIslands", "VI", "VIR", "HolidaysVI"), "united_states": ("UnitedStates", "US", "USA"), "uruguay": ("Uruguay", "UY", "URY"), "uzbekistan": ("Uzbekistan", "UZ", "UZB"), "vanuatu": ("Vanuatu", "VU", "VTU"), "vatican_city": ("VaticanCity", "VA", "VAT"), "venezuela": ("Venezuela", "VE", "VEN"), "vietnam": ("Vietnam", "VN", "VNM"), "zambia": ("Zambia", "ZM", "ZMB"), "zimbabwe": ("Zimbabwe", "ZW", "ZWE"), } FINANCIAL: RegistryDict = { "european_central_bank": ("EuropeanCentralBank", "XECB", "ECB", "TAR"), "ice_futures_europe": ("ICEFuturesEurope", "IFEU"), "ny_stock_exchange": ("NewYorkStockExchange", "XNYS", "NYSE"), "brasil_bolsa_balcao": ("BrasilBolsaBalcao", "BVMF", "B3"), } # A re-entrant lock. Once a thread has acquired a re-entrant lock, # the same thread may acquire it again without blocking. # https://docs.python.org/3/library/threading.html#rlock-objects IMPORT_LOCK = RLock() class EntityLoader: """Country and financial holidays entities lazy loader.""" __slots__ = ("entity", "entity_name", "module_name") def __init__(self, path: str, *args, **kwargs) -> None: """Set up a lazy loader.""" if args: raise TypeError( "This is a holidays entity loader class. " "For entity inheritance purposes please import a class you " "want to derive from directly: e.g., " "`from holidays.countries import Entity` or " "`from holidays.financial import Entity`." ) entity_path = path.split(".") self.entity = None self.entity_name = entity_path[-1] self.module_name = ".".join(entity_path[0:-1]) super().__init__(*args, **kwargs) def __call__(self, *args, **kwargs) -> HolidayBase: """Create a new instance of a lazy-loaded entity.""" cls = self.get_entity() return cls(*args, **kwargs) # type: ignore[misc, operator] def __getattr__(self, name: str) -> Optional[Any]: """Return attribute of a lazy-loaded entity.""" cls = self.get_entity() return getattr(cls, name) def __str__(self) -> str: """Return lazy loader object string representation.""" return ( f"A lazy loader for {self.get_entity()}. For inheritance please " f"use the '{self.module_name}.{self.entity_name}' class directly." ) def get_entity(self) -> Optional[HolidayBase]: """Return lazy-loaded entity.""" if self.entity is None: # Avoid deadlock due to importlib.import_module not being thread-safe by caching all # the first imports in a dedicated thread. with IMPORT_LOCK: self.entity = getattr(importlib.import_module(self.module_name), self.entity_name) return self.entity @staticmethod def _get_entity_codes( container: RegistryDict, entity_length: Union[int, Iterable[int]], include_aliases: bool = True, ) -> Iterable[str]: entity_length = {entity_length} if isinstance(entity_length, int) else set(entity_length) for entities in container.values(): for entity in entities: if len(entity) in entity_length: yield entity # Assuming that the alpha-2 code goes first. if not include_aliases: break @staticmethod def get_country_codes(include_aliases: bool = True) -> Iterable[str]: """Get supported country codes. :param include_aliases: Whether to include entity aliases (e.g. UK for GB). """ return EntityLoader._get_entity_codes(COUNTRIES, 2, include_aliases) @staticmethod def get_financial_codes(include_aliases: bool = True) -> Iterable[str]: """Get supported financial codes. :param include_aliases: Whether to include entity aliases(e.g. TAR for ECB, XNYS for NYSE). """ return EntityLoader._get_entity_codes(FINANCIAL, (3, 4), include_aliases) @staticmethod def load(prefix: str, scope: dict) -> None: """Load country or financial entities.""" entity_mapping = COUNTRIES if prefix == "countries" else FINANCIAL for module, entities in entity_mapping.items(): scope.update( { entity: EntityLoader(f"holidays.{prefix}.{module}.{entity}") for entity in entities } ) holidays-0.71/holidays/utils.py000077500000000000000000000363411500152103600166060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) __all__ = ( "country_holidays", "CountryHoliday", "financial_holidays", "list_localized_countries", "list_localized_financial", "list_supported_countries", "list_supported_financial", ) import warnings from collections.abc import Iterable from functools import lru_cache from typing import Optional, Union from holidays.holiday_base import CategoryArg, HolidayBase from holidays.registry import EntityLoader def country_holidays( country: str, subdiv: Optional[str] = None, years: Optional[Union[int, Iterable[int]]] = None, expand: bool = True, observed: bool = True, prov: Optional[str] = None, state: Optional[str] = None, language: Optional[str] = None, categories: Optional[CategoryArg] = None, ) -> HolidayBase: """ Returns a new dictionary-like `HolidayBase` object for the public holidays of the country matching **country** and other keyword arguments. Args: country: An ISO 3166-1 Alpha-2 country code. subdiv: The subdivision (e.g. state or province) as a ISO 3166-2 code or its alias; not implemented for all countries (see documentation). years: The year(s) to pre-calculate public holidays for at instantiation. expand: Whether the entire year is calculated when one date from that year is requested. observed: Whether to include the dates of when public holiday are observed (e.g. a holiday falling on a Sunday being observed the following Monday). False may not work for all countries. prov: *deprecated* use `subdiv` instead. state: *deprecated* use `subdiv` instead. language: Specifies the language in which holiday names are returned. Accepts either: * A two-letter ISO 639-1 language code (e.g., 'en' for English, 'fr' for French), or * A language and entity combination using an underscore (e.g., 'en_US' for U.S. English, 'pt_BR' for Brazilian Portuguese). !!! warning The provided language or locale code must be supported by the holiday entity. Unsupported values will result in names being shown in the entity's original language. If not explicitly set (`language=None`), the system attempts to infer the language from the environment's locale settings. The following environment variables are checked, in order of precedence: LANGUAGE, LC_ALL, LC_MESSAGES, LANG. If none of these are set or they are empty, holiday names will default to the original language of the entity's holiday implementation. !!! warning This fallback mechanism may yield inconsistent results across environments (e.g., between a terminal session and a Jupyter notebook). To ensure consistent behavior, it is recommended to set the language parameter explicitly. If the specified language is not supported, holiday names will remain in the original language of the entity's holiday implementation. This behavior will be updated and formalized in v1. categories: Requested holiday categories. Returns: A `HolidayBase` object matching the **country**. The key of the `dict`-like `HolidayBase` object is the `date` of the holiday, and the value is the name of the holiday itself. Dates where a key is not present are not public holidays (or, if **observed** is False, days when a public holiday is observed). When passing the `date` as a key, the `date` can be expressed in one of the following types: * `datetime.date`, * `datetime.datetime`, * a `str` of any format recognized by `dateutil.parser.parse()`, * or a `float` or `int` representing a POSIX timestamp. The key is always returned as a `datetime.date` object. To maximize speed, the list of public holidays is built on the fly as needed, one calendar year at a time. When the object is instantiated without a **years** parameter, it is empty, but, unless **expand** is set to False, as soon as a key is accessed the class will calculate that entire year's list of holidays and set the keys with them. If you need to list the holidays as opposed to querying individual dates, instantiate the class with the **years** parameter. Example usage: >>> from holidays import country_holidays >>> us_holidays = country_holidays('US') # For a specific subdivision (e.g. state or province): >>> calif_holidays = country_holidays('US', subdiv='CA') The below will cause 2015 holidays to be calculated on the fly: >>> from datetime import date >>> assert date(2015, 1, 1) in us_holidays This will be faster because 2015 holidays are already calculated: >>> assert date(2015, 1, 2) not in us_holidays The `HolidayBase` class also recognizes strings of many formats and numbers representing a POSIX timestamp: >>> assert '2014-01-01' in us_holidays >>> assert '1/1/2014' in us_holidays >>> assert 1388597445 in us_holidays Show the holiday's name: >>> us_holidays.get('2014-01-01') "New Year's Day" Check a range: >>> us_holidays['2014-01-01': '2014-01-03'] [datetime.date(2014, 1, 1)] List all 2020 holidays: >>> us_holidays = country_holidays('US', years=2020) >>> for day in sorted(us_holidays.items()): ... print(day) (datetime.date(2020, 1, 1), "New Year's Day") (datetime.date(2020, 1, 20), 'Martin Luther King Jr. Day') (datetime.date(2020, 2, 17), "Washington's Birthday") (datetime.date(2020, 5, 25), 'Memorial Day') (datetime.date(2020, 7, 3), 'Independence Day (observed)') (datetime.date(2020, 7, 4), 'Independence Day') (datetime.date(2020, 9, 7), 'Labor Day') (datetime.date(2020, 10, 12), 'Columbus Day') (datetime.date(2020, 11, 11), 'Veterans Day') (datetime.date(2020, 11, 26), 'Thanksgiving Day') (datetime.date(2020, 12, 25), 'Christmas Day') Some holidays are only present in parts of a country: >>> us_pr_holidays = country_holidays('US', subdiv='PR') >>> assert '2018-01-06' not in us_holidays >>> assert '2018-01-06' in us_pr_holidays Append custom holiday dates by passing one of: * a `dict` with date/name key/value pairs (e.g. `{'2010-07-10': 'My birthday!'}`), * a list of dates (as a `datetime.date`, `datetime.datetime`, `str`, `int`, or `float`); "Holiday" will be used as a description, * or a single date item (of one of the types above); "Holiday" will be used as a description: ```python >>> custom_holidays = country_holidays('US', years=2015) >>> custom_holidays.update({'2015-01-01': "New Year's Day"}) >>> custom_holidays.update(['2015-07-01', '07/04/2015']) >>> custom_holidays.update(date(2015, 12, 25)) >>> assert date(2015, 1, 1) in custom_holidays >>> assert date(2015, 1, 2) not in custom_holidays >>> assert '12/25/2015' in custom_holidays ``` For more complex logic, like 4th Monday of January, you can inherit the `HolidayBase` class and define your own `_populate` method. See documentation for examples. """ import holidays try: return getattr(holidays, country)( years=years, subdiv=subdiv, expand=expand, observed=observed, prov=prov, state=state, language=language, categories=categories, ) except AttributeError: raise NotImplementedError(f"Country {country} not available") def financial_holidays( market: str, subdiv: Optional[str] = None, years: Optional[Union[int, Iterable[int]]] = None, expand: bool = True, observed: bool = True, language: Optional[str] = None, ) -> HolidayBase: """ Returns a new dictionary-like :py:class:`HolidayBase` object for the public holidays of the financial market matching **market** and other keyword arguments. Args: market: An ISO 3166-1 Alpha-2 market code. subdiv: Currently not implemented for markets (see documentation). years: The year(s) to pre-calculate public holidays for at instantiation. expand: Whether the entire year is calculated when one date from that year is requested. observed: Whether to include the dates of when public holiday are observed (e.g. a holiday falling on a Sunday being observed the following Monday). False may not work for all countries. language: Specifies the language in which holiday names are returned. Accepts either: * A two-letter ISO 639-1 language code (e.g., 'en' for English, 'fr' for French), or * A language and entity combination using an underscore (e.g., 'en_US' for U.S. English, 'pt_BR' for Brazilian Portuguese). !!! warning The provided language or locale code must be supported by the holiday entity. Unsupported values will result in names being shown in the entity's original language. If not explicitly set (`language=None`), the system attempts to infer the language from the environment's locale settings. The following environment variables are checked, in order of precedence: LANGUAGE, LC_ALL, LC_MESSAGES, LANG. If none of these are set or they are empty, holiday names will default to the original language of the entity's holiday implementation. !!! warning This fallback mechanism may yield inconsistent results across environments (e.g., between a terminal session and a Jupyter notebook). To ensure consistent behavior, it is recommended to set the language parameter explicitly. If the specified language is not supported, holiday names will remain in the original language of the entity's holiday implementation. This behavior will be updated and formalized in v1. Returns: A `HolidayBase` object matching the **market**. Example usage: >>> from holidays import financial_holidays >>> nyse_holidays = financial_holidays('XNYS') See [country_holidays()][holidays.utils.country_holidays] documentation for further details and examples. """ import holidays try: return getattr(holidays, market)( years=years, subdiv=subdiv, expand=expand, observed=observed, language=language ) except AttributeError: raise NotImplementedError(f"Financial market {market} not available") def CountryHoliday( # noqa: N802 country: str, subdiv: Optional[str] = None, years: Optional[Union[int, Iterable[int]]] = None, expand: bool = True, observed: bool = True, prov: Optional[str] = None, state: Optional[str] = None, ) -> HolidayBase: """ Note: Deprecated name for `country_holidays()`. """ warnings.warn( "CountryHoliday is deprecated, use country_holidays instead.", DeprecationWarning ) return country_holidays(country, subdiv, years, expand, observed, prov, state) def _list_localized_entities(entity_codes: Iterable[str]) -> dict[str, list[str]]: """Get all localized entities and languages they support. Args: entity_codes: A list of entity codes. Returns: A dictionary where key is an entity code and value is a list of supported languages (either ISO 639-1 or a combination of ISO 639-1 and ISO 3166-1 codes joined with "_"). """ import holidays localized_countries = {} for entity_code in entity_codes: languages = getattr(holidays, entity_code).supported_languages if not languages: continue localized_countries[entity_code] = sorted(languages) return localized_countries @lru_cache def list_localized_countries(include_aliases: bool = True) -> dict[str, list[str]]: """Get all localized countries and languages they support. Args: include_aliases: Whether to include entity aliases (e.g. UK for GB). Returns: A dictionary where key is an ISO 3166-1 alpha-2 country code and value is a list of supported languages (either ISO 639-1 or a combination of ISO 639-1 and ISO 3166-1 codes joined with "_"). """ return _list_localized_entities(EntityLoader.get_country_codes(include_aliases)) @lru_cache def list_localized_financial(include_aliases: bool = True) -> dict[str, list[str]]: """Get all localized financial markets and languages they support. Args: include_aliases: Whether to include entity aliases (e.g. TAR for ECB, XNYS for NYSE). Returns: A dictionary where key is a market code and value is a list of supported subdivision codes. """ return _list_localized_entities(EntityLoader.get_financial_codes(include_aliases)) def _list_supported_entities(entity_codes: Iterable[str]) -> dict[str, list[str]]: """Get all supported entities and their subdivisions. Args: entity_codes: A list of entity codes. Returns: A dictionary where key is an entity code and value is a list of supported subdivision codes. """ import holidays return { country_code: list(getattr(holidays, country_code).subdivisions) for country_code in entity_codes } @lru_cache def list_supported_countries(include_aliases: bool = True) -> dict[str, list[str]]: """Get all supported countries and their subdivisions. Args: include_aliases: Whether to include entity aliases (e.g. UK for GB). Returns: A dictionary where key is an ISO 3166-1 alpha-2 country code and value is a list of supported subdivision codes. """ return _list_supported_entities(EntityLoader.get_country_codes(include_aliases)) @lru_cache def list_supported_financial(include_aliases: bool = True) -> dict[str, list[str]]: """Get all supported financial markets and their subdivisions. Args: include_aliases: Whether to include entity aliases (e.g. TAR for ECB, XNYS for NYSE). Returns: A dictionary where key is a market code and value is a list of supported subdivision codes. """ return _list_supported_entities(EntityLoader.get_financial_codes(include_aliases)) holidays-0.71/holidays/version.py000066400000000000000000000010471500152103600171230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) __version__ = "0.71" holidays-0.71/make.cmd000066400000000000000000000047541500152103600146620ustar00rootroot00000000000000@Echo Off SetLocal EnableDelayedExpansion Set Target=%~1 Set Targets= For /F "Delims=:" %%I in ('FindStr /R "^:" "%~f0"') Do Set Targets=!Targets! %%I For %%A in (!Targets!) Do ( If /I "%Target%"=="%%A" Call :%%A & Exit /B ) GoTo :Help :Check Call :L10n Call :Pre-commit Call :Doc Call :Test Exit /B :Clean Del /S /Q *.mo Del /S /Q *.pyc RD /S /Q .mypy_cache RD /S /Q .pytest_cache RD /S /Q dist Exit /B :Coverage pytest --cov=. --cov-config=pyproject.toml --cov-report term-missing --dist loadscope --no-cov-on-fail --numprocesses auto Exit /B :Doc mkdocs build Exit /B :Help Echo Usage: make ^ Echo check run pre-commit and tests Echo coverage identify code not covered with tests Echo doc run documentation build process Echo help show summary of available commands Echo l10n update .pot and .po files Echo package build package distribution Echo pre-commit run pre-commit against all files Echo setup setup development environment Echo test run tests (in parallel) Echo tox run tox (in parallel) Exit /B :L10n python scripts\l10n\generate_po_files.py 2>nul >nul python scripts\l10n\generate_mo_files.py Exit /B :Package python scripts\l10n\generate_mo_files.py python -m build Exit /B :Pre-commit pre-commit run --all-files Exit /B :Release-notes python scripts\generate_release_notes.py Exit /B :Sbom python -m cyclonedx_py requirements requirements\runtime.txt Exit /B :Setup pip install --upgrade pip pip install --requirement requirements\dev.txt pip install --requirement requirements\docs.txt pip install --requirement requirements\runtime.txt pip install --requirement requirements\tests.txt pre-commit install --hook-type pre-commit pre-commit install --hook-type pre-push Call :L10n Call :Package Exit /B :Snapshot python scripts\l10n\generate_mo_files.py python scripts\generate_snapshots.py Exit /B :Test python scripts\l10n\generate_mo_files.py pytest --cov=. --cov-config=pyproject.toml --cov-report term --cov-report xml --durations 10 --durations-min=0.75 --dist loadscope --no-cov-on-fail --numprocesses auto Exit /B :Tox tox --parallel auto Exit /B holidays-0.71/mkdocs.yml000066400000000000000000000023641500152103600152560ustar00rootroot00000000000000site_description: | 'A fast, efficient Python library for generating country, province, and state-specific sets ' 'of holidays on the fly. It aims to make determining whether a specific date is a holiday as ' 'fast and flexible as possible.' site_author: 'Vacanza Team' site_name: 'holidays' theme: name: readthedocs highlightjs: true plugins: - search - mkdocstrings: default_handler: python handlers: python: options: docstring_style: google inherited_members: false filters: - '!^_' - '!CountryHoliday' members_order: source merge_init_into_class: true show_if_no_docstring: true show_root_heading: true show_signature: true show_source: false - gen-files: scripts: - scripts/docs/gen_ref_pages.py - scripts/docs/gen_summary.py - scripts/docs/gen_changelog.py - scripts/docs/gen_copyright.py - literate-nav: nav_file: SUMMARY.md markdown_extensions: - markdown_include.include: base_path: docs - admonition - toc: permalink: '' extra_css: - css/custom.css extra_javascript: - js/custom.js - js/copyright.js holidays-0.71/pyproject.toml000066400000000000000000000050561500152103600161700ustar00rootroot00000000000000[project] name = "holidays" description = "Open World Holidays Framework" license = "MIT" readme = "README.md" requires-python = ">=3.9" dynamic = ["version"] authors = [{ name = "Vacanza Team" }] dependencies = ["python-dateutil"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Information Technology", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Topic :: File Formats :: JSON", "Topic :: Office/Business :: Financial :: Accounting", "Topic :: Office/Business :: Financial :: Investment", "Topic :: Office/Business :: Scheduling", "Topic :: Software Development :: Libraries :: Python Modules", ] keywords = ["holidays", "calendar", "l10n", "worldwide", "vacation"] maintainers = [ { name = "Arkadii Yakovets" }, { name = "Panpakorn Siripanich" }, { name = "Serhii Murza" }, ] [project.urls] Documentation = "https://holidays.readthedocs.io/en/latest/" Repository = "https://github.com/vacanza/holidays/" Changelog = "https://github.com/vacanza/holidays/releases/" [tool.bandit] exclude_dirs = ["tests"] [tool.coverage.run] branch = true omit = ["scripts/*", "setup.py", "tests/*"] [tool.isort] known_first_party = ["holidays", "tests"] line_length = 99 multi_line_output = 3 no_inline_sort = true profile = "black" skip = ["docs"] [[tool.mypy.overrides]] module = "holidays.countries.*" disable_error_code = ["override"] [[tool.mypy.overrides]] module = "holidays.groups.*" disable_error_code = ["attr-defined"] [tool.ruff] line-length = 99 target-version = "py39" [tool.ruff.lint] select = ["E4", "E5", "E7", "E9", "F", "N", "PLE", "T", "TC", "UP", "W"] [tool.ruff.lint.extend-per-file-ignores] "scripts/generate_release_notes.py" = ["T201"] [tool.ruff.lint.flake8-errmsg] max-string-length = 99 [tool.pytest.ini_options] addopts = [ "--cov-fail-under=100", ] filterwarnings = [ "ignore::DeprecationWarning:holidays.deprecations.v1_incompatibility", ] [tool.setuptools.dynamic] version = { attr = "holidays.version.__version__" } [tool.setuptools.packages.find] include = ["holidays*"] holidays-0.71/requirements/000077500000000000000000000000001500152103600157715ustar00rootroot00000000000000holidays-0.71/requirements/build.txt000066400000000000000000000000651500152103600176320ustar00rootroot00000000000000build==1.2.2.post1 cyclonedx-bom==5.3.0 polib==1.2.0 holidays-0.71/requirements/dev.txt000066400000000000000000000005051500152103600173100ustar00rootroot00000000000000# Dev requirements. build==1.2.2.post1 convertdate==2.4.0 gitpython==3.1.44 hijridate==2.5.0 lingva==5.0.6 pre-commit==4.2.0 pygithub==2.6.1 ruff==0.11.5 tox==4.25.0 urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability holidays-0.71/requirements/docs.txt000066400000000000000000000003431500152103600174620ustar00rootroot00000000000000# Documentation requirements. markdown-include==0.8.1 mkdocs-gen-files==0.5.0 mkdocs-literate-nav==0.6.2 mkdocs==1.6.1 mkdocstrings-python==1.16.10 zipp==3.21.0 # not directly required, pinned by Snyk to avoid a vulnerability holidays-0.71/requirements/runtime.txt000066400000000000000000000000661500152103600202170ustar00rootroot00000000000000# Runtime requirements. python-dateutil==2.9.0.post0 holidays-0.71/requirements/tests.txt000066400000000000000000000005151500152103600176750ustar00rootroot00000000000000# Test requirements. coverage==7.8.0 importlib-metadata==8.6.1; python_version < '3.10' numpy<2.1.0; python_version < '3.10' numpy==2.2.4; python_version >= '3.10' polib==1.2.0 pytest-cov==6.1.1 pytest-xdist==3.6.1 pytest==8.3.5 zipp>=3.19.1; python_version < '3.10' # not directly required, pinned by Snyk to avoid a vulnerability holidays-0.71/scripts/000077500000000000000000000000001500152103600147355ustar00rootroot00000000000000holidays-0.71/scripts/calendar/000077500000000000000000000000001500152103600165065ustar00rootroot00000000000000holidays-0.71/scripts/calendar/asian_generator.py000066400000000000000000000307751500152103600222350ustar00rootroot00000000000000#!/usr/bin/env python3 # holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from datetime import timedelta as td from functools import lru_cache from pathlib import Path class _Lunisolar: def __init__(self) -> None: """ This class generates Gregorian dates for Chinese lunisolar calendar based holidays. See `Wikipedia `__ Sources: http://putidea.blogspot.com/2010/10/python.html https://github.com/BohanZhang/python-MagicLamp/blob/master/bin/utils/lunar_calendar.py """ # A binary representation starting from year 1901 of the number of # days per year, and the number of days from the 1st to the 13th to # store the monthly (including the month of the month). 1 means that # the month is 30 days. 0 means the month is 29 days. # The 12th to 15th digits indicate the month of the next month. # If it is 0x0F, it means that there is no leap month. self.G_LUNAR_MONTH_DAYS = ( 0xF0EA4, # 1901 0xF1D4A, 0x52C94, 0xF0C96, 0xF1536, 0x42AAC, 0xF0AD4, 0xF16B2, 0x22EA4, 0xF0EA4, # 1910 0x6364A, 0xF164A, 0xF1496, 0x52956, 0xF055A, 0xF0AD6, 0x216D2, 0xF1B52, 0x73B24, 0xF1D24, # 1920 0xF1A4A, 0x5349A, 0xF14AC, 0xF056C, 0x42B6A, 0xF0DA8, 0xF1D52, 0x23D24, 0xF1D24, 0x61A4C, # 1930 0xF0A56, 0xF14AE, 0x5256C, 0xF16B4, 0xF0DA8, 0x31D92, 0xF0E92, 0x72D26, 0xF1526, 0xF0A56, # 1940 0x614B6, 0xF155A, 0xF0AD4, 0x436AA, 0xF1748, 0xF1692, 0x23526, 0xF152A, 0x72A5A, 0xF0A6C, # 1950 0xF155A, 0x52B54, 0xF0B64, 0xF1B4A, 0x33A94, 0xF1A94, 0x8152A, 0xF152E, 0xF0AAC, 0x6156A, # 1960 0xF15AA, 0xF0DA4, 0x41D4A, 0xF1D4A, 0xF0C94, 0x3192E, 0xF1536, 0x72AB4, 0xF0AD4, 0xF16D2, # 1970 0x52EA4, 0xF16A4, 0xF164A, 0x42C96, 0xF1496, 0x82956, 0xF055A, 0xF0ADA, 0x616D2, 0xF1B52, # 1980 0xF1B24, 0x43A4A, 0xF1A4A, 0xA349A, 0xF14AC, 0xF056C, 0x60B6A, 0xF0DAA, 0xF1D92, 0x53D24, # 1990 0xF1D24, 0xF1A4C, 0x314AC, 0xF14AE, 0x829AC, 0xF06B4, 0xF0DAA, 0x52D92, 0xF0E92, 0xF0D26, # 2000 0x42A56, 0xF0A56, 0xF14B6, 0x22AB4, 0xF0AD4, 0x736AA, 0xF1748, 0xF1692, 0x53526, 0xF152A, # 2010 0xF0A5A, 0x4155A, 0xF156A, 0x92B54, 0xF0BA4, 0xF1B4A, 0x63A94, 0xF1A94, 0xF192A, 0x42A5C, # 2020 0xF0AAC, 0xF156A, 0x22B64, 0xF0DA4, 0x61D52, 0xF0E4A, 0xF0C96, 0x5192E, 0xF1956, 0xF0AB4, # 2030 0x315AC, 0xF16D2, 0xB2EA4, 0xF16A4, 0xF164A, 0x63496, 0xF1496, 0xF0956, 0x50AB6, 0xF0B5A, # 2040 0xF16D4, 0x236A4, 0xF1B24, 0x73A4A, 0xF1A4A, 0xF14AA, 0x5295A, 0xF096C, 0xF0B6A, 0x31B54, # 2050 0xF1D92, 0x83D24, 0xF1D24, 0xF1A4C, 0x614AC, 0xF14AE, 0xF09AC, 0x40DAA, 0xF0EAA, 0xF0E92, # 2060 0x31D26, 0xF0D26, 0x72A56, 0xF0A56, 0xF14B6, 0x52AB4, 0xF0AD4, 0xF16CA, 0x42E94, 0xF1694, # 2070 0x8352A, 0xF152A, 0xF0A5A, 0x6155A, 0xF156A, 0xF0B54, 0x4174A, 0xF1B4A, 0xF1A94, 0x3392A, # 2080 0xF192C, 0x7329C, 0xF0AAC, 0xF156A, 0x52B64, 0xF0DA4, 0xF1D4A, 0x41C94, 0xF0C96, 0x8192E, # 2090 0xF0956, 0xF0AB6, 0x615AC, 0xF16D4, 0xF0EA4, 0x42E4A, 0xF164A, 0xF1516, 0x22936, # 2100 ) # Define range of years covered self.START_YEAR = 1901 self.END_YEAR = 2099 # The 1st day of the 1st month of the Gregorian calendar is 1901/2/19 self.LUNAR_START_DATE = ((1901, 1, 1),) self.SOLAR_START_DATE = date(1901, 2, 19) # The Gregorian date for December 30, 2099 is 2100/2/8 self.LUNAR_END_DATE = (2099, 12, 30) self.SOLAR_END_DATE = date(2100, 2, 18) @lru_cache def _get_leap_month(self, lunar_year: int) -> int: """ Return the number of the leap month if one exists in the year, otherwise 15. """ return (self.G_LUNAR_MONTH_DAYS[lunar_year - self.START_YEAR] >> 16) & 0x0F def _lunar_month_days(self, lunar_year: int, lunar_month: int) -> int: """ Return the number of days in a lunar month. """ return 29 + ((self.G_LUNAR_MONTH_DAYS[lunar_year - self.START_YEAR] >> lunar_month) & 0x01) def _lunar_year_days(self, year: int) -> int: """ Return the number of days in a lunar year. """ days = 0 months_day = self.G_LUNAR_MONTH_DAYS[year - self.START_YEAR] for i in range(1, 13 if self._get_leap_month(year) == 0x0F else 14): day = 29 + ((months_day >> i) & 0x01) days += day return days @lru_cache def _span_days(self, year: int) -> int: """ Return the number of days elapsed since self.SOLAR_START_DATE to the beginning of the year. """ return sum(self._lunar_year_days(y) for y in range(self.START_YEAR, year)) def lunar_to_gre(self, year: int, month: int, day: int, leap: bool = True) -> date: """ Return the Gregorian date of a Chinese lunar day and month in a given Gregorian year. """ leap_month = self._get_leap_month(year) if leap else 15 span_days = sum( self._lunar_month_days(year, m) for m in range(1, month + (month > leap_month)) ) span_days += self._span_days(year) + day - 1 return self.SOLAR_START_DATE + td(days=span_days) def vesak_date(self, year: int) -> date: """ Return the estimated Gregorian date of Vesak for Thailand, Laos, Singapore and Indonesia, corresponding to 15th day of 4th month of the Chinese lunar calendar. See `Wikipedia `__. """ return self.lunar_to_gre(year, 4, 15) def vesak_may_date(self, year: int) -> date: """ Return the estimated Gregorian date of Vesak for Sri Lanka, Nepal, India, Bangladesh and Malaysia, corresponding to the day of the first full moon in May in the Gregorian calendar. See `Wikipedia `__. """ dt = self.lunar_to_gre(year, 3, 15, leap=False) return dt if dt.month == 5 else self.lunar_to_gre(year, 4, 15, leap=False) def s_diwali_date(self, year: int) -> date: """ Return the estimated Gregorian date of Southern India (Tamil) Diwali. Defined as the date of Amāvásyā (new moon) of Kārttikai, which corresponds with the months of November or December in the Gregorian calendar. See `Wikipedia `__. """ return self.lunar_to_gre(year, 10, 1) + td(days=-2) def thaipusam_date(self, year: int) -> date: """ Return the estimated Gregorian date of Thaipusam (Tamil). Defined as the date of the full moon in the Tamil month of Thai, which corresponds with the months of January or February in the Gregorian calendar. See `Wikipedia `__. """ leap_month = self._get_leap_month(year) return self.lunar_to_gre(year, 1 if leap_month <= 6 else 2, 1) + td(days=-15) CLASS_NAME = "_{cal_name}Lunisolar" OUT_FILE_NAME = "{cal_name}_dates.py" CLASS_TEMPLATE = """class {class_name}: {holiday_data}""" HOLIDAY_ARRAY_TEMPLATE = """ {hol_name}_DATES = {{ {year_dates} }} """ YEAR_TEMPLATE = " {year}: ({date})," BUDDHIST, CHINESE, HINDU = range(3) CALENDARS = { BUDDHIST: "Buddhist", CHINESE: "Chinese", HINDU: "Hindu", } ASIAN_HOLIDAYS = ( # CN, HK, ID, KR, MY, PH, SG, TW, VN (1, 1, "LUNAR_NEW_YEAR", CHINESE), # Lunar New Year # VN (3, 10, "HUNG_KINGS", CHINESE), # Kings' Commemoration Day # HK, KR (4, 8, "BUDDHA_BIRTHDAY", CHINESE), # Buddha's Birthday # ID, SG (4, 15, "VESAK", BUDDHIST), # Vesak # CN, HK, TW (5, 5, "DRAGON_BOAT", CHINESE), # Dragon Boat Festival # CN, HK, KR, TW (8, 15, "MID_AUTUMN", CHINESE), # Mid-Autumn Festival # HK (9, 9, "DOUBLE_NINTH", CHINESE), # Double Ninth Festival # MY (0, 0, "VESAK_MAY", BUDDHIST), # Vesak (May) # MY, SG (0, 0, "DIWALI", HINDU), # Diwali # MY (0, 0, "THAIPUSAM", HINDU), # Thaipusam ) def generate_data(): cnls = _Lunisolar() g_year_min, g_year_max = (1901, 2099) dates = {} for g_year in range(g_year_min, g_year_max + 1): for h_month, h_day, hol_name, _ in ASIAN_HOLIDAYS: if h_month == 0: continue g_date = cnls.lunar_to_gre(g_year, h_month, h_day) if g_year in dates: dates[g_year][hol_name] = g_date else: dates[g_year] = {hol_name: g_date} dates[g_year]["DIWALI"] = cnls.s_diwali_date(g_year) dates[g_year]["THAIPUSAM"] = cnls.thaipusam_date(g_year) dates[g_year]["VESAK_MAY"] = cnls.vesak_may_date(g_year) for calendar in CALENDARS: holiday_names = sorted(d[2] for d in ASIAN_HOLIDAYS if d[3] == calendar) holiday_data = [] for hol_name in holiday_names: year_dates = [] for year in range(g_year_min, g_year_max + 1): d = dates[year].get(hol_name) date_str = f"{d.strftime('%b').upper()}, {d.day}" year_dates.append(YEAR_TEMPLATE.format(year=year, date=date_str)) year_dates_str = "\n".join(year_dates) holiday_data.append( HOLIDAY_ARRAY_TEMPLATE.format(hol_name=hol_name, year_dates=year_dates_str) ) holiday_data_str = "\n".join(holiday_data) cal_name = CALENDARS[calendar] class_str = CLASS_TEMPLATE.format( class_name=CLASS_NAME.format(cal_name=cal_name), holiday_data=holiday_data_str, ) path = Path("holidays/calendars") / OUT_FILE_NAME.format(cal_name=cal_name.lower()) path.write_text(class_str, encoding="UTF-8") if __name__ == "__main__": generate_data() holidays-0.71/scripts/calendar/hebrew_generator.py000066400000000000000000000055441500152103600224120ustar00rootroot00000000000000#!/usr/bin/env python3 # holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from pathlib import Path from convertdate import gregorian, hebrew CLASS_NAME = "_HebrewLunisolar" OUT_FILE_NAME = "hebrew_dates.py" CLASS_TEMPLATE = """class {class_name}: {holiday_data}""" HOLIDAY_DATA_TEMPLATE = """ {hol_name}_DATES = {{ {year_dates} }} """ YEAR_TEMPLATE = " {year}: ({dates})," HEBREW_HOLIDAYS = ( (1, 15, "PASSOVER"), (2, 5, "INDEPENDENCE_DAY"), (2, 18, "LAG_BAOMER"), (3, 6, "SHAVUOT"), (5, 9, "TISHA_BAV"), (7, 1, "ROSH_HASHANAH"), (7, 10, "YOM_KIPPUR"), (7, 15, "SUKKOT"), (9, 25, "HANUKKAH"), (12, 14, "PURIM"), ) def generate_data(): g_year_min, g_year_max = (1947, 2100) h_year_min = g_year_min + hebrew.HEBREW_YEAR_OFFSET h_year_max = g_year_max + hebrew.HEBREW_YEAR_OFFSET + 1 dates = {} for h_year in range(h_year_min, h_year_max + 1): for h_month, h_day, hol_name in HEBREW_HOLIDAYS: if h_month == 12 and hebrew.leap(h_year): h_month += 1 g_date = date(*gregorian.from_jd(hebrew.to_jd(h_year, h_month, h_day))) g_year = g_date.year if g_year < g_year_min or g_year > g_year_max: continue if g_year in dates: dates[g_year][hol_name] = g_date else: dates[g_year] = {hol_name: g_date} g_year_min = min(dates.keys()) g_year_max = max(dates.keys()) holiday_names = sorted(d[2] for d in HEBREW_HOLIDAYS) holiday_data = [] for hol_name in holiday_names: year_dates = [] for year in range(g_year_min, g_year_max + 1): dts = dates[year].get(hol_name) if not dts: continue dates_str = f"{dts.strftime('%b').upper()}, {dts.day}" year_dates.append(YEAR_TEMPLATE.format(year=year, dates=dates_str)) year_dates_str = "\n".join(year_dates) holiday_data.append( HOLIDAY_DATA_TEMPLATE.format(hol_name=hol_name, year_dates=year_dates_str) ) holiday_data_str = "\n".join(holiday_data) class_str = CLASS_TEMPLATE.format( class_name=CLASS_NAME, holiday_data=holiday_data_str, ) path = Path("holidays/calendars") / OUT_FILE_NAME path.write_text(class_str, encoding="UTF-8") if __name__ == "__main__": generate_data() holidays-0.71/scripts/calendar/islamic_generator.py000066400000000000000000000107121500152103600225500ustar00rootroot00000000000000#!/usr/bin/env python3 # holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from pathlib import Path from hijridate import convert from hijridate.ummalqura import HIJRI_RANGE CLASS_NAME = "_IslamicLunar" OUT_FILE_NAME = "islamic_dates.py" CLASS_TEMPLATE = """class {class_name}: {holiday_data}""" HOLIDAY_DATA_TEMPLATE = """ {hol_name}_DATES = {{ {year_dates} }} """ YEAR_TEMPLATE = " {year}: {dates}," ISLAMIC_HOLIDAYS = ( # BH, DJ, EG, ID, MY, MA, TN, AE (1, 1, "HIJRI_NEW_YEAR"), # Islamic New Year # BH (days-1), IN, IR, PK (1, 10, "ASHURA"), # Ashura # MY (2, 6, "HARI_HOL_JOHOR"), # Hari Hol of Johor # BH, DJ, EG, ET, IN, ID, MY, MA, NG, PK, TN, AE (3, 12, "MAWLID"), # Birthday of Prophet # DJ, ID, IR, MY, AE (7, 27, "ISRA_AND_MIRAJ"), # Isra and Mi'raj # MY (9, 1, "RAMADAN_BEGINNING"), # Beginning of Ramadan # MY (9, 17, "NUZUL_AL_QURAN"), # Nuzul Al-Quran Day # CI, GN (9, 27, "LAYLAT_AL_QADR"), # Laylat Al-Qadr (The Night of Power) # AL, AZ, BH, BA, BI, DJ, EG, ET, ID, IN, IR, KG, MY, MA, NG, MK, PK, PH, # SA, SG, ES, TN, TR, AE, UZ (10, 1, "EID_AL_FITR"), # Eid al-Fitr # AL, AZ, BH, BA, BI, DJ, EG, ET, ID, IN, IR, KZ, KG, MY, MA, NG, PK, PH, # SA, SG, ES, TN, TR, AE, UZ (12, 10, "EID_AL_ADHA"), # Eid al-Adha # IR holidays: (1, 9, "TASUA"), # Tasua (2, 20, "ARBAEEN"), # Arbaeen (2, 28, "PROPHET_DEATH"), # Demise of Prophet Muhammad and Martyrdom of Imam Hassan (2, -1, "ALI_AL_RIDA_DEATH"), # Martyrdom of Imam Reza (last day of Safar) (3, 8, "HASAN_AL_ASKARI_DEATH"), # Martyrdom of Imam Hasan al-Askari (3, 17, "SADIQ_BIRTHDAY"), # Birthday of Prophet Muhammad and Imam Sadeq (6, 3, "FATIMA_DEATH"), # Martyrdom of Fatima (7, 13, "ALI_BIRTHDAY"), # Birthday of Imam Ali (8, 15, "IMAM_MAHDI_BIRTHDAY"), # Birthday of Imam Mahdi (9, 21, "ALI_DEATH"), # Martyrdom of Imam Ali (10, 25, "SADIQ_DEATH"), # Martyrdom of Imam Sadeq (12, 18, "EID_AL_GHADIR"), # Eid al-Ghadir # MV holidays: (3, 1, "QUAMEE_DHUVAS"), # National Day in Maldives (4, 1, "MALDIVES_EMBRACED_ISLAM"), # The Day Maldives Embraced Islam ) def generate_data(): h_year_min, h_year_max = (d[0] for d in HIJRI_RANGE) dates = {} for h_year in range(h_year_min, h_year_max + 1): for h_month, h_day, hol_name in ISLAMIC_HOLIDAYS: if h_day < 0: # days from end of month h_day = convert.Hijri(h_year, h_month, 1).month_length() + h_day + 1 g_date = convert.Hijri(h_year, h_month, h_day).to_gregorian() g_year = g_date.year if g_year in dates: if hol_name in dates[g_year]: dates[g_year][hol_name].append(g_date) else: dates[g_year][hol_name] = [g_date] else: dates[g_year] = {hol_name: [g_date]} g_year_min = min(dates.keys()) g_year_max = max(dates.keys()) holiday_names = sorted(d[2] for d in ISLAMIC_HOLIDAYS) holiday_data = [] for hol_name in holiday_names: year_dates = [] for year in range(g_year_min, g_year_max + 1): dts = dates[year].get(hol_name) if not dts: continue dt = (f"({d.strftime('%b').upper()}, {d.day})" for d in dts) dates_str = ", ".join(dt) if len(dts) > 1: dates_str = f"({dates_str})" year_dates.append(YEAR_TEMPLATE.format(year=year, dates=dates_str)) year_dates_str = "\n".join(year_dates) holiday_data.append( HOLIDAY_DATA_TEMPLATE.format(hol_name=hol_name, year_dates=year_dates_str) ) holiday_data_str = "\n".join(holiday_data) class_str = CLASS_TEMPLATE.format( class_name=CLASS_NAME, holiday_data=holiday_data_str, ) path = Path("holidays/calendars") / OUT_FILE_NAME path.write_text(class_str, encoding="UTF-8") if __name__ == "__main__": generate_data() holidays-0.71/scripts/docs/000077500000000000000000000000001500152103600156655ustar00rootroot00000000000000holidays-0.71/scripts/docs/gen_changelog.py000066400000000000000000000020731500152103600210210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) """Generate docs/changelog.md from CHANGES.md""" from pathlib import Path import mkdocs_gen_files def main(): changes_file = Path(__file__).parents[2] / "CHANGES.md" changes_lines = changes_file.read_text(encoding="utf-8").split("\n") header = ["# Changelog", ""] changelog = [f"#{line}" if line.startswith("# Version") else line for line in changes_lines] with mkdocs_gen_files.open("changelog.md", "w", newline="\n") as f: f.write("\n".join(header + changelog)) if __name__ in {"__main__", ""}: main() holidays-0.71/scripts/docs/gen_copyright.py000066400000000000000000000024741500152103600211070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) """Generate the JS code that sets the copyright text and updates the footer.""" from datetime import datetime, timezone import mkdocs_gen_files def main(): now = datetime.now(tz=timezone.utc) copyright_text = f"© Copyright {now.year}. Last updated on {now:%b %d, %Y}." js_code = f"""// This file is generated at build time. document.addEventListener("DOMContentLoaded", function () {{ const contentInfo = document.querySelector("footer div[role='contentinfo']"); if (contentInfo) {{ contentInfo.insertAdjacentHTML("beforebegin", "

{copyright_text}

"); }} }}); """ with mkdocs_gen_files.open("js/copyright.js", "w", encoding="utf-8", newline="\n") as f: f.write(js_code) if __name__ in {"__main__", ""}: main() holidays-0.71/scripts/docs/gen_ref_pages.py000066400000000000000000000024511500152103600210250ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) """Generate reference pages for countries and markets inside docs/auto_gen_docs.""" from pathlib import Path import mkdocs_gen_files def main(): root = Path(__file__).parents[2] # project folder holidays_path = root / "holidays" for entity_type in ("countries", "financial"): for path in sorted((holidays_path / entity_type).rglob("*.py")): file_name = path.stem if file_name == "__init__": continue doc_path = Path("auto_gen_docs", f"{file_name}.md") with mkdocs_gen_files.open(doc_path, "w") as f: f.write(f"::: holidays.{entity_type}.{file_name}") mkdocs_gen_files.set_edit_path(doc_path, path.relative_to(root)) if __name__ in {"__main__", ""}: main() holidays-0.71/scripts/docs/gen_summary.py000066400000000000000000000031301500152103600205620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) """Generate SUMMARY.md for literate-nav with list of the countries and markets files.""" from pathlib import Path import mkdocs_gen_files def main(): root = Path(__file__).parents[2] # project folder holidays_path = root / "holidays" entities_data = [ "* [Overview](index.md)", "* [Additional Examples](examples.md)", "* [Contributing](contributing.md)", "* [API Reference](api.md)", "* [Mixins](mixins.md)", "* Supported Entities", ] for entity_type in ("countries", "financial"): entities_data.append(f" * holidays.{entity_type}") for path in sorted((holidays_path / entity_type).rglob("*.py")): file_name = path.stem if file_name == "__init__": continue entities_data.append(f" * [{file_name}](auto_gen_docs/{file_name}.md)") entities_data.append("* [Changelog](changelog.md)") with mkdocs_gen_files.open("SUMMARY.md", "w") as f: f.write("\n".join(entities_data)) if __name__ in {"__main__", ""}: main() holidays-0.71/scripts/generate_release_notes.py000077500000000000000000000212061500152103600220150ustar00rootroot00000000000000#!/usr/bin/env python3 # holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import argparse import re import sys from datetime import date from pathlib import Path from git import Repo from github import Github from github.GithubException import UnknownObjectException sys.path.append(f"{Path.cwd()}") import holidays # noqa: E402 BRANCH_NAME = "dev" HEADER_TEMPLATE = """ # Version {version} Released {month} {day}, {year} """ IGNORED_CONTRIBUTORS = {"dependabot[bot]", "github-actions[bot]"} REPOSITORY_NAME = "vacanza/holidays" class ReleaseNotesGenerator: """Generates release notes based on local git commits and GitHub PRs metadata. Usage example: scripts/generate_release_notes.py """ def __init__(self) -> None: arg_parser = argparse.ArgumentParser() arg_parser.add_argument( "-a", "--author-only", action="extend", default=[], help="Add only author as a contributor for this PR", nargs="+", type=int, ) arg_parser.add_argument( "-c", "--cut-off-at", help="Cut off at PR", required=False, type=int, ) arg_parser.add_argument( "-e", "--exclude", action="extend", default=[], help="Exclude this PR from the release notes", nargs="+", type=int, ) arg_parser.add_argument( "-v", "--verbose", action="store_true", default=False, help="Verbose output", ) self.args = arg_parser.parse_args() self.local_repo = Repo(Path.cwd()) self.remote_repo = Github(self.github_token).get_repo(REPOSITORY_NAME) self.previous_commits: set[str] = set() self.pull_requests: dict[int, str] = {} self.tag = holidays.__version__ try: latest_tag = self.remote_repo.get_tags()[0] self.latest_tag_name = latest_tag.name self.previous_commits.add(latest_tag.commit.sha) except IndexError: self.latest_tag_name = None @property def github_token(self, path=Path(".github_token")): """Return GitHub access token.""" return path.read_text(encoding="UTF-8").strip() @property def is_ready(self): """Perform environment checks and input validation.""" current_branch = str(self.local_repo.active_branch) if current_branch != BRANCH_NAME: exit( f"Switch to '{BRANCH_NAME}' first (currently in " f"'{current_branch}'). Use 'git switch {BRANCH_NAME}'." ) return True @property def sorted_pull_requests(self): def custom_order(pr): if re.findall(r"^(Introduce|Refactor)", pr[0]) or re.findall(r"Add .* support", pr[0]): weight = 10 elif re.findall(r"^Add .* holidays$", pr[0]): weight = 20 elif re.findall(r"(^Localize)|(localization$)", pr[0]): weight = 30 elif re.findall(r"^Fix", pr[0]): weight = 40 elif re.findall(r"^(Change|Improve|Optimize|Update|Upgrade)", pr[0]): weight = 50 else: weight = 100 return weight, pr return sorted(self.pull_requests.values(), key=custom_order) def add_pull_request(self, pull_request): """Add pull request information to the release notes dict.""" author = pull_request.user.login if pull_request.user else None if author in IGNORED_CONTRIBUTORS: print(f"Skipping #{pull_request.number} {pull_request.title} by {author}") return None # Skip failed release attempt PRs, version upgrades. pr_title = pull_request.title if pr_title.startswith(("v", "Bump", "Revert")): return None # Get contributors (expand from commits by default). contributors = set() if pull_request.number not in self.args.author_only: for commit in pull_request.get_commits(): if commit.author: contributors.add(commit.author.login) if author in contributors: contributors.remove(author) contributors = (f"@{c}" for c in [author] + sorted(contributors, key=str.lower)) self.pull_requests[pull_request.number] = ( pull_request.title, f"#{pull_request.number} by {', '.join(contributors)}", ) def generate_release_notes(self): """Generate release notes contents.""" print("Processing pull requests...") self.get_new_pull_requests() self.get_old_pull_requests() print("Done!") def get_new_pull_requests(self): """Get PRs created after the latest release. This operation also populates a set of previous release commits. """ cut_off_at = self.args.cut_off_at excluded_pr_numbers = set(self.args.exclude) for pull_request in self.remote_repo.get_pulls(state="closed"): # Stop getting pull requests after previous release tag or specific PR number. cut_off = cut_off_at and pull_request.number == cut_off_at if cut_off or pull_request.title == self.latest_tag_name: # Get previous release commits SHAs. for commit in pull_request.get_commits(): self.previous_commits.add(commit.sha) break # Skip unrelated PRs (unmerged, wrong branch). if not pull_request.merged or pull_request.base.ref != BRANCH_NAME: continue if pull_request.number in excluded_pr_numbers: if self.args.verbose: print(f"Excluding PR #{pull_request.number} as requested") continue if self.args.verbose: messages = [f"Fetching PR #{pull_request.number}"] if pull_request.number in self.args.author_only: messages.append("(keeping PR author as a sole contributor)") print(" ".join(messages)) self.add_pull_request(pull_request) def get_old_pull_requests(self): """Get PRs created before the latest release.""" pull_request_numbers = set() for commit in self.local_repo.iter_commits(): if commit.hexsha in self.previous_commits: break try: pull_request_number = re.findall( r"#(\d{3,})", commit.message, )[0] pull_request_numbers.add(int(pull_request_number)) except IndexError: continue # Fetch old PRs metadata only. Skip all known PRs. pull_request_numbers -= set(self.pull_requests.keys()) pull_request_numbers -= set(self.args.exclude) for pull_request_number in pull_request_numbers: if self.args.verbose: messages = [f"Fetching PR #{pull_request_number}"] if pull_request_number in self.args.author_only: messages.append("(keeping PR author as a sole contributor)") print(" ".join(messages)) try: self.add_pull_request(self.remote_repo.get_pull(pull_request_number)) # 3rd party contributions to forks. except UnknownObjectException: pass def print_release_notes(self): """Print generated release notes.""" print("") if self.pull_requests: today = date.today() print( HEADER_TEMPLATE.format( day=today.day, month=today.strftime("%B"), version=self.tag, year=today.year, ) ) print("\n".join(f"- {pr[0]} ({pr[1]})" for pr in self.sorted_pull_requests)) else: print(f"No changes since {self.latest_tag_name} release.") if __name__ == "__main__": rng = ReleaseNotesGenerator() if rng.is_ready: rng.generate_release_notes() rng.print_release_notes() holidays-0.71/scripts/generate_snapshots.py000077500000000000000000000107321500152103600212110ustar00rootroot00000000000000#!/usr/bin/env python3 # holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import argparse import json import shutil import sys import warnings from pathlib import Path sys.path.append(f"{Path.cwd()}") # Make holidays visible. import holidays # noqa: E402 from holidays import list_supported_countries, list_supported_financial # noqa: E402 class SnapshotGenerator: """Creates a snapshot of available holidays for supported entities.""" years = range(1950, 2051) def __init__(self) -> None: arg_parser = argparse.ArgumentParser() arg_parser.add_argument( "-c", "--country", action="extend", nargs="+", default=[], help="Country codes to use for snapshot generation", required=False, type=str, ) arg_parser.add_argument( "-m", "--market", action="extend", nargs="+", default=[], help="Market codes to use for snapshot generation", required=False, type=str, ) self.args = arg_parser.parse_args() @staticmethod def prepare_snapshot_directory(snapshot_path): """Prepare a directory for snapshots.""" path = Path(snapshot_path) shutil.rmtree(path, ignore_errors=True) path.mkdir(parents=True, exist_ok=True) @staticmethod def save(snapshot, file_path): with open(file_path, "w", newline="\n") as output: output.write( json.dumps({str(dt): name for dt, name in sorted(snapshot.items())}, indent=4) ) output.write("\n") # Get along with pre-commit. def generate_country_snapshots(self): """Generates country snapshots.""" if self.args.market: return None supported_countries = list_supported_countries(include_aliases=False) country_list = self.args.country or supported_countries if unknown_countries := set(country_list).difference(supported_countries.keys()): raise ValueError(f"Countries {', '.join(unknown_countries)} not available") snapshot_path = "snapshots/countries" if not self.args.country: self.prepare_snapshot_directory(snapshot_path) for country_code in country_list: country = getattr(holidays, country_code) for subdiv in (None,) + country.subdivisions: self.save( holidays.country_holidays( country_code, subdiv=subdiv, years=self.years, categories=country.supported_categories, language="en_US", ), f"{snapshot_path}/" f"{country_code}_{(subdiv or 'COMMON').replace(' ', '_').upper()}.json", ) def generate_financial_snapshots(self): """Generates financial snapshots.""" if self.args.country: return None supported_markets = list_supported_financial(include_aliases=False) market_list = self.args.market or supported_markets if unknown_markets := set(market_list).difference(supported_markets.keys()): raise ValueError(f"Markets {', '.join(unknown_markets)} not available") snapshot_path = "snapshots/financial" if not self.args.market: self.prepare_snapshot_directory(snapshot_path) for market_code in market_list: self.save( holidays.country_holidays( market_code, years=self.years, language="en_US", ), f"{snapshot_path}/{market_code}.json", ) def run(self): """Runs snapshot files generation process.""" self.generate_country_snapshots() self.generate_financial_snapshots() if __name__ == "__main__": warnings.simplefilter("ignore") SnapshotGenerator().run() holidays-0.71/scripts/l10n/000077500000000000000000000000001500152103600155075ustar00rootroot00000000000000holidays-0.71/scripts/l10n/generate_mo_files.py000077500000000000000000000020671500152103600215400ustar00rootroot00000000000000#!/usr/bin/env python3 # holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from pathlib import Path from polib import pofile class MOGenerator: """Creates .mo files for supported country/market entities.""" @staticmethod def run(): """Runs the .mo files generation process.""" locale_path = Path("holidays/locale") for mo_path in locale_path.rglob("*.mo"): mo_path.unlink() for po_path in locale_path.rglob("*.po"): pofile(po_path).save_as_mofile(po_path.with_suffix(".mo")) if __name__ == "__main__": MOGenerator.run() holidays-0.71/scripts/l10n/generate_po_files.py000077500000000000000000000105061500152103600215400ustar00rootroot00000000000000#!/usr/bin/env python3 # holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import importlib import inspect import sys from pathlib import Path from lingva.extract import extract as create_pot_file from polib import pofile WRAP_WIDTH = 99 class POGenerator: """Generates .po files for supported country/market entities.""" @staticmethod def update_po_file(po_path: str, pot_path: str, package_version: str) -> None: """Merge .po file with .pot""" po_file = pofile(po_path, wrapwidth=WRAP_WIDTH) po_file_initial = po_file.copy() pot_file = pofile(pot_path) po_file.merge(pot_file) # Update the project version if po file entries translation has changed only. if po_file != po_file_initial: po_file.metadata["Project-Id-Version"] = f"Holidays {package_version}" # Save the file each time in order to capture all other changes properly. po_file.save(po_path, newline="\n") def process_entities(self): """Processes entities in specified directory.""" sys.path.append(f"{Path.cwd()}") # Make holidays visible. from holidays import __version__ as package_version from holidays.holiday_base import HolidayBase entity_code_info_mapping = {} for entity_type in ("countries", "financial"): for path in Path(f"holidays/{entity_type}").glob("*.py"): if path.stem == "__init__": continue module = f"holidays.{entity_type}.{path.stem}" for _, cls in inspect.getmembers(importlib.import_module(module), inspect.isclass): if ( issubclass(cls, HolidayBase) and cls.__module__ == module and getattr(cls, "default_language") is not None ): name = getattr(cls, "country", getattr(cls, "market", None)) entity_code_info_mapping[name.upper()] = (cls.default_language, path) break locale_path = Path("holidays/locale") pot_path = locale_path / "pot" pot_path.mkdir(exist_ok=True) for entity_code in sorted(entity_code_info_mapping.keys()): default_language, class_file_path = entity_code_info_mapping[entity_code] pot_file_path = pot_path / f"{entity_code}.pot" # Create .pot file. create_pot_file( sources=[class_file_path], keywords=["tr"], output=pot_file_path, package_name="Holidays", package_version=package_version, width=WRAP_WIDTH, location=False, allow_empty=True, ) # Update .pot file metadata. pot_file = pofile(pot_file_path, wrapwidth=WRAP_WIDTH) pot_file.metadata.update( { "Language": default_language, "Language-Team": "Holidays Localization Team", "X-Source-Language": default_language, } ) pot_file.save(newline="\n") # Create entity default .po file from the .pot file. po_directory = locale_path / default_language / "LC_MESSAGES" po_directory.mkdir(parents=True, exist_ok=True) po_file_path = po_directory / f"{entity_code}.po" if not po_file_path.exists(): pot_file.save(po_file_path, newline="\n") # Update all .po files. for po_file_path in locale_path.rglob(f"{entity_code}.po"): self.update_po_file(po_file_path, pot_file_path, package_version) @staticmethod def run(): """Runs the .po files generation process.""" POGenerator().process_entities() if __name__ == "__main__": POGenerator.run() holidays-0.71/setup.py000066400000000000000000000011271500152103600147610ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from setuptools import setup if __name__ == "__main__": setup() holidays-0.71/snapshots/000077500000000000000000000000001500152103600152705ustar00rootroot00000000000000holidays-0.71/snapshots/countries/000077500000000000000000000000001500152103600173035ustar00rootroot00000000000000holidays-0.71/snapshots/countries/AD_02.json000066400000000000000000001743661500152103600210040ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-21": "Carnival", "1950-03-14": "Constitution Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-29": "Whit Monday", "1950-07-15": "Canillo Annual Festival", "1950-07-16": "Canillo Annual Festival", "1950-07-17": "Canillo Annual Festival", "1950-08-15": "Assumption Day", "1950-09-08": "National Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-06": "Carnival", "1951-03-14": "Constitution Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-14": "Whit Monday", "1951-07-21": "Canillo Annual Festival", "1951-07-22": "Canillo Annual Festival", "1951-07-23": "Canillo Annual Festival", "1951-08-15": "Assumption Day", "1951-09-08": "National Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-26": "Carnival", "1952-03-14": "Constitution Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-06-02": "Whit Monday", "1952-07-19": "Canillo Annual Festival", "1952-07-20": "Canillo Annual Festival", "1952-07-21": "Canillo Annual Festival", "1952-08-15": "Assumption Day", "1952-09-08": "National Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-17": "Carnival", "1953-03-14": "Constitution Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-25": "Whit Monday", "1953-07-18": "Canillo Annual Festival", "1953-07-19": "Canillo Annual Festival", "1953-07-20": "Canillo Annual Festival", "1953-08-15": "Assumption Day", "1953-09-08": "National Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-02": "Carnival", "1954-03-14": "Constitution Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-07": "Whit Monday", "1954-07-17": "Canillo Annual Festival", "1954-07-18": "Canillo Annual Festival", "1954-07-19": "Canillo Annual Festival", "1954-08-15": "Assumption Day", "1954-09-08": "National Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-22": "Carnival", "1955-03-14": "Constitution Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-30": "Whit Monday", "1955-07-16": "Canillo Annual Festival", "1955-07-17": "Canillo Annual Festival", "1955-07-18": "Canillo Annual Festival", "1955-08-15": "Assumption Day", "1955-09-08": "National Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-02-14": "Carnival", "1956-03-14": "Constitution Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-21": "Whit Monday", "1956-07-21": "Canillo Annual Festival", "1956-07-22": "Canillo Annual Festival", "1956-07-23": "Canillo Annual Festival", "1956-08-15": "Assumption Day", "1956-09-08": "National Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-05": "Carnival", "1957-03-14": "Constitution Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-10": "Whit Monday", "1957-07-20": "Canillo Annual Festival", "1957-07-21": "Canillo Annual Festival", "1957-07-22": "Canillo Annual Festival", "1957-08-15": "Assumption Day", "1957-09-08": "National Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-18": "Carnival", "1958-03-14": "Constitution Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-26": "Whit Monday", "1958-07-19": "Canillo Annual Festival", "1958-07-20": "Canillo Annual Festival", "1958-07-21": "Canillo Annual Festival", "1958-08-15": "Assumption Day", "1958-09-08": "National Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-10": "Carnival", "1959-03-14": "Constitution Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-18": "Whit Monday", "1959-07-18": "Canillo Annual Festival", "1959-07-19": "Canillo Annual Festival", "1959-07-20": "Canillo Annual Festival", "1959-08-15": "Assumption Day", "1959-09-08": "National Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-01": "Carnival", "1960-03-14": "Constitution Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-06": "Whit Monday", "1960-07-16": "Canillo Annual Festival", "1960-07-17": "Canillo Annual Festival", "1960-07-18": "Canillo Annual Festival", "1960-08-15": "Assumption Day", "1960-09-08": "National Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-14": "Carnival", "1961-03-14": "Constitution Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-22": "Whit Monday", "1961-07-15": "Canillo Annual Festival", "1961-07-16": "Canillo Annual Festival", "1961-07-17": "Canillo Annual Festival", "1961-08-15": "Assumption Day", "1961-09-08": "National Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-06": "Carnival", "1962-03-14": "Constitution Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-11": "Whit Monday", "1962-07-21": "Canillo Annual Festival", "1962-07-22": "Canillo Annual Festival", "1962-07-23": "Canillo Annual Festival", "1962-08-15": "Assumption Day", "1962-09-08": "National Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-26": "Carnival", "1963-03-14": "Constitution Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-03": "Whit Monday", "1963-07-20": "Canillo Annual Festival", "1963-07-21": "Canillo Annual Festival", "1963-07-22": "Canillo Annual Festival", "1963-08-15": "Assumption Day", "1963-09-08": "National Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-11": "Carnival", "1964-03-14": "Constitution Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-18": "Whit Monday", "1964-07-18": "Canillo Annual Festival", "1964-07-19": "Canillo Annual Festival", "1964-07-20": "Canillo Annual Festival", "1964-08-15": "Assumption Day", "1964-09-08": "National Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-02": "Carnival", "1965-03-14": "Constitution Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-07": "Whit Monday", "1965-07-17": "Canillo Annual Festival", "1965-07-18": "Canillo Annual Festival", "1965-07-19": "Canillo Annual Festival", "1965-08-15": "Assumption Day", "1965-09-08": "National Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-22": "Carnival", "1966-03-14": "Constitution Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-30": "Whit Monday", "1966-07-16": "Canillo Annual Festival", "1966-07-17": "Canillo Annual Festival", "1966-07-18": "Canillo Annual Festival", "1966-08-15": "Assumption Day", "1966-09-08": "National Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-07": "Carnival", "1967-03-14": "Constitution Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-15": "Whit Monday", "1967-07-15": "Canillo Annual Festival", "1967-07-16": "Canillo Annual Festival", "1967-07-17": "Canillo Annual Festival", "1967-08-15": "Assumption Day", "1967-09-08": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-27": "Carnival", "1968-03-14": "Constitution Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-03": "Whit Monday", "1968-07-20": "Canillo Annual Festival", "1968-07-21": "Canillo Annual Festival", "1968-07-22": "Canillo Annual Festival", "1968-08-15": "Assumption Day", "1968-09-08": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-18": "Carnival", "1969-03-14": "Constitution Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-26": "Whit Monday", "1969-07-19": "Canillo Annual Festival", "1969-07-20": "Canillo Annual Festival", "1969-07-21": "Canillo Annual Festival", "1969-08-15": "Assumption Day", "1969-09-08": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-10": "Carnival", "1970-03-14": "Constitution Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-18": "Whit Monday", "1970-07-18": "Canillo Annual Festival", "1970-07-19": "Canillo Annual Festival", "1970-07-20": "Canillo Annual Festival", "1970-08-15": "Assumption Day", "1970-09-08": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-23": "Carnival", "1971-03-14": "Constitution Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-31": "Whit Monday", "1971-07-17": "Canillo Annual Festival", "1971-07-18": "Canillo Annual Festival", "1971-07-19": "Canillo Annual Festival", "1971-08-15": "Assumption Day", "1971-09-08": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-15": "Carnival", "1972-03-14": "Constitution Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-22": "Whit Monday", "1972-07-15": "Canillo Annual Festival", "1972-07-16": "Canillo Annual Festival", "1972-07-17": "Canillo Annual Festival", "1972-08-15": "Assumption Day", "1972-09-08": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-06": "Carnival", "1973-03-14": "Constitution Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-11": "Whit Monday", "1973-07-21": "Canillo Annual Festival", "1973-07-22": "Canillo Annual Festival", "1973-07-23": "Canillo Annual Festival", "1973-08-15": "Assumption Day", "1973-09-08": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-26": "Carnival", "1974-03-14": "Constitution Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-03": "Whit Monday", "1974-07-20": "Canillo Annual Festival", "1974-07-21": "Canillo Annual Festival", "1974-07-22": "Canillo Annual Festival", "1974-08-15": "Assumption Day", "1974-09-08": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-11": "Carnival", "1975-03-14": "Constitution Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-19": "Whit Monday", "1975-07-19": "Canillo Annual Festival", "1975-07-20": "Canillo Annual Festival", "1975-07-21": "Canillo Annual Festival", "1975-08-15": "Assumption Day", "1975-09-08": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-02": "Carnival", "1976-03-14": "Constitution Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-07": "Whit Monday", "1976-07-17": "Canillo Annual Festival", "1976-07-18": "Canillo Annual Festival", "1976-07-19": "Canillo Annual Festival", "1976-08-15": "Assumption Day", "1976-09-08": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-22": "Carnival", "1977-03-14": "Constitution Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-30": "Whit Monday", "1977-07-16": "Canillo Annual Festival", "1977-07-17": "Canillo Annual Festival", "1977-07-18": "Canillo Annual Festival", "1977-08-15": "Assumption Day", "1977-09-08": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-02-07": "Carnival", "1978-03-14": "Constitution Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-15": "Whit Monday", "1978-07-15": "Canillo Annual Festival", "1978-07-16": "Canillo Annual Festival", "1978-07-17": "Canillo Annual Festival", "1978-08-15": "Assumption Day", "1978-09-08": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-27": "Carnival", "1979-03-14": "Constitution Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-04": "Whit Monday", "1979-07-21": "Canillo Annual Festival", "1979-07-22": "Canillo Annual Festival", "1979-07-23": "Canillo Annual Festival", "1979-08-15": "Assumption Day", "1979-09-08": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-19": "Carnival", "1980-03-14": "Constitution Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-26": "Whit Monday", "1980-07-19": "Canillo Annual Festival", "1980-07-20": "Canillo Annual Festival", "1980-07-21": "Canillo Annual Festival", "1980-08-15": "Assumption Day", "1980-09-08": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-03": "Carnival", "1981-03-14": "Constitution Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-08": "Whit Monday", "1981-07-18": "Canillo Annual Festival", "1981-07-19": "Canillo Annual Festival", "1981-07-20": "Canillo Annual Festival", "1981-08-15": "Assumption Day", "1981-09-08": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-02-23": "Carnival", "1982-03-14": "Constitution Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-31": "Whit Monday", "1982-07-17": "Canillo Annual Festival", "1982-07-18": "Canillo Annual Festival", "1982-07-19": "Canillo Annual Festival", "1982-08-15": "Assumption Day", "1982-09-08": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-15": "Carnival", "1983-03-14": "Constitution Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-23": "Whit Monday", "1983-07-16": "Canillo Annual Festival", "1983-07-17": "Canillo Annual Festival", "1983-07-18": "Canillo Annual Festival", "1983-08-15": "Assumption Day", "1983-09-08": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-06": "Carnival", "1984-03-14": "Constitution Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-11": "Whit Monday", "1984-07-21": "Canillo Annual Festival", "1984-07-22": "Canillo Annual Festival", "1984-07-23": "Canillo Annual Festival", "1984-08-15": "Assumption Day", "1984-09-08": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-19": "Carnival", "1985-03-14": "Constitution Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-27": "Whit Monday", "1985-07-20": "Canillo Annual Festival", "1985-07-21": "Canillo Annual Festival", "1985-07-22": "Canillo Annual Festival", "1985-08-15": "Assumption Day", "1985-09-08": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-02-11": "Carnival", "1986-03-14": "Constitution Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-19": "Whit Monday", "1986-07-19": "Canillo Annual Festival", "1986-07-20": "Canillo Annual Festival", "1986-07-21": "Canillo Annual Festival", "1986-08-15": "Assumption Day", "1986-09-08": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-03": "Carnival", "1987-03-14": "Constitution Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-08": "Whit Monday", "1987-07-18": "Canillo Annual Festival", "1987-07-19": "Canillo Annual Festival", "1987-07-20": "Canillo Annual Festival", "1987-08-15": "Assumption Day", "1987-09-08": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-16": "Carnival", "1988-03-14": "Constitution Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-23": "Whit Monday", "1988-07-16": "Canillo Annual Festival", "1988-07-17": "Canillo Annual Festival", "1988-07-18": "Canillo Annual Festival", "1988-08-15": "Assumption Day", "1988-09-08": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-02-07": "Carnival", "1989-03-14": "Constitution Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-15": "Whit Monday", "1989-07-15": "Canillo Annual Festival", "1989-07-16": "Canillo Annual Festival", "1989-07-17": "Canillo Annual Festival", "1989-08-15": "Assumption Day", "1989-09-08": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-27": "Carnival", "1990-03-14": "Constitution Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-04": "Whit Monday", "1990-07-21": "Canillo Annual Festival", "1990-07-22": "Canillo Annual Festival", "1990-07-23": "Canillo Annual Festival", "1990-08-15": "Assumption Day", "1990-09-08": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-12": "Carnival", "1991-03-14": "Constitution Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-20": "Whit Monday", "1991-07-20": "Canillo Annual Festival", "1991-07-21": "Canillo Annual Festival", "1991-07-22": "Canillo Annual Festival", "1991-08-15": "Assumption Day", "1991-09-08": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-03": "Carnival", "1992-03-14": "Constitution Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-08": "Whit Monday", "1992-07-18": "Canillo Annual Festival", "1992-07-19": "Canillo Annual Festival", "1992-07-20": "Canillo Annual Festival", "1992-08-15": "Assumption Day", "1992-09-08": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-02-23": "Carnival", "1993-03-14": "Constitution Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-31": "Whit Monday", "1993-07-17": "Canillo Annual Festival", "1993-07-18": "Canillo Annual Festival", "1993-07-19": "Canillo Annual Festival", "1993-08-15": "Assumption Day", "1993-09-08": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-02-15": "Carnival", "1994-03-14": "Constitution Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-23": "Whit Monday", "1994-07-16": "Canillo Annual Festival", "1994-07-17": "Canillo Annual Festival", "1994-07-18": "Canillo Annual Festival", "1994-08-15": "Assumption Day", "1994-09-08": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-02-28": "Carnival", "1995-03-14": "Constitution Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-05": "Whit Monday", "1995-07-15": "Canillo Annual Festival", "1995-07-16": "Canillo Annual Festival", "1995-07-17": "Canillo Annual Festival", "1995-08-15": "Assumption Day", "1995-09-08": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-20": "Carnival", "1996-03-14": "Constitution Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-27": "Whit Monday", "1996-07-20": "Canillo Annual Festival", "1996-07-21": "Canillo Annual Festival", "1996-07-22": "Canillo Annual Festival", "1996-08-15": "Assumption Day", "1996-09-08": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-02-11": "Carnival", "1997-03-14": "Constitution Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-19": "Whit Monday", "1997-07-19": "Canillo Annual Festival", "1997-07-20": "Canillo Annual Festival", "1997-07-21": "Canillo Annual Festival", "1997-08-15": "Assumption Day", "1997-09-08": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-02-24": "Carnival", "1998-03-14": "Constitution Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-01": "Whit Monday", "1998-07-18": "Canillo Annual Festival", "1998-07-19": "Canillo Annual Festival", "1998-07-20": "Canillo Annual Festival", "1998-08-15": "Assumption Day", "1998-09-08": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-16": "Carnival", "1999-03-14": "Constitution Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-24": "Whit Monday", "1999-07-17": "Canillo Annual Festival", "1999-07-18": "Canillo Annual Festival", "1999-07-19": "Canillo Annual Festival", "1999-08-15": "Assumption Day", "1999-09-08": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-07": "Carnival", "2000-03-14": "Constitution Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-12": "Whit Monday", "2000-07-15": "Canillo Annual Festival", "2000-07-16": "Canillo Annual Festival", "2000-07-17": "Canillo Annual Festival", "2000-08-15": "Assumption Day", "2000-09-08": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-27": "Carnival", "2001-03-14": "Constitution Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-04": "Whit Monday", "2001-07-21": "Canillo Annual Festival", "2001-07-22": "Canillo Annual Festival", "2001-07-23": "Canillo Annual Festival", "2001-08-15": "Assumption Day", "2001-09-08": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-02-12": "Carnival", "2002-03-14": "Constitution Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-20": "Whit Monday", "2002-07-20": "Canillo Annual Festival", "2002-07-21": "Canillo Annual Festival", "2002-07-22": "Canillo Annual Festival", "2002-08-15": "Assumption Day", "2002-09-08": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-04": "Carnival", "2003-03-14": "Constitution Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-09": "Whit Monday", "2003-07-19": "Canillo Annual Festival", "2003-07-20": "Canillo Annual Festival", "2003-07-21": "Canillo Annual Festival", "2003-08-15": "Assumption Day", "2003-09-08": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-24": "Carnival", "2004-03-14": "Constitution Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-31": "Whit Monday", "2004-07-17": "Canillo Annual Festival", "2004-07-18": "Canillo Annual Festival", "2004-07-19": "Canillo Annual Festival", "2004-08-15": "Assumption Day", "2004-09-08": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-02-08": "Carnival", "2005-03-14": "Constitution Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-16": "Whit Monday", "2005-07-16": "Canillo Annual Festival", "2005-07-17": "Canillo Annual Festival", "2005-07-18": "Canillo Annual Festival", "2005-08-15": "Assumption Day", "2005-09-08": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-02-28": "Carnival", "2006-03-14": "Constitution Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-05": "Whit Monday", "2006-07-15": "Canillo Annual Festival", "2006-07-16": "Canillo Annual Festival", "2006-07-17": "Canillo Annual Festival", "2006-08-15": "Assumption Day", "2006-09-08": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-20": "Carnival", "2007-03-14": "Constitution Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-28": "Whit Monday", "2007-07-21": "Canillo Annual Festival", "2007-07-22": "Canillo Annual Festival", "2007-07-23": "Canillo Annual Festival", "2007-08-15": "Assumption Day", "2007-09-08": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-02-05": "Carnival", "2008-03-14": "Constitution Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-12": "Whit Monday", "2008-07-19": "Canillo Annual Festival", "2008-07-20": "Canillo Annual Festival", "2008-07-21": "Canillo Annual Festival", "2008-08-15": "Assumption Day", "2008-09-08": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-02-24": "Carnival", "2009-03-14": "Constitution Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-01": "Whit Monday", "2009-07-18": "Canillo Annual Festival", "2009-07-19": "Canillo Annual Festival", "2009-07-20": "Canillo Annual Festival", "2009-08-15": "Assumption Day", "2009-09-08": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-16": "Carnival", "2010-03-14": "Constitution Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-24": "Whit Monday", "2010-07-17": "Canillo Annual Festival", "2010-07-18": "Canillo Annual Festival", "2010-07-19": "Canillo Annual Festival", "2010-08-15": "Assumption Day", "2010-09-08": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-08": "Carnival", "2011-03-14": "Constitution Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-13": "Whit Monday", "2011-07-16": "Canillo Annual Festival", "2011-07-17": "Canillo Annual Festival", "2011-07-18": "Canillo Annual Festival", "2011-08-15": "Assumption Day", "2011-09-08": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-21": "Carnival", "2012-03-14": "Constitution Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-28": "Whit Monday", "2012-07-21": "Canillo Annual Festival", "2012-07-22": "Canillo Annual Festival", "2012-07-23": "Canillo Annual Festival", "2012-08-15": "Assumption Day", "2012-09-08": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-02-12": "Carnival", "2013-03-14": "Constitution Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-20": "Whit Monday", "2013-07-20": "Canillo Annual Festival", "2013-07-21": "Canillo Annual Festival", "2013-07-22": "Canillo Annual Festival", "2013-08-15": "Assumption Day", "2013-09-08": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-04": "Carnival", "2014-03-14": "Constitution Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-09": "Whit Monday", "2014-07-19": "Canillo Annual Festival", "2014-07-20": "Canillo Annual Festival", "2014-07-21": "Canillo Annual Festival", "2014-08-15": "Assumption Day", "2014-09-08": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-17": "Carnival", "2015-03-14": "Constitution Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-25": "Whit Monday", "2015-07-18": "Canillo Annual Festival", "2015-07-19": "Canillo Annual Festival", "2015-07-20": "Canillo Annual Festival", "2015-08-15": "Assumption Day", "2015-09-08": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-02-09": "Carnival", "2016-03-14": "Constitution Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-16": "Whit Monday", "2016-07-16": "Canillo Annual Festival", "2016-07-17": "Canillo Annual Festival", "2016-07-18": "Canillo Annual Festival", "2016-08-15": "Assumption Day", "2016-09-08": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-28": "Carnival", "2017-03-14": "Constitution Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-05": "Whit Monday", "2017-07-15": "Canillo Annual Festival", "2017-07-16": "Canillo Annual Festival", "2017-07-17": "Canillo Annual Festival", "2017-08-15": "Assumption Day", "2017-09-08": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-13": "Carnival", "2018-03-14": "Constitution Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-21": "Whit Monday", "2018-07-21": "Canillo Annual Festival", "2018-07-22": "Canillo Annual Festival", "2018-07-23": "Canillo Annual Festival", "2018-08-15": "Assumption Day", "2018-09-08": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-05": "Carnival", "2019-03-14": "Constitution Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-10": "Whit Monday", "2019-07-20": "Canillo Annual Festival", "2019-07-21": "Canillo Annual Festival", "2019-07-22": "Canillo Annual Festival", "2019-08-15": "Assumption Day", "2019-09-08": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-02-25": "Carnival", "2020-03-14": "Constitution Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-01": "Whit Monday", "2020-07-18": "Canillo Annual Festival", "2020-07-19": "Canillo Annual Festival", "2020-07-20": "Canillo Annual Festival", "2020-08-15": "Assumption Day", "2020-09-08": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-02-16": "Carnival", "2021-03-14": "Constitution Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-24": "Whit Monday", "2021-07-17": "Canillo Annual Festival", "2021-07-18": "Canillo Annual Festival", "2021-07-19": "Canillo Annual Festival", "2021-08-15": "Assumption Day", "2021-09-08": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-01": "Carnival", "2022-03-14": "Constitution Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-06-06": "Whit Monday", "2022-07-16": "Canillo Annual Festival", "2022-07-17": "Canillo Annual Festival", "2022-07-18": "Canillo Annual Festival", "2022-08-15": "Assumption Day", "2022-09-08": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-21": "Carnival", "2023-03-14": "Constitution Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-29": "Whit Monday", "2023-07-15": "Canillo Annual Festival", "2023-07-16": "Canillo Annual Festival", "2023-07-17": "Canillo Annual Festival", "2023-08-15": "Assumption Day", "2023-09-08": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-13": "Carnival", "2024-03-14": "Constitution Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-20": "Whit Monday", "2024-07-20": "Canillo Annual Festival", "2024-07-21": "Canillo Annual Festival", "2024-07-22": "Canillo Annual Festival", "2024-08-15": "Assumption Day", "2024-09-08": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-04": "Carnival", "2025-03-14": "Constitution Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-09": "Whit Monday", "2025-07-19": "Canillo Annual Festival", "2025-07-20": "Canillo Annual Festival", "2025-07-21": "Canillo Annual Festival", "2025-08-15": "Assumption Day", "2025-09-08": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-17": "Carnival", "2026-03-14": "Constitution Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-25": "Whit Monday", "2026-07-18": "Canillo Annual Festival", "2026-07-19": "Canillo Annual Festival", "2026-07-20": "Canillo Annual Festival", "2026-08-15": "Assumption Day", "2026-09-08": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-02-09": "Carnival", "2027-03-14": "Constitution Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-17": "Whit Monday", "2027-07-17": "Canillo Annual Festival", "2027-07-18": "Canillo Annual Festival", "2027-07-19": "Canillo Annual Festival", "2027-08-15": "Assumption Day", "2027-09-08": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-29": "Carnival", "2028-03-14": "Constitution Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-05": "Whit Monday", "2028-07-15": "Canillo Annual Festival", "2028-07-16": "Canillo Annual Festival", "2028-07-17": "Canillo Annual Festival", "2028-08-15": "Assumption Day", "2028-09-08": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-13": "Carnival", "2029-03-14": "Constitution Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-21": "Whit Monday", "2029-07-21": "Canillo Annual Festival", "2029-07-22": "Canillo Annual Festival", "2029-07-23": "Canillo Annual Festival", "2029-08-15": "Assumption Day", "2029-09-08": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-05": "Carnival", "2030-03-14": "Constitution Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-10": "Whit Monday", "2030-07-20": "Canillo Annual Festival", "2030-07-21": "Canillo Annual Festival", "2030-07-22": "Canillo Annual Festival", "2030-08-15": "Assumption Day", "2030-09-08": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-25": "Carnival", "2031-03-14": "Constitution Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-02": "Whit Monday", "2031-07-19": "Canillo Annual Festival", "2031-07-20": "Canillo Annual Festival", "2031-07-21": "Canillo Annual Festival", "2031-08-15": "Assumption Day", "2031-09-08": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-02-10": "Carnival", "2032-03-14": "Constitution Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-17": "Whit Monday", "2032-07-17": "Canillo Annual Festival", "2032-07-18": "Canillo Annual Festival", "2032-07-19": "Canillo Annual Festival", "2032-08-15": "Assumption Day", "2032-09-08": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-01": "Carnival", "2033-03-14": "Constitution Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-06": "Whit Monday", "2033-07-16": "Canillo Annual Festival", "2033-07-17": "Canillo Annual Festival", "2033-07-18": "Canillo Annual Festival", "2033-08-15": "Assumption Day", "2033-09-08": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-21": "Carnival", "2034-03-14": "Constitution Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-29": "Whit Monday", "2034-07-15": "Canillo Annual Festival", "2034-07-16": "Canillo Annual Festival", "2034-07-17": "Canillo Annual Festival", "2034-08-15": "Assumption Day", "2034-09-08": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-06": "Carnival", "2035-03-14": "Constitution Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-14": "Whit Monday", "2035-07-21": "Canillo Annual Festival", "2035-07-22": "Canillo Annual Festival", "2035-07-23": "Canillo Annual Festival", "2035-08-15": "Assumption Day", "2035-09-08": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-26": "Carnival", "2036-03-14": "Constitution Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-02": "Whit Monday", "2036-07-19": "Canillo Annual Festival", "2036-07-20": "Canillo Annual Festival", "2036-07-21": "Canillo Annual Festival", "2036-08-15": "Assumption Day", "2036-09-08": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-17": "Carnival", "2037-03-14": "Constitution Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-25": "Whit Monday", "2037-07-18": "Canillo Annual Festival", "2037-07-19": "Canillo Annual Festival", "2037-07-20": "Canillo Annual Festival", "2037-08-15": "Assumption Day", "2037-09-08": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-09": "Carnival", "2038-03-14": "Constitution Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-14": "Whit Monday", "2038-07-17": "Canillo Annual Festival", "2038-07-18": "Canillo Annual Festival", "2038-07-19": "Canillo Annual Festival", "2038-08-15": "Assumption Day", "2038-09-08": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-22": "Carnival", "2039-03-14": "Constitution Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-30": "Whit Monday", "2039-07-16": "Canillo Annual Festival", "2039-07-17": "Canillo Annual Festival", "2039-07-18": "Canillo Annual Festival", "2039-08-15": "Assumption Day", "2039-09-08": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-02-14": "Carnival", "2040-03-14": "Constitution Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-21": "Whit Monday", "2040-07-21": "Canillo Annual Festival", "2040-07-22": "Canillo Annual Festival", "2040-07-23": "Canillo Annual Festival", "2040-08-15": "Assumption Day", "2040-09-08": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-05": "Carnival", "2041-03-14": "Constitution Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-10": "Whit Monday", "2041-07-20": "Canillo Annual Festival", "2041-07-21": "Canillo Annual Festival", "2041-07-22": "Canillo Annual Festival", "2041-08-15": "Assumption Day", "2041-09-08": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-18": "Carnival", "2042-03-14": "Constitution Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-26": "Whit Monday", "2042-07-19": "Canillo Annual Festival", "2042-07-20": "Canillo Annual Festival", "2042-07-21": "Canillo Annual Festival", "2042-08-15": "Assumption Day", "2042-09-08": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-02-10": "Carnival", "2043-03-14": "Constitution Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-18": "Whit Monday", "2043-07-18": "Canillo Annual Festival", "2043-07-19": "Canillo Annual Festival", "2043-07-20": "Canillo Annual Festival", "2043-08-15": "Assumption Day", "2043-09-08": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-01": "Carnival", "2044-03-14": "Constitution Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-06": "Whit Monday", "2044-07-16": "Canillo Annual Festival", "2044-07-17": "Canillo Annual Festival", "2044-07-18": "Canillo Annual Festival", "2044-08-15": "Assumption Day", "2044-09-08": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-21": "Carnival", "2045-03-14": "Constitution Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-29": "Whit Monday", "2045-07-15": "Canillo Annual Festival", "2045-07-16": "Canillo Annual Festival", "2045-07-17": "Canillo Annual Festival", "2045-08-15": "Assumption Day", "2045-09-08": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-02-06": "Carnival", "2046-03-14": "Constitution Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-14": "Whit Monday", "2046-07-21": "Canillo Annual Festival", "2046-07-22": "Canillo Annual Festival", "2046-07-23": "Canillo Annual Festival", "2046-08-15": "Assumption Day", "2046-09-08": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-02-26": "Carnival", "2047-03-14": "Constitution Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-03": "Whit Monday", "2047-07-20": "Canillo Annual Festival", "2047-07-21": "Canillo Annual Festival", "2047-07-22": "Canillo Annual Festival", "2047-08-15": "Assumption Day", "2047-09-08": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-18": "Carnival", "2048-03-14": "Constitution Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-25": "Whit Monday", "2048-07-18": "Canillo Annual Festival", "2048-07-19": "Canillo Annual Festival", "2048-07-20": "Canillo Annual Festival", "2048-08-15": "Assumption Day", "2048-09-08": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-02": "Carnival", "2049-03-14": "Constitution Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-07": "Whit Monday", "2049-07-17": "Canillo Annual Festival", "2049-07-18": "Canillo Annual Festival", "2049-07-19": "Canillo Annual Festival", "2049-08-15": "Assumption Day", "2049-09-08": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-22": "Carnival", "2050-03-14": "Constitution Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-30": "Whit Monday", "2050-07-16": "Canillo Annual Festival", "2050-07-17": "Canillo Annual Festival", "2050-07-18": "Canillo Annual Festival", "2050-08-15": "Assumption Day", "2050-09-08": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/AD_03.json000066400000000000000000001572071500152103600210000ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-21": "Carnival", "1950-03-14": "Constitution Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-29": "Whit Monday", "1950-08-15": "Assumption Day; Encamp Annual Festival", "1950-08-16": "Encamp Annual Festival", "1950-09-08": "National Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-06": "Carnival", "1951-03-14": "Constitution Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-14": "Whit Monday", "1951-08-15": "Assumption Day; Encamp Annual Festival", "1951-08-16": "Encamp Annual Festival", "1951-09-08": "National Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-26": "Carnival", "1952-03-14": "Constitution Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-06-02": "Whit Monday", "1952-08-15": "Assumption Day; Encamp Annual Festival", "1952-08-16": "Encamp Annual Festival", "1952-09-08": "National Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-17": "Carnival", "1953-03-14": "Constitution Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-25": "Whit Monday", "1953-08-15": "Assumption Day; Encamp Annual Festival", "1953-08-16": "Encamp Annual Festival", "1953-09-08": "National Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-02": "Carnival", "1954-03-14": "Constitution Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-07": "Whit Monday", "1954-08-15": "Assumption Day; Encamp Annual Festival", "1954-08-16": "Encamp Annual Festival", "1954-09-08": "National Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-22": "Carnival", "1955-03-14": "Constitution Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-30": "Whit Monday", "1955-08-15": "Assumption Day; Encamp Annual Festival", "1955-08-16": "Encamp Annual Festival", "1955-09-08": "National Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-02-14": "Carnival", "1956-03-14": "Constitution Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-21": "Whit Monday", "1956-08-15": "Assumption Day; Encamp Annual Festival", "1956-08-16": "Encamp Annual Festival", "1956-09-08": "National Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-05": "Carnival", "1957-03-14": "Constitution Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-10": "Whit Monday", "1957-08-15": "Assumption Day; Encamp Annual Festival", "1957-08-16": "Encamp Annual Festival", "1957-09-08": "National Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-18": "Carnival", "1958-03-14": "Constitution Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-26": "Whit Monday", "1958-08-15": "Assumption Day; Encamp Annual Festival", "1958-08-16": "Encamp Annual Festival", "1958-09-08": "National Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-10": "Carnival", "1959-03-14": "Constitution Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-18": "Whit Monday", "1959-08-15": "Assumption Day; Encamp Annual Festival", "1959-08-16": "Encamp Annual Festival", "1959-09-08": "National Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-01": "Carnival", "1960-03-14": "Constitution Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-06": "Whit Monday", "1960-08-15": "Assumption Day; Encamp Annual Festival", "1960-08-16": "Encamp Annual Festival", "1960-09-08": "National Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-14": "Carnival", "1961-03-14": "Constitution Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-22": "Whit Monday", "1961-08-15": "Assumption Day; Encamp Annual Festival", "1961-08-16": "Encamp Annual Festival", "1961-09-08": "National Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-06": "Carnival", "1962-03-14": "Constitution Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-11": "Whit Monday", "1962-08-15": "Assumption Day; Encamp Annual Festival", "1962-08-16": "Encamp Annual Festival", "1962-09-08": "National Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-26": "Carnival", "1963-03-14": "Constitution Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-03": "Whit Monday", "1963-08-15": "Assumption Day; Encamp Annual Festival", "1963-08-16": "Encamp Annual Festival", "1963-09-08": "National Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-11": "Carnival", "1964-03-14": "Constitution Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-18": "Whit Monday", "1964-08-15": "Assumption Day; Encamp Annual Festival", "1964-08-16": "Encamp Annual Festival", "1964-09-08": "National Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-02": "Carnival", "1965-03-14": "Constitution Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-07": "Whit Monday", "1965-08-15": "Assumption Day; Encamp Annual Festival", "1965-08-16": "Encamp Annual Festival", "1965-09-08": "National Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-22": "Carnival", "1966-03-14": "Constitution Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-30": "Whit Monday", "1966-08-15": "Assumption Day; Encamp Annual Festival", "1966-08-16": "Encamp Annual Festival", "1966-09-08": "National Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-07": "Carnival", "1967-03-14": "Constitution Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-15": "Whit Monday", "1967-08-15": "Assumption Day; Encamp Annual Festival", "1967-08-16": "Encamp Annual Festival", "1967-09-08": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-27": "Carnival", "1968-03-14": "Constitution Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-03": "Whit Monday", "1968-08-15": "Assumption Day; Encamp Annual Festival", "1968-08-16": "Encamp Annual Festival", "1968-09-08": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-18": "Carnival", "1969-03-14": "Constitution Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-26": "Whit Monday", "1969-08-15": "Assumption Day; Encamp Annual Festival", "1969-08-16": "Encamp Annual Festival", "1969-09-08": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-10": "Carnival", "1970-03-14": "Constitution Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-18": "Whit Monday", "1970-08-15": "Assumption Day; Encamp Annual Festival", "1970-08-16": "Encamp Annual Festival", "1970-09-08": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-23": "Carnival", "1971-03-14": "Constitution Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-31": "Whit Monday", "1971-08-15": "Assumption Day; Encamp Annual Festival", "1971-08-16": "Encamp Annual Festival", "1971-09-08": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-15": "Carnival", "1972-03-14": "Constitution Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-22": "Whit Monday", "1972-08-15": "Assumption Day; Encamp Annual Festival", "1972-08-16": "Encamp Annual Festival", "1972-09-08": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-06": "Carnival", "1973-03-14": "Constitution Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-11": "Whit Monday", "1973-08-15": "Assumption Day; Encamp Annual Festival", "1973-08-16": "Encamp Annual Festival", "1973-09-08": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-26": "Carnival", "1974-03-14": "Constitution Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-03": "Whit Monday", "1974-08-15": "Assumption Day; Encamp Annual Festival", "1974-08-16": "Encamp Annual Festival", "1974-09-08": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-11": "Carnival", "1975-03-14": "Constitution Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-19": "Whit Monday", "1975-08-15": "Assumption Day; Encamp Annual Festival", "1975-08-16": "Encamp Annual Festival", "1975-09-08": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-02": "Carnival", "1976-03-14": "Constitution Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-07": "Whit Monday", "1976-08-15": "Assumption Day; Encamp Annual Festival", "1976-08-16": "Encamp Annual Festival", "1976-09-08": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-22": "Carnival", "1977-03-14": "Constitution Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-30": "Whit Monday", "1977-08-15": "Assumption Day; Encamp Annual Festival", "1977-08-16": "Encamp Annual Festival", "1977-09-08": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-02-07": "Carnival", "1978-03-14": "Constitution Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-15": "Whit Monday", "1978-08-15": "Assumption Day; Encamp Annual Festival", "1978-08-16": "Encamp Annual Festival", "1978-09-08": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-27": "Carnival", "1979-03-14": "Constitution Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-04": "Whit Monday", "1979-08-15": "Assumption Day; Encamp Annual Festival", "1979-08-16": "Encamp Annual Festival", "1979-09-08": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-19": "Carnival", "1980-03-14": "Constitution Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-26": "Whit Monday", "1980-08-15": "Assumption Day; Encamp Annual Festival", "1980-08-16": "Encamp Annual Festival", "1980-09-08": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-03": "Carnival", "1981-03-14": "Constitution Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-08": "Whit Monday", "1981-08-15": "Assumption Day; Encamp Annual Festival", "1981-08-16": "Encamp Annual Festival", "1981-09-08": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-02-23": "Carnival", "1982-03-14": "Constitution Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-31": "Whit Monday", "1982-08-15": "Assumption Day; Encamp Annual Festival", "1982-08-16": "Encamp Annual Festival", "1982-09-08": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-15": "Carnival", "1983-03-14": "Constitution Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-23": "Whit Monday", "1983-08-15": "Assumption Day; Encamp Annual Festival", "1983-08-16": "Encamp Annual Festival", "1983-09-08": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-06": "Carnival", "1984-03-14": "Constitution Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-11": "Whit Monday", "1984-08-15": "Assumption Day; Encamp Annual Festival", "1984-08-16": "Encamp Annual Festival", "1984-09-08": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-19": "Carnival", "1985-03-14": "Constitution Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-27": "Whit Monday", "1985-08-15": "Assumption Day; Encamp Annual Festival", "1985-08-16": "Encamp Annual Festival", "1985-09-08": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-02-11": "Carnival", "1986-03-14": "Constitution Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-19": "Whit Monday", "1986-08-15": "Assumption Day; Encamp Annual Festival", "1986-08-16": "Encamp Annual Festival", "1986-09-08": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-03": "Carnival", "1987-03-14": "Constitution Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-08": "Whit Monday", "1987-08-15": "Assumption Day; Encamp Annual Festival", "1987-08-16": "Encamp Annual Festival", "1987-09-08": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-16": "Carnival", "1988-03-14": "Constitution Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-23": "Whit Monday", "1988-08-15": "Assumption Day; Encamp Annual Festival", "1988-08-16": "Encamp Annual Festival", "1988-09-08": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-02-07": "Carnival", "1989-03-14": "Constitution Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-15": "Whit Monday", "1989-08-15": "Assumption Day; Encamp Annual Festival", "1989-08-16": "Encamp Annual Festival", "1989-09-08": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-27": "Carnival", "1990-03-14": "Constitution Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-04": "Whit Monday", "1990-08-15": "Assumption Day; Encamp Annual Festival", "1990-08-16": "Encamp Annual Festival", "1990-09-08": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-12": "Carnival", "1991-03-14": "Constitution Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-20": "Whit Monday", "1991-08-15": "Assumption Day; Encamp Annual Festival", "1991-08-16": "Encamp Annual Festival", "1991-09-08": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-03": "Carnival", "1992-03-14": "Constitution Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-08": "Whit Monday", "1992-08-15": "Assumption Day; Encamp Annual Festival", "1992-08-16": "Encamp Annual Festival", "1992-09-08": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-02-23": "Carnival", "1993-03-14": "Constitution Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-31": "Whit Monday", "1993-08-15": "Assumption Day; Encamp Annual Festival", "1993-08-16": "Encamp Annual Festival", "1993-09-08": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-02-15": "Carnival", "1994-03-14": "Constitution Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-23": "Whit Monday", "1994-08-15": "Assumption Day; Encamp Annual Festival", "1994-08-16": "Encamp Annual Festival", "1994-09-08": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-02-28": "Carnival", "1995-03-14": "Constitution Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-05": "Whit Monday", "1995-08-15": "Assumption Day; Encamp Annual Festival", "1995-08-16": "Encamp Annual Festival", "1995-09-08": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-20": "Carnival", "1996-03-14": "Constitution Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-27": "Whit Monday", "1996-08-15": "Assumption Day; Encamp Annual Festival", "1996-08-16": "Encamp Annual Festival", "1996-09-08": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-02-11": "Carnival", "1997-03-14": "Constitution Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-19": "Whit Monday", "1997-08-15": "Assumption Day; Encamp Annual Festival", "1997-08-16": "Encamp Annual Festival", "1997-09-08": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-02-24": "Carnival", "1998-03-14": "Constitution Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-01": "Whit Monday", "1998-08-15": "Assumption Day; Encamp Annual Festival", "1998-08-16": "Encamp Annual Festival", "1998-09-08": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-16": "Carnival", "1999-03-14": "Constitution Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-24": "Whit Monday", "1999-08-15": "Assumption Day; Encamp Annual Festival", "1999-08-16": "Encamp Annual Festival", "1999-09-08": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-07": "Carnival", "2000-03-14": "Constitution Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-12": "Whit Monday", "2000-08-15": "Assumption Day; Encamp Annual Festival", "2000-08-16": "Encamp Annual Festival", "2000-09-08": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-27": "Carnival", "2001-03-14": "Constitution Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-04": "Whit Monday", "2001-08-15": "Assumption Day; Encamp Annual Festival", "2001-08-16": "Encamp Annual Festival", "2001-09-08": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-02-12": "Carnival", "2002-03-14": "Constitution Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-20": "Whit Monday", "2002-08-15": "Assumption Day; Encamp Annual Festival", "2002-08-16": "Encamp Annual Festival", "2002-09-08": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-04": "Carnival", "2003-03-14": "Constitution Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-09": "Whit Monday", "2003-08-15": "Assumption Day; Encamp Annual Festival", "2003-08-16": "Encamp Annual Festival", "2003-09-08": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-24": "Carnival", "2004-03-14": "Constitution Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-31": "Whit Monday", "2004-08-15": "Assumption Day; Encamp Annual Festival", "2004-08-16": "Encamp Annual Festival", "2004-09-08": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-02-08": "Carnival", "2005-03-14": "Constitution Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-16": "Whit Monday", "2005-08-15": "Assumption Day; Encamp Annual Festival", "2005-08-16": "Encamp Annual Festival", "2005-09-08": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-02-28": "Carnival", "2006-03-14": "Constitution Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-05": "Whit Monday", "2006-08-15": "Assumption Day; Encamp Annual Festival", "2006-08-16": "Encamp Annual Festival", "2006-09-08": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-20": "Carnival", "2007-03-14": "Constitution Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-28": "Whit Monday", "2007-08-15": "Assumption Day; Encamp Annual Festival", "2007-08-16": "Encamp Annual Festival", "2007-09-08": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-02-05": "Carnival", "2008-03-14": "Constitution Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-12": "Whit Monday", "2008-08-15": "Assumption Day; Encamp Annual Festival", "2008-08-16": "Encamp Annual Festival", "2008-09-08": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-02-24": "Carnival", "2009-03-14": "Constitution Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-01": "Whit Monday", "2009-08-15": "Assumption Day; Encamp Annual Festival", "2009-08-16": "Encamp Annual Festival", "2009-09-08": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-16": "Carnival", "2010-03-14": "Constitution Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-24": "Whit Monday", "2010-08-15": "Assumption Day; Encamp Annual Festival", "2010-08-16": "Encamp Annual Festival", "2010-09-08": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-08": "Carnival", "2011-03-14": "Constitution Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-13": "Whit Monday", "2011-08-15": "Assumption Day; Encamp Annual Festival", "2011-08-16": "Encamp Annual Festival", "2011-09-08": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-21": "Carnival", "2012-03-14": "Constitution Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-28": "Whit Monday", "2012-08-15": "Assumption Day; Encamp Annual Festival", "2012-08-16": "Encamp Annual Festival", "2012-09-08": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-02-12": "Carnival", "2013-03-14": "Constitution Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-20": "Whit Monday", "2013-08-15": "Assumption Day; Encamp Annual Festival", "2013-08-16": "Encamp Annual Festival", "2013-09-08": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-04": "Carnival", "2014-03-14": "Constitution Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-09": "Whit Monday", "2014-08-15": "Assumption Day; Encamp Annual Festival", "2014-08-16": "Encamp Annual Festival", "2014-09-08": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-17": "Carnival", "2015-03-14": "Constitution Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-25": "Whit Monday", "2015-08-15": "Assumption Day; Encamp Annual Festival", "2015-08-16": "Encamp Annual Festival", "2015-09-08": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-02-09": "Carnival", "2016-03-14": "Constitution Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-16": "Whit Monday", "2016-08-15": "Assumption Day; Encamp Annual Festival", "2016-08-16": "Encamp Annual Festival", "2016-09-08": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-28": "Carnival", "2017-03-14": "Constitution Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-05": "Whit Monday", "2017-08-15": "Assumption Day; Encamp Annual Festival", "2017-08-16": "Encamp Annual Festival", "2017-09-08": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-13": "Carnival", "2018-03-14": "Constitution Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-21": "Whit Monday", "2018-08-15": "Assumption Day; Encamp Annual Festival", "2018-08-16": "Encamp Annual Festival", "2018-09-08": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-05": "Carnival", "2019-03-14": "Constitution Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-10": "Whit Monday", "2019-08-15": "Assumption Day; Encamp Annual Festival", "2019-08-16": "Encamp Annual Festival", "2019-09-08": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-02-25": "Carnival", "2020-03-14": "Constitution Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-01": "Whit Monday", "2020-08-15": "Assumption Day; Encamp Annual Festival", "2020-08-16": "Encamp Annual Festival", "2020-09-08": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-02-16": "Carnival", "2021-03-14": "Constitution Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-24": "Whit Monday", "2021-08-15": "Assumption Day; Encamp Annual Festival", "2021-08-16": "Encamp Annual Festival", "2021-09-08": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-01": "Carnival", "2022-03-14": "Constitution Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-06-06": "Whit Monday", "2022-08-15": "Assumption Day; Encamp Annual Festival", "2022-08-16": "Encamp Annual Festival", "2022-09-08": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-21": "Carnival", "2023-03-14": "Constitution Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-29": "Whit Monday", "2023-08-15": "Assumption Day; Encamp Annual Festival", "2023-08-16": "Encamp Annual Festival", "2023-09-08": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-13": "Carnival", "2024-03-14": "Constitution Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-20": "Whit Monday", "2024-08-15": "Assumption Day; Encamp Annual Festival", "2024-08-16": "Encamp Annual Festival", "2024-09-08": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-04": "Carnival", "2025-03-14": "Constitution Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-09": "Whit Monday", "2025-08-15": "Assumption Day; Encamp Annual Festival", "2025-08-16": "Encamp Annual Festival", "2025-09-08": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-17": "Carnival", "2026-03-14": "Constitution Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-25": "Whit Monday", "2026-08-15": "Assumption Day; Encamp Annual Festival", "2026-08-16": "Encamp Annual Festival", "2026-09-08": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-02-09": "Carnival", "2027-03-14": "Constitution Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-17": "Whit Monday", "2027-08-15": "Assumption Day; Encamp Annual Festival", "2027-08-16": "Encamp Annual Festival", "2027-09-08": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-29": "Carnival", "2028-03-14": "Constitution Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-05": "Whit Monday", "2028-08-15": "Assumption Day; Encamp Annual Festival", "2028-08-16": "Encamp Annual Festival", "2028-09-08": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-13": "Carnival", "2029-03-14": "Constitution Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-21": "Whit Monday", "2029-08-15": "Assumption Day; Encamp Annual Festival", "2029-08-16": "Encamp Annual Festival", "2029-09-08": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-05": "Carnival", "2030-03-14": "Constitution Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-10": "Whit Monday", "2030-08-15": "Assumption Day; Encamp Annual Festival", "2030-08-16": "Encamp Annual Festival", "2030-09-08": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-25": "Carnival", "2031-03-14": "Constitution Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-02": "Whit Monday", "2031-08-15": "Assumption Day; Encamp Annual Festival", "2031-08-16": "Encamp Annual Festival", "2031-09-08": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-02-10": "Carnival", "2032-03-14": "Constitution Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-17": "Whit Monday", "2032-08-15": "Assumption Day; Encamp Annual Festival", "2032-08-16": "Encamp Annual Festival", "2032-09-08": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-01": "Carnival", "2033-03-14": "Constitution Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-06": "Whit Monday", "2033-08-15": "Assumption Day; Encamp Annual Festival", "2033-08-16": "Encamp Annual Festival", "2033-09-08": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-21": "Carnival", "2034-03-14": "Constitution Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-29": "Whit Monday", "2034-08-15": "Assumption Day; Encamp Annual Festival", "2034-08-16": "Encamp Annual Festival", "2034-09-08": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-06": "Carnival", "2035-03-14": "Constitution Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-14": "Whit Monday", "2035-08-15": "Assumption Day; Encamp Annual Festival", "2035-08-16": "Encamp Annual Festival", "2035-09-08": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-26": "Carnival", "2036-03-14": "Constitution Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-02": "Whit Monday", "2036-08-15": "Assumption Day; Encamp Annual Festival", "2036-08-16": "Encamp Annual Festival", "2036-09-08": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-17": "Carnival", "2037-03-14": "Constitution Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-25": "Whit Monday", "2037-08-15": "Assumption Day; Encamp Annual Festival", "2037-08-16": "Encamp Annual Festival", "2037-09-08": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-09": "Carnival", "2038-03-14": "Constitution Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-14": "Whit Monday", "2038-08-15": "Assumption Day; Encamp Annual Festival", "2038-08-16": "Encamp Annual Festival", "2038-09-08": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-22": "Carnival", "2039-03-14": "Constitution Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-30": "Whit Monday", "2039-08-15": "Assumption Day; Encamp Annual Festival", "2039-08-16": "Encamp Annual Festival", "2039-09-08": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-02-14": "Carnival", "2040-03-14": "Constitution Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-21": "Whit Monday", "2040-08-15": "Assumption Day; Encamp Annual Festival", "2040-08-16": "Encamp Annual Festival", "2040-09-08": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-05": "Carnival", "2041-03-14": "Constitution Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-10": "Whit Monday", "2041-08-15": "Assumption Day; Encamp Annual Festival", "2041-08-16": "Encamp Annual Festival", "2041-09-08": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-18": "Carnival", "2042-03-14": "Constitution Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-26": "Whit Monday", "2042-08-15": "Assumption Day; Encamp Annual Festival", "2042-08-16": "Encamp Annual Festival", "2042-09-08": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-02-10": "Carnival", "2043-03-14": "Constitution Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-18": "Whit Monday", "2043-08-15": "Assumption Day; Encamp Annual Festival", "2043-08-16": "Encamp Annual Festival", "2043-09-08": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-01": "Carnival", "2044-03-14": "Constitution Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-06": "Whit Monday", "2044-08-15": "Assumption Day; Encamp Annual Festival", "2044-08-16": "Encamp Annual Festival", "2044-09-08": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-21": "Carnival", "2045-03-14": "Constitution Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-29": "Whit Monday", "2045-08-15": "Assumption Day; Encamp Annual Festival", "2045-08-16": "Encamp Annual Festival", "2045-09-08": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-02-06": "Carnival", "2046-03-14": "Constitution Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-14": "Whit Monday", "2046-08-15": "Assumption Day; Encamp Annual Festival", "2046-08-16": "Encamp Annual Festival", "2046-09-08": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-02-26": "Carnival", "2047-03-14": "Constitution Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-03": "Whit Monday", "2047-08-15": "Assumption Day; Encamp Annual Festival", "2047-08-16": "Encamp Annual Festival", "2047-09-08": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-18": "Carnival", "2048-03-14": "Constitution Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-25": "Whit Monday", "2048-08-15": "Assumption Day; Encamp Annual Festival", "2048-08-16": "Encamp Annual Festival", "2048-09-08": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-02": "Carnival", "2049-03-14": "Constitution Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-07": "Whit Monday", "2049-08-15": "Assumption Day; Encamp Annual Festival", "2049-08-16": "Encamp Annual Festival", "2049-09-08": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-22": "Carnival", "2050-03-14": "Constitution Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-30": "Whit Monday", "2050-08-15": "Assumption Day; Encamp Annual Festival", "2050-08-16": "Encamp Annual Festival", "2050-09-08": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/AD_04.json000066400000000000000000001606571500152103600210040ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-21": "Carnival", "1950-03-14": "Constitution Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-29": "Whit Monday", "1950-08-15": "Assumption Day; La Massana Annual Festival", "1950-08-16": "La Massana Annual Festival", "1950-09-08": "National Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-06": "Carnival", "1951-03-14": "Constitution Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-14": "Whit Monday", "1951-08-15": "Assumption Day; La Massana Annual Festival", "1951-08-16": "La Massana Annual Festival", "1951-09-08": "National Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-26": "Carnival", "1952-03-14": "Constitution Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-06-02": "Whit Monday", "1952-08-15": "Assumption Day; La Massana Annual Festival", "1952-08-16": "La Massana Annual Festival", "1952-09-08": "National Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-17": "Carnival", "1953-03-14": "Constitution Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-25": "Whit Monday", "1953-08-15": "Assumption Day; La Massana Annual Festival", "1953-08-16": "La Massana Annual Festival", "1953-09-08": "National Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-02": "Carnival", "1954-03-14": "Constitution Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-07": "Whit Monday", "1954-08-15": "Assumption Day; La Massana Annual Festival", "1954-08-16": "La Massana Annual Festival", "1954-09-08": "National Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-22": "Carnival", "1955-03-14": "Constitution Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-30": "Whit Monday", "1955-08-15": "Assumption Day; La Massana Annual Festival", "1955-08-16": "La Massana Annual Festival", "1955-09-08": "National Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-02-14": "Carnival", "1956-03-14": "Constitution Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-21": "Whit Monday", "1956-08-15": "Assumption Day; La Massana Annual Festival", "1956-08-16": "La Massana Annual Festival", "1956-09-08": "National Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-05": "Carnival", "1957-03-14": "Constitution Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-10": "Whit Monday", "1957-08-15": "Assumption Day; La Massana Annual Festival", "1957-08-16": "La Massana Annual Festival", "1957-09-08": "National Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-18": "Carnival", "1958-03-14": "Constitution Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-26": "Whit Monday", "1958-08-15": "Assumption Day; La Massana Annual Festival", "1958-08-16": "La Massana Annual Festival", "1958-09-08": "National Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-10": "Carnival", "1959-03-14": "Constitution Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-18": "Whit Monday", "1959-08-15": "Assumption Day; La Massana Annual Festival", "1959-08-16": "La Massana Annual Festival", "1959-09-08": "National Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-01": "Carnival", "1960-03-14": "Constitution Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-06": "Whit Monday", "1960-08-15": "Assumption Day; La Massana Annual Festival", "1960-08-16": "La Massana Annual Festival", "1960-09-08": "National Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-14": "Carnival", "1961-03-14": "Constitution Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-22": "Whit Monday", "1961-08-15": "Assumption Day; La Massana Annual Festival", "1961-08-16": "La Massana Annual Festival", "1961-09-08": "National Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-06": "Carnival", "1962-03-14": "Constitution Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-11": "Whit Monday", "1962-08-15": "Assumption Day; La Massana Annual Festival", "1962-08-16": "La Massana Annual Festival", "1962-09-08": "National Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-26": "Carnival", "1963-03-14": "Constitution Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-03": "Whit Monday", "1963-08-15": "Assumption Day; La Massana Annual Festival", "1963-08-16": "La Massana Annual Festival", "1963-09-08": "National Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-11": "Carnival", "1964-03-14": "Constitution Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-18": "Whit Monday", "1964-08-15": "Assumption Day; La Massana Annual Festival", "1964-08-16": "La Massana Annual Festival", "1964-09-08": "National Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-02": "Carnival", "1965-03-14": "Constitution Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-07": "Whit Monday", "1965-08-15": "Assumption Day; La Massana Annual Festival", "1965-08-16": "La Massana Annual Festival", "1965-09-08": "National Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-22": "Carnival", "1966-03-14": "Constitution Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-30": "Whit Monday", "1966-08-15": "Assumption Day; La Massana Annual Festival", "1966-08-16": "La Massana Annual Festival", "1966-09-08": "National Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-07": "Carnival", "1967-03-14": "Constitution Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-15": "Whit Monday", "1967-08-15": "Assumption Day; La Massana Annual Festival", "1967-08-16": "La Massana Annual Festival", "1967-09-08": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-27": "Carnival", "1968-03-14": "Constitution Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-03": "Whit Monday", "1968-08-15": "Assumption Day; La Massana Annual Festival", "1968-08-16": "La Massana Annual Festival", "1968-09-08": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-18": "Carnival", "1969-03-14": "Constitution Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-26": "Whit Monday", "1969-08-15": "Assumption Day; La Massana Annual Festival", "1969-08-16": "La Massana Annual Festival", "1969-09-08": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-10": "Carnival", "1970-03-14": "Constitution Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-18": "Whit Monday", "1970-08-15": "Assumption Day; La Massana Annual Festival", "1970-08-16": "La Massana Annual Festival", "1970-09-08": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-23": "Carnival", "1971-03-14": "Constitution Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-31": "Whit Monday", "1971-08-15": "Assumption Day; La Massana Annual Festival", "1971-08-16": "La Massana Annual Festival", "1971-09-08": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-15": "Carnival", "1972-03-14": "Constitution Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-22": "Whit Monday", "1972-08-15": "Assumption Day; La Massana Annual Festival", "1972-08-16": "La Massana Annual Festival", "1972-09-08": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-06": "Carnival", "1973-03-14": "Constitution Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-11": "Whit Monday", "1973-08-15": "Assumption Day; La Massana Annual Festival", "1973-08-16": "La Massana Annual Festival", "1973-09-08": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-26": "Carnival", "1974-03-14": "Constitution Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-03": "Whit Monday", "1974-08-15": "Assumption Day; La Massana Annual Festival", "1974-08-16": "La Massana Annual Festival", "1974-09-08": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-11": "Carnival", "1975-03-14": "Constitution Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-19": "Whit Monday", "1975-08-15": "Assumption Day; La Massana Annual Festival", "1975-08-16": "La Massana Annual Festival", "1975-09-08": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-02": "Carnival", "1976-03-14": "Constitution Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-07": "Whit Monday", "1976-08-15": "Assumption Day; La Massana Annual Festival", "1976-08-16": "La Massana Annual Festival", "1976-09-08": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-22": "Carnival", "1977-03-14": "Constitution Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-30": "Whit Monday", "1977-08-15": "Assumption Day; La Massana Annual Festival", "1977-08-16": "La Massana Annual Festival", "1977-09-08": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-02-07": "Carnival", "1978-03-14": "Constitution Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-15": "Whit Monday", "1978-08-15": "Assumption Day; La Massana Annual Festival", "1978-08-16": "La Massana Annual Festival", "1978-09-08": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-27": "Carnival", "1979-03-14": "Constitution Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-04": "Whit Monday", "1979-08-15": "Assumption Day; La Massana Annual Festival", "1979-08-16": "La Massana Annual Festival", "1979-09-08": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-19": "Carnival", "1980-03-14": "Constitution Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-26": "Whit Monday", "1980-08-15": "Assumption Day; La Massana Annual Festival", "1980-08-16": "La Massana Annual Festival", "1980-09-08": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-03": "Carnival", "1981-03-14": "Constitution Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-08": "Whit Monday", "1981-08-15": "Assumption Day; La Massana Annual Festival", "1981-08-16": "La Massana Annual Festival", "1981-09-08": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-02-23": "Carnival", "1982-03-14": "Constitution Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-31": "Whit Monday", "1982-08-15": "Assumption Day; La Massana Annual Festival", "1982-08-16": "La Massana Annual Festival", "1982-09-08": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-15": "Carnival", "1983-03-14": "Constitution Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-23": "Whit Monday", "1983-08-15": "Assumption Day; La Massana Annual Festival", "1983-08-16": "La Massana Annual Festival", "1983-09-08": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-06": "Carnival", "1984-03-14": "Constitution Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-11": "Whit Monday", "1984-08-15": "Assumption Day; La Massana Annual Festival", "1984-08-16": "La Massana Annual Festival", "1984-09-08": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-19": "Carnival", "1985-03-14": "Constitution Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-27": "Whit Monday", "1985-08-15": "Assumption Day; La Massana Annual Festival", "1985-08-16": "La Massana Annual Festival", "1985-09-08": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-02-11": "Carnival", "1986-03-14": "Constitution Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-19": "Whit Monday", "1986-08-15": "Assumption Day; La Massana Annual Festival", "1986-08-16": "La Massana Annual Festival", "1986-09-08": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-03": "Carnival", "1987-03-14": "Constitution Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-08": "Whit Monday", "1987-08-15": "Assumption Day; La Massana Annual Festival", "1987-08-16": "La Massana Annual Festival", "1987-09-08": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-16": "Carnival", "1988-03-14": "Constitution Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-23": "Whit Monday", "1988-08-15": "Assumption Day; La Massana Annual Festival", "1988-08-16": "La Massana Annual Festival", "1988-09-08": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-02-07": "Carnival", "1989-03-14": "Constitution Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-15": "Whit Monday", "1989-08-15": "Assumption Day; La Massana Annual Festival", "1989-08-16": "La Massana Annual Festival", "1989-09-08": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-27": "Carnival", "1990-03-14": "Constitution Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-04": "Whit Monday", "1990-08-15": "Assumption Day; La Massana Annual Festival", "1990-08-16": "La Massana Annual Festival", "1990-09-08": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-12": "Carnival", "1991-03-14": "Constitution Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-20": "Whit Monday", "1991-08-15": "Assumption Day; La Massana Annual Festival", "1991-08-16": "La Massana Annual Festival", "1991-09-08": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-03": "Carnival", "1992-03-14": "Constitution Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-08": "Whit Monday", "1992-08-15": "Assumption Day; La Massana Annual Festival", "1992-08-16": "La Massana Annual Festival", "1992-09-08": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-02-23": "Carnival", "1993-03-14": "Constitution Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-31": "Whit Monday", "1993-08-15": "Assumption Day; La Massana Annual Festival", "1993-08-16": "La Massana Annual Festival", "1993-09-08": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-02-15": "Carnival", "1994-03-14": "Constitution Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-23": "Whit Monday", "1994-08-15": "Assumption Day; La Massana Annual Festival", "1994-08-16": "La Massana Annual Festival", "1994-09-08": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-02-28": "Carnival", "1995-03-14": "Constitution Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-05": "Whit Monday", "1995-08-15": "Assumption Day; La Massana Annual Festival", "1995-08-16": "La Massana Annual Festival", "1995-09-08": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-20": "Carnival", "1996-03-14": "Constitution Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-27": "Whit Monday", "1996-08-15": "Assumption Day; La Massana Annual Festival", "1996-08-16": "La Massana Annual Festival", "1996-09-08": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-02-11": "Carnival", "1997-03-14": "Constitution Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-19": "Whit Monday", "1997-08-15": "Assumption Day; La Massana Annual Festival", "1997-08-16": "La Massana Annual Festival", "1997-09-08": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-02-24": "Carnival", "1998-03-14": "Constitution Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-01": "Whit Monday", "1998-08-15": "Assumption Day; La Massana Annual Festival", "1998-08-16": "La Massana Annual Festival", "1998-09-08": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-16": "Carnival", "1999-03-14": "Constitution Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-24": "Whit Monday", "1999-08-15": "Assumption Day; La Massana Annual Festival", "1999-08-16": "La Massana Annual Festival", "1999-09-08": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-07": "Carnival", "2000-03-14": "Constitution Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-12": "Whit Monday", "2000-08-15": "Assumption Day; La Massana Annual Festival", "2000-08-16": "La Massana Annual Festival", "2000-09-08": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-27": "Carnival", "2001-03-14": "Constitution Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-04": "Whit Monday", "2001-08-15": "Assumption Day; La Massana Annual Festival", "2001-08-16": "La Massana Annual Festival", "2001-09-08": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-02-12": "Carnival", "2002-03-14": "Constitution Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-20": "Whit Monday", "2002-08-15": "Assumption Day; La Massana Annual Festival", "2002-08-16": "La Massana Annual Festival", "2002-09-08": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-04": "Carnival", "2003-03-14": "Constitution Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-09": "Whit Monday", "2003-08-15": "Assumption Day; La Massana Annual Festival", "2003-08-16": "La Massana Annual Festival", "2003-09-08": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-24": "Carnival", "2004-03-14": "Constitution Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-31": "Whit Monday", "2004-08-15": "Assumption Day; La Massana Annual Festival", "2004-08-16": "La Massana Annual Festival", "2004-09-08": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-02-08": "Carnival", "2005-03-14": "Constitution Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-16": "Whit Monday", "2005-08-15": "Assumption Day; La Massana Annual Festival", "2005-08-16": "La Massana Annual Festival", "2005-09-08": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-02-28": "Carnival", "2006-03-14": "Constitution Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-05": "Whit Monday", "2006-08-15": "Assumption Day; La Massana Annual Festival", "2006-08-16": "La Massana Annual Festival", "2006-09-08": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-20": "Carnival", "2007-03-14": "Constitution Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-28": "Whit Monday", "2007-08-15": "Assumption Day; La Massana Annual Festival", "2007-08-16": "La Massana Annual Festival", "2007-09-08": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-02-05": "Carnival", "2008-03-14": "Constitution Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-12": "Whit Monday", "2008-08-15": "Assumption Day; La Massana Annual Festival", "2008-08-16": "La Massana Annual Festival", "2008-09-08": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-02-24": "Carnival", "2009-03-14": "Constitution Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-01": "Whit Monday", "2009-08-15": "Assumption Day; La Massana Annual Festival", "2009-08-16": "La Massana Annual Festival", "2009-09-08": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-16": "Carnival", "2010-03-14": "Constitution Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-24": "Whit Monday", "2010-08-15": "Assumption Day; La Massana Annual Festival", "2010-08-16": "La Massana Annual Festival", "2010-09-08": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-08": "Carnival", "2011-03-14": "Constitution Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-13": "Whit Monday", "2011-08-15": "Assumption Day; La Massana Annual Festival", "2011-08-16": "La Massana Annual Festival", "2011-09-08": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-21": "Carnival", "2012-03-14": "Constitution Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-28": "Whit Monday", "2012-08-15": "Assumption Day; La Massana Annual Festival", "2012-08-16": "La Massana Annual Festival", "2012-09-08": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-02-12": "Carnival", "2013-03-14": "Constitution Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-20": "Whit Monday", "2013-08-15": "Assumption Day; La Massana Annual Festival", "2013-08-16": "La Massana Annual Festival", "2013-09-08": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-04": "Carnival", "2014-03-14": "Constitution Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-09": "Whit Monday", "2014-08-15": "Assumption Day; La Massana Annual Festival", "2014-08-16": "La Massana Annual Festival", "2014-09-08": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-17": "Carnival", "2015-03-14": "Constitution Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-25": "Whit Monday", "2015-08-15": "Assumption Day; La Massana Annual Festival", "2015-08-16": "La Massana Annual Festival", "2015-09-08": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-02-09": "Carnival", "2016-03-14": "Constitution Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-16": "Whit Monday", "2016-08-15": "Assumption Day; La Massana Annual Festival", "2016-08-16": "La Massana Annual Festival", "2016-09-08": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-28": "Carnival", "2017-03-14": "Constitution Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-05": "Whit Monday", "2017-08-15": "Assumption Day; La Massana Annual Festival", "2017-08-16": "La Massana Annual Festival", "2017-09-08": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-13": "Carnival", "2018-03-14": "Constitution Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-21": "Whit Monday", "2018-08-15": "Assumption Day; La Massana Annual Festival", "2018-08-16": "La Massana Annual Festival", "2018-09-08": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-05": "Carnival", "2019-03-14": "Constitution Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-10": "Whit Monday", "2019-08-15": "Assumption Day; La Massana Annual Festival", "2019-08-16": "La Massana Annual Festival", "2019-09-08": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-02-25": "Carnival", "2020-03-14": "Constitution Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-01": "Whit Monday", "2020-08-15": "Assumption Day; La Massana Annual Festival", "2020-08-16": "La Massana Annual Festival", "2020-09-08": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-02-16": "Carnival", "2021-03-14": "Constitution Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-24": "Whit Monday", "2021-08-15": "Assumption Day; La Massana Annual Festival", "2021-08-16": "La Massana Annual Festival", "2021-09-08": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-01": "Carnival", "2022-03-14": "Constitution Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-06-06": "Whit Monday", "2022-08-15": "Assumption Day; La Massana Annual Festival", "2022-08-16": "La Massana Annual Festival", "2022-09-08": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-21": "Carnival", "2023-03-14": "Constitution Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-29": "Whit Monday", "2023-08-15": "Assumption Day; La Massana Annual Festival", "2023-08-16": "La Massana Annual Festival", "2023-09-08": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-13": "Carnival", "2024-03-14": "Constitution Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-20": "Whit Monday", "2024-08-15": "Assumption Day; La Massana Annual Festival", "2024-08-16": "La Massana Annual Festival", "2024-09-08": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-04": "Carnival", "2025-03-14": "Constitution Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-09": "Whit Monday", "2025-08-15": "Assumption Day; La Massana Annual Festival", "2025-08-16": "La Massana Annual Festival", "2025-09-08": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-17": "Carnival", "2026-03-14": "Constitution Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-25": "Whit Monday", "2026-08-15": "Assumption Day; La Massana Annual Festival", "2026-08-16": "La Massana Annual Festival", "2026-09-08": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-02-09": "Carnival", "2027-03-14": "Constitution Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-17": "Whit Monday", "2027-08-15": "Assumption Day; La Massana Annual Festival", "2027-08-16": "La Massana Annual Festival", "2027-09-08": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-29": "Carnival", "2028-03-14": "Constitution Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-05": "Whit Monday", "2028-08-15": "Assumption Day; La Massana Annual Festival", "2028-08-16": "La Massana Annual Festival", "2028-09-08": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-13": "Carnival", "2029-03-14": "Constitution Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-21": "Whit Monday", "2029-08-15": "Assumption Day; La Massana Annual Festival", "2029-08-16": "La Massana Annual Festival", "2029-09-08": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-05": "Carnival", "2030-03-14": "Constitution Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-10": "Whit Monday", "2030-08-15": "Assumption Day; La Massana Annual Festival", "2030-08-16": "La Massana Annual Festival", "2030-09-08": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-25": "Carnival", "2031-03-14": "Constitution Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-02": "Whit Monday", "2031-08-15": "Assumption Day; La Massana Annual Festival", "2031-08-16": "La Massana Annual Festival", "2031-09-08": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-02-10": "Carnival", "2032-03-14": "Constitution Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-17": "Whit Monday", "2032-08-15": "Assumption Day; La Massana Annual Festival", "2032-08-16": "La Massana Annual Festival", "2032-09-08": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-01": "Carnival", "2033-03-14": "Constitution Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-06": "Whit Monday", "2033-08-15": "Assumption Day; La Massana Annual Festival", "2033-08-16": "La Massana Annual Festival", "2033-09-08": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-21": "Carnival", "2034-03-14": "Constitution Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-29": "Whit Monday", "2034-08-15": "Assumption Day; La Massana Annual Festival", "2034-08-16": "La Massana Annual Festival", "2034-09-08": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-06": "Carnival", "2035-03-14": "Constitution Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-14": "Whit Monday", "2035-08-15": "Assumption Day; La Massana Annual Festival", "2035-08-16": "La Massana Annual Festival", "2035-09-08": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-26": "Carnival", "2036-03-14": "Constitution Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-02": "Whit Monday", "2036-08-15": "Assumption Day; La Massana Annual Festival", "2036-08-16": "La Massana Annual Festival", "2036-09-08": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-17": "Carnival", "2037-03-14": "Constitution Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-25": "Whit Monday", "2037-08-15": "Assumption Day; La Massana Annual Festival", "2037-08-16": "La Massana Annual Festival", "2037-09-08": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-09": "Carnival", "2038-03-14": "Constitution Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-14": "Whit Monday", "2038-08-15": "Assumption Day; La Massana Annual Festival", "2038-08-16": "La Massana Annual Festival", "2038-09-08": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-22": "Carnival", "2039-03-14": "Constitution Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-30": "Whit Monday", "2039-08-15": "Assumption Day; La Massana Annual Festival", "2039-08-16": "La Massana Annual Festival", "2039-09-08": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-02-14": "Carnival", "2040-03-14": "Constitution Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-21": "Whit Monday", "2040-08-15": "Assumption Day; La Massana Annual Festival", "2040-08-16": "La Massana Annual Festival", "2040-09-08": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-05": "Carnival", "2041-03-14": "Constitution Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-10": "Whit Monday", "2041-08-15": "Assumption Day; La Massana Annual Festival", "2041-08-16": "La Massana Annual Festival", "2041-09-08": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-18": "Carnival", "2042-03-14": "Constitution Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-26": "Whit Monday", "2042-08-15": "Assumption Day; La Massana Annual Festival", "2042-08-16": "La Massana Annual Festival", "2042-09-08": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-02-10": "Carnival", "2043-03-14": "Constitution Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-18": "Whit Monday", "2043-08-15": "Assumption Day; La Massana Annual Festival", "2043-08-16": "La Massana Annual Festival", "2043-09-08": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-01": "Carnival", "2044-03-14": "Constitution Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-06": "Whit Monday", "2044-08-15": "Assumption Day; La Massana Annual Festival", "2044-08-16": "La Massana Annual Festival", "2044-09-08": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-21": "Carnival", "2045-03-14": "Constitution Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-29": "Whit Monday", "2045-08-15": "Assumption Day; La Massana Annual Festival", "2045-08-16": "La Massana Annual Festival", "2045-09-08": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-02-06": "Carnival", "2046-03-14": "Constitution Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-14": "Whit Monday", "2046-08-15": "Assumption Day; La Massana Annual Festival", "2046-08-16": "La Massana Annual Festival", "2046-09-08": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-02-26": "Carnival", "2047-03-14": "Constitution Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-03": "Whit Monday", "2047-08-15": "Assumption Day; La Massana Annual Festival", "2047-08-16": "La Massana Annual Festival", "2047-09-08": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-18": "Carnival", "2048-03-14": "Constitution Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-25": "Whit Monday", "2048-08-15": "Assumption Day; La Massana Annual Festival", "2048-08-16": "La Massana Annual Festival", "2048-09-08": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-02": "Carnival", "2049-03-14": "Constitution Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-07": "Whit Monday", "2049-08-15": "Assumption Day; La Massana Annual Festival", "2049-08-16": "La Massana Annual Festival", "2049-09-08": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-22": "Carnival", "2050-03-14": "Constitution Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-30": "Whit Monday", "2050-08-15": "Assumption Day; La Massana Annual Festival", "2050-08-16": "La Massana Annual Festival", "2050-09-08": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/AD_05.json000066400000000000000000001572071500152103600210020ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-21": "Carnival", "1950-03-14": "Constitution Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-29": "Whit Monday", "1950-08-15": "Assumption Day; Ordino Annual Festival", "1950-08-16": "Ordino Annual Festival", "1950-09-08": "National Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-06": "Carnival", "1951-03-14": "Constitution Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-14": "Whit Monday", "1951-08-15": "Assumption Day; Ordino Annual Festival", "1951-08-16": "Ordino Annual Festival", "1951-09-08": "National Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-26": "Carnival", "1952-03-14": "Constitution Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-06-02": "Whit Monday", "1952-08-15": "Assumption Day; Ordino Annual Festival", "1952-08-16": "Ordino Annual Festival", "1952-09-08": "National Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-17": "Carnival", "1953-03-14": "Constitution Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-25": "Whit Monday", "1953-08-15": "Assumption Day; Ordino Annual Festival", "1953-08-16": "Ordino Annual Festival", "1953-09-08": "National Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-02": "Carnival", "1954-03-14": "Constitution Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-07": "Whit Monday", "1954-08-15": "Assumption Day; Ordino Annual Festival", "1954-08-16": "Ordino Annual Festival", "1954-09-08": "National Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-22": "Carnival", "1955-03-14": "Constitution Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-30": "Whit Monday", "1955-08-15": "Assumption Day; Ordino Annual Festival", "1955-08-16": "Ordino Annual Festival", "1955-09-08": "National Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-02-14": "Carnival", "1956-03-14": "Constitution Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-21": "Whit Monday", "1956-08-15": "Assumption Day; Ordino Annual Festival", "1956-08-16": "Ordino Annual Festival", "1956-09-08": "National Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-05": "Carnival", "1957-03-14": "Constitution Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-10": "Whit Monday", "1957-08-15": "Assumption Day; Ordino Annual Festival", "1957-08-16": "Ordino Annual Festival", "1957-09-08": "National Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-18": "Carnival", "1958-03-14": "Constitution Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-26": "Whit Monday", "1958-08-15": "Assumption Day; Ordino Annual Festival", "1958-08-16": "Ordino Annual Festival", "1958-09-08": "National Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-10": "Carnival", "1959-03-14": "Constitution Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-18": "Whit Monday", "1959-08-15": "Assumption Day; Ordino Annual Festival", "1959-08-16": "Ordino Annual Festival", "1959-09-08": "National Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-01": "Carnival", "1960-03-14": "Constitution Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-06": "Whit Monday", "1960-08-15": "Assumption Day; Ordino Annual Festival", "1960-08-16": "Ordino Annual Festival", "1960-09-08": "National Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-14": "Carnival", "1961-03-14": "Constitution Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-22": "Whit Monday", "1961-08-15": "Assumption Day; Ordino Annual Festival", "1961-08-16": "Ordino Annual Festival", "1961-09-08": "National Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-06": "Carnival", "1962-03-14": "Constitution Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-11": "Whit Monday", "1962-08-15": "Assumption Day; Ordino Annual Festival", "1962-08-16": "Ordino Annual Festival", "1962-09-08": "National Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-26": "Carnival", "1963-03-14": "Constitution Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-03": "Whit Monday", "1963-08-15": "Assumption Day; Ordino Annual Festival", "1963-08-16": "Ordino Annual Festival", "1963-09-08": "National Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-11": "Carnival", "1964-03-14": "Constitution Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-18": "Whit Monday", "1964-08-15": "Assumption Day; Ordino Annual Festival", "1964-08-16": "Ordino Annual Festival", "1964-09-08": "National Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-02": "Carnival", "1965-03-14": "Constitution Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-07": "Whit Monday", "1965-08-15": "Assumption Day; Ordino Annual Festival", "1965-08-16": "Ordino Annual Festival", "1965-09-08": "National Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-22": "Carnival", "1966-03-14": "Constitution Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-30": "Whit Monday", "1966-08-15": "Assumption Day; Ordino Annual Festival", "1966-08-16": "Ordino Annual Festival", "1966-09-08": "National Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-07": "Carnival", "1967-03-14": "Constitution Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-15": "Whit Monday", "1967-08-15": "Assumption Day; Ordino Annual Festival", "1967-08-16": "Ordino Annual Festival", "1967-09-08": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-27": "Carnival", "1968-03-14": "Constitution Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-03": "Whit Monday", "1968-08-15": "Assumption Day; Ordino Annual Festival", "1968-08-16": "Ordino Annual Festival", "1968-09-08": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-18": "Carnival", "1969-03-14": "Constitution Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-26": "Whit Monday", "1969-08-15": "Assumption Day; Ordino Annual Festival", "1969-08-16": "Ordino Annual Festival", "1969-09-08": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-10": "Carnival", "1970-03-14": "Constitution Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-18": "Whit Monday", "1970-08-15": "Assumption Day; Ordino Annual Festival", "1970-08-16": "Ordino Annual Festival", "1970-09-08": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-23": "Carnival", "1971-03-14": "Constitution Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-31": "Whit Monday", "1971-08-15": "Assumption Day; Ordino Annual Festival", "1971-08-16": "Ordino Annual Festival", "1971-09-08": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-15": "Carnival", "1972-03-14": "Constitution Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-22": "Whit Monday", "1972-08-15": "Assumption Day; Ordino Annual Festival", "1972-08-16": "Ordino Annual Festival", "1972-09-08": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-06": "Carnival", "1973-03-14": "Constitution Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-11": "Whit Monday", "1973-08-15": "Assumption Day; Ordino Annual Festival", "1973-08-16": "Ordino Annual Festival", "1973-09-08": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-26": "Carnival", "1974-03-14": "Constitution Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-03": "Whit Monday", "1974-08-15": "Assumption Day; Ordino Annual Festival", "1974-08-16": "Ordino Annual Festival", "1974-09-08": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-11": "Carnival", "1975-03-14": "Constitution Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-19": "Whit Monday", "1975-08-15": "Assumption Day; Ordino Annual Festival", "1975-08-16": "Ordino Annual Festival", "1975-09-08": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-02": "Carnival", "1976-03-14": "Constitution Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-07": "Whit Monday", "1976-08-15": "Assumption Day; Ordino Annual Festival", "1976-08-16": "Ordino Annual Festival", "1976-09-08": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-22": "Carnival", "1977-03-14": "Constitution Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-30": "Whit Monday", "1977-08-15": "Assumption Day; Ordino Annual Festival", "1977-08-16": "Ordino Annual Festival", "1977-09-08": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-02-07": "Carnival", "1978-03-14": "Constitution Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-15": "Whit Monday", "1978-08-15": "Assumption Day; Ordino Annual Festival", "1978-08-16": "Ordino Annual Festival", "1978-09-08": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-27": "Carnival", "1979-03-14": "Constitution Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-04": "Whit Monday", "1979-08-15": "Assumption Day; Ordino Annual Festival", "1979-08-16": "Ordino Annual Festival", "1979-09-08": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-19": "Carnival", "1980-03-14": "Constitution Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-26": "Whit Monday", "1980-08-15": "Assumption Day; Ordino Annual Festival", "1980-08-16": "Ordino Annual Festival", "1980-09-08": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-03": "Carnival", "1981-03-14": "Constitution Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-08": "Whit Monday", "1981-08-15": "Assumption Day; Ordino Annual Festival", "1981-08-16": "Ordino Annual Festival", "1981-09-08": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-02-23": "Carnival", "1982-03-14": "Constitution Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-31": "Whit Monday", "1982-08-15": "Assumption Day; Ordino Annual Festival", "1982-08-16": "Ordino Annual Festival", "1982-09-08": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-15": "Carnival", "1983-03-14": "Constitution Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-23": "Whit Monday", "1983-08-15": "Assumption Day; Ordino Annual Festival", "1983-08-16": "Ordino Annual Festival", "1983-09-08": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-06": "Carnival", "1984-03-14": "Constitution Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-11": "Whit Monday", "1984-08-15": "Assumption Day; Ordino Annual Festival", "1984-08-16": "Ordino Annual Festival", "1984-09-08": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-19": "Carnival", "1985-03-14": "Constitution Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-27": "Whit Monday", "1985-08-15": "Assumption Day; Ordino Annual Festival", "1985-08-16": "Ordino Annual Festival", "1985-09-08": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-02-11": "Carnival", "1986-03-14": "Constitution Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-19": "Whit Monday", "1986-08-15": "Assumption Day; Ordino Annual Festival", "1986-08-16": "Ordino Annual Festival", "1986-09-08": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-03": "Carnival", "1987-03-14": "Constitution Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-08": "Whit Monday", "1987-08-15": "Assumption Day; Ordino Annual Festival", "1987-08-16": "Ordino Annual Festival", "1987-09-08": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-16": "Carnival", "1988-03-14": "Constitution Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-23": "Whit Monday", "1988-08-15": "Assumption Day; Ordino Annual Festival", "1988-08-16": "Ordino Annual Festival", "1988-09-08": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-02-07": "Carnival", "1989-03-14": "Constitution Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-15": "Whit Monday", "1989-08-15": "Assumption Day; Ordino Annual Festival", "1989-08-16": "Ordino Annual Festival", "1989-09-08": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-27": "Carnival", "1990-03-14": "Constitution Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-04": "Whit Monday", "1990-08-15": "Assumption Day; Ordino Annual Festival", "1990-08-16": "Ordino Annual Festival", "1990-09-08": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-12": "Carnival", "1991-03-14": "Constitution Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-20": "Whit Monday", "1991-08-15": "Assumption Day; Ordino Annual Festival", "1991-08-16": "Ordino Annual Festival", "1991-09-08": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-03": "Carnival", "1992-03-14": "Constitution Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-08": "Whit Monday", "1992-08-15": "Assumption Day; Ordino Annual Festival", "1992-08-16": "Ordino Annual Festival", "1992-09-08": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-02-23": "Carnival", "1993-03-14": "Constitution Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-31": "Whit Monday", "1993-08-15": "Assumption Day; Ordino Annual Festival", "1993-08-16": "Ordino Annual Festival", "1993-09-08": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-02-15": "Carnival", "1994-03-14": "Constitution Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-23": "Whit Monday", "1994-08-15": "Assumption Day; Ordino Annual Festival", "1994-08-16": "Ordino Annual Festival", "1994-09-08": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-02-28": "Carnival", "1995-03-14": "Constitution Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-05": "Whit Monday", "1995-08-15": "Assumption Day; Ordino Annual Festival", "1995-08-16": "Ordino Annual Festival", "1995-09-08": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-20": "Carnival", "1996-03-14": "Constitution Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-27": "Whit Monday", "1996-08-15": "Assumption Day; Ordino Annual Festival", "1996-08-16": "Ordino Annual Festival", "1996-09-08": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-02-11": "Carnival", "1997-03-14": "Constitution Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-19": "Whit Monday", "1997-08-15": "Assumption Day; Ordino Annual Festival", "1997-08-16": "Ordino Annual Festival", "1997-09-08": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-02-24": "Carnival", "1998-03-14": "Constitution Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-01": "Whit Monday", "1998-08-15": "Assumption Day; Ordino Annual Festival", "1998-08-16": "Ordino Annual Festival", "1998-09-08": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-16": "Carnival", "1999-03-14": "Constitution Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-24": "Whit Monday", "1999-08-15": "Assumption Day; Ordino Annual Festival", "1999-08-16": "Ordino Annual Festival", "1999-09-08": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-07": "Carnival", "2000-03-14": "Constitution Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-12": "Whit Monday", "2000-08-15": "Assumption Day; Ordino Annual Festival", "2000-08-16": "Ordino Annual Festival", "2000-09-08": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-27": "Carnival", "2001-03-14": "Constitution Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-04": "Whit Monday", "2001-08-15": "Assumption Day; Ordino Annual Festival", "2001-08-16": "Ordino Annual Festival", "2001-09-08": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-02-12": "Carnival", "2002-03-14": "Constitution Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-20": "Whit Monday", "2002-08-15": "Assumption Day; Ordino Annual Festival", "2002-08-16": "Ordino Annual Festival", "2002-09-08": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-04": "Carnival", "2003-03-14": "Constitution Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-09": "Whit Monday", "2003-08-15": "Assumption Day; Ordino Annual Festival", "2003-08-16": "Ordino Annual Festival", "2003-09-08": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-24": "Carnival", "2004-03-14": "Constitution Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-31": "Whit Monday", "2004-08-15": "Assumption Day; Ordino Annual Festival", "2004-08-16": "Ordino Annual Festival", "2004-09-08": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-02-08": "Carnival", "2005-03-14": "Constitution Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-16": "Whit Monday", "2005-08-15": "Assumption Day; Ordino Annual Festival", "2005-08-16": "Ordino Annual Festival", "2005-09-08": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-02-28": "Carnival", "2006-03-14": "Constitution Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-05": "Whit Monday", "2006-08-15": "Assumption Day; Ordino Annual Festival", "2006-08-16": "Ordino Annual Festival", "2006-09-08": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-20": "Carnival", "2007-03-14": "Constitution Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-28": "Whit Monday", "2007-08-15": "Assumption Day; Ordino Annual Festival", "2007-08-16": "Ordino Annual Festival", "2007-09-08": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-02-05": "Carnival", "2008-03-14": "Constitution Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-12": "Whit Monday", "2008-08-15": "Assumption Day; Ordino Annual Festival", "2008-08-16": "Ordino Annual Festival", "2008-09-08": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-02-24": "Carnival", "2009-03-14": "Constitution Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-01": "Whit Monday", "2009-08-15": "Assumption Day; Ordino Annual Festival", "2009-08-16": "Ordino Annual Festival", "2009-09-08": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-16": "Carnival", "2010-03-14": "Constitution Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-24": "Whit Monday", "2010-08-15": "Assumption Day; Ordino Annual Festival", "2010-08-16": "Ordino Annual Festival", "2010-09-08": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-08": "Carnival", "2011-03-14": "Constitution Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-13": "Whit Monday", "2011-08-15": "Assumption Day; Ordino Annual Festival", "2011-08-16": "Ordino Annual Festival", "2011-09-08": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-21": "Carnival", "2012-03-14": "Constitution Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-28": "Whit Monday", "2012-08-15": "Assumption Day; Ordino Annual Festival", "2012-08-16": "Ordino Annual Festival", "2012-09-08": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-02-12": "Carnival", "2013-03-14": "Constitution Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-20": "Whit Monday", "2013-08-15": "Assumption Day; Ordino Annual Festival", "2013-08-16": "Ordino Annual Festival", "2013-09-08": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-04": "Carnival", "2014-03-14": "Constitution Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-09": "Whit Monday", "2014-08-15": "Assumption Day; Ordino Annual Festival", "2014-08-16": "Ordino Annual Festival", "2014-09-08": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-17": "Carnival", "2015-03-14": "Constitution Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-25": "Whit Monday", "2015-08-15": "Assumption Day; Ordino Annual Festival", "2015-08-16": "Ordino Annual Festival", "2015-09-08": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-02-09": "Carnival", "2016-03-14": "Constitution Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-16": "Whit Monday", "2016-08-15": "Assumption Day; Ordino Annual Festival", "2016-08-16": "Ordino Annual Festival", "2016-09-08": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-28": "Carnival", "2017-03-14": "Constitution Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-05": "Whit Monday", "2017-08-15": "Assumption Day; Ordino Annual Festival", "2017-08-16": "Ordino Annual Festival", "2017-09-08": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-13": "Carnival", "2018-03-14": "Constitution Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-21": "Whit Monday", "2018-08-15": "Assumption Day; Ordino Annual Festival", "2018-08-16": "Ordino Annual Festival", "2018-09-08": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-05": "Carnival", "2019-03-14": "Constitution Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-10": "Whit Monday", "2019-08-15": "Assumption Day; Ordino Annual Festival", "2019-08-16": "Ordino Annual Festival", "2019-09-08": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-02-25": "Carnival", "2020-03-14": "Constitution Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-01": "Whit Monday", "2020-08-15": "Assumption Day; Ordino Annual Festival", "2020-08-16": "Ordino Annual Festival", "2020-09-08": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-02-16": "Carnival", "2021-03-14": "Constitution Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-24": "Whit Monday", "2021-08-15": "Assumption Day; Ordino Annual Festival", "2021-08-16": "Ordino Annual Festival", "2021-09-08": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-01": "Carnival", "2022-03-14": "Constitution Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-06-06": "Whit Monday", "2022-08-15": "Assumption Day; Ordino Annual Festival", "2022-08-16": "Ordino Annual Festival", "2022-09-08": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-21": "Carnival", "2023-03-14": "Constitution Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-29": "Whit Monday", "2023-08-15": "Assumption Day; Ordino Annual Festival", "2023-08-16": "Ordino Annual Festival", "2023-09-08": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-13": "Carnival", "2024-03-14": "Constitution Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-20": "Whit Monday", "2024-08-15": "Assumption Day; Ordino Annual Festival", "2024-08-16": "Ordino Annual Festival", "2024-09-08": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-04": "Carnival", "2025-03-14": "Constitution Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-09": "Whit Monday", "2025-08-15": "Assumption Day; Ordino Annual Festival", "2025-08-16": "Ordino Annual Festival", "2025-09-08": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-17": "Carnival", "2026-03-14": "Constitution Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-25": "Whit Monday", "2026-08-15": "Assumption Day; Ordino Annual Festival", "2026-08-16": "Ordino Annual Festival", "2026-09-08": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-02-09": "Carnival", "2027-03-14": "Constitution Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-17": "Whit Monday", "2027-08-15": "Assumption Day; Ordino Annual Festival", "2027-08-16": "Ordino Annual Festival", "2027-09-08": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-29": "Carnival", "2028-03-14": "Constitution Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-05": "Whit Monday", "2028-08-15": "Assumption Day; Ordino Annual Festival", "2028-08-16": "Ordino Annual Festival", "2028-09-08": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-13": "Carnival", "2029-03-14": "Constitution Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-21": "Whit Monday", "2029-08-15": "Assumption Day; Ordino Annual Festival", "2029-08-16": "Ordino Annual Festival", "2029-09-08": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-05": "Carnival", "2030-03-14": "Constitution Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-10": "Whit Monday", "2030-08-15": "Assumption Day; Ordino Annual Festival", "2030-08-16": "Ordino Annual Festival", "2030-09-08": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-25": "Carnival", "2031-03-14": "Constitution Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-02": "Whit Monday", "2031-08-15": "Assumption Day; Ordino Annual Festival", "2031-08-16": "Ordino Annual Festival", "2031-09-08": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-02-10": "Carnival", "2032-03-14": "Constitution Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-17": "Whit Monday", "2032-08-15": "Assumption Day; Ordino Annual Festival", "2032-08-16": "Ordino Annual Festival", "2032-09-08": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-01": "Carnival", "2033-03-14": "Constitution Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-06": "Whit Monday", "2033-08-15": "Assumption Day; Ordino Annual Festival", "2033-08-16": "Ordino Annual Festival", "2033-09-08": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-21": "Carnival", "2034-03-14": "Constitution Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-29": "Whit Monday", "2034-08-15": "Assumption Day; Ordino Annual Festival", "2034-08-16": "Ordino Annual Festival", "2034-09-08": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-06": "Carnival", "2035-03-14": "Constitution Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-14": "Whit Monday", "2035-08-15": "Assumption Day; Ordino Annual Festival", "2035-08-16": "Ordino Annual Festival", "2035-09-08": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-26": "Carnival", "2036-03-14": "Constitution Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-02": "Whit Monday", "2036-08-15": "Assumption Day; Ordino Annual Festival", "2036-08-16": "Ordino Annual Festival", "2036-09-08": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-17": "Carnival", "2037-03-14": "Constitution Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-25": "Whit Monday", "2037-08-15": "Assumption Day; Ordino Annual Festival", "2037-08-16": "Ordino Annual Festival", "2037-09-08": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-09": "Carnival", "2038-03-14": "Constitution Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-14": "Whit Monday", "2038-08-15": "Assumption Day; Ordino Annual Festival", "2038-08-16": "Ordino Annual Festival", "2038-09-08": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-22": "Carnival", "2039-03-14": "Constitution Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-30": "Whit Monday", "2039-08-15": "Assumption Day; Ordino Annual Festival", "2039-08-16": "Ordino Annual Festival", "2039-09-08": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-02-14": "Carnival", "2040-03-14": "Constitution Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-21": "Whit Monday", "2040-08-15": "Assumption Day; Ordino Annual Festival", "2040-08-16": "Ordino Annual Festival", "2040-09-08": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-05": "Carnival", "2041-03-14": "Constitution Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-10": "Whit Monday", "2041-08-15": "Assumption Day; Ordino Annual Festival", "2041-08-16": "Ordino Annual Festival", "2041-09-08": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-18": "Carnival", "2042-03-14": "Constitution Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-26": "Whit Monday", "2042-08-15": "Assumption Day; Ordino Annual Festival", "2042-08-16": "Ordino Annual Festival", "2042-09-08": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-02-10": "Carnival", "2043-03-14": "Constitution Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-18": "Whit Monday", "2043-08-15": "Assumption Day; Ordino Annual Festival", "2043-08-16": "Ordino Annual Festival", "2043-09-08": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-01": "Carnival", "2044-03-14": "Constitution Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-06": "Whit Monday", "2044-08-15": "Assumption Day; Ordino Annual Festival", "2044-08-16": "Ordino Annual Festival", "2044-09-08": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-21": "Carnival", "2045-03-14": "Constitution Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-29": "Whit Monday", "2045-08-15": "Assumption Day; Ordino Annual Festival", "2045-08-16": "Ordino Annual Festival", "2045-09-08": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-02-06": "Carnival", "2046-03-14": "Constitution Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-14": "Whit Monday", "2046-08-15": "Assumption Day; Ordino Annual Festival", "2046-08-16": "Ordino Annual Festival", "2046-09-08": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-02-26": "Carnival", "2047-03-14": "Constitution Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-03": "Whit Monday", "2047-08-15": "Assumption Day; Ordino Annual Festival", "2047-08-16": "Ordino Annual Festival", "2047-09-08": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-18": "Carnival", "2048-03-14": "Constitution Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-25": "Whit Monday", "2048-08-15": "Assumption Day; Ordino Annual Festival", "2048-08-16": "Ordino Annual Festival", "2048-09-08": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-02": "Carnival", "2049-03-14": "Constitution Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-07": "Whit Monday", "2049-08-15": "Assumption Day; Ordino Annual Festival", "2049-08-16": "Ordino Annual Festival", "2049-09-08": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-22": "Carnival", "2050-03-14": "Constitution Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-30": "Whit Monday", "2050-08-15": "Assumption Day; Ordino Annual Festival", "2050-08-16": "Ordino Annual Festival", "2050-09-08": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/AD_06.json000066400000000000000000002265571500152103600210100ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-21": "Carnival", "1950-03-14": "Constitution Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-29": "Whit Monday", "1950-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1950-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1950-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1950-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1950-08-15": "Assumption Day", "1950-09-08": "National Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-06": "Carnival", "1951-03-14": "Constitution Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-14": "Whit Monday", "1951-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1951-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1951-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1951-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1951-08-15": "Assumption Day", "1951-09-08": "National Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-26": "Carnival", "1952-03-14": "Constitution Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-06-02": "Whit Monday", "1952-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1952-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1952-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1952-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1952-08-15": "Assumption Day", "1952-09-08": "National Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-17": "Carnival", "1953-03-14": "Constitution Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-25": "Whit Monday", "1953-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1953-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1953-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1953-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1953-08-15": "Assumption Day", "1953-09-08": "National Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-02": "Carnival", "1954-03-14": "Constitution Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-07": "Whit Monday", "1954-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1954-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1954-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1954-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1954-08-15": "Assumption Day", "1954-09-08": "National Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-22": "Carnival", "1955-03-14": "Constitution Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-30": "Whit Monday", "1955-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1955-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1955-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1955-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1955-08-15": "Assumption Day", "1955-09-08": "National Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-02-14": "Carnival", "1956-03-14": "Constitution Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-21": "Whit Monday", "1956-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1956-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1956-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1956-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1956-08-15": "Assumption Day", "1956-09-08": "National Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-05": "Carnival", "1957-03-14": "Constitution Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-10": "Whit Monday", "1957-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1957-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1957-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1957-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1957-08-15": "Assumption Day", "1957-09-08": "National Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-18": "Carnival", "1958-03-14": "Constitution Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-26": "Whit Monday", "1958-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1958-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1958-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1958-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1958-08-15": "Assumption Day", "1958-09-08": "National Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-10": "Carnival", "1959-03-14": "Constitution Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-18": "Whit Monday", "1959-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1959-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1959-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1959-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1959-08-15": "Assumption Day", "1959-09-08": "National Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-01": "Carnival", "1960-03-14": "Constitution Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-06": "Whit Monday", "1960-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1960-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1960-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1960-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1960-08-15": "Assumption Day", "1960-09-08": "National Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-14": "Carnival", "1961-03-14": "Constitution Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-22": "Whit Monday", "1961-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1961-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1961-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1961-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1961-08-15": "Assumption Day", "1961-09-08": "National Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-06": "Carnival", "1962-03-14": "Constitution Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-11": "Whit Monday", "1962-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1962-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1962-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1962-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1962-08-15": "Assumption Day", "1962-09-08": "National Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-26": "Carnival", "1963-03-14": "Constitution Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-03": "Whit Monday", "1963-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1963-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1963-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1963-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1963-08-15": "Assumption Day", "1963-09-08": "National Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-11": "Carnival", "1964-03-14": "Constitution Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-18": "Whit Monday", "1964-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1964-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1964-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1964-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1964-08-15": "Assumption Day", "1964-09-08": "National Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-02": "Carnival", "1965-03-14": "Constitution Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-07": "Whit Monday", "1965-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1965-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1965-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1965-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1965-08-15": "Assumption Day", "1965-09-08": "National Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-22": "Carnival", "1966-03-14": "Constitution Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-30": "Whit Monday", "1966-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1966-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1966-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1966-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1966-08-15": "Assumption Day", "1966-09-08": "National Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-07": "Carnival", "1967-03-14": "Constitution Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-15": "Whit Monday", "1967-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1967-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1967-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1967-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1967-08-15": "Assumption Day", "1967-09-08": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-27": "Carnival", "1968-03-14": "Constitution Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-03": "Whit Monday", "1968-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1968-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1968-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1968-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1968-08-15": "Assumption Day", "1968-09-08": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-18": "Carnival", "1969-03-14": "Constitution Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-26": "Whit Monday", "1969-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1969-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1969-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1969-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1969-08-15": "Assumption Day", "1969-09-08": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-10": "Carnival", "1970-03-14": "Constitution Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-18": "Whit Monday", "1970-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1970-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1970-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1970-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1970-08-15": "Assumption Day", "1970-09-08": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-23": "Carnival", "1971-03-14": "Constitution Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-31": "Whit Monday", "1971-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1971-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1971-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1971-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1971-08-15": "Assumption Day", "1971-09-08": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-15": "Carnival", "1972-03-14": "Constitution Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-22": "Whit Monday", "1972-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1972-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1972-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1972-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1972-08-15": "Assumption Day", "1972-09-08": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-06": "Carnival", "1973-03-14": "Constitution Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-11": "Whit Monday", "1973-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1973-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1973-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1973-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1973-08-15": "Assumption Day", "1973-09-08": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-26": "Carnival", "1974-03-14": "Constitution Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-03": "Whit Monday", "1974-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1974-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1974-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1974-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1974-08-15": "Assumption Day", "1974-09-08": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-11": "Carnival", "1975-03-14": "Constitution Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-19": "Whit Monday", "1975-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1975-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1975-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1975-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1975-08-15": "Assumption Day", "1975-09-08": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-02": "Carnival", "1976-03-14": "Constitution Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-07": "Whit Monday", "1976-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1976-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1976-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1976-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1976-08-15": "Assumption Day", "1976-09-08": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-22": "Carnival", "1977-03-14": "Constitution Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-30": "Whit Monday", "1977-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1977-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1977-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1977-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1977-08-15": "Assumption Day", "1977-09-08": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-02-07": "Carnival", "1978-03-14": "Constitution Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-15": "Whit Monday", "1978-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1978-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1978-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1978-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1978-08-15": "Assumption Day", "1978-09-08": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-27": "Carnival", "1979-03-14": "Constitution Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-04": "Whit Monday", "1979-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1979-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1979-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1979-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1979-08-15": "Assumption Day", "1979-09-08": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-19": "Carnival", "1980-03-14": "Constitution Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-26": "Whit Monday", "1980-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1980-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1980-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1980-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1980-08-15": "Assumption Day", "1980-09-08": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-03": "Carnival", "1981-03-14": "Constitution Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-08": "Whit Monday", "1981-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1981-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1981-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1981-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1981-08-15": "Assumption Day", "1981-09-08": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-02-23": "Carnival", "1982-03-14": "Constitution Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-31": "Whit Monday", "1982-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1982-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1982-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1982-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1982-08-15": "Assumption Day", "1982-09-08": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-15": "Carnival", "1983-03-14": "Constitution Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-23": "Whit Monday", "1983-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1983-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1983-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1983-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1983-08-15": "Assumption Day", "1983-09-08": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-06": "Carnival", "1984-03-14": "Constitution Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-11": "Whit Monday", "1984-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1984-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1984-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1984-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1984-08-15": "Assumption Day", "1984-09-08": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-19": "Carnival", "1985-03-14": "Constitution Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-27": "Whit Monday", "1985-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1985-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1985-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1985-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1985-08-15": "Assumption Day", "1985-09-08": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-02-11": "Carnival", "1986-03-14": "Constitution Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-19": "Whit Monday", "1986-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1986-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1986-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1986-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1986-08-15": "Assumption Day", "1986-09-08": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-03": "Carnival", "1987-03-14": "Constitution Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-08": "Whit Monday", "1987-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1987-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1987-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1987-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1987-08-15": "Assumption Day", "1987-09-08": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-16": "Carnival", "1988-03-14": "Constitution Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-23": "Whit Monday", "1988-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1988-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1988-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1988-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1988-08-15": "Assumption Day", "1988-09-08": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-02-07": "Carnival", "1989-03-14": "Constitution Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-15": "Whit Monday", "1989-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1989-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1989-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1989-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1989-08-15": "Assumption Day", "1989-09-08": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-27": "Carnival", "1990-03-14": "Constitution Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-04": "Whit Monday", "1990-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1990-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1990-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1990-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1990-08-15": "Assumption Day", "1990-09-08": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-12": "Carnival", "1991-03-14": "Constitution Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-20": "Whit Monday", "1991-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1991-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1991-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1991-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1991-08-15": "Assumption Day", "1991-09-08": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-03": "Carnival", "1992-03-14": "Constitution Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-08": "Whit Monday", "1992-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1992-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1992-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1992-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1992-08-15": "Assumption Day", "1992-09-08": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-02-23": "Carnival", "1993-03-14": "Constitution Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-31": "Whit Monday", "1993-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1993-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1993-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1993-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1993-08-15": "Assumption Day", "1993-09-08": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-02-15": "Carnival", "1994-03-14": "Constitution Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-23": "Whit Monday", "1994-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1994-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1994-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1994-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1994-08-15": "Assumption Day", "1994-09-08": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-02-28": "Carnival", "1995-03-14": "Constitution Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-05": "Whit Monday", "1995-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1995-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1995-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1995-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1995-08-15": "Assumption Day", "1995-09-08": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-20": "Carnival", "1996-03-14": "Constitution Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-27": "Whit Monday", "1996-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1996-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1996-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1996-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1996-08-15": "Assumption Day", "1996-09-08": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-02-11": "Carnival", "1997-03-14": "Constitution Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-19": "Whit Monday", "1997-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1997-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1997-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1997-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1997-08-15": "Assumption Day", "1997-09-08": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-02-24": "Carnival", "1998-03-14": "Constitution Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-01": "Whit Monday", "1998-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1998-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1998-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1998-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1998-08-15": "Assumption Day", "1998-09-08": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-16": "Carnival", "1999-03-14": "Constitution Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-24": "Whit Monday", "1999-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1999-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1999-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1999-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "1999-08-15": "Assumption Day", "1999-09-08": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-07": "Carnival", "2000-03-14": "Constitution Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-12": "Whit Monday", "2000-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2000-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2000-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2000-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2000-08-15": "Assumption Day", "2000-09-08": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-27": "Carnival", "2001-03-14": "Constitution Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-04": "Whit Monday", "2001-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2001-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2001-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2001-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2001-08-15": "Assumption Day", "2001-09-08": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-02-12": "Carnival", "2002-03-14": "Constitution Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-20": "Whit Monday", "2002-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2002-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2002-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2002-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2002-08-15": "Assumption Day", "2002-09-08": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-04": "Carnival", "2003-03-14": "Constitution Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-09": "Whit Monday", "2003-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2003-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2003-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2003-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2003-08-15": "Assumption Day", "2003-09-08": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-24": "Carnival", "2004-03-14": "Constitution Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-31": "Whit Monday", "2004-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2004-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2004-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2004-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2004-08-15": "Assumption Day", "2004-09-08": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-02-08": "Carnival", "2005-03-14": "Constitution Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-16": "Whit Monday", "2005-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2005-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2005-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2005-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2005-08-15": "Assumption Day", "2005-09-08": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-02-28": "Carnival", "2006-03-14": "Constitution Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-05": "Whit Monday", "2006-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2006-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2006-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2006-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2006-08-15": "Assumption Day", "2006-09-08": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-20": "Carnival", "2007-03-14": "Constitution Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-28": "Whit Monday", "2007-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2007-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2007-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2007-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2007-08-15": "Assumption Day", "2007-09-08": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-02-05": "Carnival", "2008-03-14": "Constitution Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-12": "Whit Monday", "2008-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2008-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2008-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2008-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2008-08-15": "Assumption Day", "2008-09-08": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-02-24": "Carnival", "2009-03-14": "Constitution Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-01": "Whit Monday", "2009-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2009-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2009-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2009-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2009-08-15": "Assumption Day", "2009-09-08": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-16": "Carnival", "2010-03-14": "Constitution Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-24": "Whit Monday", "2010-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2010-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2010-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2010-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2010-08-15": "Assumption Day", "2010-09-08": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-08": "Carnival", "2011-03-14": "Constitution Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-13": "Whit Monday", "2011-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2011-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2011-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2011-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2011-08-15": "Assumption Day", "2011-09-08": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-21": "Carnival", "2012-03-14": "Constitution Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-28": "Whit Monday", "2012-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2012-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2012-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2012-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2012-08-15": "Assumption Day", "2012-09-08": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-02-12": "Carnival", "2013-03-14": "Constitution Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-20": "Whit Monday", "2013-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2013-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2013-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2013-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2013-08-15": "Assumption Day", "2013-09-08": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-04": "Carnival", "2014-03-14": "Constitution Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-09": "Whit Monday", "2014-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2014-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2014-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2014-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2014-08-15": "Assumption Day", "2014-09-08": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-17": "Carnival", "2015-03-14": "Constitution Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-25": "Whit Monday", "2015-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2015-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2015-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2015-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2015-08-15": "Assumption Day", "2015-09-08": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-02-09": "Carnival", "2016-03-14": "Constitution Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-16": "Whit Monday", "2016-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2016-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2016-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2016-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2016-08-15": "Assumption Day", "2016-09-08": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-28": "Carnival", "2017-03-14": "Constitution Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-05": "Whit Monday", "2017-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2017-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2017-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2017-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2017-08-15": "Assumption Day", "2017-09-08": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-13": "Carnival", "2018-03-14": "Constitution Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-21": "Whit Monday", "2018-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2018-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2018-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2018-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2018-08-15": "Assumption Day", "2018-09-08": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-05": "Carnival", "2019-03-14": "Constitution Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-10": "Whit Monday", "2019-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2019-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2019-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2019-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2019-08-15": "Assumption Day", "2019-09-08": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-02-25": "Carnival", "2020-03-14": "Constitution Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-01": "Whit Monday", "2020-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2020-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2020-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2020-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2020-08-15": "Assumption Day", "2020-09-08": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-02-16": "Carnival", "2021-03-14": "Constitution Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-24": "Whit Monday", "2021-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2021-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2021-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2021-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2021-08-15": "Assumption Day", "2021-09-08": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-01": "Carnival", "2022-03-14": "Constitution Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-06-06": "Whit Monday", "2022-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2022-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2022-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2022-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2022-08-15": "Assumption Day", "2022-09-08": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-21": "Carnival", "2023-03-14": "Constitution Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-29": "Whit Monday", "2023-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2023-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2023-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2023-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2023-08-15": "Assumption Day", "2023-09-08": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-13": "Carnival", "2024-03-14": "Constitution Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-20": "Whit Monday", "2024-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2024-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2024-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2024-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2024-08-15": "Assumption Day", "2024-09-08": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-04": "Carnival", "2025-03-14": "Constitution Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-09": "Whit Monday", "2025-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2025-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2025-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2025-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2025-08-15": "Assumption Day", "2025-09-08": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-17": "Carnival", "2026-03-14": "Constitution Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-25": "Whit Monday", "2026-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2026-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2026-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2026-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2026-08-15": "Assumption Day", "2026-09-08": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-02-09": "Carnival", "2027-03-14": "Constitution Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-17": "Whit Monday", "2027-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2027-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2027-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2027-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2027-08-15": "Assumption Day", "2027-09-08": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-29": "Carnival", "2028-03-14": "Constitution Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-05": "Whit Monday", "2028-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2028-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2028-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2028-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2028-08-15": "Assumption Day", "2028-09-08": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-13": "Carnival", "2029-03-14": "Constitution Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-21": "Whit Monday", "2029-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2029-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2029-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2029-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2029-08-15": "Assumption Day", "2029-09-08": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-05": "Carnival", "2030-03-14": "Constitution Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-10": "Whit Monday", "2030-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2030-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2030-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2030-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2030-08-15": "Assumption Day", "2030-09-08": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-25": "Carnival", "2031-03-14": "Constitution Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-02": "Whit Monday", "2031-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2031-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2031-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2031-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2031-08-15": "Assumption Day", "2031-09-08": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-02-10": "Carnival", "2032-03-14": "Constitution Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-17": "Whit Monday", "2032-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2032-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2032-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2032-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2032-08-15": "Assumption Day", "2032-09-08": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-01": "Carnival", "2033-03-14": "Constitution Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-06": "Whit Monday", "2033-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2033-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2033-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2033-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2033-08-15": "Assumption Day", "2033-09-08": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-21": "Carnival", "2034-03-14": "Constitution Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-29": "Whit Monday", "2034-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2034-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2034-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2034-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2034-08-15": "Assumption Day", "2034-09-08": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-06": "Carnival", "2035-03-14": "Constitution Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-14": "Whit Monday", "2035-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2035-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2035-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2035-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2035-08-15": "Assumption Day", "2035-09-08": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-26": "Carnival", "2036-03-14": "Constitution Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-02": "Whit Monday", "2036-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2036-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2036-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2036-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2036-08-15": "Assumption Day", "2036-09-08": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-17": "Carnival", "2037-03-14": "Constitution Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-25": "Whit Monday", "2037-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2037-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2037-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2037-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2037-08-15": "Assumption Day", "2037-09-08": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-09": "Carnival", "2038-03-14": "Constitution Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-14": "Whit Monday", "2038-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2038-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2038-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2038-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2038-08-15": "Assumption Day", "2038-09-08": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-22": "Carnival", "2039-03-14": "Constitution Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-30": "Whit Monday", "2039-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2039-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2039-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2039-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2039-08-15": "Assumption Day", "2039-09-08": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-02-14": "Carnival", "2040-03-14": "Constitution Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-21": "Whit Monday", "2040-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2040-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2040-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2040-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2040-08-15": "Assumption Day", "2040-09-08": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-05": "Carnival", "2041-03-14": "Constitution Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-10": "Whit Monday", "2041-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2041-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2041-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2041-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2041-08-15": "Assumption Day", "2041-09-08": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-18": "Carnival", "2042-03-14": "Constitution Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-26": "Whit Monday", "2042-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2042-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2042-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2042-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2042-08-15": "Assumption Day", "2042-09-08": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-02-10": "Carnival", "2043-03-14": "Constitution Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-18": "Whit Monday", "2043-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2043-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2043-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2043-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2043-08-15": "Assumption Day", "2043-09-08": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-01": "Carnival", "2044-03-14": "Constitution Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-06": "Whit Monday", "2044-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2044-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2044-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2044-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2044-08-15": "Assumption Day", "2044-09-08": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-21": "Carnival", "2045-03-14": "Constitution Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-29": "Whit Monday", "2045-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2045-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2045-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2045-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2045-08-15": "Assumption Day", "2045-09-08": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-02-06": "Carnival", "2046-03-14": "Constitution Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-14": "Whit Monday", "2046-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2046-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2046-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2046-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2046-08-15": "Assumption Day", "2046-09-08": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-02-26": "Carnival", "2047-03-14": "Constitution Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-03": "Whit Monday", "2047-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2047-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2047-07-28": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2047-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2047-08-15": "Assumption Day", "2047-09-08": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-18": "Carnival", "2048-03-14": "Constitution Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-25": "Whit Monday", "2048-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2048-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2048-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2048-07-27": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2048-08-15": "Assumption Day", "2048-09-08": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-02": "Carnival", "2049-03-14": "Constitution Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-07": "Whit Monday", "2049-07-23": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2049-07-24": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2049-07-25": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2049-07-26": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2049-08-15": "Assumption Day", "2049-09-08": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-22": "Carnival", "2050-03-14": "Constitution Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-30": "Whit Monday", "2050-07-29": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2050-07-30": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2050-07-31": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2050-08-01": "Sant Juli\u00e0 de L\u00f2ria Annual Festival", "2050-08-15": "Assumption Day", "2050-09-08": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/AD_07.json000066400000000000000000002016351500152103600207770ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-21": "Carnival", "1950-03-14": "Constitution Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-29": "Whit Monday", "1950-08-05": "Andorra la Vella Annual Festival", "1950-08-06": "Andorra la Vella Annual Festival", "1950-08-07": "Andorra la Vella Annual Festival", "1950-08-15": "Assumption Day", "1950-09-08": "National Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-06": "Carnival", "1951-03-14": "Constitution Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-14": "Whit Monday", "1951-08-04": "Andorra la Vella Annual Festival", "1951-08-05": "Andorra la Vella Annual Festival", "1951-08-06": "Andorra la Vella Annual Festival", "1951-08-15": "Assumption Day", "1951-09-08": "National Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-26": "Carnival", "1952-03-14": "Constitution Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-06-02": "Whit Monday", "1952-08-02": "Andorra la Vella Annual Festival", "1952-08-03": "Andorra la Vella Annual Festival", "1952-08-04": "Andorra la Vella Annual Festival", "1952-08-15": "Assumption Day", "1952-09-08": "National Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-17": "Carnival", "1953-03-14": "Constitution Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-25": "Whit Monday", "1953-08-01": "Andorra la Vella Annual Festival", "1953-08-02": "Andorra la Vella Annual Festival", "1953-08-03": "Andorra la Vella Annual Festival", "1953-08-15": "Assumption Day", "1953-09-08": "National Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-02": "Carnival", "1954-03-14": "Constitution Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-07": "Whit Monday", "1954-08-07": "Andorra la Vella Annual Festival", "1954-08-08": "Andorra la Vella Annual Festival", "1954-08-09": "Andorra la Vella Annual Festival", "1954-08-15": "Assumption Day", "1954-09-08": "National Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-22": "Carnival", "1955-03-14": "Constitution Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-30": "Whit Monday", "1955-08-06": "Andorra la Vella Annual Festival", "1955-08-07": "Andorra la Vella Annual Festival", "1955-08-08": "Andorra la Vella Annual Festival", "1955-08-15": "Assumption Day", "1955-09-08": "National Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-02-14": "Carnival", "1956-03-14": "Constitution Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-21": "Whit Monday", "1956-08-04": "Andorra la Vella Annual Festival", "1956-08-05": "Andorra la Vella Annual Festival", "1956-08-06": "Andorra la Vella Annual Festival", "1956-08-15": "Assumption Day", "1956-09-08": "National Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-05": "Carnival", "1957-03-14": "Constitution Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-10": "Whit Monday", "1957-08-03": "Andorra la Vella Annual Festival", "1957-08-04": "Andorra la Vella Annual Festival", "1957-08-05": "Andorra la Vella Annual Festival", "1957-08-15": "Assumption Day", "1957-09-08": "National Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-18": "Carnival", "1958-03-14": "Constitution Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-26": "Whit Monday", "1958-08-02": "Andorra la Vella Annual Festival", "1958-08-03": "Andorra la Vella Annual Festival", "1958-08-04": "Andorra la Vella Annual Festival", "1958-08-15": "Assumption Day", "1958-09-08": "National Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-10": "Carnival", "1959-03-14": "Constitution Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-18": "Whit Monday", "1959-08-01": "Andorra la Vella Annual Festival", "1959-08-02": "Andorra la Vella Annual Festival", "1959-08-03": "Andorra la Vella Annual Festival", "1959-08-15": "Assumption Day", "1959-09-08": "National Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-01": "Carnival", "1960-03-14": "Constitution Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-06": "Whit Monday", "1960-08-06": "Andorra la Vella Annual Festival", "1960-08-07": "Andorra la Vella Annual Festival", "1960-08-08": "Andorra la Vella Annual Festival", "1960-08-15": "Assumption Day", "1960-09-08": "National Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-14": "Carnival", "1961-03-14": "Constitution Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-22": "Whit Monday", "1961-08-05": "Andorra la Vella Annual Festival", "1961-08-06": "Andorra la Vella Annual Festival", "1961-08-07": "Andorra la Vella Annual Festival", "1961-08-15": "Assumption Day", "1961-09-08": "National Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-06": "Carnival", "1962-03-14": "Constitution Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-11": "Whit Monday", "1962-08-04": "Andorra la Vella Annual Festival", "1962-08-05": "Andorra la Vella Annual Festival", "1962-08-06": "Andorra la Vella Annual Festival", "1962-08-15": "Assumption Day", "1962-09-08": "National Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-26": "Carnival", "1963-03-14": "Constitution Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-03": "Whit Monday", "1963-08-03": "Andorra la Vella Annual Festival", "1963-08-04": "Andorra la Vella Annual Festival", "1963-08-05": "Andorra la Vella Annual Festival", "1963-08-15": "Assumption Day", "1963-09-08": "National Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-11": "Carnival", "1964-03-14": "Constitution Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-18": "Whit Monday", "1964-08-01": "Andorra la Vella Annual Festival", "1964-08-02": "Andorra la Vella Annual Festival", "1964-08-03": "Andorra la Vella Annual Festival", "1964-08-15": "Assumption Day", "1964-09-08": "National Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-02": "Carnival", "1965-03-14": "Constitution Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-07": "Whit Monday", "1965-08-07": "Andorra la Vella Annual Festival", "1965-08-08": "Andorra la Vella Annual Festival", "1965-08-09": "Andorra la Vella Annual Festival", "1965-08-15": "Assumption Day", "1965-09-08": "National Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-22": "Carnival", "1966-03-14": "Constitution Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-30": "Whit Monday", "1966-08-06": "Andorra la Vella Annual Festival", "1966-08-07": "Andorra la Vella Annual Festival", "1966-08-08": "Andorra la Vella Annual Festival", "1966-08-15": "Assumption Day", "1966-09-08": "National Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-07": "Carnival", "1967-03-14": "Constitution Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-15": "Whit Monday", "1967-08-05": "Andorra la Vella Annual Festival", "1967-08-06": "Andorra la Vella Annual Festival", "1967-08-07": "Andorra la Vella Annual Festival", "1967-08-15": "Assumption Day", "1967-09-08": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-27": "Carnival", "1968-03-14": "Constitution Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-03": "Whit Monday", "1968-08-03": "Andorra la Vella Annual Festival", "1968-08-04": "Andorra la Vella Annual Festival", "1968-08-05": "Andorra la Vella Annual Festival", "1968-08-15": "Assumption Day", "1968-09-08": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-18": "Carnival", "1969-03-14": "Constitution Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-26": "Whit Monday", "1969-08-02": "Andorra la Vella Annual Festival", "1969-08-03": "Andorra la Vella Annual Festival", "1969-08-04": "Andorra la Vella Annual Festival", "1969-08-15": "Assumption Day", "1969-09-08": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-10": "Carnival", "1970-03-14": "Constitution Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-18": "Whit Monday", "1970-08-01": "Andorra la Vella Annual Festival", "1970-08-02": "Andorra la Vella Annual Festival", "1970-08-03": "Andorra la Vella Annual Festival", "1970-08-15": "Assumption Day", "1970-09-08": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-23": "Carnival", "1971-03-14": "Constitution Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-31": "Whit Monday", "1971-08-07": "Andorra la Vella Annual Festival", "1971-08-08": "Andorra la Vella Annual Festival", "1971-08-09": "Andorra la Vella Annual Festival", "1971-08-15": "Assumption Day", "1971-09-08": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-15": "Carnival", "1972-03-14": "Constitution Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-22": "Whit Monday", "1972-08-05": "Andorra la Vella Annual Festival", "1972-08-06": "Andorra la Vella Annual Festival", "1972-08-07": "Andorra la Vella Annual Festival", "1972-08-15": "Assumption Day", "1972-09-08": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-06": "Carnival", "1973-03-14": "Constitution Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-11": "Whit Monday", "1973-08-04": "Andorra la Vella Annual Festival", "1973-08-05": "Andorra la Vella Annual Festival", "1973-08-06": "Andorra la Vella Annual Festival", "1973-08-15": "Assumption Day", "1973-09-08": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-26": "Carnival", "1974-03-14": "Constitution Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-03": "Whit Monday", "1974-08-03": "Andorra la Vella Annual Festival", "1974-08-04": "Andorra la Vella Annual Festival", "1974-08-05": "Andorra la Vella Annual Festival", "1974-08-15": "Assumption Day", "1974-09-08": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-11": "Carnival", "1975-03-14": "Constitution Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-19": "Whit Monday", "1975-08-02": "Andorra la Vella Annual Festival", "1975-08-03": "Andorra la Vella Annual Festival", "1975-08-04": "Andorra la Vella Annual Festival", "1975-08-15": "Assumption Day", "1975-09-08": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-02": "Carnival", "1976-03-14": "Constitution Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-07": "Whit Monday", "1976-08-07": "Andorra la Vella Annual Festival", "1976-08-08": "Andorra la Vella Annual Festival", "1976-08-09": "Andorra la Vella Annual Festival", "1976-08-15": "Assumption Day", "1976-09-08": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-22": "Carnival", "1977-03-14": "Constitution Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-30": "Whit Monday", "1977-08-06": "Andorra la Vella Annual Festival", "1977-08-07": "Andorra la Vella Annual Festival", "1977-08-08": "Andorra la Vella Annual Festival", "1977-08-15": "Assumption Day", "1977-09-08": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-02-07": "Carnival", "1978-03-14": "Constitution Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-15": "Whit Monday", "1978-08-05": "Andorra la Vella Annual Festival", "1978-08-06": "Andorra la Vella Annual Festival", "1978-08-07": "Andorra la Vella Annual Festival", "1978-08-15": "Assumption Day", "1978-09-08": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-27": "Carnival", "1979-03-14": "Constitution Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-04": "Whit Monday", "1979-08-04": "Andorra la Vella Annual Festival", "1979-08-05": "Andorra la Vella Annual Festival", "1979-08-06": "Andorra la Vella Annual Festival", "1979-08-15": "Assumption Day", "1979-09-08": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-19": "Carnival", "1980-03-14": "Constitution Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-26": "Whit Monday", "1980-08-02": "Andorra la Vella Annual Festival", "1980-08-03": "Andorra la Vella Annual Festival", "1980-08-04": "Andorra la Vella Annual Festival", "1980-08-15": "Assumption Day", "1980-09-08": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-03": "Carnival", "1981-03-14": "Constitution Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-08": "Whit Monday", "1981-08-01": "Andorra la Vella Annual Festival", "1981-08-02": "Andorra la Vella Annual Festival", "1981-08-03": "Andorra la Vella Annual Festival", "1981-08-15": "Assumption Day", "1981-09-08": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-02-23": "Carnival", "1982-03-14": "Constitution Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-31": "Whit Monday", "1982-08-07": "Andorra la Vella Annual Festival", "1982-08-08": "Andorra la Vella Annual Festival", "1982-08-09": "Andorra la Vella Annual Festival", "1982-08-15": "Assumption Day", "1982-09-08": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-15": "Carnival", "1983-03-14": "Constitution Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-23": "Whit Monday", "1983-08-06": "Andorra la Vella Annual Festival", "1983-08-07": "Andorra la Vella Annual Festival", "1983-08-08": "Andorra la Vella Annual Festival", "1983-08-15": "Assumption Day", "1983-09-08": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-06": "Carnival", "1984-03-14": "Constitution Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-11": "Whit Monday", "1984-08-04": "Andorra la Vella Annual Festival", "1984-08-05": "Andorra la Vella Annual Festival", "1984-08-06": "Andorra la Vella Annual Festival", "1984-08-15": "Assumption Day", "1984-09-08": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-19": "Carnival", "1985-03-14": "Constitution Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-27": "Whit Monday", "1985-08-03": "Andorra la Vella Annual Festival", "1985-08-04": "Andorra la Vella Annual Festival", "1985-08-05": "Andorra la Vella Annual Festival", "1985-08-15": "Assumption Day", "1985-09-08": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-02-11": "Carnival", "1986-03-14": "Constitution Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-19": "Whit Monday", "1986-08-02": "Andorra la Vella Annual Festival", "1986-08-03": "Andorra la Vella Annual Festival", "1986-08-04": "Andorra la Vella Annual Festival", "1986-08-15": "Assumption Day", "1986-09-08": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-03": "Carnival", "1987-03-14": "Constitution Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-08": "Whit Monday", "1987-08-01": "Andorra la Vella Annual Festival", "1987-08-02": "Andorra la Vella Annual Festival", "1987-08-03": "Andorra la Vella Annual Festival", "1987-08-15": "Assumption Day", "1987-09-08": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-16": "Carnival", "1988-03-14": "Constitution Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-23": "Whit Monday", "1988-08-06": "Andorra la Vella Annual Festival", "1988-08-07": "Andorra la Vella Annual Festival", "1988-08-08": "Andorra la Vella Annual Festival", "1988-08-15": "Assumption Day", "1988-09-08": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-02-07": "Carnival", "1989-03-14": "Constitution Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-15": "Whit Monday", "1989-08-05": "Andorra la Vella Annual Festival", "1989-08-06": "Andorra la Vella Annual Festival", "1989-08-07": "Andorra la Vella Annual Festival", "1989-08-15": "Assumption Day", "1989-09-08": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-27": "Carnival", "1990-03-14": "Constitution Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-04": "Whit Monday", "1990-08-04": "Andorra la Vella Annual Festival", "1990-08-05": "Andorra la Vella Annual Festival", "1990-08-06": "Andorra la Vella Annual Festival", "1990-08-15": "Assumption Day", "1990-09-08": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-12": "Carnival", "1991-03-14": "Constitution Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-20": "Whit Monday", "1991-08-03": "Andorra la Vella Annual Festival", "1991-08-04": "Andorra la Vella Annual Festival", "1991-08-05": "Andorra la Vella Annual Festival", "1991-08-15": "Assumption Day", "1991-09-08": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-03": "Carnival", "1992-03-14": "Constitution Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-08": "Whit Monday", "1992-08-01": "Andorra la Vella Annual Festival", "1992-08-02": "Andorra la Vella Annual Festival", "1992-08-03": "Andorra la Vella Annual Festival", "1992-08-15": "Assumption Day", "1992-09-08": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-02-23": "Carnival", "1993-03-14": "Constitution Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-31": "Whit Monday", "1993-08-07": "Andorra la Vella Annual Festival", "1993-08-08": "Andorra la Vella Annual Festival", "1993-08-09": "Andorra la Vella Annual Festival", "1993-08-15": "Assumption Day", "1993-09-08": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-02-15": "Carnival", "1994-03-14": "Constitution Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-23": "Whit Monday", "1994-08-06": "Andorra la Vella Annual Festival", "1994-08-07": "Andorra la Vella Annual Festival", "1994-08-08": "Andorra la Vella Annual Festival", "1994-08-15": "Assumption Day", "1994-09-08": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-02-28": "Carnival", "1995-03-14": "Constitution Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-05": "Whit Monday", "1995-08-05": "Andorra la Vella Annual Festival", "1995-08-06": "Andorra la Vella Annual Festival", "1995-08-07": "Andorra la Vella Annual Festival", "1995-08-15": "Assumption Day", "1995-09-08": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-20": "Carnival", "1996-03-14": "Constitution Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-27": "Whit Monday", "1996-08-03": "Andorra la Vella Annual Festival", "1996-08-04": "Andorra la Vella Annual Festival", "1996-08-05": "Andorra la Vella Annual Festival", "1996-08-15": "Assumption Day", "1996-09-08": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-02-11": "Carnival", "1997-03-14": "Constitution Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-19": "Whit Monday", "1997-08-02": "Andorra la Vella Annual Festival", "1997-08-03": "Andorra la Vella Annual Festival", "1997-08-04": "Andorra la Vella Annual Festival", "1997-08-15": "Assumption Day", "1997-09-08": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-02-24": "Carnival", "1998-03-14": "Constitution Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-01": "Whit Monday", "1998-08-01": "Andorra la Vella Annual Festival", "1998-08-02": "Andorra la Vella Annual Festival", "1998-08-03": "Andorra la Vella Annual Festival", "1998-08-15": "Assumption Day", "1998-09-08": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-16": "Carnival", "1999-03-14": "Constitution Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-24": "Whit Monday", "1999-08-07": "Andorra la Vella Annual Festival", "1999-08-08": "Andorra la Vella Annual Festival", "1999-08-09": "Andorra la Vella Annual Festival", "1999-08-15": "Assumption Day", "1999-09-08": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-07": "Carnival", "2000-03-14": "Constitution Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-12": "Whit Monday", "2000-08-05": "Andorra la Vella Annual Festival", "2000-08-06": "Andorra la Vella Annual Festival", "2000-08-07": "Andorra la Vella Annual Festival", "2000-08-15": "Assumption Day", "2000-09-08": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-27": "Carnival", "2001-03-14": "Constitution Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-04": "Whit Monday", "2001-08-04": "Andorra la Vella Annual Festival", "2001-08-05": "Andorra la Vella Annual Festival", "2001-08-06": "Andorra la Vella Annual Festival", "2001-08-15": "Assumption Day", "2001-09-08": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-02-12": "Carnival", "2002-03-14": "Constitution Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-20": "Whit Monday", "2002-08-03": "Andorra la Vella Annual Festival", "2002-08-04": "Andorra la Vella Annual Festival", "2002-08-05": "Andorra la Vella Annual Festival", "2002-08-15": "Assumption Day", "2002-09-08": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-04": "Carnival", "2003-03-14": "Constitution Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-09": "Whit Monday", "2003-08-02": "Andorra la Vella Annual Festival", "2003-08-03": "Andorra la Vella Annual Festival", "2003-08-04": "Andorra la Vella Annual Festival", "2003-08-15": "Assumption Day", "2003-09-08": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-24": "Carnival", "2004-03-14": "Constitution Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-31": "Whit Monday", "2004-08-07": "Andorra la Vella Annual Festival", "2004-08-08": "Andorra la Vella Annual Festival", "2004-08-09": "Andorra la Vella Annual Festival", "2004-08-15": "Assumption Day", "2004-09-08": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-02-08": "Carnival", "2005-03-14": "Constitution Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-16": "Whit Monday", "2005-08-06": "Andorra la Vella Annual Festival", "2005-08-07": "Andorra la Vella Annual Festival", "2005-08-08": "Andorra la Vella Annual Festival", "2005-08-15": "Assumption Day", "2005-09-08": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-02-28": "Carnival", "2006-03-14": "Constitution Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-05": "Whit Monday", "2006-08-05": "Andorra la Vella Annual Festival", "2006-08-06": "Andorra la Vella Annual Festival", "2006-08-07": "Andorra la Vella Annual Festival", "2006-08-15": "Assumption Day", "2006-09-08": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-20": "Carnival", "2007-03-14": "Constitution Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-28": "Whit Monday", "2007-08-04": "Andorra la Vella Annual Festival", "2007-08-05": "Andorra la Vella Annual Festival", "2007-08-06": "Andorra la Vella Annual Festival", "2007-08-15": "Assumption Day", "2007-09-08": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-02-05": "Carnival", "2008-03-14": "Constitution Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-12": "Whit Monday", "2008-08-02": "Andorra la Vella Annual Festival", "2008-08-03": "Andorra la Vella Annual Festival", "2008-08-04": "Andorra la Vella Annual Festival", "2008-08-15": "Assumption Day", "2008-09-08": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-02-24": "Carnival", "2009-03-14": "Constitution Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-01": "Whit Monday", "2009-08-01": "Andorra la Vella Annual Festival", "2009-08-02": "Andorra la Vella Annual Festival", "2009-08-03": "Andorra la Vella Annual Festival", "2009-08-15": "Assumption Day", "2009-09-08": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-16": "Carnival", "2010-03-14": "Constitution Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-24": "Whit Monday", "2010-08-07": "Andorra la Vella Annual Festival", "2010-08-08": "Andorra la Vella Annual Festival", "2010-08-09": "Andorra la Vella Annual Festival", "2010-08-15": "Assumption Day", "2010-09-08": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-08": "Carnival", "2011-03-14": "Constitution Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-13": "Whit Monday", "2011-08-06": "Andorra la Vella Annual Festival", "2011-08-07": "Andorra la Vella Annual Festival", "2011-08-08": "Andorra la Vella Annual Festival", "2011-08-15": "Assumption Day", "2011-09-08": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-21": "Carnival", "2012-03-14": "Constitution Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-28": "Whit Monday", "2012-08-04": "Andorra la Vella Annual Festival", "2012-08-05": "Andorra la Vella Annual Festival", "2012-08-06": "Andorra la Vella Annual Festival", "2012-08-15": "Assumption Day", "2012-09-08": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-02-12": "Carnival", "2013-03-14": "Constitution Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-20": "Whit Monday", "2013-08-03": "Andorra la Vella Annual Festival", "2013-08-04": "Andorra la Vella Annual Festival", "2013-08-05": "Andorra la Vella Annual Festival", "2013-08-15": "Assumption Day", "2013-09-08": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-04": "Carnival", "2014-03-14": "Constitution Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-09": "Whit Monday", "2014-08-02": "Andorra la Vella Annual Festival", "2014-08-03": "Andorra la Vella Annual Festival", "2014-08-04": "Andorra la Vella Annual Festival", "2014-08-15": "Assumption Day", "2014-09-08": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-17": "Carnival", "2015-03-14": "Constitution Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-25": "Whit Monday", "2015-08-01": "Andorra la Vella Annual Festival", "2015-08-02": "Andorra la Vella Annual Festival", "2015-08-03": "Andorra la Vella Annual Festival", "2015-08-15": "Assumption Day", "2015-09-08": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-02-09": "Carnival", "2016-03-14": "Constitution Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-16": "Whit Monday", "2016-08-06": "Andorra la Vella Annual Festival", "2016-08-07": "Andorra la Vella Annual Festival", "2016-08-08": "Andorra la Vella Annual Festival", "2016-08-15": "Assumption Day", "2016-09-08": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-28": "Carnival", "2017-03-14": "Constitution Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-05": "Whit Monday", "2017-08-05": "Andorra la Vella Annual Festival", "2017-08-06": "Andorra la Vella Annual Festival", "2017-08-07": "Andorra la Vella Annual Festival", "2017-08-15": "Assumption Day", "2017-09-08": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-13": "Carnival", "2018-03-14": "Constitution Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-21": "Whit Monday", "2018-08-04": "Andorra la Vella Annual Festival", "2018-08-05": "Andorra la Vella Annual Festival", "2018-08-06": "Andorra la Vella Annual Festival", "2018-08-15": "Assumption Day", "2018-09-08": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-05": "Carnival", "2019-03-14": "Constitution Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-10": "Whit Monday", "2019-08-03": "Andorra la Vella Annual Festival", "2019-08-04": "Andorra la Vella Annual Festival", "2019-08-05": "Andorra la Vella Annual Festival", "2019-08-15": "Assumption Day", "2019-09-08": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-02-25": "Carnival", "2020-03-14": "Constitution Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-01": "Whit Monday", "2020-08-01": "Andorra la Vella Annual Festival", "2020-08-02": "Andorra la Vella Annual Festival", "2020-08-03": "Andorra la Vella Annual Festival", "2020-08-15": "Assumption Day", "2020-09-08": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-02-16": "Carnival", "2021-03-14": "Constitution Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-24": "Whit Monday", "2021-08-07": "Andorra la Vella Annual Festival", "2021-08-08": "Andorra la Vella Annual Festival", "2021-08-09": "Andorra la Vella Annual Festival", "2021-08-15": "Assumption Day", "2021-09-08": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-01": "Carnival", "2022-03-14": "Constitution Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-06-06": "Whit Monday", "2022-08-06": "Andorra la Vella Annual Festival", "2022-08-07": "Andorra la Vella Annual Festival", "2022-08-08": "Andorra la Vella Annual Festival", "2022-08-15": "Assumption Day", "2022-09-08": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-21": "Carnival", "2023-03-14": "Constitution Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-29": "Whit Monday", "2023-08-05": "Andorra la Vella Annual Festival", "2023-08-06": "Andorra la Vella Annual Festival", "2023-08-07": "Andorra la Vella Annual Festival", "2023-08-15": "Assumption Day", "2023-09-08": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-13": "Carnival", "2024-03-14": "Constitution Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-20": "Whit Monday", "2024-08-03": "Andorra la Vella Annual Festival", "2024-08-04": "Andorra la Vella Annual Festival", "2024-08-05": "Andorra la Vella Annual Festival", "2024-08-15": "Assumption Day", "2024-09-08": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-04": "Carnival", "2025-03-14": "Constitution Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-09": "Whit Monday", "2025-08-02": "Andorra la Vella Annual Festival", "2025-08-03": "Andorra la Vella Annual Festival", "2025-08-04": "Andorra la Vella Annual Festival", "2025-08-15": "Assumption Day", "2025-09-08": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-17": "Carnival", "2026-03-14": "Constitution Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-25": "Whit Monday", "2026-08-01": "Andorra la Vella Annual Festival", "2026-08-02": "Andorra la Vella Annual Festival", "2026-08-03": "Andorra la Vella Annual Festival", "2026-08-15": "Assumption Day", "2026-09-08": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-02-09": "Carnival", "2027-03-14": "Constitution Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-17": "Whit Monday", "2027-08-07": "Andorra la Vella Annual Festival", "2027-08-08": "Andorra la Vella Annual Festival", "2027-08-09": "Andorra la Vella Annual Festival", "2027-08-15": "Assumption Day", "2027-09-08": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-29": "Carnival", "2028-03-14": "Constitution Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-05": "Whit Monday", "2028-08-05": "Andorra la Vella Annual Festival", "2028-08-06": "Andorra la Vella Annual Festival", "2028-08-07": "Andorra la Vella Annual Festival", "2028-08-15": "Assumption Day", "2028-09-08": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-13": "Carnival", "2029-03-14": "Constitution Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-21": "Whit Monday", "2029-08-04": "Andorra la Vella Annual Festival", "2029-08-05": "Andorra la Vella Annual Festival", "2029-08-06": "Andorra la Vella Annual Festival", "2029-08-15": "Assumption Day", "2029-09-08": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-05": "Carnival", "2030-03-14": "Constitution Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-10": "Whit Monday", "2030-08-03": "Andorra la Vella Annual Festival", "2030-08-04": "Andorra la Vella Annual Festival", "2030-08-05": "Andorra la Vella Annual Festival", "2030-08-15": "Assumption Day", "2030-09-08": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-25": "Carnival", "2031-03-14": "Constitution Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-02": "Whit Monday", "2031-08-02": "Andorra la Vella Annual Festival", "2031-08-03": "Andorra la Vella Annual Festival", "2031-08-04": "Andorra la Vella Annual Festival", "2031-08-15": "Assumption Day", "2031-09-08": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-02-10": "Carnival", "2032-03-14": "Constitution Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-17": "Whit Monday", "2032-08-07": "Andorra la Vella Annual Festival", "2032-08-08": "Andorra la Vella Annual Festival", "2032-08-09": "Andorra la Vella Annual Festival", "2032-08-15": "Assumption Day", "2032-09-08": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-01": "Carnival", "2033-03-14": "Constitution Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-06": "Whit Monday", "2033-08-06": "Andorra la Vella Annual Festival", "2033-08-07": "Andorra la Vella Annual Festival", "2033-08-08": "Andorra la Vella Annual Festival", "2033-08-15": "Assumption Day", "2033-09-08": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-21": "Carnival", "2034-03-14": "Constitution Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-29": "Whit Monday", "2034-08-05": "Andorra la Vella Annual Festival", "2034-08-06": "Andorra la Vella Annual Festival", "2034-08-07": "Andorra la Vella Annual Festival", "2034-08-15": "Assumption Day", "2034-09-08": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-06": "Carnival", "2035-03-14": "Constitution Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-14": "Whit Monday", "2035-08-04": "Andorra la Vella Annual Festival", "2035-08-05": "Andorra la Vella Annual Festival", "2035-08-06": "Andorra la Vella Annual Festival", "2035-08-15": "Assumption Day", "2035-09-08": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-26": "Carnival", "2036-03-14": "Constitution Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-02": "Whit Monday", "2036-08-02": "Andorra la Vella Annual Festival", "2036-08-03": "Andorra la Vella Annual Festival", "2036-08-04": "Andorra la Vella Annual Festival", "2036-08-15": "Assumption Day", "2036-09-08": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-17": "Carnival", "2037-03-14": "Constitution Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-25": "Whit Monday", "2037-08-01": "Andorra la Vella Annual Festival", "2037-08-02": "Andorra la Vella Annual Festival", "2037-08-03": "Andorra la Vella Annual Festival", "2037-08-15": "Assumption Day", "2037-09-08": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-09": "Carnival", "2038-03-14": "Constitution Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-14": "Whit Monday", "2038-08-07": "Andorra la Vella Annual Festival", "2038-08-08": "Andorra la Vella Annual Festival", "2038-08-09": "Andorra la Vella Annual Festival", "2038-08-15": "Assumption Day", "2038-09-08": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-22": "Carnival", "2039-03-14": "Constitution Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-30": "Whit Monday", "2039-08-06": "Andorra la Vella Annual Festival", "2039-08-07": "Andorra la Vella Annual Festival", "2039-08-08": "Andorra la Vella Annual Festival", "2039-08-15": "Assumption Day", "2039-09-08": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-02-14": "Carnival", "2040-03-14": "Constitution Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-21": "Whit Monday", "2040-08-04": "Andorra la Vella Annual Festival", "2040-08-05": "Andorra la Vella Annual Festival", "2040-08-06": "Andorra la Vella Annual Festival", "2040-08-15": "Assumption Day", "2040-09-08": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-05": "Carnival", "2041-03-14": "Constitution Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-10": "Whit Monday", "2041-08-03": "Andorra la Vella Annual Festival", "2041-08-04": "Andorra la Vella Annual Festival", "2041-08-05": "Andorra la Vella Annual Festival", "2041-08-15": "Assumption Day", "2041-09-08": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-18": "Carnival", "2042-03-14": "Constitution Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-26": "Whit Monday", "2042-08-02": "Andorra la Vella Annual Festival", "2042-08-03": "Andorra la Vella Annual Festival", "2042-08-04": "Andorra la Vella Annual Festival", "2042-08-15": "Assumption Day", "2042-09-08": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-02-10": "Carnival", "2043-03-14": "Constitution Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-18": "Whit Monday", "2043-08-01": "Andorra la Vella Annual Festival", "2043-08-02": "Andorra la Vella Annual Festival", "2043-08-03": "Andorra la Vella Annual Festival", "2043-08-15": "Assumption Day", "2043-09-08": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-01": "Carnival", "2044-03-14": "Constitution Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-06": "Whit Monday", "2044-08-06": "Andorra la Vella Annual Festival", "2044-08-07": "Andorra la Vella Annual Festival", "2044-08-08": "Andorra la Vella Annual Festival", "2044-08-15": "Assumption Day", "2044-09-08": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-21": "Carnival", "2045-03-14": "Constitution Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-29": "Whit Monday", "2045-08-05": "Andorra la Vella Annual Festival", "2045-08-06": "Andorra la Vella Annual Festival", "2045-08-07": "Andorra la Vella Annual Festival", "2045-08-15": "Assumption Day", "2045-09-08": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-02-06": "Carnival", "2046-03-14": "Constitution Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-14": "Whit Monday", "2046-08-04": "Andorra la Vella Annual Festival", "2046-08-05": "Andorra la Vella Annual Festival", "2046-08-06": "Andorra la Vella Annual Festival", "2046-08-15": "Assumption Day", "2046-09-08": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-02-26": "Carnival", "2047-03-14": "Constitution Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-03": "Whit Monday", "2047-08-03": "Andorra la Vella Annual Festival", "2047-08-04": "Andorra la Vella Annual Festival", "2047-08-05": "Andorra la Vella Annual Festival", "2047-08-15": "Assumption Day", "2047-09-08": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-18": "Carnival", "2048-03-14": "Constitution Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-25": "Whit Monday", "2048-08-01": "Andorra la Vella Annual Festival", "2048-08-02": "Andorra la Vella Annual Festival", "2048-08-03": "Andorra la Vella Annual Festival", "2048-08-15": "Assumption Day", "2048-09-08": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-02": "Carnival", "2049-03-14": "Constitution Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-07": "Whit Monday", "2049-08-07": "Andorra la Vella Annual Festival", "2049-08-08": "Andorra la Vella Annual Festival", "2049-08-09": "Andorra la Vella Annual Festival", "2049-08-15": "Assumption Day", "2049-09-08": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-22": "Carnival", "2050-03-14": "Constitution Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-30": "Whit Monday", "2050-08-06": "Andorra la Vella Annual Festival", "2050-08-07": "Andorra la Vella Annual Festival", "2050-08-08": "Andorra la Vella Annual Festival", "2050-08-15": "Assumption Day", "2050-09-08": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/AD_08.json000066400000000000000000001677431500152103600210130ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-21": "Carnival", "1950-03-14": "Constitution Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-29": "Whit Monday", "1950-07-25": "Escaldes-Engordany Annual Festival", "1950-07-26": "Escaldes-Engordany Annual Festival", "1950-08-15": "Assumption Day", "1950-09-08": "National Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-06": "Carnival", "1951-03-14": "Constitution Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-14": "Whit Monday", "1951-07-25": "Escaldes-Engordany Annual Festival", "1951-07-26": "Escaldes-Engordany Annual Festival", "1951-08-15": "Assumption Day", "1951-09-08": "National Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-26": "Carnival", "1952-03-14": "Constitution Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-06-02": "Whit Monday", "1952-07-25": "Escaldes-Engordany Annual Festival", "1952-07-26": "Escaldes-Engordany Annual Festival", "1952-08-15": "Assumption Day", "1952-09-08": "National Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-17": "Carnival", "1953-03-14": "Constitution Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-25": "Whit Monday", "1953-07-25": "Escaldes-Engordany Annual Festival", "1953-07-26": "Escaldes-Engordany Annual Festival", "1953-08-15": "Assumption Day", "1953-09-08": "National Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-02": "Carnival", "1954-03-14": "Constitution Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-07": "Whit Monday", "1954-07-25": "Escaldes-Engordany Annual Festival", "1954-07-26": "Escaldes-Engordany Annual Festival", "1954-08-15": "Assumption Day", "1954-09-08": "National Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-22": "Carnival", "1955-03-14": "Constitution Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-30": "Whit Monday", "1955-07-25": "Escaldes-Engordany Annual Festival", "1955-07-26": "Escaldes-Engordany Annual Festival", "1955-08-15": "Assumption Day", "1955-09-08": "National Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-02-14": "Carnival", "1956-03-14": "Constitution Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-21": "Whit Monday", "1956-07-25": "Escaldes-Engordany Annual Festival", "1956-07-26": "Escaldes-Engordany Annual Festival", "1956-08-15": "Assumption Day", "1956-09-08": "National Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-05": "Carnival", "1957-03-14": "Constitution Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-10": "Whit Monday", "1957-07-25": "Escaldes-Engordany Annual Festival", "1957-07-26": "Escaldes-Engordany Annual Festival", "1957-08-15": "Assumption Day", "1957-09-08": "National Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-18": "Carnival", "1958-03-14": "Constitution Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-26": "Whit Monday", "1958-07-25": "Escaldes-Engordany Annual Festival", "1958-07-26": "Escaldes-Engordany Annual Festival", "1958-08-15": "Assumption Day", "1958-09-08": "National Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-10": "Carnival", "1959-03-14": "Constitution Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-18": "Whit Monday", "1959-07-25": "Escaldes-Engordany Annual Festival", "1959-07-26": "Escaldes-Engordany Annual Festival", "1959-08-15": "Assumption Day", "1959-09-08": "National Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-01": "Carnival", "1960-03-14": "Constitution Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-06": "Whit Monday", "1960-07-25": "Escaldes-Engordany Annual Festival", "1960-07-26": "Escaldes-Engordany Annual Festival", "1960-08-15": "Assumption Day", "1960-09-08": "National Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-14": "Carnival", "1961-03-14": "Constitution Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-22": "Whit Monday", "1961-07-25": "Escaldes-Engordany Annual Festival", "1961-07-26": "Escaldes-Engordany Annual Festival", "1961-08-15": "Assumption Day", "1961-09-08": "National Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-06": "Carnival", "1962-03-14": "Constitution Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-11": "Whit Monday", "1962-07-25": "Escaldes-Engordany Annual Festival", "1962-07-26": "Escaldes-Engordany Annual Festival", "1962-08-15": "Assumption Day", "1962-09-08": "National Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-26": "Carnival", "1963-03-14": "Constitution Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-03": "Whit Monday", "1963-07-25": "Escaldes-Engordany Annual Festival", "1963-07-26": "Escaldes-Engordany Annual Festival", "1963-08-15": "Assumption Day", "1963-09-08": "National Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-11": "Carnival", "1964-03-14": "Constitution Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-18": "Whit Monday", "1964-07-25": "Escaldes-Engordany Annual Festival", "1964-07-26": "Escaldes-Engordany Annual Festival", "1964-08-15": "Assumption Day", "1964-09-08": "National Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-02": "Carnival", "1965-03-14": "Constitution Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-07": "Whit Monday", "1965-07-25": "Escaldes-Engordany Annual Festival", "1965-07-26": "Escaldes-Engordany Annual Festival", "1965-08-15": "Assumption Day", "1965-09-08": "National Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-22": "Carnival", "1966-03-14": "Constitution Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-30": "Whit Monday", "1966-07-25": "Escaldes-Engordany Annual Festival", "1966-07-26": "Escaldes-Engordany Annual Festival", "1966-08-15": "Assumption Day", "1966-09-08": "National Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-07": "Carnival", "1967-03-14": "Constitution Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-15": "Whit Monday", "1967-07-25": "Escaldes-Engordany Annual Festival", "1967-07-26": "Escaldes-Engordany Annual Festival", "1967-08-15": "Assumption Day", "1967-09-08": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-27": "Carnival", "1968-03-14": "Constitution Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-03": "Whit Monday", "1968-07-25": "Escaldes-Engordany Annual Festival", "1968-07-26": "Escaldes-Engordany Annual Festival", "1968-08-15": "Assumption Day", "1968-09-08": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-18": "Carnival", "1969-03-14": "Constitution Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-26": "Whit Monday", "1969-07-25": "Escaldes-Engordany Annual Festival", "1969-07-26": "Escaldes-Engordany Annual Festival", "1969-08-15": "Assumption Day", "1969-09-08": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-10": "Carnival", "1970-03-14": "Constitution Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-18": "Whit Monday", "1970-07-25": "Escaldes-Engordany Annual Festival", "1970-07-26": "Escaldes-Engordany Annual Festival", "1970-08-15": "Assumption Day", "1970-09-08": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-23": "Carnival", "1971-03-14": "Constitution Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-31": "Whit Monday", "1971-07-25": "Escaldes-Engordany Annual Festival", "1971-07-26": "Escaldes-Engordany Annual Festival", "1971-08-15": "Assumption Day", "1971-09-08": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-15": "Carnival", "1972-03-14": "Constitution Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-22": "Whit Monday", "1972-07-25": "Escaldes-Engordany Annual Festival", "1972-07-26": "Escaldes-Engordany Annual Festival", "1972-08-15": "Assumption Day", "1972-09-08": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-06": "Carnival", "1973-03-14": "Constitution Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-11": "Whit Monday", "1973-07-25": "Escaldes-Engordany Annual Festival", "1973-07-26": "Escaldes-Engordany Annual Festival", "1973-08-15": "Assumption Day", "1973-09-08": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-26": "Carnival", "1974-03-14": "Constitution Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-03": "Whit Monday", "1974-07-25": "Escaldes-Engordany Annual Festival", "1974-07-26": "Escaldes-Engordany Annual Festival", "1974-08-15": "Assumption Day", "1974-09-08": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-11": "Carnival", "1975-03-14": "Constitution Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-19": "Whit Monday", "1975-07-25": "Escaldes-Engordany Annual Festival", "1975-07-26": "Escaldes-Engordany Annual Festival", "1975-08-15": "Assumption Day", "1975-09-08": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-02": "Carnival", "1976-03-14": "Constitution Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-07": "Whit Monday", "1976-07-25": "Escaldes-Engordany Annual Festival", "1976-07-26": "Escaldes-Engordany Annual Festival", "1976-08-15": "Assumption Day", "1976-09-08": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-22": "Carnival", "1977-03-14": "Constitution Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-30": "Whit Monday", "1977-07-25": "Escaldes-Engordany Annual Festival", "1977-07-26": "Escaldes-Engordany Annual Festival", "1977-08-15": "Assumption Day", "1977-09-08": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-02-07": "Carnival", "1978-03-14": "Constitution Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-15": "Whit Monday", "1978-07-25": "Escaldes-Engordany Annual Festival", "1978-07-26": "Escaldes-Engordany Annual Festival", "1978-08-15": "Assumption Day", "1978-09-08": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-27": "Carnival", "1979-03-14": "Constitution Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-04": "Whit Monday", "1979-07-25": "Escaldes-Engordany Annual Festival", "1979-07-26": "Escaldes-Engordany Annual Festival", "1979-08-15": "Assumption Day", "1979-09-08": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-19": "Carnival", "1980-03-14": "Constitution Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-26": "Whit Monday", "1980-07-25": "Escaldes-Engordany Annual Festival", "1980-07-26": "Escaldes-Engordany Annual Festival", "1980-08-15": "Assumption Day", "1980-09-08": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-03": "Carnival", "1981-03-14": "Constitution Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-08": "Whit Monday", "1981-07-25": "Escaldes-Engordany Annual Festival", "1981-07-26": "Escaldes-Engordany Annual Festival", "1981-08-15": "Assumption Day", "1981-09-08": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-02-23": "Carnival", "1982-03-14": "Constitution Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-31": "Whit Monday", "1982-07-25": "Escaldes-Engordany Annual Festival", "1982-07-26": "Escaldes-Engordany Annual Festival", "1982-08-15": "Assumption Day", "1982-09-08": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-15": "Carnival", "1983-03-14": "Constitution Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-23": "Whit Monday", "1983-07-25": "Escaldes-Engordany Annual Festival", "1983-07-26": "Escaldes-Engordany Annual Festival", "1983-08-15": "Assumption Day", "1983-09-08": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-06": "Carnival", "1984-03-14": "Constitution Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-11": "Whit Monday", "1984-07-25": "Escaldes-Engordany Annual Festival", "1984-07-26": "Escaldes-Engordany Annual Festival", "1984-08-15": "Assumption Day", "1984-09-08": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-19": "Carnival", "1985-03-14": "Constitution Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-27": "Whit Monday", "1985-07-25": "Escaldes-Engordany Annual Festival", "1985-07-26": "Escaldes-Engordany Annual Festival", "1985-08-15": "Assumption Day", "1985-09-08": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-02-11": "Carnival", "1986-03-14": "Constitution Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-19": "Whit Monday", "1986-07-25": "Escaldes-Engordany Annual Festival", "1986-07-26": "Escaldes-Engordany Annual Festival", "1986-08-15": "Assumption Day", "1986-09-08": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-03": "Carnival", "1987-03-14": "Constitution Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-08": "Whit Monday", "1987-07-25": "Escaldes-Engordany Annual Festival", "1987-07-26": "Escaldes-Engordany Annual Festival", "1987-08-15": "Assumption Day", "1987-09-08": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-16": "Carnival", "1988-03-14": "Constitution Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-23": "Whit Monday", "1988-07-25": "Escaldes-Engordany Annual Festival", "1988-07-26": "Escaldes-Engordany Annual Festival", "1988-08-15": "Assumption Day", "1988-09-08": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-02-07": "Carnival", "1989-03-14": "Constitution Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-15": "Whit Monday", "1989-07-25": "Escaldes-Engordany Annual Festival", "1989-07-26": "Escaldes-Engordany Annual Festival", "1989-08-15": "Assumption Day", "1989-09-08": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-27": "Carnival", "1990-03-14": "Constitution Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-04": "Whit Monday", "1990-07-25": "Escaldes-Engordany Annual Festival", "1990-07-26": "Escaldes-Engordany Annual Festival", "1990-08-15": "Assumption Day", "1990-09-08": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-12": "Carnival", "1991-03-14": "Constitution Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-20": "Whit Monday", "1991-07-25": "Escaldes-Engordany Annual Festival", "1991-07-26": "Escaldes-Engordany Annual Festival", "1991-08-15": "Assumption Day", "1991-09-08": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-03": "Carnival", "1992-03-14": "Constitution Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-08": "Whit Monday", "1992-07-25": "Escaldes-Engordany Annual Festival", "1992-07-26": "Escaldes-Engordany Annual Festival", "1992-08-15": "Assumption Day", "1992-09-08": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-02-23": "Carnival", "1993-03-14": "Constitution Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-31": "Whit Monday", "1993-07-25": "Escaldes-Engordany Annual Festival", "1993-07-26": "Escaldes-Engordany Annual Festival", "1993-08-15": "Assumption Day", "1993-09-08": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-02-15": "Carnival", "1994-03-14": "Constitution Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-23": "Whit Monday", "1994-07-25": "Escaldes-Engordany Annual Festival", "1994-07-26": "Escaldes-Engordany Annual Festival", "1994-08-15": "Assumption Day", "1994-09-08": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-02-28": "Carnival", "1995-03-14": "Constitution Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-05": "Whit Monday", "1995-07-25": "Escaldes-Engordany Annual Festival", "1995-07-26": "Escaldes-Engordany Annual Festival", "1995-08-15": "Assumption Day", "1995-09-08": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-20": "Carnival", "1996-03-14": "Constitution Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-27": "Whit Monday", "1996-07-25": "Escaldes-Engordany Annual Festival", "1996-07-26": "Escaldes-Engordany Annual Festival", "1996-08-15": "Assumption Day", "1996-09-08": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-02-11": "Carnival", "1997-03-14": "Constitution Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-19": "Whit Monday", "1997-07-25": "Escaldes-Engordany Annual Festival", "1997-07-26": "Escaldes-Engordany Annual Festival", "1997-08-15": "Assumption Day", "1997-09-08": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-02-24": "Carnival", "1998-03-14": "Constitution Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-01": "Whit Monday", "1998-07-25": "Escaldes-Engordany Annual Festival", "1998-07-26": "Escaldes-Engordany Annual Festival", "1998-08-15": "Assumption Day", "1998-09-08": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-16": "Carnival", "1999-03-14": "Constitution Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-24": "Whit Monday", "1999-07-25": "Escaldes-Engordany Annual Festival", "1999-07-26": "Escaldes-Engordany Annual Festival", "1999-08-15": "Assumption Day", "1999-09-08": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-07": "Carnival", "2000-03-14": "Constitution Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-12": "Whit Monday", "2000-07-25": "Escaldes-Engordany Annual Festival", "2000-07-26": "Escaldes-Engordany Annual Festival", "2000-08-15": "Assumption Day", "2000-09-08": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-27": "Carnival", "2001-03-14": "Constitution Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-04": "Whit Monday", "2001-07-25": "Escaldes-Engordany Annual Festival", "2001-07-26": "Escaldes-Engordany Annual Festival", "2001-08-15": "Assumption Day", "2001-09-08": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-02-12": "Carnival", "2002-03-14": "Constitution Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-20": "Whit Monday", "2002-07-25": "Escaldes-Engordany Annual Festival", "2002-07-26": "Escaldes-Engordany Annual Festival", "2002-08-15": "Assumption Day", "2002-09-08": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-04": "Carnival", "2003-03-14": "Constitution Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-09": "Whit Monday", "2003-07-25": "Escaldes-Engordany Annual Festival", "2003-07-26": "Escaldes-Engordany Annual Festival", "2003-08-15": "Assumption Day", "2003-09-08": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-24": "Carnival", "2004-03-14": "Constitution Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-31": "Whit Monday", "2004-07-25": "Escaldes-Engordany Annual Festival", "2004-07-26": "Escaldes-Engordany Annual Festival", "2004-08-15": "Assumption Day", "2004-09-08": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-02-08": "Carnival", "2005-03-14": "Constitution Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-16": "Whit Monday", "2005-07-25": "Escaldes-Engordany Annual Festival", "2005-07-26": "Escaldes-Engordany Annual Festival", "2005-08-15": "Assumption Day", "2005-09-08": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-02-28": "Carnival", "2006-03-14": "Constitution Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-05": "Whit Monday", "2006-07-25": "Escaldes-Engordany Annual Festival", "2006-07-26": "Escaldes-Engordany Annual Festival", "2006-08-15": "Assumption Day", "2006-09-08": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-20": "Carnival", "2007-03-14": "Constitution Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-28": "Whit Monday", "2007-07-25": "Escaldes-Engordany Annual Festival", "2007-07-26": "Escaldes-Engordany Annual Festival", "2007-08-15": "Assumption Day", "2007-09-08": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-02-05": "Carnival", "2008-03-14": "Constitution Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-12": "Whit Monday", "2008-07-25": "Escaldes-Engordany Annual Festival", "2008-07-26": "Escaldes-Engordany Annual Festival", "2008-08-15": "Assumption Day", "2008-09-08": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-02-24": "Carnival", "2009-03-14": "Constitution Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-01": "Whit Monday", "2009-07-25": "Escaldes-Engordany Annual Festival", "2009-07-26": "Escaldes-Engordany Annual Festival", "2009-08-15": "Assumption Day", "2009-09-08": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-16": "Carnival", "2010-03-14": "Constitution Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-24": "Whit Monday", "2010-07-25": "Escaldes-Engordany Annual Festival", "2010-07-26": "Escaldes-Engordany Annual Festival", "2010-08-15": "Assumption Day", "2010-09-08": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-08": "Carnival", "2011-03-14": "Constitution Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-13": "Whit Monday", "2011-07-25": "Escaldes-Engordany Annual Festival", "2011-07-26": "Escaldes-Engordany Annual Festival", "2011-08-15": "Assumption Day", "2011-09-08": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-21": "Carnival", "2012-03-14": "Constitution Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-28": "Whit Monday", "2012-07-25": "Escaldes-Engordany Annual Festival", "2012-07-26": "Escaldes-Engordany Annual Festival", "2012-08-15": "Assumption Day", "2012-09-08": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-02-12": "Carnival", "2013-03-14": "Constitution Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-20": "Whit Monday", "2013-07-25": "Escaldes-Engordany Annual Festival", "2013-07-26": "Escaldes-Engordany Annual Festival", "2013-08-15": "Assumption Day", "2013-09-08": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-04": "Carnival", "2014-03-14": "Constitution Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-09": "Whit Monday", "2014-07-25": "Escaldes-Engordany Annual Festival", "2014-07-26": "Escaldes-Engordany Annual Festival", "2014-08-15": "Assumption Day", "2014-09-08": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-17": "Carnival", "2015-03-14": "Constitution Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-25": "Whit Monday", "2015-07-25": "Escaldes-Engordany Annual Festival", "2015-07-26": "Escaldes-Engordany Annual Festival", "2015-08-15": "Assumption Day", "2015-09-08": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-02-09": "Carnival", "2016-03-14": "Constitution Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-16": "Whit Monday", "2016-07-25": "Escaldes-Engordany Annual Festival", "2016-07-26": "Escaldes-Engordany Annual Festival", "2016-08-15": "Assumption Day", "2016-09-08": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-28": "Carnival", "2017-03-14": "Constitution Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-05": "Whit Monday", "2017-07-25": "Escaldes-Engordany Annual Festival", "2017-07-26": "Escaldes-Engordany Annual Festival", "2017-08-15": "Assumption Day", "2017-09-08": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-13": "Carnival", "2018-03-14": "Constitution Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-21": "Whit Monday", "2018-07-25": "Escaldes-Engordany Annual Festival", "2018-07-26": "Escaldes-Engordany Annual Festival", "2018-08-15": "Assumption Day", "2018-09-08": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-05": "Carnival", "2019-03-14": "Constitution Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-10": "Whit Monday", "2019-07-25": "Escaldes-Engordany Annual Festival", "2019-07-26": "Escaldes-Engordany Annual Festival", "2019-08-15": "Assumption Day", "2019-09-08": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-02-25": "Carnival", "2020-03-14": "Constitution Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-01": "Whit Monday", "2020-07-25": "Escaldes-Engordany Annual Festival", "2020-07-26": "Escaldes-Engordany Annual Festival", "2020-08-15": "Assumption Day", "2020-09-08": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-02-16": "Carnival", "2021-03-14": "Constitution Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-24": "Whit Monday", "2021-07-25": "Escaldes-Engordany Annual Festival", "2021-07-26": "Escaldes-Engordany Annual Festival", "2021-08-15": "Assumption Day", "2021-09-08": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-01": "Carnival", "2022-03-14": "Constitution Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-06-06": "Whit Monday", "2022-07-25": "Escaldes-Engordany Annual Festival", "2022-07-26": "Escaldes-Engordany Annual Festival", "2022-08-15": "Assumption Day", "2022-09-08": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-21": "Carnival", "2023-03-14": "Constitution Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-29": "Whit Monday", "2023-07-25": "Escaldes-Engordany Annual Festival", "2023-07-26": "Escaldes-Engordany Annual Festival", "2023-08-15": "Assumption Day", "2023-09-08": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-13": "Carnival", "2024-03-14": "Constitution Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-20": "Whit Monday", "2024-07-25": "Escaldes-Engordany Annual Festival", "2024-07-26": "Escaldes-Engordany Annual Festival", "2024-08-15": "Assumption Day", "2024-09-08": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-04": "Carnival", "2025-03-14": "Constitution Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-09": "Whit Monday", "2025-07-25": "Escaldes-Engordany Annual Festival", "2025-07-26": "Escaldes-Engordany Annual Festival", "2025-08-15": "Assumption Day", "2025-09-08": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-17": "Carnival", "2026-03-14": "Constitution Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-25": "Whit Monday", "2026-07-25": "Escaldes-Engordany Annual Festival", "2026-07-26": "Escaldes-Engordany Annual Festival", "2026-08-15": "Assumption Day", "2026-09-08": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-02-09": "Carnival", "2027-03-14": "Constitution Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-17": "Whit Monday", "2027-07-25": "Escaldes-Engordany Annual Festival", "2027-07-26": "Escaldes-Engordany Annual Festival", "2027-08-15": "Assumption Day", "2027-09-08": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-29": "Carnival", "2028-03-14": "Constitution Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-05": "Whit Monday", "2028-07-25": "Escaldes-Engordany Annual Festival", "2028-07-26": "Escaldes-Engordany Annual Festival", "2028-08-15": "Assumption Day", "2028-09-08": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-13": "Carnival", "2029-03-14": "Constitution Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-21": "Whit Monday", "2029-07-25": "Escaldes-Engordany Annual Festival", "2029-07-26": "Escaldes-Engordany Annual Festival", "2029-08-15": "Assumption Day", "2029-09-08": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-05": "Carnival", "2030-03-14": "Constitution Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-10": "Whit Monday", "2030-07-25": "Escaldes-Engordany Annual Festival", "2030-07-26": "Escaldes-Engordany Annual Festival", "2030-08-15": "Assumption Day", "2030-09-08": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-25": "Carnival", "2031-03-14": "Constitution Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-02": "Whit Monday", "2031-07-25": "Escaldes-Engordany Annual Festival", "2031-07-26": "Escaldes-Engordany Annual Festival", "2031-08-15": "Assumption Day", "2031-09-08": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-02-10": "Carnival", "2032-03-14": "Constitution Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-17": "Whit Monday", "2032-07-25": "Escaldes-Engordany Annual Festival", "2032-07-26": "Escaldes-Engordany Annual Festival", "2032-08-15": "Assumption Day", "2032-09-08": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-01": "Carnival", "2033-03-14": "Constitution Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-06": "Whit Monday", "2033-07-25": "Escaldes-Engordany Annual Festival", "2033-07-26": "Escaldes-Engordany Annual Festival", "2033-08-15": "Assumption Day", "2033-09-08": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-21": "Carnival", "2034-03-14": "Constitution Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-29": "Whit Monday", "2034-07-25": "Escaldes-Engordany Annual Festival", "2034-07-26": "Escaldes-Engordany Annual Festival", "2034-08-15": "Assumption Day", "2034-09-08": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-06": "Carnival", "2035-03-14": "Constitution Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-14": "Whit Monday", "2035-07-25": "Escaldes-Engordany Annual Festival", "2035-07-26": "Escaldes-Engordany Annual Festival", "2035-08-15": "Assumption Day", "2035-09-08": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-26": "Carnival", "2036-03-14": "Constitution Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-02": "Whit Monday", "2036-07-25": "Escaldes-Engordany Annual Festival", "2036-07-26": "Escaldes-Engordany Annual Festival", "2036-08-15": "Assumption Day", "2036-09-08": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-17": "Carnival", "2037-03-14": "Constitution Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-25": "Whit Monday", "2037-07-25": "Escaldes-Engordany Annual Festival", "2037-07-26": "Escaldes-Engordany Annual Festival", "2037-08-15": "Assumption Day", "2037-09-08": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-09": "Carnival", "2038-03-14": "Constitution Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-14": "Whit Monday", "2038-07-25": "Escaldes-Engordany Annual Festival", "2038-07-26": "Escaldes-Engordany Annual Festival", "2038-08-15": "Assumption Day", "2038-09-08": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-22": "Carnival", "2039-03-14": "Constitution Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-30": "Whit Monday", "2039-07-25": "Escaldes-Engordany Annual Festival", "2039-07-26": "Escaldes-Engordany Annual Festival", "2039-08-15": "Assumption Day", "2039-09-08": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-02-14": "Carnival", "2040-03-14": "Constitution Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-21": "Whit Monday", "2040-07-25": "Escaldes-Engordany Annual Festival", "2040-07-26": "Escaldes-Engordany Annual Festival", "2040-08-15": "Assumption Day", "2040-09-08": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-05": "Carnival", "2041-03-14": "Constitution Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-10": "Whit Monday", "2041-07-25": "Escaldes-Engordany Annual Festival", "2041-07-26": "Escaldes-Engordany Annual Festival", "2041-08-15": "Assumption Day", "2041-09-08": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-18": "Carnival", "2042-03-14": "Constitution Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-26": "Whit Monday", "2042-07-25": "Escaldes-Engordany Annual Festival", "2042-07-26": "Escaldes-Engordany Annual Festival", "2042-08-15": "Assumption Day", "2042-09-08": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-02-10": "Carnival", "2043-03-14": "Constitution Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-18": "Whit Monday", "2043-07-25": "Escaldes-Engordany Annual Festival", "2043-07-26": "Escaldes-Engordany Annual Festival", "2043-08-15": "Assumption Day", "2043-09-08": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-01": "Carnival", "2044-03-14": "Constitution Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-06": "Whit Monday", "2044-07-25": "Escaldes-Engordany Annual Festival", "2044-07-26": "Escaldes-Engordany Annual Festival", "2044-08-15": "Assumption Day", "2044-09-08": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-21": "Carnival", "2045-03-14": "Constitution Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-29": "Whit Monday", "2045-07-25": "Escaldes-Engordany Annual Festival", "2045-07-26": "Escaldes-Engordany Annual Festival", "2045-08-15": "Assumption Day", "2045-09-08": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-02-06": "Carnival", "2046-03-14": "Constitution Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-14": "Whit Monday", "2046-07-25": "Escaldes-Engordany Annual Festival", "2046-07-26": "Escaldes-Engordany Annual Festival", "2046-08-15": "Assumption Day", "2046-09-08": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-02-26": "Carnival", "2047-03-14": "Constitution Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-03": "Whit Monday", "2047-07-25": "Escaldes-Engordany Annual Festival", "2047-07-26": "Escaldes-Engordany Annual Festival", "2047-08-15": "Assumption Day", "2047-09-08": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-18": "Carnival", "2048-03-14": "Constitution Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-25": "Whit Monday", "2048-07-25": "Escaldes-Engordany Annual Festival", "2048-07-26": "Escaldes-Engordany Annual Festival", "2048-08-15": "Assumption Day", "2048-09-08": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-02": "Carnival", "2049-03-14": "Constitution Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-07": "Whit Monday", "2049-07-25": "Escaldes-Engordany Annual Festival", "2049-07-26": "Escaldes-Engordany Annual Festival", "2049-08-15": "Assumption Day", "2049-09-08": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-22": "Carnival", "2050-03-14": "Constitution Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-30": "Whit Monday", "2050-07-25": "Escaldes-Engordany Annual Festival", "2050-07-26": "Escaldes-Engordany Annual Festival", "2050-08-15": "Assumption Day", "2050-09-08": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/AD_COMMON.json000066400000000000000000001416631500152103600215450ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-21": "Carnival", "1950-03-14": "Constitution Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-29": "Whit Monday", "1950-08-15": "Assumption Day", "1950-09-08": "National Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-06": "Carnival", "1951-03-14": "Constitution Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-14": "Whit Monday", "1951-08-15": "Assumption Day", "1951-09-08": "National Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-26": "Carnival", "1952-03-14": "Constitution Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-06-02": "Whit Monday", "1952-08-15": "Assumption Day", "1952-09-08": "National Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-17": "Carnival", "1953-03-14": "Constitution Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-25": "Whit Monday", "1953-08-15": "Assumption Day", "1953-09-08": "National Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-02": "Carnival", "1954-03-14": "Constitution Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-07": "Whit Monday", "1954-08-15": "Assumption Day", "1954-09-08": "National Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-22": "Carnival", "1955-03-14": "Constitution Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-30": "Whit Monday", "1955-08-15": "Assumption Day", "1955-09-08": "National Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-02-14": "Carnival", "1956-03-14": "Constitution Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-21": "Whit Monday", "1956-08-15": "Assumption Day", "1956-09-08": "National Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-05": "Carnival", "1957-03-14": "Constitution Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-10": "Whit Monday", "1957-08-15": "Assumption Day", "1957-09-08": "National Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-18": "Carnival", "1958-03-14": "Constitution Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-26": "Whit Monday", "1958-08-15": "Assumption Day", "1958-09-08": "National Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-10": "Carnival", "1959-03-14": "Constitution Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-18": "Whit Monday", "1959-08-15": "Assumption Day", "1959-09-08": "National Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-01": "Carnival", "1960-03-14": "Constitution Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-06": "Whit Monday", "1960-08-15": "Assumption Day", "1960-09-08": "National Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-14": "Carnival", "1961-03-14": "Constitution Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-22": "Whit Monday", "1961-08-15": "Assumption Day", "1961-09-08": "National Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-06": "Carnival", "1962-03-14": "Constitution Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-11": "Whit Monday", "1962-08-15": "Assumption Day", "1962-09-08": "National Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-26": "Carnival", "1963-03-14": "Constitution Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-03": "Whit Monday", "1963-08-15": "Assumption Day", "1963-09-08": "National Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-11": "Carnival", "1964-03-14": "Constitution Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-18": "Whit Monday", "1964-08-15": "Assumption Day", "1964-09-08": "National Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-02": "Carnival", "1965-03-14": "Constitution Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-07": "Whit Monday", "1965-08-15": "Assumption Day", "1965-09-08": "National Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-22": "Carnival", "1966-03-14": "Constitution Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-30": "Whit Monday", "1966-08-15": "Assumption Day", "1966-09-08": "National Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-07": "Carnival", "1967-03-14": "Constitution Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-15": "Whit Monday", "1967-08-15": "Assumption Day", "1967-09-08": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-27": "Carnival", "1968-03-14": "Constitution Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-03": "Whit Monday", "1968-08-15": "Assumption Day", "1968-09-08": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-18": "Carnival", "1969-03-14": "Constitution Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-26": "Whit Monday", "1969-08-15": "Assumption Day", "1969-09-08": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-10": "Carnival", "1970-03-14": "Constitution Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-18": "Whit Monday", "1970-08-15": "Assumption Day", "1970-09-08": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-23": "Carnival", "1971-03-14": "Constitution Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-31": "Whit Monday", "1971-08-15": "Assumption Day", "1971-09-08": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-15": "Carnival", "1972-03-14": "Constitution Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-22": "Whit Monday", "1972-08-15": "Assumption Day", "1972-09-08": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-06": "Carnival", "1973-03-14": "Constitution Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-11": "Whit Monday", "1973-08-15": "Assumption Day", "1973-09-08": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-26": "Carnival", "1974-03-14": "Constitution Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-03": "Whit Monday", "1974-08-15": "Assumption Day", "1974-09-08": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-11": "Carnival", "1975-03-14": "Constitution Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-19": "Whit Monday", "1975-08-15": "Assumption Day", "1975-09-08": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-02": "Carnival", "1976-03-14": "Constitution Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-07": "Whit Monday", "1976-08-15": "Assumption Day", "1976-09-08": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-22": "Carnival", "1977-03-14": "Constitution Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-30": "Whit Monday", "1977-08-15": "Assumption Day", "1977-09-08": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-02-07": "Carnival", "1978-03-14": "Constitution Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-15": "Whit Monday", "1978-08-15": "Assumption Day", "1978-09-08": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-27": "Carnival", "1979-03-14": "Constitution Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-04": "Whit Monday", "1979-08-15": "Assumption Day", "1979-09-08": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-19": "Carnival", "1980-03-14": "Constitution Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-26": "Whit Monday", "1980-08-15": "Assumption Day", "1980-09-08": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-03": "Carnival", "1981-03-14": "Constitution Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-08": "Whit Monday", "1981-08-15": "Assumption Day", "1981-09-08": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-02-23": "Carnival", "1982-03-14": "Constitution Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-31": "Whit Monday", "1982-08-15": "Assumption Day", "1982-09-08": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-15": "Carnival", "1983-03-14": "Constitution Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-23": "Whit Monday", "1983-08-15": "Assumption Day", "1983-09-08": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-06": "Carnival", "1984-03-14": "Constitution Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-11": "Whit Monday", "1984-08-15": "Assumption Day", "1984-09-08": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-19": "Carnival", "1985-03-14": "Constitution Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-27": "Whit Monday", "1985-08-15": "Assumption Day", "1985-09-08": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-02-11": "Carnival", "1986-03-14": "Constitution Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-19": "Whit Monday", "1986-08-15": "Assumption Day", "1986-09-08": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-03": "Carnival", "1987-03-14": "Constitution Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-08": "Whit Monday", "1987-08-15": "Assumption Day", "1987-09-08": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-16": "Carnival", "1988-03-14": "Constitution Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-23": "Whit Monday", "1988-08-15": "Assumption Day", "1988-09-08": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-02-07": "Carnival", "1989-03-14": "Constitution Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-15": "Whit Monday", "1989-08-15": "Assumption Day", "1989-09-08": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-27": "Carnival", "1990-03-14": "Constitution Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-04": "Whit Monday", "1990-08-15": "Assumption Day", "1990-09-08": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-12": "Carnival", "1991-03-14": "Constitution Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-20": "Whit Monday", "1991-08-15": "Assumption Day", "1991-09-08": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-03": "Carnival", "1992-03-14": "Constitution Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-08": "Whit Monday", "1992-08-15": "Assumption Day", "1992-09-08": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-02-23": "Carnival", "1993-03-14": "Constitution Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-31": "Whit Monday", "1993-08-15": "Assumption Day", "1993-09-08": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-02-15": "Carnival", "1994-03-14": "Constitution Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-23": "Whit Monday", "1994-08-15": "Assumption Day", "1994-09-08": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-02-28": "Carnival", "1995-03-14": "Constitution Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-05": "Whit Monday", "1995-08-15": "Assumption Day", "1995-09-08": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-20": "Carnival", "1996-03-14": "Constitution Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-27": "Whit Monday", "1996-08-15": "Assumption Day", "1996-09-08": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-02-11": "Carnival", "1997-03-14": "Constitution Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-19": "Whit Monday", "1997-08-15": "Assumption Day", "1997-09-08": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-02-24": "Carnival", "1998-03-14": "Constitution Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-01": "Whit Monday", "1998-08-15": "Assumption Day", "1998-09-08": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-16": "Carnival", "1999-03-14": "Constitution Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-24": "Whit Monday", "1999-08-15": "Assumption Day", "1999-09-08": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-07": "Carnival", "2000-03-14": "Constitution Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-12": "Whit Monday", "2000-08-15": "Assumption Day", "2000-09-08": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-27": "Carnival", "2001-03-14": "Constitution Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-04": "Whit Monday", "2001-08-15": "Assumption Day", "2001-09-08": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-02-12": "Carnival", "2002-03-14": "Constitution Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-20": "Whit Monday", "2002-08-15": "Assumption Day", "2002-09-08": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-04": "Carnival", "2003-03-14": "Constitution Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-09": "Whit Monday", "2003-08-15": "Assumption Day", "2003-09-08": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-24": "Carnival", "2004-03-14": "Constitution Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-31": "Whit Monday", "2004-08-15": "Assumption Day", "2004-09-08": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-02-08": "Carnival", "2005-03-14": "Constitution Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-16": "Whit Monday", "2005-08-15": "Assumption Day", "2005-09-08": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-02-28": "Carnival", "2006-03-14": "Constitution Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-05": "Whit Monday", "2006-08-15": "Assumption Day", "2006-09-08": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-20": "Carnival", "2007-03-14": "Constitution Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-28": "Whit Monday", "2007-08-15": "Assumption Day", "2007-09-08": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-02-05": "Carnival", "2008-03-14": "Constitution Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-12": "Whit Monday", "2008-08-15": "Assumption Day", "2008-09-08": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-02-24": "Carnival", "2009-03-14": "Constitution Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-01": "Whit Monday", "2009-08-15": "Assumption Day", "2009-09-08": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-16": "Carnival", "2010-03-14": "Constitution Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-24": "Whit Monday", "2010-08-15": "Assumption Day", "2010-09-08": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-08": "Carnival", "2011-03-14": "Constitution Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-13": "Whit Monday", "2011-08-15": "Assumption Day", "2011-09-08": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-21": "Carnival", "2012-03-14": "Constitution Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-28": "Whit Monday", "2012-08-15": "Assumption Day", "2012-09-08": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-02-12": "Carnival", "2013-03-14": "Constitution Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-20": "Whit Monday", "2013-08-15": "Assumption Day", "2013-09-08": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-04": "Carnival", "2014-03-14": "Constitution Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-09": "Whit Monday", "2014-08-15": "Assumption Day", "2014-09-08": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-17": "Carnival", "2015-03-14": "Constitution Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-25": "Whit Monday", "2015-08-15": "Assumption Day", "2015-09-08": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-02-09": "Carnival", "2016-03-14": "Constitution Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-16": "Whit Monday", "2016-08-15": "Assumption Day", "2016-09-08": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-28": "Carnival", "2017-03-14": "Constitution Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-05": "Whit Monday", "2017-08-15": "Assumption Day", "2017-09-08": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-13": "Carnival", "2018-03-14": "Constitution Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-21": "Whit Monday", "2018-08-15": "Assumption Day", "2018-09-08": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-05": "Carnival", "2019-03-14": "Constitution Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-10": "Whit Monday", "2019-08-15": "Assumption Day", "2019-09-08": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-02-25": "Carnival", "2020-03-14": "Constitution Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-01": "Whit Monday", "2020-08-15": "Assumption Day", "2020-09-08": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-02-16": "Carnival", "2021-03-14": "Constitution Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-24": "Whit Monday", "2021-08-15": "Assumption Day", "2021-09-08": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-01": "Carnival", "2022-03-14": "Constitution Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-06-06": "Whit Monday", "2022-08-15": "Assumption Day", "2022-09-08": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-21": "Carnival", "2023-03-14": "Constitution Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-29": "Whit Monday", "2023-08-15": "Assumption Day", "2023-09-08": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-13": "Carnival", "2024-03-14": "Constitution Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-20": "Whit Monday", "2024-08-15": "Assumption Day", "2024-09-08": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-04": "Carnival", "2025-03-14": "Constitution Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-09": "Whit Monday", "2025-08-15": "Assumption Day", "2025-09-08": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-17": "Carnival", "2026-03-14": "Constitution Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-25": "Whit Monday", "2026-08-15": "Assumption Day", "2026-09-08": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-02-09": "Carnival", "2027-03-14": "Constitution Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-17": "Whit Monday", "2027-08-15": "Assumption Day", "2027-09-08": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-29": "Carnival", "2028-03-14": "Constitution Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-05": "Whit Monday", "2028-08-15": "Assumption Day", "2028-09-08": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-13": "Carnival", "2029-03-14": "Constitution Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-21": "Whit Monday", "2029-08-15": "Assumption Day", "2029-09-08": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-05": "Carnival", "2030-03-14": "Constitution Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-10": "Whit Monday", "2030-08-15": "Assumption Day", "2030-09-08": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-25": "Carnival", "2031-03-14": "Constitution Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-02": "Whit Monday", "2031-08-15": "Assumption Day", "2031-09-08": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-02-10": "Carnival", "2032-03-14": "Constitution Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-17": "Whit Monday", "2032-08-15": "Assumption Day", "2032-09-08": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-01": "Carnival", "2033-03-14": "Constitution Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-06": "Whit Monday", "2033-08-15": "Assumption Day", "2033-09-08": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-21": "Carnival", "2034-03-14": "Constitution Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-29": "Whit Monday", "2034-08-15": "Assumption Day", "2034-09-08": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-06": "Carnival", "2035-03-14": "Constitution Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-14": "Whit Monday", "2035-08-15": "Assumption Day", "2035-09-08": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-26": "Carnival", "2036-03-14": "Constitution Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-02": "Whit Monday", "2036-08-15": "Assumption Day", "2036-09-08": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-17": "Carnival", "2037-03-14": "Constitution Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-25": "Whit Monday", "2037-08-15": "Assumption Day", "2037-09-08": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-09": "Carnival", "2038-03-14": "Constitution Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-14": "Whit Monday", "2038-08-15": "Assumption Day", "2038-09-08": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-22": "Carnival", "2039-03-14": "Constitution Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-30": "Whit Monday", "2039-08-15": "Assumption Day", "2039-09-08": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-02-14": "Carnival", "2040-03-14": "Constitution Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-21": "Whit Monday", "2040-08-15": "Assumption Day", "2040-09-08": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-05": "Carnival", "2041-03-14": "Constitution Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-10": "Whit Monday", "2041-08-15": "Assumption Day", "2041-09-08": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-18": "Carnival", "2042-03-14": "Constitution Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-26": "Whit Monday", "2042-08-15": "Assumption Day", "2042-09-08": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-02-10": "Carnival", "2043-03-14": "Constitution Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-18": "Whit Monday", "2043-08-15": "Assumption Day", "2043-09-08": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-01": "Carnival", "2044-03-14": "Constitution Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-06": "Whit Monday", "2044-08-15": "Assumption Day", "2044-09-08": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-21": "Carnival", "2045-03-14": "Constitution Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-29": "Whit Monday", "2045-08-15": "Assumption Day", "2045-09-08": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-02-06": "Carnival", "2046-03-14": "Constitution Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-14": "Whit Monday", "2046-08-15": "Assumption Day", "2046-09-08": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-02-26": "Carnival", "2047-03-14": "Constitution Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-03": "Whit Monday", "2047-08-15": "Assumption Day", "2047-09-08": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-18": "Carnival", "2048-03-14": "Constitution Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-25": "Whit Monday", "2048-08-15": "Assumption Day", "2048-09-08": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-02": "Carnival", "2049-03-14": "Constitution Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-07": "Whit Monday", "2049-08-15": "Assumption Day", "2049-09-08": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-22": "Carnival", "2050-03-14": "Constitution Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-30": "Whit Monday", "2050-08-15": "Assumption Day", "2050-09-08": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/AE_COMMON.json000066400000000000000000001342171500152103600215430ustar00rootroot00000000000000{ "1972-01-01": "New Year's Day", "1972-01-25": "Arafat Day (estimated)", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha Holiday (estimated)", "1972-01-28": "Eid al-Adha Holiday (estimated)", "1972-02-16": "Islamic New Year (estimated)", "1972-04-25": "Prophet's Birthday (estimated)", "1972-09-05": "Isra' and Mi'raj (estimated)", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr Holiday (estimated)", "1972-11-09": "Eid al-Fitr Holiday (estimated)", "1972-12-02": "National Day", "1972-12-03": "National Day", "1973-01-01": "New Year's Day", "1973-01-13": "Arafat Day (estimated)", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha Holiday (estimated)", "1973-01-16": "Eid al-Adha Holiday (estimated)", "1973-02-04": "Islamic New Year (estimated)", "1973-04-15": "Prophet's Birthday (estimated)", "1973-08-25": "Isra' and Mi'raj (estimated)", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr Holiday (estimated)", "1973-10-29": "Eid al-Fitr Holiday (estimated)", "1973-12-02": "National Day", "1973-12-03": "National Day", "1974-01-01": "New Year's Day", "1974-01-02": "Arafat Day (estimated)", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha Holiday (estimated)", "1974-01-05": "Eid al-Adha Holiday (estimated)", "1974-01-24": "Islamic New Year (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-08-15": "Isra' and Mi'raj (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr Holiday (estimated)", "1974-10-18": "Eid al-Fitr Holiday (estimated)", "1974-12-02": "National Day", "1974-12-03": "National Day", "1974-12-23": "Arafat Day (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha Holiday (estimated)", "1974-12-26": "Eid al-Adha Holiday (estimated)", "1975-01-01": "New Year's Day", "1975-01-13": "Islamic New Year (estimated)", "1975-03-24": "Prophet's Birthday (estimated)", "1975-08-05": "Isra' and Mi'raj (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr Holiday (estimated)", "1975-10-08": "Eid al-Fitr Holiday (estimated)", "1975-12-02": "National Day", "1975-12-03": "National Day", "1975-12-12": "Arafat Day (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha Holiday (estimated)", "1975-12-15": "Eid al-Adha Holiday (estimated)", "1976-01-01": "New Year's Day", "1976-01-02": "Islamic New Year (estimated)", "1976-03-12": "Prophet's Birthday (estimated)", "1976-07-24": "Isra' and Mi'raj (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr Holiday (estimated)", "1976-09-26": "Eid al-Fitr Holiday (estimated)", "1976-11-30": "Arafat Day (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha Holiday (estimated); National Day", "1976-12-03": "Eid al-Adha Holiday (estimated); National Day", "1976-12-22": "Islamic New Year (estimated)", "1977-01-01": "New Year's Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-07-13": "Isra' and Mi'raj (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr Holiday (estimated)", "1977-09-16": "Eid al-Fitr Holiday (estimated)", "1977-11-20": "Arafat Day (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha Holiday (estimated)", "1977-11-23": "Eid al-Adha Holiday (estimated)", "1977-12-02": "National Day", "1977-12-03": "National Day", "1977-12-11": "Islamic New Year (estimated)", "1978-01-01": "New Year's Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-07-02": "Isra' and Mi'raj (estimated)", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr Holiday (estimated)", "1978-09-05": "Eid al-Fitr Holiday (estimated)", "1978-11-09": "Arafat Day (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha Holiday (estimated)", "1978-11-12": "Eid al-Adha Holiday (estimated)", "1978-12-01": "Islamic New Year (estimated)", "1978-12-02": "National Day", "1978-12-03": "National Day", "1979-01-01": "New Year's Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-06-22": "Isra' and Mi'raj (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr Holiday (estimated)", "1979-08-25": "Eid al-Fitr Holiday (estimated)", "1979-10-30": "Arafat Day (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha Holiday (estimated)", "1979-11-02": "Eid al-Adha Holiday (estimated)", "1979-11-20": "Islamic New Year (estimated)", "1979-12-02": "National Day", "1979-12-03": "National Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-06-10": "Isra' and Mi'raj (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr Holiday (estimated)", "1980-08-14": "Eid al-Fitr Holiday (estimated)", "1980-10-18": "Arafat Day (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha Holiday (estimated)", "1980-10-21": "Eid al-Adha Holiday (estimated)", "1980-11-09": "Islamic New Year (estimated)", "1980-12-02": "National Day", "1980-12-03": "National Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-05-31": "Isra' and Mi'raj (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr Holiday (estimated)", "1981-08-03": "Eid al-Fitr Holiday (estimated)", "1981-10-07": "Arafat Day (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha Holiday (estimated)", "1981-10-10": "Eid al-Adha Holiday (estimated)", "1981-10-28": "Islamic New Year (estimated)", "1981-12-02": "National Day", "1981-12-03": "National Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet's Birthday (estimated)", "1982-05-20": "Isra' and Mi'raj (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr Holiday (estimated)", "1982-07-23": "Eid al-Fitr Holiday (estimated)", "1982-09-26": "Arafat Day (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha Holiday (estimated)", "1982-09-29": "Eid al-Adha Holiday (estimated)", "1982-10-18": "Islamic New Year (estimated)", "1982-12-02": "National Day", "1982-12-03": "National Day", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-05-10": "Isra' and Mi'raj (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr Holiday (estimated)", "1983-07-13": "Eid al-Fitr Holiday (estimated)", "1983-09-16": "Arafat Day (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha Holiday (estimated)", "1983-09-19": "Eid al-Adha Holiday (estimated)", "1983-10-07": "Islamic New Year (estimated)", "1983-12-02": "National Day", "1983-12-03": "National Day", "1983-12-16": "Prophet's Birthday (estimated)", "1984-01-01": "New Year's Day", "1984-04-28": "Isra' and Mi'raj (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr Holiday (estimated)", "1984-07-02": "Eid al-Fitr Holiday (estimated)", "1984-09-04": "Arafat Day (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha Holiday (estimated)", "1984-09-07": "Eid al-Adha Holiday (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-12-02": "National Day", "1984-12-03": "National Day", "1984-12-04": "Prophet's Birthday (estimated)", "1985-01-01": "New Year's Day", "1985-04-17": "Isra' and Mi'raj (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr Holiday (estimated)", "1985-06-21": "Eid al-Fitr Holiday (estimated)", "1985-08-25": "Arafat Day (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha Holiday (estimated)", "1985-08-28": "Eid al-Adha Holiday (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-02": "National Day", "1985-12-03": "National Day", "1986-01-01": "New Year's Day", "1986-04-06": "Isra' and Mi'raj (estimated)", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr Holiday (estimated)", "1986-06-10": "Eid al-Fitr Holiday (estimated)", "1986-08-14": "Arafat Day (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha Holiday (estimated)", "1986-08-17": "Eid al-Adha Holiday (estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-11-14": "Prophet's Birthday (estimated)", "1986-12-02": "National Day", "1986-12-03": "National Day", "1987-01-01": "New Year's Day", "1987-03-27": "Isra' and Mi'raj (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr Holiday (estimated)", "1987-05-30": "Eid al-Fitr Holiday (estimated)", "1987-08-03": "Arafat Day (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha Holiday (estimated)", "1987-08-06": "Eid al-Adha Holiday (estimated)", "1987-08-25": "Islamic New Year (estimated)", "1987-11-03": "Prophet's Birthday (estimated)", "1987-12-02": "National Day", "1987-12-03": "National Day", "1988-01-01": "New Year's Day", "1988-03-15": "Isra' and Mi'raj (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr Holiday (estimated)", "1988-05-18": "Eid al-Fitr Holiday (estimated)", "1988-07-22": "Arafat Day (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha Holiday (estimated)", "1988-07-25": "Eid al-Adha Holiday (estimated)", "1988-08-13": "Islamic New Year (estimated)", "1988-10-22": "Prophet's Birthday (estimated)", "1988-12-02": "National Day", "1988-12-03": "National Day", "1989-01-01": "New Year's Day", "1989-03-05": "Isra' and Mi'raj (estimated)", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr Holiday (estimated)", "1989-05-08": "Eid al-Fitr Holiday (estimated)", "1989-07-12": "Arafat Day (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha Holiday (estimated)", "1989-07-15": "Eid al-Adha Holiday (estimated)", "1989-08-02": "Islamic New Year (estimated)", "1989-10-11": "Prophet's Birthday (estimated)", "1989-12-02": "National Day", "1989-12-03": "National Day", "1990-01-01": "New Year's Day", "1990-02-22": "Isra' and Mi'raj (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr Holiday (estimated)", "1990-04-28": "Eid al-Fitr Holiday (estimated)", "1990-07-01": "Arafat Day (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha Holiday (estimated)", "1990-07-04": "Eid al-Adha Holiday (estimated)", "1990-07-23": "Islamic New Year (estimated)", "1990-10-01": "Prophet's Birthday (estimated)", "1990-12-02": "National Day", "1990-12-03": "National Day", "1991-01-01": "New Year's Day", "1991-02-11": "Isra' and Mi'raj (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr Holiday (estimated)", "1991-04-17": "Eid al-Fitr Holiday (estimated)", "1991-06-21": "Arafat Day (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha Holiday (estimated)", "1991-06-24": "Eid al-Adha Holiday (estimated)", "1991-07-12": "Islamic New Year (estimated)", "1991-09-20": "Prophet's Birthday (estimated)", "1991-12-02": "National Day", "1991-12-03": "National Day", "1992-01-01": "New Year's Day", "1992-01-31": "Isra' and Mi'raj (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr Holiday (estimated)", "1992-04-06": "Eid al-Fitr Holiday (estimated)", "1992-06-10": "Arafat Day (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha Holiday (estimated)", "1992-06-13": "Eid al-Adha Holiday (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-09-09": "Prophet's Birthday (estimated)", "1992-12-02": "National Day", "1992-12-03": "National Day", "1993-01-01": "New Year's Day", "1993-01-20": "Isra' and Mi'raj (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr Holiday (estimated)", "1993-03-26": "Eid al-Fitr Holiday (estimated)", "1993-05-30": "Arafat Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha Holiday (estimated)", "1993-06-02": "Eid al-Adha Holiday (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-08-29": "Prophet's Birthday (estimated)", "1993-12-02": "National Day", "1993-12-03": "National Day", "1994-01-01": "New Year's Day", "1994-01-09": "Isra' and Mi'raj (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr Holiday (estimated)", "1994-03-15": "Eid al-Fitr Holiday (estimated)", "1994-05-19": "Arafat Day (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha Holiday (estimated)", "1994-05-22": "Eid al-Adha Holiday (estimated)", "1994-06-10": "Islamic New Year (estimated)", "1994-08-19": "Prophet's Birthday (estimated)", "1994-12-02": "National Day", "1994-12-03": "National Day", "1994-12-29": "Isra' and Mi'raj (estimated)", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr Holiday (estimated)", "1995-03-04": "Eid al-Fitr Holiday (estimated)", "1995-05-08": "Arafat Day (estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha Holiday (estimated)", "1995-05-11": "Eid al-Adha Holiday (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-12-02": "National Day", "1995-12-03": "National Day", "1995-12-19": "Isra' and Mi'raj (estimated)", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr Holiday (estimated)", "1996-02-21": "Eid al-Fitr Holiday (estimated)", "1996-04-26": "Arafat Day (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha Holiday (estimated)", "1996-04-29": "Eid al-Adha Holiday (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-12-02": "National Day", "1996-12-03": "National Day", "1996-12-08": "Isra' and Mi'raj (estimated)", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr Holiday (estimated)", "1997-02-10": "Eid al-Fitr Holiday (estimated)", "1997-04-16": "Arafat Day (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha Holiday (estimated)", "1997-04-19": "Eid al-Adha Holiday (estimated)", "1997-05-07": "Islamic New Year (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-11-27": "Isra' and Mi'raj (estimated)", "1997-12-02": "National Day", "1997-12-03": "National Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr Holiday (estimated)", "1998-01-31": "Eid al-Fitr Holiday (estimated)", "1998-04-06": "Arafat Day (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha Holiday (estimated)", "1998-04-09": "Eid al-Adha Holiday (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-11-16": "Isra' and Mi'raj (estimated)", "1998-12-02": "National Day", "1998-12-03": "National Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr Holiday (estimated)", "1999-01-20": "Eid al-Fitr Holiday (estimated)", "1999-03-26": "Arafat Day (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha Holiday (estimated)", "1999-03-29": "Eid al-Adha Holiday (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-06-26": "Prophet's Birthday (estimated)", "1999-11-05": "Isra' and Mi'raj (estimated)", "1999-12-02": "National Day", "1999-12-03": "National Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr Holiday (estimated)", "2000-01-10": "Eid al-Fitr Holiday (estimated)", "2000-03-15": "Arafat Day (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha Holiday (estimated)", "2000-03-18": "Eid al-Adha Holiday (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-06-14": "Prophet's Birthday (estimated)", "2000-10-24": "Isra' and Mi'raj (estimated)", "2000-12-02": "National Day", "2000-12-03": "National Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr Holiday (estimated)", "2000-12-29": "Eid al-Fitr Holiday (estimated)", "2001-01-01": "New Year's Day", "2001-03-04": "Arafat Day (estimated)", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha Holiday (estimated)", "2001-03-07": "Eid al-Adha Holiday (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-06-04": "Prophet's Birthday (estimated)", "2001-10-14": "Isra' and Mi'raj (estimated)", "2001-12-02": "National Day", "2001-12-03": "National Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr Holiday (estimated)", "2001-12-18": "Eid al-Fitr Holiday (estimated)", "2002-01-01": "New Year's Day", "2002-02-21": "Arafat Day (estimated)", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha Holiday (estimated)", "2002-02-24": "Eid al-Adha Holiday (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-05-24": "Prophet's Birthday (estimated)", "2002-10-04": "Isra' and Mi'raj (estimated)", "2002-12-02": "National Day", "2002-12-03": "National Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr Holiday (estimated)", "2002-12-07": "Eid al-Fitr Holiday (estimated)", "2003-01-01": "New Year's Day", "2003-02-10": "Arafat Day (estimated)", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha Holiday (estimated)", "2003-02-13": "Eid al-Adha Holiday (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-05-13": "Prophet's Birthday (estimated)", "2003-09-24": "Isra' and Mi'raj (estimated)", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr Holiday (estimated)", "2003-11-27": "Eid al-Fitr Holiday (estimated)", "2003-12-02": "National Day", "2003-12-03": "National Day", "2004-01-01": "New Year's Day", "2004-01-31": "Arafat Day (estimated)", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha Holiday (estimated)", "2004-02-03": "Eid al-Adha Holiday (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-05-01": "Prophet's Birthday (estimated)", "2004-09-12": "Isra' and Mi'raj (estimated)", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr Holiday (estimated)", "2004-11-16": "Eid al-Fitr Holiday (estimated)", "2004-12-02": "National Day", "2004-12-03": "National Day", "2005-01-01": "New Year's Day", "2005-01-20": "Arafat Day (estimated)", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha Holiday (estimated)", "2005-01-23": "Eid al-Adha Holiday (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-04-21": "Prophet's Birthday (estimated)", "2005-09-01": "Isra' and Mi'raj (estimated)", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr Holiday (estimated)", "2005-11-05": "Eid al-Fitr Holiday (estimated)", "2005-12-02": "National Day", "2005-12-03": "National Day", "2006-01-01": "New Year's Day", "2006-01-09": "Arafat Day (estimated)", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha Holiday (estimated)", "2006-01-12": "Eid al-Adha Holiday (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-04-10": "Prophet's Birthday (estimated)", "2006-08-21": "Isra' and Mi'raj (estimated)", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr Holiday (estimated)", "2006-10-25": "Eid al-Fitr Holiday (estimated)", "2006-12-02": "National Day", "2006-12-03": "National Day", "2006-12-30": "Arafat Day (estimated)", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha Holiday (estimated); New Year's Day", "2007-01-02": "Eid al-Adha Holiday (estimated)", "2007-01-20": "Islamic New Year (estimated)", "2007-03-31": "Prophet's Birthday (estimated)", "2007-08-10": "Isra' and Mi'raj (estimated)", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr Holiday (estimated)", "2007-10-15": "Eid al-Fitr Holiday (estimated)", "2007-12-02": "National Day", "2007-12-03": "National Day", "2007-12-19": "Arafat Day (estimated)", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha Holiday (estimated)", "2007-12-22": "Eid al-Adha Holiday (estimated)", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-20": "Prophet's Birthday (estimated)", "2008-07-30": "Isra' and Mi'raj (estimated)", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr Holiday (estimated)", "2008-10-03": "Eid al-Fitr Holiday (estimated)", "2008-12-02": "National Day", "2008-12-03": "National Day", "2008-12-07": "Arafat Day (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha Holiday (estimated)", "2008-12-10": "Eid al-Adha Holiday (estimated)", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-09": "Prophet's Birthday (estimated)", "2009-07-20": "Isra' and Mi'raj (estimated)", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr Holiday (estimated)", "2009-09-22": "Eid al-Fitr Holiday (estimated)", "2009-11-26": "Arafat Day (estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha Holiday (estimated)", "2009-11-29": "Eid al-Adha Holiday (estimated)", "2009-12-02": "National Day", "2009-12-03": "National Day", "2009-12-18": "Islamic New Year (estimated)", "2010-01-01": "New Year's Day", "2010-02-26": "Prophet's Birthday (estimated)", "2010-07-09": "Isra' and Mi'raj (estimated)", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr Holiday (estimated)", "2010-09-12": "Eid al-Fitr Holiday (estimated)", "2010-11-15": "Arafat Day (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha Holiday (estimated)", "2010-11-18": "Eid al-Adha Holiday (estimated)", "2010-12-02": "National Day", "2010-12-03": "National Day", "2010-12-07": "Islamic New Year (estimated)", "2011-01-01": "New Year's Day", "2011-02-15": "Prophet's Birthday (estimated)", "2011-06-29": "Isra' and Mi'raj (estimated)", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr Holiday (estimated)", "2011-09-01": "Eid al-Fitr Holiday (estimated)", "2011-11-05": "Arafat Day (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha Holiday (estimated)", "2011-11-08": "Eid al-Adha Holiday (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-12-02": "National Day", "2011-12-03": "National Day", "2012-01-01": "New Year's Day", "2012-02-04": "Prophet's Birthday (estimated)", "2012-06-17": "Isra' and Mi'raj (estimated)", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr Holiday (estimated)", "2012-08-21": "Eid al-Fitr Holiday (estimated)", "2012-10-25": "Arafat Day (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha Holiday (estimated)", "2012-10-28": "Eid al-Adha Holiday (estimated)", "2012-11-15": "Islamic New Year (estimated)", "2012-12-02": "National Day", "2012-12-03": "National Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet's Birthday (estimated)", "2013-06-06": "Isra' and Mi'raj (estimated)", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr Holiday (estimated)", "2013-08-10": "Eid al-Fitr Holiday (estimated)", "2013-10-14": "Arafat Day (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha Holiday (estimated)", "2013-10-17": "Eid al-Adha Holiday (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-12-02": "National Day", "2013-12-03": "National Day", "2014-01-01": "New Year's Day", "2014-01-13": "Prophet's Birthday (estimated)", "2014-05-26": "Isra' and Mi'raj (estimated)", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr Holiday (estimated)", "2014-07-30": "Eid al-Fitr Holiday (estimated)", "2014-10-03": "Arafat Day (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha Holiday (estimated)", "2014-10-06": "Eid al-Adha Holiday (estimated)", "2014-10-25": "Islamic New Year (estimated)", "2014-12-02": "National Day", "2014-12-03": "National Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday (estimated)", "2015-05-16": "Isra' and Mi'raj (estimated)", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr Holiday (estimated)", "2015-07-19": "Eid al-Fitr Holiday (estimated)", "2015-09-22": "Arafat Day (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha Holiday (estimated)", "2015-09-25": "Eid al-Adha Holiday (estimated)", "2015-10-14": "Islamic New Year (estimated)", "2015-11-30": "Commemoration Day", "2015-12-02": "National Day", "2015-12-03": "National Day", "2015-12-23": "Prophet's Birthday (estimated)", "2016-01-01": "New Year's Day", "2016-05-04": "Isra' and Mi'raj (estimated)", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr Holiday (estimated)", "2016-07-08": "Eid al-Fitr Holiday (estimated)", "2016-09-10": "Arafat Day (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha Holiday (estimated)", "2016-09-13": "Eid al-Adha Holiday (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-11-30": "Commemoration Day", "2016-12-02": "National Day", "2016-12-03": "National Day", "2016-12-11": "Prophet's Birthday (estimated)", "2017-01-01": "New Year's Day", "2017-04-23": "Isra' and Mi'raj", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr Holiday", "2017-06-27": "Eid al-Fitr Holiday", "2017-08-31": "Arafat Day", "2017-09-01": "Eid al-Adha", "2017-09-02": "Eid al-Adha Holiday", "2017-09-03": "Eid al-Adha Holiday", "2017-09-22": "Islamic New Year", "2017-11-30": "Commemoration Day; Prophet's Birthday", "2017-12-02": "National Day", "2017-12-03": "National Day", "2018-01-01": "New Year's Day", "2018-04-14": "Isra' and Mi'raj", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr Holiday", "2018-06-17": "Eid al-Fitr Holiday", "2018-08-21": "Arafat Day", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha Holiday", "2018-08-24": "Eid al-Adha Holiday", "2018-09-11": "Islamic New Year", "2018-11-18": "Prophet's Birthday", "2018-11-30": "Commemoration Day", "2018-12-02": "National Day", "2018-12-03": "National Day", "2019-01-01": "New Year's Day", "2019-02-05": "Pope Francis' Visit Day", "2019-06-03": "Eid al-Fitr Holiday", "2019-06-04": "Eid al-Fitr", "2019-06-05": "Eid al-Fitr Holiday", "2019-06-06": "Eid al-Fitr Holiday", "2019-08-10": "Arafat Day", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha Holiday", "2019-08-13": "Eid al-Adha Holiday", "2019-08-31": "Islamic New Year", "2019-11-09": "Prophet's Birthday", "2019-12-01": "Commemoration Day", "2019-12-02": "National Day", "2019-12-03": "National Day", "2020-01-01": "New Year's Day", "2020-05-22": "Eid al-Fitr Holiday", "2020-05-23": "Eid al-Fitr Holiday", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr Holiday", "2020-05-26": "Eid al-Fitr Holiday", "2020-07-30": "Arafat Day", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha Holiday", "2020-08-02": "Eid al-Adha Holiday", "2020-08-23": "Islamic New Year", "2020-10-29": "Prophet's Birthday", "2020-12-01": "Commemoration Day", "2020-12-02": "National Day", "2020-12-03": "National Day", "2021-01-01": "New Year's Day", "2021-05-11": "Eid al-Fitr Holiday", "2021-05-12": "Eid al-Fitr Holiday", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr Holiday", "2021-05-15": "Eid al-Fitr Holiday", "2021-07-19": "Arafat Day", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha Holiday", "2021-07-22": "Eid al-Adha Holiday", "2021-08-12": "Islamic New Year", "2021-10-21": "Prophet's Birthday", "2021-12-01": "Commemoration Day", "2021-12-02": "National Day", "2021-12-03": "National Day", "2022-01-01": "New Year's Day", "2022-04-30": "Eid al-Fitr Holiday", "2022-05-01": "Eid al-Fitr Holiday", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr Holiday", "2022-05-04": "Eid al-Fitr Holiday", "2022-05-05": "Eid al-Fitr Holiday", "2022-05-06": "Eid al-Fitr Holiday", "2022-05-07": "Eid al-Fitr Holiday", "2022-05-08": "Eid al-Fitr Holiday", "2022-05-14": "Death of Sheikh Khalifa bin Zayed Al Nahyan", "2022-05-15": "Death of Sheikh Khalifa bin Zayed Al Nahyan", "2022-05-16": "Death of Sheikh Khalifa bin Zayed Al Nahyan", "2022-07-08": "Arafat Day", "2022-07-09": "Eid al-Adha", "2022-07-10": "Eid al-Adha Holiday", "2022-07-11": "Eid al-Adha Holiday", "2022-07-30": "Islamic New Year", "2022-10-08": "Prophet's Birthday", "2022-12-01": "Commemoration Day", "2022-12-02": "National Day", "2022-12-03": "National Day", "2023-01-01": "New Year's Day", "2023-04-20": "Eid al-Fitr Holiday", "2023-04-21": "Eid al-Fitr", "2023-04-22": "Eid al-Fitr Holiday", "2023-04-23": "Eid al-Fitr Holiday", "2023-06-27": "Arafat Day", "2023-06-28": "Eid al-Adha", "2023-06-29": "Eid al-Adha Holiday", "2023-06-30": "Eid al-Adha Holiday", "2023-07-21": "Islamic New Year", "2023-09-29": "Prophet's Birthday", "2023-12-01": "Commemoration Day", "2023-12-02": "National Day", "2023-12-03": "National Day", "2023-12-04": "National Day", "2024-01-01": "New Year's Day", "2024-04-08": "Eid al-Fitr Holiday", "2024-04-09": "Eid al-Fitr Holiday", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr Holiday", "2024-04-12": "Eid al-Fitr Holiday", "2024-06-15": "Arafat Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Eid al-Adha Holiday", "2024-06-18": "Eid al-Adha Holiday", "2024-07-07": "Islamic New Year", "2024-09-15": "Prophet's Birthday", "2024-12-02": "National Day", "2024-12-03": "National Day", "2025-01-01": "New Year's Day", "2025-03-30": "Eid al-Fitr", "2025-03-31": "Eid al-Fitr Holiday", "2025-04-01": "Eid al-Fitr Holiday", "2025-06-03": "Arafat Day", "2025-06-04": "Eid al-Adha", "2025-06-05": "Eid al-Adha Holiday", "2025-06-06": "Eid al-Adha Holiday", "2025-06-26": "Islamic New Year", "2025-09-05": "Prophet's Birthday", "2025-12-02": "National Day", "2025-12-03": "National Day", "2026-01-01": "New Year's Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr Holiday (estimated)", "2026-03-22": "Eid al-Fitr Holiday (estimated)", "2026-05-26": "Arafat Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha Holiday (estimated)", "2026-05-29": "Eid al-Adha Holiday (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet's Birthday (estimated)", "2026-12-02": "National Day", "2026-12-03": "National Day", "2027-01-01": "New Year's Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr Holiday (estimated)", "2027-03-11": "Eid al-Fitr Holiday (estimated)", "2027-05-15": "Arafat Day (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha Holiday (estimated)", "2027-05-18": "Eid al-Adha Holiday (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-12-02": "National Day", "2027-12-03": "National Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr Holiday (estimated)", "2028-02-28": "Eid al-Fitr Holiday (estimated)", "2028-05-04": "Arafat Day (estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha Holiday (estimated)", "2028-05-07": "Eid al-Adha Holiday (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-12-02": "National Day", "2028-12-03": "National Day", "2029-01-01": "New Year's Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr Holiday (estimated)", "2029-02-16": "Eid al-Fitr Holiday (estimated)", "2029-04-23": "Arafat Day (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha Holiday (estimated)", "2029-04-26": "Eid al-Adha Holiday (estimated)", "2029-05-14": "Islamic New Year (estimated)", "2029-07-24": "Prophet's Birthday (estimated)", "2029-12-02": "National Day", "2029-12-03": "National Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr Holiday (estimated)", "2030-02-06": "Eid al-Fitr Holiday (estimated)", "2030-04-12": "Arafat Day (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha Holiday (estimated)", "2030-04-15": "Eid al-Adha Holiday (estimated)", "2030-05-03": "Islamic New Year (estimated)", "2030-07-13": "Prophet's Birthday (estimated)", "2030-12-02": "National Day", "2030-12-03": "National Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr Holiday (estimated)", "2031-01-26": "Eid al-Fitr Holiday (estimated)", "2031-04-01": "Arafat Day (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha Holiday (estimated)", "2031-04-04": "Eid al-Adha Holiday (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-07-02": "Prophet's Birthday (estimated)", "2031-12-02": "National Day", "2031-12-03": "National Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr Holiday (estimated)", "2032-01-16": "Eid al-Fitr Holiday (estimated)", "2032-03-21": "Arafat Day (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha Holiday (estimated)", "2032-03-24": "Eid al-Adha Holiday (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-06-20": "Prophet's Birthday (estimated)", "2032-12-02": "National Day", "2032-12-03": "National Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr Holiday (estimated)", "2033-01-04": "Eid al-Fitr Holiday (estimated)", "2033-03-10": "Arafat Day (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha Holiday (estimated)", "2033-03-13": "Eid al-Adha Holiday (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-06-09": "Prophet's Birthday (estimated)", "2033-12-02": "National Day", "2033-12-03": "National Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr Holiday (estimated)", "2033-12-25": "Eid al-Fitr Holiday (estimated)", "2034-01-01": "New Year's Day", "2034-02-28": "Arafat Day (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha Holiday (estimated)", "2034-03-03": "Eid al-Adha Holiday (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-30": "Prophet's Birthday (estimated)", "2034-12-02": "National Day", "2034-12-03": "National Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr Holiday (estimated)", "2034-12-14": "Eid al-Fitr Holiday (estimated)", "2035-01-01": "New Year's Day", "2035-02-17": "Arafat Day (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha Holiday (estimated)", "2035-02-20": "Eid al-Adha Holiday (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-20": "Prophet's Birthday (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr Holiday (estimated); National Day", "2035-12-03": "Eid al-Fitr Holiday (estimated); National Day", "2036-01-01": "New Year's Day", "2036-02-06": "Arafat Day (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha Holiday (estimated)", "2036-02-09": "Eid al-Adha Holiday (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-08": "Prophet's Birthday (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr Holiday (estimated)", "2036-11-21": "Eid al-Fitr Holiday (estimated)", "2036-12-02": "National Day", "2036-12-03": "National Day", "2037-01-01": "New Year's Day", "2037-01-25": "Arafat Day (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha Holiday (estimated)", "2037-01-28": "Eid al-Adha Holiday (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-04-28": "Prophet's Birthday (estimated)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr Holiday (estimated)", "2037-11-10": "Eid al-Fitr Holiday (estimated)", "2037-12-02": "National Day", "2037-12-03": "National Day", "2038-01-01": "New Year's Day", "2038-01-15": "Arafat Day (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha Holiday (estimated)", "2038-01-18": "Eid al-Adha Holiday (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr Holiday (estimated)", "2038-10-31": "Eid al-Fitr Holiday (estimated)", "2038-12-02": "National Day", "2038-12-03": "National Day", "2039-01-01": "New Year's Day", "2039-01-04": "Arafat Day (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha Holiday (estimated)", "2039-01-07": "Eid al-Adha Holiday (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet's Birthday (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr Holiday (estimated)", "2039-10-21": "Eid al-Fitr Holiday (estimated)", "2039-12-02": "National Day", "2039-12-03": "National Day", "2039-12-25": "Arafat Day (estimated)", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha Holiday (estimated)", "2039-12-28": "Eid al-Adha Holiday (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-03-25": "Prophet's Birthday (estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr Holiday (estimated)", "2040-10-09": "Eid al-Fitr Holiday (estimated)", "2040-12-02": "National Day", "2040-12-03": "National Day", "2040-12-13": "Arafat Day (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha Holiday (estimated)", "2040-12-16": "Eid al-Adha Holiday (estimated)", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-15": "Prophet's Birthday (estimated)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr Holiday (estimated)", "2041-09-28": "Eid al-Fitr Holiday (estimated)", "2041-12-02": "National Day", "2041-12-03": "Arafat Day (estimated); National Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha Holiday (estimated)", "2041-12-06": "Eid al-Adha Holiday (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2042-01-01": "New Year's Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr Holiday (estimated)", "2042-09-17": "Eid al-Fitr Holiday (estimated)", "2042-11-22": "Arafat Day (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha Holiday (estimated)", "2042-11-25": "Eid al-Adha Holiday (estimated)", "2042-12-02": "National Day", "2042-12-03": "National Day", "2042-12-14": "Islamic New Year (estimated)", "2043-01-01": "New Year's Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr Holiday (estimated)", "2043-09-06": "Eid al-Fitr Holiday (estimated)", "2043-11-11": "Arafat Day (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha Holiday (estimated)", "2043-11-14": "Eid al-Adha Holiday (estimated)", "2043-12-02": "National Day", "2043-12-03": "Islamic New Year (estimated); National Day", "2044-01-01": "New Year's Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr Holiday (estimated)", "2044-08-26": "Eid al-Fitr Holiday (estimated)", "2044-10-30": "Arafat Day (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha Holiday (estimated)", "2044-11-02": "Eid al-Adha Holiday (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2044-12-02": "National Day", "2044-12-03": "National Day", "2045-01-01": "New Year's Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr Holiday (estimated)", "2045-08-16": "Eid al-Fitr Holiday (estimated)", "2045-10-20": "Arafat Day (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha Holiday (estimated)", "2045-10-23": "Eid al-Adha Holiday (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2045-12-02": "National Day", "2045-12-03": "National Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr Holiday (estimated)", "2046-08-05": "Eid al-Fitr Holiday (estimated)", "2046-10-09": "Arafat Day (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha Holiday (estimated)", "2046-10-12": "Eid al-Adha Holiday (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-12-02": "National Day", "2046-12-03": "National Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr Holiday (estimated)", "2047-07-26": "Eid al-Fitr Holiday (estimated)", "2047-09-29": "Arafat Day (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha Holiday (estimated)", "2047-10-02": "Eid al-Adha Holiday (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-12-02": "National Day", "2047-12-03": "National Day", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr Holiday (estimated)", "2048-07-14": "Eid al-Fitr Holiday (estimated)", "2048-09-18": "Arafat Day (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha Holiday (estimated)", "2048-09-21": "Eid al-Adha Holiday (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-12-02": "National Day", "2048-12-03": "National Day", "2048-12-18": "Prophet's Birthday (estimated)", "2049-01-01": "New Year's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr Holiday (estimated)", "2049-07-03": "Eid al-Fitr Holiday (estimated)", "2049-09-07": "Arafat Day (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha Holiday (estimated)", "2049-09-10": "Eid al-Adha Holiday (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-12-02": "National Day", "2049-12-03": "National Day", "2049-12-07": "Prophet's Birthday (estimated)", "2050-01-01": "New Year's Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr Holiday (estimated)", "2050-06-22": "Eid al-Fitr Holiday (estimated)", "2050-08-27": "Arafat Day (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha Holiday (estimated)", "2050-08-30": "Eid al-Adha Holiday (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-02": "National Day", "2050-12-03": "National Day" } holidays-0.71/snapshots/countries/AF_COMMON.json000066400000000000000000001724741500152103600215530ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-03-21": "Nowruz", "1950-06-17": "First Day of Ramadan (estimated)", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr (estimated)", "1950-07-18": "Eid al-Fitr (estimated)", "1950-08-19": "Afghanistan Independence Day", "1950-09-22": "Day of Arafah (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha (estimated)", "1950-09-25": "Eid al-Adha (estimated)", "1950-10-22": "Ashura (estimated)", "1950-12-22": "Prophet's Birthday (estimated)", "1951-03-22": "Nowruz", "1951-06-06": "First Day of Ramadan (estimated)", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr (estimated)", "1951-07-08": "Eid al-Fitr (estimated)", "1951-08-19": "Afghanistan Independence Day", "1951-09-11": "Day of Arafah (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha (estimated)", "1951-09-14": "Eid al-Adha (estimated)", "1951-10-11": "Ashura (estimated)", "1951-12-11": "Prophet's Birthday (estimated)", "1952-03-21": "Nowruz", "1952-05-25": "First Day of Ramadan (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (estimated)", "1952-06-25": "Eid al-Fitr (estimated)", "1952-08-19": "Afghanistan Independence Day", "1952-08-30": "Day of Arafah (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha (estimated)", "1952-09-02": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-11-30": "Prophet's Birthday (estimated)", "1953-03-21": "Nowruz", "1953-05-14": "First Day of Ramadan (estimated)", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (estimated)", "1953-06-15": "Eid al-Fitr (estimated)", "1953-08-19": "Afghanistan Independence Day; Day of Arafah (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha (estimated)", "1953-08-22": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-11-19": "Prophet's Birthday (estimated)", "1954-03-21": "Nowruz", "1954-05-04": "First Day of Ramadan (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (estimated)", "1954-06-04": "Eid al-Fitr (estimated)", "1954-08-08": "Day of Arafah (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha (estimated)", "1954-08-11": "Eid al-Adha (estimated)", "1954-08-19": "Afghanistan Independence Day", "1954-09-08": "Ashura (estimated)", "1954-11-08": "Prophet's Birthday (estimated)", "1955-03-22": "Nowruz", "1955-04-24": "First Day of Ramadan (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (estimated)", "1955-05-25": "Eid al-Fitr (estimated)", "1955-07-29": "Day of Arafah (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha (estimated)", "1955-08-01": "Eid al-Adha (estimated)", "1955-08-19": "Afghanistan Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-29": "Prophet's Birthday (estimated)", "1956-03-21": "Nowruz", "1956-04-12": "First Day of Ramadan (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (estimated)", "1956-05-13": "Eid al-Fitr (estimated)", "1956-07-18": "Day of Arafah (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha (estimated)", "1956-07-21": "Eid al-Adha (estimated)", "1956-08-17": "Ashura (estimated)", "1956-08-19": "Afghanistan Independence Day", "1956-10-17": "Prophet's Birthday (estimated)", "1957-03-21": "Nowruz", "1957-04-01": "First Day of Ramadan (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (estimated)", "1957-05-03": "Eid al-Fitr (estimated)", "1957-07-07": "Day of Arafah (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha (estimated)", "1957-07-10": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-19": "Afghanistan Independence Day", "1957-10-06": "Prophet's Birthday (estimated)", "1958-03-21": "First Day of Ramadan (estimated); Nowruz", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (estimated)", "1958-04-22": "Eid al-Fitr (estimated)", "1958-06-26": "Day of Arafah (estimated)", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha (estimated)", "1958-06-29": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-19": "Afghanistan Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1959-03-11": "First Day of Ramadan (estimated)", "1959-03-22": "Nowruz", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (estimated)", "1959-04-12": "Eid al-Fitr (estimated)", "1959-06-16": "Day of Arafah (estimated)", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha (estimated)", "1959-06-19": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-19": "Afghanistan Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1960-02-28": "First Day of Ramadan (estimated)", "1960-03-21": "Nowruz", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (estimated)", "1960-03-30": "Eid al-Fitr (estimated)", "1960-06-03": "Day of Arafah (estimated)", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha (estimated)", "1960-06-06": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-19": "Afghanistan Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1961-02-16": "First Day of Ramadan (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (estimated)", "1961-03-20": "Eid al-Fitr (estimated)", "1961-03-21": "Nowruz", "1961-05-24": "Day of Arafah (estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha (estimated)", "1961-05-27": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-19": "Afghanistan Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1962-02-05": "First Day of Ramadan (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (estimated)", "1962-03-09": "Eid al-Fitr (estimated)", "1962-03-21": "Nowruz", "1962-05-13": "Day of Arafah (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha (estimated)", "1962-05-16": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-19": "Afghanistan Independence Day", "1963-01-26": "First Day of Ramadan (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (estimated)", "1963-02-26": "Eid al-Fitr (estimated)", "1963-03-21": "Nowruz", "1963-05-02": "Day of Arafah (estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha (estimated)", "1963-05-05": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-19": "Afghanistan Independence Day", "1964-01-15": "First Day of Ramadan (estimated)", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (estimated)", "1964-02-16": "Eid al-Fitr (estimated)", "1964-03-21": "Nowruz", "1964-04-21": "Day of Arafah (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha (estimated)", "1964-04-24": "Eid al-Adha (estimated)", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-19": "Afghanistan Independence Day", "1965-01-03": "First Day of Ramadan (estimated)", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr (estimated)", "1965-02-04": "Eid al-Fitr (estimated)", "1965-03-21": "Nowruz", "1965-04-10": "Day of Arafah (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (estimated)", "1965-04-13": "Eid al-Adha (estimated)", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-19": "Afghanistan Independence Day", "1965-12-23": "First Day of Ramadan (estimated)", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (estimated)", "1966-01-24": "Eid al-Fitr (estimated)", "1966-03-21": "Nowruz", "1966-03-31": "Day of Arafah (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha (estimated)", "1966-04-03": "Eid al-Adha (estimated)", "1966-04-30": "Ashura (estimated)", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-19": "Afghanistan Independence Day", "1966-12-13": "First Day of Ramadan (estimated)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (estimated)", "1967-01-14": "Eid al-Fitr (estimated)", "1967-03-20": "Day of Arafah (estimated)", "1967-03-21": "Eid al-Adha (estimated); Nowruz", "1967-03-22": "Eid al-Adha (estimated)", "1967-03-23": "Eid al-Adha (estimated)", "1967-04-20": "Ashura (estimated)", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-19": "Afghanistan Independence Day", "1967-12-02": "First Day of Ramadan (estimated)", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-02": "Eid al-Fitr (estimated)", "1968-01-03": "Eid al-Fitr (estimated)", "1968-03-08": "Day of Arafah (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha (estimated)", "1968-03-11": "Eid al-Adha (estimated)", "1968-03-21": "Nowruz", "1968-04-08": "Ashura (estimated)", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-19": "Afghanistan Independence Day", "1968-11-21": "First Day of Ramadan (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (estimated)", "1968-12-23": "Eid al-Fitr (estimated)", "1969-02-26": "Day of Arafah (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha (estimated)", "1969-03-01": "Eid al-Adha (estimated)", "1969-03-21": "Nowruz", "1969-03-28": "Ashura (estimated)", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-19": "Afghanistan Independence Day", "1969-11-10": "First Day of Ramadan (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (estimated)", "1969-12-12": "Eid al-Fitr (estimated)", "1970-02-15": "Day of Arafah (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (estimated)", "1970-02-18": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-21": "Nowruz", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-19": "Afghanistan Independence Day", "1970-11-01": "First Day of Ramadan (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (estimated)", "1970-12-02": "Eid al-Fitr (estimated)", "1971-02-05": "Day of Arafah (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (estimated)", "1971-02-08": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-03-21": "Nowruz", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-19": "Afghanistan Independence Day", "1971-10-20": "First Day of Ramadan (estimated)", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (estimated)", "1971-11-21": "Eid al-Fitr (estimated)", "1972-01-25": "Day of Arafah (estimated)", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (estimated)", "1972-01-28": "Eid al-Adha (estimated)", "1972-02-25": "Ashura (estimated)", "1972-03-21": "Nowruz", "1972-04-25": "Prophet's Birthday (estimated)", "1972-08-19": "Afghanistan Independence Day", "1972-10-08": "First Day of Ramadan (estimated)", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (estimated)", "1972-11-09": "Eid al-Fitr (estimated)", "1973-01-13": "Day of Arafah (estimated)", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (estimated)", "1973-01-16": "Eid al-Adha (estimated)", "1973-02-13": "Ashura (estimated)", "1973-03-21": "Nowruz", "1973-04-15": "Prophet's Birthday (estimated)", "1973-08-19": "Afghanistan Independence Day", "1973-09-27": "First Day of Ramadan (estimated)", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (estimated)", "1973-10-29": "Eid al-Fitr (estimated)", "1974-01-02": "Day of Arafah (estimated)", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (estimated)", "1974-01-05": "Eid al-Adha (estimated)", "1974-02-02": "Ashura (estimated)", "1974-03-21": "Nowruz", "1974-04-04": "Prophet's Birthday (estimated)", "1974-05-01": "International Workers' Day", "1974-08-19": "Afghanistan Independence Day", "1974-09-17": "First Day of Ramadan (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (estimated)", "1974-10-18": "Eid al-Fitr (estimated)", "1974-12-23": "Day of Arafah (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha (estimated)", "1974-12-26": "Eid al-Adha (estimated)", "1975-01-22": "Ashura (estimated)", "1975-03-21": "Nowruz", "1975-03-24": "Prophet's Birthday (estimated)", "1975-05-01": "International Workers' Day", "1975-08-19": "Afghanistan Independence Day", "1975-09-06": "First Day of Ramadan (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (estimated)", "1975-10-08": "Eid al-Fitr (estimated)", "1975-12-12": "Day of Arafah (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (estimated)", "1975-12-15": "Eid al-Adha (estimated)", "1976-01-11": "Ashura (estimated)", "1976-03-12": "Prophet's Birthday (estimated)", "1976-03-21": "Nowruz", "1976-05-01": "International Workers' Day", "1976-08-19": "Afghanistan Independence Day", "1976-08-26": "First Day of Ramadan (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (estimated)", "1976-09-26": "Eid al-Fitr (estimated)", "1976-11-30": "Day of Arafah (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (estimated)", "1976-12-03": "Eid al-Adha (estimated)", "1976-12-31": "Ashura (estimated)", "1977-03-02": "Prophet's Birthday (estimated)", "1977-03-21": "Nowruz", "1977-05-01": "International Workers' Day", "1977-08-15": "First Day of Ramadan (estimated)", "1977-08-19": "Afghanistan Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (estimated)", "1977-09-16": "Eid al-Fitr (estimated)", "1977-11-20": "Day of Arafah (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (estimated)", "1977-11-23": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-21": "Nowruz", "1978-05-01": "International Workers' Day", "1978-05-09": "Soviet Victory Day", "1978-08-05": "First Day of Ramadan (estimated)", "1978-08-19": "Afghanistan Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (estimated)", "1978-09-05": "Eid al-Fitr (estimated)", "1978-11-09": "Day of Arafah (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (estimated)", "1978-11-12": "Eid al-Adha (estimated)", "1978-12-10": "Ashura (estimated)", "1979-02-09": "Prophet's Birthday (estimated)", "1979-03-21": "Nowruz", "1979-05-01": "International Workers' Day", "1979-05-09": "Soviet Victory Day", "1979-07-25": "First Day of Ramadan (estimated)", "1979-08-19": "Afghanistan Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (estimated)", "1979-08-25": "Eid al-Fitr (estimated)", "1979-10-30": "Day of Arafah (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (estimated)", "1979-11-02": "Eid al-Adha (estimated)", "1979-11-29": "Ashura (estimated)", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-21": "Nowruz", "1980-05-01": "International Workers' Day", "1980-05-09": "Soviet Victory Day", "1980-07-13": "First Day of Ramadan (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (estimated)", "1980-08-14": "Eid al-Fitr (estimated)", "1980-08-19": "Afghanistan Independence Day", "1980-10-18": "Day of Arafah (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (estimated)", "1980-10-21": "Eid al-Adha (estimated)", "1980-11-18": "Ashura (estimated)", "1981-01-18": "Prophet's Birthday (estimated)", "1981-03-21": "Nowruz", "1981-05-01": "International Workers' Day", "1981-05-09": "Soviet Victory Day", "1981-07-02": "First Day of Ramadan (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (estimated)", "1981-08-03": "Eid al-Fitr (estimated)", "1981-08-19": "Afghanistan Independence Day", "1981-10-07": "Day of Arafah (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (estimated)", "1981-10-10": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1982-01-07": "Prophet's Birthday (estimated)", "1982-03-21": "Nowruz", "1982-05-01": "International Workers' Day", "1982-05-09": "Soviet Victory Day", "1982-06-22": "First Day of Ramadan (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (estimated)", "1982-07-23": "Eid al-Fitr (estimated)", "1982-08-19": "Afghanistan Independence Day", "1982-09-26": "Day of Arafah (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (estimated)", "1982-09-29": "Eid al-Adha (estimated)", "1982-10-27": "Ashura (estimated)", "1982-12-27": "Prophet's Birthday (estimated)", "1983-03-21": "Nowruz", "1983-05-01": "International Workers' Day", "1983-05-09": "Soviet Victory Day", "1983-06-12": "First Day of Ramadan (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (estimated)", "1983-07-13": "Eid al-Fitr (estimated)", "1983-08-19": "Afghanistan Independence Day", "1983-09-16": "Day of Arafah (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (estimated)", "1983-09-19": "Eid al-Adha (estimated)", "1983-10-16": "Ashura (estimated)", "1983-12-16": "Prophet's Birthday (estimated)", "1984-03-21": "Nowruz", "1984-05-01": "International Workers' Day", "1984-05-09": "Soviet Victory Day", "1984-05-31": "First Day of Ramadan (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (estimated)", "1984-07-02": "Eid al-Fitr (estimated)", "1984-08-19": "Afghanistan Independence Day", "1984-09-04": "Day of Arafah (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (estimated)", "1984-09-07": "Eid al-Adha (estimated)", "1984-10-05": "Ashura (estimated)", "1984-12-04": "Prophet's Birthday (estimated)", "1985-03-21": "Nowruz", "1985-05-01": "International Workers' Day", "1985-05-09": "Soviet Victory Day", "1985-05-20": "First Day of Ramadan (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (estimated)", "1985-06-21": "Eid al-Fitr (estimated)", "1985-08-19": "Afghanistan Independence Day", "1985-08-25": "Day of Arafah (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (estimated)", "1985-08-28": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-11-24": "Prophet's Birthday (estimated)", "1986-03-21": "Nowruz", "1986-05-01": "International Workers' Day", "1986-05-09": "First Day of Ramadan (estimated); Soviet Victory Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (estimated)", "1986-06-10": "Eid al-Fitr (estimated)", "1986-08-14": "Day of Arafah (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (estimated)", "1986-08-17": "Eid al-Adha (estimated)", "1986-08-19": "Afghanistan Independence Day", "1986-09-14": "Ashura (estimated)", "1986-11-14": "Prophet's Birthday (estimated)", "1987-03-21": "Nowruz", "1987-04-29": "First Day of Ramadan (estimated)", "1987-05-01": "International Workers' Day", "1987-05-09": "Soviet Victory Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (estimated)", "1987-05-30": "Eid al-Fitr (estimated)", "1987-08-03": "Day of Arafah (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (estimated)", "1987-08-06": "Eid al-Adha (estimated)", "1987-08-19": "Afghanistan Independence Day", "1987-09-03": "Ashura (estimated)", "1987-11-03": "Prophet's Birthday (estimated)", "1988-03-21": "Nowruz", "1988-04-17": "First Day of Ramadan (estimated)", "1988-05-01": "International Workers' Day", "1988-05-09": "Soviet Victory Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (estimated)", "1988-05-18": "Eid al-Fitr (estimated)", "1988-07-22": "Day of Arafah (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (estimated)", "1988-07-25": "Eid al-Adha (estimated)", "1988-08-19": "Afghanistan Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-22": "Prophet's Birthday (estimated)", "1989-02-15": "Liberation Day", "1989-03-21": "Nowruz", "1989-04-07": "First Day of Ramadan (estimated)", "1989-05-01": "International Workers' Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (estimated)", "1989-05-08": "Eid al-Fitr (estimated)", "1989-07-12": "Day of Arafah (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (estimated)", "1989-07-15": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-19": "Afghanistan Independence Day", "1989-10-11": "Prophet's Birthday (estimated)", "1990-02-15": "Liberation Day", "1990-03-21": "Nowruz", "1990-03-27": "First Day of Ramadan (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (estimated)", "1990-04-28": "Eid al-Fitr (estimated)", "1990-05-01": "International Workers' Day", "1990-07-01": "Day of Arafah (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (estimated)", "1990-07-04": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-19": "Afghanistan Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1991-02-15": "Liberation Day", "1991-03-17": "First Day of Ramadan (estimated)", "1991-03-21": "Nowruz", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (estimated)", "1991-04-17": "Eid al-Fitr (estimated)", "1991-05-01": "International Workers' Day", "1991-06-21": "Day of Arafah (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (estimated)", "1991-06-24": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-19": "Afghanistan Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1992-02-15": "Liberation Day", "1992-03-05": "First Day of Ramadan (estimated)", "1992-03-21": "Nowruz", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (estimated)", "1992-04-06": "Eid al-Fitr (estimated)", "1992-04-28": "Mojahedin's Victory Day", "1992-05-01": "International Workers' Day", "1992-06-10": "Day of Arafah (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (estimated)", "1992-06-13": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-19": "Afghanistan Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1993-02-15": "Liberation Day", "1993-02-22": "First Day of Ramadan (estimated)", "1993-03-21": "Nowruz", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (estimated)", "1993-03-26": "Eid al-Fitr (estimated)", "1993-04-28": "Mojahedin's Victory Day", "1993-05-01": "International Workers' Day", "1993-05-30": "Day of Arafah (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (estimated)", "1993-06-02": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-19": "Afghanistan Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1994-02-11": "First Day of Ramadan (estimated)", "1994-02-15": "Liberation Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (estimated)", "1994-03-15": "Eid al-Fitr (estimated)", "1994-03-21": "Nowruz", "1994-04-28": "Mojahedin's Victory Day", "1994-05-01": "International Workers' Day", "1994-05-19": "Day of Arafah (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (estimated)", "1994-05-22": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-19": "Afghanistan Independence Day; Prophet's Birthday (estimated)", "1995-01-31": "First Day of Ramadan (estimated)", "1995-02-15": "Liberation Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (estimated)", "1995-03-04": "Eid al-Fitr (estimated)", "1995-03-21": "Nowruz", "1995-04-28": "Mojahedin's Victory Day", "1995-05-01": "International Workers' Day", "1995-05-08": "Day of Arafah (estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha (estimated)", "1995-05-11": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-19": "Afghanistan Independence Day", "1996-01-21": "First Day of Ramadan (estimated)", "1996-02-15": "Liberation Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr (estimated)", "1996-02-21": "Eid al-Fitr (estimated)", "1996-03-20": "Nowruz", "1996-04-26": "Day of Arafah (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (estimated); Mojahedin's Victory Day", "1996-04-29": "Eid al-Adha (estimated)", "1996-05-01": "International Workers' Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-19": "Afghanistan Independence Day", "1997-01-10": "First Day of Ramadan (estimated)", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (estimated)", "1997-02-10": "Eid al-Fitr (estimated)", "1997-02-15": "Liberation Day", "1997-04-16": "Day of Arafah (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (estimated)", "1997-04-19": "Eid al-Adha (estimated)", "1997-04-28": "Mojahedin's Victory Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-19": "Afghanistan Independence Day", "1997-12-30": "First Day of Ramadan (estimated)", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (estimated)", "1998-01-31": "Eid al-Fitr (estimated)", "1998-02-15": "Liberation Day", "1998-04-06": "Day of Arafah (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (estimated)", "1998-04-09": "Eid al-Adha (estimated)", "1998-04-28": "Mojahedin's Victory Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-19": "Afghanistan Independence Day", "1998-12-19": "First Day of Ramadan (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (estimated)", "1999-01-20": "Eid al-Fitr (estimated)", "1999-02-15": "Liberation Day", "1999-03-26": "Day of Arafah (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (estimated)", "1999-03-29": "Eid al-Adha (estimated)", "1999-04-26": "Ashura (estimated)", "1999-04-28": "Mojahedin's Victory Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-19": "Afghanistan Independence Day", "1999-12-09": "First Day of Ramadan (estimated)", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (estimated)", "2000-01-10": "Eid al-Fitr (estimated)", "2000-02-15": "Liberation Day", "2000-03-15": "Day of Arafah (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (estimated)", "2000-03-18": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-28": "Mojahedin's Victory Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-19": "Afghanistan Independence Day", "2000-11-27": "First Day of Ramadan (estimated)", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (estimated)", "2000-12-29": "Eid al-Fitr (estimated)", "2001-02-15": "Liberation Day", "2001-03-04": "Day of Arafah (estimated)", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha (estimated)", "2001-03-07": "Eid al-Adha (estimated)", "2001-03-21": "Nowruz", "2001-04-04": "Ashura (estimated)", "2001-04-28": "Mojahedin's Victory Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-08-19": "Afghanistan Independence Day", "2001-11-16": "First Day of Ramadan (estimated)", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr (estimated)", "2001-12-18": "Eid al-Fitr (estimated)", "2002-02-15": "Liberation Day", "2002-02-21": "Day of Arafah (estimated)", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha (estimated)", "2002-02-24": "Eid al-Adha (estimated)", "2002-03-21": "Nowruz", "2002-03-24": "Ashura (estimated)", "2002-04-28": "Mojahedin's Victory Day", "2002-05-01": "International Workers' Day", "2002-05-24": "Prophet's Birthday (estimated)", "2002-08-19": "Afghanistan Independence Day", "2002-11-06": "First Day of Ramadan (estimated)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr (estimated)", "2002-12-07": "Eid al-Fitr (estimated)", "2003-02-10": "Day of Arafah (estimated)", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha (estimated)", "2003-02-13": "Eid al-Adha (estimated)", "2003-02-15": "Liberation Day", "2003-03-13": "Ashura (estimated)", "2003-03-21": "Nowruz", "2003-04-28": "Mojahedin's Victory Day", "2003-05-01": "International Workers' Day", "2003-05-13": "Prophet's Birthday (estimated)", "2003-08-19": "Afghanistan Independence Day", "2003-10-26": "First Day of Ramadan (estimated)", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr (estimated)", "2003-11-27": "Eid al-Fitr (estimated)", "2004-01-31": "Day of Arafah (estimated)", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha (estimated)", "2004-02-03": "Eid al-Adha (estimated)", "2004-02-15": "Liberation Day", "2004-03-01": "Ashura (estimated)", "2004-03-20": "Nowruz", "2004-04-28": "Mojahedin's Victory Day", "2004-05-01": "International Workers' Day; Prophet's Birthday (estimated)", "2004-08-19": "Afghanistan Independence Day", "2004-10-15": "First Day of Ramadan (estimated)", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr (estimated)", "2004-11-16": "Eid al-Fitr (estimated)", "2005-01-20": "Day of Arafah (estimated)", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha (estimated)", "2005-01-23": "Eid al-Adha (estimated)", "2005-02-15": "Liberation Day", "2005-02-19": "Ashura (estimated)", "2005-03-21": "Nowruz", "2005-04-21": "Prophet's Birthday (estimated)", "2005-04-28": "Mojahedin's Victory Day", "2005-05-01": "International Workers' Day", "2005-08-19": "Afghanistan Independence Day", "2005-10-04": "First Day of Ramadan (estimated)", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr (estimated)", "2005-11-05": "Eid al-Fitr (estimated)", "2006-01-09": "Day of Arafah (estimated)", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha (estimated)", "2006-01-12": "Eid al-Adha (estimated)", "2006-02-09": "Ashura (estimated)", "2006-02-15": "Liberation Day", "2006-03-21": "Nowruz", "2006-04-10": "Prophet's Birthday (estimated)", "2006-04-28": "Mojahedin's Victory Day", "2006-05-01": "International Workers' Day", "2006-08-19": "Afghanistan Independence Day", "2006-09-24": "First Day of Ramadan (estimated)", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr (estimated)", "2006-10-25": "Eid al-Fitr (estimated)", "2006-12-30": "Day of Arafah (estimated)", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha (estimated)", "2007-01-02": "Eid al-Adha (estimated)", "2007-01-29": "Ashura (estimated)", "2007-02-15": "Liberation Day", "2007-03-21": "Nowruz", "2007-03-31": "Prophet's Birthday (estimated)", "2007-04-28": "Mojahedin's Victory Day", "2007-05-01": "International Workers' Day", "2007-08-19": "Afghanistan Independence Day", "2007-09-13": "First Day of Ramadan (estimated)", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr (estimated)", "2007-10-15": "Eid al-Fitr (estimated)", "2007-12-19": "Day of Arafah (estimated)", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha (estimated)", "2007-12-22": "Eid al-Adha (estimated)", "2008-01-19": "Ashura (estimated)", "2008-02-15": "Liberation Day", "2008-03-20": "Nowruz; Prophet's Birthday (estimated)", "2008-04-28": "Mojahedin's Victory Day", "2008-05-01": "International Workers' Day", "2008-08-19": "Afghanistan Independence Day", "2008-09-01": "First Day of Ramadan (estimated)", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr (estimated)", "2008-10-03": "Eid al-Fitr (estimated)", "2008-12-07": "Day of Arafah (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha (estimated)", "2008-12-10": "Eid al-Adha (estimated)", "2009-01-07": "Ashura (estimated)", "2009-02-15": "Liberation Day", "2009-03-09": "Prophet's Birthday (estimated)", "2009-03-21": "Nowruz", "2009-04-28": "Mojahedin's Victory Day", "2009-05-01": "International Workers' Day", "2009-08-19": "Afghanistan Independence Day", "2009-08-22": "First Day of Ramadan (estimated)", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr (estimated)", "2009-09-22": "Eid al-Fitr (estimated)", "2009-11-26": "Day of Arafah (estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha (estimated)", "2009-11-29": "Eid al-Adha (estimated)", "2009-12-27": "Ashura (estimated)", "2010-02-15": "Liberation Day", "2010-02-26": "Prophet's Birthday (estimated)", "2010-03-21": "Nowruz", "2010-04-28": "Mojahedin's Victory Day", "2010-05-01": "International Workers' Day", "2010-08-11": "First Day of Ramadan (estimated)", "2010-08-19": "Afghanistan Independence Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr (estimated)", "2010-09-12": "Eid al-Fitr (estimated)", "2010-11-15": "Day of Arafah (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha (estimated)", "2010-11-18": "Eid al-Adha (estimated)", "2010-12-16": "Ashura (estimated)", "2011-02-15": "Liberation Day; Prophet's Birthday (estimated)", "2011-03-21": "Nowruz", "2011-04-28": "Mojahedin's Victory Day", "2011-05-01": "International Workers' Day", "2011-08-01": "First Day of Ramadan (estimated)", "2011-08-19": "Afghanistan Independence Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr (estimated)", "2011-09-01": "Eid al-Fitr (estimated)", "2011-11-05": "Day of Arafah (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha (estimated)", "2011-11-08": "Eid al-Adha (estimated)", "2011-12-05": "Ashura (estimated)", "2012-02-04": "Prophet's Birthday (estimated)", "2012-02-15": "Liberation Day", "2012-03-20": "Nowruz", "2012-04-28": "Mojahedin's Victory Day", "2012-05-01": "International Workers' Day", "2012-07-20": "First Day of Ramadan (estimated)", "2012-08-19": "Afghanistan Independence Day; Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr (estimated)", "2012-08-21": "Eid al-Fitr (estimated)", "2012-09-09": "Martyrs' Day", "2012-10-25": "Day of Arafah (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha (estimated)", "2012-10-28": "Eid al-Adha (estimated)", "2012-11-24": "Ashura (estimated)", "2013-01-24": "Prophet's Birthday (estimated)", "2013-02-15": "Liberation Day", "2013-03-21": "Nowruz", "2013-04-28": "Mojahedin's Victory Day", "2013-05-01": "International Workers' Day", "2013-07-09": "First Day of Ramadan (estimated)", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr (estimated)", "2013-08-10": "Eid al-Fitr (estimated)", "2013-08-19": "Afghanistan Independence Day", "2013-09-09": "Martyrs' Day", "2013-10-14": "Day of Arafah (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha (estimated)", "2013-10-17": "Eid al-Adha (estimated)", "2013-11-13": "Ashura (estimated)", "2014-01-14": "Prophet's Birthday", "2014-02-15": "Liberation Day", "2014-03-21": "Nowruz", "2014-04-28": "Mojahedin's Victory Day", "2014-05-01": "International Workers' Day", "2014-06-29": "First Day of Ramadan", "2014-07-29": "Eid al-Fitr", "2014-07-30": "Eid al-Fitr", "2014-07-31": "Eid al-Fitr", "2014-08-19": "Afghanistan Independence Day", "2014-09-09": "Martyrs' Day", "2014-10-04": "Day of Arafah", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha", "2014-10-07": "Eid al-Adha", "2014-11-03": "Ashura", "2015-01-03": "Prophet's Birthday", "2015-02-15": "Liberation Day", "2015-03-21": "Nowruz", "2015-04-28": "Mojahedin's Victory Day", "2015-05-01": "International Workers' Day", "2015-06-18": "First Day of Ramadan", "2015-07-18": "Eid al-Fitr", "2015-07-19": "Eid al-Fitr", "2015-07-20": "Eid al-Fitr", "2015-08-19": "Afghanistan Independence Day", "2015-09-09": "Martyrs' Day", "2015-09-22": "Day of Arafah", "2015-09-23": "Eid al-Adha", "2015-09-24": "Eid al-Adha", "2015-09-25": "Eid al-Adha", "2015-10-24": "Ashura", "2015-12-24": "Prophet's Birthday", "2016-02-15": "Liberation Day", "2016-03-20": "Nowruz", "2016-04-28": "Mojahedin's Victory Day", "2016-05-01": "International Workers' Day", "2016-06-07": "First Day of Ramadan", "2016-07-07": "Eid al-Fitr", "2016-07-08": "Eid al-Fitr", "2016-07-09": "Eid al-Fitr", "2016-08-19": "Afghanistan Independence Day", "2016-09-09": "Martyrs' Day", "2016-09-12": "Day of Arafah", "2016-09-13": "Eid al-Adha", "2016-09-14": "Eid al-Adha", "2016-09-15": "Eid al-Adha", "2016-10-12": "Ashura", "2016-12-12": "Prophet's Birthday", "2017-02-15": "Liberation Day", "2017-03-21": "Nowruz", "2017-04-28": "Mojahedin's Victory Day", "2017-05-01": "International Workers' Day", "2017-05-27": "First Day of Ramadan", "2017-06-26": "Eid al-Fitr", "2017-06-27": "Eid al-Fitr", "2017-06-28": "Eid al-Fitr", "2017-08-19": "Afghanistan Independence Day", "2017-09-01": "Day of Arafah", "2017-09-02": "Eid al-Adha", "2017-09-03": "Eid al-Adha", "2017-09-04": "Eid al-Adha", "2017-09-09": "Martyrs' Day", "2017-10-01": "Ashura", "2017-12-01": "Prophet's Birthday", "2018-02-15": "Liberation Day", "2018-03-21": "Nowruz", "2018-04-28": "Mojahedin's Victory Day", "2018-05-01": "International Workers' Day", "2018-05-16": "First Day of Ramadan", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr", "2018-06-17": "Eid al-Fitr", "2018-08-19": "Afghanistan Independence Day", "2018-08-21": "Day of Arafah", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha", "2018-08-24": "Eid al-Adha", "2018-09-09": "Martyrs' Day", "2018-09-21": "Ashura", "2018-11-21": "Prophet's Birthday", "2019-02-15": "Liberation Day", "2019-03-21": "Nowruz", "2019-04-28": "Mojahedin's Victory Day", "2019-05-01": "International Workers' Day", "2019-05-06": "First Day of Ramadan", "2019-06-04": "Eid al-Fitr", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr", "2019-08-10": "Day of Arafah", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha", "2019-08-13": "Eid al-Adha", "2019-08-19": "Afghanistan Independence Day", "2019-09-09": "Martyrs' Day", "2019-09-10": "Ashura", "2019-11-10": "Prophet's Birthday", "2020-02-15": "Liberation Day", "2020-03-20": "Nowruz", "2020-04-24": "First Day of Ramadan", "2020-04-28": "Mojahedin's Victory Day", "2020-05-01": "International Workers' Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr", "2020-05-26": "Eid al-Fitr", "2020-07-30": "Day of Arafah", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha", "2020-08-02": "Eid al-Adha", "2020-08-19": "Afghanistan Independence Day", "2020-08-30": "Ashura", "2020-09-09": "Martyrs' Day", "2020-10-29": "Prophet's Birthday", "2021-02-15": "Liberation Day", "2021-04-13": "First Day of Ramadan", "2021-04-28": "Mojahedin's Victory Day", "2021-05-01": "International Workers' Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr", "2021-05-15": "Eid al-Fitr", "2021-07-19": "Day of Arafah", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha", "2021-07-22": "Eid al-Adha", "2021-08-19": "Afghanistan Independence Day; Ashura", "2021-10-19": "Prophet's Birthday", "2022-02-15": "Liberation Day", "2022-04-02": "First Day of Ramadan", "2022-04-28": "Mojahedin's Victory Day", "2022-05-01": "Eid al-Fitr", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr", "2022-07-08": "Day of Arafah", "2022-07-09": "Eid al-Adha", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha", "2022-08-15": "Islamic Emirate Victory Day", "2022-08-19": "Afghanistan Independence Day", "2022-08-31": "American Withdrawal Day", "2022-10-08": "Prophet's Birthday", "2023-02-15": "Liberation Day", "2023-03-23": "First Day of Ramadan", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr", "2023-04-24": "Eid al-Fitr", "2023-04-28": "Mojahedin's Victory Day", "2023-06-27": "Day of Arafah", "2023-06-28": "Eid al-Adha", "2023-06-29": "Eid al-Adha", "2023-06-30": "Eid al-Adha", "2023-08-15": "Islamic Emirate Victory Day", "2023-08-19": "Afghanistan Independence Day", "2023-08-31": "American Withdrawal Day", "2023-09-27": "Prophet's Birthday", "2024-02-15": "Liberation Day", "2024-03-11": "First Day of Ramadan", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr", "2024-04-12": "Eid al-Fitr", "2024-04-28": "Mojahedin's Victory Day", "2024-06-16": "Day of Arafah", "2024-06-17": "Eid al-Adha", "2024-06-18": "Eid al-Adha", "2024-06-19": "Eid al-Adha", "2024-08-14": "Islamic Emirate Victory Day", "2024-08-19": "Afghanistan Independence Day", "2024-08-31": "American Withdrawal Day", "2024-09-16": "Prophet's Birthday", "2025-02-15": "Liberation Day", "2025-03-01": "First Day of Ramadan (estimated)", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr (estimated)", "2025-04-01": "Eid al-Fitr (estimated)", "2025-04-28": "Mojahedin's Victory Day", "2025-06-05": "Day of Arafah (estimated)", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha (estimated)", "2025-06-08": "Eid al-Adha (estimated)", "2025-08-15": "Islamic Emirate Victory Day", "2025-08-19": "Afghanistan Independence Day", "2025-08-31": "American Withdrawal Day", "2025-09-04": "Prophet's Birthday (estimated)", "2026-02-15": "Liberation Day", "2026-02-18": "First Day of Ramadan (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (estimated)", "2026-03-22": "Eid al-Fitr (estimated)", "2026-04-28": "Mojahedin's Victory Day", "2026-05-26": "Day of Arafah (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (estimated)", "2026-05-29": "Eid al-Adha (estimated)", "2026-08-15": "Islamic Emirate Victory Day", "2026-08-19": "Afghanistan Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-31": "American Withdrawal Day", "2027-02-08": "First Day of Ramadan (estimated)", "2027-02-15": "Liberation Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-03-11": "Eid al-Fitr (estimated)", "2027-04-28": "Mojahedin's Victory Day", "2027-05-15": "Day of Arafah (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated)", "2027-05-18": "Eid al-Adha (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Islamic Emirate Victory Day", "2027-08-19": "Afghanistan Independence Day", "2027-08-31": "American Withdrawal Day", "2028-01-28": "First Day of Ramadan (estimated)", "2028-02-15": "Liberation Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-02-28": "Eid al-Fitr (estimated)", "2028-04-28": "Mojahedin's Victory Day", "2028-05-04": "Day of Arafah (estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (estimated)", "2028-05-07": "Eid al-Adha (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-14": "Islamic Emirate Victory Day", "2028-08-19": "Afghanistan Independence Day", "2028-08-31": "American Withdrawal Day", "2029-01-16": "First Day of Ramadan (estimated)", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated); Liberation Day", "2029-02-16": "Eid al-Fitr (estimated)", "2029-04-23": "Day of Arafah (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (estimated)", "2029-04-26": "Eid al-Adha (estimated)", "2029-04-28": "Mojahedin's Victory Day", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-14": "Islamic Emirate Victory Day", "2029-08-19": "Afghanistan Independence Day", "2029-08-31": "American Withdrawal Day", "2030-01-05": "First Day of Ramadan (estimated)", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (estimated)", "2030-02-06": "Eid al-Fitr (estimated)", "2030-02-15": "Liberation Day", "2030-04-12": "Day of Arafah (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (estimated)", "2030-04-15": "Eid al-Adha (estimated)", "2030-04-28": "Mojahedin's Victory Day", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-15": "Islamic Emirate Victory Day", "2030-08-19": "Afghanistan Independence Day", "2030-08-31": "American Withdrawal Day", "2030-12-26": "First Day of Ramadan (estimated)", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-01-26": "Eid al-Fitr (estimated)", "2031-02-15": "Liberation Day", "2031-04-01": "Day of Arafah (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (estimated)", "2031-04-04": "Eid al-Adha (estimated)", "2031-04-28": "Mojahedin's Victory Day", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-15": "Islamic Emirate Victory Day", "2031-08-19": "Afghanistan Independence Day", "2031-08-31": "American Withdrawal Day", "2031-12-15": "First Day of Ramadan (estimated)", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (estimated)", "2032-01-16": "Eid al-Fitr (estimated)", "2032-02-15": "Liberation Day", "2032-03-21": "Day of Arafah (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (estimated)", "2032-03-24": "Eid al-Adha (estimated)", "2032-04-28": "Mojahedin's Victory Day", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-14": "Islamic Emirate Victory Day", "2032-08-19": "Afghanistan Independence Day", "2032-08-31": "American Withdrawal Day", "2032-12-04": "First Day of Ramadan (estimated)", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (estimated)", "2033-01-04": "Eid al-Fitr (estimated)", "2033-02-15": "Liberation Day", "2033-03-10": "Day of Arafah (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-03-13": "Eid al-Adha (estimated)", "2033-04-28": "Mojahedin's Victory Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-14": "Islamic Emirate Victory Day", "2033-08-19": "Afghanistan Independence Day", "2033-08-31": "American Withdrawal Day", "2033-11-23": "First Day of Ramadan (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (estimated)", "2033-12-25": "Eid al-Fitr (estimated)", "2034-02-15": "Liberation Day", "2034-02-28": "Day of Arafah (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (estimated)", "2034-03-03": "Eid al-Adha (estimated)", "2034-04-28": "Mojahedin's Victory Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Islamic Emirate Victory Day", "2034-08-19": "Afghanistan Independence Day", "2034-08-31": "American Withdrawal Day", "2034-11-12": "First Day of Ramadan (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2034-12-14": "Eid al-Fitr (estimated)", "2035-02-15": "Liberation Day", "2035-02-17": "Day of Arafah (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-02-20": "Eid al-Adha (estimated)", "2035-04-28": "Mojahedin's Victory Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-08-15": "Islamic Emirate Victory Day", "2035-08-19": "Afghanistan Independence Day", "2035-08-31": "American Withdrawal Day", "2035-11-01": "First Day of Ramadan (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (estimated)", "2036-02-06": "Day of Arafah (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-02-09": "Eid al-Adha (estimated)", "2036-02-15": "Liberation Day", "2036-04-28": "Mojahedin's Victory Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-14": "Islamic Emirate Victory Day", "2036-08-19": "Afghanistan Independence Day", "2036-08-31": "American Withdrawal Day", "2036-10-20": "First Day of Ramadan (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2036-11-21": "Eid al-Fitr (estimated)", "2037-01-25": "Day of Arafah (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-01-28": "Eid al-Adha (estimated)", "2037-02-15": "Liberation Day", "2037-04-28": "Mojahedin's Victory Day; Prophet's Birthday (estimated)", "2037-08-14": "Islamic Emirate Victory Day", "2037-08-19": "Afghanistan Independence Day", "2037-08-31": "American Withdrawal Day", "2037-10-10": "First Day of Ramadan (estimated)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated)", "2037-11-10": "Eid al-Fitr (estimated)", "2038-01-15": "Day of Arafah (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-01-18": "Eid al-Adha (estimated)", "2038-02-15": "Liberation Day", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-28": "Mojahedin's Victory Day", "2038-08-15": "Islamic Emirate Victory Day", "2038-08-19": "Afghanistan Independence Day", "2038-08-31": "American Withdrawal Day", "2038-09-30": "First Day of Ramadan (estimated)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-10-31": "Eid al-Fitr (estimated)", "2039-01-04": "Day of Arafah (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (estimated)", "2039-01-07": "Eid al-Adha (estimated)", "2039-02-15": "Liberation Day", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-28": "Mojahedin's Victory Day", "2039-08-15": "Islamic Emirate Victory Day", "2039-08-19": "Afghanistan Independence Day", "2039-08-31": "American Withdrawal Day", "2039-09-19": "First Day of Ramadan (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-10-21": "Eid al-Fitr (estimated)", "2039-12-25": "Day of Arafah (estimated)", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2039-12-28": "Eid al-Adha (estimated)", "2040-02-15": "Liberation Day", "2040-03-25": "Prophet's Birthday (estimated)", "2040-04-28": "Mojahedin's Victory Day", "2040-08-14": "Islamic Emirate Victory Day", "2040-08-19": "Afghanistan Independence Day", "2040-08-31": "American Withdrawal Day", "2040-09-07": "First Day of Ramadan (estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-10-09": "Eid al-Fitr (estimated)", "2040-12-13": "Day of Arafah (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2040-12-16": "Eid al-Adha (estimated)", "2041-02-15": "Liberation Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-28": "Mojahedin's Victory Day", "2041-08-14": "Islamic Emirate Victory Day", "2041-08-19": "Afghanistan Independence Day", "2041-08-28": "First Day of Ramadan (estimated)", "2041-08-31": "American Withdrawal Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-09-28": "Eid al-Fitr (estimated)", "2041-12-03": "Day of Arafah (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-06": "Eid al-Adha (estimated)", "2042-02-15": "Liberation Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-04-28": "Mojahedin's Victory Day", "2042-08-15": "Islamic Emirate Victory Day", "2042-08-17": "First Day of Ramadan (estimated)", "2042-08-19": "Afghanistan Independence Day", "2042-08-31": "American Withdrawal Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-09-17": "Eid al-Fitr (estimated)", "2042-11-22": "Day of Arafah (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-11-25": "Eid al-Adha (estimated)", "2043-02-15": "Liberation Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-04-28": "Mojahedin's Victory Day", "2043-08-06": "First Day of Ramadan (estimated)", "2043-08-15": "Islamic Emirate Victory Day", "2043-08-19": "Afghanistan Independence Day", "2043-08-31": "American Withdrawal Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-09-06": "Eid al-Fitr (estimated)", "2043-11-11": "Day of Arafah (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated)", "2043-11-14": "Eid al-Adha (estimated)", "2044-02-11": "Prophet's Birthday (estimated)", "2044-02-15": "Liberation Day", "2044-04-28": "Mojahedin's Victory Day", "2044-07-26": "First Day of Ramadan (estimated)", "2044-08-14": "Islamic Emirate Victory Day", "2044-08-19": "Afghanistan Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-08-26": "Eid al-Fitr (estimated)", "2044-08-31": "American Withdrawal Day", "2044-10-30": "Day of Arafah (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (estimated)", "2044-11-02": "Eid al-Adha (estimated)", "2045-01-30": "Prophet's Birthday (estimated)", "2045-02-15": "Liberation Day", "2045-04-28": "Mojahedin's Victory Day", "2045-07-15": "First Day of Ramadan (estimated)", "2045-08-14": "Eid al-Fitr (estimated); Islamic Emirate Victory Day", "2045-08-15": "Eid al-Fitr (estimated)", "2045-08-16": "Eid al-Fitr (estimated)", "2045-08-19": "Afghanistan Independence Day", "2045-08-31": "American Withdrawal Day", "2045-10-20": "Day of Arafah (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-10-23": "Eid al-Adha (estimated)", "2046-01-19": "Prophet's Birthday (estimated)", "2046-02-15": "Liberation Day", "2046-04-28": "Mojahedin's Victory Day", "2046-07-05": "First Day of Ramadan (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-08-05": "Eid al-Fitr (estimated)", "2046-08-15": "Islamic Emirate Victory Day", "2046-08-19": "Afghanistan Independence Day", "2046-08-31": "American Withdrawal Day", "2046-10-09": "Day of Arafah (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (estimated)", "2046-10-12": "Eid al-Adha (estimated)", "2047-01-08": "Prophet's Birthday (estimated)", "2047-02-15": "Liberation Day", "2047-04-28": "Mojahedin's Victory Day", "2047-06-24": "First Day of Ramadan (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-07-26": "Eid al-Fitr (estimated)", "2047-08-15": "Islamic Emirate Victory Day", "2047-08-19": "Afghanistan Independence Day", "2047-08-31": "American Withdrawal Day", "2047-09-29": "Day of Arafah (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (estimated)", "2047-10-02": "Eid al-Adha (estimated)", "2047-12-29": "Prophet's Birthday (estimated)", "2048-02-15": "Liberation Day", "2048-04-28": "Mojahedin's Victory Day", "2048-06-12": "First Day of Ramadan (estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-07-14": "Eid al-Fitr (estimated)", "2048-08-14": "Islamic Emirate Victory Day", "2048-08-19": "Afghanistan Independence Day", "2048-08-31": "American Withdrawal Day", "2048-09-18": "Day of Arafah (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (estimated)", "2048-09-21": "Eid al-Adha (estimated)", "2048-12-18": "Prophet's Birthday (estimated)", "2049-02-15": "Liberation Day", "2049-04-28": "Mojahedin's Victory Day", "2049-06-02": "First Day of Ramadan (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-07-03": "Eid al-Fitr (estimated)", "2049-08-14": "Islamic Emirate Victory Day", "2049-08-19": "Afghanistan Independence Day", "2049-08-31": "American Withdrawal Day", "2049-09-07": "Day of Arafah (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-09-10": "Eid al-Adha (estimated)", "2049-12-07": "Prophet's Birthday (estimated)", "2050-02-15": "Liberation Day", "2050-04-28": "Mojahedin's Victory Day", "2050-05-22": "First Day of Ramadan (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-06-22": "Eid al-Fitr (estimated)", "2050-08-15": "Islamic Emirate Victory Day", "2050-08-19": "Afghanistan Independence Day", "2050-08-27": "Day of Arafah (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-08-30": "Eid al-Adha (estimated)", "2050-08-31": "American Withdrawal Day", "2050-11-26": "Prophet's Birthday (estimated)" } holidays-0.71/snapshots/countries/AG_COMMON.json000066400000000000000000001204711500152103600215420ustar00rootroot00000000000000{ "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-02": "Labour Day", "1955-05-30": "Whit Monday", "1955-07-04": "Caribbean Community (Caricom) Day", "1955-08-01": "Carnival Monday", "1955-11-01": "Independence Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-07": "Labour Day", "1956-05-21": "Whit Monday", "1956-07-02": "Caribbean Community (Caricom) Day", "1956-08-06": "Carnival Monday", "1956-11-01": "Independence Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-06": "Labour Day", "1957-06-10": "Whit Monday", "1957-07-01": "Caribbean Community (Caricom) Day", "1957-08-05": "Carnival Monday", "1957-11-01": "Independence Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-05": "Labour Day", "1958-05-26": "Whit Monday", "1958-07-07": "Caribbean Community (Caricom) Day", "1958-08-04": "Carnival Monday", "1958-11-01": "Independence Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-04": "Labour Day", "1959-05-18": "Whit Monday", "1959-07-06": "Caribbean Community (Caricom) Day", "1959-08-03": "Carnival Monday", "1959-11-01": "Independence Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-02": "Labour Day", "1960-06-06": "Whit Monday", "1960-07-04": "Caribbean Community (Caricom) Day", "1960-08-01": "Carnival Monday", "1960-11-01": "Independence Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labour Day", "1961-05-22": "Whit Monday", "1961-07-03": "Caribbean Community (Caricom) Day", "1961-08-07": "Carnival Monday", "1961-11-01": "Independence Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-07": "Labour Day", "1962-06-11": "Whit Monday", "1962-07-02": "Caribbean Community (Caricom) Day", "1962-08-06": "Carnival Monday", "1962-11-01": "Independence Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-06": "Labour Day", "1963-06-03": "Whit Monday", "1963-07-01": "Caribbean Community (Caricom) Day", "1963-08-05": "Carnival Monday", "1963-11-01": "Independence Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-04": "Labour Day", "1964-05-18": "Whit Monday", "1964-07-06": "Caribbean Community (Caricom) Day", "1964-08-03": "Carnival Monday", "1964-11-01": "Independence Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-03": "Labour Day", "1965-06-07": "Whit Monday", "1965-07-05": "Caribbean Community (Caricom) Day", "1965-08-02": "Carnival Monday", "1965-11-01": "Independence Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-02": "Labour Day", "1966-05-30": "Whit Monday", "1966-07-04": "Caribbean Community (Caricom) Day", "1966-08-01": "Carnival Monday", "1966-11-01": "Independence Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labour Day", "1967-05-15": "Whit Monday", "1967-07-03": "Caribbean Community (Caricom) Day", "1967-08-07": "Carnival Monday", "1967-11-01": "Independence Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-06": "Labour Day", "1968-06-03": "Whit Monday", "1968-07-01": "Caribbean Community (Caricom) Day", "1968-08-05": "Carnival Monday", "1968-11-01": "Independence Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-05": "Labour Day", "1969-05-26": "Whit Monday", "1969-07-07": "Caribbean Community (Caricom) Day", "1969-08-04": "Carnival Monday", "1969-11-01": "Independence Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-04": "Labour Day", "1970-05-18": "Whit Monday", "1970-07-06": "Caribbean Community (Caricom) Day", "1970-08-03": "Carnival Monday", "1970-11-01": "Independence Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-03": "Labour Day", "1971-05-31": "Whit Monday", "1971-07-05": "Caribbean Community (Caricom) Day", "1971-08-02": "Carnival Monday", "1971-11-01": "Independence Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labour Day", "1972-05-22": "Whit Monday", "1972-07-03": "Caribbean Community (Caricom) Day", "1972-08-07": "Carnival Monday", "1972-11-01": "Independence Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-07": "Labour Day", "1973-06-11": "Whit Monday", "1973-07-02": "Caribbean Community (Caricom) Day", "1973-08-06": "Carnival Monday", "1973-11-01": "Independence Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-06": "Labour Day", "1974-06-03": "Whit Monday", "1974-07-01": "Caribbean Community (Caricom) Day", "1974-08-05": "Carnival Monday", "1974-11-01": "Independence Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-05": "Labour Day", "1975-05-19": "Whit Monday", "1975-07-07": "Caribbean Community (Caricom) Day", "1975-08-04": "Carnival Monday", "1975-11-01": "Independence Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-03": "Labour Day", "1976-06-07": "Whit Monday", "1976-07-05": "Caribbean Community (Caricom) Day", "1976-08-02": "Carnival Monday", "1976-11-01": "Independence Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-02": "Labour Day", "1977-05-30": "Whit Monday", "1977-07-04": "Caribbean Community (Caricom) Day", "1977-08-01": "Carnival Monday", "1977-11-01": "Independence Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labour Day", "1978-05-15": "Whit Monday", "1978-07-03": "Caribbean Community (Caricom) Day", "1978-08-07": "Carnival Monday", "1978-11-01": "Independence Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-07": "Labour Day", "1979-06-04": "Whit Monday", "1979-07-02": "Caribbean Community (Caricom) Day", "1979-08-06": "Carnival Monday", "1979-11-01": "Independence Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-05": "Labour Day", "1980-05-26": "Whit Monday", "1980-07-07": "Caribbean Community (Caricom) Day", "1980-08-04": "Carnival Monday", "1980-11-01": "Independence Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-04": "Labour Day", "1981-06-08": "Whit Monday", "1981-07-06": "Caribbean Community (Caricom) Day", "1981-08-03": "Carnival Monday", "1981-11-01": "Independence Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-03": "Labour Day", "1982-05-31": "Whit Monday", "1982-07-05": "Caribbean Community (Caricom) Day", "1982-08-02": "Carnival Monday", "1982-11-01": "Independence Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-02": "Labour Day", "1983-05-23": "Whit Monday", "1983-07-04": "Caribbean Community (Caricom) Day", "1983-08-01": "Carnival Monday", "1983-11-01": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-07": "Labour Day", "1984-06-11": "Whit Monday", "1984-07-02": "Caribbean Community (Caricom) Day", "1984-08-06": "Carnival Monday", "1984-11-01": "Independence Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-06": "Labour Day", "1985-05-27": "Whit Monday", "1985-07-01": "Caribbean Community (Caricom) Day", "1985-08-05": "Carnival Monday", "1985-11-01": "Independence Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-05": "Labour Day", "1986-05-19": "Whit Monday", "1986-07-07": "Caribbean Community (Caricom) Day", "1986-08-04": "Carnival Monday", "1986-11-01": "Independence Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-04": "Labour Day", "1987-06-08": "Whit Monday", "1987-07-06": "Caribbean Community (Caricom) Day", "1987-08-03": "Carnival Monday", "1987-11-01": "Independence Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-02": "Labour Day", "1988-05-23": "Whit Monday", "1988-07-04": "Caribbean Community (Caricom) Day", "1988-08-01": "Carnival Monday", "1988-11-01": "Independence Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labour Day", "1989-05-15": "Whit Monday", "1989-07-03": "Caribbean Community (Caricom) Day", "1989-08-07": "Carnival Monday", "1989-11-01": "Independence Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-07": "Labour Day", "1990-06-04": "Whit Monday", "1990-07-02": "Caribbean Community (Caricom) Day", "1990-08-06": "Carnival Monday", "1990-11-01": "Independence Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-06": "Labour Day", "1991-05-20": "Whit Monday", "1991-07-01": "Caribbean Community (Caricom) Day", "1991-08-05": "Carnival Monday", "1991-11-01": "Independence Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-04": "Labour Day", "1992-06-08": "Whit Monday", "1992-07-06": "Caribbean Community (Caricom) Day", "1992-08-03": "Carnival Monday", "1992-11-01": "Independence Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-03": "Labour Day", "1993-05-31": "Whit Monday", "1993-07-05": "Caribbean Community (Caricom) Day", "1993-08-02": "Carnival Monday", "1993-08-03": "Public Holiday", "1993-11-01": "Independence Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-02": "Labour Day", "1994-05-23": "Whit Monday", "1994-07-04": "Caribbean Community (Caricom) Day", "1994-08-01": "Carnival Monday", "1994-11-01": "Independence Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labour Day", "1995-06-05": "Whit Monday", "1995-07-03": "Caribbean Community (Caricom) Day", "1995-08-07": "Carnival Monday", "1995-11-01": "Independence Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-06": "Labour Day", "1996-05-27": "Whit Monday", "1996-07-01": "Caribbean Community (Caricom) Day", "1996-08-05": "Carnival Monday", "1996-11-01": "Independence Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-05": "Labour Day", "1997-05-19": "Whit Monday", "1997-07-07": "Caribbean Community (Caricom) Day", "1997-08-04": "Carnival Monday", "1997-11-01": "Independence Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-04": "Labour Day", "1998-06-01": "Whit Monday", "1998-07-06": "Caribbean Community (Caricom) Day", "1998-08-03": "Carnival Monday", "1998-11-01": "Independence Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-03": "Labour Day", "1999-05-24": "Whit Monday", "1999-07-05": "Caribbean Community (Caricom) Day", "1999-08-02": "Carnival Monday", "1999-11-01": "Independence Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-06-12": "Whit Monday", "2000-07-03": "Caribbean Community (Caricom) Day", "2000-08-07": "Carnival Monday", "2000-11-01": "Independence Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-07": "Labour Day", "2001-06-04": "Whit Monday", "2001-07-02": "Caribbean Community (Caricom) Day", "2001-08-06": "Carnival Monday", "2001-11-01": "Independence Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-06": "Labour Day", "2002-05-20": "Whit Monday", "2002-07-01": "Caribbean Community (Caricom) Day", "2002-08-05": "Carnival Monday", "2002-11-01": "Independence Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-05": "Labour Day", "2003-06-09": "Whit Monday", "2003-07-07": "Caribbean Community (Caricom) Day", "2003-08-04": "Carnival Monday", "2003-11-01": "Independence Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-03": "Labour Day", "2004-05-31": "Whit Monday", "2004-07-05": "Caribbean Community (Caricom) Day", "2004-08-02": "Carnival Monday", "2004-11-01": "Independence Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-02": "Labour Day", "2005-05-16": "Whit Monday", "2005-07-04": "Caribbean Community (Caricom) Day", "2005-08-01": "Carnival Monday", "2005-11-01": "Independence Day", "2005-12-09": "National Heroes Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-06-05": "Whit Monday", "2006-08-07": "Carnival Monday", "2006-08-08": "Carnival Tuesday", "2006-11-01": "Independence Day", "2006-12-11": "National Heroes Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-07": "Labour Day", "2007-05-28": "Whit Monday", "2007-08-06": "Carnival Monday", "2007-08-07": "Carnival Tuesday", "2007-11-01": "Independence Day", "2007-12-09": "National Heroes Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-02-19": "State Funeral of the late The Honourable Charlesworth T. Samuel", "2008-03-18": "State Funeral of the late The Honourable Sir George Herbert Walter", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-05": "Labour Day", "2008-05-12": "Whit Monday", "2008-08-04": "Carnival Monday", "2008-08-05": "Carnival Tuesday", "2008-11-01": "Independence Day", "2008-11-03": "Independence Day (observed)", "2008-12-09": "National Heroes Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-04": "Labour Day", "2009-06-01": "Whit Monday", "2009-08-03": "Carnival Monday", "2009-08-04": "Carnival Tuesday", "2009-11-01": "Independence Day", "2009-11-02": "Independence Day (observed)", "2009-12-09": "National Heroes Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-03": "Labour Day", "2010-05-24": "Whit Monday", "2010-08-02": "Carnival Monday", "2010-08-03": "Carnival Tuesday", "2010-11-01": "Independence Day", "2010-12-09": "National Heroes Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-02": "Labour Day", "2011-06-13": "Whit Monday", "2011-08-01": "Carnival Monday", "2011-08-02": "Carnival Tuesday", "2011-11-01": "Independence Day", "2011-12-09": "National Heroes Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-07": "Labour Day", "2012-05-28": "Whit Monday", "2012-08-06": "Carnival Monday", "2012-08-07": "Carnival Tuesday", "2012-11-01": "Independence Day", "2012-12-10": "National Heroes Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-06": "Labour Day", "2013-05-20": "Whit Monday", "2013-08-05": "Carnival Monday", "2013-08-06": "Carnival Tuesday", "2013-11-01": "Independence Day", "2013-12-09": "National Heroes Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-05": "Labour Day", "2014-06-09": "Whit Monday", "2014-08-04": "Carnival Monday", "2014-08-05": "Carnival Tuesday", "2014-11-01": "Independence Day", "2014-11-03": "Independence Day (observed)", "2014-12-09": "Sir Vere Cornwall Bird Snr. Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-04": "Labour Day", "2015-05-25": "Whit Monday", "2015-08-03": "Carnival Monday", "2015-08-04": "Carnival Tuesday", "2015-11-01": "Independence Day", "2015-11-02": "Independence Day (observed)", "2015-12-09": "Sir Vere Cornwall Bird Snr. Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-02": "Labour Day", "2016-05-16": "Whit Monday", "2016-08-01": "Carnival Monday", "2016-08-02": "Carnival Tuesday", "2016-11-01": "Independence Day", "2016-12-09": "Sir Vere Cornwall Bird Snr. Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-06-05": "Whit Monday", "2017-08-07": "Carnival Monday", "2017-08-08": "Carnival Tuesday", "2017-11-01": "Independence Day", "2017-12-09": "Sir Vere Cornwall Bird Snr. Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-22": "Day after the General Election", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-07": "Labour Day", "2018-05-21": "Whit Monday", "2018-08-06": "Carnival Monday", "2018-08-07": "Carnival Tuesday", "2018-11-01": "Independence Day", "2018-12-09": "Sir Vere Cornwall Bird Snr. Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-06": "Labour Day", "2019-06-10": "Whit Monday", "2019-08-05": "Carnival Monday", "2019-08-06": "Carnival Tuesday", "2019-11-01": "Independence Day", "2019-12-09": "Sir Vere Cornwall Bird Snr. Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-04": "Labour Day", "2020-06-01": "Whit Monday", "2020-08-03": "Carnival Monday", "2020-08-04": "Carnival Tuesday", "2020-11-01": "Independence Day", "2020-11-02": "Independence Day (observed)", "2020-12-09": "Sir Vere Cornwall Bird Snr. Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-03": "Labour Day", "2021-05-24": "Whit Monday", "2021-08-02": "Carnival Monday", "2021-08-03": "Carnival Tuesday", "2021-11-01": "Independence Day", "2021-12-09": "Sir Vere Cornwall Bird Snr. Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-02": "Labour Day", "2022-06-06": "Whit Monday", "2022-08-01": "Carnival Monday", "2022-08-02": "Carnival Tuesday", "2022-11-01": "Independence Day", "2022-12-09": "Sir Vere Cornwall Bird Snr. Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-19": "Day after the General Election", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labour Day", "2023-05-29": "Whit Monday", "2023-08-07": "Carnival Monday", "2023-08-08": "Carnival Tuesday", "2023-11-01": "Independence Day", "2023-12-09": "Sir Vere Cornwall Bird Snr. Day", "2023-12-11": "Sir Vere Cornwall Bird Snr. Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-06": "Labour Day", "2024-05-20": "Whit Monday", "2024-08-05": "Carnival Monday", "2024-08-06": "Carnival Tuesday", "2024-11-01": "Independence Day", "2024-12-09": "Sir Vere Cornwall Bird Snr. Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-05": "Labour Day", "2025-06-09": "Whit Monday", "2025-08-04": "Carnival Monday", "2025-08-05": "Carnival Tuesday", "2025-11-01": "Independence Day", "2025-11-03": "Independence Day (observed)", "2025-12-09": "Sir Vere Cornwall Bird Snr. Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-04": "Labour Day", "2026-05-25": "Whit Monday", "2026-08-03": "Carnival Monday", "2026-08-04": "Carnival Tuesday", "2026-11-01": "Independence Day", "2026-11-02": "Independence Day (observed)", "2026-12-09": "Sir Vere Cornwall Bird Snr. Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-03": "Labour Day", "2027-05-17": "Whit Monday", "2027-08-02": "Carnival Monday", "2027-08-03": "Carnival Tuesday", "2027-11-01": "Independence Day", "2027-12-09": "Sir Vere Cornwall Bird Snr. Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labour Day", "2028-06-05": "Whit Monday", "2028-08-07": "Carnival Monday", "2028-08-08": "Carnival Tuesday", "2028-11-01": "Independence Day", "2028-12-09": "Sir Vere Cornwall Bird Snr. Day", "2028-12-11": "Sir Vere Cornwall Bird Snr. Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-07": "Labour Day", "2029-05-21": "Whit Monday", "2029-08-06": "Carnival Monday", "2029-08-07": "Carnival Tuesday", "2029-11-01": "Independence Day", "2029-12-09": "Sir Vere Cornwall Bird Snr. Day", "2029-12-10": "Sir Vere Cornwall Bird Snr. Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-06": "Labour Day", "2030-06-10": "Whit Monday", "2030-08-05": "Carnival Monday", "2030-08-06": "Carnival Tuesday", "2030-11-01": "Independence Day", "2030-12-09": "Sir Vere Cornwall Bird Snr. Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-05": "Labour Day", "2031-06-02": "Whit Monday", "2031-08-04": "Carnival Monday", "2031-08-05": "Carnival Tuesday", "2031-11-01": "Independence Day", "2031-11-03": "Independence Day (observed)", "2031-12-09": "Sir Vere Cornwall Bird Snr. Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-03": "Labour Day", "2032-05-17": "Whit Monday", "2032-08-02": "Carnival Monday", "2032-08-03": "Carnival Tuesday", "2032-11-01": "Independence Day", "2032-12-09": "Sir Vere Cornwall Bird Snr. Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-02": "Labour Day", "2033-06-06": "Whit Monday", "2033-08-01": "Carnival Monday", "2033-08-02": "Carnival Tuesday", "2033-11-01": "Independence Day", "2033-12-09": "Sir Vere Cornwall Bird Snr. Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labour Day", "2034-05-29": "Whit Monday", "2034-08-07": "Carnival Monday", "2034-08-08": "Carnival Tuesday", "2034-11-01": "Independence Day", "2034-12-09": "Sir Vere Cornwall Bird Snr. Day", "2034-12-11": "Sir Vere Cornwall Bird Snr. Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-07": "Labour Day", "2035-05-14": "Whit Monday", "2035-08-06": "Carnival Monday", "2035-08-07": "Carnival Tuesday", "2035-11-01": "Independence Day", "2035-12-09": "Sir Vere Cornwall Bird Snr. Day", "2035-12-10": "Sir Vere Cornwall Bird Snr. Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-05": "Labour Day", "2036-06-02": "Whit Monday", "2036-08-04": "Carnival Monday", "2036-08-05": "Carnival Tuesday", "2036-11-01": "Independence Day", "2036-11-03": "Independence Day (observed)", "2036-12-09": "Sir Vere Cornwall Bird Snr. Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-04": "Labour Day", "2037-05-25": "Whit Monday", "2037-08-03": "Carnival Monday", "2037-08-04": "Carnival Tuesday", "2037-11-01": "Independence Day", "2037-11-02": "Independence Day (observed)", "2037-12-09": "Sir Vere Cornwall Bird Snr. Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-03": "Labour Day", "2038-06-14": "Whit Monday", "2038-08-02": "Carnival Monday", "2038-08-03": "Carnival Tuesday", "2038-11-01": "Independence Day", "2038-12-09": "Sir Vere Cornwall Bird Snr. Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-02": "Labour Day", "2039-05-30": "Whit Monday", "2039-08-01": "Carnival Monday", "2039-08-02": "Carnival Tuesday", "2039-11-01": "Independence Day", "2039-12-09": "Sir Vere Cornwall Bird Snr. Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-07": "Labour Day", "2040-05-21": "Whit Monday", "2040-08-06": "Carnival Monday", "2040-08-07": "Carnival Tuesday", "2040-11-01": "Independence Day", "2040-12-09": "Sir Vere Cornwall Bird Snr. Day", "2040-12-10": "Sir Vere Cornwall Bird Snr. Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-06": "Labour Day", "2041-06-10": "Whit Monday", "2041-08-05": "Carnival Monday", "2041-08-06": "Carnival Tuesday", "2041-11-01": "Independence Day", "2041-12-09": "Sir Vere Cornwall Bird Snr. Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-05": "Labour Day", "2042-05-26": "Whit Monday", "2042-08-04": "Carnival Monday", "2042-08-05": "Carnival Tuesday", "2042-11-01": "Independence Day", "2042-11-03": "Independence Day (observed)", "2042-12-09": "Sir Vere Cornwall Bird Snr. Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-04": "Labour Day", "2043-05-18": "Whit Monday", "2043-08-03": "Carnival Monday", "2043-08-04": "Carnival Tuesday", "2043-11-01": "Independence Day", "2043-11-02": "Independence Day (observed)", "2043-12-09": "Sir Vere Cornwall Bird Snr. Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-02": "Labour Day", "2044-06-06": "Whit Monday", "2044-08-01": "Carnival Monday", "2044-08-02": "Carnival Tuesday", "2044-11-01": "Independence Day", "2044-12-09": "Sir Vere Cornwall Bird Snr. Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labour Day", "2045-05-29": "Whit Monday", "2045-08-07": "Carnival Monday", "2045-08-08": "Carnival Tuesday", "2045-11-01": "Independence Day", "2045-12-09": "Sir Vere Cornwall Bird Snr. Day", "2045-12-11": "Sir Vere Cornwall Bird Snr. Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-07": "Labour Day", "2046-05-14": "Whit Monday", "2046-08-06": "Carnival Monday", "2046-08-07": "Carnival Tuesday", "2046-11-01": "Independence Day", "2046-12-09": "Sir Vere Cornwall Bird Snr. Day", "2046-12-10": "Sir Vere Cornwall Bird Snr. Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-06": "Labour Day", "2047-06-03": "Whit Monday", "2047-08-05": "Carnival Monday", "2047-08-06": "Carnival Tuesday", "2047-11-01": "Independence Day", "2047-12-09": "Sir Vere Cornwall Bird Snr. Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-04": "Labour Day", "2048-05-25": "Whit Monday", "2048-08-03": "Carnival Monday", "2048-08-04": "Carnival Tuesday", "2048-11-01": "Independence Day", "2048-11-02": "Independence Day (observed)", "2048-12-09": "Sir Vere Cornwall Bird Snr. Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-03": "Labour Day", "2049-06-07": "Whit Monday", "2049-08-02": "Carnival Monday", "2049-08-03": "Carnival Tuesday", "2049-11-01": "Independence Day", "2049-12-09": "Sir Vere Cornwall Bird Snr. Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-02": "Labour Day", "2050-05-30": "Whit Monday", "2050-08-01": "Carnival Monday", "2050-08-02": "Carnival Tuesday", "2050-11-01": "Independence Day", "2050-12-09": "Sir Vere Cornwall Bird Snr. Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/AL_COMMON.json000066400000000000000000001363031500152103600215500ustar00rootroot00000000000000{ "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-01-04": "New Year's Day (observed)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-11": "Catholic Easter Sunday", "1993-04-12": "Catholic Easter Sunday (observed)", "1993-04-18": "Orthodox Easter Sunday", "1993-04-19": "Orthodox Easter Sunday (observed)", "1993-05-01": "International Workers' Day", "1993-05-03": "International Workers' Day (observed)", "1993-05-31": "Eid al-Adha (estimated)", "1993-11-28": "Flag and Independence Day", "1993-11-29": "Liberation Day", "1993-11-30": "Flag and Independence Day (observed)", "1993-12-25": "Christmas Day", "1993-12-27": "Christmas Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "New Year's Day (observed)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (observed, estimated)", "1994-04-03": "Catholic Easter Sunday", "1994-04-04": "Catholic Easter Sunday (observed)", "1994-05-01": "International Workers' Day; Orthodox Easter Sunday", "1994-05-02": "International Workers' Day (observed); Orthodox Easter Sunday (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-11-28": "Flag and Independence Day", "1994-11-29": "Liberation Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-16": "Catholic Easter Sunday", "1995-04-17": "Catholic Easter Sunday (observed)", "1995-04-23": "Orthodox Easter Sunday", "1995-04-24": "Orthodox Easter Sunday (observed)", "1995-05-01": "International Workers' Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-11-28": "Flag and Independence Day", "1995-11-29": "Liberation Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-22": "Nowruz Day", "1996-04-07": "Catholic Easter Sunday", "1996-04-08": "Catholic Easter Sunday (observed)", "1996-04-14": "Orthodox Easter Sunday", "1996-04-15": "Orthodox Easter Sunday (observed)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-29": "Eid al-Adha (observed, estimated)", "1996-05-01": "International Workers' Day", "1996-11-28": "Flag and Independence Day", "1996-11-29": "Liberation Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-10": "Eid al-Fitr (observed, estimated)", "1997-03-22": "Nowruz Day", "1997-03-24": "Nowruz Day (observed)", "1997-03-30": "Catholic Easter Sunday", "1997-03-31": "Catholic Easter Sunday (observed)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-27": "Orthodox Easter Sunday", "1997-04-28": "Orthodox Easter Sunday (observed)", "1997-05-01": "International Workers' Day", "1997-11-28": "Flag and Independence Day", "1997-11-29": "Liberation Day", "1997-12-01": "Liberation Day (observed)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-03-22": "Nowruz Day", "1998-03-23": "Nowruz Day (observed)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-12": "Catholic Easter Sunday", "1998-04-13": "Catholic Easter Sunday (observed)", "1998-04-19": "Orthodox Easter Sunday", "1998-04-20": "Orthodox Easter Sunday (observed)", "1998-05-01": "International Workers' Day", "1998-11-28": "Flag and Independence Day", "1998-11-29": "Liberation Day", "1998-11-30": "Flag and Independence Day (observed)", "1998-12-01": "Liberation Day (observed)", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-01-04": "New Year's Day (observed)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-22": "Nowruz Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-29": "Eid al-Adha (observed, estimated)", "1999-04-04": "Catholic Easter Sunday", "1999-04-05": "Catholic Easter Sunday (observed)", "1999-04-11": "Orthodox Easter Sunday", "1999-04-12": "Orthodox Easter Sunday (observed)", "1999-05-01": "International Workers' Day", "1999-05-03": "International Workers' Day (observed)", "1999-11-28": "Flag and Independence Day", "1999-11-29": "Liberation Day", "1999-11-30": "Flag and Independence Day (observed)", "1999-12-25": "Christmas Day", "1999-12-27": "Christmas Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "New Year's Day (observed)", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-10": "Eid al-Fitr (observed, estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-22": "Nowruz Day", "2000-04-23": "Catholic Easter Sunday", "2000-04-24": "Catholic Easter Sunday (observed)", "2000-04-30": "Orthodox Easter Sunday", "2000-05-01": "International Workers' Day", "2000-05-02": "Orthodox Easter Sunday (observed)", "2000-11-28": "Flag and Independence Day", "2000-11-29": "Liberation Day", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-22": "Nowruz Day", "2001-04-15": "Catholic Easter Sunday; Orthodox Easter Sunday", "2001-04-16": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2001-05-01": "International Workers' Day", "2001-11-28": "Flag and Independence Day", "2001-11-29": "Liberation Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr (observed, estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-22": "Nowruz Day", "2002-03-31": "Catholic Easter Sunday", "2002-04-01": "Catholic Easter Sunday (observed)", "2002-05-01": "International Workers' Day", "2002-05-05": "Orthodox Easter Sunday", "2002-05-06": "Orthodox Easter Sunday (observed)", "2002-11-28": "Flag and Independence Day", "2002-11-29": "Liberation Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-22": "Nowruz Day", "2003-03-24": "Nowruz Day (observed)", "2003-04-20": "Catholic Easter Sunday", "2003-04-21": "Catholic Easter Sunday (observed)", "2003-04-27": "Orthodox Easter Sunday", "2003-04-28": "Orthodox Easter Sunday (observed)", "2003-05-01": "International Workers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-28": "Flag and Independence Day", "2003-11-29": "Liberation Day", "2003-12-01": "Liberation Day (observed)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha (observed, estimated)", "2004-03-14": "Summer Day", "2004-03-15": "Summer Day (observed)", "2004-03-22": "Nowruz Day", "2004-04-11": "Catholic Easter Sunday; Orthodox Easter Sunday", "2004-04-12": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2004-05-01": "International Workers' Day", "2004-05-03": "International Workers' Day (observed)", "2004-10-19": "Mother Teresa Beatification Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr (observed, estimated)", "2004-11-28": "Flag and Independence Day", "2004-11-29": "Liberation Day", "2004-11-30": "Flag and Independence Day (observed)", "2004-12-25": "Christmas Day", "2004-12-27": "Christmas Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "New Year's Day (observed)", "2005-01-21": "Eid al-Adha (estimated)", "2005-03-14": "Summer Day", "2005-03-22": "Nowruz Day", "2005-03-27": "Catholic Easter Sunday", "2005-03-28": "Catholic Easter Sunday (observed)", "2005-05-01": "International Workers' Day; Orthodox Easter Sunday", "2005-05-02": "International Workers' Day (observed); Orthodox Easter Sunday (observed)", "2005-10-19": "Mother Teresa Beatification Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-28": "Flag and Independence Day", "2005-11-29": "Liberation Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha (estimated)", "2006-03-14": "Summer Day", "2006-03-22": "Nowruz Day", "2006-04-16": "Catholic Easter Sunday", "2006-04-17": "Catholic Easter Sunday (observed)", "2006-04-23": "Orthodox Easter Sunday", "2006-04-24": "Orthodox Easter Sunday (observed)", "2006-05-01": "International Workers' Day", "2006-10-19": "Mother Teresa Beatification Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-28": "Flag and Independence Day", "2006-11-29": "Liberation Day", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Day", "2007-01-03": "Eid al-Adha (observed)", "2007-03-14": "Summer Day", "2007-03-22": "Nowruz Day", "2007-04-08": "Catholic Easter Sunday; Orthodox Easter Sunday", "2007-04-09": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2007-05-01": "International Workers' Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Eid al-Fitr (observed, estimated)", "2007-10-19": "Mother Teresa Beatification Day", "2007-11-28": "Flag and Independence Day", "2007-11-29": "Liberation Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-03-14": "Summer Day", "2008-03-22": "Nowruz Day", "2008-03-23": "Catholic Easter Sunday", "2008-03-24": "Nowruz Day (observed)", "2008-03-25": "Catholic Easter Sunday (observed)", "2008-04-27": "Orthodox Easter Sunday", "2008-04-28": "Orthodox Easter Sunday (observed)", "2008-05-01": "International Workers' Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-19": "Mother Teresa Beatification Day", "2008-10-20": "Mother Teresa Beatification Day (observed)", "2008-11-28": "Flag and Independence Day", "2008-11-29": "Liberation Day", "2008-12-01": "Liberation Day (observed)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-03-14": "Summer Day", "2009-03-16": "Summer Day (observed)", "2009-03-22": "Nowruz Day", "2009-03-23": "Nowruz Day (observed)", "2009-04-12": "Catholic Easter Sunday", "2009-04-13": "Catholic Easter Sunday (observed)", "2009-04-19": "Orthodox Easter Sunday", "2009-04-20": "Orthodox Easter Sunday (observed)", "2009-05-01": "International Workers' Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr (observed, estimated)", "2009-10-19": "Mother Teresa Beatification Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Flag and Independence Day", "2009-11-29": "Liberation Day", "2009-11-30": "Flag and Independence Day (observed)", "2009-12-01": "Liberation Day (observed)", "2009-12-08": "National Youth Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-01-04": "New Year's Day (observed)", "2010-03-14": "Summer Day", "2010-03-15": "Summer Day (observed)", "2010-03-22": "Nowruz Day", "2010-04-04": "Catholic Easter Sunday; Orthodox Easter Sunday", "2010-04-05": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2010-05-01": "International Workers' Day", "2010-05-03": "International Workers' Day (observed)", "2010-09-10": "Eid al-Fitr (estimated)", "2010-10-19": "Mother Teresa Beatification Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-28": "Flag and Independence Day", "2010-11-29": "Liberation Day", "2010-11-30": "Flag and Independence Day (observed)", "2010-12-08": "National Youth Day", "2010-12-25": "Christmas Day", "2010-12-27": "Christmas Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "New Year's Day (observed)", "2011-03-14": "Summer Day", "2011-03-22": "Nowruz Day", "2011-04-24": "Catholic Easter Sunday; Orthodox Easter Sunday", "2011-04-25": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2011-05-01": "International Workers' Day", "2011-05-02": "International Workers' Day (observed)", "2011-08-30": "Eid al-Fitr (estimated)", "2011-10-19": "Mother Teresa Beatification Day", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha (observed, estimated)", "2011-11-28": "Flag and Independence Day", "2011-11-29": "Liberation Day", "2011-12-08": "National Youth Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-03-14": "Summer Day", "2012-03-22": "Nowruz Day", "2012-04-08": "Catholic Easter Sunday", "2012-04-09": "Catholic Easter Sunday (observed)", "2012-04-15": "Orthodox Easter Sunday", "2012-04-16": "Orthodox Easter Sunday (observed)", "2012-05-01": "International Workers' Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr (observed, estimated)", "2012-10-19": "Mother Teresa Beatification Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-28": "Flag and Independence Day", "2012-11-29": "Liberation Day", "2012-12-08": "National Youth Day", "2012-12-10": "National Youth Day (observed)", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-03-14": "Summer Day", "2013-03-22": "Nowruz Day", "2013-03-31": "Catholic Easter Sunday", "2013-04-01": "Catholic Easter Sunday (observed)", "2013-05-01": "International Workers' Day", "2013-05-05": "Orthodox Easter Sunday", "2013-05-06": "Orthodox Easter Sunday (observed)", "2013-08-08": "Eid al-Fitr (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-19": "Mother Teresa Beatification Day", "2013-10-21": "Mother Teresa Beatification Day (observed)", "2013-11-28": "Flag and Independence Day", "2013-11-29": "Liberation Day", "2013-12-08": "National Youth Day", "2013-12-09": "National Youth Day (observed)", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-03-14": "Summer Day", "2014-03-22": "Nowruz Day", "2014-03-24": "Nowruz Day (observed)", "2014-04-20": "Catholic Easter Sunday; Orthodox Easter Sunday", "2014-04-21": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2014-05-01": "International Workers' Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-06": "Eid al-Adha (observed, estimated)", "2014-10-19": "Mother Teresa Beatification Day", "2014-10-20": "Mother Teresa Beatification Day (observed)", "2014-11-28": "Flag and Independence Day", "2014-11-29": "Liberation Day", "2014-12-01": "Liberation Day (observed)", "2014-12-08": "National Youth Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-03-14": "Summer Day", "2015-03-16": "Summer Day (observed)", "2015-03-22": "Nowruz Day", "2015-03-23": "Nowruz Day (observed)", "2015-04-05": "Catholic Easter Sunday", "2015-04-06": "Catholic Easter Sunday (observed)", "2015-04-12": "Orthodox Easter Sunday", "2015-04-13": "Orthodox Easter Sunday (observed)", "2015-05-01": "International Workers' Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-10-19": "Mother Teresa Beatification Day", "2015-11-28": "Flag and Independence Day", "2015-11-29": "Liberation Day", "2015-11-30": "Flag and Independence Day (observed)", "2015-12-01": "Liberation Day (observed)", "2015-12-08": "National Youth Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-04": "New Year's Day (observed)", "2016-03-14": "Summer Day", "2016-03-22": "Nowruz Day", "2016-03-27": "Catholic Easter Sunday", "2016-03-28": "Catholic Easter Sunday (observed)", "2016-05-01": "International Workers' Day; Orthodox Easter Sunday", "2016-05-02": "International Workers' Day (observed); Orthodox Easter Sunday (observed)", "2016-07-06": "Eid al-Fitr (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha (observed, estimated)", "2016-10-19": "Mother Teresa Beatification Day", "2016-11-28": "Flag and Independence Day", "2016-11-29": "Liberation Day", "2016-12-08": "National Youth Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-03-14": "Summer Day", "2017-03-22": "Nowruz Day", "2017-04-16": "Catholic Easter Sunday; Orthodox Easter Sunday", "2017-04-17": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2017-05-01": "International Workers' Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr (observed, estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-10-19": "Mother Teresa Beatification Day", "2017-11-28": "Flag and Independence Day", "2017-11-29": "Liberation Day", "2017-12-08": "National Youth Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-03-14": "Summer Day", "2018-03-22": "Nowruz Day", "2018-04-01": "Catholic Easter Sunday", "2018-04-02": "Catholic Easter Sunday (observed)", "2018-04-08": "Orthodox Easter Sunday", "2018-04-09": "Orthodox Easter Sunday (observed)", "2018-05-01": "International Workers' Day", "2018-06-15": "Eid al-Fitr", "2018-08-21": "Eid al-Adha", "2018-09-05": "Mother Teresa Canonization Day", "2018-11-28": "Flag and Independence Day", "2018-11-29": "Liberation Day", "2018-12-08": "National Youth Day", "2018-12-10": "National Youth Day (observed)", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-03-14": "Summer Day", "2019-03-22": "Nowruz Day", "2019-04-21": "Catholic Easter Sunday", "2019-04-22": "Catholic Easter Sunday (observed)", "2019-04-28": "Orthodox Easter Sunday", "2019-04-29": "Orthodox Easter Sunday (observed)", "2019-05-01": "International Workers' Day", "2019-06-04": "Eid al-Fitr", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-09-05": "Mother Teresa Canonization Day", "2019-11-28": "Flag and Independence Day", "2019-11-29": "Liberation Day", "2019-12-08": "National Youth Day", "2019-12-09": "National Youth Day (observed)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-03": "Public Holiday", "2020-03-14": "Summer Day", "2020-03-16": "Summer Day (observed)", "2020-03-22": "Nowruz Day", "2020-03-23": "Nowruz Day (observed)", "2020-04-12": "Catholic Easter Sunday", "2020-04-13": "Catholic Easter Sunday (observed)", "2020-04-19": "Orthodox Easter Sunday", "2020-04-20": "Orthodox Easter Sunday (observed)", "2020-05-01": "International Workers' Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (observed)", "2020-07-31": "Eid al-Adha", "2020-09-05": "Mother Teresa Canonization Day", "2020-09-07": "Mother Teresa Canonization Day (observed)", "2020-11-28": "Flag and Independence Day", "2020-11-29": "Liberation Day", "2020-11-30": "Flag and Independence Day (observed)", "2020-12-01": "Liberation Day (observed)", "2020-12-08": "National Youth Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-04": "New Year's Day (observed)", "2021-03-14": "Summer Day", "2021-03-15": "Summer Day (observed)", "2021-03-22": "Nowruz Day", "2021-04-04": "Catholic Easter Sunday", "2021-04-05": "Catholic Easter Sunday (observed)", "2021-05-01": "International Workers' Day", "2021-05-02": "Orthodox Easter Sunday", "2021-05-03": "International Workers' Day (observed)", "2021-05-04": "Orthodox Easter Sunday (observed)", "2021-05-13": "Eid al-Fitr", "2021-07-20": "Eid al-Adha", "2021-09-05": "Mother Teresa Canonization Day", "2021-09-06": "Mother Teresa Canonization Day (observed)", "2021-11-28": "Flag and Independence Day", "2021-11-29": "Liberation Day", "2021-11-30": "Flag and Independence Day (observed)", "2021-12-08": "National Youth Day", "2021-12-25": "Christmas Day", "2021-12-27": "Christmas Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "New Year's Day (observed)", "2022-03-14": "Summer Day", "2022-03-21": "Public Holiday", "2022-03-22": "Nowruz Day", "2022-04-17": "Catholic Easter Sunday", "2022-04-18": "Catholic Easter Sunday (observed)", "2022-04-24": "Orthodox Easter Sunday", "2022-04-25": "Orthodox Easter Sunday (observed)", "2022-05-01": "International Workers' Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "International Workers' Day (observed)", "2022-07-09": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-09-05": "Mother Teresa Canonization Day", "2022-11-28": "Flag and Independence Day", "2022-11-29": "Liberation Day", "2022-12-08": "National Youth Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-03-14": "Summer Day", "2023-03-22": "Nowruz Day", "2023-04-09": "Catholic Easter Sunday", "2023-04-10": "Catholic Easter Sunday (observed)", "2023-04-16": "Orthodox Easter Sunday", "2023-04-17": "Orthodox Easter Sunday (observed)", "2023-04-21": "Eid al-Fitr", "2023-05-01": "International Workers' Day", "2023-06-28": "Eid al-Adha", "2023-09-05": "Mother Teresa Canonization Day", "2023-11-28": "Flag and Independence Day", "2023-11-29": "Liberation Day", "2023-12-08": "National Youth Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-03-14": "Summer Day", "2024-03-15": "Public Holiday", "2024-03-22": "Nowruz Day", "2024-03-31": "Catholic Easter Sunday", "2024-04-01": "Catholic Easter Sunday (observed)", "2024-04-10": "Eid al-Fitr", "2024-05-01": "International Workers' Day", "2024-05-05": "Orthodox Easter Sunday", "2024-05-06": "Orthodox Easter Sunday (observed)", "2024-06-16": "Eid al-Adha", "2024-06-17": "Eid al-Adha (observed)", "2024-09-05": "Mother Teresa Canonization Day", "2024-11-22": "Alphabet Day", "2024-11-28": "Flag and Independence Day", "2024-11-29": "Liberation Day", "2024-12-08": "National Youth Day", "2024-12-09": "National Youth Day (observed)", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-03-14": "Summer Day", "2025-03-22": "Nowruz Day", "2025-03-24": "Nowruz Day (observed)", "2025-03-30": "Eid al-Fitr", "2025-03-31": "Eid al-Fitr (observed)", "2025-04-20": "Catholic Easter Sunday; Orthodox Easter Sunday", "2025-04-21": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2025-05-01": "International Workers' Day", "2025-06-06": "Eid al-Adha", "2025-09-05": "Mother Teresa Canonization Day", "2025-11-22": "Alphabet Day", "2025-11-24": "Alphabet Day (observed)", "2025-11-28": "Flag and Independence Day", "2025-11-29": "Liberation Day", "2025-12-01": "Liberation Day (observed)", "2025-12-08": "National Youth Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-03-14": "Summer Day", "2026-03-16": "Summer Day (observed)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-22": "Nowruz Day", "2026-03-23": "Nowruz Day (observed)", "2026-04-05": "Catholic Easter Sunday", "2026-04-06": "Catholic Easter Sunday (observed)", "2026-04-12": "Orthodox Easter Sunday", "2026-04-13": "Orthodox Easter Sunday (observed)", "2026-05-01": "International Workers' Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-09-05": "Mother Teresa Canonization Day", "2026-09-07": "Mother Teresa Canonization Day (observed)", "2026-11-22": "Alphabet Day", "2026-11-23": "Alphabet Day (observed)", "2026-11-28": "Flag and Independence Day", "2026-11-29": "Liberation Day", "2026-11-30": "Flag and Independence Day (observed)", "2026-12-01": "Liberation Day (observed)", "2026-12-08": "National Youth Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-04": "New Year's Day (observed)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-14": "Summer Day", "2027-03-15": "Summer Day (observed)", "2027-03-22": "Nowruz Day", "2027-03-28": "Catholic Easter Sunday", "2027-03-29": "Catholic Easter Sunday (observed)", "2027-05-01": "International Workers' Day", "2027-05-02": "Orthodox Easter Sunday", "2027-05-03": "International Workers' Day (observed)", "2027-05-04": "Orthodox Easter Sunday (observed)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-09-05": "Mother Teresa Canonization Day", "2027-09-06": "Mother Teresa Canonization Day (observed)", "2027-11-22": "Alphabet Day", "2027-11-28": "Flag and Independence Day", "2027-11-29": "Liberation Day", "2027-11-30": "Flag and Independence Day (observed)", "2027-12-08": "National Youth Day", "2027-12-25": "Christmas Day", "2027-12-27": "Christmas Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "New Year's Day (observed)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Eid al-Fitr (observed, estimated)", "2028-03-14": "Summer Day", "2028-03-22": "Nowruz Day", "2028-04-16": "Catholic Easter Sunday; Orthodox Easter Sunday", "2028-04-17": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2028-05-01": "International Workers' Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-09-05": "Mother Teresa Canonization Day", "2028-11-22": "Alphabet Day", "2028-11-28": "Flag and Independence Day", "2028-11-29": "Liberation Day", "2028-12-08": "National Youth Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-14": "Summer Day", "2029-03-22": "Nowruz Day", "2029-04-01": "Catholic Easter Sunday", "2029-04-02": "Catholic Easter Sunday (observed)", "2029-04-08": "Orthodox Easter Sunday", "2029-04-09": "Orthodox Easter Sunday (observed)", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "International Workers' Day", "2029-09-05": "Mother Teresa Canonization Day", "2029-11-22": "Alphabet Day", "2029-11-28": "Flag and Independence Day", "2029-11-29": "Liberation Day", "2029-12-08": "National Youth Day", "2029-12-10": "National Youth Day (observed)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-14": "Summer Day", "2030-03-22": "Nowruz Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-15": "Eid al-Adha (observed, estimated)", "2030-04-21": "Catholic Easter Sunday", "2030-04-22": "Catholic Easter Sunday (observed)", "2030-04-28": "Orthodox Easter Sunday", "2030-04-29": "Orthodox Easter Sunday (observed)", "2030-05-01": "International Workers' Day", "2030-09-05": "Mother Teresa Canonization Day", "2030-11-22": "Alphabet Day", "2030-11-28": "Flag and Independence Day", "2030-11-29": "Liberation Day", "2030-12-08": "National Youth Day", "2030-12-09": "National Youth Day (observed)", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-03-14": "Summer Day", "2031-03-22": "Nowruz Day", "2031-03-24": "Nowruz Day (observed)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-13": "Catholic Easter Sunday; Orthodox Easter Sunday", "2031-04-14": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2031-05-01": "International Workers' Day", "2031-09-05": "Mother Teresa Canonization Day", "2031-11-22": "Alphabet Day", "2031-11-24": "Alphabet Day (observed)", "2031-11-28": "Flag and Independence Day", "2031-11-29": "Liberation Day", "2031-12-01": "Liberation Day (observed)", "2031-12-08": "National Youth Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-03-14": "Summer Day", "2032-03-15": "Summer Day (observed)", "2032-03-22": "Eid al-Adha (estimated); Nowruz Day", "2032-03-28": "Catholic Easter Sunday", "2032-03-29": "Catholic Easter Sunday (observed)", "2032-05-01": "International Workers' Day", "2032-05-02": "Orthodox Easter Sunday", "2032-05-03": "International Workers' Day (observed)", "2032-05-04": "Orthodox Easter Sunday (observed)", "2032-09-05": "Mother Teresa Canonization Day", "2032-09-06": "Mother Teresa Canonization Day (observed)", "2032-11-22": "Alphabet Day", "2032-11-28": "Flag and Independence Day", "2032-11-29": "Liberation Day", "2032-11-30": "Flag and Independence Day (observed)", "2032-12-08": "National Youth Day", "2032-12-25": "Christmas Day", "2032-12-27": "Christmas Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated); New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Eid al-Fitr (observed, estimated); New Year's Day (observed)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-14": "Summer Day", "2033-03-22": "Nowruz Day", "2033-04-17": "Catholic Easter Sunday", "2033-04-18": "Catholic Easter Sunday (observed)", "2033-04-24": "Orthodox Easter Sunday", "2033-04-25": "Orthodox Easter Sunday (observed)", "2033-05-01": "International Workers' Day", "2033-05-02": "International Workers' Day (observed)", "2033-09-05": "Mother Teresa Canonization Day", "2033-11-22": "Alphabet Day", "2033-11-28": "Flag and Independence Day", "2033-11-29": "Liberation Day", "2033-12-08": "National Youth Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-14": "Summer Day", "2034-03-22": "Nowruz Day", "2034-04-09": "Catholic Easter Sunday; Orthodox Easter Sunday", "2034-04-10": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2034-05-01": "International Workers' Day", "2034-09-05": "Mother Teresa Canonization Day", "2034-11-22": "Alphabet Day", "2034-11-28": "Flag and Independence Day", "2034-11-29": "Liberation Day", "2034-12-08": "National Youth Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-03-14": "Summer Day", "2035-03-22": "Nowruz Day", "2035-03-25": "Catholic Easter Sunday", "2035-03-26": "Catholic Easter Sunday (observed)", "2035-04-29": "Orthodox Easter Sunday", "2035-04-30": "Orthodox Easter Sunday (observed)", "2035-05-01": "International Workers' Day", "2035-09-05": "Mother Teresa Canonization Day", "2035-11-22": "Alphabet Day", "2035-11-28": "Flag and Independence Day", "2035-11-29": "Liberation Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (observed, estimated)", "2035-12-08": "National Youth Day", "2035-12-10": "National Youth Day (observed)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-14": "Summer Day", "2036-03-22": "Nowruz Day", "2036-03-24": "Nowruz Day (observed)", "2036-04-13": "Catholic Easter Sunday", "2036-04-14": "Catholic Easter Sunday (observed)", "2036-04-20": "Orthodox Easter Sunday", "2036-04-21": "Orthodox Easter Sunday (observed)", "2036-05-01": "International Workers' Day", "2036-09-05": "Mother Teresa Canonization Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-22": "Alphabet Day", "2036-11-24": "Alphabet Day (observed)", "2036-11-28": "Flag and Independence Day", "2036-11-29": "Liberation Day", "2036-12-01": "Liberation Day (observed)", "2036-12-08": "National Youth Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-03-14": "Summer Day", "2037-03-16": "Summer Day (observed)", "2037-03-22": "Nowruz Day", "2037-03-23": "Nowruz Day (observed)", "2037-04-05": "Catholic Easter Sunday; Orthodox Easter Sunday", "2037-04-06": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2037-05-01": "International Workers' Day", "2037-09-05": "Mother Teresa Canonization Day", "2037-09-07": "Mother Teresa Canonization Day (observed)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (observed, estimated)", "2037-11-22": "Alphabet Day", "2037-11-23": "Alphabet Day (observed)", "2037-11-28": "Flag and Independence Day", "2037-11-29": "Liberation Day", "2037-11-30": "Flag and Independence Day (observed)", "2037-12-01": "Liberation Day (observed)", "2037-12-08": "National Youth Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-04": "New Year's Day (observed)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-18": "Eid al-Adha (observed, estimated)", "2038-03-14": "Summer Day", "2038-03-15": "Summer Day (observed)", "2038-03-22": "Nowruz Day", "2038-04-25": "Catholic Easter Sunday; Orthodox Easter Sunday", "2038-04-26": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2038-05-01": "International Workers' Day", "2038-05-03": "International Workers' Day (observed)", "2038-09-05": "Mother Teresa Canonization Day", "2038-09-06": "Mother Teresa Canonization Day (observed)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-22": "Alphabet Day", "2038-11-28": "Flag and Independence Day", "2038-11-29": "Liberation Day", "2038-11-30": "Flag and Independence Day (observed)", "2038-12-08": "National Youth Day", "2038-12-25": "Christmas Day", "2038-12-27": "Christmas Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "New Year's Day (observed)", "2039-01-05": "Eid al-Adha (estimated)", "2039-03-14": "Summer Day", "2039-03-22": "Nowruz Day", "2039-04-10": "Catholic Easter Sunday", "2039-04-11": "Catholic Easter Sunday (observed)", "2039-04-17": "Orthodox Easter Sunday", "2039-04-18": "Orthodox Easter Sunday (observed)", "2039-05-01": "International Workers' Day", "2039-05-02": "International Workers' Day (observed)", "2039-09-05": "Mother Teresa Canonization Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-22": "Alphabet Day", "2039-11-28": "Flag and Independence Day", "2039-11-29": "Liberation Day", "2039-12-08": "National Youth Day", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-03-14": "Summer Day", "2040-03-22": "Nowruz Day", "2040-04-01": "Catholic Easter Sunday", "2040-04-02": "Catholic Easter Sunday (observed)", "2040-05-01": "International Workers' Day", "2040-05-06": "Orthodox Easter Sunday", "2040-05-07": "Orthodox Easter Sunday (observed)", "2040-09-05": "Mother Teresa Canonization Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (observed, estimated)", "2040-11-22": "Alphabet Day", "2040-11-28": "Flag and Independence Day", "2040-11-29": "Liberation Day", "2040-12-08": "National Youth Day", "2040-12-10": "National Youth Day (observed)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-03-14": "Summer Day", "2041-03-22": "Nowruz Day", "2041-04-21": "Catholic Easter Sunday; Orthodox Easter Sunday", "2041-04-22": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2041-05-01": "International Workers' Day", "2041-09-05": "Mother Teresa Canonization Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-11-22": "Alphabet Day", "2041-11-28": "Flag and Independence Day", "2041-11-29": "Liberation Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "National Youth Day", "2041-12-09": "National Youth Day (observed)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-03-14": "Summer Day", "2042-03-22": "Nowruz Day", "2042-03-24": "Nowruz Day (observed)", "2042-04-06": "Catholic Easter Sunday", "2042-04-07": "Catholic Easter Sunday (observed)", "2042-04-13": "Orthodox Easter Sunday", "2042-04-14": "Orthodox Easter Sunday (observed)", "2042-05-01": "International Workers' Day", "2042-09-05": "Mother Teresa Canonization Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-11-22": "Alphabet Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Alphabet Day (observed)", "2042-11-25": "Eid al-Adha (observed, estimated)", "2042-11-28": "Flag and Independence Day", "2042-11-29": "Liberation Day", "2042-12-01": "Liberation Day (observed)", "2042-12-08": "National Youth Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-03-14": "Summer Day", "2043-03-16": "Summer Day (observed)", "2043-03-22": "Nowruz Day", "2043-03-23": "Nowruz Day (observed)", "2043-03-29": "Catholic Easter Sunday", "2043-03-30": "Catholic Easter Sunday (observed)", "2043-05-01": "International Workers' Day", "2043-05-03": "Orthodox Easter Sunday", "2043-05-04": "Orthodox Easter Sunday (observed)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Mother Teresa Canonization Day", "2043-09-07": "Mother Teresa Canonization Day (observed)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-22": "Alphabet Day", "2043-11-23": "Alphabet Day (observed)", "2043-11-28": "Flag and Independence Day", "2043-11-29": "Liberation Day", "2043-11-30": "Flag and Independence Day (observed)", "2043-12-01": "Liberation Day (observed)", "2043-12-08": "National Youth Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-04": "New Year's Day (observed)", "2044-03-14": "Summer Day", "2044-03-22": "Nowruz Day", "2044-04-17": "Catholic Easter Sunday", "2044-04-18": "Catholic Easter Sunday (observed)", "2044-04-24": "Orthodox Easter Sunday", "2044-04-25": "Orthodox Easter Sunday (observed)", "2044-05-01": "International Workers' Day", "2044-05-02": "International Workers' Day (observed)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-05": "Mother Teresa Canonization Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-22": "Alphabet Day", "2044-11-28": "Flag and Independence Day", "2044-11-29": "Liberation Day", "2044-12-08": "National Youth Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-03-14": "Summer Day", "2045-03-22": "Nowruz Day", "2045-04-09": "Catholic Easter Sunday; Orthodox Easter Sunday", "2045-04-10": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2045-05-01": "International Workers' Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-09-05": "Mother Teresa Canonization Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-23": "Eid al-Adha (observed, estimated)", "2045-11-22": "Alphabet Day", "2045-11-28": "Flag and Independence Day", "2045-11-29": "Liberation Day", "2045-12-08": "National Youth Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-03-14": "Summer Day", "2046-03-22": "Nowruz Day", "2046-03-25": "Catholic Easter Sunday", "2046-03-26": "Catholic Easter Sunday (observed)", "2046-04-29": "Orthodox Easter Sunday", "2046-04-30": "Orthodox Easter Sunday (observed)", "2046-05-01": "International Workers' Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-09-05": "Mother Teresa Canonization Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-22": "Alphabet Day", "2046-11-28": "Flag and Independence Day", "2046-11-29": "Liberation Day", "2046-12-08": "National Youth Day", "2046-12-10": "National Youth Day (observed)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-03-14": "Summer Day", "2047-03-22": "Nowruz Day", "2047-04-14": "Catholic Easter Sunday", "2047-04-15": "Catholic Easter Sunday (observed)", "2047-04-21": "Orthodox Easter Sunday", "2047-04-22": "Orthodox Easter Sunday (observed)", "2047-05-01": "International Workers' Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-09-05": "Mother Teresa Canonization Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-11-22": "Alphabet Day", "2047-11-28": "Flag and Independence Day", "2047-11-29": "Liberation Day", "2047-12-08": "National Youth Day", "2047-12-09": "National Youth Day (observed)", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-03-14": "Summer Day", "2048-03-16": "Summer Day (observed)", "2048-03-22": "Nowruz Day", "2048-03-23": "Nowruz Day (observed)", "2048-04-05": "Catholic Easter Sunday; Orthodox Easter Sunday", "2048-04-06": "Catholic Easter Sunday (observed); Orthodox Easter Sunday (observed)", "2048-05-01": "International Workers' Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (observed, estimated)", "2048-09-05": "Mother Teresa Canonization Day", "2048-09-07": "Mother Teresa Canonization Day (observed)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-21": "Eid al-Adha (observed, estimated)", "2048-11-22": "Alphabet Day", "2048-11-23": "Alphabet Day (observed)", "2048-11-28": "Flag and Independence Day", "2048-11-29": "Liberation Day", "2048-11-30": "Flag and Independence Day (observed)", "2048-12-01": "Liberation Day (observed)", "2048-12-08": "National Youth Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-04": "New Year's Day (observed)", "2049-03-14": "Summer Day", "2049-03-15": "Summer Day (observed)", "2049-03-22": "Nowruz Day", "2049-04-18": "Catholic Easter Sunday", "2049-04-19": "Catholic Easter Sunday (observed)", "2049-04-25": "Orthodox Easter Sunday", "2049-04-26": "Orthodox Easter Sunday (observed)", "2049-05-01": "International Workers' Day", "2049-05-03": "International Workers' Day (observed)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-09-05": "Mother Teresa Canonization Day", "2049-09-06": "Mother Teresa Canonization Day (observed)", "2049-09-08": "Eid al-Adha (estimated)", "2049-11-22": "Alphabet Day", "2049-11-28": "Flag and Independence Day", "2049-11-29": "Liberation Day", "2049-11-30": "Flag and Independence Day (observed)", "2049-12-08": "National Youth Day", "2049-12-25": "Christmas Day", "2049-12-27": "Christmas Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "New Year's Day (observed)", "2050-03-14": "Summer Day", "2050-03-22": "Nowruz Day", "2050-04-10": "Catholic Easter Sunday", "2050-04-11": "Catholic Easter Sunday (observed)", "2050-04-17": "Orthodox Easter Sunday", "2050-04-18": "Orthodox Easter Sunday (observed)", "2050-05-01": "International Workers' Day", "2050-05-02": "International Workers' Day (observed)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-09-05": "Mother Teresa Canonization Day", "2050-11-22": "Alphabet Day", "2050-11-28": "Flag and Independence Day", "2050-11-29": "Liberation Day", "2050-12-08": "National Youth Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/AM_COMMON.json000066400000000000000000000664241500152103600215570ustar00rootroot00000000000000{ "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Day", "1991-01-06": "Christmas and Epiphany Day", "1991-03-08": "Women's Day", "1991-04-24": "Genocide Memorial Day", "1991-05-28": "Republic Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day", "1992-01-06": "Christmas and Epiphany Day", "1992-03-08": "Women's Day", "1992-04-24": "Genocide Memorial Day", "1992-05-28": "Republic Day", "1992-09-21": "Independence Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-01-06": "Christmas and Epiphany Day", "1993-03-08": "Women's Day", "1993-04-24": "Genocide Memorial Day", "1993-05-28": "Republic Day", "1993-09-21": "Independence Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-01-06": "Christmas and Epiphany Day", "1994-03-08": "Women's Day", "1994-04-07": "A Holiday of Motherhood and Beauty", "1994-04-24": "Genocide Memorial Day", "1994-05-28": "Republic Day", "1994-09-21": "Independence Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-01-06": "Christmas and Epiphany Day", "1995-03-08": "Women's Day", "1995-04-07": "A Holiday of Motherhood and Beauty", "1995-04-24": "Genocide Memorial Day", "1995-05-09": "Victory and Peace Day", "1995-05-28": "Republic Day", "1995-09-21": "Independence Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-01-06": "Christmas and Epiphany Day", "1996-03-08": "Women's Day", "1996-04-07": "A Holiday of Motherhood and Beauty", "1996-04-24": "Genocide Memorial Day", "1996-05-09": "Victory and Peace Day", "1996-05-28": "Republic Day", "1996-07-05": "Constitution Day", "1996-09-21": "Independence Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-01-06": "Christmas and Epiphany Day", "1997-03-08": "Women's Day", "1997-04-07": "A Holiday of Motherhood and Beauty", "1997-04-24": "Genocide Memorial Day", "1997-05-09": "Victory and Peace Day", "1997-05-28": "Republic Day", "1997-07-05": "Constitution Day", "1997-09-21": "Independence Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-01-06": "Christmas and Epiphany Day", "1998-03-08": "Women's Day", "1998-04-07": "A Holiday of Motherhood and Beauty", "1998-04-24": "Genocide Memorial Day", "1998-05-09": "Victory and Peace Day", "1998-05-28": "Republic Day", "1998-07-05": "Constitution Day", "1998-09-21": "Independence Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-01-06": "Christmas and Epiphany Day", "1999-03-08": "Women's Day", "1999-04-07": "A Holiday of Motherhood and Beauty", "1999-04-24": "Genocide Memorial Day", "1999-05-09": "Victory and Peace Day", "1999-05-28": "Republic Day", "1999-07-05": "Constitution Day", "1999-09-21": "Independence Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-01-06": "Christmas and Epiphany Day", "2000-03-08": "Women's Day", "2000-04-07": "A Holiday of Motherhood and Beauty", "2000-04-24": "Genocide Memorial Day", "2000-05-09": "Victory and Peace Day", "2000-05-28": "Republic Day", "2000-07-05": "Constitution Day", "2000-09-21": "Independence Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-01-06": "Christmas and Epiphany Day", "2001-03-08": "Women's Day", "2001-04-07": "A Holiday of Motherhood and Beauty", "2001-04-24": "Genocide Memorial Day", "2001-05-01": "International Day of Workers' Solidarity", "2001-05-09": "Victory and Peace Day", "2001-05-28": "Republic Day", "2001-07-05": "Constitution Day", "2001-09-21": "Independence Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-01-06": "Christmas and Epiphany Day", "2002-03-08": "Women's Day", "2002-04-24": "Genocide Memorial Day", "2002-05-01": "Labor Day", "2002-05-09": "Victory and Peace Day", "2002-05-28": "Republic Day", "2002-07-05": "Constitution Day", "2002-09-21": "Independence Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-01-06": "Christmas and Epiphany Day", "2003-01-28": "Army Day", "2003-03-08": "Women's Day", "2003-04-24": "Genocide Memorial Day", "2003-05-01": "Labor Day", "2003-05-09": "Victory and Peace Day", "2003-05-28": "Republic Day", "2003-07-05": "Constitution Day", "2003-09-21": "Independence Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-01-06": "Christmas and Epiphany Day", "2004-01-28": "Army Day", "2004-03-08": "Women's Day", "2004-04-24": "Genocide Memorial Day", "2004-05-01": "Labor Day", "2004-05-09": "Victory and Peace Day", "2004-05-28": "Republic Day", "2004-07-05": "Constitution Day", "2004-09-21": "Independence Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day", "2005-01-06": "Christmas and Epiphany Day", "2005-01-28": "Army Day", "2005-03-08": "Women's Day", "2005-04-24": "Genocide Memorial Day", "2005-05-01": "Labor Day", "2005-05-09": "Victory and Peace Day", "2005-05-28": "Republic Day", "2005-07-05": "Constitution Day", "2005-09-21": "Independence Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-01-06": "Christmas and Epiphany Day", "2006-01-28": "Army Day", "2006-03-08": "Women's Day", "2006-04-24": "Genocide Memorial Day", "2006-05-01": "Labor Day", "2006-05-09": "Victory and Peace Day", "2006-05-28": "Republic Day", "2006-07-05": "Constitution Day", "2006-09-21": "Independence Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Day", "2007-01-06": "Christmas and Epiphany Day", "2007-01-28": "Army Day", "2007-03-08": "Women's Day", "2007-04-24": "Genocide Memorial Day", "2007-05-01": "Labor Day", "2007-05-09": "Victory and Peace Day", "2007-05-28": "Republic Day", "2007-07-05": "Constitution Day", "2007-09-21": "Independence Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-01-06": "Christmas and Epiphany Day", "2008-01-28": "Army Day", "2008-03-08": "Women's Day", "2008-04-24": "Genocide Memorial Day", "2008-05-01": "Labor Day", "2008-05-09": "Victory and Peace Day", "2008-05-28": "Republic Day", "2008-07-05": "Constitution Day", "2008-09-21": "Independence Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-01-06": "Christmas and Epiphany Day", "2009-01-28": "Army Day", "2009-03-08": "Women's Day", "2009-04-24": "Genocide Memorial Day", "2009-05-01": "Labor Day", "2009-05-09": "Victory and Peace Day", "2009-05-28": "Republic Day", "2009-07-05": "Constitution Day", "2009-09-21": "Independence Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-01-03": "New Year's Day", "2010-01-04": "New Year's Day", "2010-01-05": "Christmas Holidays", "2010-01-06": "Christmas and Epiphany Day", "2010-01-07": "Memorial Day", "2010-01-28": "Army Day", "2010-03-08": "Women's Day", "2010-04-24": "Genocide Memorial Day", "2010-05-01": "Labor Day", "2010-05-09": "Victory and Peace Day", "2010-05-28": "Republic Day", "2010-07-05": "Constitution Day", "2010-09-21": "Independence Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-01-03": "New Year's Day", "2011-01-04": "New Year's Day", "2011-01-05": "Christmas Holidays", "2011-01-06": "Christmas and Epiphany Day", "2011-01-07": "Memorial Day", "2011-01-28": "Army Day", "2011-03-08": "Women's Day", "2011-04-24": "Genocide Memorial Day", "2011-05-01": "Labor Day", "2011-05-09": "Victory and Peace Day", "2011-05-28": "Republic Day", "2011-07-05": "Constitution Day", "2011-09-21": "Independence Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-01-03": "New Year's Day", "2012-01-04": "New Year's Day", "2012-01-05": "Christmas Holidays", "2012-01-06": "Christmas and Epiphany Day", "2012-01-07": "Memorial Day", "2012-01-28": "Army Day", "2012-03-08": "Women's Day", "2012-04-24": "Genocide Memorial Day", "2012-05-01": "Labor Day", "2012-05-09": "Victory and Peace Day", "2012-05-28": "Republic Day", "2012-07-05": "Constitution Day", "2012-09-21": "Independence Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-01-03": "New Year's Day", "2013-01-04": "New Year's Day", "2013-01-05": "Christmas Holidays", "2013-01-06": "Christmas and Epiphany Day", "2013-01-07": "Memorial Day", "2013-01-28": "Army Day", "2013-03-08": "Women's Day", "2013-04-24": "Genocide Memorial Day", "2013-05-01": "Labor Day", "2013-05-09": "Victory and Peace Day", "2013-05-28": "Republic Day", "2013-07-05": "Constitution Day", "2013-09-21": "Independence Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-01-03": "New Year's Day", "2014-01-04": "New Year's Day", "2014-01-05": "Christmas Holidays", "2014-01-06": "Christmas and Epiphany Day", "2014-01-07": "Memorial Day", "2014-01-28": "Army Day", "2014-03-08": "Women's Day", "2014-04-24": "Genocide Memorial Day", "2014-05-01": "Labor Day", "2014-05-09": "Victory and Peace Day", "2014-05-28": "Republic Day", "2014-07-05": "Constitution Day", "2014-09-21": "Independence Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-01-03": "New Year's Day", "2015-01-04": "New Year's Day", "2015-01-05": "Christmas Holidays", "2015-01-06": "Christmas and Epiphany Day", "2015-01-07": "Memorial Day", "2015-01-28": "Army Day", "2015-03-08": "Women's Day", "2015-04-24": "Genocide Memorial Day", "2015-05-01": "Labor Day", "2015-05-09": "Victory and Peace Day", "2015-05-28": "Republic Day", "2015-07-05": "Constitution Day", "2015-09-21": "Independence Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-03": "New Year's Day", "2016-01-04": "New Year's Day", "2016-01-05": "Christmas Holidays", "2016-01-06": "Christmas and Epiphany Day", "2016-01-07": "Memorial Day", "2016-01-28": "Army Day", "2016-03-08": "Women's Day", "2016-04-24": "Genocide Memorial Day", "2016-05-01": "Labor Day", "2016-05-09": "Victory and Peace Day", "2016-05-28": "Republic Day", "2016-07-05": "Constitution Day", "2016-09-21": "Independence Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-03": "New Year's Day", "2017-01-04": "New Year's Day", "2017-01-05": "Christmas Holidays", "2017-01-06": "Christmas and Epiphany Day", "2017-01-07": "Memorial Day", "2017-01-28": "Army Day", "2017-03-08": "Women's Day", "2017-04-24": "Genocide Memorial Day", "2017-05-01": "Labor Day", "2017-05-09": "Victory and Peace Day", "2017-05-28": "Republic Day", "2017-07-05": "Constitution Day", "2017-09-21": "Independence Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-01-03": "New Year's Day", "2018-01-04": "New Year's Day", "2018-01-05": "Christmas Holidays", "2018-01-06": "Christmas and Epiphany Day", "2018-01-07": "Memorial Day", "2018-01-28": "Army Day", "2018-03-08": "Women's Day", "2018-04-24": "Genocide Memorial Day", "2018-05-01": "Labor Day", "2018-05-09": "Victory and Peace Day", "2018-05-28": "Republic Day", "2018-07-05": "Constitution Day", "2018-09-21": "Independence Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-01-03": "New Year's Day", "2019-01-04": "New Year's Day", "2019-01-05": "Christmas Holidays", "2019-01-06": "Christmas and Epiphany Day", "2019-01-07": "Memorial Day", "2019-01-28": "Army Day", "2019-03-08": "Women's Day", "2019-04-24": "Genocide Memorial Day", "2019-05-01": "Labor Day", "2019-05-09": "Victory and Peace Day", "2019-05-28": "Republic Day", "2019-07-05": "Constitution Day", "2019-09-21": "Independence Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-03": "New Year's Day", "2020-01-04": "New Year's Day", "2020-01-05": "Christmas Holidays", "2020-01-06": "Christmas and Epiphany Day", "2020-01-07": "Memorial Day", "2020-01-28": "Army Day", "2020-03-08": "Women's Day", "2020-04-24": "Genocide Memorial Day", "2020-05-01": "Labor Day", "2020-05-09": "Victory and Peace Day", "2020-05-28": "Republic Day", "2020-07-05": "Constitution Day", "2020-09-21": "Independence Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-03": "New Year's Day", "2021-01-04": "New Year's Day", "2021-01-05": "Christmas Holidays", "2021-01-06": "Christmas and Epiphany Day", "2021-01-07": "Memorial Day", "2021-01-28": "Army Day", "2021-03-08": "Women's Day", "2021-04-24": "Genocide Memorial Day", "2021-05-01": "Labor Day", "2021-05-09": "Victory and Peace Day", "2021-05-28": "Republic Day", "2021-07-05": "Constitution Day", "2021-09-21": "Independence Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-06": "Christmas and Epiphany Day", "2022-01-28": "Army Day", "2022-03-08": "Women's Day", "2022-04-24": "Genocide Memorial Day", "2022-05-01": "Labor Day", "2022-05-09": "Victory and Peace Day", "2022-05-28": "Republic Day", "2022-07-05": "Constitution Day", "2022-09-21": "Independence Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-06": "Christmas and Epiphany Day", "2023-01-28": "Army Day", "2023-03-08": "Women's Day", "2023-04-24": "Genocide Memorial Day", "2023-05-01": "Labor Day", "2023-05-09": "Victory and Peace Day", "2023-05-28": "Republic Day", "2023-07-05": "Constitution Day", "2023-09-21": "Independence Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-06": "Christmas and Epiphany Day", "2024-01-28": "Army Day", "2024-03-08": "Women's Day", "2024-04-24": "Genocide Memorial Day", "2024-05-01": "Labor Day", "2024-05-09": "Victory and Peace Day", "2024-05-28": "Republic Day", "2024-07-05": "Constitution Day", "2024-09-21": "Independence Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-06": "Christmas and Epiphany Day", "2025-01-28": "Army Day", "2025-03-08": "Women's Day", "2025-04-24": "Genocide Memorial Day", "2025-05-01": "Labor Day", "2025-05-09": "Victory and Peace Day", "2025-05-28": "Republic Day", "2025-07-05": "Constitution Day", "2025-09-21": "Independence Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-06": "Christmas and Epiphany Day", "2026-01-28": "Army Day", "2026-03-08": "Women's Day", "2026-04-24": "Genocide Memorial Day", "2026-05-01": "Labor Day", "2026-05-09": "Victory and Peace Day", "2026-05-28": "Republic Day", "2026-07-05": "Constitution Day", "2026-09-21": "Independence Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-06": "Christmas and Epiphany Day", "2027-01-28": "Army Day", "2027-03-08": "Women's Day", "2027-04-24": "Genocide Memorial Day", "2027-05-01": "Labor Day", "2027-05-09": "Victory and Peace Day", "2027-05-28": "Republic Day", "2027-07-05": "Constitution Day", "2027-09-21": "Independence Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-06": "Christmas and Epiphany Day", "2028-01-28": "Army Day", "2028-03-08": "Women's Day", "2028-04-24": "Genocide Memorial Day", "2028-05-01": "Labor Day", "2028-05-09": "Victory and Peace Day", "2028-05-28": "Republic Day", "2028-07-05": "Constitution Day", "2028-09-21": "Independence Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-06": "Christmas and Epiphany Day", "2029-01-28": "Army Day", "2029-03-08": "Women's Day", "2029-04-24": "Genocide Memorial Day", "2029-05-01": "Labor Day", "2029-05-09": "Victory and Peace Day", "2029-05-28": "Republic Day", "2029-07-05": "Constitution Day", "2029-09-21": "Independence Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-06": "Christmas and Epiphany Day", "2030-01-28": "Army Day", "2030-03-08": "Women's Day", "2030-04-24": "Genocide Memorial Day", "2030-05-01": "Labor Day", "2030-05-09": "Victory and Peace Day", "2030-05-28": "Republic Day", "2030-07-05": "Constitution Day", "2030-09-21": "Independence Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-06": "Christmas and Epiphany Day", "2031-01-28": "Army Day", "2031-03-08": "Women's Day", "2031-04-24": "Genocide Memorial Day", "2031-05-01": "Labor Day", "2031-05-09": "Victory and Peace Day", "2031-05-28": "Republic Day", "2031-07-05": "Constitution Day", "2031-09-21": "Independence Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-06": "Christmas and Epiphany Day", "2032-01-28": "Army Day", "2032-03-08": "Women's Day", "2032-04-24": "Genocide Memorial Day", "2032-05-01": "Labor Day", "2032-05-09": "Victory and Peace Day", "2032-05-28": "Republic Day", "2032-07-05": "Constitution Day", "2032-09-21": "Independence Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-02": "New Year's Day", "2033-01-06": "Christmas and Epiphany Day", "2033-01-28": "Army Day", "2033-03-08": "Women's Day", "2033-04-24": "Genocide Memorial Day", "2033-05-01": "Labor Day", "2033-05-09": "Victory and Peace Day", "2033-05-28": "Republic Day", "2033-07-05": "Constitution Day", "2033-09-21": "Independence Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-06": "Christmas and Epiphany Day", "2034-01-28": "Army Day", "2034-03-08": "Women's Day", "2034-04-24": "Genocide Memorial Day", "2034-05-01": "Labor Day", "2034-05-09": "Victory and Peace Day", "2034-05-28": "Republic Day", "2034-07-05": "Constitution Day", "2034-09-21": "Independence Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-06": "Christmas and Epiphany Day", "2035-01-28": "Army Day", "2035-03-08": "Women's Day", "2035-04-24": "Genocide Memorial Day", "2035-05-01": "Labor Day", "2035-05-09": "Victory and Peace Day", "2035-05-28": "Republic Day", "2035-07-05": "Constitution Day", "2035-09-21": "Independence Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-06": "Christmas and Epiphany Day", "2036-01-28": "Army Day", "2036-03-08": "Women's Day", "2036-04-24": "Genocide Memorial Day", "2036-05-01": "Labor Day", "2036-05-09": "Victory and Peace Day", "2036-05-28": "Republic Day", "2036-07-05": "Constitution Day", "2036-09-21": "Independence Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-06": "Christmas and Epiphany Day", "2037-01-28": "Army Day", "2037-03-08": "Women's Day", "2037-04-24": "Genocide Memorial Day", "2037-05-01": "Labor Day", "2037-05-09": "Victory and Peace Day", "2037-05-28": "Republic Day", "2037-07-05": "Constitution Day", "2037-09-21": "Independence Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-06": "Christmas and Epiphany Day", "2038-01-28": "Army Day", "2038-03-08": "Women's Day", "2038-04-24": "Genocide Memorial Day", "2038-05-01": "Labor Day", "2038-05-09": "Victory and Peace Day", "2038-05-28": "Republic Day", "2038-07-05": "Constitution Day", "2038-09-21": "Independence Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-06": "Christmas and Epiphany Day", "2039-01-28": "Army Day", "2039-03-08": "Women's Day", "2039-04-24": "Genocide Memorial Day", "2039-05-01": "Labor Day", "2039-05-09": "Victory and Peace Day", "2039-05-28": "Republic Day", "2039-07-05": "Constitution Day", "2039-09-21": "Independence Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-06": "Christmas and Epiphany Day", "2040-01-28": "Army Day", "2040-03-08": "Women's Day", "2040-04-24": "Genocide Memorial Day", "2040-05-01": "Labor Day", "2040-05-09": "Victory and Peace Day", "2040-05-28": "Republic Day", "2040-07-05": "Constitution Day", "2040-09-21": "Independence Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-06": "Christmas and Epiphany Day", "2041-01-28": "Army Day", "2041-03-08": "Women's Day", "2041-04-24": "Genocide Memorial Day", "2041-05-01": "Labor Day", "2041-05-09": "Victory and Peace Day", "2041-05-28": "Republic Day", "2041-07-05": "Constitution Day", "2041-09-21": "Independence Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-06": "Christmas and Epiphany Day", "2042-01-28": "Army Day", "2042-03-08": "Women's Day", "2042-04-24": "Genocide Memorial Day", "2042-05-01": "Labor Day", "2042-05-09": "Victory and Peace Day", "2042-05-28": "Republic Day", "2042-07-05": "Constitution Day", "2042-09-21": "Independence Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-06": "Christmas and Epiphany Day", "2043-01-28": "Army Day", "2043-03-08": "Women's Day", "2043-04-24": "Genocide Memorial Day", "2043-05-01": "Labor Day", "2043-05-09": "Victory and Peace Day", "2043-05-28": "Republic Day", "2043-07-05": "Constitution Day", "2043-09-21": "Independence Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-06": "Christmas and Epiphany Day", "2044-01-28": "Army Day", "2044-03-08": "Women's Day", "2044-04-24": "Genocide Memorial Day", "2044-05-01": "Labor Day", "2044-05-09": "Victory and Peace Day", "2044-05-28": "Republic Day", "2044-07-05": "Constitution Day", "2044-09-21": "Independence Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-06": "Christmas and Epiphany Day", "2045-01-28": "Army Day", "2045-03-08": "Women's Day", "2045-04-24": "Genocide Memorial Day", "2045-05-01": "Labor Day", "2045-05-09": "Victory and Peace Day", "2045-05-28": "Republic Day", "2045-07-05": "Constitution Day", "2045-09-21": "Independence Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-06": "Christmas and Epiphany Day", "2046-01-28": "Army Day", "2046-03-08": "Women's Day", "2046-04-24": "Genocide Memorial Day", "2046-05-01": "Labor Day", "2046-05-09": "Victory and Peace Day", "2046-05-28": "Republic Day", "2046-07-05": "Constitution Day", "2046-09-21": "Independence Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-06": "Christmas and Epiphany Day", "2047-01-28": "Army Day", "2047-03-08": "Women's Day", "2047-04-24": "Genocide Memorial Day", "2047-05-01": "Labor Day", "2047-05-09": "Victory and Peace Day", "2047-05-28": "Republic Day", "2047-07-05": "Constitution Day", "2047-09-21": "Independence Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-06": "Christmas and Epiphany Day", "2048-01-28": "Army Day", "2048-03-08": "Women's Day", "2048-04-24": "Genocide Memorial Day", "2048-05-01": "Labor Day", "2048-05-09": "Victory and Peace Day", "2048-05-28": "Republic Day", "2048-07-05": "Constitution Day", "2048-09-21": "Independence Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-06": "Christmas and Epiphany Day", "2049-01-28": "Army Day", "2049-03-08": "Women's Day", "2049-04-24": "Genocide Memorial Day", "2049-05-01": "Labor Day", "2049-05-09": "Victory and Peace Day", "2049-05-28": "Republic Day", "2049-07-05": "Constitution Day", "2049-09-21": "Independence Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-06": "Christmas and Epiphany Day", "2050-01-28": "Army Day", "2050-03-08": "Women's Day", "2050-04-24": "Genocide Memorial Day", "2050-05-01": "Labor Day", "2050-05-09": "Victory and Peace Day", "2050-05-28": "Republic Day", "2050-07-05": "Constitution Day", "2050-09-21": "Independence Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/AO_COMMON.json000066400000000000000000001255361500152103600215610ustar00rootroot00000000000000{ "1975-01-01": "New Year's Day", "1975-02-04": "Liberation Movement Day", "1975-05-01": "International Worker's Day", "1975-11-02": "All Souls' Day", "1975-11-11": "Independence Day", "1975-12-10": "Date of Founding of MPLA - Labor Party", "1975-12-25": "Family Day", "1976-01-01": "New Year's Day", "1976-02-04": "Liberation Movement Day", "1976-05-01": "International Worker's Day", "1976-11-02": "All Souls' Day", "1976-11-11": "Independence Day", "1976-12-10": "Date of Founding of MPLA - Labor Party", "1976-12-25": "Family Day", "1977-01-01": "New Year's Day", "1977-02-04": "Liberation Movement Day", "1977-05-01": "International Worker's Day", "1977-11-02": "All Souls' Day", "1977-11-11": "Independence Day", "1977-12-10": "Date of Founding of MPLA - Labor Party", "1977-12-25": "Family Day", "1978-01-01": "New Year's Day", "1978-02-04": "Liberation Movement Day", "1978-05-01": "International Worker's Day", "1978-11-02": "All Souls' Day", "1978-11-11": "Independence Day", "1978-12-10": "Date of Founding of MPLA - Labor Party", "1978-12-25": "Family Day", "1979-01-01": "New Year's Day", "1979-02-04": "Liberation Movement Day", "1979-05-01": "International Worker's Day", "1979-11-02": "All Souls' Day", "1979-11-11": "Independence Day", "1979-12-10": "Date of Founding of MPLA - Labor Party", "1979-12-25": "Family Day", "1980-01-01": "New Year's Day", "1980-02-04": "Liberation Movement Day", "1980-05-01": "International Worker's Day", "1980-09-17": "National Heroes' Day", "1980-11-02": "All Souls' Day", "1980-11-11": "Independence Day", "1980-12-10": "Date of Founding of MPLA - Labor Party", "1980-12-25": "Family Day", "1981-01-01": "New Year's Day", "1981-02-04": "Liberation Movement Day", "1981-05-01": "International Worker's Day", "1981-09-17": "National Heroes' Day", "1981-11-02": "All Souls' Day", "1981-11-11": "Independence Day", "1981-12-10": "Date of Founding of MPLA - Labor Party", "1981-12-25": "Family Day", "1982-01-01": "New Year's Day", "1982-02-04": "Liberation Movement Day", "1982-05-01": "International Worker's Day", "1982-09-17": "National Heroes' Day", "1982-11-02": "All Souls' Day", "1982-11-11": "Independence Day", "1982-12-10": "Date of Founding of MPLA - Labor Party", "1982-12-25": "Family Day", "1983-01-01": "New Year's Day", "1983-02-04": "Liberation Movement Day", "1983-05-01": "International Worker's Day", "1983-09-17": "National Heroes' Day", "1983-11-02": "All Souls' Day", "1983-11-11": "Independence Day", "1983-12-10": "Date of Founding of MPLA - Labor Party", "1983-12-25": "Family Day", "1984-01-01": "New Year's Day", "1984-02-04": "Liberation Movement Day", "1984-05-01": "International Worker's Day", "1984-09-17": "National Heroes' Day", "1984-11-02": "All Souls' Day", "1984-11-11": "Independence Day", "1984-12-10": "Date of Founding of MPLA - Labor Party", "1984-12-25": "Family Day", "1985-01-01": "New Year's Day", "1985-02-04": "Liberation Movement Day", "1985-05-01": "International Worker's Day", "1985-09-17": "National Heroes' Day", "1985-11-02": "All Souls' Day", "1985-11-11": "Independence Day", "1985-12-10": "Date of Founding of MPLA - Labor Party", "1985-12-25": "Family Day", "1986-01-01": "New Year's Day", "1986-02-04": "Liberation Movement Day", "1986-05-01": "International Worker's Day", "1986-09-17": "National Heroes' Day", "1986-11-02": "All Souls' Day", "1986-11-11": "Independence Day", "1986-12-10": "Date of Founding of MPLA - Labor Party", "1986-12-25": "Family Day", "1987-01-01": "New Year's Day", "1987-02-04": "Liberation Movement Day", "1987-05-01": "International Worker's Day", "1987-09-17": "National Heroes' Day", "1987-11-02": "All Souls' Day", "1987-11-11": "Independence Day", "1987-12-10": "Date of Founding of MPLA - Labor Party", "1987-12-25": "Family Day", "1988-01-01": "New Year's Day", "1988-02-04": "Liberation Movement Day", "1988-05-01": "International Worker's Day", "1988-09-17": "National Heroes' Day", "1988-11-02": "All Souls' Day", "1988-11-11": "Independence Day", "1988-12-10": "Date of Founding of MPLA - Labor Party", "1988-12-25": "Family Day", "1989-01-01": "New Year's Day", "1989-02-04": "Liberation Movement Day", "1989-05-01": "International Worker's Day", "1989-09-17": "National Heroes' Day", "1989-11-02": "All Souls' Day", "1989-11-11": "Independence Day", "1989-12-10": "Date of Founding of MPLA - Labor Party", "1989-12-25": "Family Day", "1990-01-01": "New Year's Day", "1990-02-04": "Liberation Movement Day", "1990-05-01": "International Worker's Day", "1990-09-17": "National Heroes' Day", "1990-11-02": "All Souls' Day", "1990-11-11": "Independence Day", "1990-12-10": "Date of Founding of MPLA - Labor Party", "1990-12-25": "Family Day", "1991-01-01": "New Year's Day", "1991-02-04": "Liberation Movement Day", "1991-05-01": "International Worker's Day", "1991-09-17": "National Heroes' Day", "1991-11-02": "All Souls' Day", "1991-11-11": "Independence Day", "1991-12-10": "Date of Founding of MPLA - Labor Party", "1991-12-25": "Family Day", "1992-01-01": "New Year's Day", "1992-02-04": "Liberation Movement Day", "1992-05-01": "International Worker's Day", "1992-09-17": "National Heroes' Day", "1992-11-02": "All Souls' Day", "1992-11-11": "Independence Day", "1992-12-25": "Family Day", "1993-01-01": "New Year's Day", "1993-02-04": "Liberation Movement Day", "1993-05-01": "International Worker's Day", "1993-09-17": "National Heroes' Day", "1993-11-02": "All Souls' Day", "1993-11-11": "Independence Day", "1993-12-25": "Family Day", "1994-01-01": "New Year's Day", "1994-02-04": "Liberation Movement Day", "1994-05-01": "International Worker's Day", "1994-09-17": "National Heroes' Day", "1994-11-02": "All Souls' Day", "1994-11-11": "Independence Day", "1994-12-25": "Family Day", "1995-01-01": "New Year's Day", "1995-02-04": "Liberation Movement Day", "1995-05-01": "International Worker's Day", "1995-09-17": "National Heroes' Day", "1995-11-02": "All Souls' Day", "1995-11-11": "Independence Day", "1995-12-25": "Family Day", "1996-01-01": "New Year's Day", "1996-02-04": "Liberation Movement Day", "1996-05-01": "International Worker's Day", "1996-09-17": "National Heroes' Day", "1996-11-02": "All Souls' Day", "1996-11-11": "National Independence Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-04": "Martyrs of Colonial Repression Day", "1997-02-04": "Liberation Movement Day", "1997-02-11": "Carnival Day", "1997-03-08": "International Women's Day", "1997-03-28": "Good Friday", "1997-05-01": "International Worker's Day", "1997-06-01": "International Children's Day", "1997-06-02": "Day off for International Children's Day", "1997-09-17": "National Heroes' Day", "1997-11-02": "All Souls' Day", "1997-11-03": "Day off for All Souls' Day", "1997-11-11": "National Independence Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-04": "Martyrs of Colonial Repression Day", "1998-01-05": "Day off for Martyrs of Colonial Repression Day", "1998-02-04": "Liberation Movement Day", "1998-02-24": "Carnival Day", "1998-03-08": "International Women's Day", "1998-03-09": "Day off for International Women's Day", "1998-04-10": "Good Friday", "1998-05-01": "International Worker's Day", "1998-06-01": "International Children's Day", "1998-09-17": "National Heroes' Day", "1998-11-02": "All Souls' Day", "1998-11-11": "National Independence Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-04": "Martyrs of Colonial Repression Day", "1999-02-04": "Liberation Movement Day", "1999-02-16": "Carnival Day", "1999-03-08": "International Women's Day", "1999-04-02": "Good Friday", "1999-05-01": "International Worker's Day", "1999-06-01": "International Children's Day", "1999-09-17": "National Heroes' Day", "1999-11-02": "All Souls' Day", "1999-11-11": "National Independence Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-04": "Martyrs of Colonial Repression Day", "2000-02-04": "Liberation Movement Day", "2000-03-07": "Carnival Day", "2000-03-08": "International Women's Day", "2000-04-21": "Good Friday", "2000-05-01": "International Worker's Day", "2000-06-01": "International Children's Day", "2000-09-17": "National Heroes' Day", "2000-09-18": "Day off for National Heroes' Day", "2000-11-02": "All Souls' Day", "2000-11-11": "National Independence Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-04": "Martyrs of Colonial Repression Day", "2001-02-04": "Liberation Movement Day", "2001-02-05": "Day off for Liberation Movement Day", "2001-02-27": "Carnival Day", "2001-03-08": "International Women's Day", "2001-04-13": "Good Friday", "2001-05-01": "International Worker's Day", "2001-05-25": "Africa Day", "2001-06-01": "International Children's Day", "2001-09-17": "National Heroes' Day", "2001-11-02": "All Souls' Day", "2001-11-11": "National Independence Day", "2001-11-12": "Day off for National Independence Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-04": "Martyrs of Colonial Repression Day", "2002-02-04": "Liberation Movement Day", "2002-02-12": "Carnival Day", "2002-03-08": "International Women's Day", "2002-03-29": "Good Friday", "2002-05-01": "International Worker's Day", "2002-05-25": "Africa Day", "2002-06-01": "International Children's Day", "2002-09-17": "National Heroes' Day", "2002-11-02": "All Souls' Day", "2002-11-11": "National Independence Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-04": "Martyrs of Colonial Repression Day", "2003-02-04": "Liberation Movement Day", "2003-03-04": "Carnival Day", "2003-03-08": "International Women's Day", "2003-04-04": "Peace and National Reconciliation Day", "2003-04-18": "Good Friday", "2003-05-01": "International Worker's Day", "2003-05-25": "Africa Day", "2003-05-26": "Day off for Africa Day", "2003-06-01": "International Children's Day", "2003-06-02": "Day off for International Children's Day", "2003-09-17": "National Heroes' Day", "2003-11-02": "All Souls' Day", "2003-11-03": "Day off for All Souls' Day", "2003-11-11": "National Independence Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-04": "Martyrs of Colonial Repression Day", "2004-01-05": "Day off for Martyrs of Colonial Repression Day", "2004-02-04": "Liberation Movement Day", "2004-02-24": "Carnival Day", "2004-03-08": "International Women's Day", "2004-04-04": "Peace and National Reconciliation Day", "2004-04-05": "Day off for Peace and National Reconciliation Day", "2004-04-09": "Good Friday", "2004-05-01": "International Worker's Day", "2004-05-25": "Africa Day", "2004-06-01": "International Children's Day", "2004-09-17": "National Heroes' Day", "2004-11-02": "All Souls' Day", "2004-11-11": "National Independence Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-04": "Martyrs of Colonial Repression Day", "2005-02-04": "Liberation Movement Day", "2005-02-08": "Carnival Day", "2005-03-08": "International Women's Day", "2005-03-25": "Good Friday", "2005-04-04": "Peace and National Reconciliation Day", "2005-05-01": "International Worker's Day", "2005-05-02": "Day off for International Worker's Day", "2005-05-25": "Africa Day", "2005-06-01": "International Children's Day", "2005-09-17": "National Heroes' Day", "2005-11-02": "All Souls' Day", "2005-11-11": "National Independence Day", "2005-12-25": "Christmas Day", "2005-12-26": "Day off for Christmas Day", "2006-01-01": "New Year's Day", "2006-01-02": "Day off for New Year's Day", "2006-01-04": "Martyrs of Colonial Repression Day", "2006-02-04": "Liberation Movement Day", "2006-02-28": "Carnival Day", "2006-03-08": "International Women's Day", "2006-04-04": "Peace and National Reconciliation Day", "2006-04-14": "Good Friday", "2006-05-01": "International Worker's Day", "2006-05-25": "Africa Day", "2006-06-01": "International Children's Day", "2006-09-17": "National Heroes' Day", "2006-09-18": "Day off for National Heroes' Day", "2006-11-02": "All Souls' Day", "2006-11-11": "National Independence Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-04": "Martyrs of Colonial Repression Day", "2007-02-04": "Liberation Movement Day", "2007-02-05": "Day off for Liberation Movement Day", "2007-02-20": "Carnival Day", "2007-03-08": "International Women's Day", "2007-04-04": "Peace and National Reconciliation Day", "2007-04-06": "Good Friday", "2007-05-01": "International Worker's Day", "2007-05-25": "Africa Day", "2007-06-01": "International Children's Day", "2007-09-17": "National Heroes' Day", "2007-11-02": "All Souls' Day", "2007-11-11": "National Independence Day", "2007-11-12": "Day off for National Independence Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-04": "Martyrs of Colonial Repression Day", "2008-02-04": "Liberation Movement Day", "2008-02-05": "Carnival Day", "2008-03-08": "International Women's Day", "2008-03-21": "Good Friday", "2008-04-04": "Peace and National Reconciliation Day", "2008-05-01": "International Worker's Day", "2008-05-25": "Africa Day", "2008-05-26": "Day off for Africa Day", "2008-06-01": "International Children's Day", "2008-06-02": "Day off for International Children's Day", "2008-09-17": "National Heroes' Day", "2008-11-02": "All Souls' Day", "2008-11-03": "Day off for All Souls' Day", "2008-11-11": "National Independence Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-04": "Martyrs of Colonial Repression Day", "2009-01-05": "Day off for Martyrs of Colonial Repression Day", "2009-02-04": "Liberation Movement Day", "2009-02-24": "Carnival Day", "2009-03-08": "International Women's Day", "2009-03-09": "Day off for International Women's Day", "2009-04-04": "Peace and National Reconciliation Day", "2009-04-10": "Good Friday", "2009-05-01": "International Worker's Day", "2009-05-25": "Africa Day", "2009-06-01": "International Children's Day", "2009-09-17": "National Heroes' Day", "2009-11-02": "All Souls' Day", "2009-11-11": "National Independence Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-04": "Martyrs of Colonial Repression Day", "2010-02-04": "Liberation Movement Day", "2010-02-16": "Carnival Day", "2010-03-08": "International Women's Day", "2010-04-02": "Good Friday", "2010-04-04": "Peace and National Reconciliation Day", "2010-04-05": "Day off for Peace and National Reconciliation Day", "2010-05-01": "International Worker's Day", "2010-05-25": "Africa Day", "2010-06-01": "International Children's Day", "2010-09-17": "National Heroes' Day", "2010-11-02": "All Souls' Day", "2010-11-11": "National Independence Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-04": "Martyrs of Colonial Repression Day", "2011-02-04": "Liberation Movement Day", "2011-03-08": "Carnival Day; International Women's Day", "2011-04-04": "Peace and National Reconciliation Day", "2011-04-22": "Good Friday", "2011-05-01": "International Worker's Day", "2011-05-02": "Day off for International Worker's Day", "2011-09-17": "National Heroes' Day", "2011-11-02": "All Souls' Day", "2011-11-11": "National Independence Day", "2011-12-25": "Christmas and Family Day", "2012-01-01": "New Year's Day", "2012-02-04": "Liberation Movement Day", "2012-02-21": "Carnival Day", "2012-03-08": "International Women's Day", "2012-04-04": "Peace and National Reconciliation Day", "2012-04-06": "Good Friday", "2012-05-01": "International Worker's Day", "2012-09-17": "National Heroes' Day", "2012-11-02": "All Souls' Day", "2012-11-11": "National Independence Day", "2012-11-12": "Day off for National Independence Day", "2012-12-25": "Christmas and Family Day", "2013-01-01": "New Year's Day", "2013-02-04": "Liberation Movement Day", "2013-02-12": "Carnival Day", "2013-03-08": "International Women's Day", "2013-03-29": "Good Friday", "2013-04-04": "Peace and National Reconciliation Day", "2013-05-01": "International Worker's Day", "2013-09-17": "National Heroes' Day", "2013-11-02": "All Souls' Day", "2013-11-11": "National Independence Day", "2013-12-25": "Christmas and Family Day", "2014-01-01": "New Year's Day", "2014-02-04": "Liberation Movement Day", "2014-03-04": "Carnival Day", "2014-03-08": "International Women's Day", "2014-04-04": "Peace and National Reconciliation Day", "2014-04-18": "Good Friday", "2014-05-01": "International Worker's Day", "2014-09-17": "National Heroes' Day", "2014-11-02": "All Souls' Day", "2014-11-11": "National Independence Day", "2014-12-25": "Christmas and Family Day", "2015-01-01": "New Year's Day", "2015-02-04": "Liberation Movement Day", "2015-02-17": "Carnival Day", "2015-03-08": "International Women's Day", "2015-03-09": "Day off for International Women's Day", "2015-04-03": "Good Friday", "2015-04-04": "Peace and National Reconciliation Day", "2015-05-01": "International Worker's Day", "2015-09-17": "National Heroes' Day", "2015-11-02": "All Souls' Day", "2015-11-11": "National Independence Day", "2015-12-25": "Christmas and Family Day", "2016-01-01": "New Year's Day", "2016-02-04": "Liberation Movement Day", "2016-02-09": "Carnival Day", "2016-03-08": "International Women's Day", "2016-03-25": "Good Friday", "2016-04-04": "Peace and National Reconciliation Day", "2016-05-01": "International Worker's Day", "2016-05-02": "Day off for International Worker's Day", "2016-09-17": "National Heroes' Day", "2016-11-02": "All Souls' Day", "2016-11-11": "National Independence Day", "2016-12-25": "Christmas and Family Day", "2017-01-01": "New Year's Day", "2017-02-04": "Liberation Movement Day", "2017-02-28": "Carnival Day", "2017-03-08": "International Women's Day", "2017-04-04": "Peace and National Reconciliation Day", "2017-04-14": "Good Friday", "2017-05-01": "International Worker's Day", "2017-08-23": "General Election Day", "2017-09-17": "National Heroes' Day", "2017-09-18": "Day off for National Heroes' Day", "2017-11-02": "All Souls' Day", "2017-11-11": "National Independence Day", "2017-12-25": "Christmas and Family Day", "2018-01-01": "New Year's Day", "2018-02-04": "Liberation Movement Day", "2018-02-05": "Day off for Liberation Movement Day", "2018-02-13": "Carnival Day", "2018-03-08": "International Women's Day", "2018-03-30": "Good Friday", "2018-04-04": "Peace and National Reconciliation Day", "2018-05-01": "International Worker's Day", "2018-09-17": "National Heroes' Day", "2018-11-02": "All Souls' Day", "2018-11-11": "National Independence Day", "2018-12-24": "Day off for Christmas and Family Day", "2018-12-25": "Christmas and Family Day", "2018-12-31": "Day off for New Year's Day", "2019-01-01": "New Year's Day", "2019-02-04": "Liberation Movement Day", "2019-03-04": "Day off for Carnival Day", "2019-03-05": "Carnival Day", "2019-03-08": "International Women's Day", "2019-03-23": "Southern Africa Liberation Day", "2019-04-04": "Peace and National Reconciliation Day", "2019-04-05": "Day off for Peace and National Reconciliation Day", "2019-04-19": "Good Friday", "2019-05-01": "International Worker's Day", "2019-09-16": "Day off for National Heroes' Day", "2019-09-17": "National Heroes' Day", "2019-11-02": "All Souls' Day", "2019-11-11": "National Independence Day", "2019-12-25": "Christmas and Family Day", "2020-01-01": "New Year's Day", "2020-02-03": "Day off for Liberation Movement Day", "2020-02-04": "Liberation Movement Day", "2020-02-24": "Day off for Carnival Day", "2020-02-25": "Carnival Day", "2020-03-08": "International Women's Day", "2020-03-23": "Southern Africa Liberation Day", "2020-04-04": "Peace and National Reconciliation Day", "2020-04-10": "Good Friday", "2020-05-01": "International Worker's Day", "2020-09-17": "National Heroes' Day", "2020-09-18": "Day off for National Heroes' Day", "2020-11-02": "All Souls' Day", "2020-11-11": "National Independence Day", "2020-12-25": "Christmas and Family Day", "2021-01-01": "New Year's Day", "2021-02-04": "Liberation Movement Day", "2021-02-05": "Day off for Liberation Movement Day", "2021-02-15": "Day off for Carnival Day", "2021-02-16": "Carnival Day", "2021-03-08": "International Women's Day", "2021-03-22": "Day off for Southern Africa Liberation Day", "2021-03-23": "Southern Africa Liberation Day", "2021-04-02": "Good Friday", "2021-04-04": "Peace and National Reconciliation Day", "2021-05-01": "International Worker's Day", "2021-09-17": "National Heroes' Day", "2021-11-01": "Day off for All Souls' Day", "2021-11-02": "All Souls' Day", "2021-11-11": "National Independence Day", "2021-11-12": "Day off for National Independence Day", "2021-12-25": "Christmas and Family Day", "2022-01-01": "New Year's Day", "2022-02-04": "Liberation Movement Day", "2022-02-28": "Day off for Carnival Day", "2022-03-01": "Carnival Day", "2022-03-07": "Day off for International Women's Day", "2022-03-08": "International Women's Day", "2022-03-23": "Southern Africa Liberation Day", "2022-04-04": "Peace and National Reconciliation Day", "2022-04-15": "Good Friday", "2022-05-01": "International Worker's Day", "2022-09-17": "National Heroes' Day", "2022-11-02": "All Souls' Day", "2022-11-11": "National Independence Day", "2022-12-25": "Christmas and Family Day", "2023-01-01": "New Year's Day", "2023-02-04": "Liberation Movement Day", "2023-02-20": "Day off for Carnival Day", "2023-02-21": "Carnival Day", "2023-03-08": "International Women's Day", "2023-03-23": "Southern Africa Liberation Day", "2023-03-24": "Day off for Southern Africa Liberation Day", "2023-04-03": "Day off for Peace and National Reconciliation Day", "2023-04-04": "Peace and National Reconciliation Day", "2023-04-07": "Good Friday", "2023-05-01": "International Worker's Day", "2023-09-17": "National Heroes' Day", "2023-11-02": "All Souls' Day", "2023-11-03": "Day off for All Souls' Day", "2023-11-11": "National Independence Day", "2023-12-25": "Christmas and Family Day", "2024-01-01": "New Year's Day", "2024-02-04": "Liberation Movement Day", "2024-02-12": "Day off for Carnival Day", "2024-02-13": "Carnival Day", "2024-03-08": "International Women's Day", "2024-03-23": "Southern Africa Liberation Day", "2024-03-29": "Good Friday", "2024-04-04": "Peace and National Reconciliation Day", "2024-04-05": "Day off for Peace and National Reconciliation Day", "2024-05-01": "International Worker's Day", "2024-09-16": "Day off for National Heroes' Day", "2024-09-17": "National Heroes' Day", "2024-11-02": "All Souls' Day", "2024-11-11": "National Independence Day", "2024-12-25": "Christmas and Family Day", "2025-01-01": "New Year's Day", "2025-02-03": "Day off for Liberation Movement Day", "2025-02-04": "Liberation Movement Day", "2025-03-03": "Day off for Carnival Day", "2025-03-04": "Carnival Day", "2025-03-08": "International Women's Day", "2025-03-23": "Southern Africa Liberation Day", "2025-04-04": "Peace and National Reconciliation Day", "2025-04-18": "Good Friday", "2025-05-01": "International Worker's Day", "2025-05-02": "Day off for International Worker's Day", "2025-09-17": "National Heroes' Day", "2025-11-02": "All Souls' Day", "2025-11-10": "Day off for National Independence Day", "2025-11-11": "National Independence Day", "2025-12-25": "Christmas and Family Day", "2025-12-26": "Day off for Christmas and Family Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day off for New Year's Day", "2026-02-04": "Liberation Movement Day", "2026-02-16": "Day off for Carnival Day", "2026-02-17": "Carnival Day", "2026-03-08": "International Women's Day", "2026-03-23": "Southern Africa Liberation Day", "2026-04-03": "Good Friday", "2026-04-04": "Peace and National Reconciliation Day", "2026-05-01": "International Worker's Day", "2026-09-17": "National Heroes' Day", "2026-09-18": "Day off for National Heroes' Day", "2026-11-02": "All Souls' Day", "2026-11-11": "National Independence Day", "2026-12-25": "Christmas and Family Day", "2027-01-01": "New Year's Day", "2027-02-04": "Liberation Movement Day", "2027-02-05": "Day off for Liberation Movement Day", "2027-02-08": "Day off for Carnival Day", "2027-02-09": "Carnival Day", "2027-03-08": "International Women's Day", "2027-03-22": "Day off for Southern Africa Liberation Day", "2027-03-23": "Southern Africa Liberation Day", "2027-03-26": "Good Friday", "2027-04-04": "Peace and National Reconciliation Day", "2027-05-01": "International Worker's Day", "2027-09-17": "National Heroes' Day", "2027-11-01": "Day off for All Souls' Day", "2027-11-02": "All Souls' Day", "2027-11-11": "National Independence Day", "2027-11-12": "Day off for National Independence Day", "2027-12-25": "Christmas and Family Day", "2028-01-01": "New Year's Day", "2028-02-04": "Liberation Movement Day", "2028-02-28": "Day off for Carnival Day", "2028-02-29": "Carnival Day", "2028-03-08": "International Women's Day", "2028-03-23": "Southern Africa Liberation Day", "2028-03-24": "Day off for Southern Africa Liberation Day", "2028-04-03": "Day off for Peace and National Reconciliation Day", "2028-04-04": "Peace and National Reconciliation Day", "2028-04-14": "Good Friday", "2028-05-01": "International Worker's Day", "2028-09-17": "National Heroes' Day", "2028-11-02": "All Souls' Day", "2028-11-03": "Day off for All Souls' Day", "2028-11-11": "National Independence Day", "2028-12-25": "Christmas and Family Day", "2029-01-01": "New Year's Day", "2029-02-04": "Liberation Movement Day", "2029-02-12": "Day off for Carnival Day", "2029-02-13": "Carnival Day", "2029-03-08": "International Women's Day", "2029-03-09": "Day off for International Women's Day", "2029-03-23": "Southern Africa Liberation Day", "2029-03-30": "Good Friday", "2029-04-04": "Peace and National Reconciliation Day", "2029-04-30": "Day off for International Worker's Day", "2029-05-01": "International Worker's Day", "2029-09-17": "National Heroes' Day", "2029-11-02": "All Souls' Day", "2029-11-11": "National Independence Day", "2029-12-24": "Day off for Christmas and Family Day", "2029-12-25": "Christmas and Family Day", "2029-12-31": "Day off for New Year's Day", "2030-01-01": "New Year's Day", "2030-02-04": "Liberation Movement Day", "2030-03-04": "Day off for Carnival Day", "2030-03-05": "Carnival Day", "2030-03-08": "International Women's Day", "2030-03-23": "Southern Africa Liberation Day", "2030-04-04": "Peace and National Reconciliation Day", "2030-04-05": "Day off for Peace and National Reconciliation Day", "2030-04-19": "Good Friday", "2030-05-01": "International Worker's Day", "2030-09-16": "Day off for National Heroes' Day", "2030-09-17": "National Heroes' Day", "2030-11-02": "All Souls' Day", "2030-11-11": "National Independence Day", "2030-12-25": "Christmas and Family Day", "2031-01-01": "New Year's Day", "2031-02-03": "Day off for Liberation Movement Day", "2031-02-04": "Liberation Movement Day", "2031-02-24": "Day off for Carnival Day", "2031-02-25": "Carnival Day", "2031-03-08": "International Women's Day", "2031-03-23": "Southern Africa Liberation Day", "2031-04-04": "Peace and National Reconciliation Day", "2031-04-11": "Good Friday", "2031-05-01": "International Worker's Day", "2031-05-02": "Day off for International Worker's Day", "2031-09-17": "National Heroes' Day", "2031-11-02": "All Souls' Day", "2031-11-10": "Day off for National Independence Day", "2031-11-11": "National Independence Day", "2031-12-25": "Christmas and Family Day", "2031-12-26": "Day off for Christmas and Family Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day off for New Year's Day", "2032-02-04": "Liberation Movement Day", "2032-02-09": "Day off for Carnival Day", "2032-02-10": "Carnival Day", "2032-03-08": "International Women's Day", "2032-03-22": "Day off for Southern Africa Liberation Day", "2032-03-23": "Southern Africa Liberation Day", "2032-03-26": "Good Friday", "2032-04-04": "Peace and National Reconciliation Day", "2032-05-01": "International Worker's Day", "2032-09-17": "National Heroes' Day", "2032-11-01": "Day off for All Souls' Day", "2032-11-02": "All Souls' Day", "2032-11-11": "National Independence Day", "2032-11-12": "Day off for National Independence Day", "2032-12-25": "Christmas and Family Day", "2033-01-01": "New Year's Day", "2033-02-04": "Liberation Movement Day", "2033-02-28": "Day off for Carnival Day", "2033-03-01": "Carnival Day", "2033-03-07": "Day off for International Women's Day", "2033-03-08": "International Women's Day", "2033-03-23": "Southern Africa Liberation Day", "2033-04-04": "Peace and National Reconciliation Day", "2033-04-15": "Good Friday", "2033-05-01": "International Worker's Day", "2033-09-17": "National Heroes' Day", "2033-11-02": "All Souls' Day", "2033-11-11": "National Independence Day", "2033-12-25": "Christmas and Family Day", "2034-01-01": "New Year's Day", "2034-02-04": "Liberation Movement Day", "2034-02-20": "Day off for Carnival Day", "2034-02-21": "Carnival Day", "2034-03-08": "International Women's Day", "2034-03-23": "Southern Africa Liberation Day", "2034-03-24": "Day off for Southern Africa Liberation Day", "2034-04-03": "Day off for Peace and National Reconciliation Day", "2034-04-04": "Peace and National Reconciliation Day", "2034-04-07": "Good Friday", "2034-05-01": "International Worker's Day", "2034-09-17": "National Heroes' Day", "2034-11-02": "All Souls' Day", "2034-11-03": "Day off for All Souls' Day", "2034-11-11": "National Independence Day", "2034-12-25": "Christmas and Family Day", "2035-01-01": "New Year's Day", "2035-02-04": "Liberation Movement Day", "2035-02-05": "Day off for Carnival Day", "2035-02-06": "Carnival Day", "2035-03-08": "International Women's Day", "2035-03-09": "Day off for International Women's Day", "2035-03-23": "Good Friday; Southern Africa Liberation Day", "2035-04-04": "Peace and National Reconciliation Day", "2035-04-30": "Day off for International Worker's Day", "2035-05-01": "International Worker's Day", "2035-09-17": "National Heroes' Day", "2035-11-02": "All Souls' Day", "2035-11-11": "National Independence Day", "2035-12-24": "Day off for Christmas and Family Day", "2035-12-25": "Christmas and Family Day", "2035-12-31": "Day off for New Year's Day", "2036-01-01": "New Year's Day", "2036-02-04": "Liberation Movement Day", "2036-02-25": "Day off for Carnival Day", "2036-02-26": "Carnival Day", "2036-03-08": "International Women's Day", "2036-03-23": "Southern Africa Liberation Day", "2036-04-04": "Peace and National Reconciliation Day", "2036-04-11": "Good Friday", "2036-05-01": "International Worker's Day", "2036-05-02": "Day off for International Worker's Day", "2036-09-17": "National Heroes' Day", "2036-11-02": "All Souls' Day", "2036-11-10": "Day off for National Independence Day", "2036-11-11": "National Independence Day", "2036-12-25": "Christmas and Family Day", "2036-12-26": "Day off for Christmas and Family Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day off for New Year's Day", "2037-02-04": "Liberation Movement Day", "2037-02-16": "Day off for Carnival Day", "2037-02-17": "Carnival Day", "2037-03-08": "International Women's Day", "2037-03-23": "Southern Africa Liberation Day", "2037-04-03": "Good Friday", "2037-04-04": "Peace and National Reconciliation Day", "2037-05-01": "International Worker's Day", "2037-09-17": "National Heroes' Day", "2037-09-18": "Day off for National Heroes' Day", "2037-11-02": "All Souls' Day", "2037-11-11": "National Independence Day", "2037-12-25": "Christmas and Family Day", "2038-01-01": "New Year's Day", "2038-02-04": "Liberation Movement Day", "2038-02-05": "Day off for Liberation Movement Day", "2038-03-08": "Day off for Carnival Day; International Women's Day", "2038-03-09": "Carnival Day", "2038-03-22": "Day off for Southern Africa Liberation Day", "2038-03-23": "Southern Africa Liberation Day", "2038-04-04": "Peace and National Reconciliation Day", "2038-04-23": "Good Friday", "2038-05-01": "International Worker's Day", "2038-09-17": "National Heroes' Day", "2038-11-01": "Day off for All Souls' Day", "2038-11-02": "All Souls' Day", "2038-11-11": "National Independence Day", "2038-11-12": "Day off for National Independence Day", "2038-12-25": "Christmas and Family Day", "2039-01-01": "New Year's Day", "2039-02-04": "Liberation Movement Day", "2039-02-21": "Day off for Carnival Day", "2039-02-22": "Carnival Day", "2039-03-07": "Day off for International Women's Day", "2039-03-08": "International Women's Day", "2039-03-23": "Southern Africa Liberation Day", "2039-04-04": "Peace and National Reconciliation Day", "2039-04-08": "Good Friday", "2039-05-01": "International Worker's Day", "2039-09-17": "National Heroes' Day", "2039-11-02": "All Souls' Day", "2039-11-11": "National Independence Day", "2039-12-25": "Christmas and Family Day", "2040-01-01": "New Year's Day", "2040-02-04": "Liberation Movement Day", "2040-02-13": "Day off for Carnival Day", "2040-02-14": "Carnival Day", "2040-03-08": "International Women's Day", "2040-03-09": "Day off for International Women's Day", "2040-03-23": "Southern Africa Liberation Day", "2040-03-30": "Good Friday", "2040-04-04": "Peace and National Reconciliation Day", "2040-04-30": "Day off for International Worker's Day", "2040-05-01": "International Worker's Day", "2040-09-17": "National Heroes' Day", "2040-11-02": "All Souls' Day", "2040-11-11": "National Independence Day", "2040-12-24": "Day off for Christmas and Family Day", "2040-12-25": "Christmas and Family Day", "2040-12-31": "Day off for New Year's Day", "2041-01-01": "New Year's Day", "2041-02-04": "Liberation Movement Day", "2041-03-04": "Day off for Carnival Day", "2041-03-05": "Carnival Day", "2041-03-08": "International Women's Day", "2041-03-23": "Southern Africa Liberation Day", "2041-04-04": "Peace and National Reconciliation Day", "2041-04-05": "Day off for Peace and National Reconciliation Day", "2041-04-19": "Good Friday", "2041-05-01": "International Worker's Day", "2041-09-16": "Day off for National Heroes' Day", "2041-09-17": "National Heroes' Day", "2041-11-02": "All Souls' Day", "2041-11-11": "National Independence Day", "2041-12-25": "Christmas and Family Day", "2042-01-01": "New Year's Day", "2042-02-03": "Day off for Liberation Movement Day", "2042-02-04": "Liberation Movement Day", "2042-02-17": "Day off for Carnival Day", "2042-02-18": "Carnival Day", "2042-03-08": "International Women's Day", "2042-03-23": "Southern Africa Liberation Day", "2042-04-04": "Good Friday; Peace and National Reconciliation Day", "2042-05-01": "International Worker's Day", "2042-05-02": "Day off for International Worker's Day", "2042-09-17": "National Heroes' Day", "2042-11-02": "All Souls' Day", "2042-11-10": "Day off for National Independence Day", "2042-11-11": "National Independence Day", "2042-12-25": "Christmas and Family Day", "2042-12-26": "Day off for Christmas and Family Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day off for New Year's Day", "2043-02-04": "Liberation Movement Day", "2043-02-09": "Day off for Carnival Day", "2043-02-10": "Carnival Day", "2043-03-08": "International Women's Day", "2043-03-23": "Southern Africa Liberation Day", "2043-03-27": "Good Friday", "2043-04-04": "Peace and National Reconciliation Day", "2043-05-01": "International Worker's Day", "2043-09-17": "National Heroes' Day", "2043-09-18": "Day off for National Heroes' Day", "2043-11-02": "All Souls' Day", "2043-11-11": "National Independence Day", "2043-12-25": "Christmas and Family Day", "2044-01-01": "New Year's Day", "2044-02-04": "Liberation Movement Day", "2044-02-05": "Day off for Liberation Movement Day", "2044-02-29": "Day off for Carnival Day", "2044-03-01": "Carnival Day", "2044-03-07": "Day off for International Women's Day", "2044-03-08": "International Women's Day", "2044-03-23": "Southern Africa Liberation Day", "2044-04-04": "Peace and National Reconciliation Day", "2044-04-15": "Good Friday", "2044-05-01": "International Worker's Day", "2044-09-17": "National Heroes' Day", "2044-11-02": "All Souls' Day", "2044-11-11": "National Independence Day", "2044-12-25": "Christmas and Family Day", "2045-01-01": "New Year's Day", "2045-02-04": "Liberation Movement Day", "2045-02-20": "Day off for Carnival Day", "2045-02-21": "Carnival Day", "2045-03-08": "International Women's Day", "2045-03-23": "Southern Africa Liberation Day", "2045-03-24": "Day off for Southern Africa Liberation Day", "2045-04-03": "Day off for Peace and National Reconciliation Day", "2045-04-04": "Peace and National Reconciliation Day", "2045-04-07": "Good Friday", "2045-05-01": "International Worker's Day", "2045-09-17": "National Heroes' Day", "2045-11-02": "All Souls' Day", "2045-11-03": "Day off for All Souls' Day", "2045-11-11": "National Independence Day", "2045-12-25": "Christmas and Family Day", "2046-01-01": "New Year's Day", "2046-02-04": "Liberation Movement Day", "2046-02-05": "Day off for Carnival Day", "2046-02-06": "Carnival Day", "2046-03-08": "International Women's Day", "2046-03-09": "Day off for International Women's Day", "2046-03-23": "Good Friday; Southern Africa Liberation Day", "2046-04-04": "Peace and National Reconciliation Day", "2046-04-30": "Day off for International Worker's Day", "2046-05-01": "International Worker's Day", "2046-09-17": "National Heroes' Day", "2046-11-02": "All Souls' Day", "2046-11-11": "National Independence Day", "2046-12-24": "Day off for Christmas and Family Day", "2046-12-25": "Christmas and Family Day", "2046-12-31": "Day off for New Year's Day", "2047-01-01": "New Year's Day", "2047-02-04": "Liberation Movement Day", "2047-02-25": "Day off for Carnival Day", "2047-02-26": "Carnival Day", "2047-03-08": "International Women's Day", "2047-03-23": "Southern Africa Liberation Day", "2047-04-04": "Peace and National Reconciliation Day", "2047-04-05": "Day off for Peace and National Reconciliation Day", "2047-04-12": "Good Friday", "2047-05-01": "International Worker's Day", "2047-09-16": "Day off for National Heroes' Day", "2047-09-17": "National Heroes' Day", "2047-11-02": "All Souls' Day", "2047-11-11": "National Independence Day", "2047-12-25": "Christmas and Family Day", "2048-01-01": "New Year's Day", "2048-02-03": "Day off for Liberation Movement Day", "2048-02-04": "Liberation Movement Day", "2048-02-17": "Day off for Carnival Day", "2048-02-18": "Carnival Day", "2048-03-08": "International Women's Day", "2048-03-23": "Southern Africa Liberation Day", "2048-04-03": "Good Friday", "2048-04-04": "Peace and National Reconciliation Day", "2048-05-01": "International Worker's Day", "2048-09-17": "National Heroes' Day", "2048-09-18": "Day off for National Heroes' Day", "2048-11-02": "All Souls' Day", "2048-11-11": "National Independence Day", "2048-12-25": "Christmas and Family Day", "2049-01-01": "New Year's Day", "2049-02-04": "Liberation Movement Day", "2049-02-05": "Day off for Liberation Movement Day", "2049-03-01": "Day off for Carnival Day", "2049-03-02": "Carnival Day", "2049-03-08": "International Women's Day", "2049-03-22": "Day off for Southern Africa Liberation Day", "2049-03-23": "Southern Africa Liberation Day", "2049-04-04": "Peace and National Reconciliation Day", "2049-04-16": "Good Friday", "2049-05-01": "International Worker's Day", "2049-09-17": "National Heroes' Day", "2049-11-01": "Day off for All Souls' Day", "2049-11-02": "All Souls' Day", "2049-11-11": "National Independence Day", "2049-11-12": "Day off for National Independence Day", "2049-12-25": "Christmas and Family Day", "2050-01-01": "New Year's Day", "2050-02-04": "Liberation Movement Day", "2050-02-21": "Day off for Carnival Day", "2050-02-22": "Carnival Day", "2050-03-07": "Day off for International Women's Day", "2050-03-08": "International Women's Day", "2050-03-23": "Southern Africa Liberation Day", "2050-04-04": "Peace and National Reconciliation Day", "2050-04-08": "Good Friday", "2050-05-01": "International Worker's Day", "2050-09-17": "National Heroes' Day", "2050-11-02": "All Souls' Day", "2050-11-11": "National Independence Day", "2050-12-25": "Christmas and Family Day" } holidays-0.71/snapshots/countries/AR_A.json000066400000000000000000003431521500152103600207500ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-20": "Anniversary of the Battle of Salta", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-09-13": "Feasts of the Lord and the Virgin of Miracle", "1977-09-14": "Feasts of the Lord and the Virgin of Miracle", "1977-09-15": "Feasts of the Lord and the Virgin of Miracle", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-02-20": "Anniversary of the Battle of Salta", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-09-13": "Feasts of the Lord and the Virgin of Miracle", "1978-09-14": "Feasts of the Lord and the Virgin of Miracle", "1978-09-15": "Feasts of the Lord and the Virgin of Miracle", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-20": "Anniversary of the Battle of Salta", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-09-13": "Feasts of the Lord and the Virgin of Miracle", "1979-09-14": "Feasts of the Lord and the Virgin of Miracle", "1979-09-15": "Feasts of the Lord and the Virgin of Miracle", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-20": "Anniversary of the Battle of Salta", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-09-13": "Feasts of the Lord and the Virgin of Miracle", "1980-09-14": "Feasts of the Lord and the Virgin of Miracle", "1980-09-15": "Feasts of the Lord and the Virgin of Miracle", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-20": "Anniversary of the Battle of Salta", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-09-13": "Feasts of the Lord and the Virgin of Miracle", "1981-09-14": "Feasts of the Lord and the Virgin of Miracle", "1981-09-15": "Feasts of the Lord and the Virgin of Miracle", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-20": "Anniversary of the Battle of Salta", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-09-13": "Feasts of the Lord and the Virgin of Miracle", "1982-09-14": "Feasts of the Lord and the Virgin of Miracle", "1982-09-15": "Feasts of the Lord and the Virgin of Miracle", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-20": "Anniversary of the Battle of Salta", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-09-13": "Feasts of the Lord and the Virgin of Miracle", "1983-09-14": "Feasts of the Lord and the Virgin of Miracle", "1983-09-15": "Feasts of the Lord and the Virgin of Miracle", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-02-20": "Anniversary of the Battle of Salta", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-09-13": "Feasts of the Lord and the Virgin of Miracle", "1984-09-14": "Feasts of the Lord and the Virgin of Miracle", "1984-09-15": "Feasts of the Lord and the Virgin of Miracle", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Anniversary of the Battle of Salta", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-09-13": "Feasts of the Lord and the Virgin of Miracle", "1985-09-14": "Feasts of the Lord and the Virgin of Miracle", "1985-09-15": "Feasts of the Lord and the Virgin of Miracle", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-20": "Anniversary of the Battle of Salta", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-09-13": "Feasts of the Lord and the Virgin of Miracle", "1986-09-14": "Feasts of the Lord and the Virgin of Miracle", "1986-09-15": "Feasts of the Lord and the Virgin of Miracle", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-02-20": "Anniversary of the Battle of Salta", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-09-13": "Feasts of the Lord and the Virgin of Miracle", "1987-09-14": "Feasts of the Lord and the Virgin of Miracle", "1987-09-15": "Feasts of the Lord and the Virgin of Miracle", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-20": "Anniversary of the Battle of Salta", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-09-13": "Feasts of the Lord and the Virgin of Miracle", "1988-09-14": "Feasts of the Lord and the Virgin of Miracle", "1988-09-15": "Feasts of the Lord and the Virgin of Miracle", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-02-20": "Anniversary of the Battle of Salta", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-09-13": "Feasts of the Lord and the Virgin of Miracle", "1989-09-14": "Feasts of the Lord and the Virgin of Miracle", "1989-09-15": "Feasts of the Lord and the Virgin of Miracle", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-20": "Anniversary of the Battle of Salta", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-09-13": "Feasts of the Lord and the Virgin of Miracle", "1990-09-14": "Feasts of the Lord and the Virgin of Miracle", "1990-09-15": "Feasts of the Lord and the Virgin of Miracle", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-20": "Anniversary of the Battle of Salta", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-09-13": "Feasts of the Lord and the Virgin of Miracle", "1991-09-14": "Feasts of the Lord and the Virgin of Miracle", "1991-09-15": "Feasts of the Lord and the Virgin of Miracle", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-20": "Anniversary of the Battle of Salta", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-09-13": "Feasts of the Lord and the Virgin of Miracle", "1992-09-14": "Feasts of the Lord and the Virgin of Miracle", "1992-09-15": "Feasts of the Lord and the Virgin of Miracle", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-20": "Anniversary of the Battle of Salta", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-09-13": "Feasts of the Lord and the Virgin of Miracle", "1993-09-14": "Feasts of the Lord and the Virgin of Miracle", "1993-09-15": "Feasts of the Lord and the Virgin of Miracle", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-20": "Anniversary of the Battle of Salta", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-09-13": "Feasts of the Lord and the Virgin of Miracle", "1994-09-14": "Feasts of the Lord and the Virgin of Miracle", "1994-09-15": "Feasts of the Lord and the Virgin of Miracle", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-02-20": "Anniversary of the Battle of Salta", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-09-13": "Feasts of the Lord and the Virgin of Miracle", "1995-09-14": "Feasts of the Lord and the Virgin of Miracle", "1995-09-15": "Feasts of the Lord and the Virgin of Miracle", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-20": "Anniversary of the Battle of Salta", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-13": "Feasts of the Lord and the Virgin of Miracle", "1996-09-14": "Feasts of the Lord and the Virgin of Miracle; Rosh Hashanah", "1996-09-15": "Feasts of the Lord and the Virgin of Miracle; Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-20": "Anniversary of the Battle of Salta", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-09-13": "Feasts of the Lord and the Virgin of Miracle", "1997-09-14": "Feasts of the Lord and the Virgin of Miracle", "1997-09-15": "Feasts of the Lord and the Virgin of Miracle", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-02-20": "Anniversary of the Battle of Salta", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-13": "Feasts of the Lord and the Virgin of Miracle", "1998-09-14": "Feasts of the Lord and the Virgin of Miracle", "1998-09-15": "Feasts of the Lord and the Virgin of Miracle", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-02-20": "Anniversary of the Battle of Salta", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-13": "Feasts of the Lord and the Virgin of Miracle", "1999-09-14": "Feasts of the Lord and the Virgin of Miracle", "1999-09-15": "Feasts of the Lord and the Virgin of Miracle", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-02-20": "Anniversary of the Battle of Salta", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-13": "Feasts of the Lord and the Virgin of Miracle", "2000-09-14": "Feasts of the Lord and the Virgin of Miracle", "2000-09-15": "Feasts of the Lord and the Virgin of Miracle", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-02-20": "Anniversary of the Battle of Salta", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-13": "Feasts of the Lord and the Virgin of Miracle", "2001-09-14": "Feasts of the Lord and the Virgin of Miracle", "2001-09-15": "Feasts of the Lord and the Virgin of Miracle", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-20": "Anniversary of the Battle of Salta", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-13": "Feasts of the Lord and the Virgin of Miracle", "2002-09-14": "Feasts of the Lord and the Virgin of Miracle", "2002-09-15": "Feasts of the Lord and the Virgin of Miracle", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-20": "Anniversary of the Battle of Salta", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-13": "Feasts of the Lord and the Virgin of Miracle", "2003-09-14": "Feasts of the Lord and the Virgin of Miracle", "2003-09-15": "Feasts of the Lord and the Virgin of Miracle", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-20": "Anniversary of the Battle of Salta", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-13": "Feasts of the Lord and the Virgin of Miracle", "2004-09-14": "Feasts of the Lord and the Virgin of Miracle", "2004-09-15": "Feasts of the Lord and the Virgin of Miracle", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-02-20": "Anniversary of the Battle of Salta", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-09-13": "Feasts of the Lord and the Virgin of Miracle", "2005-09-14": "Feasts of the Lord and the Virgin of Miracle", "2005-09-15": "Feasts of the Lord and the Virgin of Miracle", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-02-20": "Anniversary of the Battle of Salta", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-13": "Feasts of the Lord and the Virgin of Miracle", "2006-09-14": "Feasts of the Lord and the Virgin of Miracle", "2006-09-15": "Feasts of the Lord and the Virgin of Miracle", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-02-20": "Anniversary of the Battle of Salta", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Feasts of the Lord and the Virgin of Miracle; Rosh Hashanah", "2007-09-14": "Feasts of the Lord and the Virgin of Miracle; Rosh Hashanah", "2007-09-15": "Feasts of the Lord and the Virgin of Miracle", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-02-20": "Anniversary of the Battle of Salta", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-13": "Feasts of the Lord and the Virgin of Miracle", "2008-09-14": "Feasts of the Lord and the Virgin of Miracle", "2008-09-15": "Feasts of the Lord and the Virgin of Miracle", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-02-20": "Anniversary of the Battle of Salta", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-13": "Feasts of the Lord and the Virgin of Miracle", "2009-09-14": "Feasts of the Lord and the Virgin of Miracle", "2009-09-15": "Feasts of the Lord and the Virgin of Miracle", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-20": "Anniversary of the Battle of Salta", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-13": "Feasts of the Lord and the Virgin of Miracle", "2010-09-14": "Feasts of the Lord and the Virgin of Miracle", "2010-09-15": "Feasts of the Lord and the Virgin of Miracle", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-20": "Anniversary of the Battle of Salta", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-13": "Feasts of the Lord and the Virgin of Miracle", "2011-09-14": "Feasts of the Lord and the Virgin of Miracle", "2011-09-15": "Feasts of the Lord and the Virgin of Miracle", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Anniversary of the Battle of Salta; Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-13": "Feasts of the Lord and the Virgin of Miracle", "2012-09-14": "Feasts of the Lord and the Virgin of Miracle", "2012-09-15": "Feasts of the Lord and the Virgin of Miracle", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Anniversary of the Battle of Salta; Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-13": "Feasts of the Lord and the Virgin of Miracle", "2013-09-14": "Feasts of the Lord and the Virgin of Miracle; Yom Kippur", "2013-09-15": "Feasts of the Lord and the Virgin of Miracle", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-02-20": "Anniversary of the Battle of Salta", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-13": "Feasts of the Lord and the Virgin of Miracle", "2014-09-14": "Feasts of the Lord and the Virgin of Miracle", "2014-09-15": "Feasts of the Lord and the Virgin of Miracle", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-02-20": "Anniversary of the Battle of Salta", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-13": "Feasts of the Lord and the Virgin of Miracle", "2015-09-14": "Feasts of the Lord and the Virgin of Miracle; Rosh Hashanah", "2015-09-15": "Feasts of the Lord and the Virgin of Miracle; Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-02-20": "Anniversary of the Battle of Salta", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-13": "Feasts of the Lord and the Virgin of Miracle", "2016-09-14": "Feasts of the Lord and the Virgin of Miracle", "2016-09-15": "Feasts of the Lord and the Virgin of Miracle", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-20": "Anniversary of the Battle of Salta", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-13": "Feasts of the Lord and the Virgin of Miracle", "2017-09-14": "Feasts of the Lord and the Virgin of Miracle", "2017-09-15": "Feasts of the Lord and the Virgin of Miracle", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-02-20": "Anniversary of the Battle of Salta", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-13": "Feasts of the Lord and the Virgin of Miracle", "2018-09-14": "Feasts of the Lord and the Virgin of Miracle", "2018-09-15": "Feasts of the Lord and the Virgin of Miracle", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-02-20": "Anniversary of the Battle of Salta", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-13": "Feasts of the Lord and the Virgin of Miracle", "2019-09-14": "Feasts of the Lord and the Virgin of Miracle", "2019-09-15": "Feasts of the Lord and the Virgin of Miracle", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-20": "Anniversary of the Battle of Salta", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-13": "Feasts of the Lord and the Virgin of Miracle", "2020-09-14": "Feasts of the Lord and the Virgin of Miracle", "2020-09-15": "Feasts of the Lord and the Virgin of Miracle", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-02-20": "Anniversary of the Battle of Salta", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-13": "Feasts of the Lord and the Virgin of Miracle", "2021-09-14": "Feasts of the Lord and the Virgin of Miracle", "2021-09-15": "Feasts of the Lord and the Virgin of Miracle", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-20": "Anniversary of the Battle of Salta", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-13": "Feasts of the Lord and the Virgin of Miracle", "2022-09-14": "Feasts of the Lord and the Virgin of Miracle", "2022-09-15": "Feasts of the Lord and the Virgin of Miracle", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Anniversary of the Battle of Salta; Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-13": "Feasts of the Lord and the Virgin of Miracle", "2023-09-14": "Feasts of the Lord and the Virgin of Miracle", "2023-09-15": "Feasts of the Lord and the Virgin of Miracle", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-02-20": "Anniversary of the Battle of Salta", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-09-13": "Feasts of the Lord and the Virgin of Miracle", "2024-09-14": "Feasts of the Lord and the Virgin of Miracle", "2024-09-15": "Feasts of the Lord and the Virgin of Miracle", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-02-20": "Anniversary of the Battle of Salta", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-13": "Feasts of the Lord and the Virgin of Miracle", "2025-09-14": "Feasts of the Lord and the Virgin of Miracle", "2025-09-15": "Feasts of the Lord and the Virgin of Miracle", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-02-20": "Anniversary of the Battle of Salta", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Feasts of the Lord and the Virgin of Miracle; Rosh Hashanah", "2026-09-14": "Feasts of the Lord and the Virgin of Miracle", "2026-09-15": "Feasts of the Lord and the Virgin of Miracle", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-02-20": "Anniversary of the Battle of Salta", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-09-13": "Feasts of the Lord and the Virgin of Miracle", "2027-09-14": "Feasts of the Lord and the Virgin of Miracle", "2027-09-15": "Feasts of the Lord and the Virgin of Miracle", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-20": "Anniversary of the Battle of Salta", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-13": "Feasts of the Lord and the Virgin of Miracle", "2028-09-14": "Feasts of the Lord and the Virgin of Miracle", "2028-09-15": "Feasts of the Lord and the Virgin of Miracle", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-20": "Anniversary of the Battle of Salta", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-13": "Feasts of the Lord and the Virgin of Miracle", "2029-09-14": "Feasts of the Lord and the Virgin of Miracle", "2029-09-15": "Feasts of the Lord and the Virgin of Miracle", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-20": "Anniversary of the Battle of Salta", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-13": "Feasts of the Lord and the Virgin of Miracle", "2030-09-14": "Feasts of the Lord and the Virgin of Miracle", "2030-09-15": "Feasts of the Lord and the Virgin of Miracle", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-20": "Anniversary of the Battle of Salta", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-13": "Feasts of the Lord and the Virgin of Miracle", "2031-09-14": "Feasts of the Lord and the Virgin of Miracle", "2031-09-15": "Feasts of the Lord and the Virgin of Miracle", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-02-20": "Anniversary of the Battle of Salta", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-13": "Feasts of the Lord and the Virgin of Miracle", "2032-09-14": "Feasts of the Lord and the Virgin of Miracle", "2032-09-15": "Feasts of the Lord and the Virgin of Miracle; Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-20": "Anniversary of the Battle of Salta", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-13": "Feasts of the Lord and the Virgin of Miracle", "2033-09-14": "Feasts of the Lord and the Virgin of Miracle", "2033-09-15": "Feasts of the Lord and the Virgin of Miracle", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Anniversary of the Battle of Salta; Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-13": "Feasts of the Lord and the Virgin of Miracle", "2034-09-14": "Feasts of the Lord and the Virgin of Miracle; Rosh Hashanah", "2034-09-15": "Feasts of the Lord and the Virgin of Miracle; Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-20": "Anniversary of the Battle of Salta", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-09-13": "Feasts of the Lord and the Virgin of Miracle", "2035-09-14": "Feasts of the Lord and the Virgin of Miracle", "2035-09-15": "Feasts of the Lord and the Virgin of Miracle", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-20": "Anniversary of the Battle of Salta", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-13": "Feasts of the Lord and the Virgin of Miracle", "2036-09-14": "Feasts of the Lord and the Virgin of Miracle", "2036-09-15": "Feasts of the Lord and the Virgin of Miracle", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-02-20": "Anniversary of the Battle of Salta", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-13": "Feasts of the Lord and the Virgin of Miracle", "2037-09-14": "Feasts of the Lord and the Virgin of Miracle", "2037-09-15": "Feasts of the Lord and the Virgin of Miracle", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-02-20": "Anniversary of the Battle of Salta", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-13": "Feasts of the Lord and the Virgin of Miracle", "2038-09-14": "Feasts of the Lord and the Virgin of Miracle", "2038-09-15": "Feasts of the Lord and the Virgin of Miracle", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-20": "Anniversary of the Battle of Salta", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-13": "Feasts of the Lord and the Virgin of Miracle", "2039-09-14": "Feasts of the Lord and the Virgin of Miracle", "2039-09-15": "Feasts of the Lord and the Virgin of Miracle", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-02-20": "Anniversary of the Battle of Salta", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-13": "Feasts of the Lord and the Virgin of Miracle", "2040-09-14": "Feasts of the Lord and the Virgin of Miracle", "2040-09-15": "Feasts of the Lord and the Virgin of Miracle", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-20": "Anniversary of the Battle of Salta", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-13": "Feasts of the Lord and the Virgin of Miracle", "2041-09-14": "Feasts of the Lord and the Virgin of Miracle", "2041-09-15": "Feasts of the Lord and the Virgin of Miracle", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-02-20": "Anniversary of the Battle of Salta", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-13": "Feasts of the Lord and the Virgin of Miracle", "2042-09-14": "Feasts of the Lord and the Virgin of Miracle", "2042-09-15": "Eid al-Fitr (estimated); Feasts of the Lord and the Virgin of Miracle; Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-02-20": "Anniversary of the Battle of Salta", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-13": "Feasts of the Lord and the Virgin of Miracle", "2043-09-14": "Feasts of the Lord and the Virgin of Miracle", "2043-09-15": "Feasts of the Lord and the Virgin of Miracle", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-20": "Anniversary of the Battle of Salta", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-13": "Feasts of the Lord and the Virgin of Miracle", "2044-09-14": "Feasts of the Lord and the Virgin of Miracle", "2044-09-15": "Feasts of the Lord and the Virgin of Miracle", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Anniversary of the Battle of Salta; Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Feasts of the Lord and the Virgin of Miracle; Rosh Hashanah", "2045-09-14": "Feasts of the Lord and the Virgin of Miracle", "2045-09-15": "Feasts of the Lord and the Virgin of Miracle", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-02-20": "Anniversary of the Battle of Salta", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-09-13": "Feasts of the Lord and the Virgin of Miracle", "2046-09-14": "Feasts of the Lord and the Virgin of Miracle", "2046-09-15": "Feasts of the Lord and the Virgin of Miracle", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-20": "Anniversary of the Battle of Salta", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-13": "Feasts of the Lord and the Virgin of Miracle", "2047-09-14": "Feasts of the Lord and the Virgin of Miracle", "2047-09-15": "Feasts of the Lord and the Virgin of Miracle", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-02-20": "Anniversary of the Battle of Salta", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-13": "Feasts of the Lord and the Virgin of Miracle", "2048-09-14": "Feasts of the Lord and the Virgin of Miracle", "2048-09-15": "Feasts of the Lord and the Virgin of Miracle", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-20": "Anniversary of the Battle of Salta", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-13": "Feasts of the Lord and the Virgin of Miracle", "2049-09-14": "Feasts of the Lord and the Virgin of Miracle", "2049-09-15": "Feasts of the Lord and the Virgin of Miracle", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-20": "Anniversary of the Battle of Salta", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Day of Memory of General Don Mart\u00edn Miguel de G\u00fcemes; Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-13": "Feasts of the Lord and the Virgin of Miracle", "2050-09-14": "Feasts of the Lord and the Virgin of Miracle", "2050-09-15": "Feasts of the Lord and the Virgin of Miracle", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_B.json000066400000000000000000002637521500152103600207600ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_C.json000066400000000000000000002637521500152103600207610ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_COMMON.json000066400000000000000000002637521500152103600215670ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_D.json000066400000000000000000002761461500152103600207630ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-03": "Exaltation of the Holy Cross Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-08-25": "Saint Louis the King of France's Day", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-03": "Exaltation of the Holy Cross Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-08-25": "Saint Louis the King of France's Day", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-03": "Exaltation of the Holy Cross Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-08-25": "Saint Louis the King of France's Day", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-03": "Exaltation of the Holy Cross Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-08-25": "Saint Louis the King of France's Day", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-03": "Exaltation of the Holy Cross Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-08-25": "Saint Louis the King of France's Day", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-03": "Exaltation of the Holy Cross Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-08-25": "Saint Louis the King of France's Day", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-03": "Exaltation of the Holy Cross Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-08-25": "Saint Louis the King of France's Day", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-03": "Exaltation of the Holy Cross Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-25": "Saint Louis the King of France's Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-03": "Exaltation of the Holy Cross Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-08-25": "Saint Louis the King of France's Day", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-03": "Exaltation of the Holy Cross Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-08-25": "Saint Louis the King of France's Day", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-03": "Exaltation of the Holy Cross Day", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-08-25": "Saint Louis the King of France's Day", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-03": "Exaltation of the Holy Cross Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-08-25": "Saint Louis the King of France's Day", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-03": "Exaltation of the Holy Cross Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-08-25": "Saint Louis the King of France's Day", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-03": "Exaltation of the Holy Cross Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-08-25": "Saint Louis the King of France's Day", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-03": "Exaltation of the Holy Cross Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-25": "Saint Louis the King of France's Day", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-03": "Exaltation of the Holy Cross Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-25": "Saint Louis the King of France's Day", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-03": "Exaltation of the Holy Cross Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-08-25": "Saint Louis the King of France's Day", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-03": "Exaltation of the Holy Cross Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-08-25": "Saint Louis the King of France's Day", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Exaltation of the Holy Cross Day", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-08-25": "Saint Louis the King of France's Day", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-03": "Exaltation of the Holy Cross Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-08-25": "Saint Louis the King of France's Day", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-03": "Exaltation of the Holy Cross Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-08-25": "Saint Louis the King of France's Day", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-03": "Exaltation of the Holy Cross Day", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-08-25": "Saint Louis the King of France's Day", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-03": "Exaltation of the Holy Cross Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-08-25": "Saint Louis the King of France's Day", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-03": "Exaltation of the Holy Cross Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-08-25": "Saint Louis the King of France's Day", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-03": "Exaltation of the Holy Cross Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-08-25": "Saint Louis the King of France's Day", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-03": "Exaltation of the Holy Cross Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-08-25": "Saint Louis the King of France's Day", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Exaltation of the Holy Cross Day; Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-08-25": "Saint Louis the King of France's Day", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-03": "Exaltation of the Holy Cross Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-08-25": "Saint Louis the King of France's Day", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-03": "Exaltation of the Holy Cross Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-08-25": "Saint Louis the King of France's Day", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-03": "Exaltation of the Holy Cross Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-08-25": "Saint Louis the King of France's Day", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-03": "Exaltation of the Holy Cross Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-08-25": "Saint Louis the King of France's Day", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-03": "Exaltation of the Holy Cross Day", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-08-25": "Saint Louis the King of France's Day", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-03": "Exaltation of the Holy Cross Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-08-25": "Saint Louis the King of France's Day", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-03": "Exaltation of the Holy Cross Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-08-25": "Saint Louis the King of France's Day", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-03": "Exaltation of the Holy Cross Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-08-25": "Saint Louis the King of France's Day", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-03": "Exaltation of the Holy Cross Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-08-25": "Saint Louis the King of France's Day", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-03": "Exaltation of the Holy Cross Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-08-25": "Saint Louis the King of France's Day", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-03": "Exaltation of the Holy Cross Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-08-25": "Saint Louis the King of France's Day", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-03": "Exaltation of the Holy Cross Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-08-25": "Saint Louis the King of France's Day", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-03": "Exaltation of the Holy Cross Day", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-08-25": "Saint Louis the King of France's Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-03": "Exaltation of the Holy Cross Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Saint Louis the King of France's Day", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-03": "Exaltation of the Holy Cross Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-08-25": "Saint Louis the King of France's Day", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-03": "Exaltation of the Holy Cross Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-08-25": "Saint Louis the King of France's Day", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-03": "Exaltation of the Holy Cross Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-08-25": "Saint Louis the King of France's Day", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-03": "Exaltation of the Holy Cross Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-08-25": "Saint Louis the King of France's Day", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-03": "Exaltation of the Holy Cross Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-08-25": "Saint Louis the King of France's Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-03": "Exaltation of the Holy Cross Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-25": "Saint Louis the King of France's Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_E.json000066400000000000000000003061211500152103600207470ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-02-03": "Commemoration of the Battle of Caseros", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-03": "Commemoration of the Battle of Caseros", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-03": "Commemoration of the Battle of Caseros", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-02-03": "Commemoration of the Battle of Caseros", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-03": "Commemoration of the Battle of Caseros", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-02-03": "Commemoration of the Battle of Caseros", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-03": "Commemoration of the Battle of Caseros", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-03": "Commemoration of the Battle of Caseros", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-03": "Commemoration of the Battle of Caseros", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-03": "Commemoration of the Battle of Caseros", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-09-29": "Saint Michael the Archangel's Day", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-03": "Commemoration of the Battle of Caseros", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-09-29": "Saint Michael the Archangel's Day", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-02-03": "Commemoration of the Battle of Caseros", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-09-29": "Saint Michael the Archangel's Day", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-03": "Commemoration of the Battle of Caseros", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-09-29": "Saint Michael the Archangel's Day", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-03": "Commemoration of the Battle of Caseros", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-09-29": "Saint Michael the Archangel's Day", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-02-03": "Commemoration of the Battle of Caseros", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-29": "Saint Michael the Archangel's Day", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-02-03": "Commemoration of the Battle of Caseros", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-09-29": "Saint Michael the Archangel's Day", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-02-03": "Commemoration of the Battle of Caseros", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-29": "Saint Michael the Archangel's Day", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-02-03": "Commemoration of the Battle of Caseros", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-09-29": "Saint Michael the Archangel's Day", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-03": "Commemoration of the Battle of Caseros", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-09-29": "Saint Michael the Archangel's Day", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-03": "Commemoration of the Battle of Caseros", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-09-29": "Saint Michael the Archangel's Day", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-03": "Commemoration of the Battle of Caseros", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-06-27": "State Worker's Day", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-09-29": "Saint Michael the Archangel's Day", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-03": "Commemoration of the Battle of Caseros", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-06-27": "State Worker's Day", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-09-29": "Saint Michael the Archangel's Day", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-02-03": "Commemoration of the Battle of Caseros", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-06-27": "State Worker's Day", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-09-29": "Saint Michael the Archangel's Day", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-02-03": "Commemoration of the Battle of Caseros", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-06-27": "State Worker's Day", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-09-29": "Saint Michael the Archangel's Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-02-03": "Commemoration of the Battle of Caseros", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-06-27": "State Worker's Day", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-29": "Saint Michael the Archangel's Day", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-02-03": "Commemoration of the Battle of Caseros", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-06-27": "State Worker's Day", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-09-29": "Saint Michael the Archangel's Day", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-03": "Commemoration of the Battle of Caseros", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-06-27": "State Worker's Day", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-09-29": "Saint Michael the Archangel's Day", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Commemoration of the Battle of Caseros", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-06-27": "State Worker's Day", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah; Saint Michael the Archangel's Day", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-03": "Commemoration of the Battle of Caseros", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-06-27": "State Worker's Day", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-09-29": "Saint Michael the Archangel's Day", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-03": "Commemoration of the Battle of Caseros", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-06-27": "State Worker's Day", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-09-29": "Saint Michael the Archangel's Day", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-02-03": "Commemoration of the Battle of Caseros", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-09-29": "Saint Michael the Archangel's Day", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-03": "Commemoration of the Battle of Caseros", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-09-29": "Saint Michael the Archangel's Day", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-03": "Commemoration of the Battle of Caseros", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-29": "Saint Michael the Archangel's Day", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-03": "Commemoration of the Battle of Caseros", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-29": "Saint Michael the Archangel's Day", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-03": "Commemoration of the Battle of Caseros", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-09-29": "Saint Michael the Archangel's Day", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-02-03": "Commemoration of the Battle of Caseros", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-29": "Saint Michael the Archangel's Day", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-03": "Commemoration of the Battle of Caseros", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-09-29": "Saint Michael the Archangel's Day", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-03": "Commemoration of the Battle of Caseros", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-09-29": "Saint Michael the Archangel's Day", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-03": "Commemoration of the Battle of Caseros", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-09-29": "Saint Michael the Archangel's Day", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-03": "Commemoration of the Battle of Caseros", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-09-29": "Saint Michael the Archangel's Day", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-03": "Commemoration of the Battle of Caseros", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-09-29": "Saint Michael the Archangel's Day", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-02-03": "Commemoration of the Battle of Caseros", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-09-29": "Saint Michael the Archangel's Day", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-03": "Commemoration of the Battle of Caseros", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-09-29": "Saint Michael the Archangel's Day", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-03": "Commemoration of the Battle of Caseros", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-09-29": "Saint Michael the Archangel's Day", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-03": "Commemoration of the Battle of Caseros", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-29": "Saint Michael the Archangel's Day", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-03": "Commemoration of the Battle of Caseros", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-09-29": "Saint Michael the Archangel's Day", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-03": "Commemoration of the Battle of Caseros", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah; Saint Michael the Archangel's Day", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-03": "Commemoration of the Battle of Caseros", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-09-29": "Saint Michael the Archangel's Day", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-03": "Commemoration of the Battle of Caseros", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-09-29": "Saint Michael the Archangel's Day", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-03": "Commemoration of the Battle of Caseros", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-09-29": "Saint Michael the Archangel's Day", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-03": "Commemoration of the Battle of Caseros", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-09-29": "Saint Michael the Archangel's Day", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-03": "Commemoration of the Battle of Caseros", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-09-29": "Saint Michael the Archangel's Day", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-03": "Commemoration of the Battle of Caseros", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-09-29": "Saint Michael the Archangel's Day", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-03": "Commemoration of the Battle of Caseros", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-09-29": "Saint Michael the Archangel's Day", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-03": "Commemoration of the Battle of Caseros", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-29": "Saint Michael the Archangel's Day", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-03": "Commemoration of the Battle of Caseros", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-09-29": "Saint Michael the Archangel's Day", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-03": "Commemoration of the Battle of Caseros", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-09-29": "Saint Michael the Archangel's Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-03": "Commemoration of the Battle of Caseros", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-09-29": "Saint Michael the Archangel's Day", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-03": "Commemoration of the Battle of Caseros", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-09-29": "Saint Michael the Archangel's Day", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-03": "Commemoration of the Battle of Caseros", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-29": "Saint Michael the Archangel's Day", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-03": "Commemoration of the Battle of Caseros", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-09-29": "Saint Michael the Archangel's Day", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-03": "Commemoration of the Battle of Caseros", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-09-29": "Saint Michael the Archangel's Day", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-03": "Commemoration of the Battle of Caseros", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-09-29": "Saint Michael the Archangel's Day", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-03": "Commemoration of the Battle of Caseros", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-29": "Saint Michael the Archangel's Day", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-03": "Commemoration of the Battle of Caseros", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-29": "Saint Michael the Archangel's Day", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-03": "Commemoration of the Battle of Caseros", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-09-29": "Saint Michael the Archangel's Day", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-03": "Commemoration of the Battle of Caseros", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice; Provincial Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-09-29": "Saint Michael the Archangel's Day", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_F.json000066400000000000000000003165771500152103600207700ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-20": "La Rioja Foundation Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-31": "Tinkunaco Festival", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-20": "La Rioja Foundation Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2001-12-31": "Tinkunaco Festival", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-20": "La Rioja Foundation Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Tinkunaco Festival", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-20": "La Rioja Foundation Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Tinkunaco Festival", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-20": "La Rioja Foundation Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Tinkunaco Festival", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-20": "La Rioja Foundation Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Tinkunaco Festival", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-20": "La Rioja Foundation Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated); Tinkunaco Festival", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-20": "La Rioja Foundation Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2007-12-31": "Tinkunaco Festival", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-20": "La Rioja Foundation Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2008-12-31": "Tinkunaco Festival", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-20": "La Rioja Foundation Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2009-12-31": "Tinkunaco Festival", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-20": "La Rioja Foundation Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Tinkunaco Festival", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-20": "La Rioja Foundation Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2011-12-31": "Tinkunaco Festival", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-20": "La Rioja Foundation Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2012-12-31": "Tinkunaco Festival", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-20": "La Rioja Foundation Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Tinkunaco Festival", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-20": "La Rioja Foundation Day", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2014-12-31": "Tinkunaco Festival", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-20": "La Rioja Foundation Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Tinkunaco Festival", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-20": "La Rioja Foundation Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-04": "Anniversary of the Death of Enrique Angelelli", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2016-12-31": "Tinkunaco Festival", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2017-04-02": "Malvinas Memorial Day; Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-20": "La Rioja Foundation Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-04": "Anniversary of the Death of Enrique Angelelli", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Tinkunaco Festival", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Malvinas Memorial Day; Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-20": "La Rioja Foundation Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-04": "Anniversary of the Death of Enrique Angelelli", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday; Tinkunaco Festival", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2019-04-02": "Malvinas Memorial Day; Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-20": "La Rioja Foundation Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-04": "Anniversary of the Death of Enrique Angelelli", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday; Tinkunaco Festival", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-01": "Provincial Autonomy Day", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-02": "Malvinas Memorial Day", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-20": "La Rioja Foundation Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-04": "Anniversary of the Death of Enrique Angelelli", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday; Tinkunaco Festival", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday; Day of the Death of Juan Facundo Quiroga", "2021-03-01": "Provincial Autonomy Day", "2021-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-20": "La Rioja Foundation Day", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-04": "Anniversary of the Death of Enrique Angelelli", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday; Tinkunaco Festival", "2022-01-01": "New Year's Day", "2022-02-16": "Day of the Death of Juan Facundo Quiroga", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday; Provincial Autonomy Day", "2022-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-20": "La Rioja Foundation Day", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-04": "Anniversary of the Death of Enrique Angelelli", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2022-12-31": "Tinkunaco Festival", "2023-01-01": "New Year's Day", "2023-02-16": "Day of the Death of Juan Facundo Quiroga", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-01": "Provincial Autonomy Day", "2023-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-20": "La Rioja Foundation Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-04": "Anniversary of the Death of Enrique Angelelli", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Tinkunaco Festival", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-02-16": "Day of the Death of Juan Facundo Quiroga", "2024-03-01": "Provincial Autonomy Day", "2024-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-20": "La Rioja Foundation Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-04": "Anniversary of the Death of Enrique Angelelli", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday; Tinkunaco Festival", "2025-01-01": "New Year's Day", "2025-02-16": "Day of the Death of Juan Facundo Quiroga", "2025-03-01": "Provincial Autonomy Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-20": "La Rioja Foundation Day", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-04": "Anniversary of the Death of Enrique Angelelli", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Tinkunaco Festival", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday; Day of the Death of Juan Facundo Quiroga", "2026-02-17": "Carnival Tuesday", "2026-03-01": "Provincial Autonomy Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-20": "La Rioja Foundation Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-04": "Anniversary of the Death of Enrique Angelelli", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Tinkunaco Festival", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-02-16": "Day of the Death of Juan Facundo Quiroga", "2027-03-01": "Provincial Autonomy Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "La Rioja Foundation Day", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-04": "Anniversary of the Death of Enrique Angelelli", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Tinkunaco Festival", "2028-01-01": "New Year's Day", "2028-02-16": "Day of the Death of Juan Facundo Quiroga", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-01": "Provincial Autonomy Day", "2028-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-20": "La Rioja Foundation Day", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-04": "Anniversary of the Death of Enrique Angelelli", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Tinkunaco Festival", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-16": "Day of the Death of Juan Facundo Quiroga", "2029-03-01": "Provincial Autonomy Day", "2029-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-20": "La Rioja Foundation Day", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-04": "Anniversary of the Death of Enrique Angelelli", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Tinkunaco Festival", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-16": "Day of the Death of Juan Facundo Quiroga", "2030-03-01": "Provincial Autonomy Day", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-20": "La Rioja Foundation Day", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-04": "Anniversary of the Death of Enrique Angelelli", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Tinkunaco Festival", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-16": "Day of the Death of Juan Facundo Quiroga", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-01": "Provincial Autonomy Day", "2031-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-20": "La Rioja Foundation Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-04": "Anniversary of the Death of Enrique Angelelli", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Tinkunaco Festival", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-02-16": "Day of the Death of Juan Facundo Quiroga", "2032-03-01": "Provincial Autonomy Day", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-20": "La Rioja Foundation Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-04": "Anniversary of the Death of Enrique Angelelli", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Tinkunaco Festival", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-16": "Day of the Death of Juan Facundo Quiroga", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday; Provincial Autonomy Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-20": "La Rioja Foundation Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-04": "Anniversary of the Death of Enrique Angelelli", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-31": "Tinkunaco Festival", "2034-01-01": "New Year's Day", "2034-02-16": "Day of the Death of Juan Facundo Quiroga", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated); Provincial Autonomy Day", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-20": "La Rioja Foundation Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-04": "Anniversary of the Death of Enrique Angelelli", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2034-12-31": "Tinkunaco Festival", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-16": "Day of the Death of Juan Facundo Quiroga", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-01": "Provincial Autonomy Day", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-20": "La Rioja Foundation Day", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-04": "Anniversary of the Death of Enrique Angelelli", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Tinkunaco Festival", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-16": "Day of the Death of Juan Facundo Quiroga", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-01": "Provincial Autonomy Day", "2036-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-20": "La Rioja Foundation Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-04": "Anniversary of the Death of Enrique Angelelli", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Tinkunaco Festival", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Day of the Death of Juan Facundo Quiroga; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-01": "Provincial Autonomy Day", "2037-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-20": "La Rioja Foundation Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-04": "Anniversary of the Death of Enrique Angelelli", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Tinkunaco Festival", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-02-16": "Day of the Death of Juan Facundo Quiroga", "2038-03-01": "Provincial Autonomy Day", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-20": "La Rioja Foundation Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-04": "Anniversary of the Death of Enrique Angelelli", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Tinkunaco Festival", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-16": "Day of the Death of Juan Facundo Quiroga", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-01": "Provincial Autonomy Day", "2039-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-20": "La Rioja Foundation Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-04": "Anniversary of the Death of Enrique Angelelli", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-31": "Tinkunaco Festival", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-02-16": "Day of the Death of Juan Facundo Quiroga", "2040-03-01": "Provincial Autonomy Day", "2040-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-20": "La Rioja Foundation Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-04": "Anniversary of the Death of Enrique Angelelli", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2040-12-31": "Tinkunaco Festival", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-16": "Day of the Death of Juan Facundo Quiroga", "2041-03-01": "Provincial Autonomy Day", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-20": "La Rioja Foundation Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-04": "Anniversary of the Death of Enrique Angelelli", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2041-12-31": "Tinkunaco Festival", "2042-01-01": "New Year's Day", "2042-02-16": "Day of the Death of Juan Facundo Quiroga", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-01": "Provincial Autonomy Day", "2042-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-20": "La Rioja Foundation Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-04": "Anniversary of the Death of Enrique Angelelli", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2042-12-31": "Tinkunaco Festival", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-02-16": "Day of the Death of Juan Facundo Quiroga", "2043-03-01": "Provincial Autonomy Day", "2043-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-20": "La Rioja Foundation Day", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-04": "Anniversary of the Death of Enrique Angelelli", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza; Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Tinkunaco Festival", "2044-01-01": "New Year's Day", "2044-02-16": "Day of the Death of Juan Facundo Quiroga", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday; Provincial Autonomy Day", "2044-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-20": "La Rioja Foundation Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-04": "Anniversary of the Death of Enrique Angelelli", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Tinkunaco Festival", "2045-01-01": "New Year's Day", "2045-02-16": "Day of the Death of Juan Facundo Quiroga", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-01": "Provincial Autonomy Day", "2045-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-20": "La Rioja Foundation Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-04": "Anniversary of the Death of Enrique Angelelli", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Tinkunaco Festival", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-02-16": "Day of the Death of Juan Facundo Quiroga", "2046-03-01": "Provincial Autonomy Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-20": "La Rioja Foundation Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Anniversary of the Death of Enrique Angelelli", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Tinkunaco Festival", "2047-01-01": "New Year's Day", "2047-02-16": "Day of the Death of Juan Facundo Quiroga", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-01": "Provincial Autonomy Day", "2047-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-20": "La Rioja Foundation Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-04": "Anniversary of the Death of Enrique Angelelli", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Tinkunaco Festival", "2048-01-01": "New Year's Day", "2048-02-16": "Day of the Death of Juan Facundo Quiroga", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-01": "Provincial Autonomy Day", "2048-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-20": "La Rioja Foundation Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-04": "Anniversary of the Death of Enrique Angelelli", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Tinkunaco Festival", "2049-01-01": "New Year's Day", "2049-02-16": "Day of the Death of Juan Facundo Quiroga", "2049-03-01": "Carnival Monday; Provincial Autonomy Day", "2049-03-02": "Carnival Tuesday", "2049-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-20": "La Rioja Foundation Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-04": "Anniversary of the Death of Enrique Angelelli", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Tinkunaco Festival", "2050-01-01": "New Year's Day", "2050-02-16": "Day of the Death of Juan Facundo Quiroga", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-01": "Provincial Autonomy Day", "2050-03-24": "Day of Remembrance for Truth and Justice; National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-20": "La Rioja Foundation Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-04": "Anniversary of the Death of Enrique Angelelli", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-12": "Anniversary of the Death of \u00c1ngel Vicente Pe\u00f1aloza", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Tinkunaco Festival" } holidays-0.71/snapshots/countries/AR_G.json000066400000000000000000002637521500152103600207650ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_H.json000066400000000000000000002637521500152103600207660ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_J.json000066400000000000000000002662061500152103600207650ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-11": "Teacher's Day", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated); Teacher's Day", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-11": "Teacher's Day", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah; Teacher's Day", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-11": "Teacher's Day", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-11": "Teacher's Day", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-11": "Teacher's Day", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-11": "Teacher's Day", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-11": "Teacher's Day", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-09-11": "Teacher's Day", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-11": "Teacher's Day", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-11": "Teacher's Day", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-09-11": "Teacher's Day", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-11": "Teacher's Day", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah; Teacher's Day", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-11": "Teacher's Day", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-11": "Teacher's Day", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-11": "Teacher's Day", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-11": "Teacher's Day", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-11": "Teacher's Day", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-09-11": "Teacher's Day", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-11": "Teacher's Day", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah; Teacher's Day", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-11": "Teacher's Day", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-11": "Teacher's Day", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-11": "Teacher's Day", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-11": "Teacher's Day", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-11": "Teacher's Day", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-11": "Teacher's Day", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-11": "Teacher's Day", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-11": "Teacher's Day", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-09-11": "Teacher's Day", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-11": "Teacher's Day", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-11": "Teacher's Day", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-11": "Teacher's Day", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-11": "Teacher's Day", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_K.json000066400000000000000000003020421500152103600207530ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-11": "Birthday of Mamerto Esqui\u00fa", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-08-25": "Catamarca Autonomy Day", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-11": "Birthday of Mamerto Esqui\u00fa", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-08-25": "Catamarca Autonomy Day", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-11": "Birthday of Mamerto Esqui\u00fa", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-08-25": "Catamarca Autonomy Day", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-11": "Birthday of Mamerto Esqui\u00fa", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-08-25": "Catamarca Autonomy Day", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-11": "Birthday of Mamerto Esqui\u00fa", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-08-25": "Catamarca Autonomy Day", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-11": "Birthday of Mamerto Esqui\u00fa", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-08-25": "Catamarca Autonomy Day", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-11": "Birthday of Mamerto Esqui\u00fa", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-08-25": "Catamarca Autonomy Day", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-11": "Birthday of Mamerto Esqui\u00fa", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-08-25": "Catamarca Autonomy Day", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-11": "Birthday of Mamerto Esqui\u00fa", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-08-25": "Catamarca Autonomy Day", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-11": "Birthday of Mamerto Esqui\u00fa", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-08-25": "Catamarca Autonomy Day", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-11": "Birthday of Mamerto Esqui\u00fa", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-08-25": "Catamarca Autonomy Day", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-11": "Birthday of Mamerto Esqui\u00fa", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-08-25": "Catamarca Autonomy Day", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-11": "Birthday of Mamerto Esqui\u00fa", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-08-25": "Catamarca Autonomy Day", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-11": "Birthday of Mamerto Esqui\u00fa", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-08-25": "Catamarca Autonomy Day", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-11": "Birthday of Mamerto Esqui\u00fa", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-08-25": "Catamarca Autonomy Day", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-11": "Birthday of Mamerto Esqui\u00fa", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-08-25": "Catamarca Autonomy Day", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-11": "Birthday of Mamerto Esqui\u00fa", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-08-25": "Catamarca Autonomy Day", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-11": "Birthday of Mamerto Esqui\u00fa", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-08-25": "Catamarca Autonomy Day", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-11": "Birthday of Mamerto Esqui\u00fa", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-08-25": "Catamarca Autonomy Day", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-11": "Birthday of Mamerto Esqui\u00fa", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-08-25": "Catamarca Autonomy Day", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-11": "Birthday of Mamerto Esqui\u00fa", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-08-25": "Catamarca Autonomy Day", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-11": "Birthday of Mamerto Esqui\u00fa", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-25": "Catamarca Autonomy Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-11": "Birthday of Mamerto Esqui\u00fa", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-08-25": "Catamarca Autonomy Day", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-11": "Birthday of Mamerto Esqui\u00fa", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-08-25": "Catamarca Autonomy Day", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-11": "Birthday of Mamerto Esqui\u00fa", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-08-25": "Catamarca Autonomy Day", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-11": "Birthday of Mamerto Esqui\u00fa", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-08-25": "Catamarca Autonomy Day", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-11": "Birthday of Mamerto Esqui\u00fa", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-08-25": "Catamarca Autonomy Day", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-11": "Birthday of Mamerto Esqui\u00fa", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-08-25": "Catamarca Autonomy Day", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-11": "Birthday of Mamerto Esqui\u00fa", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-25": "Catamarca Autonomy Day", "2018-09-07": "Miracle Day", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-11": "Birthday of Mamerto Esqui\u00fa", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-25": "Catamarca Autonomy Day", "2019-08-31": "Islamic New Year", "2019-09-07": "Miracle Day", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-11": "Birthday of Mamerto Esqui\u00fa", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-08-25": "Catamarca Autonomy Day", "2020-09-07": "Miracle Day", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-11": "Birthday of Mamerto Esqui\u00fa", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-08-25": "Catamarca Autonomy Day", "2021-09-07": "Miracle Day; Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-11": "Birthday of Mamerto Esqui\u00fa", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-08-25": "Catamarca Autonomy Day", "2022-09-07": "Miracle Day", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-11": "Birthday of Mamerto Esqui\u00fa", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-08-25": "Catamarca Autonomy Day", "2023-09-07": "Miracle Day", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-11": "Birthday of Mamerto Esqui\u00fa", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-08-25": "Catamarca Autonomy Day", "2024-09-07": "Miracle Day", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-11": "Birthday of Mamerto Esqui\u00fa", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-08-25": "Catamarca Autonomy Day", "2025-09-07": "Miracle Day", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-11": "Birthday of Mamerto Esqui\u00fa", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-08-25": "Catamarca Autonomy Day", "2026-09-07": "Miracle Day", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-11": "Birthday of Mamerto Esqui\u00fa", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-08-25": "Catamarca Autonomy Day", "2027-09-07": "Miracle Day", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-11": "Birthday of Mamerto Esqui\u00fa", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-08-25": "Catamarca Autonomy Day", "2028-09-07": "Miracle Day", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-11": "Birthday of Mamerto Esqui\u00fa", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-08-25": "Catamarca Autonomy Day", "2029-09-07": "Miracle Day", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-11": "Birthday of Mamerto Esqui\u00fa", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-08-25": "Catamarca Autonomy Day", "2030-09-07": "Miracle Day", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-11": "Birthday of Mamerto Esqui\u00fa", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-08-25": "Catamarca Autonomy Day", "2031-09-07": "Miracle Day", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-11": "Birthday of Mamerto Esqui\u00fa", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-08-25": "Catamarca Autonomy Day", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Miracle Day; Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-11": "Birthday of Mamerto Esqui\u00fa", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-08-25": "Catamarca Autonomy Day", "2033-09-07": "Miracle Day", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-11": "Birthday of Mamerto Esqui\u00fa", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-08-25": "Catamarca Autonomy Day", "2034-09-07": "Miracle Day", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-11": "Birthday of Mamerto Esqui\u00fa", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-08-25": "Catamarca Autonomy Day", "2035-09-07": "Miracle Day", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-11": "Birthday of Mamerto Esqui\u00fa", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-08-25": "Catamarca Autonomy Day", "2036-09-07": "Miracle Day", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-11": "Birthday of Mamerto Esqui\u00fa", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-08-25": "Catamarca Autonomy Day", "2037-09-07": "Miracle Day", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-11": "Birthday of Mamerto Esqui\u00fa", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-08-25": "Catamarca Autonomy Day", "2038-09-07": "Miracle Day", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-11": "Birthday of Mamerto Esqui\u00fa", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-08-25": "Catamarca Autonomy Day", "2039-09-07": "Miracle Day", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-11": "Birthday of Mamerto Esqui\u00fa", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-08-25": "Catamarca Autonomy Day", "2040-09-07": "Miracle Day", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-11": "Birthday of Mamerto Esqui\u00fa", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-08-25": "Catamarca Autonomy Day", "2041-09-07": "Miracle Day", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-11": "Birthday of Mamerto Esqui\u00fa", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-08-25": "Catamarca Autonomy Day", "2042-09-07": "Miracle Day", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-11": "Birthday of Mamerto Esqui\u00fa", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-08-25": "Catamarca Autonomy Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-07": "Miracle Day", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-11": "Birthday of Mamerto Esqui\u00fa", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Catamarca Autonomy Day", "2044-09-07": "Miracle Day", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-11": "Birthday of Mamerto Esqui\u00fa", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-08-25": "Catamarca Autonomy Day", "2045-09-07": "Miracle Day", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-11": "Birthday of Mamerto Esqui\u00fa", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-08-25": "Catamarca Autonomy Day", "2046-09-07": "Miracle Day", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-11": "Birthday of Mamerto Esqui\u00fa", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-08-25": "Catamarca Autonomy Day", "2047-09-07": "Miracle Day", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-11": "Birthday of Mamerto Esqui\u00fa", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-08-25": "Catamarca Autonomy Day", "2048-09-07": "Miracle Day", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-11": "Birthday of Mamerto Esqui\u00fa", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-08-25": "Catamarca Autonomy Day", "2049-09-07": "Miracle Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-11": "Birthday of Mamerto Esqui\u00fa", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-25": "Catamarca Autonomy Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-07": "Miracle Day", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_L.json000066400000000000000000002637521500152103600207720ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_M.json000066400000000000000000002713461500152103600207710ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-07-25": "Saint James' Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-07-25": "Saint James' Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-07-25": "Saint James' Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-07-25": "Saint James' Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-07-25": "Saint James' Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-07-25": "Saint James' Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-07-25": "Saint James' Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-07-25": "Saint James' Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-07-25": "Saint James' Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-07-25": "Saint James' Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-07-25": "Saint James' Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-07-25": "Saint James' Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-07-25": "Saint James' Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-07-25": "Saint James' Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-07-25": "Saint James' Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-07-25": "Saint James' Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-07-25": "Saint James' Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-07-25": "Saint James' Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-07-25": "Saint James' Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-07-25": "Saint James' Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-07-25": "Saint James' Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-07-25": "Saint James' Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-07-25": "Saint James' Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-07-25": "Saint James' Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-07-25": "Saint James' Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-07-25": "Saint James' Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-07-25": "Saint James' Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-07-25": "Saint James' Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-07-25": "Saint James' Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-07-25": "Saint James' Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-07-25": "Saint James' Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-07-25": "Saint James' Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-07-25": "Saint James' Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-07-25": "Saint James' Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-07-25": "Saint James' Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-07-25": "Saint James' Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-07-25": "Saint James' Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-25": "Saint James' Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-25": "Saint James' Day", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-07-25": "Saint James' Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-07-25": "Saint James' Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-07-25": "Saint James' Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-07-25": "Saint James' Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-25": "Saint James' Day", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-07-25": "Saint James' Day", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-25": "Saint James' Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-07-25": "Saint James' Day", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-07-25": "Saint James' Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-07-25": "Saint James' Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-07-25": "Saint James' Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-07-25": "Saint James' Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-07-25": "Saint James' Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-07-25": "Saint James' Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-07-25": "Saint James' Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-07-25": "Saint James' Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-07-25": "Saint James' Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-07-25": "Saint James' Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-07-25": "Saint James' Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-07-25": "Saint James' Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-07-25": "Saint James' Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-07-25": "Saint James' Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-07-25": "Saint James' Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-07-25": "Saint James' Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-07-25": "Saint James' Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-07-25": "Saint James' Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-07-25": "Saint James' Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-07-25": "Saint James' Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-07-25": "Saint James' Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-07-25": "Saint James' Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-07-25": "Saint James' Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Saint James' Day", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-25": "Saint James' Day", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-07-25": "Saint James' Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-07-25": "Saint James' Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_N.json000066400000000000000000002637521500152103600207740ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_P.json000066400000000000000000002637521500152103600207760ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_Q.json000066400000000000000000002637521500152103600207770ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_R.json000066400000000000000000002637521500152103600210000ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_S.json000066400000000000000000002637521500152103600210010ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_T.json000066400000000000000000002772501500152103600210000ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-09-24": "Anniversary of the Battle of Tucum\u00e1n", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Anniversary of the Battle of Tucum\u00e1n; Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Anniversary of the Battle of Tucum\u00e1n; Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Anniversary of the Battle of Tucum\u00e1n; Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Anniversary of the Battle of Tucum\u00e1n; Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Anniversary of the Battle of Tucum\u00e1n; Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-24": "Anniversary of the Battle of Tucum\u00e1n", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_U.json000066400000000000000000003172201500152103600207710ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-30": "Plebiscite 1902 Trevelin", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-07-28": "Anniversary of the arrival of the first Welsh settlers", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-13": "National Petroleum Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-30": "Plebiscite 1902 Trevelin", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-07-28": "Anniversary of the arrival of the first Welsh settlers", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-13": "National Petroleum Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-04-30": "Plebiscite 1902 Trevelin", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-07-28": "Anniversary of the arrival of the first Welsh settlers", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-13": "National Petroleum Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-30": "Plebiscite 1902 Trevelin", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-07-28": "Anniversary of the arrival of the first Welsh settlers", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-13": "National Petroleum Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-30": "Plebiscite 1902 Trevelin", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-07-28": "Anniversary of the arrival of the first Welsh settlers", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-13": "National Petroleum Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-04-30": "Plebiscite 1902 Trevelin", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-07-28": "Anniversary of the arrival of the first Welsh settlers", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-13": "National Petroleum Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-30": "Plebiscite 1902 Trevelin", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-07-28": "Anniversary of the arrival of the first Welsh settlers", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-13": "National Petroleum Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-30": "Plebiscite 1902 Trevelin", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-07-28": "Anniversary of the arrival of the first Welsh settlers", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-13": "National Petroleum Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-30": "Plebiscite 1902 Trevelin", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-07-28": "Anniversary of the arrival of the first Welsh settlers", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-13": "National Petroleum Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-04-30": "Plebiscite 1902 Trevelin", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-07-28": "Anniversary of the arrival of the first Welsh settlers", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-13": "National Petroleum Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-04-30": "Plebiscite 1902 Trevelin", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-07-28": "Anniversary of the arrival of the first Welsh settlers", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-13": "National Petroleum Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-04-30": "Plebiscite 1902 Trevelin", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-07-28": "Anniversary of the arrival of the first Welsh settlers", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-13": "National Petroleum Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-04-30": "Plebiscite 1902 Trevelin", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-07-28": "Anniversary of the arrival of the first Welsh settlers", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-13": "National Petroleum Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-30": "Plebiscite 1902 Trevelin", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-07-28": "Anniversary of the arrival of the first Welsh settlers", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-13": "National Petroleum Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-04-30": "Plebiscite 1902 Trevelin", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-07-28": "Anniversary of the arrival of the first Welsh settlers", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-13": "National Petroleum Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-04-30": "Plebiscite 1902 Trevelin", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-07-28": "Anniversary of the arrival of the first Welsh settlers", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-13": "National Petroleum Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-04-30": "Plebiscite 1902 Trevelin", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-07-28": "Anniversary of the arrival of the first Welsh settlers", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-13": "National Petroleum Day", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-04-30": "Plebiscite 1902 Trevelin", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-07-28": "Anniversary of the arrival of the first Welsh settlers", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-13": "National Petroleum Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-04-30": "Plebiscite 1902 Trevelin", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-07-28": "Anniversary of the arrival of the first Welsh settlers", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-13": "National Petroleum Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-04-30": "Plebiscite 1902 Trevelin", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-07-28": "Anniversary of the arrival of the first Welsh settlers", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-13": "National Petroleum Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-04-30": "Plebiscite 1902 Trevelin", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-07-28": "Anniversary of the arrival of the first Welsh settlers", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-13": "National Petroleum Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-04-30": "Plebiscite 1902 Trevelin", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-07-28": "Anniversary of the arrival of the first Welsh settlers", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-13": "National Petroleum Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-04-30": "Plebiscite 1902 Trevelin", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-07-28": "Anniversary of the arrival of the first Welsh settlers", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-13": "National Petroleum Day", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-04-30": "Plebiscite 1902 Trevelin", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-07-28": "Anniversary of the arrival of the first Welsh settlers", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-13": "National Petroleum Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-04-30": "Plebiscite 1902 Trevelin", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-07-28": "Anniversary of the arrival of the first Welsh settlers", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-13": "National Petroleum Day", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-04-30": "Plebiscite 1902 Trevelin", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-07-28": "Anniversary of the arrival of the first Welsh settlers", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-13": "National Petroleum Day", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-04-30": "Plebiscite 1902 Trevelin", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-07-28": "Anniversary of the arrival of the first Welsh settlers", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-13": "National Petroleum Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-04-30": "Plebiscite 1902 Trevelin", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-07-28": "Anniversary of the arrival of the first Welsh settlers", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-13": "National Petroleum Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday; Plebiscite 1902 Trevelin", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-07-28": "Anniversary of the arrival of the first Welsh settlers", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-13": "National Petroleum Day", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-04-30": "Plebiscite 1902 Trevelin", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-07-28": "Anniversary of the arrival of the first Welsh settlers", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-13": "National Petroleum Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-04-30": "Plebiscite 1902 Trevelin", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Anniversary of the arrival of the first Welsh settlers; Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-13": "National Petroleum Day", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-04-30": "Plebiscite 1902 Trevelin", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-28": "Anniversary of the arrival of the first Welsh settlers", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-13": "National Petroleum Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach; Plebiscite 1902 Trevelin", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-07-28": "Anniversary of the arrival of the first Welsh settlers", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-13": "National Petroleum Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-04-30": "Plebiscite 1902 Trevelin", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-07-28": "Anniversary of the arrival of the first Welsh settlers", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-13": "National Petroleum Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday; Plebiscite 1902 Trevelin", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-07-28": "Anniversary of the arrival of the first Welsh settlers", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-13": "National Petroleum Day", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-04-30": "Plebiscite 1902 Trevelin", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-07-28": "Anniversary of the arrival of the first Welsh settlers", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-13": "National Petroleum Day", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-04-30": "Plebiscite 1902 Trevelin", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-28": "Anniversary of the arrival of the first Welsh settlers", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-13": "National Petroleum Day", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-04-30": "Plebiscite 1902 Trevelin", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-07-28": "Anniversary of the arrival of the first Welsh settlers", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-13": "National Petroleum Day", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-04-30": "Plebiscite 1902 Trevelin", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-28": "Anniversary of the arrival of the first Welsh settlers", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-13": "National Petroleum Day", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-04-30": "Plebiscite 1902 Trevelin", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-07-28": "Anniversary of the arrival of the first Welsh settlers", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-13": "National Petroleum Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach; Plebiscite 1902 Trevelin", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-07-28": "Anniversary of the arrival of the first Welsh settlers", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-13": "National Petroleum Day", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-04-30": "Plebiscite 1902 Trevelin", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-07-28": "Anniversary of the arrival of the first Welsh settlers", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-13": "National Petroleum Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-04-30": "Plebiscite 1902 Trevelin", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-07-28": "Anniversary of the arrival of the first Welsh settlers", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-13": "National Petroleum Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-04-30": "Plebiscite 1902 Trevelin", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-07-28": "Anniversary of the arrival of the first Welsh settlers", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-13": "National Petroleum Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-04-30": "Plebiscite 1902 Trevelin", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-07-28": "Anniversary of the arrival of the first Welsh settlers", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-13": "National Petroleum Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-04-30": "Plebiscite 1902 Trevelin", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-07-28": "Anniversary of the arrival of the first Welsh settlers", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-13": "National Petroleum Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-04-30": "Plebiscite 1902 Trevelin", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-07-28": "Anniversary of the arrival of the first Welsh settlers", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-13": "National Petroleum Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-04-30": "Plebiscite 1902 Trevelin", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-07-28": "Anniversary of the arrival of the first Welsh settlers", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-13": "National Petroleum Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-04-30": "Plebiscite 1902 Trevelin", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-07-28": "Anniversary of the arrival of the first Welsh settlers", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-13": "National Petroleum Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-04-30": "Plebiscite 1902 Trevelin", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-07-28": "Anniversary of the arrival of the first Welsh settlers", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-13": "National Petroleum Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-04-30": "Plebiscite 1902 Trevelin", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-07-28": "Anniversary of the arrival of the first Welsh settlers", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "National Petroleum Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach; Plebiscite 1902 Trevelin", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-07-28": "Anniversary of the arrival of the first Welsh settlers", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-13": "National Petroleum Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-04-30": "Plebiscite 1902 Trevelin", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-07-28": "Anniversary of the arrival of the first Welsh settlers", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-13": "National Petroleum Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-04-30": "Plebiscite 1902 Trevelin", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-07-28": "Anniversary of the arrival of the first Welsh settlers", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-13": "National Petroleum Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-04-30": "Plebiscite 1902 Trevelin", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-07-28": "Anniversary of the arrival of the first Welsh settlers", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-13": "National Petroleum Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-04-30": "Plebiscite 1902 Trevelin", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-07-28": "Anniversary of the arrival of the first Welsh settlers", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-13": "National Petroleum Day", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-04-30": "Plebiscite 1902 Trevelin", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-07-28": "Anniversary of the arrival of the first Welsh settlers", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-13": "National Petroleum Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-04-30": "Plebiscite 1902 Trevelin", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-07-28": "Anniversary of the arrival of the first Welsh settlers", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-13": "National Petroleum Day", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-04-30": "Plebiscite 1902 Trevelin", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-07-28": "Anniversary of the arrival of the first Welsh settlers", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-13": "National Petroleum Day", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-04-30": "Plebiscite 1902 Trevelin", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-07-28": "Anniversary of the arrival of the first Welsh settlers", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-13": "National Petroleum Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-04-30": "Plebiscite 1902 Trevelin", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-07-28": "Anniversary of the arrival of the first Welsh settlers", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-13": "National Petroleum Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-04-30": "Plebiscite 1902 Trevelin", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-07-28": "Anniversary of the arrival of the first Welsh settlers", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-13": "National Petroleum Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-04-30": "Plebiscite 1902 Trevelin", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-07-28": "Anniversary of the arrival of the first Welsh settlers", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-13": "National Petroleum Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-04-30": "Plebiscite 1902 Trevelin", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-28": "Anniversary of the arrival of the first Welsh settlers", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-13": "National Petroleum Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-04-30": "Plebiscite 1902 Trevelin", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-28": "Anniversary of the arrival of the first Welsh settlers", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-13": "National Petroleum Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-04-30": "Plebiscite 1902 Trevelin", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-07-28": "Anniversary of the arrival of the first Welsh settlers", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-13": "National Petroleum Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-04-30": "Plebiscite 1902 Trevelin", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-07-28": "Anniversary of the arrival of the first Welsh settlers", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-03": "Tehuelches and Mapuches declare loyalty to the Argentine flag", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-13": "National Petroleum Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_V.json000066400000000000000000003023541500152103600207740ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-11-25": "Selk'Nam Genocide Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-11-25": "Selk'Nam Genocide Day", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-11-25": "Selk'Nam Genocide Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-11-25": "Selk'Nam Genocide Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-11-25": "Selk'Nam Genocide Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-11-25": "Selk'Nam Genocide Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-11-25": "Selk'Nam Genocide Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-11-25": "Selk'Nam Genocide Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-11-25": "Selk'Nam Genocide Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-11-25": "Selk'Nam Genocide Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-11-25": "Selk'Nam Genocide Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-11-25": "Selk'Nam Genocide Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-11-25": "Selk'Nam Genocide Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-11-25": "Selk'Nam Genocide Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-11-25": "Selk'Nam Genocide Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-11-25": "Selk'Nam Genocide Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-11-25": "Selk'Nam Genocide Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-11-25": "Selk'Nam Genocide Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-11-25": "Selk'Nam Genocide Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-11-25": "Selk'Nam Genocide Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-11-25": "Selk'Nam Genocide Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-11-25": "Selk'Nam Genocide Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-11-25": "Selk'Nam Genocide Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-11-25": "Selk'Nam Genocide Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-11-25": "Selk'Nam Genocide Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-11-25": "Selk'Nam Genocide Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-11-25": "Selk'Nam Genocide Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-11-25": "Selk'Nam Genocide Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-11-25": "Selk'Nam Genocide Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-01": "Day of the Province of Tierra del Fuego, Antarctica and the South Atlantic Islands", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-11-25": "Selk'Nam Genocide Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_W.json000066400000000000000000002775041500152103600210050ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-06-20": "Anniversary of the Death of General Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-20": "Anniversary of the Death of General Manuel Belgrano", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn; Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Anniversary of the Death of General Manuel Belgrano; Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Anniversary of the Death of General Manuel Belgrano; Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-17": "Anniversary of the Death of General Jos\u00e9 Francisco de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_X.json000066400000000000000000002637521500152103600210060ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_Y.json000066400000000000000000003217541500152103600210040ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-03-05": "Carnival Monday", "1984-03-06": "Carnival Tuesday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-08-23": "Jujuy Exodus Day", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-11-18": "Jujuy Political Autonomy Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival Monday", "1985-02-19": "Carnival Tuesday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-08-23": "Jujuy Exodus Day", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-11-18": "Jujuy Political Autonomy Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival Monday", "1986-02-11": "Carnival Tuesday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-08-23": "Jujuy Exodus Day", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-11-18": "Jujuy Political Autonomy Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival Monday", "1987-03-03": "Carnival Tuesday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-08-23": "Jujuy Exodus Day", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-11-18": "Jujuy Political Autonomy Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival Monday", "1988-02-16": "Carnival Tuesday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-08-23": "Jujuy Exodus Day", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-11-18": "Jujuy Political Autonomy Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-02-06": "Carnival Monday", "1989-02-07": "Carnival Tuesday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-08-23": "Jujuy Exodus Day", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-11-18": "Jujuy Political Autonomy Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival Monday", "1990-02-27": "Carnival Tuesday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-08-23": "Jujuy Exodus Day", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-11-18": "Jujuy Political Autonomy Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival Monday", "1991-02-12": "Carnival Tuesday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-08-23": "Jujuy Exodus Day", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-11-18": "Jujuy Political Autonomy Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival Monday", "1992-03-03": "Carnival Tuesday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-08-23": "Jujuy Exodus Day", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-11-18": "Jujuy Political Autonomy Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival Monday", "1993-02-23": "Carnival Tuesday", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-08-23": "Jujuy Exodus Day", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-11-18": "Jujuy Political Autonomy Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival Monday", "1994-02-15": "Carnival Tuesday", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-08-23": "Jujuy Exodus Day", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-11-18": "Jujuy Political Autonomy Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-02-27": "Carnival Monday", "1995-02-28": "Carnival Tuesday", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-08-23": "Jujuy Exodus Day", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-11-18": "Jujuy Political Autonomy Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival Monday", "1996-02-20": "Carnival Tuesday", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-01": "Pachamama Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-08-23": "Jujuy Exodus Day", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-11-18": "Jujuy Political Autonomy Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-10": "Carnival Monday", "1997-02-11": "Carnival Tuesday", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-01": "Pachamama Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-08-23": "Jujuy Exodus Day", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-11-18": "Jujuy Political Autonomy Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-02-23": "Carnival Monday", "1998-02-24": "Carnival Tuesday", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-01": "Pachamama Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-08-23": "Jujuy Exodus Day", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-11-18": "Jujuy Political Autonomy Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-02-15": "Carnival Monday", "1999-02-16": "Carnival Tuesday", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-01": "Pachamama Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-08-23": "Jujuy Exodus Day", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-11-18": "Jujuy Political Autonomy Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-06": "Carnival Monday", "2000-03-07": "Carnival Tuesday", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-01": "Pachamama Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-08-23": "Jujuy Exodus Day", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-11-18": "Jujuy Political Autonomy Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival Monday", "2001-02-27": "Carnival Tuesday", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-01": "Pachamama Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-08-23": "Jujuy Exodus Day", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-11-18": "Jujuy Political Autonomy Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival Monday", "2002-02-12": "Carnival Tuesday", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-01": "Pachamama Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-08-23": "Jujuy Exodus Day", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-11-18": "Jujuy Political Autonomy Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-03": "Carnival Monday", "2003-03-04": "Carnival Tuesday; Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-01": "Pachamama Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-08-23": "Jujuy Exodus Day", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-18": "Jujuy Political Autonomy Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-02-23": "Carnival Monday", "2004-02-24": "Carnival Tuesday", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-01": "Pachamama Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-08-23": "Jujuy Exodus Day", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-18": "Jujuy Political Autonomy Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-07": "Carnival Monday", "2005-02-08": "Carnival Tuesday", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-01": "Pachamama Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-08-23": "Jujuy Exodus Day", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-11-18": "Jujuy Political Autonomy Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-02-27": "Carnival Monday", "2006-02-28": "Carnival Tuesday", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-01": "Pachamama Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-08-23": "Jujuy Exodus Day", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-11-18": "Jujuy Political Autonomy Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-02-19": "Carnival Monday", "2007-02-20": "Carnival Tuesday", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-01": "Pachamama Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-08-23": "Jujuy Exodus Day", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-11-18": "Jujuy Political Autonomy Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-02-04": "Carnival Monday", "2008-02-05": "Carnival Tuesday", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-01": "Pachamama Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-08-23": "Jujuy Exodus Day", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-11-18": "Jujuy Political Autonomy Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival Monday", "2009-02-24": "Carnival Tuesday", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-01": "Pachamama Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-08-23": "Jujuy Exodus Day", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-18": "Jujuy Political Autonomy Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-15": "Carnival Monday", "2010-02-16": "Carnival Tuesday", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-01": "Pachamama Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-08-23": "Jujuy Exodus Day", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-18": "Jujuy Political Autonomy Day", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-01": "Pachamama Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-23": "Jujuy Exodus Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-18": "Jujuy Political Autonomy Day", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-01": "Pachamama Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-08-23": "Jujuy Exodus Day", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-18": "Jujuy Political Autonomy Day", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-01": "Pachamama Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-08-23": "Jujuy Exodus Day", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-18": "Jujuy Political Autonomy Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-01": "Pachamama Day", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-08-23": "Jujuy Exodus Day", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Bankers' Day", "2014-11-18": "Jujuy Political Autonomy Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-01": "Pachamama Day", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-08-23": "Jujuy Exodus Day", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Bankers' Day", "2015-11-18": "Jujuy Political Autonomy Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-01": "Pachamama Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-08-23": "Jujuy Exodus Day", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-11-06": "Bankers' Day", "2016-11-18": "Jujuy Political Autonomy Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-01": "Pachamama Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-08-23": "Jujuy Exodus Day", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2017-10-16": "Respect for Cultural Diversity Day", "2017-11-06": "Bankers' Day", "2017-11-18": "Jujuy Political Autonomy Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-01": "Pachamama Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-23": "Jujuy Exodus Day", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2018-10-15": "Respect for Cultural Diversity Day", "2018-11-06": "Bankers' Day", "2018-11-18": "Jujuy Political Autonomy Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-01": "Pachamama Day", "2019-08-11": "Eid al-Adha", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-23": "Jujuy Exodus Day", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-11-06": "Bankers' Day", "2019-11-18": "Jujuy Political Autonomy Day; National Sovereignty Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-01": "Pachamama Day", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-08-23": "Jujuy Exodus Day", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2020-10-12": "Respect for Cultural Diversity Day", "2020-11-06": "Bankers' Day", "2020-11-18": "Jujuy Political Autonomy Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-04-27": "Great Day of Jujuy", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-01": "Pachamama Day", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2021-08-23": "Jujuy Exodus Day", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-11-06": "Bankers' Day", "2021-11-18": "Jujuy Political Autonomy Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-04-27": "Great Day of Jujuy", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-01": "Pachamama Day", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-08-23": "Jujuy Exodus Day", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday; Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2022-10-10": "Respect for Cultural Diversity Day", "2022-11-06": "Bankers' Day", "2022-11-18": "Jujuy Political Autonomy Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-04-27": "Great Day of Jujuy", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-01": "Pachamama Day", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-08-23": "Jujuy Exodus Day", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-11-06": "Bankers' Day", "2023-11-18": "Jujuy Political Autonomy Day", "2023-11-20": "National Sovereignty Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-27": "Great Day of Jujuy", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-01": "Pachamama Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-08-23": "Jujuy Exodus Day", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-11-06": "Bankers' Day", "2024-11-18": "Jujuy Political Autonomy Day; National Sovereignty Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-04-27": "Great Day of Jujuy", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-01": "Pachamama Day", "2025-08-15": "Bridge Public Holiday", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-08-23": "Jujuy Exodus Day", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2025-10-12": "Respect for Cultural Diversity Day", "2025-11-06": "Bankers' Day", "2025-11-18": "Jujuy Political Autonomy Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-04-27": "Great Day of Jujuy", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-01": "Pachamama Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-08-23": "Jujuy Exodus Day", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2026-10-12": "Respect for Cultural Diversity Day", "2026-11-06": "Bankers' Day", "2026-11-18": "Jujuy Political Autonomy Day", "2026-11-23": "National Sovereignty Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-27": "Great Day of Jujuy", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-01": "Pachamama Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2027-08-23": "Jujuy Exodus Day", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-11-06": "Bankers' Day", "2027-11-18": "Jujuy Political Autonomy Day", "2027-11-20": "National Sovereignty Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-04-27": "Great Day of Jujuy", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-01": "Pachamama Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-08-23": "Jujuy Exodus Day", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2028-10-16": "Respect for Cultural Diversity Day", "2028-11-06": "Bankers' Day", "2028-11-18": "Jujuy Political Autonomy Day", "2028-11-20": "National Sovereignty Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-04-27": "Great Day of Jujuy", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-01": "Pachamama Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-08-23": "Jujuy Exodus Day", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2029-10-15": "Respect for Cultural Diversity Day", "2029-11-06": "Bankers' Day", "2029-11-18": "Jujuy Political Autonomy Day", "2029-11-19": "National Sovereignty Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-04-27": "Great Day of Jujuy", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-01": "Pachamama Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-08-23": "Jujuy Exodus Day", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya; Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-11-06": "Bankers' Day", "2030-11-18": "Jujuy Political Autonomy Day; National Sovereignty Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-04-27": "Great Day of Jujuy", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-01": "Pachamama Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-08-23": "Jujuy Exodus Day", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2031-10-12": "Respect for Cultural Diversity Day", "2031-11-06": "Bankers' Day", "2031-11-18": "Jujuy Political Autonomy Day", "2031-11-24": "National Sovereignty Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-04-27": "Great Day of Jujuy", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-01": "Pachamama Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2032-08-23": "Jujuy Exodus Day", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2032-10-11": "Respect for Cultural Diversity Day", "2032-11-06": "Bankers' Day", "2032-11-18": "Jujuy Political Autonomy Day", "2032-11-20": "National Sovereignty Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-04-27": "Great Day of Jujuy", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-01": "Pachamama Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-08-23": "Jujuy Exodus Day", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2033-10-10": "Respect for Cultural Diversity Day", "2033-11-06": "Bankers' Day", "2033-11-18": "Jujuy Political Autonomy Day", "2033-11-20": "National Sovereignty Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-04-27": "Great Day of Jujuy", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-01": "Pachamama Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-08-23": "Jujuy Exodus Day", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2034-10-16": "Respect for Cultural Diversity Day", "2034-11-06": "Bankers' Day", "2034-11-18": "Jujuy Political Autonomy Day", "2034-11-20": "National Sovereignty Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-27": "Great Day of Jujuy", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-01": "Pachamama Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-08-23": "Jujuy Exodus Day", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-11-06": "Bankers' Day", "2035-11-18": "Jujuy Political Autonomy Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-04-27": "Great Day of Jujuy", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-01": "Pachamama Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-08-23": "Jujuy Exodus Day", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2036-10-12": "Respect for Cultural Diversity Day", "2036-11-06": "Bankers' Day", "2036-11-18": "Jujuy Political Autonomy Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-04-27": "Great Day of Jujuy", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-01": "Pachamama Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-08-23": "Jujuy Exodus Day", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2037-10-12": "Respect for Cultural Diversity Day", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-18": "Jujuy Political Autonomy Day", "2037-11-23": "National Sovereignty Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Great Day of Jujuy; Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-01": "Pachamama Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2038-08-23": "Jujuy Exodus Day", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-18": "Jujuy Political Autonomy Day", "2038-11-20": "National Sovereignty Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-04-27": "Great Day of Jujuy", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-01": "Pachamama Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-08-23": "Jujuy Exodus Day", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-06": "Bankers' Day", "2039-11-18": "Jujuy Political Autonomy Day", "2039-11-20": "National Sovereignty Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-04-27": "Great Day of Jujuy", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-01": "Pachamama Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-08-23": "Jujuy Exodus Day", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya; Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-11-06": "Bankers' Day", "2040-11-18": "Jujuy Political Autonomy Day", "2040-11-19": "National Sovereignty Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-04-27": "Great Day of Jujuy", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-01": "Pachamama Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-08-23": "Jujuy Exodus Day", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2041-10-12": "Respect for Cultural Diversity Day", "2041-11-06": "Bankers' Day", "2041-11-18": "Jujuy Political Autonomy Day; National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-04-27": "Great Day of Jujuy", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-01": "Pachamama Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-08-23": "Jujuy Exodus Day", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2042-10-12": "Respect for Cultural Diversity Day", "2042-11-06": "Bankers' Day", "2042-11-18": "Jujuy Political Autonomy Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-04-27": "Great Day of Jujuy", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-01": "Pachamama Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-08-23": "Jujuy Exodus Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-18": "Jujuy Political Autonomy Day", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-04-27": "Great Day of Jujuy", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-01": "Pachamama Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-23": "Jujuy Exodus Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-18": "Jujuy Political Autonomy Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-04-27": "Great Day of Jujuy", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-01": "Pachamama Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-08-23": "Jujuy Exodus Day", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-18": "Jujuy Political Autonomy Day", "2045-11-20": "National Sovereignty Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Great Day of Jujuy; Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-01": "Pachamama Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-08-23": "Jujuy Exodus Day", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-18": "Jujuy Political Autonomy Day", "2046-11-19": "National Sovereignty Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-04-27": "Great Day of Jujuy", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-01": "Pachamama Day", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-08-23": "Jujuy Exodus Day", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Bankers' Day", "2047-11-18": "Jujuy Political Autonomy Day; National Sovereignty Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-04-27": "Great Day of Jujuy", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-01": "Pachamama Day", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-08-23": "Jujuy Exodus Day", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-11-06": "Bankers' Day", "2048-11-18": "Jujuy Political Autonomy Day", "2048-11-23": "National Sovereignty Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-04-27": "Great Day of Jujuy", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-01": "Pachamama Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2049-08-23": "Jujuy Exodus Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2049-10-11": "Respect for Cultural Diversity Day", "2049-11-06": "Bankers' Day", "2049-11-18": "Jujuy Political Autonomy Day", "2049-11-20": "National Sovereignty Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-04-27": "Great Day of Jujuy", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-01": "Pachamama Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-23": "Jujuy Exodus Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-07": "Day of the Virgin of the Rosary of R\u00edo Blanco and Paypaya", "2050-10-10": "Respect for Cultural Diversity Day", "2050-11-06": "Bankers' Day", "2050-11-18": "Jujuy Political Autonomy Day", "2050-11-20": "National Sovereignty Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AR_Z.json000066400000000000000000003020571500152103600210000ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-18": "Maundy Thursday", "1957-05-01": "Labor Day", "1957-05-25": "May Revolution Day", "1957-06-20": "Corpus Christi; Pass to the Immortality of General Don Manuel Belgrano", "1957-07-09": "Independence Day", "1957-08-15": "Assumption Day", "1957-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-04-03": "Maundy Thursday", "1958-05-01": "Labor Day", "1958-05-25": "May Revolution Day", "1958-06-05": "Corpus Christi", "1958-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1958-07-09": "Independence Day", "1958-08-15": "Assumption Day", "1958-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-26": "Maundy Thursday", "1959-05-01": "Labor Day", "1959-05-25": "May Revolution Day", "1959-05-28": "Corpus Christi", "1959-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1959-07-09": "Independence Day", "1959-08-15": "Assumption Day", "1959-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday", "1960-04-14": "Maundy Thursday", "1960-05-01": "Labor Day", "1960-05-25": "May Revolution Day", "1960-06-16": "Corpus Christi", "1960-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1960-07-09": "Independence Day", "1960-08-15": "Assumption Day", "1960-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-30": "Maundy Thursday", "1961-05-01": "Labor Day", "1961-05-25": "May Revolution Day", "1961-06-01": "Corpus Christi", "1961-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1961-07-09": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-19": "Maundy Thursday", "1962-05-01": "Labor Day", "1962-05-25": "May Revolution Day", "1962-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1962-06-21": "Corpus Christi", "1962-07-09": "Independence Day", "1962-08-15": "Assumption Day", "1962-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-04-11": "Maundy Thursday", "1963-05-01": "Labor Day", "1963-05-25": "May Revolution Day", "1963-06-13": "Corpus Christi", "1963-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1963-07-09": "Independence Day", "1963-08-15": "Assumption Day", "1963-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-26": "Maundy Thursday", "1964-05-01": "Labor Day", "1964-05-25": "May Revolution Day", "1964-05-28": "Corpus Christi", "1964-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1964-07-09": "Independence Day", "1964-08-15": "Assumption Day", "1964-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Carnival Monday", "1965-03-02": "Carnival Tuesday", "1965-04-15": "Maundy Thursday", "1965-05-01": "Labor Day", "1965-05-25": "May Revolution Day", "1965-06-17": "Corpus Christi", "1965-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1965-07-09": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-04-07": "Maundy Thursday", "1966-05-01": "Labor Day", "1966-05-25": "May Revolution Day", "1966-06-09": "Corpus Christi", "1966-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1966-07-09": "Independence Day", "1966-08-15": "Assumption Day", "1966-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-23": "Maundy Thursday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi; May Revolution Day", "1967-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1967-07-09": "Independence Day", "1967-08-15": "Assumption Day", "1967-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-04-11": "Maundy Thursday", "1968-05-01": "Labor Day", "1968-05-25": "May Revolution Day", "1968-06-13": "Corpus Christi", "1968-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1968-07-09": "Independence Day", "1968-08-15": "Assumption Day", "1968-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-04-03": "Maundy Thursday", "1969-05-01": "Labor Day", "1969-05-25": "May Revolution Day", "1969-06-05": "Corpus Christi", "1969-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1969-07-09": "Independence Day", "1969-08-15": "Assumption Day", "1969-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-26": "Maundy Thursday", "1970-05-01": "Labor Day", "1970-05-25": "May Revolution Day", "1970-05-28": "Corpus Christi", "1970-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1970-07-09": "Independence Day", "1970-08-15": "Assumption Day", "1970-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-04-08": "Maundy Thursday", "1971-05-01": "Labor Day", "1971-05-25": "May Revolution Day", "1971-06-10": "Corpus Christi", "1971-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1971-07-09": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-30": "Maundy Thursday", "1972-05-01": "Labor Day", "1972-05-25": "May Revolution Day", "1972-06-01": "Corpus Christi", "1972-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1972-07-09": "Independence Day", "1972-08-15": "Assumption Day", "1972-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-19": "Maundy Thursday", "1973-05-01": "Labor Day", "1973-05-25": "May Revolution Day", "1973-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1973-06-21": "Corpus Christi", "1973-07-09": "Independence Day", "1973-08-15": "Assumption Day", "1973-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-11": "Maundy Thursday", "1974-05-01": "Labor Day", "1974-05-25": "May Revolution Day", "1974-06-13": "Corpus Christi", "1974-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1974-07-09": "Independence Day", "1974-08-15": "Assumption Day", "1974-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-27": "Maundy Thursday", "1975-05-01": "Labor Day", "1975-05-25": "May Revolution Day", "1975-05-29": "Corpus Christi", "1975-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1975-07-09": "Independence Day", "1975-08-15": "Assumption Day", "1975-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-06": "Bankers' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-15": "Maundy Thursday", "1976-05-01": "Labor Day", "1976-05-25": "May Revolution Day", "1976-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1976-07-09": "Independence Day", "1976-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1976-11-06": "Bankers' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-25": "May Revolution Day", "1977-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1977-07-09": "Independence Day", "1977-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1977-11-06": "Bankers' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "May Revolution Day", "1978-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1978-07-09": "Independence Day", "1978-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1978-11-06": "Bankers' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "May Revolution Day", "1979-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1979-07-09": "Independence Day", "1979-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1979-11-06": "Bankers' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "May Revolution Day", "1980-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1980-07-09": "Independence Day", "1980-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1980-11-06": "Bankers' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "May Revolution Day", "1981-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1981-07-09": "Independence Day", "1981-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1981-11-06": "Bankers' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "May Revolution Day", "1982-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1982-07-09": "Independence Day", "1982-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1982-10-12": "Columbus Day", "1982-11-06": "Bankers' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1983-05-01": "Labor Day", "1983-05-25": "May Revolution Day", "1983-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1983-07-09": "Independence Day", "1983-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1983-10-12": "Columbus Day", "1983-11-06": "Bankers' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "May Revolution Day", "1984-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1984-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1984-07-09": "Independence Day", "1984-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1984-10-12": "Columbus Day", "1984-11-06": "Bankers' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "May Revolution Day", "1985-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1985-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1985-07-09": "Independence Day", "1985-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1985-10-12": "Columbus Day", "1985-11-06": "Bankers' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "May Revolution Day", "1986-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1986-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1986-07-09": "Independence Day", "1986-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1986-10-12": "Columbus Day", "1986-11-06": "Bankers' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "May Revolution Day", "1987-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1987-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1987-07-09": "Independence Day", "1987-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1987-10-12": "Columbus Day", "1987-11-06": "Bankers' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-25": "May Revolution Day", "1988-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1988-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1988-07-09": "Independence Day", "1988-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1988-10-10": "Columbus Day", "1988-11-06": "Bankers' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "May Revolution Day", "1989-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1989-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1989-07-09": "Independence Day", "1989-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1989-10-16": "Columbus Day", "1989-11-06": "Bankers' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "May Revolution Day", "1990-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1990-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "1990-07-09": "Independence Day", "1990-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1990-10-15": "Columbus Day", "1990-11-06": "Bankers' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "May Revolution Day", "1991-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1991-06-24": "Pass to the Immortality of General Don Manuel Belgrano", "1991-07-09": "Independence Day", "1991-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1991-10-12": "Columbus Day", "1991-11-06": "Bankers' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "May Revolution Day", "1992-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1992-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1992-07-09": "Independence Day", "1992-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1992-10-12": "Columbus Day", "1992-11-06": "Bankers' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-05": "War Veteran's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "May Revolution Day", "1993-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1993-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1993-07-09": "Independence Day", "1993-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1993-10-11": "Columbus Day", "1993-11-06": "Bankers' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "War Veteran's Day", "1994-05-01": "Labor Day", "1994-05-25": "May Revolution Day", "1994-06-13": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1994-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "1994-07-09": "Independence Day", "1994-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1994-10-10": "Columbus Day", "1994-11-06": "Bankers' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-02": "War Veteran's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "May Revolution Day", "1995-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1995-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "1995-07-09": "Independence Day", "1995-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1995-10-16": "Columbus Day", "1995-11-06": "Bankers' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-01": "War Veteran's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "May Revolution Day", "1996-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1996-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "1996-07-09": "Independence Day", "1996-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-10-12": "Columbus Day", "1996-11-06": "Bankers' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "War Veteran's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "May Revolution Day", "1997-06-09": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1997-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "1997-07-09": "Independence Day", "1997-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-12": "Columbus Day", "1997-11-06": "Bankers' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-06": "War Veteran's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "May Revolution Day", "1998-06-08": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1998-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "1998-07-09": "Independence Day", "1998-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-12": "Columbus Day", "1998-11-06": "Bankers' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "War Veteran's Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "May Revolution Day", "1999-06-14": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "1999-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "1999-07-09": "Independence Day", "1999-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-10-11": "Columbus Day", "1999-11-06": "Bankers' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-02": "War Veteran's Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "May Revolution Day", "2000-06-10": "Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector", "2000-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2000-07-09": "Independence Day", "2000-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-16": "Columbus Day", "2000-11-06": "Bankers' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "May Revolution Day", "2001-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2001-07-09": "Independence Day", "2001-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-08": "Columbus Day", "2001-11-06": "Bankers' Day", "2001-12-08": "Immaculate Conception", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Veteran's Day and the Fallen in the Malvinas War", "2002-05-01": "Labor Day", "2002-05-25": "May Revolution Day", "2002-06-17": "Pass to the Immortality of General Don Manuel Belgrano", "2002-07-09": "Independence Day", "2002-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-10-14": "Columbus Day", "2002-11-06": "Bankers' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "May Revolution Day", "2003-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2003-07-09": "Independence Day", "2003-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-12": "Columbus Day", "2003-11-06": "Bankers' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-05": "Veteran's Day and the Fallen in the Malvinas War", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "May Revolution Day", "2004-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2004-07-09": "Independence Day", "2004-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-10-11": "Columbus Day", "2004-11-06": "Bankers' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-25": "Good Friday", "2005-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2005-05-01": "Labor Day", "2005-05-25": "May Revolution Day", "2005-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2005-07-09": "Independence Day", "2005-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-10": "Columbus Day", "2005-10-13": "Yom Kippur", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-06": "Bankers' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-24": "National Day of Remembrance for Truth and Justice", "2006-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "May Revolution Day", "2006-06-19": "Pass to the Immortality of General Don Manuel Belgrano", "2006-07-09": "Independence Day", "2006-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-16": "Columbus Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-06": "Bankers' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-01-31": "Saint John Bosco's Day", "2007-03-24": "National Day of Remembrance for Truth and Justice", "2007-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Pesach", "2007-04-10": "Pesach", "2007-04-24": "Day of Action for Tolerance and Respect among Peoples", "2007-05-01": "Labor Day", "2007-05-25": "May Revolution Day", "2007-06-18": "Pass to the Immortality of General Don Manuel Belgrano", "2007-07-09": "Independence Day", "2007-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Columbus Day", "2007-11-06": "Bankers' Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-01-31": "Saint John Bosco's Day", "2008-03-21": "Good Friday", "2008-03-24": "National Day of Remembrance for Truth and Justice", "2008-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-24": "Day of Action for Tolerance and Respect among Peoples", "2008-04-26": "Pesach", "2008-04-27": "Pesach", "2008-05-01": "Labor Day", "2008-05-25": "May Revolution Day", "2008-06-16": "Pass to the Immortality of General Don Manuel Belgrano", "2008-07-09": "Independence Day", "2008-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Eid al-Fitr (estimated); Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-13": "Columbus Day", "2008-11-06": "Bankers' Day", "2008-12-08": "Eid al-Adha (estimated); Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-01-31": "Saint John Bosco's Day", "2009-03-24": "National Day of Remembrance for Truth and Justice", "2009-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-15": "Pesach", "2009-04-16": "Pesach", "2009-04-24": "Day of Action for Tolerance and Respect among Peoples", "2009-05-01": "Labor Day", "2009-05-25": "May Revolution Day", "2009-06-15": "Pass to the Immortality of General Don Manuel Belgrano", "2009-07-09": "Independence Day", "2009-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Eid al-Fitr (estimated); Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-12": "Columbus Day", "2009-11-06": "Bankers' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-08": "Immaculate Conception", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-31": "Saint John Bosco's Day", "2010-03-24": "National Day of Remembrance for Truth and Justice", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2010-04-05": "Pesach", "2010-04-06": "Pesach", "2010-04-24": "Day of Action for Tolerance and Respect among Peoples", "2010-05-01": "Labor Day", "2010-05-24": "Bicentenary of the May Revolution", "2010-05-25": "May Revolution Day", "2010-06-21": "Pass to the Immortality of General Don Manuel Belgrano", "2010-07-09": "Independence Day", "2010-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Eid al-Fitr (estimated); Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-10-11": "Respect for Cultural Diversity Day", "2010-10-27": "National Census Day 2010", "2010-11-06": "Bankers' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-22": "National Sovereignty Day", "2010-12-07": "Islamic New Year (estimated)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-31": "Saint John Bosco's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-03-24": "National Day of Remembrance for Truth and Justice", "2011-03-25": "Bridge Public Holiday", "2011-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Day of Action for Tolerance and Respect among Peoples", "2011-04-25": "Pesach", "2011-04-26": "Pesach", "2011-05-01": "Labor Day", "2011-05-25": "May Revolution Day", "2011-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2011-07-09": "Independence Day", "2011-08-22": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-10": "Respect for Cultural Diversity Day", "2011-11-06": "Bankers' Day; Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "National Sovereignty Day", "2011-12-08": "Immaculate Conception", "2011-12-09": "Bridge Public Holiday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-01-31": "Saint John Bosco's Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-02-27": "Bicentenary of the creation and first oath of the national flag", "2012-03-24": "National Day of Remembrance for Truth and Justice", "2012-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-13": "Pesach", "2012-04-14": "Pesach", "2012-04-24": "Day of Action for Tolerance and Respect among Peoples", "2012-04-30": "Bridge Public Holiday", "2012-05-01": "Labor Day", "2012-05-25": "May Revolution Day", "2012-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2012-07-09": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-24": "Bicentenary of the Battle of Tucum\u00e1n", "2012-09-26": "Yom Kippur", "2012-10-08": "Respect for Cultural Diversity Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-06": "Bankers' Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-26": "National Sovereignty Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Bridge Public Holiday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-31": "Bicentenary of the inaugural session of the National Constituent Assembly of the year 1813; Saint John Bosco's Day", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-02-20": "Bicentenary of the Battle of Salta", "2013-03-24": "National Day of Remembrance for Truth and Justice", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Bridge Public Holiday; Pesach", "2013-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2013-04-24": "Day of Action for Tolerance and Respect among Peoples", "2013-05-01": "Labor Day", "2013-05-25": "May Revolution Day", "2013-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2013-06-21": "Bridge Public Holiday", "2013-07-09": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-19": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-10-14": "Respect for Cultural Diversity Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Bankers' Day", "2013-11-25": "National Sovereignty Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-31": "Saint John Bosco's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-03-24": "National Day of Remembrance for Truth and Justice", "2014-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Pesach", "2014-04-22": "Pesach", "2014-04-24": "Day of Action for Tolerance and Respect among Peoples", "2014-05-01": "Labor Day", "2014-05-02": "Bridge Public Holiday", "2014-05-25": "May Revolution Day", "2014-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2014-06-27": "State Worker's Day", "2014-07-09": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-18": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Eid al-Adha (estimated); Yom Kippur", "2014-10-13": "Respect for Cultural Diversity Day", "2014-10-25": "Islamic New Year (estimated)", "2014-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2014-11-06": "Bankers' Day", "2014-11-24": "National Sovereignty Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Bridge Public Holiday", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-03-23": "Bridge Public Holiday", "2015-03-24": "National Day of Remembrance for Truth and Justice", "2015-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-10": "Pesach", "2015-04-11": "Pesach", "2015-04-24": "Day of Action for Tolerance and Respect among Peoples", "2015-05-01": "Labor Day", "2015-05-25": "May Revolution Day", "2015-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2015-06-27": "State Worker's Day", "2015-07-09": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-16": "Saint John Bosco's Day", "2015-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Eid al-Adha (estimated); Yom Kippur", "2015-10-12": "Respect for Cultural Diversity Day", "2015-10-14": "Islamic New Year (estimated)", "2015-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2015-11-06": "Bankers' Day", "2015-11-27": "National Sovereignty Day", "2015-12-07": "Bridge Public Holiday", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-24": "Maundy Thursday; National Day of Remembrance for Truth and Justice", "2016-03-25": "Good Friday", "2016-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2016-04-23": "Pesach", "2016-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2016-04-29": "Pesach", "2016-04-30": "Pesach", "2016-05-01": "Labor Day", "2016-05-25": "May Revolution Day", "2016-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2016-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2016-06-27": "State Worker's Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-08": "Bridge Public Holiday", "2016-07-09": "Independence Day", "2016-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2016-08-16": "Saint John Bosco's Day", "2016-09-11": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-10": "Respect for Cultural Diversity Day", "2016-10-12": "Yom Kippur", "2016-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2016-11-06": "Bankers' Day", "2016-11-28": "National Sovereignty Day", "2016-12-08": "Immaculate Conception", "2016-12-09": "Bridge Public Holiday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-03-24": "National Day of Remembrance for Truth and Justice", "2017-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Pesach", "2017-04-18": "Pesach", "2017-04-24": "Day of Action for Tolerance and Respect among Peoples", "2017-05-01": "Labor Day", "2017-05-25": "May Revolution Day", "2017-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2017-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-27": "State Worker's Day", "2017-07-09": "Independence Day", "2017-08-16": "Saint John Bosco's Day", "2017-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated); Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-16": "Respect for Cultural Diversity Day", "2017-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2017-11-06": "Bankers' Day", "2017-11-20": "National Sovereignty Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-24": "National Day of Remembrance for Truth and Justice", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2018-04-06": "Pesach", "2018-04-07": "Pesach", "2018-04-24": "Day of Action for Tolerance and Respect among Peoples", "2018-04-30": "Bridge Public Holiday", "2018-05-01": "Labor Day", "2018-05-25": "May Revolution Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2018-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2018-06-27": "State Worker's Day", "2018-07-09": "Independence Day", "2018-08-16": "Saint John Bosco's Day", "2018-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2018-08-21": "Eid al-Adha (estimated)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Islamic New Year (estimated); Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-10-15": "Respect for Cultural Diversity Day", "2018-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2018-11-06": "Bankers' Day", "2018-11-19": "National Sovereignty Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Bridge Public Holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Bridge Public Holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-03-24": "National Day of Remembrance for Truth and Justice", "2019-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-24": "Day of Action for Tolerance and Respect among Peoples", "2019-04-26": "Pesach", "2019-04-27": "Pesach", "2019-05-01": "Labor Day", "2019-05-25": "May Revolution Day", "2019-06-04": "Eid al-Fitr", "2019-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2019-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2019-06-27": "State Worker's Day", "2019-07-08": "Bridge Public Holiday", "2019-07-09": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-16": "Saint John Bosco's Day", "2019-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2019-08-19": "Bridge Public Holiday", "2019-08-31": "Islamic New Year", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-12": "Respect for Cultural Diversity Day", "2019-10-14": "Bridge Public Holiday", "2019-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2019-11-06": "Bankers' Day", "2019-11-18": "National Sovereignty Day", "2019-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2019-12-08": "Immaculate Conception", "2019-12-24": "Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-03-23": "Bridge Public Holiday", "2020-03-24": "National Day of Remembrance for Truth and Justice", "2020-03-31": "Veteran's Day and the Fallen in the Malvinas War", "2020-04-09": "Maundy Thursday; Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-15": "Pesach", "2020-04-16": "Pesach", "2020-04-24": "Day of Action for Tolerance and Respect among Peoples", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "May Revolution Day", "2020-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2020-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2020-06-27": "State Worker's Day", "2020-07-09": "Independence Day", "2020-07-10": "Bridge Public Holiday", "2020-07-31": "Eid al-Adha", "2020-08-16": "Saint John Bosco's Day", "2020-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2020-08-20": "Islamic New Year", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-12": "Respect for Cultural Diversity Day", "2020-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2020-11-06": "Bankers' Day", "2020-11-23": "National Sovereignty Day", "2020-12-07": "Bridge Public Holiday; Commemoration of the workers shot in the Patagonian Strikes", "2020-12-08": "Immaculate Conception", "2020-12-24": "Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-03-24": "National Day of Remembrance for Truth and Justice", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday; Veteran's Day and the Fallen in the Malvinas War", "2021-04-03": "Pesach", "2021-04-04": "Pesach", "2021-04-24": "Day of Action for Tolerance and Respect among Peoples", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-24": "Bridge Public Holiday", "2021-05-25": "May Revolution Day", "2021-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2021-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2021-06-27": "State Worker's Day", "2021-07-09": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-08-08": "Islamic New Year", "2021-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn; Saint John Bosco's Day", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-10-08": "Bridge Public Holiday", "2021-10-11": "Respect for Cultural Diversity Day", "2021-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2021-11-06": "Bankers' Day", "2021-11-20": "National Sovereignty Day", "2021-11-22": "Bridge Public Holiday", "2021-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2021-12-08": "Immaculate Conception", "2021-12-24": "Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-03-24": "National Day of Remembrance for Truth and Justice", "2022-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-22": "Pesach", "2022-04-23": "Pesach", "2022-04-24": "Day of Action for Tolerance and Respect among Peoples", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-18": "National Census Day 2022", "2022-05-25": "May Revolution Day", "2022-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2022-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2022-06-27": "State Worker's Day", "2022-07-09": "Eid al-Adha; Independence Day", "2022-07-30": "Islamic New Year", "2022-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2022-08-16": "Saint John Bosco's Day", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-07": "Bridge Public Holiday", "2022-10-10": "Respect for Cultural Diversity Day", "2022-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2022-11-06": "Bankers' Day", "2022-11-20": "National Sovereignty Day", "2022-11-21": "Bridge Public Holiday", "2022-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2022-12-08": "Immaculate Conception", "2022-12-09": "Bridge Public Holiday", "2022-12-20": "FIFA World Cup 2022 Victory Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-03-24": "National Day of Remembrance for Truth and Justice", "2023-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2023-04-06": "Maundy Thursday; Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-12": "Pesach", "2023-04-13": "Pesach", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Day of Action for Tolerance and Respect among Peoples", "2023-05-01": "Labor Day", "2023-05-25": "May Revolution Day", "2023-05-26": "Bridge Public Holiday", "2023-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2023-06-19": "Bridge Public Holiday", "2023-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2023-06-27": "State Worker's Day", "2023-06-28": "Eid al-Adha", "2023-07-09": "Independence Day", "2023-07-19": "Islamic New Year", "2023-08-16": "Saint John Bosco's Day", "2023-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-10-13": "Bridge Public Holiday", "2023-10-16": "Respect for Cultural Diversity Day", "2023-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2023-11-06": "Bankers' Day", "2023-11-20": "National Sovereignty Day", "2023-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-24": "National Day of Remembrance for Truth and Justice", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Bridge Public Holiday", "2024-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2024-04-10": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2024-04-29": "Pesach", "2024-04-30": "Pesach", "2024-05-01": "Labor Day", "2024-05-25": "May Revolution Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2024-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2024-06-21": "Bridge Public Holiday", "2024-06-27": "State Worker's Day", "2024-07-07": "Islamic New Year", "2024-07-09": "Independence Day", "2024-08-16": "Saint John Bosco's Day", "2024-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-11": "Bridge Public Holiday", "2024-10-12": "Respect for Cultural Diversity Day; Yom Kippur", "2024-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2024-11-06": "Bankers' Day", "2024-11-18": "National Sovereignty Day", "2024-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2024-12-08": "Immaculate Conception", "2024-12-24": "Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-03-24": "National Day of Remembrance for Truth and Justice", "2025-03-31": "Eid al-Fitr", "2025-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Pesach", "2025-04-20": "Pesach", "2025-04-24": "Day of Action for Tolerance and Respect among Peoples", "2025-05-01": "Labor Day", "2025-05-02": "Bridge Public Holiday", "2025-05-25": "May Revolution Day", "2025-06-10": "Eid al-Adha", "2025-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2025-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2025-06-26": "Islamic New Year", "2025-06-27": "State Worker's Day", "2025-07-09": "Independence Day", "2025-08-15": "Bridge Public Holiday", "2025-08-16": "Saint John Bosco's Day", "2025-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-12": "Respect for Cultural Diversity Day", "2025-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2025-11-06": "Bankers' Day", "2025-11-21": "Bridge Public Holiday", "2025-11-24": "National Sovereignty Day", "2025-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-24": "National Day of Remembrance for Truth and Justice", "2026-04-02": "Maundy Thursday; Pesach; Veteran's Day and the Fallen in the Malvinas War", "2026-04-03": "Good Friday; Pesach", "2026-04-08": "Pesach", "2026-04-09": "Pesach", "2026-04-24": "Day of Action for Tolerance and Respect among Peoples", "2026-05-01": "Labor Day", "2026-05-25": "May Revolution Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2026-06-16": "Islamic New Year (estimated)", "2026-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2026-06-27": "State Worker's Day", "2026-07-09": "Independence Day", "2026-08-16": "Saint John Bosco's Day", "2026-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-10-12": "Respect for Cultural Diversity Day", "2026-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2026-11-06": "Bankers' Day", "2026-11-23": "National Sovereignty Day", "2026-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-24": "National Day of Remembrance for Truth and Justice", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-24": "Day of Action for Tolerance and Respect among Peoples", "2027-04-28": "Pesach", "2027-04-29": "Pesach", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-25": "May Revolution Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2027-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2027-06-27": "State Worker's Day", "2027-07-09": "Independence Day", "2027-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn; Saint John Bosco's Day", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Respect for Cultural Diversity Day; Yom Kippur", "2027-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2027-11-06": "Bankers' Day", "2027-11-20": "National Sovereignty Day", "2027-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-03-24": "National Day of Remembrance for Truth and Justice", "2028-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Pesach", "2028-04-18": "Pesach", "2028-04-24": "Day of Action for Tolerance and Respect among Peoples", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated); May Revolution Day", "2028-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2028-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2028-06-27": "State Worker's Day", "2028-07-09": "Independence Day", "2028-08-16": "Saint John Bosco's Day", "2028-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-16": "Respect for Cultural Diversity Day", "2028-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2028-11-06": "Bankers' Day", "2028-11-20": "National Sovereignty Day", "2028-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-24": "National Day of Remembrance for Truth and Justice", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2029-04-06": "Pesach", "2029-04-07": "Pesach", "2029-04-24": "Day of Action for Tolerance and Respect among Peoples; Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "May Revolution Day", "2029-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2029-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2029-06-27": "State Worker's Day", "2029-07-09": "Independence Day", "2029-08-16": "Saint John Bosco's Day", "2029-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-10-15": "Respect for Cultural Diversity Day", "2029-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2029-11-06": "Bankers' Day", "2029-11-19": "National Sovereignty Day", "2029-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-03-24": "National Day of Remembrance for Truth and Justice", "2030-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday; Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2030-04-25": "Pesach", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "May Revolution Day", "2030-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2030-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2030-06-27": "State Worker's Day", "2030-07-09": "Independence Day", "2030-08-16": "Saint John Bosco's Day", "2030-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Respect for Cultural Diversity Day", "2030-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2030-11-06": "Bankers' Day", "2030-11-18": "National Sovereignty Day", "2030-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-03-24": "National Day of Remembrance for Truth and Justice", "2031-04-02": "Eid al-Adha (estimated); Veteran's Day and the Fallen in the Malvinas War", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Pesach", "2031-04-15": "Pesach", "2031-04-23": "Islamic New Year (estimated)", "2031-04-24": "Day of Action for Tolerance and Respect among Peoples", "2031-05-01": "Labor Day", "2031-05-25": "May Revolution Day", "2031-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2031-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2031-06-27": "State Worker's Day", "2031-07-09": "Independence Day", "2031-08-16": "Saint John Bosco's Day", "2031-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-12": "Respect for Cultural Diversity Day", "2031-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2031-11-06": "Bankers' Day", "2031-11-24": "National Sovereignty Day", "2031-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-24": "National Day of Remembrance for Truth and Justice", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2032-04-03": "Pesach", "2032-04-11": "Islamic New Year (estimated)", "2032-04-24": "Day of Action for Tolerance and Respect among Peoples", "2032-05-01": "Labor Day", "2032-05-25": "May Revolution Day", "2032-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2032-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2032-06-27": "State Worker's Day", "2032-07-09": "Independence Day", "2032-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn; Saint John Bosco's Day", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-10-11": "Respect for Cultural Diversity Day", "2032-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2032-11-06": "Bankers' Day", "2032-11-20": "National Sovereignty Day", "2032-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-24": "National Day of Remembrance for Truth and Justice", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2033-04-14": "Maundy Thursday; Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-20": "Pesach", "2033-04-21": "Pesach", "2033-04-24": "Day of Action for Tolerance and Respect among Peoples", "2033-05-01": "Labor Day", "2033-05-25": "May Revolution Day", "2033-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2033-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2033-06-27": "State Worker's Day", "2033-07-09": "Independence Day", "2033-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2033-08-16": "Saint John Bosco's Day", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-10": "Respect for Cultural Diversity Day", "2033-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2033-11-06": "Bankers' Day", "2033-11-20": "National Sovereignty Day", "2033-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-24": "National Day of Remembrance for Truth and Justice", "2034-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Pesach", "2034-04-11": "Pesach", "2034-04-24": "Day of Action for Tolerance and Respect among Peoples", "2034-05-01": "Labor Day", "2034-05-25": "May Revolution Day", "2034-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2034-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2034-06-27": "State Worker's Day", "2034-07-09": "Independence Day", "2034-08-16": "Saint John Bosco's Day", "2034-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-10-16": "Respect for Cultural Diversity Day", "2034-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2034-11-06": "Bankers' Day", "2034-11-20": "National Sovereignty Day", "2034-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "National Day of Remembrance for Truth and Justice", "2035-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2035-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2035-04-25": "Pesach", "2035-04-30": "Pesach", "2035-05-01": "Labor Day; Pesach", "2035-05-25": "May Revolution Day", "2035-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2035-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2035-06-27": "State Worker's Day", "2035-07-09": "Independence Day", "2035-08-16": "Saint John Bosco's Day", "2035-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-15": "Respect for Cultural Diversity Day", "2035-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2035-11-06": "Bankers' Day", "2035-11-19": "National Sovereignty Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-02-28": "Islamic New Year (estimated)", "2036-03-24": "National Day of Remembrance for Truth and Justice", "2036-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-18": "Pesach", "2036-04-19": "Pesach", "2036-04-24": "Day of Action for Tolerance and Respect among Peoples", "2036-05-01": "Labor Day", "2036-05-25": "May Revolution Day", "2036-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2036-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2036-06-27": "State Worker's Day", "2036-07-09": "Independence Day", "2036-08-16": "Saint John Bosco's Day", "2036-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-12": "Respect for Cultural Diversity Day", "2036-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2036-11-06": "Bankers' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-24": "National Sovereignty Day", "2036-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-16": "Carnival Monday; Islamic New Year (estimated)", "2037-02-17": "Carnival Tuesday", "2037-03-24": "National Day of Remembrance for Truth and Justice", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2037-04-03": "Good Friday", "2037-04-06": "Pesach", "2037-04-07": "Pesach", "2037-04-24": "Day of Action for Tolerance and Respect among Peoples", "2037-05-01": "Labor Day", "2037-05-25": "May Revolution Day", "2037-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2037-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2037-06-27": "State Worker's Day", "2037-07-09": "Independence Day", "2037-08-16": "Saint John Bosco's Day", "2037-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-10-12": "Respect for Cultural Diversity Day", "2037-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2037-11-06": "Bankers' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-23": "National Sovereignty Day", "2037-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-03-24": "National Day of Remembrance for Truth and Justice", "2038-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Day of Action for Tolerance and Respect among Peoples", "2038-04-26": "Pesach", "2038-04-27": "Pesach", "2038-05-01": "Labor Day", "2038-05-25": "May Revolution Day", "2038-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2038-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2038-06-27": "State Worker's Day", "2038-07-09": "Independence Day", "2038-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn; Saint John Bosco's Day", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-11": "Respect for Cultural Diversity Day", "2038-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-06": "Bankers' Day", "2038-11-20": "National Sovereignty Day", "2038-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-03-24": "National Day of Remembrance for Truth and Justice", "2039-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-15": "Pesach", "2039-04-16": "Pesach", "2039-04-24": "Day of Action for Tolerance and Respect among Peoples", "2039-05-01": "Labor Day", "2039-05-25": "May Revolution Day", "2039-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2039-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2039-06-27": "State Worker's Day", "2039-07-09": "Independence Day", "2039-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2039-08-16": "Saint John Bosco's Day", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-10": "Respect for Cultural Diversity Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2039-11-06": "Bankers' Day", "2039-11-20": "National Sovereignty Day", "2039-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-24": "National Day of Remembrance for Truth and Justice", "2040-03-29": "Maundy Thursday; Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2040-04-04": "Pesach", "2040-04-05": "Pesach", "2040-04-24": "Day of Action for Tolerance and Respect among Peoples", "2040-05-01": "Labor Day", "2040-05-25": "May Revolution Day", "2040-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2040-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2040-06-27": "State Worker's Day", "2040-07-09": "Independence Day", "2040-08-16": "Saint John Bosco's Day", "2040-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-15": "Respect for Cultural Diversity Day", "2040-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2040-11-06": "Bankers' Day", "2040-11-19": "National Sovereignty Day", "2040-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-03-24": "National Day of Remembrance for Truth and Justice", "2041-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Pesach", "2041-04-23": "Pesach", "2041-04-24": "Day of Action for Tolerance and Respect among Peoples", "2041-05-01": "Labor Day", "2041-05-25": "May Revolution Day", "2041-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2041-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2041-06-27": "State Worker's Day", "2041-07-09": "Independence Day", "2041-08-16": "Saint John Bosco's Day", "2041-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2041-09-26": "Eid al-Fitr (estimated); Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-12": "Respect for Cultural Diversity Day", "2041-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2041-11-06": "Bankers' Day", "2041-11-18": "National Sovereignty Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2041-12-08": "Immaculate Conception", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-03-24": "National Day of Remembrance for Truth and Justice", "2042-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-11": "Pesach", "2042-04-12": "Pesach", "2042-04-24": "Day of Action for Tolerance and Respect among Peoples", "2042-05-01": "Labor Day", "2042-05-25": "May Revolution Day", "2042-06-16": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2042-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2042-06-27": "State Worker's Day", "2042-07-09": "Independence Day", "2042-08-16": "Saint John Bosco's Day", "2042-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2042-09-15": "Eid al-Fitr (estimated); Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-10-12": "Respect for Cultural Diversity Day", "2042-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2042-11-06": "Bankers' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "National Sovereignty Day", "2042-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2042-12-08": "Immaculate Conception", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-24": "National Day of Remembrance for Truth and Justice", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2043-04-24": "Day of Action for Tolerance and Respect among Peoples", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Labor Day; Pesach", "2043-05-02": "Pesach", "2043-05-25": "May Revolution Day", "2043-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2043-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2043-06-27": "State Worker's Day", "2043-07-09": "Independence Day", "2043-08-16": "Saint John Bosco's Day", "2043-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-12": "Respect for Cultural Diversity Day", "2043-10-14": "Yom Kippur", "2043-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2043-11-06": "Bankers' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-23": "National Sovereignty Day", "2043-12-03": "Islamic New Year (estimated)", "2043-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-03-24": "National Day of Remembrance for Truth and Justice", "2044-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Pesach", "2044-04-19": "Pesach", "2044-04-24": "Day of Action for Tolerance and Respect among Peoples", "2044-05-01": "Labor Day", "2044-05-25": "May Revolution Day", "2044-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2044-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2044-06-27": "State Worker's Day", "2044-07-09": "Independence Day", "2044-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2044-08-16": "Saint John Bosco's Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-10": "Respect for Cultural Diversity Day", "2044-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-06": "Bankers' Day", "2044-11-20": "National Sovereignty Day", "2044-11-21": "Islamic New Year (estimated)", "2044-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-03-24": "National Day of Remembrance for Truth and Justice", "2045-04-02": "Pesach; Veteran's Day and the Fallen in the Malvinas War", "2045-04-03": "Pesach", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Pesach", "2045-04-09": "Pesach", "2045-04-24": "Day of Action for Tolerance and Respect among Peoples", "2045-05-01": "Labor Day", "2045-05-25": "May Revolution Day", "2045-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2045-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2045-06-27": "State Worker's Day", "2045-07-09": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-16": "Saint John Bosco's Day", "2045-08-21": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-10-16": "Respect for Cultural Diversity Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2045-11-06": "Bankers' Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Sovereignty Day", "2045-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "National Day of Remembrance for Truth and Justice", "2046-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-24": "Day of Action for Tolerance and Respect among Peoples", "2046-04-27": "Pesach", "2046-04-28": "Pesach", "2046-05-01": "Labor Day", "2046-05-25": "May Revolution Day", "2046-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2046-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2046-06-27": "State Worker's Day", "2046-07-09": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-16": "Saint John Bosco's Day", "2046-08-20": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-15": "Respect for Cultural Diversity Day", "2046-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Bankers' Day", "2046-11-19": "National Sovereignty Day", "2046-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-03-24": "National Day of Remembrance for Truth and Justice", "2047-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2047-04-11": "Maundy Thursday; Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-17": "Pesach", "2047-04-18": "Pesach", "2047-04-24": "Day of Action for Tolerance and Respect among Peoples", "2047-05-01": "Labor Day", "2047-05-25": "May Revolution Day", "2047-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2047-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2047-06-27": "State Worker's Day", "2047-07-09": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-16": "Saint John Bosco's Day", "2047-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-12": "Respect for Cultural Diversity Day", "2047-10-20": "Islamic New Year (estimated)", "2047-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2047-11-06": "Bankers' Day", "2047-11-18": "National Sovereignty Day", "2047-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-03-24": "National Day of Remembrance for Truth and Justice", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-02": "Maundy Thursday; Veteran's Day and the Fallen in the Malvinas War", "2048-04-03": "Good Friday", "2048-04-04": "Pesach", "2048-04-05": "Pesach", "2048-04-24": "Day of Action for Tolerance and Respect among Peoples", "2048-05-01": "Labor Day", "2048-05-25": "May Revolution Day", "2048-06-15": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2048-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2048-06-27": "State Worker's Day", "2048-07-09": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-16": "Saint John Bosco's Day", "2048-08-17": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-12": "Respect for Cultural Diversity Day", "2048-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2048-11-06": "Bankers' Day", "2048-11-23": "National Sovereignty Day", "2048-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-03-24": "National Day of Remembrance for Truth and Justice", "2049-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-23": "Pesach", "2049-04-24": "Day of Action for Tolerance and Respect among Peoples; Pesach", "2049-05-01": "Labor Day", "2049-05-25": "May Revolution Day", "2049-06-20": "Pass to the Immortality of General Don Manuel Belgrano", "2049-06-21": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2049-06-27": "State Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-09": "Independence Day", "2049-08-16": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn; Saint John Bosco's Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Islamic New Year (estimated); Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Respect for Cultural Diversity Day", "2049-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2049-11-06": "Bankers' Day", "2049-11-20": "National Sovereignty Day", "2049-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-03-24": "National Day of Remembrance for Truth and Justice", "2050-04-02": "Veteran's Day and the Fallen in the Malvinas War", "2050-04-07": "Maundy Thursday; Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-13": "Pesach", "2050-04-14": "Pesach", "2050-04-24": "Day of Action for Tolerance and Respect among Peoples", "2050-05-01": "Labor Day", "2050-05-25": "May Revolution Day", "2050-06-17": "Pass to the Immortality of General Don Mart\u00edn Miguel de G\u00fcemes", "2050-06-20": "Eid al-Fitr (estimated); Pass to the Immortality of General Don Manuel Belgrano", "2050-06-27": "State Worker's Day", "2050-07-09": "Independence Day", "2050-08-15": "Pass to the Immortality of General Don Jos\u00e9 de San Mart\u00edn", "2050-08-16": "Saint John Bosco's Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated); Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-10": "Respect for Cultural Diversity Day", "2050-10-27": "Anniversary of the Death of N\u00e9stor Carlos Kirchner", "2050-11-06": "Bankers' Day", "2050-11-20": "National Sovereignty Day", "2050-12-07": "Commemoration of the workers shot in the Patagonian Strikes", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/AS_COMMON.json000066400000000000000000002124041500152103600215540ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-17": "American Samoa Flag Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-08": "White Sunday", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-04-17": "American Samoa Flag Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-14": "White Sunday", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-17": "American Samoa Flag Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day; White Sunday", "1952-10-31": "Halloween", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-17": "American Samoa Flag Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-11": "White Sunday", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "American Samoa Flag Day (observed)", "1954-04-17": "American Samoa Flag Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-10": "White Sunday", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-17": "American Samoa Flag Day", "1955-04-18": "American Samoa Flag Day (observed)", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-09": "White Sunday", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-04-17": "American Samoa Flag Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-14": "White Sunday", "1956-10-31": "Halloween", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-17": "American Samoa Flag Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-13": "White Sunday", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-17": "American Samoa Flag Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day; White Sunday", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-04-17": "American Samoa Flag Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-11": "White Sunday", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-17": "American Samoa Flag Day", "1960-04-18": "American Samoa Flag Day (observed)", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-09": "White Sunday", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-04-17": "American Samoa Flag Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-08": "White Sunday", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-17": "American Samoa Flag Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-14": "White Sunday", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-17": "American Samoa Flag Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-13": "White Sunday", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-04-17": "American Samoa Flag Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-11": "White Sunday", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "American Samoa Flag Day (observed)", "1965-04-17": "American Samoa Flag Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-10": "White Sunday", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-17": "American Samoa Flag Day", "1966-04-18": "American Samoa Flag Day (observed)", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-09": "White Sunday", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-04-17": "American Samoa Flag Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-08": "White Sunday", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-17": "American Samoa Flag Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-13": "White Sunday", "1968-10-31": "Halloween", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-17": "American Samoa Flag Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day; White Sunday", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-04-17": "American Samoa Flag Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-11": "White Sunday", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-16": "American Samoa Flag Day (observed)", "1971-04-17": "American Samoa Flag Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-10": "White Sunday", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-04-17": "American Samoa Flag Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-08": "White Sunday", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-17": "American Samoa Flag Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-14": "White Sunday", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-17": "American Samoa Flag Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-13": "White Sunday", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-04-17": "American Samoa Flag Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-12": "White Sunday", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "American Samoa Flag Day (observed)", "1976-04-17": "American Samoa Flag Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-10": "White Sunday", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-17": "American Samoa Flag Day", "1977-04-18": "American Samoa Flag Day (observed)", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-09": "White Sunday", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-04-17": "American Samoa Flag Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-08": "White Sunday", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-17": "American Samoa Flag Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-14": "White Sunday", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-17": "American Samoa Flag Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-12": "White Sunday", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "American Samoa Flag Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-11": "White Sunday", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-16": "American Samoa Flag Day (observed)", "1982-04-17": "American Samoa Flag Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-10": "White Sunday", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-17": "American Samoa Flag Day", "1983-04-18": "American Samoa Flag Day (observed)", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-07-15": "Manu'a Islands Cession Day (observed)", "1983-07-16": "Manu'a Islands Cession Day", "1983-09-05": "Labor Day", "1983-10-09": "White Sunday", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-17": "American Samoa Flag Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-07-16": "Manu'a Islands Cession Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-14": "White Sunday", "1984-10-31": "Halloween", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-17": "American Samoa Flag Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-07-16": "Manu'a Islands Cession Day", "1985-09-02": "Labor Day", "1985-10-13": "White Sunday", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-04-17": "American Samoa Flag Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-07-16": "Manu'a Islands Cession Day", "1986-09-01": "Labor Day", "1986-10-12": "White Sunday", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "American Samoa Flag Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-07-16": "Manu'a Islands Cession Day", "1987-09-07": "Labor Day", "1987-10-11": "White Sunday", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-17": "American Samoa Flag Day", "1988-04-18": "American Samoa Flag Day (observed)", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-07-15": "Manu'a Islands Cession Day (observed)", "1988-07-16": "Manu'a Islands Cession Day", "1988-09-05": "Labor Day", "1988-10-09": "White Sunday", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-04-17": "American Samoa Flag Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-07-16": "Manu'a Islands Cession Day", "1989-07-17": "Manu'a Islands Cession Day (observed)", "1989-09-04": "Labor Day", "1989-10-08": "White Sunday", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-17": "American Samoa Flag Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-07-16": "Manu'a Islands Cession Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-14": "White Sunday", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-04-17": "American Samoa Flag Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-07-16": "Manu'a Islands Cession Day", "1991-09-02": "Labor Day", "1991-10-13": "White Sunday", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "American Samoa Flag Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-07-16": "Manu'a Islands Cession Day", "1992-09-07": "Labor Day", "1992-10-11": "White Sunday", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-16": "American Samoa Flag Day (observed)", "1993-04-17": "American Samoa Flag Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-07-16": "Manu'a Islands Cession Day", "1993-09-06": "Labor Day", "1993-10-10": "White Sunday", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-17": "American Samoa Flag Day", "1994-04-18": "American Samoa Flag Day (observed)", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-07-15": "Manu'a Islands Cession Day (observed)", "1994-07-16": "Manu'a Islands Cession Day", "1994-09-05": "Labor Day", "1994-10-09": "White Sunday", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-17": "American Samoa Flag Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-07-16": "Manu'a Islands Cession Day", "1995-07-17": "Manu'a Islands Cession Day (observed)", "1995-09-04": "Labor Day", "1995-10-08": "White Sunday", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-17": "American Samoa Flag Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-07-16": "Manu'a Islands Cession Day", "1996-09-02": "Labor Day", "1996-10-13": "White Sunday", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-04-17": "American Samoa Flag Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-07-16": "Manu'a Islands Cession Day", "1997-09-01": "Labor Day", "1997-10-12": "White Sunday", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-17": "American Samoa Flag Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-07-16": "Manu'a Islands Cession Day", "1998-09-07": "Labor Day", "1998-10-11": "White Sunday", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-16": "American Samoa Flag Day (observed)", "1999-04-17": "American Samoa Flag Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-07-16": "Manu'a Islands Cession Day", "1999-09-06": "Labor Day", "1999-10-10": "White Sunday", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-17": "American Samoa Flag Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-07-16": "Manu'a Islands Cession Day", "2000-07-17": "Manu'a Islands Cession Day (observed)", "2000-09-04": "Labor Day", "2000-10-08": "White Sunday", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-17": "American Samoa Flag Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-07-16": "Manu'a Islands Cession Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-14": "White Sunday", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-04-17": "American Samoa Flag Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-07-16": "Manu'a Islands Cession Day", "2002-09-02": "Labor Day", "2002-10-13": "White Sunday", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-17": "American Samoa Flag Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-07-16": "Manu'a Islands Cession Day", "2003-09-01": "Labor Day", "2003-10-12": "White Sunday", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-16": "American Samoa Flag Day (observed)", "2004-04-17": "American Samoa Flag Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-07-16": "Manu'a Islands Cession Day", "2004-09-06": "Labor Day", "2004-10-10": "White Sunday", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-04-17": "American Samoa Flag Day", "2005-04-18": "American Samoa Flag Day (observed)", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-07-15": "Manu'a Islands Cession Day (observed)", "2005-07-16": "Manu'a Islands Cession Day", "2005-09-05": "Labor Day", "2005-10-09": "White Sunday", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-17": "American Samoa Flag Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-07-16": "Manu'a Islands Cession Day", "2006-07-17": "Manu'a Islands Cession Day (observed)", "2006-09-04": "Labor Day", "2006-10-08": "White Sunday", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-17": "American Samoa Flag Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-07-16": "Manu'a Islands Cession Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-14": "White Sunday", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-04-17": "American Samoa Flag Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-07-16": "Manu'a Islands Cession Day", "2008-09-01": "Labor Day", "2008-10-12": "White Sunday", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-17": "American Samoa Flag Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-07-16": "Manu'a Islands Cession Day", "2009-09-07": "Labor Day", "2009-10-11": "White Sunday", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-16": "American Samoa Flag Day (observed)", "2010-04-17": "American Samoa Flag Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-07-16": "Manu'a Islands Cession Day", "2010-09-06": "Labor Day", "2010-10-10": "White Sunday", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-17": "American Samoa Flag Day", "2011-04-18": "American Samoa Flag Day (observed)", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-07-15": "Manu'a Islands Cession Day (observed)", "2011-07-16": "Manu'a Islands Cession Day", "2011-09-05": "Labor Day", "2011-10-09": "White Sunday", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-17": "American Samoa Flag Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-07-16": "Manu'a Islands Cession Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-14": "White Sunday", "2012-10-31": "Halloween", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-04-17": "American Samoa Flag Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-07-16": "Manu'a Islands Cession Day", "2013-09-02": "Labor Day", "2013-10-13": "White Sunday", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-17": "American Samoa Flag Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-07-16": "Manu'a Islands Cession Day", "2014-09-01": "Labor Day", "2014-10-12": "White Sunday", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-17": "American Samoa Flag Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-07-16": "Manu'a Islands Cession Day", "2015-09-07": "Labor Day", "2015-10-11": "White Sunday", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-04-17": "American Samoa Flag Day", "2016-04-18": "American Samoa Flag Day (observed)", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-07-15": "Manu'a Islands Cession Day (observed)", "2016-07-16": "Manu'a Islands Cession Day", "2016-09-05": "Labor Day", "2016-10-09": "White Sunday", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-17": "American Samoa Flag Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-07-16": "Manu'a Islands Cession Day", "2017-07-17": "Manu'a Islands Cession Day (observed)", "2017-09-04": "Labor Day", "2017-10-08": "White Sunday", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-04-17": "American Samoa Flag Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-07-16": "Manu'a Islands Cession Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-14": "White Sunday", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-17": "American Samoa Flag Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-07-16": "Manu'a Islands Cession Day", "2019-09-02": "Labor Day", "2019-10-13": "White Sunday", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-17": "American Samoa Flag Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-07-16": "Manu'a Islands Cession Day", "2020-09-07": "Labor Day", "2020-10-11": "White Sunday", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-16": "American Samoa Flag Day (observed)", "2021-04-17": "American Samoa Flag Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-07-16": "Manu'a Islands Cession Day", "2021-09-06": "Labor Day", "2021-10-10": "White Sunday", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-17": "American Samoa Flag Day", "2022-04-18": "American Samoa Flag Day (observed)", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-07-15": "Manu'a Islands Cession Day (observed)", "2022-07-16": "Manu'a Islands Cession Day", "2022-09-05": "Labor Day", "2022-10-09": "White Sunday", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-17": "American Samoa Flag Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-07-16": "Manu'a Islands Cession Day", "2023-07-17": "Manu'a Islands Cession Day (observed)", "2023-09-04": "Labor Day", "2023-10-08": "White Sunday", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-04-17": "American Samoa Flag Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-07-16": "Manu'a Islands Cession Day", "2024-09-02": "Labor Day", "2024-10-13": "White Sunday", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-17": "American Samoa Flag Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-07-16": "Manu'a Islands Cession Day", "2025-09-01": "Labor Day", "2025-10-12": "White Sunday", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-17": "American Samoa Flag Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-07-16": "Manu'a Islands Cession Day", "2026-09-07": "Labor Day", "2026-10-11": "White Sunday", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-04-16": "American Samoa Flag Day (observed)", "2027-04-17": "American Samoa Flag Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-07-16": "Manu'a Islands Cession Day", "2027-09-06": "Labor Day", "2027-10-10": "White Sunday", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-17": "American Samoa Flag Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-07-16": "Manu'a Islands Cession Day", "2028-07-17": "Manu'a Islands Cession Day (observed)", "2028-09-04": "Labor Day", "2028-10-08": "White Sunday", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-04-17": "American Samoa Flag Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-07-16": "Manu'a Islands Cession Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-14": "White Sunday", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-17": "American Samoa Flag Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-07-16": "Manu'a Islands Cession Day", "2030-09-02": "Labor Day", "2030-10-13": "White Sunday", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-17": "American Samoa Flag Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-07-16": "Manu'a Islands Cession Day", "2031-09-01": "Labor Day", "2031-10-12": "White Sunday", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-04-16": "American Samoa Flag Day (observed)", "2032-04-17": "American Samoa Flag Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-07-16": "Manu'a Islands Cession Day", "2032-09-06": "Labor Day", "2032-10-10": "White Sunday", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-17": "American Samoa Flag Day", "2033-04-18": "American Samoa Flag Day (observed)", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-07-15": "Manu'a Islands Cession Day (observed)", "2033-07-16": "Manu'a Islands Cession Day", "2033-09-05": "Labor Day", "2033-10-09": "White Sunday", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-17": "American Samoa Flag Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-07-16": "Manu'a Islands Cession Day", "2034-07-17": "Manu'a Islands Cession Day (observed)", "2034-09-04": "Labor Day", "2034-10-08": "White Sunday", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-04-17": "American Samoa Flag Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-07-16": "Manu'a Islands Cession Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-14": "White Sunday", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-17": "American Samoa Flag Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-07-16": "Manu'a Islands Cession Day", "2036-09-01": "Labor Day", "2036-10-12": "White Sunday", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-17": "American Samoa Flag Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-07-16": "Manu'a Islands Cession Day", "2037-09-07": "Labor Day", "2037-10-11": "White Sunday", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-16": "American Samoa Flag Day (observed)", "2038-04-17": "American Samoa Flag Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-07-16": "Manu'a Islands Cession Day", "2038-09-06": "Labor Day", "2038-10-10": "White Sunday", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-17": "American Samoa Flag Day", "2039-04-18": "American Samoa Flag Day (observed)", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-07-15": "Manu'a Islands Cession Day (observed)", "2039-07-16": "Manu'a Islands Cession Day", "2039-09-05": "Labor Day", "2039-10-09": "White Sunday", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-04-17": "American Samoa Flag Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-07-16": "Manu'a Islands Cession Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-14": "White Sunday", "2040-10-31": "Halloween", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-17": "American Samoa Flag Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-07-16": "Manu'a Islands Cession Day", "2041-09-02": "Labor Day", "2041-10-13": "White Sunday", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-17": "American Samoa Flag Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-07-16": "Manu'a Islands Cession Day", "2042-09-01": "Labor Day", "2042-10-12": "White Sunday", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-04-17": "American Samoa Flag Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-07-16": "Manu'a Islands Cession Day", "2043-09-07": "Labor Day", "2043-10-11": "White Sunday", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-17": "American Samoa Flag Day", "2044-04-18": "American Samoa Flag Day (observed)", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-07-15": "Manu'a Islands Cession Day (observed)", "2044-07-16": "Manu'a Islands Cession Day", "2044-09-05": "Labor Day", "2044-10-09": "White Sunday", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-17": "American Samoa Flag Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-07-16": "Manu'a Islands Cession Day", "2045-07-17": "Manu'a Islands Cession Day (observed)", "2045-09-04": "Labor Day", "2045-10-08": "White Sunday", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-04-17": "American Samoa Flag Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-07-16": "Manu'a Islands Cession Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-14": "White Sunday", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-17": "American Samoa Flag Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-07-16": "Manu'a Islands Cession Day", "2047-09-02": "Labor Day", "2047-10-13": "White Sunday", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-17": "American Samoa Flag Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-07-16": "Manu'a Islands Cession Day", "2048-09-07": "Labor Day", "2048-10-11": "White Sunday", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "American Samoa Flag Day (observed)", "2049-04-17": "American Samoa Flag Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-07-16": "Manu'a Islands Cession Day", "2049-09-06": "Labor Day", "2049-10-10": "White Sunday", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-17": "American Samoa Flag Day", "2050-04-18": "American Samoa Flag Day (observed)", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-07-15": "Manu'a Islands Cession Day (observed)", "2050-07-16": "Manu'a Islands Cession Day", "2050-09-05": "Labor Day", "2050-10-09": "White Sunday", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/AT_1.json000066400000000000000000001663031500152103600207330ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Saint Martin's Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Saint Martin's Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Saint Martin's Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Saint Martin's Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Saint Martin's Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Saint Martin's Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Saint Martin's Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Saint Martin's Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Saint Martin's Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Saint Martin's Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Saint Martin's Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Saint Martin's Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Saint Martin's Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Saint Martin's Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Saint Martin's Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Saint Martin's Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Saint Martin's Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "Assumption Day", "1967-10-26": "National Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Saint Martin's Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-10-26": "National Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Saint Martin's Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-10-26": "National Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Saint Martin's Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "Assumption Day", "1970-10-26": "National Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Saint Martin's Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-10-26": "National Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Saint Martin's Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-10-26": "National Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Saint Martin's Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-26": "National Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Saint Martin's Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-10-26": "National Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Saint Martin's Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "Assumption Day", "1975-10-26": "National Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Saint Martin's Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-26": "National Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Saint Martin's Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-10-26": "National Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Saint Martin's Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "Assumption Day", "1978-10-26": "National Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Saint Martin's Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-26": "National Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Saint Martin's Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-10-26": "National Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Saint Martin's Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-26": "National Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Saint Martin's Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-10-26": "National Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Saint Martin's Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-10-26": "National Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Saint Martin's Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-26": "National Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Saint Martin's Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-10-26": "National Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Saint Martin's Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "Assumption Day", "1986-10-26": "National Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Saint Martin's Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-26": "National Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Saint Martin's Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-10-26": "National Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Saint Martin's Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "Assumption Day", "1989-10-26": "National Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Saint Martin's Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-26": "National Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Saint Martin's Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-10-26": "National Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Saint Martin's Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-26": "National Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Saint Martin's Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-26": "National Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Saint Martin's Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-26": "National Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Saint Martin's Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-26": "National Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Saint Martin's Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-26": "National Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Saint Martin's Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-10-26": "National Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Saint Martin's Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-26": "National Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Saint Martin's Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-26": "National Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Saint Martin's Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-26": "National Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Saint Martin's Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-26": "National Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Saint Martin's Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-10-26": "National Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Saint Martin's Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-26": "National Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Saint Martin's Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-26": "National Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Saint Martin's Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-10-26": "National Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Saint Martin's Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-26": "National Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Saint Martin's Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-26": "National Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Saint Martin's Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-10-26": "National Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Saint Martin's Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-26": "National Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Saint Martin's Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-10-26": "National Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Saint Martin's Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-26": "National Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Saint Martin's Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-26": "National Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Saint Martin's Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-10-26": "National Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Saint Martin's Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-10-26": "National Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Saint Martin's Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-26": "National Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Saint Martin's Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-10-26": "National Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Saint Martin's Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-26": "National Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Saint Martin's Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-10-26": "National Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Saint Martin's Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-26": "National Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Saint Martin's Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-26": "National Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Saint Martin's Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-10-26": "National Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Saint Martin's Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-26": "National Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Saint Martin's Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-26": "National Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Saint Martin's Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-10-26": "National Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Saint Martin's Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-26": "National Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Saint Martin's Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-26": "National Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Saint Martin's Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-10-26": "National Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Saint Martin's Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-26": "National Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Saint Martin's Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-26": "National Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Saint Martin's Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-26": "National Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Saint Martin's Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-26": "National Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Saint Martin's Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-10-26": "National Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Saint Martin's Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-26": "National Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Saint Martin's Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-26": "National Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Saint Martin's Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-10-26": "National Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Saint Martin's Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-26": "National Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Saint Martin's Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-26": "National Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Saint Martin's Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-26": "National Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Saint Martin's Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-26": "National Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Saint Martin's Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-26": "National Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Saint Martin's Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-26": "National Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Saint Martin's Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-26": "National Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Saint Martin's Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-10-26": "National Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Saint Martin's Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-26": "National Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Saint Martin's Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-26": "National Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Saint Martin's Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-10-26": "National Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Saint Martin's Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-26": "National Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Saint Martin's Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-26": "National Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Saint Martin's Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-26": "National Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Saint Martin's Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-26": "National Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Saint Martin's Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/AT_2.json000066400000000000000000001776631500152103600207470ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-03-19": "Saint Joseph's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-10-10": "1920 Carinthian plebiscite", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-19": "Saint Joseph's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "Assumption Day", "1951-10-10": "1920 Carinthian plebiscite", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-19": "Saint Joseph's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-10-10": "1920 Carinthian plebiscite", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-19": "Saint Joseph's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-10-10": "1920 Carinthian plebiscite", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-19": "Saint Joseph's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-10": "1920 Carinthian plebiscite", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-19": "Saint Joseph's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-10-10": "1920 Carinthian plebiscite", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Saint Joseph's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "Assumption Day", "1956-10-10": "1920 Carinthian plebiscite", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-19": "Saint Joseph's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-10": "1920 Carinthian plebiscite", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-19": "Saint Joseph's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-10-10": "1920 Carinthian plebiscite", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-19": "Saint Joseph's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "Assumption Day", "1959-10-10": "1920 Carinthian plebiscite", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-19": "Saint Joseph's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-10": "1920 Carinthian plebiscite", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-19": "Saint Joseph's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-10-10": "1920 Carinthian plebiscite", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-19": "Saint Joseph's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-10": "1920 Carinthian plebiscite", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-19": "Saint Joseph's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-10-10": "1920 Carinthian plebiscite", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-19": "Saint Joseph's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "Assumption Day", "1964-10-10": "1920 Carinthian plebiscite", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-19": "Saint Joseph's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-10": "1920 Carinthian plebiscite", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-19": "Saint Joseph's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-10-10": "1920 Carinthian plebiscite", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-19": "Saint Joseph's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "Assumption Day", "1967-10-10": "1920 Carinthian plebiscite", "1967-10-26": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-19": "Saint Joseph's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-10-10": "1920 Carinthian plebiscite", "1968-10-26": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-19": "Saint Joseph's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-10-10": "1920 Carinthian plebiscite", "1969-10-26": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-19": "Saint Joseph's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "Assumption Day", "1970-10-10": "1920 Carinthian plebiscite", "1970-10-26": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-19": "Saint Joseph's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-10-10": "1920 Carinthian plebiscite", "1971-10-26": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-19": "Saint Joseph's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-10-10": "1920 Carinthian plebiscite", "1972-10-26": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-19": "Saint Joseph's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-10": "1920 Carinthian plebiscite", "1973-10-26": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-19": "Saint Joseph's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-10-10": "1920 Carinthian plebiscite", "1974-10-26": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-19": "Saint Joseph's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "Assumption Day", "1975-10-10": "1920 Carinthian plebiscite", "1975-10-26": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-19": "Saint Joseph's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-10": "1920 Carinthian plebiscite", "1976-10-26": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-19": "Saint Joseph's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-10-10": "1920 Carinthian plebiscite", "1977-10-26": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-19": "Saint Joseph's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "Assumption Day", "1978-10-10": "1920 Carinthian plebiscite", "1978-10-26": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-19": "Saint Joseph's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-10": "1920 Carinthian plebiscite", "1979-10-26": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-19": "Saint Joseph's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-10-10": "1920 Carinthian plebiscite", "1980-10-26": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-19": "Saint Joseph's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-10": "1920 Carinthian plebiscite", "1981-10-26": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-19": "Saint Joseph's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-10-10": "1920 Carinthian plebiscite", "1982-10-26": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-19": "Saint Joseph's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-10-10": "1920 Carinthian plebiscite", "1983-10-26": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-19": "Saint Joseph's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-10": "1920 Carinthian plebiscite", "1984-10-26": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-03-19": "Saint Joseph's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-10-10": "1920 Carinthian plebiscite", "1985-10-26": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-19": "Saint Joseph's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "Assumption Day", "1986-10-10": "1920 Carinthian plebiscite", "1986-10-26": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-19": "Saint Joseph's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-10": "1920 Carinthian plebiscite", "1987-10-26": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-19": "Saint Joseph's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-10-10": "1920 Carinthian plebiscite", "1988-10-26": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-19": "Saint Joseph's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "Assumption Day", "1989-10-10": "1920 Carinthian plebiscite", "1989-10-26": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-03-19": "Saint Joseph's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-10": "1920 Carinthian plebiscite", "1990-10-26": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-19": "Saint Joseph's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-10-10": "1920 Carinthian plebiscite", "1991-10-26": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-19": "Saint Joseph's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-10": "1920 Carinthian plebiscite", "1992-10-26": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-19": "Saint Joseph's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-10": "1920 Carinthian plebiscite", "1993-10-26": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-19": "Saint Joseph's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-10": "1920 Carinthian plebiscite", "1994-10-26": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-19": "Saint Joseph's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-10": "1920 Carinthian plebiscite", "1995-10-26": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-03-19": "Saint Joseph's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-10": "1920 Carinthian plebiscite", "1996-10-26": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-19": "Saint Joseph's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-10-10": "1920 Carinthian plebiscite", "1997-10-26": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-19": "Saint Joseph's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-10": "1920 Carinthian plebiscite", "1998-10-26": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-19": "Saint Joseph's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-10": "1920 Carinthian plebiscite", "1999-10-26": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-19": "Saint Joseph's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-10": "1920 Carinthian plebiscite", "2000-10-26": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-03-19": "Saint Joseph's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-10": "1920 Carinthian plebiscite", "2001-10-26": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-19": "Saint Joseph's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-10-10": "1920 Carinthian plebiscite", "2002-10-26": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-10": "1920 Carinthian plebiscite", "2003-10-26": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-10": "1920 Carinthian plebiscite", "2004-10-26": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-10-10": "1920 Carinthian plebiscite", "2005-10-26": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-10": "1920 Carinthian plebiscite", "2006-10-26": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-10": "1920 Carinthian plebiscite", "2007-10-26": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-10-10": "1920 Carinthian plebiscite", "2008-10-26": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-10": "1920 Carinthian plebiscite", "2009-10-26": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-10-10": "1920 Carinthian plebiscite", "2010-10-26": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-10": "1920 Carinthian plebiscite", "2011-10-26": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-10": "1920 Carinthian plebiscite", "2012-10-26": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-10-10": "1920 Carinthian plebiscite", "2013-10-26": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-10-10": "1920 Carinthian plebiscite", "2014-10-26": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-10": "1920 Carinthian plebiscite", "2015-10-26": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-10-10": "1920 Carinthian plebiscite", "2016-10-26": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-03-19": "Saint Joseph's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-10": "1920 Carinthian plebiscite", "2017-10-26": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-10-10": "1920 Carinthian plebiscite", "2018-10-26": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-10": "1920 Carinthian plebiscite", "2019-10-26": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-10": "1920 Carinthian plebiscite", "2020-10-26": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-10-10": "1920 Carinthian plebiscite", "2021-10-26": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-19": "Saint Joseph's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-10": "1920 Carinthian plebiscite", "2022-10-26": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-03-19": "Saint Joseph's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-10": "1920 Carinthian plebiscite", "2023-10-26": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-10-10": "1920 Carinthian plebiscite", "2024-10-26": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-10": "1920 Carinthian plebiscite", "2025-10-26": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-03-19": "Saint Joseph's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-10": "1920 Carinthian plebiscite", "2026-10-26": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-19": "Saint Joseph's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-10-10": "1920 Carinthian plebiscite", "2027-10-26": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-03-19": "Saint Joseph's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-10": "1920 Carinthian plebiscite", "2028-10-26": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-19": "Saint Joseph's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-10": "1920 Carinthian plebiscite", "2029-10-26": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-19": "Saint Joseph's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-10": "1920 Carinthian plebiscite", "2030-10-26": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-03-19": "Saint Joseph's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-10": "1920 Carinthian plebiscite", "2031-10-26": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-19": "Saint Joseph's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-10-10": "1920 Carinthian plebiscite", "2032-10-26": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-19": "Saint Joseph's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-10": "1920 Carinthian plebiscite", "2033-10-26": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-03-19": "Saint Joseph's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-10": "1920 Carinthian plebiscite", "2034-10-26": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-10-10": "1920 Carinthian plebiscite", "2035-10-26": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-03-19": "Saint Joseph's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-10": "1920 Carinthian plebiscite", "2036-10-26": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-03-19": "Saint Joseph's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-10": "1920 Carinthian plebiscite", "2037-10-26": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-19": "Saint Joseph's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-10": "1920 Carinthian plebiscite", "2038-10-26": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-03-19": "Saint Joseph's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-10": "1920 Carinthian plebiscite", "2039-10-26": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-19": "Saint Joseph's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-10": "1920 Carinthian plebiscite", "2040-10-26": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-19": "Saint Joseph's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-10": "1920 Carinthian plebiscite", "2041-10-26": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-03-19": "Saint Joseph's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-10": "1920 Carinthian plebiscite", "2042-10-26": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-19": "Saint Joseph's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-10-10": "1920 Carinthian plebiscite", "2043-10-26": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-19": "Saint Joseph's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-10": "1920 Carinthian plebiscite", "2044-10-26": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-03-19": "Saint Joseph's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-10": "1920 Carinthian plebiscite", "2045-10-26": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-10-10": "1920 Carinthian plebiscite", "2046-10-26": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-03-19": "Saint Joseph's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-10": "1920 Carinthian plebiscite", "2047-10-26": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-03-19": "Saint Joseph's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-10": "1920 Carinthian plebiscite", "2048-10-26": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-19": "Saint Joseph's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-10": "1920 Carinthian plebiscite", "2049-10-26": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-03-19": "Saint Joseph's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-10": "1920 Carinthian plebiscite", "2050-10-26": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/AT_3.json000066400000000000000000001664501500152103600207400ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-15": "Saint Leopold's Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-15": "Saint Leopold's Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-15": "Saint Leopold's Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-15": "Saint Leopold's Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-15": "Saint Leopold's Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-15": "Saint Leopold's Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-15": "Saint Leopold's Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-15": "Saint Leopold's Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-15": "Saint Leopold's Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-15": "Saint Leopold's Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-15": "Saint Leopold's Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-15": "Saint Leopold's Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-15": "Saint Leopold's Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-15": "Saint Leopold's Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-15": "Saint Leopold's Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-15": "Saint Leopold's Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-15": "Saint Leopold's Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "Assumption Day", "1967-10-26": "National Day", "1967-11-01": "All Saints' Day", "1967-11-15": "Saint Leopold's Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-10-26": "National Day", "1968-11-01": "All Saints' Day", "1968-11-15": "Saint Leopold's Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-10-26": "National Day", "1969-11-01": "All Saints' Day", "1969-11-15": "Saint Leopold's Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "Assumption Day", "1970-10-26": "National Day", "1970-11-01": "All Saints' Day", "1970-11-15": "Saint Leopold's Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-10-26": "National Day", "1971-11-01": "All Saints' Day", "1971-11-15": "Saint Leopold's Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-10-26": "National Day", "1972-11-01": "All Saints' Day", "1972-11-15": "Saint Leopold's Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-26": "National Day", "1973-11-01": "All Saints' Day", "1973-11-15": "Saint Leopold's Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-10-26": "National Day", "1974-11-01": "All Saints' Day", "1974-11-15": "Saint Leopold's Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "Assumption Day", "1975-10-26": "National Day", "1975-11-01": "All Saints' Day", "1975-11-15": "Saint Leopold's Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-26": "National Day", "1976-11-01": "All Saints' Day", "1976-11-15": "Saint Leopold's Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-10-26": "National Day", "1977-11-01": "All Saints' Day", "1977-11-15": "Saint Leopold's Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "Assumption Day", "1978-10-26": "National Day", "1978-11-01": "All Saints' Day", "1978-11-15": "Saint Leopold's Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-26": "National Day", "1979-11-01": "All Saints' Day", "1979-11-15": "Saint Leopold's Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-10-26": "National Day", "1980-11-01": "All Saints' Day", "1980-11-15": "Saint Leopold's Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-26": "National Day", "1981-11-01": "All Saints' Day", "1981-11-15": "Saint Leopold's Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-10-26": "National Day", "1982-11-01": "All Saints' Day", "1982-11-15": "Saint Leopold's Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-10-26": "National Day", "1983-11-01": "All Saints' Day", "1983-11-15": "Saint Leopold's Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-26": "National Day", "1984-11-01": "All Saints' Day", "1984-11-15": "Saint Leopold's Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-10-26": "National Day", "1985-11-01": "All Saints' Day", "1985-11-15": "Saint Leopold's Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "Assumption Day", "1986-10-26": "National Day", "1986-11-01": "All Saints' Day", "1986-11-15": "Saint Leopold's Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-26": "National Day", "1987-11-01": "All Saints' Day", "1987-11-15": "Saint Leopold's Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-10-26": "National Day", "1988-11-01": "All Saints' Day", "1988-11-15": "Saint Leopold's Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "Assumption Day", "1989-10-26": "National Day", "1989-11-01": "All Saints' Day", "1989-11-15": "Saint Leopold's Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-26": "National Day", "1990-11-01": "All Saints' Day", "1990-11-15": "Saint Leopold's Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-10-26": "National Day", "1991-11-01": "All Saints' Day", "1991-11-15": "Saint Leopold's Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-26": "National Day", "1992-11-01": "All Saints' Day", "1992-11-15": "Saint Leopold's Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-26": "National Day", "1993-11-01": "All Saints' Day", "1993-11-15": "Saint Leopold's Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-26": "National Day", "1994-11-01": "All Saints' Day", "1994-11-15": "Saint Leopold's Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-26": "National Day", "1995-11-01": "All Saints' Day", "1995-11-15": "Saint Leopold's Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-26": "National Day", "1996-11-01": "All Saints' Day", "1996-11-15": "Saint Leopold's Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-10-26": "National Day", "1997-11-01": "All Saints' Day", "1997-11-15": "Saint Leopold's Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-26": "National Day", "1998-11-01": "All Saints' Day", "1998-11-15": "Saint Leopold's Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-26": "National Day", "1999-11-01": "All Saints' Day", "1999-11-15": "Saint Leopold's Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-26": "National Day", "2000-11-01": "All Saints' Day", "2000-11-15": "Saint Leopold's Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-26": "National Day", "2001-11-01": "All Saints' Day", "2001-11-15": "Saint Leopold's Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-10-26": "National Day", "2002-11-01": "All Saints' Day", "2002-11-15": "Saint Leopold's Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-26": "National Day", "2003-11-01": "All Saints' Day", "2003-11-15": "Saint Leopold's Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-26": "National Day", "2004-11-01": "All Saints' Day", "2004-11-15": "Saint Leopold's Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-10-26": "National Day", "2005-11-01": "All Saints' Day", "2005-11-15": "Saint Leopold's Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-26": "National Day", "2006-11-01": "All Saints' Day", "2006-11-15": "Saint Leopold's Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-26": "National Day", "2007-11-01": "All Saints' Day", "2007-11-15": "Saint Leopold's Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-10-26": "National Day", "2008-11-01": "All Saints' Day", "2008-11-15": "Saint Leopold's Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-26": "National Day", "2009-11-01": "All Saints' Day", "2009-11-15": "Saint Leopold's Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-10-26": "National Day", "2010-11-01": "All Saints' Day", "2010-11-15": "Saint Leopold's Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-26": "National Day", "2011-11-01": "All Saints' Day", "2011-11-15": "Saint Leopold's Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-26": "National Day", "2012-11-01": "All Saints' Day", "2012-11-15": "Saint Leopold's Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-10-26": "National Day", "2013-11-01": "All Saints' Day", "2013-11-15": "Saint Leopold's Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-10-26": "National Day", "2014-11-01": "All Saints' Day", "2014-11-15": "Saint Leopold's Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-26": "National Day", "2015-11-01": "All Saints' Day", "2015-11-15": "Saint Leopold's Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-10-26": "National Day", "2016-11-01": "All Saints' Day", "2016-11-15": "Saint Leopold's Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-26": "National Day", "2017-11-01": "All Saints' Day", "2017-11-15": "Saint Leopold's Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-10-26": "National Day", "2018-11-01": "All Saints' Day", "2018-11-15": "Saint Leopold's Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-26": "National Day", "2019-11-01": "All Saints' Day", "2019-11-15": "Saint Leopold's Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-26": "National Day", "2020-11-01": "All Saints' Day", "2020-11-15": "Saint Leopold's Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-10-26": "National Day", "2021-11-01": "All Saints' Day", "2021-11-15": "Saint Leopold's Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-26": "National Day", "2022-11-01": "All Saints' Day", "2022-11-15": "Saint Leopold's Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-26": "National Day", "2023-11-01": "All Saints' Day", "2023-11-15": "Saint Leopold's Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-10-26": "National Day", "2024-11-01": "All Saints' Day", "2024-11-15": "Saint Leopold's Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-26": "National Day", "2025-11-01": "All Saints' Day", "2025-11-15": "Saint Leopold's Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-26": "National Day", "2026-11-01": "All Saints' Day", "2026-11-15": "Saint Leopold's Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-10-26": "National Day", "2027-11-01": "All Saints' Day", "2027-11-15": "Saint Leopold's Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-26": "National Day", "2028-11-01": "All Saints' Day", "2028-11-15": "Saint Leopold's Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-26": "National Day", "2029-11-01": "All Saints' Day", "2029-11-15": "Saint Leopold's Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-26": "National Day", "2030-11-01": "All Saints' Day", "2030-11-15": "Saint Leopold's Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-26": "National Day", "2031-11-01": "All Saints' Day", "2031-11-15": "Saint Leopold's Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-10-26": "National Day", "2032-11-01": "All Saints' Day", "2032-11-15": "Saint Leopold's Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-26": "National Day", "2033-11-01": "All Saints' Day", "2033-11-15": "Saint Leopold's Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-26": "National Day", "2034-11-01": "All Saints' Day", "2034-11-15": "Saint Leopold's Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-10-26": "National Day", "2035-11-01": "All Saints' Day", "2035-11-15": "Saint Leopold's Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-26": "National Day", "2036-11-01": "All Saints' Day", "2036-11-15": "Saint Leopold's Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-26": "National Day", "2037-11-01": "All Saints' Day", "2037-11-15": "Saint Leopold's Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-26": "National Day", "2038-11-01": "All Saints' Day", "2038-11-15": "Saint Leopold's Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-26": "National Day", "2039-11-01": "All Saints' Day", "2039-11-15": "Saint Leopold's Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-26": "National Day", "2040-11-01": "All Saints' Day", "2040-11-15": "Saint Leopold's Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-26": "National Day", "2041-11-01": "All Saints' Day", "2041-11-15": "Saint Leopold's Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-26": "National Day", "2042-11-01": "All Saints' Day", "2042-11-15": "Saint Leopold's Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-10-26": "National Day", "2043-11-01": "All Saints' Day", "2043-11-15": "Saint Leopold's Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-26": "National Day", "2044-11-01": "All Saints' Day", "2044-11-15": "Saint Leopold's Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-26": "National Day", "2045-11-01": "All Saints' Day", "2045-11-15": "Saint Leopold's Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-10-26": "National Day", "2046-11-01": "All Saints' Day", "2046-11-15": "Saint Leopold's Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-26": "National Day", "2047-11-01": "All Saints' Day", "2047-11-15": "Saint Leopold's Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-26": "National Day", "2048-11-01": "All Saints' Day", "2048-11-15": "Saint Leopold's Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-26": "National Day", "2049-11-01": "All Saints' Day", "2049-11-15": "Saint Leopold's Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-26": "National Day", "2050-11-01": "All Saints' Day", "2050-11-15": "Saint Leopold's Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/AT_4.json000066400000000000000000001622021500152103600207300ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "Assumption Day", "1967-10-26": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-10-26": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-10-26": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "Assumption Day", "1970-10-26": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-10-26": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-10-26": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-26": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-10-26": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "Assumption Day", "1975-10-26": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-26": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-10-26": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "Assumption Day", "1978-10-26": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-26": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-10-26": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-26": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-10-26": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-10-26": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-26": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-10-26": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "Assumption Day", "1986-10-26": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-26": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-10-26": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "Assumption Day", "1989-10-26": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-26": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-10-26": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-26": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-26": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-26": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-26": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-26": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-10-26": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-26": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-26": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-26": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-26": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-10-26": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-26": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-04": "Saint Florian's Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-26": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-04": "Saint Florian's Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-10-26": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-04": "Saint Florian's Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-26": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-04": "Saint Florian's Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-26": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-04": "Saint Florian's Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-10-26": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-04": "Saint Florian's Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-26": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-04": "Saint Florian's Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-10-26": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-04": "Saint Florian's Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-26": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-04": "Saint Florian's Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-26": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-04": "Saint Florian's Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-10-26": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-04": "Saint Florian's Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-10-26": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-04": "Saint Florian's Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-26": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-04": "Saint Florian's Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-10-26": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-04": "Saint Florian's Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-26": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-04": "Saint Florian's Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-10-26": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-04": "Saint Florian's Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-26": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-04": "Saint Florian's Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-26": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-04": "Saint Florian's Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-10-26": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-04": "Saint Florian's Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-26": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-04": "Saint Florian's Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-26": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-04": "Saint Florian's Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-10-26": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-04": "Saint Florian's Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-26": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-04": "Saint Florian's Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-26": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-04": "Saint Florian's Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-10-26": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-04": "Saint Florian's Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-26": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-04": "Saint Florian's Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-26": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-04": "Saint Florian's Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-26": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-04": "Saint Florian's Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-26": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-04": "Saint Florian's Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-10-26": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-04": "Saint Florian's Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-26": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-04": "Saint Florian's Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-26": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-04": "Saint Florian's Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-10-26": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-04": "Saint Florian's Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-26": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-04": "Saint Florian's Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-26": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-04": "Saint Florian's Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-26": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-04": "Saint Florian's Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-26": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-04": "Saint Florian's Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-26": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-04": "Saint Florian's Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-26": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-04": "Saint Florian's Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-26": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-04": "Saint Florian's Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-10-26": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-04": "Saint Florian's Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-26": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-04": "Saint Florian's Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-26": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-04": "Saint Florian's Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-10-26": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-04": "Saint Florian's Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-26": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-04": "Saint Florian's Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-26": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-04": "Saint Florian's Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-26": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-04": "Saint Florian's Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-26": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/AT_5.json000066400000000000000000001663031500152103600207370ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-09-24": "Saint Rupert's Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "Assumption Day", "1951-09-24": "Saint Rupert's Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-09-24": "Saint Rupert's Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-09-24": "Saint Rupert's Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-09-24": "Saint Rupert's Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-09-24": "Saint Rupert's Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "Assumption Day", "1956-09-24": "Saint Rupert's Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-09-24": "Saint Rupert's Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-09-24": "Saint Rupert's Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "Assumption Day", "1959-09-24": "Saint Rupert's Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-09-24": "Saint Rupert's Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-09-24": "Saint Rupert's Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-09-24": "Saint Rupert's Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-09-24": "Saint Rupert's Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "Assumption Day", "1964-09-24": "Saint Rupert's Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-09-24": "Saint Rupert's Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-09-24": "Saint Rupert's Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "Assumption Day", "1967-09-24": "Saint Rupert's Day", "1967-10-26": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-09-24": "Saint Rupert's Day", "1968-10-26": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-09-24": "Saint Rupert's Day", "1969-10-26": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "Assumption Day", "1970-09-24": "Saint Rupert's Day", "1970-10-26": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-09-24": "Saint Rupert's Day", "1971-10-26": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-09-24": "Saint Rupert's Day", "1972-10-26": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-09-24": "Saint Rupert's Day", "1973-10-26": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-09-24": "Saint Rupert's Day", "1974-10-26": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "Assumption Day", "1975-09-24": "Saint Rupert's Day", "1975-10-26": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-09-24": "Saint Rupert's Day", "1976-10-26": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-09-24": "Saint Rupert's Day", "1977-10-26": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "Assumption Day", "1978-09-24": "Saint Rupert's Day", "1978-10-26": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-09-24": "Saint Rupert's Day", "1979-10-26": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-09-24": "Saint Rupert's Day", "1980-10-26": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-09-24": "Saint Rupert's Day", "1981-10-26": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-09-24": "Saint Rupert's Day", "1982-10-26": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-09-24": "Saint Rupert's Day", "1983-10-26": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-09-24": "Saint Rupert's Day", "1984-10-26": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-09-24": "Saint Rupert's Day", "1985-10-26": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "Assumption Day", "1986-09-24": "Saint Rupert's Day", "1986-10-26": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-09-24": "Saint Rupert's Day", "1987-10-26": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-09-24": "Saint Rupert's Day", "1988-10-26": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "Assumption Day", "1989-09-24": "Saint Rupert's Day", "1989-10-26": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-09-24": "Saint Rupert's Day", "1990-10-26": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-09-24": "Saint Rupert's Day", "1991-10-26": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-09-24": "Saint Rupert's Day", "1992-10-26": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-09-24": "Saint Rupert's Day", "1993-10-26": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-09-24": "Saint Rupert's Day", "1994-10-26": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-09-24": "Saint Rupert's Day", "1995-10-26": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-09-24": "Saint Rupert's Day", "1996-10-26": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-09-24": "Saint Rupert's Day", "1997-10-26": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-09-24": "Saint Rupert's Day", "1998-10-26": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-09-24": "Saint Rupert's Day", "1999-10-26": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-09-24": "Saint Rupert's Day", "2000-10-26": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-09-24": "Saint Rupert's Day", "2001-10-26": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-09-24": "Saint Rupert's Day", "2002-10-26": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-09-24": "Saint Rupert's Day", "2003-10-26": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-09-24": "Saint Rupert's Day", "2004-10-26": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-09-24": "Saint Rupert's Day", "2005-10-26": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-09-24": "Saint Rupert's Day", "2006-10-26": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-09-24": "Saint Rupert's Day", "2007-10-26": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-09-24": "Saint Rupert's Day", "2008-10-26": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-09-24": "Saint Rupert's Day", "2009-10-26": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-09-24": "Saint Rupert's Day", "2010-10-26": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-09-24": "Saint Rupert's Day", "2011-10-26": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-09-24": "Saint Rupert's Day", "2012-10-26": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-09-24": "Saint Rupert's Day", "2013-10-26": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-09-24": "Saint Rupert's Day", "2014-10-26": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-09-24": "Saint Rupert's Day", "2015-10-26": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-09-24": "Saint Rupert's Day", "2016-10-26": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-09-24": "Saint Rupert's Day", "2017-10-26": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-09-24": "Saint Rupert's Day", "2018-10-26": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-09-24": "Saint Rupert's Day", "2019-10-26": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-09-24": "Saint Rupert's Day", "2020-10-26": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-09-24": "Saint Rupert's Day", "2021-10-26": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-09-24": "Saint Rupert's Day", "2022-10-26": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-09-24": "Saint Rupert's Day", "2023-10-26": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-09-24": "Saint Rupert's Day", "2024-10-26": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-09-24": "Saint Rupert's Day", "2025-10-26": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-09-24": "Saint Rupert's Day", "2026-10-26": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-09-24": "Saint Rupert's Day", "2027-10-26": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-09-24": "Saint Rupert's Day", "2028-10-26": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-09-24": "Saint Rupert's Day", "2029-10-26": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-09-24": "Saint Rupert's Day", "2030-10-26": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-09-24": "Saint Rupert's Day", "2031-10-26": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-09-24": "Saint Rupert's Day", "2032-10-26": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-09-24": "Saint Rupert's Day", "2033-10-26": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-09-24": "Saint Rupert's Day", "2034-10-26": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-09-24": "Saint Rupert's Day", "2035-10-26": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-09-24": "Saint Rupert's Day", "2036-10-26": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-09-24": "Saint Rupert's Day", "2037-10-26": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-09-24": "Saint Rupert's Day", "2038-10-26": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-09-24": "Saint Rupert's Day", "2039-10-26": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-09-24": "Saint Rupert's Day", "2040-10-26": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-09-24": "Saint Rupert's Day", "2041-10-26": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-09-24": "Saint Rupert's Day", "2042-10-26": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-09-24": "Saint Rupert's Day", "2043-10-26": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-09-24": "Saint Rupert's Day", "2044-10-26": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-09-24": "Saint Rupert's Day", "2045-10-26": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-09-24": "Saint Rupert's Day", "2046-10-26": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-09-24": "Saint Rupert's Day", "2047-10-26": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-09-24": "Saint Rupert's Day", "2048-10-26": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-09-24": "Saint Rupert's Day", "2049-10-26": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-09-24": "Saint Rupert's Day", "2050-10-26": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/AT_6.json000066400000000000000000001663031500152103600207400ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-03-19": "Saint Joseph's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-19": "Saint Joseph's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-19": "Saint Joseph's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-19": "Saint Joseph's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-19": "Saint Joseph's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-19": "Saint Joseph's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Saint Joseph's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-19": "Saint Joseph's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-19": "Saint Joseph's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-19": "Saint Joseph's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-19": "Saint Joseph's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-19": "Saint Joseph's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-19": "Saint Joseph's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-19": "Saint Joseph's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-19": "Saint Joseph's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-19": "Saint Joseph's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-19": "Saint Joseph's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-19": "Saint Joseph's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "Assumption Day", "1967-10-26": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-19": "Saint Joseph's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-10-26": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-19": "Saint Joseph's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-10-26": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-19": "Saint Joseph's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "Assumption Day", "1970-10-26": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-19": "Saint Joseph's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-10-26": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-19": "Saint Joseph's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-10-26": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-19": "Saint Joseph's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-26": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-19": "Saint Joseph's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-10-26": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-19": "Saint Joseph's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "Assumption Day", "1975-10-26": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-19": "Saint Joseph's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-26": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-19": "Saint Joseph's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-10-26": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-19": "Saint Joseph's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "Assumption Day", "1978-10-26": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-19": "Saint Joseph's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-26": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-19": "Saint Joseph's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-10-26": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-19": "Saint Joseph's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-26": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-19": "Saint Joseph's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-10-26": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-19": "Saint Joseph's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-10-26": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-19": "Saint Joseph's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-26": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-03-19": "Saint Joseph's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-10-26": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-19": "Saint Joseph's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "Assumption Day", "1986-10-26": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-19": "Saint Joseph's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-26": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-19": "Saint Joseph's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-10-26": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-19": "Saint Joseph's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "Assumption Day", "1989-10-26": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-03-19": "Saint Joseph's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-26": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-19": "Saint Joseph's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-10-26": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-19": "Saint Joseph's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-26": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-19": "Saint Joseph's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-26": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-19": "Saint Joseph's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-26": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-19": "Saint Joseph's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-26": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-03-19": "Saint Joseph's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-26": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-19": "Saint Joseph's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-10-26": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-19": "Saint Joseph's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-26": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-19": "Saint Joseph's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-26": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-19": "Saint Joseph's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-26": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-03-19": "Saint Joseph's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-26": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-19": "Saint Joseph's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-10-26": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-26": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-26": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-10-26": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-26": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-26": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-10-26": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-26": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-10-26": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-26": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-26": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-10-26": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-10-26": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-26": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-10-26": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-03-19": "Saint Joseph's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-26": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-10-26": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-26": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-26": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-10-26": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-19": "Saint Joseph's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-26": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-03-19": "Saint Joseph's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-26": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-10-26": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-26": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-03-19": "Saint Joseph's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-26": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-19": "Saint Joseph's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-10-26": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-03-19": "Saint Joseph's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-26": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-19": "Saint Joseph's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-26": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-19": "Saint Joseph's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-26": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-03-19": "Saint Joseph's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-26": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-19": "Saint Joseph's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-10-26": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-19": "Saint Joseph's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-26": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-03-19": "Saint Joseph's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-26": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-10-26": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-03-19": "Saint Joseph's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-26": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-03-19": "Saint Joseph's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-26": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-19": "Saint Joseph's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-26": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-03-19": "Saint Joseph's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-26": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-19": "Saint Joseph's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-26": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-19": "Saint Joseph's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-26": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-03-19": "Saint Joseph's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-26": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-19": "Saint Joseph's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-10-26": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-19": "Saint Joseph's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-26": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-03-19": "Saint Joseph's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-26": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-10-26": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-03-19": "Saint Joseph's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-26": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-03-19": "Saint Joseph's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-26": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-19": "Saint Joseph's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-26": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-03-19": "Saint Joseph's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-26": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/AT_7.json000066400000000000000000001663031500152103600207410ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-03-19": "Saint Joseph's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-19": "Saint Joseph's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-19": "Saint Joseph's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-19": "Saint Joseph's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-19": "Saint Joseph's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-19": "Saint Joseph's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Saint Joseph's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-19": "Saint Joseph's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-19": "Saint Joseph's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-19": "Saint Joseph's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-19": "Saint Joseph's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-19": "Saint Joseph's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-19": "Saint Joseph's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-19": "Saint Joseph's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-19": "Saint Joseph's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-19": "Saint Joseph's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-19": "Saint Joseph's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-19": "Saint Joseph's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "Assumption Day", "1967-10-26": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-19": "Saint Joseph's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-10-26": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-19": "Saint Joseph's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-10-26": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-19": "Saint Joseph's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "Assumption Day", "1970-10-26": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-19": "Saint Joseph's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-10-26": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-19": "Saint Joseph's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-10-26": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-19": "Saint Joseph's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-26": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-19": "Saint Joseph's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-10-26": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-19": "Saint Joseph's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "Assumption Day", "1975-10-26": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-19": "Saint Joseph's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-26": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-19": "Saint Joseph's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-10-26": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-19": "Saint Joseph's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "Assumption Day", "1978-10-26": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-19": "Saint Joseph's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-26": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-19": "Saint Joseph's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-10-26": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-19": "Saint Joseph's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-26": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-19": "Saint Joseph's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-10-26": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-19": "Saint Joseph's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-10-26": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-19": "Saint Joseph's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-26": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-03-19": "Saint Joseph's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-10-26": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-19": "Saint Joseph's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "Assumption Day", "1986-10-26": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-19": "Saint Joseph's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-26": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-19": "Saint Joseph's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-10-26": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-19": "Saint Joseph's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "Assumption Day", "1989-10-26": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-03-19": "Saint Joseph's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-26": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-19": "Saint Joseph's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-10-26": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-19": "Saint Joseph's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-26": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-19": "Saint Joseph's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-26": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-19": "Saint Joseph's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-26": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-19": "Saint Joseph's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-26": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-03-19": "Saint Joseph's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-26": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-19": "Saint Joseph's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-10-26": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-19": "Saint Joseph's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-26": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-19": "Saint Joseph's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-26": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-19": "Saint Joseph's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-26": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-03-19": "Saint Joseph's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-26": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-19": "Saint Joseph's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-10-26": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-26": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-26": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-10-26": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-26": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-26": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-10-26": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-26": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-10-26": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-26": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-26": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-10-26": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-10-26": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-26": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-10-26": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-03-19": "Saint Joseph's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-26": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-10-26": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-26": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-26": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-10-26": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-19": "Saint Joseph's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-26": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-03-19": "Saint Joseph's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-26": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-10-26": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-26": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-03-19": "Saint Joseph's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-26": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-19": "Saint Joseph's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-10-26": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-03-19": "Saint Joseph's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-26": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-19": "Saint Joseph's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-26": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-19": "Saint Joseph's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-26": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-03-19": "Saint Joseph's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-26": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-19": "Saint Joseph's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-10-26": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-19": "Saint Joseph's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-26": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-03-19": "Saint Joseph's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-26": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-10-26": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-03-19": "Saint Joseph's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-26": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-03-19": "Saint Joseph's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-26": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-19": "Saint Joseph's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-26": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-03-19": "Saint Joseph's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-26": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-19": "Saint Joseph's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-26": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-19": "Saint Joseph's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-26": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-03-19": "Saint Joseph's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-26": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-19": "Saint Joseph's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-10-26": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-19": "Saint Joseph's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-26": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-03-19": "Saint Joseph's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-26": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-10-26": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-03-19": "Saint Joseph's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-26": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-03-19": "Saint Joseph's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-26": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-19": "Saint Joseph's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-26": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-03-19": "Saint Joseph's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-26": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/AT_8.json000066400000000000000000001663031500152103600207420ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-03-19": "Saint Joseph's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-19": "Saint Joseph's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-19": "Saint Joseph's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-19": "Saint Joseph's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-19": "Saint Joseph's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-19": "Saint Joseph's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Saint Joseph's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-19": "Saint Joseph's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-19": "Saint Joseph's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-19": "Saint Joseph's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-19": "Saint Joseph's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-19": "Saint Joseph's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-19": "Saint Joseph's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-19": "Saint Joseph's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-19": "Saint Joseph's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-19": "Saint Joseph's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-19": "Saint Joseph's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-19": "Saint Joseph's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "Assumption Day", "1967-10-26": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-19": "Saint Joseph's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-10-26": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-19": "Saint Joseph's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-10-26": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-19": "Saint Joseph's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "Assumption Day", "1970-10-26": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-19": "Saint Joseph's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-10-26": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-19": "Saint Joseph's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-10-26": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-19": "Saint Joseph's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-26": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-19": "Saint Joseph's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-10-26": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-19": "Saint Joseph's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "Assumption Day", "1975-10-26": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-19": "Saint Joseph's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-26": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-19": "Saint Joseph's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-10-26": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-19": "Saint Joseph's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "Assumption Day", "1978-10-26": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-19": "Saint Joseph's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-26": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-19": "Saint Joseph's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-10-26": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-19": "Saint Joseph's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-26": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-19": "Saint Joseph's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-10-26": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-19": "Saint Joseph's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-10-26": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-19": "Saint Joseph's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-26": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-03-19": "Saint Joseph's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-10-26": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-19": "Saint Joseph's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "Assumption Day", "1986-10-26": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-19": "Saint Joseph's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-26": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-19": "Saint Joseph's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-10-26": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-19": "Saint Joseph's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "Assumption Day", "1989-10-26": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-03-19": "Saint Joseph's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-26": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-19": "Saint Joseph's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-10-26": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-19": "Saint Joseph's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-26": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-19": "Saint Joseph's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-26": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-19": "Saint Joseph's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-26": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-19": "Saint Joseph's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-26": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-03-19": "Saint Joseph's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-26": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-19": "Saint Joseph's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-10-26": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-19": "Saint Joseph's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-26": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-19": "Saint Joseph's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-26": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-19": "Saint Joseph's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-26": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-03-19": "Saint Joseph's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-26": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-19": "Saint Joseph's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-10-26": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-26": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-26": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-10-26": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-26": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-26": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-10-26": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-26": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-10-26": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-26": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-26": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-10-26": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-10-26": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-26": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-10-26": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-03-19": "Saint Joseph's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-26": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-10-26": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-26": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-26": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-10-26": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-19": "Saint Joseph's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-26": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-03-19": "Saint Joseph's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-26": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-10-26": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-26": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-03-19": "Saint Joseph's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-26": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-19": "Saint Joseph's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-10-26": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-03-19": "Saint Joseph's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-26": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-19": "Saint Joseph's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-26": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-19": "Saint Joseph's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-26": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-03-19": "Saint Joseph's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-26": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-19": "Saint Joseph's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-10-26": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-19": "Saint Joseph's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-26": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-03-19": "Saint Joseph's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-26": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-10-26": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-03-19": "Saint Joseph's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-26": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-03-19": "Saint Joseph's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-26": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-19": "Saint Joseph's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-26": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-03-19": "Saint Joseph's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-26": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-19": "Saint Joseph's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-26": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-19": "Saint Joseph's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-26": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-03-19": "Saint Joseph's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-26": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-19": "Saint Joseph's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-10-26": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-19": "Saint Joseph's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-26": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-03-19": "Saint Joseph's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-26": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-10-26": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-03-19": "Saint Joseph's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-26": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-03-19": "Saint Joseph's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-26": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-19": "Saint Joseph's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-26": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-03-19": "Saint Joseph's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-26": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/AT_9.json000066400000000000000000001664501500152103600207460ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-15": "Saint Leopold's Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-15": "Saint Leopold's Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-15": "Saint Leopold's Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-15": "Saint Leopold's Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-15": "Saint Leopold's Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-15": "Saint Leopold's Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-15": "Saint Leopold's Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-15": "Saint Leopold's Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-15": "Saint Leopold's Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-15": "Saint Leopold's Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-15": "Saint Leopold's Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-15": "Saint Leopold's Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-15": "Saint Leopold's Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-15": "Saint Leopold's Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-15": "Saint Leopold's Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-15": "Saint Leopold's Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-15": "Saint Leopold's Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "Assumption Day", "1967-10-26": "National Day", "1967-11-01": "All Saints' Day", "1967-11-15": "Saint Leopold's Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-10-26": "National Day", "1968-11-01": "All Saints' Day", "1968-11-15": "Saint Leopold's Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-10-26": "National Day", "1969-11-01": "All Saints' Day", "1969-11-15": "Saint Leopold's Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "Assumption Day", "1970-10-26": "National Day", "1970-11-01": "All Saints' Day", "1970-11-15": "Saint Leopold's Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-10-26": "National Day", "1971-11-01": "All Saints' Day", "1971-11-15": "Saint Leopold's Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-10-26": "National Day", "1972-11-01": "All Saints' Day", "1972-11-15": "Saint Leopold's Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-26": "National Day", "1973-11-01": "All Saints' Day", "1973-11-15": "Saint Leopold's Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-10-26": "National Day", "1974-11-01": "All Saints' Day", "1974-11-15": "Saint Leopold's Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "Assumption Day", "1975-10-26": "National Day", "1975-11-01": "All Saints' Day", "1975-11-15": "Saint Leopold's Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-26": "National Day", "1976-11-01": "All Saints' Day", "1976-11-15": "Saint Leopold's Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-10-26": "National Day", "1977-11-01": "All Saints' Day", "1977-11-15": "Saint Leopold's Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "Assumption Day", "1978-10-26": "National Day", "1978-11-01": "All Saints' Day", "1978-11-15": "Saint Leopold's Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-26": "National Day", "1979-11-01": "All Saints' Day", "1979-11-15": "Saint Leopold's Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-10-26": "National Day", "1980-11-01": "All Saints' Day", "1980-11-15": "Saint Leopold's Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-26": "National Day", "1981-11-01": "All Saints' Day", "1981-11-15": "Saint Leopold's Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-10-26": "National Day", "1982-11-01": "All Saints' Day", "1982-11-15": "Saint Leopold's Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-10-26": "National Day", "1983-11-01": "All Saints' Day", "1983-11-15": "Saint Leopold's Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-26": "National Day", "1984-11-01": "All Saints' Day", "1984-11-15": "Saint Leopold's Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-10-26": "National Day", "1985-11-01": "All Saints' Day", "1985-11-15": "Saint Leopold's Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "Assumption Day", "1986-10-26": "National Day", "1986-11-01": "All Saints' Day", "1986-11-15": "Saint Leopold's Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-26": "National Day", "1987-11-01": "All Saints' Day", "1987-11-15": "Saint Leopold's Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-10-26": "National Day", "1988-11-01": "All Saints' Day", "1988-11-15": "Saint Leopold's Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "Assumption Day", "1989-10-26": "National Day", "1989-11-01": "All Saints' Day", "1989-11-15": "Saint Leopold's Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-26": "National Day", "1990-11-01": "All Saints' Day", "1990-11-15": "Saint Leopold's Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-10-26": "National Day", "1991-11-01": "All Saints' Day", "1991-11-15": "Saint Leopold's Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-26": "National Day", "1992-11-01": "All Saints' Day", "1992-11-15": "Saint Leopold's Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-26": "National Day", "1993-11-01": "All Saints' Day", "1993-11-15": "Saint Leopold's Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-26": "National Day", "1994-11-01": "All Saints' Day", "1994-11-15": "Saint Leopold's Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-26": "National Day", "1995-11-01": "All Saints' Day", "1995-11-15": "Saint Leopold's Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-26": "National Day", "1996-11-01": "All Saints' Day", "1996-11-15": "Saint Leopold's Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-10-26": "National Day", "1997-11-01": "All Saints' Day", "1997-11-15": "Saint Leopold's Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-26": "National Day", "1998-11-01": "All Saints' Day", "1998-11-15": "Saint Leopold's Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-26": "National Day", "1999-11-01": "All Saints' Day", "1999-11-15": "Saint Leopold's Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-26": "National Day", "2000-11-01": "All Saints' Day", "2000-11-15": "Saint Leopold's Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-26": "National Day", "2001-11-01": "All Saints' Day", "2001-11-15": "Saint Leopold's Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-10-26": "National Day", "2002-11-01": "All Saints' Day", "2002-11-15": "Saint Leopold's Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-26": "National Day", "2003-11-01": "All Saints' Day", "2003-11-15": "Saint Leopold's Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-26": "National Day", "2004-11-01": "All Saints' Day", "2004-11-15": "Saint Leopold's Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-10-26": "National Day", "2005-11-01": "All Saints' Day", "2005-11-15": "Saint Leopold's Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-26": "National Day", "2006-11-01": "All Saints' Day", "2006-11-15": "Saint Leopold's Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-26": "National Day", "2007-11-01": "All Saints' Day", "2007-11-15": "Saint Leopold's Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-10-26": "National Day", "2008-11-01": "All Saints' Day", "2008-11-15": "Saint Leopold's Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-26": "National Day", "2009-11-01": "All Saints' Day", "2009-11-15": "Saint Leopold's Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-10-26": "National Day", "2010-11-01": "All Saints' Day", "2010-11-15": "Saint Leopold's Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-26": "National Day", "2011-11-01": "All Saints' Day", "2011-11-15": "Saint Leopold's Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-26": "National Day", "2012-11-01": "All Saints' Day", "2012-11-15": "Saint Leopold's Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-10-26": "National Day", "2013-11-01": "All Saints' Day", "2013-11-15": "Saint Leopold's Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-10-26": "National Day", "2014-11-01": "All Saints' Day", "2014-11-15": "Saint Leopold's Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-26": "National Day", "2015-11-01": "All Saints' Day", "2015-11-15": "Saint Leopold's Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-10-26": "National Day", "2016-11-01": "All Saints' Day", "2016-11-15": "Saint Leopold's Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-26": "National Day", "2017-11-01": "All Saints' Day", "2017-11-15": "Saint Leopold's Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-10-26": "National Day", "2018-11-01": "All Saints' Day", "2018-11-15": "Saint Leopold's Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-26": "National Day", "2019-11-01": "All Saints' Day", "2019-11-15": "Saint Leopold's Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-26": "National Day", "2020-11-01": "All Saints' Day", "2020-11-15": "Saint Leopold's Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-10-26": "National Day", "2021-11-01": "All Saints' Day", "2021-11-15": "Saint Leopold's Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-26": "National Day", "2022-11-01": "All Saints' Day", "2022-11-15": "Saint Leopold's Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-26": "National Day", "2023-11-01": "All Saints' Day", "2023-11-15": "Saint Leopold's Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-10-26": "National Day", "2024-11-01": "All Saints' Day", "2024-11-15": "Saint Leopold's Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-26": "National Day", "2025-11-01": "All Saints' Day", "2025-11-15": "Saint Leopold's Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-26": "National Day", "2026-11-01": "All Saints' Day", "2026-11-15": "Saint Leopold's Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-10-26": "National Day", "2027-11-01": "All Saints' Day", "2027-11-15": "Saint Leopold's Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-26": "National Day", "2028-11-01": "All Saints' Day", "2028-11-15": "Saint Leopold's Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-26": "National Day", "2029-11-01": "All Saints' Day", "2029-11-15": "Saint Leopold's Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-26": "National Day", "2030-11-01": "All Saints' Day", "2030-11-15": "Saint Leopold's Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-26": "National Day", "2031-11-01": "All Saints' Day", "2031-11-15": "Saint Leopold's Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-10-26": "National Day", "2032-11-01": "All Saints' Day", "2032-11-15": "Saint Leopold's Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-26": "National Day", "2033-11-01": "All Saints' Day", "2033-11-15": "Saint Leopold's Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-26": "National Day", "2034-11-01": "All Saints' Day", "2034-11-15": "Saint Leopold's Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-10-26": "National Day", "2035-11-01": "All Saints' Day", "2035-11-15": "Saint Leopold's Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-26": "National Day", "2036-11-01": "All Saints' Day", "2036-11-15": "Saint Leopold's Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-26": "National Day", "2037-11-01": "All Saints' Day", "2037-11-15": "Saint Leopold's Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-26": "National Day", "2038-11-01": "All Saints' Day", "2038-11-15": "Saint Leopold's Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-26": "National Day", "2039-11-01": "All Saints' Day", "2039-11-15": "Saint Leopold's Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-26": "National Day", "2040-11-01": "All Saints' Day", "2040-11-15": "Saint Leopold's Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-26": "National Day", "2041-11-01": "All Saints' Day", "2041-11-15": "Saint Leopold's Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-26": "National Day", "2042-11-01": "All Saints' Day", "2042-11-15": "Saint Leopold's Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-10-26": "National Day", "2043-11-01": "All Saints' Day", "2043-11-15": "Saint Leopold's Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-26": "National Day", "2044-11-01": "All Saints' Day", "2044-11-15": "Saint Leopold's Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-26": "National Day", "2045-11-01": "All Saints' Day", "2045-11-15": "Saint Leopold's Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-10-26": "National Day", "2046-11-01": "All Saints' Day", "2046-11-15": "Saint Leopold's Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-26": "National Day", "2047-11-01": "All Saints' Day", "2047-11-15": "Saint Leopold's Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-26": "National Day", "2048-11-01": "All Saints' Day", "2048-11-15": "Saint Leopold's Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-26": "National Day", "2049-11-01": "All Saints' Day", "2049-11-15": "Saint Leopold's Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-26": "National Day", "2050-11-01": "All Saints' Day", "2050-11-15": "Saint Leopold's Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/AT_COMMON.json000066400000000000000000001563731500152103600215710ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "Assumption Day", "1967-10-26": "National Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-10-26": "National Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-10-26": "National Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "Assumption Day", "1970-10-26": "National Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-10-26": "National Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-10-26": "National Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-26": "National Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-10-26": "National Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "Assumption Day", "1975-10-26": "National Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-26": "National Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-10-26": "National Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "Assumption Day", "1978-10-26": "National Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-26": "National Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-10-26": "National Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-26": "National Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-10-26": "National Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-10-26": "National Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-26": "National Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-10-26": "National Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "Assumption Day", "1986-10-26": "National Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-26": "National Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-10-26": "National Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "Assumption Day", "1989-10-26": "National Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-26": "National Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-10-26": "National Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-26": "National Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-26": "National Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-26": "National Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-26": "National Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-26": "National Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-10-26": "National Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-26": "National Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-26": "National Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-26": "National Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-26": "National Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-10-26": "National Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-26": "National Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-26": "National Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-10-26": "National Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-26": "National Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-26": "National Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-10-26": "National Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-26": "National Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-10-26": "National Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-26": "National Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-26": "National Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-10-26": "National Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-10-26": "National Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-26": "National Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-10-26": "National Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-26": "National Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-10-26": "National Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-26": "National Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-26": "National Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-10-26": "National Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-26": "National Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-26": "National Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-10-26": "National Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-26": "National Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-26": "National Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-10-26": "National Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-26": "National Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-26": "National Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-26": "National Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-26": "National Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-10-26": "National Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-26": "National Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-26": "National Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-10-26": "National Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-26": "National Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-26": "National Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-26": "National Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-26": "National Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-26": "National Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-26": "National Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-26": "National Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-10-26": "National Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-26": "National Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-26": "National Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-10-26": "National Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-26": "National Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-26": "National Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-26": "National Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-26": "National Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/AU_ACT.json000066400000000000000000001315771500152103600212100ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-26": "Australia Day", "1950-03-12": "Canberra Day", "1950-04-07": "Good Friday", "1950-04-08": "Easter Saturday", "1950-04-10": "Easter Monday", "1950-04-25": "ANZAC Day", "1950-06-12": "King's Birthday", "1950-08-07": "Bank Holiday", "1950-10-02": "Labor Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-26": "Australia Day", "1951-03-12": "Canberra Day", "1951-03-23": "Good Friday", "1951-03-24": "Easter Saturday", "1951-03-26": "Easter Monday", "1951-04-25": "ANZAC Day", "1951-06-11": "King's Birthday", "1951-08-06": "Bank Holiday", "1951-10-01": "Labor Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-26": "Australia Day", "1952-03-12": "Canberra Day", "1952-04-11": "Good Friday", "1952-04-12": "Easter Saturday", "1952-04-14": "Easter Monday", "1952-04-25": "ANZAC Day", "1952-06-09": "Queen's Birthday", "1952-08-04": "Bank Holiday", "1952-10-06": "Labor Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-26": "Australia Day", "1953-03-12": "Canberra Day", "1953-04-03": "Good Friday", "1953-04-04": "Easter Saturday", "1953-04-06": "Easter Monday", "1953-04-25": "ANZAC Day", "1953-06-08": "Queen's Birthday", "1953-08-03": "Bank Holiday", "1953-10-05": "Labor Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-01-26": "Australia Day", "1954-03-12": "Canberra Day", "1954-04-16": "Good Friday", "1954-04-17": "Easter Saturday", "1954-04-19": "Easter Monday", "1954-04-25": "ANZAC Day", "1954-06-14": "Queen's Birthday", "1954-08-02": "Bank Holiday", "1954-10-04": "Labor Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-01-26": "Australia Day", "1955-03-12": "Canberra Day", "1955-04-08": "Good Friday", "1955-04-09": "Easter Saturday", "1955-04-11": "Easter Monday", "1955-04-25": "ANZAC Day", "1955-06-13": "Queen's Birthday", "1955-08-01": "Bank Holiday", "1955-10-03": "Labor Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1956-01-01": "New Year's Day", "1956-01-26": "Australia Day", "1956-03-12": "Canberra Day", "1956-03-30": "Good Friday", "1956-03-31": "Easter Saturday", "1956-04-02": "Easter Monday", "1956-04-25": "ANZAC Day", "1956-06-11": "Queen's Birthday", "1956-08-06": "Bank Holiday", "1956-10-01": "Labor Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-26": "Australia Day", "1957-03-12": "Canberra Day", "1957-04-19": "Good Friday", "1957-04-20": "Easter Saturday", "1957-04-22": "Easter Monday", "1957-04-25": "ANZAC Day", "1957-06-10": "Queen's Birthday", "1957-08-05": "Bank Holiday", "1957-10-07": "Labor Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-26": "Australia Day", "1958-03-12": "Canberra Day", "1958-04-04": "Good Friday", "1958-04-05": "Easter Saturday", "1958-04-07": "Easter Monday", "1958-04-25": "ANZAC Day", "1958-06-09": "Queen's Birthday", "1958-08-04": "Bank Holiday", "1958-10-06": "Labor Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-26": "Australia Day", "1959-03-16": "Canberra Day", "1959-03-27": "Good Friday", "1959-03-28": "Easter Saturday", "1959-03-30": "Easter Monday", "1959-04-25": "ANZAC Day", "1959-06-08": "Queen's Birthday", "1959-08-03": "Bank Holiday", "1959-10-05": "Labor Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-02-01": "Australia Day", "1960-03-21": "Canberra Day", "1960-04-15": "Good Friday", "1960-04-16": "Easter Saturday", "1960-04-18": "Easter Monday", "1960-04-25": "ANZAC Day", "1960-06-13": "Queen's Birthday", "1960-08-01": "Bank Holiday", "1960-10-03": "Labor Day", "1960-12-26": "Christmas Day", "1960-12-27": "Boxing Day", "1961-01-02": "New Year's Day", "1961-01-30": "Australia Day", "1961-03-20": "Canberra Day", "1961-03-31": "Good Friday", "1961-04-01": "Easter Saturday", "1961-04-03": "Easter Monday", "1961-04-25": "ANZAC Day", "1961-06-12": "Queen's Birthday", "1961-08-07": "Bank Holiday", "1961-10-02": "Labor Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-29": "Australia Day", "1962-03-19": "Canberra Day", "1962-04-20": "Good Friday", "1962-04-21": "Easter Saturday", "1962-04-23": "Easter Monday", "1962-04-25": "ANZAC Day", "1962-06-11": "Queen's Birthday", "1962-08-06": "Bank Holiday", "1962-10-01": "Labor Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-28": "Australia Day", "1963-03-18": "Canberra Day", "1963-04-12": "Good Friday", "1963-04-13": "Easter Saturday", "1963-04-15": "Easter Monday", "1963-04-25": "ANZAC Day", "1963-06-10": "Queen's Birthday", "1963-08-05": "Bank Holiday", "1963-10-07": "Labor Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-27": "Australia Day", "1964-03-16": "Canberra Day", "1964-03-27": "Good Friday", "1964-03-28": "Easter Saturday", "1964-03-30": "Easter Monday", "1964-04-25": "ANZAC Day", "1964-06-08": "Queen's Birthday", "1964-08-03": "Bank Holiday", "1964-10-05": "Labor Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-02-01": "Australia Day", "1965-03-15": "Canberra Day", "1965-04-16": "Good Friday", "1965-04-17": "Easter Saturday", "1965-04-19": "Easter Monday", "1965-04-26": "ANZAC Day", "1965-06-14": "Queen's Birthday", "1965-08-02": "Bank Holiday", "1965-10-04": "Labor Day", "1965-12-25": "Christmas Day", "1965-12-27": "Boxing Day", "1966-01-01": "New Year's Day", "1966-01-31": "Australia Day", "1966-03-21": "Canberra Day", "1966-04-08": "Good Friday", "1966-04-09": "Easter Saturday", "1966-04-11": "Easter Monday", "1966-04-25": "ANZAC Day", "1966-06-13": "Queen's Birthday", "1966-08-01": "Bank Holiday", "1966-10-03": "Labor Day", "1966-12-26": "Christmas Day", "1966-12-27": "Boxing Day", "1967-01-02": "New Year's Day", "1967-01-30": "Australia Day", "1967-03-20": "Canberra Day", "1967-03-24": "Good Friday", "1967-03-25": "Easter Saturday", "1967-03-27": "Easter Monday", "1967-04-25": "ANZAC Day", "1967-06-12": "Queen's Birthday", "1967-08-07": "Bank Holiday", "1967-10-02": "Labor Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-29": "Australia Day", "1968-03-18": "Canberra Day", "1968-04-12": "Good Friday", "1968-04-13": "Easter Saturday", "1968-04-15": "Easter Monday", "1968-04-25": "ANZAC Day", "1968-06-10": "Queen's Birthday", "1968-08-05": "Bank Holiday", "1968-10-07": "Labor Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-27": "Australia Day", "1969-03-17": "Canberra Day", "1969-04-04": "Good Friday", "1969-04-05": "Easter Saturday", "1969-04-07": "Easter Monday", "1969-04-25": "ANZAC Day", "1969-06-09": "Queen's Birthday", "1969-08-04": "Bank Holiday", "1969-10-06": "Labor Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-26": "Australia Day", "1970-03-16": "Canberra Day", "1970-03-27": "Good Friday", "1970-03-28": "Easter Saturday", "1970-03-30": "Easter Monday", "1970-04-25": "ANZAC Day", "1970-06-08": "Queen's Birthday", "1970-08-03": "Bank Holiday", "1970-10-05": "Labor Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-02-01": "Australia Day", "1971-03-15": "Canberra Day", "1971-04-09": "Good Friday", "1971-04-10": "Easter Saturday", "1971-04-12": "Easter Monday", "1971-04-26": "ANZAC Day", "1971-06-14": "Queen's Birthday", "1971-08-02": "Bank Holiday", "1971-10-04": "Labor Day", "1971-12-25": "Christmas Day", "1971-12-27": "Boxing Day", "1972-01-01": "New Year's Day", "1972-01-31": "Australia Day", "1972-03-20": "Canberra Day", "1972-03-31": "Good Friday", "1972-04-01": "Easter Saturday", "1972-04-03": "Easter Monday", "1972-04-25": "ANZAC Day", "1972-06-12": "Queen's Birthday", "1972-08-07": "Bank Holiday", "1972-10-02": "Labor Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-29": "Australia Day", "1973-03-19": "Canberra Day", "1973-04-20": "Good Friday", "1973-04-21": "Easter Saturday", "1973-04-23": "Easter Monday", "1973-04-25": "ANZAC Day", "1973-06-11": "Queen's Birthday", "1973-08-06": "Bank Holiday", "1973-10-01": "Labor Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-28": "Australia Day", "1974-03-18": "Canberra Day", "1974-04-12": "Good Friday", "1974-04-13": "Easter Saturday", "1974-04-15": "Easter Monday", "1974-04-25": "ANZAC Day", "1974-06-10": "Queen's Birthday", "1974-08-05": "Bank Holiday", "1974-10-07": "Labor Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-27": "Australia Day", "1975-03-17": "Canberra Day", "1975-03-28": "Good Friday", "1975-03-29": "Easter Saturday", "1975-03-31": "Easter Monday", "1975-04-25": "ANZAC Day", "1975-06-09": "Queen's Birthday", "1975-08-04": "Bank Holiday", "1975-10-06": "Labor Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-26": "Australia Day", "1976-03-15": "Canberra Day", "1976-04-16": "Good Friday", "1976-04-17": "Easter Saturday", "1976-04-19": "Easter Monday", "1976-04-26": "ANZAC Day", "1976-06-14": "Queen's Birthday", "1976-08-02": "Bank Holiday", "1976-10-04": "Labor Day", "1976-12-25": "Christmas Day", "1976-12-27": "Boxing Day", "1977-01-01": "New Year's Day", "1977-01-31": "Australia Day", "1977-03-21": "Canberra Day", "1977-04-08": "Good Friday", "1977-04-09": "Easter Saturday", "1977-04-11": "Easter Monday", "1977-04-25": "ANZAC Day", "1977-06-13": "Queen's Birthday", "1977-08-01": "Bank Holiday", "1977-10-03": "Labor Day", "1977-12-26": "Christmas Day", "1977-12-27": "Boxing Day", "1978-01-02": "New Year's Day", "1978-01-30": "Australia Day", "1978-03-20": "Canberra Day", "1978-03-24": "Good Friday", "1978-03-25": "Easter Saturday", "1978-03-27": "Easter Monday", "1978-04-25": "ANZAC Day", "1978-06-12": "Queen's Birthday", "1978-08-07": "Bank Holiday", "1978-10-02": "Labor Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-29": "Australia Day", "1979-03-19": "Canberra Day", "1979-04-13": "Good Friday", "1979-04-14": "Easter Saturday", "1979-04-16": "Easter Monday", "1979-04-25": "ANZAC Day", "1979-06-11": "Queen's Birthday", "1979-08-06": "Bank Holiday", "1979-10-01": "Labor Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-28": "Australia Day", "1980-03-17": "Canberra Day", "1980-04-04": "Good Friday", "1980-04-05": "Easter Saturday", "1980-04-07": "Easter Monday", "1980-04-25": "ANZAC Day", "1980-06-09": "Queen's Birthday", "1980-08-04": "Bank Holiday", "1980-10-06": "Labor Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-26": "Australia Day", "1981-03-16": "Canberra Day", "1981-04-17": "Good Friday", "1981-04-18": "Easter Saturday", "1981-04-20": "Easter Monday", "1981-04-25": "ANZAC Day", "1981-06-08": "Queen's Birthday", "1981-08-03": "Bank Holiday", "1981-10-05": "Labor Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-02-01": "Australia Day", "1982-03-15": "Canberra Day", "1982-04-09": "Good Friday", "1982-04-10": "Easter Saturday", "1982-04-12": "Easter Monday", "1982-04-26": "ANZAC Day", "1982-06-14": "Queen's Birthday", "1982-08-02": "Bank Holiday", "1982-10-04": "Labor Day", "1982-12-25": "Christmas Day", "1982-12-27": "Boxing Day", "1983-01-01": "New Year's Day", "1983-01-31": "Australia Day", "1983-03-21": "Canberra Day", "1983-04-01": "Good Friday", "1983-04-02": "Easter Saturday", "1983-04-04": "Easter Monday", "1983-04-25": "ANZAC Day", "1983-06-13": "Queen's Birthday", "1983-08-01": "Bank Holiday", "1983-10-03": "Labor Day", "1983-12-26": "Christmas Day", "1983-12-27": "Boxing Day", "1984-01-02": "New Year's Day", "1984-01-30": "Australia Day", "1984-03-19": "Canberra Day", "1984-04-20": "Good Friday", "1984-04-21": "Easter Saturday", "1984-04-23": "Easter Monday", "1984-04-25": "ANZAC Day", "1984-06-11": "Queen's Birthday", "1984-08-06": "Bank Holiday", "1984-10-01": "Labor Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-28": "Australia Day", "1985-03-18": "Canberra Day", "1985-04-05": "Good Friday", "1985-04-06": "Easter Saturday", "1985-04-08": "Easter Monday", "1985-04-25": "ANZAC Day", "1985-06-10": "Queen's Birthday", "1985-08-05": "Bank Holiday", "1985-10-07": "Labor Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-27": "Australia Day", "1986-03-17": "Canberra Day", "1986-03-28": "Good Friday", "1986-03-29": "Easter Saturday", "1986-03-31": "Easter Monday", "1986-04-25": "ANZAC Day", "1986-06-09": "Queen's Birthday", "1986-08-04": "Bank Holiday", "1986-10-06": "Labor Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-26": "Australia Day", "1987-03-16": "Canberra Day", "1987-04-17": "Good Friday", "1987-04-18": "Easter Saturday", "1987-04-20": "Easter Monday", "1987-04-25": "ANZAC Day", "1987-06-08": "Queen's Birthday", "1987-08-03": "Bank Holiday", "1987-10-05": "Labor Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-02-01": "Australia Day", "1988-03-21": "Canberra Day", "1988-04-01": "Good Friday", "1988-04-02": "Easter Saturday", "1988-04-04": "Easter Monday", "1988-04-25": "ANZAC Day", "1988-06-13": "Queen's Birthday", "1988-08-01": "Bank Holiday", "1988-10-03": "Labor Day", "1988-12-26": "Christmas Day", "1988-12-27": "Boxing Day", "1989-01-02": "New Year's Day", "1989-01-30": "Australia Day", "1989-03-20": "Canberra Day", "1989-03-24": "Good Friday", "1989-03-25": "Easter Saturday", "1989-03-27": "Easter Monday", "1989-04-25": "ANZAC Day", "1989-06-12": "Queen's Birthday", "1989-08-07": "Bank Holiday", "1989-10-02": "Labor Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-26": "Australia Day", "1990-03-19": "Canberra Day", "1990-04-13": "Good Friday", "1990-04-14": "Easter Saturday", "1990-04-16": "Easter Monday", "1990-04-25": "ANZAC Day", "1990-06-11": "Queen's Birthday", "1990-08-06": "Bank Holiday", "1990-10-01": "Labor Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-28": "Australia Day", "1991-03-18": "Canberra Day", "1991-03-29": "Good Friday", "1991-03-30": "Easter Saturday", "1991-04-01": "Easter Monday", "1991-04-25": "ANZAC Day", "1991-06-10": "Queen's Birthday", "1991-08-05": "Bank Holiday", "1991-10-07": "Labor Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-27": "Australia Day", "1992-03-16": "Canberra Day", "1992-04-17": "Good Friday", "1992-04-18": "Easter Saturday", "1992-04-20": "Easter Monday", "1992-04-25": "ANZAC Day", "1992-06-08": "Queen's Birthday", "1992-08-03": "Bank Holiday", "1992-10-05": "Labor Day", "1992-12-25": "Christmas Day", "1992-12-28": "Boxing Day", "1993-01-01": "New Year's Day", "1993-01-26": "Australia Day", "1993-03-15": "Canberra Day", "1993-04-09": "Good Friday", "1993-04-10": "Easter Saturday", "1993-04-12": "Easter Monday", "1993-04-26": "ANZAC Day", "1993-06-14": "Queen's Birthday", "1993-08-02": "Bank Holiday", "1993-10-04": "Labor Day", "1993-12-27": "Christmas Day", "1993-12-28": "Boxing Day", "1994-01-03": "New Year's Day", "1994-01-26": "Australia Day", "1994-03-21": "Canberra Day", "1994-04-01": "Good Friday", "1994-04-02": "Easter Saturday", "1994-04-04": "Easter Monday", "1994-04-25": "ANZAC Day", "1994-06-13": "Queen's Birthday", "1994-08-01": "Bank Holiday", "1994-10-03": "Labor Day", "1994-12-26": "Christmas Day", "1994-12-27": "Boxing Day", "1995-01-02": "New Year's Day", "1995-01-26": "Australia Day", "1995-03-20": "Canberra Day", "1995-04-14": "Good Friday", "1995-04-15": "Easter Saturday", "1995-04-17": "Easter Monday", "1995-04-25": "ANZAC Day", "1995-06-12": "Queen's Birthday", "1995-08-07": "Bank Holiday", "1995-10-02": "Labor Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-26": "Australia Day", "1996-03-18": "Canberra Day", "1996-04-05": "Good Friday", "1996-04-06": "Easter Saturday", "1996-04-08": "Easter Monday", "1996-04-25": "ANZAC Day", "1996-06-10": "Queen's Birthday", "1996-08-05": "Bank Holiday", "1996-10-07": "Labor Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-27": "Australia Day", "1997-03-17": "Canberra Day", "1997-03-28": "Good Friday", "1997-03-29": "Easter Saturday", "1997-03-31": "Easter Monday", "1997-04-25": "ANZAC Day", "1997-06-09": "Queen's Birthday", "1997-08-04": "Bank Holiday", "1997-10-06": "Labor Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-26": "Australia Day", "1998-03-16": "Canberra Day", "1998-04-10": "Good Friday", "1998-04-11": "Easter Saturday", "1998-04-13": "Easter Monday", "1998-04-25": "ANZAC Day", "1998-06-08": "Queen's Birthday", "1998-08-03": "Bank Holiday", "1998-10-05": "Labor Day", "1998-12-25": "Christmas Day", "1998-12-28": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-26": "Australia Day", "1999-03-15": "Canberra Day", "1999-04-02": "Good Friday", "1999-04-03": "Easter Saturday", "1999-04-05": "Easter Monday", "1999-04-26": "ANZAC Day", "1999-06-14": "Queen's Birthday", "1999-08-02": "Bank Holiday", "1999-10-04": "Labor Day", "1999-12-27": "Christmas Day", "1999-12-28": "Boxing Day", "2000-01-03": "New Year's Day", "2000-01-26": "Australia Day", "2000-03-20": "Canberra Day", "2000-04-21": "Good Friday", "2000-04-22": "Easter Saturday", "2000-04-24": "Easter Monday", "2000-04-25": "ANZAC Day", "2000-06-12": "Queen's Birthday", "2000-08-07": "Bank Holiday", "2000-10-02": "Labor Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-26": "Australia Day", "2001-03-19": "Canberra Day", "2001-04-13": "Good Friday", "2001-04-14": "Easter Saturday", "2001-04-16": "Easter Monday", "2001-04-25": "ANZAC Day", "2001-06-11": "Queen's Birthday", "2001-08-06": "Bank Holiday", "2001-10-01": "Labor Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-28": "Australia Day", "2002-03-18": "Canberra Day", "2002-03-29": "Good Friday", "2002-03-30": "Easter Saturday", "2002-04-01": "Easter Monday", "2002-04-25": "ANZAC Day", "2002-06-10": "Queen's Birthday", "2002-08-05": "Bank Holiday", "2002-10-07": "Labor Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-27": "Australia Day", "2003-03-17": "Canberra Day", "2003-04-18": "Good Friday", "2003-04-19": "Easter Saturday", "2003-04-21": "Easter Monday", "2003-04-25": "ANZAC Day", "2003-06-09": "Queen's Birthday", "2003-08-04": "Bank Holiday", "2003-10-06": "Labor Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-26": "Australia Day", "2004-03-15": "Canberra Day", "2004-04-09": "Good Friday", "2004-04-10": "Easter Saturday", "2004-04-12": "Easter Monday", "2004-04-26": "ANZAC Day", "2004-06-14": "Queen's Birthday", "2004-08-02": "Bank Holiday", "2004-10-04": "Labor Day", "2004-12-27": "Christmas Day", "2004-12-28": "Boxing Day", "2005-01-03": "New Year's Day", "2005-01-26": "Australia Day", "2005-03-21": "Canberra Day", "2005-03-25": "Good Friday", "2005-03-26": "Easter Saturday", "2005-03-28": "Easter Monday", "2005-04-25": "ANZAC Day", "2005-06-13": "Queen's Birthday", "2005-08-01": "Bank Holiday", "2005-10-03": "Labor Day", "2005-12-26": "Christmas Day", "2005-12-27": "Boxing Day", "2006-01-02": "New Year's Day", "2006-01-26": "Australia Day", "2006-03-20": "Canberra Day", "2006-04-14": "Good Friday", "2006-04-15": "Easter Saturday", "2006-04-17": "Easter Monday", "2006-04-25": "ANZAC Day", "2006-06-12": "Queen's Birthday", "2006-08-07": "Bank Holiday", "2006-10-02": "Labor Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-26": "Australia Day", "2007-03-19": "Canberra Day", "2007-04-06": "Good Friday", "2007-04-07": "Easter Saturday", "2007-04-09": "Easter Monday", "2007-04-25": "ANZAC Day", "2007-06-11": "Queen's Birthday", "2007-08-06": "Bank Holiday", "2007-10-01": "Labor Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-28": "Australia Day", "2008-03-10": "Canberra Day", "2008-03-21": "Good Friday", "2008-03-22": "Easter Saturday", "2008-03-24": "Easter Monday", "2008-04-25": "ANZAC Day", "2008-06-09": "Queen's Birthday", "2008-08-04": "Bank Holiday", "2008-10-06": "Labor Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-26": "Australia Day", "2009-03-09": "Canberra Day", "2009-04-10": "Good Friday", "2009-04-11": "Easter Saturday", "2009-04-13": "Easter Monday", "2009-04-25": "ANZAC Day", "2009-06-08": "Queen's Birthday", "2009-08-03": "Bank Holiday", "2009-10-05": "Labor Day", "2009-12-25": "Christmas Day", "2009-12-28": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-26": "Australia Day", "2010-03-08": "Canberra Day", "2010-04-02": "Good Friday", "2010-04-03": "Easter Saturday", "2010-04-05": "Easter Monday", "2010-04-26": "ANZAC Day", "2010-06-14": "Queen's Birthday", "2010-08-02": "Bank Holiday", "2010-09-26": "Family & Community Day", "2010-10-04": "Labor Day", "2010-12-27": "Christmas Day", "2010-12-28": "Boxing Day", "2011-01-03": "New Year's Day", "2011-01-26": "Australia Day", "2011-03-14": "Canberra Day", "2011-04-22": "Good Friday", "2011-04-23": "Easter Saturday", "2011-04-25": "ANZAC Day; Easter Monday", "2011-06-13": "Queen's Birthday", "2011-08-01": "Bank Holiday", "2011-10-03": "Labor Day", "2011-10-10": "Family & Community Day", "2011-12-26": "Christmas Day", "2011-12-27": "Boxing Day", "2012-01-02": "New Year's Day", "2012-01-26": "Australia Day", "2012-03-12": "Canberra Day", "2012-04-06": "Good Friday", "2012-04-07": "Easter Saturday", "2012-04-09": "Easter Monday", "2012-04-25": "ANZAC Day", "2012-06-11": "Queen's Birthday", "2012-08-06": "Bank Holiday", "2012-10-01": "Labor Day", "2012-10-08": "Family & Community Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-28": "Australia Day", "2013-03-11": "Canberra Day", "2013-03-29": "Good Friday", "2013-03-30": "Easter Saturday", "2013-04-01": "Easter Monday", "2013-04-25": "ANZAC Day", "2013-06-10": "Queen's Birthday", "2013-08-05": "Bank Holiday", "2013-09-30": "Family & Community Day", "2013-10-07": "Labor Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-27": "Australia Day", "2014-03-10": "Canberra Day", "2014-04-18": "Good Friday", "2014-04-19": "Easter Saturday", "2014-04-21": "Easter Monday", "2014-04-25": "ANZAC Day", "2014-06-09": "Queen's Birthday", "2014-08-04": "Bank Holiday", "2014-09-29": "Family & Community Day", "2014-10-06": "Labor Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-26": "Australia Day", "2015-03-09": "Canberra Day", "2015-04-03": "Good Friday", "2015-04-04": "Easter Saturday", "2015-04-06": "Easter Monday", "2015-04-25": "ANZAC Day", "2015-06-08": "Queen's Birthday", "2015-08-03": "Bank Holiday", "2015-09-28": "Family & Community Day", "2015-10-05": "Labor Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-26": "Australia Day", "2016-03-14": "Canberra Day", "2016-03-25": "Good Friday", "2016-03-26": "Easter Saturday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-25": "ANZAC Day", "2016-06-13": "Queen's Birthday", "2016-08-01": "Bank Holiday", "2016-09-26": "Family & Community Day", "2016-10-03": "Labor Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-26": "Australia Day", "2017-03-13": "Canberra Day", "2017-04-14": "Good Friday", "2017-04-15": "Easter Saturday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-25": "ANZAC Day", "2017-06-12": "Queen's Birthday", "2017-08-07": "Bank Holiday", "2017-09-25": "Family & Community Day", "2017-10-02": "Labor Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-26": "Australia Day", "2018-03-12": "Canberra Day", "2018-03-30": "Good Friday", "2018-03-31": "Easter Saturday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-25": "ANZAC Day", "2018-05-28": "Reconciliation Day", "2018-06-11": "Queen's Birthday", "2018-08-06": "Bank Holiday", "2018-10-01": "Labor Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-28": "Australia Day", "2019-03-11": "Canberra Day", "2019-04-19": "Good Friday", "2019-04-20": "Easter Saturday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-04-25": "ANZAC Day", "2019-05-27": "Reconciliation Day", "2019-06-10": "Queen's Birthday", "2019-08-05": "Bank Holiday", "2019-10-07": "Labor Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-27": "Australia Day", "2020-03-09": "Canberra Day", "2020-04-10": "Good Friday", "2020-04-11": "Easter Saturday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-04-20": "Declared public holiday", "2020-04-25": "ANZAC Day", "2020-06-01": "Reconciliation Day", "2020-06-08": "Queen's Birthday", "2020-08-03": "Bank Holiday", "2020-10-05": "Labor Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-26": "Australia Day", "2021-03-08": "Canberra Day", "2021-04-02": "Good Friday", "2021-04-03": "Easter Saturday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-25": "Additional public holiday", "2021-04-26": "ANZAC Day", "2021-05-31": "Reconciliation Day", "2021-06-14": "Queen's Birthday", "2021-08-02": "Bank Holiday", "2021-10-04": "Labor Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-26": "Australia Day", "2022-03-14": "Canberra Day", "2022-04-15": "Good Friday", "2022-04-16": "Easter Saturday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-25": "ANZAC Day", "2022-05-30": "Reconciliation Day", "2022-06-13": "Queen's Birthday", "2022-08-01": "Bank Holiday", "2022-09-22": "National Day of Mourning for Queen Elizabeth II", "2022-10-03": "Labor Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-26": "Australia Day", "2023-03-13": "Canberra Day", "2023-04-07": "Good Friday", "2023-04-08": "Easter Saturday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-25": "ANZAC Day", "2023-05-29": "Reconciliation Day", "2023-06-12": "King's Birthday", "2023-08-07": "Bank Holiday", "2023-10-02": "Labor Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-26": "Australia Day", "2024-03-11": "Canberra Day", "2024-03-29": "Good Friday", "2024-03-30": "Easter Saturday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-25": "ANZAC Day", "2024-05-27": "Reconciliation Day", "2024-06-10": "King's Birthday", "2024-08-05": "Bank Holiday", "2024-10-07": "Labor Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-27": "Australia Day", "2025-03-10": "Canberra Day", "2025-04-18": "Good Friday", "2025-04-19": "Easter Saturday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-25": "ANZAC Day", "2025-06-02": "Reconciliation Day", "2025-06-09": "King's Birthday", "2025-08-04": "Bank Holiday", "2025-10-06": "Labor Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-26": "Australia Day", "2026-03-09": "Canberra Day", "2026-04-03": "Good Friday", "2026-04-04": "Easter Saturday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-25": "ANZAC Day", "2026-06-01": "Reconciliation Day", "2026-06-08": "King's Birthday", "2026-08-03": "Bank Holiday", "2026-10-05": "Labor Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-26": "Australia Day", "2027-03-08": "Canberra Day", "2027-03-26": "Good Friday", "2027-03-27": "Easter Saturday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-26": "ANZAC Day", "2027-05-31": "Reconciliation Day", "2027-06-14": "King's Birthday", "2027-08-02": "Bank Holiday", "2027-10-04": "Labor Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-26": "Australia Day", "2028-03-13": "Canberra Day", "2028-04-14": "Good Friday", "2028-04-15": "Easter Saturday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-25": "ANZAC Day", "2028-05-29": "Reconciliation Day", "2028-06-12": "King's Birthday", "2028-08-07": "Bank Holiday", "2028-10-02": "Labor Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-26": "Australia Day", "2029-03-12": "Canberra Day", "2029-03-30": "Good Friday", "2029-03-31": "Easter Saturday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-25": "ANZAC Day", "2029-05-28": "Reconciliation Day", "2029-06-11": "King's Birthday", "2029-08-06": "Bank Holiday", "2029-10-01": "Labor Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-28": "Australia Day", "2030-03-11": "Canberra Day", "2030-04-19": "Good Friday", "2030-04-20": "Easter Saturday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-25": "ANZAC Day", "2030-05-27": "Reconciliation Day", "2030-06-10": "King's Birthday", "2030-08-05": "Bank Holiday", "2030-10-07": "Labor Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-27": "Australia Day", "2031-03-10": "Canberra Day", "2031-04-11": "Good Friday", "2031-04-12": "Easter Saturday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-25": "ANZAC Day", "2031-06-02": "Reconciliation Day", "2031-06-09": "King's Birthday", "2031-08-04": "Bank Holiday", "2031-10-06": "Labor Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-26": "Australia Day", "2032-03-08": "Canberra Day", "2032-03-26": "Good Friday", "2032-03-27": "Easter Saturday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-26": "ANZAC Day", "2032-05-31": "Reconciliation Day", "2032-06-14": "King's Birthday", "2032-08-02": "Bank Holiday", "2032-10-04": "Labor Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-26": "Australia Day", "2033-03-14": "Canberra Day", "2033-04-15": "Good Friday", "2033-04-16": "Easter Saturday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-25": "ANZAC Day", "2033-05-30": "Reconciliation Day", "2033-06-13": "King's Birthday", "2033-08-01": "Bank Holiday", "2033-10-03": "Labor Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-26": "Australia Day", "2034-03-13": "Canberra Day", "2034-04-07": "Good Friday", "2034-04-08": "Easter Saturday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-25": "ANZAC Day", "2034-05-29": "Reconciliation Day", "2034-06-12": "King's Birthday", "2034-08-07": "Bank Holiday", "2034-10-02": "Labor Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-26": "Australia Day", "2035-03-12": "Canberra Day", "2035-03-23": "Good Friday", "2035-03-24": "Easter Saturday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-25": "ANZAC Day", "2035-05-28": "Reconciliation Day", "2035-06-11": "King's Birthday", "2035-08-06": "Bank Holiday", "2035-10-01": "Labor Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-28": "Australia Day", "2036-03-10": "Canberra Day", "2036-04-11": "Good Friday", "2036-04-12": "Easter Saturday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-25": "ANZAC Day", "2036-06-02": "Reconciliation Day", "2036-06-09": "King's Birthday", "2036-08-04": "Bank Holiday", "2036-10-06": "Labor Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-26": "Australia Day", "2037-03-09": "Canberra Day", "2037-04-03": "Good Friday", "2037-04-04": "Easter Saturday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-25": "ANZAC Day", "2037-06-01": "Reconciliation Day", "2037-06-08": "King's Birthday", "2037-08-03": "Bank Holiday", "2037-10-05": "Labor Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-26": "Australia Day", "2038-03-08": "Canberra Day", "2038-04-23": "Good Friday", "2038-04-24": "Easter Saturday", "2038-04-25": "Easter Sunday", "2038-04-26": "ANZAC Day; Easter Monday", "2038-05-31": "Reconciliation Day", "2038-06-14": "King's Birthday", "2038-08-02": "Bank Holiday", "2038-10-04": "Labor Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-26": "Australia Day", "2039-03-14": "Canberra Day", "2039-04-08": "Good Friday", "2039-04-09": "Easter Saturday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-25": "ANZAC Day", "2039-05-30": "Reconciliation Day", "2039-06-13": "King's Birthday", "2039-08-01": "Bank Holiday", "2039-10-03": "Labor Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-26": "Australia Day", "2040-03-12": "Canberra Day", "2040-03-30": "Good Friday", "2040-03-31": "Easter Saturday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-25": "ANZAC Day", "2040-05-28": "Reconciliation Day", "2040-06-11": "King's Birthday", "2040-08-06": "Bank Holiday", "2040-10-01": "Labor Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-28": "Australia Day", "2041-03-11": "Canberra Day", "2041-04-19": "Good Friday", "2041-04-20": "Easter Saturday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-25": "ANZAC Day", "2041-05-27": "Reconciliation Day", "2041-06-10": "King's Birthday", "2041-08-05": "Bank Holiday", "2041-10-07": "Labor Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-27": "Australia Day", "2042-03-10": "Canberra Day", "2042-04-04": "Good Friday", "2042-04-05": "Easter Saturday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-25": "ANZAC Day", "2042-06-02": "Reconciliation Day", "2042-06-09": "King's Birthday", "2042-08-04": "Bank Holiday", "2042-10-06": "Labor Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-26": "Australia Day", "2043-03-09": "Canberra Day", "2043-03-27": "Good Friday", "2043-03-28": "Easter Saturday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-25": "ANZAC Day", "2043-06-01": "Reconciliation Day", "2043-06-08": "King's Birthday", "2043-08-03": "Bank Holiday", "2043-10-05": "Labor Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-26": "Australia Day", "2044-03-14": "Canberra Day", "2044-04-15": "Good Friday", "2044-04-16": "Easter Saturday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-25": "ANZAC Day", "2044-05-30": "Reconciliation Day", "2044-06-13": "King's Birthday", "2044-08-01": "Bank Holiday", "2044-10-03": "Labor Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-26": "Australia Day", "2045-03-13": "Canberra Day", "2045-04-07": "Good Friday", "2045-04-08": "Easter Saturday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-25": "ANZAC Day", "2045-05-29": "Reconciliation Day", "2045-06-12": "King's Birthday", "2045-08-07": "Bank Holiday", "2045-10-02": "Labor Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-26": "Australia Day", "2046-03-12": "Canberra Day", "2046-03-23": "Good Friday", "2046-03-24": "Easter Saturday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-25": "ANZAC Day", "2046-05-28": "Reconciliation Day", "2046-06-11": "King's Birthday", "2046-08-06": "Bank Holiday", "2046-10-01": "Labor Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-28": "Australia Day", "2047-03-11": "Canberra Day", "2047-04-12": "Good Friday", "2047-04-13": "Easter Saturday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-25": "ANZAC Day", "2047-05-27": "Reconciliation Day", "2047-06-10": "King's Birthday", "2047-08-05": "Bank Holiday", "2047-10-07": "Labor Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-27": "Australia Day", "2048-03-09": "Canberra Day", "2048-04-03": "Good Friday", "2048-04-04": "Easter Saturday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-25": "ANZAC Day", "2048-06-01": "Reconciliation Day", "2048-06-08": "King's Birthday", "2048-08-03": "Bank Holiday", "2048-10-05": "Labor Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-26": "Australia Day", "2049-03-08": "Canberra Day", "2049-04-16": "Good Friday", "2049-04-17": "Easter Saturday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-26": "ANZAC Day", "2049-05-31": "Reconciliation Day", "2049-06-14": "King's Birthday", "2049-08-02": "Bank Holiday", "2049-10-04": "Labor Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-26": "Australia Day", "2050-03-14": "Canberra Day", "2050-04-08": "Good Friday", "2050-04-09": "Easter Saturday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-25": "ANZAC Day", "2050-05-30": "Reconciliation Day", "2050-06-13": "King's Birthday", "2050-08-01": "Bank Holiday", "2050-10-03": "Labor Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/AU_COMMON.json000066400000000000000000000566651500152103600215750ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-26": "Australia Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "ANZAC Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-26": "Australia Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "ANZAC Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-26": "Australia Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "ANZAC Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-26": "Australia Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "ANZAC Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-01-26": "Australia Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "ANZAC Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-01-26": "Australia Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "ANZAC Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1956-01-01": "New Year's Day", "1956-01-26": "Australia Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "ANZAC Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-26": "Australia Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "ANZAC Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-26": "Australia Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "ANZAC Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-26": "Australia Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "ANZAC Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-01-26": "Australia Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "ANZAC Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1961-01-01": "New Year's Day", "1961-01-26": "Australia Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "ANZAC Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-26": "Australia Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "ANZAC Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-26": "Australia Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "ANZAC Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-26": "Australia Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "ANZAC Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-01-26": "Australia Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "ANZAC Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1966-01-01": "New Year's Day", "1966-01-26": "Australia Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "ANZAC Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-01-26": "Australia Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "ANZAC Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-26": "Australia Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "ANZAC Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-26": "Australia Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "ANZAC Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-26": "Australia Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "ANZAC Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-01-26": "Australia Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "ANZAC Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1972-01-01": "New Year's Day", "1972-01-26": "Australia Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "ANZAC Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-26": "Australia Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "ANZAC Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-26": "Australia Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "ANZAC Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-26": "Australia Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "ANZAC Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-26": "Australia Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "ANZAC Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1977-01-01": "New Year's Day", "1977-01-26": "Australia Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "ANZAC Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1978-01-01": "New Year's Day", "1978-01-26": "Australia Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "ANZAC Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-26": "Australia Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "ANZAC Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-26": "Australia Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "ANZAC Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-26": "Australia Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "ANZAC Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-01-26": "Australia Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "ANZAC Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1983-01-01": "New Year's Day", "1983-01-26": "Australia Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "ANZAC Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1984-01-01": "New Year's Day", "1984-01-26": "Australia Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "ANZAC Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-26": "Australia Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "ANZAC Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-26": "Australia Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "ANZAC Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-26": "Australia Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "ANZAC Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-01-26": "Australia Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "ANZAC Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1989-01-01": "New Year's Day", "1989-01-26": "Australia Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "ANZAC Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-26": "Australia Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "ANZAC Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-26": "Australia Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "ANZAC Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-26": "Australia Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "ANZAC Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-01-26": "Australia Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "ANZAC Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1994-01-01": "New Year's Day", "1994-01-26": "Australia Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "ANZAC Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1995-01-01": "New Year's Day", "1995-01-26": "Australia Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "ANZAC Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-26": "Australia Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "ANZAC Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-26": "Australia Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "ANZAC Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-26": "Australia Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "ANZAC Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-26": "Australia Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "ANZAC Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "2000-01-01": "New Year's Day", "2000-01-26": "Australia Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "ANZAC Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-26": "Australia Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "ANZAC Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-26": "Australia Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "ANZAC Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-26": "Australia Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "ANZAC Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-26": "Australia Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "ANZAC Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2005-01-01": "New Year's Day", "2005-01-26": "Australia Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "ANZAC Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2006-01-01": "New Year's Day", "2006-01-26": "Australia Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "ANZAC Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-26": "Australia Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "ANZAC Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-26": "Australia Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "ANZAC Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-26": "Australia Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "ANZAC Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-26": "Australia Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "ANZAC Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2011-01-01": "New Year's Day", "2011-01-26": "Australia Day", "2011-04-22": "Good Friday", "2011-04-25": "ANZAC Day; Easter Monday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2012-01-01": "New Year's Day", "2012-01-26": "Australia Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "ANZAC Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-26": "Australia Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "ANZAC Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-26": "Australia Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "ANZAC Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-26": "Australia Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "ANZAC Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-01-26": "Australia Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "ANZAC Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2017-01-01": "New Year's Day", "2017-01-26": "Australia Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "ANZAC Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-26": "Australia Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "ANZAC Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-26": "Australia Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "ANZAC Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-26": "Australia Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "ANZAC Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-01-26": "Australia Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "ANZAC Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2022-01-01": "New Year's Day", "2022-01-26": "Australia Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "ANZAC Day", "2022-09-22": "National Day of Mourning for Queen Elizabeth II", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2023-01-01": "New Year's Day", "2023-01-26": "Australia Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "ANZAC Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-26": "Australia Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "ANZAC Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-26": "Australia Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "ANZAC Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-26": "Australia Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "ANZAC Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-01-26": "Australia Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "ANZAC Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2028-01-01": "New Year's Day", "2028-01-26": "Australia Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "ANZAC Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-26": "Australia Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "ANZAC Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-26": "Australia Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "ANZAC Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-26": "Australia Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "ANZAC Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-26": "Australia Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "ANZAC Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2033-01-01": "New Year's Day", "2033-01-26": "Australia Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "ANZAC Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2034-01-01": "New Year's Day", "2034-01-26": "Australia Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "ANZAC Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-26": "Australia Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "ANZAC Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-26": "Australia Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "ANZAC Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-26": "Australia Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "ANZAC Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-01-26": "Australia Day", "2038-04-23": "Good Friday", "2038-04-25": "ANZAC Day", "2038-04-26": "Easter Monday", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2039-01-01": "New Year's Day", "2039-01-26": "Australia Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "ANZAC Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2040-01-01": "New Year's Day", "2040-01-26": "Australia Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "ANZAC Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-26": "Australia Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "ANZAC Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-26": "Australia Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "ANZAC Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-26": "Australia Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "ANZAC Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-01-26": "Australia Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "ANZAC Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2045-01-01": "New Year's Day", "2045-01-26": "Australia Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "ANZAC Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-26": "Australia Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "ANZAC Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-26": "Australia Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "ANZAC Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-26": "Australia Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "ANZAC Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-01-26": "Australia Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "ANZAC Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2050-01-01": "New Year's Day", "2050-01-26": "Australia Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "ANZAC Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day" } holidays-0.71/snapshots/countries/AU_NSW.json000066400000000000000000001245521500152103600212430ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-01-26": "Australia Day", "1950-04-07": "Good Friday", "1950-04-08": "Easter Saturday", "1950-04-10": "Easter Monday", "1950-04-25": "ANZAC Day", "1950-06-12": "King's Birthday", "1950-08-07": "Bank Holiday", "1950-10-02": "Labor Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-26": "Australia Day", "1951-03-23": "Good Friday", "1951-03-24": "Easter Saturday", "1951-03-26": "Easter Monday", "1951-04-25": "ANZAC Day", "1951-06-11": "King's Birthday", "1951-08-06": "Bank Holiday", "1951-10-01": "Labor Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-26": "Australia Day", "1952-04-11": "Good Friday", "1952-04-12": "Easter Saturday", "1952-04-14": "Easter Monday", "1952-04-25": "ANZAC Day", "1952-06-09": "Queen's Birthday", "1952-08-04": "Bank Holiday", "1952-10-06": "Labor Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-26": "Australia Day", "1953-04-03": "Good Friday", "1953-04-04": "Easter Saturday", "1953-04-06": "Easter Monday", "1953-04-25": "ANZAC Day", "1953-04-27": "ANZAC Day (observed)", "1953-06-08": "Queen's Birthday", "1953-08-03": "Bank Holiday", "1953-10-05": "Labor Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-01-26": "Australia Day", "1954-04-16": "Good Friday", "1954-04-17": "Easter Saturday", "1954-04-19": "Easter Monday", "1954-04-25": "ANZAC Day", "1954-04-26": "ANZAC Day (observed)", "1954-06-14": "Queen's Birthday", "1954-08-02": "Bank Holiday", "1954-10-04": "Labor Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-26": "Australia Day", "1955-04-08": "Good Friday", "1955-04-09": "Easter Saturday", "1955-04-11": "Easter Monday", "1955-04-25": "ANZAC Day", "1955-06-13": "Queen's Birthday", "1955-08-01": "Bank Holiday", "1955-10-03": "Labor Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-01-26": "Australia Day", "1956-03-30": "Good Friday", "1956-03-31": "Easter Saturday", "1956-04-02": "Easter Monday", "1956-04-25": "ANZAC Day", "1956-06-11": "Queen's Birthday", "1956-08-06": "Bank Holiday", "1956-10-01": "Labor Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-26": "Australia Day", "1957-04-19": "Good Friday", "1957-04-20": "Easter Saturday", "1957-04-22": "Easter Monday", "1957-04-25": "ANZAC Day", "1957-06-10": "Queen's Birthday", "1957-08-05": "Bank Holiday", "1957-10-07": "Labor Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-26": "Australia Day", "1958-01-27": "Australia Day (observed)", "1958-04-04": "Good Friday", "1958-04-05": "Easter Saturday", "1958-04-07": "Easter Monday", "1958-04-25": "ANZAC Day", "1958-06-09": "Queen's Birthday", "1958-08-04": "Bank Holiday", "1958-10-06": "Labor Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-26": "Australia Day", "1959-03-27": "Good Friday", "1959-03-28": "Easter Saturday", "1959-03-30": "Easter Monday", "1959-04-25": "ANZAC Day", "1959-04-27": "ANZAC Day (observed)", "1959-06-08": "Queen's Birthday", "1959-08-03": "Bank Holiday", "1959-10-05": "Labor Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-01-26": "Australia Day", "1960-04-15": "Good Friday", "1960-04-16": "Easter Saturday", "1960-04-18": "Easter Monday", "1960-04-25": "ANZAC Day", "1960-06-13": "Queen's Birthday", "1960-08-01": "Bank Holiday", "1960-10-03": "Labor Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-26": "Australia Day", "1961-03-31": "Good Friday", "1961-04-01": "Easter Saturday", "1961-04-03": "Easter Monday", "1961-04-25": "ANZAC Day", "1961-06-12": "Queen's Birthday", "1961-08-07": "Bank Holiday", "1961-10-02": "Labor Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-26": "Australia Day", "1962-04-20": "Good Friday", "1962-04-21": "Easter Saturday", "1962-04-23": "Easter Monday", "1962-04-25": "ANZAC Day", "1962-06-11": "Queen's Birthday", "1962-08-06": "Bank Holiday", "1962-10-01": "Labor Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-26": "Australia Day", "1963-04-12": "Good Friday", "1963-04-13": "Easter Saturday", "1963-04-15": "Easter Monday", "1963-04-25": "ANZAC Day", "1963-06-10": "Queen's Birthday", "1963-08-05": "Bank Holiday", "1963-10-07": "Labor Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-26": "Australia Day", "1964-01-27": "Australia Day (observed)", "1964-03-27": "Good Friday", "1964-03-28": "Easter Saturday", "1964-03-30": "Easter Monday", "1964-04-25": "ANZAC Day", "1964-04-27": "ANZAC Day (observed)", "1964-06-08": "Queen's Birthday", "1964-08-03": "Bank Holiday", "1964-10-05": "Labor Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-01-26": "Australia Day", "1965-04-16": "Good Friday", "1965-04-17": "Easter Saturday", "1965-04-19": "Easter Monday", "1965-04-25": "ANZAC Day", "1965-04-26": "ANZAC Day (observed)", "1965-06-14": "Queen's Birthday", "1965-08-02": "Bank Holiday", "1965-10-04": "Labor Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-26": "Australia Day", "1966-04-08": "Good Friday", "1966-04-09": "Easter Saturday", "1966-04-11": "Easter Monday", "1966-04-25": "ANZAC Day", "1966-06-13": "Queen's Birthday", "1966-08-01": "Bank Holiday", "1966-10-03": "Labor Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-26": "Australia Day", "1967-03-24": "Good Friday", "1967-03-25": "Easter Saturday", "1967-03-27": "Easter Monday", "1967-04-25": "ANZAC Day", "1967-06-12": "Queen's Birthday", "1967-08-07": "Bank Holiday", "1967-10-02": "Labor Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-26": "Australia Day", "1968-04-12": "Good Friday", "1968-04-13": "Easter Saturday", "1968-04-15": "Easter Monday", "1968-04-25": "ANZAC Day", "1968-06-10": "Queen's Birthday", "1968-08-05": "Bank Holiday", "1968-10-07": "Labor Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-26": "Australia Day", "1969-01-27": "Australia Day (observed)", "1969-04-04": "Good Friday", "1969-04-05": "Easter Saturday", "1969-04-07": "Easter Monday", "1969-04-25": "ANZAC Day", "1969-06-09": "Queen's Birthday", "1969-08-04": "Bank Holiday", "1969-10-06": "Labor Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-26": "Australia Day", "1970-03-27": "Good Friday", "1970-03-28": "Easter Saturday", "1970-03-30": "Easter Monday", "1970-04-25": "ANZAC Day", "1970-04-27": "ANZAC Day (observed)", "1970-06-08": "Queen's Birthday", "1970-08-03": "Bank Holiday", "1970-10-05": "Labor Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-01-26": "Australia Day", "1971-04-09": "Good Friday", "1971-04-10": "Easter Saturday", "1971-04-12": "Easter Monday", "1971-04-25": "ANZAC Day", "1971-04-26": "ANZAC Day (observed)", "1971-06-14": "Queen's Birthday", "1971-08-02": "Bank Holiday", "1971-10-04": "Labor Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-26": "Australia Day", "1972-03-31": "Good Friday", "1972-04-01": "Easter Saturday", "1972-04-03": "Easter Monday", "1972-04-25": "ANZAC Day", "1972-06-12": "Queen's Birthday", "1972-08-07": "Bank Holiday", "1972-10-02": "Labor Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-26": "Australia Day", "1973-04-20": "Good Friday", "1973-04-21": "Easter Saturday", "1973-04-23": "Easter Monday", "1973-04-25": "ANZAC Day", "1973-06-11": "Queen's Birthday", "1973-08-06": "Bank Holiday", "1973-10-01": "Labor Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-26": "Australia Day", "1974-04-12": "Good Friday", "1974-04-13": "Easter Saturday", "1974-04-15": "Easter Monday", "1974-04-25": "ANZAC Day", "1974-06-10": "Queen's Birthday", "1974-08-05": "Bank Holiday", "1974-10-07": "Labor Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-26": "Australia Day", "1975-01-27": "Australia Day (observed)", "1975-03-28": "Good Friday", "1975-03-29": "Easter Saturday", "1975-03-31": "Easter Monday", "1975-04-25": "ANZAC Day", "1975-06-09": "Queen's Birthday", "1975-08-04": "Bank Holiday", "1975-10-06": "Labor Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-26": "Australia Day", "1976-04-16": "Good Friday", "1976-04-17": "Easter Saturday", "1976-04-19": "Easter Monday", "1976-04-25": "ANZAC Day", "1976-04-26": "ANZAC Day (observed)", "1976-06-14": "Queen's Birthday", "1976-08-02": "Bank Holiday", "1976-10-04": "Labor Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-26": "Australia Day", "1977-04-08": "Good Friday", "1977-04-09": "Easter Saturday", "1977-04-11": "Easter Monday", "1977-04-25": "ANZAC Day", "1977-06-13": "Queen's Birthday", "1977-08-01": "Bank Holiday", "1977-10-03": "Labor Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-26": "Australia Day", "1978-03-24": "Good Friday", "1978-03-25": "Easter Saturday", "1978-03-27": "Easter Monday", "1978-04-25": "ANZAC Day", "1978-06-12": "Queen's Birthday", "1978-08-07": "Bank Holiday", "1978-10-02": "Labor Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-26": "Australia Day", "1979-04-13": "Good Friday", "1979-04-14": "Easter Saturday", "1979-04-16": "Easter Monday", "1979-04-25": "ANZAC Day", "1979-06-11": "Queen's Birthday", "1979-08-06": "Bank Holiday", "1979-10-01": "Labor Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-26": "Australia Day", "1980-04-04": "Good Friday", "1980-04-05": "Easter Saturday", "1980-04-07": "Easter Monday", "1980-04-25": "ANZAC Day", "1980-06-09": "Queen's Birthday", "1980-08-04": "Bank Holiday", "1980-10-06": "Labor Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-26": "Australia Day", "1981-04-17": "Good Friday", "1981-04-18": "Easter Saturday", "1981-04-20": "Easter Monday", "1981-04-25": "ANZAC Day", "1981-04-27": "ANZAC Day (observed)", "1981-06-08": "Queen's Birthday", "1981-08-03": "Bank Holiday", "1981-10-05": "Labor Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-01-26": "Australia Day", "1982-04-09": "Good Friday", "1982-04-10": "Easter Saturday", "1982-04-12": "Easter Monday", "1982-04-25": "ANZAC Day", "1982-04-26": "ANZAC Day (observed)", "1982-06-14": "Queen's Birthday", "1982-08-02": "Bank Holiday", "1982-10-04": "Labor Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-26": "Australia Day", "1983-04-01": "Good Friday", "1983-04-02": "Easter Saturday", "1983-04-04": "Easter Monday", "1983-04-25": "ANZAC Day", "1983-06-13": "Queen's Birthday", "1983-08-01": "Bank Holiday", "1983-10-03": "Labor Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-26": "Australia Day", "1984-04-20": "Good Friday", "1984-04-21": "Easter Saturday", "1984-04-23": "Easter Monday", "1984-04-25": "ANZAC Day", "1984-06-11": "Queen's Birthday", "1984-08-06": "Bank Holiday", "1984-10-01": "Labor Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-26": "Australia Day", "1985-04-05": "Good Friday", "1985-04-06": "Easter Saturday", "1985-04-08": "Easter Monday", "1985-04-25": "ANZAC Day", "1985-06-10": "Queen's Birthday", "1985-08-05": "Bank Holiday", "1985-10-07": "Labor Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-26": "Australia Day", "1986-01-27": "Australia Day (observed)", "1986-03-28": "Good Friday", "1986-03-29": "Easter Saturday", "1986-03-31": "Easter Monday", "1986-04-25": "ANZAC Day", "1986-06-09": "Queen's Birthday", "1986-08-04": "Bank Holiday", "1986-10-06": "Labor Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-26": "Australia Day", "1987-04-17": "Good Friday", "1987-04-18": "Easter Saturday", "1987-04-20": "Easter Monday", "1987-04-25": "ANZAC Day", "1987-04-27": "ANZAC Day (observed)", "1987-06-08": "Queen's Birthday", "1987-08-03": "Bank Holiday", "1987-10-05": "Labor Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-01-26": "Australia Day", "1988-04-01": "Good Friday", "1988-04-02": "Easter Saturday", "1988-04-04": "Easter Monday", "1988-04-25": "ANZAC Day", "1988-06-13": "Queen's Birthday", "1988-08-01": "Bank Holiday", "1988-10-03": "Labor Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-26": "Australia Day", "1989-03-24": "Good Friday", "1989-03-25": "Easter Saturday", "1989-03-27": "Easter Monday", "1989-04-25": "ANZAC Day", "1989-06-12": "Queen's Birthday", "1989-08-07": "Bank Holiday", "1989-10-02": "Labor Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-26": "Australia Day", "1990-04-13": "Good Friday", "1990-04-14": "Easter Saturday", "1990-04-16": "Easter Monday", "1990-04-25": "ANZAC Day", "1990-06-11": "Queen's Birthday", "1990-08-06": "Bank Holiday", "1990-10-01": "Labor Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-26": "Australia Day", "1991-03-29": "Good Friday", "1991-03-30": "Easter Saturday", "1991-04-01": "Easter Monday", "1991-04-25": "ANZAC Day", "1991-06-10": "Queen's Birthday", "1991-08-05": "Bank Holiday", "1991-10-07": "Labor Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-26": "Australia Day", "1992-01-27": "Australia Day (observed)", "1992-04-17": "Good Friday", "1992-04-18": "Easter Saturday", "1992-04-20": "Easter Monday", "1992-04-25": "ANZAC Day", "1992-04-27": "ANZAC Day (observed)", "1992-06-08": "Queen's Birthday", "1992-08-03": "Bank Holiday", "1992-10-05": "Labor Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-01-26": "Australia Day", "1993-04-09": "Good Friday", "1993-04-10": "Easter Saturday", "1993-04-12": "Easter Monday", "1993-04-25": "ANZAC Day", "1993-04-26": "ANZAC Day (observed)", "1993-06-14": "Queen's Birthday", "1993-08-02": "Bank Holiday", "1993-10-04": "Labor Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-26": "Australia Day", "1994-04-01": "Good Friday", "1994-04-02": "Easter Saturday", "1994-04-04": "Easter Monday", "1994-04-25": "ANZAC Day", "1994-06-13": "Queen's Birthday", "1994-08-01": "Bank Holiday", "1994-10-03": "Labor Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-26": "Australia Day", "1995-04-14": "Good Friday", "1995-04-15": "Easter Saturday", "1995-04-17": "Easter Monday", "1995-04-25": "ANZAC Day", "1995-06-12": "Queen's Birthday", "1995-08-07": "Bank Holiday", "1995-10-02": "Labor Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-26": "Australia Day", "1996-04-05": "Good Friday", "1996-04-06": "Easter Saturday", "1996-04-08": "Easter Monday", "1996-04-25": "ANZAC Day", "1996-06-10": "Queen's Birthday", "1996-08-05": "Bank Holiday", "1996-10-07": "Labor Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-26": "Australia Day", "1997-01-27": "Australia Day (observed)", "1997-03-28": "Good Friday", "1997-03-29": "Easter Saturday", "1997-03-31": "Easter Monday", "1997-04-25": "ANZAC Day", "1997-06-09": "Queen's Birthday", "1997-08-04": "Bank Holiday", "1997-10-06": "Labor Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-26": "Australia Day", "1998-04-10": "Good Friday", "1998-04-11": "Easter Saturday", "1998-04-13": "Easter Monday", "1998-04-25": "ANZAC Day", "1998-04-27": "ANZAC Day (observed)", "1998-06-08": "Queen's Birthday", "1998-08-03": "Bank Holiday", "1998-10-05": "Labor Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-26": "Australia Day", "1999-04-02": "Good Friday", "1999-04-03": "Easter Saturday", "1999-04-05": "Easter Monday", "1999-04-25": "ANZAC Day", "1999-04-26": "ANZAC Day (observed)", "1999-06-14": "Queen's Birthday", "1999-08-02": "Bank Holiday", "1999-10-04": "Labor Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-26": "Australia Day", "2000-04-21": "Good Friday", "2000-04-22": "Easter Saturday", "2000-04-24": "Easter Monday", "2000-04-25": "ANZAC Day", "2000-06-12": "Queen's Birthday", "2000-08-07": "Bank Holiday", "2000-10-02": "Labor Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-26": "Australia Day", "2001-04-13": "Good Friday", "2001-04-14": "Easter Saturday", "2001-04-16": "Easter Monday", "2001-04-25": "ANZAC Day", "2001-06-11": "Queen's Birthday", "2001-08-06": "Bank Holiday", "2001-10-01": "Labor Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-26": "Australia Day", "2002-03-29": "Good Friday", "2002-03-30": "Easter Saturday", "2002-04-01": "Easter Monday", "2002-04-25": "ANZAC Day", "2002-06-10": "Queen's Birthday", "2002-08-05": "Bank Holiday", "2002-10-07": "Labor Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-26": "Australia Day", "2003-01-27": "Australia Day (observed)", "2003-04-18": "Good Friday", "2003-04-19": "Easter Saturday", "2003-04-21": "Easter Monday", "2003-04-25": "ANZAC Day", "2003-06-09": "Queen's Birthday", "2003-08-04": "Bank Holiday", "2003-10-06": "Labor Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-26": "Australia Day", "2004-04-09": "Good Friday", "2004-04-10": "Easter Saturday", "2004-04-12": "Easter Monday", "2004-04-25": "ANZAC Day", "2004-04-26": "ANZAC Day (observed)", "2004-06-14": "Queen's Birthday", "2004-08-02": "Bank Holiday", "2004-10-04": "Labor Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-26": "Australia Day", "2005-03-25": "Good Friday", "2005-03-26": "Easter Saturday", "2005-03-28": "Easter Monday", "2005-04-25": "ANZAC Day", "2005-06-13": "Queen's Birthday", "2005-08-01": "Bank Holiday", "2005-10-03": "Labor Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-26": "Australia Day", "2006-04-14": "Good Friday", "2006-04-15": "Easter Saturday", "2006-04-17": "Easter Monday", "2006-04-25": "ANZAC Day", "2006-06-12": "Queen's Birthday", "2006-08-07": "Bank Holiday", "2006-10-02": "Labor Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-26": "Australia Day", "2007-04-06": "Good Friday", "2007-04-07": "Easter Saturday", "2007-04-09": "Easter Monday", "2007-04-25": "ANZAC Day", "2007-06-11": "Queen's Birthday", "2007-08-06": "Bank Holiday", "2007-10-01": "Labor Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-26": "Australia Day", "2008-03-21": "Good Friday", "2008-03-22": "Easter Saturday", "2008-03-24": "Easter Monday", "2008-04-25": "ANZAC Day", "2008-06-09": "Queen's Birthday", "2008-08-04": "Bank Holiday", "2008-10-06": "Labor Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-26": "Australia Day", "2009-04-10": "Good Friday", "2009-04-11": "Easter Saturday", "2009-04-13": "Easter Monday", "2009-04-25": "ANZAC Day", "2009-04-27": "ANZAC Day (observed)", "2009-06-08": "Queen's Birthday", "2009-08-03": "Bank Holiday", "2009-10-05": "Labor Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-26": "Australia Day", "2010-04-02": "Good Friday", "2010-04-03": "Easter Saturday", "2010-04-05": "Easter Monday", "2010-04-25": "ANZAC Day", "2010-04-26": "ANZAC Day (observed)", "2010-06-14": "Queen's Birthday", "2010-08-02": "Bank Holiday", "2010-10-04": "Labor Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-26": "Australia Day", "2011-04-22": "Good Friday", "2011-04-23": "Easter Saturday", "2011-04-24": "Easter Sunday", "2011-04-25": "ANZAC Day; Easter Monday", "2011-06-13": "Queen's Birthday", "2011-08-01": "Bank Holiday", "2011-10-03": "Labor Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-26": "Australia Day", "2012-04-06": "Good Friday", "2012-04-07": "Easter Saturday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-04-25": "ANZAC Day", "2012-06-11": "Queen's Birthday", "2012-08-06": "Bank Holiday", "2012-10-01": "Labor Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-28": "Australia Day", "2013-03-29": "Good Friday", "2013-03-30": "Easter Saturday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-04-25": "ANZAC Day", "2013-06-10": "Queen's Birthday", "2013-08-05": "Bank Holiday", "2013-10-07": "Labor Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-27": "Australia Day", "2014-04-18": "Good Friday", "2014-04-19": "Easter Saturday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-04-25": "ANZAC Day", "2014-06-09": "Queen's Birthday", "2014-08-04": "Bank Holiday", "2014-10-06": "Labor Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-26": "Australia Day", "2015-04-03": "Good Friday", "2015-04-04": "Easter Saturday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-04-25": "ANZAC Day", "2015-06-08": "Queen's Birthday", "2015-08-03": "Bank Holiday", "2015-10-05": "Labor Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-26": "Australia Day", "2016-03-25": "Good Friday", "2016-03-26": "Easter Saturday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-25": "ANZAC Day", "2016-06-13": "Queen's Birthday", "2016-08-01": "Bank Holiday", "2016-10-03": "Labor Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-26": "Australia Day", "2017-04-14": "Good Friday", "2017-04-15": "Easter Saturday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-25": "ANZAC Day", "2017-06-12": "Queen's Birthday", "2017-08-07": "Bank Holiday", "2017-10-02": "Labor Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-26": "Australia Day", "2018-03-30": "Good Friday", "2018-03-31": "Easter Saturday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-25": "ANZAC Day", "2018-06-11": "Queen's Birthday", "2018-08-06": "Bank Holiday", "2018-10-01": "Labor Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-28": "Australia Day", "2019-04-19": "Good Friday", "2019-04-20": "Easter Saturday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-04-25": "ANZAC Day", "2019-06-10": "Queen's Birthday", "2019-08-05": "Bank Holiday", "2019-10-07": "Labor Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-27": "Australia Day", "2020-04-10": "Good Friday", "2020-04-11": "Easter Saturday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-04-25": "ANZAC Day", "2020-06-08": "Queen's Birthday", "2020-08-03": "Bank Holiday", "2020-10-05": "Labor Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-26": "Australia Day", "2021-04-02": "Good Friday", "2021-04-03": "Easter Saturday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-25": "ANZAC Day", "2021-06-14": "Queen's Birthday", "2021-08-02": "Bank Holiday", "2021-10-04": "Labor Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-26": "Australia Day", "2022-04-15": "Good Friday", "2022-04-16": "Easter Saturday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-25": "ANZAC Day", "2022-06-13": "Queen's Birthday", "2022-08-01": "Bank Holiday", "2022-09-22": "National Day of Mourning for Queen Elizabeth II", "2022-10-03": "Labor Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-26": "Australia Day", "2023-04-07": "Good Friday", "2023-04-08": "Easter Saturday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-25": "ANZAC Day", "2023-06-12": "King's Birthday", "2023-08-07": "Bank Holiday", "2023-10-02": "Labor Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-26": "Australia Day", "2024-03-29": "Good Friday", "2024-03-30": "Easter Saturday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-25": "ANZAC Day", "2024-06-10": "King's Birthday", "2024-08-05": "Bank Holiday", "2024-10-07": "Labor Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-27": "Australia Day", "2025-04-18": "Good Friday", "2025-04-19": "Easter Saturday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-25": "ANZAC Day", "2025-06-09": "King's Birthday", "2025-08-04": "Bank Holiday", "2025-10-06": "Labor Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-26": "Australia Day", "2026-04-03": "Good Friday", "2026-04-04": "Easter Saturday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-25": "ANZAC Day", "2026-06-08": "King's Birthday", "2026-08-03": "Bank Holiday", "2026-10-05": "Labor Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-26": "Australia Day", "2027-03-26": "Good Friday", "2027-03-27": "Easter Saturday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-25": "ANZAC Day", "2027-06-14": "King's Birthday", "2027-08-02": "Bank Holiday", "2027-10-04": "Labor Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-26": "Australia Day", "2028-04-14": "Good Friday", "2028-04-15": "Easter Saturday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-25": "ANZAC Day", "2028-06-12": "King's Birthday", "2028-08-07": "Bank Holiday", "2028-10-02": "Labor Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-26": "Australia Day", "2029-03-30": "Good Friday", "2029-03-31": "Easter Saturday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-25": "ANZAC Day", "2029-06-11": "King's Birthday", "2029-08-06": "Bank Holiday", "2029-10-01": "Labor Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-28": "Australia Day", "2030-04-19": "Good Friday", "2030-04-20": "Easter Saturday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-25": "ANZAC Day", "2030-06-10": "King's Birthday", "2030-08-05": "Bank Holiday", "2030-10-07": "Labor Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-27": "Australia Day", "2031-04-11": "Good Friday", "2031-04-12": "Easter Saturday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-25": "ANZAC Day", "2031-06-09": "King's Birthday", "2031-08-04": "Bank Holiday", "2031-10-06": "Labor Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-26": "Australia Day", "2032-03-26": "Good Friday", "2032-03-27": "Easter Saturday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-25": "ANZAC Day", "2032-06-14": "King's Birthday", "2032-08-02": "Bank Holiday", "2032-10-04": "Labor Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-26": "Australia Day", "2033-04-15": "Good Friday", "2033-04-16": "Easter Saturday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-25": "ANZAC Day", "2033-06-13": "King's Birthday", "2033-08-01": "Bank Holiday", "2033-10-03": "Labor Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-26": "Australia Day", "2034-04-07": "Good Friday", "2034-04-08": "Easter Saturday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-25": "ANZAC Day", "2034-06-12": "King's Birthday", "2034-08-07": "Bank Holiday", "2034-10-02": "Labor Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-26": "Australia Day", "2035-03-23": "Good Friday", "2035-03-24": "Easter Saturday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-25": "ANZAC Day", "2035-06-11": "King's Birthday", "2035-08-06": "Bank Holiday", "2035-10-01": "Labor Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-28": "Australia Day", "2036-04-11": "Good Friday", "2036-04-12": "Easter Saturday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-25": "ANZAC Day", "2036-06-09": "King's Birthday", "2036-08-04": "Bank Holiday", "2036-10-06": "Labor Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-26": "Australia Day", "2037-04-03": "Good Friday", "2037-04-04": "Easter Saturday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-25": "ANZAC Day", "2037-06-08": "King's Birthday", "2037-08-03": "Bank Holiday", "2037-10-05": "Labor Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-26": "Australia Day", "2038-04-23": "Good Friday", "2038-04-24": "Easter Saturday", "2038-04-25": "ANZAC Day; Easter Sunday", "2038-04-26": "Easter Monday", "2038-06-14": "King's Birthday", "2038-08-02": "Bank Holiday", "2038-10-04": "Labor Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-26": "Australia Day", "2039-04-08": "Good Friday", "2039-04-09": "Easter Saturday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-25": "ANZAC Day", "2039-06-13": "King's Birthday", "2039-08-01": "Bank Holiday", "2039-10-03": "Labor Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-26": "Australia Day", "2040-03-30": "Good Friday", "2040-03-31": "Easter Saturday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-25": "ANZAC Day", "2040-06-11": "King's Birthday", "2040-08-06": "Bank Holiday", "2040-10-01": "Labor Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-28": "Australia Day", "2041-04-19": "Good Friday", "2041-04-20": "Easter Saturday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-25": "ANZAC Day", "2041-06-10": "King's Birthday", "2041-08-05": "Bank Holiday", "2041-10-07": "Labor Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-27": "Australia Day", "2042-04-04": "Good Friday", "2042-04-05": "Easter Saturday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-25": "ANZAC Day", "2042-06-09": "King's Birthday", "2042-08-04": "Bank Holiday", "2042-10-06": "Labor Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-26": "Australia Day", "2043-03-27": "Good Friday", "2043-03-28": "Easter Saturday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-25": "ANZAC Day", "2043-06-08": "King's Birthday", "2043-08-03": "Bank Holiday", "2043-10-05": "Labor Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-26": "Australia Day", "2044-04-15": "Good Friday", "2044-04-16": "Easter Saturday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-25": "ANZAC Day", "2044-06-13": "King's Birthday", "2044-08-01": "Bank Holiday", "2044-10-03": "Labor Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-26": "Australia Day", "2045-04-07": "Good Friday", "2045-04-08": "Easter Saturday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-25": "ANZAC Day", "2045-06-12": "King's Birthday", "2045-08-07": "Bank Holiday", "2045-10-02": "Labor Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-26": "Australia Day", "2046-03-23": "Good Friday", "2046-03-24": "Easter Saturday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-25": "ANZAC Day", "2046-06-11": "King's Birthday", "2046-08-06": "Bank Holiday", "2046-10-01": "Labor Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-28": "Australia Day", "2047-04-12": "Good Friday", "2047-04-13": "Easter Saturday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-25": "ANZAC Day", "2047-06-10": "King's Birthday", "2047-08-05": "Bank Holiday", "2047-10-07": "Labor Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-27": "Australia Day", "2048-04-03": "Good Friday", "2048-04-04": "Easter Saturday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-25": "ANZAC Day", "2048-06-08": "King's Birthday", "2048-08-03": "Bank Holiday", "2048-10-05": "Labor Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-26": "Australia Day", "2049-04-16": "Good Friday", "2049-04-17": "Easter Saturday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-25": "ANZAC Day", "2049-06-14": "King's Birthday", "2049-08-02": "Bank Holiday", "2049-10-04": "Labor Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-26": "Australia Day", "2050-04-08": "Good Friday", "2050-04-09": "Easter Saturday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-25": "ANZAC Day", "2050-06-13": "King's Birthday", "2050-08-01": "Bank Holiday", "2050-10-03": "Labor Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/AU_NT.json000066400000000000000000001246531500152103600211170ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-26": "Australia Day", "1950-04-07": "Good Friday", "1950-04-08": "Easter Saturday", "1950-04-10": "Easter Monday", "1950-04-25": "ANZAC Day", "1950-05-01": "May Day", "1950-06-12": "King's Birthday", "1950-08-07": "Picnic Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-26": "Australia Day", "1951-03-23": "Good Friday", "1951-03-24": "Easter Saturday", "1951-03-26": "Easter Monday", "1951-04-25": "ANZAC Day", "1951-05-07": "May Day", "1951-06-11": "King's Birthday", "1951-08-06": "Picnic Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-26": "Australia Day", "1952-04-11": "Good Friday", "1952-04-12": "Easter Saturday", "1952-04-14": "Easter Monday", "1952-04-25": "ANZAC Day", "1952-05-05": "May Day", "1952-06-09": "Queen's Birthday", "1952-08-04": "Picnic Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-26": "Australia Day", "1953-04-03": "Good Friday", "1953-04-04": "Easter Saturday", "1953-04-06": "Easter Monday", "1953-04-25": "ANZAC Day", "1953-05-04": "May Day", "1953-06-08": "Queen's Birthday", "1953-08-03": "Picnic Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-01-26": "Australia Day", "1954-04-16": "Good Friday", "1954-04-17": "Easter Saturday", "1954-04-19": "Easter Monday", "1954-04-25": "ANZAC Day", "1954-05-03": "May Day", "1954-06-14": "Queen's Birthday", "1954-08-02": "Picnic Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-01-26": "Australia Day", "1955-04-08": "Good Friday", "1955-04-09": "Easter Saturday", "1955-04-11": "Easter Monday", "1955-04-25": "ANZAC Day", "1955-05-02": "May Day", "1955-06-13": "Queen's Birthday", "1955-08-01": "Picnic Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1956-01-01": "New Year's Day", "1956-01-26": "Australia Day", "1956-03-30": "Good Friday", "1956-03-31": "Easter Saturday", "1956-04-02": "Easter Monday", "1956-04-25": "ANZAC Day", "1956-05-07": "May Day", "1956-06-11": "Queen's Birthday", "1956-08-06": "Picnic Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-26": "Australia Day", "1957-04-19": "Good Friday", "1957-04-20": "Easter Saturday", "1957-04-22": "Easter Monday", "1957-04-25": "ANZAC Day", "1957-05-06": "May Day", "1957-06-10": "Queen's Birthday", "1957-08-05": "Picnic Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-26": "Australia Day", "1958-04-04": "Good Friday", "1958-04-05": "Easter Saturday", "1958-04-07": "Easter Monday", "1958-04-25": "ANZAC Day", "1958-05-05": "May Day", "1958-06-09": "Queen's Birthday", "1958-08-04": "Picnic Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-26": "Australia Day", "1959-03-27": "Good Friday", "1959-03-28": "Easter Saturday", "1959-03-30": "Easter Monday", "1959-04-25": "ANZAC Day", "1959-05-04": "May Day", "1959-06-08": "Queen's Birthday", "1959-08-03": "Picnic Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-01-26": "Australia Day", "1960-04-15": "Good Friday", "1960-04-16": "Easter Saturday", "1960-04-18": "Easter Monday", "1960-04-25": "ANZAC Day", "1960-05-02": "May Day", "1960-06-13": "Queen's Birthday", "1960-08-01": "Picnic Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1961-01-01": "New Year's Day", "1961-01-26": "Australia Day", "1961-03-31": "Good Friday", "1961-04-01": "Easter Saturday", "1961-04-03": "Easter Monday", "1961-04-25": "ANZAC Day", "1961-05-01": "May Day", "1961-06-12": "Queen's Birthday", "1961-08-07": "Picnic Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-26": "Australia Day", "1962-04-20": "Good Friday", "1962-04-21": "Easter Saturday", "1962-04-23": "Easter Monday", "1962-04-25": "ANZAC Day", "1962-05-07": "May Day", "1962-06-11": "Queen's Birthday", "1962-08-06": "Picnic Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-26": "Australia Day", "1963-04-12": "Good Friday", "1963-04-13": "Easter Saturday", "1963-04-15": "Easter Monday", "1963-04-25": "ANZAC Day", "1963-05-06": "May Day", "1963-06-10": "Queen's Birthday", "1963-08-05": "Picnic Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-26": "Australia Day", "1964-03-27": "Good Friday", "1964-03-28": "Easter Saturday", "1964-03-30": "Easter Monday", "1964-04-25": "ANZAC Day", "1964-05-04": "May Day", "1964-06-08": "Queen's Birthday", "1964-08-03": "Picnic Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-01-26": "Australia Day", "1965-04-16": "Good Friday", "1965-04-17": "Easter Saturday", "1965-04-19": "Easter Monday", "1965-04-25": "ANZAC Day", "1965-05-03": "May Day", "1965-06-14": "Queen's Birthday", "1965-08-02": "Picnic Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1966-01-01": "New Year's Day", "1966-01-26": "Australia Day", "1966-04-08": "Good Friday", "1966-04-09": "Easter Saturday", "1966-04-11": "Easter Monday", "1966-04-25": "ANZAC Day", "1966-05-02": "May Day", "1966-06-13": "Queen's Birthday", "1966-08-01": "Picnic Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-01-26": "Australia Day", "1967-03-24": "Good Friday", "1967-03-25": "Easter Saturday", "1967-03-27": "Easter Monday", "1967-04-25": "ANZAC Day", "1967-05-01": "May Day", "1967-06-12": "Queen's Birthday", "1967-08-07": "Picnic Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-26": "Australia Day", "1968-04-12": "Good Friday", "1968-04-13": "Easter Saturday", "1968-04-15": "Easter Monday", "1968-04-25": "ANZAC Day", "1968-05-06": "May Day", "1968-06-10": "Queen's Birthday", "1968-08-05": "Picnic Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-26": "Australia Day", "1969-04-04": "Good Friday", "1969-04-05": "Easter Saturday", "1969-04-07": "Easter Monday", "1969-04-25": "ANZAC Day", "1969-05-05": "May Day", "1969-06-09": "Queen's Birthday", "1969-08-04": "Picnic Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-26": "Australia Day", "1970-03-27": "Good Friday", "1970-03-28": "Easter Saturday", "1970-03-30": "Easter Monday", "1970-04-25": "ANZAC Day", "1970-05-04": "May Day", "1970-06-08": "Queen's Birthday", "1970-08-03": "Picnic Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-01-26": "Australia Day", "1971-04-09": "Good Friday", "1971-04-10": "Easter Saturday", "1971-04-12": "Easter Monday", "1971-04-25": "ANZAC Day", "1971-05-03": "May Day", "1971-06-14": "Queen's Birthday", "1971-08-02": "Picnic Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1972-01-01": "New Year's Day", "1972-01-26": "Australia Day", "1972-03-31": "Good Friday", "1972-04-01": "Easter Saturday", "1972-04-03": "Easter Monday", "1972-04-25": "ANZAC Day", "1972-05-01": "May Day", "1972-06-12": "Queen's Birthday", "1972-08-07": "Picnic Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-26": "Australia Day", "1973-04-20": "Good Friday", "1973-04-21": "Easter Saturday", "1973-04-23": "Easter Monday", "1973-04-25": "ANZAC Day", "1973-05-07": "May Day", "1973-06-11": "Queen's Birthday", "1973-08-06": "Picnic Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-26": "Australia Day", "1974-04-12": "Good Friday", "1974-04-13": "Easter Saturday", "1974-04-15": "Easter Monday", "1974-04-25": "ANZAC Day", "1974-05-06": "May Day", "1974-06-10": "Queen's Birthday", "1974-08-05": "Picnic Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-26": "Australia Day", "1975-03-28": "Good Friday", "1975-03-29": "Easter Saturday", "1975-03-31": "Easter Monday", "1975-04-25": "ANZAC Day", "1975-05-05": "May Day", "1975-06-09": "Queen's Birthday", "1975-08-04": "Picnic Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-26": "Australia Day", "1976-04-16": "Good Friday", "1976-04-17": "Easter Saturday", "1976-04-19": "Easter Monday", "1976-04-25": "ANZAC Day", "1976-05-03": "May Day", "1976-06-14": "Queen's Birthday", "1976-08-02": "Picnic Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1977-01-01": "New Year's Day", "1977-01-26": "Australia Day", "1977-04-08": "Good Friday", "1977-04-09": "Easter Saturday", "1977-04-11": "Easter Monday", "1977-04-25": "ANZAC Day", "1977-05-02": "May Day", "1977-06-13": "Queen's Birthday", "1977-08-01": "Picnic Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1978-01-01": "New Year's Day", "1978-01-26": "Australia Day", "1978-03-24": "Good Friday", "1978-03-25": "Easter Saturday", "1978-03-27": "Easter Monday", "1978-04-25": "ANZAC Day", "1978-05-01": "May Day", "1978-06-12": "Queen's Birthday", "1978-08-07": "Picnic Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-26": "Australia Day", "1979-04-13": "Good Friday", "1979-04-14": "Easter Saturday", "1979-04-16": "Easter Monday", "1979-04-25": "ANZAC Day", "1979-05-07": "May Day", "1979-06-11": "Queen's Birthday", "1979-08-06": "Picnic Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-26": "Australia Day", "1980-04-04": "Good Friday", "1980-04-05": "Easter Saturday", "1980-04-07": "Easter Monday", "1980-04-25": "ANZAC Day", "1980-05-05": "May Day", "1980-06-09": "Queen's Birthday", "1980-08-04": "Picnic Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-26": "Australia Day", "1981-04-17": "Good Friday", "1981-04-18": "Easter Saturday", "1981-04-20": "Easter Monday", "1981-04-25": "ANZAC Day", "1981-05-04": "May Day", "1981-06-08": "Queen's Birthday", "1981-08-03": "Picnic Day", "1981-12-25": "Christmas Day", "1981-12-28": "Boxing Day", "1982-01-01": "New Year's Day", "1982-01-26": "Australia Day", "1982-04-09": "Good Friday", "1982-04-10": "Easter Saturday", "1982-04-12": "Easter Monday", "1982-04-26": "ANZAC Day", "1982-05-03": "May Day", "1982-06-14": "Queen's Birthday", "1982-08-02": "Picnic Day", "1982-12-27": "Christmas Day", "1982-12-28": "Boxing Day", "1983-01-03": "New Year's Day", "1983-01-26": "Australia Day", "1983-04-01": "Good Friday", "1983-04-02": "Easter Saturday", "1983-04-04": "Easter Monday", "1983-04-25": "ANZAC Day", "1983-05-02": "May Day", "1983-06-13": "Queen's Birthday", "1983-08-01": "Picnic Day", "1983-12-26": "Christmas Day", "1983-12-27": "Boxing Day", "1984-01-02": "New Year's Day", "1984-01-26": "Australia Day", "1984-04-20": "Good Friday", "1984-04-21": "Easter Saturday", "1984-04-23": "Easter Monday", "1984-04-25": "ANZAC Day", "1984-05-07": "May Day", "1984-06-11": "Queen's Birthday", "1984-08-06": "Picnic Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-28": "Australia Day", "1985-04-05": "Good Friday", "1985-04-06": "Easter Saturday", "1985-04-08": "Easter Monday", "1985-04-25": "ANZAC Day", "1985-05-06": "May Day", "1985-06-10": "Queen's Birthday", "1985-08-05": "Picnic Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-27": "Australia Day", "1986-03-28": "Good Friday", "1986-03-29": "Easter Saturday", "1986-03-31": "Easter Monday", "1986-04-25": "ANZAC Day", "1986-05-05": "May Day", "1986-06-09": "Queen's Birthday", "1986-08-04": "Picnic Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-26": "Australia Day", "1987-04-17": "Good Friday", "1987-04-18": "Easter Saturday", "1987-04-20": "Easter Monday", "1987-04-25": "ANZAC Day", "1987-05-04": "May Day", "1987-06-08": "Queen's Birthday", "1987-08-03": "Picnic Day", "1987-12-25": "Christmas Day", "1987-12-28": "Boxing Day", "1988-01-01": "New Year's Day", "1988-01-26": "Australia Day", "1988-04-01": "Good Friday", "1988-04-02": "Easter Saturday", "1988-04-04": "Easter Monday", "1988-04-25": "ANZAC Day", "1988-05-02": "May Day", "1988-06-13": "Queen's Birthday", "1988-08-01": "Picnic Day", "1988-12-26": "Christmas Day", "1988-12-27": "Boxing Day", "1989-01-02": "New Year's Day", "1989-01-26": "Australia Day", "1989-03-24": "Good Friday", "1989-03-25": "Easter Saturday", "1989-03-27": "Easter Monday", "1989-04-25": "ANZAC Day", "1989-05-01": "May Day", "1989-06-12": "Queen's Birthday", "1989-08-07": "Picnic Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-26": "Australia Day", "1990-04-13": "Good Friday", "1990-04-14": "Easter Saturday", "1990-04-16": "Easter Monday", "1990-04-25": "ANZAC Day", "1990-05-07": "May Day", "1990-06-11": "Queen's Birthday", "1990-08-06": "Picnic Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-28": "Australia Day", "1991-03-29": "Good Friday", "1991-03-30": "Easter Saturday", "1991-04-01": "Easter Monday", "1991-04-25": "ANZAC Day", "1991-05-06": "May Day", "1991-06-10": "Queen's Birthday", "1991-08-05": "Picnic Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-27": "Australia Day", "1992-04-17": "Good Friday", "1992-04-18": "Easter Saturday", "1992-04-20": "Easter Monday", "1992-04-25": "ANZAC Day", "1992-05-04": "May Day", "1992-06-08": "Queen's Birthday", "1992-08-03": "Picnic Day", "1992-12-25": "Christmas Day", "1992-12-28": "Boxing Day", "1993-01-01": "New Year's Day", "1993-01-26": "Australia Day", "1993-04-09": "Good Friday", "1993-04-10": "Easter Saturday", "1993-04-12": "Easter Monday", "1993-04-26": "ANZAC Day", "1993-05-03": "May Day", "1993-06-14": "Queen's Birthday", "1993-08-02": "Picnic Day", "1993-12-27": "Christmas Day", "1993-12-28": "Boxing Day", "1994-01-03": "New Year's Day", "1994-01-26": "Australia Day", "1994-04-01": "Good Friday", "1994-04-02": "Easter Saturday", "1994-04-04": "Easter Monday", "1994-04-25": "ANZAC Day", "1994-05-02": "May Day", "1994-06-13": "Queen's Birthday", "1994-08-01": "Picnic Day", "1994-12-26": "Christmas Day", "1994-12-27": "Boxing Day", "1995-01-02": "New Year's Day", "1995-01-26": "Australia Day", "1995-04-14": "Good Friday", "1995-04-15": "Easter Saturday", "1995-04-17": "Easter Monday", "1995-04-25": "ANZAC Day", "1995-05-01": "May Day", "1995-06-12": "Queen's Birthday", "1995-08-07": "Picnic Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-26": "Australia Day", "1996-04-05": "Good Friday", "1996-04-06": "Easter Saturday", "1996-04-08": "Easter Monday", "1996-04-25": "ANZAC Day", "1996-05-06": "May Day", "1996-06-10": "Queen's Birthday", "1996-08-05": "Picnic Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-27": "Australia Day", "1997-03-28": "Good Friday", "1997-03-29": "Easter Saturday", "1997-03-31": "Easter Monday", "1997-04-25": "ANZAC Day", "1997-05-05": "May Day", "1997-06-09": "Queen's Birthday", "1997-08-04": "Picnic Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-26": "Australia Day", "1998-04-10": "Good Friday", "1998-04-11": "Easter Saturday", "1998-04-13": "Easter Monday", "1998-04-25": "ANZAC Day", "1998-05-04": "May Day", "1998-06-08": "Queen's Birthday", "1998-08-03": "Picnic Day", "1998-12-25": "Christmas Day", "1998-12-28": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-26": "Australia Day", "1999-04-02": "Good Friday", "1999-04-03": "Easter Saturday", "1999-04-05": "Easter Monday", "1999-04-26": "ANZAC Day", "1999-05-03": "May Day", "1999-06-14": "Queen's Birthday", "1999-08-02": "Picnic Day", "1999-12-27": "Christmas Day", "1999-12-28": "Boxing Day", "2000-01-03": "New Year's Day", "2000-01-26": "Australia Day", "2000-04-21": "Good Friday", "2000-04-22": "Easter Saturday", "2000-04-24": "Easter Monday", "2000-04-25": "ANZAC Day", "2000-05-01": "May Day", "2000-06-12": "Queen's Birthday", "2000-08-07": "Picnic Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-26": "Australia Day", "2001-04-13": "Good Friday", "2001-04-14": "Easter Saturday", "2001-04-16": "Easter Monday", "2001-04-25": "ANZAC Day", "2001-05-07": "May Day", "2001-06-11": "Queen's Birthday", "2001-08-06": "Picnic Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-28": "Australia Day", "2002-03-29": "Good Friday", "2002-03-30": "Easter Saturday", "2002-04-01": "Easter Monday", "2002-04-25": "ANZAC Day", "2002-05-06": "May Day", "2002-06-10": "Queen's Birthday", "2002-08-05": "Picnic Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-27": "Australia Day", "2003-04-18": "Good Friday", "2003-04-19": "Easter Saturday", "2003-04-21": "Easter Monday", "2003-04-25": "ANZAC Day", "2003-05-05": "May Day", "2003-06-09": "Queen's Birthday", "2003-08-04": "Picnic Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-26": "Australia Day", "2004-04-09": "Good Friday", "2004-04-10": "Easter Saturday", "2004-04-12": "Easter Monday", "2004-04-26": "ANZAC Day", "2004-05-03": "May Day", "2004-06-14": "Queen's Birthday", "2004-08-02": "Picnic Day", "2004-12-27": "Christmas Day", "2004-12-28": "Boxing Day", "2005-01-03": "New Year's Day", "2005-01-26": "Australia Day", "2005-03-25": "Good Friday", "2005-03-26": "Easter Saturday", "2005-03-28": "Easter Monday", "2005-04-25": "ANZAC Day", "2005-05-02": "May Day", "2005-06-13": "Queen's Birthday", "2005-08-01": "Picnic Day", "2005-12-26": "Christmas Day", "2005-12-27": "Boxing Day", "2006-01-02": "New Year's Day", "2006-01-26": "Australia Day", "2006-04-14": "Good Friday", "2006-04-15": "Easter Saturday", "2006-04-17": "Easter Monday", "2006-04-25": "ANZAC Day", "2006-05-01": "May Day", "2006-06-12": "Queen's Birthday", "2006-08-07": "Picnic Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-26": "Australia Day", "2007-04-06": "Good Friday", "2007-04-07": "Easter Saturday", "2007-04-09": "Easter Monday", "2007-04-25": "ANZAC Day", "2007-05-07": "May Day", "2007-06-11": "Queen's Birthday", "2007-08-06": "Picnic Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-28": "Australia Day", "2008-03-21": "Good Friday", "2008-03-22": "Easter Saturday", "2008-03-24": "Easter Monday", "2008-04-25": "ANZAC Day", "2008-05-05": "May Day", "2008-06-09": "Queen's Birthday", "2008-08-04": "Picnic Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-26": "Australia Day", "2009-04-10": "Good Friday", "2009-04-11": "Easter Saturday", "2009-04-13": "Easter Monday", "2009-04-25": "ANZAC Day", "2009-05-04": "May Day", "2009-06-08": "Queen's Birthday", "2009-08-03": "Picnic Day", "2009-12-25": "Christmas Day", "2009-12-28": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-26": "Australia Day", "2010-04-02": "Good Friday", "2010-04-03": "Easter Saturday", "2010-04-05": "Easter Monday", "2010-04-26": "ANZAC Day", "2010-05-03": "May Day", "2010-06-14": "Queen's Birthday", "2010-08-02": "Picnic Day", "2010-12-27": "Christmas Day", "2010-12-28": "Boxing Day", "2011-01-03": "New Year's Day", "2011-01-26": "Australia Day", "2011-04-22": "Good Friday", "2011-04-23": "Easter Saturday", "2011-04-25": "ANZAC Day; Easter Monday", "2011-05-02": "May Day", "2011-06-13": "Queen's Birthday", "2011-08-01": "Picnic Day", "2011-12-26": "Christmas Day", "2011-12-27": "Boxing Day", "2012-01-02": "New Year's Day", "2012-01-26": "Australia Day", "2012-04-06": "Good Friday", "2012-04-07": "Easter Saturday", "2012-04-09": "Easter Monday", "2012-04-25": "ANZAC Day", "2012-05-07": "May Day", "2012-06-11": "Queen's Birthday", "2012-08-06": "Picnic Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-28": "Australia Day", "2013-03-29": "Good Friday", "2013-03-30": "Easter Saturday", "2013-04-01": "Easter Monday", "2013-04-25": "ANZAC Day", "2013-05-06": "May Day", "2013-06-10": "Queen's Birthday", "2013-08-05": "Picnic Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-27": "Australia Day", "2014-04-18": "Good Friday", "2014-04-19": "Easter Saturday", "2014-04-21": "Easter Monday", "2014-04-25": "ANZAC Day", "2014-05-05": "May Day", "2014-06-09": "Queen's Birthday", "2014-08-04": "Picnic Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-26": "Australia Day", "2015-04-03": "Good Friday", "2015-04-04": "Easter Saturday", "2015-04-06": "Easter Monday", "2015-04-25": "ANZAC Day", "2015-05-04": "May Day", "2015-06-08": "Queen's Birthday", "2015-08-03": "Picnic Day", "2015-12-25": "Christmas Day", "2015-12-28": "Boxing Day", "2016-01-01": "New Year's Day", "2016-01-26": "Australia Day", "2016-03-25": "Good Friday", "2016-03-26": "Easter Saturday", "2016-03-28": "Easter Monday", "2016-04-25": "ANZAC Day", "2016-05-02": "May Day", "2016-06-13": "Queen's Birthday", "2016-08-01": "Picnic Day", "2016-12-24": "Christmas Eve (from 7pm)", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2016-12-27": "Boxing Day", "2016-12-31": "New Year's Eve (from 7pm)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-26": "Australia Day", "2017-04-14": "Good Friday", "2017-04-15": "Easter Saturday", "2017-04-17": "Easter Monday", "2017-04-25": "ANZAC Day", "2017-05-01": "May Day", "2017-06-12": "Queen's Birthday", "2017-08-07": "Picnic Day", "2017-12-24": "Christmas Eve (from 7pm)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2017-12-31": "New Year's Eve (from 7pm)", "2018-01-01": "New Year's Day", "2018-01-26": "Australia Day", "2018-03-30": "Good Friday", "2018-03-31": "Easter Saturday", "2018-04-02": "Easter Monday", "2018-04-25": "ANZAC Day", "2018-05-07": "May Day", "2018-06-11": "Queen's Birthday", "2018-08-06": "Picnic Day", "2018-12-24": "Christmas Eve (from 7pm)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2018-12-31": "New Year's Eve (from 7pm)", "2019-01-01": "New Year's Day", "2019-01-28": "Australia Day", "2019-04-19": "Good Friday", "2019-04-20": "Easter Saturday", "2019-04-22": "Easter Monday", "2019-04-25": "ANZAC Day", "2019-05-06": "May Day", "2019-06-10": "Queen's Birthday", "2019-08-05": "Picnic Day", "2019-12-24": "Christmas Eve (from 7pm)", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2019-12-31": "New Year's Eve (from 7pm)", "2020-01-01": "New Year's Day", "2020-01-27": "Australia Day", "2020-04-10": "Good Friday", "2020-04-11": "Easter Saturday", "2020-04-13": "Easter Monday", "2020-04-25": "ANZAC Day", "2020-05-04": "May Day", "2020-06-08": "Queen's Birthday", "2020-08-03": "Picnic Day", "2020-12-24": "Christmas Eve (from 7pm)", "2020-12-25": "Christmas Day", "2020-12-28": "Boxing Day", "2020-12-31": "New Year's Eve (from 7pm)", "2021-01-01": "New Year's Day", "2021-01-26": "Australia Day", "2021-04-02": "Good Friday", "2021-04-03": "Easter Saturday", "2021-04-05": "Easter Monday", "2021-04-26": "ANZAC Day", "2021-05-03": "May Day", "2021-06-14": "Queen's Birthday", "2021-08-02": "Picnic Day", "2021-12-24": "Christmas Eve (from 7pm)", "2021-12-25": "Christmas Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day", "2021-12-31": "New Year's Eve (from 7pm)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-26": "Australia Day", "2022-04-15": "Good Friday", "2022-04-16": "Easter Saturday", "2022-04-18": "Easter Monday", "2022-04-25": "ANZAC Day", "2022-05-02": "May Day", "2022-06-13": "Queen's Birthday", "2022-08-01": "Picnic Day", "2022-09-22": "National Day of Mourning for Queen Elizabeth II", "2022-12-24": "Christmas Eve (from 7pm)", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2022-12-27": "Boxing Day", "2022-12-31": "New Year's Eve (from 7pm)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-26": "Australia Day", "2023-04-07": "Good Friday", "2023-04-08": "Easter Saturday", "2023-04-10": "Easter Monday", "2023-04-25": "ANZAC Day", "2023-05-01": "May Day", "2023-06-12": "King's Birthday", "2023-08-07": "Picnic Day", "2023-12-24": "Christmas Eve (from 7pm)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2023-12-31": "New Year's Eve (from 7pm)", "2024-01-01": "New Year's Day", "2024-01-26": "Australia Day", "2024-03-29": "Good Friday", "2024-03-30": "Easter Saturday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-25": "ANZAC Day", "2024-05-06": "May Day", "2024-06-10": "King's Birthday", "2024-08-05": "Picnic Day", "2024-12-24": "Christmas Eve (from 7pm)", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2024-12-31": "New Year's Eve (from 7pm)", "2025-01-01": "New Year's Day", "2025-01-27": "Australia Day", "2025-04-18": "Good Friday", "2025-04-19": "Easter Saturday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-25": "ANZAC Day", "2025-05-05": "May Day", "2025-06-09": "King's Birthday", "2025-08-04": "Picnic Day", "2025-12-24": "Christmas Eve (from 7pm)", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2025-12-31": "New Year's Eve (from 7pm)", "2026-01-01": "New Year's Day", "2026-01-26": "Australia Day", "2026-04-03": "Good Friday", "2026-04-04": "Easter Saturday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-25": "ANZAC Day", "2026-05-04": "May Day", "2026-06-08": "King's Birthday", "2026-08-03": "Picnic Day", "2026-12-24": "Christmas Eve (from 7pm)", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2026-12-31": "New Year's Eve (from 7pm)", "2027-01-01": "New Year's Day", "2027-01-26": "Australia Day", "2027-03-26": "Good Friday", "2027-03-27": "Easter Saturday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-26": "ANZAC Day", "2027-05-03": "May Day", "2027-06-14": "King's Birthday", "2027-08-02": "Picnic Day", "2027-12-24": "Christmas Eve (from 7pm)", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2027-12-31": "New Year's Eve (from 7pm)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-26": "Australia Day", "2028-04-14": "Good Friday", "2028-04-15": "Easter Saturday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-25": "ANZAC Day", "2028-05-01": "May Day", "2028-06-12": "King's Birthday", "2028-08-07": "Picnic Day", "2028-12-24": "Christmas Eve (from 7pm)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2028-12-31": "New Year's Eve (from 7pm)", "2029-01-01": "New Year's Day", "2029-01-26": "Australia Day", "2029-03-30": "Good Friday", "2029-03-31": "Easter Saturday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-25": "ANZAC Day", "2029-05-07": "May Day", "2029-06-11": "King's Birthday", "2029-08-06": "Picnic Day", "2029-12-24": "Christmas Eve (from 7pm)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2029-12-31": "New Year's Eve (from 7pm)", "2030-01-01": "New Year's Day", "2030-01-28": "Australia Day", "2030-04-19": "Good Friday", "2030-04-20": "Easter Saturday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-25": "ANZAC Day", "2030-05-06": "May Day", "2030-06-10": "King's Birthday", "2030-08-05": "Picnic Day", "2030-12-24": "Christmas Eve (from 7pm)", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2030-12-31": "New Year's Eve (from 7pm)", "2031-01-01": "New Year's Day", "2031-01-27": "Australia Day", "2031-04-11": "Good Friday", "2031-04-12": "Easter Saturday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-25": "ANZAC Day", "2031-05-05": "May Day", "2031-06-09": "King's Birthday", "2031-08-04": "Picnic Day", "2031-12-24": "Christmas Eve (from 7pm)", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2031-12-31": "New Year's Eve (from 7pm)", "2032-01-01": "New Year's Day", "2032-01-26": "Australia Day", "2032-03-26": "Good Friday", "2032-03-27": "Easter Saturday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-26": "ANZAC Day", "2032-05-03": "May Day", "2032-06-14": "King's Birthday", "2032-08-02": "Picnic Day", "2032-12-24": "Christmas Eve (from 7pm)", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2032-12-31": "New Year's Eve (from 7pm)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-26": "Australia Day", "2033-04-15": "Good Friday", "2033-04-16": "Easter Saturday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-25": "ANZAC Day", "2033-05-02": "May Day", "2033-06-13": "King's Birthday", "2033-08-01": "Picnic Day", "2033-12-24": "Christmas Eve (from 7pm)", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Boxing Day (observed); Christmas Day (observed) (observed)", "2033-12-31": "New Year's Eve (from 7pm)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-26": "Australia Day", "2034-04-07": "Good Friday", "2034-04-08": "Easter Saturday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-25": "ANZAC Day", "2034-05-01": "May Day", "2034-06-12": "King's Birthday", "2034-08-07": "Picnic Day", "2034-12-24": "Christmas Eve (from 7pm)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2034-12-31": "New Year's Eve (from 7pm)", "2035-01-01": "New Year's Day", "2035-01-26": "Australia Day", "2035-03-23": "Good Friday", "2035-03-24": "Easter Saturday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-25": "ANZAC Day", "2035-05-07": "May Day", "2035-06-11": "King's Birthday", "2035-08-06": "Picnic Day", "2035-12-24": "Christmas Eve (from 7pm)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2035-12-31": "New Year's Eve (from 7pm)", "2036-01-01": "New Year's Day", "2036-01-28": "Australia Day", "2036-04-11": "Good Friday", "2036-04-12": "Easter Saturday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-25": "ANZAC Day", "2036-05-05": "May Day", "2036-06-09": "King's Birthday", "2036-08-04": "Picnic Day", "2036-12-24": "Christmas Eve (from 7pm)", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2036-12-31": "New Year's Eve (from 7pm)", "2037-01-01": "New Year's Day", "2037-01-26": "Australia Day", "2037-04-03": "Good Friday", "2037-04-04": "Easter Saturday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-25": "ANZAC Day", "2037-05-04": "May Day", "2037-06-08": "King's Birthday", "2037-08-03": "Picnic Day", "2037-12-24": "Christmas Eve (from 7pm)", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2037-12-31": "New Year's Eve (from 7pm)", "2038-01-01": "New Year's Day", "2038-01-26": "Australia Day", "2038-04-23": "Good Friday", "2038-04-24": "Easter Saturday", "2038-04-25": "Easter Sunday", "2038-04-26": "ANZAC Day; Easter Monday", "2038-05-03": "May Day", "2038-06-14": "King's Birthday", "2038-08-02": "Picnic Day", "2038-12-24": "Christmas Eve (from 7pm)", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2038-12-31": "New Year's Eve (from 7pm)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-26": "Australia Day", "2039-04-08": "Good Friday", "2039-04-09": "Easter Saturday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-25": "ANZAC Day", "2039-05-02": "May Day", "2039-06-13": "King's Birthday", "2039-08-01": "Picnic Day", "2039-12-24": "Christmas Eve (from 7pm)", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Boxing Day (observed); Christmas Day (observed) (observed)", "2039-12-31": "New Year's Eve (from 7pm)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-26": "Australia Day", "2040-03-30": "Good Friday", "2040-03-31": "Easter Saturday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-25": "ANZAC Day", "2040-05-07": "May Day", "2040-06-11": "King's Birthday", "2040-08-06": "Picnic Day", "2040-12-24": "Christmas Eve (from 7pm)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2040-12-31": "New Year's Eve (from 7pm)", "2041-01-01": "New Year's Day", "2041-01-28": "Australia Day", "2041-04-19": "Good Friday", "2041-04-20": "Easter Saturday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-25": "ANZAC Day", "2041-05-06": "May Day", "2041-06-10": "King's Birthday", "2041-08-05": "Picnic Day", "2041-12-24": "Christmas Eve (from 7pm)", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2041-12-31": "New Year's Eve (from 7pm)", "2042-01-01": "New Year's Day", "2042-01-27": "Australia Day", "2042-04-04": "Good Friday", "2042-04-05": "Easter Saturday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-25": "ANZAC Day", "2042-05-05": "May Day", "2042-06-09": "King's Birthday", "2042-08-04": "Picnic Day", "2042-12-24": "Christmas Eve (from 7pm)", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2042-12-31": "New Year's Eve (from 7pm)", "2043-01-01": "New Year's Day", "2043-01-26": "Australia Day", "2043-03-27": "Good Friday", "2043-03-28": "Easter Saturday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-25": "ANZAC Day", "2043-05-04": "May Day", "2043-06-08": "King's Birthday", "2043-08-03": "Picnic Day", "2043-12-24": "Christmas Eve (from 7pm)", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2043-12-31": "New Year's Eve (from 7pm)", "2044-01-01": "New Year's Day", "2044-01-26": "Australia Day", "2044-04-15": "Good Friday", "2044-04-16": "Easter Saturday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-25": "ANZAC Day", "2044-05-02": "May Day", "2044-06-13": "King's Birthday", "2044-08-01": "Picnic Day", "2044-12-24": "Christmas Eve (from 7pm)", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Boxing Day (observed); Christmas Day (observed) (observed)", "2044-12-31": "New Year's Eve (from 7pm)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-26": "Australia Day", "2045-04-07": "Good Friday", "2045-04-08": "Easter Saturday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-25": "ANZAC Day", "2045-05-01": "May Day", "2045-06-12": "King's Birthday", "2045-08-07": "Picnic Day", "2045-12-24": "Christmas Eve (from 7pm)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2045-12-31": "New Year's Eve (from 7pm)", "2046-01-01": "New Year's Day", "2046-01-26": "Australia Day", "2046-03-23": "Good Friday", "2046-03-24": "Easter Saturday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-25": "ANZAC Day", "2046-05-07": "May Day", "2046-06-11": "King's Birthday", "2046-08-06": "Picnic Day", "2046-12-24": "Christmas Eve (from 7pm)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2046-12-31": "New Year's Eve (from 7pm)", "2047-01-01": "New Year's Day", "2047-01-28": "Australia Day", "2047-04-12": "Good Friday", "2047-04-13": "Easter Saturday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-25": "ANZAC Day", "2047-05-06": "May Day", "2047-06-10": "King's Birthday", "2047-08-05": "Picnic Day", "2047-12-24": "Christmas Eve (from 7pm)", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2047-12-31": "New Year's Eve (from 7pm)", "2048-01-01": "New Year's Day", "2048-01-27": "Australia Day", "2048-04-03": "Good Friday", "2048-04-04": "Easter Saturday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-25": "ANZAC Day", "2048-05-04": "May Day", "2048-06-08": "King's Birthday", "2048-08-03": "Picnic Day", "2048-12-24": "Christmas Eve (from 7pm)", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2048-12-31": "New Year's Eve (from 7pm)", "2049-01-01": "New Year's Day", "2049-01-26": "Australia Day", "2049-04-16": "Good Friday", "2049-04-17": "Easter Saturday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-26": "ANZAC Day", "2049-05-03": "May Day", "2049-06-14": "King's Birthday", "2049-08-02": "Picnic Day", "2049-12-24": "Christmas Eve (from 7pm)", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2049-12-31": "New Year's Eve (from 7pm)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-26": "Australia Day", "2050-04-08": "Good Friday", "2050-04-09": "Easter Saturday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-25": "ANZAC Day", "2050-05-02": "May Day", "2050-06-13": "King's Birthday", "2050-08-01": "Picnic Day", "2050-12-24": "Christmas Eve (from 7pm)", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Boxing Day (observed); Christmas Day (observed) (observed)", "2050-12-31": "New Year's Eve (from 7pm)" } holidays-0.71/snapshots/countries/AU_QLD.json000066400000000000000000001224261500152103600212120ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-26": "Australia Day", "1950-04-07": "Good Friday", "1950-04-08": "Easter Saturday", "1950-04-10": "Easter Monday", "1950-04-25": "ANZAC Day", "1950-05-01": "Labor Day", "1950-06-12": "King's Birthday", "1950-08-16": "The Royal Queensland Show", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-26": "Australia Day", "1951-03-23": "Good Friday", "1951-03-24": "Easter Saturday", "1951-03-26": "Easter Monday", "1951-04-25": "ANZAC Day", "1951-05-07": "Labor Day", "1951-06-11": "King's Birthday", "1951-08-15": "The Royal Queensland Show", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-26": "Australia Day", "1952-04-11": "Good Friday", "1952-04-12": "Easter Saturday", "1952-04-14": "Easter Monday", "1952-04-25": "ANZAC Day", "1952-05-05": "Labor Day", "1952-06-09": "Queen's Birthday", "1952-08-13": "The Royal Queensland Show", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-26": "Australia Day", "1953-04-03": "Good Friday", "1953-04-04": "Easter Saturday", "1953-04-06": "Easter Monday", "1953-04-25": "ANZAC Day", "1953-05-04": "Labor Day", "1953-06-08": "Queen's Birthday", "1953-08-12": "The Royal Queensland Show", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-01-26": "Australia Day", "1954-04-16": "Good Friday", "1954-04-17": "Easter Saturday", "1954-04-19": "Easter Monday", "1954-04-25": "ANZAC Day", "1954-05-03": "Labor Day", "1954-06-14": "Queen's Birthday", "1954-08-11": "The Royal Queensland Show", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-01-26": "Australia Day", "1955-04-08": "Good Friday", "1955-04-09": "Easter Saturday", "1955-04-11": "Easter Monday", "1955-04-25": "ANZAC Day", "1955-05-02": "Labor Day", "1955-06-13": "Queen's Birthday", "1955-08-10": "The Royal Queensland Show", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1956-01-01": "New Year's Day", "1956-01-26": "Australia Day", "1956-03-30": "Good Friday", "1956-03-31": "Easter Saturday", "1956-04-02": "Easter Monday", "1956-04-25": "ANZAC Day", "1956-05-07": "Labor Day", "1956-06-11": "Queen's Birthday", "1956-08-15": "The Royal Queensland Show", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-26": "Australia Day", "1957-04-19": "Good Friday", "1957-04-20": "Easter Saturday", "1957-04-22": "Easter Monday", "1957-04-25": "ANZAC Day", "1957-05-06": "Labor Day", "1957-06-10": "Queen's Birthday", "1957-08-14": "The Royal Queensland Show", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-26": "Australia Day", "1958-04-04": "Good Friday", "1958-04-05": "Easter Saturday", "1958-04-07": "Easter Monday", "1958-04-25": "ANZAC Day", "1958-05-05": "Labor Day", "1958-06-09": "Queen's Birthday", "1958-08-13": "The Royal Queensland Show", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-26": "Australia Day", "1959-03-27": "Good Friday", "1959-03-28": "Easter Saturday", "1959-03-30": "Easter Monday", "1959-04-25": "ANZAC Day", "1959-05-04": "Labor Day", "1959-06-08": "Queen's Birthday", "1959-08-12": "The Royal Queensland Show", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-01-26": "Australia Day", "1960-04-15": "Good Friday", "1960-04-16": "Easter Saturday", "1960-04-18": "Easter Monday", "1960-04-25": "ANZAC Day", "1960-05-02": "Labor Day", "1960-06-13": "Queen's Birthday", "1960-08-10": "The Royal Queensland Show", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1961-01-01": "New Year's Day", "1961-01-26": "Australia Day", "1961-03-31": "Good Friday", "1961-04-01": "Easter Saturday", "1961-04-03": "Easter Monday", "1961-04-25": "ANZAC Day", "1961-05-01": "Labor Day", "1961-06-12": "Queen's Birthday", "1961-08-16": "The Royal Queensland Show", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-26": "Australia Day", "1962-04-20": "Good Friday", "1962-04-21": "Easter Saturday", "1962-04-23": "Easter Monday", "1962-04-25": "ANZAC Day", "1962-05-07": "Labor Day", "1962-06-11": "Queen's Birthday", "1962-08-15": "The Royal Queensland Show", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-26": "Australia Day", "1963-04-12": "Good Friday", "1963-04-13": "Easter Saturday", "1963-04-15": "Easter Monday", "1963-04-25": "ANZAC Day", "1963-05-06": "Labor Day", "1963-06-10": "Queen's Birthday", "1963-08-14": "The Royal Queensland Show", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-26": "Australia Day", "1964-03-27": "Good Friday", "1964-03-28": "Easter Saturday", "1964-03-30": "Easter Monday", "1964-04-25": "ANZAC Day", "1964-05-04": "Labor Day", "1964-06-08": "Queen's Birthday", "1964-08-12": "The Royal Queensland Show", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-01-26": "Australia Day", "1965-04-16": "Good Friday", "1965-04-17": "Easter Saturday", "1965-04-19": "Easter Monday", "1965-04-25": "ANZAC Day", "1965-05-03": "Labor Day", "1965-06-14": "Queen's Birthday", "1965-08-11": "The Royal Queensland Show", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1966-01-01": "New Year's Day", "1966-01-26": "Australia Day", "1966-04-08": "Good Friday", "1966-04-09": "Easter Saturday", "1966-04-11": "Easter Monday", "1966-04-25": "ANZAC Day", "1966-05-02": "Labor Day", "1966-06-13": "Queen's Birthday", "1966-08-10": "The Royal Queensland Show", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-01-26": "Australia Day", "1967-03-24": "Good Friday", "1967-03-25": "Easter Saturday", "1967-03-27": "Easter Monday", "1967-04-25": "ANZAC Day", "1967-05-01": "Labor Day", "1967-06-12": "Queen's Birthday", "1967-08-16": "The Royal Queensland Show", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-26": "Australia Day", "1968-04-12": "Good Friday", "1968-04-13": "Easter Saturday", "1968-04-15": "Easter Monday", "1968-04-25": "ANZAC Day", "1968-05-06": "Labor Day", "1968-06-10": "Queen's Birthday", "1968-08-14": "The Royal Queensland Show", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-26": "Australia Day", "1969-04-04": "Good Friday", "1969-04-05": "Easter Saturday", "1969-04-07": "Easter Monday", "1969-04-25": "ANZAC Day", "1969-05-05": "Labor Day", "1969-06-09": "Queen's Birthday", "1969-08-13": "The Royal Queensland Show", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-26": "Australia Day", "1970-03-27": "Good Friday", "1970-03-28": "Easter Saturday", "1970-03-30": "Easter Monday", "1970-04-25": "ANZAC Day", "1970-05-04": "Labor Day", "1970-06-08": "Queen's Birthday", "1970-08-12": "The Royal Queensland Show", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-01-26": "Australia Day", "1971-04-09": "Good Friday", "1971-04-10": "Easter Saturday", "1971-04-12": "Easter Monday", "1971-04-25": "ANZAC Day", "1971-05-03": "Labor Day", "1971-06-14": "Queen's Birthday", "1971-08-11": "The Royal Queensland Show", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1972-01-01": "New Year's Day", "1972-01-26": "Australia Day", "1972-03-31": "Good Friday", "1972-04-01": "Easter Saturday", "1972-04-03": "Easter Monday", "1972-04-25": "ANZAC Day", "1972-05-01": "Labor Day", "1972-06-12": "Queen's Birthday", "1972-08-16": "The Royal Queensland Show", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-26": "Australia Day", "1973-04-20": "Good Friday", "1973-04-21": "Easter Saturday", "1973-04-23": "Easter Monday", "1973-04-25": "ANZAC Day", "1973-05-07": "Labor Day", "1973-06-11": "Queen's Birthday", "1973-08-15": "The Royal Queensland Show", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-26": "Australia Day", "1974-04-12": "Good Friday", "1974-04-13": "Easter Saturday", "1974-04-15": "Easter Monday", "1974-04-25": "ANZAC Day", "1974-05-06": "Labor Day", "1974-06-10": "Queen's Birthday", "1974-08-14": "The Royal Queensland Show", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-26": "Australia Day", "1975-03-28": "Good Friday", "1975-03-29": "Easter Saturday", "1975-03-31": "Easter Monday", "1975-04-25": "ANZAC Day", "1975-05-05": "Labor Day", "1975-06-09": "Queen's Birthday", "1975-08-13": "The Royal Queensland Show", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-26": "Australia Day", "1976-04-16": "Good Friday", "1976-04-17": "Easter Saturday", "1976-04-19": "Easter Monday", "1976-04-25": "ANZAC Day", "1976-05-03": "Labor Day", "1976-06-14": "Queen's Birthday", "1976-08-11": "The Royal Queensland Show", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1977-01-01": "New Year's Day", "1977-01-26": "Australia Day", "1977-04-08": "Good Friday", "1977-04-09": "Easter Saturday", "1977-04-11": "Easter Monday", "1977-04-25": "ANZAC Day", "1977-05-02": "Labor Day", "1977-06-13": "Queen's Birthday", "1977-08-10": "The Royal Queensland Show", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1978-01-01": "New Year's Day", "1978-01-26": "Australia Day", "1978-03-24": "Good Friday", "1978-03-25": "Easter Saturday", "1978-03-27": "Easter Monday", "1978-04-25": "ANZAC Day", "1978-05-01": "Labor Day", "1978-06-12": "Queen's Birthday", "1978-08-16": "The Royal Queensland Show", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-26": "Australia Day", "1979-04-13": "Good Friday", "1979-04-14": "Easter Saturday", "1979-04-16": "Easter Monday", "1979-04-25": "ANZAC Day", "1979-05-07": "Labor Day", "1979-06-11": "Queen's Birthday", "1979-08-15": "The Royal Queensland Show", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-26": "Australia Day", "1980-04-04": "Good Friday", "1980-04-05": "Easter Saturday", "1980-04-07": "Easter Monday", "1980-04-25": "ANZAC Day", "1980-05-05": "Labor Day", "1980-06-09": "Queen's Birthday", "1980-08-13": "The Royal Queensland Show", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-26": "Australia Day", "1981-04-17": "Good Friday", "1981-04-18": "Easter Saturday", "1981-04-20": "Easter Monday", "1981-04-25": "ANZAC Day", "1981-05-04": "Labor Day", "1981-06-08": "Queen's Birthday", "1981-08-12": "The Royal Queensland Show", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-01-26": "Australia Day", "1982-04-09": "Good Friday", "1982-04-10": "Easter Saturday", "1982-04-12": "Easter Monday", "1982-04-25": "ANZAC Day", "1982-05-03": "Labor Day", "1982-06-14": "Queen's Birthday", "1982-08-11": "The Royal Queensland Show", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1983-01-01": "New Year's Day", "1983-01-26": "Australia Day", "1983-04-01": "Good Friday", "1983-04-02": "Easter Saturday", "1983-04-04": "Easter Monday", "1983-04-25": "ANZAC Day", "1983-05-02": "Labor Day", "1983-06-13": "Queen's Birthday", "1983-08-10": "The Royal Queensland Show", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1984-01-02": "New Year's Day", "1984-01-30": "Australia Day", "1984-04-20": "Good Friday", "1984-04-21": "Easter Saturday", "1984-04-23": "Easter Monday", "1984-04-25": "ANZAC Day", "1984-05-07": "Labor Day", "1984-06-11": "Queen's Birthday", "1984-08-15": "The Royal Queensland Show", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-28": "Australia Day", "1985-04-05": "Good Friday", "1985-04-06": "Easter Saturday", "1985-04-08": "Easter Monday", "1985-04-25": "ANZAC Day", "1985-05-06": "Labor Day", "1985-06-10": "Queen's Birthday", "1985-08-14": "The Royal Queensland Show", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-27": "Australia Day", "1986-03-28": "Good Friday", "1986-03-29": "Easter Saturday", "1986-03-31": "Easter Monday", "1986-04-25": "ANZAC Day", "1986-05-05": "Labor Day", "1986-06-09": "Queen's Birthday", "1986-08-13": "The Royal Queensland Show", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-26": "Australia Day", "1987-04-17": "Good Friday", "1987-04-18": "Easter Saturday", "1987-04-20": "Easter Monday", "1987-04-25": "ANZAC Day", "1987-05-04": "Labor Day", "1987-06-08": "Queen's Birthday", "1987-08-12": "The Royal Queensland Show", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-02-01": "Australia Day", "1988-04-01": "Good Friday", "1988-04-02": "Easter Saturday", "1988-04-04": "Easter Monday", "1988-04-25": "ANZAC Day", "1988-05-02": "Labor Day", "1988-06-13": "Queen's Birthday", "1988-08-10": "The Royal Queensland Show", "1988-12-26": "Christmas Day", "1988-12-27": "Boxing Day", "1989-01-02": "New Year's Day", "1989-01-30": "Australia Day", "1989-03-24": "Good Friday", "1989-03-25": "Easter Saturday", "1989-03-27": "Easter Monday", "1989-04-25": "ANZAC Day", "1989-05-01": "Labor Day", "1989-06-12": "Queen's Birthday", "1989-08-16": "The Royal Queensland Show", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-29": "Australia Day", "1990-04-13": "Good Friday", "1990-04-14": "Easter Saturday", "1990-04-16": "Easter Monday", "1990-04-25": "ANZAC Day", "1990-05-07": "Labor Day", "1990-06-11": "Queen's Birthday", "1990-08-15": "The Royal Queensland Show", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-28": "Australia Day", "1991-03-29": "Good Friday", "1991-03-30": "Easter Saturday", "1991-04-01": "Easter Monday", "1991-04-25": "ANZAC Day", "1991-05-06": "Labor Day", "1991-06-10": "Queen's Birthday", "1991-08-14": "The Royal Queensland Show", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-27": "Australia Day", "1992-04-17": "Good Friday", "1992-04-18": "Easter Saturday", "1992-04-20": "Easter Monday", "1992-04-25": "ANZAC Day", "1992-05-04": "Labor Day", "1992-06-08": "Queen's Birthday", "1992-08-12": "The Royal Queensland Show", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-02-01": "Australia Day", "1993-04-09": "Good Friday", "1993-04-10": "Easter Saturday", "1993-04-12": "Easter Monday", "1993-04-26": "ANZAC Day", "1993-05-03": "Labor Day", "1993-06-14": "Queen's Birthday", "1993-08-11": "The Royal Queensland Show", "1993-12-25": "Christmas Day", "1993-12-27": "Boxing Day", "1994-01-01": "New Year's Day", "1994-01-31": "Australia Day", "1994-04-01": "Good Friday", "1994-04-02": "Easter Saturday", "1994-04-04": "Easter Monday", "1994-04-25": "ANZAC Day", "1994-05-02": "Labor Day", "1994-06-13": "Queen's Birthday", "1994-08-10": "The Royal Queensland Show", "1994-12-26": "Christmas Day", "1994-12-27": "Boxing Day", "1995-01-02": "New Year's Day", "1995-01-30": "Australia Day", "1995-04-14": "Good Friday", "1995-04-15": "Easter Saturday", "1995-04-17": "Easter Monday", "1995-04-25": "ANZAC Day", "1995-05-01": "Labor Day", "1995-06-12": "Queen's Birthday", "1995-08-16": "The Royal Queensland Show", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-26": "Australia Day", "1996-04-05": "Good Friday", "1996-04-06": "Easter Saturday", "1996-04-08": "Easter Monday", "1996-04-25": "ANZAC Day", "1996-05-06": "Labor Day", "1996-06-10": "Queen's Birthday", "1996-08-14": "The Royal Queensland Show", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-27": "Australia Day", "1997-03-28": "Good Friday", "1997-03-29": "Easter Saturday", "1997-03-31": "Easter Monday", "1997-04-25": "ANZAC Day", "1997-05-05": "Labor Day", "1997-06-09": "Queen's Birthday", "1997-08-13": "The Royal Queensland Show", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-26": "Australia Day", "1998-04-10": "Good Friday", "1998-04-11": "Easter Saturday", "1998-04-13": "Easter Monday", "1998-04-25": "ANZAC Day", "1998-05-04": "Labor Day", "1998-06-08": "Queen's Birthday", "1998-08-12": "The Royal Queensland Show", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-26": "Australia Day", "1999-04-02": "Good Friday", "1999-04-03": "Easter Saturday", "1999-04-05": "Easter Monday", "1999-04-26": "ANZAC Day", "1999-05-03": "Labor Day", "1999-06-14": "Queen's Birthday", "1999-08-11": "The Royal Queensland Show", "1999-12-25": "Christmas Day", "1999-12-27": "Boxing Day", "2000-01-01": "New Year's Day", "2000-01-26": "Australia Day", "2000-04-21": "Good Friday", "2000-04-22": "Easter Saturday", "2000-04-24": "Easter Monday", "2000-04-25": "ANZAC Day", "2000-05-01": "Labor Day", "2000-06-12": "Queen's Birthday", "2000-08-16": "The Royal Queensland Show", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-26": "Australia Day", "2001-04-13": "Good Friday", "2001-04-14": "Easter Saturday", "2001-04-16": "Easter Monday", "2001-04-25": "ANZAC Day", "2001-05-07": "Labor Day", "2001-06-11": "Queen's Birthday", "2001-08-15": "The Royal Queensland Show", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-28": "Australia Day", "2002-03-29": "Good Friday", "2002-03-30": "Easter Saturday", "2002-04-01": "Easter Monday", "2002-04-25": "ANZAC Day", "2002-05-06": "Labor Day", "2002-06-10": "Queen's Birthday", "2002-08-14": "The Royal Queensland Show", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-27": "Australia Day", "2003-04-18": "Good Friday", "2003-04-19": "Easter Saturday", "2003-04-21": "Easter Monday", "2003-04-25": "ANZAC Day", "2003-05-05": "Labor Day", "2003-06-09": "Queen's Birthday", "2003-08-13": "The Royal Queensland Show", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-26": "Australia Day", "2004-04-09": "Good Friday", "2004-04-10": "Easter Saturday", "2004-04-12": "Easter Monday", "2004-04-26": "ANZAC Day", "2004-05-03": "Labor Day", "2004-06-14": "Queen's Birthday", "2004-08-11": "The Royal Queensland Show", "2004-12-25": "Christmas Day", "2004-12-27": "Boxing Day", "2005-01-01": "New Year's Day", "2005-01-26": "Australia Day", "2005-03-25": "Good Friday", "2005-03-26": "Easter Saturday", "2005-03-28": "Easter Monday", "2005-04-25": "ANZAC Day", "2005-05-02": "Labor Day", "2005-06-13": "Queen's Birthday", "2005-08-10": "The Royal Queensland Show", "2005-12-26": "Christmas Day", "2005-12-27": "Boxing Day", "2006-01-02": "New Year's Day", "2006-01-26": "Australia Day", "2006-04-14": "Good Friday", "2006-04-15": "Easter Saturday", "2006-04-17": "Easter Monday", "2006-04-25": "ANZAC Day", "2006-05-01": "Labor Day", "2006-06-12": "Queen's Birthday", "2006-08-16": "The Royal Queensland Show", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-26": "Australia Day", "2007-04-06": "Good Friday", "2007-04-07": "Easter Saturday", "2007-04-09": "Easter Monday", "2007-04-25": "ANZAC Day", "2007-05-07": "Labor Day", "2007-06-11": "Queen's Birthday", "2007-08-15": "The Royal Queensland Show", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-28": "Australia Day", "2008-03-21": "Good Friday", "2008-03-22": "Easter Saturday", "2008-03-24": "Easter Monday", "2008-04-25": "ANZAC Day", "2008-05-05": "Labor Day", "2008-06-09": "Queen's Birthday", "2008-08-13": "The Royal Queensland Show", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-26": "Australia Day", "2009-04-10": "Good Friday", "2009-04-11": "Easter Saturday", "2009-04-13": "Easter Monday", "2009-04-25": "ANZAC Day", "2009-05-04": "Labor Day", "2009-06-08": "Queen's Birthday", "2009-08-12": "The Royal Queensland Show", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-26": "Australia Day", "2010-04-02": "Good Friday", "2010-04-03": "Easter Saturday", "2010-04-05": "Easter Monday", "2010-04-26": "ANZAC Day", "2010-05-03": "Labor Day", "2010-06-14": "Queen's Birthday", "2010-08-11": "The Royal Queensland Show", "2010-12-25": "Christmas Day", "2010-12-27": "Boxing Day", "2010-12-28": "Christmas Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-26": "Australia Day", "2011-04-22": "Good Friday", "2011-04-23": "Easter Saturday", "2011-04-25": "ANZAC Day; Easter Monday", "2011-05-02": "Labor Day", "2011-06-13": "Queen's Birthday", "2011-08-10": "The Royal Queensland Show", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-26": "Australia Day", "2012-04-06": "Good Friday", "2012-04-07": "Easter Saturday", "2012-04-09": "Easter Monday", "2012-04-25": "ANZAC Day", "2012-05-07": "Labor Day", "2012-06-11": "Queen's Diamond Jubilee", "2012-08-15": "The Royal Queensland Show", "2012-10-01": "Queen's Birthday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-28": "Australia Day", "2013-03-29": "Good Friday", "2013-03-30": "Easter Saturday", "2013-04-01": "Easter Monday", "2013-04-25": "ANZAC Day", "2013-06-10": "Queen's Birthday", "2013-08-14": "The Royal Queensland Show", "2013-10-07": "Labor Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-27": "Australia Day", "2014-04-18": "Good Friday", "2014-04-19": "Easter Saturday", "2014-04-21": "Easter Monday", "2014-04-25": "ANZAC Day", "2014-06-09": "Queen's Birthday", "2014-08-13": "The Royal Queensland Show", "2014-10-06": "Labor Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-26": "Australia Day", "2015-04-03": "Good Friday", "2015-04-04": "Easter Saturday", "2015-04-06": "Easter Monday", "2015-04-25": "ANZAC Day", "2015-06-08": "Queen's Birthday", "2015-08-12": "The Royal Queensland Show", "2015-10-05": "Labor Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-26": "Australia Day", "2016-03-25": "Good Friday", "2016-03-26": "Easter Saturday", "2016-03-28": "Easter Monday", "2016-04-25": "ANZAC Day", "2016-05-02": "Labor Day", "2016-08-10": "The Royal Queensland Show", "2016-10-03": "Queen's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-26": "Australia Day", "2017-04-14": "Good Friday", "2017-04-15": "Easter Saturday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-25": "ANZAC Day", "2017-05-01": "Labor Day", "2017-08-16": "The Royal Queensland Show", "2017-10-02": "Queen's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-26": "Australia Day", "2018-03-30": "Good Friday", "2018-03-31": "Easter Saturday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-25": "ANZAC Day", "2018-05-07": "Labor Day", "2018-08-15": "The Royal Queensland Show", "2018-10-01": "Queen's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-28": "Australia Day", "2019-04-19": "Good Friday", "2019-04-20": "Easter Saturday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-04-25": "ANZAC Day", "2019-05-06": "Labor Day", "2019-08-14": "The Royal Queensland Show", "2019-10-07": "Queen's Birthday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-27": "Australia Day", "2020-04-10": "Good Friday", "2020-04-11": "Easter Saturday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-04-25": "ANZAC Day", "2020-05-04": "Labor Day", "2020-08-14": "The Royal Queensland Show", "2020-10-05": "Queen's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-26": "Australia Day", "2021-04-02": "Good Friday", "2021-04-03": "Easter Saturday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-26": "ANZAC Day", "2021-05-03": "Labor Day", "2021-10-04": "Queen's Birthday", "2021-10-29": "The Royal Queensland Show", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-26": "Australia Day", "2022-04-15": "Good Friday", "2022-04-16": "Easter Saturday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-25": "ANZAC Day", "2022-05-02": "Labor Day", "2022-08-10": "The Royal Queensland Show", "2022-09-22": "National Day of Mourning for Queen Elizabeth II", "2022-10-03": "Queen's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-26": "Australia Day", "2023-04-07": "Good Friday", "2023-04-08": "Easter Saturday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-25": "ANZAC Day", "2023-05-01": "Labor Day", "2023-08-16": "The Royal Queensland Show", "2023-10-02": "King's Birthday", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-26": "Australia Day", "2024-03-29": "Good Friday", "2024-03-30": "Easter Saturday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-25": "ANZAC Day", "2024-05-06": "Labor Day", "2024-08-14": "The Royal Queensland Show", "2024-10-07": "King's Birthday", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-27": "Australia Day", "2025-04-18": "Good Friday", "2025-04-19": "Easter Saturday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-25": "ANZAC Day", "2025-05-05": "Labor Day", "2025-08-13": "The Royal Queensland Show", "2025-10-06": "King's Birthday", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-26": "Australia Day", "2026-04-03": "Good Friday", "2026-04-04": "Easter Saturday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-25": "ANZAC Day", "2026-05-04": "Labor Day", "2026-08-12": "The Royal Queensland Show", "2026-10-05": "King's Birthday", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-26": "Australia Day", "2027-03-26": "Good Friday", "2027-03-27": "Easter Saturday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-26": "ANZAC Day", "2027-05-03": "Labor Day", "2027-08-11": "The Royal Queensland Show", "2027-10-04": "King's Birthday", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-26": "Australia Day", "2028-04-14": "Good Friday", "2028-04-15": "Easter Saturday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-25": "ANZAC Day", "2028-05-01": "Labor Day", "2028-08-16": "The Royal Queensland Show", "2028-10-02": "King's Birthday", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-26": "Australia Day", "2029-03-30": "Good Friday", "2029-03-31": "Easter Saturday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-25": "ANZAC Day", "2029-05-07": "Labor Day", "2029-08-15": "The Royal Queensland Show", "2029-10-01": "King's Birthday", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-28": "Australia Day", "2030-04-19": "Good Friday", "2030-04-20": "Easter Saturday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-25": "ANZAC Day", "2030-05-06": "Labor Day", "2030-08-14": "The Royal Queensland Show", "2030-10-07": "King's Birthday", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-27": "Australia Day", "2031-04-11": "Good Friday", "2031-04-12": "Easter Saturday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-25": "ANZAC Day", "2031-05-05": "Labor Day", "2031-08-13": "The Royal Queensland Show", "2031-10-06": "King's Birthday", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-26": "Australia Day", "2032-03-26": "Good Friday", "2032-03-27": "Easter Saturday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-26": "ANZAC Day", "2032-05-03": "Labor Day", "2032-08-11": "The Royal Queensland Show", "2032-10-04": "King's Birthday", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-26": "Australia Day", "2033-04-15": "Good Friday", "2033-04-16": "Easter Saturday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-25": "ANZAC Day", "2033-05-02": "Labor Day", "2033-08-10": "The Royal Queensland Show", "2033-10-03": "King's Birthday", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-26": "Australia Day", "2034-04-07": "Good Friday", "2034-04-08": "Easter Saturday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-25": "ANZAC Day", "2034-05-01": "Labor Day", "2034-08-16": "The Royal Queensland Show", "2034-10-02": "King's Birthday", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-26": "Australia Day", "2035-03-23": "Good Friday", "2035-03-24": "Easter Saturday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-25": "ANZAC Day", "2035-05-07": "Labor Day", "2035-08-15": "The Royal Queensland Show", "2035-10-01": "King's Birthday", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-28": "Australia Day", "2036-04-11": "Good Friday", "2036-04-12": "Easter Saturday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-25": "ANZAC Day", "2036-05-05": "Labor Day", "2036-08-13": "The Royal Queensland Show", "2036-10-06": "King's Birthday", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-26": "Australia Day", "2037-04-03": "Good Friday", "2037-04-04": "Easter Saturday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-25": "ANZAC Day", "2037-05-04": "Labor Day", "2037-08-12": "The Royal Queensland Show", "2037-10-05": "King's Birthday", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-26": "Australia Day", "2038-04-23": "Good Friday", "2038-04-24": "Easter Saturday", "2038-04-25": "Easter Sunday", "2038-04-26": "ANZAC Day; Easter Monday", "2038-05-03": "Labor Day", "2038-08-11": "The Royal Queensland Show", "2038-10-04": "King's Birthday", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-26": "Australia Day", "2039-04-08": "Good Friday", "2039-04-09": "Easter Saturday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-25": "ANZAC Day", "2039-05-02": "Labor Day", "2039-08-10": "The Royal Queensland Show", "2039-10-03": "King's Birthday", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-26": "Australia Day", "2040-03-30": "Good Friday", "2040-03-31": "Easter Saturday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-25": "ANZAC Day", "2040-05-07": "Labor Day", "2040-08-15": "The Royal Queensland Show", "2040-10-01": "King's Birthday", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-28": "Australia Day", "2041-04-19": "Good Friday", "2041-04-20": "Easter Saturday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-25": "ANZAC Day", "2041-05-06": "Labor Day", "2041-08-14": "The Royal Queensland Show", "2041-10-07": "King's Birthday", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-27": "Australia Day", "2042-04-04": "Good Friday", "2042-04-05": "Easter Saturday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-25": "ANZAC Day", "2042-05-05": "Labor Day", "2042-08-13": "The Royal Queensland Show", "2042-10-06": "King's Birthday", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-26": "Australia Day", "2043-03-27": "Good Friday", "2043-03-28": "Easter Saturday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-25": "ANZAC Day", "2043-05-04": "Labor Day", "2043-08-12": "The Royal Queensland Show", "2043-10-05": "King's Birthday", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-26": "Australia Day", "2044-04-15": "Good Friday", "2044-04-16": "Easter Saturday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-25": "ANZAC Day", "2044-05-02": "Labor Day", "2044-08-10": "The Royal Queensland Show", "2044-10-03": "King's Birthday", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-26": "Australia Day", "2045-04-07": "Good Friday", "2045-04-08": "Easter Saturday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-25": "ANZAC Day", "2045-05-01": "Labor Day", "2045-08-16": "The Royal Queensland Show", "2045-10-02": "King's Birthday", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-26": "Australia Day", "2046-03-23": "Good Friday", "2046-03-24": "Easter Saturday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-25": "ANZAC Day", "2046-05-07": "Labor Day", "2046-08-15": "The Royal Queensland Show", "2046-10-01": "King's Birthday", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-28": "Australia Day", "2047-04-12": "Good Friday", "2047-04-13": "Easter Saturday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-25": "ANZAC Day", "2047-05-06": "Labor Day", "2047-08-14": "The Royal Queensland Show", "2047-10-07": "King's Birthday", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-27": "Australia Day", "2048-04-03": "Good Friday", "2048-04-04": "Easter Saturday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-25": "ANZAC Day", "2048-05-04": "Labor Day", "2048-08-12": "The Royal Queensland Show", "2048-10-05": "King's Birthday", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-26": "Australia Day", "2049-04-16": "Good Friday", "2049-04-17": "Easter Saturday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-26": "ANZAC Day", "2049-05-03": "Labor Day", "2049-08-11": "The Royal Queensland Show", "2049-10-04": "King's Birthday", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-26": "Australia Day", "2050-04-08": "Good Friday", "2050-04-09": "Easter Saturday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-25": "ANZAC Day", "2050-05-02": "Labor Day", "2050-08-10": "The Royal Queensland Show", "2050-10-03": "King's Birthday", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/AU_SA.json000066400000000000000000001300771500152103600210760ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-26": "Australia Day", "1950-04-07": "Good Friday", "1950-04-08": "Easter Saturday", "1950-04-10": "Easter Monday", "1950-04-25": "ANZAC Day", "1950-06-12": "King's Birthday", "1950-10-02": "Labor Day", "1950-12-25": "Christmas Day", "1950-12-26": "Proclamation Day", "1951-01-01": "New Year's Day", "1951-01-26": "Australia Day", "1951-03-23": "Good Friday", "1951-03-24": "Easter Saturday", "1951-03-26": "Easter Monday", "1951-04-25": "ANZAC Day", "1951-06-11": "King's Birthday", "1951-10-01": "Labor Day", "1951-12-25": "Christmas Day", "1951-12-26": "Proclamation Day", "1952-01-01": "New Year's Day", "1952-01-26": "Australia Day", "1952-04-11": "Good Friday", "1952-04-12": "Easter Saturday", "1952-04-14": "Easter Monday", "1952-04-25": "ANZAC Day", "1952-06-09": "Queen's Birthday", "1952-10-06": "Labor Day", "1952-12-25": "Christmas Day", "1952-12-26": "Proclamation Day", "1953-01-01": "New Year's Day", "1953-01-26": "Australia Day", "1953-04-03": "Good Friday", "1953-04-04": "Easter Saturday", "1953-04-06": "Easter Monday", "1953-04-25": "ANZAC Day", "1953-06-08": "Queen's Birthday", "1953-10-05": "Labor Day", "1953-12-25": "Christmas Day", "1953-12-26": "Proclamation Day", "1954-01-01": "New Year's Day", "1954-01-26": "Australia Day", "1954-04-16": "Good Friday", "1954-04-17": "Easter Saturday", "1954-04-19": "Easter Monday", "1954-04-25": "ANZAC Day", "1954-04-26": "ANZAC Day (observed)", "1954-06-14": "Queen's Birthday", "1954-10-04": "Labor Day", "1954-12-25": "Christmas Day", "1954-12-26": "Proclamation Day", "1955-01-01": "New Year's Day", "1955-01-26": "Australia Day", "1955-04-08": "Good Friday", "1955-04-09": "Easter Saturday", "1955-04-11": "Easter Monday", "1955-04-25": "ANZAC Day", "1955-06-13": "Queen's Birthday", "1955-10-03": "Labor Day", "1955-12-25": "Christmas Day", "1955-12-26": "Proclamation Day", "1956-01-01": "New Year's Day", "1956-01-26": "Australia Day", "1956-03-30": "Good Friday", "1956-03-31": "Easter Saturday", "1956-04-02": "Easter Monday", "1956-04-25": "ANZAC Day", "1956-06-11": "Queen's Birthday", "1956-10-01": "Labor Day", "1956-12-25": "Christmas Day", "1956-12-26": "Proclamation Day", "1957-01-01": "New Year's Day", "1957-01-26": "Australia Day", "1957-04-19": "Good Friday", "1957-04-20": "Easter Saturday", "1957-04-22": "Easter Monday", "1957-04-25": "ANZAC Day", "1957-06-10": "Queen's Birthday", "1957-10-07": "Labor Day", "1957-12-25": "Christmas Day", "1957-12-26": "Proclamation Day", "1958-01-01": "New Year's Day", "1958-01-26": "Australia Day", "1958-04-04": "Good Friday", "1958-04-05": "Easter Saturday", "1958-04-07": "Easter Monday", "1958-04-25": "ANZAC Day", "1958-06-09": "Queen's Birthday", "1958-10-06": "Labor Day", "1958-12-25": "Christmas Day", "1958-12-26": "Proclamation Day", "1959-01-01": "New Year's Day", "1959-01-26": "Australia Day", "1959-03-27": "Good Friday", "1959-03-28": "Easter Saturday", "1959-03-30": "Easter Monday", "1959-04-25": "ANZAC Day", "1959-06-08": "Queen's Birthday", "1959-10-05": "Labor Day", "1959-12-25": "Christmas Day", "1959-12-26": "Proclamation Day", "1960-01-01": "New Year's Day", "1960-01-26": "Australia Day", "1960-04-15": "Good Friday", "1960-04-16": "Easter Saturday", "1960-04-18": "Easter Monday", "1960-04-25": "ANZAC Day", "1960-06-13": "Queen's Birthday", "1960-10-03": "Labor Day", "1960-12-25": "Christmas Day", "1960-12-26": "Proclamation Day", "1961-01-01": "New Year's Day", "1961-01-26": "Australia Day", "1961-03-31": "Good Friday", "1961-04-01": "Easter Saturday", "1961-04-03": "Easter Monday", "1961-04-25": "ANZAC Day", "1961-06-12": "Queen's Birthday", "1961-10-02": "Labor Day", "1961-12-25": "Christmas Day", "1961-12-26": "Proclamation Day", "1962-01-01": "New Year's Day", "1962-01-26": "Australia Day", "1962-04-20": "Good Friday", "1962-04-21": "Easter Saturday", "1962-04-23": "Easter Monday", "1962-04-25": "ANZAC Day", "1962-06-11": "Queen's Birthday", "1962-10-01": "Labor Day", "1962-12-25": "Christmas Day", "1962-12-26": "Proclamation Day", "1963-01-01": "New Year's Day", "1963-01-26": "Australia Day", "1963-04-12": "Good Friday", "1963-04-13": "Easter Saturday", "1963-04-15": "Easter Monday", "1963-04-25": "ANZAC Day", "1963-06-10": "Queen's Birthday", "1963-10-07": "Labor Day", "1963-12-25": "Christmas Day", "1963-12-26": "Proclamation Day", "1964-01-01": "New Year's Day", "1964-01-26": "Australia Day", "1964-03-27": "Good Friday", "1964-03-28": "Easter Saturday", "1964-03-30": "Easter Monday", "1964-04-25": "ANZAC Day", "1964-06-08": "Queen's Birthday", "1964-10-05": "Labor Day", "1964-12-25": "Christmas Day", "1964-12-26": "Proclamation Day", "1965-01-01": "New Year's Day", "1965-01-26": "Australia Day", "1965-04-16": "Good Friday", "1965-04-17": "Easter Saturday", "1965-04-19": "Easter Monday", "1965-04-25": "ANZAC Day", "1965-04-26": "ANZAC Day (observed)", "1965-06-14": "Queen's Birthday", "1965-10-04": "Labor Day", "1965-12-25": "Christmas Day", "1965-12-26": "Proclamation Day", "1966-01-01": "New Year's Day", "1966-01-26": "Australia Day", "1966-04-08": "Good Friday", "1966-04-09": "Easter Saturday", "1966-04-11": "Easter Monday", "1966-04-25": "ANZAC Day", "1966-06-13": "Queen's Birthday", "1966-10-03": "Labor Day", "1966-12-25": "Christmas Day", "1966-12-26": "Proclamation Day", "1967-01-01": "New Year's Day", "1967-01-26": "Australia Day", "1967-03-24": "Good Friday", "1967-03-25": "Easter Saturday", "1967-03-27": "Easter Monday", "1967-04-25": "ANZAC Day", "1967-06-12": "Queen's Birthday", "1967-10-02": "Labor Day", "1967-12-25": "Christmas Day", "1967-12-26": "Proclamation Day", "1968-01-01": "New Year's Day", "1968-01-26": "Australia Day", "1968-04-12": "Good Friday", "1968-04-13": "Easter Saturday", "1968-04-15": "Easter Monday", "1968-04-25": "ANZAC Day", "1968-06-10": "Queen's Birthday", "1968-10-07": "Labor Day", "1968-12-25": "Christmas Day", "1968-12-26": "Proclamation Day", "1969-01-01": "New Year's Day", "1969-01-26": "Australia Day", "1969-04-04": "Good Friday", "1969-04-05": "Easter Saturday", "1969-04-07": "Easter Monday", "1969-04-25": "ANZAC Day", "1969-06-09": "Queen's Birthday", "1969-10-06": "Labor Day", "1969-12-25": "Christmas Day", "1969-12-26": "Proclamation Day", "1970-01-01": "New Year's Day", "1970-01-26": "Australia Day", "1970-03-27": "Good Friday", "1970-03-28": "Easter Saturday", "1970-03-30": "Easter Monday", "1970-04-25": "ANZAC Day", "1970-06-08": "Queen's Birthday", "1970-10-05": "Labor Day", "1970-12-25": "Christmas Day", "1970-12-26": "Proclamation Day", "1971-01-01": "New Year's Day", "1971-01-26": "Australia Day", "1971-04-09": "Good Friday", "1971-04-10": "Easter Saturday", "1971-04-12": "Easter Monday", "1971-04-25": "ANZAC Day", "1971-04-26": "ANZAC Day (observed)", "1971-06-14": "Queen's Birthday", "1971-10-04": "Labor Day", "1971-12-25": "Christmas Day", "1971-12-26": "Proclamation Day", "1972-01-01": "New Year's Day", "1972-01-26": "Australia Day", "1972-03-31": "Good Friday", "1972-04-01": "Easter Saturday", "1972-04-03": "Easter Monday", "1972-04-25": "ANZAC Day", "1972-06-12": "Queen's Birthday", "1972-10-02": "Labor Day", "1972-12-25": "Christmas Day", "1972-12-26": "Proclamation Day", "1973-01-01": "New Year's Day", "1973-01-26": "Australia Day", "1973-04-20": "Good Friday", "1973-04-21": "Easter Saturday", "1973-04-23": "Easter Monday", "1973-04-25": "ANZAC Day", "1973-05-21": "Adelaide Cup Day", "1973-06-11": "Queen's Birthday", "1973-10-01": "Labor Day", "1973-12-25": "Christmas Day", "1973-12-26": "Proclamation Day", "1974-01-01": "New Year's Day", "1974-01-26": "Australia Day", "1974-04-12": "Good Friday", "1974-04-13": "Easter Saturday", "1974-04-15": "Easter Monday", "1974-04-25": "ANZAC Day", "1974-05-20": "Adelaide Cup Day", "1974-06-10": "Queen's Birthday", "1974-10-07": "Labor Day", "1974-12-25": "Christmas Day", "1974-12-26": "Proclamation Day", "1975-01-01": "New Year's Day", "1975-01-26": "Australia Day", "1975-03-28": "Good Friday", "1975-03-29": "Easter Saturday", "1975-03-31": "Easter Monday", "1975-04-25": "ANZAC Day", "1975-05-19": "Adelaide Cup Day", "1975-06-09": "Queen's Birthday", "1975-10-06": "Labor Day", "1975-12-25": "Christmas Day", "1975-12-26": "Proclamation Day", "1976-01-01": "New Year's Day", "1976-01-26": "Australia Day", "1976-04-16": "Good Friday", "1976-04-17": "Easter Saturday", "1976-04-19": "Easter Monday", "1976-04-25": "ANZAC Day", "1976-04-26": "ANZAC Day (observed)", "1976-05-17": "Adelaide Cup Day", "1976-06-14": "Queen's Birthday", "1976-10-04": "Labor Day", "1976-12-25": "Christmas Day", "1976-12-26": "Proclamation Day", "1977-01-01": "New Year's Day", "1977-01-26": "Australia Day", "1977-04-08": "Good Friday", "1977-04-09": "Easter Saturday", "1977-04-11": "Easter Monday", "1977-04-25": "ANZAC Day", "1977-05-16": "Adelaide Cup Day", "1977-06-13": "Queen's Birthday", "1977-10-03": "Labor Day", "1977-12-25": "Christmas Day", "1977-12-26": "Proclamation Day", "1978-01-01": "New Year's Day", "1978-01-26": "Australia Day", "1978-03-24": "Good Friday", "1978-03-25": "Easter Saturday", "1978-03-27": "Easter Monday", "1978-04-25": "ANZAC Day", "1978-05-15": "Adelaide Cup Day", "1978-06-12": "Queen's Birthday", "1978-10-02": "Labor Day", "1978-12-25": "Christmas Day", "1978-12-26": "Proclamation Day", "1979-01-01": "New Year's Day", "1979-01-26": "Australia Day", "1979-04-13": "Good Friday", "1979-04-14": "Easter Saturday", "1979-04-16": "Easter Monday", "1979-04-25": "ANZAC Day", "1979-05-21": "Adelaide Cup Day", "1979-06-11": "Queen's Birthday", "1979-10-01": "Labor Day", "1979-12-25": "Christmas Day", "1979-12-26": "Proclamation Day", "1980-01-01": "New Year's Day", "1980-01-26": "Australia Day", "1980-04-04": "Good Friday", "1980-04-05": "Easter Saturday", "1980-04-07": "Easter Monday", "1980-04-25": "ANZAC Day", "1980-05-19": "Adelaide Cup Day", "1980-06-09": "Queen's Birthday", "1980-10-06": "Labor Day", "1980-12-25": "Christmas Day", "1980-12-26": "Proclamation Day", "1981-01-01": "New Year's Day", "1981-01-26": "Australia Day", "1981-04-17": "Good Friday", "1981-04-18": "Easter Saturday", "1981-04-20": "Easter Monday", "1981-04-25": "ANZAC Day", "1981-05-18": "Adelaide Cup Day", "1981-06-08": "Queen's Birthday", "1981-10-05": "Labor Day", "1981-12-25": "Christmas Day", "1981-12-26": "Proclamation Day", "1982-01-01": "New Year's Day", "1982-01-26": "Australia Day", "1982-04-09": "Good Friday", "1982-04-10": "Easter Saturday", "1982-04-12": "Easter Monday", "1982-04-25": "ANZAC Day", "1982-04-26": "ANZAC Day (observed)", "1982-05-17": "Adelaide Cup Day", "1982-06-14": "Queen's Birthday", "1982-10-04": "Labor Day", "1982-12-25": "Christmas Day", "1982-12-26": "Proclamation Day", "1983-01-01": "New Year's Day", "1983-01-26": "Australia Day", "1983-04-01": "Good Friday", "1983-04-02": "Easter Saturday", "1983-04-04": "Easter Monday", "1983-04-25": "ANZAC Day", "1983-05-16": "Adelaide Cup Day", "1983-06-13": "Queen's Birthday", "1983-10-03": "Labor Day", "1983-12-25": "Christmas Day", "1983-12-26": "Proclamation Day", "1984-01-02": "New Year's Day", "1984-01-30": "Australia Day", "1984-04-20": "Good Friday", "1984-04-21": "Easter Saturday", "1984-04-23": "Easter Monday", "1984-04-25": "ANZAC Day", "1984-05-21": "Adelaide Cup Day", "1984-06-11": "Queen's Birthday", "1984-10-01": "Labor Day", "1984-12-25": "Christmas Day", "1984-12-26": "Proclamation Day", "1985-01-01": "New Year's Day", "1985-01-28": "Australia Day", "1985-04-05": "Good Friday", "1985-04-06": "Easter Saturday", "1985-04-08": "Easter Monday", "1985-04-25": "ANZAC Day", "1985-05-20": "Adelaide Cup Day", "1985-06-10": "Queen's Birthday", "1985-10-07": "Labor Day", "1985-12-25": "Christmas Day", "1985-12-26": "Proclamation Day", "1986-01-01": "New Year's Day", "1986-01-27": "Australia Day", "1986-03-28": "Good Friday", "1986-03-29": "Easter Saturday", "1986-03-31": "Easter Monday", "1986-04-25": "ANZAC Day", "1986-05-19": "Adelaide Cup Day", "1986-06-09": "Queen's Birthday", "1986-10-06": "Labor Day", "1986-12-25": "Christmas Day", "1986-12-26": "Proclamation Day", "1987-01-01": "New Year's Day", "1987-01-26": "Australia Day", "1987-04-17": "Good Friday", "1987-04-18": "Easter Saturday", "1987-04-20": "Easter Monday", "1987-04-25": "ANZAC Day", "1987-05-18": "Adelaide Cup Day", "1987-06-08": "Queen's Birthday", "1987-10-05": "Labor Day", "1987-12-25": "Christmas Day", "1987-12-28": "Proclamation Day", "1988-01-01": "New Year's Day", "1988-02-01": "Australia Day", "1988-04-01": "Good Friday", "1988-04-02": "Easter Saturday", "1988-04-04": "Easter Monday", "1988-04-25": "ANZAC Day", "1988-05-16": "Adelaide Cup Day", "1988-06-13": "Queen's Birthday", "1988-10-03": "Labor Day", "1988-12-26": "Christmas Day; Proclamation Day", "1989-01-02": "New Year's Day", "1989-01-30": "Australia Day", "1989-03-24": "Good Friday", "1989-03-25": "Easter Saturday", "1989-03-27": "Easter Monday", "1989-04-25": "ANZAC Day", "1989-05-15": "Adelaide Cup Day", "1989-06-12": "Queen's Birthday", "1989-10-02": "Labor Day", "1989-12-25": "Christmas Day", "1989-12-26": "Proclamation Day", "1990-01-01": "New Year's Day", "1990-01-29": "Australia Day", "1990-04-13": "Good Friday", "1990-04-14": "Easter Saturday", "1990-04-16": "Easter Monday", "1990-04-25": "ANZAC Day", "1990-05-21": "Adelaide Cup Day", "1990-06-11": "Queen's Birthday", "1990-10-01": "Labor Day", "1990-12-25": "Christmas Day", "1990-12-26": "Proclamation Day", "1991-01-01": "New Year's Day", "1991-01-28": "Australia Day", "1991-03-29": "Good Friday", "1991-03-30": "Easter Saturday", "1991-04-01": "Easter Monday", "1991-04-25": "ANZAC Day", "1991-05-20": "Adelaide Cup Day", "1991-06-10": "Queen's Birthday", "1991-10-07": "Labor Day", "1991-12-25": "Christmas Day", "1991-12-26": "Proclamation Day", "1992-01-01": "New Year's Day", "1992-01-27": "Australia Day", "1992-04-17": "Good Friday", "1992-04-18": "Easter Saturday", "1992-04-20": "Easter Monday", "1992-04-25": "ANZAC Day", "1992-05-18": "Adelaide Cup Day", "1992-06-08": "Queen's Birthday", "1992-10-05": "Labor Day", "1992-12-25": "Christmas Day", "1992-12-28": "Proclamation Day", "1993-01-01": "New Year's Day", "1993-02-01": "Australia Day", "1993-04-09": "Good Friday", "1993-04-10": "Easter Saturday", "1993-04-12": "Easter Monday", "1993-04-25": "ANZAC Day", "1993-04-26": "ANZAC Day (observed)", "1993-05-17": "Adelaide Cup Day", "1993-06-14": "Queen's Birthday", "1993-10-04": "Labor Day", "1993-12-27": "Christmas Day", "1993-12-28": "Proclamation Day", "1994-01-03": "New Year's Day", "1994-01-26": "Australia Day", "1994-04-01": "Good Friday", "1994-04-02": "Easter Saturday", "1994-04-04": "Easter Monday", "1994-04-25": "ANZAC Day", "1994-05-16": "Adelaide Cup Day", "1994-06-13": "Queen's Birthday", "1994-10-03": "Labor Day", "1994-12-26": "Christmas Day", "1994-12-27": "Proclamation Day", "1995-01-02": "New Year's Day", "1995-01-26": "Australia Day", "1995-04-14": "Good Friday", "1995-04-15": "Easter Saturday", "1995-04-17": "Easter Monday", "1995-04-25": "ANZAC Day", "1995-05-15": "Adelaide Cup Day", "1995-06-12": "Queen's Birthday", "1995-10-02": "Labor Day", "1995-12-25": "Christmas Day", "1995-12-26": "Proclamation Day", "1996-01-01": "New Year's Day", "1996-01-26": "Australia Day", "1996-04-05": "Good Friday", "1996-04-06": "Easter Saturday", "1996-04-08": "Easter Monday", "1996-04-25": "ANZAC Day", "1996-05-20": "Adelaide Cup Day", "1996-06-10": "Queen's Birthday", "1996-10-07": "Labor Day", "1996-12-25": "Christmas Day", "1996-12-26": "Proclamation Day", "1997-01-01": "New Year's Day", "1997-01-27": "Australia Day", "1997-03-28": "Good Friday", "1997-03-29": "Easter Saturday", "1997-03-31": "Easter Monday", "1997-04-25": "ANZAC Day", "1997-05-19": "Adelaide Cup Day", "1997-06-09": "Queen's Birthday", "1997-10-06": "Labor Day", "1997-12-25": "Christmas Day", "1997-12-26": "Proclamation Day", "1998-01-01": "New Year's Day", "1998-01-26": "Australia Day", "1998-04-10": "Good Friday", "1998-04-11": "Easter Saturday", "1998-04-13": "Easter Monday", "1998-04-25": "ANZAC Day", "1998-05-18": "Adelaide Cup Day", "1998-06-08": "Queen's Birthday", "1998-10-05": "Labor Day", "1998-12-25": "Christmas Day", "1998-12-28": "Proclamation Day", "1999-01-01": "New Year's Day", "1999-01-26": "Australia Day", "1999-04-02": "Good Friday", "1999-04-03": "Easter Saturday", "1999-04-05": "Easter Monday", "1999-04-25": "ANZAC Day", "1999-04-26": "ANZAC Day (observed)", "1999-05-17": "Adelaide Cup Day", "1999-06-14": "Queen's Birthday", "1999-10-04": "Labor Day", "1999-12-27": "Christmas Day", "1999-12-28": "Proclamation Day", "2000-01-03": "New Year's Day", "2000-01-26": "Australia Day", "2000-04-21": "Good Friday", "2000-04-22": "Easter Saturday", "2000-04-24": "Easter Monday", "2000-04-25": "ANZAC Day", "2000-05-15": "Adelaide Cup Day", "2000-06-12": "Queen's Birthday", "2000-10-02": "Labor Day", "2000-12-25": "Christmas Day", "2000-12-26": "Proclamation Day", "2001-01-01": "New Year's Day", "2001-01-26": "Australia Day", "2001-04-13": "Good Friday", "2001-04-14": "Easter Saturday", "2001-04-16": "Easter Monday", "2001-04-25": "ANZAC Day", "2001-05-21": "Adelaide Cup Day", "2001-06-11": "Queen's Birthday", "2001-10-01": "Labor Day", "2001-12-25": "Christmas Day", "2001-12-26": "Proclamation Day", "2002-01-01": "New Year's Day", "2002-01-28": "Australia Day", "2002-03-29": "Good Friday", "2002-03-30": "Easter Saturday", "2002-04-01": "Easter Monday", "2002-04-25": "ANZAC Day", "2002-05-20": "Adelaide Cup Day", "2002-06-10": "Queen's Birthday", "2002-10-07": "Labor Day", "2002-12-25": "Christmas Day", "2002-12-26": "Proclamation Day", "2003-01-01": "New Year's Day", "2003-01-27": "Australia Day", "2003-04-18": "Good Friday", "2003-04-19": "Easter Saturday", "2003-04-21": "Easter Monday", "2003-04-25": "ANZAC Day", "2003-05-19": "Adelaide Cup Day", "2003-06-09": "Queen's Birthday", "2003-10-06": "Labor Day", "2003-12-25": "Christmas Day", "2003-12-26": "Proclamation Day", "2004-01-01": "New Year's Day", "2004-01-26": "Australia Day", "2004-04-09": "Good Friday", "2004-04-10": "Easter Saturday", "2004-04-12": "Easter Monday", "2004-04-25": "ANZAC Day", "2004-04-26": "ANZAC Day (observed)", "2004-05-17": "Adelaide Cup Day", "2004-06-14": "Queen's Birthday", "2004-10-04": "Labor Day", "2004-12-26": "Proclamation Day", "2004-12-27": "Christmas Day", "2004-12-28": "Proclamation Day (observed)", "2005-01-03": "New Year's Day", "2005-01-26": "Australia Day", "2005-03-25": "Good Friday", "2005-03-26": "Easter Saturday", "2005-03-28": "Easter Monday", "2005-04-25": "ANZAC Day", "2005-05-16": "Adelaide Cup Day", "2005-06-13": "Queen's Birthday", "2005-10-03": "Labor Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed); Proclamation Day", "2005-12-27": "Proclamation Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-26": "Australia Day", "2006-03-13": "Adelaide Cup Day", "2006-04-14": "Good Friday", "2006-04-15": "Easter Saturday", "2006-04-17": "Easter Monday", "2006-04-25": "ANZAC Day", "2006-06-12": "Queen's Birthday", "2006-10-02": "Labor Day", "2006-12-25": "Christmas Day", "2006-12-26": "Proclamation Day", "2007-01-01": "New Year's Day", "2007-01-26": "Australia Day", "2007-03-12": "Adelaide Cup Day", "2007-04-06": "Good Friday", "2007-04-07": "Easter Saturday", "2007-04-09": "Easter Monday", "2007-04-25": "ANZAC Day", "2007-06-11": "Queen's Birthday", "2007-10-01": "Labor Day", "2007-12-25": "Christmas Day", "2007-12-26": "Proclamation Day", "2008-01-01": "New Year's Day", "2008-01-28": "Australia Day", "2008-03-10": "Adelaide Cup Day", "2008-03-21": "Good Friday", "2008-03-22": "Easter Saturday", "2008-03-24": "Easter Monday", "2008-04-25": "ANZAC Day", "2008-06-09": "Queen's Birthday", "2008-10-06": "Labor Day", "2008-12-25": "Christmas Day", "2008-12-26": "Proclamation Day", "2009-01-01": "New Year's Day", "2009-01-26": "Australia Day", "2009-03-09": "Adelaide Cup Day", "2009-04-10": "Good Friday", "2009-04-11": "Easter Saturday", "2009-04-13": "Easter Monday", "2009-04-25": "ANZAC Day", "2009-06-08": "Queen's Birthday", "2009-10-05": "Labor Day", "2009-12-25": "Christmas Day", "2009-12-28": "Proclamation Day", "2010-01-01": "New Year's Day", "2010-01-26": "Australia Day", "2010-03-08": "Adelaide Cup Day", "2010-04-02": "Good Friday", "2010-04-03": "Easter Saturday", "2010-04-05": "Easter Monday", "2010-04-25": "ANZAC Day", "2010-04-26": "ANZAC Day (observed)", "2010-06-14": "Queen's Birthday", "2010-10-04": "Labor Day", "2010-12-26": "Proclamation Day", "2010-12-27": "Christmas Day", "2010-12-28": "Proclamation Day (observed)", "2011-01-03": "New Year's Day", "2011-01-26": "Australia Day", "2011-03-14": "Adelaide Cup Day", "2011-04-22": "Good Friday", "2011-04-23": "Easter Saturday", "2011-04-25": "ANZAC Day; Easter Monday", "2011-06-13": "Queen's Birthday", "2011-10-03": "Labor Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed); Proclamation Day", "2011-12-27": "Proclamation Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-26": "Australia Day", "2012-03-12": "Adelaide Cup Day", "2012-04-06": "Good Friday", "2012-04-07": "Easter Saturday", "2012-04-09": "Easter Monday", "2012-04-25": "ANZAC Day", "2012-06-11": "Queen's Birthday", "2012-10-01": "Labor Day", "2012-12-24": "Christmas Eve (from 7pm)", "2012-12-25": "Christmas Day", "2012-12-26": "Proclamation Day", "2012-12-31": "New Year's Eve (from 7pm)", "2013-01-01": "New Year's Day", "2013-01-28": "Australia Day", "2013-03-11": "Adelaide Cup Day", "2013-03-29": "Good Friday", "2013-03-30": "Easter Saturday", "2013-04-01": "Easter Monday", "2013-04-25": "ANZAC Day", "2013-06-10": "Queen's Birthday", "2013-10-07": "Labor Day", "2013-12-24": "Christmas Eve (from 7pm)", "2013-12-25": "Christmas Day", "2013-12-26": "Proclamation Day", "2013-12-31": "New Year's Eve (from 7pm)", "2014-01-01": "New Year's Day", "2014-01-26": "Australia Day", "2014-01-27": "Australia Day (observed)", "2014-03-10": "Adelaide Cup Day", "2014-04-18": "Good Friday", "2014-04-19": "Easter Saturday", "2014-04-21": "Easter Monday", "2014-04-25": "ANZAC Day", "2014-06-09": "Queen's Birthday", "2014-10-06": "Labor Day", "2014-12-24": "Christmas Eve (from 7pm)", "2014-12-25": "Christmas Day", "2014-12-26": "Proclamation Day", "2014-12-31": "New Year's Eve (from 7pm)", "2015-01-01": "New Year's Day", "2015-01-26": "Australia Day", "2015-03-09": "Adelaide Cup Day", "2015-04-03": "Good Friday", "2015-04-04": "Easter Saturday", "2015-04-06": "Easter Monday", "2015-04-25": "ANZAC Day", "2015-06-08": "Queen's Birthday", "2015-10-05": "Labor Day", "2015-12-24": "Christmas Eve (from 7pm)", "2015-12-25": "Christmas Day", "2015-12-28": "Proclamation Day", "2015-12-31": "New Year's Eve (from 7pm)", "2016-01-01": "New Year's Day", "2016-01-26": "Australia Day", "2016-03-14": "Adelaide Cup Day", "2016-03-25": "Good Friday", "2016-03-26": "Easter Saturday", "2016-03-28": "Easter Monday", "2016-04-25": "ANZAC Day", "2016-06-13": "Queen's Birthday", "2016-10-03": "Labor Day", "2016-12-24": "Christmas Eve (from 7pm)", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed); Proclamation Day", "2016-12-27": "Proclamation Day (observed)", "2016-12-31": "New Year's Eve (from 7pm)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-26": "Australia Day", "2017-03-13": "Adelaide Cup Day", "2017-04-14": "Good Friday", "2017-04-15": "Easter Saturday", "2017-04-17": "Easter Monday", "2017-04-25": "ANZAC Day", "2017-06-12": "Queen's Birthday", "2017-10-02": "Labor Day", "2017-12-24": "Christmas Eve (from 7pm)", "2017-12-25": "Christmas Day", "2017-12-26": "Proclamation Day", "2017-12-31": "New Year's Eve (from 7pm)", "2018-01-01": "New Year's Day", "2018-01-26": "Australia Day", "2018-03-12": "Adelaide Cup Day", "2018-03-30": "Good Friday", "2018-03-31": "Easter Saturday", "2018-04-02": "Easter Monday", "2018-04-25": "ANZAC Day", "2018-06-11": "Queen's Birthday", "2018-10-01": "Labor Day", "2018-12-24": "Christmas Eve (from 7pm)", "2018-12-25": "Christmas Day", "2018-12-26": "Proclamation Day", "2018-12-31": "New Year's Eve (from 7pm)", "2019-01-01": "New Year's Day", "2019-01-28": "Australia Day", "2019-03-11": "Adelaide Cup Day", "2019-04-19": "Good Friday", "2019-04-20": "Easter Saturday", "2019-04-22": "Easter Monday", "2019-04-25": "ANZAC Day", "2019-06-10": "Queen's Birthday", "2019-10-07": "Labor Day", "2019-12-24": "Christmas Eve (from 7pm)", "2019-12-25": "Christmas Day", "2019-12-26": "Proclamation Day", "2019-12-31": "New Year's Eve (from 7pm)", "2020-01-01": "New Year's Day", "2020-01-26": "Australia Day", "2020-01-27": "Australia Day (observed)", "2020-03-09": "Adelaide Cup Day", "2020-04-10": "Good Friday", "2020-04-11": "Easter Saturday", "2020-04-13": "Easter Monday", "2020-04-25": "ANZAC Day", "2020-06-08": "Queen's Birthday", "2020-10-05": "Labor Day", "2020-12-24": "Christmas Eve (from 7pm)", "2020-12-25": "Christmas Day", "2020-12-28": "Proclamation Day", "2020-12-31": "New Year's Eve (from 7pm)", "2021-01-01": "New Year's Day", "2021-01-26": "Australia Day", "2021-03-08": "Adelaide Cup Day", "2021-04-02": "Good Friday", "2021-04-03": "Easter Saturday", "2021-04-05": "Easter Monday", "2021-04-25": "ANZAC Day", "2021-04-26": "ANZAC Day (observed)", "2021-06-14": "Queen's Birthday", "2021-10-04": "Labor Day", "2021-12-24": "Christmas Eve (from 7pm)", "2021-12-26": "Proclamation Day", "2021-12-27": "Christmas Day", "2021-12-28": "Proclamation Day (observed)", "2021-12-31": "New Year's Eve (from 7pm)", "2022-01-03": "New Year's Day", "2022-01-26": "Australia Day", "2022-03-14": "Adelaide Cup Day", "2022-04-15": "Good Friday", "2022-04-16": "Easter Saturday", "2022-04-18": "Easter Monday", "2022-04-25": "ANZAC Day", "2022-06-13": "Queen's Birthday", "2022-09-22": "National Day of Mourning for Queen Elizabeth II", "2022-10-03": "Labor Day", "2022-12-24": "Christmas Eve (from 7pm)", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed); Proclamation Day", "2022-12-27": "Proclamation Day (observed)", "2022-12-31": "New Year's Eve (from 7pm)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-26": "Australia Day", "2023-03-13": "Adelaide Cup Day", "2023-04-07": "Good Friday", "2023-04-08": "Easter Saturday", "2023-04-10": "Easter Monday", "2023-04-25": "ANZAC Day", "2023-06-12": "King's Birthday", "2023-10-02": "Labor Day", "2023-12-24": "Christmas Eve (from 7pm)", "2023-12-25": "Christmas Day", "2023-12-26": "Proclamation Day", "2023-12-31": "New Year's Eve (from 7pm)", "2024-01-01": "New Year's Day", "2024-01-26": "Australia Day", "2024-03-11": "Adelaide Cup Day", "2024-03-29": "Good Friday", "2024-03-30": "Easter Saturday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-25": "ANZAC Day", "2024-06-10": "King's Birthday", "2024-10-07": "Labor Day", "2024-12-24": "Christmas Eve (from 7pm)", "2024-12-25": "Christmas Day", "2024-12-26": "Proclamation Day", "2024-12-31": "New Year's Eve (from 7pm)", "2025-01-01": "New Year's Day", "2025-01-27": "Australia Day", "2025-03-10": "Adelaide Cup Day", "2025-04-18": "Good Friday", "2025-04-19": "Easter Saturday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-25": "ANZAC Day", "2025-06-09": "King's Birthday", "2025-10-06": "Labor Day", "2025-12-24": "Christmas Eve (from 7pm)", "2025-12-25": "Christmas Day", "2025-12-26": "Proclamation Day", "2025-12-31": "New Year's Eve (from 7pm)", "2026-01-01": "New Year's Day", "2026-01-26": "Australia Day", "2026-03-09": "Adelaide Cup Day", "2026-04-03": "Good Friday", "2026-04-04": "Easter Saturday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-25": "ANZAC Day", "2026-06-08": "King's Birthday", "2026-10-05": "Labor Day", "2026-12-24": "Christmas Eve (from 7pm)", "2026-12-25": "Christmas Day", "2026-12-26": "Proclamation Day", "2026-12-28": "Proclamation Day (observed)", "2026-12-31": "New Year's Eve (from 7pm)", "2027-01-01": "New Year's Day", "2027-01-26": "Australia Day", "2027-03-08": "Adelaide Cup Day", "2027-03-26": "Good Friday", "2027-03-27": "Easter Saturday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-25": "ANZAC Day", "2027-06-14": "King's Birthday", "2027-10-04": "Labor Day", "2027-12-24": "Christmas Eve (from 7pm)", "2027-12-25": "Christmas Day", "2027-12-26": "Proclamation Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Proclamation Day (observed)", "2027-12-31": "New Year's Eve (from 7pm)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-26": "Australia Day", "2028-03-13": "Adelaide Cup Day", "2028-04-14": "Good Friday", "2028-04-15": "Easter Saturday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-25": "ANZAC Day", "2028-06-12": "King's Birthday", "2028-10-02": "Labor Day", "2028-12-24": "Christmas Eve (from 7pm)", "2028-12-25": "Christmas Day", "2028-12-26": "Proclamation Day", "2028-12-31": "New Year's Eve (from 7pm)", "2029-01-01": "New Year's Day", "2029-01-26": "Australia Day", "2029-03-12": "Adelaide Cup Day", "2029-03-30": "Good Friday", "2029-03-31": "Easter Saturday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-25": "ANZAC Day", "2029-06-11": "King's Birthday", "2029-10-01": "Labor Day", "2029-12-24": "Christmas Eve (from 7pm)", "2029-12-25": "Christmas Day", "2029-12-26": "Proclamation Day", "2029-12-31": "New Year's Eve (from 7pm)", "2030-01-01": "New Year's Day", "2030-01-28": "Australia Day", "2030-03-11": "Adelaide Cup Day", "2030-04-19": "Good Friday", "2030-04-20": "Easter Saturday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-25": "ANZAC Day", "2030-06-10": "King's Birthday", "2030-10-07": "Labor Day", "2030-12-24": "Christmas Eve (from 7pm)", "2030-12-25": "Christmas Day", "2030-12-26": "Proclamation Day", "2030-12-31": "New Year's Eve (from 7pm)", "2031-01-01": "New Year's Day", "2031-01-27": "Australia Day", "2031-03-10": "Adelaide Cup Day", "2031-04-11": "Good Friday", "2031-04-12": "Easter Saturday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-25": "ANZAC Day", "2031-06-09": "King's Birthday", "2031-10-06": "Labor Day", "2031-12-24": "Christmas Eve (from 7pm)", "2031-12-25": "Christmas Day", "2031-12-26": "Proclamation Day", "2031-12-31": "New Year's Eve (from 7pm)", "2032-01-01": "New Year's Day", "2032-01-26": "Australia Day", "2032-03-08": "Adelaide Cup Day", "2032-03-26": "Good Friday", "2032-03-27": "Easter Saturday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-25": "ANZAC Day", "2032-06-14": "King's Birthday", "2032-10-04": "Labor Day", "2032-12-24": "Christmas Eve (from 7pm)", "2032-12-25": "Christmas Day", "2032-12-26": "Proclamation Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Proclamation Day (observed)", "2032-12-31": "New Year's Eve (from 7pm)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-26": "Australia Day", "2033-03-14": "Adelaide Cup Day", "2033-04-15": "Good Friday", "2033-04-16": "Easter Saturday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-25": "ANZAC Day", "2033-06-13": "King's Birthday", "2033-10-03": "Labor Day", "2033-12-24": "Christmas Eve (from 7pm)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed); Proclamation Day", "2033-12-27": "Proclamation Day (observed)", "2033-12-31": "New Year's Eve (from 7pm)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-26": "Australia Day", "2034-03-13": "Adelaide Cup Day", "2034-04-07": "Good Friday", "2034-04-08": "Easter Saturday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-25": "ANZAC Day", "2034-06-12": "King's Birthday", "2034-10-02": "Labor Day", "2034-12-24": "Christmas Eve (from 7pm)", "2034-12-25": "Christmas Day", "2034-12-26": "Proclamation Day", "2034-12-31": "New Year's Eve (from 7pm)", "2035-01-01": "New Year's Day", "2035-01-26": "Australia Day", "2035-03-12": "Adelaide Cup Day", "2035-03-23": "Good Friday", "2035-03-24": "Easter Saturday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-25": "ANZAC Day", "2035-06-11": "King's Birthday", "2035-10-01": "Labor Day", "2035-12-24": "Christmas Eve (from 7pm)", "2035-12-25": "Christmas Day", "2035-12-26": "Proclamation Day", "2035-12-31": "New Year's Eve (from 7pm)", "2036-01-01": "New Year's Day", "2036-01-28": "Australia Day", "2036-03-10": "Adelaide Cup Day", "2036-04-11": "Good Friday", "2036-04-12": "Easter Saturday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-25": "ANZAC Day", "2036-06-09": "King's Birthday", "2036-10-06": "Labor Day", "2036-12-24": "Christmas Eve (from 7pm)", "2036-12-25": "Christmas Day", "2036-12-26": "Proclamation Day", "2036-12-31": "New Year's Eve (from 7pm)", "2037-01-01": "New Year's Day", "2037-01-26": "Australia Day", "2037-03-09": "Adelaide Cup Day", "2037-04-03": "Good Friday", "2037-04-04": "Easter Saturday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-25": "ANZAC Day", "2037-06-08": "King's Birthday", "2037-10-05": "Labor Day", "2037-12-24": "Christmas Eve (from 7pm)", "2037-12-25": "Christmas Day", "2037-12-26": "Proclamation Day", "2037-12-28": "Proclamation Day (observed)", "2037-12-31": "New Year's Eve (from 7pm)", "2038-01-01": "New Year's Day", "2038-01-26": "Australia Day", "2038-03-08": "Adelaide Cup Day", "2038-04-23": "Good Friday", "2038-04-24": "Easter Saturday", "2038-04-25": "ANZAC Day; Easter Sunday", "2038-04-26": "Easter Monday", "2038-06-14": "King's Birthday", "2038-10-04": "Labor Day", "2038-12-24": "Christmas Eve (from 7pm)", "2038-12-25": "Christmas Day", "2038-12-26": "Proclamation Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Proclamation Day (observed)", "2038-12-31": "New Year's Eve (from 7pm)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-26": "Australia Day", "2039-03-14": "Adelaide Cup Day", "2039-04-08": "Good Friday", "2039-04-09": "Easter Saturday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-25": "ANZAC Day", "2039-06-13": "King's Birthday", "2039-10-03": "Labor Day", "2039-12-24": "Christmas Eve (from 7pm)", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed); Proclamation Day", "2039-12-27": "Proclamation Day (observed)", "2039-12-31": "New Year's Eve (from 7pm)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-26": "Australia Day", "2040-03-12": "Adelaide Cup Day", "2040-03-30": "Good Friday", "2040-03-31": "Easter Saturday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-25": "ANZAC Day", "2040-06-11": "King's Birthday", "2040-10-01": "Labor Day", "2040-12-24": "Christmas Eve (from 7pm)", "2040-12-25": "Christmas Day", "2040-12-26": "Proclamation Day", "2040-12-31": "New Year's Eve (from 7pm)", "2041-01-01": "New Year's Day", "2041-01-28": "Australia Day", "2041-03-11": "Adelaide Cup Day", "2041-04-19": "Good Friday", "2041-04-20": "Easter Saturday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-25": "ANZAC Day", "2041-06-10": "King's Birthday", "2041-10-07": "Labor Day", "2041-12-24": "Christmas Eve (from 7pm)", "2041-12-25": "Christmas Day", "2041-12-26": "Proclamation Day", "2041-12-31": "New Year's Eve (from 7pm)", "2042-01-01": "New Year's Day", "2042-01-27": "Australia Day", "2042-03-10": "Adelaide Cup Day", "2042-04-04": "Good Friday", "2042-04-05": "Easter Saturday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-25": "ANZAC Day", "2042-06-09": "King's Birthday", "2042-10-06": "Labor Day", "2042-12-24": "Christmas Eve (from 7pm)", "2042-12-25": "Christmas Day", "2042-12-26": "Proclamation Day", "2042-12-31": "New Year's Eve (from 7pm)", "2043-01-01": "New Year's Day", "2043-01-26": "Australia Day", "2043-03-09": "Adelaide Cup Day", "2043-03-27": "Good Friday", "2043-03-28": "Easter Saturday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-25": "ANZAC Day", "2043-06-08": "King's Birthday", "2043-10-05": "Labor Day", "2043-12-24": "Christmas Eve (from 7pm)", "2043-12-25": "Christmas Day", "2043-12-26": "Proclamation Day", "2043-12-28": "Proclamation Day (observed)", "2043-12-31": "New Year's Eve (from 7pm)", "2044-01-01": "New Year's Day", "2044-01-26": "Australia Day", "2044-03-14": "Adelaide Cup Day", "2044-04-15": "Good Friday", "2044-04-16": "Easter Saturday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-25": "ANZAC Day", "2044-06-13": "King's Birthday", "2044-10-03": "Labor Day", "2044-12-24": "Christmas Eve (from 7pm)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed); Proclamation Day", "2044-12-27": "Proclamation Day (observed)", "2044-12-31": "New Year's Eve (from 7pm)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-26": "Australia Day", "2045-03-13": "Adelaide Cup Day", "2045-04-07": "Good Friday", "2045-04-08": "Easter Saturday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-25": "ANZAC Day", "2045-06-12": "King's Birthday", "2045-10-02": "Labor Day", "2045-12-24": "Christmas Eve (from 7pm)", "2045-12-25": "Christmas Day", "2045-12-26": "Proclamation Day", "2045-12-31": "New Year's Eve (from 7pm)", "2046-01-01": "New Year's Day", "2046-01-26": "Australia Day", "2046-03-12": "Adelaide Cup Day", "2046-03-23": "Good Friday", "2046-03-24": "Easter Saturday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-25": "ANZAC Day", "2046-06-11": "King's Birthday", "2046-10-01": "Labor Day", "2046-12-24": "Christmas Eve (from 7pm)", "2046-12-25": "Christmas Day", "2046-12-26": "Proclamation Day", "2046-12-31": "New Year's Eve (from 7pm)", "2047-01-01": "New Year's Day", "2047-01-28": "Australia Day", "2047-03-11": "Adelaide Cup Day", "2047-04-12": "Good Friday", "2047-04-13": "Easter Saturday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-25": "ANZAC Day", "2047-06-10": "King's Birthday", "2047-10-07": "Labor Day", "2047-12-24": "Christmas Eve (from 7pm)", "2047-12-25": "Christmas Day", "2047-12-26": "Proclamation Day", "2047-12-31": "New Year's Eve (from 7pm)", "2048-01-01": "New Year's Day", "2048-01-27": "Australia Day", "2048-03-09": "Adelaide Cup Day", "2048-04-03": "Good Friday", "2048-04-04": "Easter Saturday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-25": "ANZAC Day", "2048-06-08": "King's Birthday", "2048-10-05": "Labor Day", "2048-12-24": "Christmas Eve (from 7pm)", "2048-12-25": "Christmas Day", "2048-12-26": "Proclamation Day", "2048-12-28": "Proclamation Day (observed)", "2048-12-31": "New Year's Eve (from 7pm)", "2049-01-01": "New Year's Day", "2049-01-26": "Australia Day", "2049-03-08": "Adelaide Cup Day", "2049-04-16": "Good Friday", "2049-04-17": "Easter Saturday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-25": "ANZAC Day", "2049-06-14": "King's Birthday", "2049-10-04": "Labor Day", "2049-12-24": "Christmas Eve (from 7pm)", "2049-12-25": "Christmas Day", "2049-12-26": "Proclamation Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Proclamation Day (observed)", "2049-12-31": "New Year's Eve (from 7pm)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-26": "Australia Day", "2050-03-14": "Adelaide Cup Day", "2050-04-08": "Good Friday", "2050-04-09": "Easter Saturday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-25": "ANZAC Day", "2050-06-13": "King's Birthday", "2050-10-03": "Labor Day", "2050-12-24": "Christmas Eve (from 7pm)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed); Proclamation Day", "2050-12-27": "Proclamation Day (observed)", "2050-12-31": "New Year's Eve (from 7pm)" } holidays-0.71/snapshots/countries/AU_TAS.json000066400000000000000000001030041500152103600212100ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-26": "Australia Day", "1950-03-13": "Eight Hours Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-11": "Easter Tuesday", "1950-04-25": "ANZAC Day", "1950-06-12": "King's Birthday", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-26": "Australia Day", "1951-03-12": "Eight Hours Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-03-27": "Easter Tuesday", "1951-04-25": "ANZAC Day", "1951-06-11": "King's Birthday", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-26": "Australia Day", "1952-03-10": "Eight Hours Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-15": "Easter Tuesday", "1952-04-25": "ANZAC Day", "1952-06-09": "Queen's Birthday", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-26": "Australia Day", "1953-03-09": "Eight Hours Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-07": "Easter Tuesday", "1953-04-25": "ANZAC Day", "1953-06-08": "Queen's Birthday", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-01-26": "Australia Day", "1954-03-08": "Eight Hours Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-20": "Easter Tuesday", "1954-04-25": "ANZAC Day", "1954-06-14": "Queen's Birthday", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-01-26": "Australia Day", "1955-03-14": "Eight Hours Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-12": "Easter Tuesday", "1955-04-25": "ANZAC Day", "1955-06-13": "Queen's Birthday", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1956-01-01": "New Year's Day", "1956-01-26": "Australia Day", "1956-03-12": "Eight Hours Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-03": "Easter Tuesday", "1956-04-25": "ANZAC Day", "1956-06-11": "Queen's Birthday", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-26": "Australia Day", "1957-03-11": "Eight Hours Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-23": "Easter Tuesday", "1957-04-25": "ANZAC Day", "1957-06-10": "Queen's Birthday", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-26": "Australia Day", "1958-03-10": "Eight Hours Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-08": "Easter Tuesday", "1958-04-25": "ANZAC Day", "1958-06-09": "Queen's Birthday", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-26": "Australia Day", "1959-03-09": "Eight Hours Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-03-31": "Easter Tuesday", "1959-04-25": "ANZAC Day", "1959-06-08": "Queen's Birthday", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-01-26": "Australia Day", "1960-03-14": "Eight Hours Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-19": "Easter Tuesday", "1960-04-25": "ANZAC Day", "1960-06-13": "Queen's Birthday", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1961-01-01": "New Year's Day", "1961-01-26": "Australia Day", "1961-03-13": "Eight Hours Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-04": "Easter Tuesday", "1961-04-25": "ANZAC Day", "1961-06-12": "Queen's Birthday", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-26": "Australia Day", "1962-03-12": "Eight Hours Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-24": "Easter Tuesday", "1962-04-25": "ANZAC Day", "1962-06-11": "Queen's Birthday", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-26": "Australia Day", "1963-03-11": "Eight Hours Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-16": "Easter Tuesday", "1963-04-25": "ANZAC Day", "1963-06-10": "Queen's Birthday", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-26": "Australia Day", "1964-03-09": "Eight Hours Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-03-31": "Easter Tuesday", "1964-04-25": "ANZAC Day", "1964-06-08": "Queen's Birthday", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-01-26": "Australia Day", "1965-03-08": "Eight Hours Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-20": "Easter Tuesday", "1965-04-25": "ANZAC Day", "1965-06-14": "Queen's Birthday", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1966-01-01": "New Year's Day", "1966-01-26": "Australia Day", "1966-03-14": "Eight Hours Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-12": "Easter Tuesday", "1966-04-25": "ANZAC Day", "1966-06-13": "Queen's Birthday", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-01-26": "Australia Day", "1967-03-13": "Eight Hours Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-03-28": "Easter Tuesday", "1967-04-25": "ANZAC Day", "1967-06-12": "Queen's Birthday", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-26": "Australia Day", "1968-03-11": "Eight Hours Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-16": "Easter Tuesday", "1968-04-25": "ANZAC Day", "1968-06-10": "Queen's Birthday", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-26": "Australia Day", "1969-03-10": "Eight Hours Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-08": "Easter Tuesday", "1969-04-25": "ANZAC Day", "1969-06-09": "Queen's Birthday", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-26": "Australia Day", "1970-03-09": "Eight Hours Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-03-31": "Easter Tuesday", "1970-04-25": "ANZAC Day", "1970-06-08": "Queen's Birthday", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-01-26": "Australia Day", "1971-03-08": "Eight Hours Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-13": "Easter Tuesday", "1971-04-25": "ANZAC Day", "1971-06-14": "Queen's Birthday", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1972-01-01": "New Year's Day", "1972-01-26": "Australia Day", "1972-03-13": "Eight Hours Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-04": "Easter Tuesday", "1972-04-25": "ANZAC Day", "1972-06-12": "Queen's Birthday", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-26": "Australia Day", "1973-03-12": "Eight Hours Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-24": "Easter Tuesday", "1973-04-25": "ANZAC Day", "1973-06-11": "Queen's Birthday", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-26": "Australia Day", "1974-03-11": "Eight Hours Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-16": "Easter Tuesday", "1974-04-25": "ANZAC Day", "1974-06-10": "Queen's Birthday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-26": "Australia Day", "1975-03-10": "Eight Hours Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-01": "Easter Tuesday", "1975-04-25": "ANZAC Day", "1975-06-09": "Queen's Birthday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-26": "Australia Day", "1976-03-08": "Eight Hours Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-20": "Easter Tuesday", "1976-04-25": "ANZAC Day", "1976-06-14": "Queen's Birthday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1977-01-01": "New Year's Day", "1977-01-26": "Australia Day", "1977-03-14": "Eight Hours Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-12": "Easter Tuesday", "1977-04-25": "ANZAC Day", "1977-06-13": "Queen's Birthday", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1978-01-01": "New Year's Day", "1978-01-26": "Australia Day", "1978-03-13": "Eight Hours Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-03-28": "Easter Tuesday", "1978-04-25": "ANZAC Day", "1978-06-12": "Queen's Birthday", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-26": "Australia Day", "1979-03-12": "Eight Hours Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-17": "Easter Tuesday", "1979-04-25": "ANZAC Day", "1979-06-11": "Queen's Birthday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-26": "Australia Day", "1980-03-10": "Eight Hours Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-08": "Easter Tuesday", "1980-04-25": "ANZAC Day", "1980-06-09": "Queen's Birthday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-26": "Australia Day", "1981-03-09": "Eight Hours Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-21": "Easter Tuesday", "1981-04-25": "ANZAC Day", "1981-06-08": "Queen's Birthday", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-01-26": "Australia Day", "1982-03-08": "Eight Hours Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-13": "Easter Tuesday", "1982-04-25": "ANZAC Day", "1982-06-14": "Queen's Birthday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1983-01-01": "New Year's Day", "1983-01-26": "Australia Day", "1983-03-14": "Eight Hours Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-05": "Easter Tuesday", "1983-04-25": "ANZAC Day", "1983-06-13": "Queen's Birthday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1984-01-01": "New Year's Day", "1984-01-26": "Australia Day", "1984-03-12": "Eight Hours Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-24": "Easter Tuesday", "1984-04-25": "ANZAC Day", "1984-06-11": "Queen's Birthday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-26": "Australia Day", "1985-03-11": "Eight Hours Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-09": "Easter Tuesday", "1985-04-25": "ANZAC Day", "1985-06-10": "Queen's Birthday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-26": "Australia Day", "1986-03-10": "Eight Hours Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-01": "Easter Tuesday", "1986-04-25": "ANZAC Day", "1986-06-09": "Queen's Birthday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-26": "Australia Day", "1987-03-09": "Eight Hours Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-21": "Easter Tuesday", "1987-04-25": "ANZAC Day", "1987-06-08": "Queen's Birthday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-01-26": "Australia Day", "1988-03-14": "Eight Hours Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-05": "Easter Tuesday", "1988-04-25": "ANZAC Day", "1988-06-13": "Queen's Birthday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1989-01-01": "New Year's Day", "1989-01-26": "Australia Day", "1989-03-13": "Eight Hours Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-03-28": "Easter Tuesday", "1989-04-25": "ANZAC Day", "1989-06-12": "Queen's Birthday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-26": "Australia Day", "1990-03-12": "Eight Hours Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-17": "Easter Tuesday", "1990-04-25": "ANZAC Day", "1990-06-11": "Queen's Birthday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-26": "Australia Day", "1991-03-11": "Eight Hours Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-02": "Easter Tuesday", "1991-04-25": "ANZAC Day", "1991-06-10": "Queen's Birthday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-26": "Australia Day", "1992-03-09": "Eight Hours Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-21": "Easter Tuesday", "1992-04-25": "ANZAC Day", "1992-06-08": "Queen's Birthday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-01-26": "Australia Day", "1993-03-08": "Eight Hours Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-13": "Easter Tuesday", "1993-04-25": "ANZAC Day", "1993-06-14": "Queen's Birthday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1994-01-01": "New Year's Day", "1994-01-26": "Australia Day", "1994-03-14": "Eight Hours Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-05": "Easter Tuesday", "1994-04-25": "ANZAC Day", "1994-06-13": "Queen's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1995-01-01": "New Year's Day", "1995-01-26": "Australia Day", "1995-03-13": "Eight Hours Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-18": "Easter Tuesday", "1995-04-25": "ANZAC Day", "1995-06-12": "Queen's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-26": "Australia Day", "1996-03-11": "Eight Hours Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-09": "Easter Tuesday", "1996-04-25": "ANZAC Day", "1996-06-10": "Queen's Birthday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-26": "Australia Day", "1997-03-10": "Eight Hours Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-01": "Easter Tuesday", "1997-04-25": "ANZAC Day", "1997-06-09": "Queen's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-26": "Australia Day", "1998-03-09": "Eight Hours Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-14": "Easter Tuesday", "1998-04-25": "ANZAC Day", "1998-06-08": "Queen's Birthday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-26": "Australia Day", "1999-03-08": "Eight Hours Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-06": "Easter Tuesday", "1999-04-25": "ANZAC Day", "1999-06-14": "Queen's Birthday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "2000-01-01": "New Year's Day", "2000-01-26": "Australia Day", "2000-03-13": "Eight Hours Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "ANZAC Day; Easter Tuesday", "2000-06-12": "Queen's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-26": "Australia Day", "2001-03-12": "Eight Hours Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-17": "Easter Tuesday", "2001-04-25": "ANZAC Day", "2001-06-11": "Queen's Birthday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-28": "Australia Day", "2002-03-11": "Eight Hours Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-02": "Easter Tuesday", "2002-04-25": "ANZAC Day", "2002-06-10": "Queen's Birthday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-27": "Australia Day", "2003-03-10": "Eight Hours Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-22": "Easter Tuesday", "2003-04-25": "ANZAC Day", "2003-06-09": "Queen's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-26": "Australia Day", "2004-03-08": "Eight Hours Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-13": "Easter Tuesday", "2004-04-25": "ANZAC Day", "2004-06-14": "Queen's Birthday", "2004-12-27": "Christmas Day", "2004-12-28": "Boxing Day", "2005-01-03": "New Year's Day", "2005-01-26": "Australia Day", "2005-03-14": "Eight Hours Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-03-29": "Easter Tuesday", "2005-04-25": "ANZAC Day", "2005-06-13": "Queen's Birthday", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day", "2006-01-02": "New Year's Day", "2006-01-26": "Australia Day", "2006-03-13": "Eight Hours Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-18": "Easter Tuesday", "2006-04-25": "ANZAC Day", "2006-06-12": "Queen's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-26": "Australia Day", "2007-03-12": "Eight Hours Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-10": "Easter Tuesday", "2007-04-25": "ANZAC Day", "2007-06-11": "Queen's Birthday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-28": "Australia Day", "2008-03-10": "Eight Hours Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-03-25": "Easter Tuesday", "2008-04-25": "ANZAC Day", "2008-06-09": "Queen's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-26": "Australia Day", "2009-03-09": "Eight Hours Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-14": "Easter Tuesday", "2009-04-25": "ANZAC Day", "2009-06-08": "Queen's Birthday", "2009-12-25": "Christmas Day", "2009-12-28": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-26": "Australia Day", "2010-03-08": "Eight Hours Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-06": "Easter Tuesday", "2010-04-25": "ANZAC Day", "2010-06-14": "Queen's Birthday", "2010-12-25": "Christmas Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day", "2011-01-03": "New Year's Day", "2011-01-26": "Australia Day", "2011-03-14": "Eight Hours Day", "2011-04-22": "Good Friday", "2011-04-25": "ANZAC Day; Easter Monday", "2011-06-13": "Queen's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-02": "New Year's Day", "2012-01-26": "Australia Day", "2012-03-12": "Eight Hours Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "ANZAC Day", "2012-06-11": "Queen's Birthday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-28": "Australia Day", "2013-03-11": "Eight Hours Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "ANZAC Day", "2013-06-10": "Queen's Birthday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-27": "Australia Day", "2014-03-10": "Eight Hours Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "ANZAC Day", "2014-06-09": "Queen's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-26": "Australia Day", "2015-03-09": "Eight Hours Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "ANZAC Day", "2015-06-08": "Queen's Birthday", "2015-12-25": "Christmas Day", "2015-12-28": "Boxing Day", "2016-01-01": "New Year's Day", "2016-01-26": "Australia Day", "2016-03-14": "Eight Hours Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "ANZAC Day", "2016-06-13": "Queen's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-02": "New Year's Day", "2017-01-26": "Australia Day", "2017-03-13": "Eight Hours Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "ANZAC Day", "2017-06-12": "Queen's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-26": "Australia Day", "2018-03-12": "Eight Hours Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "ANZAC Day", "2018-06-11": "Queen's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-28": "Australia Day", "2019-03-11": "Eight Hours Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "ANZAC Day", "2019-06-10": "Queen's Birthday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-27": "Australia Day", "2020-03-09": "Eight Hours Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "ANZAC Day", "2020-06-08": "Queen's Birthday", "2020-12-25": "Christmas Day", "2020-12-28": "Boxing Day", "2021-01-01": "New Year's Day", "2021-01-26": "Australia Day", "2021-03-08": "Eight Hours Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "ANZAC Day", "2021-06-14": "Queen's Birthday", "2021-12-25": "Christmas Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day", "2022-01-03": "New Year's Day", "2022-01-26": "Australia Day", "2022-03-14": "Eight Hours Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "ANZAC Day", "2022-06-13": "Queen's Birthday", "2022-09-22": "National Day of Mourning for Queen Elizabeth II", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-02": "New Year's Day", "2023-01-26": "Australia Day", "2023-03-13": "Eight Hours Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "ANZAC Day", "2023-06-12": "King's Birthday", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-26": "Australia Day", "2024-03-11": "Eight Hours Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "ANZAC Day", "2024-06-10": "King's Birthday", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-27": "Australia Day", "2025-03-10": "Eight Hours Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "ANZAC Day", "2025-06-09": "King's Birthday", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-26": "Australia Day", "2026-03-09": "Eight Hours Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "ANZAC Day", "2026-06-08": "King's Birthday", "2026-12-25": "Christmas Day", "2026-12-28": "Boxing Day", "2027-01-01": "New Year's Day", "2027-01-26": "Australia Day", "2027-03-08": "Eight Hours Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "ANZAC Day", "2027-06-14": "King's Birthday", "2027-12-25": "Christmas Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day", "2028-01-03": "New Year's Day", "2028-01-26": "Australia Day", "2028-03-13": "Eight Hours Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "ANZAC Day", "2028-06-12": "King's Birthday", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-26": "Australia Day", "2029-03-12": "Eight Hours Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "ANZAC Day", "2029-06-11": "King's Birthday", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-28": "Australia Day", "2030-03-11": "Eight Hours Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "ANZAC Day", "2030-06-10": "King's Birthday", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-27": "Australia Day", "2031-03-10": "Eight Hours Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "ANZAC Day", "2031-06-09": "King's Birthday", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-26": "Australia Day", "2032-03-08": "Eight Hours Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "ANZAC Day", "2032-06-14": "King's Birthday", "2032-12-25": "Christmas Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day", "2033-01-03": "New Year's Day", "2033-01-26": "Australia Day", "2033-03-14": "Eight Hours Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "ANZAC Day", "2033-06-13": "King's Birthday", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-02": "New Year's Day", "2034-01-26": "Australia Day", "2034-03-13": "Eight Hours Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "ANZAC Day", "2034-06-12": "King's Birthday", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-26": "Australia Day", "2035-03-12": "Eight Hours Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "ANZAC Day", "2035-06-11": "King's Birthday", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-28": "Australia Day", "2036-03-10": "Eight Hours Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "ANZAC Day", "2036-06-09": "King's Birthday", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-26": "Australia Day", "2037-03-09": "Eight Hours Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "ANZAC Day", "2037-06-08": "King's Birthday", "2037-12-25": "Christmas Day", "2037-12-28": "Boxing Day", "2038-01-01": "New Year's Day", "2038-01-26": "Australia Day", "2038-03-08": "Eight Hours Day", "2038-04-23": "Good Friday", "2038-04-25": "ANZAC Day", "2038-04-26": "Easter Monday", "2038-06-14": "King's Birthday", "2038-12-25": "Christmas Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day", "2039-01-03": "New Year's Day", "2039-01-26": "Australia Day", "2039-03-14": "Eight Hours Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "ANZAC Day", "2039-06-13": "King's Birthday", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-02": "New Year's Day", "2040-01-26": "Australia Day", "2040-03-12": "Eight Hours Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "ANZAC Day", "2040-06-11": "King's Birthday", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-28": "Australia Day", "2041-03-11": "Eight Hours Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "ANZAC Day", "2041-06-10": "King's Birthday", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-27": "Australia Day", "2042-03-10": "Eight Hours Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "ANZAC Day", "2042-06-09": "King's Birthday", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-26": "Australia Day", "2043-03-09": "Eight Hours Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "ANZAC Day", "2043-06-08": "King's Birthday", "2043-12-25": "Christmas Day", "2043-12-28": "Boxing Day", "2044-01-01": "New Year's Day", "2044-01-26": "Australia Day", "2044-03-14": "Eight Hours Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "ANZAC Day", "2044-06-13": "King's Birthday", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-02": "New Year's Day", "2045-01-26": "Australia Day", "2045-03-13": "Eight Hours Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "ANZAC Day", "2045-06-12": "King's Birthday", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-26": "Australia Day", "2046-03-12": "Eight Hours Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "ANZAC Day", "2046-06-11": "King's Birthday", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-28": "Australia Day", "2047-03-11": "Eight Hours Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "ANZAC Day", "2047-06-10": "King's Birthday", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-27": "Australia Day", "2048-03-09": "Eight Hours Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "ANZAC Day", "2048-06-08": "King's Birthday", "2048-12-25": "Christmas Day", "2048-12-28": "Boxing Day", "2049-01-01": "New Year's Day", "2049-01-26": "Australia Day", "2049-03-08": "Eight Hours Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "ANZAC Day", "2049-06-14": "King's Birthday", "2049-12-25": "Christmas Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day", "2050-01-03": "New Year's Day", "2050-01-26": "Australia Day", "2050-03-14": "Eight Hours Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "ANZAC Day", "2050-06-13": "King's Birthday", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/AU_VIC.json000066400000000000000000001131551500152103600212120ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-26": "Australia Day", "1950-03-13": "Labor Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "ANZAC Day", "1950-06-12": "King's Birthday", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-26": "Australia Day", "1951-03-12": "Labor Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "ANZAC Day", "1951-06-11": "King's Birthday", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-26": "Australia Day", "1952-03-10": "Labor Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "ANZAC Day", "1952-06-09": "Queen's Birthday", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-26": "Australia Day", "1953-03-09": "Labor Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "ANZAC Day", "1953-06-08": "Queen's Birthday", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-01-26": "Australia Day", "1954-03-08": "Labor Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "ANZAC Day", "1954-06-14": "Queen's Birthday", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-01-26": "Australia Day", "1955-03-14": "Labor Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "ANZAC Day", "1955-06-13": "Queen's Birthday", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1956-01-01": "New Year's Day", "1956-01-26": "Australia Day", "1956-03-12": "Labor Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "ANZAC Day", "1956-06-11": "Queen's Birthday", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-26": "Australia Day", "1957-03-11": "Labor Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "ANZAC Day", "1957-06-10": "Queen's Birthday", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-26": "Australia Day", "1958-03-10": "Labor Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "ANZAC Day", "1958-06-09": "Queen's Birthday", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-26": "Australia Day", "1959-03-09": "Labor Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "ANZAC Day", "1959-06-08": "Queen's Birthday", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-01-26": "Australia Day", "1960-03-14": "Labor Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "ANZAC Day", "1960-06-13": "Queen's Birthday", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1961-01-01": "New Year's Day", "1961-01-26": "Australia Day", "1961-03-13": "Labor Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "ANZAC Day", "1961-06-12": "Queen's Birthday", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-26": "Australia Day", "1962-03-12": "Labor Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "ANZAC Day", "1962-06-11": "Queen's Birthday", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-26": "Australia Day", "1963-03-11": "Labor Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "ANZAC Day", "1963-06-10": "Queen's Birthday", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-26": "Australia Day", "1964-03-09": "Labor Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "ANZAC Day", "1964-06-08": "Queen's Birthday", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-01-26": "Australia Day", "1965-03-08": "Labor Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "ANZAC Day", "1965-06-14": "Queen's Birthday", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1966-01-01": "New Year's Day", "1966-01-26": "Australia Day", "1966-03-14": "Labor Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "ANZAC Day", "1966-06-13": "Queen's Birthday", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-01-26": "Australia Day", "1967-03-13": "Labor Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "ANZAC Day", "1967-06-12": "Queen's Birthday", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-26": "Australia Day", "1968-03-11": "Labor Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "ANZAC Day", "1968-06-10": "Queen's Birthday", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-26": "Australia Day", "1969-03-10": "Labor Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "ANZAC Day", "1969-06-09": "Queen's Birthday", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-26": "Australia Day", "1970-03-09": "Labor Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "ANZAC Day", "1970-06-08": "Queen's Birthday", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-01-26": "Australia Day", "1971-03-08": "Labor Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "ANZAC Day", "1971-06-14": "Queen's Birthday", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1972-01-01": "New Year's Day", "1972-01-26": "Australia Day", "1972-03-13": "Labor Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "ANZAC Day", "1972-06-12": "Queen's Birthday", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-26": "Australia Day", "1973-03-12": "Labor Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "ANZAC Day", "1973-06-11": "Queen's Birthday", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-26": "Australia Day", "1974-03-11": "Labor Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "ANZAC Day", "1974-06-10": "Queen's Birthday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-26": "Australia Day", "1975-03-10": "Labor Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "ANZAC Day", "1975-06-09": "Queen's Birthday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-26": "Australia Day", "1976-03-08": "Labor Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "ANZAC Day", "1976-06-14": "Queen's Birthday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1977-01-01": "New Year's Day", "1977-01-26": "Australia Day", "1977-03-14": "Labor Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "ANZAC Day", "1977-06-13": "Queen's Birthday", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1978-01-01": "New Year's Day", "1978-01-26": "Australia Day", "1978-03-13": "Labor Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "ANZAC Day", "1978-06-12": "Queen's Birthday", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-26": "Australia Day", "1979-03-12": "Labor Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "ANZAC Day", "1979-06-11": "Queen's Birthday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-26": "Australia Day", "1980-03-10": "Labor Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "ANZAC Day", "1980-06-09": "Queen's Birthday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-26": "Australia Day", "1981-03-09": "Labor Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "ANZAC Day", "1981-06-08": "Queen's Birthday", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-01-26": "Australia Day", "1982-03-08": "Labor Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "ANZAC Day", "1982-06-14": "Queen's Birthday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1983-01-01": "New Year's Day", "1983-01-26": "Australia Day", "1983-03-14": "Labor Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "ANZAC Day", "1983-06-13": "Queen's Birthday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1984-01-01": "New Year's Day", "1984-01-26": "Australia Day", "1984-03-12": "Labor Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "ANZAC Day", "1984-06-11": "Queen's Birthday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-26": "Australia Day", "1985-03-11": "Labor Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "ANZAC Day", "1985-06-10": "Queen's Birthday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-26": "Australia Day", "1986-03-10": "Labor Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "ANZAC Day", "1986-06-09": "Queen's Birthday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-26": "Australia Day", "1987-03-09": "Labor Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "ANZAC Day", "1987-06-08": "Queen's Birthday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-01-26": "Australia Day", "1988-03-14": "Labor Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "ANZAC Day", "1988-06-13": "Queen's Birthday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1989-01-01": "New Year's Day", "1989-01-26": "Australia Day", "1989-03-13": "Labor Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "ANZAC Day", "1989-06-12": "Queen's Birthday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-26": "Australia Day", "1990-03-12": "Labor Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "ANZAC Day", "1990-06-11": "Queen's Birthday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-26": "Australia Day", "1991-03-11": "Labor Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "ANZAC Day", "1991-06-10": "Queen's Birthday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-26": "Australia Day", "1992-03-09": "Labor Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "ANZAC Day", "1992-06-08": "Queen's Birthday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-01-26": "Australia Day", "1993-03-08": "Labor Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "ANZAC Day", "1993-06-14": "Queen's Birthday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1994-01-01": "New Year's Day", "1994-01-26": "Australia Day", "1994-03-14": "Labor Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "ANZAC Day", "1994-06-13": "Queen's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-26": "Australia Day", "1995-03-13": "Labor Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "ANZAC Day", "1995-06-12": "Queen's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-26": "Australia Day", "1996-03-11": "Labor Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "ANZAC Day", "1996-06-10": "Queen's Birthday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-26": "Australia Day", "1997-03-10": "Labor Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "ANZAC Day", "1997-06-09": "Queen's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-26": "Australia Day", "1998-03-09": "Labor Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "ANZAC Day", "1998-06-08": "Queen's Birthday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-26": "Australia Day", "1999-03-08": "Labor Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "ANZAC Day", "1999-06-14": "Queen's Birthday", "1999-12-25": "Christmas Day", "1999-12-28": "Boxing Day", "2000-01-01": "New Year's Day", "2000-01-26": "Australia Day", "2000-03-13": "Labor Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "ANZAC Day", "2000-06-12": "Queen's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-26": "Australia Day", "2001-03-12": "Labor Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "ANZAC Day", "2001-06-11": "Queen's Birthday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-26": "Australia Day", "2002-03-11": "Labor Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "ANZAC Day", "2002-06-10": "Queen's Birthday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-26": "Australia Day", "2003-03-10": "Labor Day", "2003-04-18": "Good Friday", "2003-04-19": "Easter Saturday", "2003-04-21": "Easter Monday", "2003-04-25": "ANZAC Day", "2003-06-09": "Queen's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-26": "Australia Day", "2004-03-08": "Labor Day", "2004-04-09": "Good Friday", "2004-04-10": "Easter Saturday", "2004-04-12": "Easter Monday", "2004-04-25": "ANZAC Day", "2004-06-14": "Queen's Birthday", "2004-12-27": "Christmas Day", "2004-12-28": "Boxing Day", "2005-01-01": "New Year's Day", "2005-01-26": "Australia Day", "2005-03-14": "Labor Day", "2005-03-25": "Good Friday", "2005-03-26": "Easter Saturday", "2005-03-28": "Easter Monday", "2005-04-25": "ANZAC Day", "2005-06-13": "Queen's Birthday", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day", "2006-01-02": "New Year's Day", "2006-01-26": "Australia Day", "2006-03-13": "Labor Day", "2006-04-14": "Good Friday", "2006-04-15": "Easter Saturday", "2006-04-17": "Easter Monday", "2006-04-25": "ANZAC Day", "2006-06-12": "Queen's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-26": "Australia Day", "2007-03-12": "Labor Day", "2007-04-06": "Good Friday", "2007-04-07": "Easter Saturday", "2007-04-09": "Easter Monday", "2007-04-25": "ANZAC Day", "2007-06-11": "Queen's Birthday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-26": "Australia Day", "2008-03-10": "Labor Day", "2008-03-21": "Good Friday", "2008-03-22": "Easter Saturday", "2008-03-24": "Easter Monday", "2008-04-25": "ANZAC Day", "2008-06-09": "Queen's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-26": "Australia Day", "2009-03-09": "Labor Day", "2009-04-10": "Good Friday", "2009-04-11": "Easter Saturday", "2009-04-13": "Easter Monday", "2009-04-25": "ANZAC Day", "2009-06-08": "Queen's Birthday", "2009-11-03": "Melbourne Cup Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-26": "Australia Day", "2010-03-08": "Labor Day", "2010-04-02": "Good Friday", "2010-04-03": "Easter Saturday", "2010-04-05": "Easter Monday", "2010-04-25": "ANZAC Day", "2010-06-14": "Queen's Birthday", "2010-11-02": "Melbourne Cup Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-26": "Australia Day", "2011-03-14": "Labor Day", "2011-04-22": "Good Friday", "2011-04-23": "Easter Saturday", "2011-04-25": "ANZAC Day; Easter Monday", "2011-06-13": "Queen's Birthday", "2011-11-01": "Melbourne Cup Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-26": "Australia Day", "2012-03-12": "Labor Day", "2012-04-06": "Good Friday", "2012-04-07": "Easter Saturday", "2012-04-09": "Easter Monday", "2012-04-25": "ANZAC Day", "2012-06-11": "Queen's Birthday", "2012-11-06": "Melbourne Cup Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-28": "Australia Day", "2013-03-11": "Labor Day", "2013-03-29": "Good Friday", "2013-03-30": "Easter Saturday", "2013-04-01": "Easter Monday", "2013-04-25": "ANZAC Day", "2013-06-10": "Queen's Birthday", "2013-11-05": "Melbourne Cup Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-27": "Australia Day", "2014-03-10": "Labor Day", "2014-04-18": "Good Friday", "2014-04-19": "Easter Saturday", "2014-04-21": "Easter Monday", "2014-04-25": "ANZAC Day", "2014-06-09": "Queen's Birthday", "2014-11-04": "Melbourne Cup Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-26": "Australia Day", "2015-03-09": "Labor Day", "2015-04-03": "Good Friday", "2015-04-04": "Easter Saturday", "2015-04-06": "Easter Monday", "2015-04-25": "ANZAC Day", "2015-06-08": "Queen's Birthday", "2015-10-02": "Grand Final Day", "2015-11-03": "Melbourne Cup Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-26": "Australia Day", "2016-03-14": "Labor Day", "2016-03-25": "Good Friday", "2016-03-26": "Easter Saturday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-25": "ANZAC Day", "2016-06-13": "Queen's Birthday", "2016-09-30": "Grand Final Day", "2016-11-01": "Melbourne Cup Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-26": "Australia Day", "2017-03-13": "Labor Day", "2017-04-14": "Good Friday", "2017-04-15": "Easter Saturday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-25": "ANZAC Day", "2017-06-12": "Queen's Birthday", "2017-09-29": "Grand Final Day", "2017-11-07": "Melbourne Cup Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-26": "Australia Day", "2018-03-12": "Labor Day", "2018-03-30": "Good Friday", "2018-03-31": "Easter Saturday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-25": "ANZAC Day", "2018-06-11": "Queen's Birthday", "2018-09-28": "Grand Final Day", "2018-11-06": "Melbourne Cup Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-28": "Australia Day", "2019-03-11": "Labor Day", "2019-04-19": "Good Friday", "2019-04-20": "Easter Saturday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-04-25": "ANZAC Day", "2019-06-10": "Queen's Birthday", "2019-09-27": "Grand Final Day", "2019-11-05": "Melbourne Cup Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-27": "Australia Day", "2020-03-09": "Labor Day", "2020-04-10": "Good Friday", "2020-04-11": "Easter Saturday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-04-25": "ANZAC Day", "2020-06-08": "Queen's Birthday", "2020-10-23": "Grand Final Day", "2020-11-03": "Melbourne Cup Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-26": "Australia Day", "2021-03-08": "Labor Day", "2021-04-02": "Good Friday", "2021-04-03": "Easter Saturday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-25": "ANZAC Day", "2021-06-14": "Queen's Birthday", "2021-09-24": "Grand Final Day", "2021-11-02": "Melbourne Cup Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-26": "Australia Day", "2022-03-14": "Labor Day", "2022-04-15": "Good Friday", "2022-04-16": "Easter Saturday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-25": "ANZAC Day", "2022-06-13": "Queen's Birthday", "2022-09-22": "National Day of Mourning for Queen Elizabeth II", "2022-09-23": "Grand Final Day", "2022-11-01": "Melbourne Cup Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-26": "Australia Day", "2023-03-13": "Labor Day", "2023-04-07": "Good Friday", "2023-04-08": "Easter Saturday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-25": "ANZAC Day", "2023-06-12": "King's Birthday", "2023-09-29": "Grand Final Day", "2023-11-07": "Melbourne Cup Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-26": "Australia Day", "2024-03-11": "Labor Day", "2024-03-29": "Good Friday", "2024-03-30": "Easter Saturday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-25": "ANZAC Day", "2024-06-10": "King's Birthday", "2024-09-27": "Grand Final Day", "2024-11-05": "Melbourne Cup Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-27": "Australia Day", "2025-03-10": "Labor Day", "2025-04-18": "Good Friday", "2025-04-19": "Easter Saturday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-25": "ANZAC Day", "2025-06-09": "King's Birthday", "2025-09-26": "Grand Final Day", "2025-11-04": "Melbourne Cup Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-26": "Australia Day", "2026-03-09": "Labor Day", "2026-04-03": "Good Friday", "2026-04-04": "Easter Saturday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-25": "ANZAC Day", "2026-06-08": "King's Birthday", "2026-09-25": "Grand Final Day", "2026-11-03": "Melbourne Cup Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-26": "Australia Day", "2027-03-08": "Labor Day", "2027-03-26": "Good Friday", "2027-03-27": "Easter Saturday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-25": "ANZAC Day", "2027-06-14": "King's Birthday", "2027-09-24": "Grand Final Day", "2027-11-02": "Melbourne Cup Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-26": "Australia Day", "2028-03-13": "Labor Day", "2028-04-14": "Good Friday", "2028-04-15": "Easter Saturday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-25": "ANZAC Day", "2028-06-12": "King's Birthday", "2028-09-29": "Grand Final Day", "2028-11-07": "Melbourne Cup Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-26": "Australia Day", "2029-03-12": "Labor Day", "2029-03-30": "Good Friday", "2029-03-31": "Easter Saturday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-25": "ANZAC Day", "2029-06-11": "King's Birthday", "2029-09-28": "Grand Final Day", "2029-11-06": "Melbourne Cup Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-28": "Australia Day", "2030-03-11": "Labor Day", "2030-04-19": "Good Friday", "2030-04-20": "Easter Saturday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-25": "ANZAC Day", "2030-06-10": "King's Birthday", "2030-09-27": "Grand Final Day", "2030-11-05": "Melbourne Cup Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-27": "Australia Day", "2031-03-10": "Labor Day", "2031-04-11": "Good Friday", "2031-04-12": "Easter Saturday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-25": "ANZAC Day", "2031-06-09": "King's Birthday", "2031-09-26": "Grand Final Day", "2031-11-04": "Melbourne Cup Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-26": "Australia Day", "2032-03-08": "Labor Day", "2032-03-26": "Good Friday", "2032-03-27": "Easter Saturday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-25": "ANZAC Day", "2032-06-14": "King's Birthday", "2032-09-24": "Grand Final Day", "2032-11-02": "Melbourne Cup Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-26": "Australia Day", "2033-03-14": "Labor Day", "2033-04-15": "Good Friday", "2033-04-16": "Easter Saturday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-25": "ANZAC Day", "2033-06-13": "King's Birthday", "2033-09-23": "Grand Final Day", "2033-11-01": "Melbourne Cup Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-26": "Australia Day", "2034-03-13": "Labor Day", "2034-04-07": "Good Friday", "2034-04-08": "Easter Saturday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-25": "ANZAC Day", "2034-06-12": "King's Birthday", "2034-09-29": "Grand Final Day", "2034-11-07": "Melbourne Cup Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-26": "Australia Day", "2035-03-12": "Labor Day", "2035-03-23": "Good Friday", "2035-03-24": "Easter Saturday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-25": "ANZAC Day", "2035-06-11": "King's Birthday", "2035-09-28": "Grand Final Day", "2035-11-06": "Melbourne Cup Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-28": "Australia Day", "2036-03-10": "Labor Day", "2036-04-11": "Good Friday", "2036-04-12": "Easter Saturday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-25": "ANZAC Day", "2036-06-09": "King's Birthday", "2036-09-26": "Grand Final Day", "2036-11-04": "Melbourne Cup Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-26": "Australia Day", "2037-03-09": "Labor Day", "2037-04-03": "Good Friday", "2037-04-04": "Easter Saturday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-25": "ANZAC Day", "2037-06-08": "King's Birthday", "2037-09-25": "Grand Final Day", "2037-11-03": "Melbourne Cup Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-26": "Australia Day", "2038-03-08": "Labor Day", "2038-04-23": "Good Friday", "2038-04-24": "Easter Saturday", "2038-04-25": "ANZAC Day; Easter Sunday", "2038-04-26": "Easter Monday", "2038-06-14": "King's Birthday", "2038-09-24": "Grand Final Day", "2038-11-02": "Melbourne Cup Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-26": "Australia Day", "2039-03-14": "Labor Day", "2039-04-08": "Good Friday", "2039-04-09": "Easter Saturday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-25": "ANZAC Day", "2039-06-13": "King's Birthday", "2039-09-23": "Grand Final Day", "2039-11-01": "Melbourne Cup Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-26": "Australia Day", "2040-03-12": "Labor Day", "2040-03-30": "Good Friday", "2040-03-31": "Easter Saturday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-25": "ANZAC Day", "2040-06-11": "King's Birthday", "2040-09-28": "Grand Final Day", "2040-11-06": "Melbourne Cup Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-28": "Australia Day", "2041-03-11": "Labor Day", "2041-04-19": "Good Friday", "2041-04-20": "Easter Saturday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-25": "ANZAC Day", "2041-06-10": "King's Birthday", "2041-09-27": "Grand Final Day", "2041-11-05": "Melbourne Cup Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-27": "Australia Day", "2042-03-10": "Labor Day", "2042-04-04": "Good Friday", "2042-04-05": "Easter Saturday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-25": "ANZAC Day", "2042-06-09": "King's Birthday", "2042-09-26": "Grand Final Day", "2042-11-04": "Melbourne Cup Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-26": "Australia Day", "2043-03-09": "Labor Day", "2043-03-27": "Good Friday", "2043-03-28": "Easter Saturday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-25": "ANZAC Day", "2043-06-08": "King's Birthday", "2043-09-25": "Grand Final Day", "2043-11-03": "Melbourne Cup Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-26": "Australia Day", "2044-03-14": "Labor Day", "2044-04-15": "Good Friday", "2044-04-16": "Easter Saturday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-25": "ANZAC Day", "2044-06-13": "King's Birthday", "2044-09-23": "Grand Final Day", "2044-11-01": "Melbourne Cup Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-26": "Australia Day", "2045-03-13": "Labor Day", "2045-04-07": "Good Friday", "2045-04-08": "Easter Saturday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-25": "ANZAC Day", "2045-06-12": "King's Birthday", "2045-09-29": "Grand Final Day", "2045-11-07": "Melbourne Cup Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-26": "Australia Day", "2046-03-12": "Labor Day", "2046-03-23": "Good Friday", "2046-03-24": "Easter Saturday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-25": "ANZAC Day", "2046-06-11": "King's Birthday", "2046-09-28": "Grand Final Day", "2046-11-06": "Melbourne Cup Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-28": "Australia Day", "2047-03-11": "Labor Day", "2047-04-12": "Good Friday", "2047-04-13": "Easter Saturday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-25": "ANZAC Day", "2047-06-10": "King's Birthday", "2047-09-27": "Grand Final Day", "2047-11-05": "Melbourne Cup Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-27": "Australia Day", "2048-03-09": "Labor Day", "2048-04-03": "Good Friday", "2048-04-04": "Easter Saturday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-25": "ANZAC Day", "2048-06-08": "King's Birthday", "2048-09-25": "Grand Final Day", "2048-11-03": "Melbourne Cup Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-26": "Australia Day", "2049-03-08": "Labor Day", "2049-04-16": "Good Friday", "2049-04-17": "Easter Saturday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-25": "ANZAC Day", "2049-06-14": "King's Birthday", "2049-09-24": "Grand Final Day", "2049-11-02": "Melbourne Cup Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-26": "Australia Day", "2050-03-14": "Labor Day", "2050-04-08": "Good Friday", "2050-04-09": "Easter Saturday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-25": "ANZAC Day", "2050-06-13": "King's Birthday", "2050-09-23": "Grand Final Day", "2050-11-01": "Melbourne Cup Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/AU_WA.json000066400000000000000000001162701500152103600211010ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-26": "Australia Day", "1950-03-06": "Labor Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "ANZAC Day", "1950-06-05": "Foundation Day", "1950-10-09": "King's Birthday", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-26": "Australia Day", "1951-03-05": "Labor Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "ANZAC Day", "1951-06-04": "Foundation Day", "1951-10-08": "King's Birthday", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-26": "Australia Day", "1952-03-03": "Labor Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "ANZAC Day", "1952-06-02": "Foundation Day", "1952-10-13": "Queen's Birthday", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-26": "Australia Day", "1953-03-02": "Labor Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "ANZAC Day", "1953-06-01": "Foundation Day", "1953-10-12": "Queen's Birthday", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-01-26": "Australia Day", "1954-03-01": "Labor Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "ANZAC Day", "1954-06-07": "Foundation Day", "1954-10-11": "Queen's Birthday", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-01-26": "Australia Day", "1955-03-07": "Labor Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "ANZAC Day", "1955-06-06": "Foundation Day", "1955-10-10": "Queen's Birthday", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1956-01-01": "New Year's Day", "1956-01-26": "Australia Day", "1956-03-05": "Labor Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "ANZAC Day", "1956-06-04": "Foundation Day", "1956-10-08": "Queen's Birthday", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-26": "Australia Day", "1957-03-04": "Labor Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "ANZAC Day", "1957-06-03": "Foundation Day", "1957-10-14": "Queen's Birthday", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-26": "Australia Day", "1958-03-03": "Labor Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "ANZAC Day", "1958-06-02": "Foundation Day", "1958-10-13": "Queen's Birthday", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-26": "Australia Day", "1959-03-02": "Labor Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "ANZAC Day", "1959-06-01": "Foundation Day", "1959-10-12": "Queen's Birthday", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-01-26": "Australia Day", "1960-03-07": "Labor Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "ANZAC Day", "1960-06-06": "Foundation Day", "1960-10-10": "Queen's Birthday", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1961-01-01": "New Year's Day", "1961-01-26": "Australia Day", "1961-03-06": "Labor Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "ANZAC Day", "1961-06-05": "Foundation Day", "1961-10-09": "Queen's Birthday", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-26": "Australia Day", "1962-03-05": "Labor Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "ANZAC Day", "1962-06-04": "Foundation Day", "1962-10-08": "Queen's Birthday", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-26": "Australia Day", "1963-03-04": "Labor Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "ANZAC Day", "1963-06-03": "Foundation Day", "1963-10-14": "Queen's Birthday", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-26": "Australia Day", "1964-03-02": "Labor Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "ANZAC Day", "1964-06-01": "Foundation Day", "1964-10-12": "Queen's Birthday", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-01-26": "Australia Day", "1965-03-01": "Labor Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "ANZAC Day", "1965-06-07": "Foundation Day", "1965-10-11": "Queen's Birthday", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1966-01-01": "New Year's Day", "1966-01-26": "Australia Day", "1966-03-07": "Labor Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "ANZAC Day", "1966-06-06": "Foundation Day", "1966-10-10": "Queen's Birthday", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-01-26": "Australia Day", "1967-03-06": "Labor Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "ANZAC Day", "1967-06-05": "Foundation Day", "1967-10-09": "Queen's Birthday", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-26": "Australia Day", "1968-03-04": "Labor Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "ANZAC Day", "1968-06-03": "Foundation Day", "1968-10-14": "Queen's Birthday", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-26": "Australia Day", "1969-03-03": "Labor Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "ANZAC Day", "1969-06-02": "Foundation Day", "1969-10-13": "Queen's Birthday", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-26": "Australia Day", "1970-03-02": "Labor Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "ANZAC Day", "1970-06-01": "Foundation Day", "1970-10-12": "Queen's Birthday", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-01-26": "Australia Day", "1971-03-01": "Labor Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "ANZAC Day", "1971-06-07": "Foundation Day", "1971-10-11": "Queen's Birthday", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1972-01-01": "New Year's Day", "1972-01-26": "Australia Day", "1972-03-06": "Labor Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "ANZAC Day", "1972-06-05": "Foundation Day", "1972-10-09": "Queen's Birthday", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-29": "Australia Day", "1973-03-05": "Labor Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "ANZAC Day", "1973-06-04": "Foundation Day", "1973-10-08": "Queen's Birthday", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-28": "Australia Day", "1974-03-04": "Labor Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "ANZAC Day", "1974-06-03": "Foundation Day", "1974-10-14": "Queen's Birthday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-27": "Australia Day", "1975-03-03": "Labor Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "ANZAC Day", "1975-06-02": "Foundation Day", "1975-10-13": "Queen's Birthday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-26": "Australia Day", "1976-03-01": "Labor Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "ANZAC Day", "1976-04-26": "ANZAC Day (observed)", "1976-06-07": "Foundation Day", "1976-10-11": "Queen's Birthday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-31": "Australia Day", "1977-03-07": "Labor Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "ANZAC Day", "1977-06-06": "Foundation Day", "1977-10-10": "Queen's Birthday", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Boxing Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-30": "Australia Day", "1978-03-06": "Labor Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "ANZAC Day", "1978-06-05": "Foundation Day", "1978-10-09": "Queen's Birthday", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-29": "Australia Day", "1979-03-05": "Labor Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "ANZAC Day", "1979-06-04": "Foundation Day", "1979-10-08": "Queen's Birthday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-28": "Australia Day", "1980-03-03": "Labor Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "ANZAC Day", "1980-06-02": "Foundation Day", "1980-10-13": "Queen's Birthday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-26": "Australia Day", "1981-03-02": "Labor Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "ANZAC Day", "1981-04-27": "ANZAC Day (observed)", "1981-06-01": "Foundation Day", "1981-10-12": "Queen's Birthday", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-02-01": "Australia Day", "1982-03-01": "Labor Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "ANZAC Day", "1982-04-26": "ANZAC Day (observed)", "1982-06-07": "Foundation Day", "1982-10-11": "Queen's Birthday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-31": "Australia Day", "1983-03-07": "Labor Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "ANZAC Day", "1983-06-06": "Foundation Day", "1983-10-10": "Queen's Birthday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Boxing Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-30": "Australia Day", "1984-03-05": "Labor Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "ANZAC Day", "1984-06-04": "Foundation Day", "1984-09-24": "Queen's Birthday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-28": "Australia Day", "1985-03-04": "Labor Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "ANZAC Day", "1985-06-03": "Foundation Day", "1985-09-30": "Queen's Birthday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-27": "Australia Day", "1986-03-03": "Labor Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "ANZAC Day", "1986-06-02": "Foundation Day", "1986-09-29": "Queen's Birthday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-26": "Australia Day", "1987-03-02": "Labor Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "ANZAC Day", "1987-04-27": "ANZAC Day (observed)", "1987-06-01": "Foundation Day", "1987-09-28": "Queen's Birthday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-02-01": "Australia Day", "1988-03-07": "Labor Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "ANZAC Day", "1988-06-06": "Foundation Day", "1988-09-26": "Queen's Birthday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Boxing Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-30": "Australia Day", "1989-03-06": "Labor Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "ANZAC Day", "1989-06-05": "Foundation Day", "1989-09-25": "Queen's Birthday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-29": "Australia Day", "1990-03-05": "Labor Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "ANZAC Day", "1990-06-04": "Foundation Day", "1990-09-24": "Queen's Birthday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-28": "Australia Day", "1991-03-04": "Labor Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "ANZAC Day", "1991-06-03": "Foundation Day", "1991-09-30": "Queen's Birthday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-27": "Australia Day", "1992-03-02": "Labor Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "ANZAC Day", "1992-04-27": "ANZAC Day (observed)", "1992-06-01": "Foundation Day", "1992-09-28": "Queen's Birthday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-02-01": "Australia Day", "1993-03-01": "Labor Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "ANZAC Day", "1993-04-26": "ANZAC Day (observed)", "1993-06-07": "Foundation Day", "1993-09-27": "Queen's Birthday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-26": "Australia Day", "1994-03-07": "Labor Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "ANZAC Day", "1994-06-06": "Foundation Day", "1994-09-26": "Queen's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Boxing Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-26": "Australia Day", "1995-03-06": "Labor Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "ANZAC Day", "1995-06-05": "Foundation Day", "1995-09-25": "Queen's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-26": "Australia Day", "1996-03-04": "Labor Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "ANZAC Day", "1996-06-03": "Foundation Day", "1996-09-30": "Queen's Birthday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-27": "Australia Day", "1997-03-03": "Labor Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "ANZAC Day", "1997-06-02": "Foundation Day", "1997-09-29": "Queen's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-26": "Australia Day", "1998-03-02": "Labor Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "ANZAC Day", "1998-04-27": "ANZAC Day (observed)", "1998-06-01": "Foundation Day", "1998-09-28": "Queen's Birthday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-26": "Australia Day", "1999-03-01": "Labor Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "ANZAC Day", "1999-04-26": "ANZAC Day (observed)", "1999-06-07": "Foundation Day", "1999-09-27": "Queen's Birthday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-26": "Australia Day", "2000-03-06": "Labor Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "ANZAC Day", "2000-06-05": "Foundation Day", "2000-09-25": "Queen's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-26": "Australia Day", "2001-03-05": "Labor Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "ANZAC Day", "2001-06-04": "Foundation Day", "2001-09-24": "Queen's Birthday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-28": "Australia Day", "2002-03-04": "Labor Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "ANZAC Day", "2002-06-03": "Foundation Day", "2002-09-30": "Queen's Birthday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-27": "Australia Day", "2003-03-03": "Labor Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "ANZAC Day", "2003-06-02": "Foundation Day", "2003-09-29": "Queen's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-26": "Australia Day", "2004-03-01": "Labor Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "ANZAC Day", "2004-04-26": "ANZAC Day (observed)", "2004-06-07": "Foundation Day", "2004-09-27": "Queen's Birthday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-26": "Australia Day", "2005-03-07": "Labor Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "ANZAC Day", "2005-06-06": "Foundation Day", "2005-09-26": "Queen's Birthday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Boxing Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-26": "Australia Day", "2006-03-06": "Labor Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "ANZAC Day", "2006-06-05": "Foundation Day", "2006-09-25": "Queen's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-26": "Australia Day", "2007-03-05": "Labor Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "ANZAC Day", "2007-06-04": "Foundation Day", "2007-09-24": "Queen's Birthday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-28": "Australia Day", "2008-03-03": "Labor Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "ANZAC Day", "2008-06-02": "Foundation Day", "2008-09-29": "Queen's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-26": "Australia Day", "2009-03-02": "Labor Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "ANZAC Day", "2009-04-27": "ANZAC Day (observed)", "2009-06-01": "Foundation Day", "2009-09-28": "Queen's Birthday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-26": "Australia Day", "2010-03-01": "Labor Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "ANZAC Day", "2010-04-26": "ANZAC Day (observed)", "2010-06-07": "Foundation Day", "2010-09-27": "Queen's Birthday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-26": "Australia Day", "2011-03-07": "Labor Day", "2011-04-22": "Good Friday", "2011-04-25": "ANZAC Day; Easter Monday", "2011-04-26": "Special public holiday", "2011-06-06": "Foundation Day", "2011-10-28": "Queen's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Boxing Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-26": "Australia Day", "2012-03-05": "Labor Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "ANZAC Day", "2012-06-04": "Western Australia Day", "2012-10-01": "Queen's Birthday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-28": "Australia Day", "2013-03-04": "Labor Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "ANZAC Day", "2013-06-03": "Western Australia Day", "2013-09-30": "Queen's Birthday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-27": "Australia Day", "2014-03-03": "Labor Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "ANZAC Day", "2014-06-02": "Western Australia Day", "2014-09-29": "Queen's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-26": "Australia Day", "2015-03-02": "Labor Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "ANZAC Day", "2015-04-27": "ANZAC Day (observed)", "2015-06-01": "Western Australia Day", "2015-09-28": "Queen's Birthday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-26": "Australia Day", "2016-03-07": "Labor Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "ANZAC Day", "2016-06-06": "Western Australia Day", "2016-09-26": "Queen's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Boxing Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-26": "Australia Day", "2017-03-06": "Labor Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "ANZAC Day", "2017-06-05": "Western Australia Day", "2017-09-25": "Queen's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-26": "Australia Day", "2018-03-05": "Labor Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "ANZAC Day", "2018-06-04": "Western Australia Day", "2018-09-24": "Queen's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-28": "Australia Day", "2019-03-04": "Labor Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "ANZAC Day", "2019-06-03": "Western Australia Day", "2019-09-30": "Queen's Birthday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-27": "Australia Day", "2020-03-02": "Labor Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "ANZAC Day", "2020-04-27": "ANZAC Day (observed)", "2020-06-01": "Western Australia Day", "2020-09-28": "Queen's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-26": "Australia Day", "2021-03-01": "Labor Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "ANZAC Day", "2021-04-26": "ANZAC Day (observed)", "2021-06-07": "Western Australia Day", "2021-09-27": "Queen's Birthday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-26": "Australia Day", "2022-03-07": "Labor Day", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-25": "ANZAC Day", "2022-06-06": "Western Australia Day", "2022-09-22": "National Day of Mourning for Queen Elizabeth II", "2022-09-26": "Queen's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Boxing Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-26": "Australia Day", "2023-03-06": "Labor Day", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-25": "ANZAC Day", "2023-06-05": "Western Australia Day", "2023-09-25": "King's Birthday", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-26": "Australia Day", "2024-03-04": "Labor Day", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-25": "ANZAC Day", "2024-06-03": "Western Australia Day", "2024-09-23": "King's Birthday", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-27": "Australia Day", "2025-03-03": "Labor Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-25": "ANZAC Day", "2025-06-02": "Western Australia Day", "2025-09-29": "King's Birthday", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-26": "Australia Day", "2026-03-02": "Labor Day", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-25": "ANZAC Day", "2026-04-27": "ANZAC Day (observed)", "2026-06-01": "Western Australia Day", "2026-09-28": "King's Birthday", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-26": "Australia Day", "2027-03-01": "Labor Day", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-25": "ANZAC Day", "2027-04-26": "ANZAC Day (observed)", "2027-06-07": "Western Australia Day", "2027-09-27": "King's Birthday", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-26": "Australia Day", "2028-03-06": "Labor Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-25": "ANZAC Day", "2028-06-05": "Western Australia Day", "2028-09-25": "King's Birthday", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-26": "Australia Day", "2029-03-05": "Labor Day", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-25": "ANZAC Day", "2029-06-04": "Western Australia Day", "2029-09-24": "King's Birthday", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-28": "Australia Day", "2030-03-04": "Labor Day", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-25": "ANZAC Day", "2030-06-03": "Western Australia Day", "2030-09-30": "King's Birthday", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-27": "Australia Day", "2031-03-03": "Labor Day", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-25": "ANZAC Day", "2031-06-02": "Western Australia Day", "2031-09-29": "King's Birthday", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-26": "Australia Day", "2032-03-01": "Labor Day", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-25": "ANZAC Day", "2032-04-26": "ANZAC Day (observed)", "2032-06-07": "Western Australia Day", "2032-09-27": "King's Birthday", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-26": "Australia Day", "2033-03-07": "Labor Day", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-25": "ANZAC Day", "2033-06-06": "Western Australia Day", "2033-09-26": "King's Birthday", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Boxing Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-26": "Australia Day", "2034-03-06": "Labor Day", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-25": "ANZAC Day", "2034-06-05": "Western Australia Day", "2034-09-25": "King's Birthday", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-26": "Australia Day", "2035-03-05": "Labor Day", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-25": "ANZAC Day", "2035-06-04": "Western Australia Day", "2035-09-24": "King's Birthday", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-28": "Australia Day", "2036-03-03": "Labor Day", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-25": "ANZAC Day", "2036-06-02": "Western Australia Day", "2036-09-29": "King's Birthday", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-26": "Australia Day", "2037-03-02": "Labor Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-25": "ANZAC Day", "2037-04-27": "ANZAC Day (observed)", "2037-06-01": "Western Australia Day", "2037-09-28": "King's Birthday", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-26": "Australia Day", "2038-03-01": "Labor Day", "2038-04-23": "Good Friday", "2038-04-25": "ANZAC Day; Easter Sunday", "2038-04-26": "ANZAC Day (observed); Easter Monday; Easter Sunday (observed)", "2038-06-07": "Western Australia Day", "2038-09-27": "King's Birthday", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-26": "Australia Day", "2039-03-07": "Labor Day", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-25": "ANZAC Day", "2039-06-06": "Western Australia Day", "2039-09-26": "King's Birthday", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Boxing Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-26": "Australia Day", "2040-03-05": "Labor Day", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-25": "ANZAC Day", "2040-06-04": "Western Australia Day", "2040-09-24": "King's Birthday", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-28": "Australia Day", "2041-03-04": "Labor Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-25": "ANZAC Day", "2041-06-03": "Western Australia Day", "2041-09-30": "King's Birthday", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-27": "Australia Day", "2042-03-03": "Labor Day", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-25": "ANZAC Day", "2042-06-02": "Western Australia Day", "2042-09-29": "King's Birthday", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-26": "Australia Day", "2043-03-02": "Labor Day", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-25": "ANZAC Day", "2043-04-27": "ANZAC Day (observed)", "2043-06-01": "Western Australia Day", "2043-09-28": "King's Birthday", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-26": "Australia Day", "2044-03-07": "Labor Day", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-25": "ANZAC Day", "2044-06-06": "Western Australia Day", "2044-09-26": "King's Birthday", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Boxing Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-26": "Australia Day", "2045-03-06": "Labor Day", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-25": "ANZAC Day", "2045-06-05": "Western Australia Day", "2045-09-25": "King's Birthday", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-26": "Australia Day", "2046-03-05": "Labor Day", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-25": "ANZAC Day", "2046-06-04": "Western Australia Day", "2046-09-24": "King's Birthday", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-28": "Australia Day", "2047-03-04": "Labor Day", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-25": "ANZAC Day", "2047-06-03": "Western Australia Day", "2047-09-30": "King's Birthday", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-27": "Australia Day", "2048-03-02": "Labor Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-25": "ANZAC Day", "2048-04-27": "ANZAC Day (observed)", "2048-06-01": "Western Australia Day", "2048-09-28": "King's Birthday", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-26": "Australia Day", "2049-03-01": "Labor Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-25": "ANZAC Day", "2049-04-26": "ANZAC Day (observed)", "2049-06-07": "Western Australia Day", "2049-09-27": "King's Birthday", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-26": "Australia Day", "2050-03-07": "Labor Day", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-25": "ANZAC Day", "2050-06-06": "Western Australia Day", "2050-09-26": "King's Birthday", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Boxing Day (observed)" } holidays-0.71/snapshots/countries/AW_COMMON.json000066400000000000000000001121761500152103600215650ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day; Queen's Day", "1950-05-18": "Ascension Day", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-30": "Queen's Day", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-30": "Queen's Day", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-30": "Queen's Day", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-30": "Queen's Day", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-30": "Queen's Day", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival Monday", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-30": "Queen's Day", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival Monday", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-30": "Queen's Day", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival Monday", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-30": "Queen's Day", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival Monday", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-30": "Queen's Day", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival Monday", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-30": "Queen's Day", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival Monday", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day; Queen's Day", "1961-05-11": "Ascension Day", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival Monday", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-30": "Queen's Day", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival Monday", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-30": "Queen's Day", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival Monday", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-30": "Queen's Day", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival Monday", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-30": "Queen's Day", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival Monday", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-30": "Queen's Day", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival Monday", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day; Queen's Day", "1967-05-04": "Ascension Day", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival Monday", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-30": "Queen's Day", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival Monday", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-30": "Queen's Day", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival Monday", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-30": "Queen's Day", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival Monday", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-30": "Queen's Day", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival Monday", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day; Queen's Day", "1972-05-11": "Ascension Day", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival Monday", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-30": "Queen's Day", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival Monday", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-30": "Queen's Day", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival Monday", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-30": "Queen's Day", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival Monday", "1976-03-18": "National Anthem and Flag Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-30": "Queen's Day", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival Monday", "1977-03-18": "National Anthem and Flag Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-30": "Queen's Day", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1978-01-01": "New Year's Day", "1978-02-06": "Carnival Monday", "1978-03-18": "National Anthem and Flag Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day; Queen's Day", "1978-05-04": "Ascension Day", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival Monday", "1979-03-18": "National Anthem and Flag Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-30": "Queen's Day", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival Monday", "1980-03-18": "National Anthem and Flag Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-30": "Queen's Day", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival Monday", "1981-03-18": "National Anthem and Flag Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-30": "Queen's Day", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival Monday", "1982-03-18": "National Anthem and Flag Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-30": "Queen's Day", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival Monday", "1983-03-18": "National Anthem and Flag Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-30": "Queen's Day", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1984-01-01": "New Year's Day", "1984-03-05": "Carnival Monday", "1984-03-18": "National Anthem and Flag Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-30": "Queen's Day", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival Monday", "1985-03-18": "National Anthem and Flag Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-30": "Queen's Day", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival Monday", "1986-03-18": "National Anthem and Flag Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-30": "Queen's Day", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival Monday", "1987-03-18": "National Anthem and Flag Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-30": "Queen's Day", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival Monday", "1988-03-18": "National Anthem and Flag Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-30": "Queen's Day", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1989-01-01": "New Year's Day", "1989-01-25": "Betico Day", "1989-02-06": "Carnival Monday", "1989-03-18": "National Anthem and Flag Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-29": "Queen's Day", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1990-01-01": "New Year's Day", "1990-01-25": "Betico Day", "1990-02-26": "Carnival Monday", "1990-03-18": "National Anthem and Flag Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-30": "Queen's Day", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-01-25": "Betico Day", "1991-02-11": "Carnival Monday", "1991-03-18": "National Anthem and Flag Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-30": "Queen's Day", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-01-25": "Betico Day", "1992-03-02": "Carnival Monday", "1992-03-18": "National Anthem and Flag Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-30": "Queen's Day", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-01-25": "Betico Day", "1993-02-22": "Carnival Monday", "1993-03-18": "National Anthem and Flag Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-30": "Queen's Day", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-01-25": "Betico Day", "1994-02-14": "Carnival Monday", "1994-03-18": "National Anthem and Flag Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-30": "Queen's Day", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-01-25": "Betico Day", "1995-02-27": "Carnival Monday", "1995-03-18": "National Anthem and Flag Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-29": "Queen's Day", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-01-25": "Betico Day", "1996-02-19": "Carnival Monday", "1996-03-18": "National Anthem and Flag Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-30": "Queen's Day", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-01-25": "Betico Day", "1997-02-10": "Carnival Monday", "1997-03-18": "National Anthem and Flag Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-30": "Queen's Day", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-01-25": "Betico Day", "1998-02-23": "Carnival Monday", "1998-03-18": "National Anthem and Flag Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-30": "Queen's Day", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-01-25": "Betico Day", "1999-02-15": "Carnival Monday", "1999-03-18": "National Anthem and Flag Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-30": "Queen's Day", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-01-25": "Betico Day", "2000-03-06": "Carnival Monday", "2000-03-18": "National Anthem and Flag Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-29": "Queen's Day", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-01-25": "Betico Day", "2001-02-26": "Carnival Monday", "2001-03-18": "National Anthem and Flag Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-30": "Queen's Day", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-01-25": "Betico Day", "2002-02-11": "Carnival Monday", "2002-03-18": "National Anthem and Flag Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-30": "Queen's Day", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-01-25": "Betico Day", "2003-03-03": "Carnival Monday", "2003-03-18": "National Anthem and Flag Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-30": "Queen's Day", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-01-25": "Betico Day", "2004-02-23": "Carnival Monday", "2004-03-18": "National Anthem and Flag Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-30": "Queen's Day", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-01-25": "Betico Day", "2005-02-07": "Carnival Monday", "2005-03-18": "National Anthem and Flag Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-30": "Queen's Day", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-01-25": "Betico Day", "2006-02-27": "Carnival Monday", "2006-03-18": "National Anthem and Flag Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-29": "Queen's Day", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-01-25": "Betico Day", "2007-02-19": "Carnival Monday", "2007-03-18": "National Anthem and Flag Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-30": "Queen's Day", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-01-25": "Betico Day", "2008-02-04": "Carnival Monday", "2008-03-18": "National Anthem and Flag Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-30": "Queen's Day", "2008-05-01": "Ascension Day; Labor Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-01-25": "Betico Day", "2009-02-23": "Carnival Monday", "2009-03-18": "National Anthem and Flag Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-30": "Queen's Day", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-01-25": "Betico Day", "2010-02-15": "Carnival Monday", "2010-03-18": "National Anthem and Flag Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-30": "Queen's Day", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-01-25": "Betico Day", "2011-03-07": "Carnival Monday", "2011-03-18": "National Anthem and Flag Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-04-30": "Queen's Day", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-01-25": "Betico Day", "2012-02-20": "Carnival Monday", "2012-03-18": "National Anthem and Flag Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-30": "Queen's Day", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-01-25": "Betico Day", "2013-02-11": "Carnival Monday", "2013-03-18": "National Anthem and Flag Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-30": "Queen's Day", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-01-25": "Betico Day", "2014-03-03": "Carnival Monday", "2014-03-18": "National Anthem and Flag Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-26": "King's Day", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-01-25": "Betico Day", "2015-02-16": "Carnival Monday", "2015-03-18": "National Anthem and Flag Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-27": "King's Day", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-01-25": "Betico Day", "2016-02-08": "Carnival Monday", "2016-03-18": "National Anthem and Flag Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-27": "King's Day", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-01-25": "Betico Day", "2017-02-27": "Carnival Monday", "2017-03-18": "National Anthem and Flag Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-27": "King's Day", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-01-25": "Betico Day", "2018-02-12": "Carnival Monday", "2018-03-18": "National Anthem and Flag Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-27": "King's Day", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-01-25": "Betico Day", "2019-03-04": "Carnival Monday", "2019-03-18": "National Anthem and Flag Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-27": "King's Day", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-01-25": "Betico Day", "2020-02-24": "Carnival Monday", "2020-03-18": "National Anthem and Flag Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-27": "King's Day", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-01-25": "Betico Day", "2021-02-15": "Carnival Monday", "2021-03-18": "National Anthem and Flag Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-27": "King's Day", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-01-25": "Betico Day", "2022-02-28": "Carnival Monday", "2022-03-18": "National Anthem and Flag Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-27": "King's Day", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-01-25": "Betico Day", "2023-02-20": "Monday before Ash Wednesday", "2023-03-18": "National Anthem and Flag Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-27": "King's Day", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-01-25": "Betico Day", "2024-02-12": "Monday before Ash Wednesday", "2024-03-18": "National Anthem and Flag Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-27": "King's Day", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-01-25": "Betico Day", "2025-03-03": "Monday before Ash Wednesday", "2025-03-18": "National Anthem and Flag Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-26": "King's Day", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-01-25": "Betico Day", "2026-02-16": "Monday before Ash Wednesday", "2026-03-18": "National Anthem and Flag Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-27": "King's Day", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-01-25": "Betico Day", "2027-02-08": "Monday before Ash Wednesday", "2027-03-18": "National Anthem and Flag Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-27": "King's Day", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-01-25": "Betico Day", "2028-02-28": "Monday before Ash Wednesday", "2028-03-18": "National Anthem and Flag Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-27": "King's Day", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-01-25": "Betico Day", "2029-02-12": "Monday before Ash Wednesday", "2029-03-18": "National Anthem and Flag Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-27": "King's Day", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-01-25": "Betico Day", "2030-03-04": "Monday before Ash Wednesday", "2030-03-18": "National Anthem and Flag Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-27": "King's Day", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-01-25": "Betico Day", "2031-02-24": "Monday before Ash Wednesday", "2031-03-18": "National Anthem and Flag Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-26": "King's Day", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-01-25": "Betico Day", "2032-02-09": "Monday before Ash Wednesday", "2032-03-18": "National Anthem and Flag Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-27": "King's Day", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-01-25": "Betico Day", "2033-02-28": "Monday before Ash Wednesday", "2033-03-18": "National Anthem and Flag Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-27": "King's Day", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-01-25": "Betico Day", "2034-02-20": "Monday before Ash Wednesday", "2034-03-18": "National Anthem and Flag Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-27": "King's Day", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-01-25": "Betico Day", "2035-02-05": "Monday before Ash Wednesday", "2035-03-18": "National Anthem and Flag Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-27": "King's Day", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-01-25": "Betico Day", "2036-02-25": "Monday before Ash Wednesday", "2036-03-18": "National Anthem and Flag Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-26": "King's Day", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-01-25": "Betico Day", "2037-02-16": "Monday before Ash Wednesday", "2037-03-18": "National Anthem and Flag Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-27": "King's Day", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-01-25": "Betico Day", "2038-03-08": "Monday before Ash Wednesday", "2038-03-18": "National Anthem and Flag Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-04-27": "King's Day", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-01-25": "Betico Day", "2039-02-21": "Monday before Ash Wednesday", "2039-03-18": "National Anthem and Flag Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-27": "King's Day", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-01-25": "Betico Day", "2040-02-13": "Monday before Ash Wednesday", "2040-03-18": "National Anthem and Flag Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-27": "King's Day", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-01-25": "Betico Day", "2041-03-04": "Monday before Ash Wednesday", "2041-03-18": "National Anthem and Flag Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-27": "King's Day", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-01-25": "Betico Day", "2042-02-17": "Monday before Ash Wednesday", "2042-03-18": "National Anthem and Flag Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-26": "King's Day", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-01-25": "Betico Day", "2043-02-09": "Monday before Ash Wednesday", "2043-03-18": "National Anthem and Flag Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-27": "King's Day", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-01-25": "Betico Day", "2044-02-29": "Monday before Ash Wednesday", "2044-03-18": "National Anthem and Flag Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-27": "King's Day", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-01-25": "Betico Day", "2045-02-20": "Monday before Ash Wednesday", "2045-03-18": "National Anthem and Flag Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-27": "King's Day", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-01-25": "Betico Day", "2046-02-05": "Monday before Ash Wednesday", "2046-03-18": "National Anthem and Flag Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-27": "King's Day", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-01-25": "Betico Day", "2047-02-25": "Monday before Ash Wednesday", "2047-03-18": "National Anthem and Flag Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-27": "King's Day", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-01-25": "Betico Day", "2048-02-17": "Monday before Ash Wednesday", "2048-03-18": "National Anthem and Flag Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-27": "King's Day", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-01-25": "Betico Day", "2049-03-01": "Monday before Ash Wednesday", "2049-03-18": "National Anthem and Flag Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-27": "King's Day", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-01-25": "Betico Day", "2050-02-21": "Monday before Ash Wednesday", "2050-03-18": "National Anthem and Flag Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-27": "King's Day", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/AZ_COMMON.json000066400000000000000000001723271500152103600215740ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-03-08": "Women's Day", "1990-03-20": "Spring Festival", "1990-03-21": "Spring Festival", "1990-05-09": "Victory over Fascism Day", "1990-10-18": "Independence Day", "1991-01-01": "New Year's Day", "1991-03-08": "Women's Day", "1991-03-20": "Spring Festival", "1991-03-21": "Spring Festival", "1991-05-09": "Victory over Fascism Day", "1991-10-18": "Independence Day", "1992-01-01": "New Year's Day", "1992-03-08": "Women's Day", "1992-03-20": "Spring Festival", "1992-03-21": "Spring Festival", "1992-05-09": "Victory over Fascism Day", "1992-05-28": "Republic Day", "1992-10-09": "Armed Forces Day", "1992-10-18": "Independence Day", "1992-11-17": "National Revival Day", "1993-01-01": "New Year's Day", "1993-03-08": "Women's Day", "1993-03-20": "Spring Festival", "1993-03-21": "Spring Festival", "1993-03-24": "Eid al-Fitr (estimated)", "1993-05-09": "Victory over Fascism Day", "1993-05-28": "Republic Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-10-09": "Armed Forces Day", "1993-10-18": "Independence Day", "1993-11-17": "National Revival Day", "1993-12-31": "International Azerbaijanis Solidarity Day", "1994-01-01": "New Year's Day", "1994-03-08": "Women's Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-20": "Spring Festival", "1994-03-21": "Spring Festival", "1994-05-09": "Victory over Fascism Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-28": "Republic Day", "1994-10-09": "Armed Forces Day", "1994-10-18": "Independence Day", "1994-11-17": "National Revival Day", "1994-12-31": "International Azerbaijanis Solidarity Day", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-08": "Women's Day", "1995-03-20": "Spring Festival", "1995-03-21": "Spring Festival", "1995-05-09": "Eid al-Adha (estimated); Victory over Fascism Day", "1995-05-28": "Republic Day", "1995-10-09": "Armed Forces Day", "1995-10-18": "Independence Day", "1995-11-17": "National Revival Day", "1995-12-31": "International Azerbaijanis Solidarity Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-08": "Women's Day", "1996-03-20": "Spring Festival", "1996-03-21": "Spring Festival", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-09": "Victory over Fascism Day", "1996-05-28": "Republic Day", "1996-10-09": "Armed Forces Day", "1996-10-18": "Independence Day", "1996-11-12": "Constitution Day", "1996-11-17": "National Revival Day", "1996-12-31": "International Azerbaijanis Solidarity Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-08": "Women's Day", "1997-03-20": "Spring Festival", "1997-03-21": "Spring Festival", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-09": "Victory over Fascism Day", "1997-05-28": "Republic Day", "1997-06-15": "National Liberation Day", "1997-10-09": "Armed Forces Day", "1997-10-18": "Independence Day", "1997-11-12": "Constitution Day", "1997-11-17": "National Revival Day", "1997-12-31": "International Azerbaijanis Solidarity Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-03-08": "Women's Day", "1998-03-20": "Spring Festival", "1998-03-21": "Spring Festival", "1998-04-07": "Eid al-Adha (estimated)", "1998-05-09": "Victory over Fascism Day", "1998-05-28": "Republic Day", "1998-06-15": "National Liberation Day", "1998-06-26": "Armed Forces Day", "1998-10-18": "Independence Day", "1998-11-12": "Constitution Day", "1998-11-17": "National Revival Day", "1998-12-31": "International Azerbaijanis Solidarity Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-08": "Women's Day", "1999-03-20": "Spring Festival", "1999-03-21": "Spring Festival", "1999-03-27": "Eid al-Adha (estimated)", "1999-05-09": "Victory over Fascism Day", "1999-05-28": "Republic Day", "1999-06-15": "National Liberation Day", "1999-06-26": "Armed Forces Day", "1999-10-18": "Independence Day", "1999-11-12": "Constitution Day", "1999-11-17": "National Revival Day", "1999-12-31": "International Azerbaijanis Solidarity Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-20": "Martyrs' Day", "2000-03-08": "Women's Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-20": "Spring Festival", "2000-03-21": "Spring Festival", "2000-05-09": "Victory over Fascism Day", "2000-05-28": "Republic Day", "2000-06-15": "National Liberation Day", "2000-06-26": "Armed Forces Day", "2000-10-18": "Independence Day", "2000-11-12": "Constitution Day", "2000-11-17": "National Revival Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-31": "International Azerbaijanis Solidarity Day", "2001-01-01": "New Year's Day", "2001-01-20": "Martyrs' Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-08": "Women's Day", "2001-03-20": "Spring Festival", "2001-03-21": "Spring Festival", "2001-05-09": "Victory over Fascism Day", "2001-05-28": "Republic Day", "2001-06-15": "National Liberation Day", "2001-06-26": "Armed Forces Day", "2001-10-18": "Independence Day", "2001-11-12": "Constitution Day", "2001-11-17": "National Revival Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-31": "International Azerbaijanis Solidarity Day", "2002-01-01": "New Year's Day", "2002-01-20": "Martyrs' Day", "2002-02-21": "Eid al-Adha", "2002-03-08": "Women's Day", "2002-03-20": "Spring Festival", "2002-03-21": "Spring Festival", "2002-05-09": "Victory over Fascism Day", "2002-05-28": "Republic Day", "2002-06-15": "National Liberation Day", "2002-06-26": "Armed Forces Day", "2002-10-18": "Independence Day", "2002-11-12": "Constitution Day", "2002-11-17": "National Revival Day", "2002-12-04": "Eid al-Fitr", "2002-12-31": "International Azerbaijanis Solidarity Day", "2003-01-01": "New Year's Day", "2003-01-20": "Martyrs' Day", "2003-02-11": "Eid al-Adha", "2003-03-08": "Women's Day", "2003-03-20": "Spring Festival", "2003-03-21": "Spring Festival", "2003-05-09": "Victory over Fascism Day", "2003-05-28": "Republic Day", "2003-06-15": "National Liberation Day", "2003-06-26": "Armed Forces Day", "2003-10-18": "Independence Day", "2003-11-12": "Constitution Day", "2003-11-17": "National Revival Day", "2003-11-25": "Eid al-Fitr", "2003-12-31": "International Azerbaijanis Solidarity Day", "2004-01-01": "New Year's Day", "2004-01-20": "Martyrs' Day", "2004-02-01": "Eid al-Adha", "2004-03-08": "Women's Day", "2004-03-20": "Spring Festival", "2004-03-21": "Spring Festival", "2004-05-09": "Victory over Fascism Day", "2004-05-28": "Republic Day", "2004-06-15": "National Liberation Day", "2004-06-26": "Armed Forces Day", "2004-10-18": "Independence Day", "2004-11-12": "Constitution Day", "2004-11-14": "Eid al-Fitr", "2004-11-17": "National Revival Day", "2004-12-31": "International Azerbaijanis Solidarity Day", "2005-01-01": "New Year's Day", "2005-01-20": "Martyrs' Day", "2005-01-22": "Eid al-Adha", "2005-03-08": "Women's Day", "2005-03-20": "Spring Festival", "2005-03-21": "Spring Festival", "2005-05-09": "Victory over Fascism Day", "2005-05-28": "Republic Day", "2005-06-15": "National Liberation Day", "2005-06-26": "Armed Forces Day", "2005-10-18": "Independence Day", "2005-11-03": "Eid al-Fitr", "2005-11-12": "Constitution Day", "2005-11-17": "National Revival Day", "2005-12-31": "International Azerbaijanis Solidarity Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-01-03": "International Azerbaijanis Solidarity Day (observed)", "2006-01-04": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-20": "Martyrs' Day", "2006-03-08": "Women's Day", "2006-03-20": "Spring Festival", "2006-03-21": "Spring Festival", "2006-05-09": "Victory over Fascism Day", "2006-05-28": "Republic Day", "2006-05-29": "Republic Day (observed)", "2006-06-15": "National Liberation Day", "2006-06-26": "Armed Forces Day", "2006-10-18": "Independence Day", "2006-10-23": "Eid al-Fitr", "2006-10-24": "Eid al-Fitr", "2006-11-12": "Constitution Day", "2006-11-17": "National Revival Day", "2006-12-31": "Eid al-Adha; International Azerbaijanis Solidarity Day", "2007-01-01": "Eid al-Adha; New Year's Day", "2007-01-02": "New Year's Day", "2007-01-03": "Eid al-Adha (observed); International Azerbaijanis Solidarity Day (observed)", "2007-01-04": "Eid al-Adha (observed)", "2007-01-20": "Martyrs' Day", "2007-03-08": "Women's Day", "2007-03-20": "Spring Festival", "2007-03-21": "Spring Festival", "2007-03-22": "Spring Festival", "2007-03-23": "Spring Festival", "2007-03-24": "Spring Festival", "2007-03-26": "Spring Festival (observed)", "2007-05-09": "Victory over Fascism Day", "2007-05-28": "Republic Day", "2007-06-15": "National Liberation Day", "2007-06-26": "Armed Forces Day", "2007-10-12": "Eid al-Fitr", "2007-10-13": "Eid al-Fitr", "2007-10-15": "Eid al-Fitr (observed)", "2007-10-18": "Independence Day", "2007-11-12": "Constitution Day", "2007-11-17": "National Revival Day", "2007-12-20": "Eid al-Adha", "2007-12-21": "Eid al-Adha", "2007-12-31": "International Azerbaijanis Solidarity Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-01-20": "Martyrs' Day", "2008-03-08": "Women's Day", "2008-03-10": "Women's Day (observed)", "2008-03-20": "Spring Festival", "2008-03-21": "Spring Festival", "2008-03-22": "Spring Festival", "2008-03-23": "Spring Festival", "2008-03-24": "Spring Festival", "2008-03-25": "Spring Festival (observed)", "2008-03-26": "Spring Festival (observed)", "2008-05-09": "Victory over Fascism Day", "2008-05-28": "Republic Day", "2008-06-15": "National Liberation Day", "2008-06-16": "National Liberation Day (observed)", "2008-06-26": "Armed Forces Day", "2008-09-30": "Eid al-Fitr", "2008-10-01": "Eid al-Fitr", "2008-10-18": "Independence Day", "2008-11-12": "Constitution Day", "2008-11-17": "National Revival Day", "2008-12-08": "Eid al-Adha", "2008-12-09": "Eid al-Adha", "2008-12-31": "International Azerbaijanis Solidarity Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-01-20": "Martyrs' Day", "2009-03-08": "Women's Day", "2009-03-09": "Women's Day (observed)", "2009-03-20": "Spring Festival", "2009-03-21": "Spring Festival", "2009-03-22": "Spring Festival", "2009-03-23": "Spring Festival", "2009-03-24": "Spring Festival", "2009-03-25": "Spring Festival (observed)", "2009-03-26": "Spring Festival (observed)", "2009-05-09": "Victory over Fascism Day", "2009-05-11": "Victory over Fascism Day (observed)", "2009-05-28": "Republic Day", "2009-06-15": "National Liberation Day", "2009-06-26": "Armed Forces Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-18": "Independence Day", "2009-11-12": "Constitution Day", "2009-11-17": "National Revival Day", "2009-11-27": "Eid al-Adha", "2009-11-28": "Eid al-Adha", "2009-11-30": "Eid al-Adha (observed)", "2009-12-31": "International Azerbaijanis Solidarity Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-01-04": "New Year's Day (observed)", "2010-01-20": "Martyrs' Day", "2010-03-08": "Women's Day", "2010-03-20": "Spring Festival", "2010-03-21": "Spring Festival", "2010-03-22": "Spring Festival", "2010-03-23": "Spring Festival", "2010-03-24": "Spring Festival", "2010-03-25": "Spring Festival (observed)", "2010-03-26": "Spring Festival (observed)", "2010-05-09": "Victory over Fascism Day", "2010-05-10": "Victory over Fascism Day (observed)", "2010-05-28": "Republic Day", "2010-06-15": "National Liberation Day", "2010-06-26": "Armed Forces Day", "2010-06-28": "Armed Forces Day (observed)", "2010-09-09": "Eid al-Fitr", "2010-09-10": "Eid al-Fitr", "2010-10-18": "Independence Day", "2010-11-09": "National Flag Day", "2010-11-12": "Constitution Day", "2010-11-16": "Eid al-Adha", "2010-11-17": "Eid al-Adha; National Revival Day", "2010-12-31": "International Azerbaijanis Solidarity Day", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "New Year's Day (observed)", "2011-01-20": "Martyrs' Day", "2011-03-08": "Women's Day", "2011-03-20": "Spring Festival", "2011-03-21": "Spring Festival", "2011-03-22": "Spring Festival", "2011-03-23": "Spring Festival", "2011-03-24": "Spring Festival", "2011-03-25": "Spring Festival (observed)", "2011-05-09": "Victory over Fascism Day", "2011-05-28": "Republic Day", "2011-05-30": "Republic Day (observed)", "2011-06-15": "National Liberation Day", "2011-06-26": "Armed Forces Day", "2011-06-27": "Armed Forces Day (observed)", "2011-08-29": "Day off (substituted from 08/27/2011)", "2011-08-30": "Eid al-Fitr", "2011-08-31": "Eid al-Fitr", "2011-10-18": "Independence Day", "2011-11-06": "Eid al-Adha", "2011-11-07": "Eid al-Adha", "2011-11-08": "Eid al-Adha (observed)", "2011-11-09": "National Flag Day", "2011-11-12": "Constitution Day", "2011-11-17": "National Revival Day", "2011-12-31": "International Azerbaijanis Solidarity Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-01-03": "International Azerbaijanis Solidarity Day (observed)", "2012-01-04": "New Year's Day (observed)", "2012-01-20": "Martyrs' Day", "2012-03-08": "Women's Day", "2012-03-20": "Spring Festival", "2012-03-21": "Spring Festival", "2012-03-22": "Spring Festival", "2012-03-23": "Spring Festival", "2012-03-24": "Spring Festival", "2012-03-26": "Spring Festival (observed)", "2012-05-09": "Victory over Fascism Day", "2012-05-28": "Republic Day", "2012-06-15": "National Liberation Day", "2012-06-26": "Armed Forces Day", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr", "2012-08-21": "Eid al-Fitr (observed)", "2012-10-18": "Independence Day", "2012-10-25": "Eid al-Adha", "2012-10-26": "Eid al-Adha", "2012-11-09": "National Flag Day", "2012-11-12": "Constitution Day", "2012-11-17": "National Revival Day", "2012-12-31": "International Azerbaijanis Solidarity Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-01-03": "Day off (substituted from 12/29/2012)", "2013-01-04": "Day off (substituted from 12/30/2012)", "2013-01-20": "Martyrs' Day", "2013-03-08": "Women's Day", "2013-03-20": "Spring Festival", "2013-03-21": "Spring Festival", "2013-03-22": "Spring Festival", "2013-03-23": "Spring Festival", "2013-03-24": "Spring Festival", "2013-03-25": "Spring Festival (observed)", "2013-03-26": "Spring Festival (observed)", "2013-05-09": "Victory over Fascism Day", "2013-05-28": "Republic Day", "2013-06-15": "National Liberation Day", "2013-06-17": "National Liberation Day (observed)", "2013-06-26": "Armed Forces Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr", "2013-10-15": "Eid al-Adha", "2013-10-16": "Eid al-Adha", "2013-10-18": "Independence Day", "2013-11-09": "National Flag Day", "2013-11-11": "National Flag Day (observed)", "2013-11-12": "Constitution Day", "2013-11-17": "National Revival Day", "2013-12-31": "International Azerbaijanis Solidarity Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-01-03": "Day off (substituted from 12/28/2013)", "2014-01-06": "Day off (substituted from 12/29/2013)", "2014-01-20": "Martyrs' Day", "2014-03-08": "Women's Day", "2014-03-10": "Women's Day (observed)", "2014-03-20": "Spring Festival", "2014-03-21": "Spring Festival", "2014-03-22": "Spring Festival", "2014-03-23": "Spring Festival", "2014-03-24": "Spring Festival", "2014-03-25": "Spring Festival (observed)", "2014-03-26": "Spring Festival (observed)", "2014-05-09": "Victory over Fascism Day", "2014-05-28": "Republic Day", "2014-06-15": "National Liberation Day", "2014-06-16": "National Liberation Day (observed)", "2014-06-26": "Armed Forces Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr", "2014-10-04": "Eid al-Adha", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-07": "Eid al-Adha (observed)", "2014-10-18": "Independence Day", "2014-11-09": "National Flag Day", "2014-11-10": "National Flag Day (observed)", "2014-11-12": "Constitution Day", "2014-11-17": "National Revival Day", "2014-12-31": "International Azerbaijanis Solidarity Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-01-20": "Martyrs' Day", "2015-03-08": "Women's Day", "2015-03-09": "Women's Day (observed)", "2015-03-20": "Spring Festival", "2015-03-21": "Spring Festival", "2015-03-22": "Spring Festival", "2015-03-23": "Spring Festival", "2015-03-24": "Spring Festival", "2015-03-25": "Spring Festival (observed)", "2015-03-26": "Spring Festival (observed)", "2015-05-09": "Victory over Fascism Day", "2015-05-11": "Victory over Fascism Day (observed)", "2015-05-28": "Republic Day", "2015-06-15": "National Liberation Day", "2015-06-26": "Armed Forces Day", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr", "2015-07-20": "Eid al-Fitr (observed)", "2015-09-24": "Eid al-Adha", "2015-09-25": "Eid al-Adha", "2015-10-18": "Independence Day", "2015-11-09": "National Flag Day", "2015-11-12": "Constitution Day", "2015-11-17": "National Revival Day", "2015-12-31": "International Azerbaijanis Solidarity Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-04": "New Year's Day (observed)", "2016-01-20": "Martyrs' Day", "2016-03-08": "Women's Day", "2016-03-20": "Spring Festival", "2016-03-21": "Spring Festival", "2016-03-22": "Spring Festival", "2016-03-23": "Spring Festival", "2016-03-24": "Spring Festival", "2016-03-25": "Spring Festival (observed)", "2016-05-09": "Victory over Fascism Day", "2016-05-28": "Republic Day", "2016-05-30": "Republic Day (observed)", "2016-06-15": "National Liberation Day", "2016-06-26": "Armed Forces Day", "2016-06-27": "Armed Forces Day (observed)", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr", "2016-09-12": "Eid al-Adha", "2016-09-13": "Eid al-Adha", "2016-10-18": "Independence Day", "2016-11-09": "National Flag Day", "2016-11-12": "Constitution Day", "2016-11-17": "National Revival Day", "2016-12-31": "International Azerbaijanis Solidarity Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-03": "International Azerbaijanis Solidarity Day (observed)", "2017-01-04": "New Year's Day (observed)", "2017-01-20": "Martyrs' Day", "2017-03-08": "Women's Day", "2017-03-20": "Spring Festival", "2017-03-21": "Spring Festival", "2017-03-22": "Spring Festival", "2017-03-23": "Spring Festival", "2017-03-24": "Spring Festival", "2017-05-09": "Victory over Fascism Day", "2017-05-28": "Republic Day", "2017-05-29": "Republic Day (observed)", "2017-06-15": "National Liberation Day", "2017-06-26": "Armed Forces Day; Eid al-Fitr", "2017-06-27": "Eid al-Fitr", "2017-06-28": "Eid al-Fitr (observed)", "2017-09-01": "Eid al-Adha", "2017-09-02": "Eid al-Adha", "2017-09-04": "Eid al-Adha (observed)", "2017-10-18": "Independence Day", "2017-11-09": "National Flag Day", "2017-11-12": "Constitution Day", "2017-11-17": "National Revival Day", "2017-12-31": "International Azerbaijanis Solidarity Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-01-03": "International Azerbaijanis Solidarity Day (observed)", "2018-01-20": "Martyrs' Day", "2018-03-08": "Women's Day", "2018-03-20": "Spring Festival", "2018-03-21": "Spring Festival", "2018-03-22": "Spring Festival", "2018-03-23": "Spring Festival", "2018-03-24": "Spring Festival", "2018-03-26": "Spring Festival (observed)", "2018-04-11": "Presidential elections", "2018-05-09": "Victory over Fascism Day", "2018-05-28": "Republic Day", "2018-06-15": "Eid al-Fitr; National Liberation Day", "2018-06-16": "Eid al-Fitr", "2018-06-18": "Eid al-Fitr (observed)", "2018-06-19": "Eid al-Fitr (observed)", "2018-06-26": "Armed Forces Day", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha", "2018-10-18": "Independence Day", "2018-11-09": "National Flag Day", "2018-11-12": "Constitution Day", "2018-11-17": "National Revival Day", "2018-12-31": "International Azerbaijanis Solidarity Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-01-20": "Martyrs' Day", "2019-03-08": "Women's Day", "2019-03-20": "Spring Festival", "2019-03-21": "Spring Festival", "2019-03-22": "Spring Festival", "2019-03-23": "Spring Festival", "2019-03-24": "Spring Festival", "2019-03-25": "Spring Festival (observed)", "2019-03-26": "Spring Festival (observed)", "2019-05-09": "Victory over Fascism Day", "2019-05-28": "Republic Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr", "2019-06-15": "National Liberation Day", "2019-06-17": "National Liberation Day (observed)", "2019-06-26": "Armed Forces Day", "2019-08-12": "Eid al-Adha", "2019-08-13": "Eid al-Adha", "2019-10-18": "Independence Day", "2019-11-09": "National Flag Day", "2019-11-11": "National Flag Day (observed)", "2019-11-12": "Constitution Day", "2019-11-17": "National Revival Day", "2019-12-27": "Municipal elections", "2019-12-31": "International Azerbaijanis Solidarity Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-03": "Day off (substituted from 12/28/2019)", "2020-01-06": "Day off (substituted from 12/29/2019)", "2020-01-20": "Martyrs' Day", "2020-03-08": "Women's Day", "2020-03-09": "Women's Day (observed)", "2020-03-20": "Spring Festival", "2020-03-21": "Spring Festival", "2020-03-22": "Spring Festival", "2020-03-23": "Spring Festival", "2020-03-24": "Spring Festival", "2020-03-25": "Spring Festival (observed)", "2020-03-26": "Spring Festival (observed)", "2020-03-27": "Day off (substituted from 03/29/2020)", "2020-05-09": "Victory over Fascism Day", "2020-05-11": "Victory over Fascism Day (observed)", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr", "2020-05-26": "Eid al-Fitr (observed)", "2020-05-27": "Day off (substituted from 05/30/2020)", "2020-05-28": "Republic Day", "2020-06-15": "National Liberation Day", "2020-06-26": "Armed Forces Day", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha", "2020-08-03": "Eid al-Adha (observed)", "2020-10-18": "Independence Day", "2020-11-09": "National Flag Day", "2020-11-12": "Constitution Day", "2020-11-17": "National Revival Day", "2020-12-31": "International Azerbaijanis Solidarity Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-04": "New Year's Day (observed)", "2021-01-20": "Martyrs' Day", "2021-03-08": "Women's Day", "2021-03-20": "Spring Festival", "2021-03-21": "Spring Festival", "2021-03-22": "Spring Festival", "2021-03-23": "Spring Festival", "2021-03-24": "Spring Festival", "2021-03-25": "Spring Festival (observed)", "2021-03-26": "Spring Festival (observed)", "2021-05-09": "Victory over Fascism Day", "2021-05-10": "Victory over Fascism Day (observed)", "2021-05-11": "Day off (substituted from 05/08/2021)", "2021-05-12": "Day off (substituted from 05/16/2021)", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr", "2021-05-28": "Independence Day", "2021-06-15": "National Liberation Day", "2021-06-26": "Armed Forces Day", "2021-06-28": "Armed Forces Day (observed)", "2021-07-19": "Day off (substituted from 07/17/2021)", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha", "2021-09-27": "Memorial Day", "2021-10-18": "Independence Restoration Day", "2021-11-08": "Victory Day", "2021-11-09": "National Flag Day", "2021-11-12": "Constitution Day", "2021-11-17": "National Revival Day", "2021-12-31": "International Azerbaijanis Solidarity Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "New Year's Day (observed)", "2022-01-20": "Martyrs' Day", "2022-03-07": "Day off (substituted from 03/05/2022)", "2022-03-08": "Women's Day", "2022-03-20": "Spring Festival", "2022-03-21": "Spring Festival", "2022-03-22": "Spring Festival", "2022-03-23": "Spring Festival", "2022-03-24": "Spring Festival", "2022-03-25": "Spring Festival (observed)", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr", "2022-05-09": "Victory over Fascism Day", "2022-05-28": "Independence Day", "2022-05-30": "Independence Day (observed)", "2022-06-15": "National Liberation Day", "2022-06-26": "Armed Forces Day", "2022-06-27": "Armed Forces Day (observed)", "2022-07-09": "Eid al-Adha", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-12": "Eid al-Adha (observed)", "2022-09-27": "Memorial Day", "2022-10-18": "Independence Restoration Day", "2022-11-07": "Day off (substituted from 11/05/2022)", "2022-11-08": "Victory Day", "2022-11-09": "National Flag Day", "2022-11-12": "Constitution Day", "2022-11-17": "National Revival Day", "2022-12-31": "International Azerbaijanis Solidarity Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-03": "International Azerbaijanis Solidarity Day (observed)", "2023-01-04": "New Year's Day (observed)", "2023-01-20": "Martyrs' Day", "2023-03-08": "Women's Day", "2023-03-20": "Spring Festival", "2023-03-21": "Spring Festival", "2023-03-22": "Spring Festival", "2023-03-23": "Spring Festival", "2023-03-24": "Spring Festival", "2023-04-21": "Eid al-Fitr", "2023-04-22": "Eid al-Fitr", "2023-04-24": "Eid al-Fitr (observed)", "2023-05-09": "Victory over Fascism Day", "2023-05-28": "Independence Day", "2023-05-29": "Independence Day (observed)", "2023-06-15": "National Liberation Day", "2023-06-26": "Armed Forces Day", "2023-06-27": "Day off (substituted from 06/24/2023)", "2023-06-28": "Eid al-Adha", "2023-06-29": "Eid al-Adha", "2023-06-30": "Day off (substituted from 06/25/2023)", "2023-09-27": "Memorial Day", "2023-10-18": "Independence Restoration Day", "2023-11-08": "Victory Day", "2023-11-09": "National Flag Day", "2023-11-10": "Day off (substituted from 11/04/2023)", "2023-11-12": "Constitution Day", "2023-11-17": "National Revival Day", "2023-12-31": "International Azerbaijanis Solidarity Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-03": "International Azerbaijanis Solidarity Day (observed)", "2024-01-04": "Day off (substituted from 12/30/2023)", "2024-01-05": "Day off (substituted from 01/07/2024)", "2024-01-20": "Martyrs' Day", "2024-02-07": "Presidential elections", "2024-03-08": "Women's Day", "2024-03-20": "Spring Festival", "2024-03-21": "Spring Festival", "2024-03-22": "Spring Festival", "2024-03-23": "Spring Festival", "2024-03-24": "Spring Festival", "2024-03-25": "Spring Festival (observed)", "2024-03-26": "Spring Festival (observed)", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr", "2024-04-12": "Day off (substituted from 04/06/2024)", "2024-05-09": "Victory over Fascism Day", "2024-05-28": "Independence Day", "2024-06-15": "National Liberation Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Eid al-Adha", "2024-06-18": "National Liberation Day (observed)", "2024-06-19": "Eid al-Adha (observed)", "2024-06-26": "Armed Forces Day", "2024-09-27": "Memorial Day", "2024-10-18": "Independence Restoration Day", "2024-11-08": "Victory Day", "2024-11-09": "National Flag Day", "2024-11-11": "National Flag Day (observed)", "2024-11-12": "Constitution Day; Day off (substituted from 11/16/2024)", "2024-11-13": "Day off (substituted from 11/23/2024)", "2024-11-17": "National Revival Day", "2024-12-30": "Day off (substituted from 12/28/2024)", "2024-12-31": "International Azerbaijanis Solidarity Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-03": "Day off (substituted from 12/29/2024)", "2025-01-20": "Martyrs' Day", "2025-01-29": "Municipal elections", "2025-03-08": "Women's Day", "2025-03-20": "Spring Festival", "2025-03-21": "Spring Festival", "2025-03-22": "Spring Festival", "2025-03-23": "Spring Festival", "2025-03-24": "Spring Festival", "2025-03-25": "Spring Festival (observed)", "2025-03-26": "Spring Festival (observed)", "2025-03-27": "Women's Day (observed)", "2025-03-28": "Eid al-Fitr (observed)", "2025-03-30": "Eid al-Fitr", "2025-03-31": "Eid al-Fitr", "2025-05-09": "Victory over Fascism Day", "2025-05-28": "Independence Day", "2025-06-06": "Eid al-Adha", "2025-06-07": "Eid al-Adha", "2025-06-09": "Eid al-Adha (observed)", "2025-06-15": "National Liberation Day", "2025-06-16": "National Liberation Day (observed)", "2025-06-26": "Armed Forces Day", "2025-09-27": "Memorial Day", "2025-10-18": "Independence Restoration Day", "2025-11-08": "Victory Day", "2025-11-09": "National Flag Day", "2025-11-10": "Victory Day (observed)", "2025-11-11": "National Flag Day (observed)", "2025-11-12": "Constitution Day", "2025-11-17": "National Revival Day", "2025-12-31": "International Azerbaijanis Solidarity Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-20": "Martyrs' Day", "2026-03-08": "Women's Day", "2026-03-09": "Women's Day (observed)", "2026-03-20": "Eid al-Fitr (estimated); Spring Festival", "2026-03-21": "Eid al-Fitr (estimated); Spring Festival", "2026-03-22": "Spring Festival", "2026-03-23": "Spring Festival", "2026-03-24": "Spring Festival", "2026-03-25": "Eid al-Fitr (observed, estimated); Spring Festival (observed)", "2026-03-26": "Spring Festival (observed)", "2026-05-09": "Victory over Fascism Day", "2026-05-11": "Victory over Fascism Day (observed)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (estimated); Independence Day", "2026-06-15": "National Liberation Day", "2026-06-26": "Armed Forces Day", "2026-09-27": "Memorial Day", "2026-10-18": "Independence Restoration Day", "2026-11-08": "Victory Day", "2026-11-09": "National Flag Day", "2026-11-10": "Victory Day (observed)", "2026-11-12": "Constitution Day", "2026-11-17": "National Revival Day", "2026-12-31": "International Azerbaijanis Solidarity Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-04": "New Year's Day (observed)", "2027-01-20": "Martyrs' Day", "2027-03-08": "Women's Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-03-20": "Spring Festival", "2027-03-21": "Spring Festival", "2027-03-22": "Spring Festival", "2027-03-23": "Spring Festival", "2027-03-24": "Spring Festival", "2027-03-25": "Spring Festival (observed)", "2027-03-26": "Spring Festival (observed)", "2027-05-09": "Victory over Fascism Day", "2027-05-10": "Victory over Fascism Day (observed)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated)", "2027-05-18": "Eid al-Adha (observed, estimated)", "2027-05-28": "Independence Day", "2027-06-15": "National Liberation Day", "2027-06-26": "Armed Forces Day", "2027-06-28": "Armed Forces Day (observed)", "2027-09-27": "Memorial Day", "2027-10-18": "Independence Restoration Day", "2027-11-08": "Victory Day", "2027-11-09": "National Flag Day", "2027-11-12": "Constitution Day", "2027-11-17": "National Revival Day", "2027-12-31": "International Azerbaijanis Solidarity Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "New Year's Day (observed)", "2028-01-20": "Martyrs' Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-02-28": "Eid al-Fitr (observed, estimated)", "2028-02-29": "Eid al-Fitr (observed, estimated)", "2028-03-08": "Women's Day", "2028-03-20": "Spring Festival", "2028-03-21": "Spring Festival", "2028-03-22": "Spring Festival", "2028-03-23": "Spring Festival", "2028-03-24": "Spring Festival", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (estimated)", "2028-05-08": "Eid al-Adha (observed, estimated)", "2028-05-09": "Victory over Fascism Day", "2028-05-28": "Independence Day", "2028-05-29": "Independence Day (observed)", "2028-06-15": "National Liberation Day", "2028-06-26": "Armed Forces Day", "2028-09-27": "Memorial Day", "2028-10-18": "Independence Restoration Day", "2028-11-08": "Victory Day", "2028-11-09": "National Flag Day", "2028-11-12": "Constitution Day", "2028-11-17": "National Revival Day", "2028-12-31": "International Azerbaijanis Solidarity Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-03": "International Azerbaijanis Solidarity Day (observed)", "2029-01-20": "Martyrs' Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated)", "2029-03-08": "Women's Day", "2029-03-20": "Spring Festival", "2029-03-21": "Spring Festival", "2029-03-22": "Spring Festival", "2029-03-23": "Spring Festival", "2029-03-24": "Spring Festival", "2029-03-26": "Spring Festival (observed)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (estimated)", "2029-05-09": "Victory over Fascism Day", "2029-05-28": "Independence Day", "2029-06-15": "National Liberation Day", "2029-06-26": "Armed Forces Day", "2029-09-27": "Memorial Day", "2029-10-18": "Independence Restoration Day", "2029-11-08": "Victory Day", "2029-11-09": "National Flag Day", "2029-11-12": "Constitution Day", "2029-11-17": "National Revival Day", "2029-12-31": "International Azerbaijanis Solidarity Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-20": "Martyrs' Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (estimated)", "2030-03-08": "Women's Day", "2030-03-20": "Spring Festival", "2030-03-21": "Spring Festival", "2030-03-22": "Spring Festival", "2030-03-23": "Spring Festival", "2030-03-24": "Spring Festival", "2030-03-25": "Spring Festival (observed)", "2030-03-26": "Spring Festival (observed)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (estimated)", "2030-04-15": "Eid al-Adha (observed, estimated)", "2030-04-16": "Eid al-Adha (observed, estimated)", "2030-05-09": "Victory over Fascism Day", "2030-05-28": "Independence Day", "2030-06-15": "National Liberation Day", "2030-06-17": "National Liberation Day (observed)", "2030-06-26": "Armed Forces Day", "2030-09-27": "Memorial Day", "2030-10-18": "Independence Restoration Day", "2030-11-08": "Victory Day", "2030-11-09": "National Flag Day", "2030-11-11": "National Flag Day (observed)", "2030-11-12": "Constitution Day", "2030-11-17": "National Revival Day", "2030-12-31": "International Azerbaijanis Solidarity Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-20": "Martyrs' Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-01-27": "Eid al-Fitr (observed, estimated)", "2031-03-08": "Women's Day", "2031-03-10": "Women's Day (observed)", "2031-03-20": "Spring Festival", "2031-03-21": "Spring Festival", "2031-03-22": "Spring Festival", "2031-03-23": "Spring Festival", "2031-03-24": "Spring Festival", "2031-03-25": "Spring Festival (observed)", "2031-03-26": "Spring Festival (observed)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (estimated)", "2031-05-09": "Victory over Fascism Day", "2031-05-28": "Independence Day", "2031-06-15": "National Liberation Day", "2031-06-16": "National Liberation Day (observed)", "2031-06-26": "Armed Forces Day", "2031-09-27": "Memorial Day", "2031-10-18": "Independence Restoration Day", "2031-11-08": "Victory Day", "2031-11-09": "National Flag Day", "2031-11-10": "Victory Day (observed)", "2031-11-11": "National Flag Day (observed)", "2031-11-12": "Constitution Day", "2031-11-17": "National Revival Day", "2031-12-31": "International Azerbaijanis Solidarity Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (estimated)", "2032-01-20": "Martyrs' Day", "2032-03-08": "Women's Day", "2032-03-20": "Spring Festival", "2032-03-21": "Spring Festival", "2032-03-22": "Eid al-Adha (estimated); Spring Festival", "2032-03-23": "Eid al-Adha (estimated); Spring Festival", "2032-03-24": "Spring Festival", "2032-03-25": "Spring Festival (observed)", "2032-03-26": "Spring Festival (observed)", "2032-05-09": "Victory over Fascism Day", "2032-05-10": "Victory over Fascism Day (observed)", "2032-05-28": "Independence Day", "2032-06-15": "National Liberation Day", "2032-06-26": "Armed Forces Day", "2032-06-28": "Armed Forces Day (observed)", "2032-09-27": "Memorial Day", "2032-10-18": "Independence Restoration Day", "2032-11-08": "Victory Day", "2032-11-09": "National Flag Day", "2032-11-12": "Constitution Day", "2032-11-17": "National Revival Day", "2032-12-31": "International Azerbaijanis Solidarity Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated); New Year's Day", "2033-01-03": "Eid al-Fitr (estimated)", "2033-01-04": "New Year's Day (observed)", "2033-01-05": "Eid al-Fitr (observed, estimated); New Year's Day (observed)", "2033-01-20": "Martyrs' Day", "2033-03-08": "Women's Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-03-14": "Eid al-Adha (observed, estimated)", "2033-03-20": "Spring Festival", "2033-03-21": "Spring Festival", "2033-03-22": "Spring Festival", "2033-03-23": "Spring Festival", "2033-03-24": "Spring Festival", "2033-03-25": "Spring Festival (observed)", "2033-05-09": "Victory over Fascism Day", "2033-05-28": "Independence Day", "2033-05-30": "Independence Day (observed)", "2033-06-15": "National Liberation Day", "2033-06-26": "Armed Forces Day", "2033-06-27": "Armed Forces Day (observed)", "2033-09-27": "Memorial Day", "2033-10-18": "Independence Restoration Day", "2033-11-08": "Victory Day", "2033-11-09": "National Flag Day", "2033-11-12": "Constitution Day", "2033-11-17": "National Revival Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (estimated)", "2033-12-26": "Eid al-Fitr (observed, estimated)", "2033-12-31": "International Azerbaijanis Solidarity Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-03": "International Azerbaijanis Solidarity Day (observed)", "2034-01-04": "New Year's Day (observed)", "2034-01-20": "Martyrs' Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (estimated)", "2034-03-08": "Women's Day", "2034-03-20": "Spring Festival", "2034-03-21": "Spring Festival", "2034-03-22": "Spring Festival", "2034-03-23": "Spring Festival", "2034-03-24": "Spring Festival", "2034-05-09": "Victory over Fascism Day", "2034-05-28": "Independence Day", "2034-05-29": "Independence Day (observed)", "2034-06-15": "National Liberation Day", "2034-06-26": "Armed Forces Day", "2034-09-27": "Memorial Day", "2034-10-18": "Independence Restoration Day", "2034-11-08": "Victory Day", "2034-11-09": "National Flag Day", "2034-11-12": "Constitution Day", "2034-11-17": "National Revival Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2034-12-31": "International Azerbaijanis Solidarity Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-03": "International Azerbaijanis Solidarity Day (observed)", "2035-01-20": "Martyrs' Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-02-20": "Eid al-Adha (observed, estimated)", "2035-03-08": "Women's Day", "2035-03-20": "Spring Festival", "2035-03-21": "Spring Festival", "2035-03-22": "Spring Festival", "2035-03-23": "Spring Festival", "2035-03-24": "Spring Festival", "2035-03-26": "Spring Festival (observed)", "2035-05-09": "Victory over Fascism Day", "2035-05-28": "Independence Day", "2035-06-15": "National Liberation Day", "2035-06-26": "Armed Forces Day", "2035-09-27": "Memorial Day", "2035-10-18": "Independence Restoration Day", "2035-11-08": "Victory Day", "2035-11-09": "National Flag Day", "2035-11-12": "Constitution Day", "2035-11-17": "National Revival Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (observed, estimated)", "2035-12-04": "Eid al-Fitr (observed, estimated)", "2035-12-31": "International Azerbaijanis Solidarity Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-20": "Martyrs' Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-03-08": "Women's Day", "2036-03-10": "Women's Day (observed)", "2036-03-20": "Spring Festival", "2036-03-21": "Spring Festival", "2036-03-22": "Spring Festival", "2036-03-23": "Spring Festival", "2036-03-24": "Spring Festival", "2036-03-25": "Spring Festival (observed)", "2036-03-26": "Spring Festival (observed)", "2036-05-09": "Victory over Fascism Day", "2036-05-28": "Independence Day", "2036-06-15": "National Liberation Day", "2036-06-16": "National Liberation Day (observed)", "2036-06-26": "Armed Forces Day", "2036-09-27": "Memorial Day", "2036-10-18": "Independence Restoration Day", "2036-11-08": "Victory Day", "2036-11-09": "National Flag Day", "2036-11-10": "Victory Day (observed)", "2036-11-11": "National Flag Day (observed)", "2036-11-12": "Constitution Day", "2036-11-17": "National Revival Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2036-12-31": "International Azerbaijanis Solidarity Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-20": "Martyrs' Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-03-08": "Women's Day", "2037-03-09": "Women's Day (observed)", "2037-03-20": "Spring Festival", "2037-03-21": "Spring Festival", "2037-03-22": "Spring Festival", "2037-03-23": "Spring Festival", "2037-03-24": "Spring Festival", "2037-03-25": "Spring Festival (observed)", "2037-03-26": "Spring Festival (observed)", "2037-05-09": "Victory over Fascism Day", "2037-05-11": "Victory over Fascism Day (observed)", "2037-05-28": "Independence Day", "2037-06-15": "National Liberation Day", "2037-06-26": "Armed Forces Day", "2037-09-27": "Memorial Day", "2037-10-18": "Independence Restoration Day", "2037-11-08": "Eid al-Fitr (estimated); Victory Day", "2037-11-09": "Eid al-Fitr (estimated); National Flag Day", "2037-11-10": "Eid al-Fitr (observed, estimated); Victory Day (observed)", "2037-11-12": "Constitution Day", "2037-11-17": "National Revival Day", "2037-12-31": "International Azerbaijanis Solidarity Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-04": "New Year's Day (observed)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-01-18": "Eid al-Adha (observed, estimated)", "2038-01-19": "Eid al-Adha (observed, estimated)", "2038-01-20": "Martyrs' Day", "2038-03-08": "Women's Day", "2038-03-20": "Spring Festival", "2038-03-21": "Spring Festival", "2038-03-22": "Spring Festival", "2038-03-23": "Spring Festival", "2038-03-24": "Spring Festival", "2038-03-25": "Spring Festival (observed)", "2038-03-26": "Spring Festival (observed)", "2038-05-09": "Victory over Fascism Day", "2038-05-10": "Victory over Fascism Day (observed)", "2038-05-28": "Independence Day", "2038-06-15": "National Liberation Day", "2038-06-26": "Armed Forces Day", "2038-06-28": "Armed Forces Day (observed)", "2038-09-27": "Memorial Day", "2038-10-18": "Independence Restoration Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-11-01": "Eid al-Fitr (observed, estimated)", "2038-11-08": "Victory Day", "2038-11-09": "National Flag Day", "2038-11-12": "Constitution Day", "2038-11-17": "National Revival Day", "2038-12-31": "International Azerbaijanis Solidarity Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "New Year's Day (observed)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (estimated)", "2039-01-20": "Martyrs' Day", "2039-03-08": "Women's Day", "2039-03-20": "Spring Festival", "2039-03-21": "Spring Festival", "2039-03-22": "Spring Festival", "2039-03-23": "Spring Festival", "2039-03-24": "Spring Festival", "2039-03-25": "Spring Festival (observed)", "2039-05-09": "Victory over Fascism Day", "2039-05-28": "Independence Day", "2039-05-30": "Independence Day (observed)", "2039-06-15": "National Liberation Day", "2039-06-26": "Armed Forces Day", "2039-06-27": "Armed Forces Day (observed)", "2039-09-27": "Memorial Day", "2039-10-18": "Independence Restoration Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-11-08": "Victory Day", "2039-11-09": "National Flag Day", "2039-11-12": "Constitution Day", "2039-11-17": "National Revival Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2039-12-31": "International Azerbaijanis Solidarity Day", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-03": "International Azerbaijanis Solidarity Day (observed)", "2040-01-04": "New Year's Day (observed)", "2040-01-20": "Martyrs' Day", "2040-03-08": "Women's Day", "2040-03-20": "Spring Festival", "2040-03-21": "Spring Festival", "2040-03-22": "Spring Festival", "2040-03-23": "Spring Festival", "2040-03-24": "Spring Festival", "2040-03-26": "Spring Festival (observed)", "2040-05-09": "Victory over Fascism Day", "2040-05-28": "Independence Day", "2040-06-15": "National Liberation Day", "2040-06-26": "Armed Forces Day", "2040-09-27": "Memorial Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-10-18": "Independence Restoration Day", "2040-11-08": "Victory Day", "2040-11-09": "National Flag Day", "2040-11-12": "Constitution Day", "2040-11-17": "National Revival Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2040-12-17": "Eid al-Adha (observed, estimated)", "2040-12-31": "International Azerbaijanis Solidarity Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-20": "Martyrs' Day", "2041-03-08": "Women's Day", "2041-03-20": "Spring Festival", "2041-03-21": "Spring Festival", "2041-03-22": "Spring Festival", "2041-03-23": "Spring Festival", "2041-03-24": "Spring Festival", "2041-03-25": "Spring Festival (observed)", "2041-03-26": "Spring Festival (observed)", "2041-05-09": "Victory over Fascism Day", "2041-05-28": "Independence Day", "2041-06-15": "National Liberation Day", "2041-06-17": "National Liberation Day (observed)", "2041-06-26": "Armed Forces Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated); Memorial Day", "2041-10-18": "Independence Restoration Day", "2041-11-08": "Victory Day", "2041-11-09": "National Flag Day", "2041-11-11": "National Flag Day (observed)", "2041-11-12": "Constitution Day", "2041-11-17": "National Revival Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-31": "International Azerbaijanis Solidarity Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-20": "Martyrs' Day", "2042-03-08": "Women's Day", "2042-03-10": "Women's Day (observed)", "2042-03-20": "Spring Festival", "2042-03-21": "Spring Festival", "2042-03-22": "Spring Festival", "2042-03-23": "Spring Festival", "2042-03-24": "Spring Festival", "2042-03-25": "Spring Festival (observed)", "2042-03-26": "Spring Festival (observed)", "2042-05-09": "Victory over Fascism Day", "2042-05-28": "Independence Day", "2042-06-15": "National Liberation Day", "2042-06-16": "National Liberation Day (observed)", "2042-06-26": "Armed Forces Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-09-27": "Memorial Day", "2042-10-18": "Independence Restoration Day", "2042-11-08": "Victory Day", "2042-11-09": "National Flag Day", "2042-11-10": "Victory Day (observed)", "2042-11-11": "National Flag Day (observed)", "2042-11-12": "Constitution Day", "2042-11-17": "National Revival Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-11-25": "Eid al-Adha (observed, estimated)", "2042-12-31": "International Azerbaijanis Solidarity Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-20": "Martyrs' Day", "2043-03-08": "Women's Day", "2043-03-09": "Women's Day (observed)", "2043-03-20": "Spring Festival", "2043-03-21": "Spring Festival", "2043-03-22": "Spring Festival", "2043-03-23": "Spring Festival", "2043-03-24": "Spring Festival", "2043-03-25": "Spring Festival (observed)", "2043-03-26": "Spring Festival (observed)", "2043-05-09": "Victory over Fascism Day", "2043-05-11": "Victory over Fascism Day (observed)", "2043-05-28": "Independence Day", "2043-06-15": "National Liberation Day", "2043-06-26": "Armed Forces Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-09-07": "Eid al-Fitr (observed, estimated)", "2043-09-27": "Memorial Day", "2043-10-18": "Independence Restoration Day", "2043-11-08": "Victory Day", "2043-11-09": "National Flag Day", "2043-11-10": "Victory Day (observed)", "2043-11-12": "Constitution Day; Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated)", "2043-11-17": "National Revival Day", "2043-12-31": "International Azerbaijanis Solidarity Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-04": "New Year's Day (observed)", "2044-01-20": "Martyrs' Day", "2044-03-08": "Women's Day", "2044-03-20": "Spring Festival", "2044-03-21": "Spring Festival", "2044-03-22": "Spring Festival", "2044-03-23": "Spring Festival", "2044-03-24": "Spring Festival", "2044-03-25": "Spring Festival (observed)", "2044-05-09": "Victory over Fascism Day", "2044-05-28": "Independence Day", "2044-05-30": "Independence Day (observed)", "2044-06-15": "National Liberation Day", "2044-06-26": "Armed Forces Day", "2044-06-27": "Armed Forces Day (observed)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-09-27": "Memorial Day", "2044-10-18": "Independence Restoration Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (estimated)", "2044-11-08": "Victory Day", "2044-11-09": "National Flag Day", "2044-11-12": "Constitution Day", "2044-11-17": "National Revival Day", "2044-12-31": "International Azerbaijanis Solidarity Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-03": "International Azerbaijanis Solidarity Day (observed)", "2045-01-04": "New Year's Day (observed)", "2045-01-20": "Martyrs' Day", "2045-03-08": "Women's Day", "2045-03-20": "Spring Festival", "2045-03-21": "Spring Festival", "2045-03-22": "Spring Festival", "2045-03-23": "Spring Festival", "2045-03-24": "Spring Festival", "2045-05-09": "Victory over Fascism Day", "2045-05-28": "Independence Day", "2045-05-29": "Independence Day (observed)", "2045-06-15": "National Liberation Day", "2045-06-26": "Armed Forces Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (estimated)", "2045-09-27": "Memorial Day", "2045-10-18": "Independence Restoration Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-10-23": "Eid al-Adha (observed, estimated)", "2045-10-24": "Eid al-Adha (observed, estimated)", "2045-11-08": "Victory Day", "2045-11-09": "National Flag Day", "2045-11-12": "Constitution Day", "2045-11-17": "National Revival Day", "2045-12-31": "International Azerbaijanis Solidarity Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-03": "International Azerbaijanis Solidarity Day (observed)", "2046-01-20": "Martyrs' Day", "2046-03-08": "Women's Day", "2046-03-20": "Spring Festival", "2046-03-21": "Spring Festival", "2046-03-22": "Spring Festival", "2046-03-23": "Spring Festival", "2046-03-24": "Spring Festival", "2046-03-26": "Spring Festival (observed)", "2046-05-09": "Victory over Fascism Day", "2046-05-28": "Independence Day", "2046-06-15": "National Liberation Day", "2046-06-26": "Armed Forces Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-08-06": "Eid al-Fitr (observed, estimated)", "2046-09-27": "Memorial Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (estimated)", "2046-10-18": "Independence Restoration Day", "2046-11-08": "Victory Day", "2046-11-09": "National Flag Day", "2046-11-12": "Constitution Day", "2046-11-17": "National Revival Day", "2046-12-31": "International Azerbaijanis Solidarity Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-20": "Martyrs' Day", "2047-03-08": "Women's Day", "2047-03-20": "Spring Festival", "2047-03-21": "Spring Festival", "2047-03-22": "Spring Festival", "2047-03-23": "Spring Festival", "2047-03-24": "Spring Festival", "2047-03-25": "Spring Festival (observed)", "2047-03-26": "Spring Festival (observed)", "2047-05-09": "Victory over Fascism Day", "2047-05-28": "Independence Day", "2047-06-15": "National Liberation Day", "2047-06-17": "National Liberation Day (observed)", "2047-06-26": "Armed Forces Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-09-27": "Memorial Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (estimated)", "2047-10-18": "Independence Restoration Day", "2047-11-08": "Victory Day", "2047-11-09": "National Flag Day", "2047-11-11": "National Flag Day (observed)", "2047-11-12": "Constitution Day", "2047-11-17": "National Revival Day", "2047-12-31": "International Azerbaijanis Solidarity Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-20": "Martyrs' Day", "2048-03-08": "Women's Day", "2048-03-09": "Women's Day (observed)", "2048-03-20": "Spring Festival", "2048-03-21": "Spring Festival", "2048-03-22": "Spring Festival", "2048-03-23": "Spring Festival", "2048-03-24": "Spring Festival", "2048-03-25": "Spring Festival (observed)", "2048-03-26": "Spring Festival (observed)", "2048-05-09": "Victory over Fascism Day", "2048-05-11": "Victory over Fascism Day (observed)", "2048-05-28": "Independence Day", "2048-06-15": "National Liberation Day", "2048-06-26": "Armed Forces Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (estimated)", "2048-09-21": "Eid al-Adha (observed, estimated)", "2048-09-22": "Eid al-Adha (observed, estimated)", "2048-09-27": "Memorial Day", "2048-10-18": "Independence Restoration Day", "2048-11-08": "Victory Day", "2048-11-09": "National Flag Day", "2048-11-10": "Victory Day (observed)", "2048-11-12": "Constitution Day", "2048-11-17": "National Revival Day", "2048-12-31": "International Azerbaijanis Solidarity Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-04": "New Year's Day (observed)", "2049-01-20": "Martyrs' Day", "2049-03-08": "Women's Day", "2049-03-20": "Spring Festival", "2049-03-21": "Spring Festival", "2049-03-22": "Spring Festival", "2049-03-23": "Spring Festival", "2049-03-24": "Spring Festival", "2049-03-25": "Spring Festival (observed)", "2049-03-26": "Spring Festival (observed)", "2049-05-09": "Victory over Fascism Day", "2049-05-10": "Victory over Fascism Day (observed)", "2049-05-28": "Independence Day", "2049-06-15": "National Liberation Day", "2049-06-26": "Armed Forces Day", "2049-06-28": "Armed Forces Day (observed)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-09-27": "Memorial Day", "2049-10-18": "Independence Restoration Day", "2049-11-08": "Victory Day", "2049-11-09": "National Flag Day", "2049-11-12": "Constitution Day", "2049-11-17": "National Revival Day", "2049-12-31": "International Azerbaijanis Solidarity Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "New Year's Day (observed)", "2050-01-20": "Martyrs' Day", "2050-03-08": "Women's Day", "2050-03-20": "Spring Festival", "2050-03-21": "Spring Festival", "2050-03-22": "Spring Festival", "2050-03-23": "Spring Festival", "2050-03-24": "Spring Festival", "2050-03-25": "Spring Festival (observed)", "2050-05-09": "Victory over Fascism Day", "2050-05-28": "Independence Day", "2050-05-30": "Independence Day (observed)", "2050-06-15": "National Liberation Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-06-26": "Armed Forces Day", "2050-06-27": "Armed Forces Day (observed)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-08-30": "Eid al-Adha (observed, estimated)", "2050-09-27": "Memorial Day", "2050-10-18": "Independence Restoration Day", "2050-11-08": "Victory Day", "2050-11-09": "National Flag Day", "2050-11-12": "Constitution Day", "2050-11-17": "National Revival Day", "2050-12-31": "International Azerbaijanis Solidarity Day" } holidays-0.71/snapshots/countries/BA_BIH.json000066400000000000000000002536611500152103600211570ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-01-06": "Orthodox Christmas Eve", "1950-01-07": "Orthodox Christmas Day", "1950-03-01": "Independence Day", "1950-04-07": "Catholic Good Friday; Orthodox Good Friday", "1950-04-09": "Catholic Easter Sunday; Orthodox Easter Sunday", "1950-04-10": "Catholic Easter Monday; Orthodox Easter Monday", "1950-05-01": "International Labor Day", "1950-05-02": "International Labor Day", "1950-05-09": "Victory Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha (estimated)", "1950-11-25": "Statehood Day", "1950-12-24": "Catholic Christmas Eve", "1950-12-25": "Catholic Christmas Day", "1951-01-01": "New Year's Day", "1951-01-02": "New Year's Day", "1951-01-06": "Orthodox Christmas Eve", "1951-01-07": "Orthodox Christmas Day", "1951-03-01": "Independence Day", "1951-03-23": "Catholic Good Friday", "1951-03-25": "Catholic Easter Sunday", "1951-03-26": "Catholic Easter Monday", "1951-04-27": "Orthodox Good Friday", "1951-04-29": "Orthodox Easter Sunday", "1951-04-30": "Orthodox Easter Monday", "1951-05-01": "International Labor Day", "1951-05-02": "International Labor Day", "1951-05-09": "Victory Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha (estimated)", "1951-11-25": "Statehood Day", "1951-12-24": "Catholic Christmas Eve", "1951-12-25": "Catholic Christmas Day", "1952-01-01": "New Year's Day", "1952-01-02": "New Year's Day", "1952-01-06": "Orthodox Christmas Eve", "1952-01-07": "Orthodox Christmas Day", "1952-03-01": "Independence Day", "1952-04-11": "Catholic Good Friday", "1952-04-13": "Catholic Easter Sunday", "1952-04-14": "Catholic Easter Monday", "1952-04-18": "Orthodox Good Friday", "1952-04-20": "Orthodox Easter Sunday", "1952-04-21": "Orthodox Easter Monday", "1952-05-01": "International Labor Day", "1952-05-02": "International Labor Day", "1952-05-09": "Victory Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha (estimated)", "1952-11-25": "Statehood Day", "1952-12-24": "Catholic Christmas Eve", "1952-12-25": "Catholic Christmas Day", "1953-01-01": "New Year's Day", "1953-01-02": "New Year's Day", "1953-01-06": "Orthodox Christmas Eve", "1953-01-07": "Orthodox Christmas Day", "1953-03-01": "Independence Day", "1953-04-03": "Catholic Good Friday; Orthodox Good Friday", "1953-04-05": "Catholic Easter Sunday; Orthodox Easter Sunday", "1953-04-06": "Catholic Easter Monday; Orthodox Easter Monday", "1953-05-01": "International Labor Day", "1953-05-02": "International Labor Day", "1953-05-09": "Victory Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha (estimated)", "1953-11-25": "Statehood Day", "1953-12-24": "Catholic Christmas Eve", "1953-12-25": "Catholic Christmas Day", "1954-01-01": "New Year's Day", "1954-01-02": "New Year's Day", "1954-01-06": "Orthodox Christmas Eve", "1954-01-07": "Orthodox Christmas Day", "1954-03-01": "Independence Day", "1954-04-16": "Catholic Good Friday", "1954-04-18": "Catholic Easter Sunday", "1954-04-19": "Catholic Easter Monday", "1954-04-23": "Orthodox Good Friday", "1954-04-25": "Orthodox Easter Sunday", "1954-04-26": "Orthodox Easter Monday", "1954-05-01": "International Labor Day", "1954-05-02": "International Labor Day", "1954-05-09": "Victory Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha (estimated)", "1954-11-25": "Statehood Day", "1954-12-24": "Catholic Christmas Eve", "1954-12-25": "Catholic Christmas Day", "1955-01-01": "New Year's Day", "1955-01-02": "New Year's Day", "1955-01-06": "Orthodox Christmas Eve", "1955-01-07": "Orthodox Christmas Day", "1955-03-01": "Independence Day", "1955-04-08": "Catholic Good Friday", "1955-04-10": "Catholic Easter Sunday", "1955-04-11": "Catholic Easter Monday", "1955-04-15": "Orthodox Good Friday", "1955-04-17": "Orthodox Easter Sunday", "1955-04-18": "Orthodox Easter Monday", "1955-05-01": "International Labor Day", "1955-05-02": "International Labor Day", "1955-05-03": "International Labor Day (observed)", "1955-05-09": "Victory Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha (estimated)", "1955-11-25": "Statehood Day", "1955-12-24": "Catholic Christmas Eve", "1955-12-25": "Catholic Christmas Day", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-01-06": "Orthodox Christmas Eve", "1956-01-07": "Orthodox Christmas Day", "1956-03-01": "Independence Day", "1956-03-30": "Catholic Good Friday", "1956-04-01": "Catholic Easter Sunday", "1956-04-02": "Catholic Easter Monday", "1956-05-01": "International Labor Day", "1956-05-02": "International Labor Day", "1956-05-04": "Orthodox Good Friday", "1956-05-06": "Orthodox Easter Sunday", "1956-05-07": "Orthodox Easter Monday", "1956-05-09": "Victory Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha (estimated)", "1956-11-25": "Statehood Day", "1956-12-24": "Catholic Christmas Eve", "1956-12-25": "Catholic Christmas Day", "1957-01-01": "New Year's Day", "1957-01-02": "New Year's Day", "1957-01-06": "Orthodox Christmas Eve", "1957-01-07": "Orthodox Christmas Day", "1957-03-01": "Independence Day", "1957-04-19": "Catholic Good Friday; Orthodox Good Friday", "1957-04-21": "Catholic Easter Sunday; Orthodox Easter Sunday", "1957-04-22": "Catholic Easter Monday; Orthodox Easter Monday", "1957-05-01": "Eid al-Fitr (estimated); International Labor Day", "1957-05-02": "Eid al-Fitr (estimated); International Labor Day", "1957-05-09": "Victory Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha (estimated)", "1957-11-25": "Statehood Day", "1957-12-24": "Catholic Christmas Eve", "1957-12-25": "Catholic Christmas Day", "1958-01-01": "New Year's Day", "1958-01-02": "New Year's Day", "1958-01-06": "Orthodox Christmas Eve", "1958-01-07": "Orthodox Christmas Day", "1958-03-01": "Independence Day", "1958-04-04": "Catholic Good Friday", "1958-04-06": "Catholic Easter Sunday", "1958-04-07": "Catholic Easter Monday", "1958-04-11": "Orthodox Good Friday", "1958-04-13": "Orthodox Easter Sunday", "1958-04-14": "Orthodox Easter Monday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (estimated)", "1958-05-01": "International Labor Day", "1958-05-02": "International Labor Day", "1958-05-09": "Victory Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha (estimated)", "1958-11-25": "Statehood Day", "1958-12-24": "Catholic Christmas Eve", "1958-12-25": "Catholic Christmas Day", "1959-01-01": "New Year's Day", "1959-01-02": "New Year's Day", "1959-01-06": "Orthodox Christmas Eve", "1959-01-07": "Orthodox Christmas Day", "1959-03-01": "Independence Day", "1959-03-27": "Catholic Good Friday", "1959-03-29": "Catholic Easter Sunday", "1959-03-30": "Catholic Easter Monday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (estimated)", "1959-05-01": "International Labor Day; Orthodox Good Friday", "1959-05-02": "International Labor Day", "1959-05-03": "Orthodox Easter Sunday", "1959-05-04": "Orthodox Easter Monday", "1959-05-09": "Victory Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha (estimated)", "1959-11-25": "Statehood Day", "1959-12-24": "Catholic Christmas Eve", "1959-12-25": "Catholic Christmas Day", "1960-01-01": "New Year's Day", "1960-01-02": "New Year's Day", "1960-01-06": "Orthodox Christmas Eve", "1960-01-07": "Orthodox Christmas Day", "1960-03-01": "Independence Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (estimated)", "1960-04-15": "Catholic Good Friday; Orthodox Good Friday", "1960-04-17": "Catholic Easter Sunday; Orthodox Easter Sunday", "1960-04-18": "Catholic Easter Monday; Orthodox Easter Monday", "1960-05-01": "International Labor Day", "1960-05-02": "International Labor Day", "1960-05-03": "International Labor Day (observed)", "1960-05-09": "Victory Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha (estimated)", "1960-11-25": "Statehood Day", "1960-12-24": "Catholic Christmas Eve", "1960-12-25": "Catholic Christmas Day", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-01-06": "Orthodox Christmas Eve", "1961-01-07": "Orthodox Christmas Day", "1961-03-01": "Independence Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (estimated)", "1961-03-31": "Catholic Good Friday", "1961-04-02": "Catholic Easter Sunday", "1961-04-03": "Catholic Easter Monday", "1961-04-07": "Orthodox Good Friday", "1961-04-09": "Orthodox Easter Sunday", "1961-04-10": "Orthodox Easter Monday", "1961-05-01": "International Labor Day", "1961-05-02": "International Labor Day", "1961-05-09": "Victory Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha (estimated)", "1961-11-25": "Statehood Day", "1961-12-24": "Catholic Christmas Eve", "1961-12-25": "Catholic Christmas Day", "1962-01-01": "New Year's Day", "1962-01-02": "New Year's Day", "1962-01-06": "Orthodox Christmas Eve", "1962-01-07": "Orthodox Christmas Day", "1962-03-01": "Independence Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (estimated)", "1962-04-20": "Catholic Good Friday", "1962-04-22": "Catholic Easter Sunday", "1962-04-23": "Catholic Easter Monday", "1962-04-27": "Orthodox Good Friday", "1962-04-29": "Orthodox Easter Sunday", "1962-04-30": "Orthodox Easter Monday", "1962-05-01": "International Labor Day", "1962-05-02": "International Labor Day", "1962-05-09": "Victory Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha (estimated)", "1962-11-25": "Statehood Day", "1962-12-24": "Catholic Christmas Eve", "1962-12-25": "Catholic Christmas Day", "1963-01-01": "New Year's Day", "1963-01-02": "New Year's Day", "1963-01-06": "Orthodox Christmas Eve", "1963-01-07": "Orthodox Christmas Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (estimated)", "1963-03-01": "Independence Day", "1963-04-12": "Catholic Good Friday; Orthodox Good Friday", "1963-04-14": "Catholic Easter Sunday; Orthodox Easter Sunday", "1963-04-15": "Catholic Easter Monday; Orthodox Easter Monday", "1963-05-01": "International Labor Day", "1963-05-02": "International Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha (estimated)", "1963-05-09": "Victory Day", "1963-11-25": "Statehood Day", "1963-12-24": "Catholic Christmas Eve", "1963-12-25": "Catholic Christmas Day", "1964-01-01": "New Year's Day", "1964-01-02": "New Year's Day", "1964-01-06": "Orthodox Christmas Eve", "1964-01-07": "Orthodox Christmas Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (estimated)", "1964-03-01": "Independence Day", "1964-03-27": "Catholic Good Friday", "1964-03-29": "Catholic Easter Sunday", "1964-03-30": "Catholic Easter Monday", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha (estimated)", "1964-05-01": "International Labor Day; Orthodox Good Friday", "1964-05-02": "International Labor Day", "1964-05-03": "Orthodox Easter Sunday", "1964-05-04": "Orthodox Easter Monday", "1964-05-09": "Victory Day", "1964-11-25": "Statehood Day", "1964-12-24": "Catholic Christmas Eve", "1964-12-25": "Catholic Christmas Day", "1965-01-01": "New Year's Day", "1965-01-02": "New Year's Day", "1965-01-06": "Orthodox Christmas Eve", "1965-01-07": "Orthodox Christmas Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr (estimated)", "1965-03-01": "Independence Day", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (estimated)", "1965-04-16": "Catholic Good Friday", "1965-04-18": "Catholic Easter Sunday", "1965-04-19": "Catholic Easter Monday", "1965-04-23": "Orthodox Good Friday", "1965-04-25": "Orthodox Easter Sunday", "1965-04-26": "Orthodox Easter Monday", "1965-05-01": "International Labor Day", "1965-05-02": "International Labor Day", "1965-05-09": "Victory Day", "1965-11-25": "Statehood Day", "1965-12-24": "Catholic Christmas Eve", "1965-12-25": "Catholic Christmas Day", "1966-01-01": "New Year's Day", "1966-01-02": "New Year's Day", "1966-01-06": "Orthodox Christmas Eve", "1966-01-07": "Orthodox Christmas Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (estimated)", "1966-03-01": "Independence Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha (estimated)", "1966-04-08": "Catholic Good Friday; Orthodox Good Friday", "1966-04-10": "Catholic Easter Sunday; Orthodox Easter Sunday", "1966-04-11": "Catholic Easter Monday; Orthodox Easter Monday", "1966-05-01": "International Labor Day", "1966-05-02": "International Labor Day", "1966-05-03": "International Labor Day (observed)", "1966-05-09": "Victory Day", "1966-11-25": "Statehood Day", "1966-12-24": "Catholic Christmas Eve", "1966-12-25": "Catholic Christmas Day", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-01-06": "Orthodox Christmas Eve", "1967-01-07": "Orthodox Christmas Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (estimated)", "1967-03-01": "Independence Day", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha (estimated)", "1967-03-24": "Catholic Good Friday", "1967-03-26": "Catholic Easter Sunday", "1967-03-27": "Catholic Easter Monday", "1967-04-28": "Orthodox Good Friday", "1967-04-30": "Orthodox Easter Sunday", "1967-05-01": "International Labor Day; Orthodox Easter Monday", "1967-05-02": "International Labor Day", "1967-05-09": "Victory Day", "1967-11-25": "Statehood Day", "1967-12-24": "Catholic Christmas Eve", "1967-12-25": "Catholic Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (estimated); New Year's Day", "1968-01-06": "Orthodox Christmas Eve", "1968-01-07": "Orthodox Christmas Day", "1968-03-01": "Independence Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha (estimated)", "1968-04-12": "Catholic Good Friday", "1968-04-14": "Catholic Easter Sunday", "1968-04-15": "Catholic Easter Monday", "1968-04-19": "Orthodox Good Friday", "1968-04-21": "Orthodox Easter Sunday", "1968-04-22": "Orthodox Easter Monday", "1968-05-01": "International Labor Day", "1968-05-02": "International Labor Day", "1968-05-09": "Victory Day", "1968-11-25": "Statehood Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (estimated)", "1968-12-24": "Catholic Christmas Eve", "1968-12-25": "Catholic Christmas Day", "1969-01-01": "New Year's Day", "1969-01-02": "New Year's Day", "1969-01-06": "Orthodox Christmas Eve", "1969-01-07": "Orthodox Christmas Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha (estimated)", "1969-03-01": "Independence Day", "1969-04-04": "Catholic Good Friday", "1969-04-06": "Catholic Easter Sunday", "1969-04-07": "Catholic Easter Monday", "1969-04-11": "Orthodox Good Friday", "1969-04-13": "Orthodox Easter Sunday", "1969-04-14": "Orthodox Easter Monday", "1969-05-01": "International Labor Day", "1969-05-02": "International Labor Day", "1969-05-09": "Victory Day", "1969-11-25": "Statehood Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (estimated)", "1969-12-24": "Catholic Christmas Eve", "1969-12-25": "Catholic Christmas Day", "1970-01-01": "New Year's Day", "1970-01-02": "New Year's Day", "1970-01-06": "Orthodox Christmas Eve", "1970-01-07": "Orthodox Christmas Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (estimated)", "1970-03-01": "Independence Day", "1970-03-27": "Catholic Good Friday", "1970-03-29": "Catholic Easter Sunday", "1970-03-30": "Catholic Easter Monday", "1970-04-24": "Orthodox Good Friday", "1970-04-26": "Orthodox Easter Sunday", "1970-04-27": "Orthodox Easter Monday", "1970-05-01": "International Labor Day", "1970-05-02": "International Labor Day", "1970-05-09": "Victory Day", "1970-11-25": "Statehood Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (estimated)", "1970-12-24": "Catholic Christmas Eve", "1970-12-25": "Catholic Christmas Day", "1971-01-01": "New Year's Day", "1971-01-02": "New Year's Day", "1971-01-06": "Orthodox Christmas Eve", "1971-01-07": "Orthodox Christmas Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (estimated)", "1971-03-01": "Independence Day", "1971-04-09": "Catholic Good Friday", "1971-04-11": "Catholic Easter Sunday", "1971-04-12": "Catholic Easter Monday", "1971-04-16": "Orthodox Good Friday", "1971-04-18": "Orthodox Easter Sunday", "1971-04-19": "Orthodox Easter Monday", "1971-05-01": "International Labor Day", "1971-05-02": "International Labor Day", "1971-05-09": "Victory Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (estimated)", "1971-11-25": "Statehood Day", "1971-12-24": "Catholic Christmas Eve", "1971-12-25": "Catholic Christmas Day", "1972-01-01": "New Year's Day", "1972-01-02": "New Year's Day", "1972-01-06": "Orthodox Christmas Eve", "1972-01-07": "Orthodox Christmas Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (estimated)", "1972-03-01": "Independence Day", "1972-03-31": "Catholic Good Friday", "1972-04-02": "Catholic Easter Sunday", "1972-04-03": "Catholic Easter Monday", "1972-04-07": "Orthodox Good Friday", "1972-04-09": "Orthodox Easter Sunday", "1972-04-10": "Orthodox Easter Monday", "1972-05-01": "International Labor Day", "1972-05-02": "International Labor Day", "1972-05-09": "Victory Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (estimated)", "1972-11-25": "Statehood Day", "1972-12-24": "Catholic Christmas Eve", "1972-12-25": "Catholic Christmas Day", "1973-01-01": "New Year's Day", "1973-01-02": "New Year's Day", "1973-01-06": "Orthodox Christmas Eve", "1973-01-07": "Orthodox Christmas Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (estimated)", "1973-03-01": "Independence Day", "1973-04-20": "Catholic Good Friday", "1973-04-22": "Catholic Easter Sunday", "1973-04-23": "Catholic Easter Monday", "1973-04-27": "Orthodox Good Friday", "1973-04-29": "Orthodox Easter Sunday", "1973-04-30": "Orthodox Easter Monday", "1973-05-01": "International Labor Day", "1973-05-02": "International Labor Day", "1973-05-09": "Victory Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (estimated)", "1973-11-25": "Statehood Day", "1973-12-24": "Catholic Christmas Eve", "1973-12-25": "Catholic Christmas Day", "1974-01-01": "New Year's Day", "1974-01-02": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (estimated)", "1974-01-06": "Orthodox Christmas Eve", "1974-01-07": "Orthodox Christmas Day", "1974-03-01": "Independence Day", "1974-04-12": "Catholic Good Friday; Orthodox Good Friday", "1974-04-14": "Catholic Easter Sunday; Orthodox Easter Sunday", "1974-04-15": "Catholic Easter Monday; Orthodox Easter Monday", "1974-05-01": "International Labor Day", "1974-05-02": "International Labor Day", "1974-05-09": "Victory Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (estimated)", "1974-11-25": "Statehood Day", "1974-12-24": "Catholic Christmas Eve; Eid al-Adha (estimated)", "1974-12-25": "Catholic Christmas Day; Eid al-Adha (estimated)", "1975-01-01": "New Year's Day", "1975-01-02": "New Year's Day", "1975-01-06": "Orthodox Christmas Eve", "1975-01-07": "Orthodox Christmas Day", "1975-03-01": "Independence Day", "1975-03-28": "Catholic Good Friday", "1975-03-30": "Catholic Easter Sunday", "1975-03-31": "Catholic Easter Monday", "1975-05-01": "International Labor Day", "1975-05-02": "International Labor Day; Orthodox Good Friday", "1975-05-04": "Orthodox Easter Sunday", "1975-05-05": "Orthodox Easter Monday", "1975-05-09": "Victory Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (estimated)", "1975-11-25": "Statehood Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (estimated)", "1975-12-24": "Catholic Christmas Eve", "1975-12-25": "Catholic Christmas Day", "1976-01-01": "New Year's Day", "1976-01-02": "New Year's Day", "1976-01-06": "Orthodox Christmas Eve", "1976-01-07": "Orthodox Christmas Day", "1976-03-01": "Independence Day", "1976-04-16": "Catholic Good Friday", "1976-04-18": "Catholic Easter Sunday", "1976-04-19": "Catholic Easter Monday", "1976-04-23": "Orthodox Good Friday", "1976-04-25": "Orthodox Easter Sunday", "1976-04-26": "Orthodox Easter Monday", "1976-05-01": "International Labor Day", "1976-05-02": "International Labor Day", "1976-05-09": "Victory Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (estimated)", "1976-11-25": "Statehood Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (estimated)", "1976-12-24": "Catholic Christmas Eve", "1976-12-25": "Catholic Christmas Day", "1977-01-01": "New Year's Day", "1977-01-02": "New Year's Day", "1977-01-06": "Orthodox Christmas Eve", "1977-01-07": "Orthodox Christmas Day", "1977-03-01": "Independence Day", "1977-04-08": "Catholic Good Friday; Orthodox Good Friday", "1977-04-10": "Catholic Easter Sunday; Orthodox Easter Sunday", "1977-04-11": "Catholic Easter Monday; Orthodox Easter Monday", "1977-05-01": "International Labor Day", "1977-05-02": "International Labor Day", "1977-05-03": "International Labor Day (observed)", "1977-05-09": "Victory Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (estimated)", "1977-11-25": "Statehood Day", "1977-12-24": "Catholic Christmas Eve", "1977-12-25": "Catholic Christmas Day", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-01-06": "Orthodox Christmas Eve", "1978-01-07": "Orthodox Christmas Day", "1978-03-01": "Independence Day", "1978-03-24": "Catholic Good Friday", "1978-03-26": "Catholic Easter Sunday", "1978-03-27": "Catholic Easter Monday", "1978-04-28": "Orthodox Good Friday", "1978-04-30": "Orthodox Easter Sunday", "1978-05-01": "International Labor Day; Orthodox Easter Monday", "1978-05-02": "International Labor Day", "1978-05-09": "Victory Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (estimated)", "1978-11-25": "Statehood Day", "1978-12-24": "Catholic Christmas Eve", "1978-12-25": "Catholic Christmas Day", "1979-01-01": "New Year's Day", "1979-01-02": "New Year's Day", "1979-01-06": "Orthodox Christmas Eve", "1979-01-07": "Orthodox Christmas Day", "1979-03-01": "Independence Day", "1979-04-13": "Catholic Good Friday", "1979-04-15": "Catholic Easter Sunday", "1979-04-16": "Catholic Easter Monday", "1979-04-20": "Orthodox Good Friday", "1979-04-22": "Orthodox Easter Sunday", "1979-04-23": "Orthodox Easter Monday", "1979-05-01": "International Labor Day", "1979-05-02": "International Labor Day", "1979-05-09": "Victory Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (estimated)", "1979-11-25": "Statehood Day", "1979-12-24": "Catholic Christmas Eve", "1979-12-25": "Catholic Christmas Day", "1980-01-01": "New Year's Day", "1980-01-02": "New Year's Day", "1980-01-06": "Orthodox Christmas Eve", "1980-01-07": "Orthodox Christmas Day", "1980-03-01": "Independence Day", "1980-04-04": "Catholic Good Friday; Orthodox Good Friday", "1980-04-06": "Catholic Easter Sunday; Orthodox Easter Sunday", "1980-04-07": "Catholic Easter Monday; Orthodox Easter Monday", "1980-05-01": "International Labor Day", "1980-05-02": "International Labor Day", "1980-05-09": "Victory Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (estimated)", "1980-11-25": "Statehood Day", "1980-12-24": "Catholic Christmas Eve", "1980-12-25": "Catholic Christmas Day", "1981-01-01": "New Year's Day", "1981-01-02": "New Year's Day", "1981-01-06": "Orthodox Christmas Eve", "1981-01-07": "Orthodox Christmas Day", "1981-03-01": "Independence Day", "1981-04-17": "Catholic Good Friday", "1981-04-19": "Catholic Easter Sunday", "1981-04-20": "Catholic Easter Monday", "1981-04-24": "Orthodox Good Friday", "1981-04-26": "Orthodox Easter Sunday", "1981-04-27": "Orthodox Easter Monday", "1981-05-01": "International Labor Day", "1981-05-02": "International Labor Day", "1981-05-09": "Victory Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (estimated)", "1981-11-25": "Statehood Day", "1981-12-24": "Catholic Christmas Eve", "1981-12-25": "Catholic Christmas Day", "1982-01-01": "New Year's Day", "1982-01-02": "New Year's Day", "1982-01-06": "Orthodox Christmas Eve", "1982-01-07": "Orthodox Christmas Day", "1982-03-01": "Independence Day", "1982-04-09": "Catholic Good Friday", "1982-04-11": "Catholic Easter Sunday", "1982-04-12": "Catholic Easter Monday", "1982-04-16": "Orthodox Good Friday", "1982-04-18": "Orthodox Easter Sunday", "1982-04-19": "Orthodox Easter Monday", "1982-05-01": "International Labor Day", "1982-05-02": "International Labor Day", "1982-05-09": "Victory Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (estimated)", "1982-11-25": "Statehood Day", "1982-12-24": "Catholic Christmas Eve", "1982-12-25": "Catholic Christmas Day", "1983-01-01": "New Year's Day", "1983-01-02": "New Year's Day", "1983-01-06": "Orthodox Christmas Eve", "1983-01-07": "Orthodox Christmas Day", "1983-03-01": "Independence Day", "1983-04-01": "Catholic Good Friday", "1983-04-03": "Catholic Easter Sunday", "1983-04-04": "Catholic Easter Monday", "1983-05-01": "International Labor Day", "1983-05-02": "International Labor Day", "1983-05-03": "International Labor Day (observed)", "1983-05-06": "Orthodox Good Friday", "1983-05-08": "Orthodox Easter Sunday", "1983-05-09": "Orthodox Easter Monday; Victory Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (estimated)", "1983-11-25": "Statehood Day", "1983-12-24": "Catholic Christmas Eve", "1983-12-25": "Catholic Christmas Day", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-01-06": "Orthodox Christmas Eve", "1984-01-07": "Orthodox Christmas Day", "1984-03-01": "Independence Day", "1984-04-20": "Catholic Good Friday; Orthodox Good Friday", "1984-04-22": "Catholic Easter Sunday; Orthodox Easter Sunday", "1984-04-23": "Catholic Easter Monday; Orthodox Easter Monday", "1984-05-01": "International Labor Day", "1984-05-02": "International Labor Day", "1984-05-09": "Victory Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (estimated)", "1984-11-25": "Statehood Day", "1984-12-24": "Catholic Christmas Eve", "1984-12-25": "Catholic Christmas Day", "1985-01-01": "New Year's Day", "1985-01-02": "New Year's Day", "1985-01-06": "Orthodox Christmas Eve", "1985-01-07": "Orthodox Christmas Day", "1985-03-01": "Independence Day", "1985-04-05": "Catholic Good Friday", "1985-04-07": "Catholic Easter Sunday", "1985-04-08": "Catholic Easter Monday", "1985-04-12": "Orthodox Good Friday", "1985-04-14": "Orthodox Easter Sunday", "1985-04-15": "Orthodox Easter Monday", "1985-05-01": "International Labor Day", "1985-05-02": "International Labor Day", "1985-05-09": "Victory Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (estimated)", "1985-11-25": "Statehood Day", "1985-12-24": "Catholic Christmas Eve", "1985-12-25": "Catholic Christmas Day", "1986-01-01": "New Year's Day", "1986-01-02": "New Year's Day", "1986-01-06": "Orthodox Christmas Eve", "1986-01-07": "Orthodox Christmas Day", "1986-03-01": "Independence Day", "1986-03-28": "Catholic Good Friday", "1986-03-30": "Catholic Easter Sunday", "1986-03-31": "Catholic Easter Monday", "1986-05-01": "International Labor Day", "1986-05-02": "International Labor Day; Orthodox Good Friday", "1986-05-04": "Orthodox Easter Sunday", "1986-05-05": "Orthodox Easter Monday", "1986-05-09": "Victory Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (estimated)", "1986-11-25": "Statehood Day", "1986-12-24": "Catholic Christmas Eve", "1986-12-25": "Catholic Christmas Day", "1987-01-01": "New Year's Day", "1987-01-02": "New Year's Day", "1987-01-06": "Orthodox Christmas Eve", "1987-01-07": "Orthodox Christmas Day", "1987-03-01": "Independence Day", "1987-04-17": "Catholic Good Friday; Orthodox Good Friday", "1987-04-19": "Catholic Easter Sunday; Orthodox Easter Sunday", "1987-04-20": "Catholic Easter Monday; Orthodox Easter Monday", "1987-05-01": "International Labor Day", "1987-05-02": "International Labor Day", "1987-05-09": "Victory Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (estimated)", "1987-11-25": "Statehood Day", "1987-12-24": "Catholic Christmas Eve", "1987-12-25": "Catholic Christmas Day", "1988-01-01": "New Year's Day", "1988-01-02": "New Year's Day", "1988-01-06": "Orthodox Christmas Eve", "1988-01-07": "Orthodox Christmas Day", "1988-03-01": "Independence Day", "1988-04-01": "Catholic Good Friday", "1988-04-03": "Catholic Easter Sunday", "1988-04-04": "Catholic Easter Monday", "1988-04-08": "Orthodox Good Friday", "1988-04-10": "Orthodox Easter Sunday", "1988-04-11": "Orthodox Easter Monday", "1988-05-01": "International Labor Day", "1988-05-02": "International Labor Day", "1988-05-03": "International Labor Day (observed)", "1988-05-09": "Victory Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (estimated)", "1988-11-25": "Statehood Day", "1988-12-24": "Catholic Christmas Eve", "1988-12-25": "Catholic Christmas Day", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-01-06": "Orthodox Christmas Eve", "1989-01-07": "Orthodox Christmas Day", "1989-03-01": "Independence Day", "1989-03-24": "Catholic Good Friday", "1989-03-26": "Catholic Easter Sunday", "1989-03-27": "Catholic Easter Monday", "1989-04-28": "Orthodox Good Friday", "1989-04-30": "Orthodox Easter Sunday", "1989-05-01": "International Labor Day; Orthodox Easter Monday", "1989-05-02": "International Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (estimated)", "1989-05-09": "Victory Day", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (estimated)", "1989-11-25": "Statehood Day", "1989-12-24": "Catholic Christmas Eve", "1989-12-25": "Catholic Christmas Day", "1990-01-01": "New Year's Day", "1990-01-02": "New Year's Day", "1990-01-06": "Orthodox Christmas Eve", "1990-01-07": "Orthodox Christmas Day", "1990-03-01": "Independence Day", "1990-04-13": "Catholic Good Friday; Orthodox Good Friday", "1990-04-15": "Catholic Easter Sunday; Orthodox Easter Sunday", "1990-04-16": "Catholic Easter Monday; Orthodox Easter Monday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (estimated)", "1990-05-01": "International Labor Day", "1990-05-02": "International Labor Day", "1990-05-09": "Victory Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (estimated)", "1990-11-25": "Statehood Day", "1990-12-24": "Catholic Christmas Eve", "1990-12-25": "Catholic Christmas Day", "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Day", "1991-01-06": "Orthodox Christmas Eve", "1991-01-07": "Orthodox Christmas Day", "1991-03-01": "Independence Day", "1991-03-29": "Catholic Good Friday", "1991-03-31": "Catholic Easter Sunday", "1991-04-01": "Catholic Easter Monday", "1991-04-05": "Orthodox Good Friday", "1991-04-07": "Orthodox Easter Sunday", "1991-04-08": "Orthodox Easter Monday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (estimated)", "1991-05-01": "International Labor Day", "1991-05-02": "International Labor Day", "1991-05-09": "Victory Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (estimated)", "1991-11-25": "Statehood Day", "1991-12-24": "Catholic Christmas Eve", "1991-12-25": "Catholic Christmas Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day", "1992-01-06": "Orthodox Christmas Eve", "1992-01-07": "Orthodox Christmas Day", "1992-03-01": "Independence Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (estimated)", "1992-04-17": "Catholic Good Friday", "1992-04-19": "Catholic Easter Sunday", "1992-04-20": "Catholic Easter Monday", "1992-04-24": "Orthodox Good Friday", "1992-04-26": "Orthodox Easter Sunday", "1992-04-27": "Orthodox Easter Monday", "1992-05-01": "International Labor Day", "1992-05-02": "International Labor Day", "1992-05-09": "Victory Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (estimated)", "1992-11-25": "Statehood Day", "1992-12-24": "Catholic Christmas Eve", "1992-12-25": "Catholic Christmas Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-01-06": "Orthodox Christmas Eve", "1993-01-07": "Orthodox Christmas Day", "1993-03-01": "Independence Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (estimated)", "1993-04-09": "Catholic Good Friday", "1993-04-11": "Catholic Easter Sunday", "1993-04-12": "Catholic Easter Monday", "1993-04-16": "Orthodox Good Friday", "1993-04-18": "Orthodox Easter Sunday", "1993-04-19": "Orthodox Easter Monday", "1993-05-01": "International Labor Day", "1993-05-02": "International Labor Day", "1993-05-09": "Victory Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (estimated)", "1993-11-25": "Statehood Day", "1993-12-24": "Catholic Christmas Eve", "1993-12-25": "Catholic Christmas Day", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-01-06": "Orthodox Christmas Eve", "1994-01-07": "Orthodox Christmas Day", "1994-03-01": "Independence Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (estimated)", "1994-04-01": "Catholic Good Friday", "1994-04-03": "Catholic Easter Sunday", "1994-04-04": "Catholic Easter Monday", "1994-04-29": "Orthodox Good Friday", "1994-05-01": "International Labor Day; Orthodox Easter Sunday", "1994-05-02": "International Labor Day; Orthodox Easter Monday", "1994-05-03": "International Labor Day (observed); Orthodox Easter Sunday (observed)", "1994-05-09": "Victory Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (estimated)", "1994-11-25": "Statehood Day", "1994-12-24": "Catholic Christmas Eve", "1994-12-25": "Catholic Christmas Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-01-06": "Orthodox Christmas Eve", "1995-01-07": "Orthodox Christmas Day", "1995-03-01": "Independence Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (estimated)", "1995-04-14": "Catholic Good Friday", "1995-04-16": "Catholic Easter Sunday", "1995-04-17": "Catholic Easter Monday", "1995-04-21": "Orthodox Good Friday", "1995-04-23": "Orthodox Easter Sunday", "1995-04-24": "Orthodox Easter Monday", "1995-05-01": "International Labor Day", "1995-05-02": "International Labor Day", "1995-05-09": "Eid al-Adha (estimated); Victory Day", "1995-05-10": "Eid al-Adha (estimated)", "1995-11-25": "Statehood Day", "1995-12-24": "Catholic Christmas Eve", "1995-12-25": "Catholic Christmas Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-01-06": "Orthodox Christmas Eve", "1996-01-07": "Orthodox Christmas Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr (estimated)", "1996-03-01": "Independence Day", "1996-04-05": "Catholic Good Friday", "1996-04-07": "Catholic Easter Sunday", "1996-04-08": "Catholic Easter Monday", "1996-04-12": "Orthodox Good Friday", "1996-04-14": "Orthodox Easter Sunday", "1996-04-15": "Orthodox Easter Monday", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (estimated)", "1996-05-01": "International Labor Day", "1996-05-02": "International Labor Day", "1996-05-09": "Victory Day", "1996-11-25": "Statehood Day", "1996-12-24": "Catholic Christmas Eve", "1996-12-25": "Catholic Christmas Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-01-06": "Orthodox Christmas Eve", "1997-01-07": "Orthodox Christmas Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (estimated)", "1997-03-01": "Independence Day", "1997-03-28": "Catholic Good Friday", "1997-03-30": "Catholic Easter Sunday", "1997-03-31": "Catholic Easter Monday", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (estimated)", "1997-04-25": "Orthodox Good Friday", "1997-04-27": "Orthodox Easter Sunday", "1997-04-28": "Orthodox Easter Monday", "1997-05-01": "International Labor Day", "1997-05-02": "International Labor Day", "1997-05-09": "Victory Day", "1997-11-25": "Statehood Day", "1997-12-24": "Catholic Christmas Eve", "1997-12-25": "Catholic Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-01-06": "Orthodox Christmas Eve", "1998-01-07": "Orthodox Christmas Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (estimated)", "1998-03-01": "Independence Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (estimated)", "1998-04-10": "Catholic Good Friday", "1998-04-12": "Catholic Easter Sunday", "1998-04-13": "Catholic Easter Monday", "1998-04-17": "Orthodox Good Friday", "1998-04-19": "Orthodox Easter Sunday", "1998-04-20": "Orthodox Easter Monday", "1998-05-01": "International Labor Day", "1998-05-02": "International Labor Day", "1998-05-09": "Victory Day", "1998-11-25": "Statehood Day", "1998-12-24": "Catholic Christmas Eve", "1998-12-25": "Catholic Christmas Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-01-06": "Orthodox Christmas Eve", "1999-01-07": "Orthodox Christmas Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (estimated)", "1999-03-01": "Independence Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (estimated)", "1999-04-02": "Catholic Good Friday", "1999-04-04": "Catholic Easter Sunday", "1999-04-05": "Catholic Easter Monday", "1999-04-09": "Orthodox Good Friday", "1999-04-11": "Orthodox Easter Sunday", "1999-04-12": "Orthodox Easter Monday", "1999-05-01": "International Labor Day", "1999-05-02": "International Labor Day", "1999-05-09": "Victory Day", "1999-11-25": "Statehood Day", "1999-12-24": "Catholic Christmas Eve", "1999-12-25": "Catholic Christmas Day", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-01-06": "Orthodox Christmas Eve", "2000-01-07": "Orthodox Christmas Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (estimated)", "2000-03-01": "Independence Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (estimated)", "2000-04-21": "Catholic Good Friday", "2000-04-23": "Catholic Easter Sunday", "2000-04-24": "Catholic Easter Monday", "2000-04-28": "Orthodox Good Friday", "2000-04-30": "Orthodox Easter Sunday", "2000-05-01": "International Labor Day; Orthodox Easter Monday", "2000-05-02": "International Labor Day", "2000-05-09": "Victory Day", "2000-11-25": "Statehood Day", "2000-12-24": "Catholic Christmas Eve", "2000-12-25": "Catholic Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-01-06": "Orthodox Christmas Eve", "2001-01-07": "Orthodox Christmas Day", "2001-03-01": "Independence Day", "2001-03-06": "Eid al-Adha", "2001-03-07": "Eid al-Adha", "2001-04-13": "Catholic Good Friday; Orthodox Good Friday", "2001-04-15": "Catholic Easter Sunday; Orthodox Easter Sunday", "2001-04-16": "Catholic Easter Monday; Orthodox Easter Monday", "2001-05-01": "International Labor Day", "2001-05-02": "International Labor Day", "2001-05-09": "Victory Day", "2001-11-25": "Statehood Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr", "2001-12-24": "Catholic Christmas Eve", "2001-12-25": "Catholic Christmas Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-01-06": "Orthodox Christmas Eve", "2002-01-07": "Orthodox Christmas Day", "2002-02-23": "Eid al-Adha", "2002-02-24": "Eid al-Adha", "2002-03-01": "Independence Day", "2002-03-29": "Catholic Good Friday", "2002-03-31": "Catholic Easter Sunday", "2002-04-01": "Catholic Easter Monday", "2002-05-01": "International Labor Day", "2002-05-02": "International Labor Day", "2002-05-03": "Orthodox Good Friday", "2002-05-05": "Orthodox Easter Sunday", "2002-05-06": "Orthodox Easter Monday", "2002-05-09": "Victory Day", "2002-11-25": "Statehood Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr", "2002-12-24": "Catholic Christmas Eve", "2002-12-25": "Catholic Christmas Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-01-06": "Orthodox Christmas Eve", "2003-01-07": "Orthodox Christmas Day", "2003-02-12": "Eid al-Adha", "2003-02-13": "Eid al-Adha", "2003-03-01": "Independence Day", "2003-04-18": "Catholic Good Friday", "2003-04-20": "Catholic Easter Sunday", "2003-04-21": "Catholic Easter Monday", "2003-04-25": "Orthodox Good Friday", "2003-04-27": "Orthodox Easter Sunday", "2003-04-28": "Orthodox Easter Monday", "2003-05-01": "International Labor Day", "2003-05-02": "International Labor Day", "2003-05-09": "Victory Day", "2003-11-25": "Statehood Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr", "2003-12-24": "Catholic Christmas Eve", "2003-12-25": "Catholic Christmas Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-01-06": "Orthodox Christmas Eve", "2004-01-07": "Orthodox Christmas Day", "2004-02-02": "Eid al-Adha", "2004-02-03": "Eid al-Adha", "2004-03-01": "Independence Day", "2004-04-09": "Catholic Good Friday; Orthodox Good Friday", "2004-04-11": "Catholic Easter Sunday; Orthodox Easter Sunday", "2004-04-12": "Catholic Easter Monday; Orthodox Easter Monday", "2004-05-01": "International Labor Day", "2004-05-02": "International Labor Day", "2004-05-09": "Victory Day", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr", "2004-11-25": "Statehood Day", "2004-12-24": "Catholic Christmas Eve", "2004-12-25": "Catholic Christmas Day", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day", "2005-01-06": "Orthodox Christmas Eve", "2005-01-07": "Orthodox Christmas Day", "2005-01-21": "Eid al-Adha", "2005-01-22": "Eid al-Adha", "2005-03-01": "Independence Day", "2005-03-25": "Catholic Good Friday", "2005-03-27": "Catholic Easter Sunday", "2005-03-28": "Catholic Easter Monday", "2005-04-29": "Orthodox Good Friday", "2005-05-01": "International Labor Day; Orthodox Easter Sunday", "2005-05-02": "International Labor Day; Orthodox Easter Monday", "2005-05-03": "International Labor Day (observed); Orthodox Easter Sunday (observed)", "2005-05-09": "Victory Day", "2005-11-04": "Eid al-Fitr", "2005-11-05": "Eid al-Fitr", "2005-11-25": "Statehood Day", "2005-12-24": "Catholic Christmas Eve", "2005-12-25": "Catholic Christmas Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-01-06": "Orthodox Christmas Eve", "2006-01-07": "Orthodox Christmas Day", "2006-01-10": "Eid al-Adha", "2006-01-11": "Eid al-Adha", "2006-03-01": "Independence Day", "2006-04-14": "Catholic Good Friday", "2006-04-16": "Catholic Easter Sunday", "2006-04-17": "Catholic Easter Monday", "2006-04-21": "Orthodox Good Friday", "2006-04-23": "Orthodox Easter Sunday", "2006-04-24": "Orthodox Easter Monday", "2006-05-01": "International Labor Day", "2006-05-02": "International Labor Day", "2006-05-09": "Victory Day", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr", "2006-11-25": "Statehood Day", "2006-12-24": "Catholic Christmas Eve", "2006-12-25": "Catholic Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "Eid al-Adha; New Year's Day", "2007-01-02": "New Year's Day", "2007-01-06": "Orthodox Christmas Eve", "2007-01-07": "Orthodox Christmas Day", "2007-03-01": "Independence Day", "2007-04-06": "Catholic Good Friday; Orthodox Good Friday", "2007-04-08": "Catholic Easter Sunday; Orthodox Easter Sunday", "2007-04-09": "Catholic Easter Monday; Orthodox Easter Monday", "2007-05-01": "International Labor Day", "2007-05-02": "International Labor Day", "2007-05-09": "Victory Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr", "2007-11-25": "Statehood Day", "2007-12-20": "Eid al-Adha", "2007-12-21": "Eid al-Adha", "2007-12-24": "Catholic Christmas Eve", "2007-12-25": "Catholic Christmas Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-01-06": "Orthodox Christmas Eve", "2008-01-07": "Orthodox Christmas Day", "2008-03-01": "Independence Day", "2008-03-21": "Catholic Good Friday", "2008-03-23": "Catholic Easter Sunday", "2008-03-24": "Catholic Easter Monday", "2008-04-25": "Orthodox Good Friday", "2008-04-27": "Orthodox Easter Sunday", "2008-04-28": "Orthodox Easter Monday", "2008-05-01": "International Labor Day", "2008-05-02": "International Labor Day", "2008-05-09": "Victory Day", "2008-10-02": "Eid al-Fitr", "2008-10-03": "Eid al-Fitr", "2008-11-25": "Statehood Day", "2008-12-09": "Eid al-Adha", "2008-12-10": "Eid al-Adha", "2008-12-24": "Catholic Christmas Eve", "2008-12-25": "Catholic Christmas Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-01-06": "Orthodox Christmas Eve", "2009-01-07": "Orthodox Christmas Day", "2009-03-01": "Independence Day", "2009-04-10": "Catholic Good Friday", "2009-04-12": "Catholic Easter Sunday", "2009-04-13": "Catholic Easter Monday", "2009-04-17": "Orthodox Good Friday", "2009-04-19": "Orthodox Easter Sunday", "2009-04-20": "Orthodox Easter Monday", "2009-05-01": "International Labor Day", "2009-05-02": "International Labor Day", "2009-05-09": "Victory Day", "2009-09-21": "Eid al-Fitr", "2009-09-22": "Eid al-Fitr", "2009-11-25": "Statehood Day", "2009-11-28": "Eid al-Adha", "2009-11-29": "Eid al-Adha", "2009-12-24": "Catholic Christmas Eve", "2009-12-25": "Catholic Christmas Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-01-06": "Orthodox Christmas Eve", "2010-01-07": "Orthodox Christmas Day", "2010-03-01": "Independence Day", "2010-04-02": "Catholic Good Friday; Orthodox Good Friday", "2010-04-04": "Catholic Easter Sunday; Orthodox Easter Sunday", "2010-04-05": "Catholic Easter Monday; Orthodox Easter Monday", "2010-05-01": "International Labor Day", "2010-05-02": "International Labor Day", "2010-05-09": "Victory Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr", "2010-11-17": "Eid al-Adha", "2010-11-18": "Eid al-Adha", "2010-11-25": "Statehood Day", "2010-12-24": "Catholic Christmas Eve", "2010-12-25": "Catholic Christmas Day", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-01-06": "Orthodox Christmas Eve", "2011-01-07": "Orthodox Christmas Day", "2011-03-01": "Independence Day", "2011-04-22": "Catholic Good Friday; Orthodox Good Friday", "2011-04-24": "Catholic Easter Sunday; Orthodox Easter Sunday", "2011-04-25": "Catholic Easter Monday; Orthodox Easter Monday", "2011-05-01": "International Labor Day", "2011-05-02": "International Labor Day", "2011-05-03": "International Labor Day (observed)", "2011-05-09": "Victory Day", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Eid al-Fitr", "2011-11-07": "Eid al-Adha", "2011-11-08": "Eid al-Adha", "2011-11-25": "Statehood Day", "2011-12-24": "Catholic Christmas Eve", "2011-12-25": "Catholic Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-01-06": "Orthodox Christmas Eve", "2012-01-07": "Orthodox Christmas Day", "2012-03-01": "Independence Day", "2012-04-06": "Catholic Good Friday", "2012-04-08": "Catholic Easter Sunday", "2012-04-09": "Catholic Easter Monday", "2012-04-13": "Orthodox Good Friday", "2012-04-15": "Orthodox Easter Sunday", "2012-04-16": "Orthodox Easter Monday", "2012-05-01": "International Labor Day", "2012-05-02": "International Labor Day", "2012-05-09": "Victory Day", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr", "2012-10-26": "Eid al-Adha", "2012-10-27": "Eid al-Adha", "2012-11-25": "Statehood Day", "2012-12-24": "Catholic Christmas Eve", "2012-12-25": "Catholic Christmas Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-01-06": "Orthodox Christmas Eve", "2013-01-07": "Orthodox Christmas Day", "2013-03-01": "Independence Day", "2013-03-29": "Catholic Good Friday", "2013-03-31": "Catholic Easter Sunday", "2013-04-01": "Catholic Easter Monday", "2013-05-01": "International Labor Day", "2013-05-02": "International Labor Day", "2013-05-03": "Orthodox Good Friday", "2013-05-05": "Orthodox Easter Sunday", "2013-05-06": "Orthodox Easter Monday", "2013-05-09": "Victory Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr", "2013-10-15": "Eid al-Adha", "2013-10-16": "Eid al-Adha", "2013-11-25": "Statehood Day", "2013-12-24": "Catholic Christmas Eve", "2013-12-25": "Catholic Christmas Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-01-06": "Orthodox Christmas Eve", "2014-01-07": "Orthodox Christmas Day", "2014-03-01": "Independence Day", "2014-04-18": "Catholic Good Friday; Orthodox Good Friday", "2014-04-20": "Catholic Easter Sunday; Orthodox Easter Sunday", "2014-04-21": "Catholic Easter Monday; Orthodox Easter Monday", "2014-05-01": "International Labor Day", "2014-05-02": "International Labor Day", "2014-05-09": "Victory Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr", "2014-10-04": "Eid al-Adha", "2014-10-05": "Eid al-Adha", "2014-11-25": "Statehood Day", "2014-12-24": "Catholic Christmas Eve", "2014-12-25": "Catholic Christmas Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-01-06": "Orthodox Christmas Eve", "2015-01-07": "Orthodox Christmas Day", "2015-03-01": "Independence Day", "2015-04-03": "Catholic Good Friday", "2015-04-05": "Catholic Easter Sunday", "2015-04-06": "Catholic Easter Monday", "2015-04-10": "Orthodox Good Friday", "2015-04-12": "Orthodox Easter Sunday", "2015-04-13": "Orthodox Easter Monday", "2015-05-01": "International Labor Day", "2015-05-02": "International Labor Day", "2015-05-09": "Victory Day", "2015-07-18": "Eid al-Fitr", "2015-07-19": "Eid al-Fitr", "2015-09-24": "Eid al-Adha", "2015-09-25": "Eid al-Adha", "2015-11-25": "Statehood Day", "2015-12-24": "Catholic Christmas Eve", "2015-12-25": "Catholic Christmas Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-06": "Orthodox Christmas Eve", "2016-01-07": "Orthodox Christmas Day", "2016-03-01": "Independence Day", "2016-03-25": "Catholic Good Friday", "2016-03-27": "Catholic Easter Sunday", "2016-03-28": "Catholic Easter Monday", "2016-04-29": "Orthodox Good Friday", "2016-05-01": "International Labor Day; Orthodox Easter Sunday", "2016-05-02": "International Labor Day; Orthodox Easter Monday", "2016-05-03": "International Labor Day (observed); Orthodox Easter Sunday (observed)", "2016-05-09": "Victory Day", "2016-07-07": "Eid al-Fitr", "2016-07-08": "Eid al-Fitr", "2016-09-13": "Eid al-Adha", "2016-09-14": "Eid al-Adha", "2016-11-25": "Statehood Day", "2016-12-24": "Catholic Christmas Eve", "2016-12-25": "Catholic Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-01-06": "Orthodox Christmas Eve", "2017-01-07": "Orthodox Christmas Day", "2017-03-01": "Independence Day", "2017-04-14": "Catholic Good Friday; Orthodox Good Friday", "2017-04-16": "Catholic Easter Sunday; Orthodox Easter Sunday", "2017-04-17": "Catholic Easter Monday; Orthodox Easter Monday", "2017-05-01": "International Labor Day", "2017-05-02": "International Labor Day", "2017-05-09": "Victory Day", "2017-06-26": "Eid al-Fitr", "2017-06-27": "Eid al-Fitr", "2017-09-02": "Eid al-Adha", "2017-09-03": "Eid al-Adha", "2017-11-25": "Statehood Day", "2017-12-24": "Catholic Christmas Eve", "2017-12-25": "Catholic Christmas Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-01-06": "Orthodox Christmas Eve", "2018-01-07": "Orthodox Christmas Day", "2018-03-01": "Independence Day", "2018-03-30": "Catholic Good Friday", "2018-04-01": "Catholic Easter Sunday", "2018-04-02": "Catholic Easter Monday", "2018-04-06": "Orthodox Good Friday", "2018-04-08": "Orthodox Easter Sunday", "2018-04-09": "Orthodox Easter Monday", "2018-05-01": "International Labor Day", "2018-05-02": "International Labor Day", "2018-05-09": "Victory Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha", "2018-11-25": "Statehood Day", "2018-12-24": "Catholic Christmas Eve", "2018-12-25": "Catholic Christmas Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-01-06": "Orthodox Christmas Eve", "2019-01-07": "Orthodox Christmas Day", "2019-03-01": "Independence Day", "2019-04-19": "Catholic Good Friday", "2019-04-21": "Catholic Easter Sunday", "2019-04-22": "Catholic Easter Monday", "2019-04-26": "Orthodox Good Friday", "2019-04-28": "Orthodox Easter Sunday", "2019-04-29": "Orthodox Easter Monday", "2019-05-01": "International Labor Day", "2019-05-02": "International Labor Day", "2019-05-09": "Victory Day", "2019-06-04": "Eid al-Fitr", "2019-06-05": "Eid al-Fitr", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha", "2019-11-25": "Statehood Day", "2019-12-24": "Catholic Christmas Eve", "2019-12-25": "Catholic Christmas Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-06": "Orthodox Christmas Eve", "2020-01-07": "Orthodox Christmas Day", "2020-03-01": "Independence Day", "2020-04-10": "Catholic Good Friday", "2020-04-12": "Catholic Easter Sunday", "2020-04-13": "Catholic Easter Monday", "2020-04-17": "Orthodox Good Friday", "2020-04-19": "Orthodox Easter Sunday", "2020-04-20": "Orthodox Easter Monday", "2020-05-01": "International Labor Day", "2020-05-02": "International Labor Day", "2020-05-09": "Victory Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha", "2020-11-25": "Statehood Day", "2020-12-24": "Catholic Christmas Eve", "2020-12-25": "Catholic Christmas Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-06": "Orthodox Christmas Eve", "2021-01-07": "Orthodox Christmas Day", "2021-03-01": "Independence Day", "2021-04-02": "Catholic Good Friday", "2021-04-04": "Catholic Easter Sunday", "2021-04-05": "Catholic Easter Monday", "2021-04-30": "Orthodox Good Friday", "2021-05-01": "International Labor Day", "2021-05-02": "International Labor Day; Orthodox Easter Sunday", "2021-05-03": "Orthodox Easter Monday", "2021-05-09": "Victory Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha", "2021-11-25": "Statehood Day", "2021-12-24": "Catholic Christmas Eve", "2021-12-25": "Catholic Christmas Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-06": "Orthodox Christmas Eve", "2022-01-07": "Orthodox Christmas Day", "2022-03-01": "Independence Day", "2022-04-15": "Catholic Good Friday", "2022-04-17": "Catholic Easter Sunday", "2022-04-18": "Catholic Easter Monday", "2022-04-22": "Orthodox Good Friday", "2022-04-24": "Orthodox Easter Sunday", "2022-04-25": "Orthodox Easter Monday", "2022-05-01": "International Labor Day", "2022-05-02": "Eid al-Fitr; International Labor Day", "2022-05-03": "Eid al-Fitr; International Labor Day (observed)", "2022-05-09": "Victory Day", "2022-07-09": "Eid al-Adha", "2022-07-10": "Eid al-Adha", "2022-11-25": "Statehood Day", "2022-12-24": "Catholic Christmas Eve", "2022-12-25": "Catholic Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-01-06": "Orthodox Christmas Eve", "2023-01-07": "Orthodox Christmas Day", "2023-03-01": "Independence Day", "2023-04-07": "Catholic Good Friday", "2023-04-09": "Catholic Easter Sunday", "2023-04-10": "Catholic Easter Monday", "2023-04-14": "Orthodox Good Friday", "2023-04-16": "Orthodox Easter Sunday", "2023-04-17": "Orthodox Easter Monday", "2023-04-21": "Eid al-Fitr", "2023-04-22": "Eid al-Fitr", "2023-05-01": "International Labor Day", "2023-05-02": "International Labor Day", "2023-05-09": "Victory Day", "2023-06-28": "Eid al-Adha", "2023-06-29": "Eid al-Adha", "2023-11-25": "Statehood Day", "2023-12-24": "Catholic Christmas Eve", "2023-12-25": "Catholic Christmas Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-06": "Orthodox Christmas Eve", "2024-01-07": "Orthodox Christmas Day", "2024-03-01": "Independence Day", "2024-03-29": "Catholic Good Friday", "2024-03-31": "Catholic Easter Sunday", "2024-04-01": "Catholic Easter Monday", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr", "2024-05-01": "International Labor Day", "2024-05-02": "International Labor Day", "2024-05-03": "Orthodox Good Friday", "2024-05-05": "Orthodox Easter Sunday", "2024-05-06": "Orthodox Easter Monday", "2024-05-09": "Victory Day", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha (estimated)", "2024-11-25": "Statehood Day", "2024-12-24": "Catholic Christmas Eve", "2024-12-25": "Catholic Christmas Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-06": "Orthodox Christmas Eve", "2025-01-07": "Orthodox Christmas Day", "2025-03-01": "Independence Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr (estimated)", "2025-04-18": "Catholic Good Friday; Orthodox Good Friday", "2025-04-20": "Catholic Easter Sunday; Orthodox Easter Sunday", "2025-04-21": "Catholic Easter Monday; Orthodox Easter Monday", "2025-05-01": "International Labor Day", "2025-05-02": "International Labor Day", "2025-05-09": "Victory Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha (estimated)", "2025-11-25": "Statehood Day", "2025-12-24": "Catholic Christmas Eve", "2025-12-25": "Catholic Christmas Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-06": "Orthodox Christmas Eve", "2026-01-07": "Orthodox Christmas Day", "2026-03-01": "Independence Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (estimated)", "2026-04-03": "Catholic Good Friday", "2026-04-05": "Catholic Easter Sunday", "2026-04-06": "Catholic Easter Monday", "2026-04-10": "Orthodox Good Friday", "2026-04-12": "Orthodox Easter Sunday", "2026-04-13": "Orthodox Easter Monday", "2026-05-01": "International Labor Day", "2026-05-02": "International Labor Day", "2026-05-09": "Victory Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (estimated)", "2026-11-25": "Statehood Day", "2026-12-24": "Catholic Christmas Eve", "2026-12-25": "Catholic Christmas Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-06": "Orthodox Christmas Eve", "2027-01-07": "Orthodox Christmas Day", "2027-03-01": "Independence Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-03-26": "Catholic Good Friday", "2027-03-28": "Catholic Easter Sunday", "2027-03-29": "Catholic Easter Monday", "2027-04-30": "Orthodox Good Friday", "2027-05-01": "International Labor Day", "2027-05-02": "International Labor Day; Orthodox Easter Sunday", "2027-05-03": "Orthodox Easter Monday", "2027-05-09": "Victory Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated)", "2027-11-25": "Statehood Day", "2027-12-24": "Catholic Christmas Eve", "2027-12-25": "Catholic Christmas Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-06": "Orthodox Christmas Eve", "2028-01-07": "Orthodox Christmas Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-03-01": "Independence Day", "2028-04-14": "Catholic Good Friday; Orthodox Good Friday", "2028-04-16": "Catholic Easter Sunday; Orthodox Easter Sunday", "2028-04-17": "Catholic Easter Monday; Orthodox Easter Monday", "2028-05-01": "International Labor Day", "2028-05-02": "International Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (estimated)", "2028-05-09": "Victory Day", "2028-11-25": "Statehood Day", "2028-12-24": "Catholic Christmas Eve", "2028-12-25": "Catholic Christmas Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-06": "Orthodox Christmas Eve", "2029-01-07": "Orthodox Christmas Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated)", "2029-03-01": "Independence Day", "2029-03-30": "Catholic Good Friday", "2029-04-01": "Catholic Easter Sunday", "2029-04-02": "Catholic Easter Monday", "2029-04-06": "Orthodox Good Friday", "2029-04-08": "Orthodox Easter Sunday", "2029-04-09": "Orthodox Easter Monday", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (estimated)", "2029-05-01": "International Labor Day", "2029-05-02": "International Labor Day", "2029-05-09": "Victory Day", "2029-11-25": "Statehood Day", "2029-12-24": "Catholic Christmas Eve", "2029-12-25": "Catholic Christmas Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-06": "Orthodox Christmas Eve", "2030-01-07": "Orthodox Christmas Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (estimated)", "2030-03-01": "Independence Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (estimated)", "2030-04-19": "Catholic Good Friday", "2030-04-21": "Catholic Easter Sunday", "2030-04-22": "Catholic Easter Monday", "2030-04-26": "Orthodox Good Friday", "2030-04-28": "Orthodox Easter Sunday", "2030-04-29": "Orthodox Easter Monday", "2030-05-01": "International Labor Day", "2030-05-02": "International Labor Day", "2030-05-09": "Victory Day", "2030-11-25": "Statehood Day", "2030-12-24": "Catholic Christmas Eve", "2030-12-25": "Catholic Christmas Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-06": "Orthodox Christmas Eve", "2031-01-07": "Orthodox Christmas Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-03-01": "Independence Day", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (estimated)", "2031-04-11": "Catholic Good Friday; Orthodox Good Friday", "2031-04-13": "Catholic Easter Sunday; Orthodox Easter Sunday", "2031-04-14": "Catholic Easter Monday; Orthodox Easter Monday", "2031-05-01": "International Labor Day", "2031-05-02": "International Labor Day", "2031-05-09": "Victory Day", "2031-11-25": "Statehood Day", "2031-12-24": "Catholic Christmas Eve", "2031-12-25": "Catholic Christmas Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-06": "Orthodox Christmas Eve", "2032-01-07": "Orthodox Christmas Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (estimated)", "2032-03-01": "Independence Day", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (estimated)", "2032-03-26": "Catholic Good Friday", "2032-03-28": "Catholic Easter Sunday", "2032-03-29": "Catholic Easter Monday", "2032-04-30": "Orthodox Good Friday", "2032-05-01": "International Labor Day", "2032-05-02": "International Labor Day; Orthodox Easter Sunday", "2032-05-03": "Orthodox Easter Monday", "2032-05-09": "Victory Day", "2032-11-25": "Statehood Day", "2032-12-24": "Catholic Christmas Eve", "2032-12-25": "Catholic Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated); New Year's Day", "2033-01-03": "Eid al-Fitr (estimated)", "2033-01-06": "Orthodox Christmas Eve", "2033-01-07": "Orthodox Christmas Day", "2033-03-01": "Independence Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-04-15": "Catholic Good Friday", "2033-04-17": "Catholic Easter Sunday", "2033-04-18": "Catholic Easter Monday", "2033-04-22": "Orthodox Good Friday", "2033-04-24": "Orthodox Easter Sunday", "2033-04-25": "Orthodox Easter Monday", "2033-05-01": "International Labor Day", "2033-05-02": "International Labor Day", "2033-05-03": "International Labor Day (observed)", "2033-05-09": "Victory Day", "2033-11-25": "Statehood Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Catholic Christmas Eve; Eid al-Fitr (estimated)", "2033-12-25": "Catholic Christmas Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-01-06": "Orthodox Christmas Eve", "2034-01-07": "Orthodox Christmas Day", "2034-03-01": "Eid al-Adha (estimated); Independence Day", "2034-03-02": "Eid al-Adha (estimated)", "2034-04-07": "Catholic Good Friday; Orthodox Good Friday", "2034-04-09": "Catholic Easter Sunday; Orthodox Easter Sunday", "2034-04-10": "Catholic Easter Monday; Orthodox Easter Monday", "2034-05-01": "International Labor Day", "2034-05-02": "International Labor Day", "2034-05-09": "Victory Day", "2034-11-25": "Statehood Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2034-12-24": "Catholic Christmas Eve", "2034-12-25": "Catholic Christmas Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-06": "Orthodox Christmas Eve", "2035-01-07": "Orthodox Christmas Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-03-01": "Independence Day", "2035-03-23": "Catholic Good Friday", "2035-03-25": "Catholic Easter Sunday", "2035-03-26": "Catholic Easter Monday", "2035-04-27": "Orthodox Good Friday", "2035-04-29": "Orthodox Easter Sunday", "2035-04-30": "Orthodox Easter Monday", "2035-05-01": "International Labor Day", "2035-05-02": "International Labor Day", "2035-05-09": "Victory Day", "2035-11-25": "Statehood Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2035-12-24": "Catholic Christmas Eve", "2035-12-25": "Catholic Christmas Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-06": "Orthodox Christmas Eve", "2036-01-07": "Orthodox Christmas Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-03-01": "Independence Day", "2036-04-11": "Catholic Good Friday", "2036-04-13": "Catholic Easter Sunday", "2036-04-14": "Catholic Easter Monday", "2036-04-18": "Orthodox Good Friday", "2036-04-20": "Orthodox Easter Sunday", "2036-04-21": "Orthodox Easter Monday", "2036-05-01": "International Labor Day", "2036-05-02": "International Labor Day", "2036-05-09": "Victory Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2036-11-25": "Statehood Day", "2036-12-24": "Catholic Christmas Eve", "2036-12-25": "Catholic Christmas Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-06": "Orthodox Christmas Eve", "2037-01-07": "Orthodox Christmas Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-03-01": "Independence Day", "2037-04-03": "Catholic Good Friday; Orthodox Good Friday", "2037-04-05": "Catholic Easter Sunday; Orthodox Easter Sunday", "2037-04-06": "Catholic Easter Monday; Orthodox Easter Monday", "2037-05-01": "International Labor Day", "2037-05-02": "International Labor Day", "2037-05-09": "Victory Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated)", "2037-11-25": "Statehood Day", "2037-12-24": "Catholic Christmas Eve", "2037-12-25": "Catholic Christmas Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-06": "Orthodox Christmas Eve", "2038-01-07": "Orthodox Christmas Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-03-01": "Independence Day", "2038-04-23": "Catholic Good Friday; Orthodox Good Friday", "2038-04-25": "Catholic Easter Sunday; Orthodox Easter Sunday", "2038-04-26": "Catholic Easter Monday; Orthodox Easter Monday", "2038-05-01": "International Labor Day", "2038-05-02": "International Labor Day", "2038-05-09": "Victory Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-11-25": "Statehood Day", "2038-12-24": "Catholic Christmas Eve", "2038-12-25": "Catholic Christmas Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (estimated); Orthodox Christmas Eve", "2039-01-07": "Orthodox Christmas Day", "2039-03-01": "Independence Day", "2039-04-08": "Catholic Good Friday", "2039-04-10": "Catholic Easter Sunday", "2039-04-11": "Catholic Easter Monday", "2039-04-15": "Orthodox Good Friday", "2039-04-17": "Orthodox Easter Sunday", "2039-04-18": "Orthodox Easter Monday", "2039-05-01": "International Labor Day", "2039-05-02": "International Labor Day", "2039-05-03": "International Labor Day (observed)", "2039-05-09": "Victory Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-11-25": "Statehood Day", "2039-12-24": "Catholic Christmas Eve", "2039-12-25": "Catholic Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-01-06": "Orthodox Christmas Eve", "2040-01-07": "Orthodox Christmas Day", "2040-03-01": "Independence Day", "2040-03-30": "Catholic Good Friday", "2040-04-01": "Catholic Easter Sunday", "2040-04-02": "Catholic Easter Monday", "2040-05-01": "International Labor Day", "2040-05-02": "International Labor Day", "2040-05-04": "Orthodox Good Friday", "2040-05-06": "Orthodox Easter Sunday", "2040-05-07": "Orthodox Easter Monday", "2040-05-09": "Victory Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-11-25": "Statehood Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2040-12-24": "Catholic Christmas Eve", "2040-12-25": "Catholic Christmas Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-06": "Orthodox Christmas Eve", "2041-01-07": "Orthodox Christmas Day", "2041-03-01": "Independence Day", "2041-04-19": "Catholic Good Friday; Orthodox Good Friday", "2041-04-21": "Catholic Easter Sunday; Orthodox Easter Sunday", "2041-04-22": "Catholic Easter Monday; Orthodox Easter Monday", "2041-05-01": "International Labor Day", "2041-05-02": "International Labor Day", "2041-05-09": "Victory Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-11-25": "Statehood Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-24": "Catholic Christmas Eve", "2041-12-25": "Catholic Christmas Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-06": "Orthodox Christmas Eve", "2042-01-07": "Orthodox Christmas Day", "2042-03-01": "Independence Day", "2042-04-04": "Catholic Good Friday", "2042-04-06": "Catholic Easter Sunday", "2042-04-07": "Catholic Easter Monday", "2042-04-11": "Orthodox Good Friday", "2042-04-13": "Orthodox Easter Sunday", "2042-04-14": "Orthodox Easter Monday", "2042-05-01": "International Labor Day", "2042-05-02": "International Labor Day", "2042-05-09": "Victory Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-11-25": "Statehood Day", "2042-12-24": "Catholic Christmas Eve", "2042-12-25": "Catholic Christmas Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-06": "Orthodox Christmas Eve", "2043-01-07": "Orthodox Christmas Day", "2043-03-01": "Independence Day", "2043-03-27": "Catholic Good Friday", "2043-03-29": "Catholic Easter Sunday", "2043-03-30": "Catholic Easter Monday", "2043-05-01": "International Labor Day; Orthodox Good Friday", "2043-05-02": "International Labor Day", "2043-05-03": "Orthodox Easter Sunday", "2043-05-04": "Orthodox Easter Monday", "2043-05-09": "Victory Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated)", "2043-11-25": "Statehood Day", "2043-12-24": "Catholic Christmas Eve", "2043-12-25": "Catholic Christmas Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-06": "Orthodox Christmas Eve", "2044-01-07": "Orthodox Christmas Day", "2044-03-01": "Independence Day", "2044-04-15": "Catholic Good Friday", "2044-04-17": "Catholic Easter Sunday", "2044-04-18": "Catholic Easter Monday", "2044-04-22": "Orthodox Good Friday", "2044-04-24": "Orthodox Easter Sunday", "2044-04-25": "Orthodox Easter Monday", "2044-05-01": "International Labor Day", "2044-05-02": "International Labor Day", "2044-05-03": "International Labor Day (observed)", "2044-05-09": "Victory Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (estimated)", "2044-11-25": "Statehood Day", "2044-12-24": "Catholic Christmas Eve", "2044-12-25": "Catholic Christmas Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-01-06": "Orthodox Christmas Eve", "2045-01-07": "Orthodox Christmas Day", "2045-03-01": "Independence Day", "2045-04-07": "Catholic Good Friday; Orthodox Good Friday", "2045-04-09": "Catholic Easter Sunday; Orthodox Easter Sunday", "2045-04-10": "Catholic Easter Monday; Orthodox Easter Monday", "2045-05-01": "International Labor Day", "2045-05-02": "International Labor Day", "2045-05-09": "Victory Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-11-25": "Statehood Day", "2045-12-24": "Catholic Christmas Eve", "2045-12-25": "Catholic Christmas Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-06": "Orthodox Christmas Eve", "2046-01-07": "Orthodox Christmas Day", "2046-03-01": "Independence Day", "2046-03-23": "Catholic Good Friday", "2046-03-25": "Catholic Easter Sunday", "2046-03-26": "Catholic Easter Monday", "2046-04-27": "Orthodox Good Friday", "2046-04-29": "Orthodox Easter Sunday", "2046-04-30": "Orthodox Easter Monday", "2046-05-01": "International Labor Day", "2046-05-02": "International Labor Day", "2046-05-09": "Victory Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (estimated)", "2046-11-25": "Statehood Day", "2046-12-24": "Catholic Christmas Eve", "2046-12-25": "Catholic Christmas Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-06": "Orthodox Christmas Eve", "2047-01-07": "Orthodox Christmas Day", "2047-03-01": "Independence Day", "2047-04-12": "Catholic Good Friday", "2047-04-14": "Catholic Easter Sunday", "2047-04-15": "Catholic Easter Monday", "2047-04-19": "Orthodox Good Friday", "2047-04-21": "Orthodox Easter Sunday", "2047-04-22": "Orthodox Easter Monday", "2047-05-01": "International Labor Day", "2047-05-02": "International Labor Day", "2047-05-09": "Victory Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (estimated)", "2047-11-25": "Statehood Day", "2047-12-24": "Catholic Christmas Eve", "2047-12-25": "Catholic Christmas Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-06": "Orthodox Christmas Eve", "2048-01-07": "Orthodox Christmas Day", "2048-03-01": "Independence Day", "2048-04-03": "Catholic Good Friday; Orthodox Good Friday", "2048-04-05": "Catholic Easter Sunday; Orthodox Easter Sunday", "2048-04-06": "Catholic Easter Monday; Orthodox Easter Monday", "2048-05-01": "International Labor Day", "2048-05-02": "International Labor Day", "2048-05-09": "Victory Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (estimated)", "2048-11-25": "Statehood Day", "2048-12-24": "Catholic Christmas Eve", "2048-12-25": "Catholic Christmas Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-06": "Orthodox Christmas Eve", "2049-01-07": "Orthodox Christmas Day", "2049-03-01": "Independence Day", "2049-04-16": "Catholic Good Friday", "2049-04-18": "Catholic Easter Sunday", "2049-04-19": "Catholic Easter Monday", "2049-04-23": "Orthodox Good Friday", "2049-04-25": "Orthodox Easter Sunday", "2049-04-26": "Orthodox Easter Monday", "2049-05-01": "International Labor Day", "2049-05-02": "International Labor Day", "2049-05-09": "Victory Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-11-25": "Statehood Day", "2049-12-24": "Catholic Christmas Eve", "2049-12-25": "Catholic Christmas Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-06": "Orthodox Christmas Eve", "2050-01-07": "Orthodox Christmas Day", "2050-03-01": "Independence Day", "2050-04-08": "Catholic Good Friday", "2050-04-10": "Catholic Easter Sunday", "2050-04-11": "Catholic Easter Monday", "2050-04-15": "Orthodox Good Friday", "2050-04-17": "Orthodox Easter Sunday", "2050-04-18": "Orthodox Easter Monday", "2050-05-01": "International Labor Day", "2050-05-02": "International Labor Day", "2050-05-03": "International Labor Day (observed)", "2050-05-09": "Victory Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-11-25": "Statehood Day", "2050-12-24": "Catholic Christmas Eve", "2050-12-25": "Catholic Christmas Day" } holidays-0.71/snapshots/countries/BA_BRC.json000066400000000000000000001530321500152103600211520ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-01-07": "Orthodox Christmas Day", "1950-03-08": "Day of establishment of Br\u010dko District", "1950-04-07": "Orthodox Good Friday", "1950-04-10": "Catholic Easter Monday", "1950-05-01": "International Labor Day", "1950-05-02": "International Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-12-25": "Catholic Christmas Day", "1951-01-01": "New Year's Day", "1951-01-02": "New Year's Day", "1951-01-07": "Orthodox Christmas Day", "1951-01-08": "Orthodox Christmas Day (observed)", "1951-03-08": "Day of establishment of Br\u010dko District", "1951-03-26": "Catholic Easter Monday", "1951-04-27": "Orthodox Good Friday", "1951-05-01": "International Labor Day", "1951-05-02": "International Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-12-25": "Catholic Christmas Day", "1952-01-01": "New Year's Day", "1952-01-02": "New Year's Day", "1952-01-07": "Orthodox Christmas Day", "1952-03-08": "Day of establishment of Br\u010dko District", "1952-04-14": "Catholic Easter Monday", "1952-04-18": "Orthodox Good Friday", "1952-05-01": "International Labor Day", "1952-05-02": "International Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-12-25": "Catholic Christmas Day", "1953-01-01": "New Year's Day", "1953-01-02": "New Year's Day", "1953-01-07": "Orthodox Christmas Day", "1953-03-08": "Day of establishment of Br\u010dko District", "1953-03-09": "Day of establishment of Br\u010dko District (observed)", "1953-04-03": "Orthodox Good Friday", "1953-04-06": "Catholic Easter Monday", "1953-05-01": "International Labor Day", "1953-05-02": "International Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-12-25": "Catholic Christmas Day", "1954-01-01": "New Year's Day", "1954-01-02": "New Year's Day", "1954-01-07": "Orthodox Christmas Day", "1954-03-08": "Day of establishment of Br\u010dko District", "1954-04-19": "Catholic Easter Monday", "1954-04-23": "Orthodox Good Friday", "1954-05-01": "International Labor Day", "1954-05-02": "International Labor Day", "1954-05-03": "International Labor Day (observed)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-12-25": "Catholic Christmas Day", "1955-01-01": "New Year's Day", "1955-01-02": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-07": "Orthodox Christmas Day", "1955-03-08": "Day of establishment of Br\u010dko District", "1955-04-11": "Catholic Easter Monday", "1955-04-15": "Orthodox Good Friday", "1955-05-01": "International Labor Day", "1955-05-02": "International Labor Day", "1955-05-03": "International Labor Day (observed)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-12-25": "Catholic Christmas Day", "1955-12-26": "Catholic Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-01-07": "Orthodox Christmas Day", "1956-03-08": "Day of establishment of Br\u010dko District", "1956-04-02": "Catholic Easter Monday", "1956-05-01": "International Labor Day", "1956-05-02": "International Labor Day", "1956-05-04": "Orthodox Good Friday", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-12-25": "Catholic Christmas Day", "1957-01-01": "New Year's Day", "1957-01-02": "New Year's Day", "1957-01-07": "Orthodox Christmas Day", "1957-03-08": "Day of establishment of Br\u010dko District", "1957-04-19": "Orthodox Good Friday", "1957-04-22": "Catholic Easter Monday", "1957-05-01": "Eid al-Fitr (estimated); International Labor Day", "1957-05-02": "International Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-12-25": "Catholic Christmas Day", "1958-01-01": "New Year's Day", "1958-01-02": "New Year's Day", "1958-01-07": "Orthodox Christmas Day", "1958-03-08": "Day of establishment of Br\u010dko District", "1958-04-07": "Catholic Easter Monday", "1958-04-11": "Orthodox Good Friday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "International Labor Day", "1958-05-02": "International Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-12-25": "Catholic Christmas Day", "1959-01-01": "New Year's Day", "1959-01-02": "New Year's Day", "1959-01-07": "Orthodox Christmas Day", "1959-03-08": "Day of establishment of Br\u010dko District", "1959-03-09": "Day of establishment of Br\u010dko District (observed)", "1959-03-30": "Catholic Easter Monday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "International Labor Day; Orthodox Good Friday", "1959-05-02": "International Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-12-25": "Catholic Christmas Day", "1960-01-01": "New Year's Day", "1960-01-02": "New Year's Day", "1960-01-07": "Orthodox Christmas Day", "1960-03-08": "Day of establishment of Br\u010dko District", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-15": "Orthodox Good Friday", "1960-04-18": "Catholic Easter Monday", "1960-05-01": "International Labor Day", "1960-05-02": "International Labor Day", "1960-05-03": "International Labor Day (observed)", "1960-06-04": "Eid al-Adha (estimated)", "1960-12-25": "Catholic Christmas Day", "1960-12-26": "Catholic Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-01-07": "Orthodox Christmas Day", "1961-03-08": "Day of establishment of Br\u010dko District", "1961-03-18": "Eid al-Fitr (estimated)", "1961-04-03": "Catholic Easter Monday", "1961-04-07": "Orthodox Good Friday", "1961-05-01": "International Labor Day", "1961-05-02": "International Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-12-25": "Catholic Christmas Day", "1962-01-01": "New Year's Day", "1962-01-02": "New Year's Day", "1962-01-07": "Orthodox Christmas Day", "1962-01-08": "Orthodox Christmas Day (observed)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Day of establishment of Br\u010dko District", "1962-04-23": "Catholic Easter Monday", "1962-04-27": "Orthodox Good Friday", "1962-05-01": "International Labor Day", "1962-05-02": "International Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-12-25": "Catholic Christmas Day", "1963-01-01": "New Year's Day", "1963-01-02": "New Year's Day", "1963-01-07": "Orthodox Christmas Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-03-08": "Day of establishment of Br\u010dko District", "1963-04-12": "Orthodox Good Friday", "1963-04-15": "Catholic Easter Monday", "1963-05-01": "International Labor Day", "1963-05-02": "International Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-12-25": "Catholic Christmas Day", "1964-01-01": "New Year's Day", "1964-01-02": "New Year's Day", "1964-01-07": "Orthodox Christmas Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-08": "Day of establishment of Br\u010dko District", "1964-03-09": "Day of establishment of Br\u010dko District (observed)", "1964-03-30": "Catholic Easter Monday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "International Labor Day; Orthodox Good Friday", "1964-05-02": "International Labor Day", "1964-12-25": "Catholic Christmas Day", "1965-01-01": "New Year's Day", "1965-01-02": "New Year's Day", "1965-01-07": "Orthodox Christmas Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-03-08": "Day of establishment of Br\u010dko District", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-19": "Catholic Easter Monday", "1965-04-23": "Orthodox Good Friday", "1965-05-01": "International Labor Day", "1965-05-02": "International Labor Day", "1965-05-03": "International Labor Day (observed)", "1965-12-25": "Catholic Christmas Day", "1966-01-01": "New Year's Day", "1966-01-02": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-07": "Orthodox Christmas Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-03-08": "Day of establishment of Br\u010dko District", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-08": "Orthodox Good Friday", "1966-04-11": "Catholic Easter Monday", "1966-05-01": "International Labor Day", "1966-05-02": "International Labor Day", "1966-05-03": "International Labor Day (observed)", "1966-12-25": "Catholic Christmas Day", "1966-12-26": "Catholic Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-01-07": "Orthodox Christmas Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-03-08": "Day of establishment of Br\u010dko District", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-27": "Catholic Easter Monday", "1967-04-28": "Orthodox Good Friday", "1967-05-01": "International Labor Day", "1967-05-02": "International Labor Day", "1967-12-25": "Catholic Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "New Year's Day", "1968-01-07": "Orthodox Christmas Day", "1968-01-08": "Orthodox Christmas Day (observed)", "1968-03-08": "Day of establishment of Br\u010dko District", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-15": "Catholic Easter Monday", "1968-04-19": "Orthodox Good Friday", "1968-05-01": "International Labor Day", "1968-05-02": "International Labor Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Catholic Christmas Day", "1969-01-01": "New Year's Day", "1969-01-02": "New Year's Day", "1969-01-07": "Orthodox Christmas Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-08": "Day of establishment of Br\u010dko District", "1969-04-07": "Catholic Easter Monday", "1969-04-11": "Orthodox Good Friday", "1969-05-01": "International Labor Day", "1969-05-02": "International Labor Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Catholic Christmas Day", "1970-01-01": "New Year's Day", "1970-01-02": "New Year's Day", "1970-01-07": "Orthodox Christmas Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-08": "Day of establishment of Br\u010dko District", "1970-03-09": "Day of establishment of Br\u010dko District (observed)", "1970-03-30": "Catholic Easter Monday", "1970-04-24": "Orthodox Good Friday", "1970-05-01": "International Labor Day", "1970-05-02": "International Labor Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Catholic Christmas Day", "1971-01-01": "New Year's Day", "1971-01-02": "New Year's Day", "1971-01-07": "Orthodox Christmas Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-08": "Day of establishment of Br\u010dko District", "1971-04-12": "Catholic Easter Monday", "1971-04-16": "Orthodox Good Friday", "1971-05-01": "International Labor Day", "1971-05-02": "International Labor Day", "1971-05-03": "International Labor Day (observed)", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Catholic Christmas Day", "1972-01-01": "New Year's Day", "1972-01-02": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-07": "Orthodox Christmas Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-03-08": "Day of establishment of Br\u010dko District", "1972-04-03": "Catholic Easter Monday", "1972-04-07": "Orthodox Good Friday", "1972-05-01": "International Labor Day", "1972-05-02": "International Labor Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-25": "Catholic Christmas Day", "1973-01-01": "New Year's Day", "1973-01-02": "New Year's Day", "1973-01-07": "Orthodox Christmas Day", "1973-01-08": "Orthodox Christmas Day (observed)", "1973-01-14": "Eid al-Adha (estimated)", "1973-03-08": "Day of establishment of Br\u010dko District", "1973-04-23": "Catholic Easter Monday", "1973-04-27": "Orthodox Good Friday", "1973-05-01": "International Labor Day", "1973-05-02": "International Labor Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-12-25": "Catholic Christmas Day", "1974-01-01": "New Year's Day", "1974-01-02": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-07": "Orthodox Christmas Day", "1974-03-08": "Day of establishment of Br\u010dko District", "1974-04-12": "Orthodox Good Friday", "1974-04-15": "Catholic Easter Monday", "1974-05-01": "International Labor Day", "1974-05-02": "International Labor Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Catholic Christmas Day", "1975-01-01": "New Year's Day", "1975-01-02": "New Year's Day", "1975-01-07": "Orthodox Christmas Day", "1975-03-08": "Day of establishment of Br\u010dko District", "1975-03-31": "Catholic Easter Monday", "1975-05-01": "International Labor Day", "1975-05-02": "International Labor Day; Orthodox Good Friday", "1975-10-06": "Eid al-Fitr (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Catholic Christmas Day", "1976-01-01": "New Year's Day", "1976-01-02": "New Year's Day", "1976-01-07": "Orthodox Christmas Day", "1976-03-08": "Day of establishment of Br\u010dko District", "1976-04-19": "Catholic Easter Monday", "1976-04-23": "Orthodox Good Friday", "1976-05-01": "International Labor Day", "1976-05-02": "International Labor Day", "1976-05-03": "International Labor Day (observed)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Catholic Christmas Day", "1977-01-01": "New Year's Day", "1977-01-02": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-07": "Orthodox Christmas Day", "1977-03-08": "Day of establishment of Br\u010dko District", "1977-04-08": "Orthodox Good Friday", "1977-04-11": "Catholic Easter Monday", "1977-05-01": "International Labor Day", "1977-05-02": "International Labor Day", "1977-05-03": "International Labor Day (observed)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Catholic Christmas Day", "1977-12-26": "Catholic Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-01-07": "Orthodox Christmas Day", "1978-03-08": "Day of establishment of Br\u010dko District", "1978-03-27": "Catholic Easter Monday", "1978-04-28": "Orthodox Good Friday", "1978-05-01": "International Labor Day", "1978-05-02": "International Labor Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Catholic Christmas Day", "1979-01-01": "New Year's Day", "1979-01-02": "New Year's Day", "1979-01-07": "Orthodox Christmas Day", "1979-01-08": "Orthodox Christmas Day (observed)", "1979-03-08": "Day of establishment of Br\u010dko District", "1979-04-16": "Catholic Easter Monday", "1979-04-20": "Orthodox Good Friday", "1979-05-01": "International Labor Day", "1979-05-02": "International Labor Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-12-25": "Catholic Christmas Day", "1980-01-01": "New Year's Day", "1980-01-02": "New Year's Day", "1980-01-07": "Orthodox Christmas Day", "1980-03-08": "Day of establishment of Br\u010dko District", "1980-04-04": "Orthodox Good Friday", "1980-04-07": "Catholic Easter Monday", "1980-05-01": "International Labor Day", "1980-05-02": "International Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-12-25": "Catholic Christmas Day", "1981-01-01": "New Year's Day", "1981-01-02": "New Year's Day", "1981-01-07": "Orthodox Christmas Day", "1981-03-08": "Day of establishment of Br\u010dko District", "1981-03-09": "Day of establishment of Br\u010dko District (observed)", "1981-04-20": "Catholic Easter Monday", "1981-04-24": "Orthodox Good Friday", "1981-05-01": "International Labor Day", "1981-05-02": "International Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-12-25": "Catholic Christmas Day", "1982-01-01": "New Year's Day", "1982-01-02": "New Year's Day", "1982-01-07": "Orthodox Christmas Day", "1982-03-08": "Day of establishment of Br\u010dko District", "1982-04-12": "Catholic Easter Monday", "1982-04-16": "Orthodox Good Friday", "1982-05-01": "International Labor Day", "1982-05-02": "International Labor Day", "1982-05-03": "International Labor Day (observed)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-12-25": "Catholic Christmas Day", "1983-01-01": "New Year's Day", "1983-01-02": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-07": "Orthodox Christmas Day", "1983-03-08": "Day of establishment of Br\u010dko District", "1983-04-04": "Catholic Easter Monday", "1983-05-01": "International Labor Day", "1983-05-02": "International Labor Day", "1983-05-03": "International Labor Day (observed)", "1983-05-06": "Orthodox Good Friday", "1983-07-11": "Eid al-Fitr (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-12-25": "Catholic Christmas Day", "1983-12-26": "Catholic Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-01-07": "Orthodox Christmas Day", "1984-03-08": "Day of establishment of Br\u010dko District", "1984-04-20": "Orthodox Good Friday", "1984-04-23": "Catholic Easter Monday", "1984-05-01": "International Labor Day", "1984-05-02": "International Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-12-25": "Catholic Christmas Day", "1985-01-01": "New Year's Day", "1985-01-02": "New Year's Day", "1985-01-07": "Orthodox Christmas Day", "1985-03-08": "Day of establishment of Br\u010dko District", "1985-04-08": "Catholic Easter Monday", "1985-04-12": "Orthodox Good Friday", "1985-05-01": "International Labor Day", "1985-05-02": "International Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-12-25": "Catholic Christmas Day", "1986-01-01": "New Year's Day", "1986-01-02": "New Year's Day", "1986-01-07": "Orthodox Christmas Day", "1986-03-08": "Day of establishment of Br\u010dko District", "1986-03-31": "Catholic Easter Monday", "1986-05-01": "International Labor Day", "1986-05-02": "International Labor Day; Orthodox Good Friday", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-12-25": "Catholic Christmas Day", "1987-01-01": "New Year's Day", "1987-01-02": "New Year's Day", "1987-01-07": "Orthodox Christmas Day", "1987-03-08": "Day of establishment of Br\u010dko District", "1987-03-09": "Day of establishment of Br\u010dko District (observed)", "1987-04-17": "Orthodox Good Friday", "1987-04-20": "Catholic Easter Monday", "1987-05-01": "International Labor Day", "1987-05-02": "International Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-12-25": "Catholic Christmas Day", "1988-01-01": "New Year's Day", "1988-01-02": "New Year's Day", "1988-01-07": "Orthodox Christmas Day", "1988-03-08": "Day of establishment of Br\u010dko District", "1988-04-04": "Catholic Easter Monday", "1988-04-08": "Orthodox Good Friday", "1988-05-01": "International Labor Day", "1988-05-02": "International Labor Day", "1988-05-03": "International Labor Day (observed)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-12-25": "Catholic Christmas Day", "1988-12-26": "Catholic Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-01-07": "Orthodox Christmas Day", "1989-03-08": "Day of establishment of Br\u010dko District", "1989-03-27": "Catholic Easter Monday", "1989-04-28": "Orthodox Good Friday", "1989-05-01": "International Labor Day", "1989-05-02": "International Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-12-25": "Catholic Christmas Day", "1990-01-01": "New Year's Day", "1990-01-02": "New Year's Day", "1990-01-07": "Orthodox Christmas Day", "1990-01-08": "Orthodox Christmas Day (observed)", "1990-03-08": "Day of establishment of Br\u010dko District", "1990-04-13": "Orthodox Good Friday", "1990-04-16": "Catholic Easter Monday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "International Labor Day", "1990-05-02": "International Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-12-25": "Catholic Christmas Day", "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Day", "1991-01-07": "Orthodox Christmas Day", "1991-03-08": "Day of establishment of Br\u010dko District", "1991-04-01": "Catholic Easter Monday", "1991-04-05": "Orthodox Good Friday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "International Labor Day", "1991-05-02": "International Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-12-25": "Catholic Christmas Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day", "1992-01-07": "Orthodox Christmas Day", "1992-03-08": "Day of establishment of Br\u010dko District", "1992-03-09": "Day of establishment of Br\u010dko District (observed)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-20": "Catholic Easter Monday", "1992-04-24": "Orthodox Good Friday", "1992-05-01": "International Labor Day", "1992-05-02": "International Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-12-25": "Catholic Christmas Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-01-07": "Orthodox Christmas Day", "1993-03-08": "Day of establishment of Br\u010dko District", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-12": "Catholic Easter Monday", "1993-04-16": "Orthodox Good Friday", "1993-05-01": "International Labor Day", "1993-05-02": "International Labor Day", "1993-05-03": "International Labor Day (observed)", "1993-05-31": "Eid al-Adha (estimated)", "1993-12-25": "Catholic Christmas Day", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-07": "Orthodox Christmas Day", "1994-03-08": "Day of establishment of Br\u010dko District", "1994-03-13": "Eid al-Fitr (estimated)", "1994-04-04": "Catholic Easter Monday", "1994-04-29": "Orthodox Good Friday", "1994-05-01": "International Labor Day", "1994-05-02": "International Labor Day", "1994-05-03": "International Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-12-25": "Catholic Christmas Day", "1994-12-26": "Catholic Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-01-07": "Orthodox Christmas Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-08": "Day of establishment of Br\u010dko District", "1995-04-17": "Catholic Easter Monday", "1995-04-21": "Orthodox Good Friday", "1995-05-01": "International Labor Day", "1995-05-02": "International Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-12-25": "Catholic Christmas Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-01-07": "Orthodox Christmas Day", "1996-01-08": "Orthodox Christmas Day (observed)", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-08": "Day of establishment of Br\u010dko District", "1996-04-08": "Catholic Easter Monday", "1996-04-12": "Orthodox Good Friday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "International Labor Day", "1996-05-02": "International Labor Day", "1996-12-25": "Catholic Christmas Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-01-07": "Orthodox Christmas Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-08": "Day of establishment of Br\u010dko District", "1997-03-31": "Catholic Easter Monday", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-25": "Orthodox Good Friday", "1997-05-01": "International Labor Day", "1997-05-02": "International Labor Day", "1997-12-25": "Catholic Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-01-07": "Orthodox Christmas Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-03-08": "Day of establishment of Br\u010dko District", "1998-03-09": "Day of establishment of Br\u010dko District (observed)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-13": "Catholic Easter Monday", "1998-04-17": "Orthodox Good Friday", "1998-05-01": "International Labor Day", "1998-05-02": "International Labor Day", "1998-12-25": "Catholic Christmas Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-01-07": "Orthodox Christmas Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-08": "Day of establishment of Br\u010dko District", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-05": "Catholic Easter Monday", "1999-04-09": "Orthodox Good Friday", "1999-05-01": "International Labor Day", "1999-05-02": "International Labor Day", "1999-05-03": "International Labor Day (observed)", "1999-12-25": "Catholic Christmas Day", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-07": "Orthodox Christmas Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-08": "Day of establishment of Br\u010dko District", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-24": "Catholic Easter Monday", "2000-04-28": "Orthodox Good Friday", "2000-05-01": "International Labor Day", "2000-05-02": "International Labor Day", "2000-12-25": "Catholic Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-01-07": "Orthodox Christmas Day", "2001-01-08": "Orthodox Christmas Day (observed)", "2001-03-06": "Eid al-Adha", "2001-03-08": "Day of establishment of Br\u010dko District", "2001-04-13": "Orthodox Good Friday", "2001-04-16": "Catholic Easter Monday", "2001-05-01": "International Labor Day", "2001-05-02": "International Labor Day", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Catholic Christmas Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-01-07": "Orthodox Christmas Day", "2002-02-23": "Eid al-Adha", "2002-03-08": "Day of establishment of Br\u010dko District", "2002-04-01": "Catholic Easter Monday", "2002-05-01": "International Labor Day", "2002-05-02": "International Labor Day", "2002-05-03": "Orthodox Good Friday", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Catholic Christmas Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-01-07": "Orthodox Christmas Day", "2003-02-12": "Eid al-Adha", "2003-03-08": "Day of establishment of Br\u010dko District", "2003-04-21": "Catholic Easter Monday", "2003-04-25": "Orthodox Good Friday", "2003-05-01": "International Labor Day", "2003-05-02": "International Labor Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Catholic Christmas Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-01-07": "Orthodox Christmas Day", "2004-02-02": "Eid al-Adha", "2004-03-08": "Day of establishment of Br\u010dko District", "2004-04-09": "Orthodox Good Friday", "2004-04-12": "Catholic Easter Monday", "2004-05-01": "International Labor Day", "2004-05-02": "International Labor Day", "2004-05-03": "International Labor Day (observed)", "2004-11-14": "Eid al-Fitr", "2004-12-25": "Catholic Christmas Day", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-07": "Orthodox Christmas Day", "2005-01-21": "Eid al-Adha", "2005-03-08": "Day of establishment of Br\u010dko District", "2005-03-28": "Catholic Easter Monday", "2005-04-29": "Orthodox Good Friday", "2005-05-01": "International Labor Day", "2005-05-02": "International Labor Day", "2005-05-03": "International Labor Day (observed)", "2005-11-04": "Eid al-Fitr", "2005-12-25": "Catholic Christmas Day", "2005-12-26": "Catholic Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-01-07": "Orthodox Christmas Day", "2006-01-10": "Eid al-Adha", "2006-03-08": "Day of establishment of Br\u010dko District", "2006-04-17": "Catholic Easter Monday", "2006-04-21": "Orthodox Good Friday", "2006-05-01": "International Labor Day", "2006-05-02": "International Labor Day", "2006-10-24": "Eid al-Fitr", "2006-12-25": "Catholic Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Day", "2007-01-07": "Orthodox Christmas Day", "2007-01-08": "Orthodox Christmas Day (observed)", "2007-03-08": "Day of establishment of Br\u010dko District", "2007-04-06": "Orthodox Good Friday", "2007-04-09": "Catholic Easter Monday", "2007-05-01": "International Labor Day", "2007-05-02": "International Labor Day", "2007-10-13": "Eid al-Fitr", "2007-12-20": "Eid al-Adha", "2007-12-25": "Catholic Christmas Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-01-07": "Orthodox Christmas Day", "2008-03-08": "Day of establishment of Br\u010dko District", "2008-03-24": "Catholic Easter Monday", "2008-04-25": "Orthodox Good Friday", "2008-05-01": "International Labor Day", "2008-05-02": "International Labor Day", "2008-10-02": "Eid al-Fitr", "2008-12-09": "Eid al-Adha", "2008-12-25": "Catholic Christmas Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-01-07": "Orthodox Christmas Day", "2009-03-08": "Day of establishment of Br\u010dko District", "2009-03-09": "Day of establishment of Br\u010dko District (observed)", "2009-04-13": "Catholic Easter Monday", "2009-04-17": "Orthodox Good Friday", "2009-05-01": "International Labor Day", "2009-05-02": "International Labor Day", "2009-09-21": "Eid al-Fitr", "2009-11-28": "Eid al-Adha", "2009-12-25": "Catholic Christmas Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-01-07": "Orthodox Christmas Day", "2010-03-08": "Day of establishment of Br\u010dko District", "2010-04-02": "Orthodox Good Friday", "2010-04-05": "Catholic Easter Monday", "2010-05-01": "International Labor Day", "2010-05-02": "International Labor Day", "2010-05-03": "International Labor Day (observed)", "2010-09-10": "Eid al-Fitr", "2010-11-17": "Eid al-Adha", "2010-12-25": "Catholic Christmas Day", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-07": "Orthodox Christmas Day", "2011-03-08": "Day of establishment of Br\u010dko District", "2011-04-22": "Orthodox Good Friday", "2011-04-25": "Catholic Easter Monday", "2011-05-01": "International Labor Day", "2011-05-02": "International Labor Day", "2011-05-03": "International Labor Day (observed)", "2011-08-31": "Eid al-Fitr", "2011-11-07": "Eid al-Adha", "2011-12-25": "Catholic Christmas Day", "2011-12-26": "Catholic Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-01-07": "Orthodox Christmas Day", "2012-03-08": "Day of establishment of Br\u010dko District", "2012-04-09": "Catholic Easter Monday", "2012-04-13": "Orthodox Good Friday", "2012-05-01": "International Labor Day", "2012-05-02": "International Labor Day", "2012-08-19": "Eid al-Fitr", "2012-10-26": "Eid al-Adha", "2012-12-25": "Catholic Christmas Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-01-07": "Orthodox Christmas Day", "2013-03-08": "Day of establishment of Br\u010dko District", "2013-04-01": "Catholic Easter Monday", "2013-05-01": "International Labor Day", "2013-05-02": "International Labor Day", "2013-05-03": "Orthodox Good Friday", "2013-08-08": "Eid al-Fitr", "2013-10-15": "Eid al-Adha", "2013-12-25": "Catholic Christmas Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-01-07": "Orthodox Christmas Day", "2014-03-08": "Day of establishment of Br\u010dko District", "2014-04-18": "Orthodox Good Friday", "2014-04-21": "Catholic Easter Monday", "2014-05-01": "International Labor Day", "2014-05-02": "International Labor Day", "2014-07-28": "Eid al-Fitr", "2014-10-04": "Eid al-Adha", "2014-12-25": "Catholic Christmas Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-01-07": "Orthodox Christmas Day", "2015-03-08": "Day of establishment of Br\u010dko District", "2015-03-09": "Day of establishment of Br\u010dko District (observed)", "2015-04-06": "Catholic Easter Monday", "2015-04-10": "Orthodox Good Friday", "2015-05-01": "International Labor Day", "2015-05-02": "International Labor Day", "2015-07-18": "Eid al-Fitr", "2015-09-24": "Eid al-Adha", "2015-12-25": "Catholic Christmas Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-07": "Orthodox Christmas Day", "2016-03-08": "Day of establishment of Br\u010dko District", "2016-03-28": "Catholic Easter Monday", "2016-04-29": "Orthodox Good Friday", "2016-05-01": "International Labor Day", "2016-05-02": "International Labor Day", "2016-05-03": "International Labor Day (observed)", "2016-07-07": "Eid al-Fitr", "2016-09-13": "Eid al-Adha", "2016-12-25": "Catholic Christmas Day", "2016-12-26": "Catholic Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-01-07": "Orthodox Christmas Day", "2017-03-08": "Day of establishment of Br\u010dko District", "2017-04-14": "Orthodox Good Friday", "2017-04-17": "Catholic Easter Monday", "2017-05-01": "International Labor Day", "2017-05-02": "International Labor Day", "2017-06-26": "Eid al-Fitr", "2017-09-02": "Eid al-Adha", "2017-12-25": "Catholic Christmas Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-01-07": "Orthodox Christmas Day", "2018-01-08": "Orthodox Christmas Day (observed)", "2018-03-08": "Day of establishment of Br\u010dko District", "2018-04-02": "Catholic Easter Monday", "2018-04-06": "Orthodox Good Friday", "2018-05-01": "International Labor Day", "2018-05-02": "International Labor Day", "2018-06-15": "Eid al-Fitr", "2018-08-22": "Eid al-Adha", "2018-12-25": "Catholic Christmas Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-01-07": "Orthodox Christmas Day", "2019-03-08": "Day of establishment of Br\u010dko District", "2019-04-22": "Catholic Easter Monday", "2019-04-26": "Orthodox Good Friday", "2019-05-01": "International Labor Day", "2019-05-02": "International Labor Day", "2019-06-04": "Eid al-Fitr", "2019-08-11": "Eid al-Adha", "2019-12-25": "Catholic Christmas Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-07": "Orthodox Christmas Day", "2020-03-08": "Day of establishment of Br\u010dko District", "2020-03-09": "Day of establishment of Br\u010dko District (observed)", "2020-04-13": "Catholic Easter Monday", "2020-04-17": "Orthodox Good Friday", "2020-05-01": "International Labor Day", "2020-05-02": "International Labor Day", "2020-05-24": "Eid al-Fitr", "2020-07-31": "Eid al-Adha", "2020-12-25": "Catholic Christmas Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-07": "Orthodox Christmas Day", "2021-03-08": "Day of establishment of Br\u010dko District", "2021-04-05": "Catholic Easter Monday", "2021-04-30": "Orthodox Good Friday", "2021-05-01": "International Labor Day", "2021-05-02": "International Labor Day", "2021-05-03": "International Labor Day (observed)", "2021-05-13": "Eid al-Fitr", "2021-07-20": "Eid al-Adha", "2021-12-25": "Catholic Christmas Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-07": "Orthodox Christmas Day", "2022-03-08": "Day of establishment of Br\u010dko District", "2022-04-18": "Catholic Easter Monday", "2022-04-22": "Orthodox Good Friday", "2022-05-01": "International Labor Day", "2022-05-02": "Eid al-Fitr; International Labor Day", "2022-05-03": "International Labor Day (observed)", "2022-07-09": "Eid al-Adha", "2022-12-25": "Catholic Christmas Day", "2022-12-26": "Catholic Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-01-07": "Orthodox Christmas Day", "2023-03-08": "Day of establishment of Br\u010dko District", "2023-04-10": "Catholic Easter Monday", "2023-04-14": "Orthodox Good Friday", "2023-04-21": "Eid al-Fitr", "2023-05-01": "International Labor Day", "2023-05-02": "International Labor Day", "2023-06-28": "Eid al-Adha", "2023-12-25": "Catholic Christmas Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-07": "Orthodox Christmas Day", "2024-01-08": "Orthodox Christmas Day (observed)", "2024-03-08": "Day of establishment of Br\u010dko District", "2024-04-01": "Catholic Easter Monday", "2024-04-10": "Eid al-Fitr", "2024-05-01": "International Labor Day", "2024-05-02": "International Labor Day", "2024-05-03": "Orthodox Good Friday", "2024-06-16": "Eid al-Adha (estimated)", "2024-12-25": "Catholic Christmas Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-07": "Orthodox Christmas Day", "2025-03-08": "Day of establishment of Br\u010dko District", "2025-03-30": "Eid al-Fitr (estimated)", "2025-04-18": "Orthodox Good Friday", "2025-04-21": "Catholic Easter Monday", "2025-05-01": "International Labor Day", "2025-05-02": "International Labor Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-12-25": "Catholic Christmas Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-07": "Orthodox Christmas Day", "2026-03-08": "Day of establishment of Br\u010dko District", "2026-03-09": "Day of establishment of Br\u010dko District (observed)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-06": "Catholic Easter Monday", "2026-04-10": "Orthodox Good Friday", "2026-05-01": "International Labor Day", "2026-05-02": "International Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-12-25": "Catholic Christmas Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-07": "Orthodox Christmas Day", "2027-03-08": "Day of establishment of Br\u010dko District", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-29": "Catholic Easter Monday", "2027-04-30": "Orthodox Good Friday", "2027-05-01": "International Labor Day", "2027-05-02": "International Labor Day", "2027-05-03": "International Labor Day (observed)", "2027-05-16": "Eid al-Adha (estimated)", "2027-12-25": "Catholic Christmas Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-07": "Orthodox Christmas Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-08": "Day of establishment of Br\u010dko District", "2028-04-14": "Orthodox Good Friday", "2028-04-17": "Catholic Easter Monday", "2028-05-01": "International Labor Day", "2028-05-02": "International Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-12-25": "Catholic Christmas Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-07": "Orthodox Christmas Day", "2029-01-08": "Orthodox Christmas Day (observed)", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-08": "Day of establishment of Br\u010dko District", "2029-04-02": "Catholic Easter Monday", "2029-04-06": "Orthodox Good Friday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "International Labor Day", "2029-05-02": "International Labor Day", "2029-12-25": "Catholic Christmas Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-07": "Orthodox Christmas Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-08": "Day of establishment of Br\u010dko District", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-22": "Catholic Easter Monday", "2030-04-26": "Orthodox Good Friday", "2030-05-01": "International Labor Day", "2030-05-02": "International Labor Day", "2030-12-25": "Catholic Christmas Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-07": "Orthodox Christmas Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-03-08": "Day of establishment of Br\u010dko District", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-11": "Orthodox Good Friday", "2031-04-14": "Catholic Easter Monday", "2031-05-01": "International Labor Day", "2031-05-02": "International Labor Day", "2031-12-25": "Catholic Christmas Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-07": "Orthodox Christmas Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-03-08": "Day of establishment of Br\u010dko District", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-29": "Catholic Easter Monday", "2032-04-30": "Orthodox Good Friday", "2032-05-01": "International Labor Day", "2032-05-02": "International Labor Day", "2032-05-03": "International Labor Day (observed)", "2032-12-25": "Catholic Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated); New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-07": "Orthodox Christmas Day", "2033-03-08": "Day of establishment of Br\u010dko District", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-18": "Catholic Easter Monday", "2033-04-22": "Orthodox Good Friday", "2033-05-01": "International Labor Day", "2033-05-02": "International Labor Day", "2033-05-03": "International Labor Day (observed)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Catholic Christmas Day", "2033-12-26": "Catholic Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-01-07": "Orthodox Christmas Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-08": "Day of establishment of Br\u010dko District", "2034-04-07": "Orthodox Good Friday", "2034-04-10": "Catholic Easter Monday", "2034-05-01": "International Labor Day", "2034-05-02": "International Labor Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Catholic Christmas Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-07": "Orthodox Christmas Day", "2035-01-08": "Orthodox Christmas Day (observed)", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Day of establishment of Br\u010dko District", "2035-03-26": "Catholic Easter Monday", "2035-04-27": "Orthodox Good Friday", "2035-05-01": "International Labor Day", "2035-05-02": "International Labor Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Catholic Christmas Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-07": "Orthodox Christmas Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Day of establishment of Br\u010dko District", "2036-04-14": "Catholic Easter Monday", "2036-04-18": "Orthodox Good Friday", "2036-05-01": "International Labor Day", "2036-05-02": "International Labor Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Catholic Christmas Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-07": "Orthodox Christmas Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-03-08": "Day of establishment of Br\u010dko District", "2037-03-09": "Day of establishment of Br\u010dko District (observed)", "2037-04-03": "Orthodox Good Friday", "2037-04-06": "Catholic Easter Monday", "2037-05-01": "International Labor Day", "2037-05-02": "International Labor Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-12-25": "Catholic Christmas Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-07": "Orthodox Christmas Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-03-08": "Day of establishment of Br\u010dko District", "2038-04-23": "Orthodox Good Friday", "2038-04-26": "Catholic Easter Monday", "2038-05-01": "International Labor Day", "2038-05-02": "International Labor Day", "2038-05-03": "International Labor Day (observed)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-12-25": "Catholic Christmas Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-07": "Orthodox Christmas Day", "2039-03-08": "Day of establishment of Br\u010dko District", "2039-04-11": "Catholic Easter Monday", "2039-04-15": "Orthodox Good Friday", "2039-05-01": "International Labor Day", "2039-05-02": "International Labor Day", "2039-05-03": "International Labor Day (observed)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-12-25": "Catholic Christmas Day", "2039-12-26": "Catholic Christmas Day (observed); Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-01-07": "Orthodox Christmas Day", "2040-03-08": "Day of establishment of Br\u010dko District", "2040-04-02": "Catholic Easter Monday", "2040-05-01": "International Labor Day", "2040-05-02": "International Labor Day", "2040-05-04": "Orthodox Good Friday", "2040-10-07": "Eid al-Fitr (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Catholic Christmas Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-07": "Orthodox Christmas Day", "2041-03-08": "Day of establishment of Br\u010dko District", "2041-04-19": "Orthodox Good Friday", "2041-04-22": "Catholic Easter Monday", "2041-05-01": "International Labor Day", "2041-05-02": "International Labor Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Catholic Christmas Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-07": "Orthodox Christmas Day", "2042-03-08": "Day of establishment of Br\u010dko District", "2042-04-07": "Catholic Easter Monday", "2042-04-11": "Orthodox Good Friday", "2042-05-01": "International Labor Day", "2042-05-02": "International Labor Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-25": "Catholic Christmas Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-07": "Orthodox Christmas Day", "2043-03-08": "Day of establishment of Br\u010dko District", "2043-03-09": "Day of establishment of Br\u010dko District (observed)", "2043-03-30": "Catholic Easter Monday", "2043-05-01": "International Labor Day; Orthodox Good Friday", "2043-05-02": "International Labor Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-25": "Catholic Christmas Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-07": "Orthodox Christmas Day", "2044-03-08": "Day of establishment of Br\u010dko District", "2044-04-18": "Catholic Easter Monday", "2044-04-22": "Orthodox Good Friday", "2044-05-01": "International Labor Day", "2044-05-02": "International Labor Day", "2044-05-03": "International Labor Day (observed)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-12-25": "Catholic Christmas Day", "2044-12-26": "Catholic Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-01-07": "Orthodox Christmas Day", "2045-03-08": "Day of establishment of Br\u010dko District", "2045-04-07": "Orthodox Good Friday", "2045-04-10": "Catholic Easter Monday", "2045-05-01": "International Labor Day", "2045-05-02": "International Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-12-25": "Catholic Christmas Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-07": "Orthodox Christmas Day", "2046-01-08": "Orthodox Christmas Day (observed)", "2046-03-08": "Day of establishment of Br\u010dko District", "2046-03-26": "Catholic Easter Monday", "2046-04-27": "Orthodox Good Friday", "2046-05-01": "International Labor Day", "2046-05-02": "International Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-12-25": "Catholic Christmas Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-07": "Orthodox Christmas Day", "2047-03-08": "Day of establishment of Br\u010dko District", "2047-04-15": "Catholic Easter Monday", "2047-04-19": "Orthodox Good Friday", "2047-05-01": "International Labor Day", "2047-05-02": "International Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-12-25": "Catholic Christmas Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-07": "Orthodox Christmas Day", "2048-03-08": "Day of establishment of Br\u010dko District", "2048-03-09": "Day of establishment of Br\u010dko District (observed)", "2048-04-03": "Orthodox Good Friday", "2048-04-06": "Catholic Easter Monday", "2048-05-01": "International Labor Day", "2048-05-02": "International Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-12-25": "Catholic Christmas Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-07": "Orthodox Christmas Day", "2049-03-08": "Day of establishment of Br\u010dko District", "2049-04-19": "Catholic Easter Monday", "2049-04-23": "Orthodox Good Friday", "2049-05-01": "International Labor Day", "2049-05-02": "International Labor Day", "2049-05-03": "International Labor Day (observed)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-12-25": "Catholic Christmas Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-07": "Orthodox Christmas Day", "2050-03-08": "Day of establishment of Br\u010dko District", "2050-04-11": "Catholic Easter Monday", "2050-04-15": "Orthodox Good Friday", "2050-05-01": "International Labor Day", "2050-05-02": "International Labor Day", "2050-05-03": "International Labor Day (observed)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-12-25": "Catholic Christmas Day", "2050-12-26": "Catholic Christmas Day (observed)" } holidays-0.71/snapshots/countries/BA_COMMON.json000066400000000000000000001230571500152103600215400ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day", "1950-01-07": "Orthodox Christmas Day", "1950-04-07": "Orthodox Good Friday", "1950-04-10": "Catholic Easter Monday", "1950-05-01": "International Labor Day", "1950-05-02": "International Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-12-25": "Catholic Christmas Day", "1951-01-01": "New Year's Day", "1951-01-02": "New Year's Day", "1951-01-07": "Orthodox Christmas Day", "1951-03-26": "Catholic Easter Monday", "1951-04-27": "Orthodox Good Friday", "1951-05-01": "International Labor Day", "1951-05-02": "International Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-12-25": "Catholic Christmas Day", "1952-01-01": "New Year's Day", "1952-01-02": "New Year's Day", "1952-01-07": "Orthodox Christmas Day", "1952-04-14": "Catholic Easter Monday", "1952-04-18": "Orthodox Good Friday", "1952-05-01": "International Labor Day", "1952-05-02": "International Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-12-25": "Catholic Christmas Day", "1953-01-01": "New Year's Day", "1953-01-02": "New Year's Day", "1953-01-07": "Orthodox Christmas Day", "1953-04-03": "Orthodox Good Friday", "1953-04-06": "Catholic Easter Monday", "1953-05-01": "International Labor Day", "1953-05-02": "International Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-12-25": "Catholic Christmas Day", "1954-01-01": "New Year's Day", "1954-01-02": "New Year's Day", "1954-01-07": "Orthodox Christmas Day", "1954-04-19": "Catholic Easter Monday", "1954-04-23": "Orthodox Good Friday", "1954-05-01": "International Labor Day", "1954-05-02": "International Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-12-25": "Catholic Christmas Day", "1955-01-01": "New Year's Day", "1955-01-02": "New Year's Day", "1955-01-07": "Orthodox Christmas Day", "1955-04-11": "Catholic Easter Monday", "1955-04-15": "Orthodox Good Friday", "1955-05-01": "International Labor Day", "1955-05-02": "International Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-12-25": "Catholic Christmas Day", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day", "1956-01-07": "Orthodox Christmas Day", "1956-04-02": "Catholic Easter Monday", "1956-05-01": "International Labor Day", "1956-05-02": "International Labor Day", "1956-05-04": "Orthodox Good Friday", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-12-25": "Catholic Christmas Day", "1957-01-01": "New Year's Day", "1957-01-02": "New Year's Day", "1957-01-07": "Orthodox Christmas Day", "1957-04-19": "Orthodox Good Friday", "1957-04-22": "Catholic Easter Monday", "1957-05-01": "Eid al-Fitr (estimated); International Labor Day", "1957-05-02": "International Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-12-25": "Catholic Christmas Day", "1958-01-01": "New Year's Day", "1958-01-02": "New Year's Day", "1958-01-07": "Orthodox Christmas Day", "1958-04-07": "Catholic Easter Monday", "1958-04-11": "Orthodox Good Friday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "International Labor Day", "1958-05-02": "International Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-12-25": "Catholic Christmas Day", "1959-01-01": "New Year's Day", "1959-01-02": "New Year's Day", "1959-01-07": "Orthodox Christmas Day", "1959-03-30": "Catholic Easter Monday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "International Labor Day; Orthodox Good Friday", "1959-05-02": "International Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-12-25": "Catholic Christmas Day", "1960-01-01": "New Year's Day", "1960-01-02": "New Year's Day", "1960-01-07": "Orthodox Christmas Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-15": "Orthodox Good Friday", "1960-04-18": "Catholic Easter Monday", "1960-05-01": "International Labor Day", "1960-05-02": "International Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-12-25": "Catholic Christmas Day", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day", "1961-01-07": "Orthodox Christmas Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-04-03": "Catholic Easter Monday", "1961-04-07": "Orthodox Good Friday", "1961-05-01": "International Labor Day", "1961-05-02": "International Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-12-25": "Catholic Christmas Day", "1962-01-01": "New Year's Day", "1962-01-02": "New Year's Day", "1962-01-07": "Orthodox Christmas Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-23": "Catholic Easter Monday", "1962-04-27": "Orthodox Good Friday", "1962-05-01": "International Labor Day", "1962-05-02": "International Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-12-25": "Catholic Christmas Day", "1963-01-01": "New Year's Day", "1963-01-02": "New Year's Day", "1963-01-07": "Orthodox Christmas Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-12": "Orthodox Good Friday", "1963-04-15": "Catholic Easter Monday", "1963-05-01": "International Labor Day", "1963-05-02": "International Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-12-25": "Catholic Christmas Day", "1964-01-01": "New Year's Day", "1964-01-02": "New Year's Day", "1964-01-07": "Orthodox Christmas Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-30": "Catholic Easter Monday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "International Labor Day; Orthodox Good Friday", "1964-05-02": "International Labor Day", "1964-12-25": "Catholic Christmas Day", "1965-01-01": "New Year's Day", "1965-01-02": "New Year's Day", "1965-01-07": "Orthodox Christmas Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-19": "Catholic Easter Monday", "1965-04-23": "Orthodox Good Friday", "1965-05-01": "International Labor Day", "1965-05-02": "International Labor Day", "1965-12-25": "Catholic Christmas Day", "1966-01-01": "New Year's Day", "1966-01-02": "New Year's Day", "1966-01-07": "Orthodox Christmas Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-08": "Orthodox Good Friday", "1966-04-11": "Catholic Easter Monday", "1966-05-01": "International Labor Day", "1966-05-02": "International Labor Day", "1966-12-25": "Catholic Christmas Day", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day", "1967-01-07": "Orthodox Christmas Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-27": "Catholic Easter Monday", "1967-04-28": "Orthodox Good Friday", "1967-05-01": "International Labor Day", "1967-05-02": "International Labor Day", "1967-12-25": "Catholic Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "New Year's Day", "1968-01-07": "Orthodox Christmas Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-15": "Catholic Easter Monday", "1968-04-19": "Orthodox Good Friday", "1968-05-01": "International Labor Day", "1968-05-02": "International Labor Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Catholic Christmas Day", "1969-01-01": "New Year's Day", "1969-01-02": "New Year's Day", "1969-01-07": "Orthodox Christmas Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-04-07": "Catholic Easter Monday", "1969-04-11": "Orthodox Good Friday", "1969-05-01": "International Labor Day", "1969-05-02": "International Labor Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Catholic Christmas Day", "1970-01-01": "New Year's Day", "1970-01-02": "New Year's Day", "1970-01-07": "Orthodox Christmas Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-30": "Catholic Easter Monday", "1970-04-24": "Orthodox Good Friday", "1970-05-01": "International Labor Day", "1970-05-02": "International Labor Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Catholic Christmas Day", "1971-01-01": "New Year's Day", "1971-01-02": "New Year's Day", "1971-01-07": "Orthodox Christmas Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-04-12": "Catholic Easter Monday", "1971-04-16": "Orthodox Good Friday", "1971-05-01": "International Labor Day", "1971-05-02": "International Labor Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Catholic Christmas Day", "1972-01-01": "New Year's Day", "1972-01-02": "New Year's Day", "1972-01-07": "Orthodox Christmas Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-04-03": "Catholic Easter Monday", "1972-04-07": "Orthodox Good Friday", "1972-05-01": "International Labor Day", "1972-05-02": "International Labor Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-25": "Catholic Christmas Day", "1973-01-01": "New Year's Day", "1973-01-02": "New Year's Day", "1973-01-07": "Orthodox Christmas Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-04-23": "Catholic Easter Monday", "1973-04-27": "Orthodox Good Friday", "1973-05-01": "International Labor Day", "1973-05-02": "International Labor Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-12-25": "Catholic Christmas Day", "1974-01-01": "New Year's Day", "1974-01-02": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-07": "Orthodox Christmas Day", "1974-04-12": "Orthodox Good Friday", "1974-04-15": "Catholic Easter Monday", "1974-05-01": "International Labor Day", "1974-05-02": "International Labor Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Catholic Christmas Day", "1975-01-01": "New Year's Day", "1975-01-02": "New Year's Day", "1975-01-07": "Orthodox Christmas Day", "1975-03-31": "Catholic Easter Monday", "1975-05-01": "International Labor Day", "1975-05-02": "International Labor Day; Orthodox Good Friday", "1975-10-06": "Eid al-Fitr (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Catholic Christmas Day", "1976-01-01": "New Year's Day", "1976-01-02": "New Year's Day", "1976-01-07": "Orthodox Christmas Day", "1976-04-19": "Catholic Easter Monday", "1976-04-23": "Orthodox Good Friday", "1976-05-01": "International Labor Day", "1976-05-02": "International Labor Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Catholic Christmas Day", "1977-01-01": "New Year's Day", "1977-01-02": "New Year's Day", "1977-01-07": "Orthodox Christmas Day", "1977-04-08": "Orthodox Good Friday", "1977-04-11": "Catholic Easter Monday", "1977-05-01": "International Labor Day", "1977-05-02": "International Labor Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Catholic Christmas Day", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day", "1978-01-07": "Orthodox Christmas Day", "1978-03-27": "Catholic Easter Monday", "1978-04-28": "Orthodox Good Friday", "1978-05-01": "International Labor Day", "1978-05-02": "International Labor Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Catholic Christmas Day", "1979-01-01": "New Year's Day", "1979-01-02": "New Year's Day", "1979-01-07": "Orthodox Christmas Day", "1979-04-16": "Catholic Easter Monday", "1979-04-20": "Orthodox Good Friday", "1979-05-01": "International Labor Day", "1979-05-02": "International Labor Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-12-25": "Catholic Christmas Day", "1980-01-01": "New Year's Day", "1980-01-02": "New Year's Day", "1980-01-07": "Orthodox Christmas Day", "1980-04-04": "Orthodox Good Friday", "1980-04-07": "Catholic Easter Monday", "1980-05-01": "International Labor Day", "1980-05-02": "International Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-12-25": "Catholic Christmas Day", "1981-01-01": "New Year's Day", "1981-01-02": "New Year's Day", "1981-01-07": "Orthodox Christmas Day", "1981-04-20": "Catholic Easter Monday", "1981-04-24": "Orthodox Good Friday", "1981-05-01": "International Labor Day", "1981-05-02": "International Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-12-25": "Catholic Christmas Day", "1982-01-01": "New Year's Day", "1982-01-02": "New Year's Day", "1982-01-07": "Orthodox Christmas Day", "1982-04-12": "Catholic Easter Monday", "1982-04-16": "Orthodox Good Friday", "1982-05-01": "International Labor Day", "1982-05-02": "International Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-12-25": "Catholic Christmas Day", "1983-01-01": "New Year's Day", "1983-01-02": "New Year's Day", "1983-01-07": "Orthodox Christmas Day", "1983-04-04": "Catholic Easter Monday", "1983-05-01": "International Labor Day", "1983-05-02": "International Labor Day", "1983-05-06": "Orthodox Good Friday", "1983-07-11": "Eid al-Fitr (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-12-25": "Catholic Christmas Day", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day", "1984-01-07": "Orthodox Christmas Day", "1984-04-20": "Orthodox Good Friday", "1984-04-23": "Catholic Easter Monday", "1984-05-01": "International Labor Day", "1984-05-02": "International Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-12-25": "Catholic Christmas Day", "1985-01-01": "New Year's Day", "1985-01-02": "New Year's Day", "1985-01-07": "Orthodox Christmas Day", "1985-04-08": "Catholic Easter Monday", "1985-04-12": "Orthodox Good Friday", "1985-05-01": "International Labor Day", "1985-05-02": "International Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-12-25": "Catholic Christmas Day", "1986-01-01": "New Year's Day", "1986-01-02": "New Year's Day", "1986-01-07": "Orthodox Christmas Day", "1986-03-31": "Catholic Easter Monday", "1986-05-01": "International Labor Day", "1986-05-02": "International Labor Day; Orthodox Good Friday", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-12-25": "Catholic Christmas Day", "1987-01-01": "New Year's Day", "1987-01-02": "New Year's Day", "1987-01-07": "Orthodox Christmas Day", "1987-04-17": "Orthodox Good Friday", "1987-04-20": "Catholic Easter Monday", "1987-05-01": "International Labor Day", "1987-05-02": "International Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-12-25": "Catholic Christmas Day", "1988-01-01": "New Year's Day", "1988-01-02": "New Year's Day", "1988-01-07": "Orthodox Christmas Day", "1988-04-04": "Catholic Easter Monday", "1988-04-08": "Orthodox Good Friday", "1988-05-01": "International Labor Day", "1988-05-02": "International Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-12-25": "Catholic Christmas Day", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day", "1989-01-07": "Orthodox Christmas Day", "1989-03-27": "Catholic Easter Monday", "1989-04-28": "Orthodox Good Friday", "1989-05-01": "International Labor Day", "1989-05-02": "International Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-12-25": "Catholic Christmas Day", "1990-01-01": "New Year's Day", "1990-01-02": "New Year's Day", "1990-01-07": "Orthodox Christmas Day", "1990-04-13": "Orthodox Good Friday", "1990-04-16": "Catholic Easter Monday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "International Labor Day", "1990-05-02": "International Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-12-25": "Catholic Christmas Day", "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Day", "1991-01-07": "Orthodox Christmas Day", "1991-04-01": "Catholic Easter Monday", "1991-04-05": "Orthodox Good Friday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "International Labor Day", "1991-05-02": "International Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-12-25": "Catholic Christmas Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day", "1992-01-07": "Orthodox Christmas Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-20": "Catholic Easter Monday", "1992-04-24": "Orthodox Good Friday", "1992-05-01": "International Labor Day", "1992-05-02": "International Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-12-25": "Catholic Christmas Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-01-07": "Orthodox Christmas Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-12": "Catholic Easter Monday", "1993-04-16": "Orthodox Good Friday", "1993-05-01": "International Labor Day", "1993-05-02": "International Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-12-25": "Catholic Christmas Day", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-01-07": "Orthodox Christmas Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-04-04": "Catholic Easter Monday", "1994-04-29": "Orthodox Good Friday", "1994-05-01": "International Labor Day", "1994-05-02": "International Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-12-25": "Catholic Christmas Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-01-07": "Orthodox Christmas Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-17": "Catholic Easter Monday", "1995-04-21": "Orthodox Good Friday", "1995-05-01": "International Labor Day", "1995-05-02": "International Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-12-25": "Catholic Christmas Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-01-07": "Orthodox Christmas Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-04-08": "Catholic Easter Monday", "1996-04-12": "Orthodox Good Friday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "International Labor Day", "1996-05-02": "International Labor Day", "1996-12-25": "Catholic Christmas Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-01-07": "Orthodox Christmas Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-31": "Catholic Easter Monday", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-25": "Orthodox Good Friday", "1997-05-01": "International Labor Day", "1997-05-02": "International Labor Day", "1997-12-25": "Catholic Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-01-07": "Orthodox Christmas Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-13": "Catholic Easter Monday", "1998-04-17": "Orthodox Good Friday", "1998-05-01": "International Labor Day", "1998-05-02": "International Labor Day", "1998-12-25": "Catholic Christmas Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-01-07": "Orthodox Christmas Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-05": "Catholic Easter Monday", "1999-04-09": "Orthodox Good Friday", "1999-05-01": "International Labor Day", "1999-05-02": "International Labor Day", "1999-12-25": "Catholic Christmas Day", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-01-07": "Orthodox Christmas Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-24": "Catholic Easter Monday", "2000-04-28": "Orthodox Good Friday", "2000-05-01": "International Labor Day", "2000-05-02": "International Labor Day", "2000-12-25": "Catholic Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-01-07": "Orthodox Christmas Day", "2001-03-06": "Eid al-Adha", "2001-04-13": "Orthodox Good Friday", "2001-04-16": "Catholic Easter Monday", "2001-05-01": "International Labor Day", "2001-05-02": "International Labor Day", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Catholic Christmas Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-01-07": "Orthodox Christmas Day", "2002-02-23": "Eid al-Adha", "2002-04-01": "Catholic Easter Monday", "2002-05-01": "International Labor Day", "2002-05-02": "International Labor Day", "2002-05-03": "Orthodox Good Friday", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Catholic Christmas Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-01-07": "Orthodox Christmas Day", "2003-02-12": "Eid al-Adha", "2003-04-21": "Catholic Easter Monday", "2003-04-25": "Orthodox Good Friday", "2003-05-01": "International Labor Day", "2003-05-02": "International Labor Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Catholic Christmas Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-01-07": "Orthodox Christmas Day", "2004-02-02": "Eid al-Adha", "2004-04-09": "Orthodox Good Friday", "2004-04-12": "Catholic Easter Monday", "2004-05-01": "International Labor Day", "2004-05-02": "International Labor Day", "2004-11-14": "Eid al-Fitr", "2004-12-25": "Catholic Christmas Day", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day", "2005-01-07": "Orthodox Christmas Day", "2005-01-21": "Eid al-Adha", "2005-03-28": "Catholic Easter Monday", "2005-04-29": "Orthodox Good Friday", "2005-05-01": "International Labor Day", "2005-05-02": "International Labor Day", "2005-11-04": "Eid al-Fitr", "2005-12-25": "Catholic Christmas Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-01-07": "Orthodox Christmas Day", "2006-01-10": "Eid al-Adha", "2006-04-17": "Catholic Easter Monday", "2006-04-21": "Orthodox Good Friday", "2006-05-01": "International Labor Day", "2006-05-02": "International Labor Day", "2006-10-24": "Eid al-Fitr", "2006-12-25": "Catholic Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Day", "2007-01-07": "Orthodox Christmas Day", "2007-04-06": "Orthodox Good Friday", "2007-04-09": "Catholic Easter Monday", "2007-05-01": "International Labor Day", "2007-05-02": "International Labor Day", "2007-10-13": "Eid al-Fitr", "2007-12-20": "Eid al-Adha", "2007-12-25": "Catholic Christmas Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-01-07": "Orthodox Christmas Day", "2008-03-24": "Catholic Easter Monday", "2008-04-25": "Orthodox Good Friday", "2008-05-01": "International Labor Day", "2008-05-02": "International Labor Day", "2008-10-02": "Eid al-Fitr", "2008-12-09": "Eid al-Adha", "2008-12-25": "Catholic Christmas Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-01-07": "Orthodox Christmas Day", "2009-04-13": "Catholic Easter Monday", "2009-04-17": "Orthodox Good Friday", "2009-05-01": "International Labor Day", "2009-05-02": "International Labor Day", "2009-09-21": "Eid al-Fitr", "2009-11-28": "Eid al-Adha", "2009-12-25": "Catholic Christmas Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-01-07": "Orthodox Christmas Day", "2010-04-02": "Orthodox Good Friday", "2010-04-05": "Catholic Easter Monday", "2010-05-01": "International Labor Day", "2010-05-02": "International Labor Day", "2010-09-10": "Eid al-Fitr", "2010-11-17": "Eid al-Adha", "2010-12-25": "Catholic Christmas Day", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-01-07": "Orthodox Christmas Day", "2011-04-22": "Orthodox Good Friday", "2011-04-25": "Catholic Easter Monday", "2011-05-01": "International Labor Day", "2011-05-02": "International Labor Day", "2011-08-31": "Eid al-Fitr", "2011-11-07": "Eid al-Adha", "2011-12-25": "Catholic Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-01-07": "Orthodox Christmas Day", "2012-04-09": "Catholic Easter Monday", "2012-04-13": "Orthodox Good Friday", "2012-05-01": "International Labor Day", "2012-05-02": "International Labor Day", "2012-08-19": "Eid al-Fitr", "2012-10-26": "Eid al-Adha", "2012-12-25": "Catholic Christmas Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-01-07": "Orthodox Christmas Day", "2013-04-01": "Catholic Easter Monday", "2013-05-01": "International Labor Day", "2013-05-02": "International Labor Day", "2013-05-03": "Orthodox Good Friday", "2013-08-08": "Eid al-Fitr", "2013-10-15": "Eid al-Adha", "2013-12-25": "Catholic Christmas Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-01-07": "Orthodox Christmas Day", "2014-04-18": "Orthodox Good Friday", "2014-04-21": "Catholic Easter Monday", "2014-05-01": "International Labor Day", "2014-05-02": "International Labor Day", "2014-07-28": "Eid al-Fitr", "2014-10-04": "Eid al-Adha", "2014-12-25": "Catholic Christmas Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-01-07": "Orthodox Christmas Day", "2015-04-06": "Catholic Easter Monday", "2015-04-10": "Orthodox Good Friday", "2015-05-01": "International Labor Day", "2015-05-02": "International Labor Day", "2015-07-18": "Eid al-Fitr", "2015-09-24": "Eid al-Adha", "2015-12-25": "Catholic Christmas Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-07": "Orthodox Christmas Day", "2016-03-28": "Catholic Easter Monday", "2016-04-29": "Orthodox Good Friday", "2016-05-01": "International Labor Day", "2016-05-02": "International Labor Day", "2016-07-07": "Eid al-Fitr", "2016-09-13": "Eid al-Adha", "2016-12-25": "Catholic Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-07": "Orthodox Christmas Day", "2017-04-14": "Orthodox Good Friday", "2017-04-17": "Catholic Easter Monday", "2017-05-01": "International Labor Day", "2017-05-02": "International Labor Day", "2017-06-26": "Eid al-Fitr", "2017-09-02": "Eid al-Adha", "2017-12-25": "Catholic Christmas Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-01-07": "Orthodox Christmas Day", "2018-04-02": "Catholic Easter Monday", "2018-04-06": "Orthodox Good Friday", "2018-05-01": "International Labor Day", "2018-05-02": "International Labor Day", "2018-06-15": "Eid al-Fitr", "2018-08-22": "Eid al-Adha", "2018-12-25": "Catholic Christmas Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-01-07": "Orthodox Christmas Day", "2019-04-22": "Catholic Easter Monday", "2019-04-26": "Orthodox Good Friday", "2019-05-01": "International Labor Day", "2019-05-02": "International Labor Day", "2019-06-04": "Eid al-Fitr", "2019-08-11": "Eid al-Adha", "2019-12-25": "Catholic Christmas Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-07": "Orthodox Christmas Day", "2020-04-13": "Catholic Easter Monday", "2020-04-17": "Orthodox Good Friday", "2020-05-01": "International Labor Day", "2020-05-02": "International Labor Day", "2020-05-24": "Eid al-Fitr", "2020-07-31": "Eid al-Adha", "2020-12-25": "Catholic Christmas Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-07": "Orthodox Christmas Day", "2021-04-05": "Catholic Easter Monday", "2021-04-30": "Orthodox Good Friday", "2021-05-01": "International Labor Day", "2021-05-02": "International Labor Day", "2021-05-13": "Eid al-Fitr", "2021-07-20": "Eid al-Adha", "2021-12-25": "Catholic Christmas Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-07": "Orthodox Christmas Day", "2022-04-18": "Catholic Easter Monday", "2022-04-22": "Orthodox Good Friday", "2022-05-01": "International Labor Day", "2022-05-02": "Eid al-Fitr; International Labor Day", "2022-07-09": "Eid al-Adha", "2022-12-25": "Catholic Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-07": "Orthodox Christmas Day", "2023-04-10": "Catholic Easter Monday", "2023-04-14": "Orthodox Good Friday", "2023-04-21": "Eid al-Fitr", "2023-05-01": "International Labor Day", "2023-05-02": "International Labor Day", "2023-06-28": "Eid al-Adha", "2023-12-25": "Catholic Christmas Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-07": "Orthodox Christmas Day", "2024-04-01": "Catholic Easter Monday", "2024-04-10": "Eid al-Fitr", "2024-05-01": "International Labor Day", "2024-05-02": "International Labor Day", "2024-05-03": "Orthodox Good Friday", "2024-06-16": "Eid al-Adha (estimated)", "2024-12-25": "Catholic Christmas Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-07": "Orthodox Christmas Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-04-18": "Orthodox Good Friday", "2025-04-21": "Catholic Easter Monday", "2025-05-01": "International Labor Day", "2025-05-02": "International Labor Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-12-25": "Catholic Christmas Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-07": "Orthodox Christmas Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-06": "Catholic Easter Monday", "2026-04-10": "Orthodox Good Friday", "2026-05-01": "International Labor Day", "2026-05-02": "International Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-12-25": "Catholic Christmas Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-07": "Orthodox Christmas Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-29": "Catholic Easter Monday", "2027-04-30": "Orthodox Good Friday", "2027-05-01": "International Labor Day", "2027-05-02": "International Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-12-25": "Catholic Christmas Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-07": "Orthodox Christmas Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-04-14": "Orthodox Good Friday", "2028-04-17": "Catholic Easter Monday", "2028-05-01": "International Labor Day", "2028-05-02": "International Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-12-25": "Catholic Christmas Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-07": "Orthodox Christmas Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-04-02": "Catholic Easter Monday", "2029-04-06": "Orthodox Good Friday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "International Labor Day", "2029-05-02": "International Labor Day", "2029-12-25": "Catholic Christmas Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-07": "Orthodox Christmas Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-22": "Catholic Easter Monday", "2030-04-26": "Orthodox Good Friday", "2030-05-01": "International Labor Day", "2030-05-02": "International Labor Day", "2030-12-25": "Catholic Christmas Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-07": "Orthodox Christmas Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-11": "Orthodox Good Friday", "2031-04-14": "Catholic Easter Monday", "2031-05-01": "International Labor Day", "2031-05-02": "International Labor Day", "2031-12-25": "Catholic Christmas Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-07": "Orthodox Christmas Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-29": "Catholic Easter Monday", "2032-04-30": "Orthodox Good Friday", "2032-05-01": "International Labor Day", "2032-05-02": "International Labor Day", "2032-12-25": "Catholic Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated); New Year's Day", "2033-01-07": "Orthodox Christmas Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-18": "Catholic Easter Monday", "2033-04-22": "Orthodox Good Friday", "2033-05-01": "International Labor Day", "2033-05-02": "International Labor Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Catholic Christmas Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-07": "Orthodox Christmas Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-04-07": "Orthodox Good Friday", "2034-04-10": "Catholic Easter Monday", "2034-05-01": "International Labor Day", "2034-05-02": "International Labor Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Catholic Christmas Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-07": "Orthodox Christmas Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-26": "Catholic Easter Monday", "2035-04-27": "Orthodox Good Friday", "2035-05-01": "International Labor Day", "2035-05-02": "International Labor Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Catholic Christmas Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-07": "Orthodox Christmas Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-04-14": "Catholic Easter Monday", "2036-04-18": "Orthodox Good Friday", "2036-05-01": "International Labor Day", "2036-05-02": "International Labor Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Catholic Christmas Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-07": "Orthodox Christmas Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-04-03": "Orthodox Good Friday", "2037-04-06": "Catholic Easter Monday", "2037-05-01": "International Labor Day", "2037-05-02": "International Labor Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-12-25": "Catholic Christmas Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-07": "Orthodox Christmas Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-04-23": "Orthodox Good Friday", "2038-04-26": "Catholic Easter Monday", "2038-05-01": "International Labor Day", "2038-05-02": "International Labor Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-12-25": "Catholic Christmas Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-07": "Orthodox Christmas Day", "2039-04-11": "Catholic Easter Monday", "2039-04-15": "Orthodox Good Friday", "2039-05-01": "International Labor Day", "2039-05-02": "International Labor Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-12-25": "Catholic Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-07": "Orthodox Christmas Day", "2040-04-02": "Catholic Easter Monday", "2040-05-01": "International Labor Day", "2040-05-02": "International Labor Day", "2040-05-04": "Orthodox Good Friday", "2040-10-07": "Eid al-Fitr (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Catholic Christmas Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-07": "Orthodox Christmas Day", "2041-04-19": "Orthodox Good Friday", "2041-04-22": "Catholic Easter Monday", "2041-05-01": "International Labor Day", "2041-05-02": "International Labor Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Catholic Christmas Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-07": "Orthodox Christmas Day", "2042-04-07": "Catholic Easter Monday", "2042-04-11": "Orthodox Good Friday", "2042-05-01": "International Labor Day", "2042-05-02": "International Labor Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-25": "Catholic Christmas Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-07": "Orthodox Christmas Day", "2043-03-30": "Catholic Easter Monday", "2043-05-01": "International Labor Day; Orthodox Good Friday", "2043-05-02": "International Labor Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-25": "Catholic Christmas Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-07": "Orthodox Christmas Day", "2044-04-18": "Catholic Easter Monday", "2044-04-22": "Orthodox Good Friday", "2044-05-01": "International Labor Day", "2044-05-02": "International Labor Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-12-25": "Catholic Christmas Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-07": "Orthodox Christmas Day", "2045-04-07": "Orthodox Good Friday", "2045-04-10": "Catholic Easter Monday", "2045-05-01": "International Labor Day", "2045-05-02": "International Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-12-25": "Catholic Christmas Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-07": "Orthodox Christmas Day", "2046-03-26": "Catholic Easter Monday", "2046-04-27": "Orthodox Good Friday", "2046-05-01": "International Labor Day", "2046-05-02": "International Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-12-25": "Catholic Christmas Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-07": "Orthodox Christmas Day", "2047-04-15": "Catholic Easter Monday", "2047-04-19": "Orthodox Good Friday", "2047-05-01": "International Labor Day", "2047-05-02": "International Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-12-25": "Catholic Christmas Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-07": "Orthodox Christmas Day", "2048-04-03": "Orthodox Good Friday", "2048-04-06": "Catholic Easter Monday", "2048-05-01": "International Labor Day", "2048-05-02": "International Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-12-25": "Catholic Christmas Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-07": "Orthodox Christmas Day", "2049-04-19": "Catholic Easter Monday", "2049-04-23": "Orthodox Good Friday", "2049-05-01": "International Labor Day", "2049-05-02": "International Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-12-25": "Catholic Christmas Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-07": "Orthodox Christmas Day", "2050-04-11": "Catholic Easter Monday", "2050-04-15": "Orthodox Good Friday", "2050-05-01": "International Labor Day", "2050-05-02": "International Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-12-25": "Catholic Christmas Day" } holidays-0.71/snapshots/countries/BA_SRP.json000066400000000000000000002546451500152103600212240ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day", "1950-01-06": "Orthodox Christmas Eve", "1950-01-07": "Orthodox Christmas Day", "1950-01-14": "Orthodox New Year", "1950-04-07": "Catholic Good Friday; Orthodox Good Friday", "1950-04-09": "Catholic Easter Sunday; Orthodox Easter Sunday", "1950-04-10": "Catholic Easter Monday; Orthodox Easter Monday", "1950-05-01": "International Labor Day", "1950-05-02": "International Labor Day", "1950-05-09": "Victory Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha (estimated)", "1950-11-21": "Dayton Agreement Day", "1950-12-24": "Catholic Christmas Eve", "1950-12-25": "Catholic Christmas Day", "1951-01-01": "New Year's Day", "1951-01-02": "New Year's Day", "1951-01-06": "Orthodox Christmas Eve", "1951-01-07": "Orthodox Christmas Day", "1951-01-14": "Orthodox New Year", "1951-03-23": "Catholic Good Friday", "1951-03-25": "Catholic Easter Sunday", "1951-03-26": "Catholic Easter Monday", "1951-04-27": "Orthodox Good Friday", "1951-04-29": "Orthodox Easter Sunday", "1951-04-30": "Orthodox Easter Monday", "1951-05-01": "International Labor Day", "1951-05-02": "International Labor Day", "1951-05-09": "Victory Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha (estimated)", "1951-11-21": "Dayton Agreement Day", "1951-12-24": "Catholic Christmas Eve", "1951-12-25": "Catholic Christmas Day", "1952-01-01": "New Year's Day", "1952-01-02": "New Year's Day", "1952-01-06": "Orthodox Christmas Eve", "1952-01-07": "Orthodox Christmas Day", "1952-01-14": "Orthodox New Year", "1952-04-11": "Catholic Good Friday", "1952-04-13": "Catholic Easter Sunday", "1952-04-14": "Catholic Easter Monday", "1952-04-18": "Orthodox Good Friday", "1952-04-20": "Orthodox Easter Sunday", "1952-04-21": "Orthodox Easter Monday", "1952-05-01": "International Labor Day", "1952-05-02": "International Labor Day", "1952-05-09": "Victory Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha (estimated)", "1952-11-21": "Dayton Agreement Day", "1952-12-24": "Catholic Christmas Eve", "1952-12-25": "Catholic Christmas Day", "1953-01-01": "New Year's Day", "1953-01-02": "New Year's Day", "1953-01-06": "Orthodox Christmas Eve", "1953-01-07": "Orthodox Christmas Day", "1953-01-14": "Orthodox New Year", "1953-04-03": "Catholic Good Friday; Orthodox Good Friday", "1953-04-05": "Catholic Easter Sunday; Orthodox Easter Sunday", "1953-04-06": "Catholic Easter Monday; Orthodox Easter Monday", "1953-05-01": "International Labor Day", "1953-05-02": "International Labor Day", "1953-05-09": "Victory Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha (estimated)", "1953-11-21": "Dayton Agreement Day", "1953-12-24": "Catholic Christmas Eve", "1953-12-25": "Catholic Christmas Day", "1954-01-01": "New Year's Day", "1954-01-02": "New Year's Day", "1954-01-06": "Orthodox Christmas Eve", "1954-01-07": "Orthodox Christmas Day", "1954-01-14": "Orthodox New Year", "1954-04-16": "Catholic Good Friday", "1954-04-18": "Catholic Easter Sunday", "1954-04-19": "Catholic Easter Monday", "1954-04-23": "Orthodox Good Friday", "1954-04-25": "Orthodox Easter Sunday", "1954-04-26": "Orthodox Easter Monday", "1954-05-01": "International Labor Day", "1954-05-02": "International Labor Day", "1954-05-03": "International Labor Day (observed)", "1954-05-09": "Victory Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha (estimated)", "1954-11-21": "Dayton Agreement Day", "1954-12-24": "Catholic Christmas Eve", "1954-12-25": "Catholic Christmas Day", "1955-01-01": "New Year's Day", "1955-01-02": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-06": "Orthodox Christmas Eve", "1955-01-07": "Orthodox Christmas Day", "1955-01-14": "Orthodox New Year", "1955-04-08": "Catholic Good Friday", "1955-04-10": "Catholic Easter Sunday", "1955-04-11": "Catholic Easter Monday", "1955-04-15": "Orthodox Good Friday", "1955-04-17": "Orthodox Easter Sunday", "1955-04-18": "Orthodox Easter Monday", "1955-05-01": "International Labor Day", "1955-05-02": "International Labor Day", "1955-05-09": "Victory Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha (estimated)", "1955-11-21": "Dayton Agreement Day", "1955-12-24": "Catholic Christmas Eve", "1955-12-25": "Catholic Christmas Day", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day", "1956-01-06": "Orthodox Christmas Eve", "1956-01-07": "Orthodox Christmas Day", "1956-01-14": "Orthodox New Year", "1956-03-30": "Catholic Good Friday", "1956-04-01": "Catholic Easter Sunday", "1956-04-02": "Catholic Easter Monday", "1956-05-01": "International Labor Day", "1956-05-02": "International Labor Day", "1956-05-04": "Orthodox Good Friday", "1956-05-06": "Orthodox Easter Sunday", "1956-05-07": "Orthodox Easter Monday", "1956-05-09": "Victory Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha (estimated)", "1956-11-21": "Dayton Agreement Day", "1956-12-24": "Catholic Christmas Eve", "1956-12-25": "Catholic Christmas Day", "1957-01-01": "New Year's Day", "1957-01-02": "New Year's Day", "1957-01-06": "Orthodox Christmas Eve", "1957-01-07": "Orthodox Christmas Day", "1957-01-14": "Orthodox New Year", "1957-04-19": "Catholic Good Friday; Orthodox Good Friday", "1957-04-21": "Catholic Easter Sunday; Orthodox Easter Sunday", "1957-04-22": "Catholic Easter Monday; Orthodox Easter Monday", "1957-05-01": "Eid al-Fitr (estimated); International Labor Day", "1957-05-02": "Eid al-Fitr (estimated); International Labor Day", "1957-05-09": "Victory Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha (estimated)", "1957-11-21": "Dayton Agreement Day", "1957-12-24": "Catholic Christmas Eve", "1957-12-25": "Catholic Christmas Day", "1958-01-01": "New Year's Day", "1958-01-02": "New Year's Day", "1958-01-06": "Orthodox Christmas Eve", "1958-01-07": "Orthodox Christmas Day", "1958-01-14": "Orthodox New Year", "1958-04-04": "Catholic Good Friday", "1958-04-06": "Catholic Easter Sunday", "1958-04-07": "Catholic Easter Monday", "1958-04-11": "Orthodox Good Friday", "1958-04-13": "Orthodox Easter Sunday", "1958-04-14": "Orthodox Easter Monday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (estimated)", "1958-05-01": "International Labor Day", "1958-05-02": "International Labor Day", "1958-05-09": "Victory Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha (estimated)", "1958-11-21": "Dayton Agreement Day", "1958-12-24": "Catholic Christmas Eve", "1958-12-25": "Catholic Christmas Day", "1959-01-01": "New Year's Day", "1959-01-02": "New Year's Day", "1959-01-06": "Orthodox Christmas Eve", "1959-01-07": "Orthodox Christmas Day", "1959-01-14": "Orthodox New Year", "1959-03-27": "Catholic Good Friday", "1959-03-29": "Catholic Easter Sunday", "1959-03-30": "Catholic Easter Monday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (estimated)", "1959-05-01": "International Labor Day; Orthodox Good Friday", "1959-05-02": "International Labor Day", "1959-05-03": "Orthodox Easter Sunday", "1959-05-04": "Orthodox Easter Monday", "1959-05-09": "Victory Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha (estimated)", "1959-11-21": "Dayton Agreement Day", "1959-12-24": "Catholic Christmas Eve", "1959-12-25": "Catholic Christmas Day", "1960-01-01": "New Year's Day", "1960-01-02": "New Year's Day", "1960-01-06": "Orthodox Christmas Eve", "1960-01-07": "Orthodox Christmas Day", "1960-01-14": "Orthodox New Year", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (estimated)", "1960-04-15": "Catholic Good Friday; Orthodox Good Friday", "1960-04-17": "Catholic Easter Sunday; Orthodox Easter Sunday", "1960-04-18": "Catholic Easter Monday; Orthodox Easter Monday", "1960-05-01": "International Labor Day", "1960-05-02": "International Labor Day", "1960-05-09": "Victory Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha (estimated)", "1960-11-21": "Dayton Agreement Day", "1960-12-24": "Catholic Christmas Eve", "1960-12-25": "Catholic Christmas Day", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day", "1961-01-06": "Orthodox Christmas Eve", "1961-01-07": "Orthodox Christmas Day", "1961-01-14": "Orthodox New Year", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (estimated)", "1961-03-31": "Catholic Good Friday", "1961-04-02": "Catholic Easter Sunday", "1961-04-03": "Catholic Easter Monday", "1961-04-07": "Orthodox Good Friday", "1961-04-09": "Orthodox Easter Sunday", "1961-04-10": "Orthodox Easter Monday", "1961-05-01": "International Labor Day", "1961-05-02": "International Labor Day", "1961-05-09": "Victory Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha (estimated)", "1961-11-21": "Dayton Agreement Day", "1961-12-24": "Catholic Christmas Eve", "1961-12-25": "Catholic Christmas Day", "1962-01-01": "New Year's Day", "1962-01-02": "New Year's Day", "1962-01-06": "Orthodox Christmas Eve", "1962-01-07": "Orthodox Christmas Day", "1962-01-14": "Orthodox New Year", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (estimated)", "1962-04-20": "Catholic Good Friday", "1962-04-22": "Catholic Easter Sunday", "1962-04-23": "Catholic Easter Monday", "1962-04-27": "Orthodox Good Friday", "1962-04-29": "Orthodox Easter Sunday", "1962-04-30": "Orthodox Easter Monday", "1962-05-01": "International Labor Day", "1962-05-02": "International Labor Day", "1962-05-09": "Victory Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha (estimated)", "1962-11-21": "Dayton Agreement Day", "1962-12-24": "Catholic Christmas Eve", "1962-12-25": "Catholic Christmas Day", "1963-01-01": "New Year's Day", "1963-01-02": "New Year's Day", "1963-01-06": "Orthodox Christmas Eve", "1963-01-07": "Orthodox Christmas Day", "1963-01-14": "Orthodox New Year", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (estimated)", "1963-04-12": "Catholic Good Friday; Orthodox Good Friday", "1963-04-14": "Catholic Easter Sunday; Orthodox Easter Sunday", "1963-04-15": "Catholic Easter Monday; Orthodox Easter Monday", "1963-05-01": "International Labor Day", "1963-05-02": "International Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha (estimated)", "1963-05-09": "Victory Day", "1963-11-21": "Dayton Agreement Day", "1963-12-24": "Catholic Christmas Eve", "1963-12-25": "Catholic Christmas Day", "1964-01-01": "New Year's Day", "1964-01-02": "New Year's Day", "1964-01-06": "Orthodox Christmas Eve", "1964-01-07": "Orthodox Christmas Day", "1964-01-14": "Orthodox New Year", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (estimated)", "1964-03-27": "Catholic Good Friday", "1964-03-29": "Catholic Easter Sunday", "1964-03-30": "Catholic Easter Monday", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha (estimated)", "1964-05-01": "International Labor Day; Orthodox Good Friday", "1964-05-02": "International Labor Day", "1964-05-03": "Orthodox Easter Sunday", "1964-05-04": "Orthodox Easter Monday", "1964-05-09": "Victory Day", "1964-11-21": "Dayton Agreement Day", "1964-12-24": "Catholic Christmas Eve", "1964-12-25": "Catholic Christmas Day", "1965-01-01": "New Year's Day", "1965-01-02": "New Year's Day", "1965-01-06": "Orthodox Christmas Eve", "1965-01-07": "Orthodox Christmas Day", "1965-01-14": "Orthodox New Year", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (estimated)", "1965-04-16": "Catholic Good Friday", "1965-04-18": "Catholic Easter Sunday", "1965-04-19": "Catholic Easter Monday", "1965-04-23": "Orthodox Good Friday", "1965-04-25": "Orthodox Easter Sunday", "1965-04-26": "Orthodox Easter Monday", "1965-05-01": "International Labor Day", "1965-05-02": "International Labor Day", "1965-05-03": "International Labor Day (observed)", "1965-05-09": "Victory Day", "1965-11-21": "Dayton Agreement Day", "1965-12-24": "Catholic Christmas Eve", "1965-12-25": "Catholic Christmas Day", "1966-01-01": "New Year's Day", "1966-01-02": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-06": "Orthodox Christmas Eve", "1966-01-07": "Orthodox Christmas Day", "1966-01-14": "Orthodox New Year", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha (estimated)", "1966-04-08": "Catholic Good Friday; Orthodox Good Friday", "1966-04-10": "Catholic Easter Sunday; Orthodox Easter Sunday", "1966-04-11": "Catholic Easter Monday; Orthodox Easter Monday", "1966-05-01": "International Labor Day", "1966-05-02": "International Labor Day", "1966-05-09": "Victory Day", "1966-11-21": "Dayton Agreement Day", "1966-12-24": "Catholic Christmas Eve", "1966-12-25": "Catholic Christmas Day", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day", "1967-01-06": "Orthodox Christmas Eve", "1967-01-07": "Orthodox Christmas Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (estimated)", "1967-01-14": "Orthodox New Year", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha (estimated)", "1967-03-24": "Catholic Good Friday", "1967-03-26": "Catholic Easter Sunday", "1967-03-27": "Catholic Easter Monday", "1967-04-28": "Orthodox Good Friday", "1967-04-30": "Orthodox Easter Sunday", "1967-05-01": "International Labor Day; Orthodox Easter Monday", "1967-05-02": "International Labor Day", "1967-05-09": "Victory Day", "1967-11-21": "Dayton Agreement Day", "1967-12-24": "Catholic Christmas Eve", "1967-12-25": "Catholic Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (estimated); New Year's Day", "1968-01-06": "Orthodox Christmas Eve", "1968-01-07": "Orthodox Christmas Day", "1968-01-14": "Orthodox New Year", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha (estimated)", "1968-04-12": "Catholic Good Friday", "1968-04-14": "Catholic Easter Sunday", "1968-04-15": "Catholic Easter Monday", "1968-04-19": "Orthodox Good Friday", "1968-04-21": "Orthodox Easter Sunday", "1968-04-22": "Orthodox Easter Monday", "1968-05-01": "International Labor Day", "1968-05-02": "International Labor Day", "1968-05-09": "Victory Day", "1968-11-21": "Dayton Agreement Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (estimated)", "1968-12-24": "Catholic Christmas Eve", "1968-12-25": "Catholic Christmas Day", "1969-01-01": "New Year's Day", "1969-01-02": "New Year's Day", "1969-01-06": "Orthodox Christmas Eve", "1969-01-07": "Orthodox Christmas Day", "1969-01-14": "Orthodox New Year", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha (estimated)", "1969-04-04": "Catholic Good Friday", "1969-04-06": "Catholic Easter Sunday", "1969-04-07": "Catholic Easter Monday", "1969-04-11": "Orthodox Good Friday", "1969-04-13": "Orthodox Easter Sunday", "1969-04-14": "Orthodox Easter Monday", "1969-05-01": "International Labor Day", "1969-05-02": "International Labor Day", "1969-05-09": "Victory Day", "1969-11-21": "Dayton Agreement Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (estimated)", "1969-12-24": "Catholic Christmas Eve", "1969-12-25": "Catholic Christmas Day", "1970-01-01": "New Year's Day", "1970-01-02": "New Year's Day", "1970-01-06": "Orthodox Christmas Eve", "1970-01-07": "Orthodox Christmas Day", "1970-01-14": "Orthodox New Year", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (estimated)", "1970-03-27": "Catholic Good Friday", "1970-03-29": "Catholic Easter Sunday", "1970-03-30": "Catholic Easter Monday", "1970-04-24": "Orthodox Good Friday", "1970-04-26": "Orthodox Easter Sunday", "1970-04-27": "Orthodox Easter Monday", "1970-05-01": "International Labor Day", "1970-05-02": "International Labor Day", "1970-05-09": "Victory Day", "1970-11-21": "Dayton Agreement Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (estimated)", "1970-12-24": "Catholic Christmas Eve", "1970-12-25": "Catholic Christmas Day", "1971-01-01": "New Year's Day", "1971-01-02": "New Year's Day", "1971-01-06": "Orthodox Christmas Eve", "1971-01-07": "Orthodox Christmas Day", "1971-01-14": "Orthodox New Year", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (estimated)", "1971-04-09": "Catholic Good Friday", "1971-04-11": "Catholic Easter Sunday", "1971-04-12": "Catholic Easter Monday", "1971-04-16": "Orthodox Good Friday", "1971-04-18": "Orthodox Easter Sunday", "1971-04-19": "Orthodox Easter Monday", "1971-05-01": "International Labor Day", "1971-05-02": "International Labor Day", "1971-05-03": "International Labor Day (observed)", "1971-05-09": "Victory Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (estimated)", "1971-11-21": "Dayton Agreement Day", "1971-12-24": "Catholic Christmas Eve", "1971-12-25": "Catholic Christmas Day", "1972-01-01": "New Year's Day", "1972-01-02": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-06": "Orthodox Christmas Eve", "1972-01-07": "Orthodox Christmas Day", "1972-01-14": "Orthodox New Year", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (estimated)", "1972-03-31": "Catholic Good Friday", "1972-04-02": "Catholic Easter Sunday", "1972-04-03": "Catholic Easter Monday", "1972-04-07": "Orthodox Good Friday", "1972-04-09": "Orthodox Easter Sunday", "1972-04-10": "Orthodox Easter Monday", "1972-05-01": "International Labor Day", "1972-05-02": "International Labor Day", "1972-05-09": "Victory Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (estimated)", "1972-11-21": "Dayton Agreement Day", "1972-12-24": "Catholic Christmas Eve", "1972-12-25": "Catholic Christmas Day", "1973-01-01": "New Year's Day", "1973-01-02": "New Year's Day", "1973-01-06": "Orthodox Christmas Eve", "1973-01-07": "Orthodox Christmas Day", "1973-01-14": "Eid al-Adha (estimated); Orthodox New Year", "1973-01-15": "Eid al-Adha (estimated)", "1973-04-20": "Catholic Good Friday", "1973-04-22": "Catholic Easter Sunday", "1973-04-23": "Catholic Easter Monday", "1973-04-27": "Orthodox Good Friday", "1973-04-29": "Orthodox Easter Sunday", "1973-04-30": "Orthodox Easter Monday", "1973-05-01": "International Labor Day", "1973-05-02": "International Labor Day", "1973-05-09": "Victory Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (estimated)", "1973-11-21": "Dayton Agreement Day", "1973-12-24": "Catholic Christmas Eve", "1973-12-25": "Catholic Christmas Day", "1974-01-01": "New Year's Day", "1974-01-02": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (estimated)", "1974-01-06": "Orthodox Christmas Eve", "1974-01-07": "Orthodox Christmas Day", "1974-01-14": "Orthodox New Year", "1974-04-12": "Catholic Good Friday; Orthodox Good Friday", "1974-04-14": "Catholic Easter Sunday; Orthodox Easter Sunday", "1974-04-15": "Catholic Easter Monday; Orthodox Easter Monday", "1974-05-01": "International Labor Day", "1974-05-02": "International Labor Day", "1974-05-09": "Victory Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (estimated)", "1974-11-21": "Dayton Agreement Day", "1974-12-24": "Catholic Christmas Eve; Eid al-Adha (estimated)", "1974-12-25": "Catholic Christmas Day; Eid al-Adha (estimated)", "1975-01-01": "New Year's Day", "1975-01-02": "New Year's Day", "1975-01-06": "Orthodox Christmas Eve", "1975-01-07": "Orthodox Christmas Day", "1975-01-14": "Orthodox New Year", "1975-03-28": "Catholic Good Friday", "1975-03-30": "Catholic Easter Sunday", "1975-03-31": "Catholic Easter Monday", "1975-05-01": "International Labor Day", "1975-05-02": "International Labor Day; Orthodox Good Friday", "1975-05-04": "Orthodox Easter Sunday", "1975-05-05": "Orthodox Easter Monday", "1975-05-09": "Victory Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (estimated)", "1975-11-21": "Dayton Agreement Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (estimated)", "1975-12-24": "Catholic Christmas Eve", "1975-12-25": "Catholic Christmas Day", "1976-01-01": "New Year's Day", "1976-01-02": "New Year's Day", "1976-01-06": "Orthodox Christmas Eve", "1976-01-07": "Orthodox Christmas Day", "1976-01-14": "Orthodox New Year", "1976-04-16": "Catholic Good Friday", "1976-04-18": "Catholic Easter Sunday", "1976-04-19": "Catholic Easter Monday", "1976-04-23": "Orthodox Good Friday", "1976-04-25": "Orthodox Easter Sunday", "1976-04-26": "Orthodox Easter Monday", "1976-05-01": "International Labor Day", "1976-05-02": "International Labor Day", "1976-05-03": "International Labor Day (observed)", "1976-05-09": "Victory Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (estimated)", "1976-11-21": "Dayton Agreement Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (estimated)", "1976-12-24": "Catholic Christmas Eve", "1976-12-25": "Catholic Christmas Day", "1977-01-01": "New Year's Day", "1977-01-02": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-06": "Orthodox Christmas Eve", "1977-01-07": "Orthodox Christmas Day", "1977-01-14": "Orthodox New Year", "1977-04-08": "Catholic Good Friday; Orthodox Good Friday", "1977-04-10": "Catholic Easter Sunday; Orthodox Easter Sunday", "1977-04-11": "Catholic Easter Monday; Orthodox Easter Monday", "1977-05-01": "International Labor Day", "1977-05-02": "International Labor Day", "1977-05-09": "Victory Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (estimated)", "1977-11-21": "Dayton Agreement Day; Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (estimated)", "1977-12-24": "Catholic Christmas Eve", "1977-12-25": "Catholic Christmas Day", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day", "1978-01-06": "Orthodox Christmas Eve", "1978-01-07": "Orthodox Christmas Day", "1978-01-14": "Orthodox New Year", "1978-03-24": "Catholic Good Friday", "1978-03-26": "Catholic Easter Sunday", "1978-03-27": "Catholic Easter Monday", "1978-04-28": "Orthodox Good Friday", "1978-04-30": "Orthodox Easter Sunday", "1978-05-01": "International Labor Day; Orthodox Easter Monday", "1978-05-02": "International Labor Day", "1978-05-09": "Victory Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (estimated)", "1978-11-21": "Dayton Agreement Day", "1978-12-24": "Catholic Christmas Eve", "1978-12-25": "Catholic Christmas Day", "1979-01-01": "New Year's Day", "1979-01-02": "New Year's Day", "1979-01-06": "Orthodox Christmas Eve", "1979-01-07": "Orthodox Christmas Day", "1979-01-14": "Orthodox New Year", "1979-04-13": "Catholic Good Friday", "1979-04-15": "Catholic Easter Sunday", "1979-04-16": "Catholic Easter Monday", "1979-04-20": "Orthodox Good Friday", "1979-04-22": "Orthodox Easter Sunday", "1979-04-23": "Orthodox Easter Monday", "1979-05-01": "International Labor Day", "1979-05-02": "International Labor Day", "1979-05-09": "Victory Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (estimated)", "1979-11-21": "Dayton Agreement Day", "1979-12-24": "Catholic Christmas Eve", "1979-12-25": "Catholic Christmas Day", "1980-01-01": "New Year's Day", "1980-01-02": "New Year's Day", "1980-01-06": "Orthodox Christmas Eve", "1980-01-07": "Orthodox Christmas Day", "1980-01-14": "Orthodox New Year", "1980-04-04": "Catholic Good Friday; Orthodox Good Friday", "1980-04-06": "Catholic Easter Sunday; Orthodox Easter Sunday", "1980-04-07": "Catholic Easter Monday; Orthodox Easter Monday", "1980-05-01": "International Labor Day", "1980-05-02": "International Labor Day", "1980-05-09": "Victory Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (estimated)", "1980-11-21": "Dayton Agreement Day", "1980-12-24": "Catholic Christmas Eve", "1980-12-25": "Catholic Christmas Day", "1981-01-01": "New Year's Day", "1981-01-02": "New Year's Day", "1981-01-06": "Orthodox Christmas Eve", "1981-01-07": "Orthodox Christmas Day", "1981-01-14": "Orthodox New Year", "1981-04-17": "Catholic Good Friday", "1981-04-19": "Catholic Easter Sunday", "1981-04-20": "Catholic Easter Monday", "1981-04-24": "Orthodox Good Friday", "1981-04-26": "Orthodox Easter Sunday", "1981-04-27": "Orthodox Easter Monday", "1981-05-01": "International Labor Day", "1981-05-02": "International Labor Day", "1981-05-09": "Victory Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (estimated)", "1981-11-21": "Dayton Agreement Day", "1981-12-24": "Catholic Christmas Eve", "1981-12-25": "Catholic Christmas Day", "1982-01-01": "New Year's Day", "1982-01-02": "New Year's Day", "1982-01-06": "Orthodox Christmas Eve", "1982-01-07": "Orthodox Christmas Day", "1982-01-14": "Orthodox New Year", "1982-04-09": "Catholic Good Friday", "1982-04-11": "Catholic Easter Sunday", "1982-04-12": "Catholic Easter Monday", "1982-04-16": "Orthodox Good Friday", "1982-04-18": "Orthodox Easter Sunday", "1982-04-19": "Orthodox Easter Monday", "1982-05-01": "International Labor Day", "1982-05-02": "International Labor Day", "1982-05-03": "International Labor Day (observed)", "1982-05-09": "Victory Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (estimated)", "1982-11-21": "Dayton Agreement Day", "1982-12-24": "Catholic Christmas Eve", "1982-12-25": "Catholic Christmas Day", "1983-01-01": "New Year's Day", "1983-01-02": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-06": "Orthodox Christmas Eve", "1983-01-07": "Orthodox Christmas Day", "1983-01-14": "Orthodox New Year", "1983-04-01": "Catholic Good Friday", "1983-04-03": "Catholic Easter Sunday", "1983-04-04": "Catholic Easter Monday", "1983-05-01": "International Labor Day", "1983-05-02": "International Labor Day", "1983-05-06": "Orthodox Good Friday", "1983-05-08": "Orthodox Easter Sunday", "1983-05-09": "Orthodox Easter Monday; Victory Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (estimated)", "1983-11-21": "Dayton Agreement Day", "1983-12-24": "Catholic Christmas Eve", "1983-12-25": "Catholic Christmas Day", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day", "1984-01-06": "Orthodox Christmas Eve", "1984-01-07": "Orthodox Christmas Day", "1984-01-14": "Orthodox New Year", "1984-04-20": "Catholic Good Friday; Orthodox Good Friday", "1984-04-22": "Catholic Easter Sunday; Orthodox Easter Sunday", "1984-04-23": "Catholic Easter Monday; Orthodox Easter Monday", "1984-05-01": "International Labor Day", "1984-05-02": "International Labor Day", "1984-05-09": "Victory Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (estimated)", "1984-11-21": "Dayton Agreement Day", "1984-12-24": "Catholic Christmas Eve", "1984-12-25": "Catholic Christmas Day", "1985-01-01": "New Year's Day", "1985-01-02": "New Year's Day", "1985-01-06": "Orthodox Christmas Eve", "1985-01-07": "Orthodox Christmas Day", "1985-01-14": "Orthodox New Year", "1985-04-05": "Catholic Good Friday", "1985-04-07": "Catholic Easter Sunday", "1985-04-08": "Catholic Easter Monday", "1985-04-12": "Orthodox Good Friday", "1985-04-14": "Orthodox Easter Sunday", "1985-04-15": "Orthodox Easter Monday", "1985-05-01": "International Labor Day", "1985-05-02": "International Labor Day", "1985-05-09": "Victory Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (estimated)", "1985-11-21": "Dayton Agreement Day", "1985-12-24": "Catholic Christmas Eve", "1985-12-25": "Catholic Christmas Day", "1986-01-01": "New Year's Day", "1986-01-02": "New Year's Day", "1986-01-06": "Orthodox Christmas Eve", "1986-01-07": "Orthodox Christmas Day", "1986-01-14": "Orthodox New Year", "1986-03-28": "Catholic Good Friday", "1986-03-30": "Catholic Easter Sunday", "1986-03-31": "Catholic Easter Monday", "1986-05-01": "International Labor Day", "1986-05-02": "International Labor Day; Orthodox Good Friday", "1986-05-04": "Orthodox Easter Sunday", "1986-05-05": "Orthodox Easter Monday", "1986-05-09": "Victory Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (estimated)", "1986-11-21": "Dayton Agreement Day", "1986-12-24": "Catholic Christmas Eve", "1986-12-25": "Catholic Christmas Day", "1987-01-01": "New Year's Day", "1987-01-02": "New Year's Day", "1987-01-06": "Orthodox Christmas Eve", "1987-01-07": "Orthodox Christmas Day", "1987-01-14": "Orthodox New Year", "1987-04-17": "Catholic Good Friday; Orthodox Good Friday", "1987-04-19": "Catholic Easter Sunday; Orthodox Easter Sunday", "1987-04-20": "Catholic Easter Monday; Orthodox Easter Monday", "1987-05-01": "International Labor Day", "1987-05-02": "International Labor Day", "1987-05-09": "Victory Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (estimated)", "1987-11-21": "Dayton Agreement Day", "1987-12-24": "Catholic Christmas Eve", "1987-12-25": "Catholic Christmas Day", "1988-01-01": "New Year's Day", "1988-01-02": "New Year's Day", "1988-01-06": "Orthodox Christmas Eve", "1988-01-07": "Orthodox Christmas Day", "1988-01-14": "Orthodox New Year", "1988-04-01": "Catholic Good Friday", "1988-04-03": "Catholic Easter Sunday", "1988-04-04": "Catholic Easter Monday", "1988-04-08": "Orthodox Good Friday", "1988-04-10": "Orthodox Easter Sunday", "1988-04-11": "Orthodox Easter Monday", "1988-05-01": "International Labor Day", "1988-05-02": "International Labor Day", "1988-05-09": "Victory Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (estimated)", "1988-11-21": "Dayton Agreement Day", "1988-12-24": "Catholic Christmas Eve", "1988-12-25": "Catholic Christmas Day", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day", "1989-01-06": "Orthodox Christmas Eve", "1989-01-07": "Orthodox Christmas Day", "1989-01-14": "Orthodox New Year", "1989-03-24": "Catholic Good Friday", "1989-03-26": "Catholic Easter Sunday", "1989-03-27": "Catholic Easter Monday", "1989-04-28": "Orthodox Good Friday", "1989-04-30": "Orthodox Easter Sunday", "1989-05-01": "International Labor Day; Orthodox Easter Monday", "1989-05-02": "International Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (estimated)", "1989-05-09": "Victory Day", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (estimated)", "1989-11-21": "Dayton Agreement Day", "1989-12-24": "Catholic Christmas Eve", "1989-12-25": "Catholic Christmas Day", "1990-01-01": "New Year's Day", "1990-01-02": "New Year's Day", "1990-01-06": "Orthodox Christmas Eve", "1990-01-07": "Orthodox Christmas Day", "1990-01-14": "Orthodox New Year", "1990-04-13": "Catholic Good Friday; Orthodox Good Friday", "1990-04-15": "Catholic Easter Sunday; Orthodox Easter Sunday", "1990-04-16": "Catholic Easter Monday; Orthodox Easter Monday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (estimated)", "1990-05-01": "International Labor Day", "1990-05-02": "International Labor Day", "1990-05-09": "Victory Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (estimated)", "1990-11-21": "Dayton Agreement Day", "1990-12-24": "Catholic Christmas Eve", "1990-12-25": "Catholic Christmas Day", "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Day", "1991-01-06": "Orthodox Christmas Eve", "1991-01-07": "Orthodox Christmas Day", "1991-01-14": "Orthodox New Year", "1991-03-29": "Catholic Good Friday", "1991-03-31": "Catholic Easter Sunday", "1991-04-01": "Catholic Easter Monday", "1991-04-05": "Orthodox Good Friday", "1991-04-07": "Orthodox Easter Sunday", "1991-04-08": "Orthodox Easter Monday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (estimated)", "1991-05-01": "International Labor Day", "1991-05-02": "International Labor Day", "1991-05-09": "Victory Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (estimated)", "1991-11-21": "Dayton Agreement Day", "1991-12-24": "Catholic Christmas Eve", "1991-12-25": "Catholic Christmas Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day", "1992-01-06": "Orthodox Christmas Eve", "1992-01-07": "Orthodox Christmas Day", "1992-01-14": "Orthodox New Year", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (estimated)", "1992-04-17": "Catholic Good Friday", "1992-04-19": "Catholic Easter Sunday", "1992-04-20": "Catholic Easter Monday", "1992-04-24": "Orthodox Good Friday", "1992-04-26": "Orthodox Easter Sunday", "1992-04-27": "Orthodox Easter Monday", "1992-05-01": "International Labor Day", "1992-05-02": "International Labor Day", "1992-05-09": "Victory Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (estimated)", "1992-11-21": "Dayton Agreement Day", "1992-12-24": "Catholic Christmas Eve", "1992-12-25": "Catholic Christmas Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-01-06": "Orthodox Christmas Eve", "1993-01-07": "Orthodox Christmas Day", "1993-01-14": "Orthodox New Year", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (estimated)", "1993-04-09": "Catholic Good Friday", "1993-04-11": "Catholic Easter Sunday", "1993-04-12": "Catholic Easter Monday", "1993-04-16": "Orthodox Good Friday", "1993-04-18": "Orthodox Easter Sunday", "1993-04-19": "Orthodox Easter Monday", "1993-05-01": "International Labor Day", "1993-05-02": "International Labor Day", "1993-05-03": "International Labor Day (observed)", "1993-05-09": "Victory Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (estimated)", "1993-11-21": "Dayton Agreement Day", "1993-12-24": "Catholic Christmas Eve", "1993-12-25": "Catholic Christmas Day", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-06": "Orthodox Christmas Eve", "1994-01-07": "Orthodox Christmas Day", "1994-01-14": "Orthodox New Year", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (estimated)", "1994-04-01": "Catholic Good Friday", "1994-04-03": "Catholic Easter Sunday", "1994-04-04": "Catholic Easter Monday", "1994-04-29": "Orthodox Good Friday", "1994-05-01": "International Labor Day; Orthodox Easter Sunday", "1994-05-02": "International Labor Day; Orthodox Easter Monday", "1994-05-09": "Victory Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (estimated)", "1994-11-21": "Dayton Agreement Day", "1994-12-24": "Catholic Christmas Eve", "1994-12-25": "Catholic Christmas Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-01-06": "Orthodox Christmas Eve", "1995-01-07": "Orthodox Christmas Day", "1995-01-14": "Orthodox New Year", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (estimated)", "1995-04-14": "Catholic Good Friday", "1995-04-16": "Catholic Easter Sunday", "1995-04-17": "Catholic Easter Monday", "1995-04-21": "Orthodox Good Friday", "1995-04-23": "Orthodox Easter Sunday", "1995-04-24": "Orthodox Easter Monday", "1995-05-01": "International Labor Day", "1995-05-02": "International Labor Day", "1995-05-09": "Eid al-Adha (estimated); Victory Day", "1995-05-10": "Eid al-Adha (estimated)", "1995-11-21": "Dayton Agreement Day", "1995-12-24": "Catholic Christmas Eve", "1995-12-25": "Catholic Christmas Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-01-06": "Orthodox Christmas Eve", "1996-01-07": "Orthodox Christmas Day", "1996-01-14": "Orthodox New Year", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr (estimated)", "1996-04-05": "Catholic Good Friday", "1996-04-07": "Catholic Easter Sunday", "1996-04-08": "Catholic Easter Monday", "1996-04-12": "Orthodox Good Friday", "1996-04-14": "Orthodox Easter Sunday", "1996-04-15": "Orthodox Easter Monday", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (estimated)", "1996-05-01": "International Labor Day", "1996-05-02": "International Labor Day", "1996-05-09": "Victory Day", "1996-11-21": "Dayton Agreement Day", "1996-12-24": "Catholic Christmas Eve", "1996-12-25": "Catholic Christmas Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-01-06": "Orthodox Christmas Eve", "1997-01-07": "Orthodox Christmas Day", "1997-01-14": "Orthodox New Year", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (estimated)", "1997-03-28": "Catholic Good Friday", "1997-03-30": "Catholic Easter Sunday", "1997-03-31": "Catholic Easter Monday", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (estimated)", "1997-04-25": "Orthodox Good Friday", "1997-04-27": "Orthodox Easter Sunday", "1997-04-28": "Orthodox Easter Monday", "1997-05-01": "International Labor Day", "1997-05-02": "International Labor Day", "1997-05-09": "Victory Day", "1997-11-21": "Dayton Agreement Day", "1997-12-24": "Catholic Christmas Eve", "1997-12-25": "Catholic Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-01-06": "Orthodox Christmas Eve", "1998-01-07": "Orthodox Christmas Day", "1998-01-14": "Orthodox New Year", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (estimated)", "1998-04-10": "Catholic Good Friday", "1998-04-12": "Catholic Easter Sunday", "1998-04-13": "Catholic Easter Monday", "1998-04-17": "Orthodox Good Friday", "1998-04-19": "Orthodox Easter Sunday", "1998-04-20": "Orthodox Easter Monday", "1998-05-01": "International Labor Day", "1998-05-02": "International Labor Day", "1998-05-09": "Victory Day", "1998-11-21": "Dayton Agreement Day", "1998-12-24": "Catholic Christmas Eve", "1998-12-25": "Catholic Christmas Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-01-06": "Orthodox Christmas Eve", "1999-01-07": "Orthodox Christmas Day", "1999-01-14": "Orthodox New Year", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (estimated)", "1999-04-02": "Catholic Good Friday", "1999-04-04": "Catholic Easter Sunday", "1999-04-05": "Catholic Easter Monday", "1999-04-09": "Orthodox Good Friday", "1999-04-11": "Orthodox Easter Sunday", "1999-04-12": "Orthodox Easter Monday", "1999-05-01": "International Labor Day", "1999-05-02": "International Labor Day", "1999-05-03": "International Labor Day (observed)", "1999-05-09": "Victory Day", "1999-11-21": "Dayton Agreement Day", "1999-12-24": "Catholic Christmas Eve", "1999-12-25": "Catholic Christmas Day", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-06": "Orthodox Christmas Eve", "2000-01-07": "Orthodox Christmas Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (estimated)", "2000-01-14": "Orthodox New Year", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (estimated)", "2000-04-21": "Catholic Good Friday", "2000-04-23": "Catholic Easter Sunday", "2000-04-24": "Catholic Easter Monday", "2000-04-28": "Orthodox Good Friday", "2000-04-30": "Orthodox Easter Sunday", "2000-05-01": "International Labor Day; Orthodox Easter Monday", "2000-05-02": "International Labor Day", "2000-05-09": "Victory Day", "2000-11-21": "Dayton Agreement Day", "2000-12-24": "Catholic Christmas Eve", "2000-12-25": "Catholic Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-01-06": "Orthodox Christmas Eve", "2001-01-07": "Orthodox Christmas Day", "2001-01-14": "Orthodox New Year", "2001-03-06": "Eid al-Adha", "2001-03-07": "Eid al-Adha", "2001-04-13": "Catholic Good Friday; Orthodox Good Friday", "2001-04-15": "Catholic Easter Sunday; Orthodox Easter Sunday", "2001-04-16": "Catholic Easter Monday; Orthodox Easter Monday", "2001-05-01": "International Labor Day", "2001-05-02": "International Labor Day", "2001-05-09": "Victory Day", "2001-11-21": "Dayton Agreement Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr", "2001-12-24": "Catholic Christmas Eve", "2001-12-25": "Catholic Christmas Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-01-06": "Orthodox Christmas Eve", "2002-01-07": "Orthodox Christmas Day", "2002-01-14": "Orthodox New Year", "2002-02-23": "Eid al-Adha", "2002-02-24": "Eid al-Adha", "2002-03-29": "Catholic Good Friday", "2002-03-31": "Catholic Easter Sunday", "2002-04-01": "Catholic Easter Monday", "2002-05-01": "International Labor Day", "2002-05-02": "International Labor Day", "2002-05-03": "Orthodox Good Friday", "2002-05-05": "Orthodox Easter Sunday", "2002-05-06": "Orthodox Easter Monday", "2002-05-09": "Victory Day", "2002-11-21": "Dayton Agreement Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr", "2002-12-24": "Catholic Christmas Eve", "2002-12-25": "Catholic Christmas Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-01-06": "Orthodox Christmas Eve", "2003-01-07": "Orthodox Christmas Day", "2003-01-14": "Orthodox New Year", "2003-02-12": "Eid al-Adha", "2003-02-13": "Eid al-Adha", "2003-04-18": "Catholic Good Friday", "2003-04-20": "Catholic Easter Sunday", "2003-04-21": "Catholic Easter Monday", "2003-04-25": "Orthodox Good Friday", "2003-04-27": "Orthodox Easter Sunday", "2003-04-28": "Orthodox Easter Monday", "2003-05-01": "International Labor Day", "2003-05-02": "International Labor Day", "2003-05-09": "Victory Day", "2003-11-21": "Dayton Agreement Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr", "2003-12-24": "Catholic Christmas Eve", "2003-12-25": "Catholic Christmas Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-01-06": "Orthodox Christmas Eve", "2004-01-07": "Orthodox Christmas Day", "2004-01-14": "Orthodox New Year", "2004-02-02": "Eid al-Adha", "2004-02-03": "Eid al-Adha", "2004-04-09": "Catholic Good Friday; Orthodox Good Friday", "2004-04-11": "Catholic Easter Sunday; Orthodox Easter Sunday", "2004-04-12": "Catholic Easter Monday; Orthodox Easter Monday", "2004-05-01": "International Labor Day", "2004-05-02": "International Labor Day", "2004-05-03": "International Labor Day (observed)", "2004-05-09": "Victory Day", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr", "2004-11-21": "Dayton Agreement Day", "2004-12-24": "Catholic Christmas Eve", "2004-12-25": "Catholic Christmas Day", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-06": "Orthodox Christmas Eve", "2005-01-07": "Orthodox Christmas Day", "2005-01-14": "Orthodox New Year", "2005-01-21": "Eid al-Adha", "2005-01-22": "Eid al-Adha", "2005-03-25": "Catholic Good Friday", "2005-03-27": "Catholic Easter Sunday", "2005-03-28": "Catholic Easter Monday", "2005-04-29": "Orthodox Good Friday", "2005-05-01": "International Labor Day; Orthodox Easter Sunday", "2005-05-02": "International Labor Day; Orthodox Easter Monday", "2005-05-09": "Victory Day", "2005-11-04": "Eid al-Fitr", "2005-11-05": "Eid al-Fitr", "2005-11-21": "Dayton Agreement Day", "2005-12-24": "Catholic Christmas Eve", "2005-12-25": "Catholic Christmas Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-01-06": "Orthodox Christmas Eve", "2006-01-07": "Orthodox Christmas Day", "2006-01-10": "Eid al-Adha", "2006-01-11": "Eid al-Adha", "2006-01-14": "Orthodox New Year", "2006-04-14": "Catholic Good Friday", "2006-04-16": "Catholic Easter Sunday", "2006-04-17": "Catholic Easter Monday", "2006-04-21": "Orthodox Good Friday", "2006-04-23": "Orthodox Easter Sunday", "2006-04-24": "Orthodox Easter Monday", "2006-05-01": "International Labor Day", "2006-05-02": "International Labor Day", "2006-05-09": "Victory Day", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr", "2006-11-21": "Dayton Agreement Day", "2006-12-24": "Catholic Christmas Eve", "2006-12-25": "Catholic Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "Eid al-Adha; New Year's Day", "2007-01-02": "New Year's Day", "2007-01-06": "Orthodox Christmas Eve", "2007-01-07": "Orthodox Christmas Day", "2007-01-14": "Orthodox New Year", "2007-04-06": "Catholic Good Friday; Orthodox Good Friday", "2007-04-08": "Catholic Easter Sunday; Orthodox Easter Sunday", "2007-04-09": "Catholic Easter Monday; Orthodox Easter Monday", "2007-05-01": "International Labor Day", "2007-05-02": "International Labor Day", "2007-05-09": "Victory Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr", "2007-11-21": "Dayton Agreement Day", "2007-12-20": "Eid al-Adha", "2007-12-21": "Eid al-Adha", "2007-12-24": "Catholic Christmas Eve", "2007-12-25": "Catholic Christmas Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-01-06": "Orthodox Christmas Eve", "2008-01-07": "Orthodox Christmas Day", "2008-01-14": "Orthodox New Year", "2008-03-21": "Catholic Good Friday", "2008-03-23": "Catholic Easter Sunday", "2008-03-24": "Catholic Easter Monday", "2008-04-25": "Orthodox Good Friday", "2008-04-27": "Orthodox Easter Sunday", "2008-04-28": "Orthodox Easter Monday", "2008-05-01": "International Labor Day", "2008-05-02": "International Labor Day", "2008-05-09": "Victory Day", "2008-10-02": "Eid al-Fitr", "2008-10-03": "Eid al-Fitr", "2008-11-21": "Dayton Agreement Day", "2008-12-09": "Eid al-Adha", "2008-12-10": "Eid al-Adha", "2008-12-24": "Catholic Christmas Eve", "2008-12-25": "Catholic Christmas Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-01-06": "Orthodox Christmas Eve", "2009-01-07": "Orthodox Christmas Day", "2009-01-14": "Orthodox New Year", "2009-04-10": "Catholic Good Friday", "2009-04-12": "Catholic Easter Sunday", "2009-04-13": "Catholic Easter Monday", "2009-04-17": "Orthodox Good Friday", "2009-04-19": "Orthodox Easter Sunday", "2009-04-20": "Orthodox Easter Monday", "2009-05-01": "International Labor Day", "2009-05-02": "International Labor Day", "2009-05-09": "Victory Day", "2009-09-21": "Eid al-Fitr", "2009-09-22": "Eid al-Fitr", "2009-11-21": "Dayton Agreement Day", "2009-11-28": "Eid al-Adha", "2009-11-29": "Eid al-Adha", "2009-12-24": "Catholic Christmas Eve", "2009-12-25": "Catholic Christmas Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-01-06": "Orthodox Christmas Eve", "2010-01-07": "Orthodox Christmas Day", "2010-01-14": "Orthodox New Year", "2010-04-02": "Catholic Good Friday; Orthodox Good Friday", "2010-04-04": "Catholic Easter Sunday; Orthodox Easter Sunday", "2010-04-05": "Catholic Easter Monday; Orthodox Easter Monday", "2010-05-01": "International Labor Day", "2010-05-02": "International Labor Day", "2010-05-03": "International Labor Day (observed)", "2010-05-09": "Victory Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr", "2010-11-17": "Eid al-Adha", "2010-11-18": "Eid al-Adha", "2010-11-21": "Dayton Agreement Day", "2010-12-24": "Catholic Christmas Eve", "2010-12-25": "Catholic Christmas Day", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-06": "Orthodox Christmas Eve", "2011-01-07": "Orthodox Christmas Day", "2011-01-14": "Orthodox New Year", "2011-04-22": "Catholic Good Friday; Orthodox Good Friday", "2011-04-24": "Catholic Easter Sunday; Orthodox Easter Sunday", "2011-04-25": "Catholic Easter Monday; Orthodox Easter Monday", "2011-05-01": "International Labor Day", "2011-05-02": "International Labor Day", "2011-05-09": "Victory Day", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Eid al-Fitr", "2011-11-07": "Eid al-Adha", "2011-11-08": "Eid al-Adha", "2011-11-21": "Dayton Agreement Day", "2011-12-24": "Catholic Christmas Eve", "2011-12-25": "Catholic Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-01-06": "Orthodox Christmas Eve", "2012-01-07": "Orthodox Christmas Day", "2012-01-14": "Orthodox New Year", "2012-04-06": "Catholic Good Friday", "2012-04-08": "Catholic Easter Sunday", "2012-04-09": "Catholic Easter Monday", "2012-04-13": "Orthodox Good Friday", "2012-04-15": "Orthodox Easter Sunday", "2012-04-16": "Orthodox Easter Monday", "2012-05-01": "International Labor Day", "2012-05-02": "International Labor Day", "2012-05-09": "Victory Day", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr", "2012-10-26": "Eid al-Adha", "2012-10-27": "Eid al-Adha", "2012-11-21": "Dayton Agreement Day", "2012-12-24": "Catholic Christmas Eve", "2012-12-25": "Catholic Christmas Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-01-06": "Orthodox Christmas Eve", "2013-01-07": "Orthodox Christmas Day", "2013-01-14": "Orthodox New Year", "2013-03-29": "Catholic Good Friday", "2013-03-31": "Catholic Easter Sunday", "2013-04-01": "Catholic Easter Monday", "2013-05-01": "International Labor Day", "2013-05-02": "International Labor Day", "2013-05-03": "Orthodox Good Friday", "2013-05-05": "Orthodox Easter Sunday", "2013-05-06": "Orthodox Easter Monday", "2013-05-09": "Victory Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr", "2013-10-15": "Eid al-Adha", "2013-10-16": "Eid al-Adha", "2013-11-21": "Dayton Agreement Day", "2013-12-24": "Catholic Christmas Eve", "2013-12-25": "Catholic Christmas Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-01-06": "Orthodox Christmas Eve", "2014-01-07": "Orthodox Christmas Day", "2014-01-14": "Orthodox New Year", "2014-04-18": "Catholic Good Friday; Orthodox Good Friday", "2014-04-20": "Catholic Easter Sunday; Orthodox Easter Sunday", "2014-04-21": "Catholic Easter Monday; Orthodox Easter Monday", "2014-05-01": "International Labor Day", "2014-05-02": "International Labor Day", "2014-05-09": "Victory Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr", "2014-10-04": "Eid al-Adha", "2014-10-05": "Eid al-Adha", "2014-11-21": "Dayton Agreement Day", "2014-12-24": "Catholic Christmas Eve", "2014-12-25": "Catholic Christmas Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-01-06": "Orthodox Christmas Eve", "2015-01-07": "Orthodox Christmas Day", "2015-01-14": "Orthodox New Year", "2015-04-03": "Catholic Good Friday", "2015-04-05": "Catholic Easter Sunday", "2015-04-06": "Catholic Easter Monday", "2015-04-10": "Orthodox Good Friday", "2015-04-12": "Orthodox Easter Sunday", "2015-04-13": "Orthodox Easter Monday", "2015-05-01": "International Labor Day", "2015-05-02": "International Labor Day", "2015-05-09": "Victory Day", "2015-07-18": "Eid al-Fitr", "2015-07-19": "Eid al-Fitr", "2015-09-24": "Eid al-Adha", "2015-09-25": "Eid al-Adha", "2015-11-21": "Dayton Agreement Day", "2015-12-24": "Catholic Christmas Eve", "2015-12-25": "Catholic Christmas Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-06": "Orthodox Christmas Eve", "2016-01-07": "Orthodox Christmas Day", "2016-01-14": "Orthodox New Year", "2016-03-25": "Catholic Good Friday", "2016-03-27": "Catholic Easter Sunday", "2016-03-28": "Catholic Easter Monday", "2016-04-29": "Orthodox Good Friday", "2016-05-01": "International Labor Day; Orthodox Easter Sunday", "2016-05-02": "International Labor Day; Orthodox Easter Monday", "2016-05-09": "Victory Day", "2016-07-07": "Eid al-Fitr", "2016-07-08": "Eid al-Fitr", "2016-09-13": "Eid al-Adha", "2016-09-14": "Eid al-Adha", "2016-11-21": "Dayton Agreement Day", "2016-12-24": "Catholic Christmas Eve", "2016-12-25": "Catholic Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-06": "Orthodox Christmas Eve", "2017-01-07": "Orthodox Christmas Day", "2017-01-14": "Orthodox New Year", "2017-04-14": "Catholic Good Friday; Orthodox Good Friday", "2017-04-16": "Catholic Easter Sunday; Orthodox Easter Sunday", "2017-04-17": "Catholic Easter Monday; Orthodox Easter Monday", "2017-05-01": "International Labor Day", "2017-05-02": "International Labor Day", "2017-05-09": "Victory Day", "2017-06-26": "Eid al-Fitr", "2017-06-27": "Eid al-Fitr", "2017-09-02": "Eid al-Adha", "2017-09-03": "Eid al-Adha", "2017-11-21": "Dayton Agreement Day", "2017-12-24": "Catholic Christmas Eve", "2017-12-25": "Catholic Christmas Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-01-06": "Orthodox Christmas Eve", "2018-01-07": "Orthodox Christmas Day", "2018-01-14": "Orthodox New Year", "2018-03-30": "Catholic Good Friday", "2018-04-01": "Catholic Easter Sunday", "2018-04-02": "Catholic Easter Monday", "2018-04-06": "Orthodox Good Friday", "2018-04-08": "Orthodox Easter Sunday", "2018-04-09": "Orthodox Easter Monday", "2018-05-01": "International Labor Day", "2018-05-02": "International Labor Day", "2018-05-09": "Victory Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha", "2018-11-21": "Dayton Agreement Day", "2018-12-24": "Catholic Christmas Eve", "2018-12-25": "Catholic Christmas Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-01-06": "Orthodox Christmas Eve", "2019-01-07": "Orthodox Christmas Day", "2019-01-14": "Orthodox New Year", "2019-04-19": "Catholic Good Friday", "2019-04-21": "Catholic Easter Sunday", "2019-04-22": "Catholic Easter Monday", "2019-04-26": "Orthodox Good Friday", "2019-04-28": "Orthodox Easter Sunday", "2019-04-29": "Orthodox Easter Monday", "2019-05-01": "International Labor Day", "2019-05-02": "International Labor Day", "2019-05-09": "Victory Day", "2019-06-04": "Eid al-Fitr", "2019-06-05": "Eid al-Fitr", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha", "2019-11-21": "Dayton Agreement Day", "2019-12-24": "Catholic Christmas Eve", "2019-12-25": "Catholic Christmas Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-06": "Orthodox Christmas Eve", "2020-01-07": "Orthodox Christmas Day", "2020-01-14": "Orthodox New Year", "2020-04-10": "Catholic Good Friday", "2020-04-12": "Catholic Easter Sunday", "2020-04-13": "Catholic Easter Monday", "2020-04-17": "Orthodox Good Friday", "2020-04-19": "Orthodox Easter Sunday", "2020-04-20": "Orthodox Easter Monday", "2020-05-01": "International Labor Day", "2020-05-02": "International Labor Day", "2020-05-09": "Victory Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha", "2020-11-21": "Dayton Agreement Day", "2020-12-24": "Catholic Christmas Eve", "2020-12-25": "Catholic Christmas Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-06": "Orthodox Christmas Eve", "2021-01-07": "Orthodox Christmas Day", "2021-01-14": "Orthodox New Year", "2021-04-02": "Catholic Good Friday", "2021-04-04": "Catholic Easter Sunday", "2021-04-05": "Catholic Easter Monday", "2021-04-30": "Orthodox Good Friday", "2021-05-01": "International Labor Day", "2021-05-02": "International Labor Day; Orthodox Easter Sunday", "2021-05-03": "International Labor Day (observed); Orthodox Easter Monday", "2021-05-09": "Victory Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha", "2021-11-21": "Dayton Agreement Day", "2021-12-24": "Catholic Christmas Eve", "2021-12-25": "Catholic Christmas Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-06": "Orthodox Christmas Eve", "2022-01-07": "Orthodox Christmas Day", "2022-01-14": "Orthodox New Year", "2022-04-15": "Catholic Good Friday", "2022-04-17": "Catholic Easter Sunday", "2022-04-18": "Catholic Easter Monday", "2022-04-22": "Orthodox Good Friday", "2022-04-24": "Orthodox Easter Sunday", "2022-04-25": "Orthodox Easter Monday", "2022-05-01": "International Labor Day", "2022-05-02": "Eid al-Fitr; International Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-09": "Victory Day", "2022-07-09": "Eid al-Adha", "2022-07-10": "Eid al-Adha", "2022-11-21": "Dayton Agreement Day", "2022-12-24": "Catholic Christmas Eve", "2022-12-25": "Catholic Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-06": "Orthodox Christmas Eve", "2023-01-07": "Orthodox Christmas Day", "2023-01-14": "Orthodox New Year", "2023-04-07": "Catholic Good Friday", "2023-04-09": "Catholic Easter Sunday", "2023-04-10": "Catholic Easter Monday", "2023-04-14": "Orthodox Good Friday", "2023-04-16": "Orthodox Easter Sunday", "2023-04-17": "Orthodox Easter Monday", "2023-04-21": "Eid al-Fitr", "2023-04-22": "Eid al-Fitr", "2023-05-01": "International Labor Day", "2023-05-02": "International Labor Day", "2023-05-09": "Victory Day", "2023-06-28": "Eid al-Adha", "2023-06-29": "Eid al-Adha", "2023-11-21": "Dayton Agreement Day", "2023-12-24": "Catholic Christmas Eve", "2023-12-25": "Catholic Christmas Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-06": "Orthodox Christmas Eve", "2024-01-07": "Orthodox Christmas Day", "2024-01-14": "Orthodox New Year", "2024-03-29": "Catholic Good Friday", "2024-03-31": "Catholic Easter Sunday", "2024-04-01": "Catholic Easter Monday", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr", "2024-05-01": "International Labor Day", "2024-05-02": "International Labor Day", "2024-05-03": "Orthodox Good Friday", "2024-05-05": "Orthodox Easter Sunday", "2024-05-06": "Orthodox Easter Monday", "2024-05-09": "Victory Day", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha (estimated)", "2024-11-21": "Dayton Agreement Day", "2024-12-24": "Catholic Christmas Eve", "2024-12-25": "Catholic Christmas Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-06": "Orthodox Christmas Eve", "2025-01-07": "Orthodox Christmas Day", "2025-01-14": "Orthodox New Year", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr (estimated)", "2025-04-18": "Catholic Good Friday; Orthodox Good Friday", "2025-04-20": "Catholic Easter Sunday; Orthodox Easter Sunday", "2025-04-21": "Catholic Easter Monday; Orthodox Easter Monday", "2025-05-01": "International Labor Day", "2025-05-02": "International Labor Day", "2025-05-09": "Victory Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha (estimated)", "2025-11-21": "Dayton Agreement Day", "2025-12-24": "Catholic Christmas Eve", "2025-12-25": "Catholic Christmas Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-06": "Orthodox Christmas Eve", "2026-01-07": "Orthodox Christmas Day", "2026-01-14": "Orthodox New Year", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (estimated)", "2026-04-03": "Catholic Good Friday", "2026-04-05": "Catholic Easter Sunday", "2026-04-06": "Catholic Easter Monday", "2026-04-10": "Orthodox Good Friday", "2026-04-12": "Orthodox Easter Sunday", "2026-04-13": "Orthodox Easter Monday", "2026-05-01": "International Labor Day", "2026-05-02": "International Labor Day", "2026-05-09": "Victory Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (estimated)", "2026-11-21": "Dayton Agreement Day", "2026-12-24": "Catholic Christmas Eve", "2026-12-25": "Catholic Christmas Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-06": "Orthodox Christmas Eve", "2027-01-07": "Orthodox Christmas Day", "2027-01-14": "Orthodox New Year", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-03-26": "Catholic Good Friday", "2027-03-28": "Catholic Easter Sunday", "2027-03-29": "Catholic Easter Monday", "2027-04-30": "Orthodox Good Friday", "2027-05-01": "International Labor Day", "2027-05-02": "International Labor Day; Orthodox Easter Sunday", "2027-05-03": "International Labor Day (observed); Orthodox Easter Monday", "2027-05-09": "Victory Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated)", "2027-11-21": "Dayton Agreement Day", "2027-12-24": "Catholic Christmas Eve", "2027-12-25": "Catholic Christmas Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-06": "Orthodox Christmas Eve", "2028-01-07": "Orthodox Christmas Day", "2028-01-14": "Orthodox New Year", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-04-14": "Catholic Good Friday; Orthodox Good Friday", "2028-04-16": "Catholic Easter Sunday; Orthodox Easter Sunday", "2028-04-17": "Catholic Easter Monday; Orthodox Easter Monday", "2028-05-01": "International Labor Day", "2028-05-02": "International Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (estimated)", "2028-05-09": "Victory Day", "2028-11-21": "Dayton Agreement Day", "2028-12-24": "Catholic Christmas Eve", "2028-12-25": "Catholic Christmas Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-06": "Orthodox Christmas Eve", "2029-01-07": "Orthodox Christmas Day", "2029-01-14": "Orthodox New Year", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated)", "2029-03-30": "Catholic Good Friday", "2029-04-01": "Catholic Easter Sunday", "2029-04-02": "Catholic Easter Monday", "2029-04-06": "Orthodox Good Friday", "2029-04-08": "Orthodox Easter Sunday", "2029-04-09": "Orthodox Easter Monday", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (estimated)", "2029-05-01": "International Labor Day", "2029-05-02": "International Labor Day", "2029-05-09": "Victory Day", "2029-11-21": "Dayton Agreement Day", "2029-12-24": "Catholic Christmas Eve", "2029-12-25": "Catholic Christmas Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-06": "Orthodox Christmas Eve", "2030-01-07": "Orthodox Christmas Day", "2030-01-14": "Orthodox New Year", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (estimated)", "2030-04-19": "Catholic Good Friday", "2030-04-21": "Catholic Easter Sunday", "2030-04-22": "Catholic Easter Monday", "2030-04-26": "Orthodox Good Friday", "2030-04-28": "Orthodox Easter Sunday", "2030-04-29": "Orthodox Easter Monday", "2030-05-01": "International Labor Day", "2030-05-02": "International Labor Day", "2030-05-09": "Victory Day", "2030-11-21": "Dayton Agreement Day", "2030-12-24": "Catholic Christmas Eve", "2030-12-25": "Catholic Christmas Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-06": "Orthodox Christmas Eve", "2031-01-07": "Orthodox Christmas Day", "2031-01-14": "Orthodox New Year", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (estimated)", "2031-04-11": "Catholic Good Friday; Orthodox Good Friday", "2031-04-13": "Catholic Easter Sunday; Orthodox Easter Sunday", "2031-04-14": "Catholic Easter Monday; Orthodox Easter Monday", "2031-05-01": "International Labor Day", "2031-05-02": "International Labor Day", "2031-05-09": "Victory Day", "2031-11-21": "Dayton Agreement Day", "2031-12-24": "Catholic Christmas Eve", "2031-12-25": "Catholic Christmas Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-06": "Orthodox Christmas Eve", "2032-01-07": "Orthodox Christmas Day", "2032-01-14": "Eid al-Fitr (estimated); Orthodox New Year", "2032-01-15": "Eid al-Fitr (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (estimated)", "2032-03-26": "Catholic Good Friday", "2032-03-28": "Catholic Easter Sunday", "2032-03-29": "Catholic Easter Monday", "2032-04-30": "Orthodox Good Friday", "2032-05-01": "International Labor Day", "2032-05-02": "International Labor Day; Orthodox Easter Sunday", "2032-05-03": "International Labor Day (observed); Orthodox Easter Monday", "2032-05-09": "Victory Day", "2032-11-21": "Dayton Agreement Day", "2032-12-24": "Catholic Christmas Eve", "2032-12-25": "Catholic Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated); New Year's Day", "2033-01-03": "Eid al-Fitr (estimated); New Year's Day (observed)", "2033-01-06": "Orthodox Christmas Eve", "2033-01-07": "Orthodox Christmas Day", "2033-01-14": "Orthodox New Year", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-04-15": "Catholic Good Friday", "2033-04-17": "Catholic Easter Sunday", "2033-04-18": "Catholic Easter Monday", "2033-04-22": "Orthodox Good Friday", "2033-04-24": "Orthodox Easter Sunday", "2033-04-25": "Orthodox Easter Monday", "2033-05-01": "International Labor Day", "2033-05-02": "International Labor Day", "2033-05-09": "Victory Day", "2033-11-21": "Dayton Agreement Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Catholic Christmas Eve; Eid al-Fitr (estimated)", "2033-12-25": "Catholic Christmas Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-06": "Orthodox Christmas Eve", "2034-01-07": "Orthodox Christmas Day", "2034-01-14": "Orthodox New Year", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (estimated)", "2034-04-07": "Catholic Good Friday; Orthodox Good Friday", "2034-04-09": "Catholic Easter Sunday; Orthodox Easter Sunday", "2034-04-10": "Catholic Easter Monday; Orthodox Easter Monday", "2034-05-01": "International Labor Day", "2034-05-02": "International Labor Day", "2034-05-09": "Victory Day", "2034-11-21": "Dayton Agreement Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2034-12-24": "Catholic Christmas Eve", "2034-12-25": "Catholic Christmas Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-06": "Orthodox Christmas Eve", "2035-01-07": "Orthodox Christmas Day", "2035-01-14": "Orthodox New Year", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-03-23": "Catholic Good Friday", "2035-03-25": "Catholic Easter Sunday", "2035-03-26": "Catholic Easter Monday", "2035-04-27": "Orthodox Good Friday", "2035-04-29": "Orthodox Easter Sunday", "2035-04-30": "Orthodox Easter Monday", "2035-05-01": "International Labor Day", "2035-05-02": "International Labor Day", "2035-05-09": "Victory Day", "2035-11-21": "Dayton Agreement Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2035-12-24": "Catholic Christmas Eve", "2035-12-25": "Catholic Christmas Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-06": "Orthodox Christmas Eve", "2036-01-07": "Orthodox Christmas Day", "2036-01-14": "Orthodox New Year", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-04-11": "Catholic Good Friday", "2036-04-13": "Catholic Easter Sunday", "2036-04-14": "Catholic Easter Monday", "2036-04-18": "Orthodox Good Friday", "2036-04-20": "Orthodox Easter Sunday", "2036-04-21": "Orthodox Easter Monday", "2036-05-01": "International Labor Day", "2036-05-02": "International Labor Day", "2036-05-09": "Victory Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2036-11-21": "Dayton Agreement Day", "2036-12-24": "Catholic Christmas Eve", "2036-12-25": "Catholic Christmas Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-06": "Orthodox Christmas Eve", "2037-01-07": "Orthodox Christmas Day", "2037-01-14": "Orthodox New Year", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-04-03": "Catholic Good Friday; Orthodox Good Friday", "2037-04-05": "Catholic Easter Sunday; Orthodox Easter Sunday", "2037-04-06": "Catholic Easter Monday; Orthodox Easter Monday", "2037-05-01": "International Labor Day", "2037-05-02": "International Labor Day", "2037-05-09": "Victory Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated)", "2037-11-21": "Dayton Agreement Day", "2037-12-24": "Catholic Christmas Eve", "2037-12-25": "Catholic Christmas Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-06": "Orthodox Christmas Eve", "2038-01-07": "Orthodox Christmas Day", "2038-01-14": "Orthodox New Year", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-04-23": "Catholic Good Friday; Orthodox Good Friday", "2038-04-25": "Catholic Easter Sunday; Orthodox Easter Sunday", "2038-04-26": "Catholic Easter Monday; Orthodox Easter Monday", "2038-05-01": "International Labor Day", "2038-05-02": "International Labor Day", "2038-05-03": "International Labor Day (observed)", "2038-05-09": "Victory Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-11-21": "Dayton Agreement Day", "2038-12-24": "Catholic Christmas Eve", "2038-12-25": "Catholic Christmas Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (estimated); Orthodox Christmas Eve", "2039-01-07": "Orthodox Christmas Day", "2039-01-14": "Orthodox New Year", "2039-04-08": "Catholic Good Friday", "2039-04-10": "Catholic Easter Sunday", "2039-04-11": "Catholic Easter Monday", "2039-04-15": "Orthodox Good Friday", "2039-04-17": "Orthodox Easter Sunday", "2039-04-18": "Orthodox Easter Monday", "2039-05-01": "International Labor Day", "2039-05-02": "International Labor Day", "2039-05-09": "Victory Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-11-21": "Dayton Agreement Day", "2039-12-24": "Catholic Christmas Eve", "2039-12-25": "Catholic Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-06": "Orthodox Christmas Eve", "2040-01-07": "Orthodox Christmas Day", "2040-01-14": "Orthodox New Year", "2040-03-30": "Catholic Good Friday", "2040-04-01": "Catholic Easter Sunday", "2040-04-02": "Catholic Easter Monday", "2040-05-01": "International Labor Day", "2040-05-02": "International Labor Day", "2040-05-04": "Orthodox Good Friday", "2040-05-06": "Orthodox Easter Sunday", "2040-05-07": "Orthodox Easter Monday", "2040-05-09": "Victory Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-11-21": "Dayton Agreement Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2040-12-24": "Catholic Christmas Eve", "2040-12-25": "Catholic Christmas Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-06": "Orthodox Christmas Eve", "2041-01-07": "Orthodox Christmas Day", "2041-01-14": "Orthodox New Year", "2041-04-19": "Catholic Good Friday; Orthodox Good Friday", "2041-04-21": "Catholic Easter Sunday; Orthodox Easter Sunday", "2041-04-22": "Catholic Easter Monday; Orthodox Easter Monday", "2041-05-01": "International Labor Day", "2041-05-02": "International Labor Day", "2041-05-09": "Victory Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-11-21": "Dayton Agreement Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-24": "Catholic Christmas Eve", "2041-12-25": "Catholic Christmas Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-06": "Orthodox Christmas Eve", "2042-01-07": "Orthodox Christmas Day", "2042-01-14": "Orthodox New Year", "2042-04-04": "Catholic Good Friday", "2042-04-06": "Catholic Easter Sunday", "2042-04-07": "Catholic Easter Monday", "2042-04-11": "Orthodox Good Friday", "2042-04-13": "Orthodox Easter Sunday", "2042-04-14": "Orthodox Easter Monday", "2042-05-01": "International Labor Day", "2042-05-02": "International Labor Day", "2042-05-09": "Victory Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-11-21": "Dayton Agreement Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-12-24": "Catholic Christmas Eve", "2042-12-25": "Catholic Christmas Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-06": "Orthodox Christmas Eve", "2043-01-07": "Orthodox Christmas Day", "2043-01-14": "Orthodox New Year", "2043-03-27": "Catholic Good Friday", "2043-03-29": "Catholic Easter Sunday", "2043-03-30": "Catholic Easter Monday", "2043-05-01": "International Labor Day; Orthodox Good Friday", "2043-05-02": "International Labor Day", "2043-05-03": "Orthodox Easter Sunday", "2043-05-04": "Orthodox Easter Monday", "2043-05-09": "Victory Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated)", "2043-11-21": "Dayton Agreement Day", "2043-12-24": "Catholic Christmas Eve", "2043-12-25": "Catholic Christmas Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-06": "Orthodox Christmas Eve", "2044-01-07": "Orthodox Christmas Day", "2044-01-14": "Orthodox New Year", "2044-04-15": "Catholic Good Friday", "2044-04-17": "Catholic Easter Sunday", "2044-04-18": "Catholic Easter Monday", "2044-04-22": "Orthodox Good Friday", "2044-04-24": "Orthodox Easter Sunday", "2044-04-25": "Orthodox Easter Monday", "2044-05-01": "International Labor Day", "2044-05-02": "International Labor Day", "2044-05-09": "Victory Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (estimated)", "2044-11-21": "Dayton Agreement Day", "2044-12-24": "Catholic Christmas Eve", "2044-12-25": "Catholic Christmas Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-06": "Orthodox Christmas Eve", "2045-01-07": "Orthodox Christmas Day", "2045-01-14": "Orthodox New Year", "2045-04-07": "Catholic Good Friday; Orthodox Good Friday", "2045-04-09": "Catholic Easter Sunday; Orthodox Easter Sunday", "2045-04-10": "Catholic Easter Monday; Orthodox Easter Monday", "2045-05-01": "International Labor Day", "2045-05-02": "International Labor Day", "2045-05-09": "Victory Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-11-21": "Dayton Agreement Day", "2045-12-24": "Catholic Christmas Eve", "2045-12-25": "Catholic Christmas Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-06": "Orthodox Christmas Eve", "2046-01-07": "Orthodox Christmas Day", "2046-01-14": "Orthodox New Year", "2046-03-23": "Catholic Good Friday", "2046-03-25": "Catholic Easter Sunday", "2046-03-26": "Catholic Easter Monday", "2046-04-27": "Orthodox Good Friday", "2046-04-29": "Orthodox Easter Sunday", "2046-04-30": "Orthodox Easter Monday", "2046-05-01": "International Labor Day", "2046-05-02": "International Labor Day", "2046-05-09": "Victory Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (estimated)", "2046-11-21": "Dayton Agreement Day", "2046-12-24": "Catholic Christmas Eve", "2046-12-25": "Catholic Christmas Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-06": "Orthodox Christmas Eve", "2047-01-07": "Orthodox Christmas Day", "2047-01-14": "Orthodox New Year", "2047-04-12": "Catholic Good Friday", "2047-04-14": "Catholic Easter Sunday", "2047-04-15": "Catholic Easter Monday", "2047-04-19": "Orthodox Good Friday", "2047-04-21": "Orthodox Easter Sunday", "2047-04-22": "Orthodox Easter Monday", "2047-05-01": "International Labor Day", "2047-05-02": "International Labor Day", "2047-05-09": "Victory Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (estimated)", "2047-11-21": "Dayton Agreement Day", "2047-12-24": "Catholic Christmas Eve", "2047-12-25": "Catholic Christmas Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-06": "Orthodox Christmas Eve", "2048-01-07": "Orthodox Christmas Day", "2048-01-14": "Orthodox New Year", "2048-04-03": "Catholic Good Friday; Orthodox Good Friday", "2048-04-05": "Catholic Easter Sunday; Orthodox Easter Sunday", "2048-04-06": "Catholic Easter Monday; Orthodox Easter Monday", "2048-05-01": "International Labor Day", "2048-05-02": "International Labor Day", "2048-05-09": "Victory Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (estimated)", "2048-11-21": "Dayton Agreement Day", "2048-12-24": "Catholic Christmas Eve", "2048-12-25": "Catholic Christmas Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-06": "Orthodox Christmas Eve", "2049-01-07": "Orthodox Christmas Day", "2049-01-14": "Orthodox New Year", "2049-04-16": "Catholic Good Friday", "2049-04-18": "Catholic Easter Sunday", "2049-04-19": "Catholic Easter Monday", "2049-04-23": "Orthodox Good Friday", "2049-04-25": "Orthodox Easter Sunday", "2049-04-26": "Orthodox Easter Monday", "2049-05-01": "International Labor Day", "2049-05-02": "International Labor Day", "2049-05-03": "International Labor Day (observed)", "2049-05-09": "Victory Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-11-21": "Dayton Agreement Day", "2049-12-24": "Catholic Christmas Eve", "2049-12-25": "Catholic Christmas Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-06": "Orthodox Christmas Eve", "2050-01-07": "Orthodox Christmas Day", "2050-01-14": "Orthodox New Year", "2050-04-08": "Catholic Good Friday", "2050-04-10": "Catholic Easter Sunday", "2050-04-11": "Catholic Easter Monday", "2050-04-15": "Orthodox Good Friday", "2050-04-17": "Orthodox Easter Sunday", "2050-04-18": "Orthodox Easter Monday", "2050-05-01": "International Labor Day", "2050-05-02": "International Labor Day", "2050-05-09": "Victory Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-11-21": "Dayton Agreement Day", "2050-12-24": "Catholic Christmas Eve", "2050-12-25": "Catholic Christmas Day" } holidays-0.71/snapshots/countries/BB_COMMON.json000066400000000000000000001106171500152103600215370ustar00rootroot00000000000000{ "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "May Day", "1969-05-26": "Whit Monday", "1969-08-01": "Emancipation Day", "1969-08-04": "Kadooment Day", "1969-11-30": "Independence Day", "1969-12-01": "Independence Day (observed)", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "May Day", "1970-05-18": "Whit Monday", "1970-08-01": "Emancipation Day", "1970-08-03": "Kadooment Day", "1970-11-30": "Independence Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "May Day", "1971-05-31": "Whit Monday", "1971-08-01": "Emancipation Day", "1971-08-02": "Kadooment Day", "1971-08-03": "Emancipation Day (observed)", "1971-11-30": "Independence Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "May Day", "1972-05-22": "Whit Monday", "1972-08-01": "Emancipation Day", "1972-08-07": "Kadooment Day", "1972-11-30": "Independence Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "May Day", "1973-06-11": "Whit Monday", "1973-08-01": "Emancipation Day", "1973-08-06": "Kadooment Day", "1973-11-30": "Independence Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "May Day", "1974-06-03": "Whit Monday", "1974-08-01": "Emancipation Day", "1974-08-05": "Kadooment Day", "1974-11-30": "Independence Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "May Day", "1975-05-19": "Whit Monday", "1975-08-01": "Emancipation Day", "1975-08-04": "Kadooment Day", "1975-11-30": "Independence Day", "1975-12-01": "Independence Day (observed)", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "May Day", "1976-06-07": "Whit Monday", "1976-08-01": "Emancipation Day", "1976-08-02": "Kadooment Day", "1976-08-03": "Emancipation Day (observed)", "1976-11-30": "Independence Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "May Day", "1977-05-02": "May Day (observed)", "1977-05-30": "Whit Monday", "1977-08-01": "Emancipation Day; Kadooment Day", "1977-08-02": "Emancipation Day (observed)", "1977-11-30": "Independence Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "May Day", "1978-05-15": "Whit Monday", "1978-08-01": "Emancipation Day", "1978-08-07": "Kadooment Day", "1978-11-30": "Independence Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "May Day", "1979-06-04": "Whit Monday", "1979-08-01": "Emancipation Day", "1979-08-06": "Kadooment Day", "1979-11-30": "Independence Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "May Day", "1980-05-26": "Whit Monday", "1980-08-01": "Emancipation Day", "1980-08-04": "Kadooment Day", "1980-11-30": "Independence Day", "1980-12-01": "Independence Day (observed)", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "May Day", "1981-06-08": "Whit Monday", "1981-08-01": "Emancipation Day", "1981-08-03": "Kadooment Day", "1981-11-30": "Independence Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "May Day", "1982-05-31": "Whit Monday", "1982-08-01": "Emancipation Day", "1982-08-02": "Kadooment Day", "1982-08-03": "Emancipation Day (observed)", "1982-11-30": "Independence Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "May Day", "1983-05-02": "May Day (observed)", "1983-05-23": "Whit Monday", "1983-08-01": "Emancipation Day; Kadooment Day", "1983-08-02": "Emancipation Day (observed)", "1983-11-30": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "May Day", "1984-06-11": "Whit Monday", "1984-08-01": "Emancipation Day", "1984-08-06": "Kadooment Day", "1984-11-30": "Independence Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "May Day", "1985-05-27": "Whit Monday", "1985-08-01": "Emancipation Day", "1985-08-05": "Kadooment Day", "1985-11-30": "Independence Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "May Day", "1986-05-19": "Whit Monday", "1986-08-01": "Emancipation Day", "1986-08-04": "Kadooment Day", "1986-11-30": "Independence Day", "1986-12-01": "Independence Day (observed)", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "May Day", "1987-06-08": "Whit Monday", "1987-08-01": "Emancipation Day", "1987-08-03": "Kadooment Day", "1987-11-30": "Independence Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "May Day", "1988-05-02": "May Day (observed)", "1988-05-23": "Whit Monday", "1988-08-01": "Emancipation Day; Kadooment Day", "1988-08-02": "Emancipation Day (observed)", "1988-11-30": "Independence Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-21": "Errol Barrow Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "May Day", "1989-05-15": "Whit Monday", "1989-08-01": "Emancipation Day", "1989-08-07": "Kadooment Day", "1989-11-30": "Independence Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-21": "Errol Barrow Day", "1990-01-22": "Errol Barrow Day (observed)", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "May Day", "1990-06-04": "Whit Monday", "1990-08-01": "Emancipation Day", "1990-08-06": "Kadooment Day", "1990-11-30": "Independence Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-21": "Errol Barrow Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "May Day", "1991-05-20": "Whit Monday", "1991-08-01": "Emancipation Day", "1991-08-05": "Kadooment Day", "1991-11-30": "Independence Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-21": "Errol Barrow Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "May Day", "1992-06-08": "Whit Monday", "1992-08-01": "Emancipation Day", "1992-08-03": "Kadooment Day", "1992-11-30": "Independence Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-01-21": "Errol Barrow Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "May Day", "1993-05-31": "Whit Monday", "1993-08-01": "Emancipation Day", "1993-08-02": "Kadooment Day", "1993-08-03": "Emancipation Day (observed)", "1993-11-30": "Independence Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-21": "Errol Barrow Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "May Day", "1994-05-02": "May Day (observed)", "1994-05-23": "Whit Monday", "1994-08-01": "Emancipation Day; Kadooment Day", "1994-08-02": "Emancipation Day (observed)", "1994-11-30": "Independence Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-21": "Errol Barrow Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "May Day", "1995-06-05": "Whit Monday", "1995-08-01": "Emancipation Day", "1995-08-07": "Kadooment Day", "1995-11-30": "Independence Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-21": "Errol Barrow Day", "1996-01-22": "Errol Barrow Day (observed)", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "May Day", "1996-05-27": "Whit Monday", "1996-08-01": "Emancipation Day", "1996-08-05": "Kadooment Day", "1996-11-30": "Independence Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-21": "Errol Barrow Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "May Day", "1997-05-19": "Whit Monday", "1997-08-01": "Emancipation Day", "1997-08-04": "Kadooment Day", "1997-11-30": "Independence Day", "1997-12-01": "Independence Day (observed)", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-21": "Errol Barrow Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-28": "National Heroes Day", "1998-05-01": "May Day", "1998-06-01": "Whit Monday", "1998-08-01": "Emancipation Day", "1998-08-03": "Kadooment Day", "1998-11-30": "Independence Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-21": "Errol Barrow Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-28": "National Heroes Day", "1999-05-01": "May Day", "1999-05-24": "Whit Monday", "1999-08-01": "Emancipation Day", "1999-08-02": "Kadooment Day", "1999-08-03": "Emancipation Day (observed)", "1999-11-30": "Independence Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-21": "Errol Barrow Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-28": "National Heroes Day", "2000-05-01": "May Day", "2000-06-12": "Whit Monday", "2000-08-01": "Emancipation Day", "2000-08-07": "Kadooment Day", "2000-11-30": "Independence Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-21": "Errol Barrow Day", "2001-01-22": "Errol Barrow Day (observed)", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-28": "National Heroes Day", "2001-05-01": "May Day", "2001-06-04": "Whit Monday", "2001-08-01": "Emancipation Day", "2001-08-06": "Kadooment Day", "2001-11-30": "Independence Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-21": "Errol Barrow Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-28": "National Heroes Day", "2002-04-29": "National Heroes Day (observed)", "2002-05-01": "May Day", "2002-05-20": "Whit Monday", "2002-08-01": "Emancipation Day", "2002-08-05": "Kadooment Day", "2002-11-30": "Independence Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-21": "Errol Barrow Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-28": "National Heroes Day", "2003-05-01": "May Day", "2003-06-09": "Whit Monday", "2003-08-01": "Emancipation Day", "2003-08-04": "Kadooment Day", "2003-11-30": "Independence Day", "2003-12-01": "Independence Day (observed)", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-21": "Errol Barrow Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-28": "National Heroes Day", "2004-05-01": "May Day", "2004-05-31": "Whit Monday", "2004-08-01": "Emancipation Day", "2004-08-02": "Kadooment Day", "2004-08-03": "Emancipation Day (observed)", "2004-11-30": "Independence Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-21": "Errol Barrow Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-28": "National Heroes Day", "2005-05-01": "May Day", "2005-05-02": "May Day (observed)", "2005-05-16": "Whit Monday", "2005-08-01": "Emancipation Day; Kadooment Day", "2005-08-02": "Emancipation Day (observed)", "2005-11-30": "Independence Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-21": "Errol Barrow Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-28": "National Heroes Day", "2006-05-01": "May Day", "2006-06-05": "Whit Monday", "2006-08-01": "Emancipation Day", "2006-08-07": "Kadooment Day", "2006-11-30": "Independence Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-21": "Errol Barrow Day", "2007-01-22": "Errol Barrow Day (observed)", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-28": "National Heroes Day", "2007-05-01": "May Day", "2007-05-28": "Whit Monday", "2007-08-01": "Emancipation Day", "2007-08-06": "Kadooment Day", "2007-11-30": "Independence Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-21": "Errol Barrow Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-28": "National Heroes Day", "2008-05-01": "May Day", "2008-05-12": "Whit Monday", "2008-08-01": "Emancipation Day", "2008-08-04": "Kadooment Day", "2008-11-30": "Independence Day", "2008-12-01": "Independence Day (observed)", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-21": "Errol Barrow Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-28": "National Heroes Day", "2009-05-01": "May Day", "2009-06-01": "Whit Monday", "2009-08-01": "Emancipation Day", "2009-08-03": "Kadooment Day", "2009-11-30": "Independence Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-21": "Errol Barrow Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-28": "National Heroes Day", "2010-05-01": "May Day", "2010-05-24": "Whit Monday", "2010-08-01": "Emancipation Day", "2010-08-02": "Kadooment Day", "2010-08-03": "Emancipation Day (observed)", "2010-11-30": "Independence Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-21": "Errol Barrow Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-04-28": "National Heroes Day", "2011-05-01": "May Day", "2011-05-02": "May Day (observed)", "2011-06-13": "Whit Monday", "2011-08-01": "Emancipation Day; Kadooment Day", "2011-08-02": "Emancipation Day (observed)", "2011-11-30": "Independence Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-21": "Errol Barrow Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-28": "National Heroes Day", "2012-05-01": "May Day", "2012-05-28": "Whit Monday", "2012-08-01": "Emancipation Day", "2012-08-06": "Kadooment Day", "2012-11-30": "Independence Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-21": "Errol Barrow Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-28": "National Heroes Day", "2013-04-29": "National Heroes Day (observed)", "2013-05-01": "May Day", "2013-05-20": "Whit Monday", "2013-08-01": "Emancipation Day", "2013-08-05": "Kadooment Day", "2013-11-30": "Independence Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-21": "Errol Barrow Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-28": "National Heroes Day", "2014-05-01": "May Day", "2014-06-09": "Whit Monday", "2014-08-01": "Emancipation Day", "2014-08-04": "Kadooment Day", "2014-11-30": "Independence Day", "2014-12-01": "Independence Day (observed)", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-21": "Errol Barrow Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-28": "National Heroes Day", "2015-05-01": "May Day", "2015-05-25": "Whit Monday", "2015-08-01": "Emancipation Day", "2015-08-03": "Kadooment Day", "2015-11-30": "Independence Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-01-21": "Errol Barrow Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-28": "National Heroes Day", "2016-05-01": "May Day", "2016-05-02": "May Day (observed)", "2016-05-16": "Whit Monday", "2016-08-01": "Emancipation Day; Kadooment Day", "2016-08-02": "Emancipation Day (observed)", "2016-11-30": "Independence Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-21": "Errol Barrow Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-28": "National Heroes Day", "2017-05-01": "May Day", "2017-06-05": "Whit Monday", "2017-08-01": "Emancipation Day", "2017-08-07": "Kadooment Day", "2017-11-30": "Independence Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-21": "Errol Barrow Day", "2018-01-22": "Errol Barrow Day (observed)", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-28": "National Heroes Day", "2018-05-01": "May Day", "2018-05-21": "Whit Monday", "2018-08-01": "Emancipation Day", "2018-08-06": "Kadooment Day", "2018-11-30": "Independence Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-21": "Errol Barrow Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-28": "National Heroes Day", "2019-04-29": "National Heroes Day (observed)", "2019-05-01": "May Day", "2019-06-10": "Whit Monday", "2019-08-01": "Emancipation Day", "2019-08-05": "Kadooment Day", "2019-11-30": "Independence Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-21": "Errol Barrow Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-28": "National Heroes Day", "2020-05-01": "May Day", "2020-06-01": "Whit Monday", "2020-08-01": "Emancipation Day", "2020-08-03": "Kadooment Day", "2020-11-30": "Independence Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-01-04": "Public Holiday", "2021-01-05": "Public Holiday", "2021-01-21": "Errol Barrow Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-28": "National Heroes Day", "2021-05-01": "May Day", "2021-05-24": "Whit Monday", "2021-08-01": "Emancipation Day", "2021-08-02": "Kadooment Day", "2021-08-03": "Emancipation Day (observed)", "2021-11-30": "Independence Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-21": "Errol Barrow Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-28": "National Heroes Day", "2022-05-01": "May Day", "2022-05-02": "May Day (observed)", "2022-06-06": "Whit Monday", "2022-08-01": "Emancipation Day; Kadooment Day", "2022-08-02": "Emancipation Day (observed)", "2022-11-30": "Independence Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-21": "Errol Barrow Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-28": "National Heroes Day", "2023-05-01": "May Day", "2023-05-29": "Whit Monday", "2023-07-31": "50th Anniversary of CARICOM Holiday", "2023-08-01": "Emancipation Day", "2023-08-07": "Kadooment Day", "2023-11-30": "Independence Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-21": "Errol Barrow Day", "2024-01-22": "Errol Barrow Day (observed)", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-28": "National Heroes Day", "2024-04-29": "National Heroes Day (observed)", "2024-05-01": "May Day", "2024-05-20": "Whit Monday", "2024-08-01": "Emancipation Day", "2024-08-05": "Kadooment Day", "2024-11-30": "Independence Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-21": "Errol Barrow Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-28": "National Heroes Day", "2025-05-01": "May Day", "2025-06-09": "Whit Monday", "2025-08-01": "Emancipation Day", "2025-08-04": "Kadooment Day", "2025-11-30": "Independence Day", "2025-12-01": "Independence Day (observed)", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-21": "Errol Barrow Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-28": "National Heroes Day", "2026-05-01": "May Day", "2026-05-25": "Whit Monday", "2026-08-01": "Emancipation Day", "2026-08-03": "Kadooment Day", "2026-11-30": "Independence Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-01-21": "Errol Barrow Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-28": "National Heroes Day", "2027-05-01": "May Day", "2027-05-17": "Whit Monday", "2027-08-01": "Emancipation Day", "2027-08-02": "Kadooment Day", "2027-08-03": "Emancipation Day (observed)", "2027-11-30": "Independence Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-21": "Errol Barrow Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-28": "National Heroes Day", "2028-05-01": "May Day", "2028-06-05": "Whit Monday", "2028-08-01": "Emancipation Day", "2028-08-07": "Kadooment Day", "2028-11-30": "Independence Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-21": "Errol Barrow Day", "2029-01-22": "Errol Barrow Day (observed)", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-28": "National Heroes Day", "2029-05-01": "May Day", "2029-05-21": "Whit Monday", "2029-08-01": "Emancipation Day", "2029-08-06": "Kadooment Day", "2029-11-30": "Independence Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-21": "Errol Barrow Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-28": "National Heroes Day", "2030-04-29": "National Heroes Day (observed)", "2030-05-01": "May Day", "2030-06-10": "Whit Monday", "2030-08-01": "Emancipation Day", "2030-08-05": "Kadooment Day", "2030-11-30": "Independence Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-21": "Errol Barrow Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-28": "National Heroes Day", "2031-05-01": "May Day", "2031-06-02": "Whit Monday", "2031-08-01": "Emancipation Day", "2031-08-04": "Kadooment Day", "2031-11-30": "Independence Day", "2031-12-01": "Independence Day (observed)", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-21": "Errol Barrow Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-28": "National Heroes Day", "2032-05-01": "May Day", "2032-05-17": "Whit Monday", "2032-08-01": "Emancipation Day", "2032-08-02": "Kadooment Day", "2032-08-03": "Emancipation Day (observed)", "2032-11-30": "Independence Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-21": "Errol Barrow Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-28": "National Heroes Day", "2033-05-01": "May Day", "2033-05-02": "May Day (observed)", "2033-06-06": "Whit Monday", "2033-08-01": "Emancipation Day; Kadooment Day", "2033-08-02": "Emancipation Day (observed)", "2033-11-30": "Independence Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-21": "Errol Barrow Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-28": "National Heroes Day", "2034-05-01": "May Day", "2034-05-29": "Whit Monday", "2034-08-01": "Emancipation Day", "2034-08-07": "Kadooment Day", "2034-11-30": "Independence Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-21": "Errol Barrow Day", "2035-01-22": "Errol Barrow Day (observed)", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-28": "National Heroes Day", "2035-05-01": "May Day", "2035-05-14": "Whit Monday", "2035-08-01": "Emancipation Day", "2035-08-06": "Kadooment Day", "2035-11-30": "Independence Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-21": "Errol Barrow Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-28": "National Heroes Day", "2036-05-01": "May Day", "2036-06-02": "Whit Monday", "2036-08-01": "Emancipation Day", "2036-08-04": "Kadooment Day", "2036-11-30": "Independence Day", "2036-12-01": "Independence Day (observed)", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-21": "Errol Barrow Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-28": "National Heroes Day", "2037-05-01": "May Day", "2037-05-25": "Whit Monday", "2037-08-01": "Emancipation Day", "2037-08-03": "Kadooment Day", "2037-11-30": "Independence Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-01-21": "Errol Barrow Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-04-28": "National Heroes Day", "2038-05-01": "May Day", "2038-06-14": "Whit Monday", "2038-08-01": "Emancipation Day", "2038-08-02": "Kadooment Day", "2038-08-03": "Emancipation Day (observed)", "2038-11-30": "Independence Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-21": "Errol Barrow Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-28": "National Heroes Day", "2039-05-01": "May Day", "2039-05-02": "May Day (observed)", "2039-05-30": "Whit Monday", "2039-08-01": "Emancipation Day; Kadooment Day", "2039-08-02": "Emancipation Day (observed)", "2039-11-30": "Independence Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-21": "Errol Barrow Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-28": "National Heroes Day", "2040-05-01": "May Day", "2040-05-21": "Whit Monday", "2040-08-01": "Emancipation Day", "2040-08-06": "Kadooment Day", "2040-11-30": "Independence Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-21": "Errol Barrow Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-28": "National Heroes Day", "2041-04-29": "National Heroes Day (observed)", "2041-05-01": "May Day", "2041-06-10": "Whit Monday", "2041-08-01": "Emancipation Day", "2041-08-05": "Kadooment Day", "2041-11-30": "Independence Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-21": "Errol Barrow Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-28": "National Heroes Day", "2042-05-01": "May Day", "2042-05-26": "Whit Monday", "2042-08-01": "Emancipation Day", "2042-08-04": "Kadooment Day", "2042-11-30": "Independence Day", "2042-12-01": "Independence Day (observed)", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-21": "Errol Barrow Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-28": "National Heroes Day", "2043-05-01": "May Day", "2043-05-18": "Whit Monday", "2043-08-01": "Emancipation Day", "2043-08-03": "Kadooment Day", "2043-11-30": "Independence Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-01-21": "Errol Barrow Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-28": "National Heroes Day", "2044-05-01": "May Day", "2044-05-02": "May Day (observed)", "2044-06-06": "Whit Monday", "2044-08-01": "Emancipation Day; Kadooment Day", "2044-08-02": "Emancipation Day (observed)", "2044-11-30": "Independence Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-21": "Errol Barrow Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-28": "National Heroes Day", "2045-05-01": "May Day", "2045-05-29": "Whit Monday", "2045-08-01": "Emancipation Day", "2045-08-07": "Kadooment Day", "2045-11-30": "Independence Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-21": "Errol Barrow Day", "2046-01-22": "Errol Barrow Day (observed)", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-28": "National Heroes Day", "2046-05-01": "May Day", "2046-05-14": "Whit Monday", "2046-08-01": "Emancipation Day", "2046-08-06": "Kadooment Day", "2046-11-30": "Independence Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-21": "Errol Barrow Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-28": "National Heroes Day", "2047-04-29": "National Heroes Day (observed)", "2047-05-01": "May Day", "2047-06-03": "Whit Monday", "2047-08-01": "Emancipation Day", "2047-08-05": "Kadooment Day", "2047-11-30": "Independence Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-21": "Errol Barrow Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-28": "National Heroes Day", "2048-05-01": "May Day", "2048-05-25": "Whit Monday", "2048-08-01": "Emancipation Day", "2048-08-03": "Kadooment Day", "2048-11-30": "Independence Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-01-21": "Errol Barrow Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-28": "National Heroes Day", "2049-05-01": "May Day", "2049-06-07": "Whit Monday", "2049-08-01": "Emancipation Day", "2049-08-02": "Kadooment Day", "2049-08-03": "Emancipation Day (observed)", "2049-11-30": "Independence Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-21": "Errol Barrow Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-28": "National Heroes Day", "2050-05-01": "May Day", "2050-05-02": "May Day (observed)", "2050-05-30": "Whit Monday", "2050-08-01": "Emancipation Day; Kadooment Day", "2050-08-02": "Emancipation Day (observed)", "2050-11-30": "Independence Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BD_COMMON.json000066400000000000000000000764241500152103600215500ustar00rootroot00000000000000{ "1950-02-21": "International Mother's language Day", "1950-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1950-03-26": "Independence Day", "1950-04-14": "Bengali New Year's Day", "1950-05-01": "May Day", "1950-08-15": "National Mourning Day", "1950-12-16": "Victory Day", "1951-02-21": "International Mother's language Day", "1951-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1951-03-26": "Independence Day", "1951-04-14": "Bengali New Year's Day", "1951-05-01": "May Day", "1951-08-15": "National Mourning Day", "1951-12-16": "Victory Day", "1952-02-21": "International Mother's language Day", "1952-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1952-03-26": "Independence Day", "1952-04-14": "Bengali New Year's Day", "1952-05-01": "May Day", "1952-08-15": "National Mourning Day", "1952-12-16": "Victory Day", "1953-02-21": "International Mother's language Day", "1953-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1953-03-26": "Independence Day", "1953-04-14": "Bengali New Year's Day", "1953-05-01": "May Day", "1953-08-15": "National Mourning Day", "1953-12-16": "Victory Day", "1954-02-21": "International Mother's language Day", "1954-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1954-03-26": "Independence Day", "1954-04-14": "Bengali New Year's Day", "1954-05-01": "May Day", "1954-08-15": "National Mourning Day", "1954-12-16": "Victory Day", "1955-02-21": "International Mother's language Day", "1955-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1955-03-26": "Independence Day", "1955-04-14": "Bengali New Year's Day", "1955-05-01": "May Day", "1955-08-15": "National Mourning Day", "1955-12-16": "Victory Day", "1956-02-21": "International Mother's language Day", "1956-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1956-03-26": "Independence Day", "1956-04-14": "Bengali New Year's Day", "1956-05-01": "May Day", "1956-08-15": "National Mourning Day", "1956-12-16": "Victory Day", "1957-02-21": "International Mother's language Day", "1957-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1957-03-26": "Independence Day", "1957-04-14": "Bengali New Year's Day", "1957-05-01": "May Day", "1957-08-15": "National Mourning Day", "1957-12-16": "Victory Day", "1958-02-21": "International Mother's language Day", "1958-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1958-03-26": "Independence Day", "1958-04-14": "Bengali New Year's Day", "1958-05-01": "May Day", "1958-08-15": "National Mourning Day", "1958-12-16": "Victory Day", "1959-02-21": "International Mother's language Day", "1959-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1959-03-26": "Independence Day", "1959-04-14": "Bengali New Year's Day", "1959-05-01": "May Day", "1959-08-15": "National Mourning Day", "1959-12-16": "Victory Day", "1960-02-21": "International Mother's language Day", "1960-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1960-03-26": "Independence Day", "1960-04-14": "Bengali New Year's Day", "1960-05-01": "May Day", "1960-08-15": "National Mourning Day", "1960-12-16": "Victory Day", "1961-02-21": "International Mother's language Day", "1961-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1961-03-26": "Independence Day", "1961-04-14": "Bengali New Year's Day", "1961-05-01": "May Day", "1961-08-15": "National Mourning Day", "1961-12-16": "Victory Day", "1962-02-21": "International Mother's language Day", "1962-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1962-03-26": "Independence Day", "1962-04-14": "Bengali New Year's Day", "1962-05-01": "May Day", "1962-08-15": "National Mourning Day", "1962-12-16": "Victory Day", "1963-02-21": "International Mother's language Day", "1963-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1963-03-26": "Independence Day", "1963-04-14": "Bengali New Year's Day", "1963-05-01": "May Day", "1963-08-15": "National Mourning Day", "1963-12-16": "Victory Day", "1964-02-21": "International Mother's language Day", "1964-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1964-03-26": "Independence Day", "1964-04-14": "Bengali New Year's Day", "1964-05-01": "May Day", "1964-08-15": "National Mourning Day", "1964-12-16": "Victory Day", "1965-02-21": "International Mother's language Day", "1965-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1965-03-26": "Independence Day", "1965-04-14": "Bengali New Year's Day", "1965-05-01": "May Day", "1965-08-15": "National Mourning Day", "1965-12-16": "Victory Day", "1966-02-21": "International Mother's language Day", "1966-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1966-03-26": "Independence Day", "1966-04-14": "Bengali New Year's Day", "1966-05-01": "May Day", "1966-08-15": "National Mourning Day", "1966-12-16": "Victory Day", "1967-02-21": "International Mother's language Day", "1967-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1967-03-26": "Independence Day", "1967-04-14": "Bengali New Year's Day", "1967-05-01": "May Day", "1967-08-15": "National Mourning Day", "1967-12-16": "Victory Day", "1968-02-21": "International Mother's language Day", "1968-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1968-03-26": "Independence Day", "1968-04-14": "Bengali New Year's Day", "1968-05-01": "May Day", "1968-08-15": "National Mourning Day", "1968-12-16": "Victory Day", "1969-02-21": "International Mother's language Day", "1969-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1969-03-26": "Independence Day", "1969-04-14": "Bengali New Year's Day", "1969-05-01": "May Day", "1969-08-15": "National Mourning Day", "1969-12-16": "Victory Day", "1970-02-21": "International Mother's language Day", "1970-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1970-03-26": "Independence Day", "1970-04-14": "Bengali New Year's Day", "1970-05-01": "May Day", "1970-08-15": "National Mourning Day", "1970-12-16": "Victory Day", "1971-02-21": "International Mother's language Day", "1971-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1971-03-26": "Independence Day", "1971-04-14": "Bengali New Year's Day", "1971-05-01": "May Day", "1971-08-15": "National Mourning Day", "1971-12-16": "Victory Day", "1972-02-21": "International Mother's language Day", "1972-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1972-03-26": "Independence Day", "1972-04-14": "Bengali New Year's Day", "1972-05-01": "May Day", "1972-08-15": "National Mourning Day", "1972-12-16": "Victory Day", "1973-02-21": "International Mother's language Day", "1973-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1973-03-26": "Independence Day", "1973-04-14": "Bengali New Year's Day", "1973-05-01": "May Day", "1973-08-15": "National Mourning Day", "1973-12-16": "Victory Day", "1974-02-21": "International Mother's language Day", "1974-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1974-03-26": "Independence Day", "1974-04-14": "Bengali New Year's Day", "1974-05-01": "May Day", "1974-08-15": "National Mourning Day", "1974-12-16": "Victory Day", "1975-02-21": "International Mother's language Day", "1975-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1975-03-26": "Independence Day", "1975-04-14": "Bengali New Year's Day", "1975-05-01": "May Day", "1975-08-15": "National Mourning Day", "1975-12-16": "Victory Day", "1976-02-21": "International Mother's language Day", "1976-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1976-03-26": "Independence Day", "1976-04-14": "Bengali New Year's Day", "1976-05-01": "May Day", "1976-08-15": "National Mourning Day", "1976-12-16": "Victory Day", "1977-02-21": "International Mother's language Day", "1977-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1977-03-26": "Independence Day", "1977-04-14": "Bengali New Year's Day", "1977-05-01": "May Day", "1977-08-15": "National Mourning Day", "1977-12-16": "Victory Day", "1978-02-21": "International Mother's language Day", "1978-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1978-03-26": "Independence Day", "1978-04-14": "Bengali New Year's Day", "1978-05-01": "May Day", "1978-08-15": "National Mourning Day", "1978-12-16": "Victory Day", "1979-02-21": "International Mother's language Day", "1979-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1979-03-26": "Independence Day", "1979-04-14": "Bengali New Year's Day", "1979-05-01": "May Day", "1979-08-15": "National Mourning Day", "1979-12-16": "Victory Day", "1980-02-21": "International Mother's language Day", "1980-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1980-03-26": "Independence Day", "1980-04-14": "Bengali New Year's Day", "1980-05-01": "May Day", "1980-08-15": "National Mourning Day", "1980-12-16": "Victory Day", "1981-02-21": "International Mother's language Day", "1981-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1981-03-26": "Independence Day", "1981-04-14": "Bengali New Year's Day", "1981-05-01": "May Day", "1981-08-15": "National Mourning Day", "1981-12-16": "Victory Day", "1982-02-21": "International Mother's language Day", "1982-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1982-03-26": "Independence Day", "1982-04-14": "Bengali New Year's Day", "1982-05-01": "May Day", "1982-08-15": "National Mourning Day", "1982-12-16": "Victory Day", "1983-02-21": "International Mother's language Day", "1983-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1983-03-26": "Independence Day", "1983-04-14": "Bengali New Year's Day", "1983-05-01": "May Day", "1983-08-15": "National Mourning Day", "1983-12-16": "Victory Day", "1984-02-21": "International Mother's language Day", "1984-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1984-03-26": "Independence Day", "1984-04-14": "Bengali New Year's Day", "1984-05-01": "May Day", "1984-08-15": "National Mourning Day", "1984-12-16": "Victory Day", "1985-02-21": "International Mother's language Day", "1985-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1985-03-26": "Independence Day", "1985-04-14": "Bengali New Year's Day", "1985-05-01": "May Day", "1985-08-15": "National Mourning Day", "1985-12-16": "Victory Day", "1986-02-21": "International Mother's language Day", "1986-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1986-03-26": "Independence Day", "1986-04-14": "Bengali New Year's Day", "1986-05-01": "May Day", "1986-08-15": "National Mourning Day", "1986-12-16": "Victory Day", "1987-02-21": "International Mother's language Day", "1987-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1987-03-26": "Independence Day", "1987-04-14": "Bengali New Year's Day", "1987-05-01": "May Day", "1987-08-15": "National Mourning Day", "1987-12-16": "Victory Day", "1988-02-21": "International Mother's language Day", "1988-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1988-03-26": "Independence Day", "1988-04-14": "Bengali New Year's Day", "1988-05-01": "May Day", "1988-08-15": "National Mourning Day", "1988-12-16": "Victory Day", "1989-02-21": "International Mother's language Day", "1989-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1989-03-26": "Independence Day", "1989-04-14": "Bengali New Year's Day", "1989-05-01": "May Day", "1989-08-15": "National Mourning Day", "1989-12-16": "Victory Day", "1990-02-21": "International Mother's language Day", "1990-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1990-03-26": "Independence Day", "1990-04-14": "Bengali New Year's Day", "1990-05-01": "May Day", "1990-08-15": "National Mourning Day", "1990-12-16": "Victory Day", "1991-02-21": "International Mother's language Day", "1991-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1991-03-26": "Independence Day", "1991-04-14": "Bengali New Year's Day", "1991-05-01": "May Day", "1991-08-15": "National Mourning Day", "1991-12-16": "Victory Day", "1992-02-21": "International Mother's language Day", "1992-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1992-03-26": "Independence Day", "1992-04-14": "Bengali New Year's Day", "1992-05-01": "May Day", "1992-08-15": "National Mourning Day", "1992-12-16": "Victory Day", "1993-02-21": "International Mother's language Day", "1993-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1993-03-26": "Independence Day", "1993-04-14": "Bengali New Year's Day", "1993-05-01": "May Day", "1993-08-15": "National Mourning Day", "1993-12-16": "Victory Day", "1994-02-21": "International Mother's language Day", "1994-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1994-03-26": "Independence Day", "1994-04-14": "Bengali New Year's Day", "1994-05-01": "May Day", "1994-08-15": "National Mourning Day", "1994-12-16": "Victory Day", "1995-02-21": "International Mother's language Day", "1995-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1995-03-26": "Independence Day", "1995-04-14": "Bengali New Year's Day", "1995-05-01": "May Day", "1995-08-15": "National Mourning Day", "1995-12-16": "Victory Day", "1996-02-21": "International Mother's language Day", "1996-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1996-03-26": "Independence Day", "1996-04-14": "Bengali New Year's Day", "1996-05-01": "May Day", "1996-08-15": "National Mourning Day", "1996-12-16": "Victory Day", "1997-02-21": "International Mother's language Day", "1997-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1997-03-26": "Independence Day", "1997-04-14": "Bengali New Year's Day", "1997-05-01": "May Day", "1997-08-15": "National Mourning Day", "1997-12-16": "Victory Day", "1998-02-21": "International Mother's language Day", "1998-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1998-03-26": "Independence Day", "1998-04-14": "Bengali New Year's Day", "1998-05-01": "May Day", "1998-08-15": "National Mourning Day", "1998-12-16": "Victory Day", "1999-02-21": "International Mother's language Day", "1999-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "1999-03-26": "Independence Day", "1999-04-14": "Bengali New Year's Day", "1999-05-01": "May Day", "1999-08-15": "National Mourning Day", "1999-12-16": "Victory Day", "2000-02-21": "International Mother's language Day", "2000-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2000-03-26": "Independence Day", "2000-04-14": "Bengali New Year's Day", "2000-05-01": "May Day", "2000-08-15": "National Mourning Day", "2000-12-16": "Victory Day", "2001-02-21": "International Mother's language Day", "2001-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2001-03-26": "Independence Day", "2001-04-14": "Bengali New Year's Day", "2001-05-01": "May Day", "2001-08-15": "National Mourning Day", "2001-12-16": "Victory Day", "2002-02-21": "International Mother's language Day", "2002-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2002-03-26": "Independence Day", "2002-04-14": "Bengali New Year's Day", "2002-05-01": "May Day", "2002-08-15": "National Mourning Day", "2002-12-16": "Victory Day", "2003-02-21": "International Mother's language Day", "2003-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2003-03-26": "Independence Day", "2003-04-14": "Bengali New Year's Day", "2003-05-01": "May Day", "2003-08-15": "National Mourning Day", "2003-12-16": "Victory Day", "2004-02-21": "International Mother's language Day", "2004-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2004-03-26": "Independence Day", "2004-04-14": "Bengali New Year's Day", "2004-05-01": "May Day", "2004-08-15": "National Mourning Day", "2004-12-16": "Victory Day", "2005-02-21": "International Mother's language Day", "2005-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2005-03-26": "Independence Day", "2005-04-14": "Bengali New Year's Day", "2005-05-01": "May Day", "2005-08-15": "National Mourning Day", "2005-12-16": "Victory Day", "2006-02-21": "International Mother's language Day", "2006-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2006-03-26": "Independence Day", "2006-04-14": "Bengali New Year's Day", "2006-05-01": "May Day", "2006-08-15": "National Mourning Day", "2006-12-16": "Victory Day", "2007-02-21": "International Mother's language Day", "2007-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2007-03-26": "Independence Day", "2007-04-14": "Bengali New Year's Day", "2007-05-01": "May Day", "2007-08-15": "National Mourning Day", "2007-12-16": "Victory Day", "2008-02-21": "International Mother's language Day", "2008-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2008-03-26": "Independence Day", "2008-04-14": "Bengali New Year's Day", "2008-05-01": "May Day", "2008-08-15": "National Mourning Day", "2008-12-16": "Victory Day", "2009-02-21": "International Mother's language Day", "2009-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2009-03-26": "Independence Day", "2009-04-14": "Bengali New Year's Day", "2009-05-01": "May Day", "2009-08-15": "National Mourning Day", "2009-12-16": "Victory Day", "2010-02-21": "International Mother's language Day", "2010-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2010-03-26": "Independence Day", "2010-04-14": "Bengali New Year's Day", "2010-05-01": "May Day", "2010-08-15": "National Mourning Day", "2010-12-16": "Victory Day", "2011-02-21": "International Mother's language Day", "2011-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2011-03-26": "Independence Day", "2011-04-14": "Bengali New Year's Day", "2011-05-01": "May Day", "2011-08-15": "National Mourning Day", "2011-12-16": "Victory Day", "2012-02-21": "International Mother's language Day", "2012-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2012-03-26": "Independence Day", "2012-04-14": "Bengali New Year's Day", "2012-05-01": "May Day", "2012-08-15": "National Mourning Day", "2012-12-16": "Victory Day", "2013-02-21": "International Mother's language Day", "2013-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2013-03-26": "Independence Day", "2013-04-14": "Bengali New Year's Day", "2013-05-01": "May Day", "2013-08-15": "National Mourning Day", "2013-12-16": "Victory Day", "2014-02-21": "International Mother's language Day", "2014-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2014-03-26": "Independence Day", "2014-04-14": "Bengali New Year's Day", "2014-05-01": "May Day", "2014-08-15": "National Mourning Day", "2014-12-16": "Victory Day", "2015-02-21": "International Mother's language Day", "2015-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2015-03-26": "Independence Day", "2015-04-14": "Bengali New Year's Day", "2015-05-01": "May Day", "2015-08-15": "National Mourning Day", "2015-12-16": "Victory Day", "2016-02-21": "International Mother's language Day", "2016-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2016-03-26": "Independence Day", "2016-04-14": "Bengali New Year's Day", "2016-05-01": "May Day", "2016-08-15": "National Mourning Day", "2016-12-16": "Victory Day", "2017-02-21": "International Mother's language Day", "2017-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2017-03-26": "Independence Day", "2017-04-14": "Bengali New Year's Day", "2017-05-01": "May Day", "2017-08-15": "National Mourning Day", "2017-12-16": "Victory Day", "2018-02-21": "International Mother's language Day", "2018-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2018-03-26": "Independence Day", "2018-04-14": "Bengali New Year's Day", "2018-05-01": "May Day", "2018-08-15": "National Mourning Day", "2018-12-16": "Victory Day", "2019-02-21": "International Mother's language Day", "2019-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2019-03-26": "Independence Day", "2019-04-14": "Bengali New Year's Day", "2019-05-01": "May Day", "2019-08-15": "National Mourning Day", "2019-12-16": "Victory Day", "2020-02-21": "International Mother's language Day", "2020-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2020-03-26": "Independence Day", "2020-04-14": "Bengali New Year's Day", "2020-05-01": "May Day", "2020-08-15": "National Mourning Day", "2020-12-16": "Victory Day", "2021-02-21": "International Mother's language Day", "2021-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2021-03-26": "Independence Day", "2021-04-14": "Bengali New Year's Day", "2021-05-01": "May Day", "2021-08-15": "National Mourning Day", "2021-12-16": "Victory Day", "2022-02-21": "International Mother's language Day", "2022-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2022-03-26": "Independence Day", "2022-04-14": "Bengali New Year's Day", "2022-05-01": "May Day", "2022-08-15": "National Mourning Day", "2022-12-16": "Victory Day", "2023-02-21": "International Mother's language Day", "2023-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2023-03-26": "Independence Day", "2023-04-14": "Bengali New Year's Day", "2023-05-01": "May Day", "2023-08-15": "National Mourning Day", "2023-12-16": "Victory Day", "2024-02-21": "International Mother's language Day", "2024-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2024-03-26": "Independence Day", "2024-04-14": "Bengali New Year's Day", "2024-05-01": "May Day", "2024-08-15": "National Mourning Day", "2024-12-16": "Victory Day", "2025-02-21": "International Mother's language Day", "2025-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2025-03-26": "Independence Day", "2025-04-14": "Bengali New Year's Day", "2025-05-01": "May Day", "2025-08-15": "National Mourning Day", "2025-12-16": "Victory Day", "2026-02-21": "International Mother's language Day", "2026-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2026-03-26": "Independence Day", "2026-04-14": "Bengali New Year's Day", "2026-05-01": "May Day", "2026-08-15": "National Mourning Day", "2026-12-16": "Victory Day", "2027-02-21": "International Mother's language Day", "2027-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2027-03-26": "Independence Day", "2027-04-14": "Bengali New Year's Day", "2027-05-01": "May Day", "2027-08-15": "National Mourning Day", "2027-12-16": "Victory Day", "2028-02-21": "International Mother's language Day", "2028-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2028-03-26": "Independence Day", "2028-04-14": "Bengali New Year's Day", "2028-05-01": "May Day", "2028-08-15": "National Mourning Day", "2028-12-16": "Victory Day", "2029-02-21": "International Mother's language Day", "2029-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2029-03-26": "Independence Day", "2029-04-14": "Bengali New Year's Day", "2029-05-01": "May Day", "2029-08-15": "National Mourning Day", "2029-12-16": "Victory Day", "2030-02-21": "International Mother's language Day", "2030-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2030-03-26": "Independence Day", "2030-04-14": "Bengali New Year's Day", "2030-05-01": "May Day", "2030-08-15": "National Mourning Day", "2030-12-16": "Victory Day", "2031-02-21": "International Mother's language Day", "2031-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2031-03-26": "Independence Day", "2031-04-14": "Bengali New Year's Day", "2031-05-01": "May Day", "2031-08-15": "National Mourning Day", "2031-12-16": "Victory Day", "2032-02-21": "International Mother's language Day", "2032-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2032-03-26": "Independence Day", "2032-04-14": "Bengali New Year's Day", "2032-05-01": "May Day", "2032-08-15": "National Mourning Day", "2032-12-16": "Victory Day", "2033-02-21": "International Mother's language Day", "2033-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2033-03-26": "Independence Day", "2033-04-14": "Bengali New Year's Day", "2033-05-01": "May Day", "2033-08-15": "National Mourning Day", "2033-12-16": "Victory Day", "2034-02-21": "International Mother's language Day", "2034-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2034-03-26": "Independence Day", "2034-04-14": "Bengali New Year's Day", "2034-05-01": "May Day", "2034-08-15": "National Mourning Day", "2034-12-16": "Victory Day", "2035-02-21": "International Mother's language Day", "2035-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2035-03-26": "Independence Day", "2035-04-14": "Bengali New Year's Day", "2035-05-01": "May Day", "2035-08-15": "National Mourning Day", "2035-12-16": "Victory Day", "2036-02-21": "International Mother's language Day", "2036-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2036-03-26": "Independence Day", "2036-04-14": "Bengali New Year's Day", "2036-05-01": "May Day", "2036-08-15": "National Mourning Day", "2036-12-16": "Victory Day", "2037-02-21": "International Mother's language Day", "2037-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2037-03-26": "Independence Day", "2037-04-14": "Bengali New Year's Day", "2037-05-01": "May Day", "2037-08-15": "National Mourning Day", "2037-12-16": "Victory Day", "2038-02-21": "International Mother's language Day", "2038-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2038-03-26": "Independence Day", "2038-04-14": "Bengali New Year's Day", "2038-05-01": "May Day", "2038-08-15": "National Mourning Day", "2038-12-16": "Victory Day", "2039-02-21": "International Mother's language Day", "2039-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2039-03-26": "Independence Day", "2039-04-14": "Bengali New Year's Day", "2039-05-01": "May Day", "2039-08-15": "National Mourning Day", "2039-12-16": "Victory Day", "2040-02-21": "International Mother's language Day", "2040-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2040-03-26": "Independence Day", "2040-04-14": "Bengali New Year's Day", "2040-05-01": "May Day", "2040-08-15": "National Mourning Day", "2040-12-16": "Victory Day", "2041-02-21": "International Mother's language Day", "2041-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2041-03-26": "Independence Day", "2041-04-14": "Bengali New Year's Day", "2041-05-01": "May Day", "2041-08-15": "National Mourning Day", "2041-12-16": "Victory Day", "2042-02-21": "International Mother's language Day", "2042-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2042-03-26": "Independence Day", "2042-04-14": "Bengali New Year's Day", "2042-05-01": "May Day", "2042-08-15": "National Mourning Day", "2042-12-16": "Victory Day", "2043-02-21": "International Mother's language Day", "2043-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2043-03-26": "Independence Day", "2043-04-14": "Bengali New Year's Day", "2043-05-01": "May Day", "2043-08-15": "National Mourning Day", "2043-12-16": "Victory Day", "2044-02-21": "International Mother's language Day", "2044-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2044-03-26": "Independence Day", "2044-04-14": "Bengali New Year's Day", "2044-05-01": "May Day", "2044-08-15": "National Mourning Day", "2044-12-16": "Victory Day", "2045-02-21": "International Mother's language Day", "2045-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2045-03-26": "Independence Day", "2045-04-14": "Bengali New Year's Day", "2045-05-01": "May Day", "2045-08-15": "National Mourning Day", "2045-12-16": "Victory Day", "2046-02-21": "International Mother's language Day", "2046-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2046-03-26": "Independence Day", "2046-04-14": "Bengali New Year's Day", "2046-05-01": "May Day", "2046-08-15": "National Mourning Day", "2046-12-16": "Victory Day", "2047-02-21": "International Mother's language Day", "2047-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2047-03-26": "Independence Day", "2047-04-14": "Bengali New Year's Day", "2047-05-01": "May Day", "2047-08-15": "National Mourning Day", "2047-12-16": "Victory Day", "2048-02-21": "International Mother's language Day", "2048-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2048-03-26": "Independence Day", "2048-04-14": "Bengali New Year's Day", "2048-05-01": "May Day", "2048-08-15": "National Mourning Day", "2048-12-16": "Victory Day", "2049-02-21": "International Mother's language Day", "2049-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2049-03-26": "Independence Day", "2049-04-14": "Bengali New Year's Day", "2049-05-01": "May Day", "2049-08-15": "National Mourning Day", "2049-12-16": "Victory Day", "2050-02-21": "International Mother's language Day", "2050-03-17": "Sheikh Mujibur Rahman's Birthday and Children's Day", "2050-03-26": "Independence Day", "2050-04-14": "Bengali New Year's Day", "2050-05-01": "May Day", "2050-08-15": "National Mourning Day", "2050-12-16": "Victory Day" } holidays-0.71/snapshots/countries/BE_COMMON.json000066400000000000000000001504111500152103600215360ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-19": "Friday after Ascension Day", "1950-05-28": "Whit Sunday", "1950-05-29": "Whit Monday", "1950-07-21": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1950-12-26": "Bank Holiday", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-04": "Friday after Ascension Day", "1951-05-13": "Whit Sunday", "1951-05-14": "Whit Monday", "1951-07-21": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1951-12-26": "Bank Holiday", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-05-23": "Friday after Ascension Day", "1952-06-01": "Whit Sunday", "1952-06-02": "Whit Monday", "1952-07-21": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1952-12-26": "Bank Holiday", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-15": "Friday after Ascension Day", "1953-05-24": "Whit Sunday", "1953-05-25": "Whit Monday", "1953-07-21": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1953-12-26": "Bank Holiday", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-05-28": "Friday after Ascension Day", "1954-06-06": "Whit Sunday", "1954-06-07": "Whit Monday", "1954-07-21": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1954-12-26": "Bank Holiday", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-20": "Friday after Ascension Day", "1955-05-29": "Whit Sunday", "1955-05-30": "Whit Monday", "1955-07-21": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1955-12-26": "Bank Holiday", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-11": "Friday after Ascension Day", "1956-05-20": "Whit Sunday", "1956-05-21": "Whit Monday", "1956-07-21": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1956-12-26": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-05-31": "Friday after Ascension Day", "1957-06-09": "Whit Sunday", "1957-06-10": "Whit Monday", "1957-07-21": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1957-12-26": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-16": "Friday after Ascension Day", "1958-05-25": "Whit Sunday", "1958-05-26": "Whit Monday", "1958-07-21": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1958-12-26": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Friday after Ascension Day", "1959-05-17": "Whit Sunday", "1959-05-18": "Whit Monday", "1959-07-21": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1959-12-26": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-05-27": "Friday after Ascension Day", "1960-06-05": "Whit Sunday", "1960-06-06": "Whit Monday", "1960-07-21": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1960-12-26": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-12": "Friday after Ascension Day", "1961-05-21": "Whit Sunday", "1961-05-22": "Whit Monday", "1961-07-21": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1961-12-26": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-01": "Friday after Ascension Day", "1962-06-10": "Whit Sunday", "1962-06-11": "Whit Monday", "1962-07-21": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1962-12-26": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-05-24": "Friday after Ascension Day", "1963-06-02": "Whit Sunday", "1963-06-03": "Whit Monday", "1963-07-21": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1963-12-26": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-08": "Friday after Ascension Day", "1964-05-17": "Whit Sunday", "1964-05-18": "Whit Monday", "1964-07-21": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1964-12-26": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-05-28": "Friday after Ascension Day", "1965-06-06": "Whit Sunday", "1965-06-07": "Whit Monday", "1965-07-21": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1965-12-26": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-20": "Friday after Ascension Day", "1966-05-29": "Whit Sunday", "1966-05-30": "Whit Monday", "1966-07-21": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1966-12-26": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-05": "Friday after Ascension Day", "1967-05-14": "Whit Sunday", "1967-05-15": "Whit Monday", "1967-07-21": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1967-12-26": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-05-24": "Friday after Ascension Day", "1968-06-02": "Whit Sunday", "1968-06-03": "Whit Monday", "1968-07-21": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1968-12-26": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-16": "Friday after Ascension Day", "1969-05-25": "Whit Sunday", "1969-05-26": "Whit Monday", "1969-07-21": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1969-12-26": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-08": "Friday after Ascension Day", "1970-05-17": "Whit Sunday", "1970-05-18": "Whit Monday", "1970-07-21": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1970-12-26": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-21": "Friday after Ascension Day", "1971-05-30": "Whit Sunday", "1971-05-31": "Whit Monday", "1971-07-21": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1971-12-26": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-12": "Friday after Ascension Day", "1972-05-21": "Whit Sunday", "1972-05-22": "Whit Monday", "1972-07-21": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1972-12-26": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-01": "Friday after Ascension Day", "1973-06-10": "Whit Sunday", "1973-06-11": "Whit Monday", "1973-07-21": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1973-12-26": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-05-24": "Friday after Ascension Day", "1974-06-02": "Whit Sunday", "1974-06-03": "Whit Monday", "1974-07-21": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1974-12-26": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-09": "Friday after Ascension Day", "1975-05-18": "Whit Sunday", "1975-05-19": "Whit Monday", "1975-07-21": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1975-12-26": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-05-28": "Friday after Ascension Day", "1976-06-06": "Whit Sunday", "1976-06-07": "Whit Monday", "1976-07-21": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1976-12-26": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-20": "Friday after Ascension Day", "1977-05-29": "Whit Sunday", "1977-05-30": "Whit Monday", "1977-07-21": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1977-12-26": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-05": "Friday after Ascension Day", "1978-05-14": "Whit Sunday", "1978-05-15": "Whit Monday", "1978-07-21": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1978-12-26": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-05-25": "Friday after Ascension Day", "1979-06-03": "Whit Sunday", "1979-06-04": "Whit Monday", "1979-07-21": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1979-12-26": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-16": "Friday after Ascension Day", "1980-05-25": "Whit Sunday", "1980-05-26": "Whit Monday", "1980-07-21": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1980-12-26": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-05-29": "Friday after Ascension Day", "1981-06-07": "Whit Sunday", "1981-06-08": "Whit Monday", "1981-07-21": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1981-12-26": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-21": "Friday after Ascension Day", "1982-05-30": "Whit Sunday", "1982-05-31": "Whit Monday", "1982-07-21": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1982-12-26": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-13": "Friday after Ascension Day", "1983-05-22": "Whit Sunday", "1983-05-23": "Whit Monday", "1983-07-21": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1983-12-26": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-01": "Friday after Ascension Day", "1984-06-10": "Whit Sunday", "1984-06-11": "Whit Monday", "1984-07-21": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1984-12-26": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-17": "Friday after Ascension Day", "1985-05-26": "Whit Sunday", "1985-05-27": "Whit Monday", "1985-07-21": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1985-12-26": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-09": "Friday after Ascension Day", "1986-05-18": "Whit Sunday", "1986-05-19": "Whit Monday", "1986-07-21": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1986-12-26": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-05-29": "Friday after Ascension Day", "1987-06-07": "Whit Sunday", "1987-06-08": "Whit Monday", "1987-07-21": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1987-12-26": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-13": "Friday after Ascension Day", "1988-05-22": "Whit Sunday", "1988-05-23": "Whit Monday", "1988-07-21": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1988-12-26": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-05": "Friday after Ascension Day", "1989-05-14": "Whit Sunday", "1989-05-15": "Whit Monday", "1989-07-21": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1989-12-26": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-05-25": "Friday after Ascension Day", "1990-06-03": "Whit Sunday", "1990-06-04": "Whit Monday", "1990-07-21": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1990-12-26": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-10": "Friday after Ascension Day", "1991-05-19": "Whit Sunday", "1991-05-20": "Whit Monday", "1991-07-21": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1991-12-26": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-05-29": "Friday after Ascension Day", "1992-06-07": "Whit Sunday", "1992-06-08": "Whit Monday", "1992-07-21": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1992-12-26": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-21": "Friday after Ascension Day", "1993-05-30": "Whit Sunday", "1993-05-31": "Whit Monday", "1993-07-21": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1993-12-26": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-13": "Friday after Ascension Day", "1994-05-22": "Whit Sunday", "1994-05-23": "Whit Monday", "1994-07-21": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1994-12-26": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-05-26": "Friday after Ascension Day", "1995-06-04": "Whit Sunday", "1995-06-05": "Whit Monday", "1995-07-21": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1995-12-26": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-17": "Friday after Ascension Day", "1996-05-26": "Whit Sunday", "1996-05-27": "Whit Monday", "1996-07-21": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1996-12-26": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-09": "Friday after Ascension Day", "1997-05-18": "Whit Sunday", "1997-05-19": "Whit Monday", "1997-07-21": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1997-12-26": "Bank Holiday", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-05-22": "Friday after Ascension Day", "1998-05-31": "Whit Sunday", "1998-06-01": "Whit Monday", "1998-07-21": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1998-12-26": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-14": "Friday after Ascension Day", "1999-05-23": "Whit Sunday", "1999-05-24": "Whit Monday", "1999-07-21": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "1999-12-26": "Bank Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-02": "Friday after Ascension Day", "2000-06-11": "Whit Sunday", "2000-06-12": "Whit Monday", "2000-07-21": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2000-12-26": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-05-25": "Friday after Ascension Day", "2001-06-03": "Whit Sunday", "2001-06-04": "Whit Monday", "2001-07-21": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2001-12-26": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-10": "Friday after Ascension Day", "2002-05-19": "Whit Sunday", "2002-05-20": "Whit Monday", "2002-07-21": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2002-12-26": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-05-30": "Friday after Ascension Day", "2003-06-08": "Whit Sunday", "2003-06-09": "Whit Monday", "2003-07-21": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2003-12-26": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-21": "Friday after Ascension Day", "2004-05-30": "Whit Sunday", "2004-05-31": "Whit Monday", "2004-07-21": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2004-12-26": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-06": "Friday after Ascension Day", "2005-05-15": "Whit Sunday", "2005-05-16": "Whit Monday", "2005-07-21": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2005-12-26": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-05-26": "Friday after Ascension Day", "2006-06-04": "Whit Sunday", "2006-06-05": "Whit Monday", "2006-07-21": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2006-12-26": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-18": "Friday after Ascension Day", "2007-05-27": "Whit Sunday", "2007-05-28": "Whit Monday", "2007-07-21": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2007-12-26": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-02": "Friday after Ascension Day", "2008-05-11": "Whit Sunday", "2008-05-12": "Whit Monday", "2008-07-21": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2008-12-26": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-05-22": "Friday after Ascension Day", "2009-05-31": "Whit Sunday", "2009-06-01": "Whit Monday", "2009-07-21": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2009-12-26": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-14": "Friday after Ascension Day", "2010-05-23": "Whit Sunday", "2010-05-24": "Whit Monday", "2010-07-21": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2010-12-26": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-03": "Friday after Ascension Day", "2011-06-12": "Whit Sunday", "2011-06-13": "Whit Monday", "2011-07-21": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2011-12-26": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-18": "Friday after Ascension Day", "2012-05-27": "Whit Sunday", "2012-05-28": "Whit Monday", "2012-07-21": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2012-12-26": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-10": "Friday after Ascension Day", "2013-05-19": "Whit Sunday", "2013-05-20": "Whit Monday", "2013-07-21": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2013-12-26": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-05-30": "Friday after Ascension Day", "2014-06-08": "Whit Sunday", "2014-06-09": "Whit Monday", "2014-07-21": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2014-12-26": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-15": "Friday after Ascension Day", "2015-05-24": "Whit Sunday", "2015-05-25": "Whit Monday", "2015-07-21": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2015-12-26": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-06": "Friday after Ascension Day", "2016-05-15": "Whit Sunday", "2016-05-16": "Whit Monday", "2016-07-21": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2016-12-26": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-05-26": "Friday after Ascension Day", "2017-06-04": "Whit Sunday", "2017-06-05": "Whit Monday", "2017-07-21": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2017-12-26": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-11": "Friday after Ascension Day", "2018-05-20": "Whit Sunday", "2018-05-21": "Whit Monday", "2018-07-21": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2018-12-26": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-05-31": "Friday after Ascension Day", "2019-06-09": "Whit Sunday", "2019-06-10": "Whit Monday", "2019-07-21": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2019-12-26": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-05-22": "Friday after Ascension Day", "2020-05-31": "Whit Sunday", "2020-06-01": "Whit Monday", "2020-07-21": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2020-12-26": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-14": "Friday after Ascension Day", "2021-05-23": "Whit Sunday", "2021-05-24": "Whit Monday", "2021-07-21": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2021-12-26": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-05-27": "Friday after Ascension Day", "2022-06-05": "Whit Sunday", "2022-06-06": "Whit Monday", "2022-07-21": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2022-12-26": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-19": "Friday after Ascension Day", "2023-05-28": "Whit Sunday", "2023-05-29": "Whit Monday", "2023-07-21": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2023-12-26": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-10": "Friday after Ascension Day", "2024-05-19": "Whit Sunday", "2024-05-20": "Whit Monday", "2024-07-21": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2024-12-26": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-05-30": "Friday after Ascension Day", "2025-06-08": "Whit Sunday", "2025-06-09": "Whit Monday", "2025-07-21": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2025-12-26": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-15": "Friday after Ascension Day", "2026-05-24": "Whit Sunday", "2026-05-25": "Whit Monday", "2026-07-21": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2026-12-26": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-07": "Friday after Ascension Day", "2027-05-16": "Whit Sunday", "2027-05-17": "Whit Monday", "2027-07-21": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2027-12-26": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-05-26": "Friday after Ascension Day", "2028-06-04": "Whit Sunday", "2028-06-05": "Whit Monday", "2028-07-21": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2028-12-26": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-11": "Friday after Ascension Day", "2029-05-20": "Whit Sunday", "2029-05-21": "Whit Monday", "2029-07-21": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2029-12-26": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-05-31": "Friday after Ascension Day", "2030-06-09": "Whit Sunday", "2030-06-10": "Whit Monday", "2030-07-21": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2030-12-26": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-05-23": "Friday after Ascension Day", "2031-06-01": "Whit Sunday", "2031-06-02": "Whit Monday", "2031-07-21": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2031-12-26": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-07": "Friday after Ascension Day", "2032-05-16": "Whit Sunday", "2032-05-17": "Whit Monday", "2032-07-21": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2032-12-26": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-05-27": "Friday after Ascension Day", "2033-06-05": "Whit Sunday", "2033-06-06": "Whit Monday", "2033-07-21": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2033-12-26": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-19": "Friday after Ascension Day", "2034-05-28": "Whit Sunday", "2034-05-29": "Whit Monday", "2034-07-21": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2034-12-26": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-04": "Friday after Ascension Day", "2035-05-13": "Whit Sunday", "2035-05-14": "Whit Monday", "2035-07-21": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2035-12-26": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-05-23": "Friday after Ascension Day", "2036-06-01": "Whit Sunday", "2036-06-02": "Whit Monday", "2036-07-21": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2036-12-26": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-15": "Friday after Ascension Day", "2037-05-24": "Whit Sunday", "2037-05-25": "Whit Monday", "2037-07-21": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2037-12-26": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-04": "Friday after Ascension Day", "2038-06-13": "Whit Sunday", "2038-06-14": "Whit Monday", "2038-07-21": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2038-12-26": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-20": "Friday after Ascension Day", "2039-05-29": "Whit Sunday", "2039-05-30": "Whit Monday", "2039-07-21": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2039-12-26": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-11": "Friday after Ascension Day", "2040-05-20": "Whit Sunday", "2040-05-21": "Whit Monday", "2040-07-21": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2040-12-26": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-05-31": "Friday after Ascension Day", "2041-06-09": "Whit Sunday", "2041-06-10": "Whit Monday", "2041-07-21": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2041-12-26": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-16": "Friday after Ascension Day", "2042-05-25": "Whit Sunday", "2042-05-26": "Whit Monday", "2042-07-21": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2042-12-26": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Friday after Ascension Day", "2043-05-17": "Whit Sunday", "2043-05-18": "Whit Monday", "2043-07-21": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2043-12-26": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-05-27": "Friday after Ascension Day", "2044-06-05": "Whit Sunday", "2044-06-06": "Whit Monday", "2044-07-21": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2044-12-26": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-19": "Friday after Ascension Day", "2045-05-28": "Whit Sunday", "2045-05-29": "Whit Monday", "2045-07-21": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2045-12-26": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-04": "Friday after Ascension Day", "2046-05-13": "Whit Sunday", "2046-05-14": "Whit Monday", "2046-07-21": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2046-12-26": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-05-24": "Friday after Ascension Day", "2047-06-02": "Whit Sunday", "2047-06-03": "Whit Monday", "2047-07-21": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2047-12-26": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-15": "Friday after Ascension Day", "2048-05-24": "Whit Sunday", "2048-05-25": "Whit Monday", "2048-07-21": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2048-12-26": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-05-28": "Friday after Ascension Day", "2049-06-06": "Whit Sunday", "2049-06-07": "Whit Monday", "2049-07-21": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2049-12-26": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-20": "Friday after Ascension Day", "2050-05-29": "Whit Sunday", "2050-05-30": "Whit Monday", "2050-07-21": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day", "2050-12-26": "Bank Holiday" } holidays-0.71/snapshots/countries/BF_COMMON.json000066400000000000000000001556751500152103600215600ustar00rootroot00000000000000{ "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-08": "International Women's Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-04-03": "Easter Monday", "1961-05-01": "Labour Day", "1961-05-11": "Ascension Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-08-05": "Independence Day", "1961-08-15": "Assumption Day", "1961-08-23": "Mawlid (estimated)", "1961-11-01": "All Saints' Day", "1961-12-11": "Proclamation of Independence Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "International Women's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labour Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-31": "Ascension Day", "1962-08-05": "Independence Day", "1962-08-06": "Independence Day (observed)", "1962-08-12": "Mawlid (estimated)", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-11": "Proclamation of Independence Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-03-08": "International Women's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labour Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-23": "Ascension Day", "1963-08-02": "Mawlid (estimated)", "1963-08-05": "Independence Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-11": "Proclamation of Independence Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-08": "International Women's Day", "1964-03-09": "International Women's Day (observed)", "1964-03-30": "Easter Monday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labour Day", "1964-05-07": "Ascension Day", "1964-07-21": "Mawlid (estimated)", "1964-08-05": "Independence Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-02": "All Saints' Day (observed)", "1964-12-11": "Proclamation of Independence Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-03-08": "International Women's Day", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-19": "Easter Monday", "1965-05-01": "Labour Day", "1965-05-27": "Ascension Day", "1965-07-10": "Mawlid (estimated)", "1965-08-05": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-16": "Assumption Day (observed)", "1965-11-01": "All Saints' Day", "1965-12-11": "Proclamation of Independence Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-03-08": "International Women's Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-11": "Easter Monday", "1966-05-01": "Labour Day", "1966-05-02": "Labour Day (observed)", "1966-05-19": "Ascension Day", "1966-07-01": "Mawlid (estimated)", "1966-08-05": "Independence Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-11": "Proclamation of Independence Day", "1966-12-12": "Proclamation of Independence Day (observed)", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-03": "Revolution Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-03-08": "International Women's Day", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-27": "Easter Monday", "1967-05-01": "Labour Day", "1967-05-04": "Ascension Day", "1967-06-19": "Mawlid (estimated)", "1967-08-05": "Independence Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-11": "Proclamation of Independence Day", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-03": "Revolution Day", "1968-03-08": "International Women's Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-15": "Easter Monday", "1968-05-01": "Labour Day", "1968-05-23": "Ascension Day", "1968-06-08": "Mawlid (estimated)", "1968-08-05": "Independence Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-11": "Proclamation of Independence Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-03": "Revolution Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-08": "International Women's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labour Day", "1969-05-15": "Ascension Day", "1969-05-28": "Mawlid (estimated)", "1969-08-05": "Independence Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Proclamation of Independence Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-03": "Revolution Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-08": "International Women's Day", "1970-03-09": "International Women's Day (observed)", "1970-03-30": "Easter Monday", "1970-05-01": "Labour Day", "1970-05-07": "Ascension Day", "1970-05-18": "Mawlid (estimated)", "1970-08-05": "Independence Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-02": "All Saints' Day (observed)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-11": "Proclamation of Independence Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-03": "Revolution Day", "1971-01-04": "Revolution Day (observed)", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-08": "International Women's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labour Day", "1971-05-07": "Mawlid (estimated)", "1971-05-20": "Ascension Day", "1971-08-05": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-16": "Assumption Day (observed)", "1971-11-01": "All Saints' Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-11": "Proclamation of Independence Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-03": "Revolution Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-03-08": "International Women's Day", "1972-04-03": "Easter Monday", "1972-04-25": "Mawlid (estimated)", "1972-05-01": "Labour Day", "1972-05-11": "Ascension Day", "1972-08-05": "Independence Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-11": "Proclamation of Independence Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-03": "Revolution Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-03-08": "International Women's Day", "1973-04-15": "Mawlid (estimated)", "1973-04-23": "Easter Monday", "1973-05-01": "Labour Day", "1973-05-31": "Ascension Day", "1973-08-05": "Independence Day", "1973-08-06": "Independence Day (observed)", "1973-08-15": "Assumption Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "All Saints' Day", "1973-12-11": "Proclamation of Independence Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated); Revolution Day", "1974-03-08": "International Women's Day", "1974-04-04": "Mawlid (estimated)", "1974-04-15": "Easter Monday", "1974-05-01": "Labour Day", "1974-05-23": "Ascension Day", "1974-08-05": "Independence Day", "1974-08-15": "Assumption Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "All Saints' Day", "1974-12-11": "Proclamation of Independence Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-03": "Revolution Day", "1975-03-08": "International Women's Day", "1975-03-24": "Mawlid (estimated)", "1975-03-31": "Easter Monday", "1975-05-01": "Labour Day", "1975-05-08": "Ascension Day", "1975-08-05": "Independence Day", "1975-08-15": "Assumption Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "All Saints' Day", "1975-12-11": "Proclamation of Independence Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-03": "Revolution Day", "1976-03-08": "International Women's Day", "1976-03-12": "Mawlid (estimated)", "1976-04-19": "Easter Monday", "1976-05-01": "Labour Day", "1976-05-27": "Ascension Day", "1976-08-05": "Independence Day", "1976-08-15": "Assumption Day", "1976-08-16": "Assumption Day (observed)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-11-01": "All Saints' Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-11": "Proclamation of Independence Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-03": "Revolution Day", "1977-03-02": "Mawlid (estimated)", "1977-03-08": "International Women's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labour Day", "1977-05-02": "Labour Day (observed)", "1977-05-19": "Ascension Day", "1977-08-05": "Independence Day", "1977-08-15": "Assumption Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-11-01": "All Saints' Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-11": "Proclamation of Independence Day", "1977-12-12": "Proclamation of Independence Day (observed)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-03": "Revolution Day", "1978-02-19": "Mawlid (estimated)", "1978-03-08": "International Women's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labour Day", "1978-05-04": "Ascension Day", "1978-08-05": "Independence Day", "1978-08-15": "Assumption Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-11-01": "All Saints' Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-11": "Proclamation of Independence Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-03": "Revolution Day", "1979-02-09": "Mawlid (estimated)", "1979-03-08": "International Women's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labour Day", "1979-05-24": "Ascension Day", "1979-08-05": "Independence Day", "1979-08-06": "Independence Day (observed)", "1979-08-15": "Assumption Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "All Saints' Day", "1979-12-11": "Proclamation of Independence Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-03": "Revolution Day", "1980-01-30": "Mawlid (estimated)", "1980-03-08": "International Women's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labour Day", "1980-05-15": "Ascension Day", "1980-08-05": "Independence Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Assumption Day", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "All Saints' Day", "1980-12-11": "Proclamation of Independence Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-03": "Revolution Day", "1981-01-18": "Mawlid (estimated)", "1981-03-08": "International Women's Day", "1981-03-09": "International Women's Day (observed)", "1981-04-20": "Easter Monday", "1981-05-01": "Labour Day", "1981-05-28": "Ascension Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-05": "Independence Day", "1981-08-15": "Assumption Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "All Saints' Day", "1981-11-02": "All Saints' Day (observed)", "1981-12-11": "Proclamation of Independence Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-03": "Revolution Day", "1982-01-04": "Revolution Day (observed)", "1982-01-07": "Mawlid (estimated)", "1982-03-08": "International Women's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labour Day", "1982-05-20": "Ascension Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-05": "Independence Day", "1982-08-15": "Assumption Day", "1982-08-16": "Assumption Day (observed)", "1982-09-27": "Eid al-Adha (estimated)", "1982-11-01": "All Saints' Day", "1982-12-11": "Proclamation of Independence Day", "1982-12-25": "Christmas Day", "1982-12-27": "Mawlid (estimated)", "1983-01-01": "New Year's Day", "1983-01-03": "Revolution Day", "1983-03-08": "International Women's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labour Day", "1983-05-02": "Labour Day (observed)", "1983-05-12": "Ascension Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-05": "Independence Day", "1983-08-15": "Assumption Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-11-01": "All Saints' Day", "1983-12-11": "Proclamation of Independence Day", "1983-12-12": "Proclamation of Independence Day (observed)", "1983-12-16": "Mawlid (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-03": "Revolution Day", "1984-03-08": "International Women's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labour Day", "1984-05-31": "Ascension Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-05": "Independence Day", "1984-08-06": "Independence Day (observed)", "1984-08-15": "Assumption Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-11-01": "All Saints' Day", "1984-12-04": "Mawlid (estimated)", "1984-12-11": "Proclamation of Independence Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-03": "Revolution Day", "1985-03-08": "International Women's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labour Day", "1985-05-16": "Ascension Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-05": "Independence Day", "1985-08-15": "Assumption Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-11-01": "All Saints' Day", "1985-11-24": "Mawlid (estimated)", "1985-12-11": "Proclamation of Independence Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-03": "Revolution Day", "1986-03-08": "International Women's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labour Day", "1986-05-08": "Ascension Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-05": "Independence Day", "1986-08-15": "Assumption Day; Eid al-Adha (estimated)", "1986-11-01": "All Saints' Day", "1986-11-14": "Mawlid (estimated)", "1986-12-11": "Proclamation of Independence Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-03": "Revolution Day", "1987-03-08": "International Women's Day", "1987-03-09": "International Women's Day (observed)", "1987-04-20": "Easter Monday", "1987-05-01": "Labour Day", "1987-05-28": "Ascension Day; Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Independence Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-02": "All Saints' Day (observed)", "1987-11-03": "Mawlid (estimated)", "1987-12-11": "Proclamation of Independence Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-03": "Revolution Day", "1988-01-04": "Revolution Day (observed)", "1988-03-08": "International Women's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labour Day", "1988-05-02": "Labour Day (observed)", "1988-05-12": "Ascension Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-05": "Independence Day", "1988-08-15": "Assumption Day", "1988-10-22": "Mawlid (estimated)", "1988-11-01": "All Saints' Day", "1988-12-11": "Proclamation of Independence Day", "1988-12-12": "Proclamation of Independence Day (observed)", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-03": "Revolution Day", "1989-03-08": "International Women's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labour Day", "1989-05-04": "Ascension Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-05": "Independence Day", "1989-08-15": "Assumption Day", "1989-10-11": "Mawlid (estimated)", "1989-11-01": "All Saints' Day", "1989-12-11": "Proclamation of Independence Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-03": "Revolution Day", "1990-03-08": "International Women's Day", "1990-04-16": "Easter Monday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labour Day", "1990-05-24": "Ascension Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-05": "Independence Day", "1990-08-06": "Independence Day (observed)", "1990-08-15": "Assumption Day", "1990-10-01": "Mawlid (estimated)", "1990-11-01": "All Saints' Day", "1990-12-11": "Proclamation of Independence Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-03": "Revolution Day", "1991-03-08": "International Women's Day", "1991-04-01": "Easter Monday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labour Day", "1991-05-09": "Ascension Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-05": "Independence Day", "1991-08-15": "Assumption Day", "1991-09-20": "Mawlid (estimated)", "1991-11-01": "All Saints' Day", "1991-12-11": "Proclamation of Independence Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-03": "Revolution Day", "1992-03-08": "International Women's Day", "1992-03-09": "International Women's Day (observed)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-20": "Easter Monday", "1992-05-01": "Labour Day", "1992-05-28": "Ascension Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-05": "Independence Day", "1992-08-15": "Assumption Day", "1992-09-09": "Mawlid (estimated)", "1992-11-01": "All Saints' Day", "1992-11-02": "All Saints' Day (observed)", "1992-12-11": "Proclamation of Independence Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-03": "Revolution Day", "1993-01-04": "Revolution Day (observed)", "1993-03-08": "International Women's Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-12": "Easter Monday", "1993-05-01": "Labour Day", "1993-05-20": "Ascension Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-08-05": "Independence Day", "1993-08-15": "Assumption Day", "1993-08-16": "Assumption Day (observed)", "1993-08-29": "Mawlid (estimated)", "1993-11-01": "All Saints' Day", "1993-12-11": "Proclamation of Independence Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-03": "Revolution Day", "1994-03-08": "International Women's Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-04-04": "Easter Monday", "1994-05-01": "Labour Day", "1994-05-02": "Labour Day (observed)", "1994-05-12": "Ascension Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-08-05": "Independence Day", "1994-08-15": "Assumption Day", "1994-08-19": "Mawlid (estimated)", "1994-11-01": "All Saints' Day", "1994-12-11": "Proclamation of Independence Day", "1994-12-12": "Proclamation of Independence Day (observed)", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-03": "Revolution Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-08": "International Women's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labour Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-25": "Ascension Day", "1995-08-05": "Independence Day", "1995-08-08": "Mawlid (estimated)", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-11": "Proclamation of Independence Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-03": "Revolution Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-08": "International Women's Day", "1996-04-08": "Easter Monday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labour Day", "1996-05-16": "Ascension Day", "1996-07-27": "Mawlid (estimated)", "1996-08-05": "Independence Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-11": "Proclamation of Independence Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-03": "Revolution Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-08": "International Women's Day", "1997-03-31": "Easter Monday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labour Day", "1997-05-08": "Ascension Day", "1997-07-16": "Mawlid (estimated)", "1997-08-05": "Independence Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-11": "Proclamation of Independence Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-03": "Revolution Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-03-08": "International Women's Day", "1998-03-09": "International Women's Day (observed)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-13": "Easter Monday", "1998-05-01": "Labour Day", "1998-05-21": "Ascension Day", "1998-07-06": "Mawlid (estimated)", "1998-08-05": "Independence Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-02": "All Saints' Day (observed)", "1998-12-11": "Proclamation of Independence Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-03": "Revolution Day", "1999-01-04": "Revolution Day (observed)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-08": "International Women's Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-05": "Easter Monday", "1999-05-01": "Labour Day", "1999-05-13": "Ascension Day", "1999-06-26": "Mawlid (estimated)", "1999-08-05": "Independence Day", "1999-08-15": "Assumption Day", "1999-08-16": "Assumption Day (observed)", "1999-11-01": "All Saints' Day", "1999-12-11": "Proclamation of Independence Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-03": "Revolution Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-08": "International Women's Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-06-01": "Ascension Day", "2000-06-14": "Mawlid (estimated)", "2000-08-05": "Independence Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-11": "Proclamation of Independence Day", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-01-03": "Revolution Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-08": "International Women's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labour Day", "2001-05-24": "Ascension Day", "2001-06-04": "Mawlid (estimated)", "2001-08-05": "Independence Day", "2001-08-06": "Independence Day (observed)", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-11": "Proclamation of Independence Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-03": "Revolution Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-08": "International Women's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labour Day", "2002-05-09": "Ascension Day", "2002-05-24": "Mawlid (estimated)", "2002-08-05": "Independence Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-11": "Proclamation of Independence Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-03": "Revolution Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-08": "International Women's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labour Day", "2003-05-13": "Mawlid (estimated)", "2003-05-29": "Ascension Day", "2003-08-05": "Independence Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-11": "Proclamation of Independence Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-03": "Revolution Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-03-08": "International Women's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labour Day; Mawlid (estimated)", "2004-05-20": "Ascension Day", "2004-08-05": "Independence Day", "2004-08-15": "Assumption Day", "2004-08-16": "Assumption Day (observed)", "2004-11-01": "All Saints' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-11": "Proclamation of Independence Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-03": "Revolution Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-03-08": "International Women's Day", "2005-03-28": "Easter Monday", "2005-04-21": "Mawlid (estimated)", "2005-05-01": "Labour Day", "2005-05-02": "Labour Day (observed)", "2005-05-05": "Ascension Day", "2005-08-05": "Independence Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-12-11": "Proclamation of Independence Day", "2005-12-12": "Proclamation of Independence Day (observed)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-03": "Revolution Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-03-08": "International Women's Day", "2006-04-10": "Mawlid (estimated)", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-05-25": "Ascension Day", "2006-08-05": "Independence Day", "2006-08-15": "Assumption Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-01": "All Saints' Day", "2006-12-11": "Proclamation of Independence Day", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-03": "Revolution Day", "2007-03-08": "International Women's Day", "2007-03-31": "Mawlid (estimated)", "2007-04-09": "Easter Monday", "2007-05-01": "Labour Day", "2007-05-17": "Ascension Day", "2007-08-05": "Independence Day", "2007-08-06": "Independence Day (observed)", "2007-08-15": "Assumption Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-11-01": "All Saints' Day", "2007-12-11": "Proclamation of Independence Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-03": "Revolution Day", "2008-03-08": "International Women's Day", "2008-03-20": "Mawlid (estimated)", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labour Day", "2008-08-05": "Independence Day", "2008-08-15": "Assumption Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-11-01": "All Saints' Day", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-11": "Proclamation of Independence Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-03": "Revolution Day", "2009-03-08": "International Women's Day", "2009-03-09": "International Women's Day (observed); Mawlid (estimated)", "2009-04-13": "Easter Monday", "2009-05-01": "Labour Day", "2009-05-21": "Ascension Day", "2009-08-05": "Independence Day", "2009-08-15": "Assumption Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-11-01": "All Saints' Day", "2009-11-02": "All Saints' Day (observed)", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-11": "Proclamation of Independence Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-03": "Revolution Day", "2010-01-04": "Revolution Day (observed)", "2010-02-26": "Mawlid (estimated)", "2010-03-08": "International Women's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labour Day", "2010-05-13": "Ascension Day", "2010-08-05": "Independence Day", "2010-08-15": "Assumption Day", "2010-08-16": "Assumption Day (observed)", "2010-09-10": "Eid al-Fitr (estimated)", "2010-11-01": "All Saints' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-12-11": "Proclamation of Independence Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-03": "Revolution Day", "2011-02-15": "Mawlid (estimated)", "2011-03-08": "International Women's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labour Day", "2011-05-02": "Labour Day (observed)", "2011-06-02": "Ascension Day", "2011-08-05": "Independence Day", "2011-08-15": "Assumption Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-11-01": "All Saints' Day", "2011-11-06": "Eid al-Adha (estimated)", "2011-12-11": "Proclamation of Independence Day", "2011-12-12": "Proclamation of Independence Day (observed)", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-03": "Revolution Day", "2012-02-04": "Mawlid (estimated)", "2012-03-08": "International Women's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labour Day", "2012-05-17": "Ascension Day", "2012-08-05": "Independence Day", "2012-08-06": "Independence Day (observed)", "2012-08-15": "Assumption Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-01": "All Saints' Day", "2012-12-11": "Proclamation of Independence Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-03": "Revolution Day", "2013-01-24": "Mawlid (estimated)", "2013-03-08": "International Women's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labour Day", "2013-05-09": "Ascension Day", "2013-08-05": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-15": "Assumption Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-01": "All Saints' Day", "2013-12-11": "Proclamation of Independence Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-03": "Revolution Day", "2014-01-14": "Mawlid", "2014-03-08": "International Women's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labour Day", "2014-05-29": "Ascension Day", "2014-07-29": "Eid al-Fitr", "2014-08-05": "Independence Day", "2014-08-15": "Assumption Day", "2014-10-05": "Eid al-Adha", "2014-11-01": "All Saints' Day", "2014-12-11": "Proclamation of Independence Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Mawlid; Revolution Day", "2015-03-08": "International Women's Day", "2015-03-09": "International Women's Day (observed)", "2015-04-06": "Easter Monday", "2015-05-01": "Labour Day", "2015-05-14": "Ascension Day", "2015-07-18": "Eid al-Fitr", "2015-08-05": "Independence Day", "2015-08-15": "Assumption Day", "2015-09-24": "Eid al-Adha", "2015-11-01": "All Saints' Day", "2015-11-02": "All Saints' Day (observed)", "2015-12-11": "Proclamation of Independence Day", "2015-12-24": "Mawlid", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-03": "Revolution Day", "2016-01-04": "Revolution Day (observed)", "2016-03-08": "International Women's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labour Day", "2016-05-02": "Labour Day (observed)", "2016-05-05": "Ascension Day", "2016-07-07": "Eid al-Fitr", "2016-08-05": "Independence Day", "2016-08-15": "Assumption Day", "2016-09-13": "Eid al-Adha", "2016-10-31": "Martyrs' Day", "2016-11-01": "All Saints' Day", "2016-12-11": "Proclamation of Independence Day", "2016-12-12": "Mawlid; Proclamation of Independence Day (observed)", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-03": "Revolution Day", "2017-03-08": "International Women's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-05-25": "Ascension Day", "2017-06-26": "Eid al-Fitr", "2017-08-05": "Independence Day", "2017-08-15": "Assumption Day", "2017-09-02": "Eid al-Adha", "2017-10-31": "Martyrs' Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Mawlid", "2017-12-11": "Proclamation of Independence Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-03": "Revolution Day", "2018-03-08": "International Women's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labour Day", "2018-05-10": "Ascension Day", "2018-06-15": "Eid al-Fitr", "2018-08-05": "Independence Day", "2018-08-06": "Independence Day (observed)", "2018-08-15": "Assumption Day", "2018-08-21": "Eid al-Adha", "2018-10-31": "Martyrs' Day", "2018-11-01": "All Saints' Day", "2018-11-21": "Mawlid", "2018-12-11": "Proclamation of Independence Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-03": "Revolution Day", "2019-03-08": "International Women's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labour Day", "2019-05-30": "Ascension Day", "2019-06-04": "Eid al-Fitr", "2019-08-05": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-15": "Assumption Day", "2019-10-31": "Martyrs' Day", "2019-11-01": "All Saints' Day", "2019-11-10": "Mawlid", "2019-12-11": "Proclamation of Independence Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-03": "Revolution Day", "2020-03-08": "International Women's Day", "2020-03-09": "International Women's Day (observed)", "2020-04-13": "Easter Monday", "2020-05-01": "Labour Day", "2020-05-21": "Ascension Day", "2020-05-24": "Eid al-Fitr", "2020-07-31": "Eid al-Adha", "2020-08-05": "Independence Day", "2020-08-15": "Assumption Day", "2020-10-29": "Mawlid", "2020-10-31": "Martyrs' Day", "2020-11-01": "All Saints' Day", "2020-11-02": "All Saints' Day (observed)", "2020-12-11": "Proclamation of Independence Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-03": "Revolution Day", "2021-01-04": "Revolution Day (observed)", "2021-03-08": "International Women's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labour Day", "2021-05-13": "Ascension Day; Eid al-Fitr", "2021-07-20": "Eid al-Adha", "2021-08-05": "Independence Day", "2021-08-15": "Assumption Day", "2021-08-16": "Assumption Day (observed)", "2021-10-19": "Mawlid", "2021-10-31": "Martyrs' Day", "2021-11-01": "All Saints' Day; Martyrs' Day (observed)", "2021-12-11": "Proclamation of Independence Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-03": "Revolution Day", "2022-03-08": "International Women's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labour Day", "2022-05-02": "Eid al-Fitr; Labour Day (observed)", "2022-05-26": "Ascension Day", "2022-07-09": "Eid al-Adha", "2022-08-05": "Independence Day", "2022-08-15": "Assumption Day", "2022-10-09": "Mawlid", "2022-10-31": "Martyrs' Day", "2022-11-01": "All Saints' Day", "2022-12-11": "Proclamation of Independence Day", "2022-12-12": "Proclamation of Independence Day (observed)", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-03": "Revolution Day", "2023-03-08": "International Women's Day", "2023-04-10": "Easter Monday", "2023-04-21": "Eid al-Fitr", "2023-05-01": "Labour Day", "2023-05-18": "Ascension Day", "2023-06-28": "Eid al-Adha", "2023-08-05": "Independence Day", "2023-08-15": "Assumption Day", "2023-09-27": "Mawlid (estimated)", "2023-10-31": "Martyrs' Day", "2023-11-01": "All Saints' Day", "2023-12-11": "Proclamation of Independence Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-03": "Revolution Day", "2024-03-08": "International Women's Day", "2024-04-01": "Easter Monday", "2024-04-10": "Eid al-Fitr", "2024-05-01": "Labour Day", "2024-05-09": "Ascension Day", "2024-06-16": "Eid al-Adha (estimated)", "2024-08-05": "Independence Day", "2024-08-15": "Assumption Day", "2024-09-15": "Mawlid (estimated)", "2024-10-31": "Martyrs' Day", "2024-11-01": "All Saints' Day", "2024-12-11": "Proclamation of Independence Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-03": "Revolution Day", "2025-03-08": "International Women's Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-04-21": "Easter Monday", "2025-05-01": "Labour Day", "2025-05-29": "Ascension Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-08-05": "Independence Day", "2025-08-15": "Assumption Day", "2025-09-04": "Mawlid (estimated)", "2025-10-31": "Martyrs' Day", "2025-11-01": "All Saints' Day", "2025-12-11": "Proclamation of Independence Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-03": "Revolution Day", "2026-03-08": "International Women's Day", "2026-03-09": "International Women's Day (observed)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-06": "Easter Monday", "2026-05-01": "Labour Day", "2026-05-14": "Ascension Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-08-05": "Independence Day", "2026-08-15": "Assumption Day", "2026-08-25": "Mawlid (estimated)", "2026-10-31": "Martyrs' Day", "2026-11-01": "All Saints' Day", "2026-11-02": "All Saints' Day (observed)", "2026-12-11": "Proclamation of Independence Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-03": "Revolution Day", "2027-01-04": "Revolution Day (observed)", "2027-03-08": "International Women's Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-29": "Easter Monday", "2027-05-01": "Labour Day", "2027-05-06": "Ascension Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-08-05": "Independence Day", "2027-08-14": "Mawlid (estimated)", "2027-08-15": "Assumption Day", "2027-08-16": "Assumption Day (observed)", "2027-10-31": "Martyrs' Day", "2027-11-01": "All Saints' Day; Martyrs' Day (observed)", "2027-12-11": "Proclamation of Independence Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-03": "Revolution Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-08": "International Women's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labour Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Ascension Day", "2028-08-03": "Mawlid (estimated)", "2028-08-05": "Independence Day", "2028-08-15": "Assumption Day", "2028-10-31": "Martyrs' Day", "2028-11-01": "All Saints' Day", "2028-12-11": "Proclamation of Independence Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-03": "Revolution Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-08": "International Women's Day", "2029-04-02": "Easter Monday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labour Day", "2029-05-10": "Ascension Day", "2029-07-24": "Mawlid (estimated)", "2029-08-05": "Independence Day", "2029-08-06": "Independence Day (observed)", "2029-08-15": "Assumption Day", "2029-10-31": "Martyrs' Day", "2029-11-01": "All Saints' Day", "2029-12-11": "Proclamation of Independence Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-03": "Revolution Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-08": "International Women's Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-22": "Easter Monday", "2030-05-01": "Labour Day", "2030-05-30": "Ascension Day", "2030-07-13": "Mawlid (estimated)", "2030-08-05": "Independence Day", "2030-08-15": "Assumption Day", "2030-10-31": "Martyrs' Day", "2030-11-01": "All Saints' Day", "2030-12-11": "Proclamation of Independence Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-03": "Revolution Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-03-08": "International Women's Day", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-14": "Easter Monday", "2031-05-01": "Labour Day", "2031-05-22": "Ascension Day", "2031-07-02": "Mawlid (estimated)", "2031-08-05": "Independence Day", "2031-08-15": "Assumption Day", "2031-10-31": "Martyrs' Day", "2031-11-01": "All Saints' Day", "2031-12-11": "Proclamation of Independence Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-03": "Revolution Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-03-08": "International Women's Day", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-29": "Easter Monday", "2032-05-01": "Labour Day", "2032-05-06": "Ascension Day", "2032-06-20": "Mawlid (estimated)", "2032-08-05": "Independence Day", "2032-08-15": "Assumption Day", "2032-08-16": "Assumption Day (observed)", "2032-10-31": "Martyrs' Day", "2032-11-01": "All Saints' Day; Martyrs' Day (observed)", "2032-12-11": "Proclamation of Independence Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Revolution Day", "2033-03-08": "International Women's Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-18": "Easter Monday", "2033-05-01": "Labour Day", "2033-05-02": "Labour Day (observed)", "2033-05-26": "Ascension Day", "2033-06-09": "Mawlid (estimated)", "2033-08-05": "Independence Day", "2033-08-15": "Assumption Day", "2033-10-31": "Martyrs' Day", "2033-11-01": "All Saints' Day", "2033-12-11": "Proclamation of Independence Day", "2033-12-12": "Proclamation of Independence Day (observed)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-03": "Revolution Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-08": "International Women's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labour Day", "2034-05-18": "Ascension Day", "2034-05-30": "Mawlid (estimated)", "2034-08-05": "Independence Day", "2034-08-15": "Assumption Day", "2034-10-31": "Martyrs' Day", "2034-11-01": "All Saints' Day", "2034-12-11": "Proclamation of Independence Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-03": "Revolution Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "International Women's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labour Day", "2035-05-03": "Ascension Day", "2035-05-20": "Mawlid (estimated)", "2035-08-05": "Independence Day", "2035-08-06": "Independence Day (observed)", "2035-08-15": "Assumption Day", "2035-10-31": "Martyrs' Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-11": "Proclamation of Independence Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-03": "Revolution Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "International Women's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labour Day", "2036-05-08": "Mawlid (estimated)", "2036-05-22": "Ascension Day", "2036-08-05": "Independence Day", "2036-08-15": "Assumption Day", "2036-10-31": "Martyrs' Day", "2036-11-01": "All Saints' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-11": "Proclamation of Independence Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-03": "Revolution Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-03-08": "International Women's Day", "2037-03-09": "International Women's Day (observed)", "2037-04-06": "Easter Monday", "2037-04-28": "Mawlid (estimated)", "2037-05-01": "Labour Day", "2037-05-14": "Ascension Day", "2037-08-05": "Independence Day", "2037-08-15": "Assumption Day", "2037-10-31": "Martyrs' Day", "2037-11-01": "All Saints' Day", "2037-11-02": "All Saints' Day (observed)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-12-11": "Proclamation of Independence Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-03": "Revolution Day", "2038-01-04": "Revolution Day (observed)", "2038-01-16": "Eid al-Adha (estimated)", "2038-03-08": "International Women's Day", "2038-04-17": "Mawlid (estimated)", "2038-04-26": "Easter Monday", "2038-05-01": "Labour Day", "2038-06-03": "Ascension Day", "2038-08-05": "Independence Day", "2038-08-15": "Assumption Day", "2038-08-16": "Assumption Day (observed)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-31": "Martyrs' Day", "2038-11-01": "All Saints' Day; Martyrs' Day (observed)", "2038-12-11": "Proclamation of Independence Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-03": "Revolution Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-03-08": "International Women's Day", "2039-04-06": "Mawlid (estimated)", "2039-04-11": "Easter Monday", "2039-05-01": "Labour Day", "2039-05-02": "Labour Day (observed)", "2039-05-19": "Ascension Day", "2039-08-05": "Independence Day", "2039-08-15": "Assumption Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-31": "Martyrs' Day", "2039-11-01": "All Saints' Day", "2039-12-11": "Proclamation of Independence Day", "2039-12-12": "Proclamation of Independence Day (observed)", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed); Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-03": "Revolution Day", "2040-03-08": "International Women's Day", "2040-03-25": "Mawlid (estimated)", "2040-04-02": "Easter Monday", "2040-05-01": "Labour Day", "2040-05-10": "Ascension Day", "2040-08-05": "Independence Day", "2040-08-06": "Independence Day (observed)", "2040-08-15": "Assumption Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-31": "Martyrs' Day", "2040-11-01": "All Saints' Day", "2040-12-11": "Proclamation of Independence Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-03": "Revolution Day", "2041-03-08": "International Women's Day", "2041-03-15": "Mawlid (estimated)", "2041-04-22": "Easter Monday", "2041-05-01": "Labour Day", "2041-05-30": "Ascension Day", "2041-08-05": "Independence Day", "2041-08-15": "Assumption Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-31": "Martyrs' Day", "2041-11-01": "All Saints' Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-11": "Proclamation of Independence Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-03": "Revolution Day", "2042-03-04": "Mawlid (estimated)", "2042-03-08": "International Women's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labour Day", "2042-05-15": "Ascension Day", "2042-08-05": "Independence Day", "2042-08-15": "Assumption Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-31": "Martyrs' Day", "2042-11-01": "All Saints' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-11": "Proclamation of Independence Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-03": "Revolution Day", "2043-02-22": "Mawlid (estimated)", "2043-03-08": "International Women's Day", "2043-03-09": "International Women's Day (observed)", "2043-03-30": "Easter Monday", "2043-05-01": "Labour Day", "2043-05-07": "Ascension Day", "2043-08-05": "Independence Day", "2043-08-15": "Assumption Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-31": "Martyrs' Day", "2043-11-01": "All Saints' Day", "2043-11-02": "All Saints' Day (observed)", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-11": "Proclamation of Independence Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-03": "Revolution Day", "2044-01-04": "Revolution Day (observed)", "2044-02-11": "Mawlid (estimated)", "2044-03-08": "International Women's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labour Day", "2044-05-02": "Labour Day (observed)", "2044-05-26": "Ascension Day", "2044-08-05": "Independence Day", "2044-08-15": "Assumption Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated); Martyrs' Day", "2044-11-01": "All Saints' Day", "2044-12-11": "Proclamation of Independence Day", "2044-12-12": "Proclamation of Independence Day (observed)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-03": "Revolution Day", "2045-01-30": "Mawlid (estimated)", "2045-03-08": "International Women's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labour Day", "2045-05-18": "Ascension Day", "2045-08-05": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Assumption Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-31": "Martyrs' Day", "2045-11-01": "All Saints' Day", "2045-12-11": "Proclamation of Independence Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-03": "Revolution Day", "2046-01-19": "Mawlid (estimated)", "2046-03-08": "International Women's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labour Day", "2046-05-03": "Ascension Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-05": "Independence Day", "2046-08-06": "Independence Day (observed)", "2046-08-15": "Assumption Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-31": "Martyrs' Day", "2046-11-01": "All Saints' Day", "2046-12-11": "Proclamation of Independence Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-03": "Revolution Day", "2047-01-08": "Mawlid (estimated)", "2047-03-08": "International Women's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labour Day", "2047-05-23": "Ascension Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-05": "Independence Day", "2047-08-15": "Assumption Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-31": "Martyrs' Day", "2047-11-01": "All Saints' Day", "2047-12-11": "Proclamation of Independence Day", "2047-12-25": "Christmas Day", "2047-12-29": "Mawlid (estimated)", "2048-01-01": "New Year's Day", "2048-01-03": "Revolution Day", "2048-03-08": "International Women's Day", "2048-03-09": "International Women's Day (observed)", "2048-04-06": "Easter Monday", "2048-05-01": "Labour Day", "2048-05-14": "Ascension Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-05": "Independence Day", "2048-08-15": "Assumption Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-31": "Martyrs' Day", "2048-11-01": "All Saints' Day", "2048-11-02": "All Saints' Day (observed)", "2048-12-11": "Proclamation of Independence Day", "2048-12-18": "Mawlid (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-03": "Revolution Day", "2049-01-04": "Revolution Day (observed)", "2049-03-08": "International Women's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labour Day", "2049-05-27": "Ascension Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-05": "Independence Day", "2049-08-15": "Assumption Day", "2049-08-16": "Assumption Day (observed)", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-31": "Martyrs' Day", "2049-11-01": "All Saints' Day; Martyrs' Day (observed)", "2049-12-07": "Mawlid (estimated)", "2049-12-11": "Proclamation of Independence Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-03": "Revolution Day", "2050-03-08": "International Women's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labour Day", "2050-05-02": "Labour Day (observed)", "2050-05-19": "Ascension Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-05": "Independence Day", "2050-08-15": "Assumption Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-10-31": "Martyrs' Day", "2050-11-01": "All Saints' Day", "2050-11-26": "Mawlid (estimated)", "2050-12-11": "Proclamation of Independence Day", "2050-12-12": "Proclamation of Independence Day (observed)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BG_COMMON.json000066400000000000000000001305741500152103600215500ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-03-03": "Liberation Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-04-15": "Easter", "1990-04-16": "Easter", "1990-05-01": "Labor Day and International Workers' Solidarity Day", "1990-05-06": "Saint George's Day (Day of the Bulgarian Army)", "1990-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "1990-09-06": "Unification Day", "1990-09-22": "Independence Day", "1990-11-01": "The Day of the People's Awakeners", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-03": "Liberation Day", "1991-04-05": "Good Friday", "1991-04-06": "Holy Saturday", "1991-04-07": "Easter", "1991-04-08": "Easter", "1991-05-01": "Labor Day and International Workers' Solidarity Day", "1991-05-06": "Saint George's Day (Day of the Bulgarian Army)", "1991-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "1991-09-06": "Unification Day", "1991-09-22": "Independence Day", "1991-11-01": "The Day of the People's Awakeners", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-03": "Liberation Day", "1992-04-24": "Good Friday", "1992-04-25": "Holy Saturday", "1992-04-26": "Easter", "1992-04-27": "Easter", "1992-05-01": "Labor Day and International Workers' Solidarity Day", "1992-05-06": "Saint George's Day (Day of the Bulgarian Army)", "1992-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "1992-09-06": "Unification Day", "1992-09-22": "Independence Day", "1992-11-01": "The Day of the People's Awakeners", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-03": "Liberation Day", "1993-04-16": "Good Friday", "1993-04-17": "Holy Saturday", "1993-04-18": "Easter", "1993-04-19": "Easter", "1993-05-01": "Labor Day and International Workers' Solidarity Day", "1993-05-06": "Saint George's Day (Day of the Bulgarian Army)", "1993-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "1993-09-06": "Unification Day", "1993-09-22": "Independence Day", "1993-11-01": "The Day of the People's Awakeners", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-03": "Liberation Day", "1994-04-29": "Good Friday", "1994-04-30": "Holy Saturday", "1994-05-01": "Easter; Labor Day and International Workers' Solidarity Day", "1994-05-02": "Easter", "1994-05-06": "Saint George's Day (Day of the Bulgarian Army)", "1994-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "1994-09-06": "Unification Day", "1994-09-22": "Independence Day", "1994-11-01": "The Day of the People's Awakeners", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day", "1995-01-01": "New Year's Day", "1995-03-03": "Liberation Day", "1995-04-21": "Good Friday", "1995-04-22": "Holy Saturday", "1995-04-23": "Easter", "1995-04-24": "Easter", "1995-05-01": "Labor Day and International Workers' Solidarity Day", "1995-05-06": "Saint George's Day (Day of the Bulgarian Army)", "1995-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "1995-09-06": "Unification Day", "1995-09-22": "Independence Day", "1995-11-01": "The Day of the People's Awakeners", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Christmas Day", "1996-01-01": "New Year's Day", "1996-03-03": "Liberation Day", "1996-04-12": "Good Friday", "1996-04-13": "Holy Saturday", "1996-04-14": "Easter", "1996-04-15": "Easter", "1996-05-01": "Labor Day and International Workers' Solidarity Day", "1996-05-06": "Saint George's Day (Day of the Bulgarian Army)", "1996-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "1996-09-06": "Unification Day", "1996-09-22": "Independence Day", "1996-11-01": "The Day of the People's Awakeners", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-03": "Liberation Day", "1997-04-25": "Good Friday", "1997-04-26": "Holy Saturday", "1997-04-27": "Easter", "1997-04-28": "Easter", "1997-05-01": "Labor Day and International Workers' Solidarity Day", "1997-05-06": "Saint George's Day (Day of the Bulgarian Army)", "1997-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "1997-09-06": "Unification Day", "1997-09-22": "Independence Day", "1997-11-01": "The Day of the People's Awakeners", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Christmas Day", "1998-01-01": "New Year's Day", "1998-03-03": "Liberation Day", "1998-04-17": "Good Friday", "1998-04-18": "Holy Saturday", "1998-04-19": "Easter", "1998-04-20": "Easter", "1998-05-01": "Labor Day and International Workers' Solidarity Day", "1998-05-06": "Saint George's Day (Day of the Bulgarian Army)", "1998-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "1998-09-06": "Unification Day", "1998-09-22": "Independence Day", "1998-11-01": "The Day of the People's Awakeners", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Christmas Day", "1999-01-01": "New Year's Day", "1999-03-03": "Liberation Day", "1999-04-09": "Good Friday", "1999-04-10": "Holy Saturday", "1999-04-11": "Easter", "1999-04-12": "Easter", "1999-05-01": "Labor Day and International Workers' Solidarity Day", "1999-05-06": "Saint George's Day (Day of the Bulgarian Army)", "1999-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "1999-09-06": "Unification Day", "1999-09-22": "Independence Day", "1999-11-01": "The Day of the People's Awakeners", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-03": "Liberation Day", "2000-04-28": "Good Friday", "2000-04-29": "Holy Saturday", "2000-04-30": "Easter", "2000-05-01": "Easter; Labor Day and International Workers' Solidarity Day", "2000-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2000-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2000-09-06": "Unification Day", "2000-09-22": "Independence Day", "2000-11-01": "The Day of the People's Awakeners", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Christmas Day", "2001-01-01": "New Year's Day", "2001-03-03": "Liberation Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-04-15": "Easter", "2001-04-16": "Easter", "2001-05-01": "Labor Day and International Workers' Solidarity Day", "2001-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2001-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2001-09-06": "Unification Day", "2001-09-22": "Independence Day", "2001-11-01": "The Day of the People's Awakeners", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-03": "Liberation Day", "2002-05-01": "Labor Day and International Workers' Solidarity Day", "2002-05-03": "Good Friday", "2002-05-04": "Holy Saturday", "2002-05-05": "Easter", "2002-05-06": "Easter; Saint George's Day (Day of the Bulgarian Army)", "2002-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2002-09-06": "Unification Day", "2002-09-22": "Independence Day", "2002-11-01": "The Day of the People's Awakeners", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-03": "Liberation Day", "2003-04-25": "Good Friday", "2003-04-26": "Holy Saturday", "2003-04-27": "Easter", "2003-04-28": "Easter", "2003-05-01": "Labor Day and International Workers' Solidarity Day", "2003-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2003-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2003-09-06": "Unification Day", "2003-09-22": "Independence Day", "2003-11-01": "The Day of the People's Awakeners", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Christmas Day", "2004-01-01": "New Year's Day", "2004-03-03": "Liberation Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-04-11": "Easter", "2004-04-12": "Easter", "2004-05-01": "Labor Day and International Workers' Solidarity Day", "2004-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2004-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2004-09-06": "Unification Day", "2004-09-22": "Independence Day", "2004-11-01": "The Day of the People's Awakeners", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-03": "Liberation Day", "2005-04-29": "Good Friday", "2005-04-30": "Holy Saturday", "2005-05-01": "Easter; Labor Day and International Workers' Solidarity Day", "2005-05-02": "Easter", "2005-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2005-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2005-09-06": "Unification Day", "2005-09-22": "Independence Day", "2005-11-01": "The Day of the People's Awakeners", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day", "2006-01-01": "New Year's Day", "2006-03-03": "Liberation Day", "2006-04-21": "Good Friday", "2006-04-22": "Holy Saturday", "2006-04-23": "Easter", "2006-04-24": "Easter", "2006-05-01": "Labor Day and International Workers' Solidarity Day", "2006-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2006-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2006-09-06": "Unification Day", "2006-09-22": "Independence Day", "2006-11-01": "The Day of the People's Awakeners", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Christmas Day", "2007-01-01": "New Year's Day", "2007-03-03": "Liberation Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-04-08": "Easter", "2007-04-09": "Easter", "2007-05-01": "Labor Day and International Workers' Solidarity Day", "2007-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2007-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2007-09-06": "Unification Day", "2007-09-22": "Independence Day", "2007-11-01": "The Day of the People's Awakeners", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-03": "Liberation Day", "2008-04-25": "Good Friday", "2008-04-26": "Holy Saturday", "2008-04-27": "Easter", "2008-04-28": "Easter", "2008-05-01": "Labor Day and International Workers' Solidarity Day", "2008-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2008-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2008-09-06": "Unification Day", "2008-09-22": "Independence Day", "2008-11-01": "The Day of the People's Awakeners", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-03": "Liberation Day", "2009-04-17": "Good Friday", "2009-04-18": "Holy Saturday", "2009-04-19": "Easter", "2009-04-20": "Easter", "2009-05-01": "Labor Day and International Workers' Solidarity Day", "2009-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2009-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2009-09-06": "Unification Day", "2009-09-22": "Independence Day", "2009-11-01": "The Day of the People's Awakeners", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-03": "Liberation Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-04-04": "Easter", "2010-04-05": "Easter", "2010-05-01": "Labor Day and International Workers' Solidarity Day", "2010-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2010-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2010-09-06": "Unification Day", "2010-09-22": "Independence Day", "2010-11-01": "The Day of the People's Awakeners", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-03": "Liberation Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-04-24": "Easter", "2011-04-25": "Easter", "2011-05-01": "Labor Day and International Workers' Solidarity Day", "2011-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2011-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2011-09-06": "Unification Day", "2011-09-22": "Independence Day", "2011-11-01": "The Day of the People's Awakeners", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day", "2012-01-01": "New Year's Day", "2012-03-03": "Liberation Day", "2012-04-13": "Good Friday", "2012-04-14": "Holy Saturday", "2012-04-15": "Easter", "2012-04-16": "Easter", "2012-05-01": "Labor Day and International Workers' Solidarity Day", "2012-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2012-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2012-09-06": "Unification Day", "2012-09-22": "Independence Day", "2012-11-01": "The Day of the People's Awakeners", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-03": "Liberation Day", "2013-05-01": "Labor Day and International Workers' Solidarity Day", "2013-05-03": "Good Friday", "2013-05-04": "Holy Saturday", "2013-05-05": "Easter", "2013-05-06": "Easter; Saint George's Day (Day of the Bulgarian Army)", "2013-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2013-09-06": "Unification Day", "2013-09-22": "Independence Day", "2013-11-01": "The Day of the People's Awakeners", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Liberation Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-04-20": "Easter", "2014-04-21": "Easter", "2014-05-01": "Labor Day and International Workers' Solidarity Day", "2014-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2014-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2014-09-06": "Unification Day", "2014-09-22": "Independence Day", "2014-11-01": "The Day of the People's Awakeners", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Christmas Day", "2015-01-01": "New Year's Day", "2015-03-03": "Liberation Day", "2015-04-10": "Good Friday", "2015-04-11": "Holy Saturday", "2015-04-12": "Easter", "2015-04-13": "Easter", "2015-05-01": "Labor Day and International Workers' Solidarity Day", "2015-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2015-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2015-09-06": "Unification Day", "2015-09-22": "Independence Day", "2015-11-01": "The Day of the People's Awakeners", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-03": "Liberation Day", "2016-04-29": "Good Friday", "2016-04-30": "Holy Saturday", "2016-05-01": "Easter; Labor Day and International Workers' Solidarity Day", "2016-05-02": "Easter", "2016-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2016-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2016-09-06": "Unification Day", "2016-09-22": "Independence Day", "2016-11-01": "The Day of the People's Awakeners", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-03": "Liberation Day", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-04-16": "Easter", "2017-04-17": "Easter", "2017-05-01": "Labor Day and International Workers' Solidarity Day", "2017-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2017-05-08": "Saint George's Day (Day of the Bulgarian Army) (observed)", "2017-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2017-09-06": "Unification Day", "2017-09-22": "Independence Day", "2017-11-01": "The Day of the People's Awakeners", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Christmas Day", "2017-12-27": "Christmas Eve (observed)", "2018-01-01": "New Year's Day", "2018-03-03": "Liberation Day", "2018-03-05": "Liberation Day (observed)", "2018-04-06": "Good Friday", "2018-04-07": "Holy Saturday", "2018-04-08": "Easter", "2018-04-09": "Easter", "2018-05-01": "Labor Day and International Workers' Solidarity Day", "2018-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2018-05-07": "Saint George's Day (Day of the Bulgarian Army) (observed)", "2018-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2018-09-06": "Unification Day", "2018-09-22": "Independence Day", "2018-09-24": "Independence Day (observed)", "2018-11-01": "The Day of the People's Awakeners", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-03": "Liberation Day", "2019-03-04": "Liberation Day (observed)", "2019-04-26": "Good Friday", "2019-04-27": "Holy Saturday", "2019-04-28": "Easter", "2019-04-29": "Easter", "2019-05-01": "Labor Day and International Workers' Solidarity Day", "2019-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2019-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2019-09-06": "Unification Day", "2019-09-22": "Independence Day", "2019-09-23": "Independence Day (observed)", "2019-11-01": "The Day of the People's Awakeners", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Christmas Day", "2020-01-01": "New Year's Day", "2020-03-03": "Liberation Day", "2020-04-17": "Good Friday", "2020-04-18": "Holy Saturday", "2020-04-19": "Easter", "2020-04-20": "Easter", "2020-05-01": "Labor Day and International Workers' Solidarity Day", "2020-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2020-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2020-05-25": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture (observed)", "2020-09-06": "Unification Day", "2020-09-07": "Unification Day (observed)", "2020-09-22": "Independence Day", "2020-11-01": "The Day of the People's Awakeners", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Christmas Day", "2020-12-28": "Christmas Day (observed)", "2021-01-01": "New Year's Day", "2021-03-03": "Liberation Day", "2021-04-30": "Good Friday", "2021-05-01": "Holy Saturday; Labor Day and International Workers' Solidarity Day", "2021-05-02": "Easter", "2021-05-03": "Easter", "2021-05-04": "Labor Day and International Workers' Solidarity Day (observed)", "2021-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2021-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2021-09-06": "Unification Day", "2021-09-22": "Independence Day", "2021-11-01": "The Day of the People's Awakeners", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Christmas Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Christmas Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-03-03": "Liberation Day", "2022-04-22": "Good Friday", "2022-04-23": "Holy Saturday", "2022-04-24": "Easter", "2022-04-25": "Easter", "2022-05-01": "Labor Day and International Workers' Solidarity Day", "2022-05-02": "Labor Day and International Workers' Solidarity Day (observed)", "2022-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2022-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2022-09-06": "Unification Day", "2022-09-22": "Independence Day", "2022-11-01": "The Day of the People's Awakeners", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day", "2022-12-27": "Christmas Eve (observed)", "2022-12-28": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-03-03": "Liberation Day", "2023-04-14": "Good Friday", "2023-04-15": "Holy Saturday", "2023-04-16": "Easter", "2023-04-17": "Easter", "2023-05-01": "Labor Day and International Workers' Solidarity Day", "2023-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2023-05-08": "Saint George's Day (Day of the Bulgarian Army) (observed)", "2023-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2023-09-06": "Unification Day", "2023-09-22": "Independence Day", "2023-11-01": "The Day of the People's Awakeners", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Christmas Day", "2023-12-27": "Christmas Eve (observed)", "2024-01-01": "New Year's Day", "2024-03-03": "Liberation Day", "2024-03-04": "Liberation Day (observed)", "2024-05-01": "Labor Day and International Workers' Solidarity Day", "2024-05-03": "Good Friday", "2024-05-04": "Holy Saturday", "2024-05-05": "Easter", "2024-05-06": "Easter; Saint George's Day (Day of the Bulgarian Army)", "2024-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2024-09-06": "Unification Day", "2024-09-22": "Independence Day", "2024-09-23": "Independence Day (observed)", "2024-11-01": "The Day of the People's Awakeners", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-03": "Liberation Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-04-20": "Easter", "2025-04-21": "Easter", "2025-05-01": "Labor Day and International Workers' Solidarity Day", "2025-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2025-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2025-05-26": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture (observed)", "2025-09-06": "Unification Day", "2025-09-08": "Unification Day (observed)", "2025-09-22": "Independence Day", "2025-11-01": "The Day of the People's Awakeners", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-03": "Liberation Day", "2026-04-10": "Good Friday", "2026-04-11": "Holy Saturday", "2026-04-12": "Easter", "2026-04-13": "Easter", "2026-05-01": "Labor Day and International Workers' Solidarity Day", "2026-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2026-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2026-05-25": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture (observed)", "2026-09-06": "Unification Day", "2026-09-07": "Unification Day (observed)", "2026-09-22": "Independence Day", "2026-11-01": "The Day of the People's Awakeners", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Christmas Day", "2026-12-28": "Christmas Day (observed)", "2027-01-01": "New Year's Day", "2027-03-03": "Liberation Day", "2027-04-30": "Good Friday", "2027-05-01": "Holy Saturday; Labor Day and International Workers' Solidarity Day", "2027-05-02": "Easter", "2027-05-03": "Easter", "2027-05-04": "Labor Day and International Workers' Solidarity Day (observed)", "2027-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2027-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2027-09-06": "Unification Day", "2027-09-22": "Independence Day", "2027-11-01": "The Day of the People's Awakeners", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Christmas Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Christmas Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-03-03": "Liberation Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-04-16": "Easter", "2028-04-17": "Easter", "2028-05-01": "Labor Day and International Workers' Solidarity Day", "2028-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2028-05-08": "Saint George's Day (Day of the Bulgarian Army) (observed)", "2028-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2028-09-06": "Unification Day", "2028-09-22": "Independence Day", "2028-11-01": "The Day of the People's Awakeners", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Christmas Day", "2028-12-27": "Christmas Eve (observed)", "2029-01-01": "New Year's Day", "2029-03-03": "Liberation Day", "2029-03-05": "Liberation Day (observed)", "2029-04-06": "Good Friday", "2029-04-07": "Holy Saturday", "2029-04-08": "Easter", "2029-04-09": "Easter", "2029-05-01": "Labor Day and International Workers' Solidarity Day", "2029-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2029-05-07": "Saint George's Day (Day of the Bulgarian Army) (observed)", "2029-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2029-09-06": "Unification Day", "2029-09-22": "Independence Day", "2029-09-24": "Independence Day (observed)", "2029-11-01": "The Day of the People's Awakeners", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Christmas Day", "2030-01-01": "New Year's Day", "2030-03-03": "Liberation Day", "2030-03-04": "Liberation Day (observed)", "2030-04-26": "Good Friday", "2030-04-27": "Holy Saturday", "2030-04-28": "Easter", "2030-04-29": "Easter", "2030-05-01": "Labor Day and International Workers' Solidarity Day", "2030-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2030-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2030-09-06": "Unification Day", "2030-09-22": "Independence Day", "2030-09-23": "Independence Day (observed)", "2030-11-01": "The Day of the People's Awakeners", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Christmas Day", "2031-01-01": "New Year's Day", "2031-03-03": "Liberation Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-04-13": "Easter", "2031-04-14": "Easter", "2031-05-01": "Labor Day and International Workers' Solidarity Day", "2031-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2031-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2031-05-26": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture (observed)", "2031-09-06": "Unification Day", "2031-09-08": "Unification Day (observed)", "2031-09-22": "Independence Day", "2031-11-01": "The Day of the People's Awakeners", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-03": "Liberation Day", "2032-04-30": "Good Friday", "2032-05-01": "Holy Saturday; Labor Day and International Workers' Solidarity Day", "2032-05-02": "Easter", "2032-05-03": "Easter", "2032-05-04": "Labor Day and International Workers' Solidarity Day (observed)", "2032-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2032-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2032-09-06": "Unification Day", "2032-09-22": "Independence Day", "2032-11-01": "The Day of the People's Awakeners", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Christmas Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Christmas Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-03-03": "Liberation Day", "2033-04-22": "Good Friday", "2033-04-23": "Holy Saturday", "2033-04-24": "Easter", "2033-04-25": "Easter", "2033-05-01": "Labor Day and International Workers' Solidarity Day", "2033-05-02": "Labor Day and International Workers' Solidarity Day (observed)", "2033-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2033-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2033-09-06": "Unification Day", "2033-09-22": "Independence Day", "2033-11-01": "The Day of the People's Awakeners", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day", "2033-12-27": "Christmas Eve (observed)", "2033-12-28": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-03-03": "Liberation Day", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-04-09": "Easter", "2034-04-10": "Easter", "2034-05-01": "Labor Day and International Workers' Solidarity Day", "2034-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2034-05-08": "Saint George's Day (Day of the Bulgarian Army) (observed)", "2034-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2034-09-06": "Unification Day", "2034-09-22": "Independence Day", "2034-11-01": "The Day of the People's Awakeners", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Christmas Day", "2034-12-27": "Christmas Eve (observed)", "2035-01-01": "New Year's Day", "2035-03-03": "Liberation Day", "2035-03-05": "Liberation Day (observed)", "2035-04-27": "Good Friday", "2035-04-28": "Holy Saturday", "2035-04-29": "Easter", "2035-04-30": "Easter", "2035-05-01": "Labor Day and International Workers' Solidarity Day", "2035-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2035-05-07": "Saint George's Day (Day of the Bulgarian Army) (observed)", "2035-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2035-09-06": "Unification Day", "2035-09-22": "Independence Day", "2035-09-24": "Independence Day (observed)", "2035-11-01": "The Day of the People's Awakeners", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Christmas Day", "2036-01-01": "New Year's Day", "2036-03-03": "Liberation Day", "2036-04-18": "Good Friday", "2036-04-19": "Holy Saturday", "2036-04-20": "Easter", "2036-04-21": "Easter", "2036-05-01": "Labor Day and International Workers' Solidarity Day", "2036-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2036-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2036-05-26": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture (observed)", "2036-09-06": "Unification Day", "2036-09-08": "Unification Day (observed)", "2036-09-22": "Independence Day", "2036-11-01": "The Day of the People's Awakeners", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Christmas Day", "2037-01-01": "New Year's Day", "2037-03-03": "Liberation Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-04-05": "Easter", "2037-04-06": "Easter", "2037-05-01": "Labor Day and International Workers' Solidarity Day", "2037-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2037-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2037-05-25": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture (observed)", "2037-09-06": "Unification Day", "2037-09-07": "Unification Day (observed)", "2037-09-22": "Independence Day", "2037-11-01": "The Day of the People's Awakeners", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Christmas Day", "2037-12-28": "Christmas Day (observed)", "2038-01-01": "New Year's Day", "2038-03-03": "Liberation Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-04-25": "Easter", "2038-04-26": "Easter", "2038-05-01": "Labor Day and International Workers' Solidarity Day", "2038-05-03": "Labor Day and International Workers' Solidarity Day (observed)", "2038-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2038-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2038-09-06": "Unification Day", "2038-09-22": "Independence Day", "2038-11-01": "The Day of the People's Awakeners", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Christmas Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Christmas Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-03-03": "Liberation Day", "2039-04-15": "Good Friday", "2039-04-16": "Holy Saturday", "2039-04-17": "Easter", "2039-04-18": "Easter", "2039-05-01": "Labor Day and International Workers' Solidarity Day", "2039-05-02": "Labor Day and International Workers' Solidarity Day (observed)", "2039-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2039-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2039-09-06": "Unification Day", "2039-09-22": "Independence Day", "2039-11-01": "The Day of the People's Awakeners", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day", "2039-12-27": "Christmas Eve (observed)", "2039-12-28": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-03": "Liberation Day", "2040-03-05": "Liberation Day (observed)", "2040-05-01": "Labor Day and International Workers' Solidarity Day", "2040-05-04": "Good Friday", "2040-05-05": "Holy Saturday", "2040-05-06": "Easter; Saint George's Day (Day of the Bulgarian Army)", "2040-05-07": "Easter", "2040-05-08": "Saint George's Day (Day of the Bulgarian Army) (observed)", "2040-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2040-09-06": "Unification Day", "2040-09-22": "Independence Day", "2040-09-24": "Independence Day (observed)", "2040-11-01": "The Day of the People's Awakeners", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-03": "Liberation Day", "2041-03-04": "Liberation Day (observed)", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-04-21": "Easter", "2041-04-22": "Easter", "2041-05-01": "Labor Day and International Workers' Solidarity Day", "2041-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2041-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2041-09-06": "Unification Day", "2041-09-22": "Independence Day", "2041-09-23": "Independence Day (observed)", "2041-11-01": "The Day of the People's Awakeners", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-03": "Liberation Day", "2042-04-11": "Good Friday", "2042-04-12": "Holy Saturday", "2042-04-13": "Easter", "2042-04-14": "Easter", "2042-05-01": "Labor Day and International Workers' Solidarity Day", "2042-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2042-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2042-05-26": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture (observed)", "2042-09-06": "Unification Day", "2042-09-08": "Unification Day (observed)", "2042-09-22": "Independence Day", "2042-11-01": "The Day of the People's Awakeners", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-03": "Liberation Day", "2043-05-01": "Good Friday; Labor Day and International Workers' Solidarity Day", "2043-05-02": "Holy Saturday", "2043-05-03": "Easter", "2043-05-04": "Easter", "2043-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2043-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2043-05-25": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture (observed)", "2043-09-06": "Unification Day", "2043-09-07": "Unification Day (observed)", "2043-09-22": "Independence Day", "2043-11-01": "The Day of the People's Awakeners", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Christmas Day", "2043-12-28": "Christmas Day (observed)", "2044-01-01": "New Year's Day", "2044-03-03": "Liberation Day", "2044-04-22": "Good Friday", "2044-04-23": "Holy Saturday", "2044-04-24": "Easter", "2044-04-25": "Easter", "2044-05-01": "Labor Day and International Workers' Solidarity Day", "2044-05-02": "Labor Day and International Workers' Solidarity Day (observed)", "2044-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2044-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2044-09-06": "Unification Day", "2044-09-22": "Independence Day", "2044-11-01": "The Day of the People's Awakeners", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day", "2044-12-27": "Christmas Eve (observed)", "2044-12-28": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-03-03": "Liberation Day", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-04-09": "Easter", "2045-04-10": "Easter", "2045-05-01": "Labor Day and International Workers' Solidarity Day", "2045-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2045-05-08": "Saint George's Day (Day of the Bulgarian Army) (observed)", "2045-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2045-09-06": "Unification Day", "2045-09-22": "Independence Day", "2045-11-01": "The Day of the People's Awakeners", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Christmas Day", "2045-12-27": "Christmas Eve (observed)", "2046-01-01": "New Year's Day", "2046-03-03": "Liberation Day", "2046-03-05": "Liberation Day (observed)", "2046-04-27": "Good Friday", "2046-04-28": "Holy Saturday", "2046-04-29": "Easter", "2046-04-30": "Easter", "2046-05-01": "Labor Day and International Workers' Solidarity Day", "2046-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2046-05-07": "Saint George's Day (Day of the Bulgarian Army) (observed)", "2046-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2046-09-06": "Unification Day", "2046-09-22": "Independence Day", "2046-09-24": "Independence Day (observed)", "2046-11-01": "The Day of the People's Awakeners", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Christmas Day", "2047-01-01": "New Year's Day", "2047-03-03": "Liberation Day", "2047-03-04": "Liberation Day (observed)", "2047-04-19": "Good Friday", "2047-04-20": "Holy Saturday", "2047-04-21": "Easter", "2047-04-22": "Easter", "2047-05-01": "Labor Day and International Workers' Solidarity Day", "2047-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2047-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2047-09-06": "Unification Day", "2047-09-22": "Independence Day", "2047-09-23": "Independence Day (observed)", "2047-11-01": "The Day of the People's Awakeners", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Christmas Day", "2048-01-01": "New Year's Day", "2048-03-03": "Liberation Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-04-05": "Easter", "2048-04-06": "Easter", "2048-05-01": "Labor Day and International Workers' Solidarity Day", "2048-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2048-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2048-05-25": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture (observed)", "2048-09-06": "Unification Day", "2048-09-07": "Unification Day (observed)", "2048-09-22": "Independence Day", "2048-11-01": "The Day of the People's Awakeners", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Christmas Day", "2048-12-28": "Christmas Day (observed)", "2049-01-01": "New Year's Day", "2049-03-03": "Liberation Day", "2049-04-23": "Good Friday", "2049-04-24": "Holy Saturday", "2049-04-25": "Easter", "2049-04-26": "Easter", "2049-05-01": "Labor Day and International Workers' Solidarity Day", "2049-05-03": "Labor Day and International Workers' Solidarity Day (observed)", "2049-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2049-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2049-09-06": "Unification Day", "2049-09-22": "Independence Day", "2049-11-01": "The Day of the People's Awakeners", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Christmas Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Christmas Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-03-03": "Liberation Day", "2050-04-15": "Good Friday", "2050-04-16": "Holy Saturday", "2050-04-17": "Easter", "2050-04-18": "Easter", "2050-05-01": "Labor Day and International Workers' Solidarity Day", "2050-05-02": "Labor Day and International Workers' Solidarity Day (observed)", "2050-05-06": "Saint George's Day (Day of the Bulgarian Army)", "2050-05-24": "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture", "2050-09-06": "Unification Day", "2050-09-22": "Independence Day", "2050-11-01": "The Day of the People's Awakeners", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day", "2050-12-27": "Christmas Eve (observed)", "2050-12-28": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BH_COMMON.json000066400000000000000000001751421500152103600215510ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day; Prophet's Birthday (estimated)", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr Holiday (estimated)", "1950-07-18": "Eid al-Fitr Holiday (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha Holiday (estimated)", "1950-09-25": "Eid al-Adha Holiday (estimated)", "1950-10-13": "Islamic New Year (estimated)", "1950-10-21": "Ashura Eve (estimated)", "1950-10-22": "Ashura (estimated)", "1950-12-16": "National Day", "1950-12-17": "National Day", "1950-12-22": "Prophet's Birthday (estimated)", "1951-01-01": "New Year's Day", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr Holiday (estimated)", "1951-07-08": "Eid al-Fitr Holiday (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha Holiday (estimated)", "1951-09-14": "Eid al-Adha Holiday (estimated)", "1951-10-02": "Islamic New Year (estimated)", "1951-10-10": "Ashura Eve (estimated)", "1951-10-11": "Ashura (estimated)", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-16": "National Day", "1951-12-17": "National Day", "1952-01-01": "New Year's Day", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr Holiday (estimated)", "1952-06-25": "Eid al-Fitr Holiday (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha Holiday (estimated)", "1952-09-02": "Eid al-Adha Holiday (estimated)", "1952-09-21": "Islamic New Year (estimated)", "1952-09-29": "Ashura Eve (estimated)", "1952-09-30": "Ashura (estimated)", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-16": "National Day", "1952-12-17": "National Day", "1953-01-01": "New Year's Day", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr Holiday (estimated)", "1953-06-15": "Eid al-Fitr Holiday (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha Holiday (estimated)", "1953-08-22": "Eid al-Adha Holiday (estimated)", "1953-09-10": "Islamic New Year (estimated)", "1953-09-18": "Ashura Eve (estimated)", "1953-09-19": "Ashura (estimated)", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-16": "National Day", "1953-12-17": "National Day", "1954-01-01": "New Year's Day", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr Holiday (estimated)", "1954-06-04": "Eid al-Fitr Holiday (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha Holiday (estimated)", "1954-08-11": "Eid al-Adha Holiday (estimated)", "1954-08-30": "Islamic New Year (estimated)", "1954-09-07": "Ashura Eve (estimated)", "1954-09-08": "Ashura (estimated)", "1954-11-08": "Prophet's Birthday (estimated)", "1954-12-16": "National Day", "1954-12-17": "National Day", "1955-01-01": "New Year's Day", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr Holiday (estimated)", "1955-05-25": "Eid al-Fitr Holiday (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha Holiday (estimated)", "1955-08-01": "Eid al-Adha Holiday (estimated)", "1955-08-20": "Islamic New Year (estimated)", "1955-08-28": "Ashura Eve (estimated)", "1955-08-29": "Ashura (estimated)", "1955-10-29": "Prophet's Birthday (estimated)", "1955-12-16": "National Day", "1955-12-17": "National Day", "1956-01-01": "New Year's Day", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr Holiday (estimated)", "1956-05-13": "Eid al-Fitr Holiday (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha Holiday (estimated)", "1956-07-21": "Eid al-Adha Holiday (estimated)", "1956-08-08": "Islamic New Year (estimated)", "1956-08-16": "Ashura Eve (estimated)", "1956-08-17": "Ashura (estimated)", "1956-10-17": "Prophet's Birthday (estimated)", "1956-12-16": "National Day", "1956-12-17": "National Day", "1957-01-01": "New Year's Day", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-05-02": "Eid al-Fitr Holiday (estimated)", "1957-05-03": "Eid al-Fitr Holiday (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha Holiday (estimated)", "1957-07-10": "Eid al-Adha Holiday (estimated)", "1957-07-28": "Islamic New Year (estimated)", "1957-08-05": "Ashura Eve (estimated)", "1957-08-06": "Ashura (estimated)", "1957-10-06": "Prophet's Birthday (estimated)", "1957-12-16": "National Day", "1957-12-17": "National Day", "1958-01-01": "New Year's Day", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr Holiday (estimated)", "1958-04-22": "Eid al-Fitr Holiday (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha Holiday (estimated)", "1958-06-29": "Eid al-Adha Holiday (estimated)", "1958-07-18": "Islamic New Year (estimated)", "1958-07-26": "Ashura Eve (estimated)", "1958-07-27": "Ashura (estimated)", "1958-09-26": "Prophet's Birthday (estimated)", "1958-12-16": "National Day", "1958-12-17": "National Day", "1959-01-01": "New Year's Day", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr Holiday (estimated)", "1959-04-12": "Eid al-Fitr Holiday (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha Holiday (estimated)", "1959-06-19": "Eid al-Adha Holiday (estimated)", "1959-07-07": "Islamic New Year (estimated)", "1959-07-15": "Ashura Eve (estimated)", "1959-07-16": "Ashura (estimated)", "1959-09-15": "Prophet's Birthday (estimated)", "1959-12-16": "National Day", "1959-12-17": "National Day", "1960-01-01": "New Year's Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr Holiday (estimated)", "1960-03-30": "Eid al-Fitr Holiday (estimated)", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha Holiday (estimated)", "1960-06-06": "Eid al-Adha Holiday (estimated)", "1960-06-25": "Islamic New Year (estimated)", "1960-07-03": "Ashura Eve (estimated)", "1960-07-04": "Ashura (estimated)", "1960-09-03": "Prophet's Birthday (estimated)", "1960-12-16": "National Day", "1960-12-17": "National Day", "1961-01-01": "New Year's Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr Holiday (estimated)", "1961-03-20": "Eid al-Fitr Holiday (estimated)", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha Holiday (estimated)", "1961-05-27": "Eid al-Adha Holiday (estimated)", "1961-06-14": "Islamic New Year (estimated)", "1961-06-22": "Ashura Eve (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-23": "Prophet's Birthday (estimated)", "1961-12-16": "National Day", "1961-12-17": "National Day", "1962-01-01": "New Year's Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr Holiday (estimated)", "1962-03-09": "Eid al-Fitr Holiday (estimated)", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha Holiday (estimated)", "1962-05-16": "Eid al-Adha Holiday (estimated)", "1962-06-03": "Islamic New Year (estimated)", "1962-06-11": "Ashura Eve (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-12-16": "National Day", "1962-12-17": "National Day", "1963-01-01": "New Year's Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr Holiday (estimated)", "1963-02-26": "Eid al-Fitr Holiday (estimated)", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha Holiday (estimated)", "1963-05-05": "Eid al-Adha Holiday (estimated)", "1963-05-24": "Islamic New Year (estimated)", "1963-06-01": "Ashura Eve (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-12-16": "National Day", "1963-12-17": "National Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr Holiday (estimated)", "1964-02-16": "Eid al-Fitr Holiday (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha Holiday (estimated)", "1964-04-24": "Eid al-Adha Holiday (estimated)", "1964-05-01": "Labor Day", "1964-05-12": "Islamic New Year (estimated)", "1964-05-20": "Ashura Eve (estimated)", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-12-16": "National Day", "1964-12-17": "National Day", "1965-01-01": "New Year's Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr Holiday (estimated)", "1965-02-04": "Eid al-Fitr Holiday (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha Holiday (estimated)", "1965-04-13": "Eid al-Adha Holiday (estimated)", "1965-05-01": "Islamic New Year (estimated); Labor Day", "1965-05-09": "Ashura Eve (estimated)", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-12-16": "National Day", "1965-12-17": "National Day", "1966-01-01": "New Year's Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr Holiday (estimated)", "1966-01-24": "Eid al-Fitr Holiday (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha Holiday (estimated)", "1966-04-03": "Eid al-Adha Holiday (estimated)", "1966-04-21": "Islamic New Year (estimated)", "1966-04-29": "Ashura Eve (estimated)", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-12-16": "National Day", "1966-12-17": "National Day", "1967-01-01": "New Year's Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr Holiday (estimated)", "1967-01-14": "Eid al-Fitr Holiday (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha Holiday (estimated)", "1967-03-23": "Eid al-Adha Holiday (estimated)", "1967-04-11": "Islamic New Year (estimated)", "1967-04-19": "Ashura Eve (estimated)", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-12-16": "National Day", "1967-12-17": "National Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr Holiday (estimated)", "1968-01-03": "Eid al-Fitr Holiday (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha Holiday (estimated)", "1968-03-11": "Eid al-Adha Holiday (estimated)", "1968-03-30": "Islamic New Year (estimated)", "1968-04-07": "Ashura Eve (estimated)", "1968-04-08": "Ashura (estimated)", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-12-16": "National Day", "1968-12-17": "National Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr Holiday (estimated)", "1968-12-23": "Eid al-Fitr Holiday (estimated)", "1969-01-01": "New Year's Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha Holiday (estimated)", "1969-03-01": "Eid al-Adha Holiday (estimated)", "1969-03-19": "Islamic New Year (estimated)", "1969-03-27": "Ashura Eve (estimated)", "1969-03-28": "Ashura (estimated)", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr Holiday (estimated)", "1969-12-12": "Eid al-Fitr Holiday (estimated)", "1969-12-16": "National Day", "1969-12-17": "National Day", "1970-01-01": "New Year's Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha Holiday (estimated)", "1970-02-18": "Eid al-Adha Holiday (estimated)", "1970-03-09": "Islamic New Year (estimated)", "1970-03-17": "Ashura Eve (estimated)", "1970-03-18": "Ashura (estimated)", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr Holiday (estimated)", "1970-12-02": "Eid al-Fitr Holiday (estimated)", "1970-12-16": "National Day", "1970-12-17": "National Day", "1971-01-01": "New Year's Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha Holiday (estimated)", "1971-02-08": "Eid al-Adha Holiday (estimated)", "1971-02-26": "Islamic New Year (estimated)", "1971-03-06": "Ashura Eve (estimated)", "1971-03-07": "Ashura (estimated)", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr Holiday (estimated)", "1971-11-21": "Eid al-Fitr Holiday (estimated)", "1971-12-16": "National Day", "1971-12-17": "National Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha Holiday (estimated)", "1972-01-28": "Eid al-Adha Holiday (estimated)", "1972-02-16": "Islamic New Year (estimated)", "1972-02-24": "Ashura Eve (estimated)", "1972-02-25": "Ashura (estimated)", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr Holiday (estimated)", "1972-11-09": "Eid al-Fitr Holiday (estimated)", "1972-12-16": "National Day", "1972-12-17": "National Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha Holiday (estimated)", "1973-01-16": "Eid al-Adha Holiday (estimated)", "1973-02-04": "Islamic New Year (estimated)", "1973-02-12": "Ashura Eve (estimated)", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Prophet's Birthday (estimated)", "1973-05-01": "Labor Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr Holiday (estimated)", "1973-10-29": "Eid al-Fitr Holiday (estimated)", "1973-12-16": "National Day", "1973-12-17": "National Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha Holiday (estimated)", "1974-01-05": "Eid al-Adha Holiday (estimated)", "1974-01-24": "Islamic New Year (estimated)", "1974-02-01": "Ashura Eve (estimated)", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr Holiday (estimated)", "1974-10-18": "Eid al-Fitr Holiday (estimated)", "1974-12-16": "National Day", "1974-12-17": "National Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha Holiday (estimated)", "1974-12-26": "Eid al-Adha Holiday (estimated)", "1975-01-01": "New Year's Day", "1975-01-13": "Islamic New Year (estimated)", "1975-01-21": "Ashura Eve (estimated)", "1975-01-22": "Ashura (estimated)", "1975-03-24": "Prophet's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr Holiday (estimated)", "1975-10-08": "Eid al-Fitr Holiday (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha Holiday (estimated)", "1975-12-15": "Eid al-Adha Holiday (estimated)", "1975-12-16": "National Day", "1975-12-17": "National Day", "1976-01-01": "New Year's Day", "1976-01-02": "Islamic New Year (estimated)", "1976-01-10": "Ashura Eve (estimated)", "1976-01-11": "Ashura (estimated)", "1976-03-12": "Prophet's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr Holiday (estimated)", "1976-09-26": "Eid al-Fitr Holiday (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha Holiday (estimated)", "1976-12-03": "Eid al-Adha Holiday (estimated)", "1976-12-16": "National Day", "1976-12-17": "National Day", "1976-12-22": "Islamic New Year (estimated)", "1976-12-30": "Ashura Eve (estimated)", "1976-12-31": "Ashura (estimated)", "1977-01-01": "New Year's Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-05-01": "Labor Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr Holiday (estimated)", "1977-09-16": "Eid al-Fitr Holiday (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha Holiday (estimated)", "1977-11-23": "Eid al-Adha Holiday (estimated)", "1977-12-11": "Islamic New Year (estimated)", "1977-12-16": "National Day", "1977-12-17": "National Day", "1977-12-19": "Ashura Eve (estimated)", "1977-12-20": "Ashura (estimated)", "1978-01-01": "New Year's Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-05-01": "Labor Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr Holiday (estimated)", "1978-09-05": "Eid al-Fitr Holiday (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha Holiday (estimated)", "1978-11-12": "Eid al-Adha Holiday (estimated)", "1978-12-01": "Islamic New Year (estimated)", "1978-12-09": "Ashura Eve (estimated)", "1978-12-10": "Ashura (estimated)", "1978-12-16": "National Day", "1978-12-17": "National Day", "1979-01-01": "New Year's Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr Holiday (estimated)", "1979-08-25": "Eid al-Fitr Holiday (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha Holiday (estimated)", "1979-11-02": "Eid al-Adha Holiday (estimated)", "1979-11-20": "Islamic New Year (estimated)", "1979-11-28": "Ashura Eve (estimated)", "1979-11-29": "Ashura (estimated)", "1979-12-16": "National Day", "1979-12-17": "National Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr Holiday (estimated)", "1980-08-14": "Eid al-Fitr Holiday (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha Holiday (estimated)", "1980-10-21": "Eid al-Adha Holiday (estimated)", "1980-11-09": "Islamic New Year (estimated)", "1980-11-17": "Ashura Eve (estimated)", "1980-11-18": "Ashura (estimated)", "1980-12-16": "National Day", "1980-12-17": "National Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr Holiday (estimated)", "1981-08-03": "Eid al-Fitr Holiday (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha Holiday (estimated)", "1981-10-10": "Eid al-Adha Holiday (estimated)", "1981-10-28": "Islamic New Year (estimated)", "1981-11-05": "Ashura Eve (estimated)", "1981-11-06": "Ashura (estimated)", "1981-12-16": "National Day", "1981-12-17": "National Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet's Birthday (estimated)", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr Holiday (estimated)", "1982-07-23": "Eid al-Fitr Holiday (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha Holiday (estimated)", "1982-09-29": "Eid al-Adha Holiday (estimated)", "1982-10-18": "Islamic New Year (estimated)", "1982-10-26": "Ashura Eve (estimated)", "1982-10-27": "Ashura (estimated)", "1982-12-16": "National Day", "1982-12-17": "National Day", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr Holiday (estimated)", "1983-07-13": "Eid al-Fitr Holiday (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha Holiday (estimated)", "1983-09-19": "Eid al-Adha Holiday (estimated)", "1983-10-07": "Islamic New Year (estimated)", "1983-10-15": "Ashura Eve (estimated)", "1983-10-16": "Ashura (estimated)", "1983-12-16": "National Day; Prophet's Birthday (estimated)", "1983-12-17": "National Day", "1984-01-01": "New Year's Day", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr Holiday (estimated)", "1984-07-02": "Eid al-Fitr Holiday (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha Holiday (estimated)", "1984-09-07": "Eid al-Adha Holiday (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-10-04": "Ashura Eve (estimated)", "1984-10-05": "Ashura (estimated)", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-16": "National Day", "1984-12-17": "National Day", "1985-01-01": "New Year's Day", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr Holiday (estimated)", "1985-06-21": "Eid al-Fitr Holiday (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha Holiday (estimated)", "1985-08-28": "Eid al-Adha Holiday (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-09-23": "Ashura Eve (estimated)", "1985-09-24": "Ashura (estimated)", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-16": "National Day", "1985-12-17": "National Day", "1986-01-01": "New Year's Day", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr Holiday (estimated)", "1986-06-10": "Eid al-Fitr Holiday (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha Holiday (estimated)", "1986-08-17": "Eid al-Adha Holiday (estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-09-13": "Ashura Eve (estimated)", "1986-09-14": "Ashura (estimated)", "1986-11-14": "Prophet's Birthday (estimated)", "1986-12-16": "National Day", "1986-12-17": "National Day", "1987-01-01": "New Year's Day", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr Holiday (estimated)", "1987-05-30": "Eid al-Fitr Holiday (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha Holiday (estimated)", "1987-08-06": "Eid al-Adha Holiday (estimated)", "1987-08-25": "Islamic New Year (estimated)", "1987-09-02": "Ashura Eve (estimated)", "1987-09-03": "Ashura (estimated)", "1987-11-03": "Prophet's Birthday (estimated)", "1987-12-16": "National Day", "1987-12-17": "National Day", "1988-01-01": "New Year's Day", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr Holiday (estimated)", "1988-05-18": "Eid al-Fitr Holiday (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha Holiday (estimated)", "1988-07-25": "Eid al-Adha Holiday (estimated)", "1988-08-13": "Islamic New Year (estimated)", "1988-08-21": "Ashura Eve (estimated)", "1988-08-22": "Ashura (estimated)", "1988-10-22": "Prophet's Birthday (estimated)", "1988-12-16": "National Day", "1988-12-17": "National Day", "1989-01-01": "New Year's Day", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr Holiday (estimated)", "1989-05-08": "Eid al-Fitr Holiday (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha Holiday (estimated)", "1989-07-15": "Eid al-Adha Holiday (estimated)", "1989-08-02": "Islamic New Year (estimated)", "1989-08-10": "Ashura Eve (estimated)", "1989-08-11": "Ashura (estimated)", "1989-10-11": "Prophet's Birthday (estimated)", "1989-12-16": "National Day", "1989-12-17": "National Day", "1990-01-01": "New Year's Day", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr Holiday (estimated)", "1990-04-28": "Eid al-Fitr Holiday (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha Holiday (estimated)", "1990-07-04": "Eid al-Adha Holiday (estimated)", "1990-07-23": "Islamic New Year (estimated)", "1990-07-31": "Ashura Eve (estimated)", "1990-08-01": "Ashura (estimated)", "1990-10-01": "Prophet's Birthday (estimated)", "1990-12-16": "National Day", "1990-12-17": "National Day", "1991-01-01": "New Year's Day", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr Holiday (estimated)", "1991-04-17": "Eid al-Fitr Holiday (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha Holiday (estimated)", "1991-06-24": "Eid al-Adha Holiday (estimated)", "1991-07-12": "Islamic New Year (estimated)", "1991-07-20": "Ashura Eve (estimated)", "1991-07-21": "Ashura (estimated)", "1991-09-20": "Prophet's Birthday (estimated)", "1991-12-16": "National Day", "1991-12-17": "National Day", "1992-01-01": "New Year's Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr Holiday (estimated)", "1992-04-06": "Eid al-Fitr Holiday (estimated)", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha Holiday (estimated)", "1992-06-13": "Eid al-Adha Holiday (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-07-09": "Ashura Eve (estimated)", "1992-07-10": "Ashura (estimated)", "1992-09-09": "Prophet's Birthday (estimated)", "1992-12-16": "National Day", "1992-12-17": "National Day", "1993-01-01": "New Year's Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr Holiday (estimated)", "1993-03-26": "Eid al-Fitr Holiday (estimated)", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha Holiday (estimated)", "1993-06-02": "Eid al-Adha Holiday (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-06-29": "Ashura Eve (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-29": "Prophet's Birthday (estimated)", "1993-12-16": "National Day", "1993-12-17": "National Day", "1994-01-01": "New Year's Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr Holiday (estimated)", "1994-03-15": "Eid al-Fitr Holiday (estimated)", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha Holiday (estimated)", "1994-05-22": "Eid al-Adha Holiday (estimated)", "1994-06-10": "Islamic New Year (estimated)", "1994-06-18": "Ashura Eve (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-19": "Prophet's Birthday (estimated)", "1994-12-16": "National Day", "1994-12-17": "National Day", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr Holiday (estimated)", "1995-03-04": "Eid al-Fitr Holiday (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha Holiday (estimated)", "1995-05-11": "Eid al-Adha Holiday (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-07": "Ashura Eve (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-12-16": "National Day", "1995-12-17": "National Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr Holiday (estimated)", "1996-02-21": "Eid al-Fitr Holiday (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha Holiday (estimated)", "1996-04-29": "Eid al-Adha Holiday (estimated)", "1996-05-01": "Labor Day", "1996-05-18": "Islamic New Year (estimated)", "1996-05-26": "Ashura Eve (estimated)", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-12-16": "National Day", "1996-12-17": "National Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr Holiday (estimated)", "1997-02-10": "Eid al-Fitr Holiday (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha Holiday (estimated)", "1997-04-19": "Eid al-Adha Holiday (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-15": "Ashura Eve (estimated)", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-12-16": "National Day", "1997-12-17": "National Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr Holiday (estimated)", "1998-01-31": "Eid al-Fitr Holiday (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha Holiday (estimated)", "1998-04-09": "Eid al-Adha Holiday (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-05": "Ashura Eve (estimated)", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-12-16": "National Day", "1998-12-17": "National Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr Holiday (estimated)", "1999-01-20": "Eid al-Fitr Holiday (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha Holiday (estimated)", "1999-03-29": "Eid al-Adha Holiday (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-04-25": "Ashura Eve (estimated)", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-12-16": "National Day", "1999-12-17": "National Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr Holiday (estimated)", "2000-01-10": "Eid al-Fitr Holiday (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha Holiday (estimated)", "2000-03-18": "Eid al-Adha Holiday (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-04-14": "Ashura Eve (estimated)", "2000-04-15": "Ashura (estimated)", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-12-16": "National Day", "2000-12-17": "National Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr Holiday (estimated)", "2000-12-29": "Eid al-Fitr Holiday (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha Holiday (estimated)", "2001-03-07": "Eid al-Adha Holiday (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-03": "Ashura Eve (estimated)", "2001-04-04": "Ashura (estimated)", "2001-05-01": "Labor Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-12-16": "Eid al-Fitr (estimated); National Day", "2001-12-17": "Eid al-Fitr Holiday (estimated); National Day", "2001-12-18": "Eid al-Fitr Holiday (estimated)", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha Holiday (estimated)", "2002-02-24": "Eid al-Adha Holiday (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-23": "Ashura Eve (estimated)", "2002-03-24": "Ashura (estimated)", "2002-05-01": "Labor Day", "2002-05-24": "Prophet's Birthday (estimated)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr Holiday (estimated)", "2002-12-07": "Eid al-Fitr Holiday (estimated)", "2002-12-16": "National Day", "2002-12-17": "National Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha Holiday (estimated)", "2003-02-13": "Eid al-Adha Holiday (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-12": "Ashura Eve (estimated)", "2003-03-13": "Ashura (estimated)", "2003-05-01": "Labor Day", "2003-05-13": "Prophet's Birthday (estimated)", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr Holiday (estimated)", "2003-11-27": "Eid al-Fitr Holiday (estimated)", "2003-12-16": "National Day", "2003-12-17": "National Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha Holiday (estimated)", "2004-02-03": "Eid al-Adha Holiday (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-02-29": "Ashura Eve (estimated)", "2004-03-01": "Ashura (estimated)", "2004-05-01": "Labor Day; Prophet's Birthday (estimated)", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr Holiday (estimated)", "2004-11-16": "Eid al-Fitr Holiday (estimated)", "2004-12-16": "National Day", "2004-12-17": "National Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha Holiday (estimated)", "2005-01-23": "Eid al-Adha Holiday (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-02-18": "Ashura Eve (estimated)", "2005-02-19": "Ashura (estimated)", "2005-04-21": "Prophet's Birthday (estimated)", "2005-05-01": "Labor Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr Holiday (estimated)", "2005-11-05": "Eid al-Fitr Holiday (estimated)", "2005-12-16": "National Day", "2005-12-17": "National Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha Holiday (estimated)", "2006-01-12": "Eid al-Adha Holiday (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-02-08": "Ashura Eve (estimated)", "2006-02-09": "Ashura (estimated)", "2006-04-10": "Prophet's Birthday (estimated)", "2006-05-01": "Labor Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr Holiday (estimated)", "2006-10-25": "Eid al-Fitr Holiday (estimated)", "2006-12-16": "National Day", "2006-12-17": "National Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha Holiday (estimated); New Year's Day", "2007-01-02": "Eid al-Adha Holiday (estimated)", "2007-01-20": "Islamic New Year (estimated)", "2007-01-28": "Ashura Eve (estimated)", "2007-01-29": "Ashura (estimated)", "2007-03-31": "Prophet's Birthday (estimated)", "2007-05-01": "Labor Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr Holiday (estimated)", "2007-10-15": "Eid al-Fitr Holiday (estimated)", "2007-12-16": "National Day", "2007-12-17": "National Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha Holiday (estimated)", "2007-12-22": "Eid al-Adha Holiday (estimated)", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-01-18": "Ashura Eve (estimated)", "2008-01-19": "Ashura (estimated)", "2008-03-20": "Prophet's Birthday (estimated)", "2008-05-01": "Labor Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr Holiday (estimated)", "2008-10-03": "Eid al-Fitr Holiday (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha Holiday (estimated)", "2008-12-10": "Eid al-Adha Holiday (estimated)", "2008-12-16": "National Day", "2008-12-17": "National Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-01-06": "Ashura Eve (estimated)", "2009-01-07": "Ashura (estimated)", "2009-03-09": "Prophet's Birthday (estimated)", "2009-05-01": "Labor Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr Holiday (estimated)", "2009-09-22": "Eid al-Fitr Holiday (estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha Holiday (estimated)", "2009-11-29": "Eid al-Adha Holiday (estimated)", "2009-12-16": "National Day", "2009-12-17": "National Day", "2009-12-18": "Islamic New Year (estimated)", "2009-12-26": "Ashura Eve (estimated)", "2009-12-27": "Ashura (estimated)", "2010-01-01": "New Year's Day", "2010-02-26": "Prophet's Birthday (estimated)", "2010-05-01": "Labor Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr Holiday (estimated)", "2010-09-12": "Eid al-Fitr Holiday (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha Holiday (estimated)", "2010-11-18": "Eid al-Adha Holiday (estimated)", "2010-12-07": "Islamic New Year (estimated)", "2010-12-15": "Ashura Eve (estimated)", "2010-12-16": "Ashura (estimated); National Day", "2010-12-17": "National Day", "2011-01-01": "New Year's Day", "2011-02-15": "Prophet's Birthday (estimated)", "2011-05-01": "Labor Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr Holiday (estimated)", "2011-09-01": "Eid al-Fitr Holiday (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha Holiday (estimated)", "2011-11-08": "Eid al-Adha Holiday (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-12-04": "Ashura Eve (estimated)", "2011-12-05": "Ashura (estimated)", "2011-12-16": "National Day", "2011-12-17": "National Day", "2012-01-01": "New Year's Day", "2012-02-04": "Prophet's Birthday (estimated)", "2012-05-01": "Labor Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr Holiday (estimated)", "2012-08-21": "Eid al-Fitr Holiday (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha Holiday (estimated)", "2012-10-28": "Eid al-Adha Holiday (estimated)", "2012-11-15": "Islamic New Year (estimated)", "2012-11-23": "Ashura Eve (estimated)", "2012-11-24": "Ashura (estimated)", "2012-12-16": "National Day", "2012-12-17": "National Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet's Birthday (estimated)", "2013-05-01": "Labor Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr Holiday (estimated)", "2013-08-10": "Eid al-Fitr Holiday (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha Holiday (estimated)", "2013-10-17": "Eid al-Adha Holiday (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-12": "Ashura Eve (estimated)", "2013-11-13": "Ashura (estimated)", "2013-12-16": "National Day", "2013-12-17": "National Day", "2014-01-01": "New Year's Day", "2014-01-13": "Prophet's Birthday (estimated)", "2014-05-01": "Labor Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr Holiday (estimated)", "2014-07-30": "Eid al-Fitr Holiday (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha Holiday (estimated)", "2014-10-06": "Eid al-Adha Holiday (estimated)", "2014-10-25": "Islamic New Year (estimated)", "2014-11-02": "Ashura Eve (estimated)", "2014-11-03": "Ashura (estimated)", "2014-12-16": "National Day", "2014-12-17": "National Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday (estimated)", "2015-05-01": "Labor Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr Holiday (estimated)", "2015-07-19": "Eid al-Fitr Holiday (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha Holiday (estimated)", "2015-09-25": "Eid al-Adha Holiday (estimated)", "2015-10-14": "Islamic New Year (estimated)", "2015-10-22": "Ashura Eve (estimated)", "2015-10-23": "Ashura (estimated)", "2015-12-16": "National Day", "2015-12-17": "National Day", "2015-12-23": "Prophet's Birthday (estimated)", "2016-01-01": "New Year's Day", "2016-05-01": "Labor Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr Holiday (estimated)", "2016-07-08": "Eid al-Fitr Holiday (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha Holiday (estimated)", "2016-09-13": "Eid al-Adha Holiday (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-10": "Ashura Eve (estimated)", "2016-10-11": "Ashura (estimated)", "2016-12-11": "Prophet's Birthday (estimated)", "2016-12-16": "National Day", "2016-12-17": "National Day", "2017-01-01": "New Year's Day", "2017-05-01": "Labor Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr Holiday (estimated)", "2017-06-27": "Eid al-Fitr Holiday (estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-02": "Eid al-Adha Holiday (estimated)", "2017-09-03": "Eid al-Adha Holiday (estimated)", "2017-09-21": "Islamic New Year (estimated)", "2017-09-29": "Ashura Eve (estimated)", "2017-09-30": "Ashura (estimated)", "2017-11-30": "Prophet's Birthday (estimated)", "2017-12-16": "National Day", "2017-12-17": "National Day", "2018-01-01": "New Year's Day", "2018-05-01": "Labor Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-16": "Eid al-Fitr Holiday (estimated)", "2018-06-17": "Eid al-Fitr Holiday (estimated)", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-22": "Eid al-Adha Holiday (estimated)", "2018-08-23": "Eid al-Adha Holiday (estimated)", "2018-09-11": "Islamic New Year (estimated)", "2018-09-19": "Ashura Eve (estimated)", "2018-09-20": "Ashura (estimated)", "2018-11-20": "Prophet's Birthday (estimated)", "2018-12-16": "National Day", "2018-12-17": "National Day", "2019-01-01": "New Year's Day", "2019-05-01": "Labor Day", "2019-06-04": "Eid al-Fitr (estimated)", "2019-06-05": "Eid al-Fitr Holiday (estimated)", "2019-06-06": "Eid al-Fitr Holiday (estimated)", "2019-08-11": "Eid al-Adha (estimated)", "2019-08-12": "Eid al-Adha Holiday (estimated)", "2019-08-13": "Eid al-Adha Holiday (estimated)", "2019-08-31": "Islamic New Year (estimated)", "2019-09-08": "Ashura Eve (estimated)", "2019-09-09": "Ashura (estimated)", "2019-11-09": "Prophet's Birthday (estimated)", "2019-12-16": "National Day", "2019-12-17": "National Day", "2020-01-01": "New Year's Day", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr (estimated)", "2020-05-25": "Eid al-Fitr Holiday (estimated)", "2020-05-26": "Eid al-Fitr Holiday (estimated)", "2020-07-31": "Eid al-Adha (estimated)", "2020-08-01": "Eid al-Adha Holiday (estimated)", "2020-08-02": "Eid al-Adha Holiday (estimated)", "2020-08-20": "Islamic New Year (estimated)", "2020-08-28": "Ashura Eve (estimated)", "2020-08-29": "Ashura (estimated)", "2020-10-29": "Prophet's Birthday (estimated)", "2020-12-16": "National Day", "2020-12-17": "National Day", "2021-01-01": "New Year's Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr (estimated)", "2021-05-14": "Eid al-Fitr Holiday (estimated)", "2021-05-15": "Eid al-Fitr Holiday (estimated)", "2021-07-20": "Eid al-Adha (estimated)", "2021-07-21": "Eid al-Adha Holiday (estimated)", "2021-07-22": "Eid al-Adha Holiday (estimated)", "2021-08-09": "Islamic New Year (estimated)", "2021-08-17": "Ashura Eve (estimated)", "2021-08-18": "Ashura (estimated)", "2021-10-18": "Prophet's Birthday (estimated)", "2021-12-16": "National Day", "2021-12-17": "National Day", "2022-01-01": "New Year's Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr Holiday", "2022-05-04": "Eid al-Fitr Holiday", "2022-07-09": "Eid al-Adha (estimated)", "2022-07-10": "Eid al-Adha Holiday (estimated)", "2022-07-11": "Eid al-Adha Holiday (estimated)", "2022-07-30": "Islamic New Year", "2022-08-07": "Ashura Eve", "2022-08-08": "Ashura", "2022-10-08": "Prophet's Birthday", "2022-12-16": "National Day", "2022-12-17": "National Day", "2023-01-01": "New Year's Day", "2023-04-21": "Eid al-Fitr (estimated)", "2023-04-22": "Eid al-Fitr Holiday (estimated)", "2023-04-23": "Eid al-Fitr Holiday (estimated)", "2023-05-01": "Labor Day", "2023-06-28": "Eid al-Adha (estimated)", "2023-06-29": "Eid al-Adha Holiday (estimated)", "2023-06-30": "Eid al-Adha Holiday (estimated)", "2023-07-19": "Islamic New Year (estimated)", "2023-07-27": "Ashura Eve (estimated)", "2023-07-28": "Ashura (estimated)", "2023-09-27": "Prophet's Birthday (estimated)", "2023-12-16": "National Day", "2023-12-17": "National Day", "2024-01-01": "New Year's Day", "2024-04-10": "Eid al-Fitr (estimated)", "2024-04-11": "Eid al-Fitr Holiday (estimated)", "2024-04-12": "Eid al-Fitr Holiday (estimated)", "2024-05-01": "Labor Day", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha Holiday (estimated)", "2024-06-18": "Eid al-Adha Holiday (estimated)", "2024-07-07": "Islamic New Year (estimated)", "2024-07-15": "Ashura Eve (estimated)", "2024-07-16": "Ashura (estimated)", "2024-09-15": "Prophet's Birthday (estimated)", "2024-12-16": "National Day", "2024-12-17": "National Day", "2025-01-01": "New Year's Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr Holiday (estimated)", "2025-04-01": "Eid al-Fitr Holiday (estimated)", "2025-05-01": "Labor Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha Holiday (estimated)", "2025-06-08": "Eid al-Adha Holiday (estimated)", "2025-06-26": "Islamic New Year (estimated)", "2025-07-04": "Ashura Eve (estimated)", "2025-07-05": "Ashura (estimated)", "2025-09-04": "Prophet's Birthday (estimated)", "2025-12-16": "National Day", "2025-12-17": "National Day", "2026-01-01": "New Year's Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr Holiday (estimated)", "2026-03-22": "Eid al-Fitr Holiday (estimated)", "2026-05-01": "Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha Holiday (estimated)", "2026-05-29": "Eid al-Adha Holiday (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-06-24": "Ashura Eve (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-25": "Prophet's Birthday (estimated)", "2026-12-16": "National Day", "2026-12-17": "National Day", "2027-01-01": "New Year's Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr Holiday (estimated)", "2027-03-11": "Eid al-Fitr Holiday (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha Holiday (estimated)", "2027-05-18": "Eid al-Adha Holiday (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-14": "Ashura Eve (estimated)", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-12-16": "National Day", "2027-12-17": "National Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr Holiday (estimated)", "2028-02-28": "Eid al-Fitr Holiday (estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha Holiday (estimated)", "2028-05-07": "Eid al-Adha Holiday (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-02": "Ashura Eve (estimated)", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-12-16": "National Day", "2028-12-17": "National Day", "2029-01-01": "New Year's Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr Holiday (estimated)", "2029-02-16": "Eid al-Fitr Holiday (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha Holiday (estimated)", "2029-04-26": "Eid al-Adha Holiday (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-22": "Ashura Eve (estimated)", "2029-05-23": "Ashura (estimated)", "2029-07-24": "Prophet's Birthday (estimated)", "2029-12-16": "National Day", "2029-12-17": "National Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr Holiday (estimated)", "2030-02-06": "Eid al-Fitr Holiday (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha Holiday (estimated)", "2030-04-15": "Eid al-Adha Holiday (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-11": "Ashura Eve (estimated)", "2030-05-12": "Ashura (estimated)", "2030-07-13": "Prophet's Birthday (estimated)", "2030-12-16": "National Day", "2030-12-17": "National Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr Holiday (estimated)", "2031-01-26": "Eid al-Fitr Holiday (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha Holiday (estimated)", "2031-04-04": "Eid al-Adha Holiday (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Ashura Eve (estimated); Labor Day", "2031-05-02": "Ashura (estimated)", "2031-07-02": "Prophet's Birthday (estimated)", "2031-12-16": "National Day", "2031-12-17": "National Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr Holiday (estimated)", "2032-01-16": "Eid al-Fitr Holiday (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha Holiday (estimated)", "2032-03-24": "Eid al-Adha Holiday (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-04-19": "Ashura Eve (estimated)", "2032-04-20": "Ashura (estimated)", "2032-05-01": "Labor Day", "2032-06-20": "Prophet's Birthday (estimated)", "2032-12-16": "National Day", "2032-12-17": "National Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr Holiday (estimated)", "2033-01-04": "Eid al-Fitr Holiday (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha Holiday (estimated)", "2033-03-13": "Eid al-Adha Holiday (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-04-09": "Ashura Eve (estimated)", "2033-04-10": "Ashura (estimated)", "2033-05-01": "Labor Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-12-16": "National Day", "2033-12-17": "National Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr Holiday (estimated)", "2033-12-25": "Eid al-Fitr Holiday (estimated)", "2034-01-01": "New Year's Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha Holiday (estimated)", "2034-03-03": "Eid al-Adha Holiday (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-29": "Ashura Eve (estimated)", "2034-03-30": "Ashura (estimated)", "2034-05-01": "Labor Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr Holiday (estimated)", "2034-12-14": "Eid al-Fitr Holiday (estimated)", "2034-12-16": "National Day", "2034-12-17": "National Day", "2035-01-01": "New Year's Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha Holiday (estimated)", "2035-02-20": "Eid al-Adha Holiday (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-19": "Ashura Eve (estimated)", "2035-03-20": "Ashura (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr Holiday (estimated)", "2035-12-03": "Eid al-Fitr Holiday (estimated)", "2035-12-16": "National Day", "2035-12-17": "National Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha Holiday (estimated)", "2036-02-09": "Eid al-Adha Holiday (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-03-07": "Ashura Eve (estimated)", "2036-03-08": "Ashura (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr Holiday (estimated)", "2036-11-21": "Eid al-Fitr Holiday (estimated)", "2036-12-16": "National Day", "2036-12-17": "National Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha Holiday (estimated)", "2037-01-28": "Eid al-Adha Holiday (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-02-24": "Ashura Eve (estimated)", "2037-02-25": "Ashura (estimated)", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr Holiday (estimated)", "2037-11-10": "Eid al-Fitr Holiday (estimated)", "2037-12-16": "National Day", "2037-12-17": "National Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha Holiday (estimated)", "2038-01-18": "Eid al-Adha Holiday (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-02-13": "Ashura Eve (estimated)", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr Holiday (estimated)", "2038-10-31": "Eid al-Fitr Holiday (estimated)", "2038-12-16": "National Day", "2038-12-17": "National Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha Holiday (estimated)", "2039-01-07": "Eid al-Adha Holiday (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-03": "Ashura Eve (estimated)", "2039-02-04": "Ashura (estimated)", "2039-04-06": "Prophet's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr Holiday (estimated)", "2039-10-21": "Eid al-Fitr Holiday (estimated)", "2039-12-16": "National Day", "2039-12-17": "National Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha Holiday (estimated)", "2039-12-28": "Eid al-Adha Holiday (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-01-23": "Ashura Eve (estimated)", "2040-01-24": "Ashura (estimated)", "2040-03-25": "Prophet's Birthday (estimated)", "2040-05-01": "Labor Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr Holiday (estimated)", "2040-10-09": "Eid al-Fitr Holiday (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha Holiday (estimated)", "2040-12-16": "Eid al-Adha Holiday (estimated); National Day", "2040-12-17": "National Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-01-12": "Ashura Eve (estimated)", "2041-01-13": "Ashura (estimated)", "2041-03-15": "Prophet's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr Holiday (estimated)", "2041-09-28": "Eid al-Fitr Holiday (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha Holiday (estimated)", "2041-12-06": "Eid al-Adha Holiday (estimated)", "2041-12-16": "National Day", "2041-12-17": "National Day", "2041-12-24": "Islamic New Year (estimated)", "2042-01-01": "Ashura Eve (estimated); New Year's Day", "2042-01-02": "Ashura (estimated)", "2042-03-04": "Prophet's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr Holiday (estimated)", "2042-09-17": "Eid al-Fitr Holiday (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha Holiday (estimated)", "2042-11-25": "Eid al-Adha Holiday (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-16": "National Day", "2042-12-17": "National Day", "2042-12-22": "Ashura Eve (estimated)", "2042-12-23": "Ashura (estimated)", "2043-01-01": "New Year's Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-05-01": "Labor Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr Holiday (estimated)", "2043-09-06": "Eid al-Fitr Holiday (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha Holiday (estimated)", "2043-11-14": "Eid al-Adha Holiday (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-11": "Ashura Eve (estimated)", "2043-12-12": "Ashura (estimated)", "2043-12-16": "National Day", "2043-12-17": "National Day", "2044-01-01": "New Year's Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-05-01": "Labor Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr Holiday (estimated)", "2044-08-26": "Eid al-Fitr Holiday (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha Holiday (estimated)", "2044-11-02": "Eid al-Adha Holiday (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2044-11-29": "Ashura Eve (estimated)", "2044-11-30": "Ashura (estimated)", "2044-12-16": "National Day", "2044-12-17": "National Day", "2045-01-01": "New Year's Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr Holiday (estimated)", "2045-08-16": "Eid al-Fitr Holiday (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha Holiday (estimated)", "2045-10-23": "Eid al-Adha Holiday (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2045-11-18": "Ashura Eve (estimated)", "2045-11-19": "Ashura (estimated)", "2045-12-16": "National Day", "2045-12-17": "National Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr Holiday (estimated)", "2046-08-05": "Eid al-Fitr Holiday (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha Holiday (estimated)", "2046-10-12": "Eid al-Adha Holiday (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-11-08": "Ashura Eve (estimated)", "2046-11-09": "Ashura (estimated)", "2046-12-16": "National Day", "2046-12-17": "National Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr Holiday (estimated)", "2047-07-26": "Eid al-Fitr Holiday (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha Holiday (estimated)", "2047-10-02": "Eid al-Adha Holiday (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-10-28": "Ashura Eve (estimated)", "2047-10-29": "Ashura (estimated)", "2047-12-16": "National Day", "2047-12-17": "National Day", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr Holiday (estimated)", "2048-07-14": "Eid al-Fitr Holiday (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha Holiday (estimated)", "2048-09-21": "Eid al-Adha Holiday (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-17": "Ashura Eve (estimated)", "2048-10-18": "Ashura (estimated)", "2048-12-16": "National Day", "2048-12-17": "National Day", "2048-12-18": "Prophet's Birthday (estimated)", "2049-01-01": "New Year's Day", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr Holiday (estimated)", "2049-07-03": "Eid al-Fitr Holiday (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha Holiday (estimated)", "2049-09-10": "Eid al-Adha Holiday (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-10-06": "Ashura Eve (estimated)", "2049-10-07": "Ashura (estimated)", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-16": "National Day", "2049-12-17": "National Day", "2050-01-01": "New Year's Day", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr Holiday (estimated)", "2050-06-22": "Eid al-Fitr Holiday (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha Holiday (estimated)", "2050-08-30": "Eid al-Adha Holiday (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-09-25": "Ashura Eve (estimated)", "2050-09-26": "Ashura (estimated)", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-16": "National Day", "2050-12-17": "National Day" } holidays-0.71/snapshots/countries/BI_COMMON.json000066400000000000000000001417341500152103600215520ustar00rootroot00000000000000{ "1962-01-01": "New Year's Day", "1962-03-07": "Eid ul Fitr (estimated)", "1962-05-01": "Labour Day", "1962-05-14": "Eid al Adha (estimated)", "1962-05-31": "Ascension Day", "1962-07-01": "Independence Day", "1962-07-02": "Independence Day (observed)", "1962-08-15": "Assumption Day", "1962-10-13": "Prince Louis Rwagasore Day", "1962-11-01": "All Saints' Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-24": "Eid ul Fitr (estimated)", "1963-02-25": "Eid ul Fitr (estimated) (observed)", "1963-05-01": "Labour Day", "1963-05-03": "Eid al Adha (estimated)", "1963-05-23": "Ascension Day", "1963-07-01": "Independence Day", "1963-08-15": "Assumption Day", "1963-10-13": "Prince Louis Rwagasore Day", "1963-10-14": "Prince Louis Rwagasore Day (observed)", "1963-11-01": "All Saints' Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid ul Fitr (estimated)", "1964-04-22": "Eid al Adha (estimated)", "1964-05-01": "Labour Day", "1964-05-07": "Ascension Day", "1964-07-01": "Independence Day", "1964-08-15": "Assumption Day", "1964-10-13": "Prince Louis Rwagasore Day", "1964-11-01": "All Saints' Day", "1964-11-02": "All Saints' Day (observed)", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Eid ul Fitr (estimated)", "1965-04-11": "Eid al Adha (estimated)", "1965-04-12": "Eid al Adha (estimated) (observed)", "1965-05-01": "Labour Day", "1965-05-27": "Ascension Day", "1965-07-01": "Independence Day", "1965-08-15": "Assumption Day", "1965-08-16": "Assumption Day (observed)", "1965-10-13": "Prince Louis Rwagasore Day", "1965-11-01": "All Saints' Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-22": "Eid ul Fitr (estimated)", "1966-04-01": "Eid al Adha (estimated)", "1966-05-01": "Labour Day", "1966-05-02": "Labour Day (observed)", "1966-05-19": "Ascension Day", "1966-07-01": "Independence Day", "1966-08-15": "Assumption Day", "1966-10-13": "Prince Louis Rwagasore Day", "1966-11-01": "All Saints' Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid ul Fitr (estimated)", "1967-03-21": "Eid al Adha (estimated)", "1967-05-01": "Labour Day", "1967-05-04": "Ascension Day", "1967-07-01": "Independence Day", "1967-08-15": "Assumption Day", "1967-10-13": "Prince Louis Rwagasore Day", "1967-11-01": "All Saints' Day", "1967-12-25": "Christmas Day", "1968-01-01": "Eid ul Fitr (estimated); New Year's Day", "1968-03-09": "Eid al Adha (estimated)", "1968-05-01": "Labour Day", "1968-05-23": "Ascension Day", "1968-07-01": "Independence Day", "1968-08-15": "Assumption Day", "1968-10-13": "Prince Louis Rwagasore Day", "1968-10-14": "Prince Louis Rwagasore Day (observed)", "1968-11-01": "All Saints' Day", "1968-12-21": "Eid ul Fitr (estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-27": "Eid al Adha (estimated)", "1969-05-01": "Labour Day", "1969-05-15": "Ascension Day", "1969-07-01": "Independence Day", "1969-08-15": "Assumption Day", "1969-10-13": "Prince Louis Rwagasore Day", "1969-11-01": "All Saints' Day", "1969-12-10": "Eid ul Fitr (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-16": "Eid al Adha (estimated)", "1970-05-01": "Labour Day", "1970-05-07": "Ascension Day", "1970-07-01": "Independence Day", "1970-08-15": "Assumption Day", "1970-10-13": "Prince Louis Rwagasore Day", "1970-11-01": "All Saints' Day", "1970-11-02": "All Saints' Day (observed)", "1970-11-30": "Eid ul Fitr (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-06": "Eid al Adha (estimated)", "1971-05-01": "Labour Day", "1971-05-20": "Ascension Day", "1971-07-01": "Independence Day", "1971-08-15": "Assumption Day", "1971-08-16": "Assumption Day (observed)", "1971-10-13": "Prince Louis Rwagasore Day", "1971-11-01": "All Saints' Day", "1971-11-19": "Eid ul Fitr (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al Adha (estimated)", "1972-05-01": "Labour Day", "1972-05-11": "Ascension Day", "1972-07-01": "Independence Day", "1972-08-15": "Assumption Day", "1972-10-13": "Prince Louis Rwagasore Day", "1972-11-01": "All Saints' Day", "1972-11-07": "Eid ul Fitr (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al Adha (estimated)", "1973-01-15": "Eid al Adha (estimated) (observed)", "1973-05-01": "Labour Day", "1973-05-31": "Ascension Day", "1973-07-01": "Independence Day", "1973-07-02": "Independence Day (observed)", "1973-08-15": "Assumption Day", "1973-10-13": "Prince Louis Rwagasore Day", "1973-10-27": "Eid ul Fitr (estimated)", "1973-11-01": "All Saints' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al Adha (estimated)", "1974-05-01": "Labour Day", "1974-05-23": "Ascension Day", "1974-07-01": "Independence Day", "1974-08-15": "Assumption Day", "1974-10-13": "Prince Louis Rwagasore Day", "1974-10-14": "Prince Louis Rwagasore Day (observed)", "1974-10-16": "Eid ul Fitr (estimated)", "1974-11-01": "All Saints' Day", "1974-12-24": "Eid al Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-05-01": "Labour Day", "1975-05-08": "Ascension Day", "1975-07-01": "Independence Day", "1975-08-15": "Assumption Day", "1975-10-06": "Eid ul Fitr (estimated)", "1975-10-13": "Prince Louis Rwagasore Day", "1975-11-01": "All Saints' Day", "1975-12-13": "Eid al Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-05-01": "Labour Day", "1976-05-27": "Ascension Day", "1976-07-01": "Independence Day", "1976-08-15": "Assumption Day", "1976-08-16": "Assumption Day (observed)", "1976-09-24": "Eid ul Fitr (estimated)", "1976-10-13": "Prince Louis Rwagasore Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Eid al Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-05-01": "Labour Day", "1977-05-02": "Labour Day (observed)", "1977-05-19": "Ascension Day", "1977-07-01": "Independence Day", "1977-08-15": "Assumption Day", "1977-09-14": "Eid ul Fitr (estimated)", "1977-10-13": "Prince Louis Rwagasore Day", "1977-11-01": "All Saints' Day", "1977-11-21": "Eid al Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-05-01": "Labour Day", "1978-05-04": "Ascension Day", "1978-07-01": "Independence Day", "1978-08-15": "Assumption Day", "1978-09-03": "Eid ul Fitr (estimated)", "1978-09-04": "Eid ul Fitr (estimated) (observed)", "1978-10-13": "Prince Louis Rwagasore Day", "1978-11-01": "All Saints' Day", "1978-11-10": "Eid al Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-05-01": "Labour Day", "1979-05-24": "Ascension Day", "1979-07-01": "Independence Day", "1979-07-02": "Independence Day (observed)", "1979-08-15": "Assumption Day", "1979-08-23": "Eid ul Fitr (estimated)", "1979-10-13": "Prince Louis Rwagasore Day", "1979-10-31": "Eid al Adha (estimated)", "1979-11-01": "All Saints' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-05-01": "Labour Day", "1980-05-15": "Ascension Day", "1980-07-01": "Independence Day", "1980-08-12": "Eid ul Fitr (estimated)", "1980-08-15": "Assumption Day", "1980-10-13": "Prince Louis Rwagasore Day", "1980-10-19": "Eid al Adha (estimated)", "1980-10-20": "Eid al Adha (estimated) (observed)", "1980-11-01": "All Saints' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-05-01": "Labour Day", "1981-05-28": "Ascension Day", "1981-07-01": "Independence Day", "1981-08-01": "Eid ul Fitr (estimated)", "1981-08-15": "Assumption Day", "1981-10-08": "Eid al Adha (estimated)", "1981-10-13": "Prince Louis Rwagasore Day", "1981-11-01": "All Saints' Day", "1981-11-02": "All Saints' Day (observed)", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-05-01": "Labour Day", "1982-05-20": "Ascension Day", "1982-07-01": "Independence Day", "1982-07-21": "Eid ul Fitr (estimated)", "1982-08-15": "Assumption Day", "1982-08-16": "Assumption Day (observed)", "1982-09-27": "Eid al Adha (estimated)", "1982-10-13": "Prince Louis Rwagasore Day", "1982-11-01": "All Saints' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-05-01": "Labour Day", "1983-05-02": "Labour Day (observed)", "1983-05-12": "Ascension Day", "1983-07-01": "Independence Day", "1983-07-11": "Eid ul Fitr (estimated)", "1983-08-15": "Assumption Day", "1983-09-17": "Eid al Adha (estimated)", "1983-10-13": "Prince Louis Rwagasore Day", "1983-11-01": "All Saints' Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-05-01": "Labour Day", "1984-05-31": "Ascension Day", "1984-06-30": "Eid ul Fitr (estimated)", "1984-07-01": "Independence Day", "1984-07-02": "Independence Day (observed)", "1984-08-15": "Assumption Day", "1984-09-05": "Eid al Adha (estimated)", "1984-10-13": "Prince Louis Rwagasore Day", "1984-11-01": "All Saints' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-05-01": "Labour Day", "1985-05-16": "Ascension Day", "1985-06-19": "Eid ul Fitr (estimated)", "1985-07-01": "Independence Day", "1985-08-15": "Assumption Day", "1985-08-26": "Eid al Adha (estimated)", "1985-10-13": "Prince Louis Rwagasore Day", "1985-10-14": "Prince Louis Rwagasore Day (observed)", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-05-01": "Labour Day", "1986-05-08": "Ascension Day", "1986-06-08": "Eid ul Fitr (estimated)", "1986-06-09": "Eid ul Fitr (estimated) (observed)", "1986-07-01": "Independence Day", "1986-08-15": "Assumption Day; Eid al Adha (estimated)", "1986-10-13": "Prince Louis Rwagasore Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-05-01": "Labour Day", "1987-05-28": "Ascension Day; Eid ul Fitr (estimated)", "1987-07-01": "Independence Day", "1987-08-04": "Eid al Adha (estimated)", "1987-08-15": "Assumption Day", "1987-10-13": "Prince Louis Rwagasore Day", "1987-11-01": "All Saints' Day", "1987-11-02": "All Saints' Day (observed)", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-05-01": "Labour Day", "1988-05-02": "Labour Day (observed)", "1988-05-12": "Ascension Day", "1988-05-16": "Eid ul Fitr (estimated)", "1988-07-01": "Independence Day", "1988-07-23": "Eid al Adha (estimated)", "1988-08-15": "Assumption Day", "1988-10-13": "Prince Louis Rwagasore Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-05-01": "Labour Day", "1989-05-04": "Ascension Day", "1989-05-06": "Eid ul Fitr (estimated)", "1989-07-01": "Independence Day", "1989-07-13": "Eid al Adha (estimated)", "1989-08-15": "Assumption Day", "1989-10-13": "Prince Louis Rwagasore Day", "1989-11-01": "All Saints' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-26": "Eid ul Fitr (estimated)", "1990-05-01": "Labour Day", "1990-05-24": "Ascension Day", "1990-07-01": "Independence Day", "1990-07-02": "Eid al Adha (estimated); Independence Day (observed)", "1990-08-15": "Assumption Day", "1990-10-13": "Prince Louis Rwagasore Day", "1990-11-01": "All Saints' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-15": "Eid ul Fitr (estimated)", "1991-05-01": "Labour Day", "1991-05-09": "Ascension Day", "1991-06-22": "Eid al Adha (estimated)", "1991-07-01": "Independence Day", "1991-08-15": "Assumption Day", "1991-10-13": "Prince Louis Rwagasore Day", "1991-10-14": "Prince Louis Rwagasore Day (observed)", "1991-11-01": "All Saints' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-05": "Unity Day", "1992-04-04": "Eid ul Fitr (estimated)", "1992-05-01": "Labour Day", "1992-05-28": "Ascension Day", "1992-06-11": "Eid al Adha (estimated)", "1992-07-01": "Independence Day", "1992-08-15": "Assumption Day", "1992-10-13": "Prince Louis Rwagasore Day", "1992-11-01": "All Saints' Day", "1992-11-02": "All Saints' Day (observed)", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-05": "Unity Day", "1993-03-24": "Eid ul Fitr (estimated)", "1993-05-01": "Labour Day", "1993-05-20": "Ascension Day", "1993-05-31": "Eid al Adha (estimated)", "1993-07-01": "Independence Day", "1993-08-15": "Assumption Day", "1993-08-16": "Assumption Day (observed)", "1993-10-13": "Prince Louis Rwagasore Day", "1993-11-01": "All Saints' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-05": "Unity Day", "1994-03-13": "Eid ul Fitr (estimated)", "1994-03-14": "Eid ul Fitr (estimated) (observed)", "1994-05-01": "Labour Day", "1994-05-02": "Labour Day (observed)", "1994-05-12": "Ascension Day", "1994-05-20": "Eid al Adha (estimated)", "1994-07-01": "Independence Day", "1994-08-15": "Assumption Day", "1994-10-13": "Prince Louis Rwagasore Day", "1994-10-21": "President Ndadaye's Day", "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-05": "Unity Day", "1995-02-06": "Unity Day (observed)", "1995-03-02": "Eid ul Fitr (estimated)", "1995-04-06": "President Ntaryamira Day", "1995-05-01": "Labour Day", "1995-05-09": "Eid al Adha (estimated)", "1995-05-25": "Ascension Day", "1995-07-01": "Independence Day", "1995-08-15": "Assumption Day", "1995-10-13": "Prince Louis Rwagasore Day", "1995-10-21": "President Ndadaye's Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-05": "Unity Day", "1996-02-19": "Eid ul Fitr (estimated)", "1996-04-06": "President Ntaryamira Day", "1996-04-27": "Eid al Adha (estimated)", "1996-05-01": "Labour Day", "1996-05-16": "Ascension Day", "1996-07-01": "Independence Day", "1996-08-15": "Assumption Day", "1996-10-13": "Prince Louis Rwagasore Day", "1996-10-14": "Prince Louis Rwagasore Day (observed)", "1996-10-21": "President Ndadaye's Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-05": "Unity Day", "1997-02-08": "Eid ul Fitr (estimated)", "1997-04-06": "President Ntaryamira Day", "1997-04-07": "President Ntaryamira Day (observed)", "1997-04-17": "Eid al Adha (estimated)", "1997-05-01": "Labour Day", "1997-05-08": "Ascension Day", "1997-07-01": "Independence Day", "1997-08-15": "Assumption Day", "1997-10-13": "Prince Louis Rwagasore Day", "1997-10-21": "President Ndadaye's Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid ul Fitr (estimated)", "1998-02-05": "Unity Day", "1998-04-06": "President Ntaryamira Day", "1998-04-07": "Eid al Adha (estimated)", "1998-05-01": "Labour Day", "1998-05-21": "Ascension Day", "1998-07-01": "Independence Day", "1998-08-15": "Assumption Day", "1998-10-13": "Prince Louis Rwagasore Day", "1998-10-21": "President Ndadaye's Day", "1998-11-01": "All Saints' Day", "1998-11-02": "All Saints' Day (observed)", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid ul Fitr (estimated)", "1999-02-05": "Unity Day", "1999-03-27": "Eid al Adha (estimated)", "1999-04-06": "President Ntaryamira Day", "1999-05-01": "Labour Day", "1999-05-13": "Ascension Day", "1999-07-01": "Independence Day", "1999-08-15": "Assumption Day", "1999-08-16": "Assumption Day (observed)", "1999-10-13": "Prince Louis Rwagasore Day", "1999-10-21": "President Ndadaye's Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid ul Fitr (estimated)", "2000-02-05": "Unity Day", "2000-03-16": "Eid al Adha (estimated)", "2000-04-06": "President Ntaryamira Day", "2000-05-01": "Labour Day", "2000-06-01": "Ascension Day", "2000-07-01": "Independence Day", "2000-08-15": "Assumption Day", "2000-10-13": "Prince Louis Rwagasore Day", "2000-10-21": "President Ndadaye's Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-27": "Eid ul Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-02-05": "Unity Day", "2001-03-05": "Eid al Adha (estimated)", "2001-04-06": "President Ntaryamira Day", "2001-05-01": "Labour Day", "2001-05-24": "Ascension Day", "2001-07-01": "Independence Day", "2001-07-02": "Independence Day (observed)", "2001-08-15": "Assumption Day", "2001-10-13": "Prince Louis Rwagasore Day", "2001-10-21": "President Ndadaye's Day", "2001-10-22": "President Ndadaye's Day (observed)", "2001-11-01": "All Saints' Day", "2001-12-16": "Eid ul Fitr (estimated)", "2001-12-17": "Eid ul Fitr (estimated) (observed)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-05": "Unity Day", "2002-02-22": "Eid al Adha (estimated)", "2002-04-06": "President Ntaryamira Day", "2002-05-01": "Labour Day", "2002-05-09": "Ascension Day", "2002-07-01": "Independence Day", "2002-08-15": "Assumption Day", "2002-10-13": "Prince Louis Rwagasore Day", "2002-10-14": "Prince Louis Rwagasore Day (observed)", "2002-10-21": "President Ndadaye's Day", "2002-11-01": "All Saints' Day", "2002-12-05": "Eid ul Fitr (estimated)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-05": "Unity Day", "2003-02-11": "Eid al Adha (estimated)", "2003-04-06": "President Ntaryamira Day", "2003-04-07": "President Ntaryamira Day (observed)", "2003-05-01": "Labour Day", "2003-05-29": "Ascension Day", "2003-07-01": "Independence Day", "2003-08-15": "Assumption Day", "2003-10-13": "Prince Louis Rwagasore Day", "2003-10-21": "President Ndadaye's Day", "2003-11-01": "All Saints' Day", "2003-11-25": "Eid ul Fitr (estimated)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al Adha (estimated)", "2004-02-02": "Eid al Adha (estimated) (observed)", "2004-02-05": "Unity Day", "2004-04-06": "President Ntaryamira Day", "2004-05-01": "Labour Day", "2004-05-20": "Ascension Day", "2004-07-01": "Independence Day", "2004-08-15": "Assumption Day", "2004-08-16": "Assumption Day (observed)", "2004-10-13": "Prince Louis Rwagasore Day", "2004-10-21": "President Ndadaye's Day", "2004-11-01": "All Saints' Day", "2004-11-14": "Eid ul Fitr (estimated)", "2004-11-15": "Eid ul Fitr (estimated) (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al Adha (estimated)", "2005-02-05": "Unity Day", "2005-04-06": "President Ntaryamira Day", "2005-05-01": "Labour Day", "2005-05-02": "Labour Day (observed)", "2005-05-05": "Ascension Day", "2005-07-01": "Independence Day", "2005-08-15": "Assumption Day", "2005-10-13": "Prince Louis Rwagasore Day", "2005-10-21": "President Ndadaye's Day", "2005-11-01": "All Saints' Day", "2005-11-03": "Eid ul Fitr (estimated)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al Adha (estimated)", "2006-02-05": "Unity Day", "2006-02-06": "Unity Day (observed)", "2006-04-06": "President Ntaryamira Day", "2006-05-01": "Labour Day", "2006-05-25": "Ascension Day", "2006-07-01": "Independence Day", "2006-08-15": "Assumption Day", "2006-10-13": "Prince Louis Rwagasore Day", "2006-10-21": "President Ndadaye's Day", "2006-10-23": "Eid ul Fitr (estimated)", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al Adha (estimated)", "2007-01-01": "New Year's Day", "2007-02-05": "Unity Day", "2007-04-06": "President Ntaryamira Day", "2007-05-01": "Labour Day", "2007-05-17": "Ascension Day", "2007-07-01": "Independence Day", "2007-07-02": "Independence Day (observed)", "2007-08-15": "Assumption Day", "2007-10-13": "Eid ul Fitr (estimated); Prince Louis Rwagasore Day", "2007-10-21": "President Ndadaye's Day", "2007-10-22": "President Ndadaye's Day (observed)", "2007-11-01": "All Saints' Day", "2007-12-20": "Eid al Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-05": "Unity Day", "2008-04-06": "President Ntaryamira Day", "2008-04-07": "President Ntaryamira Day (observed)", "2008-05-01": "Ascension Day; Labour Day", "2008-07-01": "Independence Day", "2008-08-15": "Assumption Day", "2008-10-01": "Eid ul Fitr (estimated)", "2008-10-13": "Prince Louis Rwagasore Day", "2008-10-21": "President Ndadaye's Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Eid al Adha (estimated)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-05": "Unity Day", "2009-04-06": "President Ntaryamira Day", "2009-05-01": "Labour Day", "2009-05-21": "Ascension Day", "2009-07-01": "Independence Day", "2009-08-15": "Assumption Day", "2009-09-20": "Eid ul Fitr (estimated)", "2009-09-21": "Eid ul Fitr (estimated) (observed)", "2009-10-13": "Prince Louis Rwagasore Day", "2009-10-21": "President Ndadaye's Day", "2009-11-01": "All Saints' Day", "2009-11-02": "All Saints' Day (observed)", "2009-11-27": "Eid al Adha (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-05": "Unity Day", "2010-04-06": "President Ntaryamira Day", "2010-05-01": "Labour Day", "2010-05-13": "Ascension Day", "2010-07-01": "Independence Day", "2010-08-15": "Assumption Day", "2010-08-16": "Assumption Day (observed)", "2010-09-10": "Eid ul Fitr (estimated)", "2010-10-13": "Prince Louis Rwagasore Day", "2010-10-21": "President Ndadaye's Day", "2010-11-01": "All Saints' Day", "2010-11-16": "Eid al Adha (estimated)", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-05": "Unity Day", "2011-04-06": "President Ntaryamira Day", "2011-05-01": "Labour Day", "2011-05-02": "Labour Day (observed)", "2011-06-02": "Ascension Day", "2011-07-01": "Independence Day", "2011-08-15": "Assumption Day", "2011-08-30": "Eid ul Fitr (estimated)", "2011-10-13": "Prince Louis Rwagasore Day", "2011-10-21": "President Ndadaye's Day", "2011-11-01": "All Saints' Day", "2011-11-06": "Eid al Adha (estimated)", "2011-11-07": "Eid al Adha (estimated) (observed)", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-05": "Unity Day", "2012-02-06": "Unity Day (observed)", "2012-04-06": "President Ntaryamira Day", "2012-05-01": "Labour Day", "2012-05-17": "Ascension Day", "2012-07-01": "Independence Day", "2012-07-02": "Independence Day (observed)", "2012-08-15": "Assumption Day", "2012-08-19": "Eid ul Fitr (estimated)", "2012-08-20": "Eid ul Fitr (estimated) (observed)", "2012-10-13": "Prince Louis Rwagasore Day", "2012-10-21": "President Ndadaye's Day", "2012-10-22": "President Ndadaye's Day (observed)", "2012-10-26": "Eid al Adha (estimated)", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-02-05": "Unity Day", "2013-04-06": "President Ntaryamira Day", "2013-05-01": "Labour Day", "2013-05-09": "Ascension Day", "2013-07-01": "Independence Day", "2013-08-08": "Eid ul Fitr (estimated)", "2013-08-15": "Assumption Day", "2013-10-13": "Prince Louis Rwagasore Day", "2013-10-14": "Prince Louis Rwagasore Day (observed)", "2013-10-15": "Eid al Adha (estimated)", "2013-10-21": "President Ndadaye's Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-02-05": "Unity Day", "2014-04-06": "President Ntaryamira Day", "2014-04-07": "President Ntaryamira Day (observed)", "2014-05-01": "Labour Day", "2014-05-29": "Ascension Day", "2014-07-01": "Independence Day", "2014-07-28": "Eid ul Fitr (estimated)", "2014-08-15": "Assumption Day", "2014-10-04": "Eid al Adha (estimated)", "2014-10-13": "Prince Louis Rwagasore Day", "2014-10-21": "President Ndadaye's Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-02-05": "Unity Day", "2015-04-06": "President Ntaryamira Day", "2015-05-01": "Labour Day", "2015-05-14": "Ascension Day", "2015-07-01": "Independence Day", "2015-07-17": "Eid ul Fitr (estimated)", "2015-08-15": "Assumption Day", "2015-09-23": "Eid al Adha (estimated)", "2015-10-13": "Prince Louis Rwagasore Day", "2015-10-21": "President Ndadaye's Day", "2015-11-01": "All Saints' Day", "2015-11-02": "All Saints' Day (observed)", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-05": "Unity Day", "2016-04-06": "President Ntaryamira Day", "2016-05-01": "Labour Day", "2016-05-02": "Labour Day (observed)", "2016-05-05": "Ascension Day", "2016-07-01": "Independence Day", "2016-07-06": "Eid ul Fitr (estimated)", "2016-08-15": "Assumption Day", "2016-09-11": "Eid al Adha (estimated)", "2016-09-12": "Eid al Adha (estimated) (observed)", "2016-10-13": "Prince Louis Rwagasore Day", "2016-10-21": "President Ndadaye's Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-05": "Unity Day", "2017-02-06": "Unity Day (observed)", "2017-04-06": "President Ntaryamira Day", "2017-05-01": "Labour Day", "2017-05-25": "Ascension Day", "2017-06-25": "Eid ul Fitr (estimated)", "2017-06-26": "Eid ul Fitr (estimated) (observed)", "2017-07-01": "Independence Day", "2017-08-15": "Assumption Day", "2017-09-01": "Eid al Adha (estimated)", "2017-10-13": "Prince Louis Rwagasore Day", "2017-10-21": "President Ndadaye's Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-05": "Unity Day", "2018-04-06": "President Ntaryamira Day", "2018-05-01": "Labour Day", "2018-05-10": "Ascension Day", "2018-06-15": "Eid ul Fitr (estimated)", "2018-07-01": "Independence Day", "2018-07-02": "Independence Day (observed)", "2018-08-15": "Assumption Day", "2018-08-21": "Eid al Adha (estimated)", "2018-10-13": "Prince Louis Rwagasore Day", "2018-10-21": "President Ndadaye's Day", "2018-10-22": "President Ndadaye's Day (observed)", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-05": "Unity Day", "2019-04-06": "President Ntaryamira Day", "2019-05-01": "Labour Day", "2019-05-30": "Ascension Day", "2019-06-04": "Eid ul Fitr (estimated)", "2019-07-01": "Independence Day", "2019-08-11": "Eid al Adha (estimated)", "2019-08-12": "Eid al Adha (estimated) (observed)", "2019-08-15": "Assumption Day", "2019-10-13": "Prince Louis Rwagasore Day", "2019-10-14": "Prince Louis Rwagasore Day (observed)", "2019-10-21": "President Ndadaye's Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-02-05": "Unity Day", "2020-04-06": "President Ntaryamira Day", "2020-05-01": "Labour Day", "2020-05-21": "Ascension Day", "2020-05-24": "Eid ul Fitr (estimated)", "2020-05-25": "Eid ul Fitr (estimated) (observed)", "2020-07-01": "Independence Day", "2020-07-31": "Eid al Adha (estimated)", "2020-08-15": "Assumption Day", "2020-10-13": "Prince Louis Rwagasore Day", "2020-10-21": "President Ndadaye's Day", "2020-11-01": "All Saints' Day", "2020-11-02": "All Saints' Day (observed)", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-05": "Unity Day", "2021-04-06": "President Ntaryamira Day", "2021-05-01": "Labour Day", "2021-05-13": "Ascension Day; Eid ul Fitr (estimated)", "2021-07-01": "Independence Day", "2021-07-20": "Eid al Adha (estimated)", "2021-08-15": "Assumption Day", "2021-08-16": "Assumption Day (observed)", "2021-10-13": "Prince Louis Rwagasore Day", "2021-10-21": "President Ndadaye's Day", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-05": "Unity Day", "2022-04-06": "President Ntaryamira Day", "2022-05-01": "Labour Day", "2022-05-02": "Eid ul Fitr (estimated); Labour Day (observed)", "2022-05-26": "Ascension Day", "2022-06-08": "President Nkurunziza Day", "2022-07-01": "Independence Day", "2022-07-09": "Eid al Adha (estimated)", "2022-08-15": "Assumption Day", "2022-10-13": "Prince Louis Rwagasore Day", "2022-10-21": "President Ndadaye's Day", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-05": "Unity Day", "2023-02-06": "Unity Day (observed)", "2023-04-06": "President Ntaryamira Day", "2023-04-21": "Eid ul Fitr (estimated)", "2023-05-01": "Labour Day", "2023-05-18": "Ascension Day", "2023-06-08": "President Nkurunziza Day", "2023-06-28": "Eid al Adha (estimated)", "2023-07-01": "Independence Day", "2023-08-15": "Assumption Day", "2023-10-13": "Prince Louis Rwagasore Day", "2023-10-21": "President Ndadaye's Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-05": "Unity Day", "2024-04-06": "President Ntaryamira Day", "2024-04-10": "Eid ul Fitr (estimated)", "2024-05-01": "Labour Day", "2024-05-09": "Ascension Day", "2024-06-08": "President Nkurunziza Day", "2024-06-16": "Eid al Adha (estimated)", "2024-06-17": "Eid al Adha (estimated) (observed)", "2024-07-01": "Independence Day", "2024-08-15": "Assumption Day", "2024-10-13": "Prince Louis Rwagasore Day", "2024-10-14": "Prince Louis Rwagasore Day (observed)", "2024-10-21": "President Ndadaye's Day", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-02-05": "Unity Day", "2025-03-30": "Eid ul Fitr (estimated)", "2025-03-31": "Eid ul Fitr (estimated) (observed)", "2025-04-06": "President Ntaryamira Day", "2025-04-07": "President Ntaryamira Day (observed)", "2025-05-01": "Labour Day", "2025-05-29": "Ascension Day", "2025-06-06": "Eid al Adha (estimated)", "2025-06-08": "President Nkurunziza Day", "2025-06-09": "President Nkurunziza Day (observed)", "2025-07-01": "Independence Day", "2025-08-15": "Assumption Day", "2025-10-13": "Prince Louis Rwagasore Day", "2025-10-21": "President Ndadaye's Day", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-05": "Unity Day", "2026-03-20": "Eid ul Fitr (estimated)", "2026-04-06": "President Ntaryamira Day", "2026-05-01": "Labour Day", "2026-05-14": "Ascension Day", "2026-05-27": "Eid al Adha (estimated)", "2026-06-08": "President Nkurunziza Day", "2026-07-01": "Independence Day", "2026-08-15": "Assumption Day", "2026-10-13": "Prince Louis Rwagasore Day", "2026-10-21": "President Ndadaye's Day", "2026-11-01": "All Saints' Day", "2026-11-02": "All Saints' Day (observed)", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-05": "Unity Day", "2027-03-09": "Eid ul Fitr (estimated)", "2027-04-06": "President Ntaryamira Day", "2027-05-01": "Labour Day", "2027-05-06": "Ascension Day", "2027-05-16": "Eid al Adha (estimated)", "2027-05-17": "Eid al Adha (estimated) (observed)", "2027-06-08": "President Nkurunziza Day", "2027-07-01": "Independence Day", "2027-08-15": "Assumption Day", "2027-08-16": "Assumption Day (observed)", "2027-10-13": "Prince Louis Rwagasore Day", "2027-10-21": "President Ndadaye's Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-05": "Unity Day", "2028-02-26": "Eid ul Fitr (estimated)", "2028-04-06": "President Ntaryamira Day", "2028-05-01": "Labour Day", "2028-05-05": "Eid al Adha (estimated)", "2028-05-25": "Ascension Day", "2028-06-08": "President Nkurunziza Day", "2028-07-01": "Independence Day", "2028-08-15": "Assumption Day", "2028-10-13": "Prince Louis Rwagasore Day", "2028-10-21": "President Ndadaye's Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-05": "Unity Day", "2029-02-14": "Eid ul Fitr (estimated)", "2029-04-06": "President Ntaryamira Day", "2029-04-24": "Eid al Adha (estimated)", "2029-05-01": "Labour Day", "2029-05-10": "Ascension Day", "2029-06-08": "President Nkurunziza Day", "2029-07-01": "Independence Day", "2029-07-02": "Independence Day (observed)", "2029-08-15": "Assumption Day", "2029-10-13": "Prince Louis Rwagasore Day", "2029-10-21": "President Ndadaye's Day", "2029-10-22": "President Ndadaye's Day (observed)", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid ul Fitr (estimated)", "2030-02-05": "Unity Day", "2030-04-06": "President Ntaryamira Day", "2030-04-13": "Eid al Adha (estimated)", "2030-05-01": "Labour Day", "2030-05-30": "Ascension Day", "2030-06-08": "President Nkurunziza Day", "2030-07-01": "Independence Day", "2030-08-15": "Assumption Day", "2030-10-13": "Prince Louis Rwagasore Day", "2030-10-14": "Prince Louis Rwagasore Day (observed)", "2030-10-21": "President Ndadaye's Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid ul Fitr (estimated)", "2031-02-05": "Unity Day", "2031-04-02": "Eid al Adha (estimated)", "2031-04-06": "President Ntaryamira Day", "2031-04-07": "President Ntaryamira Day (observed)", "2031-05-01": "Labour Day", "2031-05-22": "Ascension Day", "2031-06-08": "President Nkurunziza Day", "2031-06-09": "President Nkurunziza Day (observed)", "2031-07-01": "Independence Day", "2031-08-15": "Assumption Day", "2031-10-13": "Prince Louis Rwagasore Day", "2031-10-21": "President Ndadaye's Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid ul Fitr (estimated)", "2032-02-05": "Unity Day", "2032-03-22": "Eid al Adha (estimated)", "2032-04-06": "President Ntaryamira Day", "2032-05-01": "Labour Day", "2032-05-06": "Ascension Day", "2032-06-08": "President Nkurunziza Day", "2032-07-01": "Independence Day", "2032-08-15": "Assumption Day", "2032-08-16": "Assumption Day (observed)", "2032-10-13": "Prince Louis Rwagasore Day", "2032-10-21": "President Ndadaye's Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid ul Fitr (estimated)", "2033-01-03": "Eid ul Fitr (estimated) (observed)", "2033-02-05": "Unity Day", "2033-03-11": "Eid al Adha (estimated)", "2033-04-06": "President Ntaryamira Day", "2033-05-01": "Labour Day", "2033-05-02": "Labour Day (observed)", "2033-05-26": "Ascension Day", "2033-06-08": "President Nkurunziza Day", "2033-07-01": "Independence Day", "2033-08-15": "Assumption Day", "2033-10-13": "Prince Louis Rwagasore Day", "2033-10-21": "President Ndadaye's Day", "2033-11-01": "All Saints' Day", "2033-12-23": "Eid ul Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-05": "Unity Day", "2034-02-06": "Unity Day (observed)", "2034-03-01": "Eid al Adha (estimated)", "2034-04-06": "President Ntaryamira Day", "2034-05-01": "Labour Day", "2034-05-18": "Ascension Day", "2034-06-08": "President Nkurunziza Day", "2034-07-01": "Independence Day", "2034-08-15": "Assumption Day", "2034-10-13": "Prince Louis Rwagasore Day", "2034-10-21": "President Ndadaye's Day", "2034-11-01": "All Saints' Day", "2034-12-12": "Eid ul Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Unity Day", "2035-02-18": "Eid al Adha (estimated)", "2035-02-19": "Eid al Adha (estimated) (observed)", "2035-04-06": "President Ntaryamira Day", "2035-05-01": "Labour Day", "2035-05-03": "Ascension Day", "2035-06-08": "President Nkurunziza Day", "2035-07-01": "Independence Day", "2035-07-02": "Independence Day (observed)", "2035-08-15": "Assumption Day", "2035-10-13": "Prince Louis Rwagasore Day", "2035-10-21": "President Ndadaye's Day", "2035-10-22": "President Ndadaye's Day (observed)", "2035-11-01": "All Saints' Day", "2035-12-01": "Eid ul Fitr (estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-05": "Unity Day", "2036-02-07": "Eid al Adha (estimated)", "2036-04-06": "President Ntaryamira Day", "2036-04-07": "President Ntaryamira Day (observed)", "2036-05-01": "Labour Day", "2036-05-22": "Ascension Day", "2036-06-08": "President Nkurunziza Day", "2036-06-09": "President Nkurunziza Day (observed)", "2036-07-01": "Independence Day", "2036-08-15": "Assumption Day", "2036-10-13": "Prince Louis Rwagasore Day", "2036-10-21": "President Ndadaye's Day", "2036-11-01": "All Saints' Day", "2036-11-19": "Eid ul Fitr (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al Adha (estimated)", "2037-02-05": "Unity Day", "2037-04-06": "President Ntaryamira Day", "2037-05-01": "Labour Day", "2037-05-14": "Ascension Day", "2037-06-08": "President Nkurunziza Day", "2037-07-01": "Independence Day", "2037-08-15": "Assumption Day", "2037-10-13": "Prince Louis Rwagasore Day", "2037-10-21": "President Ndadaye's Day", "2037-11-01": "All Saints' Day", "2037-11-02": "All Saints' Day (observed)", "2037-11-08": "Eid ul Fitr (estimated)", "2037-11-09": "Eid ul Fitr (estimated) (observed)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al Adha (estimated)", "2038-02-05": "Unity Day", "2038-04-06": "President Ntaryamira Day", "2038-05-01": "Labour Day", "2038-06-03": "Ascension Day", "2038-06-08": "President Nkurunziza Day", "2038-07-01": "Independence Day", "2038-08-15": "Assumption Day", "2038-08-16": "Assumption Day (observed)", "2038-10-13": "Prince Louis Rwagasore Day", "2038-10-21": "President Ndadaye's Day", "2038-10-29": "Eid ul Fitr (estimated)", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al Adha (estimated)", "2039-02-05": "Unity Day", "2039-04-06": "President Ntaryamira Day", "2039-05-01": "Labour Day", "2039-05-02": "Labour Day (observed)", "2039-05-19": "Ascension Day", "2039-06-08": "President Nkurunziza Day", "2039-07-01": "Independence Day", "2039-08-15": "Assumption Day", "2039-10-13": "Prince Louis Rwagasore Day", "2039-10-19": "Eid ul Fitr (estimated)", "2039-10-21": "President Ndadaye's Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed); Eid al Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-05": "Unity Day", "2040-02-06": "Unity Day (observed)", "2040-04-06": "President Ntaryamira Day", "2040-05-01": "Labour Day", "2040-05-10": "Ascension Day", "2040-06-08": "President Nkurunziza Day", "2040-07-01": "Independence Day", "2040-07-02": "Independence Day (observed)", "2040-08-15": "Assumption Day", "2040-10-07": "Eid ul Fitr (estimated)", "2040-10-08": "Eid ul Fitr (estimated) (observed)", "2040-10-13": "Prince Louis Rwagasore Day", "2040-10-21": "President Ndadaye's Day", "2040-10-22": "President Ndadaye's Day (observed)", "2040-11-01": "All Saints' Day", "2040-12-14": "Eid al Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-02-05": "Unity Day", "2041-04-06": "President Ntaryamira Day", "2041-05-01": "Labour Day", "2041-05-30": "Ascension Day", "2041-06-08": "President Nkurunziza Day", "2041-07-01": "Independence Day", "2041-08-15": "Assumption Day", "2041-09-26": "Eid ul Fitr (estimated)", "2041-10-13": "Prince Louis Rwagasore Day", "2041-10-14": "Prince Louis Rwagasore Day (observed)", "2041-10-21": "President Ndadaye's Day", "2041-11-01": "All Saints' Day", "2041-12-04": "Eid al Adha (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-05": "Unity Day", "2042-04-06": "President Ntaryamira Day", "2042-04-07": "President Ntaryamira Day (observed)", "2042-05-01": "Labour Day", "2042-05-15": "Ascension Day", "2042-06-08": "President Nkurunziza Day", "2042-06-09": "President Nkurunziza Day (observed)", "2042-07-01": "Independence Day", "2042-08-15": "Assumption Day", "2042-09-15": "Eid ul Fitr (estimated)", "2042-10-13": "Prince Louis Rwagasore Day", "2042-10-21": "President Ndadaye's Day", "2042-11-01": "All Saints' Day", "2042-11-23": "Eid al Adha (estimated)", "2042-11-24": "Eid al Adha (estimated) (observed)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-05": "Unity Day", "2043-04-06": "President Ntaryamira Day", "2043-05-01": "Labour Day", "2043-05-07": "Ascension Day", "2043-06-08": "President Nkurunziza Day", "2043-07-01": "Independence Day", "2043-08-15": "Assumption Day", "2043-09-04": "Eid ul Fitr (estimated)", "2043-10-13": "Prince Louis Rwagasore Day", "2043-10-21": "President Ndadaye's Day", "2043-11-01": "All Saints' Day", "2043-11-02": "All Saints' Day (observed)", "2043-11-12": "Eid al Adha (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-05": "Unity Day", "2044-04-06": "President Ntaryamira Day", "2044-05-01": "Labour Day", "2044-05-02": "Labour Day (observed)", "2044-05-26": "Ascension Day", "2044-06-08": "President Nkurunziza Day", "2044-07-01": "Independence Day", "2044-08-15": "Assumption Day", "2044-08-24": "Eid ul Fitr (estimated)", "2044-10-13": "Prince Louis Rwagasore Day", "2044-10-21": "President Ndadaye's Day", "2044-10-31": "Eid al Adha (estimated)", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-05": "Unity Day", "2045-02-06": "Unity Day (observed)", "2045-04-06": "President Ntaryamira Day", "2045-05-01": "Labour Day", "2045-05-18": "Ascension Day", "2045-06-08": "President Nkurunziza Day", "2045-07-01": "Independence Day", "2045-08-14": "Eid ul Fitr (estimated)", "2045-08-15": "Assumption Day", "2045-10-13": "Prince Louis Rwagasore Day", "2045-10-21": "Eid al Adha (estimated); President Ndadaye's Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Unity Day", "2046-04-06": "President Ntaryamira Day", "2046-05-01": "Labour Day", "2046-05-03": "Ascension Day", "2046-06-08": "President Nkurunziza Day", "2046-07-01": "Independence Day", "2046-07-02": "Independence Day (observed)", "2046-08-03": "Eid ul Fitr (estimated)", "2046-08-15": "Assumption Day", "2046-10-10": "Eid al Adha (estimated)", "2046-10-13": "Prince Louis Rwagasore Day", "2046-10-21": "President Ndadaye's Day", "2046-10-22": "President Ndadaye's Day (observed)", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-05": "Unity Day", "2047-04-06": "President Ntaryamira Day", "2047-05-01": "Labour Day", "2047-05-23": "Ascension Day", "2047-06-08": "President Nkurunziza Day", "2047-07-01": "Independence Day", "2047-07-24": "Eid ul Fitr (estimated)", "2047-08-15": "Assumption Day", "2047-09-30": "Eid al Adha (estimated)", "2047-10-13": "Prince Louis Rwagasore Day", "2047-10-14": "Prince Louis Rwagasore Day (observed)", "2047-10-21": "President Ndadaye's Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-05": "Unity Day", "2048-04-06": "President Ntaryamira Day", "2048-05-01": "Labour Day", "2048-05-14": "Ascension Day", "2048-06-08": "President Nkurunziza Day", "2048-07-01": "Independence Day", "2048-07-12": "Eid ul Fitr (estimated)", "2048-07-13": "Eid ul Fitr (estimated) (observed)", "2048-08-15": "Assumption Day", "2048-09-19": "Eid al Adha (estimated)", "2048-10-13": "Prince Louis Rwagasore Day", "2048-10-21": "President Ndadaye's Day", "2048-11-01": "All Saints' Day", "2048-11-02": "All Saints' Day (observed)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-05": "Unity Day", "2049-04-06": "President Ntaryamira Day", "2049-05-01": "Labour Day", "2049-05-27": "Ascension Day", "2049-06-08": "President Nkurunziza Day", "2049-07-01": "Eid ul Fitr (estimated); Independence Day", "2049-08-15": "Assumption Day", "2049-08-16": "Assumption Day (observed)", "2049-09-08": "Eid al Adha (estimated)", "2049-10-13": "Prince Louis Rwagasore Day", "2049-10-21": "President Ndadaye's Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-05": "Unity Day", "2050-04-06": "President Ntaryamira Day", "2050-05-01": "Labour Day", "2050-05-02": "Labour Day (observed)", "2050-05-19": "Ascension Day", "2050-06-08": "President Nkurunziza Day", "2050-06-20": "Eid ul Fitr (estimated)", "2050-07-01": "Independence Day", "2050-08-15": "Assumption Day", "2050-08-28": "Eid al Adha (estimated)", "2050-08-29": "Eid al Adha (estimated) (observed)", "2050-10-13": "Prince Louis Rwagasore Day", "2050-10-21": "President Ndadaye's Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BN_COMMON.json000066400000000000000000001632431500152103600215560ustar00rootroot00000000000000{ "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Lunar New Year", "1984-02-23": "National Day", "1984-04-28": "Isra' and Mi'raj (estimated)", "1984-05-31": "Armed Forces Day; First Day of Ramadan (estimated)", "1984-06-16": "Anniversary of the revelation of the Quran (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (estimated)", "1984-07-02": "Eid al-Fitr (observed, estimated)", "1984-07-15": "Sultan Hassanal Bolkiah's Birthday", "1984-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Lunar New Year", "1985-02-23": "National Day", "1985-04-17": "Isra' and Mi'raj (estimated)", "1985-05-20": "First Day of Ramadan (estimated)", "1985-05-31": "Armed Forces Day", "1985-06-01": "Armed Forces Day (observed)", "1985-06-05": "Anniversary of the revelation of the Quran (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (estimated)", "1985-07-15": "Sultan Hassanal Bolkiah's Birthday", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-09-16": "Islamic New Year (observed, estimated)", "1985-11-24": "Prophet's Birthday (estimated)", "1985-11-25": "Prophet's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Lunar New Year", "1986-02-10": "Lunar New Year (observed)", "1986-02-23": "National Day", "1986-02-24": "National Day (observed)", "1986-04-06": "Isra' and Mi'raj (estimated)", "1986-04-07": "Isra' and Mi'raj (observed, estimated)", "1986-05-09": "First Day of Ramadan (estimated)", "1986-05-10": "First Day of Ramadan (observed, estimated)", "1986-05-25": "Anniversary of the revelation of the Quran (estimated)", "1986-05-26": "Anniversary of the revelation of the Quran (observed, estimated)", "1986-05-31": "Armed Forces Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-07-15": "Sultan Hassanal Bolkiah's Birthday", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (observed, estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-09-06": "Islamic New Year (observed, estimated)", "1986-11-14": "Prophet's Birthday (estimated)", "1986-11-15": "Prophet's Birthday (observed, estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-29": "Lunar New Year", "1987-02-23": "National Day", "1987-03-27": "Isra' and Mi'raj (estimated)", "1987-03-28": "Isra' and Mi'raj (observed, estimated)", "1987-04-29": "First Day of Ramadan (estimated)", "1987-05-15": "Anniversary of the revelation of the Quran (estimated)", "1987-05-16": "Anniversary of the revelation of the Quran (observed, estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (estimated)", "1987-05-30": "Eid al-Fitr (observed, estimated)", "1987-05-31": "Armed Forces Day", "1987-06-01": "Armed Forces Day (observed)", "1987-07-15": "Sultan Hassanal Bolkiah's Birthday", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-25": "Islamic New Year (estimated)", "1987-11-03": "Prophet's Birthday (estimated)", "1987-12-25": "Christmas Day", "1987-12-26": "Christmas Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "New Year's Day (observed)", "1988-02-17": "Lunar New Year", "1988-02-23": "National Day", "1988-03-15": "Isra' and Mi'raj (estimated)", "1988-04-17": "First Day of Ramadan (estimated)", "1988-04-18": "First Day of Ramadan (observed, estimated)", "1988-05-03": "Anniversary of the revelation of the Quran (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (estimated)", "1988-05-31": "Armed Forces Day", "1988-07-15": "Sultan Hassanal Bolkiah's Birthday", "1988-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-13": "Islamic New Year (estimated)", "1988-10-22": "Prophet's Birthday (estimated)", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Lunar New Year", "1989-02-23": "National Day", "1989-03-05": "Isra' and Mi'raj (estimated)", "1989-03-06": "Isra' and Mi'raj (observed, estimated)", "1989-04-07": "First Day of Ramadan (estimated)", "1989-04-08": "First Day of Ramadan (observed, estimated)", "1989-04-23": "Anniversary of the revelation of the Quran (estimated)", "1989-04-24": "Anniversary of the revelation of the Quran (observed, estimated)", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (estimated)", "1989-05-08": "Eid al-Fitr (observed, estimated)", "1989-05-31": "Armed Forces Day", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-15": "Sultan Hassanal Bolkiah's Birthday", "1989-08-02": "Islamic New Year (estimated)", "1989-10-11": "Prophet's Birthday (estimated)", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-27": "Lunar New Year", "1990-02-22": "Isra' and Mi'raj (estimated)", "1990-02-23": "National Day", "1990-02-24": "National Day (observed)", "1990-03-27": "First Day of Ramadan (estimated)", "1990-04-12": "Anniversary of the revelation of the Quran (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (estimated)", "1990-04-28": "Eid al-Fitr (observed, estimated)", "1990-05-31": "Armed Forces Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-15": "Sultan Hassanal Bolkiah's Birthday", "1990-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "1990-07-23": "Islamic New Year (estimated)", "1990-10-01": "Prophet's Birthday (estimated)", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Isra' and Mi'raj (estimated)", "1991-02-15": "Lunar New Year", "1991-02-16": "Lunar New Year (observed)", "1991-02-23": "National Day", "1991-03-17": "First Day of Ramadan (estimated)", "1991-03-18": "First Day of Ramadan (observed, estimated)", "1991-04-02": "Anniversary of the revelation of the Quran (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (estimated)", "1991-05-31": "Armed Forces Day", "1991-06-01": "Armed Forces Day (observed)", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-12": "Islamic New Year (estimated)", "1991-07-13": "Islamic New Year (observed, estimated)", "1991-07-15": "Sultan Hassanal Bolkiah's Birthday", "1991-09-20": "Prophet's Birthday (estimated)", "1991-09-21": "Prophet's Birthday (observed, estimated)", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-31": "Isra' and Mi'raj (estimated)", "1992-02-01": "Isra' and Mi'raj (observed, estimated)", "1992-02-04": "Lunar New Year", "1992-02-23": "National Day", "1992-02-24": "National Day (observed)", "1992-03-05": "First Day of Ramadan (estimated)", "1992-03-21": "Anniversary of the revelation of the Quran (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (estimated)", "1992-04-06": "Eid al-Fitr (observed, estimated)", "1992-05-31": "Armed Forces Day", "1992-06-01": "Armed Forces Day (observed)", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-07-15": "Sultan Hassanal Bolkiah's Birthday", "1992-09-09": "Prophet's Birthday (estimated)", "1992-12-25": "Christmas Day", "1992-12-26": "Christmas Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day (observed)", "1993-01-20": "Isra' and Mi'raj (estimated)", "1993-01-23": "Lunar New Year", "1993-02-22": "First Day of Ramadan (estimated)", "1993-02-23": "National Day", "1993-03-10": "Anniversary of the revelation of the Quran (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (estimated)", "1993-05-31": "Armed Forces Day; Eid al-Adha (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-07-15": "Sultan Hassanal Bolkiah's Birthday", "1993-08-29": "Prophet's Birthday (estimated)", "1993-08-30": "Prophet's Birthday (observed, estimated)", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-09": "Isra' and Mi'raj (estimated)", "1994-01-10": "Isra' and Mi'raj (observed, estimated)", "1994-02-10": "Lunar New Year", "1994-02-11": "First Day of Ramadan (estimated)", "1994-02-12": "First Day of Ramadan (observed, estimated)", "1994-02-23": "National Day", "1994-02-27": "Anniversary of the revelation of the Quran (estimated)", "1994-02-28": "Anniversary of the revelation of the Quran (observed, estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (observed, estimated)", "1994-05-31": "Armed Forces Day", "1994-06-10": "Islamic New Year (estimated)", "1994-06-11": "Islamic New Year (observed, estimated)", "1994-07-15": "Sultan Hassanal Bolkiah's Birthday", "1994-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "1994-08-19": "Prophet's Birthday (estimated)", "1994-08-20": "Prophet's Birthday (observed, estimated)", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1994-12-29": "Isra' and Mi'raj (estimated)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "First Day of Ramadan (estimated); Lunar New Year", "1995-02-16": "Anniversary of the revelation of the Quran (estimated)", "1995-02-23": "National Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (estimated)", "1995-03-04": "Eid al-Fitr (observed, estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-05-31": "Armed Forces Day", "1995-07-15": "Sultan Hassanal Bolkiah's Birthday", "1995-08-08": "Prophet's Birthday (estimated)", "1995-12-19": "Isra' and Mi'raj (estimated)", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-21": "First Day of Ramadan (estimated)", "1996-01-22": "First Day of Ramadan (observed, estimated)", "1996-02-06": "Anniversary of the revelation of the Quran (estimated)", "1996-02-19": "Eid al-Fitr (estimated); Lunar New Year", "1996-02-20": "Eid al-Fitr (estimated)", "1996-02-23": "National Day", "1996-02-24": "National Day (observed)", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-05-31": "Armed Forces Day", "1996-06-01": "Armed Forces Day (observed)", "1996-07-15": "Sultan Hassanal Bolkiah's Birthday", "1996-07-27": "Prophet's Birthday (estimated)", "1996-12-08": "Isra' and Mi'raj (estimated)", "1996-12-09": "Isra' and Mi'raj (observed, estimated)", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-10": "First Day of Ramadan (estimated)", "1997-01-11": "First Day of Ramadan (observed, estimated)", "1997-01-26": "Anniversary of the revelation of the Quran (estimated)", "1997-01-27": "Anniversary of the revelation of the Quran (observed, estimated)", "1997-02-07": "Lunar New Year", "1997-02-08": "Eid al-Fitr (estimated); Lunar New Year (observed)", "1997-02-09": "Eid al-Fitr (estimated)", "1997-02-10": "Eid al-Fitr (observed, estimated)", "1997-02-23": "National Day", "1997-02-24": "National Day (observed)", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-07": "Islamic New Year (estimated)", "1997-05-31": "Armed Forces Day", "1997-07-15": "Sultan Hassanal Bolkiah's Birthday", "1997-07-16": "Prophet's Birthday (estimated)", "1997-11-27": "Isra' and Mi'raj (estimated)", "1997-12-25": "Christmas Day", "1997-12-30": "First Day of Ramadan (estimated)", "1998-01-01": "New Year's Day", "1998-01-16": "Anniversary of the revelation of the Quran", "1998-01-17": "Anniversary of the revelation of the Quran (observed)", "1998-01-28": "Lunar New Year", "1998-01-30": "Eid al-Fitr", "1998-01-31": "Eid al-Fitr", "1998-02-02": "Eid al-Fitr (observed)", "1998-02-23": "National Day", "1998-04-07": "Eid al-Adha", "1998-04-28": "Islamic New Year", "1998-05-31": "Armed Forces Day", "1998-06-01": "Armed Forces Day (observed)", "1998-07-06": "Prophet's Birthday", "1998-07-15": "Sultan Hassanal Bolkiah's Birthday", "1998-08-10": "Proclamation Ceremony of Crown Prince Al-Muhtadee Billah of Brunei", "1998-11-17": "Isra' and Mi'raj", "1998-12-20": "First Day of Ramadan", "1998-12-21": "First Day of Ramadan (observed)", "1998-12-25": "Christmas Day", "1998-12-26": "Christmas Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day (observed)", "1999-01-05": "Anniversary of the revelation of the Quran", "1999-01-19": "Eid al-Fitr", "1999-01-20": "Eid al-Fitr", "1999-02-16": "Lunar New Year", "1999-02-23": "National Day", "1999-03-28": "Eid al-Adha", "1999-03-29": "Eid al-Adha (observed)", "1999-04-17": "Islamic New Year", "1999-05-31": "Armed Forces Day", "1999-06-26": "Prophet's Birthday", "1999-07-15": "Sultan Hassanal Bolkiah's Birthday", "1999-11-06": "Isra' and Mi'raj", "1999-12-09": "First Day of Ramadan", "1999-12-25": "Anniversary of the revelation of the Quran; Christmas Day", "1999-12-27": "Christmas Day (observed)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr", "2000-02-05": "Lunar New Year", "2000-02-23": "National Day", "2000-03-17": "Eid al-Adha", "2000-03-18": "Eid al-Adha (observed)", "2000-04-06": "Islamic New Year", "2000-05-31": "Armed Forces Day", "2000-06-15": "Prophet's Birthday", "2000-07-15": "Sultan Hassanal Bolkiah's Birthday", "2000-10-25": "Isra' and Mi'raj", "2000-11-27": "First Day of Ramadan", "2000-12-13": "Anniversary of the revelation of the Quran", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr", "2001-01-01": "New Year's Day", "2001-01-24": "Lunar New Year", "2001-02-23": "National Day", "2001-02-24": "National Day (observed)", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-05-31": "Armed Forces Day", "2001-06-04": "Prophet's Birthday", "2001-07-15": "Sultan Hassanal Bolkiah's Birthday", "2001-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2001-10-15": "Isra' and Mi'raj", "2001-11-17": "First Day of Ramadan", "2001-12-03": "Anniversary of the revelation of the Quran", "2001-12-16": "Eid al-Fitr", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (observed)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Lunar New Year", "2002-02-23": "Eid al-Adha; National Day", "2002-02-25": "National Day (observed)", "2002-03-15": "Islamic New Year", "2002-03-16": "Islamic New Year (observed)", "2002-05-25": "Prophet's Birthday", "2002-05-31": "Armed Forces Day", "2002-06-01": "Armed Forces Day (observed)", "2002-07-15": "Sultan Hassanal Bolkiah's Birthday", "2002-10-04": "Isra' and Mi'raj", "2002-10-05": "Isra' and Mi'raj (observed)", "2002-11-06": "First Day of Ramadan", "2002-11-22": "Anniversary of the revelation of the Quran", "2002-11-23": "Anniversary of the revelation of the Quran (observed)", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr", "2002-12-09": "Eid al-Fitr (observed)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Lunar New Year", "2003-02-12": "Eid al-Adha", "2003-02-23": "National Day", "2003-02-24": "National Day (observed)", "2003-03-04": "Islamic New Year", "2003-05-14": "Prophet's Birthday", "2003-05-31": "Armed Forces Day", "2003-07-15": "Sultan Hassanal Bolkiah's Birthday", "2003-09-24": "Isra' and Mi'raj", "2003-10-27": "First Day of Ramadan", "2003-11-12": "Anniversary of the revelation of the Quran", "2003-11-25": "Eid al-Fitr", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-22": "Lunar New Year", "2004-02-02": "Eid al-Adha", "2004-02-22": "Islamic New Year", "2004-02-23": "Islamic New Year (observed); National Day", "2004-05-02": "Prophet's Birthday", "2004-05-03": "Prophet's Birthday (observed)", "2004-05-31": "Armed Forces Day", "2004-07-15": "Sultan Hassanal Bolkiah's Birthday", "2004-09-09": "Royal Wedding of Crown Prince Al-Muhtadee Billah and Crown Princess Sarah of Brunei", "2004-09-12": "Isra' and Mi'raj", "2004-09-13": "Isra' and Mi'raj (observed)", "2004-10-16": "First Day of Ramadan", "2004-11-01": "Anniversary of the revelation of the Quran", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-01-22": "Eid al-Adha (observed)", "2005-02-09": "Lunar New Year", "2005-02-10": "Islamic New Year", "2005-02-23": "National Day", "2005-04-21": "Prophet's Birthday", "2005-05-31": "Armed Forces Day", "2005-07-15": "Sultan Hassanal Bolkiah's Birthday", "2005-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2005-09-01": "Isra' and Mi'raj", "2005-10-05": "First Day of Ramadan", "2005-10-21": "Anniversary of the revelation of the Quran", "2005-10-22": "Anniversary of the revelation of the Quran (observed)", "2005-11-04": "Eid al-Fitr", "2005-11-05": "Eid al-Fitr", "2005-11-07": "Eid al-Fitr (observed)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-11": "Eid al-Adha", "2006-01-29": "Lunar New Year", "2006-01-30": "Lunar New Year (observed)", "2006-01-31": "Islamic New Year", "2006-02-23": "National Day", "2006-04-11": "Prophet's Birthday", "2006-05-31": "Armed Forces Day", "2006-07-15": "Sultan Hassanal Bolkiah's Birthday", "2006-08-21": "Isra' and Mi'raj", "2006-09-24": "First Day of Ramadan", "2006-09-25": "First Day of Ramadan (observed)", "2006-10-10": "Anniversary of the revelation of the Quran", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Day (observed)", "2007-01-20": "Islamic New Year", "2007-02-18": "Lunar New Year", "2007-02-19": "Lunar New Year (observed)", "2007-02-23": "National Day", "2007-02-24": "National Day (observed)", "2007-03-31": "Prophet's Birthday", "2007-05-31": "Armed Forces Day", "2007-07-15": "Sultan Hassanal Bolkiah's Birthday", "2007-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2007-08-11": "Isra' and Mi'raj", "2007-09-13": "First Day of Ramadan", "2007-09-29": "Anniversary of the revelation of the Quran", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr", "2007-10-15": "Eid al-Fitr (observed)", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Lunar New Year", "2008-02-23": "National Day", "2008-03-20": "Prophet's Birthday", "2008-05-31": "Armed Forces Day", "2008-07-15": "Sultan Hassanal Bolkiah's Birthday", "2008-07-30": "Isra' and Mi'raj", "2008-09-01": "First Day of Ramadan", "2008-09-18": "Anniversary of the revelation of the Quran", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr", "2008-12-08": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-26": "Lunar New Year", "2009-02-23": "National Day", "2009-03-09": "Prophet's Birthday", "2009-05-31": "Armed Forces Day", "2009-06-01": "Armed Forces Day (observed)", "2009-07-15": "Sultan Hassanal Bolkiah's Birthday", "2009-07-20": "Isra' and Mi'raj", "2009-08-22": "First Day of Ramadan", "2009-09-07": "Anniversary of the revelation of the Quran", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr", "2009-09-22": "Eid al-Fitr (observed)", "2009-11-27": "Eid al-Adha", "2009-11-28": "Eid al-Adha (observed)", "2009-12-18": "Islamic New Year", "2009-12-19": "Islamic New Year (observed)", "2009-12-25": "Christmas Day", "2009-12-26": "Christmas Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day (observed)", "2010-02-14": "Lunar New Year", "2010-02-15": "Lunar New Year (observed)", "2010-02-23": "National Day", "2010-02-26": "Prophet's Birthday", "2010-02-27": "Prophet's Birthday (observed)", "2010-05-31": "Armed Forces Day", "2010-07-10": "Isra' and Mi'raj", "2010-07-15": "Sultan Hassanal Bolkiah's Birthday", "2010-08-11": "First Day of Ramadan", "2010-08-27": "Anniversary of the revelation of the Quran", "2010-08-28": "Anniversary of the revelation of the Quran (observed)", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr", "2010-09-13": "Eid al-Fitr (observed)", "2010-11-16": "Eid al-Adha", "2010-12-07": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Lunar New Year", "2011-02-15": "Prophet's Birthday", "2011-02-23": "National Day", "2011-05-31": "Armed Forces Day", "2011-06-29": "Isra' and Mi'raj", "2011-07-15": "Sultan Hassanal Bolkiah's Birthday", "2011-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2011-08-01": "First Day of Ramadan", "2011-08-17": "Anniversary of the revelation of the Quran", "2011-08-30": "Eid al-Fitr", "2011-08-31": "Eid al-Fitr", "2011-11-06": "Eid al-Adha", "2011-11-07": "Eid al-Adha (observed)", "2011-11-27": "Islamic New Year", "2011-11-28": "Islamic New Year (observed)", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-23": "Lunar New Year", "2012-02-05": "Prophet's Birthday", "2012-02-06": "Prophet's Birthday (observed)", "2012-02-23": "National Day", "2012-05-31": "Armed Forces Day", "2012-06-17": "Isra' and Mi'raj", "2012-06-18": "Isra' and Mi'raj (observed)", "2012-07-15": "Sultan Hassanal Bolkiah's Birthday", "2012-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2012-07-21": "First Day of Ramadan", "2012-08-06": "Anniversary of the revelation of the Quran", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr", "2012-08-21": "Eid al-Fitr", "2012-08-22": "Eid al-Fitr (observed)", "2012-10-26": "Eid al-Adha", "2012-10-27": "Eid al-Adha (observed)", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet's Birthday", "2013-02-10": "Lunar New Year", "2013-02-11": "Lunar New Year (observed)", "2013-02-23": "National Day", "2013-05-31": "Armed Forces Day", "2013-06-01": "Armed Forces Day (observed)", "2013-06-06": "Isra' and Mi'raj", "2013-07-10": "First Day of Ramadan", "2013-07-15": "Sultan Hassanal Bolkiah's Birthday", "2013-07-26": "Anniversary of the revelation of the Quran", "2013-07-27": "Anniversary of the revelation of the Quran (observed)", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr", "2013-08-10": "Eid al-Fitr", "2013-08-12": "Eid al-Fitr (observed)", "2013-10-15": "Eid al-Adha", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet's Birthday", "2014-01-31": "Lunar New Year", "2014-02-01": "Lunar New Year (observed)", "2014-02-23": "National Day", "2014-02-24": "National Day (observed)", "2014-05-27": "Isra' and Mi'raj", "2014-05-31": "Armed Forces Day", "2014-06-29": "First Day of Ramadan", "2014-06-30": "First Day of Ramadan (observed)", "2014-07-15": "Anniversary of the revelation of the Quran; Sultan Hassanal Bolkiah's Birthday", "2014-07-16": "Anniversary of the revelation of the Quran (observed)", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr", "2014-07-30": "Eid al-Fitr", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday", "2015-02-19": "Lunar New Year", "2015-02-23": "National Day", "2015-05-16": "Isra' and Mi'raj", "2015-05-31": "Armed Forces Day", "2015-06-01": "Armed Forces Day (observed)", "2015-06-18": "First Day of Ramadan", "2015-07-04": "Anniversary of the revelation of the Quran", "2015-07-15": "Sultan Hassanal Bolkiah's Birthday", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr", "2015-07-19": "Eid al-Fitr", "2015-07-20": "Eid al-Fitr (observed)", "2015-07-21": "Eid al-Fitr (observed)", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-12-24": "Prophet's Birthday", "2015-12-25": "Christmas Day", "2015-12-26": "Christmas Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day (observed)", "2016-02-08": "Lunar New Year", "2016-02-23": "National Day", "2016-05-05": "Isra' and Mi'raj", "2016-05-31": "Armed Forces Day", "2016-06-06": "First Day of Ramadan", "2016-06-22": "Anniversary of the revelation of the Quran", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr", "2016-07-08": "Eid al-Fitr", "2016-07-09": "Eid al-Fitr (observed)", "2016-07-15": "Sultan Hassanal Bolkiah's Birthday", "2016-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2016-09-12": "Eid al-Adha", "2016-10-02": "Islamic New Year", "2016-10-03": "Islamic New Year (observed)", "2016-12-12": "Prophet's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-28": "Lunar New Year", "2017-02-23": "National Day", "2017-04-24": "Isra' and Mi'raj", "2017-05-27": "First Day of Ramadan", "2017-05-31": "Armed Forces Day", "2017-06-12": "Anniversary of the revelation of the Quran", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr", "2017-06-27": "Eid al-Fitr", "2017-06-28": "Eid al-Fitr (observed)", "2017-07-15": "Sultan Hassanal Bolkiah's Birthday", "2017-09-01": "Eid al-Adha", "2017-09-02": "Eid al-Adha (observed)", "2017-09-22": "Islamic New Year", "2017-09-23": "Islamic New Year (observed)", "2017-10-05": "Sultan Hassanal Bolkiah's Golden Jubilee", "2017-12-01": "Prophet's Birthday", "2017-12-02": "Prophet's Birthday (observed)", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-16": "Lunar New Year", "2018-02-17": "Lunar New Year (observed)", "2018-02-23": "National Day", "2018-02-24": "National Day (observed)", "2018-04-14": "Isra' and Mi'raj", "2018-05-17": "First Day of Ramadan", "2018-05-31": "Armed Forces Day", "2018-06-02": "Anniversary of the revelation of the Quran", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr", "2018-06-17": "Eid al-Fitr", "2018-06-18": "Eid al-Fitr (observed)", "2018-06-19": "Eid al-Fitr (observed)", "2018-07-15": "Sultan Hassanal Bolkiah's Birthday", "2018-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2018-08-22": "Eid al-Adha", "2018-09-11": "Islamic New Year", "2018-11-20": "Prophet's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-05": "Lunar New Year", "2019-02-23": "National Day", "2019-04-03": "Isra' and Mi'raj", "2019-05-06": "First Day of Ramadan", "2019-05-22": "Anniversary of the revelation of the Quran", "2019-05-31": "Armed Forces Day", "2019-06-01": "Armed Forces Day (observed)", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr", "2019-06-07": "Eid al-Fitr", "2019-06-08": "Eid al-Fitr (observed)", "2019-07-15": "Sultan Hassanal Bolkiah's Birthday", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-09-01": "Islamic New Year", "2019-09-02": "Islamic New Year (observed)", "2019-11-09": "Prophet's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Lunar New Year", "2020-02-23": "National Day", "2020-02-24": "National Day (observed)", "2020-03-22": "Isra' and Mi'raj", "2020-03-23": "Isra' and Mi'raj (observed)", "2020-04-24": "First Day of Ramadan", "2020-04-25": "First Day of Ramadan (observed)", "2020-05-10": "Anniversary of the revelation of the Quran", "2020-05-11": "Anniversary of the revelation of the Quran (observed)", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr", "2020-05-26": "Eid al-Fitr", "2020-05-27": "Eid al-Fitr (observed)", "2020-05-31": "Armed Forces Day", "2020-06-01": "Armed Forces Day (observed)", "2020-07-15": "Sultan Hassanal Bolkiah's Birthday", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha (observed)", "2020-08-20": "Islamic New Year", "2020-10-29": "Prophet's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Christmas Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day (observed)", "2021-02-12": "Lunar New Year", "2021-02-13": "Lunar New Year (observed)", "2021-02-23": "National Day", "2021-03-11": "Isra' and Mi'raj", "2021-04-13": "First Day of Ramadan", "2021-04-29": "Anniversary of the revelation of the Quran", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr", "2021-05-15": "Eid al-Fitr", "2021-05-17": "Eid al-Fitr (observed)", "2021-05-31": "Armed Forces Day", "2021-07-15": "Sultan Hassanal Bolkiah's Birthday", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-10-19": "Prophet's Birthday", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-01": "Lunar New Year", "2022-02-23": "National Day", "2022-02-28": "Isra' and Mi'raj", "2022-04-03": "First Day of Ramadan", "2022-04-04": "First Day of Ramadan (observed)", "2022-04-19": "Anniversary of the revelation of the Quran", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr", "2022-05-04": "Eid al-Fitr", "2022-05-31": "Armed Forces Day", "2022-07-09": "Eid al-Adha", "2022-07-15": "Sultan Hassanal Bolkiah's Birthday", "2022-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2022-07-30": "Islamic New Year", "2022-10-08": "Prophet's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Lunar New Year", "2023-01-23": "Lunar New Year (observed)", "2023-02-18": "Isra' and Mi'raj", "2023-02-23": "National Day", "2023-03-23": "First Day of Ramadan", "2023-04-08": "Anniversary of the revelation of the Quran", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr", "2023-04-24": "Eid al-Fitr", "2023-04-25": "Eid al-Fitr (observed)", "2023-05-31": "Armed Forces Day", "2023-06-29": "Eid al-Adha", "2023-07-15": "Sultan Hassanal Bolkiah's Birthday", "2023-07-19": "Islamic New Year", "2023-09-28": "Prophet's Birthday", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-08": "Isra' and Mi'raj", "2024-02-10": "Lunar New Year", "2024-02-23": "National Day", "2024-02-24": "National Day (observed)", "2024-03-12": "First Day of Ramadan", "2024-03-28": "Anniversary of the revelation of the Quran", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr", "2024-04-12": "Eid al-Fitr", "2024-04-13": "Eid al-Fitr (observed)", "2024-05-31": "Armed Forces Day", "2024-06-01": "Armed Forces Day (observed)", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-07-08": "Islamic New Year (observed)", "2024-07-15": "Sultan Hassanal Bolkiah's Birthday", "2024-09-16": "Prophet's Birthday", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-27": "Isra' and Mi'raj", "2025-01-29": "Lunar New Year", "2025-02-23": "National Day", "2025-02-24": "National Day (observed)", "2025-03-02": "First Day of Ramadan", "2025-03-03": "First Day of Ramadan (observed)", "2025-03-18": "Anniversary of the revelation of the Quran", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr", "2025-04-02": "Eid al-Fitr", "2025-05-31": "Armed Forces Day", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-06-28": "Islamic New Year (observed)", "2025-07-15": "Sultan Hassanal Bolkiah's Birthday", "2025-09-05": "Prophet's Birthday", "2025-09-06": "Prophet's Birthday (observed)", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-16": "Isra' and Mi'raj (estimated)", "2026-01-17": "Isra' and Mi'raj (observed, estimated)", "2026-02-17": "Lunar New Year", "2026-02-18": "First Day of Ramadan (estimated)", "2026-02-23": "National Day", "2026-03-06": "Anniversary of the revelation of the Quran (estimated)", "2026-03-07": "Anniversary of the revelation of the Quran (observed, estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (estimated)", "2026-03-22": "Eid al-Fitr (estimated)", "2026-03-23": "Eid al-Fitr (observed, estimated)", "2026-03-24": "Eid al-Fitr (observed, estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-31": "Armed Forces Day", "2026-06-01": "Armed Forces Day (observed)", "2026-06-16": "Islamic New Year (estimated)", "2026-07-15": "Sultan Hassanal Bolkiah's Birthday", "2026-08-25": "Prophet's Birthday (estimated)", "2026-12-25": "Christmas Day", "2026-12-26": "Christmas Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day (observed)", "2027-01-05": "Isra' and Mi'raj (estimated)", "2027-02-06": "Lunar New Year", "2027-02-08": "First Day of Ramadan (estimated)", "2027-02-23": "National Day", "2027-02-24": "Anniversary of the revelation of the Quran (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-03-11": "Eid al-Fitr (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-31": "Armed Forces Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Islamic New Year (observed, estimated)", "2027-07-15": "Sultan Hassanal Bolkiah's Birthday", "2027-08-14": "Prophet's Birthday (estimated)", "2027-12-25": "Christmas Day; Isra' and Mi'raj (estimated)", "2028-01-01": "New Year's Day", "2028-01-26": "Lunar New Year", "2028-01-28": "First Day of Ramadan (estimated)", "2028-01-29": "First Day of Ramadan (observed, estimated)", "2028-02-13": "Anniversary of the revelation of the Quran (estimated)", "2028-02-14": "Anniversary of the revelation of the Quran (observed, estimated)", "2028-02-23": "National Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-02-28": "Eid al-Fitr (estimated)", "2028-02-29": "Eid al-Fitr (observed, estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (observed, estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-05-31": "Armed Forces Day", "2028-07-15": "Sultan Hassanal Bolkiah's Birthday", "2028-08-03": "Prophet's Birthday (estimated)", "2028-12-14": "Isra' and Mi'raj (estimated)", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-16": "First Day of Ramadan (estimated)", "2029-02-01": "Anniversary of the revelation of the Quran (estimated)", "2029-02-13": "Lunar New Year", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated)", "2029-02-16": "Eid al-Fitr (estimated)", "2029-02-17": "Eid al-Fitr (observed, estimated)", "2029-02-23": "National Day", "2029-02-24": "National Day (observed)", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-14": "Islamic New Year (estimated)", "2029-05-31": "Armed Forces Day", "2029-07-15": "Sultan Hassanal Bolkiah's Birthday", "2029-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2029-07-24": "Prophet's Birthday (estimated)", "2029-12-03": "Isra' and Mi'raj (estimated)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-05": "First Day of Ramadan (estimated)", "2030-01-21": "Anniversary of the revelation of the Quran (estimated)", "2030-02-03": "Lunar New Year", "2030-02-04": "Eid al-Fitr (estimated); Lunar New Year (observed)", "2030-02-05": "Eid al-Fitr (estimated)", "2030-02-06": "Eid al-Fitr (estimated)", "2030-02-23": "National Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-03": "Islamic New Year (estimated)", "2030-05-04": "Islamic New Year (observed, estimated)", "2030-05-31": "Armed Forces Day", "2030-06-01": "Armed Forces Day (observed)", "2030-07-13": "Prophet's Birthday (estimated)", "2030-07-15": "Sultan Hassanal Bolkiah's Birthday", "2030-11-23": "Isra' and Mi'raj (estimated)", "2030-12-25": "Christmas Day", "2030-12-26": "First Day of Ramadan (estimated)", "2031-01-01": "New Year's Day", "2031-01-11": "Anniversary of the revelation of the Quran (estimated)", "2031-01-23": "Lunar New Year", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-01-26": "Eid al-Fitr (estimated)", "2031-01-27": "Eid al-Fitr (observed, estimated)", "2031-01-28": "Eid al-Fitr (observed, estimated)", "2031-02-23": "National Day", "2031-02-24": "National Day (observed)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-31": "Armed Forces Day", "2031-07-02": "Prophet's Birthday (estimated)", "2031-07-15": "Sultan Hassanal Bolkiah's Birthday", "2031-11-12": "Isra' and Mi'raj (estimated)", "2031-12-15": "First Day of Ramadan (estimated)", "2031-12-25": "Christmas Day", "2031-12-31": "Anniversary of the revelation of the Quran (estimated)", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (estimated)", "2032-01-16": "Eid al-Fitr (estimated)", "2032-01-17": "Eid al-Fitr (observed, estimated)", "2032-02-11": "Lunar New Year", "2032-02-23": "National Day", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-04-12": "Islamic New Year (observed, estimated)", "2032-05-31": "Armed Forces Day", "2032-06-20": "Prophet's Birthday (estimated)", "2032-06-21": "Prophet's Birthday (observed, estimated)", "2032-07-15": "Sultan Hassanal Bolkiah's Birthday", "2032-11-01": "Isra' and Mi'raj (estimated)", "2032-12-04": "First Day of Ramadan (estimated)", "2032-12-20": "Anniversary of the revelation of the Quran (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (estimated)", "2033-01-04": "Eid al-Fitr (estimated)", "2033-01-05": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Lunar New Year", "2033-02-23": "National Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (observed, estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-04-02": "Islamic New Year (observed, estimated)", "2033-05-31": "Armed Forces Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-07-15": "Sultan Hassanal Bolkiah's Birthday", "2033-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2033-10-21": "Isra' and Mi'raj (estimated)", "2033-10-22": "Isra' and Mi'raj (observed, estimated)", "2033-11-23": "First Day of Ramadan (estimated)", "2033-12-09": "Anniversary of the revelation of the Quran (estimated)", "2033-12-10": "Anniversary of the revelation of the Quran (observed, estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day; Eid al-Fitr (estimated)", "2033-12-26": "Christmas Day (observed); Eid al-Fitr (observed, estimated)", "2033-12-27": "Christmas Day (observed); Eid al-Fitr (observed, estimated)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-19": "Lunar New Year", "2034-02-20": "Lunar New Year (observed)", "2034-02-23": "National Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-30": "Prophet's Birthday (estimated)", "2034-05-31": "Armed Forces Day", "2034-07-15": "Sultan Hassanal Bolkiah's Birthday", "2034-10-10": "Isra' and Mi'raj (estimated)", "2034-11-12": "First Day of Ramadan (estimated)", "2034-11-13": "First Day of Ramadan (observed, estimated)", "2034-11-28": "Anniversary of the revelation of the Quran (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2034-12-14": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-08": "Lunar New Year", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-02-23": "National Day", "2035-02-24": "National Day (observed)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-12": "Islamic New Year (observed, estimated)", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-21": "Prophet's Birthday (observed, estimated)", "2035-05-31": "Armed Forces Day", "2035-07-15": "Sultan Hassanal Bolkiah's Birthday", "2035-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2035-09-29": "Isra' and Mi'raj (estimated)", "2035-11-01": "First Day of Ramadan (estimated)", "2035-11-17": "Anniversary of the revelation of the Quran (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (estimated)", "2035-12-04": "Eid al-Fitr (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-28": "Lunar New Year", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-23": "National Day", "2036-02-28": "Islamic New Year (estimated)", "2036-05-08": "Prophet's Birthday (estimated)", "2036-05-31": "Armed Forces Day", "2036-07-15": "Sultan Hassanal Bolkiah's Birthday", "2036-09-18": "Isra' and Mi'raj (estimated)", "2036-10-20": "First Day of Ramadan (estimated)", "2036-11-05": "Anniversary of the revelation of the Quran (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2036-11-21": "Eid al-Fitr (estimated)", "2036-11-22": "Eid al-Fitr (observed, estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Lunar New Year", "2037-02-16": "Islamic New Year (estimated); Lunar New Year (observed)", "2037-02-23": "National Day", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-31": "Armed Forces Day", "2037-06-01": "Armed Forces Day (observed)", "2037-07-15": "Sultan Hassanal Bolkiah's Birthday", "2037-09-07": "Isra' and Mi'raj (estimated)", "2037-10-10": "First Day of Ramadan (estimated)", "2037-10-26": "Anniversary of the revelation of the Quran (estimated)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated)", "2037-11-10": "Eid al-Fitr (estimated)", "2037-11-11": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2037-12-26": "Christmas Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day (observed)", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Lunar New Year", "2038-02-05": "Islamic New Year (estimated)", "2038-02-06": "Islamic New Year (observed, estimated)", "2038-02-23": "National Day", "2038-04-17": "Prophet's Birthday (estimated)", "2038-05-31": "Armed Forces Day", "2038-07-15": "Sultan Hassanal Bolkiah's Birthday", "2038-08-28": "Isra' and Mi'raj (estimated)", "2038-09-30": "First Day of Ramadan (estimated)", "2038-10-16": "Anniversary of the revelation of the Quran (estimated)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-10-31": "Eid al-Fitr (estimated)", "2038-11-01": "Eid al-Fitr (observed, estimated)", "2038-11-02": "Eid al-Fitr (observed, estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "Lunar New Year", "2039-01-26": "Islamic New Year (estimated)", "2039-02-23": "National Day", "2039-04-06": "Prophet's Birthday (estimated)", "2039-05-31": "Armed Forces Day", "2039-07-15": "Sultan Hassanal Bolkiah's Birthday", "2039-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2039-08-17": "Isra' and Mi'raj (estimated)", "2039-09-19": "First Day of Ramadan (estimated)", "2039-10-05": "Anniversary of the revelation of the Quran (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-10-21": "Eid al-Fitr (estimated)", "2039-10-22": "Eid al-Fitr (observed, estimated)", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed); Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-01-16": "Islamic New Year (observed, estimated)", "2040-02-12": "Lunar New Year", "2040-02-13": "Lunar New Year (observed)", "2040-02-23": "National Day", "2040-03-25": "Prophet's Birthday (estimated)", "2040-03-26": "Prophet's Birthday (observed, estimated)", "2040-05-31": "Armed Forces Day", "2040-07-15": "Sultan Hassanal Bolkiah's Birthday", "2040-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2040-08-05": "Isra' and Mi'raj (estimated)", "2040-08-06": "Isra' and Mi'raj (observed, estimated)", "2040-09-07": "First Day of Ramadan (estimated)", "2040-09-08": "First Day of Ramadan (observed, estimated)", "2040-09-23": "Anniversary of the revelation of the Quran (estimated)", "2040-09-24": "Anniversary of the revelation of the Quran (observed, estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-10-09": "Eid al-Fitr (estimated)", "2040-10-10": "Eid al-Fitr (observed, estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (observed, estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-01-05": "Islamic New Year (observed, estimated)", "2041-02-01": "Lunar New Year", "2041-02-02": "Lunar New Year (observed)", "2041-02-23": "National Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-03-16": "Prophet's Birthday (observed, estimated)", "2041-05-31": "Armed Forces Day", "2041-06-01": "Armed Forces Day (observed)", "2041-07-15": "Sultan Hassanal Bolkiah's Birthday", "2041-07-25": "Isra' and Mi'raj (estimated)", "2041-08-28": "First Day of Ramadan (estimated)", "2041-09-13": "Anniversary of the revelation of the Quran (estimated)", "2041-09-14": "Anniversary of the revelation of the Quran (observed, estimated)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-09-28": "Eid al-Fitr (estimated)", "2041-09-30": "Eid al-Fitr (observed, estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Lunar New Year", "2042-02-23": "National Day", "2042-02-24": "National Day (observed)", "2042-03-04": "Prophet's Birthday (estimated)", "2042-05-31": "Armed Forces Day", "2042-07-15": "Isra' and Mi'raj (estimated); Sultan Hassanal Bolkiah's Birthday", "2042-08-17": "First Day of Ramadan (estimated)", "2042-08-18": "First Day of Ramadan (observed, estimated)", "2042-09-02": "Anniversary of the revelation of the Quran (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-09-17": "Eid al-Fitr (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-15": "Islamic New Year (observed, estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Lunar New Year", "2043-02-22": "Prophet's Birthday (estimated)", "2043-02-23": "National Day; Prophet's Birthday (observed, estimated)", "2043-05-31": "Armed Forces Day", "2043-06-01": "Armed Forces Day (observed)", "2043-07-04": "Isra' and Mi'raj (estimated)", "2043-07-15": "Sultan Hassanal Bolkiah's Birthday", "2043-08-06": "First Day of Ramadan (estimated)", "2043-08-22": "Anniversary of the revelation of the Quran (estimated)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-09-06": "Eid al-Fitr (estimated)", "2043-09-07": "Eid al-Fitr (observed, estimated)", "2043-09-08": "Eid al-Fitr (observed, estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2043-12-26": "Christmas Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day (observed)", "2044-01-30": "Lunar New Year", "2044-02-11": "Prophet's Birthday (estimated)", "2044-02-23": "National Day", "2044-05-31": "Armed Forces Day", "2044-06-23": "Isra' and Mi'raj (estimated)", "2044-07-15": "Sultan Hassanal Bolkiah's Birthday", "2044-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2044-07-26": "First Day of Ramadan (estimated)", "2044-08-11": "Anniversary of the revelation of the Quran (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-08-26": "Eid al-Fitr (estimated)", "2044-08-27": "Eid al-Fitr (observed, estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet's Birthday (estimated)", "2045-02-17": "Lunar New Year", "2045-02-18": "Lunar New Year (observed)", "2045-02-23": "National Day", "2045-05-31": "Armed Forces Day", "2045-06-13": "Isra' and Mi'raj (estimated)", "2045-07-15": "First Day of Ramadan (estimated); Sultan Hassanal Bolkiah's Birthday", "2045-07-31": "Anniversary of the revelation of the Quran (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (estimated)", "2045-08-16": "Eid al-Fitr (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2045-11-11": "Islamic New Year (observed, estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-20": "Prophet's Birthday (observed, estimated)", "2046-02-06": "Lunar New Year", "2046-02-23": "National Day", "2046-02-24": "National Day (observed)", "2046-05-31": "Armed Forces Day", "2046-06-02": "Isra' and Mi'raj (estimated)", "2046-07-05": "First Day of Ramadan (estimated)", "2046-07-15": "Sultan Hassanal Bolkiah's Birthday", "2046-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2046-07-21": "Anniversary of the revelation of the Quran (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-08-05": "Eid al-Fitr (estimated)", "2046-08-06": "Eid al-Fitr (observed, estimated)", "2046-08-07": "Eid al-Fitr (observed, estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Lunar New Year", "2047-02-23": "National Day", "2047-05-22": "Isra' and Mi'raj (estimated)", "2047-05-31": "Armed Forces Day", "2047-06-01": "Armed Forces Day (observed)", "2047-06-24": "First Day of Ramadan (estimated)", "2047-07-10": "Anniversary of the revelation of the Quran (estimated)", "2047-07-15": "Sultan Hassanal Bolkiah's Birthday", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-07-26": "Eid al-Fitr (estimated)", "2047-07-27": "Eid al-Fitr (observed, estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-10-21": "Islamic New Year (observed, estimated)", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet's Birthday (estimated)", "2047-12-30": "Prophet's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-14": "Lunar New Year", "2048-02-15": "Lunar New Year (observed)", "2048-02-23": "National Day", "2048-02-24": "National Day (observed)", "2048-05-10": "Isra' and Mi'raj (estimated)", "2048-05-11": "Isra' and Mi'raj (observed, estimated)", "2048-05-31": "Armed Forces Day", "2048-06-01": "Armed Forces Day (observed)", "2048-06-12": "First Day of Ramadan (estimated)", "2048-06-13": "First Day of Ramadan (observed, estimated)", "2048-06-28": "Anniversary of the revelation of the Quran (estimated)", "2048-06-29": "Anniversary of the revelation of the Quran (observed, estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-07-14": "Eid al-Fitr (estimated)", "2048-07-15": "Eid al-Fitr (observed, estimated); Sultan Hassanal Bolkiah's Birthday", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-10": "Islamic New Year (observed, estimated)", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-19": "Prophet's Birthday (observed, estimated)", "2048-12-25": "Christmas Day", "2048-12-26": "Christmas Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day (observed)", "2049-02-02": "Lunar New Year", "2049-02-23": "National Day", "2049-04-29": "Isra' and Mi'raj (estimated)", "2049-05-31": "Armed Forces Day", "2049-06-02": "First Day of Ramadan (estimated)", "2049-06-18": "Anniversary of the revelation of the Quran (estimated)", "2049-06-19": "Anniversary of the revelation of the Quran (observed, estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-07-03": "Eid al-Fitr (estimated)", "2049-07-05": "Eid al-Fitr (observed, estimated)", "2049-07-15": "Sultan Hassanal Bolkiah's Birthday", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-23": "Lunar New Year", "2050-01-24": "Lunar New Year (observed)", "2050-02-23": "National Day", "2050-04-19": "Isra' and Mi'raj (estimated)", "2050-05-22": "First Day of Ramadan (estimated)", "2050-05-23": "First Day of Ramadan (observed, estimated)", "2050-05-31": "Armed Forces Day", "2050-06-07": "Anniversary of the revelation of the Quran (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-06-22": "Eid al-Fitr (estimated)", "2050-07-15": "Sultan Hassanal Bolkiah's Birthday", "2050-07-16": "Sultan Hassanal Bolkiah's Birthday (observed)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BO_B.json000066400000000000000000001175471500152103600207560ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-06-08": "Corpus Christi", "1950-08-06": "Independence Day", "1950-11-18": "Beni Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-24": "Corpus Christi", "1951-08-06": "Independence Day", "1951-11-18": "Beni Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-06-12": "Corpus Christi", "1952-08-06": "Independence Day", "1952-11-18": "Beni Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-06-04": "Corpus Christi", "1953-08-06": "Independence Day", "1953-11-18": "Beni Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-06-17": "Corpus Christi", "1954-08-06": "Independence Day", "1954-11-18": "Beni Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-06-09": "Corpus Christi", "1955-08-06": "Independence Day", "1955-11-18": "Beni Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-31": "Corpus Christi", "1956-08-06": "Independence Day", "1956-11-18": "Beni Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-06-20": "Corpus Christi", "1957-08-06": "Independence Day", "1957-11-18": "Beni Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-06-05": "Corpus Christi", "1958-08-06": "Independence Day", "1958-11-18": "Beni Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-28": "Corpus Christi", "1959-08-06": "Independence Day", "1959-11-18": "Beni Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-06-16": "Corpus Christi", "1960-08-06": "Independence Day", "1960-11-18": "Beni Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-06-01": "Corpus Christi", "1961-08-06": "Independence Day", "1961-11-18": "Beni Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-06-21": "Corpus Christi", "1962-08-06": "Independence Day", "1962-11-18": "Beni Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-06-13": "Corpus Christi", "1963-08-06": "Independence Day", "1963-11-18": "Beni Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-28": "Corpus Christi", "1964-08-06": "Independence Day", "1964-11-18": "Beni Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-06-17": "Corpus Christi", "1965-08-06": "Independence Day", "1965-11-18": "Beni Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-06-09": "Corpus Christi", "1966-08-06": "Independence Day", "1966-11-18": "Beni Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi", "1967-08-06": "Independence Day", "1967-11-18": "Beni Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-06-13": "Corpus Christi", "1968-08-06": "Independence Day", "1968-11-18": "Beni Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-06-05": "Corpus Christi", "1969-08-06": "Independence Day", "1969-11-18": "Beni Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-28": "Corpus Christi", "1970-08-06": "Independence Day", "1970-11-18": "Beni Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-06-10": "Corpus Christi", "1971-08-06": "Independence Day", "1971-11-18": "Beni Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-06-01": "Corpus Christi", "1972-08-06": "Independence Day", "1972-11-18": "Beni Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-06-21": "Corpus Christi", "1973-08-06": "Independence Day", "1973-11-18": "Beni Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-06-13": "Corpus Christi", "1974-08-06": "Independence Day", "1974-11-18": "Beni Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-08-06": "Independence Day", "1975-11-18": "Beni Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-06-17": "Corpus Christi", "1976-08-06": "Independence Day", "1976-11-18": "Beni Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-06-09": "Corpus Christi", "1977-08-06": "Independence Day", "1977-11-18": "Beni Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-08-06": "Independence Day", "1978-08-07": "Independence Day (observed)", "1978-11-18": "Beni Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-06-14": "Corpus Christi", "1979-08-06": "Independence Day", "1979-11-18": "Beni Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-08-06": "Independence Day", "1980-11-18": "Beni Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-06-18": "Corpus Christi", "1981-08-06": "Independence Day", "1981-11-18": "Beni Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi", "1982-08-06": "Independence Day", "1982-11-18": "Beni Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-06-02": "Corpus Christi", "1983-08-06": "Independence Day", "1983-11-18": "Beni Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-06-21": "Corpus Christi", "1984-08-06": "Independence Day", "1984-11-18": "Beni Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-08-06": "Independence Day", "1985-11-01": "All Saints' Day", "1985-11-18": "Beni Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-08-06": "Independence Day", "1986-11-01": "All Saints' Day", "1986-11-18": "Beni Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-06-18": "Corpus Christi", "1987-08-06": "Independence Day", "1987-11-01": "All Saints' Day", "1987-11-18": "Beni Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-06-02": "Corpus Christi", "1988-08-06": "Independence Day", "1988-11-01": "All Saints' Day", "1988-11-18": "Beni Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-08-06": "Independence Day", "1989-08-07": "Independence Day (observed)", "1989-11-02": "All Souls' Day", "1989-11-18": "Beni Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-06-14": "Corpus Christi", "1990-08-06": "Independence Day", "1990-11-02": "All Souls' Day", "1990-11-18": "Beni Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-08-06": "Independence Day", "1991-11-02": "All Souls' Day", "1991-11-18": "Beni Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-18": "Corpus Christi", "1992-08-06": "Independence Day", "1992-11-02": "All Souls' Day", "1992-11-18": "Beni Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi", "1993-08-06": "Independence Day", "1993-11-02": "All Souls' Day", "1993-11-18": "Beni Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-06-02": "Corpus Christi", "1994-08-06": "Independence Day", "1994-11-02": "All Souls' Day", "1994-11-18": "Beni Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-06-15": "Corpus Christi", "1995-08-06": "Independence Day", "1995-08-07": "Independence Day (observed)", "1995-11-02": "All Souls' Day", "1995-11-18": "Beni Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-08-06": "Independence Day", "1996-11-02": "All Souls' Day", "1996-11-18": "Beni Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-08-06": "Independence Day", "1997-11-02": "All Souls' Day", "1997-11-03": "All Souls' Day (observed)", "1997-11-18": "Beni Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-06-11": "Corpus Christi", "1998-08-06": "Independence Day", "1998-11-02": "All Souls' Day", "1998-11-18": "Beni Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-08-06": "Independence Day", "1999-11-02": "All Souls' Day", "1999-11-18": "Beni Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-22": "Corpus Christi", "2000-08-06": "Independence Day", "2000-08-07": "Independence Day (observed)", "2000-11-02": "All Souls' Day", "2000-11-18": "Beni Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-06-14": "Corpus Christi", "2001-08-06": "Independence Day", "2001-11-02": "All Souls' Day", "2001-11-18": "Beni Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-08-06": "Independence Day", "2002-11-02": "All Souls' Day", "2002-11-18": "Beni Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-19": "Corpus Christi", "2003-08-06": "Independence Day", "2003-11-02": "All Souls' Day", "2003-11-03": "All Souls' Day (observed)", "2003-11-18": "Beni Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi", "2004-08-06": "Independence Day", "2004-11-02": "All Souls' Day", "2004-11-18": "Beni Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-26": "Corpus Christi", "2005-08-06": "Independence Day", "2005-11-02": "All Souls' Day", "2005-11-18": "Beni Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-06-15": "Corpus Christi", "2006-08-06": "Independence Day", "2006-08-07": "Independence Day (observed)", "2006-11-02": "All Souls' Day", "2006-11-18": "Beni Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-08-06": "Independence Day", "2007-11-02": "All Souls' Day", "2007-11-18": "Beni Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-08-06": "Independence Day", "2008-11-02": "All Souls' Day", "2008-11-03": "All Souls' Day (observed)", "2008-11-18": "Beni Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-06-11": "Corpus Christi", "2009-06-21": "Aymara New Year", "2009-06-22": "Aymara New Year (observed)", "2009-08-06": "Independence Day", "2009-11-02": "All Souls' Day", "2009-11-18": "Beni Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-22": "Plurinational State Foundation Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-21": "Aymara New Year", "2010-08-06": "Independence Day", "2010-11-02": "All Souls' Day", "2010-11-18": "Beni Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-22": "Plurinational State Foundation Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-21": "Aymara New Year", "2011-06-23": "Corpus Christi", "2011-08-06": "Independence Day", "2011-11-02": "All Souls' Day", "2011-11-18": "Beni Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-22": "Plurinational State Foundation Day", "2012-01-23": "Plurinational State Foundation Day (observed)", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-30": "Labor Day (observed)", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-21": "Aymara New Year", "2012-08-06": "Independence Day", "2012-11-02": "All Souls' Day", "2012-11-18": "Beni Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-22": "Plurinational State Foundation Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-06-21": "Aymara New Year", "2013-08-06": "Independence Day", "2013-11-02": "All Souls' Day", "2013-11-18": "Beni Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-22": "Plurinational State Foundation Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day (observed)", "2014-06-19": "Corpus Christi", "2014-06-21": "Aymara New Year", "2014-08-06": "Independence Day", "2014-11-02": "All Souls' Day", "2014-11-03": "All Souls' Day (observed)", "2014-11-18": "Beni Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-22": "Plurinational State Foundation Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-06-21": "Aymara New Year", "2015-06-22": "Aymara New Year (observed)", "2015-08-06": "Independence Day", "2015-11-02": "All Souls' Day", "2015-11-18": "Beni Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-22": "Plurinational State Foundation Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-26": "Corpus Christi", "2016-06-21": "Aymara New Year", "2016-08-06": "Independence Day", "2016-11-02": "All Souls' Day", "2016-11-18": "Beni Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-22": "Plurinational State Foundation Day", "2017-01-23": "Plurinational State Foundation Day (observed)", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-06-21": "Aymara New Year", "2017-08-06": "Independence Day", "2017-08-07": "Independence Day (observed)", "2017-11-02": "All Souls' Day", "2017-11-18": "Beni Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-22": "Plurinational State Foundation Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-21": "Aymara New Year", "2018-08-06": "Independence Day", "2018-11-02": "All Souls' Day", "2018-11-18": "Beni Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-22": "Plurinational State Foundation Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-06-20": "Corpus Christi", "2019-06-21": "Aymara New Year", "2019-08-06": "Independence Day", "2019-11-02": "All Souls' Day", "2019-11-18": "Beni Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-22": "Plurinational State Foundation Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-06-11": "Corpus Christi", "2020-06-21": "Aymara New Year", "2020-06-22": "Aymara New Year (observed)", "2020-08-06": "Independence Day", "2020-10-17": "National Dignity Day", "2020-11-02": "All Souls' Day", "2020-11-18": "Beni Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-22": "Plurinational State Foundation Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-21": "Aymara New Year", "2021-08-06": "Independence Day", "2021-10-17": "National Dignity Day", "2021-11-02": "All Souls' Day", "2021-11-18": "Beni Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-22": "Plurinational State Foundation Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-16": "Corpus Christi", "2022-06-21": "Aymara New Year", "2022-08-06": "Independence Day", "2022-10-17": "National Dignity Day", "2022-11-02": "All Souls' Day", "2022-11-18": "Beni Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Plurinational State Foundation Day", "2023-01-23": "Plurinational State Foundation Day (observed)", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-21": "Aymara New Year", "2023-08-06": "Independence Day", "2023-08-07": "Independence Day (observed)", "2023-10-17": "National Dignity Day", "2023-11-02": "All Souls' Day", "2023-11-18": "Beni Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-22": "Plurinational State Foundation Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-21": "Aymara New Year", "2024-08-06": "Independence Day", "2024-10-17": "National Dignity Day", "2024-11-02": "All Souls' Day", "2024-11-18": "Beni Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-22": "Plurinational State Foundation Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-19": "Corpus Christi", "2025-06-21": "Aymara New Year", "2025-08-06": "Independence Day", "2025-10-17": "National Dignity Day", "2025-11-02": "All Souls' Day", "2025-11-18": "Beni Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-22": "Plurinational State Foundation Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-21": "Aymara New Year", "2026-06-22": "Aymara New Year (observed)", "2026-08-06": "Independence Day", "2026-10-17": "National Dignity Day", "2026-11-02": "All Souls' Day", "2026-11-18": "Beni Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Plurinational State Foundation Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-21": "Aymara New Year", "2027-08-06": "Independence Day", "2027-10-17": "National Dignity Day", "2027-11-02": "All Souls' Day", "2027-11-18": "Beni Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-22": "Plurinational State Foundation Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-06-15": "Corpus Christi", "2028-06-21": "Aymara New Year", "2028-08-06": "Independence Day", "2028-08-07": "Independence Day (observed)", "2028-10-17": "National Dignity Day", "2028-11-02": "All Souls' Day", "2028-11-18": "Beni Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-22": "Plurinational State Foundation Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-21": "Aymara New Year", "2029-08-06": "Independence Day", "2029-10-17": "National Dignity Day", "2029-11-02": "All Souls' Day", "2029-11-18": "Beni Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-22": "Plurinational State Foundation Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-06-20": "Corpus Christi", "2030-06-21": "Aymara New Year", "2030-08-06": "Independence Day", "2030-10-17": "National Dignity Day", "2030-11-02": "All Souls' Day", "2030-11-18": "Beni Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-22": "Plurinational State Foundation Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-06-12": "Corpus Christi", "2031-06-21": "Aymara New Year", "2031-08-06": "Independence Day", "2031-10-17": "National Dignity Day", "2031-11-02": "All Souls' Day", "2031-11-18": "Beni Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-22": "Plurinational State Foundation Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-21": "Aymara New Year", "2032-08-06": "Independence Day", "2032-10-17": "National Dignity Day", "2032-11-02": "All Souls' Day", "2032-11-18": "Beni Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-22": "Plurinational State Foundation Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-16": "Corpus Christi", "2033-06-21": "Aymara New Year", "2033-08-06": "Independence Day", "2033-10-17": "National Dignity Day", "2033-11-02": "All Souls' Day", "2033-11-18": "Beni Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-22": "Plurinational State Foundation Day", "2034-01-23": "Plurinational State Foundation Day (observed)", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-21": "Aymara New Year", "2034-08-06": "Independence Day", "2034-08-07": "Independence Day (observed)", "2034-10-17": "National Dignity Day", "2034-11-02": "All Souls' Day", "2034-11-18": "Beni Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-22": "Plurinational State Foundation Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-21": "Aymara New Year", "2035-08-06": "Independence Day", "2035-10-17": "National Dignity Day", "2035-11-02": "All Souls' Day", "2035-11-18": "Beni Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-22": "Plurinational State Foundation Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-06-12": "Corpus Christi", "2036-06-21": "Aymara New Year", "2036-08-06": "Independence Day", "2036-10-17": "National Dignity Day", "2036-11-02": "All Souls' Day", "2036-11-18": "Beni Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-22": "Plurinational State Foundation Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-21": "Aymara New Year", "2037-06-22": "Aymara New Year (observed)", "2037-08-06": "Independence Day", "2037-10-17": "National Dignity Day", "2037-11-02": "All Souls' Day", "2037-11-18": "Beni Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-22": "Plurinational State Foundation Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-21": "Aymara New Year", "2038-06-24": "Corpus Christi", "2038-08-06": "Independence Day", "2038-10-17": "National Dignity Day", "2038-11-02": "All Souls' Day", "2038-11-18": "Beni Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-22": "Plurinational State Foundation Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-09": "Corpus Christi", "2039-06-21": "Aymara New Year", "2039-08-06": "Independence Day", "2039-10-17": "National Dignity Day", "2039-11-02": "All Souls' Day", "2039-11-18": "Beni Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-22": "Plurinational State Foundation Day", "2040-01-23": "Plurinational State Foundation Day (observed)", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-21": "Aymara New Year", "2040-08-06": "Independence Day", "2040-10-17": "National Dignity Day", "2040-11-02": "All Souls' Day", "2040-11-18": "Beni Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-22": "Plurinational State Foundation Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-06-20": "Corpus Christi", "2041-06-21": "Aymara New Year", "2041-08-06": "Independence Day", "2041-10-17": "National Dignity Day", "2041-11-02": "All Souls' Day", "2041-11-18": "Beni Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Plurinational State Foundation Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-21": "Aymara New Year", "2042-08-06": "Independence Day", "2042-10-17": "National Dignity Day", "2042-11-02": "All Souls' Day", "2042-11-18": "Beni Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-22": "Plurinational State Foundation Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-21": "Aymara New Year", "2043-06-22": "Aymara New Year (observed)", "2043-08-06": "Independence Day", "2043-10-17": "National Dignity Day", "2043-11-02": "All Souls' Day", "2043-11-18": "Beni Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-22": "Plurinational State Foundation Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-16": "Corpus Christi", "2044-06-21": "Aymara New Year", "2044-08-06": "Independence Day", "2044-10-17": "National Dignity Day", "2044-11-02": "All Souls' Day", "2044-11-18": "Beni Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-22": "Plurinational State Foundation Day", "2045-01-23": "Plurinational State Foundation Day (observed)", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-21": "Aymara New Year", "2045-08-06": "Independence Day", "2045-08-07": "Independence Day (observed)", "2045-10-17": "National Dignity Day", "2045-11-02": "All Souls' Day", "2045-11-18": "Beni Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-22": "Plurinational State Foundation Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-21": "Aymara New Year", "2046-08-06": "Independence Day", "2046-10-17": "National Dignity Day", "2046-11-02": "All Souls' Day", "2046-11-18": "Beni Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-22": "Plurinational State Foundation Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-06-13": "Corpus Christi", "2047-06-21": "Aymara New Year", "2047-08-06": "Independence Day", "2047-10-17": "National Dignity Day", "2047-11-02": "All Souls' Day", "2047-11-18": "Beni Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-22": "Plurinational State Foundation Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-21": "Aymara New Year", "2048-06-22": "Aymara New Year (observed)", "2048-08-06": "Independence Day", "2048-10-17": "National Dignity Day", "2048-11-02": "All Souls' Day", "2048-11-18": "Beni Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-22": "Plurinational State Foundation Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-06-17": "Corpus Christi", "2049-06-21": "Aymara New Year", "2049-08-06": "Independence Day", "2049-10-17": "National Dignity Day", "2049-11-02": "All Souls' Day", "2049-11-18": "Beni Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-22": "Plurinational State Foundation Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-09": "Corpus Christi", "2050-06-21": "Aymara New Year", "2050-08-06": "Independence Day", "2050-10-17": "National Dignity Day", "2050-11-02": "All Souls' Day", "2050-11-18": "Beni Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BO_C.json000066400000000000000000001207051500152103600207450ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-06-08": "Corpus Christi", "1950-08-06": "Independence Day", "1950-09-14": "Cochabamba Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-24": "Corpus Christi", "1951-08-06": "Independence Day", "1951-09-14": "Cochabamba Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-06-12": "Corpus Christi", "1952-08-06": "Independence Day", "1952-09-14": "Cochabamba Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-06-04": "Corpus Christi", "1953-08-06": "Independence Day", "1953-09-14": "Cochabamba Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-06-17": "Corpus Christi", "1954-08-06": "Independence Day", "1954-09-14": "Cochabamba Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-06-09": "Corpus Christi", "1955-08-06": "Independence Day", "1955-09-14": "Cochabamba Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-31": "Corpus Christi", "1956-08-06": "Independence Day", "1956-09-14": "Cochabamba Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-06-20": "Corpus Christi", "1957-08-06": "Independence Day", "1957-09-14": "Cochabamba Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-06-05": "Corpus Christi", "1958-08-06": "Independence Day", "1958-09-14": "Cochabamba Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-28": "Corpus Christi", "1959-08-06": "Independence Day", "1959-09-14": "Cochabamba Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-06-16": "Corpus Christi", "1960-08-06": "Independence Day", "1960-09-14": "Cochabamba Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-06-01": "Corpus Christi", "1961-08-06": "Independence Day", "1961-09-14": "Cochabamba Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-06-21": "Corpus Christi", "1962-08-06": "Independence Day", "1962-09-14": "Cochabamba Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-06-13": "Corpus Christi", "1963-08-06": "Independence Day", "1963-09-14": "Cochabamba Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-28": "Corpus Christi", "1964-08-06": "Independence Day", "1964-09-14": "Cochabamba Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-06-17": "Corpus Christi", "1965-08-06": "Independence Day", "1965-09-14": "Cochabamba Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-06-09": "Corpus Christi", "1966-08-06": "Independence Day", "1966-09-14": "Cochabamba Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi", "1967-08-06": "Independence Day", "1967-09-14": "Cochabamba Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-06-13": "Corpus Christi", "1968-08-06": "Independence Day", "1968-09-14": "Cochabamba Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-06-05": "Corpus Christi", "1969-08-06": "Independence Day", "1969-09-14": "Cochabamba Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-28": "Corpus Christi", "1970-08-06": "Independence Day", "1970-09-14": "Cochabamba Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-06-10": "Corpus Christi", "1971-08-06": "Independence Day", "1971-09-14": "Cochabamba Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-06-01": "Corpus Christi", "1972-08-06": "Independence Day", "1972-09-14": "Cochabamba Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-06-21": "Corpus Christi", "1973-08-06": "Independence Day", "1973-09-14": "Cochabamba Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-06-13": "Corpus Christi", "1974-08-06": "Independence Day", "1974-09-14": "Cochabamba Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-08-06": "Independence Day", "1975-09-14": "Cochabamba Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-06-17": "Corpus Christi", "1976-08-06": "Independence Day", "1976-09-14": "Cochabamba Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-06-09": "Corpus Christi", "1977-08-06": "Independence Day", "1977-09-14": "Cochabamba Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-08-06": "Independence Day", "1978-08-07": "Independence Day (observed)", "1978-09-14": "Cochabamba Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-06-14": "Corpus Christi", "1979-08-06": "Independence Day", "1979-09-14": "Cochabamba Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-08-06": "Independence Day", "1980-09-14": "Cochabamba Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-06-18": "Corpus Christi", "1981-08-06": "Independence Day", "1981-09-14": "Cochabamba Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi", "1982-08-06": "Independence Day", "1982-09-14": "Cochabamba Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-06-02": "Corpus Christi", "1983-08-06": "Independence Day", "1983-09-14": "Cochabamba Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-06-21": "Corpus Christi", "1984-08-06": "Independence Day", "1984-09-14": "Cochabamba Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-08-06": "Independence Day", "1985-09-14": "Cochabamba Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-08-06": "Independence Day", "1986-09-14": "Cochabamba Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-06-18": "Corpus Christi", "1987-08-06": "Independence Day", "1987-09-14": "Cochabamba Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-06-02": "Corpus Christi", "1988-08-06": "Independence Day", "1988-09-14": "Cochabamba Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-08-06": "Independence Day", "1989-08-07": "Independence Day (observed)", "1989-09-14": "Cochabamba Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-06-14": "Corpus Christi", "1990-08-06": "Independence Day", "1990-09-14": "Cochabamba Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-08-06": "Independence Day", "1991-09-14": "Cochabamba Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-18": "Corpus Christi", "1992-08-06": "Independence Day", "1992-09-14": "Cochabamba Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi", "1993-08-06": "Independence Day", "1993-09-14": "Cochabamba Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-06-02": "Corpus Christi", "1994-08-06": "Independence Day", "1994-09-14": "Cochabamba Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-06-15": "Corpus Christi", "1995-08-06": "Independence Day", "1995-08-07": "Independence Day (observed)", "1995-09-14": "Cochabamba Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-08-06": "Independence Day", "1996-09-14": "Cochabamba Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-08-06": "Independence Day", "1997-09-14": "Cochabamba Day", "1997-11-02": "All Souls' Day", "1997-11-03": "All Souls' Day (observed)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-06-11": "Corpus Christi", "1998-08-06": "Independence Day", "1998-09-14": "Cochabamba Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-08-06": "Independence Day", "1999-09-14": "Cochabamba Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-22": "Corpus Christi", "2000-08-06": "Independence Day", "2000-08-07": "Independence Day (observed)", "2000-09-14": "Cochabamba Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-06-14": "Corpus Christi", "2001-08-06": "Independence Day", "2001-09-14": "Cochabamba Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-08-06": "Independence Day", "2002-09-14": "Cochabamba Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-19": "Corpus Christi", "2003-08-06": "Independence Day", "2003-09-14": "Cochabamba Day", "2003-11-02": "All Souls' Day", "2003-11-03": "All Souls' Day (observed)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi", "2004-08-06": "Independence Day", "2004-09-14": "Cochabamba Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-26": "Corpus Christi", "2005-08-06": "Independence Day", "2005-09-14": "Cochabamba Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-06-15": "Corpus Christi", "2006-08-06": "Independence Day", "2006-08-07": "Independence Day (observed)", "2006-09-14": "Cochabamba Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-08-06": "Independence Day", "2007-09-14": "Cochabamba Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-08-06": "Independence Day", "2008-09-14": "Cochabamba Day", "2008-11-02": "All Souls' Day", "2008-11-03": "All Souls' Day (observed)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-06-11": "Corpus Christi", "2009-06-21": "Aymara New Year", "2009-06-22": "Aymara New Year (observed)", "2009-08-06": "Independence Day", "2009-09-14": "Cochabamba Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-22": "Plurinational State Foundation Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-21": "Aymara New Year", "2010-08-06": "Independence Day", "2010-09-14": "Cochabamba Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-22": "Plurinational State Foundation Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-21": "Aymara New Year", "2011-06-23": "Corpus Christi", "2011-08-06": "Independence Day", "2011-09-14": "Cochabamba Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-22": "Plurinational State Foundation Day", "2012-01-23": "Plurinational State Foundation Day (observed)", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-30": "Labor Day (observed)", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-21": "Aymara New Year", "2012-08-06": "Independence Day", "2012-09-14": "Cochabamba Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-22": "Plurinational State Foundation Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-06-21": "Aymara New Year", "2013-08-06": "Independence Day", "2013-09-14": "Cochabamba Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-22": "Plurinational State Foundation Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day (observed)", "2014-06-19": "Corpus Christi", "2014-06-21": "Aymara New Year", "2014-08-06": "Independence Day", "2014-09-14": "Cochabamba Day", "2014-11-02": "All Souls' Day", "2014-11-03": "All Souls' Day (observed)", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-22": "Plurinational State Foundation Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-06-21": "Aymara New Year", "2015-06-22": "Aymara New Year (observed)", "2015-08-06": "Independence Day", "2015-09-14": "Cochabamba Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-22": "Plurinational State Foundation Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-26": "Corpus Christi", "2016-06-21": "Aymara New Year", "2016-08-06": "Independence Day", "2016-09-14": "Cochabamba Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-22": "Plurinational State Foundation Day", "2017-01-23": "Plurinational State Foundation Day (observed)", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-06-21": "Aymara New Year", "2017-08-06": "Independence Day", "2017-08-07": "Independence Day (observed)", "2017-09-14": "Cochabamba Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-22": "Plurinational State Foundation Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-21": "Aymara New Year", "2018-08-06": "Independence Day", "2018-09-14": "Cochabamba Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-22": "Plurinational State Foundation Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-06-20": "Corpus Christi", "2019-06-21": "Aymara New Year", "2019-08-06": "Independence Day", "2019-09-14": "Cochabamba Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-22": "Plurinational State Foundation Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-06-11": "Corpus Christi", "2020-06-21": "Aymara New Year", "2020-06-22": "Aymara New Year (observed)", "2020-08-06": "Independence Day", "2020-09-14": "Cochabamba Day", "2020-10-17": "National Dignity Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-22": "Plurinational State Foundation Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-21": "Aymara New Year", "2021-08-06": "Independence Day", "2021-09-14": "Cochabamba Day", "2021-10-17": "National Dignity Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-22": "Plurinational State Foundation Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-16": "Corpus Christi", "2022-06-21": "Aymara New Year", "2022-08-06": "Independence Day", "2022-09-14": "Cochabamba Day", "2022-10-17": "National Dignity Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Plurinational State Foundation Day", "2023-01-23": "Plurinational State Foundation Day (observed)", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-21": "Aymara New Year", "2023-08-06": "Independence Day", "2023-08-07": "Independence Day (observed)", "2023-09-14": "Cochabamba Day", "2023-10-17": "National Dignity Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-22": "Plurinational State Foundation Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-21": "Aymara New Year", "2024-08-06": "Independence Day", "2024-09-14": "Cochabamba Day", "2024-10-17": "National Dignity Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-22": "Plurinational State Foundation Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-19": "Corpus Christi", "2025-06-21": "Aymara New Year", "2025-08-06": "Independence Day", "2025-09-14": "Cochabamba Day", "2025-10-17": "National Dignity Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-22": "Plurinational State Foundation Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-21": "Aymara New Year", "2026-06-22": "Aymara New Year (observed)", "2026-08-06": "Independence Day", "2026-09-14": "Cochabamba Day", "2026-10-17": "National Dignity Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Plurinational State Foundation Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-21": "Aymara New Year", "2027-08-06": "Independence Day", "2027-09-14": "Cochabamba Day", "2027-10-17": "National Dignity Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-22": "Plurinational State Foundation Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-06-15": "Corpus Christi", "2028-06-21": "Aymara New Year", "2028-08-06": "Independence Day", "2028-08-07": "Independence Day (observed)", "2028-09-14": "Cochabamba Day", "2028-10-17": "National Dignity Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-22": "Plurinational State Foundation Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-21": "Aymara New Year", "2029-08-06": "Independence Day", "2029-09-14": "Cochabamba Day", "2029-10-17": "National Dignity Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-22": "Plurinational State Foundation Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-06-20": "Corpus Christi", "2030-06-21": "Aymara New Year", "2030-08-06": "Independence Day", "2030-09-14": "Cochabamba Day", "2030-10-17": "National Dignity Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-22": "Plurinational State Foundation Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-06-12": "Corpus Christi", "2031-06-21": "Aymara New Year", "2031-08-06": "Independence Day", "2031-09-14": "Cochabamba Day", "2031-10-17": "National Dignity Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-22": "Plurinational State Foundation Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-21": "Aymara New Year", "2032-08-06": "Independence Day", "2032-09-14": "Cochabamba Day", "2032-10-17": "National Dignity Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-22": "Plurinational State Foundation Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-16": "Corpus Christi", "2033-06-21": "Aymara New Year", "2033-08-06": "Independence Day", "2033-09-14": "Cochabamba Day", "2033-10-17": "National Dignity Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-22": "Plurinational State Foundation Day", "2034-01-23": "Plurinational State Foundation Day (observed)", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-21": "Aymara New Year", "2034-08-06": "Independence Day", "2034-08-07": "Independence Day (observed)", "2034-09-14": "Cochabamba Day", "2034-10-17": "National Dignity Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-22": "Plurinational State Foundation Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-21": "Aymara New Year", "2035-08-06": "Independence Day", "2035-09-14": "Cochabamba Day", "2035-10-17": "National Dignity Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-22": "Plurinational State Foundation Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-06-12": "Corpus Christi", "2036-06-21": "Aymara New Year", "2036-08-06": "Independence Day", "2036-09-14": "Cochabamba Day", "2036-10-17": "National Dignity Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-22": "Plurinational State Foundation Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-21": "Aymara New Year", "2037-06-22": "Aymara New Year (observed)", "2037-08-06": "Independence Day", "2037-09-14": "Cochabamba Day", "2037-10-17": "National Dignity Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-22": "Plurinational State Foundation Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-21": "Aymara New Year", "2038-06-24": "Corpus Christi", "2038-08-06": "Independence Day", "2038-09-14": "Cochabamba Day", "2038-10-17": "National Dignity Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-22": "Plurinational State Foundation Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-09": "Corpus Christi", "2039-06-21": "Aymara New Year", "2039-08-06": "Independence Day", "2039-09-14": "Cochabamba Day", "2039-10-17": "National Dignity Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-22": "Plurinational State Foundation Day", "2040-01-23": "Plurinational State Foundation Day (observed)", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-21": "Aymara New Year", "2040-08-06": "Independence Day", "2040-09-14": "Cochabamba Day", "2040-10-17": "National Dignity Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-22": "Plurinational State Foundation Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-06-20": "Corpus Christi", "2041-06-21": "Aymara New Year", "2041-08-06": "Independence Day", "2041-09-14": "Cochabamba Day", "2041-10-17": "National Dignity Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Plurinational State Foundation Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-21": "Aymara New Year", "2042-08-06": "Independence Day", "2042-09-14": "Cochabamba Day", "2042-10-17": "National Dignity Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-22": "Plurinational State Foundation Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-21": "Aymara New Year", "2043-06-22": "Aymara New Year (observed)", "2043-08-06": "Independence Day", "2043-09-14": "Cochabamba Day", "2043-10-17": "National Dignity Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-22": "Plurinational State Foundation Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-16": "Corpus Christi", "2044-06-21": "Aymara New Year", "2044-08-06": "Independence Day", "2044-09-14": "Cochabamba Day", "2044-10-17": "National Dignity Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-22": "Plurinational State Foundation Day", "2045-01-23": "Plurinational State Foundation Day (observed)", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-21": "Aymara New Year", "2045-08-06": "Independence Day", "2045-08-07": "Independence Day (observed)", "2045-09-14": "Cochabamba Day", "2045-10-17": "National Dignity Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-22": "Plurinational State Foundation Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-21": "Aymara New Year", "2046-08-06": "Independence Day", "2046-09-14": "Cochabamba Day", "2046-10-17": "National Dignity Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-22": "Plurinational State Foundation Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-06-13": "Corpus Christi", "2047-06-21": "Aymara New Year", "2047-08-06": "Independence Day", "2047-09-14": "Cochabamba Day", "2047-10-17": "National Dignity Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-22": "Plurinational State Foundation Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-21": "Aymara New Year", "2048-06-22": "Aymara New Year (observed)", "2048-08-06": "Independence Day", "2048-09-14": "Cochabamba Day", "2048-10-17": "National Dignity Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-22": "Plurinational State Foundation Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-06-17": "Corpus Christi", "2049-06-21": "Aymara New Year", "2049-08-06": "Independence Day", "2049-09-14": "Cochabamba Day", "2049-10-17": "National Dignity Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-22": "Plurinational State Foundation Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-09": "Corpus Christi", "2050-06-21": "Aymara New Year", "2050-08-06": "Independence Day", "2050-09-14": "Cochabamba Day", "2050-10-17": "National Dignity Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BO_COMMON.json000066400000000000000000001116211500152103600215500ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-06-08": "Corpus Christi", "1950-08-06": "Independence Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-24": "Corpus Christi", "1951-08-06": "Independence Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-06-12": "Corpus Christi", "1952-08-06": "Independence Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-06-04": "Corpus Christi", "1953-08-06": "Independence Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-06-17": "Corpus Christi", "1954-08-06": "Independence Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-06-09": "Corpus Christi", "1955-08-06": "Independence Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-31": "Corpus Christi", "1956-08-06": "Independence Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-06-20": "Corpus Christi", "1957-08-06": "Independence Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-06-05": "Corpus Christi", "1958-08-06": "Independence Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-28": "Corpus Christi", "1959-08-06": "Independence Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-06-16": "Corpus Christi", "1960-08-06": "Independence Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-06-01": "Corpus Christi", "1961-08-06": "Independence Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-06-21": "Corpus Christi", "1962-08-06": "Independence Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-06-13": "Corpus Christi", "1963-08-06": "Independence Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-28": "Corpus Christi", "1964-08-06": "Independence Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-06-17": "Corpus Christi", "1965-08-06": "Independence Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-06-09": "Corpus Christi", "1966-08-06": "Independence Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi", "1967-08-06": "Independence Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-06-13": "Corpus Christi", "1968-08-06": "Independence Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-06-05": "Corpus Christi", "1969-08-06": "Independence Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-28": "Corpus Christi", "1970-08-06": "Independence Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-06-10": "Corpus Christi", "1971-08-06": "Independence Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-06-01": "Corpus Christi", "1972-08-06": "Independence Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-06-21": "Corpus Christi", "1973-08-06": "Independence Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-06-13": "Corpus Christi", "1974-08-06": "Independence Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-08-06": "Independence Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-06-17": "Corpus Christi", "1976-08-06": "Independence Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-06-09": "Corpus Christi", "1977-08-06": "Independence Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-08-06": "Independence Day", "1978-08-07": "Independence Day (observed)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-06-14": "Corpus Christi", "1979-08-06": "Independence Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-08-06": "Independence Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-06-18": "Corpus Christi", "1981-08-06": "Independence Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi", "1982-08-06": "Independence Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-06-02": "Corpus Christi", "1983-08-06": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-06-21": "Corpus Christi", "1984-08-06": "Independence Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-08-06": "Independence Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-08-06": "Independence Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-06-18": "Corpus Christi", "1987-08-06": "Independence Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-06-02": "Corpus Christi", "1988-08-06": "Independence Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-08-06": "Independence Day", "1989-08-07": "Independence Day (observed)", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-06-14": "Corpus Christi", "1990-08-06": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-08-06": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-18": "Corpus Christi", "1992-08-06": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi", "1993-08-06": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-06-02": "Corpus Christi", "1994-08-06": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-06-15": "Corpus Christi", "1995-08-06": "Independence Day", "1995-08-07": "Independence Day (observed)", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-08-06": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-08-06": "Independence Day", "1997-11-02": "All Souls' Day", "1997-11-03": "All Souls' Day (observed)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-06-11": "Corpus Christi", "1998-08-06": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-08-06": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-22": "Corpus Christi", "2000-08-06": "Independence Day", "2000-08-07": "Independence Day (observed)", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-06-14": "Corpus Christi", "2001-08-06": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-08-06": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-19": "Corpus Christi", "2003-08-06": "Independence Day", "2003-11-02": "All Souls' Day", "2003-11-03": "All Souls' Day (observed)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi", "2004-08-06": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-26": "Corpus Christi", "2005-08-06": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-06-15": "Corpus Christi", "2006-08-06": "Independence Day", "2006-08-07": "Independence Day (observed)", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-08-06": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-08-06": "Independence Day", "2008-11-02": "All Souls' Day", "2008-11-03": "All Souls' Day (observed)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-06-11": "Corpus Christi", "2009-06-21": "Aymara New Year", "2009-06-22": "Aymara New Year (observed)", "2009-08-06": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-22": "Plurinational State Foundation Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-21": "Aymara New Year", "2010-08-06": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-22": "Plurinational State Foundation Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-21": "Aymara New Year", "2011-06-23": "Corpus Christi", "2011-08-06": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-22": "Plurinational State Foundation Day", "2012-01-23": "Plurinational State Foundation Day (observed)", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-30": "Labor Day (observed)", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-21": "Aymara New Year", "2012-08-06": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-22": "Plurinational State Foundation Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-06-21": "Aymara New Year", "2013-08-06": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-22": "Plurinational State Foundation Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day (observed)", "2014-06-19": "Corpus Christi", "2014-06-21": "Aymara New Year", "2014-08-06": "Independence Day", "2014-11-02": "All Souls' Day", "2014-11-03": "All Souls' Day (observed)", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-22": "Plurinational State Foundation Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-06-21": "Aymara New Year", "2015-06-22": "Aymara New Year (observed)", "2015-08-06": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-22": "Plurinational State Foundation Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-26": "Corpus Christi", "2016-06-21": "Aymara New Year", "2016-08-06": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-22": "Plurinational State Foundation Day", "2017-01-23": "Plurinational State Foundation Day (observed)", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-06-21": "Aymara New Year", "2017-08-06": "Independence Day", "2017-08-07": "Independence Day (observed)", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-22": "Plurinational State Foundation Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-21": "Aymara New Year", "2018-08-06": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-22": "Plurinational State Foundation Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-06-20": "Corpus Christi", "2019-06-21": "Aymara New Year", "2019-08-06": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-22": "Plurinational State Foundation Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-06-11": "Corpus Christi", "2020-06-21": "Aymara New Year", "2020-06-22": "Aymara New Year (observed)", "2020-08-06": "Independence Day", "2020-10-17": "National Dignity Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-22": "Plurinational State Foundation Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-21": "Aymara New Year", "2021-08-06": "Independence Day", "2021-10-17": "National Dignity Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-22": "Plurinational State Foundation Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-16": "Corpus Christi", "2022-06-21": "Aymara New Year", "2022-08-06": "Independence Day", "2022-10-17": "National Dignity Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Plurinational State Foundation Day", "2023-01-23": "Plurinational State Foundation Day (observed)", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-21": "Aymara New Year", "2023-08-06": "Independence Day", "2023-08-07": "Independence Day (observed)", "2023-10-17": "National Dignity Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-22": "Plurinational State Foundation Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-21": "Aymara New Year", "2024-08-06": "Independence Day", "2024-10-17": "National Dignity Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-22": "Plurinational State Foundation Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-19": "Corpus Christi", "2025-06-21": "Aymara New Year", "2025-08-06": "Independence Day", "2025-10-17": "National Dignity Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-22": "Plurinational State Foundation Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-21": "Aymara New Year", "2026-06-22": "Aymara New Year (observed)", "2026-08-06": "Independence Day", "2026-10-17": "National Dignity Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Plurinational State Foundation Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-21": "Aymara New Year", "2027-08-06": "Independence Day", "2027-10-17": "National Dignity Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-22": "Plurinational State Foundation Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-06-15": "Corpus Christi", "2028-06-21": "Aymara New Year", "2028-08-06": "Independence Day", "2028-08-07": "Independence Day (observed)", "2028-10-17": "National Dignity Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-22": "Plurinational State Foundation Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-21": "Aymara New Year", "2029-08-06": "Independence Day", "2029-10-17": "National Dignity Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-22": "Plurinational State Foundation Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-06-20": "Corpus Christi", "2030-06-21": "Aymara New Year", "2030-08-06": "Independence Day", "2030-10-17": "National Dignity Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-22": "Plurinational State Foundation Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-06-12": "Corpus Christi", "2031-06-21": "Aymara New Year", "2031-08-06": "Independence Day", "2031-10-17": "National Dignity Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-22": "Plurinational State Foundation Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-21": "Aymara New Year", "2032-08-06": "Independence Day", "2032-10-17": "National Dignity Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-22": "Plurinational State Foundation Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-16": "Corpus Christi", "2033-06-21": "Aymara New Year", "2033-08-06": "Independence Day", "2033-10-17": "National Dignity Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-22": "Plurinational State Foundation Day", "2034-01-23": "Plurinational State Foundation Day (observed)", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-21": "Aymara New Year", "2034-08-06": "Independence Day", "2034-08-07": "Independence Day (observed)", "2034-10-17": "National Dignity Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-22": "Plurinational State Foundation Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-21": "Aymara New Year", "2035-08-06": "Independence Day", "2035-10-17": "National Dignity Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-22": "Plurinational State Foundation Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-06-12": "Corpus Christi", "2036-06-21": "Aymara New Year", "2036-08-06": "Independence Day", "2036-10-17": "National Dignity Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-22": "Plurinational State Foundation Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-21": "Aymara New Year", "2037-06-22": "Aymara New Year (observed)", "2037-08-06": "Independence Day", "2037-10-17": "National Dignity Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-22": "Plurinational State Foundation Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-21": "Aymara New Year", "2038-06-24": "Corpus Christi", "2038-08-06": "Independence Day", "2038-10-17": "National Dignity Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-22": "Plurinational State Foundation Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-09": "Corpus Christi", "2039-06-21": "Aymara New Year", "2039-08-06": "Independence Day", "2039-10-17": "National Dignity Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-22": "Plurinational State Foundation Day", "2040-01-23": "Plurinational State Foundation Day (observed)", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-21": "Aymara New Year", "2040-08-06": "Independence Day", "2040-10-17": "National Dignity Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-22": "Plurinational State Foundation Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-06-20": "Corpus Christi", "2041-06-21": "Aymara New Year", "2041-08-06": "Independence Day", "2041-10-17": "National Dignity Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Plurinational State Foundation Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-21": "Aymara New Year", "2042-08-06": "Independence Day", "2042-10-17": "National Dignity Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-22": "Plurinational State Foundation Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-21": "Aymara New Year", "2043-06-22": "Aymara New Year (observed)", "2043-08-06": "Independence Day", "2043-10-17": "National Dignity Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-22": "Plurinational State Foundation Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-16": "Corpus Christi", "2044-06-21": "Aymara New Year", "2044-08-06": "Independence Day", "2044-10-17": "National Dignity Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-22": "Plurinational State Foundation Day", "2045-01-23": "Plurinational State Foundation Day (observed)", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-21": "Aymara New Year", "2045-08-06": "Independence Day", "2045-08-07": "Independence Day (observed)", "2045-10-17": "National Dignity Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-22": "Plurinational State Foundation Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-21": "Aymara New Year", "2046-08-06": "Independence Day", "2046-10-17": "National Dignity Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-22": "Plurinational State Foundation Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-06-13": "Corpus Christi", "2047-06-21": "Aymara New Year", "2047-08-06": "Independence Day", "2047-10-17": "National Dignity Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-22": "Plurinational State Foundation Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-21": "Aymara New Year", "2048-06-22": "Aymara New Year (observed)", "2048-08-06": "Independence Day", "2048-10-17": "National Dignity Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-22": "Plurinational State Foundation Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-06-17": "Corpus Christi", "2049-06-21": "Aymara New Year", "2049-08-06": "Independence Day", "2049-10-17": "National Dignity Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-22": "Plurinational State Foundation Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-09": "Corpus Christi", "2050-06-21": "Aymara New Year", "2050-08-06": "Independence Day", "2050-10-17": "National Dignity Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BO_H.json000066400000000000000000001206111500152103600207460ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-05-25": "Chuquisaca Day", "1950-06-08": "Corpus Christi", "1950-08-06": "Independence Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-24": "Corpus Christi", "1951-05-25": "Chuquisaca Day", "1951-08-06": "Independence Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-05-25": "Chuquisaca Day", "1952-06-12": "Corpus Christi", "1952-08-06": "Independence Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-05-25": "Chuquisaca Day", "1953-06-04": "Corpus Christi", "1953-08-06": "Independence Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-05-25": "Chuquisaca Day", "1954-06-17": "Corpus Christi", "1954-08-06": "Independence Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-05-25": "Chuquisaca Day", "1955-06-09": "Corpus Christi", "1955-08-06": "Independence Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-25": "Chuquisaca Day", "1956-05-31": "Corpus Christi", "1956-08-06": "Independence Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-05-25": "Chuquisaca Day", "1957-06-20": "Corpus Christi", "1957-08-06": "Independence Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-05-25": "Chuquisaca Day", "1958-06-05": "Corpus Christi", "1958-08-06": "Independence Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-25": "Chuquisaca Day", "1959-05-28": "Corpus Christi", "1959-08-06": "Independence Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-05-25": "Chuquisaca Day", "1960-06-16": "Corpus Christi", "1960-08-06": "Independence Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-05-25": "Chuquisaca Day", "1961-06-01": "Corpus Christi", "1961-08-06": "Independence Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-05-25": "Chuquisaca Day", "1962-06-21": "Corpus Christi", "1962-08-06": "Independence Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-05-25": "Chuquisaca Day", "1963-06-13": "Corpus Christi", "1963-08-06": "Independence Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-25": "Chuquisaca Day", "1964-05-28": "Corpus Christi", "1964-08-06": "Independence Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-05-25": "Chuquisaca Day", "1965-06-17": "Corpus Christi", "1965-08-06": "Independence Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-05-25": "Chuquisaca Day", "1966-06-09": "Corpus Christi", "1966-08-06": "Independence Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-25": "Chuquisaca Day; Corpus Christi", "1967-08-06": "Independence Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-05-25": "Chuquisaca Day", "1968-06-13": "Corpus Christi", "1968-08-06": "Independence Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-05-25": "Chuquisaca Day", "1969-06-05": "Corpus Christi", "1969-08-06": "Independence Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-25": "Chuquisaca Day", "1970-05-28": "Corpus Christi", "1970-08-06": "Independence Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-05-25": "Chuquisaca Day", "1971-06-10": "Corpus Christi", "1971-08-06": "Independence Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-05-25": "Chuquisaca Day", "1972-06-01": "Corpus Christi", "1972-08-06": "Independence Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-25": "Chuquisaca Day", "1973-06-21": "Corpus Christi", "1973-08-06": "Independence Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-25": "Chuquisaca Day", "1974-06-13": "Corpus Christi", "1974-08-06": "Independence Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-25": "Chuquisaca Day", "1975-05-29": "Corpus Christi", "1975-08-06": "Independence Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-25": "Chuquisaca Day", "1976-06-17": "Corpus Christi", "1976-08-06": "Independence Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-05-25": "Chuquisaca Day", "1977-06-09": "Corpus Christi", "1977-08-06": "Independence Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "Chuquisaca Day; Corpus Christi", "1978-08-06": "Independence Day", "1978-08-07": "Independence Day (observed)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-25": "Chuquisaca Day", "1979-06-14": "Corpus Christi", "1979-08-06": "Independence Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-25": "Chuquisaca Day", "1980-06-05": "Corpus Christi", "1980-08-06": "Independence Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-25": "Chuquisaca Day", "1981-06-18": "Corpus Christi", "1981-08-06": "Independence Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-25": "Chuquisaca Day", "1982-06-10": "Corpus Christi", "1982-08-06": "Independence Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-25": "Chuquisaca Day", "1983-06-02": "Corpus Christi", "1983-08-06": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-25": "Chuquisaca Day", "1984-06-21": "Corpus Christi", "1984-08-06": "Independence Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-25": "Chuquisaca Day", "1985-06-06": "Corpus Christi", "1985-08-06": "Independence Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-25": "Chuquisaca Day", "1986-05-29": "Corpus Christi", "1986-08-06": "Independence Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-25": "Chuquisaca Day", "1987-06-18": "Corpus Christi", "1987-08-06": "Independence Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-25": "Chuquisaca Day", "1988-06-02": "Corpus Christi", "1988-08-06": "Independence Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "Chuquisaca Day; Corpus Christi", "1989-08-06": "Independence Day", "1989-08-07": "Independence Day (observed)", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-25": "Chuquisaca Day", "1990-06-14": "Corpus Christi", "1990-08-06": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-25": "Chuquisaca Day", "1991-05-30": "Corpus Christi", "1991-08-06": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-25": "Chuquisaca Day", "1992-06-18": "Corpus Christi", "1992-08-06": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-25": "Chuquisaca Day", "1993-06-10": "Corpus Christi", "1993-08-06": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-25": "Chuquisaca Day", "1994-06-02": "Corpus Christi", "1994-08-06": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "Chuquisaca Day", "1995-06-15": "Corpus Christi", "1995-08-06": "Independence Day", "1995-08-07": "Independence Day (observed)", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-25": "Chuquisaca Day", "1996-06-06": "Corpus Christi", "1996-08-06": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-25": "Chuquisaca Day", "1997-05-29": "Corpus Christi", "1997-08-06": "Independence Day", "1997-11-02": "All Souls' Day", "1997-11-03": "All Souls' Day (observed)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-05-25": "Chuquisaca Day", "1998-06-11": "Corpus Christi", "1998-08-06": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-05-25": "Chuquisaca Day", "1999-06-03": "Corpus Christi", "1999-08-06": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-25": "Chuquisaca Day", "2000-06-22": "Corpus Christi", "2000-08-06": "Independence Day", "2000-08-07": "Independence Day (observed)", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-25": "Chuquisaca Day", "2001-06-14": "Corpus Christi", "2001-08-06": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-25": "Chuquisaca Day", "2002-05-30": "Corpus Christi", "2002-08-06": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-25": "Chuquisaca Day", "2003-06-19": "Corpus Christi", "2003-08-06": "Independence Day", "2003-11-02": "All Souls' Day", "2003-11-03": "All Souls' Day (observed)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-25": "Chuquisaca Day", "2004-06-10": "Corpus Christi", "2004-08-06": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-25": "Chuquisaca Day", "2005-05-26": "Corpus Christi", "2005-08-06": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "Chuquisaca Day", "2006-06-15": "Corpus Christi", "2006-08-06": "Independence Day", "2006-08-07": "Independence Day (observed)", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-05-25": "Chuquisaca Day", "2007-06-07": "Corpus Christi", "2007-08-06": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-05-25": "Chuquisaca Day", "2008-08-06": "Independence Day", "2008-11-02": "All Souls' Day", "2008-11-03": "All Souls' Day (observed)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-25": "Chuquisaca Day", "2009-06-11": "Corpus Christi", "2009-06-21": "Aymara New Year", "2009-06-22": "Aymara New Year (observed)", "2009-08-06": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-22": "Plurinational State Foundation Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-25": "Chuquisaca Day", "2010-06-03": "Corpus Christi", "2010-06-21": "Aymara New Year", "2010-08-06": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-22": "Plurinational State Foundation Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-25": "Chuquisaca Day", "2011-06-21": "Aymara New Year", "2011-06-23": "Corpus Christi", "2011-08-06": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-22": "Plurinational State Foundation Day", "2012-01-23": "Plurinational State Foundation Day (observed)", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-30": "Labor Day (observed)", "2012-05-01": "Labor Day", "2012-05-25": "Chuquisaca Day", "2012-06-07": "Corpus Christi", "2012-06-21": "Aymara New Year", "2012-08-06": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-22": "Plurinational State Foundation Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-25": "Chuquisaca Day", "2013-05-30": "Corpus Christi", "2013-06-21": "Aymara New Year", "2013-08-06": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-22": "Plurinational State Foundation Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day (observed)", "2014-05-25": "Chuquisaca Day", "2014-06-19": "Corpus Christi", "2014-06-21": "Aymara New Year", "2014-08-06": "Independence Day", "2014-11-02": "All Souls' Day", "2014-11-03": "All Souls' Day (observed)", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-22": "Plurinational State Foundation Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-05-25": "Chuquisaca Day", "2015-06-04": "Corpus Christi", "2015-06-21": "Aymara New Year", "2015-06-22": "Aymara New Year (observed)", "2015-08-06": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-22": "Plurinational State Foundation Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-25": "Chuquisaca Day", "2016-05-26": "Corpus Christi", "2016-06-21": "Aymara New Year", "2016-08-06": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-22": "Plurinational State Foundation Day", "2017-01-23": "Plurinational State Foundation Day (observed)", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-05-25": "Chuquisaca Day", "2017-06-15": "Corpus Christi", "2017-06-21": "Aymara New Year", "2017-08-06": "Independence Day", "2017-08-07": "Independence Day (observed)", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-22": "Plurinational State Foundation Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-25": "Chuquisaca Day", "2018-05-31": "Corpus Christi", "2018-06-21": "Aymara New Year", "2018-08-06": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-22": "Plurinational State Foundation Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-05-25": "Chuquisaca Day", "2019-06-20": "Corpus Christi", "2019-06-21": "Aymara New Year", "2019-08-06": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-22": "Plurinational State Foundation Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-05-25": "Chuquisaca Day", "2020-06-11": "Corpus Christi", "2020-06-21": "Aymara New Year", "2020-06-22": "Aymara New Year (observed)", "2020-08-06": "Independence Day", "2020-10-17": "National Dignity Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-22": "Plurinational State Foundation Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-05-25": "Chuquisaca Day", "2021-06-03": "Corpus Christi", "2021-06-21": "Aymara New Year", "2021-08-06": "Independence Day", "2021-10-17": "National Dignity Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-22": "Plurinational State Foundation Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-05-25": "Chuquisaca Day", "2022-06-16": "Corpus Christi", "2022-06-21": "Aymara New Year", "2022-08-06": "Independence Day", "2022-10-17": "National Dignity Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Plurinational State Foundation Day", "2023-01-23": "Plurinational State Foundation Day (observed)", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-25": "Chuquisaca Day", "2023-06-08": "Corpus Christi", "2023-06-21": "Aymara New Year", "2023-08-06": "Independence Day", "2023-08-07": "Independence Day (observed)", "2023-10-17": "National Dignity Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-22": "Plurinational State Foundation Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-25": "Chuquisaca Day", "2024-05-30": "Corpus Christi", "2024-06-21": "Aymara New Year", "2024-08-06": "Independence Day", "2024-10-17": "National Dignity Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-22": "Plurinational State Foundation Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-25": "Chuquisaca Day", "2025-06-19": "Corpus Christi", "2025-06-21": "Aymara New Year", "2025-08-06": "Independence Day", "2025-10-17": "National Dignity Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-22": "Plurinational State Foundation Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-25": "Chuquisaca Day", "2026-06-04": "Corpus Christi", "2026-06-21": "Aymara New Year", "2026-06-22": "Aymara New Year (observed)", "2026-08-06": "Independence Day", "2026-10-17": "National Dignity Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Plurinational State Foundation Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-25": "Chuquisaca Day", "2027-05-27": "Corpus Christi", "2027-06-21": "Aymara New Year", "2027-08-06": "Independence Day", "2027-10-17": "National Dignity Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-22": "Plurinational State Foundation Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-25": "Chuquisaca Day", "2028-06-15": "Corpus Christi", "2028-06-21": "Aymara New Year", "2028-08-06": "Independence Day", "2028-08-07": "Independence Day (observed)", "2028-10-17": "National Dignity Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-22": "Plurinational State Foundation Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-25": "Chuquisaca Day", "2029-05-31": "Corpus Christi", "2029-06-21": "Aymara New Year", "2029-08-06": "Independence Day", "2029-10-17": "National Dignity Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-22": "Plurinational State Foundation Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-25": "Chuquisaca Day", "2030-06-20": "Corpus Christi", "2030-06-21": "Aymara New Year", "2030-08-06": "Independence Day", "2030-10-17": "National Dignity Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-22": "Plurinational State Foundation Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-25": "Chuquisaca Day", "2031-06-12": "Corpus Christi", "2031-06-21": "Aymara New Year", "2031-08-06": "Independence Day", "2031-10-17": "National Dignity Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-22": "Plurinational State Foundation Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-25": "Chuquisaca Day", "2032-05-27": "Corpus Christi", "2032-06-21": "Aymara New Year", "2032-08-06": "Independence Day", "2032-10-17": "National Dignity Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-22": "Plurinational State Foundation Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-25": "Chuquisaca Day", "2033-06-16": "Corpus Christi", "2033-06-21": "Aymara New Year", "2033-08-06": "Independence Day", "2033-10-17": "National Dignity Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-22": "Plurinational State Foundation Day", "2034-01-23": "Plurinational State Foundation Day (observed)", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-25": "Chuquisaca Day", "2034-06-08": "Corpus Christi", "2034-06-21": "Aymara New Year", "2034-08-06": "Independence Day", "2034-08-07": "Independence Day (observed)", "2034-10-17": "National Dignity Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-22": "Plurinational State Foundation Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-05-25": "Chuquisaca Day", "2035-06-21": "Aymara New Year", "2035-08-06": "Independence Day", "2035-10-17": "National Dignity Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-22": "Plurinational State Foundation Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-25": "Chuquisaca Day", "2036-06-12": "Corpus Christi", "2036-06-21": "Aymara New Year", "2036-08-06": "Independence Day", "2036-10-17": "National Dignity Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-22": "Plurinational State Foundation Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-25": "Chuquisaca Day", "2037-06-04": "Corpus Christi", "2037-06-21": "Aymara New Year", "2037-06-22": "Aymara New Year (observed)", "2037-08-06": "Independence Day", "2037-10-17": "National Dignity Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-22": "Plurinational State Foundation Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-25": "Chuquisaca Day", "2038-06-21": "Aymara New Year", "2038-06-24": "Corpus Christi", "2038-08-06": "Independence Day", "2038-10-17": "National Dignity Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-22": "Plurinational State Foundation Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-25": "Chuquisaca Day", "2039-06-09": "Corpus Christi", "2039-06-21": "Aymara New Year", "2039-08-06": "Independence Day", "2039-10-17": "National Dignity Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-22": "Plurinational State Foundation Day", "2040-01-23": "Plurinational State Foundation Day (observed)", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-25": "Chuquisaca Day", "2040-05-31": "Corpus Christi", "2040-06-21": "Aymara New Year", "2040-08-06": "Independence Day", "2040-10-17": "National Dignity Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-22": "Plurinational State Foundation Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-25": "Chuquisaca Day", "2041-06-20": "Corpus Christi", "2041-06-21": "Aymara New Year", "2041-08-06": "Independence Day", "2041-10-17": "National Dignity Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Plurinational State Foundation Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-25": "Chuquisaca Day", "2042-06-05": "Corpus Christi", "2042-06-21": "Aymara New Year", "2042-08-06": "Independence Day", "2042-10-17": "National Dignity Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-22": "Plurinational State Foundation Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-25": "Chuquisaca Day", "2043-05-28": "Corpus Christi", "2043-06-21": "Aymara New Year", "2043-06-22": "Aymara New Year (observed)", "2043-08-06": "Independence Day", "2043-10-17": "National Dignity Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-22": "Plurinational State Foundation Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-25": "Chuquisaca Day", "2044-06-16": "Corpus Christi", "2044-06-21": "Aymara New Year", "2044-08-06": "Independence Day", "2044-10-17": "National Dignity Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-22": "Plurinational State Foundation Day", "2045-01-23": "Plurinational State Foundation Day (observed)", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-25": "Chuquisaca Day", "2045-06-08": "Corpus Christi", "2045-06-21": "Aymara New Year", "2045-08-06": "Independence Day", "2045-08-07": "Independence Day (observed)", "2045-10-17": "National Dignity Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-22": "Plurinational State Foundation Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-05-25": "Chuquisaca Day", "2046-06-21": "Aymara New Year", "2046-08-06": "Independence Day", "2046-10-17": "National Dignity Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-22": "Plurinational State Foundation Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-25": "Chuquisaca Day", "2047-06-13": "Corpus Christi", "2047-06-21": "Aymara New Year", "2047-08-06": "Independence Day", "2047-10-17": "National Dignity Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-22": "Plurinational State Foundation Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-25": "Chuquisaca Day", "2048-06-04": "Corpus Christi", "2048-06-21": "Aymara New Year", "2048-06-22": "Aymara New Year (observed)", "2048-08-06": "Independence Day", "2048-10-17": "National Dignity Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-22": "Plurinational State Foundation Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-25": "Chuquisaca Day", "2049-06-17": "Corpus Christi", "2049-06-21": "Aymara New Year", "2049-08-06": "Independence Day", "2049-10-17": "National Dignity Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-22": "Plurinational State Foundation Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-25": "Chuquisaca Day", "2050-06-09": "Corpus Christi", "2050-06-21": "Aymara New Year", "2050-08-06": "Independence Day", "2050-10-17": "National Dignity Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BO_L.json000066400000000000000000001200611500152103600207510ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-06-08": "Corpus Christi", "1950-07-16": "La Paz Day", "1950-08-06": "Independence Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-24": "Corpus Christi", "1951-07-16": "La Paz Day", "1951-08-06": "Independence Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-06-12": "Corpus Christi", "1952-07-16": "La Paz Day", "1952-08-06": "Independence Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-06-04": "Corpus Christi", "1953-07-16": "La Paz Day", "1953-08-06": "Independence Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-06-17": "Corpus Christi", "1954-07-16": "La Paz Day", "1954-08-06": "Independence Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-06-09": "Corpus Christi", "1955-07-16": "La Paz Day", "1955-08-06": "Independence Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-31": "Corpus Christi", "1956-07-16": "La Paz Day", "1956-08-06": "Independence Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-06-20": "Corpus Christi", "1957-07-16": "La Paz Day", "1957-08-06": "Independence Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-06-05": "Corpus Christi", "1958-07-16": "La Paz Day", "1958-08-06": "Independence Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-28": "Corpus Christi", "1959-07-16": "La Paz Day", "1959-08-06": "Independence Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-06-16": "Corpus Christi", "1960-07-16": "La Paz Day", "1960-08-06": "Independence Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-06-01": "Corpus Christi", "1961-07-16": "La Paz Day", "1961-08-06": "Independence Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-06-21": "Corpus Christi", "1962-07-16": "La Paz Day", "1962-08-06": "Independence Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-06-13": "Corpus Christi", "1963-07-16": "La Paz Day", "1963-08-06": "Independence Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-28": "Corpus Christi", "1964-07-16": "La Paz Day", "1964-08-06": "Independence Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-06-17": "Corpus Christi", "1965-07-16": "La Paz Day", "1965-08-06": "Independence Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-06-09": "Corpus Christi", "1966-07-16": "La Paz Day", "1966-08-06": "Independence Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi", "1967-07-16": "La Paz Day", "1967-08-06": "Independence Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-06-13": "Corpus Christi", "1968-07-16": "La Paz Day", "1968-08-06": "Independence Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-06-05": "Corpus Christi", "1969-07-16": "La Paz Day", "1969-08-06": "Independence Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-28": "Corpus Christi", "1970-07-16": "La Paz Day", "1970-08-06": "Independence Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-06-10": "Corpus Christi", "1971-07-16": "La Paz Day", "1971-08-06": "Independence Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-06-01": "Corpus Christi", "1972-07-16": "La Paz Day", "1972-08-06": "Independence Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-06-21": "Corpus Christi", "1973-07-16": "La Paz Day", "1973-08-06": "Independence Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-06-13": "Corpus Christi", "1974-07-16": "La Paz Day", "1974-08-06": "Independence Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-07-16": "La Paz Day", "1975-08-06": "Independence Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-06-17": "Corpus Christi", "1976-07-16": "La Paz Day", "1976-08-06": "Independence Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-06-09": "Corpus Christi", "1977-07-16": "La Paz Day", "1977-08-06": "Independence Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-07-16": "La Paz Day", "1978-08-06": "Independence Day", "1978-08-07": "Independence Day (observed)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-06-14": "Corpus Christi", "1979-07-16": "La Paz Day", "1979-08-06": "Independence Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-07-16": "La Paz Day", "1980-08-06": "Independence Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-06-18": "Corpus Christi", "1981-07-16": "La Paz Day", "1981-08-06": "Independence Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi", "1982-07-16": "La Paz Day", "1982-08-06": "Independence Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-06-02": "Corpus Christi", "1983-07-16": "La Paz Day", "1983-08-06": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-06-21": "Corpus Christi", "1984-07-16": "La Paz Day", "1984-08-06": "Independence Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-07-16": "La Paz Day", "1985-08-06": "Independence Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-07-16": "La Paz Day", "1986-08-06": "Independence Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-06-18": "Corpus Christi", "1987-07-16": "La Paz Day", "1987-08-06": "Independence Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-06-02": "Corpus Christi", "1988-07-16": "La Paz Day", "1988-08-06": "Independence Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-07-16": "La Paz Day", "1989-08-06": "Independence Day", "1989-08-07": "Independence Day (observed)", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-06-14": "Corpus Christi", "1990-07-16": "La Paz Day", "1990-08-06": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-07-16": "La Paz Day", "1991-08-06": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-18": "Corpus Christi", "1992-07-16": "La Paz Day", "1992-08-06": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi", "1993-07-16": "La Paz Day", "1993-08-06": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-06-02": "Corpus Christi", "1994-07-16": "La Paz Day", "1994-08-06": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-06-15": "Corpus Christi", "1995-07-16": "La Paz Day", "1995-08-06": "Independence Day", "1995-08-07": "Independence Day (observed)", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-07-16": "La Paz Day", "1996-08-06": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-07-16": "La Paz Day", "1997-08-06": "Independence Day", "1997-11-02": "All Souls' Day", "1997-11-03": "All Souls' Day (observed)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-06-11": "Corpus Christi", "1998-07-16": "La Paz Day", "1998-08-06": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-07-16": "La Paz Day", "1999-08-06": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-22": "Corpus Christi", "2000-07-16": "La Paz Day", "2000-08-06": "Independence Day", "2000-08-07": "Independence Day (observed)", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-06-14": "Corpus Christi", "2001-07-16": "La Paz Day", "2001-08-06": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-07-16": "La Paz Day", "2002-08-06": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-19": "Corpus Christi", "2003-07-16": "La Paz Day", "2003-08-06": "Independence Day", "2003-11-02": "All Souls' Day", "2003-11-03": "All Souls' Day (observed)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi", "2004-07-16": "La Paz Day", "2004-08-06": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-26": "Corpus Christi", "2005-07-16": "La Paz Day", "2005-08-06": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-06-15": "Corpus Christi", "2006-07-16": "La Paz Day", "2006-08-06": "Independence Day", "2006-08-07": "Independence Day (observed)", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-07-16": "La Paz Day", "2007-08-06": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-07-16": "La Paz Day", "2008-08-06": "Independence Day", "2008-11-02": "All Souls' Day", "2008-11-03": "All Souls' Day (observed)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-06-11": "Corpus Christi", "2009-06-21": "Aymara New Year", "2009-06-22": "Aymara New Year (observed)", "2009-07-16": "La Paz Day", "2009-08-06": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-22": "Plurinational State Foundation Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-21": "Aymara New Year", "2010-07-16": "La Paz Day", "2010-08-06": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-22": "Plurinational State Foundation Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-21": "Aymara New Year", "2011-06-23": "Corpus Christi", "2011-07-16": "La Paz Day", "2011-08-06": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-22": "Plurinational State Foundation Day", "2012-01-23": "Plurinational State Foundation Day (observed)", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-30": "Labor Day (observed)", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-21": "Aymara New Year", "2012-07-16": "La Paz Day", "2012-08-06": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-22": "Plurinational State Foundation Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-06-21": "Aymara New Year", "2013-07-16": "La Paz Day", "2013-08-06": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-22": "Plurinational State Foundation Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day (observed)", "2014-06-19": "Corpus Christi", "2014-06-21": "Aymara New Year", "2014-07-16": "La Paz Day", "2014-08-06": "Independence Day", "2014-11-02": "All Souls' Day", "2014-11-03": "All Souls' Day (observed)", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-22": "Plurinational State Foundation Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-06-21": "Aymara New Year", "2015-06-22": "Aymara New Year (observed)", "2015-07-16": "La Paz Day", "2015-08-06": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-22": "Plurinational State Foundation Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-26": "Corpus Christi", "2016-06-21": "Aymara New Year", "2016-07-16": "La Paz Day", "2016-08-06": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-22": "Plurinational State Foundation Day", "2017-01-23": "Plurinational State Foundation Day (observed)", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-06-21": "Aymara New Year", "2017-07-16": "La Paz Day", "2017-08-06": "Independence Day", "2017-08-07": "Independence Day (observed)", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-22": "Plurinational State Foundation Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-21": "Aymara New Year", "2018-07-16": "La Paz Day", "2018-08-06": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-22": "Plurinational State Foundation Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-06-20": "Corpus Christi", "2019-06-21": "Aymara New Year", "2019-07-16": "La Paz Day", "2019-08-06": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-22": "Plurinational State Foundation Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-06-11": "Corpus Christi", "2020-06-21": "Aymara New Year", "2020-06-22": "Aymara New Year (observed)", "2020-07-16": "La Paz Day", "2020-08-06": "Independence Day", "2020-10-17": "National Dignity Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-22": "Plurinational State Foundation Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-21": "Aymara New Year", "2021-07-16": "La Paz Day", "2021-08-06": "Independence Day", "2021-10-17": "National Dignity Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-22": "Plurinational State Foundation Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-16": "Corpus Christi", "2022-06-21": "Aymara New Year", "2022-07-16": "La Paz Day", "2022-08-06": "Independence Day", "2022-10-17": "National Dignity Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Plurinational State Foundation Day", "2023-01-23": "Plurinational State Foundation Day (observed)", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-21": "Aymara New Year", "2023-07-16": "La Paz Day", "2023-08-06": "Independence Day", "2023-08-07": "Independence Day (observed)", "2023-10-17": "National Dignity Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-22": "Plurinational State Foundation Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-21": "Aymara New Year", "2024-07-16": "La Paz Day", "2024-08-06": "Independence Day", "2024-10-17": "National Dignity Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-22": "Plurinational State Foundation Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-19": "Corpus Christi", "2025-06-21": "Aymara New Year", "2025-07-16": "La Paz Day", "2025-08-06": "Independence Day", "2025-10-17": "National Dignity Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-22": "Plurinational State Foundation Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-21": "Aymara New Year", "2026-06-22": "Aymara New Year (observed)", "2026-07-16": "La Paz Day", "2026-08-06": "Independence Day", "2026-10-17": "National Dignity Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Plurinational State Foundation Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-21": "Aymara New Year", "2027-07-16": "La Paz Day", "2027-08-06": "Independence Day", "2027-10-17": "National Dignity Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-22": "Plurinational State Foundation Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-06-15": "Corpus Christi", "2028-06-21": "Aymara New Year", "2028-07-16": "La Paz Day", "2028-08-06": "Independence Day", "2028-08-07": "Independence Day (observed)", "2028-10-17": "National Dignity Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-22": "Plurinational State Foundation Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-21": "Aymara New Year", "2029-07-16": "La Paz Day", "2029-08-06": "Independence Day", "2029-10-17": "National Dignity Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-22": "Plurinational State Foundation Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-06-20": "Corpus Christi", "2030-06-21": "Aymara New Year", "2030-07-16": "La Paz Day", "2030-08-06": "Independence Day", "2030-10-17": "National Dignity Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-22": "Plurinational State Foundation Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-06-12": "Corpus Christi", "2031-06-21": "Aymara New Year", "2031-07-16": "La Paz Day", "2031-08-06": "Independence Day", "2031-10-17": "National Dignity Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-22": "Plurinational State Foundation Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-21": "Aymara New Year", "2032-07-16": "La Paz Day", "2032-08-06": "Independence Day", "2032-10-17": "National Dignity Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-22": "Plurinational State Foundation Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-16": "Corpus Christi", "2033-06-21": "Aymara New Year", "2033-07-16": "La Paz Day", "2033-08-06": "Independence Day", "2033-10-17": "National Dignity Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-22": "Plurinational State Foundation Day", "2034-01-23": "Plurinational State Foundation Day (observed)", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-21": "Aymara New Year", "2034-07-16": "La Paz Day", "2034-08-06": "Independence Day", "2034-08-07": "Independence Day (observed)", "2034-10-17": "National Dignity Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-22": "Plurinational State Foundation Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-21": "Aymara New Year", "2035-07-16": "La Paz Day", "2035-08-06": "Independence Day", "2035-10-17": "National Dignity Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-22": "Plurinational State Foundation Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-06-12": "Corpus Christi", "2036-06-21": "Aymara New Year", "2036-07-16": "La Paz Day", "2036-08-06": "Independence Day", "2036-10-17": "National Dignity Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-22": "Plurinational State Foundation Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-21": "Aymara New Year", "2037-06-22": "Aymara New Year (observed)", "2037-07-16": "La Paz Day", "2037-08-06": "Independence Day", "2037-10-17": "National Dignity Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-22": "Plurinational State Foundation Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-21": "Aymara New Year", "2038-06-24": "Corpus Christi", "2038-07-16": "La Paz Day", "2038-08-06": "Independence Day", "2038-10-17": "National Dignity Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-22": "Plurinational State Foundation Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-09": "Corpus Christi", "2039-06-21": "Aymara New Year", "2039-07-16": "La Paz Day", "2039-08-06": "Independence Day", "2039-10-17": "National Dignity Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-22": "Plurinational State Foundation Day", "2040-01-23": "Plurinational State Foundation Day (observed)", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-21": "Aymara New Year", "2040-07-16": "La Paz Day", "2040-08-06": "Independence Day", "2040-10-17": "National Dignity Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-22": "Plurinational State Foundation Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-06-20": "Corpus Christi", "2041-06-21": "Aymara New Year", "2041-07-16": "La Paz Day", "2041-08-06": "Independence Day", "2041-10-17": "National Dignity Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Plurinational State Foundation Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-21": "Aymara New Year", "2042-07-16": "La Paz Day", "2042-08-06": "Independence Day", "2042-10-17": "National Dignity Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-22": "Plurinational State Foundation Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-21": "Aymara New Year", "2043-06-22": "Aymara New Year (observed)", "2043-07-16": "La Paz Day", "2043-08-06": "Independence Day", "2043-10-17": "National Dignity Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-22": "Plurinational State Foundation Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-16": "Corpus Christi", "2044-06-21": "Aymara New Year", "2044-07-16": "La Paz Day", "2044-08-06": "Independence Day", "2044-10-17": "National Dignity Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-22": "Plurinational State Foundation Day", "2045-01-23": "Plurinational State Foundation Day (observed)", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-21": "Aymara New Year", "2045-07-16": "La Paz Day", "2045-08-06": "Independence Day", "2045-08-07": "Independence Day (observed)", "2045-10-17": "National Dignity Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-22": "Plurinational State Foundation Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-21": "Aymara New Year", "2046-07-16": "La Paz Day", "2046-08-06": "Independence Day", "2046-10-17": "National Dignity Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-22": "Plurinational State Foundation Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-06-13": "Corpus Christi", "2047-06-21": "Aymara New Year", "2047-07-16": "La Paz Day", "2047-08-06": "Independence Day", "2047-10-17": "National Dignity Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-22": "Plurinational State Foundation Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-21": "Aymara New Year", "2048-06-22": "Aymara New Year (observed)", "2048-07-16": "La Paz Day", "2048-08-06": "Independence Day", "2048-10-17": "National Dignity Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-22": "Plurinational State Foundation Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-06-17": "Corpus Christi", "2049-06-21": "Aymara New Year", "2049-07-16": "La Paz Day", "2049-08-06": "Independence Day", "2049-10-17": "National Dignity Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-22": "Plurinational State Foundation Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-09": "Corpus Christi", "2050-06-21": "Aymara New Year", "2050-07-16": "La Paz Day", "2050-08-06": "Independence Day", "2050-10-17": "National Dignity Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BO_N.json000066400000000000000000001177141500152103600207660ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-06-08": "Corpus Christi", "1950-08-06": "Independence Day", "1950-10-11": "Pando Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-24": "Corpus Christi", "1951-08-06": "Independence Day", "1951-10-11": "Pando Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-06-12": "Corpus Christi", "1952-08-06": "Independence Day", "1952-10-11": "Pando Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-06-04": "Corpus Christi", "1953-08-06": "Independence Day", "1953-10-11": "Pando Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-06-17": "Corpus Christi", "1954-08-06": "Independence Day", "1954-10-11": "Pando Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-06-09": "Corpus Christi", "1955-08-06": "Independence Day", "1955-10-11": "Pando Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-31": "Corpus Christi", "1956-08-06": "Independence Day", "1956-10-11": "Pando Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-06-20": "Corpus Christi", "1957-08-06": "Independence Day", "1957-10-11": "Pando Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-06-05": "Corpus Christi", "1958-08-06": "Independence Day", "1958-10-11": "Pando Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-28": "Corpus Christi", "1959-08-06": "Independence Day", "1959-10-11": "Pando Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-06-16": "Corpus Christi", "1960-08-06": "Independence Day", "1960-10-11": "Pando Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-06-01": "Corpus Christi", "1961-08-06": "Independence Day", "1961-10-11": "Pando Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-06-21": "Corpus Christi", "1962-08-06": "Independence Day", "1962-10-11": "Pando Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-06-13": "Corpus Christi", "1963-08-06": "Independence Day", "1963-10-11": "Pando Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-28": "Corpus Christi", "1964-08-06": "Independence Day", "1964-10-11": "Pando Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-06-17": "Corpus Christi", "1965-08-06": "Independence Day", "1965-10-11": "Pando Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-06-09": "Corpus Christi", "1966-08-06": "Independence Day", "1966-10-11": "Pando Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi", "1967-08-06": "Independence Day", "1967-10-11": "Pando Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-06-13": "Corpus Christi", "1968-08-06": "Independence Day", "1968-10-11": "Pando Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-06-05": "Corpus Christi", "1969-08-06": "Independence Day", "1969-10-11": "Pando Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-28": "Corpus Christi", "1970-08-06": "Independence Day", "1970-10-11": "Pando Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-06-10": "Corpus Christi", "1971-08-06": "Independence Day", "1971-10-11": "Pando Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-06-01": "Corpus Christi", "1972-08-06": "Independence Day", "1972-10-11": "Pando Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-06-21": "Corpus Christi", "1973-08-06": "Independence Day", "1973-10-11": "Pando Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-06-13": "Corpus Christi", "1974-08-06": "Independence Day", "1974-10-11": "Pando Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-08-06": "Independence Day", "1975-10-11": "Pando Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-06-17": "Corpus Christi", "1976-08-06": "Independence Day", "1976-10-11": "Pando Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-06-09": "Corpus Christi", "1977-08-06": "Independence Day", "1977-10-11": "Pando Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-08-06": "Independence Day", "1978-08-07": "Independence Day (observed)", "1978-10-11": "Pando Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-06-14": "Corpus Christi", "1979-08-06": "Independence Day", "1979-10-11": "Pando Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-08-06": "Independence Day", "1980-10-11": "Pando Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-06-18": "Corpus Christi", "1981-08-06": "Independence Day", "1981-10-11": "Pando Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi", "1982-08-06": "Independence Day", "1982-10-11": "Pando Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-06-02": "Corpus Christi", "1983-08-06": "Independence Day", "1983-10-11": "Pando Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-06-21": "Corpus Christi", "1984-08-06": "Independence Day", "1984-10-11": "Pando Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-08-06": "Independence Day", "1985-10-11": "Pando Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-08-06": "Independence Day", "1986-10-11": "Pando Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-06-18": "Corpus Christi", "1987-08-06": "Independence Day", "1987-10-11": "Pando Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-06-02": "Corpus Christi", "1988-08-06": "Independence Day", "1988-10-11": "Pando Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-08-06": "Independence Day", "1989-08-07": "Independence Day (observed)", "1989-10-11": "Pando Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-06-14": "Corpus Christi", "1990-08-06": "Independence Day", "1990-10-11": "Pando Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-08-06": "Independence Day", "1991-10-11": "Pando Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-18": "Corpus Christi", "1992-08-06": "Independence Day", "1992-10-11": "Pando Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi", "1993-08-06": "Independence Day", "1993-10-11": "Pando Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-06-02": "Corpus Christi", "1994-08-06": "Independence Day", "1994-10-11": "Pando Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-06-15": "Corpus Christi", "1995-08-06": "Independence Day", "1995-08-07": "Independence Day (observed)", "1995-10-11": "Pando Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-08-06": "Independence Day", "1996-10-11": "Pando Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-08-06": "Independence Day", "1997-10-11": "Pando Day", "1997-11-02": "All Souls' Day", "1997-11-03": "All Souls' Day (observed)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-06-11": "Corpus Christi", "1998-08-06": "Independence Day", "1998-10-11": "Pando Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-08-06": "Independence Day", "1999-10-11": "Pando Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-22": "Corpus Christi", "2000-08-06": "Independence Day", "2000-08-07": "Independence Day (observed)", "2000-10-11": "Pando Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-06-14": "Corpus Christi", "2001-08-06": "Independence Day", "2001-10-11": "Pando Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-08-06": "Independence Day", "2002-10-11": "Pando Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-19": "Corpus Christi", "2003-08-06": "Independence Day", "2003-10-11": "Pando Day", "2003-11-02": "All Souls' Day", "2003-11-03": "All Souls' Day (observed)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi", "2004-08-06": "Independence Day", "2004-10-11": "Pando Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-26": "Corpus Christi", "2005-08-06": "Independence Day", "2005-10-11": "Pando Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-06-15": "Corpus Christi", "2006-08-06": "Independence Day", "2006-08-07": "Independence Day (observed)", "2006-10-11": "Pando Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-08-06": "Independence Day", "2007-10-11": "Pando Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-08-06": "Independence Day", "2008-10-11": "Pando Day", "2008-11-02": "All Souls' Day", "2008-11-03": "All Souls' Day (observed)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-06-11": "Corpus Christi", "2009-06-21": "Aymara New Year", "2009-06-22": "Aymara New Year (observed)", "2009-08-06": "Independence Day", "2009-10-11": "Pando Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-22": "Plurinational State Foundation Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-21": "Aymara New Year", "2010-08-06": "Independence Day", "2010-10-11": "Pando Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-22": "Plurinational State Foundation Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-21": "Aymara New Year", "2011-06-23": "Corpus Christi", "2011-08-06": "Independence Day", "2011-10-11": "Pando Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-22": "Plurinational State Foundation Day", "2012-01-23": "Plurinational State Foundation Day (observed)", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-30": "Labor Day (observed)", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-21": "Aymara New Year", "2012-08-06": "Independence Day", "2012-10-11": "Pando Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-22": "Plurinational State Foundation Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-06-21": "Aymara New Year", "2013-08-06": "Independence Day", "2013-10-11": "Pando Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-22": "Plurinational State Foundation Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day (observed)", "2014-06-19": "Corpus Christi", "2014-06-21": "Aymara New Year", "2014-08-06": "Independence Day", "2014-10-11": "Pando Day", "2014-11-02": "All Souls' Day", "2014-11-03": "All Souls' Day (observed)", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-22": "Plurinational State Foundation Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-06-21": "Aymara New Year", "2015-06-22": "Aymara New Year (observed)", "2015-08-06": "Independence Day", "2015-10-11": "Pando Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-22": "Plurinational State Foundation Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-26": "Corpus Christi", "2016-06-21": "Aymara New Year", "2016-08-06": "Independence Day", "2016-10-11": "Pando Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-22": "Plurinational State Foundation Day", "2017-01-23": "Plurinational State Foundation Day (observed)", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-06-21": "Aymara New Year", "2017-08-06": "Independence Day", "2017-08-07": "Independence Day (observed)", "2017-10-11": "Pando Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-22": "Plurinational State Foundation Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-21": "Aymara New Year", "2018-08-06": "Independence Day", "2018-10-11": "Pando Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-22": "Plurinational State Foundation Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-06-20": "Corpus Christi", "2019-06-21": "Aymara New Year", "2019-08-06": "Independence Day", "2019-10-11": "Pando Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-22": "Plurinational State Foundation Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-06-11": "Corpus Christi", "2020-06-21": "Aymara New Year", "2020-06-22": "Aymara New Year (observed)", "2020-08-06": "Independence Day", "2020-10-11": "Pando Day", "2020-10-17": "National Dignity Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-22": "Plurinational State Foundation Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-21": "Aymara New Year", "2021-08-06": "Independence Day", "2021-10-11": "Pando Day", "2021-10-17": "National Dignity Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-22": "Plurinational State Foundation Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-16": "Corpus Christi", "2022-06-21": "Aymara New Year", "2022-08-06": "Independence Day", "2022-10-11": "Pando Day", "2022-10-17": "National Dignity Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Plurinational State Foundation Day", "2023-01-23": "Plurinational State Foundation Day (observed)", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-21": "Aymara New Year", "2023-08-06": "Independence Day", "2023-08-07": "Independence Day (observed)", "2023-10-11": "Pando Day", "2023-10-17": "National Dignity Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-22": "Plurinational State Foundation Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-21": "Aymara New Year", "2024-08-06": "Independence Day", "2024-10-11": "Pando Day", "2024-10-17": "National Dignity Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-22": "Plurinational State Foundation Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-19": "Corpus Christi", "2025-06-21": "Aymara New Year", "2025-08-06": "Independence Day", "2025-10-11": "Pando Day", "2025-10-17": "National Dignity Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-22": "Plurinational State Foundation Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-21": "Aymara New Year", "2026-06-22": "Aymara New Year (observed)", "2026-08-06": "Independence Day", "2026-10-11": "Pando Day", "2026-10-17": "National Dignity Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Plurinational State Foundation Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-21": "Aymara New Year", "2027-08-06": "Independence Day", "2027-10-11": "Pando Day", "2027-10-17": "National Dignity Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-22": "Plurinational State Foundation Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-06-15": "Corpus Christi", "2028-06-21": "Aymara New Year", "2028-08-06": "Independence Day", "2028-08-07": "Independence Day (observed)", "2028-10-11": "Pando Day", "2028-10-17": "National Dignity Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-22": "Plurinational State Foundation Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-21": "Aymara New Year", "2029-08-06": "Independence Day", "2029-10-11": "Pando Day", "2029-10-17": "National Dignity Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-22": "Plurinational State Foundation Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-06-20": "Corpus Christi", "2030-06-21": "Aymara New Year", "2030-08-06": "Independence Day", "2030-10-11": "Pando Day", "2030-10-17": "National Dignity Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-22": "Plurinational State Foundation Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-06-12": "Corpus Christi", "2031-06-21": "Aymara New Year", "2031-08-06": "Independence Day", "2031-10-11": "Pando Day", "2031-10-17": "National Dignity Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-22": "Plurinational State Foundation Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-21": "Aymara New Year", "2032-08-06": "Independence Day", "2032-10-11": "Pando Day", "2032-10-17": "National Dignity Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-22": "Plurinational State Foundation Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-16": "Corpus Christi", "2033-06-21": "Aymara New Year", "2033-08-06": "Independence Day", "2033-10-11": "Pando Day", "2033-10-17": "National Dignity Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-22": "Plurinational State Foundation Day", "2034-01-23": "Plurinational State Foundation Day (observed)", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-21": "Aymara New Year", "2034-08-06": "Independence Day", "2034-08-07": "Independence Day (observed)", "2034-10-11": "Pando Day", "2034-10-17": "National Dignity Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-22": "Plurinational State Foundation Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-21": "Aymara New Year", "2035-08-06": "Independence Day", "2035-10-11": "Pando Day", "2035-10-17": "National Dignity Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-22": "Plurinational State Foundation Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-06-12": "Corpus Christi", "2036-06-21": "Aymara New Year", "2036-08-06": "Independence Day", "2036-10-11": "Pando Day", "2036-10-17": "National Dignity Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-22": "Plurinational State Foundation Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-21": "Aymara New Year", "2037-06-22": "Aymara New Year (observed)", "2037-08-06": "Independence Day", "2037-10-11": "Pando Day", "2037-10-17": "National Dignity Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-22": "Plurinational State Foundation Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-21": "Aymara New Year", "2038-06-24": "Corpus Christi", "2038-08-06": "Independence Day", "2038-10-11": "Pando Day", "2038-10-17": "National Dignity Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-22": "Plurinational State Foundation Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-09": "Corpus Christi", "2039-06-21": "Aymara New Year", "2039-08-06": "Independence Day", "2039-10-11": "Pando Day", "2039-10-17": "National Dignity Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-22": "Plurinational State Foundation Day", "2040-01-23": "Plurinational State Foundation Day (observed)", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-21": "Aymara New Year", "2040-08-06": "Independence Day", "2040-10-11": "Pando Day", "2040-10-17": "National Dignity Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-22": "Plurinational State Foundation Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-06-20": "Corpus Christi", "2041-06-21": "Aymara New Year", "2041-08-06": "Independence Day", "2041-10-11": "Pando Day", "2041-10-17": "National Dignity Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Plurinational State Foundation Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-21": "Aymara New Year", "2042-08-06": "Independence Day", "2042-10-11": "Pando Day", "2042-10-17": "National Dignity Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-22": "Plurinational State Foundation Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-21": "Aymara New Year", "2043-06-22": "Aymara New Year (observed)", "2043-08-06": "Independence Day", "2043-10-11": "Pando Day", "2043-10-17": "National Dignity Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-22": "Plurinational State Foundation Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-16": "Corpus Christi", "2044-06-21": "Aymara New Year", "2044-08-06": "Independence Day", "2044-10-11": "Pando Day", "2044-10-17": "National Dignity Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-22": "Plurinational State Foundation Day", "2045-01-23": "Plurinational State Foundation Day (observed)", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-21": "Aymara New Year", "2045-08-06": "Independence Day", "2045-08-07": "Independence Day (observed)", "2045-10-11": "Pando Day", "2045-10-17": "National Dignity Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-22": "Plurinational State Foundation Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-21": "Aymara New Year", "2046-08-06": "Independence Day", "2046-10-11": "Pando Day", "2046-10-17": "National Dignity Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-22": "Plurinational State Foundation Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-06-13": "Corpus Christi", "2047-06-21": "Aymara New Year", "2047-08-06": "Independence Day", "2047-10-11": "Pando Day", "2047-10-17": "National Dignity Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-22": "Plurinational State Foundation Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-21": "Aymara New Year", "2048-06-22": "Aymara New Year (observed)", "2048-08-06": "Independence Day", "2048-10-11": "Pando Day", "2048-10-17": "National Dignity Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-22": "Plurinational State Foundation Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-06-17": "Corpus Christi", "2049-06-21": "Aymara New Year", "2049-08-06": "Independence Day", "2049-10-11": "Pando Day", "2049-10-17": "National Dignity Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-22": "Plurinational State Foundation Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-09": "Corpus Christi", "2050-06-21": "Aymara New Year", "2050-08-06": "Independence Day", "2050-10-11": "Pando Day", "2050-10-17": "National Dignity Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BO_O.json000066400000000000000000001213641500152103600207630ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-17": "Carnival in Oruro", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-06-08": "Corpus Christi", "1950-08-06": "Independence Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Carnival in Oruro", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-24": "Corpus Christi", "1951-08-06": "Independence Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-22": "Carnival in Oruro", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-06-12": "Corpus Christi", "1952-08-06": "Independence Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-13": "Carnival in Oruro", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-06-04": "Corpus Christi", "1953-08-06": "Independence Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-26": "Carnival in Oruro", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-06-17": "Corpus Christi", "1954-08-06": "Independence Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-18": "Carnival in Oruro", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-06-09": "Corpus Christi", "1955-08-06": "Independence Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-10": "Carnival in Oruro", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-31": "Corpus Christi", "1956-08-06": "Independence Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-01": "Carnival in Oruro", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-06-20": "Corpus Christi", "1957-08-06": "Independence Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-14": "Carnival in Oruro", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-06-05": "Corpus Christi", "1958-08-06": "Independence Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-06": "Carnival in Oruro", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-28": "Corpus Christi", "1959-08-06": "Independence Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-26": "Carnival in Oruro", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-06-16": "Corpus Christi", "1960-08-06": "Independence Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-10": "Carnival in Oruro", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-06-01": "Corpus Christi", "1961-08-06": "Independence Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-02": "Carnival in Oruro", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-06-21": "Corpus Christi", "1962-08-06": "Independence Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-22": "Carnival in Oruro", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-06-13": "Corpus Christi", "1963-08-06": "Independence Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-07": "Carnival in Oruro", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-28": "Corpus Christi", "1964-08-06": "Independence Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-26": "Carnival in Oruro", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-06-17": "Corpus Christi", "1965-08-06": "Independence Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-18": "Carnival in Oruro", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-06-09": "Corpus Christi", "1966-08-06": "Independence Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-03": "Carnival in Oruro", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi", "1967-08-06": "Independence Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-23": "Carnival in Oruro", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-06-13": "Corpus Christi", "1968-08-06": "Independence Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-14": "Carnival in Oruro", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-06-05": "Corpus Christi", "1969-08-06": "Independence Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Carnival in Oruro", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-28": "Corpus Christi", "1970-08-06": "Independence Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-19": "Carnival in Oruro", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-06-10": "Corpus Christi", "1971-08-06": "Independence Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-11": "Carnival in Oruro", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-06-01": "Corpus Christi", "1972-08-06": "Independence Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-02": "Carnival in Oruro", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-06-21": "Corpus Christi", "1973-08-06": "Independence Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-22": "Carnival in Oruro", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-06-13": "Corpus Christi", "1974-08-06": "Independence Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-07": "Carnival in Oruro", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-08-06": "Independence Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-27": "Carnival in Oruro", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-06-17": "Corpus Christi", "1976-08-06": "Independence Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-18": "Carnival in Oruro", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-06-09": "Corpus Christi", "1977-08-06": "Independence Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-03": "Carnival in Oruro", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-08-06": "Independence Day", "1978-08-07": "Independence Day (observed)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-23": "Carnival in Oruro", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-06-14": "Corpus Christi", "1979-08-06": "Independence Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-15": "Carnival in Oruro", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-08-06": "Independence Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-27": "Carnival in Oruro", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-06-18": "Corpus Christi", "1981-08-06": "Independence Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-19": "Carnival in Oruro", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi", "1982-08-06": "Independence Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-11": "Carnival in Oruro", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-06-02": "Corpus Christi", "1983-08-06": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-02": "Carnival in Oruro", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-06-21": "Corpus Christi", "1984-08-06": "Independence Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-15": "Carnival in Oruro", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-08-06": "Independence Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-07": "Carnival in Oruro", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-08-06": "Independence Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-02-27": "Carnival in Oruro", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-06-18": "Corpus Christi", "1987-08-06": "Independence Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-12": "Carnival in Oruro", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-06-02": "Corpus Christi", "1988-08-06": "Independence Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-03": "Carnival in Oruro", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-08-06": "Independence Day", "1989-08-07": "Independence Day (observed)", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-23": "Carnival in Oruro", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-06-14": "Corpus Christi", "1990-08-06": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-08": "Carnival in Oruro", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-08-06": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-28": "Carnival in Oruro", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-18": "Corpus Christi", "1992-08-06": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-19": "Carnival in Oruro", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi", "1993-08-06": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-11": "Carnival in Oruro", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-06-02": "Corpus Christi", "1994-08-06": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-24": "Carnival in Oruro", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-06-15": "Corpus Christi", "1995-08-06": "Independence Day", "1995-08-07": "Independence Day (observed)", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-16": "Carnival in Oruro", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-08-06": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-07": "Carnival in Oruro", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-08-06": "Independence Day", "1997-11-02": "All Souls' Day", "1997-11-03": "All Souls' Day (observed)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-20": "Carnival in Oruro", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-06-11": "Corpus Christi", "1998-08-06": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-12": "Carnival in Oruro", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-08-06": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-03": "Carnival in Oruro", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-22": "Corpus Christi", "2000-08-06": "Independence Day", "2000-08-07": "Independence Day (observed)", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-23": "Carnival in Oruro", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-06-14": "Corpus Christi", "2001-08-06": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-08": "Carnival in Oruro", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-08-06": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-28": "Carnival in Oruro", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-19": "Corpus Christi", "2003-08-06": "Independence Day", "2003-11-02": "All Souls' Day", "2003-11-03": "All Souls' Day (observed)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-20": "Carnival in Oruro", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi", "2004-08-06": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-04": "Carnival in Oruro", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-26": "Corpus Christi", "2005-08-06": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-24": "Carnival in Oruro", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-06-15": "Corpus Christi", "2006-08-06": "Independence Day", "2006-08-07": "Independence Day (observed)", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-16": "Carnival in Oruro", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-08-06": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-01": "Carnival in Oruro", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-08-06": "Independence Day", "2008-11-02": "All Souls' Day", "2008-11-03": "All Souls' Day (observed)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-20": "Carnival in Oruro", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-06-11": "Corpus Christi", "2009-06-21": "Aymara New Year", "2009-06-22": "Aymara New Year (observed)", "2009-08-06": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-22": "Plurinational State Foundation Day", "2010-02-12": "Carnival in Oruro", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-21": "Aymara New Year", "2010-08-06": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-22": "Plurinational State Foundation Day", "2011-03-04": "Carnival in Oruro", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-21": "Aymara New Year", "2011-06-23": "Corpus Christi", "2011-08-06": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-22": "Plurinational State Foundation Day", "2012-01-23": "Plurinational State Foundation Day (observed)", "2012-02-17": "Carnival in Oruro", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-30": "Labor Day (observed)", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-21": "Aymara New Year", "2012-08-06": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-22": "Plurinational State Foundation Day", "2013-02-08": "Carnival in Oruro", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-06-21": "Aymara New Year", "2013-08-06": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-22": "Plurinational State Foundation Day", "2014-02-28": "Carnival in Oruro", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day (observed)", "2014-06-19": "Corpus Christi", "2014-06-21": "Aymara New Year", "2014-08-06": "Independence Day", "2014-11-02": "All Souls' Day", "2014-11-03": "All Souls' Day (observed)", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-22": "Plurinational State Foundation Day", "2015-02-13": "Carnival in Oruro", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-06-21": "Aymara New Year", "2015-06-22": "Aymara New Year (observed)", "2015-08-06": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-22": "Plurinational State Foundation Day", "2016-02-05": "Carnival in Oruro", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-26": "Corpus Christi", "2016-06-21": "Aymara New Year", "2016-08-06": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-22": "Plurinational State Foundation Day", "2017-01-23": "Plurinational State Foundation Day (observed)", "2017-02-24": "Carnival in Oruro", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-06-21": "Aymara New Year", "2017-08-06": "Independence Day", "2017-08-07": "Independence Day (observed)", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-22": "Plurinational State Foundation Day", "2018-02-09": "Carnival in Oruro", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-21": "Aymara New Year", "2018-08-06": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-22": "Plurinational State Foundation Day", "2019-03-01": "Carnival in Oruro", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-06-20": "Corpus Christi", "2019-06-21": "Aymara New Year", "2019-08-06": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-22": "Plurinational State Foundation Day", "2020-02-21": "Carnival in Oruro", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-06-11": "Corpus Christi", "2020-06-21": "Aymara New Year", "2020-06-22": "Aymara New Year (observed)", "2020-08-06": "Independence Day", "2020-10-17": "National Dignity Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-22": "Plurinational State Foundation Day", "2021-02-12": "Carnival in Oruro", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-21": "Aymara New Year", "2021-08-06": "Independence Day", "2021-10-17": "National Dignity Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-22": "Plurinational State Foundation Day", "2022-02-25": "Carnival in Oruro", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-16": "Corpus Christi", "2022-06-21": "Aymara New Year", "2022-08-06": "Independence Day", "2022-10-17": "National Dignity Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Plurinational State Foundation Day", "2023-01-23": "Plurinational State Foundation Day (observed)", "2023-02-17": "Carnival in Oruro", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-21": "Aymara New Year", "2023-08-06": "Independence Day", "2023-08-07": "Independence Day (observed)", "2023-10-17": "National Dignity Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-22": "Plurinational State Foundation Day", "2024-02-09": "Carnival in Oruro", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-21": "Aymara New Year", "2024-08-06": "Independence Day", "2024-10-17": "National Dignity Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-22": "Plurinational State Foundation Day", "2025-02-28": "Carnival in Oruro", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-19": "Corpus Christi", "2025-06-21": "Aymara New Year", "2025-08-06": "Independence Day", "2025-10-17": "National Dignity Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-22": "Plurinational State Foundation Day", "2026-02-13": "Carnival in Oruro", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-21": "Aymara New Year", "2026-06-22": "Aymara New Year (observed)", "2026-08-06": "Independence Day", "2026-10-17": "National Dignity Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Plurinational State Foundation Day", "2027-02-05": "Carnival in Oruro", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-21": "Aymara New Year", "2027-08-06": "Independence Day", "2027-10-17": "National Dignity Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-22": "Plurinational State Foundation Day", "2028-02-25": "Carnival in Oruro", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-06-15": "Corpus Christi", "2028-06-21": "Aymara New Year", "2028-08-06": "Independence Day", "2028-08-07": "Independence Day (observed)", "2028-10-17": "National Dignity Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-22": "Plurinational State Foundation Day", "2029-02-09": "Carnival in Oruro", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-21": "Aymara New Year", "2029-08-06": "Independence Day", "2029-10-17": "National Dignity Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-22": "Plurinational State Foundation Day", "2030-03-01": "Carnival in Oruro", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-06-20": "Corpus Christi", "2030-06-21": "Aymara New Year", "2030-08-06": "Independence Day", "2030-10-17": "National Dignity Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-22": "Plurinational State Foundation Day", "2031-02-21": "Carnival in Oruro", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-06-12": "Corpus Christi", "2031-06-21": "Aymara New Year", "2031-08-06": "Independence Day", "2031-10-17": "National Dignity Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-22": "Plurinational State Foundation Day", "2032-02-06": "Carnival in Oruro", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-21": "Aymara New Year", "2032-08-06": "Independence Day", "2032-10-17": "National Dignity Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-22": "Plurinational State Foundation Day", "2033-02-25": "Carnival in Oruro", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-16": "Corpus Christi", "2033-06-21": "Aymara New Year", "2033-08-06": "Independence Day", "2033-10-17": "National Dignity Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-22": "Plurinational State Foundation Day", "2034-01-23": "Plurinational State Foundation Day (observed)", "2034-02-17": "Carnival in Oruro", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-21": "Aymara New Year", "2034-08-06": "Independence Day", "2034-08-07": "Independence Day (observed)", "2034-10-17": "National Dignity Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-22": "Plurinational State Foundation Day", "2035-02-02": "Carnival in Oruro", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-21": "Aymara New Year", "2035-08-06": "Independence Day", "2035-10-17": "National Dignity Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-22": "Plurinational State Foundation Day", "2036-02-22": "Carnival in Oruro", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-06-12": "Corpus Christi", "2036-06-21": "Aymara New Year", "2036-08-06": "Independence Day", "2036-10-17": "National Dignity Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-22": "Plurinational State Foundation Day", "2037-02-13": "Carnival in Oruro", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-21": "Aymara New Year", "2037-06-22": "Aymara New Year (observed)", "2037-08-06": "Independence Day", "2037-10-17": "National Dignity Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-22": "Plurinational State Foundation Day", "2038-03-05": "Carnival in Oruro", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-21": "Aymara New Year", "2038-06-24": "Corpus Christi", "2038-08-06": "Independence Day", "2038-10-17": "National Dignity Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-22": "Plurinational State Foundation Day", "2039-02-18": "Carnival in Oruro", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-09": "Corpus Christi", "2039-06-21": "Aymara New Year", "2039-08-06": "Independence Day", "2039-10-17": "National Dignity Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-22": "Plurinational State Foundation Day", "2040-01-23": "Plurinational State Foundation Day (observed)", "2040-02-10": "Carnival in Oruro", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-21": "Aymara New Year", "2040-08-06": "Independence Day", "2040-10-17": "National Dignity Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-22": "Plurinational State Foundation Day", "2041-03-01": "Carnival in Oruro", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-06-20": "Corpus Christi", "2041-06-21": "Aymara New Year", "2041-08-06": "Independence Day", "2041-10-17": "National Dignity Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Plurinational State Foundation Day", "2042-02-14": "Carnival in Oruro", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-21": "Aymara New Year", "2042-08-06": "Independence Day", "2042-10-17": "National Dignity Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-22": "Plurinational State Foundation Day", "2043-02-06": "Carnival in Oruro", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-21": "Aymara New Year", "2043-06-22": "Aymara New Year (observed)", "2043-08-06": "Independence Day", "2043-10-17": "National Dignity Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-22": "Plurinational State Foundation Day", "2044-02-26": "Carnival in Oruro", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-16": "Corpus Christi", "2044-06-21": "Aymara New Year", "2044-08-06": "Independence Day", "2044-10-17": "National Dignity Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-22": "Plurinational State Foundation Day", "2045-01-23": "Plurinational State Foundation Day (observed)", "2045-02-17": "Carnival in Oruro", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-21": "Aymara New Year", "2045-08-06": "Independence Day", "2045-08-07": "Independence Day (observed)", "2045-10-17": "National Dignity Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-22": "Plurinational State Foundation Day", "2046-02-02": "Carnival in Oruro", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-21": "Aymara New Year", "2046-08-06": "Independence Day", "2046-10-17": "National Dignity Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-22": "Plurinational State Foundation Day", "2047-02-22": "Carnival in Oruro", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-06-13": "Corpus Christi", "2047-06-21": "Aymara New Year", "2047-08-06": "Independence Day", "2047-10-17": "National Dignity Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-22": "Plurinational State Foundation Day", "2048-02-14": "Carnival in Oruro", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-21": "Aymara New Year", "2048-06-22": "Aymara New Year (observed)", "2048-08-06": "Independence Day", "2048-10-17": "National Dignity Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-22": "Plurinational State Foundation Day", "2049-02-26": "Carnival in Oruro", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-06-17": "Corpus Christi", "2049-06-21": "Aymara New Year", "2049-08-06": "Independence Day", "2049-10-17": "National Dignity Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-22": "Plurinational State Foundation Day", "2050-02-18": "Carnival in Oruro", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-09": "Corpus Christi", "2050-06-21": "Aymara New Year", "2050-08-06": "Independence Day", "2050-10-17": "National Dignity Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BO_P.json000066400000000000000000001210521500152103600207560ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-06-08": "Corpus Christi", "1950-08-06": "Independence Day", "1950-11-10": "Potos\u00ed Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-24": "Corpus Christi", "1951-08-06": "Independence Day", "1951-11-10": "Potos\u00ed Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-06-12": "Corpus Christi", "1952-08-06": "Independence Day", "1952-11-10": "Potos\u00ed Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-06-04": "Corpus Christi", "1953-08-06": "Independence Day", "1953-11-10": "Potos\u00ed Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-06-17": "Corpus Christi", "1954-08-06": "Independence Day", "1954-11-10": "Potos\u00ed Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-06-09": "Corpus Christi", "1955-08-06": "Independence Day", "1955-11-10": "Potos\u00ed Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-31": "Corpus Christi", "1956-08-06": "Independence Day", "1956-11-10": "Potos\u00ed Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-06-20": "Corpus Christi", "1957-08-06": "Independence Day", "1957-11-10": "Potos\u00ed Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-06-05": "Corpus Christi", "1958-08-06": "Independence Day", "1958-11-10": "Potos\u00ed Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-28": "Corpus Christi", "1959-08-06": "Independence Day", "1959-11-10": "Potos\u00ed Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-06-16": "Corpus Christi", "1960-08-06": "Independence Day", "1960-11-10": "Potos\u00ed Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-06-01": "Corpus Christi", "1961-08-06": "Independence Day", "1961-11-10": "Potos\u00ed Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-06-21": "Corpus Christi", "1962-08-06": "Independence Day", "1962-11-10": "Potos\u00ed Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-06-13": "Corpus Christi", "1963-08-06": "Independence Day", "1963-11-10": "Potos\u00ed Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-28": "Corpus Christi", "1964-08-06": "Independence Day", "1964-11-10": "Potos\u00ed Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-06-17": "Corpus Christi", "1965-08-06": "Independence Day", "1965-11-10": "Potos\u00ed Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-06-09": "Corpus Christi", "1966-08-06": "Independence Day", "1966-11-10": "Potos\u00ed Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi", "1967-08-06": "Independence Day", "1967-11-10": "Potos\u00ed Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-06-13": "Corpus Christi", "1968-08-06": "Independence Day", "1968-11-10": "Potos\u00ed Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-06-05": "Corpus Christi", "1969-08-06": "Independence Day", "1969-11-10": "Potos\u00ed Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-28": "Corpus Christi", "1970-08-06": "Independence Day", "1970-11-10": "Potos\u00ed Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-06-10": "Corpus Christi", "1971-08-06": "Independence Day", "1971-11-10": "Potos\u00ed Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-06-01": "Corpus Christi", "1972-08-06": "Independence Day", "1972-11-10": "Potos\u00ed Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-06-21": "Corpus Christi", "1973-08-06": "Independence Day", "1973-11-10": "Potos\u00ed Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-06-13": "Corpus Christi", "1974-08-06": "Independence Day", "1974-11-10": "Potos\u00ed Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-08-06": "Independence Day", "1975-11-10": "Potos\u00ed Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-06-17": "Corpus Christi", "1976-08-06": "Independence Day", "1976-11-10": "Potos\u00ed Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-06-09": "Corpus Christi", "1977-08-06": "Independence Day", "1977-11-10": "Potos\u00ed Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-08-06": "Independence Day", "1978-08-07": "Independence Day (observed)", "1978-11-10": "Potos\u00ed Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-06-14": "Corpus Christi", "1979-08-06": "Independence Day", "1979-11-10": "Potos\u00ed Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-08-06": "Independence Day", "1980-11-10": "Potos\u00ed Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-06-18": "Corpus Christi", "1981-08-06": "Independence Day", "1981-11-10": "Potos\u00ed Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi", "1982-08-06": "Independence Day", "1982-11-10": "Potos\u00ed Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-06-02": "Corpus Christi", "1983-08-06": "Independence Day", "1983-11-10": "Potos\u00ed Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-06-21": "Corpus Christi", "1984-08-06": "Independence Day", "1984-11-10": "Potos\u00ed Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-08-06": "Independence Day", "1985-11-01": "All Saints' Day", "1985-11-10": "Potos\u00ed Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-08-06": "Independence Day", "1986-11-01": "All Saints' Day", "1986-11-10": "Potos\u00ed Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-06-18": "Corpus Christi", "1987-08-06": "Independence Day", "1987-11-01": "All Saints' Day", "1987-11-10": "Potos\u00ed Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-06-02": "Corpus Christi", "1988-08-06": "Independence Day", "1988-11-01": "All Saints' Day", "1988-11-10": "Potos\u00ed Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-08-06": "Independence Day", "1989-08-07": "Independence Day (observed)", "1989-11-02": "All Souls' Day", "1989-11-10": "Potos\u00ed Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-06-14": "Corpus Christi", "1990-08-06": "Independence Day", "1990-11-02": "All Souls' Day", "1990-11-10": "Potos\u00ed Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-08-06": "Independence Day", "1991-11-02": "All Souls' Day", "1991-11-10": "Potos\u00ed Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-18": "Corpus Christi", "1992-08-06": "Independence Day", "1992-11-02": "All Souls' Day", "1992-11-10": "Potos\u00ed Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi", "1993-08-06": "Independence Day", "1993-11-02": "All Souls' Day", "1993-11-10": "Potos\u00ed Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-06-02": "Corpus Christi", "1994-08-06": "Independence Day", "1994-11-02": "All Souls' Day", "1994-11-10": "Potos\u00ed Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-06-15": "Corpus Christi", "1995-08-06": "Independence Day", "1995-08-07": "Independence Day (observed)", "1995-11-02": "All Souls' Day", "1995-11-10": "Potos\u00ed Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-08-06": "Independence Day", "1996-11-02": "All Souls' Day", "1996-11-10": "Potos\u00ed Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-08-06": "Independence Day", "1997-11-02": "All Souls' Day", "1997-11-03": "All Souls' Day (observed)", "1997-11-10": "Potos\u00ed Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-06-11": "Corpus Christi", "1998-08-06": "Independence Day", "1998-11-02": "All Souls' Day", "1998-11-10": "Potos\u00ed Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-08-06": "Independence Day", "1999-11-02": "All Souls' Day", "1999-11-10": "Potos\u00ed Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-22": "Corpus Christi", "2000-08-06": "Independence Day", "2000-08-07": "Independence Day (observed)", "2000-11-02": "All Souls' Day", "2000-11-10": "Potos\u00ed Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-06-14": "Corpus Christi", "2001-08-06": "Independence Day", "2001-11-02": "All Souls' Day", "2001-11-10": "Potos\u00ed Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-08-06": "Independence Day", "2002-11-02": "All Souls' Day", "2002-11-10": "Potos\u00ed Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-19": "Corpus Christi", "2003-08-06": "Independence Day", "2003-11-02": "All Souls' Day", "2003-11-03": "All Souls' Day (observed)", "2003-11-10": "Potos\u00ed Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi", "2004-08-06": "Independence Day", "2004-11-02": "All Souls' Day", "2004-11-10": "Potos\u00ed Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-26": "Corpus Christi", "2005-08-06": "Independence Day", "2005-11-02": "All Souls' Day", "2005-11-10": "Potos\u00ed Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-06-15": "Corpus Christi", "2006-08-06": "Independence Day", "2006-08-07": "Independence Day (observed)", "2006-11-02": "All Souls' Day", "2006-11-10": "Potos\u00ed Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-08-06": "Independence Day", "2007-11-02": "All Souls' Day", "2007-11-10": "Potos\u00ed Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-08-06": "Independence Day", "2008-11-02": "All Souls' Day", "2008-11-03": "All Souls' Day (observed)", "2008-11-10": "Potos\u00ed Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-06-11": "Corpus Christi", "2009-06-21": "Aymara New Year", "2009-06-22": "Aymara New Year (observed)", "2009-08-06": "Independence Day", "2009-11-02": "All Souls' Day", "2009-11-10": "Potos\u00ed Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-22": "Plurinational State Foundation Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-21": "Aymara New Year", "2010-08-06": "Independence Day", "2010-11-02": "All Souls' Day", "2010-11-10": "Potos\u00ed Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-22": "Plurinational State Foundation Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-21": "Aymara New Year", "2011-06-23": "Corpus Christi", "2011-08-06": "Independence Day", "2011-11-02": "All Souls' Day", "2011-11-10": "Potos\u00ed Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-22": "Plurinational State Foundation Day", "2012-01-23": "Plurinational State Foundation Day (observed)", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-30": "Labor Day (observed)", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-21": "Aymara New Year", "2012-08-06": "Independence Day", "2012-11-02": "All Souls' Day", "2012-11-10": "Potos\u00ed Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-22": "Plurinational State Foundation Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-06-21": "Aymara New Year", "2013-08-06": "Independence Day", "2013-11-02": "All Souls' Day", "2013-11-10": "Potos\u00ed Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-22": "Plurinational State Foundation Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day (observed)", "2014-06-19": "Corpus Christi", "2014-06-21": "Aymara New Year", "2014-08-06": "Independence Day", "2014-11-02": "All Souls' Day", "2014-11-03": "All Souls' Day (observed)", "2014-11-10": "Potos\u00ed Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-22": "Plurinational State Foundation Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-06-21": "Aymara New Year", "2015-06-22": "Aymara New Year (observed)", "2015-08-06": "Independence Day", "2015-11-02": "All Souls' Day", "2015-11-10": "Potos\u00ed Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-22": "Plurinational State Foundation Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-26": "Corpus Christi", "2016-06-21": "Aymara New Year", "2016-08-06": "Independence Day", "2016-11-02": "All Souls' Day", "2016-11-10": "Potos\u00ed Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-22": "Plurinational State Foundation Day", "2017-01-23": "Plurinational State Foundation Day (observed)", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-06-21": "Aymara New Year", "2017-08-06": "Independence Day", "2017-08-07": "Independence Day (observed)", "2017-11-02": "All Souls' Day", "2017-11-10": "Potos\u00ed Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-22": "Plurinational State Foundation Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-21": "Aymara New Year", "2018-08-06": "Independence Day", "2018-11-02": "All Souls' Day", "2018-11-10": "Potos\u00ed Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-22": "Plurinational State Foundation Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-06-20": "Corpus Christi", "2019-06-21": "Aymara New Year", "2019-08-06": "Independence Day", "2019-11-02": "All Souls' Day", "2019-11-10": "Potos\u00ed Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-22": "Plurinational State Foundation Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-06-11": "Corpus Christi", "2020-06-21": "Aymara New Year", "2020-06-22": "Aymara New Year (observed)", "2020-08-06": "Independence Day", "2020-10-17": "National Dignity Day", "2020-11-02": "All Souls' Day", "2020-11-10": "Potos\u00ed Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-22": "Plurinational State Foundation Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-21": "Aymara New Year", "2021-08-06": "Independence Day", "2021-10-17": "National Dignity Day", "2021-11-02": "All Souls' Day", "2021-11-10": "Potos\u00ed Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-22": "Plurinational State Foundation Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-16": "Corpus Christi", "2022-06-21": "Aymara New Year", "2022-08-06": "Independence Day", "2022-10-17": "National Dignity Day", "2022-11-02": "All Souls' Day", "2022-11-10": "Potos\u00ed Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Plurinational State Foundation Day", "2023-01-23": "Plurinational State Foundation Day (observed)", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-21": "Aymara New Year", "2023-08-06": "Independence Day", "2023-08-07": "Independence Day (observed)", "2023-10-17": "National Dignity Day", "2023-11-02": "All Souls' Day", "2023-11-10": "Potos\u00ed Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-22": "Plurinational State Foundation Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-21": "Aymara New Year", "2024-08-06": "Independence Day", "2024-10-17": "National Dignity Day", "2024-11-02": "All Souls' Day", "2024-11-10": "Potos\u00ed Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-22": "Plurinational State Foundation Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-19": "Corpus Christi", "2025-06-21": "Aymara New Year", "2025-08-06": "Independence Day", "2025-10-17": "National Dignity Day", "2025-11-02": "All Souls' Day", "2025-11-10": "Potos\u00ed Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-22": "Plurinational State Foundation Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-21": "Aymara New Year", "2026-06-22": "Aymara New Year (observed)", "2026-08-06": "Independence Day", "2026-10-17": "National Dignity Day", "2026-11-02": "All Souls' Day", "2026-11-10": "Potos\u00ed Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Plurinational State Foundation Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-21": "Aymara New Year", "2027-08-06": "Independence Day", "2027-10-17": "National Dignity Day", "2027-11-02": "All Souls' Day", "2027-11-10": "Potos\u00ed Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-22": "Plurinational State Foundation Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-06-15": "Corpus Christi", "2028-06-21": "Aymara New Year", "2028-08-06": "Independence Day", "2028-08-07": "Independence Day (observed)", "2028-10-17": "National Dignity Day", "2028-11-02": "All Souls' Day", "2028-11-10": "Potos\u00ed Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-22": "Plurinational State Foundation Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-21": "Aymara New Year", "2029-08-06": "Independence Day", "2029-10-17": "National Dignity Day", "2029-11-02": "All Souls' Day", "2029-11-10": "Potos\u00ed Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-22": "Plurinational State Foundation Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-06-20": "Corpus Christi", "2030-06-21": "Aymara New Year", "2030-08-06": "Independence Day", "2030-10-17": "National Dignity Day", "2030-11-02": "All Souls' Day", "2030-11-10": "Potos\u00ed Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-22": "Plurinational State Foundation Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-06-12": "Corpus Christi", "2031-06-21": "Aymara New Year", "2031-08-06": "Independence Day", "2031-10-17": "National Dignity Day", "2031-11-02": "All Souls' Day", "2031-11-10": "Potos\u00ed Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-22": "Plurinational State Foundation Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-21": "Aymara New Year", "2032-08-06": "Independence Day", "2032-10-17": "National Dignity Day", "2032-11-02": "All Souls' Day", "2032-11-10": "Potos\u00ed Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-22": "Plurinational State Foundation Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-16": "Corpus Christi", "2033-06-21": "Aymara New Year", "2033-08-06": "Independence Day", "2033-10-17": "National Dignity Day", "2033-11-02": "All Souls' Day", "2033-11-10": "Potos\u00ed Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-22": "Plurinational State Foundation Day", "2034-01-23": "Plurinational State Foundation Day (observed)", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-21": "Aymara New Year", "2034-08-06": "Independence Day", "2034-08-07": "Independence Day (observed)", "2034-10-17": "National Dignity Day", "2034-11-02": "All Souls' Day", "2034-11-10": "Potos\u00ed Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-22": "Plurinational State Foundation Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-21": "Aymara New Year", "2035-08-06": "Independence Day", "2035-10-17": "National Dignity Day", "2035-11-02": "All Souls' Day", "2035-11-10": "Potos\u00ed Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-22": "Plurinational State Foundation Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-06-12": "Corpus Christi", "2036-06-21": "Aymara New Year", "2036-08-06": "Independence Day", "2036-10-17": "National Dignity Day", "2036-11-02": "All Souls' Day", "2036-11-10": "Potos\u00ed Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-22": "Plurinational State Foundation Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-21": "Aymara New Year", "2037-06-22": "Aymara New Year (observed)", "2037-08-06": "Independence Day", "2037-10-17": "National Dignity Day", "2037-11-02": "All Souls' Day", "2037-11-10": "Potos\u00ed Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-22": "Plurinational State Foundation Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-21": "Aymara New Year", "2038-06-24": "Corpus Christi", "2038-08-06": "Independence Day", "2038-10-17": "National Dignity Day", "2038-11-02": "All Souls' Day", "2038-11-10": "Potos\u00ed Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-22": "Plurinational State Foundation Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-09": "Corpus Christi", "2039-06-21": "Aymara New Year", "2039-08-06": "Independence Day", "2039-10-17": "National Dignity Day", "2039-11-02": "All Souls' Day", "2039-11-10": "Potos\u00ed Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-22": "Plurinational State Foundation Day", "2040-01-23": "Plurinational State Foundation Day (observed)", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-21": "Aymara New Year", "2040-08-06": "Independence Day", "2040-10-17": "National Dignity Day", "2040-11-02": "All Souls' Day", "2040-11-10": "Potos\u00ed Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-22": "Plurinational State Foundation Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-06-20": "Corpus Christi", "2041-06-21": "Aymara New Year", "2041-08-06": "Independence Day", "2041-10-17": "National Dignity Day", "2041-11-02": "All Souls' Day", "2041-11-10": "Potos\u00ed Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Plurinational State Foundation Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-21": "Aymara New Year", "2042-08-06": "Independence Day", "2042-10-17": "National Dignity Day", "2042-11-02": "All Souls' Day", "2042-11-10": "Potos\u00ed Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-22": "Plurinational State Foundation Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-21": "Aymara New Year", "2043-06-22": "Aymara New Year (observed)", "2043-08-06": "Independence Day", "2043-10-17": "National Dignity Day", "2043-11-02": "All Souls' Day", "2043-11-10": "Potos\u00ed Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-22": "Plurinational State Foundation Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-16": "Corpus Christi", "2044-06-21": "Aymara New Year", "2044-08-06": "Independence Day", "2044-10-17": "National Dignity Day", "2044-11-02": "All Souls' Day", "2044-11-10": "Potos\u00ed Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-22": "Plurinational State Foundation Day", "2045-01-23": "Plurinational State Foundation Day (observed)", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-21": "Aymara New Year", "2045-08-06": "Independence Day", "2045-08-07": "Independence Day (observed)", "2045-10-17": "National Dignity Day", "2045-11-02": "All Souls' Day", "2045-11-10": "Potos\u00ed Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-22": "Plurinational State Foundation Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-21": "Aymara New Year", "2046-08-06": "Independence Day", "2046-10-17": "National Dignity Day", "2046-11-02": "All Souls' Day", "2046-11-10": "Potos\u00ed Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-22": "Plurinational State Foundation Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-06-13": "Corpus Christi", "2047-06-21": "Aymara New Year", "2047-08-06": "Independence Day", "2047-10-17": "National Dignity Day", "2047-11-02": "All Souls' Day", "2047-11-10": "Potos\u00ed Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-22": "Plurinational State Foundation Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-21": "Aymara New Year", "2048-06-22": "Aymara New Year (observed)", "2048-08-06": "Independence Day", "2048-10-17": "National Dignity Day", "2048-11-02": "All Souls' Day", "2048-11-10": "Potos\u00ed Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-22": "Plurinational State Foundation Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-06-17": "Corpus Christi", "2049-06-21": "Aymara New Year", "2049-08-06": "Independence Day", "2049-10-17": "National Dignity Day", "2049-11-02": "All Souls' Day", "2049-11-10": "Potos\u00ed Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-22": "Plurinational State Foundation Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-09": "Corpus Christi", "2050-06-21": "Aymara New Year", "2050-08-06": "Independence Day", "2050-10-17": "National Dignity Day", "2050-11-02": "All Souls' Day", "2050-11-10": "Potos\u00ed Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BO_S.json000066400000000000000000001207051500152103600207650ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-06-08": "Corpus Christi", "1950-08-06": "Independence Day", "1950-09-24": "Santa Cruz Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-24": "Corpus Christi", "1951-08-06": "Independence Day", "1951-09-24": "Santa Cruz Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-06-12": "Corpus Christi", "1952-08-06": "Independence Day", "1952-09-24": "Santa Cruz Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-06-04": "Corpus Christi", "1953-08-06": "Independence Day", "1953-09-24": "Santa Cruz Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-06-17": "Corpus Christi", "1954-08-06": "Independence Day", "1954-09-24": "Santa Cruz Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-06-09": "Corpus Christi", "1955-08-06": "Independence Day", "1955-09-24": "Santa Cruz Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-31": "Corpus Christi", "1956-08-06": "Independence Day", "1956-09-24": "Santa Cruz Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-06-20": "Corpus Christi", "1957-08-06": "Independence Day", "1957-09-24": "Santa Cruz Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-06-05": "Corpus Christi", "1958-08-06": "Independence Day", "1958-09-24": "Santa Cruz Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-28": "Corpus Christi", "1959-08-06": "Independence Day", "1959-09-24": "Santa Cruz Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-06-16": "Corpus Christi", "1960-08-06": "Independence Day", "1960-09-24": "Santa Cruz Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-06-01": "Corpus Christi", "1961-08-06": "Independence Day", "1961-09-24": "Santa Cruz Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-06-21": "Corpus Christi", "1962-08-06": "Independence Day", "1962-09-24": "Santa Cruz Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-06-13": "Corpus Christi", "1963-08-06": "Independence Day", "1963-09-24": "Santa Cruz Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-28": "Corpus Christi", "1964-08-06": "Independence Day", "1964-09-24": "Santa Cruz Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-06-17": "Corpus Christi", "1965-08-06": "Independence Day", "1965-09-24": "Santa Cruz Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-06-09": "Corpus Christi", "1966-08-06": "Independence Day", "1966-09-24": "Santa Cruz Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi", "1967-08-06": "Independence Day", "1967-09-24": "Santa Cruz Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-06-13": "Corpus Christi", "1968-08-06": "Independence Day", "1968-09-24": "Santa Cruz Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-06-05": "Corpus Christi", "1969-08-06": "Independence Day", "1969-09-24": "Santa Cruz Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-28": "Corpus Christi", "1970-08-06": "Independence Day", "1970-09-24": "Santa Cruz Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-06-10": "Corpus Christi", "1971-08-06": "Independence Day", "1971-09-24": "Santa Cruz Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-06-01": "Corpus Christi", "1972-08-06": "Independence Day", "1972-09-24": "Santa Cruz Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-06-21": "Corpus Christi", "1973-08-06": "Independence Day", "1973-09-24": "Santa Cruz Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-06-13": "Corpus Christi", "1974-08-06": "Independence Day", "1974-09-24": "Santa Cruz Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-08-06": "Independence Day", "1975-09-24": "Santa Cruz Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-06-17": "Corpus Christi", "1976-08-06": "Independence Day", "1976-09-24": "Santa Cruz Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-06-09": "Corpus Christi", "1977-08-06": "Independence Day", "1977-09-24": "Santa Cruz Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-08-06": "Independence Day", "1978-08-07": "Independence Day (observed)", "1978-09-24": "Santa Cruz Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-06-14": "Corpus Christi", "1979-08-06": "Independence Day", "1979-09-24": "Santa Cruz Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-08-06": "Independence Day", "1980-09-24": "Santa Cruz Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-06-18": "Corpus Christi", "1981-08-06": "Independence Day", "1981-09-24": "Santa Cruz Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi", "1982-08-06": "Independence Day", "1982-09-24": "Santa Cruz Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-06-02": "Corpus Christi", "1983-08-06": "Independence Day", "1983-09-24": "Santa Cruz Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-06-21": "Corpus Christi", "1984-08-06": "Independence Day", "1984-09-24": "Santa Cruz Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-08-06": "Independence Day", "1985-09-24": "Santa Cruz Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-08-06": "Independence Day", "1986-09-24": "Santa Cruz Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-06-18": "Corpus Christi", "1987-08-06": "Independence Day", "1987-09-24": "Santa Cruz Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-06-02": "Corpus Christi", "1988-08-06": "Independence Day", "1988-09-24": "Santa Cruz Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-08-06": "Independence Day", "1989-08-07": "Independence Day (observed)", "1989-09-24": "Santa Cruz Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-06-14": "Corpus Christi", "1990-08-06": "Independence Day", "1990-09-24": "Santa Cruz Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-08-06": "Independence Day", "1991-09-24": "Santa Cruz Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-18": "Corpus Christi", "1992-08-06": "Independence Day", "1992-09-24": "Santa Cruz Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi", "1993-08-06": "Independence Day", "1993-09-24": "Santa Cruz Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-06-02": "Corpus Christi", "1994-08-06": "Independence Day", "1994-09-24": "Santa Cruz Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-06-15": "Corpus Christi", "1995-08-06": "Independence Day", "1995-08-07": "Independence Day (observed)", "1995-09-24": "Santa Cruz Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-08-06": "Independence Day", "1996-09-24": "Santa Cruz Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-08-06": "Independence Day", "1997-09-24": "Santa Cruz Day", "1997-11-02": "All Souls' Day", "1997-11-03": "All Souls' Day (observed)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-06-11": "Corpus Christi", "1998-08-06": "Independence Day", "1998-09-24": "Santa Cruz Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-08-06": "Independence Day", "1999-09-24": "Santa Cruz Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-22": "Corpus Christi", "2000-08-06": "Independence Day", "2000-08-07": "Independence Day (observed)", "2000-09-24": "Santa Cruz Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-06-14": "Corpus Christi", "2001-08-06": "Independence Day", "2001-09-24": "Santa Cruz Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-08-06": "Independence Day", "2002-09-24": "Santa Cruz Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-19": "Corpus Christi", "2003-08-06": "Independence Day", "2003-09-24": "Santa Cruz Day", "2003-11-02": "All Souls' Day", "2003-11-03": "All Souls' Day (observed)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi", "2004-08-06": "Independence Day", "2004-09-24": "Santa Cruz Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-26": "Corpus Christi", "2005-08-06": "Independence Day", "2005-09-24": "Santa Cruz Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-06-15": "Corpus Christi", "2006-08-06": "Independence Day", "2006-08-07": "Independence Day (observed)", "2006-09-24": "Santa Cruz Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-08-06": "Independence Day", "2007-09-24": "Santa Cruz Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-08-06": "Independence Day", "2008-09-24": "Santa Cruz Day", "2008-11-02": "All Souls' Day", "2008-11-03": "All Souls' Day (observed)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-06-11": "Corpus Christi", "2009-06-21": "Aymara New Year", "2009-06-22": "Aymara New Year (observed)", "2009-08-06": "Independence Day", "2009-09-24": "Santa Cruz Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-22": "Plurinational State Foundation Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-21": "Aymara New Year", "2010-08-06": "Independence Day", "2010-09-24": "Santa Cruz Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-22": "Plurinational State Foundation Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-21": "Aymara New Year", "2011-06-23": "Corpus Christi", "2011-08-06": "Independence Day", "2011-09-24": "Santa Cruz Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-22": "Plurinational State Foundation Day", "2012-01-23": "Plurinational State Foundation Day (observed)", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-30": "Labor Day (observed)", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-21": "Aymara New Year", "2012-08-06": "Independence Day", "2012-09-24": "Santa Cruz Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-22": "Plurinational State Foundation Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-06-21": "Aymara New Year", "2013-08-06": "Independence Day", "2013-09-24": "Santa Cruz Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-22": "Plurinational State Foundation Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day (observed)", "2014-06-19": "Corpus Christi", "2014-06-21": "Aymara New Year", "2014-08-06": "Independence Day", "2014-09-24": "Santa Cruz Day", "2014-11-02": "All Souls' Day", "2014-11-03": "All Souls' Day (observed)", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-22": "Plurinational State Foundation Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-06-21": "Aymara New Year", "2015-06-22": "Aymara New Year (observed)", "2015-08-06": "Independence Day", "2015-09-24": "Santa Cruz Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-22": "Plurinational State Foundation Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-26": "Corpus Christi", "2016-06-21": "Aymara New Year", "2016-08-06": "Independence Day", "2016-09-24": "Santa Cruz Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-22": "Plurinational State Foundation Day", "2017-01-23": "Plurinational State Foundation Day (observed)", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-06-21": "Aymara New Year", "2017-08-06": "Independence Day", "2017-08-07": "Independence Day (observed)", "2017-09-24": "Santa Cruz Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-22": "Plurinational State Foundation Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-21": "Aymara New Year", "2018-08-06": "Independence Day", "2018-09-24": "Santa Cruz Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-22": "Plurinational State Foundation Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-06-20": "Corpus Christi", "2019-06-21": "Aymara New Year", "2019-08-06": "Independence Day", "2019-09-24": "Santa Cruz Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-22": "Plurinational State Foundation Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-06-11": "Corpus Christi", "2020-06-21": "Aymara New Year", "2020-06-22": "Aymara New Year (observed)", "2020-08-06": "Independence Day", "2020-09-24": "Santa Cruz Day", "2020-10-17": "National Dignity Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-22": "Plurinational State Foundation Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-21": "Aymara New Year", "2021-08-06": "Independence Day", "2021-09-24": "Santa Cruz Day", "2021-10-17": "National Dignity Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-22": "Plurinational State Foundation Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-16": "Corpus Christi", "2022-06-21": "Aymara New Year", "2022-08-06": "Independence Day", "2022-09-24": "Santa Cruz Day", "2022-10-17": "National Dignity Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Plurinational State Foundation Day", "2023-01-23": "Plurinational State Foundation Day (observed)", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-21": "Aymara New Year", "2023-08-06": "Independence Day", "2023-08-07": "Independence Day (observed)", "2023-09-24": "Santa Cruz Day", "2023-10-17": "National Dignity Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-22": "Plurinational State Foundation Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-21": "Aymara New Year", "2024-08-06": "Independence Day", "2024-09-24": "Santa Cruz Day", "2024-10-17": "National Dignity Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-22": "Plurinational State Foundation Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-19": "Corpus Christi", "2025-06-21": "Aymara New Year", "2025-08-06": "Independence Day", "2025-09-24": "Santa Cruz Day", "2025-10-17": "National Dignity Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-22": "Plurinational State Foundation Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-21": "Aymara New Year", "2026-06-22": "Aymara New Year (observed)", "2026-08-06": "Independence Day", "2026-09-24": "Santa Cruz Day", "2026-10-17": "National Dignity Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Plurinational State Foundation Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-21": "Aymara New Year", "2027-08-06": "Independence Day", "2027-09-24": "Santa Cruz Day", "2027-10-17": "National Dignity Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-22": "Plurinational State Foundation Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-06-15": "Corpus Christi", "2028-06-21": "Aymara New Year", "2028-08-06": "Independence Day", "2028-08-07": "Independence Day (observed)", "2028-09-24": "Santa Cruz Day", "2028-10-17": "National Dignity Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-22": "Plurinational State Foundation Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-21": "Aymara New Year", "2029-08-06": "Independence Day", "2029-09-24": "Santa Cruz Day", "2029-10-17": "National Dignity Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-22": "Plurinational State Foundation Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-06-20": "Corpus Christi", "2030-06-21": "Aymara New Year", "2030-08-06": "Independence Day", "2030-09-24": "Santa Cruz Day", "2030-10-17": "National Dignity Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-22": "Plurinational State Foundation Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-06-12": "Corpus Christi", "2031-06-21": "Aymara New Year", "2031-08-06": "Independence Day", "2031-09-24": "Santa Cruz Day", "2031-10-17": "National Dignity Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-22": "Plurinational State Foundation Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-21": "Aymara New Year", "2032-08-06": "Independence Day", "2032-09-24": "Santa Cruz Day", "2032-10-17": "National Dignity Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-22": "Plurinational State Foundation Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-16": "Corpus Christi", "2033-06-21": "Aymara New Year", "2033-08-06": "Independence Day", "2033-09-24": "Santa Cruz Day", "2033-10-17": "National Dignity Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-22": "Plurinational State Foundation Day", "2034-01-23": "Plurinational State Foundation Day (observed)", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-21": "Aymara New Year", "2034-08-06": "Independence Day", "2034-08-07": "Independence Day (observed)", "2034-09-24": "Santa Cruz Day", "2034-10-17": "National Dignity Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-22": "Plurinational State Foundation Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-21": "Aymara New Year", "2035-08-06": "Independence Day", "2035-09-24": "Santa Cruz Day", "2035-10-17": "National Dignity Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-22": "Plurinational State Foundation Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-06-12": "Corpus Christi", "2036-06-21": "Aymara New Year", "2036-08-06": "Independence Day", "2036-09-24": "Santa Cruz Day", "2036-10-17": "National Dignity Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-22": "Plurinational State Foundation Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-21": "Aymara New Year", "2037-06-22": "Aymara New Year (observed)", "2037-08-06": "Independence Day", "2037-09-24": "Santa Cruz Day", "2037-10-17": "National Dignity Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-22": "Plurinational State Foundation Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-21": "Aymara New Year", "2038-06-24": "Corpus Christi", "2038-08-06": "Independence Day", "2038-09-24": "Santa Cruz Day", "2038-10-17": "National Dignity Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-22": "Plurinational State Foundation Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-09": "Corpus Christi", "2039-06-21": "Aymara New Year", "2039-08-06": "Independence Day", "2039-09-24": "Santa Cruz Day", "2039-10-17": "National Dignity Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-22": "Plurinational State Foundation Day", "2040-01-23": "Plurinational State Foundation Day (observed)", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-21": "Aymara New Year", "2040-08-06": "Independence Day", "2040-09-24": "Santa Cruz Day", "2040-10-17": "National Dignity Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-22": "Plurinational State Foundation Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-06-20": "Corpus Christi", "2041-06-21": "Aymara New Year", "2041-08-06": "Independence Day", "2041-09-24": "Santa Cruz Day", "2041-10-17": "National Dignity Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Plurinational State Foundation Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-21": "Aymara New Year", "2042-08-06": "Independence Day", "2042-09-24": "Santa Cruz Day", "2042-10-17": "National Dignity Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-22": "Plurinational State Foundation Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-21": "Aymara New Year", "2043-06-22": "Aymara New Year (observed)", "2043-08-06": "Independence Day", "2043-09-24": "Santa Cruz Day", "2043-10-17": "National Dignity Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-22": "Plurinational State Foundation Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-16": "Corpus Christi", "2044-06-21": "Aymara New Year", "2044-08-06": "Independence Day", "2044-09-24": "Santa Cruz Day", "2044-10-17": "National Dignity Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-22": "Plurinational State Foundation Day", "2045-01-23": "Plurinational State Foundation Day (observed)", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-21": "Aymara New Year", "2045-08-06": "Independence Day", "2045-08-07": "Independence Day (observed)", "2045-09-24": "Santa Cruz Day", "2045-10-17": "National Dignity Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-22": "Plurinational State Foundation Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-21": "Aymara New Year", "2046-08-06": "Independence Day", "2046-09-24": "Santa Cruz Day", "2046-10-17": "National Dignity Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-22": "Plurinational State Foundation Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-06-13": "Corpus Christi", "2047-06-21": "Aymara New Year", "2047-08-06": "Independence Day", "2047-09-24": "Santa Cruz Day", "2047-10-17": "National Dignity Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-22": "Plurinational State Foundation Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-21": "Aymara New Year", "2048-06-22": "Aymara New Year (observed)", "2048-08-06": "Independence Day", "2048-09-24": "Santa Cruz Day", "2048-10-17": "National Dignity Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-22": "Plurinational State Foundation Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-06-17": "Corpus Christi", "2049-06-21": "Aymara New Year", "2049-08-06": "Independence Day", "2049-09-24": "Santa Cruz Day", "2049-10-17": "National Dignity Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-22": "Plurinational State Foundation Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-09": "Corpus Christi", "2050-06-21": "Aymara New Year", "2050-08-06": "Independence Day", "2050-09-24": "Santa Cruz Day", "2050-10-17": "National Dignity Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BO_T.json000066400000000000000000001177411500152103600207740ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-15": "La Tablada", "1950-05-01": "Labor Day", "1950-06-08": "Corpus Christi", "1950-08-06": "Independence Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-04-15": "La Tablada", "1951-05-01": "Labor Day", "1951-05-24": "Corpus Christi", "1951-08-06": "Independence Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-15": "La Tablada", "1952-05-01": "Labor Day", "1952-06-12": "Corpus Christi", "1952-08-06": "Independence Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-15": "La Tablada", "1953-05-01": "Labor Day", "1953-06-04": "Corpus Christi", "1953-08-06": "Independence Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-15": "La Tablada", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-06-17": "Corpus Christi", "1954-08-06": "Independence Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-15": "La Tablada", "1955-05-01": "Labor Day", "1955-06-09": "Corpus Christi", "1955-08-06": "Independence Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-15": "La Tablada", "1956-05-01": "Labor Day", "1956-05-31": "Corpus Christi", "1956-08-06": "Independence Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-15": "La Tablada", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-06-20": "Corpus Christi", "1957-08-06": "Independence Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-15": "La Tablada", "1958-05-01": "Labor Day", "1958-06-05": "Corpus Christi", "1958-08-06": "Independence Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-04-15": "La Tablada", "1959-05-01": "Labor Day", "1959-05-28": "Corpus Christi", "1959-08-06": "Independence Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-15": "Good Friday; La Tablada", "1960-05-01": "Labor Day", "1960-06-16": "Corpus Christi", "1960-08-06": "Independence Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-15": "La Tablada", "1961-05-01": "Labor Day", "1961-06-01": "Corpus Christi", "1961-08-06": "Independence Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-15": "La Tablada", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-06-21": "Corpus Christi", "1962-08-06": "Independence Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-15": "La Tablada", "1963-05-01": "Labor Day", "1963-06-13": "Corpus Christi", "1963-08-06": "Independence Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-04-15": "La Tablada", "1964-05-01": "Labor Day", "1964-05-28": "Corpus Christi", "1964-08-06": "Independence Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-15": "La Tablada", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-06-17": "Corpus Christi", "1965-08-06": "Independence Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-15": "La Tablada", "1966-05-01": "Labor Day", "1966-06-09": "Corpus Christi", "1966-08-06": "Independence Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-04-15": "La Tablada", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi", "1967-08-06": "Independence Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-15": "La Tablada", "1968-05-01": "Labor Day", "1968-06-13": "Corpus Christi", "1968-08-06": "Independence Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-15": "La Tablada", "1969-05-01": "Labor Day", "1969-06-05": "Corpus Christi", "1969-08-06": "Independence Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-04-15": "La Tablada", "1970-05-01": "Labor Day", "1970-05-28": "Corpus Christi", "1970-08-06": "Independence Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-15": "La Tablada", "1971-05-01": "Labor Day", "1971-06-10": "Corpus Christi", "1971-08-06": "Independence Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-15": "La Tablada", "1972-05-01": "Labor Day", "1972-06-01": "Corpus Christi", "1972-08-06": "Independence Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-15": "La Tablada", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-06-21": "Corpus Christi", "1973-08-06": "Independence Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-15": "La Tablada", "1974-05-01": "Labor Day", "1974-06-13": "Corpus Christi", "1974-08-06": "Independence Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-04-15": "La Tablada", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-08-06": "Independence Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-15": "La Tablada", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-06-17": "Corpus Christi", "1976-08-06": "Independence Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-15": "La Tablada", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-06-09": "Corpus Christi", "1977-08-06": "Independence Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-04-15": "La Tablada", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-08-06": "Independence Day", "1978-08-07": "Independence Day (observed)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "La Tablada", "1979-05-01": "Labor Day", "1979-06-14": "Corpus Christi", "1979-08-06": "Independence Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-15": "La Tablada", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-08-06": "Independence Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-15": "La Tablada", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-06-18": "Corpus Christi", "1981-08-06": "Independence Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-15": "La Tablada", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi", "1982-08-06": "Independence Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-15": "La Tablada", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-06-02": "Corpus Christi", "1983-08-06": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-15": "La Tablada", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-06-21": "Corpus Christi", "1984-08-06": "Independence Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-15": "La Tablada", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-08-06": "Independence Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-04-15": "La Tablada", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-08-06": "Independence Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-15": "La Tablada", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-06-18": "Corpus Christi", "1987-08-06": "Independence Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-15": "La Tablada", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-06-02": "Corpus Christi", "1988-08-06": "Independence Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-04-15": "La Tablada", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-08-06": "Independence Day", "1989-08-07": "Independence Day (observed)", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "La Tablada", "1990-05-01": "Labor Day", "1990-06-14": "Corpus Christi", "1990-08-06": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-04-15": "La Tablada", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-08-06": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-15": "La Tablada", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-18": "Corpus Christi", "1992-08-06": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-15": "La Tablada", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi", "1993-08-06": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-15": "La Tablada", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-06-02": "Corpus Christi", "1994-08-06": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-15": "La Tablada", "1995-05-01": "Labor Day", "1995-06-15": "Corpus Christi", "1995-08-06": "Independence Day", "1995-08-07": "Independence Day (observed)", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-15": "La Tablada", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-08-06": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-04-15": "La Tablada", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-08-06": "Independence Day", "1997-11-02": "All Souls' Day", "1997-11-03": "All Souls' Day (observed)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-15": "La Tablada", "1998-05-01": "Labor Day", "1998-06-11": "Corpus Christi", "1998-08-06": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-15": "La Tablada", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-08-06": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-15": "La Tablada", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-22": "Corpus Christi", "2000-08-06": "Independence Day", "2000-08-07": "Independence Day (observed)", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "La Tablada", "2001-05-01": "Labor Day", "2001-06-14": "Corpus Christi", "2001-08-06": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-04-15": "La Tablada", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-08-06": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-15": "La Tablada", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-19": "Corpus Christi", "2003-08-06": "Independence Day", "2003-11-02": "All Souls' Day", "2003-11-03": "All Souls' Day (observed)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-15": "La Tablada", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi", "2004-08-06": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-04-15": "La Tablada", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-26": "Corpus Christi", "2005-08-06": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-15": "La Tablada", "2006-05-01": "Labor Day", "2006-06-15": "Corpus Christi", "2006-08-06": "Independence Day", "2006-08-07": "Independence Day (observed)", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-15": "La Tablada", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-08-06": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-04-15": "La Tablada", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-08-06": "Independence Day", "2008-11-02": "All Souls' Day", "2008-11-03": "All Souls' Day (observed)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-15": "La Tablada", "2009-05-01": "Labor Day", "2009-06-11": "Corpus Christi", "2009-06-21": "Aymara New Year", "2009-06-22": "Aymara New Year (observed)", "2009-08-06": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-22": "Plurinational State Foundation Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-15": "La Tablada", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-21": "Aymara New Year", "2010-08-06": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-22": "Plurinational State Foundation Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-15": "La Tablada", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-21": "Aymara New Year", "2011-06-23": "Corpus Christi", "2011-08-06": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-22": "Plurinational State Foundation Day", "2012-01-23": "Plurinational State Foundation Day (observed)", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-15": "La Tablada", "2012-04-30": "Labor Day (observed)", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-21": "Aymara New Year", "2012-08-06": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-22": "Plurinational State Foundation Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-04-15": "La Tablada", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-06-21": "Aymara New Year", "2013-08-06": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-22": "Plurinational State Foundation Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-15": "La Tablada", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day (observed)", "2014-06-19": "Corpus Christi", "2014-06-21": "Aymara New Year", "2014-08-06": "Independence Day", "2014-11-02": "All Souls' Day", "2014-11-03": "All Souls' Day (observed)", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-22": "Plurinational State Foundation Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-15": "La Tablada", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-06-21": "Aymara New Year", "2015-06-22": "Aymara New Year (observed)", "2015-08-06": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-22": "Plurinational State Foundation Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-04-15": "La Tablada", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-26": "Corpus Christi", "2016-06-21": "Aymara New Year", "2016-08-06": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-22": "Plurinational State Foundation Day", "2017-01-23": "Plurinational State Foundation Day (observed)", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-15": "La Tablada", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-06-21": "Aymara New Year", "2017-08-06": "Independence Day", "2017-08-07": "Independence Day (observed)", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-22": "Plurinational State Foundation Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-15": "La Tablada", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-21": "Aymara New Year", "2018-08-06": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-22": "Plurinational State Foundation Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-15": "La Tablada", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-06-20": "Corpus Christi", "2019-06-21": "Aymara New Year", "2019-08-06": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-22": "Plurinational State Foundation Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-15": "La Tablada", "2020-05-01": "Labor Day", "2020-06-11": "Corpus Christi", "2020-06-21": "Aymara New Year", "2020-06-22": "Aymara New Year (observed)", "2020-08-06": "Independence Day", "2020-10-17": "National Dignity Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-22": "Plurinational State Foundation Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-15": "La Tablada", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-21": "Aymara New Year", "2021-08-06": "Independence Day", "2021-10-17": "National Dignity Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-22": "Plurinational State Foundation Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday; La Tablada", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-16": "Corpus Christi", "2022-06-21": "Aymara New Year", "2022-08-06": "Independence Day", "2022-10-17": "National Dignity Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Plurinational State Foundation Day", "2023-01-23": "Plurinational State Foundation Day (observed)", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-15": "La Tablada", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-21": "Aymara New Year", "2023-08-06": "Independence Day", "2023-08-07": "Independence Day (observed)", "2023-10-17": "National Dignity Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-22": "Plurinational State Foundation Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-04-15": "La Tablada", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-21": "Aymara New Year", "2024-08-06": "Independence Day", "2024-10-17": "National Dignity Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-22": "Plurinational State Foundation Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-15": "La Tablada", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-19": "Corpus Christi", "2025-06-21": "Aymara New Year", "2025-08-06": "Independence Day", "2025-10-17": "National Dignity Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-22": "Plurinational State Foundation Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-15": "La Tablada", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-21": "Aymara New Year", "2026-06-22": "Aymara New Year (observed)", "2026-08-06": "Independence Day", "2026-10-17": "National Dignity Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Plurinational State Foundation Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-04-15": "La Tablada", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-21": "Aymara New Year", "2027-08-06": "Independence Day", "2027-10-17": "National Dignity Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-22": "Plurinational State Foundation Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-15": "La Tablada", "2028-05-01": "Labor Day", "2028-06-15": "Corpus Christi", "2028-06-21": "Aymara New Year", "2028-08-06": "Independence Day", "2028-08-07": "Independence Day (observed)", "2028-10-17": "National Dignity Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-22": "Plurinational State Foundation Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-15": "La Tablada", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-21": "Aymara New Year", "2029-08-06": "Independence Day", "2029-10-17": "National Dignity Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-22": "Plurinational State Foundation Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-15": "La Tablada", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-06-20": "Corpus Christi", "2030-06-21": "Aymara New Year", "2030-08-06": "Independence Day", "2030-10-17": "National Dignity Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-22": "Plurinational State Foundation Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-15": "La Tablada", "2031-05-01": "Labor Day", "2031-06-12": "Corpus Christi", "2031-06-21": "Aymara New Year", "2031-08-06": "Independence Day", "2031-10-17": "National Dignity Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-22": "Plurinational State Foundation Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-04-15": "La Tablada", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-21": "Aymara New Year", "2032-08-06": "Independence Day", "2032-10-17": "National Dignity Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-22": "Plurinational State Foundation Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday; La Tablada", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-16": "Corpus Christi", "2033-06-21": "Aymara New Year", "2033-08-06": "Independence Day", "2033-10-17": "National Dignity Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-22": "Plurinational State Foundation Day", "2034-01-23": "Plurinational State Foundation Day (observed)", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-15": "La Tablada", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-21": "Aymara New Year", "2034-08-06": "Independence Day", "2034-08-07": "Independence Day (observed)", "2034-10-17": "National Dignity Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-22": "Plurinational State Foundation Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-04-15": "La Tablada", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-21": "Aymara New Year", "2035-08-06": "Independence Day", "2035-10-17": "National Dignity Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-22": "Plurinational State Foundation Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-15": "La Tablada", "2036-05-01": "Labor Day", "2036-06-12": "Corpus Christi", "2036-06-21": "Aymara New Year", "2036-08-06": "Independence Day", "2036-10-17": "National Dignity Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-22": "Plurinational State Foundation Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-15": "La Tablada", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-21": "Aymara New Year", "2037-06-22": "Aymara New Year (observed)", "2037-08-06": "Independence Day", "2037-10-17": "National Dignity Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-22": "Plurinational State Foundation Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-15": "La Tablada", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-21": "Aymara New Year", "2038-06-24": "Corpus Christi", "2038-08-06": "Independence Day", "2038-10-17": "National Dignity Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-22": "Plurinational State Foundation Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-15": "La Tablada", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-09": "Corpus Christi", "2039-06-21": "Aymara New Year", "2039-08-06": "Independence Day", "2039-10-17": "National Dignity Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-22": "Plurinational State Foundation Day", "2040-01-23": "Plurinational State Foundation Day (observed)", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-15": "La Tablada", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-21": "Aymara New Year", "2040-08-06": "Independence Day", "2040-10-17": "National Dignity Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-22": "Plurinational State Foundation Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-15": "La Tablada", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-06-20": "Corpus Christi", "2041-06-21": "Aymara New Year", "2041-08-06": "Independence Day", "2041-10-17": "National Dignity Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Plurinational State Foundation Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-15": "La Tablada", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-21": "Aymara New Year", "2042-08-06": "Independence Day", "2042-10-17": "National Dignity Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-22": "Plurinational State Foundation Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-04-15": "La Tablada", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-21": "Aymara New Year", "2043-06-22": "Aymara New Year (observed)", "2043-08-06": "Independence Day", "2043-10-17": "National Dignity Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-22": "Plurinational State Foundation Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday; La Tablada", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-16": "Corpus Christi", "2044-06-21": "Aymara New Year", "2044-08-06": "Independence Day", "2044-10-17": "National Dignity Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-22": "Plurinational State Foundation Day", "2045-01-23": "Plurinational State Foundation Day (observed)", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-15": "La Tablada", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-21": "Aymara New Year", "2045-08-06": "Independence Day", "2045-08-07": "Independence Day (observed)", "2045-10-17": "National Dignity Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-22": "Plurinational State Foundation Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-04-15": "La Tablada", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-21": "Aymara New Year", "2046-08-06": "Independence Day", "2046-10-17": "National Dignity Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-22": "Plurinational State Foundation Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-15": "La Tablada", "2047-05-01": "Labor Day", "2047-06-13": "Corpus Christi", "2047-06-21": "Aymara New Year", "2047-08-06": "Independence Day", "2047-10-17": "National Dignity Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-22": "Plurinational State Foundation Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-15": "La Tablada", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-21": "Aymara New Year", "2048-06-22": "Aymara New Year (observed)", "2048-08-06": "Independence Day", "2048-10-17": "National Dignity Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-22": "Plurinational State Foundation Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-15": "La Tablada", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-06-17": "Corpus Christi", "2049-06-21": "Aymara New Year", "2049-08-06": "Independence Day", "2049-10-17": "National Dignity Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-22": "Plurinational State Foundation Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-15": "La Tablada", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-09": "Corpus Christi", "2050-06-21": "Aymara New Year", "2050-08-06": "Independence Day", "2050-10-17": "National Dignity Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BR_AC.json000066400000000000000000002126421500152103600210530ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-06-15": "Founding of Acre", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-11-17": "Signing of the Petropolis Treaty", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-06-15": "Founding of Acre", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-11-17": "Signing of the Petropolis Treaty", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-06-15": "Founding of Acre", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-11-17": "Signing of the Petropolis Treaty", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-06-15": "Founding of Acre", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-11-17": "Signing of the Petropolis Treaty", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-15": "Founding of Acre", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-11-17": "Signing of the Petropolis Treaty", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-06-15": "Founding of Acre", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-11-17": "Signing of the Petropolis Treaty", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-08": "International Women's Day", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-06-15": "Founding of Acre", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-11-17": "Signing of the Petropolis Treaty", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-03-08": "International Women's Day", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-15": "Founding of Acre", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-11-17": "Signing of the Petropolis Treaty", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-03-08": "International Women's Day", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-06-15": "Founding of Acre", "2004-09-05": "Amazonia Day", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-11-17": "Signing of the Petropolis Treaty", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-01-23": "Evangelical Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-08": "International Women's Day", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-06-15": "Founding of Acre", "2005-09-05": "Amazonia Day", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-11-17": "Signing of the Petropolis Treaty", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-01-23": "Evangelical Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-03-08": "International Women's Day", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi; Founding of Acre", "2006-09-05": "Amazonia Day", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-11-17": "Signing of the Petropolis Treaty", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-01-23": "Evangelical Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-03-08": "International Women's Day", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-06-15": "Founding of Acre", "2007-09-05": "Amazonia Day", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-11-17": "Signing of the Petropolis Treaty", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-01-23": "Evangelical Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-08": "International Women's Day", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-06-15": "Founding of Acre", "2008-09-05": "Amazonia Day", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-11-17": "Signing of the Petropolis Treaty", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-01-23": "Evangelical Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-03-08": "International Women's Day", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-06-15": "Founding of Acre", "2009-09-05": "Amazonia Day", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-11-20": "Signing of the Petropolis Treaty", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-01-23": "Evangelical Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-03-08": "International Women's Day", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-06-15": "Founding of Acre", "2010-09-05": "Amazonia Day", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-11-19": "Signing of the Petropolis Treaty", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-01-23": "Evangelical Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-03-11": "International Women's Day", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-15": "Founding of Acre", "2011-06-23": "Corpus Christi", "2011-09-05": "Amazonia Day", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-11-18": "Signing of the Petropolis Treaty", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-01-23": "Evangelical Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-03-09": "International Women's Day", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-06-15": "Founding of Acre", "2012-09-07": "Amazonia Day; Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-11-17": "Signing of the Petropolis Treaty", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-01-25": "Evangelical Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-08": "International Women's Day", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-06-15": "Founding of Acre", "2013-09-06": "Amazonia Day", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-11-17": "Signing of the Petropolis Treaty", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-01-24": "Evangelical Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-03-08": "International Women's Day", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-15": "Founding of Acre", "2014-06-19": "Corpus Christi", "2014-09-05": "Amazonia Day", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-11-17": "Signing of the Petropolis Treaty", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-01-23": "Evangelical Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-03-08": "International Women's Day", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-06-15": "Founding of Acre", "2015-09-05": "Amazonia Day", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-11-20": "Signing of the Petropolis Treaty", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-01-23": "Evangelical Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-11": "International Women's Day", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-06-15": "Founding of Acre", "2016-09-05": "Amazonia Day", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-11-18": "Signing of the Petropolis Treaty", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-01-23": "Evangelical Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-03-10": "International Women's Day", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi; Founding of Acre", "2017-09-07": "Independence Day", "2017-09-08": "Amazonia Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-11-17": "Signing of the Petropolis Treaty", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-01-26": "Evangelical Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-09": "International Women's Day", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-06-15": "Founding of Acre", "2018-09-07": "Amazonia Day; Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-11-17": "Signing of the Petropolis Treaty", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-01-25": "Evangelical Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-03-08": "International Women's Day", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-15": "Founding of Acre", "2019-06-20": "Corpus Christi", "2019-09-06": "Amazonia Day", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-11-17": "Signing of the Petropolis Treaty", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-01-24": "Evangelical Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-03-08": "International Women's Day", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-06-15": "Founding of Acre", "2020-09-05": "Amazonia Day", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-11-20": "Signing of the Petropolis Treaty", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-01-23": "Evangelical Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-03-08": "International Women's Day", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-06-15": "Founding of Acre", "2021-09-05": "Amazonia Day", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-11-19": "Signing of the Petropolis Treaty", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-01-23": "Evangelical Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-03-11": "International Women's Day", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-15": "Founding of Acre", "2022-06-16": "Corpus Christi", "2022-09-05": "Amazonia Day", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-11-18": "Signing of the Petropolis Treaty", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-01-23": "Evangelical Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-03-10": "International Women's Day", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-06-15": "Founding of Acre", "2023-09-07": "Independence Day", "2023-09-08": "Amazonia Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-11-17": "Signing of the Petropolis Treaty", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-01-26": "Evangelical Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-08": "International Women's Day", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-06-15": "Founding of Acre", "2024-09-06": "Amazonia Day", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-17": "Signing of the Petropolis Treaty", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-01-24": "Evangelical Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-03-08": "International Women's Day", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-15": "Founding of Acre", "2025-06-19": "Corpus Christi", "2025-09-05": "Amazonia Day", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-17": "Signing of the Petropolis Treaty", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-01-23": "Evangelical Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-03-08": "International Women's Day", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-06-15": "Founding of Acre", "2026-09-05": "Amazonia Day", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness; Signing of the Petropolis Treaty", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-01-23": "Evangelical Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-08": "International Women's Day", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-06-15": "Founding of Acre", "2027-09-05": "Amazonia Day", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-19": "Signing of the Petropolis Treaty", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-01-23": "Evangelical Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-03-10": "International Women's Day", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi; Founding of Acre", "2028-09-07": "Independence Day", "2028-09-08": "Amazonia Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-17": "Signing of the Petropolis Treaty", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-01-26": "Evangelical Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-09": "International Women's Day", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-06-15": "Founding of Acre", "2029-09-07": "Amazonia Day; Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-17": "Signing of the Petropolis Treaty", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-01-25": "Evangelical Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-03-08": "International Women's Day", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-15": "Founding of Acre", "2030-06-20": "Corpus Christi", "2030-09-06": "Amazonia Day", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-17": "Signing of the Petropolis Treaty", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-01-24": "Evangelical Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-03-08": "International Women's Day", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-06-15": "Founding of Acre", "2031-09-05": "Amazonia Day", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-17": "Signing of the Petropolis Treaty", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-01-23": "Evangelical Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-08": "International Women's Day", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-06-15": "Founding of Acre", "2032-09-05": "Amazonia Day", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-19": "Signing of the Petropolis Treaty", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-01-23": "Evangelical Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-03-11": "International Women's Day", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-15": "Founding of Acre", "2033-06-16": "Corpus Christi", "2033-09-05": "Amazonia Day", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-18": "Signing of the Petropolis Treaty", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-01-23": "Evangelical Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-03-10": "International Women's Day", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-06-15": "Founding of Acre", "2034-09-07": "Independence Day", "2034-09-08": "Amazonia Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-17": "Signing of the Petropolis Treaty", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-01-26": "Evangelical Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-09": "International Women's Day", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-06-15": "Founding of Acre", "2035-09-07": "Amazonia Day; Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-17": "Signing of the Petropolis Treaty", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-01-25": "Evangelical Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-03-08": "International Women's Day", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-06-15": "Founding of Acre", "2036-09-05": "Amazonia Day", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-17": "Signing of the Petropolis Treaty", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-01-23": "Evangelical Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-03-08": "International Women's Day", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-06-15": "Founding of Acre", "2037-09-05": "Amazonia Day", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness; Signing of the Petropolis Treaty", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-01-23": "Evangelical Day", "2038-03-08": "Carnival; International Women's Day", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-15": "Founding of Acre", "2038-06-24": "Corpus Christi", "2038-09-05": "Amazonia Day", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-19": "Signing of the Petropolis Treaty", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-01-23": "Evangelical Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-03-11": "International Women's Day", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-06-15": "Founding of Acre", "2039-09-05": "Amazonia Day", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-18": "Signing of the Petropolis Treaty", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-01-23": "Evangelical Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-09": "International Women's Day", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-06-15": "Founding of Acre", "2040-09-07": "Amazonia Day; Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-17": "Signing of the Petropolis Treaty", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-01-25": "Evangelical Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-03-08": "International Women's Day", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-15": "Founding of Acre", "2041-06-20": "Corpus Christi", "2041-09-06": "Amazonia Day", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-17": "Signing of the Petropolis Treaty", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-01-24": "Evangelical Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-03-08": "International Women's Day", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-06-15": "Founding of Acre", "2042-09-05": "Amazonia Day", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-17": "Signing of the Petropolis Treaty", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-01-23": "Evangelical Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-08": "International Women's Day", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-06-15": "Founding of Acre", "2043-09-05": "Amazonia Day", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness; Signing of the Petropolis Treaty", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-01-23": "Evangelical Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-03-11": "International Women's Day", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-15": "Founding of Acre", "2044-06-16": "Corpus Christi", "2044-09-05": "Amazonia Day", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-18": "Signing of the Petropolis Treaty", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-01-23": "Evangelical Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-03-10": "International Women's Day", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-06-15": "Founding of Acre", "2045-09-07": "Independence Day", "2045-09-08": "Amazonia Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-17": "Signing of the Petropolis Treaty", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-01-26": "Evangelical Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-09": "International Women's Day", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-06-15": "Founding of Acre", "2046-09-07": "Amazonia Day; Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-17": "Signing of the Petropolis Treaty", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-01-25": "Evangelical Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-03-08": "International Women's Day", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-06-15": "Founding of Acre", "2047-09-06": "Amazonia Day", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-17": "Signing of the Petropolis Treaty", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-01-24": "Evangelical Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-03-08": "International Women's Day", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-06-15": "Founding of Acre", "2048-09-05": "Amazonia Day", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness; Signing of the Petropolis Treaty", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-01-23": "Evangelical Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-03-08": "International Women's Day", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-15": "Founding of Acre", "2049-06-17": "Corpus Christi", "2049-09-05": "Amazonia Day", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-19": "Signing of the Petropolis Treaty", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-01-23": "Evangelical Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-03-11": "International Women's Day", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-06-15": "Founding of Acre", "2050-09-05": "Amazonia Day", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-18": "Signing of the Petropolis Treaty", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_AL.json000066400000000000000000002115251500152103600210630ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-06-24": "Saint John's Day", "1996-06-29": "Saint Peter's Day", "1996-09-07": "Independence Day", "1996-09-16": "Political Emancipation of Alagoas", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-11-20": "Black Awareness Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-06-24": "Saint John's Day", "1997-06-29": "Saint Peter's Day", "1997-09-07": "Independence Day", "1997-09-16": "Political Emancipation of Alagoas", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-11-20": "Black Awareness Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-06-24": "Saint John's Day", "1998-06-29": "Saint Peter's Day", "1998-09-07": "Independence Day", "1998-09-16": "Political Emancipation of Alagoas", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-11-20": "Black Awareness Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-06-24": "Saint John's Day", "1999-06-29": "Saint Peter's Day", "1999-09-07": "Independence Day", "1999-09-16": "Political Emancipation of Alagoas", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-11-20": "Black Awareness Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-06-24": "Saint John's Day", "2000-06-29": "Saint Peter's Day", "2000-09-07": "Independence Day", "2000-09-16": "Political Emancipation of Alagoas", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-11-20": "Black Awareness Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-06-24": "Saint John's Day", "2001-06-29": "Saint Peter's Day", "2001-09-07": "Independence Day", "2001-09-16": "Political Emancipation of Alagoas", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-11-20": "Black Awareness Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-06-24": "Saint John's Day", "2002-06-29": "Saint Peter's Day", "2002-09-07": "Independence Day", "2002-09-16": "Political Emancipation of Alagoas", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-11-20": "Black Awareness Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-06-24": "Saint John's Day", "2003-06-29": "Saint Peter's Day", "2003-09-07": "Independence Day", "2003-09-16": "Political Emancipation of Alagoas", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-11-20": "Black Awareness Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-06-24": "Saint John's Day", "2004-06-29": "Saint Peter's Day", "2004-09-07": "Independence Day", "2004-09-16": "Political Emancipation of Alagoas", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-11-20": "Black Awareness Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-06-24": "Saint John's Day", "2005-06-29": "Saint Peter's Day", "2005-09-07": "Independence Day", "2005-09-16": "Political Emancipation of Alagoas", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-11-20": "Black Awareness Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-06-24": "Saint John's Day", "2006-06-29": "Saint Peter's Day", "2006-09-07": "Independence Day", "2006-09-16": "Political Emancipation of Alagoas", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-11-20": "Black Awareness Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-06-24": "Saint John's Day", "2007-06-29": "Saint Peter's Day", "2007-09-07": "Independence Day", "2007-09-16": "Political Emancipation of Alagoas", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-11-20": "Black Awareness Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-06-24": "Saint John's Day", "2008-06-29": "Saint Peter's Day", "2008-09-07": "Independence Day", "2008-09-16": "Political Emancipation of Alagoas", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-11-20": "Black Awareness Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-06-24": "Saint John's Day", "2009-06-29": "Saint Peter's Day", "2009-09-07": "Independence Day", "2009-09-16": "Political Emancipation of Alagoas", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-11-20": "Black Awareness Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-06-24": "Saint John's Day", "2010-06-29": "Saint Peter's Day", "2010-09-07": "Independence Day", "2010-09-16": "Political Emancipation of Alagoas", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-11-20": "Black Awareness Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-06-24": "Saint John's Day", "2011-06-29": "Saint Peter's Day", "2011-09-07": "Independence Day", "2011-09-16": "Political Emancipation of Alagoas", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-11-20": "Black Awareness Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-06-24": "Saint John's Day", "2012-06-29": "Saint Peter's Day", "2012-09-07": "Independence Day", "2012-09-16": "Political Emancipation of Alagoas", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-11-20": "Black Awareness Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-06-24": "Saint John's Day", "2013-06-29": "Saint Peter's Day", "2013-09-07": "Independence Day", "2013-09-16": "Political Emancipation of Alagoas", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-11-20": "Black Awareness Day", "2013-11-30": "Evangelical Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-06-24": "Saint John's Day", "2014-06-29": "Saint Peter's Day", "2014-09-07": "Independence Day", "2014-09-16": "Political Emancipation of Alagoas", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-11-20": "Black Awareness Day", "2014-11-30": "Evangelical Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-06-24": "Saint John's Day", "2015-06-29": "Saint Peter's Day", "2015-09-07": "Independence Day", "2015-09-16": "Political Emancipation of Alagoas", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-11-20": "Black Awareness Day", "2015-11-30": "Evangelical Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-06-24": "Saint John's Day", "2016-06-29": "Saint Peter's Day", "2016-09-07": "Independence Day", "2016-09-16": "Political Emancipation of Alagoas", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-11-20": "Black Awareness Day", "2016-11-30": "Evangelical Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-06-24": "Saint John's Day", "2017-06-29": "Saint Peter's Day", "2017-09-07": "Independence Day", "2017-09-16": "Political Emancipation of Alagoas", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-11-20": "Black Awareness Day", "2017-11-30": "Evangelical Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-06-24": "Saint John's Day", "2018-06-29": "Saint Peter's Day", "2018-09-07": "Independence Day", "2018-09-16": "Political Emancipation of Alagoas", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-11-20": "Black Awareness Day", "2018-11-30": "Evangelical Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-06-24": "Saint John's Day", "2019-06-29": "Saint Peter's Day", "2019-09-07": "Independence Day", "2019-09-16": "Political Emancipation of Alagoas", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-11-20": "Black Awareness Day", "2019-11-30": "Evangelical Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-06-24": "Saint John's Day", "2020-06-29": "Saint Peter's Day", "2020-09-07": "Independence Day", "2020-09-16": "Political Emancipation of Alagoas", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-11-20": "Black Awareness Day", "2020-11-30": "Evangelical Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-06-24": "Saint John's Day", "2021-06-29": "Saint Peter's Day", "2021-09-07": "Independence Day", "2021-09-16": "Political Emancipation of Alagoas", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-11-20": "Black Awareness Day", "2021-11-30": "Evangelical Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-06-24": "Saint John's Day", "2022-06-29": "Saint Peter's Day", "2022-09-07": "Independence Day", "2022-09-16": "Political Emancipation of Alagoas", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-11-20": "Black Awareness Day", "2022-11-30": "Evangelical Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-06-24": "Saint John's Day", "2023-06-29": "Saint Peter's Day", "2023-09-07": "Independence Day", "2023-09-16": "Political Emancipation of Alagoas", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-11-20": "Black Awareness Day", "2023-11-30": "Evangelical Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-06-24": "Saint John's Day", "2024-06-29": "Saint Peter's Day", "2024-09-07": "Independence Day", "2024-09-16": "Political Emancipation of Alagoas", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-11-30": "Evangelical Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-06-24": "Saint John's Day", "2025-06-29": "Saint Peter's Day", "2025-09-07": "Independence Day", "2025-09-16": "Political Emancipation of Alagoas", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-11-30": "Evangelical Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-06-24": "Saint John's Day", "2026-06-29": "Saint Peter's Day", "2026-09-07": "Independence Day", "2026-09-16": "Political Emancipation of Alagoas", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-11-30": "Evangelical Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-06-24": "Saint John's Day", "2027-06-29": "Saint Peter's Day", "2027-09-07": "Independence Day", "2027-09-16": "Political Emancipation of Alagoas", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-11-30": "Evangelical Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-06-24": "Saint John's Day", "2028-06-29": "Saint Peter's Day", "2028-09-07": "Independence Day", "2028-09-16": "Political Emancipation of Alagoas", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-11-30": "Evangelical Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-06-24": "Saint John's Day", "2029-06-29": "Saint Peter's Day", "2029-09-07": "Independence Day", "2029-09-16": "Political Emancipation of Alagoas", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-11-30": "Evangelical Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-06-24": "Saint John's Day", "2030-06-29": "Saint Peter's Day", "2030-09-07": "Independence Day", "2030-09-16": "Political Emancipation of Alagoas", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-11-30": "Evangelical Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-06-24": "Saint John's Day", "2031-06-29": "Saint Peter's Day", "2031-09-07": "Independence Day", "2031-09-16": "Political Emancipation of Alagoas", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-11-30": "Evangelical Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-06-24": "Saint John's Day", "2032-06-29": "Saint Peter's Day", "2032-09-07": "Independence Day", "2032-09-16": "Political Emancipation of Alagoas", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-11-30": "Evangelical Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-06-24": "Saint John's Day", "2033-06-29": "Saint Peter's Day", "2033-09-07": "Independence Day", "2033-09-16": "Political Emancipation of Alagoas", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-11-30": "Evangelical Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-06-24": "Saint John's Day", "2034-06-29": "Saint Peter's Day", "2034-09-07": "Independence Day", "2034-09-16": "Political Emancipation of Alagoas", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-11-30": "Evangelical Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-06-24": "Saint John's Day", "2035-06-29": "Saint Peter's Day", "2035-09-07": "Independence Day", "2035-09-16": "Political Emancipation of Alagoas", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-11-30": "Evangelical Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-06-24": "Saint John's Day", "2036-06-29": "Saint Peter's Day", "2036-09-07": "Independence Day", "2036-09-16": "Political Emancipation of Alagoas", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-11-30": "Evangelical Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-06-24": "Saint John's Day", "2037-06-29": "Saint Peter's Day", "2037-09-07": "Independence Day", "2037-09-16": "Political Emancipation of Alagoas", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-11-30": "Evangelical Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi; Saint John's Day", "2038-06-29": "Saint Peter's Day", "2038-09-07": "Independence Day", "2038-09-16": "Political Emancipation of Alagoas", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-11-30": "Evangelical Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-06-24": "Saint John's Day", "2039-06-29": "Saint Peter's Day", "2039-09-07": "Independence Day", "2039-09-16": "Political Emancipation of Alagoas", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-11-30": "Evangelical Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-06-24": "Saint John's Day", "2040-06-29": "Saint Peter's Day", "2040-09-07": "Independence Day", "2040-09-16": "Political Emancipation of Alagoas", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-11-30": "Evangelical Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-06-24": "Saint John's Day", "2041-06-29": "Saint Peter's Day", "2041-09-07": "Independence Day", "2041-09-16": "Political Emancipation of Alagoas", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-11-30": "Evangelical Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-06-24": "Saint John's Day", "2042-06-29": "Saint Peter's Day", "2042-09-07": "Independence Day", "2042-09-16": "Political Emancipation of Alagoas", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-11-30": "Evangelical Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-06-24": "Saint John's Day", "2043-06-29": "Saint Peter's Day", "2043-09-07": "Independence Day", "2043-09-16": "Political Emancipation of Alagoas", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-11-30": "Evangelical Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-06-24": "Saint John's Day", "2044-06-29": "Saint Peter's Day", "2044-09-07": "Independence Day", "2044-09-16": "Political Emancipation of Alagoas", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-11-30": "Evangelical Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-06-24": "Saint John's Day", "2045-06-29": "Saint Peter's Day", "2045-09-07": "Independence Day", "2045-09-16": "Political Emancipation of Alagoas", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-11-30": "Evangelical Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-06-24": "Saint John's Day", "2046-06-29": "Saint Peter's Day", "2046-09-07": "Independence Day", "2046-09-16": "Political Emancipation of Alagoas", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-11-30": "Evangelical Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-06-24": "Saint John's Day", "2047-06-29": "Saint Peter's Day", "2047-09-07": "Independence Day", "2047-09-16": "Political Emancipation of Alagoas", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-11-30": "Evangelical Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-06-24": "Saint John's Day", "2048-06-29": "Saint Peter's Day", "2048-09-07": "Independence Day", "2048-09-16": "Political Emancipation of Alagoas", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-11-30": "Evangelical Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-06-24": "Saint John's Day", "2049-06-29": "Saint Peter's Day", "2049-09-07": "Independence Day", "2049-09-16": "Political Emancipation of Alagoas", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-11-30": "Evangelical Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-06-24": "Saint John's Day", "2050-06-29": "Saint Peter's Day", "2050-09-07": "Independence Day", "2050-09-16": "Political Emancipation of Alagoas", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-11-30": "Evangelical Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_AM.json000066400000000000000000001754421500152103600210730ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-05": "Elevation of Amazonas to province", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-05": "Elevation of Amazonas to province", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-05": "Elevation of Amazonas to province", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-05": "Elevation of Amazonas to province", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-05": "Elevation of Amazonas to province", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-05": "Elevation of Amazonas to province", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-05": "Elevation of Amazonas to province", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-05": "Elevation of Amazonas to province", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-05": "Elevation of Amazonas to province", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-05": "Elevation of Amazonas to province", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-05": "Elevation of Amazonas to province", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-05": "Elevation of Amazonas to province", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-05": "Elevation of Amazonas to province", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-05": "Elevation of Amazonas to province", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-05": "Elevation of Amazonas to province", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-11-20": "Black Awareness Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-05": "Elevation of Amazonas to province", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-11-20": "Black Awareness Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-05": "Elevation of Amazonas to province", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-11-20": "Black Awareness Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-05": "Elevation of Amazonas to province", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-11-20": "Black Awareness Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-05": "Elevation of Amazonas to province", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-11-20": "Black Awareness Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-05": "Elevation of Amazonas to province", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-11-20": "Black Awareness Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-05": "Elevation of Amazonas to province", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-11-20": "Black Awareness Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-05": "Elevation of Amazonas to province", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-11-20": "Black Awareness Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-05": "Elevation of Amazonas to province", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-11-20": "Black Awareness Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-05": "Elevation of Amazonas to province", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-11-20": "Black Awareness Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-05": "Elevation of Amazonas to province", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-11-20": "Black Awareness Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-05": "Elevation of Amazonas to province", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-11-20": "Black Awareness Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-05": "Elevation of Amazonas to province", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-11-20": "Black Awareness Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-05": "Elevation of Amazonas to province", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-11-20": "Black Awareness Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-05": "Elevation of Amazonas to province", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-05": "Elevation of Amazonas to province", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-05": "Elevation of Amazonas to province", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-05": "Elevation of Amazonas to province", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-05": "Elevation of Amazonas to province", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-05": "Elevation of Amazonas to province", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-05": "Elevation of Amazonas to province", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-05": "Elevation of Amazonas to province", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-05": "Elevation of Amazonas to province", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-05": "Elevation of Amazonas to province", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-05": "Elevation of Amazonas to province", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-05": "Elevation of Amazonas to province", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-05": "Elevation of Amazonas to province", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-05": "Elevation of Amazonas to province", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-05": "Elevation of Amazonas to province", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-05": "Elevation of Amazonas to province", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-05": "Elevation of Amazonas to province", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-05": "Elevation of Amazonas to province", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-05": "Elevation of Amazonas to province", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-05": "Elevation of Amazonas to province", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-05": "Elevation of Amazonas to province", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-05": "Elevation of Amazonas to province", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-05": "Elevation of Amazonas to province", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-05": "Elevation of Amazonas to province", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-05": "Elevation of Amazonas to province", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-05": "Elevation of Amazonas to province", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-05": "Elevation of Amazonas to province", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_AP.json000066400000000000000000002042761500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-09-13": "Creation of the Federal Territory", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-09-13": "Creation of the Federal Territory", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-09-13": "Creation of the Federal Territory", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-09-13": "Creation of the Federal Territory", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-09-13": "Creation of the Federal Territory", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-09-13": "Creation of the Federal Territory", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-09-13": "Creation of the Federal Territory", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-09-13": "Creation of the Federal Territory", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-09-13": "Creation of the Federal Territory", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-09-13": "Creation of the Federal Territory", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-09-13": "Creation of the Federal Territory", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-09-13": "Creation of the Federal Territory", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-09-13": "Creation of the Federal Territory", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-11-20": "Black Awareness Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-09-13": "Creation of the Federal Territory", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-11-20": "Black Awareness Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-09-13": "Creation of the Federal Territory", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-11-20": "Black Awareness Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-03-19": "Saint Joseph's Day", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-09-13": "Creation of the Federal Territory", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-11-20": "Black Awareness Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-07-25": "Saint James' Day", "2012-09-07": "Independence Day", "2012-09-13": "Creation of the Federal Territory", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-11-20": "Black Awareness Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-07-25": "Saint James' Day", "2013-09-07": "Independence Day", "2013-09-13": "Creation of the Federal Territory", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-11-20": "Black Awareness Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-07-25": "Saint James' Day", "2014-09-07": "Independence Day", "2014-09-13": "Creation of the Federal Territory", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-11-20": "Black Awareness Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-07-25": "Saint James' Day", "2015-09-07": "Independence Day", "2015-09-13": "Creation of the Federal Territory", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-11-20": "Black Awareness Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-07-25": "Saint James' Day", "2016-09-07": "Independence Day", "2016-09-13": "Creation of the Federal Territory", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-11-20": "Black Awareness Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-03-19": "Saint Joseph's Day", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-07-25": "Saint James' Day", "2017-09-07": "Independence Day", "2017-09-13": "Creation of the Federal Territory", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-11-20": "Black Awareness Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-07-25": "Saint James' Day", "2018-09-07": "Independence Day", "2018-09-13": "Creation of the Federal Territory", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-11-20": "Black Awareness Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-07-25": "Saint James' Day", "2019-09-07": "Independence Day", "2019-09-13": "Creation of the Federal Territory", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-11-20": "Black Awareness Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-07-25": "Saint James' Day", "2020-09-07": "Independence Day", "2020-09-13": "Creation of the Federal Territory", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-11-20": "Black Awareness Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-07-25": "Saint James' Day", "2021-09-07": "Independence Day", "2021-09-13": "Creation of the Federal Territory", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-11-20": "Black Awareness Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-03-19": "Saint Joseph's Day", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-07-25": "Saint James' Day", "2022-09-07": "Independence Day", "2022-09-13": "Creation of the Federal Territory", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-11-20": "Black Awareness Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-03-19": "Saint Joseph's Day", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-07-25": "Saint James' Day", "2023-09-07": "Independence Day", "2023-09-13": "Creation of the Federal Territory", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-11-20": "Black Awareness Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-07-25": "Saint James' Day", "2024-09-07": "Independence Day", "2024-09-13": "Creation of the Federal Territory", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-07-25": "Saint James' Day", "2025-09-07": "Independence Day", "2025-09-13": "Creation of the Federal Territory", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-03-19": "Saint Joseph's Day", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-07-25": "Saint James' Day", "2026-09-07": "Independence Day", "2026-09-13": "Creation of the Federal Territory", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-19": "Saint Joseph's Day", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-07-25": "Saint James' Day", "2027-09-07": "Independence Day", "2027-09-13": "Creation of the Federal Territory", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-03-19": "Saint Joseph's Day", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-07-25": "Saint James' Day", "2028-09-07": "Independence Day", "2028-09-13": "Creation of the Federal Territory", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-19": "Saint Joseph's Day", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-07-25": "Saint James' Day", "2029-09-07": "Independence Day", "2029-09-13": "Creation of the Federal Territory", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-03-19": "Saint Joseph's Day", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-07-25": "Saint James' Day", "2030-09-07": "Independence Day", "2030-09-13": "Creation of the Federal Territory", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-03-19": "Saint Joseph's Day", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-07-25": "Saint James' Day", "2031-09-07": "Independence Day", "2031-09-13": "Creation of the Federal Territory", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-19": "Saint Joseph's Day", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-07-25": "Saint James' Day", "2032-09-07": "Independence Day", "2032-09-13": "Creation of the Federal Territory", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-03-19": "Saint Joseph's Day", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-07-25": "Saint James' Day", "2033-09-07": "Independence Day", "2033-09-13": "Creation of the Federal Territory", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-03-19": "Saint Joseph's Day", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-07-25": "Saint James' Day", "2034-09-07": "Independence Day", "2034-09-13": "Creation of the Federal Territory", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-07-25": "Saint James' Day", "2035-09-07": "Independence Day", "2035-09-13": "Creation of the Federal Territory", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-03-19": "Saint Joseph's Day", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-07-25": "Saint James' Day", "2036-09-07": "Independence Day", "2036-09-13": "Creation of the Federal Territory", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-03-19": "Saint Joseph's Day", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-07-25": "Saint James' Day", "2037-09-07": "Independence Day", "2037-09-13": "Creation of the Federal Territory", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-03-19": "Saint Joseph's Day", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-07-25": "Saint James' Day", "2038-09-07": "Independence Day", "2038-09-13": "Creation of the Federal Territory", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-03-19": "Saint Joseph's Day", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-07-25": "Saint James' Day", "2039-09-07": "Independence Day", "2039-09-13": "Creation of the Federal Territory", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-19": "Saint Joseph's Day", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-07-25": "Saint James' Day", "2040-09-07": "Independence Day", "2040-09-13": "Creation of the Federal Territory", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-03-19": "Saint Joseph's Day", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-07-25": "Saint James' Day", "2041-09-07": "Independence Day", "2041-09-13": "Creation of the Federal Territory", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-03-19": "Saint Joseph's Day", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-07-25": "Saint James' Day", "2042-09-07": "Independence Day", "2042-09-13": "Creation of the Federal Territory", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-19": "Saint Joseph's Day", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-07-25": "Saint James' Day", "2043-09-07": "Independence Day", "2043-09-13": "Creation of the Federal Territory", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-03-19": "Saint Joseph's Day", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-07-25": "Saint James' Day", "2044-09-07": "Independence Day", "2044-09-13": "Creation of the Federal Territory", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-03-19": "Saint Joseph's Day", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-07-25": "Saint James' Day", "2045-09-07": "Independence Day", "2045-09-13": "Creation of the Federal Territory", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-07-25": "Saint James' Day", "2046-09-07": "Independence Day", "2046-09-13": "Creation of the Federal Territory", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-03-19": "Saint Joseph's Day", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-07-25": "Saint James' Day", "2047-09-07": "Independence Day", "2047-09-13": "Creation of the Federal Territory", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-03-19": "Saint Joseph's Day", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-07-25": "Saint James' Day", "2048-09-07": "Independence Day", "2048-09-13": "Creation of the Federal Territory", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-03-19": "Saint Joseph's Day", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-07-25": "Saint James' Day", "2049-09-07": "Independence Day", "2049-09-13": "Creation of the Federal Territory", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-03-19": "Saint Joseph's Day", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-07-25": "Saint James' Day", "2050-09-07": "Independence Day", "2050-09-13": "Creation of the Federal Territory", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_BA.json000066400000000000000000001732071500152103600210550ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-07-02": "Bahia Independence Day", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-07-02": "Bahia Independence Day", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-07-02": "Bahia Independence Day", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-07-02": "Bahia Independence Day", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-07-02": "Bahia Independence Day", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-07-02": "Bahia Independence Day", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-07-02": "Bahia Independence Day", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-07-02": "Bahia Independence Day", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-07-02": "Bahia Independence Day", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-07-02": "Bahia Independence Day", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-07-02": "Bahia Independence Day", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-07-02": "Bahia Independence Day", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-07-02": "Bahia Independence Day", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-07-02": "Bahia Independence Day", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-07-02": "Bahia Independence Day", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-07-02": "Bahia Independence Day", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-07-02": "Bahia Independence Day", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-07-02": "Bahia Independence Day", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-07-02": "Bahia Independence Day", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-07-02": "Bahia Independence Day", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-07-02": "Bahia Independence Day", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-07-02": "Bahia Independence Day", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-07-02": "Bahia Independence Day", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-07-02": "Bahia Independence Day", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-07-02": "Bahia Independence Day", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-07-02": "Bahia Independence Day", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-07-02": "Bahia Independence Day", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-07-02": "Bahia Independence Day", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-07-02": "Bahia Independence Day", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-07-02": "Bahia Independence Day", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-07-02": "Bahia Independence Day", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-07-02": "Bahia Independence Day", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-07-02": "Bahia Independence Day", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-07-02": "Bahia Independence Day", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-07-02": "Bahia Independence Day", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-07-02": "Bahia Independence Day", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-07-02": "Bahia Independence Day", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-07-02": "Bahia Independence Day", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-07-02": "Bahia Independence Day", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-07-02": "Bahia Independence Day", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-07-02": "Bahia Independence Day", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-07-02": "Bahia Independence Day", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-07-02": "Bahia Independence Day", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-07-02": "Bahia Independence Day", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-07-02": "Bahia Independence Day", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-07-02": "Bahia Independence Day", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-07-02": "Bahia Independence Day", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-07-02": "Bahia Independence Day", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-07-02": "Bahia Independence Day", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-07-02": "Bahia Independence Day", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-07-02": "Bahia Independence Day", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-07-02": "Bahia Independence Day", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-07-02": "Bahia Independence Day", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-07-02": "Bahia Independence Day", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-07-02": "Bahia Independence Day", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_CE.json000066400000000000000000002046371500152103600210640ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-03-19": "Saint Joseph's Day", "1996-03-25": "Abolition of slavery in Cear\u00e1", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-19": "Saint Joseph's Day", "1997-03-25": "Abolition of slavery in Cear\u00e1", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-03-19": "Saint Joseph's Day", "1998-03-25": "Abolition of slavery in Cear\u00e1", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-03-19": "Saint Joseph's Day", "1999-03-25": "Abolition of slavery in Cear\u00e1", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-03-19": "Saint Joseph's Day", "2000-03-25": "Abolition of slavery in Cear\u00e1", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-03-19": "Saint Joseph's Day", "2001-03-25": "Abolition of slavery in Cear\u00e1", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-19": "Saint Joseph's Day", "2002-03-25": "Abolition of slavery in Cear\u00e1", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-03-19": "Saint Joseph's Day", "2003-03-25": "Abolition of slavery in Cear\u00e1", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-03-19": "Saint Joseph's Day", "2004-03-25": "Abolition of slavery in Cear\u00e1", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-08-15": "Our Lady of Assumption", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Abolition of slavery in Cear\u00e1; Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-08-15": "Our Lady of Assumption", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-03-19": "Saint Joseph's Day", "2006-03-25": "Abolition of slavery in Cear\u00e1", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Our Lady of Assumption", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-03-19": "Saint Joseph's Day", "2007-03-25": "Abolition of slavery in Cear\u00e1", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-08-15": "Our Lady of Assumption", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-25": "Abolition of slavery in Cear\u00e1", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-08-15": "Our Lady of Assumption", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-03-19": "Saint Joseph's Day", "2009-03-25": "Abolition of slavery in Cear\u00e1", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-08-15": "Our Lady of Assumption", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-03-19": "Saint Joseph's Day", "2010-03-25": "Abolition of slavery in Cear\u00e1", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-08-15": "Our Lady of Assumption", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-03-19": "Saint Joseph's Day", "2011-03-25": "Abolition of slavery in Cear\u00e1", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Our Lady of Assumption", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-03-19": "Saint Joseph's Day", "2012-03-25": "Abolition of slavery in Cear\u00e1", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-08-15": "Our Lady of Assumption", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-19": "Saint Joseph's Day", "2013-03-25": "Abolition of slavery in Cear\u00e1", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-08-15": "Our Lady of Assumption", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-03-19": "Saint Joseph's Day", "2014-03-25": "Abolition of slavery in Cear\u00e1", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-08-15": "Our Lady of Assumption", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-03-19": "Saint Joseph's Day", "2015-03-25": "Abolition of slavery in Cear\u00e1", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-08-15": "Our Lady of Assumption", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Abolition of slavery in Cear\u00e1; Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-08-15": "Our Lady of Assumption", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-03-19": "Saint Joseph's Day", "2017-03-25": "Abolition of slavery in Cear\u00e1", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Our Lady of Assumption", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-19": "Saint Joseph's Day", "2018-03-25": "Abolition of slavery in Cear\u00e1", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-08-15": "Our Lady of Assumption", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-03-19": "Saint Joseph's Day", "2019-03-25": "Abolition of slavery in Cear\u00e1", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Our Lady of Assumption", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-03-19": "Saint Joseph's Day", "2020-03-25": "Abolition of slavery in Cear\u00e1", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-08-15": "Our Lady of Assumption", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-03-19": "Saint Joseph's Day", "2021-03-25": "Abolition of slavery in Cear\u00e1", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-08-15": "Our Lady of Assumption", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-03-19": "Saint Joseph's Day", "2022-03-25": "Abolition of slavery in Cear\u00e1", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Our Lady of Assumption", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-03-19": "Saint Joseph's Day", "2023-03-25": "Abolition of slavery in Cear\u00e1", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-08-15": "Our Lady of Assumption", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-19": "Saint Joseph's Day", "2024-03-25": "Abolition of slavery in Cear\u00e1", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-08-15": "Our Lady of Assumption", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-03-19": "Saint Joseph's Day", "2025-03-25": "Abolition of slavery in Cear\u00e1", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Our Lady of Assumption", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-03-19": "Saint Joseph's Day", "2026-03-25": "Abolition of slavery in Cear\u00e1", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-08-15": "Our Lady of Assumption", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-19": "Saint Joseph's Day", "2027-03-25": "Abolition of slavery in Cear\u00e1", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-08-15": "Our Lady of Assumption", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-03-19": "Saint Joseph's Day", "2028-03-25": "Abolition of slavery in Cear\u00e1", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Our Lady of Assumption", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-19": "Saint Joseph's Day", "2029-03-25": "Abolition of slavery in Cear\u00e1", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-08-15": "Our Lady of Assumption", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-03-19": "Saint Joseph's Day", "2030-03-25": "Abolition of slavery in Cear\u00e1", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Our Lady of Assumption", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-03-19": "Saint Joseph's Day", "2031-03-25": "Abolition of slavery in Cear\u00e1", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-08-15": "Our Lady of Assumption", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-19": "Saint Joseph's Day", "2032-03-25": "Abolition of slavery in Cear\u00e1", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-08-15": "Our Lady of Assumption", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-03-19": "Saint Joseph's Day", "2033-03-25": "Abolition of slavery in Cear\u00e1", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Our Lady of Assumption", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-03-19": "Saint Joseph's Day", "2034-03-25": "Abolition of slavery in Cear\u00e1", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-08-15": "Our Lady of Assumption", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-03-25": "Abolition of slavery in Cear\u00e1", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-08-15": "Our Lady of Assumption", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-03-19": "Saint Joseph's Day", "2036-03-25": "Abolition of slavery in Cear\u00e1", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-08-15": "Our Lady of Assumption", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-03-19": "Saint Joseph's Day", "2037-03-25": "Abolition of slavery in Cear\u00e1", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-08-15": "Our Lady of Assumption", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-03-19": "Saint Joseph's Day", "2038-03-25": "Abolition of slavery in Cear\u00e1", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Our Lady of Assumption", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-03-19": "Saint Joseph's Day", "2039-03-25": "Abolition of slavery in Cear\u00e1", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-08-15": "Our Lady of Assumption", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-19": "Saint Joseph's Day", "2040-03-25": "Abolition of slavery in Cear\u00e1", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-08-15": "Our Lady of Assumption", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-03-19": "Saint Joseph's Day", "2041-03-25": "Abolition of slavery in Cear\u00e1", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Our Lady of Assumption", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-03-19": "Saint Joseph's Day", "2042-03-25": "Abolition of slavery in Cear\u00e1", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-08-15": "Our Lady of Assumption", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-19": "Saint Joseph's Day", "2043-03-25": "Abolition of slavery in Cear\u00e1", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-08-15": "Our Lady of Assumption", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-03-19": "Saint Joseph's Day", "2044-03-25": "Abolition of slavery in Cear\u00e1", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Our Lady of Assumption", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-03-19": "Saint Joseph's Day", "2045-03-25": "Abolition of slavery in Cear\u00e1", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-08-15": "Our Lady of Assumption", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-03-25": "Abolition of slavery in Cear\u00e1", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-08-15": "Our Lady of Assumption", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-03-19": "Saint Joseph's Day", "2047-03-25": "Abolition of slavery in Cear\u00e1", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-08-15": "Our Lady of Assumption", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-03-19": "Saint Joseph's Day", "2048-03-25": "Abolition of slavery in Cear\u00e1", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-08-15": "Our Lady of Assumption", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-03-19": "Saint Joseph's Day", "2049-03-25": "Abolition of slavery in Cear\u00e1", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Our Lady of Assumption", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-03-19": "Saint Joseph's Day", "2050-03-25": "Abolition of slavery in Cear\u00e1", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-08-15": "Our Lady of Assumption", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_COMMON.json000066400000000000000000001664231500152103600215650ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_DF.json000066400000000000000000001747001500152103600210630ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Founding of Brasilia; Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-11-30": "Evangelical Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Founding of Brasilia; Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-11-30": "Evangelical Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Founding of Brasilia; Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-11-30": "Evangelical Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Founding of Brasilia; Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-11-30": "Evangelical Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Founding of Brasilia; Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-11-30": "Evangelical Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Founding of Brasilia; Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-11-30": "Evangelical Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Founding of Brasilia; Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-11-30": "Evangelical Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Founding of Brasilia; Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-11-30": "Evangelical Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Founding of Brasilia; Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-11-30": "Evangelical Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Founding of Brasilia; Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-11-30": "Evangelical Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Founding of Brasilia; Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-11-30": "Evangelical Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Founding of Brasilia; Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-11-30": "Evangelical Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Founding of Brasilia; Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-11-30": "Evangelical Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Founding of Brasilia; Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-11-30": "Evangelical Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Founding of Brasilia; Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-11-30": "Evangelical Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Founding of Brasilia; Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-11-30": "Evangelical Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Founding of Brasilia; Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-11-30": "Evangelical Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Founding of Brasilia; Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-11-30": "Evangelical Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Founding of Brasilia; Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-11-30": "Evangelical Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Founding of Brasilia; Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-11-30": "Evangelical Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Founding of Brasilia; Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-11-30": "Evangelical Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Founding of Brasilia; Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-11-30": "Evangelical Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Founding of Brasilia; Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-11-30": "Evangelical Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Founding of Brasilia; Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-11-30": "Evangelical Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Founding of Brasilia; Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-11-30": "Evangelical Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Founding of Brasilia; Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-11-30": "Evangelical Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Founding of Brasilia; Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-11-30": "Evangelical Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Founding of Brasilia; Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-11-30": "Evangelical Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Founding of Brasilia; Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-11-30": "Evangelical Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Founding of Brasilia; Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-11-30": "Evangelical Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Founding of Brasilia; Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-11-30": "Evangelical Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Founding of Brasilia; Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-11-30": "Evangelical Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Founding of Brasilia; Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-11-30": "Evangelical Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Founding of Brasilia; Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-11-30": "Evangelical Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Founding of Brasilia; Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-11-30": "Evangelical Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Founding of Brasilia; Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-11-30": "Evangelical Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Founding of Brasilia; Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-11-30": "Evangelical Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Founding of Brasilia; Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-11-30": "Evangelical Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Founding of Brasilia; Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-11-30": "Evangelical Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Founding of Brasilia; Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-11-30": "Evangelical Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Founding of Brasilia; Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-11-30": "Evangelical Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Founding of Brasilia; Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-11-30": "Evangelical Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Founding of Brasilia; Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-11-30": "Evangelical Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Founding of Brasilia; Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-11-30": "Evangelical Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Founding of Brasilia; Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-11-30": "Evangelical Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Founding of Brasilia; Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-11-30": "Evangelical Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Founding of Brasilia; Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-11-30": "Evangelical Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Founding of Brasilia; Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-11-30": "Evangelical Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Founding of Brasilia; Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-11-30": "Evangelical Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Founding of Brasilia; Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-11-30": "Evangelical Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Founding of Brasilia; Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-11-30": "Evangelical Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Founding of Brasilia; Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-11-30": "Evangelical Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Founding of Brasilia; Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-11-30": "Evangelical Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Founding of Brasilia; Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-11-30": "Evangelical Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Founding of Brasilia; Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-11-30": "Evangelical Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_ES.json000066400000000000000000001706441500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-20": "Our Lady of Penha", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-12": "Our Lady of Penha", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-04-25": "Our Lady of Penha", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-17": "Our Lady of Penha", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-08": "Our Lady of Penha", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-04-28": "Our Lady of Penha", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-13": "Our Lady of Penha", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-05": "Our Lady of Penha", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-04-24": "Our Lady of Penha", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-09": "Our Lady of Penha", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-04-29": "Our Lady of Penha", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Our Lady of Penha; Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-05": "Our Lady of Penha", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-04-25": "Our Lady of Penha", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-17": "Our Lady of Penha", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-02": "Our Lady of Penha", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Our Lady of Penha; Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-13": "Our Lady of Penha", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-05-03": "Our Lady of Penha", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-18": "Our Lady of Penha", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-09": "Our Lady of Penha", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-04-29": "Our Lady of Penha", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-14": "Our Lady of Penha", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-06": "Our Lady of Penha", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-04-25": "Our Lady of Penha", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-17": "Our Lady of Penha", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-02": "Our Lady of Penha", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-04-22": "Our Lady of Penha", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-13": "Our Lady of Penha", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-04-26": "Our Lady of Penha", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-18": "Our Lady of Penha", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_GO.json000066400000000000000000002011301500152103600210630ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-07-26": "Foundation of Goi\u00e1s city", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-24": "Foundation of Goi\u00e2nia", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-07-26": "Foundation of Goi\u00e1s city", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-24": "Foundation of Goi\u00e2nia", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-07-26": "Foundation of Goi\u00e1s city", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-24": "Foundation of Goi\u00e2nia", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-07-26": "Foundation of Goi\u00e1s city", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-24": "Foundation of Goi\u00e2nia", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-07-26": "Foundation of Goi\u00e1s city", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-24": "Foundation of Goi\u00e2nia", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-07-26": "Foundation of Goi\u00e1s city", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-24": "Foundation of Goi\u00e2nia", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-07-26": "Foundation of Goi\u00e1s city", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-24": "Foundation of Goi\u00e2nia", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-07-26": "Foundation of Goi\u00e1s city", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-24": "Foundation of Goi\u00e2nia", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-07-26": "Foundation of Goi\u00e1s city", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-24": "Foundation of Goi\u00e2nia", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-07-26": "Foundation of Goi\u00e1s city", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-24": "Foundation of Goi\u00e2nia", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-07-26": "Foundation of Goi\u00e1s city", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-24": "Foundation of Goi\u00e2nia", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-07-26": "Foundation of Goi\u00e1s city", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-24": "Foundation of Goi\u00e2nia", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-07-26": "Foundation of Goi\u00e1s city", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-24": "Foundation of Goi\u00e2nia", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-07-26": "Foundation of Goi\u00e1s city", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-24": "Foundation of Goi\u00e2nia", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-07-26": "Foundation of Goi\u00e1s city", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-24": "Foundation of Goi\u00e2nia", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-07-26": "Foundation of Goi\u00e1s city", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-24": "Foundation of Goi\u00e2nia", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-07-26": "Foundation of Goi\u00e1s city", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-24": "Foundation of Goi\u00e2nia", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-07-26": "Foundation of Goi\u00e1s city", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-24": "Foundation of Goi\u00e2nia", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-07-26": "Foundation of Goi\u00e1s city", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-24": "Foundation of Goi\u00e2nia", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-07-26": "Foundation of Goi\u00e1s city", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-24": "Foundation of Goi\u00e2nia", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-07-26": "Foundation of Goi\u00e1s city", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-24": "Foundation of Goi\u00e2nia", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-07-26": "Foundation of Goi\u00e1s city", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-24": "Foundation of Goi\u00e2nia", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-07-26": "Foundation of Goi\u00e1s city", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-24": "Foundation of Goi\u00e2nia", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-07-26": "Foundation of Goi\u00e1s city", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-24": "Foundation of Goi\u00e2nia", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-07-26": "Foundation of Goi\u00e1s city", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-24": "Foundation of Goi\u00e2nia", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-07-26": "Foundation of Goi\u00e1s city", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-24": "Foundation of Goi\u00e2nia", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-07-26": "Foundation of Goi\u00e1s city", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-24": "Foundation of Goi\u00e2nia", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-07-26": "Foundation of Goi\u00e1s city", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-24": "Foundation of Goi\u00e2nia", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-07-26": "Foundation of Goi\u00e1s city", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-24": "Foundation of Goi\u00e2nia", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-07-26": "Foundation of Goi\u00e1s city", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-24": "Foundation of Goi\u00e2nia", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-07-26": "Foundation of Goi\u00e1s city", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-24": "Foundation of Goi\u00e2nia", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-07-26": "Foundation of Goi\u00e1s city", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-24": "Foundation of Goi\u00e2nia", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-07-26": "Foundation of Goi\u00e1s city", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-24": "Foundation of Goi\u00e2nia", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-07-26": "Foundation of Goi\u00e1s city", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-24": "Foundation of Goi\u00e2nia", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-07-26": "Foundation of Goi\u00e1s city", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-24": "Foundation of Goi\u00e2nia", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-07-26": "Foundation of Goi\u00e1s city", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-24": "Foundation of Goi\u00e2nia", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-07-26": "Foundation of Goi\u00e1s city", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-24": "Foundation of Goi\u00e2nia", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-07-26": "Foundation of Goi\u00e1s city", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-24": "Foundation of Goi\u00e2nia", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-07-26": "Foundation of Goi\u00e1s city", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-24": "Foundation of Goi\u00e2nia", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-07-26": "Foundation of Goi\u00e1s city", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-24": "Foundation of Goi\u00e2nia", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-07-26": "Foundation of Goi\u00e1s city", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-24": "Foundation of Goi\u00e2nia", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-07-26": "Foundation of Goi\u00e1s city", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-24": "Foundation of Goi\u00e2nia", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-07-26": "Foundation of Goi\u00e1s city", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-24": "Foundation of Goi\u00e2nia", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-07-26": "Foundation of Goi\u00e1s city", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-24": "Foundation of Goi\u00e2nia", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-07-26": "Foundation of Goi\u00e1s city", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-24": "Foundation of Goi\u00e2nia", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-07-26": "Foundation of Goi\u00e1s city", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-24": "Foundation of Goi\u00e2nia", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-07-26": "Foundation of Goi\u00e1s city", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-24": "Foundation of Goi\u00e2nia", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-07-26": "Foundation of Goi\u00e1s city", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-24": "Foundation of Goi\u00e2nia", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-07-26": "Foundation of Goi\u00e1s city", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-24": "Foundation of Goi\u00e2nia", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-07-26": "Foundation of Goi\u00e1s city", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-24": "Foundation of Goi\u00e2nia", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-07-26": "Foundation of Goi\u00e1s city", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-24": "Foundation of Goi\u00e2nia", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-07-26": "Foundation of Goi\u00e1s city", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-24": "Foundation of Goi\u00e2nia", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-07-26": "Foundation of Goi\u00e1s city", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-24": "Foundation of Goi\u00e2nia", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-07-26": "Foundation of Goi\u00e1s city", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-24": "Foundation of Goi\u00e2nia", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-07-26": "Foundation of Goi\u00e1s city", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-24": "Foundation of Goi\u00e2nia", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_MA.json000066400000000000000000001757461500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-07-28": "Maranh\u00e3o joining to independence of Brazil", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-07-28": "Maranh\u00e3o joining to independence of Brazil", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-07-28": "Maranh\u00e3o joining to independence of Brazil", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-07-28": "Maranh\u00e3o joining to independence of Brazil", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-07-28": "Maranh\u00e3o joining to independence of Brazil", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-07-28": "Maranh\u00e3o joining to independence of Brazil", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-07-28": "Maranh\u00e3o joining to independence of Brazil", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-07-28": "Maranh\u00e3o joining to independence of Brazil", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-07-28": "Maranh\u00e3o joining to independence of Brazil", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-07-28": "Maranh\u00e3o joining to independence of Brazil", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-07-28": "Maranh\u00e3o joining to independence of Brazil", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-07-28": "Maranh\u00e3o joining to independence of Brazil", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-07-28": "Maranh\u00e3o joining to independence of Brazil", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-07-28": "Maranh\u00e3o joining to independence of Brazil", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-07-28": "Maranh\u00e3o joining to independence of Brazil", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-07-28": "Maranh\u00e3o joining to independence of Brazil", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-07-28": "Maranh\u00e3o joining to independence of Brazil", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-07-28": "Maranh\u00e3o joining to independence of Brazil", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-07-28": "Maranh\u00e3o joining to independence of Brazil", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-07-28": "Maranh\u00e3o joining to independence of Brazil", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-07-28": "Maranh\u00e3o joining to independence of Brazil", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-07-28": "Maranh\u00e3o joining to independence of Brazil", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-07-28": "Maranh\u00e3o joining to independence of Brazil", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-07-28": "Maranh\u00e3o joining to independence of Brazil", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-07-28": "Maranh\u00e3o joining to independence of Brazil", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-07-28": "Maranh\u00e3o joining to independence of Brazil", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-07-28": "Maranh\u00e3o joining to independence of Brazil", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-07-28": "Maranh\u00e3o joining to independence of Brazil", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-07-28": "Maranh\u00e3o joining to independence of Brazil", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-07-28": "Maranh\u00e3o joining to independence of Brazil", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-07-28": "Maranh\u00e3o joining to independence of Brazil", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-07-28": "Maranh\u00e3o joining to independence of Brazil", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-07-28": "Maranh\u00e3o joining to independence of Brazil", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-07-28": "Maranh\u00e3o joining to independence of Brazil", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-07-28": "Maranh\u00e3o joining to independence of Brazil", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-07-28": "Maranh\u00e3o joining to independence of Brazil", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-07-28": "Maranh\u00e3o joining to independence of Brazil", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-07-28": "Maranh\u00e3o joining to independence of Brazil", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-07-28": "Maranh\u00e3o joining to independence of Brazil", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-07-28": "Maranh\u00e3o joining to independence of Brazil", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-07-28": "Maranh\u00e3o joining to independence of Brazil", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-07-28": "Maranh\u00e3o joining to independence of Brazil", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-07-28": "Maranh\u00e3o joining to independence of Brazil", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-07-28": "Maranh\u00e3o joining to independence of Brazil", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-07-28": "Maranh\u00e3o joining to independence of Brazil", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-07-28": "Maranh\u00e3o joining to independence of Brazil", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-07-28": "Maranh\u00e3o joining to independence of Brazil", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-07-28": "Maranh\u00e3o joining to independence of Brazil", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-07-28": "Maranh\u00e3o joining to independence of Brazil", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-07-28": "Maranh\u00e3o joining to independence of Brazil", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-07-28": "Maranh\u00e3o joining to independence of Brazil", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-07-28": "Maranh\u00e3o joining to independence of Brazil", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-07-28": "Maranh\u00e3o joining to independence of Brazil", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-07-28": "Maranh\u00e3o joining to independence of Brazil", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-07-28": "Maranh\u00e3o joining to independence of Brazil", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_MG.json000066400000000000000000001710041500152103600210670ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day; Tiradentes' Execution", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day; Tiradentes' Execution", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day; Tiradentes' Execution", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day; Tiradentes' Execution", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day; Tiradentes' Execution", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day; Tiradentes' Execution", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day; Tiradentes' Execution", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day; Tiradentes' Execution", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day; Tiradentes' Execution", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day; Tiradentes' Execution", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day; Tiradentes' Execution", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day; Tiradentes' Execution", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day; Tiradentes' Execution", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day; Tiradentes' Execution", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day; Tiradentes' Execution", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day; Tiradentes' Execution", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day; Tiradentes' Execution", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day; Tiradentes' Execution", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day; Tiradentes' Execution", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day; Tiradentes' Execution", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day; Tiradentes' Execution", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day; Tiradentes' Execution", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day; Tiradentes' Execution", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day; Tiradentes' Execution", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day; Tiradentes' Execution", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day; Tiradentes' Execution", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day; Tiradentes' Execution", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day; Tiradentes' Execution", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day; Tiradentes' Execution", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day; Tiradentes' Execution", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day; Tiradentes' Execution", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day; Tiradentes' Execution", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day; Tiradentes' Execution", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day; Tiradentes' Execution", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day; Tiradentes' Execution", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day; Tiradentes' Execution", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day; Tiradentes' Execution", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day; Tiradentes' Execution", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day; Tiradentes' Execution", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day; Tiradentes' Execution", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day; Tiradentes' Execution", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day; Tiradentes' Execution", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day; Tiradentes' Execution", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day; Tiradentes' Execution", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day; Tiradentes' Execution", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day; Tiradentes' Execution", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day; Tiradentes' Execution", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day; Tiradentes' Execution", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day; Tiradentes' Execution", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day; Tiradentes' Execution", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day; Tiradentes' Execution", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day; Tiradentes' Execution", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day; Tiradentes' Execution", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day; Tiradentes' Execution", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day; Tiradentes' Execution", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_MS.json000066400000000000000000001726531500152103600211160ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-11": "State Creation Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-11": "State Creation Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-11": "State Creation Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-11": "State Creation Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-11": "State Creation Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-11": "State Creation Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-11": "State Creation Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-11": "State Creation Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-11": "State Creation Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-11": "State Creation Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-11": "State Creation Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-11": "State Creation Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-11": "State Creation Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-11": "State Creation Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-11": "State Creation Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-11": "State Creation Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-11": "State Creation Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-11": "State Creation Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-11": "State Creation Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-11": "State Creation Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-11": "State Creation Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-11": "State Creation Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-11": "State Creation Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-11": "State Creation Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-11": "State Creation Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-11": "State Creation Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-11": "State Creation Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-11": "State Creation Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-11": "State Creation Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-11": "State Creation Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-11": "State Creation Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-11": "State Creation Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-11": "State Creation Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-11": "State Creation Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-11": "State Creation Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-11": "State Creation Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-11": "State Creation Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-11": "State Creation Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-11": "State Creation Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-11": "State Creation Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-11": "State Creation Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-11": "State Creation Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-11": "State Creation Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-11": "State Creation Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-11": "State Creation Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-11": "State Creation Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-11": "State Creation Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-11": "State Creation Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-11": "State Creation Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-11": "State Creation Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-11": "State Creation Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-11": "State Creation Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-11": "State Creation Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-11": "State Creation Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-11": "State Creation Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_MT.json000066400000000000000000001701601500152103600211060ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-11-20": "Black Awareness Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-11-20": "Black Awareness Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-11-20": "Black Awareness Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-11-20": "Black Awareness Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-11-20": "Black Awareness Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-11-20": "Black Awareness Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-11-20": "Black Awareness Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-11-20": "Black Awareness Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-11-20": "Black Awareness Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-11-20": "Black Awareness Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-11-20": "Black Awareness Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-11-20": "Black Awareness Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-11-20": "Black Awareness Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-11-20": "Black Awareness Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-11-20": "Black Awareness Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-11-20": "Black Awareness Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-11-20": "Black Awareness Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-11-20": "Black Awareness Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-11-20": "Black Awareness Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-11-20": "Black Awareness Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-11-20": "Black Awareness Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_PA.json000066400000000000000000001764601500152103600210770ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-08-15": "Gr\u00e3o-Par\u00e1 joining to independence of Brazil", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_PB.json000066400000000000000000001726531500152103600211000ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-08-05": "State Founding Day", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-08-05": "State Founding Day", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-08-05": "State Founding Day", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-08-05": "State Founding Day", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-08-05": "State Founding Day", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-08-05": "State Founding Day", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-08-05": "State Founding Day", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-08-05": "State Founding Day", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-08-05": "State Founding Day", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-08-05": "State Founding Day", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-08-05": "State Founding Day", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-08-05": "State Founding Day", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-08-05": "State Founding Day", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-08-05": "State Founding Day", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-08-05": "State Founding Day", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-08-05": "State Founding Day", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-08-05": "State Founding Day", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-08-05": "State Founding Day", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-08-05": "State Founding Day", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-08-05": "State Founding Day", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-08-05": "State Founding Day", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-08-05": "State Founding Day", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-08-05": "State Founding Day", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-08-05": "State Founding Day", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-08-05": "State Founding Day", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-08-05": "State Founding Day", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-08-05": "State Founding Day", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-08-05": "State Founding Day", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-08-05": "State Founding Day", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-08-05": "State Founding Day", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-08-05": "State Founding Day", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-08-05": "State Founding Day", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-08-05": "State Founding Day", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-08-05": "State Founding Day", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-08-05": "State Founding Day", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-08-05": "State Founding Day", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-08-05": "State Founding Day", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-08-05": "State Founding Day", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-08-05": "State Founding Day", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-08-05": "State Founding Day", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-08-05": "State Founding Day", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-08-05": "State Founding Day", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-08-05": "State Founding Day", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-08-05": "State Founding Day", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-08-05": "State Founding Day", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-08-05": "State Founding Day", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-08-05": "State Founding Day", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-08-05": "State Founding Day", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-08-05": "State Founding Day", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-08-05": "State Founding Day", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-08-05": "State Founding Day", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-08-05": "State Founding Day", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-08-05": "State Founding Day", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-08-05": "State Founding Day", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-08-05": "State Founding Day", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_PE.json000066400000000000000000001721141500152103600210730ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-02": "Pernambuco Revolution", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-03-01": "Pernambuco Revolution", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-03-07": "Pernambuco Revolution", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-06": "Pernambuco Revolution", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-03-04": "Pernambuco Revolution", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-03": "Pernambuco Revolution", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-02": "Pernambuco Revolution", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-03-01": "Pernambuco Revolution", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-06": "Pernambuco Revolution", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-03-05": "Pernambuco Revolution", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-04": "Pernambuco Revolution", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-03": "Pernambuco Revolution", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-03-01": "Pernambuco Revolution", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-03-07": "Pernambuco Revolution", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-03-06": "Pernambuco Revolution", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-03-05": "Pernambuco Revolution", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-03": "Pernambuco Revolution", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-02": "Pernambuco Revolution", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-03-01": "Pernambuco Revolution", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-07": "Pernambuco Revolution", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-03-05": "Pernambuco Revolution", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-04": "Pernambuco Revolution", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-03": "Pernambuco Revolution", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-03-02": "Pernambuco Revolution", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-07": "Pernambuco Revolution", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-03-06": "Pernambuco Revolution", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-03-05": "Pernambuco Revolution", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-04": "Pernambuco Revolution", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-03-02": "Pernambuco Revolution", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-03-01": "Pernambuco Revolution", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-07": "Pernambuco Revolution", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-03-06": "Pernambuco Revolution", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-04": "Pernambuco Revolution", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-03": "Pernambuco Revolution", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-03-02": "Pernambuco Revolution", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-01": "Pernambuco Revolution", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-03-06": "Pernambuco Revolution", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-03-05": "Pernambuco Revolution", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-04": "Pernambuco Revolution", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-03-03": "Pernambuco Revolution", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-03-01": "Pernambuco Revolution", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-03-07": "Pernambuco Revolution", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-03-06": "Pernambuco Revolution", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_PI.json000066400000000000000000001723171500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-19": "Piau\u00ed Day", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-19": "Piau\u00ed Day", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-19": "Piau\u00ed Day", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-19": "Piau\u00ed Day", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-19": "Piau\u00ed Day", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-19": "Piau\u00ed Day", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-19": "Piau\u00ed Day", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-19": "Piau\u00ed Day", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-19": "Piau\u00ed Day", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-19": "Piau\u00ed Day", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-19": "Piau\u00ed Day", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-19": "Piau\u00ed Day", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-19": "Piau\u00ed Day", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-19": "Piau\u00ed Day", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-19": "Piau\u00ed Day", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-19": "Piau\u00ed Day", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-19": "Piau\u00ed Day", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-19": "Piau\u00ed Day", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-19": "Piau\u00ed Day", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-19": "Piau\u00ed Day", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-19": "Piau\u00ed Day", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-19": "Piau\u00ed Day", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-19": "Piau\u00ed Day", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-19": "Piau\u00ed Day", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-19": "Piau\u00ed Day", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-19": "Piau\u00ed Day", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-19": "Piau\u00ed Day", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-19": "Piau\u00ed Day", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-19": "Piau\u00ed Day", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-19": "Piau\u00ed Day", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-19": "Piau\u00ed Day", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-19": "Piau\u00ed Day", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-19": "Piau\u00ed Day", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-19": "Piau\u00ed Day", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-19": "Piau\u00ed Day", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-19": "Piau\u00ed Day", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-19": "Piau\u00ed Day", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-19": "Piau\u00ed Day", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-19": "Piau\u00ed Day", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-19": "Piau\u00ed Day", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-19": "Piau\u00ed Day", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-19": "Piau\u00ed Day", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-19": "Piau\u00ed Day", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-19": "Piau\u00ed Day", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-19": "Piau\u00ed Day", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-19": "Piau\u00ed Day", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-19": "Piau\u00ed Day", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-19": "Piau\u00ed Day", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-19": "Piau\u00ed Day", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-19": "Piau\u00ed Day", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-19": "Piau\u00ed Day", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-19": "Piau\u00ed Day", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-19": "Piau\u00ed Day", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-19": "Piau\u00ed Day", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-19": "Piau\u00ed Day", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_PR.json000066400000000000000000001747001500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-19": "Political Emancipation of Paran\u00e1", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-19": "Political Emancipation of Paran\u00e1", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-19": "Political Emancipation of Paran\u00e1", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-19": "Political Emancipation of Paran\u00e1", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-19": "Political Emancipation of Paran\u00e1", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-19": "Political Emancipation of Paran\u00e1", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-19": "Political Emancipation of Paran\u00e1", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-19": "Political Emancipation of Paran\u00e1", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-19": "Political Emancipation of Paran\u00e1", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-19": "Political Emancipation of Paran\u00e1", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-19": "Political Emancipation of Paran\u00e1", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-19": "Political Emancipation of Paran\u00e1", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-19": "Political Emancipation of Paran\u00e1", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-19": "Political Emancipation of Paran\u00e1", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-19": "Political Emancipation of Paran\u00e1", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-19": "Political Emancipation of Paran\u00e1", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-19": "Political Emancipation of Paran\u00e1", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-19": "Political Emancipation of Paran\u00e1", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-19": "Political Emancipation of Paran\u00e1", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-19": "Political Emancipation of Paran\u00e1", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-19": "Political Emancipation of Paran\u00e1", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-19": "Political Emancipation of Paran\u00e1", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-19": "Political Emancipation of Paran\u00e1", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-19": "Political Emancipation of Paran\u00e1", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-19": "Political Emancipation of Paran\u00e1", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-19": "Political Emancipation of Paran\u00e1", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-19": "Political Emancipation of Paran\u00e1", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-19": "Political Emancipation of Paran\u00e1", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-19": "Political Emancipation of Paran\u00e1", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-19": "Political Emancipation of Paran\u00e1", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-19": "Political Emancipation of Paran\u00e1", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-19": "Political Emancipation of Paran\u00e1", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-19": "Political Emancipation of Paran\u00e1", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-19": "Political Emancipation of Paran\u00e1", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-19": "Political Emancipation of Paran\u00e1", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-19": "Political Emancipation of Paran\u00e1", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-19": "Political Emancipation of Paran\u00e1", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-19": "Political Emancipation of Paran\u00e1", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-19": "Political Emancipation of Paran\u00e1", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-19": "Political Emancipation of Paran\u00e1", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-19": "Political Emancipation of Paran\u00e1", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-19": "Political Emancipation of Paran\u00e1", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-19": "Political Emancipation of Paran\u00e1", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-19": "Political Emancipation of Paran\u00e1", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-19": "Political Emancipation of Paran\u00e1", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-19": "Political Emancipation of Paran\u00e1", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-19": "Political Emancipation of Paran\u00e1", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-19": "Political Emancipation of Paran\u00e1", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-19": "Political Emancipation of Paran\u00e1", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-19": "Political Emancipation of Paran\u00e1", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-19": "Political Emancipation of Paran\u00e1", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-19": "Political Emancipation of Paran\u00e1", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-19": "Political Emancipation of Paran\u00e1", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-19": "Political Emancipation of Paran\u00e1", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-19": "Political Emancipation of Paran\u00e1", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_RJ.json000066400000000000000000001734751500152103600211150ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-11-20": "Black Awareness Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-11-20": "Black Awareness Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-11-20": "Black Awareness Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-11-20": "Black Awareness Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-11-20": "Black Awareness Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-11-20": "Black Awareness Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-04-23": "Saint George's Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-11-20": "Black Awareness Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-04-23": "Saint George's Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-11-20": "Black Awareness Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-04-23": "Saint George's Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-11-20": "Black Awareness Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-04-23": "Saint George's Day", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-11-20": "Black Awareness Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-04-23": "Saint George's Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-11-20": "Black Awareness Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-04-23": "Saint George's Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-11-20": "Black Awareness Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-04-23": "Saint George's Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-11-20": "Black Awareness Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-04-23": "Saint George's Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-11-20": "Black Awareness Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-04-23": "Saint George's Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-11-20": "Black Awareness Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-04-23": "Saint George's Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-11-20": "Black Awareness Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-04-23": "Saint George's Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-11-20": "Black Awareness Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-04-23": "Saint George's Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-11-20": "Black Awareness Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-04-23": "Saint George's Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-11-20": "Black Awareness Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-04-23": "Saint George's Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-11-20": "Black Awareness Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-04-23": "Saint George's Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-11-20": "Black Awareness Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-04-23": "Saint George's Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-11-20": "Black Awareness Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-04-23": "Saint George's Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-04-23": "Saint George's Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-04-23": "Saint George's Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-04-23": "Saint George's Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-04-23": "Saint George's Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-04-23": "Saint George's Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-04-23": "Saint George's Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-04-23": "Saint George's Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-04-23": "Saint George's Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-04-23": "Saint George's Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-04-23": "Saint George's Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-04-23": "Saint George's Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-04-23": "Saint George's Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-04-23": "Saint George's Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday; Saint George's Day", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-04-23": "Saint George's Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-04-23": "Saint George's Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-04-23": "Saint George's Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-04-23": "Saint George's Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-04-23": "Saint George's Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-04-23": "Saint George's Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-04-23": "Saint George's Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-04-23": "Saint George's Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-04-23": "Saint George's Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-04-23": "Saint George's Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-04-23": "Saint George's Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-04-23": "Saint George's Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_RN.json000066400000000000000000002002061500152103600211000ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-08-07": "Rio Grande do Norte Day", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-08-07": "Rio Grande do Norte Day", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-08-07": "Rio Grande do Norte Day", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-08-07": "Rio Grande do Norte Day", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-08-07": "Rio Grande do Norte Day", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-08-07": "Rio Grande do Norte Day", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-08-07": "Rio Grande do Norte Day", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-08-07": "Rio Grande do Norte Day", "2007-09-07": "Independence Day", "2007-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-08-07": "Rio Grande do Norte Day", "2008-09-07": "Independence Day", "2008-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-08-07": "Rio Grande do Norte Day", "2009-09-07": "Independence Day", "2009-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-08-07": "Rio Grande do Norte Day", "2010-09-07": "Independence Day", "2010-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-08-07": "Rio Grande do Norte Day", "2011-09-07": "Independence Day", "2011-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-08-07": "Rio Grande do Norte Day", "2012-09-07": "Independence Day", "2012-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-08-07": "Rio Grande do Norte Day", "2013-09-07": "Independence Day", "2013-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-08-07": "Rio Grande do Norte Day", "2014-09-07": "Independence Day", "2014-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-08-07": "Rio Grande do Norte Day", "2015-09-07": "Independence Day", "2015-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-08-07": "Rio Grande do Norte Day", "2016-09-07": "Independence Day", "2016-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-08-07": "Rio Grande do Norte Day", "2017-09-07": "Independence Day", "2017-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-08-07": "Rio Grande do Norte Day", "2018-09-07": "Independence Day", "2018-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-08-07": "Rio Grande do Norte Day", "2019-09-07": "Independence Day", "2019-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-08-07": "Rio Grande do Norte Day", "2020-09-07": "Independence Day", "2020-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-08-07": "Rio Grande do Norte Day", "2021-09-07": "Independence Day", "2021-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-08-07": "Rio Grande do Norte Day", "2022-09-07": "Independence Day", "2022-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-08-07": "Rio Grande do Norte Day", "2023-09-07": "Independence Day", "2023-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-08-07": "Rio Grande do Norte Day", "2024-09-07": "Independence Day", "2024-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-08-07": "Rio Grande do Norte Day", "2025-09-07": "Independence Day", "2025-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-08-07": "Rio Grande do Norte Day", "2026-09-07": "Independence Day", "2026-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-08-07": "Rio Grande do Norte Day", "2027-09-07": "Independence Day", "2027-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-08-07": "Rio Grande do Norte Day", "2028-09-07": "Independence Day", "2028-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-08-07": "Rio Grande do Norte Day", "2029-09-07": "Independence Day", "2029-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-08-07": "Rio Grande do Norte Day", "2030-09-07": "Independence Day", "2030-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-08-07": "Rio Grande do Norte Day", "2031-09-07": "Independence Day", "2031-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-08-07": "Rio Grande do Norte Day", "2032-09-07": "Independence Day", "2032-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-08-07": "Rio Grande do Norte Day", "2033-09-07": "Independence Day", "2033-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-08-07": "Rio Grande do Norte Day", "2034-09-07": "Independence Day", "2034-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-08-07": "Rio Grande do Norte Day", "2035-09-07": "Independence Day", "2035-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-08-07": "Rio Grande do Norte Day", "2036-09-07": "Independence Day", "2036-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-08-07": "Rio Grande do Norte Day", "2037-09-07": "Independence Day", "2037-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-08-07": "Rio Grande do Norte Day", "2038-09-07": "Independence Day", "2038-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-08-07": "Rio Grande do Norte Day", "2039-09-07": "Independence Day", "2039-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-08-07": "Rio Grande do Norte Day", "2040-09-07": "Independence Day", "2040-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-08-07": "Rio Grande do Norte Day", "2041-09-07": "Independence Day", "2041-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-08-07": "Rio Grande do Norte Day", "2042-09-07": "Independence Day", "2042-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-08-07": "Rio Grande do Norte Day", "2043-09-07": "Independence Day", "2043-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-08-07": "Rio Grande do Norte Day", "2044-09-07": "Independence Day", "2044-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-08-07": "Rio Grande do Norte Day", "2045-09-07": "Independence Day", "2045-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-08-07": "Rio Grande do Norte Day", "2046-09-07": "Independence Day", "2046-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-08-07": "Rio Grande do Norte Day", "2047-09-07": "Independence Day", "2047-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-08-07": "Rio Grande do Norte Day", "2048-09-07": "Independence Day", "2048-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-08-07": "Rio Grande do Norte Day", "2049-09-07": "Independence Day", "2049-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-08-07": "Rio Grande do Norte Day", "2050-09-07": "Independence Day", "2050-10-03": "Urua\u00e7u and Cunha\u00fa Martyrs Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_RO.json000066400000000000000000001763001500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-01-04": "State Creation Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-01-04": "State Creation Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-01-04": "State Creation Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-01-04": "State Creation Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-01-04": "State Creation Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-01-04": "State Creation Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-01-04": "State Creation Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-06-18": "Evangelical Day", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-01-04": "State Creation Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-18": "Evangelical Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-01-04": "State Creation Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-06-18": "Evangelical Day", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-01-04": "State Creation Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-06-18": "Evangelical Day", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-01-04": "State Creation Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-06-18": "Evangelical Day", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-01-04": "State Creation Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-06-18": "Evangelical Day", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-01-04": "State Creation Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-06-18": "Evangelical Day", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-01-04": "State Creation Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-06-18": "Evangelical Day", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-01-04": "State Creation Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-06-18": "Evangelical Day", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-01-04": "State Creation Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-18": "Evangelical Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-01-04": "State Creation Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-06-18": "Evangelical Day", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-01-04": "State Creation Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-06-18": "Evangelical Day", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-01-04": "State Creation Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-18": "Evangelical Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-01-04": "State Creation Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-06-18": "Evangelical Day", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-01-04": "State Creation Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-06-18": "Evangelical Day", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-01-04": "State Creation Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-06-18": "Evangelical Day", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-01-04": "State Creation Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-06-18": "Evangelical Day", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-01-04": "State Creation Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-18": "Evangelical Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-01-04": "State Creation Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-06-18": "Evangelical Day", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-01-04": "State Creation Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-06-18": "Evangelical Day", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-01-04": "State Creation Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-06-18": "Evangelical Day", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-01-04": "State Creation Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-06-18": "Evangelical Day", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-01-04": "State Creation Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-06-18": "Evangelical Day", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-01-04": "State Creation Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-18": "Evangelical Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-01-04": "State Creation Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-06-18": "Evangelical Day", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-01-04": "State Creation Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-06-18": "Evangelical Day", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-01-04": "State Creation Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-06-18": "Evangelical Day", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-01-04": "State Creation Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-06-18": "Evangelical Day", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-01-04": "State Creation Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-18": "Evangelical Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-01-04": "State Creation Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-06-18": "Evangelical Day", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-01-04": "State Creation Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-06-18": "Evangelical Day", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-01-04": "State Creation Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-06-18": "Evangelical Day", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-01-04": "State Creation Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-06-18": "Evangelical Day", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-01-04": "State Creation Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-06-18": "Evangelical Day", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-01-04": "State Creation Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-06-18": "Evangelical Day", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-01-04": "State Creation Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-06-18": "Evangelical Day", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-01-04": "State Creation Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-18": "Evangelical Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-01-04": "State Creation Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-06-18": "Evangelical Day", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-01-04": "State Creation Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-06-18": "Evangelical Day", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-01-04": "State Creation Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-18": "Evangelical Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-01-04": "State Creation Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-06-18": "Evangelical Day", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-01-04": "State Creation Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-06-18": "Evangelical Day", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-01-04": "State Creation Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-06-18": "Evangelical Day", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-01-04": "State Creation Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-06-18": "Evangelical Day", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-01-04": "State Creation Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-06-18": "Evangelical Day", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-01-04": "State Creation Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-06-18": "Evangelical Day", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-01-04": "State Creation Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-06-18": "Evangelical Day", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-01-04": "State Creation Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-06-18": "Evangelical Day", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-01-04": "State Creation Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-06-18": "Evangelical Day", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_RR.json000066400000000000000000001726531500152103600211220ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-05": "State Creation Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-05": "State Creation Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-05": "State Creation Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-05": "State Creation Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-05": "State Creation Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-05": "State Creation Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-05": "State Creation Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-05": "State Creation Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-05": "State Creation Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-05": "State Creation Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-05": "State Creation Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-05": "State Creation Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-05": "State Creation Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-05": "State Creation Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-05": "State Creation Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-05": "State Creation Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-05": "State Creation Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-05": "State Creation Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-05": "State Creation Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-05": "State Creation Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-05": "State Creation Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-05": "State Creation Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-05": "State Creation Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-05": "State Creation Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-05": "State Creation Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-05": "State Creation Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-05": "State Creation Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-05": "State Creation Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-05": "State Creation Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-05": "State Creation Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-05": "State Creation Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-05": "State Creation Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-05": "State Creation Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-05": "State Creation Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-05": "State Creation Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-05": "State Creation Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-05": "State Creation Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-05": "State Creation Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-05": "State Creation Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-05": "State Creation Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-05": "State Creation Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-05": "State Creation Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-05": "State Creation Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-05": "State Creation Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-05": "State Creation Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-05": "State Creation Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-05": "State Creation Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-05": "State Creation Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-05": "State Creation Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-05": "State Creation Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-05": "State Creation Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-05": "State Creation Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-05": "State Creation Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-05": "State Creation Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-05": "State Creation Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_RS.json000066400000000000000000001717631500152103600211240ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-09-20": "Gaucho Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-09-20": "Gaucho Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-09-20": "Gaucho Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-09-20": "Gaucho Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-09-20": "Gaucho Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-09-20": "Gaucho Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-09-20": "Gaucho Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-09-20": "Gaucho Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-09-20": "Gaucho Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-09-20": "Gaucho Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-09-20": "Gaucho Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-09-20": "Gaucho Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-09-20": "Gaucho Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-09-20": "Gaucho Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-09-20": "Gaucho Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-09-20": "Gaucho Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-09-20": "Gaucho Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-09-20": "Gaucho Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-09-20": "Gaucho Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-09-20": "Gaucho Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-09-20": "Gaucho Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-09-20": "Gaucho Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-09-20": "Gaucho Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-09-20": "Gaucho Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-09-20": "Gaucho Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-09-20": "Gaucho Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-09-20": "Gaucho Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-09-20": "Gaucho Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-09-20": "Gaucho Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-09-20": "Gaucho Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-09-20": "Gaucho Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-09-20": "Gaucho Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-09-20": "Gaucho Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-09-20": "Gaucho Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-09-20": "Gaucho Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-09-20": "Gaucho Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-09-20": "Gaucho Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-09-20": "Gaucho Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-09-20": "Gaucho Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-09-20": "Gaucho Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-09-20": "Gaucho Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-09-20": "Gaucho Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-09-20": "Gaucho Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-09-20": "Gaucho Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-09-20": "Gaucho Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-09-20": "Gaucho Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-09-20": "Gaucho Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-09-20": "Gaucho Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-09-20": "Gaucho Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-09-20": "Gaucho Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-09-20": "Gaucho Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-09-20": "Gaucho Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-09-20": "Gaucho Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-09-20": "Gaucho Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-09-20": "Gaucho Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_SC.json000066400000000000000000002005261500152103600210730ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-11-25": "Saint Catherine of Alexandria Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-11-25": "Saint Catherine of Alexandria Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-11-25": "Saint Catherine of Alexandria Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-11-28": "Saint Catherine of Alexandria Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-11-26": "Saint Catherine of Alexandria Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-11-25": "Saint Catherine of Alexandria Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-01": "Saint Catherine of Alexandria Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-11-30": "Saint Catherine of Alexandria Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-08-11": "Santa Catarina State Day", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-11-25": "Saint Catherine of Alexandria Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-08-14": "Santa Catarina State Day", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-11-27": "Saint Catherine of Alexandria Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-08-13": "Santa Catarina State Day", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-11-26": "Saint Catherine of Alexandria Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-08-12": "Santa Catarina State Day", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-11-25": "Saint Catherine of Alexandria Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-08-17": "Santa Catarina State Day", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-11-30": "Saint Catherine of Alexandria Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-08-16": "Santa Catarina State Day", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-11-29": "Saint Catherine of Alexandria Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-08-15": "Santa Catarina State Day", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-11-28": "Saint Catherine of Alexandria Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-08-14": "Santa Catarina State Day", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-11-27": "Saint Catherine of Alexandria Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-08-12": "Santa Catarina State Day", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-11-25": "Saint Catherine of Alexandria Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-08-11": "Santa Catarina State Day", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-01": "Saint Catherine of Alexandria Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-08-17": "Santa Catarina State Day", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-11-30": "Saint Catherine of Alexandria Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-08-16": "Santa Catarina State Day", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-11-29": "Saint Catherine of Alexandria Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-08-14": "Santa Catarina State Day", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-11-27": "Saint Catherine of Alexandria Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-08-13": "Santa Catarina State Day", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-11-26": "Saint Catherine of Alexandria Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-08-12": "Santa Catarina State Day", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-11-25": "Saint Catherine of Alexandria Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-08-11": "Santa Catarina State Day", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-01": "Saint Catherine of Alexandria Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-08-16": "Santa Catarina State Day", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-11-29": "Saint Catherine of Alexandria Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-08-15": "Santa Catarina State Day", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-11-28": "Saint Catherine of Alexandria Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-08-14": "Santa Catarina State Day", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-11-27": "Saint Catherine of Alexandria Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-08-13": "Santa Catarina State Day", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-11-26": "Saint Catherine of Alexandria Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-08-11": "Santa Catarina State Day", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-01": "Saint Catherine of Alexandria Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-08-17": "Santa Catarina State Day", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-11-30": "Saint Catherine of Alexandria Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-08-16": "Santa Catarina State Day", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-11-29": "Saint Catherine of Alexandria Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-08-15": "Santa Catarina State Day", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-11-28": "Saint Catherine of Alexandria Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-08-13": "Santa Catarina State Day", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-11-26": "Saint Catherine of Alexandria Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-08-12": "Santa Catarina State Day", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-11-25": "Saint Catherine of Alexandria Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-08-11": "Santa Catarina State Day", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-01": "Saint Catherine of Alexandria Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-08-17": "Santa Catarina State Day", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-11-30": "Saint Catherine of Alexandria Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-08-15": "Santa Catarina State Day", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-11-28": "Saint Catherine of Alexandria Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-08-14": "Santa Catarina State Day", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-11-27": "Saint Catherine of Alexandria Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-08-13": "Santa Catarina State Day", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-11-26": "Saint Catherine of Alexandria Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-08-12": "Santa Catarina State Day", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-11-25": "Saint Catherine of Alexandria Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-08-17": "Santa Catarina State Day", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-11-30": "Saint Catherine of Alexandria Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-08-16": "Santa Catarina State Day", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-11-29": "Saint Catherine of Alexandria Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Santa Catarina State Day", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-11-28": "Saint Catherine of Alexandria Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-08-14": "Santa Catarina State Day", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-11-27": "Saint Catherine of Alexandria Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-08-12": "Santa Catarina State Day", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-11-25": "Saint Catherine of Alexandria Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-08-11": "Santa Catarina State Day", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-01": "Saint Catherine of Alexandria Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-08-17": "Santa Catarina State Day", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-11-30": "Saint Catherine of Alexandria Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-08-16": "Santa Catarina State Day", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-11-29": "Saint Catherine of Alexandria Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-08-14": "Santa Catarina State Day", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-11-27": "Saint Catherine of Alexandria Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-08-13": "Santa Catarina State Day", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-11-26": "Saint Catherine of Alexandria Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-08-12": "Santa Catarina State Day", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-11-25": "Saint Catherine of Alexandria Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-08-11": "Santa Catarina State Day", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-01": "Saint Catherine of Alexandria Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-08-16": "Santa Catarina State Day", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-11-29": "Saint Catherine of Alexandria Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Santa Catarina State Day", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-11-28": "Saint Catherine of Alexandria Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-08-14": "Santa Catarina State Day", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-11-27": "Saint Catherine of Alexandria Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_SE.json000066400000000000000000001744331500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-07-08": "Sergipe Political Emancipation Day", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-07-08": "Sergipe Political Emancipation Day", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-07-08": "Sergipe Political Emancipation Day", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-07-08": "Sergipe Political Emancipation Day", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-07-08": "Sergipe Political Emancipation Day", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-07-08": "Sergipe Political Emancipation Day", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-07-08": "Sergipe Political Emancipation Day", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-07-08": "Sergipe Political Emancipation Day", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-07-08": "Sergipe Political Emancipation Day", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-07-08": "Sergipe Political Emancipation Day", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-07-08": "Sergipe Political Emancipation Day", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-07-08": "Sergipe Political Emancipation Day", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-07-08": "Sergipe Political Emancipation Day", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-07-08": "Sergipe Political Emancipation Day", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-07-08": "Sergipe Political Emancipation Day", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-07-08": "Sergipe Political Emancipation Day", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-07-08": "Sergipe Political Emancipation Day", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-07-08": "Sergipe Political Emancipation Day", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-07-08": "Sergipe Political Emancipation Day", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-07-08": "Sergipe Political Emancipation Day", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-07-08": "Sergipe Political Emancipation Day", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-07-08": "Sergipe Political Emancipation Day", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-07-08": "Sergipe Political Emancipation Day", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-07-08": "Sergipe Political Emancipation Day", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-07-08": "Sergipe Political Emancipation Day", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-07-08": "Sergipe Political Emancipation Day", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-07-08": "Sergipe Political Emancipation Day", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-07-08": "Sergipe Political Emancipation Day", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-07-08": "Sergipe Political Emancipation Day", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-07-08": "Sergipe Political Emancipation Day", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-07-08": "Sergipe Political Emancipation Day", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-07-08": "Sergipe Political Emancipation Day", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-07-08": "Sergipe Political Emancipation Day", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-07-08": "Sergipe Political Emancipation Day", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-07-08": "Sergipe Political Emancipation Day", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-07-08": "Sergipe Political Emancipation Day", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-07-08": "Sergipe Political Emancipation Day", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-07-08": "Sergipe Political Emancipation Day", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-07-08": "Sergipe Political Emancipation Day", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-07-08": "Sergipe Political Emancipation Day", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-07-08": "Sergipe Political Emancipation Day", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-07-08": "Sergipe Political Emancipation Day", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-07-08": "Sergipe Political Emancipation Day", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-07-08": "Sergipe Political Emancipation Day", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-07-08": "Sergipe Political Emancipation Day", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-07-08": "Sergipe Political Emancipation Day", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-07-08": "Sergipe Political Emancipation Day", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-07-08": "Sergipe Political Emancipation Day", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-07-08": "Sergipe Political Emancipation Day", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-07-08": "Sergipe Political Emancipation Day", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-07-08": "Sergipe Political Emancipation Day", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-07-08": "Sergipe Political Emancipation Day", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-07-08": "Sergipe Political Emancipation Day", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-07-08": "Sergipe Political Emancipation Day", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-07-08": "Sergipe Political Emancipation Day", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_SP.json000066400000000000000000001736371500152103600211240ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-07-09": "Constitutionalist Revolution", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-07-09": "Constitutionalist Revolution", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-07-09": "Constitutionalist Revolution", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-07-09": "Constitutionalist Revolution", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-07-09": "Constitutionalist Revolution", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-07-09": "Constitutionalist Revolution", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-07-09": "Constitutionalist Revolution", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-07-09": "Constitutionalist Revolution", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-07-09": "Constitutionalist Revolution", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-07-09": "Constitutionalist Revolution", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-07-09": "Constitutionalist Revolution", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-07-09": "Constitutionalist Revolution", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-07-09": "Constitutionalist Revolution", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-07-09": "Constitutionalist Revolution", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-07-09": "Constitutionalist Revolution", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-07-09": "Constitutionalist Revolution", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-07-09": "Constitutionalist Revolution", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-07-09": "Constitutionalist Revolution", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-07-09": "Constitutionalist Revolution", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-07-09": "Constitutionalist Revolution", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-07-09": "Constitutionalist Revolution", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-07-09": "Constitutionalist Revolution", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-07-09": "Constitutionalist Revolution", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-07-09": "Constitutionalist Revolution", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-07-09": "Constitutionalist Revolution", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-07-09": "Constitutionalist Revolution", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-07-09": "Constitutionalist Revolution", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-07-09": "Constitutionalist Revolution", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-07-09": "Constitutionalist Revolution", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-07-09": "Constitutionalist Revolution", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-07-09": "Constitutionalist Revolution", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-07-09": "Constitutionalist Revolution", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-07-09": "Constitutionalist Revolution", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-07-09": "Constitutionalist Revolution", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-07-09": "Constitutionalist Revolution", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-07-09": "Constitutionalist Revolution", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-07-09": "Constitutionalist Revolution", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-07-09": "Constitutionalist Revolution", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-07-09": "Constitutionalist Revolution", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-07-09": "Constitutionalist Revolution", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-07-09": "Constitutionalist Revolution", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-07-09": "Constitutionalist Revolution", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-07-09": "Constitutionalist Revolution", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-07-09": "Constitutionalist Revolution", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-07-09": "Constitutionalist Revolution", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-07-09": "Constitutionalist Revolution", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-07-09": "Constitutionalist Revolution", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-07-09": "Constitutionalist Revolution", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-07-09": "Constitutionalist Revolution", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-07-09": "Constitutionalist Revolution", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-07-09": "Constitutionalist Revolution", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-07-09": "Constitutionalist Revolution", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-07-09": "Constitutionalist Revolution", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-07-09": "Constitutionalist Revolution", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BR_TO.json000066400000000000000000002026731500152103600211150ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-10-28": "Public Servant's Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-10-28": "Public Servant's Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-10-28": "Public Servant's Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-10-28": "Public Servant's Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-10-28": "Public Servant's Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-10-28": "Public Servant's Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-10-28": "Public Servant's Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-10-28": "Public Servant's Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-10-28": "Public Servant's Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-10-28": "Public Servant's Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-10-28": "Public Servant's Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-10-28": "Public Servant's Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-10-28": "Public Servant's Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-10-28": "Public Servant's Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-10-28": "Public Servant's Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-10-28": "Public Servant's Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-10-28": "Public Servant's Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-10-28": "Public Servant's Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-10-28": "Public Servant's Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-10-28": "Public Servant's Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-10-28": "Public Servant's Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-10-28": "Public Servant's Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-10-28": "Public Servant's Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-10-28": "Public Servant's Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-10-28": "Public Servant's Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-10-28": "Public Servant's Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-10-28": "Public Servant's Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-10-28": "Public Servant's Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-10-28": "Public Servant's Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-10-28": "Public Servant's Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-10-28": "Public Servant's Day", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-10-28": "Public Servant's Day", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-10-28": "Public Servant's Day", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-10-28": "Public Servant's Day", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-10-28": "Public Servant's Day", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-10-28": "Public Servant's Day", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-10-28": "Public Servant's Day", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-10-28": "Public Servant's Day", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-10-28": "Public Servant's Day", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-10-28": "Public Servant's Day", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-10-28": "Public Servant's Day", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-10-28": "Public Servant's Day", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-10-28": "Public Servant's Day", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-10-28": "Public Servant's Day", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-10-28": "Public Servant's Day", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-10-28": "Public Servant's Day", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-09-08": "Our Lady of Nativity", "1996-10-05": "State Creation Day", "1996-10-12": "Our Lady of Aparecida", "1996-10-28": "Public Servant's Day", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-09-08": "Our Lady of Nativity", "1997-10-05": "State Creation Day", "1997-10-12": "Our Lady of Aparecida", "1997-10-28": "Public Servant's Day", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-02-25": "Ash Wednesday", "1998-03-18": "Autonomy Day", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-09-08": "Our Lady of Nativity", "1998-10-05": "State Creation Day", "1998-10-12": "Our Lady of Aparecida", "1998-10-28": "Public Servant's Day", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-02-17": "Ash Wednesday", "1999-03-18": "Autonomy Day", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-09-08": "Our Lady of Nativity", "1999-10-05": "State Creation Day", "1999-10-12": "Our Lady of Aparecida", "1999-10-28": "Public Servant's Day", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-03-08": "Ash Wednesday", "2000-03-18": "Autonomy Day", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-09-08": "Our Lady of Nativity", "2000-10-05": "State Creation Day", "2000-10-12": "Our Lady of Aparecida", "2000-10-28": "Public Servant's Day", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-02-28": "Ash Wednesday", "2001-03-18": "Autonomy Day", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-09-08": "Our Lady of Nativity", "2001-10-05": "State Creation Day", "2001-10-12": "Our Lady of Aparecida", "2001-10-28": "Public Servant's Day", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-02-13": "Ash Wednesday", "2002-03-18": "Autonomy Day", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-09-08": "Our Lady of Nativity", "2002-10-05": "State Creation Day", "2002-10-12": "Our Lady of Aparecida", "2002-10-28": "Public Servant's Day", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-03-05": "Ash Wednesday", "2003-03-18": "Autonomy Day", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-09-08": "Our Lady of Nativity", "2003-10-05": "State Creation Day", "2003-10-12": "Our Lady of Aparecida", "2003-10-28": "Public Servant's Day", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-02-25": "Ash Wednesday", "2004-03-18": "Autonomy Day", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-09-08": "Our Lady of Nativity", "2004-10-05": "State Creation Day", "2004-10-12": "Our Lady of Aparecida", "2004-10-28": "Public Servant's Day", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-02-09": "Ash Wednesday", "2005-03-18": "Autonomy Day", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-09-08": "Our Lady of Nativity", "2005-10-05": "State Creation Day", "2005-10-12": "Our Lady of Aparecida", "2005-10-28": "Public Servant's Day", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-03-01": "Ash Wednesday", "2006-03-18": "Autonomy Day", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-09-08": "Our Lady of Nativity", "2006-10-05": "State Creation Day", "2006-10-12": "Our Lady of Aparecida", "2006-10-28": "Public Servant's Day", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-02-21": "Ash Wednesday", "2007-03-18": "Autonomy Day", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-09-08": "Our Lady of Nativity", "2007-10-05": "State Creation Day", "2007-10-12": "Our Lady of Aparecida", "2007-10-28": "Public Servant's Day", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-02-06": "Ash Wednesday", "2008-03-18": "Autonomy Day", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-09-08": "Our Lady of Nativity", "2008-10-05": "State Creation Day", "2008-10-12": "Our Lady of Aparecida", "2008-10-28": "Public Servant's Day", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-02-25": "Ash Wednesday", "2009-03-18": "Autonomy Day", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-09-08": "Our Lady of Nativity", "2009-10-05": "State Creation Day", "2009-10-12": "Our Lady of Aparecida", "2009-10-28": "Public Servant's Day", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-02-17": "Ash Wednesday", "2010-03-18": "Autonomy Day", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-09-08": "Our Lady of Nativity", "2010-10-05": "State Creation Day", "2010-10-12": "Our Lady of Aparecida", "2010-10-28": "Public Servant's Day", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-03-09": "Ash Wednesday", "2011-03-18": "Autonomy Day", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-09-08": "Our Lady of Nativity", "2011-10-05": "State Creation Day", "2011-10-12": "Our Lady of Aparecida", "2011-10-28": "Public Servant's Day", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-02-22": "Ash Wednesday", "2012-03-18": "Autonomy Day", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-09-08": "Our Lady of Nativity", "2012-10-05": "State Creation Day", "2012-10-12": "Our Lady of Aparecida", "2012-10-28": "Public Servant's Day", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-02-13": "Ash Wednesday", "2013-03-18": "Autonomy Day", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-09-08": "Our Lady of Nativity", "2013-10-05": "State Creation Day", "2013-10-12": "Our Lady of Aparecida", "2013-10-28": "Public Servant's Day", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-03-05": "Ash Wednesday", "2014-03-18": "Autonomy Day", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-09-08": "Our Lady of Nativity", "2014-10-05": "State Creation Day", "2014-10-12": "Our Lady of Aparecida", "2014-10-28": "Public Servant's Day", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-02-18": "Ash Wednesday", "2015-03-18": "Autonomy Day", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-09-08": "Our Lady of Nativity", "2015-10-05": "State Creation Day", "2015-10-12": "Our Lady of Aparecida", "2015-10-28": "Public Servant's Day", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-02-10": "Ash Wednesday", "2016-03-18": "Autonomy Day", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-09-08": "Our Lady of Nativity", "2016-10-05": "State Creation Day", "2016-10-12": "Our Lady of Aparecida", "2016-10-28": "Public Servant's Day", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-03-01": "Ash Wednesday", "2017-03-18": "Autonomy Day", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-09-08": "Our Lady of Nativity", "2017-10-05": "State Creation Day", "2017-10-12": "Our Lady of Aparecida", "2017-10-28": "Public Servant's Day", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-02-14": "Ash Wednesday", "2018-03-18": "Autonomy Day", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-09-08": "Our Lady of Nativity", "2018-10-05": "State Creation Day", "2018-10-12": "Our Lady of Aparecida", "2018-10-28": "Public Servant's Day", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-03-06": "Ash Wednesday", "2019-03-18": "Autonomy Day", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-09-08": "Our Lady of Nativity", "2019-10-05": "State Creation Day", "2019-10-12": "Our Lady of Aparecida", "2019-10-28": "Public Servant's Day", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-02-26": "Ash Wednesday", "2020-03-18": "Autonomy Day", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-09-08": "Our Lady of Nativity", "2020-10-05": "State Creation Day", "2020-10-12": "Our Lady of Aparecida", "2020-10-28": "Public Servant's Day", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-02-17": "Ash Wednesday", "2021-03-18": "Autonomy Day", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-09-08": "Our Lady of Nativity", "2021-10-05": "State Creation Day", "2021-10-12": "Our Lady of Aparecida", "2021-10-28": "Public Servant's Day", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-03-02": "Ash Wednesday", "2022-03-18": "Autonomy Day", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-09-08": "Our Lady of Nativity", "2022-10-05": "State Creation Day", "2022-10-12": "Our Lady of Aparecida", "2022-10-28": "Public Servant's Day", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-02-22": "Ash Wednesday", "2023-03-18": "Autonomy Day", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-09-08": "Our Lady of Nativity", "2023-10-05": "State Creation Day", "2023-10-12": "Our Lady of Aparecida", "2023-10-28": "Public Servant's Day", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-02-14": "Ash Wednesday", "2024-03-18": "Autonomy Day", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-09-08": "Our Lady of Nativity", "2024-10-05": "State Creation Day", "2024-10-12": "Our Lady of Aparecida", "2024-10-28": "Public Servant's Day", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-03-05": "Ash Wednesday", "2025-03-18": "Autonomy Day", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-09-08": "Our Lady of Nativity", "2025-10-05": "State Creation Day", "2025-10-12": "Our Lady of Aparecida", "2025-10-28": "Public Servant's Day", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-02-18": "Ash Wednesday", "2026-03-18": "Autonomy Day", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-09-08": "Our Lady of Nativity", "2026-10-05": "State Creation Day", "2026-10-12": "Our Lady of Aparecida", "2026-10-28": "Public Servant's Day", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-02-10": "Ash Wednesday", "2027-03-18": "Autonomy Day", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-09-08": "Our Lady of Nativity", "2027-10-05": "State Creation Day", "2027-10-12": "Our Lady of Aparecida", "2027-10-28": "Public Servant's Day", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-03-01": "Ash Wednesday", "2028-03-18": "Autonomy Day", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-09-08": "Our Lady of Nativity", "2028-10-05": "State Creation Day", "2028-10-12": "Our Lady of Aparecida", "2028-10-28": "Public Servant's Day", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-02-14": "Ash Wednesday", "2029-03-18": "Autonomy Day", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-09-08": "Our Lady of Nativity", "2029-10-05": "State Creation Day", "2029-10-12": "Our Lady of Aparecida", "2029-10-28": "Public Servant's Day", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-03-06": "Ash Wednesday", "2030-03-18": "Autonomy Day", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-09-08": "Our Lady of Nativity", "2030-10-05": "State Creation Day", "2030-10-12": "Our Lady of Aparecida", "2030-10-28": "Public Servant's Day", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-02-26": "Ash Wednesday", "2031-03-18": "Autonomy Day", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-09-08": "Our Lady of Nativity", "2031-10-05": "State Creation Day", "2031-10-12": "Our Lady of Aparecida", "2031-10-28": "Public Servant's Day", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-02-11": "Ash Wednesday", "2032-03-18": "Autonomy Day", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-09-08": "Our Lady of Nativity", "2032-10-05": "State Creation Day", "2032-10-12": "Our Lady of Aparecida", "2032-10-28": "Public Servant's Day", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-03-02": "Ash Wednesday", "2033-03-18": "Autonomy Day", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-09-08": "Our Lady of Nativity", "2033-10-05": "State Creation Day", "2033-10-12": "Our Lady of Aparecida", "2033-10-28": "Public Servant's Day", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-02-22": "Ash Wednesday", "2034-03-18": "Autonomy Day", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-09-08": "Our Lady of Nativity", "2034-10-05": "State Creation Day", "2034-10-12": "Our Lady of Aparecida", "2034-10-28": "Public Servant's Day", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-02-07": "Ash Wednesday", "2035-03-18": "Autonomy Day", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-09-08": "Our Lady of Nativity", "2035-10-05": "State Creation Day", "2035-10-12": "Our Lady of Aparecida", "2035-10-28": "Public Servant's Day", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-02-27": "Ash Wednesday", "2036-03-18": "Autonomy Day", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-09-08": "Our Lady of Nativity", "2036-10-05": "State Creation Day", "2036-10-12": "Our Lady of Aparecida", "2036-10-28": "Public Servant's Day", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-02-18": "Ash Wednesday", "2037-03-18": "Autonomy Day", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-09-08": "Our Lady of Nativity", "2037-10-05": "State Creation Day", "2037-10-12": "Our Lady of Aparecida", "2037-10-28": "Public Servant's Day", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-03-10": "Ash Wednesday", "2038-03-18": "Autonomy Day", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-09-08": "Our Lady of Nativity", "2038-10-05": "State Creation Day", "2038-10-12": "Our Lady of Aparecida", "2038-10-28": "Public Servant's Day", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-02-23": "Ash Wednesday", "2039-03-18": "Autonomy Day", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-09-08": "Our Lady of Nativity", "2039-10-05": "State Creation Day", "2039-10-12": "Our Lady of Aparecida", "2039-10-28": "Public Servant's Day", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-02-15": "Ash Wednesday", "2040-03-18": "Autonomy Day", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-09-08": "Our Lady of Nativity", "2040-10-05": "State Creation Day", "2040-10-12": "Our Lady of Aparecida", "2040-10-28": "Public Servant's Day", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-03-06": "Ash Wednesday", "2041-03-18": "Autonomy Day", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-09-08": "Our Lady of Nativity", "2041-10-05": "State Creation Day", "2041-10-12": "Our Lady of Aparecida", "2041-10-28": "Public Servant's Day", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-02-19": "Ash Wednesday", "2042-03-18": "Autonomy Day", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-09-08": "Our Lady of Nativity", "2042-10-05": "State Creation Day", "2042-10-12": "Our Lady of Aparecida", "2042-10-28": "Public Servant's Day", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-02-11": "Ash Wednesday", "2043-03-18": "Autonomy Day", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-09-08": "Our Lady of Nativity", "2043-10-05": "State Creation Day", "2043-10-12": "Our Lady of Aparecida", "2043-10-28": "Public Servant's Day", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-03-02": "Ash Wednesday", "2044-03-18": "Autonomy Day", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-09-08": "Our Lady of Nativity", "2044-10-05": "State Creation Day", "2044-10-12": "Our Lady of Aparecida", "2044-10-28": "Public Servant's Day", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-02-22": "Ash Wednesday", "2045-03-18": "Autonomy Day", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-09-08": "Our Lady of Nativity", "2045-10-05": "State Creation Day", "2045-10-12": "Our Lady of Aparecida", "2045-10-28": "Public Servant's Day", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-02-07": "Ash Wednesday", "2046-03-18": "Autonomy Day", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-09-08": "Our Lady of Nativity", "2046-10-05": "State Creation Day", "2046-10-12": "Our Lady of Aparecida", "2046-10-28": "Public Servant's Day", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-02-27": "Ash Wednesday", "2047-03-18": "Autonomy Day", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-09-08": "Our Lady of Nativity", "2047-10-05": "State Creation Day", "2047-10-12": "Our Lady of Aparecida", "2047-10-28": "Public Servant's Day", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-02-19": "Ash Wednesday", "2048-03-18": "Autonomy Day", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-09-08": "Our Lady of Nativity", "2048-10-05": "State Creation Day", "2048-10-12": "Our Lady of Aparecida", "2048-10-28": "Public Servant's Day", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-03-03": "Ash Wednesday", "2049-03-18": "Autonomy Day", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-09-08": "Our Lady of Nativity", "2049-10-05": "State Creation Day", "2049-10-12": "Our Lady of Aparecida", "2049-10-28": "Public Servant's Day", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-02-23": "Ash Wednesday", "2050-03-18": "Autonomy Day", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-09-08": "Our Lady of Nativity", "2050-10-05": "State Creation Day", "2050-10-12": "Our Lady of Aparecida", "2050-10-28": "Public Servant's Day", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/BS_COMMON.json000066400000000000000000001042641500152103600215610ustar00rootroot00000000000000{ "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-06-03": "Whit Monday", "1974-06-07": "Labour Day", "1974-07-10": "Independence Day", "1974-08-05": "Emancipation Day", "1974-10-12": "Discovery Day", "1974-10-14": "Discovery Day (observed)", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-03": "New Year's Day (observed)", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-19": "Whit Monday", "1975-06-06": "Labour Day", "1975-07-10": "Independence Day", "1975-08-04": "Emancipation Day", "1975-10-12": "Discovery Day", "1975-10-13": "Discovery Day (observed)", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "New Year's Day (observed)", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-06-04": "Labour Day", "1976-06-07": "Whit Monday", "1976-07-10": "Independence Day", "1976-07-12": "Independence Day (observed)", "1976-08-02": "Emancipation Day", "1976-10-11": "Discovery Day (observed)", "1976-10-12": "Discovery Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-30": "Whit Monday", "1977-06-03": "Labour Day", "1977-07-10": "Independence Day", "1977-07-11": "Independence Day (observed)", "1977-08-01": "Emancipation Day", "1977-10-12": "Discovery Day", "1977-10-14": "Discovery Day (observed)", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-15": "Whit Monday", "1978-06-02": "Labour Day", "1978-07-10": "Independence Day", "1978-08-07": "Emancipation Day", "1978-10-12": "Discovery Day", "1978-10-13": "Discovery Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-06-01": "Labour Day", "1979-06-04": "Whit Monday", "1979-07-10": "Independence Day", "1979-08-06": "Emancipation Day", "1979-10-12": "Discovery Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1979-12-31": "New Year's Day (observed)", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-26": "Whit Monday", "1980-06-06": "Labour Day", "1980-07-10": "Independence Day", "1980-08-04": "Emancipation Day", "1980-10-12": "Discovery Day", "1980-10-13": "Discovery Day (observed)", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "New Year's Day (observed)", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-06-05": "Labour Day", "1981-06-08": "Whit Monday", "1981-07-10": "Independence Day", "1981-08-03": "Emancipation Day", "1981-10-12": "Discovery Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-31": "Whit Monday", "1982-06-04": "Labour Day", "1982-07-10": "Independence Day", "1982-07-12": "Independence Day (observed)", "1982-08-02": "Emancipation Day", "1982-10-11": "Discovery Day (observed)", "1982-10-12": "Discovery Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-23": "Whit Monday", "1983-06-03": "Labour Day", "1983-07-10": "Independence Day", "1983-07-11": "Independence Day (observed)", "1983-08-01": "Emancipation Day", "1983-10-12": "Discovery Day", "1983-10-14": "Discovery Day (observed)", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-06-01": "Labour Day", "1984-06-11": "Whit Monday", "1984-07-10": "Independence Day", "1984-08-06": "Emancipation Day", "1984-10-12": "Discovery Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1984-12-31": "New Year's Day (observed)", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-27": "Whit Monday", "1985-06-07": "Labour Day", "1985-07-10": "Independence Day", "1985-08-05": "Emancipation Day", "1985-10-12": "Discovery Day", "1985-10-14": "Discovery Day (observed)", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-03": "New Year's Day (observed)", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-19": "Whit Monday", "1986-06-06": "Labour Day", "1986-07-10": "Independence Day", "1986-08-04": "Emancipation Day", "1986-10-12": "Discovery Day", "1986-10-13": "Discovery Day (observed)", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "New Year's Day (observed)", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-06-05": "Labour Day", "1987-06-08": "Whit Monday", "1987-07-10": "Independence Day", "1987-08-03": "Emancipation Day", "1987-10-12": "Discovery Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-23": "Whit Monday", "1988-06-03": "Labour Day", "1988-07-10": "Independence Day", "1988-07-11": "Independence Day (observed)", "1988-08-01": "Emancipation Day", "1988-10-12": "Discovery Day", "1988-10-14": "Discovery Day (observed)", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-15": "Whit Monday", "1989-06-02": "Labour Day", "1989-07-10": "Independence Day", "1989-08-07": "Emancipation Day", "1989-10-12": "Discovery Day", "1989-10-13": "Discovery Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-06-01": "Labour Day", "1990-06-04": "Whit Monday", "1990-07-10": "Independence Day", "1990-08-06": "Emancipation Day", "1990-10-12": "Discovery Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1990-12-31": "New Year's Day (observed)", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-20": "Whit Monday", "1991-06-07": "Labour Day", "1991-07-10": "Independence Day", "1991-08-05": "Emancipation Day", "1991-10-12": "Discovery Day", "1991-10-14": "Discovery Day (observed)", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-03": "New Year's Day (observed)", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-06-05": "Labour Day", "1992-06-08": "Whit Monday", "1992-07-10": "Independence Day", "1992-08-03": "Emancipation Day", "1992-10-12": "Discovery Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-31": "Whit Monday", "1993-06-04": "Labour Day", "1993-07-10": "Independence Day", "1993-07-12": "Independence Day (observed)", "1993-08-02": "Emancipation Day", "1993-10-11": "Discovery Day (observed)", "1993-10-12": "Discovery Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-23": "Whit Monday", "1994-06-03": "Labour Day", "1994-07-10": "Independence Day", "1994-07-11": "Independence Day (observed)", "1994-08-01": "Emancipation Day", "1994-10-12": "Discovery Day", "1994-10-14": "Discovery Day (observed)", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-06-02": "Labour Day", "1995-06-05": "Whit Monday", "1995-07-10": "Independence Day", "1995-08-07": "Emancipation Day", "1995-10-12": "Discovery Day", "1995-10-13": "Discovery Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-27": "Whit Monday", "1996-06-07": "Labour Day", "1996-07-10": "Independence Day", "1996-08-05": "Emancipation Day", "1996-10-12": "Discovery Day", "1996-10-14": "Discovery Day (observed)", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-03": "New Year's Day (observed)", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-19": "Whit Monday", "1997-06-06": "Labour Day", "1997-07-10": "Independence Day", "1997-08-04": "Emancipation Day", "1997-10-12": "Discovery Day", "1997-10-13": "Discovery Day (observed)", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day (observed)", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-06-01": "Whit Monday", "1998-06-05": "Labour Day", "1998-07-10": "Independence Day", "1998-08-03": "Emancipation Day", "1998-10-12": "Discovery Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-24": "Whit Monday", "1999-06-04": "Labour Day", "1999-07-10": "Independence Day", "1999-07-12": "Independence Day (observed)", "1999-08-02": "Emancipation Day", "1999-10-11": "Discovery Day (observed)", "1999-10-12": "Discovery Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-02": "Labour Day", "2000-06-12": "Whit Monday", "2000-07-10": "Independence Day", "2000-08-07": "Emancipation Day", "2000-10-12": "Discovery Day", "2000-10-13": "Discovery Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-06-01": "Labour Day", "2001-06-04": "Whit Monday", "2001-07-10": "Independence Day", "2001-08-06": "Emancipation Day", "2001-10-12": "Discovery Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2001-12-31": "New Year's Day (observed)", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-20": "Whit Monday", "2002-06-07": "Labour Day", "2002-07-10": "Independence Day", "2002-08-05": "Emancipation Day", "2002-10-12": "Discovery Day", "2002-10-14": "Discovery Day (observed)", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-03": "New Year's Day (observed)", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-06-06": "Labour Day", "2003-06-09": "Whit Monday", "2003-07-10": "Independence Day", "2003-08-04": "Emancipation Day", "2003-10-12": "Discovery Day", "2003-10-13": "Discovery Day (observed)", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day (observed)", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-31": "Whit Monday", "2004-06-04": "Labour Day", "2004-07-10": "Independence Day", "2004-07-12": "Independence Day (observed)", "2004-08-02": "Emancipation Day", "2004-10-11": "Discovery Day (observed)", "2004-10-12": "Discovery Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-16": "Whit Monday", "2005-06-03": "Labour Day", "2005-07-10": "Independence Day", "2005-07-11": "Independence Day (observed)", "2005-08-01": "Emancipation Day", "2005-10-12": "Discovery Day", "2005-10-14": "Discovery Day (observed)", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-06-02": "Labour Day", "2006-06-05": "Whit Monday", "2006-07-10": "Independence Day", "2006-08-07": "Emancipation Day", "2006-10-12": "Discovery Day", "2006-10-13": "Discovery Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-28": "Whit Monday", "2007-06-01": "Labour Day", "2007-07-10": "Independence Day", "2007-08-06": "Emancipation Day", "2007-10-12": "Discovery Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2007-12-31": "New Year's Day (observed)", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-12": "Whit Monday", "2008-06-06": "Labour Day", "2008-07-10": "Independence Day", "2008-08-04": "Emancipation Day", "2008-10-12": "Discovery Day", "2008-10-13": "Discovery Day (observed)", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day (observed)", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-06-01": "Whit Monday", "2009-06-05": "Labour Day", "2009-07-10": "Independence Day", "2009-08-03": "Emancipation Day", "2009-10-12": "Discovery Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-24": "Whit Monday", "2010-06-04": "Labour Day", "2010-07-10": "Independence Day", "2010-07-12": "Independence Day (observed)", "2010-08-02": "Emancipation Day", "2010-10-11": "Discovery Day (observed)", "2010-10-12": "Discovery Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-03": "Labour Day", "2011-06-13": "Whit Monday", "2011-07-10": "Independence Day", "2011-07-11": "Independence Day (observed)", "2011-08-01": "Emancipation Day", "2011-10-12": "Discovery Day", "2011-10-14": "Discovery Day (observed)", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-28": "Whit Monday", "2012-06-01": "Labour Day", "2012-07-10": "Independence Day", "2012-08-06": "Emancipation Day", "2012-10-12": "Discovery Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-20": "Whit Monday", "2013-06-07": "Randol Fawkes Labour Day", "2013-07-10": "Independence Day", "2013-08-05": "Emancipation Day", "2013-10-14": "National Heroes Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-10": "Majority Rule Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-06-06": "Randol Fawkes Labour Day", "2014-06-09": "Whit Monday", "2014-07-10": "Independence Day", "2014-08-04": "Emancipation Day", "2014-10-13": "National Heroes Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-10": "Majority Rule Day", "2015-01-12": "Majority Rule Day (observed)", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-25": "Whit Monday", "2015-06-05": "Randol Fawkes Labour Day", "2015-07-10": "Independence Day", "2015-08-03": "Emancipation Day", "2015-10-12": "National Heroes Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-10": "Majority Rule Day", "2016-01-11": "Majority Rule Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-16": "Whit Monday", "2016-06-03": "Randol Fawkes Labour Day", "2016-07-10": "Independence Day", "2016-07-11": "Independence Day (observed)", "2016-08-01": "Emancipation Day", "2016-10-10": "National Heroes Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-10": "Majority Rule Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-06-02": "Randol Fawkes Labour Day", "2017-06-05": "Whit Monday", "2017-07-10": "Independence Day", "2017-08-07": "Emancipation Day", "2017-10-09": "National Heroes Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-10": "Majority Rule Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-21": "Whit Monday", "2018-06-01": "Randol Fawkes Labour Day", "2018-07-10": "Independence Day", "2018-08-06": "Emancipation Day", "2018-10-08": "National Heroes Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-10": "Majority Rule Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-06-07": "Randol Fawkes Labour Day", "2019-06-10": "Whit Monday", "2019-07-10": "Independence Day", "2019-08-05": "Emancipation Day", "2019-10-14": "National Heroes Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-10": "Majority Rule Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-06-01": "Whit Monday", "2020-06-05": "Randol Fawkes Labour Day", "2020-07-10": "Independence Day", "2020-08-03": "Emancipation Day", "2020-10-12": "National Heroes Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-10": "Majority Rule Day", "2021-01-11": "Majority Rule Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-24": "Whit Monday", "2021-06-04": "Randol Fawkes Labour Day", "2021-07-10": "Independence Day", "2021-07-12": "Independence Day (observed)", "2021-08-02": "Emancipation Day", "2021-10-11": "National Heroes Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-10": "Majority Rule Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-06-03": "Randol Fawkes Labour Day", "2022-06-06": "Whit Monday", "2022-07-10": "Independence Day", "2022-07-11": "Independence Day (observed)", "2022-08-01": "Emancipation Day", "2022-09-19": "State Funeral of Queen Elizabeth II", "2022-10-10": "National Heroes Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-10": "Majority Rule Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-29": "Whit Monday", "2023-06-02": "Randol Fawkes Labour Day", "2023-07-10": "Independence Day", "2023-08-07": "Emancipation Day", "2023-10-09": "National Heroes Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-10": "Majority Rule Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-20": "Whit Monday", "2024-06-07": "Randol Fawkes Labour Day", "2024-07-10": "Independence Day", "2024-08-05": "Emancipation Day", "2024-10-14": "National Heroes Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-10": "Majority Rule Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-06-06": "Randol Fawkes Labour Day", "2025-06-09": "Whit Monday", "2025-07-10": "Independence Day", "2025-08-04": "Emancipation Day", "2025-10-13": "National Heroes Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-10": "Majority Rule Day", "2026-01-12": "Majority Rule Day (observed)", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-25": "Whit Monday", "2026-06-05": "Randol Fawkes Labour Day", "2026-07-10": "Independence Day", "2026-08-03": "Emancipation Day", "2026-10-12": "National Heroes Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-10": "Majority Rule Day", "2027-01-11": "Majority Rule Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-17": "Whit Monday", "2027-06-04": "Randol Fawkes Labour Day", "2027-07-10": "Independence Day", "2027-07-12": "Independence Day (observed)", "2027-08-02": "Emancipation Day", "2027-10-11": "National Heroes Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-10": "Majority Rule Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-06-02": "Randol Fawkes Labour Day", "2028-06-05": "Whit Monday", "2028-07-10": "Independence Day", "2028-08-07": "Emancipation Day", "2028-10-09": "National Heroes Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-10": "Majority Rule Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-21": "Whit Monday", "2029-06-01": "Randol Fawkes Labour Day", "2029-07-10": "Independence Day", "2029-08-06": "Emancipation Day", "2029-10-08": "National Heroes Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-10": "Majority Rule Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-06-07": "Randol Fawkes Labour Day", "2030-06-10": "Whit Monday", "2030-07-10": "Independence Day", "2030-08-05": "Emancipation Day", "2030-10-14": "National Heroes Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-10": "Majority Rule Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-06-02": "Whit Monday", "2031-06-06": "Randol Fawkes Labour Day", "2031-07-10": "Independence Day", "2031-08-04": "Emancipation Day", "2031-10-13": "National Heroes Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-10": "Majority Rule Day", "2032-01-12": "Majority Rule Day (observed)", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-17": "Whit Monday", "2032-06-04": "Randol Fawkes Labour Day", "2032-07-10": "Independence Day", "2032-07-12": "Independence Day (observed)", "2032-08-02": "Emancipation Day", "2032-10-11": "National Heroes Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-10": "Majority Rule Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-06-03": "Randol Fawkes Labour Day", "2033-06-06": "Whit Monday", "2033-07-10": "Independence Day", "2033-07-11": "Independence Day (observed)", "2033-08-01": "Emancipation Day", "2033-10-10": "National Heroes Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-10": "Majority Rule Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-29": "Whit Monday", "2034-06-02": "Randol Fawkes Labour Day", "2034-07-10": "Independence Day", "2034-08-07": "Emancipation Day", "2034-10-09": "National Heroes Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-10": "Majority Rule Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-14": "Whit Monday", "2035-06-01": "Randol Fawkes Labour Day", "2035-07-10": "Independence Day", "2035-08-06": "Emancipation Day", "2035-10-08": "National Heroes Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-10": "Majority Rule Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-06-02": "Whit Monday", "2036-06-06": "Randol Fawkes Labour Day", "2036-07-10": "Independence Day", "2036-08-04": "Emancipation Day", "2036-10-13": "National Heroes Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-10": "Majority Rule Day", "2037-01-12": "Majority Rule Day (observed)", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-25": "Whit Monday", "2037-06-05": "Randol Fawkes Labour Day", "2037-07-10": "Independence Day", "2037-08-03": "Emancipation Day", "2037-10-12": "National Heroes Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-10": "Majority Rule Day", "2038-01-11": "Majority Rule Day (observed)", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-04": "Randol Fawkes Labour Day", "2038-06-14": "Whit Monday", "2038-07-10": "Independence Day", "2038-07-12": "Independence Day (observed)", "2038-08-02": "Emancipation Day", "2038-10-11": "National Heroes Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-10": "Majority Rule Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-30": "Whit Monday", "2039-06-03": "Randol Fawkes Labour Day", "2039-07-10": "Independence Day", "2039-07-11": "Independence Day (observed)", "2039-08-01": "Emancipation Day", "2039-10-10": "National Heroes Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-10": "Majority Rule Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-21": "Whit Monday", "2040-06-01": "Randol Fawkes Labour Day", "2040-07-10": "Independence Day", "2040-08-06": "Emancipation Day", "2040-10-08": "National Heroes Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-10": "Majority Rule Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-06-07": "Randol Fawkes Labour Day", "2041-06-10": "Whit Monday", "2041-07-10": "Independence Day", "2041-08-05": "Emancipation Day", "2041-10-14": "National Heroes Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-10": "Majority Rule Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-26": "Whit Monday", "2042-06-06": "Randol Fawkes Labour Day", "2042-07-10": "Independence Day", "2042-08-04": "Emancipation Day", "2042-10-13": "National Heroes Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-10": "Majority Rule Day", "2043-01-12": "Majority Rule Day (observed)", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-18": "Whit Monday", "2043-06-05": "Randol Fawkes Labour Day", "2043-07-10": "Independence Day", "2043-08-03": "Emancipation Day", "2043-10-12": "National Heroes Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-10": "Majority Rule Day", "2044-01-11": "Majority Rule Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-06-03": "Randol Fawkes Labour Day", "2044-06-06": "Whit Monday", "2044-07-10": "Independence Day", "2044-07-11": "Independence Day (observed)", "2044-08-01": "Emancipation Day", "2044-10-10": "National Heroes Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-10": "Majority Rule Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-29": "Whit Monday", "2045-06-02": "Randol Fawkes Labour Day", "2045-07-10": "Independence Day", "2045-08-07": "Emancipation Day", "2045-10-09": "National Heroes Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-10": "Majority Rule Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-14": "Whit Monday", "2046-06-01": "Randol Fawkes Labour Day", "2046-07-10": "Independence Day", "2046-08-06": "Emancipation Day", "2046-10-08": "National Heroes Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-10": "Majority Rule Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-06-03": "Whit Monday", "2047-06-07": "Randol Fawkes Labour Day", "2047-07-10": "Independence Day", "2047-08-05": "Emancipation Day", "2047-10-14": "National Heroes Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-10": "Majority Rule Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-25": "Whit Monday", "2048-06-05": "Randol Fawkes Labour Day", "2048-07-10": "Independence Day", "2048-08-03": "Emancipation Day", "2048-10-12": "National Heroes Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-10": "Majority Rule Day", "2049-01-11": "Majority Rule Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-06-04": "Randol Fawkes Labour Day", "2049-06-07": "Whit Monday", "2049-07-10": "Independence Day", "2049-07-12": "Independence Day (observed)", "2049-08-02": "Emancipation Day", "2049-10-11": "National Heroes Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-10": "Majority Rule Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-30": "Whit Monday", "2050-06-03": "Randol Fawkes Labour Day", "2050-07-10": "Independence Day", "2050-07-11": "Independence Day (observed)", "2050-08-01": "Emancipation Day", "2050-10-10": "National Heroes Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BW_COMMON.json000066400000000000000000001346611500152103600215710ustar00rootroot00000000000000{ "1966-01-01": "New Year's Day", "1966-01-02": "New Year's Day Holiday", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-04-11": "Easter Monday", "1966-05-01": "Labour Day", "1966-05-19": "Ascension Day", "1966-07-01": "Sir Seretse Khama Day", "1966-07-18": "President's Day", "1966-07-19": "President's Day Holiday", "1966-09-30": "Botswana Day", "1966-10-01": "Botswana Day Holiday", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day Holiday", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-03-27": "Easter Monday", "1967-05-01": "Labour Day", "1967-05-04": "Ascension Day", "1967-07-01": "Sir Seretse Khama Day", "1967-07-17": "President's Day", "1967-07-18": "President's Day Holiday", "1967-09-30": "Botswana Day", "1967-10-01": "Botswana Day Holiday", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "New Year's Day Holiday", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-04-15": "Easter Monday", "1968-05-01": "Labour Day", "1968-05-23": "Ascension Day", "1968-07-01": "Sir Seretse Khama Day", "1968-07-15": "President's Day", "1968-07-16": "President's Day Holiday", "1968-09-30": "Botswana Day", "1968-10-01": "Botswana Day Holiday", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "New Year's Day Holiday", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-04-07": "Easter Monday", "1969-05-01": "Labour Day", "1969-05-15": "Ascension Day", "1969-07-01": "Sir Seretse Khama Day", "1969-07-21": "President's Day", "1969-07-22": "President's Day Holiday", "1969-09-30": "Botswana Day", "1969-10-01": "Botswana Day Holiday", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "New Year's Day Holiday", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-03-30": "Easter Monday", "1970-05-01": "Labour Day", "1970-05-07": "Ascension Day", "1970-07-01": "Sir Seretse Khama Day", "1970-07-20": "President's Day", "1970-07-21": "President's Day Holiday", "1970-09-30": "Botswana Day", "1970-10-01": "Botswana Day Holiday", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-01-02": "New Year's Day Holiday", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-04-12": "Easter Monday", "1971-05-01": "Labour Day", "1971-05-20": "Ascension Day", "1971-07-01": "Sir Seretse Khama Day", "1971-07-19": "President's Day", "1971-07-20": "President's Day Holiday", "1971-09-30": "Botswana Day", "1971-10-01": "Botswana Day Holiday", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1972-01-01": "New Year's Day", "1972-01-02": "New Year's Day Holiday", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-04-03": "Easter Monday", "1972-05-01": "Labour Day", "1972-05-11": "Ascension Day", "1972-07-01": "Sir Seretse Khama Day", "1972-07-17": "President's Day", "1972-07-18": "President's Day Holiday", "1972-09-30": "Botswana Day", "1972-10-01": "Botswana Day Holiday", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "New Year's Day Holiday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-04-23": "Easter Monday", "1973-05-01": "Labour Day", "1973-05-31": "Ascension Day", "1973-07-01": "Sir Seretse Khama Day", "1973-07-16": "President's Day", "1973-07-17": "President's Day Holiday", "1973-09-30": "Botswana Day", "1973-10-01": "Botswana Day Holiday", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "New Year's Day Holiday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-04-15": "Easter Monday", "1974-05-01": "Labour Day", "1974-05-23": "Ascension Day", "1974-07-01": "Sir Seretse Khama Day", "1974-07-15": "President's Day", "1974-07-16": "President's Day Holiday", "1974-09-30": "Botswana Day", "1974-10-01": "Botswana Day Holiday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "New Year's Day Holiday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-03-31": "Easter Monday", "1975-05-01": "Labour Day", "1975-05-08": "Ascension Day", "1975-07-01": "Sir Seretse Khama Day", "1975-07-21": "President's Day", "1975-07-22": "President's Day Holiday", "1975-09-30": "Botswana Day", "1975-10-01": "Botswana Day Holiday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "New Year's Day Holiday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-04-19": "Easter Monday", "1976-05-01": "Labour Day", "1976-05-27": "Ascension Day", "1976-07-01": "Sir Seretse Khama Day", "1976-07-19": "President's Day", "1976-07-20": "President's Day Holiday", "1976-09-30": "Botswana Day", "1976-10-01": "Botswana Day Holiday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1977-01-01": "New Year's Day", "1977-01-02": "New Year's Day Holiday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-04-11": "Easter Monday", "1977-05-01": "Labour Day", "1977-05-19": "Ascension Day", "1977-07-01": "Sir Seretse Khama Day", "1977-07-18": "President's Day", "1977-07-19": "President's Day Holiday", "1977-09-30": "Botswana Day", "1977-10-01": "Botswana Day Holiday", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day Holiday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-03-27": "Easter Monday", "1978-05-01": "Labour Day", "1978-05-04": "Ascension Day", "1978-07-01": "Sir Seretse Khama Day", "1978-07-17": "President's Day", "1978-07-18": "President's Day Holiday", "1978-09-30": "Botswana Day", "1978-10-01": "Botswana Day Holiday", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "New Year's Day Holiday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-04-16": "Easter Monday", "1979-05-01": "Labour Day", "1979-05-24": "Ascension Day", "1979-07-01": "Sir Seretse Khama Day", "1979-07-16": "President's Day", "1979-07-17": "President's Day Holiday", "1979-09-30": "Botswana Day", "1979-10-01": "Botswana Day Holiday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "New Year's Day Holiday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-04-07": "Easter Monday", "1980-05-01": "Labour Day", "1980-05-15": "Ascension Day", "1980-07-01": "Sir Seretse Khama Day", "1980-07-21": "President's Day", "1980-07-22": "President's Day Holiday", "1980-09-30": "Botswana Day", "1980-10-01": "Botswana Day Holiday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "New Year's Day Holiday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-04-20": "Easter Monday", "1981-05-01": "Labour Day", "1981-05-28": "Ascension Day", "1981-07-01": "Sir Seretse Khama Day", "1981-07-20": "President's Day", "1981-07-21": "President's Day Holiday", "1981-09-30": "Botswana Day", "1981-10-01": "Botswana Day Holiday", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-01-02": "New Year's Day Holiday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-04-12": "Easter Monday", "1982-05-01": "Labour Day", "1982-05-20": "Ascension Day", "1982-07-01": "Sir Seretse Khama Day", "1982-07-19": "President's Day", "1982-07-20": "President's Day Holiday", "1982-09-30": "Botswana Day", "1982-10-01": "Botswana Day Holiday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1983-01-01": "New Year's Day", "1983-01-02": "New Year's Day Holiday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-04-04": "Easter Monday", "1983-05-01": "Labour Day", "1983-05-12": "Ascension Day", "1983-07-01": "Sir Seretse Khama Day", "1983-07-18": "President's Day", "1983-07-19": "President's Day Holiday", "1983-09-30": "Botswana Day", "1983-10-01": "Botswana Day Holiday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day Holiday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-04-23": "Easter Monday", "1984-05-01": "Labour Day", "1984-05-31": "Ascension Day", "1984-07-01": "Sir Seretse Khama Day", "1984-07-16": "President's Day", "1984-07-17": "President's Day Holiday", "1984-09-30": "Botswana Day", "1984-10-01": "Botswana Day Holiday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "New Year's Day Holiday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-04-08": "Easter Monday", "1985-05-01": "Labour Day", "1985-05-16": "Ascension Day", "1985-07-01": "Sir Seretse Khama Day", "1985-07-15": "President's Day", "1985-07-16": "President's Day Holiday", "1985-09-30": "Botswana Day", "1985-10-01": "Botswana Day Holiday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "New Year's Day Holiday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-03-31": "Easter Monday", "1986-05-01": "Labour Day", "1986-05-08": "Ascension Day", "1986-07-01": "Sir Seretse Khama Day", "1986-07-21": "President's Day", "1986-07-22": "President's Day Holiday", "1986-09-30": "Botswana Day", "1986-10-01": "Botswana Day Holiday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "New Year's Day Holiday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-04-20": "Easter Monday", "1987-05-01": "Labour Day", "1987-05-28": "Ascension Day", "1987-07-01": "Sir Seretse Khama Day", "1987-07-20": "President's Day", "1987-07-21": "President's Day Holiday", "1987-09-30": "Botswana Day", "1987-10-01": "Botswana Day Holiday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-01-02": "New Year's Day Holiday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-04-04": "Easter Monday", "1988-05-01": "Labour Day", "1988-05-12": "Ascension Day", "1988-07-01": "Sir Seretse Khama Day", "1988-07-18": "President's Day", "1988-07-19": "President's Day Holiday", "1988-09-30": "Botswana Day", "1988-10-01": "Botswana Day Holiday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day Holiday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-03-27": "Easter Monday", "1989-05-01": "Labour Day", "1989-05-04": "Ascension Day", "1989-07-01": "Sir Seretse Khama Day", "1989-07-17": "President's Day", "1989-07-18": "President's Day Holiday", "1989-09-30": "Botswana Day", "1989-10-01": "Botswana Day Holiday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "New Year's Day Holiday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-04-16": "Easter Monday", "1990-05-01": "Labour Day", "1990-05-24": "Ascension Day", "1990-07-01": "Sir Seretse Khama Day", "1990-07-16": "President's Day", "1990-07-17": "President's Day Holiday", "1990-09-30": "Botswana Day", "1990-10-01": "Botswana Day Holiday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Day Holiday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-04-01": "Easter Monday", "1991-05-01": "Labour Day", "1991-05-09": "Ascension Day", "1991-07-01": "Sir Seretse Khama Day", "1991-07-15": "President's Day", "1991-07-16": "President's Day Holiday", "1991-09-30": "Botswana Day", "1991-10-01": "Botswana Day Holiday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day Holiday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-04-20": "Easter Monday", "1992-05-01": "Labour Day", "1992-05-28": "Ascension Day", "1992-07-01": "Sir Seretse Khama Day", "1992-07-20": "President's Day", "1992-07-21": "President's Day Holiday", "1992-09-30": "Botswana Day", "1992-10-01": "Botswana Day Holiday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day Holiday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-04-12": "Easter Monday", "1993-05-01": "Labour Day", "1993-05-20": "Ascension Day", "1993-07-01": "Sir Seretse Khama Day", "1993-07-19": "President's Day", "1993-07-20": "President's Day Holiday", "1993-09-30": "Botswana Day", "1993-10-01": "Botswana Day Holiday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day Holiday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-04-04": "Easter Monday", "1994-05-01": "Labour Day", "1994-05-12": "Ascension Day", "1994-07-01": "Sir Seretse Khama Day", "1994-07-18": "President's Day", "1994-07-19": "President's Day Holiday", "1994-09-30": "Botswana Day", "1994-10-01": "Botswana Day Holiday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day Holiday", "1995-01-03": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-04-17": "Easter Monday", "1995-05-01": "Labour Day", "1995-05-25": "Ascension Day", "1995-07-01": "Sir Seretse Khama Day", "1995-07-17": "President's Day", "1995-07-18": "President's Day Holiday", "1995-09-30": "Botswana Day", "1995-10-01": "Botswana Day Holiday", "1995-10-02": "Botswana Day Holiday (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day Holiday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-04-08": "Easter Monday", "1996-05-01": "Labour Day", "1996-05-16": "Ascension Day", "1996-07-01": "Sir Seretse Khama Day", "1996-07-15": "President's Day", "1996-07-16": "President's Day Holiday", "1996-09-30": "Botswana Day", "1996-10-01": "Botswana Day Holiday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day Holiday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-03-31": "Easter Monday", "1997-05-01": "Labour Day", "1997-05-08": "Ascension Day", "1997-07-01": "Sir Seretse Khama Day", "1997-07-21": "President's Day", "1997-07-22": "President's Day Holiday", "1997-09-30": "Botswana Day", "1997-10-01": "Botswana Day Holiday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day Holiday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-04-13": "Easter Monday", "1998-05-01": "Labour Day", "1998-05-21": "Ascension Day", "1998-07-01": "Sir Seretse Khama Day", "1998-07-20": "President's Day", "1998-07-21": "President's Day Holiday", "1998-09-30": "Botswana Day", "1998-10-01": "Botswana Day Holiday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day Holiday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-04-05": "Easter Monday", "1999-05-01": "Labour Day", "1999-05-13": "Ascension Day", "1999-07-01": "Sir Seretse Khama Day", "1999-07-19": "President's Day", "1999-07-20": "President's Day Holiday", "1999-09-30": "Botswana Day", "1999-10-01": "Botswana Day Holiday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day Holiday", "2000-01-03": "New Year's Day Holiday (observed)", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-06-01": "Ascension Day", "2000-07-01": "Sir Seretse Khama Day", "2000-07-17": "President's Day", "2000-07-18": "President's Day Holiday", "2000-09-30": "Botswana Day", "2000-10-01": "Botswana Day Holiday", "2000-10-02": "Botswana Day Holiday (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day Holiday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-04-16": "Easter Monday", "2001-05-01": "Labour Day", "2001-05-24": "Ascension Day", "2001-07-01": "Sir Seretse Khama Day", "2001-07-02": "Sir Seretse Khama Day (observed)", "2001-07-16": "President's Day", "2001-07-17": "President's Day Holiday", "2001-09-30": "Botswana Day", "2001-10-01": "Botswana Day Holiday", "2001-10-02": "Botswana Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day Holiday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-04-01": "Easter Monday", "2002-05-01": "Labour Day", "2002-05-09": "Ascension Day", "2002-07-01": "Sir Seretse Khama Day", "2002-07-15": "President's Day", "2002-07-16": "President's Day Holiday", "2002-09-30": "Botswana Day", "2002-10-01": "Botswana Day Holiday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day Holiday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-04-21": "Easter Monday", "2003-05-01": "Labour Day", "2003-05-29": "Ascension Day", "2003-07-01": "Sir Seretse Khama Day", "2003-07-21": "President's Day", "2003-07-22": "President's Day Holiday", "2003-09-30": "Botswana Day", "2003-10-01": "Botswana Day Holiday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day Holiday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-04-12": "Easter Monday", "2004-05-01": "Labour Day", "2004-05-20": "Ascension Day", "2004-07-01": "Sir Seretse Khama Day", "2004-07-19": "President's Day", "2004-07-20": "President's Day Holiday", "2004-09-30": "Botswana Day", "2004-10-01": "Botswana Day Holiday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day Holiday", "2005-01-03": "New Year's Day Holiday (observed)", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-03-28": "Easter Monday", "2005-05-01": "Labour Day", "2005-05-02": "Labour Day (observed)", "2005-05-05": "Ascension Day", "2005-07-01": "Sir Seretse Khama Day", "2005-07-18": "President's Day", "2005-07-19": "President's Day Holiday", "2005-09-30": "Botswana Day", "2005-10-01": "Botswana Day Holiday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day Holiday", "2006-01-03": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-05-25": "Ascension Day", "2006-07-01": "Sir Seretse Khama Day", "2006-07-17": "President's Day", "2006-07-18": "President's Day Holiday", "2006-09-30": "Botswana Day", "2006-10-01": "Botswana Day Holiday", "2006-10-02": "Botswana Day Holiday (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Day Holiday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-04-09": "Easter Monday", "2007-05-01": "Labour Day", "2007-05-17": "Ascension Day", "2007-07-01": "Sir Seretse Khama Day", "2007-07-02": "Sir Seretse Khama Day (observed)", "2007-07-16": "President's Day", "2007-07-17": "President's Day Holiday", "2007-09-30": "Botswana Day", "2007-10-01": "Botswana Day Holiday", "2007-10-02": "Botswana Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day Holiday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labour Day", "2008-07-01": "Sir Seretse Khama Day", "2008-07-21": "President's Day", "2008-07-22": "President's Day Holiday", "2008-09-30": "Botswana Day", "2008-10-01": "Botswana Day Holiday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day Holiday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-04-13": "Easter Monday", "2009-05-01": "Labour Day", "2009-05-21": "Ascension Day", "2009-07-01": "Sir Seretse Khama Day", "2009-07-20": "President's Day", "2009-07-21": "President's Day Holiday", "2009-09-30": "Botswana Day", "2009-10-01": "Botswana Day Holiday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day Holiday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-04-05": "Easter Monday", "2010-05-01": "Labour Day", "2010-05-13": "Ascension Day", "2010-07-01": "Sir Seretse Khama Day", "2010-07-19": "President's Day", "2010-07-20": "President's Day Holiday", "2010-09-30": "Botswana Day", "2010-10-01": "Botswana Day Holiday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day Holiday", "2011-01-03": "New Year's Day Holiday (observed)", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-04-25": "Easter Monday", "2011-05-01": "Labour Day", "2011-05-02": "Labour Day (observed)", "2011-06-02": "Ascension Day", "2011-07-01": "Sir Seretse Khama Day", "2011-07-18": "President's Day", "2011-07-19": "President's Day Holiday", "2011-09-30": "Botswana Day", "2011-10-01": "Botswana Day Holiday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day Holiday", "2012-01-03": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-04-09": "Easter Monday", "2012-05-01": "Labour Day", "2012-05-17": "Ascension Day", "2012-07-01": "Sir Seretse Khama Day", "2012-07-02": "Sir Seretse Khama Day (observed)", "2012-07-16": "President's Day", "2012-07-17": "President's Day Holiday", "2012-09-30": "Botswana Day", "2012-10-01": "Botswana Day Holiday", "2012-10-02": "Botswana Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day Holiday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-04-01": "Easter Monday", "2013-05-01": "Labour Day", "2013-05-09": "Ascension Day", "2013-07-01": "Sir Seretse Khama Day", "2013-07-15": "President's Day", "2013-07-16": "President's Day Holiday", "2013-09-30": "Botswana Day", "2013-10-01": "Botswana Day Holiday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day Holiday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-04-21": "Easter Monday", "2014-05-01": "Labour Day", "2014-05-29": "Ascension Day", "2014-07-01": "Sir Seretse Khama Day", "2014-07-21": "President's Day", "2014-07-22": "President's Day Holiday", "2014-09-30": "Botswana Day", "2014-10-01": "Botswana Day Holiday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day Holiday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-04-06": "Easter Monday", "2015-05-01": "Labour Day", "2015-05-14": "Ascension Day", "2015-07-01": "Sir Seretse Khama Day", "2015-07-20": "President's Day", "2015-07-21": "President's Day Holiday", "2015-09-30": "Botswana Day", "2015-10-01": "Botswana Day Holiday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day Holiday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-03-28": "Easter Monday", "2016-05-01": "Labour Day", "2016-05-02": "Labour Day (observed)", "2016-05-05": "Ascension Day", "2016-07-01": "Sir Seretse Khama Day", "2016-07-18": "President's Day", "2016-07-19": "President's Day Holiday", "2016-09-30": "Botswana Day", "2016-10-01": "Botswana Day Holiday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day Holiday", "2017-01-03": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-05-25": "Ascension Day", "2017-07-01": "Sir Seretse Khama Day", "2017-07-17": "President's Day", "2017-07-18": "President's Day Holiday", "2017-09-30": "Botswana Day", "2017-10-01": "Botswana Day Holiday", "2017-10-02": "Botswana Day Holiday (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day Holiday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-04-02": "Easter Monday", "2018-05-01": "Labour Day", "2018-05-10": "Ascension Day", "2018-07-01": "Sir Seretse Khama Day", "2018-07-02": "Sir Seretse Khama Day (observed)", "2018-07-16": "President's Day", "2018-07-17": "President's Day Holiday", "2018-09-30": "Botswana Day", "2018-10-01": "Botswana Day Holiday", "2018-10-02": "Botswana Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day Holiday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-04-22": "Easter Monday", "2019-05-01": "Labour Day", "2019-05-30": "Ascension Day", "2019-07-01": "Sir Seretse Khama Day", "2019-07-02": "Public Holiday", "2019-07-15": "President's Day", "2019-07-16": "President's Day Holiday", "2019-09-30": "Botswana Day", "2019-10-01": "Botswana Day Holiday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day Holiday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-04-13": "Easter Monday", "2020-05-01": "Labour Day", "2020-05-21": "Ascension Day", "2020-07-01": "Sir Seretse Khama Day", "2020-07-20": "President's Day", "2020-07-21": "President's Day Holiday", "2020-09-30": "Botswana Day", "2020-10-01": "Botswana Day Holiday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day Holiday", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day Holiday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-04-05": "Easter Monday", "2021-05-01": "Labour Day", "2021-05-03": "Labour Day Holiday", "2021-05-13": "Ascension Day", "2021-07-01": "Sir Seretse Khama Day", "2021-07-19": "President's Day", "2021-07-20": "President's Day Holiday", "2021-09-30": "Botswana Day", "2021-10-01": "Botswana Day Holiday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day Holiday", "2022-01-03": "New Year's Day Holiday (observed)", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-04-18": "Easter Monday", "2022-05-01": "Labour Day", "2022-05-02": "Labour Day (observed)", "2022-05-26": "Ascension Day", "2022-07-01": "Sir Seretse Khama Day", "2022-07-18": "President's Day", "2022-07-19": "President's Day Holiday", "2022-09-30": "Botswana Day", "2022-10-01": "Botswana Day Holiday", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day Holiday", "2023-01-03": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-04-10": "Easter Monday", "2023-05-01": "Labour Day", "2023-05-18": "Ascension Day", "2023-07-01": "Sir Seretse Khama Day", "2023-07-17": "President's Day", "2023-07-18": "President's Day Holiday", "2023-09-30": "Botswana Day", "2023-10-01": "Botswana Day Holiday", "2023-10-02": "Botswana Day Holiday (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day Holiday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-04-01": "Easter Monday", "2024-05-01": "Labour Day", "2024-05-09": "Ascension Day", "2024-07-01": "Sir Seretse Khama Day", "2024-07-15": "President's Day", "2024-07-16": "President's Day Holiday", "2024-09-30": "Botswana Day", "2024-10-01": "Botswana Day Holiday", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day Holiday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-04-21": "Easter Monday", "2025-05-01": "Labour Day", "2025-05-29": "Ascension Day", "2025-07-01": "Sir Seretse Khama Day", "2025-07-21": "President's Day", "2025-07-22": "President's Day Holiday", "2025-09-30": "Botswana Day", "2025-10-01": "Botswana Day Holiday", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day Holiday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-04-06": "Easter Monday", "2026-05-01": "Labour Day", "2026-05-14": "Ascension Day", "2026-07-01": "Sir Seretse Khama Day", "2026-07-20": "President's Day", "2026-07-21": "President's Day Holiday", "2026-09-30": "Botswana Day", "2026-10-01": "Botswana Day Holiday", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day Holiday", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day Holiday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-03-29": "Easter Monday", "2027-05-01": "Labour Day", "2027-05-03": "Labour Day Holiday", "2027-05-06": "Ascension Day", "2027-07-01": "Sir Seretse Khama Day", "2027-07-19": "President's Day", "2027-07-20": "President's Day Holiday", "2027-09-30": "Botswana Day", "2027-10-01": "Botswana Day Holiday", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day Holiday", "2028-01-03": "New Year's Day Holiday (observed)", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-04-17": "Easter Monday", "2028-05-01": "Labour Day", "2028-05-25": "Ascension Day", "2028-07-01": "Sir Seretse Khama Day", "2028-07-17": "President's Day", "2028-07-18": "President's Day Holiday", "2028-09-30": "Botswana Day", "2028-10-01": "Botswana Day Holiday", "2028-10-02": "Botswana Day Holiday (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day Holiday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-04-02": "Easter Monday", "2029-05-01": "Labour Day", "2029-05-10": "Ascension Day", "2029-07-01": "Sir Seretse Khama Day", "2029-07-02": "Sir Seretse Khama Day (observed)", "2029-07-16": "President's Day", "2029-07-17": "President's Day Holiday", "2029-09-30": "Botswana Day", "2029-10-01": "Botswana Day Holiday", "2029-10-02": "Botswana Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day Holiday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-04-22": "Easter Monday", "2030-05-01": "Labour Day", "2030-05-30": "Ascension Day", "2030-07-01": "Sir Seretse Khama Day", "2030-07-15": "President's Day", "2030-07-16": "President's Day Holiday", "2030-09-30": "Botswana Day", "2030-10-01": "Botswana Day Holiday", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day Holiday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-04-14": "Easter Monday", "2031-05-01": "Labour Day", "2031-05-22": "Ascension Day", "2031-07-01": "Sir Seretse Khama Day", "2031-07-21": "President's Day", "2031-07-22": "President's Day Holiday", "2031-09-30": "Botswana Day", "2031-10-01": "Botswana Day Holiday", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day Holiday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-03-29": "Easter Monday", "2032-05-01": "Labour Day", "2032-05-03": "Labour Day Holiday", "2032-05-06": "Ascension Day", "2032-07-01": "Sir Seretse Khama Day", "2032-07-19": "President's Day", "2032-07-20": "President's Day Holiday", "2032-09-30": "Botswana Day", "2032-10-01": "Botswana Day Holiday", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "New Year's Day Holiday", "2033-01-03": "New Year's Day Holiday (observed)", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-04-18": "Easter Monday", "2033-05-01": "Labour Day", "2033-05-02": "Labour Day (observed)", "2033-05-26": "Ascension Day", "2033-07-01": "Sir Seretse Khama Day", "2033-07-18": "President's Day", "2033-07-19": "President's Day Holiday", "2033-09-30": "Botswana Day", "2033-10-01": "Botswana Day Holiday", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day Holiday", "2034-01-03": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-04-10": "Easter Monday", "2034-05-01": "Labour Day", "2034-05-18": "Ascension Day", "2034-07-01": "Sir Seretse Khama Day", "2034-07-17": "President's Day", "2034-07-18": "President's Day Holiday", "2034-09-30": "Botswana Day", "2034-10-01": "Botswana Day Holiday", "2034-10-02": "Botswana Day Holiday (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day Holiday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-03-26": "Easter Monday", "2035-05-01": "Labour Day", "2035-05-03": "Ascension Day", "2035-07-01": "Sir Seretse Khama Day", "2035-07-02": "Sir Seretse Khama Day (observed)", "2035-07-16": "President's Day", "2035-07-17": "President's Day Holiday", "2035-09-30": "Botswana Day", "2035-10-01": "Botswana Day Holiday", "2035-10-02": "Botswana Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day Holiday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-04-14": "Easter Monday", "2036-05-01": "Labour Day", "2036-05-22": "Ascension Day", "2036-07-01": "Sir Seretse Khama Day", "2036-07-21": "President's Day", "2036-07-22": "President's Day Holiday", "2036-09-30": "Botswana Day", "2036-10-01": "Botswana Day Holiday", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day Holiday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-04-06": "Easter Monday", "2037-05-01": "Labour Day", "2037-05-14": "Ascension Day", "2037-07-01": "Sir Seretse Khama Day", "2037-07-20": "President's Day", "2037-07-21": "President's Day Holiday", "2037-09-30": "Botswana Day", "2037-10-01": "Botswana Day Holiday", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day Holiday", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day Holiday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-04-26": "Easter Monday", "2038-05-01": "Labour Day", "2038-05-03": "Labour Day Holiday", "2038-06-03": "Ascension Day", "2038-07-01": "Sir Seretse Khama Day", "2038-07-19": "President's Day", "2038-07-20": "President's Day Holiday", "2038-09-30": "Botswana Day", "2038-10-01": "Botswana Day Holiday", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day Holiday", "2039-01-03": "New Year's Day Holiday (observed)", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-04-11": "Easter Monday", "2039-05-01": "Labour Day", "2039-05-02": "Labour Day (observed)", "2039-05-19": "Ascension Day", "2039-07-01": "Sir Seretse Khama Day", "2039-07-18": "President's Day", "2039-07-19": "President's Day Holiday", "2039-09-30": "Botswana Day", "2039-10-01": "Botswana Day Holiday", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day Holiday", "2040-01-03": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-04-02": "Easter Monday", "2040-05-01": "Labour Day", "2040-05-10": "Ascension Day", "2040-07-01": "Sir Seretse Khama Day", "2040-07-02": "Sir Seretse Khama Day (observed)", "2040-07-16": "President's Day", "2040-07-17": "President's Day Holiday", "2040-09-30": "Botswana Day", "2040-10-01": "Botswana Day Holiday", "2040-10-02": "Botswana Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day Holiday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-04-22": "Easter Monday", "2041-05-01": "Labour Day", "2041-05-30": "Ascension Day", "2041-07-01": "Sir Seretse Khama Day", "2041-07-15": "President's Day", "2041-07-16": "President's Day Holiday", "2041-09-30": "Botswana Day", "2041-10-01": "Botswana Day Holiday", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day Holiday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-04-07": "Easter Monday", "2042-05-01": "Labour Day", "2042-05-15": "Ascension Day", "2042-07-01": "Sir Seretse Khama Day", "2042-07-21": "President's Day", "2042-07-22": "President's Day Holiday", "2042-09-30": "Botswana Day", "2042-10-01": "Botswana Day Holiday", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day Holiday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-03-30": "Easter Monday", "2043-05-01": "Labour Day", "2043-05-07": "Ascension Day", "2043-07-01": "Sir Seretse Khama Day", "2043-07-20": "President's Day", "2043-07-21": "President's Day Holiday", "2043-09-30": "Botswana Day", "2043-10-01": "Botswana Day Holiday", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day Holiday", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day Holiday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-04-18": "Easter Monday", "2044-05-01": "Labour Day", "2044-05-02": "Labour Day (observed)", "2044-05-26": "Ascension Day", "2044-07-01": "Sir Seretse Khama Day", "2044-07-18": "President's Day", "2044-07-19": "President's Day Holiday", "2044-09-30": "Botswana Day", "2044-10-01": "Botswana Day Holiday", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day Holiday", "2045-01-03": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-04-10": "Easter Monday", "2045-05-01": "Labour Day", "2045-05-18": "Ascension Day", "2045-07-01": "Sir Seretse Khama Day", "2045-07-17": "President's Day", "2045-07-18": "President's Day Holiday", "2045-09-30": "Botswana Day", "2045-10-01": "Botswana Day Holiday", "2045-10-02": "Botswana Day Holiday (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day Holiday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-03-26": "Easter Monday", "2046-05-01": "Labour Day", "2046-05-03": "Ascension Day", "2046-07-01": "Sir Seretse Khama Day", "2046-07-02": "Sir Seretse Khama Day (observed)", "2046-07-16": "President's Day", "2046-07-17": "President's Day Holiday", "2046-09-30": "Botswana Day", "2046-10-01": "Botswana Day Holiday", "2046-10-02": "Botswana Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day Holiday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-04-15": "Easter Monday", "2047-05-01": "Labour Day", "2047-05-23": "Ascension Day", "2047-07-01": "Sir Seretse Khama Day", "2047-07-15": "President's Day", "2047-07-16": "President's Day Holiday", "2047-09-30": "Botswana Day", "2047-10-01": "Botswana Day Holiday", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day Holiday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-04-06": "Easter Monday", "2048-05-01": "Labour Day", "2048-05-14": "Ascension Day", "2048-07-01": "Sir Seretse Khama Day", "2048-07-20": "President's Day", "2048-07-21": "President's Day Holiday", "2048-09-30": "Botswana Day", "2048-10-01": "Botswana Day Holiday", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day Holiday", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day Holiday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-04-19": "Easter Monday", "2049-05-01": "Labour Day", "2049-05-03": "Labour Day Holiday", "2049-05-27": "Ascension Day", "2049-07-01": "Sir Seretse Khama Day", "2049-07-19": "President's Day", "2049-07-20": "President's Day Holiday", "2049-09-30": "Botswana Day", "2049-10-01": "Botswana Day Holiday", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day Holiday", "2050-01-03": "New Year's Day Holiday (observed)", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-04-11": "Easter Monday", "2050-05-01": "Labour Day", "2050-05-02": "Labour Day (observed)", "2050-05-19": "Ascension Day", "2050-07-01": "Sir Seretse Khama Day", "2050-07-18": "President's Day", "2050-07-19": "President's Day Holiday", "2050-09-30": "Botswana Day", "2050-10-01": "Botswana Day Holiday", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/BY_COMMON.json000066400000000000000000001653741500152103600216000ustar00rootroot00000000000000{ "1991-01-01": "New Year's Day", "1991-01-07": "Orthodox Christmas Day", "1991-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "1991-03-08": "Women's Day", "1991-04-16": "Radunitsa (Day of Rejoicing)", "1991-05-01": "Labor Day", "1991-05-09": "Victory Day", "1991-07-27": "Independence Day of the Republic of Belarus (Day of the Republic)", "1991-12-25": "Catholic Christmas Day", "1992-01-01": "New Year's Day", "1992-01-07": "Orthodox Christmas Day", "1992-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "1992-03-08": "Women's Day", "1992-04-19": "Catholic Easter", "1992-04-20": "Catholic Easter", "1992-04-26": "Orthodox Easter", "1992-04-27": "Orthodox Easter", "1992-05-01": "Labor Day", "1992-05-05": "Radunitsa (Day of Rejoicing)", "1992-05-09": "Victory Day", "1992-07-27": "Independence Day of the Republic of Belarus (Day of the Republic)", "1992-11-02": "Dzyady (All Souls' Day)", "1992-12-25": "Catholic Christmas Day", "1993-01-01": "New Year's Day", "1993-01-07": "Orthodox Christmas Day", "1993-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "1993-03-08": "Women's Day", "1993-04-11": "Catholic Easter", "1993-04-12": "Catholic Easter", "1993-04-18": "Orthodox Easter", "1993-04-19": "Orthodox Easter", "1993-04-27": "Radunitsa (Day of Rejoicing)", "1993-05-01": "Labor Day", "1993-05-09": "Victory Day", "1993-07-27": "Independence Day of the Republic of Belarus (Day of the Republic)", "1993-11-02": "Dzyady (All Souls' Day)", "1993-12-25": "Catholic Christmas Day", "1994-01-01": "New Year's Day", "1994-01-07": "Orthodox Christmas Day", "1994-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "1994-03-08": "Women's Day", "1994-04-03": "Catholic Easter", "1994-04-04": "Catholic Easter", "1994-05-01": "Labor Day; Orthodox Easter", "1994-05-02": "Orthodox Easter", "1994-05-09": "Victory Day", "1994-05-10": "Radunitsa (Day of Rejoicing)", "1994-07-27": "Independence Day of the Republic of Belarus (Day of the Republic)", "1994-11-02": "Dzyady (All Souls' Day)", "1994-12-25": "Catholic Christmas Day", "1995-01-01": "New Year's Day", "1995-01-07": "Orthodox Christmas Day", "1995-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "1995-03-08": "Women's Day", "1995-03-15": "Constitution Day", "1995-04-16": "Catholic Easter", "1995-04-17": "Catholic Easter", "1995-04-23": "Orthodox Easter", "1995-04-24": "Orthodox Easter", "1995-05-01": "Labor Day", "1995-05-02": "Radunitsa (Day of Rejoicing)", "1995-05-09": "Victory Day", "1995-07-27": "Independence Day of the Republic of Belarus (Day of the Republic)", "1995-11-02": "Dzyady (All Souls' Day)", "1995-11-07": "October Revolution Day", "1995-12-25": "Catholic Christmas Day", "1996-01-01": "New Year's Day", "1996-01-07": "Orthodox Christmas Day", "1996-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "1996-03-08": "Women's Day", "1996-03-15": "Constitution Day", "1996-04-02": "Day of Unity of the Peoples of Belarus and Russia", "1996-04-07": "Catholic Easter", "1996-04-08": "Catholic Easter", "1996-04-14": "Orthodox Easter", "1996-04-15": "Orthodox Easter", "1996-04-23": "Radunitsa (Day of Rejoicing)", "1996-05-01": "Labor Day", "1996-05-09": "Victory Day", "1996-07-27": "Independence Day of the Republic of Belarus (Day of the Republic)", "1996-11-02": "Dzyady (All Souls' Day)", "1996-11-07": "October Revolution Day", "1996-12-25": "Catholic Christmas Day", "1997-01-01": "New Year's Day", "1997-01-07": "Orthodox Christmas Day", "1997-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "1997-03-08": "Women's Day", "1997-03-15": "Constitution Day", "1997-03-30": "Catholic Easter", "1997-03-31": "Catholic Easter", "1997-04-02": "Day of Unity of the Peoples of Belarus and Russia", "1997-04-27": "Orthodox Easter", "1997-04-28": "Orthodox Easter", "1997-05-01": "Labor Day", "1997-05-06": "Radunitsa (Day of Rejoicing)", "1997-05-09": "Victory Day", "1997-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "1997-11-02": "Dzyady (All Souls' Day)", "1997-11-07": "October Revolution Day", "1997-12-25": "Catholic Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day off (substituted from 01/10/1998)", "1998-01-07": "Orthodox Christmas Day", "1998-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "1998-03-08": "Women's Day", "1998-03-15": "Constitution Day", "1998-04-02": "Day of Unity of the Peoples of Belarus and Russia", "1998-04-12": "Catholic Easter", "1998-04-19": "Orthodox Easter", "1998-04-27": "Day off (substituted from 04/25/1998)", "1998-04-28": "Radunitsa (Day of Rejoicing)", "1998-05-01": "Labor Day", "1998-05-09": "Victory Day", "1998-05-10": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "1998-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "1998-11-02": "Dzyady (All Souls' Day)", "1998-11-07": "October Revolution Day", "1998-12-25": "Catholic Christmas Day", "1999-01-01": "New Year's Day", "1999-01-07": "Orthodox Christmas Day", "1999-01-08": "Day off (substituted from 01/16/1999)", "1999-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "1999-03-08": "Women's Day", "1999-03-15": "Constitution Day", "1999-04-02": "Day of Unity of the Peoples of Belarus and Russia", "1999-04-04": "Catholic Easter", "1999-04-11": "Orthodox Easter", "1999-04-19": "Day off (substituted from 04/17/1999)", "1999-04-20": "Radunitsa (Day of Rejoicing)", "1999-05-01": "Labor Day", "1999-05-09": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus; Victory Day", "1999-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "1999-11-02": "Dzyady (All Souls' Day)", "1999-11-07": "October Revolution Day", "1999-12-25": "Catholic Christmas Day", "2000-01-01": "New Year's Day", "2000-01-07": "Orthodox Christmas Day", "2000-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2000-03-08": "Women's Day", "2000-03-15": "Constitution Day", "2000-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2000-04-23": "Catholic Easter", "2000-04-30": "Orthodox Easter", "2000-05-01": "Labor Day", "2000-05-08": "Day off (substituted from 05/13/2000)", "2000-05-09": "Radunitsa (Day of Rejoicing); Victory Day", "2000-05-14": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2000-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2000-11-02": "Dzyady (All Souls' Day)", "2000-11-06": "Day off (substituted from 11/11/2000)", "2000-11-07": "October Revolution Day", "2000-12-25": "Catholic Christmas Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day off (substituted from 01/20/2001)", "2001-01-07": "Orthodox Christmas Day", "2001-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2001-03-08": "Women's Day", "2001-03-09": "Day off (substituted from 03/03/2001)", "2001-03-15": "Constitution Day", "2001-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2001-04-15": "Catholic Easter; Orthodox Easter", "2001-04-23": "Day off (substituted from 04/21/2001)", "2001-04-24": "Radunitsa (Day of Rejoicing)", "2001-04-30": "Day off (substituted from 04/28/2001)", "2001-05-01": "Labor Day", "2001-05-09": "Victory Day", "2001-05-13": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2001-07-02": "Day off (substituted from 07/07/2001)", "2001-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2001-11-02": "Dzyady (All Souls' Day)", "2001-11-07": "October Revolution Day", "2001-12-24": "Day off (substituted from 12/22/2001)", "2001-12-25": "Catholic Christmas Day", "2001-12-31": "Day off (substituted from 12/29/2001)", "2002-01-01": "New Year's Day", "2002-01-02": "Day off (substituted from 01/05/2002)", "2002-01-07": "Orthodox Christmas Day", "2002-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2002-03-08": "Women's Day", "2002-03-15": "Constitution Day", "2002-03-31": "Catholic Easter", "2002-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2002-05-01": "Labor Day", "2002-05-05": "Orthodox Easter", "2002-05-09": "Victory Day", "2002-05-10": "Day off (substituted from 05/18/2002)", "2002-05-12": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2002-05-14": "Radunitsa (Day of Rejoicing)", "2002-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2002-11-02": "Dzyady (All Souls' Day)", "2002-11-07": "October Revolution Day", "2002-11-08": "Day off (substituted from 11/16/2002)", "2002-12-25": "Catholic Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Day off (substituted from 01/04/2003)", "2003-01-07": "Orthodox Christmas Day", "2003-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2003-03-08": "Women's Day", "2003-03-15": "Constitution Day", "2003-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2003-04-20": "Catholic Easter", "2003-04-27": "Orthodox Easter", "2003-05-01": "Labor Day", "2003-05-05": "Day off (substituted from 05/03/2003)", "2003-05-06": "Radunitsa (Day of Rejoicing)", "2003-05-09": "Victory Day", "2003-05-11": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2003-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2003-11-02": "Dzyady (All Souls' Day)", "2003-11-07": "October Revolution Day", "2003-12-25": "Catholic Christmas Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day off (substituted from 01/10/2004)", "2004-01-05": "Day off (substituted from 01/17/2004)", "2004-01-06": "Day off (substituted from 01/31/2004)", "2004-01-07": "Orthodox Christmas Day", "2004-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2004-03-08": "Women's Day", "2004-03-15": "Constitution Day", "2004-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2004-04-11": "Catholic Easter; Orthodox Easter", "2004-04-19": "Day off (substituted from 04/17/2004)", "2004-04-20": "Radunitsa (Day of Rejoicing)", "2004-05-01": "Labor Day", "2004-05-09": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus; Victory Day", "2004-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2004-11-02": "Dzyady (All Souls' Day)", "2004-11-07": "October Revolution Day", "2004-12-25": "Catholic Christmas Day", "2005-01-01": "New Year's Day", "2005-01-07": "Orthodox Christmas Day", "2005-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2005-03-07": "Day off (substituted from 03/12/2005)", "2005-03-08": "Women's Day", "2005-03-15": "Constitution Day", "2005-03-27": "Catholic Easter", "2005-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2005-05-01": "Labor Day; Orthodox Easter", "2005-05-08": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2005-05-09": "Victory Day", "2005-05-10": "Radunitsa (Day of Rejoicing)", "2005-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2005-11-02": "Dzyady (All Souls' Day)", "2005-11-07": "October Revolution Day", "2005-12-25": "Catholic Christmas Day", "2006-01-01": "New Year's Day", "2006-01-02": "Day off (substituted from 01/21/2006)", "2006-01-07": "Orthodox Christmas Day", "2006-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2006-03-08": "Women's Day", "2006-03-15": "Constitution Day", "2006-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2006-04-16": "Catholic Easter", "2006-04-23": "Orthodox Easter", "2006-05-01": "Labor Day", "2006-05-02": "Radunitsa (Day of Rejoicing)", "2006-05-08": "Day off (substituted from 05/06/2006)", "2006-05-09": "Victory Day", "2006-05-14": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2006-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2006-11-02": "Dzyady (All Souls' Day)", "2006-11-06": "Day off (substituted from 11/04/2006)", "2006-11-07": "October Revolution Day", "2006-12-25": "Catholic Christmas Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day off (substituted from 12/30/2006)", "2007-01-07": "Orthodox Christmas Day", "2007-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2007-03-08": "Women's Day", "2007-03-09": "Day off (substituted from 03/17/2007)", "2007-03-15": "Constitution Day", "2007-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2007-04-08": "Catholic Easter; Orthodox Easter", "2007-04-16": "Day off (substituted from 04/14/2007)", "2007-04-17": "Radunitsa (Day of Rejoicing)", "2007-04-30": "Day off (substituted from 05/05/2007)", "2007-05-01": "Labor Day", "2007-05-09": "Victory Day", "2007-05-13": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2007-07-02": "Day off (substituted from 07/07/2007)", "2007-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2007-11-02": "Dzyady (All Souls' Day)", "2007-11-07": "October Revolution Day", "2007-12-24": "Day off (substituted from 12/22/2007)", "2007-12-25": "Catholic Christmas Day", "2007-12-31": "Day off (substituted from 12/29/2007)", "2008-01-01": "New Year's Day", "2008-01-02": "Day off (substituted from 01/12/2008)", "2008-01-07": "Orthodox Christmas Day", "2008-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2008-03-08": "Women's Day", "2008-03-15": "Constitution Day", "2008-03-23": "Catholic Easter", "2008-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2008-04-27": "Orthodox Easter", "2008-05-01": "Labor Day", "2008-05-05": "Day off (substituted from 05/03/2008)", "2008-05-06": "Radunitsa (Day of Rejoicing)", "2008-05-09": "Victory Day", "2008-05-11": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2008-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2008-07-04": "Day off (substituted from 06/28/2008)", "2008-11-02": "Dzyady (All Souls' Day)", "2008-11-07": "October Revolution Day", "2008-12-25": "Catholic Christmas Day", "2008-12-26": "Day off (substituted from 12/20/2008)", "2009-01-01": "New Year's Day", "2009-01-02": "Day off (substituted from 01/10/2009)", "2009-01-07": "Orthodox Christmas Day", "2009-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2009-03-08": "Women's Day", "2009-03-15": "Constitution Day", "2009-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2009-04-12": "Catholic Easter", "2009-04-19": "Orthodox Easter", "2009-04-27": "Day off (substituted from 04/25/2009)", "2009-04-28": "Radunitsa (Day of Rejoicing)", "2009-05-01": "Labor Day", "2009-05-09": "Victory Day", "2009-05-10": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2009-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2009-11-02": "Dzyady (All Souls' Day)", "2009-11-07": "October Revolution Day", "2009-12-25": "Catholic Christmas Day", "2010-01-01": "New Year's Day", "2010-01-07": "Orthodox Christmas Day", "2010-01-08": "Day off (substituted from 01/23/2010)", "2010-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2010-03-08": "Women's Day", "2010-03-15": "Constitution Day", "2010-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2010-04-04": "Catholic Easter; Orthodox Easter", "2010-04-12": "Day off (substituted from 04/17/2010)", "2010-04-13": "Radunitsa (Day of Rejoicing)", "2010-05-01": "Labor Day", "2010-05-09": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus; Victory Day", "2010-05-10": "Day off (substituted from 05/15/2010)", "2010-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2010-11-02": "Dzyady (All Souls' Day)", "2010-11-07": "October Revolution Day", "2010-12-25": "Catholic Christmas Day", "2011-01-01": "New Year's Day", "2011-01-07": "Orthodox Christmas Day", "2011-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2011-03-07": "Day off (substituted from 03/12/2011)", "2011-03-08": "Women's Day", "2011-03-15": "Constitution Day", "2011-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2011-04-24": "Catholic Easter; Orthodox Easter", "2011-05-01": "Labor Day", "2011-05-02": "Day off (substituted from 05/14/2011)", "2011-05-03": "Radunitsa (Day of Rejoicing)", "2011-05-08": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2011-05-09": "Victory Day", "2011-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2011-11-02": "Dzyady (All Souls' Day)", "2011-11-07": "October Revolution Day", "2011-12-25": "Catholic Christmas Day", "2012-01-01": "New Year's Day", "2012-01-07": "Orthodox Christmas Day", "2012-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2012-03-08": "Women's Day", "2012-03-09": "Day off (substituted from 03/11/2012)", "2012-03-15": "Constitution Day", "2012-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2012-04-08": "Catholic Easter", "2012-04-15": "Orthodox Easter", "2012-04-23": "Day off (substituted from 04/28/2012)", "2012-04-24": "Radunitsa (Day of Rejoicing)", "2012-05-01": "Labor Day", "2012-05-09": "Victory Day", "2012-05-13": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2012-07-02": "Day off (substituted from 06/30/2012)", "2012-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2012-11-02": "Dzyady (All Souls' Day)", "2012-11-07": "October Revolution Day", "2012-12-24": "Day off (substituted from 12/22/2012)", "2012-12-25": "Catholic Christmas Day", "2012-12-31": "Day off (substituted from 12/29/2012)", "2013-01-01": "New Year's Day", "2013-01-02": "Day off (substituted from 01/05/2013)", "2013-01-07": "Orthodox Christmas Day", "2013-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2013-03-08": "Women's Day", "2013-03-15": "Constitution Day", "2013-03-31": "Catholic Easter", "2013-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2013-05-01": "Labor Day", "2013-05-05": "Orthodox Easter", "2013-05-09": "Victory Day", "2013-05-10": "Day off (substituted from 05/18/2013)", "2013-05-12": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2013-05-14": "Radunitsa (Day of Rejoicing)", "2013-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2013-11-02": "Dzyady (All Souls' Day)", "2013-11-07": "October Revolution Day", "2013-12-25": "Catholic Christmas Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day off (substituted from 01/04/2014)", "2014-01-06": "Day off (substituted from 01/11/2014)", "2014-01-07": "Orthodox Christmas Day", "2014-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2014-03-08": "Women's Day", "2014-03-15": "Constitution Day", "2014-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2014-04-20": "Catholic Easter; Orthodox Easter", "2014-04-29": "Radunitsa (Day of Rejoicing)", "2014-04-30": "Day off (substituted from 05/03/2014)", "2014-05-01": "Labor Day", "2014-05-09": "Victory Day", "2014-05-11": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2014-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2014-07-04": "Day off (substituted from 07/12/2014)", "2014-11-02": "Dzyady (All Souls' Day)", "2014-11-07": "October Revolution Day", "2014-12-25": "Catholic Christmas Day", "2014-12-26": "Day off (substituted from 12/20/2014)", "2015-01-01": "New Year's Day", "2015-01-02": "Day off (substituted from 01/10/2015)", "2015-01-07": "Orthodox Christmas Day", "2015-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2015-03-08": "Women's Day", "2015-03-15": "Constitution Day", "2015-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2015-04-05": "Catholic Easter", "2015-04-12": "Orthodox Easter", "2015-04-20": "Day off (substituted from 04/25/2015)", "2015-04-21": "Radunitsa (Day of Rejoicing)", "2015-05-01": "Labor Day", "2015-05-09": "Victory Day", "2015-05-10": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2015-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2015-11-02": "Dzyady (All Souls' Day)", "2015-11-07": "October Revolution Day", "2015-12-25": "Catholic Christmas Day", "2016-01-01": "New Year's Day", "2016-01-07": "Orthodox Christmas Day", "2016-01-08": "Day off (substituted from 01/16/2016)", "2016-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2016-03-07": "Day off (substituted from 03/05/2016)", "2016-03-08": "Women's Day", "2016-03-15": "Constitution Day", "2016-03-27": "Catholic Easter", "2016-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2016-05-01": "Labor Day; Orthodox Easter", "2016-05-08": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2016-05-09": "Victory Day", "2016-05-10": "Radunitsa (Day of Rejoicing)", "2016-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2016-11-02": "Dzyady (All Souls' Day)", "2016-11-07": "October Revolution Day", "2016-12-25": "Catholic Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "Day off (substituted from 01/21/2017)", "2017-01-07": "Orthodox Christmas Day", "2017-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2017-03-08": "Women's Day", "2017-03-15": "Constitution Day", "2017-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2017-04-16": "Catholic Easter; Orthodox Easter", "2017-04-24": "Day off (substituted from 04/29/2017)", "2017-04-25": "Radunitsa (Day of Rejoicing)", "2017-05-01": "Labor Day", "2017-05-08": "Day off (substituted from 05/06/2017)", "2017-05-09": "Victory Day", "2017-05-14": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2017-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2017-11-02": "Dzyady (All Souls' Day)", "2017-11-06": "Day off (substituted from 11/04/2017)", "2017-11-07": "October Revolution Day", "2017-12-25": "Catholic Christmas Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day off (substituted from 01/20/2018)", "2018-01-07": "Orthodox Christmas Day", "2018-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2018-03-08": "Women's Day", "2018-03-09": "Day off (substituted from 03/03/2018)", "2018-03-15": "Constitution Day", "2018-04-01": "Catholic Easter", "2018-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2018-04-08": "Orthodox Easter", "2018-04-16": "Day off (substituted from 04/14/2018)", "2018-04-17": "Radunitsa (Day of Rejoicing)", "2018-04-30": "Day off (substituted from 04/28/2018)", "2018-05-01": "Labor Day", "2018-05-09": "Victory Day", "2018-05-13": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2018-07-02": "Day off (substituted from 07/07/2018)", "2018-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2018-11-02": "Dzyady (All Souls' Day)", "2018-11-07": "October Revolution Day", "2018-12-24": "Day off (substituted from 12/22/2018)", "2018-12-25": "Catholic Christmas Day", "2018-12-31": "Day off (substituted from 12/29/2018)", "2019-01-01": "New Year's Day", "2019-01-07": "Orthodox Christmas Day", "2019-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2019-03-08": "Women's Day", "2019-03-15": "Constitution Day", "2019-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2019-04-21": "Catholic Easter", "2019-04-28": "Orthodox Easter", "2019-05-01": "Labor Day", "2019-05-06": "Day off (substituted from 05/04/2019)", "2019-05-07": "Radunitsa (Day of Rejoicing)", "2019-05-08": "Day off (substituted from 05/11/2019)", "2019-05-09": "Victory Day", "2019-05-12": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2019-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2019-11-02": "Dzyady (All Souls' Day)", "2019-11-07": "October Revolution Day", "2019-11-08": "Day off (substituted from 11/16/2019)", "2019-12-25": "Catholic Christmas Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-06": "Day off (substituted from 01/04/2020)", "2020-01-07": "Orthodox Christmas Day", "2020-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2020-03-08": "Women's Day", "2020-03-15": "Constitution Day", "2020-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2020-04-12": "Catholic Easter", "2020-04-19": "Orthodox Easter", "2020-04-27": "Day off (substituted from 04/04/2020)", "2020-04-28": "Radunitsa (Day of Rejoicing)", "2020-05-01": "Labor Day", "2020-05-09": "Victory Day", "2020-05-10": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2020-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2020-11-02": "Dzyady (All Souls' Day)", "2020-11-07": "October Revolution Day", "2020-12-25": "Catholic Christmas Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-07": "Orthodox Christmas Day", "2021-01-08": "Day off (substituted from 01/16/2021)", "2021-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2021-03-08": "Women's Day", "2021-03-15": "Constitution Day", "2021-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2021-04-04": "Catholic Easter", "2021-05-01": "Labor Day", "2021-05-02": "Orthodox Easter", "2021-05-09": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus; Victory Day", "2021-05-10": "Day off (substituted from 05/15/2021)", "2021-05-11": "Radunitsa (Day of Rejoicing)", "2021-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2021-09-17": "Day of People's Unity", "2021-11-02": "Dzyady (All Souls' Day)", "2021-11-07": "October Revolution Day", "2021-12-25": "Catholic Christmas Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-07": "Orthodox Christmas Day", "2022-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2022-03-07": "Day off (substituted from 03/12/2022)", "2022-03-08": "Women's Day", "2022-03-15": "Constitution Day", "2022-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2022-04-17": "Catholic Easter", "2022-04-24": "Orthodox Easter", "2022-05-01": "Labor Day", "2022-05-02": "Day off (substituted from 05/14/2022)", "2022-05-03": "Radunitsa (Day of Rejoicing)", "2022-05-08": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2022-05-09": "Victory Day", "2022-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2022-09-17": "Day of People's Unity", "2022-11-02": "Dzyady (All Souls' Day)", "2022-11-07": "October Revolution Day", "2022-12-25": "Catholic Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-07": "Orthodox Christmas Day", "2023-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2023-03-08": "Women's Day", "2023-03-15": "Constitution Day", "2023-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2023-04-09": "Catholic Easter", "2023-04-16": "Orthodox Easter", "2023-04-24": "Day off (substituted from 04/29/2023)", "2023-04-25": "Radunitsa (Day of Rejoicing)", "2023-05-01": "Labor Day", "2023-05-08": "Day off (substituted from 05/13/2023)", "2023-05-09": "Victory Day", "2023-05-14": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2023-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2023-09-17": "Day of People's Unity", "2023-11-02": "Dzyady (All Souls' Day)", "2023-11-06": "Day off (substituted from 11/11/2023)", "2023-11-07": "October Revolution Day", "2023-12-25": "Catholic Christmas Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-07": "Orthodox Christmas Day", "2024-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2024-03-08": "Women's Day", "2024-03-15": "Constitution Day", "2024-03-31": "Catholic Easter", "2024-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2024-05-01": "Labor Day", "2024-05-05": "Orthodox Easter", "2024-05-09": "Victory Day", "2024-05-12": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2024-05-13": "Day off (substituted from 05/18/2024)", "2024-05-14": "Radunitsa (Day of Rejoicing)", "2024-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2024-09-17": "Day of People's Unity", "2024-11-02": "Dzyady (All Souls' Day)", "2024-11-07": "October Revolution Day", "2024-11-08": "Day off (substituted from 11/16/2024)", "2024-12-25": "Catholic Christmas Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-06": "Day off (substituted from 01/11/2025)", "2025-01-07": "Orthodox Christmas Day", "2025-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2025-03-08": "Women's Day", "2025-03-15": "Constitution Day", "2025-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2025-04-20": "Catholic Easter; Orthodox Easter", "2025-04-28": "Day off (substituted from 04/26/2025)", "2025-04-29": "Radunitsa (Day of Rejoicing)", "2025-05-01": "Labor Day", "2025-05-09": "Victory Day", "2025-05-11": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2025-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2025-07-04": "Day off (substituted from 07/12/2025)", "2025-09-17": "Day of People's Unity", "2025-11-02": "Dzyady (All Souls' Day)", "2025-11-07": "October Revolution Day", "2025-12-25": "Catholic Christmas Day", "2025-12-26": "Day off (substituted from 12/20/2025)", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-07": "Orthodox Christmas Day", "2026-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2026-03-08": "Women's Day", "2026-03-15": "Constitution Day", "2026-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2026-04-05": "Catholic Easter", "2026-04-12": "Orthodox Easter", "2026-04-21": "Radunitsa (Day of Rejoicing)", "2026-05-01": "Labor Day", "2026-05-09": "Victory Day", "2026-05-10": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2026-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2026-09-17": "Day of People's Unity", "2026-11-02": "Dzyady (All Souls' Day)", "2026-11-07": "October Revolution Day", "2026-12-25": "Catholic Christmas Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-07": "Orthodox Christmas Day", "2027-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2027-03-08": "Women's Day", "2027-03-15": "Constitution Day", "2027-03-28": "Catholic Easter", "2027-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2027-05-01": "Labor Day", "2027-05-02": "Orthodox Easter", "2027-05-09": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus; Victory Day", "2027-05-11": "Radunitsa (Day of Rejoicing)", "2027-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2027-09-17": "Day of People's Unity", "2027-11-02": "Dzyady (All Souls' Day)", "2027-11-07": "October Revolution Day", "2027-12-25": "Catholic Christmas Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-07": "Orthodox Christmas Day", "2028-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2028-03-08": "Women's Day", "2028-03-15": "Constitution Day", "2028-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2028-04-16": "Catholic Easter; Orthodox Easter", "2028-04-25": "Radunitsa (Day of Rejoicing)", "2028-05-01": "Labor Day", "2028-05-09": "Victory Day", "2028-05-14": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2028-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2028-09-17": "Day of People's Unity", "2028-11-02": "Dzyady (All Souls' Day)", "2028-11-07": "October Revolution Day", "2028-12-25": "Catholic Christmas Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-07": "Orthodox Christmas Day", "2029-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2029-03-08": "Women's Day", "2029-03-15": "Constitution Day", "2029-04-01": "Catholic Easter", "2029-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2029-04-08": "Orthodox Easter", "2029-04-17": "Radunitsa (Day of Rejoicing)", "2029-05-01": "Labor Day", "2029-05-09": "Victory Day", "2029-05-13": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2029-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2029-09-17": "Day of People's Unity", "2029-11-02": "Dzyady (All Souls' Day)", "2029-11-07": "October Revolution Day", "2029-12-25": "Catholic Christmas Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-07": "Orthodox Christmas Day", "2030-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2030-03-08": "Women's Day", "2030-03-15": "Constitution Day", "2030-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2030-04-21": "Catholic Easter", "2030-04-28": "Orthodox Easter", "2030-05-01": "Labor Day", "2030-05-07": "Radunitsa (Day of Rejoicing)", "2030-05-09": "Victory Day", "2030-05-12": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2030-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2030-09-17": "Day of People's Unity", "2030-11-02": "Dzyady (All Souls' Day)", "2030-11-07": "October Revolution Day", "2030-12-25": "Catholic Christmas Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-07": "Orthodox Christmas Day", "2031-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2031-03-08": "Women's Day", "2031-03-15": "Constitution Day", "2031-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2031-04-13": "Catholic Easter; Orthodox Easter", "2031-04-22": "Radunitsa (Day of Rejoicing)", "2031-05-01": "Labor Day", "2031-05-09": "Victory Day", "2031-05-11": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2031-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2031-09-17": "Day of People's Unity", "2031-11-02": "Dzyady (All Souls' Day)", "2031-11-07": "October Revolution Day", "2031-12-25": "Catholic Christmas Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-07": "Orthodox Christmas Day", "2032-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2032-03-08": "Women's Day", "2032-03-15": "Constitution Day", "2032-03-28": "Catholic Easter", "2032-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2032-05-01": "Labor Day", "2032-05-02": "Orthodox Easter", "2032-05-09": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus; Victory Day", "2032-05-11": "Radunitsa (Day of Rejoicing)", "2032-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2032-09-17": "Day of People's Unity", "2032-11-02": "Dzyady (All Souls' Day)", "2032-11-07": "October Revolution Day", "2032-12-25": "Catholic Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "New Year's Day", "2033-01-07": "Orthodox Christmas Day", "2033-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2033-03-08": "Women's Day", "2033-03-15": "Constitution Day", "2033-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2033-04-17": "Catholic Easter", "2033-04-24": "Orthodox Easter", "2033-05-01": "Labor Day", "2033-05-03": "Radunitsa (Day of Rejoicing)", "2033-05-08": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2033-05-09": "Victory Day", "2033-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2033-09-17": "Day of People's Unity", "2033-11-02": "Dzyady (All Souls' Day)", "2033-11-07": "October Revolution Day", "2033-12-25": "Catholic Christmas Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-07": "Orthodox Christmas Day", "2034-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2034-03-08": "Women's Day", "2034-03-15": "Constitution Day", "2034-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2034-04-09": "Catholic Easter; Orthodox Easter", "2034-04-18": "Radunitsa (Day of Rejoicing)", "2034-05-01": "Labor Day", "2034-05-09": "Victory Day", "2034-05-14": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2034-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2034-09-17": "Day of People's Unity", "2034-11-02": "Dzyady (All Souls' Day)", "2034-11-07": "October Revolution Day", "2034-12-25": "Catholic Christmas Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-07": "Orthodox Christmas Day", "2035-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2035-03-08": "Women's Day", "2035-03-15": "Constitution Day", "2035-03-25": "Catholic Easter", "2035-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2035-04-29": "Orthodox Easter", "2035-05-01": "Labor Day", "2035-05-08": "Radunitsa (Day of Rejoicing)", "2035-05-09": "Victory Day", "2035-05-13": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2035-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2035-09-17": "Day of People's Unity", "2035-11-02": "Dzyady (All Souls' Day)", "2035-11-07": "October Revolution Day", "2035-12-25": "Catholic Christmas Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-07": "Orthodox Christmas Day", "2036-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2036-03-08": "Women's Day", "2036-03-15": "Constitution Day", "2036-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2036-04-13": "Catholic Easter", "2036-04-20": "Orthodox Easter", "2036-04-29": "Radunitsa (Day of Rejoicing)", "2036-05-01": "Labor Day", "2036-05-09": "Victory Day", "2036-05-11": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2036-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2036-09-17": "Day of People's Unity", "2036-11-02": "Dzyady (All Souls' Day)", "2036-11-07": "October Revolution Day", "2036-12-25": "Catholic Christmas Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-07": "Orthodox Christmas Day", "2037-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2037-03-08": "Women's Day", "2037-03-15": "Constitution Day", "2037-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2037-04-05": "Catholic Easter; Orthodox Easter", "2037-04-14": "Radunitsa (Day of Rejoicing)", "2037-05-01": "Labor Day", "2037-05-09": "Victory Day", "2037-05-10": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2037-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2037-09-17": "Day of People's Unity", "2037-11-02": "Dzyady (All Souls' Day)", "2037-11-07": "October Revolution Day", "2037-12-25": "Catholic Christmas Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-07": "Orthodox Christmas Day", "2038-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2038-03-08": "Women's Day", "2038-03-15": "Constitution Day", "2038-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2038-04-25": "Catholic Easter; Orthodox Easter", "2038-05-01": "Labor Day", "2038-05-04": "Radunitsa (Day of Rejoicing)", "2038-05-09": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus; Victory Day", "2038-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2038-09-17": "Day of People's Unity", "2038-11-02": "Dzyady (All Souls' Day)", "2038-11-07": "October Revolution Day", "2038-12-25": "Catholic Christmas Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-07": "Orthodox Christmas Day", "2039-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2039-03-08": "Women's Day", "2039-03-15": "Constitution Day", "2039-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2039-04-10": "Catholic Easter", "2039-04-17": "Orthodox Easter", "2039-04-26": "Radunitsa (Day of Rejoicing)", "2039-05-01": "Labor Day", "2039-05-08": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2039-05-09": "Victory Day", "2039-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2039-09-17": "Day of People's Unity", "2039-11-02": "Dzyady (All Souls' Day)", "2039-11-07": "October Revolution Day", "2039-12-25": "Catholic Christmas Day", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-07": "Orthodox Christmas Day", "2040-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2040-03-08": "Women's Day", "2040-03-15": "Constitution Day", "2040-04-01": "Catholic Easter", "2040-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2040-05-01": "Labor Day", "2040-05-06": "Orthodox Easter", "2040-05-09": "Victory Day", "2040-05-13": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2040-05-15": "Radunitsa (Day of Rejoicing)", "2040-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2040-09-17": "Day of People's Unity", "2040-11-02": "Dzyady (All Souls' Day)", "2040-11-07": "October Revolution Day", "2040-12-25": "Catholic Christmas Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-07": "Orthodox Christmas Day", "2041-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2041-03-08": "Women's Day", "2041-03-15": "Constitution Day", "2041-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2041-04-21": "Catholic Easter; Orthodox Easter", "2041-04-30": "Radunitsa (Day of Rejoicing)", "2041-05-01": "Labor Day", "2041-05-09": "Victory Day", "2041-05-12": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2041-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2041-09-17": "Day of People's Unity", "2041-11-02": "Dzyady (All Souls' Day)", "2041-11-07": "October Revolution Day", "2041-12-25": "Catholic Christmas Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-07": "Orthodox Christmas Day", "2042-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2042-03-08": "Women's Day", "2042-03-15": "Constitution Day", "2042-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2042-04-06": "Catholic Easter", "2042-04-13": "Orthodox Easter", "2042-04-22": "Radunitsa (Day of Rejoicing)", "2042-05-01": "Labor Day", "2042-05-09": "Victory Day", "2042-05-11": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2042-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2042-09-17": "Day of People's Unity", "2042-11-02": "Dzyady (All Souls' Day)", "2042-11-07": "October Revolution Day", "2042-12-25": "Catholic Christmas Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-07": "Orthodox Christmas Day", "2043-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2043-03-08": "Women's Day", "2043-03-15": "Constitution Day", "2043-03-29": "Catholic Easter", "2043-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2043-05-01": "Labor Day", "2043-05-03": "Orthodox Easter", "2043-05-09": "Victory Day", "2043-05-10": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2043-05-12": "Radunitsa (Day of Rejoicing)", "2043-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2043-09-17": "Day of People's Unity", "2043-11-02": "Dzyady (All Souls' Day)", "2043-11-07": "October Revolution Day", "2043-12-25": "Catholic Christmas Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-07": "Orthodox Christmas Day", "2044-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2044-03-08": "Women's Day", "2044-03-15": "Constitution Day", "2044-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2044-04-17": "Catholic Easter", "2044-04-24": "Orthodox Easter", "2044-05-01": "Labor Day", "2044-05-03": "Radunitsa (Day of Rejoicing)", "2044-05-08": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2044-05-09": "Victory Day", "2044-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2044-09-17": "Day of People's Unity", "2044-11-02": "Dzyady (All Souls' Day)", "2044-11-07": "October Revolution Day", "2044-12-25": "Catholic Christmas Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-07": "Orthodox Christmas Day", "2045-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2045-03-08": "Women's Day", "2045-03-15": "Constitution Day", "2045-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2045-04-09": "Catholic Easter; Orthodox Easter", "2045-04-18": "Radunitsa (Day of Rejoicing)", "2045-05-01": "Labor Day", "2045-05-09": "Victory Day", "2045-05-14": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2045-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2045-09-17": "Day of People's Unity", "2045-11-02": "Dzyady (All Souls' Day)", "2045-11-07": "October Revolution Day", "2045-12-25": "Catholic Christmas Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-07": "Orthodox Christmas Day", "2046-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2046-03-08": "Women's Day", "2046-03-15": "Constitution Day", "2046-03-25": "Catholic Easter", "2046-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2046-04-29": "Orthodox Easter", "2046-05-01": "Labor Day", "2046-05-08": "Radunitsa (Day of Rejoicing)", "2046-05-09": "Victory Day", "2046-05-13": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2046-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2046-09-17": "Day of People's Unity", "2046-11-02": "Dzyady (All Souls' Day)", "2046-11-07": "October Revolution Day", "2046-12-25": "Catholic Christmas Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-07": "Orthodox Christmas Day", "2047-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2047-03-08": "Women's Day", "2047-03-15": "Constitution Day", "2047-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2047-04-14": "Catholic Easter", "2047-04-21": "Orthodox Easter", "2047-04-30": "Radunitsa (Day of Rejoicing)", "2047-05-01": "Labor Day", "2047-05-09": "Victory Day", "2047-05-12": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2047-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2047-09-17": "Day of People's Unity", "2047-11-02": "Dzyady (All Souls' Day)", "2047-11-07": "October Revolution Day", "2047-12-25": "Catholic Christmas Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-07": "Orthodox Christmas Day", "2048-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2048-03-08": "Women's Day", "2048-03-15": "Constitution Day", "2048-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2048-04-05": "Catholic Easter; Orthodox Easter", "2048-04-14": "Radunitsa (Day of Rejoicing)", "2048-05-01": "Labor Day", "2048-05-09": "Victory Day", "2048-05-10": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2048-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2048-09-17": "Day of People's Unity", "2048-11-02": "Dzyady (All Souls' Day)", "2048-11-07": "October Revolution Day", "2048-12-25": "Catholic Christmas Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-07": "Orthodox Christmas Day", "2049-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2049-03-08": "Women's Day", "2049-03-15": "Constitution Day", "2049-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2049-04-18": "Catholic Easter", "2049-04-25": "Orthodox Easter", "2049-05-01": "Labor Day", "2049-05-04": "Radunitsa (Day of Rejoicing)", "2049-05-09": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus; Victory Day", "2049-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2049-09-17": "Day of People's Unity", "2049-11-02": "Dzyady (All Souls' Day)", "2049-11-07": "October Revolution Day", "2049-12-25": "Catholic Christmas Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-07": "Orthodox Christmas Day", "2050-02-23": "Day of the Fatherland's Defenders and the Armed Forces of the Republic of Belarus", "2050-03-08": "Women's Day", "2050-03-15": "Constitution Day", "2050-04-02": "Day of Unity of the Peoples of Belarus and Russia", "2050-04-10": "Catholic Easter", "2050-04-17": "Orthodox Easter", "2050-04-26": "Radunitsa (Day of Rejoicing)", "2050-05-01": "Labor Day", "2050-05-08": "Day of the National Coat of Arms of the Republic of Belarus, the National Flag of the Republic of Belarus and the National Anthem of the Republic of Belarus", "2050-05-09": "Victory Day", "2050-07-03": "Independence Day of the Republic of Belarus (Day of the Republic)", "2050-09-17": "Day of People's Unity", "2050-11-02": "Dzyady (All Souls' Day)", "2050-11-07": "October Revolution Day", "2050-12-25": "Catholic Christmas Day" } holidays-0.71/snapshots/countries/BZ_COMMON.json000066400000000000000000001130761500152103600215710ustar00rootroot00000000000000{ "1982-01-01": "New Year's Day", "1982-03-08": "National Heroes and Benefactors Day (observed)", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-04-12": "Easter Monday", "1982-05-01": "Labour Day", "1982-05-24": "Commonwealth Day", "1982-09-10": "Saint George's Caye Day", "1982-09-21": "Independence Day", "1982-10-11": "Pan American Day (observed)", "1982-11-19": "Garifuna Settlement Day", "1982-12-25": "Christmas Day", "1982-12-27": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-03-07": "National Heroes and Benefactors Day (observed)", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-04-04": "Easter Monday", "1983-05-02": "Labour Day (observed)", "1983-05-23": "Commonwealth Day (observed)", "1983-09-10": "Saint George's Caye Day", "1983-09-21": "Independence Day", "1983-10-10": "Pan American Day (observed)", "1983-11-19": "Garifuna Settlement Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1984-01-02": "New Year's Day (observed)", "1984-03-12": "National Heroes and Benefactors Day (observed)", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-04-23": "Easter Monday", "1984-05-01": "Labour Day", "1984-05-21": "Commonwealth Day (observed)", "1984-09-10": "Saint George's Caye Day", "1984-09-21": "Independence Day", "1984-10-15": "Pan American Day (observed)", "1984-11-19": "Garifuna Settlement Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-03-09": "National Heroes and Benefactors Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-04-08": "Easter Monday", "1985-05-01": "Labour Day", "1985-05-27": "Commonwealth Day (observed)", "1985-09-10": "Saint George's Caye Day", "1985-09-21": "Independence Day", "1985-10-12": "Pan American Day", "1985-11-19": "Garifuna Settlement Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-10": "National Heroes and Benefactors Day (observed)", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-03-31": "Easter Monday", "1986-05-01": "Labour Day", "1986-05-24": "Commonwealth Day", "1986-09-10": "Saint George's Caye Day", "1986-09-22": "Independence Day (observed)", "1986-10-13": "Pan American Day (observed)", "1986-11-19": "Garifuna Settlement Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-03-09": "National Heroes and Benefactors Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-04-20": "Easter Monday", "1987-05-01": "Labour Day", "1987-05-25": "Commonwealth Day (observed)", "1987-09-10": "Saint George's Caye Day", "1987-09-21": "Independence Day", "1987-10-12": "Pan American Day", "1987-11-19": "Garifuna Settlement Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-03-07": "National Heroes and Benefactors Day (observed)", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-04-04": "Easter Monday", "1988-05-02": "Labour Day (observed)", "1988-05-23": "Commonwealth Day (observed)", "1988-09-10": "Saint George's Caye Day", "1988-09-21": "Independence Day", "1988-10-10": "Pan American Day (observed)", "1988-11-19": "Garifuna Settlement Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1989-01-02": "New Year's Day (observed)", "1989-03-06": "National Heroes and Benefactors Day (observed)", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-03-27": "Easter Monday", "1989-05-01": "Labour Day", "1989-05-22": "Commonwealth Day (observed)", "1989-09-11": "Saint George's Caye Day (observed)", "1989-09-21": "Independence Day", "1989-10-09": "Pan American Day (observed)", "1989-11-20": "Garifuna Settlement Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-03-12": "National Heroes and Benefactors Day (observed)", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-04-16": "Easter Monday", "1990-05-01": "Labour Day", "1990-05-21": "Commonwealth Day (observed)", "1990-09-10": "Saint George's Caye Day", "1990-09-21": "Independence Day", "1990-10-15": "Pan American Day (observed)", "1990-11-19": "Garifuna Settlement Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-09": "National Heroes and Benefactors Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-04-01": "Easter Monday", "1991-05-01": "Labour Day", "1991-05-27": "Commonwealth Day (observed)", "1991-09-10": "Saint George's Caye Day", "1991-09-21": "Independence Day", "1991-10-12": "Pan American Day", "1991-11-19": "Garifuna Settlement Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-09": "National Heroes and Benefactors Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-04-20": "Easter Monday", "1992-05-01": "Labour Day", "1992-05-25": "Commonwealth Day (observed)", "1992-09-10": "Saint George's Caye Day", "1992-09-21": "Independence Day", "1992-10-12": "Pan American Day", "1992-11-19": "Garifuna Settlement Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-03-08": "National Heroes and Benefactors Day (observed)", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-04-12": "Easter Monday", "1993-05-01": "Labour Day", "1993-05-24": "Commonwealth Day", "1993-09-10": "Saint George's Caye Day", "1993-09-21": "Independence Day", "1993-10-11": "Pan American Day (observed)", "1993-11-19": "Garifuna Settlement Day", "1993-12-25": "Christmas Day", "1993-12-27": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-03-07": "National Heroes and Benefactors Day (observed)", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-04-04": "Easter Monday", "1994-05-02": "Labour Day (observed)", "1994-05-23": "Commonwealth Day (observed)", "1994-09-10": "Saint George's Caye Day", "1994-09-21": "Independence Day", "1994-10-10": "Pan American Day (observed)", "1994-11-19": "Garifuna Settlement Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1995-01-02": "New Year's Day (observed)", "1995-03-06": "National Heroes and Benefactors Day (observed)", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-04-17": "Easter Monday", "1995-05-01": "Labour Day", "1995-05-22": "Commonwealth Day (observed)", "1995-09-11": "Saint George's Caye Day (observed)", "1995-09-21": "Independence Day", "1995-10-09": "Pan American Day (observed)", "1995-11-20": "Garifuna Settlement Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-03-09": "National Heroes and Benefactors Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-04-08": "Easter Monday", "1996-05-01": "Labour Day", "1996-05-27": "Commonwealth Day (observed)", "1996-09-10": "Saint George's Caye Day", "1996-09-21": "Independence Day", "1996-10-12": "Pan American Day", "1996-11-19": "Garifuna Settlement Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-10": "National Heroes and Benefactors Day (observed)", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-03-31": "Easter Monday", "1997-05-01": "Labour Day", "1997-05-24": "Commonwealth Day", "1997-09-10": "Saint George's Caye Day", "1997-09-22": "Independence Day (observed)", "1997-10-13": "Pan American Day (observed)", "1997-11-19": "Garifuna Settlement Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-03-09": "National Heroes and Benefactors Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-04-13": "Easter Monday", "1998-05-01": "Labour Day", "1998-05-25": "Commonwealth Day (observed)", "1998-09-10": "Saint George's Caye Day", "1998-09-21": "Independence Day", "1998-10-12": "Pan American Day", "1998-11-19": "Garifuna Settlement Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-03-08": "National Heroes and Benefactors Day (observed)", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-04-05": "Easter Monday", "1999-05-01": "Labour Day", "1999-05-24": "Commonwealth Day", "1999-09-10": "Saint George's Caye Day", "1999-09-21": "Independence Day", "1999-10-11": "Pan American Day (observed)", "1999-11-19": "Garifuna Settlement Day", "1999-12-25": "Christmas Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-03-06": "National Heroes and Benefactors Day (observed)", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-05-22": "Commonwealth Day (observed)", "2000-09-11": "Saint George's Caye Day (observed)", "2000-09-21": "Independence Day", "2000-10-09": "Pan American Day (observed)", "2000-11-20": "Garifuna Settlement Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-03-12": "National Heroes and Benefactors Day (observed)", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-04-16": "Easter Monday", "2001-05-01": "Labour Day", "2001-05-21": "Commonwealth Day (observed)", "2001-09-10": "Saint George's Caye Day", "2001-09-21": "Independence Day", "2001-10-15": "Pan American Day (observed)", "2001-11-19": "Garifuna Settlement Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-09": "National Heroes and Benefactors Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-04-01": "Easter Monday", "2002-05-01": "Labour Day", "2002-05-27": "Commonwealth Day (observed)", "2002-09-10": "Saint George's Caye Day", "2002-09-21": "Independence Day", "2002-10-12": "Pan American Day", "2002-11-19": "Garifuna Settlement Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-10": "National Heroes and Benefactors Day (observed)", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-04-21": "Easter Monday", "2003-05-01": "Labour Day", "2003-05-24": "Commonwealth Day", "2003-09-10": "Saint George's Caye Day", "2003-09-22": "Independence Day (observed)", "2003-10-13": "Pan American Day (observed)", "2003-11-19": "Garifuna Settlement Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-03-08": "National Heroes and Benefactors Day (observed)", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-04-12": "Easter Monday", "2004-05-01": "Labour Day", "2004-05-24": "Commonwealth Day", "2004-09-10": "Saint George's Caye Day", "2004-09-21": "Independence Day", "2004-10-11": "Pan American Day (observed)", "2004-11-19": "Garifuna Settlement Day", "2004-12-25": "Christmas Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-03-07": "National Heroes and Benefactors Day (observed)", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-03-28": "Easter Monday", "2005-05-02": "Labour Day (observed)", "2005-05-23": "Commonwealth Day (observed)", "2005-09-10": "Saint George's Caye Day", "2005-09-21": "Independence Day", "2005-10-10": "Pan American Day (observed)", "2005-11-19": "Garifuna Settlement Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2006-01-02": "New Year's Day (observed)", "2006-03-06": "National Heroes and Benefactors Day (observed)", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-05-22": "Commonwealth Day (observed)", "2006-09-11": "Saint George's Caye Day (observed)", "2006-09-21": "Independence Day", "2006-10-09": "Pan American Day (observed)", "2006-11-20": "Garifuna Settlement Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-03-12": "National Heroes and Benefactors Day (observed)", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-04-09": "Easter Monday", "2007-05-01": "Labour Day", "2007-05-21": "Commonwealth Day (observed)", "2007-09-10": "Saint George's Caye Day", "2007-09-21": "Independence Day", "2007-10-15": "Pan American Day (observed)", "2007-11-19": "Garifuna Settlement Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-10": "National Heroes and Benefactors Day (observed)", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-03-24": "Easter Monday", "2008-05-01": "Labour Day", "2008-05-24": "Commonwealth Day", "2008-09-10": "Saint George's Caye Day", "2008-09-22": "Independence Day (observed)", "2008-10-13": "Pan American Day (observed)", "2008-11-19": "Garifuna Settlement Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-09": "National Heroes and Benefactors Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-04-13": "Easter Monday", "2009-05-01": "Labour Day", "2009-05-25": "Commonwealth Day (observed)", "2009-09-10": "Saint George's Caye Day", "2009-09-21": "Independence Day", "2009-10-12": "Pan American Day", "2009-11-19": "Garifuna Settlement Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-03-08": "National Heroes and Benefactors Day (observed)", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-04-05": "Easter Monday", "2010-05-01": "Labour Day", "2010-05-24": "Commonwealth Day", "2010-09-10": "Saint George's Caye Day", "2010-09-21": "Independence Day", "2010-10-11": "Pan American Day (observed)", "2010-11-19": "Garifuna Settlement Day", "2010-12-25": "Christmas Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-03-07": "National Heroes and Benefactors Day (observed)", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-04-25": "Easter Monday", "2011-05-02": "Labour Day (observed)", "2011-05-23": "Commonwealth Day (observed)", "2011-09-10": "Saint George's Caye Day", "2011-09-21": "Independence Day", "2011-10-10": "Pan American Day (observed)", "2011-11-19": "Garifuna Settlement Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2012-01-02": "New Year's Day (observed)", "2012-03-12": "National Heroes and Benefactors Day (observed)", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-04-09": "Easter Monday", "2012-05-01": "Labour Day", "2012-05-21": "Commonwealth Day (observed)", "2012-09-10": "Saint George's Caye Day", "2012-09-21": "Independence Day", "2012-10-15": "Pan American Day (observed)", "2012-11-19": "Garifuna Settlement Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-09": "National Heroes and Benefactors Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-04-01": "Easter Monday", "2013-05-01": "Labour Day", "2013-05-27": "Commonwealth Day (observed)", "2013-09-10": "Saint George's Caye Day", "2013-09-21": "Independence Day", "2013-10-12": "Pan American Day", "2013-11-19": "Garifuna Settlement Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-10": "National Heroes and Benefactors Day (observed)", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-04-21": "Easter Monday", "2014-05-01": "Labour Day", "2014-05-24": "Commonwealth Day", "2014-09-10": "Saint George's Caye Day", "2014-09-22": "Independence Day (observed)", "2014-10-13": "Pan American Day (observed)", "2014-11-19": "Garifuna Settlement Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-03-09": "National Heroes and Benefactors Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-04-06": "Easter Monday", "2015-05-01": "Labour Day", "2015-05-25": "Commonwealth Day (observed)", "2015-09-10": "Saint George's Caye Day", "2015-09-21": "Independence Day", "2015-10-12": "Pan American Day", "2015-11-19": "Garifuna Settlement Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-03-07": "National Heroes and Benefactors Day (observed)", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-03-28": "Easter Monday", "2016-05-02": "Labour Day (observed)", "2016-05-23": "Commonwealth Day (observed)", "2016-09-10": "Saint George's Caye Day", "2016-09-21": "Independence Day", "2016-10-10": "Pan American Day (observed)", "2016-11-19": "Garifuna Settlement Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2017-01-02": "New Year's Day (observed)", "2017-03-06": "National Heroes and Benefactors Day (observed)", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-05-22": "Commonwealth Day (observed)", "2017-09-11": "Saint George's Caye Day (observed)", "2017-09-21": "Independence Day", "2017-10-09": "Pan American Day (observed)", "2017-11-20": "Garifuna Settlement Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-12": "National Heroes and Benefactors Day (observed)", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-04-02": "Easter Monday", "2018-05-01": "Labour Day", "2018-05-21": "Commonwealth Day (observed)", "2018-09-10": "Saint George's Caye Day", "2018-09-21": "Independence Day", "2018-10-15": "Pan American Day (observed)", "2018-11-19": "Garifuna Settlement Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-09": "National Heroes and Benefactors Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-04-22": "Easter Monday", "2019-05-01": "Labour Day", "2019-05-27": "Commonwealth Day (observed)", "2019-09-10": "Saint George's Caye Day", "2019-09-21": "Independence Day", "2019-10-12": "Pan American Day", "2019-11-19": "Garifuna Settlement Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-03-09": "National Heroes and Benefactors Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-04-13": "Easter Monday", "2020-05-01": "Labour Day", "2020-05-25": "Commonwealth Day (observed)", "2020-09-10": "Saint George's Caye Day", "2020-09-21": "Independence Day", "2020-10-12": "Pan American Day", "2020-11-19": "Garifuna Settlement Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-01-15": "George Price Day", "2021-03-08": "National Heroes and Benefactors Day (observed)", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-04-05": "Easter Monday", "2021-05-01": "Labour Day", "2021-05-24": "Commonwealth Day", "2021-08-02": "Emancipation Day (observed)", "2021-09-10": "Saint George's Caye Day", "2021-09-21": "Independence Day", "2021-10-11": "Indigenous Peoples' Resistance Day (observed)", "2021-11-19": "Garifuna Settlement Day", "2021-12-25": "Christmas Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-15": "George Price Day", "2022-03-07": "National Heroes and Benefactors Day (observed)", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-04-18": "Easter Monday", "2022-05-02": "Labour Day (observed)", "2022-08-01": "Emancipation Day", "2022-09-10": "Saint George's Caye Day", "2022-09-21": "Independence Day", "2022-10-10": "Indigenous Peoples' Resistance Day (observed)", "2022-11-19": "Garifuna Settlement Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "George Price Day (observed)", "2023-03-06": "National Heroes and Benefactors Day (observed)", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-04-10": "Easter Monday", "2023-05-01": "Labour Day", "2023-07-31": "Emancipation Day (observed)", "2023-09-11": "Saint George's Caye Day (observed)", "2023-09-21": "Independence Day", "2023-10-09": "Indigenous Peoples' Resistance Day (observed)", "2023-11-20": "Garifuna Settlement Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-15": "George Price Day", "2024-03-09": "National Heroes and Benefactors Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-04-01": "Easter Monday", "2024-05-01": "Labour Day", "2024-07-29": "Emancipation Day (observed)", "2024-09-10": "Saint George's Caye Day", "2024-09-21": "Independence Day", "2024-10-12": "Indigenous Peoples' Resistance Day", "2024-11-19": "Garifuna Settlement Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-15": "George Price Day", "2025-03-10": "National Heroes and Benefactors Day (observed)", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-04-21": "Easter Monday", "2025-05-01": "Labour Day", "2025-08-04": "Emancipation Day (observed)", "2025-09-10": "Saint George's Caye Day", "2025-09-22": "Independence Day (observed)", "2025-10-13": "Indigenous Peoples' Resistance Day (observed)", "2025-11-19": "Garifuna Settlement Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-15": "George Price Day", "2026-03-09": "National Heroes and Benefactors Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-04-06": "Easter Monday", "2026-05-01": "Labour Day", "2026-08-01": "Emancipation Day", "2026-09-10": "Saint George's Caye Day", "2026-09-21": "Independence Day", "2026-10-12": "Indigenous Peoples' Resistance Day", "2026-11-19": "Garifuna Settlement Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-01-15": "George Price Day", "2027-03-08": "National Heroes and Benefactors Day (observed)", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-03-29": "Easter Monday", "2027-05-01": "Labour Day", "2027-08-02": "Emancipation Day (observed)", "2027-09-10": "Saint George's Caye Day", "2027-09-21": "Independence Day", "2027-10-11": "Indigenous Peoples' Resistance Day (observed)", "2027-11-19": "Garifuna Settlement Day", "2027-12-25": "Christmas Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-15": "George Price Day", "2028-03-06": "National Heroes and Benefactors Day (observed)", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-04-17": "Easter Monday", "2028-05-01": "Labour Day", "2028-07-31": "Emancipation Day (observed)", "2028-09-11": "Saint George's Caye Day (observed)", "2028-09-21": "Independence Day", "2028-10-09": "Indigenous Peoples' Resistance Day (observed)", "2028-11-20": "Garifuna Settlement Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-15": "George Price Day", "2029-03-12": "National Heroes and Benefactors Day (observed)", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-04-02": "Easter Monday", "2029-05-01": "Labour Day", "2029-07-30": "Emancipation Day (observed)", "2029-09-10": "Saint George's Caye Day", "2029-09-21": "Independence Day", "2029-10-15": "Indigenous Peoples' Resistance Day (observed)", "2029-11-19": "Garifuna Settlement Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-15": "George Price Day", "2030-03-09": "National Heroes and Benefactors Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-04-22": "Easter Monday", "2030-05-01": "Labour Day", "2030-07-29": "Emancipation Day (observed)", "2030-09-10": "Saint George's Caye Day", "2030-09-21": "Independence Day", "2030-10-12": "Indigenous Peoples' Resistance Day", "2030-11-19": "Garifuna Settlement Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-15": "George Price Day", "2031-03-10": "National Heroes and Benefactors Day (observed)", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-04-14": "Easter Monday", "2031-05-01": "Labour Day", "2031-08-04": "Emancipation Day (observed)", "2031-09-10": "Saint George's Caye Day", "2031-09-22": "Independence Day (observed)", "2031-10-13": "Indigenous Peoples' Resistance Day (observed)", "2031-11-19": "Garifuna Settlement Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-15": "George Price Day", "2032-03-08": "National Heroes and Benefactors Day (observed)", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-03-29": "Easter Monday", "2032-05-01": "Labour Day", "2032-08-02": "Emancipation Day (observed)", "2032-09-10": "Saint George's Caye Day", "2032-09-21": "Independence Day", "2032-10-11": "Indigenous Peoples' Resistance Day (observed)", "2032-11-19": "Garifuna Settlement Day", "2032-12-25": "Christmas Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-15": "George Price Day", "2033-03-07": "National Heroes and Benefactors Day (observed)", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-04-18": "Easter Monday", "2033-05-02": "Labour Day (observed)", "2033-08-01": "Emancipation Day", "2033-09-10": "Saint George's Caye Day", "2033-09-21": "Independence Day", "2033-10-10": "Indigenous Peoples' Resistance Day (observed)", "2033-11-19": "Garifuna Settlement Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "George Price Day (observed)", "2034-03-06": "National Heroes and Benefactors Day (observed)", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-04-10": "Easter Monday", "2034-05-01": "Labour Day", "2034-07-31": "Emancipation Day (observed)", "2034-09-11": "Saint George's Caye Day (observed)", "2034-09-21": "Independence Day", "2034-10-09": "Indigenous Peoples' Resistance Day (observed)", "2034-11-20": "Garifuna Settlement Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-15": "George Price Day", "2035-03-12": "National Heroes and Benefactors Day (observed)", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-03-26": "Easter Monday", "2035-05-01": "Labour Day", "2035-07-30": "Emancipation Day (observed)", "2035-09-10": "Saint George's Caye Day", "2035-09-21": "Independence Day", "2035-10-15": "Indigenous Peoples' Resistance Day (observed)", "2035-11-19": "Garifuna Settlement Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-15": "George Price Day", "2036-03-10": "National Heroes and Benefactors Day (observed)", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-04-14": "Easter Monday", "2036-05-01": "Labour Day", "2036-08-04": "Emancipation Day (observed)", "2036-09-10": "Saint George's Caye Day", "2036-09-22": "Independence Day (observed)", "2036-10-13": "Indigenous Peoples' Resistance Day (observed)", "2036-11-19": "Garifuna Settlement Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-15": "George Price Day", "2037-03-09": "National Heroes and Benefactors Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-04-06": "Easter Monday", "2037-05-01": "Labour Day", "2037-08-01": "Emancipation Day", "2037-09-10": "Saint George's Caye Day", "2037-09-21": "Independence Day", "2037-10-12": "Indigenous Peoples' Resistance Day", "2037-11-19": "Garifuna Settlement Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-01-15": "George Price Day", "2038-03-08": "National Heroes and Benefactors Day (observed)", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-04-26": "Easter Monday", "2038-05-01": "Labour Day", "2038-08-02": "Emancipation Day (observed)", "2038-09-10": "Saint George's Caye Day", "2038-09-21": "Independence Day", "2038-10-11": "Indigenous Peoples' Resistance Day (observed)", "2038-11-19": "Garifuna Settlement Day", "2038-12-25": "Christmas Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-15": "George Price Day", "2039-03-07": "National Heroes and Benefactors Day (observed)", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-04-11": "Easter Monday", "2039-05-02": "Labour Day (observed)", "2039-08-01": "Emancipation Day", "2039-09-10": "Saint George's Caye Day", "2039-09-21": "Independence Day", "2039-10-10": "Indigenous Peoples' Resistance Day (observed)", "2039-11-19": "Garifuna Settlement Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "George Price Day (observed)", "2040-03-12": "National Heroes and Benefactors Day (observed)", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-04-02": "Easter Monday", "2040-05-01": "Labour Day", "2040-07-30": "Emancipation Day (observed)", "2040-09-10": "Saint George's Caye Day", "2040-09-21": "Independence Day", "2040-10-15": "Indigenous Peoples' Resistance Day (observed)", "2040-11-19": "Garifuna Settlement Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-15": "George Price Day", "2041-03-09": "National Heroes and Benefactors Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-04-22": "Easter Monday", "2041-05-01": "Labour Day", "2041-07-29": "Emancipation Day (observed)", "2041-09-10": "Saint George's Caye Day", "2041-09-21": "Independence Day", "2041-10-12": "Indigenous Peoples' Resistance Day", "2041-11-19": "Garifuna Settlement Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-15": "George Price Day", "2042-03-10": "National Heroes and Benefactors Day (observed)", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-04-07": "Easter Monday", "2042-05-01": "Labour Day", "2042-08-04": "Emancipation Day (observed)", "2042-09-10": "Saint George's Caye Day", "2042-09-22": "Independence Day (observed)", "2042-10-13": "Indigenous Peoples' Resistance Day (observed)", "2042-11-19": "Garifuna Settlement Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-15": "George Price Day", "2043-03-09": "National Heroes and Benefactors Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-03-30": "Easter Monday", "2043-05-01": "Labour Day", "2043-08-01": "Emancipation Day", "2043-09-10": "Saint George's Caye Day", "2043-09-21": "Independence Day", "2043-10-12": "Indigenous Peoples' Resistance Day", "2043-11-19": "Garifuna Settlement Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-01-15": "George Price Day", "2044-03-07": "National Heroes and Benefactors Day (observed)", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-04-18": "Easter Monday", "2044-05-02": "Labour Day (observed)", "2044-08-01": "Emancipation Day", "2044-09-10": "Saint George's Caye Day", "2044-09-21": "Independence Day", "2044-10-10": "Indigenous Peoples' Resistance Day (observed)", "2044-11-19": "Garifuna Settlement Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "George Price Day (observed)", "2045-03-06": "National Heroes and Benefactors Day (observed)", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-04-10": "Easter Monday", "2045-05-01": "Labour Day", "2045-07-31": "Emancipation Day (observed)", "2045-09-11": "Saint George's Caye Day (observed)", "2045-09-21": "Independence Day", "2045-10-09": "Indigenous Peoples' Resistance Day (observed)", "2045-11-20": "Garifuna Settlement Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-15": "George Price Day", "2046-03-12": "National Heroes and Benefactors Day (observed)", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-03-26": "Easter Monday", "2046-05-01": "Labour Day", "2046-07-30": "Emancipation Day (observed)", "2046-09-10": "Saint George's Caye Day", "2046-09-21": "Independence Day", "2046-10-15": "Indigenous Peoples' Resistance Day (observed)", "2046-11-19": "Garifuna Settlement Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-15": "George Price Day", "2047-03-09": "National Heroes and Benefactors Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-04-15": "Easter Monday", "2047-05-01": "Labour Day", "2047-07-29": "Emancipation Day (observed)", "2047-09-10": "Saint George's Caye Day", "2047-09-21": "Independence Day", "2047-10-12": "Indigenous Peoples' Resistance Day", "2047-11-19": "Garifuna Settlement Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-15": "George Price Day", "2048-03-09": "National Heroes and Benefactors Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-04-06": "Easter Monday", "2048-05-01": "Labour Day", "2048-08-01": "Emancipation Day", "2048-09-10": "Saint George's Caye Day", "2048-09-21": "Independence Day", "2048-10-12": "Indigenous Peoples' Resistance Day", "2048-11-19": "Garifuna Settlement Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-01-15": "George Price Day", "2049-03-08": "National Heroes and Benefactors Day (observed)", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-04-19": "Easter Monday", "2049-05-01": "Labour Day", "2049-08-02": "Emancipation Day (observed)", "2049-09-10": "Saint George's Caye Day", "2049-09-21": "Independence Day", "2049-10-11": "Indigenous Peoples' Resistance Day (observed)", "2049-11-19": "Garifuna Settlement Day", "2049-12-25": "Christmas Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-15": "George Price Day", "2050-03-07": "National Heroes and Benefactors Day (observed)", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-04-11": "Easter Monday", "2050-05-02": "Labour Day (observed)", "2050-08-01": "Emancipation Day", "2050-09-10": "Saint George's Caye Day", "2050-09-21": "Independence Day", "2050-10-10": "Indigenous Peoples' Resistance Day (observed)", "2050-11-19": "Garifuna Settlement Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day" } holidays-0.71/snapshots/countries/CA_AB.json000066400000000000000000001370171500152103600210340ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-07-01": "Dominion Day", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-08-05": "Heritage Day", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-08-04": "Heritage Day", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-08-02": "Heritage Day", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-08-01": "Heritage Day", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-08-07": "Heritage Day", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-08-06": "Heritage Day", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-08-04": "Heritage Day", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-08-03": "Heritage Day", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-08-02": "Heritage Day", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-08-01": "Heritage Day", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-08-06": "Heritage Day", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-08-05": "Heritage Day", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-08-04": "Heritage Day", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-08-03": "Heritage Day", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-08-01": "Heritage Day", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-08-07": "Heritage Day", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-02-19": "Family Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-08-06": "Heritage Day", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-02-18": "Family Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-08-05": "Heritage Day", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-02-17": "Family Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-08-03": "Heritage Day", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-02-15": "Family Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-08-02": "Heritage Day", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-02-21": "Family Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-08-01": "Heritage Day", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-20": "Family Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-08-07": "Heritage Day", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-02-19": "Family Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day", "1996-08-05": "Heritage Day", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-02-17": "Family Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-19": "Victoria Day", "1997-07-01": "Canada Day", "1997-08-04": "Heritage Day", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-02-16": "Family Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-18": "Victoria Day", "1998-07-01": "Canada Day", "1998-08-03": "Heritage Day", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-02-15": "Family Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-24": "Victoria Day", "1999-07-01": "Canada Day", "1999-08-02": "Heritage Day", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-02-21": "Family Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-22": "Victoria Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-08-07": "Heritage Day", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-02-19": "Family Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-21": "Victoria Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-08-06": "Heritage Day", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-02-18": "Family Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-20": "Victoria Day", "2002-07-01": "Canada Day", "2002-08-05": "Heritage Day", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-02-17": "Family Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-19": "Victoria Day", "2003-07-01": "Canada Day", "2003-08-04": "Heritage Day", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-02-16": "Family Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-24": "Victoria Day", "2004-07-01": "Canada Day", "2004-08-02": "Heritage Day", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-02-21": "Family Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-23": "Victoria Day", "2005-07-01": "Canada Day", "2005-08-01": "Heritage Day", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-20": "Family Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-22": "Victoria Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-08-07": "Heritage Day", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-02-19": "Family Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-21": "Victoria Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-08-06": "Heritage Day", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-02-18": "Family Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-19": "Victoria Day", "2008-07-01": "Canada Day", "2008-08-04": "Heritage Day", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-02-16": "Family Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-18": "Victoria Day", "2009-07-01": "Canada Day", "2009-08-03": "Heritage Day", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-02-15": "Family Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-24": "Victoria Day", "2010-07-01": "Canada Day", "2010-08-02": "Heritage Day", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-02-21": "Family Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-23": "Victoria Day", "2011-07-01": "Canada Day", "2011-08-01": "Heritage Day", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-20": "Family Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-21": "Victoria Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-08-06": "Heritage Day", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-02-18": "Family Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-20": "Victoria Day", "2013-07-01": "Canada Day", "2013-08-05": "Heritage Day", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-02-17": "Family Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-19": "Victoria Day", "2014-07-01": "Canada Day", "2014-08-04": "Heritage Day", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-16": "Family Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-18": "Victoria Day", "2015-07-01": "Canada Day", "2015-08-03": "Heritage Day", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-02-15": "Family Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-23": "Victoria Day", "2016-07-01": "Canada Day", "2016-08-01": "Heritage Day", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-20": "Family Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-22": "Victoria Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-08-07": "Heritage Day", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-19": "Family Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-21": "Victoria Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-08-06": "Heritage Day", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-18": "Family Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-20": "Victoria Day", "2019-07-01": "Canada Day", "2019-08-05": "Heritage Day", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-17": "Family Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-18": "Victoria Day", "2020-07-01": "Canada Day", "2020-08-03": "Heritage Day", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-15": "Family Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-24": "Victoria Day", "2021-07-01": "Canada Day", "2021-08-02": "Heritage Day", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-21": "Family Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-23": "Victoria Day", "2022-07-01": "Canada Day", "2022-08-01": "Heritage Day", "2022-09-05": "Labor Day", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-20": "Family Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-22": "Victoria Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-08-07": "Heritage Day", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-19": "Family Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-20": "Victoria Day", "2024-07-01": "Canada Day", "2024-08-05": "Heritage Day", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-17": "Family Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-19": "Victoria Day", "2025-07-01": "Canada Day", "2025-08-04": "Heritage Day", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-16": "Family Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-18": "Victoria Day", "2026-07-01": "Canada Day", "2026-08-03": "Heritage Day", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-15": "Family Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-24": "Victoria Day", "2027-07-01": "Canada Day", "2027-08-02": "Heritage Day", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-21": "Family Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-22": "Victoria Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-08-07": "Heritage Day", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-19": "Family Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-21": "Victoria Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-08-06": "Heritage Day", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-18": "Family Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-20": "Victoria Day", "2030-07-01": "Canada Day", "2030-08-05": "Heritage Day", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-17": "Family Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-19": "Victoria Day", "2031-07-01": "Canada Day", "2031-08-04": "Heritage Day", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-16": "Family Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-24": "Victoria Day", "2032-07-01": "Canada Day", "2032-08-02": "Heritage Day", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-02-21": "Family Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-23": "Victoria Day", "2033-07-01": "Canada Day", "2033-08-01": "Heritage Day", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-20": "Family Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-22": "Victoria Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-08-07": "Heritage Day", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-19": "Family Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-21": "Victoria Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-08-06": "Heritage Day", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-18": "Family Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-19": "Victoria Day", "2036-07-01": "Canada Day", "2036-08-04": "Heritage Day", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-16": "Family Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-18": "Victoria Day", "2037-07-01": "Canada Day", "2037-08-03": "Heritage Day", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-02-15": "Family Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-24": "Victoria Day", "2038-07-01": "Canada Day", "2038-08-02": "Heritage Day", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-02-21": "Family Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-23": "Victoria Day", "2039-07-01": "Canada Day", "2039-08-01": "Heritage Day", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-20": "Family Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-21": "Victoria Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-08-06": "Heritage Day", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-18": "Family Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-20": "Victoria Day", "2041-07-01": "Canada Day", "2041-08-05": "Heritage Day", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-17": "Family Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-19": "Victoria Day", "2042-07-01": "Canada Day", "2042-08-04": "Heritage Day", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-16": "Family Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-18": "Victoria Day", "2043-07-01": "Canada Day", "2043-08-03": "Heritage Day", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-15": "Family Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-23": "Victoria Day", "2044-07-01": "Canada Day", "2044-08-01": "Heritage Day", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-20": "Family Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-22": "Victoria Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-08-07": "Heritage Day", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-19": "Family Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-21": "Victoria Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-08-06": "Heritage Day", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-18": "Family Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-20": "Victoria Day", "2047-07-01": "Canada Day", "2047-08-05": "Heritage Day", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-17": "Family Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-18": "Victoria Day", "2048-07-01": "Canada Day", "2048-08-03": "Heritage Day", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-15": "Family Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-24": "Victoria Day", "2049-07-01": "Canada Day", "2049-08-02": "Heritage Day", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-21": "Family Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-23": "Victoria Day", "2050-07-01": "Canada Day", "2050-08-01": "Heritage Day", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_BC.json000066400000000000000000001300131500152103600210230ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-08-05": "British Columbia Day", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-08-04": "British Columbia Day", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-08-02": "British Columbia Day", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-08-01": "British Columbia Day", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-08-07": "British Columbia Day", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-08-06": "British Columbia Day", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-08-04": "British Columbia Day", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-08-03": "British Columbia Day", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-08-02": "British Columbia Day", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-08-01": "British Columbia Day", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-08-06": "British Columbia Day", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-08-05": "British Columbia Day", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-08-04": "British Columbia Day", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-08-03": "British Columbia Day", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-08-01": "British Columbia Day", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-08-07": "British Columbia Day", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-08-06": "British Columbia Day", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-08-05": "British Columbia Day", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-08-03": "British Columbia Day", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-08-02": "British Columbia Day", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-08-01": "British Columbia Day", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-08-07": "British Columbia Day", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day", "1996-08-05": "British Columbia Day", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-05-19": "Victoria Day", "1997-07-01": "Canada Day", "1997-08-04": "British Columbia Day", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-05-18": "Victoria Day", "1998-07-01": "Canada Day", "1998-08-03": "British Columbia Day", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-05-24": "Victoria Day", "1999-07-01": "Canada Day", "1999-08-02": "British Columbia Day", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-05-22": "Victoria Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-08-07": "British Columbia Day", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-05-21": "Victoria Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-08-06": "British Columbia Day", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-05-20": "Victoria Day", "2002-07-01": "Canada Day", "2002-08-05": "British Columbia Day", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-05-19": "Victoria Day", "2003-07-01": "Canada Day", "2003-08-04": "British Columbia Day", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-05-24": "Victoria Day", "2004-07-01": "Canada Day", "2004-08-02": "British Columbia Day", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-05-23": "Victoria Day", "2005-07-01": "Canada Day", "2005-08-01": "British Columbia Day", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-05-22": "Victoria Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-08-07": "British Columbia Day", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-05-21": "Victoria Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-08-06": "British Columbia Day", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-05-19": "Victoria Day", "2008-07-01": "Canada Day", "2008-08-04": "British Columbia Day", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-05-18": "Victoria Day", "2009-07-01": "Canada Day", "2009-08-03": "British Columbia Day", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-05-24": "Victoria Day", "2010-07-01": "Canada Day", "2010-08-02": "British Columbia Day", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-05-23": "Victoria Day", "2011-07-01": "Canada Day", "2011-08-01": "British Columbia Day", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-05-21": "Victoria Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-08-06": "British Columbia Day", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-02-11": "Family Day", "2013-03-29": "Good Friday", "2013-05-20": "Victoria Day", "2013-07-01": "Canada Day", "2013-08-05": "British Columbia Day", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-02-10": "Family Day", "2014-04-18": "Good Friday", "2014-05-19": "Victoria Day", "2014-07-01": "Canada Day", "2014-08-04": "British Columbia Day", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-09": "Family Day", "2015-04-03": "Good Friday", "2015-05-18": "Victoria Day", "2015-07-01": "Canada Day", "2015-08-03": "British Columbia Day", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-02-08": "Family Day", "2016-03-25": "Good Friday", "2016-05-23": "Victoria Day", "2016-07-01": "Canada Day", "2016-08-01": "British Columbia Day", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-13": "Family Day", "2017-04-14": "Good Friday", "2017-05-22": "Victoria Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-08-07": "British Columbia Day", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-12": "Family Day", "2018-03-30": "Good Friday", "2018-05-21": "Victoria Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-08-06": "British Columbia Day", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-18": "Family Day", "2019-04-19": "Good Friday", "2019-05-20": "Victoria Day", "2019-07-01": "Canada Day", "2019-08-05": "British Columbia Day", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-17": "Family Day", "2020-04-10": "Good Friday", "2020-05-18": "Victoria Day", "2020-07-01": "Canada Day", "2020-08-03": "British Columbia Day", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-15": "Family Day", "2021-04-02": "Good Friday", "2021-05-24": "Victoria Day", "2021-07-01": "Canada Day", "2021-08-02": "British Columbia Day", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-21": "Family Day", "2022-04-15": "Good Friday", "2022-05-23": "Victoria Day", "2022-07-01": "Canada Day", "2022-08-01": "British Columbia Day", "2022-09-05": "Labor Day", "2022-09-19": "Funeral of Her Majesty the Queen Elizabeth II", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-20": "Family Day", "2023-04-07": "Good Friday", "2023-05-22": "Victoria Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-08-07": "British Columbia Day", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-19": "Family Day", "2024-03-29": "Good Friday", "2024-05-20": "Victoria Day", "2024-07-01": "Canada Day", "2024-08-05": "British Columbia Day", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-17": "Family Day", "2025-04-18": "Good Friday", "2025-05-19": "Victoria Day", "2025-07-01": "Canada Day", "2025-08-04": "British Columbia Day", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-16": "Family Day", "2026-04-03": "Good Friday", "2026-05-18": "Victoria Day", "2026-07-01": "Canada Day", "2026-08-03": "British Columbia Day", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-15": "Family Day", "2027-03-26": "Good Friday", "2027-05-24": "Victoria Day", "2027-07-01": "Canada Day", "2027-08-02": "British Columbia Day", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-21": "Family Day", "2028-04-14": "Good Friday", "2028-05-22": "Victoria Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-08-07": "British Columbia Day", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-19": "Family Day", "2029-03-30": "Good Friday", "2029-05-21": "Victoria Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-08-06": "British Columbia Day", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-18": "Family Day", "2030-04-19": "Good Friday", "2030-05-20": "Victoria Day", "2030-07-01": "Canada Day", "2030-08-05": "British Columbia Day", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-17": "Family Day", "2031-04-11": "Good Friday", "2031-05-19": "Victoria Day", "2031-07-01": "Canada Day", "2031-08-04": "British Columbia Day", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-16": "Family Day", "2032-03-26": "Good Friday", "2032-05-24": "Victoria Day", "2032-07-01": "Canada Day", "2032-08-02": "British Columbia Day", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-02-21": "Family Day", "2033-04-15": "Good Friday", "2033-05-23": "Victoria Day", "2033-07-01": "Canada Day", "2033-08-01": "British Columbia Day", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-20": "Family Day", "2034-04-07": "Good Friday", "2034-05-22": "Victoria Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-08-07": "British Columbia Day", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-19": "Family Day", "2035-03-23": "Good Friday", "2035-05-21": "Victoria Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-08-06": "British Columbia Day", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-18": "Family Day", "2036-04-11": "Good Friday", "2036-05-19": "Victoria Day", "2036-07-01": "Canada Day", "2036-08-04": "British Columbia Day", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-16": "Family Day", "2037-04-03": "Good Friday", "2037-05-18": "Victoria Day", "2037-07-01": "Canada Day", "2037-08-03": "British Columbia Day", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-02-15": "Family Day", "2038-04-23": "Good Friday", "2038-05-24": "Victoria Day", "2038-07-01": "Canada Day", "2038-08-02": "British Columbia Day", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-02-21": "Family Day", "2039-04-08": "Good Friday", "2039-05-23": "Victoria Day", "2039-07-01": "Canada Day", "2039-08-01": "British Columbia Day", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-20": "Family Day", "2040-03-30": "Good Friday", "2040-05-21": "Victoria Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-08-06": "British Columbia Day", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-18": "Family Day", "2041-04-19": "Good Friday", "2041-05-20": "Victoria Day", "2041-07-01": "Canada Day", "2041-08-05": "British Columbia Day", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-17": "Family Day", "2042-04-04": "Good Friday", "2042-05-19": "Victoria Day", "2042-07-01": "Canada Day", "2042-08-04": "British Columbia Day", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-16": "Family Day", "2043-03-27": "Good Friday", "2043-05-18": "Victoria Day", "2043-07-01": "Canada Day", "2043-08-03": "British Columbia Day", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-15": "Family Day", "2044-04-15": "Good Friday", "2044-05-23": "Victoria Day", "2044-07-01": "Canada Day", "2044-08-01": "British Columbia Day", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-20": "Family Day", "2045-04-07": "Good Friday", "2045-05-22": "Victoria Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-08-07": "British Columbia Day", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-19": "Family Day", "2046-03-23": "Good Friday", "2046-05-21": "Victoria Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-08-06": "British Columbia Day", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-18": "Family Day", "2047-04-12": "Good Friday", "2047-05-20": "Victoria Day", "2047-07-01": "Canada Day", "2047-08-05": "British Columbia Day", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-17": "Family Day", "2048-04-03": "Good Friday", "2048-05-18": "Victoria Day", "2048-07-01": "Canada Day", "2048-08-03": "British Columbia Day", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-15": "Family Day", "2049-04-16": "Good Friday", "2049-05-24": "Victoria Day", "2049-07-01": "Canada Day", "2049-08-02": "British Columbia Day", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-21": "Family Day", "2050-04-08": "Good Friday", "2050-05-23": "Victoria Day", "2050-07-01": "Canada Day", "2050-08-01": "British Columbia Day", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_COMMON.json000066400000000000000000001171461500152103600215430ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-05-19": "Victoria Day", "1997-07-01": "Canada Day", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-05-18": "Victoria Day", "1998-07-01": "Canada Day", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-05-24": "Victoria Day", "1999-07-01": "Canada Day", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-05-22": "Victoria Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-05-21": "Victoria Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-05-20": "Victoria Day", "2002-07-01": "Canada Day", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-05-19": "Victoria Day", "2003-07-01": "Canada Day", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-05-24": "Victoria Day", "2004-07-01": "Canada Day", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-05-23": "Victoria Day", "2005-07-01": "Canada Day", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-05-22": "Victoria Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-05-21": "Victoria Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-05-19": "Victoria Day", "2008-07-01": "Canada Day", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-05-18": "Victoria Day", "2009-07-01": "Canada Day", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-05-24": "Victoria Day", "2010-07-01": "Canada Day", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-05-23": "Victoria Day", "2011-07-01": "Canada Day", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-05-21": "Victoria Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-05-20": "Victoria Day", "2013-07-01": "Canada Day", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-05-19": "Victoria Day", "2014-07-01": "Canada Day", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-05-18": "Victoria Day", "2015-07-01": "Canada Day", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-05-23": "Victoria Day", "2016-07-01": "Canada Day", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-05-22": "Victoria Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-05-21": "Victoria Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-05-20": "Victoria Day", "2019-07-01": "Canada Day", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-05-18": "Victoria Day", "2020-07-01": "Canada Day", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-05-24": "Victoria Day", "2021-07-01": "Canada Day", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-05-23": "Victoria Day", "2022-07-01": "Canada Day", "2022-09-05": "Labor Day", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-05-22": "Victoria Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-05-20": "Victoria Day", "2024-07-01": "Canada Day", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-05-19": "Victoria Day", "2025-07-01": "Canada Day", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-05-18": "Victoria Day", "2026-07-01": "Canada Day", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-05-24": "Victoria Day", "2027-07-01": "Canada Day", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-05-22": "Victoria Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-05-21": "Victoria Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-05-20": "Victoria Day", "2030-07-01": "Canada Day", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-05-19": "Victoria Day", "2031-07-01": "Canada Day", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-05-24": "Victoria Day", "2032-07-01": "Canada Day", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-05-23": "Victoria Day", "2033-07-01": "Canada Day", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-05-22": "Victoria Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-05-21": "Victoria Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-05-19": "Victoria Day", "2036-07-01": "Canada Day", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-05-18": "Victoria Day", "2037-07-01": "Canada Day", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-05-24": "Victoria Day", "2038-07-01": "Canada Day", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-05-23": "Victoria Day", "2039-07-01": "Canada Day", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-05-21": "Victoria Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-05-20": "Victoria Day", "2041-07-01": "Canada Day", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-05-19": "Victoria Day", "2042-07-01": "Canada Day", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-05-18": "Victoria Day", "2043-07-01": "Canada Day", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-05-23": "Victoria Day", "2044-07-01": "Canada Day", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-05-22": "Victoria Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-05-21": "Victoria Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-05-20": "Victoria Day", "2047-07-01": "Canada Day", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-05-18": "Victoria Day", "2048-07-01": "Canada Day", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-05-24": "Victoria Day", "2049-07-01": "Canada Day", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-05-23": "Victoria Day", "2050-07-01": "Canada Day", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_MB.json000066400000000000000000001311011500152103600210340ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-08-07": "Civic Holiday", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-08-06": "Civic Holiday", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day", "1952-08-04": "Civic Holiday", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-08-03": "Civic Holiday", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-08-02": "Civic Holiday", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-08-01": "Civic Holiday", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-08-06": "Civic Holiday", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-08-05": "Civic Holiday", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-08-04": "Civic Holiday", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-08-03": "Civic Holiday", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-08-01": "Civic Holiday", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-08-07": "Civic Holiday", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-08-06": "Civic Holiday", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-08-05": "Civic Holiday", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-08-03": "Civic Holiday", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-08-02": "Civic Holiday", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-08-01": "Civic Holiday", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-08-07": "Civic Holiday", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-08-05": "Civic Holiday", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-08-04": "Civic Holiday", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-08-03": "Civic Holiday", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-08-02": "Civic Holiday", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-08-07": "Civic Holiday", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-08-06": "Civic Holiday", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-08-05": "Civic Holiday", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-08-04": "Civic Holiday", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-08-02": "Civic Holiday", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-08-01": "Civic Holiday", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-08-07": "Civic Holiday", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-08-06": "Civic Holiday", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-08-04": "Civic Holiday", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-08-03": "Civic Holiday", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-08-02": "Civic Holiday", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-08-01": "Civic Holiday", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-08-06": "Civic Holiday", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-08-05": "Civic Holiday", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-08-04": "Civic Holiday", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-08-03": "Civic Holiday", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-08-01": "Civic Holiday", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-08-07": "Civic Holiday", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-08-06": "Civic Holiday", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-08-05": "Civic Holiday", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-08-03": "Civic Holiday", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-08-02": "Civic Holiday", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-08-01": "Civic Holiday", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-08-07": "Civic Holiday", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day", "1996-08-05": "Civic Holiday", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-05-19": "Victoria Day", "1997-07-01": "Canada Day", "1997-08-04": "Civic Holiday", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-05-18": "Victoria Day", "1998-07-01": "Canada Day", "1998-08-03": "Civic Holiday", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-05-24": "Victoria Day", "1999-07-01": "Canada Day", "1999-08-02": "Civic Holiday", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-05-22": "Victoria Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-08-07": "Civic Holiday", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-05-21": "Victoria Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-08-06": "Civic Holiday", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-05-20": "Victoria Day", "2002-07-01": "Canada Day", "2002-08-05": "Civic Holiday", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-05-19": "Victoria Day", "2003-07-01": "Canada Day", "2003-08-04": "Civic Holiday", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-05-24": "Victoria Day", "2004-07-01": "Canada Day", "2004-08-02": "Civic Holiday", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-05-23": "Victoria Day", "2005-07-01": "Canada Day", "2005-08-01": "Civic Holiday", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-05-22": "Victoria Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-08-07": "Civic Holiday", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-05-21": "Victoria Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-08-06": "Civic Holiday", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-02-18": "Louis Riel Day", "2008-03-21": "Good Friday", "2008-05-19": "Victoria Day", "2008-07-01": "Canada Day", "2008-08-04": "Civic Holiday", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-02-16": "Louis Riel Day", "2009-04-10": "Good Friday", "2009-05-18": "Victoria Day", "2009-07-01": "Canada Day", "2009-08-03": "Civic Holiday", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-02-15": "Louis Riel Day", "2010-04-02": "Good Friday", "2010-05-24": "Victoria Day", "2010-07-01": "Canada Day", "2010-08-02": "Civic Holiday", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-02-21": "Louis Riel Day", "2011-04-22": "Good Friday", "2011-05-23": "Victoria Day", "2011-07-01": "Canada Day", "2011-08-01": "Civic Holiday", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-20": "Louis Riel Day", "2012-04-06": "Good Friday", "2012-05-21": "Victoria Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-08-06": "Civic Holiday", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-02-18": "Louis Riel Day", "2013-03-29": "Good Friday", "2013-05-20": "Victoria Day", "2013-07-01": "Canada Day", "2013-08-05": "Civic Holiday", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-02-17": "Louis Riel Day", "2014-04-18": "Good Friday", "2014-05-19": "Victoria Day", "2014-07-01": "Canada Day", "2014-08-04": "Civic Holiday", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-16": "Louis Riel Day", "2015-04-03": "Good Friday", "2015-05-18": "Victoria Day", "2015-07-01": "Canada Day", "2015-08-03": "Terry Fox Day", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-02-15": "Louis Riel Day", "2016-03-25": "Good Friday", "2016-05-23": "Victoria Day", "2016-07-01": "Canada Day", "2016-08-01": "Terry Fox Day", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-20": "Louis Riel Day", "2017-04-14": "Good Friday", "2017-05-22": "Victoria Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-08-07": "Terry Fox Day", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-19": "Louis Riel Day", "2018-03-30": "Good Friday", "2018-05-21": "Victoria Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-08-06": "Terry Fox Day", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-18": "Louis Riel Day", "2019-04-19": "Good Friday", "2019-05-20": "Victoria Day", "2019-07-01": "Canada Day", "2019-08-05": "Terry Fox Day", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-17": "Louis Riel Day", "2020-04-10": "Good Friday", "2020-05-18": "Victoria Day", "2020-07-01": "Canada Day", "2020-08-03": "Terry Fox Day", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-15": "Louis Riel Day", "2021-04-02": "Good Friday", "2021-05-24": "Victoria Day", "2021-07-01": "Canada Day", "2021-08-02": "Terry Fox Day", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-21": "Louis Riel Day", "2022-04-15": "Good Friday", "2022-05-23": "Victoria Day", "2022-07-01": "Canada Day", "2022-08-01": "Terry Fox Day", "2022-09-05": "Labor Day", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-20": "Louis Riel Day", "2023-04-07": "Good Friday", "2023-05-22": "Victoria Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-08-07": "Terry Fox Day", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-19": "Louis Riel Day", "2024-03-29": "Good Friday", "2024-05-20": "Victoria Day", "2024-07-01": "Canada Day", "2024-08-05": "Terry Fox Day", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-17": "Louis Riel Day", "2025-04-18": "Good Friday", "2025-05-19": "Victoria Day", "2025-07-01": "Canada Day", "2025-08-04": "Terry Fox Day", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-16": "Louis Riel Day", "2026-04-03": "Good Friday", "2026-05-18": "Victoria Day", "2026-07-01": "Canada Day", "2026-08-03": "Terry Fox Day", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-15": "Louis Riel Day", "2027-03-26": "Good Friday", "2027-05-24": "Victoria Day", "2027-07-01": "Canada Day", "2027-08-02": "Terry Fox Day", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-21": "Louis Riel Day", "2028-04-14": "Good Friday", "2028-05-22": "Victoria Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-08-07": "Terry Fox Day", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-19": "Louis Riel Day", "2029-03-30": "Good Friday", "2029-05-21": "Victoria Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-08-06": "Terry Fox Day", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-18": "Louis Riel Day", "2030-04-19": "Good Friday", "2030-05-20": "Victoria Day", "2030-07-01": "Canada Day", "2030-08-05": "Terry Fox Day", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-17": "Louis Riel Day", "2031-04-11": "Good Friday", "2031-05-19": "Victoria Day", "2031-07-01": "Canada Day", "2031-08-04": "Terry Fox Day", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-16": "Louis Riel Day", "2032-03-26": "Good Friday", "2032-05-24": "Victoria Day", "2032-07-01": "Canada Day", "2032-08-02": "Terry Fox Day", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-02-21": "Louis Riel Day", "2033-04-15": "Good Friday", "2033-05-23": "Victoria Day", "2033-07-01": "Canada Day", "2033-08-01": "Terry Fox Day", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-20": "Louis Riel Day", "2034-04-07": "Good Friday", "2034-05-22": "Victoria Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-08-07": "Terry Fox Day", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-19": "Louis Riel Day", "2035-03-23": "Good Friday", "2035-05-21": "Victoria Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-08-06": "Terry Fox Day", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-18": "Louis Riel Day", "2036-04-11": "Good Friday", "2036-05-19": "Victoria Day", "2036-07-01": "Canada Day", "2036-08-04": "Terry Fox Day", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-16": "Louis Riel Day", "2037-04-03": "Good Friday", "2037-05-18": "Victoria Day", "2037-07-01": "Canada Day", "2037-08-03": "Terry Fox Day", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-02-15": "Louis Riel Day", "2038-04-23": "Good Friday", "2038-05-24": "Victoria Day", "2038-07-01": "Canada Day", "2038-08-02": "Terry Fox Day", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-02-21": "Louis Riel Day", "2039-04-08": "Good Friday", "2039-05-23": "Victoria Day", "2039-07-01": "Canada Day", "2039-08-01": "Terry Fox Day", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-20": "Louis Riel Day", "2040-03-30": "Good Friday", "2040-05-21": "Victoria Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-08-06": "Terry Fox Day", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-18": "Louis Riel Day", "2041-04-19": "Good Friday", "2041-05-20": "Victoria Day", "2041-07-01": "Canada Day", "2041-08-05": "Terry Fox Day", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-17": "Louis Riel Day", "2042-04-04": "Good Friday", "2042-05-19": "Victoria Day", "2042-07-01": "Canada Day", "2042-08-04": "Terry Fox Day", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-16": "Louis Riel Day", "2043-03-27": "Good Friday", "2043-05-18": "Victoria Day", "2043-07-01": "Canada Day", "2043-08-03": "Terry Fox Day", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-15": "Louis Riel Day", "2044-04-15": "Good Friday", "2044-05-23": "Victoria Day", "2044-07-01": "Canada Day", "2044-08-01": "Terry Fox Day", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-20": "Louis Riel Day", "2045-04-07": "Good Friday", "2045-05-22": "Victoria Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-08-07": "Terry Fox Day", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-19": "Louis Riel Day", "2046-03-23": "Good Friday", "2046-05-21": "Victoria Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-08-06": "Terry Fox Day", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-18": "Louis Riel Day", "2047-04-12": "Good Friday", "2047-05-20": "Victoria Day", "2047-07-01": "Canada Day", "2047-08-05": "Terry Fox Day", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-17": "Louis Riel Day", "2048-04-03": "Good Friday", "2048-05-18": "Victoria Day", "2048-07-01": "Canada Day", "2048-08-03": "Terry Fox Day", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-15": "Louis Riel Day", "2049-04-16": "Good Friday", "2049-05-24": "Victoria Day", "2049-07-01": "Canada Day", "2049-08-02": "Terry Fox Day", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-21": "Louis Riel Day", "2050-04-08": "Good Friday", "2050-05-23": "Victoria Day", "2050-07-01": "Canada Day", "2050-08-01": "Terry Fox Day", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_NB.json000066400000000000000000001271351500152103600210510ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-08-04": "New Brunswick Day", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-08-02": "New Brunswick Day", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-08-01": "New Brunswick Day", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-08-07": "New Brunswick Day", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-08-06": "New Brunswick Day", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-08-04": "New Brunswick Day", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-08-03": "New Brunswick Day", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-08-02": "New Brunswick Day", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-08-01": "New Brunswick Day", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-08-06": "New Brunswick Day", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-08-05": "New Brunswick Day", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-08-04": "New Brunswick Day", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-08-03": "New Brunswick Day", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-08-01": "New Brunswick Day", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-08-07": "New Brunswick Day", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-08-06": "New Brunswick Day", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-08-05": "New Brunswick Day", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-08-03": "New Brunswick Day", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-08-02": "New Brunswick Day", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-08-01": "New Brunswick Day", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-08-07": "New Brunswick Day", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day", "1996-08-05": "New Brunswick Day", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-05-19": "Victoria Day", "1997-07-01": "Canada Day", "1997-08-04": "New Brunswick Day", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-05-18": "Victoria Day", "1998-07-01": "Canada Day", "1998-08-03": "New Brunswick Day", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-05-24": "Victoria Day", "1999-07-01": "Canada Day", "1999-08-02": "New Brunswick Day", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-05-22": "Victoria Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-08-07": "New Brunswick Day", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-05-21": "Victoria Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-08-06": "New Brunswick Day", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-05-20": "Victoria Day", "2002-07-01": "Canada Day", "2002-08-05": "New Brunswick Day", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-05-19": "Victoria Day", "2003-07-01": "Canada Day", "2003-08-04": "New Brunswick Day", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-05-24": "Victoria Day", "2004-07-01": "Canada Day", "2004-08-02": "New Brunswick Day", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-05-23": "Victoria Day", "2005-07-01": "Canada Day", "2005-08-01": "New Brunswick Day", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-05-22": "Victoria Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-08-07": "New Brunswick Day", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-05-21": "Victoria Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-08-06": "New Brunswick Day", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-05-19": "Victoria Day", "2008-07-01": "Canada Day", "2008-08-04": "New Brunswick Day", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-05-18": "Victoria Day", "2009-07-01": "Canada Day", "2009-08-03": "New Brunswick Day", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-05-24": "Victoria Day", "2010-07-01": "Canada Day", "2010-08-02": "New Brunswick Day", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-05-23": "Victoria Day", "2011-07-01": "Canada Day", "2011-08-01": "New Brunswick Day", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-05-21": "Victoria Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-08-06": "New Brunswick Day", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-05-20": "Victoria Day", "2013-07-01": "Canada Day", "2013-08-05": "New Brunswick Day", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-05-19": "Victoria Day", "2014-07-01": "Canada Day", "2014-08-04": "New Brunswick Day", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-05-18": "Victoria Day", "2015-07-01": "Canada Day", "2015-08-03": "New Brunswick Day", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-05-23": "Victoria Day", "2016-07-01": "Canada Day", "2016-08-01": "New Brunswick Day", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-05-22": "Victoria Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-08-07": "New Brunswick Day", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-19": "Family Day", "2018-03-30": "Good Friday", "2018-05-21": "Victoria Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-08-06": "New Brunswick Day", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-18": "Family Day", "2019-04-19": "Good Friday", "2019-05-20": "Victoria Day", "2019-07-01": "Canada Day", "2019-08-05": "New Brunswick Day", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-17": "Family Day", "2020-04-10": "Good Friday", "2020-05-18": "Victoria Day", "2020-07-01": "Canada Day", "2020-08-03": "New Brunswick Day", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-15": "Family Day", "2021-04-02": "Good Friday", "2021-05-24": "Victoria Day", "2021-07-01": "Canada Day", "2021-08-02": "New Brunswick Day", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-21": "Family Day", "2022-04-15": "Good Friday", "2022-05-23": "Victoria Day", "2022-07-01": "Canada Day", "2022-08-01": "New Brunswick Day", "2022-09-05": "Labor Day", "2022-09-19": "Funeral of Her Majesty the Queen Elizabeth II", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-20": "Family Day", "2023-04-07": "Good Friday", "2023-05-22": "Victoria Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-08-07": "New Brunswick Day", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-19": "Family Day", "2024-03-29": "Good Friday", "2024-05-20": "Victoria Day", "2024-07-01": "Canada Day", "2024-08-05": "New Brunswick Day", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-17": "Family Day", "2025-04-18": "Good Friday", "2025-05-19": "Victoria Day", "2025-07-01": "Canada Day", "2025-08-04": "New Brunswick Day", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-16": "Family Day", "2026-04-03": "Good Friday", "2026-05-18": "Victoria Day", "2026-07-01": "Canada Day", "2026-08-03": "New Brunswick Day", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-15": "Family Day", "2027-03-26": "Good Friday", "2027-05-24": "Victoria Day", "2027-07-01": "Canada Day", "2027-08-02": "New Brunswick Day", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-21": "Family Day", "2028-04-14": "Good Friday", "2028-05-22": "Victoria Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-08-07": "New Brunswick Day", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-19": "Family Day", "2029-03-30": "Good Friday", "2029-05-21": "Victoria Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-08-06": "New Brunswick Day", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-18": "Family Day", "2030-04-19": "Good Friday", "2030-05-20": "Victoria Day", "2030-07-01": "Canada Day", "2030-08-05": "New Brunswick Day", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-17": "Family Day", "2031-04-11": "Good Friday", "2031-05-19": "Victoria Day", "2031-07-01": "Canada Day", "2031-08-04": "New Brunswick Day", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-16": "Family Day", "2032-03-26": "Good Friday", "2032-05-24": "Victoria Day", "2032-07-01": "Canada Day", "2032-08-02": "New Brunswick Day", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-02-21": "Family Day", "2033-04-15": "Good Friday", "2033-05-23": "Victoria Day", "2033-07-01": "Canada Day", "2033-08-01": "New Brunswick Day", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-20": "Family Day", "2034-04-07": "Good Friday", "2034-05-22": "Victoria Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-08-07": "New Brunswick Day", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-19": "Family Day", "2035-03-23": "Good Friday", "2035-05-21": "Victoria Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-08-06": "New Brunswick Day", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-18": "Family Day", "2036-04-11": "Good Friday", "2036-05-19": "Victoria Day", "2036-07-01": "Canada Day", "2036-08-04": "New Brunswick Day", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-16": "Family Day", "2037-04-03": "Good Friday", "2037-05-18": "Victoria Day", "2037-07-01": "Canada Day", "2037-08-03": "New Brunswick Day", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-02-15": "Family Day", "2038-04-23": "Good Friday", "2038-05-24": "Victoria Day", "2038-07-01": "Canada Day", "2038-08-02": "New Brunswick Day", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-02-21": "Family Day", "2039-04-08": "Good Friday", "2039-05-23": "Victoria Day", "2039-07-01": "Canada Day", "2039-08-01": "New Brunswick Day", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-20": "Family Day", "2040-03-30": "Good Friday", "2040-05-21": "Victoria Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-08-06": "New Brunswick Day", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-18": "Family Day", "2041-04-19": "Good Friday", "2041-05-20": "Victoria Day", "2041-07-01": "Canada Day", "2041-08-05": "New Brunswick Day", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-17": "Family Day", "2042-04-04": "Good Friday", "2042-05-19": "Victoria Day", "2042-07-01": "Canada Day", "2042-08-04": "New Brunswick Day", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-16": "Family Day", "2043-03-27": "Good Friday", "2043-05-18": "Victoria Day", "2043-07-01": "Canada Day", "2043-08-03": "New Brunswick Day", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-15": "Family Day", "2044-04-15": "Good Friday", "2044-05-23": "Victoria Day", "2044-07-01": "Canada Day", "2044-08-01": "New Brunswick Day", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-20": "Family Day", "2045-04-07": "Good Friday", "2045-05-22": "Victoria Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-08-07": "New Brunswick Day", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-19": "Family Day", "2046-03-23": "Good Friday", "2046-05-21": "Victoria Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-08-06": "New Brunswick Day", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-18": "Family Day", "2047-04-12": "Good Friday", "2047-05-20": "Victoria Day", "2047-07-01": "Canada Day", "2047-08-05": "New Brunswick Day", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-17": "Family Day", "2048-04-03": "Good Friday", "2048-05-18": "Victoria Day", "2048-07-01": "Canada Day", "2048-08-03": "New Brunswick Day", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-15": "Family Day", "2049-04-16": "Good Friday", "2049-05-24": "Victoria Day", "2049-07-01": "Canada Day", "2049-08-02": "New Brunswick Day", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-21": "Family Day", "2050-04-08": "Good Friday", "2050-05-23": "Victoria Day", "2050-07-01": "Canada Day", "2050-08-01": "New Brunswick Day", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_NL.json000066400000000000000000001532641500152103600210650ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-03-20": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day; Memorial Day", "1950-07-03": "Dominion Day (observed); Memorial Day (observed)", "1950-07-10": "Orangemen's Day", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-19": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day; Memorial Day", "1951-07-02": "Dominion Day (observed); Memorial Day (observed)", "1951-07-09": "Orangemen's Day", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day; Memorial Day", "1952-07-14": "Orangemen's Day", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-03-16": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day; Memorial Day", "1953-07-13": "Orangemen's Day", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-03-15": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day; Memorial Day", "1954-07-12": "Orangemen's Day", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-03-14": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day; Memorial Day", "1955-07-11": "Orangemen's Day", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-19": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day; Memorial Day", "1956-07-02": "Dominion Day (observed); Memorial Day (observed)", "1956-07-09": "Orangemen's Day", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-03-18": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day; Memorial Day", "1957-07-15": "Orangemen's Day", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day; Memorial Day", "1958-07-14": "Orangemen's Day", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-16": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day; Memorial Day", "1959-07-13": "Orangemen's Day", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-03-14": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day; Memorial Day", "1960-07-11": "Orangemen's Day", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-20": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day; Memorial Day", "1961-07-03": "Dominion Day (observed); Memorial Day (observed)", "1961-07-10": "Orangemen's Day", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-03-19": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day; Memorial Day", "1962-07-02": "Dominion Day (observed); Memorial Day (observed)", "1962-07-09": "Orangemen's Day", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-03-18": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day; Memorial Day", "1963-07-15": "Orangemen's Day", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-16": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day; Memorial Day", "1964-07-13": "Orangemen's Day", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-03-15": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day; Memorial Day", "1965-07-12": "Orangemen's Day", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-03-14": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day; Memorial Day", "1966-07-11": "Orangemen's Day", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-20": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day; Memorial Day", "1967-07-03": "Dominion Day (observed); Memorial Day (observed)", "1967-07-10": "Orangemen's Day", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-03-18": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day; Memorial Day", "1968-07-15": "Orangemen's Day", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day; Memorial Day", "1969-07-14": "Orangemen's Day", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-16": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day; Memorial Day", "1970-07-13": "Orangemen's Day", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-03-15": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day; Memorial Day", "1971-07-12": "Orangemen's Day", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-20": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day; Memorial Day", "1972-07-03": "Dominion Day (observed); Memorial Day (observed)", "1972-07-10": "Orangemen's Day", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-03-19": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day; Memorial Day", "1973-07-02": "Dominion Day (observed); Memorial Day (observed)", "1973-07-09": "Orangemen's Day", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-03-18": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day; Memorial Day", "1974-07-15": "Orangemen's Day", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day; Memorial Day", "1975-07-14": "Orangemen's Day", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-03-15": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day; Memorial Day", "1976-07-12": "Orangemen's Day", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-03-14": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day; Memorial Day", "1977-07-11": "Orangemen's Day", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-20": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day; Memorial Day", "1978-07-03": "Dominion Day (observed); Memorial Day (observed)", "1978-07-10": "Orangemen's Day", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-03-19": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day; Memorial Day", "1979-07-02": "Dominion Day (observed); Memorial Day (observed)", "1979-07-09": "Orangemen's Day", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day; Memorial Day", "1980-07-14": "Orangemen's Day", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-03-16": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day; Memorial Day", "1981-07-13": "Orangemen's Day", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-03-15": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day; Memorial Day", "1982-07-12": "Orangemen's Day", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-03-14": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day; Memorial Day", "1983-07-11": "Orangemen's Day", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-19": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day; Memorial Day", "1984-07-02": "Canada Day (observed); Memorial Day (observed)", "1984-07-09": "Orangemen's Day", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-03-18": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day; Memorial Day", "1985-07-15": "Orangemen's Day", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day; Memorial Day", "1986-07-14": "Orangemen's Day", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-03-16": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day; Memorial Day", "1987-07-13": "Orangemen's Day", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-03-14": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day; Memorial Day", "1988-07-11": "Orangemen's Day", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-20": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day; Memorial Day", "1989-07-03": "Canada Day (observed); Memorial Day (observed)", "1989-07-10": "Orangemen's Day", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-03-19": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-04-23": "Saint George's Day", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day; Memorial Day", "1990-07-02": "Canada Day (observed); Memorial Day (observed)", "1990-07-09": "Orangemen's Day", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-18": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-04-22": "Saint George's Day", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day; Memorial Day", "1991-07-15": "Orangemen's Day", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-16": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-04-20": "Saint George's Day", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day; Memorial Day", "1992-07-13": "Orangemen's Day", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-03-15": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-04-26": "Saint George's Day", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day; Memorial Day", "1993-07-12": "Orangemen's Day", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-03-14": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-04-25": "Saint George's Day", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day; Memorial Day", "1994-07-11": "Orangemen's Day", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-20": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-04-24": "Saint George's Day", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day; Memorial Day", "1995-07-03": "Canada Day (observed); Memorial Day (observed)", "1995-07-10": "Orangemen's Day", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-03-18": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-04-22": "Saint George's Day", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day; Memorial Day", "1996-07-15": "Orangemen's Day", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-04-21": "Saint George's Day", "1997-05-19": "Victoria Day", "1997-06-23": "Discovery Day", "1997-07-01": "Canada Day; Memorial Day", "1997-07-14": "Orangemen's Day", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-03-16": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-04-20": "Saint George's Day", "1998-05-18": "Victoria Day", "1998-06-22": "Discovery Day", "1998-07-01": "Canada Day; Memorial Day", "1998-07-13": "Orangemen's Day", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-03-15": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-04-26": "Saint George's Day", "1999-05-24": "Victoria Day", "1999-06-21": "Discovery Day", "1999-07-01": "Canada Day; Memorial Day", "1999-07-12": "Orangemen's Day", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-03-20": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-04-24": "Saint George's Day", "2000-05-22": "Victoria Day", "2000-06-26": "Discovery Day", "2000-07-01": "Canada Day; Memorial Day", "2000-07-03": "Canada Day (observed); Memorial Day (observed)", "2000-07-10": "Orangemen's Day", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-03-19": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-04-23": "Saint George's Day", "2001-05-21": "Victoria Day", "2001-06-25": "Discovery Day", "2001-07-01": "Canada Day; Memorial Day", "2001-07-02": "Canada Day (observed); Memorial Day (observed)", "2001-07-09": "Orangemen's Day", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-18": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-04-22": "Saint George's Day", "2002-05-20": "Victoria Day", "2002-06-24": "Discovery Day", "2002-07-01": "Canada Day; Memorial Day", "2002-07-15": "Orangemen's Day", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-04-21": "Saint George's Day", "2003-05-19": "Victoria Day", "2003-06-23": "Discovery Day", "2003-07-01": "Canada Day; Memorial Day", "2003-07-14": "Orangemen's Day", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-03-15": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-04-26": "Saint George's Day", "2004-05-24": "Victoria Day", "2004-06-21": "Discovery Day", "2004-07-01": "Canada Day; Memorial Day", "2004-07-12": "Orangemen's Day", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-14": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-04-25": "Saint George's Day", "2005-05-23": "Victoria Day", "2005-06-27": "Discovery Day", "2005-07-01": "Canada Day; Memorial Day", "2005-07-11": "Orangemen's Day", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-20": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-04-24": "Saint George's Day", "2006-05-22": "Victoria Day", "2006-06-26": "Discovery Day", "2006-07-01": "Canada Day; Memorial Day", "2006-07-03": "Canada Day (observed); Memorial Day (observed)", "2006-07-10": "Orangemen's Day", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-03-19": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-04-23": "Saint George's Day", "2007-05-21": "Victoria Day", "2007-06-25": "Discovery Day", "2007-07-01": "Canada Day; Memorial Day", "2007-07-02": "Canada Day (observed); Memorial Day (observed)", "2007-07-09": "Orangemen's Day", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-04-21": "Saint George's Day", "2008-05-19": "Victoria Day", "2008-06-23": "Discovery Day", "2008-07-01": "Canada Day; Memorial Day", "2008-07-14": "Orangemen's Day", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-16": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-04-20": "Saint George's Day", "2009-05-18": "Victoria Day", "2009-06-22": "Discovery Day", "2009-07-01": "Canada Day; Memorial Day", "2009-07-13": "Orangemen's Day", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-03-15": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-04-19": "Saint George's Day", "2010-05-24": "Victoria Day", "2010-06-21": "Discovery Day", "2010-07-01": "Canada Day; Memorial Day", "2010-07-12": "Orangemen's Day", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-03-14": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-04-25": "Saint George's Day", "2011-05-23": "Victoria Day", "2011-06-27": "Discovery Day", "2011-07-01": "Canada Day; Memorial Day", "2011-07-11": "Orangemen's Day", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-19": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-04-23": "Saint George's Day", "2012-05-21": "Victoria Day", "2012-06-25": "Discovery Day", "2012-07-01": "Canada Day; Memorial Day", "2012-07-02": "Canada Day (observed); Memorial Day (observed)", "2012-07-09": "Orangemen's Day", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-18": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-04-22": "Saint George's Day", "2013-05-20": "Victoria Day", "2013-06-24": "Discovery Day", "2013-07-01": "Canada Day; Memorial Day", "2013-07-15": "Orangemen's Day", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-04-21": "Saint George's Day", "2014-05-19": "Victoria Day", "2014-06-23": "Discovery Day", "2014-07-01": "Canada Day; Memorial Day", "2014-07-14": "Orangemen's Day", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-03-16": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-04-20": "Saint George's Day", "2015-05-18": "Victoria Day", "2015-06-22": "Discovery Day", "2015-07-01": "Canada Day; Memorial Day", "2015-07-13": "Orangemen's Day", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-14": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-04-25": "Saint George's Day", "2016-05-23": "Victoria Day", "2016-06-27": "Discovery Day", "2016-07-01": "Canada Day; Memorial Day", "2016-07-11": "Orangemen's Day", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-20": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-04-24": "Saint George's Day", "2017-05-22": "Victoria Day", "2017-06-26": "Discovery Day", "2017-07-01": "Canada Day; Memorial Day", "2017-07-03": "Canada Day (observed); Memorial Day (observed)", "2017-07-10": "Orangemen's Day", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-19": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-04-23": "Saint George's Day", "2018-05-21": "Victoria Day", "2018-06-25": "Discovery Day", "2018-07-01": "Canada Day; Memorial Day", "2018-07-02": "Canada Day (observed); Memorial Day (observed)", "2018-07-09": "Orangemen's Day", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-18": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-04-22": "Saint George's Day", "2019-05-20": "Victoria Day", "2019-06-24": "Discovery Day", "2019-07-01": "Canada Day; Memorial Day", "2019-07-15": "Orangemen's Day", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-03-16": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-04-20": "Saint George's Day", "2020-05-18": "Victoria Day", "2020-06-22": "Discovery Day", "2020-07-01": "Canada Day; Memorial Day", "2020-07-13": "Orangemen's Day", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-03-15": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-04-26": "Saint George's Day", "2021-05-24": "Victoria Day", "2021-06-21": "Discovery Day", "2021-07-01": "Canada Day; Memorial Day", "2021-07-12": "Orangemen's Day", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-03-14": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-04-25": "Saint George's Day", "2022-05-23": "Victoria Day", "2022-06-27": "Discovery Day", "2022-07-01": "Canada Day; Memorial Day", "2022-07-11": "Orangemen's Day", "2022-09-05": "Labor Day", "2022-09-19": "Funeral of Her Majesty the Queen Elizabeth II", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-03-20": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-04-24": "Saint George's Day", "2023-05-22": "Victoria Day", "2023-06-26": "Discovery Day", "2023-07-01": "Canada Day; Memorial Day", "2023-07-03": "Canada Day (observed); Memorial Day (observed)", "2023-07-10": "Orangemen's Day", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-18": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-04-22": "Saint George's Day", "2024-05-20": "Victoria Day", "2024-06-24": "Discovery Day", "2024-07-01": "Canada Day; Memorial Day", "2024-07-15": "Orangemen's Day", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-04-21": "Saint George's Day", "2025-05-19": "Victoria Day", "2025-06-23": "Discovery Day", "2025-07-01": "Canada Day; Memorial Day", "2025-07-14": "Orangemen's Day", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-03-16": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-04-20": "Saint George's Day", "2026-05-18": "Victoria Day", "2026-06-22": "Discovery Day", "2026-07-01": "Canada Day; Memorial Day", "2026-07-13": "Orangemen's Day", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-15": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-04-26": "Saint George's Day", "2027-05-24": "Victoria Day", "2027-06-21": "Discovery Day", "2027-07-01": "Canada Day; Memorial Day", "2027-07-12": "Orangemen's Day", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-03-20": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-04-24": "Saint George's Day", "2028-05-22": "Victoria Day", "2028-06-26": "Discovery Day", "2028-07-01": "Canada Day; Memorial Day", "2028-07-03": "Canada Day (observed); Memorial Day (observed)", "2028-07-10": "Orangemen's Day", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-19": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-04-23": "Saint George's Day", "2029-05-21": "Victoria Day", "2029-06-25": "Discovery Day", "2029-07-01": "Canada Day; Memorial Day", "2029-07-02": "Canada Day (observed); Memorial Day (observed)", "2029-07-09": "Orangemen's Day", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-03-18": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-04-22": "Saint George's Day", "2030-05-20": "Victoria Day", "2030-06-24": "Discovery Day", "2030-07-01": "Canada Day; Memorial Day", "2030-07-15": "Orangemen's Day", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-04-21": "Saint George's Day", "2031-05-19": "Victoria Day", "2031-06-23": "Discovery Day", "2031-07-01": "Canada Day; Memorial Day", "2031-07-14": "Orangemen's Day", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-15": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-04-26": "Saint George's Day", "2032-05-24": "Victoria Day", "2032-06-21": "Discovery Day", "2032-07-01": "Canada Day; Memorial Day", "2032-07-12": "Orangemen's Day", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-03-14": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-04-25": "Saint George's Day", "2033-05-23": "Victoria Day", "2033-06-27": "Discovery Day", "2033-07-01": "Canada Day; Memorial Day", "2033-07-11": "Orangemen's Day", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-03-20": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-04-24": "Saint George's Day", "2034-05-22": "Victoria Day", "2034-06-26": "Discovery Day", "2034-07-01": "Canada Day; Memorial Day", "2034-07-03": "Canada Day (observed); Memorial Day (observed)", "2034-07-10": "Orangemen's Day", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-19": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-04-23": "Saint George's Day", "2035-05-21": "Victoria Day", "2035-06-25": "Discovery Day", "2035-07-01": "Canada Day; Memorial Day", "2035-07-02": "Canada Day (observed); Memorial Day (observed)", "2035-07-09": "Orangemen's Day", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-04-21": "Saint George's Day", "2036-05-19": "Victoria Day", "2036-06-23": "Discovery Day", "2036-07-01": "Canada Day; Memorial Day", "2036-07-14": "Orangemen's Day", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-03-16": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-04-20": "Saint George's Day", "2037-05-18": "Victoria Day", "2037-06-22": "Discovery Day", "2037-07-01": "Canada Day; Memorial Day", "2037-07-13": "Orangemen's Day", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-03-15": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-04-26": "Saint George's Day", "2038-05-24": "Victoria Day", "2038-06-21": "Discovery Day", "2038-07-01": "Canada Day; Memorial Day", "2038-07-12": "Orangemen's Day", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-03-14": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-04-25": "Saint George's Day", "2039-05-23": "Victoria Day", "2039-06-27": "Discovery Day", "2039-07-01": "Canada Day; Memorial Day", "2039-07-11": "Orangemen's Day", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-19": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-04-23": "Saint George's Day", "2040-05-21": "Victoria Day", "2040-06-25": "Discovery Day", "2040-07-01": "Canada Day; Memorial Day", "2040-07-02": "Canada Day (observed); Memorial Day (observed)", "2040-07-09": "Orangemen's Day", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-03-18": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-04-22": "Saint George's Day", "2041-05-20": "Victoria Day", "2041-06-24": "Discovery Day", "2041-07-01": "Canada Day; Memorial Day", "2041-07-15": "Orangemen's Day", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-04-21": "Saint George's Day", "2042-05-19": "Victoria Day", "2042-06-23": "Discovery Day", "2042-07-01": "Canada Day; Memorial Day", "2042-07-14": "Orangemen's Day", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-16": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-04-20": "Saint George's Day", "2043-05-18": "Victoria Day", "2043-06-22": "Discovery Day", "2043-07-01": "Canada Day; Memorial Day", "2043-07-13": "Orangemen's Day", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-03-14": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-04-25": "Saint George's Day", "2044-05-23": "Victoria Day", "2044-06-27": "Discovery Day", "2044-07-01": "Canada Day; Memorial Day", "2044-07-11": "Orangemen's Day", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-03-20": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-04-24": "Saint George's Day", "2045-05-22": "Victoria Day", "2045-06-26": "Discovery Day", "2045-07-01": "Canada Day; Memorial Day", "2045-07-03": "Canada Day (observed); Memorial Day (observed)", "2045-07-10": "Orangemen's Day", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-19": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-04-23": "Saint George's Day", "2046-05-21": "Victoria Day", "2046-06-25": "Discovery Day", "2046-07-01": "Canada Day; Memorial Day", "2046-07-02": "Canada Day (observed); Memorial Day (observed)", "2046-07-09": "Orangemen's Day", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-03-18": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-04-22": "Saint George's Day", "2047-05-20": "Victoria Day", "2047-06-24": "Discovery Day", "2047-07-01": "Canada Day; Memorial Day", "2047-07-15": "Orangemen's Day", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-03-16": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-04-20": "Saint George's Day", "2048-05-18": "Victoria Day", "2048-06-22": "Discovery Day", "2048-07-01": "Canada Day; Memorial Day", "2048-07-13": "Orangemen's Day", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-03-15": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-04-26": "Saint George's Day", "2049-05-24": "Victoria Day", "2049-06-21": "Discovery Day", "2049-07-01": "Canada Day; Memorial Day", "2049-07-12": "Orangemen's Day", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-03-14": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-04-25": "Saint George's Day", "2050-05-23": "Victoria Day", "2050-06-27": "Discovery Day", "2050-07-01": "Canada Day; Memorial Day", "2050-07-11": "Orangemen's Day", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_NS.json000066400000000000000000001250321500152103600210640ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day", "1996-08-05": "Natal Day", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-05-19": "Victoria Day", "1997-07-01": "Canada Day", "1997-08-04": "Natal Day", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-05-18": "Victoria Day", "1998-07-01": "Canada Day", "1998-08-03": "Natal Day", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-05-24": "Victoria Day", "1999-07-01": "Canada Day", "1999-08-02": "Natal Day", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-05-22": "Victoria Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-08-07": "Natal Day", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-05-21": "Victoria Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-08-06": "Natal Day", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-05-20": "Victoria Day", "2002-07-01": "Canada Day", "2002-08-05": "Natal Day", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-05-19": "Victoria Day", "2003-07-01": "Canada Day", "2003-08-04": "Natal Day", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-05-24": "Victoria Day", "2004-07-01": "Canada Day", "2004-08-02": "Natal Day", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-05-23": "Victoria Day", "2005-07-01": "Canada Day", "2005-08-01": "Natal Day", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-05-22": "Victoria Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-08-07": "Natal Day", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-05-21": "Victoria Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-08-06": "Natal Day", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-05-19": "Victoria Day", "2008-07-01": "Canada Day", "2008-08-04": "Natal Day", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-05-18": "Victoria Day", "2009-07-01": "Canada Day", "2009-08-03": "Natal Day", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-05-24": "Victoria Day", "2010-07-01": "Canada Day", "2010-08-02": "Natal Day", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-05-23": "Victoria Day", "2011-07-01": "Canada Day", "2011-08-01": "Natal Day", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-05-21": "Victoria Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-08-06": "Natal Day", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-05-20": "Victoria Day", "2013-07-01": "Canada Day", "2013-08-05": "Natal Day", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-05-19": "Victoria Day", "2014-07-01": "Canada Day", "2014-08-04": "Natal Day", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-16": "Heritage Day", "2015-04-03": "Good Friday", "2015-05-18": "Victoria Day", "2015-07-01": "Canada Day", "2015-08-03": "Natal Day", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-02-15": "Heritage Day", "2016-03-25": "Good Friday", "2016-05-23": "Victoria Day", "2016-07-01": "Canada Day", "2016-08-01": "Natal Day", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-20": "Heritage Day", "2017-04-14": "Good Friday", "2017-05-22": "Victoria Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-08-07": "Natal Day", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-19": "Heritage Day", "2018-03-30": "Good Friday", "2018-05-21": "Victoria Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-08-06": "Natal Day", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-18": "Heritage Day", "2019-04-19": "Good Friday", "2019-05-20": "Victoria Day", "2019-07-01": "Canada Day", "2019-08-05": "Natal Day", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-17": "Heritage Day", "2020-04-10": "Good Friday", "2020-05-18": "Victoria Day", "2020-07-01": "Canada Day", "2020-08-03": "Natal Day", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-15": "Heritage Day", "2021-04-02": "Good Friday", "2021-05-24": "Victoria Day", "2021-07-01": "Canada Day", "2021-08-02": "Natal Day", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-21": "Heritage Day", "2022-04-15": "Good Friday", "2022-05-23": "Victoria Day", "2022-07-01": "Canada Day", "2022-08-01": "Natal Day", "2022-09-05": "Labor Day", "2022-09-19": "Funeral of Her Majesty the Queen Elizabeth II", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-20": "Heritage Day", "2023-04-07": "Good Friday", "2023-05-22": "Victoria Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-08-07": "Natal Day", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-19": "Heritage Day", "2024-03-29": "Good Friday", "2024-05-20": "Victoria Day", "2024-07-01": "Canada Day", "2024-08-05": "Natal Day", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-17": "Heritage Day", "2025-04-18": "Good Friday", "2025-05-19": "Victoria Day", "2025-07-01": "Canada Day", "2025-08-04": "Natal Day", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-16": "Heritage Day", "2026-04-03": "Good Friday", "2026-05-18": "Victoria Day", "2026-07-01": "Canada Day", "2026-08-03": "Natal Day", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-15": "Heritage Day", "2027-03-26": "Good Friday", "2027-05-24": "Victoria Day", "2027-07-01": "Canada Day", "2027-08-02": "Natal Day", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-21": "Heritage Day", "2028-04-14": "Good Friday", "2028-05-22": "Victoria Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-08-07": "Natal Day", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-19": "Heritage Day", "2029-03-30": "Good Friday", "2029-05-21": "Victoria Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-08-06": "Natal Day", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-18": "Heritage Day", "2030-04-19": "Good Friday", "2030-05-20": "Victoria Day", "2030-07-01": "Canada Day", "2030-08-05": "Natal Day", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-17": "Heritage Day", "2031-04-11": "Good Friday", "2031-05-19": "Victoria Day", "2031-07-01": "Canada Day", "2031-08-04": "Natal Day", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-16": "Heritage Day", "2032-03-26": "Good Friday", "2032-05-24": "Victoria Day", "2032-07-01": "Canada Day", "2032-08-02": "Natal Day", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-02-21": "Heritage Day", "2033-04-15": "Good Friday", "2033-05-23": "Victoria Day", "2033-07-01": "Canada Day", "2033-08-01": "Natal Day", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-20": "Heritage Day", "2034-04-07": "Good Friday", "2034-05-22": "Victoria Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-08-07": "Natal Day", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-19": "Heritage Day", "2035-03-23": "Good Friday", "2035-05-21": "Victoria Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-08-06": "Natal Day", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-18": "Heritage Day", "2036-04-11": "Good Friday", "2036-05-19": "Victoria Day", "2036-07-01": "Canada Day", "2036-08-04": "Natal Day", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-16": "Heritage Day", "2037-04-03": "Good Friday", "2037-05-18": "Victoria Day", "2037-07-01": "Canada Day", "2037-08-03": "Natal Day", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-02-15": "Heritage Day", "2038-04-23": "Good Friday", "2038-05-24": "Victoria Day", "2038-07-01": "Canada Day", "2038-08-02": "Natal Day", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-02-21": "Heritage Day", "2039-04-08": "Good Friday", "2039-05-23": "Victoria Day", "2039-07-01": "Canada Day", "2039-08-01": "Natal Day", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-20": "Heritage Day", "2040-03-30": "Good Friday", "2040-05-21": "Victoria Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-08-06": "Natal Day", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-18": "Heritage Day", "2041-04-19": "Good Friday", "2041-05-20": "Victoria Day", "2041-07-01": "Canada Day", "2041-08-05": "Natal Day", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-17": "Heritage Day", "2042-04-04": "Good Friday", "2042-05-19": "Victoria Day", "2042-07-01": "Canada Day", "2042-08-04": "Natal Day", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-16": "Heritage Day", "2043-03-27": "Good Friday", "2043-05-18": "Victoria Day", "2043-07-01": "Canada Day", "2043-08-03": "Natal Day", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-15": "Heritage Day", "2044-04-15": "Good Friday", "2044-05-23": "Victoria Day", "2044-07-01": "Canada Day", "2044-08-01": "Natal Day", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-20": "Heritage Day", "2045-04-07": "Good Friday", "2045-05-22": "Victoria Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-08-07": "Natal Day", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-19": "Heritage Day", "2046-03-23": "Good Friday", "2046-05-21": "Victoria Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-08-06": "Natal Day", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-18": "Heritage Day", "2047-04-12": "Good Friday", "2047-05-20": "Victoria Day", "2047-07-01": "Canada Day", "2047-08-05": "Natal Day", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-17": "Heritage Day", "2048-04-03": "Good Friday", "2048-05-18": "Victoria Day", "2048-07-01": "Canada Day", "2048-08-03": "Natal Day", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-15": "Heritage Day", "2049-04-16": "Good Friday", "2049-05-24": "Victoria Day", "2049-07-01": "Canada Day", "2049-08-02": "Natal Day", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-21": "Heritage Day", "2050-04-08": "Good Friday", "2050-05-23": "Victoria Day", "2050-07-01": "Canada Day", "2050-08-01": "Natal Day", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_NT.json000066400000000000000000001327401500152103600210710ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-08-07": "Civic Holiday", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-08-06": "Civic Holiday", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day", "1952-08-04": "Civic Holiday", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-08-03": "Civic Holiday", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-08-02": "Civic Holiday", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-08-01": "Civic Holiday", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-08-06": "Civic Holiday", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-08-05": "Civic Holiday", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-08-04": "Civic Holiday", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-08-03": "Civic Holiday", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-08-01": "Civic Holiday", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-08-07": "Civic Holiday", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-08-06": "Civic Holiday", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-08-05": "Civic Holiday", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-08-03": "Civic Holiday", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-08-02": "Civic Holiday", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-08-01": "Civic Holiday", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-08-07": "Civic Holiday", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-08-05": "Civic Holiday", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-08-04": "Civic Holiday", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-08-03": "Civic Holiday", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-08-02": "Civic Holiday", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-08-07": "Civic Holiday", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-08-06": "Civic Holiday", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-08-05": "Civic Holiday", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-08-04": "Civic Holiday", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-08-02": "Civic Holiday", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-08-01": "Civic Holiday", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-08-07": "Civic Holiday", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-08-06": "Civic Holiday", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-08-04": "Civic Holiday", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-08-03": "Civic Holiday", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-08-02": "Civic Holiday", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-08-01": "Civic Holiday", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-08-06": "Civic Holiday", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-08-05": "Civic Holiday", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-08-04": "Civic Holiday", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-08-03": "Civic Holiday", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-08-01": "Civic Holiday", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-08-07": "Civic Holiday", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-08-06": "Civic Holiday", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-08-05": "Civic Holiday", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-08-03": "Civic Holiday", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-08-02": "Civic Holiday", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-08-01": "Civic Holiday", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-08-07": "Civic Holiday", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-05-20": "Victoria Day", "1996-06-21": "National Aboriginal Day", "1996-07-01": "Canada Day", "1996-08-05": "Civic Holiday", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-05-19": "Victoria Day", "1997-06-21": "National Aboriginal Day", "1997-07-01": "Canada Day", "1997-08-04": "Civic Holiday", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-05-18": "Victoria Day", "1998-06-21": "National Aboriginal Day", "1998-07-01": "Canada Day", "1998-08-03": "Civic Holiday", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-05-24": "Victoria Day", "1999-06-21": "National Aboriginal Day", "1999-07-01": "Canada Day", "1999-08-02": "Civic Holiday", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-05-22": "Victoria Day", "2000-06-21": "National Aboriginal Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-08-07": "Civic Holiday", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-05-21": "Victoria Day", "2001-06-21": "National Aboriginal Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-08-06": "Civic Holiday", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-05-20": "Victoria Day", "2002-06-21": "National Aboriginal Day", "2002-07-01": "Canada Day", "2002-08-05": "Civic Holiday", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-05-19": "Victoria Day", "2003-06-21": "National Aboriginal Day", "2003-07-01": "Canada Day", "2003-08-04": "Civic Holiday", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-05-24": "Victoria Day", "2004-06-21": "National Aboriginal Day", "2004-07-01": "Canada Day", "2004-08-02": "Civic Holiday", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-05-23": "Victoria Day", "2005-06-21": "National Aboriginal Day", "2005-07-01": "Canada Day", "2005-08-01": "Civic Holiday", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-05-22": "Victoria Day", "2006-06-21": "National Aboriginal Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-08-07": "Civic Holiday", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-05-21": "Victoria Day", "2007-06-21": "National Aboriginal Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-08-06": "Civic Holiday", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-05-19": "Victoria Day", "2008-06-21": "National Aboriginal Day", "2008-07-01": "Canada Day", "2008-08-04": "Civic Holiday", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-05-18": "Victoria Day", "2009-06-21": "National Aboriginal Day", "2009-07-01": "Canada Day", "2009-08-03": "Civic Holiday", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-05-24": "Victoria Day", "2010-06-21": "National Aboriginal Day", "2010-07-01": "Canada Day", "2010-08-02": "Civic Holiday", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-05-23": "Victoria Day", "2011-06-21": "National Aboriginal Day", "2011-07-01": "Canada Day", "2011-08-01": "Civic Holiday", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-05-21": "Victoria Day", "2012-06-21": "National Aboriginal Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-08-06": "Civic Holiday", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-05-20": "Victoria Day", "2013-06-21": "National Aboriginal Day", "2013-07-01": "Canada Day", "2013-08-05": "Civic Holiday", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-05-19": "Victoria Day", "2014-06-21": "National Aboriginal Day", "2014-07-01": "Canada Day", "2014-08-04": "Civic Holiday", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-05-18": "Victoria Day", "2015-06-21": "National Aboriginal Day", "2015-07-01": "Canada Day", "2015-08-03": "Civic Holiday", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-05-23": "Victoria Day", "2016-06-21": "National Aboriginal Day", "2016-07-01": "Canada Day", "2016-08-01": "Civic Holiday", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-05-22": "Victoria Day", "2017-06-21": "National Aboriginal Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-08-07": "Civic Holiday", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-05-21": "Victoria Day", "2018-06-21": "National Aboriginal Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-08-06": "Civic Holiday", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-05-20": "Victoria Day", "2019-06-21": "National Aboriginal Day", "2019-07-01": "Canada Day", "2019-08-05": "Civic Holiday", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-05-18": "Victoria Day", "2020-06-21": "National Aboriginal Day", "2020-07-01": "Canada Day", "2020-08-03": "Civic Holiday", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-05-24": "Victoria Day", "2021-06-21": "National Aboriginal Day", "2021-07-01": "Canada Day", "2021-08-02": "Civic Holiday", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-05-23": "Victoria Day", "2022-06-21": "National Aboriginal Day", "2022-07-01": "Canada Day", "2022-08-01": "Civic Holiday", "2022-09-05": "Labor Day", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-05-22": "Victoria Day", "2023-06-21": "National Aboriginal Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-08-07": "Civic Holiday", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-05-20": "Victoria Day", "2024-06-21": "National Aboriginal Day", "2024-07-01": "Canada Day", "2024-08-05": "Civic Holiday", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-05-19": "Victoria Day", "2025-06-21": "National Aboriginal Day", "2025-07-01": "Canada Day", "2025-08-04": "Civic Holiday", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-05-18": "Victoria Day", "2026-06-21": "National Aboriginal Day", "2026-07-01": "Canada Day", "2026-08-03": "Civic Holiday", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-05-24": "Victoria Day", "2027-06-21": "National Aboriginal Day", "2027-07-01": "Canada Day", "2027-08-02": "Civic Holiday", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-05-22": "Victoria Day", "2028-06-21": "National Aboriginal Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-08-07": "Civic Holiday", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-05-21": "Victoria Day", "2029-06-21": "National Aboriginal Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-08-06": "Civic Holiday", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-05-20": "Victoria Day", "2030-06-21": "National Aboriginal Day", "2030-07-01": "Canada Day", "2030-08-05": "Civic Holiday", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-05-19": "Victoria Day", "2031-06-21": "National Aboriginal Day", "2031-07-01": "Canada Day", "2031-08-04": "Civic Holiday", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-05-24": "Victoria Day", "2032-06-21": "National Aboriginal Day", "2032-07-01": "Canada Day", "2032-08-02": "Civic Holiday", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-05-23": "Victoria Day", "2033-06-21": "National Aboriginal Day", "2033-07-01": "Canada Day", "2033-08-01": "Civic Holiday", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-05-22": "Victoria Day", "2034-06-21": "National Aboriginal Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-08-07": "Civic Holiday", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-05-21": "Victoria Day", "2035-06-21": "National Aboriginal Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-08-06": "Civic Holiday", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-05-19": "Victoria Day", "2036-06-21": "National Aboriginal Day", "2036-07-01": "Canada Day", "2036-08-04": "Civic Holiday", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-05-18": "Victoria Day", "2037-06-21": "National Aboriginal Day", "2037-07-01": "Canada Day", "2037-08-03": "Civic Holiday", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-05-24": "Victoria Day", "2038-06-21": "National Aboriginal Day", "2038-07-01": "Canada Day", "2038-08-02": "Civic Holiday", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-05-23": "Victoria Day", "2039-06-21": "National Aboriginal Day", "2039-07-01": "Canada Day", "2039-08-01": "Civic Holiday", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-05-21": "Victoria Day", "2040-06-21": "National Aboriginal Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-08-06": "Civic Holiday", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-05-20": "Victoria Day", "2041-06-21": "National Aboriginal Day", "2041-07-01": "Canada Day", "2041-08-05": "Civic Holiday", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-05-19": "Victoria Day", "2042-06-21": "National Aboriginal Day", "2042-07-01": "Canada Day", "2042-08-04": "Civic Holiday", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-05-18": "Victoria Day", "2043-06-21": "National Aboriginal Day", "2043-07-01": "Canada Day", "2043-08-03": "Civic Holiday", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-05-23": "Victoria Day", "2044-06-21": "National Aboriginal Day", "2044-07-01": "Canada Day", "2044-08-01": "Civic Holiday", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-05-22": "Victoria Day", "2045-06-21": "National Aboriginal Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-08-07": "Civic Holiday", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-05-21": "Victoria Day", "2046-06-21": "National Aboriginal Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-08-06": "Civic Holiday", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-05-20": "Victoria Day", "2047-06-21": "National Aboriginal Day", "2047-07-01": "Canada Day", "2047-08-05": "Civic Holiday", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-05-18": "Victoria Day", "2048-06-21": "National Aboriginal Day", "2048-07-01": "Canada Day", "2048-08-03": "Civic Holiday", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-05-24": "Victoria Day", "2049-06-21": "National Aboriginal Day", "2049-07-01": "Canada Day", "2049-08-02": "Civic Holiday", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-05-23": "Victoria Day", "2050-06-21": "National Aboriginal Day", "2050-07-01": "Canada Day", "2050-08-01": "Civic Holiday", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_NU.json000066400000000000000000001313101500152103600210620ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-08-07": "Civic Holiday", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-08-06": "Civic Holiday", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day", "1952-08-04": "Civic Holiday", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-08-03": "Civic Holiday", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-08-02": "Civic Holiday", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-08-01": "Civic Holiday", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-08-06": "Civic Holiday", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-08-05": "Civic Holiday", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-08-04": "Civic Holiday", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-08-03": "Civic Holiday", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-08-01": "Civic Holiday", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-08-07": "Civic Holiday", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-08-06": "Civic Holiday", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-08-05": "Civic Holiday", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-08-03": "Civic Holiday", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-08-02": "Civic Holiday", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-08-01": "Civic Holiday", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-08-07": "Civic Holiday", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-08-05": "Civic Holiday", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-08-04": "Civic Holiday", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-08-03": "Civic Holiday", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-08-02": "Civic Holiday", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-08-07": "Civic Holiday", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-08-06": "Civic Holiday", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-08-05": "Civic Holiday", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-08-04": "Civic Holiday", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-08-02": "Civic Holiday", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-08-01": "Civic Holiday", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-08-07": "Civic Holiday", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-08-06": "Civic Holiday", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-08-04": "Civic Holiday", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-08-03": "Civic Holiday", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-08-02": "Civic Holiday", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-08-01": "Civic Holiday", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-08-06": "Civic Holiday", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-08-05": "Civic Holiday", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-08-04": "Civic Holiday", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-08-03": "Civic Holiday", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-08-01": "Civic Holiday", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-08-07": "Civic Holiday", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-08-06": "Civic Holiday", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-08-05": "Civic Holiday", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-08-03": "Civic Holiday", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-08-02": "Civic Holiday", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-08-01": "Civic Holiday", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-08-07": "Civic Holiday", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day", "1996-08-05": "Civic Holiday", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-05-19": "Victoria Day", "1997-07-01": "Canada Day", "1997-08-04": "Civic Holiday", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-05-18": "Victoria Day", "1998-07-01": "Canada Day", "1998-08-03": "Civic Holiday", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-05-24": "Victoria Day", "1999-07-01": "Canada Day", "1999-08-02": "Civic Holiday", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-01": "Nunavut Day", "2000-04-21": "Good Friday", "2000-05-22": "Victoria Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-08-07": "Civic Holiday", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-05-21": "Victoria Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-07-09": "Nunavut Day", "2001-08-06": "Civic Holiday", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-05-20": "Victoria Day", "2002-07-01": "Canada Day", "2002-07-09": "Nunavut Day", "2002-08-05": "Civic Holiday", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-05-19": "Victoria Day", "2003-07-01": "Canada Day", "2003-07-09": "Nunavut Day", "2003-08-04": "Civic Holiday", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-05-24": "Victoria Day", "2004-07-01": "Canada Day", "2004-07-09": "Nunavut Day", "2004-08-02": "Civic Holiday", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-05-23": "Victoria Day", "2005-07-01": "Canada Day", "2005-07-09": "Nunavut Day", "2005-08-01": "Civic Holiday", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-05-22": "Victoria Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-07-09": "Nunavut Day", "2006-08-07": "Civic Holiday", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-05-21": "Victoria Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-07-09": "Nunavut Day", "2007-08-06": "Civic Holiday", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-05-19": "Victoria Day", "2008-07-01": "Canada Day", "2008-07-09": "Nunavut Day", "2008-08-04": "Civic Holiday", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-05-18": "Victoria Day", "2009-07-01": "Canada Day", "2009-07-09": "Nunavut Day", "2009-08-03": "Civic Holiday", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-05-24": "Victoria Day", "2010-07-01": "Canada Day", "2010-07-09": "Nunavut Day", "2010-08-02": "Civic Holiday", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-05-23": "Victoria Day", "2011-07-01": "Canada Day", "2011-07-09": "Nunavut Day", "2011-08-01": "Civic Holiday", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-05-21": "Victoria Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-07-09": "Nunavut Day", "2012-08-06": "Civic Holiday", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-05-20": "Victoria Day", "2013-07-01": "Canada Day", "2013-07-09": "Nunavut Day", "2013-08-05": "Civic Holiday", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-05-19": "Victoria Day", "2014-07-01": "Canada Day", "2014-07-09": "Nunavut Day", "2014-08-04": "Civic Holiday", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-05-18": "Victoria Day", "2015-07-01": "Canada Day", "2015-07-09": "Nunavut Day", "2015-08-03": "Civic Holiday", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-05-23": "Victoria Day", "2016-07-01": "Canada Day", "2016-07-09": "Nunavut Day", "2016-08-01": "Civic Holiday", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-05-22": "Victoria Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-07-09": "Nunavut Day", "2017-08-07": "Civic Holiday", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-05-21": "Victoria Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-07-09": "Nunavut Day", "2018-08-06": "Civic Holiday", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-05-20": "Victoria Day", "2019-07-01": "Canada Day", "2019-07-09": "Nunavut Day", "2019-08-05": "Civic Holiday", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-05-18": "Victoria Day", "2020-07-01": "Canada Day", "2020-07-09": "Nunavut Day", "2020-08-03": "Civic Holiday", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-05-24": "Victoria Day", "2021-07-01": "Canada Day", "2021-07-09": "Nunavut Day", "2021-08-02": "Civic Holiday", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-05-23": "Victoria Day", "2022-07-01": "Canada Day", "2022-07-09": "Nunavut Day", "2022-08-01": "Civic Holiday", "2022-09-05": "Labor Day", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-05-22": "Victoria Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-07-09": "Nunavut Day", "2023-08-07": "Civic Holiday", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-05-20": "Victoria Day", "2024-07-01": "Canada Day", "2024-07-09": "Nunavut Day", "2024-08-05": "Civic Holiday", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-05-19": "Victoria Day", "2025-07-01": "Canada Day", "2025-07-09": "Nunavut Day", "2025-08-04": "Civic Holiday", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-05-18": "Victoria Day", "2026-07-01": "Canada Day", "2026-07-09": "Nunavut Day", "2026-08-03": "Civic Holiday", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-05-24": "Victoria Day", "2027-07-01": "Canada Day", "2027-07-09": "Nunavut Day", "2027-08-02": "Civic Holiday", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-05-22": "Victoria Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-07-09": "Nunavut Day", "2028-08-07": "Civic Holiday", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-05-21": "Victoria Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-07-09": "Nunavut Day", "2029-08-06": "Civic Holiday", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-05-20": "Victoria Day", "2030-07-01": "Canada Day", "2030-07-09": "Nunavut Day", "2030-08-05": "Civic Holiday", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-05-19": "Victoria Day", "2031-07-01": "Canada Day", "2031-07-09": "Nunavut Day", "2031-08-04": "Civic Holiday", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-05-24": "Victoria Day", "2032-07-01": "Canada Day", "2032-07-09": "Nunavut Day", "2032-08-02": "Civic Holiday", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-05-23": "Victoria Day", "2033-07-01": "Canada Day", "2033-07-09": "Nunavut Day", "2033-08-01": "Civic Holiday", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-05-22": "Victoria Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-07-09": "Nunavut Day", "2034-08-07": "Civic Holiday", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-05-21": "Victoria Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-07-09": "Nunavut Day", "2035-08-06": "Civic Holiday", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-05-19": "Victoria Day", "2036-07-01": "Canada Day", "2036-07-09": "Nunavut Day", "2036-08-04": "Civic Holiday", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-05-18": "Victoria Day", "2037-07-01": "Canada Day", "2037-07-09": "Nunavut Day", "2037-08-03": "Civic Holiday", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-05-24": "Victoria Day", "2038-07-01": "Canada Day", "2038-07-09": "Nunavut Day", "2038-08-02": "Civic Holiday", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-05-23": "Victoria Day", "2039-07-01": "Canada Day", "2039-07-09": "Nunavut Day", "2039-08-01": "Civic Holiday", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-05-21": "Victoria Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-07-09": "Nunavut Day", "2040-08-06": "Civic Holiday", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-05-20": "Victoria Day", "2041-07-01": "Canada Day", "2041-07-09": "Nunavut Day", "2041-08-05": "Civic Holiday", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-05-19": "Victoria Day", "2042-07-01": "Canada Day", "2042-07-09": "Nunavut Day", "2042-08-04": "Civic Holiday", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-05-18": "Victoria Day", "2043-07-01": "Canada Day", "2043-07-09": "Nunavut Day", "2043-08-03": "Civic Holiday", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-05-23": "Victoria Day", "2044-07-01": "Canada Day", "2044-07-09": "Nunavut Day", "2044-08-01": "Civic Holiday", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-05-22": "Victoria Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-07-09": "Nunavut Day", "2045-08-07": "Civic Holiday", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-05-21": "Victoria Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-07-09": "Nunavut Day", "2046-08-06": "Civic Holiday", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-05-20": "Victoria Day", "2047-07-01": "Canada Day", "2047-07-09": "Nunavut Day", "2047-08-05": "Civic Holiday", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-05-18": "Victoria Day", "2048-07-01": "Canada Day", "2048-07-09": "Nunavut Day", "2048-08-03": "Civic Holiday", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-05-24": "Victoria Day", "2049-07-01": "Canada Day", "2049-07-09": "Nunavut Day", "2049-08-02": "Civic Holiday", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-05-23": "Victoria Day", "2050-07-01": "Canada Day", "2050-07-09": "Nunavut Day", "2050-08-01": "Civic Holiday", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_ON.json000066400000000000000000001306251500152103600210640ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-08-07": "Civic Holiday", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-08-06": "Civic Holiday", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day", "1952-08-04": "Civic Holiday", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-08-03": "Civic Holiday", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-08-02": "Civic Holiday", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-08-01": "Civic Holiday", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-08-06": "Civic Holiday", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-08-05": "Civic Holiday", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-08-04": "Civic Holiday", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-08-03": "Civic Holiday", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-08-01": "Civic Holiday", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-08-07": "Civic Holiday", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-08-06": "Civic Holiday", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-08-05": "Civic Holiday", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-08-03": "Civic Holiday", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-08-02": "Civic Holiday", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-08-01": "Civic Holiday", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-08-07": "Civic Holiday", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-08-05": "Civic Holiday", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-08-04": "Civic Holiday", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-08-03": "Civic Holiday", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-08-02": "Civic Holiday", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-08-07": "Civic Holiday", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-08-06": "Civic Holiday", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-08-05": "Civic Holiday", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-08-04": "Civic Holiday", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-08-02": "Civic Holiday", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-08-01": "Civic Holiday", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-08-07": "Civic Holiday", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-08-06": "Civic Holiday", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-08-04": "Civic Holiday", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-08-03": "Civic Holiday", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-08-02": "Civic Holiday", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-08-01": "Civic Holiday", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-08-06": "Civic Holiday", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-08-05": "Civic Holiday", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-08-04": "Civic Holiday", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-08-03": "Civic Holiday", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-08-01": "Civic Holiday", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-08-07": "Civic Holiday", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-08-06": "Civic Holiday", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-08-05": "Civic Holiday", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-08-03": "Civic Holiday", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-08-02": "Civic Holiday", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-08-01": "Civic Holiday", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-08-07": "Civic Holiday", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day", "1996-08-05": "Civic Holiday", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-05-19": "Victoria Day", "1997-07-01": "Canada Day", "1997-08-04": "Civic Holiday", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-05-18": "Victoria Day", "1998-07-01": "Canada Day", "1998-08-03": "Civic Holiday", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-05-24": "Victoria Day", "1999-07-01": "Canada Day", "1999-08-02": "Civic Holiday", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-05-22": "Victoria Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-08-07": "Civic Holiday", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-05-21": "Victoria Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-08-06": "Civic Holiday", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-05-20": "Victoria Day", "2002-07-01": "Canada Day", "2002-08-05": "Civic Holiday", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-05-19": "Victoria Day", "2003-07-01": "Canada Day", "2003-08-04": "Civic Holiday", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-05-24": "Victoria Day", "2004-07-01": "Canada Day", "2004-08-02": "Civic Holiday", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-05-23": "Victoria Day", "2005-07-01": "Canada Day", "2005-08-01": "Civic Holiday", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-05-22": "Victoria Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-08-07": "Civic Holiday", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-05-21": "Victoria Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-08-06": "Civic Holiday", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-02-18": "Family Day", "2008-03-21": "Good Friday", "2008-05-19": "Victoria Day", "2008-07-01": "Canada Day", "2008-08-04": "Civic Holiday", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-02-16": "Family Day", "2009-04-10": "Good Friday", "2009-05-18": "Victoria Day", "2009-07-01": "Canada Day", "2009-08-03": "Civic Holiday", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-02-15": "Family Day", "2010-04-02": "Good Friday", "2010-05-24": "Victoria Day", "2010-07-01": "Canada Day", "2010-08-02": "Civic Holiday", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-02-21": "Family Day", "2011-04-22": "Good Friday", "2011-05-23": "Victoria Day", "2011-07-01": "Canada Day", "2011-08-01": "Civic Holiday", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-20": "Family Day", "2012-04-06": "Good Friday", "2012-05-21": "Victoria Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-08-06": "Civic Holiday", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-02-18": "Family Day", "2013-03-29": "Good Friday", "2013-05-20": "Victoria Day", "2013-07-01": "Canada Day", "2013-08-05": "Civic Holiday", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-02-17": "Family Day", "2014-04-18": "Good Friday", "2014-05-19": "Victoria Day", "2014-07-01": "Canada Day", "2014-08-04": "Civic Holiday", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-16": "Family Day", "2015-04-03": "Good Friday", "2015-05-18": "Victoria Day", "2015-07-01": "Canada Day", "2015-08-03": "Civic Holiday", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-02-15": "Family Day", "2016-03-25": "Good Friday", "2016-05-23": "Victoria Day", "2016-07-01": "Canada Day", "2016-08-01": "Civic Holiday", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-20": "Family Day", "2017-04-14": "Good Friday", "2017-05-22": "Victoria Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-08-07": "Civic Holiday", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-19": "Family Day", "2018-03-30": "Good Friday", "2018-05-21": "Victoria Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-08-06": "Civic Holiday", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-18": "Family Day", "2019-04-19": "Good Friday", "2019-05-20": "Victoria Day", "2019-07-01": "Canada Day", "2019-08-05": "Civic Holiday", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-17": "Family Day", "2020-04-10": "Good Friday", "2020-05-18": "Victoria Day", "2020-07-01": "Canada Day", "2020-08-03": "Civic Holiday", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-15": "Family Day", "2021-04-02": "Good Friday", "2021-05-24": "Victoria Day", "2021-07-01": "Canada Day", "2021-08-02": "Civic Holiday", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-21": "Family Day", "2022-04-15": "Good Friday", "2022-05-23": "Victoria Day", "2022-07-01": "Canada Day", "2022-08-01": "Civic Holiday", "2022-09-05": "Labor Day", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-20": "Family Day", "2023-04-07": "Good Friday", "2023-05-22": "Victoria Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-08-07": "Civic Holiday", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-19": "Family Day", "2024-03-29": "Good Friday", "2024-05-20": "Victoria Day", "2024-07-01": "Canada Day", "2024-08-05": "Civic Holiday", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-17": "Family Day", "2025-04-18": "Good Friday", "2025-05-19": "Victoria Day", "2025-07-01": "Canada Day", "2025-08-04": "Civic Holiday", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-16": "Family Day", "2026-04-03": "Good Friday", "2026-05-18": "Victoria Day", "2026-07-01": "Canada Day", "2026-08-03": "Civic Holiday", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-15": "Family Day", "2027-03-26": "Good Friday", "2027-05-24": "Victoria Day", "2027-07-01": "Canada Day", "2027-08-02": "Civic Holiday", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-21": "Family Day", "2028-04-14": "Good Friday", "2028-05-22": "Victoria Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-08-07": "Civic Holiday", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-19": "Family Day", "2029-03-30": "Good Friday", "2029-05-21": "Victoria Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-08-06": "Civic Holiday", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-18": "Family Day", "2030-04-19": "Good Friday", "2030-05-20": "Victoria Day", "2030-07-01": "Canada Day", "2030-08-05": "Civic Holiday", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-17": "Family Day", "2031-04-11": "Good Friday", "2031-05-19": "Victoria Day", "2031-07-01": "Canada Day", "2031-08-04": "Civic Holiday", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-16": "Family Day", "2032-03-26": "Good Friday", "2032-05-24": "Victoria Day", "2032-07-01": "Canada Day", "2032-08-02": "Civic Holiday", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-02-21": "Family Day", "2033-04-15": "Good Friday", "2033-05-23": "Victoria Day", "2033-07-01": "Canada Day", "2033-08-01": "Civic Holiday", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-20": "Family Day", "2034-04-07": "Good Friday", "2034-05-22": "Victoria Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-08-07": "Civic Holiday", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-19": "Family Day", "2035-03-23": "Good Friday", "2035-05-21": "Victoria Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-08-06": "Civic Holiday", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-18": "Family Day", "2036-04-11": "Good Friday", "2036-05-19": "Victoria Day", "2036-07-01": "Canada Day", "2036-08-04": "Civic Holiday", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-16": "Family Day", "2037-04-03": "Good Friday", "2037-05-18": "Victoria Day", "2037-07-01": "Canada Day", "2037-08-03": "Civic Holiday", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-02-15": "Family Day", "2038-04-23": "Good Friday", "2038-05-24": "Victoria Day", "2038-07-01": "Canada Day", "2038-08-02": "Civic Holiday", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-02-21": "Family Day", "2039-04-08": "Good Friday", "2039-05-23": "Victoria Day", "2039-07-01": "Canada Day", "2039-08-01": "Civic Holiday", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-20": "Family Day", "2040-03-30": "Good Friday", "2040-05-21": "Victoria Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-08-06": "Civic Holiday", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-18": "Family Day", "2041-04-19": "Good Friday", "2041-05-20": "Victoria Day", "2041-07-01": "Canada Day", "2041-08-05": "Civic Holiday", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-17": "Family Day", "2042-04-04": "Good Friday", "2042-05-19": "Victoria Day", "2042-07-01": "Canada Day", "2042-08-04": "Civic Holiday", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-16": "Family Day", "2043-03-27": "Good Friday", "2043-05-18": "Victoria Day", "2043-07-01": "Canada Day", "2043-08-03": "Civic Holiday", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-15": "Family Day", "2044-04-15": "Good Friday", "2044-05-23": "Victoria Day", "2044-07-01": "Canada Day", "2044-08-01": "Civic Holiday", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-20": "Family Day", "2045-04-07": "Good Friday", "2045-05-22": "Victoria Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-08-07": "Civic Holiday", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-19": "Family Day", "2046-03-23": "Good Friday", "2046-05-21": "Victoria Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-08-06": "Civic Holiday", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-18": "Family Day", "2047-04-12": "Good Friday", "2047-05-20": "Victoria Day", "2047-07-01": "Canada Day", "2047-08-05": "Civic Holiday", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-17": "Family Day", "2048-04-03": "Good Friday", "2048-05-18": "Victoria Day", "2048-07-01": "Canada Day", "2048-08-03": "Civic Holiday", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-15": "Family Day", "2049-04-16": "Good Friday", "2049-05-24": "Victoria Day", "2049-07-01": "Canada Day", "2049-08-02": "Civic Holiday", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-21": "Family Day", "2050-04-08": "Good Friday", "2050-05-23": "Victoria Day", "2050-07-01": "Canada Day", "2050-08-01": "Civic Holiday", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_PE.json000066400000000000000000001220751500152103600210540ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-05-19": "Victoria Day", "1997-07-01": "Canada Day", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-05-18": "Victoria Day", "1998-07-01": "Canada Day", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-05-24": "Victoria Day", "1999-07-01": "Canada Day", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-05-22": "Victoria Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-05-21": "Victoria Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-05-20": "Victoria Day", "2002-07-01": "Canada Day", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-05-19": "Victoria Day", "2003-07-01": "Canada Day", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-05-24": "Victoria Day", "2004-07-01": "Canada Day", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-05-23": "Victoria Day", "2005-07-01": "Canada Day", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-05-22": "Victoria Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-05-21": "Victoria Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-05-19": "Victoria Day", "2008-07-01": "Canada Day", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-02-09": "Islander Day", "2009-04-10": "Good Friday", "2009-05-18": "Victoria Day", "2009-07-01": "Canada Day", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-02-15": "Islander Day", "2010-04-02": "Good Friday", "2010-05-24": "Victoria Day", "2010-07-01": "Canada Day", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-02-21": "Islander Day", "2011-04-22": "Good Friday", "2011-05-23": "Victoria Day", "2011-07-01": "Canada Day", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-20": "Islander Day", "2012-04-06": "Good Friday", "2012-05-21": "Victoria Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-02-18": "Islander Day", "2013-03-29": "Good Friday", "2013-05-20": "Victoria Day", "2013-07-01": "Canada Day", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-02-17": "Islander Day", "2014-04-18": "Good Friday", "2014-05-19": "Victoria Day", "2014-07-01": "Canada Day", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-16": "Islander Day", "2015-04-03": "Good Friday", "2015-05-18": "Victoria Day", "2015-07-01": "Canada Day", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-02-15": "Islander Day", "2016-03-25": "Good Friday", "2016-05-23": "Victoria Day", "2016-07-01": "Canada Day", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-20": "Islander Day", "2017-04-14": "Good Friday", "2017-05-22": "Victoria Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-19": "Islander Day", "2018-03-30": "Good Friday", "2018-05-21": "Victoria Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-18": "Islander Day", "2019-04-19": "Good Friday", "2019-05-20": "Victoria Day", "2019-07-01": "Canada Day", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-17": "Islander Day", "2020-04-10": "Good Friday", "2020-05-18": "Victoria Day", "2020-07-01": "Canada Day", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-15": "Islander Day", "2021-04-02": "Good Friday", "2021-05-24": "Victoria Day", "2021-07-01": "Canada Day", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-21": "Islander Day", "2022-04-15": "Good Friday", "2022-05-23": "Victoria Day", "2022-07-01": "Canada Day", "2022-09-05": "Labor Day", "2022-09-19": "Funeral of Her Majesty the Queen Elizabeth II", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-20": "Islander Day", "2023-04-07": "Good Friday", "2023-05-22": "Victoria Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-19": "Islander Day", "2024-03-29": "Good Friday", "2024-05-20": "Victoria Day", "2024-07-01": "Canada Day", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-17": "Islander Day", "2025-04-18": "Good Friday", "2025-05-19": "Victoria Day", "2025-07-01": "Canada Day", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-16": "Islander Day", "2026-04-03": "Good Friday", "2026-05-18": "Victoria Day", "2026-07-01": "Canada Day", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-15": "Islander Day", "2027-03-26": "Good Friday", "2027-05-24": "Victoria Day", "2027-07-01": "Canada Day", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-21": "Islander Day", "2028-04-14": "Good Friday", "2028-05-22": "Victoria Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-19": "Islander Day", "2029-03-30": "Good Friday", "2029-05-21": "Victoria Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-18": "Islander Day", "2030-04-19": "Good Friday", "2030-05-20": "Victoria Day", "2030-07-01": "Canada Day", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-17": "Islander Day", "2031-04-11": "Good Friday", "2031-05-19": "Victoria Day", "2031-07-01": "Canada Day", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-16": "Islander Day", "2032-03-26": "Good Friday", "2032-05-24": "Victoria Day", "2032-07-01": "Canada Day", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-02-21": "Islander Day", "2033-04-15": "Good Friday", "2033-05-23": "Victoria Day", "2033-07-01": "Canada Day", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-20": "Islander Day", "2034-04-07": "Good Friday", "2034-05-22": "Victoria Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-19": "Islander Day", "2035-03-23": "Good Friday", "2035-05-21": "Victoria Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-18": "Islander Day", "2036-04-11": "Good Friday", "2036-05-19": "Victoria Day", "2036-07-01": "Canada Day", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-16": "Islander Day", "2037-04-03": "Good Friday", "2037-05-18": "Victoria Day", "2037-07-01": "Canada Day", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-02-15": "Islander Day", "2038-04-23": "Good Friday", "2038-05-24": "Victoria Day", "2038-07-01": "Canada Day", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-02-21": "Islander Day", "2039-04-08": "Good Friday", "2039-05-23": "Victoria Day", "2039-07-01": "Canada Day", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-20": "Islander Day", "2040-03-30": "Good Friday", "2040-05-21": "Victoria Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-18": "Islander Day", "2041-04-19": "Good Friday", "2041-05-20": "Victoria Day", "2041-07-01": "Canada Day", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-17": "Islander Day", "2042-04-04": "Good Friday", "2042-05-19": "Victoria Day", "2042-07-01": "Canada Day", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-16": "Islander Day", "2043-03-27": "Good Friday", "2043-05-18": "Victoria Day", "2043-07-01": "Canada Day", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-15": "Islander Day", "2044-04-15": "Good Friday", "2044-05-23": "Victoria Day", "2044-07-01": "Canada Day", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-20": "Islander Day", "2045-04-07": "Good Friday", "2045-05-22": "Victoria Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-19": "Islander Day", "2046-03-23": "Good Friday", "2046-05-21": "Victoria Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-18": "Islander Day", "2047-04-12": "Good Friday", "2047-05-20": "Victoria Day", "2047-07-01": "Canada Day", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-17": "Islander Day", "2048-04-03": "Good Friday", "2048-05-18": "Victoria Day", "2048-07-01": "Canada Day", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-15": "Islander Day", "2049-04-16": "Good Friday", "2049-05-24": "Victoria Day", "2049-07-01": "Canada Day", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-21": "Islander Day", "2050-04-08": "Good Friday", "2050-05-23": "Victoria Day", "2050-07-01": "Canada Day", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_QC.json000066400000000000000000001434321500152103600210530ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-06-24": "Saint John the Baptist Day", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-06-24": "Saint John the Baptist Day", "1951-06-25": "Saint John the Baptist Day (observed)", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-06-24": "Saint John the Baptist Day", "1952-07-01": "Dominion Day", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-18": "Victoria Day", "1953-06-24": "Saint John the Baptist Day", "1953-07-01": "Dominion Day", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-24": "Victoria Day", "1954-06-24": "Saint John the Baptist Day", "1954-07-01": "Dominion Day", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-23": "Victoria Day", "1955-06-24": "Saint John the Baptist Day", "1955-07-01": "Dominion Day", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-21": "Victoria Day", "1956-06-24": "Saint John the Baptist Day", "1956-06-25": "Saint John the Baptist Day (observed)", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-20": "Victoria Day", "1957-06-24": "Saint John the Baptist Day", "1957-07-01": "Dominion Day", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-19": "Victoria Day", "1958-06-24": "Saint John the Baptist Day", "1958-07-01": "Dominion Day", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-18": "Victoria Day", "1959-06-24": "Saint John the Baptist Day", "1959-07-01": "Dominion Day", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-23": "Victoria Day", "1960-06-24": "Saint John the Baptist Day", "1960-07-01": "Dominion Day", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-22": "Victoria Day", "1961-06-24": "Saint John the Baptist Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-21": "Victoria Day", "1962-06-24": "Saint John the Baptist Day", "1962-06-25": "Saint John the Baptist Day (observed)", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-20": "Victoria Day", "1963-06-24": "Saint John the Baptist Day", "1963-07-01": "Dominion Day", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-18": "Victoria Day", "1964-06-24": "Saint John the Baptist Day", "1964-07-01": "Dominion Day", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-24": "Victoria Day", "1965-06-24": "Saint John the Baptist Day", "1965-07-01": "Dominion Day", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-23": "Victoria Day", "1966-06-24": "Saint John the Baptist Day", "1966-07-01": "Dominion Day", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-22": "Victoria Day", "1967-06-24": "Saint John the Baptist Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-20": "Victoria Day", "1968-06-24": "Saint John the Baptist Day", "1968-07-01": "Dominion Day", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-19": "Victoria Day", "1969-06-24": "Saint John the Baptist Day", "1969-07-01": "Dominion Day", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-18": "Victoria Day", "1970-06-24": "Saint John the Baptist Day", "1970-07-01": "Dominion Day", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-24": "Victoria Day", "1971-06-24": "Saint John the Baptist Day", "1971-07-01": "Dominion Day", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-22": "Victoria Day", "1972-06-24": "Saint John the Baptist Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-21": "Victoria Day", "1973-06-24": "Saint John the Baptist Day", "1973-06-25": "Saint John the Baptist Day (observed)", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-20": "Victoria Day", "1974-06-24": "Saint John the Baptist Day", "1974-07-01": "Dominion Day", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-19": "Victoria Day", "1975-06-24": "Saint John the Baptist Day", "1975-07-01": "Dominion Day", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-24": "Victoria Day", "1976-06-24": "Saint John the Baptist Day", "1976-07-01": "Dominion Day", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-23": "Victoria Day", "1977-06-24": "Saint John the Baptist Day", "1977-07-01": "Dominion Day", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-22": "Victoria Day", "1978-06-24": "Saint John the Baptist Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-21": "Victoria Day", "1979-06-24": "Saint John the Baptist Day", "1979-06-25": "Saint John the Baptist Day (observed)", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-19": "Victoria Day", "1980-06-24": "Saint John the Baptist Day", "1980-07-01": "Dominion Day", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-18": "Victoria Day", "1981-06-24": "Saint John the Baptist Day", "1981-07-01": "Dominion Day", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-24": "Victoria Day", "1982-06-24": "Saint John the Baptist Day", "1982-07-01": "Dominion Day", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-23": "Victoria Day", "1983-06-24": "Saint John the Baptist Day", "1983-07-01": "Canada Day", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-21": "Victoria Day", "1984-06-24": "Saint John the Baptist Day", "1984-06-25": "Saint John the Baptist Day (observed)", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-20": "Victoria Day", "1985-06-24": "Saint John the Baptist Day", "1985-07-01": "Canada Day", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-19": "Victoria Day", "1986-06-24": "Saint John the Baptist Day", "1986-07-01": "Canada Day", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-18": "Victoria Day", "1987-06-24": "Saint John the Baptist Day", "1987-07-01": "Canada Day", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-23": "Victoria Day", "1988-06-24": "Saint John the Baptist Day", "1988-07-01": "Canada Day", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-22": "Victoria Day", "1989-06-24": "Saint John the Baptist Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-21": "Victoria Day", "1990-06-24": "Saint John the Baptist Day", "1990-06-25": "Saint John the Baptist Day (observed)", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-20": "Victoria Day", "1991-06-24": "Saint John the Baptist Day", "1991-07-01": "Canada Day", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-18": "Victoria Day", "1992-06-24": "Saint John the Baptist Day", "1992-07-01": "Canada Day", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-24": "Victoria Day", "1993-06-24": "Saint John the Baptist Day", "1993-07-01": "Canada Day", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-23": "Victoria Day", "1994-06-24": "Saint John the Baptist Day", "1994-07-01": "Canada Day", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-22": "Victoria Day", "1995-06-24": "Saint John the Baptist Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-20": "Victoria Day", "1996-06-24": "Saint John the Baptist Day", "1996-07-01": "Canada Day", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-19": "Victoria Day", "1997-06-24": "Saint John the Baptist Day", "1997-07-01": "Canada Day", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-18": "Victoria Day", "1998-06-24": "Saint John the Baptist Day", "1998-07-01": "Canada Day", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-24": "Victoria Day", "1999-06-24": "Saint John the Baptist Day", "1999-07-01": "Canada Day", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-22": "Victoria Day", "2000-06-24": "Saint John the Baptist Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-21": "Victoria Day", "2001-06-24": "Saint John the Baptist Day", "2001-06-25": "Saint John the Baptist Day (observed)", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-20": "Victoria Day", "2002-06-24": "Saint John the Baptist Day", "2002-07-01": "Canada Day", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-19": "National Patriots' Day; Victoria Day", "2003-06-24": "Saint John the Baptist Day", "2003-07-01": "Canada Day", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-24": "National Patriots' Day; Victoria Day", "2004-06-24": "Saint John the Baptist Day", "2004-07-01": "Canada Day", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-23": "National Patriots' Day; Victoria Day", "2005-06-24": "Saint John the Baptist Day", "2005-07-01": "Canada Day", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-22": "National Patriots' Day; Victoria Day", "2006-06-24": "Saint John the Baptist Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-21": "National Patriots' Day; Victoria Day", "2007-06-24": "Saint John the Baptist Day", "2007-06-25": "Saint John the Baptist Day (observed)", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-19": "National Patriots' Day; Victoria Day", "2008-06-24": "Saint John the Baptist Day", "2008-07-01": "Canada Day", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-18": "National Patriots' Day; Victoria Day", "2009-06-24": "Saint John the Baptist Day", "2009-07-01": "Canada Day", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-24": "National Patriots' Day; Victoria Day", "2010-06-24": "Saint John the Baptist Day", "2010-07-01": "Canada Day", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-23": "National Patriots' Day; Victoria Day", "2011-06-24": "Saint John the Baptist Day", "2011-07-01": "Canada Day", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-21": "National Patriots' Day; Victoria Day", "2012-06-24": "Saint John the Baptist Day", "2012-06-25": "Saint John the Baptist Day (observed)", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-20": "National Patriots' Day; Victoria Day", "2013-06-24": "Saint John the Baptist Day", "2013-07-01": "Canada Day", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-19": "National Patriots' Day; Victoria Day", "2014-06-24": "Saint John the Baptist Day", "2014-07-01": "Canada Day", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-18": "National Patriots' Day; Victoria Day", "2015-06-24": "Saint John the Baptist Day", "2015-07-01": "Canada Day", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-23": "National Patriots' Day; Victoria Day", "2016-06-24": "Saint John the Baptist Day", "2016-07-01": "Canada Day", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-22": "National Patriots' Day; Victoria Day", "2017-06-24": "Saint John the Baptist Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-21": "National Patriots' Day; Victoria Day", "2018-06-24": "Saint John the Baptist Day", "2018-06-25": "Saint John the Baptist Day (observed)", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-20": "National Patriots' Day; Victoria Day", "2019-06-24": "Saint John the Baptist Day", "2019-07-01": "Canada Day", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-18": "National Patriots' Day; Victoria Day", "2020-06-24": "Saint John the Baptist Day", "2020-07-01": "Canada Day", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-24": "National Patriots' Day; Victoria Day", "2021-06-24": "Saint John the Baptist Day", "2021-07-01": "Canada Day", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-23": "National Patriots' Day; Victoria Day", "2022-06-24": "Saint John the Baptist Day", "2022-07-01": "Canada Day", "2022-09-05": "Labor Day", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-22": "National Patriots' Day; Victoria Day", "2023-06-24": "Saint John the Baptist Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-20": "National Patriots' Day; Victoria Day", "2024-06-24": "Saint John the Baptist Day", "2024-07-01": "Canada Day", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-19": "National Patriots' Day; Victoria Day", "2025-06-24": "Saint John the Baptist Day", "2025-07-01": "Canada Day", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-18": "National Patriots' Day; Victoria Day", "2026-06-24": "Saint John the Baptist Day", "2026-07-01": "Canada Day", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-24": "National Patriots' Day; Victoria Day", "2027-06-24": "Saint John the Baptist Day", "2027-07-01": "Canada Day", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-22": "National Patriots' Day; Victoria Day", "2028-06-24": "Saint John the Baptist Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-21": "National Patriots' Day; Victoria Day", "2029-06-24": "Saint John the Baptist Day", "2029-06-25": "Saint John the Baptist Day (observed)", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-20": "National Patriots' Day; Victoria Day", "2030-06-24": "Saint John the Baptist Day", "2030-07-01": "Canada Day", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-19": "National Patriots' Day; Victoria Day", "2031-06-24": "Saint John the Baptist Day", "2031-07-01": "Canada Day", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-24": "National Patriots' Day; Victoria Day", "2032-06-24": "Saint John the Baptist Day", "2032-07-01": "Canada Day", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-23": "National Patriots' Day; Victoria Day", "2033-06-24": "Saint John the Baptist Day", "2033-07-01": "Canada Day", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-22": "National Patriots' Day; Victoria Day", "2034-06-24": "Saint John the Baptist Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-21": "National Patriots' Day; Victoria Day", "2035-06-24": "Saint John the Baptist Day", "2035-06-25": "Saint John the Baptist Day (observed)", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-19": "National Patriots' Day; Victoria Day", "2036-06-24": "Saint John the Baptist Day", "2036-07-01": "Canada Day", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-18": "National Patriots' Day; Victoria Day", "2037-06-24": "Saint John the Baptist Day", "2037-07-01": "Canada Day", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-24": "National Patriots' Day; Victoria Day", "2038-06-24": "Saint John the Baptist Day", "2038-07-01": "Canada Day", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-23": "National Patriots' Day; Victoria Day", "2039-06-24": "Saint John the Baptist Day", "2039-07-01": "Canada Day", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-21": "National Patriots' Day; Victoria Day", "2040-06-24": "Saint John the Baptist Day", "2040-06-25": "Saint John the Baptist Day (observed)", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-20": "National Patriots' Day; Victoria Day", "2041-06-24": "Saint John the Baptist Day", "2041-07-01": "Canada Day", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-19": "National Patriots' Day; Victoria Day", "2042-06-24": "Saint John the Baptist Day", "2042-07-01": "Canada Day", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-18": "National Patriots' Day; Victoria Day", "2043-06-24": "Saint John the Baptist Day", "2043-07-01": "Canada Day", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-23": "National Patriots' Day; Victoria Day", "2044-06-24": "Saint John the Baptist Day", "2044-07-01": "Canada Day", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-22": "National Patriots' Day; Victoria Day", "2045-06-24": "Saint John the Baptist Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-21": "National Patriots' Day; Victoria Day", "2046-06-24": "Saint John the Baptist Day", "2046-06-25": "Saint John the Baptist Day (observed)", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-20": "National Patriots' Day; Victoria Day", "2047-06-24": "Saint John the Baptist Day", "2047-07-01": "Canada Day", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-18": "National Patriots' Day; Victoria Day", "2048-06-24": "Saint John the Baptist Day", "2048-07-01": "Canada Day", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-24": "National Patriots' Day; Victoria Day", "2049-06-24": "Saint John the Baptist Day", "2049-07-01": "Canada Day", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-23": "National Patriots' Day; Victoria Day", "2050-06-24": "Saint John the Baptist Day", "2050-07-01": "Canada Day", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_SK.json000066400000000000000000001313441500152103600210640ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-08-07": "Saskatchewan Day", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-08-06": "Saskatchewan Day", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day", "1952-08-04": "Saskatchewan Day", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-08-03": "Saskatchewan Day", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-08-02": "Saskatchewan Day", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-08-01": "Saskatchewan Day", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-08-06": "Saskatchewan Day", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-08-05": "Saskatchewan Day", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-08-04": "Saskatchewan Day", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-08-03": "Saskatchewan Day", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-08-01": "Saskatchewan Day", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-08-07": "Saskatchewan Day", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-08-06": "Saskatchewan Day", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-08-05": "Saskatchewan Day", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-08-03": "Saskatchewan Day", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-08-02": "Saskatchewan Day", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-08-01": "Saskatchewan Day", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-08-07": "Saskatchewan Day", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-08-05": "Saskatchewan Day", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-08-04": "Saskatchewan Day", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-08-03": "Saskatchewan Day", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-08-02": "Saskatchewan Day", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-08-07": "Saskatchewan Day", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-08-06": "Saskatchewan Day", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-08-05": "Saskatchewan Day", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-08-04": "Saskatchewan Day", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-08-02": "Saskatchewan Day", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-08-01": "Saskatchewan Day", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-08-07": "Saskatchewan Day", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-08-06": "Saskatchewan Day", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-08-04": "Saskatchewan Day", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-08-03": "Saskatchewan Day", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-08-02": "Saskatchewan Day", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-08-01": "Saskatchewan Day", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-08-06": "Saskatchewan Day", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-08-05": "Saskatchewan Day", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-08-04": "Saskatchewan Day", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-08-03": "Saskatchewan Day", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-08-01": "Saskatchewan Day", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-08-07": "Saskatchewan Day", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-08-06": "Saskatchewan Day", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-08-05": "Saskatchewan Day", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-08-03": "Saskatchewan Day", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-08-02": "Saskatchewan Day", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-08-01": "Saskatchewan Day", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-08-07": "Saskatchewan Day", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day", "1996-08-05": "Saskatchewan Day", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-05-19": "Victoria Day", "1997-07-01": "Canada Day", "1997-08-04": "Saskatchewan Day", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-05-18": "Victoria Day", "1998-07-01": "Canada Day", "1998-08-03": "Saskatchewan Day", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-05-24": "Victoria Day", "1999-07-01": "Canada Day", "1999-08-02": "Saskatchewan Day", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-05-22": "Victoria Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-08-07": "Saskatchewan Day", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-05-21": "Victoria Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-08-06": "Saskatchewan Day", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-05-20": "Victoria Day", "2002-07-01": "Canada Day", "2002-08-05": "Saskatchewan Day", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-05-19": "Victoria Day", "2003-07-01": "Canada Day", "2003-08-04": "Saskatchewan Day", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-05-24": "Victoria Day", "2004-07-01": "Canada Day", "2004-08-02": "Saskatchewan Day", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-05-23": "Victoria Day", "2005-07-01": "Canada Day", "2005-08-01": "Saskatchewan Day", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-05-22": "Victoria Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-08-07": "Saskatchewan Day", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-02-19": "Family Day", "2007-04-06": "Good Friday", "2007-05-21": "Victoria Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-08-06": "Saskatchewan Day", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-02-18": "Family Day", "2008-03-21": "Good Friday", "2008-05-19": "Victoria Day", "2008-07-01": "Canada Day", "2008-08-04": "Saskatchewan Day", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-02-16": "Family Day", "2009-04-10": "Good Friday", "2009-05-18": "Victoria Day", "2009-07-01": "Canada Day", "2009-08-03": "Saskatchewan Day", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-02-15": "Family Day", "2010-04-02": "Good Friday", "2010-05-24": "Victoria Day", "2010-07-01": "Canada Day", "2010-08-02": "Saskatchewan Day", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-02-21": "Family Day", "2011-04-22": "Good Friday", "2011-05-23": "Victoria Day", "2011-07-01": "Canada Day", "2011-08-01": "Saskatchewan Day", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-20": "Family Day", "2012-04-06": "Good Friday", "2012-05-21": "Victoria Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-08-06": "Saskatchewan Day", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-02-18": "Family Day", "2013-03-29": "Good Friday", "2013-05-20": "Victoria Day", "2013-07-01": "Canada Day", "2013-08-05": "Saskatchewan Day", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-02-17": "Family Day", "2014-04-18": "Good Friday", "2014-05-19": "Victoria Day", "2014-07-01": "Canada Day", "2014-08-04": "Saskatchewan Day", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-16": "Family Day", "2015-04-03": "Good Friday", "2015-05-18": "Victoria Day", "2015-07-01": "Canada Day", "2015-08-03": "Saskatchewan Day", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-02-15": "Family Day", "2016-03-25": "Good Friday", "2016-05-23": "Victoria Day", "2016-07-01": "Canada Day", "2016-08-01": "Saskatchewan Day", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-20": "Family Day", "2017-04-14": "Good Friday", "2017-05-22": "Victoria Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-08-07": "Saskatchewan Day", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-19": "Family Day", "2018-03-30": "Good Friday", "2018-05-21": "Victoria Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-08-06": "Saskatchewan Day", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-18": "Family Day", "2019-04-19": "Good Friday", "2019-05-20": "Victoria Day", "2019-07-01": "Canada Day", "2019-08-05": "Saskatchewan Day", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-17": "Family Day", "2020-04-10": "Good Friday", "2020-05-18": "Victoria Day", "2020-07-01": "Canada Day", "2020-08-03": "Saskatchewan Day", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-15": "Family Day", "2021-04-02": "Good Friday", "2021-05-24": "Victoria Day", "2021-07-01": "Canada Day", "2021-08-02": "Saskatchewan Day", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-21": "Family Day", "2022-04-15": "Good Friday", "2022-05-23": "Victoria Day", "2022-07-01": "Canada Day", "2022-08-01": "Saskatchewan Day", "2022-09-05": "Labor Day", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-20": "Family Day", "2023-04-07": "Good Friday", "2023-05-22": "Victoria Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-08-07": "Saskatchewan Day", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-19": "Family Day", "2024-03-29": "Good Friday", "2024-05-20": "Victoria Day", "2024-07-01": "Canada Day", "2024-08-05": "Saskatchewan Day", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-17": "Family Day", "2025-04-18": "Good Friday", "2025-05-19": "Victoria Day", "2025-07-01": "Canada Day", "2025-08-04": "Saskatchewan Day", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-16": "Family Day", "2026-04-03": "Good Friday", "2026-05-18": "Victoria Day", "2026-07-01": "Canada Day", "2026-08-03": "Saskatchewan Day", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-15": "Family Day", "2027-03-26": "Good Friday", "2027-05-24": "Victoria Day", "2027-07-01": "Canada Day", "2027-08-02": "Saskatchewan Day", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-21": "Family Day", "2028-04-14": "Good Friday", "2028-05-22": "Victoria Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-08-07": "Saskatchewan Day", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-19": "Family Day", "2029-03-30": "Good Friday", "2029-05-21": "Victoria Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-08-06": "Saskatchewan Day", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-18": "Family Day", "2030-04-19": "Good Friday", "2030-05-20": "Victoria Day", "2030-07-01": "Canada Day", "2030-08-05": "Saskatchewan Day", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-17": "Family Day", "2031-04-11": "Good Friday", "2031-05-19": "Victoria Day", "2031-07-01": "Canada Day", "2031-08-04": "Saskatchewan Day", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-16": "Family Day", "2032-03-26": "Good Friday", "2032-05-24": "Victoria Day", "2032-07-01": "Canada Day", "2032-08-02": "Saskatchewan Day", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-02-21": "Family Day", "2033-04-15": "Good Friday", "2033-05-23": "Victoria Day", "2033-07-01": "Canada Day", "2033-08-01": "Saskatchewan Day", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-20": "Family Day", "2034-04-07": "Good Friday", "2034-05-22": "Victoria Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-08-07": "Saskatchewan Day", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-19": "Family Day", "2035-03-23": "Good Friday", "2035-05-21": "Victoria Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-08-06": "Saskatchewan Day", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-18": "Family Day", "2036-04-11": "Good Friday", "2036-05-19": "Victoria Day", "2036-07-01": "Canada Day", "2036-08-04": "Saskatchewan Day", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-16": "Family Day", "2037-04-03": "Good Friday", "2037-05-18": "Victoria Day", "2037-07-01": "Canada Day", "2037-08-03": "Saskatchewan Day", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-02-15": "Family Day", "2038-04-23": "Good Friday", "2038-05-24": "Victoria Day", "2038-07-01": "Canada Day", "2038-08-02": "Saskatchewan Day", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-02-21": "Family Day", "2039-04-08": "Good Friday", "2039-05-23": "Victoria Day", "2039-07-01": "Canada Day", "2039-08-01": "Saskatchewan Day", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-20": "Family Day", "2040-03-30": "Good Friday", "2040-05-21": "Victoria Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-08-06": "Saskatchewan Day", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-18": "Family Day", "2041-04-19": "Good Friday", "2041-05-20": "Victoria Day", "2041-07-01": "Canada Day", "2041-08-05": "Saskatchewan Day", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-17": "Family Day", "2042-04-04": "Good Friday", "2042-05-19": "Victoria Day", "2042-07-01": "Canada Day", "2042-08-04": "Saskatchewan Day", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-16": "Family Day", "2043-03-27": "Good Friday", "2043-05-18": "Victoria Day", "2043-07-01": "Canada Day", "2043-08-03": "Saskatchewan Day", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-15": "Family Day", "2044-04-15": "Good Friday", "2044-05-23": "Victoria Day", "2044-07-01": "Canada Day", "2044-08-01": "Saskatchewan Day", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-20": "Family Day", "2045-04-07": "Good Friday", "2045-05-22": "Victoria Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-08-07": "Saskatchewan Day", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-19": "Family Day", "2046-03-23": "Good Friday", "2046-05-21": "Victoria Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-08-06": "Saskatchewan Day", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-18": "Family Day", "2047-04-12": "Good Friday", "2047-05-20": "Victoria Day", "2047-07-01": "Canada Day", "2047-08-05": "Saskatchewan Day", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-17": "Family Day", "2048-04-03": "Good Friday", "2048-05-18": "Victoria Day", "2048-07-01": "Canada Day", "2048-08-03": "Saskatchewan Day", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-15": "Family Day", "2049-04-16": "Good Friday", "2049-05-24": "Victoria Day", "2049-07-01": "Canada Day", "2049-08-02": "Saskatchewan Day", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-21": "Family Day", "2050-04-08": "Good Friday", "2050-05-23": "Victoria Day", "2050-07-01": "Canada Day", "2050-08-01": "Saskatchewan Day", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CA_YT.json000066400000000000000000001361501500152103600211030ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-07-01": "Dominion Day", "1950-07-03": "Dominion Day (observed)", "1950-08-21": "Discovery Day", "1950-09-04": "Labor Day", "1950-10-09": "Thanksgiving Day", "1950-11-11": "Remembrance Day", "1950-11-13": "Remembrance Day (observed)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-07-01": "Dominion Day", "1951-07-02": "Dominion Day (observed)", "1951-08-20": "Discovery Day", "1951-09-03": "Labor Day", "1951-10-08": "Thanksgiving Day", "1951-11-11": "Remembrance Day", "1951-11-12": "Remembrance Day (observed)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-07-01": "Dominion Day", "1952-08-18": "Discovery Day", "1952-09-01": "Labor Day", "1952-10-13": "Thanksgiving Day", "1952-11-11": "Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-05-18": "Victoria Day", "1953-07-01": "Dominion Day", "1953-08-17": "Discovery Day", "1953-09-07": "Labor Day", "1953-10-12": "Thanksgiving Day", "1953-11-11": "Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-05-24": "Victoria Day", "1954-07-01": "Dominion Day", "1954-08-16": "Discovery Day", "1954-09-06": "Labor Day", "1954-10-11": "Thanksgiving Day", "1954-11-11": "Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-05-23": "Victoria Day", "1955-07-01": "Dominion Day", "1955-08-15": "Discovery Day", "1955-09-05": "Labor Day", "1955-10-10": "Thanksgiving Day", "1955-11-11": "Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day; Christmas Day (observed)", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-05-21": "Victoria Day", "1956-07-01": "Dominion Day", "1956-07-02": "Dominion Day (observed)", "1956-08-20": "Discovery Day", "1956-09-03": "Labor Day", "1956-10-08": "Thanksgiving Day", "1956-11-11": "Remembrance Day", "1956-11-12": "Remembrance Day (observed)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-05-20": "Victoria Day", "1957-07-01": "Dominion Day", "1957-08-19": "Discovery Day", "1957-09-02": "Labor Day", "1957-10-14": "Thanksgiving Day", "1957-11-11": "Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-05-19": "Victoria Day", "1958-07-01": "Dominion Day", "1958-08-18": "Discovery Day", "1958-09-01": "Labor Day", "1958-10-13": "Thanksgiving Day", "1958-11-11": "Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-05-18": "Victoria Day", "1959-07-01": "Dominion Day", "1959-08-17": "Discovery Day", "1959-09-07": "Labor Day", "1959-10-12": "Thanksgiving Day", "1959-11-11": "Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-05-23": "Victoria Day", "1960-07-01": "Dominion Day", "1960-08-15": "Discovery Day", "1960-09-05": "Labor Day", "1960-10-10": "Thanksgiving Day", "1960-11-11": "Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day; Christmas Day (observed)", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-05-22": "Victoria Day", "1961-07-01": "Dominion Day", "1961-07-03": "Dominion Day (observed)", "1961-08-21": "Discovery Day", "1961-09-04": "Labor Day", "1961-10-09": "Thanksgiving Day", "1961-11-11": "Remembrance Day", "1961-11-13": "Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-05-21": "Victoria Day", "1962-07-01": "Dominion Day", "1962-07-02": "Dominion Day (observed)", "1962-08-20": "Discovery Day", "1962-09-03": "Labor Day", "1962-10-08": "Thanksgiving Day", "1962-11-11": "Remembrance Day", "1962-11-12": "Remembrance Day (observed)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-05-20": "Victoria Day", "1963-07-01": "Dominion Day", "1963-08-19": "Discovery Day", "1963-09-02": "Labor Day", "1963-10-14": "Thanksgiving Day", "1963-11-11": "Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-05-18": "Victoria Day", "1964-07-01": "Dominion Day", "1964-08-17": "Discovery Day", "1964-09-07": "Labor Day", "1964-10-12": "Thanksgiving Day", "1964-11-11": "Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-05-24": "Victoria Day", "1965-07-01": "Dominion Day", "1965-08-16": "Discovery Day", "1965-09-06": "Labor Day", "1965-10-11": "Thanksgiving Day", "1965-11-11": "Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-05-23": "Victoria Day", "1966-07-01": "Dominion Day", "1966-08-15": "Discovery Day", "1966-09-05": "Labor Day", "1966-10-10": "Thanksgiving Day", "1966-11-11": "Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day; Christmas Day (observed)", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-05-22": "Victoria Day", "1967-07-01": "Dominion Day", "1967-07-03": "Dominion Day (observed)", "1967-08-21": "Discovery Day", "1967-09-04": "Labor Day", "1967-10-09": "Thanksgiving Day", "1967-11-11": "Remembrance Day", "1967-11-13": "Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-05-20": "Victoria Day", "1968-07-01": "Dominion Day", "1968-08-19": "Discovery Day", "1968-09-02": "Labor Day", "1968-10-14": "Thanksgiving Day", "1968-11-11": "Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-05-19": "Victoria Day", "1969-07-01": "Dominion Day", "1969-08-18": "Discovery Day", "1969-09-01": "Labor Day", "1969-10-13": "Thanksgiving Day", "1969-11-11": "Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-05-18": "Victoria Day", "1970-07-01": "Dominion Day", "1970-08-17": "Discovery Day", "1970-09-07": "Labor Day", "1970-10-12": "Thanksgiving Day", "1970-11-11": "Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-05-24": "Victoria Day", "1971-07-01": "Dominion Day", "1971-08-16": "Discovery Day", "1971-09-06": "Labor Day", "1971-10-11": "Thanksgiving Day", "1971-11-11": "Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-05-22": "Victoria Day", "1972-07-01": "Dominion Day", "1972-07-03": "Dominion Day (observed)", "1972-08-21": "Discovery Day", "1972-09-04": "Labor Day", "1972-10-09": "Thanksgiving Day", "1972-11-11": "Remembrance Day", "1972-11-13": "Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-05-21": "Victoria Day", "1973-07-01": "Dominion Day", "1973-07-02": "Dominion Day (observed)", "1973-08-20": "Discovery Day", "1973-09-03": "Labor Day", "1973-10-08": "Thanksgiving Day", "1973-11-11": "Remembrance Day", "1973-11-12": "Remembrance Day (observed)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-05-20": "Victoria Day", "1974-07-01": "Dominion Day", "1974-08-19": "Discovery Day", "1974-09-02": "Labor Day", "1974-10-14": "Thanksgiving Day", "1974-11-11": "Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-19": "Victoria Day", "1975-07-01": "Dominion Day", "1975-08-18": "Discovery Day", "1975-09-01": "Labor Day", "1975-10-13": "Thanksgiving Day", "1975-11-11": "Remembrance Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-02-27": "Heritage Day", "1976-04-16": "Good Friday", "1976-05-24": "Victoria Day", "1976-07-01": "Dominion Day", "1976-08-16": "Discovery Day", "1976-09-06": "Labor Day", "1976-10-11": "Thanksgiving Day", "1976-11-11": "Remembrance Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-02-25": "Heritage Day", "1977-04-08": "Good Friday", "1977-05-23": "Victoria Day", "1977-07-01": "Dominion Day", "1977-08-15": "Discovery Day", "1977-09-05": "Labor Day", "1977-10-10": "Thanksgiving Day", "1977-11-11": "Remembrance Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day; Christmas Day (observed)", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-24": "Heritage Day", "1978-03-24": "Good Friday", "1978-05-22": "Victoria Day", "1978-07-01": "Dominion Day", "1978-07-03": "Dominion Day (observed)", "1978-08-21": "Discovery Day", "1978-09-04": "Labor Day", "1978-10-09": "Thanksgiving Day", "1978-11-11": "Remembrance Day", "1978-11-13": "Remembrance Day (observed)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-02-23": "Heritage Day", "1979-04-13": "Good Friday", "1979-05-21": "Victoria Day", "1979-07-01": "Dominion Day", "1979-07-02": "Dominion Day (observed)", "1979-08-20": "Discovery Day", "1979-09-03": "Labor Day", "1979-10-08": "Thanksgiving Day", "1979-11-11": "Remembrance Day", "1979-11-12": "Remembrance Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-02-22": "Heritage Day", "1980-04-04": "Good Friday", "1980-05-19": "Victoria Day", "1980-07-01": "Dominion Day", "1980-08-18": "Discovery Day", "1980-09-01": "Labor Day", "1980-10-13": "Thanksgiving Day", "1980-11-11": "Remembrance Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-02-20": "Heritage Day", "1981-04-17": "Good Friday", "1981-05-18": "Victoria Day", "1981-07-01": "Dominion Day", "1981-08-17": "Discovery Day", "1981-09-07": "Labor Day", "1981-10-12": "Thanksgiving Day", "1981-11-11": "Remembrance Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-02-26": "Heritage Day", "1982-04-09": "Good Friday", "1982-05-24": "Victoria Day", "1982-07-01": "Dominion Day", "1982-08-16": "Discovery Day", "1982-09-06": "Labor Day", "1982-10-11": "Thanksgiving Day", "1982-11-11": "Remembrance Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-02-25": "Heritage Day", "1983-04-01": "Good Friday", "1983-05-23": "Victoria Day", "1983-07-01": "Canada Day", "1983-08-15": "Discovery Day", "1983-09-05": "Labor Day", "1983-10-10": "Thanksgiving Day", "1983-11-11": "Remembrance Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day; Christmas Day (observed)", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-24": "Heritage Day", "1984-04-20": "Good Friday", "1984-05-21": "Victoria Day", "1984-07-01": "Canada Day", "1984-07-02": "Canada Day (observed)", "1984-08-20": "Discovery Day", "1984-09-03": "Labor Day", "1984-10-08": "Thanksgiving Day", "1984-11-11": "Remembrance Day", "1984-11-12": "Remembrance Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-02-22": "Heritage Day", "1985-04-05": "Good Friday", "1985-05-20": "Victoria Day", "1985-07-01": "Canada Day", "1985-08-19": "Discovery Day", "1985-09-02": "Labor Day", "1985-10-14": "Thanksgiving Day", "1985-11-11": "Remembrance Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-02-21": "Heritage Day", "1986-03-28": "Good Friday", "1986-05-19": "Victoria Day", "1986-07-01": "Canada Day", "1986-08-18": "Discovery Day", "1986-09-01": "Labor Day", "1986-10-13": "Thanksgiving Day", "1986-11-11": "Remembrance Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-02-20": "Heritage Day", "1987-04-17": "Good Friday", "1987-05-18": "Victoria Day", "1987-07-01": "Canada Day", "1987-08-17": "Discovery Day", "1987-09-07": "Labor Day", "1987-10-12": "Thanksgiving Day", "1987-11-11": "Remembrance Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-02-26": "Heritage Day", "1988-04-01": "Good Friday", "1988-05-23": "Victoria Day", "1988-07-01": "Canada Day", "1988-08-15": "Discovery Day", "1988-09-05": "Labor Day", "1988-10-10": "Thanksgiving Day", "1988-11-11": "Remembrance Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day; Christmas Day (observed)", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-24": "Heritage Day", "1989-03-24": "Good Friday", "1989-05-22": "Victoria Day", "1989-07-01": "Canada Day", "1989-07-03": "Canada Day (observed)", "1989-08-21": "Discovery Day", "1989-09-04": "Labor Day", "1989-10-09": "Thanksgiving Day", "1989-11-11": "Remembrance Day", "1989-11-13": "Remembrance Day (observed)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-02-23": "Heritage Day", "1990-04-13": "Good Friday", "1990-05-21": "Victoria Day", "1990-07-01": "Canada Day", "1990-07-02": "Canada Day (observed)", "1990-08-20": "Discovery Day", "1990-09-03": "Labor Day", "1990-10-08": "Thanksgiving Day", "1990-11-11": "Remembrance Day", "1990-11-12": "Remembrance Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-02-22": "Heritage Day", "1991-03-29": "Good Friday", "1991-05-20": "Victoria Day", "1991-07-01": "Canada Day", "1991-08-19": "Discovery Day", "1991-09-02": "Labor Day", "1991-10-14": "Thanksgiving Day", "1991-11-11": "Remembrance Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-02-21": "Heritage Day", "1992-04-17": "Good Friday", "1992-05-18": "Victoria Day", "1992-07-01": "Canada Day", "1992-08-17": "Discovery Day", "1992-09-07": "Labor Day", "1992-10-12": "Thanksgiving Day", "1992-11-11": "Remembrance Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-02-26": "Heritage Day", "1993-04-09": "Good Friday", "1993-05-24": "Victoria Day", "1993-07-01": "Canada Day", "1993-08-16": "Discovery Day", "1993-09-06": "Labor Day", "1993-10-11": "Thanksgiving Day", "1993-11-11": "Remembrance Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-02-25": "Heritage Day", "1994-04-01": "Good Friday", "1994-05-23": "Victoria Day", "1994-07-01": "Canada Day", "1994-08-15": "Discovery Day", "1994-09-05": "Labor Day", "1994-10-10": "Thanksgiving Day", "1994-11-11": "Remembrance Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day; Christmas Day (observed)", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-24": "Heritage Day", "1995-04-14": "Good Friday", "1995-05-22": "Victoria Day", "1995-07-01": "Canada Day", "1995-07-03": "Canada Day (observed)", "1995-08-21": "Discovery Day", "1995-09-04": "Labor Day", "1995-10-09": "Thanksgiving Day", "1995-11-11": "Remembrance Day", "1995-11-13": "Remembrance Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-02-23": "Heritage Day", "1996-04-05": "Good Friday", "1996-05-20": "Victoria Day", "1996-07-01": "Canada Day", "1996-08-19": "Discovery Day", "1996-09-02": "Labor Day", "1996-10-14": "Thanksgiving Day", "1996-11-11": "Remembrance Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-02-21": "Heritage Day", "1997-03-28": "Good Friday", "1997-05-19": "Victoria Day", "1997-07-01": "Canada Day", "1997-08-18": "Discovery Day", "1997-09-01": "Labor Day", "1997-10-13": "Thanksgiving Day", "1997-11-11": "Remembrance Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-02-20": "Heritage Day", "1998-04-10": "Good Friday", "1998-05-18": "Victoria Day", "1998-07-01": "Canada Day", "1998-08-17": "Discovery Day", "1998-09-07": "Labor Day", "1998-10-12": "Thanksgiving Day", "1998-11-11": "Remembrance Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-02-26": "Heritage Day", "1999-04-02": "Good Friday", "1999-05-24": "Victoria Day", "1999-07-01": "Canada Day", "1999-08-16": "Discovery Day", "1999-09-06": "Labor Day", "1999-10-11": "Thanksgiving Day", "1999-11-11": "Remembrance Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-02-25": "Heritage Day", "2000-04-21": "Good Friday", "2000-05-22": "Victoria Day", "2000-07-01": "Canada Day", "2000-07-03": "Canada Day (observed)", "2000-08-21": "Discovery Day", "2000-09-04": "Labor Day", "2000-10-09": "Thanksgiving Day", "2000-11-11": "Remembrance Day", "2000-11-13": "Remembrance Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-02-23": "Heritage Day", "2001-04-13": "Good Friday", "2001-05-21": "Victoria Day", "2001-07-01": "Canada Day", "2001-07-02": "Canada Day (observed)", "2001-08-20": "Discovery Day", "2001-09-03": "Labor Day", "2001-10-08": "Thanksgiving Day", "2001-11-11": "Remembrance Day", "2001-11-12": "Remembrance Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-02-22": "Heritage Day", "2002-03-29": "Good Friday", "2002-05-20": "Victoria Day", "2002-07-01": "Canada Day", "2002-08-19": "Discovery Day", "2002-09-02": "Labor Day", "2002-10-14": "Thanksgiving Day", "2002-11-11": "Remembrance Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-02-21": "Heritage Day", "2003-04-18": "Good Friday", "2003-05-19": "Victoria Day", "2003-07-01": "Canada Day", "2003-08-18": "Discovery Day", "2003-09-01": "Labor Day", "2003-10-13": "Thanksgiving Day", "2003-11-11": "Remembrance Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-02-27": "Heritage Day", "2004-04-09": "Good Friday", "2004-05-24": "Victoria Day", "2004-07-01": "Canada Day", "2004-08-16": "Discovery Day", "2004-09-06": "Labor Day", "2004-10-11": "Thanksgiving Day", "2004-11-11": "Remembrance Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-02-25": "Heritage Day", "2005-03-25": "Good Friday", "2005-05-23": "Victoria Day", "2005-07-01": "Canada Day", "2005-08-15": "Discovery Day", "2005-09-05": "Labor Day", "2005-10-10": "Thanksgiving Day", "2005-11-11": "Remembrance Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day; Christmas Day (observed)", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-24": "Heritage Day", "2006-04-14": "Good Friday", "2006-05-22": "Victoria Day", "2006-07-01": "Canada Day", "2006-07-03": "Canada Day (observed)", "2006-08-21": "Discovery Day", "2006-09-04": "Labor Day", "2006-10-09": "Thanksgiving Day", "2006-11-11": "Remembrance Day", "2006-11-13": "Remembrance Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-02-23": "Heritage Day", "2007-04-06": "Good Friday", "2007-05-21": "Victoria Day", "2007-07-01": "Canada Day", "2007-07-02": "Canada Day (observed)", "2007-08-20": "Discovery Day", "2007-09-03": "Labor Day", "2007-10-08": "Thanksgiving Day", "2007-11-11": "Remembrance Day", "2007-11-12": "Remembrance Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-02-22": "Heritage Day", "2008-03-21": "Good Friday", "2008-05-19": "Victoria Day", "2008-07-01": "Canada Day", "2008-08-18": "Discovery Day", "2008-09-01": "Labor Day", "2008-10-13": "Thanksgiving Day", "2008-11-11": "Remembrance Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-02-20": "Heritage Day", "2009-04-10": "Good Friday", "2009-05-18": "Victoria Day", "2009-07-01": "Canada Day", "2009-08-17": "Discovery Day", "2009-09-07": "Labor Day", "2009-10-12": "Thanksgiving Day", "2009-11-11": "Remembrance Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-02-26": "Heritage Day", "2010-04-02": "Good Friday", "2010-05-24": "Victoria Day", "2010-07-01": "Canada Day", "2010-08-16": "Discovery Day", "2010-09-06": "Labor Day", "2010-10-11": "Thanksgiving Day", "2010-11-11": "Remembrance Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-02-25": "Heritage Day", "2011-04-22": "Good Friday", "2011-05-23": "Victoria Day", "2011-07-01": "Canada Day", "2011-08-15": "Discovery Day", "2011-09-05": "Labor Day", "2011-10-10": "Thanksgiving Day", "2011-11-11": "Remembrance Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day; Christmas Day (observed)", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-24": "Heritage Day", "2012-04-06": "Good Friday", "2012-05-21": "Victoria Day", "2012-07-01": "Canada Day", "2012-07-02": "Canada Day (observed)", "2012-08-20": "Discovery Day", "2012-09-03": "Labor Day", "2012-10-08": "Thanksgiving Day", "2012-11-11": "Remembrance Day", "2012-11-12": "Remembrance Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-02-22": "Heritage Day", "2013-03-29": "Good Friday", "2013-05-20": "Victoria Day", "2013-07-01": "Canada Day", "2013-08-19": "Discovery Day", "2013-09-02": "Labor Day", "2013-10-14": "Thanksgiving Day", "2013-11-11": "Remembrance Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-02-21": "Heritage Day", "2014-04-18": "Good Friday", "2014-05-19": "Victoria Day", "2014-07-01": "Canada Day", "2014-08-18": "Discovery Day", "2014-09-01": "Labor Day", "2014-10-13": "Thanksgiving Day", "2014-11-11": "Remembrance Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-20": "Heritage Day", "2015-04-03": "Good Friday", "2015-05-18": "Victoria Day", "2015-07-01": "Canada Day", "2015-08-17": "Discovery Day", "2015-09-07": "Labor Day", "2015-10-12": "Thanksgiving Day", "2015-11-11": "Remembrance Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-02-26": "Heritage Day", "2016-03-25": "Good Friday", "2016-05-23": "Victoria Day", "2016-07-01": "Canada Day", "2016-08-15": "Discovery Day", "2016-09-05": "Labor Day", "2016-10-10": "Thanksgiving Day", "2016-11-11": "Remembrance Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day; Christmas Day (observed)", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-24": "Heritage Day", "2017-04-14": "Good Friday", "2017-05-22": "Victoria Day", "2017-06-21": "National Aboriginal Day", "2017-07-01": "Canada Day", "2017-07-03": "Canada Day (observed)", "2017-08-21": "Discovery Day", "2017-09-04": "Labor Day", "2017-10-09": "Thanksgiving Day", "2017-11-11": "Remembrance Day", "2017-11-13": "Remembrance Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-23": "Heritage Day", "2018-03-30": "Good Friday", "2018-05-21": "Victoria Day", "2018-06-21": "National Aboriginal Day", "2018-07-01": "Canada Day", "2018-07-02": "Canada Day (observed)", "2018-08-20": "Discovery Day", "2018-09-03": "Labor Day", "2018-10-08": "Thanksgiving Day", "2018-11-11": "Remembrance Day", "2018-11-12": "Remembrance Day (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-22": "Heritage Day", "2019-04-19": "Good Friday", "2019-05-20": "Victoria Day", "2019-06-21": "National Aboriginal Day", "2019-07-01": "Canada Day", "2019-08-19": "Discovery Day", "2019-09-02": "Labor Day", "2019-10-14": "Thanksgiving Day", "2019-11-11": "Remembrance Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-21": "Heritage Day", "2020-04-10": "Good Friday", "2020-05-18": "Victoria Day", "2020-06-21": "National Aboriginal Day", "2020-07-01": "Canada Day", "2020-08-17": "Discovery Day", "2020-09-07": "Labor Day", "2020-10-12": "Thanksgiving Day", "2020-11-11": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-26": "Heritage Day", "2021-04-02": "Good Friday", "2021-05-24": "Victoria Day", "2021-06-21": "National Aboriginal Day", "2021-07-01": "Canada Day", "2021-08-16": "Discovery Day", "2021-09-06": "Labor Day", "2021-09-30": "National Day for Truth and Reconciliation", "2021-10-11": "Thanksgiving Day", "2021-11-11": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-25": "Heritage Day", "2022-04-15": "Good Friday", "2022-05-23": "Victoria Day", "2022-06-21": "National Aboriginal Day", "2022-07-01": "Canada Day", "2022-08-15": "Discovery Day", "2022-09-05": "Labor Day", "2022-09-19": "Funeral of Her Majesty the Queen Elizabeth II", "2022-09-30": "National Day for Truth and Reconciliation", "2022-10-10": "Thanksgiving Day", "2022-11-11": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day; Christmas Day (observed)", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-24": "Heritage Day", "2023-04-07": "Good Friday", "2023-05-22": "Victoria Day", "2023-06-21": "National Aboriginal Day", "2023-07-01": "Canada Day", "2023-07-03": "Canada Day (observed)", "2023-08-21": "Discovery Day", "2023-09-04": "Labor Day", "2023-09-30": "National Day for Truth and Reconciliation", "2023-10-02": "National Day for Truth and Reconciliation (observed)", "2023-10-09": "Thanksgiving Day", "2023-11-11": "Remembrance Day", "2023-11-13": "Remembrance Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-23": "Heritage Day", "2024-03-29": "Good Friday", "2024-05-20": "Victoria Day", "2024-06-21": "National Aboriginal Day", "2024-07-01": "Canada Day", "2024-08-19": "Discovery Day", "2024-09-02": "Labor Day", "2024-09-30": "National Day for Truth and Reconciliation", "2024-10-14": "Thanksgiving Day", "2024-11-11": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-21": "Heritage Day", "2025-04-18": "Good Friday", "2025-05-19": "Victoria Day", "2025-06-21": "National Aboriginal Day", "2025-07-01": "Canada Day", "2025-08-18": "Discovery Day", "2025-09-01": "Labor Day", "2025-09-30": "National Day for Truth and Reconciliation", "2025-10-13": "Thanksgiving Day", "2025-11-11": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-20": "Heritage Day", "2026-04-03": "Good Friday", "2026-05-18": "Victoria Day", "2026-06-21": "National Aboriginal Day", "2026-07-01": "Canada Day", "2026-08-17": "Discovery Day", "2026-09-07": "Labor Day", "2026-09-30": "National Day for Truth and Reconciliation", "2026-10-12": "Thanksgiving Day", "2026-11-11": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-26": "Heritage Day", "2027-03-26": "Good Friday", "2027-05-24": "Victoria Day", "2027-06-21": "National Aboriginal Day", "2027-07-01": "Canada Day", "2027-08-16": "Discovery Day", "2027-09-06": "Labor Day", "2027-09-30": "National Day for Truth and Reconciliation", "2027-10-11": "Thanksgiving Day", "2027-11-11": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-25": "Heritage Day", "2028-04-14": "Good Friday", "2028-05-22": "Victoria Day", "2028-06-21": "National Aboriginal Day", "2028-07-01": "Canada Day", "2028-07-03": "Canada Day (observed)", "2028-08-21": "Discovery Day", "2028-09-04": "Labor Day", "2028-09-30": "National Day for Truth and Reconciliation", "2028-10-02": "National Day for Truth and Reconciliation (observed)", "2028-10-09": "Thanksgiving Day", "2028-11-11": "Remembrance Day", "2028-11-13": "Remembrance Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-23": "Heritage Day", "2029-03-30": "Good Friday", "2029-05-21": "Victoria Day", "2029-06-21": "National Aboriginal Day", "2029-07-01": "Canada Day", "2029-07-02": "Canada Day (observed)", "2029-08-20": "Discovery Day", "2029-09-03": "Labor Day", "2029-09-30": "National Day for Truth and Reconciliation", "2029-10-01": "National Day for Truth and Reconciliation (observed)", "2029-10-08": "Thanksgiving Day", "2029-11-11": "Remembrance Day", "2029-11-12": "Remembrance Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-22": "Heritage Day", "2030-04-19": "Good Friday", "2030-05-20": "Victoria Day", "2030-06-21": "National Aboriginal Day", "2030-07-01": "Canada Day", "2030-08-19": "Discovery Day", "2030-09-02": "Labor Day", "2030-09-30": "National Day for Truth and Reconciliation", "2030-10-14": "Thanksgiving Day", "2030-11-11": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-21": "Heritage Day", "2031-04-11": "Good Friday", "2031-05-19": "Victoria Day", "2031-06-21": "National Aboriginal Day", "2031-07-01": "Canada Day", "2031-08-18": "Discovery Day", "2031-09-01": "Labor Day", "2031-09-30": "National Day for Truth and Reconciliation", "2031-10-13": "Thanksgiving Day", "2031-11-11": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-27": "Heritage Day", "2032-03-26": "Good Friday", "2032-05-24": "Victoria Day", "2032-06-21": "National Aboriginal Day", "2032-07-01": "Canada Day", "2032-08-16": "Discovery Day", "2032-09-06": "Labor Day", "2032-09-30": "National Day for Truth and Reconciliation", "2032-10-11": "Thanksgiving Day", "2032-11-11": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-02-25": "Heritage Day", "2033-04-15": "Good Friday", "2033-05-23": "Victoria Day", "2033-06-21": "National Aboriginal Day", "2033-07-01": "Canada Day", "2033-08-15": "Discovery Day", "2033-09-05": "Labor Day", "2033-09-30": "National Day for Truth and Reconciliation", "2033-10-10": "Thanksgiving Day", "2033-11-11": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day; Christmas Day (observed)", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-24": "Heritage Day", "2034-04-07": "Good Friday", "2034-05-22": "Victoria Day", "2034-06-21": "National Aboriginal Day", "2034-07-01": "Canada Day", "2034-07-03": "Canada Day (observed)", "2034-08-21": "Discovery Day", "2034-09-04": "Labor Day", "2034-09-30": "National Day for Truth and Reconciliation", "2034-10-02": "National Day for Truth and Reconciliation (observed)", "2034-10-09": "Thanksgiving Day", "2034-11-11": "Remembrance Day", "2034-11-13": "Remembrance Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-23": "Heritage Day", "2035-03-23": "Good Friday", "2035-05-21": "Victoria Day", "2035-06-21": "National Aboriginal Day", "2035-07-01": "Canada Day", "2035-07-02": "Canada Day (observed)", "2035-08-20": "Discovery Day", "2035-09-03": "Labor Day", "2035-09-30": "National Day for Truth and Reconciliation", "2035-10-01": "National Day for Truth and Reconciliation (observed)", "2035-10-08": "Thanksgiving Day", "2035-11-11": "Remembrance Day", "2035-11-12": "Remembrance Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-22": "Heritage Day", "2036-04-11": "Good Friday", "2036-05-19": "Victoria Day", "2036-06-21": "National Aboriginal Day", "2036-07-01": "Canada Day", "2036-08-18": "Discovery Day", "2036-09-01": "Labor Day", "2036-09-30": "National Day for Truth and Reconciliation", "2036-10-13": "Thanksgiving Day", "2036-11-11": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-20": "Heritage Day", "2037-04-03": "Good Friday", "2037-05-18": "Victoria Day", "2037-06-21": "National Aboriginal Day", "2037-07-01": "Canada Day", "2037-08-17": "Discovery Day", "2037-09-07": "Labor Day", "2037-09-30": "National Day for Truth and Reconciliation", "2037-10-12": "Thanksgiving Day", "2037-11-11": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-02-26": "Heritage Day", "2038-04-23": "Good Friday", "2038-05-24": "Victoria Day", "2038-06-21": "National Aboriginal Day", "2038-07-01": "Canada Day", "2038-08-16": "Discovery Day", "2038-09-06": "Labor Day", "2038-09-30": "National Day for Truth and Reconciliation", "2038-10-11": "Thanksgiving Day", "2038-11-11": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-02-25": "Heritage Day", "2039-04-08": "Good Friday", "2039-05-23": "Victoria Day", "2039-06-21": "National Aboriginal Day", "2039-07-01": "Canada Day", "2039-08-15": "Discovery Day", "2039-09-05": "Labor Day", "2039-09-30": "National Day for Truth and Reconciliation", "2039-10-10": "Thanksgiving Day", "2039-11-11": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Christmas Day (observed)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-24": "Heritage Day", "2040-03-30": "Good Friday", "2040-05-21": "Victoria Day", "2040-06-21": "National Aboriginal Day", "2040-07-01": "Canada Day", "2040-07-02": "Canada Day (observed)", "2040-08-20": "Discovery Day", "2040-09-03": "Labor Day", "2040-09-30": "National Day for Truth and Reconciliation", "2040-10-01": "National Day for Truth and Reconciliation (observed)", "2040-10-08": "Thanksgiving Day", "2040-11-11": "Remembrance Day", "2040-11-12": "Remembrance Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-22": "Heritage Day", "2041-04-19": "Good Friday", "2041-05-20": "Victoria Day", "2041-06-21": "National Aboriginal Day", "2041-07-01": "Canada Day", "2041-08-19": "Discovery Day", "2041-09-02": "Labor Day", "2041-09-30": "National Day for Truth and Reconciliation", "2041-10-14": "Thanksgiving Day", "2041-11-11": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-21": "Heritage Day", "2042-04-04": "Good Friday", "2042-05-19": "Victoria Day", "2042-06-21": "National Aboriginal Day", "2042-07-01": "Canada Day", "2042-08-18": "Discovery Day", "2042-09-01": "Labor Day", "2042-09-30": "National Day for Truth and Reconciliation", "2042-10-13": "Thanksgiving Day", "2042-11-11": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-20": "Heritage Day", "2043-03-27": "Good Friday", "2043-05-18": "Victoria Day", "2043-06-21": "National Aboriginal Day", "2043-07-01": "Canada Day", "2043-08-17": "Discovery Day", "2043-09-07": "Labor Day", "2043-09-30": "National Day for Truth and Reconciliation", "2043-10-12": "Thanksgiving Day", "2043-11-11": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-26": "Heritage Day", "2044-04-15": "Good Friday", "2044-05-23": "Victoria Day", "2044-06-21": "National Aboriginal Day", "2044-07-01": "Canada Day", "2044-08-15": "Discovery Day", "2044-09-05": "Labor Day", "2044-09-30": "National Day for Truth and Reconciliation", "2044-10-10": "Thanksgiving Day", "2044-11-11": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day; Christmas Day (observed)", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-24": "Heritage Day", "2045-04-07": "Good Friday", "2045-05-22": "Victoria Day", "2045-06-21": "National Aboriginal Day", "2045-07-01": "Canada Day", "2045-07-03": "Canada Day (observed)", "2045-08-21": "Discovery Day", "2045-09-04": "Labor Day", "2045-09-30": "National Day for Truth and Reconciliation", "2045-10-02": "National Day for Truth and Reconciliation (observed)", "2045-10-09": "Thanksgiving Day", "2045-11-11": "Remembrance Day", "2045-11-13": "Remembrance Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-23": "Heritage Day", "2046-03-23": "Good Friday", "2046-05-21": "Victoria Day", "2046-06-21": "National Aboriginal Day", "2046-07-01": "Canada Day", "2046-07-02": "Canada Day (observed)", "2046-08-20": "Discovery Day", "2046-09-03": "Labor Day", "2046-09-30": "National Day for Truth and Reconciliation", "2046-10-01": "National Day for Truth and Reconciliation (observed)", "2046-10-08": "Thanksgiving Day", "2046-11-11": "Remembrance Day", "2046-11-12": "Remembrance Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-22": "Heritage Day", "2047-04-12": "Good Friday", "2047-05-20": "Victoria Day", "2047-06-21": "National Aboriginal Day", "2047-07-01": "Canada Day", "2047-08-19": "Discovery Day", "2047-09-02": "Labor Day", "2047-09-30": "National Day for Truth and Reconciliation", "2047-10-14": "Thanksgiving Day", "2047-11-11": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-21": "Heritage Day", "2048-04-03": "Good Friday", "2048-05-18": "Victoria Day", "2048-06-21": "National Aboriginal Day", "2048-07-01": "Canada Day", "2048-08-17": "Discovery Day", "2048-09-07": "Labor Day", "2048-09-30": "National Day for Truth and Reconciliation", "2048-10-12": "Thanksgiving Day", "2048-11-11": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-26": "Heritage Day", "2049-04-16": "Good Friday", "2049-05-24": "Victoria Day", "2049-06-21": "National Aboriginal Day", "2049-07-01": "Canada Day", "2049-08-16": "Discovery Day", "2049-09-06": "Labor Day", "2049-09-30": "National Day for Truth and Reconciliation", "2049-10-11": "Thanksgiving Day", "2049-11-11": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-25": "Heritage Day", "2050-04-08": "Good Friday", "2050-05-23": "Victoria Day", "2050-06-21": "National Aboriginal Day", "2050-07-01": "Canada Day", "2050-08-15": "Discovery Day", "2050-09-05": "Labor Day", "2050-09-30": "National Day for Truth and Reconciliation", "2050-10-10": "Thanksgiving Day", "2050-11-11": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day; Christmas Day (observed)", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CG_COMMON.json000066400000000000000000000456011500152103600215450ustar00rootroot00000000000000{ "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-10": "Reconciliation Day", "1994-08-15": "National Day", "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-10": "Reconciliation Day", "1995-08-15": "National Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-10": "Reconciliation Day", "1996-08-15": "National Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-06-10": "Reconciliation Day", "1997-08-15": "National Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-10": "Reconciliation Day", "1998-08-15": "National Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-10": "Reconciliation Day", "1999-08-15": "National Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-10": "Reconciliation Day", "2000-06-12": "Whit Monday", "2000-08-15": "National Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-10": "Reconciliation Day", "2001-08-15": "National Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-06-10": "Reconciliation Day", "2002-08-15": "National Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-10": "Reconciliation Day", "2003-08-15": "National Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Reconciliation Day", "2004-08-15": "National Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-06-10": "Reconciliation Day", "2005-08-15": "National Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-10": "Reconciliation Day", "2006-08-15": "National Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-10": "Reconciliation Day", "2007-08-15": "National Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-06-10": "Reconciliation Day", "2008-08-15": "National Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-10": "Reconciliation Day", "2009-08-15": "National Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-10": "Reconciliation Day", "2010-08-15": "National Day", "2010-11-01": "All Saints' Day", "2010-11-28": "Republic Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-10": "Reconciliation Day", "2011-06-13": "Whit Monday", "2011-08-15": "National Day", "2011-11-01": "All Saints' Day", "2011-11-28": "Republic Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-10": "Reconciliation Day", "2012-08-15": "National Day", "2012-11-01": "All Saints' Day", "2012-11-28": "Republic Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-06-10": "Reconciliation Day", "2013-08-15": "National Day", "2013-11-01": "All Saints' Day", "2013-11-28": "Republic Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-10": "Reconciliation Day", "2014-08-15": "National Day", "2014-11-01": "All Saints' Day", "2014-11-28": "Republic Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-10": "Reconciliation Day", "2015-08-15": "National Day", "2015-11-01": "All Saints' Day", "2015-11-28": "Republic Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-06-10": "Reconciliation Day", "2016-08-15": "National Day", "2016-11-01": "All Saints' Day", "2016-11-28": "Republic Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-10": "Reconciliation Day", "2017-08-15": "National Day", "2017-11-01": "All Saints' Day", "2017-11-28": "Republic Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-06-10": "Reconciliation Day", "2018-08-15": "National Day", "2018-11-01": "All Saints' Day", "2018-11-28": "Republic Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Reconciliation Day; Whit Monday", "2019-08-15": "National Day", "2019-11-01": "All Saints' Day", "2019-11-28": "Republic Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-10": "Reconciliation Day", "2020-08-15": "National Day", "2020-11-01": "All Saints' Day", "2020-11-28": "Republic Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-10": "Reconciliation Day", "2021-08-15": "National Day", "2021-11-01": "All Saints' Day", "2021-11-28": "Republic Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-10": "Reconciliation Day", "2022-08-15": "National Day", "2022-11-01": "All Saints' Day", "2022-11-28": "Republic Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-10": "Reconciliation Day", "2023-08-15": "National Day", "2023-11-01": "All Saints' Day", "2023-11-28": "Republic Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-06-10": "Reconciliation Day", "2024-08-15": "National Day", "2024-11-01": "All Saints' Day", "2024-11-28": "Republic Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-10": "Reconciliation Day", "2025-08-15": "National Day", "2025-11-01": "All Saints' Day", "2025-11-28": "Republic Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-10": "Reconciliation Day", "2026-08-15": "National Day", "2026-11-01": "All Saints' Day", "2026-11-28": "Republic Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-06-10": "Reconciliation Day", "2027-08-15": "National Day", "2027-11-01": "All Saints' Day", "2027-11-28": "Republic Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-10": "Reconciliation Day", "2028-08-15": "National Day", "2028-11-01": "All Saints' Day", "2028-11-28": "Republic Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-06-10": "Reconciliation Day", "2029-08-15": "National Day", "2029-11-01": "All Saints' Day", "2029-11-28": "Republic Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Reconciliation Day; Whit Monday", "2030-08-15": "National Day", "2030-11-01": "All Saints' Day", "2030-11-28": "Republic Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-10": "Reconciliation Day", "2031-08-15": "National Day", "2031-11-01": "All Saints' Day", "2031-11-28": "Republic Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-06-10": "Reconciliation Day", "2032-08-15": "National Day", "2032-11-01": "All Saints' Day", "2032-11-28": "Republic Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-10": "Reconciliation Day", "2033-08-15": "National Day", "2033-11-01": "All Saints' Day", "2033-11-28": "Republic Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-10": "Reconciliation Day", "2034-08-15": "National Day", "2034-11-01": "All Saints' Day", "2034-11-28": "Republic Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-06-10": "Reconciliation Day", "2035-08-15": "National Day", "2035-11-01": "All Saints' Day", "2035-11-28": "Republic Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-10": "Reconciliation Day", "2036-08-15": "National Day", "2036-11-01": "All Saints' Day", "2036-11-28": "Republic Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-10": "Reconciliation Day", "2037-08-15": "National Day", "2037-11-01": "All Saints' Day", "2037-11-28": "Republic Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-10": "Reconciliation Day", "2038-06-14": "Whit Monday", "2038-08-15": "National Day", "2038-11-01": "All Saints' Day", "2038-11-28": "Republic Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-10": "Reconciliation Day", "2039-08-15": "National Day", "2039-11-01": "All Saints' Day", "2039-11-28": "Republic Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-06-10": "Reconciliation Day", "2040-08-15": "National Day", "2040-11-01": "All Saints' Day", "2040-11-28": "Republic Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Reconciliation Day; Whit Monday", "2041-08-15": "National Day", "2041-11-01": "All Saints' Day", "2041-11-28": "Republic Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-10": "Reconciliation Day", "2042-08-15": "National Day", "2042-11-01": "All Saints' Day", "2042-11-28": "Republic Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-06-10": "Reconciliation Day", "2043-08-15": "National Day", "2043-11-01": "All Saints' Day", "2043-11-28": "Republic Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-10": "Reconciliation Day", "2044-08-15": "National Day", "2044-11-01": "All Saints' Day", "2044-11-28": "Republic Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-10": "Reconciliation Day", "2045-08-15": "National Day", "2045-11-01": "All Saints' Day", "2045-11-28": "Republic Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-06-10": "Reconciliation Day", "2046-08-15": "National Day", "2046-11-01": "All Saints' Day", "2046-11-28": "Republic Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-10": "Reconciliation Day", "2047-08-15": "National Day", "2047-11-01": "All Saints' Day", "2047-11-28": "Republic Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-10": "Reconciliation Day", "2048-08-15": "National Day", "2048-11-01": "All Saints' Day", "2048-11-28": "Republic Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-10": "Reconciliation Day", "2049-08-15": "National Day", "2049-11-01": "All Saints' Day", "2049-11-28": "Republic Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-10": "Reconciliation Day", "2050-08-15": "National Day", "2050-11-01": "All Saints' Day", "2050-11-28": "Republic Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/CH_AG.json000066400000000000000000001441331500152103600210450ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-01": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-01": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-01": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-01": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-01": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-01": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-01": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-01": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-01": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-01": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-01": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-01": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-01": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-01": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-01": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-01": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-01": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-01": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-01": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-01": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-01": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-01": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-01": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-01": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-01": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-01": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-01": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-01": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-01": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-01": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-01": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-01": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-01": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-01": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-01": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-01": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-01": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-01": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-01": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-01": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-01": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-01": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-01": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-01": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-01": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-01": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-01": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-01": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-01": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-01": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-01": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-01": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-01": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-01": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-01": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-01": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-01": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-01": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-01": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-01": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-01": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-01": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-01": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-01": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-01": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-01": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-01": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-01": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-01": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-01": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-01": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-01": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-01": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-01": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-01": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-01": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-01": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-01": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-01": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-01": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-01": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-01": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-01": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-01": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-01": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-01": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-01": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-01": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-01": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-01": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-01": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-01": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-01": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-01": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-01": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-01": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-01": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-01": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-01": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-01": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-01": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_AI.json000066400000000000000000001232301500152103600210420ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-01": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-01": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-01": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-01": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-01": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-01": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-01": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-01": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-01": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-01": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-01": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-01": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-01": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-01": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-01": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-01": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-01": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-01": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-01": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-01": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-01": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-01": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-01": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-01": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-01": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-01": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-01": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-01": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-01": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-01": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-01": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-01": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-01": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-01": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-01": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-01": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-01": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-01": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-01": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-01": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-01": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-01": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-01": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-01": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-01": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-01": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-01": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-01": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-01": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-01": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-01": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-01": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-01": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-01": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-01": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-01": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-01": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-01": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-01": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-01": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-01": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-01": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-01": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-01": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-01": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-01": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-01": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-01": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-01": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-01": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-01": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-01": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-01": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-01": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-01": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-01": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-01": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-01": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-01": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-01": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-01": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-01": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-01": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-01": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-01": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-01": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-01": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-01": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-01": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-01": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-01": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-01": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-01": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-01": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-01": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-01": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-01": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-01": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-01": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-01": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-01": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_AR.json000066400000000000000000000652401500152103600210610ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_BE.json000066400000000000000000001000741500152103600210400ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_BL.json000066400000000000000000000755541500152103600210650ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_BS.json000066400000000000000000000755541500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_COMMON.json000066400000000000000000000334771500152103600215560ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-05-18": "Ascension Day", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-05-03": "Ascension Day", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-05-22": "Ascension Day", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-05-14": "Ascension Day", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-05-27": "Ascension Day", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-05-19": "Ascension Day", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-05-10": "Ascension Day", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-05-30": "Ascension Day", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-05-15": "Ascension Day", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-05-07": "Ascension Day", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-05-26": "Ascension Day", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-05-11": "Ascension Day", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-05-31": "Ascension Day", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-05-23": "Ascension Day", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-05-07": "Ascension Day", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-05-27": "Ascension Day", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-05-19": "Ascension Day", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-05-04": "Ascension Day", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-05-23": "Ascension Day", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-05-15": "Ascension Day", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-05-07": "Ascension Day", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-05-20": "Ascension Day", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-05-11": "Ascension Day", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-05-31": "Ascension Day", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-05-23": "Ascension Day", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-05-08": "Ascension Day", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-05-27": "Ascension Day", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-05-19": "Ascension Day", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-05-04": "Ascension Day", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-05-24": "Ascension Day", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-05-15": "Ascension Day", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-05-28": "Ascension Day", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-05-20": "Ascension Day", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-05-12": "Ascension Day", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-05-31": "Ascension Day", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-05-16": "Ascension Day", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-05-08": "Ascension Day", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-05-28": "Ascension Day", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-05-12": "Ascension Day", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-05-04": "Ascension Day", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-05-24": "Ascension Day", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-05-09": "Ascension Day", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-05-28": "Ascension Day", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-05-20": "Ascension Day", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-05-12": "Ascension Day", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-05-25": "Ascension Day", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-05-16": "Ascension Day", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-05-08": "Ascension Day", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-05-21": "Ascension Day", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-05-13": "Ascension Day", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-06-01": "Ascension Day", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-05-24": "Ascension Day", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-05-09": "Ascension Day", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-05-29": "Ascension Day", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-05-20": "Ascension Day", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-05-05": "Ascension Day", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-05-25": "Ascension Day", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-05-17": "Ascension Day", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-05-01": "Ascension Day", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-05-21": "Ascension Day", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-05-13": "Ascension Day", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-06-02": "Ascension Day", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-05-17": "Ascension Day", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-05-09": "Ascension Day", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-05-29": "Ascension Day", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-05-14": "Ascension Day", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-05-05": "Ascension Day", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-05-25": "Ascension Day", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-05-10": "Ascension Day", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-05-30": "Ascension Day", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-05-21": "Ascension Day", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-05-13": "Ascension Day", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-05-26": "Ascension Day", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-05-18": "Ascension Day", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-05-09": "Ascension Day", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-05-29": "Ascension Day", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-05-14": "Ascension Day", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-05-06": "Ascension Day", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-05-25": "Ascension Day", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-05-10": "Ascension Day", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-05-30": "Ascension Day", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-05-22": "Ascension Day", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-05-06": "Ascension Day", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-05-26": "Ascension Day", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-05-18": "Ascension Day", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-05-03": "Ascension Day", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-05-22": "Ascension Day", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-05-14": "Ascension Day", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-06-03": "Ascension Day", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-05-19": "Ascension Day", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-05-10": "Ascension Day", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-05-30": "Ascension Day", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-05-15": "Ascension Day", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-05-07": "Ascension Day", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-05-26": "Ascension Day", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-05-18": "Ascension Day", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-05-03": "Ascension Day", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-05-23": "Ascension Day", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-05-14": "Ascension Day", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-05-27": "Ascension Day", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-05-19": "Ascension Day", "2050-08-01": "National Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/CH_FR.json000066400000000000000000001000741500152103600210610ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_GE.json000066400000000000000000000754331500152103600210570ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-09-07": "Genevan Fast", "1950-12-25": "Christmas Day", "1950-12-31": "Restoration Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-09-06": "Genevan Fast", "1951-12-25": "Christmas Day", "1951-12-31": "Restoration Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-09-11": "Genevan Fast", "1952-12-25": "Christmas Day", "1952-12-31": "Restoration Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-09-10": "Genevan Fast", "1953-12-25": "Christmas Day", "1953-12-31": "Restoration Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-09-09": "Genevan Fast", "1954-12-25": "Christmas Day", "1954-12-31": "Restoration Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-09-08": "Genevan Fast", "1955-12-25": "Christmas Day", "1955-12-31": "Restoration Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-09-06": "Genevan Fast", "1956-12-25": "Christmas Day", "1956-12-31": "Restoration Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-09-05": "Genevan Fast", "1957-12-25": "Christmas Day", "1957-12-31": "Restoration Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-09-11": "Genevan Fast", "1958-12-25": "Christmas Day", "1958-12-31": "Restoration Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-09-10": "Genevan Fast", "1959-12-25": "Christmas Day", "1959-12-31": "Restoration Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-09-08": "Genevan Fast", "1960-12-25": "Christmas Day", "1960-12-31": "Restoration Day", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-09-07": "Genevan Fast", "1961-12-25": "Christmas Day", "1961-12-31": "Restoration Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-09-06": "Genevan Fast", "1962-12-25": "Christmas Day", "1962-12-31": "Restoration Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-09-05": "Genevan Fast", "1963-12-25": "Christmas Day", "1963-12-31": "Restoration Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-09-10": "Genevan Fast", "1964-12-25": "Christmas Day", "1964-12-31": "Restoration Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-09-09": "Genevan Fast", "1965-12-25": "Christmas Day", "1965-12-31": "Restoration Day", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-09-08": "Genevan Fast", "1966-12-25": "Christmas Day", "1966-12-31": "Restoration Day", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-09-07": "Genevan Fast", "1967-12-25": "Christmas Day", "1967-12-31": "Restoration Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-09-05": "Genevan Fast", "1968-12-25": "Christmas Day", "1968-12-31": "Restoration Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-09-11": "Genevan Fast", "1969-12-25": "Christmas Day", "1969-12-31": "Restoration Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-09-10": "Genevan Fast", "1970-12-25": "Christmas Day", "1970-12-31": "Restoration Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-09-09": "Genevan Fast", "1971-12-25": "Christmas Day", "1971-12-31": "Restoration Day", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-09-07": "Genevan Fast", "1972-12-25": "Christmas Day", "1972-12-31": "Restoration Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-09-06": "Genevan Fast", "1973-12-25": "Christmas Day", "1973-12-31": "Restoration Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-09-05": "Genevan Fast", "1974-12-25": "Christmas Day", "1974-12-31": "Restoration Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-09-11": "Genevan Fast", "1975-12-25": "Christmas Day", "1975-12-31": "Restoration Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-09-09": "Genevan Fast", "1976-12-25": "Christmas Day", "1976-12-31": "Restoration Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-09-08": "Genevan Fast", "1977-12-25": "Christmas Day", "1977-12-31": "Restoration Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-09-07": "Genevan Fast", "1978-12-25": "Christmas Day", "1978-12-31": "Restoration Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-09-06": "Genevan Fast", "1979-12-25": "Christmas Day", "1979-12-31": "Restoration Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-09-11": "Genevan Fast", "1980-12-25": "Christmas Day", "1980-12-31": "Restoration Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-09-10": "Genevan Fast", "1981-12-25": "Christmas Day", "1981-12-31": "Restoration Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-09-09": "Genevan Fast", "1982-12-25": "Christmas Day", "1982-12-31": "Restoration Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-09-08": "Genevan Fast", "1983-12-25": "Christmas Day", "1983-12-31": "Restoration Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-09-06": "Genevan Fast", "1984-12-25": "Christmas Day", "1984-12-31": "Restoration Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-09-05": "Genevan Fast", "1985-12-25": "Christmas Day", "1985-12-31": "Restoration Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-09-11": "Genevan Fast", "1986-12-25": "Christmas Day", "1986-12-31": "Restoration Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-09-10": "Genevan Fast", "1987-12-25": "Christmas Day", "1987-12-31": "Restoration Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-09-08": "Genevan Fast", "1988-12-25": "Christmas Day", "1988-12-31": "Restoration Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-09-07": "Genevan Fast", "1989-12-25": "Christmas Day", "1989-12-31": "Restoration Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-09-06": "Genevan Fast", "1990-12-25": "Christmas Day", "1990-12-31": "Restoration Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-09-05": "Genevan Fast", "1991-12-25": "Christmas Day", "1991-12-31": "Restoration Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-09-10": "Genevan Fast", "1992-12-25": "Christmas Day", "1992-12-31": "Restoration Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-09-09": "Genevan Fast", "1993-12-25": "Christmas Day", "1993-12-31": "Restoration Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-09-08": "Genevan Fast", "1994-12-25": "Christmas Day", "1994-12-31": "Restoration Day", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-09-07": "Genevan Fast", "1995-12-25": "Christmas Day", "1995-12-31": "Restoration Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-09-05": "Genevan Fast", "1996-12-25": "Christmas Day", "1996-12-31": "Restoration Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-09-11": "Genevan Fast", "1997-12-25": "Christmas Day", "1997-12-31": "Restoration Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-09-10": "Genevan Fast", "1998-12-25": "Christmas Day", "1998-12-31": "Restoration Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-09-09": "Genevan Fast", "1999-12-25": "Christmas Day", "1999-12-31": "Restoration Day", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-09-07": "Genevan Fast", "2000-12-25": "Christmas Day", "2000-12-31": "Restoration Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-09-06": "Genevan Fast", "2001-12-25": "Christmas Day", "2001-12-31": "Restoration Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-09-05": "Genevan Fast", "2002-12-25": "Christmas Day", "2002-12-31": "Restoration Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-09-11": "Genevan Fast", "2003-12-25": "Christmas Day", "2003-12-31": "Restoration Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-09-09": "Genevan Fast", "2004-12-25": "Christmas Day", "2004-12-31": "Restoration Day", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-09-08": "Genevan Fast", "2005-12-25": "Christmas Day", "2005-12-31": "Restoration Day", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-09-07": "Genevan Fast", "2006-12-25": "Christmas Day", "2006-12-31": "Restoration Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-09-06": "Genevan Fast", "2007-12-25": "Christmas Day", "2007-12-31": "Restoration Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-09-11": "Genevan Fast", "2008-12-25": "Christmas Day", "2008-12-31": "Restoration Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-09-10": "Genevan Fast", "2009-12-25": "Christmas Day", "2009-12-31": "Restoration Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-09-09": "Genevan Fast", "2010-12-25": "Christmas Day", "2010-12-31": "Restoration Day", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-09-08": "Genevan Fast", "2011-12-25": "Christmas Day", "2011-12-31": "Restoration Day", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-09-06": "Genevan Fast", "2012-12-25": "Christmas Day", "2012-12-31": "Restoration Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-09-05": "Genevan Fast", "2013-12-25": "Christmas Day", "2013-12-31": "Restoration Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-09-11": "Genevan Fast", "2014-12-25": "Christmas Day", "2014-12-31": "Restoration Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-09-10": "Genevan Fast", "2015-12-25": "Christmas Day", "2015-12-31": "Restoration Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-09-08": "Genevan Fast", "2016-12-25": "Christmas Day", "2016-12-31": "Restoration Day", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-09-07": "Genevan Fast", "2017-12-25": "Christmas Day", "2017-12-31": "Restoration Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-09-06": "Genevan Fast", "2018-12-25": "Christmas Day", "2018-12-31": "Restoration Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-09-05": "Genevan Fast", "2019-12-25": "Christmas Day", "2019-12-31": "Restoration Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-09-10": "Genevan Fast", "2020-12-25": "Christmas Day", "2020-12-31": "Restoration Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-09-09": "Genevan Fast", "2021-12-25": "Christmas Day", "2021-12-31": "Restoration Day", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-09-08": "Genevan Fast", "2022-12-25": "Christmas Day", "2022-12-31": "Restoration Day", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-09-07": "Genevan Fast", "2023-12-25": "Christmas Day", "2023-12-31": "Restoration Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-09-05": "Genevan Fast", "2024-12-25": "Christmas Day", "2024-12-31": "Restoration Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-09-11": "Genevan Fast", "2025-12-25": "Christmas Day", "2025-12-31": "Restoration Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-09-10": "Genevan Fast", "2026-12-25": "Christmas Day", "2026-12-31": "Restoration Day", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-09-09": "Genevan Fast", "2027-12-25": "Christmas Day", "2027-12-31": "Restoration Day", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-09-07": "Genevan Fast", "2028-12-25": "Christmas Day", "2028-12-31": "Restoration Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-09-06": "Genevan Fast", "2029-12-25": "Christmas Day", "2029-12-31": "Restoration Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-09-05": "Genevan Fast", "2030-12-25": "Christmas Day", "2030-12-31": "Restoration Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-09-11": "Genevan Fast", "2031-12-25": "Christmas Day", "2031-12-31": "Restoration Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-09-09": "Genevan Fast", "2032-12-25": "Christmas Day", "2032-12-31": "Restoration Day", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-09-08": "Genevan Fast", "2033-12-25": "Christmas Day", "2033-12-31": "Restoration Day", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-09-07": "Genevan Fast", "2034-12-25": "Christmas Day", "2034-12-31": "Restoration Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-09-06": "Genevan Fast", "2035-12-25": "Christmas Day", "2035-12-31": "Restoration Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-09-11": "Genevan Fast", "2036-12-25": "Christmas Day", "2036-12-31": "Restoration Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-09-10": "Genevan Fast", "2037-12-25": "Christmas Day", "2037-12-31": "Restoration Day", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-09-09": "Genevan Fast", "2038-12-25": "Christmas Day", "2038-12-31": "Restoration Day", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-09-08": "Genevan Fast", "2039-12-25": "Christmas Day", "2039-12-31": "Restoration Day", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-09-06": "Genevan Fast", "2040-12-25": "Christmas Day", "2040-12-31": "Restoration Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-09-05": "Genevan Fast", "2041-12-25": "Christmas Day", "2041-12-31": "Restoration Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-09-11": "Genevan Fast", "2042-12-25": "Christmas Day", "2042-12-31": "Restoration Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-09-10": "Genevan Fast", "2043-12-25": "Christmas Day", "2043-12-31": "Restoration Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-09-08": "Genevan Fast", "2044-12-25": "Christmas Day", "2044-12-31": "Restoration Day", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-09-07": "Genevan Fast", "2045-12-25": "Christmas Day", "2045-12-31": "Restoration Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-09-06": "Genevan Fast", "2046-12-25": "Christmas Day", "2046-12-31": "Restoration Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-09-05": "Genevan Fast", "2047-12-25": "Christmas Day", "2047-12-31": "Restoration Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-09-10": "Genevan Fast", "2048-12-25": "Christmas Day", "2048-12-31": "Restoration Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-09-09": "Genevan Fast", "2049-12-25": "Christmas Day", "2049-12-31": "Restoration Day", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-09-08": "Genevan Fast", "2050-12-25": "Christmas Day", "2050-12-31": "Restoration Day" } holidays-0.71/snapshots/countries/CH_GL.json000066400000000000000000001213641500152103600210610ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-13": "Battle of Naefels Victory Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-11-01": "All Saints' Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-05": "Battle of Naefels Victory Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-11-01": "All Saints' Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-03": "Battle of Naefels Victory Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-11-01": "All Saints' Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-09": "Battle of Naefels Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-11-01": "All Saints' Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-01": "Battle of Naefels Victory Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-11-01": "All Saints' Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-14": "Battle of Naefels Victory Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-11-01": "All Saints' Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-05": "Battle of Naefels Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-11-01": "All Saints' Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-04": "Battle of Naefels Victory Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-11-01": "All Saints' Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-10": "Battle of Naefels Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-11-01": "All Saints' Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-02": "Battle of Naefels Victory Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-11-01": "All Saints' Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-07": "Battle of Naefels Victory Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-11-01": "All Saints' Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-06": "Battle of Naefels Victory Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-11-01": "All Saints' Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-05": "Battle of Naefels Victory Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-11-01": "All Saints' Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-04": "Battle of Naefels Victory Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-11-01": "All Saints' Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-02": "Battle of Naefels Victory Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-11-01": "All Saints' Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-01": "Battle of Naefels Victory Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-11-01": "All Saints' Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-14": "Battle of Naefels Victory Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-11-01": "All Saints' Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-06": "Battle of Naefels Victory Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-11-01": "All Saints' Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-04": "Battle of Naefels Victory Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-11-01": "All Saints' Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-10": "Battle of Naefels Victory Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-11-01": "All Saints' Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-02": "Battle of Naefels Victory Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-11-01": "All Saints' Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-01": "Battle of Naefels Victory Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-11-01": "All Saints' Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-06": "Battle of Naefels Victory Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-11-01": "All Saints' Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-05": "Battle of Naefels Victory Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-11-01": "All Saints' Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-04": "Battle of Naefels Victory Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-11-01": "All Saints' Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-03": "Battle of Naefels Victory Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-11-01": "All Saints' Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-01": "Battle of Naefels Victory Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-11-01": "All Saints' Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-14": "Battle of Naefels Victory Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-11-01": "All Saints' Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-06": "Battle of Naefels Victory Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-11-01": "All Saints' Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-05": "Battle of Naefels Victory Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-11-01": "All Saints' Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-10": "Battle of Naefels Victory Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-11-01": "All Saints' Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-02": "Battle of Naefels Victory Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-11-01": "All Saints' Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-01": "Battle of Naefels Victory Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-11-01": "All Saints' Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-07": "Battle of Naefels Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-11-01": "All Saints' Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-05": "Battle of Naefels Victory Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-11-01": "All Saints' Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-11": "Battle of Naefels Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-03": "Battle of Naefels Victory Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-02": "Battle of Naefels Victory Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-07": "Battle of Naefels Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-06": "Battle of Naefels Victory Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-11-01": "All Saints' Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-05": "Battle of Naefels Victory Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-11-01": "All Saints' Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-04": "Battle of Naefels Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-11-01": "All Saints' Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-02": "Battle of Naefels Victory Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-11-01": "All Saints' Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-01": "Battle of Naefels Victory Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-11-01": "All Saints' Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-07": "Battle of Naefels Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-06": "Battle of Naefels Victory Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-11": "Battle of Naefels Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-03": "Battle of Naefels Victory Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-02": "Battle of Naefels Victory Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-08": "Battle of Naefels Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-06": "Battle of Naefels Victory Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-05": "Battle of Naefels Victory Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-04": "Battle of Naefels Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-03": "Battle of Naefels Victory Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-01": "Battle of Naefels Victory Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-07": "Battle of Naefels Victory Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-06": "Battle of Naefels Victory Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-12": "Battle of Naefels Victory Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-03": "Battle of Naefels Victory Day", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-02": "Battle of Naefels Victory Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-08": "Battle of Naefels Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-07": "Battle of Naefels Victory Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-12": "Battle of Naefels Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-04": "Battle of Naefels Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-03": "Battle of Naefels Victory Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-09": "Battle of Naefels Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-07": "Battle of Naefels Victory Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-06": "Battle of Naefels Victory Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-05": "Battle of Naefels Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-04": "Battle of Naefels Victory Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-02": "Battle of Naefels Victory Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-08": "Battle of Naefels Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-07": "Battle of Naefels Victory Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-13": "Battle of Naefels Victory Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-04": "Battle of Naefels Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-03": "Battle of Naefels Victory Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-09": "Battle of Naefels Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-01": "Battle of Naefels Victory Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-06": "Battle of Naefels Victory Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-05": "Battle of Naefels Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-04": "Battle of Naefels Victory Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-03": "Battle of Naefels Victory Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-01": "Battle of Naefels Victory Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-07": "Battle of Naefels Victory Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-13": "Battle of Naefels Victory Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-05": "Battle of Naefels Victory Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-03": "Battle of Naefels Victory Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-09": "Battle of Naefels Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-01": "Battle of Naefels Victory Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-14": "Battle of Naefels Victory Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-05": "Battle of Naefels Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-04": "Battle of Naefels Victory Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-10": "Battle of Naefels Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-02": "Battle of Naefels Victory Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-07": "Battle of Naefels Victory Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-13": "Battle of Naefels Victory Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-05": "Battle of Naefels Victory Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-04": "Battle of Naefels Victory Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-09": "Battle of Naefels Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-01": "Battle of Naefels Victory Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-14": "Battle of Naefels Victory Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_GR.json000066400000000000000000000675051500152103600210750ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_JU.json000066400000000000000000001330411500152103600210700ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-06-23": "Independence Day", "1950-08-01": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-06-23": "Independence Day", "1951-08-01": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-06-23": "Independence Day", "1952-08-01": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-06-23": "Independence Day", "1953-08-01": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-06-23": "Independence Day", "1954-08-01": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-06-23": "Independence Day", "1955-08-01": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-06-23": "Independence Day", "1956-08-01": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-06-23": "Independence Day", "1957-08-01": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-06-23": "Independence Day", "1958-08-01": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-06-23": "Independence Day", "1959-08-01": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-06-23": "Independence Day", "1960-08-01": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-06-23": "Independence Day", "1961-08-01": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-06-23": "Independence Day", "1962-08-01": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-06-23": "Independence Day", "1963-08-01": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-06-23": "Independence Day", "1964-08-01": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-06-23": "Independence Day", "1965-08-01": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-06-23": "Independence Day", "1966-08-01": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-06-23": "Independence Day", "1967-08-01": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-06-23": "Independence Day", "1968-08-01": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-06-23": "Independence Day", "1969-08-01": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-06-23": "Independence Day", "1970-08-01": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-06-23": "Independence Day", "1971-08-01": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-06-23": "Independence Day", "1972-08-01": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-06-23": "Independence Day", "1973-08-01": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-06-23": "Independence Day", "1974-08-01": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-06-23": "Independence Day", "1975-08-01": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-06-23": "Independence Day", "1976-08-01": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-06-23": "Independence Day", "1977-08-01": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-06-23": "Independence Day", "1978-08-01": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-06-23": "Independence Day", "1979-08-01": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-06-23": "Independence Day", "1980-08-01": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-06-23": "Independence Day", "1981-08-01": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-06-23": "Independence Day", "1982-08-01": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-06-23": "Independence Day", "1983-08-01": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-06-23": "Independence Day", "1984-08-01": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-06-23": "Independence Day", "1985-08-01": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-06-23": "Independence Day", "1986-08-01": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-06-23": "Independence Day", "1987-08-01": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-06-23": "Independence Day", "1988-08-01": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-06-23": "Independence Day", "1989-08-01": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-06-23": "Independence Day", "1990-08-01": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-06-23": "Independence Day", "1991-08-01": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-06-23": "Independence Day", "1992-08-01": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-06-23": "Independence Day", "1993-08-01": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-06-23": "Independence Day", "1994-08-01": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-06-23": "Independence Day", "1995-08-01": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-06-23": "Independence Day", "1996-08-01": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-06-23": "Independence Day", "1997-08-01": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-06-23": "Independence Day", "1998-08-01": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-06-23": "Independence Day", "1999-08-01": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-06-23": "Independence Day", "2000-08-01": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-06-23": "Independence Day", "2001-08-01": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-06-23": "Independence Day", "2002-08-01": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-06-23": "Independence Day", "2003-08-01": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-06-23": "Independence Day", "2004-08-01": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-06-23": "Independence Day", "2005-08-01": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-06-23": "Independence Day", "2006-08-01": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-06-23": "Independence Day", "2007-08-01": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-06-23": "Independence Day", "2008-08-01": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-06-23": "Independence Day", "2009-08-01": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-06-23": "Independence Day", "2010-08-01": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi; Independence Day", "2011-08-01": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-06-23": "Independence Day", "2012-08-01": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-06-23": "Independence Day", "2013-08-01": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-06-23": "Independence Day", "2014-08-01": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-06-23": "Independence Day", "2015-08-01": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-06-23": "Independence Day", "2016-08-01": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-06-23": "Independence Day", "2017-08-01": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-06-23": "Independence Day", "2018-08-01": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-06-23": "Independence Day", "2019-08-01": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-06-23": "Independence Day", "2020-08-01": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-06-23": "Independence Day", "2021-08-01": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-06-23": "Independence Day", "2022-08-01": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-06-23": "Independence Day", "2023-08-01": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-06-23": "Independence Day", "2024-08-01": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-06-23": "Independence Day", "2025-08-01": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-06-23": "Independence Day", "2026-08-01": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-06-23": "Independence Day", "2027-08-01": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-06-23": "Independence Day", "2028-08-01": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-06-23": "Independence Day", "2029-08-01": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-06-23": "Independence Day", "2030-08-01": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-06-23": "Independence Day", "2031-08-01": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-06-23": "Independence Day", "2032-08-01": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-06-23": "Independence Day", "2033-08-01": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-06-23": "Independence Day", "2034-08-01": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-06-23": "Independence Day", "2035-08-01": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-06-23": "Independence Day", "2036-08-01": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-06-23": "Independence Day", "2037-08-01": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-23": "Independence Day", "2038-06-24": "Corpus Christi", "2038-08-01": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-06-23": "Independence Day", "2039-08-01": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-06-23": "Independence Day", "2040-08-01": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-06-23": "Independence Day", "2041-08-01": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-06-23": "Independence Day", "2042-08-01": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-06-23": "Independence Day", "2043-08-01": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-06-23": "Independence Day", "2044-08-01": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-06-23": "Independence Day", "2045-08-01": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-06-23": "Independence Day", "2046-08-01": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-06-23": "Independence Day", "2047-08-01": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-06-23": "Independence Day", "2048-08-01": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-06-23": "Independence Day", "2049-08-01": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-06-23": "Independence Day", "2050-08-01": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/CH_LU.json000066400000000000000000001360641500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-01": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-01": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-01": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-01": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-01": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-01": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-01": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-01": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-01": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-01": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-01": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-01": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-01": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-01": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-01": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-01": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-01": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-01": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-01": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-01": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-01": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-01": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-01": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-01": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-01": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-01": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-01": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-01": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-01": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-01": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-01": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-01": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-01": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-01": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-01": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-01": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-01": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-01": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-01": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-01": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-01": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-01": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-01": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-01": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-01": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-01": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-01": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-01": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-01": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-01": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-01": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-01": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-01": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-01": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-01": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-01": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-01": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-01": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-01": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-01": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-01": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-01": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-01": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-01": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-01": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-01": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-01": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-01": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-01": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-01": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-01": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-01": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-01": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-01": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-01": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-01": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-01": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-01": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-01": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-01": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-01": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-01": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-01": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-01": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-01": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-01": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-01": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-01": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-01": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-01": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-01": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-01": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-01": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-01": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-01": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-01": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-01": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-01": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-01": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-01": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-01": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_NE.json000066400000000000000000000703651500152103600210650ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-03-01": "Republic Day", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-06-08": "Corpus Christi", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-01": "Republic Day", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-24": "Corpus Christi", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-03-01": "Republic Day", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-03-01": "Republic Day", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-06-04": "Corpus Christi", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Republic Day", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-03-01": "Republic Day", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-06-09": "Corpus Christi", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-01": "Republic Day", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-31": "Corpus Christi", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-01": "Republic Day", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-03-01": "Republic Day", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-06-05": "Corpus Christi", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-01": "Republic Day", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-28": "Corpus Christi", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-03-01": "Republic Day", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-01": "Republic Day", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-06-01": "Corpus Christi", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-01": "Republic Day", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-03-01": "Republic Day", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-01": "Republic Day", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-28": "Corpus Christi", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Republic Day", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-03-01": "Republic Day", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-06-09": "Corpus Christi", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-01": "Republic Day", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-25": "Corpus Christi", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-03-01": "Republic Day", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-13": "Corpus Christi", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-03-01": "Republic Day", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-06-05": "Corpus Christi", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-01": "Republic Day", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-28": "Corpus Christi", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-03-01": "Republic Day", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-06-10": "Corpus Christi", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-01": "Republic Day", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-06-01": "Corpus Christi", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-01": "Republic Day", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-21": "Corpus Christi", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-03-01": "Republic Day", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-13": "Corpus Christi", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-01": "Republic Day", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-29": "Corpus Christi", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Republic Day", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-17": "Corpus Christi", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-03-01": "Republic Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-06-09": "Corpus Christi", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-01": "Republic Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-25": "Corpus Christi", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-03-01": "Republic Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-14": "Corpus Christi", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-03-01": "Republic Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-06-05": "Corpus Christi", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-01": "Republic Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-18": "Corpus Christi", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-03-01": "Republic Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-06-10": "Corpus Christi", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-01": "Republic Day", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-06-02": "Corpus Christi", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-03-01": "Republic Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-21": "Corpus Christi", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-03-01": "Republic Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-06-06": "Corpus Christi", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-01": "Republic Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-29": "Corpus Christi", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-01": "Republic Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-18": "Corpus Christi", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-01": "Republic Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-06-02": "Corpus Christi", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-01": "Republic Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-25": "Corpus Christi", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-03-01": "Republic Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-14": "Corpus Christi", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-01": "Republic Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-30": "Corpus Christi", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-01": "Republic Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-18": "Corpus Christi", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-01": "Republic Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-06-10": "Corpus Christi", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-01": "Republic Day", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-06-02": "Corpus Christi", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-03-01": "Republic Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-15": "Corpus Christi", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-03-01": "Republic Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-06-06": "Corpus Christi", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-01": "Republic Day", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-29": "Corpus Christi", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-03-01": "Republic Day", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-11": "Corpus Christi", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-03-01": "Republic Day", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-06-03": "Corpus Christi", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-01": "Republic Day", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-22": "Corpus Christi", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-03-01": "Republic Day", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-14": "Corpus Christi", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-01": "Republic Day", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-30": "Corpus Christi", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-01": "Republic Day", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-19": "Corpus Christi", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-03-01": "Republic Day", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-06-10": "Corpus Christi", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-01": "Republic Day", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-26": "Corpus Christi", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-03-01": "Republic Day", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-15": "Corpus Christi", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-03-01": "Republic Day", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-06-07": "Corpus Christi", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-01": "Republic Day", "2008-03-21": "Good Friday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-22": "Corpus Christi", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-01": "Republic Day", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-11": "Corpus Christi", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-01": "Republic Day", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-06-03": "Corpus Christi", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-01": "Republic Day", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-23": "Corpus Christi", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-03-01": "Republic Day", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-06-07": "Corpus Christi", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-01": "Republic Day", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-30": "Corpus Christi", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-01": "Republic Day", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-19": "Corpus Christi", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-03-01": "Republic Day", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-06-04": "Corpus Christi", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-01": "Republic Day", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-26": "Corpus Christi", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-03-01": "Republic Day", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-15": "Corpus Christi", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-01": "Republic Day", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-31": "Corpus Christi", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-01": "Republic Day", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-20": "Corpus Christi", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-03-01": "Republic Day", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-11": "Corpus Christi", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-03-01": "Republic Day", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-06-03": "Corpus Christi", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-03-01": "Republic Day", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-16": "Corpus Christi", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-03-01": "Republic Day", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-06-08": "Corpus Christi", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-01": "Republic Day", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-30": "Corpus Christi", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-01": "Republic Day", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-19": "Corpus Christi", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-01": "Republic Day", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-06-04": "Corpus Christi", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-01": "Republic Day", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-27": "Corpus Christi", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-03-01": "Republic Day", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-15": "Corpus Christi", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-01": "Republic Day", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-31": "Corpus Christi", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-03-01": "Republic Day", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-20": "Corpus Christi", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-03-01": "Republic Day", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-12": "Corpus Christi", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-01": "Republic Day", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-27": "Corpus Christi", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-03-01": "Republic Day", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-16": "Corpus Christi", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-03-01": "Republic Day", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-06-08": "Corpus Christi", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-01": "Republic Day", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-24": "Corpus Christi", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-03-01": "Republic Day", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-12": "Corpus Christi", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-03-01": "Republic Day", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-06-04": "Corpus Christi", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-03-01": "Republic Day", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-24": "Corpus Christi", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-03-01": "Republic Day", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-06-09": "Corpus Christi", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-01": "Republic Day", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-31": "Corpus Christi", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-01": "Republic Day", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-20": "Corpus Christi", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-01": "Republic Day", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-06-05": "Corpus Christi", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-01": "Republic Day", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-28": "Corpus Christi", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-03-01": "Republic Day", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-16": "Corpus Christi", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-03-01": "Republic Day", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-06-08": "Corpus Christi", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-01": "Republic Day", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-24": "Corpus Christi", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-03-01": "Republic Day", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-13": "Corpus Christi", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-03-01": "Republic Day", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-06-04": "Corpus Christi", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Republic Day", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-17": "Corpus Christi", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-03-01": "Republic Day", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-06-09": "Corpus Christi", "2050-08-01": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_NW.json000066400000000000000000001457741500152103600211160ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-03-19": "Saint Joseph's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-01": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-19": "Saint Joseph's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-01": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-03-19": "Saint Joseph's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-01": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-03-19": "Saint Joseph's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-01": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-03-19": "Saint Joseph's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-01": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-03-19": "Saint Joseph's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-01": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-19": "Saint Joseph's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-01": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-03-19": "Saint Joseph's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-01": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-03-19": "Saint Joseph's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-01": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-19": "Saint Joseph's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-01": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-03-19": "Saint Joseph's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-01": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-19": "Saint Joseph's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-01": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-03-19": "Saint Joseph's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-01": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-03-19": "Saint Joseph's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-01": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-19": "Saint Joseph's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-01": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-03-19": "Saint Joseph's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-01": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-03-19": "Saint Joseph's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-01": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-19": "Saint Joseph's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-01": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-03-19": "Saint Joseph's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-01": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-03-19": "Saint Joseph's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-01": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-19": "Saint Joseph's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-01": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-03-19": "Saint Joseph's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-01": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-19": "Saint Joseph's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-01": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-03-19": "Saint Joseph's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-01": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-03-19": "Saint Joseph's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-01": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-19": "Saint Joseph's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-01": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-03-19": "Saint Joseph's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-01": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-03-19": "Saint Joseph's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-01": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-19": "Saint Joseph's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-01": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-03-19": "Saint Joseph's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-01": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-03-19": "Saint Joseph's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-01": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-03-19": "Saint Joseph's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-01": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-03-19": "Saint Joseph's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-01": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-03-19": "Saint Joseph's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-01": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-03-19": "Saint Joseph's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-01": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-03-19": "Saint Joseph's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-01": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-19": "Saint Joseph's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-01": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-03-19": "Saint Joseph's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-01": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-03-19": "Saint Joseph's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-01": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-19": "Saint Joseph's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-01": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-03-19": "Saint Joseph's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-01": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-19": "Saint Joseph's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-01": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-03-19": "Saint Joseph's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-01": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-03-19": "Saint Joseph's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-01": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-03-19": "Saint Joseph's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-01": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-03-19": "Saint Joseph's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-01": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-03-19": "Saint Joseph's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-01": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-19": "Saint Joseph's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-01": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-03-19": "Saint Joseph's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-01": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-03-19": "Saint Joseph's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-01": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-03-19": "Saint Joseph's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-01": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-03-19": "Saint Joseph's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-01": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-19": "Saint Joseph's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-01": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-01": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-01": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-01": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-01": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-01": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-01": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-01": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-01": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-03-19": "Saint Joseph's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-01": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-01": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-01": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-01": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-01": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-01": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-03-19": "Saint Joseph's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-01": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-01": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-01": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-01": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-01": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-03-19": "Saint Joseph's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-01": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-03-19": "Saint Joseph's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-01": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-01": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-01": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-03-19": "Saint Joseph's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-01": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-19": "Saint Joseph's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-01": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-03-19": "Saint Joseph's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-01": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-19": "Saint Joseph's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-01": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-03-19": "Saint Joseph's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-01": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-03-19": "Saint Joseph's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-01": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-19": "Saint Joseph's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-01": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-03-19": "Saint Joseph's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-01": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-03-19": "Saint Joseph's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-01": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-01": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-03-19": "Saint Joseph's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-01": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-03-19": "Saint Joseph's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-01": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-03-19": "Saint Joseph's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-01": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-03-19": "Saint Joseph's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-01": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-19": "Saint Joseph's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-01": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-03-19": "Saint Joseph's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-01": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-03-19": "Saint Joseph's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-01": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-19": "Saint Joseph's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-01": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-03-19": "Saint Joseph's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-01": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-03-19": "Saint Joseph's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-01": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-01": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-03-19": "Saint Joseph's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-01": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-03-19": "Saint Joseph's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-01": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-03-19": "Saint Joseph's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-01": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-03-19": "Saint Joseph's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-01": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_OW.json000066400000000000000000001476111500152103600211070ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-01": "National Day", "1950-08-15": "Assumption Day", "1950-09-25": "Saint Nicholas of Fl\u00fce", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-01": "National Day", "1951-08-15": "Assumption Day", "1951-09-25": "Saint Nicholas of Fl\u00fce", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-01": "National Day", "1952-08-15": "Assumption Day", "1952-09-25": "Saint Nicholas of Fl\u00fce", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-01": "National Day", "1953-08-15": "Assumption Day", "1953-09-25": "Saint Nicholas of Fl\u00fce", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-01": "National Day", "1954-08-15": "Assumption Day", "1954-09-25": "Saint Nicholas of Fl\u00fce", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-01": "National Day", "1955-08-15": "Assumption Day", "1955-09-25": "Saint Nicholas of Fl\u00fce", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-01": "National Day", "1956-08-15": "Assumption Day", "1956-09-25": "Saint Nicholas of Fl\u00fce", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-01": "National Day", "1957-08-15": "Assumption Day", "1957-09-25": "Saint Nicholas of Fl\u00fce", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-01": "National Day", "1958-08-15": "Assumption Day", "1958-09-25": "Saint Nicholas of Fl\u00fce", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-01": "National Day", "1959-08-15": "Assumption Day", "1959-09-25": "Saint Nicholas of Fl\u00fce", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-01": "National Day", "1960-08-15": "Assumption Day", "1960-09-25": "Saint Nicholas of Fl\u00fce", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-01": "National Day", "1961-08-15": "Assumption Day", "1961-09-25": "Saint Nicholas of Fl\u00fce", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-01": "National Day", "1962-08-15": "Assumption Day", "1962-09-25": "Saint Nicholas of Fl\u00fce", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-01": "National Day", "1963-08-15": "Assumption Day", "1963-09-25": "Saint Nicholas of Fl\u00fce", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-01": "National Day", "1964-08-15": "Assumption Day", "1964-09-25": "Saint Nicholas of Fl\u00fce", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-01": "National Day", "1965-08-15": "Assumption Day", "1965-09-25": "Saint Nicholas of Fl\u00fce", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-01": "National Day", "1966-08-15": "Assumption Day", "1966-09-25": "Saint Nicholas of Fl\u00fce", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-01": "National Day", "1967-08-15": "Assumption Day", "1967-09-25": "Saint Nicholas of Fl\u00fce", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-01": "National Day", "1968-08-15": "Assumption Day", "1968-09-25": "Saint Nicholas of Fl\u00fce", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-01": "National Day", "1969-08-15": "Assumption Day", "1969-09-25": "Saint Nicholas of Fl\u00fce", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-01": "National Day", "1970-08-15": "Assumption Day", "1970-09-25": "Saint Nicholas of Fl\u00fce", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-01": "National Day", "1971-08-15": "Assumption Day", "1971-09-25": "Saint Nicholas of Fl\u00fce", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-01": "National Day", "1972-08-15": "Assumption Day", "1972-09-25": "Saint Nicholas of Fl\u00fce", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-01": "National Day", "1973-08-15": "Assumption Day", "1973-09-25": "Saint Nicholas of Fl\u00fce", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-01": "National Day", "1974-08-15": "Assumption Day", "1974-09-25": "Saint Nicholas of Fl\u00fce", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-01": "National Day", "1975-08-15": "Assumption Day", "1975-09-25": "Saint Nicholas of Fl\u00fce", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-01": "National Day", "1976-08-15": "Assumption Day", "1976-09-25": "Saint Nicholas of Fl\u00fce", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-01": "National Day", "1977-08-15": "Assumption Day", "1977-09-25": "Saint Nicholas of Fl\u00fce", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-01": "National Day", "1978-08-15": "Assumption Day", "1978-09-25": "Saint Nicholas of Fl\u00fce", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-01": "National Day", "1979-08-15": "Assumption Day", "1979-09-25": "Saint Nicholas of Fl\u00fce", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-01": "National Day", "1980-08-15": "Assumption Day", "1980-09-25": "Saint Nicholas of Fl\u00fce", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-01": "National Day", "1981-08-15": "Assumption Day", "1981-09-25": "Saint Nicholas of Fl\u00fce", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-01": "National Day", "1982-08-15": "Assumption Day", "1982-09-25": "Saint Nicholas of Fl\u00fce", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-01": "National Day", "1983-08-15": "Assumption Day", "1983-09-25": "Saint Nicholas of Fl\u00fce", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-01": "National Day", "1984-08-15": "Assumption Day", "1984-09-25": "Saint Nicholas of Fl\u00fce", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-01": "National Day", "1985-08-15": "Assumption Day", "1985-09-25": "Saint Nicholas of Fl\u00fce", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-01": "National Day", "1986-08-15": "Assumption Day", "1986-09-25": "Saint Nicholas of Fl\u00fce", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-01": "National Day", "1987-08-15": "Assumption Day", "1987-09-25": "Saint Nicholas of Fl\u00fce", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-01": "National Day", "1988-08-15": "Assumption Day", "1988-09-25": "Saint Nicholas of Fl\u00fce", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-01": "National Day", "1989-08-15": "Assumption Day", "1989-09-25": "Saint Nicholas of Fl\u00fce", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-01": "National Day", "1990-08-15": "Assumption Day", "1990-09-25": "Saint Nicholas of Fl\u00fce", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-01": "National Day", "1991-08-15": "Assumption Day", "1991-09-25": "Saint Nicholas of Fl\u00fce", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-01": "National Day", "1992-08-15": "Assumption Day", "1992-09-25": "Saint Nicholas of Fl\u00fce", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-01": "National Day", "1993-08-15": "Assumption Day", "1993-09-25": "Saint Nicholas of Fl\u00fce", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-01": "National Day", "1994-08-15": "Assumption Day", "1994-09-25": "Saint Nicholas of Fl\u00fce", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-01": "National Day", "1995-08-15": "Assumption Day", "1995-09-25": "Saint Nicholas of Fl\u00fce", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-01": "National Day", "1996-08-15": "Assumption Day", "1996-09-25": "Saint Nicholas of Fl\u00fce", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-01": "National Day", "1997-08-15": "Assumption Day", "1997-09-25": "Saint Nicholas of Fl\u00fce", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-01": "National Day", "1998-08-15": "Assumption Day", "1998-09-25": "Saint Nicholas of Fl\u00fce", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-01": "National Day", "1999-08-15": "Assumption Day", "1999-09-25": "Saint Nicholas of Fl\u00fce", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-01": "National Day", "2000-08-15": "Assumption Day", "2000-09-25": "Saint Nicholas of Fl\u00fce", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-01": "National Day", "2001-08-15": "Assumption Day", "2001-09-25": "Saint Nicholas of Fl\u00fce", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-01": "National Day", "2002-08-15": "Assumption Day", "2002-09-25": "Saint Nicholas of Fl\u00fce", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-01": "National Day", "2003-08-15": "Assumption Day", "2003-09-25": "Saint Nicholas of Fl\u00fce", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-01": "National Day", "2004-08-15": "Assumption Day", "2004-09-25": "Saint Nicholas of Fl\u00fce", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-01": "National Day", "2005-08-15": "Assumption Day", "2005-09-25": "Saint Nicholas of Fl\u00fce", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-01": "National Day", "2006-08-15": "Assumption Day", "2006-09-25": "Saint Nicholas of Fl\u00fce", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-01": "National Day", "2007-08-15": "Assumption Day", "2007-09-25": "Saint Nicholas of Fl\u00fce", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-01": "National Day", "2008-08-15": "Assumption Day", "2008-09-25": "Saint Nicholas of Fl\u00fce", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-01": "National Day", "2009-08-15": "Assumption Day", "2009-09-25": "Saint Nicholas of Fl\u00fce", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-01": "National Day", "2010-08-15": "Assumption Day", "2010-09-25": "Saint Nicholas of Fl\u00fce", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-01": "National Day", "2011-08-15": "Assumption Day", "2011-09-25": "Saint Nicholas of Fl\u00fce", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-01": "National Day", "2012-08-15": "Assumption Day", "2012-09-25": "Saint Nicholas of Fl\u00fce", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-01": "National Day", "2013-08-15": "Assumption Day", "2013-09-25": "Saint Nicholas of Fl\u00fce", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-01": "National Day", "2014-08-15": "Assumption Day", "2014-09-25": "Saint Nicholas of Fl\u00fce", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-01": "National Day", "2015-08-15": "Assumption Day", "2015-09-25": "Saint Nicholas of Fl\u00fce", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-01": "National Day", "2016-08-15": "Assumption Day", "2016-09-25": "Saint Nicholas of Fl\u00fce", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-01": "National Day", "2017-08-15": "Assumption Day", "2017-09-25": "Saint Nicholas of Fl\u00fce", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-01": "National Day", "2018-08-15": "Assumption Day", "2018-09-25": "Saint Nicholas of Fl\u00fce", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-01": "National Day", "2019-08-15": "Assumption Day", "2019-09-25": "Saint Nicholas of Fl\u00fce", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-01": "National Day", "2020-08-15": "Assumption Day", "2020-09-25": "Saint Nicholas of Fl\u00fce", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-01": "National Day", "2021-08-15": "Assumption Day", "2021-09-25": "Saint Nicholas of Fl\u00fce", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-01": "National Day", "2022-08-15": "Assumption Day", "2022-09-25": "Saint Nicholas of Fl\u00fce", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-01": "National Day", "2023-08-15": "Assumption Day", "2023-09-25": "Saint Nicholas of Fl\u00fce", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-01": "National Day", "2024-08-15": "Assumption Day", "2024-09-25": "Saint Nicholas of Fl\u00fce", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-01": "National Day", "2025-08-15": "Assumption Day", "2025-09-25": "Saint Nicholas of Fl\u00fce", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-01": "National Day", "2026-08-15": "Assumption Day", "2026-09-25": "Saint Nicholas of Fl\u00fce", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-01": "National Day", "2027-08-15": "Assumption Day", "2027-09-25": "Saint Nicholas of Fl\u00fce", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-01": "National Day", "2028-08-15": "Assumption Day", "2028-09-25": "Saint Nicholas of Fl\u00fce", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-01": "National Day", "2029-08-15": "Assumption Day", "2029-09-25": "Saint Nicholas of Fl\u00fce", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-01": "National Day", "2030-08-15": "Assumption Day", "2030-09-25": "Saint Nicholas of Fl\u00fce", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-01": "National Day", "2031-08-15": "Assumption Day", "2031-09-25": "Saint Nicholas of Fl\u00fce", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-01": "National Day", "2032-08-15": "Assumption Day", "2032-09-25": "Saint Nicholas of Fl\u00fce", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-01": "National Day", "2033-08-15": "Assumption Day", "2033-09-25": "Saint Nicholas of Fl\u00fce", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-01": "National Day", "2034-08-15": "Assumption Day", "2034-09-25": "Saint Nicholas of Fl\u00fce", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-01": "National Day", "2035-08-15": "Assumption Day", "2035-09-25": "Saint Nicholas of Fl\u00fce", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-01": "National Day", "2036-08-15": "Assumption Day", "2036-09-25": "Saint Nicholas of Fl\u00fce", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-01": "National Day", "2037-08-15": "Assumption Day", "2037-09-25": "Saint Nicholas of Fl\u00fce", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-01": "National Day", "2038-08-15": "Assumption Day", "2038-09-25": "Saint Nicholas of Fl\u00fce", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-01": "National Day", "2039-08-15": "Assumption Day", "2039-09-25": "Saint Nicholas of Fl\u00fce", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-01": "National Day", "2040-08-15": "Assumption Day", "2040-09-25": "Saint Nicholas of Fl\u00fce", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-01": "National Day", "2041-08-15": "Assumption Day", "2041-09-25": "Saint Nicholas of Fl\u00fce", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-01": "National Day", "2042-08-15": "Assumption Day", "2042-09-25": "Saint Nicholas of Fl\u00fce", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-01": "National Day", "2043-08-15": "Assumption Day", "2043-09-25": "Saint Nicholas of Fl\u00fce", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-01": "National Day", "2044-08-15": "Assumption Day", "2044-09-25": "Saint Nicholas of Fl\u00fce", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-01": "National Day", "2045-08-15": "Assumption Day", "2045-09-25": "Saint Nicholas of Fl\u00fce", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-01": "National Day", "2046-08-15": "Assumption Day", "2046-09-25": "Saint Nicholas of Fl\u00fce", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-01": "National Day", "2047-08-15": "Assumption Day", "2047-09-25": "Saint Nicholas of Fl\u00fce", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-01": "National Day", "2048-08-15": "Assumption Day", "2048-09-25": "Saint Nicholas of Fl\u00fce", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-01": "National Day", "2049-08-15": "Assumption Day", "2049-09-25": "Saint Nicholas of Fl\u00fce", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-01": "National Day", "2050-08-15": "Assumption Day", "2050-09-25": "Saint Nicholas of Fl\u00fce", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_SG.json000066400000000000000000001073251500152103600210710ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-11-01": "All Saints' Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-11-01": "All Saints' Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-11-01": "All Saints' Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-11-01": "All Saints' Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-11-01": "All Saints' Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-11-01": "All Saints' Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-11-01": "All Saints' Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-11-01": "All Saints' Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-11-01": "All Saints' Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-11-01": "All Saints' Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-11-01": "All Saints' Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-11-01": "All Saints' Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-11-01": "All Saints' Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-11-01": "All Saints' Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-11-01": "All Saints' Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-11-01": "All Saints' Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-11-01": "All Saints' Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-11-01": "All Saints' Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-11-01": "All Saints' Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-11-01": "All Saints' Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-11-01": "All Saints' Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-11-01": "All Saints' Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-11-01": "All Saints' Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-11-01": "All Saints' Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-11-01": "All Saints' Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-11-01": "All Saints' Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-11-01": "All Saints' Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-11-01": "All Saints' Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-11-01": "All Saints' Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-11-01": "All Saints' Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-11-01": "All Saints' Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-11-01": "All Saints' Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-11-01": "All Saints' Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-11-01": "All Saints' Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-11-01": "All Saints' Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-11-01": "All Saints' Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-11-01": "All Saints' Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-11-01": "All Saints' Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-11-01": "All Saints' Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-11-01": "All Saints' Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_SH.json000066400000000000000000001061431500152103600210670ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_SO.json000066400000000000000000000605421500152103600211000ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-05-01": "Ascension Day; Labor Day", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-08-01": "National Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/CH_SZ.json000066400000000000000000001433331500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-03-19": "Saint Joseph's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-01": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-19": "Saint Joseph's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-01": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-19": "Saint Joseph's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-01": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-19": "Saint Joseph's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-01": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-19": "Saint Joseph's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-01": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-19": "Saint Joseph's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-01": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Saint Joseph's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-01": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-19": "Saint Joseph's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-01": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-19": "Saint Joseph's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-01": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-19": "Saint Joseph's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-01": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-19": "Saint Joseph's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-01": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-19": "Saint Joseph's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-01": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-19": "Saint Joseph's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-01": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-19": "Saint Joseph's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-01": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-19": "Saint Joseph's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-01": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-19": "Saint Joseph's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-01": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-19": "Saint Joseph's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-01": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-19": "Saint Joseph's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-01": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-19": "Saint Joseph's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-01": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-19": "Saint Joseph's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-01": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-19": "Saint Joseph's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-01": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-19": "Saint Joseph's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-01": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-19": "Saint Joseph's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-01": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-19": "Saint Joseph's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-01": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-19": "Saint Joseph's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-01": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-19": "Saint Joseph's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-01": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-19": "Saint Joseph's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-01": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-19": "Saint Joseph's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-01": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-19": "Saint Joseph's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-01": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-19": "Saint Joseph's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-01": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-19": "Saint Joseph's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-01": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-19": "Saint Joseph's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-01": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-19": "Saint Joseph's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-01": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-19": "Saint Joseph's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-01": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-19": "Saint Joseph's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-01": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-03-19": "Saint Joseph's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-01": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-19": "Saint Joseph's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-01": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-19": "Saint Joseph's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-01": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-19": "Saint Joseph's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-01": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-19": "Saint Joseph's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-01": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-03-19": "Saint Joseph's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-01": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-19": "Saint Joseph's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-01": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-19": "Saint Joseph's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-01": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-19": "Saint Joseph's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-01": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-19": "Saint Joseph's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-01": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-19": "Saint Joseph's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-01": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-03-19": "Saint Joseph's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-01": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-19": "Saint Joseph's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-01": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-19": "Saint Joseph's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-01": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-19": "Saint Joseph's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-01": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-19": "Saint Joseph's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-01": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-03-19": "Saint Joseph's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-01": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-19": "Saint Joseph's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-01": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-01": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-01": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-01": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-01": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-01": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-01": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-01": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-01": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-01": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-01": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-01": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-01": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-01": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-01": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-03-19": "Saint Joseph's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-01": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-01": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-01": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-01": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-01": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-19": "Saint Joseph's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-01": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-03-19": "Saint Joseph's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-01": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-01": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-01": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-03-19": "Saint Joseph's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-01": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-19": "Saint Joseph's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-01": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-03-19": "Saint Joseph's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-01": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-19": "Saint Joseph's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-01": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-19": "Saint Joseph's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-01": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-03-19": "Saint Joseph's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-01": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-19": "Saint Joseph's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-01": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-19": "Saint Joseph's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-01": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-03-19": "Saint Joseph's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-01": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-01": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-03-19": "Saint Joseph's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-01": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-03-19": "Saint Joseph's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-01": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-19": "Saint Joseph's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-01": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-03-19": "Saint Joseph's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-01": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-19": "Saint Joseph's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-01": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-19": "Saint Joseph's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-01": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-03-19": "Saint Joseph's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-01": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-19": "Saint Joseph's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-01": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-19": "Saint Joseph's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-01": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-03-19": "Saint Joseph's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-01": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-01": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-03-19": "Saint Joseph's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-01": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-03-19": "Saint Joseph's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-01": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-19": "Saint Joseph's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-01": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-03-19": "Saint Joseph's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-01": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_TG.json000066400000000000000000001061431500152103600210670ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_TI.json000066400000000000000000001533641500152103600211000ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-03-19": "Saint Joseph's Day", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-06-29": "Saints Peter and Paul", "1950-08-01": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-19": "Saint Joseph's Day", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-06-29": "Saints Peter and Paul", "1951-08-01": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-19": "Saint Joseph's Day", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-06-29": "Saints Peter and Paul", "1952-08-01": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-19": "Saint Joseph's Day", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-06-29": "Saints Peter and Paul", "1953-08-01": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-19": "Saint Joseph's Day", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-06-29": "Saints Peter and Paul", "1954-08-01": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-19": "Saint Joseph's Day", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-06-29": "Saints Peter and Paul", "1955-08-01": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Saint Joseph's Day", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-06-29": "Saints Peter and Paul", "1956-08-01": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-19": "Saint Joseph's Day", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-06-29": "Saints Peter and Paul", "1957-08-01": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-19": "Saint Joseph's Day", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-06-29": "Saints Peter and Paul", "1958-08-01": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-19": "Saint Joseph's Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-06-29": "Saints Peter and Paul", "1959-08-01": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-19": "Saint Joseph's Day", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-06-29": "Saints Peter and Paul", "1960-08-01": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-19": "Saint Joseph's Day", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-06-29": "Saints Peter and Paul", "1961-08-01": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-19": "Saint Joseph's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-06-29": "Saints Peter and Paul", "1962-08-01": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-19": "Saint Joseph's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-06-29": "Saints Peter and Paul", "1963-08-01": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-19": "Saint Joseph's Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-06-29": "Saints Peter and Paul", "1964-08-01": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-19": "Saint Joseph's Day", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-06-29": "Saints Peter and Paul", "1965-08-01": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-19": "Saint Joseph's Day", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-06-29": "Saints Peter and Paul", "1966-08-01": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-19": "Saint Joseph's Day", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-06-29": "Saints Peter and Paul", "1967-08-01": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-19": "Saint Joseph's Day", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-06-29": "Saints Peter and Paul", "1968-08-01": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-19": "Saint Joseph's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-06-29": "Saints Peter and Paul", "1969-08-01": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-19": "Saint Joseph's Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-06-29": "Saints Peter and Paul", "1970-08-01": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-19": "Saint Joseph's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-06-29": "Saints Peter and Paul", "1971-08-01": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-19": "Saint Joseph's Day", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-06-29": "Saints Peter and Paul", "1972-08-01": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-19": "Saint Joseph's Day", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-06-29": "Saints Peter and Paul", "1973-08-01": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-19": "Saint Joseph's Day", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-06-29": "Saints Peter and Paul", "1974-08-01": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-19": "Saint Joseph's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-06-29": "Saints Peter and Paul", "1975-08-01": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-19": "Saint Joseph's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-06-29": "Saints Peter and Paul", "1976-08-01": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-19": "Saint Joseph's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-06-29": "Saints Peter and Paul", "1977-08-01": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-19": "Saint Joseph's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-06-29": "Saints Peter and Paul", "1978-08-01": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-19": "Saint Joseph's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-06-29": "Saints Peter and Paul", "1979-08-01": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-19": "Saint Joseph's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-06-29": "Saints Peter and Paul", "1980-08-01": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-19": "Saint Joseph's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-06-29": "Saints Peter and Paul", "1981-08-01": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-19": "Saint Joseph's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-06-29": "Saints Peter and Paul", "1982-08-01": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-19": "Saint Joseph's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-06-29": "Saints Peter and Paul", "1983-08-01": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-19": "Saint Joseph's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-06-29": "Saints Peter and Paul", "1984-08-01": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-03-19": "Saint Joseph's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-06-29": "Saints Peter and Paul", "1985-08-01": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-19": "Saint Joseph's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-06-29": "Saints Peter and Paul", "1986-08-01": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-19": "Saint Joseph's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-06-29": "Saints Peter and Paul", "1987-08-01": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-19": "Saint Joseph's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-06-29": "Saints Peter and Paul", "1988-08-01": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-19": "Saint Joseph's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-06-29": "Saints Peter and Paul", "1989-08-01": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-03-19": "Saint Joseph's Day", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-06-29": "Saints Peter and Paul", "1990-08-01": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-19": "Saint Joseph's Day", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-06-29": "Saints Peter and Paul", "1991-08-01": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-19": "Saint Joseph's Day", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-06-29": "Saints Peter and Paul", "1992-08-01": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-19": "Saint Joseph's Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-06-29": "Saints Peter and Paul", "1993-08-01": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-19": "Saint Joseph's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-06-29": "Saints Peter and Paul", "1994-08-01": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-19": "Saint Joseph's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-06-29": "Saints Peter and Paul", "1995-08-01": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-03-19": "Saint Joseph's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-06-29": "Saints Peter and Paul", "1996-08-01": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-19": "Saint Joseph's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-06-29": "Saints Peter and Paul", "1997-08-01": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-19": "Saint Joseph's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-06-29": "Saints Peter and Paul", "1998-08-01": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-19": "Saint Joseph's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-06-29": "Saints Peter and Paul", "1999-08-01": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-19": "Saint Joseph's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-06-29": "Saints Peter and Paul", "2000-08-01": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-03-19": "Saint Joseph's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-06-29": "Saints Peter and Paul", "2001-08-01": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-19": "Saint Joseph's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-06-29": "Saints Peter and Paul", "2002-08-01": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-19": "Saint Joseph's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-06-29": "Saints Peter and Paul", "2003-08-01": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-03-19": "Saint Joseph's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-06-29": "Saints Peter and Paul", "2004-08-01": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-19": "Saint Joseph's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-06-29": "Saints Peter and Paul", "2005-08-01": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-19": "Saint Joseph's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-06-29": "Saints Peter and Paul", "2006-08-01": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-03-19": "Saint Joseph's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-06-29": "Saints Peter and Paul", "2007-08-01": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-19": "Saint Joseph's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-06-29": "Saints Peter and Paul", "2008-08-01": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-19": "Saint Joseph's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-06-29": "Saints Peter and Paul", "2009-08-01": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-06-29": "Saints Peter and Paul", "2010-08-01": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-06-29": "Saints Peter and Paul", "2011-08-01": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-06-29": "Saints Peter and Paul", "2012-08-01": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-19": "Saint Joseph's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-06-29": "Saints Peter and Paul", "2013-08-01": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-19": "Saint Joseph's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-06-29": "Saints Peter and Paul", "2014-08-01": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-06-29": "Saints Peter and Paul", "2015-08-01": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-19": "Saint Joseph's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-06-29": "Saints Peter and Paul", "2016-08-01": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-03-19": "Saint Joseph's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-06-29": "Saints Peter and Paul", "2017-08-01": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-19": "Saint Joseph's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-06-29": "Saints Peter and Paul", "2018-08-01": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-19": "Saint Joseph's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-06-29": "Saints Peter and Paul", "2019-08-01": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-06-29": "Saints Peter and Paul", "2020-08-01": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-06-29": "Saints Peter and Paul", "2021-08-01": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-19": "Saint Joseph's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-06-29": "Saints Peter and Paul", "2022-08-01": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-03-19": "Saint Joseph's Day", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-06-29": "Saints Peter and Paul", "2023-08-01": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-19": "Saint Joseph's Day", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-06-29": "Saints Peter and Paul", "2024-08-01": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-19": "Saint Joseph's Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-06-29": "Saints Peter and Paul", "2025-08-01": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-03-19": "Saint Joseph's Day", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-06-29": "Saints Peter and Paul", "2026-08-01": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-19": "Saint Joseph's Day", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-06-29": "Saints Peter and Paul", "2027-08-01": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-03-19": "Saint Joseph's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-06-29": "Saints Peter and Paul", "2028-08-01": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-19": "Saint Joseph's Day", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-06-29": "Saints Peter and Paul", "2029-08-01": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-19": "Saint Joseph's Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-06-29": "Saints Peter and Paul", "2030-08-01": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-03-19": "Saint Joseph's Day", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-06-29": "Saints Peter and Paul", "2031-08-01": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-19": "Saint Joseph's Day", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-06-29": "Saints Peter and Paul", "2032-08-01": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-19": "Saint Joseph's Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-06-29": "Saints Peter and Paul", "2033-08-01": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-03-19": "Saint Joseph's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-06-29": "Saints Peter and Paul", "2034-08-01": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-19": "Saint Joseph's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-06-29": "Saints Peter and Paul", "2035-08-01": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-03-19": "Saint Joseph's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-06-29": "Saints Peter and Paul", "2036-08-01": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-03-19": "Saint Joseph's Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-06-29": "Saints Peter and Paul", "2037-08-01": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-19": "Saint Joseph's Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-06-29": "Saints Peter and Paul", "2038-08-01": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-03-19": "Saint Joseph's Day", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-06-29": "Saints Peter and Paul", "2039-08-01": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-19": "Saint Joseph's Day", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-06-29": "Saints Peter and Paul", "2040-08-01": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-19": "Saint Joseph's Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-06-29": "Saints Peter and Paul", "2041-08-01": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-03-19": "Saint Joseph's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-06-29": "Saints Peter and Paul", "2042-08-01": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-19": "Saint Joseph's Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-06-29": "Saints Peter and Paul", "2043-08-01": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-19": "Saint Joseph's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-06-29": "Saints Peter and Paul", "2044-08-01": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-03-19": "Saint Joseph's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-06-29": "Saints Peter and Paul", "2045-08-01": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-19": "Saint Joseph's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-06-29": "Saints Peter and Paul", "2046-08-01": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-03-19": "Saint Joseph's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-06-29": "Saints Peter and Paul", "2047-08-01": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-03-19": "Saint Joseph's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-06-29": "Saints Peter and Paul", "2048-08-01": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-19": "Saint Joseph's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-06-29": "Saints Peter and Paul", "2049-08-01": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-03-19": "Saint Joseph's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-06-29": "Saints Peter and Paul", "2050-08-01": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_UR.json000066400000000000000000001410661500152103600211060ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-03-19": "Saint Joseph's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-01": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-19": "Saint Joseph's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-01": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-19": "Saint Joseph's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-01": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-19": "Saint Joseph's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-01": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-19": "Saint Joseph's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-01": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-19": "Saint Joseph's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-01": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Saint Joseph's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-01": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-19": "Saint Joseph's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-01": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-19": "Saint Joseph's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-01": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-19": "Saint Joseph's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-01": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-19": "Saint Joseph's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-01": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-19": "Saint Joseph's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-01": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-19": "Saint Joseph's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-01": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-19": "Saint Joseph's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-01": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-19": "Saint Joseph's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-01": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-19": "Saint Joseph's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-01": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-19": "Saint Joseph's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-01": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-19": "Saint Joseph's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-01": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-19": "Saint Joseph's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-01": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-19": "Saint Joseph's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-01": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-19": "Saint Joseph's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-01": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-19": "Saint Joseph's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-01": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-19": "Saint Joseph's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-01": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-19": "Saint Joseph's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-01": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-19": "Saint Joseph's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-01": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-19": "Saint Joseph's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-01": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-19": "Saint Joseph's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-01": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-19": "Saint Joseph's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-01": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-19": "Saint Joseph's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-01": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-19": "Saint Joseph's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-01": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-19": "Saint Joseph's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-01": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-19": "Saint Joseph's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-01": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-19": "Saint Joseph's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-01": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-19": "Saint Joseph's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-01": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-19": "Saint Joseph's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-01": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-03-19": "Saint Joseph's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-01": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-19": "Saint Joseph's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-01": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-19": "Saint Joseph's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-01": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-19": "Saint Joseph's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-01": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-19": "Saint Joseph's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-01": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-03-19": "Saint Joseph's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-01": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-19": "Saint Joseph's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-01": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-19": "Saint Joseph's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-01": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-19": "Saint Joseph's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-01": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-19": "Saint Joseph's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-01": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-19": "Saint Joseph's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-01": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-03-19": "Saint Joseph's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-01": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-19": "Saint Joseph's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-01": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-19": "Saint Joseph's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-01": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-19": "Saint Joseph's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-01": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-19": "Saint Joseph's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-01": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-03-19": "Saint Joseph's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-01": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-19": "Saint Joseph's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-01": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-01": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-01": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-01": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-01": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-01": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-01": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-01": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-01": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-01": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-01": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-01": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-01": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-01": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-01": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-03-19": "Saint Joseph's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-01": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-01": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-01": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-01": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-01": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-19": "Saint Joseph's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-01": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-03-19": "Saint Joseph's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-01": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-01": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-01": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-03-19": "Saint Joseph's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-01": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-19": "Saint Joseph's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-01": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-03-19": "Saint Joseph's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-01": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-19": "Saint Joseph's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-01": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-19": "Saint Joseph's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-01": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-03-19": "Saint Joseph's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-01": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-19": "Saint Joseph's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-01": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-19": "Saint Joseph's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-01": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-03-19": "Saint Joseph's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-01": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-01": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-03-19": "Saint Joseph's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-01": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-03-19": "Saint Joseph's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-01": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-19": "Saint Joseph's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-01": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-03-19": "Saint Joseph's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-01": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-19": "Saint Joseph's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-01": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-19": "Saint Joseph's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-01": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-03-19": "Saint Joseph's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-01": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-19": "Saint Joseph's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-01": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-19": "Saint Joseph's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-01": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-03-19": "Saint Joseph's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-01": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-01": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-03-19": "Saint Joseph's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-01": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-03-19": "Saint Joseph's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-01": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-19": "Saint Joseph's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-01": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-03-19": "Saint Joseph's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-01": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_VD.json000066400000000000000000000767361500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-09-18": "Prayer Monday", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-09-17": "Prayer Monday", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-09-22": "Prayer Monday", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-09-21": "Prayer Monday", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-09-20": "Prayer Monday", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-09-19": "Prayer Monday", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-09-17": "Prayer Monday", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-09-16": "Prayer Monday", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-09-22": "Prayer Monday", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-09-21": "Prayer Monday", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-09-19": "Prayer Monday", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-09-18": "Prayer Monday", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-09-17": "Prayer Monday", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-09-16": "Prayer Monday", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-09-21": "Prayer Monday", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-09-20": "Prayer Monday", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-09-19": "Prayer Monday", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-09-18": "Prayer Monday", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-09-16": "Prayer Monday", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-09-22": "Prayer Monday", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-09-21": "Prayer Monday", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-09-20": "Prayer Monday", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-09-18": "Prayer Monday", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-09-17": "Prayer Monday", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-09-16": "Prayer Monday", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-09-22": "Prayer Monday", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-09-20": "Prayer Monday", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-09-19": "Prayer Monday", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-09-18": "Prayer Monday", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-09-17": "Prayer Monday", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-09-22": "Prayer Monday", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-09-21": "Prayer Monday", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-09-20": "Prayer Monday", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-09-19": "Prayer Monday", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-09-17": "Prayer Monday", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-09-16": "Prayer Monday", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-09-22": "Prayer Monday", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-09-21": "Prayer Monday", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-09-19": "Prayer Monday", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-09-18": "Prayer Monday", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-09-17": "Prayer Monday", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-09-16": "Prayer Monday", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-09-21": "Prayer Monday", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-09-20": "Prayer Monday", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-09-19": "Prayer Monday", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-09-18": "Prayer Monday", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-09-16": "Prayer Monday", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-09-22": "Prayer Monday", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-09-21": "Prayer Monday", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-09-20": "Prayer Monday", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-09-18": "Prayer Monday", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-09-17": "Prayer Monday", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-09-16": "Prayer Monday", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-09-22": "Prayer Monday", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-09-20": "Prayer Monday", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-09-19": "Prayer Monday", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-09-18": "Prayer Monday", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-09-17": "Prayer Monday", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-09-22": "Prayer Monday", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-09-21": "Prayer Monday", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-09-20": "Prayer Monday", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-09-19": "Prayer Monday", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-09-17": "Prayer Monday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-09-16": "Prayer Monday", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-09-22": "Prayer Monday", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-09-21": "Prayer Monday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-09-19": "Prayer Monday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-09-18": "Prayer Monday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-09-17": "Prayer Monday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-09-16": "Prayer Monday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-09-21": "Prayer Monday", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-09-20": "Prayer Monday", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-09-19": "Prayer Monday", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-09-18": "Prayer Monday", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-09-16": "Prayer Monday", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-09-22": "Prayer Monday", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-09-21": "Prayer Monday", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-09-20": "Prayer Monday", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-09-18": "Prayer Monday", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-09-17": "Prayer Monday", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-09-16": "Prayer Monday", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-09-22": "Prayer Monday", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-09-20": "Prayer Monday", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-09-19": "Prayer Monday", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-09-18": "Prayer Monday", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-09-17": "Prayer Monday", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-09-22": "Prayer Monday", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-09-21": "Prayer Monday", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-09-20": "Prayer Monday", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-09-19": "Prayer Monday", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-09-17": "Prayer Monday", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-09-16": "Prayer Monday", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-09-22": "Prayer Monday", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-09-21": "Prayer Monday", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-09-19": "Prayer Monday", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-09-18": "Prayer Monday", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-09-17": "Prayer Monday", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-09-16": "Prayer Monday", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-09-21": "Prayer Monday", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-09-20": "Prayer Monday", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-09-19": "Prayer Monday", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/CH_VS.json000066400000000000000000001373671500152103600211210ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-03-19": "Saint Joseph's Day", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-01": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-19": "Saint Joseph's Day", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-01": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-03-19": "Saint Joseph's Day", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-01": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-03-19": "Saint Joseph's Day", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-01": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-03-19": "Saint Joseph's Day", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-01": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-03-19": "Saint Joseph's Day", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-01": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-19": "Saint Joseph's Day", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-01": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-03-19": "Saint Joseph's Day", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-01": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-03-19": "Saint Joseph's Day", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-01": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-19": "Saint Joseph's Day", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-01": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-03-19": "Saint Joseph's Day", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-01": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-19": "Saint Joseph's Day", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-01": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-03-19": "Saint Joseph's Day", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-01": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-03-19": "Saint Joseph's Day", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-01": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-19": "Saint Joseph's Day", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-01": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-03-19": "Saint Joseph's Day", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-01": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-03-19": "Saint Joseph's Day", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-01": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-19": "Saint Joseph's Day", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-01": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-03-19": "Saint Joseph's Day", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-01": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-03-19": "Saint Joseph's Day", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-01": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-19": "Saint Joseph's Day", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-01": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-03-19": "Saint Joseph's Day", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-01": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-19": "Saint Joseph's Day", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-01": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-03-19": "Saint Joseph's Day", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-01": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-03-19": "Saint Joseph's Day", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-01": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-19": "Saint Joseph's Day", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-01": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-03-19": "Saint Joseph's Day", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-01": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-03-19": "Saint Joseph's Day", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-01": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-19": "Saint Joseph's Day", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-01": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-03-19": "Saint Joseph's Day", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-01": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-03-19": "Saint Joseph's Day", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-01": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-03-19": "Saint Joseph's Day", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-01": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-03-19": "Saint Joseph's Day", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-01": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-03-19": "Saint Joseph's Day", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-01": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-03-19": "Saint Joseph's Day", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-01": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-03-19": "Saint Joseph's Day", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-01": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-19": "Saint Joseph's Day", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-01": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-03-19": "Saint Joseph's Day", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-01": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-03-19": "Saint Joseph's Day", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-01": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-19": "Saint Joseph's Day", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-01": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-03-19": "Saint Joseph's Day", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-01": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-19": "Saint Joseph's Day", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-01": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-03-19": "Saint Joseph's Day", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-01": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-03-19": "Saint Joseph's Day", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-01": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-03-19": "Saint Joseph's Day", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-01": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-03-19": "Saint Joseph's Day", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-01": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-03-19": "Saint Joseph's Day", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-01": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-19": "Saint Joseph's Day", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-01": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-03-19": "Saint Joseph's Day", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-01": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-03-19": "Saint Joseph's Day", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-01": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-03-19": "Saint Joseph's Day", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-01": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-03-19": "Saint Joseph's Day", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-01": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-19": "Saint Joseph's Day", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-01": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-03-19": "Saint Joseph's Day", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-01": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-03-19": "Saint Joseph's Day", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-01": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-19": "Saint Joseph's Day", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-01": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-03-19": "Saint Joseph's Day", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-01": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-03-19": "Saint Joseph's Day", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-01": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-19": "Saint Joseph's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-01": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-03-19": "Saint Joseph's Day", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-01": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-03-19": "Saint Joseph's Day", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-01": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-03-19": "Saint Joseph's Day", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-01": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-03-19": "Saint Joseph's Day", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-01": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-19": "Saint Joseph's Day", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-01": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-03-19": "Saint Joseph's Day", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-01": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-03-19": "Saint Joseph's Day", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-01": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-19": "Saint Joseph's Day", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-01": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-03-19": "Saint Joseph's Day", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-01": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-19": "Saint Joseph's Day", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-01": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-03-19": "Saint Joseph's Day", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-01": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-03-19": "Saint Joseph's Day", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-01": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-03-19": "Saint Joseph's Day", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-01": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-03-19": "Saint Joseph's Day", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-01": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-03-19": "Saint Joseph's Day", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-01": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-19": "Saint Joseph's Day", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-01": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-03-19": "Saint Joseph's Day", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-01": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-03-19": "Saint Joseph's Day", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-01": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-19": "Saint Joseph's Day", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-01": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-03-19": "Saint Joseph's Day", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-01": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-19": "Saint Joseph's Day", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-01": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-03-19": "Saint Joseph's Day", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-01": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-03-19": "Saint Joseph's Day", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-01": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-19": "Saint Joseph's Day", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-01": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-03-19": "Saint Joseph's Day", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-01": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-03-19": "Saint Joseph's Day", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-01": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-19": "Saint Joseph's Day", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-01": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-03-19": "Saint Joseph's Day", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-01": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-03-19": "Saint Joseph's Day", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-01": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-03-19": "Saint Joseph's Day", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-01": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-03-19": "Saint Joseph's Day", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-01": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-19": "Saint Joseph's Day", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-01": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-03-19": "Saint Joseph's Day", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-01": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-03-19": "Saint Joseph's Day", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-01": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-19": "Saint Joseph's Day", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-01": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-03-19": "Saint Joseph's Day", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-01": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-03-19": "Saint Joseph's Day", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-01": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-19": "Saint Joseph's Day", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-01": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-03-19": "Saint Joseph's Day", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-01": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-03-19": "Saint Joseph's Day", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-01": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-03-19": "Saint Joseph's Day", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-01": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-03-19": "Saint Joseph's Day", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-01": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_ZG.json000066400000000000000000001360641500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-01": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-01": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-01": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-01": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-01": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-01": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-01": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-01": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-01": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-01": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-01": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-01": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-01": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-01": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-01": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-01": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-01": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-01": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-01": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-01": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-01": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-01": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-01": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-01": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-01": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-01": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-01": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-01": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-01": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-01": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-01": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-01": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-01": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-01": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-01": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-01": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-01": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-01": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-01": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-01": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-01": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-01": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-01": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-01": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-01": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-01": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-01": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-01": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-01": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-01": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-01": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-01": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-01": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-01": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-01": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-01": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-01": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-01": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-01": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-01": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-01": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-01": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-01": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-01": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-01": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-01": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-01": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-01": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-01": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-01": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-01": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-01": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-01": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-01": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-01": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-01": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-01": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-01": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-01": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-01": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-01": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-01": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-01": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-01": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-01": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-01": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-01": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-01": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-01": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-01": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-01": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-01": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-01": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-01": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-01": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-01": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-01": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-01": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-01": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-01": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-01": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CH_ZH.json000066400000000000000000001061431500152103600210760ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-08-01": "National Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-08-01": "National Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-08-01": "National Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-08-01": "National Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-08-01": "National Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-08-01": "National Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-08-01": "National Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-08-01": "National Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-08-01": "National Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-08-01": "National Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-08-01": "National Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-08-01": "National Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-01": "National Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-01": "National Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-01": "National Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-01": "National Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-01": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-01": "National Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-01": "National Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-01": "National Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-01": "National Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-01": "National Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-01": "National Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-01": "National Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-01": "National Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-01": "National Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-01": "National Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-01": "National Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-01": "National Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-01": "National Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-01": "National Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "National Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-08-01": "National Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-08-01": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-08-01": "National Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-08-01": "National Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-08-01": "National Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-08-01": "National Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-08-01": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-08-01": "National Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-08-01": "National Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-08-01": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-08-01": "National Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-08-01": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-08-01": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-01": "National Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-01": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-01": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-01": "National Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-01": "National Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-01": "National Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-01": "National Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-01": "National Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-01": "National Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-01": "National Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-01": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-01": "National Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-01": "National Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-08-01": "National Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-01": "National Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-01": "National Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-01": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-01": "National Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-01": "National Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-08-01": "National Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-08-01": "National Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-08-01": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-08-01": "National Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-08-01": "National Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-08-01": "National Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-08-01": "National Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-08-01": "National Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-08-01": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-08-01": "National Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-08-01": "National Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-08-01": "National Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-08-01": "National Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-08-01": "National Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-01": "National Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-01": "National Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-01": "National Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-01": "National Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-01": "National Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-01": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-01": "National Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-01": "National Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-01": "National Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-01": "National Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-01": "National Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-01": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-01": "National Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-01": "National Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-01": "National Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-01": "National Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-01": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-01": "National Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-01": "National Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-08-01": "National Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-08-01": "National Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-08-01": "National Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-08-01": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/CI_COMMON.json000066400000000000000000000732621500152103600215530ustar00rootroot00000000000000{ "1997-01-01": "New Year's Day", "1997-02-05": "Day after Night of Power", "1997-02-08": "Eid al-Fitr", "1997-03-31": "Easter Monday", "1997-04-17": "Eid al-Adha", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-07-16": "Day after Prophet's Birthday", "1997-08-07": "Independence Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-15": "National Peace Day", "1997-12-07": "Anniversary of death of President Felix Houphouet-Boigny", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-25": "Day after Night of Power", "1998-01-29": "Eid al-Fitr", "1998-04-07": "Eid al-Adha", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-07-06": "Day after Prophet's Birthday", "1998-08-07": "Independence Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-15": "National Peace Day", "1998-12-07": "Anniversary of death of President Felix Houphouet-Boigny", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-14": "Day after Night of Power", "1999-01-18": "Eid al-Fitr", "1999-03-27": "Eid al-Adha", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-26": "Day after Prophet's Birthday", "1999-08-07": "Independence Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-15": "National Peace Day", "1999-12-07": "Anniversary of death of President Felix Houphouet-Boigny", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-04": "Day after Night of Power", "2000-01-08": "Eid al-Fitr", "2000-03-16": "Eid al-Adha", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-14": "Day after Prophet's Birthday", "2000-08-07": "Independence Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-15": "National Peace Day", "2000-12-07": "Anniversary of death of President Felix Houphouet-Boigny", "2000-12-23": "Day after Night of Power", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Day after Prophet's Birthday; Whit Monday", "2001-08-07": "Independence Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-15": "National Peace Day", "2001-12-12": "Day after Night of Power", "2001-12-16": "Eid al-Fitr", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-24": "Day after Prophet's Birthday", "2002-08-07": "Independence Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-15": "National Peace Day", "2002-12-02": "Day after Night of Power", "2002-12-05": "Eid al-Fitr", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-13": "Day after Prophet's Birthday", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-07": "Independence Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-15": "National Peace Day", "2003-11-21": "Day after Night of Power", "2003-11-25": "Eid al-Fitr", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha", "2004-04-12": "Easter Monday", "2004-05-01": "Day after Prophet's Birthday; Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-07": "Independence Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-10": "Day after Night of Power", "2004-11-14": "Eid al-Fitr", "2004-11-15": "National Peace Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-03-28": "Easter Monday", "2005-04-21": "Day after Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Day after the Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-07": "Independence Day", "2005-08-08": "Day after the Independence Day", "2005-08-15": "Assumption Day", "2005-10-30": "Day after Night of Power", "2005-11-01": "All Saints' Day", "2005-11-03": "Eid al-Fitr", "2005-11-15": "National Peace Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha", "2006-04-10": "Day after Prophet's Birthday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-07": "Independence Day", "2006-08-15": "Assumption Day", "2006-10-20": "Day after Night of Power", "2006-10-23": "Eid al-Fitr", "2006-11-01": "All Saints' Day", "2006-11-15": "National Peace Day", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-03-31": "Day after Prophet's Birthday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-07": "Independence Day", "2007-08-15": "Assumption Day", "2007-10-09": "Day after Night of Power", "2007-10-13": "Eid al-Fitr", "2007-11-01": "All Saints' Day", "2007-11-15": "National Peace Day", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Day after Prophet's Birthday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-08-07": "Independence Day", "2008-08-15": "Assumption Day", "2008-09-27": "Day after Night of Power", "2008-10-01": "Eid al-Fitr", "2008-11-01": "All Saints' Day", "2008-11-15": "National Peace Day", "2008-12-08": "Eid al-Adha", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-09": "Day after Prophet's Birthday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-07": "Independence Day", "2009-08-15": "Assumption Day", "2009-09-17": "Day after Night of Power", "2009-09-20": "Eid al-Fitr", "2009-11-01": "All Saints' Day", "2009-11-15": "National Peace Day", "2009-11-27": "Eid al-Adha", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-26": "Day after Prophet's Birthday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-07": "Independence Day", "2010-08-15": "Assumption Day", "2010-09-06": "Day after Night of Power", "2010-09-10": "Eid al-Fitr", "2010-10-29": "Public holiday for Presidential election preparation", "2010-11-01": "All Saints' Day", "2010-11-15": "National Peace Day", "2010-11-16": "Eid al-Adha", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-15": "Day after Prophet's Birthday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-02": "Day after the Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-07": "Independence Day", "2011-08-08": "Day after the Independence Day", "2011-08-15": "Assumption Day", "2011-08-27": "Day after Night of Power", "2011-08-30": "Eid al-Fitr", "2011-11-01": "All Saints' Day", "2011-11-06": "Eid al-Adha", "2011-11-15": "National Peace Day", "2011-12-25": "Christmas Day", "2011-12-26": "Day after the Christmas Day", "2012-01-01": "New Year's Day", "2012-02-04": "Day after Prophet's Birthday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-07": "Independence Day", "2012-08-15": "Assumption Day; Day after Night of Power", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Day after the Eid al-Fitr", "2012-10-26": "Eid al-Adha", "2012-11-01": "All Saints' Day", "2012-11-15": "National Peace Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Day after Prophet's Birthday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-04": "Day after Night of Power", "2013-08-07": "Independence Day", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Assumption Day", "2013-10-15": "Eid al-Adha", "2013-11-01": "All Saints' Day", "2013-11-15": "National Peace Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-13": "Day after Prophet's Birthday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-24": "Day after Night of Power", "2014-07-28": "Eid al-Fitr", "2014-08-07": "Independence Day", "2014-08-15": "Assumption Day", "2014-10-04": "Eid al-Adha", "2014-11-01": "All Saints' Day", "2014-11-15": "National Peace Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Day after Prophet's Birthday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-07-14": "Day after Night of Power", "2015-07-17": "Eid al-Fitr", "2015-08-07": "Independence Day", "2015-08-15": "Assumption Day", "2015-09-23": "Eid al-Adha", "2015-11-01": "All Saints' Day", "2015-11-15": "National Peace Day", "2015-12-23": "Day after Prophet's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-02": "Day after the Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-07-02": "Day after Night of Power", "2016-07-06": "Eid al-Fitr", "2016-08-07": "Independence Day", "2016-08-08": "Day after the Independence Day", "2016-08-15": "Assumption Day", "2016-09-11": "Eid al-Adha", "2016-09-12": "Day after the Eid al-Adha", "2016-11-01": "All Saints' Day", "2016-11-15": "National Peace Day", "2016-12-11": "Day after Prophet's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Day after the Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-22": "Day after Night of Power", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Day after the Eid al-Fitr", "2017-08-07": "Independence Day", "2017-08-15": "Assumption Day", "2017-09-01": "Eid al-Adha", "2017-11-01": "All Saints' Day", "2017-11-15": "National Peace Day", "2017-11-30": "Day after Prophet's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-06-11": "Day after Night of Power", "2018-06-15": "Eid al-Fitr", "2018-08-07": "Independence Day", "2018-08-15": "Assumption Day", "2018-08-21": "Eid al-Adha", "2018-11-01": "All Saints' Day", "2018-11-15": "National Peace Day", "2018-11-20": "Day after Prophet's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-01": "Day after Night of Power", "2019-06-04": "Eid al-Fitr", "2019-06-10": "Whit Monday", "2019-08-07": "Independence Day", "2019-08-11": "Eid al-Adha", "2019-08-12": "Day after the Eid al-Adha", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-09": "Day after Prophet's Birthday", "2019-11-15": "National Peace Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-20": "Day after Night of Power", "2020-05-21": "Ascension Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Day after the Eid al-Fitr", "2020-06-01": "Whit Monday", "2020-07-31": "Eid al-Adha", "2020-08-07": "Independence Day", "2020-08-15": "Assumption Day", "2020-10-29": "Day after Prophet's Birthday", "2020-11-01": "All Saints' Day", "2020-11-15": "National Peace Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-09": "Day after Night of Power", "2021-05-13": "Ascension Day; Eid al-Fitr", "2021-05-24": "Whit Monday", "2021-07-20": "Eid al-Adha", "2021-08-07": "Independence Day", "2021-08-15": "Assumption Day", "2021-10-18": "Day after Prophet's Birthday", "2021-11-01": "All Saints' Day", "2021-11-15": "National Peace Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-04-28": "Day after Night of Power", "2022-05-01": "Labor Day", "2022-05-02": "Day after the Labor Day; Eid al-Fitr", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-07-09": "Eid al-Adha", "2022-08-07": "Independence Day", "2022-08-08": "Day after the Independence Day", "2022-08-15": "Assumption Day", "2022-10-08": "Day after Prophet's Birthday", "2022-11-01": "All Saints' Day", "2022-11-15": "National Peace Day", "2022-12-25": "Christmas Day", "2022-12-26": "Day after the Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-04-18": "Day after Night of Power", "2023-04-21": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-28": "Eid al-Adha", "2023-08-07": "Independence Day", "2023-08-15": "Assumption Day", "2023-09-27": "Day after Prophet's Birthday", "2023-11-01": "All Saints' Day", "2023-11-15": "National Peace Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "2024 African Cup of Nations Victory", "2024-04-01": "Easter Monday", "2024-04-06": "Day after Night of Power", "2024-04-10": "Eid al-Fitr", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-06-16": "Eid al-Adha", "2024-06-17": "Day after the Eid al-Adha", "2024-08-07": "Independence Day", "2024-08-15": "Assumption Day", "2024-09-15": "Day after Prophet's Birthday", "2024-11-01": "All Saints' Day", "2024-11-15": "National Peace Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-27": "Day after Night of Power", "2025-03-30": "Eid al-Fitr", "2025-03-31": "Day after the Eid al-Fitr", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-06": "Eid al-Adha", "2025-06-09": "Whit Monday", "2025-08-07": "Independence Day", "2025-08-15": "Assumption Day", "2025-09-04": "Day after Prophet's Birthday", "2025-11-01": "All Saints' Day", "2025-11-15": "National Peace Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-16": "Day after Night of Power", "2026-03-20": "Eid al-Fitr", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-05-27": "Eid al-Adha", "2026-08-07": "Independence Day", "2026-08-15": "Assumption Day", "2026-08-25": "Day after Prophet's Birthday", "2026-11-01": "All Saints' Day", "2026-11-15": "National Peace Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-06": "Day after Night of Power", "2027-03-09": "Eid al-Fitr", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-16": "Eid al-Adha", "2027-05-17": "Day after the Eid al-Adha; Whit Monday", "2027-08-07": "Independence Day", "2027-08-14": "Day after Prophet's Birthday", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-15": "National Peace Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-23": "Day after Night of Power", "2028-02-26": "Eid al-Fitr", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-03": "Day after Prophet's Birthday", "2028-08-07": "Independence Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-15": "National Peace Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-11": "Day after Night of Power", "2029-02-14": "Eid al-Fitr", "2029-04-02": "Easter Monday", "2029-04-24": "Eid al-Adha", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-07-24": "Day after Prophet's Birthday", "2029-08-07": "Independence Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-15": "National Peace Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-31": "Day after Night of Power", "2030-02-04": "Eid al-Fitr", "2030-04-13": "Eid al-Adha", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-13": "Day after Prophet's Birthday", "2030-08-07": "Independence Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-15": "National Peace Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-21": "Day after Night of Power", "2031-01-24": "Eid al-Fitr", "2031-04-02": "Eid al-Adha", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-07-02": "Day after Prophet's Birthday", "2031-08-07": "Independence Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-15": "National Peace Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-10": "Day after Night of Power", "2032-01-14": "Eid al-Fitr", "2032-03-22": "Eid al-Adha", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-06-20": "Day after Prophet's Birthday", "2032-08-07": "Independence Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-15": "National Peace Day", "2032-12-25": "Christmas Day", "2032-12-30": "Day after Night of Power", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr", "2033-01-03": "Day after the Eid al-Fitr", "2033-03-11": "Eid al-Adha", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-02": "Day after the Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-09": "Day after Prophet's Birthday", "2033-08-07": "Independence Day", "2033-08-08": "Day after the Independence Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-15": "National Peace Day", "2033-12-19": "Day after Night of Power", "2033-12-23": "Eid al-Fitr", "2033-12-25": "Christmas Day", "2033-12-26": "Day after the Christmas Day", "2034-01-01": "New Year's Day", "2034-03-01": "Eid al-Adha", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-05-30": "Day after Prophet's Birthday", "2034-08-07": "Independence Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-15": "National Peace Day", "2034-12-08": "Day after Night of Power", "2034-12-12": "Eid al-Fitr", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-18": "Eid al-Adha", "2035-02-19": "Day after the Eid al-Adha", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-20": "Day after Prophet's Birthday", "2035-08-07": "Independence Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-15": "National Peace Day", "2035-11-27": "Day after Night of Power", "2035-12-01": "Eid al-Fitr", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Day after Prophet's Birthday", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-07": "Independence Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-15": "Day after Night of Power; National Peace Day", "2036-11-19": "Eid al-Fitr", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha", "2037-04-06": "Easter Monday", "2037-04-28": "Day after Prophet's Birthday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-07": "Independence Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-05": "Day after Night of Power", "2037-11-08": "Eid al-Fitr", "2037-11-09": "Day after the Eid al-Fitr", "2037-11-15": "National Peace Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha", "2038-04-17": "Day after Prophet's Birthday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-07": "Independence Day", "2038-08-15": "Assumption Day", "2038-10-26": "Day after Night of Power", "2038-10-29": "Eid al-Fitr", "2038-11-01": "All Saints' Day", "2038-11-15": "National Peace Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha", "2039-04-06": "Day after Prophet's Birthday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-02": "Day after the Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-07": "Independence Day", "2039-08-08": "Day after the Independence Day", "2039-08-15": "Assumption Day", "2039-10-15": "Day after Night of Power", "2039-10-19": "Eid al-Fitr", "2039-11-01": "All Saints' Day", "2039-11-15": "National Peace Day", "2039-12-25": "Christmas Day", "2039-12-26": "Day after the Christmas Day; Eid al-Adha", "2040-01-01": "New Year's Day", "2040-03-25": "Day after Prophet's Birthday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-07": "Independence Day", "2040-08-15": "Assumption Day", "2040-10-03": "Day after Night of Power", "2040-10-07": "Eid al-Fitr", "2040-10-08": "Day after the Eid al-Fitr", "2040-11-01": "All Saints' Day", "2040-11-15": "National Peace Day", "2040-12-14": "Eid al-Adha", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-15": "Day after Prophet's Birthday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-07": "Independence Day", "2041-08-15": "Assumption Day", "2041-09-23": "Day after Night of Power", "2041-09-26": "Eid al-Fitr", "2041-11-01": "All Saints' Day", "2041-11-15": "National Peace Day", "2041-12-04": "Eid al-Adha", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-04": "Day after Prophet's Birthday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-07": "Independence Day", "2042-08-15": "Assumption Day", "2042-09-12": "Day after Night of Power", "2042-09-15": "Eid al-Fitr", "2042-11-01": "All Saints' Day", "2042-11-15": "National Peace Day", "2042-11-23": "Eid al-Adha", "2042-11-24": "Day after the Eid al-Adha", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-22": "Day after Prophet's Birthday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-07": "Independence Day", "2043-08-15": "Assumption Day", "2043-09-01": "Day after Night of Power", "2043-09-04": "Eid al-Fitr", "2043-11-01": "All Saints' Day", "2043-11-12": "Eid al-Adha", "2043-11-15": "National Peace Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-11": "Day after Prophet's Birthday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-02": "Day after the Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-07": "Independence Day", "2044-08-08": "Day after the Independence Day", "2044-08-15": "Assumption Day", "2044-08-21": "Day after Night of Power", "2044-08-24": "Eid al-Fitr", "2044-10-31": "Eid al-Adha", "2044-11-01": "All Saints' Day", "2044-11-15": "National Peace Day", "2044-12-25": "Christmas Day", "2044-12-26": "Day after the Christmas Day", "2045-01-01": "New Year's Day", "2045-01-30": "Day after Prophet's Birthday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-07": "Independence Day", "2045-08-10": "Day after Night of Power", "2045-08-14": "Eid al-Fitr", "2045-08-15": "Assumption Day", "2045-10-21": "Eid al-Adha", "2045-11-01": "All Saints' Day", "2045-11-15": "National Peace Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Day after Prophet's Birthday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-07-31": "Day after Night of Power", "2046-08-03": "Eid al-Fitr", "2046-08-07": "Independence Day", "2046-08-15": "Assumption Day", "2046-10-10": "Eid al-Adha", "2046-11-01": "All Saints' Day", "2046-11-15": "National Peace Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Day after Prophet's Birthday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-07-20": "Day after Night of Power", "2047-07-24": "Eid al-Fitr", "2047-08-07": "Independence Day", "2047-08-15": "Assumption Day", "2047-09-30": "Eid al-Adha", "2047-11-01": "All Saints' Day", "2047-11-15": "National Peace Day", "2047-12-25": "Christmas Day", "2047-12-29": "Day after Prophet's Birthday", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-07-08": "Day after Night of Power", "2048-07-12": "Eid al-Fitr", "2048-07-13": "Day after the Eid al-Fitr", "2048-08-07": "Independence Day", "2048-08-15": "Assumption Day", "2048-09-19": "Eid al-Adha", "2048-11-01": "All Saints' Day", "2048-11-15": "National Peace Day", "2048-12-18": "Day after Prophet's Birthday", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-28": "Day after Night of Power", "2049-07-01": "Eid al-Fitr", "2049-08-07": "Independence Day", "2049-08-15": "Assumption Day", "2049-09-08": "Eid al-Adha", "2049-11-01": "All Saints' Day", "2049-11-15": "National Peace Day", "2049-12-07": "Day after Prophet's Birthday", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-02": "Day after the Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-17": "Day after Night of Power", "2050-06-20": "Eid al-Fitr", "2050-08-07": "Independence Day", "2050-08-08": "Day after the Independence Day", "2050-08-15": "Assumption Day", "2050-08-28": "Eid al-Adha", "2050-08-29": "Day after the Eid al-Adha", "2050-11-01": "All Saints' Day", "2050-11-15": "National Peace Day", "2050-11-26": "Day after Prophet's Birthday", "2050-12-25": "Christmas Day", "2050-12-26": "Day after the Christmas Day" } holidays-0.71/snapshots/countries/CL_AI.json000066400000000000000000001705561500152103600210630ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_AN.json000066400000000000000000001705561500152103600210700ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_AP.json000066400000000000000000001746301500152103600210670ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-07": "Assault and Capture of Cape Arica", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-07": "Assault and Capture of Cape Arica", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-07": "Assault and Capture of Cape Arica", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-07": "Assault and Capture of Cape Arica", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-07": "Assault and Capture of Cape Arica", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-06-07": "Assault and Capture of Cape Arica", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-07": "Assault and Capture of Cape Arica", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-07": "Assault and Capture of Cape Arica", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-07": "Assault and Capture of Cape Arica", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-07": "Assault and Capture of Cape Arica", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-07": "Assault and Capture of Cape Arica", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-07": "Assault and Capture of Cape Arica", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-07": "Assault and Capture of Cape Arica", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-07": "Assault and Capture of Cape Arica", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-07": "Assault and Capture of Cape Arica", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-07": "Assault and Capture of Cape Arica", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-07": "Assault and Capture of Cape Arica", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-07": "Assault and Capture of Cape Arica", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-07": "Assault and Capture of Cape Arica", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-07": "Assault and Capture of Cape Arica", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-07": "Assault and Capture of Cape Arica", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-07": "Assault and Capture of Cape Arica", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-07": "Assault and Capture of Cape Arica", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-07": "Assault and Capture of Cape Arica", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-07": "Assault and Capture of Cape Arica", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-07": "Assault and Capture of Cape Arica", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-07": "Assault and Capture of Cape Arica", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-07": "Assault and Capture of Cape Arica", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-07": "Assault and Capture of Cape Arica", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-07": "Assault and Capture of Cape Arica", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-07": "Assault and Capture of Cape Arica", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-07": "Assault and Capture of Cape Arica", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-07": "Assault and Capture of Cape Arica", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-07": "Assault and Capture of Cape Arica", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-07": "Assault and Capture of Cape Arica", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-07": "Assault and Capture of Cape Arica", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-07": "Assault and Capture of Cape Arica", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-07": "Assault and Capture of Cape Arica", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_AR.json000066400000000000000000001705561500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_AT.json000066400000000000000000001705561500152103600210760ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_BI.json000066400000000000000000001705561500152103600210640ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_CO.json000066400000000000000000001705561500152103600210730ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_COMMON.json000066400000000000000000001705561500152103600215620ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_LI.json000066400000000000000000001705561500152103600210760ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_LL.json000066400000000000000000001705561500152103600211010ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_LR.json000066400000000000000000001705561500152103600211070ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_MA.json000066400000000000000000001705561500152103600210670ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_ML.json000066400000000000000000001705561500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_NB.json000066400000000000000000001776751500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-08-20": "Nativity of Bernardo O'Higgins (Chill\u00e1n and Chill\u00e1n Viejo communes)", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_RM.json000066400000000000000000001705561500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_TA.json000066400000000000000000001705561500152103600210760ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CL_VS.json000066400000000000000000001705561500152103600211220ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-21": "Navy Day", "1950-06-08": "Corpus Christi", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-08-15": "Assumption Day", "1950-09-18": "Independence Day", "1950-09-19": "Army Day", "1950-10-12": "Columbus Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-21": "Navy Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-08-15": "Assumption Day", "1951-09-18": "Independence Day", "1951-09-19": "Army Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-05-21": "Navy Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-08-15": "Assumption Day", "1952-09-18": "Independence Day", "1952-09-19": "Army Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-21": "Navy Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-08-15": "Assumption Day", "1953-09-18": "Independence Day", "1953-09-19": "Army Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-05-21": "Navy Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-08-15": "Assumption Day", "1954-09-18": "Independence Day", "1954-09-19": "Army Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-21": "Navy Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-08-15": "Assumption Day", "1955-09-18": "Independence Day", "1955-09-19": "Army Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Navy Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-08-15": "Assumption Day", "1956-09-18": "Independence Day", "1956-09-19": "Army Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "Bank Holiday", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-05-21": "Navy Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-06-30": "Bank Holiday", "1957-08-15": "Assumption Day", "1957-09-18": "Independence Day", "1957-09-19": "Army Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "Bank Holiday", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-21": "Navy Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-06-30": "Bank Holiday", "1958-08-15": "Assumption Day", "1958-09-18": "Independence Day", "1958-09-19": "Army Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "Bank Holiday", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-21": "Navy Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-06-30": "Bank Holiday", "1959-08-15": "Assumption Day", "1959-09-18": "Independence Day", "1959-09-19": "Army Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "Bank Holiday", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-05-21": "Navy Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-06-30": "Bank Holiday", "1960-08-15": "Assumption Day", "1960-09-18": "Independence Day", "1960-09-19": "Army Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "Bank Holiday", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Navy Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-06-30": "Bank Holiday", "1961-08-15": "Assumption Day", "1961-09-18": "Independence Day", "1961-09-19": "Army Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "Bank Holiday", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-05-21": "Navy Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-06-30": "Bank Holiday", "1962-08-15": "Assumption Day", "1962-09-18": "Independence Day", "1962-09-19": "Army Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "Bank Holiday", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-05-21": "Navy Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-06-30": "Bank Holiday", "1963-08-15": "Assumption Day", "1963-09-18": "Independence Day", "1963-09-19": "Army Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "Bank Holiday", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-21": "Navy Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-06-30": "Bank Holiday", "1964-08-15": "Assumption Day", "1964-09-18": "Independence Day", "1964-09-19": "Army Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "Bank Holiday", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-05-21": "Navy Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-06-30": "Bank Holiday", "1965-08-15": "Assumption Day", "1965-09-18": "Independence Day", "1965-09-19": "Army Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "Bank Holiday", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-21": "Navy Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-06-30": "Bank Holiday", "1966-08-15": "Assumption Day", "1966-09-18": "Independence Day", "1966-09-19": "Army Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "Bank Holiday", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-21": "Navy Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-06-30": "Bank Holiday", "1967-08-15": "Assumption Day", "1967-09-18": "Independence Day", "1967-09-19": "Army Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "Bank Holiday", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-05-21": "Navy Day", "1968-06-30": "Bank Holiday", "1968-08-15": "Assumption Day", "1968-09-18": "Independence Day", "1968-09-19": "Army Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "Bank Holiday", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-05-21": "Navy Day", "1969-06-30": "Bank Holiday", "1969-08-15": "Assumption Day", "1969-09-18": "Independence Day", "1969-09-19": "Army Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "Bank Holiday", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-05-21": "Navy Day", "1970-06-30": "Bank Holiday", "1970-08-15": "Assumption Day", "1970-09-18": "Independence Day", "1970-09-19": "Army Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "Bank Holiday", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-05-21": "Navy Day", "1971-06-30": "Bank Holiday", "1971-08-15": "Assumption Day", "1971-09-18": "Independence Day", "1971-09-19": "Army Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "Bank Holiday", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-05-21": "Navy Day", "1972-06-30": "Bank Holiday", "1972-08-15": "Assumption Day", "1972-09-18": "Independence Day", "1972-09-19": "Army Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "Bank Holiday", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-05-21": "Navy Day", "1973-06-30": "Bank Holiday", "1973-08-15": "Assumption Day", "1973-09-18": "Independence Day", "1973-09-19": "Army Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "Bank Holiday", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-05-21": "Navy Day", "1974-06-30": "Bank Holiday", "1974-08-15": "Assumption Day", "1974-09-18": "Independence Day", "1974-09-19": "Army Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "Bank Holiday", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-05-21": "Navy Day", "1975-06-30": "Bank Holiday", "1975-08-15": "Assumption Day", "1975-09-18": "Independence Day", "1975-09-19": "Army Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "Bank Holiday", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-05-21": "Navy Day", "1976-08-15": "Assumption Day", "1976-09-18": "Independence Day", "1976-09-19": "Army Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "Bank Holiday", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-05-21": "Navy Day", "1977-08-15": "Assumption Day", "1977-09-18": "Independence Day", "1977-09-19": "Army Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "Bank Holiday", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-05-21": "Navy Day", "1978-08-15": "Assumption Day", "1978-09-18": "Independence Day", "1978-09-19": "Army Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "Bank Holiday", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-05-21": "Navy Day", "1979-08-15": "Assumption Day", "1979-09-18": "Independence Day", "1979-09-19": "Army Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "Bank Holiday", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-05-21": "Navy Day", "1980-08-15": "Assumption Day", "1980-09-18": "Independence Day", "1980-09-19": "Army Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "Bank Holiday", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-05-21": "Navy Day", "1981-08-15": "Assumption Day", "1981-09-11": "Day of National Liberation", "1981-09-18": "Independence Day", "1981-09-19": "Army Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "Bank Holiday", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-05-21": "Navy Day", "1982-08-15": "Assumption Day", "1982-09-11": "Day of National Liberation", "1982-09-18": "Independence Day", "1982-09-19": "Army Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "Bank Holiday", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-05-21": "Navy Day", "1983-08-15": "Assumption Day", "1983-09-11": "Day of National Liberation", "1983-09-18": "Independence Day", "1983-09-19": "Army Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "Bank Holiday", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-05-21": "Navy Day", "1984-08-15": "Assumption Day", "1984-09-11": "Day of National Liberation", "1984-09-18": "Independence Day", "1984-09-19": "Army Day", "1984-10-12": "Columbus Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "Bank Holiday", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-05-21": "Navy Day", "1985-08-15": "Assumption Day", "1985-09-11": "Day of National Liberation", "1985-09-18": "Independence Day", "1985-09-19": "Army Day", "1985-10-12": "Columbus Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "Bank Holiday", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-05-21": "Navy Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-08-15": "Assumption Day", "1986-09-11": "Day of National Liberation", "1986-09-18": "Independence Day", "1986-09-19": "Army Day", "1986-10-12": "Columbus Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "Bank Holiday", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-05-21": "Navy Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-08-15": "Assumption Day", "1987-09-11": "Day of National Liberation", "1987-09-18": "Independence Day", "1987-09-19": "Army Day", "1987-10-12": "Columbus Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "Bank Holiday", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-05-21": "Navy Day", "1988-06-02": "Corpus Christi", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-08-15": "Assumption Day", "1988-09-11": "Day of National Liberation", "1988-09-18": "Independence Day", "1988-09-19": "Army Day", "1988-10-12": "Columbus Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "Bank Holiday", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-05-21": "Navy Day", "1989-05-25": "Corpus Christi", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-08-15": "Assumption Day", "1989-09-11": "Day of National Liberation", "1989-09-18": "Independence Day", "1989-09-19": "Army Day", "1989-10-12": "Columbus Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-31": "Bank Holiday", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-05-21": "Navy Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-08-15": "Assumption Day", "1990-09-11": "Day of National Liberation", "1990-09-18": "Independence Day", "1990-09-19": "Army Day", "1990-10-12": "Columbus Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-31": "Bank Holiday", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-05-21": "Navy Day", "1991-05-30": "Corpus Christi", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-08-15": "Assumption Day", "1991-09-11": "Day of National Liberation", "1991-09-18": "Independence Day", "1991-09-19": "Army Day", "1991-10-12": "Columbus Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-31": "Bank Holiday", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-05-21": "Navy Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-08-15": "Assumption Day", "1992-09-11": "Day of National Liberation", "1992-09-18": "Independence Day", "1992-09-19": "Army Day", "1992-10-12": "Columbus Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-31": "Bank Holiday", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-05-21": "Navy Day", "1993-06-10": "Corpus Christi", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-08-15": "Assumption Day", "1993-09-11": "Day of National Liberation", "1993-09-18": "Independence Day", "1993-09-19": "Army Day", "1993-10-12": "Columbus Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-31": "Bank Holiday", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-05-21": "Navy Day", "1994-06-02": "Corpus Christi", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-08-15": "Assumption Day", "1994-09-11": "Day of National Liberation", "1994-09-18": "Independence Day", "1994-09-19": "Army Day", "1994-10-12": "Columbus Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-31": "Bank Holiday", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-05-21": "Navy Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-08-15": "Assumption Day", "1995-09-11": "Day of National Liberation", "1995-09-18": "Independence Day", "1995-09-19": "Army Day", "1995-10-12": "Columbus Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-31": "Bank Holiday", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-05-21": "Navy Day", "1996-06-06": "Corpus Christi", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-08-15": "Assumption Day", "1996-09-11": "Day of National Liberation", "1996-09-18": "Independence Day", "1996-09-19": "Army Day", "1996-10-12": "Columbus Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-31": "Bank Holiday", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-05-21": "Navy Day", "1997-05-29": "Corpus Christi", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-08-15": "Assumption Day", "1997-09-11": "Day of National Liberation", "1997-09-18": "Independence Day", "1997-09-19": "Army Day", "1997-10-12": "Columbus Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-05-21": "Navy Day", "1998-06-11": "Corpus Christi", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-08-15": "Assumption Day", "1998-09-11": "Day of National Liberation", "1998-09-18": "Independence Day", "1998-09-19": "Army Day", "1998-10-12": "Columbus Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-31": "Bank Holiday", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-05-21": "Navy Day", "1999-06-03": "Corpus Christi", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-08-15": "Assumption Day", "1999-09-06": "Day of National Unity", "1999-09-18": "Independence Day", "1999-09-19": "Army Day", "1999-10-12": "Columbus Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-31": "Bank Holiday; National Holiday", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-05-21": "Navy Day", "2000-06-19": "Corpus Christi", "2000-06-26": "Saint Peter and Saint Paul's Day", "2000-08-15": "Assumption Day", "2000-09-04": "Day of National Unity", "2000-09-18": "Independence Day", "2000-09-19": "Army Day", "2000-10-09": "Meeting of Two Worlds' Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-31": "Bank Holiday", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-05-21": "Navy Day", "2001-06-11": "Corpus Christi", "2001-07-02": "Saint Peter and Saint Paul's Day", "2001-08-15": "Assumption Day", "2001-09-03": "Day of National Unity", "2001-09-18": "Independence Day", "2001-09-19": "Army Day", "2001-10-15": "Meeting of Two Worlds' Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-31": "Bank Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-05-21": "Navy Day", "2002-05-27": "Corpus Christi", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-08-15": "Assumption Day", "2002-09-18": "Independence Day", "2002-09-19": "Army Day", "2002-10-12": "Meeting of Two Worlds' Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-31": "Bank Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-05-21": "Navy Day", "2003-06-16": "Corpus Christi", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-08-15": "Assumption Day", "2003-09-18": "Independence Day", "2003-09-19": "Army Day", "2003-10-12": "Meeting of Two Worlds' Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-31": "Bank Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-05-21": "Navy Day", "2004-06-07": "Corpus Christi", "2004-06-28": "Saint Peter and Saint Paul's Day", "2004-08-15": "Assumption Day", "2004-09-18": "Independence Day", "2004-09-19": "Army Day", "2004-10-11": "Meeting of Two Worlds' Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-31": "Bank Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-05-21": "Navy Day", "2005-05-23": "Corpus Christi", "2005-06-27": "Saint Peter and Saint Paul's Day", "2005-08-15": "Assumption Day", "2005-09-18": "Independence Day", "2005-09-19": "Army Day", "2005-10-10": "Meeting of Two Worlds' Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-31": "Bank Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-05-21": "Navy Day", "2006-06-12": "Corpus Christi", "2006-06-26": "Saint Peter and Saint Paul's Day", "2006-08-15": "Assumption Day", "2006-09-18": "Independence Day", "2006-09-19": "Army Day", "2006-10-09": "Meeting of Two Worlds' Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-31": "Bank Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-05-21": "Navy Day", "2007-07-02": "Saint Peter and Saint Paul's Day", "2007-07-16": "Our Lady of Mount Carmel", "2007-08-15": "Assumption Day", "2007-09-17": "National Holiday", "2007-09-18": "Independence Day", "2007-09-19": "Army Day", "2007-10-15": "Meeting of Two Worlds' Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-31": "Bank Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-05-21": "Navy Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-16": "Our Lady of Mount Carmel", "2008-08-15": "Assumption Day", "2008-09-18": "Independence Day", "2008-09-19": "Army Day", "2008-10-12": "Meeting of Two Worlds' Day", "2008-10-31": "Reformation Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-31": "Bank Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-05-21": "Navy Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-16": "Our Lady of Mount Carmel", "2009-08-15": "Assumption Day", "2009-09-18": "Independence Day", "2009-09-19": "Army Day", "2009-10-12": "Meeting of Two Worlds' Day", "2009-10-31": "Reformation Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-31": "Bank Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-05-21": "Navy Day", "2010-06-28": "Saint Peter and Saint Paul's Day", "2010-07-16": "Our Lady of Mount Carmel", "2010-08-15": "Assumption Day", "2010-09-18": "Independence Day", "2010-09-19": "Army Day", "2010-10-11": "Meeting of Two Worlds' Day", "2010-10-31": "Reformation Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2010-12-31": "Bank Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-05-21": "Navy Day", "2011-06-27": "Saint Peter and Saint Paul's Day", "2011-07-16": "Our Lady of Mount Carmel", "2011-08-15": "Assumption Day", "2011-09-18": "Independence Day", "2011-09-19": "Army Day", "2011-10-10": "Meeting of Two Worlds' Day", "2011-10-31": "Reformation Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-31": "Bank Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-05-21": "Navy Day", "2012-07-02": "Saint Peter and Saint Paul's Day", "2012-07-16": "Our Lady of Mount Carmel", "2012-08-15": "Assumption Day", "2012-09-17": "National Holiday", "2012-09-18": "Independence Day", "2012-09-19": "Army Day", "2012-10-15": "Meeting of Two Worlds' Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Reformation Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-31": "Bank Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-05-21": "Navy Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-16": "Our Lady of Mount Carmel", "2013-08-15": "Assumption Day", "2013-09-18": "Independence Day", "2013-09-19": "Army Day", "2013-09-20": "National Holiday", "2013-10-12": "Meeting of Two Worlds' Day", "2013-10-31": "Reformation Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2013-12-31": "Bank Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-05-21": "Navy Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-16": "Our Lady of Mount Carmel", "2014-08-15": "Assumption Day", "2014-09-18": "Independence Day", "2014-09-19": "Army Day", "2014-10-12": "Meeting of Two Worlds' Day", "2014-10-31": "Reformation Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-31": "Bank Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-05-21": "Navy Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-16": "Our Lady of Mount Carmel", "2015-08-15": "Assumption Day", "2015-09-18": "Independence Day", "2015-09-19": "Army Day", "2015-10-12": "Meeting of Two Worlds' Day", "2015-10-31": "Reformation Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-31": "Bank Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-21": "Navy Day", "2016-06-27": "Saint Peter and Saint Paul's Day", "2016-07-16": "Our Lady of Mount Carmel", "2016-08-15": "Assumption Day", "2016-09-18": "Independence Day", "2016-09-19": "Army Day", "2016-10-10": "Meeting of Two Worlds' Day", "2016-10-31": "Reformation Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-31": "Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "National Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-21": "Navy Day", "2017-06-26": "Saint Peter and Saint Paul's Day", "2017-07-16": "Our Lady of Mount Carmel", "2017-08-15": "Assumption Day", "2017-09-18": "Independence Day", "2017-09-19": "Army Day", "2017-10-09": "Meeting of Two Worlds' Day", "2017-10-27": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-31": "Bank Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-21": "Navy Day", "2018-07-02": "Saint Peter and Saint Paul's Day", "2018-07-16": "Our Lady of Mount Carmel", "2018-08-15": "Assumption Day", "2018-09-17": "National Holiday", "2018-09-18": "Independence Day", "2018-09-19": "Army Day", "2018-10-15": "Meeting of Two Worlds' Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Reformation Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-31": "Bank Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-21": "Navy Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-16": "Our Lady of Mount Carmel", "2019-08-15": "Assumption Day", "2019-09-18": "Independence Day", "2019-09-19": "Army Day", "2019-09-20": "National Holiday", "2019-10-12": "Meeting of Two Worlds' Day", "2019-10-31": "Reformation Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2019-12-31": "Bank Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-21": "Navy Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-16": "Our Lady of Mount Carmel", "2020-08-15": "Assumption Day", "2020-09-18": "Independence Day", "2020-09-19": "Army Day", "2020-10-12": "Meeting of Two Worlds' Day", "2020-10-31": "Reformation Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-31": "Bank Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-21": "Navy Day", "2021-06-21": "National Day of Indigenous Peoples", "2021-06-28": "Saint Peter and Saint Paul's Day", "2021-07-16": "Our Lady of Mount Carmel", "2021-08-15": "Assumption Day", "2021-09-17": "National Holiday", "2021-09-18": "Independence Day", "2021-09-19": "Army Day", "2021-10-11": "Meeting of Two Worlds' Day", "2021-10-31": "Reformation Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-31": "Bank Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-21": "Navy Day", "2022-06-21": "National Day of Indigenous Peoples", "2022-06-27": "Saint Peter and Saint Paul's Day", "2022-07-16": "Our Lady of Mount Carmel", "2022-08-15": "Assumption Day", "2022-09-16": "National Holiday", "2022-09-18": "Independence Day", "2022-09-19": "Army Day", "2022-10-10": "Meeting of Two Worlds' Day", "2022-10-31": "Reformation Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-31": "Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "National Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-21": "Navy Day", "2023-06-21": "National Day of Indigenous Peoples", "2023-06-26": "Saint Peter and Saint Paul's Day", "2023-07-16": "Our Lady of Mount Carmel", "2023-08-15": "Assumption Day", "2023-09-18": "Independence Day", "2023-09-19": "Army Day", "2023-10-09": "Meeting of Two Worlds' Day", "2023-10-27": "Reformation Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-31": "Bank Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-21": "Navy Day", "2024-06-20": "National Day of Indigenous Peoples", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-16": "Our Lady of Mount Carmel", "2024-08-15": "Assumption Day", "2024-09-18": "Independence Day", "2024-09-19": "Army Day", "2024-09-20": "National Holiday", "2024-10-12": "Meeting of Two Worlds' Day", "2024-10-31": "Reformation Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2024-12-31": "Bank Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-21": "Navy Day", "2025-06-20": "National Day of Indigenous Peoples", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-16": "Our Lady of Mount Carmel", "2025-08-15": "Assumption Day", "2025-09-18": "Independence Day", "2025-09-19": "Army Day", "2025-10-12": "Meeting of Two Worlds' Day", "2025-10-31": "Reformation Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-31": "Bank Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-21": "Navy Day", "2026-06-21": "National Day of Indigenous Peoples", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-16": "Our Lady of Mount Carmel", "2026-08-15": "Assumption Day", "2026-09-18": "Independence Day", "2026-09-19": "Army Day", "2026-10-12": "Meeting of Two Worlds' Day", "2026-10-31": "Reformation Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-31": "Bank Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-21": "Navy Day", "2027-06-21": "National Day of Indigenous Peoples", "2027-06-28": "Saint Peter and Saint Paul's Day", "2027-07-16": "Our Lady of Mount Carmel", "2027-08-15": "Assumption Day", "2027-09-17": "National Holiday", "2027-09-18": "Independence Day", "2027-09-19": "Army Day", "2027-10-11": "Meeting of Two Worlds' Day", "2027-10-31": "Reformation Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-31": "Bank Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-21": "Navy Day", "2028-06-20": "National Day of Indigenous Peoples", "2028-06-26": "Saint Peter and Saint Paul's Day", "2028-07-16": "Our Lady of Mount Carmel", "2028-08-15": "Assumption Day", "2028-09-18": "Independence Day", "2028-09-19": "Army Day", "2028-10-09": "Meeting of Two Worlds' Day", "2028-10-27": "Reformation Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-31": "Bank Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-21": "Navy Day", "2029-06-20": "National Day of Indigenous Peoples", "2029-07-02": "Saint Peter and Saint Paul's Day", "2029-07-16": "Our Lady of Mount Carmel", "2029-08-15": "Assumption Day", "2029-09-17": "National Holiday", "2029-09-18": "Independence Day", "2029-09-19": "Army Day", "2029-10-15": "Meeting of Two Worlds' Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Reformation Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-31": "Bank Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-21": "Navy Day", "2030-06-21": "National Day of Indigenous Peoples", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-16": "Our Lady of Mount Carmel", "2030-08-15": "Assumption Day", "2030-09-18": "Independence Day", "2030-09-19": "Army Day", "2030-09-20": "National Holiday", "2030-10-12": "Meeting of Two Worlds' Day", "2030-10-31": "Reformation Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-31": "Bank Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-21": "Navy Day", "2031-06-21": "National Day of Indigenous Peoples", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-16": "Our Lady of Mount Carmel", "2031-08-15": "Assumption Day", "2031-09-18": "Independence Day", "2031-09-19": "Army Day", "2031-10-12": "Meeting of Two Worlds' Day", "2031-10-31": "Reformation Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-31": "Bank Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-21": "Navy Day", "2032-06-20": "National Day of Indigenous Peoples", "2032-06-28": "Saint Peter and Saint Paul's Day", "2032-07-16": "Our Lady of Mount Carmel", "2032-08-15": "Assumption Day", "2032-09-17": "National Holiday", "2032-09-18": "Independence Day", "2032-09-19": "Army Day", "2032-10-11": "Meeting of Two Worlds' Day", "2032-10-31": "Reformation Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-31": "Bank Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-21": "Navy Day", "2033-06-20": "National Day of Indigenous Peoples", "2033-06-27": "Saint Peter and Saint Paul's Day", "2033-07-16": "Our Lady of Mount Carmel", "2033-08-15": "Assumption Day", "2033-09-18": "Independence Day", "2033-09-19": "Army Day", "2033-10-10": "Meeting of Two Worlds' Day", "2033-10-31": "Reformation Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-31": "Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "National Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-21": "Navy Day", "2034-06-21": "National Day of Indigenous Peoples", "2034-06-26": "Saint Peter and Saint Paul's Day", "2034-07-16": "Our Lady of Mount Carmel", "2034-08-15": "Assumption Day", "2034-09-18": "Independence Day", "2034-09-19": "Army Day", "2034-10-09": "Meeting of Two Worlds' Day", "2034-10-27": "Reformation Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-31": "Bank Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-21": "Navy Day", "2035-06-21": "National Day of Indigenous Peoples", "2035-07-02": "Saint Peter and Saint Paul's Day", "2035-07-16": "Our Lady of Mount Carmel", "2035-08-15": "Assumption Day", "2035-09-17": "National Holiday", "2035-09-18": "Independence Day", "2035-09-19": "Army Day", "2035-10-15": "Meeting of Two Worlds' Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Reformation Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-31": "Bank Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-21": "Navy Day", "2036-06-20": "National Day of Indigenous Peoples", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-16": "Our Lady of Mount Carmel", "2036-08-15": "Assumption Day", "2036-09-18": "Independence Day", "2036-09-19": "Army Day", "2036-10-12": "Meeting of Two Worlds' Day", "2036-10-31": "Reformation Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-31": "Bank Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-21": "Navy Day", "2037-06-20": "National Day of Indigenous Peoples", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-16": "Our Lady of Mount Carmel", "2037-08-15": "Assumption Day", "2037-09-18": "Independence Day", "2037-09-19": "Army Day", "2037-10-12": "Meeting of Two Worlds' Day", "2037-10-31": "Reformation Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-31": "Bank Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-21": "Navy Day", "2038-06-21": "National Day of Indigenous Peoples", "2038-06-28": "Saint Peter and Saint Paul's Day", "2038-07-16": "Our Lady of Mount Carmel", "2038-08-15": "Assumption Day", "2038-09-17": "National Holiday", "2038-09-18": "Independence Day", "2038-09-19": "Army Day", "2038-10-11": "Meeting of Two Worlds' Day", "2038-10-31": "Reformation Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-31": "Bank Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-21": "Navy Day", "2039-06-21": "National Day of Indigenous Peoples", "2039-06-27": "Saint Peter and Saint Paul's Day", "2039-07-16": "Our Lady of Mount Carmel", "2039-08-15": "Assumption Day", "2039-09-18": "Independence Day", "2039-09-19": "Army Day", "2039-10-10": "Meeting of Two Worlds' Day", "2039-10-31": "Reformation Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-31": "Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "National Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-21": "Navy Day", "2040-06-20": "National Day of Indigenous Peoples", "2040-07-02": "Saint Peter and Saint Paul's Day", "2040-07-16": "Our Lady of Mount Carmel", "2040-08-15": "Assumption Day", "2040-09-17": "National Holiday", "2040-09-18": "Independence Day", "2040-09-19": "Army Day", "2040-10-15": "Meeting of Two Worlds' Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Reformation Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-31": "Bank Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-21": "Navy Day", "2041-06-20": "National Day of Indigenous Peoples", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-16": "Our Lady of Mount Carmel", "2041-08-15": "Assumption Day", "2041-09-18": "Independence Day", "2041-09-19": "Army Day", "2041-09-20": "National Holiday", "2041-10-12": "Meeting of Two Worlds' Day", "2041-10-31": "Reformation Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-31": "Bank Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-21": "Navy Day", "2042-06-21": "National Day of Indigenous Peoples", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-16": "Our Lady of Mount Carmel", "2042-08-15": "Assumption Day", "2042-09-18": "Independence Day", "2042-09-19": "Army Day", "2042-10-12": "Meeting of Two Worlds' Day", "2042-10-31": "Reformation Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-31": "Bank Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-21": "Navy Day", "2043-06-21": "National Day of Indigenous Peoples", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-16": "Our Lady of Mount Carmel", "2043-08-15": "Assumption Day", "2043-09-18": "Independence Day", "2043-09-19": "Army Day", "2043-10-12": "Meeting of Two Worlds' Day", "2043-10-31": "Reformation Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-31": "Bank Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-21": "Navy Day", "2044-06-20": "National Day of Indigenous Peoples", "2044-06-27": "Saint Peter and Saint Paul's Day", "2044-07-16": "Our Lady of Mount Carmel", "2044-08-15": "Assumption Day", "2044-09-18": "Independence Day", "2044-09-19": "Army Day", "2044-10-10": "Meeting of Two Worlds' Day", "2044-10-31": "Reformation Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-31": "Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "National Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-21": "Navy Day", "2045-06-20": "National Day of Indigenous Peoples", "2045-06-26": "Saint Peter and Saint Paul's Day", "2045-07-16": "Our Lady of Mount Carmel", "2045-08-15": "Assumption Day", "2045-09-18": "Independence Day", "2045-09-19": "Army Day", "2045-10-09": "Meeting of Two Worlds' Day", "2045-10-27": "Reformation Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-31": "Bank Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-21": "Navy Day", "2046-06-21": "National Day of Indigenous Peoples", "2046-07-02": "Saint Peter and Saint Paul's Day", "2046-07-16": "Our Lady of Mount Carmel", "2046-08-15": "Assumption Day", "2046-09-17": "National Holiday", "2046-09-18": "Independence Day", "2046-09-19": "Army Day", "2046-10-15": "Meeting of Two Worlds' Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Reformation Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-31": "Bank Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-21": "Navy Day", "2047-06-21": "National Day of Indigenous Peoples", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-16": "Our Lady of Mount Carmel", "2047-08-15": "Assumption Day", "2047-09-18": "Independence Day", "2047-09-19": "Army Day", "2047-09-20": "National Holiday", "2047-10-12": "Meeting of Two Worlds' Day", "2047-10-31": "Reformation Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-31": "Bank Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-21": "Navy Day", "2048-06-20": "National Day of Indigenous Peoples", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-16": "Our Lady of Mount Carmel", "2048-08-15": "Assumption Day", "2048-09-18": "Independence Day", "2048-09-19": "Army Day", "2048-10-12": "Meeting of Two Worlds' Day", "2048-10-31": "Reformation Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-31": "Bank Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-21": "Navy Day", "2049-06-20": "National Day of Indigenous Peoples", "2049-06-28": "Saint Peter and Saint Paul's Day", "2049-07-16": "Our Lady of Mount Carmel", "2049-08-15": "Assumption Day", "2049-09-17": "National Holiday", "2049-09-18": "Independence Day", "2049-09-19": "Army Day", "2049-10-11": "Meeting of Two Worlds' Day", "2049-10-31": "Reformation Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-31": "Bank Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-21": "Navy Day", "2050-06-20": "National Day of Indigenous Peoples", "2050-06-27": "Saint Peter and Saint Paul's Day", "2050-07-16": "Our Lady of Mount Carmel", "2050-08-15": "Assumption Day", "2050-09-18": "Independence Day", "2050-09-19": "Army Day", "2050-10-10": "Meeting of Two Worlds' Day", "2050-10-31": "Reformation Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/CM_COMMON.json000066400000000000000000001175621500152103600215610ustar00rootroot00000000000000{ "1960-01-01": "New Year's Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-15": "Good Friday", "1960-05-01": "Labour Day", "1960-05-02": "Labour Day (observed)", "1960-05-26": "Ascension Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-08-15": "Assumption Day", "1960-09-03": "Mawlid (estimated)", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-31": "Good Friday", "1961-05-01": "Labour Day", "1961-05-11": "Ascension Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-08-15": "Assumption Day", "1961-08-23": "Mawlid (estimated)", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-20": "Good Friday", "1962-05-01": "Labour Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-31": "Ascension Day", "1962-08-12": "Mawlid (estimated)", "1962-08-13": "Mawlid (estimated) (observed)", "1962-08-15": "Assumption Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (estimated) (observed)", "1963-04-12": "Good Friday", "1963-05-01": "Labour Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-23": "Ascension Day", "1963-08-02": "Mawlid (estimated)", "1963-08-15": "Assumption Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-27": "Good Friday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labour Day", "1964-05-07": "Ascension Day", "1964-07-21": "Mawlid (estimated)", "1964-08-15": "Assumption Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (estimated) (observed)", "1965-04-16": "Good Friday", "1965-05-01": "Labour Day", "1965-05-27": "Ascension Day", "1965-07-10": "Mawlid (estimated)", "1965-08-15": "Assumption Day", "1965-08-16": "Assumption Day (observed)", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-02-11": "Youth Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-08": "Good Friday", "1966-05-01": "Labour Day", "1966-05-02": "Labour Day (observed)", "1966-05-19": "Ascension Day", "1966-07-01": "Mawlid (estimated)", "1966-08-15": "Assumption Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-02-11": "Youth Day", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-05-01": "Labour Day", "1967-05-04": "Ascension Day", "1967-06-19": "Mawlid (estimated)", "1967-08-15": "Assumption Day", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-02-11": "Youth Day", "1968-02-12": "Youth Day (observed)", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-12": "Good Friday", "1968-05-01": "Labour Day", "1968-05-23": "Ascension Day", "1968-06-08": "Mawlid (estimated)", "1968-08-15": "Assumption Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-11": "Youth Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-04-04": "Good Friday", "1969-05-01": "Labour Day", "1969-05-15": "Ascension Day", "1969-05-28": "Mawlid (estimated)", "1969-08-15": "Assumption Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-11": "Youth Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-27": "Good Friday", "1970-05-01": "Labour Day", "1970-05-07": "Ascension Day", "1970-05-18": "Mawlid (estimated)", "1970-08-15": "Assumption Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-11": "Youth Day", "1971-04-09": "Good Friday", "1971-05-01": "Labour Day", "1971-05-07": "Mawlid (estimated)", "1971-05-20": "Ascension Day", "1971-08-15": "Assumption Day", "1971-08-16": "Assumption Day (observed)", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-11": "Youth Day", "1972-03-31": "Good Friday", "1972-04-25": "Mawlid (estimated)", "1972-05-01": "Labour Day", "1972-05-11": "Ascension Day", "1972-05-20": "National Day", "1972-08-15": "Assumption Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (estimated) (observed)", "1973-02-11": "Youth Day", "1973-02-12": "Youth Day (observed)", "1973-04-15": "Mawlid (estimated)", "1973-04-16": "Mawlid (estimated) (observed)", "1973-04-20": "Good Friday", "1973-05-01": "Labour Day", "1973-05-20": "National Day", "1973-05-21": "National Day (observed)", "1973-05-31": "Ascension Day", "1973-08-15": "Assumption Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-02-11": "Youth Day", "1974-04-04": "Mawlid (estimated)", "1974-04-12": "Good Friday", "1974-05-01": "Labour Day", "1974-05-20": "National Day", "1974-05-23": "Ascension Day", "1974-08-15": "Assumption Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-11": "Youth Day", "1975-03-24": "Mawlid (estimated)", "1975-03-28": "Good Friday", "1975-05-01": "Labour Day", "1975-05-08": "Ascension Day", "1975-05-20": "National Day", "1975-08-15": "Assumption Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-11": "Youth Day", "1976-03-12": "Mawlid (estimated)", "1976-04-16": "Good Friday", "1976-05-01": "Labour Day", "1976-05-20": "National Day", "1976-05-27": "Ascension Day", "1976-08-15": "Assumption Day", "1976-08-16": "Assumption Day (observed)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-11": "Youth Day", "1977-03-02": "Mawlid (estimated)", "1977-04-08": "Good Friday", "1977-05-01": "Labour Day", "1977-05-02": "Labour Day (observed)", "1977-05-19": "Ascension Day", "1977-05-20": "National Day", "1977-08-15": "Assumption Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-11": "Youth Day", "1978-02-19": "Mawlid (estimated)", "1978-02-20": "Mawlid (estimated) (observed)", "1978-03-24": "Good Friday", "1978-05-01": "Labour Day", "1978-05-04": "Ascension Day", "1978-05-20": "National Day", "1978-08-15": "Assumption Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (estimated) (observed)", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-09": "Mawlid (estimated)", "1979-02-11": "Youth Day", "1979-02-12": "Youth Day (observed)", "1979-04-13": "Good Friday", "1979-05-01": "Labour Day", "1979-05-20": "National Day", "1979-05-21": "National Day (observed)", "1979-05-24": "Ascension Day", "1979-08-15": "Assumption Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Mawlid (estimated)", "1980-02-11": "Youth Day", "1980-04-04": "Good Friday", "1980-05-01": "Labour Day", "1980-05-15": "Ascension Day", "1980-05-20": "National Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Assumption Day", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (estimated) (observed)", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Mawlid (estimated)", "1981-01-19": "Mawlid (estimated) (observed)", "1981-02-11": "Youth Day", "1981-04-17": "Good Friday", "1981-05-01": "Labour Day", "1981-05-20": "National Day", "1981-05-28": "Ascension Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Assumption Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Mawlid (estimated)", "1982-02-11": "Youth Day", "1982-04-09": "Good Friday", "1982-05-01": "Labour Day", "1982-05-20": "Ascension Day; National Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Assumption Day", "1982-08-16": "Assumption Day (observed)", "1982-09-27": "Eid al-Adha (estimated)", "1982-12-25": "Christmas Day", "1982-12-27": "Mawlid (estimated)", "1983-01-01": "New Year's Day", "1983-02-11": "Youth Day", "1983-04-01": "Good Friday", "1983-05-01": "Labour Day", "1983-05-02": "Labour Day (observed)", "1983-05-12": "Ascension Day", "1983-05-20": "National Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Assumption Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-12-16": "Mawlid (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-11": "Youth Day", "1984-04-20": "Good Friday", "1984-05-01": "Labour Day", "1984-05-20": "National Day", "1984-05-21": "National Day (observed)", "1984-05-31": "Ascension Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Assumption Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-12-04": "Mawlid (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-11": "Youth Day", "1985-04-05": "Good Friday", "1985-05-01": "Labour Day", "1985-05-16": "Ascension Day", "1985-05-20": "National Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Assumption Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-11-24": "Mawlid (estimated)", "1985-11-25": "Mawlid (estimated) (observed)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-11": "Youth Day", "1986-03-28": "Good Friday", "1986-05-01": "Labour Day", "1986-05-08": "Ascension Day", "1986-05-20": "National Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (estimated) (observed)", "1986-08-15": "Assumption Day; Eid al-Adha (estimated)", "1986-11-14": "Mawlid (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-02-11": "Youth Day", "1987-04-17": "Good Friday", "1987-05-01": "Labour Day", "1987-05-20": "National Day", "1987-05-28": "Ascension Day; Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Assumption Day", "1987-11-03": "Mawlid (estimated)", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-11": "Youth Day", "1988-04-01": "Good Friday", "1988-05-01": "Labour Day", "1988-05-02": "Labour Day (observed)", "1988-05-12": "Ascension Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-20": "National Day", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Assumption Day", "1988-10-22": "Mawlid (estimated)", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-11": "Youth Day", "1989-03-24": "Good Friday", "1989-05-01": "Labour Day", "1989-05-04": "Ascension Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-20": "National Day", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-15": "Assumption Day", "1989-10-11": "Mawlid (estimated)", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-11": "Youth Day", "1990-02-12": "Youth Day (observed)", "1990-04-13": "Good Friday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labour Day", "1990-05-20": "National Day", "1990-05-21": "National Day (observed)", "1990-05-24": "Ascension Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-15": "Assumption Day", "1990-10-01": "Mawlid (estimated)", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Youth Day", "1991-03-29": "Good Friday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labour Day", "1991-05-09": "Ascension Day", "1991-05-20": "National Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-15": "Assumption Day", "1991-09-20": "Mawlid (estimated)", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-11": "Youth Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-17": "Good Friday", "1992-05-01": "Labour Day", "1992-05-20": "National Day", "1992-05-28": "Ascension Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-15": "Assumption Day", "1992-09-09": "Mawlid (estimated)", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-11": "Youth Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-09": "Good Friday", "1993-05-01": "Labour Day", "1993-05-20": "Ascension Day; National Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-08-15": "Assumption Day", "1993-08-16": "Assumption Day (observed)", "1993-08-29": "Mawlid (estimated)", "1993-08-30": "Mawlid (estimated) (observed)", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-11": "Youth Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (estimated) (observed)", "1994-04-01": "Good Friday", "1994-05-01": "Labour Day", "1994-05-02": "Labour Day (observed)", "1994-05-12": "Ascension Day", "1994-05-20": "Eid al-Adha (estimated); National Day", "1994-08-15": "Assumption Day", "1994-08-19": "Mawlid (estimated)", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-11": "Youth Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-14": "Good Friday", "1995-05-01": "Labour Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-20": "National Day", "1995-05-25": "Ascension Day", "1995-08-08": "Mawlid (estimated)", "1995-08-15": "Assumption Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-11": "Youth Day", "1996-02-12": "Youth Day (observed)", "1996-02-19": "Eid al-Fitr (estimated)", "1996-04-05": "Good Friday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labour Day", "1996-05-16": "Ascension Day", "1996-05-20": "National Day", "1996-07-27": "Mawlid (estimated)", "1996-08-15": "Assumption Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-11": "Youth Day", "1997-03-28": "Good Friday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labour Day", "1997-05-08": "Ascension Day", "1997-05-20": "National Day", "1997-07-16": "Mawlid (estimated)", "1997-08-15": "Assumption Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-02-11": "Youth Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-05-01": "Labour Day", "1998-05-20": "National Day", "1998-05-21": "Ascension Day", "1998-07-06": "Mawlid (estimated)", "1998-08-15": "Assumption Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-02-11": "Youth Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-05-01": "Labour Day", "1999-05-13": "Ascension Day", "1999-05-20": "National Day", "1999-06-26": "Mawlid (estimated)", "1999-08-15": "Assumption Day", "1999-08-16": "Assumption Day (observed)", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-02-11": "Youth Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labour Day", "2000-05-20": "National Day", "2000-06-01": "Ascension Day", "2000-06-14": "Mawlid (estimated)", "2000-08-15": "Assumption Day", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-02-11": "Youth Day", "2001-02-12": "Youth Day (observed)", "2001-03-06": "Eid al-Adha", "2001-04-13": "Good Friday", "2001-05-01": "Labour Day", "2001-05-20": "National Day", "2001-05-21": "National Day (observed)", "2001-05-24": "Ascension Day", "2001-06-04": "Mawlid", "2001-08-15": "Assumption Day", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Youth Day", "2002-02-23": "Eid al-Adha", "2002-03-29": "Good Friday", "2002-05-01": "Labour Day", "2002-05-09": "Ascension Day", "2002-05-20": "National Day", "2002-05-24": "Mawlid", "2002-08-15": "Assumption Day", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Youth Day", "2003-02-12": "Eid al-Adha", "2003-04-18": "Good Friday", "2003-05-01": "Labour Day", "2003-05-14": "Mawlid", "2003-05-20": "National Day", "2003-05-29": "Ascension Day", "2003-08-15": "Assumption Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-02": "Eid al-Adha", "2004-02-11": "Youth Day", "2004-04-09": "Good Friday", "2004-05-01": "Labour Day", "2004-05-02": "Mawlid", "2004-05-03": "Mawlid (observed)", "2004-05-20": "Ascension Day; National Day", "2004-08-15": "Assumption Day", "2004-08-16": "Assumption Day (observed)", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-11": "Youth Day", "2005-03-25": "Good Friday", "2005-04-21": "Mawlid", "2005-05-01": "Labour Day", "2005-05-02": "Labour Day (observed)", "2005-05-05": "Ascension Day", "2005-05-20": "National Day", "2005-08-15": "Assumption Day", "2005-11-04": "Eid al-Fitr", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-02-11": "Youth Day", "2006-04-11": "Mawlid", "2006-04-14": "Good Friday", "2006-05-01": "Labour Day", "2006-05-20": "National Day", "2006-05-25": "Ascension Day", "2006-08-15": "Assumption Day", "2006-10-24": "Eid al-Fitr", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-02-11": "Youth Day", "2007-02-12": "Youth Day (observed)", "2007-03-31": "Mawlid", "2007-04-06": "Good Friday", "2007-05-01": "Labour Day", "2007-05-17": "Ascension Day", "2007-05-20": "National Day", "2007-05-21": "National Day (observed)", "2007-08-15": "Assumption Day", "2007-10-13": "Eid al-Fitr", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-11": "Youth Day", "2008-03-20": "Mawlid", "2008-03-21": "Good Friday", "2008-05-01": "Ascension Day; Labour Day", "2008-05-20": "National Day", "2008-08-15": "Assumption Day", "2008-10-02": "Eid al-Fitr", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-11": "Youth Day", "2009-03-09": "Mawlid", "2009-04-10": "Good Friday", "2009-05-01": "Labour Day", "2009-05-20": "National Day", "2009-05-21": "Ascension Day", "2009-08-15": "Assumption Day", "2009-09-21": "Eid al-Fitr", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-11": "Youth Day", "2010-02-26": "Mawlid", "2010-04-02": "Good Friday", "2010-05-01": "Labour Day", "2010-05-13": "Ascension Day", "2010-05-20": "National Day", "2010-08-15": "Assumption Day", "2010-08-16": "Assumption Day (observed)", "2010-09-10": "Eid al-Fitr", "2010-11-17": "Eid al-Adha", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-11": "Youth Day", "2011-02-16": "Mawlid", "2011-04-22": "Good Friday", "2011-05-01": "Labour Day", "2011-05-02": "Labour Day (observed)", "2011-05-20": "National Day", "2011-06-02": "Ascension Day", "2011-08-15": "Assumption Day", "2011-08-31": "Eid al-Fitr", "2011-11-07": "Eid al-Adha", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-05": "Mawlid", "2012-02-06": "Mawlid (observed)", "2012-02-11": "Youth Day", "2012-04-06": "Good Friday", "2012-05-01": "Labour Day", "2012-05-17": "Ascension Day", "2012-05-20": "National Day", "2012-05-21": "National Day (observed)", "2012-08-15": "Assumption Day", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (observed)", "2012-10-26": "Eid al-Adha", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Mawlid", "2013-02-11": "Youth Day", "2013-03-29": "Good Friday", "2013-05-01": "Labour Day", "2013-05-09": "Ascension Day", "2013-05-20": "National Day", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Assumption Day", "2013-10-15": "Eid al-Adha", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Mawlid", "2014-02-11": "Youth Day", "2014-04-18": "Good Friday", "2014-05-01": "Labour Day", "2014-05-20": "National Day", "2014-05-29": "Ascension Day", "2014-07-28": "Eid al-Fitr", "2014-08-15": "Assumption Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Mawlid", "2015-02-11": "Youth Day", "2015-04-03": "Good Friday", "2015-05-01": "Labour Day", "2015-05-14": "Ascension Day", "2015-05-20": "National Day", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Assumption Day", "2015-09-24": "Eid al-Adha", "2015-12-24": "Mawlid", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-11": "Youth Day", "2016-03-25": "Good Friday", "2016-05-01": "Labour Day", "2016-05-02": "Labour Day (observed)", "2016-05-05": "Ascension Day", "2016-05-20": "National Day", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Assumption Day", "2016-09-13": "Eid al-Adha", "2016-12-12": "Mawlid", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-11": "Youth Day", "2017-04-14": "Good Friday", "2017-05-01": "Labour Day", "2017-05-20": "National Day", "2017-05-25": "Ascension Day", "2017-06-26": "Eid al-Fitr", "2017-08-15": "Assumption Day", "2017-09-02": "Eid al-Adha", "2017-12-01": "Mawlid", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-11": "Youth Day", "2018-02-12": "Youth Day (observed)", "2018-03-30": "Good Friday", "2018-05-01": "Labour Day", "2018-05-10": "Ascension Day", "2018-05-20": "National Day", "2018-05-21": "National Day (observed)", "2018-06-15": "Eid al-Fitr", "2018-08-15": "Assumption Day", "2018-08-21": "Eid al-Adha", "2018-11-21": "Mawlid", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-11": "Youth Day", "2019-04-19": "Good Friday", "2019-05-01": "Labour Day", "2019-05-20": "National Day", "2019-05-30": "Ascension Day", "2019-06-04": "Eid al-Fitr", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-15": "Assumption Day", "2019-11-10": "Mawlid", "2019-11-11": "Mawlid (observed)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-02-11": "Youth Day", "2020-04-10": "Good Friday", "2020-05-01": "Labour Day", "2020-05-20": "National Day", "2020-05-21": "Ascension Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (observed)", "2020-07-31": "Eid al-Adha", "2020-08-15": "Assumption Day", "2020-10-29": "Mawlid", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-11": "Youth Day", "2021-04-02": "Good Friday", "2021-05-01": "Labour Day", "2021-05-13": "Ascension Day; Eid al-Fitr", "2021-05-14": "Public Holiday", "2021-05-20": "National Day", "2021-07-19": "Public Holiday", "2021-07-20": "Eid al-Adha", "2021-08-15": "Assumption Day", "2021-08-16": "Assumption Day (observed)", "2021-10-19": "Mawlid", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-11": "Youth Day", "2022-04-15": "Good Friday", "2022-05-01": "Labour Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Labour Day (observed)", "2022-05-20": "National Day", "2022-05-26": "Ascension Day", "2022-07-09": "Eid al-Adha", "2022-08-15": "Assumption Day", "2022-10-08": "Mawlid", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-11": "Youth Day", "2023-04-07": "Good Friday", "2023-04-21": "Eid al-Fitr", "2023-05-01": "Labour Day", "2023-05-18": "Ascension Day", "2023-05-20": "National Day", "2023-06-28": "Eid al-Adha", "2023-08-15": "Assumption Day", "2023-09-27": "Mawlid (estimated)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-11": "Youth Day", "2024-02-12": "Youth Day (observed)", "2024-03-29": "Good Friday", "2024-04-10": "Eid al-Fitr", "2024-05-01": "Labour Day", "2024-05-09": "Ascension Day", "2024-05-20": "National Day", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha (estimated) (observed)", "2024-08-15": "Assumption Day", "2024-09-15": "Mawlid (estimated)", "2024-09-16": "Mawlid (estimated) (observed)", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-02-11": "Youth Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr (estimated) (observed)", "2025-04-18": "Good Friday", "2025-05-01": "Labour Day", "2025-05-20": "National Day", "2025-05-29": "Ascension Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-08-15": "Assumption Day", "2025-09-04": "Mawlid (estimated)", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-11": "Youth Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-03": "Good Friday", "2026-05-01": "Labour Day", "2026-05-14": "Ascension Day", "2026-05-20": "National Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-08-15": "Assumption Day", "2026-08-25": "Mawlid (estimated)", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-11": "Youth Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-26": "Good Friday", "2027-05-01": "Labour Day", "2027-05-06": "Ascension Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated) (observed)", "2027-05-20": "National Day", "2027-08-14": "Mawlid (estimated)", "2027-08-15": "Assumption Day", "2027-08-16": "Assumption Day (observed)", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-11": "Youth Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-04-14": "Good Friday", "2028-05-01": "Labour Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-20": "National Day", "2028-05-25": "Ascension Day", "2028-08-03": "Mawlid (estimated)", "2028-08-15": "Assumption Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-11": "Youth Day", "2029-02-12": "Youth Day (observed)", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-30": "Good Friday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labour Day", "2029-05-10": "Ascension Day", "2029-05-20": "National Day", "2029-05-21": "National Day (observed)", "2029-07-24": "Mawlid (estimated)", "2029-08-15": "Assumption Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-11": "Youth Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-19": "Good Friday", "2030-05-01": "Labour Day", "2030-05-20": "National Day", "2030-05-30": "Ascension Day", "2030-07-13": "Mawlid (estimated)", "2030-08-15": "Assumption Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-11": "Youth Day", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-11": "Good Friday", "2031-05-01": "Labour Day", "2031-05-20": "National Day", "2031-05-22": "Ascension Day", "2031-07-02": "Mawlid (estimated)", "2031-08-15": "Assumption Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-11": "Youth Day", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-05-01": "Labour Day", "2032-05-06": "Ascension Day", "2032-05-20": "National Day", "2032-06-20": "Mawlid (estimated)", "2032-06-21": "Mawlid (estimated) (observed)", "2032-08-15": "Assumption Day", "2032-08-16": "Assumption Day (observed)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (estimated) (observed)", "2033-02-11": "Youth Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-15": "Good Friday", "2033-05-01": "Labour Day", "2033-05-02": "Labour Day (observed)", "2033-05-20": "National Day", "2033-05-26": "Ascension Day", "2033-06-09": "Mawlid (estimated)", "2033-08-15": "Assumption Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-11": "Youth Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-04-07": "Good Friday", "2034-05-01": "Labour Day", "2034-05-18": "Ascension Day", "2034-05-20": "National Day", "2034-05-30": "Mawlid (estimated)", "2034-08-15": "Assumption Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-11": "Youth Day", "2035-02-12": "Youth Day (observed)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated) (observed)", "2035-03-23": "Good Friday", "2035-05-01": "Labour Day", "2035-05-03": "Ascension Day", "2035-05-20": "Mawlid (estimated); National Day", "2035-05-21": "Mawlid (estimated) (observed); National Day (observed)", "2035-08-15": "Assumption Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-11": "Youth Day", "2036-04-11": "Good Friday", "2036-05-01": "Labour Day", "2036-05-08": "Mawlid (estimated)", "2036-05-20": "National Day", "2036-05-22": "Ascension Day", "2036-08-15": "Assumption Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-11": "Youth Day", "2037-04-03": "Good Friday", "2037-04-28": "Mawlid (estimated)", "2037-05-01": "Labour Day", "2037-05-14": "Ascension Day", "2037-05-20": "National Day", "2037-08-15": "Assumption Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated) (observed)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-11": "Youth Day", "2038-04-17": "Mawlid (estimated)", "2038-04-23": "Good Friday", "2038-05-01": "Labour Day", "2038-05-20": "National Day", "2038-06-03": "Ascension Day", "2038-08-15": "Assumption Day", "2038-08-16": "Assumption Day (observed)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-02-11": "Youth Day", "2039-04-06": "Mawlid (estimated)", "2039-04-08": "Good Friday", "2039-05-01": "Labour Day", "2039-05-02": "Labour Day (observed)", "2039-05-19": "Ascension Day", "2039-05-20": "National Day", "2039-08-15": "Assumption Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-11": "Youth Day", "2040-03-25": "Mawlid (estimated)", "2040-03-26": "Mawlid (estimated) (observed)", "2040-03-30": "Good Friday", "2040-05-01": "Labour Day", "2040-05-10": "Ascension Day", "2040-05-20": "National Day", "2040-05-21": "National Day (observed)", "2040-08-15": "Assumption Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated) (observed)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-02-11": "Youth Day", "2041-03-15": "Mawlid (estimated)", "2041-04-19": "Good Friday", "2041-05-01": "Labour Day", "2041-05-20": "National Day", "2041-05-30": "Ascension Day", "2041-08-15": "Assumption Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-11": "Youth Day", "2042-03-04": "Mawlid (estimated)", "2042-04-04": "Good Friday", "2042-05-01": "Labour Day", "2042-05-15": "Ascension Day", "2042-05-20": "National Day", "2042-08-15": "Assumption Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated) (observed)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-11": "Youth Day", "2043-02-22": "Mawlid (estimated)", "2043-02-23": "Mawlid (estimated) (observed)", "2043-03-27": "Good Friday", "2043-05-01": "Labour Day", "2043-05-07": "Ascension Day", "2043-05-20": "National Day", "2043-08-15": "Assumption Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-11": "Mawlid (estimated); Youth Day", "2044-04-15": "Good Friday", "2044-05-01": "Labour Day", "2044-05-02": "Labour Day (observed)", "2044-05-20": "National Day", "2044-05-26": "Ascension Day", "2044-08-15": "Assumption Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Mawlid (estimated)", "2045-02-11": "Youth Day", "2045-04-07": "Good Friday", "2045-05-01": "Labour Day", "2045-05-18": "Ascension Day", "2045-05-20": "National Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Assumption Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Mawlid (estimated)", "2046-02-11": "Youth Day", "2046-02-12": "Youth Day (observed)", "2046-03-23": "Good Friday", "2046-05-01": "Labour Day", "2046-05-03": "Ascension Day", "2046-05-20": "National Day", "2046-05-21": "National Day (observed)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Assumption Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Mawlid (estimated)", "2047-02-11": "Youth Day", "2047-04-12": "Good Friday", "2047-05-01": "Labour Day", "2047-05-20": "National Day", "2047-05-23": "Ascension Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Assumption Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-12-25": "Christmas Day", "2047-12-29": "Mawlid (estimated)", "2047-12-30": "Mawlid (estimated) (observed)", "2048-01-01": "New Year's Day", "2048-02-11": "Youth Day", "2048-04-03": "Good Friday", "2048-05-01": "Labour Day", "2048-05-14": "Ascension Day", "2048-05-20": "National Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated) (observed)", "2048-08-15": "Assumption Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-12-18": "Mawlid (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-11": "Youth Day", "2049-04-16": "Good Friday", "2049-05-01": "Labour Day", "2049-05-20": "National Day", "2049-05-27": "Ascension Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Assumption Day", "2049-08-16": "Assumption Day (observed)", "2049-09-08": "Eid al-Adha (estimated)", "2049-12-07": "Mawlid (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-11": "Youth Day", "2050-04-08": "Good Friday", "2050-05-01": "Labour Day", "2050-05-02": "Labour Day (observed)", "2050-05-19": "Ascension Day", "2050-05-20": "National Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Assumption Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated) (observed)", "2050-11-26": "Mawlid (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/CN_COMMON.json000066400000000000000000002170201500152103600215500ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-17": "Chinese New Year (Spring Festival)", "1950-02-18": "Chinese New Year (Spring Festival)", "1950-02-19": "Chinese New Year (Spring Festival)", "1950-03-08": "International Women's Day", "1950-05-01": "Labor Day", "1950-05-04": "Youth Day", "1950-06-01": "Children's Day", "1950-08-01": "Army Day", "1950-10-01": "National Day", "1950-10-02": "National Day", "1951-01-01": "New Year's Day", "1951-02-06": "Chinese New Year (Spring Festival)", "1951-02-07": "Chinese New Year (Spring Festival)", "1951-02-08": "Chinese New Year (Spring Festival)", "1951-03-08": "International Women's Day", "1951-05-01": "Labor Day", "1951-05-04": "Youth Day", "1951-06-01": "Children's Day", "1951-08-01": "Army Day", "1951-10-01": "National Day", "1951-10-02": "National Day", "1952-01-01": "New Year's Day", "1952-01-27": "Chinese New Year (Spring Festival)", "1952-01-28": "Chinese New Year (Spring Festival)", "1952-01-29": "Chinese New Year (Spring Festival)", "1952-03-08": "International Women's Day", "1952-05-01": "Labor Day", "1952-05-04": "Youth Day", "1952-06-01": "Children's Day", "1952-08-01": "Army Day", "1952-10-01": "National Day", "1952-10-02": "National Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (Spring Festival)", "1953-02-15": "Chinese New Year (Spring Festival)", "1953-02-16": "Chinese New Year (Spring Festival)", "1953-03-08": "International Women's Day", "1953-05-01": "Labor Day", "1953-05-04": "Youth Day", "1953-06-01": "Children's Day", "1953-08-01": "Army Day", "1953-10-01": "National Day", "1953-10-02": "National Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (Spring Festival)", "1954-02-04": "Chinese New Year (Spring Festival)", "1954-02-05": "Chinese New Year (Spring Festival)", "1954-03-08": "International Women's Day", "1954-05-01": "Labor Day", "1954-05-04": "Youth Day", "1954-06-01": "Children's Day", "1954-08-01": "Army Day", "1954-10-01": "National Day", "1954-10-02": "National Day", "1955-01-01": "New Year's Day", "1955-01-24": "Chinese New Year (Spring Festival)", "1955-01-25": "Chinese New Year (Spring Festival)", "1955-01-26": "Chinese New Year (Spring Festival)", "1955-03-08": "International Women's Day", "1955-05-01": "Labor Day", "1955-05-04": "Youth Day", "1955-06-01": "Children's Day", "1955-08-01": "Army Day", "1955-10-01": "National Day", "1955-10-02": "National Day", "1956-01-01": "New Year's Day", "1956-02-12": "Chinese New Year (Spring Festival)", "1956-02-13": "Chinese New Year (Spring Festival)", "1956-02-14": "Chinese New Year (Spring Festival)", "1956-03-08": "International Women's Day", "1956-05-01": "Labor Day", "1956-05-04": "Youth Day", "1956-06-01": "Children's Day", "1956-08-01": "Army Day", "1956-10-01": "National Day", "1956-10-02": "National Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (Spring Festival)", "1957-02-01": "Chinese New Year (Spring Festival)", "1957-02-02": "Chinese New Year (Spring Festival)", "1957-03-08": "International Women's Day", "1957-05-01": "Labor Day", "1957-05-04": "Youth Day", "1957-06-01": "Children's Day", "1957-08-01": "Army Day", "1957-10-01": "National Day", "1957-10-02": "National Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (Spring Festival)", "1958-02-19": "Chinese New Year (Spring Festival)", "1958-02-20": "Chinese New Year (Spring Festival)", "1958-03-08": "International Women's Day", "1958-05-01": "Labor Day", "1958-05-04": "Youth Day", "1958-06-01": "Children's Day", "1958-08-01": "Army Day", "1958-10-01": "National Day", "1958-10-02": "National Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (Spring Festival)", "1959-02-09": "Chinese New Year (Spring Festival)", "1959-02-10": "Chinese New Year (Spring Festival)", "1959-03-08": "International Women's Day", "1959-05-01": "Labor Day", "1959-05-04": "Youth Day", "1959-06-01": "Children's Day", "1959-08-01": "Army Day", "1959-10-01": "National Day", "1959-10-02": "National Day", "1960-01-01": "New Year's Day", "1960-01-28": "Chinese New Year (Spring Festival)", "1960-01-29": "Chinese New Year (Spring Festival)", "1960-01-30": "Chinese New Year (Spring Festival)", "1960-03-08": "International Women's Day", "1960-05-01": "Labor Day", "1960-05-04": "Youth Day", "1960-06-01": "Children's Day", "1960-08-01": "Army Day", "1960-10-01": "National Day", "1960-10-02": "National Day", "1961-01-01": "New Year's Day", "1961-02-15": "Chinese New Year (Spring Festival)", "1961-02-16": "Chinese New Year (Spring Festival)", "1961-02-17": "Chinese New Year (Spring Festival)", "1961-03-08": "International Women's Day", "1961-05-01": "Labor Day", "1961-05-04": "Youth Day", "1961-06-01": "Children's Day", "1961-08-01": "Army Day", "1961-10-01": "National Day", "1961-10-02": "National Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year (Spring Festival)", "1962-02-06": "Chinese New Year (Spring Festival)", "1962-02-07": "Chinese New Year (Spring Festival)", "1962-03-08": "International Women's Day", "1962-05-01": "Labor Day", "1962-05-04": "Youth Day", "1962-06-01": "Children's Day", "1962-08-01": "Army Day", "1962-10-01": "National Day", "1962-10-02": "National Day", "1963-01-01": "New Year's Day", "1963-01-25": "Chinese New Year (Spring Festival)", "1963-01-26": "Chinese New Year (Spring Festival)", "1963-01-27": "Chinese New Year (Spring Festival)", "1963-03-08": "International Women's Day", "1963-05-01": "Labor Day", "1963-05-04": "Youth Day", "1963-06-01": "Children's Day", "1963-08-01": "Army Day", "1963-10-01": "National Day", "1963-10-02": "National Day", "1964-01-01": "New Year's Day", "1964-02-13": "Chinese New Year (Spring Festival)", "1964-02-14": "Chinese New Year (Spring Festival)", "1964-02-15": "Chinese New Year (Spring Festival)", "1964-03-08": "International Women's Day", "1964-05-01": "Labor Day", "1964-05-04": "Youth Day", "1964-06-01": "Children's Day", "1964-08-01": "Army Day", "1964-10-01": "National Day", "1964-10-02": "National Day", "1965-01-01": "New Year's Day", "1965-02-02": "Chinese New Year (Spring Festival)", "1965-02-03": "Chinese New Year (Spring Festival)", "1965-02-04": "Chinese New Year (Spring Festival)", "1965-03-08": "International Women's Day", "1965-05-01": "Labor Day", "1965-05-04": "Youth Day", "1965-06-01": "Children's Day", "1965-08-01": "Army Day", "1965-10-01": "National Day", "1965-10-02": "National Day", "1966-01-01": "New Year's Day", "1966-01-21": "Chinese New Year (Spring Festival)", "1966-01-22": "Chinese New Year (Spring Festival)", "1966-01-23": "Chinese New Year (Spring Festival)", "1966-03-08": "International Women's Day", "1966-05-01": "Labor Day", "1966-05-04": "Youth Day", "1966-06-01": "Children's Day", "1966-08-01": "Army Day", "1966-10-01": "National Day", "1966-10-02": "National Day", "1967-01-01": "New Year's Day", "1967-02-09": "Chinese New Year (Spring Festival)", "1967-02-10": "Chinese New Year (Spring Festival)", "1967-02-11": "Chinese New Year (Spring Festival)", "1967-03-08": "International Women's Day", "1967-05-01": "Labor Day", "1967-05-04": "Youth Day", "1967-06-01": "Children's Day", "1967-08-01": "Army Day", "1967-10-01": "National Day", "1967-10-02": "National Day", "1968-01-01": "New Year's Day", "1968-01-30": "Chinese New Year (Spring Festival)", "1968-01-31": "Chinese New Year (Spring Festival)", "1968-02-01": "Chinese New Year (Spring Festival)", "1968-03-08": "International Women's Day", "1968-05-01": "Labor Day", "1968-05-04": "Youth Day", "1968-06-01": "Children's Day", "1968-08-01": "Army Day", "1968-10-01": "National Day", "1968-10-02": "National Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (Spring Festival)", "1969-02-18": "Chinese New Year (Spring Festival)", "1969-02-19": "Chinese New Year (Spring Festival)", "1969-03-08": "International Women's Day", "1969-05-01": "Labor Day", "1969-05-04": "Youth Day", "1969-06-01": "Children's Day", "1969-08-01": "Army Day", "1969-10-01": "National Day", "1969-10-02": "National Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (Spring Festival)", "1970-02-07": "Chinese New Year (Spring Festival)", "1970-02-08": "Chinese New Year (Spring Festival)", "1970-03-08": "International Women's Day", "1970-05-01": "Labor Day", "1970-05-04": "Youth Day", "1970-06-01": "Children's Day", "1970-08-01": "Army Day", "1970-10-01": "National Day", "1970-10-02": "National Day", "1971-01-01": "New Year's Day", "1971-01-27": "Chinese New Year (Spring Festival)", "1971-01-28": "Chinese New Year (Spring Festival)", "1971-01-29": "Chinese New Year (Spring Festival)", "1971-03-08": "International Women's Day", "1971-05-01": "Labor Day", "1971-05-04": "Youth Day", "1971-06-01": "Children's Day", "1971-08-01": "Army Day", "1971-10-01": "National Day", "1971-10-02": "National Day", "1972-01-01": "New Year's Day", "1972-02-15": "Chinese New Year (Spring Festival)", "1972-02-16": "Chinese New Year (Spring Festival)", "1972-02-17": "Chinese New Year (Spring Festival)", "1972-03-08": "International Women's Day", "1972-05-01": "Labor Day", "1972-05-04": "Youth Day", "1972-06-01": "Children's Day", "1972-08-01": "Army Day", "1972-10-01": "National Day", "1972-10-02": "National Day", "1973-01-01": "New Year's Day", "1973-02-03": "Chinese New Year (Spring Festival)", "1973-02-04": "Chinese New Year (Spring Festival)", "1973-02-05": "Chinese New Year (Spring Festival)", "1973-03-08": "International Women's Day", "1973-05-01": "Labor Day", "1973-05-04": "Youth Day", "1973-06-01": "Children's Day", "1973-08-01": "Army Day", "1973-10-01": "National Day", "1973-10-02": "National Day", "1974-01-01": "New Year's Day", "1974-01-23": "Chinese New Year (Spring Festival)", "1974-01-24": "Chinese New Year (Spring Festival)", "1974-01-25": "Chinese New Year (Spring Festival)", "1974-03-08": "International Women's Day", "1974-05-01": "Labor Day", "1974-05-04": "Youth Day", "1974-06-01": "Children's Day", "1974-08-01": "Army Day", "1974-10-01": "National Day", "1974-10-02": "National Day", "1975-01-01": "New Year's Day", "1975-02-11": "Chinese New Year (Spring Festival)", "1975-02-12": "Chinese New Year (Spring Festival)", "1975-02-13": "Chinese New Year (Spring Festival)", "1975-03-08": "International Women's Day", "1975-05-01": "Labor Day", "1975-05-04": "Youth Day", "1975-06-01": "Children's Day", "1975-08-01": "Army Day", "1975-10-01": "National Day", "1975-10-02": "National Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (Spring Festival)", "1976-02-01": "Chinese New Year (Spring Festival)", "1976-02-02": "Chinese New Year (Spring Festival)", "1976-03-08": "International Women's Day", "1976-05-01": "Labor Day", "1976-05-04": "Youth Day", "1976-06-01": "Children's Day", "1976-08-01": "Army Day", "1976-10-01": "National Day", "1976-10-02": "National Day", "1977-01-01": "New Year's Day", "1977-02-18": "Chinese New Year (Spring Festival)", "1977-02-19": "Chinese New Year (Spring Festival)", "1977-02-20": "Chinese New Year (Spring Festival)", "1977-03-08": "International Women's Day", "1977-05-01": "Labor Day", "1977-05-04": "Youth Day", "1977-06-01": "Children's Day", "1977-08-01": "Army Day", "1977-10-01": "National Day", "1977-10-02": "National Day", "1978-01-01": "New Year's Day", "1978-02-07": "Chinese New Year (Spring Festival)", "1978-02-08": "Chinese New Year (Spring Festival)", "1978-02-09": "Chinese New Year (Spring Festival)", "1978-03-08": "International Women's Day", "1978-05-01": "Labor Day", "1978-05-04": "Youth Day", "1978-06-01": "Children's Day", "1978-08-01": "Army Day", "1978-10-01": "National Day", "1978-10-02": "National Day", "1979-01-01": "New Year's Day", "1979-01-28": "Chinese New Year (Spring Festival)", "1979-01-29": "Chinese New Year (Spring Festival)", "1979-01-30": "Chinese New Year (Spring Festival)", "1979-03-08": "International Women's Day", "1979-05-01": "Labor Day", "1979-05-04": "Youth Day", "1979-06-01": "Children's Day", "1979-08-01": "Army Day", "1979-10-01": "National Day", "1979-10-02": "National Day", "1980-01-01": "New Year's Day", "1980-02-16": "Chinese New Year (Spring Festival)", "1980-02-17": "Chinese New Year (Spring Festival)", "1980-02-18": "Chinese New Year (Spring Festival)", "1980-03-08": "International Women's Day", "1980-05-01": "Labor Day", "1980-05-04": "Youth Day", "1980-06-01": "Children's Day", "1980-08-01": "Army Day", "1980-10-01": "National Day", "1980-10-02": "National Day", "1981-01-01": "New Year's Day", "1981-02-05": "Chinese New Year (Spring Festival)", "1981-02-06": "Chinese New Year (Spring Festival)", "1981-02-07": "Chinese New Year (Spring Festival)", "1981-03-08": "International Women's Day", "1981-05-01": "Labor Day", "1981-05-04": "Youth Day", "1981-06-01": "Children's Day", "1981-08-01": "Army Day", "1981-10-01": "National Day", "1981-10-02": "National Day", "1982-01-01": "New Year's Day", "1982-01-25": "Chinese New Year (Spring Festival)", "1982-01-26": "Chinese New Year (Spring Festival)", "1982-01-27": "Chinese New Year (Spring Festival)", "1982-03-08": "International Women's Day", "1982-05-01": "Labor Day", "1982-05-04": "Youth Day", "1982-06-01": "Children's Day", "1982-08-01": "Army Day", "1982-10-01": "National Day", "1982-10-02": "National Day", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year (Spring Festival)", "1983-02-14": "Chinese New Year (Spring Festival)", "1983-02-15": "Chinese New Year (Spring Festival)", "1983-03-08": "International Women's Day", "1983-05-01": "Labor Day", "1983-05-04": "Youth Day", "1983-06-01": "Children's Day", "1983-08-01": "Army Day", "1983-10-01": "National Day", "1983-10-02": "National Day", "1984-01-01": "New Year's Day", "1984-02-02": "Chinese New Year (Spring Festival)", "1984-02-03": "Chinese New Year (Spring Festival)", "1984-02-04": "Chinese New Year (Spring Festival)", "1984-03-08": "International Women's Day", "1984-05-01": "Labor Day", "1984-05-04": "Youth Day", "1984-06-01": "Children's Day", "1984-08-01": "Army Day", "1984-10-01": "National Day", "1984-10-02": "National Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year (Spring Festival)", "1985-02-21": "Chinese New Year (Spring Festival)", "1985-02-22": "Chinese New Year (Spring Festival)", "1985-03-08": "International Women's Day", "1985-05-01": "Labor Day", "1985-05-04": "Youth Day", "1985-06-01": "Children's Day", "1985-08-01": "Army Day", "1985-10-01": "National Day", "1985-10-02": "National Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year (Spring Festival)", "1986-02-10": "Chinese New Year (Spring Festival)", "1986-02-11": "Chinese New Year (Spring Festival)", "1986-03-08": "International Women's Day", "1986-05-01": "Labor Day", "1986-05-04": "Youth Day", "1986-06-01": "Children's Day", "1986-08-01": "Army Day", "1986-10-01": "National Day", "1986-10-02": "National Day", "1987-01-01": "New Year's Day", "1987-01-29": "Chinese New Year (Spring Festival)", "1987-01-30": "Chinese New Year (Spring Festival)", "1987-01-31": "Chinese New Year (Spring Festival)", "1987-03-08": "International Women's Day", "1987-05-01": "Labor Day", "1987-05-04": "Youth Day", "1987-06-01": "Children's Day", "1987-08-01": "Army Day", "1987-10-01": "National Day", "1987-10-02": "National Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year (Spring Festival)", "1988-02-18": "Chinese New Year (Spring Festival)", "1988-02-19": "Chinese New Year (Spring Festival)", "1988-03-08": "International Women's Day", "1988-05-01": "Labor Day", "1988-05-04": "Youth Day", "1988-06-01": "Children's Day", "1988-08-01": "Army Day", "1988-10-01": "National Day", "1988-10-02": "National Day", "1989-01-01": "New Year's Day", "1989-02-06": "Chinese New Year (Spring Festival)", "1989-02-07": "Chinese New Year (Spring Festival)", "1989-02-08": "Chinese New Year (Spring Festival)", "1989-03-08": "International Women's Day", "1989-05-01": "Labor Day", "1989-05-04": "Youth Day", "1989-06-01": "Children's Day", "1989-08-01": "Army Day", "1989-10-01": "National Day", "1989-10-02": "National Day", "1990-01-01": "New Year's Day", "1990-01-27": "Chinese New Year (Spring Festival)", "1990-01-28": "Chinese New Year (Spring Festival)", "1990-01-29": "Chinese New Year (Spring Festival)", "1990-03-08": "International Women's Day", "1990-05-01": "Labor Day", "1990-05-04": "Youth Day", "1990-06-01": "Children's Day", "1990-08-01": "Army Day", "1990-10-01": "National Day", "1990-10-02": "National Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year (Spring Festival)", "1991-02-16": "Chinese New Year (Spring Festival)", "1991-02-17": "Chinese New Year (Spring Festival)", "1991-03-08": "International Women's Day", "1991-05-01": "Labor Day", "1991-05-04": "Youth Day", "1991-06-01": "Children's Day", "1991-08-01": "Army Day", "1991-10-01": "National Day", "1991-10-02": "National Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year (Spring Festival)", "1992-02-05": "Chinese New Year (Spring Festival)", "1992-02-06": "Chinese New Year (Spring Festival)", "1992-03-08": "International Women's Day", "1992-05-01": "Labor Day", "1992-05-04": "Youth Day", "1992-06-01": "Children's Day", "1992-08-01": "Army Day", "1992-10-01": "National Day", "1992-10-02": "National Day", "1993-01-01": "New Year's Day", "1993-01-23": "Chinese New Year (Spring Festival)", "1993-01-24": "Chinese New Year (Spring Festival)", "1993-01-25": "Chinese New Year (Spring Festival)", "1993-03-08": "International Women's Day", "1993-05-01": "Labor Day", "1993-05-04": "Youth Day", "1993-06-01": "Children's Day", "1993-08-01": "Army Day", "1993-10-01": "National Day", "1993-10-02": "National Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year (Spring Festival)", "1994-02-11": "Chinese New Year (Spring Festival)", "1994-02-12": "Chinese New Year (Spring Festival)", "1994-03-08": "International Women's Day", "1994-05-01": "Labor Day", "1994-05-04": "Youth Day", "1994-06-01": "Children's Day", "1994-08-01": "Army Day", "1994-10-01": "National Day", "1994-10-02": "National Day", "1995-01-01": "New Year's Day", "1995-01-31": "Chinese New Year (Spring Festival)", "1995-02-01": "Chinese New Year (Spring Festival)", "1995-02-02": "Chinese New Year (Spring Festival)", "1995-03-08": "International Women's Day", "1995-05-01": "Labor Day", "1995-05-04": "Youth Day", "1995-06-01": "Children's Day", "1995-08-01": "Army Day", "1995-10-01": "National Day", "1995-10-02": "National Day", "1996-01-01": "New Year's Day", "1996-02-19": "Chinese New Year (Spring Festival)", "1996-02-20": "Chinese New Year (Spring Festival)", "1996-02-21": "Chinese New Year (Spring Festival)", "1996-03-08": "International Women's Day", "1996-05-01": "Labor Day", "1996-05-04": "Youth Day", "1996-06-01": "Children's Day", "1996-08-01": "Army Day", "1996-10-01": "National Day", "1996-10-02": "National Day", "1997-01-01": "New Year's Day", "1997-02-07": "Chinese New Year (Spring Festival)", "1997-02-08": "Chinese New Year (Spring Festival)", "1997-02-09": "Chinese New Year (Spring Festival)", "1997-03-08": "International Women's Day", "1997-05-01": "Labor Day", "1997-05-04": "Youth Day", "1997-06-01": "Children's Day", "1997-08-01": "Army Day", "1997-10-01": "National Day", "1997-10-02": "National Day", "1998-01-01": "New Year's Day", "1998-01-28": "Chinese New Year (Spring Festival)", "1998-01-29": "Chinese New Year (Spring Festival)", "1998-01-30": "Chinese New Year (Spring Festival)", "1998-03-08": "International Women's Day", "1998-05-01": "Labor Day", "1998-05-04": "Youth Day", "1998-06-01": "Children's Day", "1998-08-01": "Army Day", "1998-10-01": "National Day", "1998-10-02": "National Day", "1999-01-01": "New Year's Day", "1999-02-16": "Chinese New Year (Spring Festival)", "1999-02-17": "Chinese New Year (Spring Festival)", "1999-02-18": "Chinese New Year (Spring Festival)", "1999-03-08": "International Women's Day", "1999-05-01": "Labor Day", "1999-05-04": "Youth Day", "1999-06-01": "Children's Day", "1999-08-01": "Army Day", "1999-10-01": "National Day", "1999-10-02": "National Day", "1999-10-03": "National Day", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-02-05": "Chinese New Year (Spring Festival)", "2000-02-06": "Chinese New Year (Spring Festival)", "2000-02-07": "Chinese New Year (Spring Festival)", "2000-02-08": "Chinese New Year (Spring Festival) (observed)", "2000-02-09": "Chinese New Year (Spring Festival) (observed)", "2000-03-08": "International Women's Day", "2000-05-01": "Labor Day", "2000-05-02": "Labor Day", "2000-05-03": "Labor Day", "2000-05-04": "Youth Day", "2000-06-01": "Children's Day", "2000-08-01": "Army Day", "2000-10-01": "National Day", "2000-10-02": "National Day", "2000-10-03": "National Day", "2000-10-04": "National Day (observed)", "2001-01-01": "New Year's Day", "2001-01-24": "Chinese New Year (Spring Festival)", "2001-01-25": "Chinese New Year (Spring Festival)", "2001-01-26": "Chinese New Year (Spring Festival)", "2001-01-29": "Day off (substituted from 01/20/2001)", "2001-01-30": "Day off (substituted from 01/21/2001)", "2001-03-08": "International Women's Day", "2001-05-01": "Labor Day", "2001-05-02": "Labor Day", "2001-05-03": "Labor Day", "2001-05-04": "Day off (substituted from 04/28/2001); Youth Day", "2001-05-07": "Day off (substituted from 04/29/2001)", "2001-06-01": "Children's Day", "2001-08-01": "Army Day", "2001-10-01": "National Day", "2001-10-02": "National Day", "2001-10-03": "National Day", "2001-10-04": "Day off (substituted from 09/29/2001)", "2001-10-05": "Day off (substituted from 09/30/2001)", "2002-01-01": "New Year's Day", "2002-01-02": "Day off (substituted from 12/29/2001)", "2002-01-03": "Day off (substituted from 12/30/2001)", "2002-02-12": "Chinese New Year (Spring Festival)", "2002-02-13": "Chinese New Year (Spring Festival)", "2002-02-14": "Chinese New Year (Spring Festival)", "2002-02-15": "Day off (substituted from 02/09/2002)", "2002-02-18": "Day off (substituted from 02/10/2002)", "2002-03-08": "International Women's Day", "2002-05-01": "Labor Day", "2002-05-02": "Labor Day", "2002-05-03": "Labor Day", "2002-05-04": "Youth Day", "2002-05-06": "Day off (substituted from 04/27/2002)", "2002-05-07": "Day off (substituted from 04/28/2002)", "2002-06-01": "Children's Day", "2002-08-01": "Army Day", "2002-10-01": "National Day", "2002-10-02": "National Day", "2002-10-03": "National Day", "2002-10-04": "Day off (substituted from 09/28/2002)", "2002-10-07": "Day off (substituted from 09/29/2002)", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year (Spring Festival)", "2003-02-02": "Chinese New Year (Spring Festival)", "2003-02-03": "Chinese New Year (Spring Festival)", "2003-02-04": "Chinese New Year (Spring Festival) (observed)", "2003-02-05": "Chinese New Year (Spring Festival) (observed)", "2003-02-06": "Day off (substituted from 02/08/2003)", "2003-02-07": "Day off (substituted from 02/09/2003)", "2003-03-08": "International Women's Day", "2003-05-01": "Labor Day", "2003-05-02": "Labor Day", "2003-05-03": "Labor Day", "2003-05-04": "Youth Day", "2003-05-05": "Labor Day (observed)", "2003-05-06": "Day off (substituted from 04/26/2003)", "2003-05-07": "Day off (substituted from 04/27/2003)", "2003-06-01": "Children's Day", "2003-08-01": "Army Day", "2003-10-01": "National Day", "2003-10-02": "National Day", "2003-10-03": "National Day", "2003-10-06": "Day off (substituted from 09/27/2003)", "2003-10-07": "Day off (substituted from 09/28/2003)", "2004-01-01": "New Year's Day", "2004-01-22": "Chinese New Year (Spring Festival)", "2004-01-23": "Chinese New Year (Spring Festival)", "2004-01-24": "Chinese New Year (Spring Festival)", "2004-01-26": "Chinese New Year (Spring Festival) (observed)", "2004-01-27": "Day off (substituted from 01/17/2004)", "2004-01-28": "Day off (substituted from 01/18/2004)", "2004-03-08": "International Women's Day", "2004-05-01": "Labor Day", "2004-05-02": "Labor Day", "2004-05-03": "Labor Day", "2004-05-04": "Labor Day (observed); Youth Day", "2004-05-05": "Labor Day (observed)", "2004-05-06": "Day off (substituted from 05/08/2004)", "2004-05-07": "Day off (substituted from 05/09/2004)", "2004-06-01": "Children's Day", "2004-08-01": "Army Day", "2004-10-01": "National Day", "2004-10-02": "National Day", "2004-10-03": "National Day", "2004-10-04": "National Day (observed)", "2004-10-05": "National Day (observed)", "2004-10-06": "Day off (substituted from 10/09/2004)", "2004-10-07": "Day off (substituted from 10/10/2004)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-02-09": "Chinese New Year (Spring Festival)", "2005-02-10": "Chinese New Year (Spring Festival)", "2005-02-11": "Chinese New Year (Spring Festival)", "2005-02-14": "Day off (substituted from 02/05/2005)", "2005-02-15": "Day off (substituted from 02/06/2005)", "2005-03-08": "International Women's Day", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day", "2005-05-03": "Labor Day", "2005-05-04": "Labor Day (observed); Youth Day", "2005-05-05": "Day off (substituted from 04/30/2005)", "2005-05-06": "Day off (substituted from 05/08/2005)", "2005-06-01": "Children's Day", "2005-08-01": "Army Day", "2005-10-01": "National Day", "2005-10-02": "National Day", "2005-10-03": "National Day", "2005-10-04": "National Day (observed)", "2005-10-05": "National Day (observed)", "2005-10-06": "Day off (substituted from 10/08/2005)", "2005-10-07": "Day off (substituted from 10/09/2005)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-03": "Day off (substituted from 12/31/2005)", "2006-01-29": "Chinese New Year (Spring Festival)", "2006-01-30": "Chinese New Year (Spring Festival)", "2006-01-31": "Chinese New Year (Spring Festival)", "2006-02-01": "Chinese New Year (Spring Festival) (observed)", "2006-02-02": "Day off (substituted from 01/28/2006)", "2006-02-03": "Day off (substituted from 02/05/2006)", "2006-03-08": "International Women's Day", "2006-05-01": "Labor Day", "2006-05-02": "Labor Day", "2006-05-03": "Labor Day", "2006-05-04": "Day off (substituted from 04/29/2006); Youth Day", "2006-05-05": "Day off (substituted from 04/30/2006)", "2006-06-01": "Children's Day", "2006-08-01": "Army Day", "2006-10-01": "National Day", "2006-10-02": "National Day", "2006-10-03": "National Day", "2006-10-04": "National Day (observed)", "2006-10-05": "Day off (substituted from 09/30/2006)", "2006-10-06": "Day off (substituted from 10/08/2006)", "2007-01-01": "New Year's Day", "2007-01-02": "Day off (substituted from 12/30/2006)", "2007-01-03": "Day off (substituted from 12/31/2006)", "2007-02-18": "Chinese New Year (Spring Festival)", "2007-02-19": "Chinese New Year (Spring Festival)", "2007-02-20": "Chinese New Year (Spring Festival)", "2007-02-21": "Chinese New Year (Spring Festival) (observed)", "2007-02-22": "Day off (substituted from 02/17/2007)", "2007-02-23": "Day off (substituted from 02/25/2007)", "2007-03-08": "International Women's Day", "2007-05-01": "Labor Day", "2007-05-02": "Labor Day", "2007-05-03": "Labor Day", "2007-05-04": "Day off (substituted from 04/28/2007); Youth Day", "2007-05-07": "Day off (substituted from 04/29/2007)", "2007-06-01": "Children's Day", "2007-08-01": "Army Day", "2007-10-01": "National Day", "2007-10-02": "National Day", "2007-10-03": "National Day", "2007-10-04": "Day off (substituted from 09/29/2007)", "2007-10-05": "Day off (substituted from 09/30/2007)", "2007-12-31": "Day off (substituted from 12/29/2007)", "2008-01-01": "New Year's Day", "2008-02-06": "Chinese New Year's Eve", "2008-02-07": "Chinese New Year (Spring Festival)", "2008-02-08": "Chinese New Year (Spring Festival)", "2008-02-11": "Day off (substituted from 02/02/2008)", "2008-02-12": "Day off (substituted from 02/03/2008)", "2008-03-08": "International Women's Day", "2008-04-04": "Tomb-Sweeping Day", "2008-05-01": "Labor Day", "2008-05-02": "Day off (substituted from 05/04/2008)", "2008-05-04": "Youth Day", "2008-06-01": "Children's Day", "2008-06-08": "Dragon Boat Festival", "2008-06-09": "Dragon Boat Festival (observed)", "2008-08-01": "Army Day", "2008-09-14": "Mid-Autumn Festival", "2008-09-15": "Mid-Autumn Festival (observed)", "2008-09-29": "Day off (substituted from 09/27/2008)", "2008-09-30": "Day off (substituted from 09/28/2008)", "2008-10-01": "National Day", "2008-10-02": "National Day", "2008-10-03": "National Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day off (substituted from 01/04/2009)", "2009-01-25": "Chinese New Year's Eve", "2009-01-26": "Chinese New Year (Spring Festival)", "2009-01-27": "Chinese New Year (Spring Festival)", "2009-01-28": "Chinese New Year's Eve (observed)", "2009-01-29": "Day off (substituted from 01/24/2009)", "2009-01-30": "Day off (substituted from 02/01/2009)", "2009-03-08": "International Women's Day", "2009-04-04": "Tomb-Sweeping Day", "2009-04-06": "Tomb-Sweeping Day (observed)", "2009-05-01": "Labor Day", "2009-05-04": "Youth Day", "2009-05-28": "Dragon Boat Festival", "2009-05-29": "Day off (substituted from 05/31/2009)", "2009-06-01": "Children's Day", "2009-08-01": "Army Day", "2009-10-01": "National Day", "2009-10-02": "National Day", "2009-10-03": "Mid-Autumn Festival; National Day", "2009-10-05": "Mid-Autumn Festival (observed)", "2009-10-06": "National Day (observed)", "2009-10-07": "Day off (substituted from 09/27/2009)", "2009-10-08": "Day off (substituted from 10/10/2009)", "2010-01-01": "New Year's Day", "2010-02-13": "Chinese New Year's Eve", "2010-02-14": "Chinese New Year (Spring Festival)", "2010-02-15": "Chinese New Year (Spring Festival)", "2010-02-16": "Chinese New Year's Eve (observed)", "2010-02-17": "Chinese New Year (Spring Festival) (observed)", "2010-02-18": "Day off (substituted from 02/20/2010)", "2010-02-19": "Day off (substituted from 02/21/2010)", "2010-03-08": "International Women's Day", "2010-04-05": "Tomb-Sweeping Day", "2010-05-01": "Labor Day", "2010-05-03": "Labor Day (observed)", "2010-05-04": "Youth Day", "2010-06-01": "Children's Day", "2010-06-14": "Day off (substituted from 06/12/2010)", "2010-06-15": "Day off (substituted from 06/13/2010)", "2010-06-16": "Dragon Boat Festival", "2010-08-01": "Army Day", "2010-09-22": "Mid-Autumn Festival", "2010-09-23": "Day off (substituted from 09/19/2010)", "2010-09-24": "Day off (substituted from 09/25/2010)", "2010-10-01": "National Day", "2010-10-02": "National Day", "2010-10-03": "National Day", "2010-10-04": "National Day (observed)", "2010-10-05": "National Day (observed)", "2010-10-06": "Day off (substituted from 09/26/2010)", "2010-10-07": "Day off (substituted from 10/09/2010)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-02-02": "Chinese New Year's Eve", "2011-02-03": "Chinese New Year (Spring Festival)", "2011-02-04": "Chinese New Year (Spring Festival)", "2011-02-07": "Day off (substituted from 01/30/2011)", "2011-02-08": "Day off (substituted from 02/12/2011)", "2011-03-08": "International Women's Day", "2011-04-04": "Day off (substituted from 04/02/2011)", "2011-04-05": "Tomb-Sweeping Day", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-04": "Youth Day", "2011-06-01": "Children's Day", "2011-06-06": "Dragon Boat Festival", "2011-08-01": "Army Day", "2011-09-12": "Mid-Autumn Festival", "2011-10-01": "National Day", "2011-10-02": "National Day", "2011-10-03": "National Day", "2011-10-04": "National Day (observed)", "2011-10-05": "National Day (observed)", "2011-10-06": "Day off (substituted from 10/08/2011)", "2011-10-07": "Day off (substituted from 10/09/2011)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-03": "Day off (substituted from 12/31/2011)", "2012-01-22": "Chinese New Year's Eve", "2012-01-23": "Chinese New Year (Spring Festival)", "2012-01-24": "Chinese New Year (Spring Festival)", "2012-01-25": "Chinese New Year's Eve (observed)", "2012-01-26": "Day off (substituted from 01/21/2012)", "2012-01-27": "Day off (substituted from 01/29/2012)", "2012-03-08": "International Women's Day", "2012-04-02": "Day off (substituted from 03/31/2012)", "2012-04-03": "Day off (substituted from 04/01/2012)", "2012-04-04": "Tomb-Sweeping Day", "2012-04-30": "Day off (substituted from 04/28/2012)", "2012-05-01": "Labor Day", "2012-05-04": "Youth Day", "2012-06-01": "Children's Day", "2012-06-22": "Dragon Boat Festival (observed)", "2012-06-23": "Dragon Boat Festival", "2012-08-01": "Army Day", "2012-09-30": "Mid-Autumn Festival", "2012-10-01": "National Day", "2012-10-02": "National Day", "2012-10-03": "National Day", "2012-10-04": "Mid-Autumn Festival (observed)", "2012-10-05": "Day off (substituted from 09/29/2012)", "2013-01-01": "New Year's Day", "2013-01-02": "Day off (substituted from 01/05/2013)", "2013-01-03": "Day off (substituted from 01/06/2013)", "2013-02-09": "Chinese New Year's Eve", "2013-02-10": "Chinese New Year (Spring Festival)", "2013-02-11": "Chinese New Year (Spring Festival)", "2013-02-12": "Chinese New Year's Eve (observed)", "2013-02-13": "Chinese New Year (Spring Festival) (observed)", "2013-02-14": "Day off (substituted from 02/16/2013)", "2013-02-15": "Day off (substituted from 02/17/2013)", "2013-03-08": "International Women's Day", "2013-04-04": "Tomb-Sweeping Day", "2013-04-05": "Day off (substituted from 04/07/2013)", "2013-04-29": "Day off (substituted from 04/27/2013)", "2013-04-30": "Day off (substituted from 04/28/2013)", "2013-05-01": "Labor Day", "2013-05-04": "Youth Day", "2013-06-01": "Children's Day", "2013-06-10": "Day off (substituted from 06/08/2013)", "2013-06-11": "Day off (substituted from 06/09/2013)", "2013-06-12": "Dragon Boat Festival", "2013-08-01": "Army Day", "2013-09-19": "Mid-Autumn Festival", "2013-09-20": "Day off (substituted from 09/22/2013)", "2013-10-01": "National Day", "2013-10-02": "National Day", "2013-10-03": "National Day", "2013-10-04": "Day off (substituted from 09/29/2013)", "2013-10-07": "Day off (substituted from 10/12/2013)", "2014-01-01": "New Year's Day", "2014-01-31": "Chinese New Year (Spring Festival)", "2014-02-01": "Chinese New Year (Spring Festival)", "2014-02-02": "Chinese New Year (Spring Festival)", "2014-02-03": "Chinese New Year (Spring Festival) (observed)", "2014-02-04": "Chinese New Year (Spring Festival) (observed)", "2014-02-05": "Day off (substituted from 01/26/2014)", "2014-02-06": "Day off (substituted from 02/08/2014)", "2014-03-08": "International Women's Day", "2014-04-05": "Tomb-Sweeping Day", "2014-04-07": "Tomb-Sweeping Day (observed)", "2014-05-01": "Labor Day", "2014-05-02": "Day off (substituted from 05/04/2014)", "2014-05-04": "Youth Day", "2014-06-01": "Children's Day", "2014-06-02": "Dragon Boat Festival", "2014-08-01": "Army Day", "2014-09-08": "Mid-Autumn Festival", "2014-10-01": "National Day", "2014-10-02": "National Day", "2014-10-03": "National Day", "2014-10-06": "Day off (substituted from 09/28/2014)", "2014-10-07": "Day off (substituted from 10/11/2014)", "2015-01-01": "New Year's Day", "2015-01-02": "Day off (substituted from 01/04/2015)", "2015-02-18": "Day off (substituted from 02/15/2015)", "2015-02-19": "Chinese New Year (Spring Festival)", "2015-02-20": "Chinese New Year (Spring Festival)", "2015-02-21": "Chinese New Year (Spring Festival)", "2015-02-23": "Chinese New Year (Spring Festival) (observed)", "2015-02-24": "Day off (substituted from 02/28/2015)", "2015-03-08": "International Women's Day", "2015-04-05": "Tomb-Sweeping Day", "2015-04-06": "Tomb-Sweeping Day (observed)", "2015-05-01": "Labor Day", "2015-05-04": "Youth Day", "2015-06-01": "Children's Day", "2015-06-20": "Dragon Boat Festival", "2015-06-22": "Dragon Boat Festival (observed)", "2015-08-01": "Army Day", "2015-09-03": "70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese Aggression and the World Anti-Fascist War", "2015-09-04": "Day off (substituted from 09/06/2015)", "2015-09-27": "Mid-Autumn Festival", "2015-10-01": "National Day", "2015-10-02": "National Day", "2015-10-03": "National Day", "2015-10-05": "National Day (observed)", "2015-10-06": "Mid-Autumn Festival (observed)", "2015-10-07": "Day off (substituted from 10/10/2015)", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year (Spring Festival)", "2016-02-09": "Chinese New Year (Spring Festival)", "2016-02-10": "Chinese New Year (Spring Festival)", "2016-02-11": "Day off (substituted from 02/06/2016)", "2016-02-12": "Day off (substituted from 02/14/2016)", "2016-03-08": "International Women's Day", "2016-04-04": "Tomb-Sweeping Day", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-04": "Youth Day", "2016-06-01": "Children's Day", "2016-06-09": "Dragon Boat Festival", "2016-06-10": "Day off (substituted from 06/12/2016)", "2016-08-01": "Army Day", "2016-09-15": "Mid-Autumn Festival", "2016-09-16": "Day off (substituted from 09/18/2016)", "2016-10-01": "National Day", "2016-10-02": "National Day", "2016-10-03": "National Day", "2016-10-04": "National Day (observed)", "2016-10-05": "National Day (observed)", "2016-10-06": "Day off (substituted from 10/08/2016)", "2016-10-07": "Day off (substituted from 10/09/2016)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-27": "Day off (substituted from 01/22/2017)", "2017-01-28": "Chinese New Year (Spring Festival)", "2017-01-29": "Chinese New Year (Spring Festival)", "2017-01-30": "Chinese New Year (Spring Festival)", "2017-01-31": "Chinese New Year (Spring Festival) (observed)", "2017-02-01": "Chinese New Year (Spring Festival) (observed)", "2017-02-02": "Day off (substituted from 02/04/2017)", "2017-03-08": "International Women's Day", "2017-04-03": "Day off (substituted from 04/01/2017)", "2017-04-04": "Tomb-Sweeping Day", "2017-05-01": "Labor Day", "2017-05-04": "Youth Day", "2017-05-29": "Day off (substituted from 05/27/2017)", "2017-05-30": "Dragon Boat Festival", "2017-06-01": "Children's Day", "2017-08-01": "Army Day", "2017-10-01": "National Day", "2017-10-02": "National Day", "2017-10-03": "National Day", "2017-10-04": "Mid-Autumn Festival", "2017-10-05": "National Day (observed)", "2017-10-06": "Day off (substituted from 09/30/2017)", "2018-01-01": "New Year's Day", "2018-02-15": "Day off (substituted from 02/11/2018)", "2018-02-16": "Chinese New Year (Spring Festival)", "2018-02-17": "Chinese New Year (Spring Festival)", "2018-02-18": "Chinese New Year (Spring Festival)", "2018-02-19": "Chinese New Year (Spring Festival) (observed)", "2018-02-20": "Chinese New Year (Spring Festival) (observed)", "2018-02-21": "Day off (substituted from 02/24/2018)", "2018-03-08": "International Women's Day", "2018-04-05": "Tomb-Sweeping Day", "2018-04-06": "Day off (substituted from 04/08/2018)", "2018-04-30": "Day off (substituted from 04/28/2018)", "2018-05-01": "Labor Day", "2018-05-04": "Youth Day", "2018-06-01": "Children's Day", "2018-06-18": "Dragon Boat Festival", "2018-08-01": "Army Day", "2018-09-24": "Mid-Autumn Festival", "2018-10-01": "National Day", "2018-10-02": "National Day", "2018-10-03": "National Day", "2018-10-04": "Day off (substituted from 09/29/2018)", "2018-10-05": "Day off (substituted from 09/30/2018)", "2018-12-31": "Day off (substituted from 12/29/2018)", "2019-01-01": "New Year's Day", "2019-02-04": "Day off (substituted from 02/02/2019)", "2019-02-05": "Chinese New Year (Spring Festival)", "2019-02-06": "Chinese New Year (Spring Festival)", "2019-02-07": "Chinese New Year (Spring Festival)", "2019-02-08": "Day off (substituted from 02/03/2019)", "2019-03-08": "International Women's Day", "2019-04-05": "Tomb-Sweeping Day", "2019-05-01": "Labor Day", "2019-05-04": "Youth Day", "2019-06-01": "Children's Day", "2019-06-07": "Dragon Boat Festival", "2019-08-01": "Army Day", "2019-09-13": "Mid-Autumn Festival", "2019-10-01": "National Day", "2019-10-02": "National Day", "2019-10-03": "National Day", "2019-10-04": "Day off (substituted from 09/29/2019)", "2019-10-07": "Day off (substituted from 10/12/2019)", "2020-01-01": "New Year's Day", "2020-01-24": "Day off (substituted from 01/19/2020)", "2020-01-25": "Chinese New Year (Spring Festival)", "2020-01-26": "Chinese New Year (Spring Festival)", "2020-01-27": "Chinese New Year (Spring Festival)", "2020-01-28": "Chinese New Year (Spring Festival) (observed)", "2020-01-29": "Chinese New Year (Spring Festival) (observed)", "2020-01-30": "Chinese New Year (Spring Festival) (observed)", "2020-01-31": "Chinese New Year Extended Holiday", "2020-02-01": "Chinese New Year Extended Holiday", "2020-02-02": "Chinese New Year Extended Holiday", "2020-03-08": "International Women's Day", "2020-04-04": "Tomb-Sweeping Day", "2020-04-06": "Tomb-Sweeping Day (observed)", "2020-05-01": "Labor Day", "2020-05-04": "Day off (substituted from 04/26/2020); Youth Day", "2020-05-05": "Day off (substituted from 05/09/2020)", "2020-06-01": "Children's Day", "2020-06-25": "Dragon Boat Festival", "2020-06-26": "Day off (substituted from 06/28/2020)", "2020-08-01": "Army Day", "2020-10-01": "Mid-Autumn Festival; National Day", "2020-10-02": "National Day", "2020-10-03": "National Day", "2020-10-05": "National Day (observed)", "2020-10-06": "Mid-Autumn Festival (observed)", "2020-10-07": "Day off (substituted from 09/27/2020)", "2020-10-08": "Day off (substituted from 10/10/2020)", "2021-01-01": "New Year's Day", "2021-02-11": "Day off (substituted from 02/07/2021)", "2021-02-12": "Chinese New Year (Spring Festival)", "2021-02-13": "Chinese New Year (Spring Festival)", "2021-02-14": "Chinese New Year (Spring Festival)", "2021-02-15": "Chinese New Year (Spring Festival) (observed)", "2021-02-16": "Chinese New Year (Spring Festival) (observed)", "2021-02-17": "Day off (substituted from 02/20/2021)", "2021-03-08": "International Women's Day", "2021-04-04": "Tomb-Sweeping Day", "2021-04-05": "Tomb-Sweeping Day (observed)", "2021-05-01": "Labor Day", "2021-05-03": "Labor Day (observed)", "2021-05-04": "Day off (substituted from 04/25/2021); Youth Day", "2021-05-05": "Day off (substituted from 05/08/2021)", "2021-06-01": "Children's Day", "2021-06-14": "Dragon Boat Festival", "2021-08-01": "Army Day", "2021-09-20": "Day off (substituted from 09/18/2021)", "2021-09-21": "Mid-Autumn Festival", "2021-10-01": "National Day", "2021-10-02": "National Day", "2021-10-03": "National Day", "2021-10-04": "National Day (observed)", "2021-10-05": "National Day (observed)", "2021-10-06": "Day off (substituted from 09/26/2021)", "2021-10-07": "Day off (substituted from 10/09/2021)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-31": "Day off (substituted from 01/29/2022)", "2022-02-01": "Chinese New Year (Spring Festival)", "2022-02-02": "Chinese New Year (Spring Festival)", "2022-02-03": "Chinese New Year (Spring Festival)", "2022-02-04": "Day off (substituted from 01/30/2022)", "2022-03-08": "International Women's Day", "2022-04-04": "Day off (substituted from 04/02/2022)", "2022-04-05": "Tomb-Sweeping Day", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-05-03": "Day off (substituted from 04/24/2022)", "2022-05-04": "Day off (substituted from 05/07/2022); Youth Day", "2022-06-01": "Children's Day", "2022-06-03": "Dragon Boat Festival", "2022-08-01": "Army Day", "2022-09-10": "Mid-Autumn Festival", "2022-09-12": "Mid-Autumn Festival (observed)", "2022-10-01": "National Day", "2022-10-02": "National Day", "2022-10-03": "National Day", "2022-10-04": "National Day (observed)", "2022-10-05": "National Day (observed)", "2022-10-06": "Day off (substituted from 10/08/2022)", "2022-10-07": "Day off (substituted from 10/09/2022)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year (Spring Festival)", "2023-01-23": "Chinese New Year (Spring Festival)", "2023-01-24": "Chinese New Year (Spring Festival)", "2023-01-25": "Chinese New Year (Spring Festival) (observed)", "2023-01-26": "Day off (substituted from 01/28/2023)", "2023-01-27": "Day off (substituted from 01/29/2023)", "2023-03-08": "International Women's Day", "2023-04-05": "Tomb-Sweeping Day", "2023-05-01": "Labor Day", "2023-05-02": "Day off (substituted from 04/23/2023)", "2023-05-03": "Day off (substituted from 05/06/2023)", "2023-05-04": "Youth Day", "2023-06-01": "Children's Day", "2023-06-22": "Dragon Boat Festival", "2023-06-23": "Day off (substituted from 06/25/2023)", "2023-08-01": "Army Day", "2023-09-29": "Mid-Autumn Festival", "2023-10-01": "National Day", "2023-10-02": "National Day", "2023-10-03": "National Day", "2023-10-04": "National Day (observed)", "2023-10-05": "Day off (substituted from 10/07/2023)", "2023-10-06": "Day off (substituted from 10/08/2023)", "2024-01-01": "New Year's Day", "2024-02-10": "Chinese New Year (Spring Festival)", "2024-02-11": "Chinese New Year (Spring Festival)", "2024-02-12": "Chinese New Year (Spring Festival)", "2024-02-13": "Chinese New Year (Spring Festival) (observed)", "2024-02-14": "Chinese New Year (Spring Festival) (observed)", "2024-02-15": "Day off (substituted from 02/04/2024)", "2024-02-16": "Day off (substituted from 02/18/2024)", "2024-03-08": "International Women's Day", "2024-04-04": "Tomb-Sweeping Day", "2024-04-05": "Day off (substituted from 04/07/2024)", "2024-05-01": "Labor Day", "2024-05-02": "Day off (substituted from 04/28/2024)", "2024-05-03": "Day off (substituted from 05/11/2024)", "2024-05-04": "Youth Day", "2024-06-01": "Children's Day", "2024-06-10": "Dragon Boat Festival", "2024-08-01": "Army Day", "2024-09-16": "Day off (substituted from 09/14/2024)", "2024-09-17": "Mid-Autumn Festival", "2024-10-01": "National Day", "2024-10-02": "National Day", "2024-10-03": "National Day", "2024-10-04": "Day off (substituted from 09/29/2024)", "2024-10-07": "Day off (substituted from 10/12/2024)", "2025-01-01": "New Year's Day", "2025-01-28": "Chinese New Year's Eve", "2025-01-29": "Chinese New Year (Spring Festival)", "2025-01-30": "Chinese New Year (Spring Festival)", "2025-01-31": "Chinese New Year (Spring Festival)", "2025-02-03": "Day off (substituted from 01/26/2025)", "2025-02-04": "Day off (substituted from 02/08/2025)", "2025-03-08": "International Women's Day", "2025-04-04": "Tomb-Sweeping Day", "2025-05-01": "Labor Day", "2025-05-02": "Labor Day", "2025-05-04": "Youth Day", "2025-05-05": "Day off (substituted from 04/27/2025)", "2025-05-31": "Dragon Boat Festival", "2025-06-01": "Children's Day", "2025-06-02": "Dragon Boat Festival (observed)", "2025-08-01": "Army Day", "2025-10-01": "National Day", "2025-10-02": "National Day", "2025-10-03": "National Day", "2025-10-06": "Mid-Autumn Festival", "2025-10-07": "Day off (substituted from 09/28/2025)", "2025-10-08": "Day off (substituted from 10/11/2025)", "2026-01-01": "New Year's Day", "2026-02-16": "Chinese New Year's Eve", "2026-02-17": "Chinese New Year (Spring Festival)", "2026-02-18": "Chinese New Year (Spring Festival)", "2026-02-19": "Chinese New Year (Spring Festival)", "2026-03-08": "International Women's Day", "2026-04-05": "Tomb-Sweeping Day", "2026-04-06": "Tomb-Sweeping Day (observed)", "2026-05-01": "Labor Day", "2026-05-02": "Labor Day", "2026-05-04": "Labor Day (observed); Youth Day", "2026-06-01": "Children's Day", "2026-06-19": "Dragon Boat Festival", "2026-08-01": "Army Day", "2026-09-25": "Mid-Autumn Festival", "2026-10-01": "National Day", "2026-10-02": "National Day", "2026-10-03": "National Day", "2026-10-05": "National Day (observed)", "2027-01-01": "New Year's Day", "2027-02-05": "Chinese New Year's Eve", "2027-02-06": "Chinese New Year (Spring Festival)", "2027-02-07": "Chinese New Year (Spring Festival)", "2027-02-08": "Chinese New Year (Spring Festival)", "2027-02-09": "Chinese New Year (Spring Festival) (observed)", "2027-02-10": "Chinese New Year (Spring Festival) (observed)", "2027-03-08": "International Women's Day", "2027-04-05": "Tomb-Sweeping Day", "2027-05-01": "Labor Day", "2027-05-02": "Labor Day", "2027-05-03": "Labor Day (observed)", "2027-05-04": "Labor Day (observed); Youth Day", "2027-06-01": "Children's Day", "2027-06-09": "Dragon Boat Festival", "2027-08-01": "Army Day", "2027-09-15": "Mid-Autumn Festival", "2027-10-01": "National Day", "2027-10-02": "National Day", "2027-10-03": "National Day", "2027-10-04": "National Day (observed)", "2027-10-05": "National Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-25": "Chinese New Year's Eve", "2028-01-26": "Chinese New Year (Spring Festival)", "2028-01-27": "Chinese New Year (Spring Festival)", "2028-01-28": "Chinese New Year (Spring Festival)", "2028-03-08": "International Women's Day", "2028-04-04": "Tomb-Sweeping Day", "2028-05-01": "Labor Day", "2028-05-02": "Labor Day", "2028-05-04": "Youth Day", "2028-05-28": "Dragon Boat Festival", "2028-05-29": "Dragon Boat Festival (observed)", "2028-06-01": "Children's Day", "2028-08-01": "Army Day", "2028-10-01": "National Day", "2028-10-02": "National Day", "2028-10-03": "Mid-Autumn Festival; National Day", "2028-10-04": "National Day (observed)", "2029-01-01": "New Year's Day", "2029-02-12": "Chinese New Year's Eve", "2029-02-13": "Chinese New Year (Spring Festival)", "2029-02-14": "Chinese New Year (Spring Festival)", "2029-02-15": "Chinese New Year (Spring Festival)", "2029-03-08": "International Women's Day", "2029-04-04": "Tomb-Sweeping Day", "2029-05-01": "Labor Day", "2029-05-02": "Labor Day", "2029-05-04": "Youth Day", "2029-06-01": "Children's Day", "2029-06-16": "Dragon Boat Festival", "2029-06-18": "Dragon Boat Festival (observed)", "2029-08-01": "Army Day", "2029-09-22": "Mid-Autumn Festival", "2029-09-24": "Mid-Autumn Festival (observed)", "2029-10-01": "National Day", "2029-10-02": "National Day", "2029-10-03": "National Day", "2030-01-01": "New Year's Day", "2030-02-02": "Chinese New Year's Eve", "2030-02-03": "Chinese New Year (Spring Festival)", "2030-02-04": "Chinese New Year (Spring Festival)", "2030-02-05": "Chinese New Year (Spring Festival)", "2030-02-06": "Chinese New Year's Eve (observed)", "2030-02-07": "Chinese New Year (Spring Festival) (observed)", "2030-03-08": "International Women's Day", "2030-04-05": "Tomb-Sweeping Day", "2030-05-01": "Labor Day", "2030-05-02": "Labor Day", "2030-05-04": "Youth Day", "2030-06-01": "Children's Day", "2030-06-05": "Dragon Boat Festival", "2030-08-01": "Army Day", "2030-09-12": "Mid-Autumn Festival", "2030-10-01": "National Day", "2030-10-02": "National Day", "2030-10-03": "National Day", "2031-01-01": "New Year's Day", "2031-01-22": "Chinese New Year's Eve", "2031-01-23": "Chinese New Year (Spring Festival)", "2031-01-24": "Chinese New Year (Spring Festival)", "2031-01-25": "Chinese New Year (Spring Festival)", "2031-01-27": "Chinese New Year (Spring Festival) (observed)", "2031-03-08": "International Women's Day", "2031-04-05": "Tomb-Sweeping Day", "2031-04-07": "Tomb-Sweeping Day (observed)", "2031-05-01": "Labor Day", "2031-05-02": "Labor Day", "2031-05-04": "Youth Day", "2031-06-01": "Children's Day", "2031-06-24": "Dragon Boat Festival", "2031-08-01": "Army Day", "2031-10-01": "Mid-Autumn Festival; National Day", "2031-10-02": "National Day", "2031-10-03": "National Day", "2032-01-01": "New Year's Day", "2032-02-10": "Chinese New Year's Eve", "2032-02-11": "Chinese New Year (Spring Festival)", "2032-02-12": "Chinese New Year (Spring Festival)", "2032-02-13": "Chinese New Year (Spring Festival)", "2032-03-08": "International Women's Day", "2032-04-04": "Tomb-Sweeping Day", "2032-04-05": "Tomb-Sweeping Day (observed)", "2032-05-01": "Labor Day", "2032-05-02": "Labor Day", "2032-05-03": "Labor Day (observed)", "2032-05-04": "Labor Day (observed); Youth Day", "2032-06-01": "Children's Day", "2032-06-12": "Dragon Boat Festival", "2032-06-14": "Dragon Boat Festival (observed)", "2032-08-01": "Army Day", "2032-09-19": "Mid-Autumn Festival", "2032-09-20": "Mid-Autumn Festival (observed)", "2032-10-01": "National Day", "2032-10-02": "National Day", "2032-10-03": "National Day", "2032-10-04": "National Day (observed)", "2032-10-05": "National Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-30": "Chinese New Year's Eve", "2033-01-31": "Chinese New Year (Spring Festival)", "2033-02-01": "Chinese New Year (Spring Festival)", "2033-02-02": "Chinese New Year (Spring Festival)", "2033-02-03": "Chinese New Year's Eve (observed)", "2033-03-08": "International Women's Day", "2033-04-04": "Tomb-Sweeping Day", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day", "2033-05-03": "Labor Day (observed)", "2033-05-04": "Youth Day", "2033-06-01": "Children's Day; Dragon Boat Festival", "2033-08-01": "Army Day", "2033-09-08": "Mid-Autumn Festival", "2033-10-01": "National Day", "2033-10-02": "National Day", "2033-10-03": "National Day", "2033-10-04": "National Day (observed)", "2033-10-05": "National Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-18": "Chinese New Year's Eve", "2034-02-19": "Chinese New Year (Spring Festival)", "2034-02-20": "Chinese New Year (Spring Festival)", "2034-02-21": "Chinese New Year (Spring Festival)", "2034-02-22": "Chinese New Year's Eve (observed)", "2034-02-23": "Chinese New Year (Spring Festival) (observed)", "2034-03-08": "International Women's Day", "2034-04-05": "Tomb-Sweeping Day", "2034-05-01": "Labor Day", "2034-05-02": "Labor Day", "2034-05-04": "Youth Day", "2034-06-01": "Children's Day", "2034-06-20": "Dragon Boat Festival", "2034-08-01": "Army Day", "2034-09-27": "Mid-Autumn Festival", "2034-10-01": "National Day", "2034-10-02": "National Day", "2034-10-03": "National Day", "2034-10-04": "National Day (observed)", "2035-01-01": "New Year's Day", "2035-02-07": "Chinese New Year's Eve", "2035-02-08": "Chinese New Year (Spring Festival)", "2035-02-09": "Chinese New Year (Spring Festival)", "2035-02-10": "Chinese New Year (Spring Festival)", "2035-02-12": "Chinese New Year (Spring Festival) (observed)", "2035-03-08": "International Women's Day", "2035-04-05": "Tomb-Sweeping Day", "2035-05-01": "Labor Day", "2035-05-02": "Labor Day", "2035-05-04": "Youth Day", "2035-06-01": "Children's Day", "2035-06-10": "Dragon Boat Festival", "2035-06-11": "Dragon Boat Festival (observed)", "2035-08-01": "Army Day", "2035-09-16": "Mid-Autumn Festival", "2035-09-17": "Mid-Autumn Festival (observed)", "2035-10-01": "National Day", "2035-10-02": "National Day", "2035-10-03": "National Day", "2036-01-01": "New Year's Day", "2036-01-27": "Chinese New Year's Eve", "2036-01-28": "Chinese New Year (Spring Festival)", "2036-01-29": "Chinese New Year (Spring Festival)", "2036-01-30": "Chinese New Year (Spring Festival)", "2036-01-31": "Chinese New Year's Eve (observed)", "2036-03-08": "International Women's Day", "2036-04-04": "Tomb-Sweeping Day", "2036-05-01": "Labor Day", "2036-05-02": "Labor Day", "2036-05-04": "Youth Day", "2036-05-30": "Dragon Boat Festival", "2036-06-01": "Children's Day", "2036-08-01": "Army Day", "2036-10-01": "National Day", "2036-10-02": "National Day", "2036-10-03": "National Day", "2036-10-04": "Mid-Autumn Festival", "2036-10-06": "Mid-Autumn Festival (observed)", "2037-01-01": "New Year's Day", "2037-02-14": "Chinese New Year's Eve", "2037-02-15": "Chinese New Year (Spring Festival)", "2037-02-16": "Chinese New Year (Spring Festival)", "2037-02-17": "Chinese New Year (Spring Festival)", "2037-02-18": "Chinese New Year's Eve (observed)", "2037-02-19": "Chinese New Year (Spring Festival) (observed)", "2037-03-08": "International Women's Day", "2037-04-04": "Tomb-Sweeping Day", "2037-04-06": "Tomb-Sweeping Day (observed)", "2037-05-01": "Labor Day", "2037-05-02": "Labor Day", "2037-05-04": "Labor Day (observed); Youth Day", "2037-06-01": "Children's Day", "2037-06-18": "Dragon Boat Festival", "2037-08-01": "Army Day", "2037-09-24": "Mid-Autumn Festival", "2037-10-01": "National Day", "2037-10-02": "National Day", "2037-10-03": "National Day", "2037-10-05": "National Day (observed)", "2038-01-01": "New Year's Day", "2038-02-03": "Chinese New Year's Eve", "2038-02-04": "Chinese New Year (Spring Festival)", "2038-02-05": "Chinese New Year (Spring Festival)", "2038-02-06": "Chinese New Year (Spring Festival)", "2038-02-08": "Chinese New Year (Spring Festival) (observed)", "2038-03-08": "International Women's Day", "2038-04-05": "Tomb-Sweeping Day", "2038-05-01": "Labor Day", "2038-05-02": "Labor Day", "2038-05-03": "Labor Day (observed)", "2038-05-04": "Labor Day (observed); Youth Day", "2038-06-01": "Children's Day", "2038-06-07": "Dragon Boat Festival", "2038-08-01": "Army Day", "2038-09-13": "Mid-Autumn Festival", "2038-10-01": "National Day", "2038-10-02": "National Day", "2038-10-03": "National Day", "2038-10-04": "National Day (observed)", "2038-10-05": "National Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-23": "Chinese New Year's Eve", "2039-01-24": "Chinese New Year (Spring Festival)", "2039-01-25": "Chinese New Year (Spring Festival)", "2039-01-26": "Chinese New Year (Spring Festival)", "2039-01-27": "Chinese New Year's Eve (observed)", "2039-03-08": "International Women's Day", "2039-04-05": "Tomb-Sweeping Day", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day", "2039-05-03": "Labor Day (observed)", "2039-05-04": "Youth Day", "2039-05-27": "Dragon Boat Festival", "2039-06-01": "Children's Day", "2039-08-01": "Army Day", "2039-10-01": "National Day", "2039-10-02": "Mid-Autumn Festival; National Day", "2039-10-03": "National Day", "2039-10-04": "National Day (observed)", "2039-10-05": "Mid-Autumn Festival (observed)", "2039-10-06": "National Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-11": "Chinese New Year's Eve", "2040-02-12": "Chinese New Year (Spring Festival)", "2040-02-13": "Chinese New Year (Spring Festival)", "2040-02-14": "Chinese New Year (Spring Festival)", "2040-02-15": "Chinese New Year's Eve (observed)", "2040-02-16": "Chinese New Year (Spring Festival) (observed)", "2040-03-08": "International Women's Day", "2040-04-04": "Tomb-Sweeping Day", "2040-05-01": "Labor Day", "2040-05-02": "Labor Day", "2040-05-04": "Youth Day", "2040-06-01": "Children's Day", "2040-06-14": "Dragon Boat Festival", "2040-08-01": "Army Day", "2040-09-20": "Mid-Autumn Festival", "2040-10-01": "National Day", "2040-10-02": "National Day", "2040-10-03": "National Day", "2041-01-01": "New Year's Day", "2041-01-31": "Chinese New Year's Eve", "2041-02-01": "Chinese New Year (Spring Festival)", "2041-02-02": "Chinese New Year (Spring Festival)", "2041-02-03": "Chinese New Year (Spring Festival)", "2041-02-04": "Chinese New Year (Spring Festival) (observed)", "2041-02-05": "Chinese New Year (Spring Festival) (observed)", "2041-03-08": "International Women's Day", "2041-04-04": "Tomb-Sweeping Day", "2041-05-01": "Labor Day", "2041-05-02": "Labor Day", "2041-05-04": "Youth Day", "2041-06-01": "Children's Day", "2041-06-03": "Dragon Boat Festival", "2041-08-01": "Army Day", "2041-09-10": "Mid-Autumn Festival", "2041-10-01": "National Day", "2041-10-02": "National Day", "2041-10-03": "National Day", "2042-01-01": "New Year's Day", "2042-01-21": "Chinese New Year's Eve", "2042-01-22": "Chinese New Year (Spring Festival)", "2042-01-23": "Chinese New Year (Spring Festival)", "2042-01-24": "Chinese New Year (Spring Festival)", "2042-03-08": "International Women's Day", "2042-04-05": "Tomb-Sweeping Day", "2042-04-07": "Tomb-Sweeping Day (observed)", "2042-05-01": "Labor Day", "2042-05-02": "Labor Day", "2042-05-04": "Youth Day", "2042-06-01": "Children's Day", "2042-06-22": "Dragon Boat Festival", "2042-06-23": "Dragon Boat Festival (observed)", "2042-08-01": "Army Day", "2042-09-28": "Mid-Autumn Festival", "2042-09-29": "Mid-Autumn Festival (observed)", "2042-10-01": "National Day", "2042-10-02": "National Day", "2042-10-03": "National Day", "2043-01-01": "New Year's Day", "2043-02-09": "Chinese New Year's Eve", "2043-02-10": "Chinese New Year (Spring Festival)", "2043-02-11": "Chinese New Year (Spring Festival)", "2043-02-12": "Chinese New Year (Spring Festival)", "2043-03-08": "International Women's Day", "2043-04-05": "Tomb-Sweeping Day", "2043-04-06": "Tomb-Sweeping Day (observed)", "2043-05-01": "Labor Day", "2043-05-02": "Labor Day", "2043-05-04": "Labor Day (observed); Youth Day", "2043-06-01": "Children's Day", "2043-06-11": "Dragon Boat Festival", "2043-08-01": "Army Day", "2043-09-17": "Mid-Autumn Festival", "2043-10-01": "National Day", "2043-10-02": "National Day", "2043-10-03": "National Day", "2043-10-05": "National Day (observed)", "2044-01-01": "New Year's Day", "2044-01-29": "Chinese New Year's Eve", "2044-01-30": "Chinese New Year (Spring Festival)", "2044-01-31": "Chinese New Year (Spring Festival)", "2044-02-01": "Chinese New Year (Spring Festival)", "2044-02-02": "Chinese New Year (Spring Festival) (observed)", "2044-02-03": "Chinese New Year (Spring Festival) (observed)", "2044-03-08": "International Women's Day", "2044-04-04": "Tomb-Sweeping Day", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day", "2044-05-03": "Labor Day (observed)", "2044-05-04": "Youth Day", "2044-05-31": "Dragon Boat Festival", "2044-06-01": "Children's Day", "2044-08-01": "Army Day", "2044-10-01": "National Day", "2044-10-02": "National Day", "2044-10-03": "National Day", "2044-10-04": "National Day (observed)", "2044-10-05": "Mid-Autumn Festival", "2044-10-06": "National Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-16": "Chinese New Year's Eve", "2045-02-17": "Chinese New Year (Spring Festival)", "2045-02-18": "Chinese New Year (Spring Festival)", "2045-02-19": "Chinese New Year (Spring Festival)", "2045-02-20": "Chinese New Year (Spring Festival) (observed)", "2045-02-21": "Chinese New Year (Spring Festival) (observed)", "2045-03-08": "International Women's Day", "2045-04-04": "Tomb-Sweeping Day", "2045-05-01": "Labor Day", "2045-05-02": "Labor Day", "2045-05-04": "Youth Day", "2045-06-01": "Children's Day", "2045-06-19": "Dragon Boat Festival", "2045-08-01": "Army Day", "2045-09-25": "Mid-Autumn Festival", "2045-10-01": "National Day", "2045-10-02": "National Day", "2045-10-03": "National Day", "2045-10-04": "National Day (observed)", "2046-01-01": "New Year's Day", "2046-02-05": "Chinese New Year's Eve", "2046-02-06": "Chinese New Year (Spring Festival)", "2046-02-07": "Chinese New Year (Spring Festival)", "2046-02-08": "Chinese New Year (Spring Festival)", "2046-03-08": "International Women's Day", "2046-04-05": "Tomb-Sweeping Day", "2046-05-01": "Labor Day", "2046-05-02": "Labor Day", "2046-05-04": "Youth Day", "2046-06-01": "Children's Day", "2046-06-08": "Dragon Boat Festival", "2046-08-01": "Army Day", "2046-09-15": "Mid-Autumn Festival", "2046-09-17": "Mid-Autumn Festival (observed)", "2046-10-01": "National Day", "2046-10-02": "National Day", "2046-10-03": "National Day", "2047-01-01": "New Year's Day", "2047-01-25": "Chinese New Year's Eve", "2047-01-26": "Chinese New Year (Spring Festival)", "2047-01-27": "Chinese New Year (Spring Festival)", "2047-01-28": "Chinese New Year (Spring Festival)", "2047-01-29": "Chinese New Year (Spring Festival) (observed)", "2047-01-30": "Chinese New Year (Spring Festival) (observed)", "2047-03-08": "International Women's Day", "2047-04-05": "Tomb-Sweeping Day", "2047-05-01": "Labor Day", "2047-05-02": "Labor Day", "2047-05-04": "Youth Day", "2047-05-29": "Dragon Boat Festival", "2047-06-01": "Children's Day", "2047-08-01": "Army Day", "2047-10-01": "National Day", "2047-10-02": "National Day", "2047-10-03": "National Day", "2047-10-04": "Mid-Autumn Festival", "2048-01-01": "New Year's Day", "2048-02-13": "Chinese New Year's Eve", "2048-02-14": "Chinese New Year (Spring Festival)", "2048-02-15": "Chinese New Year (Spring Festival)", "2048-02-16": "Chinese New Year (Spring Festival)", "2048-02-17": "Chinese New Year (Spring Festival) (observed)", "2048-02-18": "Chinese New Year (Spring Festival) (observed)", "2048-03-08": "International Women's Day", "2048-04-04": "Tomb-Sweeping Day", "2048-04-06": "Tomb-Sweeping Day (observed)", "2048-05-01": "Labor Day", "2048-05-02": "Labor Day", "2048-05-04": "Labor Day (observed); Youth Day", "2048-06-01": "Children's Day", "2048-06-15": "Dragon Boat Festival", "2048-08-01": "Army Day", "2048-09-22": "Mid-Autumn Festival", "2048-10-01": "National Day", "2048-10-02": "National Day", "2048-10-03": "National Day", "2048-10-05": "National Day (observed)", "2049-01-01": "New Year's Day", "2049-02-01": "Chinese New Year's Eve", "2049-02-02": "Chinese New Year (Spring Festival)", "2049-02-03": "Chinese New Year (Spring Festival)", "2049-02-04": "Chinese New Year (Spring Festival)", "2049-03-08": "International Women's Day", "2049-04-04": "Tomb-Sweeping Day", "2049-04-05": "Tomb-Sweeping Day (observed)", "2049-05-01": "Labor Day", "2049-05-02": "Labor Day", "2049-05-03": "Labor Day (observed)", "2049-05-04": "Labor Day (observed); Youth Day", "2049-06-01": "Children's Day", "2049-06-04": "Dragon Boat Festival", "2049-08-01": "Army Day", "2049-09-11": "Mid-Autumn Festival", "2049-09-13": "Mid-Autumn Festival (observed)", "2049-10-01": "National Day", "2049-10-02": "National Day", "2049-10-03": "National Day", "2049-10-04": "National Day (observed)", "2049-10-05": "National Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-22": "Chinese New Year's Eve", "2050-01-23": "Chinese New Year (Spring Festival)", "2050-01-24": "Chinese New Year (Spring Festival)", "2050-01-25": "Chinese New Year (Spring Festival)", "2050-01-26": "Chinese New Year's Eve (observed)", "2050-01-27": "Chinese New Year (Spring Festival) (observed)", "2050-03-08": "International Women's Day", "2050-04-05": "Tomb-Sweeping Day", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day", "2050-05-03": "Labor Day (observed)", "2050-05-04": "Youth Day", "2050-06-01": "Children's Day", "2050-06-23": "Dragon Boat Festival", "2050-08-01": "Army Day", "2050-09-30": "Mid-Autumn Festival", "2050-10-01": "National Day", "2050-10-02": "National Day", "2050-10-03": "National Day", "2050-10-04": "National Day (observed)", "2050-10-05": "National Day (observed)" } holidays-0.71/snapshots/countries/CO_COMMON.json000066400000000000000000002173101500152103600215530ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-05-01": "Labor Day", "1950-07-20": "Independence Day", "1950-08-07": "Battle of Boyac\u00e1", "1950-10-12": "Columbus Day", "1950-11-11": "Independence of Cartagena", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-19": "Saint Joseph's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-24": "Corpus Christi", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-07-20": "Independence Day", "1951-08-07": "Battle of Boyac\u00e1", "1951-08-15": "Assumption Day", "1951-10-12": "Columbus Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Independence of Cartagena", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-19": "Saint Joseph's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-12": "Corpus Christi", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-07-20": "Independence Day", "1952-08-07": "Battle of Boyac\u00e1", "1952-08-15": "Assumption Day", "1952-10-12": "Columbus Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Independence of Cartagena", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-19": "Saint Joseph's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-06-04": "Corpus Christi", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-07-20": "Independence Day", "1953-08-07": "Battle of Boyac\u00e1", "1953-08-15": "Assumption Day", "1953-10-12": "Columbus Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Independence of Cartagena", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-19": "Saint Joseph's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-07-20": "Independence Day", "1954-08-07": "Battle of Boyac\u00e1", "1954-08-15": "Assumption Day", "1954-10-12": "Columbus Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Independence of Cartagena", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-19": "Saint Joseph's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-06-09": "Corpus Christi", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-07-20": "Independence Day", "1955-08-07": "Battle of Boyac\u00e1", "1955-08-15": "Assumption Day", "1955-10-12": "Columbus Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Independence of Cartagena", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Saint Joseph's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-31": "Corpus Christi", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-07-20": "Independence Day", "1956-08-07": "Battle of Boyac\u00e1", "1956-08-15": "Assumption Day", "1956-10-12": "Columbus Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Independence of Cartagena", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-19": "Saint Joseph's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-07-20": "Independence Day", "1957-08-07": "Battle of Boyac\u00e1", "1957-08-15": "Assumption Day", "1957-10-12": "Columbus Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Independence of Cartagena", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-19": "Saint Joseph's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-06-05": "Corpus Christi", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-07-20": "Independence Day", "1958-08-07": "Battle of Boyac\u00e1", "1958-08-15": "Assumption Day", "1958-10-12": "Columbus Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Independence of Cartagena", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-19": "Saint Joseph's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-28": "Corpus Christi", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-07-20": "Independence Day", "1959-08-07": "Battle of Boyac\u00e1", "1959-08-15": "Assumption Day", "1959-10-12": "Columbus Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Independence of Cartagena", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-19": "Saint Joseph's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-07-20": "Independence Day", "1960-08-07": "Battle of Boyac\u00e1", "1960-08-15": "Assumption Day", "1960-10-12": "Columbus Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Independence of Cartagena", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-19": "Saint Joseph's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-06-01": "Corpus Christi", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-07-20": "Independence Day", "1961-08-07": "Battle of Boyac\u00e1", "1961-08-15": "Assumption Day", "1961-10-12": "Columbus Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Independence of Cartagena", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-19": "Saint Joseph's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-07-20": "Independence Day", "1962-08-07": "Battle of Boyac\u00e1", "1962-08-15": "Assumption Day", "1962-10-12": "Columbus Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Independence of Cartagena", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-19": "Saint Joseph's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-13": "Corpus Christi", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-07-20": "Independence Day", "1963-08-07": "Battle of Boyac\u00e1", "1963-08-15": "Assumption Day", "1963-10-12": "Columbus Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Independence of Cartagena", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-19": "Saint Joseph's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-28": "Corpus Christi", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-07-20": "Independence Day", "1964-08-07": "Battle of Boyac\u00e1", "1964-08-15": "Assumption Day", "1964-10-12": "Columbus Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Independence of Cartagena", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-19": "Saint Joseph's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-07-20": "Independence Day", "1965-08-07": "Battle of Boyac\u00e1", "1965-08-15": "Assumption Day", "1965-10-12": "Columbus Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Independence of Cartagena", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-19": "Saint Joseph's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-06-09": "Corpus Christi", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-07-20": "Independence Day", "1966-08-07": "Battle of Boyac\u00e1", "1966-08-15": "Assumption Day", "1966-10-12": "Columbus Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Independence of Cartagena", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-19": "Saint Joseph's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-25": "Corpus Christi", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-07-20": "Independence Day", "1967-08-07": "Battle of Boyac\u00e1", "1967-08-15": "Assumption Day", "1967-10-12": "Columbus Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Independence of Cartagena", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-19": "Saint Joseph's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-13": "Corpus Christi", "1968-06-29": "Saint Peter and Saint Paul's Day", "1968-07-20": "Independence Day", "1968-08-07": "Battle of Boyac\u00e1", "1968-08-15": "Assumption Day", "1968-10-12": "Columbus Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Independence of Cartagena", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-19": "Saint Joseph's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-06-05": "Corpus Christi", "1969-06-29": "Saint Peter and Saint Paul's Day", "1969-07-20": "Independence Day", "1969-08-07": "Battle of Boyac\u00e1", "1969-08-15": "Assumption Day", "1969-10-12": "Columbus Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Independence of Cartagena", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-19": "Saint Joseph's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-28": "Corpus Christi", "1970-06-29": "Saint Peter and Saint Paul's Day", "1970-07-20": "Independence Day", "1970-08-07": "Battle of Boyac\u00e1", "1970-08-15": "Assumption Day", "1970-10-12": "Columbus Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Independence of Cartagena", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-19": "Saint Joseph's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-06-10": "Corpus Christi", "1971-06-29": "Saint Peter and Saint Paul's Day", "1971-07-20": "Independence Day", "1971-08-07": "Battle of Boyac\u00e1", "1971-08-15": "Assumption Day", "1971-10-12": "Columbus Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Independence of Cartagena", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-19": "Saint Joseph's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-06-01": "Corpus Christi", "1972-06-29": "Saint Peter and Saint Paul's Day", "1972-07-20": "Independence Day", "1972-08-07": "Battle of Boyac\u00e1", "1972-08-15": "Assumption Day", "1972-10-12": "Columbus Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Independence of Cartagena", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-19": "Saint Joseph's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-21": "Corpus Christi", "1973-06-29": "Saint Peter and Saint Paul's Day", "1973-07-20": "Independence Day", "1973-08-07": "Battle of Boyac\u00e1", "1973-08-15": "Assumption Day", "1973-10-12": "Columbus Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Independence of Cartagena", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-19": "Saint Joseph's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-13": "Corpus Christi", "1974-06-29": "Saint Peter and Saint Paul's Day", "1974-07-20": "Independence Day", "1974-08-07": "Battle of Boyac\u00e1", "1974-08-15": "Assumption Day", "1974-10-12": "Columbus Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Independence of Cartagena", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-19": "Saint Joseph's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-29": "Corpus Christi", "1975-06-29": "Saint Peter and Saint Paul's Day", "1975-07-20": "Independence Day", "1975-08-07": "Battle of Boyac\u00e1", "1975-08-15": "Assumption Day", "1975-10-12": "Columbus Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Independence of Cartagena", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-19": "Saint Joseph's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-17": "Corpus Christi", "1976-06-29": "Saint Peter and Saint Paul's Day", "1976-07-20": "Independence Day", "1976-08-07": "Battle of Boyac\u00e1", "1976-08-15": "Assumption Day", "1976-10-12": "Columbus Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Independence of Cartagena", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-19": "Saint Joseph's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-06-09": "Corpus Christi", "1977-06-29": "Saint Peter and Saint Paul's Day", "1977-07-20": "Independence Day", "1977-08-07": "Battle of Boyac\u00e1", "1977-08-15": "Assumption Day", "1977-10-12": "Columbus Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Independence of Cartagena", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-19": "Saint Joseph's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-25": "Corpus Christi", "1978-06-29": "Saint Peter and Saint Paul's Day", "1978-07-20": "Independence Day", "1978-08-07": "Battle of Boyac\u00e1", "1978-08-15": "Assumption Day", "1978-10-12": "Columbus Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Independence of Cartagena", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-19": "Saint Joseph's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-14": "Corpus Christi", "1979-06-29": "Saint Peter and Saint Paul's Day", "1979-07-20": "Independence Day", "1979-08-07": "Battle of Boyac\u00e1", "1979-08-15": "Assumption Day", "1979-10-12": "Columbus Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Independence of Cartagena", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-19": "Saint Joseph's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-06-05": "Corpus Christi", "1980-06-29": "Saint Peter and Saint Paul's Day", "1980-07-20": "Independence Day", "1980-08-07": "Battle of Boyac\u00e1", "1980-08-15": "Assumption Day", "1980-10-12": "Columbus Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Independence of Cartagena", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-19": "Saint Joseph's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-18": "Corpus Christi", "1981-06-29": "Saint Peter and Saint Paul's Day", "1981-07-20": "Independence Day", "1981-08-07": "Battle of Boyac\u00e1", "1981-08-15": "Assumption Day", "1981-10-12": "Columbus Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Independence of Cartagena", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-19": "Saint Joseph's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-06-10": "Corpus Christi", "1982-06-29": "Saint Peter and Saint Paul's Day", "1982-07-20": "Independence Day", "1982-08-07": "Battle of Boyac\u00e1", "1982-08-15": "Assumption Day", "1982-10-12": "Columbus Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Independence of Cartagena", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-19": "Saint Joseph's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-06-02": "Corpus Christi", "1983-06-29": "Saint Peter and Saint Paul's Day", "1983-07-20": "Independence Day", "1983-08-07": "Battle of Boyac\u00e1", "1983-08-15": "Assumption Day", "1983-10-12": "Columbus Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Independence of Cartagena", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-09": "Epiphany (observed)", "1984-03-19": "Saint Joseph's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-06-04": "Ascension Day (observed)", "1984-06-25": "Corpus Christi (observed)", "1984-07-02": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "1984-07-20": "Independence Day", "1984-08-07": "Battle of Boyac\u00e1", "1984-08-20": "Assumption Day (observed)", "1984-10-15": "Columbus Day (observed)", "1984-11-05": "All Saints' Day (observed)", "1984-11-12": "Independence of Cartagena (observed)", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-07": "Epiphany (observed)", "1985-03-25": "Saint Joseph's Day (observed)", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-20": "Ascension Day (observed)", "1985-06-10": "Corpus Christi (observed)", "1985-06-17": "Sacred Heart (observed)", "1985-07-01": "Saint Peter and Saint Paul's Day (observed)", "1985-07-20": "Independence Day", "1985-08-07": "Battle of Boyac\u00e1", "1985-08-19": "Assumption Day (observed)", "1985-10-14": "Columbus Day (observed)", "1985-11-04": "All Saints' Day (observed)", "1985-11-11": "Independence of Cartagena", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-24": "Saint Joseph's Day (observed)", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-12": "Ascension Day (observed)", "1986-06-02": "Corpus Christi (observed)", "1986-06-09": "Sacred Heart (observed)", "1986-06-30": "Saint Peter and Saint Paul's Day (observed)", "1986-07-20": "Independence Day", "1986-08-07": "Battle of Boyac\u00e1", "1986-08-18": "Assumption Day (observed)", "1986-10-13": "Columbus Day (observed)", "1986-11-03": "All Saints' Day (observed)", "1986-11-17": "Independence of Cartagena (observed)", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-12": "Epiphany (observed)", "1987-03-23": "Saint Joseph's Day (observed)", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-06-01": "Ascension Day (observed)", "1987-06-22": "Corpus Christi (observed)", "1987-06-29": "Sacred Heart (observed); Saint Peter and Saint Paul's Day", "1987-07-20": "Independence Day", "1987-08-07": "Battle of Boyac\u00e1", "1987-08-17": "Assumption Day (observed)", "1987-10-12": "Columbus Day", "1987-11-02": "All Saints' Day (observed)", "1987-11-16": "Independence of Cartagena (observed)", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-11": "Epiphany (observed)", "1988-03-21": "Saint Joseph's Day (observed)", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-16": "Ascension Day (observed)", "1988-06-06": "Corpus Christi (observed)", "1988-06-13": "Sacred Heart (observed)", "1988-07-04": "Saint Peter and Saint Paul's Day (observed)", "1988-07-20": "Independence Day", "1988-08-07": "Battle of Boyac\u00e1", "1988-08-15": "Assumption Day", "1988-10-17": "Columbus Day (observed)", "1988-11-07": "All Saints' Day (observed)", "1988-11-14": "Independence of Cartagena (observed)", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-09": "Epiphany (observed)", "1989-03-20": "Saint Joseph's Day (observed)", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-08": "Ascension Day (observed)", "1989-05-29": "Corpus Christi (observed)", "1989-06-05": "Sacred Heart (observed)", "1989-07-03": "Saint Peter and Saint Paul's Day (observed)", "1989-07-20": "Independence Day", "1989-08-07": "Battle of Boyac\u00e1", "1989-08-21": "Assumption Day (observed)", "1989-10-16": "Columbus Day (observed)", "1989-11-06": "All Saints' Day (observed)", "1989-11-13": "Independence of Cartagena (observed)", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-08": "Epiphany (observed)", "1990-03-19": "Saint Joseph's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-28": "Ascension Day (observed)", "1990-06-18": "Corpus Christi (observed)", "1990-06-25": "Sacred Heart (observed)", "1990-07-02": "Saint Peter and Saint Paul's Day (observed)", "1990-07-20": "Independence Day", "1990-08-07": "Battle of Boyac\u00e1", "1990-08-20": "Assumption Day (observed)", "1990-10-15": "Columbus Day (observed)", "1990-11-05": "All Saints' Day (observed)", "1990-11-12": "Independence of Cartagena (observed)", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-07": "Epiphany (observed)", "1991-03-25": "Saint Joseph's Day (observed)", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-13": "Ascension Day (observed)", "1991-06-03": "Corpus Christi (observed)", "1991-06-10": "Sacred Heart (observed)", "1991-07-01": "Saint Peter and Saint Paul's Day (observed)", "1991-07-20": "Independence Day", "1991-08-07": "Battle of Boyac\u00e1", "1991-08-19": "Assumption Day (observed)", "1991-10-14": "Columbus Day (observed)", "1991-11-04": "All Saints' Day (observed)", "1991-11-11": "Independence of Cartagena", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-23": "Saint Joseph's Day (observed)", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-01": "Ascension Day (observed)", "1992-06-22": "Corpus Christi (observed)", "1992-06-29": "Sacred Heart (observed); Saint Peter and Saint Paul's Day", "1992-07-20": "Independence Day", "1992-08-07": "Battle of Boyac\u00e1", "1992-08-17": "Assumption Day (observed)", "1992-10-12": "Columbus Day", "1992-11-02": "All Saints' Day (observed)", "1992-11-16": "Independence of Cartagena (observed)", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-11": "Epiphany (observed)", "1993-03-22": "Saint Joseph's Day (observed)", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-24": "Ascension Day (observed)", "1993-06-14": "Corpus Christi (observed)", "1993-06-21": "Sacred Heart (observed)", "1993-07-05": "Saint Peter and Saint Paul's Day (observed)", "1993-07-20": "Independence Day", "1993-08-07": "Battle of Boyac\u00e1", "1993-08-16": "Assumption Day (observed)", "1993-10-18": "Columbus Day (observed)", "1993-11-01": "All Saints' Day", "1993-11-15": "Independence of Cartagena (observed)", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-10": "Epiphany (observed)", "1994-03-21": "Saint Joseph's Day (observed)", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-16": "Ascension Day (observed)", "1994-06-06": "Corpus Christi (observed)", "1994-06-13": "Sacred Heart (observed)", "1994-07-04": "Saint Peter and Saint Paul's Day (observed)", "1994-07-20": "Independence Day", "1994-08-07": "Battle of Boyac\u00e1", "1994-08-15": "Assumption Day", "1994-10-17": "Columbus Day (observed)", "1994-11-07": "All Saints' Day (observed)", "1994-11-14": "Independence of Cartagena (observed)", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-09": "Epiphany (observed)", "1995-03-20": "Saint Joseph's Day (observed)", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-29": "Ascension Day (observed)", "1995-06-19": "Corpus Christi (observed)", "1995-06-26": "Sacred Heart (observed)", "1995-07-03": "Saint Peter and Saint Paul's Day (observed)", "1995-07-20": "Independence Day", "1995-08-07": "Battle of Boyac\u00e1", "1995-08-21": "Assumption Day (observed)", "1995-10-16": "Columbus Day (observed)", "1995-11-06": "All Saints' Day (observed)", "1995-11-13": "Independence of Cartagena (observed)", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-08": "Epiphany (observed)", "1996-03-25": "Saint Joseph's Day (observed)", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-20": "Ascension Day (observed)", "1996-06-10": "Corpus Christi (observed)", "1996-06-17": "Sacred Heart (observed)", "1996-07-01": "Saint Peter and Saint Paul's Day (observed)", "1996-07-20": "Independence Day", "1996-08-07": "Battle of Boyac\u00e1", "1996-08-19": "Assumption Day (observed)", "1996-10-14": "Columbus Day (observed)", "1996-11-04": "All Saints' Day (observed)", "1996-11-11": "Independence of Cartagena", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-24": "Saint Joseph's Day (observed)", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-12": "Ascension Day (observed)", "1997-06-02": "Corpus Christi (observed)", "1997-06-09": "Sacred Heart (observed)", "1997-06-30": "Saint Peter and Saint Paul's Day (observed)", "1997-07-20": "Independence Day", "1997-08-07": "Battle of Boyac\u00e1", "1997-08-18": "Assumption Day (observed)", "1997-10-13": "Columbus Day (observed)", "1997-11-03": "All Saints' Day (observed)", "1997-11-17": "Independence of Cartagena (observed)", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-12": "Epiphany (observed)", "1998-03-23": "Saint Joseph's Day (observed)", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-05-25": "Ascension Day (observed)", "1998-06-15": "Corpus Christi (observed)", "1998-06-22": "Sacred Heart (observed)", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-07-20": "Independence Day", "1998-08-07": "Battle of Boyac\u00e1", "1998-08-17": "Assumption Day (observed)", "1998-10-12": "Columbus Day", "1998-11-02": "All Saints' Day (observed)", "1998-11-16": "Independence of Cartagena (observed)", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-11": "Epiphany (observed)", "1999-03-22": "Saint Joseph's Day (observed)", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-05-17": "Ascension Day (observed)", "1999-06-07": "Corpus Christi (observed)", "1999-06-14": "Sacred Heart (observed)", "1999-07-05": "Saint Peter and Saint Paul's Day (observed)", "1999-07-20": "Independence Day", "1999-08-07": "Battle of Boyac\u00e1", "1999-08-16": "Assumption Day (observed)", "1999-10-18": "Columbus Day (observed)", "1999-11-01": "All Saints' Day", "1999-11-15": "Independence of Cartagena (observed)", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-10": "Epiphany (observed)", "2000-03-20": "Saint Joseph's Day (observed)", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-05": "Ascension Day (observed)", "2000-06-26": "Corpus Christi (observed)", "2000-07-03": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2000-07-20": "Independence Day", "2000-08-07": "Battle of Boyac\u00e1", "2000-08-21": "Assumption Day (observed)", "2000-10-16": "Columbus Day (observed)", "2000-11-06": "All Saints' Day (observed)", "2000-11-13": "Independence of Cartagena (observed)", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-08": "Epiphany (observed)", "2001-03-19": "Saint Joseph's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-28": "Ascension Day (observed)", "2001-06-18": "Corpus Christi (observed)", "2001-06-25": "Sacred Heart (observed)", "2001-07-02": "Saint Peter and Saint Paul's Day (observed)", "2001-07-20": "Independence Day", "2001-08-07": "Battle of Boyac\u00e1", "2001-08-20": "Assumption Day (observed)", "2001-10-15": "Columbus Day (observed)", "2001-11-05": "All Saints' Day (observed)", "2001-11-12": "Independence of Cartagena (observed)", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-07": "Epiphany (observed)", "2002-03-25": "Saint Joseph's Day (observed)", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-13": "Ascension Day (observed)", "2002-06-03": "Corpus Christi (observed)", "2002-06-10": "Sacred Heart (observed)", "2002-07-01": "Saint Peter and Saint Paul's Day (observed)", "2002-07-20": "Independence Day", "2002-08-07": "Battle of Boyac\u00e1", "2002-08-19": "Assumption Day (observed)", "2002-10-14": "Columbus Day (observed)", "2002-11-04": "All Saints' Day (observed)", "2002-11-11": "Independence of Cartagena", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-24": "Saint Joseph's Day (observed)", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-02": "Ascension Day (observed)", "2003-06-23": "Corpus Christi (observed)", "2003-06-30": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2003-07-20": "Independence Day", "2003-08-07": "Battle of Boyac\u00e1", "2003-08-18": "Assumption Day (observed)", "2003-10-13": "Columbus Day (observed)", "2003-11-03": "All Saints' Day (observed)", "2003-11-17": "Independence of Cartagena (observed)", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-12": "Epiphany (observed)", "2004-03-22": "Saint Joseph's Day (observed)", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-24": "Ascension Day (observed)", "2004-06-14": "Corpus Christi (observed)", "2004-06-21": "Sacred Heart (observed)", "2004-07-05": "Saint Peter and Saint Paul's Day (observed)", "2004-07-20": "Independence Day", "2004-08-07": "Battle of Boyac\u00e1", "2004-08-16": "Assumption Day (observed)", "2004-10-18": "Columbus Day (observed)", "2004-11-01": "All Saints' Day", "2004-11-15": "Independence of Cartagena (observed)", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-10": "Epiphany (observed)", "2005-03-21": "Saint Joseph's Day (observed)", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-09": "Ascension Day (observed)", "2005-05-30": "Corpus Christi (observed)", "2005-06-06": "Sacred Heart (observed)", "2005-07-04": "Saint Peter and Saint Paul's Day (observed)", "2005-07-20": "Independence Day", "2005-08-07": "Battle of Boyac\u00e1", "2005-08-15": "Assumption Day", "2005-10-17": "Columbus Day (observed)", "2005-11-07": "All Saints' Day (observed)", "2005-11-14": "Independence of Cartagena (observed)", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-09": "Epiphany (observed)", "2006-03-20": "Saint Joseph's Day (observed)", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-29": "Ascension Day (observed)", "2006-06-19": "Corpus Christi (observed)", "2006-06-26": "Sacred Heart (observed)", "2006-07-03": "Saint Peter and Saint Paul's Day (observed)", "2006-07-20": "Independence Day", "2006-08-07": "Battle of Boyac\u00e1", "2006-08-21": "Assumption Day (observed)", "2006-10-16": "Columbus Day (observed)", "2006-11-06": "All Saints' Day (observed)", "2006-11-13": "Independence of Cartagena (observed)", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-08": "Epiphany (observed)", "2007-03-19": "Saint Joseph's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-05-21": "Ascension Day (observed)", "2007-06-11": "Corpus Christi (observed)", "2007-06-18": "Sacred Heart (observed)", "2007-07-02": "Saint Peter and Saint Paul's Day (observed)", "2007-07-20": "Independence Day", "2007-08-07": "Battle of Boyac\u00e1", "2007-08-20": "Assumption Day (observed)", "2007-10-15": "Columbus Day (observed)", "2007-11-05": "All Saints' Day (observed)", "2007-11-12": "Independence of Cartagena (observed)", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-07": "Epiphany (observed)", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-24": "Saint Joseph's Day (observed)", "2008-05-01": "Labor Day", "2008-05-05": "Ascension Day (observed)", "2008-05-26": "Corpus Christi (observed)", "2008-06-02": "Sacred Heart (observed)", "2008-06-30": "Saint Peter and Saint Paul's Day (observed)", "2008-07-20": "Independence Day", "2008-08-07": "Battle of Boyac\u00e1", "2008-08-18": "Assumption Day (observed)", "2008-10-13": "Columbus Day (observed)", "2008-11-03": "All Saints' Day (observed)", "2008-11-17": "Independence of Cartagena (observed)", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-12": "Epiphany (observed)", "2009-03-23": "Saint Joseph's Day (observed)", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-25": "Ascension Day (observed)", "2009-06-15": "Corpus Christi (observed)", "2009-06-22": "Sacred Heart (observed)", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-20": "Independence Day", "2009-08-07": "Battle of Boyac\u00e1", "2009-08-17": "Assumption Day (observed)", "2009-10-12": "Columbus Day", "2009-11-02": "All Saints' Day (observed)", "2009-11-16": "Independence of Cartagena (observed)", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-11": "Epiphany (observed)", "2010-03-22": "Saint Joseph's Day (observed)", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-17": "Ascension Day (observed)", "2010-06-07": "Corpus Christi (observed)", "2010-06-14": "Sacred Heart (observed)", "2010-07-05": "Saint Peter and Saint Paul's Day (observed)", "2010-07-20": "Independence Day", "2010-08-07": "Battle of Boyac\u00e1", "2010-08-16": "Assumption Day (observed)", "2010-10-18": "Columbus Day (observed)", "2010-11-01": "All Saints' Day", "2010-11-15": "Independence of Cartagena (observed)", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-10": "Epiphany (observed)", "2011-03-21": "Saint Joseph's Day (observed)", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-06-06": "Ascension Day (observed)", "2011-06-27": "Corpus Christi (observed)", "2011-07-04": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2011-07-20": "Independence Day", "2011-08-07": "Battle of Boyac\u00e1", "2011-08-15": "Assumption Day", "2011-10-17": "Columbus Day (observed)", "2011-11-07": "All Saints' Day (observed)", "2011-11-14": "Independence of Cartagena (observed)", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-01-09": "Epiphany (observed)", "2012-03-19": "Saint Joseph's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-21": "Ascension Day (observed)", "2012-06-11": "Corpus Christi (observed)", "2012-06-18": "Sacred Heart (observed)", "2012-07-02": "Saint Peter and Saint Paul's Day (observed)", "2012-07-20": "Independence Day", "2012-08-07": "Battle of Boyac\u00e1", "2012-08-20": "Assumption Day (observed)", "2012-10-15": "Columbus Day (observed)", "2012-11-05": "All Saints' Day (observed)", "2012-11-12": "Independence of Cartagena (observed)", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Epiphany (observed)", "2013-03-25": "Saint Joseph's Day (observed)", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-13": "Ascension Day (observed)", "2013-06-03": "Corpus Christi (observed)", "2013-06-10": "Sacred Heart (observed)", "2013-07-01": "Saint Peter and Saint Paul's Day (observed)", "2013-07-20": "Independence Day", "2013-08-07": "Battle of Boyac\u00e1", "2013-08-19": "Assumption Day (observed)", "2013-10-14": "Columbus Day (observed)", "2013-11-04": "All Saints' Day (observed)", "2013-11-11": "Independence of Cartagena", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-24": "Saint Joseph's Day (observed)", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-06-02": "Ascension Day (observed)", "2014-06-23": "Corpus Christi (observed)", "2014-06-30": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2014-07-20": "Independence Day", "2014-08-07": "Battle of Boyac\u00e1", "2014-08-18": "Assumption Day (observed)", "2014-10-13": "Columbus Day (observed)", "2014-11-03": "All Saints' Day (observed)", "2014-11-17": "Independence of Cartagena (observed)", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-12": "Epiphany (observed)", "2015-03-23": "Saint Joseph's Day (observed)", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-05-18": "Ascension Day (observed)", "2015-06-08": "Corpus Christi (observed)", "2015-06-15": "Sacred Heart (observed)", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-20": "Independence Day", "2015-08-07": "Battle of Boyac\u00e1", "2015-08-17": "Assumption Day (observed)", "2015-10-12": "Columbus Day", "2015-11-02": "All Saints' Day (observed)", "2015-11-16": "Independence of Cartagena (observed)", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-11": "Epiphany (observed)", "2016-03-21": "Saint Joseph's Day (observed)", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-09": "Ascension Day (observed)", "2016-05-30": "Corpus Christi (observed)", "2016-06-06": "Sacred Heart (observed)", "2016-07-04": "Saint Peter and Saint Paul's Day (observed)", "2016-07-20": "Independence Day", "2016-08-07": "Battle of Boyac\u00e1", "2016-08-15": "Assumption Day", "2016-10-17": "Columbus Day (observed)", "2016-11-07": "All Saints' Day (observed)", "2016-11-14": "Independence of Cartagena (observed)", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-01-09": "Epiphany (observed)", "2017-03-20": "Saint Joseph's Day (observed)", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-05-29": "Ascension Day (observed)", "2017-06-19": "Corpus Christi (observed)", "2017-06-26": "Sacred Heart (observed)", "2017-07-03": "Saint Peter and Saint Paul's Day (observed)", "2017-07-20": "Independence Day", "2017-08-07": "Battle of Boyac\u00e1", "2017-08-21": "Assumption Day (observed)", "2017-10-16": "Columbus Day (observed)", "2017-11-06": "All Saints' Day (observed)", "2017-11-13": "Independence of Cartagena (observed)", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-08": "Epiphany (observed)", "2018-03-19": "Saint Joseph's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-14": "Ascension Day (observed)", "2018-06-04": "Corpus Christi (observed)", "2018-06-11": "Sacred Heart (observed)", "2018-07-02": "Saint Peter and Saint Paul's Day (observed)", "2018-07-20": "Independence Day", "2018-08-07": "Battle of Boyac\u00e1", "2018-08-20": "Assumption Day (observed)", "2018-10-15": "Columbus Day (observed)", "2018-11-05": "All Saints' Day (observed)", "2018-11-12": "Independence of Cartagena (observed)", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Epiphany (observed)", "2019-03-25": "Saint Joseph's Day (observed)", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-06-03": "Ascension Day (observed)", "2019-06-24": "Corpus Christi (observed)", "2019-07-01": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2019-07-20": "Independence Day", "2019-08-07": "Battle of Boyac\u00e1", "2019-08-19": "Assumption Day (observed)", "2019-10-14": "Columbus Day (observed)", "2019-11-04": "All Saints' Day (observed)", "2019-11-11": "Independence of Cartagena", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-23": "Saint Joseph's Day (observed)", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-05-25": "Ascension Day (observed)", "2020-06-15": "Corpus Christi (observed)", "2020-06-22": "Sacred Heart (observed)", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-20": "Independence Day", "2020-08-07": "Battle of Boyac\u00e1", "2020-08-17": "Assumption Day (observed)", "2020-10-12": "Columbus Day", "2020-11-02": "All Saints' Day (observed)", "2020-11-16": "Independence of Cartagena (observed)", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-11": "Epiphany (observed)", "2021-03-22": "Saint Joseph's Day (observed)", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-05-17": "Ascension Day (observed)", "2021-06-07": "Corpus Christi (observed)", "2021-06-14": "Sacred Heart (observed)", "2021-07-05": "Saint Peter and Saint Paul's Day (observed)", "2021-07-20": "Independence Day", "2021-08-07": "Battle of Boyac\u00e1", "2021-08-16": "Assumption Day (observed)", "2021-10-18": "Columbus Day (observed)", "2021-11-01": "All Saints' Day", "2021-11-15": "Independence of Cartagena (observed)", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-10": "Epiphany (observed)", "2022-03-21": "Saint Joseph's Day (observed)", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Ascension Day (observed)", "2022-06-20": "Corpus Christi (observed)", "2022-06-27": "Sacred Heart (observed)", "2022-07-04": "Saint Peter and Saint Paul's Day (observed)", "2022-07-20": "Independence Day", "2022-08-07": "Battle of Boyac\u00e1", "2022-08-15": "Assumption Day", "2022-10-17": "Columbus Day (observed)", "2022-11-07": "All Saints' Day (observed)", "2022-11-14": "Independence of Cartagena (observed)", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-01-09": "Epiphany (observed)", "2023-03-20": "Saint Joseph's Day (observed)", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-22": "Ascension Day (observed)", "2023-06-12": "Corpus Christi (observed)", "2023-06-19": "Sacred Heart (observed)", "2023-07-03": "Saint Peter and Saint Paul's Day (observed)", "2023-07-20": "Independence Day", "2023-08-07": "Battle of Boyac\u00e1", "2023-08-21": "Assumption Day (observed)", "2023-10-16": "Columbus Day (observed)", "2023-11-06": "All Saints' Day (observed)", "2023-11-13": "Independence of Cartagena (observed)", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-08": "Epiphany (observed)", "2024-03-25": "Saint Joseph's Day (observed)", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-13": "Ascension Day (observed)", "2024-06-03": "Corpus Christi (observed)", "2024-06-10": "Sacred Heart (observed)", "2024-07-01": "Saint Peter and Saint Paul's Day (observed)", "2024-07-20": "Independence Day", "2024-08-07": "Battle of Boyac\u00e1", "2024-08-19": "Assumption Day (observed)", "2024-10-14": "Columbus Day (observed)", "2024-11-04": "All Saints' Day (observed)", "2024-11-11": "Independence of Cartagena", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-24": "Saint Joseph's Day (observed)", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-02": "Ascension Day (observed)", "2025-06-23": "Corpus Christi (observed)", "2025-06-30": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2025-07-20": "Independence Day", "2025-08-07": "Battle of Boyac\u00e1", "2025-08-18": "Assumption Day (observed)", "2025-10-13": "Columbus Day (observed)", "2025-11-03": "All Saints' Day (observed)", "2025-11-17": "Independence of Cartagena (observed)", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-12": "Epiphany (observed)", "2026-03-23": "Saint Joseph's Day (observed)", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-18": "Ascension Day (observed)", "2026-06-08": "Corpus Christi (observed)", "2026-06-15": "Sacred Heart (observed)", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-20": "Independence Day", "2026-08-07": "Battle of Boyac\u00e1", "2026-08-17": "Assumption Day (observed)", "2026-10-12": "Columbus Day", "2026-11-02": "All Saints' Day (observed)", "2026-11-16": "Independence of Cartagena (observed)", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-11": "Epiphany (observed)", "2027-03-22": "Saint Joseph's Day (observed)", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-10": "Ascension Day (observed)", "2027-05-31": "Corpus Christi (observed)", "2027-06-07": "Sacred Heart (observed)", "2027-07-05": "Saint Peter and Saint Paul's Day (observed)", "2027-07-20": "Independence Day", "2027-08-07": "Battle of Boyac\u00e1", "2027-08-16": "Assumption Day (observed)", "2027-10-18": "Columbus Day (observed)", "2027-11-01": "All Saints' Day", "2027-11-15": "Independence of Cartagena (observed)", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-10": "Epiphany (observed)", "2028-03-20": "Saint Joseph's Day (observed)", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-29": "Ascension Day (observed)", "2028-06-19": "Corpus Christi (observed)", "2028-06-26": "Sacred Heart (observed)", "2028-07-03": "Saint Peter and Saint Paul's Day (observed)", "2028-07-20": "Independence Day", "2028-08-07": "Battle of Boyac\u00e1", "2028-08-21": "Assumption Day (observed)", "2028-10-16": "Columbus Day (observed)", "2028-11-06": "All Saints' Day (observed)", "2028-11-13": "Independence of Cartagena (observed)", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-08": "Epiphany (observed)", "2029-03-19": "Saint Joseph's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-14": "Ascension Day (observed)", "2029-06-04": "Corpus Christi (observed)", "2029-06-11": "Sacred Heart (observed)", "2029-07-02": "Saint Peter and Saint Paul's Day (observed)", "2029-07-20": "Independence Day", "2029-08-07": "Battle of Boyac\u00e1", "2029-08-20": "Assumption Day (observed)", "2029-10-15": "Columbus Day (observed)", "2029-11-05": "All Saints' Day (observed)", "2029-11-12": "Independence of Cartagena (observed)", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-07": "Epiphany (observed)", "2030-03-25": "Saint Joseph's Day (observed)", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-06-03": "Ascension Day (observed)", "2030-06-24": "Corpus Christi (observed)", "2030-07-01": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2030-07-20": "Independence Day", "2030-08-07": "Battle of Boyac\u00e1", "2030-08-19": "Assumption Day (observed)", "2030-10-14": "Columbus Day (observed)", "2030-11-04": "All Saints' Day (observed)", "2030-11-11": "Independence of Cartagena", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-03-24": "Saint Joseph's Day (observed)", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-26": "Ascension Day (observed)", "2031-06-16": "Corpus Christi (observed)", "2031-06-23": "Sacred Heart (observed)", "2031-06-30": "Saint Peter and Saint Paul's Day (observed)", "2031-07-20": "Independence Day", "2031-08-07": "Battle of Boyac\u00e1", "2031-08-18": "Assumption Day (observed)", "2031-10-13": "Columbus Day (observed)", "2031-11-03": "All Saints' Day (observed)", "2031-11-17": "Independence of Cartagena (observed)", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-12": "Epiphany (observed)", "2032-03-22": "Saint Joseph's Day (observed)", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-10": "Ascension Day (observed)", "2032-05-31": "Corpus Christi (observed)", "2032-06-07": "Sacred Heart (observed)", "2032-07-05": "Saint Peter and Saint Paul's Day (observed)", "2032-07-20": "Independence Day", "2032-08-07": "Battle of Boyac\u00e1", "2032-08-16": "Assumption Day (observed)", "2032-10-18": "Columbus Day (observed)", "2032-11-01": "All Saints' Day", "2032-11-15": "Independence of Cartagena (observed)", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-10": "Epiphany (observed)", "2033-03-21": "Saint Joseph's Day (observed)", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Ascension Day (observed)", "2033-06-20": "Corpus Christi (observed)", "2033-06-27": "Sacred Heart (observed)", "2033-07-04": "Saint Peter and Saint Paul's Day (observed)", "2033-07-20": "Independence Day", "2033-08-07": "Battle of Boyac\u00e1", "2033-08-15": "Assumption Day", "2033-10-17": "Columbus Day (observed)", "2033-11-07": "All Saints' Day (observed)", "2033-11-14": "Independence of Cartagena (observed)", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-09": "Epiphany (observed)", "2034-03-20": "Saint Joseph's Day (observed)", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-22": "Ascension Day (observed)", "2034-06-12": "Corpus Christi (observed)", "2034-06-19": "Sacred Heart (observed)", "2034-07-03": "Saint Peter and Saint Paul's Day (observed)", "2034-07-20": "Independence Day", "2034-08-07": "Battle of Boyac\u00e1", "2034-08-21": "Assumption Day (observed)", "2034-10-16": "Columbus Day (observed)", "2034-11-06": "All Saints' Day (observed)", "2034-11-13": "Independence of Cartagena (observed)", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-08": "Epiphany (observed)", "2035-03-19": "Saint Joseph's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-07": "Ascension Day (observed)", "2035-05-28": "Corpus Christi (observed)", "2035-06-04": "Sacred Heart (observed)", "2035-07-02": "Saint Peter and Saint Paul's Day (observed)", "2035-07-20": "Independence Day", "2035-08-07": "Battle of Boyac\u00e1", "2035-08-20": "Assumption Day (observed)", "2035-10-15": "Columbus Day (observed)", "2035-11-05": "All Saints' Day (observed)", "2035-11-12": "Independence of Cartagena (observed)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-07": "Epiphany (observed)", "2036-03-24": "Saint Joseph's Day (observed)", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-26": "Ascension Day (observed)", "2036-06-16": "Corpus Christi (observed)", "2036-06-23": "Sacred Heart (observed)", "2036-06-30": "Saint Peter and Saint Paul's Day (observed)", "2036-07-20": "Independence Day", "2036-08-07": "Battle of Boyac\u00e1", "2036-08-18": "Assumption Day (observed)", "2036-10-13": "Columbus Day (observed)", "2036-11-03": "All Saints' Day (observed)", "2036-11-17": "Independence of Cartagena (observed)", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-12": "Epiphany (observed)", "2037-03-23": "Saint Joseph's Day (observed)", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-18": "Ascension Day (observed)", "2037-06-08": "Corpus Christi (observed)", "2037-06-15": "Sacred Heart (observed)", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-20": "Independence Day", "2037-08-07": "Battle of Boyac\u00e1", "2037-08-17": "Assumption Day (observed)", "2037-10-12": "Columbus Day", "2037-11-02": "All Saints' Day (observed)", "2037-11-16": "Independence of Cartagena (observed)", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-11": "Epiphany (observed)", "2038-03-22": "Saint Joseph's Day (observed)", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-07": "Ascension Day (observed)", "2038-06-28": "Corpus Christi (observed)", "2038-07-05": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2038-07-20": "Independence Day", "2038-08-07": "Battle of Boyac\u00e1", "2038-08-16": "Assumption Day (observed)", "2038-10-18": "Columbus Day (observed)", "2038-11-01": "All Saints' Day", "2038-11-15": "Independence of Cartagena (observed)", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-10": "Epiphany (observed)", "2039-03-21": "Saint Joseph's Day (observed)", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-23": "Ascension Day (observed)", "2039-06-13": "Corpus Christi (observed)", "2039-06-20": "Sacred Heart (observed)", "2039-07-04": "Saint Peter and Saint Paul's Day (observed)", "2039-07-20": "Independence Day", "2039-08-07": "Battle of Boyac\u00e1", "2039-08-15": "Assumption Day", "2039-10-17": "Columbus Day (observed)", "2039-11-07": "All Saints' Day (observed)", "2039-11-14": "Independence of Cartagena (observed)", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-09": "Epiphany (observed)", "2040-03-19": "Saint Joseph's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-14": "Ascension Day (observed)", "2040-06-04": "Corpus Christi (observed)", "2040-06-11": "Sacred Heart (observed)", "2040-07-02": "Saint Peter and Saint Paul's Day (observed)", "2040-07-20": "Independence Day", "2040-08-07": "Battle of Boyac\u00e1", "2040-08-20": "Assumption Day (observed)", "2040-10-15": "Columbus Day (observed)", "2040-11-05": "All Saints' Day (observed)", "2040-11-12": "Independence of Cartagena (observed)", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-07": "Epiphany (observed)", "2041-03-25": "Saint Joseph's Day (observed)", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-06-03": "Ascension Day (observed)", "2041-06-24": "Corpus Christi (observed)", "2041-07-01": "Sacred Heart (observed); Saint Peter and Saint Paul's Day (observed)", "2041-07-20": "Independence Day", "2041-08-07": "Battle of Boyac\u00e1", "2041-08-19": "Assumption Day (observed)", "2041-10-14": "Columbus Day (observed)", "2041-11-04": "All Saints' Day (observed)", "2041-11-11": "Independence of Cartagena", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-03-24": "Saint Joseph's Day (observed)", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-19": "Ascension Day (observed)", "2042-06-09": "Corpus Christi (observed)", "2042-06-16": "Sacred Heart (observed)", "2042-06-30": "Saint Peter and Saint Paul's Day (observed)", "2042-07-20": "Independence Day", "2042-08-07": "Battle of Boyac\u00e1", "2042-08-18": "Assumption Day (observed)", "2042-10-13": "Columbus Day (observed)", "2042-11-03": "All Saints' Day (observed)", "2042-11-17": "Independence of Cartagena (observed)", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-12": "Epiphany (observed)", "2043-03-23": "Saint Joseph's Day (observed)", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-11": "Ascension Day (observed)", "2043-06-01": "Corpus Christi (observed)", "2043-06-08": "Sacred Heart (observed)", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-20": "Independence Day", "2043-08-07": "Battle of Boyac\u00e1", "2043-08-17": "Assumption Day (observed)", "2043-10-12": "Columbus Day", "2043-11-02": "All Saints' Day (observed)", "2043-11-16": "Independence of Cartagena (observed)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-11": "Epiphany (observed)", "2044-03-21": "Saint Joseph's Day (observed)", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Ascension Day (observed)", "2044-06-20": "Corpus Christi (observed)", "2044-06-27": "Sacred Heart (observed)", "2044-07-04": "Saint Peter and Saint Paul's Day (observed)", "2044-07-20": "Independence Day", "2044-08-07": "Battle of Boyac\u00e1", "2044-08-15": "Assumption Day", "2044-10-17": "Columbus Day (observed)", "2044-11-07": "All Saints' Day (observed)", "2044-11-14": "Independence of Cartagena (observed)", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-09": "Epiphany (observed)", "2045-03-20": "Saint Joseph's Day (observed)", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-22": "Ascension Day (observed)", "2045-06-12": "Corpus Christi (observed)", "2045-06-19": "Sacred Heart (observed)", "2045-07-03": "Saint Peter and Saint Paul's Day (observed)", "2045-07-20": "Independence Day", "2045-08-07": "Battle of Boyac\u00e1", "2045-08-21": "Assumption Day (observed)", "2045-10-16": "Columbus Day (observed)", "2045-11-06": "All Saints' Day (observed)", "2045-11-13": "Independence of Cartagena (observed)", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-08": "Epiphany (observed)", "2046-03-19": "Saint Joseph's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-07": "Ascension Day (observed)", "2046-05-28": "Corpus Christi (observed)", "2046-06-04": "Sacred Heart (observed)", "2046-07-02": "Saint Peter and Saint Paul's Day (observed)", "2046-07-20": "Independence Day", "2046-08-07": "Battle of Boyac\u00e1", "2046-08-20": "Assumption Day (observed)", "2046-10-15": "Columbus Day (observed)", "2046-11-05": "All Saints' Day (observed)", "2046-11-12": "Independence of Cartagena (observed)", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-07": "Epiphany (observed)", "2047-03-25": "Saint Joseph's Day (observed)", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-27": "Ascension Day (observed)", "2047-06-17": "Corpus Christi (observed)", "2047-06-24": "Sacred Heart (observed)", "2047-07-01": "Saint Peter and Saint Paul's Day (observed)", "2047-07-20": "Independence Day", "2047-08-07": "Battle of Boyac\u00e1", "2047-08-19": "Assumption Day (observed)", "2047-10-14": "Columbus Day (observed)", "2047-11-04": "All Saints' Day (observed)", "2047-11-11": "Independence of Cartagena", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-03-23": "Saint Joseph's Day (observed)", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-18": "Ascension Day (observed)", "2048-06-08": "Corpus Christi (observed)", "2048-06-15": "Sacred Heart (observed)", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-20": "Independence Day", "2048-08-07": "Battle of Boyac\u00e1", "2048-08-17": "Assumption Day (observed)", "2048-10-12": "Columbus Day", "2048-11-02": "All Saints' Day (observed)", "2048-11-16": "Independence of Cartagena (observed)", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-11": "Epiphany (observed)", "2049-03-22": "Saint Joseph's Day (observed)", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-31": "Ascension Day (observed)", "2049-06-21": "Corpus Christi (observed)", "2049-06-28": "Sacred Heart (observed)", "2049-07-05": "Saint Peter and Saint Paul's Day (observed)", "2049-07-20": "Independence Day", "2049-08-07": "Battle of Boyac\u00e1", "2049-08-16": "Assumption Day (observed)", "2049-10-18": "Columbus Day (observed)", "2049-11-01": "All Saints' Day", "2049-11-15": "Independence of Cartagena (observed)", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-10": "Epiphany (observed)", "2050-03-21": "Saint Joseph's Day (observed)", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-23": "Ascension Day (observed)", "2050-06-13": "Corpus Christi (observed)", "2050-06-20": "Sacred Heart (observed)", "2050-07-04": "Saint Peter and Saint Paul's Day (observed)", "2050-07-20": "Independence Day", "2050-08-07": "Battle of Boyac\u00e1", "2050-08-15": "Assumption Day", "2050-10-17": "Columbus Day (observed)", "2050-11-07": "All Saints' Day (observed)", "2050-11-14": "Independence of Cartagena (observed)", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/CR_COMMON.json000066400000000000000000001404721500152103600215620ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-11": "Juan Santamar\u00eda Day", "1950-05-01": "International Labor Day", "1950-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1950-08-02": "Feast of Our Lady of the Angels", "1950-08-15": "Mother's Day", "1950-09-15": "Independence Day", "1950-10-16": "Cultures Day (observed)", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-04-11": "Juan Santamar\u00eda Day", "1951-05-01": "International Labor Day", "1951-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1951-08-02": "Feast of Our Lady of the Angels", "1951-08-15": "Mother's Day", "1951-09-15": "Independence Day", "1951-10-15": "Cultures Day (observed)", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday; Juan Santamar\u00eda Day", "1952-05-01": "International Labor Day", "1952-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1952-08-02": "Feast of Our Lady of the Angels", "1952-08-15": "Mother's Day", "1952-09-15": "Independence Day", "1952-10-12": "Cultures Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-11": "Juan Santamar\u00eda Day", "1953-05-01": "International Labor Day", "1953-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1953-08-02": "Feast of Our Lady of the Angels", "1953-08-15": "Mother's Day", "1953-09-15": "Independence Day", "1953-10-12": "Cultures Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-11": "Juan Santamar\u00eda Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "International Labor Day", "1954-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1954-08-02": "Feast of Our Lady of the Angels", "1954-08-15": "Mother's Day", "1954-09-15": "Independence Day", "1954-10-18": "Cultures Day (observed)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-11": "Juan Santamar\u00eda Day", "1955-05-01": "International Labor Day", "1955-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1955-08-02": "Feast of Our Lady of the Angels", "1955-08-15": "Mother's Day", "1955-09-15": "Independence Day", "1955-10-17": "Cultures Day (observed)", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-11": "Juan Santamar\u00eda Day", "1956-05-01": "International Labor Day", "1956-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1956-08-02": "Feast of Our Lady of the Angels", "1956-08-15": "Mother's Day", "1956-09-15": "Independence Day", "1956-10-15": "Cultures Day (observed)", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-11": "Juan Santamar\u00eda Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "International Labor Day", "1957-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1957-08-02": "Feast of Our Lady of the Angels", "1957-08-15": "Mother's Day", "1957-09-15": "Independence Day", "1957-10-12": "Cultures Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-11": "Juan Santamar\u00eda Day", "1958-05-01": "International Labor Day", "1958-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1958-08-02": "Feast of Our Lady of the Angels", "1958-08-15": "Mother's Day", "1958-09-15": "Independence Day", "1958-10-12": "Cultures Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-04-11": "Juan Santamar\u00eda Day", "1959-05-01": "International Labor Day", "1959-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1959-08-02": "Feast of Our Lady of the Angels", "1959-08-15": "Mother's Day", "1959-09-15": "Independence Day", "1959-10-12": "Cultures Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-11": "Juan Santamar\u00eda Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "International Labor Day", "1960-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1960-08-02": "Feast of Our Lady of the Angels", "1960-08-15": "Mother's Day", "1960-09-15": "Independence Day", "1960-10-17": "Cultures Day (observed)", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-11": "Juan Santamar\u00eda Day", "1961-05-01": "International Labor Day", "1961-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1961-08-02": "Feast of Our Lady of the Angels", "1961-08-15": "Mother's Day", "1961-09-15": "Independence Day", "1961-10-16": "Cultures Day (observed)", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-11": "Juan Santamar\u00eda Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "International Labor Day", "1962-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1962-08-02": "Feast of Our Lady of the Angels", "1962-08-15": "Mother's Day", "1962-09-15": "Independence Day", "1962-10-15": "Cultures Day (observed)", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Juan Santamar\u00eda Day; Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "International Labor Day", "1963-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1963-08-02": "Feast of Our Lady of the Angels", "1963-08-15": "Mother's Day", "1963-09-15": "Independence Day", "1963-10-12": "Cultures Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-04-11": "Juan Santamar\u00eda Day", "1964-05-01": "International Labor Day", "1964-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1964-08-02": "Feast of Our Lady of the Angels", "1964-08-15": "Mother's Day", "1964-09-15": "Independence Day", "1964-10-12": "Cultures Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-11": "Juan Santamar\u00eda Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "International Labor Day", "1965-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1965-08-02": "Feast of Our Lady of the Angels", "1965-08-15": "Mother's Day", "1965-09-15": "Independence Day", "1965-10-18": "Cultures Day (observed)", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-11": "Juan Santamar\u00eda Day", "1966-05-01": "International Labor Day", "1966-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1966-08-02": "Feast of Our Lady of the Angels", "1966-08-15": "Mother's Day", "1966-09-15": "Independence Day", "1966-10-17": "Cultures Day (observed)", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-04-11": "Juan Santamar\u00eda Day", "1967-05-01": "International Labor Day", "1967-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1967-08-02": "Feast of Our Lady of the Angels", "1967-08-15": "Mother's Day", "1967-09-15": "Independence Day", "1967-10-16": "Cultures Day (observed)", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Juan Santamar\u00eda Day; Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "International Labor Day", "1968-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1968-08-02": "Feast of Our Lady of the Angels", "1968-08-15": "Mother's Day", "1968-09-15": "Independence Day", "1968-10-12": "Cultures Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-11": "Juan Santamar\u00eda Day", "1969-05-01": "International Labor Day", "1969-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1969-08-02": "Feast of Our Lady of the Angels", "1969-08-15": "Mother's Day", "1969-09-15": "Independence Day", "1969-10-12": "Cultures Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-04-11": "Juan Santamar\u00eda Day", "1970-05-01": "International Labor Day", "1970-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1970-08-02": "Feast of Our Lady of the Angels", "1970-08-15": "Mother's Day", "1970-09-15": "Independence Day", "1970-10-12": "Cultures Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-11": "Juan Santamar\u00eda Day", "1971-05-01": "International Labor Day", "1971-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1971-08-02": "Feast of Our Lady of the Angels", "1971-08-15": "Mother's Day", "1971-09-15": "Independence Day", "1971-10-18": "Cultures Day (observed)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-11": "Juan Santamar\u00eda Day", "1972-05-01": "International Labor Day", "1972-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1972-08-02": "Feast of Our Lady of the Angels", "1972-08-15": "Mother's Day", "1972-09-15": "Independence Day", "1972-10-16": "Cultures Day (observed)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-11": "Juan Santamar\u00eda Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "International Labor Day", "1973-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1973-08-02": "Feast of Our Lady of the Angels", "1973-08-15": "Mother's Day", "1973-09-15": "Independence Day", "1973-10-15": "Cultures Day (observed)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Juan Santamar\u00eda Day; Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "International Labor Day", "1974-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1974-08-02": "Feast of Our Lady of the Angels", "1974-08-15": "Mother's Day", "1974-09-15": "Independence Day", "1974-10-12": "Cultures Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-04-11": "Juan Santamar\u00eda Day", "1975-05-01": "International Labor Day", "1975-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1975-08-02": "Feast of Our Lady of the Angels", "1975-08-15": "Mother's Day", "1975-09-15": "Independence Day", "1975-10-12": "Cultures Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-11": "Juan Santamar\u00eda Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "International Labor Day", "1976-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1976-08-02": "Feast of Our Lady of the Angels", "1976-08-15": "Mother's Day", "1976-09-15": "Independence Day", "1976-10-18": "Cultures Day (observed)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-11": "Juan Santamar\u00eda Day", "1977-05-01": "International Labor Day", "1977-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1977-08-02": "Feast of Our Lady of the Angels", "1977-08-15": "Mother's Day", "1977-09-15": "Independence Day", "1977-10-17": "Cultures Day (observed)", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-04-11": "Juan Santamar\u00eda Day", "1978-05-01": "International Labor Day", "1978-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1978-08-02": "Feast of Our Lady of the Angels", "1978-08-15": "Mother's Day", "1978-09-15": "Independence Day", "1978-10-16": "Cultures Day (observed)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-11": "Juan Santamar\u00eda Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "International Labor Day", "1979-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1979-08-02": "Feast of Our Lady of the Angels", "1979-08-15": "Mother's Day", "1979-09-15": "Independence Day", "1979-10-15": "Cultures Day (observed)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-11": "Juan Santamar\u00eda Day", "1980-05-01": "International Labor Day", "1980-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1980-08-02": "Feast of Our Lady of the Angels", "1980-08-15": "Mother's Day", "1980-09-15": "Independence Day", "1980-10-12": "Cultures Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-11": "Juan Santamar\u00eda Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "International Labor Day", "1981-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1981-08-02": "Feast of Our Lady of the Angels", "1981-08-15": "Mother's Day", "1981-09-15": "Independence Day", "1981-10-12": "Cultures Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-11": "Juan Santamar\u00eda Day", "1982-05-01": "International Labor Day", "1982-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1982-08-02": "Feast of Our Lady of the Angels", "1982-08-15": "Mother's Day", "1982-09-15": "Independence Day", "1982-10-18": "Cultures Day (observed)", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-11": "Juan Santamar\u00eda Day", "1983-05-01": "International Labor Day", "1983-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1983-08-02": "Feast of Our Lady of the Angels", "1983-08-15": "Mother's Day", "1983-09-15": "Independence Day", "1983-10-17": "Cultures Day (observed)", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-11": "Juan Santamar\u00eda Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "International Labor Day", "1984-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1984-08-02": "Feast of Our Lady of the Angels", "1984-08-15": "Mother's Day", "1984-09-15": "Independence Day", "1984-10-15": "Cultures Day (observed)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-11": "Juan Santamar\u00eda Day", "1985-05-01": "International Labor Day", "1985-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1985-08-02": "Feast of Our Lady of the Angels", "1985-08-15": "Mother's Day", "1985-09-15": "Independence Day", "1985-10-12": "Cultures Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-04-11": "Juan Santamar\u00eda Day", "1986-05-01": "International Labor Day", "1986-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1986-08-02": "Feast of Our Lady of the Angels", "1986-08-15": "Mother's Day", "1986-09-15": "Independence Day", "1986-10-12": "Cultures Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-11": "Juan Santamar\u00eda Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "International Labor Day", "1987-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1987-08-02": "Feast of Our Lady of the Angels", "1987-08-15": "Mother's Day", "1987-09-15": "Independence Day", "1987-10-12": "Cultures Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-11": "Juan Santamar\u00eda Day", "1988-05-01": "International Labor Day", "1988-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1988-08-02": "Feast of Our Lady of the Angels", "1988-08-15": "Mother's Day", "1988-09-15": "Independence Day", "1988-10-17": "Cultures Day (observed)", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-04-11": "Juan Santamar\u00eda Day", "1989-05-01": "International Labor Day", "1989-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1989-08-02": "Feast of Our Lady of the Angels", "1989-08-15": "Mother's Day", "1989-09-15": "Independence Day", "1989-10-16": "Cultures Day (observed)", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-11": "Juan Santamar\u00eda Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "International Labor Day", "1990-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1990-08-02": "Feast of Our Lady of the Angels", "1990-08-15": "Mother's Day", "1990-09-15": "Independence Day", "1990-10-15": "Cultures Day (observed)", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-04-11": "Juan Santamar\u00eda Day", "1991-05-01": "International Labor Day", "1991-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1991-08-02": "Feast of Our Lady of the Angels", "1991-08-15": "Mother's Day", "1991-09-15": "Independence Day", "1991-10-12": "Cultures Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-11": "Juan Santamar\u00eda Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "International Labor Day", "1992-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1992-08-02": "Feast of Our Lady of the Angels", "1992-08-15": "Mother's Day", "1992-09-15": "Independence Day", "1992-10-12": "Cultures Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-11": "Juan Santamar\u00eda Day", "1993-05-01": "International Labor Day", "1993-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1993-08-02": "Feast of Our Lady of the Angels", "1993-08-15": "Mother's Day", "1993-09-15": "Independence Day", "1993-10-18": "Cultures Day (observed)", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-11": "Juan Santamar\u00eda Day", "1994-05-01": "International Labor Day", "1994-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1994-08-02": "Feast of Our Lady of the Angels", "1994-08-15": "Mother's Day", "1994-09-15": "Independence Day", "1994-10-17": "Cultures Day (observed)", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-11": "Juan Santamar\u00eda Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "International Labor Day", "1995-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1995-08-02": "Feast of Our Lady of the Angels", "1995-08-15": "Mother's Day", "1995-09-15": "Independence Day", "1995-10-16": "Cultures Day (observed)", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-11": "Juan Santamar\u00eda Day", "1996-05-01": "International Labor Day", "1996-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1996-08-02": "Feast of Our Lady of the Angels", "1996-08-15": "Mother's Day", "1996-09-15": "Independence Day", "1996-10-12": "Cultures Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-04-11": "Juan Santamar\u00eda Day", "1997-05-01": "International Labor Day", "1997-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1997-08-02": "Feast of Our Lady of the Angels", "1997-08-15": "Mother's Day", "1997-09-15": "Independence Day", "1997-10-12": "Cultures Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Juan Santamar\u00eda Day", "1998-05-01": "International Labor Day", "1998-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1998-08-02": "Feast of Our Lady of the Angels", "1998-08-15": "Mother's Day", "1998-09-15": "Independence Day", "1998-10-12": "Cultures Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-11": "Juan Santamar\u00eda Day", "1999-05-01": "International Labor Day", "1999-07-25": "Annexation of the Party of Nicoya to Costa Rica", "1999-08-02": "Feast of Our Lady of the Angels", "1999-08-15": "Mother's Day", "1999-09-15": "Independence Day", "1999-10-18": "Cultures Day (observed)", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-11": "Juan Santamar\u00eda Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "International Labor Day", "2000-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2000-08-02": "Feast of Our Lady of the Angels", "2000-08-15": "Mother's Day", "2000-09-15": "Independence Day", "2000-10-16": "Cultures Day (observed)", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-11": "Juan Santamar\u00eda Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "International Labor Day", "2001-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2001-08-02": "Feast of Our Lady of the Angels", "2001-08-15": "Mother's Day", "2001-09-15": "Independence Day", "2001-10-15": "Cultures Day (observed)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-04-11": "Juan Santamar\u00eda Day", "2002-05-01": "International Labor Day", "2002-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2002-08-02": "Feast of Our Lady of the Angels", "2002-08-15": "Mother's Day", "2002-09-15": "Independence Day", "2002-10-12": "Cultures Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-11": "Juan Santamar\u00eda Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "International Labor Day", "2003-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2003-08-02": "Feast of Our Lady of the Angels", "2003-08-15": "Mother's Day", "2003-09-15": "Independence Day", "2003-10-12": "Cultures Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-11": "Juan Santamar\u00eda Day", "2004-05-01": "International Labor Day", "2004-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2004-08-02": "Feast of Our Lady of the Angels", "2004-08-15": "Mother's Day", "2004-09-15": "Independence Day", "2004-10-18": "Cultures Day (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-04-11": "Juan Santamar\u00eda Day", "2005-05-01": "International Labor Day", "2005-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2005-08-02": "Feast of Our Lady of the Angels", "2005-08-15": "Mother's Day", "2005-09-15": "Independence Day", "2005-10-17": "Cultures Day (observed)", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-17": "Juan Santamar\u00eda Day (observed)", "2006-05-01": "International Labor Day", "2006-07-31": "Annexation of the Party of Nicoya to Costa Rica (observed)", "2006-08-02": "Feast of Our Lady of the Angels", "2006-08-21": "Mother's Day (observed)", "2006-09-15": "Independence Day", "2006-10-16": "Cultures Day (observed)", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-16": "Juan Santamar\u00eda Day (observed)", "2007-05-01": "International Labor Day", "2007-07-30": "Annexation of the Party of Nicoya to Costa Rica (observed)", "2007-08-02": "Feast of Our Lady of the Angels", "2007-08-20": "Mother's Day (observed)", "2007-09-15": "Independence Day", "2007-10-15": "Cultures Day (observed)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-04-14": "Juan Santamar\u00eda Day (observed)", "2008-05-01": "International Labor Day", "2008-07-28": "Annexation of the Party of Nicoya to Costa Rica (observed)", "2008-08-02": "Feast of Our Lady of the Angels", "2008-08-15": "Mother's Day", "2008-09-15": "Independence Day", "2008-10-12": "Cultures Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Juan Santamar\u00eda Day", "2009-05-01": "International Labor Day", "2009-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2009-08-02": "Feast of Our Lady of the Angels", "2009-08-15": "Mother's Day", "2009-09-15": "Independence Day", "2009-10-12": "Cultures Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-11": "Juan Santamar\u00eda Day", "2010-05-01": "International Labor Day", "2010-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2010-08-02": "Feast of Our Lady of the Angels", "2010-08-15": "Mother's Day", "2010-09-15": "Independence Day", "2010-10-18": "Cultures Day (observed)", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-11": "Juan Santamar\u00eda Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "International Labor Day", "2011-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2011-08-02": "Feast of Our Lady of the Angels", "2011-08-15": "Mother's Day", "2011-09-15": "Independence Day", "2011-10-17": "Cultures Day (observed)", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-11": "Juan Santamar\u00eda Day", "2012-05-01": "International Labor Day", "2012-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2012-08-02": "Feast of Our Lady of the Angels", "2012-08-15": "Mother's Day", "2012-09-15": "Independence Day", "2012-10-15": "Cultures Day (observed)", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-11": "Juan Santamar\u00eda Day", "2013-05-01": "International Labor Day", "2013-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2013-08-02": "Feast of Our Lady of the Angels", "2013-08-15": "Mother's Day", "2013-09-15": "Independence Day", "2013-10-12": "Cultures Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-11": "Juan Santamar\u00eda Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "International Labor Day", "2014-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2014-08-02": "Feast of Our Lady of the Angels", "2014-08-15": "Mother's Day", "2014-09-15": "Independence Day", "2014-10-12": "Cultures Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-11": "Juan Santamar\u00eda Day", "2015-05-01": "International Labor Day", "2015-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2015-08-02": "Feast of Our Lady of the Angels", "2015-08-15": "Mother's Day", "2015-09-15": "Independence Day", "2015-10-12": "Cultures Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-04-11": "Juan Santamar\u00eda Day", "2016-05-01": "International Labor Day", "2016-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2016-08-02": "Feast of Our Lady of the Angels", "2016-08-15": "Mother's Day", "2016-09-15": "Independence Day", "2016-10-17": "Cultures Day (observed)", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-11": "Juan Santamar\u00eda Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "International Labor Day", "2017-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2017-08-02": "Feast of Our Lady of the Angels", "2017-08-15": "Mother's Day", "2017-09-15": "Independence Day", "2017-10-16": "Cultures Day (observed)", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-11": "Juan Santamar\u00eda Day", "2018-05-01": "International Labor Day", "2018-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2018-08-02": "Feast of Our Lady of the Angels", "2018-08-15": "Mother's Day", "2018-09-15": "Independence Day", "2018-10-15": "Cultures Day (observed)", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-11": "Juan Santamar\u00eda Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "International Labor Day", "2019-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2019-08-02": "Feast of Our Lady of the Angels", "2019-08-15": "Mother's Day", "2019-09-15": "Independence Day", "2019-10-12": "Cultures Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Juan Santamar\u00eda Day", "2020-05-01": "International Labor Day", "2020-07-27": "Annexation of the Party of Nicoya to Costa Rica (observed)", "2020-08-02": "Feast of Our Lady of the Angels", "2020-08-17": "Mother's Day (observed)", "2020-09-14": "Independence Day (observed)", "2020-11-30": "Army Abolition Day (observed)", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-11": "Juan Santamar\u00eda Day", "2021-05-03": "International Labor Day (observed)", "2021-07-26": "Annexation of the Party of Nicoya to Costa Rica (observed)", "2021-08-02": "Feast of Our Lady of the Angels", "2021-08-15": "Mother's Day", "2021-09-05": "Day of the Black Person and Afro-Costa Rican Culture (observed)", "2021-09-13": "Independence Day (observed)", "2021-11-29": "Army Abolition Day (observed)", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-11": "Juan Santamar\u00eda Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "International Labor Day", "2022-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2022-08-02": "Feast of Our Lady of the Angels", "2022-08-15": "Mother's Day", "2022-09-04": "Day of the Black Person and Afro-Costa Rican Culture (observed)", "2022-09-19": "Independence Day (observed)", "2022-12-05": "Army Abolition Day (observed)", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-10": "Juan Santamar\u00eda Day (observed)", "2023-05-01": "International Labor Day", "2023-07-24": "Annexation of the Party of Nicoya to Costa Rica (observed)", "2023-08-02": "Feast of Our Lady of the Angels", "2023-08-14": "Mother's Day (observed)", "2023-09-03": "Day of the Black Person and Afro-Costa Rican Culture (observed)", "2023-09-15": "Independence Day", "2023-12-01": "Army Abolition Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-15": "Juan Santamar\u00eda Day (observed)", "2024-05-01": "International Labor Day", "2024-07-29": "Annexation of the Party of Nicoya to Costa Rica (observed)", "2024-08-02": "Feast of Our Lady of the Angels", "2024-08-19": "Mother's Day (observed)", "2024-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2024-09-15": "Independence Day", "2024-12-01": "Army Abolition Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-11": "Juan Santamar\u00eda Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "International Labor Day", "2025-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2025-08-02": "Feast of Our Lady of the Angels", "2025-08-15": "Mother's Day", "2025-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2025-09-15": "Independence Day", "2025-12-01": "Army Abolition Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-11": "Juan Santamar\u00eda Day", "2026-05-01": "International Labor Day", "2026-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2026-08-02": "Feast of Our Lady of the Angels", "2026-08-15": "Mother's Day", "2026-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2026-09-15": "Independence Day", "2026-12-01": "Army Abolition Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-11": "Juan Santamar\u00eda Day", "2027-05-01": "International Labor Day", "2027-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2027-08-02": "Feast of Our Lady of the Angels", "2027-08-15": "Mother's Day", "2027-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2027-09-15": "Independence Day", "2027-12-01": "Army Abolition Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-11": "Juan Santamar\u00eda Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "International Labor Day", "2028-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2028-08-02": "Feast of Our Lady of the Angels", "2028-08-15": "Mother's Day", "2028-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2028-09-15": "Independence Day", "2028-12-01": "Army Abolition Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-11": "Juan Santamar\u00eda Day", "2029-05-01": "International Labor Day", "2029-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2029-08-02": "Feast of Our Lady of the Angels", "2029-08-15": "Mother's Day", "2029-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2029-09-15": "Independence Day", "2029-12-01": "Army Abolition Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-11": "Juan Santamar\u00eda Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "International Labor Day", "2030-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2030-08-02": "Feast of Our Lady of the Angels", "2030-08-15": "Mother's Day", "2030-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2030-09-15": "Independence Day", "2030-12-01": "Army Abolition Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday; Juan Santamar\u00eda Day", "2031-05-01": "International Labor Day", "2031-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2031-08-02": "Feast of Our Lady of the Angels", "2031-08-15": "Mother's Day", "2031-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2031-09-15": "Independence Day", "2031-12-01": "Army Abolition Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-04-11": "Juan Santamar\u00eda Day", "2032-05-01": "International Labor Day", "2032-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2032-08-02": "Feast of Our Lady of the Angels", "2032-08-15": "Mother's Day", "2032-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2032-09-15": "Independence Day", "2032-12-01": "Army Abolition Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-11": "Juan Santamar\u00eda Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "International Labor Day", "2033-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2033-08-02": "Feast of Our Lady of the Angels", "2033-08-15": "Mother's Day", "2033-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2033-09-15": "Independence Day", "2033-12-01": "Army Abolition Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-11": "Juan Santamar\u00eda Day", "2034-05-01": "International Labor Day", "2034-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2034-08-02": "Feast of Our Lady of the Angels", "2034-08-15": "Mother's Day", "2034-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2034-09-15": "Independence Day", "2034-12-01": "Army Abolition Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-04-11": "Juan Santamar\u00eda Day", "2035-05-01": "International Labor Day", "2035-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2035-08-02": "Feast of Our Lady of the Angels", "2035-08-15": "Mother's Day", "2035-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2035-09-15": "Independence Day", "2035-12-01": "Army Abolition Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday; Juan Santamar\u00eda Day", "2036-05-01": "International Labor Day", "2036-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2036-08-02": "Feast of Our Lady of the Angels", "2036-08-15": "Mother's Day", "2036-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2036-09-15": "Independence Day", "2036-12-01": "Army Abolition Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-11": "Juan Santamar\u00eda Day", "2037-05-01": "International Labor Day", "2037-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2037-08-02": "Feast of Our Lady of the Angels", "2037-08-15": "Mother's Day", "2037-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2037-09-15": "Independence Day", "2037-12-01": "Army Abolition Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-11": "Juan Santamar\u00eda Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "International Labor Day", "2038-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2038-08-02": "Feast of Our Lady of the Angels", "2038-08-15": "Mother's Day", "2038-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2038-09-15": "Independence Day", "2038-12-01": "Army Abolition Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-11": "Juan Santamar\u00eda Day", "2039-05-01": "International Labor Day", "2039-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2039-08-02": "Feast of Our Lady of the Angels", "2039-08-15": "Mother's Day", "2039-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2039-09-15": "Independence Day", "2039-12-01": "Army Abolition Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-11": "Juan Santamar\u00eda Day", "2040-05-01": "International Labor Day", "2040-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2040-08-02": "Feast of Our Lady of the Angels", "2040-08-15": "Mother's Day", "2040-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2040-09-15": "Independence Day", "2040-12-01": "Army Abolition Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-11": "Juan Santamar\u00eda Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "International Labor Day", "2041-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2041-08-02": "Feast of Our Lady of the Angels", "2041-08-15": "Mother's Day", "2041-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2041-09-15": "Independence Day", "2041-12-01": "Army Abolition Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-11": "Juan Santamar\u00eda Day", "2042-05-01": "International Labor Day", "2042-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2042-08-02": "Feast of Our Lady of the Angels", "2042-08-15": "Mother's Day", "2042-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2042-09-15": "Independence Day", "2042-12-01": "Army Abolition Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-11": "Juan Santamar\u00eda Day", "2043-05-01": "International Labor Day", "2043-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2043-08-02": "Feast of Our Lady of the Angels", "2043-08-15": "Mother's Day", "2043-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2043-09-15": "Independence Day", "2043-12-01": "Army Abolition Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-11": "Juan Santamar\u00eda Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "International Labor Day", "2044-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2044-08-02": "Feast of Our Lady of the Angels", "2044-08-15": "Mother's Day", "2044-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2044-09-15": "Independence Day", "2044-12-01": "Army Abolition Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-11": "Juan Santamar\u00eda Day", "2045-05-01": "International Labor Day", "2045-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2045-08-02": "Feast of Our Lady of the Angels", "2045-08-15": "Mother's Day", "2045-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2045-09-15": "Independence Day", "2045-12-01": "Army Abolition Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-04-11": "Juan Santamar\u00eda Day", "2046-05-01": "International Labor Day", "2046-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2046-08-02": "Feast of Our Lady of the Angels", "2046-08-15": "Mother's Day", "2046-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2046-09-15": "Independence Day", "2046-12-01": "Army Abolition Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Juan Santamar\u00eda Day; Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "International Labor Day", "2047-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2047-08-02": "Feast of Our Lady of the Angels", "2047-08-15": "Mother's Day", "2047-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2047-09-15": "Independence Day", "2047-12-01": "Army Abolition Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-11": "Juan Santamar\u00eda Day", "2048-05-01": "International Labor Day", "2048-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2048-08-02": "Feast of Our Lady of the Angels", "2048-08-15": "Mother's Day", "2048-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2048-09-15": "Independence Day", "2048-12-01": "Army Abolition Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-11": "Juan Santamar\u00eda Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "International Labor Day", "2049-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2049-08-02": "Feast of Our Lady of the Angels", "2049-08-15": "Mother's Day", "2049-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2049-09-15": "Independence Day", "2049-12-01": "Army Abolition Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-11": "Juan Santamar\u00eda Day", "2050-05-01": "International Labor Day", "2050-07-25": "Annexation of the Party of Nicoya to Costa Rica", "2050-08-02": "Feast of Our Lady of the Angels", "2050-08-15": "Mother's Day", "2050-08-31": "Day of the Black Person and Afro-Costa Rican Culture", "2050-09-15": "Independence Day", "2050-12-01": "Army Abolition Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/CU_COMMON.json000066400000000000000000001117741500152103600215700ustar00rootroot00000000000000{ "1959-01-01": "Liberation Day", "1959-05-01": "International Workers' Day", "1959-07-25": "Commemoration of the Assault of the Moncada garrison", "1959-07-26": "Day of the National Rebellion", "1959-07-27": "Commemoration of the Assault of the Moncada garrison", "1959-10-10": "Independence Day", "1959-12-25": "Christmas Day", "1960-01-01": "Liberation Day", "1960-05-01": "International Workers' Day", "1960-05-02": "International Workers' Day (observed)", "1960-07-25": "Commemoration of the Assault of the Moncada garrison", "1960-07-26": "Day of the National Rebellion", "1960-07-27": "Commemoration of the Assault of the Moncada garrison", "1960-10-10": "Independence Day", "1960-12-25": "Christmas Day", "1961-01-01": "Liberation Day", "1961-01-02": "Liberation Day (observed)", "1961-05-01": "International Workers' Day", "1961-07-25": "Commemoration of the Assault of the Moncada garrison", "1961-07-26": "Day of the National Rebellion", "1961-07-27": "Commemoration of the Assault of the Moncada garrison", "1961-10-10": "Independence Day", "1961-12-25": "Christmas Day", "1962-01-01": "Liberation Day", "1962-05-01": "International Workers' Day", "1962-07-25": "Commemoration of the Assault of the Moncada garrison", "1962-07-26": "Day of the National Rebellion", "1962-07-27": "Commemoration of the Assault of the Moncada garrison", "1962-10-10": "Independence Day", "1962-12-25": "Christmas Day", "1963-01-01": "Liberation Day", "1963-05-01": "International Workers' Day", "1963-07-25": "Commemoration of the Assault of the Moncada garrison", "1963-07-26": "Day of the National Rebellion", "1963-07-27": "Commemoration of the Assault of the Moncada garrison", "1963-10-10": "Independence Day", "1963-12-25": "Christmas Day", "1964-01-01": "Liberation Day", "1964-05-01": "International Workers' Day", "1964-07-25": "Commemoration of the Assault of the Moncada garrison", "1964-07-26": "Day of the National Rebellion", "1964-07-27": "Commemoration of the Assault of the Moncada garrison", "1964-10-10": "Independence Day", "1964-12-25": "Christmas Day", "1965-01-01": "Liberation Day", "1965-05-01": "International Workers' Day", "1965-07-25": "Commemoration of the Assault of the Moncada garrison", "1965-07-26": "Day of the National Rebellion", "1965-07-27": "Commemoration of the Assault of the Moncada garrison", "1965-10-10": "Independence Day", "1965-10-11": "Independence Day (observed)", "1965-12-25": "Christmas Day", "1966-01-01": "Liberation Day", "1966-05-01": "International Workers' Day", "1966-05-02": "International Workers' Day (observed)", "1966-07-25": "Commemoration of the Assault of the Moncada garrison", "1966-07-26": "Day of the National Rebellion", "1966-07-27": "Commemoration of the Assault of the Moncada garrison", "1966-10-10": "Independence Day", "1966-12-25": "Christmas Day", "1967-01-01": "Liberation Day", "1967-01-02": "Liberation Day (observed)", "1967-05-01": "International Workers' Day", "1967-07-25": "Commemoration of the Assault of the Moncada garrison", "1967-07-26": "Day of the National Rebellion", "1967-07-27": "Commemoration of the Assault of the Moncada garrison", "1967-10-10": "Independence Day", "1967-12-25": "Christmas Day", "1968-01-01": "Liberation Day", "1968-05-01": "International Workers' Day", "1968-07-25": "Commemoration of the Assault of the Moncada garrison", "1968-07-26": "Day of the National Rebellion", "1968-07-27": "Commemoration of the Assault of the Moncada garrison", "1968-10-10": "Independence Day", "1968-12-25": "Christmas Day", "1969-01-01": "Liberation Day", "1969-05-01": "International Workers' Day", "1969-07-25": "Commemoration of the Assault of the Moncada garrison", "1969-07-26": "Day of the National Rebellion", "1969-07-27": "Commemoration of the Assault of the Moncada garrison", "1969-10-10": "Independence Day", "1970-01-01": "Liberation Day", "1970-05-01": "International Workers' Day", "1970-07-25": "Commemoration of the Assault of the Moncada garrison", "1970-07-26": "Day of the National Rebellion", "1970-07-27": "Commemoration of the Assault of the Moncada garrison", "1970-10-10": "Independence Day", "1971-01-01": "Liberation Day", "1971-05-01": "International Workers' Day", "1971-07-25": "Commemoration of the Assault of the Moncada garrison", "1971-07-26": "Day of the National Rebellion", "1971-07-27": "Commemoration of the Assault of the Moncada garrison", "1971-10-10": "Independence Day", "1971-10-11": "Independence Day (observed)", "1972-01-01": "Liberation Day", "1972-05-01": "International Workers' Day", "1972-07-25": "Commemoration of the Assault of the Moncada garrison", "1972-07-26": "Day of the National Rebellion", "1972-07-27": "Commemoration of the Assault of the Moncada garrison", "1972-10-10": "Independence Day", "1973-01-01": "Liberation Day", "1973-05-01": "International Workers' Day", "1973-07-25": "Commemoration of the Assault of the Moncada garrison", "1973-07-26": "Day of the National Rebellion", "1973-07-27": "Commemoration of the Assault of the Moncada garrison", "1973-10-10": "Independence Day", "1974-01-01": "Liberation Day", "1974-05-01": "International Workers' Day", "1974-07-25": "Commemoration of the Assault of the Moncada garrison", "1974-07-26": "Day of the National Rebellion", "1974-07-27": "Commemoration of the Assault of the Moncada garrison", "1974-10-10": "Independence Day", "1975-01-01": "Liberation Day", "1975-05-01": "International Workers' Day", "1975-07-25": "Commemoration of the Assault of the Moncada garrison", "1975-07-26": "Day of the National Rebellion", "1975-07-27": "Commemoration of the Assault of the Moncada garrison", "1975-10-10": "Independence Day", "1976-01-01": "Liberation Day", "1976-05-01": "International Workers' Day", "1976-07-25": "Commemoration of the Assault of the Moncada garrison", "1976-07-26": "Day of the National Rebellion", "1976-07-27": "Commemoration of the Assault of the Moncada garrison", "1976-10-10": "Independence Day", "1976-10-11": "Independence Day (observed)", "1977-01-01": "Liberation Day", "1977-05-01": "International Workers' Day", "1977-05-02": "International Workers' Day (observed)", "1977-07-25": "Commemoration of the Assault of the Moncada garrison", "1977-07-26": "Day of the National Rebellion", "1977-07-27": "Commemoration of the Assault of the Moncada garrison", "1977-10-10": "Independence Day", "1978-01-01": "Liberation Day", "1978-01-02": "Liberation Day (observed)", "1978-05-01": "International Workers' Day", "1978-07-25": "Commemoration of the Assault of the Moncada garrison", "1978-07-26": "Day of the National Rebellion", "1978-07-27": "Commemoration of the Assault of the Moncada garrison", "1978-10-10": "Independence Day", "1979-01-01": "Liberation Day", "1979-05-01": "International Workers' Day", "1979-07-25": "Commemoration of the Assault of the Moncada garrison", "1979-07-26": "Day of the National Rebellion", "1979-07-27": "Commemoration of the Assault of the Moncada garrison", "1979-10-10": "Independence Day", "1980-01-01": "Liberation Day", "1980-05-01": "International Workers' Day", "1980-07-25": "Commemoration of the Assault of the Moncada garrison", "1980-07-26": "Day of the National Rebellion", "1980-07-27": "Commemoration of the Assault of the Moncada garrison", "1980-10-10": "Independence Day", "1981-01-01": "Liberation Day", "1981-05-01": "International Workers' Day", "1981-07-25": "Commemoration of the Assault of the Moncada garrison", "1981-07-26": "Day of the National Rebellion", "1981-07-27": "Commemoration of the Assault of the Moncada garrison", "1981-10-10": "Independence Day", "1982-01-01": "Liberation Day", "1982-05-01": "International Workers' Day", "1982-07-25": "Commemoration of the Assault of the Moncada garrison", "1982-07-26": "Day of the National Rebellion", "1982-07-27": "Commemoration of the Assault of the Moncada garrison", "1982-10-10": "Independence Day", "1982-10-11": "Independence Day (observed)", "1983-01-01": "Liberation Day", "1983-05-01": "International Workers' Day", "1983-05-02": "International Workers' Day (observed)", "1983-07-25": "Commemoration of the Assault of the Moncada garrison", "1983-07-26": "Day of the National Rebellion", "1983-07-27": "Commemoration of the Assault of the Moncada garrison", "1983-10-10": "Independence Day", "1984-01-01": "Liberation Day", "1984-01-02": "Liberation Day (observed)", "1984-05-01": "International Workers' Day", "1984-07-25": "Commemoration of the Assault of the Moncada garrison", "1984-07-26": "Day of the National Rebellion", "1984-07-27": "Commemoration of the Assault of the Moncada garrison", "1984-10-10": "Independence Day", "1985-01-01": "Liberation Day", "1985-05-01": "International Workers' Day", "1985-07-25": "Commemoration of the Assault of the Moncada garrison", "1985-07-26": "Day of the National Rebellion", "1985-07-27": "Commemoration of the Assault of the Moncada garrison", "1985-10-10": "Independence Day", "1986-01-01": "Liberation Day", "1986-05-01": "International Workers' Day", "1986-07-25": "Commemoration of the Assault of the Moncada garrison", "1986-07-26": "Day of the National Rebellion", "1986-07-27": "Commemoration of the Assault of the Moncada garrison", "1986-10-10": "Independence Day", "1987-01-01": "Liberation Day", "1987-05-01": "International Workers' Day", "1987-07-25": "Commemoration of the Assault of the Moncada garrison", "1987-07-26": "Day of the National Rebellion", "1987-07-27": "Commemoration of the Assault of the Moncada garrison", "1987-10-10": "Independence Day", "1988-01-01": "Liberation Day", "1988-05-01": "International Workers' Day", "1988-05-02": "International Workers' Day (observed)", "1988-07-25": "Commemoration of the Assault of the Moncada garrison", "1988-07-26": "Day of the National Rebellion", "1988-07-27": "Commemoration of the Assault of the Moncada garrison", "1988-10-10": "Independence Day", "1989-01-01": "Liberation Day", "1989-01-02": "Liberation Day (observed)", "1989-05-01": "International Workers' Day", "1989-07-25": "Commemoration of the Assault of the Moncada garrison", "1989-07-26": "Day of the National Rebellion", "1989-07-27": "Commemoration of the Assault of the Moncada garrison", "1989-10-10": "Independence Day", "1990-01-01": "Liberation Day", "1990-05-01": "International Workers' Day", "1990-07-25": "Commemoration of the Assault of the Moncada garrison", "1990-07-26": "Day of the National Rebellion", "1990-07-27": "Commemoration of the Assault of the Moncada garrison", "1990-10-10": "Independence Day", "1991-01-01": "Liberation Day", "1991-05-01": "International Workers' Day", "1991-07-25": "Commemoration of the Assault of the Moncada garrison", "1991-07-26": "Day of the National Rebellion", "1991-07-27": "Commemoration of the Assault of the Moncada garrison", "1991-10-10": "Independence Day", "1992-01-01": "Liberation Day", "1992-05-01": "International Workers' Day", "1992-07-25": "Commemoration of the Assault of the Moncada garrison", "1992-07-26": "Day of the National Rebellion", "1992-07-27": "Commemoration of the Assault of the Moncada garrison", "1992-10-10": "Independence Day", "1993-01-01": "Liberation Day", "1993-05-01": "International Workers' Day", "1993-07-25": "Commemoration of the Assault of the Moncada garrison", "1993-07-26": "Day of the National Rebellion", "1993-07-27": "Commemoration of the Assault of the Moncada garrison", "1993-10-10": "Independence Day", "1993-10-11": "Independence Day (observed)", "1994-01-01": "Liberation Day", "1994-05-01": "International Workers' Day", "1994-05-02": "International Workers' Day (observed)", "1994-07-25": "Commemoration of the Assault of the Moncada garrison", "1994-07-26": "Day of the National Rebellion", "1994-07-27": "Commemoration of the Assault of the Moncada garrison", "1994-10-10": "Independence Day", "1995-01-01": "Liberation Day", "1995-01-02": "Liberation Day (observed)", "1995-05-01": "International Workers' Day", "1995-07-25": "Commemoration of the Assault of the Moncada garrison", "1995-07-26": "Day of the National Rebellion", "1995-07-27": "Commemoration of the Assault of the Moncada garrison", "1995-10-10": "Independence Day", "1996-01-01": "Liberation Day", "1996-05-01": "International Workers' Day", "1996-07-25": "Commemoration of the Assault of the Moncada garrison", "1996-07-26": "Day of the National Rebellion", "1996-07-27": "Commemoration of the Assault of the Moncada garrison", "1996-10-10": "Independence Day", "1997-01-01": "Liberation Day", "1997-05-01": "International Workers' Day", "1997-07-25": "Commemoration of the Assault of the Moncada garrison", "1997-07-26": "Day of the National Rebellion", "1997-07-27": "Commemoration of the Assault of the Moncada garrison", "1997-10-10": "Independence Day", "1997-12-25": "Christmas Day", "1998-01-01": "Liberation Day", "1998-05-01": "International Workers' Day", "1998-07-25": "Commemoration of the Assault of the Moncada garrison", "1998-07-26": "Day of the National Rebellion", "1998-07-27": "Commemoration of the Assault of the Moncada garrison", "1998-10-10": "Independence Day", "1998-12-25": "Christmas Day", "1999-01-01": "Liberation Day", "1999-05-01": "International Workers' Day", "1999-07-25": "Commemoration of the Assault of the Moncada garrison", "1999-07-26": "Day of the National Rebellion", "1999-07-27": "Commemoration of the Assault of the Moncada garrison", "1999-10-10": "Independence Day", "1999-10-11": "Independence Day (observed)", "1999-12-25": "Christmas Day", "2000-01-01": "Liberation Day", "2000-05-01": "International Workers' Day", "2000-07-25": "Commemoration of the Assault of the Moncada garrison", "2000-07-26": "Day of the National Rebellion", "2000-07-27": "Commemoration of the Assault of the Moncada garrison", "2000-10-10": "Independence Day", "2000-12-25": "Christmas Day", "2001-01-01": "Liberation Day", "2001-05-01": "International Workers' Day", "2001-07-25": "Commemoration of the Assault of the Moncada garrison", "2001-07-26": "Day of the National Rebellion", "2001-07-27": "Commemoration of the Assault of the Moncada garrison", "2001-10-10": "Independence Day", "2001-12-25": "Christmas Day", "2002-01-01": "Liberation Day", "2002-05-01": "International Workers' Day", "2002-07-25": "Commemoration of the Assault of the Moncada garrison", "2002-07-26": "Day of the National Rebellion", "2002-07-27": "Commemoration of the Assault of the Moncada garrison", "2002-10-10": "Independence Day", "2002-12-25": "Christmas Day", "2003-01-01": "Liberation Day", "2003-05-01": "International Workers' Day", "2003-07-25": "Commemoration of the Assault of the Moncada garrison", "2003-07-26": "Day of the National Rebellion", "2003-07-27": "Commemoration of the Assault of the Moncada garrison", "2003-10-10": "Independence Day", "2003-12-25": "Christmas Day", "2004-01-01": "Liberation Day", "2004-05-01": "International Workers' Day", "2004-07-25": "Commemoration of the Assault of the Moncada garrison", "2004-07-26": "Day of the National Rebellion", "2004-07-27": "Commemoration of the Assault of the Moncada garrison", "2004-10-10": "Independence Day", "2004-10-11": "Independence Day (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "Liberation Day", "2005-05-01": "International Workers' Day", "2005-05-02": "International Workers' Day (observed)", "2005-07-25": "Commemoration of the Assault of the Moncada garrison", "2005-07-26": "Day of the National Rebellion", "2005-07-27": "Commemoration of the Assault of the Moncada garrison", "2005-10-10": "Independence Day", "2005-12-25": "Christmas Day", "2006-01-01": "Liberation Day", "2006-01-02": "Liberation Day (observed)", "2006-05-01": "International Workers' Day", "2006-07-25": "Commemoration of the Assault of the Moncada garrison", "2006-07-26": "Day of the National Rebellion", "2006-07-27": "Commemoration of the Assault of the Moncada garrison", "2006-10-10": "Independence Day", "2006-12-25": "Christmas Day", "2007-01-01": "Liberation Day", "2007-05-01": "International Workers' Day", "2007-07-25": "Commemoration of the Assault of the Moncada garrison", "2007-07-26": "Day of the National Rebellion", "2007-07-27": "Commemoration of the Assault of the Moncada garrison", "2007-10-10": "Independence Day", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "Liberation Day", "2008-01-02": "Victory Day", "2008-05-01": "International Workers' Day", "2008-07-25": "Commemoration of the Assault of the Moncada garrison", "2008-07-26": "Day of the National Rebellion", "2008-07-27": "Commemoration of the Assault of the Moncada garrison", "2008-10-10": "Independence Day", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "Liberation Day", "2009-01-02": "Victory Day", "2009-05-01": "International Workers' Day", "2009-07-25": "Commemoration of the Assault of the Moncada garrison", "2009-07-26": "Day of the National Rebellion", "2009-07-27": "Commemoration of the Assault of the Moncada garrison", "2009-10-10": "Independence Day", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "Liberation Day", "2010-01-02": "Victory Day", "2010-05-01": "International Workers' Day", "2010-07-25": "Commemoration of the Assault of the Moncada garrison", "2010-07-26": "Day of the National Rebellion", "2010-07-27": "Commemoration of the Assault of the Moncada garrison", "2010-10-10": "Independence Day", "2010-10-11": "Independence Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "Liberation Day", "2011-01-02": "Victory Day", "2011-05-01": "International Workers' Day", "2011-05-02": "International Workers' Day (observed)", "2011-07-25": "Commemoration of the Assault of the Moncada garrison", "2011-07-26": "Day of the National Rebellion", "2011-07-27": "Commemoration of the Assault of the Moncada garrison", "2011-10-10": "Independence Day", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "Liberation Day", "2012-01-02": "Liberation Day (observed); Victory Day", "2012-04-06": "Good Friday", "2012-05-01": "International Workers' Day", "2012-07-25": "Commemoration of the Assault of the Moncada garrison", "2012-07-26": "Day of the National Rebellion", "2012-07-27": "Commemoration of the Assault of the Moncada garrison", "2012-10-10": "Independence Day", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "Liberation Day", "2013-01-02": "Victory Day", "2013-03-29": "Good Friday", "2013-05-01": "International Workers' Day", "2013-07-25": "Commemoration of the Assault of the Moncada garrison", "2013-07-26": "Day of the National Rebellion", "2013-07-27": "Commemoration of the Assault of the Moncada garrison", "2013-10-10": "Independence Day", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "Liberation Day", "2014-01-02": "Victory Day", "2014-04-18": "Good Friday", "2014-05-01": "International Workers' Day", "2014-07-25": "Commemoration of the Assault of the Moncada garrison", "2014-07-26": "Day of the National Rebellion", "2014-07-27": "Commemoration of the Assault of the Moncada garrison", "2014-10-10": "Independence Day", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "Liberation Day", "2015-01-02": "Victory Day", "2015-04-03": "Good Friday", "2015-05-01": "International Workers' Day", "2015-07-25": "Commemoration of the Assault of the Moncada garrison", "2015-07-26": "Day of the National Rebellion", "2015-07-27": "Commemoration of the Assault of the Moncada garrison", "2015-10-10": "Independence Day", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "Liberation Day", "2016-01-02": "Victory Day", "2016-03-25": "Good Friday", "2016-05-01": "International Workers' Day", "2016-05-02": "International Workers' Day (observed)", "2016-07-25": "Commemoration of the Assault of the Moncada garrison", "2016-07-26": "Day of the National Rebellion", "2016-07-27": "Commemoration of the Assault of the Moncada garrison", "2016-10-10": "Independence Day", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "Liberation Day", "2017-01-02": "Victory Day", "2017-04-14": "Good Friday", "2017-05-01": "International Workers' Day", "2017-07-25": "Commemoration of the Assault of the Moncada garrison", "2017-07-26": "Day of the National Rebellion", "2017-07-27": "Commemoration of the Assault of the Moncada garrison", "2017-10-10": "Independence Day", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "Liberation Day", "2018-01-02": "Victory Day", "2018-03-30": "Good Friday", "2018-05-01": "International Workers' Day", "2018-07-25": "Commemoration of the Assault of the Moncada garrison", "2018-07-26": "Day of the National Rebellion", "2018-07-27": "Commemoration of the Assault of the Moncada garrison", "2018-10-10": "Independence Day", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "Liberation Day", "2019-01-02": "Victory Day", "2019-04-19": "Good Friday", "2019-05-01": "International Workers' Day", "2019-07-25": "Commemoration of the Assault of the Moncada garrison", "2019-07-26": "Day of the National Rebellion", "2019-07-27": "Commemoration of the Assault of the Moncada garrison", "2019-10-10": "Independence Day", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "Liberation Day", "2020-01-02": "Victory Day", "2020-04-10": "Good Friday", "2020-05-01": "International Workers' Day", "2020-07-25": "Commemoration of the Assault of the Moncada garrison", "2020-07-26": "Day of the National Rebellion", "2020-07-27": "Commemoration of the Assault of the Moncada garrison", "2020-10-10": "Independence Day", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "Liberation Day", "2021-01-02": "Victory Day", "2021-04-02": "Good Friday", "2021-05-01": "International Workers' Day", "2021-07-25": "Commemoration of the Assault of the Moncada garrison", "2021-07-26": "Day of the National Rebellion", "2021-07-27": "Commemoration of the Assault of the Moncada garrison", "2021-10-10": "Independence Day", "2021-10-11": "Independence Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "Liberation Day", "2022-01-02": "Victory Day", "2022-04-15": "Good Friday", "2022-05-01": "International Workers' Day", "2022-05-02": "International Workers' Day (observed)", "2022-07-25": "Commemoration of the Assault of the Moncada garrison", "2022-07-26": "Day of the National Rebellion", "2022-07-27": "Commemoration of the Assault of the Moncada garrison", "2022-10-10": "Independence Day", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "Liberation Day", "2023-01-02": "Victory Day", "2023-04-07": "Good Friday", "2023-05-01": "International Workers' Day", "2023-07-25": "Commemoration of the Assault of the Moncada garrison", "2023-07-26": "Day of the National Rebellion", "2023-07-27": "Commemoration of the Assault of the Moncada garrison", "2023-10-10": "Independence Day", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "Liberation Day", "2024-01-02": "Victory Day", "2024-03-29": "Good Friday", "2024-05-01": "International Workers' Day", "2024-07-25": "Commemoration of the Assault of the Moncada garrison", "2024-07-26": "Day of the National Rebellion", "2024-07-27": "Commemoration of the Assault of the Moncada garrison", "2024-10-10": "Independence Day", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "Liberation Day", "2025-01-02": "Victory Day", "2025-04-18": "Good Friday", "2025-05-01": "International Workers' Day", "2025-07-25": "Commemoration of the Assault of the Moncada garrison", "2025-07-26": "Day of the National Rebellion", "2025-07-27": "Commemoration of the Assault of the Moncada garrison", "2025-10-10": "Independence Day", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "Liberation Day", "2026-01-02": "Victory Day", "2026-04-03": "Good Friday", "2026-05-01": "International Workers' Day", "2026-07-25": "Commemoration of the Assault of the Moncada garrison", "2026-07-26": "Day of the National Rebellion", "2026-07-27": "Commemoration of the Assault of the Moncada garrison", "2026-10-10": "Independence Day", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "Liberation Day", "2027-01-02": "Victory Day", "2027-03-26": "Good Friday", "2027-05-01": "International Workers' Day", "2027-07-25": "Commemoration of the Assault of the Moncada garrison", "2027-07-26": "Day of the National Rebellion", "2027-07-27": "Commemoration of the Assault of the Moncada garrison", "2027-10-10": "Independence Day", "2027-10-11": "Independence Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "Liberation Day", "2028-01-02": "Victory Day", "2028-04-14": "Good Friday", "2028-05-01": "International Workers' Day", "2028-07-25": "Commemoration of the Assault of the Moncada garrison", "2028-07-26": "Day of the National Rebellion", "2028-07-27": "Commemoration of the Assault of the Moncada garrison", "2028-10-10": "Independence Day", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "Liberation Day", "2029-01-02": "Victory Day", "2029-03-30": "Good Friday", "2029-05-01": "International Workers' Day", "2029-07-25": "Commemoration of the Assault of the Moncada garrison", "2029-07-26": "Day of the National Rebellion", "2029-07-27": "Commemoration of the Assault of the Moncada garrison", "2029-10-10": "Independence Day", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "Liberation Day", "2030-01-02": "Victory Day", "2030-04-19": "Good Friday", "2030-05-01": "International Workers' Day", "2030-07-25": "Commemoration of the Assault of the Moncada garrison", "2030-07-26": "Day of the National Rebellion", "2030-07-27": "Commemoration of the Assault of the Moncada garrison", "2030-10-10": "Independence Day", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "Liberation Day", "2031-01-02": "Victory Day", "2031-04-11": "Good Friday", "2031-05-01": "International Workers' Day", "2031-07-25": "Commemoration of the Assault of the Moncada garrison", "2031-07-26": "Day of the National Rebellion", "2031-07-27": "Commemoration of the Assault of the Moncada garrison", "2031-10-10": "Independence Day", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "Liberation Day", "2032-01-02": "Victory Day", "2032-03-26": "Good Friday", "2032-05-01": "International Workers' Day", "2032-07-25": "Commemoration of the Assault of the Moncada garrison", "2032-07-26": "Day of the National Rebellion", "2032-07-27": "Commemoration of the Assault of the Moncada garrison", "2032-10-10": "Independence Day", "2032-10-11": "Independence Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "Liberation Day", "2033-01-02": "Victory Day", "2033-04-15": "Good Friday", "2033-05-01": "International Workers' Day", "2033-05-02": "International Workers' Day (observed)", "2033-07-25": "Commemoration of the Assault of the Moncada garrison", "2033-07-26": "Day of the National Rebellion", "2033-07-27": "Commemoration of the Assault of the Moncada garrison", "2033-10-10": "Independence Day", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "Liberation Day", "2034-01-02": "Victory Day", "2034-04-07": "Good Friday", "2034-05-01": "International Workers' Day", "2034-07-25": "Commemoration of the Assault of the Moncada garrison", "2034-07-26": "Day of the National Rebellion", "2034-07-27": "Commemoration of the Assault of the Moncada garrison", "2034-10-10": "Independence Day", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "Liberation Day", "2035-01-02": "Victory Day", "2035-03-23": "Good Friday", "2035-05-01": "International Workers' Day", "2035-07-25": "Commemoration of the Assault of the Moncada garrison", "2035-07-26": "Day of the National Rebellion", "2035-07-27": "Commemoration of the Assault of the Moncada garrison", "2035-10-10": "Independence Day", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "Liberation Day", "2036-01-02": "Victory Day", "2036-04-11": "Good Friday", "2036-05-01": "International Workers' Day", "2036-07-25": "Commemoration of the Assault of the Moncada garrison", "2036-07-26": "Day of the National Rebellion", "2036-07-27": "Commemoration of the Assault of the Moncada garrison", "2036-10-10": "Independence Day", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "Liberation Day", "2037-01-02": "Victory Day", "2037-04-03": "Good Friday", "2037-05-01": "International Workers' Day", "2037-07-25": "Commemoration of the Assault of the Moncada garrison", "2037-07-26": "Day of the National Rebellion", "2037-07-27": "Commemoration of the Assault of the Moncada garrison", "2037-10-10": "Independence Day", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "Liberation Day", "2038-01-02": "Victory Day", "2038-04-23": "Good Friday", "2038-05-01": "International Workers' Day", "2038-07-25": "Commemoration of the Assault of the Moncada garrison", "2038-07-26": "Day of the National Rebellion", "2038-07-27": "Commemoration of the Assault of the Moncada garrison", "2038-10-10": "Independence Day", "2038-10-11": "Independence Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "Liberation Day", "2039-01-02": "Victory Day", "2039-04-08": "Good Friday", "2039-05-01": "International Workers' Day", "2039-05-02": "International Workers' Day (observed)", "2039-07-25": "Commemoration of the Assault of the Moncada garrison", "2039-07-26": "Day of the National Rebellion", "2039-07-27": "Commemoration of the Assault of the Moncada garrison", "2039-10-10": "Independence Day", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "Liberation Day", "2040-01-02": "Victory Day", "2040-03-30": "Good Friday", "2040-05-01": "International Workers' Day", "2040-07-25": "Commemoration of the Assault of the Moncada garrison", "2040-07-26": "Day of the National Rebellion", "2040-07-27": "Commemoration of the Assault of the Moncada garrison", "2040-10-10": "Independence Day", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "Liberation Day", "2041-01-02": "Victory Day", "2041-04-19": "Good Friday", "2041-05-01": "International Workers' Day", "2041-07-25": "Commemoration of the Assault of the Moncada garrison", "2041-07-26": "Day of the National Rebellion", "2041-07-27": "Commemoration of the Assault of the Moncada garrison", "2041-10-10": "Independence Day", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "Liberation Day", "2042-01-02": "Victory Day", "2042-04-04": "Good Friday", "2042-05-01": "International Workers' Day", "2042-07-25": "Commemoration of the Assault of the Moncada garrison", "2042-07-26": "Day of the National Rebellion", "2042-07-27": "Commemoration of the Assault of the Moncada garrison", "2042-10-10": "Independence Day", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "Liberation Day", "2043-01-02": "Victory Day", "2043-03-27": "Good Friday", "2043-05-01": "International Workers' Day", "2043-07-25": "Commemoration of the Assault of the Moncada garrison", "2043-07-26": "Day of the National Rebellion", "2043-07-27": "Commemoration of the Assault of the Moncada garrison", "2043-10-10": "Independence Day", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "Liberation Day", "2044-01-02": "Victory Day", "2044-04-15": "Good Friday", "2044-05-01": "International Workers' Day", "2044-05-02": "International Workers' Day (observed)", "2044-07-25": "Commemoration of the Assault of the Moncada garrison", "2044-07-26": "Day of the National Rebellion", "2044-07-27": "Commemoration of the Assault of the Moncada garrison", "2044-10-10": "Independence Day", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "Liberation Day", "2045-01-02": "Victory Day", "2045-04-07": "Good Friday", "2045-05-01": "International Workers' Day", "2045-07-25": "Commemoration of the Assault of the Moncada garrison", "2045-07-26": "Day of the National Rebellion", "2045-07-27": "Commemoration of the Assault of the Moncada garrison", "2045-10-10": "Independence Day", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "Liberation Day", "2046-01-02": "Victory Day", "2046-03-23": "Good Friday", "2046-05-01": "International Workers' Day", "2046-07-25": "Commemoration of the Assault of the Moncada garrison", "2046-07-26": "Day of the National Rebellion", "2046-07-27": "Commemoration of the Assault of the Moncada garrison", "2046-10-10": "Independence Day", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "Liberation Day", "2047-01-02": "Victory Day", "2047-04-12": "Good Friday", "2047-05-01": "International Workers' Day", "2047-07-25": "Commemoration of the Assault of the Moncada garrison", "2047-07-26": "Day of the National Rebellion", "2047-07-27": "Commemoration of the Assault of the Moncada garrison", "2047-10-10": "Independence Day", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "Liberation Day", "2048-01-02": "Victory Day", "2048-04-03": "Good Friday", "2048-05-01": "International Workers' Day", "2048-07-25": "Commemoration of the Assault of the Moncada garrison", "2048-07-26": "Day of the National Rebellion", "2048-07-27": "Commemoration of the Assault of the Moncada garrison", "2048-10-10": "Independence Day", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "Liberation Day", "2049-01-02": "Victory Day", "2049-04-16": "Good Friday", "2049-05-01": "International Workers' Day", "2049-07-25": "Commemoration of the Assault of the Moncada garrison", "2049-07-26": "Day of the National Rebellion", "2049-07-27": "Commemoration of the Assault of the Moncada garrison", "2049-10-10": "Independence Day", "2049-10-11": "Independence Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "Liberation Day", "2050-01-02": "Victory Day", "2050-04-08": "Good Friday", "2050-05-01": "International Workers' Day", "2050-05-02": "International Workers' Day (observed)", "2050-07-25": "Commemoration of the Assault of the Moncada garrison", "2050-07-26": "Day of the National Rebellion", "2050-07-27": "Commemoration of the Assault of the Moncada garrison", "2050-10-10": "Independence Day", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/CW_COMMON.json000066400000000000000000001234351500152103600215670ustar00rootroot00000000000000{ "1954-01-01": "New Year's Day", "1954-03-01": "Carnival Monday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-04-30": "Queen's Day", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival Monday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-04-30": "Queen's Day", "1955-05-02": "Labor Day", "1955-05-19": "Ascension Day", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival Monday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-04-30": "Queen's Day", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival Monday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-04-30": "Queen's Day", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival Monday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-04-30": "Queen's Day", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival Monday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-04-30": "Queen's Day", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival Monday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-04-30": "Queen's Day", "1960-05-02": "Labor Day", "1960-05-26": "Ascension Day", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival Monday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-05-01": "Queen's Day", "1961-05-02": "Labor Day", "1961-05-11": "Ascension Day", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival Monday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-04-30": "Queen's Day", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival Monday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-04-30": "Queen's Day", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival Monday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-04-30": "Queen's Day", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival Monday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-04-30": "Queen's Day", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival Monday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-04-30": "Queen's Day", "1966-05-02": "Labor Day", "1966-05-19": "Ascension Day", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival Monday", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-05-01": "Queen's Day", "1967-05-02": "Labor Day", "1967-05-04": "Ascension Day", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival Monday", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-04-30": "Queen's Day", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival Monday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-04-30": "Queen's Day", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival Monday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-04-30": "Queen's Day", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival Monday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-04-30": "Queen's Day", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival Monday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-05-01": "Queen's Day", "1972-05-02": "Labor Day", "1972-05-11": "Ascension Day", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival Monday", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-04-30": "Queen's Day", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival Monday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-04-30": "Queen's Day", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival Monday", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-04-30": "Queen's Day", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival Monday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-04-30": "Queen's Day", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival Monday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-04-30": "Queen's Day", "1977-05-02": "Labor Day", "1977-05-19": "Ascension Day", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-06": "Carnival Monday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-05-01": "Queen's Day", "1978-05-02": "Labor Day", "1978-05-04": "Ascension Day", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival Monday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-04-30": "Queen's Day", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival Monday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-04-30": "Queen's Day", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival Monday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-04-30": "Queen's Day", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival Monday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-04-30": "Queen's Day", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival Monday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-04-30": "Queen's Day", "1983-05-02": "Labor Day", "1983-05-12": "Ascension Day", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-05": "Carnival Monday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-04-30": "Queen's Day", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-07-02": "National Anthem and Flag Day", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival Monday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-04-30": "Queen's Day", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-07-02": "National Anthem and Flag Day", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival Monday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-04-30": "Queen's Day", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-07-02": "National Anthem and Flag Day", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival Monday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-04-30": "Queen's Day", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-07-02": "National Anthem and Flag Day", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival Monday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-04-30": "Queen's Day", "1988-05-02": "Labor Day", "1988-05-12": "Ascension Day", "1988-07-02": "National Anthem and Flag Day", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-06": "Carnival Monday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-04-29": "Queen's Day", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-07-02": "National Anthem and Flag Day", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival Monday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-04-30": "Queen's Day", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-07-02": "National Anthem and Flag Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival Monday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-04-30": "Queen's Day", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-07-02": "National Anthem and Flag Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival Monday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-04-30": "Queen's Day", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-07-02": "National Anthem and Flag Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival Monday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-04-30": "Queen's Day", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-07-02": "National Anthem and Flag Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival Monday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-04-30": "Queen's Day", "1994-05-02": "Labor Day", "1994-05-12": "Ascension Day", "1994-07-02": "National Anthem and Flag Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-27": "Carnival Monday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-04-29": "Queen's Day", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-07-02": "National Anthem and Flag Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival Monday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-04-30": "Queen's Day", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-07-02": "National Anthem and Flag Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival Monday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-04-30": "Queen's Day", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-07-02": "National Anthem and Flag Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival Monday", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-04-30": "Queen's Day", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-07-02": "National Anthem and Flag Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival Monday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-04-30": "Queen's Day", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-07-02": "National Anthem and Flag Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival Monday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-04-29": "Queen's Day", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-07-02": "National Anthem and Flag Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival Monday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-04-30": "Queen's Day", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-07-02": "National Anthem and Flag Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival Monday", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-04-30": "Queen's Day", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-07-02": "National Anthem and Flag Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival Monday", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-04-30": "Queen's Day", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-07-02": "National Anthem and Flag Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival Monday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-04-30": "Queen's Day", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-07-02": "National Anthem and Flag Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival Monday", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-04-30": "Queen's Day", "2005-05-02": "Labor Day", "2005-05-05": "Ascension Day", "2005-07-02": "National Anthem and Flag Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-27": "Carnival Monday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-04-29": "Queen's Day", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-07-02": "National Anthem and Flag Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival Monday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-04-30": "Queen's Day", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-07-02": "National Anthem and Flag Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival Monday", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-04-30": "Queen's Day", "2008-05-01": "Ascension Day; Labor Day", "2008-07-02": "National Anthem and Flag Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival Monday", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-04-30": "Queen's Day", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-07-02": "National Anthem and Flag Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-15": "Carnival Monday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-30": "Queen's Day", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-07-02": "National Anthem and Flag Day", "2010-10-10": "Cura\u00e7ao Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-04-30": "Queen's Day", "2011-05-02": "Labor Day", "2011-06-02": "Ascension Day", "2011-07-02": "National Anthem and Flag Day", "2011-10-10": "Cura\u00e7ao Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival Monday", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-04-30": "Queen's Day", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-07-02": "National Anthem and Flag Day", "2012-10-10": "Cura\u00e7ao Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-11": "Carnival Monday", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-04-30": "Queen's Day", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-07-02": "National Anthem and Flag Day", "2013-10-10": "Cura\u00e7ao Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-04-26": "King's Day", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-07-02": "National Anthem and Flag Day", "2014-10-10": "Cura\u00e7ao Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-04-27": "King's Day", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-07-02": "National Anthem and Flag Day", "2015-10-10": "Cura\u00e7ao Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-27": "King's Day", "2016-05-02": "Labor Day", "2016-05-05": "Ascension Day", "2016-07-02": "National Anthem and Flag Day", "2016-10-10": "Cura\u00e7ao Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-27": "Carnival Monday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-27": "King's Day", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-07-02": "National Anthem and Flag Day", "2017-10-10": "Cura\u00e7ao Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-27": "King's Day", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-07-02": "National Anthem and Flag Day", "2018-10-10": "Cura\u00e7ao Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-04-27": "King's Day", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-07-02": "National Anthem and Flag Day", "2019-10-10": "Cura\u00e7ao Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-04-27": "King's Day", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-07-02": "National Anthem and Flag Day", "2020-10-10": "Cura\u00e7ao Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-27": "King's Day", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-07-02": "National Anthem and Flag Day", "2021-10-10": "Cura\u00e7ao Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-27": "King's Day", "2022-05-02": "Labor Day", "2022-05-26": "Ascension Day", "2022-07-02": "National Anthem and Flag Day", "2022-10-10": "Cura\u00e7ao Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-20": "Carnival Monday", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-27": "King's Day", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-07-02": "National Anthem and Flag Day", "2023-10-10": "Cura\u00e7ao Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-27": "King's Day", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-07-02": "National Anthem and Flag Day", "2024-10-10": "Cura\u00e7ao Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-26": "King's Day", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-07-02": "National Anthem and Flag Day", "2025-10-10": "Cura\u00e7ao Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-27": "King's Day", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-07-02": "National Anthem and Flag Day", "2026-10-10": "Cura\u00e7ao Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-27": "King's Day", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-07-02": "National Anthem and Flag Day", "2027-10-10": "Cura\u00e7ao Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-28": "Carnival Monday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-27": "King's Day", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-07-02": "National Anthem and Flag Day", "2028-10-10": "Cura\u00e7ao Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-27": "King's Day", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-07-02": "National Anthem and Flag Day", "2029-10-10": "Cura\u00e7ao Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-04": "Carnival Monday", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-27": "King's Day", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-07-02": "National Anthem and Flag Day", "2030-10-10": "Cura\u00e7ao Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-24": "Carnival Monday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-26": "King's Day", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-07-02": "National Anthem and Flag Day", "2031-10-10": "Cura\u00e7ao Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-09": "Carnival Monday", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-27": "King's Day", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-07-02": "National Anthem and Flag Day", "2032-10-10": "Cura\u00e7ao Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-02-28": "Carnival Monday", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-27": "King's Day", "2033-05-02": "Labor Day", "2033-05-26": "Ascension Day", "2033-07-02": "National Anthem and Flag Day", "2033-10-10": "Cura\u00e7ao Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-20": "Carnival Monday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-27": "King's Day", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-07-02": "National Anthem and Flag Day", "2034-10-10": "Cura\u00e7ao Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-27": "King's Day", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-07-02": "National Anthem and Flag Day", "2035-10-10": "Cura\u00e7ao Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-25": "Carnival Monday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-26": "King's Day", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-07-02": "National Anthem and Flag Day", "2036-10-10": "Cura\u00e7ao Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-16": "Carnival Monday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-27": "King's Day", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-07-02": "National Anthem and Flag Day", "2037-10-10": "Cura\u00e7ao Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-08": "Carnival Monday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-04-27": "King's Day", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-07-02": "National Anthem and Flag Day", "2038-10-10": "Cura\u00e7ao Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-21": "Carnival Monday", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-27": "King's Day", "2039-05-02": "Labor Day", "2039-05-19": "Ascension Day", "2039-07-02": "National Anthem and Flag Day", "2039-10-10": "Cura\u00e7ao Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-13": "Carnival Monday", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-27": "King's Day", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-07-02": "National Anthem and Flag Day", "2040-10-10": "Cura\u00e7ao Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-04": "Carnival Monday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-27": "King's Day", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-07-02": "National Anthem and Flag Day", "2041-10-10": "Cura\u00e7ao Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-26": "King's Day", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-07-02": "National Anthem and Flag Day", "2042-10-10": "Cura\u00e7ao Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-27": "King's Day", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-07-02": "National Anthem and Flag Day", "2043-10-10": "Cura\u00e7ao Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-27": "King's Day", "2044-05-02": "Labor Day", "2044-05-26": "Ascension Day", "2044-07-02": "National Anthem and Flag Day", "2044-10-10": "Cura\u00e7ao Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-20": "Carnival Monday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-27": "King's Day", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-07-02": "National Anthem and Flag Day", "2045-10-10": "Cura\u00e7ao Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-27": "King's Day", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-07-02": "National Anthem and Flag Day", "2046-10-10": "Cura\u00e7ao Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-27": "King's Day", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-07-02": "National Anthem and Flag Day", "2047-10-10": "Cura\u00e7ao Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-27": "King's Day", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-07-02": "National Anthem and Flag Day", "2048-10-10": "Cura\u00e7ao Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-27": "King's Day", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-07-02": "National Anthem and Flag Day", "2049-10-10": "Cura\u00e7ao Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-27": "King's Day", "2050-05-02": "Labor Day", "2050-05-19": "Ascension Day", "2050-07-02": "National Anthem and Flag Day", "2050-10-10": "Cura\u00e7ao Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/CY_COMMON.json000066400000000000000000001607371500152103600215770ustar00rootroot00000000000000{ "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-20": "Green Monday", "1961-03-25": "Greek Independence Day", "1961-04-01": "Cyprus National Day", "1961-04-07": "Good Friday", "1961-04-08": "Holy Saturday", "1961-04-09": "Easter Sunday", "1961-04-10": "Easter Monday", "1961-04-11": "Easter Tuesday", "1961-05-01": "Labor Day", "1961-05-29": "Whit Monday", "1961-08-15": "Assumption Day", "1961-10-28": "Greek National Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Day After Christmas", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-12": "Green Monday", "1962-03-25": "Greek Independence Day", "1962-04-01": "Cyprus National Day", "1962-04-27": "Good Friday", "1962-04-28": "Holy Saturday", "1962-04-29": "Easter Sunday", "1962-04-30": "Easter Monday", "1962-05-01": "Easter Tuesday; Labor Day", "1962-06-18": "Whit Monday", "1962-08-15": "Assumption Day", "1962-10-28": "Greek National Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Day After Christmas", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Green Monday", "1963-03-25": "Greek Independence Day", "1963-04-01": "Cyprus National Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-04-16": "Easter Tuesday", "1963-05-01": "Labor Day", "1963-06-03": "Whit Monday", "1963-08-15": "Assumption Day", "1963-10-28": "Greek National Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Day After Christmas", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-16": "Green Monday", "1964-03-25": "Greek Independence Day", "1964-04-01": "Cyprus National Day", "1964-05-01": "Good Friday; Labor Day", "1964-05-02": "Holy Saturday", "1964-05-03": "Easter Sunday", "1964-05-04": "Easter Monday", "1964-05-05": "Easter Tuesday", "1964-06-22": "Whit Monday", "1964-08-15": "Assumption Day", "1964-10-28": "Greek National Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Day After Christmas", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-08": "Green Monday", "1965-03-25": "Greek Independence Day", "1965-04-01": "Cyprus National Day", "1965-04-23": "Good Friday", "1965-04-24": "Holy Saturday", "1965-04-25": "Easter Sunday", "1965-04-26": "Easter Monday", "1965-04-27": "Easter Tuesday", "1965-05-01": "Labor Day", "1965-06-14": "Whit Monday", "1965-08-15": "Assumption Day", "1965-10-28": "Greek National Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Day After Christmas", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Green Monday", "1966-03-25": "Greek Independence Day", "1966-04-01": "Cyprus National Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-04-12": "Easter Tuesday", "1966-05-01": "Labor Day", "1966-05-30": "Whit Monday", "1966-08-15": "Assumption Day", "1966-10-28": "Greek National Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Day After Christmas", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-13": "Green Monday", "1967-03-25": "Greek Independence Day", "1967-04-01": "Cyprus National Day", "1967-04-28": "Good Friday", "1967-04-29": "Holy Saturday", "1967-04-30": "Easter Sunday", "1967-05-01": "Easter Monday; Labor Day", "1967-05-02": "Easter Tuesday", "1967-06-19": "Whit Monday", "1967-08-15": "Assumption Day", "1967-10-28": "Greek National Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Day After Christmas", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-04": "Green Monday", "1968-03-25": "Greek Independence Day", "1968-04-01": "Cyprus National Day", "1968-04-19": "Good Friday", "1968-04-20": "Holy Saturday", "1968-04-21": "Easter Sunday", "1968-04-22": "Easter Monday", "1968-04-23": "Easter Tuesday", "1968-05-01": "Labor Day", "1968-06-10": "Whit Monday", "1968-08-15": "Assumption Day", "1968-10-28": "Greek National Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Day After Christmas", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-24": "Green Monday", "1969-03-25": "Greek Independence Day", "1969-04-01": "Cyprus National Day", "1969-04-11": "Good Friday", "1969-04-12": "Holy Saturday", "1969-04-13": "Easter Sunday", "1969-04-14": "Easter Monday", "1969-04-15": "Easter Tuesday", "1969-05-01": "Labor Day", "1969-06-02": "Whit Monday", "1969-08-15": "Assumption Day", "1969-10-28": "Greek National Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Day After Christmas", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-09": "Green Monday", "1970-03-25": "Greek Independence Day", "1970-04-01": "Cyprus National Day", "1970-04-24": "Good Friday", "1970-04-25": "Holy Saturday", "1970-04-26": "Easter Sunday", "1970-04-27": "Easter Monday", "1970-04-28": "Easter Tuesday", "1970-05-01": "Labor Day", "1970-06-15": "Whit Monday", "1970-08-15": "Assumption Day", "1970-10-28": "Greek National Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Day After Christmas", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-01": "Green Monday", "1971-03-25": "Greek Independence Day", "1971-04-01": "Cyprus National Day", "1971-04-16": "Good Friday", "1971-04-17": "Holy Saturday", "1971-04-18": "Easter Sunday", "1971-04-19": "Easter Monday", "1971-04-20": "Easter Tuesday", "1971-05-01": "Labor Day", "1971-06-07": "Whit Monday", "1971-08-15": "Assumption Day", "1971-10-28": "Greek National Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Day After Christmas", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-21": "Green Monday", "1972-03-25": "Greek Independence Day", "1972-04-01": "Cyprus National Day", "1972-04-07": "Good Friday", "1972-04-08": "Holy Saturday", "1972-04-09": "Easter Sunday", "1972-04-10": "Easter Monday", "1972-04-11": "Easter Tuesday", "1972-05-01": "Labor Day", "1972-05-29": "Whit Monday", "1972-08-15": "Assumption Day", "1972-10-28": "Greek National Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Day After Christmas", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-12": "Green Monday", "1973-03-25": "Greek Independence Day", "1973-04-01": "Cyprus National Day", "1973-04-27": "Good Friday", "1973-04-28": "Holy Saturday", "1973-04-29": "Easter Sunday", "1973-04-30": "Easter Monday", "1973-05-01": "Easter Tuesday; Labor Day", "1973-06-18": "Whit Monday", "1973-08-15": "Assumption Day", "1973-10-28": "Greek National Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Day After Christmas", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Green Monday", "1974-03-25": "Greek Independence Day", "1974-04-01": "Cyprus National Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-04-16": "Easter Tuesday", "1974-05-01": "Labor Day", "1974-06-03": "Whit Monday", "1974-08-15": "Assumption Day", "1974-10-28": "Greek National Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Day After Christmas", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-17": "Green Monday", "1975-03-25": "Greek Independence Day", "1975-04-01": "Cyprus National Day", "1975-05-01": "Labor Day", "1975-05-02": "Good Friday", "1975-05-03": "Holy Saturday", "1975-05-04": "Easter Sunday", "1975-05-05": "Easter Monday", "1975-05-06": "Easter Tuesday", "1975-06-23": "Whit Monday", "1975-08-15": "Assumption Day", "1975-10-28": "Greek National Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Day After Christmas", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-08": "Green Monday", "1976-03-25": "Greek Independence Day", "1976-04-01": "Cyprus National Day", "1976-04-23": "Good Friday", "1976-04-24": "Holy Saturday", "1976-04-25": "Easter Sunday", "1976-04-26": "Easter Monday", "1976-04-27": "Easter Tuesday", "1976-05-01": "Labor Day", "1976-06-14": "Whit Monday", "1976-08-15": "Assumption Day", "1976-10-28": "Greek National Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Day After Christmas", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-21": "Green Monday", "1977-03-25": "Greek Independence Day", "1977-04-01": "Cyprus National Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-04-12": "Easter Tuesday", "1977-05-01": "Labor Day", "1977-05-30": "Whit Monday", "1977-08-15": "Assumption Day", "1977-10-28": "Greek National Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Day After Christmas", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-13": "Green Monday", "1978-03-25": "Greek Independence Day", "1978-04-01": "Cyprus National Day", "1978-04-28": "Good Friday", "1978-04-29": "Holy Saturday", "1978-04-30": "Easter Sunday", "1978-05-01": "Easter Monday; Labor Day", "1978-05-02": "Easter Tuesday", "1978-06-19": "Whit Monday", "1978-08-15": "Assumption Day", "1978-10-28": "Greek National Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Day After Christmas", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-05": "Green Monday", "1979-03-25": "Greek Independence Day", "1979-04-01": "Cyprus National Day", "1979-04-20": "Good Friday", "1979-04-21": "Holy Saturday", "1979-04-22": "Easter Sunday", "1979-04-23": "Easter Monday", "1979-04-24": "Easter Tuesday", "1979-05-01": "Labor Day", "1979-06-11": "Whit Monday", "1979-08-15": "Assumption Day", "1979-10-01": "Cyprus Independence Day", "1979-10-28": "Greek National Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Day After Christmas", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-18": "Green Monday", "1980-03-25": "Greek Independence Day", "1980-04-01": "Cyprus National Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-04-08": "Easter Tuesday", "1980-05-01": "Labor Day", "1980-05-26": "Whit Monday", "1980-08-15": "Assumption Day", "1980-10-01": "Cyprus Independence Day", "1980-10-28": "Greek National Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Day After Christmas", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-09": "Green Monday", "1981-03-25": "Greek Independence Day", "1981-04-01": "Cyprus National Day", "1981-04-24": "Good Friday", "1981-04-25": "Holy Saturday", "1981-04-26": "Easter Sunday", "1981-04-27": "Easter Monday", "1981-04-28": "Easter Tuesday", "1981-05-01": "Labor Day", "1981-06-15": "Whit Monday", "1981-08-15": "Assumption Day", "1981-10-01": "Cyprus Independence Day", "1981-10-28": "Greek National Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Day After Christmas", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-01": "Green Monday", "1982-03-25": "Greek Independence Day", "1982-04-01": "Cyprus National Day", "1982-04-16": "Good Friday", "1982-04-17": "Holy Saturday", "1982-04-18": "Easter Sunday", "1982-04-19": "Easter Monday", "1982-04-20": "Easter Tuesday", "1982-05-01": "Labor Day", "1982-06-07": "Whit Monday", "1982-08-15": "Assumption Day", "1982-10-01": "Cyprus Independence Day", "1982-10-28": "Greek National Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Day After Christmas", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-21": "Green Monday", "1983-03-25": "Greek Independence Day", "1983-04-01": "Cyprus National Day", "1983-05-01": "Labor Day", "1983-05-06": "Good Friday", "1983-05-07": "Holy Saturday", "1983-05-08": "Easter Sunday", "1983-05-09": "Easter Monday", "1983-05-10": "Easter Tuesday", "1983-06-27": "Whit Monday", "1983-08-15": "Assumption Day", "1983-10-01": "Cyprus Independence Day", "1983-10-28": "Greek National Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Day After Christmas", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-05": "Green Monday", "1984-03-25": "Greek Independence Day", "1984-04-01": "Cyprus National Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-04-24": "Easter Tuesday", "1984-05-01": "Labor Day", "1984-06-11": "Whit Monday", "1984-08-15": "Assumption Day", "1984-10-01": "Cyprus Independence Day", "1984-10-28": "Greek National Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Day After Christmas", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-25": "Green Monday", "1985-03-25": "Greek Independence Day", "1985-04-01": "Cyprus National Day", "1985-04-12": "Good Friday", "1985-04-13": "Holy Saturday", "1985-04-14": "Easter Sunday", "1985-04-15": "Easter Monday", "1985-04-16": "Easter Tuesday", "1985-05-01": "Labor Day", "1985-06-03": "Whit Monday", "1985-08-15": "Assumption Day", "1985-10-01": "Cyprus Independence Day", "1985-10-28": "Greek National Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Day After Christmas", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-17": "Green Monday", "1986-03-25": "Greek Independence Day", "1986-04-01": "Cyprus National Day", "1986-05-01": "Labor Day", "1986-05-02": "Good Friday", "1986-05-03": "Holy Saturday", "1986-05-04": "Easter Sunday", "1986-05-05": "Easter Monday", "1986-05-06": "Easter Tuesday", "1986-06-23": "Whit Monday", "1986-08-15": "Assumption Day", "1986-10-01": "Cyprus Independence Day", "1986-10-28": "Greek National Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Day After Christmas", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-02": "Green Monday", "1987-03-25": "Greek Independence Day", "1987-04-01": "Cyprus National Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-04-21": "Easter Tuesday", "1987-05-01": "Labor Day", "1987-06-08": "Whit Monday", "1987-08-15": "Assumption Day", "1987-10-01": "Cyprus Independence Day", "1987-10-28": "Greek National Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Day After Christmas", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-22": "Green Monday", "1988-03-25": "Greek Independence Day", "1988-04-01": "Cyprus National Day", "1988-04-08": "Good Friday", "1988-04-09": "Holy Saturday", "1988-04-10": "Easter Sunday", "1988-04-11": "Easter Monday", "1988-04-12": "Easter Tuesday", "1988-05-01": "Labor Day", "1988-05-30": "Whit Monday", "1988-08-15": "Assumption Day", "1988-10-01": "Cyprus Independence Day", "1988-10-28": "Greek National Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Day After Christmas", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-13": "Green Monday", "1989-03-25": "Greek Independence Day", "1989-04-01": "Cyprus National Day", "1989-04-28": "Good Friday", "1989-04-29": "Holy Saturday", "1989-04-30": "Easter Sunday", "1989-05-01": "Easter Monday; Labor Day", "1989-05-02": "Easter Tuesday", "1989-06-19": "Whit Monday", "1989-08-15": "Assumption Day", "1989-10-01": "Cyprus Independence Day", "1989-10-28": "Greek National Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Day After Christmas", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-26": "Green Monday", "1990-03-25": "Greek Independence Day", "1990-04-01": "Cyprus National Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-04-17": "Easter Tuesday", "1990-05-01": "Labor Day", "1990-06-04": "Whit Monday", "1990-08-15": "Assumption Day", "1990-10-01": "Cyprus Independence Day", "1990-10-28": "Greek National Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Day After Christmas", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-18": "Green Monday", "1991-03-25": "Greek Independence Day", "1991-04-01": "Cyprus National Day", "1991-04-05": "Good Friday", "1991-04-06": "Holy Saturday", "1991-04-07": "Easter Sunday", "1991-04-08": "Easter Monday", "1991-04-09": "Easter Tuesday", "1991-05-01": "Labor Day", "1991-05-27": "Whit Monday", "1991-08-15": "Assumption Day", "1991-10-01": "Cyprus Independence Day", "1991-10-28": "Greek National Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Day After Christmas", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-09": "Green Monday", "1992-03-25": "Greek Independence Day", "1992-04-01": "Cyprus National Day", "1992-04-24": "Good Friday", "1992-04-25": "Holy Saturday", "1992-04-26": "Easter Sunday", "1992-04-27": "Easter Monday", "1992-04-28": "Easter Tuesday", "1992-05-01": "Labor Day", "1992-06-15": "Whit Monday", "1992-08-15": "Assumption Day", "1992-10-01": "Cyprus Independence Day", "1992-10-28": "Greek National Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Day After Christmas", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-01": "Green Monday", "1993-03-25": "Greek Independence Day", "1993-04-01": "Cyprus National Day", "1993-04-16": "Good Friday", "1993-04-17": "Holy Saturday", "1993-04-18": "Easter Sunday", "1993-04-19": "Easter Monday", "1993-04-20": "Easter Tuesday", "1993-05-01": "Labor Day", "1993-06-07": "Whit Monday", "1993-08-15": "Assumption Day", "1993-10-01": "Cyprus Independence Day", "1993-10-28": "Greek National Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Day After Christmas", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-14": "Green Monday", "1994-03-25": "Greek Independence Day", "1994-04-01": "Cyprus National Day", "1994-04-29": "Good Friday", "1994-04-30": "Holy Saturday", "1994-05-01": "Easter Sunday; Labor Day", "1994-05-02": "Easter Monday", "1994-05-03": "Easter Tuesday", "1994-06-20": "Whit Monday", "1994-08-15": "Assumption Day", "1994-10-01": "Cyprus Independence Day", "1994-10-28": "Greek National Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Day After Christmas", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-06": "Green Monday", "1995-03-25": "Greek Independence Day", "1995-04-01": "Cyprus National Day", "1995-04-21": "Good Friday", "1995-04-22": "Holy Saturday", "1995-04-23": "Easter Sunday", "1995-04-24": "Easter Monday", "1995-04-25": "Easter Tuesday", "1995-05-01": "Labor Day", "1995-06-12": "Whit Monday", "1995-08-15": "Assumption Day", "1995-10-01": "Cyprus Independence Day", "1995-10-28": "Greek National Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Day After Christmas", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-26": "Green Monday", "1996-03-25": "Greek Independence Day", "1996-04-01": "Cyprus National Day", "1996-04-12": "Good Friday", "1996-04-13": "Holy Saturday", "1996-04-14": "Easter Sunday", "1996-04-15": "Easter Monday", "1996-04-16": "Easter Tuesday", "1996-05-01": "Labor Day", "1996-06-03": "Whit Monday", "1996-08-15": "Assumption Day", "1996-10-01": "Cyprus Independence Day", "1996-10-28": "Greek National Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Day After Christmas", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-10": "Green Monday", "1997-03-25": "Greek Independence Day", "1997-04-01": "Cyprus National Day", "1997-04-25": "Good Friday", "1997-04-26": "Holy Saturday", "1997-04-27": "Easter Sunday", "1997-04-28": "Easter Monday", "1997-04-29": "Easter Tuesday", "1997-05-01": "Labor Day", "1997-06-16": "Whit Monday", "1997-08-15": "Assumption Day", "1997-10-01": "Cyprus Independence Day", "1997-10-28": "Greek National Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Day After Christmas", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-02": "Green Monday", "1998-03-25": "Greek Independence Day", "1998-04-01": "Cyprus National Day", "1998-04-17": "Good Friday", "1998-04-18": "Holy Saturday", "1998-04-19": "Easter Sunday", "1998-04-20": "Easter Monday", "1998-04-21": "Easter Tuesday", "1998-05-01": "Labor Day", "1998-06-08": "Whit Monday", "1998-08-15": "Assumption Day", "1998-10-01": "Cyprus Independence Day", "1998-10-28": "Greek National Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Day After Christmas", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-22": "Green Monday", "1999-03-25": "Greek Independence Day", "1999-04-01": "Cyprus National Day", "1999-04-09": "Good Friday", "1999-04-10": "Holy Saturday", "1999-04-11": "Easter Sunday", "1999-04-12": "Easter Monday", "1999-04-13": "Easter Tuesday", "1999-05-01": "Labor Day", "1999-05-31": "Whit Monday", "1999-08-15": "Assumption Day", "1999-10-01": "Cyprus Independence Day", "1999-10-28": "Greek National Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Day After Christmas", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-13": "Green Monday", "2000-03-25": "Greek Independence Day", "2000-04-01": "Cyprus National Day", "2000-04-28": "Good Friday", "2000-04-29": "Holy Saturday", "2000-04-30": "Easter Sunday", "2000-05-01": "Easter Monday; Labor Day", "2000-05-02": "Easter Tuesday", "2000-06-19": "Whit Monday", "2000-08-15": "Assumption Day", "2000-10-01": "Cyprus Independence Day", "2000-10-28": "Greek National Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Day After Christmas", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-26": "Green Monday", "2001-03-25": "Greek Independence Day", "2001-04-01": "Cyprus National Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-04-17": "Easter Tuesday", "2001-05-01": "Labor Day", "2001-06-04": "Whit Monday", "2001-08-15": "Assumption Day", "2001-10-01": "Cyprus Independence Day", "2001-10-28": "Greek National Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Day After Christmas", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-18": "Green Monday", "2002-03-25": "Greek Independence Day", "2002-04-01": "Cyprus National Day", "2002-05-01": "Labor Day", "2002-05-03": "Good Friday", "2002-05-04": "Holy Saturday", "2002-05-05": "Easter Sunday", "2002-05-06": "Easter Monday", "2002-05-07": "Easter Tuesday", "2002-06-24": "Whit Monday", "2002-08-15": "Assumption Day", "2002-10-01": "Cyprus Independence Day", "2002-10-28": "Greek National Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Day After Christmas", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-10": "Green Monday", "2003-03-25": "Greek Independence Day", "2003-04-01": "Cyprus National Day", "2003-04-25": "Good Friday", "2003-04-26": "Holy Saturday", "2003-04-27": "Easter Sunday", "2003-04-28": "Easter Monday", "2003-04-29": "Easter Tuesday", "2003-05-01": "Labor Day", "2003-06-16": "Whit Monday", "2003-08-15": "Assumption Day", "2003-10-01": "Cyprus Independence Day", "2003-10-28": "Greek National Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Day After Christmas", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-23": "Green Monday", "2004-03-25": "Greek Independence Day", "2004-04-01": "Cyprus National Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-04-13": "Easter Tuesday", "2004-05-01": "Labor Day", "2004-05-31": "Whit Monday", "2004-08-15": "Assumption Day", "2004-10-01": "Cyprus Independence Day", "2004-10-28": "Greek National Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Day After Christmas", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-14": "Green Monday", "2005-03-25": "Greek Independence Day", "2005-04-01": "Cyprus National Day", "2005-04-29": "Good Friday", "2005-04-30": "Holy Saturday", "2005-05-01": "Easter Sunday; Labor Day", "2005-05-02": "Easter Monday", "2005-05-03": "Easter Tuesday", "2005-06-20": "Whit Monday", "2005-08-15": "Assumption Day", "2005-10-01": "Cyprus Independence Day", "2005-10-28": "Greek National Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Day After Christmas", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-06": "Green Monday", "2006-03-25": "Greek Independence Day", "2006-04-01": "Cyprus National Day", "2006-04-21": "Good Friday", "2006-04-22": "Holy Saturday", "2006-04-23": "Easter Sunday", "2006-04-24": "Easter Monday", "2006-04-25": "Easter Tuesday", "2006-05-01": "Labor Day", "2006-06-12": "Whit Monday", "2006-08-15": "Assumption Day", "2006-10-01": "Cyprus Independence Day", "2006-10-28": "Greek National Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Day After Christmas", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-19": "Green Monday", "2007-03-25": "Greek Independence Day", "2007-04-01": "Cyprus National Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-04-10": "Easter Tuesday", "2007-05-01": "Labor Day", "2007-05-28": "Whit Monday", "2007-08-15": "Assumption Day", "2007-10-01": "Cyprus Independence Day", "2007-10-28": "Greek National Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Day After Christmas", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-10": "Green Monday", "2008-03-25": "Greek Independence Day", "2008-04-01": "Cyprus National Day", "2008-04-25": "Good Friday", "2008-04-26": "Holy Saturday", "2008-04-27": "Easter Sunday", "2008-04-28": "Easter Monday", "2008-04-29": "Easter Tuesday", "2008-05-01": "Labor Day", "2008-06-16": "Whit Monday", "2008-08-15": "Assumption Day", "2008-10-01": "Cyprus Independence Day", "2008-10-28": "Greek National Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Day After Christmas", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-02": "Green Monday", "2009-03-25": "Greek Independence Day", "2009-04-01": "Cyprus National Day", "2009-04-17": "Good Friday", "2009-04-18": "Holy Saturday", "2009-04-19": "Easter Sunday", "2009-04-20": "Easter Monday", "2009-04-21": "Easter Tuesday", "2009-05-01": "Labor Day", "2009-06-08": "Whit Monday", "2009-08-15": "Assumption Day", "2009-10-01": "Cyprus Independence Day", "2009-10-28": "Greek National Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Day After Christmas", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-15": "Green Monday", "2010-03-25": "Greek Independence Day", "2010-04-01": "Cyprus National Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-06": "Easter Tuesday", "2010-05-01": "Labor Day", "2010-05-24": "Whit Monday", "2010-08-15": "Assumption Day", "2010-10-01": "Cyprus Independence Day", "2010-10-28": "Greek National Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Day After Christmas", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-07": "Green Monday", "2011-03-25": "Greek Independence Day", "2011-04-01": "Cyprus National Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-04-26": "Easter Tuesday", "2011-05-01": "Labor Day", "2011-06-13": "Whit Monday", "2011-08-15": "Assumption Day", "2011-10-01": "Cyprus Independence Day", "2011-10-28": "Greek National Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Day After Christmas", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-27": "Green Monday", "2012-03-25": "Greek Independence Day", "2012-04-01": "Cyprus National Day", "2012-04-13": "Good Friday", "2012-04-14": "Holy Saturday", "2012-04-15": "Easter Sunday", "2012-04-16": "Easter Monday", "2012-04-17": "Easter Tuesday", "2012-05-01": "Labor Day", "2012-06-04": "Whit Monday", "2012-08-15": "Assumption Day", "2012-10-01": "Cyprus Independence Day", "2012-10-28": "Greek National Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Day After Christmas", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-18": "Green Monday", "2013-03-25": "Greek Independence Day", "2013-04-01": "Cyprus National Day", "2013-05-01": "Labor Day", "2013-05-03": "Good Friday", "2013-05-04": "Holy Saturday", "2013-05-05": "Easter Sunday", "2013-05-06": "Easter Monday", "2013-05-07": "Easter Tuesday", "2013-06-24": "Whit Monday", "2013-08-15": "Assumption Day", "2013-10-01": "Cyprus Independence Day", "2013-10-28": "Greek National Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Day After Christmas", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-03": "Green Monday", "2014-03-25": "Greek Independence Day", "2014-04-01": "Cyprus National Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-04-22": "Easter Tuesday", "2014-05-01": "Labor Day", "2014-06-09": "Whit Monday", "2014-08-15": "Assumption Day", "2014-10-01": "Cyprus Independence Day", "2014-10-28": "Greek National Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Day After Christmas", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-23": "Green Monday", "2015-03-25": "Greek Independence Day", "2015-04-01": "Cyprus National Day", "2015-04-10": "Good Friday", "2015-04-11": "Holy Saturday", "2015-04-12": "Easter Sunday", "2015-04-13": "Easter Monday", "2015-04-14": "Easter Tuesday", "2015-05-01": "Labor Day", "2015-06-01": "Whit Monday", "2015-08-15": "Assumption Day", "2015-10-01": "Cyprus Independence Day", "2015-10-28": "Greek National Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Day After Christmas", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-14": "Green Monday", "2016-03-25": "Greek Independence Day", "2016-04-01": "Cyprus National Day", "2016-04-29": "Good Friday", "2016-04-30": "Holy Saturday", "2016-05-01": "Easter Sunday; Labor Day", "2016-05-02": "Easter Monday", "2016-05-03": "Easter Tuesday", "2016-06-20": "Whit Monday", "2016-08-15": "Assumption Day", "2016-10-01": "Cyprus Independence Day", "2016-10-28": "Greek National Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Day After Christmas", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-27": "Green Monday", "2017-03-25": "Greek Independence Day", "2017-04-01": "Cyprus National Day", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-18": "Easter Tuesday", "2017-05-01": "Labor Day", "2017-06-05": "Whit Monday", "2017-08-15": "Assumption Day", "2017-10-01": "Cyprus Independence Day", "2017-10-28": "Greek National Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Day After Christmas", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-19": "Green Monday", "2018-03-25": "Greek Independence Day", "2018-04-01": "Cyprus National Day", "2018-04-06": "Good Friday", "2018-04-07": "Holy Saturday", "2018-04-08": "Easter Sunday", "2018-04-09": "Easter Monday", "2018-04-10": "Easter Tuesday", "2018-05-01": "Labor Day", "2018-05-28": "Whit Monday", "2018-08-15": "Assumption Day", "2018-10-01": "Cyprus Independence Day", "2018-10-28": "Greek National Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Day After Christmas", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-11": "Green Monday", "2019-03-25": "Greek Independence Day", "2019-04-01": "Cyprus National Day", "2019-04-26": "Good Friday", "2019-04-27": "Holy Saturday", "2019-04-28": "Easter Sunday", "2019-04-29": "Easter Monday", "2019-04-30": "Easter Tuesday", "2019-05-01": "Labor Day", "2019-06-17": "Whit Monday", "2019-08-15": "Assumption Day", "2019-10-01": "Cyprus Independence Day", "2019-10-28": "Greek National Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Day After Christmas", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-02": "Green Monday", "2020-03-25": "Greek Independence Day", "2020-04-01": "Cyprus National Day", "2020-04-17": "Good Friday", "2020-04-18": "Holy Saturday", "2020-04-19": "Easter Sunday", "2020-04-20": "Easter Monday", "2020-04-21": "Easter Tuesday", "2020-05-01": "Labor Day", "2020-06-08": "Whit Monday", "2020-08-15": "Assumption Day", "2020-10-01": "Cyprus Independence Day", "2020-10-28": "Greek National Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Day After Christmas", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-15": "Green Monday", "2021-03-25": "Greek Independence Day", "2021-04-01": "Cyprus National Day", "2021-04-30": "Good Friday", "2021-05-01": "Holy Saturday; Labor Day", "2021-05-02": "Easter Sunday", "2021-05-03": "Easter Monday", "2021-05-04": "Easter Tuesday", "2021-06-21": "Whit Monday", "2021-08-15": "Assumption Day", "2021-10-01": "Cyprus Independence Day", "2021-10-28": "Greek National Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Day After Christmas", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-07": "Green Monday", "2022-03-25": "Greek Independence Day", "2022-04-01": "Cyprus National Day", "2022-04-22": "Good Friday", "2022-04-23": "Holy Saturday", "2022-04-24": "Easter Sunday", "2022-04-25": "Easter Monday", "2022-04-26": "Easter Tuesday", "2022-05-01": "Labor Day", "2022-06-13": "Whit Monday", "2022-08-15": "Assumption Day", "2022-10-01": "Cyprus Independence Day", "2022-10-28": "Greek National Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Day After Christmas", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-27": "Green Monday", "2023-03-25": "Greek Independence Day", "2023-04-01": "Cyprus National Day", "2023-04-14": "Good Friday", "2023-04-15": "Holy Saturday", "2023-04-16": "Easter Sunday", "2023-04-17": "Easter Monday", "2023-04-18": "Easter Tuesday", "2023-05-01": "Labor Day", "2023-06-05": "Whit Monday", "2023-08-15": "Assumption Day", "2023-10-01": "Cyprus Independence Day", "2023-10-28": "Greek National Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Day After Christmas", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-18": "Green Monday", "2024-03-25": "Greek Independence Day", "2024-04-01": "Cyprus National Day", "2024-05-01": "Labor Day", "2024-05-03": "Good Friday", "2024-05-04": "Holy Saturday", "2024-05-05": "Easter Sunday", "2024-05-06": "Easter Monday", "2024-05-07": "Easter Tuesday", "2024-06-24": "Whit Monday", "2024-08-15": "Assumption Day", "2024-10-01": "Cyprus Independence Day", "2024-10-28": "Greek National Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Day After Christmas", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-03": "Green Monday", "2025-03-25": "Greek Independence Day", "2025-04-01": "Cyprus National Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-22": "Easter Tuesday", "2025-05-01": "Labor Day", "2025-06-09": "Whit Monday", "2025-08-15": "Assumption Day", "2025-10-01": "Cyprus Independence Day", "2025-10-28": "Greek National Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Day After Christmas", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-23": "Green Monday", "2026-03-25": "Greek Independence Day", "2026-04-01": "Cyprus National Day", "2026-04-10": "Good Friday", "2026-04-11": "Holy Saturday", "2026-04-12": "Easter Sunday", "2026-04-13": "Easter Monday", "2026-04-14": "Easter Tuesday", "2026-05-01": "Labor Day", "2026-06-01": "Whit Monday", "2026-08-15": "Assumption Day", "2026-10-01": "Cyprus Independence Day", "2026-10-28": "Greek National Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Day After Christmas", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-15": "Green Monday", "2027-03-25": "Greek Independence Day", "2027-04-01": "Cyprus National Day", "2027-04-30": "Good Friday", "2027-05-01": "Holy Saturday; Labor Day", "2027-05-02": "Easter Sunday", "2027-05-03": "Easter Monday", "2027-05-04": "Easter Tuesday", "2027-06-21": "Whit Monday", "2027-08-15": "Assumption Day", "2027-10-01": "Cyprus Independence Day", "2027-10-28": "Greek National Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Day After Christmas", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-28": "Green Monday", "2028-03-25": "Greek Independence Day", "2028-04-01": "Cyprus National Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-18": "Easter Tuesday", "2028-05-01": "Labor Day", "2028-06-05": "Whit Monday", "2028-08-15": "Assumption Day", "2028-10-01": "Cyprus Independence Day", "2028-10-28": "Greek National Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Day After Christmas", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-19": "Green Monday", "2029-03-25": "Greek Independence Day", "2029-04-01": "Cyprus National Day", "2029-04-06": "Good Friday", "2029-04-07": "Holy Saturday", "2029-04-08": "Easter Sunday", "2029-04-09": "Easter Monday", "2029-04-10": "Easter Tuesday", "2029-05-01": "Labor Day", "2029-05-28": "Whit Monday", "2029-08-15": "Assumption Day", "2029-10-01": "Cyprus Independence Day", "2029-10-28": "Greek National Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Day After Christmas", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-11": "Green Monday", "2030-03-25": "Greek Independence Day", "2030-04-01": "Cyprus National Day", "2030-04-26": "Good Friday", "2030-04-27": "Holy Saturday", "2030-04-28": "Easter Sunday", "2030-04-29": "Easter Monday", "2030-04-30": "Easter Tuesday", "2030-05-01": "Labor Day", "2030-06-17": "Whit Monday", "2030-08-15": "Assumption Day", "2030-10-01": "Cyprus Independence Day", "2030-10-28": "Greek National Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Day After Christmas", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-24": "Green Monday", "2031-03-25": "Greek Independence Day", "2031-04-01": "Cyprus National Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-15": "Easter Tuesday", "2031-05-01": "Labor Day", "2031-06-02": "Whit Monday", "2031-08-15": "Assumption Day", "2031-10-01": "Cyprus Independence Day", "2031-10-28": "Greek National Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Day After Christmas", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-15": "Green Monday", "2032-03-25": "Greek Independence Day", "2032-04-01": "Cyprus National Day", "2032-04-30": "Good Friday", "2032-05-01": "Holy Saturday; Labor Day", "2032-05-02": "Easter Sunday", "2032-05-03": "Easter Monday", "2032-05-04": "Easter Tuesday", "2032-06-21": "Whit Monday", "2032-08-15": "Assumption Day", "2032-10-01": "Cyprus Independence Day", "2032-10-28": "Greek National Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Day After Christmas", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-07": "Green Monday", "2033-03-25": "Greek Independence Day", "2033-04-01": "Cyprus National Day", "2033-04-22": "Good Friday", "2033-04-23": "Holy Saturday", "2033-04-24": "Easter Sunday", "2033-04-25": "Easter Monday", "2033-04-26": "Easter Tuesday", "2033-05-01": "Labor Day", "2033-06-13": "Whit Monday", "2033-08-15": "Assumption Day", "2033-10-01": "Cyprus Independence Day", "2033-10-28": "Greek National Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Day After Christmas", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-20": "Green Monday", "2034-03-25": "Greek Independence Day", "2034-04-01": "Cyprus National Day", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-11": "Easter Tuesday", "2034-05-01": "Labor Day", "2034-05-29": "Whit Monday", "2034-08-15": "Assumption Day", "2034-10-01": "Cyprus Independence Day", "2034-10-28": "Greek National Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Day After Christmas", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-12": "Green Monday", "2035-03-25": "Greek Independence Day", "2035-04-01": "Cyprus National Day", "2035-04-27": "Good Friday", "2035-04-28": "Holy Saturday", "2035-04-29": "Easter Sunday", "2035-04-30": "Easter Monday", "2035-05-01": "Easter Tuesday; Labor Day", "2035-06-18": "Whit Monday", "2035-08-15": "Assumption Day", "2035-10-01": "Cyprus Independence Day", "2035-10-28": "Greek National Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Day After Christmas", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-03-03": "Green Monday", "2036-03-25": "Greek Independence Day", "2036-04-01": "Cyprus National Day", "2036-04-18": "Good Friday", "2036-04-19": "Holy Saturday", "2036-04-20": "Easter Sunday", "2036-04-21": "Easter Monday", "2036-04-22": "Easter Tuesday", "2036-05-01": "Labor Day", "2036-06-09": "Whit Monday", "2036-08-15": "Assumption Day", "2036-10-01": "Cyprus Independence Day", "2036-10-28": "Greek National Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Day After Christmas", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-16": "Green Monday", "2037-03-25": "Greek Independence Day", "2037-04-01": "Cyprus National Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-07": "Easter Tuesday", "2037-05-01": "Labor Day", "2037-05-25": "Whit Monday", "2037-08-15": "Assumption Day", "2037-10-01": "Cyprus Independence Day", "2037-10-28": "Greek National Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Day After Christmas", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-08": "Green Monday", "2038-03-25": "Greek Independence Day", "2038-04-01": "Cyprus National Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-04-27": "Easter Tuesday", "2038-05-01": "Labor Day", "2038-06-14": "Whit Monday", "2038-08-15": "Assumption Day", "2038-10-01": "Cyprus Independence Day", "2038-10-28": "Greek National Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Day After Christmas", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-28": "Green Monday", "2039-03-25": "Greek Independence Day", "2039-04-01": "Cyprus National Day", "2039-04-15": "Good Friday", "2039-04-16": "Holy Saturday", "2039-04-17": "Easter Sunday", "2039-04-18": "Easter Monday", "2039-04-19": "Easter Tuesday", "2039-05-01": "Labor Day", "2039-06-06": "Whit Monday", "2039-08-15": "Assumption Day", "2039-10-01": "Cyprus Independence Day", "2039-10-28": "Greek National Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Day After Christmas", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-19": "Green Monday", "2040-03-25": "Greek Independence Day", "2040-04-01": "Cyprus National Day", "2040-05-01": "Labor Day", "2040-05-04": "Good Friday", "2040-05-05": "Holy Saturday", "2040-05-06": "Easter Sunday", "2040-05-07": "Easter Monday", "2040-05-08": "Easter Tuesday", "2040-06-25": "Whit Monday", "2040-08-15": "Assumption Day", "2040-10-01": "Cyprus Independence Day", "2040-10-28": "Greek National Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Day After Christmas", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-04": "Green Monday", "2041-03-25": "Greek Independence Day", "2041-04-01": "Cyprus National Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-23": "Easter Tuesday", "2041-05-01": "Labor Day", "2041-06-10": "Whit Monday", "2041-08-15": "Assumption Day", "2041-10-01": "Cyprus Independence Day", "2041-10-28": "Greek National Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Day After Christmas", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-24": "Green Monday", "2042-03-25": "Greek Independence Day", "2042-04-01": "Cyprus National Day", "2042-04-11": "Good Friday", "2042-04-12": "Holy Saturday", "2042-04-13": "Easter Sunday", "2042-04-14": "Easter Monday", "2042-04-15": "Easter Tuesday", "2042-05-01": "Labor Day", "2042-06-02": "Whit Monday", "2042-08-15": "Assumption Day", "2042-10-01": "Cyprus Independence Day", "2042-10-28": "Greek National Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Day After Christmas", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-16": "Green Monday", "2043-03-25": "Greek Independence Day", "2043-04-01": "Cyprus National Day", "2043-05-01": "Good Friday; Labor Day", "2043-05-02": "Holy Saturday", "2043-05-03": "Easter Sunday", "2043-05-04": "Easter Monday", "2043-05-05": "Easter Tuesday", "2043-06-22": "Whit Monday", "2043-08-15": "Assumption Day", "2043-10-01": "Cyprus Independence Day", "2043-10-28": "Greek National Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Day After Christmas", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-07": "Green Monday", "2044-03-25": "Greek Independence Day", "2044-04-01": "Cyprus National Day", "2044-04-22": "Good Friday", "2044-04-23": "Holy Saturday", "2044-04-24": "Easter Sunday", "2044-04-25": "Easter Monday", "2044-04-26": "Easter Tuesday", "2044-05-01": "Labor Day", "2044-06-13": "Whit Monday", "2044-08-15": "Assumption Day", "2044-10-01": "Cyprus Independence Day", "2044-10-28": "Greek National Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Day After Christmas", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-20": "Green Monday", "2045-03-25": "Greek Independence Day", "2045-04-01": "Cyprus National Day", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-11": "Easter Tuesday", "2045-05-01": "Labor Day", "2045-05-29": "Whit Monday", "2045-08-15": "Assumption Day", "2045-10-01": "Cyprus Independence Day", "2045-10-28": "Greek National Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Day After Christmas", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-12": "Green Monday", "2046-03-25": "Greek Independence Day", "2046-04-01": "Cyprus National Day", "2046-04-27": "Good Friday", "2046-04-28": "Holy Saturday", "2046-04-29": "Easter Sunday", "2046-04-30": "Easter Monday", "2046-05-01": "Easter Tuesday; Labor Day", "2046-06-18": "Whit Monday", "2046-08-15": "Assumption Day", "2046-10-01": "Cyprus Independence Day", "2046-10-28": "Greek National Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Day After Christmas", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-03-04": "Green Monday", "2047-03-25": "Greek Independence Day", "2047-04-01": "Cyprus National Day", "2047-04-19": "Good Friday", "2047-04-20": "Holy Saturday", "2047-04-21": "Easter Sunday", "2047-04-22": "Easter Monday", "2047-04-23": "Easter Tuesday", "2047-05-01": "Labor Day", "2047-06-10": "Whit Monday", "2047-08-15": "Assumption Day", "2047-10-01": "Cyprus Independence Day", "2047-10-28": "Greek National Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Day After Christmas", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-17": "Green Monday", "2048-03-25": "Greek Independence Day", "2048-04-01": "Cyprus National Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-07": "Easter Tuesday", "2048-05-01": "Labor Day", "2048-05-25": "Whit Monday", "2048-08-15": "Assumption Day", "2048-10-01": "Cyprus Independence Day", "2048-10-28": "Greek National Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Day After Christmas", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-08": "Green Monday", "2049-03-25": "Greek Independence Day", "2049-04-01": "Cyprus National Day", "2049-04-23": "Good Friday", "2049-04-24": "Holy Saturday", "2049-04-25": "Easter Sunday", "2049-04-26": "Easter Monday", "2049-04-27": "Easter Tuesday", "2049-05-01": "Labor Day", "2049-06-14": "Whit Monday", "2049-08-15": "Assumption Day", "2049-10-01": "Cyprus Independence Day", "2049-10-28": "Greek National Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Day After Christmas", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-28": "Green Monday", "2050-03-25": "Greek Independence Day", "2050-04-01": "Cyprus National Day", "2050-04-15": "Good Friday", "2050-04-16": "Holy Saturday", "2050-04-17": "Easter Sunday", "2050-04-18": "Easter Monday", "2050-04-19": "Easter Tuesday", "2050-05-01": "Labor Day", "2050-06-06": "Whit Monday", "2050-08-15": "Assumption Day", "2050-10-01": "Cyprus Independence Day", "2050-10-28": "Greek National Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Day After Christmas" } holidays-0.71/snapshots/countries/CZ_COMMON.json000066400000000000000000001274071500152103600215750ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-09": "Day of liberation from Fascism", "1952-10-28": "Independent Czechoslovak State Day", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1953-01-01": "New Year's Day", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-09": "Day of liberation from Fascism", "1953-10-28": "Independent Czechoslovak State Day", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1954-01-01": "New Year's Day", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-09": "Day of liberation from Fascism", "1954-10-28": "Independent Czechoslovak State Day", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1955-01-01": "New Year's Day", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-09": "Day of liberation from Fascism", "1955-10-28": "Independent Czechoslovak State Day", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1956-01-01": "New Year's Day", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-09": "Day of liberation from Fascism", "1956-10-28": "Independent Czechoslovak State Day", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1957-01-01": "New Year's Day", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-09": "Day of liberation from Fascism", "1957-10-28": "Independent Czechoslovak State Day", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1958-01-01": "New Year's Day", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-09": "Day of liberation from Fascism", "1958-10-28": "Independent Czechoslovak State Day", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-09": "Day of liberation from Fascism", "1959-10-28": "Independent Czechoslovak State Day", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1960-01-01": "New Year's Day", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-09": "Day of liberation from Fascism", "1960-10-28": "Independent Czechoslovak State Day", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1961-01-01": "New Year's Day", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-09": "Day of liberation from Fascism", "1961-10-28": "Independent Czechoslovak State Day", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1962-01-01": "New Year's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-09": "Day of liberation from Fascism", "1962-10-28": "Independent Czechoslovak State Day", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1963-01-01": "New Year's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-09": "Day of liberation from Fascism", "1963-10-28": "Independent Czechoslovak State Day", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1964-01-01": "New Year's Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-09": "Day of liberation from Fascism", "1964-10-28": "Independent Czechoslovak State Day", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1965-01-01": "New Year's Day", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-09": "Day of liberation from Fascism", "1965-10-28": "Independent Czechoslovak State Day", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1966-01-01": "New Year's Day", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-09": "Day of liberation from Fascism", "1966-10-28": "Independent Czechoslovak State Day", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1967-01-01": "New Year's Day", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-09": "Day of liberation from Fascism", "1967-10-28": "Independent Czechoslovak State Day", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1968-01-01": "New Year's Day", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-09": "Day of liberation from Fascism", "1968-10-28": "Independent Czechoslovak State Day", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1969-01-01": "New Year's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-09": "Day of liberation from Fascism", "1969-10-28": "Independent Czechoslovak State Day", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1970-01-01": "New Year's Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-09": "Day of liberation from Fascism", "1970-10-28": "Independent Czechoslovak State Day", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1971-01-01": "New Year's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-09": "Day of liberation from Fascism", "1971-10-28": "Independent Czechoslovak State Day", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1972-01-01": "New Year's Day", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-09": "Day of liberation from Fascism", "1972-10-28": "Independent Czechoslovak State Day", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1973-01-01": "New Year's Day", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-09": "Day of liberation from Fascism", "1973-10-28": "Independent Czechoslovak State Day", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1974-01-01": "New Year's Day", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-09": "Day of liberation from Fascism", "1974-10-28": "Independent Czechoslovak State Day", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-09": "Day of liberation from Fascism", "1975-10-28": "Independent Czechoslovak State Day", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-09": "Day of liberation from Fascism", "1976-10-28": "Independent Czechoslovak State Day", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-09": "Day of liberation from Fascism", "1977-10-28": "Independent Czechoslovak State Day", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-09": "Day of liberation from Fascism", "1978-10-28": "Independent Czechoslovak State Day", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-09": "Day of liberation from Fascism", "1979-10-28": "Independent Czechoslovak State Day", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-09": "Day of liberation from Fascism", "1980-10-28": "Independent Czechoslovak State Day", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-09": "Day of liberation from Fascism", "1981-10-28": "Independent Czechoslovak State Day", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-09": "Day of liberation from Fascism", "1982-10-28": "Independent Czechoslovak State Day", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-09": "Day of liberation from Fascism", "1983-10-28": "Independent Czechoslovak State Day", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-09": "Day of liberation from Fascism", "1984-10-28": "Independent Czechoslovak State Day", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-09": "Day of liberation from Fascism", "1985-10-28": "Independent Czechoslovak State Day", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-09": "Day of liberation from Fascism", "1986-10-28": "Independent Czechoslovak State Day", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-09": "Day of liberation from Fascism", "1987-10-28": "Independent Czechoslovak State Day", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-09": "Day of liberation from Fascism", "1988-10-28": "Independent Czechoslovak State Day", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-09": "Day of liberation from Fascism", "1989-10-28": "Independent Czechoslovak State Day", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-09": "Day of liberation from Fascism", "1990-07-05": "Saints Cyril and Methodius Day", "1990-07-06": "Jan Hus Day", "1990-10-28": "Independent Czechoslovak State Day", "1990-11-17": "Struggle for Freedom and Democracy Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Day of liberation from Fascism", "1991-07-05": "Saints Cyril and Methodius Day", "1991-07-06": "Jan Hus Day", "1991-10-28": "Independent Czechoslovak State Day", "1991-11-17": "Struggle for Freedom and Democracy Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Day of liberation from Fascism", "1992-07-05": "Saints Cyril and Methodius Day", "1992-07-06": "Jan Hus Day", "1992-10-28": "Independent Czechoslovak State Day", "1992-11-17": "Struggle for Freedom and Democracy Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Day of liberation from Fascism", "1993-07-05": "Saints Cyril and Methodius Day", "1993-07-06": "Jan Hus Day", "1993-10-28": "Independent Czechoslovak State Day", "1993-11-17": "Struggle for Freedom and Democracy Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Day of liberation from Fascism", "1994-07-05": "Saints Cyril and Methodius Day", "1994-07-06": "Jan Hus Day", "1994-10-28": "Independent Czechoslovak State Day", "1994-11-17": "Struggle for Freedom and Democracy Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Day of liberation from Fascism", "1995-07-05": "Saints Cyril and Methodius Day", "1995-07-06": "Jan Hus Day", "1995-10-28": "Independent Czechoslovak State Day", "1995-11-17": "Struggle for Freedom and Democracy Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Day of liberation from Fascism", "1996-07-05": "Saints Cyril and Methodius Day", "1996-07-06": "Jan Hus Day", "1996-10-28": "Independent Czechoslovak State Day", "1996-11-17": "Struggle for Freedom and Democracy Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Day of liberation from Fascism", "1997-07-05": "Saints Cyril and Methodius Day", "1997-07-06": "Jan Hus Day", "1997-10-28": "Independent Czechoslovak State Day", "1997-11-17": "Struggle for Freedom and Democracy Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Day of liberation from Fascism", "1998-07-05": "Saints Cyril and Methodius Day", "1998-07-06": "Jan Hus Day", "1998-10-28": "Independent Czechoslovak State Day", "1998-11-17": "Struggle for Freedom and Democracy Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Day of liberation from Fascism", "1999-07-05": "Saints Cyril and Methodius Day", "1999-07-06": "Jan Hus Day", "1999-10-28": "Independent Czechoslovak State Day", "1999-11-17": "Struggle for Freedom and Democracy Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "Independent Czech State Restoration Day; New Year's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Day of liberation from Fascism", "2000-07-05": "Saints Cyril and Methodius Day", "2000-07-06": "Jan Hus Day", "2000-09-28": "Statehood Day", "2000-10-28": "Independent Czechoslovak State Day", "2000-11-17": "Struggle for Freedom and Democracy Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "Independent Czech State Restoration Day; New Year's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Liberation Day", "2001-07-05": "Saints Cyril and Methodius Day", "2001-07-06": "Jan Hus Day", "2001-09-28": "Statehood Day", "2001-10-28": "Independent Czechoslovak State Day", "2001-11-17": "Struggle for Freedom and Democracy Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "Independent Czech State Restoration Day; New Year's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Liberation Day", "2002-07-05": "Saints Cyril and Methodius Day", "2002-07-06": "Jan Hus Day", "2002-09-28": "Statehood Day", "2002-10-28": "Independent Czechoslovak State Day", "2002-11-17": "Struggle for Freedom and Democracy Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "Independent Czech State Restoration Day; New Year's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Liberation Day", "2003-07-05": "Saints Cyril and Methodius Day", "2003-07-06": "Jan Hus Day", "2003-09-28": "Statehood Day", "2003-10-28": "Independent Czechoslovak State Day", "2003-11-17": "Struggle for Freedom and Democracy Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "Independent Czech State Restoration Day; New Year's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-07-05": "Saints Cyril and Methodius Day", "2004-07-06": "Jan Hus Day", "2004-09-28": "Statehood Day", "2004-10-28": "Independent Czechoslovak State Day", "2004-11-17": "Struggle for Freedom and Democracy Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "Independent Czech State Restoration Day; New Year's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-08": "Victory Day", "2005-07-05": "Saints Cyril and Methodius Day", "2005-07-06": "Jan Hus Day", "2005-09-28": "Statehood Day", "2005-10-28": "Independent Czechoslovak State Day", "2005-11-17": "Struggle for Freedom and Democracy Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "Independent Czech State Restoration Day; New Year's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-07-05": "Saints Cyril and Methodius Day", "2006-07-06": "Jan Hus Day", "2006-09-28": "Statehood Day", "2006-10-28": "Independent Czechoslovak State Day", "2006-11-17": "Struggle for Freedom and Democracy Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "Independent Czech State Restoration Day; New Year's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-07-05": "Saints Cyril and Methodius Day", "2007-07-06": "Jan Hus Day", "2007-09-28": "Statehood Day", "2007-10-28": "Independent Czechoslovak State Day", "2007-11-17": "Struggle for Freedom and Democracy Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "Independent Czech State Restoration Day; New Year's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-08": "Victory Day", "2008-07-05": "Saints Cyril and Methodius Day", "2008-07-06": "Jan Hus Day", "2008-09-28": "Statehood Day", "2008-10-28": "Independent Czechoslovak State Day", "2008-11-17": "Struggle for Freedom and Democracy Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "Independent Czech State Restoration Day; New Year's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-07-05": "Saints Cyril and Methodius Day", "2009-07-06": "Jan Hus Day", "2009-09-28": "Statehood Day", "2009-10-28": "Independent Czechoslovak State Day", "2009-11-17": "Struggle for Freedom and Democracy Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "Independent Czech State Restoration Day; New Year's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-07-05": "Saints Cyril and Methodius Day", "2010-07-06": "Jan Hus Day", "2010-09-28": "Statehood Day", "2010-10-28": "Independent Czechoslovak State Day", "2010-11-17": "Struggle for Freedom and Democracy Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "Independent Czech State Restoration Day; New Year's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-07-05": "Saints Cyril and Methodius Day", "2011-07-06": "Jan Hus Day", "2011-09-28": "Statehood Day", "2011-10-28": "Independent Czechoslovak State Day", "2011-11-17": "Struggle for Freedom and Democracy Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "Independent Czech State Restoration Day; New Year's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-07-05": "Saints Cyril and Methodius Day", "2012-07-06": "Jan Hus Day", "2012-09-28": "Statehood Day", "2012-10-28": "Independent Czechoslovak State Day", "2012-11-17": "Struggle for Freedom and Democracy Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "Independent Czech State Restoration Day; New Year's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-07-05": "Saints Cyril and Methodius Day", "2013-07-06": "Jan Hus Day", "2013-09-28": "Statehood Day", "2013-10-28": "Independent Czechoslovak State Day", "2013-11-17": "Struggle for Freedom and Democracy Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "Independent Czech State Restoration Day; New Year's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-07-05": "Saints Cyril and Methodius Day", "2014-07-06": "Jan Hus Day", "2014-09-28": "Statehood Day", "2014-10-28": "Independent Czechoslovak State Day", "2014-11-17": "Struggle for Freedom and Democracy Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "Independent Czech State Restoration Day; New Year's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-07-05": "Saints Cyril and Methodius Day", "2015-07-06": "Jan Hus Day", "2015-09-28": "Statehood Day", "2015-10-28": "Independent Czechoslovak State Day", "2015-11-17": "Struggle for Freedom and Democracy Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "Independent Czech State Restoration Day; New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-08": "Victory Day", "2016-07-05": "Saints Cyril and Methodius Day", "2016-07-06": "Jan Hus Day", "2016-09-28": "Statehood Day", "2016-10-28": "Independent Czechoslovak State Day", "2016-11-17": "Struggle for Freedom and Democracy Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "Independent Czech State Restoration Day; New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-07-05": "Saints Cyril and Methodius Day", "2017-07-06": "Jan Hus Day", "2017-09-28": "Statehood Day", "2017-10-28": "Independent Czechoslovak State Day", "2017-11-17": "Struggle for Freedom and Democracy Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "Independent Czech State Restoration Day; New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-07-05": "Saints Cyril and Methodius Day", "2018-07-06": "Jan Hus Day", "2018-09-28": "Statehood Day", "2018-10-28": "Independent Czechoslovak State Day", "2018-11-17": "Struggle for Freedom and Democracy Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "Independent Czech State Restoration Day; New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-07-05": "Saints Cyril and Methodius Day", "2019-07-06": "Jan Hus Day", "2019-09-28": "Statehood Day", "2019-10-28": "Independent Czechoslovak State Day", "2019-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "Independent Czech State Restoration Day; New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-07-05": "Saints Cyril and Methodius Day", "2020-07-06": "Jan Hus Day", "2020-09-28": "Statehood Day", "2020-10-28": "Independent Czechoslovak State Day", "2020-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "Independent Czech State Restoration Day; New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-07-05": "Saints Cyril and Methodius Day", "2021-07-06": "Jan Hus Day", "2021-09-28": "Statehood Day", "2021-10-28": "Independent Czechoslovak State Day", "2021-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "Independent Czech State Restoration Day; New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-07-05": "Saints Cyril and Methodius Day", "2022-07-06": "Jan Hus Day", "2022-09-28": "Statehood Day", "2022-10-28": "Independent Czechoslovak State Day", "2022-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "Independent Czech State Restoration Day; New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-07-05": "Saints Cyril and Methodius Day", "2023-07-06": "Jan Hus Day", "2023-09-28": "Statehood Day", "2023-10-28": "Independent Czechoslovak State Day", "2023-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "Independent Czech State Restoration Day; New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-07-05": "Saints Cyril and Methodius Day", "2024-07-06": "Jan Hus Day", "2024-09-28": "Statehood Day", "2024-10-28": "Independent Czechoslovak State Day", "2024-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "Independent Czech State Restoration Day; New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-07-05": "Saints Cyril and Methodius Day", "2025-07-06": "Jan Hus Day", "2025-09-28": "Statehood Day", "2025-10-28": "Independent Czechoslovak State Day", "2025-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "Independent Czech State Restoration Day; New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-07-05": "Saints Cyril and Methodius Day", "2026-07-06": "Jan Hus Day", "2026-09-28": "Statehood Day", "2026-10-28": "Independent Czechoslovak State Day", "2026-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "Independent Czech State Restoration Day; New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-08": "Victory Day", "2027-07-05": "Saints Cyril and Methodius Day", "2027-07-06": "Jan Hus Day", "2027-09-28": "Statehood Day", "2027-10-28": "Independent Czechoslovak State Day", "2027-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "Independent Czech State Restoration Day; New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-07-05": "Saints Cyril and Methodius Day", "2028-07-06": "Jan Hus Day", "2028-09-28": "Statehood Day", "2028-10-28": "Independent Czechoslovak State Day", "2028-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "Independent Czech State Restoration Day; New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-07-05": "Saints Cyril and Methodius Day", "2029-07-06": "Jan Hus Day", "2029-09-28": "Statehood Day", "2029-10-28": "Independent Czechoslovak State Day", "2029-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "Independent Czech State Restoration Day; New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-07-05": "Saints Cyril and Methodius Day", "2030-07-06": "Jan Hus Day", "2030-09-28": "Statehood Day", "2030-10-28": "Independent Czechoslovak State Day", "2030-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "Independent Czech State Restoration Day; New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-07-05": "Saints Cyril and Methodius Day", "2031-07-06": "Jan Hus Day", "2031-09-28": "Statehood Day", "2031-10-28": "Independent Czechoslovak State Day", "2031-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "Independent Czech State Restoration Day; New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-08": "Victory Day", "2032-07-05": "Saints Cyril and Methodius Day", "2032-07-06": "Jan Hus Day", "2032-09-28": "Statehood Day", "2032-10-28": "Independent Czechoslovak State Day", "2032-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "Independent Czech State Restoration Day; New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-07-05": "Saints Cyril and Methodius Day", "2033-07-06": "Jan Hus Day", "2033-09-28": "Statehood Day", "2033-10-28": "Independent Czechoslovak State Day", "2033-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "Independent Czech State Restoration Day; New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-07-05": "Saints Cyril and Methodius Day", "2034-07-06": "Jan Hus Day", "2034-09-28": "Statehood Day", "2034-10-28": "Independent Czechoslovak State Day", "2034-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "Independent Czech State Restoration Day; New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-08": "Victory Day", "2035-07-05": "Saints Cyril and Methodius Day", "2035-07-06": "Jan Hus Day", "2035-09-28": "Statehood Day", "2035-10-28": "Independent Czechoslovak State Day", "2035-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "Independent Czech State Restoration Day; New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-07-05": "Saints Cyril and Methodius Day", "2036-07-06": "Jan Hus Day", "2036-09-28": "Statehood Day", "2036-10-28": "Independent Czechoslovak State Day", "2036-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "Independent Czech State Restoration Day; New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-07-05": "Saints Cyril and Methodius Day", "2037-07-06": "Jan Hus Day", "2037-09-28": "Statehood Day", "2037-10-28": "Independent Czechoslovak State Day", "2037-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "Independent Czech State Restoration Day; New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-07-05": "Saints Cyril and Methodius Day", "2038-07-06": "Jan Hus Day", "2038-09-28": "Statehood Day", "2038-10-28": "Independent Czechoslovak State Day", "2038-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "Independent Czech State Restoration Day; New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-07-05": "Saints Cyril and Methodius Day", "2039-07-06": "Jan Hus Day", "2039-09-28": "Statehood Day", "2039-10-28": "Independent Czechoslovak State Day", "2039-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "Independent Czech State Restoration Day; New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-07-05": "Saints Cyril and Methodius Day", "2040-07-06": "Jan Hus Day", "2040-09-28": "Statehood Day", "2040-10-28": "Independent Czechoslovak State Day", "2040-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "Independent Czech State Restoration Day; New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-07-05": "Saints Cyril and Methodius Day", "2041-07-06": "Jan Hus Day", "2041-09-28": "Statehood Day", "2041-10-28": "Independent Czechoslovak State Day", "2041-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "Independent Czech State Restoration Day; New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-07-05": "Saints Cyril and Methodius Day", "2042-07-06": "Jan Hus Day", "2042-09-28": "Statehood Day", "2042-10-28": "Independent Czechoslovak State Day", "2042-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "Independent Czech State Restoration Day; New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-08": "Victory Day", "2043-07-05": "Saints Cyril and Methodius Day", "2043-07-06": "Jan Hus Day", "2043-09-28": "Statehood Day", "2043-10-28": "Independent Czechoslovak State Day", "2043-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "Independent Czech State Restoration Day; New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-07-05": "Saints Cyril and Methodius Day", "2044-07-06": "Jan Hus Day", "2044-09-28": "Statehood Day", "2044-10-28": "Independent Czechoslovak State Day", "2044-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "Independent Czech State Restoration Day; New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-07-05": "Saints Cyril and Methodius Day", "2045-07-06": "Jan Hus Day", "2045-09-28": "Statehood Day", "2045-10-28": "Independent Czechoslovak State Day", "2045-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "Independent Czech State Restoration Day; New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-08": "Victory Day", "2046-07-05": "Saints Cyril and Methodius Day", "2046-07-06": "Jan Hus Day", "2046-09-28": "Statehood Day", "2046-10-28": "Independent Czechoslovak State Day", "2046-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "Independent Czech State Restoration Day; New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-07-05": "Saints Cyril and Methodius Day", "2047-07-06": "Jan Hus Day", "2047-09-28": "Statehood Day", "2047-10-28": "Independent Czechoslovak State Day", "2047-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "Independent Czech State Restoration Day; New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-07-05": "Saints Cyril and Methodius Day", "2048-07-06": "Jan Hus Day", "2048-09-28": "Statehood Day", "2048-10-28": "Independent Czechoslovak State Day", "2048-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "Independent Czech State Restoration Day; New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-07-05": "Saints Cyril and Methodius Day", "2049-07-06": "Jan Hus Day", "2049-09-28": "Statehood Day", "2049-10-28": "Independent Czechoslovak State Day", "2049-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "Independent Czech State Restoration Day; New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-07-05": "Saints Cyril and Methodius Day", "2050-07-06": "Jan Hus Day", "2050-09-28": "Statehood Day", "2050-10-28": "Independent Czechoslovak State Day", "2050-11-17": "Struggle for Freedom and Democracy Day and International Students' Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_BB.json000066400000000000000000000625151500152103600210420ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-10-31": "Reformation Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-19": "Whit Sunday", "1991-05-20": "Whit Monday", "1991-10-03": "German Unity Day", "1991-10-31": "Reformation Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-07": "Whit Sunday", "1992-06-08": "Whit Monday", "1992-10-03": "German Unity Day", "1992-10-31": "Reformation Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-30": "Whit Sunday", "1993-05-31": "Whit Monday", "1993-10-03": "German Unity Day", "1993-10-31": "Reformation Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-22": "Whit Sunday", "1994-05-23": "Whit Monday", "1994-10-03": "German Unity Day", "1994-10-31": "Reformation Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-04": "Whit Sunday", "1995-06-05": "Whit Monday", "1995-10-03": "German Unity Day", "1995-10-31": "Reformation Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-26": "Whit Sunday", "1996-05-27": "Whit Monday", "1996-10-03": "German Unity Day", "1996-10-31": "Reformation Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-18": "Whit Sunday", "1997-05-19": "Whit Monday", "1997-10-03": "German Unity Day", "1997-10-31": "Reformation Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-05-31": "Whit Sunday", "1998-06-01": "Whit Monday", "1998-10-03": "German Unity Day", "1998-10-31": "Reformation Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-23": "Whit Sunday", "1999-05-24": "Whit Monday", "1999-10-03": "German Unity Day", "1999-10-31": "Reformation Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-11": "Whit Sunday", "2000-06-12": "Whit Monday", "2000-10-03": "German Unity Day", "2000-10-31": "Reformation Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-03": "Whit Sunday", "2001-06-04": "Whit Monday", "2001-10-03": "German Unity Day", "2001-10-31": "Reformation Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-19": "Whit Sunday", "2002-05-20": "Whit Monday", "2002-10-03": "German Unity Day", "2002-10-31": "Reformation Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-08": "Whit Sunday", "2003-06-09": "Whit Monday", "2003-10-03": "German Unity Day", "2003-10-31": "Reformation Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-30": "Whit Sunday", "2004-05-31": "Whit Monday", "2004-10-03": "German Unity Day", "2004-10-31": "Reformation Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-15": "Whit Sunday", "2005-05-16": "Whit Monday", "2005-10-03": "German Unity Day", "2005-10-31": "Reformation Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-04": "Whit Sunday", "2006-06-05": "Whit Monday", "2006-10-03": "German Unity Day", "2006-10-31": "Reformation Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-27": "Whit Sunday", "2007-05-28": "Whit Monday", "2007-10-03": "German Unity Day", "2007-10-31": "Reformation Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-11": "Whit Sunday", "2008-05-12": "Whit Monday", "2008-10-03": "German Unity Day", "2008-10-31": "Reformation Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-05-31": "Whit Sunday", "2009-06-01": "Whit Monday", "2009-10-03": "German Unity Day", "2009-10-31": "Reformation Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-23": "Whit Sunday", "2010-05-24": "Whit Monday", "2010-10-03": "German Unity Day", "2010-10-31": "Reformation Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-12": "Whit Sunday", "2011-06-13": "Whit Monday", "2011-10-03": "German Unity Day", "2011-10-31": "Reformation Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-27": "Whit Sunday", "2012-05-28": "Whit Monday", "2012-10-03": "German Unity Day", "2012-10-31": "Reformation Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-19": "Whit Sunday", "2013-05-20": "Whit Monday", "2013-10-03": "German Unity Day", "2013-10-31": "Reformation Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-08": "Whit Sunday", "2014-06-09": "Whit Monday", "2014-10-03": "German Unity Day", "2014-10-31": "Reformation Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-24": "Whit Sunday", "2015-05-25": "Whit Monday", "2015-10-03": "German Unity Day", "2015-10-31": "Reformation Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-15": "Whit Sunday", "2016-05-16": "Whit Monday", "2016-10-03": "German Unity Day", "2016-10-31": "Reformation Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-04": "Whit Sunday", "2017-06-05": "Whit Monday", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-20": "Whit Sunday", "2018-05-21": "Whit Monday", "2018-10-03": "German Unity Day", "2018-10-31": "Reformation Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-09": "Whit Sunday", "2019-06-10": "Whit Monday", "2019-10-03": "German Unity Day", "2019-10-31": "Reformation Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-05-31": "Whit Sunday", "2020-06-01": "Whit Monday", "2020-10-03": "German Unity Day", "2020-10-31": "Reformation Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-23": "Whit Sunday", "2021-05-24": "Whit Monday", "2021-10-03": "German Unity Day", "2021-10-31": "Reformation Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-05": "Whit Sunday", "2022-06-06": "Whit Monday", "2022-10-03": "German Unity Day", "2022-10-31": "Reformation Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-28": "Whit Sunday", "2023-05-29": "Whit Monday", "2023-10-03": "German Unity Day", "2023-10-31": "Reformation Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-19": "Whit Sunday", "2024-05-20": "Whit Monday", "2024-10-03": "German Unity Day", "2024-10-31": "Reformation Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-08": "Whit Sunday", "2025-06-09": "Whit Monday", "2025-10-03": "German Unity Day", "2025-10-31": "Reformation Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-24": "Whit Sunday", "2026-05-25": "Whit Monday", "2026-10-03": "German Unity Day", "2026-10-31": "Reformation Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-16": "Whit Sunday", "2027-05-17": "Whit Monday", "2027-10-03": "German Unity Day", "2027-10-31": "Reformation Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-04": "Whit Sunday", "2028-06-05": "Whit Monday", "2028-10-03": "German Unity Day", "2028-10-31": "Reformation Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-20": "Whit Sunday", "2029-05-21": "Whit Monday", "2029-10-03": "German Unity Day", "2029-10-31": "Reformation Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-09": "Whit Sunday", "2030-06-10": "Whit Monday", "2030-10-03": "German Unity Day", "2030-10-31": "Reformation Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-01": "Whit Sunday", "2031-06-02": "Whit Monday", "2031-10-03": "German Unity Day", "2031-10-31": "Reformation Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-16": "Whit Sunday", "2032-05-17": "Whit Monday", "2032-10-03": "German Unity Day", "2032-10-31": "Reformation Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-05": "Whit Sunday", "2033-06-06": "Whit Monday", "2033-10-03": "German Unity Day", "2033-10-31": "Reformation Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-28": "Whit Sunday", "2034-05-29": "Whit Monday", "2034-10-03": "German Unity Day", "2034-10-31": "Reformation Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-13": "Whit Sunday", "2035-05-14": "Whit Monday", "2035-10-03": "German Unity Day", "2035-10-31": "Reformation Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-01": "Whit Sunday", "2036-06-02": "Whit Monday", "2036-10-03": "German Unity Day", "2036-10-31": "Reformation Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-24": "Whit Sunday", "2037-05-25": "Whit Monday", "2037-10-03": "German Unity Day", "2037-10-31": "Reformation Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-13": "Whit Sunday", "2038-06-14": "Whit Monday", "2038-10-03": "German Unity Day", "2038-10-31": "Reformation Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-29": "Whit Sunday", "2039-05-30": "Whit Monday", "2039-10-03": "German Unity Day", "2039-10-31": "Reformation Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-20": "Whit Sunday", "2040-05-21": "Whit Monday", "2040-10-03": "German Unity Day", "2040-10-31": "Reformation Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-09": "Whit Sunday", "2041-06-10": "Whit Monday", "2041-10-03": "German Unity Day", "2041-10-31": "Reformation Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-25": "Whit Sunday", "2042-05-26": "Whit Monday", "2042-10-03": "German Unity Day", "2042-10-31": "Reformation Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-17": "Whit Sunday", "2043-05-18": "Whit Monday", "2043-10-03": "German Unity Day", "2043-10-31": "Reformation Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-05": "Whit Sunday", "2044-06-06": "Whit Monday", "2044-10-03": "German Unity Day", "2044-10-31": "Reformation Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-28": "Whit Sunday", "2045-05-29": "Whit Monday", "2045-10-03": "German Unity Day", "2045-10-31": "Reformation Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-13": "Whit Sunday", "2046-05-14": "Whit Monday", "2046-10-03": "German Unity Day", "2046-10-31": "Reformation Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-02": "Whit Sunday", "2047-06-03": "Whit Monday", "2047-10-03": "German Unity Day", "2047-10-31": "Reformation Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-24": "Whit Sunday", "2048-05-25": "Whit Monday", "2048-10-03": "German Unity Day", "2048-10-31": "Reformation Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-06": "Whit Sunday", "2049-06-07": "Whit Monday", "2049-10-03": "German Unity Day", "2049-10-31": "Reformation Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-29": "Whit Sunday", "2050-05-30": "Whit Monday", "2050-10-03": "German Unity Day", "2050-10-31": "Reformation Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_BE.json000066400000000000000000000516771500152103600210540ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-10-03": "German Unity Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-10-03": "German Unity Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-10-03": "German Unity Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-10-03": "German Unity Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-10-03": "German Unity Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-10-03": "German Unity Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-10-03": "German Unity Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-10-03": "German Unity Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-10-03": "German Unity Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-10-03": "German Unity Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-10-03": "German Unity Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-10-03": "German Unity Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-10-03": "German Unity Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-10-03": "German Unity Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-10-03": "German Unity Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-10-03": "German Unity Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-10-03": "German Unity Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-10-03": "German Unity Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-10-03": "German Unity Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-10-03": "German Unity Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-10-03": "German Unity Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-10-03": "German Unity Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-10-03": "German Unity Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-10-03": "German Unity Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-10-03": "German Unity Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-10-03": "German Unity Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-10-03": "German Unity Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-03-08": "International Women's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-10-03": "German Unity Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-03-08": "International Women's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "75th anniversary of the liberation from Nazism and the end of the Second World War in Europe", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-10-03": "German Unity Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-03-08": "International Women's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-10-03": "German Unity Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-03-08": "International Women's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-10-03": "German Unity Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-03-08": "International Women's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-10-03": "German Unity Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-08": "International Women's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-10-03": "German Unity Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-03-08": "International Women's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "80th anniversary of the liberation from Nazism and the end of the Second World War in Europe", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-10-03": "German Unity Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-03-08": "International Women's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-10-03": "German Unity Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-08": "International Women's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-10-03": "German Unity Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-03-08": "International Women's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-17": "75th anniversary of the East German uprising of 1953", "2028-10-03": "German Unity Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-08": "International Women's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-10-03": "German Unity Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-03-08": "International Women's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-10-03": "German Unity Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-03-08": "International Women's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-10-03": "German Unity Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-08": "International Women's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-10-03": "German Unity Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-03-08": "International Women's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-10-03": "German Unity Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-03-08": "International Women's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-10-03": "German Unity Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-08": "International Women's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-10-03": "German Unity Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-03-08": "International Women's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-10-03": "German Unity Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-03-08": "International Women's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-10-03": "German Unity Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-03-08": "International Women's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-10-03": "German Unity Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-03-08": "International Women's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-10-03": "German Unity Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-08": "International Women's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-10-03": "German Unity Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-03-08": "International Women's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-10-03": "German Unity Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-03-08": "International Women's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-10-03": "German Unity Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-08": "International Women's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-10-03": "German Unity Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-03-08": "International Women's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-10-03": "German Unity Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-03-08": "International Women's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-10-03": "German Unity Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-08": "International Women's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-10-03": "German Unity Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-03-08": "International Women's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-10-03": "German Unity Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-03-08": "International Women's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-10-03": "German Unity Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-03-08": "International Women's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-10-03": "German Unity Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-03-08": "International Women's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-10-03": "German Unity Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_BW.json000066400000000000000000000623721500152103600210700ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-01": "All Saints' Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-10-03": "German Unity Day", "1991-11-01": "All Saints' Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-10-03": "German Unity Day", "1992-11-01": "All Saints' Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-10-03": "German Unity Day", "1993-11-01": "All Saints' Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-10-03": "German Unity Day", "1994-11-01": "All Saints' Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-10-03": "German Unity Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-10-03": "German Unity Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-10-03": "German Unity Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-10-03": "German Unity Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-10-03": "German Unity Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-10-03": "German Unity Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-10-03": "German Unity Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-10-03": "German Unity Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-10-03": "German Unity Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-10-03": "German Unity Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-10-03": "German Unity Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-10-03": "German Unity Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-10-03": "German Unity Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-10-03": "German Unity Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-10-03": "German Unity Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-10-03": "German Unity Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-10-03": "German Unity Day", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-10-03": "German Unity Day", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-10-03": "German Unity Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-10-03": "German Unity Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-10-03": "German Unity Day", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-10-03": "German Unity Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-10-03": "German Unity Day", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-10-03": "German Unity Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-10-03": "German Unity Day", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-10-03": "German Unity Day", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-10-03": "German Unity Day", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-10-03": "German Unity Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-10-03": "German Unity Day", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-10-03": "German Unity Day", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-10-03": "German Unity Day", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-10-03": "German Unity Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-10-03": "German Unity Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-10-03": "German Unity Day", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-10-03": "German Unity Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-10-03": "German Unity Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-10-03": "German Unity Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-10-03": "German Unity Day", "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-10-03": "German Unity Day", "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-10-03": "German Unity Day", "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-10-03": "German Unity Day", "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-10-03": "German Unity Day", "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-10-03": "German Unity Day", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-10-03": "German Unity Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-10-03": "German Unity Day", "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-10-03": "German Unity Day", "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-10-03": "German Unity Day", "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-10-03": "German Unity Day", "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-10-03": "German Unity Day", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-10-03": "German Unity Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-10-03": "German Unity Day", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-10-03": "German Unity Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-10-03": "German Unity Day", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-10-03": "German Unity Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-10-03": "German Unity Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_BY.json000066400000000000000000000665521500152103600210760ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-01": "All Saints' Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-10-03": "German Unity Day", "1991-11-01": "All Saints' Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-03": "German Unity Day", "1992-11-01": "All Saints' Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-03": "German Unity Day", "1993-11-01": "All Saints' Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-03": "German Unity Day", "1994-11-01": "All Saints' Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-03": "German Unity Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-03": "German Unity Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-10-03": "German Unity Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-03": "German Unity Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-03": "German Unity Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-03": "German Unity Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-03": "German Unity Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-10-03": "German Unity Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-03": "German Unity Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-03": "German Unity Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-10-03": "German Unity Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-03": "German Unity Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-03": "German Unity Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-10-03": "German Unity Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-03": "German Unity Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-10-03": "German Unity Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-03": "German Unity Day", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-03": "German Unity Day", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-10-03": "German Unity Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-10-03": "German Unity Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-03": "German Unity Day", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-10-03": "German Unity Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-10-03": "German Unity Day", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-03": "German Unity Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-03": "German Unity Day", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-10-03": "German Unity Day", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-03": "German Unity Day", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-03": "German Unity Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-10-03": "German Unity Day", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-03": "German Unity Day", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-03": "German Unity Day", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-10-03": "German Unity Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-03": "German Unity Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-03": "German Unity Day", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-03": "German Unity Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-03": "German Unity Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-10-03": "German Unity Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-03": "German Unity Day", "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-03": "German Unity Day", "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-10-03": "German Unity Day", "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-03": "German Unity Day", "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-03": "German Unity Day", "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-03": "German Unity Day", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-03": "German Unity Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-03": "German Unity Day", "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-03": "German Unity Day", "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-03": "German Unity Day", "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-10-03": "German Unity Day", "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-03": "German Unity Day", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-03": "German Unity Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-10-03": "German Unity Day", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-03": "German Unity Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-03": "German Unity Day", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-03": "German Unity Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-03": "German Unity Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_COMMON.json000066400000000000000000000462611500152103600215470ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-10-03": "German Unity Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-10-03": "German Unity Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-10-03": "German Unity Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-10-03": "German Unity Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-10-03": "German Unity Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-10-03": "German Unity Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-10-03": "German Unity Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-10-03": "German Unity Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-10-03": "German Unity Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-10-03": "German Unity Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-10-03": "German Unity Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-10-03": "German Unity Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-10-03": "German Unity Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-10-03": "German Unity Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-10-03": "German Unity Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-10-03": "German Unity Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-10-03": "German Unity Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-10-03": "German Unity Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-10-03": "German Unity Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-10-03": "German Unity Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-10-03": "German Unity Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-10-03": "German Unity Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-10-03": "German Unity Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-10-03": "German Unity Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-10-03": "German Unity Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-10-03": "German Unity Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-10-03": "German Unity Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-10-03": "German Unity Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-10-03": "German Unity Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-10-03": "German Unity Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-10-03": "German Unity Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-10-03": "German Unity Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-10-03": "German Unity Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-10-03": "German Unity Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-10-03": "German Unity Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-10-03": "German Unity Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-10-03": "German Unity Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-10-03": "German Unity Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-10-03": "German Unity Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-10-03": "German Unity Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-10-03": "German Unity Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-10-03": "German Unity Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-10-03": "German Unity Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-10-03": "German Unity Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-10-03": "German Unity Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-10-03": "German Unity Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-10-03": "German Unity Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-10-03": "German Unity Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-10-03": "German Unity Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-10-03": "German Unity Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-10-03": "German Unity Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-10-03": "German Unity Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-10-03": "German Unity Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-10-03": "German Unity Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-10-03": "German Unity Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-10-03": "German Unity Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-10-03": "German Unity Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-10-03": "German Unity Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-10-03": "German Unity Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_HB.json000066400000000000000000000505661500152103600210530ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-10-03": "German Unity Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-10-03": "German Unity Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-10-03": "German Unity Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-10-03": "German Unity Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-10-03": "German Unity Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-10-03": "German Unity Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-10-03": "German Unity Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-10-03": "German Unity Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-10-03": "German Unity Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-10-03": "German Unity Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-10-03": "German Unity Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-10-03": "German Unity Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-10-03": "German Unity Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-10-03": "German Unity Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-10-03": "German Unity Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-10-03": "German Unity Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-10-03": "German Unity Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-10-03": "German Unity Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-10-03": "German Unity Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-10-03": "German Unity Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-10-03": "German Unity Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-10-03": "German Unity Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-10-03": "German Unity Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-10-03": "German Unity Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-10-03": "German Unity Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-10-03": "German Unity Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-10-03": "German Unity Day", "2018-10-31": "Reformation Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-10-03": "German Unity Day", "2019-10-31": "Reformation Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-10-03": "German Unity Day", "2020-10-31": "Reformation Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-10-03": "German Unity Day", "2021-10-31": "Reformation Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-10-03": "German Unity Day", "2022-10-31": "Reformation Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-10-03": "German Unity Day", "2023-10-31": "Reformation Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-10-03": "German Unity Day", "2024-10-31": "Reformation Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-10-03": "German Unity Day", "2025-10-31": "Reformation Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-10-03": "German Unity Day", "2026-10-31": "Reformation Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-10-03": "German Unity Day", "2027-10-31": "Reformation Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-10-03": "German Unity Day", "2028-10-31": "Reformation Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-10-03": "German Unity Day", "2029-10-31": "Reformation Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-10-03": "German Unity Day", "2030-10-31": "Reformation Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-10-03": "German Unity Day", "2031-10-31": "Reformation Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-10-03": "German Unity Day", "2032-10-31": "Reformation Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-10-03": "German Unity Day", "2033-10-31": "Reformation Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-10-03": "German Unity Day", "2034-10-31": "Reformation Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-10-03": "German Unity Day", "2035-10-31": "Reformation Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-10-03": "German Unity Day", "2036-10-31": "Reformation Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-10-03": "German Unity Day", "2037-10-31": "Reformation Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-10-03": "German Unity Day", "2038-10-31": "Reformation Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-10-03": "German Unity Day", "2039-10-31": "Reformation Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-10-03": "German Unity Day", "2040-10-31": "Reformation Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-10-03": "German Unity Day", "2041-10-31": "Reformation Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-10-03": "German Unity Day", "2042-10-31": "Reformation Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-10-03": "German Unity Day", "2043-10-31": "Reformation Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-10-03": "German Unity Day", "2044-10-31": "Reformation Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-10-03": "German Unity Day", "2045-10-31": "Reformation Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-10-03": "German Unity Day", "2046-10-31": "Reformation Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-10-03": "German Unity Day", "2047-10-31": "Reformation Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-10-03": "German Unity Day", "2048-10-31": "Reformation Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-10-03": "German Unity Day", "2049-10-31": "Reformation Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-10-03": "German Unity Day", "2050-10-31": "Reformation Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_HE.json000066400000000000000000000524411500152103600210500ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-10-03": "German Unity Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-10-03": "German Unity Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-10-03": "German Unity Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-10-03": "German Unity Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-10-03": "German Unity Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-10-03": "German Unity Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-10-03": "German Unity Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-10-03": "German Unity Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-10-03": "German Unity Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-10-03": "German Unity Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-10-03": "German Unity Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-10-03": "German Unity Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-10-03": "German Unity Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-10-03": "German Unity Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-10-03": "German Unity Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-10-03": "German Unity Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-10-03": "German Unity Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-10-03": "German Unity Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-10-03": "German Unity Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-10-03": "German Unity Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-10-03": "German Unity Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-10-03": "German Unity Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-10-03": "German Unity Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-10-03": "German Unity Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-10-03": "German Unity Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-10-03": "German Unity Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-10-03": "German Unity Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-10-03": "German Unity Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-10-03": "German Unity Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-10-03": "German Unity Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-10-03": "German Unity Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-10-03": "German Unity Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-10-03": "German Unity Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-10-03": "German Unity Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-10-03": "German Unity Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-10-03": "German Unity Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-10-03": "German Unity Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-10-03": "German Unity Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-10-03": "German Unity Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-10-03": "German Unity Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-10-03": "German Unity Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-10-03": "German Unity Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-10-03": "German Unity Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-10-03": "German Unity Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-10-03": "German Unity Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-10-03": "German Unity Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-10-03": "German Unity Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-10-03": "German Unity Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-10-03": "German Unity Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-10-03": "German Unity Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-10-03": "German Unity Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-10-03": "German Unity Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-10-03": "German Unity Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-10-03": "German Unity Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-10-03": "German Unity Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-10-03": "German Unity Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-10-03": "German Unity Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-10-03": "German Unity Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-10-03": "German Unity Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_HH.json000066400000000000000000000505661500152103600210610ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-10-03": "German Unity Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-10-03": "German Unity Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-10-03": "German Unity Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-10-03": "German Unity Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-10-03": "German Unity Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-10-03": "German Unity Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-10-03": "German Unity Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-10-03": "German Unity Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-10-03": "German Unity Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-10-03": "German Unity Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-10-03": "German Unity Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-10-03": "German Unity Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-10-03": "German Unity Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-10-03": "German Unity Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-10-03": "German Unity Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-10-03": "German Unity Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-10-03": "German Unity Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-10-03": "German Unity Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-10-03": "German Unity Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-10-03": "German Unity Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-10-03": "German Unity Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-10-03": "German Unity Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-10-03": "German Unity Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-10-03": "German Unity Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-10-03": "German Unity Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-10-03": "German Unity Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-10-03": "German Unity Day", "2018-10-31": "Reformation Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-10-03": "German Unity Day", "2019-10-31": "Reformation Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-10-03": "German Unity Day", "2020-10-31": "Reformation Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-10-03": "German Unity Day", "2021-10-31": "Reformation Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-10-03": "German Unity Day", "2022-10-31": "Reformation Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-10-03": "German Unity Day", "2023-10-31": "Reformation Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-10-03": "German Unity Day", "2024-10-31": "Reformation Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-10-03": "German Unity Day", "2025-10-31": "Reformation Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-10-03": "German Unity Day", "2026-10-31": "Reformation Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-10-03": "German Unity Day", "2027-10-31": "Reformation Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-10-03": "German Unity Day", "2028-10-31": "Reformation Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-10-03": "German Unity Day", "2029-10-31": "Reformation Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-10-03": "German Unity Day", "2030-10-31": "Reformation Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-10-03": "German Unity Day", "2031-10-31": "Reformation Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-10-03": "German Unity Day", "2032-10-31": "Reformation Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-10-03": "German Unity Day", "2033-10-31": "Reformation Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-10-03": "German Unity Day", "2034-10-31": "Reformation Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-10-03": "German Unity Day", "2035-10-31": "Reformation Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-10-03": "German Unity Day", "2036-10-31": "Reformation Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-10-03": "German Unity Day", "2037-10-31": "Reformation Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-10-03": "German Unity Day", "2038-10-31": "Reformation Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-10-03": "German Unity Day", "2039-10-31": "Reformation Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-10-03": "German Unity Day", "2040-10-31": "Reformation Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-10-03": "German Unity Day", "2041-10-31": "Reformation Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-10-03": "German Unity Day", "2042-10-31": "Reformation Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-10-03": "German Unity Day", "2043-10-31": "Reformation Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-10-03": "German Unity Day", "2044-10-31": "Reformation Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-10-03": "German Unity Day", "2045-10-31": "Reformation Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-10-03": "German Unity Day", "2046-10-31": "Reformation Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-10-03": "German Unity Day", "2047-10-31": "Reformation Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-10-03": "German Unity Day", "2048-10-31": "Reformation Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-10-03": "German Unity Day", "2049-10-31": "Reformation Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-10-03": "German Unity Day", "2050-10-31": "Reformation Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_MV.json000066400000000000000000000552011500152103600210730ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-10-31": "Reformation Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-10-03": "German Unity Day", "1991-10-31": "Reformation Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-10-03": "German Unity Day", "1992-10-31": "Reformation Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-10-03": "German Unity Day", "1993-10-31": "Reformation Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-10-03": "German Unity Day", "1994-10-31": "Reformation Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-10-03": "German Unity Day", "1995-10-31": "Reformation Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-10-03": "German Unity Day", "1996-10-31": "Reformation Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-10-03": "German Unity Day", "1997-10-31": "Reformation Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-10-03": "German Unity Day", "1998-10-31": "Reformation Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-10-03": "German Unity Day", "1999-10-31": "Reformation Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-10-03": "German Unity Day", "2000-10-31": "Reformation Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-10-03": "German Unity Day", "2001-10-31": "Reformation Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-10-03": "German Unity Day", "2002-10-31": "Reformation Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-10-03": "German Unity Day", "2003-10-31": "Reformation Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-10-03": "German Unity Day", "2004-10-31": "Reformation Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-10-03": "German Unity Day", "2005-10-31": "Reformation Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-10-03": "German Unity Day", "2006-10-31": "Reformation Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-10-03": "German Unity Day", "2007-10-31": "Reformation Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-10-03": "German Unity Day", "2008-10-31": "Reformation Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-10-03": "German Unity Day", "2009-10-31": "Reformation Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-10-03": "German Unity Day", "2010-10-31": "Reformation Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-10-03": "German Unity Day", "2011-10-31": "Reformation Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-10-03": "German Unity Day", "2012-10-31": "Reformation Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-10-03": "German Unity Day", "2013-10-31": "Reformation Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-10-03": "German Unity Day", "2014-10-31": "Reformation Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-10-03": "German Unity Day", "2015-10-31": "Reformation Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-10-03": "German Unity Day", "2016-10-31": "Reformation Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-10-03": "German Unity Day", "2018-10-31": "Reformation Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-10-03": "German Unity Day", "2019-10-31": "Reformation Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-10-03": "German Unity Day", "2020-10-31": "Reformation Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-10-03": "German Unity Day", "2021-10-31": "Reformation Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-10-03": "German Unity Day", "2022-10-31": "Reformation Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-03-08": "International Women's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-10-03": "German Unity Day", "2023-10-31": "Reformation Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-08": "International Women's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-10-03": "German Unity Day", "2024-10-31": "Reformation Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-03-08": "International Women's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-10-03": "German Unity Day", "2025-10-31": "Reformation Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-03-08": "International Women's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-10-03": "German Unity Day", "2026-10-31": "Reformation Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-08": "International Women's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-10-03": "German Unity Day", "2027-10-31": "Reformation Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-03-08": "International Women's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-10-03": "German Unity Day", "2028-10-31": "Reformation Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-08": "International Women's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-10-03": "German Unity Day", "2029-10-31": "Reformation Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-03-08": "International Women's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-10-03": "German Unity Day", "2030-10-31": "Reformation Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-03-08": "International Women's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-10-03": "German Unity Day", "2031-10-31": "Reformation Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-08": "International Women's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-10-03": "German Unity Day", "2032-10-31": "Reformation Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-03-08": "International Women's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-10-03": "German Unity Day", "2033-10-31": "Reformation Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-03-08": "International Women's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-10-03": "German Unity Day", "2034-10-31": "Reformation Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-08": "International Women's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-10-03": "German Unity Day", "2035-10-31": "Reformation Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-03-08": "International Women's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-10-03": "German Unity Day", "2036-10-31": "Reformation Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-03-08": "International Women's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-10-03": "German Unity Day", "2037-10-31": "Reformation Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-03-08": "International Women's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-10-03": "German Unity Day", "2038-10-31": "Reformation Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-03-08": "International Women's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-10-03": "German Unity Day", "2039-10-31": "Reformation Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-08": "International Women's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-10-03": "German Unity Day", "2040-10-31": "Reformation Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-03-08": "International Women's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-10-03": "German Unity Day", "2041-10-31": "Reformation Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-03-08": "International Women's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-10-03": "German Unity Day", "2042-10-31": "Reformation Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-08": "International Women's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-10-03": "German Unity Day", "2043-10-31": "Reformation Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-03-08": "International Women's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-10-03": "German Unity Day", "2044-10-31": "Reformation Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-03-08": "International Women's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-10-03": "German Unity Day", "2045-10-31": "Reformation Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-08": "International Women's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-10-03": "German Unity Day", "2046-10-31": "Reformation Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-03-08": "International Women's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-10-03": "German Unity Day", "2047-10-31": "Reformation Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-03-08": "International Women's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-10-03": "German Unity Day", "2048-10-31": "Reformation Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-03-08": "International Women's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-10-03": "German Unity Day", "2049-10-31": "Reformation Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-03-08": "International Women's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-10-03": "German Unity Day", "2050-10-31": "Reformation Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_NI.json000066400000000000000000000505661500152103600210700ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-10-03": "German Unity Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-10-03": "German Unity Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-10-03": "German Unity Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-10-03": "German Unity Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-10-03": "German Unity Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-10-03": "German Unity Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-10-03": "German Unity Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-10-03": "German Unity Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-10-03": "German Unity Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-10-03": "German Unity Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-10-03": "German Unity Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-10-03": "German Unity Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-10-03": "German Unity Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-10-03": "German Unity Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-10-03": "German Unity Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-10-03": "German Unity Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-10-03": "German Unity Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-10-03": "German Unity Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-10-03": "German Unity Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-10-03": "German Unity Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-10-03": "German Unity Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-10-03": "German Unity Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-10-03": "German Unity Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-10-03": "German Unity Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-10-03": "German Unity Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-10-03": "German Unity Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-10-03": "German Unity Day", "2018-10-31": "Reformation Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-10-03": "German Unity Day", "2019-10-31": "Reformation Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-10-03": "German Unity Day", "2020-10-31": "Reformation Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-10-03": "German Unity Day", "2021-10-31": "Reformation Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-10-03": "German Unity Day", "2022-10-31": "Reformation Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-10-03": "German Unity Day", "2023-10-31": "Reformation Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-10-03": "German Unity Day", "2024-10-31": "Reformation Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-10-03": "German Unity Day", "2025-10-31": "Reformation Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-10-03": "German Unity Day", "2026-10-31": "Reformation Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-10-03": "German Unity Day", "2027-10-31": "Reformation Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-10-03": "German Unity Day", "2028-10-31": "Reformation Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-10-03": "German Unity Day", "2029-10-31": "Reformation Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-10-03": "German Unity Day", "2030-10-31": "Reformation Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-10-03": "German Unity Day", "2031-10-31": "Reformation Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-10-03": "German Unity Day", "2032-10-31": "Reformation Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-10-03": "German Unity Day", "2033-10-31": "Reformation Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-10-03": "German Unity Day", "2034-10-31": "Reformation Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-10-03": "German Unity Day", "2035-10-31": "Reformation Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-10-03": "German Unity Day", "2036-10-31": "Reformation Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-10-03": "German Unity Day", "2037-10-31": "Reformation Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-10-03": "German Unity Day", "2038-10-31": "Reformation Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-10-03": "German Unity Day", "2039-10-31": "Reformation Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-10-03": "German Unity Day", "2040-10-31": "Reformation Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-10-03": "German Unity Day", "2041-10-31": "Reformation Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-10-03": "German Unity Day", "2042-10-31": "Reformation Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-10-03": "German Unity Day", "2043-10-31": "Reformation Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-10-03": "German Unity Day", "2044-10-31": "Reformation Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-10-03": "German Unity Day", "2045-10-31": "Reformation Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-10-03": "German Unity Day", "2046-10-31": "Reformation Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-10-03": "German Unity Day", "2047-10-31": "Reformation Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-10-03": "German Unity Day", "2048-10-31": "Reformation Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-10-03": "German Unity Day", "2049-10-31": "Reformation Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-10-03": "German Unity Day", "2050-10-31": "Reformation Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_NW.json000066400000000000000000000567621500152103600211120ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-01": "All Saints' Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-10-03": "German Unity Day", "1991-11-01": "All Saints' Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-10-03": "German Unity Day", "1992-11-01": "All Saints' Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-10-03": "German Unity Day", "1993-11-01": "All Saints' Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-10-03": "German Unity Day", "1994-11-01": "All Saints' Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-10-03": "German Unity Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-10-03": "German Unity Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-10-03": "German Unity Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-10-03": "German Unity Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-10-03": "German Unity Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-10-03": "German Unity Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-10-03": "German Unity Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-10-03": "German Unity Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-10-03": "German Unity Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-10-03": "German Unity Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-10-03": "German Unity Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-10-03": "German Unity Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-10-03": "German Unity Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-10-03": "German Unity Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-10-03": "German Unity Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-10-03": "German Unity Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-10-03": "German Unity Day", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-10-03": "German Unity Day", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-10-03": "German Unity Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-10-03": "German Unity Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-10-03": "German Unity Day", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-10-03": "German Unity Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-10-03": "German Unity Day", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-10-03": "German Unity Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-10-03": "German Unity Day", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-10-03": "German Unity Day", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-10-03": "German Unity Day", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-10-03": "German Unity Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-10-03": "German Unity Day", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-10-03": "German Unity Day", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-10-03": "German Unity Day", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-10-03": "German Unity Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-10-03": "German Unity Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-10-03": "German Unity Day", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-10-03": "German Unity Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-10-03": "German Unity Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-10-03": "German Unity Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-10-03": "German Unity Day", "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-10-03": "German Unity Day", "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-10-03": "German Unity Day", "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-10-03": "German Unity Day", "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-10-03": "German Unity Day", "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-10-03": "German Unity Day", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-10-03": "German Unity Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-10-03": "German Unity Day", "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-10-03": "German Unity Day", "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-10-03": "German Unity Day", "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-10-03": "German Unity Day", "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-10-03": "German Unity Day", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-10-03": "German Unity Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-10-03": "German Unity Day", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-10-03": "German Unity Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-10-03": "German Unity Day", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-10-03": "German Unity Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-10-03": "German Unity Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_RP.json000066400000000000000000000567621500152103600211070ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-01": "All Saints' Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-10-03": "German Unity Day", "1991-11-01": "All Saints' Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-10-03": "German Unity Day", "1992-11-01": "All Saints' Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-10-03": "German Unity Day", "1993-11-01": "All Saints' Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-10-03": "German Unity Day", "1994-11-01": "All Saints' Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-10-03": "German Unity Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-10-03": "German Unity Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-10-03": "German Unity Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-10-03": "German Unity Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-10-03": "German Unity Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-10-03": "German Unity Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-10-03": "German Unity Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-10-03": "German Unity Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-10-03": "German Unity Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-10-03": "German Unity Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-10-03": "German Unity Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-10-03": "German Unity Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-10-03": "German Unity Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-10-03": "German Unity Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-10-03": "German Unity Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-10-03": "German Unity Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-10-03": "German Unity Day", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-10-03": "German Unity Day", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-10-03": "German Unity Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-10-03": "German Unity Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-10-03": "German Unity Day", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-10-03": "German Unity Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-10-03": "German Unity Day", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-10-03": "German Unity Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-10-03": "German Unity Day", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-10-03": "German Unity Day", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-10-03": "German Unity Day", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-10-03": "German Unity Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-10-03": "German Unity Day", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-10-03": "German Unity Day", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-10-03": "German Unity Day", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-10-03": "German Unity Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-10-03": "German Unity Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-10-03": "German Unity Day", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-10-03": "German Unity Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-10-03": "German Unity Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-10-03": "German Unity Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-10-03": "German Unity Day", "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-10-03": "German Unity Day", "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-10-03": "German Unity Day", "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-10-03": "German Unity Day", "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-10-03": "German Unity Day", "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-10-03": "German Unity Day", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-10-03": "German Unity Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-10-03": "German Unity Day", "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-10-03": "German Unity Day", "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-10-03": "German Unity Day", "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-10-03": "German Unity Day", "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-10-03": "German Unity Day", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-10-03": "German Unity Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-10-03": "German Unity Day", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-10-03": "German Unity Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-10-03": "German Unity Day", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-10-03": "German Unity Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-10-03": "German Unity Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_SH.json000066400000000000000000000505661500152103600210740ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-10-03": "German Unity Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-10-03": "German Unity Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-10-03": "German Unity Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-10-03": "German Unity Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-10-03": "German Unity Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-10-03": "German Unity Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-10-03": "German Unity Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-10-03": "German Unity Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-10-03": "German Unity Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-10-03": "German Unity Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-10-03": "German Unity Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-10-03": "German Unity Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-10-03": "German Unity Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-10-03": "German Unity Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-10-03": "German Unity Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-10-03": "German Unity Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-10-03": "German Unity Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-10-03": "German Unity Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-10-03": "German Unity Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-10-03": "German Unity Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-10-03": "German Unity Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-10-03": "German Unity Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-10-03": "German Unity Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-10-03": "German Unity Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-10-03": "German Unity Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-10-03": "German Unity Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-10-03": "German Unity Day", "2018-10-31": "Reformation Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-10-03": "German Unity Day", "2019-10-31": "Reformation Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-10-03": "German Unity Day", "2020-10-31": "Reformation Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-10-03": "German Unity Day", "2021-10-31": "Reformation Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-10-03": "German Unity Day", "2022-10-31": "Reformation Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-10-03": "German Unity Day", "2023-10-31": "Reformation Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-10-03": "German Unity Day", "2024-10-31": "Reformation Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-10-03": "German Unity Day", "2025-10-31": "Reformation Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-10-03": "German Unity Day", "2026-10-31": "Reformation Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-10-03": "German Unity Day", "2027-10-31": "Reformation Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-10-03": "German Unity Day", "2028-10-31": "Reformation Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-10-03": "German Unity Day", "2029-10-31": "Reformation Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-10-03": "German Unity Day", "2030-10-31": "Reformation Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-10-03": "German Unity Day", "2031-10-31": "Reformation Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-10-03": "German Unity Day", "2032-10-31": "Reformation Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-10-03": "German Unity Day", "2033-10-31": "Reformation Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-10-03": "German Unity Day", "2034-10-31": "Reformation Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-10-03": "German Unity Day", "2035-10-31": "Reformation Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-10-03": "German Unity Day", "2036-10-31": "Reformation Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-10-03": "German Unity Day", "2037-10-31": "Reformation Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-10-03": "German Unity Day", "2038-10-31": "Reformation Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-10-03": "German Unity Day", "2039-10-31": "Reformation Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-10-03": "German Unity Day", "2040-10-31": "Reformation Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-10-03": "German Unity Day", "2041-10-31": "Reformation Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-10-03": "German Unity Day", "2042-10-31": "Reformation Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-10-03": "German Unity Day", "2043-10-31": "Reformation Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-10-03": "German Unity Day", "2044-10-31": "Reformation Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-10-03": "German Unity Day", "2045-10-31": "Reformation Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-10-03": "German Unity Day", "2046-10-31": "Reformation Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-10-03": "German Unity Day", "2047-10-31": "Reformation Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-10-03": "German Unity Day", "2048-10-31": "Reformation Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-10-03": "German Unity Day", "2049-10-31": "Reformation Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-10-03": "German Unity Day", "2050-10-31": "Reformation Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_SL.json000066400000000000000000000631421500152103600210720ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-11-01": "All Saints' Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-10-03": "German Unity Day", "1991-11-01": "All Saints' Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-03": "German Unity Day", "1992-11-01": "All Saints' Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-03": "German Unity Day", "1993-11-01": "All Saints' Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-03": "German Unity Day", "1994-11-01": "All Saints' Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-03": "German Unity Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-03": "German Unity Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-10-03": "German Unity Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-03": "German Unity Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-03": "German Unity Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-03": "German Unity Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-03": "German Unity Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-10-03": "German Unity Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-03": "German Unity Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-03": "German Unity Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-10-03": "German Unity Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-03": "German Unity Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-03": "German Unity Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-10-03": "German Unity Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-03": "German Unity Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-10-03": "German Unity Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-03": "German Unity Day", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-03": "German Unity Day", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-10-03": "German Unity Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-10-03": "German Unity Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-03": "German Unity Day", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-10-03": "German Unity Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-10-03": "German Unity Day", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-03": "German Unity Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-03": "German Unity Day", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-10-03": "German Unity Day", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-03": "German Unity Day", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-03": "German Unity Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-10-03": "German Unity Day", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-03": "German Unity Day", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-03": "German Unity Day", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-10-03": "German Unity Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-03": "German Unity Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-03": "German Unity Day", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-03": "German Unity Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-03": "German Unity Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-10-03": "German Unity Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-03": "German Unity Day", "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-03": "German Unity Day", "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-10-03": "German Unity Day", "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-03": "German Unity Day", "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-03": "German Unity Day", "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-03": "German Unity Day", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-03": "German Unity Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-03": "German Unity Day", "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-03": "German Unity Day", "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-03": "German Unity Day", "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-10-03": "German Unity Day", "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-03": "German Unity Day", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-03": "German Unity Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-10-03": "German Unity Day", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-03": "German Unity Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-03": "German Unity Day", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-03": "German Unity Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-03": "German Unity Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_SN.json000066400000000000000000000640251500152103600210750ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-10-31": "Reformation Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-10-03": "German Unity Day", "1991-10-31": "Reformation Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-10-03": "German Unity Day", "1992-10-31": "Reformation Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-10-03": "German Unity Day", "1993-10-31": "Reformation Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-10-03": "German Unity Day", "1994-10-31": "Reformation Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-10-03": "German Unity Day", "1995-10-31": "Reformation Day", "1995-11-22": "Repentance and Prayer Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-10-03": "German Unity Day", "1996-10-31": "Reformation Day", "1996-11-20": "Repentance and Prayer Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-10-03": "German Unity Day", "1997-10-31": "Reformation Day", "1997-11-19": "Repentance and Prayer Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-10-03": "German Unity Day", "1998-10-31": "Reformation Day", "1998-11-18": "Repentance and Prayer Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-10-03": "German Unity Day", "1999-10-31": "Reformation Day", "1999-11-17": "Repentance and Prayer Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-10-03": "German Unity Day", "2000-10-31": "Reformation Day", "2000-11-22": "Repentance and Prayer Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-10-03": "German Unity Day", "2001-10-31": "Reformation Day", "2001-11-21": "Repentance and Prayer Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-10-03": "German Unity Day", "2002-10-31": "Reformation Day", "2002-11-20": "Repentance and Prayer Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-10-03": "German Unity Day", "2003-10-31": "Reformation Day", "2003-11-19": "Repentance and Prayer Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-10-03": "German Unity Day", "2004-10-31": "Reformation Day", "2004-11-17": "Repentance and Prayer Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-10-03": "German Unity Day", "2005-10-31": "Reformation Day", "2005-11-16": "Repentance and Prayer Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-10-03": "German Unity Day", "2006-10-31": "Reformation Day", "2006-11-22": "Repentance and Prayer Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-10-03": "German Unity Day", "2007-10-31": "Reformation Day", "2007-11-21": "Repentance and Prayer Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-10-03": "German Unity Day", "2008-10-31": "Reformation Day", "2008-11-19": "Repentance and Prayer Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-10-03": "German Unity Day", "2009-10-31": "Reformation Day", "2009-11-18": "Repentance and Prayer Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-10-03": "German Unity Day", "2010-10-31": "Reformation Day", "2010-11-17": "Repentance and Prayer Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-10-03": "German Unity Day", "2011-10-31": "Reformation Day", "2011-11-16": "Repentance and Prayer Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-10-03": "German Unity Day", "2012-10-31": "Reformation Day", "2012-11-21": "Repentance and Prayer Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-10-03": "German Unity Day", "2013-10-31": "Reformation Day", "2013-11-20": "Repentance and Prayer Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-10-03": "German Unity Day", "2014-10-31": "Reformation Day", "2014-11-19": "Repentance and Prayer Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-10-03": "German Unity Day", "2015-10-31": "Reformation Day", "2015-11-18": "Repentance and Prayer Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-10-03": "German Unity Day", "2016-10-31": "Reformation Day", "2016-11-16": "Repentance and Prayer Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-11-22": "Repentance and Prayer Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-10-03": "German Unity Day", "2018-10-31": "Reformation Day", "2018-11-21": "Repentance and Prayer Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-10-03": "German Unity Day", "2019-10-31": "Reformation Day", "2019-11-20": "Repentance and Prayer Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-10-03": "German Unity Day", "2020-10-31": "Reformation Day", "2020-11-18": "Repentance and Prayer Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-10-03": "German Unity Day", "2021-10-31": "Reformation Day", "2021-11-17": "Repentance and Prayer Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-10-03": "German Unity Day", "2022-10-31": "Reformation Day", "2022-11-16": "Repentance and Prayer Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-10-03": "German Unity Day", "2023-10-31": "Reformation Day", "2023-11-22": "Repentance and Prayer Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-10-03": "German Unity Day", "2024-10-31": "Reformation Day", "2024-11-20": "Repentance and Prayer Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-10-03": "German Unity Day", "2025-10-31": "Reformation Day", "2025-11-19": "Repentance and Prayer Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-10-03": "German Unity Day", "2026-10-31": "Reformation Day", "2026-11-18": "Repentance and Prayer Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-10-03": "German Unity Day", "2027-10-31": "Reformation Day", "2027-11-17": "Repentance and Prayer Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-10-03": "German Unity Day", "2028-10-31": "Reformation Day", "2028-11-22": "Repentance and Prayer Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-10-03": "German Unity Day", "2029-10-31": "Reformation Day", "2029-11-21": "Repentance and Prayer Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-10-03": "German Unity Day", "2030-10-31": "Reformation Day", "2030-11-20": "Repentance and Prayer Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-10-03": "German Unity Day", "2031-10-31": "Reformation Day", "2031-11-19": "Repentance and Prayer Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-10-03": "German Unity Day", "2032-10-31": "Reformation Day", "2032-11-17": "Repentance and Prayer Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-10-03": "German Unity Day", "2033-10-31": "Reformation Day", "2033-11-16": "Repentance and Prayer Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-10-03": "German Unity Day", "2034-10-31": "Reformation Day", "2034-11-22": "Repentance and Prayer Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-10-03": "German Unity Day", "2035-10-31": "Reformation Day", "2035-11-21": "Repentance and Prayer Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-10-03": "German Unity Day", "2036-10-31": "Reformation Day", "2036-11-19": "Repentance and Prayer Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-10-03": "German Unity Day", "2037-10-31": "Reformation Day", "2037-11-18": "Repentance and Prayer Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-10-03": "German Unity Day", "2038-10-31": "Reformation Day", "2038-11-17": "Repentance and Prayer Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-10-03": "German Unity Day", "2039-10-31": "Reformation Day", "2039-11-16": "Repentance and Prayer Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-10-03": "German Unity Day", "2040-10-31": "Reformation Day", "2040-11-21": "Repentance and Prayer Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-10-03": "German Unity Day", "2041-10-31": "Reformation Day", "2041-11-20": "Repentance and Prayer Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-10-03": "German Unity Day", "2042-10-31": "Reformation Day", "2042-11-19": "Repentance and Prayer Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-10-03": "German Unity Day", "2043-10-31": "Reformation Day", "2043-11-18": "Repentance and Prayer Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-10-03": "German Unity Day", "2044-10-31": "Reformation Day", "2044-11-16": "Repentance and Prayer Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-10-03": "German Unity Day", "2045-10-31": "Reformation Day", "2045-11-22": "Repentance and Prayer Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-10-03": "German Unity Day", "2046-10-31": "Reformation Day", "2046-11-21": "Repentance and Prayer Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-10-03": "German Unity Day", "2047-10-31": "Reformation Day", "2047-11-20": "Repentance and Prayer Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-10-03": "German Unity Day", "2048-10-31": "Reformation Day", "2048-11-18": "Repentance and Prayer Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-10-03": "German Unity Day", "2049-10-31": "Reformation Day", "2049-11-17": "Repentance and Prayer Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-10-03": "German Unity Day", "2050-10-31": "Reformation Day", "2050-11-16": "Repentance and Prayer Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_ST.json000066400000000000000000000561451500152103600211070ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-10-31": "Reformation Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-10-03": "German Unity Day", "1991-10-31": "Reformation Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-10-03": "German Unity Day", "1992-10-31": "Reformation Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-10-03": "German Unity Day", "1993-10-31": "Reformation Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-10-03": "German Unity Day", "1994-10-31": "Reformation Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-10-03": "German Unity Day", "1995-10-31": "Reformation Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-10-03": "German Unity Day", "1996-10-31": "Reformation Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-10-03": "German Unity Day", "1997-10-31": "Reformation Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-10-03": "German Unity Day", "1998-10-31": "Reformation Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-10-03": "German Unity Day", "1999-10-31": "Reformation Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-10-03": "German Unity Day", "2000-10-31": "Reformation Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-10-03": "German Unity Day", "2001-10-31": "Reformation Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-10-03": "German Unity Day", "2002-10-31": "Reformation Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-10-03": "German Unity Day", "2003-10-31": "Reformation Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-10-03": "German Unity Day", "2004-10-31": "Reformation Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-10-03": "German Unity Day", "2005-10-31": "Reformation Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-10-03": "German Unity Day", "2006-10-31": "Reformation Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-10-03": "German Unity Day", "2007-10-31": "Reformation Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-10-03": "German Unity Day", "2008-10-31": "Reformation Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-10-03": "German Unity Day", "2009-10-31": "Reformation Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-10-03": "German Unity Day", "2010-10-31": "Reformation Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-10-03": "German Unity Day", "2011-10-31": "Reformation Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-10-03": "German Unity Day", "2012-10-31": "Reformation Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-10-03": "German Unity Day", "2013-10-31": "Reformation Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-10-03": "German Unity Day", "2014-10-31": "Reformation Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-10-03": "German Unity Day", "2015-10-31": "Reformation Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-10-03": "German Unity Day", "2016-10-31": "Reformation Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-10-03": "German Unity Day", "2018-10-31": "Reformation Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-10-03": "German Unity Day", "2019-10-31": "Reformation Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-10-03": "German Unity Day", "2020-10-31": "Reformation Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-10-03": "German Unity Day", "2021-10-31": "Reformation Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-10-03": "German Unity Day", "2022-10-31": "Reformation Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-10-03": "German Unity Day", "2023-10-31": "Reformation Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-10-03": "German Unity Day", "2024-10-31": "Reformation Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-10-03": "German Unity Day", "2025-10-31": "Reformation Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-10-03": "German Unity Day", "2026-10-31": "Reformation Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-10-03": "German Unity Day", "2027-10-31": "Reformation Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-10-03": "German Unity Day", "2028-10-31": "Reformation Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-10-03": "German Unity Day", "2029-10-31": "Reformation Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-10-03": "German Unity Day", "2030-10-31": "Reformation Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-10-03": "German Unity Day", "2031-10-31": "Reformation Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-10-03": "German Unity Day", "2032-10-31": "Reformation Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-10-03": "German Unity Day", "2033-10-31": "Reformation Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-10-03": "German Unity Day", "2034-10-31": "Reformation Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-10-03": "German Unity Day", "2035-10-31": "Reformation Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-10-03": "German Unity Day", "2036-10-31": "Reformation Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-10-03": "German Unity Day", "2037-10-31": "Reformation Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-10-03": "German Unity Day", "2038-10-31": "Reformation Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-10-03": "German Unity Day", "2039-10-31": "Reformation Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-10-03": "German Unity Day", "2040-10-31": "Reformation Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-10-03": "German Unity Day", "2041-10-31": "Reformation Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-10-03": "German Unity Day", "2042-10-31": "Reformation Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-10-03": "German Unity Day", "2043-10-31": "Reformation Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-10-03": "German Unity Day", "2044-10-31": "Reformation Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-10-03": "German Unity Day", "2045-10-31": "Reformation Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-10-03": "German Unity Day", "2046-10-31": "Reformation Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-10-03": "German Unity Day", "2047-10-31": "Reformation Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-10-03": "German Unity Day", "2048-10-31": "Reformation Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-10-03": "German Unity Day", "2049-10-31": "Reformation Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-10-03": "German Unity Day", "2050-10-31": "Reformation Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DE_TH.json000066400000000000000000000614151500152103600210700ustar00rootroot00000000000000{ "1990-10-03": "German Unity Day", "1990-10-31": "Reformation Day", "1990-11-21": "Repentance and Prayer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-10-03": "German Unity Day", "1991-10-31": "Reformation Day", "1991-11-20": "Repentance and Prayer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-10-03": "German Unity Day", "1992-10-31": "Reformation Day", "1992-11-18": "Repentance and Prayer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-10-03": "German Unity Day", "1993-10-31": "Reformation Day", "1993-11-17": "Repentance and Prayer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-10-03": "German Unity Day", "1994-10-31": "Reformation Day", "1994-11-16": "Repentance and Prayer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-10-03": "German Unity Day", "1995-10-31": "Reformation Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-10-03": "German Unity Day", "1996-10-31": "Reformation Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-10-03": "German Unity Day", "1997-10-31": "Reformation Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-10-03": "German Unity Day", "1998-10-31": "Reformation Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-10-03": "German Unity Day", "1999-10-31": "Reformation Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-10-03": "German Unity Day", "2000-10-31": "Reformation Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-10-03": "German Unity Day", "2001-10-31": "Reformation Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-10-03": "German Unity Day", "2002-10-31": "Reformation Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-10-03": "German Unity Day", "2003-10-31": "Reformation Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-10-03": "German Unity Day", "2004-10-31": "Reformation Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-10-03": "German Unity Day", "2005-10-31": "Reformation Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-10-03": "German Unity Day", "2006-10-31": "Reformation Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-10-03": "German Unity Day", "2007-10-31": "Reformation Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-10-03": "German Unity Day", "2008-10-31": "Reformation Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-10-03": "German Unity Day", "2009-10-31": "Reformation Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-10-03": "German Unity Day", "2010-10-31": "Reformation Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-10-03": "German Unity Day", "2011-10-31": "Reformation Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-10-03": "German Unity Day", "2012-10-31": "Reformation Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-10-03": "German Unity Day", "2013-10-31": "Reformation Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-10-03": "German Unity Day", "2014-10-31": "Reformation Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-10-03": "German Unity Day", "2015-10-31": "Reformation Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-10-03": "German Unity Day", "2016-10-31": "Reformation Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-10-03": "German Unity Day", "2017-10-31": "Reformation Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-10-03": "German Unity Day", "2018-10-31": "Reformation Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-09-20": "World Children's Day", "2019-10-03": "German Unity Day", "2019-10-31": "Reformation Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-09-20": "World Children's Day", "2020-10-03": "German Unity Day", "2020-10-31": "Reformation Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-09-20": "World Children's Day", "2021-10-03": "German Unity Day", "2021-10-31": "Reformation Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-09-20": "World Children's Day", "2022-10-03": "German Unity Day", "2022-10-31": "Reformation Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-09-20": "World Children's Day", "2023-10-03": "German Unity Day", "2023-10-31": "Reformation Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-09-20": "World Children's Day", "2024-10-03": "German Unity Day", "2024-10-31": "Reformation Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-09-20": "World Children's Day", "2025-10-03": "German Unity Day", "2025-10-31": "Reformation Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-09-20": "World Children's Day", "2026-10-03": "German Unity Day", "2026-10-31": "Reformation Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-09-20": "World Children's Day", "2027-10-03": "German Unity Day", "2027-10-31": "Reformation Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-09-20": "World Children's Day", "2028-10-03": "German Unity Day", "2028-10-31": "Reformation Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-09-20": "World Children's Day", "2029-10-03": "German Unity Day", "2029-10-31": "Reformation Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-09-20": "World Children's Day", "2030-10-03": "German Unity Day", "2030-10-31": "Reformation Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-09-20": "World Children's Day", "2031-10-03": "German Unity Day", "2031-10-31": "Reformation Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-09-20": "World Children's Day", "2032-10-03": "German Unity Day", "2032-10-31": "Reformation Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-09-20": "World Children's Day", "2033-10-03": "German Unity Day", "2033-10-31": "Reformation Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-09-20": "World Children's Day", "2034-10-03": "German Unity Day", "2034-10-31": "Reformation Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-09-20": "World Children's Day", "2035-10-03": "German Unity Day", "2035-10-31": "Reformation Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-09-20": "World Children's Day", "2036-10-03": "German Unity Day", "2036-10-31": "Reformation Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-09-20": "World Children's Day", "2037-10-03": "German Unity Day", "2037-10-31": "Reformation Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-09-20": "World Children's Day", "2038-10-03": "German Unity Day", "2038-10-31": "Reformation Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-09-20": "World Children's Day", "2039-10-03": "German Unity Day", "2039-10-31": "Reformation Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-09-20": "World Children's Day", "2040-10-03": "German Unity Day", "2040-10-31": "Reformation Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-09-20": "World Children's Day", "2041-10-03": "German Unity Day", "2041-10-31": "Reformation Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-09-20": "World Children's Day", "2042-10-03": "German Unity Day", "2042-10-31": "Reformation Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-09-20": "World Children's Day", "2043-10-03": "German Unity Day", "2043-10-31": "Reformation Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-09-20": "World Children's Day", "2044-10-03": "German Unity Day", "2044-10-31": "Reformation Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-09-20": "World Children's Day", "2045-10-03": "German Unity Day", "2045-10-31": "Reformation Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-09-20": "World Children's Day", "2046-10-03": "German Unity Day", "2046-10-31": "Reformation Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-09-20": "World Children's Day", "2047-10-03": "German Unity Day", "2047-10-31": "Reformation Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-09-20": "World Children's Day", "2048-10-03": "German Unity Day", "2048-10-31": "Reformation Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-09-20": "World Children's Day", "2049-10-03": "German Unity Day", "2049-10-31": "Reformation Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-09-20": "World Children's Day", "2050-10-03": "German Unity Day", "2050-10-31": "Reformation Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/DJ_COMMON.json000066400000000000000000001251151500152103600215500ustar00rootroot00000000000000{ "1978-01-01": "New Year's Day", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-05-01": "Labor Day", "1978-06-27": "Independence Day", "1978-06-28": "Independence Day Holiday", "1978-07-02": "Isra' and Mi'raj (estimated)", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr Holiday (estimated)", "1978-11-09": "Arafat Day (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha Holiday (estimated)", "1978-12-01": "Islamic New Year (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-06-22": "Isra' and Mi'raj (estimated)", "1979-06-27": "Independence Day", "1979-06-28": "Independence Day Holiday", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr Holiday (estimated)", "1979-10-30": "Arafat Day (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha Holiday (estimated)", "1979-11-20": "Islamic New Year (estimated)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-05-01": "Labor Day", "1980-06-10": "Isra' and Mi'raj (estimated)", "1980-06-27": "Independence Day", "1980-06-28": "Independence Day Holiday", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr Holiday (estimated)", "1980-10-18": "Arafat Day (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha Holiday (estimated)", "1980-11-09": "Islamic New Year (estimated)", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-05-01": "Labor Day", "1981-05-31": "Isra' and Mi'raj (estimated)", "1981-06-27": "Independence Day", "1981-06-28": "Independence Day Holiday", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr Holiday (estimated)", "1981-10-07": "Arafat Day (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha Holiday (estimated)", "1981-10-28": "Islamic New Year (estimated)", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-05-01": "Labor Day", "1982-05-20": "Isra' and Mi'raj (estimated)", "1982-06-27": "Independence Day", "1982-06-28": "Independence Day Holiday", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr Holiday (estimated)", "1982-09-26": "Arafat Day (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha Holiday (estimated)", "1982-10-18": "Islamic New Year (estimated)", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-05-01": "Labor Day", "1983-05-10": "Isra' and Mi'raj (estimated)", "1983-06-27": "Independence Day", "1983-06-28": "Independence Day Holiday", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr Holiday (estimated)", "1983-09-16": "Arafat Day (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha Holiday (estimated)", "1983-10-07": "Islamic New Year (estimated)", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-28": "Isra' and Mi'raj (estimated)", "1984-05-01": "Labor Day", "1984-06-27": "Independence Day", "1984-06-28": "Independence Day Holiday", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr Holiday (estimated)", "1984-09-04": "Arafat Day (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha Holiday (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-17": "Isra' and Mi'raj (estimated)", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr Holiday (estimated)", "1985-06-27": "Independence Day", "1985-06-28": "Independence Day Holiday", "1985-08-25": "Arafat Day (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha Holiday (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-04-06": "Isra' and Mi'raj (estimated)", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr Holiday (estimated)", "1986-06-27": "Independence Day", "1986-06-28": "Independence Day Holiday", "1986-08-14": "Arafat Day (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha Holiday (estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-27": "Isra' and Mi'raj (estimated)", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr Holiday (estimated)", "1987-06-27": "Independence Day", "1987-06-28": "Independence Day Holiday", "1987-08-03": "Arafat Day (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha Holiday (estimated)", "1987-08-25": "Islamic New Year (estimated)", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-15": "Isra' and Mi'raj (estimated)", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr Holiday (estimated)", "1988-06-27": "Independence Day", "1988-06-28": "Independence Day Holiday", "1988-07-22": "Arafat Day (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha Holiday (estimated)", "1988-08-13": "Islamic New Year (estimated)", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-05": "Isra' and Mi'raj (estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr Holiday (estimated)", "1989-06-27": "Independence Day", "1989-06-28": "Independence Day Holiday", "1989-07-12": "Arafat Day (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha Holiday (estimated)", "1989-08-02": "Islamic New Year (estimated)", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-22": "Isra' and Mi'raj (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr Holiday (estimated)", "1990-05-01": "Labor Day", "1990-06-27": "Independence Day", "1990-06-28": "Independence Day Holiday", "1990-07-01": "Arafat Day (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha Holiday (estimated)", "1990-07-23": "Islamic New Year (estimated)", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Isra' and Mi'raj (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr Holiday (estimated)", "1991-05-01": "Labor Day", "1991-06-21": "Arafat Day (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha Holiday (estimated)", "1991-06-27": "Independence Day", "1991-06-28": "Independence Day Holiday", "1991-07-12": "Islamic New Year (estimated)", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-31": "Isra' and Mi'raj (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr Holiday (estimated)", "1992-05-01": "Labor Day", "1992-06-10": "Arafat Day (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha Holiday (estimated)", "1992-06-27": "Independence Day", "1992-06-28": "Independence Day Holiday", "1992-07-01": "Islamic New Year (estimated)", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-20": "Isra' and Mi'raj (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr Holiday (estimated)", "1993-05-01": "Labor Day", "1993-05-30": "Arafat Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha Holiday (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-06-27": "Independence Day", "1993-06-28": "Independence Day Holiday", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-09": "Isra' and Mi'raj (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr Holiday (estimated)", "1994-05-01": "Labor Day", "1994-05-19": "Arafat Day (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha Holiday (estimated)", "1994-06-10": "Islamic New Year (estimated)", "1994-06-27": "Independence Day", "1994-06-28": "Independence Day Holiday", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-12-25": "Christmas Day", "1994-12-29": "Isra' and Mi'raj (estimated)", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr Holiday (estimated)", "1995-05-01": "Labor Day", "1995-05-08": "Arafat Day (estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha Holiday (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-27": "Independence Day", "1995-06-28": "Independence Day Holiday", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-12-19": "Isra' and Mi'raj (estimated)", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr Holiday (estimated)", "1996-04-26": "Arafat Day (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha Holiday (estimated)", "1996-05-01": "Labor Day", "1996-05-18": "Islamic New Year (estimated)", "1996-06-27": "Independence Day", "1996-06-28": "Independence Day Holiday", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-12-08": "Isra' and Mi'raj (estimated)", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr Holiday (estimated)", "1997-04-16": "Arafat Day (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha Holiday (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-06-27": "Independence Day", "1997-06-28": "Independence Day Holiday", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-11-27": "Isra' and Mi'raj (estimated)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr Holiday (estimated)", "1998-04-06": "Arafat Day (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha Holiday (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-06-27": "Independence Day", "1998-06-28": "Independence Day Holiday", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-11-16": "Isra' and Mi'raj (estimated)", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr Holiday (estimated)", "1999-03-26": "Arafat Day (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha Holiday (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-06-27": "Independence Day", "1999-06-28": "Independence Day Holiday", "1999-11-05": "Isra' and Mi'raj (estimated)", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr Holiday (estimated)", "2000-03-15": "Arafat Day (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha Holiday (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-06-27": "Independence Day", "2000-06-28": "Independence Day Holiday", "2000-10-24": "Isra' and Mi'raj (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr Holiday (estimated)", "2001-01-01": "New Year's Day", "2001-03-04": "Arafat Day (estimated)", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha Holiday (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-05-01": "Labor Day", "2001-06-04": "Prophet Muhammad's Birthday (estimated)", "2001-06-27": "Independence Day", "2001-06-28": "Independence Day Holiday", "2001-10-14": "Isra' and Mi'raj (estimated)", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr Holiday (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-21": "Arafat Day (estimated)", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha Holiday (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday (estimated)", "2002-06-27": "Independence Day", "2002-06-28": "Independence Day Holiday", "2002-10-04": "Isra' and Mi'raj (estimated)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr Holiday (estimated)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-10": "Arafat Day (estimated)", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha Holiday (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-05-01": "Labor Day", "2003-05-13": "Prophet Muhammad's Birthday (estimated)", "2003-06-27": "Independence Day", "2003-06-28": "Independence Day Holiday", "2003-09-24": "Isra' and Mi'raj (estimated)", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr Holiday (estimated)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-31": "Arafat Day (estimated)", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha Holiday (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-05-01": "Labor Day; Prophet Muhammad's Birthday (estimated)", "2004-06-27": "Independence Day", "2004-06-28": "Independence Day Holiday", "2004-09-12": "Isra' and Mi'raj (estimated)", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr Holiday (estimated)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-20": "Arafat Day (estimated)", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha Holiday (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-04-21": "Prophet Muhammad's Birthday (estimated)", "2005-05-01": "Labor Day", "2005-06-27": "Independence Day", "2005-06-28": "Independence Day Holiday", "2005-09-01": "Isra' and Mi'raj (estimated)", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr Holiday (estimated)", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-09": "Arafat Day (estimated)", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha Holiday (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-04-10": "Prophet Muhammad's Birthday (estimated)", "2006-05-01": "Labor Day", "2006-06-27": "Independence Day", "2006-06-28": "Independence Day Holiday", "2006-08-21": "Isra' and Mi'raj (estimated)", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr Holiday (estimated)", "2006-12-25": "Christmas Day", "2006-12-30": "Arafat Day (estimated)", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha Holiday (estimated); New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-31": "Prophet Muhammad's Birthday (estimated)", "2007-05-01": "Labor Day", "2007-06-27": "Independence Day", "2007-06-28": "Independence Day Holiday", "2007-08-10": "Isra' and Mi'raj (estimated)", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr Holiday (estimated)", "2007-12-19": "Arafat Day (estimated)", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha Holiday (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-20": "Prophet Muhammad's Birthday (estimated)", "2008-05-01": "Labor Day", "2008-06-27": "Independence Day", "2008-06-28": "Independence Day Holiday", "2008-07-30": "Isra' and Mi'raj (estimated)", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr Holiday (estimated)", "2008-12-07": "Arafat Day (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha Holiday (estimated)", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-09": "Prophet Muhammad's Birthday (estimated)", "2009-05-01": "Labor Day", "2009-06-27": "Independence Day", "2009-06-28": "Independence Day Holiday", "2009-07-20": "Isra' and Mi'raj (estimated)", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr Holiday (estimated)", "2009-11-26": "Arafat Day (estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha Holiday (estimated)", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-26": "Prophet Muhammad's Birthday (estimated)", "2010-05-01": "Labor Day", "2010-06-27": "Independence Day", "2010-06-28": "Independence Day Holiday", "2010-07-09": "Isra' and Mi'raj (estimated)", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr Holiday (estimated)", "2010-11-15": "Arafat Day (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha Holiday (estimated)", "2010-12-07": "Islamic New Year (estimated)", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-15": "Prophet Muhammad's Birthday (estimated)", "2011-05-01": "Labor Day", "2011-06-27": "Independence Day", "2011-06-28": "Independence Day Holiday", "2011-06-29": "Isra' and Mi'raj (estimated)", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr Holiday (estimated)", "2011-11-05": "Arafat Day (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha Holiday (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-04": "Prophet Muhammad's Birthday (estimated)", "2012-05-01": "Labor Day", "2012-06-17": "Isra' and Mi'raj (estimated)", "2012-06-27": "Independence Day", "2012-06-28": "Independence Day Holiday", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr Holiday (estimated)", "2012-10-25": "Arafat Day (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha Holiday (estimated)", "2012-11-15": "Islamic New Year (estimated)", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet Muhammad's Birthday (estimated)", "2013-05-01": "Labor Day", "2013-06-06": "Isra' and Mi'raj (estimated)", "2013-06-27": "Independence Day", "2013-06-28": "Independence Day Holiday", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr Holiday (estimated)", "2013-10-14": "Arafat Day (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha Holiday (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-13": "Prophet Muhammad's Birthday (estimated)", "2014-05-01": "Labor Day", "2014-05-26": "Isra' and Mi'raj (estimated)", "2014-06-27": "Independence Day", "2014-06-28": "Independence Day Holiday", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr Holiday (estimated)", "2014-10-03": "Arafat Day (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha Holiday (estimated)", "2014-10-25": "Islamic New Year (estimated)", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday (estimated)", "2015-05-01": "Labor Day", "2015-05-16": "Isra' and Mi'raj (estimated)", "2015-06-27": "Independence Day", "2015-06-28": "Independence Day Holiday", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr Holiday (estimated)", "2015-09-22": "Arafat Day (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha Holiday (estimated)", "2015-10-14": "Islamic New Year (estimated)", "2015-12-23": "Prophet Muhammad's Birthday (estimated)", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-05-01": "Labor Day", "2016-05-04": "Isra' and Mi'raj (estimated)", "2016-06-27": "Independence Day", "2016-06-28": "Independence Day Holiday", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr Holiday (estimated)", "2016-09-10": "Arafat Day (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha Holiday (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-12-11": "Prophet Muhammad's Birthday (estimated)", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-24": "Isra' and Mi'raj (estimated)", "2017-05-01": "Labor Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr Holiday (estimated)", "2017-06-27": "Independence Day", "2017-06-28": "Independence Day Holiday", "2017-08-31": "Arafat Day (estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-02": "Eid al-Adha Holiday (estimated)", "2017-09-21": "Islamic New Year (estimated)", "2017-11-30": "Prophet Muhammad's Birthday (estimated)", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-13": "Isra' and Mi'raj (estimated)", "2018-05-01": "Labor Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-16": "Eid al-Fitr Holiday (estimated)", "2018-06-27": "Independence Day", "2018-06-28": "Independence Day Holiday", "2018-08-20": "Arafat Day (estimated)", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-22": "Eid al-Adha Holiday (estimated)", "2018-09-11": "Islamic New Year (estimated)", "2018-11-20": "Prophet Muhammad's Birthday (estimated)", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-03": "Isra' and Mi'raj (estimated)", "2019-05-01": "Labor Day", "2019-06-04": "Eid al-Fitr (estimated)", "2019-06-05": "Eid al-Fitr Holiday (estimated)", "2019-06-27": "Independence Day", "2019-06-28": "Independence Day Holiday", "2019-08-10": "Arafat Day (estimated)", "2019-08-11": "Eid al-Adha (estimated)", "2019-08-12": "Eid al-Adha Holiday (estimated)", "2019-08-31": "Islamic New Year (estimated)", "2019-11-09": "Prophet Muhammad's Birthday (estimated)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-03-22": "Isra' and Mi'raj (estimated)", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr (estimated)", "2020-05-25": "Eid al-Fitr Holiday (estimated)", "2020-06-27": "Independence Day", "2020-06-28": "Independence Day Holiday", "2020-07-30": "Arafat Day (estimated)", "2020-07-31": "Eid al-Adha (estimated)", "2020-08-01": "Eid al-Adha Holiday (estimated)", "2020-08-20": "Islamic New Year (estimated)", "2020-10-29": "Prophet Muhammad's Birthday (estimated)", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-03-11": "Isra' and Mi'raj (estimated)", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr (estimated)", "2021-05-14": "Eid al-Fitr Holiday (estimated)", "2021-06-27": "Independence Day", "2021-06-28": "Independence Day Holiday", "2021-07-19": "Arafat Day (estimated)", "2021-07-20": "Eid al-Adha (estimated)", "2021-07-21": "Eid al-Adha Holiday (estimated)", "2021-08-09": "Islamic New Year (estimated)", "2021-10-18": "Prophet Muhammad's Birthday (estimated)", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-28": "Isra' and Mi'raj (estimated)", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr (estimated)", "2022-05-03": "Eid al-Fitr Holiday (estimated)", "2022-06-27": "Independence Day", "2022-06-28": "Independence Day Holiday", "2022-07-08": "Arafat Day (estimated)", "2022-07-09": "Eid al-Adha (estimated)", "2022-07-10": "Eid al-Adha Holiday (estimated)", "2022-07-30": "Islamic New Year (estimated)", "2022-10-08": "Prophet Muhammad's Birthday (estimated)", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-18": "Isra' and Mi'raj (estimated)", "2023-04-21": "Eid al-Fitr (estimated)", "2023-04-22": "Eid al-Fitr Holiday (estimated)", "2023-05-01": "Labor Day", "2023-06-27": "Arafat Day (estimated); Independence Day", "2023-06-28": "Eid al-Adha (estimated); Independence Day Holiday", "2023-06-29": "Eid al-Adha Holiday (estimated)", "2023-07-19": "Islamic New Year (estimated)", "2023-09-27": "Prophet Muhammad's Birthday (estimated)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-08": "Isra' and Mi'raj (estimated)", "2024-04-10": "Eid al-Fitr (estimated)", "2024-04-11": "Eid al-Fitr Holiday (estimated)", "2024-05-01": "Labor Day", "2024-06-15": "Arafat Day (estimated)", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha Holiday (estimated)", "2024-06-27": "Independence Day", "2024-06-28": "Independence Day Holiday", "2024-07-07": "Islamic New Year (estimated)", "2024-09-15": "Prophet Muhammad's Birthday (estimated)", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-27": "Isra' and Mi'raj (estimated)", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr Holiday (estimated)", "2025-05-01": "Labor Day", "2025-06-05": "Arafat Day (estimated)", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha Holiday (estimated)", "2025-06-26": "Islamic New Year (estimated)", "2025-06-27": "Independence Day", "2025-06-28": "Independence Day Holiday", "2025-09-04": "Prophet Muhammad's Birthday (estimated)", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-16": "Isra' and Mi'raj (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr Holiday (estimated)", "2026-05-01": "Labor Day", "2026-05-26": "Arafat Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha Holiday (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-06-27": "Independence Day", "2026-06-28": "Independence Day Holiday", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-05": "Isra' and Mi'raj (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr Holiday (estimated)", "2027-05-01": "Labor Day", "2027-05-15": "Arafat Day (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha Holiday (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-27": "Independence Day", "2027-06-28": "Independence Day Holiday", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-12-25": "Christmas Day; Isra' and Mi'raj (estimated)", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr Holiday (estimated)", "2028-05-01": "Labor Day", "2028-05-04": "Arafat Day (estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha Holiday (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-27": "Independence Day", "2028-06-28": "Independence Day Holiday", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-12-14": "Isra' and Mi'raj (estimated)", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr Holiday (estimated)", "2029-04-23": "Arafat Day (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha Holiday (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-06-27": "Independence Day", "2029-06-28": "Independence Day Holiday", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-12-03": "Isra' and Mi'raj (estimated)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr Holiday (estimated)", "2030-04-12": "Arafat Day (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha Holiday (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-06-27": "Independence Day", "2030-06-28": "Independence Day Holiday", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-11-23": "Isra' and Mi'raj (estimated)", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr Holiday (estimated)", "2031-04-01": "Arafat Day (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha Holiday (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-06-27": "Independence Day", "2031-06-28": "Independence Day Holiday", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-11-12": "Isra' and Mi'raj (estimated)", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr Holiday (estimated)", "2032-03-21": "Arafat Day (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha Holiday (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-27": "Independence Day", "2032-06-28": "Independence Day Holiday", "2032-11-01": "Isra' and Mi'raj (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr Holiday (estimated)", "2033-03-10": "Arafat Day (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha Holiday (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-06-27": "Independence Day", "2033-06-28": "Independence Day Holiday", "2033-10-21": "Isra' and Mi'raj (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr Holiday (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-28": "Arafat Day (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha Holiday (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-27": "Independence Day", "2034-06-28": "Independence Day Holiday", "2034-10-10": "Isra' and Mi'raj (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr Holiday (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-17": "Arafat Day (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha Holiday (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-06-27": "Independence Day", "2035-06-28": "Independence Day Holiday", "2035-09-29": "Isra' and Mi'raj (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr Holiday (estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-06": "Arafat Day (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha Holiday (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-06-27": "Independence Day", "2036-06-28": "Independence Day Holiday", "2036-09-18": "Isra' and Mi'raj (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr Holiday (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-25": "Arafat Day (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha Holiday (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-06-27": "Independence Day", "2037-06-28": "Independence Day Holiday", "2037-09-07": "Isra' and Mi'raj (estimated)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr Holiday (estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-15": "Arafat Day (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha Holiday (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-06-27": "Independence Day", "2038-06-28": "Independence Day Holiday", "2038-08-28": "Isra' and Mi'raj (estimated)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr Holiday (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-04": "Arafat Day (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha Holiday (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-06-27": "Independence Day", "2039-06-28": "Independence Day Holiday", "2039-08-17": "Isra' and Mi'raj (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr Holiday (estimated)", "2039-12-25": "Arafat Day (estimated); Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha Holiday (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-05-01": "Labor Day", "2040-06-27": "Independence Day", "2040-06-28": "Independence Day Holiday", "2040-08-05": "Isra' and Mi'raj (estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr Holiday (estimated)", "2040-12-13": "Arafat Day (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha Holiday (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-06-27": "Independence Day", "2041-06-28": "Independence Day Holiday", "2041-07-25": "Isra' and Mi'raj (estimated)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr Holiday (estimated)", "2041-12-03": "Arafat Day (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha Holiday (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-06-27": "Independence Day", "2042-06-28": "Independence Day Holiday", "2042-07-15": "Isra' and Mi'raj (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr Holiday (estimated)", "2042-11-22": "Arafat Day (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha Holiday (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-05-01": "Labor Day", "2043-06-27": "Independence Day", "2043-06-28": "Independence Day Holiday", "2043-07-04": "Isra' and Mi'raj (estimated)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr Holiday (estimated)", "2043-11-11": "Arafat Day (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha Holiday (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-05-01": "Labor Day", "2044-06-23": "Isra' and Mi'raj (estimated)", "2044-06-27": "Independence Day", "2044-06-28": "Independence Day Holiday", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr Holiday (estimated)", "2044-10-30": "Arafat Day (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha Holiday (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-05-01": "Labor Day", "2045-06-13": "Isra' and Mi'raj (estimated)", "2045-06-27": "Independence Day", "2045-06-28": "Independence Day Holiday", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr Holiday (estimated)", "2045-10-20": "Arafat Day (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha Holiday (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-05-01": "Labor Day", "2046-06-02": "Isra' and Mi'raj (estimated)", "2046-06-27": "Independence Day", "2046-06-28": "Independence Day Holiday", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr Holiday (estimated)", "2046-10-09": "Arafat Day (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha Holiday (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-05-01": "Labor Day", "2047-05-22": "Isra' and Mi'raj (estimated)", "2047-06-27": "Independence Day", "2047-06-28": "Independence Day Holiday", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr Holiday (estimated)", "2047-09-29": "Arafat Day (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha Holiday (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-05-01": "Labor Day", "2048-05-10": "Isra' and Mi'raj (estimated)", "2048-06-27": "Independence Day", "2048-06-28": "Independence Day Holiday", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr Holiday (estimated)", "2048-09-18": "Arafat Day (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha Holiday (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-29": "Isra' and Mi'raj (estimated)", "2049-05-01": "Labor Day", "2049-06-27": "Independence Day", "2049-06-28": "Independence Day Holiday", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr Holiday (estimated)", "2049-09-07": "Arafat Day (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha Holiday (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-19": "Isra' and Mi'raj (estimated)", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr Holiday (estimated)", "2050-06-27": "Independence Day", "2050-06-28": "Independence Day Holiday", "2050-08-27": "Arafat Day (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha Holiday (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/DK_COMMON.json000066400000000000000000001475471500152103600215660ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-05-01": "Workers' Day", "1950-05-05": "Great Prayer Day", "1950-05-18": "Ascension Day", "1950-05-28": "Whit Sunday", "1950-05-29": "Whit Monday", "1950-06-05": "Constitution Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-03-26": "Easter Monday", "1951-04-20": "Great Prayer Day", "1951-05-01": "Workers' Day", "1951-05-03": "Ascension Day", "1951-05-13": "Whit Sunday", "1951-05-14": "Whit Monday", "1951-06-05": "Constitution Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-05-01": "Workers' Day", "1952-05-09": "Great Prayer Day", "1952-05-22": "Ascension Day", "1952-06-01": "Whit Sunday", "1952-06-02": "Whit Monday", "1952-06-05": "Constitution Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-05-01": "Great Prayer Day; Workers' Day", "1953-05-14": "Ascension Day", "1953-05-24": "Whit Sunday", "1953-05-25": "Whit Monday", "1953-06-05": "Constitution Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-05-01": "Workers' Day", "1954-05-14": "Great Prayer Day", "1954-05-27": "Ascension Day", "1954-06-05": "Constitution Day", "1954-06-06": "Whit Sunday", "1954-06-07": "Whit Monday", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-05-01": "Workers' Day", "1955-05-06": "Great Prayer Day", "1955-05-19": "Ascension Day", "1955-05-29": "Whit Sunday", "1955-05-30": "Whit Monday", "1955-06-05": "Constitution Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-04-27": "Great Prayer Day", "1956-05-01": "Workers' Day", "1956-05-10": "Ascension Day", "1956-05-20": "Whit Sunday", "1956-05-21": "Whit Monday", "1956-06-05": "Constitution Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-05-01": "Workers' Day", "1957-05-17": "Great Prayer Day", "1957-05-30": "Ascension Day", "1957-06-05": "Constitution Day", "1957-06-09": "Whit Sunday", "1957-06-10": "Whit Monday", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-05-01": "Workers' Day", "1958-05-02": "Great Prayer Day", "1958-05-15": "Ascension Day", "1958-05-25": "Whit Sunday", "1958-05-26": "Whit Monday", "1958-06-05": "Constitution Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-04-24": "Great Prayer Day", "1959-05-01": "Workers' Day", "1959-05-07": "Ascension Day", "1959-05-17": "Whit Sunday", "1959-05-18": "Whit Monday", "1959-06-05": "Constitution Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-05-01": "Workers' Day", "1960-05-13": "Great Prayer Day", "1960-05-26": "Ascension Day", "1960-06-05": "Constitution Day; Whit Sunday", "1960-06-06": "Whit Monday", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-04-28": "Great Prayer Day", "1961-05-01": "Workers' Day", "1961-05-11": "Ascension Day", "1961-05-21": "Whit Sunday", "1961-05-22": "Whit Monday", "1961-06-05": "Constitution Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-05-01": "Workers' Day", "1962-05-18": "Great Prayer Day", "1962-05-31": "Ascension Day", "1962-06-05": "Constitution Day", "1962-06-10": "Whit Sunday", "1962-06-11": "Whit Monday", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-05-01": "Workers' Day", "1963-05-10": "Great Prayer Day", "1963-05-23": "Ascension Day", "1963-06-02": "Whit Sunday", "1963-06-03": "Whit Monday", "1963-06-05": "Constitution Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-04-24": "Great Prayer Day", "1964-05-01": "Workers' Day", "1964-05-07": "Ascension Day", "1964-05-17": "Whit Sunday", "1964-05-18": "Whit Monday", "1964-06-05": "Constitution Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-05-01": "Workers' Day", "1965-05-14": "Great Prayer Day", "1965-05-27": "Ascension Day", "1965-06-05": "Constitution Day", "1965-06-06": "Whit Sunday", "1965-06-07": "Whit Monday", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-05-01": "Workers' Day", "1966-05-06": "Great Prayer Day", "1966-05-19": "Ascension Day", "1966-05-29": "Whit Sunday", "1966-05-30": "Whit Monday", "1966-06-05": "Constitution Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-04-21": "Great Prayer Day", "1967-05-01": "Workers' Day", "1967-05-04": "Ascension Day", "1967-05-14": "Whit Sunday", "1967-05-15": "Whit Monday", "1967-06-05": "Constitution Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-05-01": "Workers' Day", "1968-05-10": "Great Prayer Day", "1968-05-23": "Ascension Day", "1968-06-02": "Whit Sunday", "1968-06-03": "Whit Monday", "1968-06-05": "Constitution Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-05-01": "Workers' Day", "1969-05-02": "Great Prayer Day", "1969-05-15": "Ascension Day", "1969-05-25": "Whit Sunday", "1969-05-26": "Whit Monday", "1969-06-05": "Constitution Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-04-24": "Great Prayer Day", "1970-05-01": "Workers' Day", "1970-05-07": "Ascension Day", "1970-05-17": "Whit Sunday", "1970-05-18": "Whit Monday", "1970-06-05": "Constitution Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-05-01": "Workers' Day", "1971-05-07": "Great Prayer Day", "1971-05-20": "Ascension Day", "1971-05-30": "Whit Sunday", "1971-05-31": "Whit Monday", "1971-06-05": "Constitution Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-04-28": "Great Prayer Day", "1972-05-01": "Workers' Day", "1972-05-11": "Ascension Day", "1972-05-21": "Whit Sunday", "1972-05-22": "Whit Monday", "1972-06-05": "Constitution Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-05-01": "Workers' Day", "1973-05-18": "Great Prayer Day", "1973-05-31": "Ascension Day", "1973-06-05": "Constitution Day", "1973-06-10": "Whit Sunday", "1973-06-11": "Whit Monday", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-05-01": "Workers' Day", "1974-05-10": "Great Prayer Day", "1974-05-23": "Ascension Day", "1974-06-02": "Whit Sunday", "1974-06-03": "Whit Monday", "1974-06-05": "Constitution Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-04-25": "Great Prayer Day", "1975-05-01": "Workers' Day", "1975-05-08": "Ascension Day", "1975-05-18": "Whit Sunday", "1975-05-19": "Whit Monday", "1975-06-05": "Constitution Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-05-01": "Workers' Day", "1976-05-14": "Great Prayer Day", "1976-05-27": "Ascension Day", "1976-06-05": "Constitution Day", "1976-06-06": "Whit Sunday", "1976-06-07": "Whit Monday", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-05-01": "Workers' Day", "1977-05-06": "Great Prayer Day", "1977-05-19": "Ascension Day", "1977-05-29": "Whit Sunday", "1977-05-30": "Whit Monday", "1977-06-05": "Constitution Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-04-21": "Great Prayer Day", "1978-05-01": "Workers' Day", "1978-05-04": "Ascension Day", "1978-05-14": "Whit Sunday", "1978-05-15": "Whit Monday", "1978-06-05": "Constitution Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-05-01": "Workers' Day", "1979-05-11": "Great Prayer Day", "1979-05-24": "Ascension Day", "1979-06-03": "Whit Sunday", "1979-06-04": "Whit Monday", "1979-06-05": "Constitution Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-05-01": "Workers' Day", "1980-05-02": "Great Prayer Day", "1980-05-15": "Ascension Day", "1980-05-25": "Whit Sunday", "1980-05-26": "Whit Monday", "1980-06-05": "Constitution Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-05-01": "Workers' Day", "1981-05-15": "Great Prayer Day", "1981-05-28": "Ascension Day", "1981-06-05": "Constitution Day", "1981-06-07": "Whit Sunday", "1981-06-08": "Whit Monday", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-05-01": "Workers' Day", "1982-05-07": "Great Prayer Day", "1982-05-20": "Ascension Day", "1982-05-30": "Whit Sunday", "1982-05-31": "Whit Monday", "1982-06-05": "Constitution Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-04-29": "Great Prayer Day", "1983-05-01": "Workers' Day", "1983-05-12": "Ascension Day", "1983-05-22": "Whit Sunday", "1983-05-23": "Whit Monday", "1983-06-05": "Constitution Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-05-01": "Workers' Day", "1984-05-18": "Great Prayer Day", "1984-05-31": "Ascension Day", "1984-06-05": "Constitution Day", "1984-06-10": "Whit Sunday", "1984-06-11": "Whit Monday", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-05-01": "Workers' Day", "1985-05-03": "Great Prayer Day", "1985-05-16": "Ascension Day", "1985-05-26": "Whit Sunday", "1985-05-27": "Whit Monday", "1985-06-05": "Constitution Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-04-25": "Great Prayer Day", "1986-05-01": "Workers' Day", "1986-05-08": "Ascension Day", "1986-05-18": "Whit Sunday", "1986-05-19": "Whit Monday", "1986-06-05": "Constitution Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-05-01": "Workers' Day", "1987-05-15": "Great Prayer Day", "1987-05-28": "Ascension Day", "1987-06-05": "Constitution Day", "1987-06-07": "Whit Sunday", "1987-06-08": "Whit Monday", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-04-29": "Great Prayer Day", "1988-05-01": "Workers' Day", "1988-05-12": "Ascension Day", "1988-05-22": "Whit Sunday", "1988-05-23": "Whit Monday", "1988-06-05": "Constitution Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-04-21": "Great Prayer Day", "1989-05-01": "Workers' Day", "1989-05-04": "Ascension Day", "1989-05-14": "Whit Sunday", "1989-05-15": "Whit Monday", "1989-06-05": "Constitution Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-05-01": "Workers' Day", "1990-05-11": "Great Prayer Day", "1990-05-24": "Ascension Day", "1990-06-03": "Whit Sunday", "1990-06-04": "Whit Monday", "1990-06-05": "Constitution Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-04-26": "Great Prayer Day", "1991-05-01": "Workers' Day", "1991-05-09": "Ascension Day", "1991-05-19": "Whit Sunday", "1991-05-20": "Whit Monday", "1991-06-05": "Constitution Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-05-01": "Workers' Day", "1992-05-15": "Great Prayer Day", "1992-05-28": "Ascension Day", "1992-06-05": "Constitution Day", "1992-06-07": "Whit Sunday", "1992-06-08": "Whit Monday", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-05-01": "Workers' Day", "1993-05-07": "Great Prayer Day", "1993-05-20": "Ascension Day", "1993-05-30": "Whit Sunday", "1993-05-31": "Whit Monday", "1993-06-05": "Constitution Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-04-29": "Great Prayer Day", "1994-05-01": "Workers' Day", "1994-05-12": "Ascension Day", "1994-05-22": "Whit Sunday", "1994-05-23": "Whit Monday", "1994-06-05": "Constitution Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-05-01": "Workers' Day", "1995-05-12": "Great Prayer Day", "1995-05-25": "Ascension Day", "1995-06-04": "Whit Sunday", "1995-06-05": "Constitution Day; Whit Monday", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-05-01": "Workers' Day", "1996-05-03": "Great Prayer Day", "1996-05-16": "Ascension Day", "1996-05-26": "Whit Sunday", "1996-05-27": "Whit Monday", "1996-06-05": "Constitution Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-04-25": "Great Prayer Day", "1997-05-01": "Workers' Day", "1997-05-08": "Ascension Day", "1997-05-18": "Whit Sunday", "1997-05-19": "Whit Monday", "1997-06-05": "Constitution Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-05-01": "Workers' Day", "1998-05-08": "Great Prayer Day", "1998-05-21": "Ascension Day", "1998-05-31": "Whit Sunday", "1998-06-01": "Whit Monday", "1998-06-05": "Constitution Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-04-30": "Great Prayer Day", "1999-05-01": "Workers' Day", "1999-05-13": "Ascension Day", "1999-05-23": "Whit Sunday", "1999-05-24": "Whit Monday", "1999-06-05": "Constitution Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "Workers' Day", "2000-05-19": "Great Prayer Day", "2000-06-01": "Ascension Day", "2000-06-05": "Constitution Day", "2000-06-11": "Whit Sunday", "2000-06-12": "Whit Monday", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "Workers' Day", "2001-05-11": "Great Prayer Day", "2001-05-24": "Ascension Day", "2001-06-03": "Whit Sunday", "2001-06-04": "Whit Monday", "2001-06-05": "Constitution Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-04-26": "Great Prayer Day", "2002-05-01": "Workers' Day", "2002-05-09": "Ascension Day", "2002-05-19": "Whit Sunday", "2002-05-20": "Whit Monday", "2002-06-05": "Constitution Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-05-01": "Workers' Day", "2003-05-16": "Great Prayer Day", "2003-05-29": "Ascension Day", "2003-06-05": "Constitution Day", "2003-06-08": "Whit Sunday", "2003-06-09": "Whit Monday", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "Workers' Day", "2004-05-07": "Great Prayer Day", "2004-05-20": "Ascension Day", "2004-05-30": "Whit Sunday", "2004-05-31": "Whit Monday", "2004-06-05": "Constitution Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-04-22": "Great Prayer Day", "2005-05-01": "Workers' Day", "2005-05-05": "Ascension Day", "2005-05-15": "Whit Sunday", "2005-05-16": "Whit Monday", "2005-06-05": "Constitution Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-05-01": "Workers' Day", "2006-05-12": "Great Prayer Day", "2006-05-25": "Ascension Day", "2006-06-04": "Whit Sunday", "2006-06-05": "Constitution Day; Whit Monday", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "Workers' Day", "2007-05-04": "Great Prayer Day", "2007-05-17": "Ascension Day", "2007-05-27": "Whit Sunday", "2007-05-28": "Whit Monday", "2007-06-05": "Constitution Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-04-18": "Great Prayer Day", "2008-05-01": "Ascension Day; Workers' Day", "2008-05-11": "Whit Sunday", "2008-05-12": "Whit Monday", "2008-06-05": "Constitution Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "Workers' Day", "2009-05-08": "Great Prayer Day", "2009-05-21": "Ascension Day", "2009-05-31": "Whit Sunday", "2009-06-01": "Whit Monday", "2009-06-05": "Constitution Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-30": "Great Prayer Day", "2010-05-01": "Workers' Day", "2010-05-13": "Ascension Day", "2010-05-23": "Whit Sunday", "2010-05-24": "Whit Monday", "2010-06-05": "Constitution Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "Workers' Day", "2011-05-20": "Great Prayer Day", "2011-06-02": "Ascension Day", "2011-06-05": "Constitution Day", "2011-06-12": "Whit Sunday", "2011-06-13": "Whit Monday", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "Workers' Day", "2012-05-04": "Great Prayer Day", "2012-05-17": "Ascension Day", "2012-05-27": "Whit Sunday", "2012-05-28": "Whit Monday", "2012-06-05": "Constitution Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-04-26": "Great Prayer Day", "2013-05-01": "Workers' Day", "2013-05-09": "Ascension Day", "2013-05-19": "Whit Sunday", "2013-05-20": "Whit Monday", "2013-06-05": "Constitution Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "Workers' Day", "2014-05-16": "Great Prayer Day", "2014-05-29": "Ascension Day", "2014-06-05": "Constitution Day", "2014-06-08": "Whit Sunday", "2014-06-09": "Whit Monday", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "Great Prayer Day; Workers' Day", "2015-05-14": "Ascension Day", "2015-05-24": "Whit Sunday", "2015-05-25": "Whit Monday", "2015-06-05": "Constitution Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-22": "Great Prayer Day", "2016-05-01": "Workers' Day", "2016-05-05": "Ascension Day", "2016-05-15": "Whit Sunday", "2016-05-16": "Whit Monday", "2016-06-05": "Constitution Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "Workers' Day", "2017-05-12": "Great Prayer Day", "2017-05-25": "Ascension Day", "2017-06-04": "Whit Sunday", "2017-06-05": "Constitution Day; Whit Monday", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-27": "Great Prayer Day", "2018-05-01": "Workers' Day", "2018-05-10": "Ascension Day", "2018-05-20": "Whit Sunday", "2018-05-21": "Whit Monday", "2018-06-05": "Constitution Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "Workers' Day", "2019-05-17": "Great Prayer Day", "2019-05-30": "Ascension Day", "2019-06-05": "Constitution Day", "2019-06-09": "Whit Sunday", "2019-06-10": "Whit Monday", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "Workers' Day", "2020-05-08": "Great Prayer Day", "2020-05-21": "Ascension Day", "2020-05-31": "Whit Sunday", "2020-06-01": "Whit Monday", "2020-06-05": "Constitution Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-30": "Great Prayer Day", "2021-05-01": "Workers' Day", "2021-05-13": "Ascension Day", "2021-05-23": "Whit Sunday", "2021-05-24": "Whit Monday", "2021-06-05": "Constitution Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "Workers' Day", "2022-05-13": "Great Prayer Day", "2022-05-26": "Ascension Day", "2022-06-05": "Constitution Day; Whit Sunday", "2022-06-06": "Whit Monday", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "Workers' Day", "2023-05-05": "Great Prayer Day", "2023-05-18": "Ascension Day", "2023-05-28": "Whit Sunday", "2023-05-29": "Whit Monday", "2023-06-05": "Constitution Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-05-01": "Workers' Day", "2024-05-09": "Ascension Day", "2024-05-19": "Whit Sunday", "2024-05-20": "Whit Monday", "2024-06-05": "Constitution Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "Workers' Day", "2025-05-29": "Ascension Day", "2025-06-05": "Constitution Day", "2025-06-08": "Whit Sunday", "2025-06-09": "Whit Monday", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "Workers' Day", "2026-05-14": "Ascension Day", "2026-05-24": "Whit Sunday", "2026-05-25": "Whit Monday", "2026-06-05": "Constitution Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-05-01": "Workers' Day", "2027-05-06": "Ascension Day", "2027-05-16": "Whit Sunday", "2027-05-17": "Whit Monday", "2027-06-05": "Constitution Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "Workers' Day", "2028-05-25": "Ascension Day", "2028-06-04": "Whit Sunday", "2028-06-05": "Constitution Day; Whit Monday", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-05-01": "Workers' Day", "2029-05-10": "Ascension Day", "2029-05-20": "Whit Sunday", "2029-05-21": "Whit Monday", "2029-06-05": "Constitution Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "Workers' Day", "2030-05-30": "Ascension Day", "2030-06-05": "Constitution Day", "2030-06-09": "Whit Sunday", "2030-06-10": "Whit Monday", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "Workers' Day", "2031-05-22": "Ascension Day", "2031-06-01": "Whit Sunday", "2031-06-02": "Whit Monday", "2031-06-05": "Constitution Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-05-01": "Workers' Day", "2032-05-06": "Ascension Day", "2032-05-16": "Whit Sunday", "2032-05-17": "Whit Monday", "2032-06-05": "Constitution Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "Workers' Day", "2033-05-26": "Ascension Day", "2033-06-05": "Constitution Day; Whit Sunday", "2033-06-06": "Whit Monday", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "Workers' Day", "2034-05-18": "Ascension Day", "2034-05-28": "Whit Sunday", "2034-05-29": "Whit Monday", "2034-06-05": "Constitution Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-05-01": "Workers' Day", "2035-05-03": "Ascension Day", "2035-05-13": "Whit Sunday", "2035-05-14": "Whit Monday", "2035-06-05": "Constitution Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "Workers' Day", "2036-05-22": "Ascension Day", "2036-06-01": "Whit Sunday", "2036-06-02": "Whit Monday", "2036-06-05": "Constitution Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "Workers' Day", "2037-05-14": "Ascension Day", "2037-05-24": "Whit Sunday", "2037-05-25": "Whit Monday", "2037-06-05": "Constitution Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "Workers' Day", "2038-06-03": "Ascension Day", "2038-06-05": "Constitution Day", "2038-06-13": "Whit Sunday", "2038-06-14": "Whit Monday", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "Workers' Day", "2039-05-19": "Ascension Day", "2039-05-29": "Whit Sunday", "2039-05-30": "Whit Monday", "2039-06-05": "Constitution Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-05-01": "Workers' Day", "2040-05-10": "Ascension Day", "2040-05-20": "Whit Sunday", "2040-05-21": "Whit Monday", "2040-06-05": "Constitution Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "Workers' Day", "2041-05-30": "Ascension Day", "2041-06-05": "Constitution Day", "2041-06-09": "Whit Sunday", "2041-06-10": "Whit Monday", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "Workers' Day", "2042-05-15": "Ascension Day", "2042-05-25": "Whit Sunday", "2042-05-26": "Whit Monday", "2042-06-05": "Constitution Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-05-01": "Workers' Day", "2043-05-07": "Ascension Day", "2043-05-17": "Whit Sunday", "2043-05-18": "Whit Monday", "2043-06-05": "Constitution Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "Workers' Day", "2044-05-26": "Ascension Day", "2044-06-05": "Constitution Day; Whit Sunday", "2044-06-06": "Whit Monday", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "Workers' Day", "2045-05-18": "Ascension Day", "2045-05-28": "Whit Sunday", "2045-05-29": "Whit Monday", "2045-06-05": "Constitution Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-05-01": "Workers' Day", "2046-05-03": "Ascension Day", "2046-05-13": "Whit Sunday", "2046-05-14": "Whit Monday", "2046-06-05": "Constitution Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "Workers' Day", "2047-05-23": "Ascension Day", "2047-06-02": "Whit Sunday", "2047-06-03": "Whit Monday", "2047-06-05": "Constitution Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "Workers' Day", "2048-05-14": "Ascension Day", "2048-05-24": "Whit Sunday", "2048-05-25": "Whit Monday", "2048-06-05": "Constitution Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "Workers' Day", "2049-05-27": "Ascension Day", "2049-06-05": "Constitution Day", "2049-06-06": "Whit Sunday", "2049-06-07": "Whit Monday", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "Workers' Day", "2050-05-19": "Ascension Day", "2050-05-29": "Whit Sunday", "2050-05-30": "Whit Monday", "2050-06-05": "Constitution Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/DM_COMMON.json000066400000000000000000000715071500152103600215600ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-02-26": "Carnival Monday", "1990-02-27": "Carnival Tuesday", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labour Day", "1990-06-04": "Whit Monday", "1990-08-06": "First Monday of August", "1990-11-03": "Independence Day", "1990-11-04": "National Day of Community Service", "1990-11-05": "National Day of Community Service (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival Monday", "1991-02-12": "Carnival Tuesday", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labour Day", "1991-05-20": "Whit Monday", "1991-08-05": "First Monday of August", "1991-11-03": "Independence Day", "1991-11-04": "National Day of Community Service", "1991-11-05": "Independence Day (observed)", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival Monday", "1992-03-03": "Carnival Tuesday", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labour Day", "1992-06-08": "Whit Monday", "1992-08-03": "First Monday of August", "1992-11-03": "Independence Day", "1992-11-04": "National Day of Community Service", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival Monday", "1993-02-23": "Carnival Tuesday", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labour Day", "1993-05-31": "Whit Monday", "1993-08-02": "First Monday of August", "1993-11-03": "Independence Day", "1993-11-04": "National Day of Community Service", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival Monday", "1994-02-15": "Carnival Tuesday", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labour Day", "1994-05-02": "Labour Day (observed)", "1994-05-23": "Whit Monday", "1994-08-01": "First Monday of August", "1994-11-03": "Independence Day", "1994-11-04": "National Day of Community Service", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-27": "Carnival Monday", "1995-02-28": "Carnival Tuesday", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labour Day", "1995-06-05": "Whit Monday", "1995-08-07": "First Monday of August", "1995-11-03": "Independence Day", "1995-11-04": "National Day of Community Service", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival Monday", "1996-02-20": "Carnival Tuesday", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labour Day", "1996-05-27": "Whit Monday", "1996-08-05": "First Monday of August", "1996-11-03": "Independence Day", "1996-11-04": "National Day of Community Service", "1996-11-05": "Independence Day (observed)", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival Monday", "1997-02-11": "Carnival Tuesday", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labour Day", "1997-05-19": "Whit Monday", "1997-08-04": "First Monday of August", "1997-11-03": "Independence Day", "1997-11-04": "National Day of Community Service", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival Monday", "1998-02-24": "Carnival Tuesday", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labour Day", "1998-06-01": "Whit Monday", "1998-08-03": "Emancipation Day", "1998-11-03": "Independence Day", "1998-11-04": "National Day of Community Service", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival Monday", "1999-02-16": "Carnival Tuesday", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labour Day", "1999-05-24": "Whit Monday", "1999-08-02": "Emancipation Day", "1999-11-03": "Independence Day", "1999-11-04": "National Day of Community Service", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival Monday", "2000-03-07": "Carnival Tuesday", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-06-12": "Whit Monday", "2000-08-07": "Emancipation Day", "2000-11-03": "Independence Day", "2000-11-04": "National Day of Community Service", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival Monday", "2001-02-27": "Carnival Tuesday", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labour Day", "2001-06-04": "Whit Monday", "2001-08-06": "Emancipation Day", "2001-11-03": "Independence Day", "2001-11-04": "National Day of Community Service", "2001-11-05": "National Day of Community Service (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival Monday", "2002-02-12": "Carnival Tuesday", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labour Day", "2002-05-20": "Whit Monday", "2002-08-05": "Emancipation Day", "2002-11-03": "Independence Day", "2002-11-04": "National Day of Community Service", "2002-11-05": "Independence Day (observed)", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival Monday", "2003-03-04": "Carnival Tuesday", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labour Day", "2003-06-09": "Whit Monday", "2003-08-04": "Emancipation Day", "2003-11-03": "Independence Day", "2003-11-04": "National Day of Community Service", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival Monday", "2004-02-24": "Carnival Tuesday", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labour Day", "2004-05-31": "Whit Monday", "2004-08-02": "Emancipation Day", "2004-11-03": "Independence Day", "2004-11-04": "National Day of Community Service", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival Monday", "2005-02-08": "Carnival Tuesday", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labour Day", "2005-05-02": "Labour Day (observed)", "2005-05-16": "Whit Monday", "2005-08-01": "Emancipation Day", "2005-11-03": "Independence Day", "2005-11-04": "National Day of Community Service", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-27": "Carnival Monday", "2006-02-28": "Carnival Tuesday", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-06-05": "Whit Monday", "2006-08-07": "Emancipation Day", "2006-11-03": "Independence Day", "2006-11-04": "National Day of Community Service", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival Monday", "2007-02-20": "Carnival Tuesday", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labour Day", "2007-05-28": "Whit Monday", "2007-08-06": "Emancipation Day", "2007-11-03": "Independence Day", "2007-11-04": "National Day of Community Service", "2007-11-05": "National Day of Community Service (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival Monday", "2008-02-05": "Carnival Tuesday", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labour Day", "2008-05-12": "Whit Monday", "2008-08-04": "Emancipation Day", "2008-11-03": "Independence Day", "2008-11-04": "National Day of Community Service", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival Monday", "2009-02-24": "Carnival Tuesday", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labour Day", "2009-06-01": "Whit Monday", "2009-07-28": "Special Public Holiday", "2009-08-03": "Emancipation Day", "2009-09-03": "Special Public Holiday", "2009-11-03": "Independence Day", "2009-11-04": "National Day of Community Service", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-04": "Special Public Holiday", "2010-02-15": "Carnival Monday", "2010-02-16": "Carnival Tuesday", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-03": "Labour Day", "2010-05-24": "Whit Monday", "2010-08-02": "Emancipation Day", "2010-11-03": "Independence Day", "2010-11-04": "National Day of Community Service", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-02": "Labour Day", "2011-06-13": "Whit Monday", "2011-08-01": "Emancipation Day", "2011-11-03": "Independence Day", "2011-11-04": "National Day of Community Service", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-07": "Labour Day", "2012-05-28": "Whit Monday", "2012-08-06": "Emancipation Day", "2012-11-03": "Independence Day", "2012-11-04": "National Day of Community Service", "2012-11-05": "National Day of Community Service (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-06": "Labour Day", "2013-05-20": "Whit Monday", "2013-08-05": "Emancipation Day", "2013-11-03": "Independence Day", "2013-11-04": "National Day of Community Service", "2013-11-05": "Independence Day (observed)", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-05": "Labour Day", "2014-06-09": "Whit Monday", "2014-08-04": "Emancipation Day", "2014-11-03": "Independence Day", "2014-11-04": "National Day of Community Service", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-04": "Labour Day", "2015-05-25": "Whit Monday", "2015-08-03": "Emancipation Day", "2015-11-03": "Independence Day", "2015-11-04": "National Day of Community Service", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-02": "Labour Day", "2016-05-16": "Whit Monday", "2016-08-01": "Emancipation Day", "2016-11-03": "Independence Day", "2016-11-04": "National Day of Community Service", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-06-05": "Whit Monday", "2017-08-07": "Emancipation Day", "2017-11-03": "Independence Day", "2017-11-04": "National Day of Community Service", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-07": "Labour Day", "2018-05-21": "Whit Monday", "2018-08-06": "Emancipation Day", "2018-11-03": "Independence Day", "2018-11-04": "National Day of Community Service", "2018-11-05": "National Day of Community Service (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-06": "Labour Day", "2019-06-10": "Whit Monday", "2019-08-05": "Emancipation Day", "2019-09-19": "Post-Hurricane Maria Thanksgiving Celebrations", "2019-11-03": "Independence Day", "2019-11-04": "National Day of Community Service", "2019-11-05": "Independence Day (observed)", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-04": "Labour Day", "2020-06-01": "Whit Monday", "2020-08-03": "Emancipation Day", "2020-11-03": "Independence Day", "2020-11-04": "National Day of Community Service", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-03": "Labour Day", "2021-05-24": "Whit Monday", "2021-08-02": "Emancipation Day", "2021-11-03": "Independence Day", "2021-11-04": "National Day of Community Service", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-02": "Labour Day", "2022-06-06": "Whit Monday", "2022-08-01": "Emancipation Day", "2022-11-03": "Independence Day", "2022-11-04": "National Day of Community Service", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labour Day", "2023-05-29": "Whit Monday", "2023-08-07": "Emancipation Day", "2023-11-03": "Independence Day", "2023-11-04": "National Day of Community Service", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-06": "Labour Day", "2024-05-20": "Whit Monday", "2024-08-05": "Emancipation Day", "2024-11-03": "Independence Day", "2024-11-04": "National Day of Community Service", "2024-11-05": "Independence Day (observed)", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-05": "Labour Day", "2025-06-09": "Whit Monday", "2025-08-04": "Emancipation Day", "2025-11-03": "Independence Day", "2025-11-04": "National Day of Community Service", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-04": "Labour Day", "2026-05-25": "Whit Monday", "2026-08-03": "Emancipation Day", "2026-11-03": "Independence Day", "2026-11-04": "National Day of Community Service", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-03": "Labour Day", "2027-05-17": "Whit Monday", "2027-08-02": "Emancipation Day", "2027-11-03": "Independence Day", "2027-11-04": "National Day of Community Service", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labour Day", "2028-06-05": "Whit Monday", "2028-08-07": "Emancipation Day", "2028-11-03": "Independence Day", "2028-11-04": "National Day of Community Service", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-07": "Labour Day", "2029-05-21": "Whit Monday", "2029-08-06": "Emancipation Day", "2029-11-03": "Independence Day", "2029-11-04": "National Day of Community Service", "2029-11-05": "National Day of Community Service (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-06": "Labour Day", "2030-06-10": "Whit Monday", "2030-08-05": "Emancipation Day", "2030-11-03": "Independence Day", "2030-11-04": "National Day of Community Service", "2030-11-05": "Independence Day (observed)", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-05": "Labour Day", "2031-06-02": "Whit Monday", "2031-08-04": "Emancipation Day", "2031-11-03": "Independence Day", "2031-11-04": "National Day of Community Service", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-03": "Labour Day", "2032-05-17": "Whit Monday", "2032-08-02": "Emancipation Day", "2032-11-03": "Independence Day", "2032-11-04": "National Day of Community Service", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-02": "Labour Day", "2033-06-06": "Whit Monday", "2033-08-01": "Emancipation Day", "2033-11-03": "Independence Day", "2033-11-04": "National Day of Community Service", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labour Day", "2034-05-29": "Whit Monday", "2034-08-07": "Emancipation Day", "2034-11-03": "Independence Day", "2034-11-04": "National Day of Community Service", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-07": "Labour Day", "2035-05-14": "Whit Monday", "2035-08-06": "Emancipation Day", "2035-11-03": "Independence Day", "2035-11-04": "National Day of Community Service", "2035-11-05": "National Day of Community Service (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-05": "Labour Day", "2036-06-02": "Whit Monday", "2036-08-04": "Emancipation Day", "2036-11-03": "Independence Day", "2036-11-04": "National Day of Community Service", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-16": "Carnival Monday", "2037-02-17": "Carnival Tuesday", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-04": "Labour Day", "2037-05-25": "Whit Monday", "2037-08-03": "Emancipation Day", "2037-11-03": "Independence Day", "2037-11-04": "National Day of Community Service", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-03": "Labour Day", "2038-06-14": "Whit Monday", "2038-08-02": "Emancipation Day", "2038-11-03": "Independence Day", "2038-11-04": "National Day of Community Service", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-02": "Labour Day", "2039-05-30": "Whit Monday", "2039-08-01": "Emancipation Day", "2039-11-03": "Independence Day", "2039-11-04": "National Day of Community Service", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-07": "Labour Day", "2040-05-21": "Whit Monday", "2040-08-06": "Emancipation Day", "2040-11-03": "Independence Day", "2040-11-04": "National Day of Community Service", "2040-11-05": "National Day of Community Service (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-06": "Labour Day", "2041-06-10": "Whit Monday", "2041-08-05": "Emancipation Day", "2041-11-03": "Independence Day", "2041-11-04": "National Day of Community Service", "2041-11-05": "Independence Day (observed)", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-05": "Labour Day", "2042-05-26": "Whit Monday", "2042-08-04": "Emancipation Day", "2042-11-03": "Independence Day", "2042-11-04": "National Day of Community Service", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-04": "Labour Day", "2043-05-18": "Whit Monday", "2043-08-03": "Emancipation Day", "2043-11-03": "Independence Day", "2043-11-04": "National Day of Community Service", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-02": "Labour Day", "2044-06-06": "Whit Monday", "2044-08-01": "Emancipation Day", "2044-11-03": "Independence Day", "2044-11-04": "National Day of Community Service", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labour Day", "2045-05-29": "Whit Monday", "2045-08-07": "Emancipation Day", "2045-11-03": "Independence Day", "2045-11-04": "National Day of Community Service", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-07": "Labour Day", "2046-05-14": "Whit Monday", "2046-08-06": "Emancipation Day", "2046-11-03": "Independence Day", "2046-11-04": "National Day of Community Service", "2046-11-05": "National Day of Community Service (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-06": "Labour Day", "2047-06-03": "Whit Monday", "2047-08-05": "Emancipation Day", "2047-11-03": "Independence Day", "2047-11-04": "National Day of Community Service", "2047-11-05": "Independence Day (observed)", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-04": "Labour Day", "2048-05-25": "Whit Monday", "2048-08-03": "Emancipation Day", "2048-11-03": "Independence Day", "2048-11-04": "National Day of Community Service", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-03": "Labour Day", "2049-06-07": "Whit Monday", "2049-08-02": "Emancipation Day", "2049-11-03": "Independence Day", "2049-11-04": "National Day of Community Service", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-02": "Labour Day", "2050-05-30": "Whit Monday", "2050-08-01": "Emancipation Day", "2050-11-03": "Independence Day", "2050-11-04": "National Day of Community Service", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/DO_COMMON.json000066400000000000000000000556721500152103600215670ustar00rootroot00000000000000{ "1998-01-01": "New Year's Day", "1998-01-05": "Epiphany", "1998-01-21": "Lady of Altagracia", "1998-01-26": "Juan Pablo Duarte Day", "1998-02-27": "Independence Day", "1998-04-10": "Good Friday", "1998-05-04": "Labor Day", "1998-06-11": "Corpus Christi", "1998-08-16": "Restoration Day", "1998-09-24": "Our Lady of Mercedes Day", "1998-11-09": "Constitution Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-04": "Epiphany", "1999-01-21": "Lady of Altagracia", "1999-01-25": "Juan Pablo Duarte Day", "1999-02-27": "Independence Day", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-08-16": "Restoration Day", "1999-09-24": "Our Lady of Mercedes Day", "1999-11-06": "Constitution Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-10": "Epiphany", "2000-01-21": "Lady of Altagracia", "2000-01-24": "Juan Pablo Duarte Day", "2000-02-27": "Independence Day", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-22": "Corpus Christi", "2000-08-16": "Restoration Day", "2000-09-24": "Our Lady of Mercedes Day", "2000-11-06": "Constitution Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-01-21": "Lady of Altagracia", "2001-01-29": "Juan Pablo Duarte Day", "2001-02-27": "Independence Day", "2001-04-13": "Good Friday", "2001-04-30": "Labor Day", "2001-06-14": "Corpus Christi", "2001-08-20": "Restoration Day", "2001-09-24": "Our Lady of Mercedes Day", "2001-11-05": "Constitution Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-01-21": "Lady of Altagracia", "2002-01-26": "Juan Pablo Duarte Day", "2002-02-27": "Independence Day", "2002-03-29": "Good Friday", "2002-04-29": "Labor Day", "2002-05-30": "Corpus Christi", "2002-08-19": "Restoration Day", "2002-09-24": "Our Lady of Mercedes Day", "2002-11-04": "Constitution Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-01-21": "Lady of Altagracia", "2003-01-26": "Juan Pablo Duarte Day", "2003-02-27": "Independence Day", "2003-04-18": "Good Friday", "2003-05-05": "Labor Day", "2003-06-19": "Corpus Christi", "2003-08-16": "Restoration Day", "2003-09-24": "Our Lady of Mercedes Day", "2003-11-10": "Constitution Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-05": "Epiphany", "2004-01-21": "Lady of Altagracia", "2004-01-26": "Juan Pablo Duarte Day", "2004-02-27": "Independence Day", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi", "2004-08-16": "Restoration Day", "2004-09-24": "Our Lady of Mercedes Day", "2004-11-06": "Constitution Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-10": "Epiphany", "2005-01-21": "Lady of Altagracia", "2005-01-24": "Juan Pablo Duarte Day", "2005-02-27": "Independence Day", "2005-03-25": "Good Friday", "2005-05-02": "Labor Day", "2005-05-26": "Corpus Christi", "2005-08-15": "Restoration Day", "2005-09-24": "Our Lady of Mercedes Day", "2005-11-06": "Constitution Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-09": "Epiphany", "2006-01-21": "Lady of Altagracia", "2006-01-30": "Juan Pablo Duarte Day", "2006-02-27": "Independence Day", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-06-15": "Corpus Christi", "2006-08-14": "Restoration Day", "2006-09-24": "Our Lady of Mercedes Day", "2006-11-06": "Constitution Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-01-21": "Lady of Altagracia", "2007-01-29": "Juan Pablo Duarte Day", "2007-02-27": "Independence Day", "2007-04-06": "Good Friday", "2007-04-30": "Labor Day", "2007-06-07": "Corpus Christi", "2007-08-20": "Restoration Day", "2007-09-24": "Our Lady of Mercedes Day", "2007-11-05": "Constitution Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-01-21": "Lady of Altagracia", "2008-01-26": "Juan Pablo Duarte Day", "2008-02-27": "Independence Day", "2008-03-21": "Good Friday", "2008-05-05": "Labor Day", "2008-05-22": "Corpus Christi", "2008-08-16": "Restoration Day", "2008-09-24": "Our Lady of Mercedes Day", "2008-11-10": "Constitution Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-05": "Epiphany", "2009-01-21": "Lady of Altagracia", "2009-01-26": "Juan Pablo Duarte Day", "2009-02-27": "Independence Day", "2009-04-10": "Good Friday", "2009-05-04": "Labor Day", "2009-06-11": "Corpus Christi", "2009-08-16": "Restoration Day", "2009-09-24": "Our Lady of Mercedes Day", "2009-11-09": "Constitution Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-04": "Epiphany", "2010-01-21": "Lady of Altagracia", "2010-01-25": "Juan Pablo Duarte Day", "2010-02-27": "Independence Day", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-08-16": "Restoration Day", "2010-09-24": "Our Lady of Mercedes Day", "2010-11-06": "Constitution Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-10": "Epiphany", "2011-01-21": "Lady of Altagracia", "2011-01-24": "Juan Pablo Duarte Day", "2011-02-27": "Independence Day", "2011-04-22": "Good Friday", "2011-05-02": "Labor Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Restoration Day", "2011-09-24": "Our Lady of Mercedes Day", "2011-11-06": "Constitution Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-01-09": "Epiphany", "2012-01-21": "Lady of Altagracia", "2012-01-30": "Juan Pablo Duarte Day", "2012-02-27": "Independence Day", "2012-04-06": "Good Friday", "2012-04-30": "Labor Day", "2012-06-07": "Corpus Christi", "2012-08-16": "Restoration Day", "2012-09-24": "Our Lady of Mercedes Day", "2012-11-05": "Constitution Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-01-21": "Lady of Altagracia", "2013-01-26": "Juan Pablo Duarte Day", "2013-02-27": "Independence Day", "2013-03-29": "Good Friday", "2013-04-29": "Labor Day", "2013-05-30": "Corpus Christi", "2013-08-19": "Restoration Day", "2013-09-24": "Our Lady of Mercedes Day", "2013-11-04": "Constitution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-01-21": "Lady of Altagracia", "2014-01-26": "Juan Pablo Duarte Day", "2014-02-27": "Independence Day", "2014-04-18": "Good Friday", "2014-05-05": "Labor Day", "2014-06-19": "Corpus Christi", "2014-08-16": "Restoration Day", "2014-09-24": "Our Lady of Mercedes Day", "2014-11-10": "Constitution Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-05": "Epiphany", "2015-01-21": "Lady of Altagracia", "2015-01-26": "Juan Pablo Duarte Day", "2015-02-27": "Independence Day", "2015-04-03": "Good Friday", "2015-05-04": "Labor Day", "2015-06-04": "Corpus Christi", "2015-08-16": "Restoration Day", "2015-09-24": "Our Lady of Mercedes Day", "2015-11-09": "Constitution Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-04": "Epiphany", "2016-01-21": "Lady of Altagracia", "2016-01-25": "Juan Pablo Duarte Day", "2016-02-27": "Independence Day", "2016-03-25": "Good Friday", "2016-05-02": "Labor Day", "2016-05-26": "Corpus Christi", "2016-08-16": "Restoration Day", "2016-09-24": "Our Lady of Mercedes Day", "2016-11-06": "Constitution Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-01-09": "Epiphany", "2017-01-21": "Lady of Altagracia", "2017-01-30": "Juan Pablo Duarte Day", "2017-02-27": "Independence Day", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-08-14": "Restoration Day", "2017-09-24": "Our Lady of Mercedes Day", "2017-11-06": "Constitution Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-01-21": "Lady of Altagracia", "2018-01-29": "Juan Pablo Duarte Day", "2018-02-27": "Independence Day", "2018-03-30": "Good Friday", "2018-04-30": "Labor Day", "2018-05-31": "Corpus Christi", "2018-08-20": "Restoration Day", "2018-09-24": "Our Lady of Mercedes Day", "2018-11-05": "Constitution Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-01-21": "Lady of Altagracia", "2019-01-26": "Juan Pablo Duarte Day", "2019-02-27": "Independence Day", "2019-04-19": "Good Friday", "2019-04-29": "Labor Day", "2019-06-20": "Corpus Christi", "2019-08-19": "Restoration Day", "2019-09-24": "Our Lady of Mercedes Day", "2019-11-04": "Constitution Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-01-21": "Lady of Altagracia", "2020-01-26": "Juan Pablo Duarte Day", "2020-02-27": "Independence Day", "2020-04-10": "Good Friday", "2020-05-04": "Labor Day", "2020-06-11": "Corpus Christi", "2020-08-16": "Restoration Day", "2020-09-24": "Our Lady of Mercedes Day", "2020-11-09": "Constitution Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-04": "Epiphany", "2021-01-21": "Lady of Altagracia", "2021-01-25": "Juan Pablo Duarte Day", "2021-02-27": "Independence Day", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-08-16": "Restoration Day", "2021-09-24": "Our Lady of Mercedes Day", "2021-11-06": "Constitution Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-10": "Epiphany", "2022-01-21": "Lady of Altagracia", "2022-01-24": "Juan Pablo Duarte Day", "2022-02-27": "Independence Day", "2022-04-15": "Good Friday", "2022-05-02": "Labor Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Restoration Day", "2022-09-24": "Our Lady of Mercedes Day", "2022-11-06": "Constitution Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-01-09": "Epiphany", "2023-01-21": "Lady of Altagracia", "2023-01-30": "Juan Pablo Duarte Day", "2023-02-27": "Independence Day", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-08-14": "Restoration Day", "2023-09-24": "Our Lady of Mercedes Day", "2023-11-06": "Constitution Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-01-21": "Lady of Altagracia", "2024-01-29": "Juan Pablo Duarte Day", "2024-02-27": "Independence Day", "2024-03-29": "Good Friday", "2024-04-29": "Labor Day", "2024-05-30": "Corpus Christi", "2024-08-16": "Restoration Day", "2024-09-24": "Our Lady of Mercedes Day", "2024-11-04": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-01-21": "Lady of Altagracia", "2025-01-26": "Juan Pablo Duarte Day", "2025-02-27": "Independence Day", "2025-04-18": "Good Friday", "2025-05-05": "Labor Day", "2025-06-19": "Corpus Christi", "2025-08-16": "Restoration Day", "2025-09-24": "Our Lady of Mercedes Day", "2025-11-10": "Constitution Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-05": "Epiphany", "2026-01-21": "Lady of Altagracia", "2026-01-26": "Juan Pablo Duarte Day", "2026-02-27": "Independence Day", "2026-04-03": "Good Friday", "2026-05-04": "Labor Day", "2026-06-04": "Corpus Christi", "2026-08-16": "Restoration Day", "2026-09-24": "Our Lady of Mercedes Day", "2026-11-09": "Constitution Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-04": "Epiphany", "2027-01-21": "Lady of Altagracia", "2027-01-25": "Juan Pablo Duarte Day", "2027-02-27": "Independence Day", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-08-16": "Restoration Day", "2027-09-24": "Our Lady of Mercedes Day", "2027-11-06": "Constitution Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-10": "Epiphany", "2028-01-21": "Lady of Altagracia", "2028-01-24": "Juan Pablo Duarte Day", "2028-02-27": "Independence Day", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-06-15": "Corpus Christi", "2028-08-16": "Restoration Day", "2028-09-24": "Our Lady of Mercedes Day", "2028-11-06": "Constitution Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-01-21": "Lady of Altagracia", "2029-01-29": "Juan Pablo Duarte Day", "2029-02-27": "Independence Day", "2029-03-30": "Good Friday", "2029-04-30": "Labor Day", "2029-05-31": "Corpus Christi", "2029-08-20": "Restoration Day", "2029-09-24": "Our Lady of Mercedes Day", "2029-11-05": "Constitution Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-01-21": "Lady of Altagracia", "2030-01-26": "Juan Pablo Duarte Day", "2030-02-27": "Independence Day", "2030-04-19": "Good Friday", "2030-04-29": "Labor Day", "2030-06-20": "Corpus Christi", "2030-08-19": "Restoration Day", "2030-09-24": "Our Lady of Mercedes Day", "2030-11-04": "Constitution Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-01-21": "Lady of Altagracia", "2031-01-26": "Juan Pablo Duarte Day", "2031-02-27": "Independence Day", "2031-04-11": "Good Friday", "2031-05-05": "Labor Day", "2031-06-12": "Corpus Christi", "2031-08-16": "Restoration Day", "2031-09-24": "Our Lady of Mercedes Day", "2031-11-10": "Constitution Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-05": "Epiphany", "2032-01-21": "Lady of Altagracia", "2032-01-26": "Juan Pablo Duarte Day", "2032-02-27": "Independence Day", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-08-16": "Restoration Day", "2032-09-24": "Our Lady of Mercedes Day", "2032-11-06": "Constitution Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-10": "Epiphany", "2033-01-21": "Lady of Altagracia", "2033-01-24": "Juan Pablo Duarte Day", "2033-02-27": "Independence Day", "2033-04-15": "Good Friday", "2033-05-02": "Labor Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Restoration Day", "2033-09-24": "Our Lady of Mercedes Day", "2033-11-06": "Constitution Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-09": "Epiphany", "2034-01-21": "Lady of Altagracia", "2034-01-30": "Juan Pablo Duarte Day", "2034-02-27": "Independence Day", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-08-14": "Restoration Day", "2034-09-24": "Our Lady of Mercedes Day", "2034-11-06": "Constitution Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-01-21": "Lady of Altagracia", "2035-01-29": "Juan Pablo Duarte Day", "2035-02-27": "Independence Day", "2035-03-23": "Good Friday", "2035-04-30": "Labor Day", "2035-05-24": "Corpus Christi", "2035-08-20": "Restoration Day", "2035-09-24": "Our Lady of Mercedes Day", "2035-11-05": "Constitution Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-01-21": "Lady of Altagracia", "2036-01-26": "Juan Pablo Duarte Day", "2036-02-27": "Independence Day", "2036-04-11": "Good Friday", "2036-05-05": "Labor Day", "2036-06-12": "Corpus Christi", "2036-08-16": "Restoration Day", "2036-09-24": "Our Lady of Mercedes Day", "2036-11-10": "Constitution Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-05": "Epiphany", "2037-01-21": "Lady of Altagracia", "2037-01-26": "Juan Pablo Duarte Day", "2037-02-27": "Independence Day", "2037-04-03": "Good Friday", "2037-05-04": "Labor Day", "2037-06-04": "Corpus Christi", "2037-08-16": "Restoration Day", "2037-09-24": "Our Lady of Mercedes Day", "2037-11-09": "Constitution Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-04": "Epiphany", "2038-01-21": "Lady of Altagracia", "2038-01-25": "Juan Pablo Duarte Day", "2038-02-27": "Independence Day", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-24": "Corpus Christi", "2038-08-16": "Restoration Day", "2038-09-24": "Our Lady of Mercedes Day", "2038-11-06": "Constitution Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-10": "Epiphany", "2039-01-21": "Lady of Altagracia", "2039-01-24": "Juan Pablo Duarte Day", "2039-02-27": "Independence Day", "2039-04-08": "Good Friday", "2039-05-02": "Labor Day", "2039-06-09": "Corpus Christi", "2039-08-15": "Restoration Day", "2039-09-24": "Our Lady of Mercedes Day", "2039-11-06": "Constitution Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-09": "Epiphany", "2040-01-21": "Lady of Altagracia", "2040-01-30": "Juan Pablo Duarte Day", "2040-02-27": "Independence Day", "2040-03-30": "Good Friday", "2040-04-30": "Labor Day", "2040-05-31": "Corpus Christi", "2040-08-16": "Restoration Day", "2040-09-24": "Our Lady of Mercedes Day", "2040-11-05": "Constitution Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-01-21": "Lady of Altagracia", "2041-01-26": "Juan Pablo Duarte Day", "2041-02-27": "Independence Day", "2041-04-19": "Good Friday", "2041-04-29": "Labor Day", "2041-06-20": "Corpus Christi", "2041-08-19": "Restoration Day", "2041-09-24": "Our Lady of Mercedes Day", "2041-11-04": "Constitution Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-01-21": "Lady of Altagracia", "2042-01-26": "Juan Pablo Duarte Day", "2042-02-27": "Independence Day", "2042-04-04": "Good Friday", "2042-05-05": "Labor Day", "2042-06-05": "Corpus Christi", "2042-08-16": "Restoration Day", "2042-09-24": "Our Lady of Mercedes Day", "2042-11-10": "Constitution Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-05": "Epiphany", "2043-01-21": "Lady of Altagracia", "2043-01-26": "Juan Pablo Duarte Day", "2043-02-27": "Independence Day", "2043-03-27": "Good Friday", "2043-05-04": "Labor Day", "2043-05-28": "Corpus Christi", "2043-08-16": "Restoration Day", "2043-09-24": "Our Lady of Mercedes Day", "2043-11-09": "Constitution Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-04": "Epiphany", "2044-01-21": "Lady of Altagracia", "2044-01-25": "Juan Pablo Duarte Day", "2044-02-27": "Independence Day", "2044-04-15": "Good Friday", "2044-05-02": "Labor Day", "2044-06-16": "Corpus Christi", "2044-08-16": "Restoration Day", "2044-09-24": "Our Lady of Mercedes Day", "2044-11-06": "Constitution Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-09": "Epiphany", "2045-01-21": "Lady of Altagracia", "2045-01-30": "Juan Pablo Duarte Day", "2045-02-27": "Independence Day", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-08-14": "Restoration Day", "2045-09-24": "Our Lady of Mercedes Day", "2045-11-06": "Constitution Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-01-21": "Lady of Altagracia", "2046-01-29": "Juan Pablo Duarte Day", "2046-02-27": "Independence Day", "2046-03-23": "Good Friday", "2046-04-30": "Labor Day", "2046-05-24": "Corpus Christi", "2046-08-20": "Restoration Day", "2046-09-24": "Our Lady of Mercedes Day", "2046-11-05": "Constitution Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-01-21": "Lady of Altagracia", "2047-01-26": "Juan Pablo Duarte Day", "2047-02-27": "Independence Day", "2047-04-12": "Good Friday", "2047-04-29": "Labor Day", "2047-06-13": "Corpus Christi", "2047-08-19": "Restoration Day", "2047-09-24": "Our Lady of Mercedes Day", "2047-11-04": "Constitution Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-01-21": "Lady of Altagracia", "2048-01-26": "Juan Pablo Duarte Day", "2048-02-27": "Independence Day", "2048-04-03": "Good Friday", "2048-05-04": "Labor Day", "2048-06-04": "Corpus Christi", "2048-08-16": "Restoration Day", "2048-09-24": "Our Lady of Mercedes Day", "2048-11-09": "Constitution Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-04": "Epiphany", "2049-01-21": "Lady of Altagracia", "2049-01-25": "Juan Pablo Duarte Day", "2049-02-27": "Independence Day", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-06-17": "Corpus Christi", "2049-08-16": "Restoration Day", "2049-09-24": "Our Lady of Mercedes Day", "2049-11-06": "Constitution Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-10": "Epiphany", "2050-01-21": "Lady of Altagracia", "2050-01-24": "Juan Pablo Duarte Day", "2050-02-27": "Independence Day", "2050-04-08": "Good Friday", "2050-05-02": "Labor Day", "2050-06-09": "Corpus Christi", "2050-08-15": "Restoration Day", "2050-09-24": "Our Lady of Mercedes Day", "2050-11-06": "Constitution Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/DZ_COMMON.json000066400000000000000000001466131500152103600215760ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day; Prophet's Birthday (estimated)", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr Holiday (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha Holiday (estimated)", "1950-10-13": "Islamic New Year (estimated)", "1950-10-22": "Ashura (estimated)", "1950-12-22": "Prophet's Birthday (estimated)", "1951-01-01": "New Year's Day", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr Holiday (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha Holiday (estimated)", "1951-10-02": "Islamic New Year (estimated)", "1951-10-11": "Ashura (estimated)", "1951-12-11": "Prophet's Birthday (estimated)", "1952-01-01": "New Year's Day", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr Holiday (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha Holiday (estimated)", "1952-09-21": "Islamic New Year (estimated)", "1952-09-30": "Ashura (estimated)", "1952-11-30": "Prophet's Birthday (estimated)", "1953-01-01": "New Year's Day", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr Holiday (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha Holiday (estimated)", "1953-09-10": "Islamic New Year (estimated)", "1953-09-19": "Ashura (estimated)", "1953-11-19": "Prophet's Birthday (estimated)", "1954-01-01": "New Year's Day", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr Holiday (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha Holiday (estimated)", "1954-08-30": "Islamic New Year (estimated)", "1954-09-08": "Ashura (estimated)", "1954-11-08": "Prophet's Birthday (estimated)", "1955-01-01": "New Year's Day", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr Holiday (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha Holiday (estimated)", "1955-08-20": "Islamic New Year (estimated)", "1955-08-29": "Ashura (estimated)", "1955-10-29": "Prophet's Birthday (estimated)", "1956-01-01": "New Year's Day", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr Holiday (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha Holiday (estimated)", "1956-08-08": "Islamic New Year (estimated)", "1956-08-17": "Ashura (estimated)", "1956-10-17": "Prophet's Birthday (estimated)", "1957-01-01": "New Year's Day", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-05-02": "Eid al-Fitr Holiday (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha Holiday (estimated)", "1957-07-28": "Islamic New Year (estimated)", "1957-08-06": "Ashura (estimated)", "1957-10-06": "Prophet's Birthday (estimated)", "1958-01-01": "New Year's Day", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr Holiday (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha Holiday (estimated)", "1958-07-18": "Islamic New Year (estimated)", "1958-07-27": "Ashura (estimated)", "1958-09-26": "Prophet's Birthday (estimated)", "1959-01-01": "New Year's Day", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr Holiday (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha Holiday (estimated)", "1959-07-07": "Islamic New Year (estimated)", "1959-07-16": "Ashura (estimated)", "1959-09-15": "Prophet's Birthday (estimated)", "1960-01-01": "New Year's Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr Holiday (estimated)", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha Holiday (estimated)", "1960-06-25": "Islamic New Year (estimated)", "1960-07-04": "Ashura (estimated)", "1960-09-03": "Prophet's Birthday (estimated)", "1961-01-01": "New Year's Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr Holiday (estimated)", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha Holiday (estimated)", "1961-06-14": "Islamic New Year (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-23": "Prophet's Birthday (estimated)", "1962-01-01": "New Year's Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr Holiday (estimated)", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha Holiday (estimated)", "1962-06-03": "Islamic New Year (estimated)", "1962-06-12": "Ashura (estimated)", "1962-07-05": "Independence Day", "1962-08-12": "Prophet's Birthday (estimated)", "1963-01-01": "New Year's Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr Holiday (estimated)", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha Holiday (estimated)", "1963-05-24": "Islamic New Year (estimated)", "1963-06-02": "Ashura (estimated)", "1963-07-05": "Independence Day", "1963-08-02": "Prophet's Birthday (estimated)", "1963-11-01": "Revolution Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr Holiday (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha Holiday (estimated)", "1964-05-01": "Labor Day", "1964-05-12": "Islamic New Year (estimated)", "1964-05-21": "Ashura (estimated)", "1964-07-05": "Independence Day", "1964-07-21": "Prophet's Birthday (estimated)", "1964-11-01": "Revolution Day", "1965-01-01": "New Year's Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr Holiday (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha Holiday (estimated)", "1965-05-01": "Islamic New Year (estimated); Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-05": "Independence Day", "1965-07-10": "Prophet's Birthday (estimated)", "1965-11-01": "Revolution Day", "1966-01-01": "New Year's Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr Holiday (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha Holiday (estimated)", "1966-04-21": "Islamic New Year (estimated)", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-07-05": "Independence Day", "1966-11-01": "Revolution Day", "1967-01-01": "New Year's Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr Holiday (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha Holiday (estimated)", "1967-04-11": "Islamic New Year (estimated)", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-07-05": "Independence Day", "1967-11-01": "Revolution Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr Holiday (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha Holiday (estimated)", "1968-03-30": "Islamic New Year (estimated)", "1968-04-08": "Ashura (estimated)", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-07-05": "Independence Day", "1968-11-01": "Revolution Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr Holiday (estimated)", "1969-01-01": "New Year's Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha Holiday (estimated)", "1969-03-19": "Islamic New Year (estimated)", "1969-03-28": "Ashura (estimated)", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-07-05": "Independence Day", "1969-11-01": "Revolution Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr Holiday (estimated)", "1970-01-01": "New Year's Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha Holiday (estimated)", "1970-03-09": "Islamic New Year (estimated)", "1970-03-18": "Ashura (estimated)", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-07-05": "Independence Day", "1970-11-01": "Revolution Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr Holiday (estimated)", "1971-01-01": "New Year's Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha Holiday (estimated)", "1971-02-26": "Islamic New Year (estimated)", "1971-03-07": "Ashura (estimated)", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-07-05": "Independence Day", "1971-11-01": "Revolution Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr Holiday (estimated)", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha Holiday (estimated)", "1972-02-16": "Islamic New Year (estimated)", "1972-02-25": "Ashura (estimated)", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-07-05": "Independence Day", "1972-11-01": "Revolution Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr Holiday (estimated)", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha Holiday (estimated)", "1973-02-04": "Islamic New Year (estimated)", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Prophet's Birthday (estimated)", "1973-05-01": "Labor Day", "1973-07-05": "Independence Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr Holiday (estimated)", "1973-11-01": "Revolution Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha Holiday (estimated)", "1974-01-24": "Islamic New Year (estimated)", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-07-05": "Independence Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr Holiday (estimated)", "1974-11-01": "Revolution Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha Holiday (estimated)", "1975-01-01": "New Year's Day", "1975-01-13": "Islamic New Year (estimated)", "1975-01-22": "Ashura (estimated)", "1975-03-24": "Prophet's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-07-05": "Independence Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr Holiday (estimated)", "1975-11-01": "Revolution Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha Holiday (estimated)", "1976-01-01": "New Year's Day", "1976-01-02": "Islamic New Year (estimated)", "1976-01-11": "Ashura (estimated)", "1976-03-12": "Prophet's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-07-05": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr Holiday (estimated)", "1976-11-01": "Revolution Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha Holiday (estimated)", "1976-12-22": "Islamic New Year (estimated)", "1976-12-31": "Ashura (estimated)", "1977-01-01": "New Year's Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-05-01": "Labor Day", "1977-07-05": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr Holiday (estimated)", "1977-11-01": "Revolution Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha Holiday (estimated)", "1977-12-11": "Islamic New Year (estimated)", "1977-12-20": "Ashura (estimated)", "1978-01-01": "New Year's Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-05-01": "Labor Day", "1978-07-05": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr Holiday (estimated)", "1978-11-01": "Revolution Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha Holiday (estimated)", "1978-12-01": "Islamic New Year (estimated)", "1978-12-10": "Ashura (estimated)", "1979-01-01": "New Year's Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-07-05": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr Holiday (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha Holiday (estimated); Revolution Day", "1979-11-20": "Islamic New Year (estimated)", "1979-11-29": "Ashura (estimated)", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-05-01": "Labor Day", "1980-07-05": "Independence Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr Holiday (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha Holiday (estimated)", "1980-11-01": "Revolution Day", "1980-11-09": "Islamic New Year (estimated)", "1980-11-18": "Ashura (estimated)", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-05-01": "Labor Day", "1981-07-05": "Independence Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr Holiday (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha Holiday (estimated)", "1981-10-28": "Islamic New Year (estimated)", "1981-11-01": "Revolution Day", "1981-11-06": "Ashura (estimated)", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet's Birthday (estimated)", "1982-05-01": "Labor Day", "1982-07-05": "Independence Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr Holiday (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha Holiday (estimated)", "1982-10-18": "Islamic New Year (estimated)", "1982-10-27": "Ashura (estimated)", "1982-11-01": "Revolution Day", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-05-01": "Labor Day", "1983-07-05": "Independence Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr Holiday (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha Holiday (estimated)", "1983-10-07": "Islamic New Year (estimated)", "1983-10-16": "Ashura (estimated)", "1983-11-01": "Revolution Day", "1983-12-16": "Prophet's Birthday (estimated)", "1984-01-01": "New Year's Day", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr Holiday (estimated)", "1984-07-05": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha Holiday (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-10-05": "Ashura (estimated)", "1984-11-01": "Revolution Day", "1984-12-04": "Prophet's Birthday (estimated)", "1985-01-01": "New Year's Day", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr Holiday (estimated)", "1985-07-05": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha Holiday (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-09-24": "Ashura (estimated)", "1985-11-01": "Revolution Day", "1985-11-24": "Prophet's Birthday (estimated)", "1986-01-01": "New Year's Day", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr Holiday (estimated)", "1986-07-05": "Independence Day", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha Holiday (estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-09-14": "Ashura (estimated)", "1986-11-01": "Revolution Day", "1986-11-14": "Prophet's Birthday (estimated)", "1987-01-01": "New Year's Day", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr Holiday (estimated)", "1987-07-05": "Independence Day", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha Holiday (estimated)", "1987-08-25": "Islamic New Year (estimated)", "1987-09-03": "Ashura (estimated)", "1987-11-01": "Revolution Day", "1987-11-03": "Prophet's Birthday (estimated)", "1988-01-01": "New Year's Day", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr Holiday (estimated)", "1988-07-05": "Independence Day", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha Holiday (estimated)", "1988-08-13": "Islamic New Year (estimated)", "1988-08-22": "Ashura (estimated)", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-01": "Revolution Day", "1989-01-01": "New Year's Day", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr Holiday (estimated)", "1989-07-05": "Independence Day", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha Holiday (estimated)", "1989-08-02": "Islamic New Year (estimated)", "1989-08-11": "Ashura (estimated)", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-01": "Revolution Day", "1990-01-01": "New Year's Day", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr Holiday (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha Holiday (estimated)", "1990-07-05": "Independence Day", "1990-07-23": "Islamic New Year (estimated)", "1990-08-01": "Ashura (estimated)", "1990-10-01": "Prophet's Birthday (estimated)", "1990-11-01": "Revolution Day", "1991-01-01": "New Year's Day", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr Holiday (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha Holiday (estimated)", "1991-07-05": "Independence Day", "1991-07-12": "Islamic New Year (estimated)", "1991-07-21": "Ashura (estimated)", "1991-09-20": "Prophet's Birthday (estimated)", "1991-11-01": "Revolution Day", "1992-01-01": "New Year's Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr Holiday (estimated)", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha Holiday (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-07-05": "Independence Day", "1992-07-10": "Ashura (estimated)", "1992-09-09": "Prophet's Birthday (estimated)", "1992-11-01": "Revolution Day", "1993-01-01": "New Year's Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr Holiday (estimated)", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha Holiday (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-06-30": "Ashura (estimated)", "1993-07-05": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-11-01": "Revolution Day", "1994-01-01": "New Year's Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr Holiday (estimated)", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha Holiday (estimated)", "1994-06-10": "Islamic New Year (estimated)", "1994-06-19": "Ashura (estimated)", "1994-07-05": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-11-01": "Revolution Day", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr Holiday (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha Holiday (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-08": "Ashura (estimated)", "1995-07-05": "Independence Day", "1995-08-08": "Prophet's Birthday (estimated)", "1995-11-01": "Revolution Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr Holiday (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha Holiday (estimated)", "1996-05-01": "Labor Day", "1996-05-18": "Islamic New Year (estimated)", "1996-05-27": "Ashura (estimated)", "1996-07-05": "Independence Day", "1996-07-27": "Prophet's Birthday (estimated)", "1996-11-01": "Revolution Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr Holiday (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha Holiday (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-16": "Ashura (estimated)", "1997-07-05": "Independence Day", "1997-07-16": "Prophet's Birthday (estimated)", "1997-11-01": "Revolution Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr Holiday (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha Holiday (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-05": "Independence Day", "1998-07-06": "Prophet's Birthday (estimated)", "1998-11-01": "Revolution Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr Holiday (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha Holiday (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-07-05": "Independence Day", "1999-11-01": "Revolution Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr Holiday (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha Holiday (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-04-15": "Ashura (estimated)", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-07-05": "Independence Day", "2000-11-01": "Revolution Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr Holiday (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha Holiday (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-04": "Ashura (estimated)", "2001-05-01": "Labor Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-07-05": "Independence Day", "2001-11-01": "Revolution Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr Holiday (estimated)", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha Holiday (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-24": "Ashura (estimated)", "2002-05-01": "Labor Day", "2002-05-24": "Prophet's Birthday (estimated)", "2002-07-05": "Independence Day", "2002-11-01": "Revolution Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr Holiday (estimated)", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha Holiday (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-13": "Ashura (estimated)", "2003-05-01": "Labor Day", "2003-05-13": "Prophet's Birthday (estimated)", "2003-07-05": "Independence Day", "2003-11-01": "Revolution Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr Holiday (estimated)", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha Holiday (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-03-01": "Ashura (estimated)", "2004-05-01": "Labor Day; Prophet's Birthday (estimated)", "2004-07-05": "Independence Day", "2004-11-01": "Revolution Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr Holiday (estimated)", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha Holiday (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-02-19": "Ashura (estimated)", "2005-04-21": "Prophet's Birthday (estimated)", "2005-05-01": "Labor Day", "2005-07-05": "Independence Day", "2005-11-01": "Revolution Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr Holiday (estimated)", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha Holiday (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-02-09": "Ashura (estimated)", "2006-04-10": "Prophet's Birthday (estimated)", "2006-05-01": "Labor Day", "2006-07-05": "Independence Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr Holiday (estimated)", "2006-11-01": "Revolution Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha Holiday (estimated); New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-01-29": "Ashura (estimated)", "2007-03-31": "Prophet's Birthday (estimated)", "2007-05-01": "Labor Day", "2007-07-05": "Independence Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr Holiday (estimated)", "2007-11-01": "Revolution Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha Holiday (estimated)", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-01-19": "Ashura (estimated)", "2008-03-20": "Prophet's Birthday (estimated)", "2008-05-01": "Labor Day", "2008-07-05": "Independence Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr Holiday (estimated)", "2008-11-01": "Revolution Day", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha Holiday (estimated)", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-01-07": "Ashura (estimated)", "2009-03-09": "Prophet's Birthday (estimated)", "2009-05-01": "Labor Day", "2009-07-05": "Independence Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr Holiday (estimated)", "2009-11-01": "Revolution Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha Holiday (estimated)", "2009-12-18": "Islamic New Year (estimated)", "2009-12-27": "Ashura (estimated)", "2010-01-01": "New Year's Day", "2010-02-26": "Prophet's Birthday (estimated)", "2010-05-01": "Labor Day", "2010-07-05": "Independence Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr Holiday (estimated)", "2010-11-01": "Revolution Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha Holiday (estimated)", "2010-12-07": "Islamic New Year (estimated)", "2010-12-16": "Ashura (estimated)", "2011-01-01": "New Year's Day", "2011-02-15": "Prophet's Birthday (estimated)", "2011-05-01": "Labor Day", "2011-07-05": "Independence Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr Holiday (estimated)", "2011-11-01": "Revolution Day", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha Holiday (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-12-05": "Ashura (estimated)", "2012-01-01": "New Year's Day", "2012-02-04": "Prophet's Birthday (estimated)", "2012-05-01": "Labor Day", "2012-07-05": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr Holiday (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha Holiday (estimated)", "2012-11-01": "Revolution Day", "2012-11-15": "Islamic New Year (estimated)", "2012-11-24": "Ashura (estimated)", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet's Birthday (estimated)", "2013-05-01": "Labor Day", "2013-07-05": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr Holiday (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha Holiday (estimated)", "2013-11-01": "Revolution Day", "2013-11-04": "Islamic New Year (estimated)", "2013-11-13": "Ashura (estimated)", "2014-01-01": "New Year's Day", "2014-01-13": "Prophet's Birthday (estimated)", "2014-05-01": "Labor Day", "2014-07-05": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr Holiday (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha Holiday (estimated)", "2014-10-25": "Islamic New Year (estimated)", "2014-11-01": "Revolution Day", "2014-11-03": "Ashura (estimated)", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday (estimated)", "2015-05-01": "Labor Day", "2015-07-05": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr Holiday (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha Holiday (estimated)", "2015-10-14": "Islamic New Year (estimated)", "2015-10-23": "Ashura (estimated)", "2015-11-01": "Revolution Day", "2015-12-23": "Prophet's Birthday (estimated)", "2016-01-01": "New Year's Day", "2016-05-01": "Labor Day", "2016-07-05": "Independence Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr Holiday (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha Holiday (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-11": "Ashura (estimated)", "2016-11-01": "Revolution Day", "2016-12-11": "Prophet's Birthday (estimated)", "2017-01-01": "New Year's Day", "2017-05-01": "Labor Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr Holiday (estimated)", "2017-07-05": "Independence Day", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-02": "Eid al-Adha Holiday (estimated)", "2017-09-21": "Islamic New Year (estimated)", "2017-09-30": "Ashura (estimated)", "2017-11-01": "Revolution Day", "2017-11-30": "Prophet's Birthday (estimated)", "2018-01-01": "New Year's Day", "2018-01-12": "Amazigh New Year", "2018-05-01": "Labor Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-16": "Eid al-Fitr Holiday (estimated)", "2018-07-05": "Independence Day", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-22": "Eid al-Adha Holiday (estimated)", "2018-09-11": "Islamic New Year (estimated)", "2018-09-20": "Ashura (estimated)", "2018-11-01": "Revolution Day", "2018-11-20": "Prophet's Birthday (estimated)", "2019-01-01": "New Year's Day", "2019-01-12": "Amazigh New Year", "2019-05-01": "Labor Day", "2019-06-04": "Eid al-Fitr (estimated)", "2019-06-05": "Eid al-Fitr Holiday (estimated)", "2019-07-05": "Independence Day", "2019-08-11": "Eid al-Adha (estimated)", "2019-08-12": "Eid al-Adha Holiday (estimated)", "2019-08-31": "Islamic New Year (estimated)", "2019-09-09": "Ashura (estimated)", "2019-11-01": "Revolution Day", "2019-11-09": "Prophet's Birthday (estimated)", "2020-01-01": "New Year's Day", "2020-01-12": "Amazigh New Year", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr (estimated)", "2020-05-25": "Eid al-Fitr Holiday (estimated)", "2020-07-05": "Independence Day", "2020-07-31": "Eid al-Adha (estimated)", "2020-08-01": "Eid al-Adha Holiday (estimated)", "2020-08-20": "Islamic New Year (estimated)", "2020-08-29": "Ashura (estimated)", "2020-10-29": "Prophet's Birthday (estimated)", "2020-11-01": "Revolution Day", "2021-01-01": "New Year's Day", "2021-01-12": "Amazigh New Year", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr (estimated)", "2021-05-14": "Eid al-Fitr Holiday (estimated)", "2021-07-05": "Independence Day", "2021-07-20": "Eid al-Adha (estimated)", "2021-07-21": "Eid al-Adha Holiday (estimated)", "2021-08-09": "Islamic New Year (estimated)", "2021-08-18": "Ashura (estimated)", "2021-10-18": "Prophet's Birthday (estimated)", "2021-11-01": "Revolution Day", "2022-01-01": "New Year's Day", "2022-01-12": "Amazigh New Year", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr (estimated)", "2022-05-03": "Eid al-Fitr Holiday (estimated)", "2022-07-05": "Independence Day", "2022-07-09": "Eid al-Adha (estimated)", "2022-07-10": "Eid al-Adha Holiday (estimated)", "2022-07-30": "Islamic New Year (estimated)", "2022-08-08": "Ashura (estimated)", "2022-10-08": "Prophet's Birthday (estimated)", "2022-11-01": "Revolution Day", "2023-01-01": "New Year's Day", "2023-01-12": "Amazigh New Year", "2023-04-21": "Eid al-Fitr (estimated)", "2023-04-22": "Eid al-Fitr Holiday (estimated)", "2023-05-01": "Labor Day", "2023-06-28": "Eid al-Adha (estimated)", "2023-06-29": "Eid al-Adha Holiday (estimated)", "2023-06-30": "Eid al-Adha Holiday (estimated)", "2023-07-05": "Independence Day", "2023-07-19": "Islamic New Year (estimated)", "2023-07-28": "Ashura (estimated)", "2023-09-27": "Prophet's Birthday (estimated)", "2023-11-01": "Revolution Day", "2024-01-01": "New Year's Day", "2024-01-12": "Amazigh New Year", "2024-04-10": "Eid al-Fitr (estimated)", "2024-04-11": "Eid al-Fitr Holiday (estimated)", "2024-04-12": "Eid al-Fitr Holiday (estimated)", "2024-05-01": "Labor Day", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha Holiday (estimated)", "2024-06-18": "Eid al-Adha Holiday (estimated)", "2024-07-05": "Independence Day", "2024-07-07": "Islamic New Year (estimated)", "2024-07-16": "Ashura (estimated)", "2024-09-15": "Prophet's Birthday (estimated)", "2024-11-01": "Revolution Day", "2025-01-01": "New Year's Day", "2025-01-12": "Amazigh New Year", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr Holiday (estimated)", "2025-04-01": "Eid al-Fitr Holiday (estimated)", "2025-05-01": "Labor Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha Holiday (estimated)", "2025-06-08": "Eid al-Adha Holiday (estimated)", "2025-06-26": "Islamic New Year (estimated)", "2025-07-05": "Ashura (estimated); Independence Day", "2025-09-04": "Prophet's Birthday (estimated)", "2025-11-01": "Revolution Day", "2026-01-01": "New Year's Day", "2026-01-12": "Amazigh New Year", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr Holiday (estimated)", "2026-03-22": "Eid al-Fitr Holiday (estimated)", "2026-05-01": "Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha Holiday (estimated)", "2026-05-29": "Eid al-Adha Holiday (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-06-25": "Ashura (estimated)", "2026-07-05": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-11-01": "Revolution Day", "2027-01-01": "New Year's Day", "2027-01-12": "Amazigh New Year", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr Holiday (estimated)", "2027-03-11": "Eid al-Fitr Holiday (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha Holiday (estimated)", "2027-05-18": "Eid al-Adha Holiday (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-15": "Ashura (estimated)", "2027-07-05": "Independence Day", "2027-08-14": "Prophet's Birthday (estimated)", "2027-11-01": "Revolution Day", "2028-01-01": "New Year's Day", "2028-01-12": "Amazigh New Year", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr Holiday (estimated)", "2028-02-28": "Eid al-Fitr Holiday (estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha Holiday (estimated)", "2028-05-07": "Eid al-Adha Holiday (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-03": "Ashura (estimated)", "2028-07-05": "Independence Day", "2028-08-03": "Prophet's Birthday (estimated)", "2028-11-01": "Revolution Day", "2029-01-01": "New Year's Day", "2029-01-12": "Amazigh New Year", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr Holiday (estimated)", "2029-02-16": "Eid al-Fitr Holiday (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha Holiday (estimated)", "2029-04-26": "Eid al-Adha Holiday (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-23": "Ashura (estimated)", "2029-07-05": "Independence Day", "2029-07-24": "Prophet's Birthday (estimated)", "2029-11-01": "Revolution Day", "2030-01-01": "New Year's Day", "2030-01-12": "Amazigh New Year", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr Holiday (estimated)", "2030-02-06": "Eid al-Fitr Holiday (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha Holiday (estimated)", "2030-04-15": "Eid al-Adha Holiday (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-12": "Ashura (estimated)", "2030-07-05": "Independence Day", "2030-07-13": "Prophet's Birthday (estimated)", "2030-11-01": "Revolution Day", "2031-01-01": "New Year's Day", "2031-01-12": "Amazigh New Year", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr Holiday (estimated)", "2031-01-26": "Eid al-Fitr Holiday (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha Holiday (estimated)", "2031-04-04": "Eid al-Adha Holiday (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-07-02": "Prophet's Birthday (estimated)", "2031-07-05": "Independence Day", "2031-11-01": "Revolution Day", "2032-01-01": "New Year's Day", "2032-01-12": "Amazigh New Year", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr Holiday (estimated)", "2032-01-16": "Eid al-Fitr Holiday (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha Holiday (estimated)", "2032-03-24": "Eid al-Adha Holiday (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-04-20": "Ashura (estimated)", "2032-05-01": "Labor Day", "2032-06-20": "Prophet's Birthday (estimated)", "2032-07-05": "Independence Day", "2032-11-01": "Revolution Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr Holiday (estimated)", "2033-01-04": "Eid al-Fitr Holiday (estimated)", "2033-01-12": "Amazigh New Year", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha Holiday (estimated)", "2033-03-13": "Eid al-Adha Holiday (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-04-10": "Ashura (estimated)", "2033-05-01": "Labor Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-07-05": "Independence Day", "2033-11-01": "Revolution Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr Holiday (estimated)", "2033-12-25": "Eid al-Fitr Holiday (estimated)", "2034-01-01": "New Year's Day", "2034-01-12": "Amazigh New Year", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha Holiday (estimated)", "2034-03-03": "Eid al-Adha Holiday (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-30": "Ashura (estimated)", "2034-05-01": "Labor Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-07-05": "Independence Day", "2034-11-01": "Revolution Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr Holiday (estimated)", "2034-12-14": "Eid al-Fitr Holiday (estimated)", "2035-01-01": "New Year's Day", "2035-01-12": "Amazigh New Year", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha Holiday (estimated)", "2035-02-20": "Eid al-Adha Holiday (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-20": "Ashura (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-07-05": "Independence Day", "2035-11-01": "Revolution Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr Holiday (estimated)", "2035-12-03": "Eid al-Fitr Holiday (estimated)", "2036-01-01": "New Year's Day", "2036-01-12": "Amazigh New Year", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha Holiday (estimated)", "2036-02-09": "Eid al-Adha Holiday (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-03-08": "Ashura (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-07-05": "Independence Day", "2036-11-01": "Revolution Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr Holiday (estimated)", "2036-11-21": "Eid al-Fitr Holiday (estimated)", "2037-01-01": "New Year's Day", "2037-01-12": "Amazigh New Year", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha Holiday (estimated)", "2037-01-28": "Eid al-Adha Holiday (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-02-25": "Ashura (estimated)", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-07-05": "Independence Day", "2037-11-01": "Revolution Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr Holiday (estimated)", "2037-11-10": "Eid al-Fitr Holiday (estimated)", "2038-01-01": "New Year's Day", "2038-01-12": "Amazigh New Year", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha Holiday (estimated)", "2038-01-18": "Eid al-Adha Holiday (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-07-05": "Independence Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr Holiday (estimated)", "2038-10-31": "Eid al-Fitr Holiday (estimated)", "2038-11-01": "Revolution Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha Holiday (estimated)", "2039-01-07": "Eid al-Adha Holiday (estimated)", "2039-01-12": "Amazigh New Year", "2039-01-26": "Islamic New Year (estimated)", "2039-02-04": "Ashura (estimated)", "2039-04-06": "Prophet's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-07-05": "Independence Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr Holiday (estimated)", "2039-10-21": "Eid al-Fitr Holiday (estimated)", "2039-11-01": "Revolution Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha Holiday (estimated)", "2039-12-28": "Eid al-Adha Holiday (estimated)", "2040-01-01": "New Year's Day", "2040-01-12": "Amazigh New Year", "2040-01-15": "Islamic New Year (estimated)", "2040-01-24": "Ashura (estimated)", "2040-03-25": "Prophet's Birthday (estimated)", "2040-05-01": "Labor Day", "2040-07-05": "Independence Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr Holiday (estimated)", "2040-10-09": "Eid al-Fitr Holiday (estimated)", "2040-11-01": "Revolution Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha Holiday (estimated)", "2040-12-16": "Eid al-Adha Holiday (estimated)", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-01-12": "Amazigh New Year", "2041-01-13": "Ashura (estimated)", "2041-03-15": "Prophet's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-07-05": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr Holiday (estimated)", "2041-09-28": "Eid al-Fitr Holiday (estimated)", "2041-11-01": "Revolution Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha Holiday (estimated)", "2041-12-06": "Eid al-Adha Holiday (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2042-01-01": "New Year's Day", "2042-01-02": "Ashura (estimated)", "2042-01-12": "Amazigh New Year", "2042-03-04": "Prophet's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-07-05": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr Holiday (estimated)", "2042-09-17": "Eid al-Fitr Holiday (estimated)", "2042-11-01": "Revolution Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha Holiday (estimated)", "2042-11-25": "Eid al-Adha Holiday (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-23": "Ashura (estimated)", "2043-01-01": "New Year's Day", "2043-01-12": "Amazigh New Year", "2043-02-22": "Prophet's Birthday (estimated)", "2043-05-01": "Labor Day", "2043-07-05": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr Holiday (estimated)", "2043-09-06": "Eid al-Fitr Holiday (estimated)", "2043-11-01": "Revolution Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha Holiday (estimated)", "2043-11-14": "Eid al-Adha Holiday (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-12": "Ashura (estimated)", "2044-01-01": "New Year's Day", "2044-01-12": "Amazigh New Year", "2044-02-11": "Prophet's Birthday (estimated)", "2044-05-01": "Labor Day", "2044-07-05": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr Holiday (estimated)", "2044-08-26": "Eid al-Fitr Holiday (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha Holiday (estimated); Revolution Day", "2044-11-02": "Eid al-Adha Holiday (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2044-11-30": "Ashura (estimated)", "2045-01-01": "New Year's Day", "2045-01-12": "Amazigh New Year", "2045-01-30": "Prophet's Birthday (estimated)", "2045-05-01": "Labor Day", "2045-07-05": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr Holiday (estimated)", "2045-08-16": "Eid al-Fitr Holiday (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha Holiday (estimated)", "2045-10-23": "Eid al-Adha Holiday (estimated)", "2045-11-01": "Revolution Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-19": "Ashura (estimated)", "2046-01-01": "New Year's Day", "2046-01-12": "Amazigh New Year", "2046-01-19": "Prophet's Birthday (estimated)", "2046-05-01": "Labor Day", "2046-07-05": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr Holiday (estimated)", "2046-08-05": "Eid al-Fitr Holiday (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha Holiday (estimated)", "2046-10-12": "Eid al-Adha Holiday (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-11-01": "Revolution Day", "2046-11-09": "Ashura (estimated)", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-12": "Amazigh New Year", "2047-05-01": "Labor Day", "2047-07-05": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr Holiday (estimated)", "2047-07-26": "Eid al-Fitr Holiday (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha Holiday (estimated)", "2047-10-02": "Eid al-Adha Holiday (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-10-29": "Ashura (estimated)", "2047-11-01": "Revolution Day", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-01-12": "Amazigh New Year", "2048-05-01": "Labor Day", "2048-07-05": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr Holiday (estimated)", "2048-07-14": "Eid al-Fitr Holiday (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha Holiday (estimated)", "2048-09-21": "Eid al-Adha Holiday (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-18": "Ashura (estimated)", "2048-11-01": "Revolution Day", "2048-12-18": "Prophet's Birthday (estimated)", "2049-01-01": "New Year's Day", "2049-01-12": "Amazigh New Year", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr Holiday (estimated)", "2049-07-03": "Eid al-Fitr Holiday (estimated)", "2049-07-05": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha Holiday (estimated)", "2049-09-10": "Eid al-Adha Holiday (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-10-07": "Ashura (estimated)", "2049-11-01": "Revolution Day", "2049-12-07": "Prophet's Birthday (estimated)", "2050-01-01": "New Year's Day", "2050-01-12": "Amazigh New Year", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr Holiday (estimated)", "2050-06-22": "Eid al-Fitr Holiday (estimated)", "2050-07-05": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha Holiday (estimated)", "2050-08-30": "Eid al-Adha Holiday (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-09-26": "Ashura (estimated)", "2050-11-01": "Revolution Day", "2050-11-26": "Prophet's Birthday (estimated)" } holidays-0.71/snapshots/countries/EC_COMMON.json000066400000000000000000001430001500152103600215330ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-05-24": "The Battle of Pichincha", "1950-08-10": "Declaration of Independence of Quito", "1950-10-09": "Independence of Guayaquil", "1950-11-02": "All Souls' Day", "1950-11-03": "Independence of Cuenca", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-24": "The Battle of Pichincha", "1951-08-10": "Declaration of Independence of Quito", "1951-10-09": "Independence of Guayaquil", "1951-11-02": "All Souls' Day", "1951-11-03": "Independence of Cuenca", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-05-24": "The Battle of Pichincha", "1952-08-10": "Declaration of Independence of Quito", "1952-10-09": "Independence of Guayaquil", "1952-11-02": "All Souls' Day", "1952-11-03": "Independence of Cuenca", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-05-24": "The Battle of Pichincha", "1953-08-10": "Declaration of Independence of Quito", "1953-10-09": "Independence of Guayaquil", "1953-11-02": "All Souls' Day", "1953-11-03": "Independence of Cuenca", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-05-24": "The Battle of Pichincha", "1954-08-10": "Declaration of Independence of Quito", "1954-10-09": "Independence of Guayaquil", "1954-11-02": "All Souls' Day", "1954-11-03": "Independence of Cuenca", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-05-24": "The Battle of Pichincha", "1955-08-10": "Declaration of Independence of Quito", "1955-10-09": "Independence of Guayaquil", "1955-11-02": "All Souls' Day", "1955-11-03": "Independence of Cuenca", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-24": "The Battle of Pichincha", "1956-08-10": "Declaration of Independence of Quito", "1956-10-09": "Independence of Guayaquil", "1956-11-02": "All Souls' Day", "1956-11-03": "Independence of Cuenca", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-05-24": "The Battle of Pichincha", "1957-08-10": "Declaration of Independence of Quito", "1957-10-09": "Independence of Guayaquil", "1957-11-02": "All Souls' Day", "1957-11-03": "Independence of Cuenca", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-05-24": "The Battle of Pichincha", "1958-08-10": "Declaration of Independence of Quito", "1958-10-09": "Independence of Guayaquil", "1958-11-02": "All Souls' Day", "1958-11-03": "Independence of Cuenca", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-24": "The Battle of Pichincha", "1959-08-10": "Declaration of Independence of Quito", "1959-10-09": "Independence of Guayaquil", "1959-11-02": "All Souls' Day", "1959-11-03": "Independence of Cuenca", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-05-24": "The Battle of Pichincha", "1960-08-10": "Declaration of Independence of Quito", "1960-10-09": "Independence of Guayaquil", "1960-11-02": "All Souls' Day", "1960-11-03": "Independence of Cuenca", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-05-24": "The Battle of Pichincha", "1961-08-10": "Declaration of Independence of Quito", "1961-10-09": "Independence of Guayaquil", "1961-11-02": "All Souls' Day", "1961-11-03": "Independence of Cuenca", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-05-24": "The Battle of Pichincha", "1962-08-10": "Declaration of Independence of Quito", "1962-10-09": "Independence of Guayaquil", "1962-11-02": "All Souls' Day", "1962-11-03": "Independence of Cuenca", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-05-24": "The Battle of Pichincha", "1963-08-10": "Declaration of Independence of Quito", "1963-10-09": "Independence of Guayaquil", "1963-11-02": "All Souls' Day", "1963-11-03": "Independence of Cuenca", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-24": "The Battle of Pichincha", "1964-08-10": "Declaration of Independence of Quito", "1964-10-09": "Independence of Guayaquil", "1964-11-02": "All Souls' Day", "1964-11-03": "Independence of Cuenca", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-05-24": "The Battle of Pichincha", "1965-08-10": "Declaration of Independence of Quito", "1965-10-09": "Independence of Guayaquil", "1965-11-02": "All Souls' Day", "1965-11-03": "Independence of Cuenca", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-05-24": "The Battle of Pichincha", "1966-08-10": "Declaration of Independence of Quito", "1966-10-09": "Independence of Guayaquil", "1966-11-02": "All Souls' Day", "1966-11-03": "Independence of Cuenca", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-24": "The Battle of Pichincha", "1967-08-10": "Declaration of Independence of Quito", "1967-10-09": "Independence of Guayaquil", "1967-11-02": "All Souls' Day", "1967-11-03": "Independence of Cuenca", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-05-24": "The Battle of Pichincha", "1968-08-10": "Declaration of Independence of Quito", "1968-10-09": "Independence of Guayaquil", "1968-11-02": "All Souls' Day", "1968-11-03": "Independence of Cuenca", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-05-24": "The Battle of Pichincha", "1969-08-10": "Declaration of Independence of Quito", "1969-10-09": "Independence of Guayaquil", "1969-11-02": "All Souls' Day", "1969-11-03": "Independence of Cuenca", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-24": "The Battle of Pichincha", "1970-08-10": "Declaration of Independence of Quito", "1970-10-09": "Independence of Guayaquil", "1970-11-02": "All Souls' Day", "1970-11-03": "Independence of Cuenca", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-05-24": "The Battle of Pichincha", "1971-08-10": "Declaration of Independence of Quito", "1971-10-09": "Independence of Guayaquil", "1971-11-02": "All Souls' Day", "1971-11-03": "Independence of Cuenca", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-05-24": "The Battle of Pichincha", "1972-08-10": "Declaration of Independence of Quito", "1972-10-09": "Independence of Guayaquil", "1972-11-02": "All Souls' Day", "1972-11-03": "Independence of Cuenca", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-24": "The Battle of Pichincha", "1973-08-10": "Declaration of Independence of Quito", "1973-10-09": "Independence of Guayaquil", "1973-11-02": "All Souls' Day", "1973-11-03": "Independence of Cuenca", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-24": "The Battle of Pichincha", "1974-08-10": "Declaration of Independence of Quito", "1974-10-09": "Independence of Guayaquil", "1974-11-02": "All Souls' Day", "1974-11-03": "Independence of Cuenca", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-24": "The Battle of Pichincha", "1975-08-10": "Declaration of Independence of Quito", "1975-10-09": "Independence of Guayaquil", "1975-11-02": "All Souls' Day", "1975-11-03": "Independence of Cuenca", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-24": "The Battle of Pichincha", "1976-08-10": "Declaration of Independence of Quito", "1976-10-09": "Independence of Guayaquil", "1976-11-02": "All Souls' Day", "1976-11-03": "Independence of Cuenca", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-24": "The Battle of Pichincha", "1977-08-10": "Declaration of Independence of Quito", "1977-10-09": "Independence of Guayaquil", "1977-11-02": "All Souls' Day", "1977-11-03": "Independence of Cuenca", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-24": "The Battle of Pichincha", "1978-08-10": "Declaration of Independence of Quito", "1978-10-09": "Independence of Guayaquil", "1978-11-02": "All Souls' Day", "1978-11-03": "Independence of Cuenca", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-24": "The Battle of Pichincha", "1979-08-10": "Declaration of Independence of Quito", "1979-10-09": "Independence of Guayaquil", "1979-11-02": "All Souls' Day", "1979-11-03": "Independence of Cuenca", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-24": "The Battle of Pichincha", "1980-08-10": "Declaration of Independence of Quito", "1980-10-09": "Independence of Guayaquil", "1980-11-02": "All Souls' Day", "1980-11-03": "Independence of Cuenca", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-24": "The Battle of Pichincha", "1981-08-10": "Declaration of Independence of Quito", "1981-10-09": "Independence of Guayaquil", "1981-11-02": "All Souls' Day", "1981-11-03": "Independence of Cuenca", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-24": "The Battle of Pichincha", "1982-08-10": "Declaration of Independence of Quito", "1982-10-09": "Independence of Guayaquil", "1982-11-02": "All Souls' Day", "1982-11-03": "Independence of Cuenca", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-24": "The Battle of Pichincha", "1983-08-10": "Declaration of Independence of Quito", "1983-10-09": "Independence of Guayaquil", "1983-11-02": "All Souls' Day", "1983-11-03": "Independence of Cuenca", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-24": "The Battle of Pichincha", "1984-08-10": "Declaration of Independence of Quito", "1984-10-09": "Independence of Guayaquil", "1984-11-02": "All Souls' Day", "1984-11-03": "Independence of Cuenca", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-24": "The Battle of Pichincha", "1985-08-10": "Declaration of Independence of Quito", "1985-10-09": "Independence of Guayaquil", "1985-11-02": "All Souls' Day", "1985-11-03": "Independence of Cuenca", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-24": "The Battle of Pichincha", "1986-08-10": "Declaration of Independence of Quito", "1986-10-09": "Independence of Guayaquil", "1986-11-02": "All Souls' Day", "1986-11-03": "Independence of Cuenca", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-24": "The Battle of Pichincha", "1987-08-10": "Declaration of Independence of Quito", "1987-10-09": "Independence of Guayaquil", "1987-11-02": "All Souls' Day", "1987-11-03": "Independence of Cuenca", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-24": "The Battle of Pichincha", "1988-08-10": "Declaration of Independence of Quito", "1988-10-09": "Independence of Guayaquil", "1988-11-02": "All Souls' Day", "1988-11-03": "Independence of Cuenca", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-24": "The Battle of Pichincha", "1989-08-10": "Declaration of Independence of Quito", "1989-10-09": "Independence of Guayaquil", "1989-11-02": "All Souls' Day", "1989-11-03": "Independence of Cuenca", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-24": "The Battle of Pichincha", "1990-08-10": "Declaration of Independence of Quito", "1990-10-09": "Independence of Guayaquil", "1990-11-02": "All Souls' Day", "1990-11-03": "Independence of Cuenca", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-24": "The Battle of Pichincha", "1991-08-10": "Declaration of Independence of Quito", "1991-10-09": "Independence of Guayaquil", "1991-11-02": "All Souls' Day", "1991-11-03": "Independence of Cuenca", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-24": "The Battle of Pichincha", "1992-08-10": "Declaration of Independence of Quito", "1992-10-09": "Independence of Guayaquil", "1992-11-02": "All Souls' Day", "1992-11-03": "Independence of Cuenca", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-24": "The Battle of Pichincha", "1993-08-10": "Declaration of Independence of Quito", "1993-10-09": "Independence of Guayaquil", "1993-11-02": "All Souls' Day", "1993-11-03": "Independence of Cuenca", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-24": "The Battle of Pichincha", "1994-08-10": "Declaration of Independence of Quito", "1994-10-09": "Independence of Guayaquil", "1994-11-02": "All Souls' Day", "1994-11-03": "Independence of Cuenca", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-24": "The Battle of Pichincha", "1995-08-10": "Declaration of Independence of Quito", "1995-10-09": "Independence of Guayaquil", "1995-11-02": "All Souls' Day", "1995-11-03": "Independence of Cuenca", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-24": "The Battle of Pichincha", "1996-08-10": "Declaration of Independence of Quito", "1996-10-09": "Independence of Guayaquil", "1996-11-02": "All Souls' Day", "1996-11-03": "Independence of Cuenca", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-24": "The Battle of Pichincha", "1997-08-10": "Declaration of Independence of Quito", "1997-10-09": "Independence of Guayaquil", "1997-11-02": "All Souls' Day", "1997-11-03": "Independence of Cuenca", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-05-24": "The Battle of Pichincha", "1998-08-10": "Declaration of Independence of Quito", "1998-10-09": "Independence of Guayaquil", "1998-11-02": "All Souls' Day", "1998-11-03": "Independence of Cuenca", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-05-24": "The Battle of Pichincha", "1999-08-10": "Declaration of Independence of Quito", "1999-10-09": "Independence of Guayaquil", "1999-11-02": "All Souls' Day", "1999-11-03": "Independence of Cuenca", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-24": "The Battle of Pichincha", "2000-08-10": "Declaration of Independence of Quito", "2000-10-09": "Independence of Guayaquil", "2000-11-02": "All Souls' Day", "2000-11-03": "Independence of Cuenca", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-24": "The Battle of Pichincha", "2001-08-10": "Declaration of Independence of Quito", "2001-10-09": "Independence of Guayaquil", "2001-11-02": "All Souls' Day", "2001-11-03": "Independence of Cuenca", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-24": "The Battle of Pichincha", "2002-08-10": "Declaration of Independence of Quito", "2002-10-09": "Independence of Guayaquil", "2002-11-02": "All Souls' Day", "2002-11-03": "Independence of Cuenca", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-24": "The Battle of Pichincha", "2003-08-10": "Declaration of Independence of Quito", "2003-10-09": "Independence of Guayaquil", "2003-11-02": "All Souls' Day", "2003-11-03": "Independence of Cuenca", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-24": "The Battle of Pichincha", "2004-08-10": "Declaration of Independence of Quito", "2004-10-09": "Independence of Guayaquil", "2004-11-02": "All Souls' Day", "2004-11-03": "Independence of Cuenca", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-24": "The Battle of Pichincha", "2005-08-10": "Declaration of Independence of Quito", "2005-10-09": "Independence of Guayaquil", "2005-11-02": "All Souls' Day", "2005-11-03": "Independence of Cuenca", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-24": "The Battle of Pichincha", "2006-08-10": "Declaration of Independence of Quito", "2006-10-09": "Independence of Guayaquil", "2006-11-02": "All Souls' Day", "2006-11-03": "Independence of Cuenca", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-05-24": "The Battle of Pichincha", "2007-08-10": "Declaration of Independence of Quito", "2007-10-09": "Independence of Guayaquil", "2007-11-02": "All Souls' Day", "2007-11-03": "Independence of Cuenca", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-24": "The Battle of Pichincha", "2008-08-10": "Declaration of Independence of Quito", "2008-10-09": "Independence of Guayaquil", "2008-11-02": "All Souls' Day", "2008-11-03": "Independence of Cuenca", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-24": "The Battle of Pichincha", "2009-08-10": "Declaration of Independence of Quito", "2009-10-09": "Independence of Guayaquil", "2009-11-02": "All Souls' Day", "2009-11-03": "Independence of Cuenca", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-24": "The Battle of Pichincha", "2010-08-10": "Declaration of Independence of Quito", "2010-10-09": "Independence of Guayaquil", "2010-11-02": "All Souls' Day", "2010-11-03": "Independence of Cuenca", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-24": "The Battle of Pichincha", "2011-08-10": "Declaration of Independence of Quito", "2011-10-09": "Independence of Guayaquil", "2011-11-02": "All Souls' Day", "2011-11-03": "Independence of Cuenca", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-24": "The Battle of Pichincha", "2012-08-10": "Declaration of Independence of Quito", "2012-10-09": "Independence of Guayaquil", "2012-11-02": "All Souls' Day", "2012-11-03": "Independence of Cuenca", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-24": "The Battle of Pichincha", "2013-08-10": "Declaration of Independence of Quito", "2013-10-09": "Independence of Guayaquil", "2013-11-02": "All Souls' Day", "2013-11-03": "Independence of Cuenca", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-24": "The Battle of Pichincha", "2014-08-10": "Declaration of Independence of Quito", "2014-10-09": "Independence of Guayaquil", "2014-11-02": "All Souls' Day", "2014-11-03": "Independence of Cuenca", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-05-24": "The Battle of Pichincha", "2015-08-10": "Declaration of Independence of Quito", "2015-10-09": "Independence of Guayaquil", "2015-11-02": "All Souls' Day", "2015-11-03": "Independence of Cuenca", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-24": "The Battle of Pichincha", "2016-08-10": "Declaration of Independence of Quito", "2016-10-09": "Independence of Guayaquil", "2016-11-02": "All Souls' Day", "2016-11-03": "Independence of Cuenca", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-05-24": "The Battle of Pichincha", "2017-05-26": "The Battle of Pichincha (observed)", "2017-08-10": "Declaration of Independence of Quito", "2017-08-11": "Declaration of Independence of Quito (observed)", "2017-10-09": "Independence of Guayaquil", "2017-11-02": "All Souls' Day", "2017-11-03": "Independence of Cuenca", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-30": "Labor Day (observed)", "2018-05-01": "Labor Day", "2018-05-24": "The Battle of Pichincha", "2018-05-25": "The Battle of Pichincha (observed)", "2018-08-10": "Declaration of Independence of Quito", "2018-10-08": "Independence of Guayaquil (observed)", "2018-10-09": "Independence of Guayaquil", "2018-11-02": "All Souls' Day", "2018-11-03": "Independence of Cuenca", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-05-03": "Labor Day (observed)", "2019-05-24": "The Battle of Pichincha", "2019-08-09": "Declaration of Independence of Quito (observed)", "2019-08-10": "Declaration of Independence of Quito", "2019-10-09": "Independence of Guayaquil", "2019-10-11": "Independence of Guayaquil (observed)", "2019-11-01": "All Souls' Day (observed)", "2019-11-02": "All Souls' Day", "2019-11-03": "Independence of Cuenca", "2019-11-04": "Independence of Cuenca (observed)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-05-24": "The Battle of Pichincha", "2020-05-25": "The Battle of Pichincha (observed)", "2020-08-10": "Declaration of Independence of Quito", "2020-10-09": "Independence of Guayaquil", "2020-11-02": "All Souls' Day", "2020-11-03": "Independence of Cuenca", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-30": "Labor Day (observed)", "2021-05-01": "Labor Day", "2021-05-24": "The Battle of Pichincha", "2021-08-09": "Declaration of Independence of Quito (observed)", "2021-08-10": "Declaration of Independence of Quito", "2021-10-08": "Independence of Guayaquil (observed)", "2021-10-09": "Independence of Guayaquil", "2021-11-01": "All Souls' Day (observed)", "2021-11-02": "All Souls' Day", "2021-11-03": "Independence of Cuenca", "2021-11-05": "Independence of Cuenca (observed)", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-05-23": "The Battle of Pichincha (observed)", "2022-05-24": "The Battle of Pichincha", "2022-08-10": "Declaration of Independence of Quito", "2022-08-12": "Declaration of Independence of Quito (observed)", "2022-10-09": "Independence of Guayaquil", "2022-10-10": "Independence of Guayaquil (observed)", "2022-11-02": "All Souls' Day", "2022-11-03": "Independence of Cuenca", "2022-11-04": "All Souls' Day (observed); Independence of Cuenca (observed)", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-24": "The Battle of Pichincha", "2023-05-26": "The Battle of Pichincha (observed)", "2023-08-10": "Declaration of Independence of Quito", "2023-08-11": "Declaration of Independence of Quito (observed)", "2023-10-09": "Independence of Guayaquil", "2023-11-02": "All Souls' Day", "2023-11-03": "Independence of Cuenca", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-03": "Labor Day (observed)", "2024-05-24": "The Battle of Pichincha", "2024-08-09": "Declaration of Independence of Quito (observed)", "2024-08-10": "Declaration of Independence of Quito", "2024-10-09": "Independence of Guayaquil", "2024-10-11": "Independence of Guayaquil (observed)", "2024-11-01": "All Souls' Day (observed)", "2024-11-02": "All Souls' Day", "2024-11-03": "Independence of Cuenca", "2024-11-04": "Independence of Cuenca (observed)", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-02": "Labor Day (observed)", "2025-05-23": "The Battle of Pichincha (observed)", "2025-05-24": "The Battle of Pichincha", "2025-08-10": "Declaration of Independence of Quito", "2025-08-11": "Declaration of Independence of Quito (observed)", "2025-10-09": "Independence of Guayaquil", "2025-10-10": "Independence of Guayaquil (observed)", "2025-11-02": "All Souls' Day", "2025-11-03": "Independence of Cuenca", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-24": "The Battle of Pichincha", "2026-05-25": "The Battle of Pichincha (observed)", "2026-08-10": "Declaration of Independence of Quito", "2026-10-09": "Independence of Guayaquil", "2026-11-02": "All Souls' Day", "2026-11-03": "Independence of Cuenca", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-04-30": "Labor Day (observed)", "2027-05-01": "Labor Day", "2027-05-24": "The Battle of Pichincha", "2027-08-09": "Declaration of Independence of Quito (observed)", "2027-08-10": "Declaration of Independence of Quito", "2027-10-08": "Independence of Guayaquil (observed)", "2027-10-09": "Independence of Guayaquil", "2027-11-01": "All Souls' Day (observed)", "2027-11-02": "All Souls' Day", "2027-11-03": "Independence of Cuenca", "2027-11-05": "Independence of Cuenca (observed)", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-24": "The Battle of Pichincha", "2028-05-26": "The Battle of Pichincha (observed)", "2028-08-10": "Declaration of Independence of Quito", "2028-08-11": "Declaration of Independence of Quito (observed)", "2028-10-09": "Independence of Guayaquil", "2028-11-02": "All Souls' Day", "2028-11-03": "Independence of Cuenca", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-30": "Labor Day (observed)", "2029-05-01": "Labor Day", "2029-05-24": "The Battle of Pichincha", "2029-05-25": "The Battle of Pichincha (observed)", "2029-08-10": "Declaration of Independence of Quito", "2029-10-08": "Independence of Guayaquil (observed)", "2029-10-09": "Independence of Guayaquil", "2029-11-02": "All Souls' Day", "2029-11-03": "Independence of Cuenca", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-03": "Labor Day (observed)", "2030-05-24": "The Battle of Pichincha", "2030-08-09": "Declaration of Independence of Quito (observed)", "2030-08-10": "Declaration of Independence of Quito", "2030-10-09": "Independence of Guayaquil", "2030-10-11": "Independence of Guayaquil (observed)", "2030-11-01": "All Souls' Day (observed)", "2030-11-02": "All Souls' Day", "2030-11-03": "Independence of Cuenca", "2030-11-04": "Independence of Cuenca (observed)", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-02": "Labor Day (observed)", "2031-05-23": "The Battle of Pichincha (observed)", "2031-05-24": "The Battle of Pichincha", "2031-08-10": "Declaration of Independence of Quito", "2031-08-11": "Declaration of Independence of Quito (observed)", "2031-10-09": "Independence of Guayaquil", "2031-10-10": "Independence of Guayaquil (observed)", "2031-11-02": "All Souls' Day", "2031-11-03": "Independence of Cuenca", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-04-30": "Labor Day (observed)", "2032-05-01": "Labor Day", "2032-05-24": "The Battle of Pichincha", "2032-08-09": "Declaration of Independence of Quito (observed)", "2032-08-10": "Declaration of Independence of Quito", "2032-10-08": "Independence of Guayaquil (observed)", "2032-10-09": "Independence of Guayaquil", "2032-11-01": "All Souls' Day (observed)", "2032-11-02": "All Souls' Day", "2032-11-03": "Independence of Cuenca", "2032-11-05": "Independence of Cuenca (observed)", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-23": "The Battle of Pichincha (observed)", "2033-05-24": "The Battle of Pichincha", "2033-08-10": "Declaration of Independence of Quito", "2033-08-12": "Declaration of Independence of Quito (observed)", "2033-10-09": "Independence of Guayaquil", "2033-10-10": "Independence of Guayaquil (observed)", "2033-11-02": "All Souls' Day", "2033-11-03": "Independence of Cuenca", "2033-11-04": "All Souls' Day (observed); Independence of Cuenca (observed)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-24": "The Battle of Pichincha", "2034-05-26": "The Battle of Pichincha (observed)", "2034-08-10": "Declaration of Independence of Quito", "2034-08-11": "Declaration of Independence of Quito (observed)", "2034-10-09": "Independence of Guayaquil", "2034-11-02": "All Souls' Day", "2034-11-03": "Independence of Cuenca", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-04-30": "Labor Day (observed)", "2035-05-01": "Labor Day", "2035-05-24": "The Battle of Pichincha", "2035-05-25": "The Battle of Pichincha (observed)", "2035-08-10": "Declaration of Independence of Quito", "2035-10-08": "Independence of Guayaquil (observed)", "2035-10-09": "Independence of Guayaquil", "2035-11-02": "All Souls' Day", "2035-11-03": "Independence of Cuenca", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-02": "Labor Day (observed)", "2036-05-23": "The Battle of Pichincha (observed)", "2036-05-24": "The Battle of Pichincha", "2036-08-10": "Declaration of Independence of Quito", "2036-08-11": "Declaration of Independence of Quito (observed)", "2036-10-09": "Independence of Guayaquil", "2036-10-10": "Independence of Guayaquil (observed)", "2036-11-02": "All Souls' Day", "2036-11-03": "Independence of Cuenca", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-24": "The Battle of Pichincha", "2037-05-25": "The Battle of Pichincha (observed)", "2037-08-10": "Declaration of Independence of Quito", "2037-10-09": "Independence of Guayaquil", "2037-11-02": "All Souls' Day", "2037-11-03": "Independence of Cuenca", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-30": "Labor Day (observed)", "2038-05-01": "Labor Day", "2038-05-24": "The Battle of Pichincha", "2038-08-09": "Declaration of Independence of Quito (observed)", "2038-08-10": "Declaration of Independence of Quito", "2038-10-08": "Independence of Guayaquil (observed)", "2038-10-09": "Independence of Guayaquil", "2038-11-01": "All Souls' Day (observed)", "2038-11-02": "All Souls' Day", "2038-11-03": "Independence of Cuenca", "2038-11-05": "Independence of Cuenca (observed)", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-23": "The Battle of Pichincha (observed)", "2039-05-24": "The Battle of Pichincha", "2039-08-10": "Declaration of Independence of Quito", "2039-08-12": "Declaration of Independence of Quito (observed)", "2039-10-09": "Independence of Guayaquil", "2039-10-10": "Independence of Guayaquil (observed)", "2039-11-02": "All Souls' Day", "2039-11-03": "Independence of Cuenca", "2039-11-04": "All Souls' Day (observed); Independence of Cuenca (observed)", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-30": "Labor Day (observed)", "2040-05-01": "Labor Day", "2040-05-24": "The Battle of Pichincha", "2040-05-25": "The Battle of Pichincha (observed)", "2040-08-10": "Declaration of Independence of Quito", "2040-10-08": "Independence of Guayaquil (observed)", "2040-10-09": "Independence of Guayaquil", "2040-11-02": "All Souls' Day", "2040-11-03": "Independence of Cuenca", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-03": "Labor Day (observed)", "2041-05-24": "The Battle of Pichincha", "2041-08-09": "Declaration of Independence of Quito (observed)", "2041-08-10": "Declaration of Independence of Quito", "2041-10-09": "Independence of Guayaquil", "2041-10-11": "Independence of Guayaquil (observed)", "2041-11-01": "All Souls' Day (observed)", "2041-11-02": "All Souls' Day", "2041-11-03": "Independence of Cuenca", "2041-11-04": "Independence of Cuenca (observed)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-02": "Labor Day (observed)", "2042-05-23": "The Battle of Pichincha (observed)", "2042-05-24": "The Battle of Pichincha", "2042-08-10": "Declaration of Independence of Quito", "2042-08-11": "Declaration of Independence of Quito (observed)", "2042-10-09": "Independence of Guayaquil", "2042-10-10": "Independence of Guayaquil (observed)", "2042-11-02": "All Souls' Day", "2042-11-03": "Independence of Cuenca", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-24": "The Battle of Pichincha", "2043-05-25": "The Battle of Pichincha (observed)", "2043-08-10": "Declaration of Independence of Quito", "2043-10-09": "Independence of Guayaquil", "2043-11-02": "All Souls' Day", "2043-11-03": "Independence of Cuenca", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-23": "The Battle of Pichincha (observed)", "2044-05-24": "The Battle of Pichincha", "2044-08-10": "Declaration of Independence of Quito", "2044-08-12": "Declaration of Independence of Quito (observed)", "2044-10-09": "Independence of Guayaquil", "2044-10-10": "Independence of Guayaquil (observed)", "2044-11-02": "All Souls' Day", "2044-11-03": "Independence of Cuenca", "2044-11-04": "All Souls' Day (observed); Independence of Cuenca (observed)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-24": "The Battle of Pichincha", "2045-05-26": "The Battle of Pichincha (observed)", "2045-08-10": "Declaration of Independence of Quito", "2045-08-11": "Declaration of Independence of Quito (observed)", "2045-10-09": "Independence of Guayaquil", "2045-11-02": "All Souls' Day", "2045-11-03": "Independence of Cuenca", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-04-30": "Labor Day (observed)", "2046-05-01": "Labor Day", "2046-05-24": "The Battle of Pichincha", "2046-05-25": "The Battle of Pichincha (observed)", "2046-08-10": "Declaration of Independence of Quito", "2046-10-08": "Independence of Guayaquil (observed)", "2046-10-09": "Independence of Guayaquil", "2046-11-02": "All Souls' Day", "2046-11-03": "Independence of Cuenca", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-03": "Labor Day (observed)", "2047-05-24": "The Battle of Pichincha", "2047-08-09": "Declaration of Independence of Quito (observed)", "2047-08-10": "Declaration of Independence of Quito", "2047-10-09": "Independence of Guayaquil", "2047-10-11": "Independence of Guayaquil (observed)", "2047-11-01": "All Souls' Day (observed)", "2047-11-02": "All Souls' Day", "2047-11-03": "Independence of Cuenca", "2047-11-04": "Independence of Cuenca (observed)", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-24": "The Battle of Pichincha", "2048-05-25": "The Battle of Pichincha (observed)", "2048-08-10": "Declaration of Independence of Quito", "2048-10-09": "Independence of Guayaquil", "2048-11-02": "All Souls' Day", "2048-11-03": "Independence of Cuenca", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-30": "Labor Day (observed)", "2049-05-01": "Labor Day", "2049-05-24": "The Battle of Pichincha", "2049-08-09": "Declaration of Independence of Quito (observed)", "2049-08-10": "Declaration of Independence of Quito", "2049-10-08": "Independence of Guayaquil (observed)", "2049-10-09": "Independence of Guayaquil", "2049-11-01": "All Souls' Day (observed)", "2049-11-02": "All Souls' Day", "2049-11-03": "Independence of Cuenca", "2049-11-05": "Independence of Cuenca (observed)", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-23": "The Battle of Pichincha (observed)", "2050-05-24": "The Battle of Pichincha", "2050-08-10": "Declaration of Independence of Quito", "2050-08-12": "Declaration of Independence of Quito (observed)", "2050-10-09": "Independence of Guayaquil", "2050-10-10": "Independence of Guayaquil (observed)", "2050-11-02": "All Souls' Day", "2050-11-03": "Independence of Cuenca", "2050-11-04": "All Souls' Day (observed); Independence of Cuenca (observed)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/EE_COMMON.json000066400000000000000000001162661500152103600215530ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-24": "Independence Day", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Spring Day", "1950-05-28": "Whit Sunday", "1950-06-23": "Victory Day", "1950-06-24": "Midsummer Day", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1951-01-01": "New Year's Day", "1951-02-24": "Independence Day", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Spring Day", "1951-05-13": "Whit Sunday", "1951-06-23": "Victory Day", "1951-06-24": "Midsummer Day", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1952-01-01": "New Year's Day", "1952-02-24": "Independence Day", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Spring Day", "1952-06-01": "Whit Sunday", "1952-06-23": "Victory Day", "1952-06-24": "Midsummer Day", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1953-01-01": "New Year's Day", "1953-02-24": "Independence Day", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Spring Day", "1953-05-24": "Whit Sunday", "1953-06-23": "Victory Day", "1953-06-24": "Midsummer Day", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1954-01-01": "New Year's Day", "1954-02-24": "Independence Day", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Spring Day", "1954-06-06": "Whit Sunday", "1954-06-23": "Victory Day", "1954-06-24": "Midsummer Day", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1955-01-01": "New Year's Day", "1955-02-24": "Independence Day", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Spring Day", "1955-05-29": "Whit Sunday", "1955-06-23": "Victory Day", "1955-06-24": "Midsummer Day", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1956-01-01": "New Year's Day", "1956-02-24": "Independence Day", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Spring Day", "1956-05-20": "Whit Sunday", "1956-06-23": "Victory Day", "1956-06-24": "Midsummer Day", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1957-01-01": "New Year's Day", "1957-02-24": "Independence Day", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Spring Day", "1957-06-09": "Whit Sunday", "1957-06-23": "Victory Day", "1957-06-24": "Midsummer Day", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1958-01-01": "New Year's Day", "1958-02-24": "Independence Day", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-05-01": "Spring Day", "1958-05-25": "Whit Sunday", "1958-06-23": "Victory Day", "1958-06-24": "Midsummer Day", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1959-01-01": "New Year's Day", "1959-02-24": "Independence Day", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-01": "Spring Day", "1959-05-17": "Whit Sunday", "1959-06-23": "Victory Day", "1959-06-24": "Midsummer Day", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1960-01-01": "New Year's Day", "1960-02-24": "Independence Day", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Spring Day", "1960-06-05": "Whit Sunday", "1960-06-23": "Victory Day", "1960-06-24": "Midsummer Day", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1961-01-01": "New Year's Day", "1961-02-24": "Independence Day", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Spring Day", "1961-05-21": "Whit Sunday", "1961-06-23": "Victory Day", "1961-06-24": "Midsummer Day", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1962-01-01": "New Year's Day", "1962-02-24": "Independence Day", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Spring Day", "1962-06-10": "Whit Sunday", "1962-06-23": "Victory Day", "1962-06-24": "Midsummer Day", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1963-01-01": "New Year's Day", "1963-02-24": "Independence Day", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Spring Day", "1963-06-02": "Whit Sunday", "1963-06-23": "Victory Day", "1963-06-24": "Midsummer Day", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1964-01-01": "New Year's Day", "1964-02-24": "Independence Day", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-01": "Spring Day", "1964-05-17": "Whit Sunday", "1964-06-23": "Victory Day", "1964-06-24": "Midsummer Day", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1965-01-01": "New Year's Day", "1965-02-24": "Independence Day", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Spring Day", "1965-06-06": "Whit Sunday", "1965-06-23": "Victory Day", "1965-06-24": "Midsummer Day", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1966-01-01": "New Year's Day", "1966-02-24": "Independence Day", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-05-01": "Spring Day", "1966-05-29": "Whit Sunday", "1966-06-23": "Victory Day", "1966-06-24": "Midsummer Day", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1967-01-01": "New Year's Day", "1967-02-24": "Independence Day", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-01": "Spring Day", "1967-05-14": "Whit Sunday", "1967-06-23": "Victory Day", "1967-06-24": "Midsummer Day", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1968-01-01": "New Year's Day", "1968-02-24": "Independence Day", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Spring Day", "1968-06-02": "Whit Sunday", "1968-06-23": "Victory Day", "1968-06-24": "Midsummer Day", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1969-01-01": "New Year's Day", "1969-02-24": "Independence Day", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Spring Day", "1969-05-25": "Whit Sunday", "1969-06-23": "Victory Day", "1969-06-24": "Midsummer Day", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1970-01-01": "New Year's Day", "1970-02-24": "Independence Day", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Spring Day", "1970-05-17": "Whit Sunday", "1970-06-23": "Victory Day", "1970-06-24": "Midsummer Day", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1971-01-01": "New Year's Day", "1971-02-24": "Independence Day", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Spring Day", "1971-05-30": "Whit Sunday", "1971-06-23": "Victory Day", "1971-06-24": "Midsummer Day", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1972-01-01": "New Year's Day", "1972-02-24": "Independence Day", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-05-01": "Spring Day", "1972-05-21": "Whit Sunday", "1972-06-23": "Victory Day", "1972-06-24": "Midsummer Day", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1973-01-01": "New Year's Day", "1973-02-24": "Independence Day", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Spring Day", "1973-06-10": "Whit Sunday", "1973-06-23": "Victory Day", "1973-06-24": "Midsummer Day", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1974-01-01": "New Year's Day", "1974-02-24": "Independence Day", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Spring Day", "1974-06-02": "Whit Sunday", "1974-06-23": "Victory Day", "1974-06-24": "Midsummer Day", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1975-01-01": "New Year's Day", "1975-02-24": "Independence Day", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Spring Day", "1975-05-18": "Whit Sunday", "1975-06-23": "Victory Day", "1975-06-24": "Midsummer Day", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1976-01-01": "New Year's Day", "1976-02-24": "Independence Day", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Spring Day", "1976-06-06": "Whit Sunday", "1976-06-23": "Victory Day", "1976-06-24": "Midsummer Day", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1977-01-01": "New Year's Day", "1977-02-24": "Independence Day", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Spring Day", "1977-05-29": "Whit Sunday", "1977-06-23": "Victory Day", "1977-06-24": "Midsummer Day", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1978-01-01": "New Year's Day", "1978-02-24": "Independence Day", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Spring Day", "1978-05-14": "Whit Sunday", "1978-06-23": "Victory Day", "1978-06-24": "Midsummer Day", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1979-01-01": "New Year's Day", "1979-02-24": "Independence Day", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Spring Day", "1979-06-03": "Whit Sunday", "1979-06-23": "Victory Day", "1979-06-24": "Midsummer Day", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1980-01-01": "New Year's Day", "1980-02-24": "Independence Day", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Spring Day", "1980-05-25": "Whit Sunday", "1980-06-23": "Victory Day", "1980-06-24": "Midsummer Day", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1981-01-01": "New Year's Day", "1981-02-24": "Independence Day", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Spring Day", "1981-06-07": "Whit Sunday", "1981-06-23": "Victory Day", "1981-06-24": "Midsummer Day", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1982-01-01": "New Year's Day", "1982-02-24": "Independence Day", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Spring Day", "1982-05-30": "Whit Sunday", "1982-06-23": "Victory Day", "1982-06-24": "Midsummer Day", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1983-01-01": "New Year's Day", "1983-02-24": "Independence Day", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Spring Day", "1983-05-22": "Whit Sunday", "1983-06-23": "Victory Day", "1983-06-24": "Midsummer Day", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1984-01-01": "New Year's Day", "1984-02-24": "Independence Day", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Spring Day", "1984-06-10": "Whit Sunday", "1984-06-23": "Victory Day", "1984-06-24": "Midsummer Day", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1985-01-01": "New Year's Day", "1985-02-24": "Independence Day", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Spring Day", "1985-05-26": "Whit Sunday", "1985-06-23": "Victory Day", "1985-06-24": "Midsummer Day", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1986-01-01": "New Year's Day", "1986-02-24": "Independence Day", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Spring Day", "1986-05-18": "Whit Sunday", "1986-06-23": "Victory Day", "1986-06-24": "Midsummer Day", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1987-01-01": "New Year's Day", "1987-02-24": "Independence Day", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Spring Day", "1987-06-07": "Whit Sunday", "1987-06-23": "Victory Day", "1987-06-24": "Midsummer Day", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1988-01-01": "New Year's Day", "1988-02-24": "Independence Day", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Spring Day", "1988-05-22": "Whit Sunday", "1988-06-23": "Victory Day", "1988-06-24": "Midsummer Day", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1989-01-01": "New Year's Day", "1989-02-24": "Independence Day", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Spring Day", "1989-05-14": "Whit Sunday", "1989-06-23": "Victory Day", "1989-06-24": "Midsummer Day", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1990-01-01": "New Year's Day", "1990-02-24": "Independence Day", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-05-01": "Spring Day", "1990-06-03": "Whit Sunday", "1990-06-23": "Victory Day", "1990-06-24": "Midsummer Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-02-24": "Independence Day", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-05-01": "Spring Day", "1991-05-19": "Whit Sunday", "1991-06-23": "Victory Day", "1991-06-24": "Midsummer Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-02-24": "Independence Day", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Spring Day", "1992-06-07": "Whit Sunday", "1992-06-23": "Victory Day", "1992-06-24": "Midsummer Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-02-24": "Independence Day", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Spring Day", "1993-05-30": "Whit Sunday", "1993-06-23": "Victory Day", "1993-06-24": "Midsummer Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-02-24": "Independence Day", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Spring Day", "1994-05-22": "Whit Sunday", "1994-06-23": "Victory Day", "1994-06-24": "Midsummer Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-02-24": "Independence Day", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Spring Day", "1995-06-04": "Whit Sunday", "1995-06-23": "Victory Day", "1995-06-24": "Midsummer Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-02-24": "Independence Day", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-05-01": "Spring Day", "1996-05-26": "Whit Sunday", "1996-06-23": "Victory Day", "1996-06-24": "Midsummer Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-02-24": "Independence Day", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-05-01": "Spring Day", "1997-05-18": "Whit Sunday", "1997-06-23": "Victory Day", "1997-06-24": "Midsummer Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-02-24": "Independence Day", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Spring Day", "1998-05-31": "Whit Sunday", "1998-06-23": "Victory Day", "1998-06-24": "Midsummer Day", "1998-08-20": "Independence Restoration Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-02-24": "Independence Day", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-05-01": "Spring Day", "1999-05-23": "Whit Sunday", "1999-06-23": "Victory Day", "1999-06-24": "Midsummer Day", "1999-08-20": "Independence Restoration Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-02-24": "Independence Day", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Spring Day", "2000-06-11": "Whit Sunday", "2000-06-23": "Victory Day", "2000-06-24": "Midsummer Day", "2000-08-20": "Independence Restoration Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-02-24": "Independence Day", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-05-01": "Spring Day", "2001-06-03": "Whit Sunday", "2001-06-23": "Victory Day", "2001-06-24": "Midsummer Day", "2001-08-20": "Independence Restoration Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-02-24": "Independence Day", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-05-01": "Spring Day", "2002-05-19": "Whit Sunday", "2002-06-23": "Victory Day", "2002-06-24": "Midsummer Day", "2002-08-20": "Independence Restoration Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-02-24": "Independence Day", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Spring Day", "2003-06-08": "Whit Sunday", "2003-06-23": "Victory Day", "2003-06-24": "Midsummer Day", "2003-08-20": "Independence Restoration Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-02-24": "Independence Day", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Spring Day", "2004-05-30": "Whit Sunday", "2004-06-23": "Victory Day", "2004-06-24": "Midsummer Day", "2004-08-20": "Independence Restoration Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-02-24": "Independence Day", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-05-01": "Spring Day", "2005-05-15": "Whit Sunday", "2005-06-23": "Victory Day", "2005-06-24": "Midsummer Day", "2005-08-20": "Independence Restoration Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-02-24": "Independence Day", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Spring Day", "2006-06-04": "Whit Sunday", "2006-06-23": "Victory Day", "2006-06-24": "Midsummer Day", "2006-08-20": "Independence Restoration Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-02-24": "Independence Day", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Spring Day", "2007-05-27": "Whit Sunday", "2007-06-23": "Victory Day", "2007-06-24": "Midsummer Day", "2007-08-20": "Independence Restoration Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-02-24": "Independence Day", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-05-01": "Spring Day", "2008-05-11": "Whit Sunday", "2008-06-23": "Victory Day", "2008-06-24": "Midsummer Day", "2008-08-20": "Independence Restoration Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-02-24": "Independence Day", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Spring Day", "2009-05-31": "Whit Sunday", "2009-06-23": "Victory Day", "2009-06-24": "Midsummer Day", "2009-08-20": "Independence Restoration Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-02-24": "Independence Day", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-05-01": "Spring Day", "2010-05-23": "Whit Sunday", "2010-06-23": "Victory Day", "2010-06-24": "Midsummer Day", "2010-08-20": "Independence Restoration Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-02-24": "Independence Day", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Spring Day", "2011-06-12": "Whit Sunday", "2011-06-23": "Victory Day", "2011-06-24": "Midsummer Day", "2011-08-20": "Independence Restoration Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-02-24": "Independence Day", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Spring Day", "2012-05-27": "Whit Sunday", "2012-06-23": "Victory Day", "2012-06-24": "Midsummer Day", "2012-08-20": "Independence Restoration Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-02-24": "Independence Day", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-05-01": "Spring Day", "2013-05-19": "Whit Sunday", "2013-06-23": "Victory Day", "2013-06-24": "Midsummer Day", "2013-08-20": "Independence Restoration Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-02-24": "Independence Day", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Spring Day", "2014-06-08": "Whit Sunday", "2014-06-23": "Victory Day", "2014-06-24": "Midsummer Day", "2014-08-20": "Independence Restoration Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-02-24": "Independence Day", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Spring Day", "2015-05-24": "Whit Sunday", "2015-06-23": "Victory Day", "2015-06-24": "Midsummer Day", "2015-08-20": "Independence Restoration Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-02-24": "Independence Day", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-05-01": "Spring Day", "2016-05-15": "Whit Sunday", "2016-06-23": "Victory Day", "2016-06-24": "Midsummer Day", "2016-08-20": "Independence Restoration Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-02-24": "Independence Day", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Spring Day", "2017-06-04": "Whit Sunday", "2017-06-23": "Victory Day", "2017-06-24": "Midsummer Day", "2017-08-20": "Independence Restoration Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-02-24": "Independence Day", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-05-01": "Spring Day", "2018-05-20": "Whit Sunday", "2018-06-23": "Victory Day", "2018-06-24": "Midsummer Day", "2018-08-20": "Independence Restoration Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-02-24": "Independence Day", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Spring Day", "2019-06-09": "Whit Sunday", "2019-06-23": "Victory Day", "2019-06-24": "Midsummer Day", "2019-08-20": "Independence Restoration Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-02-24": "Independence Day", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Spring Day", "2020-05-31": "Whit Sunday", "2020-06-23": "Victory Day", "2020-06-24": "Midsummer Day", "2020-08-20": "Independence Restoration Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-02-24": "Independence Day", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-05-01": "Spring Day", "2021-05-23": "Whit Sunday", "2021-06-23": "Victory Day", "2021-06-24": "Midsummer Day", "2021-08-20": "Independence Restoration Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-02-24": "Independence Day", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Spring Day", "2022-06-05": "Whit Sunday", "2022-06-23": "Victory Day", "2022-06-24": "Midsummer Day", "2022-08-20": "Independence Restoration Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-02-24": "Independence Day", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-05-01": "Spring Day", "2023-05-28": "Whit Sunday", "2023-06-23": "Victory Day", "2023-06-24": "Midsummer Day", "2023-08-20": "Independence Restoration Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-02-24": "Independence Day", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-05-01": "Spring Day", "2024-05-19": "Whit Sunday", "2024-06-23": "Victory Day", "2024-06-24": "Midsummer Day", "2024-08-20": "Independence Restoration Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-02-24": "Independence Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Spring Day", "2025-06-08": "Whit Sunday", "2025-06-23": "Victory Day", "2025-06-24": "Midsummer Day", "2025-08-20": "Independence Restoration Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-02-24": "Independence Day", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Spring Day", "2026-05-24": "Whit Sunday", "2026-06-23": "Victory Day", "2026-06-24": "Midsummer Day", "2026-08-20": "Independence Restoration Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-02-24": "Independence Day", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-05-01": "Spring Day", "2027-05-16": "Whit Sunday", "2027-06-23": "Victory Day", "2027-06-24": "Midsummer Day", "2027-08-20": "Independence Restoration Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-02-24": "Independence Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Spring Day", "2028-06-04": "Whit Sunday", "2028-06-23": "Victory Day", "2028-06-24": "Midsummer Day", "2028-08-20": "Independence Restoration Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-02-24": "Independence Day", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-05-01": "Spring Day", "2029-05-20": "Whit Sunday", "2029-06-23": "Victory Day", "2029-06-24": "Midsummer Day", "2029-08-20": "Independence Restoration Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-02-24": "Independence Day", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Spring Day", "2030-06-09": "Whit Sunday", "2030-06-23": "Victory Day", "2030-06-24": "Midsummer Day", "2030-08-20": "Independence Restoration Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-02-24": "Independence Day", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Spring Day", "2031-06-01": "Whit Sunday", "2031-06-23": "Victory Day", "2031-06-24": "Midsummer Day", "2031-08-20": "Independence Restoration Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-02-24": "Independence Day", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-05-01": "Spring Day", "2032-05-16": "Whit Sunday", "2032-06-23": "Victory Day", "2032-06-24": "Midsummer Day", "2032-08-20": "Independence Restoration Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-02-24": "Independence Day", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Spring Day", "2033-06-05": "Whit Sunday", "2033-06-23": "Victory Day", "2033-06-24": "Midsummer Day", "2033-08-20": "Independence Restoration Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-02-24": "Independence Day", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Spring Day", "2034-05-28": "Whit Sunday", "2034-06-23": "Victory Day", "2034-06-24": "Midsummer Day", "2034-08-20": "Independence Restoration Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-02-24": "Independence Day", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-05-01": "Spring Day", "2035-05-13": "Whit Sunday", "2035-06-23": "Victory Day", "2035-06-24": "Midsummer Day", "2035-08-20": "Independence Restoration Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-02-24": "Independence Day", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Spring Day", "2036-06-01": "Whit Sunday", "2036-06-23": "Victory Day", "2036-06-24": "Midsummer Day", "2036-08-20": "Independence Restoration Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-02-24": "Independence Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-05-01": "Spring Day", "2037-05-24": "Whit Sunday", "2037-06-23": "Victory Day", "2037-06-24": "Midsummer Day", "2037-08-20": "Independence Restoration Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-02-24": "Independence Day", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Spring Day", "2038-06-13": "Whit Sunday", "2038-06-23": "Victory Day", "2038-06-24": "Midsummer Day", "2038-08-20": "Independence Restoration Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-02-24": "Independence Day", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Spring Day", "2039-05-29": "Whit Sunday", "2039-06-23": "Victory Day", "2039-06-24": "Midsummer Day", "2039-08-20": "Independence Restoration Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-02-24": "Independence Day", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Spring Day", "2040-05-20": "Whit Sunday", "2040-06-23": "Victory Day", "2040-06-24": "Midsummer Day", "2040-08-20": "Independence Restoration Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-02-24": "Independence Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Spring Day", "2041-06-09": "Whit Sunday", "2041-06-23": "Victory Day", "2041-06-24": "Midsummer Day", "2041-08-20": "Independence Restoration Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-02-24": "Independence Day", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Spring Day", "2042-05-25": "Whit Sunday", "2042-06-23": "Victory Day", "2042-06-24": "Midsummer Day", "2042-08-20": "Independence Restoration Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-02-24": "Independence Day", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Spring Day", "2043-05-17": "Whit Sunday", "2043-06-23": "Victory Day", "2043-06-24": "Midsummer Day", "2043-08-20": "Independence Restoration Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-02-24": "Independence Day", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Spring Day", "2044-06-05": "Whit Sunday", "2044-06-23": "Victory Day", "2044-06-24": "Midsummer Day", "2044-08-20": "Independence Restoration Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-02-24": "Independence Day", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Spring Day", "2045-05-28": "Whit Sunday", "2045-06-23": "Victory Day", "2045-06-24": "Midsummer Day", "2045-08-20": "Independence Restoration Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-02-24": "Independence Day", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Spring Day", "2046-05-13": "Whit Sunday", "2046-06-23": "Victory Day", "2046-06-24": "Midsummer Day", "2046-08-20": "Independence Restoration Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-02-24": "Independence Day", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Spring Day", "2047-06-02": "Whit Sunday", "2047-06-23": "Victory Day", "2047-06-24": "Midsummer Day", "2047-08-20": "Independence Restoration Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-02-24": "Independence Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Spring Day", "2048-05-24": "Whit Sunday", "2048-06-23": "Victory Day", "2048-06-24": "Midsummer Day", "2048-08-20": "Independence Restoration Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-02-24": "Independence Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Spring Day", "2049-06-06": "Whit Sunday", "2049-06-23": "Victory Day", "2049-06-24": "Midsummer Day", "2049-08-20": "Independence Restoration Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-02-24": "Independence Day", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Spring Day", "2050-05-29": "Whit Sunday", "2050-06-23": "Victory Day", "2050-06-24": "Midsummer Day", "2050-08-20": "Independence Restoration Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/EG_COMMON.json000066400000000000000000002320001500152103600215360ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day; Prophet's Birthday (estimated)", "1950-01-07": "Coptic Christmas Day", "1950-04-09": "Coptic Easter", "1950-04-10": "Sham El Nessim", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr Holiday (estimated)", "1950-07-18": "Eid al-Fitr Holiday (estimated)", "1950-09-22": "Arafat Day (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha Holiday (estimated)", "1950-09-25": "Eid al-Adha Holiday (estimated)", "1950-10-06": "Armed Forces Day", "1950-10-13": "Islamic New Year (estimated)", "1950-12-22": "Prophet's Birthday (estimated)", "1951-01-01": "New Year's Day", "1951-01-07": "Coptic Christmas Day", "1951-04-29": "Coptic Easter", "1951-04-30": "Sham El Nessim", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr Holiday (estimated)", "1951-07-08": "Eid al-Fitr Holiday (estimated)", "1951-09-11": "Arafat Day (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha Holiday (estimated)", "1951-09-14": "Eid al-Adha Holiday (estimated)", "1951-10-02": "Islamic New Year (estimated)", "1951-10-06": "Armed Forces Day", "1951-12-11": "Prophet's Birthday (estimated)", "1952-01-01": "New Year's Day", "1952-01-07": "Coptic Christmas Day", "1952-04-20": "Coptic Easter", "1952-04-21": "Sham El Nessim", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr Holiday (estimated)", "1952-06-25": "Eid al-Fitr Holiday (estimated)", "1952-08-30": "Arafat Day (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha Holiday (estimated)", "1952-09-02": "Eid al-Adha Holiday (estimated)", "1952-09-21": "Islamic New Year (estimated)", "1952-10-06": "Armed Forces Day", "1952-11-30": "Prophet's Birthday (estimated)", "1953-01-01": "New Year's Day", "1953-01-07": "Coptic Christmas Day", "1953-04-05": "Coptic Easter", "1953-04-06": "Sham El Nessim", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr Holiday (estimated)", "1953-06-15": "Eid al-Fitr Holiday (estimated)", "1953-07-23": "July 23 Revolution Day", "1953-08-19": "Arafat Day (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha Holiday (estimated)", "1953-08-22": "Eid al-Adha Holiday (estimated)", "1953-09-10": "Islamic New Year (estimated)", "1953-10-06": "Armed Forces Day", "1953-11-19": "Prophet's Birthday (estimated)", "1954-01-01": "New Year's Day", "1954-01-07": "Coptic Christmas Day", "1954-04-25": "Coptic Easter", "1954-04-26": "Sham El Nessim", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr Holiday (estimated)", "1954-06-04": "Eid al-Fitr Holiday (estimated)", "1954-07-23": "July 23 Revolution Day", "1954-08-08": "Arafat Day (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha Holiday (estimated)", "1954-08-11": "Eid al-Adha Holiday (estimated)", "1954-08-30": "Islamic New Year (estimated)", "1954-10-06": "Armed Forces Day", "1954-11-08": "Prophet's Birthday (estimated)", "1955-01-01": "New Year's Day", "1955-01-07": "Coptic Christmas Day", "1955-04-17": "Coptic Easter", "1955-04-18": "Sham El Nessim", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr Holiday (estimated)", "1955-05-25": "Eid al-Fitr Holiday (estimated)", "1955-07-23": "July 23 Revolution Day", "1955-07-29": "Arafat Day (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha Holiday (estimated)", "1955-08-01": "Eid al-Adha Holiday (estimated)", "1955-08-20": "Islamic New Year (estimated)", "1955-10-06": "Armed Forces Day", "1955-10-29": "Prophet's Birthday (estimated)", "1956-01-01": "New Year's Day", "1956-01-07": "Coptic Christmas Day", "1956-05-01": "Labor Day", "1956-05-06": "Coptic Easter", "1956-05-07": "Sham El Nessim", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr Holiday (estimated)", "1956-05-13": "Eid al-Fitr Holiday (estimated)", "1956-07-18": "Arafat Day (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha Holiday (estimated)", "1956-07-21": "Eid al-Adha Holiday (estimated)", "1956-07-23": "July 23 Revolution Day", "1956-08-08": "Islamic New Year (estimated)", "1956-10-06": "Armed Forces Day", "1956-10-17": "Prophet's Birthday (estimated)", "1957-01-01": "New Year's Day", "1957-01-07": "Coptic Christmas Day", "1957-04-21": "Coptic Easter", "1957-04-22": "Sham El Nessim", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-05-02": "Eid al-Fitr Holiday (estimated)", "1957-05-03": "Eid al-Fitr Holiday (estimated)", "1957-07-07": "Arafat Day (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha Holiday (estimated)", "1957-07-10": "Eid al-Adha Holiday (estimated)", "1957-07-23": "July 23 Revolution Day", "1957-07-28": "Islamic New Year (estimated)", "1957-10-06": "Armed Forces Day; Prophet's Birthday (estimated)", "1958-01-01": "New Year's Day", "1958-01-07": "Coptic Christmas Day", "1958-04-13": "Coptic Easter", "1958-04-14": "Sham El Nessim", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr Holiday (estimated)", "1958-04-22": "Eid al-Fitr Holiday (estimated)", "1958-05-01": "Labor Day", "1958-06-26": "Arafat Day (estimated)", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha Holiday (estimated)", "1958-06-29": "Eid al-Adha Holiday (estimated)", "1958-07-18": "Islamic New Year (estimated)", "1958-07-23": "July 23 Revolution Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-06": "Armed Forces Day", "1959-01-01": "New Year's Day", "1959-01-07": "Coptic Christmas Day", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr Holiday (estimated)", "1959-04-12": "Eid al-Fitr Holiday (estimated)", "1959-05-01": "Labor Day", "1959-05-03": "Coptic Easter", "1959-05-04": "Sham El Nessim", "1959-06-16": "Arafat Day (estimated)", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha Holiday (estimated)", "1959-06-19": "Eid al-Adha Holiday (estimated)", "1959-07-07": "Islamic New Year (estimated)", "1959-07-23": "July 23 Revolution Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-06": "Armed Forces Day", "1960-01-01": "New Year's Day", "1960-01-07": "Coptic Christmas Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr Holiday (estimated)", "1960-03-30": "Eid al-Fitr Holiday (estimated)", "1960-04-17": "Coptic Easter", "1960-04-18": "Sham El Nessim", "1960-05-01": "Labor Day", "1960-06-03": "Arafat Day (estimated)", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha Holiday (estimated)", "1960-06-06": "Eid al-Adha Holiday (estimated)", "1960-06-25": "Islamic New Year (estimated)", "1960-07-23": "July 23 Revolution Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-06": "Armed Forces Day", "1961-01-01": "New Year's Day", "1961-01-07": "Coptic Christmas Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr Holiday (estimated)", "1961-03-20": "Eid al-Fitr Holiday (estimated)", "1961-04-09": "Coptic Easter", "1961-04-10": "Sham El Nessim", "1961-05-01": "Labor Day", "1961-05-24": "Arafat Day (estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha Holiday (estimated)", "1961-05-27": "Eid al-Adha Holiday (estimated)", "1961-06-14": "Islamic New Year (estimated)", "1961-07-23": "July 23 Revolution Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-06": "Armed Forces Day", "1962-01-01": "New Year's Day", "1962-01-07": "Coptic Christmas Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr Holiday (estimated)", "1962-03-09": "Eid al-Fitr Holiday (estimated)", "1962-04-29": "Coptic Easter", "1962-04-30": "Sham El Nessim", "1962-05-01": "Labor Day", "1962-05-13": "Arafat Day (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha Holiday (estimated)", "1962-05-16": "Eid al-Adha Holiday (estimated)", "1962-06-03": "Islamic New Year (estimated)", "1962-07-23": "July 23 Revolution Day", "1962-08-12": "Prophet's Birthday (estimated)", "1962-10-06": "Armed Forces Day", "1963-01-01": "New Year's Day", "1963-01-07": "Coptic Christmas Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr Holiday (estimated)", "1963-02-26": "Eid al-Fitr Holiday (estimated)", "1963-04-14": "Coptic Easter", "1963-04-15": "Sham El Nessim", "1963-05-01": "Labor Day", "1963-05-02": "Arafat Day (estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha Holiday (estimated)", "1963-05-05": "Eid al-Adha Holiday (estimated)", "1963-05-24": "Islamic New Year (estimated)", "1963-07-23": "July 23 Revolution Day", "1963-08-02": "Prophet's Birthday (estimated)", "1963-10-06": "Armed Forces Day", "1964-01-01": "New Year's Day", "1964-01-07": "Coptic Christmas Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr Holiday (estimated)", "1964-02-16": "Eid al-Fitr Holiday (estimated)", "1964-04-21": "Arafat Day (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha Holiday (estimated)", "1964-04-24": "Eid al-Adha Holiday (estimated)", "1964-05-01": "Labor Day", "1964-05-03": "Coptic Easter", "1964-05-04": "Sham El Nessim", "1964-05-12": "Islamic New Year (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-07-23": "July 23 Revolution Day", "1964-10-06": "Armed Forces Day", "1965-01-01": "New Year's Day", "1965-01-07": "Coptic Christmas Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr Holiday (estimated)", "1965-02-04": "Eid al-Fitr Holiday (estimated)", "1965-04-10": "Arafat Day (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha Holiday (estimated)", "1965-04-13": "Eid al-Adha Holiday (estimated)", "1965-04-25": "Coptic Easter", "1965-04-26": "Sham El Nessim", "1965-05-01": "Islamic New Year (estimated); Labor Day", "1965-07-10": "Prophet's Birthday (estimated)", "1965-07-23": "July 23 Revolution Day", "1965-10-06": "Armed Forces Day", "1966-01-01": "New Year's Day", "1966-01-07": "Coptic Christmas Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr Holiday (estimated)", "1966-01-24": "Eid al-Fitr Holiday (estimated)", "1966-03-31": "Arafat Day (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha Holiday (estimated)", "1966-04-03": "Eid al-Adha Holiday (estimated)", "1966-04-10": "Coptic Easter", "1966-04-11": "Sham El Nessim", "1966-04-21": "Islamic New Year (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-07-23": "July 23 Revolution Day", "1966-10-06": "Armed Forces Day", "1967-01-01": "New Year's Day", "1967-01-07": "Coptic Christmas Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr Holiday (estimated)", "1967-01-14": "Eid al-Fitr Holiday (estimated)", "1967-03-20": "Arafat Day (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha Holiday (estimated)", "1967-03-23": "Eid al-Adha Holiday (estimated)", "1967-04-11": "Islamic New Year (estimated)", "1967-04-30": "Coptic Easter", "1967-05-01": "Labor Day; Sham El Nessim", "1967-06-19": "Prophet's Birthday (estimated)", "1967-07-23": "July 23 Revolution Day", "1967-10-06": "Armed Forces Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr Holiday (estimated)", "1968-01-03": "Eid al-Fitr Holiday (estimated)", "1968-01-07": "Coptic Christmas Day", "1968-03-08": "Arafat Day (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha Holiday (estimated)", "1968-03-11": "Eid al-Adha Holiday (estimated)", "1968-03-30": "Islamic New Year (estimated)", "1968-04-21": "Coptic Easter", "1968-04-22": "Sham El Nessim", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-07-23": "July 23 Revolution Day", "1968-10-06": "Armed Forces Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr Holiday (estimated)", "1968-12-23": "Eid al-Fitr Holiday (estimated)", "1969-01-01": "New Year's Day", "1969-01-07": "Coptic Christmas Day", "1969-02-26": "Arafat Day (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha Holiday (estimated)", "1969-03-01": "Eid al-Adha Holiday (estimated)", "1969-03-19": "Islamic New Year (estimated)", "1969-04-13": "Coptic Easter", "1969-04-14": "Sham El Nessim", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-07-23": "July 23 Revolution Day", "1969-10-06": "Armed Forces Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr Holiday (estimated)", "1969-12-12": "Eid al-Fitr Holiday (estimated)", "1970-01-01": "New Year's Day", "1970-01-07": "Coptic Christmas Day", "1970-02-15": "Arafat Day (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha Holiday (estimated)", "1970-02-18": "Eid al-Adha Holiday (estimated)", "1970-03-09": "Islamic New Year (estimated)", "1970-04-26": "Coptic Easter", "1970-04-27": "Sham El Nessim", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-07-23": "July 23 Revolution Day", "1970-10-06": "Armed Forces Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr Holiday (estimated)", "1970-12-02": "Eid al-Fitr Holiday (estimated)", "1971-01-01": "New Year's Day", "1971-01-07": "Coptic Christmas Day", "1971-02-05": "Arafat Day (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha Holiday (estimated)", "1971-02-08": "Eid al-Adha Holiday (estimated)", "1971-02-26": "Islamic New Year (estimated)", "1971-04-18": "Coptic Easter", "1971-04-19": "Sham El Nessim", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-07-23": "July 23 Revolution Day", "1971-10-06": "Armed Forces Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr Holiday (estimated)", "1971-11-21": "Eid al-Fitr Holiday (estimated)", "1972-01-01": "New Year's Day", "1972-01-07": "Coptic Christmas Day", "1972-01-25": "Arafat Day (estimated)", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha Holiday (estimated)", "1972-01-28": "Eid al-Adha Holiday (estimated)", "1972-02-16": "Islamic New Year (estimated)", "1972-04-09": "Coptic Easter", "1972-04-10": "Sham El Nessim", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-07-23": "July 23 Revolution Day", "1972-10-06": "Armed Forces Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr Holiday (estimated)", "1972-11-09": "Eid al-Fitr Holiday (estimated)", "1973-01-01": "New Year's Day", "1973-01-07": "Coptic Christmas Day", "1973-01-13": "Arafat Day (estimated)", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha Holiday (estimated)", "1973-01-16": "Eid al-Adha Holiday (estimated)", "1973-02-04": "Islamic New Year (estimated)", "1973-04-15": "Prophet's Birthday (estimated)", "1973-04-29": "Coptic Easter", "1973-04-30": "Sham El Nessim", "1973-05-01": "Labor Day", "1973-07-23": "July 23 Revolution Day", "1973-10-06": "Armed Forces Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr Holiday (estimated)", "1973-10-29": "Eid al-Fitr Holiday (estimated)", "1974-01-01": "New Year's Day", "1974-01-02": "Arafat Day (estimated)", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha Holiday (estimated)", "1974-01-05": "Eid al-Adha Holiday (estimated)", "1974-01-07": "Coptic Christmas Day", "1974-01-24": "Islamic New Year (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-14": "Coptic Easter", "1974-04-15": "Sham El Nessim", "1974-05-01": "Labor Day", "1974-07-23": "July 23 Revolution Day", "1974-10-06": "Armed Forces Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr Holiday (estimated)", "1974-10-18": "Eid al-Fitr Holiday (estimated)", "1974-12-23": "Arafat Day (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha Holiday (estimated)", "1974-12-26": "Eid al-Adha Holiday (estimated)", "1975-01-01": "New Year's Day", "1975-01-07": "Coptic Christmas Day", "1975-01-13": "Islamic New Year (estimated)", "1975-03-24": "Prophet's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-04": "Coptic Easter", "1975-05-05": "Sham El Nessim", "1975-07-23": "July 23 Revolution Day", "1975-10-06": "Armed Forces Day; Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr Holiday (estimated)", "1975-10-08": "Eid al-Fitr Holiday (estimated)", "1975-12-12": "Arafat Day (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha Holiday (estimated)", "1975-12-15": "Eid al-Adha Holiday (estimated)", "1976-01-01": "New Year's Day", "1976-01-02": "Islamic New Year (estimated)", "1976-01-07": "Coptic Christmas Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-25": "Coptic Easter", "1976-04-26": "Sham El Nessim", "1976-05-01": "Labor Day", "1976-07-23": "July 23 Revolution Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr Holiday (estimated)", "1976-09-26": "Eid al-Fitr Holiday (estimated)", "1976-10-06": "Armed Forces Day", "1976-11-30": "Arafat Day (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha Holiday (estimated)", "1976-12-03": "Eid al-Adha Holiday (estimated)", "1976-12-22": "Islamic New Year (estimated)", "1977-01-01": "New Year's Day", "1977-01-07": "Coptic Christmas Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-10": "Coptic Easter", "1977-04-11": "Sham El Nessim", "1977-05-01": "Labor Day", "1977-07-23": "July 23 Revolution Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr Holiday (estimated)", "1977-09-16": "Eid al-Fitr Holiday (estimated)", "1977-10-06": "Armed Forces Day", "1977-11-20": "Arafat Day (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha Holiday (estimated)", "1977-11-23": "Eid al-Adha Holiday (estimated)", "1977-12-11": "Islamic New Year (estimated)", "1978-01-01": "New Year's Day", "1978-01-07": "Coptic Christmas Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-04-30": "Coptic Easter", "1978-05-01": "Labor Day; Sham El Nessim", "1978-07-23": "July 23 Revolution Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr Holiday (estimated)", "1978-09-05": "Eid al-Fitr Holiday (estimated)", "1978-10-06": "Armed Forces Day", "1978-11-09": "Arafat Day (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha Holiday (estimated)", "1978-11-12": "Eid al-Adha Holiday (estimated)", "1978-12-01": "Islamic New Year (estimated)", "1979-01-01": "New Year's Day", "1979-01-07": "Coptic Christmas Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-22": "Coptic Easter", "1979-04-23": "Sham El Nessim", "1979-05-01": "Labor Day", "1979-07-23": "July 23 Revolution Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr Holiday (estimated)", "1979-08-25": "Eid al-Fitr Holiday (estimated)", "1979-10-06": "Armed Forces Day", "1979-10-30": "Arafat Day (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha Holiday (estimated)", "1979-11-02": "Eid al-Adha Holiday (estimated)", "1979-11-20": "Islamic New Year (estimated)", "1980-01-01": "New Year's Day", "1980-01-07": "Coptic Christmas Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-04-06": "Coptic Easter", "1980-04-07": "Sham El Nessim", "1980-05-01": "Labor Day", "1980-07-23": "July 23 Revolution Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr Holiday (estimated)", "1980-08-14": "Eid al-Fitr Holiday (estimated)", "1980-10-06": "Armed Forces Day", "1980-10-18": "Arafat Day (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha Holiday (estimated)", "1980-10-21": "Eid al-Adha Holiday (estimated)", "1980-11-09": "Islamic New Year (estimated)", "1981-01-01": "New Year's Day", "1981-01-07": "Coptic Christmas Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-04-26": "Coptic Easter", "1981-04-27": "Sham El Nessim", "1981-05-01": "Labor Day", "1981-07-23": "July 23 Revolution Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr Holiday (estimated)", "1981-08-03": "Eid al-Fitr Holiday (estimated)", "1981-10-06": "Armed Forces Day", "1981-10-07": "Arafat Day (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha Holiday (estimated)", "1981-10-10": "Eid al-Adha Holiday (estimated)", "1981-10-28": "Islamic New Year (estimated)", "1982-01-01": "New Year's Day", "1982-01-07": "Coptic Christmas Day; Prophet's Birthday (estimated)", "1982-04-18": "Coptic Easter", "1982-04-19": "Sham El Nessim", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr Holiday (estimated)", "1982-07-23": "Eid al-Fitr Holiday (estimated); July 23 Revolution Day", "1982-09-26": "Arafat Day (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha Holiday (estimated)", "1982-09-29": "Eid al-Adha Holiday (estimated)", "1982-10-06": "Armed Forces Day", "1982-10-18": "Islamic New Year (estimated)", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-01-07": "Coptic Christmas Day", "1983-04-25": "Sinai Liberation Day", "1983-05-01": "Labor Day", "1983-05-08": "Coptic Easter", "1983-05-09": "Sham El Nessim", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr Holiday (estimated)", "1983-07-13": "Eid al-Fitr Holiday (estimated)", "1983-07-23": "July 23 Revolution Day", "1983-09-16": "Arafat Day (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha Holiday (estimated)", "1983-09-19": "Eid al-Adha Holiday (estimated)", "1983-10-06": "Armed Forces Day", "1983-10-07": "Islamic New Year (estimated)", "1983-12-16": "Prophet's Birthday (estimated)", "1984-01-01": "New Year's Day", "1984-01-07": "Coptic Christmas Day", "1984-04-22": "Coptic Easter", "1984-04-23": "Sham El Nessim", "1984-04-25": "Sinai Liberation Day", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr Holiday (estimated)", "1984-07-02": "Eid al-Fitr Holiday (estimated)", "1984-07-23": "July 23 Revolution Day", "1984-09-04": "Arafat Day (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha Holiday (estimated)", "1984-09-07": "Eid al-Adha Holiday (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-10-06": "Armed Forces Day", "1984-12-04": "Prophet's Birthday (estimated)", "1985-01-01": "New Year's Day", "1985-01-07": "Coptic Christmas Day", "1985-04-14": "Coptic Easter", "1985-04-15": "Sham El Nessim", "1985-04-25": "Sinai Liberation Day", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr Holiday (estimated)", "1985-06-21": "Eid al-Fitr Holiday (estimated)", "1985-07-23": "July 23 Revolution Day", "1985-08-25": "Arafat Day (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha Holiday (estimated)", "1985-08-28": "Eid al-Adha Holiday (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-10-06": "Armed Forces Day", "1985-11-24": "Prophet's Birthday (estimated)", "1986-01-01": "New Year's Day", "1986-01-07": "Coptic Christmas Day", "1986-04-25": "Sinai Liberation Day", "1986-05-01": "Labor Day", "1986-05-04": "Coptic Easter", "1986-05-05": "Sham El Nessim", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr Holiday (estimated)", "1986-06-10": "Eid al-Fitr Holiday (estimated)", "1986-07-23": "July 23 Revolution Day", "1986-08-14": "Arafat Day (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha Holiday (estimated)", "1986-08-17": "Eid al-Adha Holiday (estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-10-06": "Armed Forces Day", "1986-11-14": "Prophet's Birthday (estimated)", "1987-01-01": "New Year's Day", "1987-01-07": "Coptic Christmas Day", "1987-04-19": "Coptic Easter", "1987-04-20": "Sham El Nessim", "1987-04-25": "Sinai Liberation Day", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr Holiday (estimated)", "1987-05-30": "Eid al-Fitr Holiday (estimated)", "1987-07-23": "July 23 Revolution Day", "1987-08-03": "Arafat Day (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha Holiday (estimated)", "1987-08-06": "Eid al-Adha Holiday (estimated)", "1987-08-25": "Islamic New Year (estimated)", "1987-10-06": "Armed Forces Day", "1987-11-03": "Prophet's Birthday (estimated)", "1988-01-01": "New Year's Day", "1988-01-07": "Coptic Christmas Day", "1988-04-10": "Coptic Easter", "1988-04-11": "Sham El Nessim", "1988-04-25": "Sinai Liberation Day", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr Holiday (estimated)", "1988-05-18": "Eid al-Fitr Holiday (estimated)", "1988-07-22": "Arafat Day (estimated)", "1988-07-23": "Eid al-Adha (estimated); July 23 Revolution Day", "1988-07-24": "Eid al-Adha Holiday (estimated)", "1988-07-25": "Eid al-Adha Holiday (estimated)", "1988-08-13": "Islamic New Year (estimated)", "1988-10-06": "Armed Forces Day", "1988-10-22": "Prophet's Birthday (estimated)", "1989-01-01": "New Year's Day", "1989-01-07": "Coptic Christmas Day", "1989-04-25": "Sinai Liberation Day", "1989-04-30": "Coptic Easter", "1989-05-01": "Labor Day; Sham El Nessim", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr Holiday (estimated)", "1989-05-08": "Eid al-Fitr Holiday (estimated)", "1989-07-12": "Arafat Day (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha Holiday (estimated)", "1989-07-15": "Eid al-Adha Holiday (estimated)", "1989-07-23": "July 23 Revolution Day", "1989-08-02": "Islamic New Year (estimated)", "1989-10-06": "Armed Forces Day", "1989-10-11": "Prophet's Birthday (estimated)", "1990-01-01": "New Year's Day", "1990-01-07": "Coptic Christmas Day", "1990-04-15": "Coptic Easter", "1990-04-16": "Sham El Nessim", "1990-04-25": "Sinai Liberation Day", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr Holiday (estimated)", "1990-04-28": "Eid al-Fitr Holiday (estimated)", "1990-05-01": "Labor Day", "1990-07-01": "Arafat Day (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha Holiday (estimated)", "1990-07-04": "Eid al-Adha Holiday (estimated)", "1990-07-23": "Islamic New Year (estimated); July 23 Revolution Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-06": "Armed Forces Day", "1991-01-01": "New Year's Day", "1991-01-07": "Coptic Christmas Day", "1991-04-07": "Coptic Easter", "1991-04-08": "Sham El Nessim", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr Holiday (estimated)", "1991-04-17": "Eid al-Fitr Holiday (estimated)", "1991-04-25": "Sinai Liberation Day", "1991-05-01": "Labor Day", "1991-06-21": "Arafat Day (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha Holiday (estimated)", "1991-06-24": "Eid al-Adha Holiday (estimated)", "1991-07-12": "Islamic New Year (estimated)", "1991-07-23": "July 23 Revolution Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-06": "Armed Forces Day", "1992-01-01": "New Year's Day", "1992-01-07": "Coptic Christmas Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr Holiday (estimated)", "1992-04-06": "Eid al-Fitr Holiday (estimated)", "1992-04-25": "Sinai Liberation Day", "1992-04-26": "Coptic Easter", "1992-04-27": "Sham El Nessim", "1992-05-01": "Labor Day", "1992-06-10": "Arafat Day (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha Holiday (estimated)", "1992-06-13": "Eid al-Adha Holiday (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-07-23": "July 23 Revolution Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-06": "Armed Forces Day", "1993-01-01": "New Year's Day", "1993-01-07": "Coptic Christmas Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr Holiday (estimated)", "1993-03-26": "Eid al-Fitr Holiday (estimated)", "1993-04-18": "Coptic Easter", "1993-04-19": "Sham El Nessim", "1993-04-25": "Sinai Liberation Day", "1993-05-01": "Labor Day", "1993-05-30": "Arafat Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha Holiday (estimated)", "1993-06-02": "Eid al-Adha Holiday (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-07-23": "July 23 Revolution Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-06": "Armed Forces Day", "1994-01-01": "New Year's Day", "1994-01-07": "Coptic Christmas Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr Holiday (estimated)", "1994-03-15": "Eid al-Fitr Holiday (estimated)", "1994-04-25": "Sinai Liberation Day", "1994-05-01": "Coptic Easter; Labor Day", "1994-05-02": "Sham El Nessim", "1994-05-19": "Arafat Day (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha Holiday (estimated)", "1994-05-22": "Eid al-Adha Holiday (estimated)", "1994-06-10": "Islamic New Year (estimated)", "1994-07-23": "July 23 Revolution Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-06": "Armed Forces Day", "1995-01-01": "New Year's Day", "1995-01-07": "Coptic Christmas Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr Holiday (estimated)", "1995-03-04": "Eid al-Fitr Holiday (estimated)", "1995-04-23": "Coptic Easter", "1995-04-24": "Sham El Nessim", "1995-04-25": "Sinai Liberation Day", "1995-05-01": "Labor Day", "1995-05-08": "Arafat Day (estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha Holiday (estimated)", "1995-05-11": "Eid al-Adha Holiday (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-07-23": "July 23 Revolution Day", "1995-08-08": "Prophet's Birthday (estimated)", "1995-10-06": "Armed Forces Day", "1996-01-01": "New Year's Day", "1996-01-07": "Coptic Christmas Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr Holiday (estimated)", "1996-02-21": "Eid al-Fitr Holiday (estimated)", "1996-04-14": "Coptic Easter", "1996-04-15": "Sham El Nessim", "1996-04-25": "Sinai Liberation Day", "1996-04-26": "Arafat Day (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha Holiday (estimated)", "1996-04-29": "Eid al-Adha Holiday (estimated)", "1996-05-01": "Labor Day", "1996-05-18": "Islamic New Year (estimated)", "1996-07-23": "July 23 Revolution Day", "1996-07-27": "Prophet's Birthday (estimated)", "1996-10-06": "Armed Forces Day", "1997-01-01": "New Year's Day", "1997-01-07": "Coptic Christmas Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr Holiday (estimated)", "1997-02-10": "Eid al-Fitr Holiday (estimated)", "1997-04-16": "Arafat Day (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha Holiday (estimated)", "1997-04-19": "Eid al-Adha Holiday (estimated)", "1997-04-25": "Sinai Liberation Day", "1997-04-27": "Coptic Easter", "1997-04-28": "Sham El Nessim", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-07-23": "July 23 Revolution Day", "1997-10-06": "Armed Forces Day", "1998-01-01": "New Year's Day", "1998-01-07": "Coptic Christmas Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr Holiday (estimated)", "1998-01-31": "Eid al-Fitr Holiday (estimated)", "1998-04-06": "Arafat Day (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha Holiday (estimated)", "1998-04-09": "Eid al-Adha Holiday (estimated)", "1998-04-19": "Coptic Easter", "1998-04-20": "Sham El Nessim", "1998-04-25": "Sinai Liberation Day", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-07-06": "Prophet's Birthday (estimated)", "1998-07-23": "July 23 Revolution Day", "1998-10-06": "Armed Forces Day", "1999-01-01": "New Year's Day", "1999-01-07": "Coptic Christmas Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr Holiday (estimated)", "1999-01-20": "Eid al-Fitr Holiday (estimated)", "1999-03-26": "Arafat Day (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha Holiday (estimated)", "1999-03-29": "Eid al-Adha Holiday (estimated)", "1999-04-11": "Coptic Easter", "1999-04-12": "Sham El Nessim", "1999-04-17": "Islamic New Year (estimated)", "1999-04-25": "Sinai Liberation Day", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-07-23": "July 23 Revolution Day", "1999-10-06": "Armed Forces Day", "2000-01-01": "New Year's Day", "2000-01-07": "Coptic Christmas Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr Holiday (estimated)", "2000-01-10": "Eid al-Fitr Holiday (estimated)", "2000-03-15": "Arafat Day (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha Holiday (estimated)", "2000-03-18": "Eid al-Adha Holiday (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-04-25": "Sinai Liberation Day", "2000-04-30": "Coptic Easter", "2000-05-01": "Labor Day; Sham El Nessim", "2000-06-14": "Prophet's Birthday (estimated)", "2000-07-23": "July 23 Revolution Day", "2000-10-06": "Armed Forces Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr Holiday (estimated)", "2000-12-29": "Eid al-Fitr Holiday (estimated)", "2001-01-01": "New Year's Day", "2001-01-07": "Coptic Christmas Day", "2001-03-04": "Arafat Day (estimated)", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha Holiday (estimated)", "2001-03-07": "Eid al-Adha Holiday (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-04-15": "Coptic Easter", "2001-04-16": "Sham El Nessim", "2001-04-25": "Sinai Liberation Day", "2001-05-01": "Labor Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-07-23": "July 23 Revolution Day", "2001-10-06": "Armed Forces Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr Holiday (estimated)", "2001-12-18": "Eid al-Fitr Holiday (estimated)", "2002-01-01": "New Year's Day", "2002-01-07": "Coptic Christmas Day", "2002-02-21": "Arafat Day (estimated)", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha Holiday (estimated)", "2002-02-24": "Eid al-Adha Holiday (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-04-25": "Sinai Liberation Day", "2002-05-01": "Labor Day", "2002-05-05": "Coptic Easter", "2002-05-06": "Sham El Nessim", "2002-05-24": "Prophet's Birthday (estimated)", "2002-07-23": "July 23 Revolution Day", "2002-10-06": "Armed Forces Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr Holiday (estimated)", "2002-12-07": "Eid al-Fitr Holiday (estimated)", "2003-01-01": "New Year's Day", "2003-01-07": "Coptic Christmas Day", "2003-02-10": "Arafat Day (estimated)", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha Holiday (estimated)", "2003-02-13": "Eid al-Adha Holiday (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-04-25": "Sinai Liberation Day", "2003-04-27": "Coptic Easter", "2003-04-28": "Sham El Nessim", "2003-05-01": "Labor Day", "2003-05-13": "Prophet's Birthday (estimated)", "2003-07-23": "July 23 Revolution Day", "2003-10-06": "Armed Forces Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr Holiday (estimated)", "2003-11-27": "Eid al-Fitr Holiday (estimated)", "2004-01-01": "New Year's Day", "2004-01-07": "Coptic Christmas Day", "2004-01-31": "Arafat Day (estimated)", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha Holiday (estimated)", "2004-02-03": "Eid al-Adha Holiday (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-11": "Coptic Easter", "2004-04-12": "Sham El Nessim", "2004-04-25": "Sinai Liberation Day", "2004-05-01": "Labor Day; Prophet's Birthday (estimated)", "2004-07-23": "July 23 Revolution Day", "2004-10-06": "Armed Forces Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr Holiday (estimated)", "2004-11-16": "Eid al-Fitr Holiday (estimated)", "2005-01-01": "New Year's Day", "2005-01-07": "Coptic Christmas Day", "2005-01-20": "Arafat Day (estimated)", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha Holiday (estimated)", "2005-01-23": "Eid al-Adha Holiday (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-04-21": "Prophet's Birthday (estimated)", "2005-04-25": "Sinai Liberation Day", "2005-05-01": "Coptic Easter; Labor Day", "2005-05-02": "Sham El Nessim", "2005-07-23": "July 23 Revolution Day", "2005-10-06": "Armed Forces Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr Holiday (estimated)", "2005-11-05": "Eid al-Fitr Holiday (estimated)", "2006-01-01": "New Year's Day", "2006-01-07": "Coptic Christmas Day", "2006-01-09": "Arafat Day (estimated)", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha Holiday (estimated)", "2006-01-12": "Eid al-Adha Holiday (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-04-10": "Prophet's Birthday (estimated)", "2006-04-23": "Coptic Easter", "2006-04-24": "Sham El Nessim", "2006-04-25": "Sinai Liberation Day", "2006-05-01": "Labor Day", "2006-07-23": "July 23 Revolution Day", "2006-10-06": "Armed Forces Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr Holiday (estimated)", "2006-10-25": "Eid al-Fitr Holiday (estimated)", "2006-12-30": "Arafat Day (estimated)", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha Holiday (estimated); New Year's Day", "2007-01-02": "Eid al-Adha Holiday (estimated)", "2007-01-07": "Coptic Christmas Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-31": "Prophet's Birthday (estimated)", "2007-04-08": "Coptic Easter", "2007-04-09": "Sham El Nessim", "2007-04-25": "Sinai Liberation Day", "2007-05-01": "Labor Day", "2007-07-23": "July 23 Revolution Day", "2007-10-06": "Armed Forces Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr Holiday (estimated)", "2007-10-15": "Eid al-Fitr Holiday (estimated)", "2007-12-19": "Arafat Day (estimated)", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha Holiday (estimated)", "2007-12-22": "Eid al-Adha Holiday (estimated)", "2008-01-01": "New Year's Day", "2008-01-07": "Coptic Christmas Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-20": "Prophet's Birthday (estimated)", "2008-04-25": "Sinai Liberation Day", "2008-04-27": "Coptic Easter", "2008-04-28": "Sham El Nessim", "2008-05-01": "Labor Day", "2008-07-23": "July 23 Revolution Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr Holiday (estimated)", "2008-10-03": "Eid al-Fitr Holiday (estimated)", "2008-10-06": "Armed Forces Day", "2008-12-07": "Arafat Day (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha Holiday (estimated)", "2008-12-10": "Eid al-Adha Holiday (estimated)", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-01-07": "Coptic Christmas Day", "2009-01-25": "Police Day", "2009-03-09": "Prophet's Birthday (estimated)", "2009-04-19": "Coptic Easter", "2009-04-20": "Sham El Nessim", "2009-04-25": "Sinai Liberation Day", "2009-05-01": "Labor Day", "2009-07-23": "July 23 Revolution Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr Holiday (estimated)", "2009-09-22": "Eid al-Fitr Holiday (estimated)", "2009-10-06": "Armed Forces Day", "2009-11-26": "Arafat Day (estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha Holiday (estimated)", "2009-11-29": "Eid al-Adha Holiday (estimated)", "2009-12-18": "Islamic New Year (estimated)", "2010-01-01": "New Year's Day", "2010-01-07": "Coptic Christmas Day", "2010-01-25": "Police Day", "2010-02-26": "Prophet's Birthday (estimated)", "2010-04-04": "Coptic Easter", "2010-04-05": "Sham El Nessim", "2010-04-25": "Sinai Liberation Day", "2010-05-01": "Labor Day", "2010-07-23": "July 23 Revolution Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr Holiday (estimated)", "2010-09-12": "Eid al-Fitr Holiday (estimated)", "2010-10-06": "Armed Forces Day", "2010-11-15": "Arafat Day (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha Holiday (estimated)", "2010-11-18": "Eid al-Adha Holiday (estimated)", "2010-12-07": "Islamic New Year (estimated)", "2011-01-01": "New Year's Day", "2011-01-07": "Coptic Christmas Day", "2011-01-25": "Police Day", "2011-02-15": "Prophet's Birthday (estimated)", "2011-04-24": "Coptic Easter", "2011-04-25": "Sham El Nessim; Sinai Liberation Day", "2011-05-01": "Labor Day", "2011-07-23": "July 23 Revolution Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr Holiday (estimated)", "2011-09-01": "Eid al-Fitr Holiday (estimated)", "2011-10-06": "Armed Forces Day", "2011-11-05": "Arafat Day (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha Holiday (estimated)", "2011-11-08": "Eid al-Adha Holiday (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2012-01-01": "New Year's Day", "2012-01-07": "Coptic Christmas Day", "2012-01-25": "January 25th Revolution Day", "2012-02-04": "Prophet's Birthday (estimated)", "2012-04-15": "Coptic Easter", "2012-04-16": "Sham El Nessim", "2012-04-25": "Sinai Liberation Day", "2012-05-01": "Labor Day", "2012-07-23": "July 23 Revolution Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr Holiday (estimated)", "2012-08-21": "Eid al-Fitr Holiday (estimated)", "2012-10-06": "Armed Forces Day", "2012-10-25": "Arafat Day (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha Holiday (estimated)", "2012-10-28": "Eid al-Adha Holiday (estimated)", "2012-11-15": "Islamic New Year (estimated)", "2013-01-01": "New Year's Day", "2013-01-07": "Coptic Christmas Day", "2013-01-24": "Prophet's Birthday (estimated)", "2013-01-25": "January 25th Revolution Day", "2013-04-25": "Sinai Liberation Day", "2013-05-01": "Labor Day", "2013-05-05": "Coptic Easter", "2013-05-06": "Sham El Nessim", "2013-07-23": "July 23 Revolution Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr Holiday (estimated)", "2013-08-10": "Eid al-Fitr Holiday (estimated)", "2013-10-06": "Armed Forces Day", "2013-10-14": "Arafat Day (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha Holiday (estimated)", "2013-10-17": "Eid al-Adha Holiday (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2014-01-01": "New Year's Day", "2014-01-07": "Coptic Christmas Day", "2014-01-13": "Prophet's Birthday (estimated)", "2014-01-25": "January 25th Revolution Day", "2014-04-20": "Coptic Easter", "2014-04-21": "Sham El Nessim", "2014-04-25": "Sinai Liberation Day", "2014-05-01": "Labor Day", "2014-06-30": "June 30 Revolution Day", "2014-07-23": "July 23 Revolution Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr Holiday (estimated)", "2014-07-30": "Eid al-Fitr Holiday (estimated)", "2014-10-03": "Arafat Day (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha Holiday (estimated)", "2014-10-06": "Armed Forces Day; Eid al-Adha Holiday (estimated)", "2014-10-25": "Islamic New Year (estimated)", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday (estimated)", "2015-01-07": "Coptic Christmas Day", "2015-01-25": "January 25th Revolution Day", "2015-04-12": "Coptic Easter", "2015-04-13": "Sham El Nessim", "2015-04-25": "Sinai Liberation Day", "2015-05-01": "Labor Day", "2015-06-30": "June 30 Revolution Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr Holiday (estimated)", "2015-07-19": "Eid al-Fitr Holiday (estimated)", "2015-07-23": "July 23 Revolution Day", "2015-09-22": "Arafat Day (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha Holiday (estimated)", "2015-09-25": "Eid al-Adha Holiday (estimated)", "2015-10-06": "Armed Forces Day", "2015-10-14": "Islamic New Year (estimated)", "2015-12-23": "Prophet's Birthday (estimated)", "2016-01-01": "New Year's Day", "2016-01-07": "Coptic Christmas Day", "2016-01-25": "January 25th Revolution Day", "2016-04-25": "Sinai Liberation Day", "2016-05-01": "Coptic Easter; Labor Day", "2016-05-02": "Sham El Nessim", "2016-06-30": "June 30 Revolution Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr Holiday (estimated)", "2016-07-08": "Eid al-Fitr Holiday (estimated)", "2016-07-23": "July 23 Revolution Day", "2016-09-10": "Arafat Day (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha Holiday (estimated)", "2016-09-13": "Eid al-Adha Holiday (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-06": "Armed Forces Day", "2016-12-11": "Prophet's Birthday (estimated)", "2017-01-01": "New Year's Day", "2017-01-07": "Coptic Christmas Day", "2017-01-25": "January 25th Revolution Day", "2017-04-16": "Coptic Easter", "2017-04-17": "Sham El Nessim", "2017-04-25": "Sinai Liberation Day", "2017-05-01": "Labor Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr Holiday (estimated)", "2017-06-27": "Eid al-Fitr Holiday (estimated)", "2017-06-30": "June 30 Revolution Day", "2017-07-23": "July 23 Revolution Day", "2017-08-31": "Arafat Day (estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-02": "Eid al-Adha Holiday (estimated)", "2017-09-03": "Eid al-Adha Holiday (estimated)", "2017-09-21": "Islamic New Year (estimated)", "2017-10-06": "Armed Forces Day", "2017-11-30": "Prophet's Birthday (estimated)", "2018-01-01": "New Year's Day", "2018-01-07": "Coptic Christmas Day", "2018-01-25": "January 25th Revolution Day", "2018-04-08": "Coptic Easter", "2018-04-09": "Sham El Nessim", "2018-04-25": "Sinai Liberation Day", "2018-05-01": "Labor Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-16": "Eid al-Fitr Holiday (estimated)", "2018-06-17": "Eid al-Fitr Holiday (estimated)", "2018-06-30": "June 30 Revolution Day", "2018-07-23": "July 23 Revolution Day", "2018-08-20": "Arafat Day (estimated)", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-22": "Eid al-Adha Holiday (estimated)", "2018-08-23": "Eid al-Adha Holiday (estimated)", "2018-09-11": "Islamic New Year (estimated)", "2018-10-06": "Armed Forces Day", "2018-11-20": "Prophet's Birthday (estimated)", "2019-01-01": "New Year's Day", "2019-01-07": "Coptic Christmas Day", "2019-01-25": "January 25th Revolution Day", "2019-04-25": "Sinai Liberation Day", "2019-04-28": "Coptic Easter", "2019-04-29": "Sham El Nessim", "2019-05-01": "Labor Day", "2019-06-04": "Eid al-Fitr (estimated)", "2019-06-05": "Eid al-Fitr Holiday (estimated)", "2019-06-06": "Eid al-Fitr Holiday (estimated)", "2019-06-30": "June 30 Revolution Day", "2019-07-23": "July 23 Revolution Day", "2019-08-10": "Arafat Day (estimated)", "2019-08-11": "Eid al-Adha (estimated)", "2019-08-12": "Eid al-Adha Holiday (estimated)", "2019-08-13": "Eid al-Adha Holiday (estimated)", "2019-08-31": "Islamic New Year (estimated)", "2019-10-06": "Armed Forces Day", "2019-11-09": "Prophet's Birthday (estimated)", "2020-01-01": "New Year's Day", "2020-01-07": "Coptic Christmas Day", "2020-01-25": "January 25th Revolution Day", "2020-04-19": "Coptic Easter", "2020-04-20": "Sham El Nessim", "2020-04-25": "Sinai Liberation Day", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr (estimated)", "2020-05-25": "Eid al-Fitr Holiday (estimated)", "2020-05-26": "Eid al-Fitr Holiday (estimated)", "2020-06-30": "June 30 Revolution Day", "2020-07-23": "July 23 Revolution Day", "2020-07-30": "Arafat Day (estimated)", "2020-07-31": "Eid al-Adha (estimated)", "2020-08-01": "Eid al-Adha Holiday (estimated)", "2020-08-02": "Eid al-Adha Holiday (estimated)", "2020-08-20": "Islamic New Year (estimated)", "2020-10-06": "Armed Forces Day", "2020-10-29": "Prophet's Birthday (estimated)", "2021-01-01": "New Year's Day", "2021-01-07": "Coptic Christmas Day", "2021-01-25": "January 25th Revolution Day", "2021-04-25": "Sinai Liberation Day", "2021-05-01": "Labor Day", "2021-05-02": "Coptic Easter", "2021-05-03": "Sham El Nessim", "2021-05-13": "Eid al-Fitr (estimated)", "2021-05-14": "Eid al-Fitr Holiday (estimated)", "2021-05-15": "Eid al-Fitr Holiday (estimated)", "2021-06-30": "June 30 Revolution Day", "2021-07-19": "Arafat Day (estimated)", "2021-07-20": "Eid al-Adha (estimated)", "2021-07-21": "Eid al-Adha Holiday (estimated)", "2021-07-22": "Eid al-Adha Holiday (estimated)", "2021-07-23": "July 23 Revolution Day", "2021-08-09": "Islamic New Year (estimated)", "2021-10-06": "Armed Forces Day", "2021-10-18": "Prophet's Birthday (estimated)", "2022-01-01": "New Year's Day", "2022-01-07": "Coptic Christmas Day", "2022-01-25": "January 25th Revolution Day", "2022-04-24": "Coptic Easter", "2022-04-25": "Sham El Nessim; Sinai Liberation Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr (estimated)", "2022-05-03": "Eid al-Fitr Holiday (estimated)", "2022-05-04": "Eid al-Fitr Holiday (estimated)", "2022-06-30": "June 30 Revolution Day", "2022-07-08": "Arafat Day (estimated)", "2022-07-09": "Eid al-Adha (estimated)", "2022-07-10": "Eid al-Adha Holiday (estimated)", "2022-07-11": "Eid al-Adha Holiday (estimated)", "2022-07-23": "July 23 Revolution Day", "2022-07-30": "Islamic New Year (estimated)", "2022-10-06": "Armed Forces Day", "2022-10-08": "Prophet's Birthday (estimated)", "2023-01-01": "New Year's Day", "2023-01-07": "Coptic Christmas Day", "2023-01-25": "January 25th Revolution Day", "2023-04-16": "Coptic Easter", "2023-04-17": "Sham El Nessim", "2023-04-21": "Eid al-Fitr (estimated)", "2023-04-22": "Eid al-Fitr Holiday (estimated)", "2023-04-23": "Eid al-Fitr Holiday (estimated)", "2023-04-25": "Sinai Liberation Day", "2023-05-01": "Labor Day", "2023-06-27": "Arafat Day (estimated)", "2023-06-28": "Eid al-Adha (estimated)", "2023-06-29": "Eid al-Adha Holiday (estimated)", "2023-06-30": "Eid al-Adha Holiday (estimated); June 30 Revolution Day", "2023-07-19": "Islamic New Year (estimated)", "2023-07-23": "July 23 Revolution Day", "2023-09-27": "Prophet's Birthday (estimated)", "2023-10-06": "Armed Forces Day", "2024-01-01": "New Year's Day", "2024-01-07": "Coptic Christmas Day", "2024-01-25": "January 25th Revolution Day", "2024-04-10": "Eid al-Fitr (estimated)", "2024-04-11": "Eid al-Fitr Holiday (estimated)", "2024-04-12": "Eid al-Fitr Holiday (estimated)", "2024-04-25": "Sinai Liberation Day", "2024-05-01": "Labor Day", "2024-05-05": "Coptic Easter", "2024-05-06": "Sham El Nessim", "2024-06-15": "Arafat Day (estimated)", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha Holiday (estimated)", "2024-06-18": "Eid al-Adha Holiday (estimated)", "2024-06-30": "June 30 Revolution Day", "2024-07-07": "Islamic New Year (estimated)", "2024-07-23": "July 23 Revolution Day", "2024-09-15": "Prophet's Birthday (estimated)", "2024-10-06": "Armed Forces Day", "2025-01-01": "New Year's Day", "2025-01-07": "Coptic Christmas Day", "2025-01-25": "January 25th Revolution Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr Holiday (estimated)", "2025-04-01": "Eid al-Fitr Holiday (estimated)", "2025-04-20": "Coptic Easter", "2025-04-21": "Sham El Nessim", "2025-04-25": "Sinai Liberation Day", "2025-05-01": "Labor Day", "2025-06-05": "Arafat Day (estimated)", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha Holiday (estimated)", "2025-06-08": "Eid al-Adha Holiday (estimated)", "2025-06-26": "Islamic New Year (estimated)", "2025-06-30": "June 30 Revolution Day", "2025-07-23": "July 23 Revolution Day", "2025-09-04": "Prophet's Birthday (estimated)", "2025-10-06": "Armed Forces Day", "2026-01-01": "New Year's Day", "2026-01-07": "Coptic Christmas Day", "2026-01-25": "January 25th Revolution Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr Holiday (estimated)", "2026-03-22": "Eid al-Fitr Holiday (estimated)", "2026-04-12": "Coptic Easter", "2026-04-13": "Sham El Nessim", "2026-04-25": "Sinai Liberation Day", "2026-05-01": "Labor Day", "2026-05-26": "Arafat Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha Holiday (estimated)", "2026-05-29": "Eid al-Adha Holiday (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-06-30": "June 30 Revolution Day", "2026-07-23": "July 23 Revolution Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-10-06": "Armed Forces Day", "2027-01-01": "New Year's Day", "2027-01-07": "Coptic Christmas Day", "2027-01-25": "January 25th Revolution Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr Holiday (estimated)", "2027-03-11": "Eid al-Fitr Holiday (estimated)", "2027-04-25": "Sinai Liberation Day", "2027-05-01": "Labor Day", "2027-05-02": "Coptic Easter", "2027-05-03": "Sham El Nessim", "2027-05-15": "Arafat Day (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha Holiday (estimated)", "2027-05-18": "Eid al-Adha Holiday (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-30": "June 30 Revolution Day", "2027-07-23": "July 23 Revolution Day", "2027-08-14": "Prophet's Birthday (estimated)", "2027-10-06": "Armed Forces Day", "2028-01-01": "New Year's Day", "2028-01-07": "Coptic Christmas Day", "2028-01-25": "January 25th Revolution Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr Holiday (estimated)", "2028-02-28": "Eid al-Fitr Holiday (estimated)", "2028-04-16": "Coptic Easter", "2028-04-17": "Sham El Nessim", "2028-04-25": "Sinai Liberation Day", "2028-05-01": "Labor Day", "2028-05-04": "Arafat Day (estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha Holiday (estimated)", "2028-05-07": "Eid al-Adha Holiday (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-30": "June 30 Revolution Day", "2028-07-23": "July 23 Revolution Day", "2028-08-03": "Prophet's Birthday (estimated)", "2028-10-06": "Armed Forces Day", "2029-01-01": "New Year's Day", "2029-01-07": "Coptic Christmas Day", "2029-01-25": "January 25th Revolution Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr Holiday (estimated)", "2029-02-16": "Eid al-Fitr Holiday (estimated)", "2029-04-08": "Coptic Easter", "2029-04-09": "Sham El Nessim", "2029-04-23": "Arafat Day (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha Holiday (estimated); Sinai Liberation Day", "2029-04-26": "Eid al-Adha Holiday (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-06-30": "June 30 Revolution Day", "2029-07-23": "July 23 Revolution Day", "2029-07-24": "Prophet's Birthday (estimated)", "2029-10-06": "Armed Forces Day", "2030-01-01": "New Year's Day", "2030-01-07": "Coptic Christmas Day", "2030-01-25": "January 25th Revolution Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr Holiday (estimated)", "2030-02-06": "Eid al-Fitr Holiday (estimated)", "2030-04-12": "Arafat Day (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha Holiday (estimated)", "2030-04-15": "Eid al-Adha Holiday (estimated)", "2030-04-25": "Sinai Liberation Day", "2030-04-28": "Coptic Easter", "2030-04-29": "Sham El Nessim", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-06-30": "June 30 Revolution Day", "2030-07-13": "Prophet's Birthday (estimated)", "2030-07-23": "July 23 Revolution Day", "2030-10-06": "Armed Forces Day", "2031-01-01": "New Year's Day", "2031-01-07": "Coptic Christmas Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr Holiday (estimated); January 25th Revolution Day", "2031-01-26": "Eid al-Fitr Holiday (estimated)", "2031-04-01": "Arafat Day (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha Holiday (estimated)", "2031-04-04": "Eid al-Adha Holiday (estimated)", "2031-04-13": "Coptic Easter", "2031-04-14": "Sham El Nessim", "2031-04-23": "Islamic New Year (estimated)", "2031-04-25": "Sinai Liberation Day", "2031-05-01": "Labor Day", "2031-06-30": "June 30 Revolution Day", "2031-07-02": "Prophet's Birthday (estimated)", "2031-07-23": "July 23 Revolution Day", "2031-10-06": "Armed Forces Day", "2032-01-01": "New Year's Day", "2032-01-07": "Coptic Christmas Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr Holiday (estimated)", "2032-01-16": "Eid al-Fitr Holiday (estimated)", "2032-01-25": "January 25th Revolution Day", "2032-03-21": "Arafat Day (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha Holiday (estimated)", "2032-03-24": "Eid al-Adha Holiday (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-04-25": "Sinai Liberation Day", "2032-05-01": "Labor Day", "2032-05-02": "Coptic Easter", "2032-05-03": "Sham El Nessim", "2032-06-20": "Prophet's Birthday (estimated)", "2032-06-30": "June 30 Revolution Day", "2032-07-23": "July 23 Revolution Day", "2032-10-06": "Armed Forces Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr Holiday (estimated)", "2033-01-04": "Eid al-Fitr Holiday (estimated)", "2033-01-07": "Coptic Christmas Day", "2033-01-25": "January 25th Revolution Day", "2033-03-10": "Arafat Day (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha Holiday (estimated)", "2033-03-13": "Eid al-Adha Holiday (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-04-24": "Coptic Easter", "2033-04-25": "Sham El Nessim; Sinai Liberation Day", "2033-05-01": "Labor Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-06-30": "June 30 Revolution Day", "2033-07-23": "July 23 Revolution Day", "2033-10-06": "Armed Forces Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr Holiday (estimated)", "2033-12-25": "Eid al-Fitr Holiday (estimated)", "2034-01-01": "New Year's Day", "2034-01-07": "Coptic Christmas Day", "2034-01-25": "January 25th Revolution Day", "2034-02-28": "Arafat Day (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha Holiday (estimated)", "2034-03-03": "Eid al-Adha Holiday (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-04-09": "Coptic Easter", "2034-04-10": "Sham El Nessim", "2034-04-25": "Sinai Liberation Day", "2034-05-01": "Labor Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-06-30": "June 30 Revolution Day", "2034-07-23": "July 23 Revolution Day", "2034-10-06": "Armed Forces Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr Holiday (estimated)", "2034-12-14": "Eid al-Fitr Holiday (estimated)", "2035-01-01": "New Year's Day", "2035-01-07": "Coptic Christmas Day", "2035-01-25": "January 25th Revolution Day", "2035-02-17": "Arafat Day (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha Holiday (estimated)", "2035-02-20": "Eid al-Adha Holiday (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-04-25": "Sinai Liberation Day", "2035-04-29": "Coptic Easter", "2035-04-30": "Sham El Nessim", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-06-30": "June 30 Revolution Day", "2035-07-23": "July 23 Revolution Day", "2035-10-06": "Armed Forces Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr Holiday (estimated)", "2035-12-03": "Eid al-Fitr Holiday (estimated)", "2036-01-01": "New Year's Day", "2036-01-07": "Coptic Christmas Day", "2036-01-25": "January 25th Revolution Day", "2036-02-06": "Arafat Day (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha Holiday (estimated)", "2036-02-09": "Eid al-Adha Holiday (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-04-20": "Coptic Easter", "2036-04-21": "Sham El Nessim", "2036-04-25": "Sinai Liberation Day", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-06-30": "June 30 Revolution Day", "2036-07-23": "July 23 Revolution Day", "2036-10-06": "Armed Forces Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr Holiday (estimated)", "2036-11-21": "Eid al-Fitr Holiday (estimated)", "2037-01-01": "New Year's Day", "2037-01-07": "Coptic Christmas Day", "2037-01-25": "Arafat Day (estimated); January 25th Revolution Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha Holiday (estimated)", "2037-01-28": "Eid al-Adha Holiday (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-04-05": "Coptic Easter", "2037-04-06": "Sham El Nessim", "2037-04-25": "Sinai Liberation Day", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-06-30": "June 30 Revolution Day", "2037-07-23": "July 23 Revolution Day", "2037-10-06": "Armed Forces Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr Holiday (estimated)", "2037-11-10": "Eid al-Fitr Holiday (estimated)", "2038-01-01": "New Year's Day", "2038-01-07": "Coptic Christmas Day", "2038-01-15": "Arafat Day (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha Holiday (estimated)", "2038-01-18": "Eid al-Adha Holiday (estimated)", "2038-01-25": "January 25th Revolution Day", "2038-02-05": "Islamic New Year (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-25": "Coptic Easter; Sinai Liberation Day", "2038-04-26": "Sham El Nessim", "2038-05-01": "Labor Day", "2038-06-30": "June 30 Revolution Day", "2038-07-23": "July 23 Revolution Day", "2038-10-06": "Armed Forces Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr Holiday (estimated)", "2038-10-31": "Eid al-Fitr Holiday (estimated)", "2039-01-01": "New Year's Day", "2039-01-04": "Arafat Day (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha Holiday (estimated)", "2039-01-07": "Coptic Christmas Day; Eid al-Adha Holiday (estimated)", "2039-01-25": "January 25th Revolution Day", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-17": "Coptic Easter", "2039-04-18": "Sham El Nessim", "2039-04-25": "Sinai Liberation Day", "2039-05-01": "Labor Day", "2039-06-30": "June 30 Revolution Day", "2039-07-23": "July 23 Revolution Day", "2039-10-06": "Armed Forces Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr Holiday (estimated)", "2039-10-21": "Eid al-Fitr Holiday (estimated)", "2039-12-25": "Arafat Day (estimated)", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha Holiday (estimated)", "2039-12-28": "Eid al-Adha Holiday (estimated)", "2040-01-01": "New Year's Day", "2040-01-07": "Coptic Christmas Day", "2040-01-15": "Islamic New Year (estimated)", "2040-01-25": "January 25th Revolution Day", "2040-03-25": "Prophet's Birthday (estimated)", "2040-04-25": "Sinai Liberation Day", "2040-05-01": "Labor Day", "2040-05-06": "Coptic Easter", "2040-05-07": "Sham El Nessim", "2040-06-30": "June 30 Revolution Day", "2040-07-23": "July 23 Revolution Day", "2040-10-06": "Armed Forces Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr Holiday (estimated)", "2040-10-09": "Eid al-Fitr Holiday (estimated)", "2040-12-13": "Arafat Day (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha Holiday (estimated)", "2040-12-16": "Eid al-Adha Holiday (estimated)", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-01-07": "Coptic Christmas Day", "2041-01-25": "January 25th Revolution Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-21": "Coptic Easter", "2041-04-22": "Sham El Nessim", "2041-04-25": "Sinai Liberation Day", "2041-05-01": "Labor Day", "2041-06-30": "June 30 Revolution Day", "2041-07-23": "July 23 Revolution Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr Holiday (estimated)", "2041-09-28": "Eid al-Fitr Holiday (estimated)", "2041-10-06": "Armed Forces Day", "2041-12-03": "Arafat Day (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha Holiday (estimated)", "2041-12-06": "Eid al-Adha Holiday (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2042-01-01": "New Year's Day", "2042-01-07": "Coptic Christmas Day", "2042-01-25": "January 25th Revolution Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-04-13": "Coptic Easter", "2042-04-14": "Sham El Nessim", "2042-04-25": "Sinai Liberation Day", "2042-05-01": "Labor Day", "2042-06-30": "June 30 Revolution Day", "2042-07-23": "July 23 Revolution Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr Holiday (estimated)", "2042-09-17": "Eid al-Fitr Holiday (estimated)", "2042-10-06": "Armed Forces Day", "2042-11-22": "Arafat Day (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha Holiday (estimated)", "2042-11-25": "Eid al-Adha Holiday (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2043-01-01": "New Year's Day", "2043-01-07": "Coptic Christmas Day", "2043-01-25": "January 25th Revolution Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-04-25": "Sinai Liberation Day", "2043-05-01": "Labor Day", "2043-05-03": "Coptic Easter", "2043-05-04": "Sham El Nessim", "2043-06-30": "June 30 Revolution Day", "2043-07-23": "July 23 Revolution Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr Holiday (estimated)", "2043-09-06": "Eid al-Fitr Holiday (estimated)", "2043-10-06": "Armed Forces Day", "2043-11-11": "Arafat Day (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha Holiday (estimated)", "2043-11-14": "Eid al-Adha Holiday (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2044-01-01": "New Year's Day", "2044-01-07": "Coptic Christmas Day", "2044-01-25": "January 25th Revolution Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-24": "Coptic Easter", "2044-04-25": "Sham El Nessim; Sinai Liberation Day", "2044-05-01": "Labor Day", "2044-06-30": "June 30 Revolution Day", "2044-07-23": "July 23 Revolution Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr Holiday (estimated)", "2044-08-26": "Eid al-Fitr Holiday (estimated)", "2044-10-06": "Armed Forces Day", "2044-10-30": "Arafat Day (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha Holiday (estimated)", "2044-11-02": "Eid al-Adha Holiday (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2045-01-01": "New Year's Day", "2045-01-07": "Coptic Christmas Day", "2045-01-25": "January 25th Revolution Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-09": "Coptic Easter", "2045-04-10": "Sham El Nessim", "2045-04-25": "Sinai Liberation Day", "2045-05-01": "Labor Day", "2045-06-30": "June 30 Revolution Day", "2045-07-23": "July 23 Revolution Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr Holiday (estimated)", "2045-08-16": "Eid al-Fitr Holiday (estimated)", "2045-10-06": "Armed Forces Day", "2045-10-20": "Arafat Day (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha Holiday (estimated)", "2045-10-23": "Eid al-Adha Holiday (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2046-01-01": "New Year's Day", "2046-01-07": "Coptic Christmas Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-25": "January 25th Revolution Day", "2046-04-25": "Sinai Liberation Day", "2046-04-29": "Coptic Easter", "2046-04-30": "Sham El Nessim", "2046-05-01": "Labor Day", "2046-06-30": "June 30 Revolution Day", "2046-07-23": "July 23 Revolution Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr Holiday (estimated)", "2046-08-05": "Eid al-Fitr Holiday (estimated)", "2046-10-06": "Armed Forces Day", "2046-10-09": "Arafat Day (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha Holiday (estimated)", "2046-10-12": "Eid al-Adha Holiday (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2047-01-01": "New Year's Day", "2047-01-07": "Coptic Christmas Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-25": "January 25th Revolution Day", "2047-04-21": "Coptic Easter", "2047-04-22": "Sham El Nessim", "2047-04-25": "Sinai Liberation Day", "2047-05-01": "Labor Day", "2047-06-30": "June 30 Revolution Day", "2047-07-23": "July 23 Revolution Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr Holiday (estimated)", "2047-07-26": "Eid al-Fitr Holiday (estimated)", "2047-09-29": "Arafat Day (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha Holiday (estimated)", "2047-10-02": "Eid al-Adha Holiday (estimated)", "2047-10-06": "Armed Forces Day", "2047-10-20": "Islamic New Year (estimated)", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-01-07": "Coptic Christmas Day", "2048-01-25": "January 25th Revolution Day", "2048-04-05": "Coptic Easter", "2048-04-06": "Sham El Nessim", "2048-04-25": "Sinai Liberation Day", "2048-05-01": "Labor Day", "2048-06-30": "June 30 Revolution Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr Holiday (estimated)", "2048-07-14": "Eid al-Fitr Holiday (estimated)", "2048-07-23": "July 23 Revolution Day", "2048-09-18": "Arafat Day (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha Holiday (estimated)", "2048-09-21": "Eid al-Adha Holiday (estimated)", "2048-10-06": "Armed Forces Day", "2048-10-09": "Islamic New Year (estimated)", "2048-12-18": "Prophet's Birthday (estimated)", "2049-01-01": "New Year's Day", "2049-01-07": "Coptic Christmas Day", "2049-01-25": "January 25th Revolution Day", "2049-04-25": "Coptic Easter; Sinai Liberation Day", "2049-04-26": "Sham El Nessim", "2049-05-01": "Labor Day", "2049-06-30": "June 30 Revolution Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr Holiday (estimated)", "2049-07-03": "Eid al-Fitr Holiday (estimated)", "2049-07-23": "July 23 Revolution Day", "2049-09-07": "Arafat Day (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha Holiday (estimated)", "2049-09-10": "Eid al-Adha Holiday (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-10-06": "Armed Forces Day", "2049-12-07": "Prophet's Birthday (estimated)", "2050-01-01": "New Year's Day", "2050-01-07": "Coptic Christmas Day", "2050-01-25": "January 25th Revolution Day", "2050-04-17": "Coptic Easter", "2050-04-18": "Sham El Nessim", "2050-04-25": "Sinai Liberation Day", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr Holiday (estimated)", "2050-06-22": "Eid al-Fitr Holiday (estimated)", "2050-06-30": "June 30 Revolution Day", "2050-07-23": "July 23 Revolution Day", "2050-08-27": "Arafat Day (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha Holiday (estimated)", "2050-08-30": "Eid al-Adha Holiday (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-10-06": "Armed Forces Day", "2050-11-26": "Prophet's Birthday (estimated)" } holidays-0.71/snapshots/countries/ES_AN.json000066400000000000000000001250451500152103600210720ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-28": "Andalusia Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-28": "Andalusia Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-28": "Andalusia Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-28": "Andalusia Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-01": "Monday following Andalusia Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-28": "Andalusia Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-02-28": "Andalusia Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-02-28": "Andalusia Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-28": "Andalusia Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-28": "Andalusia Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Monday following Andalusia Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-28": "Andalusia Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-02-28": "Andalusia Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-28": "Andalusia Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-28": "Andalusia Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Monday following Andalusia Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-28": "Andalusia Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-28": "Andalusia Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-28": "Andalusia Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-28": "Andalusia Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-28": "Andalusia Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-01": "Monday following Andalusia Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-28": "Andalusia Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-02-28": "Andalusia Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-28": "Andalusia Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-28": "Andalusia Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-02-28": "Andalusia Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-28": "Andalusia Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-02-28": "Andalusia Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-28": "Andalusia Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-28": "Andalusia Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-02-28": "Andalusia Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-01": "Monday following Andalusia Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-28": "Andalusia Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-02-28": "Andalusia Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-28": "Andalusia Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-02-28": "Andalusia Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-02-28": "Andalusia Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-29": "Monday following Andalusia Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-02-28": "Andalusia Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-28": "Andalusia Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-28": "Andalusia Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-02-28": "Andalusia Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-01": "Monday following Andalusia Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-02-28": "Andalusia Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-02-28": "Andalusia Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-28": "Andalusia Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-02-28": "Andalusia Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-02-28": "Andalusia Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-01": "Monday following Andalusia Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-02-28": "Andalusia Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-28": "Andalusia Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-02-28": "Andalusia Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-02-28": "Andalusia Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-28": "Andalusia Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-02-28": "Andalusia Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-02-28": "Andalusia Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-28": "Andalusia Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-02-28": "Andalusia Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-02-28": "Andalusia Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-01": "Monday following Andalusia Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-08-16": "Monday following Assumption Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-02-28": "Andalusia Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-02": "Monday following Labor Day", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2011-12-26": "Monday following Christmas Day", "2012-01-02": "Monday following New Year's Day", "2012-01-06": "Epiphany", "2012-02-28": "Andalusia Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-02-28": "Andalusia Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-09": "Monday following Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-02-28": "Andalusia Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-10-13": "Monday following National Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-28": "Andalusia Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-11-02": "Monday following All Saints' Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-02-29": "Monday following Andalusia Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-02": "Monday following Labor Day", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-02": "Monday following New Year's Day", "2017-01-06": "Epiphany", "2017-02-28": "Andalusia Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-28": "Andalusia Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Monday following Epiphany", "2019-02-28": "Andalusia Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-09": "Monday following Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-02-28": "Andalusia Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-11-02": "Monday following All Saints' Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-01": "Monday following Andalusia Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-08-16": "Monday following Assumption Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-02-28": "Andalusia Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-02": "Monday following Labor Day", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-02": "Monday following New Year's Day", "2023-01-06": "Epiphany", "2023-02-28": "Andalusia Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-28": "Andalusia Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-09": "Monday following Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-02-28": "Andalusia Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-08-15": "Assumption Day", "2025-10-13": "Monday following National Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-28": "Andalusia Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-01": "Monday following Andalusia Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-28": "Andalusia Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-28": "Andalusia Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-02-28": "Andalusia Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-28": "Andalusia Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-02-28": "Andalusia Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-02-28": "Andalusia Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-28": "Andalusia Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-28": "Andalusia Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-28": "Andalusia Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-28": "Andalusia Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-01": "Monday following Andalusia Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-28": "Andalusia Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-02-28": "Andalusia Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-02-28": "Andalusia Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-28": "Andalusia Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-02-28": "Andalusia Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-02-29": "Monday following Andalusia Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-28": "Andalusia Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-02-28": "Andalusia Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-02-28": "Andalusia Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-28": "Andalusia Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-01": "Monday following Andalusia Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-28": "Andalusia Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_AR.json000066400000000000000000001257711500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-24": "Monday following Saint George's Day", "1950-05-01": "Labor Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-04-23": "Saint George's Day", "1951-05-01": "Labor Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-23": "Saint George's Day", "1952-05-01": "Labor Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-23": "Saint George's Day", "1953-05-01": "Labor Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-23": "Saint George's Day", "1954-05-01": "Labor Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-23": "Saint George's Day", "1955-05-01": "Labor Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-23": "Saint George's Day", "1956-05-01": "Labor Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-23": "Saint George's Day", "1957-05-01": "Labor Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-23": "Saint George's Day", "1958-05-01": "Labor Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-04-23": "Saint George's Day", "1959-05-01": "Labor Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-23": "Saint George's Day", "1960-05-01": "Labor Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-24": "Monday following Saint George's Day", "1961-05-01": "Labor Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-23": "Saint George's Day", "1962-05-01": "Labor Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-23": "Saint George's Day", "1963-05-01": "Labor Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-04-23": "Saint George's Day", "1964-05-01": "Labor Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-23": "Saint George's Day", "1965-05-01": "Labor Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-23": "Saint George's Day", "1966-05-01": "Labor Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-04-24": "Monday following Saint George's Day", "1967-05-01": "Labor Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-23": "Saint George's Day", "1968-05-01": "Labor Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-23": "Saint George's Day", "1969-05-01": "Labor Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-04-23": "Saint George's Day", "1970-05-01": "Labor Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-23": "Saint George's Day", "1971-05-01": "Labor Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-24": "Monday following Saint George's Day", "1972-05-01": "Labor Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-23": "Saint George's Day", "1973-05-01": "Labor Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-23": "Saint George's Day", "1974-05-01": "Labor Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-04-23": "Saint George's Day", "1975-05-01": "Labor Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-23": "Saint George's Day", "1976-05-01": "Labor Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-23": "Saint George's Day", "1977-05-01": "Labor Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-04-24": "Monday following Saint George's Day", "1978-05-01": "Labor Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-23": "Saint George's Day", "1979-05-01": "Labor Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-23": "Saint George's Day", "1980-05-01": "Labor Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-23": "Saint George's Day", "1981-05-01": "Labor Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-23": "Saint George's Day", "1982-05-01": "Labor Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-23": "Saint George's Day", "1983-05-01": "Labor Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-23": "Saint George's Day", "1984-05-01": "Labor Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-23": "Saint George's Day", "1985-05-01": "Labor Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-04-23": "Saint George's Day", "1986-05-01": "Labor Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-23": "Saint George's Day", "1987-05-01": "Labor Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-23": "Saint George's Day", "1988-05-01": "Labor Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-04-24": "Monday following Saint George's Day", "1989-05-01": "Labor Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-23": "Saint George's Day", "1990-05-01": "Labor Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-04-23": "Saint George's Day", "1991-05-01": "Labor Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-23": "Saint George's Day", "1992-05-01": "Labor Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-23": "Saint George's Day", "1993-05-01": "Labor Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-23": "Saint George's Day", "1994-05-01": "Labor Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-24": "Monday following Saint George's Day", "1995-05-01": "Labor Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-23": "Saint George's Day", "1996-05-01": "Labor Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-04-23": "Saint George's Day", "1997-05-01": "Labor Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-23": "Saint George's Day", "1998-05-01": "Labor Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-23": "Saint George's Day", "1999-05-01": "Labor Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-24": "Monday following Saint George's Day", "2000-05-01": "Labor Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-23": "Saint George's Day", "2001-05-01": "Labor Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-04-23": "Saint George's Day", "2002-05-01": "Labor Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-23": "Saint George's Day", "2003-05-01": "Labor Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-23": "Saint George's Day", "2004-05-01": "Labor Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-04-23": "Saint George's Day", "2005-05-01": "Labor Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-24": "Monday following Saint George's Day", "2006-05-01": "Labor Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-23": "Saint George's Day", "2007-05-01": "Labor Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-04-23": "Saint George's Day", "2008-05-01": "Labor Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-23": "Saint George's Day", "2009-05-01": "Labor Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-23": "Saint George's Day", "2010-05-01": "Labor Day", "2010-08-16": "Monday following Assumption Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Saint George's Day", "2011-05-02": "Monday following Labor Day", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2011-12-26": "Monday following Christmas Day", "2012-01-02": "Monday following New Year's Day", "2012-01-06": "Epiphany", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-23": "Saint George's Day", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-23": "Saint George's Day", "2013-05-01": "Labor Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-09": "Monday following Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-23": "Saint George's Day", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-10-13": "Monday following National Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-23": "Saint George's Day", "2015-05-01": "Labor Day", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-11-02": "Monday following All Saints' Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-04-23": "Saint George's Day", "2016-05-02": "Monday following Labor Day", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-02": "Monday following New Year's Day", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-24": "Monday following Saint George's Day", "2017-05-01": "Labor Day", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-23": "Saint George's Day", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Monday following Epiphany", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-23": "Saint George's Day", "2019-05-01": "Labor Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-09": "Monday following Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-23": "Saint George's Day", "2020-05-01": "Labor Day", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-11-02": "Monday following All Saints' Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-23": "Saint George's Day", "2021-05-01": "Labor Day", "2021-08-16": "Monday following Assumption Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-23": "Saint George's Day", "2022-05-02": "Monday following Labor Day", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-02": "Monday following New Year's Day", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-24": "Monday following Saint George's Day", "2023-05-01": "Labor Day", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-23": "Saint George's Day", "2024-05-01": "Labor Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-09": "Monday following Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-23": "Saint George's Day", "2025-05-01": "Labor Day", "2025-08-15": "Assumption Day", "2025-10-13": "Monday following National Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-23": "Saint George's Day", "2026-05-01": "Labor Day", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-23": "Saint George's Day", "2027-05-01": "Labor Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-24": "Monday following Saint George's Day", "2028-05-01": "Labor Day", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-23": "Saint George's Day", "2029-05-01": "Labor Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-23": "Saint George's Day", "2030-05-01": "Labor Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-23": "Saint George's Day", "2031-05-01": "Labor Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-04-23": "Saint George's Day", "2032-05-01": "Labor Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-23": "Saint George's Day", "2033-05-01": "Labor Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-24": "Monday following Saint George's Day", "2034-05-01": "Labor Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-04-23": "Saint George's Day", "2035-05-01": "Labor Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-23": "Saint George's Day", "2036-05-01": "Labor Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-23": "Saint George's Day", "2037-05-01": "Labor Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday; Saint George's Day", "2038-05-01": "Labor Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-23": "Saint George's Day", "2039-05-01": "Labor Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-23": "Saint George's Day", "2040-05-01": "Labor Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-23": "Saint George's Day", "2041-05-01": "Labor Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-23": "Saint George's Day", "2042-05-01": "Labor Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-23": "Saint George's Day", "2043-05-01": "Labor Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-23": "Saint George's Day", "2044-05-01": "Labor Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-24": "Monday following Saint George's Day", "2045-05-01": "Labor Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-04-23": "Saint George's Day", "2046-05-01": "Labor Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-23": "Saint George's Day", "2047-05-01": "Labor Day", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-23": "Saint George's Day", "2048-05-01": "Labor Day", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-23": "Saint George's Day", "2049-05-01": "Labor Day", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-23": "Saint George's Day", "2050-05-01": "Labor Day", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_AS.json000066400000000000000000001245121500152103600210750ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-08-15": "Assumption Day", "1950-09-08": "Asturia Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-08-15": "Assumption Day", "1951-09-08": "Asturia Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-08-15": "Assumption Day", "1952-09-08": "Asturia Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-08-15": "Assumption Day", "1953-09-08": "Asturia Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-08-15": "Assumption Day", "1954-09-08": "Asturia Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-08-15": "Assumption Day", "1955-09-08": "Asturia Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-08-15": "Assumption Day", "1956-09-08": "Asturia Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-08-15": "Assumption Day", "1957-09-09": "Monday following Asturia Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-08-15": "Assumption Day", "1958-09-08": "Asturia Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-08-15": "Assumption Day", "1959-09-08": "Asturia Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-08-15": "Assumption Day", "1960-09-08": "Asturia Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-08-15": "Assumption Day", "1961-09-08": "Asturia Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-08-15": "Assumption Day", "1962-09-08": "Asturia Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-08-15": "Assumption Day", "1963-09-09": "Monday following Asturia Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-08-15": "Assumption Day", "1964-09-08": "Asturia Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-08-15": "Assumption Day", "1965-09-08": "Asturia Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-08-15": "Assumption Day", "1966-09-08": "Asturia Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-08-15": "Assumption Day", "1967-09-08": "Asturia Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-08-15": "Assumption Day", "1968-09-09": "Monday following Asturia Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-08-15": "Assumption Day", "1969-09-08": "Asturia Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-08-15": "Assumption Day", "1970-09-08": "Asturia Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-08-15": "Assumption Day", "1971-09-08": "Asturia Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-08-15": "Assumption Day", "1972-09-08": "Asturia Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-08-15": "Assumption Day", "1973-09-08": "Asturia Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-08-15": "Assumption Day", "1974-09-09": "Monday following Asturia Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-08-15": "Assumption Day", "1975-09-08": "Asturia Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-08-15": "Assumption Day", "1976-09-08": "Asturia Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-08-15": "Assumption Day", "1977-09-08": "Asturia Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-08-15": "Assumption Day", "1978-09-08": "Asturia Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-08-15": "Assumption Day", "1979-09-08": "Asturia Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-08-15": "Assumption Day", "1980-09-08": "Asturia Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-08-15": "Assumption Day", "1981-09-08": "Asturia Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-08-15": "Assumption Day", "1982-09-08": "Asturia Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-08-15": "Assumption Day", "1983-09-08": "Asturia Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-08-15": "Assumption Day", "1984-09-08": "Asturia Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-08-15": "Assumption Day", "1985-09-09": "Monday following Asturia Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-08-15": "Assumption Day", "1986-09-08": "Asturia Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-08-15": "Assumption Day", "1987-09-08": "Asturia Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-08-15": "Assumption Day", "1988-09-08": "Asturia Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-08-15": "Assumption Day", "1989-09-08": "Asturia Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-08-15": "Assumption Day", "1990-09-08": "Asturia Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-08-15": "Assumption Day", "1991-09-09": "Monday following Asturia Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-08-15": "Assumption Day", "1992-09-08": "Asturia Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-08-15": "Assumption Day", "1993-09-08": "Asturia Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-08-15": "Assumption Day", "1994-09-08": "Asturia Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-08-15": "Assumption Day", "1995-09-08": "Asturia Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-08-15": "Assumption Day", "1996-09-09": "Monday following Asturia Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-08-15": "Assumption Day", "1997-09-08": "Asturia Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-08-15": "Assumption Day", "1998-09-08": "Asturia Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-08-15": "Assumption Day", "1999-09-08": "Asturia Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-08-15": "Assumption Day", "2000-09-08": "Asturia Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-08-15": "Assumption Day", "2001-09-08": "Asturia Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-08-15": "Assumption Day", "2002-09-09": "Monday following Asturia Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-08-15": "Assumption Day", "2003-09-08": "Asturia Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-08-15": "Assumption Day", "2004-09-08": "Asturia Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-08-15": "Assumption Day", "2005-09-08": "Asturia Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-08-15": "Assumption Day", "2006-09-08": "Asturia Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-08-15": "Assumption Day", "2007-09-08": "Asturia Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-08-15": "Assumption Day", "2008-09-08": "Asturia Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-08-15": "Assumption Day", "2009-09-08": "Asturia Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-08-16": "Monday following Assumption Day", "2010-09-08": "Asturia Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-02": "Monday following Labor Day", "2011-08-15": "Assumption Day", "2011-09-08": "Asturia Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2011-12-26": "Monday following Christmas Day", "2012-01-02": "Monday following New Year's Day", "2012-01-06": "Epiphany", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-09-08": "Asturia Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-08-15": "Assumption Day", "2013-09-09": "Monday following Asturia Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-09": "Monday following Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-09-08": "Asturia Day", "2014-10-13": "Monday following National Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-08-15": "Assumption Day", "2015-09-08": "Asturia Day", "2015-10-12": "National Day", "2015-11-02": "Monday following All Saints' Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-02": "Monday following Labor Day", "2016-08-15": "Assumption Day", "2016-09-08": "Asturia Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-02": "Monday following New Year's Day", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-08-15": "Assumption Day", "2017-09-08": "Asturia Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-09-08": "Asturia Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Monday following Epiphany", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-08-15": "Assumption Day", "2019-09-09": "Monday following Asturia Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-09": "Monday following Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-08-15": "Assumption Day", "2020-09-08": "Asturia Day", "2020-10-12": "National Day", "2020-11-02": "Monday following All Saints' Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-08-16": "Monday following Assumption Day", "2021-09-08": "Asturia Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-02": "Monday following Labor Day", "2022-08-15": "Assumption Day", "2022-09-08": "Asturia Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-02": "Monday following New Year's Day", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-08-15": "Assumption Day", "2023-09-08": "Asturia Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-08-15": "Assumption Day", "2024-09-09": "Monday following Asturia Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-09": "Monday following Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-08-15": "Assumption Day", "2025-09-08": "Asturia Day", "2025-10-13": "Monday following National Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-08-15": "Assumption Day", "2026-09-08": "Asturia Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-08-15": "Assumption Day", "2027-09-08": "Asturia Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-08-15": "Assumption Day", "2028-09-08": "Asturia Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-08-15": "Assumption Day", "2029-09-08": "Asturia Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-08-15": "Assumption Day", "2030-09-09": "Monday following Asturia Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-08-15": "Assumption Day", "2031-09-08": "Asturia Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-08-15": "Assumption Day", "2032-09-08": "Asturia Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-08-15": "Assumption Day", "2033-09-08": "Asturia Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-08-15": "Assumption Day", "2034-09-08": "Asturia Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-08-15": "Assumption Day", "2035-09-08": "Asturia Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-08-15": "Assumption Day", "2036-09-08": "Asturia Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-08-15": "Assumption Day", "2037-09-08": "Asturia Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-08-15": "Assumption Day", "2038-09-08": "Asturia Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-08-15": "Assumption Day", "2039-09-08": "Asturia Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-08-15": "Assumption Day", "2040-09-08": "Asturia Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-08-15": "Assumption Day", "2041-09-09": "Monday following Asturia Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-08-15": "Assumption Day", "2042-09-08": "Asturia Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-08-15": "Assumption Day", "2043-09-08": "Asturia Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-08-15": "Assumption Day", "2044-09-08": "Asturia Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-08-15": "Assumption Day", "2045-09-08": "Asturia Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-08-15": "Assumption Day", "2046-09-08": "Asturia Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-08-15": "Assumption Day", "2047-09-09": "Monday following Asturia Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-08-15": "Assumption Day", "2048-09-08": "Asturia Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-08-15": "Assumption Day", "2049-09-08": "Asturia Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-08-15": "Assumption Day", "2050-09-08": "Asturia Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_CB.json000066400000000000000000001375511500152103600210650ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-07-28": "Cantabria Institutions Day", "1950-08-15": "Assumption Day", "1950-09-15": "Our Lady of the Bien Aparecida", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-07-28": "Cantabria Institutions Day", "1951-08-15": "Assumption Day", "1951-09-15": "Our Lady of the Bien Aparecida", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-07-28": "Cantabria Institutions Day", "1952-08-15": "Assumption Day", "1952-09-15": "Our Lady of the Bien Aparecida", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-07-28": "Cantabria Institutions Day", "1953-08-15": "Assumption Day", "1953-09-15": "Our Lady of the Bien Aparecida", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-07-28": "Cantabria Institutions Day", "1954-08-15": "Assumption Day", "1954-09-15": "Our Lady of the Bien Aparecida", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-07-28": "Cantabria Institutions Day", "1955-08-15": "Assumption Day", "1955-09-15": "Our Lady of the Bien Aparecida", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-07-28": "Cantabria Institutions Day", "1956-08-15": "Assumption Day", "1956-09-15": "Our Lady of the Bien Aparecida", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-07-28": "Cantabria Institutions Day", "1957-08-15": "Assumption Day", "1957-09-15": "Our Lady of the Bien Aparecida", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-07-28": "Cantabria Institutions Day", "1958-08-15": "Assumption Day", "1958-09-15": "Our Lady of the Bien Aparecida", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-07-28": "Cantabria Institutions Day", "1959-08-15": "Assumption Day", "1959-09-15": "Our Lady of the Bien Aparecida", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-07-28": "Cantabria Institutions Day", "1960-08-15": "Assumption Day", "1960-09-15": "Our Lady of the Bien Aparecida", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-07-28": "Cantabria Institutions Day", "1961-08-15": "Assumption Day", "1961-09-15": "Our Lady of the Bien Aparecida", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-07-28": "Cantabria Institutions Day", "1962-08-15": "Assumption Day", "1962-09-15": "Our Lady of the Bien Aparecida", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-07-28": "Cantabria Institutions Day", "1963-08-15": "Assumption Day", "1963-09-15": "Our Lady of the Bien Aparecida", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-07-28": "Cantabria Institutions Day", "1964-08-15": "Assumption Day", "1964-09-15": "Our Lady of the Bien Aparecida", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-07-28": "Cantabria Institutions Day", "1965-08-15": "Assumption Day", "1965-09-15": "Our Lady of the Bien Aparecida", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-07-28": "Cantabria Institutions Day", "1966-08-15": "Assumption Day", "1966-09-15": "Our Lady of the Bien Aparecida", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-07-28": "Cantabria Institutions Day", "1967-08-15": "Assumption Day", "1967-09-15": "Our Lady of the Bien Aparecida", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-07-28": "Cantabria Institutions Day", "1968-08-15": "Assumption Day", "1968-09-15": "Our Lady of the Bien Aparecida", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-07-28": "Cantabria Institutions Day", "1969-08-15": "Assumption Day", "1969-09-15": "Our Lady of the Bien Aparecida", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-07-28": "Cantabria Institutions Day", "1970-08-15": "Assumption Day", "1970-09-15": "Our Lady of the Bien Aparecida", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-07-28": "Cantabria Institutions Day", "1971-08-15": "Assumption Day", "1971-09-15": "Our Lady of the Bien Aparecida", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-07-28": "Cantabria Institutions Day", "1972-08-15": "Assumption Day", "1972-09-15": "Our Lady of the Bien Aparecida", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-07-28": "Cantabria Institutions Day", "1973-08-15": "Assumption Day", "1973-09-15": "Our Lady of the Bien Aparecida", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-07-28": "Cantabria Institutions Day", "1974-08-15": "Assumption Day", "1974-09-15": "Our Lady of the Bien Aparecida", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-07-28": "Cantabria Institutions Day", "1975-08-15": "Assumption Day", "1975-09-15": "Our Lady of the Bien Aparecida", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-07-28": "Cantabria Institutions Day", "1976-08-15": "Assumption Day", "1976-09-15": "Our Lady of the Bien Aparecida", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-07-28": "Cantabria Institutions Day", "1977-08-15": "Assumption Day", "1977-09-15": "Our Lady of the Bien Aparecida", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-07-28": "Cantabria Institutions Day", "1978-08-15": "Assumption Day", "1978-09-15": "Our Lady of the Bien Aparecida", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-28": "Cantabria Institutions Day", "1979-08-15": "Assumption Day", "1979-09-15": "Our Lady of the Bien Aparecida", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-28": "Cantabria Institutions Day", "1980-08-15": "Assumption Day", "1980-09-15": "Our Lady of the Bien Aparecida", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-28": "Cantabria Institutions Day", "1981-08-15": "Assumption Day", "1981-09-15": "Our Lady of the Bien Aparecida", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-28": "Cantabria Institutions Day", "1982-08-15": "Assumption Day", "1982-09-15": "Our Lady of the Bien Aparecida", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-28": "Cantabria Institutions Day", "1983-08-15": "Assumption Day", "1983-09-15": "Our Lady of the Bien Aparecida", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-28": "Cantabria Institutions Day", "1984-08-15": "Assumption Day", "1984-09-15": "Our Lady of the Bien Aparecida", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-28": "Cantabria Institutions Day", "1985-08-15": "Assumption Day", "1985-09-15": "Our Lady of the Bien Aparecida", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-28": "Cantabria Institutions Day", "1986-08-15": "Assumption Day", "1986-09-15": "Our Lady of the Bien Aparecida", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-28": "Cantabria Institutions Day", "1987-08-15": "Assumption Day", "1987-09-15": "Our Lady of the Bien Aparecida", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-28": "Cantabria Institutions Day", "1988-08-15": "Assumption Day", "1988-09-15": "Our Lady of the Bien Aparecida", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-28": "Cantabria Institutions Day", "1989-08-15": "Assumption Day", "1989-09-15": "Our Lady of the Bien Aparecida", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-28": "Cantabria Institutions Day", "1990-08-15": "Assumption Day", "1990-09-15": "Our Lady of the Bien Aparecida", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-28": "Cantabria Institutions Day", "1991-08-15": "Assumption Day", "1991-09-15": "Our Lady of the Bien Aparecida", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-28": "Cantabria Institutions Day", "1992-08-15": "Assumption Day", "1992-09-15": "Our Lady of the Bien Aparecida", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-28": "Cantabria Institutions Day", "1993-08-15": "Assumption Day", "1993-09-15": "Our Lady of the Bien Aparecida", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-28": "Cantabria Institutions Day", "1994-08-15": "Assumption Day", "1994-09-15": "Our Lady of the Bien Aparecida", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-28": "Cantabria Institutions Day", "1995-08-15": "Assumption Day", "1995-09-15": "Our Lady of the Bien Aparecida", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-28": "Cantabria Institutions Day", "1996-08-15": "Assumption Day", "1996-09-15": "Our Lady of the Bien Aparecida", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-28": "Cantabria Institutions Day", "1997-08-15": "Assumption Day", "1997-09-15": "Our Lady of the Bien Aparecida", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-28": "Cantabria Institutions Day", "1998-08-15": "Assumption Day", "1998-09-15": "Our Lady of the Bien Aparecida", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-28": "Cantabria Institutions Day", "1999-08-15": "Assumption Day", "1999-09-15": "Our Lady of the Bien Aparecida", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-28": "Cantabria Institutions Day", "2000-08-15": "Assumption Day", "2000-09-15": "Our Lady of the Bien Aparecida", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-28": "Cantabria Institutions Day", "2001-08-15": "Assumption Day", "2001-09-15": "Our Lady of the Bien Aparecida", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-28": "Cantabria Institutions Day", "2002-08-15": "Assumption Day", "2002-09-15": "Our Lady of the Bien Aparecida", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-28": "Cantabria Institutions Day", "2003-08-15": "Assumption Day", "2003-09-15": "Our Lady of the Bien Aparecida", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-28": "Cantabria Institutions Day", "2004-08-15": "Assumption Day", "2004-09-15": "Our Lady of the Bien Aparecida", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-28": "Cantabria Institutions Day", "2005-08-15": "Assumption Day", "2005-09-15": "Our Lady of the Bien Aparecida", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-28": "Cantabria Institutions Day", "2006-08-15": "Assumption Day", "2006-09-15": "Our Lady of the Bien Aparecida", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-28": "Cantabria Institutions Day", "2007-08-15": "Assumption Day", "2007-09-15": "Our Lady of the Bien Aparecida", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-28": "Cantabria Institutions Day", "2008-08-15": "Assumption Day", "2008-09-15": "Our Lady of the Bien Aparecida", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-28": "Cantabria Institutions Day", "2009-08-15": "Assumption Day", "2009-09-15": "Our Lady of the Bien Aparecida", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-28": "Cantabria Institutions Day", "2010-09-15": "Our Lady of the Bien Aparecida", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-02": "Monday following Labor Day", "2011-07-28": "Cantabria Institutions Day", "2011-08-15": "Assumption Day", "2011-09-15": "Our Lady of the Bien Aparecida", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2012-01-06": "Epiphany", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-25": "Saint James' Day", "2012-08-15": "Assumption Day", "2012-09-15": "Our Lady of the Bien Aparecida", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-07-25": "Saint James' Day", "2013-07-28": "Cantabria Institutions Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-25": "Saint James' Day", "2014-07-28": "Cantabria Institutions Day", "2014-08-15": "Assumption Day", "2014-09-15": "Our Lady of the Bien Aparecida", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-08-15": "Assumption Day", "2015-09-15": "Our Lady of the Bien Aparecida", "2015-10-12": "National Day", "2015-11-02": "Monday following All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-07-28": "Cantabria Institutions Day", "2016-08-15": "Assumption Day", "2016-09-15": "Our Lady of the Bien Aparecida", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-28": "Cantabria Institutions Day", "2017-08-15": "Assumption Day", "2017-09-15": "Our Lady of the Bien Aparecida", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-28": "Cantabria Institutions Day", "2018-08-15": "Assumption Day", "2018-09-15": "Our Lady of the Bien Aparecida", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-07-25": "Saint James' Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-09": "Monday following Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-07-28": "Cantabria Institutions Day", "2020-08-15": "Assumption Day", "2020-09-15": "Our Lady of the Bien Aparecida", "2020-10-12": "National Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-28": "Cantabria Institutions Day", "2021-09-15": "Our Lady of the Bien Aparecida", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-07-28": "Cantabria Institutions Day", "2022-08-15": "Assumption Day", "2022-09-15": "Our Lady of the Bien Aparecida", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-07-28": "Cantabria Institutions Day", "2023-08-15": "Assumption Day", "2023-09-15": "Our Lady of the Bien Aparecida", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-07-25": "Saint James' Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-07-28": "Cantabria Institutions Day", "2025-08-15": "Assumption Day", "2025-09-15": "Our Lady of the Bien Aparecida", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-07-28": "Cantabria Institutions Day", "2026-08-15": "Assumption Day", "2026-09-15": "Our Lady of the Bien Aparecida", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-07-28": "Cantabria Institutions Day", "2027-08-15": "Assumption Day", "2027-09-15": "Our Lady of the Bien Aparecida", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-07-28": "Cantabria Institutions Day", "2028-08-15": "Assumption Day", "2028-09-15": "Our Lady of the Bien Aparecida", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-07-28": "Cantabria Institutions Day", "2029-08-15": "Assumption Day", "2029-09-15": "Our Lady of the Bien Aparecida", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-07-28": "Cantabria Institutions Day", "2030-08-15": "Assumption Day", "2030-09-15": "Our Lady of the Bien Aparecida", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-07-28": "Cantabria Institutions Day", "2031-08-15": "Assumption Day", "2031-09-15": "Our Lady of the Bien Aparecida", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-07-28": "Cantabria Institutions Day", "2032-08-15": "Assumption Day", "2032-09-15": "Our Lady of the Bien Aparecida", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-07-28": "Cantabria Institutions Day", "2033-08-15": "Assumption Day", "2033-09-15": "Our Lady of the Bien Aparecida", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-07-28": "Cantabria Institutions Day", "2034-08-15": "Assumption Day", "2034-09-15": "Our Lady of the Bien Aparecida", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-07-28": "Cantabria Institutions Day", "2035-08-15": "Assumption Day", "2035-09-15": "Our Lady of the Bien Aparecida", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-07-28": "Cantabria Institutions Day", "2036-08-15": "Assumption Day", "2036-09-15": "Our Lady of the Bien Aparecida", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-07-28": "Cantabria Institutions Day", "2037-08-15": "Assumption Day", "2037-09-15": "Our Lady of the Bien Aparecida", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-07-28": "Cantabria Institutions Day", "2038-08-15": "Assumption Day", "2038-09-15": "Our Lady of the Bien Aparecida", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-07-28": "Cantabria Institutions Day", "2039-08-15": "Assumption Day", "2039-09-15": "Our Lady of the Bien Aparecida", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-07-28": "Cantabria Institutions Day", "2040-08-15": "Assumption Day", "2040-09-15": "Our Lady of the Bien Aparecida", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-07-28": "Cantabria Institutions Day", "2041-08-15": "Assumption Day", "2041-09-15": "Our Lady of the Bien Aparecida", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-07-28": "Cantabria Institutions Day", "2042-08-15": "Assumption Day", "2042-09-15": "Our Lady of the Bien Aparecida", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-07-28": "Cantabria Institutions Day", "2043-08-15": "Assumption Day", "2043-09-15": "Our Lady of the Bien Aparecida", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-07-28": "Cantabria Institutions Day", "2044-08-15": "Assumption Day", "2044-09-15": "Our Lady of the Bien Aparecida", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-07-28": "Cantabria Institutions Day", "2045-08-15": "Assumption Day", "2045-09-15": "Our Lady of the Bien Aparecida", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-07-28": "Cantabria Institutions Day", "2046-08-15": "Assumption Day", "2046-09-15": "Our Lady of the Bien Aparecida", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-07-28": "Cantabria Institutions Day", "2047-08-15": "Assumption Day", "2047-09-15": "Our Lady of the Bien Aparecida", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-07-28": "Cantabria Institutions Day", "2048-08-15": "Assumption Day", "2048-09-15": "Our Lady of the Bien Aparecida", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-07-28": "Cantabria Institutions Day", "2049-08-15": "Assumption Day", "2049-09-15": "Our Lady of the Bien Aparecida", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-07-28": "Cantabria Institutions Day", "2050-08-15": "Assumption Day", "2050-09-15": "Our Lady of the Bien Aparecida", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_CE.json000066400000000000000000001300571500152103600210620ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-08-15": "Assumption Day", "1950-09-02": "Ceuta Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-08-15": "Assumption Day", "1951-09-02": "Ceuta Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-08-15": "Assumption Day", "1952-09-02": "Ceuta Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-08-15": "Assumption Day", "1953-09-02": "Ceuta Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-08-15": "Assumption Day", "1954-09-02": "Ceuta Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-08-15": "Assumption Day", "1955-09-02": "Ceuta Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-08-15": "Assumption Day", "1956-09-02": "Ceuta Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-08-15": "Assumption Day", "1957-09-02": "Ceuta Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-08-15": "Assumption Day", "1958-09-02": "Ceuta Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-08-15": "Assumption Day", "1959-09-02": "Ceuta Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-08-15": "Assumption Day", "1960-09-02": "Ceuta Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-08-15": "Assumption Day", "1961-09-02": "Ceuta Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-08-15": "Assumption Day", "1962-09-02": "Ceuta Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-08-15": "Assumption Day", "1963-09-02": "Ceuta Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-08-15": "Assumption Day", "1964-09-02": "Ceuta Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-08-15": "Assumption Day", "1965-09-02": "Ceuta Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-08-15": "Assumption Day", "1966-09-02": "Ceuta Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-08-15": "Assumption Day", "1967-09-02": "Ceuta Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-08-15": "Assumption Day", "1968-09-02": "Ceuta Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-08-15": "Assumption Day", "1969-09-02": "Ceuta Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-08-15": "Assumption Day", "1970-09-02": "Ceuta Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-08-15": "Assumption Day", "1971-09-02": "Ceuta Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-08-15": "Assumption Day", "1972-09-02": "Ceuta Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-08-15": "Assumption Day", "1973-09-02": "Ceuta Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-08-15": "Assumption Day", "1974-09-02": "Ceuta Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-08-15": "Assumption Day", "1975-09-02": "Ceuta Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-08-15": "Assumption Day", "1976-09-02": "Ceuta Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-08-15": "Assumption Day", "1977-09-02": "Ceuta Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-08-15": "Assumption Day", "1978-09-02": "Ceuta Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-08-15": "Assumption Day", "1979-09-02": "Ceuta Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-08-15": "Assumption Day", "1980-09-02": "Ceuta Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-08-15": "Assumption Day", "1981-09-02": "Ceuta Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-08-15": "Assumption Day", "1982-09-02": "Ceuta Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-08-15": "Assumption Day", "1983-09-02": "Ceuta Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-08-15": "Assumption Day", "1984-09-02": "Ceuta Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-08-15": "Assumption Day", "1985-09-02": "Ceuta Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-08-15": "Assumption Day", "1986-09-02": "Ceuta Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-08-15": "Assumption Day", "1987-09-02": "Ceuta Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-08-15": "Assumption Day", "1988-09-02": "Ceuta Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-08-15": "Assumption Day", "1989-09-02": "Ceuta Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-08-15": "Assumption Day", "1990-09-02": "Ceuta Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-08-15": "Assumption Day", "1991-09-02": "Ceuta Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-08-15": "Assumption Day", "1992-09-02": "Ceuta Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-08-15": "Assumption Day", "1993-09-02": "Ceuta Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-08-15": "Assumption Day", "1994-09-02": "Ceuta Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-08-15": "Assumption Day", "1995-09-02": "Ceuta Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-08-15": "Assumption Day", "1996-09-02": "Ceuta Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-08-15": "Assumption Day", "1997-09-02": "Ceuta Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-08-15": "Assumption Day", "1998-09-02": "Ceuta Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-08-15": "Assumption Day", "1999-09-02": "Ceuta Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-08-15": "Assumption Day", "2000-09-02": "Ceuta Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-08-15": "Assumption Day", "2001-09-02": "Ceuta Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-08-15": "Assumption Day", "2002-09-02": "Ceuta Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-08-15": "Assumption Day", "2003-09-02": "Ceuta Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-08-15": "Assumption Day", "2004-09-02": "Ceuta Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-08-15": "Assumption Day", "2005-09-02": "Ceuta Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-08-15": "Assumption Day", "2006-09-02": "Ceuta Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-08-15": "Assumption Day", "2007-09-02": "Ceuta Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-08-15": "Assumption Day", "2008-09-02": "Ceuta Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-08-15": "Assumption Day", "2009-09-02": "Ceuta Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-09-02": "Ceuta Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-11-17": "Eid al-Adha", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-02": "Monday following Labor Day", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-11-07": "Eid al-Adha", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2011-12-26": "Monday following Christmas Day", "2012-01-02": "Monday following New Year's Day", "2012-01-06": "Epiphany", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-10-27": "Eid al-Adha", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-08-15": "Assumption Day", "2013-09-02": "Ceuta Day", "2013-10-12": "National Day", "2013-10-15": "Eid al-Adha", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-09": "Monday following Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-09-02": "Ceuta Day", "2014-10-06": "Eid al-Adha", "2014-10-13": "Monday following National Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-08-15": "Assumption Day", "2015-09-25": "Eid al-Adha", "2015-10-12": "National Day", "2015-11-02": "Monday following All Saints' Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-08-15": "Assumption Day", "2016-09-02": "Ceuta Day", "2016-09-12": "Eid al-Adha", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-08-15": "Assumption Day", "2017-09-01": "Eid al-Adha", "2017-09-02": "Ceuta Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-08-22": "Eid al-Adha", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Monday following Epiphany", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-08-12": "Eid al-Adha", "2019-08-15": "Assumption Day", "2019-09-02": "Ceuta Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-31": "Eid al-Adha", "2020-08-15": "Assumption Day", "2020-09-02": "Ceuta Day", "2020-10-12": "National Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-20": "Eid al-Adha", "2021-09-02": "Ceuta Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-07-09": "Eid al-Adha", "2022-08-05": "Santa Maria of Africa", "2022-08-15": "Assumption Day", "2022-09-02": "Ceuta Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-06-29": "Eid al-Adha", "2023-08-05": "Santa Maria of Africa", "2023-08-15": "Assumption Day", "2023-09-02": "Ceuta Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-06-17": "Eid al-Adha", "2024-08-05": "Santa Maria of Africa", "2024-08-15": "Assumption Day", "2024-09-02": "Ceuta Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-06": "Eid al-Adha", "2025-08-05": "Santa Maria of Africa", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-08-05": "Santa Maria of Africa", "2026-08-15": "Assumption Day", "2026-09-02": "Ceuta Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-08-05": "Santa Maria of Africa", "2027-08-15": "Assumption Day", "2027-09-02": "Ceuta Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-08-05": "Santa Maria of Africa", "2028-08-15": "Assumption Day", "2028-09-02": "Ceuta Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-08-05": "Santa Maria of Africa", "2029-08-15": "Assumption Day", "2029-09-02": "Ceuta Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-08-05": "Santa Maria of Africa", "2030-08-15": "Assumption Day", "2030-09-02": "Ceuta Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-08-05": "Santa Maria of Africa", "2031-08-15": "Assumption Day", "2031-09-02": "Ceuta Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-08-05": "Santa Maria of Africa", "2032-08-15": "Assumption Day", "2032-09-02": "Ceuta Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-08-05": "Santa Maria of Africa", "2033-08-15": "Assumption Day", "2033-09-02": "Ceuta Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-03-01": "Eid al-Adha (estimated)", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-08-05": "Santa Maria of Africa", "2034-08-15": "Assumption Day", "2034-09-02": "Ceuta Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-08-05": "Santa Maria of Africa", "2035-08-15": "Assumption Day", "2035-09-02": "Ceuta Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-07": "Eid al-Adha (estimated)", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-08-05": "Santa Maria of Africa", "2036-08-15": "Assumption Day", "2036-09-02": "Ceuta Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-01-26": "Eid al-Adha (estimated)", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-08-05": "Santa Maria of Africa", "2037-08-15": "Assumption Day", "2037-09-02": "Ceuta Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-01-16": "Eid al-Adha (estimated)", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-08-05": "Santa Maria of Africa", "2038-08-15": "Assumption Day", "2038-09-02": "Ceuta Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-08-05": "Santa Maria of Africa", "2039-08-15": "Assumption Day", "2039-09-02": "Ceuta Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-08-05": "Santa Maria of Africa", "2040-08-15": "Assumption Day", "2040-09-02": "Ceuta Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-08-05": "Santa Maria of Africa", "2041-08-15": "Assumption Day", "2041-09-02": "Ceuta Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-08-05": "Santa Maria of Africa", "2042-08-15": "Assumption Day", "2042-09-02": "Ceuta Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-08-05": "Santa Maria of Africa", "2043-08-15": "Assumption Day", "2043-09-02": "Ceuta Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-08-05": "Santa Maria of Africa", "2044-08-15": "Assumption Day", "2044-09-02": "Ceuta Day", "2044-10-12": "National Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-08-05": "Santa Maria of Africa", "2045-08-15": "Assumption Day", "2045-09-02": "Ceuta Day", "2045-10-12": "National Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-08-05": "Santa Maria of Africa", "2046-08-15": "Assumption Day", "2046-09-02": "Ceuta Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-08-05": "Santa Maria of Africa", "2047-08-15": "Assumption Day", "2047-09-02": "Ceuta Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-08-05": "Santa Maria of Africa", "2048-08-15": "Assumption Day", "2048-09-02": "Ceuta Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-08-05": "Santa Maria of Africa", "2049-08-15": "Assumption Day", "2049-09-02": "Ceuta Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-08-05": "Santa Maria of Africa", "2050-08-15": "Assumption Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-02": "Ceuta Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_CL.json000066400000000000000000001271761500152103600211010ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-24": "Monday following Castile and Le\u00f3n Day", "1950-05-01": "Labor Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-04-23": "Castile and Le\u00f3n Day", "1951-05-01": "Labor Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-23": "Castile and Le\u00f3n Day", "1952-05-01": "Labor Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-23": "Castile and Le\u00f3n Day", "1953-05-01": "Labor Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-23": "Castile and Le\u00f3n Day", "1954-05-01": "Labor Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-23": "Castile and Le\u00f3n Day", "1955-05-01": "Labor Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-23": "Castile and Le\u00f3n Day", "1956-05-01": "Labor Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-23": "Castile and Le\u00f3n Day", "1957-05-01": "Labor Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-23": "Castile and Le\u00f3n Day", "1958-05-01": "Labor Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-04-23": "Castile and Le\u00f3n Day", "1959-05-01": "Labor Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-23": "Castile and Le\u00f3n Day", "1960-05-01": "Labor Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-24": "Monday following Castile and Le\u00f3n Day", "1961-05-01": "Labor Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-23": "Castile and Le\u00f3n Day", "1962-05-01": "Labor Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-23": "Castile and Le\u00f3n Day", "1963-05-01": "Labor Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-04-23": "Castile and Le\u00f3n Day", "1964-05-01": "Labor Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-23": "Castile and Le\u00f3n Day", "1965-05-01": "Labor Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-23": "Castile and Le\u00f3n Day", "1966-05-01": "Labor Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-04-24": "Monday following Castile and Le\u00f3n Day", "1967-05-01": "Labor Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-23": "Castile and Le\u00f3n Day", "1968-05-01": "Labor Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-23": "Castile and Le\u00f3n Day", "1969-05-01": "Labor Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-04-23": "Castile and Le\u00f3n Day", "1970-05-01": "Labor Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-23": "Castile and Le\u00f3n Day", "1971-05-01": "Labor Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-24": "Monday following Castile and Le\u00f3n Day", "1972-05-01": "Labor Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-23": "Castile and Le\u00f3n Day", "1973-05-01": "Labor Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-23": "Castile and Le\u00f3n Day", "1974-05-01": "Labor Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-04-23": "Castile and Le\u00f3n Day", "1975-05-01": "Labor Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-23": "Castile and Le\u00f3n Day", "1976-05-01": "Labor Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-23": "Castile and Le\u00f3n Day", "1977-05-01": "Labor Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-04-24": "Monday following Castile and Le\u00f3n Day", "1978-05-01": "Labor Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-23": "Castile and Le\u00f3n Day", "1979-05-01": "Labor Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-23": "Castile and Le\u00f3n Day", "1980-05-01": "Labor Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-23": "Castile and Le\u00f3n Day", "1981-05-01": "Labor Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-23": "Castile and Le\u00f3n Day", "1982-05-01": "Labor Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-23": "Castile and Le\u00f3n Day", "1983-05-01": "Labor Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-23": "Castile and Le\u00f3n Day", "1984-05-01": "Labor Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-23": "Castile and Le\u00f3n Day", "1985-05-01": "Labor Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-04-23": "Castile and Le\u00f3n Day", "1986-05-01": "Labor Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-23": "Castile and Le\u00f3n Day", "1987-05-01": "Labor Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-23": "Castile and Le\u00f3n Day", "1988-05-01": "Labor Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-04-24": "Monday following Castile and Le\u00f3n Day", "1989-05-01": "Labor Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-23": "Castile and Le\u00f3n Day", "1990-05-01": "Labor Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-04-23": "Castile and Le\u00f3n Day", "1991-05-01": "Labor Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-23": "Castile and Le\u00f3n Day", "1992-05-01": "Labor Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-23": "Castile and Le\u00f3n Day", "1993-05-01": "Labor Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-23": "Castile and Le\u00f3n Day", "1994-05-01": "Labor Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-24": "Monday following Castile and Le\u00f3n Day", "1995-05-01": "Labor Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-23": "Castile and Le\u00f3n Day", "1996-05-01": "Labor Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-04-23": "Castile and Le\u00f3n Day", "1997-05-01": "Labor Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-23": "Castile and Le\u00f3n Day", "1998-05-01": "Labor Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-23": "Castile and Le\u00f3n Day", "1999-05-01": "Labor Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-24": "Monday following Castile and Le\u00f3n Day", "2000-05-01": "Labor Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-23": "Castile and Le\u00f3n Day", "2001-05-01": "Labor Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-04-23": "Castile and Le\u00f3n Day", "2002-05-01": "Labor Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-23": "Castile and Le\u00f3n Day", "2003-05-01": "Labor Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-23": "Castile and Le\u00f3n Day", "2004-05-01": "Labor Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-04-23": "Castile and Le\u00f3n Day", "2005-05-01": "Labor Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-24": "Monday following Castile and Le\u00f3n Day", "2006-05-01": "Labor Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-23": "Castile and Le\u00f3n Day", "2007-05-01": "Labor Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-04-23": "Castile and Le\u00f3n Day", "2008-05-01": "Labor Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-23": "Castile and Le\u00f3n Day", "2009-05-01": "Labor Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-23": "Castile and Le\u00f3n Day", "2010-05-01": "Labor Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Castile and Le\u00f3n Day", "2011-07-25": "Saint James' Day", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2011-12-26": "Monday following Christmas Day", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-23": "Castile and Le\u00f3n Day", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-23": "Castile and Le\u00f3n Day", "2013-05-01": "Labor Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-09": "Monday following Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-23": "Castile and Le\u00f3n Day", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-10-13": "Monday following National Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-23": "Castile and Le\u00f3n Day", "2015-05-01": "Labor Day", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-11-02": "Monday following All Saints' Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-04-23": "Castile and Le\u00f3n Day", "2016-05-02": "Monday following Labor Day", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-02": "Monday following New Year's Day", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-24": "Monday following Castile and Le\u00f3n Day", "2017-05-01": "Labor Day", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-23": "Castile and Le\u00f3n Day", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Monday following Epiphany", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-23": "Castile and Le\u00f3n Day", "2019-05-01": "Labor Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-09": "Monday following Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-23": "Castile and Le\u00f3n Day", "2020-05-01": "Labor Day", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-11-02": "Monday following All Saints' Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-23": "Castile and Le\u00f3n Day", "2021-05-01": "Labor Day", "2021-08-16": "Monday following Assumption Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-23": "Castile and Le\u00f3n Day", "2022-05-02": "Monday following Labor Day", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-02": "Monday following New Year's Day", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-07-25": "Saint James' Day", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-23": "Castile and Le\u00f3n Day", "2024-05-01": "Labor Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-09": "Monday following Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-23": "Castile and Le\u00f3n Day", "2025-05-01": "Labor Day", "2025-08-15": "Assumption Day", "2025-10-13": "Monday following National Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-23": "Castile and Le\u00f3n Day", "2026-05-01": "Labor Day", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-23": "Castile and Le\u00f3n Day", "2027-05-01": "Labor Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-24": "Monday following Castile and Le\u00f3n Day", "2028-05-01": "Labor Day", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-23": "Castile and Le\u00f3n Day", "2029-05-01": "Labor Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-23": "Castile and Le\u00f3n Day", "2030-05-01": "Labor Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-23": "Castile and Le\u00f3n Day", "2031-05-01": "Labor Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-04-23": "Castile and Le\u00f3n Day", "2032-05-01": "Labor Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-23": "Castile and Le\u00f3n Day", "2033-05-01": "Labor Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-24": "Monday following Castile and Le\u00f3n Day", "2034-05-01": "Labor Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-04-23": "Castile and Le\u00f3n Day", "2035-05-01": "Labor Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-23": "Castile and Le\u00f3n Day", "2036-05-01": "Labor Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-23": "Castile and Le\u00f3n Day", "2037-05-01": "Labor Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Castile and Le\u00f3n Day; Good Friday", "2038-05-01": "Labor Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-23": "Castile and Le\u00f3n Day", "2039-05-01": "Labor Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-23": "Castile and Le\u00f3n Day", "2040-05-01": "Labor Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-23": "Castile and Le\u00f3n Day", "2041-05-01": "Labor Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-23": "Castile and Le\u00f3n Day", "2042-05-01": "Labor Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-23": "Castile and Le\u00f3n Day", "2043-05-01": "Labor Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-23": "Castile and Le\u00f3n Day", "2044-05-01": "Labor Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-24": "Monday following Castile and Le\u00f3n Day", "2045-05-01": "Labor Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-04-23": "Castile and Le\u00f3n Day", "2046-05-01": "Labor Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-23": "Castile and Le\u00f3n Day", "2047-05-01": "Labor Day", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-23": "Castile and Le\u00f3n Day", "2048-05-01": "Labor Day", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-23": "Castile and Le\u00f3n Day", "2049-05-01": "Labor Day", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-23": "Castile and Le\u00f3n Day", "2050-05-01": "Labor Day", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_CM.json000066400000000000000000001335261500152103600210760ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-05-31": "Castilla-La Mancha Day", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-24": "Corpus Christi", "1951-05-31": "Castilla-La Mancha Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-05-31": "Castilla-La Mancha Day", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-05-31": "Castilla-La Mancha Day", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-05-31": "Castilla-La Mancha Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-05-31": "Castilla-La Mancha Day", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-31": "Castilla-La Mancha Day; Corpus Christi", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-05-31": "Castilla-La Mancha Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-05-31": "Castilla-La Mancha Day", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-28": "Corpus Christi", "1959-05-31": "Castilla-La Mancha Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-05-31": "Castilla-La Mancha Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-05-31": "Castilla-La Mancha Day", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-05-31": "Castilla-La Mancha Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-05-31": "Castilla-La Mancha Day", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-28": "Corpus Christi", "1964-05-31": "Castilla-La Mancha Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-05-31": "Castilla-La Mancha Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-05-31": "Castilla-La Mancha Day", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-25": "Corpus Christi", "1967-05-31": "Castilla-La Mancha Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-05-31": "Castilla-La Mancha Day", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-05-31": "Castilla-La Mancha Day", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-28": "Corpus Christi", "1970-05-31": "Castilla-La Mancha Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-05-31": "Castilla-La Mancha Day", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-05-31": "Castilla-La Mancha Day", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-31": "Castilla-La Mancha Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-31": "Castilla-La Mancha Day", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-05-31": "Castilla-La Mancha Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-31": "Castilla-La Mancha Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-31": "Castilla-La Mancha Day", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-05-31": "Castilla-La Mancha Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-31": "Castilla-La Mancha Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-31": "Castilla-La Mancha Day", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-31": "Castilla-La Mancha Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-31": "Castilla-La Mancha Day", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-31": "Castilla-La Mancha Day", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-31": "Castilla-La Mancha Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-31": "Castilla-La Mancha Day", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-05-31": "Castilla-La Mancha Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-31": "Castilla-La Mancha Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-31": "Castilla-La Mancha Day", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-05-31": "Castilla-La Mancha Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-31": "Castilla-La Mancha Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-05-31": "Castilla-La Mancha Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-31": "Castilla-La Mancha Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-31": "Castilla-La Mancha Day", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-31": "Castilla-La Mancha Day", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-31": "Castilla-La Mancha Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-31": "Castilla-La Mancha Day", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-05-31": "Castilla-La Mancha Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-05-31": "Castilla-La Mancha Day", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-05-31": "Castilla-La Mancha Day", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-31": "Castilla-La Mancha Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-31": "Castilla-La Mancha Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-05-31": "Castilla-La Mancha Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-31": "Castilla-La Mancha Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-31": "Castilla-La Mancha Day", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-05-31": "Castilla-La Mancha Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-31": "Castilla-La Mancha Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-05-31": "Castilla-La Mancha Day", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-05-31": "Castilla-La Mancha Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-31": "Castilla-La Mancha Day", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-31": "Castilla-La Mancha Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-31": "Castilla-La Mancha Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2012-01-06": "Epiphany", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-31": "Castilla-La Mancha Day", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-05-31": "Castilla-La Mancha Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-31": "Castilla-La Mancha Day", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-26": "Corpus Christi", "2016-05-31": "Castilla-La Mancha Day", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-05-31": "Castilla-La Mancha Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-31": "Castilla-La Mancha Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-31": "Castilla-La Mancha Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-05-31": "Castilla-La Mancha Day", "2021-06-03": "Corpus Christi", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-31": "Castilla-La Mancha Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-31": "Castilla-La Mancha Day", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-05-31": "Castilla-La Mancha Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-31": "Castilla-La Mancha Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-31": "Castilla-La Mancha Day", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-05-31": "Castilla-La Mancha Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-31": "Castilla-La Mancha Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-31": "Castilla-La Mancha Day; Corpus Christi", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-31": "Castilla-La Mancha Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-31": "Castilla-La Mancha Day", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-05-31": "Castilla-La Mancha Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-31": "Castilla-La Mancha Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-31": "Castilla-La Mancha Day", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-05-31": "Castilla-La Mancha Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-31": "Castilla-La Mancha Day", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-31": "Castilla-La Mancha Day", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-31": "Castilla-La Mancha Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-31": "Castilla-La Mancha Day", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-31": "Castilla-La Mancha Day; Corpus Christi", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-31": "Castilla-La Mancha Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-31": "Castilla-La Mancha Day", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-05-31": "Castilla-La Mancha Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-31": "Castilla-La Mancha Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-31": "Castilla-La Mancha Day", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-05-31": "Castilla-La Mancha Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-31": "Castilla-La Mancha Day", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-31": "Castilla-La Mancha Day", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-31": "Castilla-La Mancha Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-31": "Castilla-La Mancha Day", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_CN.json000066400000000000000000001256411500152103600210760ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-05-30": "Day of the Canary Islands", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-30": "Day of the Canary Islands", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-05-30": "Day of the Canary Islands", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-05-30": "Day of the Canary Islands", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-05-31": "Monday following Day of the Canary Islands", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-05-30": "Day of the Canary Islands", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-30": "Day of the Canary Islands", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-05-30": "Day of the Canary Islands", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-05-30": "Day of the Canary Islands", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-30": "Day of the Canary Islands", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-05-30": "Day of the Canary Islands", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-05-30": "Day of the Canary Islands", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-05-30": "Day of the Canary Islands", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-05-30": "Day of the Canary Islands", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-30": "Day of the Canary Islands", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-05-31": "Monday following Day of the Canary Islands", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-05-30": "Day of the Canary Islands", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-30": "Day of the Canary Islands", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-05-30": "Day of the Canary Islands", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-05-30": "Day of the Canary Islands", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-30": "Day of the Canary Islands", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-05-31": "Monday following Day of the Canary Islands", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-05-30": "Day of the Canary Islands", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-30": "Day of the Canary Islands", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-30": "Day of the Canary Islands", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-30": "Day of the Canary Islands", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-31": "Monday following Day of the Canary Islands", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-30": "Day of the Canary Islands", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-30": "Day of the Canary Islands", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-30": "Day of the Canary Islands", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-30": "Day of the Canary Islands", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-30": "Day of the Canary Islands", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-31": "Monday following Day of the Canary Islands", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-30": "Day of the Canary Islands", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-30": "Day of the Canary Islands", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-30": "Day of the Canary Islands", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-30": "Day of the Canary Islands", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-30": "Day of the Canary Islands", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-30": "Day of the Canary Islands", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-30": "Day of the Canary Islands", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-30": "Day of the Canary Islands", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-30": "Day of the Canary Islands", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-30": "Day of the Canary Islands", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-31": "Monday following Day of the Canary Islands", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-30": "Day of the Canary Islands", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-30": "Day of the Canary Islands", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-30": "Day of the Canary Islands", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-30": "Day of the Canary Islands", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-05-30": "Day of the Canary Islands", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-05-31": "Monday following Day of the Canary Islands", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-30": "Day of the Canary Islands", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-30": "Day of the Canary Islands", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-30": "Day of the Canary Islands", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-30": "Day of the Canary Islands", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-31": "Monday following Day of the Canary Islands", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-30": "Day of the Canary Islands", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-30": "Day of the Canary Islands", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-05-30": "Day of the Canary Islands", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-30": "Day of the Canary Islands", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-30": "Day of the Canary Islands", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-31": "Monday following Day of the Canary Islands", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-30": "Day of the Canary Islands", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2011-12-26": "Monday following Christmas Day", "2012-01-06": "Epiphany", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-30": "Day of the Canary Islands", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-30": "Day of the Canary Islands", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-30": "Day of the Canary Islands", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-05-30": "Day of the Canary Islands", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-11-02": "Monday following All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-02": "Monday following Labor Day", "2016-05-30": "Day of the Canary Islands", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-05-30": "Day of the Canary Islands", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-30": "Day of the Canary Islands", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Monday following Epiphany", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-05-30": "Day of the Canary Islands", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-05-30": "Day of the Canary Islands", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-08-16": "Monday following Assumption Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-30": "Day of the Canary Islands", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Day of the Canary Islands", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Day of the Canary Islands", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Day of the Canary Islands", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Day of the Canary Islands", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-31": "Monday following Day of the Canary Islands", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Day of the Canary Islands", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Day of the Canary Islands", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Day of the Canary Islands", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Day of the Canary Islands", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-31": "Monday following Day of the Canary Islands", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Day of the Canary Islands", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Day of the Canary Islands", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Day of the Canary Islands", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Day of the Canary Islands", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Day of the Canary Islands", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-31": "Monday following Day of the Canary Islands", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Day of the Canary Islands", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Day of the Canary Islands", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Day of the Canary Islands", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Day of the Canary Islands", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Day of the Canary Islands", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Day of the Canary Islands", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Day of the Canary Islands", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Day of the Canary Islands", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Day of the Canary Islands", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Day of the Canary Islands", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-31": "Monday following Day of the Canary Islands", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Day of the Canary Islands", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_COMMON.json000066400000000000000000001040671500152103600215650ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-22": "Good Friday", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2012-01-06": "Epiphany", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-25": "Good Friday", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2017-01-06": "Epiphany", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-15": "Good Friday", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_CT.json000066400000000000000000001445651500152103600211120ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-06-24": "Saint John the Baptist", "1950-08-15": "Assumption Day", "1950-09-11": "National Day of Catalonia", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-06-24": "Saint John the Baptist", "1951-08-15": "Assumption Day", "1951-09-11": "National Day of Catalonia", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-06-24": "Saint John the Baptist", "1952-08-15": "Assumption Day", "1952-09-11": "National Day of Catalonia", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-06-24": "Saint John the Baptist", "1953-08-15": "Assumption Day", "1953-09-11": "National Day of Catalonia", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-24": "Saint John the Baptist", "1954-08-15": "Assumption Day", "1954-09-11": "National Day of Catalonia", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-06-24": "Saint John the Baptist", "1955-08-15": "Assumption Day", "1955-09-11": "National Day of Catalonia", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-06-24": "Saint John the Baptist", "1956-08-15": "Assumption Day", "1956-09-11": "National Day of Catalonia", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-24": "Saint John the Baptist", "1957-08-15": "Assumption Day", "1957-09-11": "National Day of Catalonia", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-06-24": "Saint John the Baptist", "1958-08-15": "Assumption Day", "1958-09-11": "National Day of Catalonia", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-06-24": "Saint John the Baptist", "1959-08-15": "Assumption Day", "1959-09-11": "National Day of Catalonia", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-24": "Saint John the Baptist", "1960-08-15": "Assumption Day", "1960-09-11": "National Day of Catalonia", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-06-24": "Saint John the Baptist", "1961-08-15": "Assumption Day", "1961-09-11": "National Day of Catalonia", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-24": "Saint John the Baptist", "1962-08-15": "Assumption Day", "1962-09-11": "National Day of Catalonia", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-24": "Saint John the Baptist", "1963-08-15": "Assumption Day", "1963-09-11": "National Day of Catalonia", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-06-24": "Saint John the Baptist", "1964-08-15": "Assumption Day", "1964-09-11": "National Day of Catalonia", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-24": "Saint John the Baptist", "1965-08-15": "Assumption Day", "1965-09-11": "National Day of Catalonia", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-06-24": "Saint John the Baptist", "1966-08-15": "Assumption Day", "1966-09-11": "National Day of Catalonia", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-06-24": "Saint John the Baptist", "1967-08-15": "Assumption Day", "1967-09-11": "National Day of Catalonia", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-24": "Saint John the Baptist", "1968-08-15": "Assumption Day", "1968-09-11": "National Day of Catalonia", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-06-24": "Saint John the Baptist", "1969-08-15": "Assumption Day", "1969-09-11": "National Day of Catalonia", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-06-24": "Saint John the Baptist", "1970-08-15": "Assumption Day", "1970-09-11": "National Day of Catalonia", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-06-24": "Saint John the Baptist", "1971-08-15": "Assumption Day", "1971-09-11": "National Day of Catalonia", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-06-24": "Saint John the Baptist", "1972-08-15": "Assumption Day", "1972-09-11": "National Day of Catalonia", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-24": "Saint John the Baptist", "1973-08-15": "Assumption Day", "1973-09-11": "National Day of Catalonia", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-24": "Saint John the Baptist", "1974-08-15": "Assumption Day", "1974-09-11": "National Day of Catalonia", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-06-24": "Saint John the Baptist", "1975-08-15": "Assumption Day", "1975-09-11": "National Day of Catalonia", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-24": "Saint John the Baptist", "1976-08-15": "Assumption Day", "1976-09-11": "National Day of Catalonia", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-06-24": "Saint John the Baptist", "1977-08-15": "Assumption Day", "1977-09-11": "National Day of Catalonia", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-06-24": "Saint John the Baptist", "1978-08-15": "Assumption Day", "1978-09-11": "National Day of Catalonia", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-24": "Saint John the Baptist", "1979-08-15": "Assumption Day", "1979-09-11": "National Day of Catalonia", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-06-24": "Saint John the Baptist", "1980-08-15": "Assumption Day", "1980-09-11": "National Day of Catalonia", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-24": "Saint John the Baptist", "1981-08-15": "Assumption Day", "1981-09-11": "National Day of Catalonia", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-06-24": "Saint John the Baptist", "1982-08-15": "Assumption Day", "1982-09-11": "National Day of Catalonia", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-06-24": "Saint John the Baptist", "1983-08-15": "Assumption Day", "1983-09-11": "National Day of Catalonia", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-24": "Saint John the Baptist", "1984-08-15": "Assumption Day", "1984-09-11": "National Day of Catalonia", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-06-24": "Saint John the Baptist", "1985-08-15": "Assumption Day", "1985-09-11": "National Day of Catalonia", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-06-24": "Saint John the Baptist", "1986-08-15": "Assumption Day", "1986-09-11": "National Day of Catalonia", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-24": "Saint John the Baptist", "1987-08-15": "Assumption Day", "1987-09-11": "National Day of Catalonia", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-06-24": "Saint John the Baptist", "1988-08-15": "Assumption Day", "1988-09-11": "National Day of Catalonia", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-06-24": "Saint John the Baptist", "1989-08-15": "Assumption Day", "1989-09-11": "National Day of Catalonia", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-24": "Saint John the Baptist", "1990-08-15": "Assumption Day", "1990-09-11": "National Day of Catalonia", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-06-24": "Saint John the Baptist", "1991-08-15": "Assumption Day", "1991-09-11": "National Day of Catalonia", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-24": "Saint John the Baptist", "1992-08-15": "Assumption Day", "1992-09-11": "National Day of Catalonia", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-06-24": "Saint John the Baptist", "1993-08-15": "Assumption Day", "1993-09-11": "National Day of Catalonia", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-06-24": "Saint John the Baptist", "1994-08-15": "Assumption Day", "1994-09-11": "National Day of Catalonia", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-24": "Saint John the Baptist", "1995-08-15": "Assumption Day", "1995-09-11": "National Day of Catalonia", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-06-24": "Saint John the Baptist", "1996-08-15": "Assumption Day", "1996-09-11": "National Day of Catalonia", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-06-24": "Saint John the Baptist", "1997-08-15": "Assumption Day", "1997-09-11": "National Day of Catalonia", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-24": "Saint John the Baptist", "1998-08-15": "Assumption Day", "1998-09-11": "National Day of Catalonia", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-06-24": "Saint John the Baptist", "1999-08-15": "Assumption Day", "1999-09-11": "National Day of Catalonia", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-24": "Saint John the Baptist", "2000-08-15": "Assumption Day", "2000-09-11": "National Day of Catalonia", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-24": "Saint John the Baptist", "2001-08-15": "Assumption Day", "2001-09-11": "National Day of Catalonia", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-06-24": "Saint John the Baptist", "2002-08-15": "Assumption Day", "2002-09-11": "National Day of Catalonia", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-24": "Saint John the Baptist", "2003-08-15": "Assumption Day", "2003-09-11": "National Day of Catalonia", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-06-24": "Saint John the Baptist", "2004-08-15": "Assumption Day", "2004-09-11": "National Day of Catalonia", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-06-24": "Saint John the Baptist", "2005-08-15": "Assumption Day", "2005-09-11": "National Day of Catalonia", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-24": "Saint John the Baptist", "2006-08-15": "Assumption Day", "2006-09-11": "National Day of Catalonia", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-06-24": "Saint John the Baptist", "2007-08-15": "Assumption Day", "2007-09-11": "National Day of Catalonia", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-06-24": "Saint John the Baptist", "2008-08-15": "Assumption Day", "2008-09-11": "National Day of Catalonia", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-24": "Saint John the Baptist", "2009-08-15": "Assumption Day", "2009-09-11": "National Day of Catalonia", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-06-24": "Saint John the Baptist", "2010-09-11": "National Day of Catalonia", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-13": "Whit Monday", "2011-06-24": "Saint John the Baptist", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2011-12-26": "Saint Stephen's Day", "2012-01-06": "Epiphany", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-09-11": "National Day of Catalonia", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-06-24": "Saint John the Baptist", "2013-08-15": "Assumption Day", "2013-09-11": "National Day of Catalonia", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-24": "Saint John the Baptist", "2014-08-15": "Assumption Day", "2014-09-11": "National Day of Catalonia", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-06-24": "Saint John the Baptist", "2015-08-15": "Assumption Day", "2015-09-11": "National Day of Catalonia", "2015-10-12": "National Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-16": "Whit Monday", "2016-06-24": "Saint John the Baptist", "2016-08-15": "Assumption Day", "2016-09-11": "National Day of Catalonia", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Saint Stephen's Day", "2017-01-06": "Epiphany", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-24": "Saint John the Baptist", "2017-08-15": "Assumption Day", "2017-09-11": "National Day of Catalonia", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-09-11": "National Day of Catalonia", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-24": "Saint John the Baptist", "2019-08-15": "Assumption Day", "2019-09-11": "National Day of Catalonia", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-24": "Saint John the Baptist", "2020-08-15": "Assumption Day", "2020-09-11": "National Day of Catalonia", "2020-10-12": "National Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-06-24": "Saint John the Baptist", "2021-09-11": "National Day of Catalonia", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-06-06": "Whit Monday", "2022-06-24": "Saint John the Baptist", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Saint Stephen's Day", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-06-24": "Saint John the Baptist", "2023-08-15": "Assumption Day", "2023-09-11": "National Day of Catalonia", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-06-24": "Saint John the Baptist", "2024-08-15": "Assumption Day", "2024-09-11": "National Day of Catalonia", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-24": "Saint John the Baptist", "2025-08-15": "Assumption Day", "2025-09-11": "National Day of Catalonia", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-06-24": "Saint John the Baptist", "2026-08-15": "Assumption Day", "2026-09-11": "National Day of Catalonia", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-06-24": "Saint John the Baptist", "2027-08-15": "Assumption Day", "2027-09-11": "National Day of Catalonia", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-24": "Saint John the Baptist", "2028-08-15": "Assumption Day", "2028-09-11": "National Day of Catalonia", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-06-24": "Saint John the Baptist", "2029-08-15": "Assumption Day", "2029-09-11": "National Day of Catalonia", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-24": "Saint John the Baptist", "2030-08-15": "Assumption Day", "2030-09-11": "National Day of Catalonia", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-24": "Saint John the Baptist", "2031-08-15": "Assumption Day", "2031-09-11": "National Day of Catalonia", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-06-24": "Saint John the Baptist", "2032-08-15": "Assumption Day", "2032-09-11": "National Day of Catalonia", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-24": "Saint John the Baptist", "2033-08-15": "Assumption Day", "2033-09-11": "National Day of Catalonia", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-06-24": "Saint John the Baptist", "2034-08-15": "Assumption Day", "2034-09-11": "National Day of Catalonia", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-06-24": "Saint John the Baptist", "2035-08-15": "Assumption Day", "2035-09-11": "National Day of Catalonia", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-24": "Saint John the Baptist", "2036-08-15": "Assumption Day", "2036-09-11": "National Day of Catalonia", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-06-24": "Saint John the Baptist", "2037-08-15": "Assumption Day", "2037-09-11": "National Day of Catalonia", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-24": "Saint John the Baptist", "2038-08-15": "Assumption Day", "2038-09-11": "National Day of Catalonia", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-06-24": "Saint John the Baptist", "2039-08-15": "Assumption Day", "2039-09-11": "National Day of Catalonia", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-06-24": "Saint John the Baptist", "2040-08-15": "Assumption Day", "2040-09-11": "National Day of Catalonia", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-24": "Saint John the Baptist", "2041-08-15": "Assumption Day", "2041-09-11": "National Day of Catalonia", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-06-24": "Saint John the Baptist", "2042-08-15": "Assumption Day", "2042-09-11": "National Day of Catalonia", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-06-24": "Saint John the Baptist", "2043-08-15": "Assumption Day", "2043-09-11": "National Day of Catalonia", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-24": "Saint John the Baptist", "2044-08-15": "Assumption Day", "2044-09-11": "National Day of Catalonia", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-06-24": "Saint John the Baptist", "2045-08-15": "Assumption Day", "2045-09-11": "National Day of Catalonia", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-06-24": "Saint John the Baptist", "2046-08-15": "Assumption Day", "2046-09-11": "National Day of Catalonia", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-24": "Saint John the Baptist", "2047-08-15": "Assumption Day", "2047-09-11": "National Day of Catalonia", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-06-24": "Saint John the Baptist", "2048-08-15": "Assumption Day", "2048-09-11": "National Day of Catalonia", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-24": "Saint John the Baptist", "2049-08-15": "Assumption Day", "2049-09-11": "National Day of Catalonia", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-06-24": "Saint John the Baptist", "2050-08-15": "Assumption Day", "2050-09-11": "National Day of Catalonia", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/ES_EX.json000066400000000000000000001252451500152103600211120ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-08-15": "Assumption Day", "1950-09-08": "Extremadura Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-08-15": "Assumption Day", "1951-09-08": "Extremadura Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-08-15": "Assumption Day", "1952-09-08": "Extremadura Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-08-15": "Assumption Day", "1953-09-08": "Extremadura Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-08-15": "Assumption Day", "1954-09-08": "Extremadura Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-08-15": "Assumption Day", "1955-09-08": "Extremadura Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-08-15": "Assumption Day", "1956-09-08": "Extremadura Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-08-15": "Assumption Day", "1957-09-09": "Monday following Extremadura Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-08-15": "Assumption Day", "1958-09-08": "Extremadura Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-08-15": "Assumption Day", "1959-09-08": "Extremadura Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-08-15": "Assumption Day", "1960-09-08": "Extremadura Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-08-15": "Assumption Day", "1961-09-08": "Extremadura Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-08-15": "Assumption Day", "1962-09-08": "Extremadura Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-08-15": "Assumption Day", "1963-09-09": "Monday following Extremadura Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-08-15": "Assumption Day", "1964-09-08": "Extremadura Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-08-15": "Assumption Day", "1965-09-08": "Extremadura Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-08-15": "Assumption Day", "1966-09-08": "Extremadura Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-08-15": "Assumption Day", "1967-09-08": "Extremadura Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-08-15": "Assumption Day", "1968-09-09": "Monday following Extremadura Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-08-15": "Assumption Day", "1969-09-08": "Extremadura Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-08-15": "Assumption Day", "1970-09-08": "Extremadura Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-08-15": "Assumption Day", "1971-09-08": "Extremadura Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-08-15": "Assumption Day", "1972-09-08": "Extremadura Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-08-15": "Assumption Day", "1973-09-08": "Extremadura Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-08-15": "Assumption Day", "1974-09-09": "Monday following Extremadura Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-08-15": "Assumption Day", "1975-09-08": "Extremadura Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-08-15": "Assumption Day", "1976-09-08": "Extremadura Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-08-15": "Assumption Day", "1977-09-08": "Extremadura Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-08-15": "Assumption Day", "1978-09-08": "Extremadura Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-08-15": "Assumption Day", "1979-09-08": "Extremadura Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-08-15": "Assumption Day", "1980-09-08": "Extremadura Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-08-15": "Assumption Day", "1981-09-08": "Extremadura Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-08-15": "Assumption Day", "1982-09-08": "Extremadura Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-08-15": "Assumption Day", "1983-09-08": "Extremadura Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-08-15": "Assumption Day", "1984-09-08": "Extremadura Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-08-15": "Assumption Day", "1985-09-09": "Monday following Extremadura Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-08-15": "Assumption Day", "1986-09-08": "Extremadura Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-08-15": "Assumption Day", "1987-09-08": "Extremadura Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-08-15": "Assumption Day", "1988-09-08": "Extremadura Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-08-15": "Assumption Day", "1989-09-08": "Extremadura Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-08-15": "Assumption Day", "1990-09-08": "Extremadura Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-08-15": "Assumption Day", "1991-09-09": "Monday following Extremadura Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-08-15": "Assumption Day", "1992-09-08": "Extremadura Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-08-15": "Assumption Day", "1993-09-08": "Extremadura Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-08-15": "Assumption Day", "1994-09-08": "Extremadura Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-08-15": "Assumption Day", "1995-09-08": "Extremadura Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-08-15": "Assumption Day", "1996-09-09": "Monday following Extremadura Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-08-15": "Assumption Day", "1997-09-08": "Extremadura Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-08-15": "Assumption Day", "1998-09-08": "Extremadura Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-08-15": "Assumption Day", "1999-09-08": "Extremadura Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-08-15": "Assumption Day", "2000-09-08": "Extremadura Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-08-15": "Assumption Day", "2001-09-08": "Extremadura Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-08-15": "Assumption Day", "2002-09-09": "Monday following Extremadura Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-08-15": "Assumption Day", "2003-09-08": "Extremadura Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-08-15": "Assumption Day", "2004-09-08": "Extremadura Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-08-15": "Assumption Day", "2005-09-08": "Extremadura Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-08-15": "Assumption Day", "2006-09-08": "Extremadura Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-08-15": "Assumption Day", "2007-09-08": "Extremadura Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-08-15": "Assumption Day", "2008-09-08": "Extremadura Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-08-15": "Assumption Day", "2009-09-08": "Extremadura Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-09-08": "Extremadura Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-02": "Monday following Labor Day", "2011-08-15": "Assumption Day", "2011-09-08": "Extremadura Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2011-12-26": "Monday following Christmas Day", "2012-01-02": "Monday following New Year's Day", "2012-01-06": "Epiphany", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-09-08": "Extremadura Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-08-15": "Assumption Day", "2013-09-09": "Monday following Extremadura Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-09": "Monday following Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-09-08": "Extremadura Day", "2014-10-13": "Monday following National Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-08-15": "Assumption Day", "2015-09-08": "Extremadura Day", "2015-10-12": "National Day", "2015-11-02": "Monday following All Saints' Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-02": "Monday following Labor Day", "2016-08-15": "Assumption Day", "2016-09-08": "Extremadura Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-06": "Epiphany", "2017-03-20": "Monday following Saint Joseph's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-08-15": "Assumption Day", "2017-09-08": "Extremadura Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-09-08": "Extremadura Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Monday following Epiphany", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-08-15": "Assumption Day", "2019-09-09": "Monday following Extremadura Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-09": "Monday following Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-08-15": "Assumption Day", "2020-09-08": "Extremadura Day", "2020-10-12": "National Day", "2020-11-02": "Monday following All Saints' Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-09-08": "Extremadura Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-02": "Monday following Labor Day", "2022-08-15": "Assumption Day", "2022-09-08": "Extremadura Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-06": "Epiphany", "2023-02-21": "Shrove Tuesday", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-08-15": "Assumption Day", "2023-09-08": "Extremadura Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-13": "Shrove Tuesday", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-09": "Monday following Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-08-15": "Assumption Day", "2025-09-08": "Extremadura Day", "2025-10-13": "Monday following National Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-08-15": "Assumption Day", "2026-09-08": "Extremadura Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-08-15": "Assumption Day", "2027-09-08": "Extremadura Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-08-15": "Assumption Day", "2028-09-08": "Extremadura Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-08-15": "Assumption Day", "2029-09-08": "Extremadura Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-08-15": "Assumption Day", "2030-09-09": "Monday following Extremadura Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-08-15": "Assumption Day", "2031-09-08": "Extremadura Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-08-15": "Assumption Day", "2032-09-08": "Extremadura Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-08-15": "Assumption Day", "2033-09-08": "Extremadura Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-08-15": "Assumption Day", "2034-09-08": "Extremadura Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-08-15": "Assumption Day", "2035-09-08": "Extremadura Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-08-15": "Assumption Day", "2036-09-08": "Extremadura Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-08-15": "Assumption Day", "2037-09-08": "Extremadura Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-08-15": "Assumption Day", "2038-09-08": "Extremadura Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-08-15": "Assumption Day", "2039-09-08": "Extremadura Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-08-15": "Assumption Day", "2040-09-08": "Extremadura Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-08-15": "Assumption Day", "2041-09-09": "Monday following Extremadura Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-08-15": "Assumption Day", "2042-09-08": "Extremadura Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-08-15": "Assumption Day", "2043-09-08": "Extremadura Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-08-15": "Assumption Day", "2044-09-08": "Extremadura Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-08-15": "Assumption Day", "2045-09-08": "Extremadura Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-08-15": "Assumption Day", "2046-09-08": "Extremadura Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-08-15": "Assumption Day", "2047-09-09": "Monday following Extremadura Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-08-15": "Assumption Day", "2048-09-08": "Extremadura Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-08-15": "Assumption Day", "2049-09-08": "Extremadura Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-08-15": "Assumption Day", "2050-09-08": "Extremadura Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_GA.json000066400000000000000000001353471500152103600210710ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-05-17": "Galician Literature Day", "1950-07-25": "Galician National Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-17": "Galician Literature Day", "1951-07-25": "Galician National Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-05-17": "Galician Literature Day", "1952-07-25": "Galician National Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-05-17": "Galician Literature Day", "1953-07-25": "Galician National Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-05-17": "Galician Literature Day", "1954-07-25": "Galician National Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-05-17": "Galician Literature Day", "1955-07-25": "Galician National Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-17": "Galician Literature Day", "1956-07-25": "Galician National Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-05-17": "Galician Literature Day", "1957-07-25": "Galician National Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-05-17": "Galician Literature Day", "1958-07-25": "Galician National Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-17": "Galician Literature Day", "1959-07-25": "Galician National Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-05-17": "Galician Literature Day", "1960-07-25": "Galician National Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-05-17": "Galician Literature Day", "1961-07-25": "Galician National Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-05-17": "Galician Literature Day", "1962-07-25": "Galician National Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-05-17": "Galician Literature Day", "1963-07-25": "Galician National Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-17": "Galician Literature Day", "1964-07-25": "Galician National Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-05-17": "Galician Literature Day", "1965-07-25": "Galician National Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-05-17": "Galician Literature Day", "1966-07-25": "Galician National Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-17": "Galician Literature Day", "1967-07-25": "Galician National Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-05-17": "Galician Literature Day", "1968-07-25": "Galician National Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-05-17": "Galician Literature Day", "1969-07-25": "Galician National Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-17": "Galician Literature Day", "1970-07-25": "Galician National Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-05-17": "Galician Literature Day", "1971-07-25": "Galician National Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-05-17": "Galician Literature Day", "1972-07-25": "Galician National Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-17": "Galician Literature Day", "1973-07-25": "Galician National Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-17": "Galician Literature Day", "1974-07-25": "Galician National Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-17": "Galician Literature Day", "1975-07-25": "Galician National Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-17": "Galician Literature Day", "1976-07-25": "Galician National Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-17": "Galician Literature Day", "1977-07-25": "Galician National Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-17": "Galician Literature Day", "1978-07-25": "Galician National Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-17": "Galician Literature Day", "1979-07-25": "Galician National Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-17": "Galician Literature Day", "1980-07-25": "Galician National Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-17": "Galician Literature Day", "1981-07-25": "Galician National Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-17": "Galician Literature Day", "1982-07-25": "Galician National Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-17": "Galician Literature Day", "1983-07-25": "Galician National Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-17": "Galician Literature Day", "1984-07-25": "Galician National Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-17": "Galician Literature Day", "1985-07-25": "Galician National Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-17": "Galician Literature Day", "1986-07-25": "Galician National Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-17": "Galician Literature Day", "1987-07-25": "Galician National Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-17": "Galician Literature Day", "1988-07-25": "Galician National Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-17": "Galician Literature Day", "1989-07-25": "Galician National Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-17": "Galician Literature Day", "1990-07-25": "Galician National Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-17": "Galician Literature Day", "1991-07-25": "Galician National Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-17": "Galician Literature Day", "1992-07-25": "Galician National Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-17": "Galician Literature Day", "1993-07-25": "Galician National Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-17": "Galician Literature Day", "1994-07-25": "Galician National Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-17": "Galician Literature Day", "1995-07-25": "Galician National Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-17": "Galician Literature Day", "1996-07-25": "Galician National Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-17": "Galician Literature Day", "1997-07-25": "Galician National Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-05-17": "Galician Literature Day", "1998-07-25": "Galician National Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-05-17": "Galician Literature Day", "1999-07-25": "Galician National Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-17": "Galician Literature Day", "2000-07-25": "Galician National Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-17": "Galician Literature Day", "2001-07-25": "Galician National Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-17": "Galician Literature Day", "2002-07-25": "Galician National Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-17": "Galician Literature Day", "2003-07-25": "Galician National Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-17": "Galician Literature Day", "2004-07-25": "Galician National Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-17": "Galician Literature Day", "2005-07-25": "Galician National Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-17": "Galician Literature Day", "2006-07-25": "Galician National Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-05-17": "Galician Literature Day", "2007-07-25": "Galician National Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-17": "Galician Literature Day", "2008-07-25": "Galician National Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-17": "Galician Literature Day", "2009-07-25": "Galician National Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-17": "Galician Literature Day", "2010-07-25": "Galician National Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-17": "Galician Literature Day", "2011-07-25": "Galician National Day", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2012-01-06": "Epiphany", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-17": "Galician Literature Day", "2012-07-25": "Galician National Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-17": "Galician Literature Day", "2013-06-24": "Saint John the Baptist", "2013-07-25": "Galician National Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-17": "Galician Literature Day", "2014-07-25": "Galician National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-20": "Day following Saint Joseph's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-25": "Galician National Day", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-11-02": "Monday following All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-17": "Galician Literature Day", "2016-06-24": "Saint John the Baptist", "2016-07-25": "Galician National Day", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-05-17": "Galician Literature Day", "2017-07-25": "Galician National Day", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-17": "Galician Literature Day", "2018-07-25": "Galician National Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-19": "Saint Joseph's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-05-17": "Galician Literature Day", "2019-07-25": "Galician National Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-06-24": "Saint John the Baptist", "2020-07-25": "Galician National Day", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-05-17": "Galician Literature Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-17": "Galician Literature Day", "2022-06-24": "Saint John the Baptist", "2022-07-25": "Galician National Day", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-17": "Galician Literature Day", "2023-07-25": "Galician National Day", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-17": "Galician Literature Day", "2024-07-25": "Galician National Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-17": "Galician Literature Day", "2025-07-25": "Galician National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-17": "Galician Literature Day", "2026-07-25": "Galician National Day", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-17": "Galician Literature Day", "2027-07-25": "Galician National Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-17": "Galician Literature Day", "2028-07-25": "Galician National Day", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-17": "Galician Literature Day", "2029-07-25": "Galician National Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-17": "Galician Literature Day", "2030-07-25": "Galician National Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-17": "Galician Literature Day", "2031-07-25": "Galician National Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-17": "Galician Literature Day", "2032-07-25": "Galician National Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-17": "Galician Literature Day", "2033-07-25": "Galician National Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-17": "Galician Literature Day", "2034-07-25": "Galician National Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-17": "Galician Literature Day", "2035-07-25": "Galician National Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-17": "Galician Literature Day", "2036-07-25": "Galician National Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-17": "Galician Literature Day", "2037-07-25": "Galician National Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-17": "Galician Literature Day", "2038-07-25": "Galician National Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-17": "Galician Literature Day", "2039-07-25": "Galician National Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-17": "Galician Literature Day", "2040-07-25": "Galician National Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-17": "Galician Literature Day", "2041-07-25": "Galician National Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-17": "Galician Literature Day", "2042-07-25": "Galician National Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-17": "Galician Literature Day", "2043-07-25": "Galician National Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-17": "Galician Literature Day", "2044-07-25": "Galician National Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-17": "Galician Literature Day", "2045-07-25": "Galician National Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-17": "Galician Literature Day", "2046-07-25": "Galician National Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-17": "Galician Literature Day", "2047-07-25": "Galician National Day", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-17": "Galician Literature Day", "2048-07-25": "Galician National Day", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-17": "Galician Literature Day", "2049-07-25": "Galician National Day", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-17": "Galician Literature Day", "2050-07-25": "Galician National Day", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_IB.json000066400000000000000000001345311500152103600210660ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-03-01": "Day of the Balearic Islands", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-01": "Day of the Balearic Islands", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-01": "Day of the Balearic Islands", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-01": "Day of the Balearic Islands", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-01": "Day of the Balearic Islands", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-01": "Day of the Balearic Islands", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-01": "Day of the Balearic Islands", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-01": "Day of the Balearic Islands", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-01": "Day of the Balearic Islands", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-01": "Day of the Balearic Islands", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-01": "Day of the Balearic Islands", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-01": "Day of the Balearic Islands", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-01": "Day of the Balearic Islands", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-01": "Day of the Balearic Islands", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-01": "Day of the Balearic Islands", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-01": "Day of the Balearic Islands", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-01": "Day of the Balearic Islands", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-01": "Day of the Balearic Islands", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-01": "Day of the Balearic Islands", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-01": "Day of the Balearic Islands", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-01": "Day of the Balearic Islands", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-01": "Day of the Balearic Islands", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-01": "Day of the Balearic Islands", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-01": "Day of the Balearic Islands", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-01": "Day of the Balearic Islands", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-01": "Day of the Balearic Islands", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-01": "Day of the Balearic Islands", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-01": "Day of the Balearic Islands", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-01": "Day of the Balearic Islands", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-01": "Day of the Balearic Islands", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-01": "Day of the Balearic Islands", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-01": "Day of the Balearic Islands", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-01": "Day of the Balearic Islands", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-01": "Day of the Balearic Islands", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-01": "Day of the Balearic Islands", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-03-01": "Day of the Balearic Islands", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-01": "Day of the Balearic Islands", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-01": "Day of the Balearic Islands", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-01": "Day of the Balearic Islands", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-01": "Day of the Balearic Islands", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-03-01": "Day of the Balearic Islands", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-01": "Day of the Balearic Islands", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-01": "Day of the Balearic Islands", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-01": "Day of the Balearic Islands", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-01": "Day of the Balearic Islands", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-01": "Day of the Balearic Islands", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-03-01": "Day of the Balearic Islands", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-01": "Day of the Balearic Islands", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-01": "Day of the Balearic Islands", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-01": "Day of the Balearic Islands", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-01": "Day of the Balearic Islands", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-03-01": "Day of the Balearic Islands", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-01": "Day of the Balearic Islands", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-01": "Day of the Balearic Islands", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-03-01": "Day of the Balearic Islands", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-01": "Day of the Balearic Islands", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-01": "Day of the Balearic Islands", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-03-01": "Day of the Balearic Islands", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-01": "Day of the Balearic Islands", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-01": "Day of the Balearic Islands", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-01": "Day of the Balearic Islands", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-01": "Day of the Balearic Islands", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2011-12-26": "Monday following Christmas Day", "2012-01-06": "Epiphany", "2012-03-01": "Day of the Balearic Islands", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-01": "Day of the Balearic Islands", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-01": "Day of the Balearic Islands", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-11-02": "Monday following All Saints' Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-01": "Day of the Balearic Islands", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-06": "Epiphany", "2017-03-01": "Day of the Balearic Islands", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-01": "Day of the Balearic Islands", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-01": "Day of the Balearic Islands", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-01": "Day of the Balearic Islands", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-01": "Day of the Balearic Islands", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-06": "Epiphany", "2023-03-01": "Day of the Balearic Islands", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-01": "Day of the Balearic Islands", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-01": "Day of the Balearic Islands", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-03-01": "Day of the Balearic Islands", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-01": "Day of the Balearic Islands", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-03-01": "Day of the Balearic Islands", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-01": "Day of the Balearic Islands", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-01": "Day of the Balearic Islands", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-03-01": "Day of the Balearic Islands", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-01": "Day of the Balearic Islands", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-01": "Day of the Balearic Islands", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-03-01": "Day of the Balearic Islands", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-01": "Day of the Balearic Islands", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-03-01": "Day of the Balearic Islands", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-03-01": "Day of the Balearic Islands", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-01": "Day of the Balearic Islands", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-03-01": "Day of the Balearic Islands", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-01": "Day of the Balearic Islands", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-01": "Day of the Balearic Islands", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-03-01": "Day of the Balearic Islands", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-01": "Day of the Balearic Islands", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-01": "Day of the Balearic Islands", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-03-01": "Day of the Balearic Islands", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-01": "Day of the Balearic Islands", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-03-01": "Day of the Balearic Islands", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-03-01": "Day of the Balearic Islands", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-01": "Day of the Balearic Islands", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-03-01": "Day of the Balearic Islands", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_MC.json000066400000000000000000001311631500152103600210710ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-03-20": "Monday following Saint Joseph's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-06-09": "Murcia Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-19": "Saint Joseph's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-06-09": "Murcia Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-19": "Saint Joseph's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-06-09": "Murcia Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-19": "Saint Joseph's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-06-09": "Murcia Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-19": "Saint Joseph's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-06-09": "Murcia Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-19": "Saint Joseph's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-06-09": "Murcia Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Saint Joseph's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-06-09": "Murcia Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-19": "Saint Joseph's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-06-10": "Monday following Murcia Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-19": "Saint Joseph's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-06-09": "Murcia Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-19": "Saint Joseph's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-06-09": "Murcia Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-19": "Saint Joseph's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-06-09": "Murcia Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-20": "Monday following Saint Joseph's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-06-09": "Murcia Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-19": "Saint Joseph's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-06-09": "Murcia Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-19": "Saint Joseph's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-06-10": "Monday following Murcia Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-19": "Saint Joseph's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-06-09": "Murcia Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-19": "Saint Joseph's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-06-09": "Murcia Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-19": "Saint Joseph's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-06-09": "Murcia Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-20": "Monday following Saint Joseph's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-06-09": "Murcia Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-19": "Saint Joseph's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-06-10": "Monday following Murcia Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-19": "Saint Joseph's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-06-09": "Murcia Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-19": "Saint Joseph's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-06-09": "Murcia Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-19": "Saint Joseph's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-06-09": "Murcia Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-20": "Monday following Saint Joseph's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-06-09": "Murcia Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-19": "Saint Joseph's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-06-09": "Murcia Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-19": "Saint Joseph's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-06-10": "Monday following Murcia Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-19": "Saint Joseph's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-06-09": "Murcia Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-19": "Saint Joseph's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-06-09": "Murcia Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-19": "Saint Joseph's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-06-09": "Murcia Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-20": "Monday following Saint Joseph's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-06-09": "Murcia Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-19": "Saint Joseph's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-06-09": "Murcia Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-19": "Saint Joseph's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-06-09": "Murcia Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-19": "Saint Joseph's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-06-09": "Murcia Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-19": "Saint Joseph's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-06-09": "Murcia Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-19": "Saint Joseph's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-06-09": "Murcia Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-19": "Saint Joseph's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-06-09": "Murcia Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-03-19": "Saint Joseph's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-06-10": "Monday following Murcia Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-19": "Saint Joseph's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-06-09": "Murcia Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-19": "Saint Joseph's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-06-09": "Murcia Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-19": "Saint Joseph's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-06-09": "Murcia Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-20": "Monday following Saint Joseph's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-06-09": "Murcia Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-03-19": "Saint Joseph's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-06-09": "Murcia Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-19": "Saint Joseph's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-06-10": "Monday following Murcia Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-19": "Saint Joseph's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-09": "Murcia Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-19": "Saint Joseph's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-06-09": "Murcia Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-19": "Saint Joseph's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-06-09": "Murcia Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-20": "Monday following Saint Joseph's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-06-09": "Murcia Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-03-19": "Saint Joseph's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-06-10": "Monday following Murcia Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-19": "Saint Joseph's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-06-09": "Murcia Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-19": "Saint Joseph's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-06-09": "Murcia Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-19": "Saint Joseph's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-06-09": "Murcia Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-20": "Monday following Saint Joseph's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-09": "Murcia Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-03-19": "Saint Joseph's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-06-09": "Murcia Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-19": "Saint Joseph's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-06-10": "Monday following Murcia Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-19": "Saint Joseph's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-09": "Murcia Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-03-19": "Saint Joseph's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-06-09": "Murcia Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-19": "Saint Joseph's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-06-09": "Murcia Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-20": "Monday following Saint Joseph's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-06-09": "Murcia Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-03-19": "Saint Joseph's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-06-09": "Murcia Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-19": "Saint Joseph's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-06-09": "Murcia Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-19": "Saint Joseph's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-06-09": "Murcia Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-09": "Murcia Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-02": "Monday following Labor Day", "2011-06-09": "Murcia Day", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-06-09": "Murcia Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-19": "Saint Joseph's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-09": "Monday following Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-19": "Saint Joseph's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-06-09": "Murcia Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-06-09": "Murcia Day", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-19": "Saint Joseph's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-06-09": "Murcia Day", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-02": "Monday following New Year's Day", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-06-09": "Murcia Day", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-19": "Saint Joseph's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-06-09": "Murcia Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Monday following Epiphany", "2019-03-19": "Saint Joseph's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-06-10": "Monday following Murcia Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-06-09": "Murcia Day", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-06-09": "Murcia Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-02": "Monday following Labor Day", "2022-06-09": "Murcia Day", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-02": "Monday following New Year's Day", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-06-09": "Murcia Day", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-19": "Saint Joseph's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-09": "Monday following Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-19": "Saint Joseph's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-09": "Murcia Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-06-09": "Murcia Day", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-06-09": "Murcia Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-06-09": "Murcia Day", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-06-09": "Murcia Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-06-10": "Monday following Murcia Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-06-09": "Murcia Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-06-09": "Murcia Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-06-09": "Murcia Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-06-09": "Murcia Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-06-09": "Murcia Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-06-09": "Murcia Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-06-09": "Murcia Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-06-09": "Murcia Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-06-09": "Murcia Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-06-09": "Murcia Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-06-10": "Monday following Murcia Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-06-09": "Murcia Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-06-09": "Murcia Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-06-09": "Murcia Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-06-09": "Murcia Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-06-09": "Murcia Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-06-10": "Monday following Murcia Day", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-06-09": "Murcia Day", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-06-09": "Murcia Day", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-06-09": "Murcia Day", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_MD.json000066400000000000000000001240111500152103600210640ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-05-02": "Madrid Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-05-02": "Madrid Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-05-02": "Madrid Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-05-02": "Madrid Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-05-03": "Monday following Madrid Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-05-02": "Madrid Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-05-02": "Madrid Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-05-02": "Madrid Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-05-02": "Madrid Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-05-02": "Madrid Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-05-02": "Madrid Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-05-02": "Madrid Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-05-02": "Madrid Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-05-02": "Madrid Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-05-02": "Madrid Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-05-03": "Monday following Madrid Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-05-02": "Madrid Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-05-02": "Madrid Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-05-02": "Madrid Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-05-02": "Madrid Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-02": "Madrid Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-05-03": "Monday following Madrid Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-05-02": "Madrid Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-02": "Madrid Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-02": "Madrid Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-02": "Madrid Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-03": "Monday following Madrid Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Madrid Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-02": "Madrid Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-02": "Madrid Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-02": "Madrid Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-02": "Madrid Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-03": "Monday following Madrid Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Madrid Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-02": "Madrid Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-02": "Madrid Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-02": "Madrid Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-02": "Madrid Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Madrid Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-02": "Madrid Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-05-02": "Madrid Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-05-02": "Madrid Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-02": "Madrid Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-03": "Monday following Madrid Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Madrid Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-02": "Madrid Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-05-02": "Madrid Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-05-02": "Madrid Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-05-02": "Madrid Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-05-03": "Monday following Madrid Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-02": "Madrid Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-02": "Madrid Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-02": "Madrid Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-02": "Madrid Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-03": "Monday following Madrid Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Madrid Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-02": "Madrid Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-05-02": "Madrid Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-02": "Madrid Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-02": "Madrid Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-02": "Madrid Day", "2011-06-23": "Corpus Christi", "2011-07-25": "Saint James' Day", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-02": "Madrid Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-18": "Saint Joseph's Day Transfer", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-02": "Madrid Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-02": "Madrid Day", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-05-02": "Madrid Day", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-02": "Madrid Day", "2016-07-25": "Saint James' Day", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-06": "Epiphany", "2017-03-20": "Monday following Saint Joseph's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-05-02": "Madrid Day", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-02": "Madrid Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Monday following Epiphany", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-05-02": "Madrid Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-09": "Monday following Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-05-02": "Madrid Day", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-11-02": "Monday following All Saints' Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-05-03": "Monday following Madrid Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-02": "Madrid Day", "2022-07-25": "Saint James' Day", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-06": "Epiphany", "2023-03-20": "Monday following Saint Joseph's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-02": "Madrid Day", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-02": "Madrid Day", "2024-07-25": "Saint James' Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-02": "Madrid Day", "2025-07-25": "Saint James' Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-02": "Madrid Day", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-03": "Monday following Madrid Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-02": "Madrid Day", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-02": "Madrid Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-02": "Madrid Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-02": "Madrid Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-03": "Monday following Madrid Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Madrid Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-02": "Madrid Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-02": "Madrid Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-02": "Madrid Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-02": "Madrid Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-03": "Monday following Madrid Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Madrid Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-02": "Madrid Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-02": "Madrid Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-02": "Madrid Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-02": "Madrid Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Madrid Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-02": "Madrid Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-02": "Madrid Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-02": "Madrid Day", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-02": "Madrid Day", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-03": "Monday following Madrid Day", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Madrid Day", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_ML.json000066400000000000000000001253221500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-03-19": "Saint Joseph's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-19": "Saint Joseph's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-19": "Saint Joseph's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-19": "Saint Joseph's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-19": "Saint Joseph's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-19": "Saint Joseph's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Saint Joseph's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-19": "Saint Joseph's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-19": "Saint Joseph's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-19": "Saint Joseph's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-19": "Saint Joseph's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-19": "Saint Joseph's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-19": "Saint Joseph's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-19": "Saint Joseph's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-19": "Saint Joseph's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-19": "Saint Joseph's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-19": "Saint Joseph's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-19": "Saint Joseph's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-19": "Saint Joseph's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-19": "Saint Joseph's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-19": "Saint Joseph's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-19": "Saint Joseph's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-19": "Saint Joseph's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-19": "Saint Joseph's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-19": "Saint Joseph's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-19": "Saint Joseph's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-19": "Saint Joseph's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-19": "Saint Joseph's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-19": "Saint Joseph's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-19": "Saint Joseph's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-19": "Saint Joseph's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-19": "Saint Joseph's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-19": "Saint Joseph's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-19": "Saint Joseph's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-19": "Saint Joseph's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-03-19": "Saint Joseph's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-19": "Saint Joseph's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-19": "Saint Joseph's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-19": "Saint Joseph's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-19": "Saint Joseph's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-03-19": "Saint Joseph's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-19": "Saint Joseph's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-19": "Saint Joseph's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-19": "Saint Joseph's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-19": "Saint Joseph's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-19": "Saint Joseph's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-03-19": "Saint Joseph's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-19": "Saint Joseph's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-19": "Saint Joseph's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-19": "Saint Joseph's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-19": "Saint Joseph's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-03-19": "Saint Joseph's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-19": "Saint Joseph's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-19": "Saint Joseph's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-03-19": "Saint Joseph's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-19": "Saint Joseph's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-19": "Saint Joseph's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-03-19": "Saint Joseph's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-19": "Saint Joseph's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-19": "Saint Joseph's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-11-17": "Eid al-Adha", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-11-07": "Eid al-Adha", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2011-12-26": "Monday following Christmas Day", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-10-26": "Eid al-Adha", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-19": "Saint Joseph's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-10-15": "Eid al-Adha", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-19": "Saint Joseph's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-10-04": "Eid al-Adha", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-08-15": "Assumption Day", "2015-09-25": "Eid al-Adha", "2015-10-12": "National Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-19": "Saint Joseph's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-08-15": "Assumption Day", "2016-09-12": "Eid al-Adha", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-02": "Monday following New Year's Day", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-08-15": "Assumption Day", "2017-09-01": "Eid al-Adha", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-08-22": "Eid al-Adha", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Monday following Epiphany", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-08-12": "Eid al-Adha", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-09": "Monday following Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-13": "Statute of Autonomy of Melilla Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-31": "Eid al-Adha", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-13": "Statute of Autonomy of Melilla Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-21": "Eid al-Adha", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-03": "Eid al-Fitr", "2022-07-11": "Eid al-Adha", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-21": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-06-29": "Eid al-Adha", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-06-17": "Eid al-Adha", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-09": "Monday following Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-31": "Eid al-Fitr", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-06-06": "Eid al-Adha", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-03-01": "Eid al-Adha (estimated)", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-07": "Eid al-Adha (estimated)", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-01-26": "Eid al-Adha (estimated)", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-01-16": "Eid al-Adha (estimated)", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-08-15": "Assumption Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-08-15": "Assumption Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-08-15": "Assumption Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-08-15": "Assumption Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-08-15": "Assumption Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_NC.json000066400000000000000000001257641500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-07-25": "Saint James' Day", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2011-12-26": "Monday following Christmas Day", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-07": "Monday following Epiphany", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-07-25": "Saint James' Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-19": "Saint Joseph's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-07-25": "Saint James' Day", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-07-25": "Saint James' Day", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-07-25": "Saint James' Day", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-07": "Monday following Epiphany", "2019-03-19": "Saint Joseph's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-07-25": "Saint James' Day", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-07-25": "Saint James' Day", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-07-25": "Saint James' Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-07-25": "Saint James' Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-07-25": "Saint James' Day", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-07-25": "Saint James' Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-07-25": "Saint James' Day", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-07-25": "Saint James' Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-07-25": "Saint James' Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-07-25": "Saint James' Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-07-25": "Saint James' Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-07-25": "Saint James' Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-07-25": "Saint James' Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-07-25": "Saint James' Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-07-25": "Saint James' Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-07-25": "Saint James' Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-07-25": "Saint James' Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-07-25": "Saint James' Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-07-25": "Saint James' Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-07-25": "Saint James' Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-07-25": "Saint James' Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-07-25": "Saint James' Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-07-25": "Saint James' Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-07-25": "Saint James' Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-07-25": "Saint James' Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-07-25": "Saint James' Day", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-07-25": "Saint James' Day", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-07-25": "Saint James' Day", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-07-25": "Saint James' Day", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_PV.json000066400000000000000000001323271500152103600211220ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-07-25": "Saint James' Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-07-25": "Saint James' Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-07-25": "Saint James' Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-07-25": "Saint James' Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-07-25": "Saint James' Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-07-25": "Saint James' Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-07-25": "Saint James' Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-07-25": "Saint James' Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-07-25": "Saint James' Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-07-25": "Saint James' Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-07-25": "Saint James' Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-07-25": "Saint James' Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-07-25": "Saint James' Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-07-25": "Saint James' Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-07-25": "Saint James' Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-07-25": "Saint James' Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-07-25": "Saint James' Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-07-25": "Saint James' Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-07-25": "Saint James' Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-07-25": "Saint James' Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-07-25": "Saint James' Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-07-25": "Saint James' Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-07-25": "Saint James' Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-07-25": "Saint James' Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-07-25": "Saint James' Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-07-25": "Saint James' Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-07-25": "Saint James' Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-07-25": "Saint James' Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-07-25": "Saint James' Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-07-25": "Saint James' Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-07-25": "Saint James' Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-07-25": "Saint James' Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-07-25": "Saint James' Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-07-25": "Saint James' Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-07-25": "Saint James' Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-07-25": "Saint James' Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-07-25": "Saint James' Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-07-25": "Saint James' Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-07-25": "Saint James' Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-07-25": "Saint James' Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-07-25": "Saint James' Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-07-25": "Saint James' Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-07-25": "Saint James' Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-07-25": "Saint James' Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-07-25": "Saint James' Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-07-25": "Saint James' Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-07-25": "Saint James' Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-07-25": "Saint James' Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-07-25": "Saint James' Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-07-25": "Saint James' Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-07-25": "Saint James' Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-07-25": "Saint James' Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-07-25": "Saint James' Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-07-25": "Saint James' Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-07-25": "Saint James' Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-07-25": "Saint James' Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-07-25": "Saint James' Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-07-25": "Saint James' Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-07-25": "Saint James' Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-07-25": "Saint James' Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-07-25": "Saint James' Day", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-10-25": "Pa\u00eds Vasco Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2012-01-06": "Epiphany", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-10-25": "Pa\u00eds Vasco Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-07-25": "Saint James' Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-10-25": "Pa\u00eds Vasco Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-10-25": "Pa\u00eds Vasco Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-07-25": "Saint James' Day", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-07-25": "Saint James' Day", "2016-08-15": "Assumption Day", "2016-10-07": "80th Anniversary of the first Basque Government", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-07-25": "Saint James' Day", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-19": "Saint Joseph's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-07-25": "Saint James' Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-07-25": "Saint James' Day", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-07-25": "Saint James' Day", "2022-08-15": "Assumption Day", "2022-09-06": "V Centennial of the Circumnavigation of the World", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-07-25": "Saint James' Day", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-07-25": "Saint James' Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-07-25": "Saint James' Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-07-25": "Saint James' Day", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-07-25": "Saint James' Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-07-25": "Saint James' Day", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-07-25": "Saint James' Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-07-25": "Saint James' Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-07-25": "Saint James' Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-07-25": "Saint James' Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-07-25": "Saint James' Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-07-25": "Saint James' Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-07-25": "Saint James' Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-07-25": "Saint James' Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-07-25": "Saint James' Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-07-25": "Saint James' Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-07-25": "Saint James' Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-07-25": "Saint James' Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-07-25": "Saint James' Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-07-25": "Saint James' Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-07-25": "Saint James' Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-07-25": "Saint James' Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-07-25": "Saint James' Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-07-25": "Saint James' Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-07-25": "Saint James' Day", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-07-25": "Saint James' Day", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-07-25": "Saint James' Day", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-07-25": "Saint James' Day", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_RI.json000066400000000000000000001321041500152103600211000ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-06-09": "La Rioja Day", "1950-08-15": "Assumption Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-06-09": "La Rioja Day", "1951-08-15": "Assumption Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-06-09": "La Rioja Day", "1952-08-15": "Assumption Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-06-09": "La Rioja Day", "1953-08-15": "Assumption Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-09": "La Rioja Day", "1954-08-15": "Assumption Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-06-09": "La Rioja Day", "1955-08-15": "Assumption Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-06-09": "La Rioja Day", "1956-08-15": "Assumption Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-10": "Monday following La Rioja Day", "1957-08-15": "Assumption Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-06-09": "La Rioja Day", "1958-08-15": "Assumption Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-06-09": "La Rioja Day", "1959-08-15": "Assumption Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-09": "La Rioja Day", "1960-08-15": "Assumption Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-06-09": "La Rioja Day", "1961-08-15": "Assumption Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-09": "La Rioja Day", "1962-08-15": "Assumption Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-10": "Monday following La Rioja Day", "1963-08-15": "Assumption Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-06-09": "La Rioja Day", "1964-08-15": "Assumption Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-09": "La Rioja Day", "1965-08-15": "Assumption Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-06-09": "La Rioja Day", "1966-08-15": "Assumption Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-06-09": "La Rioja Day", "1967-08-15": "Assumption Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-10": "Monday following La Rioja Day", "1968-08-15": "Assumption Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-06-09": "La Rioja Day", "1969-08-15": "Assumption Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-06-09": "La Rioja Day", "1970-08-15": "Assumption Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-06-09": "La Rioja Day", "1971-08-15": "Assumption Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-06-09": "La Rioja Day", "1972-08-15": "Assumption Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-09": "La Rioja Day", "1973-08-15": "Assumption Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-10": "Monday following La Rioja Day", "1974-08-15": "Assumption Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-06-09": "La Rioja Day", "1975-08-15": "Assumption Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-09": "La Rioja Day", "1976-08-15": "Assumption Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-06-09": "La Rioja Day", "1977-08-15": "Assumption Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-06-09": "La Rioja Day", "1978-08-15": "Assumption Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-09": "La Rioja Day", "1979-08-15": "Assumption Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-06-09": "La Rioja Day", "1980-08-15": "Assumption Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-09": "La Rioja Day", "1981-08-15": "Assumption Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-06-09": "La Rioja Day", "1982-08-15": "Assumption Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-06-09": "La Rioja Day", "1983-08-15": "Assumption Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-09": "La Rioja Day", "1984-08-15": "Assumption Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-06-10": "Monday following La Rioja Day", "1985-08-15": "Assumption Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-06-09": "La Rioja Day", "1986-08-15": "Assumption Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-09": "La Rioja Day", "1987-08-15": "Assumption Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-06-09": "La Rioja Day", "1988-08-15": "Assumption Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-06-09": "La Rioja Day", "1989-08-15": "Assumption Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-09": "La Rioja Day", "1990-08-15": "Assumption Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-06-10": "Monday following La Rioja Day", "1991-08-15": "Assumption Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-09": "La Rioja Day", "1992-08-15": "Assumption Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-06-09": "La Rioja Day", "1993-08-15": "Assumption Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-06-09": "La Rioja Day", "1994-08-15": "Assumption Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-09": "La Rioja Day", "1995-08-15": "Assumption Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-06-10": "Monday following La Rioja Day", "1996-08-15": "Assumption Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-06-09": "La Rioja Day", "1997-08-15": "Assumption Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-09": "La Rioja Day", "1998-08-15": "Assumption Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-06-09": "La Rioja Day", "1999-08-15": "Assumption Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-09": "La Rioja Day", "2000-08-15": "Assumption Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-09": "La Rioja Day", "2001-08-15": "Assumption Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-06-10": "Monday following La Rioja Day", "2002-08-15": "Assumption Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-09": "La Rioja Day", "2003-08-15": "Assumption Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-06-09": "La Rioja Day", "2004-08-15": "Assumption Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-06-09": "La Rioja Day", "2005-08-15": "Assumption Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-09": "La Rioja Day", "2006-08-15": "Assumption Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-06-09": "La Rioja Day", "2007-08-15": "Assumption Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-06-09": "La Rioja Day", "2008-08-15": "Assumption Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-09": "La Rioja Day", "2009-08-15": "Assumption Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-06-09": "La Rioja Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-06-09": "La Rioja Day", "2011-07-25": "Saint James' Day", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-06-09": "La Rioja Day", "2012-08-15": "Assumption Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-06-10": "Monday following La Rioja Day", "2013-08-15": "Assumption Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-09": "Monday following Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-09": "La Rioja Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-06-09": "La Rioja Day", "2015-08-15": "Assumption Day", "2015-10-12": "National Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-06-09": "La Rioja Day", "2016-07-25": "Saint James' Day", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-09": "La Rioja Day", "2017-08-15": "Assumption Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-06-09": "La Rioja Day", "2018-08-15": "Assumption Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-10": "Monday following La Rioja Day", "2019-08-15": "Assumption Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-09": "Monday following Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-09": "La Rioja Day", "2020-08-15": "Assumption Day", "2020-10-12": "National Day", "2020-12-07": "Monday following Constitution Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-06-09": "La Rioja Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-06-09": "La Rioja Day", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2022-12-26": "Monday following Christmas Day", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-06-09": "La Rioja Day", "2023-08-15": "Assumption Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-06-10": "Monday following La Rioja Day", "2024-08-15": "Assumption Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-09": "La Rioja Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-06-09": "La Rioja Day", "2026-08-15": "Assumption Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-06-09": "La Rioja Day", "2027-08-15": "Assumption Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-09": "La Rioja Day", "2028-08-15": "Assumption Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-06-09": "La Rioja Day", "2029-08-15": "Assumption Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-10": "Monday following La Rioja Day", "2030-08-15": "Assumption Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-09": "La Rioja Day", "2031-08-15": "Assumption Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-06-09": "La Rioja Day", "2032-08-15": "Assumption Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-09": "La Rioja Day", "2033-08-15": "Assumption Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-06-09": "La Rioja Day", "2034-08-15": "Assumption Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-06-09": "La Rioja Day", "2035-08-15": "Assumption Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-09": "La Rioja Day", "2036-08-15": "Assumption Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-06-09": "La Rioja Day", "2037-08-15": "Assumption Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-09": "La Rioja Day", "2038-08-15": "Assumption Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-06-09": "La Rioja Day", "2039-08-15": "Assumption Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-06-09": "La Rioja Day", "2040-08-15": "Assumption Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-10": "Monday following La Rioja Day", "2041-08-15": "Assumption Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-06-09": "La Rioja Day", "2042-08-15": "Assumption Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-06-09": "La Rioja Day", "2043-08-15": "Assumption Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-09": "La Rioja Day", "2044-08-15": "Assumption Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-06-09": "La Rioja Day", "2045-08-15": "Assumption Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-06-09": "La Rioja Day", "2046-08-15": "Assumption Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-10": "Monday following La Rioja Day", "2047-08-15": "Assumption Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-06-09": "La Rioja Day", "2048-08-15": "Assumption Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-09": "La Rioja Day", "2049-08-15": "Assumption Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-06-09": "La Rioja Day", "2050-08-15": "Assumption Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ES_VC.json000066400000000000000000001346371500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-03-19": "Saint Joseph's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-08-15": "Assumption Day", "1950-10-09": "Valencian Community Day", "1950-10-12": "National Day", "1950-11-01": "All Saints' Day", "1950-12-06": "Constitution Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-19": "Saint Joseph's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-08-15": "Assumption Day", "1951-10-09": "Valencian Community Day", "1951-10-12": "National Day", "1951-11-01": "All Saints' Day", "1951-12-06": "Constitution Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-19": "Saint Joseph's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-08-15": "Assumption Day", "1952-10-09": "Valencian Community Day", "1952-10-12": "National Day", "1952-11-01": "All Saints' Day", "1952-12-06": "Constitution Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-03-19": "Saint Joseph's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-08-15": "Assumption Day", "1953-10-09": "Valencian Community Day", "1953-10-12": "National Day", "1953-11-01": "All Saints' Day", "1953-12-06": "Constitution Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-19": "Saint Joseph's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-08-15": "Assumption Day", "1954-10-09": "Valencian Community Day", "1954-10-12": "National Day", "1954-11-01": "All Saints' Day", "1954-12-06": "Constitution Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-03-19": "Saint Joseph's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-08-15": "Assumption Day", "1955-10-09": "Valencian Community Day", "1955-10-12": "National Day", "1955-11-01": "All Saints' Day", "1955-12-06": "Constitution Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Saint Joseph's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-08-15": "Assumption Day", "1956-10-09": "Valencian Community Day", "1956-10-12": "National Day", "1956-11-01": "All Saints' Day", "1956-12-06": "Constitution Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-19": "Saint Joseph's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-08-15": "Assumption Day", "1957-10-09": "Valencian Community Day", "1957-10-12": "National Day", "1957-11-01": "All Saints' Day", "1957-12-06": "Constitution Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-03-19": "Saint Joseph's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-08-15": "Assumption Day", "1958-10-09": "Valencian Community Day", "1958-10-12": "National Day", "1958-11-01": "All Saints' Day", "1958-12-06": "Constitution Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-19": "Saint Joseph's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-08-15": "Assumption Day", "1959-10-09": "Valencian Community Day", "1959-10-12": "National Day", "1959-11-01": "All Saints' Day", "1959-12-06": "Constitution Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-03-19": "Saint Joseph's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-08-15": "Assumption Day", "1960-10-09": "Valencian Community Day", "1960-10-12": "National Day", "1960-11-01": "All Saints' Day", "1960-12-06": "Constitution Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-03-19": "Saint Joseph's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-08-15": "Assumption Day", "1961-10-09": "Valencian Community Day", "1961-10-12": "National Day", "1961-11-01": "All Saints' Day", "1961-12-06": "Constitution Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-19": "Saint Joseph's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-08-15": "Assumption Day", "1962-10-09": "Valencian Community Day", "1962-10-12": "National Day", "1962-11-01": "All Saints' Day", "1962-12-06": "Constitution Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-03-19": "Saint Joseph's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-08-15": "Assumption Day", "1963-10-09": "Valencian Community Day", "1963-10-12": "National Day", "1963-11-01": "All Saints' Day", "1963-12-06": "Constitution Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-19": "Saint Joseph's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-08-15": "Assumption Day", "1964-10-09": "Valencian Community Day", "1964-10-12": "National Day", "1964-11-01": "All Saints' Day", "1964-12-06": "Constitution Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-19": "Saint Joseph's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-08-15": "Assumption Day", "1965-10-09": "Valencian Community Day", "1965-10-12": "National Day", "1965-11-01": "All Saints' Day", "1965-12-06": "Constitution Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-03-19": "Saint Joseph's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-08-15": "Assumption Day", "1966-10-09": "Valencian Community Day", "1966-10-12": "National Day", "1966-11-01": "All Saints' Day", "1966-12-06": "Constitution Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-19": "Saint Joseph's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-08-15": "Assumption Day", "1967-10-09": "Valencian Community Day", "1967-10-12": "National Day", "1967-11-01": "All Saints' Day", "1967-12-06": "Constitution Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-19": "Saint Joseph's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-08-15": "Assumption Day", "1968-10-09": "Valencian Community Day", "1968-10-12": "National Day", "1968-11-01": "All Saints' Day", "1968-12-06": "Constitution Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-03-19": "Saint Joseph's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-08-15": "Assumption Day", "1969-10-09": "Valencian Community Day", "1969-10-12": "National Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Constitution Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-19": "Saint Joseph's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-08-15": "Assumption Day", "1970-10-09": "Valencian Community Day", "1970-10-12": "National Day", "1970-11-01": "All Saints' Day", "1970-12-06": "Constitution Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-19": "Saint Joseph's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-08-15": "Assumption Day", "1971-10-09": "Valencian Community Day", "1971-10-12": "National Day", "1971-11-01": "All Saints' Day", "1971-12-06": "Constitution Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-03-19": "Saint Joseph's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-08-15": "Assumption Day", "1972-10-09": "Valencian Community Day", "1972-10-12": "National Day", "1972-11-01": "All Saints' Day", "1972-12-06": "Constitution Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-19": "Saint Joseph's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-08-15": "Assumption Day", "1973-10-09": "Valencian Community Day", "1973-10-12": "National Day", "1973-11-01": "All Saints' Day", "1973-12-06": "Constitution Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-03-19": "Saint Joseph's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-08-15": "Assumption Day", "1974-10-09": "Valencian Community Day", "1974-10-12": "National Day", "1974-11-01": "All Saints' Day", "1974-12-06": "Constitution Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-19": "Saint Joseph's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-08-15": "Assumption Day", "1975-10-09": "Valencian Community Day", "1975-10-12": "National Day", "1975-11-01": "All Saints' Day", "1975-12-06": "Constitution Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-19": "Saint Joseph's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-08-15": "Assumption Day", "1976-10-09": "Valencian Community Day", "1976-10-12": "National Day", "1976-11-01": "All Saints' Day", "1976-12-06": "Constitution Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-03-19": "Saint Joseph's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-08-15": "Assumption Day", "1977-10-09": "Valencian Community Day", "1977-10-12": "National Day", "1977-11-01": "All Saints' Day", "1977-12-06": "Constitution Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-19": "Saint Joseph's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-08-15": "Assumption Day", "1978-10-09": "Valencian Community Day", "1978-10-12": "National Day", "1978-11-01": "All Saints' Day", "1978-12-06": "Constitution Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-19": "Saint Joseph's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-08-15": "Assumption Day", "1979-10-09": "Valencian Community Day", "1979-10-12": "National Day", "1979-11-01": "All Saints' Day", "1979-12-06": "Constitution Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-03-19": "Saint Joseph's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-08-15": "Assumption Day", "1980-10-09": "Valencian Community Day", "1980-10-12": "National Day", "1980-11-01": "All Saints' Day", "1980-12-06": "Constitution Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-19": "Saint Joseph's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-08-15": "Assumption Day", "1981-10-09": "Valencian Community Day", "1981-10-12": "National Day", "1981-11-01": "All Saints' Day", "1981-12-06": "Constitution Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-19": "Saint Joseph's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-08-15": "Assumption Day", "1982-10-09": "Valencian Community Day", "1982-10-12": "National Day", "1982-11-01": "All Saints' Day", "1982-12-06": "Constitution Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-19": "Saint Joseph's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-08-15": "Assumption Day", "1983-10-09": "Valencian Community Day", "1983-10-12": "National Day", "1983-11-01": "All Saints' Day", "1983-12-06": "Constitution Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-19": "Saint Joseph's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-08-15": "Assumption Day", "1984-10-09": "Valencian Community Day", "1984-10-12": "National Day", "1984-11-01": "All Saints' Day", "1984-12-06": "Constitution Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-03-19": "Saint Joseph's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-08-15": "Assumption Day", "1985-10-09": "Valencian Community Day", "1985-10-12": "National Day", "1985-11-01": "All Saints' Day", "1985-12-06": "Constitution Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-19": "Saint Joseph's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-08-15": "Assumption Day", "1986-10-09": "Valencian Community Day", "1986-10-12": "National Day", "1986-11-01": "All Saints' Day", "1986-12-06": "Constitution Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-19": "Saint Joseph's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-08-15": "Assumption Day", "1987-10-09": "Valencian Community Day", "1987-10-12": "National Day", "1987-11-01": "All Saints' Day", "1987-12-06": "Constitution Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-19": "Saint Joseph's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-08-15": "Assumption Day", "1988-10-09": "Valencian Community Day", "1988-10-12": "National Day", "1988-11-01": "All Saints' Day", "1988-12-06": "Constitution Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-19": "Saint Joseph's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-08-15": "Assumption Day", "1989-10-09": "Valencian Community Day", "1989-10-12": "National Day", "1989-11-01": "All Saints' Day", "1989-12-06": "Constitution Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-03-19": "Saint Joseph's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-08-15": "Assumption Day", "1990-10-09": "Valencian Community Day", "1990-10-12": "National Day", "1990-11-01": "All Saints' Day", "1990-12-06": "Constitution Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-19": "Saint Joseph's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-08-15": "Assumption Day", "1991-10-09": "Valencian Community Day", "1991-10-12": "National Day", "1991-11-01": "All Saints' Day", "1991-12-06": "Constitution Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-19": "Saint Joseph's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-08-15": "Assumption Day", "1992-10-09": "Valencian Community Day", "1992-10-12": "National Day", "1992-11-01": "All Saints' Day", "1992-12-06": "Constitution Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-19": "Saint Joseph's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-08-15": "Assumption Day", "1993-10-09": "Valencian Community Day", "1993-10-12": "National Day", "1993-11-01": "All Saints' Day", "1993-12-06": "Constitution Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-19": "Saint Joseph's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-08-15": "Assumption Day", "1994-10-09": "Valencian Community Day", "1994-10-12": "National Day", "1994-11-01": "All Saints' Day", "1994-12-06": "Constitution Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-19": "Saint Joseph's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-08-15": "Assumption Day", "1995-10-09": "Valencian Community Day", "1995-10-12": "National Day", "1995-11-01": "All Saints' Day", "1995-12-06": "Constitution Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-03-19": "Saint Joseph's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-08-15": "Assumption Day", "1996-10-09": "Valencian Community Day", "1996-10-12": "National Day", "1996-11-01": "All Saints' Day", "1996-12-06": "Constitution Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-19": "Saint Joseph's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-08-15": "Assumption Day", "1997-10-09": "Valencian Community Day", "1997-10-12": "National Day", "1997-11-01": "All Saints' Day", "1997-12-06": "Constitution Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-19": "Saint Joseph's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-08-15": "Assumption Day", "1998-10-09": "Valencian Community Day", "1998-10-12": "National Day", "1998-11-01": "All Saints' Day", "1998-12-06": "Constitution Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-03-19": "Saint Joseph's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-08-15": "Assumption Day", "1999-10-09": "Valencian Community Day", "1999-10-12": "National Day", "1999-11-01": "All Saints' Day", "1999-12-06": "Constitution Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-19": "Saint Joseph's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-08-15": "Assumption Day", "2000-10-09": "Valencian Community Day", "2000-10-12": "National Day", "2000-11-01": "All Saints' Day", "2000-12-06": "Constitution Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-03-19": "Saint Joseph's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-08-15": "Assumption Day", "2001-10-09": "Valencian Community Day", "2001-10-12": "National Day", "2001-11-01": "All Saints' Day", "2001-12-06": "Constitution Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-19": "Saint Joseph's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-08-15": "Assumption Day", "2002-10-09": "Valencian Community Day", "2002-10-12": "National Day", "2002-11-01": "All Saints' Day", "2002-12-06": "Constitution Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-08-15": "Assumption Day", "2003-10-09": "Valencian Community Day", "2003-10-12": "National Day", "2003-11-01": "All Saints' Day", "2003-12-06": "Constitution Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-08-15": "Assumption Day", "2004-10-09": "Valencian Community Day", "2004-10-12": "National Day", "2004-11-01": "All Saints' Day", "2004-12-06": "Constitution Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-08-15": "Assumption Day", "2005-10-09": "Valencian Community Day", "2005-10-12": "National Day", "2005-11-01": "All Saints' Day", "2005-12-06": "Constitution Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-08-15": "Assumption Day", "2006-10-09": "Valencian Community Day", "2006-10-12": "National Day", "2006-11-01": "All Saints' Day", "2006-12-06": "Constitution Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-08-15": "Assumption Day", "2007-10-09": "Valencian Community Day", "2007-10-12": "National Day", "2007-11-01": "All Saints' Day", "2007-12-06": "Constitution Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-08-15": "Assumption Day", "2008-10-09": "Valencian Community Day", "2008-10-12": "National Day", "2008-11-01": "All Saints' Day", "2008-12-06": "Constitution Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-08-15": "Assumption Day", "2009-10-09": "Valencian Community Day", "2009-10-12": "National Day", "2009-11-01": "All Saints' Day", "2009-12-06": "Constitution Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-10-09": "Valencian Community Day", "2010-10-12": "National Day", "2010-11-01": "All Saints' Day", "2010-12-06": "Constitution Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-19": "Saint Joseph's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-02": "Monday following Labor Day", "2011-08-15": "Assumption Day", "2011-10-12": "National Day", "2011-11-01": "All Saints' Day", "2011-12-06": "Constitution Day", "2011-12-08": "Immaculate Conception", "2012-01-06": "Epiphany", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-08-15": "Assumption Day", "2012-10-09": "Valencian Community Day", "2012-10-12": "National Day", "2012-11-01": "All Saints' Day", "2012-12-06": "Constitution Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-18": "The Fallas", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-08-15": "Assumption Day", "2013-10-09": "Valencian Community Day", "2013-10-12": "National Day", "2013-11-01": "All Saints' Day", "2013-12-06": "Constitution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-08-15": "Assumption Day", "2014-10-09": "Valencian Community Day", "2014-11-01": "All Saints' Day", "2014-12-06": "Constitution Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-08-15": "Assumption Day", "2015-10-09": "Valencian Community Day", "2015-10-12": "National Day", "2015-12-07": "Monday following Constitution Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-19": "Saint Joseph's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-08-15": "Assumption Day", "2016-10-12": "National Day", "2016-11-01": "All Saints' Day", "2016-12-06": "Constitution Day", "2016-12-08": "Immaculate Conception", "2016-12-26": "Monday following Christmas Day", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-08-15": "Assumption Day", "2017-10-09": "Valencian Community Day", "2017-10-12": "National Day", "2017-11-01": "All Saints' Day", "2017-12-06": "Constitution Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-08-15": "Assumption Day", "2018-10-09": "Valencian Community Day", "2018-10-12": "National Day", "2018-11-01": "All Saints' Day", "2018-12-06": "Constitution Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-24": "Saint John the Baptist", "2019-08-15": "Assumption Day", "2019-10-09": "Valencian Community Day", "2019-10-12": "National Day", "2019-11-01": "All Saints' Day", "2019-12-06": "Constitution Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-24": "Saint John the Baptist", "2020-08-15": "Assumption Day", "2020-10-09": "Valencian Community Day", "2020-10-12": "National Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-06-24": "Saint John the Baptist", "2021-10-09": "Valencian Community Day", "2021-10-12": "National Day", "2021-11-01": "All Saints' Day", "2021-12-06": "Constitution Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-19": "Saint Joseph's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-06-24": "Saint John the Baptist", "2022-08-15": "Assumption Day", "2022-10-12": "National Day", "2022-11-01": "All Saints' Day", "2022-12-06": "Constitution Day", "2022-12-08": "Immaculate Conception", "2023-01-06": "Epiphany", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-06-24": "Saint John the Baptist", "2023-08-15": "Assumption Day", "2023-10-09": "Valencian Community Day", "2023-10-12": "National Day", "2023-11-01": "All Saints' Day", "2023-12-06": "Constitution Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-06-24": "Saint John the Baptist", "2024-08-15": "Assumption Day", "2024-10-09": "Valencian Community Day", "2024-10-12": "National Day", "2024-11-01": "All Saints' Day", "2024-12-06": "Constitution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-24": "Saint John the Baptist", "2025-08-15": "Assumption Day", "2025-10-09": "Valencian Community Day", "2025-11-01": "All Saints' Day", "2025-12-06": "Constitution Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-06-24": "Saint John the Baptist", "2026-08-15": "Assumption Day", "2026-10-09": "Valencian Community Day", "2026-10-12": "National Day", "2026-11-01": "All Saints' Day", "2026-12-06": "Constitution Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-06-24": "Saint John the Baptist", "2027-08-15": "Assumption Day", "2027-10-09": "Valencian Community Day", "2027-10-12": "National Day", "2027-11-01": "All Saints' Day", "2027-12-06": "Constitution Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-24": "Saint John the Baptist", "2028-08-15": "Assumption Day", "2028-10-09": "Valencian Community Day", "2028-10-12": "National Day", "2028-11-01": "All Saints' Day", "2028-12-06": "Constitution Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-06-24": "Saint John the Baptist", "2029-08-15": "Assumption Day", "2029-10-09": "Valencian Community Day", "2029-10-12": "National Day", "2029-11-01": "All Saints' Day", "2029-12-06": "Constitution Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-24": "Saint John the Baptist", "2030-08-15": "Assumption Day", "2030-10-09": "Valencian Community Day", "2030-10-12": "National Day", "2030-11-01": "All Saints' Day", "2030-12-06": "Constitution Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-24": "Saint John the Baptist", "2031-08-15": "Assumption Day", "2031-10-09": "Valencian Community Day", "2031-10-12": "National Day", "2031-11-01": "All Saints' Day", "2031-12-06": "Constitution Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-06-24": "Saint John the Baptist", "2032-08-15": "Assumption Day", "2032-10-09": "Valencian Community Day", "2032-10-12": "National Day", "2032-11-01": "All Saints' Day", "2032-12-06": "Constitution Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-24": "Saint John the Baptist", "2033-08-15": "Assumption Day", "2033-10-09": "Valencian Community Day", "2033-10-12": "National Day", "2033-11-01": "All Saints' Day", "2033-12-06": "Constitution Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-06-24": "Saint John the Baptist", "2034-08-15": "Assumption Day", "2034-10-09": "Valencian Community Day", "2034-10-12": "National Day", "2034-11-01": "All Saints' Day", "2034-12-06": "Constitution Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-06-24": "Saint John the Baptist", "2035-08-15": "Assumption Day", "2035-10-09": "Valencian Community Day", "2035-10-12": "National Day", "2035-11-01": "All Saints' Day", "2035-12-06": "Constitution Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-24": "Saint John the Baptist", "2036-08-15": "Assumption Day", "2036-10-09": "Valencian Community Day", "2036-10-12": "National Day", "2036-11-01": "All Saints' Day", "2036-12-06": "Constitution Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-06-24": "Saint John the Baptist", "2037-08-15": "Assumption Day", "2037-10-09": "Valencian Community Day", "2037-10-12": "National Day", "2037-11-01": "All Saints' Day", "2037-12-06": "Constitution Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-24": "Saint John the Baptist", "2038-08-15": "Assumption Day", "2038-10-09": "Valencian Community Day", "2038-10-12": "National Day", "2038-11-01": "All Saints' Day", "2038-12-06": "Constitution Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-06-24": "Saint John the Baptist", "2039-08-15": "Assumption Day", "2039-10-09": "Valencian Community Day", "2039-10-12": "National Day", "2039-11-01": "All Saints' Day", "2039-12-06": "Constitution Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-06-24": "Saint John the Baptist", "2040-08-15": "Assumption Day", "2040-10-09": "Valencian Community Day", "2040-10-12": "National Day", "2040-11-01": "All Saints' Day", "2040-12-06": "Constitution Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-24": "Saint John the Baptist", "2041-08-15": "Assumption Day", "2041-10-09": "Valencian Community Day", "2041-10-12": "National Day", "2041-11-01": "All Saints' Day", "2041-12-06": "Constitution Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-06-24": "Saint John the Baptist", "2042-08-15": "Assumption Day", "2042-10-09": "Valencian Community Day", "2042-10-12": "National Day", "2042-11-01": "All Saints' Day", "2042-12-06": "Constitution Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-06-24": "Saint John the Baptist", "2043-08-15": "Assumption Day", "2043-10-09": "Valencian Community Day", "2043-10-12": "National Day", "2043-11-01": "All Saints' Day", "2043-12-06": "Constitution Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-24": "Saint John the Baptist", "2044-08-15": "Assumption Day", "2044-10-09": "Valencian Community Day", "2044-10-12": "National Day", "2044-11-01": "All Saints' Day", "2044-12-06": "Constitution Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-06-24": "Saint John the Baptist", "2045-08-15": "Assumption Day", "2045-10-09": "Valencian Community Day", "2045-10-12": "National Day", "2045-11-01": "All Saints' Day", "2045-12-06": "Constitution Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-06-24": "Saint John the Baptist", "2046-08-15": "Assumption Day", "2046-10-09": "Valencian Community Day", "2046-10-12": "National Day", "2046-11-01": "All Saints' Day", "2046-12-06": "Constitution Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-24": "Saint John the Baptist", "2047-08-15": "Assumption Day", "2047-10-09": "Valencian Community Day", "2047-10-12": "National Day", "2047-11-01": "All Saints' Day", "2047-12-06": "Constitution Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-06-24": "Saint John the Baptist", "2048-08-15": "Assumption Day", "2048-10-09": "Valencian Community Day", "2048-10-12": "National Day", "2048-11-01": "All Saints' Day", "2048-12-06": "Constitution Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-24": "Saint John the Baptist", "2049-08-15": "Assumption Day", "2049-10-09": "Valencian Community Day", "2049-10-12": "National Day", "2049-11-01": "All Saints' Day", "2049-12-06": "Constitution Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-06-24": "Saint John the Baptist", "2050-08-15": "Assumption Day", "2050-10-09": "Valencian Community Day", "2050-10-12": "National Day", "2050-11-01": "All Saints' Day", "2050-12-06": "Constitution Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/ET_COMMON.json000066400000000000000000001445131500152103600215660ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-07": "Christmas Day", "1950-01-19": "Epiphany Day", "1950-03-02": "Adwa Victory Day", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Workers' Day", "1950-05-05": "Patriots' Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-09-11": "Ethiopian New Year", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-27": "Finding of True Cross", "1950-12-22": "Prophet's Birthday (estimated)", "1951-01-07": "Christmas Day", "1951-01-19": "Epiphany Day", "1951-03-02": "Adwa Victory Day", "1951-04-27": "Good Friday", "1951-04-29": "Easter Sunday", "1951-05-01": "Workers' Day", "1951-05-05": "Patriots' Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-09-12": "Eid al-Adha (estimated); Ethiopian New Year", "1951-09-28": "Finding of True Cross", "1951-12-11": "Prophet's Birthday (estimated)", "1952-01-07": "Christmas Day", "1952-01-20": "Epiphany Day", "1952-03-02": "Adwa Victory Day", "1952-04-18": "Good Friday", "1952-04-20": "Easter Sunday", "1952-05-01": "Workers' Day", "1952-05-05": "Patriots' Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-11": "Ethiopian New Year", "1952-09-27": "Finding of True Cross", "1952-11-30": "Prophet's Birthday (estimated)", "1953-01-07": "Christmas Day", "1953-01-19": "Epiphany Day", "1953-03-02": "Adwa Victory Day", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Workers' Day", "1953-05-05": "Patriots' Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-11": "Ethiopian New Year", "1953-09-27": "Finding of True Cross", "1953-11-19": "Prophet's Birthday (estimated)", "1954-01-07": "Christmas Day", "1954-01-19": "Epiphany Day", "1954-03-02": "Adwa Victory Day", "1954-04-23": "Good Friday", "1954-04-25": "Easter Sunday", "1954-05-01": "Workers' Day", "1954-05-05": "Patriots' Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-09-11": "Ethiopian New Year", "1954-09-27": "Finding of True Cross", "1954-11-08": "Prophet's Birthday (estimated)", "1955-01-07": "Christmas Day", "1955-01-19": "Epiphany Day", "1955-03-02": "Adwa Victory Day", "1955-04-15": "Good Friday", "1955-04-17": "Easter Sunday", "1955-05-01": "Workers' Day", "1955-05-05": "Patriots' Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-09-12": "Ethiopian New Year", "1955-09-28": "Finding of True Cross", "1955-10-29": "Prophet's Birthday (estimated)", "1956-01-07": "Christmas Day", "1956-01-20": "Epiphany Day", "1956-03-02": "Adwa Victory Day", "1956-05-01": "Workers' Day", "1956-05-04": "Good Friday", "1956-05-05": "Patriots' Day", "1956-05-06": "Easter Sunday", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-09-11": "Ethiopian New Year", "1956-09-27": "Finding of True Cross", "1956-10-17": "Prophet's Birthday (estimated)", "1957-01-07": "Christmas Day", "1957-01-19": "Epiphany Day", "1957-03-02": "Adwa Victory Day", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Workers' Day", "1957-05-05": "Patriots' Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-09-11": "Ethiopian New Year", "1957-09-27": "Finding of True Cross", "1957-10-06": "Prophet's Birthday (estimated)", "1958-01-07": "Christmas Day", "1958-01-19": "Epiphany Day", "1958-03-02": "Adwa Victory Day", "1958-04-11": "Good Friday", "1958-04-13": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Workers' Day", "1958-05-05": "Patriots' Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-09-11": "Ethiopian New Year", "1958-09-26": "Prophet's Birthday (estimated)", "1958-09-27": "Finding of True Cross", "1959-01-07": "Christmas Day", "1959-01-19": "Epiphany Day", "1959-03-02": "Adwa Victory Day", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Good Friday; Workers' Day", "1959-05-03": "Easter Sunday", "1959-05-05": "Patriots' Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-09-12": "Ethiopian New Year", "1959-09-15": "Prophet's Birthday (estimated)", "1959-09-28": "Finding of True Cross", "1960-01-07": "Christmas Day", "1960-01-20": "Epiphany Day", "1960-03-02": "Adwa Victory Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Workers' Day", "1960-05-05": "Patriots' Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-09-03": "Prophet's Birthday (estimated)", "1960-09-11": "Ethiopian New Year", "1960-09-27": "Finding of True Cross", "1961-01-07": "Christmas Day", "1961-01-19": "Epiphany Day", "1961-03-02": "Adwa Victory Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-04-07": "Good Friday", "1961-04-09": "Easter Sunday", "1961-05-01": "Workers' Day", "1961-05-05": "Patriots' Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-08-23": "Prophet's Birthday (estimated)", "1961-09-11": "Ethiopian New Year", "1961-09-27": "Finding of True Cross", "1962-01-07": "Christmas Day", "1962-01-19": "Epiphany Day", "1962-03-02": "Adwa Victory Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-27": "Good Friday", "1962-04-29": "Easter Sunday", "1962-05-01": "Workers' Day", "1962-05-05": "Patriots' Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-09-11": "Ethiopian New Year", "1962-09-27": "Finding of True Cross", "1963-01-07": "Christmas Day", "1963-01-19": "Epiphany Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-03-02": "Adwa Victory Day", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Workers' Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-05": "Patriots' Day", "1963-08-02": "Prophet's Birthday (estimated)", "1963-09-12": "Ethiopian New Year", "1963-09-28": "Finding of True Cross", "1964-01-07": "Christmas Day", "1964-01-20": "Epiphany Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-02": "Adwa Victory Day", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Good Friday; Workers' Day", "1964-05-03": "Easter Sunday", "1964-05-05": "Patriots' Day", "1964-07-21": "Prophet's Birthday (estimated)", "1964-09-11": "Ethiopian New Year", "1964-09-27": "Finding of True Cross", "1965-01-07": "Christmas Day", "1965-01-19": "Epiphany Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-03-02": "Adwa Victory Day", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-23": "Good Friday", "1965-04-25": "Easter Sunday", "1965-05-01": "Workers' Day", "1965-05-05": "Patriots' Day", "1965-07-10": "Prophet's Birthday (estimated)", "1965-09-11": "Ethiopian New Year", "1965-09-27": "Finding of True Cross", "1966-01-07": "Christmas Day", "1966-01-19": "Epiphany Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-03-02": "Adwa Victory Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-05-01": "Workers' Day", "1966-05-05": "Patriots' Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-09-11": "Ethiopian New Year", "1966-09-27": "Finding of True Cross", "1967-01-07": "Christmas Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-19": "Epiphany Day", "1967-03-02": "Adwa Victory Day", "1967-03-21": "Eid al-Adha (estimated)", "1967-04-28": "Good Friday", "1967-04-30": "Easter Sunday", "1967-05-01": "Workers' Day", "1967-05-05": "Patriots' Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-09-12": "Ethiopian New Year", "1967-09-28": "Finding of True Cross", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-07": "Christmas Day", "1968-01-20": "Epiphany Day", "1968-03-02": "Adwa Victory Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-19": "Good Friday", "1968-04-21": "Easter Sunday", "1968-05-01": "Workers' Day", "1968-05-05": "Patriots' Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-09-11": "Ethiopian New Year", "1968-09-27": "Finding of True Cross", "1968-12-21": "Eid al-Fitr (estimated)", "1969-01-07": "Christmas Day", "1969-01-19": "Epiphany Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-02": "Adwa Victory Day", "1969-04-11": "Good Friday", "1969-04-13": "Easter Sunday", "1969-05-01": "Workers' Day", "1969-05-05": "Patriots' Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-09-11": "Ethiopian New Year", "1969-09-27": "Finding of True Cross", "1969-12-10": "Eid al-Fitr (estimated)", "1970-01-07": "Christmas Day", "1970-01-19": "Epiphany Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-02": "Adwa Victory Day", "1970-04-24": "Good Friday", "1970-04-26": "Easter Sunday", "1970-05-01": "Workers' Day", "1970-05-05": "Patriots' Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-09-11": "Ethiopian New Year", "1970-09-27": "Finding of True Cross", "1970-11-30": "Eid al-Fitr (estimated)", "1971-01-07": "Christmas Day", "1971-01-19": "Epiphany Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-02": "Adwa Victory Day", "1971-04-16": "Good Friday", "1971-04-18": "Easter Sunday", "1971-05-01": "Workers' Day", "1971-05-05": "Patriots' Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-09-12": "Ethiopian New Year", "1971-09-28": "Finding of True Cross", "1971-11-19": "Eid al-Fitr (estimated)", "1972-01-07": "Christmas Day", "1972-01-20": "Epiphany Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-03-02": "Adwa Victory Day", "1972-04-07": "Good Friday", "1972-04-09": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Workers' Day", "1972-05-05": "Patriots' Day", "1972-09-11": "Ethiopian New Year", "1972-09-27": "Finding of True Cross", "1972-11-07": "Eid al-Fitr (estimated)", "1973-01-07": "Christmas Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-19": "Epiphany Day", "1973-03-02": "Adwa Victory Day", "1973-04-15": "Prophet's Birthday (estimated)", "1973-04-27": "Good Friday", "1973-04-29": "Easter Sunday", "1973-05-01": "Workers' Day", "1973-05-05": "Patriots' Day", "1973-09-11": "Ethiopian New Year", "1973-09-27": "Finding of True Cross", "1973-10-27": "Eid al-Fitr (estimated)", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-07": "Christmas Day", "1974-01-19": "Epiphany Day", "1974-03-02": "Adwa Victory Day", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Workers' Day", "1974-05-05": "Patriots' Day", "1974-09-11": "Ethiopian New Year", "1974-09-27": "Finding of True Cross", "1974-10-16": "Eid al-Fitr (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1975-01-07": "Christmas Day", "1975-01-19": "Epiphany Day", "1975-03-02": "Adwa Victory Day", "1975-03-24": "Prophet's Birthday (estimated)", "1975-05-01": "Workers' Day", "1975-05-02": "Good Friday", "1975-05-04": "Easter Sunday", "1975-05-05": "Patriots' Day", "1975-09-12": "Ethiopian New Year", "1975-09-13": "Revolution Day", "1975-09-28": "Finding of True Cross", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-07": "October Revolution Day", "1975-12-13": "Eid al-Adha (estimated)", "1976-01-07": "Christmas Day", "1976-01-20": "Epiphany Day", "1976-03-02": "Adwa Victory Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-23": "Good Friday", "1976-04-25": "Easter Sunday", "1976-05-01": "Workers' Day", "1976-05-05": "Patriots' Day", "1976-09-11": "Ethiopian New Year", "1976-09-12": "Revolution Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-27": "Finding of True Cross", "1976-11-07": "October Revolution Day", "1976-12-01": "Eid al-Adha (estimated)", "1977-01-07": "Christmas Day", "1977-01-19": "Epiphany Day", "1977-03-02": "Adwa Victory Day; Prophet's Birthday (estimated)", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Workers' Day", "1977-05-05": "Patriots' Day", "1977-09-11": "Ethiopian New Year", "1977-09-12": "Revolution Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-27": "Finding of True Cross", "1977-11-07": "October Revolution Day", "1977-11-21": "Eid al-Adha (estimated)", "1978-01-07": "Christmas Day", "1978-01-19": "Epiphany Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-02": "Adwa Victory Day", "1978-04-28": "Good Friday", "1978-04-30": "Easter Sunday", "1978-05-01": "Workers' Day", "1978-05-05": "Patriots' Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-11": "Ethiopian New Year", "1978-09-12": "Revolution Day", "1978-09-27": "Finding of True Cross", "1978-11-07": "October Revolution Day", "1978-11-10": "Eid al-Adha (estimated)", "1979-01-07": "Christmas Day", "1979-01-19": "Epiphany Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-03-02": "Adwa Victory Day", "1979-04-20": "Good Friday", "1979-04-22": "Easter Sunday", "1979-05-01": "Workers' Day", "1979-05-05": "Patriots' Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-09-12": "Ethiopian New Year", "1979-09-13": "Revolution Day", "1979-09-28": "Finding of True Cross", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-07": "October Revolution Day", "1980-01-07": "Christmas Day", "1980-01-20": "Epiphany Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-02": "Adwa Victory Day", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Workers' Day", "1980-05-05": "Patriots' Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-09-11": "Ethiopian New Year", "1980-09-12": "Revolution Day", "1980-09-27": "Finding of True Cross", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-07": "October Revolution Day", "1981-01-07": "Christmas Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-19": "Epiphany Day", "1981-03-02": "Adwa Victory Day", "1981-04-24": "Good Friday", "1981-04-26": "Easter Sunday", "1981-05-01": "Workers' Day", "1981-05-05": "Patriots' Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-09-11": "Ethiopian New Year", "1981-09-12": "Revolution Day", "1981-09-27": "Finding of True Cross", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-07": "October Revolution Day", "1982-01-07": "Christmas Day; Prophet's Birthday (estimated)", "1982-01-19": "Epiphany Day", "1982-03-02": "Adwa Victory Day", "1982-04-16": "Good Friday", "1982-04-18": "Easter Sunday", "1982-05-01": "Workers' Day", "1982-05-05": "Patriots' Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-09-11": "Ethiopian New Year", "1982-09-12": "Revolution Day", "1982-09-27": "Eid al-Adha (estimated); Finding of True Cross", "1982-11-07": "October Revolution Day", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-07": "Christmas Day", "1983-01-19": "Epiphany Day", "1983-03-02": "Adwa Victory Day", "1983-05-01": "Workers' Day", "1983-05-05": "Patriots' Day", "1983-05-06": "Good Friday", "1983-05-08": "Easter Sunday", "1983-07-11": "Eid al-Fitr (estimated)", "1983-09-12": "Ethiopian New Year", "1983-09-13": "Revolution Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-28": "Finding of True Cross", "1983-11-07": "October Revolution Day", "1983-12-16": "Prophet's Birthday (estimated)", "1984-01-07": "Christmas Day", "1984-01-20": "Epiphany Day", "1984-03-02": "Adwa Victory Day", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Workers' Day", "1984-05-05": "Patriots' Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-11": "Ethiopian New Year", "1984-09-12": "Revolution Day", "1984-09-27": "Finding of True Cross", "1984-11-07": "October Revolution Day", "1984-12-04": "Prophet's Birthday (estimated)", "1985-01-07": "Christmas Day", "1985-01-19": "Epiphany Day", "1985-03-02": "Adwa Victory Day", "1985-04-12": "Good Friday", "1985-04-14": "Easter Sunday", "1985-05-01": "Workers' Day", "1985-05-05": "Patriots' Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-11": "Ethiopian New Year", "1985-09-12": "Revolution Day", "1985-09-27": "Finding of True Cross", "1985-11-07": "October Revolution Day", "1985-11-24": "Prophet's Birthday (estimated)", "1986-01-07": "Christmas Day", "1986-01-19": "Epiphany Day", "1986-03-02": "Adwa Victory Day", "1986-05-01": "Workers' Day", "1986-05-02": "Good Friday", "1986-05-04": "Easter Sunday", "1986-05-05": "Patriots' Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-09-11": "Ethiopian New Year", "1986-09-12": "Revolution Day", "1986-09-27": "Finding of True Cross", "1986-11-07": "October Revolution Day", "1986-11-14": "Prophet's Birthday (estimated)", "1987-01-07": "Christmas Day", "1987-01-19": "Epiphany Day", "1987-03-02": "Adwa Victory Day", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Workers' Day", "1987-05-05": "Patriots' Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-09-12": "Ethiopian New Year", "1987-09-13": "Revolution Day", "1987-09-28": "Finding of True Cross", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-07": "October Revolution Day", "1988-01-07": "Christmas Day", "1988-01-20": "Epiphany Day", "1988-03-02": "Adwa Victory Day", "1988-04-08": "Good Friday", "1988-04-10": "Easter Sunday", "1988-05-01": "Workers' Day", "1988-05-05": "Patriots' Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-09-11": "Ethiopian New Year", "1988-09-12": "Revolution Day", "1988-09-27": "Finding of True Cross", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-07": "October Revolution Day", "1989-01-07": "Christmas Day", "1989-01-19": "Epiphany Day", "1989-03-02": "Adwa Victory Day", "1989-04-28": "Good Friday", "1989-04-30": "Easter Sunday", "1989-05-01": "Workers' Day", "1989-05-05": "Patriots' Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-09-11": "Ethiopian New Year", "1989-09-12": "Revolution Day", "1989-09-27": "Finding of True Cross", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-07": "October Revolution Day", "1990-01-07": "Christmas Day", "1990-01-19": "Epiphany Day", "1990-03-02": "Adwa Victory Day", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Workers' Day", "1990-05-05": "Patriots' Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-09-11": "Ethiopian New Year", "1990-09-12": "Revolution Day", "1990-09-27": "Finding of True Cross", "1990-10-01": "Prophet's Birthday (estimated)", "1990-11-07": "October Revolution Day", "1991-01-07": "Christmas Day", "1991-01-19": "Epiphany Day", "1991-03-02": "Adwa Victory Day", "1991-04-05": "Good Friday", "1991-04-07": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Workers' Day", "1991-05-05": "Patriots' Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-09-12": "Ethiopian New Year", "1991-09-20": "Prophet's Birthday (estimated)", "1991-09-28": "Finding of True Cross", "1992-01-07": "Christmas Day", "1992-01-20": "Epiphany Day", "1992-03-02": "Adwa Victory Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-24": "Good Friday", "1992-04-26": "Easter Sunday", "1992-05-01": "Workers' Day", "1992-05-05": "Patriots' Day", "1992-05-28": "Downfall of Dergue Regime Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-09-09": "Prophet's Birthday (estimated)", "1992-09-11": "Ethiopian New Year", "1992-09-27": "Finding of True Cross", "1993-01-07": "Christmas Day", "1993-01-19": "Epiphany Day", "1993-03-02": "Adwa Victory Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-16": "Good Friday", "1993-04-18": "Easter Sunday", "1993-05-01": "Workers' Day", "1993-05-05": "Patriots' Day", "1993-05-28": "Downfall of Dergue Regime Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-08-29": "Prophet's Birthday (estimated)", "1993-09-11": "Ethiopian New Year", "1993-09-27": "Finding of True Cross", "1994-01-07": "Christmas Day", "1994-01-19": "Epiphany Day", "1994-03-02": "Adwa Victory Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-04-29": "Good Friday", "1994-05-01": "Easter Sunday; Workers' Day", "1994-05-05": "Patriots' Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-28": "Downfall of Dergue Regime Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-09-11": "Ethiopian New Year", "1994-09-27": "Finding of True Cross", "1995-01-07": "Christmas Day", "1995-01-19": "Epiphany Day", "1995-03-02": "Adwa Victory Day; Eid al-Fitr (estimated)", "1995-04-21": "Good Friday", "1995-04-23": "Easter Sunday", "1995-05-01": "Workers' Day", "1995-05-05": "Patriots' Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-28": "Downfall of Dergue Regime Day", "1995-08-08": "Prophet's Birthday (estimated)", "1995-09-12": "Ethiopian New Year", "1995-09-28": "Finding of True Cross", "1996-01-07": "Christmas Day", "1996-01-20": "Epiphany Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-02": "Adwa Victory Day", "1996-04-12": "Good Friday", "1996-04-14": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Workers' Day", "1996-05-05": "Patriots' Day", "1996-05-28": "Downfall of Dergue Regime Day", "1996-07-27": "Prophet's Birthday (estimated)", "1996-09-11": "Ethiopian New Year", "1996-09-27": "Finding of True Cross", "1997-01-07": "Christmas Day", "1997-01-19": "Epiphany Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-02": "Adwa Victory Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-25": "Good Friday", "1997-04-27": "Easter Sunday", "1997-05-01": "Workers' Day", "1997-05-05": "Patriots' Day", "1997-05-28": "Downfall of Dergue Regime Day", "1997-07-16": "Prophet's Birthday (estimated)", "1997-09-11": "Ethiopian New Year", "1997-09-27": "Finding of True Cross", "1998-01-07": "Christmas Day", "1998-01-19": "Epiphany Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-03-02": "Adwa Victory Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-17": "Good Friday", "1998-04-19": "Easter Sunday", "1998-05-01": "Workers' Day", "1998-05-05": "Patriots' Day", "1998-05-28": "Downfall of Dergue Regime Day", "1998-07-06": "Prophet's Birthday (estimated)", "1998-09-11": "Ethiopian New Year", "1998-09-27": "Finding of True Cross", "1999-01-07": "Christmas Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Epiphany Day", "1999-03-02": "Adwa Victory Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-09": "Good Friday", "1999-04-11": "Easter Sunday", "1999-05-01": "Workers' Day", "1999-05-05": "Patriots' Day", "1999-05-28": "Downfall of Dergue Regime Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-09-12": "Ethiopian New Year", "1999-09-28": "Finding of True Cross", "2000-01-07": "Christmas Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-20": "Epiphany Day", "2000-03-02": "Adwa Victory Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-28": "Good Friday", "2000-04-30": "Easter Sunday", "2000-05-01": "Workers' Day", "2000-05-05": "Patriots' Day", "2000-05-28": "Downfall of Dergue Regime Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-09-11": "Ethiopian New Year", "2000-09-27": "Finding of True Cross", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-07": "Christmas Day", "2001-01-19": "Epiphany Day", "2001-03-02": "Adwa Victory Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-05-01": "Workers' Day", "2001-05-05": "Patriots' Day", "2001-05-28": "Downfall of Dergue Regime Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-09-11": "Ethiopian New Year", "2001-09-27": "Finding of True Cross", "2001-12-16": "Eid al-Fitr (estimated)", "2002-01-07": "Christmas Day", "2002-01-19": "Epiphany Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-02": "Adwa Victory Day", "2002-05-01": "Workers' Day", "2002-05-03": "Good Friday", "2002-05-05": "Easter Sunday; Patriots' Day", "2002-05-24": "Prophet's Birthday (estimated)", "2002-05-28": "Downfall of Dergue Regime Day", "2002-09-11": "Ethiopian New Year", "2002-09-27": "Finding of True Cross", "2002-12-05": "Eid al-Fitr (estimated)", "2003-01-07": "Christmas Day", "2003-01-19": "Epiphany Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-02": "Adwa Victory Day", "2003-04-25": "Good Friday", "2003-04-27": "Easter Sunday", "2003-05-01": "Workers' Day", "2003-05-05": "Patriots' Day", "2003-05-13": "Prophet's Birthday (estimated)", "2003-05-28": "Downfall of Dergue Regime Day", "2003-09-12": "Ethiopian New Year", "2003-09-28": "Finding of True Cross", "2003-11-25": "Eid al-Fitr (estimated)", "2004-01-07": "Christmas Day", "2004-01-20": "Epiphany Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-03-02": "Adwa Victory Day", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Prophet's Birthday (estimated); Workers' Day", "2004-05-05": "Patriots' Day", "2004-05-28": "Downfall of Dergue Regime Day", "2004-09-11": "Ethiopian New Year", "2004-09-27": "Finding of True Cross", "2004-11-14": "Eid al-Fitr (estimated)", "2005-01-07": "Christmas Day", "2005-01-19": "Epiphany Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-03-02": "Adwa Victory Day", "2005-04-21": "Prophet's Birthday (estimated)", "2005-04-29": "Good Friday", "2005-05-01": "Easter Sunday; Workers' Day", "2005-05-05": "Patriots' Day", "2005-05-28": "Downfall of Dergue Regime Day", "2005-09-11": "Ethiopian New Year", "2005-09-27": "Finding of True Cross", "2005-11-03": "Eid al-Fitr (estimated)", "2006-01-07": "Christmas Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-19": "Epiphany Day", "2006-03-02": "Adwa Victory Day", "2006-04-10": "Prophet's Birthday (estimated)", "2006-04-21": "Good Friday", "2006-04-23": "Easter Sunday", "2006-05-01": "Workers' Day", "2006-05-05": "Patriots' Day", "2006-05-28": "Downfall of Dergue Regime Day", "2006-09-11": "Ethiopian New Year", "2006-09-27": "Finding of True Cross", "2006-10-23": "Eid al-Fitr (estimated)", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-07": "Christmas Day", "2007-01-19": "Epiphany Day", "2007-03-02": "Adwa Victory Day", "2007-03-31": "Prophet's Birthday (estimated)", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Workers' Day", "2007-05-05": "Patriots' Day", "2007-05-28": "Downfall of Dergue Regime Day", "2007-09-12": "Ethiopian New Year", "2007-09-28": "Finding of True Cross", "2007-10-13": "Eid al-Fitr (estimated)", "2007-12-20": "Eid al-Adha (estimated)", "2008-01-07": "Christmas Day", "2008-01-20": "Epiphany Day", "2008-03-02": "Adwa Victory Day", "2008-03-20": "Prophet's Birthday (estimated)", "2008-04-25": "Good Friday", "2008-04-27": "Easter Sunday", "2008-05-01": "Workers' Day", "2008-05-05": "Patriots' Day", "2008-05-28": "Downfall of Dergue Regime Day", "2008-09-11": "Ethiopian New Year", "2008-09-27": "Finding of True Cross", "2008-10-01": "Eid al-Fitr (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2009-01-07": "Christmas Day", "2009-01-19": "Epiphany Day", "2009-03-02": "Adwa Victory Day", "2009-03-09": "Prophet's Birthday (estimated)", "2009-04-17": "Good Friday", "2009-04-19": "Easter Sunday", "2009-05-01": "Workers' Day", "2009-05-05": "Patriots' Day", "2009-05-28": "Downfall of Dergue Regime Day", "2009-09-11": "Ethiopian New Year", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-27": "Finding of True Cross", "2009-11-27": "Eid al-Adha (estimated)", "2010-01-07": "Christmas Day", "2010-01-19": "Epiphany Day", "2010-02-26": "Prophet's Birthday (estimated)", "2010-03-02": "Adwa Victory Day", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-05-01": "Workers' Day", "2010-05-05": "Patriots' Day", "2010-05-28": "Downfall of Dergue Regime Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Ethiopian New Year", "2010-09-27": "Finding of True Cross", "2010-11-16": "Eid al-Adha (estimated)", "2011-01-07": "Christmas Day", "2011-01-19": "Epiphany Day", "2011-02-15": "Prophet's Birthday (estimated)", "2011-03-02": "Adwa Victory Day", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Workers' Day", "2011-05-05": "Patriots' Day", "2011-05-28": "Downfall of Dergue Regime Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-12": "Ethiopian New Year", "2011-09-28": "Finding of True Cross", "2011-11-06": "Eid al-Adha (estimated)", "2012-01-07": "Christmas Day", "2012-01-20": "Epiphany Day", "2012-02-04": "Prophet's Birthday (estimated)", "2012-03-02": "Adwa Victory Day", "2012-04-13": "Good Friday", "2012-04-15": "Easter Sunday", "2012-05-01": "Workers' Day", "2012-05-05": "Patriots' Day", "2012-05-28": "Downfall of Dergue Regime Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-09-11": "Ethiopian New Year", "2012-09-27": "Finding of True Cross", "2012-10-26": "Eid al-Adha (estimated)", "2013-01-07": "Christmas Day", "2013-01-19": "Epiphany Day", "2013-01-24": "Prophet's Birthday (estimated)", "2013-03-02": "Adwa Victory Day", "2013-05-01": "Workers' Day", "2013-05-03": "Good Friday", "2013-05-05": "Easter Sunday; Patriots' Day", "2013-05-28": "Downfall of Dergue Regime Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-09-11": "Ethiopian New Year", "2013-09-27": "Finding of True Cross", "2013-10-15": "Eid al-Adha (estimated)", "2014-01-07": "Christmas Day", "2014-01-13": "Prophet's Birthday (estimated)", "2014-01-19": "Epiphany Day", "2014-03-02": "Adwa Victory Day", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Workers' Day", "2014-05-05": "Patriots' Day", "2014-05-28": "Downfall of Dergue Regime Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-09-11": "Ethiopian New Year", "2014-09-27": "Finding of True Cross", "2014-10-04": "Eid al-Adha (estimated)", "2015-01-03": "Prophet's Birthday (estimated)", "2015-01-07": "Christmas Day", "2015-01-19": "Epiphany Day", "2015-03-02": "Adwa Victory Day", "2015-04-10": "Good Friday", "2015-04-12": "Easter Sunday", "2015-05-01": "Workers' Day", "2015-05-05": "Patriots' Day", "2015-05-28": "Downfall of Dergue Regime Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-09-12": "Ethiopian New Year", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-28": "Finding of True Cross", "2015-12-23": "Prophet's Birthday (estimated)", "2016-01-07": "Christmas Day", "2016-01-20": "Epiphany Day", "2016-03-02": "Adwa Victory Day", "2016-04-29": "Good Friday", "2016-05-01": "Easter Sunday; Workers' Day", "2016-05-05": "Patriots' Day", "2016-05-28": "Downfall of Dergue Regime Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-09-11": "Eid al-Adha (estimated); Ethiopian New Year", "2016-09-27": "Finding of True Cross", "2016-12-11": "Prophet's Birthday (estimated)", "2017-01-07": "Christmas Day", "2017-01-19": "Epiphany Day", "2017-03-02": "Adwa Victory Day", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Workers' Day", "2017-05-05": "Patriots' Day", "2017-05-28": "Downfall of Dergue Regime Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-11": "Ethiopian New Year", "2017-09-27": "Finding of True Cross", "2017-11-30": "Prophet's Birthday (estimated)", "2018-01-07": "Christmas Day", "2018-01-19": "Epiphany Day", "2018-03-02": "Adwa Victory Day", "2018-04-06": "Good Friday", "2018-04-08": "Easter Sunday", "2018-05-01": "Workers' Day", "2018-05-05": "Patriots' Day", "2018-05-28": "Downfall of Dergue Regime Day", "2018-06-15": "Eid al-Fitr", "2018-08-22": "Eid al-Adha", "2018-09-11": "Ethiopian New Year", "2018-09-27": "Finding of True Cross", "2018-11-21": "Prophet's Birthday", "2019-01-07": "Christmas Day", "2019-01-19": "Epiphany Day", "2019-03-02": "Adwa Victory Day", "2019-04-26": "Good Friday", "2019-04-28": "Easter Sunday", "2019-05-01": "Workers' Day", "2019-05-05": "Patriots' Day", "2019-05-28": "Downfall of Dergue Regime Day", "2019-06-04": "Eid al-Fitr", "2019-08-11": "Eid al-Adha", "2019-09-12": "Ethiopian New Year", "2019-09-28": "Finding of True Cross", "2019-11-10": "Prophet's Birthday", "2020-01-07": "Christmas Day", "2020-01-20": "Epiphany Day", "2020-03-02": "Adwa Victory Day", "2020-04-17": "Good Friday", "2020-04-19": "Easter Sunday", "2020-05-01": "Workers' Day", "2020-05-05": "Patriots' Day", "2020-05-24": "Eid al-Fitr", "2020-05-28": "Downfall of Dergue Regime Day", "2020-07-31": "Eid al-Adha", "2020-09-11": "Ethiopian New Year", "2020-09-27": "Finding of True Cross", "2020-10-29": "Prophet's Birthday", "2021-01-07": "Christmas Day", "2021-01-19": "Epiphany Day", "2021-03-02": "Adwa Victory Day", "2021-04-30": "Good Friday", "2021-05-01": "Workers' Day", "2021-05-02": "Easter Sunday", "2021-05-05": "Patriots' Day", "2021-05-13": "Eid al-Fitr", "2021-05-28": "Downfall of Dergue Regime Day", "2021-07-20": "Eid al-Adha", "2021-09-11": "Ethiopian New Year", "2021-09-27": "Finding of True Cross", "2021-10-18": "Prophet's Birthday", "2022-01-07": "Christmas Day", "2022-01-19": "Epiphany Day", "2022-03-02": "Adwa Victory Day", "2022-04-22": "Good Friday", "2022-04-24": "Easter Sunday", "2022-05-01": "Workers' Day", "2022-05-02": "Eid al-Fitr", "2022-05-05": "Patriots' Day", "2022-05-28": "Downfall of Dergue Regime Day", "2022-07-09": "Eid al-Adha", "2022-09-11": "Ethiopian New Year", "2022-09-27": "Finding of True Cross", "2022-10-08": "Prophet's Birthday", "2023-01-07": "Christmas Day", "2023-01-19": "Epiphany Day", "2023-03-02": "Adwa Victory Day", "2023-04-14": "Good Friday", "2023-04-16": "Easter Sunday", "2023-04-21": "Eid al-Fitr", "2023-05-01": "Workers' Day", "2023-05-05": "Patriots' Day", "2023-05-28": "Downfall of Dergue Regime Day", "2023-06-28": "Eid al-Adha", "2023-09-12": "Ethiopian New Year", "2023-09-27": "Prophet's Birthday", "2023-09-28": "Finding of True Cross", "2024-01-07": "Christmas Day", "2024-01-20": "Epiphany Day", "2024-03-02": "Adwa Victory Day", "2024-04-10": "Eid al-Fitr", "2024-05-01": "Workers' Day", "2024-05-03": "Good Friday", "2024-05-05": "Easter Sunday; Patriots' Day", "2024-05-28": "Downfall of Dergue Regime Day", "2024-06-16": "Eid al-Adha (estimated)", "2024-09-11": "Ethiopian New Year", "2024-09-15": "Prophet's Birthday (estimated)", "2024-09-27": "Finding of True Cross", "2025-01-07": "Christmas Day", "2025-01-19": "Epiphany Day", "2025-03-02": "Adwa Victory Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Workers' Day", "2025-05-05": "Patriots' Day", "2025-05-28": "Downfall of Dergue Regime Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-09-04": "Prophet's Birthday (estimated)", "2025-09-11": "Ethiopian New Year", "2025-09-27": "Finding of True Cross", "2026-01-07": "Christmas Day", "2026-01-19": "Epiphany Day", "2026-03-02": "Adwa Victory Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-10": "Good Friday", "2026-04-12": "Easter Sunday", "2026-05-01": "Workers' Day", "2026-05-05": "Patriots' Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Downfall of Dergue Regime Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-09-11": "Ethiopian New Year", "2026-09-27": "Finding of True Cross", "2027-01-07": "Christmas Day", "2027-01-19": "Epiphany Day", "2027-03-02": "Adwa Victory Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-04-30": "Good Friday", "2027-05-01": "Workers' Day", "2027-05-02": "Easter Sunday", "2027-05-05": "Patriots' Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-28": "Downfall of Dergue Regime Day", "2027-08-14": "Prophet's Birthday (estimated)", "2027-09-12": "Ethiopian New Year", "2027-09-28": "Finding of True Cross", "2028-01-07": "Christmas Day", "2028-01-20": "Epiphany Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-02": "Adwa Victory Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Workers' Day", "2028-05-05": "Eid al-Adha (estimated); Patriots' Day", "2028-05-28": "Downfall of Dergue Regime Day", "2028-08-03": "Prophet's Birthday (estimated)", "2028-09-11": "Ethiopian New Year", "2028-09-27": "Finding of True Cross", "2029-01-07": "Christmas Day", "2029-01-19": "Epiphany Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-02": "Adwa Victory Day", "2029-04-06": "Good Friday", "2029-04-08": "Easter Sunday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Workers' Day", "2029-05-05": "Patriots' Day", "2029-05-28": "Downfall of Dergue Regime Day", "2029-07-24": "Prophet's Birthday (estimated)", "2029-09-11": "Ethiopian New Year", "2029-09-27": "Finding of True Cross", "2030-01-07": "Christmas Day", "2030-01-19": "Epiphany Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Adwa Victory Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-26": "Good Friday", "2030-04-28": "Easter Sunday", "2030-05-01": "Workers' Day", "2030-05-05": "Patriots' Day", "2030-05-28": "Downfall of Dergue Regime Day", "2030-07-13": "Prophet's Birthday (estimated)", "2030-09-11": "Ethiopian New Year", "2030-09-27": "Finding of True Cross", "2031-01-07": "Christmas Day", "2031-01-19": "Epiphany Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-03-02": "Adwa Victory Day", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Workers' Day", "2031-05-05": "Patriots' Day", "2031-05-28": "Downfall of Dergue Regime Day", "2031-07-02": "Prophet's Birthday (estimated)", "2031-09-12": "Ethiopian New Year", "2031-09-28": "Finding of True Cross", "2032-01-07": "Christmas Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-20": "Epiphany Day", "2032-03-02": "Adwa Victory Day", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-30": "Good Friday", "2032-05-01": "Workers' Day", "2032-05-02": "Easter Sunday", "2032-05-05": "Patriots' Day", "2032-05-28": "Downfall of Dergue Regime Day", "2032-06-20": "Prophet's Birthday (estimated)", "2032-09-11": "Ethiopian New Year", "2032-09-27": "Finding of True Cross", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-07": "Christmas Day", "2033-01-19": "Epiphany Day", "2033-03-02": "Adwa Victory Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-22": "Good Friday", "2033-04-24": "Easter Sunday", "2033-05-01": "Workers' Day", "2033-05-05": "Patriots' Day", "2033-05-28": "Downfall of Dergue Regime Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-09-11": "Ethiopian New Year", "2033-09-27": "Finding of True Cross", "2033-12-23": "Eid al-Fitr (estimated)", "2034-01-07": "Christmas Day", "2034-01-19": "Epiphany Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Adwa Victory Day", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Workers' Day", "2034-05-05": "Patriots' Day", "2034-05-28": "Downfall of Dergue Regime Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-09-11": "Ethiopian New Year", "2034-09-27": "Finding of True Cross", "2034-12-12": "Eid al-Fitr (estimated)", "2035-01-07": "Christmas Day", "2035-01-19": "Epiphany Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-02": "Adwa Victory Day", "2035-04-27": "Good Friday", "2035-04-29": "Easter Sunday", "2035-05-01": "Workers' Day", "2035-05-05": "Patriots' Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-28": "Downfall of Dergue Regime Day", "2035-09-12": "Ethiopian New Year", "2035-09-28": "Finding of True Cross", "2035-12-01": "Eid al-Fitr (estimated)", "2036-01-07": "Christmas Day", "2036-01-20": "Epiphany Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-02": "Adwa Victory Day", "2036-04-18": "Good Friday", "2036-04-20": "Easter Sunday", "2036-05-01": "Workers' Day", "2036-05-05": "Patriots' Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-05-28": "Downfall of Dergue Regime Day", "2036-09-11": "Ethiopian New Year", "2036-09-27": "Finding of True Cross", "2036-11-19": "Eid al-Fitr (estimated)", "2037-01-07": "Christmas Day", "2037-01-19": "Epiphany Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-03-02": "Adwa Victory Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Workers' Day", "2037-05-05": "Patriots' Day", "2037-05-28": "Downfall of Dergue Regime Day", "2037-09-11": "Ethiopian New Year", "2037-09-27": "Finding of True Cross", "2037-11-08": "Eid al-Fitr (estimated)", "2038-01-07": "Christmas Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-19": "Epiphany Day", "2038-03-02": "Adwa Victory Day", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Workers' Day", "2038-05-05": "Patriots' Day", "2038-05-28": "Downfall of Dergue Regime Day", "2038-09-11": "Ethiopian New Year", "2038-09-27": "Finding of True Cross", "2038-10-29": "Eid al-Fitr (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-07": "Christmas Day", "2039-01-19": "Epiphany Day", "2039-03-02": "Adwa Victory Day", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-15": "Good Friday", "2039-04-17": "Easter Sunday", "2039-05-01": "Workers' Day", "2039-05-05": "Patriots' Day", "2039-05-28": "Downfall of Dergue Regime Day", "2039-09-12": "Ethiopian New Year", "2039-09-28": "Finding of True Cross", "2039-10-19": "Eid al-Fitr (estimated)", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-07": "Christmas Day", "2040-01-20": "Epiphany Day", "2040-03-02": "Adwa Victory Day", "2040-03-25": "Prophet's Birthday (estimated)", "2040-05-01": "Workers' Day", "2040-05-04": "Good Friday", "2040-05-05": "Patriots' Day", "2040-05-06": "Easter Sunday", "2040-05-28": "Downfall of Dergue Regime Day", "2040-09-11": "Ethiopian New Year", "2040-09-27": "Finding of True Cross", "2040-10-07": "Eid al-Fitr (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2041-01-07": "Christmas Day", "2041-01-19": "Epiphany Day", "2041-03-02": "Adwa Victory Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Workers' Day", "2041-05-05": "Patriots' Day", "2041-05-28": "Downfall of Dergue Regime Day", "2041-09-11": "Ethiopian New Year", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Finding of True Cross", "2041-12-04": "Eid al-Adha (estimated)", "2042-01-07": "Christmas Day", "2042-01-19": "Epiphany Day", "2042-03-02": "Adwa Victory Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-04-11": "Good Friday", "2042-04-13": "Easter Sunday", "2042-05-01": "Workers' Day", "2042-05-05": "Patriots' Day", "2042-05-28": "Downfall of Dergue Regime Day", "2042-09-11": "Ethiopian New Year", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-27": "Finding of True Cross", "2042-11-23": "Eid al-Adha (estimated)", "2043-01-07": "Christmas Day", "2043-01-19": "Epiphany Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-02": "Adwa Victory Day", "2043-05-01": "Good Friday; Workers' Day", "2043-05-03": "Easter Sunday", "2043-05-05": "Patriots' Day", "2043-05-28": "Downfall of Dergue Regime Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-12": "Ethiopian New Year", "2043-09-28": "Finding of True Cross", "2043-11-12": "Eid al-Adha (estimated)", "2044-01-07": "Christmas Day", "2044-01-20": "Epiphany Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-03-02": "Adwa Victory Day", "2044-04-22": "Good Friday", "2044-04-24": "Easter Sunday", "2044-05-01": "Workers' Day", "2044-05-05": "Patriots' Day", "2044-05-28": "Downfall of Dergue Regime Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-11": "Ethiopian New Year", "2044-09-27": "Finding of True Cross", "2044-10-31": "Eid al-Adha (estimated)", "2045-01-07": "Christmas Day", "2045-01-19": "Epiphany Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-03-02": "Adwa Victory Day", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Workers' Day", "2045-05-05": "Patriots' Day", "2045-05-28": "Downfall of Dergue Regime Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-09-11": "Ethiopian New Year", "2045-09-27": "Finding of True Cross", "2045-10-21": "Eid al-Adha (estimated)", "2046-01-07": "Christmas Day", "2046-01-19": "Epiphany Day; Prophet's Birthday (estimated)", "2046-03-02": "Adwa Victory Day", "2046-04-27": "Good Friday", "2046-04-29": "Easter Sunday", "2046-05-01": "Workers' Day", "2046-05-05": "Patriots' Day", "2046-05-28": "Downfall of Dergue Regime Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-09-11": "Ethiopian New Year", "2046-09-27": "Finding of True Cross", "2046-10-10": "Eid al-Adha (estimated)", "2047-01-07": "Christmas Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-19": "Epiphany Day", "2047-03-02": "Adwa Victory Day", "2047-04-19": "Good Friday", "2047-04-21": "Easter Sunday", "2047-05-01": "Workers' Day", "2047-05-05": "Patriots' Day", "2047-05-28": "Downfall of Dergue Regime Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-09-12": "Ethiopian New Year", "2047-09-28": "Finding of True Cross", "2047-09-30": "Eid al-Adha (estimated)", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-07": "Christmas Day", "2048-01-20": "Epiphany Day", "2048-03-02": "Adwa Victory Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Workers' Day", "2048-05-05": "Patriots' Day", "2048-05-28": "Downfall of Dergue Regime Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-09-11": "Ethiopian New Year", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-27": "Finding of True Cross", "2048-12-18": "Prophet's Birthday (estimated)", "2049-01-07": "Christmas Day", "2049-01-19": "Epiphany Day", "2049-03-02": "Adwa Victory Day", "2049-04-23": "Good Friday", "2049-04-25": "Easter Sunday", "2049-05-01": "Workers' Day", "2049-05-05": "Patriots' Day", "2049-05-28": "Downfall of Dergue Regime Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-11": "Ethiopian New Year", "2049-09-27": "Finding of True Cross", "2049-12-07": "Prophet's Birthday (estimated)", "2050-01-07": "Christmas Day", "2050-01-19": "Epiphany Day", "2050-03-02": "Adwa Victory Day", "2050-04-15": "Good Friday", "2050-04-17": "Easter Sunday", "2050-05-01": "Workers' Day", "2050-05-05": "Patriots' Day", "2050-05-28": "Downfall of Dergue Regime Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-11": "Ethiopian New Year", "2050-09-27": "Finding of True Cross", "2050-11-26": "Prophet's Birthday (estimated)" } holidays-0.71/snapshots/countries/FI_COMMON.json000066400000000000000000003573031500152103600215570ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-05": "Runeberg Day", "1950-02-28": "Kalevala Day, Day of Finnish Culture", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-05-01": "May Day", "1950-05-14": "Mother's Day", "1950-05-18": "Ascension Day", "1950-05-28": "Whit Sunday", "1950-06-06": "Flag Day of the Finnish Defense Forces", "1950-06-23": "Midsummer Eve", "1950-06-24": "Midsummer Day", "1950-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1950-11-01": "All Saints' Day", "1950-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1950-11-12": "Father's Day", "1950-12-06": "Independence Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-05": "Runeberg Day", "1951-02-28": "Kalevala Day, Day of Finnish Culture", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-03-26": "Easter Monday", "1951-05-01": "May Day", "1951-05-03": "Ascension Day", "1951-05-13": "Mother's Day; Whit Sunday", "1951-06-06": "Flag Day of the Finnish Defense Forces", "1951-06-23": "Midsummer Eve", "1951-06-24": "Midsummer Day", "1951-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1951-11-01": "All Saints' Day", "1951-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1951-11-11": "Father's Day", "1951-12-06": "Independence Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-05": "Runeberg Day", "1952-02-28": "Kalevala Day, Day of Finnish Culture", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-05-01": "May Day", "1952-05-11": "Mother's Day", "1952-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1952-05-22": "Ascension Day", "1952-06-01": "Whit Sunday", "1952-06-06": "Flag Day of the Finnish Defense Forces", "1952-06-23": "Midsummer Eve", "1952-06-24": "Midsummer Day", "1952-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1952-11-01": "All Saints' Day", "1952-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1952-11-09": "Father's Day", "1952-12-06": "Independence Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-05": "Runeberg Day", "1953-02-28": "Kalevala Day, Day of Finnish Culture", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-05-01": "May Day", "1953-05-10": "Mother's Day", "1953-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1953-05-14": "Ascension Day", "1953-05-24": "Whit Sunday", "1953-06-06": "Flag Day of the Finnish Defense Forces", "1953-06-23": "Midsummer Eve", "1953-06-24": "Midsummer Day", "1953-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1953-11-01": "All Saints' Day", "1953-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1953-11-08": "Father's Day", "1953-12-06": "Independence Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-02-05": "Runeberg Day", "1954-02-28": "Kalevala Day, Day of Finnish Culture", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-05-01": "May Day", "1954-05-09": "Mother's Day", "1954-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1954-05-27": "Ascension Day", "1954-06-06": "Flag Day of the Finnish Defense Forces; Whit Sunday", "1954-06-23": "Midsummer Eve", "1954-06-24": "Midsummer Day", "1954-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1954-11-01": "All Saints' Day", "1954-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1954-11-14": "Father's Day", "1954-12-06": "Independence Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-05": "Runeberg Day", "1955-02-28": "Kalevala Day, Day of Finnish Culture", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-05-01": "May Day", "1955-05-08": "Mother's Day", "1955-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1955-05-19": "Ascension Day", "1955-05-29": "Whit Sunday", "1955-06-06": "Flag Day of the Finnish Defense Forces", "1955-06-24": "Midsummer Eve", "1955-06-25": "Midsummer Day", "1955-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1955-11-05": "All Saints' Day", "1955-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1955-11-13": "Father's Day", "1955-12-06": "Independence Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-02-05": "Runeberg Day", "1956-02-28": "Kalevala Day, Day of Finnish Culture", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-05-01": "May Day", "1956-05-10": "Ascension Day", "1956-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1956-05-13": "Mother's Day", "1956-05-20": "Whit Sunday", "1956-06-06": "Flag Day of the Finnish Defense Forces", "1956-06-22": "Midsummer Eve", "1956-06-23": "Midsummer Day", "1956-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1956-11-03": "All Saints' Day", "1956-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1956-11-11": "Father's Day", "1956-12-06": "Independence Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-02-05": "Runeberg Day", "1957-02-28": "Kalevala Day, Day of Finnish Culture", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-05-01": "May Day", "1957-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1957-05-30": "Ascension Day", "1957-06-06": "Flag Day of the Finnish Defense Forces", "1957-06-09": "Whit Sunday", "1957-06-21": "Midsummer Eve", "1957-06-22": "Midsummer Day", "1957-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1957-11-02": "All Saints' Day", "1957-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1957-11-10": "Father's Day", "1957-12-06": "Independence Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-05": "Runeberg Day", "1958-02-28": "Kalevala Day, Day of Finnish Culture", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-05-01": "May Day", "1958-05-11": "Mother's Day", "1958-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1958-05-15": "Ascension Day", "1958-05-25": "Whit Sunday", "1958-06-06": "Flag Day of the Finnish Defense Forces", "1958-06-20": "Midsummer Eve", "1958-06-21": "Midsummer Day", "1958-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1958-11-01": "All Saints' Day", "1958-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1958-11-09": "Father's Day", "1958-12-06": "Independence Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-05": "Runeberg Day", "1959-02-28": "Kalevala Day, Day of Finnish Culture", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-05-01": "May Day", "1959-05-07": "Ascension Day", "1959-05-10": "Mother's Day", "1959-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1959-05-17": "Whit Sunday", "1959-06-06": "Flag Day of the Finnish Defense Forces", "1959-06-19": "Midsummer Eve", "1959-06-20": "Midsummer Day", "1959-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1959-10-31": "All Saints' Day", "1959-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1959-11-08": "Father's Day", "1959-12-06": "Independence Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-05": "Runeberg Day", "1960-02-28": "Kalevala Day, Day of Finnish Culture", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-05-01": "May Day", "1960-05-08": "Mother's Day", "1960-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1960-05-26": "Ascension Day", "1960-06-05": "Whit Sunday", "1960-06-06": "Flag Day of the Finnish Defense Forces", "1960-06-24": "Midsummer Eve", "1960-06-25": "Midsummer Day", "1960-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1960-11-05": "All Saints' Day", "1960-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1960-11-13": "Father's Day", "1960-12-06": "Independence Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-05": "Runeberg Day", "1961-02-28": "Kalevala Day, Day of Finnish Culture", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-05-01": "May Day", "1961-05-11": "Ascension Day", "1961-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1961-05-14": "Mother's Day", "1961-05-21": "Whit Sunday", "1961-06-06": "Flag Day of the Finnish Defense Forces", "1961-06-23": "Midsummer Eve", "1961-06-24": "Midsummer Day", "1961-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1961-11-04": "All Saints' Day", "1961-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1961-11-12": "Father's Day", "1961-12-06": "Independence Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-02-05": "Runeberg Day", "1962-02-28": "Kalevala Day, Day of Finnish Culture", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-05-01": "May Day", "1962-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1962-05-13": "Mother's Day", "1962-05-31": "Ascension Day", "1962-06-06": "Flag Day of the Finnish Defense Forces", "1962-06-10": "Whit Sunday", "1962-06-22": "Midsummer Eve", "1962-06-23": "Midsummer Day", "1962-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1962-11-03": "All Saints' Day", "1962-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1962-11-11": "Father's Day", "1962-12-06": "Independence Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-05": "Runeberg Day", "1963-02-28": "Kalevala Day, Day of Finnish Culture", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-05-01": "May Day", "1963-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1963-05-23": "Ascension Day", "1963-06-02": "Whit Sunday", "1963-06-06": "Flag Day of the Finnish Defense Forces", "1963-06-21": "Midsummer Eve", "1963-06-22": "Midsummer Day", "1963-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1963-11-02": "All Saints' Day", "1963-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1963-11-10": "Father's Day", "1963-12-06": "Independence Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-05": "Runeberg Day", "1964-02-28": "Kalevala Day, Day of Finnish Culture", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-05-01": "May Day", "1964-05-07": "Ascension Day", "1964-05-10": "Mother's Day", "1964-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1964-05-17": "Whit Sunday", "1964-06-06": "Flag Day of the Finnish Defense Forces", "1964-06-19": "Midsummer Eve", "1964-06-20": "Midsummer Day", "1964-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1964-10-31": "All Saints' Day", "1964-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1964-11-08": "Father's Day", "1964-12-06": "Independence Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-02-05": "Runeberg Day", "1965-02-28": "Kalevala Day, Day of Finnish Culture", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-05-01": "May Day", "1965-05-09": "Mother's Day", "1965-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1965-05-27": "Ascension Day", "1965-06-06": "Flag Day of the Finnish Defense Forces; Whit Sunday", "1965-06-25": "Midsummer Eve", "1965-06-26": "Midsummer Day", "1965-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1965-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "1965-11-14": "Father's Day", "1965-12-06": "Independence Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-05": "Runeberg Day", "1966-02-28": "Kalevala Day, Day of Finnish Culture", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-05-01": "May Day", "1966-05-08": "Mother's Day", "1966-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1966-05-19": "Ascension Day", "1966-05-29": "Whit Sunday", "1966-06-06": "Flag Day of the Finnish Defense Forces", "1966-06-24": "Midsummer Eve", "1966-06-25": "Midsummer Day", "1966-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1966-11-05": "All Saints' Day", "1966-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1966-11-13": "Father's Day", "1966-12-06": "Independence Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-05": "Runeberg Day", "1967-02-28": "Kalevala Day, Day of Finnish Culture", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-05-01": "May Day", "1967-05-04": "Ascension Day", "1967-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1967-05-14": "Mother's Day; Whit Sunday", "1967-06-06": "Flag Day of the Finnish Defense Forces", "1967-06-23": "Midsummer Eve", "1967-06-24": "Midsummer Day", "1967-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1967-11-04": "All Saints' Day", "1967-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1967-11-12": "Father's Day", "1967-12-06": "Independence Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-05": "Runeberg Day", "1968-02-28": "Kalevala Day, Day of Finnish Culture", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-05-01": "May Day", "1968-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1968-05-23": "Ascension Day", "1968-06-02": "Whit Sunday", "1968-06-06": "Flag Day of the Finnish Defense Forces", "1968-06-21": "Midsummer Eve", "1968-06-22": "Midsummer Day", "1968-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1968-11-02": "All Saints' Day", "1968-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1968-11-10": "Father's Day", "1968-12-06": "Independence Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-05": "Runeberg Day", "1969-02-28": "Kalevala Day, Day of Finnish Culture", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-05-01": "May Day", "1969-05-11": "Mother's Day", "1969-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1969-05-15": "Ascension Day", "1969-05-25": "Whit Sunday", "1969-06-06": "Flag Day of the Finnish Defense Forces", "1969-06-20": "Midsummer Eve", "1969-06-21": "Midsummer Day", "1969-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1969-11-01": "All Saints' Day", "1969-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1969-11-09": "Father's Day", "1969-12-06": "Independence Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-05": "Runeberg Day", "1970-02-28": "Kalevala Day, Day of Finnish Culture", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-05-01": "May Day", "1970-05-07": "Ascension Day", "1970-05-10": "Mother's Day", "1970-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1970-05-17": "Whit Sunday", "1970-06-06": "Flag Day of the Finnish Defense Forces", "1970-06-19": "Midsummer Eve", "1970-06-20": "Midsummer Day", "1970-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1970-10-31": "All Saints' Day", "1970-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1970-11-08": "Father's Day", "1970-12-06": "Independence Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-05": "Runeberg Day", "1971-02-28": "Kalevala Day, Day of Finnish Culture", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-05-01": "May Day", "1971-05-09": "Mother's Day", "1971-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1971-05-20": "Ascension Day", "1971-05-30": "Whit Sunday", "1971-06-06": "Flag Day of the Finnish Defense Forces", "1971-06-25": "Midsummer Eve", "1971-06-26": "Midsummer Day", "1971-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1971-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "1971-11-14": "Father's Day", "1971-12-06": "Independence Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-05": "Runeberg Day", "1972-02-28": "Kalevala Day, Day of Finnish Culture", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-05-01": "May Day", "1972-05-11": "Ascension Day", "1972-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1972-05-14": "Mother's Day", "1972-05-21": "Whit Sunday", "1972-06-06": "Flag Day of the Finnish Defense Forces", "1972-06-23": "Midsummer Eve", "1972-06-24": "Midsummer Day", "1972-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1972-11-04": "All Saints' Day", "1972-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1972-11-12": "Father's Day", "1972-12-06": "Independence Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-02-05": "Runeberg Day", "1973-02-28": "Kalevala Day, Day of Finnish Culture", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-05-01": "May Day", "1973-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1973-05-13": "Mother's Day", "1973-05-26": "Ascension Day", "1973-06-06": "Flag Day of the Finnish Defense Forces", "1973-06-10": "Whit Sunday", "1973-06-22": "Midsummer Eve", "1973-06-23": "Midsummer Day", "1973-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1973-11-03": "All Saints' Day", "1973-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1973-11-11": "Father's Day", "1973-12-06": "Independence Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1974-01-01": "New Year's Day", "1974-01-12": "Epiphany", "1974-02-05": "Runeberg Day", "1974-02-28": "Kalevala Day, Day of Finnish Culture", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-05-01": "May Day", "1974-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1974-05-18": "Ascension Day", "1974-06-02": "Whit Sunday", "1974-06-06": "Flag Day of the Finnish Defense Forces", "1974-06-21": "Midsummer Eve", "1974-06-22": "Midsummer Day", "1974-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1974-11-02": "All Saints' Day", "1974-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1974-11-10": "Father's Day", "1974-12-06": "Independence Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1975-01-01": "New Year's Day", "1975-01-11": "Epiphany", "1975-02-05": "Runeberg Day", "1975-02-28": "Kalevala Day, Day of Finnish Culture", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-05-01": "May Day", "1975-05-03": "Ascension Day", "1975-05-11": "Mother's Day", "1975-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1975-05-18": "Whit Sunday", "1975-06-06": "Flag Day of the Finnish Defense Forces", "1975-06-20": "Midsummer Eve", "1975-06-21": "Midsummer Day", "1975-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1975-11-01": "All Saints' Day", "1975-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1975-11-09": "Father's Day", "1975-12-06": "Independence Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1976-01-01": "New Year's Day", "1976-01-10": "Epiphany", "1976-02-05": "Runeberg Day", "1976-02-28": "Kalevala Day, Day of Finnish Culture", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-05-01": "May Day", "1976-05-09": "Mother's Day", "1976-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1976-05-22": "Ascension Day", "1976-06-06": "Flag Day of the Finnish Defense Forces; Whit Sunday", "1976-06-25": "Midsummer Eve", "1976-06-26": "Midsummer Day", "1976-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1976-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "1976-11-14": "Father's Day", "1976-12-06": "Independence Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1977-01-01": "New Year's Day", "1977-01-08": "Epiphany", "1977-02-05": "Runeberg Day", "1977-02-28": "Kalevala Day, Day of Finnish Culture", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-05-01": "May Day", "1977-05-08": "Mother's Day", "1977-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1977-05-14": "Ascension Day", "1977-05-15": "Remembrance Day", "1977-05-29": "Whit Sunday", "1977-06-06": "Flag Day of the Finnish Defense Forces", "1977-06-24": "Midsummer Eve", "1977-06-25": "Midsummer Day", "1977-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1977-11-05": "All Saints' Day", "1977-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1977-11-13": "Father's Day", "1977-12-06": "Independence Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1978-01-01": "New Year's Day", "1978-01-07": "Epiphany", "1978-02-05": "Runeberg Day", "1978-02-28": "Kalevala Day, Day of Finnish Culture", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1978-04-29": "Ascension Day", "1978-05-01": "May Day", "1978-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1978-05-14": "Mother's Day; Whit Sunday", "1978-05-21": "Remembrance Day", "1978-06-06": "Flag Day of the Finnish Defense Forces", "1978-06-23": "Midsummer Eve", "1978-06-24": "Midsummer Day", "1978-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1978-11-04": "All Saints' Day", "1978-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1978-11-12": "Father's Day", "1978-12-06": "Independence Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-05": "Runeberg Day", "1979-02-28": "Kalevala Day, Day of Finnish Culture", "1979-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-05-01": "May Day", "1979-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1979-05-13": "Mother's Day", "1979-05-19": "Ascension Day", "1979-05-20": "Remembrance Day", "1979-06-03": "Whit Sunday", "1979-06-06": "Flag Day of the Finnish Defense Forces", "1979-06-22": "Midsummer Eve", "1979-06-23": "Midsummer Day", "1979-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1979-11-03": "All Saints' Day", "1979-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1979-11-11": "Father's Day", "1979-12-06": "Independence Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1980-01-01": "New Year's Day", "1980-01-12": "Epiphany", "1980-02-05": "Runeberg Day", "1980-02-28": "Kalevala Day, Day of Finnish Culture", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1980-05-01": "May Day", "1980-05-10": "Ascension Day", "1980-05-11": "Mother's Day", "1980-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1980-05-18": "Remembrance Day", "1980-05-25": "Whit Sunday", "1980-06-06": "Flag Day of the Finnish Defense Forces", "1980-06-20": "Midsummer Eve", "1980-06-21": "Midsummer Day", "1980-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1980-11-01": "All Saints' Day", "1980-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1980-11-09": "Father's Day", "1980-12-06": "Independence Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1981-01-01": "New Year's Day", "1981-01-10": "Epiphany", "1981-02-05": "Runeberg Day", "1981-02-28": "Kalevala Day, Day of Finnish Culture", "1981-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-05-01": "May Day", "1981-05-10": "Mother's Day", "1981-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1981-05-17": "Remembrance Day", "1981-05-23": "Ascension Day", "1981-06-06": "Flag Day of the Finnish Defense Forces", "1981-06-07": "Whit Sunday", "1981-06-19": "Midsummer Eve", "1981-06-20": "Midsummer Day", "1981-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1981-10-31": "All Saints' Day", "1981-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1981-11-08": "Father's Day", "1981-12-06": "Independence Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1982-01-01": "New Year's Day", "1982-01-09": "Epiphany", "1982-02-05": "Runeberg Day", "1982-02-28": "Kalevala Day, Day of Finnish Culture", "1982-04-09": "Good Friday; Mikael Agricola Day, Day of the Finnish Language", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-05-01": "May Day", "1982-05-09": "Mother's Day", "1982-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1982-05-15": "Ascension Day", "1982-05-16": "Remembrance Day", "1982-05-30": "Whit Sunday", "1982-06-06": "Flag Day of the Finnish Defense Forces", "1982-06-25": "Midsummer Eve", "1982-06-26": "Midsummer Day", "1982-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1982-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "1982-11-14": "Father's Day", "1982-12-06": "Independence Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1983-01-01": "New Year's Day", "1983-01-08": "Epiphany", "1983-02-05": "Runeberg Day", "1983-02-28": "Kalevala Day, Day of Finnish Culture", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1983-05-01": "May Day", "1983-05-07": "Ascension Day", "1983-05-08": "Mother's Day", "1983-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1983-05-15": "Remembrance Day", "1983-05-22": "Whit Sunday", "1983-06-06": "Flag Day of the Finnish Defense Forces", "1983-06-24": "Midsummer Eve", "1983-06-25": "Midsummer Day", "1983-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1983-11-05": "All Saints' Day", "1983-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1983-11-13": "Father's Day", "1983-12-06": "Independence Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1984-01-01": "New Year's Day", "1984-01-07": "Epiphany", "1984-02-05": "Runeberg Day", "1984-02-28": "Kalevala Day, Day of Finnish Culture", "1984-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-05-01": "May Day", "1984-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1984-05-13": "Mother's Day", "1984-05-20": "Remembrance Day", "1984-05-26": "Ascension Day", "1984-06-06": "Flag Day of the Finnish Defense Forces", "1984-06-10": "Whit Sunday", "1984-06-22": "Midsummer Eve", "1984-06-23": "Midsummer Day", "1984-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1984-11-03": "All Saints' Day", "1984-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1984-11-11": "Father's Day", "1984-12-06": "Independence Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1985-01-01": "New Year's Day", "1985-01-12": "Epiphany", "1985-02-05": "Runeberg Day", "1985-02-28": "Kalevala Day, Day of Finnish Culture", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1985-05-01": "May Day", "1985-05-11": "Ascension Day", "1985-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1985-05-19": "Remembrance Day", "1985-05-26": "Whit Sunday", "1985-06-06": "Flag Day of the Finnish Defense Forces", "1985-06-21": "Midsummer Eve", "1985-06-22": "Midsummer Day", "1985-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1985-11-02": "All Saints' Day", "1985-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1985-11-10": "Father's Day", "1985-12-06": "Independence Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1986-01-01": "New Year's Day", "1986-01-11": "Epiphany", "1986-02-05": "Runeberg Day", "1986-02-28": "Kalevala Day, Day of Finnish Culture", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1986-05-01": "May Day", "1986-05-03": "Ascension Day", "1986-05-11": "Mother's Day", "1986-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1986-05-18": "Remembrance Day; Whit Sunday", "1986-06-06": "Flag Day of the Finnish Defense Forces", "1986-06-20": "Midsummer Eve", "1986-06-21": "Midsummer Day", "1986-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1986-11-01": "All Saints' Day", "1986-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1986-11-09": "Father's Day", "1986-12-06": "Independence Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1987-01-01": "New Year's Day", "1987-01-10": "Epiphany", "1987-02-05": "Runeberg Day", "1987-02-28": "Kalevala Day, Day of Finnish Culture", "1987-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-04-27": "National War Veterans' Day", "1987-05-01": "May Day", "1987-05-10": "Mother's Day", "1987-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1987-05-17": "Remembrance Day", "1987-05-23": "Ascension Day", "1987-06-06": "Flag Day of the Finnish Defense Forces", "1987-06-07": "Whit Sunday", "1987-06-19": "Midsummer Eve", "1987-06-20": "Midsummer Day", "1987-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1987-10-24": "United Nations Day", "1987-10-31": "All Saints' Day", "1987-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1987-11-08": "Father's Day", "1987-12-06": "Independence Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1988-01-01": "New Year's Day", "1988-01-09": "Epiphany", "1988-02-05": "Runeberg Day", "1988-02-28": "Kalevala Day, Day of Finnish Culture", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1988-04-27": "National War Veterans' Day", "1988-05-01": "May Day", "1988-05-07": "Ascension Day", "1988-05-08": "Mother's Day", "1988-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1988-05-15": "Remembrance Day", "1988-05-22": "Whit Sunday", "1988-06-06": "Flag Day of the Finnish Defense Forces", "1988-06-24": "Midsummer Eve", "1988-06-25": "Midsummer Day", "1988-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1988-10-24": "United Nations Day", "1988-11-05": "All Saints' Day", "1988-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1988-11-13": "Father's Day", "1988-12-06": "Independence Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1989-01-01": "New Year's Day", "1989-01-07": "Epiphany", "1989-02-05": "Runeberg Day", "1989-02-28": "Kalevala Day, Day of Finnish Culture", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1989-04-27": "National War Veterans' Day", "1989-04-29": "Ascension Day", "1989-05-01": "May Day", "1989-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1989-05-14": "Mother's Day; Whit Sunday", "1989-05-21": "Remembrance Day", "1989-06-06": "Flag Day of the Finnish Defense Forces", "1989-06-23": "Midsummer Eve", "1989-06-24": "Midsummer Day", "1989-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1989-10-24": "United Nations Day", "1989-11-04": "All Saints' Day", "1989-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1989-11-12": "Father's Day", "1989-12-06": "Independence Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-05": "Runeberg Day", "1990-02-28": "Kalevala Day, Day of Finnish Culture", "1990-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-04-27": "National War Veterans' Day", "1990-05-01": "May Day", "1990-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1990-05-13": "Mother's Day", "1990-05-19": "Ascension Day", "1990-05-20": "Remembrance Day", "1990-06-03": "Whit Sunday", "1990-06-06": "Flag Day of the Finnish Defense Forces", "1990-06-22": "Midsummer Eve", "1990-06-23": "Midsummer Day", "1990-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1990-10-24": "United Nations Day", "1990-11-03": "All Saints' Day", "1990-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1990-11-11": "Father's Day", "1990-12-06": "Independence Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-05": "Runeberg Day", "1991-02-28": "Kalevala Day, Day of Finnish Culture", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1991-04-27": "National War Veterans' Day", "1991-05-01": "May Day", "1991-05-09": "Ascension Day", "1991-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1991-05-19": "Remembrance Day; Whit Sunday", "1991-06-06": "Flag Day of the Finnish Defense Forces", "1991-06-21": "Midsummer Eve", "1991-06-22": "Midsummer Day", "1991-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1991-10-24": "United Nations Day", "1991-11-02": "All Saints' Day", "1991-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1991-11-10": "Father's Day", "1991-12-06": "Independence Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-02-05": "Runeberg Day", "1992-02-28": "Kalevala Day, Day of Finnish Culture", "1992-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-04-27": "National War Veterans' Day", "1992-05-01": "May Day", "1992-05-10": "Mother's Day", "1992-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1992-05-17": "Remembrance Day", "1992-05-28": "Ascension Day", "1992-06-06": "Flag Day of the Finnish Defense Forces", "1992-06-07": "Whit Sunday", "1992-06-19": "Midsummer Eve", "1992-06-20": "Midsummer Day", "1992-07-06": "Eino Leino Day, Day of Summer and Poetry", "1992-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1992-10-24": "United Nations Day", "1992-10-31": "All Saints' Day", "1992-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1992-11-08": "Father's Day", "1992-12-06": "Independence Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-02-05": "Runeberg Day", "1993-02-28": "Kalevala Day, Day of Finnish Culture", "1993-04-09": "Good Friday; Mikael Agricola Day, Day of the Finnish Language", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-04-27": "National War Veterans' Day", "1993-05-01": "May Day", "1993-05-09": "Mother's Day", "1993-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1993-05-16": "Remembrance Day", "1993-05-20": "Ascension Day", "1993-05-30": "Whit Sunday", "1993-06-06": "Flag Day of the Finnish Defense Forces", "1993-06-25": "Midsummer Eve", "1993-06-26": "Midsummer Day", "1993-07-06": "Eino Leino Day, Day of Summer and Poetry", "1993-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1993-10-24": "United Nations Day", "1993-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "1993-11-14": "Father's Day", "1993-12-06": "Independence Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-02-05": "Runeberg Day", "1994-02-28": "Kalevala Day, Day of Finnish Culture", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1994-04-27": "National War Veterans' Day", "1994-05-01": "May Day", "1994-05-08": "Mother's Day", "1994-05-12": "Ascension Day; J. V. Snellman Day, Day of Finnish Heritage", "1994-05-15": "Remembrance Day", "1994-05-22": "Whit Sunday", "1994-06-06": "Flag Day of the Finnish Defense Forces", "1994-06-24": "Midsummer Eve", "1994-06-25": "Midsummer Day", "1994-07-06": "Eino Leino Day, Day of Summer and Poetry", "1994-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1994-10-24": "United Nations Day", "1994-11-05": "All Saints' Day", "1994-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1994-11-13": "Father's Day", "1994-12-06": "Independence Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-02-05": "Runeberg Day", "1995-02-28": "Kalevala Day, Day of Finnish Culture", "1995-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-04-27": "National War Veterans' Day", "1995-05-01": "May Day", "1995-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1995-05-14": "Mother's Day", "1995-05-21": "Remembrance Day", "1995-05-25": "Ascension Day", "1995-06-04": "Whit Sunday", "1995-06-06": "Flag Day of the Finnish Defense Forces", "1995-06-23": "Midsummer Eve", "1995-06-24": "Midsummer Day", "1995-07-06": "Eino Leino Day, Day of Summer and Poetry", "1995-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1995-10-24": "United Nations Day", "1995-11-04": "All Saints' Day", "1995-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1995-11-12": "Father's Day", "1995-12-06": "Independence Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-05": "Runeberg Day", "1996-02-28": "Kalevala Day, Day of Finnish Culture", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1996-04-27": "National War Veterans' Day", "1996-05-01": "May Day", "1996-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "1996-05-16": "Ascension Day", "1996-05-19": "Remembrance Day", "1996-05-26": "Whit Sunday", "1996-06-06": "Flag Day of the Finnish Defense Forces", "1996-06-21": "Midsummer Eve", "1996-06-22": "Midsummer Day", "1996-07-06": "Eino Leino Day, Day of Summer and Poetry", "1996-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1996-10-24": "United Nations Day", "1996-11-02": "All Saints' Day", "1996-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1996-11-10": "Father's Day", "1996-12-06": "Independence Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-02-05": "Runeberg Day", "1997-02-28": "Kalevala Day, Day of Finnish Culture", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1997-04-27": "National War Veterans' Day", "1997-05-01": "May Day", "1997-05-08": "Ascension Day", "1997-05-11": "Mother's Day", "1997-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1997-05-18": "Remembrance Day; Whit Sunday", "1997-06-06": "Flag Day of the Finnish Defense Forces", "1997-06-20": "Midsummer Eve", "1997-06-21": "Midsummer Day", "1997-07-06": "Eino Leino Day, Day of Summer and Poetry", "1997-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1997-10-24": "United Nations Day", "1997-11-01": "All Saints' Day", "1997-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1997-11-09": "Father's Day", "1997-12-06": "Independence Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-02-05": "Runeberg Day", "1998-02-28": "Kalevala Day, Day of Finnish Culture", "1998-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-04-27": "National War Veterans' Day", "1998-05-01": "May Day", "1998-05-10": "Mother's Day", "1998-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1998-05-17": "Remembrance Day", "1998-05-21": "Ascension Day", "1998-05-31": "Whit Sunday", "1998-06-06": "Flag Day of the Finnish Defense Forces", "1998-06-19": "Midsummer Eve", "1998-06-20": "Midsummer Day", "1998-07-06": "Eino Leino Day, Day of Summer and Poetry", "1998-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1998-10-24": "United Nations Day", "1998-10-31": "All Saints' Day", "1998-11-06": "Finnish Swedish Heritage Day, svenska dagen", "1998-11-08": "Father's Day", "1998-12-06": "Independence Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-05": "Runeberg Day", "1999-02-28": "Kalevala Day, Day of Finnish Culture", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-04-09": "Mikael Agricola Day, Day of the Finnish Language", "1999-04-27": "National War Veterans' Day", "1999-05-01": "May Day", "1999-05-09": "Mother's Day", "1999-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "1999-05-13": "Ascension Day", "1999-05-16": "Remembrance Day", "1999-05-23": "Whit Sunday", "1999-06-06": "Flag Day of the Finnish Defense Forces", "1999-06-25": "Midsummer Eve", "1999-06-26": "Midsummer Day", "1999-07-06": "Eino Leino Day, Day of Summer and Poetry", "1999-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "1999-10-24": "United Nations Day", "1999-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "1999-11-14": "Father's Day", "1999-12-06": "Independence Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-02-05": "Runeberg Day", "2000-02-28": "Kalevala Day, Day of Finnish Culture", "2000-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-04-27": "National War Veterans' Day", "2000-05-01": "May Day", "2000-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2000-05-14": "Mother's Day", "2000-05-21": "Remembrance Day", "2000-06-01": "Ascension Day", "2000-06-06": "Flag Day of the Finnish Defense Forces", "2000-06-11": "Whit Sunday", "2000-06-23": "Midsummer Eve", "2000-06-24": "Midsummer Day", "2000-07-06": "Eino Leino Day, Day of Summer and Poetry", "2000-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2000-10-24": "United Nations Day", "2000-11-04": "All Saints' Day", "2000-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2000-11-12": "Father's Day", "2000-12-06": "Independence Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-05": "Runeberg Day", "2001-02-28": "Kalevala Day, Day of Finnish Culture", "2001-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-04-27": "National War Veterans' Day", "2001-05-01": "May Day", "2001-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2001-05-13": "Mother's Day", "2001-05-20": "Remembrance Day", "2001-05-24": "Ascension Day", "2001-06-03": "Whit Sunday", "2001-06-06": "Flag Day of the Finnish Defense Forces", "2001-06-22": "Midsummer Eve", "2001-06-23": "Midsummer Day", "2001-07-06": "Eino Leino Day, Day of Summer and Poetry", "2001-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2001-10-24": "United Nations Day", "2001-11-03": "All Saints' Day", "2001-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2001-11-11": "Father's Day", "2001-12-06": "Independence Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-02-05": "Runeberg Day", "2002-02-28": "Kalevala Day, Day of Finnish Culture", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2002-04-27": "National War Veterans' Day", "2002-05-01": "May Day", "2002-05-09": "Ascension Day", "2002-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2002-05-19": "Remembrance Day; Whit Sunday", "2002-06-06": "Flag Day of the Finnish Defense Forces", "2002-06-21": "Midsummer Eve", "2002-06-22": "Midsummer Day", "2002-07-06": "Eino Leino Day, Day of Summer and Poetry", "2002-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2002-10-24": "United Nations Day", "2002-11-02": "All Saints' Day", "2002-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2002-11-10": "Father's Day", "2002-12-06": "Independence Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-02-05": "Runeberg Day", "2003-02-28": "Kalevala Day, Day of Finnish Culture", "2003-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-04-27": "National War Veterans' Day", "2003-05-01": "May Day", "2003-05-11": "Mother's Day", "2003-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2003-05-18": "Remembrance Day", "2003-05-29": "Ascension Day", "2003-06-06": "Flag Day of the Finnish Defense Forces", "2003-06-08": "Whit Sunday", "2003-06-20": "Midsummer Eve", "2003-06-21": "Midsummer Day", "2003-07-06": "Eino Leino Day, Day of Summer and Poetry", "2003-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2003-10-24": "United Nations Day", "2003-11-01": "All Saints' Day", "2003-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2003-11-09": "Father's Day", "2003-12-06": "Independence Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-05": "Runeberg Day", "2004-02-28": "Kalevala Day, Day of Finnish Culture", "2004-04-09": "Good Friday; Mikael Agricola Day, Day of the Finnish Language", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-04-27": "National War Veterans' Day", "2004-05-01": "May Day", "2004-05-09": "Mother's Day", "2004-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2004-05-16": "Remembrance Day", "2004-05-20": "Ascension Day", "2004-05-30": "Whit Sunday", "2004-06-06": "Flag Day of the Finnish Defense Forces", "2004-06-25": "Midsummer Eve", "2004-06-26": "Midsummer Day", "2004-07-06": "Eino Leino Day, Day of Summer and Poetry", "2004-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2004-10-24": "United Nations Day", "2004-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "2004-11-14": "Father's Day", "2004-12-06": "Independence Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-02-05": "Runeberg Day", "2005-02-28": "Kalevala Day, Day of Finnish Culture", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2005-04-27": "National War Veterans' Day", "2005-05-01": "May Day", "2005-05-05": "Ascension Day", "2005-05-08": "Mother's Day", "2005-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2005-05-15": "Remembrance Day; Whit Sunday", "2005-06-06": "Flag Day of the Finnish Defense Forces", "2005-06-24": "Midsummer Eve", "2005-06-25": "Midsummer Day", "2005-07-06": "Eino Leino Day, Day of Summer and Poetry", "2005-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2005-10-24": "United Nations Day", "2005-11-05": "All Saints' Day", "2005-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2005-11-13": "Father's Day", "2005-12-06": "Independence Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-02-05": "Runeberg Day", "2006-02-28": "Kalevala Day, Day of Finnish Culture", "2006-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-04-27": "National War Veterans' Day", "2006-05-01": "May Day", "2006-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2006-05-14": "Mother's Day", "2006-05-21": "Remembrance Day", "2006-05-25": "Ascension Day", "2006-06-04": "Whit Sunday", "2006-06-06": "Flag Day of the Finnish Defense Forces", "2006-06-23": "Midsummer Eve", "2006-06-24": "Midsummer Day", "2006-07-06": "Eino Leino Day, Day of Summer and Poetry", "2006-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2006-10-24": "United Nations Day", "2006-11-04": "All Saints' Day", "2006-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2006-11-12": "Father's Day", "2006-12-06": "Independence Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-05": "Runeberg Day", "2007-02-28": "Kalevala Day, Day of Finnish Culture", "2007-03-19": "Minna Canth Day, Day of Equality", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday; Mikael Agricola Day, Day of the Finnish Language", "2007-04-27": "National War Veterans' Day", "2007-05-01": "May Day", "2007-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2007-05-13": "Mother's Day", "2007-05-17": "Ascension Day", "2007-05-20": "Remembrance Day", "2007-05-27": "Whit Sunday", "2007-06-06": "Flag Day of the Finnish Defense Forces", "2007-06-22": "Midsummer Eve", "2007-06-23": "Midsummer Day", "2007-07-06": "Eino Leino Day, Day of Summer and Poetry", "2007-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2007-10-24": "United Nations Day", "2007-11-03": "All Saints' Day", "2007-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2007-11-11": "Father's Day", "2007-12-06": "Independence Day", "2007-12-08": "Jean Sibelius Day, Day of Finnish Music", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-02-05": "Runeberg Day", "2008-02-28": "Kalevala Day, Day of Finnish Culture", "2008-03-19": "Minna Canth Day, Day of Equality", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2008-04-27": "National War Veterans' Day", "2008-05-01": "Ascension Day; May Day", "2008-05-11": "Mother's Day; Whit Sunday", "2008-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2008-05-18": "Remembrance Day", "2008-06-06": "Flag Day of the Finnish Defense Forces", "2008-06-20": "Midsummer Eve", "2008-06-21": "Midsummer Day", "2008-07-06": "Eino Leino Day, Day of Summer and Poetry", "2008-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2008-10-24": "United Nations Day", "2008-11-01": "All Saints' Day", "2008-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2008-11-09": "Father's Day", "2008-12-06": "Independence Day", "2008-12-08": "Jean Sibelius Day, Day of Finnish Music", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-02-05": "Runeberg Day", "2009-02-28": "Kalevala Day, Day of Finnish Culture", "2009-03-19": "Minna Canth Day, Day of Equality", "2009-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-04-27": "National War Veterans' Day", "2009-05-01": "May Day", "2009-05-10": "Mother's Day", "2009-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2009-05-17": "Remembrance Day", "2009-05-21": "Ascension Day", "2009-05-31": "Whit Sunday", "2009-06-06": "Flag Day of the Finnish Defense Forces", "2009-06-19": "Midsummer Eve", "2009-06-20": "Midsummer Day", "2009-07-06": "Eino Leino Day, Day of Summer and Poetry", "2009-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2009-10-24": "United Nations Day", "2009-10-31": "All Saints' Day", "2009-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2009-11-08": "Father's Day", "2009-12-06": "Independence Day", "2009-12-08": "Jean Sibelius Day, Day of Finnish Music", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-05": "Runeberg Day", "2010-02-28": "Kalevala Day, Day of Finnish Culture", "2010-03-19": "Minna Canth Day, Day of Equality", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2010-04-27": "National War Veterans' Day", "2010-05-01": "May Day", "2010-05-09": "Mother's Day", "2010-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2010-05-13": "Ascension Day", "2010-05-16": "Remembrance Day", "2010-05-23": "Whit Sunday", "2010-06-06": "Flag Day of the Finnish Defense Forces", "2010-06-25": "Midsummer Eve", "2010-06-26": "Midsummer Day", "2010-07-06": "Eino Leino Day, Day of Summer and Poetry", "2010-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2010-10-24": "United Nations Day", "2010-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "2010-11-14": "Father's Day", "2010-12-06": "Independence Day", "2010-12-08": "Jean Sibelius Day, Day of Finnish Music", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-02-05": "Runeberg Day", "2011-02-28": "Kalevala Day, Day of Finnish Culture", "2011-03-19": "Minna Canth Day, Day of Equality", "2011-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-04-27": "National War Veterans' Day", "2011-05-01": "May Day", "2011-05-08": "Mother's Day", "2011-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2011-05-15": "Remembrance Day", "2011-06-02": "Ascension Day", "2011-06-06": "Flag Day of the Finnish Defense Forces", "2011-06-12": "Whit Sunday", "2011-06-24": "Midsummer Eve", "2011-06-25": "Midsummer Day", "2011-07-06": "Eino Leino Day, Day of Summer and Poetry", "2011-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2011-10-24": "United Nations Day", "2011-11-05": "All Saints' Day", "2011-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2011-11-13": "Father's Day", "2011-12-06": "Independence Day", "2011-12-08": "Jean Sibelius Day, Day of Finnish Music", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-05": "Runeberg Day", "2012-02-28": "Kalevala Day, Day of Finnish Culture", "2012-03-19": "Minna Canth Day, Day of Equality", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday; Mikael Agricola Day, Day of the Finnish Language", "2012-04-27": "National War Veterans' Day", "2012-05-01": "May Day", "2012-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2012-05-13": "Mother's Day", "2012-05-17": "Ascension Day", "2012-05-20": "Remembrance Day", "2012-05-27": "Whit Sunday", "2012-06-06": "Flag Day of the Finnish Defense Forces", "2012-06-22": "Midsummer Eve", "2012-06-23": "Midsummer Day", "2012-07-06": "Eino Leino Day, Day of Summer and Poetry", "2012-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2012-10-24": "United Nations Day", "2012-11-03": "All Saints' Day", "2012-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2012-11-11": "Father's Day", "2012-12-06": "Independence Day", "2012-12-08": "Jean Sibelius Day, Day of Finnish Music", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-02-05": "Runeberg Day", "2013-02-28": "Kalevala Day, Day of Finnish Culture", "2013-03-19": "Minna Canth Day, Day of Equality", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2013-04-27": "National War Veterans' Day", "2013-05-01": "May Day", "2013-05-09": "Ascension Day", "2013-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2013-05-19": "Remembrance Day; Whit Sunday", "2013-06-06": "Flag Day of the Finnish Defense Forces", "2013-06-21": "Midsummer Eve", "2013-06-22": "Midsummer Day", "2013-07-06": "Eino Leino Day, Day of Summer and Poetry", "2013-08-31": "Finland's Nature Day", "2013-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2013-10-24": "United Nations Day", "2013-11-02": "All Saints' Day", "2013-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2013-11-10": "Father's Day", "2013-12-06": "Independence Day", "2013-12-08": "Jean Sibelius Day, Day of Finnish Music", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-02-05": "Runeberg Day", "2014-02-28": "Kalevala Day, Day of Finnish Culture", "2014-03-19": "Minna Canth Day, Day of Equality", "2014-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-04-27": "National War Veterans' Day", "2014-05-01": "May Day", "2014-05-11": "Mother's Day", "2014-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2014-05-18": "Remembrance Day", "2014-05-29": "Ascension Day", "2014-06-06": "Flag Day of the Finnish Defense Forces", "2014-06-08": "Whit Sunday", "2014-06-20": "Midsummer Eve", "2014-06-21": "Midsummer Day", "2014-07-06": "Eino Leino Day, Day of Summer and Poetry", "2014-08-30": "Finland's Nature Day", "2014-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2014-10-24": "United Nations Day", "2014-11-01": "All Saints' Day", "2014-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2014-11-09": "Father's Day", "2014-12-06": "Independence Day", "2014-12-08": "Jean Sibelius Day, Day of Finnish Music", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-05": "Runeberg Day", "2015-02-28": "Kalevala Day, Day of Finnish Culture", "2015-03-19": "Minna Canth Day, Day of Equality", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2015-04-27": "National War Veterans' Day", "2015-05-01": "May Day", "2015-05-10": "Mother's Day", "2015-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2015-05-14": "Ascension Day", "2015-05-17": "Remembrance Day", "2015-05-24": "Whit Sunday", "2015-06-06": "Flag Day of the Finnish Defense Forces", "2015-06-19": "Midsummer Eve", "2015-06-20": "Midsummer Day", "2015-07-06": "Eino Leino Day, Day of Summer and Poetry", "2015-08-29": "Finland's Nature Day", "2015-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2015-10-24": "United Nations Day", "2015-10-31": "All Saints' Day", "2015-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2015-11-08": "Father's Day", "2015-12-06": "Independence Day", "2015-12-08": "Jean Sibelius Day, Day of Finnish Music", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-02-05": "Runeberg Day", "2016-02-28": "Kalevala Day, Day of Finnish Culture", "2016-03-19": "Minna Canth Day, Day of Equality", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2016-04-27": "National War Veterans' Day", "2016-05-01": "May Day", "2016-05-05": "Ascension Day", "2016-05-08": "Mother's Day", "2016-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2016-05-15": "Remembrance Day; Whit Sunday", "2016-06-06": "Flag Day of the Finnish Defense Forces", "2016-06-24": "Midsummer Eve", "2016-06-25": "Midsummer Day", "2016-07-06": "Eino Leino Day, Day of Summer and Poetry", "2016-08-27": "Finland's Nature Day", "2016-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2016-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2016-10-24": "United Nations Day", "2016-11-05": "All Saints' Day", "2016-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2016-11-13": "Father's Day", "2016-12-06": "Independence Day", "2016-12-08": "Jean Sibelius Day, Day of Finnish Music", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-05": "Runeberg Day", "2017-02-28": "Kalevala Day, Day of Finnish Culture", "2017-03-19": "Minna Canth Day, Day of Equality", "2017-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-27": "National War Veterans' Day", "2017-05-01": "May Day", "2017-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2017-05-14": "Mother's Day", "2017-05-21": "Remembrance Day", "2017-05-25": "Ascension Day", "2017-06-04": "Whit Sunday", "2017-06-06": "Flag Day of the Finnish Defense Forces", "2017-06-23": "Midsummer Eve", "2017-06-24": "Midsummer Day", "2017-07-06": "Eino Leino Day, Day of Summer and Poetry", "2017-08-26": "Finland's Nature Day", "2017-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2017-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2017-10-24": "United Nations Day", "2017-11-04": "All Saints' Day", "2017-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2017-11-12": "Father's Day", "2017-12-06": "Independence Day", "2017-12-08": "Jean Sibelius Day, Day of Finnish Music", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-05": "Runeberg Day", "2018-02-28": "Kalevala Day, Day of Finnish Culture", "2018-03-19": "Minna Canth Day, Day of Equality", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2018-04-27": "National War Veterans' Day", "2018-05-01": "May Day", "2018-05-10": "Ascension Day", "2018-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2018-05-13": "Mother's Day", "2018-05-20": "Remembrance Day; Whit Sunday", "2018-06-06": "Flag Day of the Finnish Defense Forces", "2018-06-22": "Midsummer Eve", "2018-06-23": "Midsummer Day", "2018-07-06": "Eino Leino Day, Day of Summer and Poetry", "2018-08-25": "Finland's Nature Day", "2018-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2018-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2018-10-24": "United Nations Day", "2018-11-03": "All Saints' Day", "2018-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2018-11-11": "Father's Day", "2018-12-06": "Independence Day", "2018-12-08": "Jean Sibelius Day, Day of Finnish Music", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-02-05": "Runeberg Day", "2019-02-28": "Kalevala Day, Day of Finnish Culture", "2019-03-19": "Minna Canth Day, Day of Equality", "2019-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-04-27": "National War Veterans' Day", "2019-05-01": "May Day", "2019-05-09": "Europe Day", "2019-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2019-05-19": "Remembrance Day", "2019-05-30": "Ascension Day", "2019-06-06": "Flag Day of the Finnish Defense Forces", "2019-06-09": "Whit Sunday", "2019-06-21": "Midsummer Eve", "2019-06-22": "Midsummer Day", "2019-07-06": "Eino Leino Day, Day of Summer and Poetry", "2019-08-31": "Finland's Nature Day", "2019-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2019-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2019-10-24": "United Nations Day", "2019-11-02": "All Saints' Day", "2019-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2019-11-10": "Father's Day", "2019-12-06": "Independence Day", "2019-12-08": "Jean Sibelius Day, Day of Finnish Music", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-02-05": "Runeberg Day", "2020-02-28": "Kalevala Day, Day of Finnish Culture", "2020-03-19": "Minna Canth Day, Day of Equality", "2020-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-04-27": "National War Veterans' Day", "2020-05-01": "May Day", "2020-05-09": "Europe Day", "2020-05-10": "Mother's Day", "2020-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2020-05-17": "Remembrance Day", "2020-05-21": "Ascension Day", "2020-05-31": "Whit Sunday", "2020-06-06": "Flag Day of the Finnish Defense Forces", "2020-06-19": "Midsummer Eve", "2020-06-20": "Midsummer Day", "2020-07-06": "Eino Leino Day, Day of Summer and Poetry", "2020-08-29": "Finland's Nature Day", "2020-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2020-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2020-10-24": "United Nations Day", "2020-10-31": "All Saints' Day", "2020-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2020-11-08": "Father's Day", "2020-11-20": "Day of Children's Rights", "2020-12-06": "Independence Day", "2020-12-08": "Jean Sibelius Day, Day of Finnish Music", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-02-05": "Runeberg Day", "2021-02-28": "Kalevala Day, Day of Finnish Culture", "2021-03-19": "Minna Canth Day, Day of Equality", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2021-04-27": "National War Veterans' Day", "2021-05-01": "May Day", "2021-05-09": "Europe Day; Mother's Day", "2021-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2021-05-13": "Ascension Day", "2021-05-16": "Remembrance Day", "2021-05-23": "Whit Sunday", "2021-06-06": "Flag Day of the Finnish Defense Forces", "2021-06-25": "Midsummer Eve", "2021-06-26": "Midsummer Day", "2021-07-06": "Eino Leino Day, Day of Summer and Poetry", "2021-08-28": "Finland's Nature Day", "2021-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2021-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2021-10-24": "United Nations Day", "2021-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "2021-11-14": "Father's Day", "2021-11-20": "Day of Children's Rights", "2021-12-06": "Independence Day", "2021-12-08": "Jean Sibelius Day, Day of Finnish Music", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-02-05": "Runeberg Day", "2022-02-28": "Kalevala Day, Day of Finnish Culture", "2022-03-19": "Minna Canth Day, Day of Equality", "2022-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-27": "National War Veterans' Day", "2022-05-01": "May Day", "2022-05-08": "Mother's Day", "2022-05-09": "Europe Day", "2022-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2022-05-15": "Remembrance Day", "2022-05-26": "Ascension Day", "2022-06-05": "Whit Sunday", "2022-06-06": "Flag Day of the Finnish Defense Forces", "2022-06-24": "Midsummer Eve", "2022-06-25": "Midsummer Day", "2022-07-06": "Eino Leino Day, Day of Summer and Poetry", "2022-08-27": "Finland's Nature Day", "2022-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2022-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2022-10-24": "United Nations Day", "2022-11-05": "All Saints' Day", "2022-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2022-11-13": "Father's Day", "2022-11-20": "Day of Children's Rights", "2022-12-06": "Independence Day", "2022-12-08": "Jean Sibelius Day, Day of Finnish Music", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-05": "Runeberg Day", "2023-02-28": "Kalevala Day, Day of Finnish Culture", "2023-03-19": "Minna Canth Day, Day of Equality", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday; Mikael Agricola Day, Day of the Finnish Language", "2023-04-10": "Easter Monday", "2023-04-27": "National War Veterans' Day", "2023-05-01": "May Day", "2023-05-09": "Europe Day", "2023-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2023-05-14": "Mother's Day", "2023-05-18": "Ascension Day", "2023-05-21": "Remembrance Day", "2023-05-28": "Whit Sunday", "2023-06-06": "Flag Day of the Finnish Defense Forces", "2023-06-23": "Midsummer Eve", "2023-06-24": "Midsummer Day", "2023-07-06": "Eino Leino Day, Day of Summer and Poetry", "2023-08-26": "Finland's Nature Day", "2023-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2023-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2023-10-24": "United Nations Day", "2023-11-04": "All Saints' Day", "2023-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2023-11-12": "Father's Day", "2023-11-20": "Day of Children's Rights", "2023-12-06": "Independence Day", "2023-12-08": "Jean Sibelius Day, Day of Finnish Music", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-05": "Runeberg Day", "2024-02-28": "Kalevala Day, Day of Finnish Culture", "2024-03-19": "Minna Canth Day, Day of Equality", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2024-04-27": "National War Veterans' Day", "2024-05-01": "May Day", "2024-05-09": "Ascension Day; Europe Day", "2024-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2024-05-19": "Remembrance Day; Whit Sunday", "2024-06-06": "Flag Day of the Finnish Defense Forces", "2024-06-21": "Midsummer Eve", "2024-06-22": "Midsummer Day", "2024-07-06": "Eino Leino Day, Day of Summer and Poetry", "2024-08-31": "Finland's Nature Day", "2024-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2024-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2024-10-24": "United Nations Day", "2024-11-02": "All Saints' Day", "2024-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2024-11-10": "Father's Day", "2024-11-20": "Day of Children's Rights", "2024-12-06": "Independence Day", "2024-12-08": "Jean Sibelius Day, Day of Finnish Music", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-02-05": "Runeberg Day", "2025-02-28": "Kalevala Day, Day of Finnish Culture", "2025-03-19": "Minna Canth Day, Day of Equality", "2025-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-27": "National War Veterans' Day", "2025-05-01": "May Day", "2025-05-09": "Europe Day", "2025-05-11": "Mother's Day", "2025-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2025-05-18": "Remembrance Day", "2025-05-29": "Ascension Day", "2025-06-06": "Flag Day of the Finnish Defense Forces", "2025-06-08": "Whit Sunday", "2025-06-20": "Midsummer Eve", "2025-06-21": "Midsummer Day", "2025-07-06": "Eino Leino Day, Day of Summer and Poetry", "2025-08-30": "Finland's Nature Day", "2025-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2025-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2025-10-24": "United Nations Day", "2025-11-01": "All Saints' Day", "2025-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2025-11-09": "Father's Day", "2025-11-20": "Day of Children's Rights", "2025-12-06": "Independence Day", "2025-12-08": "Jean Sibelius Day, Day of Finnish Music", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-05": "Runeberg Day", "2026-02-28": "Kalevala Day, Day of Finnish Culture", "2026-03-19": "Minna Canth Day, Day of Equality", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2026-04-27": "National War Veterans' Day", "2026-05-01": "May Day", "2026-05-09": "Europe Day", "2026-05-10": "Mother's Day", "2026-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2026-05-14": "Ascension Day", "2026-05-17": "Remembrance Day", "2026-05-24": "Whit Sunday", "2026-06-06": "Flag Day of the Finnish Defense Forces", "2026-06-19": "Midsummer Eve", "2026-06-20": "Midsummer Day", "2026-07-06": "Eino Leino Day, Day of Summer and Poetry", "2026-08-29": "Finland's Nature Day", "2026-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2026-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2026-10-24": "United Nations Day", "2026-10-31": "All Saints' Day", "2026-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2026-11-08": "Father's Day", "2026-11-20": "Day of Children's Rights", "2026-12-06": "Independence Day", "2026-12-08": "Jean Sibelius Day, Day of Finnish Music", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-02-05": "Runeberg Day", "2027-02-28": "Kalevala Day, Day of Finnish Culture", "2027-03-19": "Minna Canth Day, Day of Equality", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2027-04-27": "National War Veterans' Day", "2027-05-01": "May Day", "2027-05-06": "Ascension Day", "2027-05-09": "Europe Day; Mother's Day", "2027-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2027-05-16": "Remembrance Day; Whit Sunday", "2027-06-06": "Flag Day of the Finnish Defense Forces", "2027-06-25": "Midsummer Eve", "2027-06-26": "Midsummer Day", "2027-07-06": "Eino Leino Day, Day of Summer and Poetry", "2027-08-28": "Finland's Nature Day", "2027-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2027-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2027-10-24": "United Nations Day", "2027-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "2027-11-14": "Father's Day", "2027-11-20": "Day of Children's Rights", "2027-12-06": "Independence Day", "2027-12-08": "Jean Sibelius Day, Day of Finnish Music", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-05": "Runeberg Day", "2028-02-28": "Kalevala Day, Day of Finnish Culture", "2028-03-19": "Minna Canth Day, Day of Equality", "2028-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-27": "National War Veterans' Day", "2028-05-01": "May Day", "2028-05-09": "Europe Day", "2028-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2028-05-14": "Mother's Day", "2028-05-21": "Remembrance Day", "2028-05-25": "Ascension Day", "2028-06-04": "Whit Sunday", "2028-06-06": "Flag Day of the Finnish Defense Forces", "2028-06-23": "Midsummer Eve", "2028-06-24": "Midsummer Day", "2028-07-06": "Eino Leino Day, Day of Summer and Poetry", "2028-08-26": "Finland's Nature Day", "2028-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2028-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2028-10-24": "United Nations Day", "2028-11-04": "All Saints' Day", "2028-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2028-11-12": "Father's Day", "2028-11-20": "Day of Children's Rights", "2028-12-06": "Independence Day", "2028-12-08": "Jean Sibelius Day, Day of Finnish Music", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-05": "Runeberg Day", "2029-02-28": "Kalevala Day, Day of Finnish Culture", "2029-03-19": "Minna Canth Day, Day of Equality", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2029-04-27": "National War Veterans' Day", "2029-05-01": "May Day", "2029-05-09": "Europe Day", "2029-05-10": "Ascension Day", "2029-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2029-05-13": "Mother's Day", "2029-05-20": "Remembrance Day; Whit Sunday", "2029-06-06": "Flag Day of the Finnish Defense Forces", "2029-06-22": "Midsummer Eve", "2029-06-23": "Midsummer Day", "2029-07-06": "Eino Leino Day, Day of Summer and Poetry", "2029-08-25": "Finland's Nature Day", "2029-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2029-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2029-10-24": "United Nations Day", "2029-11-03": "All Saints' Day", "2029-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2029-11-11": "Father's Day", "2029-11-20": "Day of Children's Rights", "2029-12-06": "Independence Day", "2029-12-08": "Jean Sibelius Day, Day of Finnish Music", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-02-05": "Runeberg Day", "2030-02-28": "Kalevala Day, Day of Finnish Culture", "2030-03-19": "Minna Canth Day, Day of Equality", "2030-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-27": "National War Veterans' Day", "2030-05-01": "May Day", "2030-05-09": "Europe Day", "2030-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2030-05-19": "Remembrance Day", "2030-05-30": "Ascension Day", "2030-06-06": "Flag Day of the Finnish Defense Forces", "2030-06-09": "Whit Sunday", "2030-06-21": "Midsummer Eve", "2030-06-22": "Midsummer Day", "2030-07-06": "Eino Leino Day, Day of Summer and Poetry", "2030-08-31": "Finland's Nature Day", "2030-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2030-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2030-10-24": "United Nations Day", "2030-11-02": "All Saints' Day", "2030-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2030-11-10": "Father's Day", "2030-11-20": "Day of Children's Rights", "2030-12-06": "Independence Day", "2030-12-08": "Jean Sibelius Day, Day of Finnish Music", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-05": "Runeberg Day", "2031-02-28": "Kalevala Day, Day of Finnish Culture", "2031-03-19": "Minna Canth Day, Day of Equality", "2031-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-27": "National War Veterans' Day", "2031-05-01": "May Day", "2031-05-09": "Europe Day", "2031-05-11": "Mother's Day", "2031-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2031-05-18": "Remembrance Day", "2031-05-22": "Ascension Day", "2031-06-01": "Whit Sunday", "2031-06-06": "Flag Day of the Finnish Defense Forces", "2031-06-20": "Midsummer Eve", "2031-06-21": "Midsummer Day", "2031-07-06": "Eino Leino Day, Day of Summer and Poetry", "2031-08-30": "Finland's Nature Day", "2031-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2031-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2031-10-24": "United Nations Day", "2031-11-01": "All Saints' Day", "2031-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2031-11-09": "Father's Day", "2031-11-20": "Day of Children's Rights", "2031-12-06": "Independence Day", "2031-12-08": "Jean Sibelius Day, Day of Finnish Music", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-02-05": "Runeberg Day", "2032-02-28": "Kalevala Day, Day of Finnish Culture", "2032-03-19": "Minna Canth Day, Day of Equality", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2032-04-27": "National War Veterans' Day", "2032-05-01": "May Day", "2032-05-06": "Ascension Day", "2032-05-09": "Europe Day; Mother's Day", "2032-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2032-05-16": "Remembrance Day; Whit Sunday", "2032-06-06": "Flag Day of the Finnish Defense Forces", "2032-06-25": "Midsummer Eve", "2032-06-26": "Midsummer Day", "2032-07-06": "Eino Leino Day, Day of Summer and Poetry", "2032-08-28": "Finland's Nature Day", "2032-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2032-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2032-10-24": "United Nations Day", "2032-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "2032-11-14": "Father's Day", "2032-11-20": "Day of Children's Rights", "2032-12-06": "Independence Day", "2032-12-08": "Jean Sibelius Day, Day of Finnish Music", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-02-05": "Runeberg Day", "2033-02-28": "Kalevala Day, Day of Finnish Culture", "2033-03-19": "Minna Canth Day, Day of Equality", "2033-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-27": "National War Veterans' Day", "2033-05-01": "May Day", "2033-05-08": "Mother's Day", "2033-05-09": "Europe Day", "2033-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2033-05-15": "Remembrance Day", "2033-05-26": "Ascension Day", "2033-06-05": "Whit Sunday", "2033-06-06": "Flag Day of the Finnish Defense Forces", "2033-06-24": "Midsummer Eve", "2033-06-25": "Midsummer Day", "2033-07-06": "Eino Leino Day, Day of Summer and Poetry", "2033-08-27": "Finland's Nature Day", "2033-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2033-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2033-10-24": "United Nations Day", "2033-11-05": "All Saints' Day", "2033-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2033-11-13": "Father's Day", "2033-11-20": "Day of Children's Rights", "2033-12-06": "Independence Day", "2033-12-08": "Jean Sibelius Day, Day of Finnish Music", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-05": "Runeberg Day", "2034-02-28": "Kalevala Day, Day of Finnish Culture", "2034-03-19": "Minna Canth Day, Day of Equality", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday; Mikael Agricola Day, Day of the Finnish Language", "2034-04-10": "Easter Monday", "2034-04-27": "National War Veterans' Day", "2034-05-01": "May Day", "2034-05-09": "Europe Day", "2034-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2034-05-14": "Mother's Day", "2034-05-18": "Ascension Day", "2034-05-21": "Remembrance Day", "2034-05-28": "Whit Sunday", "2034-06-06": "Flag Day of the Finnish Defense Forces", "2034-06-23": "Midsummer Eve", "2034-06-24": "Midsummer Day", "2034-07-06": "Eino Leino Day, Day of Summer and Poetry", "2034-08-26": "Finland's Nature Day", "2034-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2034-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2034-10-24": "United Nations Day", "2034-11-04": "All Saints' Day", "2034-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2034-11-12": "Father's Day", "2034-11-20": "Day of Children's Rights", "2034-12-06": "Independence Day", "2034-12-08": "Jean Sibelius Day, Day of Finnish Music", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-05": "Runeberg Day", "2035-02-28": "Kalevala Day, Day of Finnish Culture", "2035-03-19": "Minna Canth Day, Day of Equality", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2035-04-27": "National War Veterans' Day", "2035-05-01": "May Day", "2035-05-03": "Ascension Day", "2035-05-09": "Europe Day", "2035-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2035-05-13": "Mother's Day; Whit Sunday", "2035-05-20": "Remembrance Day", "2035-06-06": "Flag Day of the Finnish Defense Forces", "2035-06-22": "Midsummer Eve", "2035-06-23": "Midsummer Day", "2035-07-06": "Eino Leino Day, Day of Summer and Poetry", "2035-08-25": "Finland's Nature Day", "2035-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2035-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2035-10-24": "United Nations Day", "2035-11-03": "All Saints' Day", "2035-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2035-11-11": "Father's Day", "2035-11-20": "Day of Children's Rights", "2035-12-06": "Independence Day", "2035-12-08": "Jean Sibelius Day, Day of Finnish Music", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-05": "Runeberg Day", "2036-02-28": "Kalevala Day, Day of Finnish Culture", "2036-03-19": "Minna Canth Day, Day of Equality", "2036-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-27": "National War Veterans' Day", "2036-05-01": "May Day", "2036-05-09": "Europe Day", "2036-05-11": "Mother's Day", "2036-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2036-05-18": "Remembrance Day", "2036-05-22": "Ascension Day", "2036-06-01": "Whit Sunday", "2036-06-06": "Flag Day of the Finnish Defense Forces", "2036-06-20": "Midsummer Eve", "2036-06-21": "Midsummer Day", "2036-07-06": "Eino Leino Day, Day of Summer and Poetry", "2036-08-30": "Finland's Nature Day", "2036-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2036-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2036-10-24": "United Nations Day", "2036-11-01": "All Saints' Day", "2036-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2036-11-09": "Father's Day", "2036-11-20": "Day of Children's Rights", "2036-12-06": "Independence Day", "2036-12-08": "Jean Sibelius Day, Day of Finnish Music", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-05": "Runeberg Day", "2037-02-28": "Kalevala Day, Day of Finnish Culture", "2037-03-19": "Minna Canth Day, Day of Equality", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2037-04-27": "National War Veterans' Day", "2037-05-01": "May Day", "2037-05-09": "Europe Day", "2037-05-10": "Mother's Day", "2037-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2037-05-14": "Ascension Day", "2037-05-17": "Remembrance Day", "2037-05-24": "Whit Sunday", "2037-06-06": "Flag Day of the Finnish Defense Forces", "2037-06-19": "Midsummer Eve", "2037-06-20": "Midsummer Day", "2037-07-06": "Eino Leino Day, Day of Summer and Poetry", "2037-08-29": "Finland's Nature Day", "2037-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2037-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2037-10-24": "United Nations Day", "2037-10-31": "All Saints' Day", "2037-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2037-11-08": "Father's Day", "2037-11-20": "Day of Children's Rights", "2037-12-06": "Independence Day", "2037-12-08": "Jean Sibelius Day, Day of Finnish Music", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-02-05": "Runeberg Day", "2038-02-28": "Kalevala Day, Day of Finnish Culture", "2038-03-19": "Minna Canth Day, Day of Equality", "2038-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-04-27": "National War Veterans' Day", "2038-05-01": "May Day", "2038-05-09": "Europe Day; Mother's Day", "2038-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2038-05-16": "Remembrance Day", "2038-06-03": "Ascension Day", "2038-06-06": "Flag Day of the Finnish Defense Forces", "2038-06-13": "Whit Sunday", "2038-06-25": "Midsummer Eve", "2038-06-26": "Midsummer Day", "2038-07-06": "Eino Leino Day, Day of Summer and Poetry", "2038-08-28": "Finland's Nature Day", "2038-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2038-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2038-10-24": "United Nations Day", "2038-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "2038-11-14": "Father's Day", "2038-11-20": "Day of Children's Rights", "2038-12-06": "Independence Day", "2038-12-08": "Jean Sibelius Day, Day of Finnish Music", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-05": "Runeberg Day", "2039-02-28": "Kalevala Day, Day of Finnish Culture", "2039-03-19": "Minna Canth Day, Day of Equality", "2039-04-08": "Good Friday", "2039-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-27": "National War Veterans' Day", "2039-05-01": "May Day", "2039-05-08": "Mother's Day", "2039-05-09": "Europe Day", "2039-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2039-05-15": "Remembrance Day", "2039-05-19": "Ascension Day", "2039-05-29": "Whit Sunday", "2039-06-06": "Flag Day of the Finnish Defense Forces", "2039-06-24": "Midsummer Eve", "2039-06-25": "Midsummer Day", "2039-07-06": "Eino Leino Day, Day of Summer and Poetry", "2039-08-27": "Finland's Nature Day", "2039-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2039-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2039-10-24": "United Nations Day", "2039-11-05": "All Saints' Day", "2039-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2039-11-13": "Father's Day", "2039-11-20": "Day of Children's Rights", "2039-12-06": "Independence Day", "2039-12-08": "Jean Sibelius Day, Day of Finnish Music", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-02-05": "Runeberg Day", "2040-02-28": "Kalevala Day, Day of Finnish Culture", "2040-03-19": "Minna Canth Day, Day of Equality", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2040-04-27": "National War Veterans' Day", "2040-05-01": "May Day", "2040-05-09": "Europe Day", "2040-05-10": "Ascension Day", "2040-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2040-05-13": "Mother's Day", "2040-05-20": "Remembrance Day; Whit Sunday", "2040-06-06": "Flag Day of the Finnish Defense Forces", "2040-06-22": "Midsummer Eve", "2040-06-23": "Midsummer Day", "2040-07-06": "Eino Leino Day, Day of Summer and Poetry", "2040-08-25": "Finland's Nature Day", "2040-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2040-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2040-10-24": "United Nations Day", "2040-11-03": "All Saints' Day", "2040-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2040-11-11": "Father's Day", "2040-11-20": "Day of Children's Rights", "2040-12-06": "Independence Day", "2040-12-08": "Jean Sibelius Day, Day of Finnish Music", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-02-05": "Runeberg Day", "2041-02-28": "Kalevala Day, Day of Finnish Culture", "2041-03-19": "Minna Canth Day, Day of Equality", "2041-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-27": "National War Veterans' Day", "2041-05-01": "May Day", "2041-05-09": "Europe Day", "2041-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2041-05-19": "Remembrance Day", "2041-05-30": "Ascension Day", "2041-06-06": "Flag Day of the Finnish Defense Forces", "2041-06-09": "Whit Sunday", "2041-06-21": "Midsummer Eve", "2041-06-22": "Midsummer Day", "2041-07-06": "Eino Leino Day, Day of Summer and Poetry", "2041-08-31": "Finland's Nature Day", "2041-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2041-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2041-10-24": "United Nations Day", "2041-11-02": "All Saints' Day", "2041-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2041-11-10": "Father's Day", "2041-11-20": "Day of Children's Rights", "2041-12-06": "Independence Day", "2041-12-08": "Jean Sibelius Day, Day of Finnish Music", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-05": "Runeberg Day", "2042-02-28": "Kalevala Day, Day of Finnish Culture", "2042-03-19": "Minna Canth Day, Day of Equality", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2042-04-27": "National War Veterans' Day", "2042-05-01": "May Day", "2042-05-09": "Europe Day", "2042-05-11": "Mother's Day", "2042-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2042-05-15": "Ascension Day", "2042-05-18": "Remembrance Day", "2042-05-25": "Whit Sunday", "2042-06-06": "Flag Day of the Finnish Defense Forces", "2042-06-20": "Midsummer Eve", "2042-06-21": "Midsummer Day", "2042-07-06": "Eino Leino Day, Day of Summer and Poetry", "2042-08-30": "Finland's Nature Day", "2042-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2042-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2042-10-24": "United Nations Day", "2042-11-01": "All Saints' Day", "2042-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2042-11-09": "Father's Day", "2042-11-20": "Day of Children's Rights", "2042-12-06": "Independence Day", "2042-12-08": "Jean Sibelius Day, Day of Finnish Music", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-02-05": "Runeberg Day", "2043-02-28": "Kalevala Day, Day of Finnish Culture", "2043-03-19": "Minna Canth Day, Day of Equality", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2043-04-27": "National War Veterans' Day", "2043-05-01": "May Day", "2043-05-07": "Ascension Day", "2043-05-09": "Europe Day", "2043-05-10": "Mother's Day", "2043-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2043-05-17": "Remembrance Day; Whit Sunday", "2043-06-06": "Flag Day of the Finnish Defense Forces", "2043-06-19": "Midsummer Eve", "2043-06-20": "Midsummer Day", "2043-07-06": "Eino Leino Day, Day of Summer and Poetry", "2043-08-29": "Finland's Nature Day", "2043-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2043-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2043-10-24": "United Nations Day", "2043-10-31": "All Saints' Day", "2043-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2043-11-08": "Father's Day", "2043-11-20": "Day of Children's Rights", "2043-12-06": "Independence Day", "2043-12-08": "Jean Sibelius Day, Day of Finnish Music", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-02-05": "Runeberg Day", "2044-02-28": "Kalevala Day, Day of Finnish Culture", "2044-03-19": "Minna Canth Day, Day of Equality", "2044-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-27": "National War Veterans' Day", "2044-05-01": "May Day", "2044-05-08": "Mother's Day", "2044-05-09": "Europe Day", "2044-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2044-05-15": "Remembrance Day", "2044-05-26": "Ascension Day", "2044-06-05": "Whit Sunday", "2044-06-06": "Flag Day of the Finnish Defense Forces", "2044-06-24": "Midsummer Eve", "2044-06-25": "Midsummer Day", "2044-07-06": "Eino Leino Day, Day of Summer and Poetry", "2044-08-27": "Finland's Nature Day", "2044-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2044-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2044-10-24": "United Nations Day", "2044-11-05": "All Saints' Day", "2044-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2044-11-13": "Father's Day", "2044-11-20": "Day of Children's Rights", "2044-12-06": "Independence Day", "2044-12-08": "Jean Sibelius Day, Day of Finnish Music", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-05": "Runeberg Day", "2045-02-28": "Kalevala Day, Day of Finnish Culture", "2045-03-19": "Minna Canth Day, Day of Equality", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday; Mikael Agricola Day, Day of the Finnish Language", "2045-04-10": "Easter Monday", "2045-04-27": "National War Veterans' Day", "2045-05-01": "May Day", "2045-05-09": "Europe Day", "2045-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2045-05-14": "Mother's Day", "2045-05-18": "Ascension Day", "2045-05-21": "Remembrance Day", "2045-05-28": "Whit Sunday", "2045-06-06": "Flag Day of the Finnish Defense Forces", "2045-06-23": "Midsummer Eve", "2045-06-24": "Midsummer Day", "2045-07-06": "Eino Leino Day, Day of Summer and Poetry", "2045-08-26": "Finland's Nature Day", "2045-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2045-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2045-10-24": "United Nations Day", "2045-11-04": "All Saints' Day", "2045-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2045-11-12": "Father's Day", "2045-11-20": "Day of Children's Rights", "2045-12-06": "Independence Day", "2045-12-08": "Jean Sibelius Day, Day of Finnish Music", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-02-05": "Runeberg Day", "2046-02-28": "Kalevala Day, Day of Finnish Culture", "2046-03-19": "Minna Canth Day, Day of Equality", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2046-04-27": "National War Veterans' Day", "2046-05-01": "May Day", "2046-05-03": "Ascension Day", "2046-05-09": "Europe Day", "2046-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2046-05-13": "Mother's Day; Whit Sunday", "2046-05-20": "Remembrance Day", "2046-06-06": "Flag Day of the Finnish Defense Forces", "2046-06-22": "Midsummer Eve", "2046-06-23": "Midsummer Day", "2046-07-06": "Eino Leino Day, Day of Summer and Poetry", "2046-08-25": "Finland's Nature Day", "2046-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2046-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2046-10-24": "United Nations Day", "2046-11-03": "All Saints' Day", "2046-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2046-11-11": "Father's Day", "2046-11-20": "Day of Children's Rights", "2046-12-06": "Independence Day", "2046-12-08": "Jean Sibelius Day, Day of Finnish Music", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-02-05": "Runeberg Day", "2047-02-28": "Kalevala Day, Day of Finnish Culture", "2047-03-19": "Minna Canth Day, Day of Equality", "2047-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-27": "National War Veterans' Day", "2047-05-01": "May Day", "2047-05-09": "Europe Day", "2047-05-12": "J. V. Snellman Day, Day of Finnish Heritage; Mother's Day", "2047-05-19": "Remembrance Day", "2047-05-23": "Ascension Day", "2047-06-02": "Whit Sunday", "2047-06-06": "Flag Day of the Finnish Defense Forces", "2047-06-21": "Midsummer Eve", "2047-06-22": "Midsummer Day", "2047-07-06": "Eino Leino Day, Day of Summer and Poetry", "2047-08-31": "Finland's Nature Day", "2047-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2047-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2047-10-24": "United Nations Day", "2047-11-02": "All Saints' Day", "2047-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2047-11-10": "Father's Day", "2047-11-20": "Day of Children's Rights", "2047-12-06": "Independence Day", "2047-12-08": "Jean Sibelius Day, Day of Finnish Music", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-05": "Runeberg Day", "2048-02-28": "Kalevala Day, Day of Finnish Culture", "2048-03-19": "Minna Canth Day, Day of Equality", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2048-04-27": "National War Veterans' Day", "2048-05-01": "May Day", "2048-05-09": "Europe Day", "2048-05-10": "Mother's Day", "2048-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2048-05-14": "Ascension Day", "2048-05-17": "Remembrance Day", "2048-05-24": "Whit Sunday", "2048-06-06": "Flag Day of the Finnish Defense Forces", "2048-06-19": "Midsummer Eve", "2048-06-20": "Midsummer Day", "2048-07-06": "Eino Leino Day, Day of Summer and Poetry", "2048-08-29": "Finland's Nature Day", "2048-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2048-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2048-10-24": "United Nations Day", "2048-10-31": "All Saints' Day", "2048-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2048-11-08": "Father's Day", "2048-11-20": "Day of Children's Rights", "2048-12-06": "Independence Day", "2048-12-08": "Jean Sibelius Day, Day of Finnish Music", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-02-05": "Runeberg Day", "2049-02-28": "Kalevala Day, Day of Finnish Culture", "2049-03-19": "Minna Canth Day, Day of Equality", "2049-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-27": "National War Veterans' Day", "2049-05-01": "May Day", "2049-05-09": "Europe Day; Mother's Day", "2049-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2049-05-16": "Remembrance Day", "2049-05-27": "Ascension Day", "2049-06-06": "Flag Day of the Finnish Defense Forces; Whit Sunday", "2049-06-25": "Midsummer Eve", "2049-06-26": "Midsummer Day", "2049-07-06": "Eino Leino Day, Day of Summer and Poetry", "2049-08-28": "Finland's Nature Day", "2049-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2049-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2049-10-24": "United Nations Day", "2049-11-06": "All Saints' Day; Finnish Swedish Heritage Day, svenska dagen", "2049-11-14": "Father's Day", "2049-11-20": "Day of Children's Rights", "2049-12-06": "Independence Day", "2049-12-08": "Jean Sibelius Day, Day of Finnish Music", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-05": "Runeberg Day", "2050-02-28": "Kalevala Day, Day of Finnish Culture", "2050-03-19": "Minna Canth Day, Day of Equality", "2050-04-08": "Good Friday", "2050-04-09": "Mikael Agricola Day, Day of the Finnish Language", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-27": "National War Veterans' Day", "2050-05-01": "May Day", "2050-05-08": "Mother's Day", "2050-05-09": "Europe Day", "2050-05-12": "J. V. Snellman Day, Day of Finnish Heritage", "2050-05-15": "Remembrance Day", "2050-05-19": "Ascension Day", "2050-05-29": "Whit Sunday", "2050-06-06": "Flag Day of the Finnish Defense Forces", "2050-06-24": "Midsummer Eve", "2050-06-25": "Midsummer Day", "2050-07-06": "Eino Leino Day, Day of Summer and Poetry", "2050-08-27": "Finland's Nature Day", "2050-10-01": "Miina Sillanp\u00e4\u00e4 Day, Day of Civic Participation", "2050-10-10": "Aleksis Kivi Day, Day of Finnish Literature", "2050-10-24": "United Nations Day", "2050-11-05": "All Saints' Day", "2050-11-06": "Finnish Swedish Heritage Day, svenska dagen", "2050-11-13": "Father's Day", "2050-11-20": "Day of Children's Rights", "2050-12-06": "Independence Day", "2050-12-08": "Jean Sibelius Day, Day of Finnish Music", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/FJ_COMMON.json000066400000000000000000000416351500152103600215560ustar00rootroot00000000000000{ "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Easter Saturday", "2016-03-28": "Easter Monday", "2016-06-24": "National Sports Day", "2016-09-07": "Constitution Day", "2016-10-10": "Fiji Day", "2016-10-31": "Diwali", "2016-12-12": "Prophet Mohammed's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-04-15": "Easter Saturday", "2017-04-17": "Easter Monday", "2017-06-30": "National Sports Day", "2017-09-07": "Constitution Day", "2017-10-10": "Fiji Day", "2017-10-19": "Diwali", "2017-12-02": "Prophet Mohammed's Birthday", "2017-12-04": "Prophet Mohammed's Birthday (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Easter Saturday", "2018-04-02": "Easter Monday", "2018-06-29": "National Sports Day", "2018-09-07": "Constitution Day", "2018-10-10": "Fiji Day", "2018-11-07": "Diwali", "2018-11-19": "Prophet Mohammed's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Easter Saturday", "2019-04-22": "Easter Monday", "2019-09-07": "Constitution Day", "2019-09-09": "Constitution Day (observed)", "2019-10-10": "Fiji Day", "2019-10-28": "Diwali", "2019-11-09": "Prophet Mohammed's Birthday", "2019-11-11": "Prophet Mohammed's Birthday (observed)", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Easter Saturday", "2020-04-13": "Easter Monday", "2020-09-07": "Constitution Day", "2020-10-10": "Fiji Day", "2020-10-31": "Prophet Mohammed's Birthday", "2020-11-02": "Prophet Mohammed's Birthday (observed)", "2020-11-14": "Diwali", "2020-11-16": "Diwali (observed)", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Easter Saturday", "2021-04-05": "Easter Monday", "2021-09-07": "Constitution Day", "2021-10-10": "Fiji Day", "2021-10-18": "Prophet Mohammed's Birthday", "2021-11-04": "Diwali", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-04-16": "Easter Saturday", "2022-04-18": "Easter Monday", "2022-09-07": "Constitution Day", "2022-10-07": "Prophet Mohammed's Birthday", "2022-10-10": "Fiji Day", "2022-10-25": "Diwali", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-08": "Easter Saturday", "2023-04-10": "Easter Monday", "2023-05-15": "Girmit Day", "2023-05-29": "Ratu Sir Lala Sukuna Day", "2023-09-07": "Constitution Day", "2023-09-30": "Prophet Mohammed's Birthday", "2023-10-02": "Prophet Mohammed's Birthday (observed)", "2023-10-10": "Fiji Day", "2023-11-13": "Diwali", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Easter Saturday", "2024-04-01": "Easter Monday", "2024-05-13": "Girmit Day", "2024-05-31": "Ratu Sir Lala Sukuna Day", "2024-09-07": "Constitution Day", "2024-09-16": "Prophet Mohammed's Birthday", "2024-10-10": "Fiji Day", "2024-11-01": "Diwali", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Easter Saturday", "2025-04-21": "Easter Monday", "2025-05-12": "Girmit Day", "2025-05-30": "Ratu Sir Lala Sukuna Day", "2025-09-06": "Prophet Mohammed's Birthday", "2025-09-07": "Constitution Day", "2025-09-08": "Prophet Mohammed's Birthday (observed)", "2025-10-10": "Fiji Day", "2025-10-21": "Diwali", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Easter Saturday", "2026-04-06": "Easter Monday", "2026-05-11": "Girmit Day", "2026-05-29": "Ratu Sir Lala Sukuna Day", "2026-08-25": "Prophet Mohammed's Birthday (estimated)", "2026-09-07": "Constitution Day", "2026-10-10": "Fiji Day", "2026-11-08": "Diwali (estimated)", "2026-11-09": "Diwali (observed, estimated)", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Easter Saturday", "2027-03-29": "Easter Monday", "2027-05-17": "Girmit Day", "2027-05-28": "Ratu Sir Lala Sukuna Day", "2027-08-14": "Prophet Mohammed's Birthday (estimated)", "2027-08-16": "Prophet Mohammed's Birthday (observed, estimated)", "2027-09-07": "Constitution Day", "2027-10-10": "Fiji Day", "2027-10-29": "Diwali (estimated)", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-04-15": "Easter Saturday", "2028-04-17": "Easter Monday", "2028-05-15": "Girmit Day", "2028-05-26": "Ratu Sir Lala Sukuna Day", "2028-08-03": "Prophet Mohammed's Birthday (estimated)", "2028-09-07": "Constitution Day", "2028-10-10": "Fiji Day", "2028-10-17": "Diwali (estimated)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Easter Saturday", "2029-04-02": "Easter Monday", "2029-05-14": "Girmit Day", "2029-05-25": "Ratu Sir Lala Sukuna Day", "2029-07-24": "Prophet Mohammed's Birthday (estimated)", "2029-09-07": "Constitution Day", "2029-10-10": "Fiji Day", "2029-11-05": "Diwali (estimated)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Easter Saturday", "2030-04-22": "Easter Monday", "2030-05-13": "Girmit Day", "2030-05-31": "Ratu Sir Lala Sukuna Day", "2030-07-13": "Prophet Mohammed's Birthday (estimated)", "2030-07-15": "Prophet Mohammed's Birthday (observed, estimated)", "2030-09-07": "Constitution Day", "2030-10-10": "Fiji Day", "2030-10-26": "Diwali (estimated)", "2030-10-28": "Diwali (observed, estimated)", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Easter Saturday", "2031-04-14": "Easter Monday", "2031-05-12": "Girmit Day", "2031-05-30": "Ratu Sir Lala Sukuna Day", "2031-07-02": "Prophet Mohammed's Birthday (estimated)", "2031-09-07": "Constitution Day", "2031-10-10": "Fiji Day", "2031-11-14": "Diwali (estimated)", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Easter Saturday", "2032-03-29": "Easter Monday", "2032-05-17": "Girmit Day", "2032-05-28": "Ratu Sir Lala Sukuna Day", "2032-06-20": "Prophet Mohammed's Birthday (estimated)", "2032-06-21": "Prophet Mohammed's Birthday (observed, estimated)", "2032-09-07": "Constitution Day", "2032-10-10": "Fiji Day", "2032-11-02": "Diwali (estimated)", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-04-16": "Easter Saturday", "2033-04-18": "Easter Monday", "2033-05-16": "Girmit Day", "2033-05-27": "Ratu Sir Lala Sukuna Day", "2033-06-09": "Prophet Mohammed's Birthday (estimated)", "2033-09-07": "Constitution Day", "2033-10-10": "Fiji Day", "2033-10-22": "Diwali (estimated)", "2033-10-24": "Diwali (observed, estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-08": "Easter Saturday", "2034-04-10": "Easter Monday", "2034-05-15": "Girmit Day", "2034-05-26": "Ratu Sir Lala Sukuna Day", "2034-05-30": "Prophet Mohammed's Birthday (estimated)", "2034-09-07": "Constitution Day", "2034-10-10": "Fiji Day", "2034-11-10": "Diwali (estimated)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Easter Saturday", "2035-03-26": "Easter Monday", "2035-05-14": "Girmit Day", "2035-05-20": "Prophet Mohammed's Birthday (estimated)", "2035-05-21": "Prophet Mohammed's Birthday (observed, estimated)", "2035-05-25": "Ratu Sir Lala Sukuna Day", "2035-09-07": "Constitution Day", "2035-10-10": "Fiji Day", "2035-10-30": "Diwali (estimated)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Easter Saturday", "2036-04-14": "Easter Monday", "2036-05-08": "Prophet Mohammed's Birthday (estimated)", "2036-05-12": "Girmit Day", "2036-05-30": "Ratu Sir Lala Sukuna Day", "2036-09-07": "Constitution Day", "2036-10-10": "Fiji Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Easter Saturday", "2037-04-06": "Easter Monday", "2037-04-28": "Prophet Mohammed's Birthday (estimated)", "2037-05-11": "Girmit Day", "2037-05-29": "Ratu Sir Lala Sukuna Day", "2037-09-07": "Constitution Day", "2037-10-10": "Fiji Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-17": "Prophet Mohammed's Birthday (estimated)", "2038-04-19": "Prophet Mohammed's Birthday (observed, estimated)", "2038-04-23": "Good Friday", "2038-04-24": "Easter Saturday", "2038-04-26": "Easter Monday", "2038-05-17": "Girmit Day", "2038-05-28": "Ratu Sir Lala Sukuna Day", "2038-09-07": "Constitution Day", "2038-10-10": "Fiji Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-06": "Prophet Mohammed's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-09": "Easter Saturday", "2039-04-11": "Easter Monday", "2039-05-16": "Girmit Day", "2039-05-27": "Ratu Sir Lala Sukuna Day", "2039-09-07": "Constitution Day", "2039-10-10": "Fiji Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-25": "Prophet Mohammed's Birthday (estimated)", "2040-03-26": "Prophet Mohammed's Birthday (observed, estimated)", "2040-03-30": "Good Friday", "2040-03-31": "Easter Saturday", "2040-04-02": "Easter Monday", "2040-05-14": "Girmit Day", "2040-05-25": "Ratu Sir Lala Sukuna Day", "2040-09-07": "Constitution Day", "2040-10-10": "Fiji Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-03-15": "Prophet Mohammed's Birthday (estimated)", "2041-04-19": "Good Friday", "2041-04-20": "Easter Saturday", "2041-04-22": "Easter Monday", "2041-05-13": "Girmit Day", "2041-05-31": "Ratu Sir Lala Sukuna Day", "2041-09-07": "Constitution Day", "2041-10-10": "Fiji Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-03-04": "Prophet Mohammed's Birthday (estimated)", "2042-04-04": "Good Friday", "2042-04-05": "Easter Saturday", "2042-04-07": "Easter Monday", "2042-05-12": "Girmit Day", "2042-05-30": "Ratu Sir Lala Sukuna Day", "2042-09-07": "Constitution Day", "2042-10-10": "Fiji Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-22": "Prophet Mohammed's Birthday (estimated)", "2043-02-23": "Prophet Mohammed's Birthday (observed, estimated)", "2043-03-27": "Good Friday", "2043-03-28": "Easter Saturday", "2043-03-30": "Easter Monday", "2043-05-11": "Girmit Day", "2043-05-29": "Ratu Sir Lala Sukuna Day", "2043-09-07": "Constitution Day", "2043-10-10": "Fiji Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-11": "Prophet Mohammed's Birthday (estimated)", "2044-04-15": "Good Friday", "2044-04-16": "Easter Saturday", "2044-04-18": "Easter Monday", "2044-05-16": "Girmit Day", "2044-05-27": "Ratu Sir Lala Sukuna Day", "2044-09-07": "Constitution Day", "2044-10-10": "Fiji Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet Mohammed's Birthday (estimated)", "2045-04-07": "Good Friday", "2045-04-08": "Easter Saturday", "2045-04-10": "Easter Monday", "2045-05-15": "Girmit Day", "2045-05-26": "Ratu Sir Lala Sukuna Day", "2045-09-07": "Constitution Day", "2045-10-10": "Fiji Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Mohammed's Birthday (estimated)", "2046-03-23": "Good Friday", "2046-03-24": "Easter Saturday", "2046-03-26": "Easter Monday", "2046-05-14": "Girmit Day", "2046-05-25": "Ratu Sir Lala Sukuna Day", "2046-09-07": "Constitution Day", "2046-10-10": "Fiji Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Mohammed's Birthday (estimated)", "2047-04-12": "Good Friday", "2047-04-13": "Easter Saturday", "2047-04-15": "Easter Monday", "2047-05-13": "Girmit Day", "2047-05-31": "Ratu Sir Lala Sukuna Day", "2047-09-07": "Constitution Day", "2047-10-10": "Fiji Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2047-12-29": "Prophet Mohammed's Birthday (estimated)", "2047-12-30": "Prophet Mohammed's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Easter Saturday", "2048-04-06": "Easter Monday", "2048-05-11": "Girmit Day", "2048-05-29": "Ratu Sir Lala Sukuna Day", "2048-09-07": "Constitution Day", "2048-10-10": "Fiji Day", "2048-12-18": "Prophet Mohammed's Birthday (estimated)", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Easter Saturday", "2049-04-19": "Easter Monday", "2049-05-17": "Girmit Day", "2049-05-28": "Ratu Sir Lala Sukuna Day", "2049-09-07": "Constitution Day", "2049-10-10": "Fiji Day", "2049-12-07": "Prophet Mohammed's Birthday (estimated)", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-09": "Easter Saturday", "2050-04-11": "Easter Monday", "2050-05-16": "Girmit Day", "2050-05-27": "Ratu Sir Lala Sukuna Day", "2050-09-07": "Constitution Day", "2050-10-10": "Fiji Day", "2050-11-26": "Prophet Mohammed's Birthday (estimated)", "2050-11-28": "Prophet Mohammed's Birthday (observed, estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/FR_BL.json000066400000000000000000001212511500152103600210640ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-07-14": "National Day", "1950-08-15": "Assumption Day", "1950-10-09": "Abolition of Slavery", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-07-14": "National Day", "1951-08-15": "Assumption Day", "1951-10-09": "Abolition of Slavery", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-07-14": "National Day", "1952-08-15": "Assumption Day", "1952-10-09": "Abolition of Slavery", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-07-14": "National Day", "1953-08-15": "Assumption Day", "1953-10-09": "Abolition of Slavery", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-07-14": "National Day", "1954-08-15": "Assumption Day", "1954-10-09": "Abolition of Slavery", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-07-14": "National Day", "1955-08-15": "Assumption Day", "1955-10-09": "Abolition of Slavery", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-07-14": "National Day", "1956-08-15": "Assumption Day", "1956-10-09": "Abolition of Slavery", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-14": "National Day", "1957-08-15": "Assumption Day", "1957-10-09": "Abolition of Slavery", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-07-14": "National Day", "1958-08-15": "Assumption Day", "1958-10-09": "Abolition of Slavery", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-07-14": "National Day", "1959-08-15": "Assumption Day", "1959-10-09": "Abolition of Slavery", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-07-14": "National Day", "1960-08-15": "Assumption Day", "1960-10-09": "Abolition of Slavery", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-07-14": "National Day", "1961-08-15": "Assumption Day", "1961-10-09": "Abolition of Slavery", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-08-15": "Assumption Day", "1962-10-09": "Abolition of Slavery", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-07-14": "National Day", "1963-08-15": "Assumption Day", "1963-10-09": "Abolition of Slavery", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-07-14": "National Day", "1964-08-15": "Assumption Day", "1964-10-09": "Abolition of Slavery", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-07-14": "National Day", "1965-08-15": "Assumption Day", "1965-10-09": "Abolition of Slavery", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-07-14": "National Day", "1966-08-15": "Assumption Day", "1966-10-09": "Abolition of Slavery", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-07-14": "National Day", "1967-08-15": "Assumption Day", "1967-10-09": "Abolition of Slavery", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-07-14": "National Day", "1968-08-15": "Assumption Day", "1968-10-09": "Abolition of Slavery", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-07-14": "National Day", "1969-08-15": "Assumption Day", "1969-10-09": "Abolition of Slavery", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-07-14": "National Day", "1970-08-15": "Assumption Day", "1970-10-09": "Abolition of Slavery", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-07-14": "National Day", "1971-08-15": "Assumption Day", "1971-10-09": "Abolition of Slavery", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-07-14": "National Day", "1972-08-15": "Assumption Day", "1972-10-09": "Abolition of Slavery", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-08-15": "Assumption Day", "1973-10-09": "Abolition of Slavery", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-07-14": "National Day", "1974-08-15": "Assumption Day", "1974-10-09": "Abolition of Slavery", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-07-14": "National Day", "1975-08-15": "Assumption Day", "1975-10-09": "Abolition of Slavery", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-07-14": "National Day", "1976-08-15": "Assumption Day", "1976-10-09": "Abolition of Slavery", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-07-14": "National Day", "1977-08-15": "Assumption Day", "1977-10-09": "Abolition of Slavery", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-07-14": "National Day", "1978-08-15": "Assumption Day", "1978-10-09": "Abolition of Slavery", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-07-14": "National Day", "1979-08-15": "Assumption Day", "1979-10-09": "Abolition of Slavery", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-07-14": "National Day", "1980-08-15": "Assumption Day", "1980-10-09": "Abolition of Slavery", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-07-14": "National Day", "1981-08-15": "Assumption Day", "1981-10-09": "Abolition of Slavery", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-07-14": "National Day", "1982-08-15": "Assumption Day", "1982-10-09": "Abolition of Slavery", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-07-14": "National Day", "1983-08-15": "Assumption Day", "1983-10-09": "Abolition of Slavery", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-08-15": "Assumption Day", "1984-10-09": "Abolition of Slavery", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-07-14": "National Day", "1985-08-15": "Assumption Day", "1985-10-09": "Abolition of Slavery", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-07-14": "National Day", "1986-08-15": "Assumption Day", "1986-10-09": "Abolition of Slavery", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-07-14": "National Day", "1987-08-15": "Assumption Day", "1987-10-09": "Abolition of Slavery", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-07-14": "National Day", "1988-08-15": "Assumption Day", "1988-10-09": "Abolition of Slavery", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-07-14": "National Day", "1989-08-15": "Assumption Day", "1989-10-09": "Abolition of Slavery", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-07-14": "National Day", "1990-08-15": "Assumption Day", "1990-10-09": "Abolition of Slavery", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-07-14": "National Day", "1991-08-15": "Assumption Day", "1991-10-09": "Abolition of Slavery", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-07-14": "National Day", "1992-08-15": "Assumption Day", "1992-10-09": "Abolition of Slavery", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-07-14": "National Day", "1993-08-15": "Assumption Day", "1993-10-09": "Abolition of Slavery", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-07-14": "National Day", "1994-08-15": "Assumption Day", "1994-10-09": "Abolition of Slavery", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-07-14": "National Day", "1995-08-15": "Assumption Day", "1995-10-09": "Abolition of Slavery", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-07-14": "National Day", "1996-08-15": "Assumption Day", "1996-10-09": "Abolition of Slavery", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-07-14": "National Day", "1997-08-15": "Assumption Day", "1997-10-09": "Abolition of Slavery", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-07-14": "National Day", "1998-08-15": "Assumption Day", "1998-10-09": "Abolition of Slavery", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-07-14": "National Day", "1999-08-15": "Assumption Day", "1999-10-09": "Abolition of Slavery", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-08-15": "Assumption Day", "2000-10-09": "Abolition of Slavery", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-07-14": "National Day", "2001-08-15": "Assumption Day", "2001-10-09": "Abolition of Slavery", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-07-14": "National Day", "2002-08-15": "Assumption Day", "2002-10-09": "Abolition of Slavery", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-07-14": "National Day", "2003-08-15": "Assumption Day", "2003-10-09": "Abolition of Slavery", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-07-14": "National Day", "2004-08-15": "Assumption Day", "2004-10-09": "Abolition of Slavery", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-07-14": "National Day", "2005-08-15": "Assumption Day", "2005-10-09": "Abolition of Slavery", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-07-14": "National Day", "2006-08-15": "Assumption Day", "2006-10-09": "Abolition of Slavery", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-07-14": "National Day", "2007-08-15": "Assumption Day", "2007-10-09": "Abolition of Slavery", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-07-14": "National Day", "2008-08-15": "Assumption Day", "2008-10-09": "Abolition of Slavery", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-07-14": "National Day", "2009-08-15": "Assumption Day", "2009-10-09": "Abolition of Slavery", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-07-14": "National Day", "2010-08-15": "Assumption Day", "2010-10-09": "Abolition of Slavery", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-08-15": "Assumption Day", "2011-10-09": "Abolition of Slavery", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-07-14": "National Day", "2012-08-15": "Assumption Day", "2012-10-09": "Abolition of Slavery", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-07-14": "National Day", "2013-08-15": "Assumption Day", "2013-10-09": "Abolition of Slavery", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-14": "National Day", "2014-08-15": "Assumption Day", "2014-10-09": "Abolition of Slavery", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-07-14": "National Day", "2015-08-15": "Assumption Day", "2015-10-09": "Abolition of Slavery", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-07-14": "National Day", "2016-08-15": "Assumption Day", "2016-10-09": "Abolition of Slavery", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-07-14": "National Day", "2017-08-15": "Assumption Day", "2017-10-09": "Abolition of Slavery", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-07-14": "National Day", "2018-08-15": "Assumption Day", "2018-10-09": "Abolition of Slavery", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-07-14": "National Day", "2019-08-15": "Assumption Day", "2019-10-09": "Abolition of Slavery", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-07-14": "National Day", "2020-08-15": "Assumption Day", "2020-10-09": "Abolition of Slavery", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-07-14": "National Day", "2021-08-15": "Assumption Day", "2021-10-09": "Abolition of Slavery", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-07-14": "National Day", "2022-08-15": "Assumption Day", "2022-10-09": "Abolition of Slavery", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-07-14": "National Day", "2023-08-15": "Assumption Day", "2023-10-09": "Abolition of Slavery", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-07-14": "National Day", "2024-08-15": "Assumption Day", "2024-10-09": "Abolition of Slavery", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-07-14": "National Day", "2025-08-15": "Assumption Day", "2025-10-09": "Abolition of Slavery", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-07-14": "National Day", "2026-08-15": "Assumption Day", "2026-10-09": "Abolition of Slavery", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-07-14": "National Day", "2027-08-15": "Assumption Day", "2027-10-09": "Abolition of Slavery", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-07-14": "National Day", "2028-08-15": "Assumption Day", "2028-10-09": "Abolition of Slavery", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-07-14": "National Day", "2029-08-15": "Assumption Day", "2029-10-09": "Abolition of Slavery", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-14": "National Day", "2030-08-15": "Assumption Day", "2030-10-09": "Abolition of Slavery", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-07-14": "National Day", "2031-08-15": "Assumption Day", "2031-10-09": "Abolition of Slavery", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-07-14": "National Day", "2032-08-15": "Assumption Day", "2032-10-09": "Abolition of Slavery", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-07-14": "National Day", "2033-08-15": "Assumption Day", "2033-10-09": "Abolition of Slavery", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-07-14": "National Day", "2034-08-15": "Assumption Day", "2034-10-09": "Abolition of Slavery", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-07-14": "National Day", "2035-08-15": "Assumption Day", "2035-10-09": "Abolition of Slavery", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-07-14": "National Day", "2036-08-15": "Assumption Day", "2036-10-09": "Abolition of Slavery", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-07-14": "National Day", "2037-08-15": "Assumption Day", "2037-10-09": "Abolition of Slavery", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-08-15": "Assumption Day", "2038-10-09": "Abolition of Slavery", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-07-14": "National Day", "2039-08-15": "Assumption Day", "2039-10-09": "Abolition of Slavery", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-07-14": "National Day", "2040-08-15": "Assumption Day", "2040-10-09": "Abolition of Slavery", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-07-14": "National Day", "2041-08-15": "Assumption Day", "2041-10-09": "Abolition of Slavery", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-07-14": "National Day", "2042-08-15": "Assumption Day", "2042-10-09": "Abolition of Slavery", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-07-14": "National Day", "2043-08-15": "Assumption Day", "2043-10-09": "Abolition of Slavery", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-07-14": "National Day", "2044-08-15": "Assumption Day", "2044-10-09": "Abolition of Slavery", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-07-14": "National Day", "2045-08-15": "Assumption Day", "2045-10-09": "Abolition of Slavery", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-07-14": "National Day", "2046-08-15": "Assumption Day", "2046-10-09": "Abolition of Slavery", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-07-14": "National Day", "2047-08-15": "Assumption Day", "2047-10-09": "Abolition of Slavery", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-07-14": "National Day", "2048-08-15": "Assumption Day", "2048-10-09": "Abolition of Slavery", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-07-14": "National Day", "2049-08-15": "Assumption Day", "2049-10-09": "Abolition of Slavery", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-07-14": "National Day", "2050-08-15": "Assumption Day", "2050-10-09": "Abolition of Slavery", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/FR_COMMON.json000066400000000000000000001110271500152103600215570ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-07-14": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-07-14": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-07-14": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-07-14": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-07-14": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-07-14": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-07-14": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-14": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-07-14": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-07-14": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-07-14": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-07-14": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-07-14": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-07-14": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-07-14": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-07-14": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-07-14": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-07-14": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-07-14": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-07-14": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-07-14": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-07-14": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-07-14": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-07-14": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-07-14": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-07-14": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-07-14": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-07-14": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-07-14": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-07-14": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-07-14": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-07-14": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-07-14": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-07-14": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-07-14": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-07-14": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-07-14": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-07-14": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-07-14": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-07-14": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-07-14": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-07-14": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-07-14": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-07-14": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-07-14": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-07-14": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-07-14": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-07-14": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-07-14": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-07-14": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-07-14": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-07-14": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-07-14": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-07-14": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-07-14": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-07-14": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-07-14": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-07-14": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-07-14": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-14": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-07-14": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-07-14": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-07-14": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-07-14": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-07-14": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-07-14": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-07-14": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-07-14": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-07-14": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-07-14": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-07-14": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-07-14": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-07-14": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-07-14": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-07-14": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-14": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-07-14": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-07-14": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-07-14": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-07-14": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-07-14": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-07-14": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-07-14": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-07-14": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-07-14": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-07-14": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-07-14": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-07-14": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-07-14": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-07-14": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-07-14": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-07-14": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-07-14": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-07-14": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-07-14": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/FR_GES.json000066400000000000000000001275111500152103600212120ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-07-14": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-07-14": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-07-14": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-07-14": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-07-14": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-07-14": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-07-14": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-14": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-07-14": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-07-14": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-07-14": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-07-14": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-07-14": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-07-14": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-07-14": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-07-14": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-07-14": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-07-14": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-07-14": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-07-14": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-07-14": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-07-14": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-07-14": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-07-14": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-07-14": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-07-14": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-07-14": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-07-14": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-07-14": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-07-14": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-07-14": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-07-14": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-07-14": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-07-14": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-07-14": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-07-14": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-07-14": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-07-14": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-07-14": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-07-14": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-07-14": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-07-14": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-07-14": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-07-14": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-07-14": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-07-14": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-07-14": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-07-14": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-07-14": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-07-14": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-07-14": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-07-14": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-07-14": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-07-14": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-07-14": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-07-14": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-07-14": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-07-14": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-07-14": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-14": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-07-14": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-07-14": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-07-14": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-07-14": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-07-14": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-07-14": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-07-14": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-07-14": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-07-14": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-07-14": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-07-14": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-07-14": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-07-14": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-07-14": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-07-14": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-14": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-07-14": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-07-14": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-07-14": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-07-14": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-07-14": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-07-14": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-07-14": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-07-14": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-07-14": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-07-14": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-07-14": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-07-14": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-07-14": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-07-14": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-07-14": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-07-14": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-07-14": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-07-14": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-07-14": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/FR_GP.json000066400000000000000000001471411500152103600211030ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-03-16": "Mi-Careme", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-27": "Abolition of Slavery", "1950-05-29": "Whit Monday", "1950-07-14": "National Day", "1950-07-21": "Feast of Victor Schoelcher", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-01": "Mi-Careme", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-27": "Abolition of Slavery", "1951-07-14": "National Day", "1951-07-21": "Feast of Victor Schoelcher", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-03-20": "Mi-Careme", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-05-27": "Abolition of Slavery", "1952-06-02": "Whit Monday", "1952-07-14": "National Day", "1952-07-21": "Feast of Victor Schoelcher", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-03-12": "Mi-Careme", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-05-27": "Abolition of Slavery", "1953-07-14": "National Day", "1953-07-21": "Feast of Victor Schoelcher", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-25": "Mi-Careme", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-27": "Abolition of Slavery; Ascension Day", "1954-06-07": "Whit Monday", "1954-07-14": "National Day", "1954-07-21": "Feast of Victor Schoelcher", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-03-17": "Mi-Careme", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-27": "Abolition of Slavery", "1955-05-30": "Whit Monday", "1955-07-14": "National Day", "1955-07-21": "Feast of Victor Schoelcher", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-08": "Mi-Careme", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-27": "Abolition of Slavery", "1956-07-14": "National Day", "1956-07-21": "Feast of Victor Schoelcher", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-28": "Mi-Careme", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-27": "Abolition of Slavery", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-14": "National Day", "1957-07-21": "Feast of Victor Schoelcher", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-03-13": "Mi-Careme", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-05-27": "Abolition of Slavery", "1958-07-14": "National Day", "1958-07-21": "Feast of Victor Schoelcher", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-05": "Mi-Careme", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-05-27": "Abolition of Slavery", "1959-07-14": "National Day", "1959-07-21": "Feast of Victor Schoelcher", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-03-24": "Mi-Careme", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-05-27": "Abolition of Slavery", "1960-06-06": "Whit Monday", "1960-07-14": "National Day", "1960-07-21": "Feast of Victor Schoelcher", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-09": "Mi-Careme", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-05-27": "Abolition of Slavery", "1961-07-14": "National Day", "1961-07-21": "Feast of Victor Schoelcher", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-29": "Mi-Careme", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-27": "Abolition of Slavery", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-07-21": "Feast of Victor Schoelcher", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-03-21": "Mi-Careme", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-05-27": "Abolition of Slavery", "1963-06-03": "Whit Monday", "1963-07-14": "National Day", "1963-07-21": "Feast of Victor Schoelcher", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-05": "Mi-Careme", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-27": "Abolition of Slavery", "1964-07-14": "National Day", "1964-07-21": "Feast of Victor Schoelcher", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-25": "Mi-Careme", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Abolition of Slavery; Ascension Day", "1965-06-07": "Whit Monday", "1965-07-14": "National Day", "1965-07-21": "Feast of Victor Schoelcher", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-03-17": "Mi-Careme", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-27": "Abolition of Slavery", "1966-05-30": "Whit Monday", "1966-07-14": "National Day", "1966-07-21": "Feast of Victor Schoelcher", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-02": "Mi-Careme", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-27": "Abolition of Slavery", "1967-07-14": "National Day", "1967-07-21": "Feast of Victor Schoelcher", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-03-21": "Mi-Careme", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-05-27": "Abolition of Slavery", "1968-06-03": "Whit Monday", "1968-07-14": "National Day", "1968-07-21": "Feast of Victor Schoelcher", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-03-13": "Mi-Careme", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-05-27": "Abolition of Slavery", "1969-07-14": "National Day", "1969-07-21": "Feast of Victor Schoelcher", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-05": "Mi-Careme", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-27": "Abolition of Slavery", "1970-07-14": "National Day", "1970-07-21": "Feast of Victor Schoelcher", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-03-18": "Mi-Careme", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-27": "Abolition of Slavery", "1971-05-31": "Whit Monday", "1971-07-14": "National Day", "1971-07-21": "Feast of Victor Schoelcher", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-09": "Mi-Careme", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-05-27": "Abolition of Slavery", "1972-07-14": "National Day", "1972-07-21": "Feast of Victor Schoelcher", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-29": "Mi-Careme", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-27": "Abolition of Slavery", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-07-21": "Feast of Victor Schoelcher", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-03-21": "Mi-Careme", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-05-27": "Abolition of Slavery", "1974-06-03": "Whit Monday", "1974-07-14": "National Day", "1974-07-21": "Feast of Victor Schoelcher", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-06": "Mi-Careme", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-27": "Abolition of Slavery", "1975-07-14": "National Day", "1975-07-21": "Feast of Victor Schoelcher", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-25": "Mi-Careme", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Abolition of Slavery; Ascension Day", "1976-06-07": "Whit Monday", "1976-07-14": "National Day", "1976-07-21": "Feast of Victor Schoelcher", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-03-17": "Mi-Careme", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-27": "Abolition of Slavery", "1977-05-30": "Whit Monday", "1977-07-14": "National Day", "1977-07-21": "Feast of Victor Schoelcher", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-02": "Mi-Careme", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-27": "Abolition of Slavery", "1978-07-14": "National Day", "1978-07-21": "Feast of Victor Schoelcher", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-03-22": "Mi-Careme", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-05-27": "Abolition of Slavery", "1979-06-04": "Whit Monday", "1979-07-14": "National Day", "1979-07-21": "Feast of Victor Schoelcher", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-03-13": "Mi-Careme", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-05-27": "Abolition of Slavery", "1980-07-14": "National Day", "1980-07-21": "Feast of Victor Schoelcher", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-26": "Mi-Careme", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-27": "Abolition of Slavery", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-07-14": "National Day", "1981-07-21": "Feast of Victor Schoelcher", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-03-18": "Mi-Careme", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-27": "Abolition of Slavery", "1982-05-31": "Whit Monday", "1982-07-14": "National Day", "1982-07-21": "Feast of Victor Schoelcher", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-10": "Mi-Careme", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-05-27": "Abolition of Slavery", "1983-07-14": "National Day", "1983-07-21": "Feast of Victor Schoelcher", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-03-29": "Mi-Careme", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-27": "Abolition of Slavery", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-07-21": "Feast of Victor Schoelcher", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-03-14": "Mi-Careme", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Abolition of Slavery; Whit Monday", "1985-07-14": "National Day", "1985-07-21": "Feast of Victor Schoelcher", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-06": "Mi-Careme", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-05-27": "Abolition of Slavery", "1986-07-14": "National Day", "1986-07-21": "Feast of Victor Schoelcher", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-26": "Mi-Careme", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-27": "Abolition of Slavery", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-07-14": "National Day", "1987-07-21": "Feast of Victor Schoelcher", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-10": "Mi-Careme", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-05-27": "Abolition of Slavery", "1988-07-14": "National Day", "1988-07-21": "Feast of Victor Schoelcher", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-02": "Mi-Careme", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-05-27": "Abolition of Slavery", "1989-07-14": "National Day", "1989-07-21": "Feast of Victor Schoelcher", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-03-22": "Mi-Careme", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-05-27": "Abolition of Slavery", "1990-06-04": "Whit Monday", "1990-07-14": "National Day", "1990-07-21": "Feast of Victor Schoelcher", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-07": "Mi-Careme", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-27": "Abolition of Slavery", "1991-07-14": "National Day", "1991-07-21": "Feast of Victor Schoelcher", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-26": "Mi-Careme", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-27": "Abolition of Slavery", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-07-14": "National Day", "1992-07-21": "Feast of Victor Schoelcher", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-18": "Mi-Careme", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-27": "Abolition of Slavery", "1993-05-31": "Whit Monday", "1993-07-14": "National Day", "1993-07-21": "Feast of Victor Schoelcher", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-10": "Mi-Careme", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-05-27": "Abolition of Slavery", "1994-07-14": "National Day", "1994-07-21": "Feast of Victor Schoelcher", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-03-23": "Mi-Careme", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-05-27": "Abolition of Slavery", "1995-06-05": "Whit Monday", "1995-07-14": "National Day", "1995-07-21": "Feast of Victor Schoelcher", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-03-14": "Mi-Careme", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Abolition of Slavery; Whit Monday", "1996-07-14": "National Day", "1996-07-21": "Feast of Victor Schoelcher", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-06": "Mi-Careme", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-05-27": "Abolition of Slavery", "1997-07-14": "National Day", "1997-07-21": "Feast of Victor Schoelcher", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-03-19": "Mi-Careme", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-05-27": "Abolition of Slavery", "1998-06-01": "Whit Monday", "1998-07-14": "National Day", "1998-07-21": "Feast of Victor Schoelcher", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-03-11": "Mi-Careme", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-05-27": "Abolition of Slavery", "1999-07-14": "National Day", "1999-07-21": "Feast of Victor Schoelcher", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-30": "Mi-Careme", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-05-27": "Abolition of Slavery", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-07-21": "Feast of Victor Schoelcher", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-03-22": "Mi-Careme", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-05-27": "Abolition of Slavery", "2001-06-04": "Whit Monday", "2001-07-14": "National Day", "2001-07-21": "Feast of Victor Schoelcher", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-07": "Mi-Careme", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-27": "Abolition of Slavery", "2002-07-14": "National Day", "2002-07-21": "Feast of Victor Schoelcher", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-27": "Mi-Careme", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-27": "Abolition of Slavery", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-07-14": "National Day", "2003-07-21": "Feast of Victor Schoelcher", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-03-18": "Mi-Careme", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-27": "Abolition of Slavery", "2004-05-31": "Whit Monday", "2004-07-14": "National Day", "2004-07-21": "Feast of Victor Schoelcher", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-03": "Mi-Careme", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-05-27": "Abolition of Slavery", "2005-07-14": "National Day", "2005-07-21": "Feast of Victor Schoelcher", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-03-23": "Mi-Careme", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-05-27": "Abolition of Slavery", "2006-07-14": "National Day", "2006-07-21": "Feast of Victor Schoelcher", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-03-15": "Mi-Careme", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-05-27": "Abolition of Slavery", "2007-07-14": "National Day", "2007-07-21": "Feast of Victor Schoelcher", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-28": "Mi-Careme", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-05-27": "Abolition of Slavery", "2008-07-14": "National Day", "2008-07-21": "Feast of Victor Schoelcher", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-19": "Mi-Careme", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-05-27": "Abolition of Slavery", "2009-06-01": "Whit Monday", "2009-07-14": "National Day", "2009-07-21": "Feast of Victor Schoelcher", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-11": "Mi-Careme", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-05-27": "Abolition of Slavery", "2010-07-14": "National Day", "2010-07-21": "Feast of Victor Schoelcher", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-31": "Mi-Careme", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-05-27": "Abolition of Slavery", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-07-21": "Feast of Victor Schoelcher", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-03-15": "Mi-Careme", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-27": "Abolition of Slavery", "2012-05-28": "Whit Monday", "2012-07-14": "National Day", "2012-07-21": "Feast of Victor Schoelcher", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-07": "Mi-Careme", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-27": "Abolition of Slavery", "2013-07-14": "National Day", "2013-07-21": "Feast of Victor Schoelcher", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-27": "Mi-Careme", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-27": "Abolition of Slavery", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-14": "National Day", "2014-07-21": "Feast of Victor Schoelcher", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-03-12": "Mi-Careme", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-05-27": "Abolition of Slavery", "2015-07-14": "National Day", "2015-07-21": "Feast of Victor Schoelcher", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-03": "Mi-Careme", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-05-27": "Abolition of Slavery", "2016-07-14": "National Day", "2016-07-21": "Feast of Victor Schoelcher", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-03-23": "Mi-Careme", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-05-27": "Abolition of Slavery", "2017-06-05": "Whit Monday", "2017-07-14": "National Day", "2017-07-21": "Feast of Victor Schoelcher", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-08": "Mi-Careme", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-27": "Abolition of Slavery", "2018-07-14": "National Day", "2018-07-21": "Feast of Victor Schoelcher", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-28": "Mi-Careme", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-27": "Abolition of Slavery", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-07-14": "National Day", "2019-07-21": "Feast of Victor Schoelcher", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-03-19": "Mi-Careme", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-05-27": "Abolition of Slavery", "2020-06-01": "Whit Monday", "2020-07-14": "National Day", "2020-07-21": "Feast of Victor Schoelcher", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-03-11": "Mi-Careme", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-05-27": "Abolition of Slavery", "2021-07-14": "National Day", "2021-07-21": "Feast of Victor Schoelcher", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-03-24": "Mi-Careme", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-05-27": "Abolition of Slavery", "2022-06-06": "Whit Monday", "2022-07-14": "National Day", "2022-07-21": "Feast of Victor Schoelcher", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-03-16": "Mi-Careme", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-27": "Abolition of Slavery", "2023-05-29": "Whit Monday", "2023-07-14": "National Day", "2023-07-21": "Feast of Victor Schoelcher", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-07": "Mi-Careme", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-27": "Abolition of Slavery", "2024-07-14": "National Day", "2024-07-21": "Feast of Victor Schoelcher", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-27": "Mi-Careme", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-27": "Abolition of Slavery", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-07-14": "National Day", "2025-07-21": "Feast of Victor Schoelcher", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-12": "Mi-Careme", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-05-27": "Abolition of Slavery", "2026-07-14": "National Day", "2026-07-21": "Feast of Victor Schoelcher", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-04": "Mi-Careme", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-05-27": "Abolition of Slavery", "2027-07-14": "National Day", "2027-07-21": "Feast of Victor Schoelcher", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-03-23": "Mi-Careme", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-05-27": "Abolition of Slavery", "2028-06-05": "Whit Monday", "2028-07-14": "National Day", "2028-07-21": "Feast of Victor Schoelcher", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-08": "Mi-Careme", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-27": "Abolition of Slavery", "2029-07-14": "National Day", "2029-07-21": "Feast of Victor Schoelcher", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-03-28": "Mi-Careme", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-27": "Abolition of Slavery", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-14": "National Day", "2030-07-21": "Feast of Victor Schoelcher", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-03-20": "Mi-Careme", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-05-27": "Abolition of Slavery", "2031-06-02": "Whit Monday", "2031-07-14": "National Day", "2031-07-21": "Feast of Victor Schoelcher", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-04": "Mi-Careme", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-05-27": "Abolition of Slavery", "2032-07-14": "National Day", "2032-07-21": "Feast of Victor Schoelcher", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-03-24": "Mi-Careme", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-05-27": "Abolition of Slavery", "2033-06-06": "Whit Monday", "2033-07-14": "National Day", "2033-07-21": "Feast of Victor Schoelcher", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-03-16": "Mi-Careme", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-27": "Abolition of Slavery", "2034-05-29": "Whit Monday", "2034-07-14": "National Day", "2034-07-21": "Feast of Victor Schoelcher", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-01": "Mi-Careme", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-05-27": "Abolition of Slavery", "2035-07-14": "National Day", "2035-07-21": "Feast of Victor Schoelcher", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-03-20": "Mi-Careme", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-05-27": "Abolition of Slavery", "2036-06-02": "Whit Monday", "2036-07-14": "National Day", "2036-07-21": "Feast of Victor Schoelcher", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-03-12": "Mi-Careme", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-05-27": "Abolition of Slavery", "2037-07-14": "National Day", "2037-07-21": "Feast of Victor Schoelcher", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-01": "Mi-Careme", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-05-27": "Abolition of Slavery", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-07-21": "Feast of Victor Schoelcher", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-03-17": "Mi-Careme", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-27": "Abolition of Slavery", "2039-05-30": "Whit Monday", "2039-07-14": "National Day", "2039-07-21": "Feast of Victor Schoelcher", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-08": "Mi-Careme", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-27": "Abolition of Slavery", "2040-07-14": "National Day", "2040-07-21": "Feast of Victor Schoelcher", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-28": "Mi-Careme", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-27": "Abolition of Slavery", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-07-14": "National Day", "2041-07-21": "Feast of Victor Schoelcher", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-13": "Mi-Careme", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-05-27": "Abolition of Slavery", "2042-07-14": "National Day", "2042-07-21": "Feast of Victor Schoelcher", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-05": "Mi-Careme", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-05-27": "Abolition of Slavery", "2043-07-14": "National Day", "2043-07-21": "Feast of Victor Schoelcher", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-03-24": "Mi-Careme", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-05-27": "Abolition of Slavery", "2044-06-06": "Whit Monday", "2044-07-14": "National Day", "2044-07-21": "Feast of Victor Schoelcher", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-03-16": "Mi-Careme", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-27": "Abolition of Slavery", "2045-05-29": "Whit Monday", "2045-07-14": "National Day", "2045-07-21": "Feast of Victor Schoelcher", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-01": "Mi-Careme", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-05-27": "Abolition of Slavery", "2046-07-14": "National Day", "2046-07-21": "Feast of Victor Schoelcher", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-03-21": "Mi-Careme", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-05-27": "Abolition of Slavery", "2047-06-03": "Whit Monday", "2047-07-14": "National Day", "2047-07-21": "Feast of Victor Schoelcher", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-03-12": "Mi-Careme", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-05-27": "Abolition of Slavery", "2048-07-14": "National Day", "2048-07-21": "Feast of Victor Schoelcher", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-25": "Mi-Careme", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Abolition of Slavery; Ascension Day", "2049-06-07": "Whit Monday", "2049-07-14": "National Day", "2049-07-21": "Feast of Victor Schoelcher", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-03-17": "Mi-Careme", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-27": "Abolition of Slavery", "2050-05-30": "Whit Monday", "2050-07-14": "National Day", "2050-07-21": "Feast of Victor Schoelcher", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/FR_GY.json000066400000000000000000001211311500152103600211030ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-10": "Abolition of Slavery", "1950-07-14": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-06-10": "Abolition of Slavery", "1951-07-14": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-10": "Abolition of Slavery", "1952-07-14": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-10": "Abolition of Slavery", "1953-07-14": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-10": "Abolition of Slavery", "1954-07-14": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-10": "Abolition of Slavery", "1955-07-14": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-06-10": "Abolition of Slavery", "1956-07-14": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-30": "Ascension Day", "1957-06-10": "Abolition of Slavery; Whit Monday", "1957-07-14": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-10": "Abolition of Slavery", "1958-07-14": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-06-10": "Abolition of Slavery", "1959-07-14": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-10": "Abolition of Slavery", "1960-07-14": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-10": "Abolition of Slavery", "1961-07-14": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-10": "Abolition of Slavery", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-10": "Abolition of Slavery", "1963-07-14": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-06-10": "Abolition of Slavery", "1964-07-14": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-10": "Abolition of Slavery", "1965-07-14": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-10": "Abolition of Slavery", "1966-07-14": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-06-10": "Abolition of Slavery", "1967-07-14": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-10": "Abolition of Slavery", "1968-07-14": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-10": "Abolition of Slavery", "1969-07-14": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-06-10": "Abolition of Slavery", "1970-07-14": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Abolition of Slavery", "1971-07-14": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-10": "Abolition of Slavery", "1972-07-14": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-10": "Abolition of Slavery", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-10": "Abolition of Slavery", "1974-07-14": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-06-10": "Abolition of Slavery", "1975-07-14": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-10": "Abolition of Slavery", "1976-07-14": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-10": "Abolition of Slavery", "1977-07-14": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-06-10": "Abolition of Slavery", "1978-07-14": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-10": "Abolition of Slavery", "1979-07-14": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-10": "Abolition of Slavery", "1980-07-14": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-10": "Abolition of Slavery", "1981-07-14": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Abolition of Slavery", "1982-07-14": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-10": "Abolition of Slavery", "1983-07-14": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-31": "Ascension Day", "1984-06-10": "Abolition of Slavery", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-10": "Abolition of Slavery", "1985-07-14": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-06-10": "Abolition of Slavery", "1986-07-14": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-10": "Abolition of Slavery", "1987-07-14": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-10": "Abolition of Slavery", "1988-07-14": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-06-10": "Abolition of Slavery", "1989-07-14": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-10": "Abolition of Slavery", "1990-07-14": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-06-10": "Abolition of Slavery", "1991-07-14": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-10": "Abolition of Slavery", "1992-07-14": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Abolition of Slavery", "1993-07-14": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-10": "Abolition of Slavery", "1994-07-14": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-10": "Abolition of Slavery", "1995-07-14": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-10": "Abolition of Slavery", "1996-07-14": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-06-10": "Abolition of Slavery", "1997-07-14": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-10": "Abolition of Slavery", "1998-07-14": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-10": "Abolition of Slavery", "1999-07-14": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-06-01": "Ascension Day", "2000-06-10": "Abolition of Slavery", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-10": "Abolition of Slavery", "2001-07-14": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-06-10": "Abolition of Slavery", "2002-07-14": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-10": "Abolition of Slavery", "2003-07-14": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Abolition of Slavery", "2004-07-14": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-06-10": "Abolition of Slavery", "2005-07-14": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-06-10": "Abolition of Slavery", "2006-07-14": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-06-10": "Abolition of Slavery", "2007-07-14": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-06-10": "Abolition of Slavery", "2008-07-14": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-10": "Abolition of Slavery", "2009-07-14": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-10": "Abolition of Slavery", "2010-07-14": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-06-02": "Ascension Day", "2011-06-10": "Abolition of Slavery", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-10": "Abolition of Slavery", "2012-07-14": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-06-10": "Abolition of Slavery", "2013-07-14": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-10": "Abolition of Slavery", "2014-07-14": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-10": "Abolition of Slavery", "2015-07-14": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-06-10": "Abolition of Slavery", "2016-07-14": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-10": "Abolition of Slavery", "2017-07-14": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-06-10": "Abolition of Slavery", "2018-07-14": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-30": "Ascension Day", "2019-06-10": "Abolition of Slavery; Whit Monday", "2019-07-14": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-10": "Abolition of Slavery", "2020-07-14": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-10": "Abolition of Slavery", "2021-07-14": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-10": "Abolition of Slavery", "2022-07-14": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-10": "Abolition of Slavery", "2023-07-14": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-06-10": "Abolition of Slavery", "2024-07-14": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-10": "Abolition of Slavery", "2025-07-14": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-10": "Abolition of Slavery", "2026-07-14": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-06-10": "Abolition of Slavery", "2027-07-14": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-10": "Abolition of Slavery", "2028-07-14": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-06-10": "Abolition of Slavery", "2029-07-14": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-30": "Ascension Day", "2030-06-10": "Abolition of Slavery; Whit Monday", "2030-07-14": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-10": "Abolition of Slavery", "2031-07-14": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-06-10": "Abolition of Slavery", "2032-07-14": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-10": "Abolition of Slavery", "2033-07-14": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-10": "Abolition of Slavery", "2034-07-14": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-06-10": "Abolition of Slavery", "2035-07-14": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-10": "Abolition of Slavery", "2036-07-14": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-10": "Abolition of Slavery", "2037-07-14": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-06-03": "Ascension Day", "2038-06-10": "Abolition of Slavery", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-10": "Abolition of Slavery", "2039-07-14": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-06-10": "Abolition of Slavery", "2040-07-14": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-30": "Ascension Day", "2041-06-10": "Abolition of Slavery; Whit Monday", "2041-07-14": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-10": "Abolition of Slavery", "2042-07-14": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-06-10": "Abolition of Slavery", "2043-07-14": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-10": "Abolition of Slavery", "2044-07-14": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-10": "Abolition of Slavery", "2045-07-14": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-06-10": "Abolition of Slavery", "2046-07-14": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-10": "Abolition of Slavery", "2047-07-14": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-10": "Abolition of Slavery", "2048-07-14": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-10": "Abolition of Slavery", "2049-07-14": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-10": "Abolition of Slavery", "2050-07-14": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/FR_MF.json000066400000000000000000001136011500152103600210710ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-07-14": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-07-14": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-07-14": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-07-14": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-07-14": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-07-14": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-07-14": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-14": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-07-14": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-07-14": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-07-14": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-07-14": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-07-14": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-07-14": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-07-14": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-07-14": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-07-14": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-07-14": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-07-14": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-07-14": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-07-14": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-07-14": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-07-14": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-07-14": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-07-14": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-07-14": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-07-14": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-07-14": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-07-14": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-07-14": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-07-14": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-07-14": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-07-14": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-07-14": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-07-14": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-07-14": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-07-14": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-07-14": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-07-14": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-07-14": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-07-14": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-07-14": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-07-14": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-07-14": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-07-14": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-07-14": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-07-14": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-07-14": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-07-14": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-07-14": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-07-14": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-07-14": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-07-14": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-07-14": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-07-14": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-07-14": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-07-14": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-07-14": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-07-14": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-14": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-07-14": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-07-14": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-07-14": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-28": "Abolition of Slavery", "2018-07-14": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-28": "Abolition of Slavery", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-07-14": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-05-28": "Abolition of Slavery", "2020-06-01": "Whit Monday", "2020-07-14": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-05-28": "Abolition of Slavery", "2021-07-14": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-05-28": "Abolition of Slavery", "2022-06-06": "Whit Monday", "2022-07-14": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-28": "Abolition of Slavery", "2023-05-29": "Whit Monday", "2023-07-14": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-28": "Abolition of Slavery", "2024-07-14": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-28": "Abolition of Slavery", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-07-14": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-05-28": "Abolition of Slavery", "2026-07-14": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-05-28": "Abolition of Slavery", "2027-07-14": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-05-28": "Abolition of Slavery", "2028-06-05": "Whit Monday", "2028-07-14": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-28": "Abolition of Slavery", "2029-07-14": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-28": "Abolition of Slavery", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-14": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-05-28": "Abolition of Slavery", "2031-06-02": "Whit Monday", "2031-07-14": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-05-28": "Abolition of Slavery", "2032-07-14": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-05-28": "Abolition of Slavery", "2033-06-06": "Whit Monday", "2033-07-14": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-28": "Abolition of Slavery", "2034-05-29": "Whit Monday", "2034-07-14": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-05-28": "Abolition of Slavery", "2035-07-14": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-05-28": "Abolition of Slavery", "2036-06-02": "Whit Monday", "2036-07-14": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-05-28": "Abolition of Slavery", "2037-07-14": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-05-28": "Abolition of Slavery", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-28": "Abolition of Slavery", "2039-05-30": "Whit Monday", "2039-07-14": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-28": "Abolition of Slavery", "2040-07-14": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-28": "Abolition of Slavery", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-07-14": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-05-28": "Abolition of Slavery", "2042-07-14": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-05-28": "Abolition of Slavery", "2043-07-14": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-05-28": "Abolition of Slavery", "2044-06-06": "Whit Monday", "2044-07-14": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-28": "Abolition of Slavery", "2045-05-29": "Whit Monday", "2045-07-14": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-05-28": "Abolition of Slavery", "2046-07-14": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-05-28": "Abolition of Slavery", "2047-06-03": "Whit Monday", "2047-07-14": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-05-28": "Abolition of Slavery", "2048-07-14": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Ascension Day", "2049-05-28": "Abolition of Slavery", "2049-06-07": "Whit Monday", "2049-07-14": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-28": "Abolition of Slavery", "2050-05-30": "Whit Monday", "2050-07-14": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/FR_MQ.json000066400000000000000000001410721500152103600211070ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-22": "Abolition of Slavery", "1950-05-29": "Whit Monday", "1950-07-14": "National Day", "1950-07-21": "Feast of Victor Schoelcher", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-22": "Abolition of Slavery", "1951-07-14": "National Day", "1951-07-21": "Feast of Victor Schoelcher", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Abolition of Slavery; Ascension Day", "1952-06-02": "Whit Monday", "1952-07-14": "National Day", "1952-07-21": "Feast of Victor Schoelcher", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-22": "Abolition of Slavery", "1953-05-25": "Whit Monday", "1953-07-14": "National Day", "1953-07-21": "Feast of Victor Schoelcher", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-22": "Abolition of Slavery", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-07-14": "National Day", "1954-07-21": "Feast of Victor Schoelcher", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-22": "Abolition of Slavery", "1955-05-30": "Whit Monday", "1955-07-14": "National Day", "1955-07-21": "Feast of Victor Schoelcher", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-22": "Abolition of Slavery", "1956-07-14": "National Day", "1956-07-21": "Feast of Victor Schoelcher", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-22": "Abolition of Slavery", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-14": "National Day", "1957-07-21": "Feast of Victor Schoelcher", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-22": "Abolition of Slavery", "1958-05-26": "Whit Monday", "1958-07-14": "National Day", "1958-07-21": "Feast of Victor Schoelcher", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-05-22": "Abolition of Slavery", "1959-07-14": "National Day", "1959-07-21": "Feast of Victor Schoelcher", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-22": "Abolition of Slavery", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-07-14": "National Day", "1960-07-21": "Feast of Victor Schoelcher", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Abolition of Slavery; Whit Monday", "1961-07-14": "National Day", "1961-07-21": "Feast of Victor Schoelcher", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-22": "Abolition of Slavery", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-07-21": "Feast of Victor Schoelcher", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-22": "Abolition of Slavery", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-07-14": "National Day", "1963-07-21": "Feast of Victor Schoelcher", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-22": "Abolition of Slavery", "1964-07-14": "National Day", "1964-07-21": "Feast of Victor Schoelcher", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-22": "Abolition of Slavery", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-07-14": "National Day", "1965-07-21": "Feast of Victor Schoelcher", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-22": "Abolition of Slavery", "1966-05-30": "Whit Monday", "1966-07-14": "National Day", "1966-07-21": "Feast of Victor Schoelcher", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-22": "Abolition of Slavery", "1967-07-14": "National Day", "1967-07-21": "Feast of Victor Schoelcher", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-22": "Abolition of Slavery", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-07-14": "National Day", "1968-07-21": "Feast of Victor Schoelcher", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-22": "Abolition of Slavery", "1969-05-26": "Whit Monday", "1969-07-14": "National Day", "1969-07-21": "Feast of Victor Schoelcher", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-22": "Abolition of Slavery", "1970-07-14": "National Day", "1970-07-21": "Feast of Victor Schoelcher", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-22": "Abolition of Slavery", "1971-05-31": "Whit Monday", "1971-07-14": "National Day", "1971-07-21": "Feast of Victor Schoelcher", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Abolition of Slavery; Whit Monday", "1972-07-14": "National Day", "1972-07-21": "Feast of Victor Schoelcher", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-22": "Abolition of Slavery", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-07-21": "Feast of Victor Schoelcher", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-22": "Abolition of Slavery", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-07-14": "National Day", "1974-07-21": "Feast of Victor Schoelcher", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-22": "Abolition of Slavery", "1975-07-14": "National Day", "1975-07-21": "Feast of Victor Schoelcher", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-22": "Abolition of Slavery", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-07-14": "National Day", "1976-07-21": "Feast of Victor Schoelcher", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-22": "Abolition of Slavery", "1977-05-30": "Whit Monday", "1977-07-14": "National Day", "1977-07-21": "Feast of Victor Schoelcher", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-22": "Abolition of Slavery", "1978-07-14": "National Day", "1978-07-21": "Feast of Victor Schoelcher", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-22": "Abolition of Slavery", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-07-14": "National Day", "1979-07-21": "Feast of Victor Schoelcher", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-22": "Abolition of Slavery", "1980-05-26": "Whit Monday", "1980-07-14": "National Day", "1980-07-21": "Feast of Victor Schoelcher", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-22": "Abolition of Slavery", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-07-14": "National Day", "1981-07-21": "Feast of Victor Schoelcher", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-22": "Abolition of Slavery", "1982-05-31": "Whit Monday", "1982-07-14": "National Day", "1982-07-21": "Feast of Victor Schoelcher", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-22": "Abolition of Slavery", "1983-05-23": "Whit Monday", "1983-07-14": "National Day", "1983-07-21": "Feast of Victor Schoelcher", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-22": "Abolition of Slavery", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-07-21": "Feast of Victor Schoelcher", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-22": "Abolition of Slavery", "1985-05-27": "Whit Monday", "1985-07-14": "National Day", "1985-07-21": "Feast of Victor Schoelcher", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-05-22": "Abolition of Slavery", "1986-07-14": "National Day", "1986-07-21": "Feast of Victor Schoelcher", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-22": "Abolition of Slavery", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-07-14": "National Day", "1987-07-21": "Feast of Victor Schoelcher", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-22": "Abolition of Slavery", "1988-05-23": "Whit Monday", "1988-07-14": "National Day", "1988-07-21": "Feast of Victor Schoelcher", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-05-22": "Abolition of Slavery", "1989-07-14": "National Day", "1989-07-21": "Feast of Victor Schoelcher", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-22": "Abolition of Slavery", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-07-14": "National Day", "1990-07-21": "Feast of Victor Schoelcher", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-22": "Abolition of Slavery", "1991-07-14": "National Day", "1991-07-21": "Feast of Victor Schoelcher", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-22": "Abolition of Slavery", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-07-14": "National Day", "1992-07-21": "Feast of Victor Schoelcher", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-22": "Abolition of Slavery", "1993-05-31": "Whit Monday", "1993-07-14": "National Day", "1993-07-21": "Feast of Victor Schoelcher", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-22": "Abolition of Slavery", "1994-05-23": "Whit Monday", "1994-07-14": "National Day", "1994-07-21": "Feast of Victor Schoelcher", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-22": "Abolition of Slavery", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-07-14": "National Day", "1995-07-21": "Feast of Victor Schoelcher", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-22": "Abolition of Slavery", "1996-05-27": "Whit Monday", "1996-07-14": "National Day", "1996-07-21": "Feast of Victor Schoelcher", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-05-22": "Abolition of Slavery", "1997-07-14": "National Day", "1997-07-21": "Feast of Victor Schoelcher", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-05-22": "Abolition of Slavery", "1998-06-01": "Whit Monday", "1998-07-14": "National Day", "1998-07-21": "Feast of Victor Schoelcher", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-22": "Abolition of Slavery", "1999-05-24": "Whit Monday", "1999-07-14": "National Day", "1999-07-21": "Feast of Victor Schoelcher", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-05-22": "Abolition of Slavery", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-07-21": "Feast of Victor Schoelcher", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-22": "Abolition of Slavery", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-07-14": "National Day", "2001-07-21": "Feast of Victor Schoelcher", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-22": "Abolition of Slavery", "2002-07-14": "National Day", "2002-07-21": "Feast of Victor Schoelcher", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-22": "Abolition of Slavery", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-07-14": "National Day", "2003-07-21": "Feast of Victor Schoelcher", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-22": "Abolition of Slavery", "2004-05-31": "Whit Monday", "2004-07-14": "National Day", "2004-07-21": "Feast of Victor Schoelcher", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-05-22": "Abolition of Slavery", "2005-07-14": "National Day", "2005-07-21": "Feast of Victor Schoelcher", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-22": "Abolition of Slavery", "2006-05-25": "Ascension Day", "2006-07-14": "National Day", "2006-07-21": "Feast of Victor Schoelcher", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-05-22": "Abolition of Slavery", "2007-07-14": "National Day", "2007-07-21": "Feast of Victor Schoelcher", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-05-22": "Abolition of Slavery", "2008-07-14": "National Day", "2008-07-21": "Feast of Victor Schoelcher", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-05-22": "Abolition of Slavery", "2009-06-01": "Whit Monday", "2009-07-14": "National Day", "2009-07-21": "Feast of Victor Schoelcher", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-22": "Abolition of Slavery", "2010-05-24": "Whit Monday", "2010-07-14": "National Day", "2010-07-21": "Feast of Victor Schoelcher", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-05-22": "Abolition of Slavery", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-07-21": "Feast of Victor Schoelcher", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-22": "Abolition of Slavery", "2012-05-28": "Whit Monday", "2012-07-14": "National Day", "2012-07-21": "Feast of Victor Schoelcher", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-22": "Abolition of Slavery", "2013-07-14": "National Day", "2013-07-21": "Feast of Victor Schoelcher", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-22": "Abolition of Slavery", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-14": "National Day", "2014-07-21": "Feast of Victor Schoelcher", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-22": "Abolition of Slavery", "2015-05-25": "Whit Monday", "2015-07-14": "National Day", "2015-07-21": "Feast of Victor Schoelcher", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-05-22": "Abolition of Slavery", "2016-07-14": "National Day", "2016-07-21": "Feast of Victor Schoelcher", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-22": "Abolition of Slavery", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-07-14": "National Day", "2017-07-21": "Feast of Victor Schoelcher", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-22": "Abolition of Slavery", "2018-07-14": "National Day", "2018-07-21": "Feast of Victor Schoelcher", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-22": "Abolition of Slavery", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-07-14": "National Day", "2019-07-21": "Feast of Victor Schoelcher", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-05-22": "Abolition of Slavery", "2020-06-01": "Whit Monday", "2020-07-14": "National Day", "2020-07-21": "Feast of Victor Schoelcher", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-22": "Abolition of Slavery", "2021-05-24": "Whit Monday", "2021-07-14": "National Day", "2021-07-21": "Feast of Victor Schoelcher", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-22": "Abolition of Slavery", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-07-14": "National Day", "2022-07-21": "Feast of Victor Schoelcher", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-22": "Abolition of Slavery", "2023-05-29": "Whit Monday", "2023-07-14": "National Day", "2023-07-21": "Feast of Victor Schoelcher", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-22": "Abolition of Slavery", "2024-07-14": "National Day", "2024-07-21": "Feast of Victor Schoelcher", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-22": "Abolition of Slavery", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-07-14": "National Day", "2025-07-21": "Feast of Victor Schoelcher", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-22": "Abolition of Slavery", "2026-05-25": "Whit Monday", "2026-07-14": "National Day", "2026-07-21": "Feast of Victor Schoelcher", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-05-22": "Abolition of Slavery", "2027-07-14": "National Day", "2027-07-21": "Feast of Victor Schoelcher", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-22": "Abolition of Slavery", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-07-14": "National Day", "2028-07-21": "Feast of Victor Schoelcher", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-22": "Abolition of Slavery", "2029-07-14": "National Day", "2029-07-21": "Feast of Victor Schoelcher", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-22": "Abolition of Slavery", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-14": "National Day", "2030-07-21": "Feast of Victor Schoelcher", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Abolition of Slavery; Ascension Day", "2031-06-02": "Whit Monday", "2031-07-14": "National Day", "2031-07-21": "Feast of Victor Schoelcher", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-05-22": "Abolition of Slavery", "2032-07-14": "National Day", "2032-07-21": "Feast of Victor Schoelcher", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-22": "Abolition of Slavery", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-07-14": "National Day", "2033-07-21": "Feast of Victor Schoelcher", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-22": "Abolition of Slavery", "2034-05-29": "Whit Monday", "2034-07-14": "National Day", "2034-07-21": "Feast of Victor Schoelcher", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-05-22": "Abolition of Slavery", "2035-07-14": "National Day", "2035-07-21": "Feast of Victor Schoelcher", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Abolition of Slavery; Ascension Day", "2036-06-02": "Whit Monday", "2036-07-14": "National Day", "2036-07-21": "Feast of Victor Schoelcher", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-22": "Abolition of Slavery", "2037-05-25": "Whit Monday", "2037-07-14": "National Day", "2037-07-21": "Feast of Victor Schoelcher", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-05-22": "Abolition of Slavery", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-07-21": "Feast of Victor Schoelcher", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-22": "Abolition of Slavery", "2039-05-30": "Whit Monday", "2039-07-14": "National Day", "2039-07-21": "Feast of Victor Schoelcher", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-22": "Abolition of Slavery", "2040-07-14": "National Day", "2040-07-21": "Feast of Victor Schoelcher", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-22": "Abolition of Slavery", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-07-14": "National Day", "2041-07-21": "Feast of Victor Schoelcher", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-22": "Abolition of Slavery", "2042-05-26": "Whit Monday", "2042-07-14": "National Day", "2042-07-21": "Feast of Victor Schoelcher", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-05-22": "Abolition of Slavery", "2043-07-14": "National Day", "2043-07-21": "Feast of Victor Schoelcher", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-22": "Abolition of Slavery", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-07-14": "National Day", "2044-07-21": "Feast of Victor Schoelcher", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-22": "Abolition of Slavery", "2045-05-29": "Whit Monday", "2045-07-14": "National Day", "2045-07-21": "Feast of Victor Schoelcher", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-05-22": "Abolition of Slavery", "2046-07-14": "National Day", "2046-07-21": "Feast of Victor Schoelcher", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-22": "Abolition of Slavery", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-07-14": "National Day", "2047-07-21": "Feast of Victor Schoelcher", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-22": "Abolition of Slavery", "2048-05-25": "Whit Monday", "2048-07-14": "National Day", "2048-07-21": "Feast of Victor Schoelcher", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-22": "Abolition of Slavery", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-07-14": "National Day", "2049-07-21": "Feast of Victor Schoelcher", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-22": "Abolition of Slavery", "2050-05-30": "Whit Monday", "2050-07-14": "National Day", "2050-07-21": "Feast of Victor Schoelcher", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/FR_NC.json000066400000000000000000001202601500152103600210660ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-07-14": "National Day", "1950-08-15": "Assumption Day", "1950-09-24": "Citizenship Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-07-14": "National Day", "1951-08-15": "Assumption Day", "1951-09-24": "Citizenship Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-07-14": "National Day", "1952-08-15": "Assumption Day", "1952-09-24": "Citizenship Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-07-14": "National Day", "1953-08-15": "Assumption Day", "1953-09-24": "Citizenship Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-07-14": "National Day", "1954-08-15": "Assumption Day", "1954-09-24": "Citizenship Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-07-14": "National Day", "1955-08-15": "Assumption Day", "1955-09-24": "Citizenship Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-07-14": "National Day", "1956-08-15": "Assumption Day", "1956-09-24": "Citizenship Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-14": "National Day", "1957-08-15": "Assumption Day", "1957-09-24": "Citizenship Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-07-14": "National Day", "1958-08-15": "Assumption Day", "1958-09-24": "Citizenship Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-07-14": "National Day", "1959-08-15": "Assumption Day", "1959-09-24": "Citizenship Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-07-14": "National Day", "1960-08-15": "Assumption Day", "1960-09-24": "Citizenship Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-07-14": "National Day", "1961-08-15": "Assumption Day", "1961-09-24": "Citizenship Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-08-15": "Assumption Day", "1962-09-24": "Citizenship Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-07-14": "National Day", "1963-08-15": "Assumption Day", "1963-09-24": "Citizenship Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-07-14": "National Day", "1964-08-15": "Assumption Day", "1964-09-24": "Citizenship Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-07-14": "National Day", "1965-08-15": "Assumption Day", "1965-09-24": "Citizenship Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-07-14": "National Day", "1966-08-15": "Assumption Day", "1966-09-24": "Citizenship Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-07-14": "National Day", "1967-08-15": "Assumption Day", "1967-09-24": "Citizenship Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-07-14": "National Day", "1968-08-15": "Assumption Day", "1968-09-24": "Citizenship Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-07-14": "National Day", "1969-08-15": "Assumption Day", "1969-09-24": "Citizenship Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-07-14": "National Day", "1970-08-15": "Assumption Day", "1970-09-24": "Citizenship Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-07-14": "National Day", "1971-08-15": "Assumption Day", "1971-09-24": "Citizenship Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-07-14": "National Day", "1972-08-15": "Assumption Day", "1972-09-24": "Citizenship Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-08-15": "Assumption Day", "1973-09-24": "Citizenship Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-07-14": "National Day", "1974-08-15": "Assumption Day", "1974-09-24": "Citizenship Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-07-14": "National Day", "1975-08-15": "Assumption Day", "1975-09-24": "Citizenship Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-07-14": "National Day", "1976-08-15": "Assumption Day", "1976-09-24": "Citizenship Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-07-14": "National Day", "1977-08-15": "Assumption Day", "1977-09-24": "Citizenship Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-07-14": "National Day", "1978-08-15": "Assumption Day", "1978-09-24": "Citizenship Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-07-14": "National Day", "1979-08-15": "Assumption Day", "1979-09-24": "Citizenship Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-07-14": "National Day", "1980-08-15": "Assumption Day", "1980-09-24": "Citizenship Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-07-14": "National Day", "1981-08-15": "Assumption Day", "1981-09-24": "Citizenship Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-07-14": "National Day", "1982-08-15": "Assumption Day", "1982-09-24": "Citizenship Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-07-14": "National Day", "1983-08-15": "Assumption Day", "1983-09-24": "Citizenship Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-08-15": "Assumption Day", "1984-09-24": "Citizenship Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-07-14": "National Day", "1985-08-15": "Assumption Day", "1985-09-24": "Citizenship Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-07-14": "National Day", "1986-08-15": "Assumption Day", "1986-09-24": "Citizenship Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-07-14": "National Day", "1987-08-15": "Assumption Day", "1987-09-24": "Citizenship Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-07-14": "National Day", "1988-08-15": "Assumption Day", "1988-09-24": "Citizenship Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-07-14": "National Day", "1989-08-15": "Assumption Day", "1989-09-24": "Citizenship Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-07-14": "National Day", "1990-08-15": "Assumption Day", "1990-09-24": "Citizenship Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-07-14": "National Day", "1991-08-15": "Assumption Day", "1991-09-24": "Citizenship Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-07-14": "National Day", "1992-08-15": "Assumption Day", "1992-09-24": "Citizenship Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-07-14": "National Day", "1993-08-15": "Assumption Day", "1993-09-24": "Citizenship Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-07-14": "National Day", "1994-08-15": "Assumption Day", "1994-09-24": "Citizenship Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-07-14": "National Day", "1995-08-15": "Assumption Day", "1995-09-24": "Citizenship Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-07-14": "National Day", "1996-08-15": "Assumption Day", "1996-09-24": "Citizenship Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-07-14": "National Day", "1997-08-15": "Assumption Day", "1997-09-24": "Citizenship Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-07-14": "National Day", "1998-08-15": "Assumption Day", "1998-09-24": "Citizenship Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-07-14": "National Day", "1999-08-15": "Assumption Day", "1999-09-24": "Citizenship Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-08-15": "Assumption Day", "2000-09-24": "Citizenship Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-07-14": "National Day", "2001-08-15": "Assumption Day", "2001-09-24": "Citizenship Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-07-14": "National Day", "2002-08-15": "Assumption Day", "2002-09-24": "Citizenship Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-07-14": "National Day", "2003-08-15": "Assumption Day", "2003-09-24": "Citizenship Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-07-14": "National Day", "2004-08-15": "Assumption Day", "2004-09-24": "Citizenship Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-07-14": "National Day", "2005-08-15": "Assumption Day", "2005-09-24": "Citizenship Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-07-14": "National Day", "2006-08-15": "Assumption Day", "2006-09-24": "Citizenship Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-07-14": "National Day", "2007-08-15": "Assumption Day", "2007-09-24": "Citizenship Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-07-14": "National Day", "2008-08-15": "Assumption Day", "2008-09-24": "Citizenship Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-07-14": "National Day", "2009-08-15": "Assumption Day", "2009-09-24": "Citizenship Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-07-14": "National Day", "2010-08-15": "Assumption Day", "2010-09-24": "Citizenship Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-08-15": "Assumption Day", "2011-09-24": "Citizenship Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-07-14": "National Day", "2012-08-15": "Assumption Day", "2012-09-24": "Citizenship Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-07-14": "National Day", "2013-08-15": "Assumption Day", "2013-09-24": "Citizenship Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-14": "National Day", "2014-08-15": "Assumption Day", "2014-09-24": "Citizenship Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-07-14": "National Day", "2015-08-15": "Assumption Day", "2015-09-24": "Citizenship Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-07-14": "National Day", "2016-08-15": "Assumption Day", "2016-09-24": "Citizenship Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-07-14": "National Day", "2017-08-15": "Assumption Day", "2017-09-24": "Citizenship Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-07-14": "National Day", "2018-08-15": "Assumption Day", "2018-09-24": "Citizenship Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-07-14": "National Day", "2019-08-15": "Assumption Day", "2019-09-24": "Citizenship Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-07-14": "National Day", "2020-08-15": "Assumption Day", "2020-09-24": "Citizenship Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-07-14": "National Day", "2021-08-15": "Assumption Day", "2021-09-24": "Citizenship Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-07-14": "National Day", "2022-08-15": "Assumption Day", "2022-09-24": "Citizenship Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-07-14": "National Day", "2023-08-15": "Assumption Day", "2023-09-24": "Citizenship Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-07-14": "National Day", "2024-08-15": "Assumption Day", "2024-09-24": "Citizenship Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-07-14": "National Day", "2025-08-15": "Assumption Day", "2025-09-24": "Citizenship Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-07-14": "National Day", "2026-08-15": "Assumption Day", "2026-09-24": "Citizenship Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-07-14": "National Day", "2027-08-15": "Assumption Day", "2027-09-24": "Citizenship Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-07-14": "National Day", "2028-08-15": "Assumption Day", "2028-09-24": "Citizenship Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-07-14": "National Day", "2029-08-15": "Assumption Day", "2029-09-24": "Citizenship Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-14": "National Day", "2030-08-15": "Assumption Day", "2030-09-24": "Citizenship Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-07-14": "National Day", "2031-08-15": "Assumption Day", "2031-09-24": "Citizenship Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-07-14": "National Day", "2032-08-15": "Assumption Day", "2032-09-24": "Citizenship Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-07-14": "National Day", "2033-08-15": "Assumption Day", "2033-09-24": "Citizenship Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-07-14": "National Day", "2034-08-15": "Assumption Day", "2034-09-24": "Citizenship Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-07-14": "National Day", "2035-08-15": "Assumption Day", "2035-09-24": "Citizenship Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-07-14": "National Day", "2036-08-15": "Assumption Day", "2036-09-24": "Citizenship Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-07-14": "National Day", "2037-08-15": "Assumption Day", "2037-09-24": "Citizenship Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-08-15": "Assumption Day", "2038-09-24": "Citizenship Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-07-14": "National Day", "2039-08-15": "Assumption Day", "2039-09-24": "Citizenship Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-07-14": "National Day", "2040-08-15": "Assumption Day", "2040-09-24": "Citizenship Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-07-14": "National Day", "2041-08-15": "Assumption Day", "2041-09-24": "Citizenship Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-07-14": "National Day", "2042-08-15": "Assumption Day", "2042-09-24": "Citizenship Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-07-14": "National Day", "2043-08-15": "Assumption Day", "2043-09-24": "Citizenship Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-07-14": "National Day", "2044-08-15": "Assumption Day", "2044-09-24": "Citizenship Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-07-14": "National Day", "2045-08-15": "Assumption Day", "2045-09-24": "Citizenship Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-07-14": "National Day", "2046-08-15": "Assumption Day", "2046-09-24": "Citizenship Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-07-14": "National Day", "2047-08-15": "Assumption Day", "2047-09-24": "Citizenship Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-07-14": "National Day", "2048-08-15": "Assumption Day", "2048-09-24": "Citizenship Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-07-14": "National Day", "2049-08-15": "Assumption Day", "2049-09-24": "Citizenship Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-07-14": "National Day", "2050-08-15": "Assumption Day", "2050-09-24": "Citizenship Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/FR_PF.json000066400000000000000000001371071500152103600211030ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-03-05": "Missionary Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-29": "Internal Autonomy Day", "1950-07-14": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-05": "Missionary Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-06-29": "Internal Autonomy Day", "1951-07-14": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-03-05": "Missionary Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-29": "Internal Autonomy Day", "1952-07-14": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-03-05": "Missionary Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-29": "Internal Autonomy Day", "1953-07-14": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-05": "Missionary Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-29": "Internal Autonomy Day", "1954-07-14": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-03-05": "Missionary Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-29": "Internal Autonomy Day", "1955-07-14": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-05": "Missionary Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-06-29": "Internal Autonomy Day", "1956-07-14": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-05": "Missionary Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-29": "Internal Autonomy Day", "1957-07-14": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-03-05": "Missionary Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-29": "Internal Autonomy Day", "1958-07-14": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-05": "Missionary Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-06-29": "Internal Autonomy Day", "1959-07-14": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-03-05": "Missionary Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-29": "Internal Autonomy Day", "1960-07-14": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-05": "Missionary Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-29": "Internal Autonomy Day", "1961-07-14": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-05": "Missionary Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-29": "Internal Autonomy Day", "1962-07-14": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-03-05": "Missionary Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-29": "Internal Autonomy Day", "1963-07-14": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-05": "Missionary Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-06-29": "Internal Autonomy Day", "1964-07-14": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-05": "Missionary Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-29": "Internal Autonomy Day", "1965-07-14": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-03-05": "Missionary Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-29": "Internal Autonomy Day", "1966-07-14": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-05": "Missionary Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-06-29": "Internal Autonomy Day", "1967-07-14": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-03-05": "Missionary Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-29": "Internal Autonomy Day", "1968-07-14": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-03-05": "Missionary Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-29": "Internal Autonomy Day", "1969-07-14": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-05": "Missionary Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-06-29": "Internal Autonomy Day", "1970-07-14": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-03-05": "Missionary Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-29": "Internal Autonomy Day", "1971-07-14": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-05": "Missionary Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-29": "Internal Autonomy Day", "1972-07-14": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-05": "Missionary Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-29": "Internal Autonomy Day", "1973-07-14": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-03-05": "Missionary Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-29": "Internal Autonomy Day", "1974-07-14": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-05": "Missionary Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-06-29": "Internal Autonomy Day", "1975-07-14": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-05": "Missionary Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-29": "Internal Autonomy Day", "1976-07-14": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-03-05": "Missionary Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-29": "Internal Autonomy Day", "1977-07-14": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-05": "Missionary Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-06-29": "Internal Autonomy Day", "1978-07-14": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-03-05": "Missionary Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-29": "Internal Autonomy Day", "1979-07-14": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-03-05": "Missionary Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-29": "Internal Autonomy Day", "1980-07-14": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-05": "Missionary Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-29": "Internal Autonomy Day", "1981-07-14": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-03-05": "Missionary Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-29": "Internal Autonomy Day", "1982-07-14": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-05": "Missionary Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-29": "Internal Autonomy Day", "1983-07-14": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-03-05": "Missionary Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-29": "Internal Autonomy Day", "1984-07-14": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-03-05": "Missionary Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-29": "Internal Autonomy Day", "1985-07-14": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-05": "Missionary Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-06-29": "Internal Autonomy Day", "1986-07-14": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-05": "Missionary Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-29": "Internal Autonomy Day", "1987-07-14": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-05": "Missionary Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-29": "Internal Autonomy Day", "1988-07-14": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-05": "Missionary Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-06-29": "Internal Autonomy Day", "1989-07-14": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-03-05": "Missionary Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-29": "Internal Autonomy Day", "1990-07-14": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-05": "Missionary Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-06-29": "Internal Autonomy Day", "1991-07-14": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-05": "Missionary Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-29": "Internal Autonomy Day", "1992-07-14": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-05": "Missionary Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-29": "Internal Autonomy Day", "1993-07-14": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-05": "Missionary Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-29": "Internal Autonomy Day", "1994-07-14": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-03-05": "Missionary Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-29": "Internal Autonomy Day", "1995-07-14": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-03-05": "Missionary Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-29": "Internal Autonomy Day", "1996-07-14": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-05": "Missionary Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-06-29": "Internal Autonomy Day", "1997-07-14": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-03-05": "Missionary Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-29": "Internal Autonomy Day", "1998-07-14": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-03-05": "Missionary Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-29": "Internal Autonomy Day", "1999-07-14": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-05": "Missionary Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-29": "Internal Autonomy Day", "2000-07-14": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-03-05": "Missionary Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-29": "Internal Autonomy Day", "2001-07-14": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-05": "Missionary Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-06-29": "Internal Autonomy Day", "2002-07-14": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-05": "Missionary Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-29": "Internal Autonomy Day", "2003-07-14": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-03-05": "Missionary Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-29": "Internal Autonomy Day", "2004-07-14": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-05": "Missionary Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-06-29": "Internal Autonomy Day", "2005-07-14": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-03-05": "Missionary Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-06-29": "Internal Autonomy Day", "2006-07-14": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-03-05": "Missionary Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-06-29": "Internal Autonomy Day", "2007-07-14": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-05": "Missionary Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-06-29": "Internal Autonomy Day", "2008-07-14": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-05": "Missionary Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-29": "Internal Autonomy Day", "2009-07-14": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-05": "Missionary Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-29": "Internal Autonomy Day", "2010-07-14": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-05": "Missionary Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-29": "Internal Autonomy Day", "2011-07-14": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-03-05": "Missionary Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-29": "Internal Autonomy Day", "2012-07-14": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-05": "Missionary Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-06-29": "Internal Autonomy Day", "2013-07-14": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-05": "Missionary Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-29": "Internal Autonomy Day", "2014-07-14": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-03-05": "Missionary Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-29": "Internal Autonomy Day", "2015-07-14": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-05": "Missionary Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-06-29": "Internal Autonomy Day", "2016-07-14": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-03-05": "Missionary Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-29": "Internal Autonomy Day", "2017-07-14": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-05": "Missionary Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-06-29": "Internal Autonomy Day", "2018-07-14": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-05": "Missionary Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-29": "Internal Autonomy Day", "2019-07-14": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-03-05": "Missionary Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-29": "Internal Autonomy Day", "2020-07-14": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-03-05": "Missionary Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-29": "Internal Autonomy Day", "2021-07-14": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-03-05": "Missionary Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-29": "Internal Autonomy Day", "2022-07-14": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-03-05": "Missionary Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-29": "Internal Autonomy Day", "2023-07-14": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-05": "Missionary Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-06-29": "Internal Autonomy Day", "2024-07-14": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-05": "Missionary Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-29": "Internal Autonomy Day", "2025-07-14": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-05": "Missionary Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-29": "Internal Autonomy Day", "2026-07-14": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-05": "Missionary Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-06-29": "Internal Autonomy Day", "2027-07-14": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-03-05": "Missionary Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-29": "Internal Autonomy Day", "2028-07-14": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-05": "Missionary Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-06-29": "Internal Autonomy Day", "2029-07-14": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-03-05": "Missionary Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-29": "Internal Autonomy Day", "2030-07-14": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-03-05": "Missionary Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-29": "Internal Autonomy Day", "2031-07-14": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-05": "Missionary Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-06-29": "Internal Autonomy Day", "2032-07-14": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-03-05": "Missionary Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-29": "Internal Autonomy Day", "2033-07-14": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-03-05": "Missionary Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-29": "Internal Autonomy Day", "2034-07-14": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-05": "Missionary Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-06-29": "Internal Autonomy Day", "2035-07-14": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-03-05": "Missionary Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-29": "Internal Autonomy Day", "2036-07-14": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-03-05": "Missionary Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-29": "Internal Autonomy Day", "2037-07-14": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-03-05": "Missionary Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-29": "Internal Autonomy Day", "2038-07-14": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-03-05": "Missionary Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-29": "Internal Autonomy Day", "2039-07-14": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-05": "Missionary Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-06-29": "Internal Autonomy Day", "2040-07-14": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-05": "Missionary Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-29": "Internal Autonomy Day", "2041-07-14": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-05": "Missionary Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-29": "Internal Autonomy Day", "2042-07-14": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-05": "Missionary Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-06-29": "Internal Autonomy Day", "2043-07-14": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-03-05": "Missionary Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-29": "Internal Autonomy Day", "2044-07-14": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-03-05": "Missionary Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-29": "Internal Autonomy Day", "2045-07-14": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-05": "Missionary Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-06-29": "Internal Autonomy Day", "2046-07-14": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-03-05": "Missionary Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-29": "Internal Autonomy Day", "2047-07-14": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-03-05": "Missionary Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-29": "Internal Autonomy Day", "2048-07-14": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-05": "Missionary Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-29": "Internal Autonomy Day", "2049-07-14": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-03-05": "Missionary Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-29": "Internal Autonomy Day", "2050-07-14": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/FR_RE.json000066400000000000000000001166231500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-07-14": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-07-14": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-07-14": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-07-14": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-07-14": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-07-14": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-07-14": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-14": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-07-14": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-07-14": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-07-14": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-07-14": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-07-14": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-07-14": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-07-14": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-07-14": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-07-14": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-07-14": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-07-14": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-07-14": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-07-14": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-07-14": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-07-14": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-07-14": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-07-14": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-07-14": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-07-14": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-07-14": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-07-14": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-07-14": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-20": "Abolition of Slavery", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-07-14": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-20": "Abolition of Slavery", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-07-14": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-20": "Abolition of Slavery", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-20": "Abolition of Slavery", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-07-14": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-20": "Abolition of Slavery", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-07-14": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-20": "Abolition of Slavery", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-07-14": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-20": "Abolition of Slavery", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-07-14": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-20": "Abolition of Slavery", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-07-14": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-20": "Abolition of Slavery", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-07-14": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-20": "Abolition of Slavery", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-07-14": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-20": "Abolition of Slavery", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-07-14": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-20": "Abolition of Slavery", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-07-14": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-20": "Abolition of Slavery", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-07-14": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-20": "Abolition of Slavery", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-07-14": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-20": "Abolition of Slavery", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-07-14": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-20": "Abolition of Slavery", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-07-14": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-20": "Abolition of Slavery", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-07-14": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-20": "Abolition of Slavery", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-07-14": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-20": "Abolition of Slavery", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-20": "Abolition of Slavery", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-07-14": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-20": "Abolition of Slavery", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-07-14": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-20": "Abolition of Slavery", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-07-14": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-20": "Abolition of Slavery", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-07-14": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-20": "Abolition of Slavery", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-07-14": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-20": "Abolition of Slavery", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-07-14": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-20": "Abolition of Slavery", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-07-14": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-20": "Abolition of Slavery", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-07-14": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-20": "Abolition of Slavery", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-07-14": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-20": "Abolition of Slavery", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-07-14": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-20": "Abolition of Slavery", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-20": "Abolition of Slavery", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-07-14": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-20": "Abolition of Slavery", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-07-14": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-20": "Abolition of Slavery", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-14": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-20": "Abolition of Slavery", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-07-14": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-20": "Abolition of Slavery", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-07-14": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-20": "Abolition of Slavery", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-07-14": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-20": "Abolition of Slavery", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-07-14": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-20": "Abolition of Slavery", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-07-14": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-20": "Abolition of Slavery", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-07-14": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-20": "Abolition of Slavery", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-07-14": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-20": "Abolition of Slavery", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-07-14": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-20": "Abolition of Slavery", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-07-14": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-20": "Abolition of Slavery", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-07-14": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-20": "Abolition of Slavery", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-07-14": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-20": "Abolition of Slavery", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-07-14": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-20": "Abolition of Slavery", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-07-14": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-20": "Abolition of Slavery", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-07-14": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-20": "Abolition of Slavery", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-07-14": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-20": "Abolition of Slavery", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-14": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-20": "Abolition of Slavery", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-07-14": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-20": "Abolition of Slavery", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-07-14": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-20": "Abolition of Slavery", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-07-14": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-20": "Abolition of Slavery", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-07-14": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-20": "Abolition of Slavery", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-07-14": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-20": "Abolition of Slavery", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-07-14": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-20": "Abolition of Slavery", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-07-14": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-20": "Abolition of Slavery", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-20": "Abolition of Slavery", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-07-14": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-20": "Abolition of Slavery", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-07-14": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-20": "Abolition of Slavery", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-07-14": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-20": "Abolition of Slavery", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-07-14": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-20": "Abolition of Slavery", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-07-14": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-20": "Abolition of Slavery", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-07-14": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-20": "Abolition of Slavery", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-07-14": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-20": "Abolition of Slavery", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-07-14": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-20": "Abolition of Slavery", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-07-14": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-20": "Abolition of Slavery", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-07-14": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-20": "Abolition of Slavery", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-07-14": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-20": "Abolition of Slavery", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-07-14": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-20": "Abolition of Slavery", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/FR_WF.json000066400000000000000000001337671500152103600211220ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-10": "Easter Monday", "1950-04-28": "Feast of Saint Peter Chanel", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-07-14": "National Day", "1950-07-29": "Festival of the Territory", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-26": "Easter Monday", "1951-04-28": "Feast of Saint Peter Chanel", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-07-14": "National Day", "1951-07-29": "Festival of the Territory", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-14": "Easter Monday", "1952-04-28": "Feast of Saint Peter Chanel", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-07-14": "National Day", "1952-07-29": "Festival of the Territory", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-06": "Easter Monday", "1953-04-28": "Feast of Saint Peter Chanel", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-07-14": "National Day", "1953-07-29": "Festival of the Territory", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-19": "Easter Monday", "1954-04-28": "Feast of Saint Peter Chanel", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-07-14": "National Day", "1954-07-29": "Festival of the Territory", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-11": "Easter Monday", "1955-04-28": "Feast of Saint Peter Chanel", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-07-14": "National Day", "1955-07-29": "Festival of the Territory", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-04-02": "Easter Monday", "1956-04-28": "Feast of Saint Peter Chanel", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-07-14": "National Day", "1956-07-29": "Festival of the Territory", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-22": "Easter Monday", "1957-04-28": "Feast of Saint Peter Chanel", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-14": "National Day", "1957-07-29": "Festival of the Territory", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-07": "Easter Monday", "1958-04-28": "Feast of Saint Peter Chanel", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-07-14": "National Day", "1958-07-29": "Festival of the Territory", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-04-28": "Feast of Saint Peter Chanel", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-07-14": "National Day", "1959-07-29": "Festival of the Territory", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-18": "Easter Monday", "1960-04-28": "Feast of Saint Peter Chanel", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-07-14": "National Day", "1960-07-29": "Festival of the Territory", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-04-03": "Easter Monday", "1961-04-28": "Feast of Saint Peter Chanel", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-07-14": "National Day", "1961-07-29": "Festival of the Territory", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-23": "Easter Monday", "1962-04-28": "Feast of Saint Peter Chanel", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-07-29": "Festival of the Territory", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-15": "Easter Monday", "1963-04-28": "Feast of Saint Peter Chanel", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-07-14": "National Day", "1963-07-29": "Festival of the Territory", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-30": "Easter Monday", "1964-04-28": "Feast of Saint Peter Chanel", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-07-14": "National Day", "1964-07-29": "Festival of the Territory", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-19": "Easter Monday", "1965-04-28": "Feast of Saint Peter Chanel", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-07-14": "National Day", "1965-07-29": "Festival of the Territory", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-11": "Easter Monday", "1966-04-28": "Feast of Saint Peter Chanel", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-07-14": "National Day", "1966-07-29": "Festival of the Territory", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-27": "Easter Monday", "1967-04-28": "Feast of Saint Peter Chanel", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-07-14": "National Day", "1967-07-29": "Festival of the Territory", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-15": "Easter Monday", "1968-04-28": "Feast of Saint Peter Chanel", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-07-14": "National Day", "1968-07-29": "Festival of the Territory", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-07": "Easter Monday", "1969-04-28": "Feast of Saint Peter Chanel", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-07-14": "National Day", "1969-07-29": "Festival of the Territory", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-30": "Easter Monday", "1970-04-28": "Feast of Saint Peter Chanel", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-07-14": "National Day", "1970-07-29": "Festival of the Territory", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-12": "Easter Monday", "1971-04-28": "Feast of Saint Peter Chanel", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-07-14": "National Day", "1971-07-29": "Festival of the Territory", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-04-03": "Easter Monday", "1972-04-28": "Feast of Saint Peter Chanel", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-07-14": "National Day", "1972-07-29": "Festival of the Territory", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-23": "Easter Monday", "1973-04-28": "Feast of Saint Peter Chanel", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-07-29": "Festival of the Territory", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-15": "Easter Monday", "1974-04-28": "Feast of Saint Peter Chanel", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-07-14": "National Day", "1974-07-29": "Festival of the Territory", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-04-28": "Feast of Saint Peter Chanel", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-07-14": "National Day", "1975-07-29": "Festival of the Territory", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-04-28": "Feast of Saint Peter Chanel", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-07-14": "National Day", "1976-07-29": "Festival of the Territory", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-04-28": "Feast of Saint Peter Chanel", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-07-14": "National Day", "1977-07-29": "Festival of the Territory", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-04-28": "Feast of Saint Peter Chanel", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-07-14": "National Day", "1978-07-29": "Festival of the Territory", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-04-28": "Feast of Saint Peter Chanel", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-07-14": "National Day", "1979-07-29": "Festival of the Territory", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-04-28": "Feast of Saint Peter Chanel", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-07-14": "National Day", "1980-07-29": "Festival of the Territory", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-04-28": "Feast of Saint Peter Chanel", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-07-14": "National Day", "1981-07-29": "Festival of the Territory", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-04-28": "Feast of Saint Peter Chanel", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-07-14": "National Day", "1982-07-29": "Festival of the Territory", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-04-28": "Feast of Saint Peter Chanel", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-07-14": "National Day", "1983-07-29": "Festival of the Territory", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-04-28": "Feast of Saint Peter Chanel", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-07-29": "Festival of the Territory", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-04-28": "Feast of Saint Peter Chanel", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-07-14": "National Day", "1985-07-29": "Festival of the Territory", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-04-28": "Feast of Saint Peter Chanel", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-07-14": "National Day", "1986-07-29": "Festival of the Territory", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-04-28": "Feast of Saint Peter Chanel", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-07-14": "National Day", "1987-07-29": "Festival of the Territory", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-04-28": "Feast of Saint Peter Chanel", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-07-14": "National Day", "1988-07-29": "Festival of the Territory", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-04-28": "Feast of Saint Peter Chanel", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-07-14": "National Day", "1989-07-29": "Festival of the Territory", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-04-28": "Feast of Saint Peter Chanel", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-07-14": "National Day", "1990-07-29": "Festival of the Territory", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-04-28": "Feast of Saint Peter Chanel", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-07-14": "National Day", "1991-07-29": "Festival of the Territory", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-20": "Easter Monday", "1992-04-28": "Feast of Saint Peter Chanel", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-07-14": "National Day", "1992-07-29": "Festival of the Territory", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-12": "Easter Monday", "1993-04-28": "Feast of Saint Peter Chanel", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-07-14": "National Day", "1993-07-29": "Festival of the Territory", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-04-28": "Feast of Saint Peter Chanel", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-07-14": "National Day", "1994-07-29": "Festival of the Territory", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-04-28": "Feast of Saint Peter Chanel", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-07-14": "National Day", "1995-07-29": "Festival of the Territory", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-04-28": "Feast of Saint Peter Chanel", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-07-14": "National Day", "1996-07-29": "Festival of the Territory", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-04-28": "Feast of Saint Peter Chanel", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-07-14": "National Day", "1997-07-29": "Festival of the Territory", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-04-28": "Feast of Saint Peter Chanel", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-07-14": "National Day", "1998-07-29": "Festival of the Territory", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-04-28": "Feast of Saint Peter Chanel", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-07-14": "National Day", "1999-07-29": "Festival of the Territory", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-24": "Easter Monday", "2000-04-28": "Feast of Saint Peter Chanel", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-07-29": "Festival of the Territory", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-16": "Easter Monday", "2001-04-28": "Feast of Saint Peter Chanel", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-07-14": "National Day", "2001-07-29": "Festival of the Territory", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-04-28": "Feast of Saint Peter Chanel", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-07-14": "National Day", "2002-07-29": "Festival of the Territory", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-21": "Easter Monday", "2003-04-28": "Feast of Saint Peter Chanel", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-07-14": "National Day", "2003-07-29": "Festival of the Territory", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-12": "Easter Monday", "2004-04-28": "Feast of Saint Peter Chanel", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-07-14": "National Day", "2004-07-29": "Festival of the Territory", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-28": "Easter Monday", "2005-04-28": "Feast of Saint Peter Chanel", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-07-14": "National Day", "2005-07-29": "Festival of the Territory", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-17": "Easter Monday", "2006-04-28": "Feast of Saint Peter Chanel", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-07-14": "National Day", "2006-07-29": "Festival of the Territory", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-04-28": "Feast of Saint Peter Chanel", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-07-14": "National Day", "2007-07-29": "Festival of the Territory", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-04-28": "Feast of Saint Peter Chanel", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-07-14": "National Day", "2008-07-29": "Festival of the Territory", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-04-28": "Feast of Saint Peter Chanel", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-07-14": "National Day", "2009-07-29": "Festival of the Territory", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-04-28": "Feast of Saint Peter Chanel", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-07-14": "National Day", "2010-07-29": "Festival of the Territory", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-04-28": "Feast of Saint Peter Chanel", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-07-29": "Festival of the Territory", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-04-28": "Feast of Saint Peter Chanel", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-07-14": "National Day", "2012-07-29": "Festival of the Territory", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-04-28": "Feast of Saint Peter Chanel", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-07-14": "National Day", "2013-07-29": "Festival of the Territory", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-04-28": "Feast of Saint Peter Chanel", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-14": "National Day", "2014-07-29": "Festival of the Territory", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-04-28": "Feast of Saint Peter Chanel", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-07-14": "National Day", "2015-07-29": "Festival of the Territory", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-04-28": "Feast of Saint Peter Chanel", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-07-14": "National Day", "2016-07-29": "Festival of the Territory", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-04-28": "Feast of Saint Peter Chanel", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-07-14": "National Day", "2017-07-29": "Festival of the Territory", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-04-28": "Feast of Saint Peter Chanel", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-07-14": "National Day", "2018-07-29": "Festival of the Territory", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-04-28": "Feast of Saint Peter Chanel", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-07-14": "National Day", "2019-07-29": "Festival of the Territory", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-04-28": "Feast of Saint Peter Chanel", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-07-14": "National Day", "2020-07-29": "Festival of the Territory", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-04-28": "Feast of Saint Peter Chanel", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-07-14": "National Day", "2021-07-29": "Festival of the Territory", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-04-28": "Feast of Saint Peter Chanel", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-07-14": "National Day", "2022-07-29": "Festival of the Territory", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-04-28": "Feast of Saint Peter Chanel", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-07-14": "National Day", "2023-07-29": "Festival of the Territory", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-04-28": "Feast of Saint Peter Chanel", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-07-14": "National Day", "2024-07-29": "Festival of the Territory", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-21": "Easter Monday", "2025-04-28": "Feast of Saint Peter Chanel", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-07-14": "National Day", "2025-07-29": "Festival of the Territory", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-06": "Easter Monday", "2026-04-28": "Feast of Saint Peter Chanel", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-07-14": "National Day", "2026-07-29": "Festival of the Territory", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-29": "Easter Monday", "2027-04-28": "Feast of Saint Peter Chanel", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-07-14": "National Day", "2027-07-29": "Festival of the Territory", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-17": "Easter Monday", "2028-04-28": "Feast of Saint Peter Chanel", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-07-14": "National Day", "2028-07-29": "Festival of the Territory", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-04-02": "Easter Monday", "2029-04-28": "Feast of Saint Peter Chanel", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-07-14": "National Day", "2029-07-29": "Festival of the Territory", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-22": "Easter Monday", "2030-04-28": "Feast of Saint Peter Chanel", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-14": "National Day", "2030-07-29": "Festival of the Territory", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-14": "Easter Monday", "2031-04-28": "Feast of Saint Peter Chanel", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-07-14": "National Day", "2031-07-29": "Festival of the Territory", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-29": "Easter Monday", "2032-04-28": "Feast of Saint Peter Chanel", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-07-14": "National Day", "2032-07-29": "Festival of the Territory", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-18": "Easter Monday", "2033-04-28": "Feast of Saint Peter Chanel", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-07-14": "National Day", "2033-07-29": "Festival of the Territory", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-10": "Easter Monday", "2034-04-28": "Feast of Saint Peter Chanel", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-07-14": "National Day", "2034-07-29": "Festival of the Territory", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-26": "Easter Monday", "2035-04-28": "Feast of Saint Peter Chanel", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-07-14": "National Day", "2035-07-29": "Festival of the Territory", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-14": "Easter Monday", "2036-04-28": "Feast of Saint Peter Chanel", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-07-14": "National Day", "2036-07-29": "Festival of the Territory", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-06": "Easter Monday", "2037-04-28": "Feast of Saint Peter Chanel", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-07-14": "National Day", "2037-07-29": "Festival of the Territory", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-26": "Easter Monday", "2038-04-28": "Feast of Saint Peter Chanel", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-07-29": "Festival of the Territory", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-11": "Easter Monday", "2039-04-28": "Feast of Saint Peter Chanel", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-07-14": "National Day", "2039-07-29": "Festival of the Territory", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-04-28": "Feast of Saint Peter Chanel", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-07-14": "National Day", "2040-07-29": "Festival of the Territory", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-22": "Easter Monday", "2041-04-28": "Feast of Saint Peter Chanel", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-07-14": "National Day", "2041-07-29": "Festival of the Territory", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-04-28": "Feast of Saint Peter Chanel", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-07-14": "National Day", "2042-07-29": "Festival of the Territory", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-04-28": "Feast of Saint Peter Chanel", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-07-14": "National Day", "2043-07-29": "Festival of the Territory", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-18": "Easter Monday", "2044-04-28": "Feast of Saint Peter Chanel", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-07-14": "National Day", "2044-07-29": "Festival of the Territory", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-04-28": "Feast of Saint Peter Chanel", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-07-14": "National Day", "2045-07-29": "Festival of the Territory", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-04-28": "Feast of Saint Peter Chanel", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-07-14": "National Day", "2046-07-29": "Festival of the Territory", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-04-28": "Feast of Saint Peter Chanel", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-07-14": "National Day", "2047-07-29": "Festival of the Territory", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-04-28": "Feast of Saint Peter Chanel", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-07-14": "National Day", "2048-07-29": "Festival of the Territory", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-04-28": "Feast of Saint Peter Chanel", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-07-14": "National Day", "2049-07-29": "Festival of the Territory", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-04-28": "Feast of Saint Peter Chanel", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-07-14": "National Day", "2050-07-29": "Festival of the Territory", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/FR_YT.json000066400000000000000000001212511500152103600211230ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-10": "Easter Monday", "1950-04-27": "Abolition of Slavery", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-07-14": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-11": "Armistice Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-26": "Easter Monday", "1951-04-27": "Abolition of Slavery", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-07-14": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-11": "Armistice Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-14": "Easter Monday", "1952-04-27": "Abolition of Slavery", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-07-14": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-11": "Armistice Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-06": "Easter Monday", "1953-04-27": "Abolition of Slavery", "1953-05-01": "Labor Day", "1953-05-08": "Victory Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-07-14": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-11": "Armistice Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-19": "Easter Monday", "1954-04-27": "Abolition of Slavery", "1954-05-01": "Labor Day", "1954-05-08": "Victory Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-07-14": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-11-11": "Armistice Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-11": "Easter Monday", "1955-04-27": "Abolition of Slavery", "1955-05-01": "Labor Day", "1955-05-08": "Victory Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-07-14": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-11": "Armistice Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-04-02": "Easter Monday", "1956-04-27": "Abolition of Slavery", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-07-14": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-22": "Easter Monday", "1957-04-27": "Abolition of Slavery", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-14": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-07": "Easter Monday", "1958-04-27": "Abolition of Slavery", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-07-14": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-04-27": "Abolition of Slavery", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-07-14": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-18": "Easter Monday", "1960-04-27": "Abolition of Slavery", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-07-14": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-04-03": "Easter Monday", "1961-04-27": "Abolition of Slavery", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-07-14": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-23": "Easter Monday", "1962-04-27": "Abolition of Slavery", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-15": "Easter Monday", "1963-04-27": "Abolition of Slavery", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-07-14": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-30": "Easter Monday", "1964-04-27": "Abolition of Slavery", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-07-14": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-19": "Easter Monday", "1965-04-27": "Abolition of Slavery", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-07-14": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-11": "Easter Monday", "1966-04-27": "Abolition of Slavery", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-07-14": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-27": "Easter Monday", "1967-04-27": "Abolition of Slavery", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-07-14": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-15": "Easter Monday", "1968-04-27": "Abolition of Slavery", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-07-14": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-07": "Easter Monday", "1969-04-27": "Abolition of Slavery", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-07-14": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-30": "Easter Monday", "1970-04-27": "Abolition of Slavery", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-07-14": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-12": "Easter Monday", "1971-04-27": "Abolition of Slavery", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-07-14": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-04-03": "Easter Monday", "1972-04-27": "Abolition of Slavery", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-07-14": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-23": "Easter Monday", "1973-04-27": "Abolition of Slavery", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-15": "Easter Monday", "1974-04-27": "Abolition of Slavery", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-07-14": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-04-27": "Abolition of Slavery", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-07-14": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-04-27": "Abolition of Slavery", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-07-14": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-04-27": "Abolition of Slavery", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-07-14": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-04-27": "Abolition of Slavery", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-07-14": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-04-27": "Abolition of Slavery", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-07-14": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-04-27": "Abolition of Slavery", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-07-14": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-04-27": "Abolition of Slavery", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-07-14": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-04-27": "Abolition of Slavery", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-07-14": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-04-27": "Abolition of Slavery", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-07-14": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-04-27": "Abolition of Slavery", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-04-27": "Abolition of Slavery", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-07-14": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-04-27": "Abolition of Slavery", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-07-14": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-04-27": "Abolition of Slavery", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-07-14": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-04-27": "Abolition of Slavery", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-07-14": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-04-27": "Abolition of Slavery", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-07-14": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-04-27": "Abolition of Slavery", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-07-14": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-04-27": "Abolition of Slavery", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-07-14": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-20": "Easter Monday", "1992-04-27": "Abolition of Slavery", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-07-14": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-12": "Easter Monday", "1993-04-27": "Abolition of Slavery", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-07-14": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-04-27": "Abolition of Slavery", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-07-14": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-04-27": "Abolition of Slavery", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-07-14": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-04-27": "Abolition of Slavery", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-07-14": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-04-27": "Abolition of Slavery", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-07-14": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-04-27": "Abolition of Slavery", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-07-14": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-04-27": "Abolition of Slavery", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-07-14": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-24": "Easter Monday", "2000-04-27": "Abolition of Slavery", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-16": "Easter Monday", "2001-04-27": "Abolition of Slavery", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-07-14": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-04-27": "Abolition of Slavery", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-07-14": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-21": "Easter Monday", "2003-04-27": "Abolition of Slavery", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-07-14": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-12": "Easter Monday", "2004-04-27": "Abolition of Slavery", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-07-14": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-28": "Easter Monday", "2005-04-27": "Abolition of Slavery", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-07-14": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-17": "Easter Monday", "2006-04-27": "Abolition of Slavery", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-07-14": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-04-27": "Abolition of Slavery", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-07-14": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-04-27": "Abolition of Slavery", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-07-14": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-04-27": "Abolition of Slavery", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-07-14": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-04-27": "Abolition of Slavery", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-07-14": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-04-27": "Abolition of Slavery", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-04-27": "Abolition of Slavery", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-07-14": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-04-27": "Abolition of Slavery", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-07-14": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-04-27": "Abolition of Slavery", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-14": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-04-27": "Abolition of Slavery", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-07-14": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-04-27": "Abolition of Slavery", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-07-14": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-04-27": "Abolition of Slavery", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-07-14": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-04-27": "Abolition of Slavery", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-07-14": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-04-27": "Abolition of Slavery", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-07-14": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-04-27": "Abolition of Slavery", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-07-14": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-04-27": "Abolition of Slavery", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-07-14": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-04-27": "Abolition of Slavery", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-07-14": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-04-27": "Abolition of Slavery", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-07-14": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-04-27": "Abolition of Slavery", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-07-14": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-21": "Easter Monday", "2025-04-27": "Abolition of Slavery", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-07-14": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-06": "Easter Monday", "2026-04-27": "Abolition of Slavery", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-07-14": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-29": "Easter Monday", "2027-04-27": "Abolition of Slavery", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-07-14": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-17": "Easter Monday", "2028-04-27": "Abolition of Slavery", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-07-14": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-04-02": "Easter Monday", "2029-04-27": "Abolition of Slavery", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-07-14": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-22": "Easter Monday", "2030-04-27": "Abolition of Slavery", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-14": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-14": "Easter Monday", "2031-04-27": "Abolition of Slavery", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-07-14": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-29": "Easter Monday", "2032-04-27": "Abolition of Slavery", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-07-14": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-18": "Easter Monday", "2033-04-27": "Abolition of Slavery", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-07-14": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-10": "Easter Monday", "2034-04-27": "Abolition of Slavery", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-07-14": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-26": "Easter Monday", "2035-04-27": "Abolition of Slavery", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-07-14": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-14": "Easter Monday", "2036-04-27": "Abolition of Slavery", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-07-14": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-06": "Easter Monday", "2037-04-27": "Abolition of Slavery", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-07-14": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-26": "Easter Monday", "2038-04-27": "Abolition of Slavery", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-11": "Easter Monday", "2039-04-27": "Abolition of Slavery", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-07-14": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-04-27": "Abolition of Slavery", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-07-14": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-22": "Easter Monday", "2041-04-27": "Abolition of Slavery", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-07-14": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-04-27": "Abolition of Slavery", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-07-14": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-04-27": "Abolition of Slavery", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-07-14": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-18": "Easter Monday", "2044-04-27": "Abolition of Slavery", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-07-14": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-04-27": "Abolition of Slavery", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-07-14": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-04-27": "Abolition of Slavery", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-07-14": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-04-27": "Abolition of Slavery", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-07-14": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-04-27": "Abolition of Slavery", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-07-14": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-04-27": "Abolition of Slavery", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-07-14": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-04-27": "Abolition of Slavery", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-07-14": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/GA_COMMON.json000066400000000000000000001214231500152103600215400ustar00rootroot00000000000000{ "1961-01-01": "New Year's Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-04-03": "Easter Monday", "1961-05-01": "Labour Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-05-25": "Eid al-Adha (estimated)", "1961-08-15": "Assumption Day", "1961-08-16": "Independence Day", "1961-08-17": "Independence Day Holiday", "1961-11-01": "All Saints' Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-23": "Easter Monday", "1962-05-01": "Labour Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-08-15": "Assumption Day", "1962-08-16": "Independence Day", "1962-08-17": "Independence Day Holiday", "1962-11-01": "All Saints' Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-15": "Easter Monday", "1963-05-01": "Labour Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-08-15": "Assumption Day", "1963-08-16": "Independence Day", "1963-08-17": "Independence Day Holiday", "1963-11-01": "All Saints' Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-30": "Easter Monday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labour Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-08-15": "Assumption Day", "1964-08-16": "Independence Day", "1964-08-17": "Independence Day Holiday", "1964-11-01": "All Saints' Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-19": "Easter Monday", "1965-05-01": "Labour Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-08-15": "Assumption Day", "1965-08-16": "Independence Day", "1965-08-17": "Independence Day Holiday", "1965-11-01": "All Saints' Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-11": "Easter Monday", "1966-05-01": "Labour Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-08-15": "Assumption Day", "1966-08-16": "Independence Day", "1966-08-17": "Independence Day Holiday", "1966-11-01": "All Saints' Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-27": "Easter Monday", "1967-05-01": "Labour Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-08-15": "Assumption Day", "1967-08-16": "Independence Day", "1967-08-17": "Independence Day Holiday", "1967-11-01": "All Saints' Day", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-15": "Easter Monday", "1968-05-01": "Labour Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-08-15": "Assumption Day", "1968-08-16": "Independence Day", "1968-08-17": "Independence Day Holiday", "1968-11-01": "All Saints' Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-04-07": "Easter Monday", "1969-05-01": "Labour Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-08-15": "Assumption Day", "1969-08-16": "Independence Day", "1969-08-17": "Independence Day Holiday", "1969-11-01": "All Saints' Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-30": "Easter Monday", "1970-05-01": "Labour Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-08-15": "Assumption Day", "1970-08-16": "Independence Day", "1970-08-17": "Independence Day Holiday", "1970-11-01": "All Saints' Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-04-12": "Easter Monday", "1971-05-01": "Labour Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-08-15": "Assumption Day", "1971-08-16": "Independence Day", "1971-08-17": "Independence Day Holiday", "1971-11-01": "All Saints' Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-04-03": "Easter Monday", "1972-05-01": "Labour Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-08-15": "Assumption Day", "1972-08-16": "Independence Day", "1972-08-17": "Independence Day Holiday", "1972-11-01": "All Saints' Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-04-23": "Easter Monday", "1973-05-01": "Labour Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-08-15": "Assumption Day", "1973-08-16": "Independence Day", "1973-08-17": "Independence Day Holiday", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "All Saints' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-04-15": "Easter Monday", "1974-05-01": "Labour Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-08-15": "Assumption Day", "1974-08-16": "Independence Day", "1974-08-17": "Independence Day Holiday", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "All Saints' Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labour Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-08-15": "Assumption Day", "1975-08-16": "Independence Day", "1975-08-17": "Independence Day Holiday", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "All Saints' Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labour Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-08-15": "Assumption Day", "1976-08-16": "Independence Day", "1976-08-17": "Independence Day Holiday", "1976-09-24": "Eid al-Fitr (estimated)", "1976-11-01": "All Saints' Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labour Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-08-15": "Assumption Day", "1977-08-16": "Independence Day", "1977-08-17": "Independence Day Holiday", "1977-09-14": "Eid al-Fitr (estimated)", "1977-11-01": "All Saints' Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labour Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-08-15": "Assumption Day", "1978-08-16": "Independence Day", "1978-08-17": "Independence Day Holiday", "1978-09-03": "Eid al-Fitr (estimated)", "1978-11-01": "All Saints' Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labour Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-08-15": "Assumption Day", "1979-08-16": "Independence Day", "1979-08-17": "Independence Day Holiday", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "All Saints' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labour Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Assumption Day", "1980-08-16": "Independence Day", "1980-08-17": "Independence Day Holiday", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "All Saints' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labour Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Assumption Day", "1981-08-16": "Independence Day", "1981-08-17": "Independence Day Holiday", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "All Saints' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labour Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Assumption Day", "1982-08-16": "Independence Day", "1982-08-17": "Independence Day Holiday", "1982-09-27": "Eid al-Adha (estimated)", "1982-11-01": "All Saints' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labour Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Assumption Day", "1983-08-16": "Independence Day", "1983-08-17": "Independence Day Holiday", "1983-09-17": "Eid al-Adha (estimated)", "1983-11-01": "All Saints' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labour Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Assumption Day", "1984-08-16": "Independence Day", "1984-08-17": "Independence Day Holiday", "1984-09-05": "Eid al-Adha (estimated)", "1984-11-01": "All Saints' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labour Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Assumption Day", "1985-08-16": "Independence Day", "1985-08-17": "Independence Day Holiday", "1985-08-26": "Eid al-Adha (estimated)", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labour Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Assumption Day; Eid al-Adha (estimated)", "1986-08-16": "Independence Day", "1986-08-17": "Independence Day Holiday", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labour Day", "1987-05-28": "Ascension Day; Eid al-Fitr (estimated)", "1987-06-08": "Whit Monday", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Assumption Day", "1987-08-16": "Independence Day", "1987-08-17": "Independence Day Holiday", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labour Day", "1988-05-12": "Ascension Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-23": "Whit Monday", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Assumption Day", "1988-08-16": "Independence Day", "1988-08-17": "Independence Day Holiday", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labour Day", "1989-05-04": "Ascension Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-15": "Whit Monday", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-15": "Assumption Day", "1989-08-16": "Independence Day", "1989-08-17": "Independence Day Holiday", "1989-11-01": "All Saints' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labour Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-15": "Assumption Day", "1990-08-16": "Independence Day", "1990-08-17": "Independence Day Holiday", "1990-11-01": "All Saints' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labour Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-15": "Assumption Day", "1991-08-16": "Independence Day", "1991-08-17": "Independence Day Holiday", "1991-11-01": "All Saints' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-20": "Easter Monday", "1992-05-01": "Labour Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-15": "Assumption Day", "1992-08-16": "Independence Day", "1992-08-17": "Independence Day Holiday", "1992-11-01": "All Saints' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-12": "Easter Monday", "1993-05-01": "Labour Day", "1993-05-20": "Ascension Day", "1993-05-31": "Eid al-Adha (estimated); Whit Monday", "1993-08-15": "Assumption Day", "1993-08-16": "Independence Day", "1993-08-17": "Independence Day Holiday", "1993-11-01": "All Saints' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-04-04": "Easter Monday", "1994-05-01": "Labour Day", "1994-05-12": "Ascension Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-23": "Whit Monday", "1994-08-15": "Assumption Day", "1994-08-16": "Independence Day", "1994-08-17": "Independence Day Holiday", "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-17": "Easter Monday", "1995-05-01": "Labour Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-08-15": "Assumption Day", "1995-08-16": "Independence Day", "1995-08-17": "Independence Day Holiday", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-04-08": "Easter Monday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labour Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-08-15": "Assumption Day", "1996-08-16": "Independence Day", "1996-08-17": "Independence Day Holiday", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-31": "Easter Monday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labour Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-08-15": "Assumption Day", "1997-08-16": "Independence Day", "1997-08-17": "Independence Day Holiday", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-13": "Easter Monday", "1998-05-01": "Labour Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-08-15": "Assumption Day", "1998-08-16": "Independence Day", "1998-08-17": "Independence Day Holiday", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-05": "Easter Monday", "1999-05-01": "Labour Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-08-15": "Assumption Day", "1999-08-16": "Independence Day", "1999-08-17": "Independence Day Holiday", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-08-15": "Assumption Day", "2000-08-16": "Independence Day", "2000-08-17": "Independence Day Holiday", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-06": "Eid al-Adha", "2001-04-16": "Easter Monday", "2001-05-01": "Labour Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-08-15": "Assumption Day", "2001-08-16": "Independence Day", "2001-08-17": "Independence Day Holiday", "2001-11-01": "All Saints' Day", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-23": "Eid al-Adha", "2002-04-01": "Easter Monday", "2002-05-01": "Labour Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-08-15": "Assumption Day", "2002-08-16": "Independence Day", "2002-08-17": "Independence Day Holiday", "2002-11-01": "All Saints' Day", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-12": "Eid al-Adha", "2003-04-21": "Easter Monday", "2003-05-01": "Labour Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-08-15": "Assumption Day", "2003-08-16": "Independence Day", "2003-08-17": "Independence Day Holiday", "2003-11-01": "All Saints' Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-02": "Eid al-Adha", "2004-04-12": "Easter Monday", "2004-05-01": "Labour Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-08-15": "Assumption Day", "2004-08-16": "Independence Day", "2004-08-17": "Independence Day Holiday", "2004-11-01": "All Saints' Day", "2004-11-14": "Eid al-Fitr", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-03-28": "Easter Monday", "2005-05-01": "Labour Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-08-15": "Assumption Day", "2005-08-16": "Independence Day", "2005-08-17": "Independence Day Holiday", "2005-11-01": "All Saints' Day", "2005-11-04": "Eid al-Fitr", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-08-15": "Assumption Day", "2006-08-16": "Independence Day", "2006-08-17": "Independence Day Holiday", "2006-10-24": "Eid al-Fitr", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labour Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-08-15": "Assumption Day", "2007-08-16": "Independence Day", "2007-08-17": "Independence Day Holiday", "2007-10-13": "Eid al-Fitr", "2007-11-01": "All Saints' Day", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labour Day", "2008-05-12": "Whit Monday", "2008-08-15": "Assumption Day", "2008-08-16": "Independence Day", "2008-08-17": "Independence Day Holiday", "2008-10-02": "Eid al-Fitr", "2008-11-01": "All Saints' Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labour Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-08-15": "Assumption Day", "2009-08-16": "Independence Day", "2009-08-17": "Independence Day Holiday", "2009-09-21": "Eid al-Fitr", "2009-11-01": "All Saints' Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labour Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-08-15": "Assumption Day", "2010-08-16": "Independence Day", "2010-08-17": "Independence Day Holiday", "2010-09-10": "Eid al-Fitr", "2010-11-01": "All Saints' Day", "2010-11-17": "Eid al-Adha", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labour Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-08-15": "Assumption Day", "2011-08-16": "Independence Day", "2011-08-17": "Independence Day Holiday", "2011-08-31": "Eid al-Fitr", "2011-11-01": "All Saints' Day", "2011-11-07": "Eid al-Adha", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labour Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-08-15": "Assumption Day", "2012-08-16": "Independence Day", "2012-08-17": "Independence Day Holiday", "2012-08-19": "Eid al-Fitr", "2012-10-26": "Eid al-Adha", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labour Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Assumption Day", "2013-08-16": "Independence Day", "2013-08-17": "Independence Day Holiday", "2013-10-15": "Eid al-Adha", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labour Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-29": "Eid al-Fitr", "2014-08-15": "Assumption Day", "2014-08-16": "Independence Day", "2014-08-17": "Independence Day Holiday", "2014-10-05": "Eid al-Adha", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-04-17": "Women's Rights Day", "2015-05-01": "Labour Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Assumption Day", "2015-08-16": "Independence Day", "2015-08-17": "Independence Day Holiday", "2015-09-24": "Eid al-Adha", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-04-17": "Women's Rights Day", "2016-05-01": "Labour Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Assumption Day", "2016-08-16": "Independence Day", "2016-08-17": "Independence Day Holiday", "2016-09-13": "Eid al-Adha", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday; Women's Rights Day", "2017-05-01": "Labour Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-26": "Eid al-Fitr", "2017-08-15": "Assumption Day", "2017-08-16": "Independence Day", "2017-08-17": "Independence Day Holiday", "2017-09-02": "Eid al-Adha", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-04-17": "Women's Rights Day", "2018-05-01": "Labour Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-06-15": "Eid al-Fitr", "2018-08-15": "Assumption Day", "2018-08-16": "Independence Day", "2018-08-17": "Independence Day Holiday", "2018-08-22": "Eid al-Adha", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-17": "Women's Rights Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labour Day", "2019-05-30": "Ascension Day", "2019-06-04": "Eid al-Fitr", "2019-06-10": "Whit Monday", "2019-08-11": "Eid al-Adha", "2019-08-15": "Assumption Day", "2019-08-16": "Independence Day", "2019-08-17": "Independence Day Holiday", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-04-17": "Women's Rights Day", "2020-05-01": "Labour Day", "2020-05-21": "Ascension Day", "2020-05-24": "Eid al-Fitr", "2020-06-01": "Whit Monday", "2020-07-31": "Eid al-Adha", "2020-08-15": "Assumption Day", "2020-08-16": "Independence Day", "2020-08-17": "Independence Day Holiday", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-04-17": "Women's Rights Day", "2021-05-01": "Labour Day", "2021-05-13": "Ascension Day; Eid al-Fitr", "2021-05-24": "Whit Monday", "2021-07-20": "Eid al-Adha", "2021-08-15": "Assumption Day", "2021-08-16": "Independence Day", "2021-08-17": "Independence Day Holiday", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-17": "Women's Rights Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labour Day", "2022-05-02": "Eid al-Fitr", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-07-09": "Eid al-Adha", "2022-08-15": "Assumption Day", "2022-08-16": "Independence Day", "2022-08-17": "Independence Day Holiday", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-04-17": "Women's Rights Day", "2023-04-21": "Eid al-Fitr", "2023-05-01": "Labour Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-28": "Eid al-Adha", "2023-08-15": "Assumption Day", "2023-08-16": "Independence Day", "2023-08-17": "Independence Day Holiday", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-04-10": "Eid al-Fitr", "2024-04-17": "Women's Rights Day", "2024-05-01": "Labour Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-06-16": "Eid al-Adha (estimated)", "2024-08-15": "Assumption Day", "2024-08-16": "Independence Day", "2024-08-17": "Independence Day Holiday", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-04-17": "Women's Rights Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labour Day", "2025-05-29": "Ascension Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-09": "Whit Monday", "2025-08-15": "Assumption Day", "2025-08-16": "Independence Day", "2025-08-17": "Independence Day Holiday", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-06": "Easter Monday", "2026-04-17": "Women's Rights Day", "2026-05-01": "Labour Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-05-27": "Eid al-Adha (estimated)", "2026-08-15": "Assumption Day", "2026-08-16": "Independence Day", "2026-08-17": "Independence Day Holiday", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-29": "Easter Monday", "2027-04-17": "Women's Rights Day", "2027-05-01": "Labour Day", "2027-05-06": "Ascension Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Whit Monday", "2027-08-15": "Assumption Day", "2027-08-16": "Independence Day", "2027-08-17": "Independence Day Holiday", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-04-17": "Easter Monday; Women's Rights Day", "2028-05-01": "Labour Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-08-15": "Assumption Day", "2028-08-16": "Independence Day", "2028-08-17": "Independence Day Holiday", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-04-02": "Easter Monday", "2029-04-17": "Women's Rights Day", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labour Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-08-15": "Assumption Day", "2029-08-16": "Independence Day", "2029-08-17": "Independence Day Holiday", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-17": "Women's Rights Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labour Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-08-15": "Assumption Day", "2030-08-16": "Independence Day", "2030-08-17": "Independence Day Holiday", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-14": "Easter Monday", "2031-04-17": "Women's Rights Day", "2031-05-01": "Labour Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-08-15": "Assumption Day", "2031-08-16": "Independence Day", "2031-08-17": "Independence Day Holiday", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-29": "Easter Monday", "2032-04-17": "Women's Rights Day", "2032-05-01": "Labour Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-08-15": "Assumption Day", "2032-08-16": "Independence Day", "2032-08-17": "Independence Day Holiday", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-17": "Women's Rights Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labour Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-08-15": "Assumption Day", "2033-08-16": "Independence Day", "2033-08-17": "Independence Day Holiday", "2033-11-01": "All Saints' Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-04-10": "Easter Monday", "2034-04-17": "Women's Rights Day", "2034-05-01": "Labour Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-08-15": "Assumption Day", "2034-08-16": "Independence Day", "2034-08-17": "Independence Day Holiday", "2034-11-01": "All Saints' Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-26": "Easter Monday", "2035-04-17": "Women's Rights Day", "2035-05-01": "Labour Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-08-15": "Assumption Day", "2035-08-16": "Independence Day", "2035-08-17": "Independence Day Holiday", "2035-11-01": "All Saints' Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-04-14": "Easter Monday", "2036-04-17": "Women's Rights Day", "2036-05-01": "Labour Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-08-15": "Assumption Day", "2036-08-16": "Independence Day", "2036-08-17": "Independence Day Holiday", "2036-11-01": "All Saints' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-04-06": "Easter Monday", "2037-04-17": "Women's Rights Day", "2037-05-01": "Labour Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-08-15": "Assumption Day", "2037-08-16": "Independence Day", "2037-08-17": "Independence Day Holiday", "2037-11-01": "All Saints' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-04-17": "Women's Rights Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labour Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-08-15": "Assumption Day", "2038-08-16": "Independence Day", "2038-08-17": "Independence Day Holiday", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-04-11": "Easter Monday", "2039-04-17": "Women's Rights Day", "2039-05-01": "Labour Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-08-15": "Assumption Day", "2039-08-16": "Independence Day", "2039-08-17": "Independence Day Holiday", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-04-17": "Women's Rights Day", "2040-05-01": "Labour Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-08-15": "Assumption Day", "2040-08-16": "Independence Day", "2040-08-17": "Independence Day Holiday", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "All Saints' Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-17": "Women's Rights Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labour Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-08-15": "Assumption Day", "2041-08-16": "Independence Day", "2041-08-17": "Independence Day Holiday", "2041-09-26": "Eid al-Fitr (estimated)", "2041-11-01": "All Saints' Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-04-17": "Women's Rights Day", "2042-05-01": "Labour Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-08-15": "Assumption Day", "2042-08-16": "Independence Day", "2042-08-17": "Independence Day Holiday", "2042-09-15": "Eid al-Fitr (estimated)", "2042-11-01": "All Saints' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-04-17": "Women's Rights Day", "2043-05-01": "Labour Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-08-15": "Assumption Day", "2043-08-16": "Independence Day", "2043-08-17": "Independence Day Holiday", "2043-09-04": "Eid al-Fitr (estimated)", "2043-11-01": "All Saints' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-17": "Women's Rights Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labour Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-08-15": "Assumption Day", "2044-08-16": "Independence Day", "2044-08-17": "Independence Day Holiday", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-04-17": "Women's Rights Day", "2045-05-01": "Labour Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Assumption Day", "2045-08-16": "Independence Day", "2045-08-17": "Independence Day Holiday", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-04-17": "Women's Rights Day", "2046-05-01": "Labour Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Assumption Day", "2046-08-16": "Independence Day", "2046-08-17": "Independence Day Holiday", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-04-17": "Women's Rights Day", "2047-05-01": "Labour Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Assumption Day", "2047-08-16": "Independence Day", "2047-08-17": "Independence Day Holiday", "2047-09-30": "Eid al-Adha (estimated)", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-04-17": "Women's Rights Day", "2048-05-01": "Labour Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Assumption Day", "2048-08-16": "Independence Day", "2048-08-17": "Independence Day Holiday", "2048-09-19": "Eid al-Adha (estimated)", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-17": "Women's Rights Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labour Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Assumption Day", "2049-08-16": "Independence Day", "2049-08-17": "Independence Day Holiday", "2049-09-08": "Eid al-Adha (estimated)", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-04-17": "Women's Rights Day", "2050-05-01": "Labour Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Assumption Day", "2050-08-16": "Independence Day", "2050-08-17": "Independence Day Holiday", "2050-08-28": "Eid al-Adha (estimated)", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/GB_COMMON.json000066400000000000000000000534531500152103600215500ustar00rootroot00000000000000{ "1950-04-07": "Good Friday", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-03-23": "Good Friday", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-04-11": "Good Friday", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-04-03": "Good Friday", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-04-16": "Good Friday", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-04-08": "Good Friday", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-03-30": "Good Friday", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-04-19": "Good Friday", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-04-04": "Good Friday", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-03-27": "Good Friday", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-04-15": "Good Friday", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-03-31": "Good Friday", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-04-20": "Good Friday", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-04-12": "Good Friday", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-03-27": "Good Friday", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-04-16": "Good Friday", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-04-08": "Good Friday", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-03-24": "Good Friday", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-04-12": "Good Friday", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-04-04": "Good Friday", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-03-27": "Good Friday", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-04-09": "Good Friday", "1971-05-31": "Spring Bank Holiday", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-03-31": "Good Friday", "1972-05-29": "Spring Bank Holiday", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-04-20": "Good Friday", "1973-05-28": "Spring Bank Holiday", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-04-12": "Good Friday", "1974-05-27": "Spring Bank Holiday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-05-26": "Spring Bank Holiday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-05-31": "Spring Bank Holiday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-05-30": "Spring Bank Holiday", "1977-06-07": "Silver Jubilee of Elizabeth II", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-05-01": "May Day", "1978-05-29": "Spring Bank Holiday", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-05-07": "May Day", "1979-05-28": "Spring Bank Holiday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-05-05": "May Day", "1980-05-26": "Spring Bank Holiday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-05-04": "May Day", "1981-05-25": "Spring Bank Holiday", "1981-07-29": "Wedding of Charles and Diana", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-05-03": "May Day", "1982-05-31": "Spring Bank Holiday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-05-02": "May Day", "1983-05-30": "Spring Bank Holiday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-05-07": "May Day", "1984-05-28": "Spring Bank Holiday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-05-06": "May Day", "1985-05-27": "Spring Bank Holiday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-05-05": "May Day", "1986-05-26": "Spring Bank Holiday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-05-04": "May Day", "1987-05-25": "Spring Bank Holiday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-05-02": "May Day", "1988-05-30": "Spring Bank Holiday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-05-01": "May Day", "1989-05-29": "Spring Bank Holiday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-05-07": "May Day", "1990-05-28": "Spring Bank Holiday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-05-06": "May Day", "1991-05-27": "Spring Bank Holiday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-05-04": "May Day", "1992-05-25": "Spring Bank Holiday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-05-03": "May Day", "1993-05-31": "Spring Bank Holiday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-05-02": "May Day", "1994-05-30": "Spring Bank Holiday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-05-08": "May Day", "1995-05-29": "Spring Bank Holiday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-05-06": "May Day", "1996-05-27": "Spring Bank Holiday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-05-05": "May Day", "1997-05-26": "Spring Bank Holiday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-05-04": "May Day", "1998-05-25": "Spring Bank Holiday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-05-03": "May Day", "1999-05-31": "Spring Bank Holiday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "1999-12-31": "Millennium Celebrations", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-05-01": "May Day", "2000-05-29": "Spring Bank Holiday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-05-07": "May Day", "2001-05-28": "Spring Bank Holiday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-05-06": "May Day", "2002-06-03": "Golden Jubilee of Elizabeth II", "2002-06-04": "Spring Bank Holiday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-05-05": "May Day", "2003-05-26": "Spring Bank Holiday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-05-03": "May Day", "2004-05-31": "Spring Bank Holiday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-05-02": "May Day", "2005-05-30": "Spring Bank Holiday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-05-01": "May Day", "2006-05-29": "Spring Bank Holiday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-05-07": "May Day", "2007-05-28": "Spring Bank Holiday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-05-05": "May Day", "2008-05-26": "Spring Bank Holiday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-05-04": "May Day", "2009-05-25": "Spring Bank Holiday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-05-03": "May Day", "2010-05-31": "Spring Bank Holiday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-04-29": "Wedding of William and Catherine", "2011-05-02": "May Day", "2011-05-30": "Spring Bank Holiday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-05-07": "May Day", "2012-06-04": "Spring Bank Holiday", "2012-06-05": "Diamond Jubilee of Elizabeth II", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-05-06": "May Day", "2013-05-27": "Spring Bank Holiday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-05-05": "May Day", "2014-05-26": "Spring Bank Holiday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-05-04": "May Day", "2015-05-25": "Spring Bank Holiday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-05-02": "May Day", "2016-05-30": "Spring Bank Holiday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-05-01": "May Day", "2017-05-29": "Spring Bank Holiday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-05-07": "May Day", "2018-05-28": "Spring Bank Holiday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-05-06": "May Day", "2019-05-27": "Spring Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-05-08": "May Day", "2020-05-25": "Spring Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-05-03": "May Day", "2021-05-31": "Spring Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-05-02": "May Day", "2022-06-02": "Spring Bank Holiday", "2022-06-03": "Platinum Jubilee of Elizabeth II", "2022-09-19": "State Funeral of Queen Elizabeth II", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-05-01": "May Day", "2023-05-08": "Coronation of Charles III", "2023-05-29": "Spring Bank Holiday", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-05-06": "May Day", "2024-05-27": "Spring Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-05-05": "May Day", "2025-05-26": "Spring Bank Holiday", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-05-04": "May Day", "2026-05-25": "Spring Bank Holiday", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-05-03": "May Day", "2027-05-31": "Spring Bank Holiday", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-05-01": "May Day", "2028-05-29": "Spring Bank Holiday", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-05-07": "May Day", "2029-05-28": "Spring Bank Holiday", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-05-06": "May Day", "2030-05-27": "Spring Bank Holiday", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-05-05": "May Day", "2031-05-26": "Spring Bank Holiday", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-05-03": "May Day", "2032-05-31": "Spring Bank Holiday", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-05-02": "May Day", "2033-05-30": "Spring Bank Holiday", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-05-01": "May Day", "2034-05-29": "Spring Bank Holiday", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-05-07": "May Day", "2035-05-28": "Spring Bank Holiday", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-05-05": "May Day", "2036-05-26": "Spring Bank Holiday", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-05-04": "May Day", "2037-05-25": "Spring Bank Holiday", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-05-03": "May Day", "2038-05-31": "Spring Bank Holiday", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-05-02": "May Day", "2039-05-30": "Spring Bank Holiday", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-05-07": "May Day", "2040-05-28": "Spring Bank Holiday", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-05-06": "May Day", "2041-05-27": "Spring Bank Holiday", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-05-05": "May Day", "2042-05-26": "Spring Bank Holiday", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-05-04": "May Day", "2043-05-25": "Spring Bank Holiday", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-05-02": "May Day", "2044-05-30": "Spring Bank Holiday", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-05-01": "May Day", "2045-05-29": "Spring Bank Holiday", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-05-07": "May Day", "2046-05-28": "Spring Bank Holiday", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-05-06": "May Day", "2047-05-27": "Spring Bank Holiday", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-05-04": "May Day", "2048-05-25": "Spring Bank Holiday", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-05-03": "May Day", "2049-05-31": "Spring Bank Holiday", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-05-02": "May Day", "2050-05-30": "Spring Bank Holiday", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/GB_ENG.json000066400000000000000000000730171500152103600211670ustar00rootroot00000000000000{ "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-29": "Whit Monday", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-14": "Whit Monday", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-06-02": "Whit Monday", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-25": "Whit Monday", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-06-07": "Whit Monday", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-30": "Whit Monday", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-21": "Whit Monday", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-06-10": "Whit Monday", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-26": "Whit Monday", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-18": "Whit Monday", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-06-06": "Whit Monday", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-22": "Whit Monday", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-06-11": "Whit Monday", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-06-03": "Whit Monday", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-18": "Whit Monday", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-06-07": "Whit Monday", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-30": "Whit Monday", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-15": "Whit Monday", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-06-03": "Whit Monday", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-26": "Whit Monday", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-18": "Whit Monday", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-31": "Spring Bank Holiday", "1971-08-30": "Late Summer Bank Holiday", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-29": "Spring Bank Holiday", "1972-08-28": "Late Summer Bank Holiday", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-28": "Spring Bank Holiday", "1973-08-27": "Late Summer Bank Holiday", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-27": "Spring Bank Holiday", "1974-08-26": "Late Summer Bank Holiday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-26": "Spring Bank Holiday", "1975-08-25": "Late Summer Bank Holiday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-31": "Spring Bank Holiday", "1976-08-30": "Late Summer Bank Holiday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-30": "Spring Bank Holiday", "1977-06-07": "Silver Jubilee of Elizabeth II", "1977-08-29": "Late Summer Bank Holiday", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "May Day", "1978-05-29": "Spring Bank Holiday", "1978-08-28": "Late Summer Bank Holiday", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-07": "May Day", "1979-05-28": "Spring Bank Holiday", "1979-08-27": "Late Summer Bank Holiday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-05": "May Day", "1980-05-26": "Spring Bank Holiday", "1980-08-25": "Late Summer Bank Holiday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-04": "May Day", "1981-05-25": "Spring Bank Holiday", "1981-07-29": "Wedding of Charles and Diana", "1981-08-31": "Late Summer Bank Holiday", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-03": "May Day", "1982-05-31": "Spring Bank Holiday", "1982-08-30": "Late Summer Bank Holiday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-02": "May Day", "1983-05-30": "Spring Bank Holiday", "1983-08-29": "Late Summer Bank Holiday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-07": "May Day", "1984-05-28": "Spring Bank Holiday", "1984-08-27": "Late Summer Bank Holiday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-06": "May Day", "1985-05-27": "Spring Bank Holiday", "1985-08-26": "Late Summer Bank Holiday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-05": "May Day", "1986-05-26": "Spring Bank Holiday", "1986-08-25": "Late Summer Bank Holiday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-04": "May Day", "1987-05-25": "Spring Bank Holiday", "1987-08-31": "Late Summer Bank Holiday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-02": "May Day", "1988-05-30": "Spring Bank Holiday", "1988-08-29": "Late Summer Bank Holiday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "May Day", "1989-05-29": "Spring Bank Holiday", "1989-08-28": "Late Summer Bank Holiday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-07": "May Day", "1990-05-28": "Spring Bank Holiday", "1990-08-27": "Late Summer Bank Holiday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-06": "May Day", "1991-05-27": "Spring Bank Holiday", "1991-08-26": "Late Summer Bank Holiday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-04": "May Day", "1992-05-25": "Spring Bank Holiday", "1992-08-31": "Late Summer Bank Holiday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-03": "May Day", "1993-05-31": "Spring Bank Holiday", "1993-08-30": "Late Summer Bank Holiday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-02": "May Day", "1994-05-30": "Spring Bank Holiday", "1994-08-29": "Late Summer Bank Holiday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-08": "May Day", "1995-05-29": "Spring Bank Holiday", "1995-08-28": "Late Summer Bank Holiday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-06": "May Day", "1996-05-27": "Spring Bank Holiday", "1996-08-26": "Late Summer Bank Holiday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-05": "May Day", "1997-05-26": "Spring Bank Holiday", "1997-08-25": "Late Summer Bank Holiday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-04": "May Day", "1998-05-25": "Spring Bank Holiday", "1998-08-31": "Late Summer Bank Holiday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-03": "May Day", "1999-05-31": "Spring Bank Holiday", "1999-08-30": "Late Summer Bank Holiday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "1999-12-31": "Millennium Celebrations", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "May Day", "2000-05-29": "Spring Bank Holiday", "2000-08-28": "Late Summer Bank Holiday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-07": "May Day", "2001-05-28": "Spring Bank Holiday", "2001-08-27": "Late Summer Bank Holiday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-06": "May Day", "2002-06-03": "Golden Jubilee of Elizabeth II", "2002-06-04": "Spring Bank Holiday", "2002-08-26": "Late Summer Bank Holiday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-05": "May Day", "2003-05-26": "Spring Bank Holiday", "2003-08-25": "Late Summer Bank Holiday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-03": "May Day", "2004-05-31": "Spring Bank Holiday", "2004-08-30": "Late Summer Bank Holiday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-02": "May Day", "2005-05-30": "Spring Bank Holiday", "2005-08-29": "Late Summer Bank Holiday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "May Day", "2006-05-29": "Spring Bank Holiday", "2006-08-28": "Late Summer Bank Holiday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-07": "May Day", "2007-05-28": "Spring Bank Holiday", "2007-08-27": "Late Summer Bank Holiday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-05": "May Day", "2008-05-26": "Spring Bank Holiday", "2008-08-25": "Late Summer Bank Holiday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-04": "May Day", "2009-05-25": "Spring Bank Holiday", "2009-08-31": "Late Summer Bank Holiday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-03": "May Day", "2010-05-31": "Spring Bank Holiday", "2010-08-30": "Late Summer Bank Holiday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-04-29": "Wedding of William and Catherine", "2011-05-02": "May Day", "2011-05-30": "Spring Bank Holiday", "2011-08-29": "Late Summer Bank Holiday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-07": "May Day", "2012-06-04": "Spring Bank Holiday", "2012-06-05": "Diamond Jubilee of Elizabeth II", "2012-08-27": "Late Summer Bank Holiday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-06": "May Day", "2013-05-27": "Spring Bank Holiday", "2013-08-26": "Late Summer Bank Holiday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-05": "May Day", "2014-05-26": "Spring Bank Holiday", "2014-08-25": "Late Summer Bank Holiday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-04": "May Day", "2015-05-25": "Spring Bank Holiday", "2015-08-31": "Late Summer Bank Holiday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-02": "May Day", "2016-05-30": "Spring Bank Holiday", "2016-08-29": "Late Summer Bank Holiday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "May Day", "2017-05-29": "Spring Bank Holiday", "2017-08-28": "Late Summer Bank Holiday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-07": "May Day", "2018-05-28": "Spring Bank Holiday", "2018-08-27": "Late Summer Bank Holiday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-06": "May Day", "2019-05-27": "Spring Bank Holiday", "2019-08-26": "Late Summer Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-08": "May Day", "2020-05-25": "Spring Bank Holiday", "2020-08-31": "Late Summer Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-03": "May Day", "2021-05-31": "Spring Bank Holiday", "2021-08-30": "Late Summer Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-02": "May Day", "2022-06-02": "Spring Bank Holiday", "2022-06-03": "Platinum Jubilee of Elizabeth II", "2022-08-29": "Late Summer Bank Holiday", "2022-09-19": "State Funeral of Queen Elizabeth II", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "May Day", "2023-05-08": "Coronation of Charles III", "2023-05-29": "Spring Bank Holiday", "2023-08-28": "Late Summer Bank Holiday", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-06": "May Day", "2024-05-27": "Spring Bank Holiday", "2024-08-26": "Late Summer Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-05": "May Day", "2025-05-26": "Spring Bank Holiday", "2025-08-25": "Late Summer Bank Holiday", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-04": "May Day", "2026-05-25": "Spring Bank Holiday", "2026-08-31": "Late Summer Bank Holiday", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-03": "May Day", "2027-05-31": "Spring Bank Holiday", "2027-08-30": "Late Summer Bank Holiday", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "May Day", "2028-05-29": "Spring Bank Holiday", "2028-08-28": "Late Summer Bank Holiday", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-07": "May Day", "2029-05-28": "Spring Bank Holiday", "2029-08-27": "Late Summer Bank Holiday", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-06": "May Day", "2030-05-27": "Spring Bank Holiday", "2030-08-26": "Late Summer Bank Holiday", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-05": "May Day", "2031-05-26": "Spring Bank Holiday", "2031-08-25": "Late Summer Bank Holiday", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-03": "May Day", "2032-05-31": "Spring Bank Holiday", "2032-08-30": "Late Summer Bank Holiday", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-02": "May Day", "2033-05-30": "Spring Bank Holiday", "2033-08-29": "Late Summer Bank Holiday", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "May Day", "2034-05-29": "Spring Bank Holiday", "2034-08-28": "Late Summer Bank Holiday", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-07": "May Day", "2035-05-28": "Spring Bank Holiday", "2035-08-27": "Late Summer Bank Holiday", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-05": "May Day", "2036-05-26": "Spring Bank Holiday", "2036-08-25": "Late Summer Bank Holiday", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-04": "May Day", "2037-05-25": "Spring Bank Holiday", "2037-08-31": "Late Summer Bank Holiday", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-03": "May Day", "2038-05-31": "Spring Bank Holiday", "2038-08-30": "Late Summer Bank Holiday", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-02": "May Day", "2039-05-30": "Spring Bank Holiday", "2039-08-29": "Late Summer Bank Holiday", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-07": "May Day", "2040-05-28": "Spring Bank Holiday", "2040-08-27": "Late Summer Bank Holiday", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-06": "May Day", "2041-05-27": "Spring Bank Holiday", "2041-08-26": "Late Summer Bank Holiday", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-05": "May Day", "2042-05-26": "Spring Bank Holiday", "2042-08-25": "Late Summer Bank Holiday", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-04": "May Day", "2043-05-25": "Spring Bank Holiday", "2043-08-31": "Late Summer Bank Holiday", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-02": "May Day", "2044-05-30": "Spring Bank Holiday", "2044-08-29": "Late Summer Bank Holiday", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "May Day", "2045-05-29": "Spring Bank Holiday", "2045-08-28": "Late Summer Bank Holiday", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-07": "May Day", "2046-05-28": "Spring Bank Holiday", "2046-08-27": "Late Summer Bank Holiday", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-06": "May Day", "2047-05-27": "Spring Bank Holiday", "2047-08-26": "Late Summer Bank Holiday", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-04": "May Day", "2048-05-25": "Spring Bank Holiday", "2048-08-31": "Late Summer Bank Holiday", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-03": "May Day", "2049-05-31": "Spring Bank Holiday", "2049-08-30": "Late Summer Bank Holiday", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-02": "May Day", "2050-05-30": "Spring Bank Holiday", "2050-08-29": "Late Summer Bank Holiday", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/GB_NIR.json000066400000000000000000001210611500152103600211770ustar00rootroot00000000000000{ "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-29": "Whit Monday", "1950-07-12": "Battle of the Boyne", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-03-17": "Saint Patrick's Day", "1951-03-19": "Saint Patrick's Day (observed)", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-14": "Whit Monday", "1951-07-12": "Battle of the Boyne", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-06-02": "Whit Monday", "1952-07-12": "Battle of the Boyne", "1952-07-14": "Battle of the Boyne (observed)", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-25": "Whit Monday", "1953-07-12": "Battle of the Boyne", "1953-07-13": "Battle of the Boyne (observed)", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-06-07": "Whit Monday", "1954-07-12": "Battle of the Boyne", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-30": "Whit Monday", "1955-07-12": "Battle of the Boyne", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-03-17": "Saint Patrick's Day", "1956-03-19": "Saint Patrick's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-21": "Whit Monday", "1956-07-12": "Battle of the Boyne", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-03-17": "Saint Patrick's Day", "1957-03-18": "Saint Patrick's Day (observed)", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-06-10": "Whit Monday", "1957-07-12": "Battle of the Boyne", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-26": "Whit Monday", "1958-07-12": "Battle of the Boyne", "1958-07-14": "Battle of the Boyne (observed)", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-18": "Whit Monday", "1959-07-12": "Battle of the Boyne", "1959-07-13": "Battle of the Boyne (observed)", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-06-06": "Whit Monday", "1960-07-12": "Battle of the Boyne", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-22": "Whit Monday", "1961-07-12": "Battle of the Boyne", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-03-17": "Saint Patrick's Day", "1962-03-19": "Saint Patrick's Day (observed)", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-06-11": "Whit Monday", "1962-07-12": "Battle of the Boyne", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-03-17": "Saint Patrick's Day", "1963-03-18": "Saint Patrick's Day (observed)", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-06-03": "Whit Monday", "1963-07-12": "Battle of the Boyne", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-18": "Whit Monday", "1964-07-12": "Battle of the Boyne", "1964-07-13": "Battle of the Boyne (observed)", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-06-07": "Whit Monday", "1965-07-12": "Battle of the Boyne", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-30": "Whit Monday", "1966-07-12": "Battle of the Boyne", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-15": "Whit Monday", "1967-07-12": "Battle of the Boyne", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-03-17": "Saint Patrick's Day", "1968-03-18": "Saint Patrick's Day (observed)", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-06-03": "Whit Monday", "1968-07-12": "Battle of the Boyne", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-26": "Whit Monday", "1969-07-12": "Battle of the Boyne", "1969-07-14": "Battle of the Boyne (observed)", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-18": "Whit Monday", "1970-07-12": "Battle of the Boyne", "1970-07-13": "Battle of the Boyne (observed)", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-31": "Spring Bank Holiday", "1971-07-12": "Battle of the Boyne", "1971-08-30": "Late Summer Bank Holiday", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-29": "Spring Bank Holiday", "1972-07-12": "Battle of the Boyne", "1972-08-28": "Late Summer Bank Holiday", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-03-17": "Saint Patrick's Day", "1973-03-19": "Saint Patrick's Day (observed)", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-28": "Spring Bank Holiday", "1973-07-12": "Battle of the Boyne", "1973-08-27": "Late Summer Bank Holiday", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-03-17": "Saint Patrick's Day", "1974-03-18": "Saint Patrick's Day (observed)", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-27": "Spring Bank Holiday", "1974-07-12": "Battle of the Boyne", "1974-08-26": "Late Summer Bank Holiday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-26": "Spring Bank Holiday", "1975-07-12": "Battle of the Boyne", "1975-07-14": "Battle of the Boyne (observed)", "1975-08-25": "Late Summer Bank Holiday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-31": "Spring Bank Holiday", "1976-07-12": "Battle of the Boyne", "1976-08-30": "Late Summer Bank Holiday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-30": "Spring Bank Holiday", "1977-06-07": "Silver Jubilee of Elizabeth II", "1977-07-12": "Battle of the Boyne", "1977-08-29": "Late Summer Bank Holiday", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "May Day", "1978-05-29": "Spring Bank Holiday", "1978-07-12": "Battle of the Boyne", "1978-08-28": "Late Summer Bank Holiday", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-03-17": "Saint Patrick's Day", "1979-03-19": "Saint Patrick's Day (observed)", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-07": "May Day", "1979-05-28": "Spring Bank Holiday", "1979-07-12": "Battle of the Boyne", "1979-08-27": "Late Summer Bank Holiday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-05": "May Day", "1980-05-26": "Spring Bank Holiday", "1980-07-12": "Battle of the Boyne", "1980-07-14": "Battle of the Boyne (observed)", "1980-08-25": "Late Summer Bank Holiday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-04": "May Day", "1981-05-25": "Spring Bank Holiday", "1981-07-12": "Battle of the Boyne", "1981-07-13": "Battle of the Boyne (observed)", "1981-07-29": "Wedding of Charles and Diana", "1981-08-31": "Late Summer Bank Holiday", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-03": "May Day", "1982-05-31": "Spring Bank Holiday", "1982-07-12": "Battle of the Boyne", "1982-08-30": "Late Summer Bank Holiday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-02": "May Day", "1983-05-30": "Spring Bank Holiday", "1983-07-12": "Battle of the Boyne", "1983-08-29": "Late Summer Bank Holiday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-17": "Saint Patrick's Day", "1984-03-19": "Saint Patrick's Day (observed)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-07": "May Day", "1984-05-28": "Spring Bank Holiday", "1984-07-12": "Battle of the Boyne", "1984-08-27": "Late Summer Bank Holiday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-03-17": "Saint Patrick's Day", "1985-03-18": "Saint Patrick's Day (observed)", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-06": "May Day", "1985-05-27": "Spring Bank Holiday", "1985-07-12": "Battle of the Boyne", "1985-08-26": "Late Summer Bank Holiday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-05": "May Day", "1986-05-26": "Spring Bank Holiday", "1986-07-12": "Battle of the Boyne", "1986-07-14": "Battle of the Boyne (observed)", "1986-08-25": "Late Summer Bank Holiday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-04": "May Day", "1987-05-25": "Spring Bank Holiday", "1987-07-12": "Battle of the Boyne", "1987-07-13": "Battle of the Boyne (observed)", "1987-08-31": "Late Summer Bank Holiday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-02": "May Day", "1988-05-30": "Spring Bank Holiday", "1988-07-12": "Battle of the Boyne", "1988-08-29": "Late Summer Bank Holiday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "May Day", "1989-05-29": "Spring Bank Holiday", "1989-07-12": "Battle of the Boyne", "1989-08-28": "Late Summer Bank Holiday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-03-17": "Saint Patrick's Day", "1990-03-19": "Saint Patrick's Day (observed)", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-07": "May Day", "1990-05-28": "Spring Bank Holiday", "1990-07-12": "Battle of the Boyne", "1990-08-27": "Late Summer Bank Holiday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-17": "Saint Patrick's Day", "1991-03-18": "Saint Patrick's Day (observed)", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-06": "May Day", "1991-05-27": "Spring Bank Holiday", "1991-07-12": "Battle of the Boyne", "1991-08-26": "Late Summer Bank Holiday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-04": "May Day", "1992-05-25": "Spring Bank Holiday", "1992-07-12": "Battle of the Boyne", "1992-07-13": "Battle of the Boyne (observed)", "1992-08-31": "Late Summer Bank Holiday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-03": "May Day", "1993-05-31": "Spring Bank Holiday", "1993-07-12": "Battle of the Boyne", "1993-08-30": "Late Summer Bank Holiday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-02": "May Day", "1994-05-30": "Spring Bank Holiday", "1994-07-12": "Battle of the Boyne", "1994-08-29": "Late Summer Bank Holiday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-08": "May Day", "1995-05-29": "Spring Bank Holiday", "1995-07-12": "Battle of the Boyne", "1995-08-28": "Late Summer Bank Holiday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-03-17": "Saint Patrick's Day", "1996-03-18": "Saint Patrick's Day (observed)", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-06": "May Day", "1996-05-27": "Spring Bank Holiday", "1996-07-12": "Battle of the Boyne", "1996-08-26": "Late Summer Bank Holiday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-05": "May Day", "1997-05-26": "Spring Bank Holiday", "1997-07-12": "Battle of the Boyne", "1997-07-14": "Battle of the Boyne (observed)", "1997-08-25": "Late Summer Bank Holiday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-04": "May Day", "1998-05-25": "Spring Bank Holiday", "1998-07-12": "Battle of the Boyne", "1998-07-13": "Battle of the Boyne (observed)", "1998-08-31": "Late Summer Bank Holiday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-03": "May Day", "1999-05-31": "Spring Bank Holiday", "1999-07-12": "Battle of the Boyne", "1999-08-30": "Late Summer Bank Holiday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "1999-12-31": "Millennium Celebrations", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "May Day", "2000-05-29": "Spring Bank Holiday", "2000-07-12": "Battle of the Boyne", "2000-08-28": "Late Summer Bank Holiday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-03-17": "Saint Patrick's Day", "2001-03-19": "Saint Patrick's Day (observed)", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-07": "May Day", "2001-05-28": "Spring Bank Holiday", "2001-07-12": "Battle of the Boyne", "2001-08-27": "Late Summer Bank Holiday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-17": "Saint Patrick's Day", "2002-03-18": "Saint Patrick's Day (observed)", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-06": "May Day", "2002-06-03": "Golden Jubilee of Elizabeth II", "2002-06-04": "Spring Bank Holiday", "2002-07-12": "Battle of the Boyne", "2002-08-26": "Late Summer Bank Holiday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-05": "May Day", "2003-05-26": "Spring Bank Holiday", "2003-07-12": "Battle of the Boyne", "2003-07-14": "Battle of the Boyne (observed)", "2003-08-25": "Late Summer Bank Holiday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-03": "May Day", "2004-05-31": "Spring Bank Holiday", "2004-07-12": "Battle of the Boyne", "2004-08-30": "Late Summer Bank Holiday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-02": "May Day", "2005-05-30": "Spring Bank Holiday", "2005-07-12": "Battle of the Boyne", "2005-08-29": "Late Summer Bank Holiday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "May Day", "2006-05-29": "Spring Bank Holiday", "2006-07-12": "Battle of the Boyne", "2006-08-28": "Late Summer Bank Holiday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-03-17": "Saint Patrick's Day", "2007-03-19": "Saint Patrick's Day (observed)", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-07": "May Day", "2007-05-28": "Spring Bank Holiday", "2007-07-12": "Battle of the Boyne", "2007-08-27": "Late Summer Bank Holiday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-05": "May Day", "2008-05-26": "Spring Bank Holiday", "2008-07-12": "Battle of the Boyne", "2008-07-14": "Battle of the Boyne (observed)", "2008-08-25": "Late Summer Bank Holiday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-04": "May Day", "2009-05-25": "Spring Bank Holiday", "2009-07-12": "Battle of the Boyne", "2009-07-13": "Battle of the Boyne (observed)", "2009-08-31": "Late Summer Bank Holiday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-03": "May Day", "2010-05-31": "Spring Bank Holiday", "2010-07-12": "Battle of the Boyne", "2010-08-30": "Late Summer Bank Holiday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-04-29": "Wedding of William and Catherine", "2011-05-02": "May Day", "2011-05-30": "Spring Bank Holiday", "2011-07-12": "Battle of the Boyne", "2011-08-29": "Late Summer Bank Holiday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-17": "Saint Patrick's Day", "2012-03-19": "Saint Patrick's Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-07": "May Day", "2012-06-04": "Spring Bank Holiday", "2012-06-05": "Diamond Jubilee of Elizabeth II", "2012-07-12": "Battle of the Boyne", "2012-08-27": "Late Summer Bank Holiday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-17": "Saint Patrick's Day", "2013-03-18": "Saint Patrick's Day (observed)", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-06": "May Day", "2013-05-27": "Spring Bank Holiday", "2013-07-12": "Battle of the Boyne", "2013-08-26": "Late Summer Bank Holiday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-05": "May Day", "2014-05-26": "Spring Bank Holiday", "2014-07-12": "Battle of the Boyne", "2014-07-14": "Battle of the Boyne (observed)", "2014-08-25": "Late Summer Bank Holiday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-04": "May Day", "2015-05-25": "Spring Bank Holiday", "2015-07-12": "Battle of the Boyne", "2015-07-13": "Battle of the Boyne (observed)", "2015-08-31": "Late Summer Bank Holiday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-02": "May Day", "2016-05-30": "Spring Bank Holiday", "2016-07-12": "Battle of the Boyne", "2016-08-29": "Late Summer Bank Holiday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "May Day", "2017-05-29": "Spring Bank Holiday", "2017-07-12": "Battle of the Boyne", "2017-08-28": "Late Summer Bank Holiday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-17": "Saint Patrick's Day", "2018-03-19": "Saint Patrick's Day (observed)", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-07": "May Day", "2018-05-28": "Spring Bank Holiday", "2018-07-12": "Battle of the Boyne", "2018-08-27": "Late Summer Bank Holiday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-17": "Saint Patrick's Day", "2019-03-18": "Saint Patrick's Day (observed)", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-06": "May Day", "2019-05-27": "Spring Bank Holiday", "2019-07-12": "Battle of the Boyne", "2019-08-26": "Late Summer Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-08": "May Day", "2020-05-25": "Spring Bank Holiday", "2020-07-12": "Battle of the Boyne", "2020-07-13": "Battle of the Boyne (observed)", "2020-08-31": "Late Summer Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-03": "May Day", "2021-05-31": "Spring Bank Holiday", "2021-07-12": "Battle of the Boyne", "2021-08-30": "Late Summer Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-02": "May Day", "2022-06-02": "Spring Bank Holiday", "2022-06-03": "Platinum Jubilee of Elizabeth II", "2022-07-12": "Battle of the Boyne", "2022-08-29": "Late Summer Bank Holiday", "2022-09-19": "State Funeral of Queen Elizabeth II", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "May Day", "2023-05-08": "Coronation of Charles III", "2023-05-29": "Spring Bank Holiday", "2023-07-12": "Battle of the Boyne", "2023-08-28": "Late Summer Bank Holiday", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-17": "Saint Patrick's Day", "2024-03-18": "Saint Patrick's Day (observed)", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-06": "May Day", "2024-05-27": "Spring Bank Holiday", "2024-07-12": "Battle of the Boyne", "2024-08-26": "Late Summer Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-05": "May Day", "2025-05-26": "Spring Bank Holiday", "2025-07-12": "Battle of the Boyne", "2025-07-14": "Battle of the Boyne (observed)", "2025-08-25": "Late Summer Bank Holiday", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-04": "May Day", "2026-05-25": "Spring Bank Holiday", "2026-07-12": "Battle of the Boyne", "2026-07-13": "Battle of the Boyne (observed)", "2026-08-31": "Late Summer Bank Holiday", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-03": "May Day", "2027-05-31": "Spring Bank Holiday", "2027-07-12": "Battle of the Boyne", "2027-08-30": "Late Summer Bank Holiday", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "May Day", "2028-05-29": "Spring Bank Holiday", "2028-07-12": "Battle of the Boyne", "2028-08-28": "Late Summer Bank Holiday", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-17": "Saint Patrick's Day", "2029-03-19": "Saint Patrick's Day (observed)", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-07": "May Day", "2029-05-28": "Spring Bank Holiday", "2029-07-12": "Battle of the Boyne", "2029-08-27": "Late Summer Bank Holiday", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-03-17": "Saint Patrick's Day", "2030-03-18": "Saint Patrick's Day (observed)", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-06": "May Day", "2030-05-27": "Spring Bank Holiday", "2030-07-12": "Battle of the Boyne", "2030-08-26": "Late Summer Bank Holiday", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-05": "May Day", "2031-05-26": "Spring Bank Holiday", "2031-07-12": "Battle of the Boyne", "2031-07-14": "Battle of the Boyne (observed)", "2031-08-25": "Late Summer Bank Holiday", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-03": "May Day", "2032-05-31": "Spring Bank Holiday", "2032-07-12": "Battle of the Boyne", "2032-08-30": "Late Summer Bank Holiday", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-02": "May Day", "2033-05-30": "Spring Bank Holiday", "2033-07-12": "Battle of the Boyne", "2033-08-29": "Late Summer Bank Holiday", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "May Day", "2034-05-29": "Spring Bank Holiday", "2034-07-12": "Battle of the Boyne", "2034-08-28": "Late Summer Bank Holiday", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-17": "Saint Patrick's Day", "2035-03-19": "Saint Patrick's Day (observed)", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-07": "May Day", "2035-05-28": "Spring Bank Holiday", "2035-07-12": "Battle of the Boyne", "2035-08-27": "Late Summer Bank Holiday", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-05": "May Day", "2036-05-26": "Spring Bank Holiday", "2036-07-12": "Battle of the Boyne", "2036-07-14": "Battle of the Boyne (observed)", "2036-08-25": "Late Summer Bank Holiday", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-04": "May Day", "2037-05-25": "Spring Bank Holiday", "2037-07-12": "Battle of the Boyne", "2037-07-13": "Battle of the Boyne (observed)", "2037-08-31": "Late Summer Bank Holiday", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-03": "May Day", "2038-05-31": "Spring Bank Holiday", "2038-07-12": "Battle of the Boyne", "2038-08-30": "Late Summer Bank Holiday", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-02": "May Day", "2039-05-30": "Spring Bank Holiday", "2039-07-12": "Battle of the Boyne", "2039-08-29": "Late Summer Bank Holiday", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-17": "Saint Patrick's Day", "2040-03-19": "Saint Patrick's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-07": "May Day", "2040-05-28": "Spring Bank Holiday", "2040-07-12": "Battle of the Boyne", "2040-08-27": "Late Summer Bank Holiday", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-03-17": "Saint Patrick's Day", "2041-03-18": "Saint Patrick's Day (observed)", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-06": "May Day", "2041-05-27": "Spring Bank Holiday", "2041-07-12": "Battle of the Boyne", "2041-08-26": "Late Summer Bank Holiday", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-05": "May Day", "2042-05-26": "Spring Bank Holiday", "2042-07-12": "Battle of the Boyne", "2042-07-14": "Battle of the Boyne (observed)", "2042-08-25": "Late Summer Bank Holiday", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-04": "May Day", "2043-05-25": "Spring Bank Holiday", "2043-07-12": "Battle of the Boyne", "2043-07-13": "Battle of the Boyne (observed)", "2043-08-31": "Late Summer Bank Holiday", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-02": "May Day", "2044-05-30": "Spring Bank Holiday", "2044-07-12": "Battle of the Boyne", "2044-08-29": "Late Summer Bank Holiday", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "May Day", "2045-05-29": "Spring Bank Holiday", "2045-07-12": "Battle of the Boyne", "2045-08-28": "Late Summer Bank Holiday", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-17": "Saint Patrick's Day", "2046-03-19": "Saint Patrick's Day (observed)", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-07": "May Day", "2046-05-28": "Spring Bank Holiday", "2046-07-12": "Battle of the Boyne", "2046-08-27": "Late Summer Bank Holiday", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-03-17": "Saint Patrick's Day", "2047-03-18": "Saint Patrick's Day (observed)", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-06": "May Day", "2047-05-27": "Spring Bank Holiday", "2047-07-12": "Battle of the Boyne", "2047-08-26": "Late Summer Bank Holiday", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-04": "May Day", "2048-05-25": "Spring Bank Holiday", "2048-07-12": "Battle of the Boyne", "2048-07-13": "Battle of the Boyne (observed)", "2048-08-31": "Late Summer Bank Holiday", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-03": "May Day", "2049-05-31": "Spring Bank Holiday", "2049-07-12": "Battle of the Boyne", "2049-08-30": "Late Summer Bank Holiday", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-02": "May Day", "2050-05-30": "Spring Bank Holiday", "2050-07-12": "Battle of the Boyne", "2050-08-29": "Late Summer Bank Holiday", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/GB_SCT.json000066400000000000000000001036421500152103600212050ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year Holiday; New Year's Day (observed)", "1950-01-03": "New Year Holiday (observed)", "1950-04-07": "Good Friday", "1950-08-07": "Summer Bank Holiday", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-02": "New Year Holiday", "1951-03-23": "Good Friday", "1951-08-06": "Summer Bank Holiday", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-02": "New Year Holiday", "1952-04-11": "Good Friday", "1952-08-04": "Summer Bank Holiday", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-02": "New Year Holiday", "1953-04-03": "Good Friday", "1953-08-03": "Summer Bank Holiday", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-02": "New Year Holiday", "1954-01-04": "New Year Holiday (observed)", "1954-04-16": "Good Friday", "1954-08-02": "Summer Bank Holiday", "1954-12-25": "Christmas Day", "1954-12-27": "Christmas Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "New Year Holiday", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "New Year Holiday (observed)", "1955-04-08": "Good Friday", "1955-08-01": "Summer Bank Holiday", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year Holiday; New Year's Day (observed)", "1956-01-03": "New Year Holiday (observed)", "1956-03-30": "Good Friday", "1956-08-06": "Summer Bank Holiday", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-02": "New Year Holiday", "1957-04-19": "Good Friday", "1957-08-05": "Summer Bank Holiday", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-02": "New Year Holiday", "1958-04-04": "Good Friday", "1958-08-04": "Summer Bank Holiday", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-02": "New Year Holiday", "1959-03-27": "Good Friday", "1959-08-03": "Summer Bank Holiday", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-02": "New Year Holiday", "1960-01-04": "New Year Holiday (observed)", "1960-04-15": "Good Friday", "1960-08-01": "Summer Bank Holiday", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year Holiday; New Year's Day (observed)", "1961-01-03": "New Year Holiday (observed)", "1961-03-31": "Good Friday", "1961-08-07": "Summer Bank Holiday", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-02": "New Year Holiday", "1962-04-20": "Good Friday", "1962-08-06": "Summer Bank Holiday", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-02": "New Year Holiday", "1963-04-12": "Good Friday", "1963-08-05": "Summer Bank Holiday", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-02": "New Year Holiday", "1964-03-27": "Good Friday", "1964-08-03": "Summer Bank Holiday", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-02": "New Year Holiday", "1965-01-04": "New Year Holiday (observed)", "1965-04-16": "Good Friday", "1965-08-02": "Summer Bank Holiday", "1965-12-25": "Christmas Day", "1965-12-27": "Christmas Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "New Year Holiday", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "New Year Holiday (observed)", "1966-04-08": "Good Friday", "1966-08-01": "Summer Bank Holiday", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year Holiday; New Year's Day (observed)", "1967-01-03": "New Year Holiday (observed)", "1967-03-24": "Good Friday", "1967-08-07": "Summer Bank Holiday", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-02": "New Year Holiday", "1968-04-12": "Good Friday", "1968-08-05": "Summer Bank Holiday", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-02": "New Year Holiday", "1969-04-04": "Good Friday", "1969-08-04": "Summer Bank Holiday", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-02": "New Year Holiday", "1970-03-27": "Good Friday", "1970-08-03": "Summer Bank Holiday", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-02": "New Year Holiday", "1971-01-04": "New Year Holiday (observed)", "1971-04-09": "Good Friday", "1971-05-31": "Spring Bank Holiday", "1971-08-02": "Summer Bank Holiday", "1971-12-25": "Christmas Day", "1971-12-27": "Christmas Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "New Year Holiday", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "New Year Holiday (observed)", "1972-03-31": "Good Friday", "1972-05-29": "Spring Bank Holiday", "1972-08-07": "Summer Bank Holiday", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-02": "New Year Holiday", "1973-04-20": "Good Friday", "1973-05-28": "Spring Bank Holiday", "1973-08-06": "Summer Bank Holiday", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-02": "New Year Holiday", "1974-04-12": "Good Friday", "1974-05-27": "Spring Bank Holiday", "1974-08-05": "Summer Bank Holiday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "New Year Holiday", "1975-03-28": "Good Friday", "1975-05-26": "Spring Bank Holiday", "1975-08-04": "Summer Bank Holiday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "New Year Holiday", "1976-04-16": "Good Friday", "1976-05-31": "Spring Bank Holiday", "1976-08-02": "Summer Bank Holiday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "New Year Holiday", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "New Year Holiday (observed)", "1977-04-08": "Good Friday", "1977-05-30": "Spring Bank Holiday", "1977-06-07": "Silver Jubilee of Elizabeth II", "1977-08-01": "Summer Bank Holiday", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year Holiday; New Year's Day (observed)", "1978-01-03": "New Year Holiday (observed)", "1978-03-24": "Good Friday", "1978-05-01": "May Day", "1978-05-29": "Spring Bank Holiday", "1978-08-07": "Summer Bank Holiday", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "New Year Holiday", "1979-04-13": "Good Friday", "1979-05-07": "May Day", "1979-05-28": "Spring Bank Holiday", "1979-08-06": "Summer Bank Holiday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "New Year Holiday", "1980-04-04": "Good Friday", "1980-05-05": "May Day", "1980-05-26": "Spring Bank Holiday", "1980-08-04": "Summer Bank Holiday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "New Year Holiday", "1981-04-17": "Good Friday", "1981-05-04": "May Day", "1981-05-25": "Spring Bank Holiday", "1981-07-29": "Wedding of Charles and Diana", "1981-08-03": "Summer Bank Holiday", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "New Year Holiday", "1982-01-04": "New Year Holiday (observed)", "1982-04-09": "Good Friday", "1982-05-03": "May Day", "1982-05-31": "Spring Bank Holiday", "1982-08-02": "Summer Bank Holiday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "New Year Holiday", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "New Year Holiday (observed)", "1983-04-01": "Good Friday", "1983-05-02": "May Day", "1983-05-30": "Spring Bank Holiday", "1983-08-01": "Summer Bank Holiday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year Holiday; New Year's Day (observed)", "1984-01-03": "New Year Holiday (observed)", "1984-04-20": "Good Friday", "1984-05-07": "May Day", "1984-05-28": "Spring Bank Holiday", "1984-08-06": "Summer Bank Holiday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "New Year Holiday", "1985-04-05": "Good Friday", "1985-05-06": "May Day", "1985-05-27": "Spring Bank Holiday", "1985-08-05": "Summer Bank Holiday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "New Year Holiday", "1986-03-28": "Good Friday", "1986-05-05": "May Day", "1986-05-26": "Spring Bank Holiday", "1986-08-04": "Summer Bank Holiday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "New Year Holiday", "1987-04-17": "Good Friday", "1987-05-04": "May Day", "1987-05-25": "Spring Bank Holiday", "1987-08-03": "Summer Bank Holiday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "New Year Holiday", "1988-01-04": "New Year Holiday (observed)", "1988-04-01": "Good Friday", "1988-05-02": "May Day", "1988-05-30": "Spring Bank Holiday", "1988-08-01": "Summer Bank Holiday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year Holiday; New Year's Day (observed)", "1989-01-03": "New Year Holiday (observed)", "1989-03-24": "Good Friday", "1989-05-01": "May Day", "1989-05-29": "Spring Bank Holiday", "1989-08-07": "Summer Bank Holiday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "New Year Holiday", "1990-04-13": "Good Friday", "1990-05-07": "May Day", "1990-05-28": "Spring Bank Holiday", "1990-08-06": "Summer Bank Holiday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "New Year Holiday", "1991-03-29": "Good Friday", "1991-05-06": "May Day", "1991-05-27": "Spring Bank Holiday", "1991-08-05": "Summer Bank Holiday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year Holiday", "1992-04-17": "Good Friday", "1992-05-04": "May Day", "1992-05-25": "Spring Bank Holiday", "1992-08-03": "Summer Bank Holiday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "New Year Holiday", "1993-01-04": "New Year Holiday (observed)", "1993-04-09": "Good Friday", "1993-05-03": "May Day", "1993-05-31": "Spring Bank Holiday", "1993-08-02": "Summer Bank Holiday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "New Year Holiday", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "New Year Holiday (observed)", "1994-04-01": "Good Friday", "1994-05-02": "May Day", "1994-05-30": "Spring Bank Holiday", "1994-08-01": "Summer Bank Holiday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year Holiday; New Year's Day (observed)", "1995-01-03": "New Year Holiday (observed)", "1995-04-14": "Good Friday", "1995-05-08": "May Day", "1995-05-29": "Spring Bank Holiday", "1995-08-07": "Summer Bank Holiday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year Holiday", "1996-04-05": "Good Friday", "1996-05-06": "May Day", "1996-05-27": "Spring Bank Holiday", "1996-08-05": "Summer Bank Holiday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year Holiday", "1997-03-28": "Good Friday", "1997-05-05": "May Day", "1997-05-26": "Spring Bank Holiday", "1997-08-04": "Summer Bank Holiday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year Holiday", "1998-04-10": "Good Friday", "1998-05-04": "May Day", "1998-05-25": "Spring Bank Holiday", "1998-08-03": "Summer Bank Holiday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "New Year Holiday", "1999-01-04": "New Year Holiday (observed)", "1999-04-02": "Good Friday", "1999-05-03": "May Day", "1999-05-31": "Spring Bank Holiday", "1999-08-02": "Summer Bank Holiday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "1999-12-31": "Millennium Celebrations", "2000-01-01": "New Year's Day", "2000-01-02": "New Year Holiday", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "New Year Holiday (observed)", "2000-04-21": "Good Friday", "2000-05-01": "May Day", "2000-05-29": "Spring Bank Holiday", "2000-08-07": "Summer Bank Holiday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "New Year Holiday", "2001-04-13": "Good Friday", "2001-05-07": "May Day", "2001-05-28": "Spring Bank Holiday", "2001-08-06": "Summer Bank Holiday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year Holiday", "2002-03-29": "Good Friday", "2002-05-06": "May Day", "2002-06-03": "Golden Jubilee of Elizabeth II", "2002-06-04": "Spring Bank Holiday", "2002-08-05": "Summer Bank Holiday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year Holiday", "2003-04-18": "Good Friday", "2003-05-05": "May Day", "2003-05-26": "Spring Bank Holiday", "2003-08-04": "Summer Bank Holiday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year Holiday", "2004-04-09": "Good Friday", "2004-05-03": "May Day", "2004-05-31": "Spring Bank Holiday", "2004-08-02": "Summer Bank Holiday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "New Year Holiday", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "New Year Holiday (observed)", "2005-03-25": "Good Friday", "2005-05-02": "May Day", "2005-05-30": "Spring Bank Holiday", "2005-08-01": "Summer Bank Holiday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year Holiday; New Year's Day (observed)", "2006-01-03": "New Year Holiday (observed)", "2006-04-14": "Good Friday", "2006-05-01": "May Day", "2006-05-29": "Spring Bank Holiday", "2006-08-07": "Summer Bank Holiday", "2006-11-30": "Saint Andrew's Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "New Year Holiday", "2007-04-06": "Good Friday", "2007-05-07": "May Day", "2007-05-28": "Spring Bank Holiday", "2007-08-06": "Summer Bank Holiday", "2007-11-30": "Saint Andrew's Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year Holiday", "2008-03-21": "Good Friday", "2008-05-05": "May Day", "2008-05-26": "Spring Bank Holiday", "2008-08-04": "Summer Bank Holiday", "2008-11-30": "Saint Andrew's Day", "2008-12-01": "Saint Andrew's Day (observed)", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year Holiday", "2009-04-10": "Good Friday", "2009-05-04": "May Day", "2009-05-25": "Spring Bank Holiday", "2009-08-03": "Summer Bank Holiday", "2009-11-30": "Saint Andrew's Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "New Year Holiday", "2010-01-04": "New Year Holiday (observed)", "2010-04-02": "Good Friday", "2010-05-03": "May Day", "2010-05-31": "Spring Bank Holiday", "2010-08-02": "Summer Bank Holiday", "2010-11-30": "Saint Andrew's Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "New Year Holiday", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "New Year Holiday (observed)", "2011-04-22": "Good Friday", "2011-04-29": "Wedding of William and Catherine", "2011-05-02": "May Day", "2011-05-30": "Spring Bank Holiday", "2011-08-01": "Summer Bank Holiday", "2011-11-30": "Saint Andrew's Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year Holiday; New Year's Day (observed)", "2012-01-03": "New Year Holiday (observed)", "2012-04-06": "Good Friday", "2012-05-07": "May Day", "2012-06-04": "Spring Bank Holiday", "2012-06-05": "Diamond Jubilee of Elizabeth II", "2012-08-06": "Summer Bank Holiday", "2012-11-30": "Saint Andrew's Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year Holiday", "2013-03-29": "Good Friday", "2013-05-06": "May Day", "2013-05-27": "Spring Bank Holiday", "2013-08-05": "Summer Bank Holiday", "2013-11-30": "Saint Andrew's Day", "2013-12-02": "Saint Andrew's Day (observed)", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year Holiday", "2014-04-18": "Good Friday", "2014-05-05": "May Day", "2014-05-26": "Spring Bank Holiday", "2014-08-04": "Summer Bank Holiday", "2014-11-30": "Saint Andrew's Day", "2014-12-01": "Saint Andrew's Day (observed)", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year Holiday", "2015-04-03": "Good Friday", "2015-05-04": "May Day", "2015-05-25": "Spring Bank Holiday", "2015-08-03": "Summer Bank Holiday", "2015-11-30": "Saint Andrew's Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "New Year Holiday", "2016-01-04": "New Year Holiday (observed)", "2016-03-25": "Good Friday", "2016-05-02": "May Day", "2016-05-30": "Spring Bank Holiday", "2016-08-01": "Summer Bank Holiday", "2016-11-30": "Saint Andrew's Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year Holiday; New Year's Day (observed)", "2017-01-03": "New Year Holiday (observed)", "2017-04-14": "Good Friday", "2017-05-01": "May Day", "2017-05-29": "Spring Bank Holiday", "2017-08-07": "Summer Bank Holiday", "2017-11-30": "Saint Andrew's Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year Holiday", "2018-03-30": "Good Friday", "2018-05-07": "May Day", "2018-05-28": "Spring Bank Holiday", "2018-08-06": "Summer Bank Holiday", "2018-11-30": "Saint Andrew's Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year Holiday", "2019-04-19": "Good Friday", "2019-05-06": "May Day", "2019-05-27": "Spring Bank Holiday", "2019-08-05": "Summer Bank Holiday", "2019-11-30": "Saint Andrew's Day", "2019-12-02": "Saint Andrew's Day (observed)", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year Holiday", "2020-04-10": "Good Friday", "2020-05-08": "May Day", "2020-05-25": "Spring Bank Holiday", "2020-08-03": "Summer Bank Holiday", "2020-11-30": "Saint Andrew's Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "New Year Holiday", "2021-01-04": "New Year Holiday (observed)", "2021-04-02": "Good Friday", "2021-05-03": "May Day", "2021-05-31": "Spring Bank Holiday", "2021-08-02": "Summer Bank Holiday", "2021-11-30": "Saint Andrew's Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "New Year Holiday", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "New Year Holiday (observed)", "2022-04-15": "Good Friday", "2022-05-02": "May Day", "2022-06-02": "Spring Bank Holiday", "2022-06-03": "Platinum Jubilee of Elizabeth II", "2022-08-01": "Summer Bank Holiday", "2022-09-19": "State Funeral of Queen Elizabeth II", "2022-11-30": "Saint Andrew's Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year Holiday; New Year's Day (observed)", "2023-01-03": "New Year Holiday (observed)", "2023-04-07": "Good Friday", "2023-05-01": "May Day", "2023-05-08": "Coronation of Charles III", "2023-05-29": "Spring Bank Holiday", "2023-08-07": "Summer Bank Holiday", "2023-11-30": "Saint Andrew's Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year Holiday", "2024-03-29": "Good Friday", "2024-05-06": "May Day", "2024-05-27": "Spring Bank Holiday", "2024-08-05": "Summer Bank Holiday", "2024-11-30": "Saint Andrew's Day", "2024-12-02": "Saint Andrew's Day (observed)", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year Holiday", "2025-04-18": "Good Friday", "2025-05-05": "May Day", "2025-05-26": "Spring Bank Holiday", "2025-08-04": "Summer Bank Holiday", "2025-11-30": "Saint Andrew's Day", "2025-12-01": "Saint Andrew's Day (observed)", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year Holiday", "2026-04-03": "Good Friday", "2026-05-04": "May Day", "2026-05-25": "Spring Bank Holiday", "2026-08-03": "Summer Bank Holiday", "2026-11-30": "Saint Andrew's Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "New Year Holiday", "2027-01-04": "New Year Holiday (observed)", "2027-03-26": "Good Friday", "2027-05-03": "May Day", "2027-05-31": "Spring Bank Holiday", "2027-08-02": "Summer Bank Holiday", "2027-11-30": "Saint Andrew's Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "New Year Holiday", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "New Year Holiday (observed)", "2028-04-14": "Good Friday", "2028-05-01": "May Day", "2028-05-29": "Spring Bank Holiday", "2028-08-07": "Summer Bank Holiday", "2028-11-30": "Saint Andrew's Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year Holiday", "2029-03-30": "Good Friday", "2029-05-07": "May Day", "2029-05-28": "Spring Bank Holiday", "2029-08-06": "Summer Bank Holiday", "2029-11-30": "Saint Andrew's Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year Holiday", "2030-04-19": "Good Friday", "2030-05-06": "May Day", "2030-05-27": "Spring Bank Holiday", "2030-08-05": "Summer Bank Holiday", "2030-11-30": "Saint Andrew's Day", "2030-12-02": "Saint Andrew's Day (observed)", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year Holiday", "2031-04-11": "Good Friday", "2031-05-05": "May Day", "2031-05-26": "Spring Bank Holiday", "2031-08-04": "Summer Bank Holiday", "2031-11-30": "Saint Andrew's Day", "2031-12-01": "Saint Andrew's Day (observed)", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year Holiday", "2032-03-26": "Good Friday", "2032-05-03": "May Day", "2032-05-31": "Spring Bank Holiday", "2032-08-02": "Summer Bank Holiday", "2032-11-30": "Saint Andrew's Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "New Year Holiday", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "New Year Holiday (observed)", "2033-04-15": "Good Friday", "2033-05-02": "May Day", "2033-05-30": "Spring Bank Holiday", "2033-08-01": "Summer Bank Holiday", "2033-11-30": "Saint Andrew's Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year Holiday; New Year's Day (observed)", "2034-01-03": "New Year Holiday (observed)", "2034-04-07": "Good Friday", "2034-05-01": "May Day", "2034-05-29": "Spring Bank Holiday", "2034-08-07": "Summer Bank Holiday", "2034-11-30": "Saint Andrew's Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year Holiday", "2035-03-23": "Good Friday", "2035-05-07": "May Day", "2035-05-28": "Spring Bank Holiday", "2035-08-06": "Summer Bank Holiday", "2035-11-30": "Saint Andrew's Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year Holiday", "2036-04-11": "Good Friday", "2036-05-05": "May Day", "2036-05-26": "Spring Bank Holiday", "2036-08-04": "Summer Bank Holiday", "2036-11-30": "Saint Andrew's Day", "2036-12-01": "Saint Andrew's Day (observed)", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year Holiday", "2037-04-03": "Good Friday", "2037-05-04": "May Day", "2037-05-25": "Spring Bank Holiday", "2037-08-03": "Summer Bank Holiday", "2037-11-30": "Saint Andrew's Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "New Year Holiday", "2038-01-04": "New Year Holiday (observed)", "2038-04-23": "Good Friday", "2038-05-03": "May Day", "2038-05-31": "Spring Bank Holiday", "2038-08-02": "Summer Bank Holiday", "2038-11-30": "Saint Andrew's Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "New Year Holiday", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "New Year Holiday (observed)", "2039-04-08": "Good Friday", "2039-05-02": "May Day", "2039-05-30": "Spring Bank Holiday", "2039-08-01": "Summer Bank Holiday", "2039-11-30": "Saint Andrew's Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year Holiday; New Year's Day (observed)", "2040-01-03": "New Year Holiday (observed)", "2040-03-30": "Good Friday", "2040-05-07": "May Day", "2040-05-28": "Spring Bank Holiday", "2040-08-06": "Summer Bank Holiday", "2040-11-30": "Saint Andrew's Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year Holiday", "2041-04-19": "Good Friday", "2041-05-06": "May Day", "2041-05-27": "Spring Bank Holiday", "2041-08-05": "Summer Bank Holiday", "2041-11-30": "Saint Andrew's Day", "2041-12-02": "Saint Andrew's Day (observed)", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year Holiday", "2042-04-04": "Good Friday", "2042-05-05": "May Day", "2042-05-26": "Spring Bank Holiday", "2042-08-04": "Summer Bank Holiday", "2042-11-30": "Saint Andrew's Day", "2042-12-01": "Saint Andrew's Day (observed)", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year Holiday", "2043-03-27": "Good Friday", "2043-05-04": "May Day", "2043-05-25": "Spring Bank Holiday", "2043-08-03": "Summer Bank Holiday", "2043-11-30": "Saint Andrew's Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "New Year Holiday", "2044-01-04": "New Year Holiday (observed)", "2044-04-15": "Good Friday", "2044-05-02": "May Day", "2044-05-30": "Spring Bank Holiday", "2044-08-01": "Summer Bank Holiday", "2044-11-30": "Saint Andrew's Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year Holiday; New Year's Day (observed)", "2045-01-03": "New Year Holiday (observed)", "2045-04-07": "Good Friday", "2045-05-01": "May Day", "2045-05-29": "Spring Bank Holiday", "2045-08-07": "Summer Bank Holiday", "2045-11-30": "Saint Andrew's Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year Holiday", "2046-03-23": "Good Friday", "2046-05-07": "May Day", "2046-05-28": "Spring Bank Holiday", "2046-08-06": "Summer Bank Holiday", "2046-11-30": "Saint Andrew's Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year Holiday", "2047-04-12": "Good Friday", "2047-05-06": "May Day", "2047-05-27": "Spring Bank Holiday", "2047-08-05": "Summer Bank Holiday", "2047-11-30": "Saint Andrew's Day", "2047-12-02": "Saint Andrew's Day (observed)", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year Holiday", "2048-04-03": "Good Friday", "2048-05-04": "May Day", "2048-05-25": "Spring Bank Holiday", "2048-08-03": "Summer Bank Holiday", "2048-11-30": "Saint Andrew's Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "New Year Holiday", "2049-01-04": "New Year Holiday (observed)", "2049-04-16": "Good Friday", "2049-05-03": "May Day", "2049-05-31": "Spring Bank Holiday", "2049-08-02": "Summer Bank Holiday", "2049-11-30": "Saint Andrew's Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "New Year Holiday", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "New Year Holiday (observed)", "2050-04-08": "Good Friday", "2050-05-02": "May Day", "2050-05-30": "Spring Bank Holiday", "2050-08-01": "Summer Bank Holiday", "2050-11-30": "Saint Andrew's Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/GB_WLS.json000066400000000000000000000730171500152103600212230ustar00rootroot00000000000000{ "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-29": "Whit Monday", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-14": "Whit Monday", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-06-02": "Whit Monday", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-25": "Whit Monday", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-06-07": "Whit Monday", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-30": "Whit Monday", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-21": "Whit Monday", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-06-10": "Whit Monday", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-26": "Whit Monday", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-18": "Whit Monday", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-06-06": "Whit Monday", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-22": "Whit Monday", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-06-11": "Whit Monday", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-06-03": "Whit Monday", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-18": "Whit Monday", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-06-07": "Whit Monday", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-30": "Whit Monday", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-15": "Whit Monday", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-06-03": "Whit Monday", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-26": "Whit Monday", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-18": "Whit Monday", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-31": "Spring Bank Holiday", "1971-08-30": "Late Summer Bank Holiday", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-29": "Spring Bank Holiday", "1972-08-28": "Late Summer Bank Holiday", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-28": "Spring Bank Holiday", "1973-08-27": "Late Summer Bank Holiday", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-27": "Spring Bank Holiday", "1974-08-26": "Late Summer Bank Holiday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-26": "Spring Bank Holiday", "1975-08-25": "Late Summer Bank Holiday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-31": "Spring Bank Holiday", "1976-08-30": "Late Summer Bank Holiday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-30": "Spring Bank Holiday", "1977-06-07": "Silver Jubilee of Elizabeth II", "1977-08-29": "Late Summer Bank Holiday", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "May Day", "1978-05-29": "Spring Bank Holiday", "1978-08-28": "Late Summer Bank Holiday", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-07": "May Day", "1979-05-28": "Spring Bank Holiday", "1979-08-27": "Late Summer Bank Holiday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-05": "May Day", "1980-05-26": "Spring Bank Holiday", "1980-08-25": "Late Summer Bank Holiday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-04": "May Day", "1981-05-25": "Spring Bank Holiday", "1981-07-29": "Wedding of Charles and Diana", "1981-08-31": "Late Summer Bank Holiday", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-03": "May Day", "1982-05-31": "Spring Bank Holiday", "1982-08-30": "Late Summer Bank Holiday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-02": "May Day", "1983-05-30": "Spring Bank Holiday", "1983-08-29": "Late Summer Bank Holiday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-07": "May Day", "1984-05-28": "Spring Bank Holiday", "1984-08-27": "Late Summer Bank Holiday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-06": "May Day", "1985-05-27": "Spring Bank Holiday", "1985-08-26": "Late Summer Bank Holiday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-05": "May Day", "1986-05-26": "Spring Bank Holiday", "1986-08-25": "Late Summer Bank Holiday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-04": "May Day", "1987-05-25": "Spring Bank Holiday", "1987-08-31": "Late Summer Bank Holiday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-02": "May Day", "1988-05-30": "Spring Bank Holiday", "1988-08-29": "Late Summer Bank Holiday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "May Day", "1989-05-29": "Spring Bank Holiday", "1989-08-28": "Late Summer Bank Holiday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-07": "May Day", "1990-05-28": "Spring Bank Holiday", "1990-08-27": "Late Summer Bank Holiday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-06": "May Day", "1991-05-27": "Spring Bank Holiday", "1991-08-26": "Late Summer Bank Holiday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-04": "May Day", "1992-05-25": "Spring Bank Holiday", "1992-08-31": "Late Summer Bank Holiday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-03": "May Day", "1993-05-31": "Spring Bank Holiday", "1993-08-30": "Late Summer Bank Holiday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-02": "May Day", "1994-05-30": "Spring Bank Holiday", "1994-08-29": "Late Summer Bank Holiday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-08": "May Day", "1995-05-29": "Spring Bank Holiday", "1995-08-28": "Late Summer Bank Holiday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-06": "May Day", "1996-05-27": "Spring Bank Holiday", "1996-08-26": "Late Summer Bank Holiday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-05": "May Day", "1997-05-26": "Spring Bank Holiday", "1997-08-25": "Late Summer Bank Holiday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-04": "May Day", "1998-05-25": "Spring Bank Holiday", "1998-08-31": "Late Summer Bank Holiday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-03": "May Day", "1999-05-31": "Spring Bank Holiday", "1999-08-30": "Late Summer Bank Holiday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "1999-12-31": "Millennium Celebrations", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "May Day", "2000-05-29": "Spring Bank Holiday", "2000-08-28": "Late Summer Bank Holiday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-07": "May Day", "2001-05-28": "Spring Bank Holiday", "2001-08-27": "Late Summer Bank Holiday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-06": "May Day", "2002-06-03": "Golden Jubilee of Elizabeth II", "2002-06-04": "Spring Bank Holiday", "2002-08-26": "Late Summer Bank Holiday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-05": "May Day", "2003-05-26": "Spring Bank Holiday", "2003-08-25": "Late Summer Bank Holiday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-03": "May Day", "2004-05-31": "Spring Bank Holiday", "2004-08-30": "Late Summer Bank Holiday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-02": "May Day", "2005-05-30": "Spring Bank Holiday", "2005-08-29": "Late Summer Bank Holiday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "May Day", "2006-05-29": "Spring Bank Holiday", "2006-08-28": "Late Summer Bank Holiday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-07": "May Day", "2007-05-28": "Spring Bank Holiday", "2007-08-27": "Late Summer Bank Holiday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-05": "May Day", "2008-05-26": "Spring Bank Holiday", "2008-08-25": "Late Summer Bank Holiday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-04": "May Day", "2009-05-25": "Spring Bank Holiday", "2009-08-31": "Late Summer Bank Holiday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-03": "May Day", "2010-05-31": "Spring Bank Holiday", "2010-08-30": "Late Summer Bank Holiday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-04-29": "Wedding of William and Catherine", "2011-05-02": "May Day", "2011-05-30": "Spring Bank Holiday", "2011-08-29": "Late Summer Bank Holiday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-07": "May Day", "2012-06-04": "Spring Bank Holiday", "2012-06-05": "Diamond Jubilee of Elizabeth II", "2012-08-27": "Late Summer Bank Holiday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-06": "May Day", "2013-05-27": "Spring Bank Holiday", "2013-08-26": "Late Summer Bank Holiday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-05": "May Day", "2014-05-26": "Spring Bank Holiday", "2014-08-25": "Late Summer Bank Holiday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-04": "May Day", "2015-05-25": "Spring Bank Holiday", "2015-08-31": "Late Summer Bank Holiday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-02": "May Day", "2016-05-30": "Spring Bank Holiday", "2016-08-29": "Late Summer Bank Holiday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "May Day", "2017-05-29": "Spring Bank Holiday", "2017-08-28": "Late Summer Bank Holiday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-07": "May Day", "2018-05-28": "Spring Bank Holiday", "2018-08-27": "Late Summer Bank Holiday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-06": "May Day", "2019-05-27": "Spring Bank Holiday", "2019-08-26": "Late Summer Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-08": "May Day", "2020-05-25": "Spring Bank Holiday", "2020-08-31": "Late Summer Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-03": "May Day", "2021-05-31": "Spring Bank Holiday", "2021-08-30": "Late Summer Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-02": "May Day", "2022-06-02": "Spring Bank Holiday", "2022-06-03": "Platinum Jubilee of Elizabeth II", "2022-08-29": "Late Summer Bank Holiday", "2022-09-19": "State Funeral of Queen Elizabeth II", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "May Day", "2023-05-08": "Coronation of Charles III", "2023-05-29": "Spring Bank Holiday", "2023-08-28": "Late Summer Bank Holiday", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-06": "May Day", "2024-05-27": "Spring Bank Holiday", "2024-08-26": "Late Summer Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-05": "May Day", "2025-05-26": "Spring Bank Holiday", "2025-08-25": "Late Summer Bank Holiday", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-04": "May Day", "2026-05-25": "Spring Bank Holiday", "2026-08-31": "Late Summer Bank Holiday", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-03": "May Day", "2027-05-31": "Spring Bank Holiday", "2027-08-30": "Late Summer Bank Holiday", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "May Day", "2028-05-29": "Spring Bank Holiday", "2028-08-28": "Late Summer Bank Holiday", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-07": "May Day", "2029-05-28": "Spring Bank Holiday", "2029-08-27": "Late Summer Bank Holiday", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-06": "May Day", "2030-05-27": "Spring Bank Holiday", "2030-08-26": "Late Summer Bank Holiday", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-05": "May Day", "2031-05-26": "Spring Bank Holiday", "2031-08-25": "Late Summer Bank Holiday", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-03": "May Day", "2032-05-31": "Spring Bank Holiday", "2032-08-30": "Late Summer Bank Holiday", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-02": "May Day", "2033-05-30": "Spring Bank Holiday", "2033-08-29": "Late Summer Bank Holiday", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "May Day", "2034-05-29": "Spring Bank Holiday", "2034-08-28": "Late Summer Bank Holiday", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-07": "May Day", "2035-05-28": "Spring Bank Holiday", "2035-08-27": "Late Summer Bank Holiday", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-05": "May Day", "2036-05-26": "Spring Bank Holiday", "2036-08-25": "Late Summer Bank Holiday", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-04": "May Day", "2037-05-25": "Spring Bank Holiday", "2037-08-31": "Late Summer Bank Holiday", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-03": "May Day", "2038-05-31": "Spring Bank Holiday", "2038-08-30": "Late Summer Bank Holiday", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-02": "May Day", "2039-05-30": "Spring Bank Holiday", "2039-08-29": "Late Summer Bank Holiday", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-07": "May Day", "2040-05-28": "Spring Bank Holiday", "2040-08-27": "Late Summer Bank Holiday", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-06": "May Day", "2041-05-27": "Spring Bank Holiday", "2041-08-26": "Late Summer Bank Holiday", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-05": "May Day", "2042-05-26": "Spring Bank Holiday", "2042-08-25": "Late Summer Bank Holiday", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-04": "May Day", "2043-05-25": "Spring Bank Holiday", "2043-08-31": "Late Summer Bank Holiday", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-02": "May Day", "2044-05-30": "Spring Bank Holiday", "2044-08-29": "Late Summer Bank Holiday", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "May Day", "2045-05-29": "Spring Bank Holiday", "2045-08-28": "Late Summer Bank Holiday", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-07": "May Day", "2046-05-28": "Spring Bank Holiday", "2046-08-27": "Late Summer Bank Holiday", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-06": "May Day", "2047-05-27": "Spring Bank Holiday", "2047-08-26": "Late Summer Bank Holiday", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-04": "May Day", "2048-05-25": "Spring Bank Holiday", "2048-08-31": "Late Summer Bank Holiday", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-03": "May Day", "2049-05-31": "Spring Bank Holiday", "2049-08-30": "Late Summer Bank Holiday", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-02": "May Day", "2050-05-30": "Spring Bank Holiday", "2050-08-29": "Late Summer Bank Holiday", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/GE_COMMON.json000066400000000000000000001172431500152103600215510ustar00rootroot00000000000000{ "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Day", "1991-01-07": "Christmas Day", "1991-01-19": "Epiphany", "1991-03-03": "Mother's Day", "1991-03-08": "International Women's Day", "1991-04-05": "Good Friday", "1991-04-06": "Holy Saturday", "1991-04-07": "Easter Sunday", "1991-04-08": "Easter Monday", "1991-04-09": "National Unity Day", "1991-05-09": "Day of Victory over Fascism", "1991-05-12": "Saint Andrew's Day", "1991-05-26": "Independence Day", "1991-08-28": "Dormition of the Mother of God", "1991-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "1991-11-23": "Saint George's Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day", "1992-01-07": "Christmas Day", "1992-01-19": "Epiphany", "1992-03-03": "Mother's Day", "1992-03-08": "International Women's Day", "1992-04-09": "National Unity Day", "1992-04-24": "Good Friday", "1992-04-25": "Holy Saturday", "1992-04-26": "Easter Sunday", "1992-04-27": "Easter Monday", "1992-05-09": "Day of Victory over Fascism", "1992-05-12": "Saint Andrew's Day", "1992-05-26": "Independence Day", "1992-08-28": "Dormition of the Mother of God", "1992-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "1992-11-23": "Saint George's Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-01-07": "Christmas Day", "1993-01-19": "Epiphany", "1993-03-03": "Mother's Day", "1993-03-08": "International Women's Day", "1993-04-09": "National Unity Day", "1993-04-16": "Good Friday", "1993-04-17": "Holy Saturday", "1993-04-18": "Easter Sunday", "1993-04-19": "Easter Monday", "1993-05-09": "Day of Victory over Fascism", "1993-05-12": "Saint Andrew's Day", "1993-05-26": "Independence Day", "1993-08-28": "Dormition of the Mother of God", "1993-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "1993-11-23": "Saint George's Day", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-01-07": "Christmas Day", "1994-01-19": "Epiphany", "1994-03-03": "Mother's Day", "1994-03-08": "International Women's Day", "1994-04-09": "National Unity Day", "1994-04-29": "Good Friday", "1994-04-30": "Holy Saturday", "1994-05-01": "Easter Sunday", "1994-05-02": "Easter Monday", "1994-05-09": "Day of Victory over Fascism", "1994-05-12": "Saint Andrew's Day", "1994-05-26": "Independence Day", "1994-08-28": "Dormition of the Mother of God", "1994-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "1994-11-23": "Saint George's Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-01-07": "Christmas Day", "1995-01-19": "Epiphany", "1995-03-03": "Mother's Day", "1995-03-08": "International Women's Day", "1995-04-09": "National Unity Day", "1995-04-21": "Good Friday", "1995-04-22": "Holy Saturday", "1995-04-23": "Easter Sunday", "1995-04-24": "Easter Monday", "1995-05-09": "Day of Victory over Fascism", "1995-05-12": "Saint Andrew's Day", "1995-05-26": "Independence Day", "1995-08-28": "Dormition of the Mother of God", "1995-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "1995-11-23": "Saint George's Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-01-07": "Christmas Day", "1996-01-19": "Epiphany", "1996-03-03": "Mother's Day", "1996-03-08": "International Women's Day", "1996-04-09": "National Unity Day", "1996-04-12": "Good Friday", "1996-04-13": "Holy Saturday", "1996-04-14": "Easter Sunday", "1996-04-15": "Easter Monday", "1996-05-09": "Day of Victory over Fascism", "1996-05-12": "Saint Andrew's Day", "1996-05-26": "Independence Day", "1996-08-28": "Dormition of the Mother of God", "1996-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "1996-11-23": "Saint George's Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-01-07": "Christmas Day", "1997-01-19": "Epiphany", "1997-03-03": "Mother's Day", "1997-03-08": "International Women's Day", "1997-04-09": "National Unity Day", "1997-04-25": "Good Friday", "1997-04-26": "Holy Saturday", "1997-04-27": "Easter Sunday", "1997-04-28": "Easter Monday", "1997-05-09": "Day of Victory over Fascism", "1997-05-12": "Saint Andrew's Day", "1997-05-26": "Independence Day", "1997-08-28": "Dormition of the Mother of God", "1997-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "1997-11-23": "Saint George's Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-01-07": "Christmas Day", "1998-01-19": "Epiphany", "1998-03-03": "Mother's Day", "1998-03-08": "International Women's Day", "1998-04-09": "National Unity Day", "1998-04-17": "Good Friday", "1998-04-18": "Holy Saturday", "1998-04-19": "Easter Sunday", "1998-04-20": "Easter Monday", "1998-05-09": "Day of Victory over Fascism", "1998-05-12": "Saint Andrew's Day", "1998-05-26": "Independence Day", "1998-08-28": "Dormition of the Mother of God", "1998-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "1998-11-23": "Saint George's Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-01-07": "Christmas Day", "1999-01-19": "Epiphany", "1999-03-03": "Mother's Day", "1999-03-08": "International Women's Day", "1999-04-09": "Good Friday; National Unity Day", "1999-04-10": "Holy Saturday", "1999-04-11": "Easter Sunday", "1999-04-12": "Easter Monday", "1999-05-09": "Day of Victory over Fascism", "1999-05-12": "Saint Andrew's Day", "1999-05-26": "Independence Day", "1999-08-28": "Dormition of the Mother of God", "1999-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "1999-11-23": "Saint George's Day", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-01-07": "Christmas Day", "2000-01-19": "Epiphany", "2000-03-03": "Mother's Day", "2000-03-08": "International Women's Day", "2000-04-09": "National Unity Day", "2000-04-28": "Good Friday", "2000-04-29": "Holy Saturday", "2000-04-30": "Easter Sunday", "2000-05-01": "Easter Monday", "2000-05-09": "Day of Victory over Fascism", "2000-05-12": "Saint Andrew's Day", "2000-05-26": "Independence Day", "2000-08-28": "Dormition of the Mother of God", "2000-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2000-11-23": "Saint George's Day", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-01-07": "Christmas Day", "2001-01-19": "Epiphany", "2001-03-03": "Mother's Day", "2001-03-08": "International Women's Day", "2001-04-09": "National Unity Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-09": "Day of Victory over Fascism", "2001-05-12": "Saint Andrew's Day", "2001-05-26": "Independence Day", "2001-08-28": "Dormition of the Mother of God", "2001-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2001-11-23": "Saint George's Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-01-07": "Christmas Day", "2002-01-19": "Epiphany", "2002-03-03": "Mother's Day", "2002-03-08": "International Women's Day", "2002-04-09": "National Unity Day", "2002-05-03": "Good Friday", "2002-05-04": "Holy Saturday", "2002-05-05": "Easter Sunday", "2002-05-06": "Easter Monday", "2002-05-09": "Day of Victory over Fascism", "2002-05-12": "Saint Andrew's Day", "2002-05-26": "Independence Day", "2002-08-28": "Dormition of the Mother of God", "2002-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2002-11-23": "Saint George's Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-01-07": "Christmas Day", "2003-01-19": "Epiphany", "2003-03-03": "Mother's Day", "2003-03-08": "International Women's Day", "2003-04-09": "National Unity Day", "2003-04-25": "Good Friday", "2003-04-26": "Holy Saturday", "2003-04-27": "Easter Sunday", "2003-04-28": "Easter Monday", "2003-05-09": "Day of Victory over Fascism", "2003-05-12": "Saint Andrew's Day", "2003-05-26": "Independence Day", "2003-08-28": "Dormition of the Mother of God", "2003-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2003-11-23": "Saint George's Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-01-07": "Christmas Day", "2004-01-19": "Epiphany", "2004-03-03": "Mother's Day", "2004-03-08": "International Women's Day", "2004-04-09": "Good Friday; National Unity Day", "2004-04-10": "Holy Saturday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-09": "Day of Victory over Fascism", "2004-05-12": "Saint Andrew's Day", "2004-05-26": "Independence Day", "2004-08-28": "Dormition of the Mother of God", "2004-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2004-11-23": "Saint George's Day", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day", "2005-01-07": "Christmas Day", "2005-01-19": "Epiphany", "2005-03-03": "Mother's Day", "2005-03-08": "International Women's Day", "2005-04-09": "National Unity Day", "2005-04-29": "Good Friday", "2005-04-30": "Holy Saturday", "2005-05-01": "Easter Sunday", "2005-05-02": "Easter Monday", "2005-05-09": "Day of Victory over Fascism", "2005-05-12": "Saint Andrew's Day", "2005-05-26": "Independence Day", "2005-08-28": "Dormition of the Mother of God", "2005-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2005-11-23": "Saint George's Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-01-07": "Christmas Day", "2006-01-19": "Epiphany", "2006-03-03": "Mother's Day", "2006-03-08": "International Women's Day", "2006-04-09": "National Unity Day", "2006-04-21": "Good Friday", "2006-04-22": "Holy Saturday", "2006-04-23": "Easter Sunday", "2006-04-24": "Easter Monday", "2006-05-09": "Day of Victory over Fascism", "2006-05-12": "Saint Andrew's Day", "2006-05-26": "Independence Day", "2006-08-28": "Dormition of the Mother of God", "2006-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2006-11-23": "Saint George's Day", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Day", "2007-01-07": "Christmas Day", "2007-01-19": "Epiphany", "2007-03-03": "Mother's Day", "2007-03-08": "International Women's Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday; National Unity Day", "2007-05-09": "Day of Victory over Fascism", "2007-05-12": "Saint Andrew's Day", "2007-05-26": "Independence Day", "2007-08-28": "Dormition of the Mother of God", "2007-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2007-11-23": "Saint George's Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-01-07": "Christmas Day", "2008-01-19": "Epiphany", "2008-03-03": "Mother's Day", "2008-03-08": "International Women's Day", "2008-04-09": "National Unity Day", "2008-04-25": "Good Friday", "2008-04-26": "Holy Saturday", "2008-04-27": "Easter Sunday", "2008-04-28": "Easter Monday", "2008-05-09": "Day of Victory over Fascism", "2008-05-12": "Saint Andrew's Day", "2008-05-26": "Independence Day", "2008-08-28": "Dormition of the Mother of God", "2008-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2008-11-23": "Saint George's Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-01-07": "Christmas Day", "2009-01-19": "Epiphany", "2009-03-03": "Mother's Day", "2009-03-08": "International Women's Day", "2009-04-09": "National Unity Day", "2009-04-17": "Good Friday", "2009-04-18": "Holy Saturday", "2009-04-19": "Easter Sunday", "2009-04-20": "Easter Monday", "2009-05-09": "Day of Victory over Fascism", "2009-05-12": "Saint Andrew's Day", "2009-05-26": "Independence Day", "2009-08-28": "Dormition of the Mother of God", "2009-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2009-11-23": "Saint George's Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-01-07": "Christmas Day", "2010-01-19": "Epiphany", "2010-03-03": "Mother's Day", "2010-03-08": "International Women's Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-09": "National Unity Day", "2010-05-09": "Day of Victory over Fascism", "2010-05-12": "Saint Andrew's Day", "2010-05-26": "Independence Day", "2010-08-28": "Dormition of the Mother of God", "2010-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2010-11-23": "Saint George's Day", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-01-07": "Christmas Day", "2011-01-19": "Epiphany", "2011-03-03": "Mother's Day", "2011-03-08": "International Women's Day", "2011-04-09": "National Unity Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-09": "Day of Victory over Fascism", "2011-05-12": "Saint Andrew's Day", "2011-05-26": "Independence Day", "2011-08-28": "Dormition of the Mother of God", "2011-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2011-11-23": "Saint George's Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-01-07": "Christmas Day", "2012-01-19": "Epiphany", "2012-03-03": "Mother's Day", "2012-03-08": "International Women's Day", "2012-04-09": "National Unity Day", "2012-04-13": "Good Friday", "2012-04-14": "Holy Saturday", "2012-04-15": "Easter Sunday", "2012-04-16": "Easter Monday", "2012-05-09": "Day of Victory over Fascism", "2012-05-12": "Saint Andrew's Day", "2012-05-26": "Independence Day", "2012-08-28": "Dormition of the Mother of God", "2012-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2012-11-23": "Saint George's Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-01-07": "Christmas Day", "2013-01-19": "Epiphany", "2013-03-03": "Mother's Day", "2013-03-08": "International Women's Day", "2013-04-09": "National Unity Day", "2013-05-03": "Good Friday", "2013-05-04": "Holy Saturday", "2013-05-05": "Easter Sunday", "2013-05-06": "Easter Monday", "2013-05-09": "Day of Victory over Fascism", "2013-05-12": "Saint Andrew's Day", "2013-05-26": "Independence Day", "2013-08-28": "Dormition of the Mother of God", "2013-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2013-11-23": "Saint George's Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-01-07": "Christmas Day", "2014-01-19": "Epiphany", "2014-03-03": "Mother's Day", "2014-03-08": "International Women's Day", "2014-04-09": "National Unity Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-09": "Day of Victory over Fascism", "2014-05-12": "Saint Andrew's Day", "2014-05-26": "Independence Day", "2014-08-28": "Dormition of the Mother of God", "2014-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2014-11-23": "Saint George's Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-01-07": "Christmas Day", "2015-01-19": "Epiphany", "2015-03-03": "Mother's Day", "2015-03-08": "International Women's Day", "2015-04-09": "National Unity Day", "2015-04-10": "Good Friday", "2015-04-11": "Holy Saturday", "2015-04-12": "Easter Sunday", "2015-04-13": "Easter Monday", "2015-05-09": "Day of Victory over Fascism", "2015-05-12": "Saint Andrew's Day", "2015-05-26": "Independence Day", "2015-08-28": "Dormition of the Mother of God", "2015-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2015-11-23": "Saint George's Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-07": "Christmas Day", "2016-01-19": "Epiphany", "2016-03-03": "Mother's Day", "2016-03-08": "International Women's Day", "2016-04-09": "National Unity Day", "2016-04-29": "Good Friday", "2016-04-30": "Holy Saturday", "2016-05-01": "Easter Sunday", "2016-05-02": "Easter Monday", "2016-05-09": "Day of Victory over Fascism", "2016-05-12": "Saint Andrew's Day", "2016-05-26": "Independence Day", "2016-08-28": "Dormition of the Mother of God", "2016-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2016-11-23": "Saint George's Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-07": "Christmas Day", "2017-01-19": "Epiphany", "2017-03-03": "Mother's Day", "2017-03-08": "International Women's Day", "2017-04-09": "National Unity Day", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-09": "Day of Victory over Fascism", "2017-05-12": "Saint Andrew's Day", "2017-05-26": "Independence Day", "2017-08-28": "Dormition of the Mother of God", "2017-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2017-11-23": "Saint George's Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-01-07": "Christmas Day", "2018-01-19": "Epiphany", "2018-03-03": "Mother's Day", "2018-03-08": "International Women's Day", "2018-04-06": "Good Friday", "2018-04-07": "Holy Saturday", "2018-04-08": "Easter Sunday", "2018-04-09": "Easter Monday; National Unity Day", "2018-05-09": "Day of Victory over Fascism", "2018-05-12": "Saint Andrew's Day", "2018-05-26": "Independence Day", "2018-08-28": "Dormition of the Mother of God", "2018-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2018-11-23": "Saint George's Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-01-07": "Christmas Day", "2019-01-19": "Epiphany", "2019-03-03": "Mother's Day", "2019-03-08": "International Women's Day", "2019-04-09": "National Unity Day", "2019-04-26": "Good Friday", "2019-04-27": "Holy Saturday", "2019-04-28": "Easter Sunday", "2019-04-29": "Easter Monday", "2019-05-09": "Day of Victory over Fascism", "2019-05-12": "Saint Andrew's Day", "2019-05-26": "Independence Day", "2019-08-28": "Dormition of the Mother of God", "2019-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2019-11-23": "Saint George's Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-07": "Christmas Day", "2020-01-19": "Epiphany", "2020-03-03": "Mother's Day", "2020-03-08": "International Women's Day", "2020-04-09": "National Unity Day", "2020-04-17": "Good Friday", "2020-04-18": "Holy Saturday", "2020-04-19": "Easter Sunday", "2020-04-20": "Easter Monday", "2020-05-09": "Day of Victory over Fascism", "2020-05-12": "Saint Andrew's Day", "2020-05-26": "Independence Day", "2020-08-28": "Dormition of the Mother of God", "2020-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2020-11-23": "Saint George's Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-07": "Christmas Day", "2021-01-19": "Epiphany", "2021-03-03": "Mother's Day", "2021-03-08": "International Women's Day", "2021-04-09": "National Unity Day", "2021-04-30": "Good Friday", "2021-05-01": "Holy Saturday", "2021-05-02": "Easter Sunday", "2021-05-03": "Easter Monday", "2021-05-09": "Day of Victory over Fascism", "2021-05-12": "Saint Andrew's Day", "2021-05-26": "Independence Day", "2021-08-28": "Dormition of the Mother of God", "2021-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2021-11-23": "Saint George's Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-07": "Christmas Day", "2022-01-19": "Epiphany", "2022-03-03": "Mother's Day", "2022-03-08": "International Women's Day", "2022-04-09": "National Unity Day", "2022-04-22": "Good Friday", "2022-04-23": "Holy Saturday", "2022-04-24": "Easter Sunday", "2022-04-25": "Easter Monday", "2022-05-09": "Day of Victory over Fascism", "2022-05-12": "Saint Andrew's Day", "2022-05-26": "Independence Day", "2022-08-28": "Dormition of the Mother of God", "2022-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2022-11-23": "Saint George's Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-07": "Christmas Day", "2023-01-19": "Epiphany", "2023-03-03": "Mother's Day", "2023-03-08": "International Women's Day", "2023-04-09": "National Unity Day", "2023-04-14": "Good Friday", "2023-04-15": "Holy Saturday", "2023-04-16": "Easter Sunday", "2023-04-17": "Easter Monday", "2023-05-09": "Day of Victory over Fascism", "2023-05-12": "Saint Andrew's Day", "2023-05-26": "Independence Day", "2023-08-28": "Dormition of the Mother of God", "2023-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2023-11-23": "Saint George's Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-07": "Christmas Day", "2024-01-19": "Epiphany", "2024-03-03": "Mother's Day", "2024-03-08": "International Women's Day", "2024-04-09": "National Unity Day", "2024-05-03": "Good Friday", "2024-05-04": "Holy Saturday", "2024-05-05": "Easter Sunday", "2024-05-06": "Easter Monday", "2024-05-09": "Day of Victory over Fascism", "2024-05-12": "Saint Andrew's Day", "2024-05-17": "Day of Family Sanctity and Respect for Parents", "2024-05-26": "Independence Day", "2024-08-28": "Dormition of the Mother of God", "2024-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2024-11-23": "Saint George's Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-07": "Christmas Day", "2025-01-19": "Epiphany", "2025-03-03": "Mother's Day", "2025-03-08": "International Women's Day", "2025-04-09": "National Unity Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-09": "Day of Victory over Fascism", "2025-05-12": "Saint Andrew's Day", "2025-05-26": "Independence Day", "2025-08-28": "Dormition of the Mother of God", "2025-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2025-11-23": "Saint George's Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-07": "Christmas Day", "2026-01-19": "Epiphany", "2026-03-03": "Mother's Day", "2026-03-08": "International Women's Day", "2026-04-09": "National Unity Day", "2026-04-10": "Good Friday", "2026-04-11": "Holy Saturday", "2026-04-12": "Easter Sunday", "2026-04-13": "Easter Monday", "2026-05-09": "Day of Victory over Fascism", "2026-05-12": "Saint Andrew's Day", "2026-05-26": "Independence Day", "2026-08-28": "Dormition of the Mother of God", "2026-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2026-11-23": "Saint George's Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-07": "Christmas Day", "2027-01-19": "Epiphany", "2027-03-03": "Mother's Day", "2027-03-08": "International Women's Day", "2027-04-09": "National Unity Day", "2027-04-30": "Good Friday", "2027-05-01": "Holy Saturday", "2027-05-02": "Easter Sunday", "2027-05-03": "Easter Monday", "2027-05-09": "Day of Victory over Fascism", "2027-05-12": "Saint Andrew's Day", "2027-05-26": "Independence Day", "2027-08-28": "Dormition of the Mother of God", "2027-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2027-11-23": "Saint George's Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-07": "Christmas Day", "2028-01-19": "Epiphany", "2028-03-03": "Mother's Day", "2028-03-08": "International Women's Day", "2028-04-09": "National Unity Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-09": "Day of Victory over Fascism", "2028-05-12": "Saint Andrew's Day", "2028-05-26": "Independence Day", "2028-08-28": "Dormition of the Mother of God", "2028-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2028-11-23": "Saint George's Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-07": "Christmas Day", "2029-01-19": "Epiphany", "2029-03-03": "Mother's Day", "2029-03-08": "International Women's Day", "2029-04-06": "Good Friday", "2029-04-07": "Holy Saturday", "2029-04-08": "Easter Sunday", "2029-04-09": "Easter Monday; National Unity Day", "2029-05-09": "Day of Victory over Fascism", "2029-05-12": "Saint Andrew's Day", "2029-05-26": "Independence Day", "2029-08-28": "Dormition of the Mother of God", "2029-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2029-11-23": "Saint George's Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-07": "Christmas Day", "2030-01-19": "Epiphany", "2030-03-03": "Mother's Day", "2030-03-08": "International Women's Day", "2030-04-09": "National Unity Day", "2030-04-26": "Good Friday", "2030-04-27": "Holy Saturday", "2030-04-28": "Easter Sunday", "2030-04-29": "Easter Monday", "2030-05-09": "Day of Victory over Fascism", "2030-05-12": "Saint Andrew's Day", "2030-05-26": "Independence Day", "2030-08-28": "Dormition of the Mother of God", "2030-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2030-11-23": "Saint George's Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-07": "Christmas Day", "2031-01-19": "Epiphany", "2031-03-03": "Mother's Day", "2031-03-08": "International Women's Day", "2031-04-09": "National Unity Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-09": "Day of Victory over Fascism", "2031-05-12": "Saint Andrew's Day", "2031-05-26": "Independence Day", "2031-08-28": "Dormition of the Mother of God", "2031-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2031-11-23": "Saint George's Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-07": "Christmas Day", "2032-01-19": "Epiphany", "2032-03-03": "Mother's Day", "2032-03-08": "International Women's Day", "2032-04-09": "National Unity Day", "2032-04-30": "Good Friday", "2032-05-01": "Holy Saturday", "2032-05-02": "Easter Sunday", "2032-05-03": "Easter Monday", "2032-05-09": "Day of Victory over Fascism", "2032-05-12": "Saint Andrew's Day", "2032-05-26": "Independence Day", "2032-08-28": "Dormition of the Mother of God", "2032-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2032-11-23": "Saint George's Day", "2033-01-01": "New Year's Day", "2033-01-02": "New Year's Day", "2033-01-07": "Christmas Day", "2033-01-19": "Epiphany", "2033-03-03": "Mother's Day", "2033-03-08": "International Women's Day", "2033-04-09": "National Unity Day", "2033-04-22": "Good Friday", "2033-04-23": "Holy Saturday", "2033-04-24": "Easter Sunday", "2033-04-25": "Easter Monday", "2033-05-09": "Day of Victory over Fascism", "2033-05-12": "Saint Andrew's Day", "2033-05-26": "Independence Day", "2033-08-28": "Dormition of the Mother of God", "2033-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2033-11-23": "Saint George's Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-07": "Christmas Day", "2034-01-19": "Epiphany", "2034-03-03": "Mother's Day", "2034-03-08": "International Women's Day", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-04-09": "Easter Sunday; National Unity Day", "2034-04-10": "Easter Monday", "2034-05-09": "Day of Victory over Fascism", "2034-05-12": "Saint Andrew's Day", "2034-05-26": "Independence Day", "2034-08-28": "Dormition of the Mother of God", "2034-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2034-11-23": "Saint George's Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-07": "Christmas Day", "2035-01-19": "Epiphany", "2035-03-03": "Mother's Day", "2035-03-08": "International Women's Day", "2035-04-09": "National Unity Day", "2035-04-27": "Good Friday", "2035-04-28": "Holy Saturday", "2035-04-29": "Easter Sunday", "2035-04-30": "Easter Monday", "2035-05-09": "Day of Victory over Fascism", "2035-05-12": "Saint Andrew's Day", "2035-05-26": "Independence Day", "2035-08-28": "Dormition of the Mother of God", "2035-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2035-11-23": "Saint George's Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-07": "Christmas Day", "2036-01-19": "Epiphany", "2036-03-03": "Mother's Day", "2036-03-08": "International Women's Day", "2036-04-09": "National Unity Day", "2036-04-18": "Good Friday", "2036-04-19": "Holy Saturday", "2036-04-20": "Easter Sunday", "2036-04-21": "Easter Monday", "2036-05-09": "Day of Victory over Fascism", "2036-05-12": "Saint Andrew's Day", "2036-05-26": "Independence Day", "2036-08-28": "Dormition of the Mother of God", "2036-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2036-11-23": "Saint George's Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-07": "Christmas Day", "2037-01-19": "Epiphany", "2037-03-03": "Mother's Day", "2037-03-08": "International Women's Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-09": "National Unity Day", "2037-05-09": "Day of Victory over Fascism", "2037-05-12": "Saint Andrew's Day", "2037-05-26": "Independence Day", "2037-08-28": "Dormition of the Mother of God", "2037-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2037-11-23": "Saint George's Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-07": "Christmas Day", "2038-01-19": "Epiphany", "2038-03-03": "Mother's Day", "2038-03-08": "International Women's Day", "2038-04-09": "National Unity Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-09": "Day of Victory over Fascism", "2038-05-12": "Saint Andrew's Day", "2038-05-26": "Independence Day", "2038-08-28": "Dormition of the Mother of God", "2038-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2038-11-23": "Saint George's Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-07": "Christmas Day", "2039-01-19": "Epiphany", "2039-03-03": "Mother's Day", "2039-03-08": "International Women's Day", "2039-04-09": "National Unity Day", "2039-04-15": "Good Friday", "2039-04-16": "Holy Saturday", "2039-04-17": "Easter Sunday", "2039-04-18": "Easter Monday", "2039-05-09": "Day of Victory over Fascism", "2039-05-12": "Saint Andrew's Day", "2039-05-26": "Independence Day", "2039-08-28": "Dormition of the Mother of God", "2039-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2039-11-23": "Saint George's Day", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-07": "Christmas Day", "2040-01-19": "Epiphany", "2040-03-03": "Mother's Day", "2040-03-08": "International Women's Day", "2040-04-09": "National Unity Day", "2040-05-04": "Good Friday", "2040-05-05": "Holy Saturday", "2040-05-06": "Easter Sunday", "2040-05-07": "Easter Monday", "2040-05-09": "Day of Victory over Fascism", "2040-05-12": "Saint Andrew's Day", "2040-05-26": "Independence Day", "2040-08-28": "Dormition of the Mother of God", "2040-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2040-11-23": "Saint George's Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-07": "Christmas Day", "2041-01-19": "Epiphany", "2041-03-03": "Mother's Day", "2041-03-08": "International Women's Day", "2041-04-09": "National Unity Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-09": "Day of Victory over Fascism", "2041-05-12": "Saint Andrew's Day", "2041-05-26": "Independence Day", "2041-08-28": "Dormition of the Mother of God", "2041-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2041-11-23": "Saint George's Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-07": "Christmas Day", "2042-01-19": "Epiphany", "2042-03-03": "Mother's Day", "2042-03-08": "International Women's Day", "2042-04-09": "National Unity Day", "2042-04-11": "Good Friday", "2042-04-12": "Holy Saturday", "2042-04-13": "Easter Sunday", "2042-04-14": "Easter Monday", "2042-05-09": "Day of Victory over Fascism", "2042-05-12": "Saint Andrew's Day", "2042-05-26": "Independence Day", "2042-08-28": "Dormition of the Mother of God", "2042-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2042-11-23": "Saint George's Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-07": "Christmas Day", "2043-01-19": "Epiphany", "2043-03-03": "Mother's Day", "2043-03-08": "International Women's Day", "2043-04-09": "National Unity Day", "2043-05-01": "Good Friday", "2043-05-02": "Holy Saturday", "2043-05-03": "Easter Sunday", "2043-05-04": "Easter Monday", "2043-05-09": "Day of Victory over Fascism", "2043-05-12": "Saint Andrew's Day", "2043-05-26": "Independence Day", "2043-08-28": "Dormition of the Mother of God", "2043-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2043-11-23": "Saint George's Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-07": "Christmas Day", "2044-01-19": "Epiphany", "2044-03-03": "Mother's Day", "2044-03-08": "International Women's Day", "2044-04-09": "National Unity Day", "2044-04-22": "Good Friday", "2044-04-23": "Holy Saturday", "2044-04-24": "Easter Sunday", "2044-04-25": "Easter Monday", "2044-05-09": "Day of Victory over Fascism", "2044-05-12": "Saint Andrew's Day", "2044-05-26": "Independence Day", "2044-08-28": "Dormition of the Mother of God", "2044-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2044-11-23": "Saint George's Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-07": "Christmas Day", "2045-01-19": "Epiphany", "2045-03-03": "Mother's Day", "2045-03-08": "International Women's Day", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-04-09": "Easter Sunday; National Unity Day", "2045-04-10": "Easter Monday", "2045-05-09": "Day of Victory over Fascism", "2045-05-12": "Saint Andrew's Day", "2045-05-26": "Independence Day", "2045-08-28": "Dormition of the Mother of God", "2045-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2045-11-23": "Saint George's Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-07": "Christmas Day", "2046-01-19": "Epiphany", "2046-03-03": "Mother's Day", "2046-03-08": "International Women's Day", "2046-04-09": "National Unity Day", "2046-04-27": "Good Friday", "2046-04-28": "Holy Saturday", "2046-04-29": "Easter Sunday", "2046-04-30": "Easter Monday", "2046-05-09": "Day of Victory over Fascism", "2046-05-12": "Saint Andrew's Day", "2046-05-26": "Independence Day", "2046-08-28": "Dormition of the Mother of God", "2046-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2046-11-23": "Saint George's Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-07": "Christmas Day", "2047-01-19": "Epiphany", "2047-03-03": "Mother's Day", "2047-03-08": "International Women's Day", "2047-04-09": "National Unity Day", "2047-04-19": "Good Friday", "2047-04-20": "Holy Saturday", "2047-04-21": "Easter Sunday", "2047-04-22": "Easter Monday", "2047-05-09": "Day of Victory over Fascism", "2047-05-12": "Saint Andrew's Day", "2047-05-26": "Independence Day", "2047-08-28": "Dormition of the Mother of God", "2047-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2047-11-23": "Saint George's Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-07": "Christmas Day", "2048-01-19": "Epiphany", "2048-03-03": "Mother's Day", "2048-03-08": "International Women's Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-09": "National Unity Day", "2048-05-09": "Day of Victory over Fascism", "2048-05-12": "Saint Andrew's Day", "2048-05-26": "Independence Day", "2048-08-28": "Dormition of the Mother of God", "2048-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2048-11-23": "Saint George's Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-07": "Christmas Day", "2049-01-19": "Epiphany", "2049-03-03": "Mother's Day", "2049-03-08": "International Women's Day", "2049-04-09": "National Unity Day", "2049-04-23": "Good Friday", "2049-04-24": "Holy Saturday", "2049-04-25": "Easter Sunday", "2049-04-26": "Easter Monday", "2049-05-09": "Day of Victory over Fascism", "2049-05-12": "Saint Andrew's Day", "2049-05-26": "Independence Day", "2049-08-28": "Dormition of the Mother of God", "2049-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2049-11-23": "Saint George's Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-07": "Christmas Day", "2050-01-19": "Epiphany", "2050-03-03": "Mother's Day", "2050-03-08": "International Women's Day", "2050-04-09": "National Unity Day", "2050-04-15": "Good Friday", "2050-04-16": "Holy Saturday", "2050-04-17": "Easter Sunday", "2050-04-18": "Easter Monday", "2050-05-09": "Day of Victory over Fascism", "2050-05-12": "Saint Andrew's Day", "2050-05-26": "Independence Day", "2050-08-28": "Dormition of the Mother of God", "2050-10-14": "Holiday of Svetitskhovloba, Robe of Jesus", "2050-11-23": "Saint George's Day" } holidays-0.71/snapshots/countries/GG_COMMON.json000066400000000000000000001070331500152103600215470ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-09": "Liberation Day", "1950-05-29": "Whit Monday", "1950-08-07": "Summer Bank Holiday", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-09": "Liberation Day", "1951-05-14": "Whit Monday", "1951-08-06": "Summer Bank Holiday", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-09": "Liberation Day", "1952-06-02": "Whit Monday", "1952-08-04": "Summer Bank Holiday", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-09": "Liberation Day", "1953-05-25": "Whit Monday", "1953-06-02": "The Coronation of Queen Elizabeth II", "1953-08-03": "Summer Bank Holiday", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-09": "Liberation Day", "1954-06-07": "Whit Monday", "1954-08-02": "Summer Bank Holiday", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-09": "Liberation Day", "1955-05-30": "Whit Monday", "1955-08-01": "Summer Bank Holiday", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (substitute day)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (substitute day)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-09": "Liberation Day", "1956-05-21": "Whit Monday", "1956-08-06": "Summer Bank Holiday", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-09": "Liberation Day", "1957-06-10": "Whit Monday", "1957-07-26": "The visit of Her Majesty Queen Elizabeth II", "1957-08-05": "Summer Bank Holiday", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-09": "Liberation Day", "1958-05-26": "Whit Monday", "1958-08-04": "Summer Bank Holiday", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-09": "Liberation Day", "1959-05-18": "Whit Monday", "1959-08-03": "Summer Bank Holiday", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-09": "Liberation Day", "1960-06-06": "Whit Monday", "1960-08-01": "Summer Bank Holiday", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (substitute day)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (substitute day)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-09": "Liberation Day", "1961-05-22": "Whit Monday", "1961-08-07": "Summer Bank Holiday", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-09": "Liberation Day", "1962-06-11": "Whit Monday", "1962-08-06": "Summer Bank Holiday", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-09": "Liberation Day", "1963-06-03": "Whit Monday", "1963-08-05": "Summer Bank Holiday", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-09": "Liberation Day", "1964-05-18": "Whit Monday", "1964-08-03": "Summer Bank Holiday", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-09": "Liberation Day", "1965-06-07": "Whit Monday", "1965-08-30": "Summer Bank Holiday", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Boxing Day (substitute day)", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-09": "Liberation Day", "1966-05-30": "Whit Monday", "1966-08-29": "Summer Bank Holiday", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (substitute day)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (substitute day)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-09": "Liberation Day", "1967-05-29": "Spring Bank Holiday", "1967-08-28": "Summer Bank Holiday", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-09": "Liberation Day", "1968-06-03": "Whit Monday", "1968-09-02": "Summer Bank Holiday", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-09": "Liberation Day", "1969-05-26": "Whit Monday", "1969-09-01": "Summer Bank Holiday", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-09": "Liberation Day", "1970-05-25": "Spring Bank Holiday", "1970-08-31": "Summer Bank Holiday", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-09": "Liberation Day", "1971-05-31": "Whit Monday", "1971-08-30": "Summer Bank Holiday", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Boxing Day (substitute day)", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-09": "Liberation Day", "1972-05-22": "Whit Monday", "1972-08-28": "Summer Bank Holiday", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-09": "Liberation Day", "1973-05-28": "Spring Bank Holiday", "1973-08-27": "Summer Bank Holiday", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-09": "Liberation Day", "1974-05-27": "Spring Bank Holiday", "1974-08-26": "Summer Bank Holiday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-09": "Liberation Day", "1975-05-26": "Spring Bank Holiday", "1975-08-25": "Summer Bank Holiday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-09": "Liberation Day", "1976-05-31": "Spring Bank Holiday", "1976-08-30": "Summer Bank Holiday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Boxing Day (substitute day)", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-09": "Liberation Day", "1977-06-07": "Silver Jubilee of Elizabeth II", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (substitute day)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (substitute day)", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-09": "Liberation Day", "1978-06-28": "The visit of Her Majesty Queen Elizabeth II", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-09": "Liberation Day", "1979-05-28": "Spring Bank Holiday", "1979-08-27": "Summer Bank Holiday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-05": "May Day Bank Holiday", "1980-05-09": "Liberation Day", "1980-05-26": "Spring Bank Holiday", "1980-08-25": "Summer Bank Holiday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-04": "May Day Bank Holiday", "1981-05-09": "Liberation Day", "1981-05-25": "Spring Bank Holiday", "1981-07-29": "Wedding of Charles and Diana", "1981-08-31": "Summer Bank Holiday", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (substitute day)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-03": "May Day Bank Holiday", "1982-05-09": "Liberation Day", "1982-05-31": "Spring Bank Holiday", "1982-08-30": "Summer Bank Holiday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Boxing Day (substitute day)", "1982-12-28": "Christmas Day (substitute day)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (substitute day)", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-02": "May Day Bank Holiday", "1983-05-09": "Liberation Day", "1983-05-30": "Spring Bank Holiday", "1983-08-29": "Summer Bank Holiday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (substitute day)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (substitute day)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-07": "May Day Bank Holiday", "1984-05-09": "Liberation Day", "1984-05-28": "Spring Bank Holiday", "1984-08-27": "Summer Bank Holiday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-06": "May Day Bank Holiday", "1985-05-09": "Liberation Day", "1985-05-27": "Spring Bank Holiday", "1985-08-26": "Summer Bank Holiday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-05": "May Day Bank Holiday", "1986-05-09": "Liberation Day", "1986-05-26": "Spring Bank Holiday", "1986-08-25": "Summer Bank Holiday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-04": "May Day Bank Holiday", "1987-05-09": "Liberation Day", "1987-05-25": "Spring Bank Holiday", "1987-08-31": "Summer Bank Holiday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (substitute day)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-02": "May Day Bank Holiday", "1988-05-09": "Liberation Day", "1988-05-30": "Spring Bank Holiday", "1988-08-29": "Summer Bank Holiday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (substitute day)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (substitute day)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "May Day Bank Holiday", "1989-05-09": "Liberation Day", "1989-05-23": "The visit of Her Majesty Queen Elizabeth II", "1989-05-29": "Spring Bank Holiday", "1989-08-28": "Summer Bank Holiday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-07": "May Day Bank Holiday", "1990-05-09": "Liberation Day", "1990-05-28": "Spring Bank Holiday", "1990-08-27": "Summer Bank Holiday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-06": "May Day Bank Holiday", "1991-05-09": "Liberation Day", "1991-05-27": "Spring Bank Holiday", "1991-08-26": "Summer Bank Holiday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-04": "May Day Bank Holiday", "1992-05-09": "Liberation Day", "1992-05-25": "Spring Bank Holiday", "1992-08-31": "Summer Bank Holiday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-03": "May Day Bank Holiday", "1993-05-09": "Liberation Day", "1993-05-31": "Spring Bank Holiday", "1993-08-30": "Summer Bank Holiday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (substitute day)", "1993-12-28": "Christmas Day (substitute day)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (substitute day)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-02": "May Day Bank Holiday", "1994-05-09": "Liberation Day", "1994-05-30": "Spring Bank Holiday", "1994-08-29": "Summer Bank Holiday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (substitute day)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (substitute day)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-08": "May Day Bank Holiday", "1995-05-09": "Liberation Day", "1995-05-29": "Spring Bank Holiday", "1995-08-28": "Summer Bank Holiday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-06": "May Day Bank Holiday", "1996-05-09": "Liberation Day", "1996-05-27": "Spring Bank Holiday", "1996-08-26": "Summer Bank Holiday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-05": "May Day Bank Holiday", "1997-05-09": "Liberation Day", "1997-05-26": "Spring Bank Holiday", "1997-08-25": "Summer Bank Holiday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-04": "May Day Bank Holiday", "1998-05-09": "Liberation Day", "1998-05-25": "Spring Bank Holiday", "1998-08-31": "Summer Bank Holiday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-03": "May Day Bank Holiday", "1999-05-09": "Liberation Day", "1999-05-31": "Spring Bank Holiday", "1999-08-30": "Summer Bank Holiday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (substitute day)", "1999-12-28": "Millennium Celebrations", "1999-12-31": "Millennium Celebrations", "2000-01-01": "New Year's Day", "2000-01-03": "Millennium Celebrations", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "May Day Bank Holiday", "2000-05-09": "Liberation Day", "2000-05-29": "Spring Bank Holiday", "2000-08-28": "Summer Bank Holiday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-07": "May Day Bank Holiday", "2001-05-09": "Liberation Day", "2001-05-28": "Spring Bank Holiday", "2001-07-12": "The visit of Her Majesty Queen Elizabeth II", "2001-08-27": "Summer Bank Holiday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-06": "May Day Bank Holiday", "2002-05-09": "Liberation Day", "2002-06-03": "Golden Jubilee of Elizabeth II", "2002-06-04": "Spring Bank Holiday", "2002-08-26": "Summer Bank Holiday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-05": "May Day Bank Holiday", "2003-05-09": "Liberation Day", "2003-05-26": "Spring Bank Holiday", "2003-08-25": "Summer Bank Holiday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-03": "May Day Bank Holiday", "2004-05-09": "Liberation Day", "2004-05-31": "Spring Bank Holiday", "2004-08-30": "Summer Bank Holiday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (substitute day)", "2004-12-28": "Christmas Day (substitute day)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (substitute day)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-02": "May Day Bank Holiday", "2005-05-09": "Liberation Day", "2005-05-30": "Spring Bank Holiday", "2005-08-29": "Summer Bank Holiday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (substitute day)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (substitute day)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "May Day Bank Holiday", "2006-05-09": "Liberation Day", "2006-05-29": "Spring Bank Holiday", "2006-08-28": "Summer Bank Holiday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-07": "May Day Bank Holiday", "2007-05-09": "Liberation Day", "2007-05-28": "Spring Bank Holiday", "2007-08-27": "Summer Bank Holiday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-05": "May Day Bank Holiday", "2008-05-09": "Liberation Day", "2008-05-26": "Spring Bank Holiday", "2008-08-25": "Summer Bank Holiday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-04": "May Day Bank Holiday", "2009-05-09": "Liberation Day", "2009-05-25": "Spring Bank Holiday", "2009-08-31": "Summer Bank Holiday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (substitute day)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-03": "May Day Bank Holiday", "2010-05-10": "Liberation Day", "2010-05-31": "Spring Bank Holiday", "2010-08-30": "Summer Bank Holiday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (substitute day)", "2010-12-28": "Boxing Day (substitute day)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (substitute day)", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-04-29": "Wedding of William and Catherine", "2011-05-02": "May Day Bank Holiday", "2011-05-09": "Liberation Day", "2011-05-30": "Spring Bank Holiday", "2011-08-29": "Summer Bank Holiday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (substitute day)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (substitute day)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-07": "May Day Bank Holiday", "2012-05-09": "Liberation Day", "2012-06-04": "Spring Bank Holiday", "2012-06-05": "Diamond Jubilee of Elizabeth II", "2012-08-27": "Summer Bank Holiday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-06": "May Day Bank Holiday", "2013-05-09": "Liberation Day", "2013-05-27": "Spring Bank Holiday", "2013-08-26": "Summer Bank Holiday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-05": "May Day Bank Holiday", "2014-05-09": "Liberation Day", "2014-05-26": "Spring Bank Holiday", "2014-08-25": "Summer Bank Holiday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-04": "May Day Bank Holiday", "2015-05-09": "Liberation Day", "2015-05-25": "Spring Bank Holiday", "2015-08-31": "Summer Bank Holiday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (substitute day)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-02": "May Day Bank Holiday", "2016-05-09": "Liberation Day", "2016-05-30": "Spring Bank Holiday", "2016-08-29": "Summer Bank Holiday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (substitute day)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (substitute day)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "May Day Bank Holiday", "2017-05-09": "Liberation Day", "2017-05-29": "Spring Bank Holiday", "2017-08-28": "Summer Bank Holiday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-07": "May Day Bank Holiday", "2018-05-09": "Liberation Day", "2018-05-28": "Spring Bank Holiday", "2018-08-27": "Summer Bank Holiday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-06": "May Day Bank Holiday", "2019-05-09": "Liberation Day", "2019-05-27": "Spring Bank Holiday", "2019-08-26": "Summer Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-08": "May Day Bank Holiday", "2020-05-09": "Liberation Day", "2020-05-25": "Spring Bank Holiday", "2020-08-31": "Summer Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (substitute day)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-03": "May Day Bank Holiday", "2021-05-09": "Liberation Day", "2021-05-31": "Spring Bank Holiday", "2021-08-30": "Summer Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (substitute day)", "2021-12-28": "Boxing Day (substitute day)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (substitute day)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-02": "May Day Bank Holiday", "2022-05-09": "Liberation Day", "2022-06-02": "Spring Bank Holiday", "2022-06-03": "Queen's Platinum Jubilee Bank Holiday", "2022-08-29": "Summer Bank Holiday", "2022-09-19": "State Funeral of Queen Elizabeth II", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (substitute day)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (substitute day)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "May Day Bank Holiday", "2023-05-08": "Extra Public Holiday for the Coronation of King Charles III", "2023-05-09": "Liberation Day", "2023-05-29": "Spring Bank Holiday", "2023-08-28": "Summer Bank Holiday", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-06": "May Day Bank Holiday", "2024-05-09": "Liberation Day", "2024-05-27": "Spring Bank Holiday", "2024-07-16": "The visit of His Majesty King Charles III and Queen Camilla", "2024-08-26": "Summer Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-05": "May Day Bank Holiday", "2025-05-09": "Liberation Day", "2025-05-26": "Spring Bank Holiday", "2025-08-25": "Summer Bank Holiday", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-04": "May Day Bank Holiday", "2026-05-09": "Liberation Day", "2026-05-25": "Spring Bank Holiday", "2026-08-31": "Summer Bank Holiday", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (substitute day)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-03": "May Day Bank Holiday", "2027-05-09": "Liberation Day", "2027-05-31": "Spring Bank Holiday", "2027-08-30": "Summer Bank Holiday", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (substitute day)", "2027-12-28": "Boxing Day (substitute day)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (substitute day)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "May Day Bank Holiday", "2028-05-09": "Liberation Day", "2028-05-29": "Spring Bank Holiday", "2028-08-28": "Summer Bank Holiday", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-07": "May Day Bank Holiday", "2029-05-09": "Liberation Day", "2029-05-28": "Spring Bank Holiday", "2029-08-27": "Summer Bank Holiday", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-06": "May Day Bank Holiday", "2030-05-09": "Liberation Day", "2030-05-27": "Spring Bank Holiday", "2030-08-26": "Summer Bank Holiday", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-05": "May Day Bank Holiday", "2031-05-09": "Liberation Day", "2031-05-26": "Spring Bank Holiday", "2031-08-25": "Summer Bank Holiday", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-03": "May Day Bank Holiday", "2032-05-09": "Liberation Day", "2032-05-31": "Spring Bank Holiday", "2032-08-30": "Summer Bank Holiday", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (substitute day)", "2032-12-28": "Boxing Day (substitute day)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (substitute day)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-02": "May Day Bank Holiday", "2033-05-09": "Liberation Day", "2033-05-30": "Spring Bank Holiday", "2033-08-29": "Summer Bank Holiday", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (substitute day)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (substitute day)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "May Day Bank Holiday", "2034-05-09": "Liberation Day", "2034-05-29": "Spring Bank Holiday", "2034-08-28": "Summer Bank Holiday", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-07": "May Day Bank Holiday", "2035-05-09": "Liberation Day", "2035-05-28": "Spring Bank Holiday", "2035-08-27": "Summer Bank Holiday", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-05": "May Day Bank Holiday", "2036-05-09": "Liberation Day", "2036-05-26": "Spring Bank Holiday", "2036-08-25": "Summer Bank Holiday", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-04": "May Day Bank Holiday", "2037-05-09": "Liberation Day", "2037-05-25": "Spring Bank Holiday", "2037-08-31": "Summer Bank Holiday", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (substitute day)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-03": "May Day Bank Holiday", "2038-05-09": "Liberation Day", "2038-05-31": "Spring Bank Holiday", "2038-08-30": "Summer Bank Holiday", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (substitute day)", "2038-12-28": "Boxing Day (substitute day)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (substitute day)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-02": "May Day Bank Holiday", "2039-05-09": "Liberation Day", "2039-05-30": "Spring Bank Holiday", "2039-08-29": "Summer Bank Holiday", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (substitute day)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (substitute day)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-07": "May Day Bank Holiday", "2040-05-09": "Liberation Day", "2040-05-28": "Spring Bank Holiday", "2040-08-27": "Summer Bank Holiday", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-06": "May Day Bank Holiday", "2041-05-09": "Liberation Day", "2041-05-27": "Spring Bank Holiday", "2041-08-26": "Summer Bank Holiday", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-05": "May Day Bank Holiday", "2042-05-09": "Liberation Day", "2042-05-26": "Spring Bank Holiday", "2042-08-25": "Summer Bank Holiday", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-04": "May Day Bank Holiday", "2043-05-09": "Liberation Day", "2043-05-25": "Spring Bank Holiday", "2043-08-31": "Summer Bank Holiday", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (substitute day)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-02": "May Day Bank Holiday", "2044-05-09": "Liberation Day", "2044-05-30": "Spring Bank Holiday", "2044-08-29": "Summer Bank Holiday", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (substitute day)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (substitute day)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "May Day Bank Holiday", "2045-05-09": "Liberation Day", "2045-05-29": "Spring Bank Holiday", "2045-08-28": "Summer Bank Holiday", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-07": "May Day Bank Holiday", "2046-05-09": "Liberation Day", "2046-05-28": "Spring Bank Holiday", "2046-08-27": "Summer Bank Holiday", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-06": "May Day Bank Holiday", "2047-05-09": "Liberation Day", "2047-05-27": "Spring Bank Holiday", "2047-08-26": "Summer Bank Holiday", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-04": "May Day Bank Holiday", "2048-05-09": "Liberation Day", "2048-05-25": "Spring Bank Holiday", "2048-08-31": "Summer Bank Holiday", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (substitute day)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-03": "May Day Bank Holiday", "2049-05-09": "Liberation Day", "2049-05-31": "Spring Bank Holiday", "2049-08-30": "Summer Bank Holiday", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (substitute day)", "2049-12-28": "Boxing Day (substitute day)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (substitute day)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-02": "May Day Bank Holiday", "2050-05-09": "Liberation Day", "2050-05-30": "Spring Bank Holiday", "2050-08-29": "Summer Bank Holiday", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (substitute day)" } holidays-0.71/snapshots/countries/GH_COMMON.json000066400000000000000000001374301500152103600215540ustar00rootroot00000000000000{ "1957-01-01": "New Year's Day", "1957-03-06": "Independence Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Eid ul-Fitr (estimated); May Day", "1957-07-08": "Eid ul-Adha (estimated)", "1957-12-06": "Farmer's Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-03-06": "Independence Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-20": "Eid ul-Fitr (estimated)", "1958-04-21": "Eid ul-Fitr (observed, estimated)", "1958-05-01": "May Day", "1958-06-27": "Eid ul-Adha (estimated)", "1958-12-05": "Farmer's Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-06": "Independence Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-10": "Eid ul-Fitr (estimated)", "1959-05-01": "May Day", "1959-06-17": "Eid ul-Adha (estimated)", "1959-12-04": "Farmer's Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-03-06": "Independence Day", "1960-03-07": "Independence Day (observed)", "1960-03-28": "Eid ul-Fitr (estimated)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "May Day", "1960-05-02": "May Day (observed)", "1960-06-04": "Eid ul-Adha (estimated)", "1960-06-06": "Eid ul-Adha (observed, estimated)", "1960-12-02": "Farmer's Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-06": "Independence Day", "1961-03-18": "Eid ul-Fitr (estimated)", "1961-03-20": "Eid ul-Fitr (observed, estimated)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "May Day", "1961-05-25": "Eid ul-Adha (estimated)", "1961-12-01": "Farmer's Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-03-06": "Independence Day", "1962-03-07": "Eid ul-Fitr (estimated)", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "May Day", "1962-05-14": "Eid ul-Adha (estimated)", "1962-12-07": "Farmer's Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-02-24": "Eid ul-Fitr (estimated)", "1963-02-25": "Eid ul-Fitr (observed, estimated)", "1963-03-06": "Independence Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "May Day", "1963-05-03": "Eid ul-Adha (estimated)", "1963-12-06": "Farmer's Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid ul-Fitr (estimated)", "1964-03-06": "Independence Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-22": "Eid ul-Adha (estimated)", "1964-05-01": "May Day", "1964-12-04": "Farmer's Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-02-02": "Eid ul-Fitr (estimated)", "1965-03-06": "Independence Day", "1965-03-08": "Independence Day (observed)", "1965-04-11": "Eid ul-Adha (estimated)", "1965-04-12": "Eid ul-Adha (observed, estimated)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "May Day", "1965-05-03": "May Day (observed)", "1965-12-03": "Farmer's Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-22": "Eid ul-Fitr (estimated)", "1966-01-24": "Eid ul-Fitr (observed, estimated)", "1966-03-06": "Independence Day", "1966-03-07": "Independence Day (observed)", "1966-04-01": "Eid ul-Adha (estimated)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "May Day", "1966-05-02": "May Day (observed)", "1966-12-02": "Farmer's Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid ul-Fitr (estimated)", "1967-03-06": "Independence Day", "1967-03-21": "Eid ul-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "May Day", "1967-12-01": "Farmer's Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "Eid ul-Fitr (estimated); New Year's Day", "1968-03-06": "Independence Day", "1968-03-09": "Eid ul-Adha (estimated)", "1968-03-11": "Eid ul-Adha (observed, estimated)", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "May Day", "1968-12-06": "Farmer's Day", "1968-12-21": "Eid ul-Fitr (estimated)", "1968-12-23": "Eid ul-Fitr (observed, estimated)", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-02-27": "Eid ul-Adha (estimated)", "1969-03-06": "Independence Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "May Day", "1969-12-05": "Farmer's Day", "1969-12-10": "Eid ul-Fitr (estimated)", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-02-16": "Eid ul-Adha (estimated)", "1970-03-06": "Independence Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "May Day", "1970-11-30": "Eid ul-Fitr (estimated)", "1970-12-04": "Farmer's Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-02-06": "Eid ul-Adha (estimated)", "1971-02-08": "Eid ul-Adha (observed, estimated)", "1971-03-06": "Independence Day", "1971-03-08": "Independence Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "May Day", "1971-05-03": "May Day (observed)", "1971-11-19": "Eid ul-Fitr (estimated)", "1971-12-03": "Farmer's Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-26": "Eid ul-Adha (estimated)", "1972-03-06": "Independence Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "May Day", "1972-11-07": "Eid ul-Fitr (estimated)", "1972-12-01": "Farmer's Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid ul-Adha (estimated)", "1973-01-15": "Eid ul-Adha (observed, estimated)", "1973-03-06": "Independence Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "May Day", "1973-10-27": "Eid ul-Fitr (estimated)", "1973-10-29": "Eid ul-Fitr (observed, estimated)", "1973-12-07": "Farmer's Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid ul-Adha (estimated)", "1974-03-06": "Independence Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "May Day", "1974-10-16": "Eid ul-Fitr (estimated)", "1974-12-06": "Farmer's Day", "1974-12-24": "Eid ul-Adha (estimated)", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-06": "Independence Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "May Day", "1975-10-06": "Eid ul-Fitr (estimated)", "1975-12-05": "Farmer's Day", "1975-12-13": "Eid ul-Adha (estimated)", "1975-12-15": "Eid ul-Adha (observed, estimated)", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-03-06": "Independence Day", "1976-03-08": "Independence Day (observed)", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "May Day", "1976-05-03": "May Day (observed)", "1976-09-24": "Eid ul-Fitr (estimated)", "1976-12-01": "Eid ul-Adha (estimated)", "1976-12-03": "Farmer's Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-03-06": "Independence Day", "1977-03-07": "Independence Day (observed)", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "May Day", "1977-05-02": "May Day (observed)", "1977-09-14": "Eid ul-Fitr (estimated)", "1977-11-21": "Eid ul-Adha (estimated)", "1977-12-02": "Farmer's Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-06": "Independence Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "May Day", "1978-09-03": "Eid ul-Fitr (estimated)", "1978-09-04": "Eid ul-Fitr (observed, estimated)", "1978-11-10": "Eid ul-Adha (estimated)", "1978-12-01": "Farmer's Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-03-06": "Independence Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "May Day", "1979-08-23": "Eid ul-Fitr (estimated)", "1979-10-31": "Eid ul-Adha (estimated)", "1979-12-07": "Farmer's Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-03-06": "Independence Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "May Day", "1980-08-12": "Eid ul-Fitr (estimated)", "1980-10-19": "Eid ul-Adha (estimated)", "1980-10-20": "Eid ul-Adha (observed, estimated)", "1980-12-05": "Farmer's Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-03-06": "Independence Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "May Day", "1981-08-01": "Eid ul-Fitr (estimated)", "1981-08-03": "Eid ul-Fitr (observed, estimated)", "1981-10-08": "Eid ul-Adha (estimated)", "1981-12-04": "Farmer's Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-03-06": "Independence Day", "1982-03-08": "Independence Day (observed)", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "May Day", "1982-05-03": "May Day (observed)", "1982-07-21": "Eid ul-Fitr (estimated)", "1982-09-27": "Eid ul-Adha (estimated)", "1982-12-03": "Farmer's Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-03-06": "Independence Day", "1983-03-07": "Independence Day (observed)", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "May Day", "1983-05-02": "May Day (observed)", "1983-07-11": "Eid ul-Fitr (estimated)", "1983-09-17": "Eid ul-Adha (estimated)", "1983-09-19": "Eid ul-Adha (observed, estimated)", "1983-12-02": "Farmer's Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-06": "Independence Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "May Day", "1984-06-30": "Eid ul-Fitr (estimated)", "1984-07-02": "Eid ul-Fitr (observed, estimated)", "1984-09-05": "Eid ul-Adha (estimated)", "1984-12-07": "Farmer's Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-03-06": "Independence Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "May Day", "1985-06-19": "Eid ul-Fitr (estimated)", "1985-08-26": "Eid ul-Adha (estimated)", "1985-12-06": "Farmer's Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-06": "Independence Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "May Day", "1986-06-08": "Eid ul-Fitr (estimated)", "1986-06-09": "Eid ul-Fitr (observed, estimated)", "1986-08-15": "Eid ul-Adha (estimated)", "1986-12-05": "Farmer's Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-03-06": "Independence Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "May Day", "1987-05-28": "Eid ul-Fitr (estimated)", "1987-08-04": "Eid ul-Adha (estimated)", "1987-12-04": "Farmer's Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-03-06": "Independence Day", "1988-03-07": "Independence Day (observed)", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "May Day", "1988-05-02": "May Day (observed)", "1988-05-16": "Eid ul-Fitr (estimated)", "1988-07-23": "Eid ul-Adha (estimated)", "1988-07-25": "Eid ul-Adha (observed, estimated)", "1988-12-02": "Farmer's Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-06": "Independence Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "May Day", "1989-05-06": "Eid ul-Fitr (estimated)", "1989-05-08": "Eid ul-Fitr (observed, estimated)", "1989-07-13": "Eid ul-Adha (estimated)", "1989-12-01": "Farmer's Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-03-06": "Independence Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-26": "Eid ul-Fitr (estimated)", "1990-05-01": "May Day", "1990-07-02": "Eid ul-Adha (estimated)", "1990-12-07": "Farmer's Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-06": "Independence Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-15": "Eid ul-Fitr (estimated)", "1991-05-01": "May Day", "1991-06-22": "Eid ul-Adha (estimated)", "1991-06-24": "Eid ul-Adha (observed, estimated)", "1991-12-06": "Farmer's Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-06": "Independence Day", "1992-04-04": "Eid ul-Fitr (estimated)", "1992-04-06": "Eid ul-Fitr (observed, estimated)", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "May Day", "1992-06-11": "Eid ul-Adha (estimated)", "1992-12-04": "Farmer's Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-03-06": "Independence Day", "1993-03-08": "Independence Day (observed)", "1993-03-24": "Eid ul-Fitr (estimated)", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "May Day", "1993-05-03": "May Day (observed)", "1993-05-31": "Eid ul-Adha (estimated)", "1993-12-03": "Farmer's Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-03-06": "Independence Day", "1994-03-07": "Independence Day (observed)", "1994-03-13": "Eid ul-Fitr (estimated)", "1994-03-14": "Eid ul-Fitr (observed, estimated)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "May Day", "1994-05-02": "May Day (observed)", "1994-05-20": "Eid ul-Adha (estimated)", "1994-12-02": "Farmer's Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-02": "Eid ul-Fitr (estimated)", "1995-03-06": "Independence Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "May Day", "1995-05-09": "Eid ul-Adha (estimated)", "1995-12-01": "Farmer's Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid ul-Fitr (estimated)", "1996-03-06": "Independence Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-27": "Eid ul-Adha (estimated)", "1996-04-29": "Eid ul-Adha (observed, estimated)", "1996-05-01": "May Day", "1996-12-06": "Farmer's Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid ul-Fitr (estimated)", "1997-02-10": "Eid ul-Fitr (observed, estimated)", "1997-03-06": "Independence Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-17": "Eid ul-Adha (estimated)", "1997-05-01": "May Day", "1997-12-05": "Farmer's Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid ul-Fitr (estimated)", "1998-03-06": "Independence Day", "1998-04-07": "Eid ul-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "May Day", "1998-12-04": "Farmer's Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-18": "Eid ul-Fitr (estimated)", "1999-03-06": "Independence Day", "1999-03-08": "Independence Day (observed)", "1999-03-27": "Eid ul-Adha (estimated)", "1999-03-29": "Eid ul-Adha (observed, estimated)", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "May Day", "1999-05-03": "May Day (observed)", "1999-12-03": "Farmer's Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-08": "Eid ul-Fitr (estimated)", "2000-01-10": "Eid ul-Fitr (observed, estimated)", "2000-03-06": "Independence Day", "2000-03-16": "Eid ul-Adha (estimated)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "May Day", "2000-12-01": "Farmer's Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2000-12-27": "Eid ul-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid ul-Adha (estimated)", "2001-03-06": "Independence Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "May Day", "2001-12-07": "Farmer's Day", "2001-12-16": "Eid ul-Fitr (estimated)", "2001-12-17": "Eid ul-Fitr (observed, estimated)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid ul-Adha (estimated)", "2002-03-06": "Independence Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "May Day", "2002-12-05": "Eid ul-Fitr (estimated)", "2002-12-06": "Farmer's Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid ul-Adha (estimated)", "2003-03-06": "Independence Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "May Day", "2003-11-25": "Eid ul-Fitr (estimated)", "2003-12-05": "Farmer's Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid ul-Adha (estimated)", "2004-02-02": "Eid ul-Adha (observed, estimated)", "2004-03-06": "Independence Day", "2004-03-08": "Independence Day (observed)", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "May Day", "2004-05-03": "May Day (observed)", "2004-11-14": "Eid ul-Fitr (estimated)", "2004-11-15": "Eid ul-Fitr (observed, estimated)", "2004-12-03": "Farmer's Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-21": "Eid ul-Adha (estimated)", "2005-03-06": "Independence Day", "2005-03-07": "Independence Day (observed)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "May Day", "2005-05-02": "May Day (observed)", "2005-11-03": "Eid ul-Fitr (estimated)", "2005-12-02": "Farmer's Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid ul-Adha (estimated)", "2006-03-06": "Independence Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "May Day", "2006-10-23": "Eid ul-Fitr (estimated)", "2006-12-01": "Farmer's Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2006-12-31": "Eid ul-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-03-06": "Independence Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "May Day", "2007-10-13": "Eid ul-Fitr (estimated)", "2007-10-15": "Eid ul-Fitr (observed, estimated)", "2007-12-07": "Farmer's Day", "2007-12-20": "Eid ul-Adha (estimated)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-06": "Independence Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "May Day", "2008-10-01": "Eid ul-Fitr (estimated)", "2008-12-05": "Farmer's Day", "2008-12-08": "Eid ul-Adha (estimated)", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-06": "Independence Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "May Day", "2009-09-20": "Eid ul-Fitr (estimated)", "2009-09-21": "Eid ul-Fitr (observed, estimated); Founder's Day", "2009-11-27": "Eid ul-Adha (estimated)", "2009-12-04": "Farmer's Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-03-06": "Independence Day", "2010-03-08": "Independence Day (observed)", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "May Day", "2010-05-03": "May Day (observed)", "2010-09-10": "Eid ul-Fitr (estimated)", "2010-09-21": "Founder's Day", "2010-11-16": "Eid ul-Adha (estimated)", "2010-12-03": "Farmer's Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-03-06": "Independence Day", "2011-03-07": "Independence Day (observed)", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "May Day", "2011-05-02": "May Day (observed)", "2011-08-30": "Eid ul-Fitr (estimated)", "2011-09-21": "Founder's Day", "2011-11-06": "Eid ul-Adha (estimated)", "2011-11-07": "Eid ul-Adha (observed, estimated)", "2011-12-02": "Farmer's Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-06": "Independence Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "May Day", "2012-08-19": "Eid ul-Fitr (estimated)", "2012-08-20": "Eid ul-Fitr (observed, estimated)", "2012-09-21": "Founder's Day", "2012-10-26": "Eid ul-Adha (estimated)", "2012-12-07": "Farmer's Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-06": "Independence Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "May Day", "2013-08-08": "Eid ul-Fitr (estimated)", "2013-09-21": "Founder's Day", "2013-09-23": "Founder's Day (observed)", "2013-10-15": "Eid ul-Adha (estimated)", "2013-12-06": "Farmer's Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-06": "Independence Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "May Day", "2014-07-28": "Eid ul-Fitr (estimated)", "2014-09-21": "Founder's Day", "2014-09-22": "Founder's Day (observed)", "2014-10-04": "Eid ul-Adha (estimated)", "2014-10-06": "Eid ul-Adha (observed, estimated)", "2014-12-05": "Farmer's Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-03-06": "Independence Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "May Day", "2015-07-17": "Eid ul-Fitr (estimated)", "2015-09-21": "Founder's Day", "2015-09-23": "Eid ul-Adha (estimated)", "2015-12-04": "Farmer's Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-06": "Independence Day", "2016-03-07": "Independence Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "May Day", "2016-05-02": "May Day (observed)", "2016-07-06": "Eid ul-Fitr (estimated)", "2016-09-11": "Eid ul-Adha (estimated)", "2016-09-12": "Eid ul-Adha (observed, estimated)", "2016-09-21": "Founder's Day", "2016-12-02": "Farmer's Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-06": "Independence Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "May Day", "2017-06-25": "Eid ul-Fitr (estimated)", "2017-06-26": "Eid ul-Fitr (observed, estimated)", "2017-09-01": "Eid ul-Adha (estimated)", "2017-09-21": "Founder's Day", "2017-12-01": "Farmer's Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-06": "Independence Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "May Day", "2018-06-15": "Eid ul-Fitr (estimated)", "2018-08-21": "Eid ul-Adha (estimated)", "2018-09-21": "Founder's Day", "2018-12-07": "Farmer's Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-07": "Constitution Day", "2019-03-06": "Independence Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "May Day", "2019-06-04": "Eid ul-Fitr (estimated)", "2019-08-04": "Founders' Day", "2019-08-05": "Founders' Day (observed)", "2019-08-11": "Eid ul-Adha (estimated)", "2019-08-12": "Eid ul-Adha (observed, estimated)", "2019-09-21": "Kwame Nkrumah Memorial Day", "2019-09-23": "Kwame Nkrumah Memorial Day (observed)", "2019-12-06": "Farmer's Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-07": "Constitution Day", "2020-03-06": "Independence Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "May Day", "2020-05-24": "Eid ul-Fitr (estimated)", "2020-05-25": "Eid ul-Fitr (observed, estimated)", "2020-07-31": "Eid ul-Adha (estimated)", "2020-08-04": "Founders' Day", "2020-09-21": "Kwame Nkrumah Memorial Day", "2020-12-04": "Farmer's Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-07": "Constitution Day", "2021-03-06": "Independence Day", "2021-03-08": "Independence Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "May Day", "2021-05-03": "May Day (observed)", "2021-05-13": "Eid ul-Fitr (estimated)", "2021-07-20": "Eid ul-Adha (estimated)", "2021-08-04": "Founders' Day", "2021-09-21": "Kwame Nkrumah Memorial Day", "2021-12-03": "Farmer's Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-07": "Constitution Day", "2022-03-06": "Independence Day", "2022-03-07": "Independence Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "May Day", "2022-05-02": "Eid ul-Fitr (estimated); May Day (observed)", "2022-07-09": "Eid ul-Adha (estimated)", "2022-07-11": "Eid ul-Adha (observed, estimated)", "2022-08-04": "Founders' Day", "2022-09-21": "Kwame Nkrumah Memorial Day", "2022-12-02": "Farmer's Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-07": "Constitution Day", "2023-01-09": "Constitution Day (observed)", "2023-03-06": "Independence Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-21": "Eid ul-Fitr (estimated)", "2023-05-01": "May Day", "2023-06-28": "Eid ul-Adha (estimated)", "2023-08-04": "Founders' Day", "2023-09-21": "Kwame Nkrumah Memorial Day", "2023-12-01": "Farmer's Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-07": "Constitution Day", "2024-01-08": "Constitution Day (observed)", "2024-03-06": "Independence Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-10": "Eid ul-Fitr (estimated)", "2024-05-01": "May Day", "2024-06-16": "Eid ul-Adha (estimated)", "2024-06-17": "Eid ul-Adha (observed, estimated)", "2024-08-04": "Founders' Day", "2024-08-05": "Founders' Day (observed)", "2024-09-21": "Kwame Nkrumah Memorial Day", "2024-09-23": "Kwame Nkrumah Memorial Day (observed)", "2024-12-06": "Farmer's Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-07": "Constitution Day", "2025-03-06": "Independence Day", "2025-03-30": "Eid ul-Fitr (estimated)", "2025-03-31": "Eid ul-Fitr (observed, estimated)", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "May Day", "2025-06-06": "Eid ul-Adha (estimated)", "2025-08-04": "Founders' Day", "2025-09-21": "Kwame Nkrumah Memorial Day", "2025-09-22": "Kwame Nkrumah Memorial Day (observed)", "2025-12-05": "Farmer's Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-07": "Constitution Day", "2026-03-06": "Independence Day", "2026-03-20": "Eid ul-Fitr (estimated)", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "May Day", "2026-05-27": "Eid ul-Adha (estimated)", "2026-08-04": "Founders' Day", "2026-09-21": "Kwame Nkrumah Memorial Day", "2026-12-04": "Farmer's Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-07": "Constitution Day", "2027-03-06": "Independence Day", "2027-03-08": "Independence Day (observed)", "2027-03-09": "Eid ul-Fitr (estimated)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "May Day", "2027-05-03": "May Day (observed)", "2027-05-16": "Eid ul-Adha (estimated)", "2027-05-17": "Eid ul-Adha (observed, estimated)", "2027-08-04": "Founders' Day", "2027-09-21": "Kwame Nkrumah Memorial Day", "2027-12-03": "Farmer's Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-07": "Constitution Day", "2028-02-26": "Eid ul-Fitr (estimated)", "2028-02-28": "Eid ul-Fitr (observed, estimated)", "2028-03-06": "Independence Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "May Day", "2028-05-05": "Eid ul-Adha (estimated)", "2028-08-04": "Founders' Day", "2028-09-21": "Kwame Nkrumah Memorial Day", "2028-12-01": "Farmer's Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-07": "Constitution Day", "2029-01-08": "Constitution Day (observed)", "2029-02-14": "Eid ul-Fitr (estimated)", "2029-03-06": "Independence Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-24": "Eid ul-Adha (estimated)", "2029-05-01": "May Day", "2029-08-04": "Founders' Day", "2029-08-06": "Founders' Day (observed)", "2029-09-21": "Kwame Nkrumah Memorial Day", "2029-12-07": "Farmer's Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-07": "Constitution Day", "2030-02-04": "Eid ul-Fitr (estimated)", "2030-03-06": "Independence Day", "2030-04-13": "Eid ul-Adha (estimated)", "2030-04-15": "Eid ul-Adha (observed, estimated)", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "May Day", "2030-08-04": "Founders' Day", "2030-08-05": "Founders' Day (observed)", "2030-09-21": "Kwame Nkrumah Memorial Day", "2030-09-23": "Kwame Nkrumah Memorial Day (observed)", "2030-12-06": "Farmer's Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-07": "Constitution Day", "2031-01-24": "Eid ul-Fitr (estimated)", "2031-03-06": "Independence Day", "2031-04-02": "Eid ul-Adha (estimated)", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "May Day", "2031-08-04": "Founders' Day", "2031-09-21": "Kwame Nkrumah Memorial Day", "2031-09-22": "Kwame Nkrumah Memorial Day (observed)", "2031-12-05": "Farmer's Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-07": "Constitution Day", "2032-01-14": "Eid ul-Fitr (estimated)", "2032-03-06": "Independence Day", "2032-03-08": "Independence Day (observed)", "2032-03-22": "Eid ul-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "May Day", "2032-05-03": "May Day (observed)", "2032-08-04": "Founders' Day", "2032-09-21": "Kwame Nkrumah Memorial Day", "2032-12-03": "Farmer's Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Eid ul-Fitr (estimated)", "2033-01-03": "Eid ul-Fitr (observed, estimated); New Year's Day (observed)", "2033-01-07": "Constitution Day", "2033-03-06": "Independence Day", "2033-03-07": "Independence Day (observed)", "2033-03-11": "Eid ul-Adha (estimated)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "May Day", "2033-05-02": "May Day (observed)", "2033-08-04": "Founders' Day", "2033-09-21": "Kwame Nkrumah Memorial Day", "2033-12-02": "Farmer's Day", "2033-12-23": "Eid ul-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-07": "Constitution Day", "2034-01-09": "Constitution Day (observed)", "2034-03-01": "Eid ul-Adha (estimated)", "2034-03-06": "Independence Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "May Day", "2034-08-04": "Founders' Day", "2034-09-21": "Kwame Nkrumah Memorial Day", "2034-12-01": "Farmer's Day", "2034-12-12": "Eid ul-Fitr (estimated)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-07": "Constitution Day", "2035-01-08": "Constitution Day (observed)", "2035-02-18": "Eid ul-Adha (estimated)", "2035-02-19": "Eid ul-Adha (observed, estimated)", "2035-03-06": "Independence Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "May Day", "2035-08-04": "Founders' Day", "2035-08-06": "Founders' Day (observed)", "2035-09-21": "Kwame Nkrumah Memorial Day", "2035-12-01": "Eid ul-Fitr (estimated)", "2035-12-03": "Eid ul-Fitr (observed, estimated)", "2035-12-07": "Farmer's Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-07": "Constitution Day", "2036-02-07": "Eid ul-Adha (estimated)", "2036-03-06": "Independence Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "May Day", "2036-08-04": "Founders' Day", "2036-09-21": "Kwame Nkrumah Memorial Day", "2036-09-22": "Kwame Nkrumah Memorial Day (observed)", "2036-11-19": "Eid ul-Fitr (estimated)", "2036-12-05": "Farmer's Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-07": "Constitution Day", "2037-01-26": "Eid ul-Adha (estimated)", "2037-03-06": "Independence Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "May Day", "2037-08-04": "Founders' Day", "2037-09-21": "Kwame Nkrumah Memorial Day", "2037-11-08": "Eid ul-Fitr (estimated)", "2037-11-09": "Eid ul-Fitr (observed, estimated)", "2037-12-04": "Farmer's Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-07": "Constitution Day", "2038-01-16": "Eid ul-Adha (estimated)", "2038-01-18": "Eid ul-Adha (observed, estimated)", "2038-03-06": "Independence Day", "2038-03-08": "Independence Day (observed)", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "May Day", "2038-05-03": "May Day (observed)", "2038-08-04": "Founders' Day", "2038-09-21": "Kwame Nkrumah Memorial Day", "2038-10-29": "Eid ul-Fitr (estimated)", "2038-12-03": "Farmer's Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-05": "Eid ul-Adha (estimated)", "2039-01-07": "Constitution Day", "2039-03-06": "Independence Day", "2039-03-07": "Independence Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "May Day", "2039-05-02": "May Day (observed)", "2039-08-04": "Founders' Day", "2039-09-21": "Kwame Nkrumah Memorial Day", "2039-10-19": "Eid ul-Fitr (estimated)", "2039-12-02": "Farmer's Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Eid ul-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-07": "Constitution Day", "2040-01-09": "Constitution Day (observed)", "2040-03-06": "Independence Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "May Day", "2040-08-04": "Founders' Day", "2040-08-06": "Founders' Day (observed)", "2040-09-21": "Kwame Nkrumah Memorial Day", "2040-10-07": "Eid ul-Fitr (estimated)", "2040-10-08": "Eid ul-Fitr (observed, estimated)", "2040-12-07": "Farmer's Day", "2040-12-14": "Eid ul-Adha (estimated)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-07": "Constitution Day", "2041-03-06": "Independence Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "May Day", "2041-08-04": "Founders' Day", "2041-08-05": "Founders' Day (observed)", "2041-09-21": "Kwame Nkrumah Memorial Day", "2041-09-23": "Kwame Nkrumah Memorial Day (observed)", "2041-09-26": "Eid ul-Fitr (estimated)", "2041-12-04": "Eid ul-Adha (estimated)", "2041-12-06": "Farmer's Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-07": "Constitution Day", "2042-03-06": "Independence Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "May Day", "2042-08-04": "Founders' Day", "2042-09-15": "Eid ul-Fitr (estimated)", "2042-09-21": "Kwame Nkrumah Memorial Day", "2042-09-22": "Kwame Nkrumah Memorial Day (observed)", "2042-11-23": "Eid ul-Adha (estimated)", "2042-11-24": "Eid ul-Adha (observed, estimated)", "2042-12-05": "Farmer's Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-07": "Constitution Day", "2043-03-06": "Independence Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "May Day", "2043-08-04": "Founders' Day", "2043-09-04": "Eid ul-Fitr (estimated)", "2043-09-21": "Kwame Nkrumah Memorial Day", "2043-11-12": "Eid ul-Adha (estimated)", "2043-12-04": "Farmer's Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-07": "Constitution Day", "2044-03-06": "Independence Day", "2044-03-07": "Independence Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "May Day", "2044-05-02": "May Day (observed)", "2044-08-04": "Founders' Day", "2044-08-24": "Eid ul-Fitr (estimated)", "2044-09-21": "Kwame Nkrumah Memorial Day", "2044-10-31": "Eid ul-Adha (estimated)", "2044-12-02": "Farmer's Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-07": "Constitution Day", "2045-01-09": "Constitution Day (observed)", "2045-03-06": "Independence Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "May Day", "2045-08-04": "Founders' Day", "2045-08-14": "Eid ul-Fitr (estimated)", "2045-09-21": "Kwame Nkrumah Memorial Day", "2045-10-21": "Eid ul-Adha (estimated)", "2045-10-23": "Eid ul-Adha (observed, estimated)", "2045-12-01": "Farmer's Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-07": "Constitution Day", "2046-01-08": "Constitution Day (observed)", "2046-03-06": "Independence Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "May Day", "2046-08-03": "Eid ul-Fitr (estimated)", "2046-08-04": "Founders' Day", "2046-08-06": "Founders' Day (observed)", "2046-09-21": "Kwame Nkrumah Memorial Day", "2046-10-10": "Eid ul-Adha (estimated)", "2046-12-07": "Farmer's Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-07": "Constitution Day", "2047-03-06": "Independence Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "May Day", "2047-07-24": "Eid ul-Fitr (estimated)", "2047-08-04": "Founders' Day", "2047-08-05": "Founders' Day (observed)", "2047-09-21": "Kwame Nkrumah Memorial Day", "2047-09-23": "Kwame Nkrumah Memorial Day (observed)", "2047-09-30": "Eid ul-Adha (estimated)", "2047-12-06": "Farmer's Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-07": "Constitution Day", "2048-03-06": "Independence Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "May Day", "2048-07-12": "Eid ul-Fitr (estimated)", "2048-07-13": "Eid ul-Fitr (observed, estimated)", "2048-08-04": "Founders' Day", "2048-09-19": "Eid ul-Adha (estimated)", "2048-09-21": "Eid ul-Adha (observed, estimated); Kwame Nkrumah Memorial Day", "2048-12-04": "Farmer's Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-07": "Constitution Day", "2049-03-06": "Independence Day", "2049-03-08": "Independence Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "May Day", "2049-05-03": "May Day (observed)", "2049-07-01": "Eid ul-Fitr (estimated)", "2049-08-04": "Founders' Day", "2049-09-08": "Eid ul-Adha (estimated)", "2049-09-21": "Kwame Nkrumah Memorial Day", "2049-12-03": "Farmer's Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-07": "Constitution Day", "2050-03-06": "Independence Day", "2050-03-07": "Independence Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "May Day", "2050-05-02": "May Day (observed)", "2050-06-20": "Eid ul-Fitr (estimated)", "2050-08-04": "Founders' Day", "2050-08-28": "Eid ul-Adha (estimated)", "2050-08-29": "Eid ul-Adha (observed, estimated)", "2050-09-21": "Kwame Nkrumah Memorial Day", "2050-12-02": "Farmer's Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/GL_COMMON.json000066400000000000000000001206471500152103600215620ustar00rootroot00000000000000{ "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-05-01": "International Workers' Day", "1979-05-11": "Great Prayer Day", "1979-05-24": "Ascension Day", "1979-06-03": "Whit Sunday", "1979-06-04": "Whit Monday", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-05-01": "International Workers' Day", "1980-05-02": "Great Prayer Day", "1980-05-15": "Ascension Day", "1980-05-25": "Whit Sunday", "1980-05-26": "Whit Monday", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-05-01": "International Workers' Day", "1981-05-15": "Great Prayer Day", "1981-05-28": "Ascension Day", "1981-06-07": "Whit Sunday", "1981-06-08": "Whit Monday", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-05-01": "International Workers' Day", "1982-05-07": "Great Prayer Day", "1982-05-20": "Ascension Day", "1982-05-30": "Whit Sunday", "1982-05-31": "Whit Monday", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-04-29": "Great Prayer Day", "1983-05-01": "International Workers' Day", "1983-05-12": "Ascension Day", "1983-05-22": "Whit Sunday", "1983-05-23": "Whit Monday", "1983-06-21": "National Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-05-01": "International Workers' Day", "1984-05-18": "Great Prayer Day", "1984-05-31": "Ascension Day", "1984-06-10": "Whit Sunday", "1984-06-11": "Whit Monday", "1984-06-21": "National Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-05-01": "International Workers' Day", "1985-05-03": "Great Prayer Day", "1985-05-16": "Ascension Day", "1985-05-26": "Whit Sunday", "1985-05-27": "Whit Monday", "1985-06-21": "National Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-04-25": "Great Prayer Day", "1986-05-01": "International Workers' Day", "1986-05-08": "Ascension Day", "1986-05-18": "Whit Sunday", "1986-05-19": "Whit Monday", "1986-06-21": "National Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-05-01": "International Workers' Day", "1987-05-15": "Great Prayer Day", "1987-05-28": "Ascension Day", "1987-06-07": "Whit Sunday", "1987-06-08": "Whit Monday", "1987-06-21": "National Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-04-29": "Great Prayer Day", "1988-05-01": "International Workers' Day", "1988-05-12": "Ascension Day", "1988-05-22": "Whit Sunday", "1988-05-23": "Whit Monday", "1988-06-21": "National Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-04-21": "Great Prayer Day", "1989-05-01": "International Workers' Day", "1989-05-04": "Ascension Day", "1989-05-14": "Whit Sunday", "1989-05-15": "Whit Monday", "1989-06-21": "National Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-05-01": "International Workers' Day", "1990-05-11": "Great Prayer Day", "1990-05-24": "Ascension Day", "1990-06-03": "Whit Sunday", "1990-06-04": "Whit Monday", "1990-06-21": "National Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-04-26": "Great Prayer Day", "1991-05-01": "International Workers' Day", "1991-05-09": "Ascension Day", "1991-05-19": "Whit Sunday", "1991-05-20": "Whit Monday", "1991-06-21": "National Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-05-01": "International Workers' Day", "1992-05-15": "Great Prayer Day", "1992-05-28": "Ascension Day", "1992-06-07": "Whit Sunday", "1992-06-08": "Whit Monday", "1992-06-21": "National Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-05-01": "International Workers' Day", "1993-05-07": "Great Prayer Day", "1993-05-20": "Ascension Day", "1993-05-30": "Whit Sunday", "1993-05-31": "Whit Monday", "1993-06-21": "National Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-04-29": "Great Prayer Day", "1994-05-01": "International Workers' Day", "1994-05-12": "Ascension Day", "1994-05-22": "Whit Sunday", "1994-05-23": "Whit Monday", "1994-06-21": "National Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-05-01": "International Workers' Day", "1995-05-12": "Great Prayer Day", "1995-05-25": "Ascension Day", "1995-06-04": "Whit Sunday", "1995-06-05": "Whit Monday", "1995-06-21": "National Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-05-01": "International Workers' Day", "1996-05-03": "Great Prayer Day", "1996-05-16": "Ascension Day", "1996-05-26": "Whit Sunday", "1996-05-27": "Whit Monday", "1996-06-21": "National Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-04-25": "Great Prayer Day", "1997-05-01": "International Workers' Day", "1997-05-08": "Ascension Day", "1997-05-18": "Whit Sunday", "1997-05-19": "Whit Monday", "1997-06-21": "National Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-05-01": "International Workers' Day", "1998-05-08": "Great Prayer Day", "1998-05-21": "Ascension Day", "1998-05-31": "Whit Sunday", "1998-06-01": "Whit Monday", "1998-06-21": "National Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-04-30": "Great Prayer Day", "1999-05-01": "International Workers' Day", "1999-05-13": "Ascension Day", "1999-05-23": "Whit Sunday", "1999-05-24": "Whit Monday", "1999-06-21": "National Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "International Workers' Day", "2000-05-19": "Great Prayer Day", "2000-06-01": "Ascension Day", "2000-06-11": "Whit Sunday", "2000-06-12": "Whit Monday", "2000-06-21": "National Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "International Workers' Day", "2001-05-11": "Great Prayer Day", "2001-05-24": "Ascension Day", "2001-06-03": "Whit Sunday", "2001-06-04": "Whit Monday", "2001-06-21": "National Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-04-26": "Great Prayer Day", "2002-05-01": "International Workers' Day", "2002-05-09": "Ascension Day", "2002-05-19": "Whit Sunday", "2002-05-20": "Whit Monday", "2002-06-21": "National Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-05-01": "International Workers' Day", "2003-05-16": "Great Prayer Day", "2003-05-29": "Ascension Day", "2003-06-08": "Whit Sunday", "2003-06-09": "Whit Monday", "2003-06-21": "National Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "International Workers' Day", "2004-05-07": "Great Prayer Day", "2004-05-20": "Ascension Day", "2004-05-30": "Whit Sunday", "2004-05-31": "Whit Monday", "2004-06-21": "National Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-04-22": "Great Prayer Day", "2005-05-01": "International Workers' Day", "2005-05-05": "Ascension Day", "2005-05-15": "Whit Sunday", "2005-05-16": "Whit Monday", "2005-06-21": "National Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-05-01": "International Workers' Day", "2006-05-12": "Great Prayer Day", "2006-05-25": "Ascension Day", "2006-06-04": "Whit Sunday", "2006-06-05": "Whit Monday", "2006-06-21": "National Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "International Workers' Day", "2007-05-04": "Great Prayer Day", "2007-05-17": "Ascension Day", "2007-05-27": "Whit Sunday", "2007-05-28": "Whit Monday", "2007-06-21": "National Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-04-18": "Great Prayer Day", "2008-05-01": "Ascension Day; International Workers' Day", "2008-05-11": "Whit Sunday", "2008-05-12": "Whit Monday", "2008-06-21": "National Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "International Workers' Day", "2009-05-08": "Great Prayer Day", "2009-05-21": "Ascension Day", "2009-05-31": "Whit Sunday", "2009-06-01": "Whit Monday", "2009-06-21": "National Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-30": "Great Prayer Day", "2010-05-01": "International Workers' Day", "2010-05-13": "Ascension Day", "2010-05-23": "Whit Sunday", "2010-05-24": "Whit Monday", "2010-06-21": "National Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "International Workers' Day", "2011-05-20": "Great Prayer Day", "2011-06-02": "Ascension Day", "2011-06-12": "Whit Sunday", "2011-06-13": "Whit Monday", "2011-06-21": "National Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "International Workers' Day", "2012-05-04": "Great Prayer Day", "2012-05-17": "Ascension Day", "2012-05-27": "Whit Sunday", "2012-05-28": "Whit Monday", "2012-06-21": "National Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-04-26": "Great Prayer Day", "2013-05-01": "International Workers' Day", "2013-05-09": "Ascension Day", "2013-05-19": "Whit Sunday", "2013-05-20": "Whit Monday", "2013-06-21": "National Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "International Workers' Day", "2014-05-16": "Great Prayer Day", "2014-05-29": "Ascension Day", "2014-06-08": "Whit Sunday", "2014-06-09": "Whit Monday", "2014-06-21": "National Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "Great Prayer Day; International Workers' Day", "2015-05-14": "Ascension Day", "2015-05-24": "Whit Sunday", "2015-05-25": "Whit Monday", "2015-06-21": "National Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-22": "Great Prayer Day", "2016-05-01": "International Workers' Day", "2016-05-05": "Ascension Day", "2016-05-15": "Whit Sunday", "2016-05-16": "Whit Monday", "2016-06-21": "National Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "International Workers' Day", "2017-05-12": "Great Prayer Day", "2017-05-25": "Ascension Day", "2017-06-04": "Whit Sunday", "2017-06-05": "Whit Monday", "2017-06-21": "National Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-27": "Great Prayer Day", "2018-05-01": "International Workers' Day", "2018-05-10": "Ascension Day", "2018-05-20": "Whit Sunday", "2018-05-21": "Whit Monday", "2018-06-21": "National Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "International Workers' Day", "2019-05-17": "Great Prayer Day", "2019-05-30": "Ascension Day", "2019-06-09": "Whit Sunday", "2019-06-10": "Whit Monday", "2019-06-21": "National Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "International Workers' Day", "2020-05-08": "Great Prayer Day", "2020-05-21": "Ascension Day", "2020-05-31": "Whit Sunday", "2020-06-01": "Whit Monday", "2020-06-21": "National Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-30": "Great Prayer Day", "2021-05-01": "International Workers' Day", "2021-05-13": "Ascension Day", "2021-05-23": "Whit Sunday", "2021-05-24": "Whit Monday", "2021-06-21": "National Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "International Workers' Day", "2022-05-13": "Great Prayer Day", "2022-05-26": "Ascension Day", "2022-06-05": "Whit Sunday", "2022-06-06": "Whit Monday", "2022-06-21": "National Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "International Workers' Day", "2023-05-05": "Great Prayer Day", "2023-05-18": "Ascension Day", "2023-05-28": "Whit Sunday", "2023-05-29": "Whit Monday", "2023-06-21": "National Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-26": "Great Prayer Day", "2024-05-01": "International Workers' Day", "2024-05-09": "Ascension Day", "2024-05-19": "Whit Sunday", "2024-05-20": "Whit Monday", "2024-06-21": "National Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "International Workers' Day", "2025-05-16": "Great Prayer Day", "2025-05-29": "Ascension Day", "2025-06-08": "Whit Sunday", "2025-06-09": "Whit Monday", "2025-06-21": "National Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "Great Prayer Day; International Workers' Day", "2026-05-14": "Ascension Day", "2026-05-24": "Whit Sunday", "2026-05-25": "Whit Monday", "2026-06-21": "National Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-23": "Great Prayer Day", "2027-05-01": "International Workers' Day", "2027-05-06": "Ascension Day", "2027-05-16": "Whit Sunday", "2027-05-17": "Whit Monday", "2027-06-21": "National Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "International Workers' Day", "2028-05-12": "Great Prayer Day", "2028-05-25": "Ascension Day", "2028-06-04": "Whit Sunday", "2028-06-05": "Whit Monday", "2028-06-21": "National Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-27": "Great Prayer Day", "2029-05-01": "International Workers' Day", "2029-05-10": "Ascension Day", "2029-05-20": "Whit Sunday", "2029-05-21": "Whit Monday", "2029-06-21": "National Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "International Workers' Day", "2030-05-17": "Great Prayer Day", "2030-05-30": "Ascension Day", "2030-06-09": "Whit Sunday", "2030-06-10": "Whit Monday", "2030-06-21": "National Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "International Workers' Day", "2031-05-09": "Great Prayer Day", "2031-05-22": "Ascension Day", "2031-06-01": "Whit Sunday", "2031-06-02": "Whit Monday", "2031-06-21": "National Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-23": "Great Prayer Day", "2032-05-01": "International Workers' Day", "2032-05-06": "Ascension Day", "2032-05-16": "Whit Sunday", "2032-05-17": "Whit Monday", "2032-06-21": "National Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "International Workers' Day", "2033-05-13": "Great Prayer Day", "2033-05-26": "Ascension Day", "2033-06-05": "Whit Sunday", "2033-06-06": "Whit Monday", "2033-06-21": "National Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "International Workers' Day", "2034-05-05": "Great Prayer Day", "2034-05-18": "Ascension Day", "2034-05-28": "Whit Sunday", "2034-05-29": "Whit Monday", "2034-06-21": "National Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-20": "Great Prayer Day", "2035-05-01": "International Workers' Day", "2035-05-03": "Ascension Day", "2035-05-13": "Whit Sunday", "2035-05-14": "Whit Monday", "2035-06-21": "National Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "International Workers' Day", "2036-05-09": "Great Prayer Day", "2036-05-22": "Ascension Day", "2036-06-01": "Whit Sunday", "2036-06-02": "Whit Monday", "2036-06-21": "National Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "Great Prayer Day; International Workers' Day", "2037-05-14": "Ascension Day", "2037-05-24": "Whit Sunday", "2037-05-25": "Whit Monday", "2037-06-21": "National Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "International Workers' Day", "2038-05-21": "Great Prayer Day", "2038-06-03": "Ascension Day", "2038-06-13": "Whit Sunday", "2038-06-14": "Whit Monday", "2038-06-21": "National Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "International Workers' Day", "2039-05-06": "Great Prayer Day", "2039-05-19": "Ascension Day", "2039-05-29": "Whit Sunday", "2039-05-30": "Whit Monday", "2039-06-21": "National Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-27": "Great Prayer Day", "2040-05-01": "International Workers' Day", "2040-05-10": "Ascension Day", "2040-05-20": "Whit Sunday", "2040-05-21": "Whit Monday", "2040-06-21": "National Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "International Workers' Day", "2041-05-17": "Great Prayer Day", "2041-05-30": "Ascension Day", "2041-06-09": "Whit Sunday", "2041-06-10": "Whit Monday", "2041-06-21": "National Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "International Workers' Day", "2042-05-02": "Great Prayer Day", "2042-05-15": "Ascension Day", "2042-05-25": "Whit Sunday", "2042-05-26": "Whit Monday", "2042-06-21": "National Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-24": "Great Prayer Day", "2043-05-01": "International Workers' Day", "2043-05-07": "Ascension Day", "2043-05-17": "Whit Sunday", "2043-05-18": "Whit Monday", "2043-06-21": "National Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "International Workers' Day", "2044-05-13": "Great Prayer Day", "2044-05-26": "Ascension Day", "2044-06-05": "Whit Sunday", "2044-06-06": "Whit Monday", "2044-06-21": "National Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "International Workers' Day", "2045-05-05": "Great Prayer Day", "2045-05-18": "Ascension Day", "2045-05-28": "Whit Sunday", "2045-05-29": "Whit Monday", "2045-06-21": "National Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-20": "Great Prayer Day", "2046-05-01": "International Workers' Day", "2046-05-03": "Ascension Day", "2046-05-13": "Whit Sunday", "2046-05-14": "Whit Monday", "2046-06-21": "National Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "International Workers' Day", "2047-05-10": "Great Prayer Day", "2047-05-23": "Ascension Day", "2047-06-02": "Whit Sunday", "2047-06-03": "Whit Monday", "2047-06-21": "National Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "Great Prayer Day; International Workers' Day", "2048-05-14": "Ascension Day", "2048-05-24": "Whit Sunday", "2048-05-25": "Whit Monday", "2048-06-21": "National Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "International Workers' Day", "2049-05-14": "Great Prayer Day", "2049-05-27": "Ascension Day", "2049-06-06": "Whit Sunday", "2049-06-07": "Whit Monday", "2049-06-21": "National Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "International Workers' Day", "2050-05-06": "Great Prayer Day", "2050-05-19": "Ascension Day", "2050-05-29": "Whit Sunday", "2050-05-30": "Whit Monday", "2050-06-21": "National Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/GN_COMMON.json000066400000000000000000001350161500152103600215600ustar00rootroot00000000000000{ "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-04-06": "Day after Night of Power (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-05-25": "Africa Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-15": "Assumption Day", "1959-09-15": "Day after Prophet's Birthday (estimated)", "1959-10-02": "Independence Day", "1959-11-01": "All Saints' Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-03-25": "Day after Night of Power (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-25": "Africa Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-08-15": "Assumption Day", "1960-09-03": "Day after Prophet's Birthday (estimated)", "1960-10-02": "Independence Day", "1960-11-01": "All Saints' Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-14": "Day after Night of Power (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-25": "Africa Day; Eid al-Adha (estimated)", "1961-08-15": "Assumption Day", "1961-08-23": "Day after Prophet's Birthday (estimated)", "1961-10-02": "Independence Day", "1961-11-01": "All Saints' Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-03": "Day after Night of Power (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-25": "Africa Day", "1962-08-12": "Day after Prophet's Birthday (estimated)", "1962-08-15": "Assumption Day", "1962-10-02": "Independence Day", "1962-11-01": "All Saints' Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-21": "Day after Night of Power (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-25": "Africa Day", "1963-08-02": "Day after Prophet's Birthday (estimated)", "1963-08-15": "Assumption Day", "1963-10-02": "Independence Day", "1963-11-01": "All Saints' Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Day after Night of Power (estimated)", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-30": "Easter Monday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-25": "Africa Day", "1964-07-21": "Day after Prophet's Birthday (estimated)", "1964-08-15": "Assumption Day", "1964-10-02": "Independence Day", "1964-11-01": "All Saints' Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-29": "Day after Night of Power (estimated)", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-25": "Africa Day", "1965-07-10": "Day after Prophet's Birthday (estimated)", "1965-08-15": "Assumption Day", "1965-10-02": "Independence Day", "1965-11-01": "All Saints' Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-18": "Day after Night of Power (estimated)", "1966-01-22": "Eid al-Fitr (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-25": "Africa Day", "1966-07-01": "Day after Prophet's Birthday (estimated)", "1966-08-15": "Assumption Day", "1966-10-02": "Independence Day", "1966-11-01": "All Saints' Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-08": "Day after Night of Power (estimated)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-25": "Africa Day", "1967-06-19": "Day after Prophet's Birthday (estimated)", "1967-08-15": "Assumption Day", "1967-10-02": "Independence Day", "1967-11-01": "All Saints' Day", "1967-12-25": "Christmas Day", "1967-12-28": "Day after Night of Power (estimated)", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-25": "Africa Day", "1968-06-08": "Day after Prophet's Birthday (estimated)", "1968-08-15": "Assumption Day", "1968-10-02": "Independence Day", "1968-11-01": "All Saints' Day", "1968-12-17": "Day after Night of Power (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-25": "Africa Day", "1969-05-28": "Day after Prophet's Birthday (estimated)", "1969-08-15": "Assumption Day", "1969-10-02": "Independence Day", "1969-11-01": "All Saints' Day", "1969-12-06": "Day after Night of Power (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-18": "Day after Prophet's Birthday (estimated)", "1970-05-25": "Africa Day", "1970-08-15": "Assumption Day", "1970-10-02": "Independence Day", "1970-11-01": "All Saints' Day", "1970-11-27": "Day after Night of Power (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-07": "Day after Prophet's Birthday (estimated)", "1971-05-25": "Africa Day", "1971-08-15": "Assumption Day", "1971-10-02": "Independence Day", "1971-11-01": "All Saints' Day", "1971-11-15": "Day after Night of Power (estimated)", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-04-03": "Easter Monday", "1972-04-25": "Day after Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-05-25": "Africa Day", "1972-08-15": "Assumption Day", "1972-10-02": "Independence Day", "1972-11-01": "All Saints' Day", "1972-11-03": "Day after Night of Power (estimated)", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-04-15": "Day after Prophet's Birthday (estimated)", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-25": "Africa Day", "1973-08-15": "Assumption Day", "1973-10-02": "Independence Day", "1973-10-23": "Day after Night of Power (estimated)", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "All Saints' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-04-04": "Day after Prophet's Birthday (estimated)", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-25": "Africa Day", "1974-08-15": "Assumption Day", "1974-10-02": "Independence Day", "1974-10-13": "Day after Night of Power (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "All Saints' Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-24": "Day after Prophet's Birthday (estimated)", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-25": "Africa Day", "1975-08-15": "Assumption Day", "1975-10-02": "Day after Night of Power (estimated); Independence Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "All Saints' Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-12": "Day after Prophet's Birthday (estimated)", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-25": "Africa Day", "1976-08-15": "Assumption Day", "1976-09-21": "Day after Night of Power (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Independence Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-03-02": "Day after Prophet's Birthday (estimated)", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-25": "Africa Day", "1977-08-15": "Assumption Day", "1977-09-10": "Day after Night of Power (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Independence Day", "1977-11-01": "All Saints' Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-02-19": "Day after Prophet's Birthday (estimated)", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-25": "Africa Day", "1978-08-15": "Assumption Day", "1978-08-31": "Day after Night of Power (estimated)", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Independence Day", "1978-11-01": "All Saints' Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-09": "Day after Prophet's Birthday (estimated)", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-25": "Africa Day", "1979-08-15": "Assumption Day", "1979-08-20": "Day after Night of Power (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Independence Day", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "All Saints' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Day after Prophet's Birthday (estimated)", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-25": "Africa Day", "1980-08-08": "Day after Night of Power (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Assumption Day", "1980-10-02": "Independence Day", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "All Saints' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Day after Prophet's Birthday (estimated)", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-25": "Africa Day", "1981-07-28": "Day after Night of Power (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Assumption Day", "1981-10-02": "Independence Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "All Saints' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Day after Prophet's Birthday (estimated)", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-25": "Africa Day", "1982-07-18": "Day after Night of Power (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Assumption Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Independence Day", "1982-11-01": "All Saints' Day", "1982-12-25": "Christmas Day", "1982-12-27": "Day after Prophet's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-25": "Africa Day", "1983-07-08": "Day after Night of Power (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Assumption Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Independence Day", "1983-11-01": "All Saints' Day", "1983-12-16": "Day after Prophet's Birthday (estimated)", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-25": "Africa Day", "1984-06-26": "Day after Night of Power (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Assumption Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Independence Day", "1984-11-01": "All Saints' Day", "1984-12-04": "Day after Prophet's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-03": "Second Republic Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-25": "Africa Day", "1985-06-15": "Day after Night of Power (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Assumption Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-10-02": "Independence Day", "1985-11-01": "All Saints' Day", "1985-11-24": "Day after Prophet's Birthday (estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-04-03": "Second Republic Day", "1986-05-01": "Labor Day", "1986-05-25": "Africa Day", "1986-06-04": "Day after Night of Power (estimated)", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Assumption Day; Eid al-Adha (estimated)", "1986-10-02": "Independence Day", "1986-11-01": "All Saints' Day", "1986-11-14": "Day after Prophet's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-03": "Second Republic Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-25": "Africa Day; Day after Night of Power (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Assumption Day", "1987-10-02": "Independence Day", "1987-11-01": "All Saints' Day", "1987-11-03": "Day after Prophet's Birthday (estimated)", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-03": "Second Republic Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-13": "Day after Night of Power (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-25": "Africa Day", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Assumption Day", "1988-10-02": "Independence Day", "1988-10-22": "Day after Prophet's Birthday (estimated)", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-04-03": "Second Republic Day", "1989-05-01": "Labor Day", "1989-05-03": "Day after Night of Power (estimated)", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-25": "Africa Day", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-15": "Assumption Day", "1989-10-02": "Independence Day", "1989-10-11": "Day after Prophet's Birthday (estimated)", "1989-11-01": "All Saints' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-03": "Second Republic Day", "1990-04-16": "Easter Monday", "1990-04-22": "Day after Night of Power (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-05-25": "Africa Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-15": "Assumption Day", "1990-10-01": "Day after Prophet's Birthday (estimated)", "1990-10-02": "Independence Day", "1990-11-01": "All Saints' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-04-03": "Second Republic Day", "1991-04-12": "Day after Night of Power (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-05-25": "Africa Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-15": "Assumption Day", "1991-09-20": "Day after Prophet's Birthday (estimated)", "1991-10-02": "Independence Day", "1991-11-01": "All Saints' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-31": "Day after Night of Power (estimated)", "1992-04-03": "Second Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-25": "Africa Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-15": "Assumption Day", "1992-09-09": "Day after Prophet's Birthday (estimated)", "1992-10-02": "Independence Day", "1992-11-01": "All Saints' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-20": "Day after Night of Power (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-03": "Second Republic Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-25": "Africa Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-08-15": "Assumption Day", "1993-08-29": "Day after Prophet's Birthday (estimated)", "1993-10-02": "Independence Day", "1993-11-01": "All Saints' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-09": "Day after Night of Power (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-04-03": "Second Republic Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Africa Day", "1994-08-15": "Assumption Day", "1994-08-19": "Day after Prophet's Birthday (estimated)", "1994-10-02": "Independence Day", "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-02-26": "Day after Night of Power (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-03": "Second Republic Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-25": "Africa Day", "1995-08-08": "Day after Prophet's Birthday (estimated)", "1995-08-15": "Assumption Day", "1995-10-02": "Independence Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-16": "Day after Night of Power (estimated)", "1996-02-19": "Eid al-Fitr (estimated)", "1996-04-03": "Second Republic Day", "1996-04-08": "Easter Monday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-25": "Africa Day", "1996-07-27": "Day after Prophet's Birthday (estimated)", "1996-08-15": "Assumption Day", "1996-10-02": "Independence Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-05": "Day after Night of Power (estimated)", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-31": "Easter Monday", "1997-04-03": "Second Republic Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-25": "Africa Day", "1997-07-16": "Day after Prophet's Birthday (estimated)", "1997-08-15": "Assumption Day", "1997-10-02": "Independence Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-25": "Day after Night of Power (estimated)", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-03": "Second Republic Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-25": "Africa Day", "1998-07-06": "Day after Prophet's Birthday (estimated)", "1998-08-15": "Assumption Day", "1998-10-02": "Independence Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-14": "Day after Night of Power (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-03": "Second Republic Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-25": "Africa Day", "1999-06-26": "Day after Prophet's Birthday (estimated)", "1999-08-15": "Assumption Day", "1999-10-02": "Independence Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-04": "Day after Night of Power (estimated)", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-03": "Second Republic Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-25": "Africa Day", "2000-06-14": "Day after Prophet's Birthday (estimated)", "2000-08-15": "Assumption Day", "2000-10-02": "Independence Day", "2000-11-01": "All Saints' Day", "2000-12-23": "Day after Night of Power (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-04-03": "Second Republic Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-25": "Africa Day", "2001-06-04": "Day after Prophet's Birthday (estimated)", "2001-08-15": "Assumption Day", "2001-10-02": "Independence Day", "2001-11-01": "All Saints' Day", "2001-12-12": "Day after Night of Power (estimated)", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-04-01": "Easter Monday", "2002-04-03": "Second Republic Day", "2002-05-01": "Labor Day", "2002-05-24": "Day after Prophet's Birthday (estimated)", "2002-05-25": "Africa Day", "2002-08-15": "Assumption Day", "2002-10-02": "Independence Day", "2002-11-01": "All Saints' Day", "2002-12-02": "Day after Night of Power (estimated)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-04-03": "Second Republic Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-13": "Day after Prophet's Birthday (estimated)", "2003-05-25": "Africa Day", "2003-08-15": "Assumption Day", "2003-10-02": "Independence Day", "2003-11-01": "All Saints' Day", "2003-11-21": "Day after Night of Power (estimated)", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-04-03": "Second Republic Day", "2004-04-12": "Easter Monday", "2004-05-01": "Day after Prophet's Birthday (estimated); Labor Day", "2004-05-25": "Africa Day", "2004-08-15": "Assumption Day", "2004-10-02": "Independence Day", "2004-11-01": "All Saints' Day", "2004-11-10": "Day after Night of Power (estimated)", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-03-28": "Easter Monday", "2005-04-03": "Second Republic Day", "2005-04-21": "Day after Prophet's Birthday (estimated)", "2005-05-01": "Labor Day", "2005-05-25": "Africa Day", "2005-08-15": "Assumption Day", "2005-10-02": "Independence Day", "2005-10-30": "Day after Night of Power (estimated)", "2005-11-01": "All Saints' Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-04-03": "Second Republic Day", "2006-04-10": "Day after Prophet's Birthday (estimated)", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Africa Day", "2006-08-15": "Assumption Day", "2006-10-02": "Independence Day", "2006-10-20": "Day after Night of Power (estimated)", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-03-31": "Day after Prophet's Birthday (estimated)", "2007-04-03": "Second Republic Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-25": "Africa Day", "2007-08-15": "Assumption Day", "2007-10-02": "Independence Day", "2007-10-09": "Day after Night of Power (estimated)", "2007-10-13": "Eid al-Fitr (estimated)", "2007-11-01": "All Saints' Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Day after Prophet's Birthday (estimated)", "2008-03-24": "Easter Monday", "2008-04-03": "Second Republic Day", "2008-05-01": "Labor Day", "2008-05-25": "Africa Day", "2008-08-15": "Assumption Day", "2008-09-27": "Day after Night of Power (estimated)", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Independence Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-09": "Day after Prophet's Birthday (estimated)", "2009-04-03": "Second Republic Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-25": "Africa Day", "2009-08-15": "Assumption Day", "2009-09-17": "Day after Night of Power (estimated)", "2009-09-20": "Eid al-Fitr (estimated)", "2009-10-02": "Independence Day", "2009-11-01": "All Saints' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-26": "Day after Prophet's Birthday (estimated)", "2010-04-03": "Second Republic Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-25": "Africa Day", "2010-08-15": "Assumption Day", "2010-09-06": "Day after Night of Power (estimated)", "2010-09-10": "Eid al-Fitr (estimated)", "2010-10-02": "Independence Day", "2010-11-01": "All Saints' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-15": "Day after Prophet's Birthday (estimated)", "2011-04-03": "Second Republic Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-25": "Africa Day", "2011-08-15": "Assumption Day", "2011-08-27": "Day after Night of Power (estimated)", "2011-08-30": "Eid al-Fitr (estimated)", "2011-10-02": "Independence Day", "2011-11-01": "All Saints' Day", "2011-11-06": "Eid al-Adha (estimated)", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-04": "Day after Prophet's Birthday (estimated)", "2012-04-03": "Second Republic Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-25": "Africa Day", "2012-08-15": "Assumption Day; Day after Night of Power (estimated)", "2012-08-19": "Eid al-Fitr (estimated)", "2012-10-02": "Independence Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Day after Prophet's Birthday (estimated)", "2013-04-01": "Easter Monday", "2013-04-03": "Second Republic Day", "2013-05-01": "Labor Day", "2013-05-25": "Africa Day", "2013-08-04": "Day after Night of Power (estimated)", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-15": "Assumption Day", "2013-10-02": "Independence Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-13": "Day after Prophet's Birthday (estimated)", "2014-04-03": "Second Republic Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-25": "Africa Day", "2014-07-24": "Day after Night of Power (estimated)", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-15": "Assumption Day", "2014-10-02": "Independence Day", "2014-10-04": "Eid al-Adha (estimated)", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-03": "Second Republic Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-25": "Africa Day", "2015-07-14": "Day after Night of Power", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Assumption Day", "2015-09-24": "Eid al-Adha", "2015-10-02": "Independence Day", "2015-11-01": "All Saints' Day", "2015-12-24": "Day after Prophet's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-04-03": "Second Republic Day", "2016-05-01": "Labor Day", "2016-05-25": "Africa Day", "2016-07-03": "Day after Night of Power", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Assumption Day", "2016-09-13": "Eid al-Adha", "2016-10-02": "Independence Day", "2016-11-01": "All Saints' Day", "2016-12-12": "Day after Prophet's Birthday", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-03": "Second Republic Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Africa Day", "2017-06-22": "Day after Night of Power", "2017-06-26": "Eid al-Fitr", "2017-08-15": "Assumption Day", "2017-09-02": "Eid al-Adha", "2017-10-02": "Independence Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Day after Prophet's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-04-03": "Second Republic Day", "2018-05-01": "Labor Day", "2018-05-25": "Africa Day", "2018-06-12": "Day after Night of Power", "2018-06-15": "Eid al-Fitr", "2018-08-15": "Assumption Day", "2018-08-22": "Eid al-Adha", "2018-10-02": "Independence Day", "2018-11-01": "All Saints' Day", "2018-11-20": "Day after Prophet's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-03": "Second Republic Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-25": "Africa Day", "2019-06-01": "Day after Night of Power", "2019-06-04": "Eid al-Fitr", "2019-08-11": "Eid al-Adha", "2019-08-15": "Assumption Day", "2019-10-02": "Independence Day", "2019-11-01": "All Saints' Day", "2019-11-10": "Day after Prophet's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-03": "Second Republic Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-20": "Day after Night of Power", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Africa Day", "2020-07-31": "Eid al-Adha", "2020-08-15": "Assumption Day", "2020-10-02": "Independence Day", "2020-10-29": "Day after Prophet's Birthday", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-03": "Second Republic Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-09": "Day after Night of Power", "2021-05-13": "Eid al-Fitr", "2021-05-25": "Africa Day", "2021-07-20": "Eid al-Adha", "2021-08-15": "Assumption Day", "2021-10-02": "Independence Day", "2021-10-18": "Day after Prophet's Birthday", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-04-29": "Day after Night of Power", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-25": "Africa Day", "2022-07-10": "Eid al-Adha", "2022-08-15": "Assumption Day", "2022-10-02": "Independence Day", "2022-10-08": "Day after Prophet's Birthday", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "Day after the New Year's Day", "2023-04-10": "Easter Monday", "2023-04-18": "Day after Night of Power", "2023-04-21": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-25": "Africa Day", "2023-06-28": "Eid al-Adha", "2023-06-29": "Day after Eid al-Adha", "2023-08-15": "Assumption Day", "2023-09-27": "Day after Prophet's Birthday", "2023-10-02": "Independence Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-04-06": "Day after Night of Power", "2024-04-10": "Eid al-Fitr", "2024-05-01": "Labor Day", "2024-05-25": "Africa Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Day after Eid al-Adha", "2024-08-15": "Assumption Day", "2024-09-15": "Day after Prophet's Birthday", "2024-10-02": "Independence Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-27": "Day after Night of Power", "2025-03-31": "Eid al-Fitr", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-25": "Africa Day", "2025-06-07": "Eid al-Adha", "2025-06-08": "Day after Eid al-Adha", "2025-08-15": "Assumption Day", "2025-09-05": "Day after Prophet's Birthday", "2025-10-02": "Independence Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-16": "Day after Night of Power (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-25": "Africa Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Day after Eid al-Adha (estimated)", "2026-08-15": "Assumption Day", "2026-08-25": "Day after Prophet's Birthday (estimated)", "2026-10-02": "Independence Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-06": "Day after Night of Power (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Day after Eid al-Adha (estimated)", "2027-05-25": "Africa Day", "2027-08-14": "Day after Prophet's Birthday (estimated)", "2027-08-15": "Assumption Day", "2027-10-02": "Independence Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-23": "Day after Night of Power (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Day after Eid al-Adha (estimated)", "2028-05-25": "Africa Day", "2028-08-03": "Day after Prophet's Birthday (estimated)", "2028-08-15": "Assumption Day", "2028-10-02": "Independence Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-11": "Day after Night of Power (estimated)", "2029-02-14": "Eid al-Fitr (estimated)", "2029-04-02": "Easter Monday", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Day after Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-25": "Africa Day", "2029-07-24": "Day after Prophet's Birthday (estimated)", "2029-08-15": "Assumption Day", "2029-10-02": "Independence Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-31": "Day after Night of Power (estimated)", "2030-02-04": "Eid al-Fitr (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Day after Eid al-Adha (estimated)", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-25": "Africa Day", "2030-07-13": "Day after Prophet's Birthday (estimated)", "2030-08-15": "Assumption Day", "2030-10-02": "Independence Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-21": "Day after Night of Power (estimated)", "2031-01-24": "Eid al-Fitr (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Day after Eid al-Adha (estimated)", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-25": "Africa Day", "2031-07-02": "Day after Prophet's Birthday (estimated)", "2031-08-15": "Assumption Day", "2031-10-02": "Independence Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-10": "Day after Night of Power (estimated)", "2032-01-14": "Eid al-Fitr (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Day after Eid al-Adha (estimated)", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-25": "Africa Day", "2032-06-20": "Day after Prophet's Birthday (estimated)", "2032-08-15": "Assumption Day", "2032-10-02": "Independence Day", "2032-12-25": "Christmas Day", "2032-12-30": "Day after Night of Power (estimated)", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Day after the Eid al-Fitr (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Day after Eid al-Adha (estimated)", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-25": "Africa Day", "2033-06-09": "Day after Prophet's Birthday (estimated)", "2033-08-15": "Assumption Day", "2033-10-02": "Independence Day", "2033-10-03": "Day after the Independence Day", "2033-12-19": "Day after Night of Power (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-02": "Day after the New Year's Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Day after Eid al-Adha (estimated)", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-25": "Africa Day", "2034-05-30": "Day after Prophet's Birthday (estimated)", "2034-08-15": "Assumption Day", "2034-10-02": "Independence Day", "2034-12-08": "Day after Night of Power (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Day after Eid al-Adha (estimated)", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-20": "Day after Prophet's Birthday (estimated)", "2035-05-25": "Africa Day", "2035-08-15": "Assumption Day", "2035-10-02": "Independence Day", "2035-11-27": "Day after Night of Power (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Day after Eid al-Adha (estimated)", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Day after Prophet's Birthday (estimated)", "2036-05-25": "Africa Day", "2036-08-15": "Assumption Day", "2036-10-02": "Independence Day", "2036-11-15": "Day after Night of Power (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Day after Eid al-Adha (estimated)", "2037-04-06": "Easter Monday", "2037-04-28": "Day after Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-25": "Africa Day", "2037-08-15": "Assumption Day", "2037-10-02": "Independence Day", "2037-11-05": "Day after Night of Power (estimated)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Day after the Eid al-Fitr (estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Day after Eid al-Adha (estimated)", "2038-04-17": "Day after Prophet's Birthday (estimated)", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-25": "Africa Day", "2038-08-15": "Assumption Day", "2038-10-02": "Independence Day", "2038-10-26": "Day after Night of Power (estimated)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Day after Eid al-Adha (estimated)", "2039-04-06": "Day after Prophet's Birthday (estimated)", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-25": "Africa Day", "2039-08-15": "Assumption Day", "2039-10-02": "Independence Day", "2039-10-03": "Day after the Independence Day", "2039-10-15": "Day after Night of Power (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Day after Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after the New Year's Day", "2040-03-25": "Day after Prophet's Birthday (estimated)", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-25": "Africa Day", "2040-08-15": "Assumption Day", "2040-10-02": "Independence Day", "2040-10-03": "Day after Night of Power (estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Day after the Eid al-Fitr (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Day after Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-15": "Day after Prophet's Birthday (estimated)", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-25": "Africa Day", "2041-08-15": "Assumption Day", "2041-09-23": "Day after Night of Power (estimated)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Independence Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Day after Eid al-Adha (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-04": "Day after Prophet's Birthday (estimated)", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-25": "Africa Day", "2042-08-15": "Assumption Day", "2042-09-12": "Day after Night of Power (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Independence Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Day after Eid al-Adha (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-22": "Day after Prophet's Birthday (estimated)", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-25": "Africa Day", "2043-08-15": "Assumption Day", "2043-09-01": "Day after Night of Power (estimated)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Independence Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Day after Eid al-Adha (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-11": "Day after Prophet's Birthday (estimated)", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-25": "Africa Day", "2044-08-15": "Assumption Day", "2044-08-21": "Day after Night of Power (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Independence Day", "2044-10-03": "Day after the Independence Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Day after Eid al-Adha (estimated)", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-02": "Day after the New Year's Day", "2045-01-30": "Day after Prophet's Birthday (estimated)", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-25": "Africa Day", "2045-08-10": "Day after Night of Power (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Assumption Day", "2045-10-02": "Independence Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Day after Eid al-Adha (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Day after Prophet's Birthday (estimated)", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-25": "Africa Day", "2046-07-31": "Day after Night of Power (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Assumption Day", "2046-10-02": "Independence Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Day after Eid al-Adha (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Day after Prophet's Birthday (estimated)", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-25": "Africa Day", "2047-07-20": "Day after Night of Power (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Assumption Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Day after Eid al-Adha (estimated)", "2047-10-02": "Independence Day", "2047-12-25": "Christmas Day", "2047-12-29": "Day after Prophet's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-25": "Africa Day", "2048-07-08": "Day after Night of Power (estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Day after the Eid al-Fitr (estimated)", "2048-08-15": "Assumption Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Day after Eid al-Adha (estimated)", "2048-10-02": "Independence Day", "2048-12-18": "Day after Prophet's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-25": "Africa Day", "2049-06-28": "Day after Night of Power (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Assumption Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Day after Eid al-Adha (estimated)", "2049-10-02": "Independence Day", "2049-12-07": "Day after Prophet's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-25": "Africa Day", "2050-06-17": "Day after Night of Power (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Assumption Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Day after Eid al-Adha (estimated)", "2050-10-02": "Independence Day", "2050-10-03": "Day after the Independence Day", "2050-11-26": "Day after Prophet's Birthday (estimated)", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/GR_COMMON.json000066400000000000000000001437631500152103600215740ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-20": "Green Monday", "1950-03-25": "Independence Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-29": "Whit Monday", "1950-08-15": "Dormition of the Mother of God", "1950-10-28": "Ochi Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Glorifying Mother of God", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-12": "Green Monday", "1951-03-25": "Independence Day", "1951-04-27": "Good Friday", "1951-04-30": "Easter Monday", "1951-05-01": "Labor Day", "1951-06-18": "Whit Monday", "1951-08-15": "Dormition of the Mother of God", "1951-10-28": "Ochi Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Glorifying Mother of God", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-03-03": "Green Monday", "1952-03-25": "Independence Day", "1952-04-18": "Good Friday", "1952-04-21": "Easter Monday", "1952-05-01": "Labor Day", "1952-06-09": "Whit Monday", "1952-08-15": "Dormition of the Mother of God", "1952-10-28": "Ochi Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Glorifying Mother of God", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-16": "Green Monday", "1953-03-25": "Independence Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-25": "Whit Monday", "1953-08-15": "Dormition of the Mother of God", "1953-10-28": "Ochi Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Glorifying Mother of God", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-03-08": "Green Monday", "1954-03-25": "Independence Day", "1954-04-23": "Good Friday", "1954-04-26": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-14": "Whit Monday", "1954-08-15": "Dormition of the Mother of God", "1954-10-28": "Ochi Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Glorifying Mother of God", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-28": "Green Monday", "1955-03-25": "Independence Day", "1955-04-15": "Good Friday", "1955-04-18": "Easter Monday", "1955-05-01": "Labor Day", "1955-06-06": "Whit Monday", "1955-08-15": "Dormition of the Mother of God", "1955-10-28": "Ochi Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Glorifying Mother of God", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-03-19": "Green Monday", "1956-03-25": "Independence Day", "1956-05-01": "Labor Day", "1956-05-04": "Good Friday", "1956-05-07": "Easter Monday", "1956-06-25": "Whit Monday", "1956-08-15": "Dormition of the Mother of God", "1956-10-28": "Ochi Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Glorifying Mother of God", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-03-04": "Green Monday", "1957-03-25": "Independence Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-10": "Whit Monday", "1957-08-15": "Dormition of the Mother of God", "1957-10-28": "Ochi Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Glorifying Mother of God", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-24": "Green Monday", "1958-03-25": "Independence Day", "1958-04-11": "Good Friday", "1958-04-14": "Easter Monday", "1958-05-01": "Labor Day", "1958-06-02": "Whit Monday", "1958-08-15": "Dormition of the Mother of God", "1958-10-28": "Ochi Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Glorifying Mother of God", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-16": "Green Monday", "1959-03-25": "Independence Day", "1959-05-01": "Good Friday; Labor Day", "1959-05-04": "Easter Monday", "1959-06-22": "Whit Monday", "1959-08-15": "Dormition of the Mother of God", "1959-10-28": "Ochi Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Glorifying Mother of God", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-29": "Green Monday", "1960-03-25": "Independence Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-06": "Whit Monday", "1960-08-15": "Dormition of the Mother of God", "1960-10-28": "Ochi Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Glorifying Mother of God", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-20": "Green Monday", "1961-03-25": "Independence Day", "1961-04-07": "Good Friday", "1961-04-10": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-29": "Whit Monday", "1961-08-15": "Dormition of the Mother of God", "1961-10-28": "Ochi Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Glorifying Mother of God", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-03-12": "Green Monday", "1962-03-25": "Independence Day", "1962-04-27": "Good Friday", "1962-04-30": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-18": "Whit Monday", "1962-08-15": "Dormition of the Mother of God", "1962-10-28": "Ochi Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Glorifying Mother of God", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-25": "Green Monday", "1963-03-25": "Independence Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-03": "Whit Monday", "1963-08-15": "Dormition of the Mother of God", "1963-10-28": "Ochi Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Glorifying Mother of God", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-03-16": "Green Monday", "1964-03-25": "Independence Day", "1964-05-01": "Good Friday; Labor Day", "1964-05-04": "Easter Monday", "1964-06-22": "Whit Monday", "1964-08-15": "Dormition of the Mother of God", "1964-10-28": "Ochi Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Glorifying Mother of God", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-03-08": "Green Monday", "1965-03-25": "Independence Day", "1965-04-23": "Good Friday", "1965-04-26": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-14": "Whit Monday", "1965-08-15": "Dormition of the Mother of God", "1965-10-28": "Ochi Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Glorifying Mother of God", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-21": "Green Monday", "1966-03-25": "Independence Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-30": "Whit Monday", "1966-08-15": "Dormition of the Mother of God", "1966-10-28": "Ochi Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Glorifying Mother of God", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-03-13": "Green Monday", "1967-03-25": "Independence Day", "1967-04-28": "Good Friday", "1967-05-01": "Easter Monday; Labor Day", "1967-06-19": "Whit Monday", "1967-08-15": "Dormition of the Mother of God", "1967-10-28": "Ochi Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Glorifying Mother of God", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-03-04": "Green Monday", "1968-03-25": "Independence Day", "1968-04-19": "Good Friday", "1968-04-22": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-10": "Whit Monday", "1968-08-15": "Dormition of the Mother of God", "1968-10-28": "Ochi Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Glorifying Mother of God", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-24": "Green Monday", "1969-03-25": "Independence Day", "1969-04-11": "Good Friday", "1969-04-14": "Easter Monday", "1969-05-01": "Labor Day", "1969-06-02": "Whit Monday", "1969-08-15": "Dormition of the Mother of God", "1969-10-28": "Ochi Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Glorifying Mother of God", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-03-09": "Green Monday", "1970-03-25": "Independence Day", "1970-04-24": "Good Friday", "1970-04-27": "Easter Monday", "1970-05-01": "Labor Day", "1970-06-15": "Whit Monday", "1970-08-15": "Dormition of the Mother of God", "1970-10-28": "Ochi Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Glorifying Mother of God", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-03-01": "Green Monday", "1971-03-25": "Independence Day", "1971-04-16": "Good Friday", "1971-04-19": "Easter Monday", "1971-05-01": "Labor Day", "1971-06-07": "Whit Monday", "1971-08-15": "Dormition of the Mother of God", "1971-10-28": "Ochi Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Glorifying Mother of God", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-21": "Green Monday", "1972-03-25": "Independence Day", "1972-04-07": "Good Friday", "1972-04-10": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-29": "Whit Monday", "1972-08-15": "Dormition of the Mother of God", "1972-10-28": "Ochi Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Glorifying Mother of God", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-03-12": "Green Monday", "1973-03-25": "Independence Day", "1973-04-27": "Good Friday", "1973-04-30": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-18": "Whit Monday", "1973-08-15": "Dormition of the Mother of God", "1973-10-28": "Ochi Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Glorifying Mother of God", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-25": "Green Monday", "1974-03-25": "Independence Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-03": "Whit Monday", "1974-08-15": "Dormition of the Mother of God", "1974-10-28": "Ochi Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Glorifying Mother of God", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-03-17": "Green Monday", "1975-03-25": "Independence Day", "1975-05-01": "Labor Day", "1975-05-02": "Good Friday", "1975-05-05": "Easter Monday", "1975-06-23": "Whit Monday", "1975-08-15": "Dormition of the Mother of God", "1975-10-28": "Ochi Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Glorifying Mother of God", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-03-08": "Green Monday", "1976-03-25": "Independence Day", "1976-04-23": "Good Friday", "1976-04-26": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-14": "Whit Monday", "1976-08-15": "Dormition of the Mother of God", "1976-10-28": "Ochi Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Glorifying Mother of God", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-21": "Green Monday", "1977-03-25": "Independence Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-30": "Whit Monday", "1977-08-15": "Dormition of the Mother of God", "1977-10-28": "Ochi Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Glorifying Mother of God", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-03-13": "Green Monday", "1978-03-25": "Independence Day", "1978-04-28": "Good Friday", "1978-05-01": "Easter Monday; Labor Day", "1978-06-19": "Whit Monday", "1978-08-15": "Dormition of the Mother of God", "1978-10-28": "Ochi Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Glorifying Mother of God", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-03-05": "Green Monday", "1979-03-25": "Independence Day", "1979-04-20": "Good Friday", "1979-04-23": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-11": "Whit Monday", "1979-08-15": "Dormition of the Mother of God", "1979-10-28": "Ochi Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Glorifying Mother of God", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-18": "Green Monday", "1980-03-25": "Independence Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-26": "Whit Monday", "1980-08-15": "Dormition of the Mother of God", "1980-10-28": "Ochi Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Glorifying Mother of God", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-03-09": "Green Monday", "1981-03-25": "Independence Day", "1981-04-24": "Good Friday", "1981-04-27": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-15": "Whit Monday", "1981-08-15": "Dormition of the Mother of God", "1981-10-28": "Ochi Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Glorifying Mother of God", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-03-01": "Green Monday", "1982-03-25": "Independence Day", "1982-04-16": "Good Friday", "1982-04-19": "Easter Monday", "1982-05-01": "Labor Day", "1982-06-07": "Whit Monday", "1982-08-15": "Dormition of the Mother of God", "1982-10-28": "Ochi Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Glorifying Mother of God", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-03-21": "Green Monday", "1983-03-25": "Independence Day", "1983-05-01": "Labor Day", "1983-05-06": "Good Friday", "1983-05-09": "Easter Monday", "1983-06-27": "Whit Monday", "1983-08-15": "Dormition of the Mother of God", "1983-10-28": "Ochi Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Glorifying Mother of God", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-03-05": "Green Monday", "1984-03-25": "Independence Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-11": "Whit Monday", "1984-08-15": "Dormition of the Mother of God", "1984-10-28": "Ochi Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Glorifying Mother of God", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-25": "Green Monday", "1985-03-25": "Independence Day", "1985-04-12": "Good Friday", "1985-04-15": "Easter Monday", "1985-05-01": "Labor Day", "1985-06-03": "Whit Monday", "1985-08-15": "Dormition of the Mother of God", "1985-10-28": "Ochi Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Glorifying Mother of God", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-03-17": "Green Monday", "1986-03-25": "Independence Day", "1986-05-01": "Labor Day", "1986-05-02": "Good Friday", "1986-05-05": "Easter Monday", "1986-06-23": "Whit Monday", "1986-08-15": "Dormition of the Mother of God", "1986-10-28": "Ochi Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Glorifying Mother of God", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-03-02": "Green Monday", "1987-03-25": "Independence Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-08": "Whit Monday", "1987-08-15": "Dormition of the Mother of God", "1987-10-28": "Ochi Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Glorifying Mother of God", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-22": "Green Monday", "1988-03-25": "Independence Day", "1988-04-08": "Good Friday", "1988-04-11": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-30": "Whit Monday", "1988-08-15": "Dormition of the Mother of God", "1988-10-28": "Ochi Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Glorifying Mother of God", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-03-13": "Green Monday", "1989-03-25": "Independence Day", "1989-04-28": "Good Friday", "1989-05-01": "Easter Monday; Labor Day", "1989-06-19": "Whit Monday", "1989-08-15": "Dormition of the Mother of God", "1989-10-28": "Ochi Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Glorifying Mother of God", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-26": "Green Monday", "1990-03-25": "Independence Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-04": "Whit Monday", "1990-08-15": "Dormition of the Mother of God", "1990-10-28": "Ochi Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Glorifying Mother of God", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-18": "Green Monday", "1991-03-25": "Independence Day", "1991-04-05": "Good Friday", "1991-04-08": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-27": "Whit Monday", "1991-08-15": "Dormition of the Mother of God", "1991-10-28": "Ochi Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Glorifying Mother of God", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-03-09": "Green Monday", "1992-03-25": "Independence Day", "1992-04-24": "Good Friday", "1992-04-27": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-15": "Whit Monday", "1992-08-15": "Dormition of the Mother of God", "1992-10-28": "Ochi Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Glorifying Mother of God", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-03-01": "Green Monday", "1993-03-25": "Independence Day", "1993-04-16": "Good Friday", "1993-04-19": "Easter Monday", "1993-05-01": "Labor Day", "1993-06-07": "Whit Monday", "1993-08-15": "Dormition of the Mother of God", "1993-10-28": "Ochi Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Glorifying Mother of God", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-03-14": "Green Monday", "1994-03-25": "Independence Day", "1994-04-29": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Easter Monday", "1994-06-20": "Whit Monday", "1994-08-15": "Dormition of the Mother of God", "1994-10-28": "Ochi Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Glorifying Mother of God", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-03-06": "Green Monday", "1995-03-25": "Independence Day", "1995-04-21": "Good Friday", "1995-04-24": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-12": "Whit Monday", "1995-08-15": "Dormition of the Mother of God", "1995-10-28": "Ochi Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Glorifying Mother of God", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-26": "Green Monday", "1996-03-25": "Independence Day", "1996-04-12": "Good Friday", "1996-04-15": "Easter Monday", "1996-05-01": "Labor Day", "1996-06-03": "Whit Monday", "1996-08-15": "Dormition of the Mother of God", "1996-10-28": "Ochi Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Glorifying Mother of God", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-10": "Green Monday", "1997-03-25": "Independence Day", "1997-04-25": "Good Friday", "1997-04-28": "Easter Monday", "1997-05-01": "Labor Day", "1997-06-16": "Whit Monday", "1997-08-15": "Dormition of the Mother of God", "1997-10-28": "Ochi Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Glorifying Mother of God", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-03-02": "Green Monday", "1998-03-25": "Independence Day", "1998-04-17": "Good Friday", "1998-04-20": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-08": "Whit Monday", "1998-08-15": "Dormition of the Mother of God", "1998-10-28": "Ochi Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Glorifying Mother of God", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-22": "Green Monday", "1999-03-25": "Independence Day", "1999-04-09": "Good Friday", "1999-04-12": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-31": "Whit Monday", "1999-08-15": "Dormition of the Mother of God", "1999-10-28": "Ochi Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Glorifying Mother of God", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-03-13": "Green Monday", "2000-03-25": "Independence Day", "2000-04-28": "Good Friday", "2000-05-01": "Easter Monday; Labor Day", "2000-06-19": "Whit Monday", "2000-08-15": "Dormition of the Mother of God", "2000-10-28": "Ochi Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Glorifying Mother of God", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-26": "Green Monday", "2001-03-25": "Independence Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-04": "Whit Monday", "2001-08-15": "Dormition of the Mother of God", "2001-10-28": "Ochi Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Glorifying Mother of God", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-03-18": "Green Monday", "2002-03-25": "Independence Day", "2002-05-01": "Labor Day", "2002-05-03": "Good Friday", "2002-05-06": "Easter Monday", "2002-06-24": "Whit Monday", "2002-08-15": "Dormition of the Mother of God", "2002-10-28": "Ochi Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Glorifying Mother of God", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-03-10": "Green Monday", "2003-03-25": "Independence Day", "2003-04-25": "Good Friday", "2003-04-28": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-16": "Whit Monday", "2003-08-15": "Dormition of the Mother of God", "2003-10-28": "Ochi Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Glorifying Mother of God", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-23": "Green Monday", "2004-03-25": "Independence Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-31": "Whit Monday", "2004-08-15": "Dormition of the Mother of God", "2004-10-28": "Ochi Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Glorifying Mother of God", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-14": "Green Monday", "2005-03-25": "Independence Day", "2005-04-29": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Easter Monday", "2005-06-20": "Whit Monday", "2005-08-15": "Dormition of the Mother of God", "2005-10-28": "Ochi Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Glorifying Mother of God", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-03-06": "Green Monday", "2006-03-25": "Independence Day", "2006-04-21": "Good Friday", "2006-04-24": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-12": "Whit Monday", "2006-08-15": "Dormition of the Mother of God", "2006-10-28": "Ochi Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Glorifying Mother of God", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-19": "Green Monday", "2007-03-25": "Independence Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-28": "Whit Monday", "2007-08-15": "Dormition of the Mother of God", "2007-10-28": "Ochi Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Glorifying Mother of God", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-10": "Green Monday", "2008-03-25": "Independence Day", "2008-04-25": "Good Friday", "2008-04-28": "Easter Monday", "2008-05-01": "Labor Day", "2008-06-16": "Whit Monday", "2008-08-15": "Dormition of the Mother of God", "2008-10-28": "Ochi Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Glorifying Mother of God", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-03-02": "Green Monday", "2009-03-25": "Independence Day", "2009-04-17": "Good Friday", "2009-04-20": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-08": "Whit Monday", "2009-08-15": "Dormition of the Mother of God", "2009-10-28": "Ochi Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Glorifying Mother of God", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-15": "Green Monday", "2010-03-25": "Independence Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-24": "Whit Monday", "2010-08-15": "Dormition of the Mother of God", "2010-10-28": "Ochi Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Glorifying Mother of God", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-03-07": "Green Monday", "2011-03-25": "Independence Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-13": "Whit Monday", "2011-08-15": "Dormition of the Mother of God", "2011-10-28": "Ochi Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Glorifying Mother of God", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-27": "Green Monday", "2012-03-25": "Independence Day", "2012-04-13": "Good Friday", "2012-04-16": "Easter Monday", "2012-05-01": "Labor Day", "2012-06-04": "Whit Monday", "2012-08-15": "Dormition of the Mother of God", "2012-10-28": "Ochi Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Glorifying Mother of God", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-18": "Green Monday", "2013-03-25": "Independence Day", "2013-05-01": "Labor Day", "2013-05-03": "Good Friday", "2013-05-06": "Easter Monday", "2013-06-24": "Whit Monday", "2013-08-15": "Dormition of the Mother of God", "2013-10-28": "Ochi Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Glorifying Mother of God", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-03-03": "Green Monday", "2014-03-25": "Independence Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-09": "Whit Monday", "2014-08-15": "Dormition of the Mother of God", "2014-10-28": "Ochi Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Glorifying Mother of God", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-23": "Green Monday", "2015-03-25": "Independence Day", "2015-04-10": "Good Friday", "2015-04-13": "Easter Monday", "2015-05-01": "Labor Day", "2015-06-01": "Whit Monday", "2015-08-15": "Dormition of the Mother of God", "2015-10-28": "Ochi Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Glorifying Mother of God", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-14": "Green Monday", "2016-03-25": "Independence Day", "2016-04-29": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Easter Monday", "2016-06-20": "Whit Monday", "2016-08-15": "Dormition of the Mother of God", "2016-10-28": "Ochi Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Glorifying Mother of God", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-27": "Green Monday", "2017-03-25": "Independence Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-05": "Whit Monday", "2017-08-15": "Dormition of the Mother of God", "2017-10-28": "Ochi Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Glorifying Mother of God", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-19": "Green Monday", "2018-03-25": "Independence Day", "2018-04-06": "Good Friday", "2018-04-09": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-28": "Whit Monday", "2018-08-15": "Dormition of the Mother of God", "2018-10-28": "Ochi Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Glorifying Mother of God", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-03-11": "Green Monday", "2019-03-25": "Independence Day", "2019-04-26": "Good Friday", "2019-04-29": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-17": "Whit Monday", "2019-08-15": "Dormition of the Mother of God", "2019-10-28": "Ochi Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Glorifying Mother of God", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-03-02": "Green Monday", "2020-03-25": "Independence Day", "2020-04-17": "Good Friday", "2020-04-20": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-08": "Whit Monday", "2020-08-15": "Dormition of the Mother of God", "2020-10-28": "Ochi Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Glorifying Mother of God", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-03-15": "Green Monday", "2021-03-25": "Independence Day", "2021-04-30": "Good Friday", "2021-05-01": "Labor Day", "2021-05-03": "Easter Monday", "2021-05-04": "Labor Day (observed)", "2021-06-21": "Whit Monday", "2021-08-15": "Dormition of the Mother of God", "2021-10-28": "Ochi Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Glorifying Mother of God", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-03-07": "Green Monday", "2022-03-25": "Independence Day", "2022-04-22": "Good Friday", "2022-04-25": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-13": "Whit Monday", "2022-08-15": "Dormition of the Mother of God", "2022-10-28": "Ochi Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Glorifying Mother of God", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-27": "Green Monday", "2023-03-25": "Independence Day", "2023-04-14": "Good Friday", "2023-04-17": "Easter Monday", "2023-05-01": "Labor Day", "2023-06-05": "Whit Monday", "2023-08-15": "Dormition of the Mother of God", "2023-10-28": "Ochi Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Glorifying Mother of God", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-18": "Green Monday", "2024-03-25": "Independence Day", "2024-05-03": "Good Friday", "2024-05-06": "Easter Monday", "2024-05-07": "Labor Day", "2024-06-24": "Whit Monday", "2024-08-15": "Dormition of the Mother of God", "2024-10-28": "Ochi Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Glorifying Mother of God", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-03-03": "Green Monday", "2025-03-25": "Independence Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-09": "Whit Monday", "2025-08-15": "Dormition of the Mother of God", "2025-10-28": "Ochi Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Glorifying Mother of God", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-23": "Green Monday", "2026-03-25": "Independence Day", "2026-04-10": "Good Friday", "2026-04-13": "Easter Monday", "2026-05-01": "Labor Day", "2026-06-01": "Whit Monday", "2026-08-15": "Dormition of the Mother of God", "2026-10-28": "Ochi Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Glorifying Mother of God", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-15": "Green Monday", "2027-03-25": "Independence Day", "2027-04-30": "Good Friday", "2027-05-01": "Labor Day", "2027-05-03": "Easter Monday", "2027-05-04": "Labor Day (observed)", "2027-06-21": "Whit Monday", "2027-08-15": "Dormition of the Mother of God", "2027-10-28": "Ochi Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Glorifying Mother of God", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-28": "Green Monday", "2028-03-25": "Independence Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-05": "Whit Monday", "2028-08-15": "Dormition of the Mother of God", "2028-10-28": "Ochi Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Glorifying Mother of God", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-19": "Green Monday", "2029-03-25": "Independence Day", "2029-04-06": "Good Friday", "2029-04-09": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-28": "Whit Monday", "2029-08-15": "Dormition of the Mother of God", "2029-10-28": "Ochi Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Glorifying Mother of God", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-03-11": "Green Monday", "2030-03-25": "Independence Day", "2030-04-26": "Good Friday", "2030-04-29": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-17": "Whit Monday", "2030-08-15": "Dormition of the Mother of God", "2030-10-28": "Ochi Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Glorifying Mother of God", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-24": "Green Monday", "2031-03-25": "Independence Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-02": "Whit Monday", "2031-08-15": "Dormition of the Mother of God", "2031-10-28": "Ochi Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Glorifying Mother of God", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-15": "Green Monday", "2032-03-25": "Independence Day", "2032-04-30": "Good Friday", "2032-05-01": "Labor Day", "2032-05-03": "Easter Monday", "2032-05-04": "Labor Day (observed)", "2032-06-21": "Whit Monday", "2032-08-15": "Dormition of the Mother of God", "2032-10-28": "Ochi Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Glorifying Mother of God", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-03-07": "Green Monday", "2033-03-25": "Independence Day", "2033-04-22": "Good Friday", "2033-04-25": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-13": "Whit Monday", "2033-08-15": "Dormition of the Mother of God", "2033-10-28": "Ochi Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Glorifying Mother of God", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-20": "Green Monday", "2034-03-25": "Independence Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-29": "Whit Monday", "2034-08-15": "Dormition of the Mother of God", "2034-10-28": "Ochi Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Glorifying Mother of God", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-12": "Green Monday", "2035-03-25": "Independence Day", "2035-04-27": "Good Friday", "2035-04-30": "Easter Monday", "2035-05-01": "Labor Day", "2035-06-18": "Whit Monday", "2035-08-15": "Dormition of the Mother of God", "2035-10-28": "Ochi Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Glorifying Mother of God", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-03-03": "Green Monday", "2036-03-25": "Independence Day", "2036-04-18": "Good Friday", "2036-04-21": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-09": "Whit Monday", "2036-08-15": "Dormition of the Mother of God", "2036-10-28": "Ochi Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Glorifying Mother of God", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-16": "Green Monday", "2037-03-25": "Independence Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-25": "Whit Monday", "2037-08-15": "Dormition of the Mother of God", "2037-10-28": "Ochi Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Glorifying Mother of God", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-03-08": "Green Monday", "2038-03-25": "Independence Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-03": "Labor Day (observed)", "2038-06-14": "Whit Monday", "2038-08-15": "Dormition of the Mother of God", "2038-10-28": "Ochi Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Glorifying Mother of God", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-28": "Green Monday", "2039-03-25": "Independence Day", "2039-04-15": "Good Friday", "2039-04-18": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-06": "Whit Monday", "2039-08-15": "Dormition of the Mother of God", "2039-10-28": "Ochi Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Glorifying Mother of God", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-03-19": "Green Monday", "2040-03-25": "Independence Day", "2040-05-01": "Labor Day", "2040-05-04": "Good Friday", "2040-05-07": "Easter Monday", "2040-06-25": "Whit Monday", "2040-08-15": "Dormition of the Mother of God", "2040-10-28": "Ochi Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Glorifying Mother of God", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-03-04": "Green Monday", "2041-03-25": "Independence Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-10": "Whit Monday", "2041-08-15": "Dormition of the Mother of God", "2041-10-28": "Ochi Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Glorifying Mother of God", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-24": "Green Monday", "2042-03-25": "Independence Day", "2042-04-11": "Good Friday", "2042-04-14": "Easter Monday", "2042-05-01": "Labor Day", "2042-06-02": "Whit Monday", "2042-08-15": "Dormition of the Mother of God", "2042-10-28": "Ochi Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Glorifying Mother of God", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-16": "Green Monday", "2043-03-25": "Independence Day", "2043-05-01": "Good Friday; Labor Day", "2043-05-04": "Easter Monday", "2043-06-22": "Whit Monday", "2043-08-15": "Dormition of the Mother of God", "2043-10-28": "Ochi Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Glorifying Mother of God", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-03-07": "Green Monday", "2044-03-25": "Independence Day", "2044-04-22": "Good Friday", "2044-04-25": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-13": "Whit Monday", "2044-08-15": "Dormition of the Mother of God", "2044-10-28": "Ochi Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Glorifying Mother of God", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-20": "Green Monday", "2045-03-25": "Independence Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-29": "Whit Monday", "2045-08-15": "Dormition of the Mother of God", "2045-10-28": "Ochi Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Glorifying Mother of God", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-12": "Green Monday", "2046-03-25": "Independence Day", "2046-04-27": "Good Friday", "2046-04-30": "Easter Monday", "2046-05-01": "Labor Day", "2046-06-18": "Whit Monday", "2046-08-15": "Dormition of the Mother of God", "2046-10-28": "Ochi Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Glorifying Mother of God", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-03-04": "Green Monday", "2047-03-25": "Independence Day", "2047-04-19": "Good Friday", "2047-04-22": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-10": "Whit Monday", "2047-08-15": "Dormition of the Mother of God", "2047-10-28": "Ochi Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Glorifying Mother of God", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-17": "Green Monday", "2048-03-25": "Independence Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-25": "Whit Monday", "2048-08-15": "Dormition of the Mother of God", "2048-10-28": "Ochi Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Glorifying Mother of God", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-03-08": "Green Monday", "2049-03-25": "Independence Day", "2049-04-23": "Good Friday", "2049-04-26": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-03": "Labor Day (observed)", "2049-06-14": "Whit Monday", "2049-08-15": "Dormition of the Mother of God", "2049-10-28": "Ochi Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Glorifying Mother of God", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-28": "Green Monday", "2050-03-25": "Independence Day", "2050-04-15": "Good Friday", "2050-04-18": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-06": "Whit Monday", "2050-08-15": "Dormition of the Mother of God", "2050-10-28": "Ochi Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Glorifying Mother of God", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/GT_COMMON.json000066400000000000000000001136031500152103600215640ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-05-01": "Labor Day", "1950-06-30": "Army Day", "1950-08-15": "Assumption Day", "1950-09-15": "Independence Day", "1950-10-20": "Revolution Day", "1950-11-01": "All Saints' Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-05-01": "Labor Day", "1951-06-30": "Army Day", "1951-08-15": "Assumption Day", "1951-09-15": "Independence Day", "1951-10-20": "Revolution Day", "1951-11-01": "All Saints' Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-05-01": "Labor Day", "1952-06-30": "Army Day", "1952-08-15": "Assumption Day", "1952-09-15": "Independence Day", "1952-10-20": "Revolution Day", "1952-11-01": "All Saints' Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-05-01": "Labor Day", "1953-06-30": "Army Day", "1953-08-15": "Assumption Day", "1953-09-15": "Independence Day", "1953-10-20": "Revolution Day", "1953-11-01": "All Saints' Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-06-30": "Army Day", "1954-08-15": "Assumption Day", "1954-09-15": "Independence Day", "1954-10-20": "Revolution Day", "1954-11-01": "All Saints' Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-05-01": "Labor Day", "1955-06-30": "Army Day", "1955-08-15": "Assumption Day", "1955-09-15": "Independence Day", "1955-10-20": "Revolution Day", "1955-11-01": "All Saints' Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-05-01": "Labor Day", "1956-06-30": "Army Day", "1956-08-15": "Assumption Day", "1956-09-15": "Independence Day", "1956-10-20": "Revolution Day", "1956-11-01": "All Saints' Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-06-30": "Army Day", "1957-08-15": "Assumption Day", "1957-09-15": "Independence Day", "1957-10-20": "Revolution Day", "1957-11-01": "All Saints' Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-05-01": "Labor Day", "1958-06-30": "Army Day", "1958-08-15": "Assumption Day", "1958-09-15": "Independence Day", "1958-10-20": "Revolution Day", "1958-11-01": "All Saints' Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-05-01": "Labor Day", "1959-06-30": "Army Day", "1959-08-15": "Assumption Day", "1959-09-15": "Independence Day", "1959-10-20": "Revolution Day", "1959-11-01": "All Saints' Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-06-30": "Army Day", "1960-08-15": "Assumption Day", "1960-09-15": "Independence Day", "1960-10-20": "Revolution Day", "1960-11-01": "All Saints' Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-05-01": "Labor Day", "1961-06-30": "Army Day", "1961-08-15": "Assumption Day", "1961-09-15": "Independence Day", "1961-10-20": "Revolution Day", "1961-11-01": "All Saints' Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-06-30": "Army Day", "1962-08-15": "Assumption Day", "1962-09-15": "Independence Day", "1962-10-20": "Revolution Day", "1962-11-01": "All Saints' Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-05-01": "Labor Day", "1963-06-30": "Army Day", "1963-08-15": "Assumption Day", "1963-09-15": "Independence Day", "1963-10-20": "Revolution Day", "1963-11-01": "All Saints' Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-05-01": "Labor Day", "1964-06-30": "Army Day", "1964-08-15": "Assumption Day", "1964-09-15": "Independence Day", "1964-10-20": "Revolution Day", "1964-11-01": "All Saints' Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-06-30": "Army Day", "1965-08-15": "Assumption Day", "1965-09-15": "Independence Day", "1965-10-20": "Revolution Day", "1965-11-01": "All Saints' Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-05-01": "Labor Day", "1966-06-30": "Army Day", "1966-08-15": "Assumption Day", "1966-09-15": "Independence Day", "1966-10-20": "Revolution Day", "1966-11-01": "All Saints' Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-05-01": "Labor Day", "1967-06-30": "Army Day", "1967-08-15": "Assumption Day", "1967-09-15": "Independence Day", "1967-10-20": "Revolution Day", "1967-11-01": "All Saints' Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-05-01": "Labor Day", "1968-06-30": "Army Day", "1968-08-15": "Assumption Day", "1968-09-15": "Independence Day", "1968-10-20": "Revolution Day", "1968-11-01": "All Saints' Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-05-01": "Labor Day", "1969-06-30": "Army Day", "1969-08-15": "Assumption Day", "1969-09-15": "Independence Day", "1969-10-20": "Revolution Day", "1969-11-01": "All Saints' Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-05-01": "Labor Day", "1970-06-30": "Army Day", "1970-08-15": "Assumption Day", "1970-09-15": "Independence Day", "1970-10-20": "Revolution Day", "1970-11-01": "All Saints' Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-05-01": "Labor Day", "1971-06-30": "Army Day", "1971-08-15": "Assumption Day", "1971-09-15": "Independence Day", "1971-10-20": "Revolution Day", "1971-11-01": "All Saints' Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-05-01": "Labor Day", "1972-06-30": "Army Day", "1972-08-15": "Assumption Day", "1972-09-15": "Independence Day", "1972-10-20": "Revolution Day", "1972-11-01": "All Saints' Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-06-30": "Army Day", "1973-08-15": "Assumption Day", "1973-09-15": "Independence Day", "1973-10-20": "Revolution Day", "1973-11-01": "All Saints' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-06-30": "Army Day", "1974-08-15": "Assumption Day", "1974-09-15": "Independence Day", "1974-10-20": "Revolution Day", "1974-11-01": "All Saints' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-06-30": "Army Day", "1975-08-15": "Assumption Day", "1975-09-15": "Independence Day", "1975-10-20": "Revolution Day", "1975-11-01": "All Saints' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-06-30": "Army Day", "1976-08-15": "Assumption Day", "1976-09-15": "Independence Day", "1976-10-20": "Revolution Day", "1976-11-01": "All Saints' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-06-30": "Army Day", "1977-08-15": "Assumption Day", "1977-09-15": "Independence Day", "1977-10-20": "Revolution Day", "1977-11-01": "All Saints' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-06-30": "Army Day", "1978-08-15": "Assumption Day", "1978-09-15": "Independence Day", "1978-10-20": "Revolution Day", "1978-11-01": "All Saints' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-06-30": "Army Day", "1979-08-15": "Assumption Day", "1979-09-15": "Independence Day", "1979-10-20": "Revolution Day", "1979-11-01": "All Saints' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-06-30": "Army Day", "1980-08-15": "Assumption Day", "1980-09-15": "Independence Day", "1980-10-20": "Revolution Day", "1980-11-01": "All Saints' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-06-30": "Army Day", "1981-08-15": "Assumption Day", "1981-09-15": "Independence Day", "1981-10-20": "Revolution Day", "1981-11-01": "All Saints' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-06-30": "Army Day", "1982-08-15": "Assumption Day", "1982-09-15": "Independence Day", "1982-10-20": "Revolution Day", "1982-11-01": "All Saints' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-06-30": "Army Day", "1983-08-15": "Assumption Day", "1983-09-15": "Independence Day", "1983-10-20": "Revolution Day", "1983-11-01": "All Saints' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-06-30": "Army Day", "1984-08-15": "Assumption Day", "1984-09-15": "Independence Day", "1984-10-20": "Revolution Day", "1984-11-01": "All Saints' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-06-30": "Army Day", "1985-08-15": "Assumption Day", "1985-09-15": "Independence Day", "1985-10-20": "Revolution Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-06-30": "Army Day", "1986-08-15": "Assumption Day", "1986-09-15": "Independence Day", "1986-10-20": "Revolution Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-06-30": "Army Day", "1987-08-15": "Assumption Day", "1987-09-15": "Independence Day", "1987-10-20": "Revolution Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-06-30": "Army Day", "1988-08-15": "Assumption Day", "1988-09-15": "Independence Day", "1988-10-20": "Revolution Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-06-30": "Army Day", "1989-08-15": "Assumption Day", "1989-09-15": "Independence Day", "1989-10-20": "Revolution Day", "1989-11-01": "All Saints' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-06-30": "Army Day", "1990-08-15": "Assumption Day", "1990-09-15": "Independence Day", "1990-10-20": "Revolution Day", "1990-11-01": "All Saints' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-06-30": "Army Day", "1991-08-15": "Assumption Day", "1991-09-15": "Independence Day", "1991-10-20": "Revolution Day", "1991-11-01": "All Saints' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-06-30": "Army Day", "1992-08-15": "Assumption Day", "1992-09-15": "Independence Day", "1992-10-20": "Revolution Day", "1992-11-01": "All Saints' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-06-30": "Army Day", "1993-08-15": "Assumption Day", "1993-09-15": "Independence Day", "1993-10-20": "Revolution Day", "1993-11-01": "All Saints' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-06-30": "Army Day", "1994-08-15": "Assumption Day", "1994-09-15": "Independence Day", "1994-10-20": "Revolution Day", "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-06-30": "Army Day", "1995-08-15": "Assumption Day", "1995-09-15": "Independence Day", "1995-10-20": "Revolution Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-06-30": "Army Day", "1996-08-15": "Assumption Day", "1996-09-15": "Independence Day", "1996-10-20": "Revolution Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-06-30": "Army Day", "1997-08-15": "Assumption Day", "1997-09-15": "Independence Day", "1997-10-20": "Revolution Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-06-30": "Army Day", "1998-08-15": "Assumption Day", "1998-09-15": "Independence Day", "1998-10-20": "Revolution Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-06-30": "Army Day", "1999-08-15": "Assumption Day", "1999-09-15": "Independence Day", "1999-10-20": "Revolution Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-06-30": "Army Day", "2000-08-15": "Assumption Day", "2000-09-15": "Independence Day", "2000-10-20": "Revolution Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-06-30": "Army Day", "2001-08-15": "Assumption Day", "2001-09-15": "Independence Day", "2001-10-20": "Revolution Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-06-30": "Army Day", "2002-08-15": "Assumption Day", "2002-09-15": "Independence Day", "2002-10-20": "Revolution Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-06-30": "Army Day", "2003-08-15": "Assumption Day", "2003-09-15": "Independence Day", "2003-10-20": "Revolution Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-06-30": "Army Day", "2004-08-15": "Assumption Day", "2004-09-15": "Independence Day", "2004-10-20": "Revolution Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-06-30": "Army Day", "2005-08-15": "Assumption Day", "2005-09-15": "Independence Day", "2005-10-20": "Revolution Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-06-30": "Army Day", "2006-08-15": "Assumption Day", "2006-09-15": "Independence Day", "2006-10-20": "Revolution Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-06-30": "Army Day", "2007-08-15": "Assumption Day", "2007-09-15": "Independence Day", "2007-10-20": "Revolution Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-06-30": "Army Day", "2008-08-15": "Assumption Day", "2008-09-15": "Independence Day", "2008-10-20": "Revolution Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-06-30": "Army Day", "2009-08-15": "Assumption Day", "2009-09-15": "Independence Day", "2009-10-20": "Revolution Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-06-30": "Army Day", "2010-08-15": "Assumption Day", "2010-09-15": "Independence Day", "2010-10-20": "Revolution Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-06-30": "Army Day", "2011-08-15": "Assumption Day", "2011-09-15": "Independence Day", "2011-10-20": "Revolution Day", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-06-30": "Army Day", "2012-08-15": "Assumption Day", "2012-09-15": "Independence Day", "2012-10-20": "Revolution Day", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-30": "Army Day", "2013-08-15": "Assumption Day", "2013-09-15": "Independence Day", "2013-10-20": "Revolution Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-30": "Army Day", "2014-08-15": "Assumption Day", "2014-09-15": "Independence Day", "2014-10-20": "Revolution Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-30": "Army Day", "2015-08-15": "Assumption Day", "2015-09-15": "Independence Day", "2015-10-20": "Revolution Day", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-06-30": "Army Day", "2016-08-15": "Assumption Day", "2016-09-15": "Independence Day", "2016-10-20": "Revolution Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-06-30": "Army Day", "2017-08-15": "Assumption Day", "2017-09-15": "Independence Day", "2017-10-20": "Revolution Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-06-30": "Army Day", "2018-08-15": "Assumption Day", "2018-09-15": "Independence Day", "2018-10-22": "Revolution Day", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-04-29": "Labor Day", "2019-07-01": "Army Day", "2019-08-15": "Assumption Day", "2019-09-15": "Independence Day", "2019-10-21": "Revolution Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-06-29": "Army Day", "2020-08-15": "Assumption Day", "2020-09-15": "Independence Day", "2020-10-20": "Revolution Day", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-06-28": "Army Day", "2021-08-15": "Assumption Day", "2021-09-15": "Independence Day", "2021-10-20": "Revolution Day", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-07-04": "Army Day", "2022-08-15": "Assumption Day", "2022-09-15": "Independence Day", "2022-10-20": "Revolution Day", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-07-03": "Army Day", "2023-08-15": "Assumption Day", "2023-09-15": "Independence Day", "2023-10-20": "Revolution Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-07-01": "Army Day", "2024-08-15": "Assumption Day", "2024-09-15": "Independence Day", "2024-10-20": "Revolution Day", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-06-30": "Army Day", "2025-08-15": "Assumption Day", "2025-09-15": "Independence Day", "2025-10-20": "Revolution Day", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-06-29": "Army Day", "2026-08-15": "Assumption Day", "2026-09-15": "Independence Day", "2026-10-20": "Revolution Day", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-06-28": "Army Day", "2027-08-15": "Assumption Day", "2027-09-15": "Independence Day", "2027-10-20": "Revolution Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-07-03": "Army Day", "2028-08-15": "Assumption Day", "2028-09-15": "Independence Day", "2028-10-20": "Revolution Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-07-02": "Army Day", "2029-08-15": "Assumption Day", "2029-09-15": "Independence Day", "2029-10-20": "Revolution Day", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-07-01": "Army Day", "2030-08-15": "Assumption Day", "2030-09-15": "Independence Day", "2030-10-20": "Revolution Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-06-30": "Army Day", "2031-08-15": "Assumption Day", "2031-09-15": "Independence Day", "2031-10-20": "Revolution Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-06-28": "Army Day", "2032-08-15": "Assumption Day", "2032-09-15": "Independence Day", "2032-10-20": "Revolution Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-07-04": "Army Day", "2033-08-15": "Assumption Day", "2033-09-15": "Independence Day", "2033-10-20": "Revolution Day", "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-07-03": "Army Day", "2034-08-15": "Assumption Day", "2034-09-15": "Independence Day", "2034-10-20": "Revolution Day", "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-07-02": "Army Day", "2035-08-15": "Assumption Day", "2035-09-15": "Independence Day", "2035-10-20": "Revolution Day", "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-06-30": "Army Day", "2036-08-15": "Assumption Day", "2036-09-15": "Independence Day", "2036-10-20": "Revolution Day", "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-06-29": "Army Day", "2037-08-15": "Assumption Day", "2037-09-15": "Independence Day", "2037-10-20": "Revolution Day", "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-06-28": "Army Day", "2038-08-15": "Assumption Day", "2038-09-15": "Independence Day", "2038-10-20": "Revolution Day", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-07-04": "Army Day", "2039-08-15": "Assumption Day", "2039-09-15": "Independence Day", "2039-10-20": "Revolution Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-07-02": "Army Day", "2040-08-15": "Assumption Day", "2040-09-15": "Independence Day", "2040-10-20": "Revolution Day", "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-07-01": "Army Day", "2041-08-15": "Assumption Day", "2041-09-15": "Independence Day", "2041-10-20": "Revolution Day", "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-06-30": "Army Day", "2042-08-15": "Assumption Day", "2042-09-15": "Independence Day", "2042-10-20": "Revolution Day", "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-06-29": "Army Day", "2043-08-15": "Assumption Day", "2043-09-15": "Independence Day", "2043-10-20": "Revolution Day", "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-07-04": "Army Day", "2044-08-15": "Assumption Day", "2044-09-15": "Independence Day", "2044-10-20": "Revolution Day", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-07-03": "Army Day", "2045-08-15": "Assumption Day", "2045-09-15": "Independence Day", "2045-10-20": "Revolution Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-07-02": "Army Day", "2046-08-15": "Assumption Day", "2046-09-15": "Independence Day", "2046-10-20": "Revolution Day", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-07-01": "Army Day", "2047-08-15": "Assumption Day", "2047-09-15": "Independence Day", "2047-10-20": "Revolution Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-06-29": "Army Day", "2048-08-15": "Assumption Day", "2048-09-15": "Independence Day", "2048-10-20": "Revolution Day", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-06-28": "Army Day", "2049-08-15": "Assumption Day", "2049-09-15": "Independence Day", "2049-10-20": "Revolution Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-07-04": "Army Day", "2050-08-15": "Assumption Day", "2050-09-15": "Independence Day", "2050-10-20": "Revolution Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/GU_COMMON.json000066400000000000000000002222341500152103600215660ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-07-21": "Liberation Day (Guam)", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-02": "All Souls' Day", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-08": "Lady of Camarin Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-07-21": "Liberation Day (Guam)", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-02": "All Souls' Day", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-08": "Lady of Camarin Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-07-21": "Liberation Day (Guam)", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-02": "All Souls' Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-08": "Lady of Camarin Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-07-21": "Liberation Day (Guam)", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-02": "All Souls' Day", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-08": "Lady of Camarin Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-07-21": "Liberation Day (Guam)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-02": "All Souls' Day", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-08": "Lady of Camarin Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-07-21": "Liberation Day (Guam)", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-02": "All Souls' Day", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-08": "Lady of Camarin Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-07-21": "Liberation Day (Guam)", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-02": "All Souls' Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-08": "Lady of Camarin Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-07-21": "Liberation Day (Guam)", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-02": "All Souls' Day", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-08": "Lady of Camarin Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-07-21": "Liberation Day (Guam)", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-02": "All Souls' Day", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-08": "Lady of Camarin Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-07-21": "Liberation Day (Guam)", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-02": "All Souls' Day", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-08": "Lady of Camarin Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-07-21": "Liberation Day (Guam)", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-02": "All Souls' Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-08": "Lady of Camarin Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-07-21": "Liberation Day (Guam)", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-02": "All Souls' Day", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-08": "Lady of Camarin Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-07-21": "Liberation Day (Guam)", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-02": "All Souls' Day", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-08": "Lady of Camarin Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-07-21": "Liberation Day (Guam)", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-02": "All Souls' Day", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-08": "Lady of Camarin Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-07-21": "Liberation Day (Guam)", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-02": "All Souls' Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-08": "Lady of Camarin Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-07-21": "Liberation Day (Guam)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-02": "All Souls' Day", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-08": "Lady of Camarin Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-07-21": "Liberation Day (Guam)", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-02": "All Souls' Day", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-08": "Lady of Camarin Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-07-21": "Liberation Day (Guam)", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-02": "All Souls' Day", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-08": "Lady of Camarin Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-07-21": "Liberation Day (Guam)", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-02": "All Souls' Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-08": "Lady of Camarin Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-07-21": "Liberation Day (Guam)", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-02": "All Souls' Day", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-08": "Lady of Camarin Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-02": "Guam Discovery Day", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-07-21": "Liberation Day (Guam)", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-02": "All Souls' Day", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-08": "Lady of Camarin Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-01": "Guam Discovery Day", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-07-21": "Liberation Day (Guam)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-02": "All Souls' Day", "1971-11-25": "Thanksgiving Day", "1971-12-08": "Lady of Camarin Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-06": "Guam Discovery Day", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-07-21": "Liberation Day (Guam)", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-02": "All Souls' Day", "1972-11-23": "Thanksgiving Day", "1972-12-08": "Lady of Camarin Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-05": "Guam Discovery Day", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-07-21": "Liberation Day (Guam)", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-02": "All Souls' Day", "1973-11-22": "Thanksgiving Day", "1973-12-08": "Lady of Camarin Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-04": "Guam Discovery Day", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-07-21": "Liberation Day (Guam)", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-02": "All Souls' Day", "1974-11-28": "Thanksgiving Day", "1974-12-08": "Lady of Camarin Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-03": "Guam Discovery Day", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-07-21": "Liberation Day (Guam)", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-02": "All Souls' Day", "1975-11-27": "Thanksgiving Day", "1975-12-08": "Lady of Camarin Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-01": "Guam Discovery Day", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-07-21": "Liberation Day (Guam)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "All Souls' Day", "1976-11-25": "Thanksgiving Day", "1976-12-08": "Lady of Camarin Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-07": "Guam Discovery Day", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-07-21": "Liberation Day (Guam)", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-02": "All Souls' Day", "1977-11-24": "Thanksgiving Day", "1977-12-08": "Lady of Camarin Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-06": "Guam Discovery Day", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-07-21": "Liberation Day (Guam)", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-02": "All Souls' Day", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-08": "Lady of Camarin Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-05": "Guam Discovery Day", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-07-21": "Liberation Day (Guam)", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-02": "All Souls' Day", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-08": "Lady of Camarin Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-03": "Guam Discovery Day", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-07-21": "Liberation Day (Guam)", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-02": "All Souls' Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-08": "Lady of Camarin Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-02": "Guam Discovery Day", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-07-21": "Liberation Day (Guam)", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-02": "All Souls' Day", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-08": "Lady of Camarin Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-01": "Guam Discovery Day", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-07-21": "Liberation Day (Guam)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-02": "All Souls' Day", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-08": "Lady of Camarin Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-07": "Guam Discovery Day", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-07-21": "Liberation Day (Guam)", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-02": "All Souls' Day", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-08": "Lady of Camarin Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-05": "Guam Discovery Day", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-07-21": "Liberation Day (Guam)", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-02": "All Souls' Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-08": "Lady of Camarin Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-04": "Guam Discovery Day", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-07-21": "Liberation Day (Guam)", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-02": "All Souls' Day", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-08": "Lady of Camarin Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-03": "Guam Discovery Day", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-07-21": "Liberation Day (Guam)", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-02": "All Souls' Day", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-08": "Lady of Camarin Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-02": "Guam Discovery Day", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-07-21": "Liberation Day (Guam)", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-02": "All Souls' Day", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-08": "Lady of Camarin Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-07": "Guam Discovery Day", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-07-21": "Liberation Day (Guam)", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-02": "All Souls' Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-08": "Lady of Camarin Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-06": "Guam Discovery Day", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-07-21": "Liberation Day (Guam)", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-02": "All Souls' Day", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-08": "Lady of Camarin Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-05": "Guam Discovery Day", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-07-21": "Liberation Day (Guam)", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-02": "All Souls' Day", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-08": "Lady of Camarin Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-04": "Guam Discovery Day", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-07-21": "Liberation Day (Guam)", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-02": "All Souls' Day", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-08": "Lady of Camarin Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-02": "Guam Discovery Day", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-07-21": "Liberation Day (Guam)", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-02": "All Souls' Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-08": "Lady of Camarin Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-01": "Guam Discovery Day", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-07-21": "Liberation Day (Guam)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-02": "All Souls' Day", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-08": "Lady of Camarin Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-07": "Guam Discovery Day", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-07-21": "Liberation Day (Guam)", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-02": "All Souls' Day", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-08": "Lady of Camarin Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-06": "Guam Discovery Day", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-07-21": "Liberation Day (Guam)", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-02": "All Souls' Day", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-08": "Lady of Camarin Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-04": "Guam Discovery Day", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-07-21": "Liberation Day (Guam)", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-02": "All Souls' Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-08": "Lady of Camarin Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-03": "Guam Discovery Day", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-07-21": "Liberation Day (Guam)", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-02": "All Souls' Day", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-08": "Lady of Camarin Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-02": "Guam Discovery Day", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-07-21": "Liberation Day (Guam)", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-02": "All Souls' Day", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-08": "Lady of Camarin Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-01": "Guam Discovery Day", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-07-21": "Liberation Day (Guam)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-02": "All Souls' Day", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-08": "Lady of Camarin Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-06": "Guam Discovery Day", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-07-21": "Liberation Day (Guam)", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-02": "All Souls' Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-08": "Lady of Camarin Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-05": "Guam Discovery Day", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-07-21": "Liberation Day (Guam)", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-02": "All Souls' Day", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-08": "Lady of Camarin Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-04": "Guam Discovery Day", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-07-21": "Liberation Day (Guam)", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-02": "All Souls' Day", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-08": "Lady of Camarin Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-03": "Guam Discovery Day", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-07-21": "Liberation Day (Guam)", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-02": "All Souls' Day", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-08": "Lady of Camarin Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-01": "Guam Discovery Day", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-07-21": "Liberation Day (Guam)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "All Souls' Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-08": "Lady of Camarin Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-07": "Guam Discovery Day", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-07-21": "Liberation Day (Guam)", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-02": "All Souls' Day", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-08": "Lady of Camarin Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-06": "Guam Discovery Day", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-07-21": "Liberation Day (Guam)", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-02": "All Souls' Day", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-08": "Lady of Camarin Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-05": "Guam Discovery Day", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-07-21": "Liberation Day (Guam)", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-02": "All Souls' Day", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-08": "Lady of Camarin Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-03": "Guam Discovery Day", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-07-21": "Liberation Day (Guam)", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-02": "All Souls' Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-08": "Lady of Camarin Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-02": "Guam Discovery Day", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-07-21": "Liberation Day (Guam)", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-02": "All Souls' Day", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-08": "Lady of Camarin Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-01": "Guam Discovery Day", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-07-21": "Liberation Day (Guam)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "All Souls' Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-08": "Lady of Camarin Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-07": "Guam Discovery Day", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-07-21": "Liberation Day (Guam)", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-02": "All Souls' Day", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-08": "Lady of Camarin Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-05": "Guam Discovery Day", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-07-21": "Liberation Day (Guam)", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-02": "All Souls' Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-08": "Lady of Camarin Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-04": "Guam Discovery Day", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-07-21": "Liberation Day (Guam)", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-02": "All Souls' Day", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-08": "Lady of Camarin Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-03": "Guam Discovery Day", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-07-21": "Liberation Day (Guam)", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-02": "All Souls' Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-08": "Lady of Camarin Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-02": "Guam Discovery Day", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-07-21": "Liberation Day (Guam)", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-02": "All Souls' Day", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-08": "Lady of Camarin Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-07": "Guam Discovery Day", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-07-21": "Liberation Day (Guam)", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-02": "All Souls' Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-08": "Lady of Camarin Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-06": "Guam Discovery Day", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-07-21": "Liberation Day (Guam)", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-02": "All Souls' Day", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-08": "Lady of Camarin Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-05": "Guam Discovery Day", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-07-21": "Liberation Day (Guam)", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-02": "All Souls' Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-08": "Lady of Camarin Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-04": "Guam Discovery Day", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-07-21": "Liberation Day (Guam)", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-02": "All Souls' Day", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-08": "Lady of Camarin Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-02": "Guam Discovery Day", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-07-21": "Liberation Day (Guam)", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-02": "All Souls' Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-08": "Lady of Camarin Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-01": "Guam Discovery Day", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-07-21": "Liberation Day (Guam)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-02": "All Souls' Day", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-08": "Lady of Camarin Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-07": "Guam Discovery Day", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-07-21": "Liberation Day (Guam)", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-02": "All Souls' Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-08": "Lady of Camarin Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-06": "Guam Discovery Day", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-07-21": "Liberation Day (Guam)", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-02": "All Souls' Day", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-08": "Lady of Camarin Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-04": "Guam Discovery Day", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-07-21": "Liberation Day (Guam)", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-02": "All Souls' Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-08": "Lady of Camarin Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-03": "Guam Discovery Day", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-07-21": "Liberation Day (Guam)", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-02": "All Souls' Day", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-08": "Lady of Camarin Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-02": "Guam Discovery Day", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-07-21": "Liberation Day (Guam)", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-02": "All Souls' Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-08": "Lady of Camarin Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-01": "Guam Discovery Day", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-07-21": "Liberation Day (Guam)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-02": "All Souls' Day", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-08": "Lady of Camarin Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-06": "Guam Discovery Day", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-07-21": "Liberation Day (Guam)", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-02": "All Souls' Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-08": "Lady of Camarin Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-05": "Guam Discovery Day", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-07-21": "Liberation Day (Guam)", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-02": "All Souls' Day", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-08": "Lady of Camarin Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-04": "Guam Discovery Day", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-07-21": "Liberation Day (Guam)", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-02": "All Souls' Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-08": "Lady of Camarin Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-03": "Guam Discovery Day", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-07-21": "Liberation Day (Guam)", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-02": "All Souls' Day", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-08": "Lady of Camarin Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-01": "Guam Discovery Day", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-07-21": "Liberation Day (Guam)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "All Souls' Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-08": "Lady of Camarin Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-07": "Guam Discovery Day", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-07-21": "Liberation Day (Guam)", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-02": "All Souls' Day", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-08": "Lady of Camarin Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-06": "Guam Discovery Day", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-07-21": "Liberation Day (Guam)", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-02": "All Souls' Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-08": "Lady of Camarin Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-05": "Guam Discovery Day", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-07-21": "Liberation Day (Guam)", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-02": "All Souls' Day", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-08": "Lady of Camarin Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-03": "Guam Discovery Day", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-07-21": "Liberation Day (Guam)", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-02": "All Souls' Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-08": "Lady of Camarin Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-02": "Guam Discovery Day", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-07-21": "Liberation Day (Guam)", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-02": "All Souls' Day", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-08": "Lady of Camarin Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-01": "Guam Discovery Day", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-07-21": "Liberation Day (Guam)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "All Souls' Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-08": "Lady of Camarin Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-07": "Guam Discovery Day", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-07-21": "Liberation Day (Guam)", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-02": "All Souls' Day", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-08": "Lady of Camarin Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-05": "Guam Discovery Day", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-07-21": "Liberation Day (Guam)", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-02": "All Souls' Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-08": "Lady of Camarin Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-04": "Guam Discovery Day", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-07-21": "Liberation Day (Guam)", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-02": "All Souls' Day", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-08": "Lady of Camarin Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-03": "Guam Discovery Day", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-07-21": "Liberation Day (Guam)", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-02": "All Souls' Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-08": "Lady of Camarin Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-02": "Guam Discovery Day", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-07-21": "Liberation Day (Guam)", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-02": "All Souls' Day", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-08": "Lady of Camarin Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-07": "Guam Discovery Day", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-07-21": "Liberation Day (Guam)", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-02": "All Souls' Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-08": "Lady of Camarin Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-06": "Guam Discovery Day", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-07-21": "Liberation Day (Guam)", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-02": "All Souls' Day", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-08": "Lady of Camarin Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-05": "Guam Discovery Day", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-07-21": "Liberation Day (Guam)", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-02": "All Souls' Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-08": "Lady of Camarin Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-04": "Guam Discovery Day", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-07-21": "Liberation Day (Guam)", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-02": "All Souls' Day", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-08": "Lady of Camarin Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-02": "Guam Discovery Day", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-07-21": "Liberation Day (Guam)", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-02": "All Souls' Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-08": "Lady of Camarin Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-01": "Guam Discovery Day", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-07-21": "Liberation Day (Guam)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-02": "All Souls' Day", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-08": "Lady of Camarin Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-07": "Guam Discovery Day", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-07-21": "Liberation Day (Guam)", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-02": "All Souls' Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-08": "Lady of Camarin Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/HK_COMMON.json000066400000000000000000002427631500152103600215660ustar00rootroot00000000000000{ "1950-01-02": "The day following New Year's Day", "1950-02-17": "Chinese New Year", "1950-02-18": "The second day of Chinese New Year", "1950-04-07": "Good Friday", "1950-04-08": "The day following Good Friday", "1950-04-10": "Easter Monday", "1950-05-29": "Monday after Pentecost", "1950-08-30": "Anniversary of the liberation of Hong Kong", "1950-09-26": "Mid-Autumn Festival", "1950-10-09": "National Day of the Republic of China", "1950-11-13": "Monday after Remembrance Day", "1950-12-25": "Christmas Day", "1950-12-26": "The first weekday after Christmas Day", "1951-01-01": "New Year's Day", "1951-02-06": "Chinese New Year", "1951-02-07": "The second day of Chinese New Year", "1951-03-23": "Good Friday", "1951-03-24": "The day following Good Friday", "1951-03-26": "Easter Monday", "1951-05-14": "Monday after Pentecost", "1951-08-30": "Anniversary of the liberation of Hong Kong", "1951-09-15": "Mid-Autumn Festival", "1951-10-08": "National Day of the Republic of China", "1951-11-12": "Monday after Remembrance Day", "1951-12-25": "Christmas Day", "1951-12-26": "The first weekday after Christmas Day", "1952-01-01": "New Year's Day", "1952-01-27": "Chinese New Year", "1952-01-28": "The second day of Chinese New Year", "1952-04-11": "Good Friday", "1952-04-12": "The day following Good Friday", "1952-04-14": "Easter Monday", "1952-06-02": "Monday after Pentecost", "1952-06-05": "Queen's Birthday", "1952-08-30": "Anniversary of the liberation of Hong Kong", "1952-10-03": "Mid-Autumn Festival", "1952-10-13": "National Day of the Republic of China", "1952-11-10": "Monday after Remembrance Day", "1952-12-25": "Christmas Day", "1952-12-26": "The first weekday after Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year", "1953-02-15": "The second day of Chinese New Year", "1953-04-03": "Good Friday", "1953-04-04": "The day following Good Friday", "1953-04-06": "Easter Monday", "1953-04-21": "Queen's Birthday", "1953-05-25": "Monday after Pentecost", "1953-08-30": "Anniversary of the liberation of Hong Kong", "1953-09-22": "Mid-Autumn Festival", "1953-10-12": "National Day of the Republic of China", "1953-11-09": "Monday after Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "The first weekday after Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year", "1954-02-04": "The second day of Chinese New Year", "1954-04-16": "Good Friday", "1954-04-17": "The day following Good Friday", "1954-04-19": "Easter Monday", "1954-04-21": "Queen's Birthday", "1954-06-07": "Monday after Pentecost", "1954-08-30": "Anniversary of the liberation of Hong Kong", "1954-09-11": "Mid-Autumn Festival", "1954-10-11": "National Day of the Republic of China", "1954-11-15": "Monday after Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-27": "The first weekday after Christmas Day", "1955-01-01": "New Year's Day", "1955-01-24": "Chinese New Year", "1955-01-25": "The second day of Chinese New Year", "1955-04-08": "Good Friday", "1955-04-09": "The day following Good Friday", "1955-04-11": "Easter Monday", "1955-04-21": "Queen's Birthday", "1955-05-30": "Monday after Pentecost", "1955-08-30": "Anniversary of the liberation of Hong Kong", "1955-09-30": "Mid-Autumn Festival", "1955-10-10": "National Day of the Republic of China", "1955-11-14": "Monday after Remembrance Day", "1955-12-26": "The first weekday after Christmas Day", "1955-12-27": "The second weekday after Christmas Day", "1956-01-02": "The day following New Year's Day", "1956-02-12": "Chinese New Year", "1956-02-13": "The second day of Chinese New Year", "1956-03-30": "Good Friday", "1956-03-31": "The day following Good Friday", "1956-04-02": "Easter Monday", "1956-04-21": "Queen's Birthday", "1956-05-21": "Monday after Pentecost", "1956-08-30": "Anniversary of the liberation of Hong Kong", "1956-09-19": "Mid-Autumn Festival", "1956-10-08": "National Day of the Republic of China", "1956-11-12": "Monday after Remembrance Day", "1956-12-25": "Christmas Day", "1956-12-26": "The first weekday after Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year", "1957-02-01": "The second day of Chinese New Year", "1957-04-19": "Good Friday", "1957-04-20": "The day following Good Friday", "1957-04-21": "Queen's Birthday", "1957-04-22": "Easter Monday", "1957-06-10": "Monday after Pentecost", "1957-08-30": "Anniversary of the liberation of Hong Kong", "1957-09-09": "The Day following Mid-Autumn Festival", "1957-10-14": "National Day of the Republic of China", "1957-11-11": "Monday after Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "The first weekday after Christmas Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year", "1958-02-19": "The second day of Chinese New Year", "1958-04-04": "Good Friday", "1958-04-05": "The day following Good Friday", "1958-04-07": "Easter Monday", "1958-04-21": "Queen's Birthday", "1958-05-26": "Monday after Pentecost", "1958-08-30": "Anniversary of the liberation of Hong Kong", "1958-09-27": "Mid-Autumn Festival", "1958-10-13": "National Day of the Republic of China", "1958-11-10": "Monday after Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "The first weekday after Christmas Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year", "1959-02-09": "The second day of Chinese New Year", "1959-03-27": "Good Friday", "1959-03-28": "The day following Good Friday", "1959-03-30": "Easter Monday", "1959-04-21": "Queen's Birthday", "1959-05-18": "Monday after Pentecost", "1959-08-30": "Anniversary of the liberation of Hong Kong", "1959-09-17": "Mid-Autumn Festival", "1959-10-12": "National Day of the Republic of China", "1959-11-09": "Monday after Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "The first weekday after Christmas Day", "1960-01-01": "New Year's Day", "1960-01-28": "Chinese New Year", "1960-01-29": "The second day of Chinese New Year", "1960-04-15": "Good Friday", "1960-04-16": "The day following Good Friday", "1960-04-18": "Easter Monday", "1960-04-21": "Queen's Birthday", "1960-06-06": "Monday after Pentecost", "1960-08-30": "Anniversary of the liberation of Hong Kong", "1960-10-05": "Mid-Autumn Festival", "1960-10-10": "National Day of the Republic of China", "1960-11-14": "Monday after Remembrance Day", "1960-12-26": "The first weekday after Christmas Day", "1960-12-27": "The second weekday after Christmas Day", "1961-01-02": "The day following New Year's Day", "1961-02-15": "Chinese New Year", "1961-02-16": "The second day of Chinese New Year", "1961-03-31": "Good Friday", "1961-04-01": "The day following Good Friday", "1961-04-03": "Easter Monday", "1961-04-21": "Queen's Birthday", "1961-05-22": "Monday after Pentecost", "1961-08-30": "Anniversary of the liberation of Hong Kong", "1961-09-25": "The Day following Mid-Autumn Festival", "1961-10-09": "National Day of the Republic of China", "1961-11-13": "Monday after Remembrance Day", "1961-12-25": "Christmas Day", "1961-12-26": "The first weekday after Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year", "1962-02-06": "The second day of Chinese New Year", "1962-04-20": "Good Friday", "1962-04-21": "Queen's Birthday; The day following Good Friday", "1962-04-23": "Easter Monday", "1962-06-11": "Monday after Pentecost", "1962-08-30": "Anniversary of the liberation of Hong Kong", "1962-09-13": "Mid-Autumn Festival", "1962-10-08": "National Day of the Republic of China", "1962-11-12": "Monday after Remembrance Day", "1962-12-25": "Christmas Day", "1962-12-26": "The first weekday after Christmas Day", "1963-01-01": "New Year's Day", "1963-01-25": "Chinese New Year", "1963-01-26": "The second day of Chinese New Year", "1963-04-05": "Tomb-Sweeping Day", "1963-04-12": "Good Friday", "1963-04-13": "The day following Good Friday", "1963-04-15": "Easter Monday", "1963-04-21": "Queen's Birthday", "1963-06-03": "Monday after Pentecost", "1963-06-25": "Dragon Boat Festival", "1963-08-30": "Anniversary of the liberation of Hong Kong", "1963-10-02": "Mid-Autumn Festival", "1963-10-14": "National Day of the Republic of China", "1963-11-11": "Monday after Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "The first weekday after Christmas Day", "1964-01-01": "New Year's Day", "1964-02-13": "Chinese New Year", "1964-02-14": "The second day of Chinese New Year", "1964-03-27": "Good Friday", "1964-03-28": "The day following Good Friday", "1964-03-30": "Easter Monday", "1964-04-04": "Tomb-Sweeping Day", "1964-04-21": "Queen's Birthday", "1964-05-18": "Monday after Pentecost", "1964-06-14": "Dragon Boat Festival", "1964-06-15": "Dragon Boat Festival (observed)", "1964-08-30": "Anniversary of the liberation of Hong Kong", "1964-09-21": "The Day following Mid-Autumn Festival", "1964-10-12": "National Day of the Republic of China", "1964-11-09": "Monday after Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "The first weekday after Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Chinese New Year", "1965-02-03": "The second day of Chinese New Year", "1965-04-05": "Tomb-Sweeping Day", "1965-04-16": "Good Friday", "1965-04-17": "The day following Good Friday", "1965-04-19": "Easter Monday", "1965-04-21": "Queen's Birthday", "1965-06-04": "Dragon Boat Festival", "1965-06-07": "Monday after Pentecost", "1965-08-30": "Anniversary of the liberation of Hong Kong", "1965-09-10": "Mid-Autumn Festival", "1965-10-11": "National Day of the Republic of China", "1965-11-15": "Monday after Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-27": "The first weekday after Christmas Day", "1966-01-01": "New Year's Day", "1966-01-21": "Chinese New Year", "1966-01-22": "The second day of Chinese New Year", "1966-04-05": "Tomb-Sweeping Day", "1966-04-08": "Good Friday", "1966-04-09": "The day following Good Friday", "1966-04-11": "Easter Monday", "1966-04-21": "Queen's Birthday", "1966-05-30": "Monday after Pentecost", "1966-06-23": "Dragon Boat Festival", "1966-08-30": "Anniversary of the liberation of Hong Kong", "1966-09-29": "Mid-Autumn Festival", "1966-10-10": "National Day of the Republic of China", "1966-11-14": "Monday after Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed); The first weekday after Christmas Day", "1966-12-27": "The second weekday after Christmas Day", "1967-01-02": "The day following New Year's Day", "1967-02-09": "Chinese New Year", "1967-02-10": "The second day of Chinese New Year", "1967-03-24": "Good Friday", "1967-03-25": "The day following Good Friday", "1967-03-27": "Easter Monday", "1967-04-05": "Tomb-Sweeping Day", "1967-04-21": "Queen's Birthday", "1967-05-15": "Monday after Pentecost", "1967-06-12": "Dragon Boat Festival", "1967-08-30": "Anniversary of the liberation of Hong Kong", "1967-09-18": "Mid-Autumn Festival", "1967-10-09": "National Day of the Republic of China", "1967-11-13": "Monday after Remembrance Day", "1967-12-25": "Christmas Day", "1967-12-26": "The first weekday after Christmas Day", "1968-01-01": "New Year's Day", "1968-01-30": "Chinese New Year", "1968-01-31": "The second day of Chinese New Year", "1968-02-01": "The third day of Chinese New Year", "1968-04-04": "Tomb-Sweeping Day", "1968-04-12": "Good Friday", "1968-04-13": "The day following Good Friday", "1968-04-15": "Easter Monday", "1968-04-21": "Queen's Birthday", "1968-05-31": "Dragon Boat Festival", "1968-08-05": "Anniversary of the liberation of Hong Kong", "1968-08-26": "Anniversary of the liberation of Hong Kong", "1968-10-07": "The Day following Mid-Autumn Festival", "1968-10-30": "Double Ninth Festival", "1968-12-25": "Christmas Day", "1968-12-26": "The first weekday after Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year", "1969-02-18": "The second day of Chinese New Year", "1969-02-19": "The third day of Chinese New Year", "1969-04-04": "Good Friday", "1969-04-05": "The day following Good Friday; Tomb-Sweeping Day", "1969-04-07": "Easter Monday", "1969-04-21": "Queen's Birthday", "1969-06-19": "Dragon Boat Festival", "1969-08-04": "Anniversary of the liberation of Hong Kong", "1969-08-25": "Anniversary of the liberation of Hong Kong", "1969-09-27": "The Day following Mid-Autumn Festival", "1969-10-20": "The day following Double Ninth Festival", "1969-12-25": "Christmas Day", "1969-12-26": "The first weekday after Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year", "1970-02-07": "The second day of Chinese New Year", "1970-02-08": "The third day of Chinese New Year", "1970-03-27": "Good Friday", "1970-03-28": "The day following Good Friday", "1970-03-30": "Easter Monday", "1970-04-05": "Tomb-Sweeping Day", "1970-04-06": "The day following Tomb-Sweeping Day; Tomb-Sweeping Day (observed)", "1970-04-21": "Queen's Birthday", "1970-06-08": "Dragon Boat Festival", "1970-08-03": "Anniversary of the liberation of Hong Kong", "1970-08-31": "Anniversary of the liberation of Hong Kong", "1970-09-16": "The Day following Mid-Autumn Festival", "1970-10-08": "Double Ninth Festival", "1970-12-25": "Christmas Day", "1970-12-26": "The first weekday after Christmas Day", "1971-01-01": "New Year's Day", "1971-01-27": "Chinese New Year", "1971-01-28": "The second day of Chinese New Year", "1971-01-29": "The third day of Chinese New Year", "1971-04-05": "Tomb-Sweeping Day", "1971-04-09": "Good Friday", "1971-04-10": "The day following Good Friday", "1971-04-12": "Easter Monday", "1971-04-21": "Queen's Birthday", "1971-05-28": "Dragon Boat Festival", "1971-08-02": "Anniversary of the liberation of Hong Kong", "1971-08-30": "Anniversary of the liberation of Hong Kong", "1971-10-04": "The Day following Mid-Autumn Festival", "1971-10-27": "Double Ninth Festival", "1971-12-25": "Christmas Day", "1971-12-27": "The first weekday after Christmas Day", "1972-01-01": "New Year's Day", "1972-02-15": "Chinese New Year", "1972-02-16": "The second day of Chinese New Year", "1972-02-17": "The third day of Chinese New Year", "1972-03-31": "Good Friday", "1972-04-01": "The day following Good Friday", "1972-04-03": "Easter Monday", "1972-04-04": "Tomb-Sweeping Day", "1972-04-21": "Queen's Birthday", "1972-06-15": "Dragon Boat Festival", "1972-08-07": "Anniversary of the liberation of Hong Kong", "1972-08-28": "Anniversary of the liberation of Hong Kong", "1972-09-23": "The Day following Mid-Autumn Festival", "1972-10-16": "The day following Double Ninth Festival", "1972-12-25": "Christmas Day", "1972-12-26": "The first weekday after Christmas Day", "1973-01-01": "New Year's Day", "1973-02-03": "Chinese New Year", "1973-02-04": "The second day of Chinese New Year", "1973-02-05": "The third day of Chinese New Year", "1973-04-05": "Tomb-Sweeping Day", "1973-04-20": "Good Friday", "1973-04-21": "Queen's Birthday; The day following Good Friday", "1973-04-23": "Easter Monday", "1973-06-05": "Dragon Boat Festival", "1973-08-06": "Anniversary of the liberation of Hong Kong", "1973-08-27": "Anniversary of the liberation of Hong Kong", "1973-09-12": "The Day following Mid-Autumn Festival", "1973-10-04": "Double Ninth Festival", "1973-12-25": "Christmas Day", "1973-12-26": "The first weekday after Christmas Day", "1974-01-01": "New Year's Day", "1974-01-23": "Chinese New Year", "1974-01-24": "The second day of Chinese New Year", "1974-01-25": "The third day of Chinese New Year", "1974-04-05": "Tomb-Sweeping Day", "1974-04-12": "Good Friday", "1974-04-13": "The day following Good Friday", "1974-04-15": "Easter Monday", "1974-04-21": "Queen's Birthday", "1974-06-24": "Dragon Boat Festival", "1974-08-05": "Anniversary of the liberation of Hong Kong", "1974-08-26": "Anniversary of the liberation of Hong Kong", "1974-10-01": "The Day following Mid-Autumn Festival", "1974-10-23": "Double Ninth Festival", "1974-12-25": "Christmas Day", "1974-12-26": "The first weekday after Christmas Day", "1975-01-01": "New Year's Day", "1975-02-11": "Chinese New Year", "1975-02-12": "The second day of Chinese New Year", "1975-02-13": "The third day of Chinese New Year", "1975-03-28": "Good Friday", "1975-03-29": "The day following Good Friday", "1975-03-31": "Easter Monday", "1975-04-05": "Tomb-Sweeping Day", "1975-04-21": "Queen's Birthday", "1975-06-14": "Dragon Boat Festival", "1975-08-04": "Anniversary of the liberation of Hong Kong", "1975-08-25": "Anniversary of the liberation of Hong Kong", "1975-09-22": "The Second Day following Mid-Autumn Festival", "1975-10-13": "Double Ninth Festival", "1975-12-25": "Christmas Day", "1975-12-26": "The first weekday after Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year", "1976-02-01": "The second day of Chinese New Year", "1976-02-02": "The third day of Chinese New Year", "1976-04-04": "Tomb-Sweeping Day", "1976-04-05": "The day following Tomb-Sweeping Day; Tomb-Sweeping Day (observed)", "1976-04-16": "Good Friday", "1976-04-17": "The day following Good Friday", "1976-04-19": "Easter Monday", "1976-04-21": "Queen's Birthday", "1976-06-02": "Dragon Boat Festival", "1976-08-02": "Anniversary of the liberation of Hong Kong", "1976-08-30": "Anniversary of the liberation of Hong Kong", "1976-09-09": "The Day following Mid-Autumn Festival", "1976-11-01": "The day following Double Ninth Festival", "1976-12-25": "Christmas Day", "1976-12-27": "The first weekday after Christmas Day", "1977-01-01": "New Year's Day", "1977-02-18": "Chinese New Year", "1977-02-19": "The second day of Chinese New Year", "1977-02-20": "The third day of Chinese New Year", "1977-04-05": "Tomb-Sweeping Day", "1977-04-08": "Good Friday", "1977-04-09": "The day following Good Friday", "1977-04-11": "Easter Monday", "1977-04-21": "Queen's Birthday", "1977-06-21": "Dragon Boat Festival", "1977-08-01": "Anniversary of the liberation of Hong Kong", "1977-08-29": "Anniversary of the liberation of Hong Kong", "1977-09-28": "The Day following Mid-Autumn Festival", "1977-10-21": "Double Ninth Festival", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed); The first weekday after Christmas Day", "1977-12-27": "The second weekday after Christmas Day", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed); The day following New Year's Day", "1978-02-07": "Chinese New Year", "1978-02-08": "The second day of Chinese New Year", "1978-02-09": "The third day of Chinese New Year", "1978-03-24": "Good Friday", "1978-03-25": "The day following Good Friday", "1978-03-27": "Easter Monday", "1978-04-05": "Tomb-Sweeping Day", "1978-04-21": "Queen's Birthday", "1978-06-10": "Dragon Boat Festival", "1978-08-07": "Anniversary of the liberation of Hong Kong", "1978-08-28": "Anniversary of the liberation of Hong Kong", "1978-09-18": "The Day following Mid-Autumn Festival", "1978-10-10": "Double Ninth Festival", "1978-12-25": "Christmas Day", "1978-12-26": "The first weekday after Christmas Day", "1979-01-01": "New Year's Day", "1979-01-28": "Chinese New Year", "1979-01-29": "The second day of Chinese New Year", "1979-01-30": "The third day of Chinese New Year", "1979-04-05": "Tomb-Sweeping Day", "1979-04-13": "Good Friday", "1979-04-14": "The day following Good Friday", "1979-04-16": "Easter Monday", "1979-04-21": "Queen's Birthday", "1979-05-30": "Dragon Boat Festival", "1979-08-06": "Anniversary of the liberation of Hong Kong", "1979-08-27": "Anniversary of the liberation of Hong Kong", "1979-10-06": "The Day following Mid-Autumn Festival", "1979-10-29": "Double Ninth Festival", "1979-12-25": "Christmas Day", "1979-12-26": "The first weekday after Christmas Day", "1980-01-01": "New Year's Day", "1980-02-16": "Chinese New Year", "1980-02-17": "The second day of Chinese New Year", "1980-02-18": "The third day of Chinese New Year", "1980-04-04": "Good Friday; Tomb-Sweeping Day", "1980-04-05": "The day following Good Friday", "1980-04-07": "Easter Monday", "1980-04-21": "Queen's Birthday", "1980-06-17": "Dragon Boat Festival", "1980-08-04": "Anniversary of the liberation of Hong Kong", "1980-08-25": "Anniversary of the liberation of Hong Kong", "1980-09-24": "The Day following Mid-Autumn Festival", "1980-10-17": "Double Ninth Festival", "1980-12-25": "Christmas Day", "1980-12-26": "The first weekday after Christmas Day", "1981-01-01": "New Year's Day", "1981-02-05": "Chinese New Year", "1981-02-06": "The second day of Chinese New Year", "1981-02-07": "The third day of Chinese New Year", "1981-04-05": "Tomb-Sweeping Day", "1981-04-06": "The day following Tomb-Sweeping Day; Tomb-Sweeping Day (observed)", "1981-04-17": "Good Friday", "1981-04-18": "The day following Good Friday", "1981-04-20": "Easter Monday", "1981-04-21": "Queen's Birthday", "1981-06-06": "Dragon Boat Festival", "1981-07-29": "Wedding of Prince Charles and Diana", "1981-08-03": "Anniversary of the liberation of Hong Kong", "1981-08-31": "Anniversary of the liberation of Hong Kong", "1981-09-14": "The Second Day following Mid-Autumn Festival", "1981-10-06": "Double Ninth Festival", "1981-12-25": "Christmas Day", "1981-12-26": "The first weekday after Christmas Day", "1982-01-01": "New Year's Day", "1982-01-25": "Chinese New Year", "1982-01-26": "The second day of Chinese New Year", "1982-01-27": "The third day of Chinese New Year", "1982-04-05": "Tomb-Sweeping Day", "1982-04-09": "Good Friday", "1982-04-10": "The day following Good Friday", "1982-04-12": "Easter Monday", "1982-04-21": "Queen's Birthday", "1982-06-25": "Dragon Boat Festival", "1982-08-02": "Anniversary of the liberation of Hong Kong", "1982-08-30": "Anniversary of the liberation of Hong Kong", "1982-10-02": "The Day following Mid-Autumn Festival", "1982-10-25": "Double Ninth Festival", "1982-12-25": "Christmas Day", "1982-12-27": "The first weekday after Christmas Day", "1983-01-01": "New Year's Day", "1983-02-12": "Chinese New Year's Eve", "1983-02-14": "The second day of Chinese New Year", "1983-02-15": "The third day of Chinese New Year", "1983-04-01": "Good Friday", "1983-04-02": "The day following Good Friday", "1983-04-04": "Easter Monday", "1983-04-05": "Tomb-Sweeping Day", "1983-06-11": "Queen's Birthday", "1983-06-13": "Queen's Birthday", "1983-06-15": "Dragon Boat Festival", "1983-08-27": "Anniversary of the liberation of Hong Kong", "1983-08-29": "Anniversary of the liberation of Hong Kong", "1983-09-22": "The Day following Mid-Autumn Festival", "1983-10-14": "Double Ninth Festival", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed); The first weekday after Christmas Day", "1983-12-27": "The second weekday after Christmas Day", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed); The day following New Year's Day", "1984-02-02": "Chinese New Year", "1984-02-03": "The second day of Chinese New Year", "1984-02-04": "The third day of Chinese New Year", "1984-04-04": "Tomb-Sweeping Day", "1984-04-20": "Good Friday", "1984-04-21": "The day following Good Friday", "1984-04-23": "Easter Monday", "1984-06-04": "Dragon Boat Festival", "1984-06-09": "Queen's Birthday", "1984-06-11": "Queen's Birthday", "1984-08-25": "Anniversary of the liberation of Hong Kong", "1984-08-27": "Anniversary of the liberation of Hong Kong", "1984-09-11": "The Day following Mid-Autumn Festival", "1984-10-03": "Double Ninth Festival", "1984-12-25": "Christmas Day", "1984-12-26": "The first weekday after Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year", "1985-02-21": "The second day of Chinese New Year", "1985-02-22": "The third day of Chinese New Year", "1985-04-05": "Good Friday; Tomb-Sweeping Day", "1985-04-06": "The day following Good Friday", "1985-04-08": "Easter Monday", "1985-06-08": "Queen's Birthday", "1985-06-10": "Queen's Birthday", "1985-06-22": "Dragon Boat Festival", "1985-08-24": "Anniversary of the liberation of Hong Kong", "1985-08-26": "Anniversary of the liberation of Hong Kong", "1985-09-30": "The Day following Mid-Autumn Festival", "1985-10-22": "Double Ninth Festival", "1985-12-25": "Christmas Day", "1985-12-26": "The first weekday after Christmas Day", "1986-01-01": "New Year's Day", "1986-02-08": "Chinese New Year's Eve", "1986-02-10": "The second day of Chinese New Year", "1986-02-11": "The third day of Chinese New Year", "1986-03-28": "Good Friday", "1986-03-29": "The day following Good Friday", "1986-03-31": "Easter Monday", "1986-04-05": "Tomb-Sweeping Day", "1986-06-11": "Dragon Boat Festival", "1986-06-14": "Queen's Birthday", "1986-06-16": "Queen's Birthday", "1986-08-23": "Anniversary of the liberation of Hong Kong", "1986-08-25": "Anniversary of the liberation of Hong Kong", "1986-09-19": "The Day following Mid-Autumn Festival", "1986-10-12": "Double Ninth Festival", "1986-10-13": "Double Ninth Festival (observed); The day following Double Ninth Festival", "1986-10-22": "Second day of Queen Elizabeth II and her husband's visit to Hong Kong", "1986-12-25": "Christmas Day", "1986-12-26": "The first weekday after Christmas Day", "1987-01-01": "New Year's Day", "1987-01-29": "Chinese New Year", "1987-01-30": "The second day of Chinese New Year", "1987-01-31": "The third day of Chinese New Year", "1987-04-05": "Tomb-Sweeping Day", "1987-04-06": "The day following Tomb-Sweeping Day; Tomb-Sweeping Day (observed)", "1987-04-17": "Good Friday", "1987-04-18": "The day following Good Friday", "1987-04-20": "Easter Monday", "1987-05-31": "Dragon Boat Festival", "1987-06-01": "Dragon Boat Festival (observed); The day following Dragon Boat Festival", "1987-06-13": "Queen's Birthday", "1987-06-15": "Queen's Birthday", "1987-08-29": "Anniversary of the liberation of Hong Kong", "1987-08-31": "Anniversary of the liberation of Hong Kong", "1987-10-08": "The Day following Mid-Autumn Festival", "1987-10-31": "Double Ninth Festival", "1987-12-25": "Christmas Day", "1987-12-26": "The first weekday after Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year", "1988-02-18": "The second day of Chinese New Year", "1988-02-19": "The third day of Chinese New Year", "1988-04-01": "Good Friday", "1988-04-02": "The day following Good Friday", "1988-04-04": "Easter Monday; Tomb-Sweeping Day", "1988-04-05": "The day following Tomb-Sweeping Day", "1988-06-11": "Queen's Birthday", "1988-06-13": "Queen's Birthday", "1988-06-18": "Dragon Boat Festival", "1988-08-27": "Anniversary of the liberation of Hong Kong", "1988-08-29": "Anniversary of the liberation of Hong Kong", "1988-09-26": "The Day following Mid-Autumn Festival", "1988-10-19": "Double Ninth Festival", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed); The first weekday after Christmas Day", "1988-12-27": "The second weekday after Christmas Day", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed); The day following New Year's Day", "1989-02-06": "Chinese New Year", "1989-02-07": "The second day of Chinese New Year", "1989-02-08": "The third day of Chinese New Year", "1989-03-24": "Good Friday", "1989-03-25": "The day following Good Friday", "1989-03-27": "Easter Monday", "1989-04-05": "Tomb-Sweeping Day", "1989-06-08": "Dragon Boat Festival", "1989-06-10": "Queen's Birthday", "1989-06-12": "Queen's Birthday", "1989-08-26": "Anniversary of the liberation of Hong Kong", "1989-08-28": "Anniversary of the liberation of Hong Kong", "1989-09-15": "The Day following Mid-Autumn Festival", "1989-10-08": "Double Ninth Festival", "1989-10-09": "Double Ninth Festival (observed); The day following Double Ninth Festival", "1989-12-25": "Christmas Day", "1989-12-26": "The first weekday after Christmas Day", "1990-01-01": "New Year's Day", "1990-01-26": "Chinese New Year's Eve", "1990-01-27": "Chinese New Year", "1990-01-29": "The third day of Chinese New Year", "1990-04-05": "Tomb-Sweeping Day", "1990-04-13": "Good Friday", "1990-04-14": "The day following Good Friday", "1990-04-16": "Easter Monday", "1990-05-28": "Dragon Boat Festival", "1990-06-09": "Queen's Birthday", "1990-06-11": "Queen's Birthday", "1990-08-25": "Anniversary of the liberation of Hong Kong", "1990-08-27": "Anniversary of the liberation of Hong Kong", "1990-10-04": "The Day following Mid-Autumn Festival", "1990-10-26": "Double Ninth Festival", "1990-12-25": "Christmas Day", "1990-12-26": "The first weekday after Christmas Day", "1991-01-01": "New Year's Day", "1991-02-14": "Chinese New Year's Eve", "1991-02-15": "Chinese New Year", "1991-02-16": "The second day of Chinese New Year", "1991-03-29": "Good Friday", "1991-03-30": "The day following Good Friday", "1991-04-01": "Easter Monday", "1991-04-05": "Tomb-Sweeping Day", "1991-06-08": "Queen's Birthday", "1991-06-10": "Queen's Birthday", "1991-06-16": "Dragon Boat Festival", "1991-06-17": "Dragon Boat Festival (observed); The day following Dragon Boat Festival", "1991-08-24": "Anniversary of the liberation of Hong Kong", "1991-08-26": "Anniversary of the liberation of Hong Kong", "1991-09-23": "The Day following Mid-Autumn Festival", "1991-10-16": "Double Ninth Festival", "1991-12-25": "Christmas Day", "1991-12-26": "The first weekday after Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year", "1992-02-05": "The second day of Chinese New Year", "1992-02-06": "The third day of Chinese New Year", "1992-04-04": "Tomb-Sweeping Day", "1992-04-17": "Good Friday", "1992-04-18": "The day following Good Friday", "1992-04-20": "Easter Monday", "1992-06-05": "Dragon Boat Festival", "1992-06-13": "Queen's Birthday", "1992-06-15": "Queen's Birthday", "1992-08-29": "Anniversary of the liberation of Hong Kong", "1992-08-31": "Anniversary of the liberation of Hong Kong", "1992-09-12": "The Day following Mid-Autumn Festival", "1992-10-04": "Double Ninth Festival", "1992-10-05": "Double Ninth Festival (observed); The day following Double Ninth Festival", "1992-12-25": "Christmas Day", "1992-12-26": "The first weekday after Christmas Day", "1993-01-01": "New Year's Day", "1993-01-22": "Chinese New Year's Eve", "1993-01-23": "Chinese New Year", "1993-01-25": "The third day of Chinese New Year", "1993-04-05": "Tomb-Sweeping Day", "1993-04-09": "Good Friday", "1993-04-10": "The day following Good Friday", "1993-04-12": "Easter Monday", "1993-06-12": "Queen's Birthday", "1993-06-14": "Queen's Birthday", "1993-06-24": "Dragon Boat Festival", "1993-08-28": "Anniversary of the liberation of Hong Kong", "1993-08-30": "Anniversary of the liberation of Hong Kong", "1993-10-01": "The Day following Mid-Autumn Festival", "1993-10-23": "Double Ninth Festival", "1993-12-25": "Christmas Day", "1993-12-27": "The first weekday after Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year", "1994-02-11": "The second day of Chinese New Year", "1994-02-12": "The third day of Chinese New Year", "1994-04-01": "Good Friday", "1994-04-02": "The day following Good Friday", "1994-04-04": "Easter Monday", "1994-04-05": "Tomb-Sweeping Day", "1994-06-11": "Queen's Birthday", "1994-06-13": "Dragon Boat Festival; Queen's Birthday", "1994-08-27": "Anniversary of the liberation of Hong Kong", "1994-08-29": "Anniversary of the liberation of Hong Kong", "1994-09-21": "The Day following Mid-Autumn Festival", "1994-10-13": "Double Ninth Festival", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed); The first weekday after Christmas Day", "1994-12-27": "The second weekday after Christmas Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed); The day following New Year's Day", "1995-01-31": "Chinese New Year", "1995-02-01": "The second day of Chinese New Year", "1995-02-02": "The third day of Chinese New Year", "1995-04-05": "Tomb-Sweeping Day", "1995-04-14": "Good Friday", "1995-04-15": "The day following Good Friday", "1995-04-17": "Easter Monday", "1995-06-02": "Dragon Boat Festival", "1995-06-10": "Queen's Birthday", "1995-06-12": "Queen's Birthday", "1995-08-26": "Anniversary of the liberation of Hong Kong", "1995-08-28": "Anniversary of the liberation of Hong Kong", "1995-09-09": "Mid-Autumn Festival", "1995-11-01": "Double Ninth Festival", "1995-12-25": "Christmas Day", "1995-12-26": "The first weekday after Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Chinese New Year", "1996-02-20": "The second day of Chinese New Year", "1996-02-21": "The third day of Chinese New Year", "1996-04-04": "Tomb-Sweeping Day", "1996-04-05": "Good Friday", "1996-04-06": "The day following Good Friday", "1996-04-08": "Easter Monday", "1996-06-08": "Queen's Birthday", "1996-06-10": "Queen's Birthday", "1996-06-20": "Dragon Boat Festival", "1996-08-24": "Anniversary of the liberation of Hong Kong", "1996-08-26": "Anniversary of the liberation of Hong Kong", "1996-09-28": "The Day following Mid-Autumn Festival", "1996-10-20": "Double Ninth Festival", "1996-10-21": "Double Ninth Festival (observed); The day following Double Ninth Festival", "1996-12-25": "Christmas Day", "1996-12-26": "The first weekday after Christmas Day", "1997-01-01": "New Year's Day", "1997-02-06": "Chinese New Year's Eve", "1997-02-07": "Chinese New Year", "1997-02-08": "The second day of Chinese New Year", "1997-03-28": "Good Friday", "1997-03-29": "The day following Good Friday", "1997-03-31": "Easter Monday", "1997-04-05": "Tomb-Sweeping Day", "1997-06-09": "Dragon Boat Festival", "1997-06-28": "Queen's Birthday", "1997-06-30": "Queen's Birthday", "1997-07-01": "Hong Kong S.A.R. Establishment Day", "1997-07-02": "The day following Hong Kong S.A.R. Establishment Day", "1997-08-18": "Sino-Japanese War Victory Day", "1997-09-17": "The Day following Mid-Autumn Festival", "1997-10-01": "National Day", "1997-10-02": "The day following National Day", "1997-10-10": "Double Ninth Festival", "1997-12-25": "Christmas Day", "1997-12-26": "The first weekday after Christmas Day", "1998-01-01": "New Year's Day", "1998-01-28": "Chinese New Year", "1998-01-29": "The second day of Chinese New Year", "1998-01-30": "The third day of Chinese New Year", "1998-04-05": "Tomb-Sweeping Day", "1998-04-06": "The day following Tomb-Sweeping Day; Tomb-Sweeping Day (observed)", "1998-04-10": "Good Friday", "1998-04-11": "The day following Good Friday", "1998-04-13": "Easter Monday", "1998-05-30": "Dragon Boat Festival", "1998-07-01": "Hong Kong S.A.R. Establishment Day", "1998-08-17": "Sino-Japanese War Victory Day", "1998-10-01": "National Day", "1998-10-02": "The day following National Day", "1998-10-06": "The Day following Mid-Autumn Festival", "1998-10-28": "Double Ninth Festival", "1998-12-25": "Christmas Day", "1998-12-26": "The first weekday after Christmas Day", "1999-01-01": "New Year's Day", "1999-02-16": "Chinese New Year", "1999-02-17": "The second day of Chinese New Year", "1999-02-18": "The third day of Chinese New Year", "1999-04-02": "Good Friday", "1999-04-03": "The day following Good Friday", "1999-04-05": "Easter Monday; Tomb-Sweeping Day", "1999-04-06": "The day following Tomb-Sweeping Day", "1999-05-01": "Labor Day", "1999-05-22": "The Buddha's Birthday", "1999-06-18": "Dragon Boat Festival", "1999-07-01": "Hong Kong S.A.R. Establishment Day", "1999-09-25": "The Day following Mid-Autumn Festival", "1999-10-01": "National Day", "1999-10-17": "Double Ninth Festival", "1999-10-18": "Double Ninth Festival (observed); The day following Double Ninth Festival", "1999-12-25": "Christmas Day", "1999-12-27": "The first weekday after Christmas Day", "1999-12-31": "Additional public holiday", "2000-01-01": "New Year's Day", "2000-02-04": "Chinese New Year's Eve", "2000-02-05": "Chinese New Year", "2000-02-07": "The third day of Chinese New Year", "2000-04-04": "Tomb-Sweeping Day", "2000-04-21": "Good Friday", "2000-04-22": "The day following Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-11": "The Buddha's Birthday", "2000-06-06": "Dragon Boat Festival", "2000-07-01": "Hong Kong S.A.R. Establishment Day", "2000-09-13": "The Day following Mid-Autumn Festival", "2000-10-01": "National Day", "2000-10-02": "National Day (observed)", "2000-10-03": "The day following National Day", "2000-10-06": "Double Ninth Festival", "2000-12-25": "Christmas Day", "2000-12-26": "The first weekday after Christmas Day", "2001-01-01": "New Year's Day", "2001-01-24": "Chinese New Year", "2001-01-25": "The second day of Chinese New Year", "2001-01-26": "The third day of Chinese New Year", "2001-04-05": "Tomb-Sweeping Day", "2001-04-13": "Good Friday", "2001-04-14": "The day following Good Friday", "2001-04-16": "Easter Monday", "2001-04-30": "The Buddha's Birthday", "2001-05-01": "Labor Day", "2001-06-25": "Dragon Boat Festival", "2001-07-01": "Hong Kong S.A.R. Establishment Day", "2001-07-02": "Hong Kong S.A.R. Establishment Day (observed); The day following Hong Kong S.A.R. Establishment Day", "2001-10-01": "National Day", "2001-10-02": "The Day following Mid-Autumn Festival", "2001-10-25": "Double Ninth Festival", "2001-12-25": "Christmas Day", "2001-12-26": "The first weekday after Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year", "2002-02-13": "The second day of Chinese New Year", "2002-02-14": "The third day of Chinese New Year", "2002-03-29": "Good Friday", "2002-03-30": "The day following Good Friday", "2002-04-01": "Easter Monday", "2002-04-05": "Tomb-Sweeping Day", "2002-05-01": "Labor Day", "2002-05-20": "The day following the Buddha's Birthday", "2002-06-15": "Dragon Boat Festival", "2002-07-01": "Hong Kong S.A.R. Establishment Day", "2002-09-21": "Mid-Autumn Festival", "2002-10-01": "National Day", "2002-10-14": "Double Ninth Festival", "2002-12-25": "Christmas Day", "2002-12-26": "The first weekday after Christmas Day", "2003-01-01": "New Year's Day", "2003-01-31": "Chinese New Year's Eve", "2003-02-01": "Chinese New Year", "2003-02-03": "The third day of Chinese New Year", "2003-04-05": "Tomb-Sweeping Day", "2003-04-18": "Good Friday", "2003-04-19": "The day following Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "The Buddha's Birthday", "2003-06-04": "Dragon Boat Festival", "2003-07-01": "Hong Kong S.A.R. Establishment Day", "2003-09-12": "The Day following Mid-Autumn Festival", "2003-10-01": "National Day", "2003-10-04": "Double Ninth Festival", "2003-12-25": "Christmas Day", "2003-12-26": "The first weekday after Christmas Day", "2004-01-01": "New Year's Day", "2004-01-22": "Chinese New Year", "2004-01-23": "The second day of Chinese New Year", "2004-01-24": "The third day of Chinese New Year", "2004-04-04": "Tomb-Sweeping Day", "2004-04-05": "The day following Tomb-Sweeping Day; Tomb-Sweeping Day (observed)", "2004-04-09": "Good Friday", "2004-04-10": "The day following Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-26": "The Buddha's Birthday", "2004-06-22": "Dragon Boat Festival", "2004-07-01": "Hong Kong S.A.R. Establishment Day", "2004-09-29": "The Day following Mid-Autumn Festival", "2004-10-01": "National Day", "2004-10-22": "Double Ninth Festival", "2004-12-25": "Christmas Day", "2004-12-27": "The first weekday after Christmas Day", "2005-01-01": "New Year's Day", "2005-02-09": "Chinese New Year", "2005-02-10": "The second day of Chinese New Year", "2005-02-11": "The third day of Chinese New Year", "2005-03-25": "Good Friday", "2005-03-26": "The day following Good Friday", "2005-03-28": "Easter Monday", "2005-04-05": "Tomb-Sweeping Day", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed); The day following Labor Day", "2005-05-16": "The day following the Buddha's Birthday", "2005-06-11": "Dragon Boat Festival", "2005-07-01": "Hong Kong S.A.R. Establishment Day", "2005-09-19": "The Day following Mid-Autumn Festival", "2005-10-01": "National Day", "2005-10-11": "Double Ninth Festival", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed); The first weekday after Christmas Day", "2005-12-27": "The second weekday after Christmas Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed); The day following New Year's Day", "2006-01-28": "Chinese New Year's Eve", "2006-01-30": "The second day of Chinese New Year", "2006-01-31": "The third day of Chinese New Year", "2006-04-05": "Tomb-Sweeping Day", "2006-04-14": "Good Friday", "2006-04-15": "The day following Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-05": "The Buddha's Birthday", "2006-05-31": "Dragon Boat Festival", "2006-07-01": "Hong Kong S.A.R. Establishment Day", "2006-10-01": "National Day", "2006-10-02": "National Day (observed)", "2006-10-03": "The day following National Day", "2006-10-07": "The Day following Mid-Autumn Festival", "2006-10-30": "Double Ninth Festival", "2006-12-25": "Christmas Day", "2006-12-26": "The first weekday after Christmas Day", "2007-01-01": "New Year's Day", "2007-02-17": "Chinese New Year's Eve", "2007-02-19": "The second day of Chinese New Year", "2007-02-20": "The third day of Chinese New Year", "2007-04-05": "Tomb-Sweeping Day", "2007-04-06": "Good Friday", "2007-04-07": "The day following Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-24": "The Buddha's Birthday", "2007-06-19": "Dragon Boat Festival", "2007-07-01": "Hong Kong S.A.R. Establishment Day", "2007-07-02": "Hong Kong S.A.R. Establishment Day (observed); The day following Hong Kong S.A.R. Establishment Day", "2007-09-26": "The Day following Mid-Autumn Festival", "2007-10-01": "National Day", "2007-10-19": "Double Ninth Festival", "2007-12-25": "Christmas Day", "2007-12-26": "The first weekday after Christmas Day", "2008-01-01": "New Year's Day", "2008-02-07": "Chinese New Year", "2008-02-08": "The second day of Chinese New Year", "2008-02-09": "The third day of Chinese New Year", "2008-03-21": "Good Friday", "2008-03-22": "The day following Good Friday", "2008-03-24": "Easter Monday", "2008-04-04": "Tomb-Sweeping Day", "2008-05-01": "Labor Day", "2008-05-12": "The Buddha's Birthday", "2008-06-08": "Dragon Boat Festival", "2008-06-09": "Dragon Boat Festival (observed); The day following Dragon Boat Festival", "2008-07-01": "Hong Kong S.A.R. Establishment Day", "2008-09-15": "The Day following Mid-Autumn Festival", "2008-10-01": "National Day", "2008-10-07": "Double Ninth Festival", "2008-12-25": "Christmas Day", "2008-12-26": "The first weekday after Christmas Day", "2009-01-01": "New Year's Day", "2009-01-26": "Chinese New Year", "2009-01-27": "The second day of Chinese New Year", "2009-01-28": "The third day of Chinese New Year", "2009-04-04": "Tomb-Sweeping Day", "2009-04-10": "Good Friday", "2009-04-11": "The day following Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-02": "The Buddha's Birthday", "2009-05-28": "Dragon Boat Festival", "2009-07-01": "Hong Kong S.A.R. Establishment Day", "2009-10-01": "National Day", "2009-10-03": "Mid-Autumn Festival", "2009-10-26": "Double Ninth Festival", "2009-12-25": "Christmas Day", "2009-12-26": "The first weekday after Christmas Day", "2010-01-01": "New Year's Day", "2010-02-13": "Chinese New Year's Eve", "2010-02-15": "The second day of Chinese New Year", "2010-02-16": "The third day of Chinese New Year", "2010-04-02": "Good Friday", "2010-04-03": "The day following Good Friday", "2010-04-05": "Easter Monday; Tomb-Sweeping Day", "2010-04-06": "The day following Tomb-Sweeping Day", "2010-05-01": "Labor Day", "2010-05-21": "The Buddha's Birthday", "2010-06-16": "Dragon Boat Festival", "2010-07-01": "Hong Kong S.A.R. Establishment Day", "2010-09-23": "The Day following Mid-Autumn Festival", "2010-10-01": "National Day", "2010-10-16": "Double Ninth Festival", "2010-12-25": "Christmas Day", "2010-12-27": "The first weekday after Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Chinese New Year", "2011-02-04": "The second day of Chinese New Year", "2011-02-05": "The third day of Chinese New Year", "2011-04-05": "Tomb-Sweeping Day", "2011-04-22": "Good Friday", "2011-04-23": "The day following Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed); The day following Labor Day", "2011-05-10": "The Buddha's Birthday", "2011-06-06": "Dragon Boat Festival", "2011-07-01": "Hong Kong S.A.R. Establishment Day", "2011-09-13": "The Day following Mid-Autumn Festival", "2011-10-01": "National Day", "2011-10-05": "Double Ninth Festival", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed); The first weekday after Christmas Day", "2011-12-27": "The second weekday after Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed); The day following New Year's Day", "2012-01-23": "Chinese New Year", "2012-01-24": "The second day of Chinese New Year", "2012-01-25": "The third day of Chinese New Year", "2012-04-04": "Tomb-Sweeping Day", "2012-04-06": "Good Friday", "2012-04-07": "The day following Good Friday", "2012-04-09": "Easter Monday", "2012-04-28": "The Buddha's Birthday", "2012-05-01": "Labor Day", "2012-06-23": "Dragon Boat Festival", "2012-07-01": "Hong Kong S.A.R. Establishment Day", "2012-07-02": "Hong Kong S.A.R. Establishment Day (observed); The day following Hong Kong S.A.R. Establishment Day", "2012-10-01": "National Day; The Day following Mid-Autumn Festival", "2012-10-02": "National Day (observed)", "2012-10-03": "The day following National Day", "2012-10-23": "Double Ninth Festival", "2012-12-25": "Christmas Day", "2012-12-26": "The first weekday after Christmas Day", "2013-01-01": "New Year's Day", "2013-02-11": "The second day of Chinese New Year", "2013-02-12": "The third day of Chinese New Year", "2013-02-13": "The fourth day of Chinese New Year", "2013-03-29": "Good Friday", "2013-03-30": "The day following Good Friday", "2013-04-01": "Easter Monday", "2013-04-04": "Tomb-Sweeping Day", "2013-05-01": "Labor Day", "2013-05-17": "The Buddha's Birthday", "2013-06-12": "Dragon Boat Festival", "2013-07-01": "Hong Kong S.A.R. Establishment Day", "2013-09-20": "The Day following Mid-Autumn Festival", "2013-10-01": "National Day", "2013-10-13": "Double Ninth Festival", "2013-10-14": "Double Ninth Festival (observed); The day following Double Ninth Festival", "2013-12-25": "Christmas Day", "2013-12-26": "The first weekday after Christmas Day", "2014-01-01": "New Year's Day", "2014-01-31": "Chinese New Year", "2014-02-01": "The second day of Chinese New Year", "2014-02-03": "The fourth day of Chinese New Year", "2014-04-05": "Tomb-Sweeping Day", "2014-04-18": "Good Friday", "2014-04-19": "The day following Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-06": "The Buddha's Birthday", "2014-06-02": "Dragon Boat Festival", "2014-07-01": "Hong Kong S.A.R. Establishment Day", "2014-09-09": "The Day following Mid-Autumn Festival", "2014-10-01": "National Day", "2014-10-02": "Double Ninth Festival", "2014-12-25": "Christmas Day", "2014-12-26": "The first weekday after Christmas Day", "2015-01-01": "New Year's Day", "2015-02-19": "Chinese New Year", "2015-02-20": "The second day of Chinese New Year", "2015-02-21": "The third day of Chinese New Year", "2015-04-03": "Good Friday", "2015-04-04": "The day following Good Friday", "2015-04-05": "Tomb-Sweeping Day", "2015-04-06": "The day following Tomb-Sweeping Day; Tomb-Sweeping Day (observed)", "2015-04-07": "The day following Easter Monday", "2015-05-01": "Labor Day", "2015-05-25": "The Buddha's Birthday", "2015-06-20": "Dragon Boat Festival", "2015-07-01": "Hong Kong S.A.R. Establishment Day", "2015-09-03": "70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese Aggression and the World Anti-Fascist War", "2015-09-28": "The Day following Mid-Autumn Festival", "2015-10-01": "National Day", "2015-10-21": "Double Ninth Festival", "2015-12-25": "Christmas Day", "2015-12-26": "The first weekday after Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year", "2016-02-09": "The second day of Chinese New Year", "2016-02-10": "The third day of Chinese New Year", "2016-03-25": "Good Friday", "2016-03-26": "The day following Good Friday", "2016-03-28": "Easter Monday", "2016-04-04": "Tomb-Sweeping Day", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed); The day following Labor Day", "2016-05-14": "The Buddha's Birthday", "2016-06-09": "Dragon Boat Festival", "2016-07-01": "Hong Kong S.A.R. Establishment Day", "2016-09-16": "The Day following Mid-Autumn Festival", "2016-10-01": "National Day", "2016-10-09": "Double Ninth Festival", "2016-10-10": "Double Ninth Festival (observed); The day following Double Ninth Festival", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed); The first weekday after Christmas Day", "2016-12-27": "The second weekday after Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed); The day following New Year's Day", "2017-01-28": "Chinese New Year", "2017-01-30": "The third day of Chinese New Year", "2017-01-31": "The fourth day of Chinese New Year", "2017-04-04": "Tomb-Sweeping Day", "2017-04-14": "Good Friday", "2017-04-15": "The day following Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-03": "The Buddha's Birthday", "2017-05-30": "Dragon Boat Festival", "2017-07-01": "Hong Kong S.A.R. Establishment Day", "2017-10-01": "National Day", "2017-10-02": "National Day (observed)", "2017-10-03": "The day following National Day", "2017-10-05": "The Day following Mid-Autumn Festival", "2017-10-28": "Double Ninth Festival", "2017-12-25": "Christmas Day", "2017-12-26": "The first weekday after Christmas Day", "2018-01-01": "New Year's Day", "2018-02-16": "Chinese New Year", "2018-02-17": "The second day of Chinese New Year", "2018-02-19": "The fourth day of Chinese New Year", "2018-03-30": "Good Friday", "2018-03-31": "The day following Good Friday", "2018-04-02": "Easter Monday", "2018-04-05": "Tomb-Sweeping Day", "2018-05-01": "Labor Day", "2018-05-22": "The Buddha's Birthday", "2018-06-18": "Dragon Boat Festival", "2018-07-01": "Hong Kong S.A.R. Establishment Day", "2018-07-02": "Hong Kong S.A.R. Establishment Day (observed); The day following Hong Kong S.A.R. Establishment Day", "2018-09-25": "The Day following Mid-Autumn Festival", "2018-10-01": "National Day", "2018-10-17": "Double Ninth Festival", "2018-12-25": "Christmas Day", "2018-12-26": "The first weekday after Christmas Day", "2019-01-01": "New Year's Day", "2019-02-05": "Chinese New Year", "2019-02-06": "The second day of Chinese New Year", "2019-02-07": "The third day of Chinese New Year", "2019-04-05": "Tomb-Sweeping Day", "2019-04-19": "Good Friday", "2019-04-20": "The day following Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-13": "The day following the Buddha's Birthday", "2019-06-07": "Dragon Boat Festival", "2019-07-01": "Hong Kong S.A.R. Establishment Day", "2019-09-14": "The Day following Mid-Autumn Festival", "2019-10-01": "National Day", "2019-10-07": "Double Ninth Festival", "2019-12-25": "Christmas Day", "2019-12-26": "The first weekday after Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-27": "The third day of Chinese New Year", "2020-01-28": "The fourth day of Chinese New Year", "2020-04-04": "Tomb-Sweeping Day", "2020-04-10": "Good Friday", "2020-04-11": "The day following Good Friday", "2020-04-13": "Easter Monday", "2020-04-30": "The Buddha's Birthday", "2020-05-01": "Labor Day", "2020-06-25": "Dragon Boat Festival", "2020-07-01": "Hong Kong S.A.R. Establishment Day", "2020-10-01": "National Day", "2020-10-02": "The Day following Mid-Autumn Festival", "2020-10-25": "Double Ninth Festival", "2020-10-26": "Double Ninth Festival (observed); The day following Double Ninth Festival", "2020-12-25": "Christmas Day", "2020-12-26": "The first weekday after Christmas Day", "2021-01-01": "New Year's Day", "2021-02-12": "Chinese New Year", "2021-02-13": "The second day of Chinese New Year", "2021-02-15": "The fourth day of Chinese New Year", "2021-04-02": "Good Friday", "2021-04-03": "The day following Good Friday", "2021-04-04": "Tomb-Sweeping Day", "2021-04-05": "The day following Tomb-Sweeping Day; Tomb-Sweeping Day (observed)", "2021-04-06": "The day following Easter Monday", "2021-05-01": "Labor Day", "2021-05-19": "The Buddha's Birthday", "2021-06-14": "Dragon Boat Festival", "2021-07-01": "Hong Kong S.A.R. Establishment Day", "2021-09-22": "The Day following Mid-Autumn Festival", "2021-10-01": "National Day", "2021-10-14": "Double Ninth Festival", "2021-12-25": "Christmas Day", "2021-12-27": "The first weekday after Christmas Day", "2022-01-01": "New Year's Day", "2022-02-01": "Chinese New Year", "2022-02-02": "The second day of Chinese New Year", "2022-02-03": "The third day of Chinese New Year", "2022-04-05": "Tomb-Sweeping Day", "2022-04-15": "Good Friday", "2022-04-16": "The day following Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed); The day following Labor Day", "2022-05-08": "The Buddha's Birthday", "2022-05-09": "The Buddha's Birthday (observed); The day following the Buddha's Birthday", "2022-06-03": "Dragon Boat Festival", "2022-07-01": "Hong Kong S.A.R. Establishment Day", "2022-09-12": "The Second Day following Mid-Autumn Festival", "2022-10-01": "National Day", "2022-10-04": "Double Ninth Festival", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed); The first weekday after Christmas Day", "2022-12-27": "The second weekday after Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed); The day following New Year's Day", "2023-01-23": "The second day of Chinese New Year", "2023-01-24": "The third day of Chinese New Year", "2023-01-25": "The fourth day of Chinese New Year", "2023-04-05": "Tomb-Sweeping Day", "2023-04-07": "Good Friday", "2023-04-08": "The day following Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-26": "The Buddha's Birthday", "2023-06-22": "Dragon Boat Festival", "2023-07-01": "Hong Kong S.A.R. Establishment Day", "2023-09-30": "The Day following Mid-Autumn Festival", "2023-10-01": "National Day", "2023-10-02": "National Day (observed)", "2023-10-03": "The day following National Day", "2023-10-23": "Double Ninth Festival", "2023-12-25": "Christmas Day", "2023-12-26": "The first weekday after Christmas Day", "2024-01-01": "New Year's Day", "2024-02-10": "Chinese New Year", "2024-02-12": "The third day of Chinese New Year", "2024-02-13": "The fourth day of Chinese New Year", "2024-03-29": "Good Friday", "2024-03-30": "The day following Good Friday", "2024-04-01": "Easter Monday", "2024-04-04": "Tomb-Sweeping Day", "2024-05-01": "Labor Day", "2024-05-15": "The Buddha's Birthday", "2024-06-10": "Dragon Boat Festival", "2024-07-01": "Hong Kong S.A.R. Establishment Day", "2024-09-18": "The Day following Mid-Autumn Festival", "2024-10-01": "National Day", "2024-10-11": "Double Ninth Festival", "2024-12-25": "Christmas Day", "2024-12-26": "The first weekday after Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "The second day of Chinese New Year", "2025-01-31": "The third day of Chinese New Year", "2025-04-04": "Tomb-Sweeping Day", "2025-04-18": "Good Friday", "2025-04-19": "The day following Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-05": "The Buddha's Birthday", "2025-05-31": "Dragon Boat Festival", "2025-07-01": "Hong Kong S.A.R. Establishment Day", "2025-10-01": "National Day", "2025-10-07": "The Day following Mid-Autumn Festival", "2025-10-29": "Double Ninth Festival", "2025-12-25": "Christmas Day", "2025-12-26": "The first weekday after Christmas Day", "2026-01-01": "New Year's Day", "2026-02-17": "Chinese New Year", "2026-02-18": "The second day of Chinese New Year", "2026-02-19": "The third day of Chinese New Year", "2026-04-03": "Good Friday", "2026-04-04": "The day following Good Friday", "2026-04-05": "Tomb-Sweeping Day", "2026-04-06": "Easter Monday; The day following Tomb-Sweeping Day", "2026-04-07": "The day following Easter Monday; Tomb-Sweeping Day (observed)", "2026-05-01": "Labor Day", "2026-05-24": "The Buddha's Birthday", "2026-05-25": "The Buddha's Birthday (observed); The day following the Buddha's Birthday", "2026-06-19": "Dragon Boat Festival", "2026-07-01": "Hong Kong S.A.R. Establishment Day", "2026-09-26": "The Day following Mid-Autumn Festival", "2026-10-01": "National Day", "2026-10-18": "Double Ninth Festival", "2026-10-19": "Double Ninth Festival (observed); The day following Double Ninth Festival", "2026-12-25": "Christmas Day", "2026-12-26": "The first weekday after Christmas Day", "2027-01-01": "New Year's Day", "2027-02-06": "Chinese New Year", "2027-02-08": "The third day of Chinese New Year", "2027-02-09": "The fourth day of Chinese New Year", "2027-03-26": "Good Friday", "2027-03-27": "The day following Good Friday", "2027-03-29": "Easter Monday", "2027-04-05": "Tomb-Sweeping Day", "2027-05-01": "Labor Day", "2027-05-13": "The Buddha's Birthday", "2027-06-09": "Dragon Boat Festival", "2027-07-01": "Hong Kong S.A.R. Establishment Day", "2027-09-16": "The Day following Mid-Autumn Festival", "2027-10-01": "National Day", "2027-10-08": "Double Ninth Festival", "2027-12-25": "Christmas Day", "2027-12-26": "The first weekday after Christmas Day", "2027-12-27": "The first weekday after Christmas Day; The first weekday after Christmas Day (observed)", "2028-01-01": "New Year's Day", "2028-01-26": "Chinese New Year", "2028-01-27": "The second day of Chinese New Year", "2028-01-28": "The third day of Chinese New Year", "2028-04-04": "Tomb-Sweeping Day", "2028-04-14": "Good Friday", "2028-04-15": "The day following Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-02": "The Buddha's Birthday", "2028-05-28": "Dragon Boat Festival", "2028-05-29": "Dragon Boat Festival (observed); The day following Dragon Boat Festival", "2028-07-01": "Hong Kong S.A.R. Establishment Day", "2028-10-01": "National Day", "2028-10-02": "National Day (observed)", "2028-10-03": "The day following National Day", "2028-10-04": "The Day following Mid-Autumn Festival", "2028-10-26": "Double Ninth Festival", "2028-12-25": "Christmas Day", "2028-12-26": "The first weekday after Christmas Day", "2029-01-01": "New Year's Day", "2029-02-13": "Chinese New Year", "2029-02-14": "The second day of Chinese New Year", "2029-02-15": "The third day of Chinese New Year", "2029-03-30": "Good Friday", "2029-03-31": "The day following Good Friday", "2029-04-02": "Easter Monday", "2029-04-04": "Tomb-Sweeping Day", "2029-05-01": "Labor Day", "2029-05-20": "The Buddha's Birthday", "2029-05-21": "The Buddha's Birthday (observed); The day following the Buddha's Birthday", "2029-06-16": "Dragon Boat Festival", "2029-07-01": "Hong Kong S.A.R. Establishment Day", "2029-07-02": "Hong Kong S.A.R. Establishment Day (observed); The day following Hong Kong S.A.R. Establishment Day", "2029-09-24": "The Second Day following Mid-Autumn Festival", "2029-10-01": "National Day", "2029-10-16": "Double Ninth Festival", "2029-12-25": "Christmas Day", "2029-12-26": "The first weekday after Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "The second day of Chinese New Year", "2030-02-05": "The third day of Chinese New Year", "2030-02-06": "The fourth day of Chinese New Year", "2030-04-05": "Tomb-Sweeping Day", "2030-04-19": "Good Friday", "2030-04-20": "The day following Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-09": "The Buddha's Birthday", "2030-06-05": "Dragon Boat Festival", "2030-07-01": "Hong Kong S.A.R. Establishment Day", "2030-09-13": "The Day following Mid-Autumn Festival", "2030-10-01": "National Day", "2030-10-05": "Double Ninth Festival", "2030-12-25": "Christmas Day", "2030-12-26": "The first weekday after Christmas Day", "2031-01-01": "New Year's Day", "2031-01-23": "Chinese New Year", "2031-01-24": "The second day of Chinese New Year", "2031-01-25": "The third day of Chinese New Year", "2031-04-05": "Tomb-Sweeping Day", "2031-04-11": "Good Friday", "2031-04-12": "The day following Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-28": "The Buddha's Birthday", "2031-06-24": "Dragon Boat Festival", "2031-07-01": "Hong Kong S.A.R. Establishment Day", "2031-10-01": "National Day", "2031-10-02": "The Day following Mid-Autumn Festival", "2031-10-24": "Double Ninth Festival", "2031-12-25": "Christmas Day", "2031-12-26": "The first weekday after Christmas Day", "2032-01-01": "New Year's Day", "2032-02-11": "Chinese New Year", "2032-02-12": "The second day of Chinese New Year", "2032-02-13": "The third day of Chinese New Year", "2032-03-26": "Good Friday", "2032-03-27": "The day following Good Friday", "2032-03-29": "Easter Monday", "2032-04-04": "Tomb-Sweeping Day", "2032-04-05": "The day following Tomb-Sweeping Day; Tomb-Sweeping Day (observed)", "2032-05-01": "Labor Day", "2032-05-16": "The Buddha's Birthday", "2032-05-17": "The Buddha's Birthday (observed); The day following the Buddha's Birthday", "2032-06-12": "Dragon Boat Festival", "2032-07-01": "Hong Kong S.A.R. Establishment Day", "2032-09-20": "The Day following Mid-Autumn Festival", "2032-10-01": "National Day", "2032-10-12": "Double Ninth Festival", "2032-12-25": "Christmas Day", "2032-12-26": "The first weekday after Christmas Day", "2032-12-27": "The first weekday after Christmas Day; The first weekday after Christmas Day (observed)", "2033-01-01": "New Year's Day", "2033-01-31": "Chinese New Year", "2033-02-01": "The second day of Chinese New Year", "2033-02-02": "The third day of Chinese New Year", "2033-04-04": "Tomb-Sweeping Day", "2033-04-15": "Good Friday", "2033-04-16": "The day following Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed); The day following Labor Day", "2033-05-06": "The Buddha's Birthday", "2033-06-01": "Dragon Boat Festival", "2033-07-01": "Hong Kong S.A.R. Establishment Day", "2033-09-09": "The Day following Mid-Autumn Festival", "2033-10-01": "Double Ninth Festival; National Day", "2033-10-03": "National Day (observed)", "2033-10-04": "The day following National Day", "2033-12-25": "Christmas Day", "2033-12-26": "The first weekday after Christmas Day", "2033-12-27": "Christmas Day (observed); The second weekday after Christmas Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed); The day following New Year's Day", "2034-02-20": "The second day of Chinese New Year", "2034-02-21": "The third day of Chinese New Year", "2034-02-22": "The fourth day of Chinese New Year", "2034-04-05": "Tomb-Sweeping Day", "2034-04-07": "Good Friday", "2034-04-08": "The day following Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-25": "The Buddha's Birthday", "2034-06-20": "Dragon Boat Festival", "2034-07-01": "Hong Kong S.A.R. Establishment Day", "2034-09-28": "The Day following Mid-Autumn Festival", "2034-10-01": "National Day", "2034-10-02": "National Day (observed)", "2034-10-03": "The day following National Day", "2034-10-20": "Double Ninth Festival", "2034-12-25": "Christmas Day", "2034-12-26": "The first weekday after Christmas Day", "2035-01-01": "New Year's Day", "2035-02-08": "Chinese New Year", "2035-02-09": "The second day of Chinese New Year", "2035-02-10": "The third day of Chinese New Year", "2035-03-23": "Good Friday", "2035-03-24": "The day following Good Friday", "2035-03-26": "Easter Monday", "2035-04-05": "Tomb-Sweeping Day", "2035-05-01": "Labor Day", "2035-05-15": "The Buddha's Birthday", "2035-06-10": "Dragon Boat Festival", "2035-06-11": "Dragon Boat Festival (observed); The day following Dragon Boat Festival", "2035-07-01": "Hong Kong S.A.R. Establishment Day", "2035-07-02": "Hong Kong S.A.R. Establishment Day (observed); The day following Hong Kong S.A.R. Establishment Day", "2035-09-17": "The Day following Mid-Autumn Festival", "2035-10-01": "National Day", "2035-10-09": "Double Ninth Festival", "2035-12-25": "Christmas Day", "2035-12-26": "The first weekday after Christmas Day", "2036-01-01": "New Year's Day", "2036-01-28": "Chinese New Year", "2036-01-29": "The second day of Chinese New Year", "2036-01-30": "The third day of Chinese New Year", "2036-04-04": "Tomb-Sweeping Day", "2036-04-11": "Good Friday", "2036-04-12": "The day following Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-03": "The Buddha's Birthday", "2036-05-30": "Dragon Boat Festival", "2036-07-01": "Hong Kong S.A.R. Establishment Day", "2036-10-01": "National Day", "2036-10-06": "The Second Day following Mid-Autumn Festival", "2036-10-27": "Double Ninth Festival", "2036-12-25": "Christmas Day", "2036-12-26": "The first weekday after Christmas Day", "2037-01-01": "New Year's Day", "2037-02-16": "The second day of Chinese New Year", "2037-02-17": "The third day of Chinese New Year", "2037-02-18": "The fourth day of Chinese New Year", "2037-04-03": "Good Friday", "2037-04-04": "The day following Good Friday; Tomb-Sweeping Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-22": "The Buddha's Birthday", "2037-06-18": "Dragon Boat Festival", "2037-07-01": "Hong Kong S.A.R. Establishment Day", "2037-09-25": "The Day following Mid-Autumn Festival", "2037-10-01": "National Day", "2037-10-17": "Double Ninth Festival", "2037-12-25": "Christmas Day", "2037-12-26": "The first weekday after Christmas Day", "2038-01-01": "New Year's Day", "2038-02-04": "Chinese New Year", "2038-02-05": "The second day of Chinese New Year", "2038-02-06": "The third day of Chinese New Year", "2038-04-05": "Tomb-Sweeping Day", "2038-04-23": "Good Friday", "2038-04-24": "The day following Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-11": "The Buddha's Birthday", "2038-06-07": "Dragon Boat Festival", "2038-07-01": "Hong Kong S.A.R. Establishment Day", "2038-09-14": "The Day following Mid-Autumn Festival", "2038-10-01": "National Day", "2038-10-07": "Double Ninth Festival", "2038-12-25": "Christmas Day", "2038-12-26": "The first weekday after Christmas Day", "2038-12-27": "The first weekday after Christmas Day; The first weekday after Christmas Day (observed)", "2039-01-01": "New Year's Day", "2039-01-24": "Chinese New Year", "2039-01-25": "The second day of Chinese New Year", "2039-01-26": "The third day of Chinese New Year", "2039-04-05": "Tomb-Sweeping Day", "2039-04-08": "Good Friday", "2039-04-09": "The day following Good Friday", "2039-04-11": "Easter Monday", "2039-04-30": "The Buddha's Birthday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed); The day following Labor Day", "2039-05-27": "Dragon Boat Festival", "2039-07-01": "Hong Kong S.A.R. Establishment Day", "2039-10-01": "National Day", "2039-10-03": "The Day following Mid-Autumn Festival", "2039-10-26": "Double Ninth Festival", "2039-12-25": "Christmas Day", "2039-12-26": "The first weekday after Christmas Day", "2039-12-27": "Christmas Day (observed); The second weekday after Christmas Day", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed); The day following New Year's Day", "2040-02-13": "The second day of Chinese New Year", "2040-02-14": "The third day of Chinese New Year", "2040-02-15": "The fourth day of Chinese New Year", "2040-03-30": "Good Friday", "2040-03-31": "The day following Good Friday", "2040-04-02": "Easter Monday", "2040-04-04": "Tomb-Sweeping Day", "2040-05-01": "Labor Day", "2040-05-18": "The Buddha's Birthday", "2040-06-14": "Dragon Boat Festival", "2040-07-01": "Hong Kong S.A.R. Establishment Day", "2040-07-02": "Hong Kong S.A.R. Establishment Day (observed); The day following Hong Kong S.A.R. Establishment Day", "2040-09-21": "The Day following Mid-Autumn Festival", "2040-10-01": "National Day", "2040-10-14": "Double Ninth Festival", "2040-10-15": "Double Ninth Festival (observed); The day following Double Ninth Festival", "2040-12-25": "Christmas Day", "2040-12-26": "The first weekday after Christmas Day", "2041-01-01": "New Year's Day", "2041-02-01": "Chinese New Year", "2041-02-02": "The second day of Chinese New Year", "2041-02-04": "The fourth day of Chinese New Year", "2041-04-04": "Tomb-Sweeping Day", "2041-04-19": "Good Friday", "2041-04-20": "The day following Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-07": "The Buddha's Birthday", "2041-06-03": "Dragon Boat Festival", "2041-07-01": "Hong Kong S.A.R. Establishment Day", "2041-09-11": "The Day following Mid-Autumn Festival", "2041-10-01": "National Day", "2041-10-03": "Double Ninth Festival", "2041-12-25": "Christmas Day", "2041-12-26": "The first weekday after Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Chinese New Year", "2042-01-23": "The second day of Chinese New Year", "2042-01-24": "The third day of Chinese New Year", "2042-04-04": "Good Friday", "2042-04-05": "The day following Good Friday; Tomb-Sweeping Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-26": "The Buddha's Birthday", "2042-06-22": "Dragon Boat Festival", "2042-06-23": "Dragon Boat Festival (observed); The day following Dragon Boat Festival", "2042-07-01": "Hong Kong S.A.R. Establishment Day", "2042-09-29": "The Day following Mid-Autumn Festival", "2042-10-01": "National Day", "2042-10-22": "Double Ninth Festival", "2042-12-25": "Christmas Day", "2042-12-26": "The first weekday after Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Chinese New Year", "2043-02-11": "The second day of Chinese New Year", "2043-02-12": "The third day of Chinese New Year", "2043-03-27": "Good Friday", "2043-03-28": "The day following Good Friday", "2043-03-30": "Easter Monday", "2043-04-05": "Tomb-Sweeping Day", "2043-04-06": "The day following Tomb-Sweeping Day; Tomb-Sweeping Day (observed)", "2043-05-01": "Labor Day", "2043-05-16": "The Buddha's Birthday", "2043-06-11": "Dragon Boat Festival", "2043-07-01": "Hong Kong S.A.R. Establishment Day", "2043-09-18": "The Day following Mid-Autumn Festival", "2043-10-01": "National Day", "2043-10-11": "Double Ninth Festival", "2043-10-12": "Double Ninth Festival (observed); The day following Double Ninth Festival", "2043-12-25": "Christmas Day", "2043-12-26": "The first weekday after Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year", "2044-02-01": "The third day of Chinese New Year", "2044-02-02": "The fourth day of Chinese New Year", "2044-04-04": "Tomb-Sweeping Day", "2044-04-15": "Good Friday", "2044-04-16": "The day following Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed); The day following Labor Day", "2044-05-05": "The Buddha's Birthday", "2044-05-31": "Dragon Boat Festival", "2044-07-01": "Hong Kong S.A.R. Establishment Day", "2044-10-01": "National Day", "2044-10-06": "The Day following Mid-Autumn Festival", "2044-10-29": "Double Ninth Festival", "2044-12-25": "Christmas Day", "2044-12-26": "The first weekday after Christmas Day", "2044-12-27": "Christmas Day (observed); The second weekday after Christmas Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed); The day following New Year's Day", "2045-02-17": "Chinese New Year", "2045-02-18": "The second day of Chinese New Year", "2045-02-20": "The fourth day of Chinese New Year", "2045-04-04": "Tomb-Sweeping Day", "2045-04-07": "Good Friday", "2045-04-08": "The day following Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-24": "The Buddha's Birthday", "2045-06-19": "Dragon Boat Festival", "2045-07-01": "Hong Kong S.A.R. Establishment Day", "2045-09-26": "The Day following Mid-Autumn Festival", "2045-10-01": "National Day", "2045-10-02": "National Day (observed)", "2045-10-03": "The day following National Day", "2045-10-18": "Double Ninth Festival", "2045-12-25": "Christmas Day", "2045-12-26": "The first weekday after Christmas Day", "2046-01-01": "New Year's Day", "2046-02-06": "Chinese New Year", "2046-02-07": "The second day of Chinese New Year", "2046-02-08": "The third day of Chinese New Year", "2046-03-23": "Good Friday", "2046-03-24": "The day following Good Friday", "2046-03-26": "Easter Monday", "2046-04-05": "Tomb-Sweeping Day", "2046-05-01": "Labor Day", "2046-05-13": "The Buddha's Birthday", "2046-05-14": "The Buddha's Birthday (observed); The day following the Buddha's Birthday", "2046-06-08": "Dragon Boat Festival", "2046-07-01": "Hong Kong S.A.R. Establishment Day", "2046-07-02": "Hong Kong S.A.R. Establishment Day (observed); The day following Hong Kong S.A.R. Establishment Day", "2046-09-17": "The Second Day following Mid-Autumn Festival", "2046-10-01": "National Day", "2046-10-08": "Double Ninth Festival", "2046-12-25": "Christmas Day", "2046-12-26": "The first weekday after Christmas Day", "2047-01-01": "New Year's Day", "2047-01-26": "Chinese New Year", "2047-01-28": "The third day of Chinese New Year", "2047-01-29": "The fourth day of Chinese New Year", "2047-04-05": "Tomb-Sweeping Day", "2047-04-12": "Good Friday", "2047-04-13": "The day following Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-02": "The Buddha's Birthday", "2047-05-29": "Dragon Boat Festival", "2047-07-01": "Hong Kong S.A.R. Establishment Day", "2047-10-01": "National Day", "2047-10-05": "The Day following Mid-Autumn Festival", "2047-10-27": "Double Ninth Festival", "2047-10-28": "Double Ninth Festival (observed); The day following Double Ninth Festival", "2047-12-25": "Christmas Day", "2047-12-26": "The first weekday after Christmas Day", "2048-01-01": "New Year's Day", "2048-02-14": "Chinese New Year", "2048-02-15": "The second day of Chinese New Year", "2048-02-17": "The fourth day of Chinese New Year", "2048-04-03": "Good Friday", "2048-04-04": "The day following Good Friday; Tomb-Sweeping Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-20": "The Buddha's Birthday", "2048-06-15": "Dragon Boat Festival", "2048-07-01": "Hong Kong S.A.R. Establishment Day", "2048-09-23": "The Day following Mid-Autumn Festival", "2048-10-01": "National Day", "2048-10-16": "Double Ninth Festival", "2048-12-25": "Christmas Day", "2048-12-26": "The first weekday after Christmas Day", "2049-01-01": "New Year's Day", "2049-02-02": "Chinese New Year", "2049-02-03": "The second day of Chinese New Year", "2049-02-04": "The third day of Chinese New Year", "2049-04-04": "Tomb-Sweeping Day", "2049-04-05": "The day following Tomb-Sweeping Day; Tomb-Sweeping Day (observed)", "2049-04-16": "Good Friday", "2049-04-17": "The day following Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-09": "The Buddha's Birthday", "2049-05-10": "The Buddha's Birthday (observed); The day following the Buddha's Birthday", "2049-06-04": "Dragon Boat Festival", "2049-07-01": "Hong Kong S.A.R. Establishment Day", "2049-09-13": "The Second Day following Mid-Autumn Festival", "2049-10-01": "National Day", "2049-10-05": "Double Ninth Festival", "2049-12-25": "Christmas Day", "2049-12-26": "The first weekday after Christmas Day", "2049-12-27": "The first weekday after Christmas Day; The first weekday after Christmas Day (observed)", "2050-01-01": "New Year's Day", "2050-01-24": "The second day of Chinese New Year", "2050-01-25": "The third day of Chinese New Year", "2050-01-26": "The fourth day of Chinese New Year", "2050-04-05": "Tomb-Sweeping Day", "2050-04-08": "Good Friday", "2050-04-09": "The day following Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed); The day following Labor Day", "2050-05-28": "The Buddha's Birthday", "2050-06-23": "Dragon Boat Festival", "2050-07-01": "Hong Kong S.A.R. Establishment Day", "2050-10-01": "National Day; The Day following Mid-Autumn Festival", "2050-10-03": "National Day (observed)", "2050-10-04": "The day following National Day", "2050-10-24": "Double Ninth Festival", "2050-12-25": "Christmas Day", "2050-12-26": "The first weekday after Christmas Day", "2050-12-27": "Christmas Day (observed); The second weekday after Christmas Day" } holidays-0.71/snapshots/countries/HN_COMMON.json000066400000000000000000001134501500152103600215570ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-04-14": "Panamerican Day", "1950-05-01": "Labor Day", "1950-09-15": "Independence Day", "1950-10-03": "Morazan's Day", "1950-10-12": "Columbus Day", "1950-10-21": "Army Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-04-14": "Panamerican Day", "1951-05-01": "Labor Day", "1951-09-15": "Independence Day", "1951-10-03": "Morazan's Day", "1951-10-12": "Columbus Day", "1951-10-21": "Army Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-04-14": "Panamerican Day", "1952-05-01": "Labor Day", "1952-09-15": "Independence Day", "1952-10-03": "Morazan's Day", "1952-10-12": "Columbus Day", "1952-10-21": "Army Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-04-14": "Panamerican Day", "1953-05-01": "Labor Day", "1953-09-15": "Independence Day", "1953-10-03": "Morazan's Day", "1953-10-12": "Columbus Day", "1953-10-21": "Army Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-14": "Panamerican Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-05-01": "Labor Day", "1954-09-15": "Independence Day", "1954-10-03": "Morazan's Day", "1954-10-12": "Columbus Day", "1954-10-21": "Army Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-04-14": "Panamerican Day", "1955-05-01": "Labor Day", "1955-09-15": "Independence Day", "1955-10-03": "Morazan's Day", "1955-10-12": "Columbus Day", "1955-10-21": "Army Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-04-14": "Panamerican Day", "1956-05-01": "Labor Day", "1956-09-15": "Independence Day", "1956-10-03": "Morazan's Day", "1956-10-12": "Columbus Day", "1956-10-21": "Army Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-14": "Panamerican Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-05-01": "Labor Day", "1957-09-15": "Independence Day", "1957-10-03": "Morazan's Day", "1957-10-12": "Columbus Day", "1957-10-21": "Army Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-04-14": "Panamerican Day", "1958-05-01": "Labor Day", "1958-09-15": "Independence Day", "1958-10-03": "Morazan's Day", "1958-10-12": "Columbus Day", "1958-10-21": "Army Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-04-14": "Panamerican Day", "1959-05-01": "Labor Day", "1959-09-15": "Independence Day", "1959-10-03": "Morazan's Day", "1959-10-12": "Columbus Day", "1959-10-21": "Army Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday; Panamerican Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-05-01": "Labor Day", "1960-09-15": "Independence Day", "1960-10-03": "Morazan's Day", "1960-10-12": "Columbus Day", "1960-10-21": "Army Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-04-14": "Panamerican Day", "1961-05-01": "Labor Day", "1961-09-15": "Independence Day", "1961-10-03": "Morazan's Day", "1961-10-12": "Columbus Day", "1961-10-21": "Army Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-14": "Panamerican Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-05-01": "Labor Day", "1962-09-15": "Independence Day", "1962-10-03": "Morazan's Day", "1962-10-12": "Columbus Day", "1962-10-21": "Army Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-04-14": "Panamerican Day", "1963-05-01": "Labor Day", "1963-09-15": "Independence Day", "1963-10-03": "Morazan's Day", "1963-10-12": "Columbus Day", "1963-10-21": "Army Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-04-14": "Panamerican Day", "1964-05-01": "Labor Day", "1964-09-15": "Independence Day", "1964-10-03": "Morazan's Day", "1964-10-12": "Columbus Day", "1964-10-21": "Army Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-14": "Panamerican Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-05-01": "Labor Day", "1965-09-15": "Independence Day", "1965-10-03": "Morazan's Day", "1965-10-12": "Columbus Day", "1965-10-21": "Army Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-04-14": "Panamerican Day", "1966-05-01": "Labor Day", "1966-09-15": "Independence Day", "1966-10-03": "Morazan's Day", "1966-10-12": "Columbus Day", "1966-10-21": "Army Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-04-14": "Panamerican Day", "1967-05-01": "Labor Day", "1967-09-15": "Independence Day", "1967-10-03": "Morazan's Day", "1967-10-12": "Columbus Day", "1967-10-21": "Army Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-04-14": "Panamerican Day", "1968-05-01": "Labor Day", "1968-09-15": "Independence Day", "1968-10-03": "Morazan's Day", "1968-10-12": "Columbus Day", "1968-10-21": "Army Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-04-14": "Panamerican Day", "1969-05-01": "Labor Day", "1969-09-15": "Independence Day", "1969-10-03": "Morazan's Day", "1969-10-12": "Columbus Day", "1969-10-21": "Army Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-04-14": "Panamerican Day", "1970-05-01": "Labor Day", "1970-09-15": "Independence Day", "1970-10-03": "Morazan's Day", "1970-10-12": "Columbus Day", "1970-10-21": "Army Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-04-14": "Panamerican Day", "1971-05-01": "Labor Day", "1971-09-15": "Independence Day", "1971-10-03": "Morazan's Day", "1971-10-12": "Columbus Day", "1971-10-21": "Army Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-04-14": "Panamerican Day", "1972-05-01": "Labor Day", "1972-09-15": "Independence Day", "1972-10-03": "Morazan's Day", "1972-10-12": "Columbus Day", "1972-10-21": "Army Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-14": "Panamerican Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-09-15": "Independence Day", "1973-10-03": "Morazan's Day", "1973-10-12": "Columbus Day", "1973-10-21": "Army Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-04-14": "Panamerican Day", "1974-05-01": "Labor Day", "1974-09-15": "Independence Day", "1974-10-03": "Morazan's Day", "1974-10-12": "Columbus Day", "1974-10-21": "Army Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-04-14": "Panamerican Day", "1975-05-01": "Labor Day", "1975-09-15": "Independence Day", "1975-10-03": "Morazan's Day", "1975-10-12": "Columbus Day", "1975-10-21": "Army Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-14": "Panamerican Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-09-15": "Independence Day", "1976-10-03": "Morazan's Day", "1976-10-12": "Columbus Day", "1976-10-21": "Army Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-04-14": "Panamerican Day", "1977-05-01": "Labor Day", "1977-09-15": "Independence Day", "1977-10-03": "Morazan's Day", "1977-10-12": "Columbus Day", "1977-10-21": "Army Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-04-14": "Panamerican Day", "1978-05-01": "Labor Day", "1978-09-15": "Independence Day", "1978-10-03": "Morazan's Day", "1978-10-12": "Columbus Day", "1978-10-21": "Army Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday; Panamerican Day", "1979-05-01": "Labor Day", "1979-09-15": "Independence Day", "1979-10-03": "Morazan's Day", "1979-10-12": "Columbus Day", "1979-10-21": "Army Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-04-14": "Panamerican Day", "1980-05-01": "Labor Day", "1980-09-15": "Independence Day", "1980-10-03": "Morazan's Day", "1980-10-12": "Columbus Day", "1980-10-21": "Army Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-14": "Panamerican Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-09-15": "Independence Day", "1981-10-03": "Morazan's Day", "1981-10-12": "Columbus Day", "1981-10-21": "Army Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-04-14": "Panamerican Day", "1982-05-01": "Labor Day", "1982-09-15": "Independence Day", "1982-10-03": "Morazan's Day", "1982-10-12": "Columbus Day", "1982-10-21": "Army Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-04-14": "Panamerican Day", "1983-05-01": "Labor Day", "1983-09-15": "Independence Day", "1983-10-03": "Morazan's Day", "1983-10-12": "Columbus Day", "1983-10-21": "Army Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-14": "Panamerican Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-09-15": "Independence Day", "1984-10-03": "Morazan's Day", "1984-10-12": "Columbus Day", "1984-10-21": "Army Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-04-14": "Panamerican Day", "1985-05-01": "Labor Day", "1985-09-15": "Independence Day", "1985-10-03": "Morazan's Day", "1985-10-12": "Columbus Day", "1985-10-21": "Army Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-04-14": "Panamerican Day", "1986-05-01": "Labor Day", "1986-09-15": "Independence Day", "1986-10-03": "Morazan's Day", "1986-10-12": "Columbus Day", "1986-10-21": "Army Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-14": "Panamerican Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-09-15": "Independence Day", "1987-10-03": "Morazan's Day", "1987-10-12": "Columbus Day", "1987-10-21": "Army Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-04-14": "Panamerican Day", "1988-05-01": "Labor Day", "1988-09-15": "Independence Day", "1988-10-03": "Morazan's Day", "1988-10-12": "Columbus Day", "1988-10-21": "Army Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-04-14": "Panamerican Day", "1989-05-01": "Labor Day", "1989-09-15": "Independence Day", "1989-10-03": "Morazan's Day", "1989-10-12": "Columbus Day", "1989-10-21": "Army Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday; Panamerican Day", "1990-05-01": "Labor Day", "1990-09-15": "Independence Day", "1990-10-03": "Morazan's Day", "1990-10-12": "Columbus Day", "1990-10-21": "Army Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-04-14": "Panamerican Day", "1991-05-01": "Labor Day", "1991-09-15": "Independence Day", "1991-10-03": "Morazan's Day", "1991-10-12": "Columbus Day", "1991-10-21": "Army Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-14": "Panamerican Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-09-15": "Independence Day", "1992-10-03": "Morazan's Day", "1992-10-12": "Columbus Day", "1992-10-21": "Army Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-04-14": "Panamerican Day", "1993-05-01": "Labor Day", "1993-09-15": "Independence Day", "1993-10-03": "Morazan's Day", "1993-10-12": "Columbus Day", "1993-10-21": "Army Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-04-14": "Panamerican Day", "1994-05-01": "Labor Day", "1994-09-15": "Independence Day", "1994-10-03": "Morazan's Day", "1994-10-12": "Columbus Day", "1994-10-21": "Army Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday; Panamerican Day", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-09-15": "Independence Day", "1995-10-03": "Morazan's Day", "1995-10-12": "Columbus Day", "1995-10-21": "Army Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-04-14": "Panamerican Day", "1996-05-01": "Labor Day", "1996-09-15": "Independence Day", "1996-10-03": "Morazan's Day", "1996-10-12": "Columbus Day", "1996-10-21": "Army Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-04-14": "Panamerican Day", "1997-05-01": "Labor Day", "1997-09-15": "Independence Day", "1997-10-03": "Morazan's Day", "1997-10-12": "Columbus Day", "1997-10-21": "Army Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-04-14": "Panamerican Day", "1998-05-01": "Labor Day", "1998-09-15": "Independence Day", "1998-10-03": "Morazan's Day", "1998-10-12": "Columbus Day", "1998-10-21": "Army Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-04-14": "Panamerican Day", "1999-05-01": "Labor Day", "1999-09-15": "Independence Day", "1999-10-03": "Morazan's Day", "1999-10-12": "Columbus Day", "1999-10-21": "Army Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-14": "Panamerican Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-09-15": "Independence Day", "2000-10-03": "Morazan's Day", "2000-10-12": "Columbus Day", "2000-10-21": "Army Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday; Panamerican Day", "2001-05-01": "Labor Day", "2001-09-15": "Independence Day", "2001-10-03": "Morazan's Day", "2001-10-12": "Columbus Day", "2001-10-21": "Army Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-04-14": "Panamerican Day", "2002-05-01": "Labor Day", "2002-09-15": "Independence Day", "2002-10-03": "Morazan's Day", "2002-10-12": "Columbus Day", "2002-10-21": "Army Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-14": "Panamerican Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-09-15": "Independence Day", "2003-10-03": "Morazan's Day", "2003-10-12": "Columbus Day", "2003-10-21": "Army Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-04-14": "Panamerican Day", "2004-05-01": "Labor Day", "2004-09-15": "Independence Day", "2004-10-03": "Morazan's Day", "2004-10-12": "Columbus Day", "2004-10-21": "Army Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-04-14": "Panamerican Day", "2005-05-01": "Labor Day", "2005-09-15": "Independence Day", "2005-10-03": "Morazan's Day", "2005-10-12": "Columbus Day", "2005-10-21": "Army Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday; Panamerican Day", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-09-15": "Independence Day", "2006-10-03": "Morazan's Day", "2006-10-12": "Columbus Day", "2006-10-21": "Army Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-04-14": "Panamerican Day", "2007-05-01": "Labor Day", "2007-09-15": "Independence Day", "2007-10-03": "Morazan's Day", "2007-10-12": "Columbus Day", "2007-10-21": "Army Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-04-14": "Panamerican Day", "2008-05-01": "Labor Day", "2008-09-15": "Independence Day", "2008-10-03": "Morazan's Day", "2008-10-12": "Columbus Day", "2008-10-21": "Army Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-04-14": "Panamerican Day", "2009-05-01": "Labor Day", "2009-09-15": "Independence Day", "2009-10-03": "Morazan's Day", "2009-10-12": "Columbus Day", "2009-10-21": "Army Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-04-14": "Panamerican Day", "2010-05-01": "Labor Day", "2010-09-15": "Independence Day", "2010-10-03": "Morazan's Day", "2010-10-12": "Columbus Day", "2010-10-21": "Army Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-14": "Panamerican Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-09-15": "Independence Day", "2011-10-03": "Morazan's Day", "2011-10-12": "Columbus Day", "2011-10-21": "Army Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-04-14": "Panamerican Day", "2012-05-01": "Labor Day", "2012-09-15": "Independence Day", "2012-10-03": "Morazan's Day", "2012-10-12": "Columbus Day", "2012-10-21": "Army Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-04-14": "Panamerican Day", "2013-05-01": "Labor Day", "2013-09-15": "Independence Day", "2013-10-03": "Morazan's Day", "2013-10-12": "Columbus Day", "2013-10-21": "Army Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-14": "Panamerican Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-09-15": "Independence Day", "2014-10-03": "Morazan's Day", "2014-10-12": "Columbus Day", "2014-10-21": "Army Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-04-14": "Panamerican Day", "2015-05-01": "Labor Day", "2015-09-15": "Independence Day", "2015-10-07": "Morazan Weekend", "2015-10-08": "Morazan Weekend", "2015-10-09": "Morazan Weekend", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-04-14": "Panamerican Day", "2016-05-01": "Labor Day", "2016-09-15": "Independence Day", "2016-10-05": "Morazan Weekend", "2016-10-06": "Morazan Weekend", "2016-10-07": "Morazan Weekend", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday; Panamerican Day", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-09-15": "Independence Day", "2017-10-04": "Morazan Weekend", "2017-10-05": "Morazan Weekend", "2017-10-06": "Morazan Weekend", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-04-14": "Panamerican Day", "2018-05-01": "Labor Day", "2018-09-15": "Independence Day", "2018-10-03": "Morazan Weekend", "2018-10-04": "Morazan Weekend", "2018-10-05": "Morazan Weekend", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-14": "Panamerican Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-09-15": "Independence Day", "2019-10-02": "Morazan Weekend", "2019-10-03": "Morazan Weekend", "2019-10-04": "Morazan Weekend", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-04-14": "Panamerican Day", "2020-05-01": "Labor Day", "2020-09-15": "Independence Day", "2020-10-07": "Morazan Weekend", "2020-10-08": "Morazan Weekend", "2020-10-09": "Morazan Weekend", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-04-14": "Panamerican Day", "2021-05-01": "Labor Day", "2021-09-15": "Independence Day", "2021-10-06": "Morazan Weekend", "2021-10-07": "Morazan Weekend", "2021-10-08": "Morazan Weekend", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday; Panamerican Day", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-09-15": "Independence Day", "2022-10-05": "Morazan Weekend", "2022-10-06": "Morazan Weekend", "2022-10-07": "Morazan Weekend", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-04-14": "Panamerican Day", "2023-05-01": "Labor Day", "2023-09-15": "Independence Day", "2023-10-04": "Morazan Weekend", "2023-10-05": "Morazan Weekend", "2023-10-06": "Morazan Weekend", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-04-14": "Panamerican Day", "2024-05-01": "Labor Day", "2024-09-15": "Independence Day", "2024-10-02": "Morazan Weekend", "2024-10-03": "Morazan Weekend", "2024-10-04": "Morazan Weekend", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-14": "Panamerican Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-09-15": "Independence Day", "2025-10-01": "Morazan Weekend", "2025-10-02": "Morazan Weekend", "2025-10-03": "Morazan Weekend", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-04-14": "Panamerican Day", "2026-05-01": "Labor Day", "2026-09-15": "Independence Day", "2026-10-07": "Morazan Weekend", "2026-10-08": "Morazan Weekend", "2026-10-09": "Morazan Weekend", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-04-14": "Panamerican Day", "2027-05-01": "Labor Day", "2027-09-15": "Independence Day", "2027-10-06": "Morazan Weekend", "2027-10-07": "Morazan Weekend", "2027-10-08": "Morazan Weekend", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday; Panamerican Day", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-09-15": "Independence Day", "2028-10-04": "Morazan Weekend", "2028-10-05": "Morazan Weekend", "2028-10-06": "Morazan Weekend", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-04-14": "Panamerican Day", "2029-05-01": "Labor Day", "2029-09-15": "Independence Day", "2029-10-03": "Morazan Weekend", "2029-10-04": "Morazan Weekend", "2029-10-05": "Morazan Weekend", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-14": "Panamerican Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-09-15": "Independence Day", "2030-10-02": "Morazan Weekend", "2030-10-03": "Morazan Weekend", "2030-10-04": "Morazan Weekend", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-04-14": "Panamerican Day", "2031-05-01": "Labor Day", "2031-09-15": "Independence Day", "2031-10-01": "Morazan Weekend", "2031-10-02": "Morazan Weekend", "2031-10-03": "Morazan Weekend", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-04-14": "Panamerican Day", "2032-05-01": "Labor Day", "2032-09-15": "Independence Day", "2032-10-06": "Morazan Weekend", "2032-10-07": "Morazan Weekend", "2032-10-08": "Morazan Weekend", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday; Panamerican Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-09-15": "Independence Day", "2033-10-05": "Morazan Weekend", "2033-10-06": "Morazan Weekend", "2033-10-07": "Morazan Weekend", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-04-14": "Panamerican Day", "2034-05-01": "Labor Day", "2034-09-15": "Independence Day", "2034-10-04": "Morazan Weekend", "2034-10-05": "Morazan Weekend", "2034-10-06": "Morazan Weekend", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-04-14": "Panamerican Day", "2035-05-01": "Labor Day", "2035-09-15": "Independence Day", "2035-10-03": "Morazan Weekend", "2035-10-04": "Morazan Weekend", "2035-10-05": "Morazan Weekend", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-04-14": "Panamerican Day", "2036-05-01": "Labor Day", "2036-09-15": "Independence Day", "2036-10-01": "Morazan Weekend", "2036-10-02": "Morazan Weekend", "2036-10-03": "Morazan Weekend", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-04-14": "Panamerican Day", "2037-05-01": "Labor Day", "2037-09-15": "Independence Day", "2037-10-07": "Morazan Weekend", "2037-10-08": "Morazan Weekend", "2037-10-09": "Morazan Weekend", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-14": "Panamerican Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-09-15": "Independence Day", "2038-10-06": "Morazan Weekend", "2038-10-07": "Morazan Weekend", "2038-10-08": "Morazan Weekend", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-04-14": "Panamerican Day", "2039-05-01": "Labor Day", "2039-09-15": "Independence Day", "2039-10-05": "Morazan Weekend", "2039-10-06": "Morazan Weekend", "2039-10-07": "Morazan Weekend", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-04-14": "Panamerican Day", "2040-05-01": "Labor Day", "2040-09-15": "Independence Day", "2040-10-03": "Morazan Weekend", "2040-10-04": "Morazan Weekend", "2040-10-05": "Morazan Weekend", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-14": "Panamerican Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-09-15": "Independence Day", "2041-10-02": "Morazan Weekend", "2041-10-03": "Morazan Weekend", "2041-10-04": "Morazan Weekend", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-04-14": "Panamerican Day", "2042-05-01": "Labor Day", "2042-09-15": "Independence Day", "2042-10-01": "Morazan Weekend", "2042-10-02": "Morazan Weekend", "2042-10-03": "Morazan Weekend", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-04-14": "Panamerican Day", "2043-05-01": "Labor Day", "2043-09-15": "Independence Day", "2043-10-07": "Morazan Weekend", "2043-10-08": "Morazan Weekend", "2043-10-09": "Morazan Weekend", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday; Panamerican Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-09-15": "Independence Day", "2044-10-05": "Morazan Weekend", "2044-10-06": "Morazan Weekend", "2044-10-07": "Morazan Weekend", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-04-14": "Panamerican Day", "2045-05-01": "Labor Day", "2045-09-15": "Independence Day", "2045-10-04": "Morazan Weekend", "2045-10-05": "Morazan Weekend", "2045-10-06": "Morazan Weekend", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-04-14": "Panamerican Day", "2046-05-01": "Labor Day", "2046-09-15": "Independence Day", "2046-10-03": "Morazan Weekend", "2046-10-04": "Morazan Weekend", "2046-10-05": "Morazan Weekend", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-04-14": "Panamerican Day", "2047-05-01": "Labor Day", "2047-09-15": "Independence Day", "2047-10-02": "Morazan Weekend", "2047-10-03": "Morazan Weekend", "2047-10-04": "Morazan Weekend", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-04-14": "Panamerican Day", "2048-05-01": "Labor Day", "2048-09-15": "Independence Day", "2048-10-07": "Morazan Weekend", "2048-10-08": "Morazan Weekend", "2048-10-09": "Morazan Weekend", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-14": "Panamerican Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-09-15": "Independence Day", "2049-10-06": "Morazan Weekend", "2049-10-07": "Morazan Weekend", "2049-10-08": "Morazan Weekend", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-04-14": "Panamerican Day", "2050-05-01": "Labor Day", "2050-09-15": "Independence Day", "2050-10-05": "Morazan Weekend", "2050-10-06": "Morazan Weekend", "2050-10-07": "Morazan Weekend", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/HR_COMMON.json000066400000000000000000000742561500152103600215750ustar00rootroot00000000000000{ "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-22": "Anti-Fascist Struggle Day", "1992-08-05": "Victory and Homeland Thanksgiving Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-06-22": "Anti-Fascist Struggle Day", "1993-08-05": "Victory and Homeland Thanksgiving Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-06-22": "Anti-Fascist Struggle Day", "1994-08-05": "Victory and Homeland Thanksgiving Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-22": "Anti-Fascist Struggle Day", "1995-08-05": "Victory and Homeland Thanksgiving Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-30": "Statehood Day", "1996-06-22": "Anti-Fascist Struggle Day", "1996-08-05": "Victory and Homeland Thanksgiving Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-30": "Statehood Day", "1997-06-22": "Anti-Fascist Struggle Day", "1997-08-05": "Victory and Homeland Thanksgiving Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-30": "Statehood Day", "1998-06-22": "Anti-Fascist Struggle Day", "1998-08-05": "Victory and Homeland Thanksgiving Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-30": "Statehood Day", "1999-06-22": "Anti-Fascist Struggle Day", "1999-08-05": "Victory and Homeland Thanksgiving Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-30": "Statehood Day", "2000-06-22": "Anti-Fascist Struggle Day", "2000-08-05": "Victory and Homeland Thanksgiving Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-30": "Statehood Day", "2001-06-22": "Anti-Fascist Struggle Day", "2001-08-05": "Victory and Homeland Thanksgiving Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-22": "Anti-Fascist Struggle Day", "2002-06-25": "Statehood Day", "2002-08-05": "Victory and Homeland Thanksgiving Day", "2002-08-15": "Assumption Day", "2002-10-08": "Independence Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-19": "Corpus Christi", "2003-06-22": "Anti-Fascist Struggle Day", "2003-06-25": "Statehood Day", "2003-08-05": "Victory and Homeland Thanksgiving Day", "2003-08-15": "Assumption Day", "2003-10-08": "Independence Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi", "2004-06-22": "Anti-Fascist Struggle Day", "2004-06-25": "Statehood Day", "2004-08-05": "Victory and Homeland Thanksgiving Day", "2004-08-15": "Assumption Day", "2004-10-08": "Independence Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-22": "Anti-Fascist Struggle Day", "2005-06-25": "Statehood Day", "2005-08-05": "Victory and Homeland Thanksgiving Day", "2005-08-15": "Assumption Day", "2005-10-08": "Independence Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-15": "Corpus Christi", "2006-06-22": "Anti-Fascist Struggle Day", "2006-06-25": "Statehood Day", "2006-08-05": "Victory and Homeland Thanksgiving Day", "2006-08-15": "Assumption Day", "2006-10-08": "Independence Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-22": "Anti-Fascist Struggle Day", "2007-06-25": "Statehood Day", "2007-08-05": "Victory and Homeland Thanksgiving Day", "2007-08-15": "Assumption Day", "2007-10-08": "Independence Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-22": "Anti-Fascist Struggle Day", "2008-06-25": "Statehood Day", "2008-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2008-08-15": "Assumption Day", "2008-10-08": "Independence Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-11": "Corpus Christi", "2009-06-22": "Anti-Fascist Struggle Day", "2009-06-25": "Statehood Day", "2009-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2009-08-15": "Assumption Day", "2009-10-08": "Independence Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-22": "Anti-Fascist Struggle Day", "2010-06-25": "Statehood Day", "2010-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2010-08-15": "Assumption Day", "2010-10-08": "Independence Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-22": "Anti-Fascist Struggle Day", "2011-06-23": "Corpus Christi", "2011-06-25": "Statehood Day", "2011-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2011-08-15": "Assumption Day", "2011-10-08": "Independence Day", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-22": "Anti-Fascist Struggle Day", "2012-06-25": "Statehood Day", "2012-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2012-08-15": "Assumption Day", "2012-10-08": "Independence Day", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-06-22": "Anti-Fascist Struggle Day", "2013-06-25": "Statehood Day", "2013-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2013-08-15": "Assumption Day", "2013-10-08": "Independence Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-19": "Corpus Christi", "2014-06-22": "Anti-Fascist Struggle Day", "2014-06-25": "Statehood Day", "2014-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2014-08-15": "Assumption Day", "2014-10-08": "Independence Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-06-22": "Anti-Fascist Struggle Day", "2015-06-25": "Statehood Day", "2015-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2015-08-15": "Assumption Day", "2015-10-08": "Independence Day", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-22": "Anti-Fascist Struggle Day", "2016-06-25": "Statehood Day", "2016-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2016-08-15": "Assumption Day", "2016-10-08": "Independence Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-06-22": "Anti-Fascist Struggle Day", "2017-06-25": "Statehood Day", "2017-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2017-08-15": "Assumption Day", "2017-10-08": "Independence Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-22": "Anti-Fascist Struggle Day", "2018-06-25": "Statehood Day", "2018-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2018-08-15": "Assumption Day", "2018-10-08": "Independence Day", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-20": "Corpus Christi", "2019-06-22": "Anti-Fascist Struggle Day", "2019-06-25": "Statehood Day", "2019-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2019-08-15": "Assumption Day", "2019-10-08": "Independence Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-30": "Statehood Day", "2020-06-11": "Corpus Christi", "2020-06-22": "Anti-Fascist Struggle Day", "2020-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-18": "Remembrance Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-30": "Statehood Day", "2021-06-03": "Corpus Christi", "2021-06-22": "Anti-Fascist Struggle Day", "2021-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-18": "Remembrance Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-30": "Statehood Day", "2022-06-16": "Corpus Christi", "2022-06-22": "Anti-Fascist Struggle Day", "2022-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-18": "Remembrance Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-30": "Statehood Day", "2023-06-08": "Corpus Christi", "2023-06-22": "Anti-Fascist Struggle Day", "2023-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-18": "Remembrance Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi; Statehood Day", "2024-06-22": "Anti-Fascist Struggle Day", "2024-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-18": "Remembrance Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-30": "Statehood Day", "2025-06-19": "Corpus Christi", "2025-06-22": "Anti-Fascist Struggle Day", "2025-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-18": "Remembrance Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-30": "Statehood Day", "2026-06-04": "Corpus Christi", "2026-06-22": "Anti-Fascist Struggle Day", "2026-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-18": "Remembrance Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-05-30": "Statehood Day", "2027-06-22": "Anti-Fascist Struggle Day", "2027-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-18": "Remembrance Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-30": "Statehood Day", "2028-06-15": "Corpus Christi", "2028-06-22": "Anti-Fascist Struggle Day", "2028-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-18": "Remembrance Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-30": "Statehood Day", "2029-05-31": "Corpus Christi", "2029-06-22": "Anti-Fascist Struggle Day", "2029-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-18": "Remembrance Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Statehood Day", "2030-06-20": "Corpus Christi", "2030-06-22": "Anti-Fascist Struggle Day", "2030-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-18": "Remembrance Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-30": "Statehood Day", "2031-06-12": "Corpus Christi", "2031-06-22": "Anti-Fascist Struggle Day", "2031-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-18": "Remembrance Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-05-30": "Statehood Day", "2032-06-22": "Anti-Fascist Struggle Day", "2032-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-18": "Remembrance Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-30": "Statehood Day", "2033-06-16": "Corpus Christi", "2033-06-22": "Anti-Fascist Struggle Day", "2033-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-18": "Remembrance Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-30": "Statehood Day", "2034-06-08": "Corpus Christi", "2034-06-22": "Anti-Fascist Struggle Day", "2034-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-18": "Remembrance Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-05-30": "Statehood Day", "2035-06-22": "Anti-Fascist Struggle Day", "2035-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-18": "Remembrance Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-30": "Statehood Day", "2036-06-12": "Corpus Christi", "2036-06-22": "Anti-Fascist Struggle Day", "2036-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-18": "Remembrance Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-30": "Statehood Day", "2037-06-04": "Corpus Christi", "2037-06-22": "Anti-Fascist Struggle Day", "2037-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-18": "Remembrance Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-30": "Statehood Day", "2038-06-22": "Anti-Fascist Struggle Day", "2038-06-24": "Corpus Christi", "2038-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-18": "Remembrance Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-30": "Statehood Day", "2039-06-09": "Corpus Christi", "2039-06-22": "Anti-Fascist Struggle Day", "2039-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-18": "Remembrance Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-30": "Statehood Day", "2040-05-31": "Corpus Christi", "2040-06-22": "Anti-Fascist Struggle Day", "2040-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-18": "Remembrance Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Statehood Day", "2041-06-20": "Corpus Christi", "2041-06-22": "Anti-Fascist Struggle Day", "2041-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-18": "Remembrance Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-30": "Statehood Day", "2042-06-05": "Corpus Christi", "2042-06-22": "Anti-Fascist Struggle Day", "2042-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-18": "Remembrance Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-05-30": "Statehood Day", "2043-06-22": "Anti-Fascist Struggle Day", "2043-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-18": "Remembrance Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-30": "Statehood Day", "2044-06-16": "Corpus Christi", "2044-06-22": "Anti-Fascist Struggle Day", "2044-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-18": "Remembrance Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-30": "Statehood Day", "2045-06-08": "Corpus Christi", "2045-06-22": "Anti-Fascist Struggle Day", "2045-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-18": "Remembrance Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-05-30": "Statehood Day", "2046-06-22": "Anti-Fascist Struggle Day", "2046-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-18": "Remembrance Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-30": "Statehood Day", "2047-06-13": "Corpus Christi", "2047-06-22": "Anti-Fascist Struggle Day", "2047-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-18": "Remembrance Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-30": "Statehood Day", "2048-06-04": "Corpus Christi", "2048-06-22": "Anti-Fascist Struggle Day", "2048-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-18": "Remembrance Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-30": "Statehood Day", "2049-06-17": "Corpus Christi", "2049-06-22": "Anti-Fascist Struggle Day", "2049-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-18": "Remembrance Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-30": "Statehood Day", "2050-06-09": "Corpus Christi", "2050-06-22": "Anti-Fascist Struggle Day", "2050-08-05": "Victory and Homeland Thanksgiving Day and Croatian Veterans Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-18": "Remembrance Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/HT_COMMON.json000066400000000000000000001732371500152103600215760ustar00rootroot00000000000000{ "1987-01-01": "National Independence Day; New Year's Day", "1987-01-02": "Ancestry Day", "1987-03-01": "Carnival", "1987-03-02": "Shrove Monday", "1987-03-03": "Fat Tuesday", "1987-03-04": "Ash Wednesday", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Agriculture and Labor Day", "1987-05-18": "Flag Day and University Day", "1987-05-23": "National Sovereignty Day", "1987-05-28": "Ascension Day", "1987-06-18": "Corpus Christi", "1987-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1987-08-15": "Assumption Day", "1987-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1987-10-17": "Death of Dessalines", "1987-11-01": "All Saints' Day", "1987-11-02": "Day of the Dead", "1987-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1987-12-05": "Discovery Day", "1987-12-25": "Christmas Day", "1988-01-01": "National Independence Day; New Year's Day", "1988-01-02": "Ancestry Day", "1988-02-14": "Carnival", "1988-02-15": "Shrove Monday", "1988-02-16": "Fat Tuesday", "1988-02-17": "Ash Wednesday", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Agriculture and Labor Day", "1988-05-12": "Ascension Day", "1988-05-18": "Flag Day and University Day", "1988-05-23": "National Sovereignty Day", "1988-06-02": "Corpus Christi", "1988-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1988-08-15": "Assumption Day", "1988-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1988-10-17": "Death of Dessalines", "1988-11-01": "All Saints' Day", "1988-11-02": "Day of the Dead", "1988-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1988-12-05": "Discovery Day", "1988-12-25": "Christmas Day", "1989-01-01": "National Independence Day; New Year's Day", "1989-01-02": "Ancestry Day", "1989-02-05": "Carnival", "1989-02-06": "Shrove Monday", "1989-02-07": "Fat Tuesday", "1989-02-08": "Ash Wednesday", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Agriculture and Labor Day", "1989-05-04": "Ascension Day", "1989-05-18": "Flag Day and University Day", "1989-05-23": "National Sovereignty Day", "1989-05-25": "Corpus Christi", "1989-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1989-08-15": "Assumption Day", "1989-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1989-10-17": "Death of Dessalines", "1989-11-01": "All Saints' Day", "1989-11-02": "Day of the Dead", "1989-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1989-12-05": "Discovery Day", "1989-12-25": "Christmas Day", "1990-01-01": "National Independence Day; New Year's Day", "1990-01-02": "Ancestry Day", "1990-02-25": "Carnival", "1990-02-26": "Shrove Monday", "1990-02-27": "Fat Tuesday", "1990-02-28": "Ash Wednesday", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-05-01": "Agriculture and Labor Day", "1990-05-18": "Flag Day and University Day", "1990-05-23": "National Sovereignty Day", "1990-05-24": "Ascension Day", "1990-06-14": "Corpus Christi", "1990-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1990-08-15": "Assumption Day", "1990-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1990-10-17": "Death of Dessalines", "1990-11-01": "All Saints' Day", "1990-11-02": "Day of the Dead", "1990-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1990-12-05": "Discovery Day", "1990-12-25": "Christmas Day", "1991-01-01": "National Independence Day; New Year's Day", "1991-01-02": "Ancestry Day", "1991-02-10": "Carnival", "1991-02-11": "Shrove Monday", "1991-02-12": "Fat Tuesday", "1991-02-13": "Ash Wednesday", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-05-01": "Agriculture and Labor Day", "1991-05-09": "Ascension Day", "1991-05-18": "Flag Day and University Day", "1991-05-23": "National Sovereignty Day", "1991-05-30": "Corpus Christi", "1991-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1991-08-15": "Assumption Day", "1991-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1991-10-17": "Death of Dessalines", "1991-11-01": "All Saints' Day", "1991-11-02": "Day of the Dead", "1991-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1991-12-05": "Discovery Day", "1991-12-25": "Christmas Day", "1992-01-01": "National Independence Day; New Year's Day", "1992-01-02": "Ancestry Day", "1992-03-01": "Carnival", "1992-03-02": "Shrove Monday", "1992-03-03": "Fat Tuesday", "1992-03-04": "Ash Wednesday", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Agriculture and Labor Day", "1992-05-18": "Flag Day and University Day", "1992-05-23": "National Sovereignty Day", "1992-05-28": "Ascension Day", "1992-06-18": "Corpus Christi", "1992-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1992-08-15": "Assumption Day", "1992-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1992-10-17": "Death of Dessalines", "1992-11-01": "All Saints' Day", "1992-11-02": "Day of the Dead", "1992-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1992-12-05": "Discovery Day", "1992-12-25": "Christmas Day", "1993-01-01": "National Independence Day; New Year's Day", "1993-01-02": "Ancestry Day", "1993-02-21": "Carnival", "1993-02-22": "Shrove Monday", "1993-02-23": "Fat Tuesday", "1993-02-24": "Ash Wednesday", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Agriculture and Labor Day", "1993-05-18": "Flag Day and University Day", "1993-05-20": "Ascension Day", "1993-05-23": "National Sovereignty Day", "1993-06-10": "Corpus Christi", "1993-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1993-08-15": "Assumption Day", "1993-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1993-10-17": "Death of Dessalines", "1993-11-01": "All Saints' Day", "1993-11-02": "Day of the Dead", "1993-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1993-12-05": "Discovery Day", "1993-12-25": "Christmas Day", "1994-01-01": "National Independence Day; New Year's Day", "1994-01-02": "Ancestry Day", "1994-02-13": "Carnival", "1994-02-14": "Shrove Monday", "1994-02-15": "Fat Tuesday", "1994-02-16": "Ash Wednesday", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Agriculture and Labor Day", "1994-05-12": "Ascension Day", "1994-05-18": "Flag Day and University Day", "1994-05-23": "National Sovereignty Day", "1994-06-02": "Corpus Christi", "1994-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1994-08-15": "Assumption Day", "1994-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1994-10-17": "Death of Dessalines", "1994-11-01": "All Saints' Day", "1994-11-02": "Day of the Dead", "1994-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1994-12-05": "Discovery Day", "1994-12-25": "Christmas Day", "1995-01-01": "National Independence Day; New Year's Day", "1995-01-02": "Ancestry Day", "1995-02-26": "Carnival", "1995-02-27": "Shrove Monday", "1995-02-28": "Fat Tuesday", "1995-03-01": "Ash Wednesday", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Agriculture and Labor Day", "1995-05-18": "Flag Day and University Day", "1995-05-23": "National Sovereignty Day", "1995-05-25": "Ascension Day", "1995-06-15": "Corpus Christi", "1995-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1995-08-15": "Assumption Day", "1995-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1995-10-17": "Death of Dessalines", "1995-11-01": "All Saints' Day", "1995-11-02": "Day of the Dead", "1995-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1995-12-05": "Discovery Day", "1995-12-25": "Christmas Day", "1996-01-01": "National Independence Day; New Year's Day", "1996-01-02": "Ancestry Day", "1996-02-18": "Carnival", "1996-02-19": "Shrove Monday", "1996-02-20": "Fat Tuesday", "1996-02-21": "Ash Wednesday", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-05-01": "Agriculture and Labor Day", "1996-05-16": "Ascension Day", "1996-05-18": "Flag Day and University Day", "1996-05-23": "National Sovereignty Day", "1996-06-06": "Corpus Christi", "1996-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1996-08-15": "Assumption Day", "1996-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1996-10-17": "Death of Dessalines", "1996-11-01": "All Saints' Day", "1996-11-02": "Day of the Dead", "1996-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1996-12-05": "Discovery Day", "1996-12-25": "Christmas Day", "1997-01-01": "National Independence Day; New Year's Day", "1997-01-02": "Ancestry Day", "1997-02-09": "Carnival", "1997-02-10": "Shrove Monday", "1997-02-11": "Fat Tuesday", "1997-02-12": "Ash Wednesday", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-05-01": "Agriculture and Labor Day", "1997-05-08": "Ascension Day", "1997-05-18": "Flag Day and University Day", "1997-05-23": "National Sovereignty Day", "1997-05-29": "Corpus Christi", "1997-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1997-08-15": "Assumption Day", "1997-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1997-10-17": "Death of Dessalines", "1997-11-01": "All Saints' Day", "1997-11-02": "Day of the Dead", "1997-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1997-12-05": "Discovery Day", "1997-12-25": "Christmas Day", "1998-01-01": "National Independence Day; New Year's Day", "1998-01-02": "Ancestry Day", "1998-02-22": "Carnival", "1998-02-23": "Shrove Monday", "1998-02-24": "Fat Tuesday", "1998-02-25": "Ash Wednesday", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Agriculture and Labor Day", "1998-05-18": "Flag Day and University Day", "1998-05-21": "Ascension Day", "1998-05-23": "National Sovereignty Day", "1998-06-11": "Corpus Christi", "1998-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1998-08-15": "Assumption Day", "1998-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1998-10-17": "Death of Dessalines", "1998-11-01": "All Saints' Day", "1998-11-02": "Day of the Dead", "1998-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1998-12-05": "Discovery Day", "1998-12-25": "Christmas Day", "1999-01-01": "National Independence Day; New Year's Day", "1999-01-02": "Ancestry Day", "1999-02-14": "Carnival", "1999-02-15": "Shrove Monday", "1999-02-16": "Fat Tuesday", "1999-02-17": "Ash Wednesday", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-05-01": "Agriculture and Labor Day", "1999-05-13": "Ascension Day", "1999-05-18": "Flag Day and University Day", "1999-05-23": "National Sovereignty Day", "1999-06-03": "Corpus Christi", "1999-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "1999-08-15": "Assumption Day", "1999-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "1999-10-17": "Death of Dessalines", "1999-11-01": "All Saints' Day", "1999-11-02": "Day of the Dead", "1999-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "1999-12-05": "Discovery Day", "1999-12-25": "Christmas Day", "2000-01-01": "National Independence Day; New Year's Day", "2000-01-02": "Ancestry Day", "2000-03-05": "Carnival", "2000-03-06": "Shrove Monday", "2000-03-07": "Fat Tuesday", "2000-03-08": "Ash Wednesday", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Agriculture and Labor Day", "2000-05-18": "Flag Day and University Day", "2000-05-23": "National Sovereignty Day", "2000-06-01": "Ascension Day", "2000-06-22": "Corpus Christi", "2000-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2000-08-15": "Assumption Day", "2000-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2000-10-17": "Death of Dessalines", "2000-11-01": "All Saints' Day", "2000-11-02": "Day of the Dead", "2000-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2000-12-05": "Discovery Day", "2000-12-25": "Christmas Day", "2001-01-01": "National Independence Day; New Year's Day", "2001-01-02": "Ancestry Day", "2001-02-25": "Carnival", "2001-02-26": "Shrove Monday", "2001-02-27": "Fat Tuesday", "2001-02-28": "Ash Wednesday", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-05-01": "Agriculture and Labor Day", "2001-05-18": "Flag Day and University Day", "2001-05-23": "National Sovereignty Day", "2001-05-24": "Ascension Day", "2001-06-14": "Corpus Christi", "2001-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2001-08-15": "Assumption Day", "2001-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2001-10-17": "Death of Dessalines", "2001-11-01": "All Saints' Day", "2001-11-02": "Day of the Dead", "2001-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2001-12-05": "Discovery Day", "2001-12-25": "Christmas Day", "2002-01-01": "National Independence Day; New Year's Day", "2002-01-02": "Ancestry Day", "2002-02-10": "Carnival", "2002-02-11": "Shrove Monday", "2002-02-12": "Fat Tuesday", "2002-02-13": "Ash Wednesday", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-05-01": "Agriculture and Labor Day", "2002-05-09": "Ascension Day", "2002-05-18": "Flag Day and University Day", "2002-05-23": "National Sovereignty Day", "2002-05-30": "Corpus Christi", "2002-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2002-08-15": "Assumption Day", "2002-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2002-10-17": "Death of Dessalines", "2002-11-01": "All Saints' Day", "2002-11-02": "Day of the Dead", "2002-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2002-12-05": "Discovery Day", "2002-12-25": "Christmas Day", "2003-01-01": "National Independence Day; New Year's Day", "2003-01-02": "Ancestry Day", "2003-03-02": "Carnival", "2003-03-03": "Shrove Monday", "2003-03-04": "Fat Tuesday", "2003-03-05": "Ash Wednesday", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Agriculture and Labor Day", "2003-05-18": "Flag Day and University Day", "2003-05-23": "National Sovereignty Day", "2003-05-29": "Ascension Day", "2003-06-19": "Corpus Christi", "2003-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2003-08-15": "Assumption Day", "2003-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2003-10-17": "Death of Dessalines", "2003-11-01": "All Saints' Day", "2003-11-02": "Day of the Dead", "2003-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2003-12-05": "Discovery Day", "2003-12-25": "Christmas Day", "2004-01-01": "National Independence Day; New Year's Day", "2004-01-02": "Ancestry Day", "2004-02-22": "Carnival", "2004-02-23": "Shrove Monday", "2004-02-24": "Fat Tuesday", "2004-02-25": "Ash Wednesday", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Agriculture and Labor Day", "2004-05-18": "Flag Day and University Day", "2004-05-20": "Ascension Day", "2004-05-23": "National Sovereignty Day", "2004-06-10": "Corpus Christi", "2004-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2004-08-15": "Assumption Day", "2004-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2004-10-17": "Death of Dessalines", "2004-11-01": "All Saints' Day", "2004-11-02": "Day of the Dead", "2004-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2004-12-05": "Discovery Day", "2004-12-25": "Christmas Day", "2005-01-01": "National Independence Day; New Year's Day", "2005-01-02": "Ancestry Day", "2005-02-06": "Carnival", "2005-02-07": "Shrove Monday", "2005-02-08": "Fat Tuesday", "2005-02-09": "Ash Wednesday", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-05-01": "Agriculture and Labor Day", "2005-05-05": "Ascension Day", "2005-05-18": "Flag Day and University Day", "2005-05-23": "National Sovereignty Day", "2005-05-26": "Corpus Christi", "2005-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2005-08-15": "Assumption Day", "2005-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2005-10-17": "Death of Dessalines", "2005-11-01": "All Saints' Day", "2005-11-02": "Day of the Dead", "2005-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2005-12-05": "Discovery Day", "2005-12-25": "Christmas Day", "2006-01-01": "National Independence Day; New Year's Day", "2006-01-02": "Ancestry Day", "2006-02-26": "Carnival", "2006-02-27": "Shrove Monday", "2006-02-28": "Fat Tuesday", "2006-03-01": "Ash Wednesday", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Agriculture and Labor Day", "2006-05-18": "Flag Day and University Day", "2006-05-23": "National Sovereignty Day", "2006-05-25": "Ascension Day", "2006-06-15": "Corpus Christi", "2006-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2006-08-15": "Assumption Day", "2006-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2006-10-17": "Death of Dessalines", "2006-11-01": "All Saints' Day", "2006-11-02": "Day of the Dead", "2006-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2006-12-05": "Discovery Day", "2006-12-25": "Christmas Day", "2007-01-01": "National Independence Day; New Year's Day", "2007-01-02": "Ancestry Day", "2007-02-18": "Carnival", "2007-02-19": "Shrove Monday", "2007-02-20": "Fat Tuesday", "2007-02-21": "Ash Wednesday", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Agriculture and Labor Day", "2007-05-17": "Ascension Day", "2007-05-18": "Flag Day and University Day", "2007-05-23": "National Sovereignty Day", "2007-06-07": "Corpus Christi", "2007-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2007-08-15": "Assumption Day", "2007-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2007-10-17": "Death of Dessalines", "2007-11-01": "All Saints' Day", "2007-11-02": "Day of the Dead", "2007-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2007-12-05": "Discovery Day", "2007-12-25": "Christmas Day", "2008-01-01": "National Independence Day; New Year's Day", "2008-01-02": "Ancestry Day", "2008-02-03": "Carnival", "2008-02-04": "Shrove Monday", "2008-02-05": "Fat Tuesday", "2008-02-06": "Ash Wednesday", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-05-01": "Agriculture and Labor Day; Ascension Day", "2008-05-18": "Flag Day and University Day", "2008-05-22": "Corpus Christi", "2008-05-23": "National Sovereignty Day", "2008-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2008-08-15": "Assumption Day", "2008-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2008-10-17": "Death of Dessalines", "2008-11-01": "All Saints' Day", "2008-11-02": "Day of the Dead", "2008-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2008-12-05": "Discovery Day", "2008-12-25": "Christmas Day", "2009-01-01": "National Independence Day; New Year's Day", "2009-01-02": "Ancestry Day", "2009-02-22": "Carnival", "2009-02-23": "Shrove Monday", "2009-02-24": "Fat Tuesday", "2009-02-25": "Ash Wednesday", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Agriculture and Labor Day", "2009-05-18": "Flag Day and University Day", "2009-05-21": "Ascension Day", "2009-05-23": "National Sovereignty Day", "2009-06-11": "Corpus Christi", "2009-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2009-08-15": "Assumption Day", "2009-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2009-10-17": "Death of Dessalines", "2009-11-01": "All Saints' Day", "2009-11-02": "Day of the Dead", "2009-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2009-12-05": "Discovery Day", "2009-12-25": "Christmas Day", "2010-01-01": "National Independence Day; New Year's Day", "2010-01-02": "Ancestry Day", "2010-02-14": "Carnival", "2010-02-15": "Shrove Monday", "2010-02-16": "Fat Tuesday", "2010-02-17": "Ash Wednesday", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-05-01": "Agriculture and Labor Day", "2010-05-13": "Ascension Day", "2010-05-18": "Flag Day and University Day", "2010-05-23": "National Sovereignty Day", "2010-06-03": "Corpus Christi", "2010-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2010-08-15": "Assumption Day", "2010-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2010-10-17": "Death of Dessalines", "2010-11-01": "All Saints' Day", "2010-11-02": "Day of the Dead", "2010-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2010-12-05": "Discovery Day", "2010-12-25": "Christmas Day", "2011-01-01": "National Independence Day; New Year's Day", "2011-01-02": "Ancestry Day", "2011-03-06": "Carnival", "2011-03-07": "Shrove Monday", "2011-03-08": "Fat Tuesday", "2011-03-09": "Ash Wednesday", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Agriculture and Labor Day", "2011-05-18": "Flag Day and University Day", "2011-05-23": "National Sovereignty Day", "2011-06-02": "Ascension Day", "2011-06-23": "Corpus Christi", "2011-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2011-08-15": "Assumption Day", "2011-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2011-10-17": "Death of Dessalines", "2011-11-01": "All Saints' Day", "2011-11-02": "Day of the Dead", "2011-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2011-12-05": "Discovery Day", "2011-12-25": "Christmas Day", "2012-01-01": "National Independence Day; New Year's Day", "2012-01-02": "Ancestry Day", "2012-02-19": "Carnival", "2012-02-20": "Shrove Monday", "2012-02-21": "Fat Tuesday", "2012-02-22": "Ash Wednesday", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Agriculture and Labor Day", "2012-05-17": "Ascension Day", "2012-05-18": "Flag Day and University Day", "2012-05-23": "National Sovereignty Day", "2012-06-07": "Corpus Christi", "2012-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2012-08-15": "Assumption Day", "2012-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2012-10-17": "Death of Dessalines", "2012-11-01": "All Saints' Day", "2012-11-02": "Day of the Dead", "2012-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2012-12-05": "Discovery Day", "2012-12-25": "Christmas Day", "2013-01-01": "National Independence Day; New Year's Day", "2013-01-02": "Ancestry Day", "2013-02-10": "Carnival", "2013-02-11": "Shrove Monday", "2013-02-12": "Fat Tuesday", "2013-02-13": "Ash Wednesday", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-05-01": "Agriculture and Labor Day", "2013-05-09": "Ascension Day", "2013-05-18": "Flag Day and University Day", "2013-05-23": "National Sovereignty Day", "2013-05-30": "Corpus Christi", "2013-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2013-08-15": "Assumption Day", "2013-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2013-10-17": "Death of Dessalines", "2013-11-01": "All Saints' Day", "2013-11-02": "Day of the Dead", "2013-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2013-12-05": "Discovery Day", "2013-12-25": "Christmas Day", "2014-01-01": "National Independence Day; New Year's Day", "2014-01-02": "Ancestry Day", "2014-03-02": "Carnival", "2014-03-03": "Shrove Monday", "2014-03-04": "Fat Tuesday", "2014-03-05": "Ash Wednesday", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Agriculture and Labor Day", "2014-05-18": "Flag Day and University Day", "2014-05-23": "National Sovereignty Day", "2014-05-29": "Ascension Day", "2014-06-19": "Corpus Christi", "2014-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2014-08-15": "Assumption Day", "2014-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2014-10-17": "Death of Dessalines", "2014-11-01": "All Saints' Day", "2014-11-02": "Day of the Dead", "2014-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2014-12-05": "Discovery Day", "2014-12-25": "Christmas Day", "2015-01-01": "National Independence Day; New Year's Day", "2015-01-02": "Ancestry Day", "2015-02-15": "Carnival", "2015-02-16": "Shrove Monday", "2015-02-17": "Fat Tuesday", "2015-02-18": "Ash Wednesday", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Agriculture and Labor Day", "2015-05-14": "Ascension Day", "2015-05-18": "Flag Day and University Day", "2015-05-23": "National Sovereignty Day", "2015-06-04": "Corpus Christi", "2015-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2015-08-15": "Assumption Day", "2015-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2015-10-17": "Death of Dessalines", "2015-11-01": "All Saints' Day", "2015-11-02": "Day of the Dead", "2015-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2015-12-05": "Discovery Day", "2015-12-25": "Christmas Day", "2016-01-01": "National Independence Day; New Year's Day", "2016-01-02": "Ancestry Day", "2016-02-07": "Carnival", "2016-02-08": "Shrove Monday", "2016-02-09": "Fat Tuesday", "2016-02-10": "Ash Wednesday", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-05-01": "Agriculture and Labor Day", "2016-05-05": "Ascension Day", "2016-05-18": "Flag Day and University Day", "2016-05-23": "National Sovereignty Day", "2016-05-26": "Corpus Christi", "2016-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2016-08-15": "Assumption Day", "2016-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2016-10-17": "Death of Dessalines", "2016-11-01": "All Saints' Day", "2016-11-02": "Day of the Dead", "2016-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2016-12-05": "Discovery Day", "2016-12-25": "Christmas Day", "2017-01-01": "National Independence Day; New Year's Day", "2017-01-02": "Ancestry Day", "2017-02-26": "Carnival", "2017-02-27": "Shrove Monday", "2017-02-28": "Fat Tuesday", "2017-03-01": "Ash Wednesday", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Agriculture and Labor Day", "2017-05-18": "Flag Day and University Day", "2017-05-23": "National Sovereignty Day", "2017-05-25": "Ascension Day", "2017-06-15": "Corpus Christi", "2017-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2017-08-15": "Assumption Day", "2017-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2017-10-17": "Death of Dessalines", "2017-11-01": "All Saints' Day", "2017-11-02": "Day of the Dead", "2017-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2017-12-05": "Discovery Day", "2017-12-25": "Christmas Day", "2018-01-01": "National Independence Day; New Year's Day", "2018-01-02": "Ancestry Day", "2018-02-11": "Carnival", "2018-02-12": "Shrove Monday", "2018-02-13": "Fat Tuesday", "2018-02-14": "Ash Wednesday", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-05-01": "Agriculture and Labor Day", "2018-05-10": "Ascension Day", "2018-05-18": "Flag Day and University Day", "2018-05-23": "National Sovereignty Day", "2018-05-31": "Corpus Christi", "2018-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2018-08-15": "Assumption Day", "2018-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2018-10-17": "Death of Dessalines", "2018-11-01": "All Saints' Day", "2018-11-02": "Day of the Dead", "2018-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2018-12-05": "Discovery Day", "2018-12-25": "Christmas Day", "2019-01-01": "National Independence Day; New Year's Day", "2019-01-02": "Ancestry Day", "2019-03-03": "Carnival", "2019-03-04": "Shrove Monday", "2019-03-05": "Fat Tuesday", "2019-03-06": "Ash Wednesday", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Agriculture and Labor Day", "2019-05-18": "Flag Day and University Day", "2019-05-23": "National Sovereignty Day", "2019-05-30": "Ascension Day", "2019-06-20": "Corpus Christi", "2019-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2019-08-15": "Assumption Day", "2019-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2019-10-17": "Death of Dessalines", "2019-11-01": "All Saints' Day", "2019-11-02": "Day of the Dead", "2019-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2019-12-05": "Discovery Day", "2019-12-25": "Christmas Day", "2020-01-01": "National Independence Day; New Year's Day", "2020-01-02": "Ancestry Day", "2020-02-23": "Carnival", "2020-02-24": "Shrove Monday", "2020-02-25": "Fat Tuesday", "2020-02-26": "Ash Wednesday", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Agriculture and Labor Day", "2020-05-18": "Flag Day and University Day", "2020-05-21": "Ascension Day", "2020-05-23": "National Sovereignty Day", "2020-06-11": "Corpus Christi", "2020-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2020-08-15": "Assumption Day", "2020-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2020-10-17": "Death of Dessalines", "2020-11-01": "All Saints' Day", "2020-11-02": "Day of the Dead", "2020-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2020-12-05": "Discovery Day", "2020-12-25": "Christmas Day", "2021-01-01": "National Independence Day; New Year's Day", "2021-01-02": "Ancestry Day", "2021-02-14": "Carnival", "2021-02-15": "Shrove Monday", "2021-02-16": "Fat Tuesday", "2021-02-17": "Ash Wednesday", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-05-01": "Agriculture and Labor Day", "2021-05-13": "Ascension Day", "2021-05-18": "Flag Day and University Day", "2021-05-23": "National Sovereignty Day", "2021-06-03": "Corpus Christi", "2021-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2021-08-15": "Assumption Day", "2021-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2021-10-17": "Death of Dessalines", "2021-11-01": "All Saints' Day", "2021-11-02": "Day of the Dead", "2021-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2021-12-05": "Discovery Day", "2021-12-25": "Christmas Day", "2022-01-01": "National Independence Day; New Year's Day", "2022-01-02": "Ancestry Day", "2022-02-27": "Carnival", "2022-02-28": "Shrove Monday", "2022-03-01": "Fat Tuesday", "2022-03-02": "Ash Wednesday", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Agriculture and Labor Day", "2022-05-18": "Flag Day and University Day", "2022-05-23": "National Sovereignty Day", "2022-05-26": "Ascension Day", "2022-06-16": "Corpus Christi", "2022-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2022-08-15": "Assumption Day", "2022-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2022-10-17": "Death of Dessalines", "2022-11-01": "All Saints' Day", "2022-11-02": "Day of the Dead", "2022-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2022-12-05": "Discovery Day", "2022-12-25": "Christmas Day", "2023-01-01": "National Independence Day; New Year's Day", "2023-01-02": "Ancestry Day", "2023-02-19": "Carnival", "2023-02-20": "Shrove Monday", "2023-02-21": "Fat Tuesday", "2023-02-22": "Ash Wednesday", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-05-01": "Agriculture and Labor Day", "2023-05-18": "Ascension Day; Flag Day and University Day", "2023-05-23": "National Sovereignty Day", "2023-06-08": "Corpus Christi", "2023-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2023-08-15": "Assumption Day", "2023-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2023-10-17": "Death of Dessalines", "2023-11-01": "All Saints' Day", "2023-11-02": "Day of the Dead", "2023-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2023-12-05": "Discovery Day", "2023-12-25": "Christmas Day", "2024-01-01": "National Independence Day; New Year's Day", "2024-01-02": "Ancestry Day", "2024-02-11": "Carnival", "2024-02-12": "Shrove Monday", "2024-02-13": "Fat Tuesday", "2024-02-14": "Ash Wednesday", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-05-01": "Agriculture and Labor Day", "2024-05-09": "Ascension Day", "2024-05-18": "Flag Day and University Day", "2024-05-23": "National Sovereignty Day", "2024-05-30": "Corpus Christi", "2024-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2024-08-15": "Assumption Day", "2024-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2024-10-17": "Death of Dessalines", "2024-11-01": "All Saints' Day", "2024-11-02": "Day of the Dead", "2024-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2024-12-05": "Discovery Day", "2024-12-25": "Christmas Day", "2025-01-01": "National Independence Day; New Year's Day", "2025-01-02": "Ancestry Day", "2025-03-02": "Carnival", "2025-03-03": "Shrove Monday", "2025-03-04": "Fat Tuesday", "2025-03-05": "Ash Wednesday", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Agriculture and Labor Day", "2025-05-18": "Flag Day and University Day", "2025-05-23": "National Sovereignty Day", "2025-05-29": "Ascension Day", "2025-06-19": "Corpus Christi", "2025-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2025-08-15": "Assumption Day", "2025-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2025-10-17": "Death of Dessalines", "2025-11-01": "All Saints' Day", "2025-11-02": "Day of the Dead", "2025-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2025-12-05": "Discovery Day", "2025-12-25": "Christmas Day", "2026-01-01": "National Independence Day; New Year's Day", "2026-01-02": "Ancestry Day", "2026-02-15": "Carnival", "2026-02-16": "Shrove Monday", "2026-02-17": "Fat Tuesday", "2026-02-18": "Ash Wednesday", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Agriculture and Labor Day", "2026-05-14": "Ascension Day", "2026-05-18": "Flag Day and University Day", "2026-05-23": "National Sovereignty Day", "2026-06-04": "Corpus Christi", "2026-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2026-08-15": "Assumption Day", "2026-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2026-10-17": "Death of Dessalines", "2026-11-01": "All Saints' Day", "2026-11-02": "Day of the Dead", "2026-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2026-12-05": "Discovery Day", "2026-12-25": "Christmas Day", "2027-01-01": "National Independence Day; New Year's Day", "2027-01-02": "Ancestry Day", "2027-02-07": "Carnival", "2027-02-08": "Shrove Monday", "2027-02-09": "Fat Tuesday", "2027-02-10": "Ash Wednesday", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-05-01": "Agriculture and Labor Day", "2027-05-06": "Ascension Day", "2027-05-18": "Flag Day and University Day", "2027-05-23": "National Sovereignty Day", "2027-05-27": "Corpus Christi", "2027-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2027-08-15": "Assumption Day", "2027-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2027-10-17": "Death of Dessalines", "2027-11-01": "All Saints' Day", "2027-11-02": "Day of the Dead", "2027-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2027-12-05": "Discovery Day", "2027-12-25": "Christmas Day", "2028-01-01": "National Independence Day; New Year's Day", "2028-01-02": "Ancestry Day", "2028-02-27": "Carnival", "2028-02-28": "Shrove Monday", "2028-02-29": "Fat Tuesday", "2028-03-01": "Ash Wednesday", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Agriculture and Labor Day", "2028-05-18": "Flag Day and University Day", "2028-05-23": "National Sovereignty Day", "2028-05-25": "Ascension Day", "2028-06-15": "Corpus Christi", "2028-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2028-08-15": "Assumption Day", "2028-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2028-10-17": "Death of Dessalines", "2028-11-01": "All Saints' Day", "2028-11-02": "Day of the Dead", "2028-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2028-12-05": "Discovery Day", "2028-12-25": "Christmas Day", "2029-01-01": "National Independence Day; New Year's Day", "2029-01-02": "Ancestry Day", "2029-02-11": "Carnival", "2029-02-12": "Shrove Monday", "2029-02-13": "Fat Tuesday", "2029-02-14": "Ash Wednesday", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-05-01": "Agriculture and Labor Day", "2029-05-10": "Ascension Day", "2029-05-18": "Flag Day and University Day", "2029-05-23": "National Sovereignty Day", "2029-05-31": "Corpus Christi", "2029-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2029-08-15": "Assumption Day", "2029-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2029-10-17": "Death of Dessalines", "2029-11-01": "All Saints' Day", "2029-11-02": "Day of the Dead", "2029-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2029-12-05": "Discovery Day", "2029-12-25": "Christmas Day", "2030-01-01": "National Independence Day; New Year's Day", "2030-01-02": "Ancestry Day", "2030-03-03": "Carnival", "2030-03-04": "Shrove Monday", "2030-03-05": "Fat Tuesday", "2030-03-06": "Ash Wednesday", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Agriculture and Labor Day", "2030-05-18": "Flag Day and University Day", "2030-05-23": "National Sovereignty Day", "2030-05-30": "Ascension Day", "2030-06-20": "Corpus Christi", "2030-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2030-08-15": "Assumption Day", "2030-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2030-10-17": "Death of Dessalines", "2030-11-01": "All Saints' Day", "2030-11-02": "Day of the Dead", "2030-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2030-12-05": "Discovery Day", "2030-12-25": "Christmas Day", "2031-01-01": "National Independence Day; New Year's Day", "2031-01-02": "Ancestry Day", "2031-02-23": "Carnival", "2031-02-24": "Shrove Monday", "2031-02-25": "Fat Tuesday", "2031-02-26": "Ash Wednesday", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Agriculture and Labor Day", "2031-05-18": "Flag Day and University Day", "2031-05-22": "Ascension Day", "2031-05-23": "National Sovereignty Day", "2031-06-12": "Corpus Christi", "2031-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2031-08-15": "Assumption Day", "2031-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2031-10-17": "Death of Dessalines", "2031-11-01": "All Saints' Day", "2031-11-02": "Day of the Dead", "2031-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2031-12-05": "Discovery Day", "2031-12-25": "Christmas Day", "2032-01-01": "National Independence Day; New Year's Day", "2032-01-02": "Ancestry Day", "2032-02-08": "Carnival", "2032-02-09": "Shrove Monday", "2032-02-10": "Fat Tuesday", "2032-02-11": "Ash Wednesday", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-05-01": "Agriculture and Labor Day", "2032-05-06": "Ascension Day", "2032-05-18": "Flag Day and University Day", "2032-05-23": "National Sovereignty Day", "2032-05-27": "Corpus Christi", "2032-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2032-08-15": "Assumption Day", "2032-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2032-10-17": "Death of Dessalines", "2032-11-01": "All Saints' Day", "2032-11-02": "Day of the Dead", "2032-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2032-12-05": "Discovery Day", "2032-12-25": "Christmas Day", "2033-01-01": "National Independence Day; New Year's Day", "2033-01-02": "Ancestry Day", "2033-02-27": "Carnival", "2033-02-28": "Shrove Monday", "2033-03-01": "Fat Tuesday", "2033-03-02": "Ash Wednesday", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Agriculture and Labor Day", "2033-05-18": "Flag Day and University Day", "2033-05-23": "National Sovereignty Day", "2033-05-26": "Ascension Day", "2033-06-16": "Corpus Christi", "2033-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2033-08-15": "Assumption Day", "2033-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2033-10-17": "Death of Dessalines", "2033-11-01": "All Saints' Day", "2033-11-02": "Day of the Dead", "2033-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2033-12-05": "Discovery Day", "2033-12-25": "Christmas Day", "2034-01-01": "National Independence Day; New Year's Day", "2034-01-02": "Ancestry Day", "2034-02-19": "Carnival", "2034-02-20": "Shrove Monday", "2034-02-21": "Fat Tuesday", "2034-02-22": "Ash Wednesday", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Agriculture and Labor Day", "2034-05-18": "Ascension Day; Flag Day and University Day", "2034-05-23": "National Sovereignty Day", "2034-06-08": "Corpus Christi", "2034-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2034-08-15": "Assumption Day", "2034-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2034-10-17": "Death of Dessalines", "2034-11-01": "All Saints' Day", "2034-11-02": "Day of the Dead", "2034-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2034-12-05": "Discovery Day", "2034-12-25": "Christmas Day", "2035-01-01": "National Independence Day; New Year's Day", "2035-01-02": "Ancestry Day", "2035-02-04": "Carnival", "2035-02-05": "Shrove Monday", "2035-02-06": "Fat Tuesday", "2035-02-07": "Ash Wednesday", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-05-01": "Agriculture and Labor Day", "2035-05-03": "Ascension Day", "2035-05-18": "Flag Day and University Day", "2035-05-23": "National Sovereignty Day", "2035-05-24": "Corpus Christi", "2035-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2035-08-15": "Assumption Day", "2035-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2035-10-17": "Death of Dessalines", "2035-11-01": "All Saints' Day", "2035-11-02": "Day of the Dead", "2035-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2035-12-05": "Discovery Day", "2035-12-25": "Christmas Day", "2036-01-01": "National Independence Day; New Year's Day", "2036-01-02": "Ancestry Day", "2036-02-24": "Carnival", "2036-02-25": "Shrove Monday", "2036-02-26": "Fat Tuesday", "2036-02-27": "Ash Wednesday", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Agriculture and Labor Day", "2036-05-18": "Flag Day and University Day", "2036-05-22": "Ascension Day", "2036-05-23": "National Sovereignty Day", "2036-06-12": "Corpus Christi", "2036-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2036-08-15": "Assumption Day", "2036-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2036-10-17": "Death of Dessalines", "2036-11-01": "All Saints' Day", "2036-11-02": "Day of the Dead", "2036-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2036-12-05": "Discovery Day", "2036-12-25": "Christmas Day", "2037-01-01": "National Independence Day; New Year's Day", "2037-01-02": "Ancestry Day", "2037-02-15": "Carnival", "2037-02-16": "Shrove Monday", "2037-02-17": "Fat Tuesday", "2037-02-18": "Ash Wednesday", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-05-01": "Agriculture and Labor Day", "2037-05-14": "Ascension Day", "2037-05-18": "Flag Day and University Day", "2037-05-23": "National Sovereignty Day", "2037-06-04": "Corpus Christi", "2037-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2037-08-15": "Assumption Day", "2037-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2037-10-17": "Death of Dessalines", "2037-11-01": "All Saints' Day", "2037-11-02": "Day of the Dead", "2037-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2037-12-05": "Discovery Day", "2037-12-25": "Christmas Day", "2038-01-01": "National Independence Day; New Year's Day", "2038-01-02": "Ancestry Day", "2038-03-07": "Carnival", "2038-03-08": "Shrove Monday", "2038-03-09": "Fat Tuesday", "2038-03-10": "Ash Wednesday", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Agriculture and Labor Day", "2038-05-18": "Flag Day and University Day", "2038-05-23": "National Sovereignty Day", "2038-06-03": "Ascension Day", "2038-06-24": "Corpus Christi", "2038-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2038-08-15": "Assumption Day", "2038-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2038-10-17": "Death of Dessalines", "2038-11-01": "All Saints' Day", "2038-11-02": "Day of the Dead", "2038-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2038-12-05": "Discovery Day", "2038-12-25": "Christmas Day", "2039-01-01": "National Independence Day; New Year's Day", "2039-01-02": "Ancestry Day", "2039-02-20": "Carnival", "2039-02-21": "Shrove Monday", "2039-02-22": "Fat Tuesday", "2039-02-23": "Ash Wednesday", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Agriculture and Labor Day", "2039-05-18": "Flag Day and University Day", "2039-05-19": "Ascension Day", "2039-05-23": "National Sovereignty Day", "2039-06-09": "Corpus Christi", "2039-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2039-08-15": "Assumption Day", "2039-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2039-10-17": "Death of Dessalines", "2039-11-01": "All Saints' Day", "2039-11-02": "Day of the Dead", "2039-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2039-12-05": "Discovery Day", "2039-12-25": "Christmas Day", "2040-01-01": "National Independence Day; New Year's Day", "2040-01-02": "Ancestry Day", "2040-02-12": "Carnival", "2040-02-13": "Shrove Monday", "2040-02-14": "Fat Tuesday", "2040-02-15": "Ash Wednesday", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Agriculture and Labor Day", "2040-05-10": "Ascension Day", "2040-05-18": "Flag Day and University Day", "2040-05-23": "National Sovereignty Day", "2040-05-31": "Corpus Christi", "2040-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2040-08-15": "Assumption Day", "2040-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2040-10-17": "Death of Dessalines", "2040-11-01": "All Saints' Day", "2040-11-02": "Day of the Dead", "2040-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2040-12-05": "Discovery Day", "2040-12-25": "Christmas Day", "2041-01-01": "National Independence Day; New Year's Day", "2041-01-02": "Ancestry Day", "2041-03-03": "Carnival", "2041-03-04": "Shrove Monday", "2041-03-05": "Fat Tuesday", "2041-03-06": "Ash Wednesday", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Agriculture and Labor Day", "2041-05-18": "Flag Day and University Day", "2041-05-23": "National Sovereignty Day", "2041-05-30": "Ascension Day", "2041-06-20": "Corpus Christi", "2041-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2041-08-15": "Assumption Day", "2041-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2041-10-17": "Death of Dessalines", "2041-11-01": "All Saints' Day", "2041-11-02": "Day of the Dead", "2041-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2041-12-05": "Discovery Day", "2041-12-25": "Christmas Day", "2042-01-01": "National Independence Day; New Year's Day", "2042-01-02": "Ancestry Day", "2042-02-16": "Carnival", "2042-02-17": "Shrove Monday", "2042-02-18": "Fat Tuesday", "2042-02-19": "Ash Wednesday", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Agriculture and Labor Day", "2042-05-15": "Ascension Day", "2042-05-18": "Flag Day and University Day", "2042-05-23": "National Sovereignty Day", "2042-06-05": "Corpus Christi", "2042-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2042-08-15": "Assumption Day", "2042-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2042-10-17": "Death of Dessalines", "2042-11-01": "All Saints' Day", "2042-11-02": "Day of the Dead", "2042-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2042-12-05": "Discovery Day", "2042-12-25": "Christmas Day", "2043-01-01": "National Independence Day; New Year's Day", "2043-01-02": "Ancestry Day", "2043-02-08": "Carnival", "2043-02-09": "Shrove Monday", "2043-02-10": "Fat Tuesday", "2043-02-11": "Ash Wednesday", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Agriculture and Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Flag Day and University Day", "2043-05-23": "National Sovereignty Day", "2043-05-28": "Corpus Christi", "2043-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2043-08-15": "Assumption Day", "2043-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2043-10-17": "Death of Dessalines", "2043-11-01": "All Saints' Day", "2043-11-02": "Day of the Dead", "2043-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2043-12-05": "Discovery Day", "2043-12-25": "Christmas Day", "2044-01-01": "National Independence Day; New Year's Day", "2044-01-02": "Ancestry Day", "2044-02-28": "Carnival", "2044-02-29": "Shrove Monday", "2044-03-01": "Fat Tuesday", "2044-03-02": "Ash Wednesday", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Agriculture and Labor Day", "2044-05-18": "Flag Day and University Day", "2044-05-23": "National Sovereignty Day", "2044-05-26": "Ascension Day", "2044-06-16": "Corpus Christi", "2044-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2044-08-15": "Assumption Day", "2044-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2044-10-17": "Death of Dessalines", "2044-11-01": "All Saints' Day", "2044-11-02": "Day of the Dead", "2044-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2044-12-05": "Discovery Day", "2044-12-25": "Christmas Day", "2045-01-01": "National Independence Day; New Year's Day", "2045-01-02": "Ancestry Day", "2045-02-19": "Carnival", "2045-02-20": "Shrove Monday", "2045-02-21": "Fat Tuesday", "2045-02-22": "Ash Wednesday", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Agriculture and Labor Day", "2045-05-18": "Ascension Day; Flag Day and University Day", "2045-05-23": "National Sovereignty Day", "2045-06-08": "Corpus Christi", "2045-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2045-08-15": "Assumption Day", "2045-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2045-10-17": "Death of Dessalines", "2045-11-01": "All Saints' Day", "2045-11-02": "Day of the Dead", "2045-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2045-12-05": "Discovery Day", "2045-12-25": "Christmas Day", "2046-01-01": "National Independence Day; New Year's Day", "2046-01-02": "Ancestry Day", "2046-02-04": "Carnival", "2046-02-05": "Shrove Monday", "2046-02-06": "Fat Tuesday", "2046-02-07": "Ash Wednesday", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Agriculture and Labor Day", "2046-05-03": "Ascension Day", "2046-05-18": "Flag Day and University Day", "2046-05-23": "National Sovereignty Day", "2046-05-24": "Corpus Christi", "2046-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2046-08-15": "Assumption Day", "2046-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2046-10-17": "Death of Dessalines", "2046-11-01": "All Saints' Day", "2046-11-02": "Day of the Dead", "2046-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2046-12-05": "Discovery Day", "2046-12-25": "Christmas Day", "2047-01-01": "National Independence Day; New Year's Day", "2047-01-02": "Ancestry Day", "2047-02-24": "Carnival", "2047-02-25": "Shrove Monday", "2047-02-26": "Fat Tuesday", "2047-02-27": "Ash Wednesday", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Agriculture and Labor Day", "2047-05-18": "Flag Day and University Day", "2047-05-23": "Ascension Day; National Sovereignty Day", "2047-06-13": "Corpus Christi", "2047-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2047-08-15": "Assumption Day", "2047-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2047-10-17": "Death of Dessalines", "2047-11-01": "All Saints' Day", "2047-11-02": "Day of the Dead", "2047-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2047-12-05": "Discovery Day", "2047-12-25": "Christmas Day", "2048-01-01": "National Independence Day; New Year's Day", "2048-01-02": "Ancestry Day", "2048-02-16": "Carnival", "2048-02-17": "Shrove Monday", "2048-02-18": "Fat Tuesday", "2048-02-19": "Ash Wednesday", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Agriculture and Labor Day", "2048-05-14": "Ascension Day", "2048-05-18": "Flag Day and University Day", "2048-05-23": "National Sovereignty Day", "2048-06-04": "Corpus Christi", "2048-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2048-08-15": "Assumption Day", "2048-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2048-10-17": "Death of Dessalines", "2048-11-01": "All Saints' Day", "2048-11-02": "Day of the Dead", "2048-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2048-12-05": "Discovery Day", "2048-12-25": "Christmas Day", "2049-01-01": "National Independence Day; New Year's Day", "2049-01-02": "Ancestry Day", "2049-02-28": "Carnival", "2049-03-01": "Shrove Monday", "2049-03-02": "Fat Tuesday", "2049-03-03": "Ash Wednesday", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Agriculture and Labor Day", "2049-05-18": "Flag Day and University Day", "2049-05-23": "National Sovereignty Day", "2049-05-27": "Ascension Day", "2049-06-17": "Corpus Christi", "2049-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2049-08-15": "Assumption Day", "2049-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2049-10-17": "Death of Dessalines", "2049-11-01": "All Saints' Day", "2049-11-02": "Day of the Dead", "2049-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2049-12-05": "Discovery Day", "2049-12-25": "Christmas Day", "2050-01-01": "National Independence Day; New Year's Day", "2050-01-02": "Ancestry Day", "2050-02-20": "Carnival", "2050-02-21": "Shrove Monday", "2050-02-22": "Fat Tuesday", "2050-02-23": "Ash Wednesday", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Agriculture and Labor Day", "2050-05-18": "Flag Day and University Day", "2050-05-19": "Ascension Day", "2050-05-23": "National Sovereignty Day", "2050-06-09": "Corpus Christi", "2050-06-27": "Feast of Lady of Perpetual Help, Patroness of Haiti", "2050-08-15": "Assumption Day", "2050-09-20": "Birth Anniversary of Jean-Jacques Dessalines", "2050-10-17": "Death of Dessalines", "2050-11-01": "All Saints' Day", "2050-11-02": "Day of the Dead", "2050-11-18": "Armed Forces Day; Commemoration of the Battle of Vertieres", "2050-12-05": "Discovery Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/HU_COMMON.json000066400000000000000000001316421500152103600215710ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-03-15": "National Day", "1950-03-21": "Proclamation of Soviet Republic Day", "1950-04-04": "Liberation Day", "1950-04-09": "Easter", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-02": "Labor Day", "1950-05-28": "Whit Sunday", "1950-05-29": "Whit Monday", "1950-08-20": "Bread Day", "1950-11-07": "Great October Socialist Revolution Day", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1951-01-01": "New Year's Day", "1951-03-21": "Proclamation of Soviet Republic Day", "1951-03-25": "Easter", "1951-03-26": "Easter Monday", "1951-04-04": "Liberation Day", "1951-05-01": "Labor Day", "1951-05-02": "Labor Day", "1951-05-13": "Whit Sunday", "1951-05-14": "Whit Monday", "1951-08-20": "Bread Day", "1951-11-07": "Great October Socialist Revolution Day", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1952-01-01": "New Year's Day", "1952-03-21": "Proclamation of Soviet Republic Day", "1952-04-04": "Liberation Day", "1952-04-13": "Easter", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-02": "Labor Day", "1952-06-01": "Whit Sunday", "1952-06-02": "Whit Monday", "1952-08-20": "Bread Day", "1952-11-07": "Great October Socialist Revolution Day", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1953-01-01": "New Year's Day", "1953-03-21": "Proclamation of Soviet Republic Day", "1953-04-04": "Liberation Day", "1953-04-05": "Easter", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-02": "Labor Day", "1953-05-24": "Whit Sunday", "1953-08-20": "Bread Day", "1953-11-07": "Great October Socialist Revolution Day", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1954-01-01": "New Year's Day", "1954-03-21": "Proclamation of Soviet Republic Day", "1954-04-04": "Liberation Day", "1954-04-18": "Easter", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-06-06": "Whit Sunday", "1954-08-20": "Bread Day", "1954-11-07": "Great October Socialist Revolution Day", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1955-01-01": "New Year's Day", "1955-03-21": "Proclamation of Soviet Republic Day", "1955-04-04": "Liberation Day", "1955-04-10": "Easter", "1955-05-01": "Labor Day", "1955-05-29": "Whit Sunday", "1955-08-20": "Bread Day", "1955-11-07": "Great October Socialist Revolution Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-21": "Proclamation of Soviet Republic Day", "1956-04-01": "Easter", "1956-04-02": "Easter Monday", "1956-04-04": "Liberation Day", "1956-05-01": "Labor Day", "1956-05-20": "Whit Sunday", "1956-08-20": "Bread Day", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1957-01-01": "New Year's Day", "1957-03-21": "Proclamation of Soviet Republic Day", "1957-04-04": "Liberation Day", "1957-04-21": "Easter", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-06-09": "Whit Sunday", "1957-08-20": "Bread Day", "1957-11-07": "Great October Socialist Revolution Day", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1958-01-01": "New Year's Day", "1958-03-21": "Proclamation of Soviet Republic Day", "1958-04-04": "Liberation Day", "1958-04-06": "Easter", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-25": "Whit Sunday", "1958-08-20": "Bread Day", "1958-11-07": "Great October Socialist Revolution Day", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1959-01-01": "New Year's Day", "1959-03-21": "Proclamation of Soviet Republic Day", "1959-03-29": "Easter", "1959-03-30": "Easter Monday", "1959-04-04": "Liberation Day", "1959-05-01": "Labor Day", "1959-05-17": "Whit Sunday", "1959-08-20": "Bread Day", "1959-11-07": "Great October Socialist Revolution Day", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1960-01-01": "New Year's Day", "1960-03-21": "Proclamation of Soviet Republic Day", "1960-04-04": "Liberation Day", "1960-04-17": "Easter", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-06-05": "Whit Sunday", "1960-08-20": "Bread Day", "1960-11-07": "Great October Socialist Revolution Day", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1961-01-01": "New Year's Day", "1961-03-21": "Proclamation of Soviet Republic Day", "1961-04-02": "Easter", "1961-04-03": "Easter Monday", "1961-04-04": "Liberation Day", "1961-05-01": "Labor Day", "1961-05-21": "Whit Sunday", "1961-08-20": "Bread Day", "1961-11-07": "Great October Socialist Revolution Day", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1962-01-01": "New Year's Day", "1962-03-21": "Proclamation of Soviet Republic Day", "1962-04-04": "Liberation Day", "1962-04-22": "Easter", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-06-10": "Whit Sunday", "1962-08-20": "Bread Day", "1962-11-07": "Great October Socialist Revolution Day", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1963-01-01": "New Year's Day", "1963-03-21": "Proclamation of Soviet Republic Day", "1963-04-04": "Liberation Day", "1963-04-14": "Easter", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-06-02": "Whit Sunday", "1963-08-20": "Bread Day", "1963-11-07": "Great October Socialist Revolution Day", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1964-01-01": "New Year's Day", "1964-03-21": "Proclamation of Soviet Republic Day", "1964-03-29": "Easter", "1964-03-30": "Easter Monday", "1964-04-04": "Liberation Day", "1964-05-01": "Labor Day", "1964-05-17": "Whit Sunday", "1964-08-20": "Bread Day", "1964-11-07": "Great October Socialist Revolution Day", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1965-01-01": "New Year's Day", "1965-03-21": "Proclamation of Soviet Republic Day", "1965-04-04": "Liberation Day", "1965-04-18": "Easter", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-06-06": "Whit Sunday", "1965-08-20": "Bread Day", "1965-11-07": "Great October Socialist Revolution Day", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1966-01-01": "New Year's Day", "1966-03-21": "Proclamation of Soviet Republic Day", "1966-04-04": "Liberation Day", "1966-04-10": "Easter", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-29": "Whit Sunday", "1966-08-20": "Bread Day", "1966-11-07": "Great October Socialist Revolution Day", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1967-01-01": "New Year's Day", "1967-03-21": "Proclamation of Soviet Republic Day", "1967-03-26": "Easter", "1967-03-27": "Easter Monday", "1967-04-04": "Liberation Day", "1967-05-01": "Labor Day", "1967-05-14": "Whit Sunday", "1967-08-20": "Bread Day", "1967-11-07": "Great October Socialist Revolution Day", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1968-01-01": "New Year's Day", "1968-03-21": "Proclamation of Soviet Republic Day", "1968-04-04": "Liberation Day", "1968-04-14": "Easter", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-06-02": "Whit Sunday", "1968-08-20": "Bread Day", "1968-11-07": "Great October Socialist Revolution Day", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1969-01-01": "New Year's Day", "1969-03-21": "Proclamation of Soviet Republic Day", "1969-04-04": "Liberation Day", "1969-04-06": "Easter", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-25": "Whit Sunday", "1969-08-20": "Bread Day", "1969-11-07": "Great October Socialist Revolution Day", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1970-01-01": "New Year's Day", "1970-03-21": "Proclamation of Soviet Republic Day", "1970-03-29": "Easter", "1970-03-30": "Easter Monday", "1970-04-04": "Liberation Day", "1970-05-01": "Labor Day", "1970-05-17": "Whit Sunday", "1970-08-20": "Bread Day", "1970-11-07": "Great October Socialist Revolution Day", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1971-01-01": "New Year's Day", "1971-03-21": "Proclamation of Soviet Republic Day", "1971-04-04": "Liberation Day", "1971-04-11": "Easter", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-30": "Whit Sunday", "1971-08-20": "Bread Day", "1971-11-07": "Great October Socialist Revolution Day", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1972-01-01": "New Year's Day", "1972-03-21": "Proclamation of Soviet Republic Day", "1972-04-02": "Easter", "1972-04-03": "Easter Monday", "1972-04-04": "Liberation Day", "1972-05-01": "Labor Day", "1972-05-21": "Whit Sunday", "1972-08-20": "Bread Day", "1972-11-07": "Great October Socialist Revolution Day", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1973-01-01": "New Year's Day", "1973-03-21": "Proclamation of Soviet Republic Day", "1973-04-04": "Liberation Day", "1973-04-22": "Easter", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-06-10": "Whit Sunday", "1973-08-20": "Bread Day", "1973-11-07": "Great October Socialist Revolution Day", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1974-01-01": "New Year's Day", "1974-03-21": "Proclamation of Soviet Republic Day", "1974-04-04": "Liberation Day", "1974-04-14": "Easter", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-06-02": "Whit Sunday", "1974-08-20": "Bread Day", "1974-11-07": "Great October Socialist Revolution Day", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1975-01-01": "New Year's Day", "1975-03-21": "Proclamation of Soviet Republic Day", "1975-03-30": "Easter", "1975-03-31": "Easter Monday", "1975-04-04": "Liberation Day", "1975-05-01": "Labor Day", "1975-05-18": "Whit Sunday", "1975-08-20": "Bread Day", "1975-11-07": "Great October Socialist Revolution Day", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1976-01-01": "New Year's Day", "1976-03-21": "Proclamation of Soviet Republic Day", "1976-04-04": "Liberation Day", "1976-04-18": "Easter", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-06-06": "Whit Sunday", "1976-08-20": "Bread Day", "1976-11-07": "Great October Socialist Revolution Day", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1977-01-01": "New Year's Day", "1977-03-21": "Proclamation of Soviet Republic Day", "1977-04-04": "Liberation Day", "1977-04-10": "Easter", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-29": "Whit Sunday", "1977-08-20": "Bread Day", "1977-11-07": "Great October Socialist Revolution Day", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1978-01-01": "New Year's Day", "1978-03-21": "Proclamation of Soviet Republic Day", "1978-03-26": "Easter", "1978-03-27": "Easter Monday", "1978-04-04": "Liberation Day", "1978-05-01": "Labor Day", "1978-05-14": "Whit Sunday", "1978-08-20": "Bread Day", "1978-11-07": "Great October Socialist Revolution Day", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1979-01-01": "New Year's Day", "1979-03-21": "Proclamation of Soviet Republic Day", "1979-04-04": "Liberation Day", "1979-04-15": "Easter", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-03": "Whit Sunday", "1979-08-20": "Bread Day", "1979-11-07": "Great October Socialist Revolution Day", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1980-01-01": "New Year's Day", "1980-03-21": "Proclamation of Soviet Republic Day", "1980-04-04": "Liberation Day", "1980-04-06": "Easter", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-25": "Whit Sunday", "1980-08-20": "Bread Day", "1980-11-07": "Great October Socialist Revolution Day", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1981-01-01": "New Year's Day", "1981-03-21": "Proclamation of Soviet Republic Day", "1981-04-04": "Liberation Day", "1981-04-19": "Easter", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-07": "Whit Sunday", "1981-08-20": "Bread Day", "1981-11-07": "Great October Socialist Revolution Day", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1982-01-01": "New Year's Day", "1982-03-21": "Proclamation of Soviet Republic Day", "1982-04-04": "Liberation Day", "1982-04-11": "Easter", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-30": "Whit Sunday", "1982-08-20": "Bread Day", "1982-11-07": "Great October Socialist Revolution Day", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1983-01-01": "New Year's Day", "1983-03-21": "Proclamation of Soviet Republic Day", "1983-04-03": "Easter", "1983-04-04": "Easter Monday; Liberation Day", "1983-05-01": "Labor Day", "1983-05-22": "Whit Sunday", "1983-08-20": "Bread Day", "1983-11-07": "Great October Socialist Revolution Day", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1984-01-01": "New Year's Day", "1984-03-21": "Proclamation of Soviet Republic Day", "1984-04-04": "Liberation Day", "1984-04-22": "Easter", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-10": "Whit Sunday", "1984-08-20": "Bread Day", "1984-11-07": "Great October Socialist Revolution Day", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1985-01-01": "New Year's Day", "1985-03-21": "Proclamation of Soviet Republic Day", "1985-04-04": "Liberation Day", "1985-04-07": "Easter", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-26": "Whit Sunday", "1985-08-20": "Bread Day", "1985-11-07": "Great October Socialist Revolution Day", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1986-01-01": "New Year's Day", "1986-03-21": "Proclamation of Soviet Republic Day", "1986-03-30": "Easter", "1986-03-31": "Easter Monday", "1986-04-04": "Liberation Day", "1986-05-01": "Labor Day", "1986-05-18": "Whit Sunday", "1986-08-20": "Bread Day", "1986-11-07": "Great October Socialist Revolution Day", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1987-01-01": "New Year's Day", "1987-03-21": "Proclamation of Soviet Republic Day", "1987-04-04": "Liberation Day", "1987-04-19": "Easter", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-07": "Whit Sunday", "1987-08-20": "Bread Day", "1987-11-07": "Great October Socialist Revolution Day", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1988-01-01": "New Year's Day", "1988-03-21": "Proclamation of Soviet Republic Day", "1988-04-03": "Easter", "1988-04-04": "Easter Monday; Liberation Day", "1988-05-01": "Labor Day", "1988-05-22": "Whit Sunday", "1988-08-20": "Bread Day", "1988-11-07": "Great October Socialist Revolution Day", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1989-01-01": "New Year's Day", "1989-03-15": "National Day", "1989-03-21": "Proclamation of Soviet Republic Day", "1989-03-26": "Easter", "1989-03-27": "Easter Monday", "1989-04-04": "Liberation Day", "1989-05-01": "Labor Day", "1989-05-14": "Whit Sunday", "1989-08-20": "Bread Day", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1990-01-01": "New Year's Day", "1990-03-15": "National Day", "1990-04-15": "Easter", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-03": "Whit Sunday", "1990-08-20": "State Foundation Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-15": "National Day", "1991-03-31": "Easter", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-19": "Whit Sunday", "1991-08-20": "State Foundation Day", "1991-10-23": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-03-15": "National Day", "1992-04-19": "Easter", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-07": "Whit Sunday", "1992-06-08": "Whit Monday", "1992-08-20": "State Foundation Day", "1992-10-23": "National Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-03-15": "National Day", "1993-04-11": "Easter", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-30": "Whit Sunday", "1993-05-31": "Whit Monday", "1993-08-20": "State Foundation Day", "1993-10-23": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-03-15": "National Day", "1994-04-03": "Easter", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-22": "Whit Sunday", "1994-05-23": "Whit Monday", "1994-08-20": "State Foundation Day", "1994-10-23": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-03-15": "National Day", "1995-04-16": "Easter", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-04": "Whit Sunday", "1995-06-05": "Whit Monday", "1995-08-20": "State Foundation Day", "1995-10-23": "National Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-03-15": "National Day", "1996-04-07": "Easter", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-26": "Whit Sunday", "1996-05-27": "Whit Monday", "1996-08-20": "State Foundation Day", "1996-10-23": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-15": "National Day", "1997-03-30": "Easter", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-18": "Whit Sunday", "1997-05-19": "Whit Monday", "1997-08-20": "State Foundation Day", "1997-10-23": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-03-15": "National Day", "1998-04-12": "Easter", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-31": "Whit Sunday", "1998-06-01": "Whit Monday", "1998-08-20": "State Foundation Day", "1998-10-23": "National Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-03-15": "National Day", "1999-04-04": "Easter", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-23": "Whit Sunday", "1999-05-24": "Whit Monday", "1999-08-20": "State Foundation Day", "1999-10-23": "National Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-03-15": "National Day", "2000-04-23": "Easter", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-11": "Whit Sunday", "2000-06-12": "Whit Monday", "2000-08-20": "State Foundation Day", "2000-10-23": "National Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-03-15": "National Day", "2001-04-15": "Easter", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-03": "Whit Sunday", "2001-06-04": "Whit Monday", "2001-08-20": "State Foundation Day", "2001-10-23": "National Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-15": "National Day", "2002-03-31": "Easter", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-19": "Whit Sunday", "2002-05-20": "Whit Monday", "2002-08-20": "State Foundation Day", "2002-10-23": "National Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-03-15": "National Day", "2003-04-20": "Easter", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-08": "Whit Sunday", "2003-06-09": "Whit Monday", "2003-08-20": "State Foundation Day", "2003-10-23": "National Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-03-15": "National Day", "2004-04-11": "Easter", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-30": "Whit Sunday", "2004-05-31": "Whit Monday", "2004-08-20": "State Foundation Day", "2004-10-23": "National Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-15": "National Day", "2005-03-27": "Easter", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-15": "Whit Sunday", "2005-05-16": "Whit Monday", "2005-08-20": "State Foundation Day", "2005-10-23": "National Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-03-15": "National Day", "2006-04-16": "Easter", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-04": "Whit Sunday", "2006-06-05": "Whit Monday", "2006-08-20": "State Foundation Day", "2006-10-23": "National Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-03-15": "National Day", "2007-04-08": "Easter", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-27": "Whit Sunday", "2007-05-28": "Whit Monday", "2007-08-20": "State Foundation Day", "2007-10-23": "National Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-15": "National Day", "2008-03-23": "Easter", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-11": "Whit Sunday", "2008-05-12": "Whit Monday", "2008-08-20": "State Foundation Day", "2008-10-23": "National Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-03-15": "National Day", "2009-04-12": "Easter", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-31": "Whit Sunday", "2009-06-01": "Whit Monday", "2009-08-20": "State Foundation Day", "2009-10-23": "National Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-03-15": "National Day", "2010-04-04": "Easter", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-23": "Whit Sunday", "2010-05-24": "Whit Monday", "2010-08-20": "State Foundation Day", "2010-10-23": "National Day", "2010-11-01": "All Saints' Day", "2010-12-24": "Day off (substituted from 12/11/2010)", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-03-14": "Day off (substituted from 03/19/2011)", "2011-03-15": "National Day", "2011-04-24": "Easter", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-12": "Whit Sunday", "2011-06-13": "Whit Monday", "2011-08-20": "State Foundation Day", "2011-10-23": "National Day", "2011-10-31": "Day off (substituted from 11/05/2011)", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-03-15": "National Day", "2012-03-16": "Day off (substituted from 03/24/2012)", "2012-04-08": "Easter", "2012-04-09": "Easter Monday", "2012-04-30": "Day off (substituted from 04/21/2012)", "2012-05-01": "Labor Day", "2012-05-27": "Whit Sunday", "2012-05-28": "Whit Monday", "2012-08-20": "State Foundation Day", "2012-10-22": "Day off (substituted from 10/27/2012)", "2012-10-23": "National Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Day off (substituted from 11/10/2012)", "2012-12-24": "Day off (substituted from 12/15/2012)", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "Day off (substituted from 12/01/2012)", "2013-01-01": "New Year's Day", "2013-03-15": "National Day", "2013-03-31": "Easter", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-19": "Whit Sunday", "2013-05-20": "Whit Monday", "2013-08-19": "Day off (substituted from 08/24/2013)", "2013-08-20": "State Foundation Day", "2013-10-23": "National Day", "2013-11-01": "All Saints' Day", "2013-12-24": "Day off (substituted from 12/07/2013)", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-27": "Day off (substituted from 12/21/2013)", "2014-01-01": "New Year's Day", "2014-03-15": "National Day", "2014-04-20": "Easter", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-02": "Day off (substituted from 05/10/2014)", "2014-06-08": "Whit Sunday", "2014-06-09": "Whit Monday", "2014-08-20": "State Foundation Day", "2014-10-23": "National Day", "2014-10-24": "Day off (substituted from 10/18/2014)", "2014-11-01": "All Saints' Day", "2014-12-24": "Day off (substituted from 12/13/2014)", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-01-02": "Day off (substituted from 01/10/2015)", "2015-03-15": "National Day", "2015-04-05": "Easter", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-24": "Whit Sunday", "2015-05-25": "Whit Monday", "2015-08-20": "State Foundation Day", "2015-08-21": "Day off (substituted from 08/08/2015)", "2015-10-23": "National Day", "2015-11-01": "All Saints' Day", "2015-12-24": "Day off (substituted from 12/12/2015)", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-14": "Day off (substituted from 03/05/2016)", "2016-03-15": "National Day", "2016-03-27": "Easter", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-15": "Whit Sunday", "2016-05-16": "Whit Monday", "2016-08-20": "State Foundation Day", "2016-10-23": "National Day", "2016-10-31": "Day off (substituted from 10/15/2016)", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-03-15": "National Day", "2017-04-14": "Good Friday", "2017-04-16": "Easter", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-04": "Whit Sunday", "2017-06-05": "Whit Monday", "2017-08-20": "State Foundation Day", "2017-10-23": "National Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-15": "National Day", "2018-03-16": "Day off (substituted from 03/10/2018)", "2018-03-30": "Good Friday", "2018-04-01": "Easter", "2018-04-02": "Easter Monday", "2018-04-30": "Day off (substituted from 04/21/2018)", "2018-05-01": "Labor Day", "2018-05-20": "Whit Sunday", "2018-05-21": "Whit Monday", "2018-08-20": "State Foundation Day", "2018-10-22": "Day off (substituted from 10/13/2018)", "2018-10-23": "National Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Day off (substituted from 11/10/2018)", "2018-12-24": "Day off (substituted from 12/01/2018)", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "Day off (substituted from 12/15/2018)", "2019-01-01": "New Year's Day", "2019-03-15": "National Day", "2019-04-19": "Good Friday", "2019-04-21": "Easter", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-09": "Whit Sunday", "2019-06-10": "Whit Monday", "2019-08-19": "Day off (substituted from 08/10/2019)", "2019-08-20": "State Foundation Day", "2019-10-23": "National Day", "2019-11-01": "All Saints' Day", "2019-12-24": "Day off (substituted from 12/07/2019)", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-27": "Day off (substituted from 12/14/2019)", "2020-01-01": "New Year's Day", "2020-03-15": "National Day", "2020-04-10": "Good Friday", "2020-04-12": "Easter", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-31": "Whit Sunday", "2020-06-01": "Whit Monday", "2020-08-20": "State Foundation Day", "2020-08-21": "Day off (substituted from 08/29/2020)", "2020-10-23": "National Day", "2020-11-01": "All Saints' Day", "2020-12-24": "Day off (substituted from 12/12/2020)", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-03-15": "National Day", "2021-04-02": "Good Friday", "2021-04-04": "Easter", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-23": "Whit Sunday", "2021-05-24": "Whit Monday", "2021-08-20": "State Foundation Day", "2021-10-23": "National Day", "2021-11-01": "All Saints' Day", "2021-12-24": "Day off (substituted from 12/11/2021)", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-03-14": "Day off (substituted from 03/26/2022)", "2022-03-15": "National Day", "2022-04-15": "Good Friday", "2022-04-17": "Easter", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-06-05": "Whit Sunday", "2022-06-06": "Whit Monday", "2022-08-20": "State Foundation Day", "2022-10-23": "National Day", "2022-10-31": "Day off (substituted from 10/15/2022)", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-03-15": "National Day", "2023-04-07": "Good Friday", "2023-04-09": "Easter", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-28": "Whit Sunday", "2023-05-29": "Whit Monday", "2023-08-20": "State Foundation Day", "2023-10-23": "National Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-15": "National Day", "2024-03-29": "Good Friday", "2024-03-31": "Easter", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-19": "Whit Sunday", "2024-05-20": "Whit Monday", "2024-08-19": "Day off (substituted from 08/03/2024)", "2024-08-20": "State Foundation Day", "2024-10-23": "National Day", "2024-11-01": "All Saints' Day", "2024-12-24": "Day off (substituted from 12/07/2024)", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-27": "Day off (substituted from 12/14/2024)", "2025-01-01": "New Year's Day", "2025-03-15": "National Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-02": "Day off (substituted from 05/17/2025)", "2025-06-08": "Whit Sunday", "2025-06-09": "Whit Monday", "2025-08-20": "State Foundation Day", "2025-10-23": "National Day", "2025-10-24": "Day off (substituted from 10/18/2025)", "2025-11-01": "All Saints' Day", "2025-12-24": "Day off (substituted from 12/13/2025)", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-03-15": "National Day", "2026-04-03": "Good Friday", "2026-04-05": "Easter", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-24": "Whit Sunday", "2026-05-25": "Whit Monday", "2026-08-20": "State Foundation Day", "2026-10-23": "National Day", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-15": "National Day", "2027-03-26": "Good Friday", "2027-03-28": "Easter", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-16": "Whit Sunday", "2027-05-17": "Whit Monday", "2027-08-20": "State Foundation Day", "2027-10-23": "National Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-03-15": "National Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-04": "Whit Sunday", "2028-06-05": "Whit Monday", "2028-08-20": "State Foundation Day", "2028-10-23": "National Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-15": "National Day", "2029-03-30": "Good Friday", "2029-04-01": "Easter", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-20": "Whit Sunday", "2029-05-21": "Whit Monday", "2029-08-20": "State Foundation Day", "2029-10-23": "National Day", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-03-15": "National Day", "2030-04-19": "Good Friday", "2030-04-21": "Easter", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-09": "Whit Sunday", "2030-06-10": "Whit Monday", "2030-08-20": "State Foundation Day", "2030-10-23": "National Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-03-15": "National Day", "2031-04-11": "Good Friday", "2031-04-13": "Easter", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-01": "Whit Sunday", "2031-06-02": "Whit Monday", "2031-08-20": "State Foundation Day", "2031-10-23": "National Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-15": "National Day", "2032-03-26": "Good Friday", "2032-03-28": "Easter", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-16": "Whit Sunday", "2032-05-17": "Whit Monday", "2032-08-20": "State Foundation Day", "2032-10-23": "National Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-03-15": "National Day", "2033-04-15": "Good Friday", "2033-04-17": "Easter", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-06-05": "Whit Sunday", "2033-06-06": "Whit Monday", "2033-08-20": "State Foundation Day", "2033-10-23": "National Day", "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-03-15": "National Day", "2034-04-07": "Good Friday", "2034-04-09": "Easter", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-28": "Whit Sunday", "2034-05-29": "Whit Monday", "2034-08-20": "State Foundation Day", "2034-10-23": "National Day", "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-15": "National Day", "2035-03-23": "Good Friday", "2035-03-25": "Easter", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-13": "Whit Sunday", "2035-05-14": "Whit Monday", "2035-08-20": "State Foundation Day", "2035-10-23": "National Day", "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-03-15": "National Day", "2036-04-11": "Good Friday", "2036-04-13": "Easter", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-01": "Whit Sunday", "2036-06-02": "Whit Monday", "2036-08-20": "State Foundation Day", "2036-10-23": "National Day", "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-03-15": "National Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-24": "Whit Sunday", "2037-05-25": "Whit Monday", "2037-08-20": "State Foundation Day", "2037-10-23": "National Day", "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-03-15": "National Day", "2038-04-23": "Good Friday", "2038-04-25": "Easter", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-13": "Whit Sunday", "2038-06-14": "Whit Monday", "2038-08-20": "State Foundation Day", "2038-10-23": "National Day", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-03-15": "National Day", "2039-04-08": "Good Friday", "2039-04-10": "Easter", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-29": "Whit Sunday", "2039-05-30": "Whit Monday", "2039-08-20": "State Foundation Day", "2039-10-23": "National Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-15": "National Day", "2040-03-30": "Good Friday", "2040-04-01": "Easter", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-20": "Whit Sunday", "2040-05-21": "Whit Monday", "2040-08-20": "State Foundation Day", "2040-10-23": "National Day", "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-03-15": "National Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-09": "Whit Sunday", "2041-06-10": "Whit Monday", "2041-08-20": "State Foundation Day", "2041-10-23": "National Day", "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-03-15": "National Day", "2042-04-04": "Good Friday", "2042-04-06": "Easter", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-25": "Whit Sunday", "2042-05-26": "Whit Monday", "2042-08-20": "State Foundation Day", "2042-10-23": "National Day", "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-15": "National Day", "2043-03-27": "Good Friday", "2043-03-29": "Easter", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-17": "Whit Sunday", "2043-05-18": "Whit Monday", "2043-08-20": "State Foundation Day", "2043-10-23": "National Day", "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-03-15": "National Day", "2044-04-15": "Good Friday", "2044-04-17": "Easter", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-06-05": "Whit Sunday", "2044-06-06": "Whit Monday", "2044-08-20": "State Foundation Day", "2044-10-23": "National Day", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-03-15": "National Day", "2045-04-07": "Good Friday", "2045-04-09": "Easter", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-28": "Whit Sunday", "2045-05-29": "Whit Monday", "2045-08-20": "State Foundation Day", "2045-10-23": "National Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-15": "National Day", "2046-03-23": "Good Friday", "2046-03-25": "Easter", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-13": "Whit Sunday", "2046-05-14": "Whit Monday", "2046-08-20": "State Foundation Day", "2046-10-23": "National Day", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-03-15": "National Day", "2047-04-12": "Good Friday", "2047-04-14": "Easter", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-02": "Whit Sunday", "2047-06-03": "Whit Monday", "2047-08-20": "State Foundation Day", "2047-10-23": "National Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-03-15": "National Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-24": "Whit Sunday", "2048-05-25": "Whit Monday", "2048-08-20": "State Foundation Day", "2048-10-23": "National Day", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-03-15": "National Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-06": "Whit Sunday", "2049-06-07": "Whit Monday", "2049-08-20": "State Foundation Day", "2049-10-23": "National Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-03-15": "National Day", "2050-04-08": "Good Friday", "2050-04-10": "Easter", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-29": "Whit Sunday", "2050-05-30": "Whit Monday", "2050-08-20": "State Foundation Day", "2050-10-23": "National Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/ID_COMMON.json000066400000000000000000001706041500152103600215520ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-08-17": "Independence Day", "1950-10-05": "Armed Forces Day", "1950-11-10": "Heroes' Day", "1951-01-01": "New Year's Day", "1951-08-17": "Independence Day", "1951-10-05": "Armed Forces Day", "1951-11-10": "Heroes' Day", "1952-01-01": "New Year's Day", "1952-08-17": "Independence Day", "1952-10-05": "Armed Forces Day", "1952-11-10": "Heroes' Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-12": "Isra' and Mi'raj (estimated)", "1953-05-01": "International Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-05-30": "Nuzul Al Quran (estimated)", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr Second Day (estimated)", "1953-08-17": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-10": "Islamic New Year (estimated)", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-01": "Isra' and Mi'raj (estimated)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "International Labor Day", "1954-05-20": "Nuzul Al Quran (estimated)", "1954-05-27": "Ascension Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr Second Day (estimated)", "1954-06-07": "Whit Monday", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-17": "Independence Day", "1954-08-30": "Islamic New Year (estimated)", "1954-11-08": "Prophet's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-03-21": "Isra' and Mi'raj (estimated)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "International Labor Day", "1955-05-10": "Nuzul Al Quran (estimated)", "1955-05-19": "Ascension Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr Second Day (estimated)", "1955-05-30": "Whit Monday", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-17": "Independence Day", "1955-08-20": "Islamic New Year (estimated)", "1955-10-29": "Prophet's Birthday (estimated)", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-10": "Isra' and Mi'raj (estimated)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-28": "Nuzul Al Quran (estimated)", "1956-05-01": "International Labor Day", "1956-05-10": "Ascension Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr Second Day (estimated)", "1956-05-21": "Whit Monday", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-08": "Islamic New Year (estimated)", "1956-08-17": "Independence Day", "1956-10-17": "Prophet's Birthday (estimated)", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-27": "Isra' and Mi'raj (estimated)", "1957-04-17": "Nuzul Al Quran (estimated)", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Eid al-Fitr (estimated); International Labor Day", "1957-05-02": "Eid al-Fitr Second Day (estimated)", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-28": "Islamic New Year (estimated)", "1957-08-17": "Independence Day", "1957-10-06": "Prophet's Birthday (estimated)", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-16": "Isra' and Mi'raj (estimated)", "1958-04-04": "Good Friday", "1958-04-06": "Nuzul Al Quran (estimated)", "1958-04-07": "Easter Monday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr Second Day (estimated)", "1958-05-01": "International Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-18": "Islamic New Year (estimated)", "1958-08-17": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-06": "Isra' and Mi'raj (estimated)", "1959-03-27": "Good Friday; Nuzul Al Quran (estimated)", "1959-03-30": "Easter Monday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr Second Day (estimated)", "1959-05-01": "International Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-07": "Islamic New Year (estimated)", "1959-08-17": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-26": "Isra' and Mi'raj (estimated)", "1960-03-15": "Nuzul Al Quran (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr Second Day (estimated)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "International Labor Day", "1960-05-26": "Ascension Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-06": "Whit Monday", "1960-06-25": "Islamic New Year (estimated)", "1960-08-17": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-14": "Isra' and Mi'raj (estimated)", "1961-03-04": "Nuzul Al Quran (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr Second Day (estimated)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "International Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-14": "Islamic New Year (estimated)", "1961-08-17": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-04": "Isra' and Mi'raj (estimated)", "1962-02-21": "Nuzul Al Quran (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr Second Day (estimated)", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "International Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-31": "Ascension Day", "1962-06-03": "Islamic New Year (estimated)", "1962-06-11": "Whit Monday", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-17": "Independence Day", "1962-12-24": "Isra' and Mi'raj (estimated)", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-11": "Nuzul Al Quran (estimated)", "1963-02-25": "Eid al-Fitr", "1963-02-26": "Eid al-Fitr Second Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "International Labor Day", "1963-05-04": "Eid al-Adha", "1963-05-23": "Ascension Day", "1963-05-24": "Islamic New Year (estimated)", "1963-06-03": "Whit Monday", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-17": "Independence Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-15": "Eid al-Fitr", "1964-02-16": "Eid al-Fitr Second Day", "1964-04-23": "Eid al-Adha", "1964-05-01": "International Labor Day", "1964-08-17": "Independence Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-03": "Eid al-Fitr", "1965-02-04": "Eid al-Fitr Second Day", "1965-04-12": "Eid al-Adha", "1965-05-01": "International Labor Day", "1965-08-17": "Independence Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-23": "Eid al-Fitr", "1966-01-24": "Eid al-Fitr Second Day", "1966-04-02": "Eid al-Adha", "1966-05-01": "International Labor Day", "1966-08-17": "Independence Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-12": "Eid al-Fitr", "1967-01-13": "Eid al-Fitr Second Day", "1967-03-22": "Eid al-Adha", "1967-05-01": "International Labor Day", "1967-08-17": "Independence Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-02": "Eid al-Fitr", "1968-01-03": "Eid al-Fitr Second Day", "1968-03-09": "Eid al-Adha", "1968-03-30": "Islamic New Year", "1968-05-23": "Ascension Day", "1968-06-08": "Prophet's Birthday", "1968-08-15": "Assumption Day", "1968-08-17": "Independence Day", "1968-10-20": "Isra' and Mi'raj", "1968-12-21": "Eid al-Fitr", "1968-12-22": "Eid al-Fitr Second Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-27": "Eid al-Adha", "1969-03-19": "Islamic New Year", "1969-05-15": "Ascension Day", "1969-05-28": "Prophet's Birthday", "1969-08-15": "Assumption Day", "1969-08-17": "Independence Day", "1969-10-09": "Isra' and Mi'raj", "1969-12-11": "Eid al-Fitr", "1969-12-12": "Eid al-Fitr Second Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-17": "Eid al-Adha", "1970-03-10": "Islamic New Year", "1970-05-07": "Ascension Day", "1970-05-18": "Prophet's Birthday", "1970-08-15": "Assumption Day", "1970-08-17": "Independence Day", "1970-09-29": "Isra' and Mi'raj", "1970-11-30": "Eid al-Fitr", "1970-12-01": "Eid al-Fitr Second Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-06": "Eid al-Adha", "1971-02-27": "Islamic New Year", "1971-04-09": "Good Friday", "1971-05-07": "Prophet's Birthday", "1971-05-20": "Ascension Day", "1971-08-17": "Independence Day", "1971-09-17": "Isra' and Mi'raj", "1971-11-19": "Eid al-Fitr", "1971-11-20": "Eid al-Fitr Second Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-27": "Eid al-Adha", "1972-02-16": "Islamic New Year", "1972-03-31": "Good Friday", "1972-04-26": "Prophet's Birthday", "1972-05-11": "Ascension Day", "1972-08-17": "Independence Day", "1972-09-06": "Isra' and Mi'raj", "1972-11-07": "Eid al-Fitr", "1972-11-08": "Eid al-Fitr Second Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-15": "Eid al-Adha", "1973-02-05": "Islamic New Year", "1973-04-14": "Prophet's Birthday", "1973-04-20": "Good Friday", "1973-05-31": "Ascension Day", "1973-08-17": "Independence Day", "1973-08-26": "Isra' and Mi'raj", "1973-10-27": "Eid al-Fitr", "1973-10-28": "Eid al-Fitr Second Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-04": "Eid al-Adha", "1974-01-25": "Islamic New Year", "1974-04-05": "Prophet's Birthday", "1974-04-12": "Good Friday", "1974-05-23": "Ascension Day", "1974-08-16": "Isra' and Mi'raj", "1974-08-17": "Independence Day", "1974-10-17": "Eid al-Fitr", "1974-10-18": "Eid al-Fitr Second Day", "1974-12-24": "Eid al-Adha", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-14": "Islamic New Year", "1975-03-25": "Prophet's Birthday", "1975-03-28": "Good Friday", "1975-05-08": "Ascension Day", "1975-08-05": "Isra' and Mi'raj", "1975-08-17": "Independence Day", "1975-10-06": "Eid al-Fitr", "1975-10-07": "Eid al-Fitr Second Day", "1975-12-13": "Eid al-Adha", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-03": "Islamic New Year", "1976-03-13": "Prophet's Birthday", "1976-04-16": "Good Friday", "1976-05-27": "Ascension Day", "1976-07-25": "Isra' and Mi'raj", "1976-08-17": "Independence Day", "1976-09-25": "Eid al-Fitr", "1976-09-26": "Eid al-Fitr Second Day", "1976-12-02": "Eid al-Adha", "1976-12-22": "Islamic New Year", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-03-02": "Prophet's Birthday", "1977-04-08": "Good Friday", "1977-05-19": "Ascension Day", "1977-07-14": "Isra' and Mi'raj", "1977-08-17": "Independence Day", "1977-09-15": "Eid al-Fitr", "1977-09-16": "Eid al-Fitr Second Day", "1977-11-21": "Eid al-Adha", "1977-12-12": "Islamic New Year", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-02-20": "Prophet's Birthday", "1978-03-24": "Good Friday", "1978-05-04": "Ascension Day", "1978-07-03": "Isra' and Mi'raj", "1978-08-17": "Independence Day", "1978-09-04": "Eid al-Fitr", "1978-09-05": "Eid al-Fitr Second Day", "1978-11-11": "Eid al-Adha", "1978-12-01": "Islamic New Year", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-09": "Prophet's Birthday", "1979-04-13": "Good Friday", "1979-05-24": "Ascension Day", "1979-06-22": "Isra' and Mi'raj", "1979-08-17": "Independence Day", "1979-08-24": "Eid al-Fitr", "1979-08-25": "Eid al-Fitr Second Day", "1979-10-31": "Eid al-Adha", "1979-11-21": "Islamic New Year", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet's Birthday", "1980-04-04": "Good Friday", "1980-05-15": "Ascension Day", "1980-06-11": "Isra' and Mi'raj", "1980-08-12": "Eid al-Fitr", "1980-08-13": "Eid al-Fitr Second Day", "1980-08-17": "Independence Day", "1980-10-19": "Eid al-Adha", "1980-11-09": "Islamic New Year", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet's Birthday", "1981-04-17": "Good Friday", "1981-05-28": "Ascension Day", "1981-05-31": "Isra' and Mi'raj", "1981-08-01": "Eid al-Fitr", "1981-08-02": "Eid al-Fitr Second Day", "1981-08-17": "Independence Day", "1981-10-08": "Eid al-Adha", "1981-10-29": "Islamic New Year", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-08": "Prophet's Birthday", "1982-04-09": "Good Friday", "1982-05-20": "Ascension Day", "1982-05-21": "Isra' and Mi'raj", "1982-07-22": "Eid al-Fitr", "1982-07-23": "Eid al-Fitr Second Day", "1982-08-17": "Independence Day", "1982-09-28": "Eid al-Adha", "1982-10-18": "Islamic New Year", "1982-12-25": "Christmas Day", "1982-12-28": "Prophet's Birthday", "1983-01-01": "New Year's Day", "1983-03-15": "Day of Silence", "1983-04-01": "Good Friday", "1983-05-10": "Isra' and Mi'raj", "1983-05-12": "Ascension Day", "1983-05-27": "Vesak Day", "1983-07-12": "Eid al-Fitr", "1983-07-13": "Eid al-Fitr Second Day", "1983-08-17": "Independence Day", "1983-09-17": "Eid al-Adha", "1983-10-08": "Islamic New Year", "1983-12-17": "Prophet's Birthday", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-03-04": "Day of Silence", "1984-04-20": "Good Friday", "1984-04-29": "Isra' and Mi'raj", "1984-05-14": "Vesak Day", "1984-05-31": "Ascension Day", "1984-06-30": "Eid al-Fitr", "1984-07-01": "Eid al-Fitr Second Day", "1984-08-17": "Independence Day", "1984-09-06": "Eid al-Adha", "1984-09-26": "Islamic New Year", "1984-12-05": "Prophet's Birthday", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-03-22": "Day of Silence", "1985-04-05": "Good Friday", "1985-04-18": "Isra' and Mi'raj", "1985-05-16": "Ascension Day", "1985-06-03": "Vesak Day", "1985-06-20": "Eid al-Fitr", "1985-06-21": "Eid al-Fitr Second Day", "1985-08-17": "Independence Day", "1985-08-26": "Eid al-Adha", "1985-09-16": "Islamic New Year", "1985-11-25": "Prophet's Birthday", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-12": "Day of Silence", "1986-03-28": "Good Friday", "1986-04-07": "Isra' and Mi'raj", "1986-05-08": "Ascension Day", "1986-05-24": "Vesak Day", "1986-06-09": "Eid al-Fitr", "1986-06-10": "Eid al-Fitr Second Day", "1986-08-16": "Eid al-Adha", "1986-08-17": "Independence Day", "1986-09-05": "Islamic New Year", "1986-11-14": "Prophet's Birthday", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-27": "Isra' and Mi'raj", "1987-03-31": "Day of Silence", "1987-04-17": "Good Friday", "1987-05-13": "Vesak Day", "1987-05-28": "Ascension Day", "1987-05-29": "Eid al-Fitr", "1987-05-30": "Eid al-Fitr Second Day", "1987-08-05": "Eid al-Adha", "1987-08-17": "Independence Day", "1987-08-26": "Islamic New Year", "1987-11-04": "Prophet's Birthday", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-16": "Isra' and Mi'raj", "1988-03-19": "Day of Silence", "1988-04-01": "Good Friday", "1988-05-12": "Ascension Day", "1988-05-17": "Eid al-Fitr", "1988-05-18": "Eid al-Fitr Second Day", "1988-05-31": "Vesak Day", "1988-07-24": "Eid al-Adha", "1988-08-14": "Islamic New Year", "1988-08-17": "Independence Day", "1988-10-23": "Prophet's Birthday", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-05": "Isra' and Mi'raj", "1989-03-09": "Day of Silence", "1989-03-24": "Good Friday", "1989-05-04": "Ascension Day", "1989-05-07": "Eid al-Fitr", "1989-05-08": "Eid al-Fitr Second Day", "1989-05-21": "Vesak Day", "1989-07-13": "Eid al-Adha", "1989-08-03": "Islamic New Year", "1989-08-17": "Independence Day", "1989-10-12": "Prophet's Birthday", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-23": "Isra' and Mi'raj", "1990-03-27": "Day of Silence", "1990-04-13": "Good Friday", "1990-04-26": "Eid al-Fitr", "1990-04-27": "Eid al-Fitr Second Day", "1990-05-10": "Vesak Day", "1990-05-24": "Ascension Day", "1990-07-03": "Eid al-Adha", "1990-07-23": "Islamic New Year", "1990-08-17": "Independence Day", "1990-10-01": "Prophet's Birthday", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-12": "Isra' and Mi'raj", "1991-03-17": "Day of Silence", "1991-03-29": "Good Friday", "1991-04-16": "Eid al-Fitr", "1991-04-17": "Eid al-Fitr Second Day", "1991-05-09": "Ascension Day", "1991-05-28": "Vesak Day", "1991-06-23": "Eid al-Adha", "1991-07-13": "Islamic New Year", "1991-08-17": "Independence Day", "1991-09-21": "Prophet's Birthday", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-01": "Isra' and Mi'raj", "1992-03-05": "Day of Silence", "1992-04-05": "Eid al-Fitr", "1992-04-06": "Eid al-Fitr Second Day", "1992-04-17": "Good Friday", "1992-05-16": "Vesak Day", "1992-05-28": "Ascension Day", "1992-06-11": "Eid al-Adha", "1992-07-02": "Islamic New Year", "1992-08-17": "Independence Day", "1992-09-09": "Prophet's Birthday", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-20": "Isra' and Mi'raj", "1993-03-24": "Day of Silence", "1993-03-25": "Eid al-Fitr", "1993-03-26": "Eid al-Fitr Second Day", "1993-04-09": "Good Friday", "1993-05-06": "Vesak Day", "1993-05-20": "Ascension Day", "1993-06-01": "Eid al-Adha", "1993-06-21": "Islamic New Year", "1993-08-17": "Independence Day", "1993-08-30": "Prophet's Birthday", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-10": "Isra' and Mi'raj", "1994-03-12": "Day of Silence", "1994-03-14": "Eid al-Fitr", "1994-03-15": "Eid al-Fitr Second Day", "1994-04-01": "Good Friday", "1994-05-12": "Ascension Day", "1994-05-21": "Eid al-Adha", "1994-05-25": "Vesak Day", "1994-06-11": "Islamic New Year", "1994-08-17": "Independence Day", "1994-08-20": "Prophet's Birthday", "1994-12-25": "Christmas Day", "1994-12-30": "Isra' and Mi'raj", "1995-01-01": "New Year's Day", "1995-03-03": "Eid al-Fitr", "1995-03-04": "Eid al-Fitr Second Day", "1995-04-01": "Day of Silence", "1995-04-14": "Good Friday", "1995-05-10": "Eid al-Adha", "1995-05-15": "Vesak Day", "1995-05-25": "Ascension Day", "1995-05-31": "Islamic New Year", "1995-08-09": "Prophet's Birthday", "1995-08-17": "Independence Day", "1995-12-20": "Isra' and Mi'raj", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-20": "Eid al-Fitr", "1996-02-21": "Eid al-Fitr Second Day", "1996-03-21": "Day of Silence", "1996-04-05": "Good Friday", "1996-04-28": "Eid al-Adha", "1996-05-16": "Ascension Day", "1996-05-19": "Islamic New Year", "1996-06-02": "Vesak Day", "1996-07-28": "Prophet's Birthday", "1996-08-17": "Independence Day", "1996-12-08": "Isra' and Mi'raj", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-09": "Eid al-Fitr", "1997-02-10": "Eid al-Fitr Second Day", "1997-03-28": "Good Friday", "1997-04-09": "Day of Silence", "1997-04-18": "Eid al-Adha", "1997-05-08": "Ascension Day; Islamic New Year", "1997-05-22": "Vesak Day", "1997-07-17": "Prophet's Birthday", "1997-08-17": "Independence Day", "1997-11-28": "Isra' and Mi'raj", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-30": "Eid al-Fitr", "1998-01-31": "Eid al-Fitr Second Day", "1998-03-29": "Day of Silence", "1998-04-07": "Eid al-Adha", "1998-04-10": "Good Friday", "1998-04-28": "Islamic New Year", "1998-05-11": "Vesak Day", "1998-05-21": "Ascension Day", "1998-07-06": "Prophet's Birthday", "1998-08-17": "Independence Day", "1998-11-17": "Isra' and Mi'raj", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-19": "Eid al-Fitr", "1999-01-20": "Eid al-Fitr Second Day", "1999-03-18": "Day of Silence", "1999-03-28": "Eid al-Adha", "1999-04-02": "Good Friday", "1999-04-17": "Islamic New Year", "1999-05-13": "Ascension Day", "1999-05-30": "Vesak Day", "1999-06-07": "Legislative Election Day", "1999-06-26": "Prophet's Birthday", "1999-08-17": "Independence Day", "1999-11-06": "Isra' and Mi'raj", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr", "2000-01-09": "Eid al-Fitr Second Day", "2000-03-16": "Eid al-Adha", "2000-04-04": "Day of Silence", "2000-04-06": "Islamic New Year", "2000-04-21": "Good Friday", "2000-05-18": "Vesak Day", "2000-06-01": "Ascension Day", "2000-06-15": "Prophet's Birthday", "2000-08-17": "Independence Day", "2000-10-25": "Isra' and Mi'raj", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr", "2000-12-28": "Eid al-Fitr Second Day", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha", "2001-03-25": "Day of Silence", "2001-03-26": "Islamic New Year", "2001-04-13": "Good Friday", "2001-05-07": "Vesak Day", "2001-05-24": "Ascension Day", "2001-06-04": "Prophet's Birthday", "2001-08-17": "Independence Day", "2001-10-15": "Isra' and Mi'raj", "2001-12-16": "Eid al-Fitr", "2001-12-17": "Eid al-Fitr Second Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-23": "Eid al-Adha", "2002-03-15": "Islamic New Year", "2002-03-29": "Good Friday", "2002-04-13": "Day of Silence", "2002-05-09": "Ascension Day", "2002-05-25": "Prophet's Birthday", "2002-05-26": "Vesak Day", "2002-08-17": "Independence Day", "2002-10-04": "Isra' and Mi'raj", "2002-12-05": "Eid al-Fitr Joint Holiday", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr Second Day", "2002-12-09": "Eid al-Fitr Joint Holiday", "2002-12-10": "Eid al-Fitr Joint Holiday", "2002-12-25": "Christmas Day", "2002-12-26": "Christmas Joint Holiday", "2003-01-01": "New Year's Day", "2003-02-01": "Lunar New Year", "2003-02-12": "Eid al-Adha", "2003-03-03": "Islamic New Year", "2003-04-02": "Day of Silence", "2003-04-18": "Good Friday", "2003-05-15": "Prophet's Birthday", "2003-05-16": "Vesak Day", "2003-05-29": "Ascension Day", "2003-08-17": "Independence Day", "2003-09-22": "Isra' and Mi'raj", "2003-11-24": "Eid al-Fitr Joint Holiday", "2003-11-25": "Eid al-Fitr", "2003-11-26": "Eid al-Fitr Second Day", "2003-11-27": "Eid al-Fitr Joint Holiday", "2003-11-28": "Eid al-Fitr Joint Holiday", "2003-12-25": "Christmas Day", "2003-12-26": "Christmas Joint Holiday", "2004-01-01": "New Year's Day", "2004-01-22": "Lunar New Year", "2004-02-02": "Eid al-Adha", "2004-02-23": "Islamic New Year", "2004-03-22": "Day of Silence", "2004-04-05": "Legislative Election Day", "2004-04-09": "Good Friday", "2004-05-03": "Prophet's Birthday", "2004-05-20": "Ascension Day", "2004-06-03": "Vesak Day", "2004-07-05": "Presidential Election Day", "2004-08-17": "Independence Day", "2004-09-13": "Isra' and Mi'raj", "2004-09-20": "Presidential Election Day", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr Second Day", "2004-11-16": "Eid al-Fitr (observed)", "2004-11-17": "Eid al-Fitr Joint Holiday", "2004-11-18": "Eid al-Fitr Joint Holiday", "2004-11-19": "Eid al-Fitr Joint Holiday", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Lunar New Year", "2005-02-10": "Islamic New Year", "2005-03-11": "Day of Silence", "2005-03-25": "Good Friday", "2005-04-22": "Prophet's Birthday", "2005-05-05": "Ascension Day", "2005-05-24": "Vesak Day", "2005-08-17": "Independence Day", "2005-09-02": "Isra' and Mi'raj", "2005-11-02": "Eid al-Fitr Joint Holiday", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr Second Day", "2005-11-05": "Eid al-Fitr Joint Holiday", "2005-11-07": "Eid al-Fitr Joint Holiday", "2005-11-08": "Eid al-Fitr Joint Holiday", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha", "2006-01-30": "Lunar New Year", "2006-01-31": "Islamic New Year", "2006-03-30": "Day of Silence", "2006-03-31": "Day of Silence Joint Holiday", "2006-04-10": "Prophet's Birthday", "2006-04-14": "Good Friday", "2006-05-13": "Vesak Day", "2006-05-25": "Ascension Day", "2006-05-26": "Ascension Joint Holiday", "2006-08-17": "Independence Day", "2006-08-18": "Independence Day Joint Holiday", "2006-08-21": "Isra' and Mi'raj", "2006-10-23": "Eid al-Fitr Joint Holiday", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr Second Day", "2006-10-26": "Eid al-Fitr Joint Holiday", "2006-10-27": "Eid al-Fitr Joint Holiday", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-20": "Islamic New Year", "2007-02-19": "Lunar New Year", "2007-03-19": "Day of Silence", "2007-03-31": "Prophet's Birthday", "2007-04-06": "Good Friday", "2007-05-17": "Ascension Day", "2007-05-18": "Ascension Joint Holiday", "2007-06-01": "Vesak Day", "2007-08-11": "Isra' and Mi'raj", "2007-08-17": "Independence Day", "2007-10-12": "Eid al-Fitr Joint Holiday", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr Second Day", "2007-10-15": "Eid al-Fitr Joint Holiday", "2007-10-16": "Eid al-Fitr Joint Holiday", "2007-10-17": "Eid al-Fitr Joint Holiday", "2007-10-18": "Eid al-Fitr Joint Holiday", "2007-10-19": "Eid al-Fitr Joint Holiday", "2007-12-20": "Eid al-Adha", "2007-12-21": "Christmas Joint Holiday", "2007-12-24": "Christmas Joint Holiday", "2007-12-25": "Christmas Day", "2007-12-26": "Christmas Joint Holiday", "2007-12-31": "New Year's Joint Holiday", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-01-11": "Islamic New Year Joint Holiday", "2008-02-07": "Lunar New Year", "2008-03-07": "Day of Silence", "2008-03-20": "Prophet's Birthday", "2008-03-21": "Good Friday", "2008-05-01": "Ascension Day", "2008-05-20": "Vesak Day", "2008-07-30": "Isra' and Mi'raj", "2008-08-17": "Independence Day", "2008-09-29": "Eid al-Fitr Joint Holiday", "2008-09-30": "Eid al-Fitr Joint Holiday", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr Second Day", "2008-10-03": "Eid al-Fitr Joint Holiday", "2008-12-08": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-26": "Christmas Joint Holiday", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Joint Holiday", "2009-01-26": "Lunar New Year", "2009-03-09": "Prophet's Birthday", "2009-03-26": "Day of Silence", "2009-04-09": "Legislative Election Day", "2009-04-10": "Good Friday", "2009-05-09": "Vesak Day", "2009-05-21": "Ascension Day", "2009-07-08": "Presidential Election Day", "2009-07-20": "Isra' and Mi'raj", "2009-08-17": "Independence Day", "2009-09-18": "Eid al-Fitr Joint Holiday", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr Second Day", "2009-09-23": "Eid al-Fitr Joint Holiday", "2009-11-27": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-24": "Christmas Joint Holiday", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-15": "Lunar New Year", "2010-02-26": "Prophet's Birthday", "2010-03-16": "Day of Silence", "2010-04-02": "Good Friday", "2010-05-13": "Ascension Day", "2010-05-28": "Vesak Day", "2010-07-10": "Isra' and Mi'raj", "2010-08-17": "Independence Day", "2010-09-09": "Eid al-Fitr Joint Holiday", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr Second Day", "2010-09-13": "Eid al-Fitr Joint Holiday", "2010-11-17": "Eid al-Adha", "2010-12-07": "Islamic New Year", "2010-12-24": "Christmas Joint Holiday", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Lunar New Year", "2011-02-15": "Prophet's Birthday", "2011-03-05": "Day of Silence", "2011-04-22": "Good Friday", "2011-05-16": "Vesak Joint Holiday", "2011-05-17": "Vesak Day", "2011-06-02": "Ascension Day", "2011-06-29": "Isra' and Mi'raj", "2011-08-17": "Independence Day", "2011-08-29": "Eid al-Fitr Joint Holiday", "2011-08-30": "Eid al-Fitr", "2011-08-31": "Eid al-Fitr Second Day", "2011-09-01": "Eid al-Fitr Joint Holiday", "2011-09-02": "Eid al-Fitr Joint Holiday", "2011-11-06": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Joint Holiday", "2012-01-01": "New Year's Day", "2012-01-23": "Lunar New Year", "2012-02-05": "Prophet's Birthday", "2012-03-23": "Day of Silence", "2012-04-06": "Good Friday", "2012-05-06": "Vesak Day", "2012-05-17": "Ascension Day", "2012-05-18": "Ascension Joint Holiday", "2012-06-17": "Isra' and Mi'raj", "2012-08-17": "Independence Day", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr Second Day", "2012-08-21": "Eid al-Fitr Joint Holiday", "2012-08-22": "Eid al-Fitr Joint Holiday", "2012-10-26": "Eid al-Adha", "2012-11-15": "Islamic New Year", "2012-11-16": "Islamic New Year Joint Holiday", "2012-12-24": "Christmas Joint Holiday", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Joint Holiday", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet's Birthday", "2013-02-11": "Lunar New Year", "2013-03-12": "Day of Silence", "2013-03-29": "Good Friday", "2013-05-09": "Ascension Day", "2013-05-25": "Vesak Day", "2013-06-06": "Isra' and Mi'raj", "2013-08-05": "Eid al-Fitr Joint Holiday", "2013-08-06": "Eid al-Fitr Joint Holiday", "2013-08-07": "Eid al-Fitr Joint Holiday", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr Second Day", "2013-08-17": "Independence Day", "2013-10-14": "Eid al-Adha Joint Holiday", "2013-10-15": "Eid al-Adha", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2013-12-26": "Christmas Joint Holiday", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet's Birthday", "2014-01-31": "Lunar New Year", "2014-03-31": "Day of Silence", "2014-04-09": "Legislative Election Day", "2014-04-18": "Good Friday", "2014-05-01": "International Labor Day", "2014-05-15": "Vesak Day", "2014-05-27": "Isra' and Mi'raj", "2014-05-29": "Ascension Day", "2014-07-09": "Presidential Election Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr Second Day", "2014-07-30": "Eid al-Fitr Joint Holiday", "2014-07-31": "Eid al-Fitr Joint Holiday", "2014-08-01": "Eid al-Fitr Joint Holiday", "2014-08-17": "Independence Day", "2014-10-05": "Eid al-Adha", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2014-12-26": "Christmas Joint Holiday", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday", "2015-02-19": "Lunar New Year", "2015-03-21": "Day of Silence", "2015-04-03": "Good Friday", "2015-05-01": "International Labor Day", "2015-05-14": "Ascension Day", "2015-05-16": "Isra' and Mi'raj", "2015-06-02": "Vesak Day", "2015-07-16": "Eid al-Fitr Joint Holiday", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr Second Day", "2015-07-20": "Eid al-Fitr Joint Holiday", "2015-07-21": "Eid al-Fitr Joint Holiday", "2015-08-17": "Independence Day", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-12-09": "Local Election Day", "2015-12-24": "Prophet's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Lunar New Year", "2016-03-09": "Day of Silence", "2016-03-25": "Good Friday", "2016-05-01": "International Labor Day", "2016-05-05": "Ascension Day", "2016-05-06": "Isra' and Mi'raj", "2016-05-22": "Vesak Day", "2016-06-01": "Pancasila Day", "2016-07-04": "Eid al-Fitr Joint Holiday", "2016-07-05": "Eid al-Fitr Joint Holiday", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr Second Day", "2016-07-08": "Eid al-Fitr Joint Holiday", "2016-08-17": "Independence Day", "2016-09-12": "Eid al-Adha", "2016-10-02": "Islamic New Year", "2016-12-12": "Prophet's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Joint Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Joint Holiday", "2017-01-28": "Lunar New Year", "2017-02-15": "Local Election Day", "2017-03-28": "Day of Silence", "2017-04-14": "Good Friday", "2017-04-24": "Isra' and Mi'raj", "2017-05-01": "International Labor Day", "2017-05-11": "Vesak Day", "2017-05-25": "Ascension Day", "2017-06-01": "Pancasila Day", "2017-06-23": "Eid al-Fitr Joint Holiday", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr Second Day", "2017-06-27": "Eid al-Fitr Joint Holiday", "2017-06-28": "Eid al-Fitr Joint Holiday", "2017-06-29": "Eid al-Fitr Joint Holiday", "2017-06-30": "Eid al-Fitr Joint Holiday", "2017-08-17": "Independence Day", "2017-09-01": "Eid al-Adha", "2017-09-21": "Islamic New Year", "2017-12-01": "Prophet's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Christmas Joint Holiday", "2018-01-01": "New Year's Day", "2018-02-16": "Lunar New Year", "2018-03-17": "Day of Silence", "2018-03-30": "Good Friday", "2018-04-14": "Isra' and Mi'raj", "2018-05-01": "International Labor Day", "2018-05-10": "Ascension Day", "2018-05-29": "Vesak Day", "2018-06-01": "Pancasila Day", "2018-06-11": "Eid al-Fitr Joint Holiday", "2018-06-12": "Eid al-Fitr Joint Holiday", "2018-06-13": "Eid al-Fitr Joint Holiday", "2018-06-14": "Eid al-Fitr Joint Holiday", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr Second Day", "2018-06-18": "Eid al-Fitr Joint Holiday", "2018-06-19": "Eid al-Fitr Joint Holiday", "2018-06-20": "Eid al-Fitr Joint Holiday", "2018-06-27": "Local Election Day", "2018-08-17": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-09-11": "Islamic New Year", "2018-11-20": "Prophet's Birthday", "2018-12-24": "Christmas Joint Holiday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-05": "Lunar New Year", "2019-03-07": "Day of Silence", "2019-04-03": "Isra' and Mi'raj", "2019-04-17": "General Election Day", "2019-04-19": "Good Friday", "2019-05-01": "International Labor Day", "2019-05-19": "Vesak Day", "2019-05-30": "Ascension Day", "2019-06-01": "Pancasila Day", "2019-06-03": "Eid al-Fitr Joint Holiday", "2019-06-04": "Eid al-Fitr Joint Holiday", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr Second Day", "2019-06-07": "Eid al-Fitr Joint Holiday", "2019-08-11": "Eid al-Adha", "2019-08-17": "Independence Day", "2019-09-01": "Islamic New Year", "2019-11-09": "Prophet's Birthday", "2019-12-24": "Christmas Joint Holiday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Lunar New Year", "2020-03-22": "Isra' and Mi'raj", "2020-03-25": "Day of Silence", "2020-04-10": "Good Friday", "2020-05-01": "International Labor Day", "2020-05-07": "Vesak Day", "2020-05-21": "Ascension Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr Second Day", "2020-06-01": "Pancasila Day", "2020-07-31": "Eid al-Adha", "2020-08-17": "Independence Day", "2020-08-20": "Islamic New Year", "2020-08-21": "Islamic New Year Joint Holiday", "2020-10-28": "Prophet's Birthday Joint Holiday", "2020-10-29": "Prophet's Birthday", "2020-10-30": "Prophet's Birthday Joint Holiday", "2020-12-09": "Local Election Day", "2020-12-24": "Christmas Joint Holiday", "2020-12-25": "Christmas Day", "2020-12-31": "Eid al-Fitr Joint Holiday (observed)", "2021-01-01": "New Year's Day", "2021-02-12": "Lunar New Year", "2021-03-11": "Isra' and Mi'raj", "2021-03-14": "Day of Silence", "2021-04-02": "Good Friday", "2021-05-01": "International Labor Day", "2021-05-12": "Eid al-Fitr Joint Holiday", "2021-05-13": "Ascension Day; Eid al-Fitr", "2021-05-14": "Eid al-Fitr Second Day", "2021-05-26": "Vesak Day", "2021-06-01": "Pancasila Day", "2021-07-20": "Eid al-Adha", "2021-08-11": "Islamic New Year", "2021-08-17": "Independence Day", "2021-10-20": "Prophet's Birthday", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-01": "Lunar New Year", "2022-02-28": "Isra' and Mi'raj", "2022-03-03": "Day of Silence", "2022-04-15": "Good Friday", "2022-04-29": "Eid al-Fitr Joint Holiday", "2022-05-01": "International Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr Second Day", "2022-05-04": "Eid al-Fitr Joint Holiday", "2022-05-05": "Eid al-Fitr Joint Holiday", "2022-05-06": "Eid al-Fitr Joint Holiday", "2022-05-16": "Vesak Day", "2022-05-26": "Ascension Day", "2022-06-01": "Pancasila Day", "2022-07-10": "Eid al-Adha", "2022-07-30": "Islamic New Year", "2022-08-17": "Independence Day", "2022-10-08": "Prophet's Birthday", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-01-22": "Lunar New Year", "2023-01-23": "Lunar New Year Joint Holiday", "2023-02-18": "Isra' and Mi'raj", "2023-03-22": "Day of Silence", "2023-03-23": "Day of Silence Joint Holiday", "2023-04-07": "Good Friday", "2023-04-19": "Eid al-Fitr Joint Holiday", "2023-04-20": "Eid al-Fitr Joint Holiday", "2023-04-21": "Eid al-Fitr Joint Holiday", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr Second Day", "2023-04-24": "Eid al-Fitr Joint Holiday", "2023-04-25": "Eid al-Fitr Joint Holiday", "2023-05-01": "International Labor Day", "2023-05-18": "Ascension Day", "2023-06-01": "Pancasila Day", "2023-06-02": "Vesak Joint Holiday", "2023-06-04": "Vesak Day", "2023-06-28": "Eid al-Adha Joint Holiday", "2023-06-29": "Eid al-Adha", "2023-06-30": "Eid al-Adha Joint Holiday", "2023-07-19": "Islamic New Year", "2023-08-17": "Independence Day", "2023-09-28": "Prophet's Birthday", "2023-12-25": "Christmas Day", "2023-12-26": "Christmas Joint Holiday", "2024-01-01": "New Year's Day", "2024-02-08": "Isra' and Mi'raj", "2024-02-09": "Lunar New Year Joint Holiday", "2024-02-10": "Lunar New Year", "2024-02-14": "General Election Day", "2024-03-11": "Day of Silence", "2024-03-12": "Day of Silence Joint Holiday", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-08": "Eid al-Fitr Joint Holiday", "2024-04-09": "Eid al-Fitr Joint Holiday", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr Second Day", "2024-04-12": "Eid al-Fitr Joint Holiday", "2024-04-15": "Eid al-Fitr Joint Holiday", "2024-05-01": "International Labor Day", "2024-05-09": "Ascension Day", "2024-05-10": "Ascension Joint Holiday", "2024-05-23": "Vesak Day", "2024-05-24": "Vesak Joint Holiday", "2024-06-01": "Pancasila Day", "2024-06-17": "Eid al-Adha", "2024-06-18": "Eid al-Adha Joint Holiday", "2024-07-07": "Islamic New Year", "2024-08-17": "Independence Day", "2024-09-16": "Prophet's Birthday", "2024-11-27": "Local Election Day", "2024-12-25": "Christmas Day", "2024-12-26": "Christmas Joint Holiday", "2025-01-01": "New Year's Day", "2025-01-27": "Isra' and Mi'raj", "2025-01-28": "Lunar New Year Joint Holiday", "2025-01-29": "Lunar New Year", "2025-03-28": "Day of Silence Joint Holiday", "2025-03-29": "Day of Silence", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr Second Day", "2025-04-02": "Eid al-Fitr Joint Holiday", "2025-04-03": "Eid al-Fitr Joint Holiday", "2025-04-04": "Eid al-Fitr Joint Holiday", "2025-04-07": "Eid al-Fitr Joint Holiday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "International Labor Day", "2025-05-12": "Vesak Day", "2025-05-13": "Vesak Joint Holiday", "2025-05-29": "Ascension Day", "2025-05-30": "Ascension Joint Holiday", "2025-06-01": "Pancasila Day", "2025-06-06": "Eid al-Adha", "2025-06-09": "Eid al-Adha Joint Holiday", "2025-06-27": "Islamic New Year", "2025-08-17": "Independence Day", "2025-09-05": "Prophet's Birthday", "2025-12-25": "Christmas Day", "2025-12-26": "Christmas Joint Holiday", "2026-01-01": "New Year's Day", "2026-01-16": "Isra' and Mi'raj (estimated)", "2026-02-17": "Lunar New Year (estimated)", "2026-03-19": "Day of Silence", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr Second Day (estimated)", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "International Labor Day", "2026-05-14": "Ascension Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-31": "Vesak Day (estimated)", "2026-06-01": "Pancasila Day", "2026-06-16": "Islamic New Year (estimated)", "2026-08-17": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-05": "Isra' and Mi'raj (estimated)", "2027-02-06": "Lunar New Year (estimated)", "2027-03-08": "Day of Silence", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr Second Day (estimated)", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-05-01": "International Labor Day", "2027-05-06": "Ascension Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-01": "Pancasila Day", "2027-06-06": "Islamic New Year (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-17": "Independence Day", "2027-12-25": "Christmas Day; Isra' and Mi'raj (estimated)", "2028-01-01": "New Year's Day", "2028-01-26": "Lunar New Year (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr Second Day (estimated)", "2028-03-26": "Day of Silence", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "International Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Ascension Day; Islamic New Year (estimated)", "2028-06-01": "Pancasila Day", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-17": "Independence Day", "2028-12-14": "Isra' and Mi'raj (estimated)", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-13": "Lunar New Year (estimated)", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr Second Day (estimated)", "2029-03-15": "Day of Silence", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "International Labor Day", "2029-05-10": "Ascension Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-06-01": "Pancasila Day", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-17": "Independence Day", "2029-12-03": "Isra' and Mi'raj (estimated)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-03": "Lunar New Year (estimated)", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr Second Day (estimated)", "2030-03-05": "Day of Silence", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "International Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-05-30": "Ascension Day", "2030-06-01": "Pancasila Day", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-17": "Independence Day", "2030-11-23": "Isra' and Mi'raj (estimated)", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-23": "Lunar New Year (estimated)", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr Second Day (estimated)", "2031-03-24": "Day of Silence", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "International Labor Day", "2031-05-22": "Ascension Day", "2031-06-01": "Pancasila Day", "2031-06-04": "Vesak Day (estimated)", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-17": "Independence Day", "2031-11-12": "Isra' and Mi'raj (estimated)", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr Second Day (estimated)", "2032-02-11": "Lunar New Year (estimated)", "2032-03-12": "Day of Silence", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "International Labor Day", "2032-05-06": "Ascension Day", "2032-05-23": "Vesak Day (estimated)", "2032-06-01": "Pancasila Day", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-17": "Independence Day", "2032-11-01": "Isra' and Mi'raj (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr Second Day (estimated)", "2033-01-31": "Lunar New Year (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-31": "Day of Silence", "2033-04-01": "Islamic New Year (estimated)", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "International Labor Day", "2033-05-13": "Vesak Day (estimated)", "2033-05-26": "Ascension Day", "2033-06-01": "Pancasila Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-17": "Independence Day", "2033-10-21": "Isra' and Mi'raj (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr Second Day (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-19": "Lunar New Year (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-20": "Day of Silence", "2034-03-21": "Islamic New Year (estimated)", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "International Labor Day", "2034-05-18": "Ascension Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-06-01": "Pancasila Day; Vesak Day (estimated)", "2034-08-17": "Independence Day", "2034-10-10": "Isra' and Mi'raj (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr Second Day (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-08": "Lunar New Year (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-10": "Day of Silence", "2035-03-11": "Islamic New Year (estimated)", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-05-01": "International Labor Day", "2035-05-03": "Ascension Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-01": "Pancasila Day", "2035-08-17": "Independence Day", "2035-09-29": "Isra' and Mi'raj (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr Second Day (estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-28": "Lunar New Year (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-03-28": "Day of Silence", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "International Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-05-22": "Ascension Day", "2036-06-01": "Pancasila Day", "2036-08-17": "Independence Day", "2036-09-18": "Isra' and Mi'raj (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr Second Day (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Lunar New Year (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-03-17": "Day of Silence", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "International Labor Day", "2037-05-14": "Ascension Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Pancasila Day", "2037-08-17": "Independence Day", "2037-09-07": "Isra' and Mi'raj (estimated)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr Second Day (estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Lunar New Year (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-06": "Day of Silence", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "International Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-01": "Pancasila Day", "2038-06-03": "Ascension Day", "2038-08-17": "Independence Day", "2038-08-28": "Isra' and Mi'raj (estimated)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr Second Day (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "Lunar New Year (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-03-25": "Day of Silence", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "International Labor Day", "2039-05-07": "Vesak Day (estimated)", "2039-05-19": "Ascension Day", "2039-06-01": "Pancasila Day", "2039-08-17": "Independence Day; Isra' and Mi'raj (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr Second Day (estimated)", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Lunar New Year (estimated)", "2040-03-14": "Day of Silence", "2040-03-25": "Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "International Labor Day", "2040-05-10": "Ascension Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-01": "Pancasila Day", "2040-08-05": "Isra' and Mi'raj (estimated)", "2040-08-17": "Independence Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr Second Day (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Lunar New Year (estimated)", "2041-03-03": "Day of Silence", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "International Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-05-30": "Ascension Day", "2041-06-01": "Pancasila Day", "2041-07-25": "Isra' and Mi'raj (estimated)", "2041-08-17": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr Second Day (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Lunar New Year (estimated)", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-22": "Day of Silence", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "International Labor Day", "2042-05-15": "Ascension Day", "2042-06-01": "Pancasila Day", "2042-06-02": "Vesak Day (estimated)", "2042-07-15": "Isra' and Mi'raj (estimated)", "2042-08-17": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr Second Day (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Lunar New Year (estimated)", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-11": "Day of Silence", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "International Labor Day", "2043-05-07": "Ascension Day", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Pancasila Day", "2043-07-04": "Isra' and Mi'raj (estimated)", "2043-08-17": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr Second Day (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Lunar New Year (estimated)", "2044-02-11": "Prophet's Birthday (estimated)", "2044-03-29": "Day of Silence", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "International Labor Day", "2044-05-12": "Vesak Day (estimated)", "2044-05-26": "Ascension Day", "2044-06-01": "Pancasila Day", "2044-06-23": "Isra' and Mi'raj (estimated)", "2044-08-17": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr Second Day (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-02-17": "Lunar New Year (estimated)", "2045-03-19": "Day of Silence", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "International Labor Day", "2045-05-18": "Ascension Day", "2045-05-31": "Vesak Day (estimated)", "2045-06-01": "Pancasila Day", "2045-06-13": "Isra' and Mi'raj (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr Second Day (estimated)", "2045-08-17": "Independence Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-02-06": "Lunar New Year (estimated)", "2046-03-08": "Day of Silence", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "International Labor Day", "2046-05-03": "Ascension Day", "2046-05-20": "Vesak Day (estimated)", "2046-06-01": "Pancasila Day", "2046-06-02": "Isra' and Mi'raj (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr Second Day (estimated)", "2046-08-17": "Independence Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Lunar New Year (estimated)", "2047-03-27": "Day of Silence", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "International Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-05-22": "Isra' and Mi'raj (estimated)", "2047-05-23": "Ascension Day", "2047-06-01": "Pancasila Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr Second Day (estimated)", "2047-08-17": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-02-14": "Lunar New Year (estimated)", "2048-03-15": "Day of Silence", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "International Labor Day", "2048-05-10": "Isra' and Mi'raj (estimated)", "2048-05-14": "Ascension Day", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Pancasila Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr Second Day (estimated)", "2048-08-17": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-02": "Lunar New Year (estimated)", "2049-03-05": "Day of Silence", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-29": "Isra' and Mi'raj (estimated)", "2049-05-01": "International Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-27": "Ascension Day", "2049-06-01": "Pancasila Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr Second Day (estimated)", "2049-08-17": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-23": "Lunar New Year (estimated)", "2050-03-24": "Day of Silence", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-19": "Isra' and Mi'raj (estimated)", "2050-05-01": "International Labor Day", "2050-05-19": "Ascension Day", "2050-06-01": "Pancasila Day", "2050-06-04": "Vesak Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr Second Day (estimated)", "2050-08-17": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/IE_COMMON.json000066400000000000000000000764751500152103600215660ustar00rootroot00000000000000{ "1950-03-17": "Saint Patrick's Day", "1950-04-10": "Easter Monday", "1950-05-29": "Whit Monday", "1950-08-07": "August Bank Holiday", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-03-17": "Saint Patrick's Day", "1951-03-26": "Easter Monday", "1951-05-14": "Whit Monday", "1951-08-06": "August Bank Holiday", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-03-17": "Saint Patrick's Day", "1952-04-14": "Easter Monday", "1952-06-02": "Whit Monday", "1952-08-04": "August Bank Holiday", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-03-17": "Saint Patrick's Day", "1953-04-06": "Easter Monday", "1953-05-25": "Whit Monday", "1953-08-03": "August Bank Holiday", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-03-17": "Saint Patrick's Day", "1954-04-19": "Easter Monday", "1954-06-07": "Whit Monday", "1954-08-02": "August Bank Holiday", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-03-17": "Saint Patrick's Day", "1955-04-11": "Easter Monday", "1955-05-30": "Whit Monday", "1955-08-01": "August Bank Holiday", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-03-17": "Saint Patrick's Day", "1956-04-02": "Easter Monday", "1956-05-21": "Whit Monday", "1956-08-06": "August Bank Holiday", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-03-17": "Saint Patrick's Day", "1957-04-22": "Easter Monday", "1957-06-10": "Whit Monday", "1957-08-05": "August Bank Holiday", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-03-17": "Saint Patrick's Day", "1958-04-07": "Easter Monday", "1958-05-26": "Whit Monday", "1958-08-04": "August Bank Holiday", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-03-17": "Saint Patrick's Day", "1959-03-30": "Easter Monday", "1959-05-18": "Whit Monday", "1959-08-03": "August Bank Holiday", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-03-17": "Saint Patrick's Day", "1960-04-18": "Easter Monday", "1960-06-06": "Whit Monday", "1960-08-01": "August Bank Holiday", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-03-17": "Saint Patrick's Day", "1961-04-03": "Easter Monday", "1961-05-22": "Whit Monday", "1961-08-07": "August Bank Holiday", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-03-17": "Saint Patrick's Day", "1962-04-23": "Easter Monday", "1962-06-11": "Whit Monday", "1962-08-06": "August Bank Holiday", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-03-17": "Saint Patrick's Day", "1963-04-15": "Easter Monday", "1963-06-03": "Whit Monday", "1963-08-05": "August Bank Holiday", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-03-17": "Saint Patrick's Day", "1964-03-30": "Easter Monday", "1964-05-18": "Whit Monday", "1964-08-03": "August Bank Holiday", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-03-17": "Saint Patrick's Day", "1965-04-19": "Easter Monday", "1965-06-07": "Whit Monday", "1965-08-02": "August Bank Holiday", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-03-17": "Saint Patrick's Day", "1966-04-11": "Easter Monday", "1966-05-30": "Whit Monday", "1966-08-01": "August Bank Holiday", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-03-17": "Saint Patrick's Day", "1967-03-27": "Easter Monday", "1967-05-15": "Whit Monday", "1967-08-07": "August Bank Holiday", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-03-17": "Saint Patrick's Day", "1968-04-15": "Easter Monday", "1968-06-03": "Whit Monday", "1968-08-05": "August Bank Holiday", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-03-17": "Saint Patrick's Day", "1969-04-07": "Easter Monday", "1969-05-26": "Whit Monday", "1969-08-04": "August Bank Holiday", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-03-17": "Saint Patrick's Day", "1970-03-30": "Easter Monday", "1970-05-18": "Whit Monday", "1970-08-03": "August Bank Holiday", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-03-17": "Saint Patrick's Day", "1971-04-12": "Easter Monday", "1971-05-31": "Whit Monday", "1971-08-02": "August Bank Holiday", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-03-17": "Saint Patrick's Day", "1972-04-03": "Easter Monday", "1972-05-22": "Whit Monday", "1972-08-07": "August Bank Holiday", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-03-17": "Saint Patrick's Day", "1973-04-23": "Easter Monday", "1973-06-04": "June Bank Holiday", "1973-08-06": "August Bank Holiday", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-03-17": "Saint Patrick's Day", "1974-04-15": "Easter Monday", "1974-06-03": "June Bank Holiday", "1974-08-05": "August Bank Holiday", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-03-17": "Saint Patrick's Day", "1975-03-31": "Easter Monday", "1975-06-02": "June Bank Holiday", "1975-08-04": "August Bank Holiday", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-03-17": "Saint Patrick's Day", "1976-04-19": "Easter Monday", "1976-06-07": "June Bank Holiday", "1976-08-02": "August Bank Holiday", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-03-17": "Saint Patrick's Day", "1977-04-11": "Easter Monday", "1977-06-06": "June Bank Holiday", "1977-08-01": "August Bank Holiday", "1977-10-31": "October Bank Holiday", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-03-17": "Saint Patrick's Day", "1978-03-27": "Easter Monday", "1978-06-05": "June Bank Holiday", "1978-08-07": "August Bank Holiday", "1978-10-30": "October Bank Holiday", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-03-17": "Saint Patrick's Day", "1979-04-16": "Easter Monday", "1979-06-04": "June Bank Holiday", "1979-08-06": "August Bank Holiday", "1979-10-29": "October Bank Holiday", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-03-17": "Saint Patrick's Day", "1980-04-07": "Easter Monday", "1980-06-02": "June Bank Holiday", "1980-08-04": "August Bank Holiday", "1980-10-27": "October Bank Holiday", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-03-17": "Saint Patrick's Day", "1981-04-20": "Easter Monday", "1981-06-01": "June Bank Holiday", "1981-08-03": "August Bank Holiday", "1981-10-26": "October Bank Holiday", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-03-17": "Saint Patrick's Day", "1982-04-12": "Easter Monday", "1982-06-07": "June Bank Holiday", "1982-08-02": "August Bank Holiday", "1982-10-25": "October Bank Holiday", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-03-17": "Saint Patrick's Day", "1983-04-04": "Easter Monday", "1983-06-06": "June Bank Holiday", "1983-08-01": "August Bank Holiday", "1983-10-31": "October Bank Holiday", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-03-17": "Saint Patrick's Day", "1984-04-23": "Easter Monday", "1984-06-04": "June Bank Holiday", "1984-08-06": "August Bank Holiday", "1984-10-29": "October Bank Holiday", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-03-17": "Saint Patrick's Day", "1985-04-08": "Easter Monday", "1985-06-03": "June Bank Holiday", "1985-08-05": "August Bank Holiday", "1985-10-28": "October Bank Holiday", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-03-17": "Saint Patrick's Day", "1986-03-31": "Easter Monday", "1986-06-02": "June Bank Holiday", "1986-08-04": "August Bank Holiday", "1986-10-27": "October Bank Holiday", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-03-17": "Saint Patrick's Day", "1987-04-20": "Easter Monday", "1987-06-01": "June Bank Holiday", "1987-08-03": "August Bank Holiday", "1987-10-26": "October Bank Holiday", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-03-17": "Saint Patrick's Day", "1988-04-04": "Easter Monday", "1988-06-06": "June Bank Holiday", "1988-08-01": "August Bank Holiday", "1988-10-31": "October Bank Holiday", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-03-17": "Saint Patrick's Day", "1989-03-27": "Easter Monday", "1989-06-05": "June Bank Holiday", "1989-08-07": "August Bank Holiday", "1989-10-30": "October Bank Holiday", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-03-17": "Saint Patrick's Day", "1990-04-16": "Easter Monday", "1990-06-04": "June Bank Holiday", "1990-08-06": "August Bank Holiday", "1990-10-29": "October Bank Holiday", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-03-17": "Saint Patrick's Day", "1991-04-01": "Easter Monday", "1991-06-03": "June Bank Holiday", "1991-08-05": "August Bank Holiday", "1991-10-28": "October Bank Holiday", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-03-17": "Saint Patrick's Day", "1992-04-20": "Easter Monday", "1992-06-01": "June Bank Holiday", "1992-08-03": "August Bank Holiday", "1992-10-26": "October Bank Holiday", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-03-17": "Saint Patrick's Day", "1993-04-12": "Easter Monday", "1993-06-07": "June Bank Holiday", "1993-08-02": "August Bank Holiday", "1993-10-25": "October Bank Holiday", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-03-17": "Saint Patrick's Day", "1994-04-04": "Easter Monday", "1994-05-02": "May Day", "1994-06-06": "June Bank Holiday", "1994-08-01": "August Bank Holiday", "1994-10-31": "October Bank Holiday", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-03-17": "Saint Patrick's Day", "1995-04-17": "Easter Monday", "1995-05-08": "May Day", "1995-06-05": "June Bank Holiday", "1995-08-07": "August Bank Holiday", "1995-10-30": "October Bank Holiday", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-03-17": "Saint Patrick's Day", "1996-04-08": "Easter Monday", "1996-05-06": "May Day", "1996-06-03": "June Bank Holiday", "1996-08-05": "August Bank Holiday", "1996-10-28": "October Bank Holiday", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-03-17": "Saint Patrick's Day", "1997-03-31": "Easter Monday", "1997-05-05": "May Day", "1997-06-02": "June Bank Holiday", "1997-08-04": "August Bank Holiday", "1997-10-27": "October Bank Holiday", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-03-17": "Saint Patrick's Day", "1998-04-13": "Easter Monday", "1998-05-04": "May Day", "1998-06-01": "June Bank Holiday", "1998-08-03": "August Bank Holiday", "1998-10-26": "October Bank Holiday", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-03-17": "Saint Patrick's Day", "1999-04-05": "Easter Monday", "1999-05-03": "May Day", "1999-06-07": "June Bank Holiday", "1999-08-02": "August Bank Holiday", "1999-10-25": "October Bank Holiday", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "Millennium Celebrations", "2000-01-01": "New Year's Day", "2000-03-17": "Saint Patrick's Day", "2000-04-24": "Easter Monday", "2000-05-01": "May Day", "2000-06-05": "June Bank Holiday", "2000-08-07": "August Bank Holiday", "2000-10-30": "October Bank Holiday", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-03-17": "Saint Patrick's Day", "2001-04-16": "Easter Monday", "2001-05-07": "May Day", "2001-06-04": "June Bank Holiday", "2001-08-06": "August Bank Holiday", "2001-10-29": "October Bank Holiday", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-03-17": "Saint Patrick's Day", "2002-04-01": "Easter Monday", "2002-05-06": "May Day", "2002-06-03": "June Bank Holiday", "2002-08-05": "August Bank Holiday", "2002-10-28": "October Bank Holiday", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-03-17": "Saint Patrick's Day", "2003-04-21": "Easter Monday", "2003-05-05": "May Day", "2003-06-02": "June Bank Holiday", "2003-08-04": "August Bank Holiday", "2003-10-27": "October Bank Holiday", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-03-17": "Saint Patrick's Day", "2004-04-12": "Easter Monday", "2004-05-03": "May Day", "2004-06-07": "June Bank Holiday", "2004-08-02": "August Bank Holiday", "2004-10-25": "October Bank Holiday", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-03-17": "Saint Patrick's Day", "2005-03-28": "Easter Monday", "2005-05-02": "May Day", "2005-06-06": "June Bank Holiday", "2005-08-01": "August Bank Holiday", "2005-10-31": "October Bank Holiday", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-03-17": "Saint Patrick's Day", "2006-04-17": "Easter Monday", "2006-05-01": "May Day", "2006-06-05": "June Bank Holiday", "2006-08-07": "August Bank Holiday", "2006-10-30": "October Bank Holiday", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-03-17": "Saint Patrick's Day", "2007-04-09": "Easter Monday", "2007-05-07": "May Day", "2007-06-04": "June Bank Holiday", "2007-08-06": "August Bank Holiday", "2007-10-29": "October Bank Holiday", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-03-17": "Saint Patrick's Day", "2008-03-24": "Easter Monday", "2008-05-05": "May Day", "2008-06-02": "June Bank Holiday", "2008-08-04": "August Bank Holiday", "2008-10-27": "October Bank Holiday", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-03-17": "Saint Patrick's Day", "2009-04-13": "Easter Monday", "2009-05-04": "May Day", "2009-06-01": "June Bank Holiday", "2009-08-03": "August Bank Holiday", "2009-10-26": "October Bank Holiday", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-03-17": "Saint Patrick's Day", "2010-04-05": "Easter Monday", "2010-05-03": "May Day", "2010-06-07": "June Bank Holiday", "2010-08-02": "August Bank Holiday", "2010-10-25": "October Bank Holiday", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-03-17": "Saint Patrick's Day", "2011-04-25": "Easter Monday", "2011-05-02": "May Day", "2011-06-06": "June Bank Holiday", "2011-08-01": "August Bank Holiday", "2011-09-14": "National Day of Mourning", "2011-10-31": "October Bank Holiday", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-03-17": "Saint Patrick's Day", "2012-04-09": "Easter Monday", "2012-05-07": "May Day", "2012-06-04": "June Bank Holiday", "2012-08-06": "August Bank Holiday", "2012-10-29": "October Bank Holiday", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-03-17": "Saint Patrick's Day", "2013-04-01": "Easter Monday", "2013-05-06": "May Day", "2013-06-03": "June Bank Holiday", "2013-08-05": "August Bank Holiday", "2013-10-28": "October Bank Holiday", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-03-17": "Saint Patrick's Day", "2014-04-21": "Easter Monday", "2014-05-05": "May Day", "2014-06-02": "June Bank Holiday", "2014-08-04": "August Bank Holiday", "2014-10-27": "October Bank Holiday", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-03-17": "Saint Patrick's Day", "2015-04-06": "Easter Monday", "2015-05-04": "May Day", "2015-06-01": "June Bank Holiday", "2015-08-03": "August Bank Holiday", "2015-10-26": "October Bank Holiday", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-03-17": "Saint Patrick's Day", "2016-03-28": "Easter Monday", "2016-05-02": "May Day", "2016-06-06": "June Bank Holiday", "2016-08-01": "August Bank Holiday", "2016-10-31": "October Bank Holiday", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-03-17": "Saint Patrick's Day", "2017-04-17": "Easter Monday", "2017-05-01": "May Day", "2017-06-05": "June Bank Holiday", "2017-08-07": "August Bank Holiday", "2017-10-30": "October Bank Holiday", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-03-17": "Saint Patrick's Day", "2018-04-02": "Easter Monday", "2018-05-07": "May Day", "2018-06-04": "June Bank Holiday", "2018-08-06": "August Bank Holiday", "2018-10-29": "October Bank Holiday", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-03-17": "Saint Patrick's Day", "2019-04-22": "Easter Monday", "2019-05-06": "May Day", "2019-06-03": "June Bank Holiday", "2019-08-05": "August Bank Holiday", "2019-10-28": "October Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-03-17": "Saint Patrick's Day", "2020-04-13": "Easter Monday", "2020-05-04": "May Day", "2020-06-01": "June Bank Holiday", "2020-08-03": "August Bank Holiday", "2020-10-26": "October Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-03-17": "Saint Patrick's Day", "2021-04-05": "Easter Monday", "2021-05-03": "May Day", "2021-06-07": "June Bank Holiday", "2021-08-02": "August Bank Holiday", "2021-10-25": "October Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-03-17": "Saint Patrick's Day", "2022-03-18": "Day of Remembrance and Recognition", "2022-04-18": "Easter Monday", "2022-05-02": "May Day", "2022-06-06": "June Bank Holiday", "2022-08-01": "August Bank Holiday", "2022-10-31": "October Bank Holiday", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-02-06": "Saint Brigid's Day", "2023-03-17": "Saint Patrick's Day", "2023-04-10": "Easter Monday", "2023-05-01": "May Day", "2023-06-05": "June Bank Holiday", "2023-08-07": "August Bank Holiday", "2023-10-30": "October Bank Holiday", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-02-05": "Saint Brigid's Day", "2024-03-17": "Saint Patrick's Day", "2024-04-01": "Easter Monday", "2024-05-06": "May Day", "2024-06-03": "June Bank Holiday", "2024-08-05": "August Bank Holiday", "2024-10-28": "October Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-02-03": "Saint Brigid's Day", "2025-03-17": "Saint Patrick's Day", "2025-04-21": "Easter Monday", "2025-05-05": "May Day", "2025-06-02": "June Bank Holiday", "2025-08-04": "August Bank Holiday", "2025-10-27": "October Bank Holiday", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-02-02": "Saint Brigid's Day", "2026-03-17": "Saint Patrick's Day", "2026-04-06": "Easter Monday", "2026-05-04": "May Day", "2026-06-01": "June Bank Holiday", "2026-08-03": "August Bank Holiday", "2026-10-26": "October Bank Holiday", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-02-01": "Saint Brigid's Day", "2027-03-17": "Saint Patrick's Day", "2027-03-29": "Easter Monday", "2027-05-03": "May Day", "2027-06-07": "June Bank Holiday", "2027-08-02": "August Bank Holiday", "2027-10-25": "October Bank Holiday", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-02-07": "Saint Brigid's Day", "2028-03-17": "Saint Patrick's Day", "2028-04-17": "Easter Monday", "2028-05-01": "May Day", "2028-06-05": "June Bank Holiday", "2028-08-07": "August Bank Holiday", "2028-10-30": "October Bank Holiday", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-02-05": "Saint Brigid's Day", "2029-03-17": "Saint Patrick's Day", "2029-04-02": "Easter Monday", "2029-05-07": "May Day", "2029-06-04": "June Bank Holiday", "2029-08-06": "August Bank Holiday", "2029-10-29": "October Bank Holiday", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-02-01": "Saint Brigid's Day", "2030-03-17": "Saint Patrick's Day", "2030-04-22": "Easter Monday", "2030-05-06": "May Day", "2030-06-03": "June Bank Holiday", "2030-08-05": "August Bank Holiday", "2030-10-28": "October Bank Holiday", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-02-03": "Saint Brigid's Day", "2031-03-17": "Saint Patrick's Day", "2031-04-14": "Easter Monday", "2031-05-05": "May Day", "2031-06-02": "June Bank Holiday", "2031-08-04": "August Bank Holiday", "2031-10-27": "October Bank Holiday", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-02-02": "Saint Brigid's Day", "2032-03-17": "Saint Patrick's Day", "2032-03-29": "Easter Monday", "2032-05-03": "May Day", "2032-06-07": "June Bank Holiday", "2032-08-02": "August Bank Holiday", "2032-10-25": "October Bank Holiday", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-02-07": "Saint Brigid's Day", "2033-03-17": "Saint Patrick's Day", "2033-04-18": "Easter Monday", "2033-05-02": "May Day", "2033-06-06": "June Bank Holiday", "2033-08-01": "August Bank Holiday", "2033-10-31": "October Bank Holiday", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-02-06": "Saint Brigid's Day", "2034-03-17": "Saint Patrick's Day", "2034-04-10": "Easter Monday", "2034-05-01": "May Day", "2034-06-05": "June Bank Holiday", "2034-08-07": "August Bank Holiday", "2034-10-30": "October Bank Holiday", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-02-05": "Saint Brigid's Day", "2035-03-17": "Saint Patrick's Day", "2035-03-26": "Easter Monday", "2035-05-07": "May Day", "2035-06-04": "June Bank Holiday", "2035-08-06": "August Bank Holiday", "2035-10-29": "October Bank Holiday", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-02-01": "Saint Brigid's Day", "2036-03-17": "Saint Patrick's Day", "2036-04-14": "Easter Monday", "2036-05-05": "May Day", "2036-06-02": "June Bank Holiday", "2036-08-04": "August Bank Holiday", "2036-10-27": "October Bank Holiday", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-02-02": "Saint Brigid's Day", "2037-03-17": "Saint Patrick's Day", "2037-04-06": "Easter Monday", "2037-05-04": "May Day", "2037-06-01": "June Bank Holiday", "2037-08-03": "August Bank Holiday", "2037-10-26": "October Bank Holiday", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-02-01": "Saint Brigid's Day", "2038-03-17": "Saint Patrick's Day", "2038-04-26": "Easter Monday", "2038-05-03": "May Day", "2038-06-07": "June Bank Holiday", "2038-08-02": "August Bank Holiday", "2038-10-25": "October Bank Holiday", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-02-07": "Saint Brigid's Day", "2039-03-17": "Saint Patrick's Day", "2039-04-11": "Easter Monday", "2039-05-02": "May Day", "2039-06-06": "June Bank Holiday", "2039-08-01": "August Bank Holiday", "2039-10-31": "October Bank Holiday", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-02-06": "Saint Brigid's Day", "2040-03-17": "Saint Patrick's Day", "2040-04-02": "Easter Monday", "2040-05-07": "May Day", "2040-06-04": "June Bank Holiday", "2040-08-06": "August Bank Holiday", "2040-10-29": "October Bank Holiday", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-02-01": "Saint Brigid's Day", "2041-03-17": "Saint Patrick's Day", "2041-04-22": "Easter Monday", "2041-05-06": "May Day", "2041-06-03": "June Bank Holiday", "2041-08-05": "August Bank Holiday", "2041-10-28": "October Bank Holiday", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-02-03": "Saint Brigid's Day", "2042-03-17": "Saint Patrick's Day", "2042-04-07": "Easter Monday", "2042-05-05": "May Day", "2042-06-02": "June Bank Holiday", "2042-08-04": "August Bank Holiday", "2042-10-27": "October Bank Holiday", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-02-02": "Saint Brigid's Day", "2043-03-17": "Saint Patrick's Day", "2043-03-30": "Easter Monday", "2043-05-04": "May Day", "2043-06-01": "June Bank Holiday", "2043-08-03": "August Bank Holiday", "2043-10-26": "October Bank Holiday", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-02-01": "Saint Brigid's Day", "2044-03-17": "Saint Patrick's Day", "2044-04-18": "Easter Monday", "2044-05-02": "May Day", "2044-06-06": "June Bank Holiday", "2044-08-01": "August Bank Holiday", "2044-10-31": "October Bank Holiday", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-02-06": "Saint Brigid's Day", "2045-03-17": "Saint Patrick's Day", "2045-04-10": "Easter Monday", "2045-05-01": "May Day", "2045-06-05": "June Bank Holiday", "2045-08-07": "August Bank Holiday", "2045-10-30": "October Bank Holiday", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-02-05": "Saint Brigid's Day", "2046-03-17": "Saint Patrick's Day", "2046-03-26": "Easter Monday", "2046-05-07": "May Day", "2046-06-04": "June Bank Holiday", "2046-08-06": "August Bank Holiday", "2046-10-29": "October Bank Holiday", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-02-01": "Saint Brigid's Day", "2047-03-17": "Saint Patrick's Day", "2047-04-15": "Easter Monday", "2047-05-06": "May Day", "2047-06-03": "June Bank Holiday", "2047-08-05": "August Bank Holiday", "2047-10-28": "October Bank Holiday", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-02-03": "Saint Brigid's Day", "2048-03-17": "Saint Patrick's Day", "2048-04-06": "Easter Monday", "2048-05-04": "May Day", "2048-06-01": "June Bank Holiday", "2048-08-03": "August Bank Holiday", "2048-10-26": "October Bank Holiday", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-02-01": "Saint Brigid's Day", "2049-03-17": "Saint Patrick's Day", "2049-04-19": "Easter Monday", "2049-05-03": "May Day", "2049-06-07": "June Bank Holiday", "2049-08-02": "August Bank Holiday", "2049-10-25": "October Bank Holiday", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-02-07": "Saint Brigid's Day", "2050-03-17": "Saint Patrick's Day", "2050-04-11": "Easter Monday", "2050-05-02": "May Day", "2050-06-06": "June Bank Holiday", "2050-08-01": "August Bank Holiday", "2050-10-31": "October Bank Holiday", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/IL_COMMON.json000066400000000000000000003362561500152103600215710ustar00rootroot00000000000000{ "1950-03-02": "Ta'anit Ester", "1950-03-03": "Purim", "1950-04-02": "Pesach", "1950-04-03": "Pesach holiday", "1950-04-04": "Pesach holiday", "1950-04-05": "Pesach holiday", "1950-04-06": "Pesach holiday", "1950-04-07": "Pesach holiday", "1950-04-08": "Seventh day of Pesach", "1950-04-20": "Independence Day (observed)", "1950-05-05": "Lag BaOmer", "1950-05-22": "Shavuot", "1950-07-23": "Tisha B'Av", "1950-09-12": "Rosh Hashanah", "1950-09-13": "Rosh Hashanah", "1950-09-21": "Yom Kippur", "1950-09-26": "Sukkot", "1950-09-27": "Sukkot holiday", "1950-09-28": "Sukkot holiday", "1950-09-29": "Sukkot holiday", "1950-09-30": "Sukkot holiday", "1950-10-01": "Sukkot holiday", "1950-10-03": "Simchat Torah / Shemini Atzeret", "1950-12-04": "Hanukkah", "1950-12-05": "Hanukkah", "1950-12-06": "Hanukkah", "1950-12-07": "Hanukkah", "1950-12-08": "Hanukkah", "1950-12-09": "Hanukkah", "1950-12-10": "Hanukkah", "1950-12-11": "Hanukkah", "1951-03-21": "Ta'anit Ester", "1951-03-22": "Purim", "1951-04-21": "Pesach", "1951-04-22": "Pesach holiday", "1951-04-23": "Pesach holiday", "1951-04-24": "Pesach holiday", "1951-04-25": "Pesach holiday", "1951-04-26": "Pesach holiday", "1951-04-27": "Seventh day of Pesach", "1951-05-10": "Independence Day (observed)", "1951-05-24": "Lag BaOmer", "1951-06-10": "Shavuot", "1951-08-12": "Tisha B'Av (observed)", "1951-10-01": "Rosh Hashanah", "1951-10-02": "Rosh Hashanah", "1951-10-10": "Yom Kippur", "1951-10-15": "Sukkot", "1951-10-16": "Sukkot holiday", "1951-10-17": "Sukkot holiday", "1951-10-18": "Sukkot holiday", "1951-10-19": "Sukkot holiday", "1951-10-20": "Sukkot holiday", "1951-10-22": "Simchat Torah / Shemini Atzeret", "1951-12-24": "Hanukkah", "1951-12-25": "Hanukkah", "1951-12-26": "Hanukkah", "1951-12-27": "Hanukkah", "1951-12-28": "Hanukkah", "1951-12-29": "Hanukkah", "1951-12-30": "Hanukkah", "1951-12-31": "Hanukkah", "1952-03-10": "Ta'anit Ester", "1952-03-11": "Purim", "1952-04-10": "Pesach", "1952-04-11": "Pesach holiday", "1952-04-12": "Pesach holiday", "1952-04-13": "Pesach holiday", "1952-04-14": "Pesach holiday", "1952-04-15": "Pesach holiday", "1952-04-16": "Seventh day of Pesach", "1952-04-30": "Independence Day", "1952-05-13": "Lag BaOmer", "1952-05-30": "Shavuot", "1952-07-31": "Tisha B'Av", "1952-09-20": "Rosh Hashanah", "1952-09-21": "Rosh Hashanah", "1952-09-29": "Yom Kippur", "1952-10-04": "Sukkot", "1952-10-05": "Sukkot holiday", "1952-10-06": "Sukkot holiday", "1952-10-07": "Sukkot holiday", "1952-10-08": "Sukkot holiday", "1952-10-09": "Sukkot holiday", "1952-10-11": "Simchat Torah / Shemini Atzeret", "1952-12-13": "Hanukkah", "1952-12-14": "Hanukkah", "1952-12-15": "Hanukkah", "1952-12-16": "Hanukkah", "1952-12-17": "Hanukkah", "1952-12-18": "Hanukkah", "1952-12-19": "Hanukkah", "1952-12-20": "Hanukkah", "1953-02-26": "Ta'anit Ester (observed)", "1953-03-01": "Purim", "1953-03-31": "Pesach", "1953-04-01": "Pesach holiday", "1953-04-02": "Pesach holiday", "1953-04-03": "Pesach holiday", "1953-04-04": "Pesach holiday", "1953-04-05": "Pesach holiday", "1953-04-06": "Seventh day of Pesach", "1953-04-20": "Independence Day", "1953-05-03": "Lag BaOmer", "1953-05-20": "Shavuot", "1953-07-21": "Tisha B'Av", "1953-09-10": "Rosh Hashanah", "1953-09-11": "Rosh Hashanah", "1953-09-19": "Yom Kippur", "1953-09-24": "Sukkot", "1953-09-25": "Sukkot holiday", "1953-09-26": "Sukkot holiday", "1953-09-27": "Sukkot holiday", "1953-09-28": "Sukkot holiday", "1953-09-29": "Sukkot holiday", "1953-10-01": "Simchat Torah / Shemini Atzeret", "1953-12-02": "Hanukkah", "1953-12-03": "Hanukkah", "1953-12-04": "Hanukkah", "1953-12-05": "Hanukkah", "1953-12-06": "Hanukkah", "1953-12-07": "Hanukkah", "1953-12-08": "Hanukkah", "1953-12-09": "Hanukkah", "1954-03-18": "Ta'anit Ester", "1954-03-19": "Purim", "1954-04-18": "Pesach", "1954-04-19": "Pesach holiday", "1954-04-20": "Pesach holiday", "1954-04-21": "Pesach holiday", "1954-04-22": "Pesach holiday", "1954-04-23": "Pesach holiday", "1954-04-24": "Seventh day of Pesach", "1954-05-06": "Independence Day (observed)", "1954-05-21": "Lag BaOmer", "1954-06-07": "Shavuot", "1954-08-08": "Tisha B'Av", "1954-09-28": "Rosh Hashanah", "1954-09-29": "Rosh Hashanah", "1954-10-07": "Yom Kippur", "1954-10-12": "Sukkot", "1954-10-13": "Sukkot holiday", "1954-10-14": "Sukkot holiday", "1954-10-15": "Sukkot holiday", "1954-10-16": "Sukkot holiday", "1954-10-17": "Sukkot holiday", "1954-10-19": "Simchat Torah / Shemini Atzeret", "1954-12-20": "Hanukkah", "1954-12-21": "Hanukkah", "1954-12-22": "Hanukkah", "1954-12-23": "Hanukkah", "1954-12-24": "Hanukkah", "1954-12-25": "Hanukkah", "1954-12-26": "Hanukkah", "1954-12-27": "Hanukkah", "1955-03-07": "Ta'anit Ester", "1955-03-08": "Purim", "1955-04-07": "Pesach", "1955-04-08": "Pesach holiday", "1955-04-09": "Pesach holiday", "1955-04-10": "Pesach holiday", "1955-04-11": "Pesach holiday", "1955-04-12": "Pesach holiday", "1955-04-13": "Seventh day of Pesach", "1955-04-27": "Independence Day", "1955-05-10": "Lag BaOmer", "1955-05-27": "Shavuot", "1955-07-28": "Tisha B'Av", "1955-09-17": "Rosh Hashanah", "1955-09-18": "Rosh Hashanah", "1955-09-26": "Yom Kippur", "1955-10-01": "Sukkot", "1955-10-02": "Sukkot holiday", "1955-10-03": "Sukkot holiday", "1955-10-04": "Sukkot holiday", "1955-10-05": "Sukkot holiday", "1955-10-06": "Sukkot holiday", "1955-10-08": "Simchat Torah / Shemini Atzeret", "1955-12-10": "Hanukkah", "1955-12-11": "Hanukkah", "1955-12-12": "Hanukkah", "1955-12-13": "Hanukkah", "1955-12-14": "Hanukkah", "1955-12-15": "Hanukkah", "1955-12-16": "Hanukkah", "1955-12-17": "Hanukkah", "1956-02-23": "Ta'anit Ester (observed)", "1956-02-26": "Purim", "1956-03-27": "Pesach", "1956-03-28": "Pesach holiday", "1956-03-29": "Pesach holiday", "1956-03-30": "Pesach holiday", "1956-03-31": "Pesach holiday", "1956-04-01": "Pesach holiday", "1956-04-02": "Seventh day of Pesach", "1956-04-16": "Independence Day", "1956-04-29": "Lag BaOmer", "1956-05-16": "Shavuot", "1956-07-17": "Tisha B'Av", "1956-09-06": "Rosh Hashanah", "1956-09-07": "Rosh Hashanah", "1956-09-15": "Yom Kippur", "1956-09-20": "Sukkot", "1956-09-21": "Sukkot holiday", "1956-09-22": "Sukkot holiday", "1956-09-23": "Sukkot holiday", "1956-09-24": "Sukkot holiday", "1956-09-25": "Sukkot holiday", "1956-09-27": "Simchat Torah / Shemini Atzeret", "1956-11-29": "Hanukkah", "1956-11-30": "Hanukkah", "1956-12-01": "Hanukkah", "1956-12-02": "Hanukkah", "1956-12-03": "Hanukkah", "1956-12-04": "Hanukkah", "1956-12-05": "Hanukkah", "1956-12-06": "Hanukkah", "1957-03-14": "Ta'anit Ester (observed)", "1957-03-17": "Purim", "1957-04-16": "Pesach", "1957-04-17": "Pesach holiday", "1957-04-18": "Pesach holiday", "1957-04-19": "Pesach holiday", "1957-04-20": "Pesach holiday", "1957-04-21": "Pesach holiday", "1957-04-22": "Seventh day of Pesach", "1957-05-06": "Independence Day", "1957-05-19": "Lag BaOmer", "1957-06-05": "Shavuot", "1957-08-06": "Tisha B'Av", "1957-09-26": "Rosh Hashanah", "1957-09-27": "Rosh Hashanah", "1957-10-05": "Yom Kippur", "1957-10-10": "Sukkot", "1957-10-11": "Sukkot holiday", "1957-10-12": "Sukkot holiday", "1957-10-13": "Sukkot holiday", "1957-10-14": "Sukkot holiday", "1957-10-15": "Sukkot holiday", "1957-10-17": "Simchat Torah / Shemini Atzeret", "1957-12-18": "Hanukkah", "1957-12-19": "Hanukkah", "1957-12-20": "Hanukkah", "1957-12-21": "Hanukkah", "1957-12-22": "Hanukkah", "1957-12-23": "Hanukkah", "1957-12-24": "Hanukkah", "1957-12-25": "Hanukkah", "1958-03-05": "Ta'anit Ester", "1958-03-06": "Purim", "1958-04-05": "Pesach", "1958-04-06": "Pesach holiday", "1958-04-07": "Pesach holiday", "1958-04-08": "Pesach holiday", "1958-04-09": "Pesach holiday", "1958-04-10": "Pesach holiday", "1958-04-11": "Seventh day of Pesach", "1958-04-24": "Independence Day (observed)", "1958-05-08": "Lag BaOmer", "1958-05-25": "Shavuot", "1958-07-27": "Tisha B'Av (observed)", "1958-09-15": "Rosh Hashanah", "1958-09-16": "Rosh Hashanah", "1958-09-24": "Yom Kippur", "1958-09-29": "Sukkot", "1958-09-30": "Sukkot holiday", "1958-10-01": "Sukkot holiday", "1958-10-02": "Sukkot holiday", "1958-10-03": "Sukkot holiday", "1958-10-04": "Sukkot holiday", "1958-10-06": "Simchat Torah / Shemini Atzeret", "1958-12-07": "Hanukkah", "1958-12-08": "Hanukkah", "1958-12-09": "Hanukkah", "1958-12-10": "Hanukkah", "1958-12-11": "Hanukkah", "1958-12-12": "Hanukkah", "1958-12-13": "Hanukkah", "1958-12-14": "Hanukkah", "1959-03-23": "Ta'anit Ester", "1959-03-24": "Purim", "1959-04-23": "Pesach", "1959-04-24": "Pesach holiday", "1959-04-25": "Pesach holiday", "1959-04-26": "Pesach holiday", "1959-04-27": "Pesach holiday", "1959-04-28": "Pesach holiday", "1959-04-29": "Seventh day of Pesach", "1959-05-13": "Independence Day", "1959-05-26": "Lag BaOmer", "1959-06-12": "Shavuot", "1959-08-13": "Tisha B'Av", "1959-10-03": "Rosh Hashanah", "1959-10-04": "Rosh Hashanah", "1959-10-12": "Yom Kippur", "1959-10-17": "Sukkot", "1959-10-18": "Sukkot holiday", "1959-10-19": "Sukkot holiday", "1959-10-20": "Sukkot holiday", "1959-10-21": "Sukkot holiday", "1959-10-22": "Sukkot holiday", "1959-10-24": "Simchat Torah / Shemini Atzeret", "1959-12-26": "Hanukkah", "1959-12-27": "Hanukkah", "1959-12-28": "Hanukkah", "1959-12-29": "Hanukkah", "1959-12-30": "Hanukkah", "1959-12-31": "Hanukkah", "1960-01-01": "Hanukkah", "1960-01-02": "Hanukkah", "1960-03-10": "Ta'anit Ester (observed)", "1960-03-13": "Purim", "1960-04-12": "Pesach", "1960-04-13": "Pesach holiday", "1960-04-14": "Pesach holiday", "1960-04-15": "Pesach holiday", "1960-04-16": "Pesach holiday", "1960-04-17": "Pesach holiday", "1960-04-18": "Seventh day of Pesach", "1960-05-02": "Independence Day", "1960-05-15": "Lag BaOmer", "1960-06-01": "Shavuot", "1960-08-02": "Tisha B'Av", "1960-09-22": "Rosh Hashanah", "1960-09-23": "Rosh Hashanah", "1960-10-01": "Yom Kippur", "1960-10-06": "Sukkot", "1960-10-07": "Sukkot holiday", "1960-10-08": "Sukkot holiday", "1960-10-09": "Sukkot holiday", "1960-10-10": "Sukkot holiday", "1960-10-11": "Sukkot holiday", "1960-10-13": "Simchat Torah / Shemini Atzeret", "1960-12-14": "Hanukkah", "1960-12-15": "Hanukkah", "1960-12-16": "Hanukkah", "1960-12-17": "Hanukkah", "1960-12-18": "Hanukkah", "1960-12-19": "Hanukkah", "1960-12-20": "Hanukkah", "1960-12-21": "Hanukkah", "1961-03-01": "Ta'anit Ester", "1961-03-02": "Purim", "1961-04-01": "Pesach", "1961-04-02": "Pesach holiday", "1961-04-03": "Pesach holiday", "1961-04-04": "Pesach holiday", "1961-04-05": "Pesach holiday", "1961-04-06": "Pesach holiday", "1961-04-07": "Seventh day of Pesach", "1961-04-20": "Independence Day (observed)", "1961-05-04": "Lag BaOmer", "1961-05-21": "Shavuot", "1961-07-23": "Tisha B'Av (observed)", "1961-09-11": "Rosh Hashanah", "1961-09-12": "Rosh Hashanah", "1961-09-20": "Yom Kippur", "1961-09-25": "Sukkot", "1961-09-26": "Sukkot holiday", "1961-09-27": "Sukkot holiday", "1961-09-28": "Sukkot holiday", "1961-09-29": "Sukkot holiday", "1961-09-30": "Sukkot holiday", "1961-10-02": "Simchat Torah / Shemini Atzeret", "1961-12-03": "Hanukkah", "1961-12-04": "Hanukkah", "1961-12-05": "Hanukkah", "1961-12-06": "Hanukkah", "1961-12-07": "Hanukkah", "1961-12-08": "Hanukkah", "1961-12-09": "Hanukkah", "1961-12-10": "Hanukkah", "1962-03-19": "Ta'anit Ester", "1962-03-20": "Purim", "1962-04-19": "Pesach", "1962-04-20": "Pesach holiday", "1962-04-21": "Pesach holiday", "1962-04-22": "Pesach holiday", "1962-04-23": "Pesach holiday", "1962-04-24": "Pesach holiday", "1962-04-25": "Seventh day of Pesach", "1962-05-09": "Independence Day", "1962-05-22": "Lag BaOmer", "1962-06-08": "Shavuot", "1962-08-09": "Tisha B'Av", "1962-09-29": "Rosh Hashanah", "1962-09-30": "Rosh Hashanah", "1962-10-08": "Yom Kippur", "1962-10-13": "Sukkot", "1962-10-14": "Sukkot holiday", "1962-10-15": "Sukkot holiday", "1962-10-16": "Sukkot holiday", "1962-10-17": "Sukkot holiday", "1962-10-18": "Sukkot holiday", "1962-10-20": "Simchat Torah / Shemini Atzeret", "1962-12-22": "Hanukkah", "1962-12-23": "Hanukkah", "1962-12-24": "Hanukkah", "1962-12-25": "Hanukkah", "1962-12-26": "Hanukkah", "1962-12-27": "Hanukkah", "1962-12-28": "Hanukkah", "1962-12-29": "Hanukkah", "1963-03-07": "Ta'anit Ester (observed)", "1963-03-10": "Purim", "1963-04-09": "Pesach", "1963-04-10": "Pesach holiday", "1963-04-11": "Pesach holiday", "1963-04-12": "Pesach holiday", "1963-04-13": "Pesach holiday", "1963-04-14": "Pesach holiday", "1963-04-15": "Seventh day of Pesach", "1963-04-28": "Remembrance Day", "1963-04-29": "Independence Day", "1963-05-12": "Lag BaOmer", "1963-05-29": "Shavuot", "1963-07-30": "Tisha B'Av", "1963-09-19": "Rosh Hashanah", "1963-09-20": "Rosh Hashanah", "1963-09-28": "Yom Kippur", "1963-10-03": "Sukkot", "1963-10-04": "Sukkot holiday", "1963-10-05": "Sukkot holiday", "1963-10-06": "Sukkot holiday", "1963-10-07": "Sukkot holiday", "1963-10-08": "Sukkot holiday", "1963-10-10": "Simchat Torah / Shemini Atzeret", "1963-12-11": "Hanukkah", "1963-12-12": "Hanukkah", "1963-12-13": "Hanukkah", "1963-12-14": "Hanukkah", "1963-12-15": "Hanukkah", "1963-12-16": "Hanukkah", "1963-12-17": "Hanukkah", "1963-12-18": "Hanukkah", "1964-02-26": "Ta'anit Ester", "1964-02-27": "Purim", "1964-03-28": "Pesach", "1964-03-29": "Pesach holiday", "1964-03-30": "Pesach holiday", "1964-03-31": "Pesach holiday", "1964-04-01": "Pesach holiday", "1964-04-02": "Pesach holiday", "1964-04-03": "Seventh day of Pesach", "1964-04-15": "Remembrance Day (observed)", "1964-04-16": "Independence Day (observed)", "1964-04-30": "Lag BaOmer", "1964-05-17": "Shavuot", "1964-07-19": "Tisha B'Av (observed)", "1964-09-07": "Rosh Hashanah", "1964-09-08": "Rosh Hashanah", "1964-09-16": "Yom Kippur", "1964-09-21": "Sukkot", "1964-09-22": "Sukkot holiday", "1964-09-23": "Sukkot holiday", "1964-09-24": "Sukkot holiday", "1964-09-25": "Sukkot holiday", "1964-09-26": "Sukkot holiday", "1964-09-28": "Simchat Torah / Shemini Atzeret", "1964-11-30": "Hanukkah", "1964-12-01": "Hanukkah", "1964-12-02": "Hanukkah", "1964-12-03": "Hanukkah", "1964-12-04": "Hanukkah", "1964-12-05": "Hanukkah", "1964-12-06": "Hanukkah", "1964-12-07": "Hanukkah", "1965-03-17": "Ta'anit Ester", "1965-03-18": "Purim", "1965-04-17": "Pesach", "1965-04-18": "Pesach holiday", "1965-04-19": "Pesach holiday", "1965-04-20": "Pesach holiday", "1965-04-21": "Pesach holiday", "1965-04-22": "Pesach holiday", "1965-04-23": "Seventh day of Pesach", "1965-05-05": "Remembrance Day (observed)", "1965-05-06": "Independence Day (observed)", "1965-05-20": "Lag BaOmer", "1965-06-06": "Shavuot", "1965-08-08": "Tisha B'Av (observed)", "1965-09-27": "Rosh Hashanah", "1965-09-28": "Rosh Hashanah", "1965-10-06": "Yom Kippur", "1965-10-11": "Sukkot", "1965-10-12": "Sukkot holiday", "1965-10-13": "Sukkot holiday", "1965-10-14": "Sukkot holiday", "1965-10-15": "Sukkot holiday", "1965-10-16": "Sukkot holiday", "1965-10-18": "Simchat Torah / Shemini Atzeret", "1965-12-19": "Hanukkah", "1965-12-20": "Hanukkah", "1965-12-21": "Hanukkah", "1965-12-22": "Hanukkah", "1965-12-23": "Hanukkah", "1965-12-24": "Hanukkah", "1965-12-25": "Hanukkah", "1965-12-26": "Hanukkah", "1966-03-03": "Ta'anit Ester (observed)", "1966-03-06": "Purim", "1966-04-05": "Pesach", "1966-04-06": "Pesach holiday", "1966-04-07": "Pesach holiday", "1966-04-08": "Pesach holiday", "1966-04-09": "Pesach holiday", "1966-04-10": "Pesach holiday", "1966-04-11": "Seventh day of Pesach", "1966-04-24": "Remembrance Day", "1966-04-25": "Independence Day", "1966-05-08": "Lag BaOmer", "1966-05-25": "Shavuot", "1966-07-26": "Tisha B'Av", "1966-09-15": "Rosh Hashanah", "1966-09-16": "Rosh Hashanah", "1966-09-24": "Yom Kippur", "1966-09-29": "Sukkot", "1966-09-30": "Sukkot holiday", "1966-10-01": "Sukkot holiday", "1966-10-02": "Sukkot holiday", "1966-10-03": "Sukkot holiday", "1966-10-04": "Sukkot holiday", "1966-10-06": "Simchat Torah / Shemini Atzeret", "1966-12-08": "Hanukkah", "1966-12-09": "Hanukkah", "1966-12-10": "Hanukkah", "1966-12-11": "Hanukkah", "1966-12-12": "Hanukkah", "1966-12-13": "Hanukkah", "1966-12-14": "Hanukkah", "1966-12-15": "Hanukkah", "1967-03-23": "Ta'anit Ester (observed)", "1967-03-26": "Purim", "1967-04-25": "Pesach", "1967-04-26": "Pesach holiday", "1967-04-27": "Pesach holiday", "1967-04-28": "Pesach holiday", "1967-04-29": "Pesach holiday", "1967-04-30": "Pesach holiday", "1967-05-01": "Seventh day of Pesach", "1967-05-14": "Remembrance Day", "1967-05-15": "Independence Day", "1967-05-28": "Lag BaOmer", "1967-06-14": "Shavuot", "1967-08-15": "Tisha B'Av", "1967-10-05": "Rosh Hashanah", "1967-10-06": "Rosh Hashanah", "1967-10-14": "Yom Kippur", "1967-10-19": "Sukkot", "1967-10-20": "Sukkot holiday", "1967-10-21": "Sukkot holiday", "1967-10-22": "Sukkot holiday", "1967-10-23": "Sukkot holiday", "1967-10-24": "Sukkot holiday", "1967-10-26": "Simchat Torah / Shemini Atzeret", "1967-12-27": "Hanukkah", "1967-12-28": "Hanukkah", "1967-12-29": "Hanukkah", "1967-12-30": "Hanukkah", "1967-12-31": "Hanukkah", "1968-01-01": "Hanukkah", "1968-01-02": "Hanukkah", "1968-01-03": "Hanukkah", "1968-03-13": "Ta'anit Ester", "1968-03-14": "Purim", "1968-04-13": "Pesach", "1968-04-14": "Pesach holiday", "1968-04-15": "Pesach holiday", "1968-04-16": "Pesach holiday", "1968-04-17": "Pesach holiday", "1968-04-18": "Pesach holiday", "1968-04-19": "Seventh day of Pesach", "1968-05-01": "Remembrance Day (observed)", "1968-05-02": "Independence Day (observed)", "1968-05-16": "Lag BaOmer", "1968-06-02": "Shavuot", "1968-08-04": "Tisha B'Av (observed)", "1968-09-23": "Rosh Hashanah", "1968-09-24": "Rosh Hashanah", "1968-10-02": "Yom Kippur", "1968-10-07": "Sukkot", "1968-10-08": "Sukkot holiday", "1968-10-09": "Sukkot holiday", "1968-10-10": "Sukkot holiday", "1968-10-11": "Sukkot holiday", "1968-10-12": "Sukkot holiday", "1968-10-14": "Simchat Torah / Shemini Atzeret", "1968-12-16": "Hanukkah", "1968-12-17": "Hanukkah", "1968-12-18": "Hanukkah", "1968-12-19": "Hanukkah", "1968-12-20": "Hanukkah", "1968-12-21": "Hanukkah", "1968-12-22": "Hanukkah", "1968-12-23": "Hanukkah", "1969-03-03": "Ta'anit Ester", "1969-03-04": "Purim", "1969-04-03": "Pesach", "1969-04-04": "Pesach holiday", "1969-04-05": "Pesach holiday", "1969-04-06": "Pesach holiday", "1969-04-07": "Pesach holiday", "1969-04-08": "Pesach holiday", "1969-04-09": "Seventh day of Pesach", "1969-04-22": "Remembrance Day", "1969-04-23": "Independence Day", "1969-05-06": "Lag BaOmer", "1969-05-23": "Shavuot", "1969-07-24": "Tisha B'Av", "1969-09-13": "Rosh Hashanah", "1969-09-14": "Rosh Hashanah", "1969-09-22": "Yom Kippur", "1969-09-27": "Sukkot", "1969-09-28": "Sukkot holiday", "1969-09-29": "Sukkot holiday", "1969-09-30": "Sukkot holiday", "1969-10-01": "Sukkot holiday", "1969-10-02": "Sukkot holiday", "1969-10-04": "Simchat Torah / Shemini Atzeret", "1969-12-05": "Hanukkah", "1969-12-06": "Hanukkah", "1969-12-07": "Hanukkah", "1969-12-08": "Hanukkah", "1969-12-09": "Hanukkah", "1969-12-10": "Hanukkah", "1969-12-11": "Hanukkah", "1969-12-12": "Hanukkah", "1970-03-19": "Ta'anit Ester (observed)", "1970-03-22": "Purim", "1970-04-21": "Pesach", "1970-04-22": "Pesach holiday", "1970-04-23": "Pesach holiday", "1970-04-24": "Pesach holiday", "1970-04-25": "Pesach holiday", "1970-04-26": "Pesach holiday", "1970-04-27": "Seventh day of Pesach", "1970-05-10": "Remembrance Day", "1970-05-11": "Independence Day", "1970-05-24": "Lag BaOmer", "1970-06-10": "Shavuot", "1970-08-11": "Tisha B'Av", "1970-10-01": "Rosh Hashanah", "1970-10-02": "Rosh Hashanah", "1970-10-10": "Yom Kippur", "1970-10-15": "Sukkot", "1970-10-16": "Sukkot holiday", "1970-10-17": "Sukkot holiday", "1970-10-18": "Sukkot holiday", "1970-10-19": "Sukkot holiday", "1970-10-20": "Sukkot holiday", "1970-10-22": "Simchat Torah / Shemini Atzeret", "1970-12-23": "Hanukkah", "1970-12-24": "Hanukkah", "1970-12-25": "Hanukkah", "1970-12-26": "Hanukkah", "1970-12-27": "Hanukkah", "1970-12-28": "Hanukkah", "1970-12-29": "Hanukkah", "1970-12-30": "Hanukkah", "1971-03-10": "Ta'anit Ester", "1971-03-11": "Purim", "1971-04-10": "Pesach", "1971-04-11": "Pesach holiday", "1971-04-12": "Pesach holiday", "1971-04-13": "Pesach holiday", "1971-04-14": "Pesach holiday", "1971-04-15": "Pesach holiday", "1971-04-16": "Seventh day of Pesach", "1971-04-28": "Remembrance Day (observed)", "1971-04-29": "Independence Day (observed)", "1971-05-13": "Lag BaOmer", "1971-05-30": "Shavuot", "1971-08-01": "Tisha B'Av (observed)", "1971-09-20": "Rosh Hashanah", "1971-09-21": "Rosh Hashanah", "1971-09-29": "Yom Kippur", "1971-10-04": "Sukkot", "1971-10-05": "Sukkot holiday", "1971-10-06": "Sukkot holiday", "1971-10-07": "Sukkot holiday", "1971-10-08": "Sukkot holiday", "1971-10-09": "Sukkot holiday", "1971-10-11": "Simchat Torah / Shemini Atzeret", "1971-12-13": "Hanukkah", "1971-12-14": "Hanukkah", "1971-12-15": "Hanukkah", "1971-12-16": "Hanukkah", "1971-12-17": "Hanukkah", "1971-12-18": "Hanukkah", "1971-12-19": "Hanukkah", "1971-12-20": "Hanukkah", "1972-02-28": "Ta'anit Ester", "1972-02-29": "Purim", "1972-03-30": "Pesach", "1972-03-31": "Pesach holiday", "1972-04-01": "Pesach holiday", "1972-04-02": "Pesach holiday", "1972-04-03": "Pesach holiday", "1972-04-04": "Pesach holiday", "1972-04-05": "Seventh day of Pesach", "1972-04-18": "Remembrance Day", "1972-04-19": "Independence Day", "1972-05-02": "Lag BaOmer", "1972-05-19": "Shavuot", "1972-07-20": "Tisha B'Av", "1972-09-09": "Rosh Hashanah", "1972-09-10": "Rosh Hashanah", "1972-09-18": "Yom Kippur", "1972-09-23": "Sukkot", "1972-09-24": "Sukkot holiday", "1972-09-25": "Sukkot holiday", "1972-09-26": "Sukkot holiday", "1972-09-27": "Sukkot holiday", "1972-09-28": "Sukkot holiday", "1972-09-30": "Simchat Torah / Shemini Atzeret", "1972-12-01": "Hanukkah", "1972-12-02": "Hanukkah", "1972-12-03": "Hanukkah", "1972-12-04": "Hanukkah", "1972-12-05": "Hanukkah", "1972-12-06": "Hanukkah", "1972-12-07": "Hanukkah", "1972-12-08": "Hanukkah", "1973-03-15": "Ta'anit Ester (observed)", "1973-03-18": "Purim", "1973-04-17": "Pesach", "1973-04-18": "Pesach holiday", "1973-04-19": "Pesach holiday", "1973-04-20": "Pesach holiday", "1973-04-21": "Pesach holiday", "1973-04-22": "Pesach holiday", "1973-04-23": "Seventh day of Pesach", "1973-05-06": "Remembrance Day", "1973-05-07": "Independence Day", "1973-05-20": "Lag BaOmer", "1973-06-06": "Shavuot", "1973-08-07": "Tisha B'Av", "1973-09-27": "Rosh Hashanah", "1973-09-28": "Rosh Hashanah", "1973-10-06": "Yom Kippur", "1973-10-11": "Sukkot", "1973-10-12": "Sukkot holiday", "1973-10-13": "Sukkot holiday", "1973-10-14": "Sukkot holiday", "1973-10-15": "Sukkot holiday", "1973-10-16": "Sukkot holiday", "1973-10-18": "Simchat Torah / Shemini Atzeret", "1973-12-20": "Hanukkah", "1973-12-21": "Hanukkah", "1973-12-22": "Hanukkah", "1973-12-23": "Hanukkah", "1973-12-24": "Hanukkah", "1973-12-25": "Hanukkah", "1973-12-26": "Hanukkah", "1973-12-27": "Hanukkah", "1974-03-07": "Ta'anit Ester", "1974-03-08": "Purim", "1974-04-07": "Pesach", "1974-04-08": "Pesach holiday", "1974-04-09": "Pesach holiday", "1974-04-10": "Pesach holiday", "1974-04-11": "Pesach holiday", "1974-04-12": "Pesach holiday", "1974-04-13": "Seventh day of Pesach", "1974-04-24": "Remembrance Day (observed)", "1974-04-25": "Independence Day (observed)", "1974-05-10": "Lag BaOmer", "1974-05-27": "Shavuot", "1974-07-28": "Tisha B'Av", "1974-09-17": "Rosh Hashanah", "1974-09-18": "Rosh Hashanah", "1974-09-26": "Yom Kippur", "1974-10-01": "Sukkot", "1974-10-02": "Sukkot holiday", "1974-10-03": "Sukkot holiday", "1974-10-04": "Sukkot holiday", "1974-10-05": "Sukkot holiday", "1974-10-06": "Sukkot holiday", "1974-10-08": "Simchat Torah / Shemini Atzeret", "1974-12-09": "Hanukkah", "1974-12-10": "Hanukkah", "1974-12-11": "Hanukkah", "1974-12-12": "Hanukkah", "1974-12-13": "Hanukkah", "1974-12-14": "Hanukkah", "1974-12-15": "Hanukkah", "1974-12-16": "Hanukkah", "1975-02-24": "Ta'anit Ester", "1975-02-25": "Purim", "1975-03-27": "Pesach", "1975-03-28": "Pesach holiday", "1975-03-29": "Pesach holiday", "1975-03-30": "Pesach holiday", "1975-03-31": "Pesach holiday", "1975-04-01": "Pesach holiday", "1975-04-02": "Seventh day of Pesach", "1975-04-15": "Remembrance Day", "1975-04-16": "Independence Day", "1975-04-29": "Lag BaOmer", "1975-05-16": "Shavuot", "1975-07-17": "Tisha B'Av", "1975-09-06": "Rosh Hashanah", "1975-09-07": "Rosh Hashanah", "1975-09-15": "Yom Kippur", "1975-09-20": "Sukkot", "1975-09-21": "Sukkot holiday", "1975-09-22": "Sukkot holiday", "1975-09-23": "Sukkot holiday", "1975-09-24": "Sukkot holiday", "1975-09-25": "Sukkot holiday", "1975-09-27": "Simchat Torah / Shemini Atzeret", "1975-11-29": "Hanukkah", "1975-11-30": "Hanukkah", "1975-12-01": "Hanukkah", "1975-12-02": "Hanukkah", "1975-12-03": "Hanukkah", "1975-12-04": "Hanukkah", "1975-12-05": "Hanukkah", "1975-12-06": "Hanukkah", "1976-03-15": "Ta'anit Ester", "1976-03-16": "Purim", "1976-04-15": "Pesach", "1976-04-16": "Pesach holiday", "1976-04-17": "Pesach holiday", "1976-04-18": "Pesach holiday", "1976-04-19": "Pesach holiday", "1976-04-20": "Pesach holiday", "1976-04-21": "Seventh day of Pesach", "1976-05-04": "Remembrance Day", "1976-05-05": "Independence Day", "1976-05-18": "Lag BaOmer", "1976-06-04": "Shavuot", "1976-08-05": "Tisha B'Av", "1976-09-25": "Rosh Hashanah", "1976-09-26": "Rosh Hashanah", "1976-10-04": "Yom Kippur", "1976-10-09": "Sukkot", "1976-10-10": "Sukkot holiday", "1976-10-11": "Sukkot holiday", "1976-10-12": "Sukkot holiday", "1976-10-13": "Sukkot holiday", "1976-10-14": "Sukkot holiday", "1976-10-16": "Simchat Torah / Shemini Atzeret", "1976-12-17": "Hanukkah", "1976-12-18": "Hanukkah", "1976-12-19": "Hanukkah", "1976-12-20": "Hanukkah", "1976-12-21": "Hanukkah", "1976-12-22": "Hanukkah", "1976-12-23": "Hanukkah", "1976-12-24": "Hanukkah", "1977-03-03": "Ta'anit Ester", "1977-03-04": "Purim", "1977-04-03": "Pesach", "1977-04-04": "Pesach holiday", "1977-04-05": "Pesach holiday", "1977-04-06": "Pesach holiday", "1977-04-07": "Pesach holiday", "1977-04-08": "Pesach holiday", "1977-04-09": "Seventh day of Pesach", "1977-04-20": "Remembrance Day (observed)", "1977-04-21": "Independence Day (observed)", "1977-05-06": "Lag BaOmer", "1977-05-23": "Shavuot", "1977-07-24": "Tisha B'Av", "1977-09-13": "Rosh Hashanah", "1977-09-14": "Rosh Hashanah", "1977-09-22": "Yom Kippur", "1977-09-27": "Sukkot", "1977-09-28": "Sukkot holiday", "1977-09-29": "Sukkot holiday", "1977-09-30": "Sukkot holiday", "1977-10-01": "Sukkot holiday", "1977-10-02": "Sukkot holiday", "1977-10-04": "Simchat Torah / Shemini Atzeret", "1977-12-05": "Hanukkah", "1977-12-06": "Hanukkah", "1977-12-07": "Hanukkah", "1977-12-08": "Hanukkah", "1977-12-09": "Hanukkah", "1977-12-10": "Hanukkah", "1977-12-11": "Hanukkah", "1977-12-12": "Hanukkah", "1978-03-22": "Ta'anit Ester", "1978-03-23": "Purim", "1978-04-22": "Pesach", "1978-04-23": "Pesach holiday", "1978-04-24": "Pesach holiday", "1978-04-25": "Pesach holiday", "1978-04-26": "Pesach holiday", "1978-04-27": "Pesach holiday", "1978-04-28": "Seventh day of Pesach", "1978-05-10": "Remembrance Day (observed)", "1978-05-11": "Independence Day (observed)", "1978-05-25": "Lag BaOmer", "1978-06-11": "Shavuot", "1978-08-13": "Tisha B'Av (observed)", "1978-10-02": "Rosh Hashanah", "1978-10-03": "Rosh Hashanah", "1978-10-11": "Yom Kippur", "1978-10-16": "Sukkot", "1978-10-17": "Sukkot holiday", "1978-10-18": "Sukkot holiday", "1978-10-19": "Sukkot holiday", "1978-10-20": "Sukkot holiday", "1978-10-21": "Sukkot holiday", "1978-10-23": "Simchat Torah / Shemini Atzeret", "1978-12-25": "Hanukkah", "1978-12-26": "Hanukkah", "1978-12-27": "Hanukkah", "1978-12-28": "Hanukkah", "1978-12-29": "Hanukkah", "1978-12-30": "Hanukkah", "1978-12-31": "Hanukkah", "1979-01-01": "Hanukkah", "1979-03-12": "Ta'anit Ester", "1979-03-13": "Purim", "1979-04-12": "Pesach", "1979-04-13": "Pesach holiday", "1979-04-14": "Pesach holiday", "1979-04-15": "Pesach holiday", "1979-04-16": "Pesach holiday", "1979-04-17": "Pesach holiday", "1979-04-18": "Seventh day of Pesach", "1979-05-01": "Remembrance Day", "1979-05-02": "Independence Day", "1979-05-15": "Lag BaOmer", "1979-06-01": "Shavuot", "1979-08-02": "Tisha B'Av", "1979-09-22": "Rosh Hashanah", "1979-09-23": "Rosh Hashanah", "1979-10-01": "Yom Kippur", "1979-10-06": "Sukkot", "1979-10-07": "Sukkot holiday", "1979-10-08": "Sukkot holiday", "1979-10-09": "Sukkot holiday", "1979-10-10": "Sukkot holiday", "1979-10-11": "Sukkot holiday", "1979-10-13": "Simchat Torah / Shemini Atzeret", "1979-12-15": "Hanukkah", "1979-12-16": "Hanukkah", "1979-12-17": "Hanukkah", "1979-12-18": "Hanukkah", "1979-12-19": "Hanukkah", "1979-12-20": "Hanukkah", "1979-12-21": "Hanukkah", "1979-12-22": "Hanukkah", "1980-02-28": "Ta'anit Ester (observed)", "1980-03-02": "Purim", "1980-04-01": "Pesach", "1980-04-02": "Pesach holiday", "1980-04-03": "Pesach holiday", "1980-04-04": "Pesach holiday", "1980-04-05": "Pesach holiday", "1980-04-06": "Pesach holiday", "1980-04-07": "Seventh day of Pesach", "1980-04-20": "Remembrance Day", "1980-04-21": "Independence Day", "1980-05-04": "Lag BaOmer", "1980-05-21": "Shavuot", "1980-07-22": "Tisha B'Av", "1980-09-11": "Rosh Hashanah", "1980-09-12": "Rosh Hashanah", "1980-09-20": "Yom Kippur", "1980-09-25": "Sukkot", "1980-09-26": "Sukkot holiday", "1980-09-27": "Sukkot holiday", "1980-09-28": "Sukkot holiday", "1980-09-29": "Sukkot holiday", "1980-09-30": "Sukkot holiday", "1980-10-02": "Simchat Torah / Shemini Atzeret", "1980-12-03": "Hanukkah", "1980-12-04": "Hanukkah", "1980-12-05": "Hanukkah", "1980-12-06": "Hanukkah", "1980-12-07": "Hanukkah", "1980-12-08": "Hanukkah", "1980-12-09": "Hanukkah", "1980-12-10": "Hanukkah", "1981-03-19": "Ta'anit Ester", "1981-03-20": "Purim", "1981-04-19": "Pesach", "1981-04-20": "Pesach holiday", "1981-04-21": "Pesach holiday", "1981-04-22": "Pesach holiday", "1981-04-23": "Pesach holiday", "1981-04-24": "Pesach holiday", "1981-04-25": "Seventh day of Pesach", "1981-05-06": "Remembrance Day (observed)", "1981-05-07": "Independence Day (observed)", "1981-05-22": "Lag BaOmer", "1981-06-08": "Shavuot", "1981-08-09": "Tisha B'Av", "1981-09-29": "Rosh Hashanah", "1981-09-30": "Rosh Hashanah", "1981-10-08": "Yom Kippur", "1981-10-13": "Sukkot", "1981-10-14": "Sukkot holiday", "1981-10-15": "Sukkot holiday", "1981-10-16": "Sukkot holiday", "1981-10-17": "Sukkot holiday", "1981-10-18": "Sukkot holiday", "1981-10-20": "Simchat Torah / Shemini Atzeret", "1981-12-21": "Hanukkah", "1981-12-22": "Hanukkah", "1981-12-23": "Hanukkah", "1981-12-24": "Hanukkah", "1981-12-25": "Hanukkah", "1981-12-26": "Hanukkah", "1981-12-27": "Hanukkah", "1981-12-28": "Hanukkah", "1982-03-08": "Ta'anit Ester", "1982-03-09": "Purim", "1982-04-08": "Pesach", "1982-04-09": "Pesach holiday", "1982-04-10": "Pesach holiday", "1982-04-11": "Pesach holiday", "1982-04-12": "Pesach holiday", "1982-04-13": "Pesach holiday", "1982-04-14": "Seventh day of Pesach", "1982-04-27": "Remembrance Day", "1982-04-28": "Independence Day", "1982-05-11": "Lag BaOmer", "1982-05-28": "Shavuot", "1982-07-29": "Tisha B'Av", "1982-09-18": "Rosh Hashanah", "1982-09-19": "Rosh Hashanah", "1982-09-27": "Yom Kippur", "1982-10-02": "Sukkot", "1982-10-03": "Sukkot holiday", "1982-10-04": "Sukkot holiday", "1982-10-05": "Sukkot holiday", "1982-10-06": "Sukkot holiday", "1982-10-07": "Sukkot holiday", "1982-10-09": "Simchat Torah / Shemini Atzeret", "1982-12-11": "Hanukkah", "1982-12-12": "Hanukkah", "1982-12-13": "Hanukkah", "1982-12-14": "Hanukkah", "1982-12-15": "Hanukkah", "1982-12-16": "Hanukkah", "1982-12-17": "Hanukkah", "1982-12-18": "Hanukkah", "1983-02-24": "Ta'anit Ester (observed)", "1983-02-27": "Purim", "1983-03-29": "Pesach", "1983-03-30": "Pesach holiday", "1983-03-31": "Pesach holiday", "1983-04-01": "Pesach holiday", "1983-04-02": "Pesach holiday", "1983-04-03": "Pesach holiday", "1983-04-04": "Seventh day of Pesach", "1983-04-17": "Remembrance Day", "1983-04-18": "Independence Day", "1983-05-01": "Lag BaOmer", "1983-05-18": "Shavuot", "1983-07-19": "Tisha B'Av", "1983-09-08": "Rosh Hashanah", "1983-09-09": "Rosh Hashanah", "1983-09-17": "Yom Kippur", "1983-09-22": "Sukkot", "1983-09-23": "Sukkot holiday", "1983-09-24": "Sukkot holiday", "1983-09-25": "Sukkot holiday", "1983-09-26": "Sukkot holiday", "1983-09-27": "Sukkot holiday", "1983-09-29": "Simchat Torah / Shemini Atzeret", "1983-12-01": "Hanukkah", "1983-12-02": "Hanukkah", "1983-12-03": "Hanukkah", "1983-12-04": "Hanukkah", "1983-12-05": "Hanukkah", "1983-12-06": "Hanukkah", "1983-12-07": "Hanukkah", "1983-12-08": "Hanukkah", "1984-03-15": "Ta'anit Ester (observed)", "1984-03-18": "Purim", "1984-04-17": "Pesach", "1984-04-18": "Pesach holiday", "1984-04-19": "Pesach holiday", "1984-04-20": "Pesach holiday", "1984-04-21": "Pesach holiday", "1984-04-22": "Pesach holiday", "1984-04-23": "Seventh day of Pesach", "1984-05-06": "Remembrance Day", "1984-05-07": "Independence Day", "1984-05-20": "Lag BaOmer", "1984-06-06": "Shavuot", "1984-08-07": "Tisha B'Av", "1984-09-27": "Rosh Hashanah", "1984-09-28": "Rosh Hashanah", "1984-10-06": "Yom Kippur", "1984-10-11": "Sukkot", "1984-10-12": "Sukkot holiday", "1984-10-13": "Sukkot holiday", "1984-10-14": "Sukkot holiday", "1984-10-15": "Sukkot holiday", "1984-10-16": "Sukkot holiday", "1984-10-18": "Simchat Torah / Shemini Atzeret", "1984-12-19": "Hanukkah", "1984-12-20": "Hanukkah", "1984-12-21": "Hanukkah", "1984-12-22": "Hanukkah", "1984-12-23": "Hanukkah", "1984-12-24": "Hanukkah", "1984-12-25": "Hanukkah", "1984-12-26": "Hanukkah", "1985-03-06": "Ta'anit Ester", "1985-03-07": "Purim", "1985-04-06": "Pesach", "1985-04-07": "Pesach holiday", "1985-04-08": "Pesach holiday", "1985-04-09": "Pesach holiday", "1985-04-10": "Pesach holiday", "1985-04-11": "Pesach holiday", "1985-04-12": "Seventh day of Pesach", "1985-04-24": "Remembrance Day (observed)", "1985-04-25": "Independence Day (observed)", "1985-05-09": "Lag BaOmer", "1985-05-26": "Shavuot", "1985-07-28": "Tisha B'Av (observed)", "1985-09-16": "Rosh Hashanah", "1985-09-17": "Rosh Hashanah", "1985-09-25": "Yom Kippur", "1985-09-30": "Sukkot", "1985-10-01": "Sukkot holiday", "1985-10-02": "Sukkot holiday", "1985-10-03": "Sukkot holiday", "1985-10-04": "Sukkot holiday", "1985-10-05": "Sukkot holiday", "1985-10-07": "Simchat Torah / Shemini Atzeret", "1985-12-08": "Hanukkah", "1985-12-09": "Hanukkah", "1985-12-10": "Hanukkah", "1985-12-11": "Hanukkah", "1985-12-12": "Hanukkah", "1985-12-13": "Hanukkah", "1985-12-14": "Hanukkah", "1985-12-15": "Hanukkah", "1986-03-24": "Ta'anit Ester", "1986-03-25": "Purim", "1986-04-24": "Pesach", "1986-04-25": "Pesach holiday", "1986-04-26": "Pesach holiday", "1986-04-27": "Pesach holiday", "1986-04-28": "Pesach holiday", "1986-04-29": "Pesach holiday", "1986-04-30": "Seventh day of Pesach", "1986-05-13": "Remembrance Day", "1986-05-14": "Independence Day", "1986-05-27": "Lag BaOmer", "1986-06-13": "Shavuot", "1986-08-14": "Tisha B'Av", "1986-10-04": "Rosh Hashanah", "1986-10-05": "Rosh Hashanah", "1986-10-13": "Yom Kippur", "1986-10-18": "Sukkot", "1986-10-19": "Sukkot holiday", "1986-10-20": "Sukkot holiday", "1986-10-21": "Sukkot holiday", "1986-10-22": "Sukkot holiday", "1986-10-23": "Sukkot holiday", "1986-10-25": "Simchat Torah / Shemini Atzeret", "1986-12-27": "Hanukkah", "1986-12-28": "Hanukkah", "1986-12-29": "Hanukkah", "1986-12-30": "Hanukkah", "1986-12-31": "Hanukkah", "1987-01-01": "Hanukkah", "1987-01-02": "Hanukkah", "1987-01-03": "Hanukkah", "1987-03-12": "Ta'anit Ester (observed)", "1987-03-15": "Purim", "1987-04-14": "Pesach", "1987-04-15": "Pesach holiday", "1987-04-16": "Pesach holiday", "1987-04-17": "Pesach holiday", "1987-04-18": "Pesach holiday", "1987-04-19": "Pesach holiday", "1987-04-20": "Seventh day of Pesach", "1987-05-03": "Remembrance Day", "1987-05-04": "Independence Day", "1987-05-17": "Lag BaOmer", "1987-06-03": "Shavuot", "1987-08-04": "Tisha B'Av", "1987-09-24": "Rosh Hashanah", "1987-09-25": "Rosh Hashanah", "1987-10-03": "Yom Kippur", "1987-10-08": "Sukkot", "1987-10-09": "Sukkot holiday", "1987-10-10": "Sukkot holiday", "1987-10-11": "Sukkot holiday", "1987-10-12": "Sukkot holiday", "1987-10-13": "Sukkot holiday", "1987-10-15": "Simchat Torah / Shemini Atzeret", "1987-12-16": "Hanukkah", "1987-12-17": "Hanukkah", "1987-12-18": "Hanukkah", "1987-12-19": "Hanukkah", "1987-12-20": "Hanukkah", "1987-12-21": "Hanukkah", "1987-12-22": "Hanukkah", "1987-12-23": "Hanukkah", "1988-03-02": "Ta'anit Ester", "1988-03-03": "Purim", "1988-04-02": "Pesach", "1988-04-03": "Pesach holiday", "1988-04-04": "Pesach holiday", "1988-04-05": "Pesach holiday", "1988-04-06": "Pesach holiday", "1988-04-07": "Pesach holiday", "1988-04-08": "Seventh day of Pesach", "1988-04-20": "Remembrance Day (observed)", "1988-04-21": "Independence Day (observed)", "1988-05-05": "Lag BaOmer", "1988-05-22": "Shavuot", "1988-07-24": "Tisha B'Av (observed)", "1988-09-12": "Rosh Hashanah", "1988-09-13": "Rosh Hashanah", "1988-09-21": "Yom Kippur", "1988-09-26": "Sukkot", "1988-09-27": "Sukkot holiday", "1988-09-28": "Sukkot holiday", "1988-09-29": "Sukkot holiday", "1988-09-30": "Sukkot holiday", "1988-10-01": "Sukkot holiday", "1988-10-03": "Simchat Torah / Shemini Atzeret", "1988-12-04": "Hanukkah", "1988-12-05": "Hanukkah", "1988-12-06": "Hanukkah", "1988-12-07": "Hanukkah", "1988-12-08": "Hanukkah", "1988-12-09": "Hanukkah", "1988-12-10": "Hanukkah", "1988-12-11": "Hanukkah", "1989-03-20": "Ta'anit Ester", "1989-03-21": "Purim", "1989-04-20": "Pesach", "1989-04-21": "Pesach holiday", "1989-04-22": "Pesach holiday", "1989-04-23": "Pesach holiday", "1989-04-24": "Pesach holiday", "1989-04-25": "Pesach holiday", "1989-04-26": "Seventh day of Pesach", "1989-05-09": "Remembrance Day", "1989-05-10": "Independence Day", "1989-05-23": "Lag BaOmer", "1989-06-09": "Shavuot", "1989-08-10": "Tisha B'Av", "1989-09-30": "Rosh Hashanah", "1989-10-01": "Rosh Hashanah", "1989-10-09": "Yom Kippur", "1989-10-14": "Sukkot", "1989-10-15": "Sukkot holiday", "1989-10-16": "Sukkot holiday", "1989-10-17": "Sukkot holiday", "1989-10-18": "Sukkot holiday", "1989-10-19": "Sukkot holiday", "1989-10-21": "Simchat Torah / Shemini Atzeret", "1989-12-23": "Hanukkah", "1989-12-24": "Hanukkah", "1989-12-25": "Hanukkah", "1989-12-26": "Hanukkah", "1989-12-27": "Hanukkah", "1989-12-28": "Hanukkah", "1989-12-29": "Hanukkah", "1989-12-30": "Hanukkah", "1990-03-08": "Ta'anit Ester (observed)", "1990-03-11": "Purim", "1990-04-10": "Pesach", "1990-04-11": "Pesach holiday", "1990-04-12": "Pesach holiday", "1990-04-13": "Pesach holiday", "1990-04-14": "Pesach holiday", "1990-04-15": "Pesach holiday", "1990-04-16": "Seventh day of Pesach", "1990-04-29": "Remembrance Day", "1990-04-30": "Independence Day", "1990-05-13": "Lag BaOmer", "1990-05-30": "Shavuot", "1990-07-31": "Tisha B'Av", "1990-09-20": "Rosh Hashanah", "1990-09-21": "Rosh Hashanah", "1990-09-29": "Yom Kippur", "1990-10-04": "Sukkot", "1990-10-05": "Sukkot holiday", "1990-10-06": "Sukkot holiday", "1990-10-07": "Sukkot holiday", "1990-10-08": "Sukkot holiday", "1990-10-09": "Sukkot holiday", "1990-10-11": "Simchat Torah / Shemini Atzeret", "1990-12-12": "Hanukkah", "1990-12-13": "Hanukkah", "1990-12-14": "Hanukkah", "1990-12-15": "Hanukkah", "1990-12-16": "Hanukkah", "1990-12-17": "Hanukkah", "1990-12-18": "Hanukkah", "1990-12-19": "Hanukkah", "1991-02-27": "Ta'anit Ester", "1991-02-28": "Purim", "1991-03-30": "Pesach", "1991-03-31": "Pesach holiday", "1991-04-01": "Pesach holiday", "1991-04-02": "Pesach holiday", "1991-04-03": "Pesach holiday", "1991-04-04": "Pesach holiday", "1991-04-05": "Seventh day of Pesach", "1991-04-17": "Remembrance Day (observed)", "1991-04-18": "Independence Day (observed)", "1991-05-02": "Lag BaOmer", "1991-05-19": "Shavuot", "1991-07-21": "Tisha B'Av (observed)", "1991-09-09": "Rosh Hashanah", "1991-09-10": "Rosh Hashanah", "1991-09-18": "Yom Kippur", "1991-09-23": "Sukkot", "1991-09-24": "Sukkot holiday", "1991-09-25": "Sukkot holiday", "1991-09-26": "Sukkot holiday", "1991-09-27": "Sukkot holiday", "1991-09-28": "Sukkot holiday", "1991-09-30": "Simchat Torah / Shemini Atzeret", "1991-12-02": "Hanukkah", "1991-12-03": "Hanukkah", "1991-12-04": "Hanukkah", "1991-12-05": "Hanukkah", "1991-12-06": "Hanukkah", "1991-12-07": "Hanukkah", "1991-12-08": "Hanukkah", "1991-12-09": "Hanukkah", "1992-03-18": "Ta'anit Ester", "1992-03-19": "Purim", "1992-04-18": "Pesach", "1992-04-19": "Pesach holiday", "1992-04-20": "Pesach holiday", "1992-04-21": "Pesach holiday", "1992-04-22": "Pesach holiday", "1992-04-23": "Pesach holiday", "1992-04-24": "Seventh day of Pesach", "1992-05-06": "Remembrance Day (observed)", "1992-05-07": "Independence Day (observed)", "1992-05-21": "Lag BaOmer", "1992-06-07": "Shavuot", "1992-08-09": "Tisha B'Av (observed)", "1992-09-28": "Rosh Hashanah", "1992-09-29": "Rosh Hashanah", "1992-10-07": "Yom Kippur", "1992-10-12": "Sukkot", "1992-10-13": "Sukkot holiday", "1992-10-14": "Sukkot holiday", "1992-10-15": "Sukkot holiday", "1992-10-16": "Sukkot holiday", "1992-10-17": "Sukkot holiday", "1992-10-19": "Simchat Torah / Shemini Atzeret", "1992-12-20": "Hanukkah", "1992-12-21": "Hanukkah", "1992-12-22": "Hanukkah", "1992-12-23": "Hanukkah", "1992-12-24": "Hanukkah", "1992-12-25": "Hanukkah", "1992-12-26": "Hanukkah", "1992-12-27": "Hanukkah", "1993-03-04": "Ta'anit Ester (observed)", "1993-03-07": "Purim", "1993-04-06": "Pesach", "1993-04-07": "Pesach holiday", "1993-04-08": "Pesach holiday", "1993-04-09": "Pesach holiday", "1993-04-10": "Pesach holiday", "1993-04-11": "Pesach holiday", "1993-04-12": "Seventh day of Pesach", "1993-04-25": "Remembrance Day", "1993-04-26": "Independence Day", "1993-05-09": "Lag BaOmer", "1993-05-26": "Shavuot", "1993-07-27": "Tisha B'Av", "1993-09-16": "Rosh Hashanah", "1993-09-17": "Rosh Hashanah", "1993-09-25": "Yom Kippur", "1993-09-30": "Sukkot", "1993-10-01": "Sukkot holiday", "1993-10-02": "Sukkot holiday", "1993-10-03": "Sukkot holiday", "1993-10-04": "Sukkot holiday", "1993-10-05": "Sukkot holiday", "1993-10-07": "Simchat Torah / Shemini Atzeret", "1993-12-09": "Hanukkah", "1993-12-10": "Hanukkah", "1993-12-11": "Hanukkah", "1993-12-12": "Hanukkah", "1993-12-13": "Hanukkah", "1993-12-14": "Hanukkah", "1993-12-15": "Hanukkah", "1993-12-16": "Hanukkah", "1994-02-24": "Ta'anit Ester", "1994-02-25": "Purim", "1994-03-27": "Pesach", "1994-03-28": "Pesach holiday", "1994-03-29": "Pesach holiday", "1994-03-30": "Pesach holiday", "1994-03-31": "Pesach holiday", "1994-04-01": "Pesach holiday", "1994-04-02": "Seventh day of Pesach", "1994-04-13": "Remembrance Day (observed)", "1994-04-14": "Independence Day (observed)", "1994-04-29": "Lag BaOmer", "1994-05-16": "Shavuot", "1994-07-17": "Tisha B'Av", "1994-09-06": "Rosh Hashanah", "1994-09-07": "Rosh Hashanah", "1994-09-15": "Yom Kippur", "1994-09-20": "Sukkot", "1994-09-21": "Sukkot holiday", "1994-09-22": "Sukkot holiday", "1994-09-23": "Sukkot holiday", "1994-09-24": "Sukkot holiday", "1994-09-25": "Sukkot holiday", "1994-09-27": "Simchat Torah / Shemini Atzeret", "1994-11-28": "Hanukkah", "1994-11-29": "Hanukkah", "1994-11-30": "Hanukkah", "1994-12-01": "Hanukkah", "1994-12-02": "Hanukkah", "1994-12-03": "Hanukkah", "1994-12-04": "Hanukkah", "1994-12-05": "Hanukkah", "1995-03-15": "Ta'anit Ester", "1995-03-16": "Purim", "1995-04-15": "Pesach", "1995-04-16": "Pesach holiday", "1995-04-17": "Pesach holiday", "1995-04-18": "Pesach holiday", "1995-04-19": "Pesach holiday", "1995-04-20": "Pesach holiday", "1995-04-21": "Seventh day of Pesach", "1995-05-03": "Remembrance Day (observed)", "1995-05-04": "Independence Day (observed)", "1995-05-18": "Lag BaOmer", "1995-06-04": "Shavuot", "1995-08-06": "Tisha B'Av (observed)", "1995-09-25": "Rosh Hashanah", "1995-09-26": "Rosh Hashanah", "1995-10-04": "Yom Kippur", "1995-10-09": "Sukkot", "1995-10-10": "Sukkot holiday", "1995-10-11": "Sukkot holiday", "1995-10-12": "Sukkot holiday", "1995-10-13": "Sukkot holiday", "1995-10-14": "Sukkot holiday", "1995-10-16": "Simchat Torah / Shemini Atzeret", "1995-12-18": "Hanukkah", "1995-12-19": "Hanukkah", "1995-12-20": "Hanukkah", "1995-12-21": "Hanukkah", "1995-12-22": "Hanukkah", "1995-12-23": "Hanukkah", "1995-12-24": "Hanukkah", "1995-12-25": "Hanukkah", "1996-03-04": "Ta'anit Ester", "1996-03-05": "Purim", "1996-04-04": "Pesach", "1996-04-05": "Pesach holiday", "1996-04-06": "Pesach holiday", "1996-04-07": "Pesach holiday", "1996-04-08": "Pesach holiday", "1996-04-09": "Pesach holiday", "1996-04-10": "Seventh day of Pesach", "1996-04-23": "Remembrance Day", "1996-04-24": "Independence Day", "1996-05-07": "Lag BaOmer", "1996-05-24": "Shavuot", "1996-07-25": "Tisha B'Av", "1996-09-14": "Rosh Hashanah", "1996-09-15": "Rosh Hashanah", "1996-09-23": "Yom Kippur", "1996-09-28": "Sukkot", "1996-09-29": "Sukkot holiday", "1996-09-30": "Sukkot holiday", "1996-10-01": "Sukkot holiday", "1996-10-02": "Sukkot holiday", "1996-10-03": "Sukkot holiday", "1996-10-05": "Simchat Torah / Shemini Atzeret", "1996-12-06": "Hanukkah", "1996-12-07": "Hanukkah", "1996-12-08": "Hanukkah", "1996-12-09": "Hanukkah", "1996-12-10": "Hanukkah", "1996-12-11": "Hanukkah", "1996-12-12": "Hanukkah", "1996-12-13": "Hanukkah", "1997-03-20": "Ta'anit Ester (observed)", "1997-03-23": "Purim", "1997-04-22": "Pesach", "1997-04-23": "Pesach holiday", "1997-04-24": "Pesach holiday", "1997-04-25": "Pesach holiday", "1997-04-26": "Pesach holiday", "1997-04-27": "Pesach holiday", "1997-04-28": "Seventh day of Pesach", "1997-05-11": "Remembrance Day", "1997-05-12": "Independence Day", "1997-05-25": "Lag BaOmer", "1997-06-11": "Shavuot", "1997-08-12": "Tisha B'Av", "1997-10-02": "Rosh Hashanah", "1997-10-03": "Rosh Hashanah", "1997-10-11": "Yom Kippur", "1997-10-16": "Sukkot", "1997-10-17": "Sukkot holiday", "1997-10-18": "Sukkot holiday", "1997-10-19": "Sukkot holiday", "1997-10-20": "Sukkot holiday", "1997-10-21": "Sukkot holiday", "1997-10-23": "Simchat Torah / Shemini Atzeret", "1997-12-24": "Hanukkah", "1997-12-25": "Hanukkah", "1997-12-26": "Hanukkah", "1997-12-27": "Hanukkah", "1997-12-28": "Hanukkah", "1997-12-29": "Hanukkah", "1997-12-30": "Hanukkah", "1997-12-31": "Hanukkah", "1998-03-11": "Ta'anit Ester", "1998-03-12": "Purim", "1998-04-11": "Pesach", "1998-04-12": "Pesach holiday", "1998-04-13": "Pesach holiday", "1998-04-14": "Pesach holiday", "1998-04-15": "Pesach holiday", "1998-04-16": "Pesach holiday", "1998-04-17": "Seventh day of Pesach", "1998-04-29": "Remembrance Day (observed)", "1998-04-30": "Independence Day (observed)", "1998-05-14": "Lag BaOmer", "1998-05-24": "Jerusalem Day", "1998-05-31": "Shavuot", "1998-08-02": "Tisha B'Av (observed)", "1998-09-21": "Rosh Hashanah", "1998-09-22": "Rosh Hashanah", "1998-09-30": "Yom Kippur", "1998-10-05": "Sukkot", "1998-10-06": "Sukkot holiday", "1998-10-07": "Sukkot holiday", "1998-10-08": "Sukkot holiday", "1998-10-09": "Sukkot holiday", "1998-10-10": "Sukkot holiday", "1998-10-12": "Simchat Torah / Shemini Atzeret", "1998-12-14": "Hanukkah", "1998-12-15": "Hanukkah", "1998-12-16": "Hanukkah", "1998-12-17": "Hanukkah", "1998-12-18": "Hanukkah", "1998-12-19": "Hanukkah", "1998-12-20": "Hanukkah", "1998-12-21": "Hanukkah", "1999-03-01": "Ta'anit Ester", "1999-03-02": "Purim", "1999-04-01": "Pesach", "1999-04-02": "Pesach holiday", "1999-04-03": "Pesach holiday", "1999-04-04": "Pesach holiday", "1999-04-05": "Pesach holiday", "1999-04-06": "Pesach holiday", "1999-04-07": "Seventh day of Pesach", "1999-04-20": "Remembrance Day", "1999-04-21": "Independence Day", "1999-05-04": "Lag BaOmer", "1999-05-14": "Jerusalem Day", "1999-05-21": "Shavuot", "1999-07-22": "Tisha B'Av", "1999-09-11": "Rosh Hashanah", "1999-09-12": "Rosh Hashanah", "1999-09-20": "Yom Kippur", "1999-09-25": "Sukkot", "1999-09-26": "Sukkot holiday", "1999-09-27": "Sukkot holiday", "1999-09-28": "Sukkot holiday", "1999-09-29": "Sukkot holiday", "1999-09-30": "Sukkot holiday", "1999-10-02": "Simchat Torah / Shemini Atzeret", "1999-12-04": "Hanukkah", "1999-12-05": "Hanukkah", "1999-12-06": "Hanukkah", "1999-12-07": "Hanukkah", "1999-12-08": "Hanukkah", "1999-12-09": "Hanukkah", "1999-12-10": "Hanukkah", "1999-12-11": "Hanukkah", "2000-03-20": "Ta'anit Ester", "2000-03-21": "Purim", "2000-04-20": "Pesach", "2000-04-21": "Pesach holiday", "2000-04-22": "Pesach holiday", "2000-04-23": "Pesach holiday", "2000-04-24": "Pesach holiday", "2000-04-25": "Pesach holiday", "2000-04-26": "Seventh day of Pesach", "2000-05-09": "Remembrance Day", "2000-05-10": "Independence Day", "2000-05-23": "Lag BaOmer", "2000-06-02": "Jerusalem Day", "2000-06-09": "Shavuot", "2000-08-10": "Tisha B'Av", "2000-09-30": "Rosh Hashanah", "2000-10-01": "Rosh Hashanah", "2000-10-09": "Yom Kippur", "2000-10-14": "Sukkot", "2000-10-15": "Sukkot holiday", "2000-10-16": "Sukkot holiday", "2000-10-17": "Sukkot holiday", "2000-10-18": "Sukkot holiday", "2000-10-19": "Sukkot holiday", "2000-10-21": "Simchat Torah / Shemini Atzeret", "2000-12-22": "Hanukkah", "2000-12-23": "Hanukkah", "2000-12-24": "Hanukkah", "2000-12-25": "Hanukkah", "2000-12-26": "Hanukkah", "2000-12-27": "Hanukkah", "2000-12-28": "Hanukkah", "2000-12-29": "Hanukkah", "2001-03-08": "Ta'anit Ester", "2001-03-09": "Purim", "2001-04-08": "Pesach", "2001-04-09": "Pesach holiday", "2001-04-10": "Pesach holiday", "2001-04-11": "Pesach holiday", "2001-04-12": "Pesach holiday", "2001-04-13": "Pesach holiday", "2001-04-14": "Seventh day of Pesach", "2001-04-25": "Remembrance Day (observed)", "2001-04-26": "Independence Day (observed)", "2001-05-11": "Lag BaOmer", "2001-05-21": "Jerusalem Day", "2001-05-28": "Shavuot", "2001-07-29": "Tisha B'Av", "2001-09-18": "Rosh Hashanah", "2001-09-19": "Rosh Hashanah", "2001-09-27": "Yom Kippur", "2001-10-02": "Sukkot", "2001-10-03": "Sukkot holiday", "2001-10-04": "Sukkot holiday", "2001-10-05": "Sukkot holiday", "2001-10-06": "Sukkot holiday", "2001-10-07": "Sukkot holiday", "2001-10-09": "Simchat Torah / Shemini Atzeret", "2001-12-10": "Hanukkah", "2001-12-11": "Hanukkah", "2001-12-12": "Hanukkah", "2001-12-13": "Hanukkah", "2001-12-14": "Hanukkah", "2001-12-15": "Hanukkah", "2001-12-16": "Hanukkah", "2001-12-17": "Hanukkah", "2002-02-25": "Ta'anit Ester", "2002-02-26": "Purim", "2002-03-28": "Pesach", "2002-03-29": "Pesach holiday", "2002-03-30": "Pesach holiday", "2002-03-31": "Pesach holiday", "2002-04-01": "Pesach holiday", "2002-04-02": "Pesach holiday", "2002-04-03": "Seventh day of Pesach", "2002-04-16": "Remembrance Day", "2002-04-17": "Independence Day", "2002-04-30": "Lag BaOmer", "2002-05-10": "Jerusalem Day", "2002-05-17": "Shavuot", "2002-07-18": "Tisha B'Av", "2002-09-07": "Rosh Hashanah", "2002-09-08": "Rosh Hashanah", "2002-09-16": "Yom Kippur", "2002-09-21": "Sukkot", "2002-09-22": "Sukkot holiday", "2002-09-23": "Sukkot holiday", "2002-09-24": "Sukkot holiday", "2002-09-25": "Sukkot holiday", "2002-09-26": "Sukkot holiday", "2002-09-28": "Simchat Torah / Shemini Atzeret", "2002-11-30": "Hanukkah", "2002-12-01": "Hanukkah", "2002-12-02": "Hanukkah", "2002-12-03": "Hanukkah", "2002-12-04": "Hanukkah", "2002-12-05": "Hanukkah", "2002-12-06": "Hanukkah", "2002-12-07": "Hanukkah", "2003-03-17": "Ta'anit Ester", "2003-03-18": "Purim", "2003-04-17": "Pesach", "2003-04-18": "Pesach holiday", "2003-04-19": "Pesach holiday", "2003-04-20": "Pesach holiday", "2003-04-21": "Pesach holiday", "2003-04-22": "Pesach holiday", "2003-04-23": "Seventh day of Pesach", "2003-05-06": "Remembrance Day", "2003-05-07": "Independence Day", "2003-05-20": "Lag BaOmer", "2003-05-30": "Jerusalem Day", "2003-06-06": "Shavuot", "2003-08-07": "Tisha B'Av", "2003-09-27": "Rosh Hashanah", "2003-09-28": "Rosh Hashanah", "2003-10-06": "Yom Kippur", "2003-10-11": "Sukkot", "2003-10-12": "Sukkot holiday", "2003-10-13": "Sukkot holiday", "2003-10-14": "Sukkot holiday", "2003-10-15": "Sukkot holiday", "2003-10-16": "Sukkot holiday", "2003-10-18": "Simchat Torah / Shemini Atzeret", "2003-12-20": "Hanukkah", "2003-12-21": "Hanukkah", "2003-12-22": "Hanukkah", "2003-12-23": "Hanukkah", "2003-12-24": "Hanukkah", "2003-12-25": "Hanukkah", "2003-12-26": "Hanukkah", "2003-12-27": "Hanukkah", "2004-03-04": "Ta'anit Ester (observed)", "2004-03-07": "Purim", "2004-04-06": "Pesach", "2004-04-07": "Pesach holiday", "2004-04-08": "Pesach holiday", "2004-04-09": "Pesach holiday", "2004-04-10": "Pesach holiday", "2004-04-11": "Pesach holiday", "2004-04-12": "Seventh day of Pesach", "2004-04-26": "Remembrance Day (observed)", "2004-04-27": "Independence Day (observed)", "2004-05-09": "Lag BaOmer", "2004-05-19": "Jerusalem Day", "2004-05-26": "Shavuot", "2004-07-27": "Tisha B'Av", "2004-09-16": "Rosh Hashanah", "2004-09-17": "Rosh Hashanah", "2004-09-25": "Yom Kippur", "2004-09-30": "Sukkot", "2004-10-01": "Sukkot holiday", "2004-10-02": "Sukkot holiday", "2004-10-03": "Sukkot holiday", "2004-10-04": "Sukkot holiday", "2004-10-05": "Sukkot holiday", "2004-10-07": "Simchat Torah / Shemini Atzeret", "2004-12-08": "Hanukkah", "2004-12-09": "Hanukkah", "2004-12-10": "Hanukkah", "2004-12-11": "Hanukkah", "2004-12-12": "Hanukkah", "2004-12-13": "Hanukkah", "2004-12-14": "Hanukkah", "2004-12-15": "Hanukkah", "2005-03-24": "Ta'anit Ester", "2005-03-25": "Purim", "2005-04-24": "Pesach", "2005-04-25": "Pesach holiday", "2005-04-26": "Pesach holiday", "2005-04-27": "Pesach holiday", "2005-04-28": "Pesach holiday", "2005-04-29": "Pesach holiday", "2005-04-30": "Seventh day of Pesach", "2005-05-11": "Remembrance Day (observed)", "2005-05-12": "Independence Day (observed)", "2005-05-27": "Lag BaOmer", "2005-06-06": "Jerusalem Day", "2005-06-13": "Shavuot", "2005-08-14": "Tisha B'Av", "2005-10-04": "Rosh Hashanah", "2005-10-05": "Rosh Hashanah", "2005-10-13": "Yom Kippur", "2005-10-18": "Sukkot", "2005-10-19": "Sukkot holiday", "2005-10-20": "Sukkot holiday", "2005-10-21": "Sukkot holiday", "2005-10-22": "Sukkot holiday", "2005-10-23": "Sukkot holiday", "2005-10-25": "Simchat Torah / Shemini Atzeret", "2005-12-26": "Hanukkah", "2005-12-27": "Hanukkah", "2005-12-28": "Hanukkah", "2005-12-29": "Hanukkah", "2005-12-30": "Hanukkah", "2005-12-31": "Hanukkah", "2006-01-01": "Hanukkah", "2006-01-02": "Hanukkah", "2006-03-13": "Ta'anit Ester", "2006-03-14": "Purim", "2006-04-13": "Pesach", "2006-04-14": "Pesach holiday", "2006-04-15": "Pesach holiday", "2006-04-16": "Pesach holiday", "2006-04-17": "Pesach holiday", "2006-04-18": "Pesach holiday", "2006-04-19": "Seventh day of Pesach", "2006-05-02": "Remembrance Day", "2006-05-03": "Independence Day", "2006-05-16": "Lag BaOmer", "2006-05-26": "Jerusalem Day", "2006-06-02": "Shavuot", "2006-08-03": "Tisha B'Av", "2006-09-23": "Rosh Hashanah", "2006-09-24": "Rosh Hashanah", "2006-10-02": "Yom Kippur", "2006-10-07": "Sukkot", "2006-10-08": "Sukkot holiday", "2006-10-09": "Sukkot holiday", "2006-10-10": "Sukkot holiday", "2006-10-11": "Sukkot holiday", "2006-10-12": "Sukkot holiday", "2006-10-14": "Simchat Torah / Shemini Atzeret", "2006-12-16": "Hanukkah", "2006-12-17": "Hanukkah", "2006-12-18": "Hanukkah", "2006-12-19": "Hanukkah", "2006-12-20": "Hanukkah", "2006-12-21": "Hanukkah", "2006-12-22": "Hanukkah", "2006-12-23": "Hanukkah", "2007-03-01": "Ta'anit Ester (observed)", "2007-03-04": "Purim", "2007-04-03": "Pesach", "2007-04-04": "Pesach holiday", "2007-04-05": "Pesach holiday", "2007-04-06": "Pesach holiday", "2007-04-07": "Pesach holiday", "2007-04-08": "Pesach holiday", "2007-04-09": "Seventh day of Pesach", "2007-04-23": "Remembrance Day (observed)", "2007-04-24": "Independence Day (observed)", "2007-05-06": "Lag BaOmer", "2007-05-16": "Jerusalem Day", "2007-05-23": "Shavuot", "2007-07-24": "Tisha B'Av", "2007-09-13": "Rosh Hashanah", "2007-09-14": "Rosh Hashanah", "2007-09-22": "Yom Kippur", "2007-09-27": "Sukkot", "2007-09-28": "Sukkot holiday", "2007-09-29": "Sukkot holiday", "2007-09-30": "Sukkot holiday", "2007-10-01": "Sukkot holiday", "2007-10-02": "Sukkot holiday", "2007-10-04": "Simchat Torah / Shemini Atzeret", "2007-12-05": "Hanukkah", "2007-12-06": "Hanukkah", "2007-12-07": "Hanukkah", "2007-12-08": "Hanukkah", "2007-12-09": "Hanukkah", "2007-12-10": "Hanukkah", "2007-12-11": "Hanukkah", "2007-12-12": "Hanukkah", "2008-03-20": "Ta'anit Ester", "2008-03-21": "Purim", "2008-04-20": "Pesach", "2008-04-21": "Pesach holiday", "2008-04-22": "Pesach holiday", "2008-04-23": "Pesach holiday", "2008-04-24": "Pesach holiday", "2008-04-25": "Pesach holiday", "2008-04-26": "Seventh day of Pesach", "2008-05-07": "Remembrance Day (observed)", "2008-05-08": "Independence Day (observed)", "2008-05-23": "Lag BaOmer", "2008-06-02": "Jerusalem Day", "2008-06-09": "Shavuot", "2008-08-10": "Tisha B'Av", "2008-09-30": "Rosh Hashanah", "2008-10-01": "Rosh Hashanah", "2008-10-09": "Yom Kippur", "2008-10-14": "Sukkot", "2008-10-15": "Sukkot holiday", "2008-10-16": "Sukkot holiday", "2008-10-17": "Sukkot holiday", "2008-10-18": "Sukkot holiday", "2008-10-19": "Sukkot holiday", "2008-10-21": "Simchat Torah / Shemini Atzeret", "2008-11-27": "Sigd", "2008-12-22": "Hanukkah", "2008-12-23": "Hanukkah", "2008-12-24": "Hanukkah", "2008-12-25": "Hanukkah", "2008-12-26": "Hanukkah", "2008-12-27": "Hanukkah", "2008-12-28": "Hanukkah", "2008-12-29": "Hanukkah", "2009-03-09": "Ta'anit Ester", "2009-03-10": "Purim", "2009-04-09": "Pesach", "2009-04-10": "Pesach holiday", "2009-04-11": "Pesach holiday", "2009-04-12": "Pesach holiday", "2009-04-13": "Pesach holiday", "2009-04-14": "Pesach holiday", "2009-04-15": "Seventh day of Pesach", "2009-04-28": "Remembrance Day", "2009-04-29": "Independence Day", "2009-05-12": "Lag BaOmer", "2009-05-22": "Jerusalem Day", "2009-05-29": "Shavuot", "2009-07-30": "Tisha B'Av", "2009-09-19": "Rosh Hashanah", "2009-09-20": "Rosh Hashanah", "2009-09-28": "Yom Kippur", "2009-10-03": "Sukkot", "2009-10-04": "Sukkot holiday", "2009-10-05": "Sukkot holiday", "2009-10-06": "Sukkot holiday", "2009-10-07": "Sukkot holiday", "2009-10-08": "Sukkot holiday", "2009-10-10": "Simchat Torah / Shemini Atzeret", "2009-11-16": "Sigd", "2009-12-12": "Hanukkah", "2009-12-13": "Hanukkah", "2009-12-14": "Hanukkah", "2009-12-15": "Hanukkah", "2009-12-16": "Hanukkah", "2009-12-17": "Hanukkah", "2009-12-18": "Hanukkah", "2009-12-19": "Hanukkah", "2010-02-25": "Ta'anit Ester (observed)", "2010-02-28": "Purim", "2010-03-30": "Pesach", "2010-03-31": "Pesach holiday", "2010-04-01": "Pesach holiday", "2010-04-02": "Pesach holiday", "2010-04-03": "Pesach holiday", "2010-04-04": "Pesach holiday", "2010-04-05": "Seventh day of Pesach", "2010-04-19": "Remembrance Day (observed)", "2010-04-20": "Independence Day (observed)", "2010-05-02": "Lag BaOmer", "2010-05-12": "Jerusalem Day", "2010-05-19": "Shavuot", "2010-07-20": "Tisha B'Av", "2010-09-09": "Rosh Hashanah", "2010-09-10": "Rosh Hashanah", "2010-09-18": "Yom Kippur", "2010-09-23": "Sukkot", "2010-09-24": "Sukkot holiday", "2010-09-25": "Sukkot holiday", "2010-09-26": "Sukkot holiday", "2010-09-27": "Sukkot holiday", "2010-09-28": "Sukkot holiday", "2010-09-30": "Simchat Torah / Shemini Atzeret", "2010-11-06": "Sigd", "2010-12-02": "Hanukkah", "2010-12-03": "Hanukkah", "2010-12-04": "Hanukkah", "2010-12-05": "Hanukkah", "2010-12-06": "Hanukkah", "2010-12-07": "Hanukkah", "2010-12-08": "Hanukkah", "2010-12-09": "Hanukkah", "2011-03-17": "Ta'anit Ester (observed)", "2011-03-20": "Purim", "2011-04-19": "Pesach", "2011-04-20": "Pesach holiday", "2011-04-21": "Pesach holiday", "2011-04-22": "Pesach holiday", "2011-04-23": "Pesach holiday", "2011-04-24": "Pesach holiday", "2011-04-25": "Seventh day of Pesach", "2011-05-09": "Remembrance Day (observed)", "2011-05-10": "Independence Day (observed)", "2011-05-22": "Lag BaOmer", "2011-06-01": "Jerusalem Day", "2011-06-08": "Shavuot", "2011-08-09": "Tisha B'Av", "2011-09-29": "Rosh Hashanah", "2011-09-30": "Rosh Hashanah", "2011-10-08": "Yom Kippur", "2011-10-13": "Sukkot", "2011-10-14": "Sukkot holiday", "2011-10-15": "Sukkot holiday", "2011-10-16": "Sukkot holiday", "2011-10-17": "Sukkot holiday", "2011-10-18": "Sukkot holiday", "2011-10-20": "Simchat Torah / Shemini Atzeret", "2011-11-26": "Sigd", "2011-12-21": "Hanukkah", "2011-12-22": "Hanukkah", "2011-12-23": "Hanukkah", "2011-12-24": "Hanukkah", "2011-12-25": "Hanukkah", "2011-12-26": "Hanukkah", "2011-12-27": "Hanukkah", "2011-12-28": "Hanukkah", "2012-03-07": "Ta'anit Ester", "2012-03-08": "Purim", "2012-04-07": "Pesach", "2012-04-08": "Pesach holiday", "2012-04-09": "Pesach holiday", "2012-04-10": "Pesach holiday", "2012-04-11": "Pesach holiday", "2012-04-12": "Pesach holiday", "2012-04-13": "Seventh day of Pesach", "2012-04-25": "Remembrance Day (observed)", "2012-04-26": "Independence Day (observed)", "2012-05-10": "Lag BaOmer", "2012-05-20": "Jerusalem Day", "2012-05-27": "Shavuot", "2012-07-29": "Tisha B'Av (observed)", "2012-09-17": "Rosh Hashanah", "2012-09-18": "Rosh Hashanah", "2012-09-26": "Yom Kippur", "2012-10-01": "Sukkot", "2012-10-02": "Sukkot holiday", "2012-10-03": "Sukkot holiday", "2012-10-04": "Sukkot holiday", "2012-10-05": "Sukkot holiday", "2012-10-06": "Sukkot holiday", "2012-10-08": "Simchat Torah / Shemini Atzeret", "2012-11-14": "Sigd", "2012-12-09": "Hanukkah", "2012-12-10": "Hanukkah", "2012-12-11": "Hanukkah", "2012-12-12": "Hanukkah", "2012-12-13": "Hanukkah", "2012-12-14": "Hanukkah", "2012-12-15": "Hanukkah", "2012-12-16": "Hanukkah", "2013-02-21": "Ta'anit Ester (observed)", "2013-02-24": "Purim", "2013-03-26": "Pesach", "2013-03-27": "Pesach holiday", "2013-03-28": "Pesach holiday", "2013-03-29": "Pesach holiday", "2013-03-30": "Pesach holiday", "2013-03-31": "Pesach holiday", "2013-04-01": "Seventh day of Pesach", "2013-04-15": "Remembrance Day (observed)", "2013-04-16": "Independence Day (observed)", "2013-04-28": "Lag BaOmer", "2013-05-08": "Jerusalem Day", "2013-05-15": "Shavuot", "2013-07-16": "Tisha B'Av", "2013-09-05": "Rosh Hashanah", "2013-09-06": "Rosh Hashanah", "2013-09-14": "Yom Kippur", "2013-09-19": "Sukkot", "2013-09-20": "Sukkot holiday", "2013-09-21": "Sukkot holiday", "2013-09-22": "Sukkot holiday", "2013-09-23": "Sukkot holiday", "2013-09-24": "Sukkot holiday", "2013-09-26": "Simchat Torah / Shemini Atzeret", "2013-11-02": "Sigd", "2013-11-28": "Hanukkah", "2013-11-29": "Hanukkah", "2013-11-30": "Hanukkah", "2013-12-01": "Hanukkah", "2013-12-02": "Hanukkah", "2013-12-03": "Hanukkah", "2013-12-04": "Hanukkah", "2013-12-05": "Hanukkah", "2014-03-13": "Ta'anit Ester (observed)", "2014-03-16": "Purim", "2014-04-15": "Pesach", "2014-04-16": "Pesach holiday", "2014-04-17": "Pesach holiday", "2014-04-18": "Pesach holiday", "2014-04-19": "Pesach holiday", "2014-04-20": "Pesach holiday", "2014-04-21": "Seventh day of Pesach", "2014-05-05": "Remembrance Day (observed)", "2014-05-06": "Independence Day (observed)", "2014-05-18": "Lag BaOmer", "2014-05-28": "Jerusalem Day", "2014-06-04": "Shavuot", "2014-08-05": "Tisha B'Av", "2014-09-25": "Rosh Hashanah", "2014-09-26": "Rosh Hashanah", "2014-10-04": "Yom Kippur", "2014-10-09": "Sukkot", "2014-10-10": "Sukkot holiday", "2014-10-11": "Sukkot holiday", "2014-10-12": "Sukkot holiday", "2014-10-13": "Sukkot holiday", "2014-10-14": "Sukkot holiday", "2014-10-16": "Simchat Torah / Shemini Atzeret", "2014-11-22": "Sigd", "2014-12-17": "Hanukkah", "2014-12-18": "Hanukkah", "2014-12-19": "Hanukkah", "2014-12-20": "Hanukkah", "2014-12-21": "Hanukkah", "2014-12-22": "Hanukkah", "2014-12-23": "Hanukkah", "2014-12-24": "Hanukkah", "2015-03-04": "Ta'anit Ester", "2015-03-05": "Purim", "2015-04-04": "Pesach", "2015-04-05": "Pesach holiday", "2015-04-06": "Pesach holiday", "2015-04-07": "Pesach holiday", "2015-04-08": "Pesach holiday", "2015-04-09": "Pesach holiday", "2015-04-10": "Seventh day of Pesach", "2015-04-22": "Remembrance Day (observed)", "2015-04-23": "Independence Day (observed)", "2015-05-07": "Lag BaOmer", "2015-05-17": "Jerusalem Day", "2015-05-24": "Shavuot", "2015-07-26": "Tisha B'Av (observed)", "2015-09-14": "Rosh Hashanah", "2015-09-15": "Rosh Hashanah", "2015-09-23": "Yom Kippur", "2015-09-28": "Sukkot", "2015-09-29": "Sukkot holiday", "2015-09-30": "Sukkot holiday", "2015-10-01": "Sukkot holiday", "2015-10-02": "Sukkot holiday", "2015-10-03": "Sukkot holiday", "2015-10-05": "Simchat Torah / Shemini Atzeret", "2015-11-11": "Sigd", "2015-12-07": "Hanukkah", "2015-12-08": "Hanukkah", "2015-12-09": "Hanukkah", "2015-12-10": "Hanukkah", "2015-12-11": "Hanukkah", "2015-12-12": "Hanukkah", "2015-12-13": "Hanukkah", "2015-12-14": "Hanukkah", "2016-03-23": "Ta'anit Ester", "2016-03-24": "Purim", "2016-04-23": "Pesach", "2016-04-24": "Pesach holiday", "2016-04-25": "Pesach holiday", "2016-04-26": "Pesach holiday", "2016-04-27": "Pesach holiday", "2016-04-28": "Pesach holiday", "2016-04-29": "Seventh day of Pesach", "2016-05-11": "Remembrance Day (observed)", "2016-05-12": "Independence Day (observed)", "2016-05-26": "Lag BaOmer", "2016-06-05": "Jerusalem Day", "2016-06-12": "Shavuot", "2016-08-14": "Tisha B'Av (observed)", "2016-10-03": "Rosh Hashanah", "2016-10-04": "Rosh Hashanah", "2016-10-12": "Yom Kippur", "2016-10-17": "Sukkot", "2016-10-18": "Sukkot holiday", "2016-10-19": "Sukkot holiday", "2016-10-20": "Sukkot holiday", "2016-10-21": "Sukkot holiday", "2016-10-22": "Sukkot holiday", "2016-10-24": "Simchat Torah / Shemini Atzeret", "2016-11-30": "Sigd", "2016-12-25": "Hanukkah", "2016-12-26": "Hanukkah", "2016-12-27": "Hanukkah", "2016-12-28": "Hanukkah", "2016-12-29": "Hanukkah", "2016-12-30": "Hanukkah", "2016-12-31": "Hanukkah", "2017-01-01": "Hanukkah", "2017-03-09": "Ta'anit Ester (observed)", "2017-03-12": "Purim", "2017-04-11": "Pesach", "2017-04-12": "Pesach holiday", "2017-04-13": "Pesach holiday", "2017-04-14": "Pesach holiday", "2017-04-15": "Pesach holiday", "2017-04-16": "Pesach holiday", "2017-04-17": "Seventh day of Pesach", "2017-05-01": "Remembrance Day (observed)", "2017-05-02": "Independence Day (observed)", "2017-05-14": "Lag BaOmer", "2017-05-24": "Jerusalem Day", "2017-05-31": "Shavuot", "2017-08-01": "Tisha B'Av", "2017-09-21": "Rosh Hashanah", "2017-09-22": "Rosh Hashanah", "2017-09-30": "Yom Kippur", "2017-10-05": "Sukkot", "2017-10-06": "Sukkot holiday", "2017-10-07": "Sukkot holiday", "2017-10-08": "Sukkot holiday", "2017-10-09": "Sukkot holiday", "2017-10-10": "Sukkot holiday", "2017-10-12": "Simchat Torah / Shemini Atzeret", "2017-11-18": "Sigd", "2017-12-13": "Hanukkah", "2017-12-14": "Hanukkah", "2017-12-15": "Hanukkah", "2017-12-16": "Hanukkah", "2017-12-17": "Hanukkah", "2017-12-18": "Hanukkah", "2017-12-19": "Hanukkah", "2017-12-20": "Hanukkah", "2018-02-28": "Ta'anit Ester", "2018-03-01": "Purim", "2018-03-31": "Pesach", "2018-04-01": "Pesach holiday", "2018-04-02": "Pesach holiday", "2018-04-03": "Pesach holiday", "2018-04-04": "Pesach holiday", "2018-04-05": "Pesach holiday", "2018-04-06": "Seventh day of Pesach", "2018-04-18": "Remembrance Day (observed)", "2018-04-19": "Independence Day (observed)", "2018-05-03": "Lag BaOmer", "2018-05-13": "Jerusalem Day", "2018-05-20": "Shavuot", "2018-07-22": "Tisha B'Av (observed)", "2018-09-10": "Rosh Hashanah", "2018-09-11": "Rosh Hashanah", "2018-09-19": "Yom Kippur", "2018-09-24": "Sukkot", "2018-09-25": "Sukkot holiday", "2018-09-26": "Sukkot holiday", "2018-09-27": "Sukkot holiday", "2018-09-28": "Sukkot holiday", "2018-09-29": "Sukkot holiday", "2018-10-01": "Simchat Torah / Shemini Atzeret", "2018-11-07": "Sigd", "2018-12-03": "Hanukkah", "2018-12-04": "Hanukkah", "2018-12-05": "Hanukkah", "2018-12-06": "Hanukkah", "2018-12-07": "Hanukkah", "2018-12-08": "Hanukkah", "2018-12-09": "Hanukkah", "2018-12-10": "Hanukkah", "2019-03-20": "Ta'anit Ester", "2019-03-21": "Purim", "2019-04-20": "Pesach", "2019-04-21": "Pesach holiday", "2019-04-22": "Pesach holiday", "2019-04-23": "Pesach holiday", "2019-04-24": "Pesach holiday", "2019-04-25": "Pesach holiday", "2019-04-26": "Seventh day of Pesach", "2019-05-08": "Remembrance Day (observed)", "2019-05-09": "Independence Day (observed)", "2019-05-23": "Lag BaOmer", "2019-06-02": "Jerusalem Day", "2019-06-09": "Shavuot", "2019-08-11": "Tisha B'Av (observed)", "2019-09-30": "Rosh Hashanah", "2019-10-01": "Rosh Hashanah", "2019-10-09": "Yom Kippur", "2019-10-14": "Sukkot", "2019-10-15": "Sukkot holiday", "2019-10-16": "Sukkot holiday", "2019-10-17": "Sukkot holiday", "2019-10-18": "Sukkot holiday", "2019-10-19": "Sukkot holiday", "2019-10-21": "Simchat Torah / Shemini Atzeret", "2019-11-27": "Sigd", "2019-12-23": "Hanukkah", "2019-12-24": "Hanukkah", "2019-12-25": "Hanukkah", "2019-12-26": "Hanukkah", "2019-12-27": "Hanukkah", "2019-12-28": "Hanukkah", "2019-12-29": "Hanukkah", "2019-12-30": "Hanukkah", "2020-03-09": "Ta'anit Ester", "2020-03-10": "Purim", "2020-04-09": "Pesach", "2020-04-10": "Pesach holiday", "2020-04-11": "Pesach holiday", "2020-04-12": "Pesach holiday", "2020-04-13": "Pesach holiday", "2020-04-14": "Pesach holiday", "2020-04-15": "Seventh day of Pesach", "2020-04-28": "Remembrance Day", "2020-04-29": "Independence Day", "2020-05-12": "Lag BaOmer", "2020-05-22": "Jerusalem Day", "2020-05-29": "Shavuot", "2020-07-30": "Tisha B'Av", "2020-09-19": "Rosh Hashanah", "2020-09-20": "Rosh Hashanah", "2020-09-28": "Yom Kippur", "2020-10-03": "Sukkot", "2020-10-04": "Sukkot holiday", "2020-10-05": "Sukkot holiday", "2020-10-06": "Sukkot holiday", "2020-10-07": "Sukkot holiday", "2020-10-08": "Sukkot holiday", "2020-10-10": "Simchat Torah / Shemini Atzeret", "2020-11-16": "Sigd", "2020-12-11": "Hanukkah", "2020-12-12": "Hanukkah", "2020-12-13": "Hanukkah", "2020-12-14": "Hanukkah", "2020-12-15": "Hanukkah", "2020-12-16": "Hanukkah", "2020-12-17": "Hanukkah", "2020-12-18": "Hanukkah", "2021-02-25": "Ta'anit Ester", "2021-02-26": "Purim", "2021-03-28": "Pesach", "2021-03-29": "Pesach holiday", "2021-03-30": "Pesach holiday", "2021-03-31": "Pesach holiday", "2021-04-01": "Pesach holiday", "2021-04-02": "Pesach holiday", "2021-04-03": "Seventh day of Pesach", "2021-04-14": "Remembrance Day (observed)", "2021-04-15": "Independence Day (observed)", "2021-04-30": "Lag BaOmer", "2021-05-10": "Jerusalem Day", "2021-05-17": "Shavuot", "2021-07-18": "Tisha B'Av", "2021-09-07": "Rosh Hashanah", "2021-09-08": "Rosh Hashanah", "2021-09-16": "Yom Kippur", "2021-09-21": "Sukkot", "2021-09-22": "Sukkot holiday", "2021-09-23": "Sukkot holiday", "2021-09-24": "Sukkot holiday", "2021-09-25": "Sukkot holiday", "2021-09-26": "Sukkot holiday", "2021-09-28": "Simchat Torah / Shemini Atzeret", "2021-11-04": "Sigd", "2021-11-29": "Hanukkah", "2021-11-30": "Hanukkah", "2021-12-01": "Hanukkah", "2021-12-02": "Hanukkah", "2021-12-03": "Hanukkah", "2021-12-04": "Hanukkah", "2021-12-05": "Hanukkah", "2021-12-06": "Hanukkah", "2022-03-16": "Ta'anit Ester", "2022-03-17": "Purim", "2022-04-16": "Pesach", "2022-04-17": "Pesach holiday", "2022-04-18": "Pesach holiday", "2022-04-19": "Pesach holiday", "2022-04-20": "Pesach holiday", "2022-04-21": "Pesach holiday", "2022-04-22": "Seventh day of Pesach", "2022-05-04": "Remembrance Day (observed)", "2022-05-05": "Independence Day (observed)", "2022-05-19": "Lag BaOmer", "2022-05-29": "Jerusalem Day", "2022-06-05": "Shavuot", "2022-08-07": "Tisha B'Av (observed)", "2022-09-26": "Rosh Hashanah", "2022-09-27": "Rosh Hashanah", "2022-10-05": "Yom Kippur", "2022-10-10": "Sukkot", "2022-10-11": "Sukkot holiday", "2022-10-12": "Sukkot holiday", "2022-10-13": "Sukkot holiday", "2022-10-14": "Sukkot holiday", "2022-10-15": "Sukkot holiday", "2022-10-17": "Simchat Torah / Shemini Atzeret", "2022-11-23": "Sigd", "2022-12-19": "Hanukkah", "2022-12-20": "Hanukkah", "2022-12-21": "Hanukkah", "2022-12-22": "Hanukkah", "2022-12-23": "Hanukkah", "2022-12-24": "Hanukkah", "2022-12-25": "Hanukkah", "2022-12-26": "Hanukkah", "2023-03-06": "Ta'anit Ester", "2023-03-07": "Purim", "2023-04-06": "Pesach", "2023-04-07": "Pesach holiday", "2023-04-08": "Pesach holiday", "2023-04-09": "Pesach holiday", "2023-04-10": "Pesach holiday", "2023-04-11": "Pesach holiday", "2023-04-12": "Seventh day of Pesach", "2023-04-25": "Remembrance Day", "2023-04-26": "Independence Day", "2023-05-09": "Lag BaOmer", "2023-05-19": "Jerusalem Day", "2023-05-26": "Shavuot", "2023-07-27": "Tisha B'Av", "2023-09-16": "Rosh Hashanah", "2023-09-17": "Rosh Hashanah", "2023-09-25": "Yom Kippur", "2023-09-30": "Sukkot", "2023-10-01": "Sukkot holiday", "2023-10-02": "Sukkot holiday", "2023-10-03": "Sukkot holiday", "2023-10-04": "Sukkot holiday", "2023-10-05": "Sukkot holiday", "2023-10-07": "Simchat Torah / Shemini Atzeret", "2023-11-13": "Sigd", "2023-12-08": "Hanukkah", "2023-12-09": "Hanukkah", "2023-12-10": "Hanukkah", "2023-12-11": "Hanukkah", "2023-12-12": "Hanukkah", "2023-12-13": "Hanukkah", "2023-12-14": "Hanukkah", "2023-12-15": "Hanukkah", "2024-03-21": "Ta'anit Ester (observed)", "2024-03-24": "Purim", "2024-04-23": "Pesach", "2024-04-24": "Pesach holiday", "2024-04-25": "Pesach holiday", "2024-04-26": "Pesach holiday", "2024-04-27": "Pesach holiday", "2024-04-28": "Pesach holiday", "2024-04-29": "Seventh day of Pesach", "2024-05-13": "Remembrance Day (observed)", "2024-05-14": "Independence Day (observed)", "2024-05-26": "Lag BaOmer", "2024-06-05": "Jerusalem Day", "2024-06-12": "Shavuot", "2024-08-13": "Tisha B'Av", "2024-10-03": "Rosh Hashanah", "2024-10-04": "Rosh Hashanah", "2024-10-12": "Yom Kippur", "2024-10-17": "Sukkot", "2024-10-18": "Sukkot holiday", "2024-10-19": "Sukkot holiday", "2024-10-20": "Sukkot holiday", "2024-10-21": "Sukkot holiday", "2024-10-22": "Sukkot holiday", "2024-10-24": "Simchat Torah / Shemini Atzeret", "2024-11-30": "Sigd", "2024-12-26": "Hanukkah", "2024-12-27": "Hanukkah", "2024-12-28": "Hanukkah", "2024-12-29": "Hanukkah", "2024-12-30": "Hanukkah", "2024-12-31": "Hanukkah", "2025-01-01": "Hanukkah", "2025-01-02": "Hanukkah", "2025-03-13": "Ta'anit Ester", "2025-03-14": "Purim", "2025-04-13": "Pesach", "2025-04-14": "Pesach holiday", "2025-04-15": "Pesach holiday", "2025-04-16": "Pesach holiday", "2025-04-17": "Pesach holiday", "2025-04-18": "Pesach holiday", "2025-04-19": "Seventh day of Pesach", "2025-04-30": "Remembrance Day (observed)", "2025-05-01": "Independence Day (observed)", "2025-05-16": "Lag BaOmer", "2025-05-26": "Jerusalem Day", "2025-06-02": "Shavuot", "2025-08-03": "Tisha B'Av", "2025-09-23": "Rosh Hashanah", "2025-09-24": "Rosh Hashanah", "2025-10-02": "Yom Kippur", "2025-10-07": "Sukkot", "2025-10-08": "Sukkot holiday", "2025-10-09": "Sukkot holiday", "2025-10-10": "Sukkot holiday", "2025-10-11": "Sukkot holiday", "2025-10-12": "Sukkot holiday", "2025-10-14": "Simchat Torah / Shemini Atzeret", "2025-11-20": "Sigd", "2025-12-15": "Hanukkah", "2025-12-16": "Hanukkah", "2025-12-17": "Hanukkah", "2025-12-18": "Hanukkah", "2025-12-19": "Hanukkah", "2025-12-20": "Hanukkah", "2025-12-21": "Hanukkah", "2025-12-22": "Hanukkah", "2026-03-02": "Ta'anit Ester", "2026-03-03": "Purim", "2026-04-02": "Pesach", "2026-04-03": "Pesach holiday", "2026-04-04": "Pesach holiday", "2026-04-05": "Pesach holiday", "2026-04-06": "Pesach holiday", "2026-04-07": "Pesach holiday", "2026-04-08": "Seventh day of Pesach", "2026-04-21": "Remembrance Day", "2026-04-22": "Independence Day", "2026-05-05": "Lag BaOmer", "2026-05-15": "Jerusalem Day", "2026-05-22": "Shavuot", "2026-07-23": "Tisha B'Av", "2026-09-12": "Rosh Hashanah", "2026-09-13": "Rosh Hashanah", "2026-09-21": "Yom Kippur", "2026-09-26": "Sukkot", "2026-09-27": "Sukkot holiday", "2026-09-28": "Sukkot holiday", "2026-09-29": "Sukkot holiday", "2026-09-30": "Sukkot holiday", "2026-10-01": "Sukkot holiday", "2026-10-03": "Simchat Torah / Shemini Atzeret", "2026-11-09": "Sigd", "2026-12-05": "Hanukkah", "2026-12-06": "Hanukkah", "2026-12-07": "Hanukkah", "2026-12-08": "Hanukkah", "2026-12-09": "Hanukkah", "2026-12-10": "Hanukkah", "2026-12-11": "Hanukkah", "2026-12-12": "Hanukkah", "2027-03-22": "Ta'anit Ester", "2027-03-23": "Purim", "2027-04-22": "Pesach", "2027-04-23": "Pesach holiday", "2027-04-24": "Pesach holiday", "2027-04-25": "Pesach holiday", "2027-04-26": "Pesach holiday", "2027-04-27": "Pesach holiday", "2027-04-28": "Seventh day of Pesach", "2027-05-11": "Remembrance Day", "2027-05-12": "Independence Day", "2027-05-25": "Lag BaOmer", "2027-06-04": "Jerusalem Day", "2027-06-11": "Shavuot", "2027-08-12": "Tisha B'Av", "2027-10-02": "Rosh Hashanah", "2027-10-03": "Rosh Hashanah", "2027-10-11": "Yom Kippur", "2027-10-16": "Sukkot", "2027-10-17": "Sukkot holiday", "2027-10-18": "Sukkot holiday", "2027-10-19": "Sukkot holiday", "2027-10-20": "Sukkot holiday", "2027-10-21": "Sukkot holiday", "2027-10-23": "Simchat Torah / Shemini Atzeret", "2027-11-29": "Sigd", "2027-12-25": "Hanukkah", "2027-12-26": "Hanukkah", "2027-12-27": "Hanukkah", "2027-12-28": "Hanukkah", "2027-12-29": "Hanukkah", "2027-12-30": "Hanukkah", "2027-12-31": "Hanukkah", "2028-01-01": "Hanukkah", "2028-03-09": "Ta'anit Ester (observed)", "2028-03-12": "Purim", "2028-04-11": "Pesach", "2028-04-12": "Pesach holiday", "2028-04-13": "Pesach holiday", "2028-04-14": "Pesach holiday", "2028-04-15": "Pesach holiday", "2028-04-16": "Pesach holiday", "2028-04-17": "Seventh day of Pesach", "2028-05-01": "Remembrance Day (observed)", "2028-05-02": "Independence Day (observed)", "2028-05-14": "Lag BaOmer", "2028-05-24": "Jerusalem Day", "2028-05-31": "Shavuot", "2028-08-01": "Tisha B'Av", "2028-09-21": "Rosh Hashanah", "2028-09-22": "Rosh Hashanah", "2028-09-30": "Yom Kippur", "2028-10-05": "Sukkot", "2028-10-06": "Sukkot holiday", "2028-10-07": "Sukkot holiday", "2028-10-08": "Sukkot holiday", "2028-10-09": "Sukkot holiday", "2028-10-10": "Sukkot holiday", "2028-10-12": "Simchat Torah / Shemini Atzeret", "2028-11-18": "Sigd", "2028-12-13": "Hanukkah", "2028-12-14": "Hanukkah", "2028-12-15": "Hanukkah", "2028-12-16": "Hanukkah", "2028-12-17": "Hanukkah", "2028-12-18": "Hanukkah", "2028-12-19": "Hanukkah", "2028-12-20": "Hanukkah", "2029-02-28": "Ta'anit Ester", "2029-03-01": "Purim", "2029-03-31": "Pesach", "2029-04-01": "Pesach holiday", "2029-04-02": "Pesach holiday", "2029-04-03": "Pesach holiday", "2029-04-04": "Pesach holiday", "2029-04-05": "Pesach holiday", "2029-04-06": "Seventh day of Pesach", "2029-04-18": "Remembrance Day (observed)", "2029-04-19": "Independence Day (observed)", "2029-05-03": "Lag BaOmer", "2029-05-13": "Jerusalem Day", "2029-05-20": "Shavuot", "2029-07-22": "Tisha B'Av (observed)", "2029-09-10": "Rosh Hashanah", "2029-09-11": "Rosh Hashanah", "2029-09-19": "Yom Kippur", "2029-09-24": "Sukkot", "2029-09-25": "Sukkot holiday", "2029-09-26": "Sukkot holiday", "2029-09-27": "Sukkot holiday", "2029-09-28": "Sukkot holiday", "2029-09-29": "Sukkot holiday", "2029-10-01": "Simchat Torah / Shemini Atzeret", "2029-11-07": "Sigd", "2029-12-02": "Hanukkah", "2029-12-03": "Hanukkah", "2029-12-04": "Hanukkah", "2029-12-05": "Hanukkah", "2029-12-06": "Hanukkah", "2029-12-07": "Hanukkah", "2029-12-08": "Hanukkah", "2029-12-09": "Hanukkah", "2030-03-18": "Ta'anit Ester", "2030-03-19": "Purim", "2030-04-18": "Pesach", "2030-04-19": "Pesach holiday", "2030-04-20": "Pesach holiday", "2030-04-21": "Pesach holiday", "2030-04-22": "Pesach holiday", "2030-04-23": "Pesach holiday", "2030-04-24": "Seventh day of Pesach", "2030-05-07": "Remembrance Day", "2030-05-08": "Independence Day", "2030-05-21": "Lag BaOmer", "2030-05-31": "Jerusalem Day", "2030-06-07": "Shavuot", "2030-08-08": "Tisha B'Av", "2030-09-28": "Rosh Hashanah", "2030-09-29": "Rosh Hashanah", "2030-10-07": "Yom Kippur", "2030-10-12": "Sukkot", "2030-10-13": "Sukkot holiday", "2030-10-14": "Sukkot holiday", "2030-10-15": "Sukkot holiday", "2030-10-16": "Sukkot holiday", "2030-10-17": "Sukkot holiday", "2030-10-19": "Simchat Torah / Shemini Atzeret", "2030-11-25": "Sigd", "2030-12-21": "Hanukkah", "2030-12-22": "Hanukkah", "2030-12-23": "Hanukkah", "2030-12-24": "Hanukkah", "2030-12-25": "Hanukkah", "2030-12-26": "Hanukkah", "2030-12-27": "Hanukkah", "2030-12-28": "Hanukkah", "2031-03-06": "Ta'anit Ester (observed)", "2031-03-09": "Purim", "2031-04-08": "Pesach", "2031-04-09": "Pesach holiday", "2031-04-10": "Pesach holiday", "2031-04-11": "Pesach holiday", "2031-04-12": "Pesach holiday", "2031-04-13": "Pesach holiday", "2031-04-14": "Seventh day of Pesach", "2031-04-28": "Remembrance Day (observed)", "2031-04-29": "Independence Day (observed)", "2031-05-11": "Lag BaOmer", "2031-05-21": "Jerusalem Day", "2031-05-28": "Shavuot", "2031-07-29": "Tisha B'Av", "2031-09-18": "Rosh Hashanah", "2031-09-19": "Rosh Hashanah", "2031-09-27": "Yom Kippur", "2031-10-02": "Sukkot", "2031-10-03": "Sukkot holiday", "2031-10-04": "Sukkot holiday", "2031-10-05": "Sukkot holiday", "2031-10-06": "Sukkot holiday", "2031-10-07": "Sukkot holiday", "2031-10-09": "Simchat Torah / Shemini Atzeret", "2031-11-15": "Sigd", "2031-12-10": "Hanukkah", "2031-12-11": "Hanukkah", "2031-12-12": "Hanukkah", "2031-12-13": "Hanukkah", "2031-12-14": "Hanukkah", "2031-12-15": "Hanukkah", "2031-12-16": "Hanukkah", "2031-12-17": "Hanukkah", "2032-02-25": "Ta'anit Ester", "2032-02-26": "Purim", "2032-03-27": "Pesach", "2032-03-28": "Pesach holiday", "2032-03-29": "Pesach holiday", "2032-03-30": "Pesach holiday", "2032-03-31": "Pesach holiday", "2032-04-01": "Pesach holiday", "2032-04-02": "Seventh day of Pesach", "2032-04-14": "Remembrance Day (observed)", "2032-04-15": "Independence Day (observed)", "2032-04-29": "Lag BaOmer", "2032-05-09": "Jerusalem Day", "2032-05-16": "Shavuot", "2032-07-18": "Tisha B'Av (observed)", "2032-09-06": "Rosh Hashanah", "2032-09-07": "Rosh Hashanah", "2032-09-15": "Yom Kippur", "2032-09-20": "Sukkot", "2032-09-21": "Sukkot holiday", "2032-09-22": "Sukkot holiday", "2032-09-23": "Sukkot holiday", "2032-09-24": "Sukkot holiday", "2032-09-25": "Sukkot holiday", "2032-09-27": "Simchat Torah / Shemini Atzeret", "2032-11-03": "Sigd", "2032-11-28": "Hanukkah", "2032-11-29": "Hanukkah", "2032-11-30": "Hanukkah", "2032-12-01": "Hanukkah", "2032-12-02": "Hanukkah", "2032-12-03": "Hanukkah", "2032-12-04": "Hanukkah", "2032-12-05": "Hanukkah", "2033-03-14": "Ta'anit Ester", "2033-03-15": "Purim", "2033-04-14": "Pesach", "2033-04-15": "Pesach holiday", "2033-04-16": "Pesach holiday", "2033-04-17": "Pesach holiday", "2033-04-18": "Pesach holiday", "2033-04-19": "Pesach holiday", "2033-04-20": "Seventh day of Pesach", "2033-05-03": "Remembrance Day", "2033-05-04": "Independence Day", "2033-05-17": "Lag BaOmer", "2033-05-27": "Jerusalem Day", "2033-06-03": "Shavuot", "2033-08-04": "Tisha B'Av", "2033-09-24": "Rosh Hashanah", "2033-09-25": "Rosh Hashanah", "2033-10-03": "Yom Kippur", "2033-10-08": "Sukkot", "2033-10-09": "Sukkot holiday", "2033-10-10": "Sukkot holiday", "2033-10-11": "Sukkot holiday", "2033-10-12": "Sukkot holiday", "2033-10-13": "Sukkot holiday", "2033-10-15": "Simchat Torah / Shemini Atzeret", "2033-11-21": "Sigd", "2033-12-17": "Hanukkah", "2033-12-18": "Hanukkah", "2033-12-19": "Hanukkah", "2033-12-20": "Hanukkah", "2033-12-21": "Hanukkah", "2033-12-22": "Hanukkah", "2033-12-23": "Hanukkah", "2033-12-24": "Hanukkah", "2034-03-02": "Ta'anit Ester (observed)", "2034-03-05": "Purim", "2034-04-04": "Pesach", "2034-04-05": "Pesach holiday", "2034-04-06": "Pesach holiday", "2034-04-07": "Pesach holiday", "2034-04-08": "Pesach holiday", "2034-04-09": "Pesach holiday", "2034-04-10": "Seventh day of Pesach", "2034-04-24": "Remembrance Day (observed)", "2034-04-25": "Independence Day (observed)", "2034-05-07": "Lag BaOmer", "2034-05-17": "Jerusalem Day", "2034-05-24": "Shavuot", "2034-07-25": "Tisha B'Av", "2034-09-14": "Rosh Hashanah", "2034-09-15": "Rosh Hashanah", "2034-09-23": "Yom Kippur", "2034-09-28": "Sukkot", "2034-09-29": "Sukkot holiday", "2034-09-30": "Sukkot holiday", "2034-10-01": "Sukkot holiday", "2034-10-02": "Sukkot holiday", "2034-10-03": "Sukkot holiday", "2034-10-05": "Simchat Torah / Shemini Atzeret", "2034-11-11": "Sigd", "2034-12-07": "Hanukkah", "2034-12-08": "Hanukkah", "2034-12-09": "Hanukkah", "2034-12-10": "Hanukkah", "2034-12-11": "Hanukkah", "2034-12-12": "Hanukkah", "2034-12-13": "Hanukkah", "2034-12-14": "Hanukkah", "2035-03-22": "Ta'anit Ester (observed)", "2035-03-25": "Purim", "2035-04-24": "Pesach", "2035-04-25": "Pesach holiday", "2035-04-26": "Pesach holiday", "2035-04-27": "Pesach holiday", "2035-04-28": "Pesach holiday", "2035-04-29": "Pesach holiday", "2035-04-30": "Seventh day of Pesach", "2035-05-14": "Remembrance Day (observed)", "2035-05-15": "Independence Day (observed)", "2035-05-27": "Lag BaOmer", "2035-06-06": "Jerusalem Day", "2035-06-13": "Shavuot", "2035-08-14": "Tisha B'Av", "2035-10-04": "Rosh Hashanah", "2035-10-05": "Rosh Hashanah", "2035-10-13": "Yom Kippur", "2035-10-18": "Sukkot", "2035-10-19": "Sukkot holiday", "2035-10-20": "Sukkot holiday", "2035-10-21": "Sukkot holiday", "2035-10-22": "Sukkot holiday", "2035-10-23": "Sukkot holiday", "2035-10-25": "Simchat Torah / Shemini Atzeret", "2035-12-01": "Sigd", "2035-12-26": "Hanukkah", "2035-12-27": "Hanukkah", "2035-12-28": "Hanukkah", "2035-12-29": "Hanukkah", "2035-12-30": "Hanukkah", "2035-12-31": "Hanukkah", "2036-01-01": "Hanukkah", "2036-01-02": "Hanukkah", "2036-03-12": "Ta'anit Ester", "2036-03-13": "Purim", "2036-04-12": "Pesach", "2036-04-13": "Pesach holiday", "2036-04-14": "Pesach holiday", "2036-04-15": "Pesach holiday", "2036-04-16": "Pesach holiday", "2036-04-17": "Pesach holiday", "2036-04-18": "Seventh day of Pesach", "2036-04-30": "Remembrance Day (observed)", "2036-05-01": "Independence Day (observed)", "2036-05-15": "Lag BaOmer", "2036-05-25": "Jerusalem Day", "2036-06-01": "Shavuot", "2036-08-03": "Tisha B'Av (observed)", "2036-09-22": "Rosh Hashanah", "2036-09-23": "Rosh Hashanah", "2036-10-01": "Yom Kippur", "2036-10-06": "Sukkot", "2036-10-07": "Sukkot holiday", "2036-10-08": "Sukkot holiday", "2036-10-09": "Sukkot holiday", "2036-10-10": "Sukkot holiday", "2036-10-11": "Sukkot holiday", "2036-10-13": "Simchat Torah / Shemini Atzeret", "2036-11-19": "Sigd", "2036-12-14": "Hanukkah", "2036-12-15": "Hanukkah", "2036-12-16": "Hanukkah", "2036-12-17": "Hanukkah", "2036-12-18": "Hanukkah", "2036-12-19": "Hanukkah", "2036-12-20": "Hanukkah", "2036-12-21": "Hanukkah", "2037-02-26": "Ta'anit Ester (observed)", "2037-03-01": "Purim", "2037-03-31": "Pesach", "2037-04-01": "Pesach holiday", "2037-04-02": "Pesach holiday", "2037-04-03": "Pesach holiday", "2037-04-04": "Pesach holiday", "2037-04-05": "Pesach holiday", "2037-04-06": "Seventh day of Pesach", "2037-04-20": "Remembrance Day (observed)", "2037-04-21": "Independence Day (observed)", "2037-05-03": "Lag BaOmer", "2037-05-13": "Jerusalem Day", "2037-05-20": "Shavuot", "2037-07-21": "Tisha B'Av", "2037-09-10": "Rosh Hashanah", "2037-09-11": "Rosh Hashanah", "2037-09-19": "Yom Kippur", "2037-09-24": "Sukkot", "2037-09-25": "Sukkot holiday", "2037-09-26": "Sukkot holiday", "2037-09-27": "Sukkot holiday", "2037-09-28": "Sukkot holiday", "2037-09-29": "Sukkot holiday", "2037-10-01": "Simchat Torah / Shemini Atzeret", "2037-11-07": "Sigd", "2037-12-03": "Hanukkah", "2037-12-04": "Hanukkah", "2037-12-05": "Hanukkah", "2037-12-06": "Hanukkah", "2037-12-07": "Hanukkah", "2037-12-08": "Hanukkah", "2037-12-09": "Hanukkah", "2037-12-10": "Hanukkah", "2038-03-18": "Ta'anit Ester (observed)", "2038-03-21": "Purim", "2038-04-20": "Pesach", "2038-04-21": "Pesach holiday", "2038-04-22": "Pesach holiday", "2038-04-23": "Pesach holiday", "2038-04-24": "Pesach holiday", "2038-04-25": "Pesach holiday", "2038-04-26": "Seventh day of Pesach", "2038-05-10": "Remembrance Day (observed)", "2038-05-11": "Independence Day (observed)", "2038-05-23": "Lag BaOmer", "2038-06-02": "Jerusalem Day", "2038-06-09": "Shavuot", "2038-08-10": "Tisha B'Av", "2038-09-30": "Rosh Hashanah", "2038-10-01": "Rosh Hashanah", "2038-10-09": "Yom Kippur", "2038-10-14": "Sukkot", "2038-10-15": "Sukkot holiday", "2038-10-16": "Sukkot holiday", "2038-10-17": "Sukkot holiday", "2038-10-18": "Sukkot holiday", "2038-10-19": "Sukkot holiday", "2038-10-21": "Simchat Torah / Shemini Atzeret", "2038-11-27": "Sigd", "2038-12-22": "Hanukkah", "2038-12-23": "Hanukkah", "2038-12-24": "Hanukkah", "2038-12-25": "Hanukkah", "2038-12-26": "Hanukkah", "2038-12-27": "Hanukkah", "2038-12-28": "Hanukkah", "2038-12-29": "Hanukkah", "2039-03-09": "Ta'anit Ester", "2039-03-10": "Purim", "2039-04-09": "Pesach", "2039-04-10": "Pesach holiday", "2039-04-11": "Pesach holiday", "2039-04-12": "Pesach holiday", "2039-04-13": "Pesach holiday", "2039-04-14": "Pesach holiday", "2039-04-15": "Seventh day of Pesach", "2039-04-27": "Remembrance Day (observed)", "2039-04-28": "Independence Day (observed)", "2039-05-12": "Lag BaOmer", "2039-05-22": "Jerusalem Day", "2039-05-29": "Shavuot", "2039-07-31": "Tisha B'Av (observed)", "2039-09-19": "Rosh Hashanah", "2039-09-20": "Rosh Hashanah", "2039-09-28": "Yom Kippur", "2039-10-03": "Sukkot", "2039-10-04": "Sukkot holiday", "2039-10-05": "Sukkot holiday", "2039-10-06": "Sukkot holiday", "2039-10-07": "Sukkot holiday", "2039-10-08": "Sukkot holiday", "2039-10-10": "Simchat Torah / Shemini Atzeret", "2039-11-16": "Sigd", "2039-12-12": "Hanukkah", "2039-12-13": "Hanukkah", "2039-12-14": "Hanukkah", "2039-12-15": "Hanukkah", "2039-12-16": "Hanukkah", "2039-12-17": "Hanukkah", "2039-12-18": "Hanukkah", "2039-12-19": "Hanukkah", "2040-02-27": "Ta'anit Ester", "2040-02-28": "Purim", "2040-03-29": "Pesach", "2040-03-30": "Pesach holiday", "2040-03-31": "Pesach holiday", "2040-04-01": "Pesach holiday", "2040-04-02": "Pesach holiday", "2040-04-03": "Pesach holiday", "2040-04-04": "Seventh day of Pesach", "2040-04-17": "Remembrance Day", "2040-04-18": "Independence Day", "2040-05-01": "Lag BaOmer", "2040-05-11": "Jerusalem Day", "2040-05-18": "Shavuot", "2040-07-19": "Tisha B'Av", "2040-09-08": "Rosh Hashanah", "2040-09-09": "Rosh Hashanah", "2040-09-17": "Yom Kippur", "2040-09-22": "Sukkot", "2040-09-23": "Sukkot holiday", "2040-09-24": "Sukkot holiday", "2040-09-25": "Sukkot holiday", "2040-09-26": "Sukkot holiday", "2040-09-27": "Sukkot holiday", "2040-09-29": "Simchat Torah / Shemini Atzeret", "2040-11-05": "Sigd", "2040-11-30": "Hanukkah", "2040-12-01": "Hanukkah", "2040-12-02": "Hanukkah", "2040-12-03": "Hanukkah", "2040-12-04": "Hanukkah", "2040-12-05": "Hanukkah", "2040-12-06": "Hanukkah", "2040-12-07": "Hanukkah", "2041-03-14": "Ta'anit Ester (observed)", "2041-03-17": "Purim", "2041-04-16": "Pesach", "2041-04-17": "Pesach holiday", "2041-04-18": "Pesach holiday", "2041-04-19": "Pesach holiday", "2041-04-20": "Pesach holiday", "2041-04-21": "Pesach holiday", "2041-04-22": "Seventh day of Pesach", "2041-05-06": "Remembrance Day (observed)", "2041-05-07": "Independence Day (observed)", "2041-05-19": "Lag BaOmer", "2041-05-29": "Jerusalem Day", "2041-06-05": "Shavuot", "2041-08-06": "Tisha B'Av", "2041-09-26": "Rosh Hashanah", "2041-09-27": "Rosh Hashanah", "2041-10-05": "Yom Kippur", "2041-10-10": "Sukkot", "2041-10-11": "Sukkot holiday", "2041-10-12": "Sukkot holiday", "2041-10-13": "Sukkot holiday", "2041-10-14": "Sukkot holiday", "2041-10-15": "Sukkot holiday", "2041-10-17": "Simchat Torah / Shemini Atzeret", "2041-11-23": "Sigd", "2041-12-18": "Hanukkah", "2041-12-19": "Hanukkah", "2041-12-20": "Hanukkah", "2041-12-21": "Hanukkah", "2041-12-22": "Hanukkah", "2041-12-23": "Hanukkah", "2041-12-24": "Hanukkah", "2041-12-25": "Hanukkah", "2042-03-05": "Ta'anit Ester", "2042-03-06": "Purim", "2042-04-05": "Pesach", "2042-04-06": "Pesach holiday", "2042-04-07": "Pesach holiday", "2042-04-08": "Pesach holiday", "2042-04-09": "Pesach holiday", "2042-04-10": "Pesach holiday", "2042-04-11": "Seventh day of Pesach", "2042-04-23": "Remembrance Day (observed)", "2042-04-24": "Independence Day (observed)", "2042-05-08": "Lag BaOmer", "2042-05-18": "Jerusalem Day", "2042-05-25": "Shavuot", "2042-07-27": "Tisha B'Av (observed)", "2042-09-15": "Rosh Hashanah", "2042-09-16": "Rosh Hashanah", "2042-09-24": "Yom Kippur", "2042-09-29": "Sukkot", "2042-09-30": "Sukkot holiday", "2042-10-01": "Sukkot holiday", "2042-10-02": "Sukkot holiday", "2042-10-03": "Sukkot holiday", "2042-10-04": "Sukkot holiday", "2042-10-06": "Simchat Torah / Shemini Atzeret", "2042-11-12": "Sigd", "2042-12-08": "Hanukkah", "2042-12-09": "Hanukkah", "2042-12-10": "Hanukkah", "2042-12-11": "Hanukkah", "2042-12-12": "Hanukkah", "2042-12-13": "Hanukkah", "2042-12-14": "Hanukkah", "2042-12-15": "Hanukkah", "2043-03-25": "Ta'anit Ester", "2043-03-26": "Purim", "2043-04-25": "Pesach", "2043-04-26": "Pesach holiday", "2043-04-27": "Pesach holiday", "2043-04-28": "Pesach holiday", "2043-04-29": "Pesach holiday", "2043-04-30": "Pesach holiday", "2043-05-01": "Seventh day of Pesach", "2043-05-13": "Remembrance Day (observed)", "2043-05-14": "Independence Day (observed)", "2043-05-28": "Lag BaOmer", "2043-06-07": "Jerusalem Day", "2043-06-14": "Shavuot", "2043-08-16": "Tisha B'Av (observed)", "2043-10-05": "Rosh Hashanah", "2043-10-06": "Rosh Hashanah", "2043-10-14": "Yom Kippur", "2043-10-19": "Sukkot", "2043-10-20": "Sukkot holiday", "2043-10-21": "Sukkot holiday", "2043-10-22": "Sukkot holiday", "2043-10-23": "Sukkot holiday", "2043-10-24": "Sukkot holiday", "2043-10-26": "Simchat Torah / Shemini Atzeret", "2043-12-02": "Sigd", "2043-12-27": "Hanukkah", "2043-12-28": "Hanukkah", "2043-12-29": "Hanukkah", "2043-12-30": "Hanukkah", "2043-12-31": "Hanukkah", "2044-01-01": "Hanukkah", "2044-01-02": "Hanukkah", "2044-01-03": "Hanukkah", "2044-03-10": "Ta'anit Ester (observed)", "2044-03-13": "Purim", "2044-04-12": "Pesach", "2044-04-13": "Pesach holiday", "2044-04-14": "Pesach holiday", "2044-04-15": "Pesach holiday", "2044-04-16": "Pesach holiday", "2044-04-17": "Pesach holiday", "2044-04-18": "Seventh day of Pesach", "2044-05-02": "Remembrance Day (observed)", "2044-05-03": "Independence Day (observed)", "2044-05-15": "Lag BaOmer", "2044-05-25": "Jerusalem Day", "2044-06-01": "Shavuot", "2044-08-02": "Tisha B'Av", "2044-09-22": "Rosh Hashanah", "2044-09-23": "Rosh Hashanah", "2044-10-01": "Yom Kippur", "2044-10-06": "Sukkot", "2044-10-07": "Sukkot holiday", "2044-10-08": "Sukkot holiday", "2044-10-09": "Sukkot holiday", "2044-10-10": "Sukkot holiday", "2044-10-11": "Sukkot holiday", "2044-10-13": "Simchat Torah / Shemini Atzeret", "2044-11-19": "Sigd", "2044-12-15": "Hanukkah", "2044-12-16": "Hanukkah", "2044-12-17": "Hanukkah", "2044-12-18": "Hanukkah", "2044-12-19": "Hanukkah", "2044-12-20": "Hanukkah", "2044-12-21": "Hanukkah", "2044-12-22": "Hanukkah", "2045-03-02": "Ta'anit Ester", "2045-03-03": "Purim", "2045-04-02": "Pesach", "2045-04-03": "Pesach holiday", "2045-04-04": "Pesach holiday", "2045-04-05": "Pesach holiday", "2045-04-06": "Pesach holiday", "2045-04-07": "Pesach holiday", "2045-04-08": "Seventh day of Pesach", "2045-04-19": "Remembrance Day (observed)", "2045-04-20": "Independence Day (observed)", "2045-05-05": "Lag BaOmer", "2045-05-15": "Jerusalem Day", "2045-05-22": "Shavuot", "2045-07-23": "Tisha B'Av", "2045-09-12": "Rosh Hashanah", "2045-09-13": "Rosh Hashanah", "2045-09-21": "Yom Kippur", "2045-09-26": "Sukkot", "2045-09-27": "Sukkot holiday", "2045-09-28": "Sukkot holiday", "2045-09-29": "Sukkot holiday", "2045-09-30": "Sukkot holiday", "2045-10-01": "Sukkot holiday", "2045-10-03": "Simchat Torah / Shemini Atzeret", "2045-11-09": "Sigd", "2045-12-04": "Hanukkah", "2045-12-05": "Hanukkah", "2045-12-06": "Hanukkah", "2045-12-07": "Hanukkah", "2045-12-08": "Hanukkah", "2045-12-09": "Hanukkah", "2045-12-10": "Hanukkah", "2045-12-11": "Hanukkah", "2046-03-21": "Ta'anit Ester", "2046-03-22": "Purim", "2046-04-21": "Pesach", "2046-04-22": "Pesach holiday", "2046-04-23": "Pesach holiday", "2046-04-24": "Pesach holiday", "2046-04-25": "Pesach holiday", "2046-04-26": "Pesach holiday", "2046-04-27": "Seventh day of Pesach", "2046-05-09": "Remembrance Day (observed)", "2046-05-10": "Independence Day (observed)", "2046-05-24": "Lag BaOmer", "2046-06-03": "Jerusalem Day", "2046-06-10": "Shavuot", "2046-08-12": "Tisha B'Av (observed)", "2046-10-01": "Rosh Hashanah", "2046-10-02": "Rosh Hashanah", "2046-10-10": "Yom Kippur", "2046-10-15": "Sukkot", "2046-10-16": "Sukkot holiday", "2046-10-17": "Sukkot holiday", "2046-10-18": "Sukkot holiday", "2046-10-19": "Sukkot holiday", "2046-10-20": "Sukkot holiday", "2046-10-22": "Simchat Torah / Shemini Atzeret", "2046-11-28": "Sigd", "2046-12-24": "Hanukkah", "2046-12-25": "Hanukkah", "2046-12-26": "Hanukkah", "2046-12-27": "Hanukkah", "2046-12-28": "Hanukkah", "2046-12-29": "Hanukkah", "2046-12-30": "Hanukkah", "2046-12-31": "Hanukkah", "2047-03-11": "Ta'anit Ester", "2047-03-12": "Purim", "2047-04-11": "Pesach", "2047-04-12": "Pesach holiday", "2047-04-13": "Pesach holiday", "2047-04-14": "Pesach holiday", "2047-04-15": "Pesach holiday", "2047-04-16": "Pesach holiday", "2047-04-17": "Seventh day of Pesach", "2047-04-30": "Remembrance Day", "2047-05-01": "Independence Day", "2047-05-14": "Lag BaOmer", "2047-05-24": "Jerusalem Day", "2047-05-31": "Shavuot", "2047-08-01": "Tisha B'Av", "2047-09-21": "Rosh Hashanah", "2047-09-22": "Rosh Hashanah", "2047-09-30": "Yom Kippur", "2047-10-05": "Sukkot", "2047-10-06": "Sukkot holiday", "2047-10-07": "Sukkot holiday", "2047-10-08": "Sukkot holiday", "2047-10-09": "Sukkot holiday", "2047-10-10": "Sukkot holiday", "2047-10-12": "Simchat Torah / Shemini Atzeret", "2047-11-18": "Sigd", "2047-12-13": "Hanukkah", "2047-12-14": "Hanukkah", "2047-12-15": "Hanukkah", "2047-12-16": "Hanukkah", "2047-12-17": "Hanukkah", "2047-12-18": "Hanukkah", "2047-12-19": "Hanukkah", "2047-12-20": "Hanukkah", "2048-02-27": "Ta'anit Ester", "2048-02-28": "Purim", "2048-03-29": "Pesach", "2048-03-30": "Pesach holiday", "2048-03-31": "Pesach holiday", "2048-04-01": "Pesach holiday", "2048-04-02": "Pesach holiday", "2048-04-03": "Pesach holiday", "2048-04-04": "Seventh day of Pesach", "2048-04-15": "Remembrance Day (observed)", "2048-04-16": "Independence Day (observed)", "2048-05-01": "Lag BaOmer", "2048-05-11": "Jerusalem Day", "2048-05-18": "Shavuot", "2048-07-19": "Tisha B'Av", "2048-09-08": "Rosh Hashanah", "2048-09-09": "Rosh Hashanah", "2048-09-17": "Yom Kippur", "2048-09-22": "Sukkot", "2048-09-23": "Sukkot holiday", "2048-09-24": "Sukkot holiday", "2048-09-25": "Sukkot holiday", "2048-09-26": "Sukkot holiday", "2048-09-27": "Sukkot holiday", "2048-09-29": "Simchat Torah / Shemini Atzeret", "2048-11-05": "Sigd", "2048-11-30": "Hanukkah", "2048-12-01": "Hanukkah", "2048-12-02": "Hanukkah", "2048-12-03": "Hanukkah", "2048-12-04": "Hanukkah", "2048-12-05": "Hanukkah", "2048-12-06": "Hanukkah", "2048-12-07": "Hanukkah", "2049-03-17": "Ta'anit Ester", "2049-03-18": "Purim", "2049-04-17": "Pesach", "2049-04-18": "Pesach holiday", "2049-04-19": "Pesach holiday", "2049-04-20": "Pesach holiday", "2049-04-21": "Pesach holiday", "2049-04-22": "Pesach holiday", "2049-04-23": "Seventh day of Pesach", "2049-05-05": "Remembrance Day (observed)", "2049-05-06": "Independence Day (observed)", "2049-05-20": "Lag BaOmer", "2049-05-30": "Jerusalem Day", "2049-06-06": "Shavuot", "2049-08-08": "Tisha B'Av (observed)", "2049-09-27": "Rosh Hashanah", "2049-09-28": "Rosh Hashanah", "2049-10-06": "Yom Kippur", "2049-10-11": "Sukkot", "2049-10-12": "Sukkot holiday", "2049-10-13": "Sukkot holiday", "2049-10-14": "Sukkot holiday", "2049-10-15": "Sukkot holiday", "2049-10-16": "Sukkot holiday", "2049-10-18": "Simchat Torah / Shemini Atzeret", "2049-11-24": "Sigd", "2049-12-20": "Hanukkah", "2049-12-21": "Hanukkah", "2049-12-22": "Hanukkah", "2049-12-23": "Hanukkah", "2049-12-24": "Hanukkah", "2049-12-25": "Hanukkah", "2049-12-26": "Hanukkah", "2049-12-27": "Hanukkah", "2050-03-07": "Ta'anit Ester", "2050-03-08": "Purim", "2050-04-07": "Pesach", "2050-04-08": "Pesach holiday", "2050-04-09": "Pesach holiday", "2050-04-10": "Pesach holiday", "2050-04-11": "Pesach holiday", "2050-04-12": "Pesach holiday", "2050-04-13": "Seventh day of Pesach", "2050-04-26": "Remembrance Day", "2050-04-27": "Independence Day", "2050-05-10": "Lag BaOmer", "2050-05-20": "Jerusalem Day", "2050-05-27": "Shavuot", "2050-07-28": "Tisha B'Av", "2050-09-17": "Rosh Hashanah", "2050-09-18": "Rosh Hashanah", "2050-09-26": "Yom Kippur", "2050-10-01": "Sukkot", "2050-10-02": "Sukkot holiday", "2050-10-03": "Sukkot holiday", "2050-10-04": "Sukkot holiday", "2050-10-05": "Sukkot holiday", "2050-10-06": "Sukkot holiday", "2050-10-08": "Simchat Torah / Shemini Atzeret", "2050-11-14": "Sigd", "2050-12-10": "Hanukkah", "2050-12-11": "Hanukkah", "2050-12-12": "Hanukkah", "2050-12-13": "Hanukkah", "2050-12-14": "Hanukkah", "2050-12-15": "Hanukkah", "2050-12-16": "Hanukkah", "2050-12-17": "Hanukkah" } holidays-0.71/snapshots/countries/IM_COMMON.json000066400000000000000000001106311500152103600215550ustar00rootroot00000000000000{ "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-29": "Whit Monday", "1950-06-02": "TT Bank Holiday", "1950-07-05": "Tynwald Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-14": "Whit Monday", "1951-06-01": "TT Bank Holiday", "1951-07-05": "Tynwald Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-06-02": "Whit Monday", "1952-06-06": "TT Bank Holiday", "1952-07-05": "Tynwald Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-25": "Whit Monday", "1953-06-05": "TT Bank Holiday", "1953-07-05": "Tynwald Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-06-04": "TT Bank Holiday", "1954-06-07": "Whit Monday", "1954-07-05": "Tynwald Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-30": "Whit Monday", "1955-06-03": "TT Bank Holiday", "1955-07-05": "Tynwald Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-21": "Whit Monday", "1956-06-01": "TT Bank Holiday", "1956-07-05": "Tynwald Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-06-07": "TT Bank Holiday", "1957-06-10": "Whit Monday", "1957-07-05": "Tynwald Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-26": "Whit Monday", "1958-06-06": "TT Bank Holiday", "1958-07-05": "Tynwald Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-18": "Whit Monday", "1959-06-05": "TT Bank Holiday", "1959-07-05": "Tynwald Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-06-03": "TT Bank Holiday", "1960-06-06": "Whit Monday", "1960-07-05": "Tynwald Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-22": "Whit Monday", "1961-06-02": "TT Bank Holiday", "1961-07-05": "Tynwald Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-06-01": "TT Bank Holiday", "1962-06-11": "Whit Monday", "1962-07-05": "Tynwald Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-06-03": "Whit Monday", "1963-06-07": "TT Bank Holiday", "1963-07-05": "Tynwald Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-18": "Whit Monday", "1964-06-05": "TT Bank Holiday", "1964-07-05": "Tynwald Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-06-04": "TT Bank Holiday", "1965-06-07": "Whit Monday", "1965-07-05": "Tynwald Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-30": "Whit Monday", "1966-06-03": "TT Bank Holiday", "1966-07-05": "Tynwald Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-15": "Whit Monday", "1967-06-02": "TT Bank Holiday", "1967-07-05": "Tynwald Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-06-03": "Whit Monday", "1968-06-07": "TT Bank Holiday", "1968-07-05": "Tynwald Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-26": "Whit Monday", "1969-06-06": "TT Bank Holiday", "1969-07-05": "Tynwald Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-18": "Whit Monday", "1970-06-05": "TT Bank Holiday", "1970-07-05": "Tynwald Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-31": "Spring Bank Holiday", "1971-06-04": "TT Bank Holiday", "1971-07-05": "Tynwald Day", "1971-08-30": "Late Summer Bank Holiday", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-29": "Spring Bank Holiday", "1972-06-02": "TT Bank Holiday", "1972-07-05": "Tynwald Day", "1972-08-28": "Late Summer Bank Holiday", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-28": "Spring Bank Holiday", "1973-06-01": "TT Bank Holiday", "1973-07-05": "Tynwald Day", "1973-08-27": "Late Summer Bank Holiday", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-27": "Spring Bank Holiday", "1974-06-07": "TT Bank Holiday", "1974-07-05": "Tynwald Day", "1974-08-26": "Late Summer Bank Holiday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-26": "Spring Bank Holiday", "1975-06-06": "TT Bank Holiday", "1975-07-05": "Tynwald Day", "1975-08-25": "Late Summer Bank Holiday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-31": "Spring Bank Holiday", "1976-06-04": "TT Bank Holiday", "1976-07-05": "Tynwald Day", "1976-08-30": "Late Summer Bank Holiday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-30": "Spring Bank Holiday", "1977-06-03": "TT Bank Holiday", "1977-06-07": "Silver Jubilee of Elizabeth II", "1977-07-05": "Tynwald Day", "1977-08-29": "Late Summer Bank Holiday", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "May Day", "1978-05-29": "Spring Bank Holiday", "1978-06-02": "TT Bank Holiday", "1978-07-05": "Tynwald Day", "1978-08-28": "Late Summer Bank Holiday", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-07": "May Day", "1979-05-28": "Spring Bank Holiday", "1979-06-01": "TT Bank Holiday", "1979-07-05": "Tynwald Day", "1979-08-27": "Late Summer Bank Holiday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-05": "May Day", "1980-05-26": "Spring Bank Holiday", "1980-06-06": "TT Bank Holiday", "1980-07-05": "Tynwald Day", "1980-08-25": "Late Summer Bank Holiday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-04": "May Day", "1981-05-25": "Spring Bank Holiday", "1981-06-05": "TT Bank Holiday", "1981-07-05": "Tynwald Day", "1981-07-29": "Wedding of Charles and Diana", "1981-08-31": "Late Summer Bank Holiday", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-03": "May Day", "1982-05-31": "Spring Bank Holiday", "1982-06-04": "TT Bank Holiday", "1982-07-05": "Tynwald Day", "1982-08-30": "Late Summer Bank Holiday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-02": "May Day", "1983-05-30": "Spring Bank Holiday", "1983-06-03": "TT Bank Holiday", "1983-07-05": "Tynwald Day", "1983-08-29": "Late Summer Bank Holiday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-07": "May Day", "1984-05-28": "Spring Bank Holiday", "1984-06-01": "TT Bank Holiday", "1984-07-05": "Tynwald Day", "1984-08-27": "Late Summer Bank Holiday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-06": "May Day", "1985-05-27": "Spring Bank Holiday", "1985-06-07": "TT Bank Holiday", "1985-07-05": "Tynwald Day", "1985-08-26": "Late Summer Bank Holiday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-05": "May Day", "1986-05-26": "Spring Bank Holiday", "1986-06-06": "TT Bank Holiday", "1986-07-05": "Tynwald Day", "1986-08-25": "Late Summer Bank Holiday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-04": "May Day", "1987-05-25": "Spring Bank Holiday", "1987-06-05": "TT Bank Holiday", "1987-07-05": "Tynwald Day", "1987-08-31": "Late Summer Bank Holiday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-02": "May Day", "1988-05-30": "Spring Bank Holiday", "1988-06-03": "TT Bank Holiday", "1988-07-05": "Tynwald Day", "1988-08-29": "Late Summer Bank Holiday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "May Day", "1989-05-29": "Spring Bank Holiday", "1989-06-02": "TT Bank Holiday", "1989-07-05": "Tynwald Day", "1989-08-28": "Late Summer Bank Holiday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-07": "May Day", "1990-05-28": "Spring Bank Holiday", "1990-06-01": "TT Bank Holiday", "1990-07-05": "Tynwald Day", "1990-08-27": "Late Summer Bank Holiday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-06": "May Day", "1991-05-27": "Spring Bank Holiday", "1991-06-07": "TT Bank Holiday", "1991-07-05": "Tynwald Day", "1991-08-26": "Late Summer Bank Holiday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-04": "May Day", "1992-05-25": "Spring Bank Holiday", "1992-06-05": "TT Bank Holiday", "1992-07-06": "Tynwald Day", "1992-08-31": "Late Summer Bank Holiday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-03": "May Day", "1993-05-31": "Spring Bank Holiday", "1993-06-04": "TT Bank Holiday", "1993-07-05": "Tynwald Day", "1993-08-30": "Late Summer Bank Holiday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-02": "May Day", "1994-05-30": "Spring Bank Holiday", "1994-06-03": "TT Bank Holiday", "1994-07-05": "Tynwald Day", "1994-08-29": "Late Summer Bank Holiday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-08": "May Day", "1995-05-29": "Spring Bank Holiday", "1995-06-02": "TT Bank Holiday", "1995-07-05": "Tynwald Day", "1995-08-28": "Late Summer Bank Holiday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-06": "May Day", "1996-05-27": "Spring Bank Holiday", "1996-06-07": "TT Bank Holiday", "1996-07-05": "Tynwald Day", "1996-08-26": "Late Summer Bank Holiday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-05": "May Day", "1997-05-26": "Spring Bank Holiday", "1997-06-06": "TT Bank Holiday", "1997-07-07": "Tynwald Day", "1997-08-25": "Late Summer Bank Holiday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-04": "May Day", "1998-05-25": "Spring Bank Holiday", "1998-06-05": "TT Bank Holiday", "1998-07-06": "Tynwald Day", "1998-08-31": "Late Summer Bank Holiday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-03": "May Day", "1999-05-31": "Spring Bank Holiday", "1999-06-04": "TT Bank Holiday", "1999-07-05": "Tynwald Day", "1999-08-30": "Late Summer Bank Holiday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "1999-12-31": "Millennium Celebrations", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "May Day", "2000-05-29": "Spring Bank Holiday", "2000-06-02": "TT Bank Holiday", "2000-07-05": "Tynwald Day", "2000-08-28": "Late Summer Bank Holiday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-07": "May Day", "2001-05-28": "Spring Bank Holiday", "2001-06-01": "TT Bank Holiday", "2001-07-05": "Tynwald Day", "2001-08-27": "Late Summer Bank Holiday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-06": "May Day", "2002-06-03": "Golden Jubilee of Elizabeth II", "2002-06-04": "Spring Bank Holiday", "2002-06-07": "TT Bank Holiday", "2002-07-05": "Tynwald Day", "2002-08-26": "Late Summer Bank Holiday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-05": "May Day", "2003-05-26": "Spring Bank Holiday", "2003-06-06": "TT Bank Holiday", "2003-07-07": "Tynwald Day", "2003-08-25": "Late Summer Bank Holiday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-03": "May Day", "2004-05-31": "Spring Bank Holiday", "2004-06-04": "TT Bank Holiday", "2004-07-05": "Tynwald Day", "2004-08-30": "Late Summer Bank Holiday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-02": "May Day", "2005-05-30": "Spring Bank Holiday", "2005-06-03": "TT Bank Holiday", "2005-07-05": "Tynwald Day", "2005-08-29": "Late Summer Bank Holiday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "May Day", "2006-05-29": "Spring Bank Holiday", "2006-06-02": "TT Bank Holiday", "2006-07-05": "Tynwald Day", "2006-08-28": "Late Summer Bank Holiday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-07": "May Day", "2007-05-28": "Spring Bank Holiday", "2007-06-01": "TT Bank Holiday", "2007-07-05": "Tynwald Day", "2007-08-27": "Late Summer Bank Holiday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-05": "May Day", "2008-05-26": "Spring Bank Holiday", "2008-06-06": "TT Bank Holiday", "2008-07-07": "Tynwald Day", "2008-08-25": "Late Summer Bank Holiday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-04": "May Day", "2009-05-25": "Spring Bank Holiday", "2009-06-05": "TT Bank Holiday", "2009-07-06": "Tynwald Day", "2009-08-31": "Late Summer Bank Holiday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-03": "May Day", "2010-05-31": "Spring Bank Holiday", "2010-06-04": "TT Bank Holiday", "2010-07-05": "Tynwald Day", "2010-08-30": "Late Summer Bank Holiday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-04-29": "Wedding of William and Catherine", "2011-05-02": "May Day", "2011-05-30": "Spring Bank Holiday", "2011-06-03": "TT Bank Holiday", "2011-07-05": "Tynwald Day", "2011-08-29": "Late Summer Bank Holiday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-07": "May Day", "2012-06-01": "TT Bank Holiday", "2012-06-04": "Spring Bank Holiday", "2012-06-05": "Diamond Jubilee of Elizabeth II", "2012-07-05": "Tynwald Day", "2012-08-27": "Late Summer Bank Holiday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-06": "May Day", "2013-05-27": "Spring Bank Holiday", "2013-06-07": "TT Bank Holiday", "2013-07-05": "Tynwald Day", "2013-08-26": "Late Summer Bank Holiday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-05": "May Day", "2014-05-26": "Spring Bank Holiday", "2014-06-06": "TT Bank Holiday", "2014-07-07": "Tynwald Day", "2014-08-25": "Late Summer Bank Holiday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-04": "May Day", "2015-05-25": "Spring Bank Holiday", "2015-06-05": "TT Bank Holiday", "2015-07-06": "Tynwald Day", "2015-08-31": "Late Summer Bank Holiday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-02": "May Day", "2016-05-30": "Spring Bank Holiday", "2016-06-03": "TT Bank Holiday", "2016-07-05": "Tynwald Day", "2016-08-29": "Late Summer Bank Holiday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "May Day", "2017-05-29": "Spring Bank Holiday", "2017-06-02": "TT Bank Holiday", "2017-07-05": "Tynwald Day", "2017-08-28": "Late Summer Bank Holiday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-07": "May Day", "2018-05-28": "Spring Bank Holiday", "2018-06-01": "TT Bank Holiday", "2018-07-05": "Tynwald Day", "2018-08-27": "Late Summer Bank Holiday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-06": "May Day", "2019-05-27": "Spring Bank Holiday", "2019-06-07": "TT Bank Holiday", "2019-07-05": "Tynwald Day", "2019-08-26": "Late Summer Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-08": "May Day", "2020-05-25": "Spring Bank Holiday", "2020-06-05": "TT Bank Holiday", "2020-07-06": "Tynwald Day", "2020-08-31": "Late Summer Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-03": "May Day", "2021-05-31": "Spring Bank Holiday", "2021-06-04": "TT Bank Holiday", "2021-07-05": "Tynwald Day", "2021-08-30": "Late Summer Bank Holiday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-02": "May Day", "2022-06-02": "Spring Bank Holiday", "2022-06-03": "Platinum Jubilee of Elizabeth II; TT Bank Holiday", "2022-07-05": "Tynwald Day", "2022-08-29": "Late Summer Bank Holiday", "2022-09-19": "State Funeral of Queen Elizabeth II", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "May Day", "2023-05-08": "Coronation of Charles III", "2023-05-29": "Spring Bank Holiday", "2023-06-02": "TT Bank Holiday", "2023-07-05": "Tynwald Day", "2023-08-28": "Late Summer Bank Holiday", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-06": "May Day", "2024-05-27": "Spring Bank Holiday", "2024-06-07": "TT Bank Holiday", "2024-07-05": "Tynwald Day", "2024-08-26": "Late Summer Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-05": "May Day", "2025-05-26": "Spring Bank Holiday", "2025-06-06": "TT Bank Holiday", "2025-07-07": "Tynwald Day", "2025-08-25": "Late Summer Bank Holiday", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-04": "May Day", "2026-05-25": "Spring Bank Holiday", "2026-06-05": "TT Bank Holiday", "2026-07-06": "Tynwald Day", "2026-08-31": "Late Summer Bank Holiday", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-03": "May Day", "2027-05-31": "Spring Bank Holiday", "2027-06-04": "TT Bank Holiday", "2027-07-05": "Tynwald Day", "2027-08-30": "Late Summer Bank Holiday", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "May Day", "2028-05-29": "Spring Bank Holiday", "2028-06-02": "TT Bank Holiday", "2028-07-05": "Tynwald Day", "2028-08-28": "Late Summer Bank Holiday", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-07": "May Day", "2029-05-28": "Spring Bank Holiday", "2029-06-01": "TT Bank Holiday", "2029-07-05": "Tynwald Day", "2029-08-27": "Late Summer Bank Holiday", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-06": "May Day", "2030-05-27": "Spring Bank Holiday", "2030-06-07": "TT Bank Holiday", "2030-07-05": "Tynwald Day", "2030-08-26": "Late Summer Bank Holiday", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-05": "May Day", "2031-05-26": "Spring Bank Holiday", "2031-06-06": "TT Bank Holiday", "2031-07-07": "Tynwald Day", "2031-08-25": "Late Summer Bank Holiday", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-03": "May Day", "2032-05-31": "Spring Bank Holiday", "2032-06-04": "TT Bank Holiday", "2032-07-05": "Tynwald Day", "2032-08-30": "Late Summer Bank Holiday", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-02": "May Day", "2033-05-30": "Spring Bank Holiday", "2033-06-03": "TT Bank Holiday", "2033-07-05": "Tynwald Day", "2033-08-29": "Late Summer Bank Holiday", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "May Day", "2034-05-29": "Spring Bank Holiday", "2034-06-02": "TT Bank Holiday", "2034-07-05": "Tynwald Day", "2034-08-28": "Late Summer Bank Holiday", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-07": "May Day", "2035-05-28": "Spring Bank Holiday", "2035-06-01": "TT Bank Holiday", "2035-07-05": "Tynwald Day", "2035-08-27": "Late Summer Bank Holiday", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-05": "May Day", "2036-05-26": "Spring Bank Holiday", "2036-06-06": "TT Bank Holiday", "2036-07-07": "Tynwald Day", "2036-08-25": "Late Summer Bank Holiday", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-04": "May Day", "2037-05-25": "Spring Bank Holiday", "2037-06-05": "TT Bank Holiday", "2037-07-06": "Tynwald Day", "2037-08-31": "Late Summer Bank Holiday", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-03": "May Day", "2038-05-31": "Spring Bank Holiday", "2038-06-04": "TT Bank Holiday", "2038-07-05": "Tynwald Day", "2038-08-30": "Late Summer Bank Holiday", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-02": "May Day", "2039-05-30": "Spring Bank Holiday", "2039-06-03": "TT Bank Holiday", "2039-07-05": "Tynwald Day", "2039-08-29": "Late Summer Bank Holiday", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-07": "May Day", "2040-05-28": "Spring Bank Holiday", "2040-06-01": "TT Bank Holiday", "2040-07-05": "Tynwald Day", "2040-08-27": "Late Summer Bank Holiday", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-06": "May Day", "2041-05-27": "Spring Bank Holiday", "2041-06-07": "TT Bank Holiday", "2041-07-05": "Tynwald Day", "2041-08-26": "Late Summer Bank Holiday", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-05": "May Day", "2042-05-26": "Spring Bank Holiday", "2042-06-06": "TT Bank Holiday", "2042-07-07": "Tynwald Day", "2042-08-25": "Late Summer Bank Holiday", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-04": "May Day", "2043-05-25": "Spring Bank Holiday", "2043-06-05": "TT Bank Holiday", "2043-07-06": "Tynwald Day", "2043-08-31": "Late Summer Bank Holiday", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-02": "May Day", "2044-05-30": "Spring Bank Holiday", "2044-06-03": "TT Bank Holiday", "2044-07-05": "Tynwald Day", "2044-08-29": "Late Summer Bank Holiday", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "May Day", "2045-05-29": "Spring Bank Holiday", "2045-06-02": "TT Bank Holiday", "2045-07-05": "Tynwald Day", "2045-08-28": "Late Summer Bank Holiday", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-07": "May Day", "2046-05-28": "Spring Bank Holiday", "2046-06-01": "TT Bank Holiday", "2046-07-05": "Tynwald Day", "2046-08-27": "Late Summer Bank Holiday", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-06": "May Day", "2047-05-27": "Spring Bank Holiday", "2047-06-07": "TT Bank Holiday", "2047-07-05": "Tynwald Day", "2047-08-26": "Late Summer Bank Holiday", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-04": "May Day", "2048-05-25": "Spring Bank Holiday", "2048-06-05": "TT Bank Holiday", "2048-07-06": "Tynwald Day", "2048-08-31": "Late Summer Bank Holiday", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-03": "May Day", "2049-05-31": "Spring Bank Holiday", "2049-06-04": "TT Bank Holiday", "2049-07-05": "Tynwald Day", "2049-08-30": "Late Summer Bank Holiday", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-02": "May Day", "2050-05-30": "Spring Bank Holiday", "2050-06-03": "TT Bank Holiday", "2050-07-05": "Tynwald Day", "2050-08-29": "Late Summer Bank Holiday", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/IN_AN.json000066400000000000000000002130011500152103600210570ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_AP.json000066400000000000000000002247701500152103600211000ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-01": "Andhra Pradesh Foundation Day", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-01": "Andhra Pradesh Foundation Day", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-01": "Andhra Pradesh Foundation Day", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-01": "Andhra Pradesh Foundation Day", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-01": "Andhra Pradesh Foundation Day", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-01": "Andhra Pradesh Foundation Day", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-01": "Andhra Pradesh Foundation Day", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-01": "Andhra Pradesh Foundation Day", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-01": "Andhra Pradesh Foundation Day", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-01": "Andhra Pradesh Foundation Day", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-01": "Andhra Pradesh Foundation Day", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-01": "Andhra Pradesh Foundation Day", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-01": "Andhra Pradesh Foundation Day", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-01": "Andhra Pradesh Foundation Day", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-01": "Andhra Pradesh Foundation Day", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-01": "Andhra Pradesh Foundation Day", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-01": "Andhra Pradesh Foundation Day", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-01": "Andhra Pradesh Foundation Day", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-01": "Andhra Pradesh Foundation Day", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-01": "Andhra Pradesh Foundation Day", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-01": "Andhra Pradesh Foundation Day", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-01": "Andhra Pradesh Foundation Day", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-01": "Andhra Pradesh Foundation Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "Andhra Pradesh Foundation Day", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "Andhra Pradesh Foundation Day", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "Andhra Pradesh Foundation Day", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-01": "Andhra Pradesh Foundation Day", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-01": "Andhra Pradesh Foundation Day", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-01": "Andhra Pradesh Foundation Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Andhra Pradesh Foundation Day", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "Andhra Pradesh Foundation Day", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "Andhra Pradesh Foundation Day", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-01": "Andhra Pradesh Foundation Day", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-01": "Andhra Pradesh Foundation Day", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-01": "Andhra Pradesh Foundation Day", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-01": "Andhra Pradesh Foundation Day", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-01": "Andhra Pradesh Foundation Day", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-01": "Andhra Pradesh Foundation Day", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-01": "Andhra Pradesh Foundation Day", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-01": "Andhra Pradesh Foundation Day", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-01": "Andhra Pradesh Foundation Day", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-01": "Andhra Pradesh Foundation Day", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-01": "Andhra Pradesh Foundation Day", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-01": "Andhra Pradesh Foundation Day", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-01": "Andhra Pradesh Foundation Day", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-01": "Andhra Pradesh Foundation Day", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-01": "Andhra Pradesh Foundation Day", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-01": "Andhra Pradesh Foundation Day", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-01": "Andhra Pradesh Foundation Day", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-01": "Andhra Pradesh Foundation Day", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-01": "Andhra Pradesh Foundation Day", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-01": "Andhra Pradesh Foundation Day", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-01": "Andhra Pradesh Foundation Day", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-01": "Andhra Pradesh Foundation Day", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-01": "Andhra Pradesh Foundation Day", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Andhra Pradesh Foundation Day; Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-01": "Andhra Pradesh Foundation Day", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-01": "Andhra Pradesh Foundation Day", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-01": "Andhra Pradesh Foundation Day", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-01": "Andhra Pradesh Foundation Day", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-01": "Andhra Pradesh Foundation Day", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Andhra Pradesh Foundation Day", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-01": "Andhra Pradesh Foundation Day", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-01": "Andhra Pradesh Foundation Day", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-01": "Andhra Pradesh Foundation Day", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-01": "Andhra Pradesh Foundation Day", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-01": "Andhra Pradesh Foundation Day", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-01": "Andhra Pradesh Foundation Day", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-01": "Andhra Pradesh Foundation Day", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-01": "Andhra Pradesh Foundation Day", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-01": "Andhra Pradesh Foundation Day", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-01": "Andhra Pradesh Foundation Day", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-01": "Andhra Pradesh Foundation Day", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-01": "Andhra Pradesh Foundation Day", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Andhra Pradesh Foundation Day; Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-01": "Andhra Pradesh Foundation Day", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-01": "Andhra Pradesh Foundation Day", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-01": "Andhra Pradesh Foundation Day", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-01": "Andhra Pradesh Foundation Day", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-01": "Andhra Pradesh Foundation Day", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Andhra Pradesh Foundation Day", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-01": "Andhra Pradesh Foundation Day", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-01": "Andhra Pradesh Foundation Day", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-01": "Andhra Pradesh Foundation Day", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-01": "Andhra Pradesh Foundation Day", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-01": "Andhra Pradesh Foundation Day", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-01": "Andhra Pradesh Foundation Day", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-01": "Andhra Pradesh Foundation Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "Andhra Pradesh Foundation Day", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "Andhra Pradesh Foundation Day", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "Andhra Pradesh Foundation Day", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-01": "Andhra Pradesh Foundation Day", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-01": "Andhra Pradesh Foundation Day", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-01": "Andhra Pradesh Foundation Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Andhra Pradesh Foundation Day", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "Andhra Pradesh Foundation Day", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "Andhra Pradesh Foundation Day", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-01": "Andhra Pradesh Foundation Day", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-01": "Andhra Pradesh Foundation Day", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-01": "Andhra Pradesh Foundation Day", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-01": "Andhra Pradesh Foundation Day", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_AR.json000066400000000000000000002015131500152103600210700ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_AS.json000066400000000000000000002103631500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-02": "Assam Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-02": "Assam Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-02": "Assam Day", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-02": "Assam Day", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-02": "Assam Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-02": "Assam Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-02": "Assam Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-02": "Assam Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-02": "Assam Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-02": "Assam Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-02": "Assam Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-02": "Assam Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-02": "Assam Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-02": "Assam Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-02": "Assam Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-02": "Assam Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-02": "Assam Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-02": "Assam Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-02": "Assam Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-02": "Assam Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-02": "Assam Day", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-02": "Assam Day", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-02": "Assam Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-02": "Assam Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-02": "Assam Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-02": "Assam Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Assam Day", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-02": "Assam Day", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-02": "Assam Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-02": "Assam Day", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-02": "Assam Day", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-02": "Assam Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-02": "Assam Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-02": "Assam Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-02": "Assam Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-02": "Assam Day", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-02": "Assam Day", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-02": "Assam Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-02": "Assam Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-02": "Assam Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-02": "Assam Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-02": "Assam Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-02": "Assam Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-02": "Assam Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-02": "Assam Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-02": "Assam Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-02": "Assam Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-02": "Assam Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-02": "Assam Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-02": "Assam Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-02": "Assam Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Magh Bihu; Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-02": "Assam Day", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Magh Bihu; Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-02": "Assam Day", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Magh Bihu; Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-02": "Assam Day", "2003-12-25": "Christmas", "2004-01-15": "Magh Bihu; Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-02": "Assam Day", "2004-12-25": "Christmas", "2005-01-14": "Magh Bihu; Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-02": "Assam Day", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Magh Bihu; Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-02": "Assam Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Magh Bihu; Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-02": "Assam Day", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Magh Bihu; Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-02": "Assam Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Magh Bihu; Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-02": "Assam Day", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Magh Bihu; Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-02": "Assam Day", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Magh Bihu; Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-02": "Assam Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Magh Bihu; Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-02": "Assam Day", "2012-12-25": "Christmas", "2013-01-14": "Magh Bihu; Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-02": "Assam Day", "2013-12-25": "Christmas", "2014-01-14": "Magh Bihu; Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-02": "Assam Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Magh Bihu; Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-02": "Assam Day", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Magh Bihu; Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-02": "Assam Day", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Magh Bihu; Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Assam Day; Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Magh Bihu; Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-02": "Assam Day", "2018-12-25": "Christmas", "2019-01-15": "Magh Bihu; Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-02": "Assam Day", "2019-12-25": "Christmas", "2020-01-15": "Magh Bihu; Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-02": "Assam Day", "2020-12-25": "Christmas", "2021-01-14": "Magh Bihu; Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-02": "Assam Day", "2021-12-25": "Christmas", "2022-01-14": "Magh Bihu; Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-02": "Assam Day", "2022-12-25": "Christmas", "2023-01-14": "Magh Bihu; Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-02": "Assam Day", "2023-12-25": "Christmas", "2024-01-14": "Magh Bihu; Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-02": "Assam Day", "2024-12-25": "Christmas", "2025-01-14": "Magh Bihu; Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-02": "Assam Day", "2025-12-25": "Christmas", "2026-01-14": "Magh Bihu; Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-02": "Assam Day", "2026-12-25": "Christmas", "2027-01-15": "Magh Bihu; Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-02": "Assam Day", "2027-12-25": "Christmas", "2028-01-15": "Magh Bihu; Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-02": "Assam Day", "2028-12-25": "Christmas", "2029-01-14": "Magh Bihu; Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-02": "Assam Day", "2029-12-25": "Christmas", "2030-01-14": "Magh Bihu; Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-02": "Assam Day", "2030-12-25": "Christmas", "2031-01-15": "Magh Bihu; Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-02": "Assam Day", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Magh Bihu; Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-02": "Assam Day", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Magh Bihu; Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-02": "Assam Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Magh Bihu; Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-02": "Assam Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Magh Bihu; Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Assam Day", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-02": "Assam Day", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-02": "Assam Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-02": "Assam Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-02": "Assam Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-02": "Assam Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-02": "Assam Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-02": "Assam Day", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-02": "Assam Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-02": "Assam Day", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-02": "Assam Day", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-02": "Assam Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-02": "Assam Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-02": "Assam Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-02": "Assam Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-02": "Assam Day", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_BR.json000066400000000000000000002230631500152103600210750ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-03-22": "Bihar Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-22": "Bihar Day", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-03-22": "Bihar Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-22": "Bihar Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-03-22": "Bihar Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-03-22": "Bihar Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-22": "Bihar Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-03-22": "Bihar Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-22": "Bihar Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Bihar Day; Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-22": "Bihar Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-22": "Bihar Day", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-22": "Bihar Day", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-03-22": "Bihar Day", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Bihar Day; Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-03-22": "Bihar Day", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-03-22": "Bihar Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Bihar Day", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-22": "Bihar Day", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-22": "Bihar Day", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Bihar Day; Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-03-22": "Bihar Day", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-22": "Bihar Day", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-03-22": "Bihar Day", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-03-22": "Bihar Day", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-22": "Bihar Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-03-22": "Bihar Day", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-03-22": "Bihar Day", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-22": "Bihar Day", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-03-22": "Bihar Day", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-22": "Bihar Day", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-03-22": "Bihar Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-03-22": "Bihar Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-22": "Bihar Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-03-22": "Bihar Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-22": "Bihar Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-22": "Bihar Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-03-22": "Bihar Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-22": "Bihar Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-22": "Bihar Day", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-03-22": "Bihar Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-22": "Bihar Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-03-22": "Bihar Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-22": "Bihar Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-22": "Bihar Day", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-22": "Bihar Day", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-22": "Bihar Day", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-22": "Bihar Day", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-03-22": "Bihar Day", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-22": "Bihar Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-22": "Bihar Day", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-03-22": "Bihar Day", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-21": "Chhath Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-22": "Bihar Day", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-10": "Chhath Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-03-22": "Bihar Day", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-10-30": "Chhath Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-22": "Bihar Day", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-17": "Chhath Puja", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-22": "Bihar Day", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-07": "Chhath Puja", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-03-22": "Bihar Day", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-10-28": "Chhath Puja", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-22": "Bihar Day", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-16": "Chhath Puja", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Bihar Day; Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-04": "Chhath Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-03-22": "Bihar Day", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-10-24": "Chhath Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-22": "Bihar Day", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-11": "Chhath Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-03-22": "Bihar Day", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Chhath Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-03-22": "Bihar Day", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-19": "Chhath Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-22": "Bihar Day", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-08": "Chhath Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-03-22": "Bihar Day", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-10-29": "Chhath Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-22": "Bihar Day", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-17": "Chhath Puja", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-22": "Bihar Day", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-06": "Chhath Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-03-22": "Bihar Day", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-10-26": "Chhath Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-22": "Bihar Day", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-13": "Chhath Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-03-22": "Bihar Day", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-02": "Chhath Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-03-22": "Bihar Day", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-20": "Chhath Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-22": "Bihar Day", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-10": "Chhath Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-03-22": "Bihar Day", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-10-30": "Chhath Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-22": "Bihar Day", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-19": "Chhath Puja", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-22": "Bihar Day", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-07": "Chhath Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-22": "Bihar Day", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-10-28": "Chhath Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-22": "Bihar Day", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-11-15": "Chhath Puja", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Bihar Day; Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-04": "Chhath Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-03-22": "Bihar Day", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-10-23": "Chhath Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-22": "Bihar Day", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-11": "Chhath Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-03-22": "Bihar Day", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Chhath Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-03-22": "Bihar Day", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-20": "Chhath Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Bihar Day; Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-09": "Chhath Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-03-22": "Bihar Day", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-10-29": "Chhath Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-22": "Bihar Day", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-17": "Chhath Puja", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-22": "Bihar Day", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-06": "Chhath Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-03-22": "Bihar Day", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-22": "Bihar Day", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-03-22": "Bihar Day", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-03-22": "Bihar Day", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-22": "Bihar Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-03-22": "Bihar Day", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-22": "Bihar Day", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Bihar Day; Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-03-22": "Bihar Day", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-03-22": "Bihar Day", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-22": "Bihar Day", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-03-22": "Bihar Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-22": "Bihar Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-03-22": "Bihar Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-03-22": "Bihar Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_CG.json000066400000000000000000002244561500152103600210720ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-01": "Chhattisgarh Foundation Day", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-01": "Chhattisgarh Foundation Day", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-01": "Chhattisgarh Foundation Day", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-01": "Chhattisgarh Foundation Day", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-01": "Chhattisgarh Foundation Day", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-01": "Chhattisgarh Foundation Day", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-01": "Chhattisgarh Foundation Day", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-01": "Chhattisgarh Foundation Day", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-01": "Chhattisgarh Foundation Day", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-01": "Chhattisgarh Foundation Day", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-01": "Chhattisgarh Foundation Day", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-01": "Chhattisgarh Foundation Day", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-01": "Chhattisgarh Foundation Day", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-01": "Chhattisgarh Foundation Day", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-01": "Chhattisgarh Foundation Day", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-01": "Chhattisgarh Foundation Day", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-01": "Chhattisgarh Foundation Day", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-01": "Chhattisgarh Foundation Day", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-01": "Chhattisgarh Foundation Day", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-01": "Chhattisgarh Foundation Day", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-01": "Chhattisgarh Foundation Day", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-01": "Chhattisgarh Foundation Day", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-01": "Chhattisgarh Foundation Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "Chhattisgarh Foundation Day", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "Chhattisgarh Foundation Day", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "Chhattisgarh Foundation Day", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-01": "Chhattisgarh Foundation Day", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-01": "Chhattisgarh Foundation Day", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-01": "Chhattisgarh Foundation Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Chhattisgarh Foundation Day", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "Chhattisgarh Foundation Day", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "Chhattisgarh Foundation Day", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-01": "Chhattisgarh Foundation Day", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-01": "Chhattisgarh Foundation Day", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-01": "Chhattisgarh Foundation Day", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-01": "Chhattisgarh Foundation Day", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-01": "Chhattisgarh Foundation Day", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-01": "Chhattisgarh Foundation Day", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-01": "Chhattisgarh Foundation Day", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-01": "Chhattisgarh Foundation Day", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-01": "Chhattisgarh Foundation Day", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-01": "Chhattisgarh Foundation Day", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-01": "Chhattisgarh Foundation Day", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-01": "Chhattisgarh Foundation Day", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-01": "Chhattisgarh Foundation Day", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-01": "Chhattisgarh Foundation Day", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-01": "Chhattisgarh Foundation Day", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-01": "Chhattisgarh Foundation Day", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-01": "Chhattisgarh Foundation Day", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-01": "Chhattisgarh Foundation Day", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-01": "Chhattisgarh Foundation Day", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-01": "Chhattisgarh Foundation Day", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-01": "Chhattisgarh Foundation Day", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-01": "Chhattisgarh Foundation Day", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-01": "Chhattisgarh Foundation Day", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Chhattisgarh Foundation Day; Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-01": "Chhattisgarh Foundation Day", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-01": "Chhattisgarh Foundation Day", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-01": "Chhattisgarh Foundation Day", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-01": "Chhattisgarh Foundation Day", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-01": "Chhattisgarh Foundation Day", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Chhattisgarh Foundation Day", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-01": "Chhattisgarh Foundation Day", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-01": "Chhattisgarh Foundation Day", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-01": "Chhattisgarh Foundation Day", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-01": "Chhattisgarh Foundation Day", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-01": "Chhattisgarh Foundation Day", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-01": "Chhattisgarh Foundation Day", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-01": "Chhattisgarh Foundation Day", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-01": "Chhattisgarh Foundation Day", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-01": "Chhattisgarh Foundation Day", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-01": "Chhattisgarh Foundation Day", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-01": "Chhattisgarh Foundation Day", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-01": "Chhattisgarh Foundation Day", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Chhattisgarh Foundation Day; Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-01": "Chhattisgarh Foundation Day", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-01": "Chhattisgarh Foundation Day", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-01": "Chhattisgarh Foundation Day", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-01": "Chhattisgarh Foundation Day", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-01": "Chhattisgarh Foundation Day", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Chhattisgarh Foundation Day", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-01": "Chhattisgarh Foundation Day", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-01": "Chhattisgarh Foundation Day", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-01": "Chhattisgarh Foundation Day", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-01": "Chhattisgarh Foundation Day", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-01": "Chhattisgarh Foundation Day", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-01": "Chhattisgarh Foundation Day", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-01": "Chhattisgarh Foundation Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "Chhattisgarh Foundation Day", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "Chhattisgarh Foundation Day", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "Chhattisgarh Foundation Day", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-01": "Chhattisgarh Foundation Day", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-01": "Chhattisgarh Foundation Day", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-01": "Chhattisgarh Foundation Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Chhattisgarh Foundation Day", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "Chhattisgarh Foundation Day", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "Chhattisgarh Foundation Day", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-01": "Chhattisgarh Foundation Day", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-01": "Chhattisgarh Foundation Day", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-01": "Chhattisgarh Foundation Day", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-01": "Chhattisgarh Foundation Day", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_CH.json000066400000000000000000002130011500152103600210530ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_COMMON.json000066400000000000000000002015131500152103600215560ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_DH.json000066400000000000000000002015131500152103600210610ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_DL.json000066400000000000000000002037161500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-21": "Chhath Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-10": "Chhath Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-10-30": "Chhath Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-17": "Chhath Puja", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-07": "Chhath Puja", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-10-28": "Chhath Puja", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-16": "Chhath Puja", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-04": "Chhath Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-10-24": "Chhath Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-11": "Chhath Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Chhath Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-19": "Chhath Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-08": "Chhath Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-10-29": "Chhath Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-17": "Chhath Puja", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-06": "Chhath Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-10-26": "Chhath Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-13": "Chhath Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-02": "Chhath Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-20": "Chhath Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-10": "Chhath Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-10-30": "Chhath Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-19": "Chhath Puja", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-07": "Chhath Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-10-28": "Chhath Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-11-15": "Chhath Puja", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-04": "Chhath Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-10-23": "Chhath Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-11": "Chhath Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Chhath Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-20": "Chhath Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-09": "Chhath Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-10-29": "Chhath Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-17": "Chhath Puja", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-06": "Chhath Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_GA.json000066400000000000000000002227111500152103600210600ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-19": "Goa Liberation Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-19": "Goa Liberation Day", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-19": "Goa Liberation Day", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-19": "Goa Liberation Day", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-19": "Goa Liberation Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-19": "Goa Liberation Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-19": "Goa Liberation Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-19": "Goa Liberation Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-19": "Goa Liberation Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-19": "Goa Liberation Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-19": "Goa Liberation Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-19": "Goa Liberation Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-19": "Goa Liberation Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-19": "Goa Liberation Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-19": "Goa Liberation Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-19": "Goa Liberation Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-19": "Goa Liberation Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-19": "Goa Liberation Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-19": "Goa Liberation Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-19": "Goa Liberation Day", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-19": "Goa Liberation Day", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-19": "Goa Liberation Day", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-19": "Goa Liberation Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-19": "Goa Liberation Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-19": "Goa Liberation Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-19": "Goa Liberation Day", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-19": "Goa Liberation Day", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-19": "Goa Liberation Day", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-19": "Goa Liberation Day", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-19": "Goa Liberation Day", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-19": "Goa Liberation Day", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-19": "Goa Liberation Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-19": "Goa Liberation Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-19": "Goa Liberation Day", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-19": "Goa Liberation Day", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-19": "Goa Liberation Day", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-19": "Goa Liberation Day", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-19": "Goa Liberation Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-19": "Goa Liberation Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-19": "Goa Liberation Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-19": "Goa Liberation Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-19": "Goa Liberation Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-19": "Goa Liberation Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-19": "Goa Liberation Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-19": "Goa Liberation Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-19": "Goa Liberation Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-19": "Goa Liberation Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-19": "Goa Liberation Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-19": "Goa Liberation Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-19": "Goa Liberation Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-19": "Goa Liberation Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-19": "Goa Liberation Day", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-19": "Goa Liberation Day", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-19": "Goa Liberation Day", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-19": "Goa Liberation Day", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-19": "Goa Liberation Day", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-19": "Goa Liberation Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-19": "Goa Liberation Day", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-19": "Goa Liberation Day", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-19": "Goa Liberation Day", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-19": "Goa Liberation Day", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-19": "Goa Liberation Day", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-19": "Goa Liberation Day", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-19": "Goa Liberation Day", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-19": "Goa Liberation Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-19": "Goa Liberation Day", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-19": "Goa Liberation Day", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-19": "Goa Liberation Day", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-19": "Goa Liberation Day", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-19": "Goa Liberation Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-19": "Goa Liberation Day", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-19": "Goa Liberation Day", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-19": "Goa Liberation Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-19": "Goa Liberation Day", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-19": "Goa Liberation Day", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-19": "Goa Liberation Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-19": "Goa Liberation Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-19": "Goa Liberation Day", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-19": "Goa Liberation Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-19": "Goa Liberation Day", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-19": "Goa Liberation Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-19": "Goa Liberation Day", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-19": "Goa Liberation Day", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-19": "Goa Liberation Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-19": "Goa Liberation Day", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-19": "Goa Liberation Day", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-19": "Goa Liberation Day", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-19": "Goa Liberation Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-19": "Goa Liberation Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-19": "Goa Liberation Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-19": "Goa Liberation Day", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-19": "Goa Liberation Day", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-19": "Goa Liberation Day", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-19": "Goa Liberation Day", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-19": "Goa Liberation Day", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-19": "Goa Liberation Day", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-19": "Goa Liberation Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-19": "Goa Liberation Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-19": "Goa Liberation Day", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-19": "Goa Liberation Day", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-19": "Goa Liberation Day", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_GJ.json000066400000000000000000002306411500152103600210720ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Gujarat Day; Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-10-31": "Sardar Vallabhbhai Patel Jayanti", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Gujarat Day; Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-10-31": "Sardar Vallabhbhai Patel Jayanti", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Gujarat Day; Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-10-31": "Sardar Vallabhbhai Patel Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Gujarat Day; Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-10-31": "Sardar Vallabhbhai Patel Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Gujarat Day; Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-10-31": "Sardar Vallabhbhai Patel Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Gujarat Day; Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-10-31": "Sardar Vallabhbhai Patel Jayanti", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Gujarat Day; Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-10-31": "Sardar Vallabhbhai Patel Jayanti", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Gujarat Day; Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-10-31": "Sardar Vallabhbhai Patel Jayanti", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Gujarat Day; Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-10-31": "Sardar Vallabhbhai Patel Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Gujarat Day; Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-10-31": "Sardar Vallabhbhai Patel Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Gujarat Day; Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-10-31": "Sardar Vallabhbhai Patel Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Gujarat Day; Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-10-31": "Sardar Vallabhbhai Patel Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Gujarat Day; Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-10-31": "Sardar Vallabhbhai Patel Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Gujarat Day; Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-10-31": "Sardar Vallabhbhai Patel Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Gujarat Day; Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-10-31": "Sardar Vallabhbhai Patel Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Gujarat Day; Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-10-31": "Sardar Vallabhbhai Patel Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Gujarat Day; Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-10-31": "Sardar Vallabhbhai Patel Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Gujarat Day; Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-10-31": "Sardar Vallabhbhai Patel Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Gujarat Day; Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-10-31": "Sardar Vallabhbhai Patel Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Gujarat Day; Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-10-31": "Sardar Vallabhbhai Patel Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Gujarat Day; Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-10-31": "Sardar Vallabhbhai Patel Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Gujarat Day; Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-10-31": "Sardar Vallabhbhai Patel Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Gujarat Day; Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-10-31": "Sardar Vallabhbhai Patel Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Gujarat Day; Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-31": "Sardar Vallabhbhai Patel Jayanti", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Gujarat Day; Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-31": "Sardar Vallabhbhai Patel Jayanti", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Gujarat Day; Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-31": "Sardar Vallabhbhai Patel Jayanti", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Gujarat Day; Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-10-31": "Sardar Vallabhbhai Patel Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Gujarat Day; Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-10-31": "Sardar Vallabhbhai Patel Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Gujarat Day; Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-10-31": "Sardar Vallabhbhai Patel Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Gujarat Day; Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated); Sardar Vallabhbhai Patel Jayanti", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Gujarat Day; Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-31": "Sardar Vallabhbhai Patel Jayanti", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Gujarat Day; Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-31": "Sardar Vallabhbhai Patel Jayanti", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Gujarat Day; Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-10-31": "Sardar Vallabhbhai Patel Jayanti", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Gujarat Day; Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-10-31": "Sardar Vallabhbhai Patel Jayanti", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Gujarat Day; Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-10-31": "Sardar Vallabhbhai Patel Jayanti", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Gujarat Day; Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-10-31": "Sardar Vallabhbhai Patel Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Gujarat Day; Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-10-31": "Sardar Vallabhbhai Patel Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Gujarat Day; Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-10-31": "Sardar Vallabhbhai Patel Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Gujarat Day; Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-10-31": "Sardar Vallabhbhai Patel Jayanti", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Gujarat Day; Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-10-31": "Sardar Vallabhbhai Patel Jayanti", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Gujarat Day; Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-10-31": "Sardar Vallabhbhai Patel Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Gujarat Day; Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-10-31": "Sardar Vallabhbhai Patel Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Gujarat Day; Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-10-31": "Sardar Vallabhbhai Patel Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Gujarat Day; Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-10-31": "Sardar Vallabhbhai Patel Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Gujarat Day; Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-10-31": "Sardar Vallabhbhai Patel Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Gujarat Day; Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-10-31": "Sardar Vallabhbhai Patel Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Gujarat Day; Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-10-31": "Sardar Vallabhbhai Patel Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Gujarat Day; Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-10-31": "Sardar Vallabhbhai Patel Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Gujarat Day; Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-10-31": "Sardar Vallabhbhai Patel Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Gujarat Day; Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-10-31": "Sardar Vallabhbhai Patel Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Gujarat Day; Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-10-31": "Sardar Vallabhbhai Patel Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti; Uttarayan", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Gujarat Day; Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-10-31": "Sardar Vallabhbhai Patel Jayanti", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti; Uttarayan", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Gujarat Day; Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-10-31": "Sardar Vallabhbhai Patel Jayanti", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti; Uttarayan", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Gujarat Day; Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-10-31": "Sardar Vallabhbhai Patel Jayanti", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti; Uttarayan", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Gujarat Day; Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-10-31": "Sardar Vallabhbhai Patel Jayanti", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti; Uttarayan", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Gujarat Day; Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-10-31": "Sardar Vallabhbhai Patel Jayanti", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti; Uttarayan", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Gujarat Day; Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-10-31": "Sardar Vallabhbhai Patel Jayanti", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti; Uttarayan", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Gujarat Day; Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-10-31": "Sardar Vallabhbhai Patel Jayanti", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti; Uttarayan", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Gujarat Day; Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-10-31": "Sardar Vallabhbhai Patel Jayanti", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti; Uttarayan", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Gujarat Day; Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-10-31": "Sardar Vallabhbhai Patel Jayanti", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti; Uttarayan", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Gujarat Day; Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-10-31": "Sardar Vallabhbhai Patel Jayanti", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti; Uttarayan", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Gujarat Day; Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-10-31": "Sardar Vallabhbhai Patel Jayanti", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti; Uttarayan", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Gujarat Day; Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-10-31": "Sardar Vallabhbhai Patel Jayanti", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti; Uttarayan", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Gujarat Day; Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-10-31": "Sardar Vallabhbhai Patel Jayanti", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday; Uttarayan", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Gujarat Day; Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-10-31": "Sardar Vallabhbhai Patel Jayanti", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti; Uttarayan", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Gujarat Day; Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-10-31": "Sardar Vallabhbhai Patel Jayanti", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti; Uttarayan", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Gujarat Day; Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja; Sardar Vallabhbhai Patel Jayanti", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti; Uttarayan", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Gujarat Day; Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-10-31": "Sardar Vallabhbhai Patel Jayanti", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti; Uttarayan", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Gujarat Day; Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-10-31": "Sardar Vallabhbhai Patel Jayanti", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti; Uttarayan", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Gujarat Day; Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-10-31": "Sardar Vallabhbhai Patel Jayanti", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti; Uttarayan", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Gujarat Day; Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-10-31": "Sardar Vallabhbhai Patel Jayanti", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti; Uttarayan", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Gujarat Day; Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-10-31": "Sardar Vallabhbhai Patel Jayanti", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti; Uttarayan", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Gujarat Day; Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-10-31": "Sardar Vallabhbhai Patel Jayanti", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti; Uttarayan", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Gujarat Day; Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-10-31": "Sardar Vallabhbhai Patel Jayanti", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti; Uttarayan", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Gujarat Day; Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-10-31": "Sardar Vallabhbhai Patel Jayanti", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti; Uttarayan", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Gujarat Day; Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-10-31": "Sardar Vallabhbhai Patel Jayanti", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti; Uttarayan", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Gujarat Day; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-10-31": "Sardar Vallabhbhai Patel Jayanti", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti; Uttarayan", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Gujarat Day; Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-10-31": "Sardar Vallabhbhai Patel Jayanti", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti; Uttarayan", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Gujarat Day; Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-10-31": "Sardar Vallabhbhai Patel Jayanti", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti; Uttarayan", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Gujarat Day; Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-10-31": "Sardar Vallabhbhai Patel Jayanti", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti; Uttarayan", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Gujarat Day; Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-10-31": "Sardar Vallabhbhai Patel Jayanti", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti; Uttarayan", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Gujarat Day; Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-10-31": "Sardar Vallabhbhai Patel Jayanti", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti; Uttarayan", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Gujarat Day; Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-10-31": "Sardar Vallabhbhai Patel Jayanti", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti; Uttarayan", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Gujarat Day; Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-10-31": "Sardar Vallabhbhai Patel Jayanti", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti; Uttarayan", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Gujarat Day; Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-10-31": "Sardar Vallabhbhai Patel Jayanti", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti; Uttarayan", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Gujarat Day; Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja; Sardar Vallabhbhai Patel Jayanti", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Gujarat Day; Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-10-31": "Sardar Vallabhbhai Patel Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Gujarat Day; Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-10-31": "Sardar Vallabhbhai Patel Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Gujarat Day; Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-31": "Sardar Vallabhbhai Patel Jayanti", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Gujarat Day; Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-31": "Sardar Vallabhbhai Patel Jayanti", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Gujarat Day; Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-31": "Sardar Vallabhbhai Patel Jayanti", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Gujarat Day; Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-10-31": "Sardar Vallabhbhai Patel Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Gujarat Day; Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-10-31": "Sardar Vallabhbhai Patel Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Gujarat Day; Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-10-31": "Sardar Vallabhbhai Patel Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Gujarat Day; Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated); Sardar Vallabhbhai Patel Jayanti", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Gujarat Day; Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-31": "Sardar Vallabhbhai Patel Jayanti", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Gujarat Day; Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-31": "Sardar Vallabhbhai Patel Jayanti", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Gujarat Day; Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-10-31": "Sardar Vallabhbhai Patel Jayanti", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Gujarat Day; Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-10-31": "Sardar Vallabhbhai Patel Jayanti", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Gujarat Day; Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-10-31": "Sardar Vallabhbhai Patel Jayanti", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Gujarat Day; Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-10-31": "Sardar Vallabhbhai Patel Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_HP.json000066400000000000000000002210771500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-04-15": "Himachal Day", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-04-15": "Himachal Day", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-04-15": "Himachal Day", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-04-15": "Himachal Day", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-15": "Himachal Day", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-04-15": "Himachal Day", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-04-15": "Himachal Day", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-15": "Himachal Day", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-15": "Himachal Day", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-04-15": "Himachal Day", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday; Himachal Day", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-04-15": "Himachal Day", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Himachal Day; Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-04-15": "Himachal Day", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-15": "Himachal Day", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-15": "Himachal Day", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-15": "Himachal Day", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-15": "Himachal Day", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-04-15": "Himachal Day", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-04-15": "Himachal Day", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-04-15": "Himachal Day", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-04-15": "Himachal Day", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-15": "Himachal Day", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Himachal Day; Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-04-15": "Himachal Day", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-04-15": "Himachal Day", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-15": "Himachal Day", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-04-15": "Himachal Day", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-04-15": "Himachal Day", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday; Himachal Day", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-04-15": "Himachal Day", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-15": "Himachal Day", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-04-15": "Himachal Day", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-04-15": "Himachal Day", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Himachal Day; Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-04-15": "Himachal Day", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-04-15": "Himachal Day", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-15": "Himachal Day", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-04-15": "Himachal Day", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-04-15": "Himachal Day", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday; Himachal Day", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated); Himachal Day", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-15": "Himachal Day", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-04-15": "Himachal Day", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-04-15": "Himachal Day", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-15": "Himachal Day", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-15": "Himachal Day", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-15": "Himachal Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-04-15": "Himachal Day", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-15": "Himachal Day", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated); Himachal Day", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday; Himachal Day", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-15": "Himachal Day", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Himachal Day; Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-04-15": "Himachal Day", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-15": "Himachal Day", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-15": "Himachal Day", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-04-15": "Himachal Day", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-15": "Himachal Day", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-04-15": "Himachal Day", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-15": "Himachal Day", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-15": "Himachal Day", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-04-15": "Himachal Day", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-15": "Himachal Day", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-15": "Himachal Day", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-04-15": "Himachal Day", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Himachal Day; Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-15": "Himachal Day", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-15": "Himachal Day", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-15": "Himachal Day", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-04-15": "Himachal Day", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-15": "Himachal Day", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday; Himachal Day", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-15": "Himachal Day", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-15": "Himachal Day", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-15": "Himachal Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-04-15": "Himachal Day", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Himachal Day; Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-15": "Himachal Day", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-15": "Himachal Day", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-15": "Himachal Day", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-04-15": "Himachal Day", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-15": "Himachal Day", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday; Himachal Day", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-04-15": "Himachal Day", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-15": "Himachal Day", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-04-15": "Himachal Day", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-15": "Himachal Day", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-15": "Himachal Day", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-04-15": "Himachal Day", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-04-15": "Himachal Day", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-15": "Himachal Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-04-15": "Himachal Day", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-04-15": "Himachal Day", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday; Himachal Day", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-04-15": "Himachal Day", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-04-15": "Himachal Day", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-04-15": "Himachal Day", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-04-15": "Himachal Day", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-15": "Himachal Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-04-15": "Himachal Day", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_HR.json000066400000000000000000002234651500152103600211110ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-01": "Haryana Foundation Day", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-01": "Haryana Foundation Day", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-01": "Haryana Foundation Day", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-01": "Haryana Foundation Day", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-01": "Haryana Foundation Day", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-01": "Haryana Foundation Day", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-01": "Haryana Foundation Day", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-01": "Haryana Foundation Day", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-01": "Haryana Foundation Day", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-01": "Haryana Foundation Day", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-01": "Haryana Foundation Day", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-01": "Haryana Foundation Day", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-01": "Haryana Foundation Day", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-01": "Haryana Foundation Day", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-01": "Haryana Foundation Day", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-01": "Haryana Foundation Day", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-01": "Haryana Foundation Day", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-01": "Haryana Foundation Day", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-01": "Haryana Foundation Day", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-01": "Haryana Foundation Day", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-01": "Haryana Foundation Day", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-01": "Haryana Foundation Day", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-01": "Haryana Foundation Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "Haryana Foundation Day", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "Haryana Foundation Day", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "Haryana Foundation Day", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-01": "Haryana Foundation Day", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-01": "Haryana Foundation Day", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-01": "Haryana Foundation Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Haryana Foundation Day", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "Haryana Foundation Day", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "Haryana Foundation Day", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-01": "Haryana Foundation Day", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-01": "Haryana Foundation Day", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-01": "Haryana Foundation Day", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-01": "Haryana Foundation Day", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-01": "Haryana Foundation Day", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-01": "Haryana Foundation Day", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-01": "Haryana Foundation Day", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-01": "Haryana Foundation Day", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-01": "Haryana Foundation Day", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-01": "Haryana Foundation Day", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-01": "Haryana Foundation Day", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-01": "Haryana Foundation Day", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-01": "Haryana Foundation Day", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-01": "Haryana Foundation Day", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-01": "Haryana Foundation Day", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-01": "Haryana Foundation Day", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-01": "Haryana Foundation Day", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-01": "Haryana Foundation Day", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-01": "Haryana Foundation Day", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-01": "Haryana Foundation Day", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-01": "Haryana Foundation Day", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-01": "Haryana Foundation Day", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-01": "Haryana Foundation Day", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali; Haryana Foundation Day", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-01": "Haryana Foundation Day", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-01": "Haryana Foundation Day", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-01": "Haryana Foundation Day", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-01": "Haryana Foundation Day", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-01": "Haryana Foundation Day", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Haryana Foundation Day", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-01": "Haryana Foundation Day", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-01": "Haryana Foundation Day", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-01": "Haryana Foundation Day", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-01": "Haryana Foundation Day", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-01": "Haryana Foundation Day", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-01": "Haryana Foundation Day", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-01": "Haryana Foundation Day", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-01": "Haryana Foundation Day", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-01": "Haryana Foundation Day", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-01": "Haryana Foundation Day", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-01": "Haryana Foundation Day", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-01": "Haryana Foundation Day", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali; Haryana Foundation Day", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-01": "Haryana Foundation Day", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-01": "Haryana Foundation Day", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-01": "Haryana Foundation Day", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-01": "Haryana Foundation Day", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-01": "Haryana Foundation Day", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Haryana Foundation Day", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-01": "Haryana Foundation Day", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-01": "Haryana Foundation Day", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-01": "Haryana Foundation Day", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-01": "Haryana Foundation Day", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-01": "Haryana Foundation Day", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-01": "Haryana Foundation Day", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-01": "Haryana Foundation Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "Haryana Foundation Day", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "Haryana Foundation Day", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "Haryana Foundation Day", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-01": "Haryana Foundation Day", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-01": "Haryana Foundation Day", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-01": "Haryana Foundation Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Haryana Foundation Day", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "Haryana Foundation Day", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "Haryana Foundation Day", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-01": "Haryana Foundation Day", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-01": "Haryana Foundation Day", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-01": "Haryana Foundation Day", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-01": "Haryana Foundation Day", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_JH.json000066400000000000000000002256711500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-11-15": "Jharkhand Formation Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-11-15": "Jharkhand Formation Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-15": "Jharkhand Formation Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-15": "Jharkhand Formation Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-11-15": "Jharkhand Formation Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-11-15": "Jharkhand Formation Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-11-15": "Jharkhand Formation Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-11-15": "Jharkhand Formation Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-11-15": "Jharkhand Formation Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-11-15": "Jharkhand Formation Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-11-15": "Jharkhand Formation Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-11-15": "Jharkhand Formation Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-11-15": "Jharkhand Formation Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-11-15": "Jharkhand Formation Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-11-15": "Jharkhand Formation Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-11-15": "Jharkhand Formation Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-11-15": "Jharkhand Formation Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-11-15": "Jharkhand Formation Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-11-15": "Jharkhand Formation Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-11-15": "Jharkhand Formation Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-15": "Jharkhand Formation Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-15": "Jharkhand Formation Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-11-15": "Jharkhand Formation Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-11-15": "Jharkhand Formation Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-11-15": "Jharkhand Formation Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-11-15": "Jharkhand Formation Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-11-15": "Jharkhand Formation Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-15": "Jharkhand Formation Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-11-15": "Jharkhand Formation Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-15": "Jharkhand Formation Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-15": "Jharkhand Formation Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-11-15": "Jharkhand Formation Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-11-15": "Jharkhand Formation Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-11-15": "Jharkhand Formation Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-11-15": "Jharkhand Formation Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-15": "Jharkhand Formation Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-11-15": "Jharkhand Formation Day", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-11-15": "Jharkhand Formation Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-11-15": "Jharkhand Formation Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-11-15": "Jharkhand Formation Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-11-15": "Jharkhand Formation Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-11-15": "Jharkhand Formation Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-11-15": "Jharkhand Formation Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-11-15": "Jharkhand Formation Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-11-15": "Jharkhand Formation Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-11-15": "Jharkhand Formation Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-11-15": "Jharkhand Formation Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-11-15": "Jharkhand Formation Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-11-15": "Jharkhand Formation Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-11-15": "Jharkhand Formation Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-11-15": "Jharkhand Formation Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja; Jharkhand Formation Day", "2001-11-21": "Chhath Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-10": "Chhath Puja", "2002-11-14": "Children's Day", "2002-11-15": "Jharkhand Formation Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-10-30": "Chhath Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-15": "Jharkhand Formation Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-15": "Jharkhand Formation Day", "2004-11-17": "Chhath Puja", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-07": "Chhath Puja", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti; Jharkhand Formation Day", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-10-28": "Chhath Puja", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-11-15": "Jharkhand Formation Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-15": "Jharkhand Formation Day", "2007-11-16": "Chhath Puja", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-04": "Chhath Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-11-15": "Jharkhand Formation Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-10-24": "Chhath Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-15": "Jharkhand Formation Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-11": "Chhath Puja", "2010-11-14": "Children's Day", "2010-11-15": "Jharkhand Formation Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Chhath Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-11-15": "Jharkhand Formation Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-15": "Jharkhand Formation Day", "2012-11-19": "Chhath Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-08": "Chhath Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-15": "Jharkhand Formation Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-10-29": "Chhath Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-11-15": "Jharkhand Formation Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-15": "Jharkhand Formation Day", "2015-11-17": "Chhath Puja", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-06": "Chhath Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-11-15": "Jharkhand Formation Day", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-10-26": "Chhath Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-11-15": "Jharkhand Formation Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-13": "Chhath Puja", "2018-11-14": "Children's Day", "2018-11-15": "Jharkhand Formation Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-02": "Chhath Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-11-15": "Jharkhand Formation Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja; Jharkhand Formation Day", "2020-11-20": "Chhath Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-10": "Chhath Puja", "2021-11-14": "Children's Day", "2021-11-15": "Jharkhand Formation Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-10-30": "Chhath Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-11-15": "Jharkhand Formation Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-15": "Jharkhand Formation Day", "2023-11-19": "Chhath Puja", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-07": "Chhath Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti; Jharkhand Formation Day", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-10-28": "Chhath Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-11-15": "Jharkhand Formation Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-11-15": "Chhath Puja; Jharkhand Formation Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-04": "Chhath Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-11-15": "Jharkhand Formation Day", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-10-23": "Chhath Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-11-15": "Jharkhand Formation Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-11": "Chhath Puja", "2029-11-14": "Children's Day", "2029-11-15": "Jharkhand Formation Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Chhath Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-11-15": "Jharkhand Formation Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja; Jharkhand Formation Day", "2031-11-20": "Chhath Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-09": "Chhath Puja", "2032-11-14": "Children's Day", "2032-11-15": "Jharkhand Formation Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-10-29": "Chhath Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-11-15": "Jharkhand Formation Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-15": "Jharkhand Formation Day", "2034-11-17": "Chhath Puja", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-06": "Chhath Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti; Jharkhand Formation Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-15": "Jharkhand Formation Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-11-15": "Jharkhand Formation Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-11-15": "Jharkhand Formation Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-11-15": "Jharkhand Formation Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-11-15": "Jharkhand Formation Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-11-15": "Jharkhand Formation Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-15": "Jharkhand Formation Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-11-15": "Jharkhand Formation Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-15": "Jharkhand Formation Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-15": "Jharkhand Formation Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-11-15": "Jharkhand Formation Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-11-15": "Jharkhand Formation Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-11-15": "Jharkhand Formation Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-11-15": "Jharkhand Formation Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-15": "Jharkhand Formation Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_JK.json000066400000000000000000002130011500152103600210650ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_KA.json000066400000000000000000002231531500152103600210650ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-01": "Karnataka Rajyotsava", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-01": "Karnataka Rajyotsava", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-01": "Karnataka Rajyotsava", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-01": "Karnataka Rajyotsava", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-01": "Karnataka Rajyotsava", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-01": "Karnataka Rajyotsava", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-01": "Karnataka Rajyotsava", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-01": "Karnataka Rajyotsava", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-01": "Karnataka Rajyotsava", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-01": "Karnataka Rajyotsava", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-01": "Karnataka Rajyotsava", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-01": "Karnataka Rajyotsava", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-01": "Karnataka Rajyotsava", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-01": "Karnataka Rajyotsava", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-01": "Karnataka Rajyotsava", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-01": "Karnataka Rajyotsava", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-01": "Karnataka Rajyotsava", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-01": "Karnataka Rajyotsava", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-01": "Karnataka Rajyotsava", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-01": "Karnataka Rajyotsava", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-01": "Karnataka Rajyotsava", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-01": "Karnataka Rajyotsava", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-01": "Karnataka Rajyotsava", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "Karnataka Rajyotsava", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "Karnataka Rajyotsava", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "Karnataka Rajyotsava", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-01": "Karnataka Rajyotsava", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-01": "Karnataka Rajyotsava", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-01": "Karnataka Rajyotsava", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Karnataka Rajyotsava", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "Karnataka Rajyotsava", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "Karnataka Rajyotsava", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-01": "Karnataka Rajyotsava", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-01": "Karnataka Rajyotsava", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-01": "Karnataka Rajyotsava", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-01": "Karnataka Rajyotsava", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-01": "Karnataka Rajyotsava", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-01": "Karnataka Rajyotsava", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-01": "Karnataka Rajyotsava", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-01": "Karnataka Rajyotsava", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-01": "Karnataka Rajyotsava", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-01": "Karnataka Rajyotsava", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-01": "Karnataka Rajyotsava", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-01": "Karnataka Rajyotsava", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-01": "Karnataka Rajyotsava", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-01": "Karnataka Rajyotsava", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-01": "Karnataka Rajyotsava", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-01": "Karnataka Rajyotsava", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-01": "Karnataka Rajyotsava", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-01": "Karnataka Rajyotsava", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-01": "Karnataka Rajyotsava", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-01": "Karnataka Rajyotsava", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-01": "Karnataka Rajyotsava", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-01": "Karnataka Rajyotsava", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-01": "Karnataka Rajyotsava", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali; Karnataka Rajyotsava", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-01": "Karnataka Rajyotsava", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-01": "Karnataka Rajyotsava", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-01": "Karnataka Rajyotsava", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-01": "Karnataka Rajyotsava", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-01": "Karnataka Rajyotsava", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Karnataka Rajyotsava", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-01": "Karnataka Rajyotsava", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-01": "Karnataka Rajyotsava", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-01": "Karnataka Rajyotsava", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-01": "Karnataka Rajyotsava", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-01": "Karnataka Rajyotsava", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-01": "Karnataka Rajyotsava", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-01": "Karnataka Rajyotsava", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-01": "Karnataka Rajyotsava", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-01": "Karnataka Rajyotsava", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-01": "Karnataka Rajyotsava", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-01": "Karnataka Rajyotsava", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-01": "Karnataka Rajyotsava", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali; Karnataka Rajyotsava", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-01": "Karnataka Rajyotsava", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-01": "Karnataka Rajyotsava", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-01": "Karnataka Rajyotsava", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-01": "Karnataka Rajyotsava", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-01": "Karnataka Rajyotsava", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Karnataka Rajyotsava", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-01": "Karnataka Rajyotsava", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-01": "Karnataka Rajyotsava", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-01": "Karnataka Rajyotsava", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-01": "Karnataka Rajyotsava", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-01": "Karnataka Rajyotsava", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-01": "Karnataka Rajyotsava", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-01": "Karnataka Rajyotsava", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "Karnataka Rajyotsava", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "Karnataka Rajyotsava", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "Karnataka Rajyotsava", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-01": "Karnataka Rajyotsava", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-01": "Karnataka Rajyotsava", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-01": "Karnataka Rajyotsava", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Karnataka Rajyotsava", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "Karnataka Rajyotsava", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "Karnataka Rajyotsava", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-01": "Karnataka Rajyotsava", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-01": "Karnataka Rajyotsava", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-01": "Karnataka Rajyotsava", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-01": "Karnataka Rajyotsava", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_KL.json000066400000000000000000002250161500152103600211000ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-01": "Kerala Foundation Day", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-01": "Kerala Foundation Day", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-01": "Kerala Foundation Day", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-01": "Kerala Foundation Day", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-01": "Kerala Foundation Day", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-01": "Kerala Foundation Day", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-01": "Kerala Foundation Day", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-01": "Kerala Foundation Day", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-01": "Kerala Foundation Day", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-01": "Kerala Foundation Day", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-01": "Kerala Foundation Day", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-01": "Kerala Foundation Day", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-01": "Kerala Foundation Day", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-01": "Kerala Foundation Day", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-01": "Kerala Foundation Day", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-01": "Kerala Foundation Day", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-01": "Kerala Foundation Day", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-01": "Kerala Foundation Day", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-01": "Kerala Foundation Day", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-01": "Kerala Foundation Day", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-01": "Kerala Foundation Day", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-01": "Kerala Foundation Day", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-01": "Kerala Foundation Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "Kerala Foundation Day", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "Kerala Foundation Day", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "Kerala Foundation Day", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-01": "Kerala Foundation Day", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-01": "Kerala Foundation Day", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-01": "Kerala Foundation Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Kerala Foundation Day", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "Kerala Foundation Day", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "Kerala Foundation Day", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-01": "Kerala Foundation Day", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-01": "Kerala Foundation Day", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-01": "Kerala Foundation Day", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-01": "Kerala Foundation Day", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-01": "Kerala Foundation Day", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-01": "Kerala Foundation Day", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-01": "Kerala Foundation Day", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-01": "Kerala Foundation Day", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-01": "Kerala Foundation Day", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-01": "Kerala Foundation Day", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-01": "Kerala Foundation Day", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-01": "Kerala Foundation Day", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-01": "Kerala Foundation Day", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-01": "Kerala Foundation Day", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-01": "Kerala Foundation Day", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-01": "Kerala Foundation Day", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-01": "Kerala Foundation Day", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-01": "Kerala Foundation Day", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-01": "Kerala Foundation Day", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-08-31": "Onam", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-01": "Kerala Foundation Day", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-21": "Onam", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-01": "Kerala Foundation Day", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-08": "Onam", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-01": "Kerala Foundation Day", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-28": "Onam", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-01": "Kerala Foundation Day", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-09-15": "Onam", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali; Kerala Foundation Day", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-05": "Onam", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-01": "Kerala Foundation Day", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-26": "Onam", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-01": "Kerala Foundation Day", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-12": "Onam", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-01": "Kerala Foundation Day", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-02": "Onam", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-01": "Kerala Foundation Day", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-23": "Onam", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-01": "Kerala Foundation Day", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-09": "Onam", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Kerala Foundation Day", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-08-29": "Onam", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-01": "Kerala Foundation Day", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Onam; Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-01": "Kerala Foundation Day", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-06": "Onam", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-01": "Kerala Foundation Day", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-28": "Onam", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-01": "Kerala Foundation Day", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha; Onam", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-01": "Kerala Foundation Day", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-04": "Onam", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-01": "Kerala Foundation Day", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-24": "Onam", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-01": "Kerala Foundation Day", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-11": "Onam", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-01": "Kerala Foundation Day", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-08-31": "Onam", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-01": "Kerala Foundation Day", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-21": "Onam", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-01": "Kerala Foundation Day", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-08": "Onam", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-01": "Kerala Foundation Day", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-29": "Onam", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-01": "Kerala Foundation Day", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-15": "Onam", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali; Kerala Foundation Day", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Onam; Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-01": "Kerala Foundation Day", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-26": "Onam", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-01": "Kerala Foundation Day", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-12": "Onam", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-01": "Kerala Foundation Day", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-01": "Onam", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-01": "Kerala Foundation Day", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-22": "Onam", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-01": "Kerala Foundation Day", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-09": "Onam", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Kerala Foundation Day", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-08-30": "Onam", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-01": "Kerala Foundation Day", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Onam; Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-01": "Kerala Foundation Day", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-06": "Onam", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-01": "Kerala Foundation Day", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-28": "Onam", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-01": "Kerala Foundation Day", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-09-14": "Onam", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-01": "Kerala Foundation Day", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-01": "Kerala Foundation Day", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-01": "Kerala Foundation Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "Kerala Foundation Day", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "Kerala Foundation Day", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "Kerala Foundation Day", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-01": "Kerala Foundation Day", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-01": "Kerala Foundation Day", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-01": "Kerala Foundation Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Kerala Foundation Day", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "Kerala Foundation Day", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "Kerala Foundation Day", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-01": "Kerala Foundation Day", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-01": "Kerala Foundation Day", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-01": "Kerala Foundation Day", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-01": "Kerala Foundation Day", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_LA.json000066400000000000000000002130011500152103600210550ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_LD.json000066400000000000000000002015131500152103600210650ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_MH.json000066400000000000000000002335031500152103600210760ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day; Maharashtra Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day; Maharashtra Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day; Maharashtra Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day; Maharashtra Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day; Maharashtra Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day; Maharashtra Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day; Maharashtra Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day; Maharashtra Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day; Maharashtra Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day; Maharashtra Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day; Maharashtra Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day; Maharashtra Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day; Maharashtra Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day; Maharashtra Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day; Maharashtra Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day; Maharashtra Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day; Maharashtra Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day; Maharashtra Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day; Maharashtra Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day; Maharashtra Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day; Maharashtra Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day; Maharashtra Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day; Maharashtra Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day; Maharashtra Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day; Maharashtra Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day; Maharashtra Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day; Maharashtra Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day; Maharashtra Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Chhatrapati Shivaji Maharaj Jayanti; Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day; Maharashtra Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day; Maharashtra Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day; Maharashtra Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day; Maharashtra Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day; Maharashtra Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day; Maharashtra Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day; Maharashtra Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day; Maharashtra Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day; Maharashtra Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day; Maharashtra Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day; Maharashtra Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day; Maharashtra Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day; Maharashtra Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day; Maharashtra Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day; Maharashtra Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day; Maharashtra Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day; Maharashtra Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day; Maharashtra Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Chhatrapati Shivaji Maharaj Jayanti; Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day; Maharashtra Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day; Maharashtra Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day; Maharashtra Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day; Maharashtra Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day; Maharashtra Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-03-26": "Gudi Padwa", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day; Maharashtra Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-13": "Gudi Padwa", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day; Maharashtra Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-02": "Gudi Padwa", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day; Maharashtra Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-21": "Gudi Padwa", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day; Maharashtra Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura; Chhatrapati Shivaji Maharaj Jayanti", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-09": "Gudi Padwa", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day; Maharashtra Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-03-30": "Gudi Padwa", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day; Maharashtra Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2007-03-04": "Holi", "2007-03-19": "Gudi Padwa", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day; Maharashtra Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-06": "Gudi Padwa", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day; Maharashtra Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-03-27": "Gudi Padwa", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day; Maharashtra Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-16": "Gudi Padwa", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day; Maharashtra Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-04": "Gudi Padwa", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day; Maharashtra Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-03-23": "Gudi Padwa", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day; Maharashtra Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-11": "Gudi Padwa", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day; Maharashtra Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-03-31": "Gudi Padwa", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day; Maharashtra Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2015-03-06": "Holi", "2015-03-21": "Gudi Padwa", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day; Maharashtra Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-08": "Gudi Padwa", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day; Maharashtra Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-03-28": "Gudi Padwa", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day; Maharashtra Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2018-03-02": "Holi", "2018-03-18": "Gudi Padwa", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day; Maharashtra Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-06": "Gudi Padwa", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day; Maharashtra Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-03-25": "Gudi Padwa", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day; Maharashtra Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-13": "Gudi Padwa", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day; Maharashtra Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-02": "Gudi Padwa", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day; Maharashtra Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2023-03-08": "Holi", "2023-03-22": "Gudi Padwa", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day; Maharashtra Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-09": "Gudi Padwa", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day; Maharashtra Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-30": "Gudi Padwa", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day; Maharashtra Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2026-03-04": "Holi", "2026-03-19": "Gudi Padwa", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day; Maharashtra Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-07": "Gudi Padwa", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day; Maharashtra Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-03-27": "Gudi Padwa", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day; Maharashtra Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti; Gudi Padwa", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day; Maharashtra Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-03": "Gudi Padwa", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day; Maharashtra Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-03-24": "Gudi Padwa", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day; Maharashtra Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-11": "Gudi Padwa", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day; Maharashtra Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-03-31": "Gudi Padwa", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day; Maharashtra Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-21": "Gudi Padwa", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day; Maharashtra Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-09": "Gudi Padwa", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day; Maharashtra Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day; Maharashtra Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day; Maharashtra Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day; Maharashtra Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day; Maharashtra Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day; Maharashtra Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day; Maharashtra Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day; Maharashtra Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day; Maharashtra Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day; Maharashtra Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day; Maharashtra Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day; Maharashtra Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day; Maharashtra Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day; Maharashtra Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day; Maharashtra Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-02-19": "Chhatrapati Shivaji Maharaj Jayanti", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day; Maharashtra Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_ML.json000066400000000000000000002015131500152103600210760ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_MN.json000066400000000000000000002015131500152103600211000ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_MP.json000066400000000000000000002247701500152103600211140ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-01": "Madhya Pradesh Foundation Day", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-01": "Madhya Pradesh Foundation Day", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-01": "Madhya Pradesh Foundation Day", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-01": "Madhya Pradesh Foundation Day", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-01": "Madhya Pradesh Foundation Day", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-01": "Madhya Pradesh Foundation Day", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-01": "Madhya Pradesh Foundation Day", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-01": "Madhya Pradesh Foundation Day", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-01": "Madhya Pradesh Foundation Day", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-01": "Madhya Pradesh Foundation Day", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-01": "Madhya Pradesh Foundation Day", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-01": "Madhya Pradesh Foundation Day", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-01": "Madhya Pradesh Foundation Day", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-01": "Madhya Pradesh Foundation Day", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-01": "Madhya Pradesh Foundation Day", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-01": "Madhya Pradesh Foundation Day", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-01": "Madhya Pradesh Foundation Day", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-01": "Madhya Pradesh Foundation Day", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-01": "Madhya Pradesh Foundation Day", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-01": "Madhya Pradesh Foundation Day", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-01": "Madhya Pradesh Foundation Day", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-01": "Madhya Pradesh Foundation Day", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-01": "Madhya Pradesh Foundation Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "Madhya Pradesh Foundation Day", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "Madhya Pradesh Foundation Day", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "Madhya Pradesh Foundation Day", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-01": "Madhya Pradesh Foundation Day", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-01": "Madhya Pradesh Foundation Day", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-01": "Madhya Pradesh Foundation Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Madhya Pradesh Foundation Day", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "Madhya Pradesh Foundation Day", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "Madhya Pradesh Foundation Day", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-01": "Madhya Pradesh Foundation Day", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-01": "Madhya Pradesh Foundation Day", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-01": "Madhya Pradesh Foundation Day", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-01": "Madhya Pradesh Foundation Day", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-01": "Madhya Pradesh Foundation Day", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-01": "Madhya Pradesh Foundation Day", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-01": "Madhya Pradesh Foundation Day", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-01": "Madhya Pradesh Foundation Day", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-01": "Madhya Pradesh Foundation Day", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-01": "Madhya Pradesh Foundation Day", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-01": "Madhya Pradesh Foundation Day", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-01": "Madhya Pradesh Foundation Day", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-01": "Madhya Pradesh Foundation Day", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-01": "Madhya Pradesh Foundation Day", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-01": "Madhya Pradesh Foundation Day", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-01": "Madhya Pradesh Foundation Day", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-01": "Madhya Pradesh Foundation Day", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-01": "Madhya Pradesh Foundation Day", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-01": "Madhya Pradesh Foundation Day", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-01": "Madhya Pradesh Foundation Day", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-01": "Madhya Pradesh Foundation Day", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-01": "Madhya Pradesh Foundation Day", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-01": "Madhya Pradesh Foundation Day", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali; Madhya Pradesh Foundation Day", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-01": "Madhya Pradesh Foundation Day", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-01": "Madhya Pradesh Foundation Day", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-01": "Madhya Pradesh Foundation Day", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-01": "Madhya Pradesh Foundation Day", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-01": "Madhya Pradesh Foundation Day", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Madhya Pradesh Foundation Day", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-01": "Madhya Pradesh Foundation Day", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-01": "Madhya Pradesh Foundation Day", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-01": "Madhya Pradesh Foundation Day", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-01": "Madhya Pradesh Foundation Day", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-01": "Madhya Pradesh Foundation Day", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-01": "Madhya Pradesh Foundation Day", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-01": "Madhya Pradesh Foundation Day", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-01": "Madhya Pradesh Foundation Day", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-01": "Madhya Pradesh Foundation Day", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-01": "Madhya Pradesh Foundation Day", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-01": "Madhya Pradesh Foundation Day", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-01": "Madhya Pradesh Foundation Day", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali; Madhya Pradesh Foundation Day", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-01": "Madhya Pradesh Foundation Day", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-01": "Madhya Pradesh Foundation Day", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-01": "Madhya Pradesh Foundation Day", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-01": "Madhya Pradesh Foundation Day", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-01": "Madhya Pradesh Foundation Day", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Madhya Pradesh Foundation Day", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-01": "Madhya Pradesh Foundation Day", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-01": "Madhya Pradesh Foundation Day", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-01": "Madhya Pradesh Foundation Day", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-01": "Madhya Pradesh Foundation Day", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-01": "Madhya Pradesh Foundation Day", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-01": "Madhya Pradesh Foundation Day", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-01": "Madhya Pradesh Foundation Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "Madhya Pradesh Foundation Day", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "Madhya Pradesh Foundation Day", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "Madhya Pradesh Foundation Day", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-01": "Madhya Pradesh Foundation Day", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-01": "Madhya Pradesh Foundation Day", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-01": "Madhya Pradesh Foundation Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Madhya Pradesh Foundation Day", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "Madhya Pradesh Foundation Day", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "Madhya Pradesh Foundation Day", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-01": "Madhya Pradesh Foundation Day", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-01": "Madhya Pradesh Foundation Day", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-01": "Madhya Pradesh Foundation Day", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-01": "Madhya Pradesh Foundation Day", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_MZ.json000066400000000000000000002112061500152103600211140ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-02-20": "Mizoram State Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-02-20": "Mizoram State Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-02-20": "Mizoram State Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-02-20": "Mizoram State Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-02-20": "Mizoram State Day", "1954-04-11": "Palm Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-02-20": "Mizoram State Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-02-20": "Mizoram State Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-02-20": "Mizoram State Day", "1957-04-14": "Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-02-20": "Mizoram State Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-02-20": "Mizoram State Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-02-20": "Mizoram State Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-02-20": "Mizoram State Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-02-20": "Mizoram State Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-20": "Mizoram State Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-20": "Mizoram State Day", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-20": "Mizoram State Day", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-02-20": "Mizoram State Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-02-20": "Mizoram State Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-02-20": "Mizoram State Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-20": "Mizoram State Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-20": "Mizoram State Day", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-20": "Mizoram State Day", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-20": "Mizoram State Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-02-20": "Mizoram State Day", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-02-20": "Mizoram State Day", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-02-20": "Mizoram State Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-02-20": "Mizoram State Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-02-20": "Mizoram State Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-02-20": "Mizoram State Day", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-02-20": "Mizoram State Day", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-02-20": "Mizoram State Day", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-02-20": "Mizoram State Day", "1981-04-12": "Palm Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-02-20": "Mizoram State Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-02-20": "Mizoram State Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-02-20": "Mizoram State Day", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-02-20": "Mizoram State Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-02-20": "Mizoram State Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-02-20": "Mizoram State Day", "1987-04-12": "Palm Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-02-20": "Mizoram State Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-02-20": "Mizoram State Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-02-20": "Mizoram State Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-02-20": "Mizoram State Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-02-20": "Mizoram State Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-02-20": "Mizoram State Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-02-20": "Mizoram State Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-02-20": "Mizoram State Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Mizoram State Day", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-20": "Mizoram State Day", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-02-20": "Mizoram State Day", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-02-20": "Mizoram State Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-02-20": "Mizoram State Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-20": "Mizoram State Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-20": "Mizoram State Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-02-20": "Mizoram State Day", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-02-20": "Mizoram State Day", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-02-20": "Mizoram State Day", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-20": "Mizoram State Day", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-02-20": "Mizoram State Day", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-02-20": "Mizoram State Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-20": "Mizoram State Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-20": "Mizoram State Day", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-02-20": "Mizoram State Day", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri; Mizoram State Day", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-02-20": "Mizoram State Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-20": "Mizoram State Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-02-20": "Mizoram State Day", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-02-20": "Mizoram State Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-20": "Mizoram State Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-02-20": "Mizoram State Day", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-02-20": "Mizoram State Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-20": "Mizoram State Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-02-20": "Mizoram State Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-02-20": "Mizoram State Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-02-20": "Mizoram State Day", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-02-20": "Mizoram State Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-20": "Mizoram State Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-02-20": "Mizoram State Day", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-02-20": "Mizoram State Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-20": "Mizoram State Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-20": "Mizoram State Day", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-20": "Mizoram State Day", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri; Mizoram State Day", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-02-20": "Mizoram State Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-20": "Mizoram State Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-02-20": "Mizoram State Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-20": "Mizoram State Day", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-20": "Mizoram State Day", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-20": "Mizoram State Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-02-20": "Mizoram State Day", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-02-20": "Mizoram State Day", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-02-20": "Mizoram State Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-02-20": "Mizoram State Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-02-20": "Mizoram State Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-20": "Mizoram State Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-02-20": "Mizoram State Day", "2044-04-10": "Palm Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-02-20": "Mizoram State Day", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-02-20": "Mizoram State Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-02-20": "Mizoram State Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-02-20": "Mizoram State Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-02-20": "Mizoram State Day", "2049-04-11": "Palm Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-02-20": "Mizoram State Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_NL.json000066400000000000000000002140141500152103600210770ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-01": "Nagaland State Inauguration Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-01": "Nagaland State Inauguration Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-01": "Nagaland State Inauguration Day", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-01": "Nagaland State Inauguration Day", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-01": "Nagaland State Inauguration Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-01": "Nagaland State Inauguration Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-01": "Nagaland State Inauguration Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-01": "Nagaland State Inauguration Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-01": "Nagaland State Inauguration Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-01": "Nagaland State Inauguration Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-01": "Nagaland State Inauguration Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-01": "Nagaland State Inauguration Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-01": "Nagaland State Inauguration Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-01": "Nagaland State Inauguration Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-01": "Nagaland State Inauguration Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-01": "Nagaland State Inauguration Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-01": "Nagaland State Inauguration Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-01": "Nagaland State Inauguration Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-01": "Nagaland State Inauguration Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-01": "Nagaland State Inauguration Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Nagaland State Inauguration Day", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-01": "Nagaland State Inauguration Day", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-01": "Nagaland State Inauguration Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-01": "Nagaland State Inauguration Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-01": "Nagaland State Inauguration Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-01": "Nagaland State Inauguration Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated); Nagaland State Inauguration Day", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-01": "Nagaland State Inauguration Day", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-01": "Nagaland State Inauguration Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-01": "Nagaland State Inauguration Day", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-01": "Nagaland State Inauguration Day", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-01": "Nagaland State Inauguration Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-01": "Nagaland State Inauguration Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-01": "Nagaland State Inauguration Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-01": "Nagaland State Inauguration Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-01": "Nagaland State Inauguration Day", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-01": "Nagaland State Inauguration Day", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-01": "Nagaland State Inauguration Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-01": "Nagaland State Inauguration Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-01": "Nagaland State Inauguration Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-01": "Nagaland State Inauguration Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-01": "Nagaland State Inauguration Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-01": "Nagaland State Inauguration Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-01": "Nagaland State Inauguration Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-01": "Nagaland State Inauguration Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-01": "Nagaland State Inauguration Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-01": "Nagaland State Inauguration Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-01": "Nagaland State Inauguration Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-01": "Nagaland State Inauguration Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-01": "Nagaland State Inauguration Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-01": "Nagaland State Inauguration Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-01": "Nagaland State Inauguration Day", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-01": "Nagaland State Inauguration Day", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-01": "Nagaland State Inauguration Day", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-01": "Nagaland State Inauguration Day", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-01": "Nagaland State Inauguration Day", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-01": "Nagaland State Inauguration Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-01": "Nagaland State Inauguration Day", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-01": "Nagaland State Inauguration Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-01": "Nagaland State Inauguration Day", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-01": "Nagaland State Inauguration Day", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-01": "Nagaland State Inauguration Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-01": "Nagaland State Inauguration Day", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-01": "Nagaland State Inauguration Day", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-01": "Nagaland State Inauguration Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-01": "Nagaland State Inauguration Day", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-01": "Nagaland State Inauguration Day", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-01": "Nagaland State Inauguration Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-01": "Nagaland State Inauguration Day", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-01": "Nagaland State Inauguration Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-01": "Nagaland State Inauguration Day", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-01": "Nagaland State Inauguration Day", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-01": "Nagaland State Inauguration Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-01": "Nagaland State Inauguration Day", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-01": "Nagaland State Inauguration Day", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-01": "Nagaland State Inauguration Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-01": "Nagaland State Inauguration Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-01": "Nagaland State Inauguration Day", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-01": "Nagaland State Inauguration Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-01": "Nagaland State Inauguration Day", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-01": "Nagaland State Inauguration Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-01": "Nagaland State Inauguration Day", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-01": "Nagaland State Inauguration Day", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-01": "Nagaland State Inauguration Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-01": "Nagaland State Inauguration Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated); Nagaland State Inauguration Day", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-01": "Nagaland State Inauguration Day", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-01": "Nagaland State Inauguration Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-01": "Nagaland State Inauguration Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-01": "Nagaland State Inauguration Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-01": "Nagaland State Inauguration Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-01": "Nagaland State Inauguration Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-01": "Nagaland State Inauguration Day", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-01": "Nagaland State Inauguration Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-01": "Nagaland State Inauguration Day", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-01": "Nagaland State Inauguration Day", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-01": "Nagaland State Inauguration Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-01": "Nagaland State Inauguration Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-01": "Nagaland State Inauguration Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-01": "Nagaland State Inauguration Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-01": "Nagaland State Inauguration Day", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_OD.json000066400000000000000000002373461500152103600211050ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-01": "Odisha Day (Utkala Dibasa)", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-01": "Odisha Day (Utkala Dibasa)", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-01": "Odisha Day (Utkala Dibasa)", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-01": "Odisha Day (Utkala Dibasa)", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-01": "Odisha Day (Utkala Dibasa)", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-01": "Odisha Day (Utkala Dibasa)", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday; Odisha Day (Utkala Dibasa)", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-01": "Odisha Day (Utkala Dibasa)", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-01": "Odisha Day (Utkala Dibasa)", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-01": "Odisha Day (Utkala Dibasa)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-01": "Odisha Day (Utkala Dibasa)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday; Maha Vishuva Sankranti / Pana Sankranti", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-01": "Odisha Day (Utkala Dibasa)", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-01": "Odisha Day (Utkala Dibasa)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Maha Vishuva Sankranti / Pana Sankranti; Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-01": "Odisha Day (Utkala Dibasa)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-01": "Odisha Day (Utkala Dibasa)", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-01": "Odisha Day (Utkala Dibasa)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated); Odisha Day (Utkala Dibasa)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-01": "Odisha Day (Utkala Dibasa)", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-01": "Odisha Day (Utkala Dibasa)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-01": "Odisha Day (Utkala Dibasa)", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-01": "Odisha Day (Utkala Dibasa)", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-01": "Odisha Day (Utkala Dibasa)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-01": "Odisha Day (Utkala Dibasa)", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-01": "Odisha Day (Utkala Dibasa)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Maha Vishuva Sankranti / Pana Sankranti; Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-01": "Odisha Day (Utkala Dibasa)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-01": "Odisha Day (Utkala Dibasa)", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-01": "Odisha Day (Utkala Dibasa)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-01": "Odisha Day (Utkala Dibasa)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-01": "Odisha Day (Utkala Dibasa)", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-01": "Odisha Day (Utkala Dibasa)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday; Maha Vishuva Sankranti / Pana Sankranti", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-01": "Odisha Day (Utkala Dibasa)", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-01": "Odisha Day (Utkala Dibasa)", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-01": "Odisha Day (Utkala Dibasa)", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday; Odisha Day (Utkala Dibasa)", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-01": "Odisha Day (Utkala Dibasa)", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Maha Vishuva Sankranti / Pana Sankranti; Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-01": "Odisha Day (Utkala Dibasa)", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-01": "Odisha Day (Utkala Dibasa)", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-01": "Odisha Day (Utkala Dibasa)", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday; Odisha Day (Utkala Dibasa)", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-01": "Odisha Day (Utkala Dibasa)", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-01": "Odisha Day (Utkala Dibasa)", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday; Maha Vishuva Sankranti / Pana Sankranti", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Odisha Day (Utkala Dibasa)", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated); Maha Vishuva Sankranti / Pana Sankranti", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-01": "Odisha Day (Utkala Dibasa)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-01": "Odisha Day (Utkala Dibasa)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday; Odisha Day (Utkala Dibasa)", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-01": "Odisha Day (Utkala Dibasa)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-01": "Odisha Day (Utkala Dibasa)", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-01": "Odisha Day (Utkala Dibasa)", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-01": "Odisha Day (Utkala Dibasa)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-01": "Odisha Day (Utkala Dibasa)", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-01": "Odisha Day (Utkala Dibasa)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated); Maha Vishuva Sankranti / Pana Sankranti", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-01": "Odisha Day (Utkala Dibasa)", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday; Maha Vishuva Sankranti / Pana Sankranti", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-01": "Odisha Day (Utkala Dibasa)", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-01": "Odisha Day (Utkala Dibasa)", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Maha Vishuva Sankranti / Pana Sankranti; Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-01": "Odisha Day (Utkala Dibasa)", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-01": "Odisha Day (Utkala Dibasa)", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-01": "Odisha Day (Utkala Dibasa)", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Odisha Day (Utkala Dibasa); Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-01": "Odisha Day (Utkala Dibasa)", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-01": "Odisha Day (Utkala Dibasa)", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-01": "Odisha Day (Utkala Dibasa)", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-01": "Odisha Day (Utkala Dibasa)", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Odisha Day (Utkala Dibasa); Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Odisha Day (Utkala Dibasa)", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-01": "Odisha Day (Utkala Dibasa)", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-01": "Odisha Day (Utkala Dibasa)", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-01": "Odisha Day (Utkala Dibasa)", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Maha Vishuva Sankranti / Pana Sankranti; Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-01": "Odisha Day (Utkala Dibasa)", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday; Odisha Day (Utkala Dibasa)", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-01": "Odisha Day (Utkala Dibasa)", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-01": "Odisha Day (Utkala Dibasa)", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-01": "Odisha Day (Utkala Dibasa)", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-01": "Odisha Day (Utkala Dibasa)", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday; Maha Vishuva Sankranti / Pana Sankranti", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-01": "Odisha Day (Utkala Dibasa)", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Odisha Day (Utkala Dibasa)", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Odisha Day (Utkala Dibasa)", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-01": "Odisha Day (Utkala Dibasa)", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-01": "Odisha Day (Utkala Dibasa)", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Maha Vishuva Sankranti / Pana Sankranti; Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-01": "Odisha Day (Utkala Dibasa)", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday; Odisha Day (Utkala Dibasa)", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-01": "Odisha Day (Utkala Dibasa)", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Odisha Day (Utkala Dibasa); Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-01": "Odisha Day (Utkala Dibasa)", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-01": "Odisha Day (Utkala Dibasa)", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday; Maha Vishuva Sankranti / Pana Sankranti", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti; Odisha Day (Utkala Dibasa)", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-01": "Odisha Day (Utkala Dibasa)", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-01": "Odisha Day (Utkala Dibasa)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-01": "Odisha Day (Utkala Dibasa)", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-01": "Odisha Day (Utkala Dibasa)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-01": "Odisha Day (Utkala Dibasa)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday; Odisha Day (Utkala Dibasa)", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-01": "Odisha Day (Utkala Dibasa)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-01": "Odisha Day (Utkala Dibasa)", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-01": "Odisha Day (Utkala Dibasa)", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-01": "Odisha Day (Utkala Dibasa)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday; Maha Vishuva Sankranti / Pana Sankranti", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-01": "Odisha Day (Utkala Dibasa)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-01": "Odisha Day (Utkala Dibasa)", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-01": "Odisha Day (Utkala Dibasa)", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-01": "Odisha Day (Utkala Dibasa)", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-01": "Odisha Day (Utkala Dibasa)", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-01": "Odisha Day (Utkala Dibasa)", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-04-15": "Maha Vishuva Sankranti / Pana Sankranti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_PB.json000066400000000000000000002324731500152103600211000ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-13": "Lohri", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-01": "Punjab Day", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-13": "Lohri", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-01": "Punjab Day", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-13": "Lohri", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-01": "Punjab Day", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-13": "Lohri", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-01": "Punjab Day", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-13": "Lohri", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-01": "Punjab Day", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-13": "Lohri", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-01": "Punjab Day", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-13": "Lohri", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-01": "Punjab Day", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-13": "Lohri", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-01": "Punjab Day", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-13": "Lohri", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-01": "Punjab Day", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-13": "Lohri", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-01": "Punjab Day", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-13": "Lohri", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-01": "Punjab Day", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-13": "Lohri", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-01": "Punjab Day", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-13": "Lohri", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-01": "Punjab Day", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-13": "Lohri", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-01": "Punjab Day", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-13": "Lohri", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-01": "Punjab Day", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-13": "Lohri", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-01": "Punjab Day", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-13": "Lohri", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-01": "Punjab Day", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Lohri", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-01": "Punjab Day", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-13": "Lohri", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-01": "Punjab Day", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-13": "Lohri", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-01": "Punjab Day", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-13": "Lohri", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-01": "Punjab Day", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-13": "Lohri", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-01": "Punjab Day", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-13": "Lohri", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-01": "Punjab Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-13": "Lohri", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "Punjab Day", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-13": "Lohri", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "Punjab Day", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-13": "Lohri", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "Punjab Day", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-13": "Lohri", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-01": "Punjab Day", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-13": "Lohri", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-01": "Punjab Day", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-13": "Lohri", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-01": "Punjab Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-13": "Lohri", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Punjab Day", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-13": "Lohri", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "Punjab Day", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-13": "Lohri", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "Punjab Day", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-13": "Lohri", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-01": "Punjab Day", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-13": "Lohri", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-01": "Punjab Day", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-13": "Lohri", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-01": "Punjab Day", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-13": "Lohri", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-01": "Punjab Day", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-13": "Lohri", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-01": "Punjab Day", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-13": "Lohri", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-01": "Punjab Day", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-13": "Lohri", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-01": "Punjab Day", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-13": "Lohri", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-01": "Punjab Day", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-13": "Lohri", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-01": "Punjab Day", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-13": "Lohri", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-01": "Punjab Day", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-13": "Lohri", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-01": "Punjab Day", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-13": "Lohri", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-01": "Punjab Day", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-13": "Lohri", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-01": "Punjab Day", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-13": "Lohri", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-01": "Punjab Day", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-13": "Lohri", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-01": "Punjab Day", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-13": "Lohri", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-01": "Punjab Day", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-13": "Lohri", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-01": "Punjab Day", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-13": "Lohri", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-01": "Punjab Day", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-13": "Lohri", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-01": "Punjab Day", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-02": "Guru Gobind Singh Jayanti", "2001-01-13": "Lohri", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday; Vaisakhi", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-01": "Punjab Day", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-13": "Lohri", "2002-01-14": "Makar Sankranti", "2002-01-21": "Guru Gobind Singh Jayanti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-01": "Punjab Day", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-13": "Lohri", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-01": "Punjab Day", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2003-12-29": "Guru Gobind Singh Jayanti", "2004-01-13": "Lohri", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-13": "Vaisakhi", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-01": "Punjab Day", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-20": "Guru Gobind Singh Jayanti", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-05": "Guru Gobind Singh Jayanti", "2005-01-13": "Lohri", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali; Punjab Day", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-05": "Guru Gobind Singh Jayanti", "2006-01-11": "Eid al-Adha", "2006-01-13": "Lohri", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday; Vaisakhi", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-01": "Punjab Day", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-05": "Guru Gobind Singh Jayanti", "2007-01-13": "Lohri", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-01": "Punjab Day", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-05": "Guru Gobind Singh Jayanti", "2008-01-13": "Lohri", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami; Vaisakhi", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-01": "Punjab Day", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-05": "Guru Gobind Singh Jayanti", "2009-01-07": "Ashura", "2009-01-13": "Lohri", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-01": "Punjab Day", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-05": "Guru Gobind Singh Jayanti", "2010-01-13": "Lohri", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-01": "Punjab Day", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-05": "Guru Gobind Singh Jayanti", "2011-01-13": "Lohri", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Punjab Day", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-05": "Guru Gobind Singh Jayanti", "2012-01-13": "Lohri", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-13": "Vaisakhi", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-01": "Punjab Day", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-13": "Lohri", "2013-01-14": "Makar Sankranti", "2013-01-18": "Guru Gobind Singh Jayanti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-13": "Vaisakhi", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-01": "Punjab Day", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-07": "Guru Gobind Singh Jayanti", "2014-01-13": "Lohri", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-01": "Punjab Day", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-05": "Guru Gobind Singh Jayanti", "2015-01-13": "Lohri", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-01": "Punjab Day", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-13": "Lohri", "2016-01-15": "Makar Sankranti", "2016-01-16": "Guru Gobind Singh Jayanti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-13": "Vaisakhi", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-01": "Punjab Day", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-05": "Guru Gobind Singh Jayanti", "2017-01-13": "Lohri", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday; Vaisakhi", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-01": "Punjab Day", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas; Guru Gobind Singh Jayanti", "2018-01-13": "Lohri", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-01": "Punjab Day", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-13": "Guru Gobind Singh Jayanti; Lohri", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday; Vaisakhi", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-01": "Punjab Day", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-02": "Guru Gobind Singh Jayanti", "2020-01-13": "Lohri", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Vaisakhi", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-01": "Punjab Day", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-13": "Lohri", "2021-01-14": "Makar Sankranti", "2021-01-20": "Guru Gobind Singh Jayanti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-01": "Punjab Day", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-09": "Guru Gobind Singh Jayanti", "2022-01-13": "Lohri", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti; Vaisakhi", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-01": "Punjab Day", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2022-12-29": "Guru Gobind Singh Jayanti", "2023-01-13": "Lohri", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-01": "Punjab Day", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-13": "Lohri", "2024-01-14": "Makar Sankranti", "2024-01-17": "Guru Gobind Singh Jayanti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-13": "Vaisakhi", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali; Punjab Day", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-06": "Guru Gobind Singh Jayanti", "2025-01-13": "Lohri", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday; Vaisakhi", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-01": "Punjab Day", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2025-12-27": "Guru Gobind Singh Jayanti", "2026-01-13": "Lohri", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-01": "Punjab Day", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-13": "Lohri", "2027-01-15": "Guru Gobind Singh Jayanti; Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-01": "Punjab Day", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-04": "Guru Gobind Singh Jayanti", "2028-01-13": "Lohri", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-13": "Vaisakhi", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-01": "Punjab Day", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-13": "Lohri", "2029-01-14": "Makar Sankranti", "2029-01-15": "Guru Gobind Singh Jayanti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-01": "Punjab Day", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-10": "Guru Gobind Singh Jayanti", "2030-01-13": "Lohri", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday; Vaisakhi", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Punjab Day", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2030-12-31": "Guru Gobind Singh Jayanti", "2031-01-13": "Lohri", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-01": "Punjab Day", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-13": "Lohri", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-18": "Guru Gobind Singh Jayanti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-13": "Vaisakhi", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-01": "Punjab Day", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-07": "Guru Gobind Singh Jayanti", "2033-01-13": "Lohri", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-01": "Punjab Day", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-13": "Lohri", "2034-01-14": "Makar Sankranti", "2034-01-17": "Guru Gobind Singh Jayanti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-01": "Punjab Day", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-13": "Lohri", "2035-01-15": "Makar Sankranti", "2035-01-16": "Guru Gobind Singh Jayanti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti; Vaisakhi", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-01": "Punjab Day", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-13": "Lohri", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-01": "Punjab Day", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-13": "Lohri", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-01": "Punjab Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-13": "Lohri", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "Punjab Day", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-13": "Lohri", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "Punjab Day", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-13": "Lohri", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "Punjab Day", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated); Lohri", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-01": "Punjab Day", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-13": "Lohri", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-01": "Punjab Day", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-13": "Lohri", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-01": "Punjab Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-13": "Lohri", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Punjab Day", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-13": "Lohri", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "Punjab Day", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-13": "Lohri", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "Punjab Day", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-13": "Lohri", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-01": "Punjab Day", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-13": "Lohri", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-01": "Punjab Day", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-13": "Lohri", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-01": "Punjab Day", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-13": "Lohri", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-01": "Punjab Day", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_PY.json000066400000000000000000002364211500152103600211240ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-08-16": "Puducherry De Jure Transfer Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-01": "Puducherry Liberation Day", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-08-16": "Puducherry De Jure Transfer Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-01": "Puducherry Liberation Day", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-16": "Puducherry De Jure Transfer Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-01": "Puducherry Liberation Day", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-16": "Puducherry De Jure Transfer Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-01": "Puducherry Liberation Day", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-08-16": "Puducherry De Jure Transfer Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-01": "Puducherry Liberation Day", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-16": "Puducherry De Jure Transfer Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-01": "Puducherry Liberation Day", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-16": "Puducherry De Jure Transfer Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-01": "Puducherry Liberation Day", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-08-16": "Puducherry De Jure Transfer Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-01": "Puducherry Liberation Day", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-08-16": "Puducherry De Jure Transfer Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-01": "Puducherry Liberation Day", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-08-16": "Puducherry De Jure Transfer Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-01": "Puducherry Liberation Day", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-08-16": "Puducherry De Jure Transfer Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-01": "Puducherry Liberation Day", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-16": "Puducherry De Jure Transfer Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-01": "Puducherry Liberation Day", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-08-16": "Puducherry De Jure Transfer Day", "1962-10-02": "Gandhi Jayanti", "1962-11-01": "Puducherry Liberation Day", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-08-16": "Puducherry De Jure Transfer Day", "1963-10-02": "Gandhi Jayanti", "1963-11-01": "Puducherry Liberation Day", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-08-16": "Puducherry De Jure Transfer Day", "1964-10-02": "Gandhi Jayanti", "1964-11-01": "Puducherry Liberation Day", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-08-16": "Puducherry De Jure Transfer Day", "1965-10-02": "Gandhi Jayanti", "1965-11-01": "Puducherry Liberation Day", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-08-16": "Puducherry De Jure Transfer Day", "1966-10-02": "Gandhi Jayanti", "1966-11-01": "Puducherry Liberation Day", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-08-16": "Puducherry De Jure Transfer Day", "1967-10-02": "Gandhi Jayanti", "1967-11-01": "Puducherry Liberation Day", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-08-16": "Puducherry De Jure Transfer Day", "1968-10-02": "Gandhi Jayanti", "1968-11-01": "Puducherry Liberation Day", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-08-16": "Puducherry De Jure Transfer Day", "1969-10-02": "Gandhi Jayanti", "1969-11-01": "Puducherry Liberation Day", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-08-16": "Puducherry De Jure Transfer Day", "1970-10-02": "Gandhi Jayanti", "1970-11-01": "Puducherry Liberation Day", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-08-16": "Puducherry De Jure Transfer Day", "1971-10-02": "Gandhi Jayanti", "1971-11-01": "Puducherry Liberation Day", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-08-16": "Puducherry De Jure Transfer Day", "1972-10-02": "Gandhi Jayanti", "1972-11-01": "Puducherry Liberation Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-08-16": "Puducherry De Jure Transfer Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "Puducherry Liberation Day", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-08-16": "Puducherry De Jure Transfer Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "Puducherry Liberation Day", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-08-16": "Puducherry De Jure Transfer Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "Puducherry Liberation Day", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-08-16": "Puducherry De Jure Transfer Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-01": "Puducherry Liberation Day", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-08-16": "Puducherry De Jure Transfer Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-01": "Puducherry Liberation Day", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-08-16": "Puducherry De Jure Transfer Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-01": "Puducherry Liberation Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-16": "Puducherry De Jure Transfer Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Puducherry Liberation Day", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-08-16": "Puducherry De Jure Transfer Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "Puducherry Liberation Day", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-08-16": "Puducherry De Jure Transfer Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "Puducherry Liberation Day", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-08-16": "Puducherry De Jure Transfer Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-01": "Puducherry Liberation Day", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-08-16": "Puducherry De Jure Transfer Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-01": "Puducherry Liberation Day", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-08-16": "Puducherry De Jure Transfer Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-01": "Puducherry Liberation Day", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-16": "Puducherry De Jure Transfer Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-01": "Puducherry Liberation Day", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-08-16": "Puducherry De Jure Transfer Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-01": "Puducherry Liberation Day", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-08-16": "Puducherry De Jure Transfer Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-01": "Puducherry Liberation Day", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-16": "Puducherry De Jure Transfer Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-01": "Puducherry Liberation Day", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-08-16": "Puducherry De Jure Transfer Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-01": "Puducherry Liberation Day", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-08-16": "Puducherry De Jure Transfer Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-01": "Puducherry Liberation Day", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-08-16": "Puducherry De Jure Transfer Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-01": "Puducherry Liberation Day", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-08-16": "Puducherry De Jure Transfer Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-01": "Puducherry Liberation Day", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-16": "Puducherry De Jure Transfer Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-01": "Puducherry Liberation Day", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-16": "Puducherry De Jure Transfer Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-01": "Puducherry Liberation Day", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-08-16": "Puducherry De Jure Transfer Day", "1995-10-02": "Gandhi Jayanti", "1995-11-01": "Puducherry Liberation Day", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-08-16": "Puducherry De Jure Transfer Day", "1996-10-02": "Gandhi Jayanti", "1996-11-01": "Puducherry Liberation Day", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-08-16": "Puducherry De Jure Transfer Day", "1997-10-02": "Gandhi Jayanti", "1997-11-01": "Puducherry Liberation Day", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-08-16": "Puducherry De Jure Transfer Day", "1998-10-02": "Gandhi Jayanti", "1998-11-01": "Puducherry Liberation Day", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-08-16": "Puducherry De Jure Transfer Day", "1999-10-02": "Gandhi Jayanti", "1999-11-01": "Puducherry Liberation Day", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-08-16": "Puducherry De Jure Transfer Day", "2000-10-02": "Gandhi Jayanti", "2000-11-01": "Puducherry Liberation Day", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-16": "Puducherry De Jure Transfer Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-01": "Puducherry Liberation Day", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-16": "Puducherry De Jure Transfer Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-01": "Puducherry Liberation Day", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-16": "Puducherry De Jure Transfer Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-01": "Puducherry Liberation Day", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-16": "Puducherry De Jure Transfer Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-01": "Puducherry Liberation Day", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-16": "Puducherry De Jure Transfer Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali; Puducherry Liberation Day", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami; Puducherry De Jure Transfer Day", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-01": "Puducherry Liberation Day", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-16": "Puducherry De Jure Transfer Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-01": "Puducherry Liberation Day", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Puducherry De Jure Transfer Day; Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-01": "Puducherry Liberation Day", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-16": "Puducherry De Jure Transfer Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-01": "Puducherry Liberation Day", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-16": "Puducherry De Jure Transfer Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-01": "Puducherry Liberation Day", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-16": "Puducherry De Jure Transfer Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Puducherry Liberation Day", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-16": "Puducherry De Jure Transfer Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-01": "Puducherry Liberation Day", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-16": "Puducherry De Jure Transfer Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-01": "Puducherry Liberation Day", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-16": "Puducherry De Jure Transfer Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-01": "Puducherry Liberation Day", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-16": "Puducherry De Jure Transfer Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-01": "Puducherry Liberation Day", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-16": "Puducherry De Jure Transfer Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-01": "Puducherry Liberation Day", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-16": "Puducherry De Jure Transfer Day", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-01": "Puducherry Liberation Day", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-16": "Puducherry De Jure Transfer Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-01": "Puducherry Liberation Day", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-16": "Puducherry De Jure Transfer Day", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-01": "Puducherry Liberation Day", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-16": "Puducherry De Jure Transfer Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-01": "Puducherry Liberation Day", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-16": "Puducherry De Jure Transfer Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-01": "Puducherry Liberation Day", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-16": "Puducherry De Jure Transfer Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-01": "Puducherry Liberation Day", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-16": "Puducherry De Jure Transfer Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-01": "Puducherry Liberation Day", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-16": "Puducherry De Jure Transfer Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali; Puducherry Liberation Day", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami; Puducherry De Jure Transfer Day", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-01": "Puducherry Liberation Day", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-16": "Puducherry De Jure Transfer Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-01": "Puducherry Liberation Day", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-16": "Puducherry De Jure Transfer Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-01": "Puducherry Liberation Day", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-16": "Puducherry De Jure Transfer Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-01": "Puducherry Liberation Day", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-16": "Puducherry De Jure Transfer Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-01": "Puducherry Liberation Day", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-16": "Puducherry De Jure Transfer Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Puducherry Liberation Day", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-08-16": "Puducherry De Jure Transfer Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-01": "Puducherry Liberation Day", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-16": "Puducherry De Jure Transfer Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-01": "Puducherry Liberation Day", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-16": "Puducherry De Jure Transfer Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-01": "Puducherry Liberation Day", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-16": "Puducherry De Jure Transfer Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-01": "Puducherry Liberation Day", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-16": "Puducherry De Jure Transfer Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-01": "Puducherry Liberation Day", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-08-16": "Puducherry De Jure Transfer Day", "2036-10-02": "Gandhi Jayanti", "2036-11-01": "Puducherry Liberation Day", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-08-16": "Puducherry De Jure Transfer Day", "2037-10-02": "Gandhi Jayanti", "2037-11-01": "Puducherry Liberation Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-08-16": "Puducherry De Jure Transfer Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "Puducherry Liberation Day", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-08-16": "Puducherry De Jure Transfer Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "Puducherry Liberation Day", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-08-16": "Puducherry De Jure Transfer Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "Puducherry Liberation Day", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-08-16": "Puducherry De Jure Transfer Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-01": "Puducherry Liberation Day", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-08-16": "Puducherry De Jure Transfer Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-01": "Puducherry Liberation Day", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-08-16": "Puducherry De Jure Transfer Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-01": "Puducherry Liberation Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-16": "Puducherry De Jure Transfer Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Puducherry Liberation Day", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-08-16": "Puducherry De Jure Transfer Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "Puducherry Liberation Day", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-08-16": "Puducherry De Jure Transfer Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "Puducherry Liberation Day", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-08-16": "Puducherry De Jure Transfer Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-01": "Puducherry Liberation Day", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-08-16": "Puducherry De Jure Transfer Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-01": "Puducherry Liberation Day", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-08-16": "Puducherry De Jure Transfer Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-01": "Puducherry Liberation Day", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-16": "Puducherry De Jure Transfer Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-01": "Puducherry Liberation Day", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_RJ.json000066400000000000000000002321451500152103600211060ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-03-30": "Rajasthan Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-06-15": "Maharana Pratap Jayanti", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-03-30": "Rajasthan Day", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-06-15": "Maharana Pratap Jayanti", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-03-30": "Rajasthan Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-15": "Maharana Pratap Jayanti", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-03-30": "Rajasthan Day", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-15": "Maharana Pratap Jayanti", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-03-30": "Rajasthan Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-15": "Maharana Pratap Jayanti", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-03-30": "Rajasthan Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-06-15": "Maharana Pratap Jayanti", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday; Rajasthan Day", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-06-15": "Maharana Pratap Jayanti", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-03-30": "Rajasthan Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-06-15": "Maharana Pratap Jayanti", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday; Rajasthan Day", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-15": "Maharana Pratap Jayanti", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-03-30": "Rajasthan Day", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-15": "Maharana Pratap Jayanti", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-30": "Rajasthan Day", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-15": "Maharana Pratap Jayanti", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-30": "Rajasthan Day", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-15": "Maharana Pratap Jayanti", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-30": "Rajasthan Day", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-06-15": "Maharana Pratap Jayanti", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-03-30": "Rajasthan Day", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-06-15": "Maharana Pratap Jayanti", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-03-30": "Rajasthan Day", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-06-15": "Maharana Pratap Jayanti", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-03-30": "Rajasthan Day", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-06-15": "Maharana Pratap Jayanti", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-03-30": "Rajasthan Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-06-15": "Maharana Pratap Jayanti", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-03-30": "Rajasthan Day", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-15": "Maharana Pratap Jayanti", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-30": "Rajasthan Day", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-06-15": "Maharana Pratap Jayanti", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday; Rajasthan Day", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-06-15": "Maharana Pratap Jayanti", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-03-30": "Rajasthan Day", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-06-15": "Maharana Pratap Jayanti", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-03-30": "Rajasthan Day", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-06-15": "Maharana Pratap Jayanti", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-30": "Rajasthan Day", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-06-15": "Maharana Pratap Jayanti", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-03-30": "Rajasthan Day", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-06-15": "Maharana Pratap Jayanti", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-03-30": "Rajasthan Day", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-06-15": "Maharana Pratap Jayanti", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday; Rajasthan Day", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-06-15": "Maharana Pratap Jayanti", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-03-30": "Rajasthan Day", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-06-15": "Maharana Pratap Jayanti", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-03-30": "Rajasthan Day", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-06-15": "Maharana Pratap Jayanti", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-03-30": "Rajasthan Day", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-06-15": "Maharana Pratap Jayanti", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-03-30": "Rajasthan Day", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-06-15": "Maharana Pratap Jayanti", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday; Rajasthan Day", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-06-15": "Maharana Pratap Jayanti", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-03-30": "Rajasthan Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-06-15": "Maharana Pratap Jayanti", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-03-30": "Rajasthan Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-06-15": "Maharana Pratap Jayanti", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-03-30": "Rajasthan Day", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-06-15": "Maharana Pratap Jayanti", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-03-30": "Rajasthan Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-15": "Maharana Pratap Jayanti", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-30": "Rajasthan Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-15": "Maharana Pratap Jayanti", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday; Rajasthan Day", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-15": "Maharana Pratap Jayanti", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-03-30": "Rajasthan Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-06-15": "Maharana Pratap Jayanti", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-03-30": "Rajasthan Day", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-06-15": "Maharana Pratap Jayanti", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-03-30": "Rajasthan Day", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-06-15": "Maharana Pratap Jayanti", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-03-30": "Rajasthan Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-06-15": "Maharana Pratap Jayanti", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-30": "Rajasthan Day", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-15": "Maharana Pratap Jayanti", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-03-30": "Rajasthan Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-15": "Maharana Pratap Jayanti", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-30": "Rajasthan Day", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-15": "Maharana Pratap Jayanti", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-03-30": "Rajasthan Day", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-15": "Maharana Pratap Jayanti", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-30": "Rajasthan Day", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-06-15": "Maharana Pratap Jayanti", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-30": "Rajasthan Day", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-06-15": "Maharana Pratap Jayanti", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday; Rajasthan Day", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-06-15": "Maharana Pratap Jayanti", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-03-30": "Rajasthan Day", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-06-15": "Maharana Pratap Jayanti", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-03-30": "Rajasthan Day", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-15": "Maharana Pratap Jayanti", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-30": "Rajasthan Day", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-06-15": "Maharana Pratap Jayanti", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-03-30": "Rajasthan Day", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-06-15": "Maharana Pratap Jayanti", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-30": "Rajasthan Day", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-06-15": "Maharana Pratap Jayanti", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-03-30": "Rajasthan Day", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-06-15": "Maharana Pratap Jayanti", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Rajasthan Day; Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-06-15": "Maharana Pratap Jayanti", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-03-30": "Rajasthan Day", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-06-15": "Maharana Pratap Jayanti", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-03-30": "Rajasthan Day", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-06-15": "Maharana Pratap Jayanti", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-30": "Rajasthan Day", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-06-15": "Maharana Pratap Jayanti", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-03-30": "Rajasthan Day", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-06-15": "Maharana Pratap Jayanti", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-03-30": "Rajasthan Day", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-06-15": "Maharana Pratap Jayanti", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-03-30": "Rajasthan Day", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-06-15": "Maharana Pratap Jayanti", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-03-30": "Rajasthan Day", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-06-15": "Maharana Pratap Jayanti", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-03-30": "Rajasthan Day", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-06-15": "Maharana Pratap Jayanti", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-30": "Rajasthan Day", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-06-15": "Maharana Pratap Jayanti", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-03-30": "Rajasthan Day", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-06-15": "Maharana Pratap Jayanti", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-03-30": "Rajasthan Day", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-06-15": "Maharana Pratap Jayanti", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-30": "Rajasthan Day", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-06-15": "Maharana Pratap Jayanti", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-03-30": "Rajasthan Day", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-15": "Maharana Pratap Jayanti", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday; Rajasthan Day", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-15": "Maharana Pratap Jayanti", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-03-30": "Rajasthan Day", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-06-15": "Maharana Pratap Jayanti", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-03-30": "Rajasthan Day", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-06-15": "Maharana Pratap Jayanti", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-03-30": "Rajasthan Day", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-06-15": "Maharana Pratap Jayanti", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-03-30": "Rajasthan Day", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-06-15": "Maharana Pratap Jayanti", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Rajasthan Day; Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-15": "Maharana Pratap Jayanti", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-30": "Rajasthan Day", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-15": "Maharana Pratap Jayanti", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-30": "Rajasthan Day", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-06-15": "Maharana Pratap Jayanti", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-30": "Rajasthan Day", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-15": "Maharana Pratap Jayanti", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-30": "Rajasthan Day", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated); Maharana Pratap Jayanti", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-03-30": "Rajasthan Day", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-06-15": "Maharana Pratap Jayanti", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday; Rajasthan Day", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-06-15": "Maharana Pratap Jayanti", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-03-30": "Rajasthan Day", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-06-15": "Maharana Pratap Jayanti", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-03-30": "Rajasthan Day", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-06-15": "Maharana Pratap Jayanti", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-03-30": "Rajasthan Day", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-15": "Maharana Pratap Jayanti", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-03-30": "Rajasthan Day", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-06-15": "Maharana Pratap Jayanti", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated); Rajasthan Day", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-06-15": "Maharana Pratap Jayanti", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-03-30": "Rajasthan Day", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-06-15": "Maharana Pratap Jayanti", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-03-30": "Rajasthan Day", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-06-15": "Maharana Pratap Jayanti", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-03-30": "Rajasthan Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-06-15": "Maharana Pratap Jayanti", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-03-30": "Rajasthan Day", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-06-15": "Maharana Pratap Jayanti", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-03-30": "Rajasthan Day", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-06-15": "Maharana Pratap Jayanti", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday; Rajasthan Day", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-06-15": "Maharana Pratap Jayanti", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-03-30": "Rajasthan Day", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-06-15": "Maharana Pratap Jayanti", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday; Rajasthan Day", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-06-15": "Maharana Pratap Jayanti", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Rajasthan Day", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-06-15": "Maharana Pratap Jayanti", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-03-30": "Rajasthan Day", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-06-15": "Maharana Pratap Jayanti", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-03-30": "Rajasthan Day", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-06-15": "Maharana Pratap Jayanti", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-30": "Rajasthan Day", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-06-15": "Maharana Pratap Jayanti", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-03-30": "Rajasthan Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-06-15": "Maharana Pratap Jayanti", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-03-30": "Rajasthan Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-06-15": "Maharana Pratap Jayanti", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-03-30": "Rajasthan Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-06-15": "Maharana Pratap Jayanti", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-03-30": "Rajasthan Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-15": "Maharana Pratap Jayanti", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_SK.json000066400000000000000000002222571500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-05-16": "Sikkim State Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-05-16": "Sikkim State Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-05-16": "Sikkim State Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-05-16": "Sikkim State Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-05-16": "Sikkim State Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-16": "Sikkim State Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-16": "Sikkim State Day", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-05-16": "Sikkim State Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-05-16": "Sikkim State Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-05-16": "Sikkim State Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-05-16": "Sikkim State Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-16": "Sikkim State Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-16": "Sikkim State Day", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-16": "Sikkim State Day", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-16": "Sikkim State Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-05-16": "Sikkim State Day", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-05-16": "Sikkim State Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-05-16": "Sikkim State Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-05-16": "Sikkim State Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-16": "Sikkim State Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-16": "Sikkim State Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-05-16": "Sikkim State Day", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-05-16": "Sikkim State Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-05-16": "Sikkim State Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-05-16": "Sikkim State Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-05-16": "Sikkim State Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-05-16": "Sikkim State Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-05-16": "Sikkim State Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-05-16": "Sikkim State Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-05-16": "Sikkim State Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-05-16": "Sikkim State Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-05-16": "Sikkim State Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-05-16": "Sikkim State Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-05-16": "Sikkim State Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-05-16": "Sikkim State Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-05-16": "Sikkim State Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-05-16": "Sikkim State Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-16": "Sikkim State Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated); Sikkim State Day", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-16": "Sikkim State Day", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-05-16": "Sikkim State Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-05-16": "Sikkim State Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-05-16": "Sikkim State Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-16": "Sikkim State Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-16": "Sikkim State Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-16": "Sikkim State Day", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-16": "Sikkim State Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated); Sikkim State Day", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-05-16": "Sikkim State Day", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-05-16": "Sikkim State Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-05-16": "Sikkim State Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-05-16": "Sikkim State Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-16": "Sikkim State Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-05-16": "Sikkim State Day", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-16": "Sikkim State Day", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-16": "Sikkim State Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-05-16": "Sikkim State Day", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-05-16": "Sikkim State Day", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-16": "Sikkim State Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-05-16": "Sikkim State Day", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-16": "Sikkim State Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-16": "Sikkim State Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-05-16": "Sikkim State Day", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-16": "Sikkim State Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-05-16": "Sikkim State Day", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-05-16": "Sikkim State Day", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-16": "Sikkim State Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-05-16": "Sikkim State Day", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-05-16": "Sikkim State Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-16": "Sikkim State Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-16": "Sikkim State Day", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-16": "Sikkim State Day", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima; Sikkim State Day", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-05-16": "Sikkim State Day", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-16": "Sikkim State Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-05-16": "Sikkim State Day", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-16": "Sikkim State Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated); Sikkim State Day", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-05-16": "Sikkim State Day", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-16": "Sikkim State Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-16": "Sikkim State Day", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-05-16": "Sikkim State Day", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-16": "Sikkim State Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-05-16": "Sikkim State Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-16": "Sikkim State Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-16": "Sikkim State Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-05-16": "Sikkim State Day", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-16": "Sikkim State Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-05-16": "Sikkim State Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-05-16": "Sikkim State Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-05-16": "Sikkim State Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-05-16": "Sikkim State Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-05-16": "Sikkim State Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-05-16": "Sikkim State Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-05-16": "Sikkim State Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-05-16": "Sikkim State Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-05-16": "Sikkim State Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-05-16": "Sikkim State Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-05-16": "Sikkim State Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-05-16": "Sikkim State Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-05-16": "Sikkim State Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_TN.json000066400000000000000000002207001500152103600211060ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday; Puthandu (Tamil New Year)", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday; Puthandu (Tamil New Year)", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday; Puthandu (Tamil New Year)", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday; Puthandu (Tamil New Year)", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday; Puthandu (Tamil New Year)", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti; Pongal", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti; Pongal", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti; Pongal", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti; Pongal", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti; Pongal", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti; Pongal", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday; Puthandu (Tamil New Year)", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti; Pongal", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti; Pongal", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti; Pongal", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti; Pongal", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti; Pongal", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti; Pongal", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti; Pongal", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Pongal; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti; Pongal", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti; Pongal", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti; Pongal", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday; Puthandu (Tamil New Year)", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti; Pongal", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti; Pongal", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday; Puthandu (Tamil New Year)", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti; Pongal", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti; Pongal", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti; Pongal", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti; Puthandu (Tamil New Year)", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti; Pongal", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti; Pongal", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti; Pongal", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti; Pongal", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti; Pongal", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti; Pongal", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday; Puthandu (Tamil New Year)", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti; Pongal", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti; Pongal", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday; Puthandu (Tamil New Year)", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti; Pongal", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti; Pongal", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti; Pongal", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti; Pongal", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti; Pongal", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday; Puthandu (Tamil New Year)", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday; Puthandu (Tamil New Year)", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year)", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_TR.json000066400000000000000000002015131500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_TS.json000066400000000000000000002335431500152103600211240ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-06-02": "Telangana Formation Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-06": "Bathukamma Festival", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-06-02": "Telangana Formation Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-06": "Bathukamma Festival", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-02": "Telangana Formation Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-10-06": "Bathukamma Festival", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-02": "Telangana Formation Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-10-06": "Bathukamma Festival", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated); Telangana Formation Day", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-10-06": "Bathukamma Festival", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-06-02": "Telangana Formation Day", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-06": "Bathukamma Festival", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-06-02": "Telangana Formation Day", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-06": "Bathukamma Festival", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-06-02": "Telangana Formation Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Bathukamma Festival; Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-02": "Telangana Formation Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-10-06": "Bathukamma Festival", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-02": "Telangana Formation Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-10-06": "Bathukamma Festival", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-02": "Telangana Formation Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-10-06": "Bathukamma Festival", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-02": "Telangana Formation Day", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-10-06": "Bathukamma Festival", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-02": "Telangana Formation Day", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-10-06": "Bathukamma Festival", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated); Telangana Formation Day", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-10-06": "Bathukamma Festival", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-06-02": "Telangana Formation Day", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-10-06": "Bathukamma Festival", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-06-02": "Telangana Formation Day", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-10-06": "Bathukamma Festival", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-06-02": "Telangana Formation Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-10-06": "Bathukamma Festival", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-02": "Telangana Formation Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-10-06": "Bathukamma Festival", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-02": "Telangana Formation Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-10-06": "Bathukamma Festival", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-06-02": "Telangana Formation Day", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-10-06": "Bathukamma Festival", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-06-02": "Telangana Formation Day", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-10-06": "Bathukamma Festival", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-06-02": "Telangana Formation Day", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-10-06": "Bathukamma Festival", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-06-02": "Telangana Formation Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-10-06": "Bathukamma Festival", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-06-02": "Telangana Formation Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-06": "Bathukamma Festival", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-06-02": "Telangana Formation Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-06": "Bathukamma Festival", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-06-02": "Telangana Formation Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Bathukamma Festival; Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-06-02": "Telangana Formation Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-10-06": "Bathukamma Festival", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-06-02": "Telangana Formation Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-10-06": "Bathukamma Festival", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-06-02": "Telangana Formation Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-10-06": "Bathukamma Festival", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-06-02": "Telangana Formation Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-06": "Bathukamma Festival", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-06-02": "Telangana Formation Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-06": "Bathukamma Festival", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-06-02": "Telangana Formation Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-06": "Bathukamma Festival", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-06-02": "Telangana Formation Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-06": "Bathukamma Festival", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-06-02": "Telangana Formation Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-06": "Bathukamma Festival", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-02": "Telangana Formation Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-10-06": "Bathukamma Festival", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-02": "Telangana Formation Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-10-06": "Bathukamma Festival", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-02": "Telangana Formation Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-10-06": "Bathukamma Festival", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-06-02": "Telangana Formation Day", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-10-06": "Bathukamma Festival", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-06-02": "Telangana Formation Day", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-06": "Bathukamma Festival", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-06-02": "Telangana Formation Day", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-06": "Bathukamma Festival", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-06-02": "Telangana Formation Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-10-06": "Bathukamma Festival", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-02": "Telangana Formation Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-10-06": "Bathukamma Festival", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-02": "Telangana Formation Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-10-06": "Bathukamma Festival", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-02": "Telangana Formation Day", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-10-06": "Bathukamma Festival", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-02": "Telangana Formation Day", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-10-06": "Bathukamma Festival", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-02": "Telangana Formation Day", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-10-06": "Bathukamma Festival", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-06-02": "Telangana Formation Day", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-10-06": "Bathukamma Festival", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-06-02": "Telangana Formation Day", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-10-06": "Bathukamma Festival", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-06-02": "Telangana Formation Day", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-10-06": "Bathukamma Festival", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-02": "Telangana Formation Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-10-06": "Bathukamma Festival", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-02": "Telangana Formation Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-10-06": "Bathukamma Festival", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-02": "Telangana Formation Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-06": "Bathukamma Festival", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-06-02": "Telangana Formation Day", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-06": "Bathukamma Festival", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-06-02": "Telangana Formation Day", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-06": "Bathukamma Festival", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-06-02": "Telangana Formation Day", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-06": "Bathukamma Festival", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-06-02": "Telangana Formation Day", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-06": "Bathukamma Festival", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-06-02": "Telangana Formation Day", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-06": "Bathukamma Festival", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-06-02": "Telangana Formation Day", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-06": "Bathukamma Festival", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-06-02": "Telangana Formation Day", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-06": "Bathukamma Festival", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-06-02": "Telangana Formation Day", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-06": "Bathukamma Festival", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-06-02": "Telangana Formation Day", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-06": "Bathukamma Festival", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-06-02": "Telangana Formation Day", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Bathukamma Festival; Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-06-02": "Telangana Formation Day", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-06": "Bathukamma Festival", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-06-02": "Telangana Formation Day", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-06": "Bathukamma Festival", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-06-02": "Telangana Formation Day", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Bathukamma Festival; Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-06-02": "Telangana Formation Day", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-06": "Bathukamma Festival", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-06-02": "Telangana Formation Day", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-06": "Bathukamma Festival", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-02": "Telangana Formation Day", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-06": "Bathukamma Festival", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-02": "Telangana Formation Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-06": "Bathukamma Festival", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-02": "Telangana Formation Day", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-06": "Bathukamma Festival", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-06-02": "Telangana Formation Day", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-06": "Bathukamma Festival", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-06-02": "Telangana Formation Day", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-06": "Bathukamma Festival", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-06-02": "Telangana Formation Day", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-06": "Bathukamma Festival", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-02": "Telangana Formation Day", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-06": "Bathukamma Festival", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-02": "Telangana Formation Day", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-06": "Bathukamma Festival", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-02": "Telangana Formation Day", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-06": "Bathukamma Festival", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-02": "Telangana Formation Day", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-06": "Bathukamma Festival", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-02": "Telangana Formation Day", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-06": "Bathukamma Festival", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-02": "Telangana Formation Day", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-06": "Bathukamma Festival", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-06-02": "Telangana Formation Day", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-06": "Bathukamma Festival", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-06-02": "Telangana Formation Day", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Bathukamma Festival; Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-06-02": "Telangana Formation Day", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-06": "Bathukamma Festival", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-02": "Telangana Formation Day", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-06": "Bathukamma Festival", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-02": "Telangana Formation Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-06": "Bathukamma Festival", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-06-02": "Telangana Formation Day", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-06": "Bathukamma Festival", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-06-02": "Telangana Formation Day", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-06": "Bathukamma Festival", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-06-02": "Telangana Formation Day", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-10-06": "Bathukamma Festival", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-06-02": "Telangana Formation Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-10-06": "Bathukamma Festival", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-06-02": "Telangana Formation Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-06": "Bathukamma Festival", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-06-02": "Telangana Formation Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-06": "Bathukamma Festival", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-06-02": "Telangana Formation Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-06": "Bathukamma Festival", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-06-02": "Telangana Formation Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-10-06": "Bathukamma Festival", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-06-02": "Telangana Formation Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-10-06": "Bathukamma Festival", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-06-02": "Telangana Formation Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-10-06": "Bathukamma Festival", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-06-02": "Telangana Formation Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-06": "Bathukamma Festival", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-06-02": "Telangana Formation Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-06": "Bathukamma Festival", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-06-02": "Telangana Formation Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-06": "Bathukamma Festival", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-06-02": "Telangana Formation Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-06": "Bathukamma Festival", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-06-02": "Telangana Formation Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-06": "Bathukamma Festival", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-06-02": "Telangana Formation Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-06": "Bathukamma Festival", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-02": "Telangana Formation Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-10-06": "Bathukamma Festival", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_UK.json000066400000000000000000002130011500152103600211000ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_UP.json000066400000000000000000002245321500152103600211200ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-24": "UP Formation Day", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-24": "UP Formation Day", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-24": "UP Formation Day", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-24": "UP Formation Day", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-24": "UP Formation Day", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-24": "UP Formation Day", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-24": "UP Formation Day", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-24": "UP Formation Day", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-24": "UP Formation Day", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-24": "UP Formation Day", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-24": "UP Formation Day", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-24": "UP Formation Day", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-24": "UP Formation Day", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-24": "UP Formation Day", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-24": "UP Formation Day", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-24": "UP Formation Day", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-24": "UP Formation Day", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-24": "UP Formation Day", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-24": "UP Formation Day", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-24": "UP Formation Day", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-24": "UP Formation Day", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-24": "UP Formation Day", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-24": "UP Formation Day", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-24": "UP Formation Day", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-24": "UP Formation Day", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-05-01": "Labor Day", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-24": "UP Formation Day", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-05-01": "Labor Day", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-24": "UP Formation Day", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-24": "UP Formation Day", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-05-01": "Labor Day", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-24": "UP Formation Day", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-05-01": "Labor Day", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-24": "UP Formation Day", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-24": "UP Formation Day", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-24": "UP Formation Day", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-24": "UP Formation Day", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-24": "UP Formation Day", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-24": "UP Formation Day", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-24": "UP Formation Day", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-24": "UP Formation Day", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-24": "UP Formation Day", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-24": "UP Formation Day", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-24": "UP Formation Day", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-24": "UP Formation Day", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-24": "UP Formation Day", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-24": "UP Formation Day", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-24": "UP Formation Day", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-24": "UP Formation Day", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-24": "UP Formation Day", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-24": "UP Formation Day", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-24": "UP Formation Day", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-24": "UP Formation Day", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-24": "UP Formation Day", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-24": "UP Formation Day", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated)", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-24": "UP Formation Day", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-21": "Chhath Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-24": "UP Formation Day", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-10": "Chhath Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-24": "UP Formation Day", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-10-30": "Chhath Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-24": "UP Formation Day", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-17": "Chhath Puja", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-24": "UP Formation Day", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-07": "Chhath Puja", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-24": "UP Formation Day", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-10-28": "Chhath Puja", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-24": "UP Formation Day", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-16": "Chhath Puja", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-24": "UP Formation Day", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-04": "Chhath Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-24": "UP Formation Day", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-10-24": "Chhath Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-24": "UP Formation Day", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-11": "Chhath Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-24": "UP Formation Day", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-01": "Chhath Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-24": "UP Formation Day", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-19": "Chhath Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-24": "UP Formation Day", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-08": "Chhath Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-24": "UP Formation Day", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-10-29": "Chhath Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-24": "UP Formation Day", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-17": "Chhath Puja", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-24": "UP Formation Day", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-06": "Chhath Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-24": "UP Formation Day", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-10-26": "Chhath Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-24": "UP Formation Day", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-13": "Chhath Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-24": "UP Formation Day", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-02": "Chhath Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-24": "UP Formation Day", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-20": "Chhath Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-24": "UP Formation Day", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-10": "Chhath Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-24": "UP Formation Day", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-10-30": "Chhath Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-24": "UP Formation Day", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-19": "Chhath Puja", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-24": "UP Formation Day", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-07": "Chhath Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-24": "UP Formation Day", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-10-28": "Chhath Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-24": "UP Formation Day", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-11-15": "Chhath Puja", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-24": "UP Formation Day", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-04": "Chhath Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-24": "UP Formation Day", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-10-23": "Chhath Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-24": "UP Formation Day", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-11": "Chhath Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-24": "UP Formation Day", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-01": "Chhath Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated); UP Formation Day", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-20": "Chhath Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-24": "UP Formation Day", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-09": "Chhath Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-24": "UP Formation Day", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-10-29": "Chhath Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-24": "UP Formation Day", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-17": "Chhath Puja", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-24": "UP Formation Day", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-06": "Chhath Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-24": "UP Formation Day", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-24": "UP Formation Day", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-24": "UP Formation Day", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "UP Formation Day", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-05-01": "Labor Day", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated); UP Formation Day", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-05-01": "Labor Day", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-24": "UP Formation Day", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-24": "UP Formation Day", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-05-01": "Labor Day", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-24": "UP Formation Day", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-05-01": "Labor Day", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-24": "UP Formation Day", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-24": "UP Formation Day", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-24": "UP Formation Day", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-24": "UP Formation Day", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-24": "UP Formation Day", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-24": "UP Formation Day", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-24": "UP Formation Day", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IN_WB.json000066400000000000000000002311301500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-01-26": "Republic Day", "1950-04-02": "Palm Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-14": "Dr. B. R. Ambedkar's Jayanti", "1950-04-15": "Pohela Boishakh", "1950-05-01": "Labor Day", "1950-05-09": "Rabindra Jayanti", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-15": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-10-02": "Gandhi Jayanti", "1950-10-22": "Ashura (estimated)", "1950-11-14": "Children's Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas", "1951-01-26": "Republic Day", "1951-03-18": "Palm Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-14": "Dr. B. R. Ambedkar's Jayanti", "1951-04-15": "Pohela Boishakh", "1951-05-01": "Labor Day", "1951-05-09": "Rabindra Jayanti", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-15": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-02": "Gandhi Jayanti", "1951-10-11": "Ashura (estimated)", "1951-11-14": "Children's Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas", "1952-01-26": "Republic Day", "1952-04-06": "Palm Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Dr. B. R. Ambedkar's Jayanti", "1952-04-15": "Pohela Boishakh", "1952-05-01": "Labor Day", "1952-05-09": "Rabindra Jayanti", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-15": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-30": "Ashura (estimated)", "1952-10-02": "Gandhi Jayanti", "1952-11-14": "Children's Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas", "1953-01-26": "Republic Day", "1953-03-29": "Palm Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-14": "Dr. B. R. Ambedkar's Jayanti", "1953-04-15": "Pohela Boishakh", "1953-05-01": "Labor Day", "1953-05-09": "Rabindra Jayanti", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-15": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-09-19": "Ashura (estimated)", "1953-10-02": "Gandhi Jayanti", "1953-11-14": "Children's Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas", "1954-01-26": "Republic Day", "1954-04-11": "Palm Sunday", "1954-04-14": "Dr. B. R. Ambedkar's Jayanti", "1954-04-15": "Pohela Boishakh", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-05-09": "Rabindra Jayanti", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-15": "Independence Day", "1954-09-08": "Ashura (estimated)", "1954-10-02": "Gandhi Jayanti", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-14": "Children's Day", "1954-12-25": "Christmas", "1955-01-26": "Republic Day", "1955-04-03": "Palm Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-14": "Dr. B. R. Ambedkar's Jayanti", "1955-04-15": "Pohela Boishakh", "1955-05-01": "Labor Day", "1955-05-09": "Rabindra Jayanti", "1955-05-23": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-15": "Independence Day", "1955-08-29": "Ashura (estimated)", "1955-10-02": "Gandhi Jayanti", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-14": "Children's Day", "1955-12-25": "Christmas", "1956-01-26": "Republic Day", "1956-03-25": "Palm Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-14": "Dr. B. R. Ambedkar's Jayanti", "1956-04-15": "Pohela Boishakh", "1956-05-01": "Labor Day", "1956-05-09": "Rabindra Jayanti", "1956-05-11": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-15": "Independence Day", "1956-08-17": "Ashura (estimated)", "1956-10-02": "Gandhi Jayanti", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-14": "Children's Day", "1956-12-25": "Christmas", "1957-01-26": "Republic Day", "1957-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "1957-04-15": "Pohela Boishakh", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-05-09": "Rabindra Jayanti", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-15": "Independence Day", "1957-10-02": "Gandhi Jayanti", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-14": "Children's Day", "1957-12-25": "Christmas", "1958-01-26": "Republic Day", "1958-03-30": "Palm Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-14": "Dr. B. R. Ambedkar's Jayanti", "1958-04-15": "Pohela Boishakh", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-05-09": "Rabindra Jayanti", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-15": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-02": "Gandhi Jayanti", "1958-11-14": "Children's Day", "1958-12-25": "Christmas", "1959-01-26": "Republic Day", "1959-03-22": "Palm Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-14": "Dr. B. R. Ambedkar's Jayanti", "1959-04-15": "Pohela Boishakh", "1959-05-01": "Labor Day", "1959-05-09": "Rabindra Jayanti", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-15": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-02": "Gandhi Jayanti", "1959-11-14": "Children's Day", "1959-12-25": "Christmas", "1960-01-26": "Republic Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-10": "Palm Sunday", "1960-04-14": "Dr. B. R. Ambedkar's Jayanti", "1960-04-15": "Good Friday; Pohela Boishakh", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-05-09": "Rabindra Jayanti", "1960-06-04": "Eid al-Adha (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-15": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-02": "Gandhi Jayanti", "1960-11-14": "Children's Day", "1960-12-25": "Christmas", "1961-01-26": "Republic Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-26": "Palm Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-14": "Dr. B. R. Ambedkar's Jayanti", "1961-04-15": "Pohela Boishakh", "1961-05-01": "Labor Day", "1961-05-09": "Rabindra Jayanti", "1961-05-25": "Eid al-Adha (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-15": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-02": "Gandhi Jayanti", "1961-11-14": "Children's Day", "1961-12-25": "Christmas", "1962-01-26": "Republic Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-14": "Dr. B. R. Ambedkar's Jayanti", "1962-04-15": "Palm Sunday; Pohela Boishakh", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-05-09": "Rabindra Jayanti", "1962-05-14": "Eid al-Adha (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-15": "Independence Day", "1962-10-02": "Gandhi Jayanti", "1962-11-14": "Children's Day", "1962-12-25": "Christmas", "1963-01-26": "Republic Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-07": "Palm Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1963-04-15": "Pohela Boishakh", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-09": "Rabindra Jayanti", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-15": "Independence Day", "1963-10-02": "Gandhi Jayanti", "1963-11-14": "Children's Day", "1963-12-25": "Christmas", "1964-01-26": "Republic Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-22": "Palm Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Dr. B. R. Ambedkar's Jayanti", "1964-04-15": "Pohela Boishakh", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-09": "Rabindra Jayanti", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-15": "Independence Day", "1964-10-02": "Gandhi Jayanti", "1964-11-14": "Children's Day", "1964-12-25": "Christmas", "1965-01-26": "Republic Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated); Palm Sunday", "1965-04-14": "Dr. B. R. Ambedkar's Jayanti", "1965-04-15": "Pohela Boishakh", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-05-09": "Rabindra Jayanti", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-15": "Independence Day", "1965-10-02": "Gandhi Jayanti", "1965-11-14": "Children's Day", "1965-12-25": "Christmas", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-26": "Republic Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Palm Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-14": "Dr. B. R. Ambedkar's Jayanti", "1966-04-15": "Pohela Boishakh", "1966-04-30": "Ashura (estimated)", "1966-05-01": "Labor Day", "1966-05-09": "Rabindra Jayanti", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-15": "Independence Day", "1966-10-02": "Gandhi Jayanti", "1966-11-14": "Children's Day", "1966-12-25": "Christmas", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-26": "Republic Day", "1967-03-19": "Palm Sunday", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-14": "Dr. B. R. Ambedkar's Jayanti", "1967-04-15": "Pohela Boishakh", "1967-04-20": "Ashura (estimated)", "1967-05-01": "Labor Day", "1967-05-09": "Rabindra Jayanti", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-15": "Independence Day", "1967-10-02": "Gandhi Jayanti", "1967-11-14": "Children's Day", "1967-12-25": "Christmas", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-26": "Republic Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-07": "Palm Sunday", "1968-04-08": "Ashura (estimated)", "1968-04-12": "Good Friday", "1968-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1968-04-15": "Pohela Boishakh", "1968-05-01": "Labor Day", "1968-05-09": "Rabindra Jayanti", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-15": "Independence Day", "1968-10-02": "Gandhi Jayanti", "1968-11-14": "Children's Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas", "1969-01-26": "Republic Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-28": "Ashura (estimated)", "1969-03-30": "Palm Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-14": "Dr. B. R. Ambedkar's Jayanti", "1969-04-15": "Pohela Boishakh", "1969-05-01": "Labor Day", "1969-05-09": "Rabindra Jayanti", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-15": "Independence Day", "1969-10-02": "Gandhi Jayanti", "1969-11-14": "Children's Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas", "1970-01-26": "Republic Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-22": "Palm Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Dr. B. R. Ambedkar's Jayanti", "1970-04-15": "Pohela Boishakh", "1970-05-01": "Labor Day", "1970-05-09": "Rabindra Jayanti", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-15": "Independence Day", "1970-10-02": "Gandhi Jayanti", "1970-11-14": "Children's Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas", "1971-01-26": "Republic Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-07": "Ashura (estimated)", "1971-04-04": "Palm Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-14": "Dr. B. R. Ambedkar's Jayanti", "1971-04-15": "Pohela Boishakh", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-05-09": "Rabindra Jayanti", "1971-08-15": "Independence Day", "1971-10-02": "Gandhi Jayanti", "1971-11-14": "Children's Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas", "1972-01-26": "Eid al-Adha (estimated); Republic Day", "1972-02-25": "Ashura (estimated)", "1972-03-26": "Palm Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-14": "Dr. B. R. Ambedkar's Jayanti", "1972-04-15": "Pohela Boishakh", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-05-09": "Rabindra Jayanti", "1972-08-15": "Independence Day", "1972-10-02": "Gandhi Jayanti", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-14": "Children's Day", "1972-12-25": "Christmas", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-26": "Republic Day", "1973-02-13": "Ashura (estimated)", "1973-04-14": "Dr. B. R. Ambedkar's Jayanti", "1973-04-15": "Palm Sunday; Pohela Boishakh; Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-05-09": "Rabindra Jayanti", "1973-08-15": "Independence Day", "1973-10-02": "Gandhi Jayanti", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-14": "Children's Day", "1973-12-25": "Christmas", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-26": "Republic Day", "1974-02-02": "Ashura (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-07": "Palm Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "1974-04-15": "Pohela Boishakh", "1974-05-01": "Labor Day", "1974-05-09": "Rabindra Jayanti", "1974-08-15": "Independence Day", "1974-10-02": "Gandhi Jayanti", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-14": "Children's Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas", "1975-01-22": "Ashura (estimated)", "1975-01-26": "Republic Day", "1975-03-23": "Palm Sunday", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-14": "Dr. B. R. Ambedkar's Jayanti", "1975-04-15": "Pohela Boishakh", "1975-05-01": "Labor Day", "1975-05-09": "Rabindra Jayanti", "1975-08-15": "Independence Day", "1975-10-02": "Gandhi Jayanti", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-14": "Children's Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas", "1976-01-11": "Ashura (estimated)", "1976-01-26": "Republic Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-11": "Palm Sunday", "1976-04-14": "Dr. B. R. Ambedkar's Jayanti", "1976-04-15": "Pohela Boishakh", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-05-09": "Rabindra Jayanti", "1976-08-15": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-02": "Gandhi Jayanti", "1976-11-14": "Children's Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas", "1976-12-31": "Ashura (estimated)", "1977-01-26": "Republic Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-03": "Palm Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-14": "Dr. B. R. Ambedkar's Jayanti", "1977-04-15": "Pohela Boishakh", "1977-05-01": "Labor Day", "1977-05-09": "Rabindra Jayanti", "1977-08-15": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-02": "Gandhi Jayanti", "1977-11-14": "Children's Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Christmas", "1978-01-26": "Republic Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-19": "Palm Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-14": "Dr. B. R. Ambedkar's Jayanti", "1978-04-15": "Pohela Boishakh", "1978-05-01": "Labor Day", "1978-05-09": "Rabindra Jayanti", "1978-08-15": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-02": "Gandhi Jayanti", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-14": "Children's Day", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Christmas", "1979-01-26": "Republic Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-08": "Palm Sunday", "1979-04-13": "Good Friday", "1979-04-14": "Dr. B. R. Ambedkar's Jayanti", "1979-04-15": "Easter Sunday; Pohela Boishakh", "1979-05-01": "Labor Day", "1979-05-09": "Rabindra Jayanti", "1979-08-15": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-02": "Gandhi Jayanti", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-14": "Children's Day", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Christmas", "1980-01-26": "Republic Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-30": "Palm Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-14": "Dr. B. R. Ambedkar's Jayanti", "1980-04-15": "Pohela Boishakh", "1980-05-01": "Labor Day", "1980-05-09": "Rabindra Jayanti", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-15": "Independence Day", "1980-10-02": "Gandhi Jayanti", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-14": "Children's Day", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Christmas", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-26": "Republic Day", "1981-04-12": "Palm Sunday", "1981-04-14": "Dr. B. R. Ambedkar's Jayanti", "1981-04-15": "Pohela Boishakh", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-05-09": "Rabindra Jayanti", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-15": "Independence Day", "1981-10-02": "Gandhi Jayanti", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-14": "Children's Day", "1981-12-25": "Christmas", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-26": "Republic Day", "1982-04-04": "Palm Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-14": "Dr. B. R. Ambedkar's Jayanti", "1982-04-15": "Pohela Boishakh", "1982-05-01": "Labor Day", "1982-05-09": "Rabindra Jayanti", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-15": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Gandhi Jayanti", "1982-10-27": "Ashura (estimated)", "1982-11-14": "Children's Day", "1982-12-25": "Christmas", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-26": "Republic Day", "1983-03-27": "Palm Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-14": "Dr. B. R. Ambedkar's Jayanti", "1983-04-15": "Pohela Boishakh", "1983-05-01": "Labor Day", "1983-05-09": "Rabindra Jayanti", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-15": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-02": "Gandhi Jayanti", "1983-10-16": "Ashura (estimated)", "1983-11-14": "Children's Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas", "1984-01-26": "Republic Day", "1984-04-14": "Dr. B. R. Ambedkar's Jayanti", "1984-04-15": "Palm Sunday; Pohela Boishakh", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-05-09": "Rabindra Jayanti", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-15": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-02": "Gandhi Jayanti", "1984-10-05": "Ashura (estimated)", "1984-11-14": "Children's Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas", "1985-01-26": "Republic Day", "1985-03-31": "Palm Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-14": "Dr. B. R. Ambedkar's Jayanti", "1985-04-15": "Pohela Boishakh", "1985-05-01": "Labor Day", "1985-05-09": "Rabindra Jayanti", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-15": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-24": "Ashura (estimated)", "1985-10-02": "Gandhi Jayanti", "1985-11-14": "Children's Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas", "1986-01-26": "Republic Day", "1986-03-23": "Palm Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-14": "Dr. B. R. Ambedkar's Jayanti", "1986-04-15": "Pohela Boishakh", "1986-05-01": "Labor Day", "1986-05-09": "Rabindra Jayanti", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated); Independence Day", "1986-09-14": "Ashura (estimated)", "1986-10-02": "Gandhi Jayanti", "1986-11-14": "Children's Day; Prophet's Birthday (estimated)", "1986-12-25": "Christmas", "1987-01-26": "Republic Day", "1987-04-12": "Palm Sunday", "1987-04-14": "Dr. B. R. Ambedkar's Jayanti", "1987-04-15": "Pohela Boishakh", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-05-09": "Rabindra Jayanti", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-15": "Independence Day", "1987-09-03": "Ashura (estimated)", "1987-10-02": "Gandhi Jayanti", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-14": "Children's Day", "1987-12-25": "Christmas", "1988-01-26": "Republic Day", "1988-03-27": "Palm Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-14": "Dr. B. R. Ambedkar's Jayanti", "1988-04-15": "Pohela Boishakh", "1988-05-01": "Labor Day", "1988-05-09": "Rabindra Jayanti", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-15": "Independence Day", "1988-08-22": "Ashura (estimated)", "1988-10-02": "Gandhi Jayanti", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-14": "Children's Day", "1988-12-25": "Christmas", "1989-01-26": "Republic Day", "1989-03-19": "Palm Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-14": "Dr. B. R. Ambedkar's Jayanti", "1989-04-15": "Pohela Boishakh", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-09": "Rabindra Jayanti", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-15": "Independence Day", "1989-10-02": "Gandhi Jayanti", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-14": "Children's Day", "1989-12-25": "Christmas", "1990-01-26": "Republic Day", "1990-04-08": "Palm Sunday", "1990-04-13": "Good Friday", "1990-04-14": "Dr. B. R. Ambedkar's Jayanti", "1990-04-15": "Easter Sunday; Pohela Boishakh", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Rabindra Jayanti", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-15": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Gandhi Jayanti", "1990-11-14": "Children's Day", "1990-12-25": "Christmas", "1991-01-26": "Republic Day", "1991-03-24": "Palm Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-14": "Dr. B. R. Ambedkar's Jayanti", "1991-04-15": "Eid al-Fitr (estimated); Pohela Boishakh", "1991-05-01": "Labor Day", "1991-05-09": "Rabindra Jayanti", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-15": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-02": "Gandhi Jayanti", "1991-11-14": "Children's Day", "1991-12-25": "Christmas", "1992-01-26": "Republic Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-12": "Palm Sunday", "1992-04-14": "Dr. B. R. Ambedkar's Jayanti", "1992-04-15": "Pohela Boishakh", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-05-09": "Rabindra Jayanti", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-15": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-02": "Gandhi Jayanti", "1992-11-14": "Children's Day", "1992-12-25": "Christmas", "1993-01-26": "Republic Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-04": "Palm Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-14": "Dr. B. R. Ambedkar's Jayanti", "1993-04-15": "Pohela Boishakh", "1993-05-01": "Labor Day", "1993-05-09": "Rabindra Jayanti", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-15": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-02": "Gandhi Jayanti", "1993-11-14": "Children's Day", "1993-12-25": "Christmas", "1994-01-26": "Republic Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-27": "Palm Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-14": "Dr. B. R. Ambedkar's Jayanti", "1994-04-15": "Pohela Boishakh", "1994-05-01": "Labor Day", "1994-05-09": "Rabindra Jayanti", "1994-05-20": "Eid al-Adha (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-15": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-02": "Gandhi Jayanti", "1994-11-14": "Children's Day", "1994-12-25": "Christmas", "1995-01-26": "Republic Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-09": "Palm Sunday", "1995-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "1995-04-15": "Pohela Boishakh", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated); Rabindra Jayanti", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-15": "Independence Day", "1995-10-02": "Gandhi Jayanti", "1995-11-14": "Children's Day", "1995-12-25": "Christmas", "1996-01-26": "Republic Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-31": "Palm Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-14": "Dr. B. R. Ambedkar's Jayanti", "1996-04-15": "Pohela Boishakh", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-09": "Rabindra Jayanti", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-15": "Independence Day", "1996-10-02": "Gandhi Jayanti", "1996-11-14": "Children's Day", "1996-12-25": "Christmas", "1997-01-26": "Republic Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-23": "Palm Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-14": "Dr. B. R. Ambedkar's Jayanti", "1997-04-15": "Pohela Boishakh", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-09": "Rabindra Jayanti", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-15": "Independence Day", "1997-10-02": "Gandhi Jayanti", "1997-11-14": "Children's Day", "1997-12-25": "Christmas", "1998-01-26": "Republic Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-05": "Palm Sunday", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-14": "Dr. B. R. Ambedkar's Jayanti", "1998-04-15": "Pohela Boishakh", "1998-05-01": "Labor Day", "1998-05-06": "Ashura (estimated)", "1998-05-09": "Rabindra Jayanti", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-15": "Independence Day", "1998-10-02": "Gandhi Jayanti", "1998-11-14": "Children's Day", "1998-12-25": "Christmas", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-26": "Republic Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Palm Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-14": "Dr. B. R. Ambedkar's Jayanti", "1999-04-15": "Pohela Boishakh", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-05-09": "Rabindra Jayanti", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-15": "Independence Day", "1999-10-02": "Gandhi Jayanti", "1999-11-14": "Children's Day", "1999-12-25": "Christmas", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-26": "Republic Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-14": "Dr. B. R. Ambedkar's Jayanti", "2000-04-15": "Ashura (estimated); Pohela Boishakh", "2000-04-16": "Palm Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-05-09": "Rabindra Jayanti", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-15": "Independence Day", "2000-10-02": "Gandhi Jayanti", "2000-11-14": "Children's Day", "2000-12-25": "Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-14": "Makar Sankranti", "2001-01-26": "Republic Day", "2001-02-21": "Maha Shivaratri", "2001-03-06": "Eid al-Adha", "2001-03-10": "Holi", "2001-04-02": "Ram Navami", "2001-04-04": "Ashura", "2001-04-06": "Mahavir Jayanti", "2001-04-08": "Palm Sunday", "2001-04-13": "Good Friday", "2001-04-14": "Dr. B. R. Ambedkar's Jayanti", "2001-04-15": "Easter Sunday; Pohela Boishakh", "2001-04-30": "Buddha Purnima", "2001-05-01": "Labor Day", "2001-05-09": "Rabindra Jayanti", "2001-06-05": "Prophet's Birthday", "2001-08-04": "Raksha Bandhan", "2001-08-12": "Janmashtami", "2001-08-15": "Independence Day", "2001-08-22": "Ganesh Chaturthi", "2001-10-02": "Gandhi Jayanti", "2001-10-17": "Navratri / Sharad Navratri", "2001-10-25": "Maha Navami", "2001-10-26": "Dussehra", "2001-11-14": "Children's Day; Diwali", "2001-11-15": "Govardhan Puja", "2001-11-30": "Guru Nanak Jayanti", "2001-12-17": "Eid al-Fitr", "2001-12-25": "Christmas", "2002-01-14": "Makar Sankranti", "2002-01-26": "Republic Day", "2002-02-23": "Eid al-Adha", "2002-03-12": "Maha Shivaratri", "2002-03-24": "Ashura; Palm Sunday", "2002-03-29": "Good Friday; Holi", "2002-03-31": "Easter Sunday", "2002-04-14": "Dr. B. R. Ambedkar's Jayanti", "2002-04-15": "Pohela Boishakh", "2002-04-21": "Ram Navami", "2002-04-25": "Mahavir Jayanti", "2002-05-01": "Labor Day", "2002-05-09": "Rabindra Jayanti", "2002-05-19": "Buddha Purnima", "2002-05-25": "Prophet's Birthday", "2002-08-15": "Independence Day", "2002-08-22": "Raksha Bandhan", "2002-08-31": "Janmashtami", "2002-09-10": "Ganesh Chaturthi", "2002-10-02": "Gandhi Jayanti", "2002-10-07": "Navratri / Sharad Navratri", "2002-10-14": "Maha Navami", "2002-10-15": "Dussehra", "2002-11-04": "Diwali", "2002-11-05": "Govardhan Puja", "2002-11-14": "Children's Day", "2002-11-19": "Guru Nanak Jayanti", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas", "2003-01-14": "Makar Sankranti", "2003-01-26": "Republic Day", "2003-02-12": "Eid al-Adha", "2003-03-01": "Maha Shivaratri", "2003-03-14": "Ashura", "2003-03-18": "Holi", "2003-04-11": "Ram Navami", "2003-04-13": "Palm Sunday", "2003-04-14": "Dr. B. R. Ambedkar's Jayanti", "2003-04-15": "Mahavir Jayanti; Pohela Boishakh", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-05-08": "Buddha Purnima", "2003-05-09": "Rabindra Jayanti", "2003-05-15": "Prophet's Birthday", "2003-08-12": "Raksha Bandhan", "2003-08-15": "Independence Day", "2003-08-20": "Janmashtami", "2003-08-31": "Ganesh Chaturthi", "2003-09-26": "Navratri / Sharad Navratri", "2003-10-02": "Gandhi Jayanti", "2003-10-03": "Maha Navami", "2003-10-05": "Dussehra", "2003-10-25": "Diwali", "2003-10-26": "Govardhan Puja", "2003-11-08": "Guru Nanak Jayanti", "2003-11-14": "Children's Day", "2003-11-26": "Eid al-Fitr", "2003-12-25": "Christmas", "2004-01-15": "Makar Sankranti", "2004-01-26": "Republic Day", "2004-02-02": "Eid al-Adha", "2004-02-18": "Maha Shivaratri", "2004-03-02": "Ashura", "2004-03-07": "Holi", "2004-03-30": "Ram Navami", "2004-04-03": "Mahavir Jayanti", "2004-04-04": "Palm Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-14": "Dr. B. R. Ambedkar's Jayanti", "2004-04-15": "Pohela Boishakh", "2004-05-01": "Labor Day", "2004-05-03": "Prophet's Birthday", "2004-05-09": "Rabindra Jayanti", "2004-05-26": "Buddha Purnima", "2004-08-15": "Independence Day", "2004-08-29": "Raksha Bandhan", "2004-09-07": "Janmashtami", "2004-09-18": "Ganesh Chaturthi", "2004-10-02": "Gandhi Jayanti", "2004-10-14": "Navratri / Sharad Navratri", "2004-10-21": "Maha Navami", "2004-10-22": "Dussehra", "2004-11-12": "Diwali", "2004-11-13": "Govardhan Puja", "2004-11-14": "Children's Day; Eid al-Fitr", "2004-11-26": "Guru Nanak Jayanti", "2004-12-25": "Christmas", "2005-01-14": "Makar Sankranti", "2005-01-21": "Eid al-Adha", "2005-01-26": "Republic Day", "2005-02-19": "Ashura", "2005-03-08": "Maha Shivaratri", "2005-03-20": "Palm Sunday", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-27": "Easter Sunday", "2005-04-14": "Dr. B. R. Ambedkar's Jayanti", "2005-04-15": "Pohela Boishakh", "2005-04-18": "Ram Navami", "2005-04-22": "Mahavir Jayanti; Prophet's Birthday", "2005-05-01": "Labor Day", "2005-05-09": "Rabindra Jayanti", "2005-05-23": "Buddha Purnima", "2005-08-15": "Independence Day", "2005-08-19": "Raksha Bandhan", "2005-08-27": "Janmashtami", "2005-09-07": "Ganesh Chaturthi", "2005-10-02": "Gandhi Jayanti", "2005-10-04": "Navratri / Sharad Navratri", "2005-10-11": "Maha Navami", "2005-10-12": "Dussehra", "2005-11-01": "Diwali", "2005-11-02": "Govardhan Puja", "2005-11-03": "Eid al-Fitr", "2005-11-14": "Children's Day", "2005-11-15": "Guru Nanak Jayanti", "2005-12-25": "Christmas", "2006-01-11": "Eid al-Adha", "2006-01-14": "Makar Sankranti", "2006-01-26": "Republic Day", "2006-02-09": "Ashura", "2006-02-26": "Maha Shivaratri", "2006-03-15": "Holi", "2006-04-06": "Ram Navami", "2006-04-09": "Palm Sunday", "2006-04-11": "Mahavir Jayanti; Prophet's Birthday", "2006-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2006-04-15": "Pohela Boishakh", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-05-09": "Rabindra Jayanti", "2006-05-13": "Buddha Purnima", "2006-08-09": "Raksha Bandhan", "2006-08-15": "Independence Day", "2006-08-16": "Janmashtami", "2006-08-27": "Ganesh Chaturthi", "2006-09-23": "Navratri / Sharad Navratri", "2006-10-01": "Maha Navami", "2006-10-02": "Dussehra; Gandhi Jayanti", "2006-10-21": "Diwali", "2006-10-22": "Govardhan Puja", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Guru Nanak Jayanti", "2006-11-14": "Children's Day", "2006-12-25": "Christmas", "2006-12-31": "Eid al-Adha", "2007-01-15": "Makar Sankranti", "2007-01-26": "Republic Day", "2007-01-30": "Ashura", "2007-02-16": "Maha Shivaratri", "2007-03-04": "Holi", "2007-03-26": "Ram Navami", "2007-03-31": "Mahavir Jayanti", "2007-04-01": "Palm Sunday; Prophet's Birthday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-14": "Dr. B. R. Ambedkar's Jayanti", "2007-04-15": "Pohela Boishakh", "2007-05-01": "Labor Day", "2007-05-02": "Buddha Purnima", "2007-05-09": "Rabindra Jayanti", "2007-08-15": "Independence Day", "2007-08-28": "Raksha Bandhan", "2007-09-04": "Janmashtami", "2007-09-15": "Ganesh Chaturthi", "2007-10-02": "Gandhi Jayanti", "2007-10-12": "Navratri / Sharad Navratri", "2007-10-13": "Eid al-Fitr", "2007-10-20": "Maha Navami", "2007-10-21": "Dussehra", "2007-11-09": "Diwali", "2007-11-10": "Govardhan Puja", "2007-11-14": "Children's Day", "2007-11-24": "Guru Nanak Jayanti", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas", "2008-01-15": "Makar Sankranti", "2008-01-19": "Ashura", "2008-01-26": "Republic Day", "2008-03-06": "Maha Shivaratri", "2008-03-16": "Palm Sunday", "2008-03-21": "Good Friday; Prophet's Birthday", "2008-03-22": "Holi", "2008-03-23": "Easter Sunday", "2008-04-13": "Ram Navami", "2008-04-14": "Dr. B. R. Ambedkar's Jayanti", "2008-04-15": "Pohela Boishakh", "2008-04-18": "Mahavir Jayanti", "2008-05-01": "Labor Day", "2008-05-09": "Rabindra Jayanti", "2008-05-20": "Buddha Purnima", "2008-08-15": "Independence Day", "2008-08-16": "Raksha Bandhan", "2008-08-24": "Janmashtami", "2008-09-03": "Ganesh Chaturthi", "2008-09-30": "Navratri / Sharad Navratri", "2008-10-02": "Eid al-Fitr; Gandhi Jayanti", "2008-10-08": "Maha Navami", "2008-10-09": "Dussehra", "2008-10-28": "Diwali", "2008-10-29": "Govardhan Puja", "2008-11-13": "Guru Nanak Jayanti", "2008-11-14": "Children's Day", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas", "2009-01-07": "Ashura", "2009-01-14": "Makar Sankranti", "2009-01-26": "Republic Day", "2009-02-23": "Maha Shivaratri", "2009-03-09": "Prophet's Birthday", "2009-03-11": "Holi", "2009-04-03": "Ram Navami", "2009-04-05": "Palm Sunday", "2009-04-07": "Mahavir Jayanti", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-14": "Dr. B. R. Ambedkar's Jayanti", "2009-04-15": "Pohela Boishakh", "2009-05-01": "Labor Day", "2009-05-08": "Buddha Purnima", "2009-05-09": "Rabindra Jayanti", "2009-08-05": "Raksha Bandhan", "2009-08-14": "Janmashtami", "2009-08-15": "Independence Day", "2009-08-23": "Ganesh Chaturthi", "2009-09-19": "Navratri / Sharad Navratri", "2009-09-21": "Eid al-Fitr", "2009-09-27": "Maha Navami", "2009-09-28": "Dussehra", "2009-10-02": "Gandhi Jayanti", "2009-10-17": "Diwali", "2009-10-18": "Govardhan Puja", "2009-11-02": "Guru Nanak Jayanti", "2009-11-14": "Children's Day", "2009-11-28": "Eid al-Adha", "2009-12-25": "Christmas", "2009-12-28": "Ashura", "2010-01-14": "Makar Sankranti", "2010-01-26": "Republic Day", "2010-02-12": "Maha Shivaratri", "2010-02-27": "Prophet's Birthday", "2010-03-01": "Holi", "2010-03-24": "Ram Navami", "2010-03-28": "Palm Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-14": "Dr. B. R. Ambedkar's Jayanti", "2010-04-15": "Pohela Boishakh", "2010-04-28": "Mahavir Jayanti", "2010-05-01": "Labor Day", "2010-05-09": "Rabindra Jayanti", "2010-05-27": "Buddha Purnima", "2010-08-15": "Independence Day", "2010-08-24": "Raksha Bandhan", "2010-09-02": "Janmashtami", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Ganesh Chaturthi", "2010-10-02": "Gandhi Jayanti", "2010-10-08": "Navratri / Sharad Navratri", "2010-10-16": "Maha Navami", "2010-10-17": "Dussehra", "2010-11-05": "Diwali", "2010-11-06": "Govardhan Puja", "2010-11-14": "Children's Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Guru Nanak Jayanti", "2010-12-17": "Ashura", "2010-12-25": "Christmas", "2011-01-15": "Makar Sankranti", "2011-01-26": "Republic Day", "2011-02-16": "Prophet's Birthday", "2011-03-02": "Maha Shivaratri", "2011-03-20": "Holi", "2011-04-12": "Ram Navami", "2011-04-14": "Dr. B. R. Ambedkar's Jayanti", "2011-04-15": "Pohela Boishakh", "2011-04-16": "Mahavir Jayanti", "2011-04-17": "Palm Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-05-09": "Rabindra Jayanti", "2011-05-17": "Buddha Purnima", "2011-08-13": "Raksha Bandhan", "2011-08-15": "Independence Day", "2011-08-22": "Janmashtami", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Ganesh Chaturthi", "2011-09-28": "Navratri / Sharad Navratri", "2011-10-02": "Gandhi Jayanti", "2011-10-05": "Maha Navami", "2011-10-06": "Dussehra", "2011-10-26": "Diwali", "2011-10-27": "Govardhan Puja", "2011-11-07": "Eid al-Adha", "2011-11-10": "Guru Nanak Jayanti", "2011-11-14": "Children's Day", "2011-12-06": "Ashura", "2011-12-25": "Christmas", "2012-01-15": "Makar Sankranti", "2012-01-26": "Republic Day", "2012-02-05": "Prophet's Birthday", "2012-02-20": "Maha Shivaratri", "2012-03-08": "Holi", "2012-04-01": "Palm Sunday; Ram Navami", "2012-04-05": "Mahavir Jayanti", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-14": "Dr. B. R. Ambedkar's Jayanti", "2012-04-15": "Pohela Boishakh", "2012-05-01": "Labor Day", "2012-05-06": "Buddha Purnima", "2012-05-09": "Rabindra Jayanti", "2012-08-02": "Raksha Bandhan", "2012-08-10": "Janmashtami", "2012-08-15": "Independence Day", "2012-08-20": "Eid al-Fitr", "2012-09-19": "Ganesh Chaturthi", "2012-10-02": "Gandhi Jayanti", "2012-10-16": "Navratri / Sharad Navratri", "2012-10-23": "Maha Navami", "2012-10-24": "Dussehra", "2012-10-27": "Eid al-Adha", "2012-11-13": "Diwali", "2012-11-14": "Children's Day; Govardhan Puja", "2012-11-25": "Ashura", "2012-11-28": "Guru Nanak Jayanti", "2012-12-25": "Christmas", "2013-01-14": "Makar Sankranti", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Republic Day", "2013-03-10": "Maha Shivaratri", "2013-03-24": "Palm Sunday", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-14": "Dr. B. R. Ambedkar's Jayanti", "2013-04-15": "Pohela Boishakh", "2013-04-19": "Ram Navami", "2013-04-24": "Mahavir Jayanti", "2013-05-01": "Labor Day", "2013-05-09": "Rabindra Jayanti", "2013-05-25": "Buddha Purnima", "2013-08-08": "Eid al-Fitr", "2013-08-15": "Independence Day", "2013-08-20": "Raksha Bandhan", "2013-08-28": "Janmashtami", "2013-09-09": "Ganesh Chaturthi", "2013-10-02": "Gandhi Jayanti", "2013-10-05": "Navratri / Sharad Navratri", "2013-10-12": "Maha Navami", "2013-10-13": "Dussehra", "2013-10-16": "Eid al-Adha", "2013-11-03": "Diwali", "2013-11-04": "Govardhan Puja", "2013-11-14": "Ashura; Children's Day", "2013-11-17": "Guru Nanak Jayanti", "2013-12-25": "Christmas", "2014-01-14": "Makar Sankranti; Prophet's Birthday", "2014-01-26": "Republic Day", "2014-02-27": "Maha Shivaratri", "2014-03-17": "Holi", "2014-04-08": "Ram Navami", "2014-04-13": "Mahavir Jayanti; Palm Sunday", "2014-04-14": "Dr. B. R. Ambedkar's Jayanti", "2014-04-15": "Pohela Boishakh", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-05-09": "Rabindra Jayanti", "2014-05-14": "Buddha Purnima", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Raksha Bandhan", "2014-08-15": "Independence Day", "2014-08-18": "Janmashtami", "2014-08-29": "Ganesh Chaturthi", "2014-09-25": "Navratri / Sharad Navratri", "2014-10-02": "Gandhi Jayanti; Maha Navami", "2014-10-03": "Dussehra", "2014-10-06": "Eid al-Adha", "2014-10-23": "Diwali", "2014-10-24": "Govardhan Puja", "2014-11-04": "Ashura", "2014-11-06": "Guru Nanak Jayanti", "2014-11-14": "Children's Day", "2014-12-25": "Christmas", "2015-01-04": "Prophet's Birthday", "2015-01-15": "Makar Sankranti", "2015-01-26": "Republic Day", "2015-02-17": "Maha Shivaratri", "2015-03-06": "Holi", "2015-03-28": "Ram Navami", "2015-03-29": "Palm Sunday", "2015-04-02": "Mahavir Jayanti", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-14": "Dr. B. R. Ambedkar's Jayanti", "2015-04-15": "Pohela Boishakh", "2015-05-01": "Labor Day", "2015-05-04": "Buddha Purnima", "2015-05-09": "Rabindra Jayanti", "2015-07-18": "Eid al-Fitr", "2015-08-15": "Independence Day", "2015-08-29": "Raksha Bandhan", "2015-09-05": "Janmashtami", "2015-09-17": "Ganesh Chaturthi", "2015-09-25": "Eid al-Adha", "2015-10-02": "Gandhi Jayanti", "2015-10-13": "Navratri / Sharad Navratri", "2015-10-21": "Maha Navami", "2015-10-22": "Dussehra", "2015-10-24": "Ashura", "2015-11-11": "Diwali", "2015-11-12": "Govardhan Puja", "2015-11-14": "Children's Day", "2015-11-25": "Guru Nanak Jayanti", "2015-12-25": "Christmas; Prophet's Birthday", "2016-01-15": "Makar Sankranti", "2016-01-26": "Republic Day", "2016-03-07": "Maha Shivaratri", "2016-03-20": "Palm Sunday", "2016-03-24": "Holi", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-14": "Dr. B. R. Ambedkar's Jayanti", "2016-04-15": "Pohela Boishakh; Ram Navami", "2016-04-20": "Mahavir Jayanti", "2016-05-01": "Labor Day", "2016-05-09": "Rabindra Jayanti", "2016-05-21": "Buddha Purnima", "2016-07-07": "Eid al-Fitr", "2016-08-15": "Independence Day", "2016-08-18": "Raksha Bandhan", "2016-08-25": "Janmashtami", "2016-09-05": "Ganesh Chaturthi", "2016-09-13": "Eid al-Adha", "2016-10-01": "Navratri / Sharad Navratri", "2016-10-02": "Gandhi Jayanti", "2016-10-10": "Maha Navami", "2016-10-11": "Dussehra", "2016-10-12": "Ashura", "2016-10-30": "Diwali", "2016-10-31": "Govardhan Puja", "2016-11-14": "Children's Day; Guru Nanak Jayanti", "2016-12-13": "Prophet's Birthday", "2016-12-25": "Christmas", "2017-01-14": "Makar Sankranti", "2017-01-26": "Republic Day", "2017-02-24": "Maha Shivaratri", "2017-03-13": "Holi", "2017-04-04": "Ram Navami", "2017-04-09": "Mahavir Jayanti; Palm Sunday", "2017-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2017-04-15": "Pohela Boishakh", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-05-09": "Rabindra Jayanti", "2017-05-10": "Buddha Purnima", "2017-06-26": "Eid al-Fitr", "2017-08-07": "Raksha Bandhan", "2017-08-15": "Independence Day; Janmashtami", "2017-08-25": "Ganesh Chaturthi", "2017-09-02": "Eid al-Adha", "2017-09-21": "Navratri / Sharad Navratri", "2017-09-29": "Maha Navami", "2017-09-30": "Dussehra", "2017-10-01": "Ashura", "2017-10-02": "Gandhi Jayanti", "2017-10-19": "Diwali", "2017-10-20": "Govardhan Puja", "2017-11-04": "Guru Nanak Jayanti", "2017-11-14": "Children's Day", "2017-12-02": "Prophet's Birthday", "2017-12-25": "Christmas", "2018-01-14": "Makar Sankranti", "2018-01-26": "Republic Day", "2018-02-13": "Maha Shivaratri", "2018-03-02": "Holi", "2018-03-25": "Palm Sunday; Ram Navami", "2018-03-29": "Mahavir Jayanti", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-14": "Dr. B. R. Ambedkar's Jayanti", "2018-04-15": "Pohela Boishakh", "2018-04-30": "Buddha Purnima", "2018-05-01": "Labor Day", "2018-05-09": "Rabindra Jayanti", "2018-06-16": "Eid al-Fitr", "2018-08-15": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-26": "Raksha Bandhan", "2018-09-03": "Janmashtami", "2018-09-13": "Ganesh Chaturthi", "2018-09-21": "Ashura", "2018-10-02": "Gandhi Jayanti", "2018-10-10": "Navratri / Sharad Navratri", "2018-10-18": "Maha Navami", "2018-10-19": "Dussehra", "2018-11-07": "Diwali", "2018-11-08": "Govardhan Puja", "2018-11-14": "Children's Day", "2018-11-21": "Prophet's Birthday", "2018-11-23": "Guru Nanak Jayanti", "2018-12-25": "Christmas", "2019-01-15": "Makar Sankranti", "2019-01-26": "Republic Day", "2019-03-04": "Maha Shivaratri", "2019-03-21": "Holi", "2019-04-13": "Ram Navami", "2019-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2019-04-15": "Pohela Boishakh", "2019-04-17": "Mahavir Jayanti", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-05-09": "Rabindra Jayanti", "2019-05-18": "Buddha Purnima", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-15": "Independence Day; Raksha Bandhan", "2019-08-24": "Janmashtami", "2019-09-02": "Ganesh Chaturthi", "2019-09-10": "Ashura", "2019-09-29": "Navratri / Sharad Navratri", "2019-10-02": "Gandhi Jayanti", "2019-10-07": "Maha Navami", "2019-10-08": "Dussehra", "2019-10-27": "Diwali", "2019-10-28": "Govardhan Puja", "2019-11-10": "Prophet's Birthday", "2019-11-12": "Guru Nanak Jayanti", "2019-11-14": "Children's Day", "2019-12-25": "Christmas", "2020-01-15": "Makar Sankranti", "2020-01-26": "Republic Day", "2020-02-21": "Maha Shivaratri", "2020-03-10": "Holi", "2020-04-02": "Ram Navami", "2020-04-05": "Palm Sunday", "2020-04-06": "Mahavir Jayanti", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-14": "Dr. B. R. Ambedkar's Jayanti", "2020-04-15": "Pohela Boishakh", "2020-05-01": "Labor Day", "2020-05-07": "Buddha Purnima", "2020-05-09": "Rabindra Jayanti", "2020-05-25": "Eid al-Fitr", "2020-08-01": "Eid al-Adha", "2020-08-03": "Raksha Bandhan", "2020-08-12": "Janmashtami", "2020-08-15": "Independence Day", "2020-08-22": "Ganesh Chaturthi", "2020-08-30": "Ashura", "2020-10-02": "Gandhi Jayanti", "2020-10-17": "Navratri / Sharad Navratri", "2020-10-24": "Maha Navami", "2020-10-25": "Dussehra", "2020-10-30": "Prophet's Birthday", "2020-11-14": "Children's Day; Diwali", "2020-11-15": "Govardhan Puja", "2020-11-30": "Guru Nanak Jayanti", "2020-12-25": "Christmas", "2021-01-14": "Makar Sankranti", "2021-01-26": "Republic Day", "2021-03-11": "Maha Shivaratri", "2021-03-28": "Palm Sunday", "2021-03-29": "Holi", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-14": "Dr. B. R. Ambedkar's Jayanti", "2021-04-15": "Pohela Boishakh", "2021-04-21": "Ram Navami", "2021-04-25": "Mahavir Jayanti", "2021-05-01": "Labor Day", "2021-05-09": "Rabindra Jayanti", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Buddha Purnima", "2021-07-21": "Eid al-Adha", "2021-08-15": "Independence Day", "2021-08-20": "Ashura", "2021-08-22": "Raksha Bandhan", "2021-08-30": "Janmashtami", "2021-09-10": "Ganesh Chaturthi", "2021-10-02": "Gandhi Jayanti", "2021-10-07": "Navratri / Sharad Navratri", "2021-10-14": "Maha Navami", "2021-10-15": "Dussehra", "2021-10-19": "Prophet's Birthday", "2021-11-04": "Diwali", "2021-11-05": "Govardhan Puja", "2021-11-14": "Children's Day", "2021-11-19": "Guru Nanak Jayanti", "2021-12-25": "Christmas", "2022-01-14": "Makar Sankranti", "2022-01-26": "Republic Day", "2022-03-01": "Maha Shivaratri", "2022-03-18": "Holi", "2022-04-10": "Palm Sunday; Ram Navami", "2022-04-14": "Dr. B. R. Ambedkar's Jayanti; Mahavir Jayanti", "2022-04-15": "Good Friday; Pohela Boishakh", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-09": "Rabindra Jayanti", "2022-05-16": "Buddha Purnima", "2022-07-10": "Eid al-Adha", "2022-08-09": "Ashura", "2022-08-11": "Raksha Bandhan", "2022-08-15": "Independence Day", "2022-08-19": "Janmashtami", "2022-08-31": "Ganesh Chaturthi", "2022-09-26": "Navratri / Sharad Navratri", "2022-10-02": "Gandhi Jayanti", "2022-10-04": "Maha Navami", "2022-10-05": "Dussehra", "2022-10-09": "Prophet's Birthday", "2022-10-24": "Diwali", "2022-10-25": "Govardhan Puja", "2022-11-08": "Guru Nanak Jayanti", "2022-11-14": "Children's Day", "2022-12-25": "Christmas", "2023-01-14": "Makar Sankranti", "2023-01-26": "Republic Day", "2023-02-18": "Maha Shivaratri", "2023-03-08": "Holi", "2023-03-30": "Ram Navami", "2023-04-02": "Palm Sunday", "2023-04-04": "Mahavir Jayanti", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-14": "Dr. B. R. Ambedkar's Jayanti", "2023-04-15": "Pohela Boishakh", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-05": "Buddha Purnima", "2023-05-09": "Rabindra Jayanti", "2023-06-29": "Eid al-Adha", "2023-07-29": "Ashura", "2023-08-15": "Independence Day", "2023-08-30": "Raksha Bandhan", "2023-09-07": "Janmashtami", "2023-09-19": "Ganesh Chaturthi", "2023-09-28": "Prophet's Birthday", "2023-10-02": "Gandhi Jayanti", "2023-10-15": "Navratri / Sharad Navratri", "2023-10-23": "Maha Navami", "2023-10-24": "Dussehra", "2023-11-12": "Diwali", "2023-11-13": "Govardhan Puja", "2023-11-14": "Children's Day", "2023-11-27": "Guru Nanak Jayanti", "2023-12-25": "Christmas", "2024-01-14": "Makar Sankranti", "2024-01-26": "Republic Day", "2024-03-08": "Maha Shivaratri", "2024-03-24": "Palm Sunday", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-11": "Eid al-Fitr", "2024-04-14": "Dr. B. R. Ambedkar's Jayanti", "2024-04-15": "Pohela Boishakh", "2024-04-17": "Ram Navami", "2024-04-21": "Mahavir Jayanti", "2024-05-01": "Labor Day", "2024-05-09": "Rabindra Jayanti", "2024-05-23": "Buddha Purnima", "2024-06-17": "Eid al-Adha", "2024-07-17": "Ashura", "2024-08-15": "Independence Day", "2024-08-19": "Raksha Bandhan", "2024-08-26": "Janmashtami", "2024-09-07": "Ganesh Chaturthi", "2024-09-16": "Prophet's Birthday", "2024-10-02": "Gandhi Jayanti", "2024-10-03": "Navratri / Sharad Navratri", "2024-10-11": "Maha Navami", "2024-10-12": "Dussehra", "2024-11-01": "Diwali", "2024-11-02": "Govardhan Puja", "2024-11-14": "Children's Day", "2024-11-15": "Guru Nanak Jayanti", "2024-12-25": "Christmas", "2025-01-14": "Makar Sankranti", "2025-01-26": "Republic Day", "2025-02-26": "Maha Shivaratri", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-06": "Ram Navami", "2025-04-10": "Mahavir Jayanti", "2025-04-13": "Palm Sunday", "2025-04-14": "Dr. B. R. Ambedkar's Jayanti", "2025-04-15": "Pohela Boishakh", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-05-09": "Rabindra Jayanti", "2025-05-12": "Buddha Purnima", "2025-06-07": "Eid al-Adha", "2025-07-06": "Ashura", "2025-08-09": "Raksha Bandhan", "2025-08-15": "Independence Day", "2025-08-16": "Janmashtami", "2025-08-27": "Ganesh Chaturthi", "2025-09-05": "Prophet's Birthday", "2025-09-22": "Navratri / Sharad Navratri", "2025-10-01": "Maha Navami", "2025-10-02": "Dussehra; Gandhi Jayanti", "2025-10-20": "Diwali", "2025-10-22": "Govardhan Puja", "2025-11-05": "Guru Nanak Jayanti", "2025-11-14": "Children's Day", "2025-12-25": "Christmas", "2026-01-14": "Makar Sankranti", "2026-01-26": "Republic Day", "2026-02-15": "Maha Shivaratri", "2026-03-04": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-26": "Ram Navami", "2026-03-29": "Palm Sunday", "2026-03-31": "Mahavir Jayanti", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-14": "Dr. B. R. Ambedkar's Jayanti", "2026-04-15": "Pohela Boishakh", "2026-05-01": "Buddha Purnima; Labor Day", "2026-05-09": "Rabindra Jayanti", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-15": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-28": "Raksha Bandhan", "2026-09-04": "Janmashtami", "2026-09-14": "Ganesh Chaturthi", "2026-10-02": "Gandhi Jayanti", "2026-10-11": "Navratri / Sharad Navratri", "2026-10-19": "Maha Navami", "2026-10-20": "Dussehra", "2026-11-08": "Diwali", "2026-11-10": "Govardhan Puja", "2026-11-14": "Children's Day", "2026-12-25": "Christmas", "2027-01-15": "Makar Sankranti", "2027-01-26": "Republic Day", "2027-03-06": "Maha Shivaratri", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Palm Sunday", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-14": "Dr. B. R. Ambedkar's Jayanti", "2027-04-15": "Pohela Boishakh; Ram Navami", "2027-04-18": "Mahavir Jayanti", "2027-05-01": "Labor Day", "2027-05-09": "Rabindra Jayanti", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Buddha Purnima", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-15": "Independence Day", "2027-08-17": "Raksha Bandhan", "2027-08-25": "Janmashtami", "2027-09-04": "Ganesh Chaturthi", "2027-09-30": "Navratri / Sharad Navratri", "2027-10-02": "Gandhi Jayanti", "2027-10-08": "Maha Navami", "2027-10-09": "Dussehra", "2027-10-29": "Diwali", "2027-10-30": "Govardhan Puja", "2027-11-14": "Children's Day; Guru Nanak Jayanti", "2027-12-25": "Christmas", "2028-01-15": "Makar Sankranti", "2028-01-26": "Republic Day", "2028-02-23": "Maha Shivaratri", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-03": "Ram Navami", "2028-04-07": "Mahavir Jayanti", "2028-04-09": "Palm Sunday", "2028-04-14": "Dr. B. R. Ambedkar's Jayanti; Good Friday", "2028-04-15": "Pohela Boishakh", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-08": "Buddha Purnima", "2028-05-09": "Rabindra Jayanti", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-05": "Raksha Bandhan", "2028-08-13": "Janmashtami", "2028-08-15": "Independence Day", "2028-08-23": "Ganesh Chaturthi", "2028-09-19": "Navratri / Sharad Navratri", "2028-09-26": "Maha Navami", "2028-09-27": "Dussehra", "2028-10-02": "Gandhi Jayanti", "2028-10-17": "Diwali", "2028-10-18": "Govardhan Puja", "2028-11-02": "Guru Nanak Jayanti", "2028-11-14": "Children's Day", "2028-12-25": "Christmas", "2029-01-14": "Makar Sankranti", "2029-01-26": "Republic Day", "2029-02-11": "Maha Shivaratri", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-01": "Holi", "2029-03-25": "Palm Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-14": "Dr. B. R. Ambedkar's Jayanti", "2029-04-15": "Pohela Boishakh", "2029-04-22": "Ram Navami", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Mahavir Jayanti", "2029-05-01": "Labor Day", "2029-05-09": "Rabindra Jayanti", "2029-05-23": "Ashura (estimated)", "2029-05-27": "Buddha Purnima", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-15": "Independence Day", "2029-08-23": "Raksha Bandhan", "2029-09-01": "Janmashtami", "2029-09-11": "Ganesh Chaturthi", "2029-10-02": "Gandhi Jayanti", "2029-10-08": "Navratri / Sharad Navratri", "2029-10-15": "Maha Navami", "2029-10-16": "Dussehra", "2029-11-05": "Diwali", "2029-11-06": "Govardhan Puja", "2029-11-14": "Children's Day", "2029-11-21": "Guru Nanak Jayanti", "2029-12-25": "Christmas", "2030-01-14": "Makar Sankranti", "2030-01-26": "Republic Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-02": "Maha Shivaratri", "2030-03-20": "Holi", "2030-04-12": "Ram Navami", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2030-04-15": "Pohela Boishakh", "2030-04-16": "Mahavir Jayanti", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-05-09": "Rabindra Jayanti", "2030-05-12": "Ashura (estimated)", "2030-05-17": "Buddha Purnima", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-13": "Raksha Bandhan", "2030-08-15": "Independence Day", "2030-08-21": "Janmashtami", "2030-09-01": "Ganesh Chaturthi", "2030-09-28": "Navratri / Sharad Navratri", "2030-10-02": "Gandhi Jayanti", "2030-10-05": "Maha Navami", "2030-10-06": "Dussehra", "2030-10-26": "Diwali", "2030-10-27": "Govardhan Puja", "2030-11-10": "Guru Nanak Jayanti", "2030-11-14": "Children's Day", "2030-12-25": "Christmas", "2031-01-15": "Makar Sankranti", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-26": "Republic Day", "2031-02-20": "Maha Shivaratri", "2031-03-09": "Holi", "2031-04-01": "Ram Navami", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-05": "Mahavir Jayanti", "2031-04-06": "Palm Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Dr. B. R. Ambedkar's Jayanti", "2031-04-15": "Pohela Boishakh", "2031-05-01": "Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-07": "Buddha Purnima", "2031-05-09": "Rabindra Jayanti", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-02": "Raksha Bandhan", "2031-08-10": "Janmashtami", "2031-08-15": "Independence Day", "2031-09-20": "Ganesh Chaturthi", "2031-10-02": "Gandhi Jayanti", "2031-10-17": "Navratri / Sharad Navratri", "2031-10-24": "Maha Navami", "2031-10-25": "Dussehra", "2031-11-14": "Children's Day; Diwali", "2031-11-15": "Govardhan Puja", "2031-11-28": "Guru Nanak Jayanti", "2031-12-25": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Makar Sankranti", "2032-01-26": "Republic Day", "2032-03-10": "Maha Shivaratri", "2032-03-21": "Palm Sunday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-28": "Easter Sunday", "2032-04-14": "Dr. B. R. Ambedkar's Jayanti", "2032-04-15": "Pohela Boishakh", "2032-04-19": "Ram Navami", "2032-04-20": "Ashura (estimated)", "2032-04-23": "Mahavir Jayanti", "2032-05-01": "Labor Day", "2032-05-09": "Rabindra Jayanti", "2032-05-25": "Buddha Purnima", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-15": "Independence Day", "2032-08-20": "Raksha Bandhan", "2032-08-28": "Janmashtami", "2032-09-08": "Ganesh Chaturthi", "2032-10-02": "Gandhi Jayanti", "2032-10-05": "Navratri / Sharad Navratri", "2032-10-13": "Maha Navami", "2032-10-14": "Dussehra", "2032-11-02": "Diwali", "2032-11-03": "Govardhan Puja", "2032-11-14": "Children's Day", "2032-11-17": "Guru Nanak Jayanti", "2032-12-25": "Christmas", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-14": "Makar Sankranti", "2033-01-26": "Republic Day", "2033-02-27": "Maha Shivaratri", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-07": "Ram Navami", "2033-04-10": "Ashura (estimated); Palm Sunday", "2033-04-12": "Mahavir Jayanti", "2033-04-14": "Dr. B. R. Ambedkar's Jayanti", "2033-04-15": "Good Friday; Pohela Boishakh", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-05-09": "Rabindra Jayanti", "2033-05-14": "Buddha Purnima", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-10": "Raksha Bandhan", "2033-08-15": "Independence Day", "2033-08-17": "Janmashtami", "2033-08-28": "Ganesh Chaturthi", "2033-09-24": "Navratri / Sharad Navratri", "2033-10-02": "Gandhi Jayanti; Maha Navami", "2033-10-03": "Dussehra", "2033-10-22": "Diwali", "2033-10-23": "Govardhan Puja", "2033-11-06": "Guru Nanak Jayanti", "2033-11-14": "Children's Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas", "2034-01-14": "Makar Sankranti", "2034-01-26": "Republic Day", "2034-02-17": "Maha Shivaratri", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-03-28": "Ram Navami", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Mahavir Jayanti", "2034-04-02": "Palm Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-14": "Dr. B. R. Ambedkar's Jayanti", "2034-04-15": "Pohela Boishakh", "2034-05-01": "Labor Day", "2034-05-03": "Buddha Purnima", "2034-05-09": "Rabindra Jayanti", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-15": "Independence Day", "2034-08-29": "Raksha Bandhan", "2034-09-06": "Janmashtami", "2034-09-16": "Ganesh Chaturthi", "2034-10-02": "Gandhi Jayanti", "2034-10-13": "Navratri / Sharad Navratri", "2034-10-21": "Maha Navami", "2034-10-22": "Dussehra", "2034-11-10": "Diwali", "2034-11-11": "Govardhan Puja", "2034-11-14": "Children's Day", "2034-11-25": "Guru Nanak Jayanti", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas", "2035-01-15": "Makar Sankranti", "2035-01-26": "Republic Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "Maha Shivaratri", "2035-03-18": "Palm Sunday", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-25": "Easter Sunday", "2035-04-14": "Dr. B. R. Ambedkar's Jayanti", "2035-04-15": "Pohela Boishakh", "2035-04-16": "Ram Navami", "2035-04-20": "Mahavir Jayanti", "2035-05-01": "Labor Day", "2035-05-09": "Rabindra Jayanti", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-22": "Buddha Purnima", "2035-08-15": "Independence Day", "2035-08-18": "Raksha Bandhan", "2035-08-26": "Janmashtami", "2035-09-05": "Ganesh Chaturthi", "2035-10-02": "Gandhi Jayanti; Navratri / Sharad Navratri", "2035-10-10": "Maha Navami", "2035-10-11": "Dussehra", "2035-10-30": "Diwali", "2035-10-31": "Govardhan Puja", "2035-11-14": "Children's Day", "2035-11-15": "Guru Nanak Jayanti", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas", "2036-01-26": "Republic Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Ashura (estimated)", "2036-04-06": "Palm Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Dr. B. R. Ambedkar's Jayanti", "2036-04-15": "Pohela Boishakh", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-05-09": "Rabindra Jayanti", "2036-08-15": "Independence Day", "2036-10-02": "Gandhi Jayanti", "2036-11-14": "Children's Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas", "2037-01-26": "Eid al-Adha (estimated); Republic Day", "2037-02-25": "Ashura (estimated)", "2037-03-29": "Palm Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-14": "Dr. B. R. Ambedkar's Jayanti", "2037-04-15": "Pohela Boishakh", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-09": "Rabindra Jayanti", "2037-08-15": "Independence Day", "2037-10-02": "Gandhi Jayanti", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-14": "Children's Day", "2037-12-25": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-26": "Republic Day", "2038-02-14": "Ashura (estimated)", "2038-04-14": "Dr. B. R. Ambedkar's Jayanti", "2038-04-15": "Pohela Boishakh", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Palm Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-05-09": "Rabindra Jayanti", "2038-08-15": "Independence Day", "2038-10-02": "Gandhi Jayanti", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-14": "Children's Day", "2038-12-25": "Christmas", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-26": "Republic Day", "2039-02-04": "Ashura (estimated)", "2039-04-03": "Palm Sunday", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-14": "Dr. B. R. Ambedkar's Jayanti", "2039-04-15": "Pohela Boishakh", "2039-05-01": "Labor Day", "2039-05-09": "Rabindra Jayanti", "2039-08-15": "Independence Day", "2039-10-02": "Gandhi Jayanti", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Children's Day", "2039-12-25": "Christmas", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-24": "Ashura (estimated)", "2040-01-26": "Republic Day", "2040-03-25": "Palm Sunday; Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-14": "Dr. B. R. Ambedkar's Jayanti", "2040-04-15": "Pohela Boishakh", "2040-05-01": "Labor Day", "2040-05-09": "Rabindra Jayanti", "2040-08-15": "Independence Day", "2040-10-02": "Gandhi Jayanti", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-14": "Children's Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas", "2041-01-13": "Ashura (estimated)", "2041-01-26": "Republic Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-14": "Dr. B. R. Ambedkar's Jayanti; Palm Sunday", "2041-04-15": "Pohela Boishakh", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-05-09": "Rabindra Jayanti", "2041-08-15": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-02": "Gandhi Jayanti", "2041-11-14": "Children's Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas", "2042-01-02": "Ashura (estimated)", "2042-01-26": "Republic Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-30": "Palm Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-14": "Dr. B. R. Ambedkar's Jayanti", "2042-04-15": "Pohela Boishakh", "2042-05-01": "Labor Day", "2042-05-09": "Rabindra Jayanti", "2042-08-15": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-02": "Gandhi Jayanti", "2042-11-14": "Children's Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Christmas", "2043-01-26": "Republic Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-22": "Palm Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Dr. B. R. Ambedkar's Jayanti", "2043-04-15": "Pohela Boishakh", "2043-05-01": "Labor Day", "2043-05-09": "Rabindra Jayanti", "2043-08-15": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-02": "Gandhi Jayanti", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-14": "Children's Day", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Christmas", "2044-01-26": "Republic Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-10": "Palm Sunday", "2044-04-14": "Dr. B. R. Ambedkar's Jayanti", "2044-04-15": "Good Friday; Pohela Boishakh", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-05-09": "Rabindra Jayanti", "2044-08-15": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-02": "Gandhi Jayanti", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-14": "Children's Day", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Christmas", "2045-01-26": "Republic Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-02": "Palm Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-14": "Dr. B. R. Ambedkar's Jayanti", "2045-04-15": "Pohela Boishakh", "2045-05-01": "Labor Day", "2045-05-09": "Rabindra Jayanti", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Independence Day", "2045-10-02": "Gandhi Jayanti", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-14": "Children's Day", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Christmas", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-26": "Republic Day", "2046-03-18": "Palm Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-14": "Dr. B. R. Ambedkar's Jayanti", "2046-04-15": "Pohela Boishakh", "2046-05-01": "Labor Day", "2046-05-09": "Rabindra Jayanti", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-15": "Independence Day", "2046-10-02": "Gandhi Jayanti", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-09": "Ashura (estimated)", "2046-11-14": "Children's Day", "2046-12-25": "Christmas", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-26": "Republic Day", "2047-04-07": "Palm Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Dr. B. R. Ambedkar's Jayanti; Easter Sunday", "2047-04-15": "Pohela Boishakh", "2047-05-01": "Labor Day", "2047-05-09": "Rabindra Jayanti", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-15": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-02": "Gandhi Jayanti", "2047-10-29": "Ashura (estimated)", "2047-11-14": "Children's Day", "2047-12-25": "Christmas", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-26": "Republic Day", "2048-03-29": "Palm Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-14": "Dr. B. R. Ambedkar's Jayanti", "2048-04-15": "Pohela Boishakh", "2048-05-01": "Labor Day", "2048-05-09": "Rabindra Jayanti", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-15": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-02": "Gandhi Jayanti", "2048-10-18": "Ashura (estimated)", "2048-11-14": "Children's Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas", "2049-01-26": "Republic Day", "2049-04-11": "Palm Sunday", "2049-04-14": "Dr. B. R. Ambedkar's Jayanti", "2049-04-15": "Pohela Boishakh", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-05-09": "Rabindra Jayanti", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-15": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-02": "Gandhi Jayanti", "2049-10-07": "Ashura (estimated)", "2049-11-14": "Children's Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas", "2050-01-26": "Republic Day", "2050-04-03": "Palm Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-14": "Dr. B. R. Ambedkar's Jayanti", "2050-04-15": "Pohela Boishakh", "2050-05-01": "Labor Day", "2050-05-09": "Rabindra Jayanti", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-15": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-26": "Ashura (estimated)", "2050-10-02": "Gandhi Jayanti", "2050-11-14": "Children's Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas" } holidays-0.71/snapshots/countries/IR_COMMON.json000066400000000000000000002627541500152103600216000ustar00rootroot00000000000000{ "1980-01-08": "Arbaeen (estimated)", "1980-01-16": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1980-01-18": "Martyrdom of Ali al-Rida (estimated)", "1980-01-26": "Martyrdom of Hasan al-Askari (estimated)", "1980-02-04": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1980-02-11": "Islamic Revolution Day", "1980-03-19": "Iranian Oil Industry Nationalization Day", "1980-03-20": "Last Day of Year", "1980-03-21": "Nowruz", "1980-03-22": "Nowruz Holiday", "1980-03-23": "Nowruz Holiday", "1980-03-24": "Nowruz Holiday", "1980-04-01": "Islamic Republic Day", "1980-04-02": "Nature's Day", "1980-04-18": "Martyrdom of Fatima (estimated)", "1980-05-27": "Birthday of Imam Ali (estimated)", "1980-06-04": "Death of Imam Khomeini", "1980-06-05": "15 Khordad Uprising", "1980-06-10": "Isra' and Mi'raj (estimated)", "1980-06-28": "Birthday of Mahdi (estimated)", "1980-08-02": "Martyrdom of Imam Ali (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr Holiday (estimated)", "1980-09-05": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-27": "Eid al-Ghadeer (estimated)", "1980-11-17": "Tasua (estimated)", "1980-11-18": "Ashura (estimated)", "1980-12-27": "Arbaeen (estimated)", "1981-01-04": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1981-01-06": "Martyrdom of Ali al-Rida (estimated)", "1981-01-14": "Martyrdom of Hasan al-Askari (estimated)", "1981-01-23": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1981-02-11": "Islamic Revolution Day", "1981-03-20": "Iranian Oil Industry Nationalization Day", "1981-03-21": "Nowruz", "1981-03-22": "Nowruz Holiday", "1981-03-23": "Nowruz Holiday", "1981-03-24": "Nowruz Holiday", "1981-04-01": "Islamic Republic Day", "1981-04-02": "Nature's Day", "1981-04-07": "Martyrdom of Fatima (estimated)", "1981-05-17": "Birthday of Imam Ali (estimated)", "1981-05-31": "Isra' and Mi'raj (estimated)", "1981-06-04": "Death of Imam Khomeini", "1981-06-05": "15 Khordad Uprising", "1981-06-17": "Birthday of Mahdi (estimated)", "1981-07-22": "Martyrdom of Imam Ali (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr Holiday (estimated)", "1981-08-25": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-16": "Eid al-Ghadeer (estimated)", "1981-11-05": "Tasua (estimated)", "1981-11-06": "Ashura (estimated)", "1981-12-16": "Arbaeen (estimated)", "1981-12-24": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1981-12-26": "Martyrdom of Ali al-Rida (estimated)", "1982-01-03": "Martyrdom of Hasan al-Askari (estimated)", "1982-01-12": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1982-02-11": "Islamic Revolution Day", "1982-03-20": "Iranian Oil Industry Nationalization Day", "1982-03-21": "Nowruz", "1982-03-22": "Nowruz Holiday", "1982-03-23": "Nowruz Holiday", "1982-03-24": "Nowruz Holiday", "1982-03-28": "Martyrdom of Fatima (estimated)", "1982-04-01": "Islamic Republic Day", "1982-04-02": "Nature's Day", "1982-05-06": "Birthday of Imam Ali (estimated)", "1982-05-20": "Isra' and Mi'raj (estimated)", "1982-06-04": "Death of Imam Khomeini", "1982-06-05": "15 Khordad Uprising", "1982-06-07": "Birthday of Mahdi (estimated)", "1982-07-12": "Martyrdom of Imam Ali (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr Holiday (estimated)", "1982-08-14": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-05": "Eid al-Ghadeer (estimated)", "1982-10-26": "Tasua (estimated)", "1982-10-27": "Ashura (estimated)", "1982-12-05": "Arbaeen (estimated)", "1982-12-13": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1982-12-15": "Martyrdom of Ali al-Rida (estimated)", "1982-12-23": "Martyrdom of Hasan al-Askari (estimated)", "1983-01-01": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1983-02-11": "Islamic Revolution Day", "1983-03-17": "Martyrdom of Fatima (estimated)", "1983-03-20": "Iranian Oil Industry Nationalization Day", "1983-03-21": "Nowruz", "1983-03-22": "Nowruz Holiday", "1983-03-23": "Nowruz Holiday", "1983-03-24": "Nowruz Holiday", "1983-04-01": "Islamic Republic Day", "1983-04-02": "Nature's Day", "1983-04-26": "Birthday of Imam Ali (estimated)", "1983-05-10": "Isra' and Mi'raj (estimated)", "1983-05-27": "Birthday of Mahdi (estimated)", "1983-06-04": "Death of Imam Khomeini", "1983-06-05": "15 Khordad Uprising", "1983-07-02": "Martyrdom of Imam Ali (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr Holiday (estimated)", "1983-08-04": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-25": "Eid al-Ghadeer (estimated)", "1983-10-15": "Tasua (estimated)", "1983-10-16": "Ashura (estimated)", "1983-11-24": "Arbaeen (estimated)", "1983-12-02": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1983-12-04": "Martyrdom of Ali al-Rida (estimated)", "1983-12-12": "Martyrdom of Hasan al-Askari (estimated)", "1983-12-21": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1984-02-11": "Islamic Revolution Day", "1984-03-05": "Martyrdom of Fatima (estimated)", "1984-03-19": "Iranian Oil Industry Nationalization Day", "1984-03-20": "Last Day of Year", "1984-03-21": "Nowruz", "1984-03-22": "Nowruz Holiday", "1984-03-23": "Nowruz Holiday", "1984-03-24": "Nowruz Holiday", "1984-04-01": "Islamic Republic Day", "1984-04-02": "Nature's Day", "1984-04-14": "Birthday of Imam Ali (estimated)", "1984-04-28": "Isra' and Mi'raj (estimated)", "1984-05-16": "Birthday of Mahdi (estimated)", "1984-06-04": "Death of Imam Khomeini", "1984-06-05": "15 Khordad Uprising", "1984-06-20": "Martyrdom of Imam Ali (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr Holiday (estimated)", "1984-07-24": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-13": "Eid al-Ghadeer (estimated)", "1984-10-04": "Tasua (estimated)", "1984-10-05": "Ashura (estimated)", "1984-11-13": "Arbaeen (estimated)", "1984-11-21": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1984-11-22": "Martyrdom of Ali al-Rida (estimated)", "1984-11-30": "Martyrdom of Hasan al-Askari (estimated)", "1984-12-09": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1985-02-11": "Islamic Revolution Day", "1985-02-22": "Martyrdom of Fatima (estimated)", "1985-03-20": "Iranian Oil Industry Nationalization Day", "1985-03-21": "Nowruz", "1985-03-22": "Nowruz Holiday", "1985-03-23": "Nowruz Holiday", "1985-03-24": "Nowruz Holiday", "1985-04-01": "Islamic Republic Day", "1985-04-02": "Nature's Day", "1985-04-03": "Birthday of Imam Ali (estimated)", "1985-04-17": "Isra' and Mi'raj (estimated)", "1985-05-05": "Birthday of Mahdi (estimated)", "1985-06-04": "Death of Imam Khomeini", "1985-06-05": "15 Khordad Uprising", "1985-06-09": "Martyrdom of Imam Ali (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr Holiday (estimated)", "1985-07-13": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-09-03": "Eid al-Ghadeer (estimated)", "1985-09-23": "Tasua (estimated)", "1985-09-24": "Ashura (estimated)", "1985-11-03": "Arbaeen (estimated)", "1985-11-11": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1985-11-12": "Martyrdom of Ali al-Rida (estimated)", "1985-11-20": "Martyrdom of Hasan al-Askari (estimated)", "1985-11-29": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1986-02-11": "Islamic Revolution Day", "1986-02-12": "Martyrdom of Fatima (estimated)", "1986-03-20": "Iranian Oil Industry Nationalization Day", "1986-03-21": "Nowruz", "1986-03-22": "Nowruz Holiday", "1986-03-23": "Birthday of Imam Ali (estimated); Nowruz Holiday", "1986-03-24": "Nowruz Holiday", "1986-04-01": "Islamic Republic Day", "1986-04-02": "Nature's Day", "1986-04-06": "Isra' and Mi'raj (estimated)", "1986-04-24": "Birthday of Mahdi (estimated)", "1986-05-29": "Martyrdom of Imam Ali (estimated)", "1986-06-04": "Death of Imam Khomeini", "1986-06-05": "15 Khordad Uprising", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr Holiday (estimated)", "1986-07-02": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-23": "Eid al-Ghadeer (estimated)", "1986-09-13": "Tasua (estimated)", "1986-09-14": "Ashura (estimated)", "1986-10-23": "Arbaeen (estimated)", "1986-10-31": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1986-11-02": "Martyrdom of Ali al-Rida (estimated)", "1986-11-10": "Martyrdom of Hasan al-Askari (estimated)", "1986-11-19": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1987-02-01": "Martyrdom of Fatima (estimated)", "1987-02-11": "Islamic Revolution Day", "1987-03-13": "Birthday of Imam Ali (estimated)", "1987-03-20": "Iranian Oil Industry Nationalization Day", "1987-03-21": "Nowruz", "1987-03-22": "Nowruz Holiday", "1987-03-23": "Nowruz Holiday", "1987-03-24": "Nowruz Holiday", "1987-03-27": "Isra' and Mi'raj (estimated)", "1987-04-01": "Islamic Republic Day", "1987-04-02": "Nature's Day", "1987-04-13": "Birthday of Mahdi (estimated)", "1987-05-19": "Martyrdom of Imam Ali (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr Holiday (estimated)", "1987-06-04": "Death of Imam Khomeini", "1987-06-05": "15 Khordad Uprising", "1987-06-21": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-12": "Eid al-Ghadeer (estimated)", "1987-09-02": "Tasua (estimated)", "1987-09-03": "Ashura (estimated)", "1987-10-13": "Arbaeen (estimated)", "1987-10-21": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1987-10-22": "Martyrdom of Ali al-Rida (estimated)", "1987-10-30": "Martyrdom of Hasan al-Askari (estimated)", "1987-11-08": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1988-01-22": "Martyrdom of Fatima (estimated)", "1988-02-11": "Islamic Revolution Day", "1988-03-01": "Birthday of Imam Ali (estimated)", "1988-03-15": "Isra' and Mi'raj (estimated)", "1988-03-19": "Iranian Oil Industry Nationalization Day", "1988-03-20": "Last Day of Year", "1988-03-21": "Nowruz", "1988-03-22": "Nowruz Holiday", "1988-03-23": "Nowruz Holiday", "1988-03-24": "Nowruz Holiday", "1988-04-01": "Islamic Republic Day", "1988-04-02": "Birthday of Mahdi (estimated); Nature's Day", "1988-05-07": "Martyrdom of Imam Ali (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr Holiday (estimated)", "1988-06-04": "Death of Imam Khomeini", "1988-06-05": "15 Khordad Uprising", "1988-06-09": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-31": "Eid al-Ghadeer (estimated)", "1988-08-21": "Tasua (estimated)", "1988-08-22": "Ashura (estimated)", "1988-10-01": "Arbaeen (estimated)", "1988-10-09": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1988-10-10": "Martyrdom of Ali al-Rida (estimated)", "1988-10-18": "Martyrdom of Hasan al-Askari (estimated)", "1988-10-27": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1989-01-10": "Martyrdom of Fatima (estimated)", "1989-02-11": "Islamic Revolution Day", "1989-02-19": "Birthday of Imam Ali (estimated)", "1989-03-05": "Isra' and Mi'raj (estimated)", "1989-03-20": "Iranian Oil Industry Nationalization Day", "1989-03-21": "Nowruz", "1989-03-22": "Birthday of Mahdi (estimated); Nowruz Holiday", "1989-03-23": "Nowruz Holiday", "1989-03-24": "Nowruz Holiday", "1989-04-01": "Islamic Republic Day", "1989-04-02": "Nature's Day", "1989-04-27": "Martyrdom of Imam Ali (estimated)", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr Holiday (estimated)", "1989-05-30": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1989-06-04": "Death of Imam Khomeini", "1989-06-05": "15 Khordad Uprising", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-21": "Eid al-Ghadeer (estimated)", "1989-08-10": "Tasua (estimated)", "1989-08-11": "Ashura (estimated)", "1989-09-20": "Arbaeen (estimated)", "1989-09-28": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1989-09-29": "Martyrdom of Ali al-Rida (estimated)", "1989-10-07": "Martyrdom of Hasan al-Askari (estimated)", "1989-10-16": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1989-12-31": "Martyrdom of Fatima (estimated)", "1990-02-08": "Birthday of Imam Ali (estimated)", "1990-02-11": "Islamic Revolution Day", "1990-02-22": "Isra' and Mi'raj (estimated)", "1990-03-12": "Birthday of Mahdi (estimated)", "1990-03-20": "Iranian Oil Industry Nationalization Day", "1990-03-21": "Nowruz", "1990-03-22": "Nowruz Holiday", "1990-03-23": "Nowruz Holiday", "1990-03-24": "Nowruz Holiday", "1990-04-01": "Islamic Republic Day", "1990-04-02": "Nature's Day", "1990-04-16": "Martyrdom of Imam Ali (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr Holiday (estimated)", "1990-05-20": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1990-06-04": "Death of Imam Khomeini", "1990-06-05": "15 Khordad Uprising", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-10": "Eid al-Ghadeer (estimated)", "1990-07-31": "Tasua (estimated)", "1990-08-01": "Ashura (estimated)", "1990-09-09": "Arbaeen (estimated)", "1990-09-17": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1990-09-19": "Martyrdom of Ali al-Rida (estimated)", "1990-09-27": "Martyrdom of Hasan al-Askari (estimated)", "1990-10-06": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1990-12-20": "Martyrdom of Fatima (estimated)", "1991-01-28": "Birthday of Imam Ali (estimated)", "1991-02-11": "Islamic Revolution Day; Isra' and Mi'raj (estimated)", "1991-03-01": "Birthday of Mahdi (estimated)", "1991-03-20": "Iranian Oil Industry Nationalization Day", "1991-03-21": "Nowruz", "1991-03-22": "Nowruz Holiday", "1991-03-23": "Nowruz Holiday", "1991-03-24": "Nowruz Holiday", "1991-04-01": "Islamic Republic Day", "1991-04-02": "Nature's Day", "1991-04-06": "Martyrdom of Imam Ali (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr Holiday (estimated)", "1991-05-09": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1991-06-04": "Death of Imam Khomeini", "1991-06-05": "15 Khordad Uprising", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-30": "Eid al-Ghadeer (estimated)", "1991-07-20": "Tasua (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-30": "Arbaeen (estimated)", "1991-09-07": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1991-09-08": "Martyrdom of Ali al-Rida (estimated)", "1991-09-16": "Martyrdom of Hasan al-Askari (estimated)", "1991-09-25": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1991-12-09": "Martyrdom of Fatima (estimated)", "1992-01-17": "Birthday of Imam Ali (estimated)", "1992-01-31": "Isra' and Mi'raj (estimated)", "1992-02-11": "Islamic Revolution Day", "1992-02-18": "Birthday of Mahdi (estimated)", "1992-03-19": "Iranian Oil Industry Nationalization Day", "1992-03-20": "Last Day of Year", "1992-03-21": "Nowruz", "1992-03-22": "Nowruz Holiday", "1992-03-23": "Nowruz Holiday", "1992-03-24": "Nowruz Holiday", "1992-03-25": "Martyrdom of Imam Ali (estimated)", "1992-04-01": "Islamic Republic Day", "1992-04-02": "Nature's Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr Holiday (estimated)", "1992-04-28": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1992-06-04": "Death of Imam Khomeini", "1992-06-05": "15 Khordad Uprising", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-19": "Eid al-Ghadeer (estimated)", "1992-07-09": "Tasua (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-18": "Arbaeen (estimated)", "1992-08-26": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1992-08-28": "Martyrdom of Ali al-Rida (estimated)", "1992-09-05": "Martyrdom of Hasan al-Askari (estimated)", "1992-09-14": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1992-11-27": "Martyrdom of Fatima (estimated)", "1993-01-06": "Birthday of Imam Ali (estimated)", "1993-01-20": "Isra' and Mi'raj (estimated)", "1993-02-06": "Birthday of Mahdi (estimated)", "1993-02-11": "Islamic Revolution Day", "1993-03-14": "Martyrdom of Imam Ali (estimated)", "1993-03-20": "Iranian Oil Industry Nationalization Day", "1993-03-21": "Nowruz", "1993-03-22": "Nowruz Holiday", "1993-03-23": "Nowruz Holiday", "1993-03-24": "Eid al-Fitr (estimated); Nowruz Holiday", "1993-03-25": "Eid al-Fitr Holiday (estimated)", "1993-04-01": "Islamic Republic Day", "1993-04-02": "Nature's Day", "1993-04-17": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-04": "Death of Imam Khomeini", "1993-06-05": "15 Khordad Uprising", "1993-06-08": "Eid al-Ghadeer (estimated)", "1993-06-29": "Tasua (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-08": "Arbaeen (estimated)", "1993-08-16": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1993-08-17": "Martyrdom of Ali al-Rida (estimated)", "1993-08-25": "Martyrdom of Hasan al-Askari (estimated)", "1993-09-03": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1993-11-16": "Martyrdom of Fatima (estimated)", "1993-12-26": "Birthday of Imam Ali (estimated)", "1994-01-09": "Isra' and Mi'raj (estimated)", "1994-01-26": "Birthday of Mahdi (estimated)", "1994-02-11": "Islamic Revolution Day", "1994-03-03": "Martyrdom of Imam Ali (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr Holiday (estimated)", "1994-03-20": "Iranian Oil Industry Nationalization Day", "1994-03-21": "Nowruz", "1994-03-22": "Nowruz Holiday", "1994-03-23": "Nowruz Holiday", "1994-03-24": "Nowruz Holiday", "1994-04-01": "Islamic Republic Day", "1994-04-02": "Nature's Day", "1994-04-06": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-28": "Eid al-Ghadeer (estimated)", "1994-06-04": "Death of Imam Khomeini", "1994-06-05": "15 Khordad Uprising", "1994-06-18": "Tasua (estimated)", "1994-06-19": "Ashura (estimated)", "1994-07-28": "Arbaeen (estimated)", "1994-08-05": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1994-08-07": "Martyrdom of Ali al-Rida (estimated)", "1994-08-15": "Martyrdom of Hasan al-Askari (estimated)", "1994-08-24": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1994-11-06": "Martyrdom of Fatima (estimated)", "1994-12-15": "Birthday of Imam Ali (estimated)", "1994-12-29": "Isra' and Mi'raj (estimated)", "1995-01-16": "Birthday of Mahdi (estimated)", "1995-02-11": "Islamic Revolution Day", "1995-02-20": "Martyrdom of Imam Ali (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr Holiday (estimated)", "1995-03-20": "Iranian Oil Industry Nationalization Day", "1995-03-21": "Nowruz", "1995-03-22": "Nowruz Holiday", "1995-03-23": "Nowruz Holiday", "1995-03-24": "Nowruz Holiday", "1995-03-26": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1995-04-01": "Islamic Republic Day", "1995-04-02": "Nature's Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-17": "Eid al-Ghadeer (estimated)", "1995-06-04": "Death of Imam Khomeini", "1995-06-05": "15 Khordad Uprising", "1995-06-07": "Tasua (estimated)", "1995-06-08": "Ashura (estimated)", "1995-07-18": "Arbaeen (estimated)", "1995-07-26": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1995-07-27": "Martyrdom of Ali al-Rida (estimated)", "1995-08-04": "Martyrdom of Hasan al-Askari (estimated)", "1995-08-13": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1995-10-27": "Martyrdom of Fatima (estimated)", "1995-12-05": "Birthday of Imam Ali (estimated)", "1995-12-19": "Isra' and Mi'raj (estimated)", "1996-01-06": "Birthday of Mahdi (estimated)", "1996-02-10": "Martyrdom of Imam Ali (estimated)", "1996-02-11": "Islamic Revolution Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr Holiday (estimated)", "1996-03-14": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1996-03-19": "Iranian Oil Industry Nationalization Day", "1996-03-20": "Nowruz", "1996-03-21": "Nowruz Holiday", "1996-03-22": "Nowruz Holiday", "1996-03-23": "Nowruz Holiday", "1996-03-31": "Islamic Republic Day", "1996-04-01": "Nature's Day", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-05": "Eid al-Ghadeer (estimated)", "1996-05-26": "Tasua (estimated)", "1996-05-27": "Ashura (estimated)", "1996-06-03": "Death of Imam Khomeini", "1996-06-04": "15 Khordad Uprising", "1996-07-06": "Arbaeen (estimated)", "1996-07-14": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1996-07-15": "Martyrdom of Ali al-Rida (estimated)", "1996-07-23": "Martyrdom of Hasan al-Askari (estimated)", "1996-08-01": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1996-10-15": "Martyrdom of Fatima (estimated)", "1996-11-24": "Birthday of Imam Ali (estimated)", "1996-12-08": "Isra' and Mi'raj (estimated)", "1996-12-25": "Birthday of Mahdi (estimated)", "1997-01-30": "Martyrdom of Imam Ali (estimated)", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr Holiday (estimated)", "1997-02-10": "Islamic Revolution Day", "1997-03-04": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1997-03-19": "Iranian Oil Industry Nationalization Day", "1997-03-20": "Last Day of Year", "1997-03-21": "Nowruz", "1997-03-22": "Nowruz Holiday", "1997-03-23": "Nowruz Holiday", "1997-03-24": "Nowruz Holiday", "1997-04-01": "Islamic Republic Day", "1997-04-02": "Nature's Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-25": "Eid al-Ghadeer (estimated)", "1997-05-15": "Tasua (estimated)", "1997-05-16": "Ashura (estimated)", "1997-06-04": "Death of Imam Khomeini", "1997-06-05": "15 Khordad Uprising", "1997-06-25": "Arbaeen (estimated)", "1997-07-03": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1997-07-04": "Martyrdom of Ali al-Rida (estimated)", "1997-07-12": "Martyrdom of Hasan al-Askari (estimated)", "1997-07-21": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1997-10-04": "Martyrdom of Fatima (estimated)", "1997-11-13": "Birthday of Imam Ali (estimated)", "1997-11-27": "Isra' and Mi'raj (estimated)", "1997-12-15": "Birthday of Mahdi (estimated)", "1998-01-19": "Martyrdom of Imam Ali (estimated)", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr Holiday (estimated)", "1998-02-11": "Islamic Revolution Day", "1998-02-22": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1998-03-20": "Iranian Oil Industry Nationalization Day", "1998-03-21": "Nowruz", "1998-03-22": "Nowruz Holiday", "1998-03-23": "Nowruz Holiday", "1998-03-24": "Nowruz Holiday", "1998-04-01": "Islamic Republic Day", "1998-04-02": "Nature's Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-15": "Eid al-Ghadeer (estimated)", "1998-05-05": "Tasua (estimated)", "1998-05-06": "Ashura (estimated)", "1998-06-04": "Death of Imam Khomeini", "1998-06-05": "15 Khordad Uprising", "1998-06-14": "Arbaeen (estimated)", "1998-06-22": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1998-06-24": "Martyrdom of Ali al-Rida (estimated)", "1998-07-02": "Martyrdom of Hasan al-Askari (estimated)", "1998-07-11": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1998-09-23": "Martyrdom of Fatima (estimated)", "1998-11-02": "Birthday of Imam Ali (estimated)", "1998-11-16": "Isra' and Mi'raj (estimated)", "1998-12-04": "Birthday of Mahdi (estimated)", "1999-01-08": "Martyrdom of Imam Ali (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr Holiday (estimated)", "1999-02-11": "Islamic Revolution Day; Martyrdom of Imam Ja'far al-Sadiq (estimated)", "1999-03-20": "Iranian Oil Industry Nationalization Day", "1999-03-21": "Nowruz", "1999-03-22": "Nowruz Holiday", "1999-03-23": "Nowruz Holiday", "1999-03-24": "Nowruz Holiday", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-01": "Islamic Republic Day", "1999-04-02": "Nature's Day", "1999-04-04": "Eid al-Ghadeer (estimated)", "1999-04-25": "Tasua (estimated)", "1999-04-26": "Ashura (estimated)", "1999-06-04": "Arbaeen (estimated); Death of Imam Khomeini", "1999-06-05": "15 Khordad Uprising", "1999-06-12": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "1999-06-14": "Martyrdom of Ali al-Rida (estimated)", "1999-06-22": "Martyrdom of Hasan al-Askari (estimated)", "1999-07-01": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "1999-09-13": "Martyrdom of Fatima (estimated)", "1999-10-22": "Birthday of Imam Ali (estimated)", "1999-11-05": "Isra' and Mi'raj (estimated)", "1999-11-23": "Birthday of Mahdi (estimated)", "1999-12-29": "Martyrdom of Imam Ali (estimated)", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr Holiday (estimated)", "2000-02-01": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2000-02-11": "Islamic Revolution Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-19": "Iranian Oil Industry Nationalization Day", "2000-03-20": "Nowruz", "2000-03-21": "Nowruz Holiday", "2000-03-22": "Nowruz Holiday", "2000-03-23": "Nowruz Holiday", "2000-03-24": "Eid al-Ghadeer (estimated)", "2000-03-31": "Islamic Republic Day", "2000-04-01": "Nature's Day", "2000-04-14": "Tasua (estimated)", "2000-04-15": "Ashura (estimated)", "2000-05-24": "Arbaeen (estimated)", "2000-06-01": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2000-06-02": "Martyrdom of Ali al-Rida (estimated)", "2000-06-03": "Death of Imam Khomeini", "2000-06-04": "15 Khordad Uprising", "2000-06-10": "Martyrdom of Hasan al-Askari (estimated)", "2000-06-19": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2000-09-01": "Martyrdom of Fatima (estimated)", "2000-10-10": "Birthday of Imam Ali (estimated)", "2000-10-24": "Isra' and Mi'raj (estimated)", "2000-11-11": "Birthday of Mahdi (estimated)", "2000-12-17": "Martyrdom of Imam Ali (estimated)", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr Holiday (estimated)", "2001-01-20": "Martyrdom of Imam Ja'far al-Sadiq", "2001-02-10": "Islamic Revolution Day", "2001-03-06": "Eid al-Adha", "2001-03-14": "Eid al-Ghadeer", "2001-03-19": "Iranian Oil Industry Nationalization Day", "2001-03-20": "Last Day of Year", "2001-03-21": "Nowruz", "2001-03-22": "Nowruz Holiday", "2001-03-23": "Nowruz Holiday", "2001-03-24": "Nowruz Holiday", "2001-04-01": "Islamic Republic Day", "2001-04-02": "Nature's Day", "2001-04-04": "Tasua", "2001-04-05": "Ashura", "2001-05-14": "Arbaeen", "2001-05-22": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2001-05-24": "Martyrdom of Ali al-Rida", "2001-06-01": "Martyrdom of Hasan al-Askari", "2001-06-04": "Death of Imam Khomeini", "2001-06-05": "15 Khordad Uprising", "2001-06-10": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2001-08-23": "Martyrdom of Fatima", "2001-10-01": "Birthday of Imam Ali", "2001-10-15": "Isra' and Mi'raj", "2001-11-01": "Birthday of Mahdi", "2001-12-07": "Martyrdom of Imam Ali", "2001-12-16": "Eid al-Fitr", "2001-12-17": "Eid al-Fitr Holiday", "2002-01-09": "Martyrdom of Imam Ja'far al-Sadiq", "2002-02-11": "Islamic Revolution Day", "2002-02-23": "Eid al-Adha", "2002-03-03": "Eid al-Ghadeer", "2002-03-20": "Iranian Oil Industry Nationalization Day", "2002-03-21": "Nowruz", "2002-03-22": "Nowruz Holiday", "2002-03-23": "Nowruz Holiday", "2002-03-24": "Nowruz Holiday; Tasua", "2002-03-25": "Ashura", "2002-04-01": "Islamic Republic Day", "2002-04-02": "Nature's Day", "2002-05-03": "Arbaeen", "2002-05-11": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2002-05-13": "Martyrdom of Ali al-Rida", "2002-05-21": "Martyrdom of Hasan al-Askari", "2002-05-30": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2002-06-04": "Death of Imam Khomeini", "2002-06-05": "15 Khordad Uprising", "2002-08-12": "Martyrdom of Fatima", "2002-09-21": "Birthday of Imam Ali", "2002-10-05": "Isra' and Mi'raj", "2002-10-22": "Birthday of Mahdi", "2002-11-27": "Martyrdom of Imam Ali", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr Holiday", "2002-12-30": "Martyrdom of Imam Ja'far al-Sadiq", "2003-02-11": "Islamic Revolution Day", "2003-02-12": "Eid al-Adha", "2003-02-20": "Eid al-Ghadeer", "2003-03-13": "Tasua", "2003-03-14": "Ashura", "2003-03-20": "Iranian Oil Industry Nationalization Day", "2003-03-21": "Nowruz", "2003-03-22": "Nowruz Holiday", "2003-03-23": "Nowruz Holiday", "2003-03-24": "Nowruz Holiday", "2003-04-01": "Islamic Republic Day", "2003-04-02": "Nature's Day", "2003-04-23": "Arbaeen", "2003-05-01": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2003-05-02": "Martyrdom of Ali al-Rida", "2003-05-10": "Martyrdom of Hasan al-Askari", "2003-05-19": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2003-06-04": "Death of Imam Khomeini", "2003-06-05": "15 Khordad Uprising", "2003-08-02": "Martyrdom of Fatima", "2003-09-10": "Birthday of Imam Ali", "2003-09-24": "Isra' and Mi'raj", "2003-10-12": "Birthday of Mahdi", "2003-11-16": "Martyrdom of Imam Ali", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr Holiday", "2003-12-20": "Martyrdom of Imam Ja'far al-Sadiq", "2004-02-02": "Eid al-Adha", "2004-02-10": "Eid al-Ghadeer", "2004-02-11": "Islamic Revolution Day", "2004-03-01": "Tasua", "2004-03-02": "Ashura", "2004-03-19": "Iranian Oil Industry Nationalization Day", "2004-03-20": "Nowruz", "2004-03-21": "Nowruz Holiday", "2004-03-22": "Nowruz Holiday", "2004-03-23": "Nowruz Holiday", "2004-03-31": "Islamic Republic Day", "2004-04-01": "Nature's Day", "2004-04-11": "Arbaeen", "2004-04-19": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2004-04-20": "Martyrdom of Ali al-Rida", "2004-04-28": "Martyrdom of Hasan al-Askari", "2004-05-07": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2004-06-03": "Death of Imam Khomeini", "2004-06-04": "15 Khordad Uprising", "2004-07-21": "Martyrdom of Fatima", "2004-08-30": "Birthday of Imam Ali", "2004-09-13": "Isra' and Mi'raj", "2004-10-01": "Birthday of Mahdi", "2004-11-05": "Martyrdom of Imam Ali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr Holiday", "2004-12-08": "Martyrdom of Imam Ja'far al-Sadiq", "2005-01-21": "Eid al-Adha", "2005-01-29": "Eid al-Ghadeer", "2005-02-10": "Islamic Revolution Day", "2005-02-19": "Tasua", "2005-02-20": "Ashura", "2005-03-19": "Iranian Oil Industry Nationalization Day", "2005-03-20": "Last Day of Year", "2005-03-21": "Nowruz", "2005-03-22": "Nowruz Holiday", "2005-03-23": "Nowruz Holiday", "2005-03-24": "Nowruz Holiday", "2005-03-31": "Arbaeen", "2005-04-01": "Islamic Republic Day", "2005-04-02": "Nature's Day", "2005-04-08": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2005-04-09": "Martyrdom of Ali al-Rida", "2005-04-17": "Martyrdom of Hasan al-Askari", "2005-04-26": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2005-06-04": "Death of Imam Khomeini", "2005-06-05": "15 Khordad Uprising", "2005-07-10": "Martyrdom of Fatima", "2005-08-19": "Birthday of Imam Ali", "2005-09-02": "Isra' and Mi'raj", "2005-09-20": "Birthday of Mahdi", "2005-10-25": "Martyrdom of Imam Ali", "2005-11-04": "Eid al-Fitr", "2005-11-05": "Eid al-Fitr Holiday", "2005-11-28": "Martyrdom of Imam Ja'far al-Sadiq", "2006-01-11": "Eid al-Adha", "2006-01-19": "Eid al-Ghadeer", "2006-02-08": "Tasua", "2006-02-09": "Ashura", "2006-02-11": "Islamic Revolution Day", "2006-03-20": "Iranian Oil Industry Nationalization Day", "2006-03-21": "Arbaeen; Nowruz", "2006-03-22": "Nowruz Holiday", "2006-03-23": "Nowruz Holiday", "2006-03-24": "Nowruz Holiday", "2006-03-29": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2006-03-30": "Martyrdom of Ali al-Rida", "2006-04-01": "Islamic Republic Day", "2006-04-02": "Nature's Day", "2006-04-07": "Martyrdom of Hasan al-Askari", "2006-04-16": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2006-06-04": "Death of Imam Khomeini", "2006-06-05": "15 Khordad Uprising", "2006-06-29": "Martyrdom of Fatima", "2006-08-08": "Birthday of Imam Ali", "2006-08-22": "Isra' and Mi'raj", "2006-09-09": "Birthday of Mahdi", "2006-10-15": "Martyrdom of Imam Ali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr Holiday", "2006-11-17": "Martyrdom of Imam Ja'far al-Sadiq", "2006-12-31": "Eid al-Adha", "2007-01-08": "Eid al-Ghadeer", "2007-01-29": "Tasua", "2007-01-30": "Ashura", "2007-02-11": "Islamic Revolution Day", "2007-03-10": "Arbaeen", "2007-03-18": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2007-03-20": "Iranian Oil Industry Nationalization Day; Martyrdom of Ali al-Rida", "2007-03-21": "Nowruz", "2007-03-22": "Nowruz Holiday", "2007-03-23": "Nowruz Holiday", "2007-03-24": "Nowruz Holiday", "2007-03-28": "Martyrdom of Hasan al-Askari", "2007-04-01": "Islamic Republic Day", "2007-04-02": "Nature's Day", "2007-04-06": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2007-06-04": "Death of Imam Khomeini", "2007-06-05": "15 Khordad Uprising", "2007-06-18": "Martyrdom of Fatima", "2007-07-28": "Birthday of Imam Ali", "2007-08-11": "Isra' and Mi'raj", "2007-08-29": "Birthday of Mahdi", "2007-10-03": "Martyrdom of Imam Ali", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr Holiday", "2007-11-06": "Martyrdom of Imam Ja'far al-Sadiq", "2007-12-21": "Eid al-Adha", "2007-12-29": "Eid al-Ghadeer", "2008-01-18": "Tasua", "2008-01-19": "Ashura", "2008-02-11": "Islamic Revolution Day", "2008-02-28": "Arbaeen", "2008-03-07": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2008-03-08": "Martyrdom of Ali al-Rida", "2008-03-16": "Martyrdom of Hasan al-Askari", "2008-03-19": "Iranian Oil Industry Nationalization Day", "2008-03-20": "Nowruz", "2008-03-21": "Nowruz Holiday", "2008-03-22": "Nowruz Holiday", "2008-03-23": "Nowruz Holiday", "2008-03-25": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2008-03-31": "Islamic Republic Day", "2008-04-01": "Nature's Day", "2008-06-03": "Death of Imam Khomeini", "2008-06-04": "15 Khordad Uprising", "2008-06-07": "Martyrdom of Fatima", "2008-07-16": "Birthday of Imam Ali", "2008-07-30": "Isra' and Mi'raj", "2008-08-17": "Birthday of Mahdi", "2008-09-22": "Martyrdom of Imam Ali", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr Holiday", "2008-10-25": "Martyrdom of Imam Ja'far al-Sadiq", "2008-12-09": "Eid al-Adha", "2008-12-17": "Eid al-Ghadeer", "2009-01-06": "Tasua", "2009-01-07": "Ashura", "2009-02-10": "Islamic Revolution Day", "2009-02-16": "Arbaeen", "2009-02-24": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2009-02-26": "Martyrdom of Ali al-Rida", "2009-03-06": "Martyrdom of Hasan al-Askari", "2009-03-15": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2009-03-19": "Iranian Oil Industry Nationalization Day", "2009-03-20": "Last Day of Year", "2009-03-21": "Nowruz", "2009-03-22": "Nowruz Holiday", "2009-03-23": "Nowruz Holiday", "2009-03-24": "Nowruz Holiday", "2009-04-01": "Islamic Republic Day", "2009-04-02": "Nature's Day", "2009-05-28": "Martyrdom of Fatima", "2009-06-04": "Death of Imam Khomeini", "2009-06-05": "15 Khordad Uprising", "2009-07-06": "Birthday of Imam Ali", "2009-07-20": "Isra' and Mi'raj", "2009-08-07": "Birthday of Mahdi", "2009-09-11": "Martyrdom of Imam Ali", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr Holiday", "2009-10-14": "Martyrdom of Imam Ja'far al-Sadiq", "2009-11-28": "Eid al-Adha", "2009-12-06": "Eid al-Ghadeer", "2009-12-26": "Tasua", "2009-12-27": "Ashura", "2010-02-05": "Arbaeen", "2010-02-11": "Islamic Revolution Day", "2010-02-13": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2010-02-15": "Martyrdom of Ali al-Rida", "2010-02-23": "Martyrdom of Hasan al-Askari", "2010-03-04": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2010-03-20": "Iranian Oil Industry Nationalization Day", "2010-03-21": "Nowruz", "2010-03-22": "Nowruz Holiday", "2010-03-23": "Nowruz Holiday", "2010-03-24": "Nowruz Holiday", "2010-04-01": "Islamic Republic Day", "2010-04-02": "Nature's Day", "2010-05-17": "Martyrdom of Fatima", "2010-06-04": "Death of Imam Khomeini", "2010-06-05": "15 Khordad Uprising", "2010-06-26": "Birthday of Imam Ali", "2010-07-10": "Isra' and Mi'raj", "2010-07-27": "Birthday of Mahdi", "2010-09-01": "Martyrdom of Imam Ali", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr Holiday", "2010-10-04": "Martyrdom of Imam Ja'far al-Sadiq", "2010-11-17": "Eid al-Adha", "2010-11-25": "Eid al-Ghadeer", "2010-12-15": "Tasua", "2010-12-16": "Ashura", "2011-01-25": "Arbaeen", "2011-02-02": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2011-02-04": "Martyrdom of Ali al-Rida", "2011-02-11": "Islamic Revolution Day", "2011-02-12": "Martyrdom of Hasan al-Askari", "2011-02-21": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2011-03-20": "Iranian Oil Industry Nationalization Day", "2011-03-21": "Nowruz", "2011-03-22": "Nowruz Holiday", "2011-03-23": "Nowruz Holiday", "2011-03-24": "Nowruz Holiday", "2011-04-01": "Islamic Republic Day", "2011-04-02": "Nature's Day", "2011-05-07": "Martyrdom of Fatima", "2011-06-04": "Death of Imam Khomeini", "2011-06-05": "15 Khordad Uprising", "2011-06-16": "Birthday of Imam Ali", "2011-06-30": "Isra' and Mi'raj", "2011-07-17": "Birthday of Mahdi", "2011-08-21": "Martyrdom of Imam Ali", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Eid al-Fitr Holiday", "2011-09-24": "Martyrdom of Imam Ja'far al-Sadiq", "2011-11-07": "Eid al-Adha", "2011-11-15": "Eid al-Ghadeer", "2011-12-05": "Tasua", "2011-12-06": "Ashura", "2012-01-14": "Arbaeen", "2012-01-22": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2012-01-24": "Martyrdom of Ali al-Rida", "2012-02-01": "Martyrdom of Hasan al-Askari", "2012-02-10": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2012-02-11": "Islamic Revolution Day", "2012-03-19": "Iranian Oil Industry Nationalization Day", "2012-03-20": "Nowruz", "2012-03-21": "Nowruz Holiday", "2012-03-22": "Nowruz Holiday", "2012-03-23": "Nowruz Holiday", "2012-03-31": "Islamic Republic Day", "2012-04-01": "Nature's Day", "2012-04-25": "Martyrdom of Fatima", "2012-06-03": "Death of Imam Khomeini", "2012-06-04": "15 Khordad Uprising; Birthday of Imam Ali", "2012-06-18": "Isra' and Mi'raj", "2012-07-05": "Birthday of Mahdi", "2012-08-10": "Martyrdom of Imam Ali", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr Holiday", "2012-09-12": "Martyrdom of Imam Ja'far al-Sadiq", "2012-10-26": "Eid al-Adha", "2012-11-03": "Eid al-Ghadeer", "2012-11-24": "Tasua", "2012-11-25": "Ashura", "2013-01-03": "Arbaeen", "2013-01-11": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2013-01-12": "Martyrdom of Ali al-Rida", "2013-01-20": "Martyrdom of Hasan al-Askari", "2013-01-29": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2013-02-10": "Islamic Revolution Day", "2013-03-19": "Iranian Oil Industry Nationalization Day", "2013-03-20": "Last Day of Year", "2013-03-21": "Nowruz", "2013-03-22": "Nowruz Holiday", "2013-03-23": "Nowruz Holiday", "2013-03-24": "Nowruz Holiday", "2013-04-01": "Islamic Republic Day", "2013-04-02": "Nature's Day", "2013-04-14": "Martyrdom of Fatima", "2013-05-24": "Birthday of Imam Ali", "2013-06-04": "Death of Imam Khomeini", "2013-06-05": "15 Khordad Uprising", "2013-06-07": "Isra' and Mi'raj", "2013-06-24": "Birthday of Mahdi", "2013-07-30": "Martyrdom of Imam Ali", "2013-08-09": "Eid al-Fitr", "2013-08-10": "Eid al-Fitr Holiday", "2013-09-02": "Martyrdom of Imam Ja'far al-Sadiq", "2013-10-16": "Eid al-Adha", "2013-10-24": "Eid al-Ghadeer", "2013-11-13": "Tasua", "2013-11-14": "Ashura", "2013-12-23": "Arbaeen", "2013-12-31": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2014-01-02": "Martyrdom of Ali al-Rida", "2014-01-10": "Martyrdom of Hasan al-Askari", "2014-01-19": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2014-02-11": "Islamic Revolution Day", "2014-03-20": "Iranian Oil Industry Nationalization Day", "2014-03-21": "Nowruz", "2014-03-22": "Nowruz Holiday", "2014-03-23": "Nowruz Holiday", "2014-03-24": "Nowruz Holiday", "2014-04-01": "Islamic Republic Day", "2014-04-02": "Nature's Day", "2014-04-03": "Martyrdom of Fatima", "2014-05-13": "Birthday of Imam Ali", "2014-05-27": "Isra' and Mi'raj", "2014-06-04": "Death of Imam Khomeini", "2014-06-05": "15 Khordad Uprising", "2014-06-13": "Birthday of Mahdi", "2014-07-19": "Martyrdom of Imam Ali", "2014-07-29": "Eid al-Fitr", "2014-07-30": "Eid al-Fitr Holiday", "2014-08-22": "Martyrdom of Imam Ja'far al-Sadiq", "2014-10-05": "Eid al-Adha", "2014-10-13": "Eid al-Ghadeer", "2014-11-03": "Tasua", "2014-11-04": "Ashura", "2014-12-13": "Arbaeen", "2014-12-21": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2014-12-23": "Martyrdom of Ali al-Rida", "2014-12-31": "Martyrdom of Hasan al-Askari", "2015-01-09": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2015-02-11": "Islamic Revolution Day", "2015-03-20": "Iranian Oil Industry Nationalization Day", "2015-03-21": "Nowruz", "2015-03-22": "Nowruz Holiday", "2015-03-23": "Nowruz Holiday", "2015-03-24": "Martyrdom of Fatima; Nowruz Holiday", "2015-04-01": "Islamic Republic Day", "2015-04-02": "Nature's Day", "2015-05-02": "Birthday of Imam Ali", "2015-05-16": "Isra' and Mi'raj", "2015-06-03": "Birthday of Mahdi", "2015-06-04": "Death of Imam Khomeini", "2015-06-05": "15 Khordad Uprising", "2015-07-08": "Martyrdom of Imam Ali", "2015-07-18": "Eid al-Fitr", "2015-07-19": "Eid al-Fitr Holiday", "2015-08-11": "Martyrdom of Imam Ja'far al-Sadiq", "2015-09-24": "Eid al-Adha", "2015-10-02": "Eid al-Ghadeer", "2015-10-23": "Tasua", "2015-10-24": "Ashura", "2015-12-02": "Arbaeen", "2015-12-10": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2015-12-12": "Martyrdom of Ali al-Rida", "2015-12-20": "Martyrdom of Hasan al-Askari", "2015-12-29": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2016-02-11": "Islamic Revolution Day", "2016-03-13": "Martyrdom of Fatima", "2016-03-19": "Iranian Oil Industry Nationalization Day", "2016-03-20": "Nowruz", "2016-03-21": "Nowruz Holiday", "2016-03-22": "Nowruz Holiday", "2016-03-23": "Nowruz Holiday", "2016-03-31": "Islamic Republic Day", "2016-04-01": "Nature's Day", "2016-04-21": "Birthday of Imam Ali", "2016-05-05": "Isra' and Mi'raj", "2016-05-22": "Birthday of Mahdi", "2016-06-03": "Death of Imam Khomeini", "2016-06-04": "15 Khordad Uprising", "2016-06-27": "Martyrdom of Imam Ali", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr Holiday", "2016-07-30": "Martyrdom of Imam Ja'far al-Sadiq", "2016-09-12": "Eid al-Adha", "2016-09-20": "Eid al-Ghadeer", "2016-10-11": "Tasua", "2016-10-12": "Ashura", "2016-11-20": "Arbaeen", "2016-11-28": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2016-11-30": "Martyrdom of Ali al-Rida", "2016-12-08": "Martyrdom of Hasan al-Askari", "2016-12-17": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2017-02-10": "Islamic Revolution Day", "2017-03-02": "Martyrdom of Fatima", "2017-03-19": "Iranian Oil Industry Nationalization Day", "2017-03-20": "Last Day of Year", "2017-03-21": "Nowruz", "2017-03-22": "Nowruz Holiday", "2017-03-23": "Nowruz Holiday", "2017-03-24": "Nowruz Holiday", "2017-04-01": "Islamic Republic Day", "2017-04-02": "Nature's Day", "2017-04-11": "Birthday of Imam Ali", "2017-04-25": "Isra' and Mi'raj", "2017-05-12": "Birthday of Mahdi", "2017-06-04": "Death of Imam Khomeini", "2017-06-05": "15 Khordad Uprising", "2017-06-16": "Martyrdom of Imam Ali", "2017-06-26": "Eid al-Fitr", "2017-06-27": "Eid al-Fitr Holiday", "2017-07-20": "Martyrdom of Imam Ja'far al-Sadiq", "2017-09-01": "Eid al-Adha", "2017-09-09": "Eid al-Ghadeer", "2017-09-30": "Tasua", "2017-10-01": "Ashura", "2017-11-09": "Arbaeen", "2017-11-17": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2017-11-19": "Martyrdom of Ali al-Rida", "2017-11-27": "Martyrdom of Hasan al-Askari", "2017-12-06": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2018-02-11": "Islamic Revolution Day", "2018-02-20": "Martyrdom of Fatima", "2018-03-20": "Iranian Oil Industry Nationalization Day", "2018-03-21": "Nowruz", "2018-03-22": "Nowruz Holiday", "2018-03-23": "Nowruz Holiday", "2018-03-24": "Nowruz Holiday", "2018-03-31": "Birthday of Imam Ali", "2018-04-01": "Islamic Republic Day", "2018-04-02": "Nature's Day", "2018-04-14": "Isra' and Mi'raj", "2018-05-02": "Birthday of Mahdi", "2018-06-04": "Death of Imam Khomeini", "2018-06-05": "15 Khordad Uprising", "2018-06-06": "Martyrdom of Imam Ali", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr Holiday", "2018-07-09": "Martyrdom of Imam Ja'far al-Sadiq", "2018-08-22": "Eid al-Adha", "2018-08-30": "Eid al-Ghadeer", "2018-09-19": "Tasua", "2018-09-20": "Ashura", "2018-10-30": "Arbaeen", "2018-11-07": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2018-11-08": "Martyrdom of Ali al-Rida", "2018-11-16": "Martyrdom of Hasan al-Askari", "2018-11-25": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2019-02-09": "Martyrdom of Fatima", "2019-02-11": "Islamic Revolution Day", "2019-03-20": "Birthday of Imam Ali; Iranian Oil Industry Nationalization Day", "2019-03-21": "Nowruz", "2019-03-22": "Nowruz Holiday", "2019-03-23": "Nowruz Holiday", "2019-03-24": "Nowruz Holiday", "2019-04-01": "Islamic Republic Day", "2019-04-02": "Nature's Day", "2019-04-03": "Isra' and Mi'raj", "2019-04-21": "Birthday of Mahdi", "2019-05-27": "Martyrdom of Imam Ali", "2019-06-04": "Death of Imam Khomeini", "2019-06-05": "15 Khordad Uprising; Eid al-Fitr", "2019-06-06": "Eid al-Fitr Holiday", "2019-06-29": "Martyrdom of Imam Ja'far al-Sadiq", "2019-08-12": "Eid al-Adha", "2019-08-20": "Eid al-Ghadeer", "2019-09-09": "Tasua", "2019-09-10": "Ashura", "2019-10-19": "Arbaeen", "2019-10-27": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2019-10-29": "Martyrdom of Ali al-Rida", "2019-11-06": "Martyrdom of Hasan al-Askari", "2019-11-15": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2020-01-29": "Martyrdom of Fatima", "2020-02-11": "Islamic Revolution Day", "2020-03-08": "Birthday of Imam Ali", "2020-03-19": "Iranian Oil Industry Nationalization Day", "2020-03-20": "Nowruz", "2020-03-21": "Nowruz Holiday", "2020-03-22": "Isra' and Mi'raj; Nowruz Holiday", "2020-03-23": "Nowruz Holiday", "2020-03-31": "Islamic Republic Day", "2020-04-01": "Nature's Day", "2020-04-09": "Birthday of Mahdi", "2020-05-15": "Martyrdom of Imam Ali", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr Holiday", "2020-06-03": "Death of Imam Khomeini", "2020-06-04": "15 Khordad Uprising", "2020-06-17": "Martyrdom of Imam Ja'far al-Sadiq", "2020-07-31": "Eid al-Adha", "2020-08-08": "Eid al-Ghadeer", "2020-08-29": "Tasua", "2020-08-30": "Ashura", "2020-10-08": "Arbaeen", "2020-10-16": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2020-10-17": "Martyrdom of Ali al-Rida", "2020-10-25": "Martyrdom of Hasan al-Askari", "2020-11-03": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2021-01-17": "Martyrdom of Fatima", "2021-02-10": "Islamic Revolution Day", "2021-02-25": "Birthday of Imam Ali", "2021-03-11": "Isra' and Mi'raj", "2021-03-19": "Iranian Oil Industry Nationalization Day", "2021-03-20": "Last Day of Year", "2021-03-21": "Nowruz", "2021-03-22": "Nowruz Holiday", "2021-03-23": "Nowruz Holiday", "2021-03-24": "Nowruz Holiday", "2021-03-29": "Birthday of Mahdi", "2021-04-01": "Islamic Republic Day", "2021-04-02": "Nature's Day", "2021-05-04": "Martyrdom of Imam Ali", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr Holiday", "2021-06-04": "Death of Imam Khomeini", "2021-06-05": "15 Khordad Uprising", "2021-06-06": "Martyrdom of Imam Ja'far al-Sadiq", "2021-07-21": "Eid al-Adha", "2021-07-29": "Eid al-Ghadeer", "2021-08-18": "Tasua", "2021-08-19": "Ashura", "2021-09-27": "Arbaeen", "2021-10-05": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2021-10-07": "Martyrdom of Ali al-Rida", "2021-10-15": "Martyrdom of Hasan al-Askari", "2021-10-24": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2022-01-06": "Martyrdom of Fatima", "2022-02-11": "Islamic Revolution Day", "2022-02-15": "Birthday of Imam Ali", "2022-03-01": "Isra' and Mi'raj", "2022-03-18": "Birthday of Mahdi", "2022-03-20": "Iranian Oil Industry Nationalization Day", "2022-03-21": "Nowruz", "2022-03-22": "Nowruz Holiday", "2022-03-23": "Nowruz Holiday", "2022-03-24": "Nowruz Holiday", "2022-04-01": "Islamic Republic Day", "2022-04-02": "Nature's Day", "2022-04-23": "Martyrdom of Imam Ali", "2022-05-03": "Eid al-Fitr", "2022-05-04": "Eid al-Fitr Holiday", "2022-05-27": "Martyrdom of Imam Ja'far al-Sadiq", "2022-06-04": "Death of Imam Khomeini", "2022-06-05": "15 Khordad Uprising", "2022-07-10": "Eid al-Adha", "2022-07-18": "Eid al-Ghadeer", "2022-08-07": "Tasua", "2022-08-08": "Ashura", "2022-09-17": "Arbaeen", "2022-09-25": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2022-09-27": "Martyrdom of Ali al-Rida", "2022-10-05": "Martyrdom of Hasan al-Askari", "2022-10-14": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2022-12-27": "Martyrdom of Fatima", "2023-02-04": "Birthday of Imam Ali", "2023-02-11": "Islamic Revolution Day", "2023-02-18": "Isra' and Mi'raj", "2023-03-08": "Birthday of Mahdi", "2023-03-20": "Iranian Oil Industry Nationalization Day", "2023-03-21": "Nowruz", "2023-03-22": "Nowruz Holiday", "2023-03-23": "Nowruz Holiday", "2023-03-24": "Nowruz Holiday", "2023-04-01": "Islamic Republic Day", "2023-04-02": "Nature's Day", "2023-04-12": "Martyrdom of Imam Ali", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr Holiday", "2023-05-16": "Martyrdom of Imam Ja'far al-Sadiq", "2023-06-04": "Death of Imam Khomeini", "2023-06-05": "15 Khordad Uprising", "2023-06-29": "Eid al-Adha", "2023-07-07": "Eid al-Ghadeer", "2023-07-27": "Tasua", "2023-07-28": "Ashura", "2023-09-06": "Arbaeen", "2023-09-14": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2023-09-16": "Martyrdom of Ali al-Rida", "2023-09-24": "Martyrdom of Hasan al-Askari", "2023-10-03": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2023-12-17": "Martyrdom of Fatima", "2024-01-25": "Birthday of Imam Ali", "2024-02-08": "Isra' and Mi'raj", "2024-02-11": "Islamic Revolution Day", "2024-02-25": "Birthday of Mahdi", "2024-03-19": "Iranian Oil Industry Nationalization Day", "2024-03-20": "Nowruz", "2024-03-21": "Nowruz Holiday", "2024-03-22": "Nowruz Holiday", "2024-03-23": "Nowruz Holiday", "2024-03-31": "Islamic Republic Day", "2024-04-01": "Martyrdom of Imam Ali; Nature's Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr Holiday", "2024-05-04": "Martyrdom of Imam Ja'far al-Sadiq", "2024-06-03": "Death of Imam Khomeini", "2024-06-04": "15 Khordad Uprising", "2024-06-17": "Eid al-Adha", "2024-06-25": "Eid al-Ghadeer", "2024-07-15": "Tasua", "2024-07-16": "Ashura", "2024-08-25": "Arbaeen", "2024-09-02": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2024-09-04": "Martyrdom of Ali al-Rida", "2024-09-12": "Martyrdom of Hasan al-Askari", "2024-09-21": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2024-12-05": "Martyrdom of Fatima", "2025-01-14": "Birthday of Imam Ali", "2025-01-28": "Isra' and Mi'raj", "2025-02-10": "Islamic Revolution Day", "2025-02-14": "Birthday of Mahdi", "2025-03-19": "Iranian Oil Industry Nationalization Day", "2025-03-20": "Last Day of Year", "2025-03-21": "Nowruz", "2025-03-22": "Martyrdom of Imam Ali; Nowruz Holiday", "2025-03-23": "Nowruz Holiday", "2025-03-24": "Nowruz Holiday", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr Holiday; Islamic Republic Day", "2025-04-02": "Nature's Day", "2025-04-24": "Martyrdom of Imam Ja'far al-Sadiq", "2025-06-04": "Death of Imam Khomeini", "2025-06-05": "15 Khordad Uprising", "2025-06-06": "Eid al-Adha", "2025-06-14": "Eid al-Ghadeer", "2025-07-05": "Tasua", "2025-07-06": "Ashura", "2025-08-14": "Arbaeen", "2025-08-22": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali", "2025-08-24": "Martyrdom of Ali al-Rida", "2025-09-01": "Martyrdom of Hasan al-Askari", "2025-09-10": "Birthday of Muhammad and Imam Ja'far al-Sadiq", "2025-11-24": "Martyrdom of Fatima", "2026-01-02": "Birthday of Imam Ali (estimated)", "2026-01-16": "Isra' and Mi'raj (estimated)", "2026-02-03": "Birthday of Mahdi (estimated)", "2026-02-11": "Islamic Revolution Day", "2026-03-10": "Martyrdom of Imam Ali (estimated)", "2026-03-20": "Eid al-Fitr (estimated); Iranian Oil Industry Nationalization Day", "2026-03-21": "Eid al-Fitr Holiday (estimated); Nowruz", "2026-03-22": "Nowruz Holiday", "2026-03-23": "Nowruz Holiday", "2026-03-24": "Nowruz Holiday", "2026-04-01": "Islamic Republic Day", "2026-04-02": "Nature's Day", "2026-04-13": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-04": "Death of Imam Khomeini; Eid al-Ghadeer (estimated)", "2026-06-05": "15 Khordad Uprising", "2026-06-24": "Tasua (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-03": "Arbaeen (estimated)", "2026-08-11": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2026-08-13": "Martyrdom of Ali al-Rida (estimated)", "2026-08-21": "Martyrdom of Hasan al-Askari (estimated)", "2026-08-30": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2026-11-13": "Martyrdom of Fatima (estimated)", "2026-12-22": "Birthday of Imam Ali (estimated)", "2027-01-05": "Isra' and Mi'raj (estimated)", "2027-01-23": "Birthday of Mahdi (estimated)", "2027-02-11": "Islamic Revolution Day", "2027-02-28": "Martyrdom of Imam Ali (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr Holiday (estimated)", "2027-03-20": "Iranian Oil Industry Nationalization Day", "2027-03-21": "Nowruz", "2027-03-22": "Nowruz Holiday", "2027-03-23": "Nowruz Holiday", "2027-03-24": "Nowruz Holiday", "2027-04-01": "Islamic Republic Day", "2027-04-02": "Martyrdom of Imam Ja'far al-Sadiq (estimated); Nature's Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-24": "Eid al-Ghadeer (estimated)", "2027-06-04": "Death of Imam Khomeini", "2027-06-05": "15 Khordad Uprising", "2027-06-14": "Tasua (estimated)", "2027-06-15": "Ashura (estimated)", "2027-07-24": "Arbaeen (estimated)", "2027-08-01": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2027-08-02": "Martyrdom of Ali al-Rida (estimated)", "2027-08-10": "Martyrdom of Hasan al-Askari (estimated)", "2027-08-19": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2027-11-02": "Martyrdom of Fatima (estimated)", "2027-12-11": "Birthday of Imam Ali (estimated)", "2027-12-25": "Isra' and Mi'raj (estimated)", "2028-01-12": "Birthday of Mahdi (estimated)", "2028-02-11": "Islamic Revolution Day", "2028-02-17": "Martyrdom of Imam Ali (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr Holiday (estimated)", "2028-03-19": "Iranian Oil Industry Nationalization Day", "2028-03-20": "Nowruz", "2028-03-21": "Martyrdom of Imam Ja'far al-Sadiq (estimated); Nowruz Holiday", "2028-03-22": "Nowruz Holiday", "2028-03-23": "Nowruz Holiday", "2028-03-31": "Islamic Republic Day", "2028-04-01": "Nature's Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-13": "Eid al-Ghadeer (estimated)", "2028-06-02": "Tasua (estimated)", "2028-06-03": "Ashura (estimated); Death of Imam Khomeini", "2028-06-04": "15 Khordad Uprising", "2028-07-13": "Arbaeen (estimated)", "2028-07-21": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2028-07-22": "Martyrdom of Ali al-Rida (estimated)", "2028-07-30": "Martyrdom of Hasan al-Askari (estimated)", "2028-08-08": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2028-10-21": "Martyrdom of Fatima (estimated)", "2028-11-30": "Birthday of Imam Ali (estimated)", "2028-12-14": "Isra' and Mi'raj (estimated)", "2028-12-31": "Birthday of Mahdi (estimated)", "2029-02-05": "Martyrdom of Imam Ali (estimated)", "2029-02-10": "Islamic Revolution Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr Holiday (estimated)", "2029-03-10": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2029-03-19": "Iranian Oil Industry Nationalization Day", "2029-03-20": "Nowruz", "2029-03-21": "Nowruz Holiday", "2029-03-22": "Nowruz Holiday", "2029-03-23": "Nowruz Holiday", "2029-03-31": "Islamic Republic Day", "2029-04-01": "Nature's Day", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-02": "Eid al-Ghadeer (estimated)", "2029-05-22": "Tasua (estimated)", "2029-05-23": "Ashura (estimated)", "2029-06-03": "Death of Imam Khomeini", "2029-06-04": "15 Khordad Uprising", "2029-07-02": "Arbaeen (estimated)", "2029-07-10": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2029-07-12": "Martyrdom of Ali al-Rida (estimated)", "2029-07-20": "Martyrdom of Hasan al-Askari (estimated)", "2029-07-29": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2029-10-11": "Martyrdom of Fatima (estimated)", "2029-11-19": "Birthday of Imam Ali (estimated)", "2029-12-03": "Isra' and Mi'raj (estimated)", "2029-12-21": "Birthday of Mahdi (estimated)", "2030-01-25": "Martyrdom of Imam Ali (estimated)", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr Holiday (estimated)", "2030-02-10": "Islamic Revolution Day", "2030-02-28": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2030-03-19": "Iranian Oil Industry Nationalization Day", "2030-03-20": "Last Day of Year", "2030-03-21": "Nowruz", "2030-03-22": "Nowruz Holiday", "2030-03-23": "Nowruz Holiday", "2030-03-24": "Nowruz Holiday", "2030-04-01": "Islamic Republic Day", "2030-04-02": "Nature's Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-21": "Eid al-Ghadeer (estimated)", "2030-05-11": "Tasua (estimated)", "2030-05-12": "Ashura (estimated)", "2030-06-04": "Death of Imam Khomeini", "2030-06-05": "15 Khordad Uprising", "2030-06-21": "Arbaeen (estimated)", "2030-06-29": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2030-07-01": "Martyrdom of Ali al-Rida (estimated)", "2030-07-09": "Martyrdom of Hasan al-Askari (estimated)", "2030-07-18": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2030-10-01": "Martyrdom of Fatima (estimated)", "2030-11-09": "Birthday of Imam Ali (estimated)", "2030-11-23": "Isra' and Mi'raj (estimated)", "2030-12-10": "Birthday of Mahdi (estimated)", "2031-01-15": "Martyrdom of Imam Ali (estimated)", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr Holiday (estimated)", "2031-02-11": "Islamic Revolution Day", "2031-02-17": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2031-03-20": "Iranian Oil Industry Nationalization Day", "2031-03-21": "Nowruz", "2031-03-22": "Nowruz Holiday", "2031-03-23": "Nowruz Holiday", "2031-03-24": "Nowruz Holiday", "2031-04-01": "Islamic Republic Day", "2031-04-02": "Eid al-Adha (estimated); Nature's Day", "2031-04-10": "Eid al-Ghadeer (estimated)", "2031-05-01": "Tasua (estimated)", "2031-05-02": "Ashura (estimated)", "2031-06-04": "Death of Imam Khomeini", "2031-06-05": "15 Khordad Uprising", "2031-06-10": "Arbaeen (estimated)", "2031-06-18": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2031-06-20": "Martyrdom of Ali al-Rida (estimated)", "2031-06-28": "Martyrdom of Hasan al-Askari (estimated)", "2031-07-07": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2031-09-20": "Martyrdom of Fatima (estimated)", "2031-10-29": "Birthday of Imam Ali (estimated)", "2031-11-12": "Isra' and Mi'raj (estimated)", "2031-11-30": "Birthday of Mahdi (estimated)", "2032-01-04": "Martyrdom of Imam Ali (estimated)", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr Holiday (estimated)", "2032-02-07": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2032-02-11": "Islamic Revolution Day", "2032-03-19": "Iranian Oil Industry Nationalization Day", "2032-03-20": "Nowruz", "2032-03-21": "Nowruz Holiday", "2032-03-22": "Eid al-Adha (estimated); Nowruz Holiday", "2032-03-23": "Nowruz Holiday", "2032-03-30": "Eid al-Ghadeer (estimated)", "2032-03-31": "Islamic Republic Day", "2032-04-01": "Nature's Day", "2032-04-19": "Tasua (estimated)", "2032-04-20": "Ashura (estimated)", "2032-05-29": "Arbaeen (estimated)", "2032-06-03": "Death of Imam Khomeini", "2032-06-04": "15 Khordad Uprising", "2032-06-06": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2032-06-08": "Martyrdom of Ali al-Rida (estimated)", "2032-06-16": "Martyrdom of Hasan al-Askari (estimated)", "2032-06-25": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2032-09-08": "Martyrdom of Fatima (estimated)", "2032-10-18": "Birthday of Imam Ali (estimated)", "2032-11-01": "Isra' and Mi'raj (estimated)", "2032-11-18": "Birthday of Mahdi (estimated)", "2032-12-24": "Martyrdom of Imam Ali (estimated)", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr Holiday (estimated)", "2033-01-26": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2033-02-10": "Islamic Revolution Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-19": "Eid al-Ghadeer (estimated); Iranian Oil Industry Nationalization Day", "2033-03-20": "Nowruz", "2033-03-21": "Nowruz Holiday", "2033-03-22": "Nowruz Holiday", "2033-03-23": "Nowruz Holiday", "2033-03-31": "Islamic Republic Day", "2033-04-01": "Nature's Day", "2033-04-09": "Tasua (estimated)", "2033-04-10": "Ashura (estimated)", "2033-05-19": "Arbaeen (estimated)", "2033-05-27": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2033-05-28": "Martyrdom of Ali al-Rida (estimated)", "2033-06-03": "Death of Imam Khomeini", "2033-06-04": "15 Khordad Uprising", "2033-06-05": "Martyrdom of Hasan al-Askari (estimated)", "2033-06-14": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2033-08-28": "Martyrdom of Fatima (estimated)", "2033-10-07": "Birthday of Imam Ali (estimated)", "2033-10-21": "Isra' and Mi'raj (estimated)", "2033-11-07": "Birthday of Mahdi (estimated)", "2033-12-13": "Martyrdom of Imam Ali (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr Holiday (estimated)", "2034-01-16": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2034-02-10": "Islamic Revolution Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-09": "Eid al-Ghadeer (estimated)", "2034-03-19": "Iranian Oil Industry Nationalization Day", "2034-03-20": "Last Day of Year", "2034-03-21": "Nowruz", "2034-03-22": "Nowruz Holiday", "2034-03-23": "Nowruz Holiday", "2034-03-24": "Nowruz Holiday", "2034-03-29": "Tasua (estimated)", "2034-03-30": "Ashura (estimated)", "2034-04-01": "Islamic Republic Day", "2034-04-02": "Nature's Day", "2034-05-09": "Arbaeen (estimated)", "2034-05-17": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2034-05-18": "Martyrdom of Ali al-Rida (estimated)", "2034-05-26": "Martyrdom of Hasan al-Askari (estimated)", "2034-06-04": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated); Death of Imam Khomeini", "2034-06-05": "15 Khordad Uprising", "2034-08-17": "Martyrdom of Fatima (estimated)", "2034-09-26": "Birthday of Imam Ali (estimated)", "2034-10-10": "Isra' and Mi'raj (estimated)", "2034-10-27": "Birthday of Mahdi (estimated)", "2034-12-02": "Martyrdom of Imam Ali (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr Holiday (estimated)", "2035-01-05": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2035-02-11": "Islamic Revolution Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-26": "Eid al-Ghadeer (estimated)", "2035-03-19": "Tasua (estimated)", "2035-03-20": "Ashura (estimated); Iranian Oil Industry Nationalization Day", "2035-03-21": "Nowruz", "2035-03-22": "Nowruz Holiday", "2035-03-23": "Nowruz Holiday", "2035-03-24": "Nowruz Holiday", "2035-04-01": "Islamic Republic Day", "2035-04-02": "Nature's Day", "2035-04-28": "Arbaeen (estimated)", "2035-05-06": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2035-05-08": "Martyrdom of Ali al-Rida (estimated)", "2035-05-16": "Martyrdom of Hasan al-Askari (estimated)", "2035-05-25": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2035-06-04": "Death of Imam Khomeini", "2035-06-05": "15 Khordad Uprising", "2035-08-07": "Martyrdom of Fatima (estimated)", "2035-09-15": "Birthday of Imam Ali (estimated)", "2035-09-29": "Isra' and Mi'raj (estimated)", "2035-10-16": "Birthday of Mahdi (estimated)", "2035-11-21": "Martyrdom of Imam Ali (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr Holiday (estimated)", "2035-12-25": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-11": "Islamic Revolution Day", "2036-02-15": "Eid al-Ghadeer (estimated)", "2036-03-07": "Tasua (estimated)", "2036-03-08": "Ashura (estimated)", "2036-03-19": "Iranian Oil Industry Nationalization Day", "2036-03-20": "Nowruz", "2036-03-21": "Nowruz Holiday", "2036-03-22": "Nowruz Holiday", "2036-03-23": "Nowruz Holiday", "2036-03-31": "Islamic Republic Day", "2036-04-01": "Nature's Day", "2036-04-17": "Arbaeen (estimated)", "2036-04-25": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2036-04-26": "Martyrdom of Ali al-Rida (estimated)", "2036-05-04": "Martyrdom of Hasan al-Askari (estimated)", "2036-05-13": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2036-06-03": "Death of Imam Khomeini", "2036-06-04": "15 Khordad Uprising", "2036-07-26": "Martyrdom of Fatima (estimated)", "2036-09-04": "Birthday of Imam Ali (estimated)", "2036-09-18": "Isra' and Mi'raj (estimated)", "2036-10-05": "Birthday of Mahdi (estimated)", "2036-11-09": "Martyrdom of Imam Ali (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr Holiday (estimated)", "2036-12-13": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-03": "Eid al-Ghadeer (estimated)", "2037-02-10": "Islamic Revolution Day", "2037-02-24": "Tasua (estimated)", "2037-02-25": "Ashura (estimated)", "2037-03-19": "Iranian Oil Industry Nationalization Day", "2037-03-20": "Nowruz", "2037-03-21": "Nowruz Holiday", "2037-03-22": "Nowruz Holiday", "2037-03-23": "Nowruz Holiday", "2037-03-31": "Islamic Republic Day", "2037-04-01": "Nature's Day", "2037-04-06": "Arbaeen (estimated)", "2037-04-14": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2037-04-16": "Martyrdom of Ali al-Rida (estimated)", "2037-04-24": "Martyrdom of Hasan al-Askari (estimated)", "2037-05-03": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2037-06-03": "Death of Imam Khomeini", "2037-06-04": "15 Khordad Uprising", "2037-07-16": "Martyrdom of Fatima (estimated)", "2037-08-24": "Birthday of Imam Ali (estimated)", "2037-09-07": "Isra' and Mi'raj (estimated)", "2037-09-25": "Birthday of Mahdi (estimated)", "2037-10-30": "Martyrdom of Imam Ali (estimated)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr Holiday (estimated)", "2037-12-02": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-24": "Eid al-Ghadeer (estimated)", "2038-02-10": "Islamic Revolution Day", "2038-02-13": "Tasua (estimated)", "2038-02-14": "Ashura (estimated)", "2038-03-19": "Iranian Oil Industry Nationalization Day", "2038-03-20": "Last Day of Year", "2038-03-21": "Nowruz", "2038-03-22": "Nowruz Holiday", "2038-03-23": "Nowruz Holiday", "2038-03-24": "Nowruz Holiday", "2038-03-26": "Arbaeen (estimated)", "2038-04-01": "Islamic Republic Day", "2038-04-02": "Nature's Day", "2038-04-03": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2038-04-05": "Martyrdom of Ali al-Rida (estimated)", "2038-04-13": "Martyrdom of Hasan al-Askari (estimated)", "2038-04-22": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2038-06-04": "Death of Imam Khomeini", "2038-06-05": "15 Khordad Uprising", "2038-07-05": "Martyrdom of Fatima (estimated)", "2038-08-14": "Birthday of Imam Ali (estimated)", "2038-08-28": "Isra' and Mi'raj (estimated)", "2038-09-14": "Birthday of Mahdi (estimated)", "2038-10-20": "Martyrdom of Imam Ali (estimated)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr Holiday (estimated)", "2038-11-22": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-13": "Eid al-Ghadeer (estimated)", "2039-02-03": "Tasua (estimated)", "2039-02-04": "Ashura (estimated)", "2039-02-11": "Islamic Revolution Day", "2039-03-15": "Arbaeen (estimated)", "2039-03-20": "Iranian Oil Industry Nationalization Day", "2039-03-21": "Nowruz", "2039-03-22": "Nowruz Holiday", "2039-03-23": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated); Nowruz Holiday", "2039-03-24": "Nowruz Holiday", "2039-03-25": "Martyrdom of Ali al-Rida (estimated)", "2039-04-01": "Islamic Republic Day", "2039-04-02": "Martyrdom of Hasan al-Askari (estimated); Nature's Day", "2039-04-11": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2039-06-04": "Death of Imam Khomeini", "2039-06-05": "15 Khordad Uprising", "2039-06-25": "Martyrdom of Fatima (estimated)", "2039-08-03": "Birthday of Imam Ali (estimated)", "2039-08-17": "Isra' and Mi'raj (estimated)", "2039-09-04": "Birthday of Mahdi (estimated)", "2039-10-09": "Martyrdom of Imam Ali (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr Holiday (estimated)", "2039-11-12": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-03": "Eid al-Ghadeer (estimated)", "2040-01-23": "Tasua (estimated)", "2040-01-24": "Ashura (estimated)", "2040-02-11": "Islamic Revolution Day", "2040-03-04": "Arbaeen (estimated)", "2040-03-12": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2040-03-13": "Martyrdom of Ali al-Rida (estimated)", "2040-03-19": "Iranian Oil Industry Nationalization Day", "2040-03-20": "Nowruz", "2040-03-21": "Martyrdom of Hasan al-Askari (estimated); Nowruz Holiday", "2040-03-22": "Nowruz Holiday", "2040-03-23": "Nowruz Holiday", "2040-03-30": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2040-03-31": "Islamic Republic Day", "2040-04-01": "Nature's Day", "2040-06-03": "Death of Imam Khomeini", "2040-06-04": "15 Khordad Uprising", "2040-06-13": "Martyrdom of Fatima (estimated)", "2040-07-22": "Birthday of Imam Ali (estimated)", "2040-08-05": "Isra' and Mi'raj (estimated)", "2040-08-23": "Birthday of Mahdi (estimated)", "2040-09-27": "Martyrdom of Imam Ali (estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr Holiday (estimated)", "2040-10-31": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-22": "Eid al-Ghadeer (estimated)", "2041-01-12": "Tasua (estimated)", "2041-01-13": "Ashura (estimated)", "2041-02-10": "Islamic Revolution Day", "2041-02-21": "Arbaeen (estimated)", "2041-03-01": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2041-03-03": "Martyrdom of Ali al-Rida (estimated)", "2041-03-11": "Martyrdom of Hasan al-Askari (estimated)", "2041-03-19": "Iranian Oil Industry Nationalization Day", "2041-03-20": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated); Nowruz", "2041-03-21": "Nowruz Holiday", "2041-03-22": "Nowruz Holiday", "2041-03-23": "Nowruz Holiday", "2041-03-31": "Islamic Republic Day", "2041-04-01": "Nature's Day", "2041-06-02": "Martyrdom of Fatima (estimated)", "2041-06-03": "Death of Imam Khomeini", "2041-06-04": "15 Khordad Uprising", "2041-07-11": "Birthday of Imam Ali (estimated)", "2041-07-25": "Isra' and Mi'raj (estimated)", "2041-08-12": "Birthday of Mahdi (estimated)", "2041-09-17": "Martyrdom of Imam Ali (estimated)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr Holiday (estimated)", "2041-10-20": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-12": "Eid al-Ghadeer (estimated)", "2042-01-01": "Tasua (estimated)", "2042-01-02": "Ashura (estimated)", "2042-02-10": "Islamic Revolution Day", "2042-02-11": "Arbaeen (estimated)", "2042-02-19": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2042-02-20": "Martyrdom of Ali al-Rida (estimated)", "2042-02-28": "Martyrdom of Hasan al-Askari (estimated)", "2042-03-09": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2042-03-19": "Iranian Oil Industry Nationalization Day", "2042-03-20": "Last Day of Year", "2042-03-21": "Nowruz", "2042-03-22": "Nowruz Holiday", "2042-03-23": "Nowruz Holiday", "2042-03-24": "Nowruz Holiday", "2042-04-01": "Islamic Republic Day", "2042-04-02": "Nature's Day", "2042-05-22": "Martyrdom of Fatima (estimated)", "2042-06-04": "Death of Imam Khomeini", "2042-06-05": "15 Khordad Uprising", "2042-07-01": "Birthday of Imam Ali (estimated)", "2042-07-15": "Isra' and Mi'raj (estimated)", "2042-08-01": "Birthday of Mahdi (estimated)", "2042-09-06": "Martyrdom of Imam Ali (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr Holiday (estimated)", "2042-10-09": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-01": "Eid al-Ghadeer (estimated)", "2042-12-22": "Tasua (estimated)", "2042-12-23": "Ashura (estimated)", "2043-01-31": "Arbaeen (estimated)", "2043-02-08": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2043-02-10": "Martyrdom of Ali al-Rida (estimated)", "2043-02-11": "Islamic Revolution Day", "2043-02-18": "Martyrdom of Hasan al-Askari (estimated)", "2043-02-27": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2043-03-20": "Iranian Oil Industry Nationalization Day", "2043-03-21": "Nowruz", "2043-03-22": "Nowruz Holiday", "2043-03-23": "Nowruz Holiday", "2043-03-24": "Nowruz Holiday", "2043-04-01": "Islamic Republic Day", "2043-04-02": "Nature's Day", "2043-05-12": "Martyrdom of Fatima (estimated)", "2043-06-04": "Death of Imam Khomeini", "2043-06-05": "15 Khordad Uprising", "2043-06-20": "Birthday of Imam Ali (estimated)", "2043-07-04": "Isra' and Mi'raj (estimated)", "2043-07-22": "Birthday of Mahdi (estimated)", "2043-08-26": "Martyrdom of Imam Ali (estimated)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr Holiday (estimated)", "2043-09-28": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-20": "Eid al-Ghadeer (estimated)", "2043-12-11": "Tasua (estimated)", "2043-12-12": "Ashura (estimated)", "2044-01-21": "Arbaeen (estimated)", "2044-01-29": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2044-01-30": "Martyrdom of Ali al-Rida (estimated)", "2044-02-07": "Martyrdom of Hasan al-Askari (estimated)", "2044-02-11": "Islamic Revolution Day", "2044-02-16": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2044-03-19": "Iranian Oil Industry Nationalization Day", "2044-03-20": "Nowruz", "2044-03-21": "Nowruz Holiday", "2044-03-22": "Nowruz Holiday", "2044-03-23": "Nowruz Holiday", "2044-03-31": "Islamic Republic Day", "2044-04-01": "Nature's Day", "2044-05-01": "Martyrdom of Fatima (estimated)", "2044-06-03": "Death of Imam Khomeini", "2044-06-04": "15 Khordad Uprising", "2044-06-09": "Birthday of Imam Ali (estimated)", "2044-06-23": "Isra' and Mi'raj (estimated)", "2044-07-10": "Birthday of Mahdi (estimated)", "2044-08-15": "Martyrdom of Imam Ali (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr Holiday (estimated)", "2044-09-17": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-08": "Eid al-Ghadeer (estimated)", "2044-11-29": "Tasua (estimated)", "2044-11-30": "Ashura (estimated)", "2045-01-09": "Arbaeen (estimated)", "2045-01-17": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2045-01-18": "Martyrdom of Ali al-Rida (estimated)", "2045-01-26": "Martyrdom of Hasan al-Askari (estimated)", "2045-02-04": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2045-02-10": "Islamic Revolution Day", "2045-03-19": "Iranian Oil Industry Nationalization Day", "2045-03-20": "Nowruz", "2045-03-21": "Nowruz Holiday", "2045-03-22": "Nowruz Holiday", "2045-03-23": "Nowruz Holiday", "2045-03-31": "Islamic Republic Day", "2045-04-01": "Nature's Day", "2045-04-20": "Martyrdom of Fatima (estimated)", "2045-05-30": "Birthday of Imam Ali (estimated)", "2045-06-03": "Death of Imam Khomeini", "2045-06-04": "15 Khordad Uprising", "2045-06-13": "Isra' and Mi'raj (estimated)", "2045-06-30": "Birthday of Mahdi (estimated)", "2045-08-04": "Martyrdom of Imam Ali (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr Holiday (estimated)", "2045-09-07": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-29": "Eid al-Ghadeer (estimated)", "2045-11-18": "Tasua (estimated)", "2045-11-19": "Ashura (estimated)", "2045-12-29": "Arbaeen (estimated)", "2046-01-06": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2046-01-07": "Martyrdom of Ali al-Rida (estimated)", "2046-01-15": "Martyrdom of Hasan al-Askari (estimated)", "2046-01-24": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2046-02-10": "Islamic Revolution Day", "2046-03-19": "Iranian Oil Industry Nationalization Day", "2046-03-20": "Last Day of Year", "2046-03-21": "Nowruz", "2046-03-22": "Nowruz Holiday", "2046-03-23": "Nowruz Holiday", "2046-03-24": "Nowruz Holiday", "2046-04-01": "Islamic Republic Day", "2046-04-02": "Nature's Day", "2046-04-09": "Martyrdom of Fatima (estimated)", "2046-05-19": "Birthday of Imam Ali (estimated)", "2046-06-02": "Isra' and Mi'raj (estimated)", "2046-06-04": "Death of Imam Khomeini", "2046-06-05": "15 Khordad Uprising", "2046-06-19": "Birthday of Mahdi (estimated)", "2046-07-25": "Martyrdom of Imam Ali (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr Holiday (estimated)", "2046-08-27": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-18": "Eid al-Ghadeer (estimated)", "2046-11-08": "Tasua (estimated)", "2046-11-09": "Ashura (estimated)", "2046-12-18": "Arbaeen (estimated)", "2046-12-26": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2046-12-27": "Martyrdom of Ali al-Rida (estimated)", "2047-01-04": "Martyrdom of Hasan al-Askari (estimated)", "2047-01-13": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2047-02-11": "Islamic Revolution Day", "2047-03-20": "Iranian Oil Industry Nationalization Day", "2047-03-21": "Nowruz", "2047-03-22": "Nowruz Holiday", "2047-03-23": "Nowruz Holiday", "2047-03-24": "Nowruz Holiday", "2047-03-29": "Martyrdom of Fatima (estimated)", "2047-04-01": "Islamic Republic Day", "2047-04-02": "Nature's Day", "2047-05-08": "Birthday of Imam Ali (estimated)", "2047-05-22": "Isra' and Mi'raj (estimated)", "2047-06-04": "Death of Imam Khomeini", "2047-06-05": "15 Khordad Uprising", "2047-06-09": "Birthday of Mahdi (estimated)", "2047-07-14": "Martyrdom of Imam Ali (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr Holiday (estimated)", "2047-08-17": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-08": "Eid al-Ghadeer (estimated)", "2047-10-28": "Tasua (estimated)", "2047-10-29": "Ashura (estimated)", "2047-12-08": "Arbaeen (estimated)", "2047-12-16": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2047-12-17": "Martyrdom of Ali al-Rida (estimated)", "2047-12-25": "Martyrdom of Hasan al-Askari (estimated)", "2048-01-03": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2048-02-11": "Islamic Revolution Day", "2048-03-18": "Martyrdom of Fatima (estimated)", "2048-03-19": "Iranian Oil Industry Nationalization Day", "2048-03-20": "Nowruz", "2048-03-21": "Nowruz Holiday", "2048-03-22": "Nowruz Holiday", "2048-03-23": "Nowruz Holiday", "2048-03-31": "Islamic Republic Day", "2048-04-01": "Nature's Day", "2048-04-26": "Birthday of Imam Ali (estimated)", "2048-05-10": "Isra' and Mi'raj (estimated)", "2048-05-28": "Birthday of Mahdi (estimated)", "2048-06-03": "Death of Imam Khomeini", "2048-06-04": "15 Khordad Uprising", "2048-07-02": "Martyrdom of Imam Ali (estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr Holiday (estimated)", "2048-08-05": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-27": "Eid al-Ghadeer (estimated)", "2048-10-17": "Tasua (estimated)", "2048-10-18": "Ashura (estimated)", "2048-11-26": "Arbaeen (estimated)", "2048-12-04": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2048-12-06": "Martyrdom of Ali al-Rida (estimated)", "2048-12-14": "Martyrdom of Hasan al-Askari (estimated)", "2048-12-23": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2049-02-10": "Islamic Revolution Day", "2049-03-07": "Martyrdom of Fatima (estimated)", "2049-03-19": "Iranian Oil Industry Nationalization Day", "2049-03-20": "Nowruz", "2049-03-21": "Nowruz Holiday", "2049-03-22": "Nowruz Holiday", "2049-03-23": "Nowruz Holiday", "2049-03-31": "Islamic Republic Day", "2049-04-01": "Nature's Day", "2049-04-15": "Birthday of Imam Ali (estimated)", "2049-04-29": "Isra' and Mi'raj (estimated)", "2049-05-17": "Birthday of Mahdi (estimated)", "2049-06-03": "Death of Imam Khomeini", "2049-06-04": "15 Khordad Uprising", "2049-06-22": "Martyrdom of Imam Ali (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr Holiday (estimated)", "2049-07-25": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Eid al-Ghadeer (estimated)", "2049-10-06": "Tasua (estimated)", "2049-10-07": "Ashura (estimated)", "2049-11-16": "Arbaeen (estimated)", "2049-11-24": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2049-11-25": "Martyrdom of Ali al-Rida (estimated)", "2049-12-03": "Martyrdom of Hasan al-Askari (estimated)", "2049-12-12": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)", "2050-02-10": "Islamic Revolution Day", "2050-02-25": "Martyrdom of Fatima (estimated)", "2050-03-19": "Iranian Oil Industry Nationalization Day", "2050-03-20": "Last Day of Year", "2050-03-21": "Nowruz", "2050-03-22": "Nowruz Holiday", "2050-03-23": "Nowruz Holiday", "2050-03-24": "Nowruz Holiday", "2050-04-01": "Islamic Republic Day", "2050-04-02": "Nature's Day", "2050-04-05": "Birthday of Imam Ali (estimated)", "2050-04-19": "Isra' and Mi'raj (estimated)", "2050-05-06": "Birthday of Mahdi (estimated)", "2050-06-04": "Death of Imam Khomeini", "2050-06-05": "15 Khordad Uprising", "2050-06-11": "Martyrdom of Imam Ali (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr Holiday (estimated)", "2050-07-14": "Martyrdom of Imam Ja'far al-Sadiq (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-09-05": "Eid al-Ghadeer (estimated)", "2050-09-25": "Tasua (estimated)", "2050-09-26": "Ashura (estimated)", "2050-11-05": "Arbaeen (estimated)", "2050-11-13": "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali (estimated)", "2050-11-14": "Martyrdom of Ali al-Rida (estimated)", "2050-11-22": "Martyrdom of Hasan al-Askari (estimated)", "2050-12-01": "Birthday of Muhammad and Imam Ja'far al-Sadiq (estimated)" } holidays-0.71/snapshots/countries/IS_COMMON.json000066400000000000000000001617331500152103600215740ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-04-20": "First Day of Summer", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-28": "Whit Sunday", "1950-05-29": "Whit Monday", "1950-06-17": "National Day", "1950-12-24": "Christmas Eve (from 1pm)", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve (from 1pm)", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-03-26": "Easter Monday", "1951-04-19": "First Day of Summer", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-13": "Whit Sunday", "1951-05-14": "Whit Monday", "1951-06-17": "National Day", "1951-12-24": "Christmas Eve (from 1pm)", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve (from 1pm)", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-04-24": "First Day of Summer", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-01": "Whit Sunday", "1952-06-02": "Whit Monday", "1952-06-17": "National Day", "1952-12-24": "Christmas Eve (from 1pm)", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve (from 1pm)", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-04-23": "First Day of Summer", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-24": "Whit Sunday", "1953-05-25": "Whit Monday", "1953-06-17": "National Day", "1953-12-24": "Christmas Eve (from 1pm)", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve (from 1pm)", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-04-22": "First Day of Summer", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-06": "Whit Sunday", "1954-06-07": "Whit Monday", "1954-06-17": "National Day", "1954-12-24": "Christmas Eve (from 1pm)", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve (from 1pm)", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-04-21": "First Day of Summer", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-29": "Whit Sunday", "1955-05-30": "Whit Monday", "1955-06-17": "National Day", "1955-12-24": "Christmas Eve (from 1pm)", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve (from 1pm)", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-04-19": "First Day of Summer", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-20": "Whit Sunday", "1956-05-21": "Whit Monday", "1956-06-17": "National Day", "1956-12-24": "Christmas Eve (from 1pm)", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve (from 1pm)", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-04-25": "First Day of Summer", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-09": "Whit Sunday", "1957-06-10": "Whit Monday", "1957-06-17": "National Day", "1957-12-24": "Christmas Eve (from 1pm)", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve (from 1pm)", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-04-24": "First Day of Summer", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-25": "Whit Sunday", "1958-05-26": "Whit Monday", "1958-06-17": "National Day", "1958-12-24": "Christmas Eve (from 1pm)", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve (from 1pm)", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-04-23": "First Day of Summer", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-17": "Whit Sunday", "1959-05-18": "Whit Monday", "1959-06-17": "National Day", "1959-12-24": "Christmas Eve (from 1pm)", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve (from 1pm)", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-04-21": "First Day of Summer", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-05": "Whit Sunday", "1960-06-06": "Whit Monday", "1960-06-17": "National Day", "1960-12-24": "Christmas Eve (from 1pm)", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve (from 1pm)", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-04-20": "First Day of Summer", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Whit Sunday", "1961-05-22": "Whit Monday", "1961-06-17": "National Day", "1961-12-24": "Christmas Eve (from 1pm)", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve (from 1pm)", "1962-01-01": "New Year's Day", "1962-04-19": "First Day of Summer; Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-10": "Whit Sunday", "1962-06-11": "Whit Monday", "1962-06-17": "National Day", "1962-12-24": "Christmas Eve (from 1pm)", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve (from 1pm)", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-04-25": "First Day of Summer", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-02": "Whit Sunday", "1963-06-03": "Whit Monday", "1963-06-17": "National Day", "1963-12-24": "Christmas Eve (from 1pm)", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve (from 1pm)", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-04-23": "First Day of Summer", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-17": "Whit Sunday", "1964-05-18": "Whit Monday", "1964-06-17": "National Day", "1964-12-24": "Christmas Eve (from 1pm)", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve (from 1pm)", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-04-22": "First Day of Summer", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-06": "Whit Sunday", "1965-06-07": "Whit Monday", "1965-06-17": "National Day", "1965-12-24": "Christmas Eve (from 1pm)", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve (from 1pm)", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-04-21": "First Day of Summer", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-29": "Whit Sunday", "1966-05-30": "Whit Monday", "1966-06-17": "National Day", "1966-12-24": "Christmas Eve (from 1pm)", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve (from 1pm)", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-04-20": "First Day of Summer", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-14": "Whit Sunday", "1967-05-15": "Whit Monday", "1967-06-17": "National Day", "1967-12-24": "Christmas Eve (from 1pm)", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve (from 1pm)", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-04-25": "First Day of Summer", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-02": "Whit Sunday", "1968-06-03": "Whit Monday", "1968-06-17": "National Day", "1968-12-24": "Christmas Eve (from 1pm)", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve (from 1pm)", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-04-24": "First Day of Summer", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-25": "Whit Sunday", "1969-05-26": "Whit Monday", "1969-06-17": "National Day", "1969-12-24": "Christmas Eve (from 1pm)", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve (from 1pm)", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-04-23": "First Day of Summer", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-17": "Whit Sunday", "1970-05-18": "Whit Monday", "1970-06-17": "National Day", "1970-12-24": "Christmas Eve (from 1pm)", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve (from 1pm)", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-04-22": "First Day of Summer", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-30": "Whit Sunday", "1971-05-31": "Whit Monday", "1971-06-17": "National Day", "1971-12-24": "Christmas Eve (from 1pm)", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve (from 1pm)", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-04-20": "First Day of Summer", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-21": "Whit Sunday", "1972-05-22": "Whit Monday", "1972-06-17": "National Day", "1972-12-24": "Christmas Eve (from 1pm)", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve (from 1pm)", "1973-01-01": "New Year's Day", "1973-04-19": "First Day of Summer; Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-10": "Whit Sunday", "1973-06-11": "Whit Monday", "1973-06-17": "National Day", "1973-12-24": "Christmas Eve (from 1pm)", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve (from 1pm)", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-04-25": "First Day of Summer", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-02": "Whit Sunday", "1974-06-03": "Whit Monday", "1974-06-17": "National Day", "1974-12-24": "Christmas Eve (from 1pm)", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve (from 1pm)", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-04-24": "First Day of Summer", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-18": "Whit Sunday", "1975-05-19": "Whit Monday", "1975-06-17": "National Day", "1975-12-24": "Christmas Eve (from 1pm)", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve (from 1pm)", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-04-22": "First Day of Summer", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-06": "Whit Sunday", "1976-06-07": "Whit Monday", "1976-06-17": "National Day", "1976-12-24": "Christmas Eve (from 1pm)", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve (from 1pm)", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-04-21": "First Day of Summer", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-29": "Whit Sunday", "1977-05-30": "Whit Monday", "1977-06-17": "National Day", "1977-12-24": "Christmas Eve (from 1pm)", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve (from 1pm)", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-04-20": "First Day of Summer", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-14": "Whit Sunday", "1978-05-15": "Whit Monday", "1978-06-17": "National Day", "1978-12-24": "Christmas Eve (from 1pm)", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve (from 1pm)", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-04-19": "First Day of Summer", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-03": "Whit Sunday", "1979-06-04": "Whit Monday", "1979-06-17": "National Day", "1979-12-24": "Christmas Eve (from 1pm)", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve (from 1pm)", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-04-24": "First Day of Summer", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-25": "Whit Sunday", "1980-05-26": "Whit Monday", "1980-06-17": "National Day", "1980-12-24": "Christmas Eve (from 1pm)", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve (from 1pm)", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-04-23": "First Day of Summer", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-07": "Whit Sunday", "1981-06-08": "Whit Monday", "1981-06-17": "National Day", "1981-12-24": "Christmas Eve (from 1pm)", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve (from 1pm)", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-04-22": "First Day of Summer", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-30": "Whit Sunday", "1982-05-31": "Whit Monday", "1982-06-17": "National Day", "1982-12-24": "Christmas Eve (from 1pm)", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve (from 1pm)", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-04-21": "First Day of Summer", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-22": "Whit Sunday", "1983-05-23": "Whit Monday", "1983-06-17": "National Day", "1983-08-01": "Commerce Day", "1983-12-24": "Christmas Eve (from 1pm)", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve (from 1pm)", "1984-01-01": "New Year's Day", "1984-04-19": "First Day of Summer; Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-10": "Whit Sunday", "1984-06-11": "Whit Monday", "1984-06-17": "National Day", "1984-08-06": "Commerce Day", "1984-12-24": "Christmas Eve (from 1pm)", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve (from 1pm)", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-04-25": "First Day of Summer", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-26": "Whit Sunday", "1985-05-27": "Whit Monday", "1985-06-17": "National Day", "1985-08-05": "Commerce Day", "1985-12-24": "Christmas Eve (from 1pm)", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve (from 1pm)", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-04-24": "First Day of Summer", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-18": "Whit Sunday", "1986-05-19": "Whit Monday", "1986-06-17": "National Day", "1986-08-04": "Commerce Day", "1986-12-24": "Christmas Eve (from 1pm)", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve (from 1pm)", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-04-23": "First Day of Summer", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-07": "Whit Sunday", "1987-06-08": "Whit Monday", "1987-06-17": "National Day", "1987-08-03": "Commerce Day", "1987-12-24": "Christmas Eve (from 1pm)", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve (from 1pm)", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-04-21": "First Day of Summer", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-22": "Whit Sunday", "1988-05-23": "Whit Monday", "1988-06-17": "National Day", "1988-08-01": "Commerce Day", "1988-12-24": "Christmas Eve (from 1pm)", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve (from 1pm)", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-04-20": "First Day of Summer", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-14": "Whit Sunday", "1989-05-15": "Whit Monday", "1989-06-17": "National Day", "1989-08-07": "Commerce Day", "1989-12-24": "Christmas Eve (from 1pm)", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve (from 1pm)", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-04-19": "First Day of Summer", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-03": "Whit Sunday", "1990-06-04": "Whit Monday", "1990-06-17": "National Day", "1990-08-06": "Commerce Day", "1990-12-24": "Christmas Eve (from 1pm)", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve (from 1pm)", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-04-25": "First Day of Summer", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-19": "Whit Sunday", "1991-05-20": "Whit Monday", "1991-06-17": "National Day", "1991-08-05": "Commerce Day", "1991-12-24": "Christmas Eve (from 1pm)", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve (from 1pm)", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-04-23": "First Day of Summer", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-07": "Whit Sunday", "1992-06-08": "Whit Monday", "1992-06-17": "National Day", "1992-08-03": "Commerce Day", "1992-12-24": "Christmas Eve (from 1pm)", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve (from 1pm)", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-04-22": "First Day of Summer", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-30": "Whit Sunday", "1993-05-31": "Whit Monday", "1993-06-17": "National Day", "1993-08-02": "Commerce Day", "1993-12-24": "Christmas Eve (from 1pm)", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve (from 1pm)", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-04-21": "First Day of Summer", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-22": "Whit Sunday", "1994-05-23": "Whit Monday", "1994-06-17": "National Day", "1994-08-01": "Commerce Day", "1994-12-24": "Christmas Eve (from 1pm)", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve (from 1pm)", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-04-20": "First Day of Summer", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-04": "Whit Sunday", "1995-06-05": "Whit Monday", "1995-06-17": "National Day", "1995-08-07": "Commerce Day", "1995-12-24": "Christmas Eve (from 1pm)", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve (from 1pm)", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-04-25": "First Day of Summer", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-26": "Whit Sunday", "1996-05-27": "Whit Monday", "1996-06-17": "National Day", "1996-08-05": "Commerce Day", "1996-12-24": "Christmas Eve (from 1pm)", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve (from 1pm)", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-04-24": "First Day of Summer", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-18": "Whit Sunday", "1997-05-19": "Whit Monday", "1997-06-17": "National Day", "1997-08-04": "Commerce Day", "1997-12-24": "Christmas Eve (from 1pm)", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve (from 1pm)", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-04-23": "First Day of Summer", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-05-31": "Whit Sunday", "1998-06-01": "Whit Monday", "1998-06-17": "National Day", "1998-08-03": "Commerce Day", "1998-12-24": "Christmas Eve (from 1pm)", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve (from 1pm)", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-04-22": "First Day of Summer", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-23": "Whit Sunday", "1999-05-24": "Whit Monday", "1999-06-17": "National Day", "1999-08-02": "Commerce Day", "1999-12-24": "Christmas Eve (from 1pm)", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve (from 1pm)", "2000-01-01": "New Year's Day", "2000-04-20": "First Day of Summer; Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-11": "Whit Sunday", "2000-06-12": "Whit Monday", "2000-06-17": "National Day", "2000-08-07": "Commerce Day", "2000-12-24": "Christmas Eve (from 1pm)", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve (from 1pm)", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-04-19": "First Day of Summer", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-03": "Whit Sunday", "2001-06-04": "Whit Monday", "2001-06-17": "National Day", "2001-08-06": "Commerce Day", "2001-12-24": "Christmas Eve (from 1pm)", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve (from 1pm)", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-04-25": "First Day of Summer", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-19": "Whit Sunday", "2002-05-20": "Whit Monday", "2002-06-17": "National Day", "2002-08-05": "Commerce Day", "2002-12-24": "Christmas Eve (from 1pm)", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve (from 1pm)", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-04-24": "First Day of Summer", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-08": "Whit Sunday", "2003-06-09": "Whit Monday", "2003-06-17": "National Day", "2003-08-04": "Commerce Day", "2003-12-24": "Christmas Eve (from 1pm)", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve (from 1pm)", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-04-22": "First Day of Summer", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-30": "Whit Sunday", "2004-05-31": "Whit Monday", "2004-06-17": "National Day", "2004-08-02": "Commerce Day", "2004-12-24": "Christmas Eve (from 1pm)", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve (from 1pm)", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-04-21": "First Day of Summer", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-15": "Whit Sunday", "2005-05-16": "Whit Monday", "2005-06-17": "National Day", "2005-08-01": "Commerce Day", "2005-12-24": "Christmas Eve (from 1pm)", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve (from 1pm)", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-04-20": "First Day of Summer", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-04": "Whit Sunday", "2006-06-05": "Whit Monday", "2006-06-17": "National Day", "2006-08-07": "Commerce Day", "2006-12-24": "Christmas Eve (from 1pm)", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve (from 1pm)", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-04-19": "First Day of Summer", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-27": "Whit Sunday", "2007-05-28": "Whit Monday", "2007-06-17": "National Day", "2007-08-06": "Commerce Day", "2007-12-24": "Christmas Eve (from 1pm)", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve (from 1pm)", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-04-24": "First Day of Summer", "2008-05-01": "Ascension Day; Labor Day", "2008-05-11": "Whit Sunday", "2008-05-12": "Whit Monday", "2008-06-17": "National Day", "2008-08-04": "Commerce Day", "2008-12-24": "Christmas Eve (from 1pm)", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve (from 1pm)", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-04-23": "First Day of Summer", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-05-31": "Whit Sunday", "2009-06-01": "Whit Monday", "2009-06-17": "National Day", "2009-08-03": "Commerce Day", "2009-12-24": "Christmas Eve (from 1pm)", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve (from 1pm)", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-22": "First Day of Summer", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-23": "Whit Sunday", "2010-05-24": "Whit Monday", "2010-06-17": "National Day", "2010-08-02": "Commerce Day", "2010-12-24": "Christmas Eve (from 1pm)", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve (from 1pm)", "2011-01-01": "New Year's Day", "2011-04-21": "First Day of Summer; Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-12": "Whit Sunday", "2011-06-13": "Whit Monday", "2011-06-17": "National Day", "2011-08-01": "Commerce Day", "2011-12-24": "Christmas Eve (from 1pm)", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve (from 1pm)", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-04-19": "First Day of Summer", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-27": "Whit Sunday", "2012-05-28": "Whit Monday", "2012-06-17": "National Day", "2012-08-06": "Commerce Day", "2012-12-24": "Christmas Eve (from 1pm)", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve (from 1pm)", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-04-25": "First Day of Summer", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-19": "Whit Sunday", "2013-05-20": "Whit Monday", "2013-06-17": "National Day", "2013-08-05": "Commerce Day", "2013-12-24": "Christmas Eve (from 1pm)", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve (from 1pm)", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-04-24": "First Day of Summer", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-08": "Whit Sunday", "2014-06-09": "Whit Monday", "2014-06-17": "National Day", "2014-08-04": "Commerce Day", "2014-12-24": "Christmas Eve (from 1pm)", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve (from 1pm)", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-04-23": "First Day of Summer", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-24": "Whit Sunday", "2015-05-25": "Whit Monday", "2015-06-17": "National Day", "2015-08-03": "Commerce Day", "2015-12-24": "Christmas Eve (from 1pm)", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve (from 1pm)", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-21": "First Day of Summer", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-15": "Whit Sunday", "2016-05-16": "Whit Monday", "2016-06-17": "National Day", "2016-08-01": "Commerce Day", "2016-12-24": "Christmas Eve (from 1pm)", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve (from 1pm)", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-20": "First Day of Summer", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-04": "Whit Sunday", "2017-06-05": "Whit Monday", "2017-06-17": "National Day", "2017-08-07": "Commerce Day", "2017-12-24": "Christmas Eve (from 1pm)", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve (from 1pm)", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-19": "First Day of Summer", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-20": "Whit Sunday", "2018-05-21": "Whit Monday", "2018-06-17": "National Day", "2018-08-06": "Commerce Day", "2018-12-24": "Christmas Eve (from 1pm)", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve (from 1pm)", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-04-25": "First Day of Summer", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-09": "Whit Sunday", "2019-06-10": "Whit Monday", "2019-06-17": "National Day", "2019-08-05": "Commerce Day", "2019-12-24": "Christmas Eve (from 1pm)", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve (from 1pm)", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-04-23": "First Day of Summer", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-05-31": "Whit Sunday", "2020-06-01": "Whit Monday", "2020-06-17": "National Day", "2020-08-03": "Commerce Day", "2020-12-24": "Christmas Eve (from 1pm)", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve (from 1pm)", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-22": "First Day of Summer", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-23": "Whit Sunday", "2021-05-24": "Whit Monday", "2021-06-17": "National Day", "2021-08-02": "Commerce Day", "2021-12-24": "Christmas Eve (from 1pm)", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve (from 1pm)", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-21": "First Day of Summer", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-05": "Whit Sunday", "2022-06-06": "Whit Monday", "2022-06-17": "National Day", "2022-08-01": "Commerce Day", "2022-12-24": "Christmas Eve (from 1pm)", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve (from 1pm)", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-20": "First Day of Summer", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-28": "Whit Sunday", "2023-05-29": "Whit Monday", "2023-06-17": "National Day", "2023-08-07": "Commerce Day", "2023-12-24": "Christmas Eve (from 1pm)", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve (from 1pm)", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-25": "First Day of Summer", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-19": "Whit Sunday", "2024-05-20": "Whit Monday", "2024-06-17": "National Day", "2024-08-05": "Commerce Day", "2024-12-24": "Christmas Eve (from 1pm)", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve (from 1pm)", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-24": "First Day of Summer", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-08": "Whit Sunday", "2025-06-09": "Whit Monday", "2025-06-17": "National Day", "2025-08-04": "Commerce Day", "2025-12-24": "Christmas Eve (from 1pm)", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve (from 1pm)", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-23": "First Day of Summer", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-24": "Whit Sunday", "2026-05-25": "Whit Monday", "2026-06-17": "National Day", "2026-08-03": "Commerce Day", "2026-12-24": "Christmas Eve (from 1pm)", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve (from 1pm)", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-22": "First Day of Summer", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-16": "Whit Sunday", "2027-05-17": "Whit Monday", "2027-06-17": "National Day", "2027-08-02": "Commerce Day", "2027-12-24": "Christmas Eve (from 1pm)", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve (from 1pm)", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-20": "First Day of Summer", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-04": "Whit Sunday", "2028-06-05": "Whit Monday", "2028-06-17": "National Day", "2028-08-07": "Commerce Day", "2028-12-24": "Christmas Eve (from 1pm)", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve (from 1pm)", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-19": "First Day of Summer", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-20": "Whit Sunday", "2029-05-21": "Whit Monday", "2029-06-17": "National Day", "2029-08-06": "Commerce Day", "2029-12-24": "Christmas Eve (from 1pm)", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve (from 1pm)", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-25": "First Day of Summer", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-09": "Whit Sunday", "2030-06-10": "Whit Monday", "2030-06-17": "National Day", "2030-08-05": "Commerce Day", "2030-12-24": "Christmas Eve (from 1pm)", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve (from 1pm)", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-24": "First Day of Summer", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-01": "Whit Sunday", "2031-06-02": "Whit Monday", "2031-06-17": "National Day", "2031-08-04": "Commerce Day", "2031-12-24": "Christmas Eve (from 1pm)", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve (from 1pm)", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-22": "First Day of Summer", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-16": "Whit Sunday", "2032-05-17": "Whit Monday", "2032-06-17": "National Day", "2032-08-02": "Commerce Day", "2032-12-24": "Christmas Eve (from 1pm)", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve (from 1pm)", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-21": "First Day of Summer", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-05": "Whit Sunday", "2033-06-06": "Whit Monday", "2033-06-17": "National Day", "2033-08-01": "Commerce Day", "2033-12-24": "Christmas Eve (from 1pm)", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve (from 1pm)", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-20": "First Day of Summer", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-28": "Whit Sunday", "2034-05-29": "Whit Monday", "2034-06-17": "National Day", "2034-08-07": "Commerce Day", "2034-12-24": "Christmas Eve (from 1pm)", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve (from 1pm)", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-19": "First Day of Summer", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-13": "Whit Sunday", "2035-05-14": "Whit Monday", "2035-06-17": "National Day", "2035-08-06": "Commerce Day", "2035-12-24": "Christmas Eve (from 1pm)", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve (from 1pm)", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-24": "First Day of Summer", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-01": "Whit Sunday", "2036-06-02": "Whit Monday", "2036-06-17": "National Day", "2036-08-04": "Commerce Day", "2036-12-24": "Christmas Eve (from 1pm)", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve (from 1pm)", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-23": "First Day of Summer", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-24": "Whit Sunday", "2037-05-25": "Whit Monday", "2037-06-17": "National Day", "2037-08-03": "Commerce Day", "2037-12-24": "Christmas Eve (from 1pm)", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve (from 1pm)", "2038-01-01": "New Year's Day", "2038-04-22": "First Day of Summer; Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-13": "Whit Sunday", "2038-06-14": "Whit Monday", "2038-06-17": "National Day", "2038-08-02": "Commerce Day", "2038-12-24": "Christmas Eve (from 1pm)", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve (from 1pm)", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-21": "First Day of Summer", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-29": "Whit Sunday", "2039-05-30": "Whit Monday", "2039-06-17": "National Day", "2039-08-01": "Commerce Day", "2039-12-24": "Christmas Eve (from 1pm)", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve (from 1pm)", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-19": "First Day of Summer", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-20": "Whit Sunday", "2040-05-21": "Whit Monday", "2040-06-17": "National Day", "2040-08-06": "Commerce Day", "2040-12-24": "Christmas Eve (from 1pm)", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve (from 1pm)", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-25": "First Day of Summer", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-09": "Whit Sunday", "2041-06-10": "Whit Monday", "2041-06-17": "National Day", "2041-08-05": "Commerce Day", "2041-12-24": "Christmas Eve (from 1pm)", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve (from 1pm)", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-24": "First Day of Summer", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-25": "Whit Sunday", "2042-05-26": "Whit Monday", "2042-06-17": "National Day", "2042-08-04": "Commerce Day", "2042-12-24": "Christmas Eve (from 1pm)", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve (from 1pm)", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-23": "First Day of Summer", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-17": "Whit Sunday", "2043-05-18": "Whit Monday", "2043-06-17": "National Day", "2043-08-03": "Commerce Day", "2043-12-24": "Christmas Eve (from 1pm)", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve (from 1pm)", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-21": "First Day of Summer", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-05": "Whit Sunday", "2044-06-06": "Whit Monday", "2044-06-17": "National Day", "2044-08-01": "Commerce Day", "2044-12-24": "Christmas Eve (from 1pm)", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve (from 1pm)", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-20": "First Day of Summer", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-28": "Whit Sunday", "2045-05-29": "Whit Monday", "2045-06-17": "National Day", "2045-08-07": "Commerce Day", "2045-12-24": "Christmas Eve (from 1pm)", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve (from 1pm)", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-19": "First Day of Summer", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-13": "Whit Sunday", "2046-05-14": "Whit Monday", "2046-06-17": "National Day", "2046-08-06": "Commerce Day", "2046-12-24": "Christmas Eve (from 1pm)", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve (from 1pm)", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-25": "First Day of Summer", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-02": "Whit Sunday", "2047-06-03": "Whit Monday", "2047-06-17": "National Day", "2047-08-05": "Commerce Day", "2047-12-24": "Christmas Eve (from 1pm)", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve (from 1pm)", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-23": "First Day of Summer", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-24": "Whit Sunday", "2048-05-25": "Whit Monday", "2048-06-17": "National Day", "2048-08-03": "Commerce Day", "2048-12-24": "Christmas Eve (from 1pm)", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve (from 1pm)", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-22": "First Day of Summer", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-06": "Whit Sunday", "2049-06-07": "Whit Monday", "2049-06-17": "National Day", "2049-08-02": "Commerce Day", "2049-12-24": "Christmas Eve (from 1pm)", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve (from 1pm)", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-21": "First Day of Summer", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-29": "Whit Sunday", "2050-05-30": "Whit Monday", "2050-06-17": "National Day", "2050-08-01": "Commerce Day", "2050-12-24": "Christmas Eve (from 1pm)", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve (from 1pm)" } holidays-0.71/snapshots/countries/IT_AG.json000066400000000000000000001617441500152103600210760ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-02-25": "San Gerlando", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-02-25": "San Gerlando", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-02-25": "San Gerlando", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-02-25": "San Gerlando", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-02-25": "San Gerlando", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-02-25": "San Gerlando", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-02-25": "San Gerlando", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-02-25": "San Gerlando", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-02-25": "San Gerlando", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-02-25": "San Gerlando", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-02-25": "San Gerlando", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-02-25": "San Gerlando", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-02-25": "San Gerlando", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-02-25": "San Gerlando", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-02-25": "San Gerlando", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-02-25": "San Gerlando", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-02-25": "San Gerlando", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-02-25": "San Gerlando", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-02-25": "San Gerlando", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-02-25": "San Gerlando", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-02-25": "San Gerlando", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-02-25": "San Gerlando", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-02-25": "San Gerlando", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-02-25": "San Gerlando", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-02-25": "San Gerlando", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-02-25": "San Gerlando", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-02-25": "San Gerlando", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-02-25": "San Gerlando", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-02-25": "San Gerlando", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-02-25": "San Gerlando", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-02-25": "San Gerlando", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-02-25": "San Gerlando", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-02-25": "San Gerlando", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-02-25": "San Gerlando", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-02-25": "San Gerlando", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-02-25": "San Gerlando", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-02-25": "San Gerlando", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-02-25": "San Gerlando", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-02-25": "San Gerlando", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-02-25": "San Gerlando", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-02-25": "San Gerlando", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-02-25": "San Gerlando", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-02-25": "San Gerlando", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-02-25": "San Gerlando", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-02-25": "San Gerlando", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-02-25": "San Gerlando", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-02-25": "San Gerlando", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-02-25": "San Gerlando", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-02-25": "San Gerlando", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-02-25": "San Gerlando", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-02-25": "San Gerlando", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-02-25": "San Gerlando", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-02-25": "San Gerlando", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-02-25": "San Gerlando", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-02-25": "San Gerlando", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-02-25": "San Gerlando", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-02-25": "San Gerlando", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-02-25": "San Gerlando", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-02-25": "San Gerlando", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-02-25": "San Gerlando", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-02-25": "San Gerlando", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-02-25": "San Gerlando", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-02-25": "San Gerlando", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-02-25": "San Gerlando", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-02-25": "San Gerlando", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-02-25": "San Gerlando", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-02-25": "San Gerlando", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-02-25": "San Gerlando", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-02-25": "San Gerlando", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-02-25": "San Gerlando", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-02-25": "San Gerlando", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-02-25": "San Gerlando", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-02-25": "San Gerlando", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-02-25": "San Gerlando", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-02-25": "San Gerlando", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-02-25": "San Gerlando", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-02-25": "San Gerlando", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-02-25": "San Gerlando", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-02-25": "San Gerlando", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-02-25": "San Gerlando", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-02-25": "San Gerlando", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-02-25": "San Gerlando", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-02-25": "San Gerlando", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-02-25": "San Gerlando", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-02-25": "San Gerlando", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-02-25": "San Gerlando", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-02-25": "San Gerlando", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-02-25": "San Gerlando", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-02-25": "San Gerlando", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-02-25": "San Gerlando", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-02-25": "San Gerlando", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-02-25": "San Gerlando", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-02-25": "San Gerlando", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-02-25": "San Gerlando", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-02-25": "San Gerlando", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-02-25": "San Gerlando", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-02-25": "San Gerlando", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-02-25": "San Gerlando", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-02-25": "San Gerlando", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-02-25": "San Gerlando", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-02-25": "San Gerlando", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_AL.json000066400000000000000000001621111500152103600210700ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-11-10": "San Baudolino", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-11-10": "San Baudolino", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-11-10": "San Baudolino", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-11-10": "San Baudolino", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-11-10": "San Baudolino", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-11-10": "San Baudolino", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-11-10": "San Baudolino", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-11-10": "San Baudolino", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-11-10": "San Baudolino", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-11-10": "San Baudolino", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-11-10": "San Baudolino", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-11-10": "San Baudolino", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-11-10": "San Baudolino", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-11-10": "San Baudolino", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-11-10": "San Baudolino", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-11-10": "San Baudolino", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-11-10": "San Baudolino", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-11-10": "San Baudolino", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-11-10": "San Baudolino", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-11-10": "San Baudolino", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-11-10": "San Baudolino", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-11-10": "San Baudolino", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-11-10": "San Baudolino", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-11-10": "San Baudolino", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-11-10": "San Baudolino", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-11-10": "San Baudolino", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-11-10": "San Baudolino", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-11-10": "San Baudolino", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-11-10": "San Baudolino", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-11-10": "San Baudolino", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-11-10": "San Baudolino", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-11-10": "San Baudolino", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-11-10": "San Baudolino", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-11-10": "San Baudolino", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-11-10": "San Baudolino", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-11-10": "San Baudolino", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-11-10": "San Baudolino", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-11-10": "San Baudolino", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-11-10": "San Baudolino", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-11-10": "San Baudolino", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-11-10": "San Baudolino", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-11-10": "San Baudolino", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-11-10": "San Baudolino", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-11-10": "San Baudolino", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-11-10": "San Baudolino", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-11-10": "San Baudolino", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-11-10": "San Baudolino", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-11-10": "San Baudolino", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-11-10": "San Baudolino", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-11-10": "San Baudolino", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-11-10": "San Baudolino", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-11-10": "San Baudolino", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-11-10": "San Baudolino", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-11-10": "San Baudolino", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-11-10": "San Baudolino", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-11-10": "San Baudolino", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-11-10": "San Baudolino", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-11-10": "San Baudolino", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-11-10": "San Baudolino", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-11-10": "San Baudolino", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-11-10": "San Baudolino", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-11-10": "San Baudolino", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-11-10": "San Baudolino", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-11-10": "San Baudolino", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-11-10": "San Baudolino", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-11-10": "San Baudolino", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-11-10": "San Baudolino", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-11-10": "San Baudolino", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-11-10": "San Baudolino", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-11-10": "San Baudolino", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-11-10": "San Baudolino", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-11-10": "San Baudolino", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-11-10": "San Baudolino", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-11-10": "San Baudolino", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-11-10": "San Baudolino", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-11-10": "San Baudolino", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-11-10": "San Baudolino", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-11-10": "San Baudolino", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-11-10": "San Baudolino", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-11-10": "San Baudolino", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-11-10": "San Baudolino", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-11-10": "San Baudolino", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-11-10": "San Baudolino", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-11-10": "San Baudolino", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-11-10": "San Baudolino", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-11-10": "San Baudolino", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-11-10": "San Baudolino", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-11-10": "San Baudolino", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-11-10": "San Baudolino", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-11-10": "San Baudolino", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-11-10": "San Baudolino", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-11-10": "San Baudolino", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-11-10": "San Baudolino", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-11-10": "San Baudolino", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-11-10": "San Baudolino", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-11-10": "San Baudolino", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-11-10": "San Baudolino", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-11-10": "San Baudolino", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-11-10": "San Baudolino", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-11-10": "San Baudolino", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-11-10": "San Baudolino", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_AN.json000066400000000000000000001615531500152103600211030ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-04": "San Ciriaco", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-04": "San Ciriaco", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-04": "San Ciriaco", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-04": "San Ciriaco", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-04": "San Ciriaco", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-04": "San Ciriaco", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-04": "San Ciriaco", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-04": "San Ciriaco", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-04": "San Ciriaco", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-04": "San Ciriaco", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-04": "San Ciriaco", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-04": "San Ciriaco", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-04": "San Ciriaco", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-04": "San Ciriaco", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-04": "San Ciriaco", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-04": "San Ciriaco", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-04": "San Ciriaco", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore; San Ciriaco", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-04": "San Ciriaco", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-04": "San Ciriaco", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-04": "San Ciriaco", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-04": "San Ciriaco", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-04": "San Ciriaco", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-04": "San Ciriaco", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-04": "San Ciriaco", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-04": "San Ciriaco", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-04": "San Ciriaco", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-04": "San Ciriaco", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-04": "San Ciriaco", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-04": "San Ciriaco", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-04": "San Ciriaco", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-04": "San Ciriaco", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-04": "San Ciriaco", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-04": "San Ciriaco", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-04": "San Ciriaco", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-04": "San Ciriaco", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-04": "San Ciriaco", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-04": "San Ciriaco", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-04": "San Ciriaco", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-04": "San Ciriaco", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-04": "San Ciriaco", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-04": "San Ciriaco", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-04": "San Ciriaco", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-04": "San Ciriaco", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-04": "San Ciriaco", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-04": "San Ciriaco", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-04": "San Ciriaco", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-04": "San Ciriaco", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-04": "San Ciriaco", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-04": "San Ciriaco", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-04": "San Ciriaco", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-04": "San Ciriaco", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-04": "San Ciriaco", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-04": "San Ciriaco", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-04": "San Ciriaco", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-04": "San Ciriaco", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-04": "San Ciriaco", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-04": "San Ciriaco", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-04": "San Ciriaco", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-04": "San Ciriaco", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-04": "San Ciriaco", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-04": "San Ciriaco", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-04": "San Ciriaco", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-04": "San Ciriaco", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-04": "San Ciriaco", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-04": "San Ciriaco", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-04": "San Ciriaco", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-04": "San Ciriaco", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-04": "San Ciriaco", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-04": "San Ciriaco", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-04": "San Ciriaco", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-04": "San Ciriaco", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-04": "San Ciriaco", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-04": "San Ciriaco", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-04": "San Ciriaco", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-04": "San Ciriaco", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-04": "San Ciriaco", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-04": "San Ciriaco", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-04": "San Ciriaco", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-04": "San Ciriaco", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-04": "San Ciriaco", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-04": "San Ciriaco", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-04": "San Ciriaco", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-04": "San Ciriaco", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-04": "San Ciriaco", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-04": "San Ciriaco", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-04": "San Ciriaco", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-04": "San Ciriaco", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-04": "San Ciriaco", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-04": "San Ciriaco", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-04": "San Ciriaco", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-04": "San Ciriaco", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-04": "San Ciriaco", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-04": "San Ciriaco", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-04": "San Ciriaco", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-04": "San Ciriaco", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-04": "San Ciriaco", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-04": "San Ciriaco", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-04": "San Ciriaco", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-04": "San Ciriaco", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-04": "San Ciriaco", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_ANDRIA.json000066400000000000000000001637261500152103600215470ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-17": "San Riccardo di Andria", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-16": "San Riccardo di Andria", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-21": "San Riccardo di Andria", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-20": "San Riccardo di Andria", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-19": "San Riccardo di Andria", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-18": "San Riccardo di Andria", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-16": "San Riccardo di Andria", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-15": "San Riccardo di Andria", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-21": "San Riccardo di Andria", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-20": "San Riccardo di Andria", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-18": "San Riccardo di Andria", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-17": "San Riccardo di Andria", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-16": "San Riccardo di Andria", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-15": "San Riccardo di Andria", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-20": "San Riccardo di Andria", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-19": "San Riccardo di Andria", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-18": "San Riccardo di Andria", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-17": "San Riccardo di Andria", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-15": "San Riccardo di Andria", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-21": "San Riccardo di Andria", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-20": "San Riccardo di Andria", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-19": "San Riccardo di Andria", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-17": "San Riccardo di Andria", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-16": "San Riccardo di Andria", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-15": "San Riccardo di Andria", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-21": "San Riccardo di Andria", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-19": "San Riccardo di Andria", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-18": "San Riccardo di Andria", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-17": "San Riccardo di Andria", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-16": "San Riccardo di Andria", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-21": "San Riccardo di Andria", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-20": "San Riccardo di Andria", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-19": "San Riccardo di Andria", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-18": "San Riccardo di Andria", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-16": "San Riccardo di Andria", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-15": "San Riccardo di Andria", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-21": "San Riccardo di Andria", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-20": "San Riccardo di Andria", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-18": "San Riccardo di Andria", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-17": "San Riccardo di Andria", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-16": "San Riccardo di Andria", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-15": "San Riccardo di Andria", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-20": "San Riccardo di Andria", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-19": "San Riccardo di Andria", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-18": "San Riccardo di Andria", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-17": "San Riccardo di Andria", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-15": "San Riccardo di Andria", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-21": "San Riccardo di Andria", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-20": "San Riccardo di Andria", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-19": "San Riccardo di Andria", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-17": "San Riccardo di Andria", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-16": "San Riccardo di Andria", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-15": "San Riccardo di Andria", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-21": "San Riccardo di Andria", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-19": "San Riccardo di Andria", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-18": "San Riccardo di Andria", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-17": "San Riccardo di Andria", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-16": "San Riccardo di Andria", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-21": "San Riccardo di Andria", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-20": "San Riccardo di Andria", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-19": "San Riccardo di Andria", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-18": "San Riccardo di Andria", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-16": "San Riccardo di Andria", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-15": "San Riccardo di Andria", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-21": "San Riccardo di Andria", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-20": "San Riccardo di Andria", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-18": "San Riccardo di Andria", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-17": "San Riccardo di Andria", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-16": "San Riccardo di Andria", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-15": "San Riccardo di Andria", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-20": "San Riccardo di Andria", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-19": "San Riccardo di Andria", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-18": "San Riccardo di Andria", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-17": "San Riccardo di Andria", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-15": "San Riccardo di Andria", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-21": "San Riccardo di Andria", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-20": "San Riccardo di Andria", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-19": "San Riccardo di Andria", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-17": "San Riccardo di Andria", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-16": "San Riccardo di Andria", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-15": "San Riccardo di Andria", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-21": "San Riccardo di Andria", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-19": "San Riccardo di Andria", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-18": "San Riccardo di Andria", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-17": "San Riccardo di Andria", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-16": "San Riccardo di Andria", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-21": "San Riccardo di Andria", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-20": "San Riccardo di Andria", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-19": "San Riccardo di Andria", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-18": "San Riccardo di Andria", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-16": "San Riccardo di Andria", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-15": "San Riccardo di Andria", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-21": "San Riccardo di Andria", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-20": "San Riccardo di Andria", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-18": "San Riccardo di Andria", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-17": "San Riccardo di Andria", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-16": "San Riccardo di Andria", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-15": "San Riccardo di Andria", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-20": "San Riccardo di Andria", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-19": "San Riccardo di Andria", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-18": "San Riccardo di Andria", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_AO.json000066400000000000000000001612651500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-07": "San Grato", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-07": "San Grato", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-07": "San Grato", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-07": "San Grato", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-07": "San Grato", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-07": "San Grato", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-07": "San Grato", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-07": "San Grato", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-07": "San Grato", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-07": "San Grato", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-07": "San Grato", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-07": "San Grato", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-07": "San Grato", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-07": "San Grato", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-07": "San Grato", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-07": "San Grato", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-07": "San Grato", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-07": "San Grato", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-07": "San Grato", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-07": "San Grato", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-07": "San Grato", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-07": "San Grato", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-07": "San Grato", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-07": "San Grato", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-07": "San Grato", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-07": "San Grato", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-07": "San Grato", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-07": "San Grato", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-07": "San Grato", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-07": "San Grato", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-07": "San Grato", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-07": "San Grato", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-07": "San Grato", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-07": "San Grato", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-07": "San Grato", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-07": "San Grato", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-07": "San Grato", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-07": "San Grato", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-07": "San Grato", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-07": "San Grato", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-07": "San Grato", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-07": "San Grato", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-07": "San Grato", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-07": "San Grato", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-07": "San Grato", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-07": "San Grato", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-07": "San Grato", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-07": "San Grato", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-07": "San Grato", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-07": "San Grato", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-07": "San Grato", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-07": "San Grato", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-07": "San Grato", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-07": "San Grato", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-07": "San Grato", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-07": "San Grato", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-07": "San Grato", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-07": "San Grato", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-07": "San Grato", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-07": "San Grato", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-07": "San Grato", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-07": "San Grato", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-07": "San Grato", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-07": "San Grato", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-07": "San Grato", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-07": "San Grato", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-07": "San Grato", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-07": "San Grato", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-07": "San Grato", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-07": "San Grato", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-07": "San Grato", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-07": "San Grato", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-07": "San Grato", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-07": "San Grato", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-07": "San Grato", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-07": "San Grato", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-07": "San Grato", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-07": "San Grato", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-07": "San Grato", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-07": "San Grato", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-07": "San Grato", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-07": "San Grato", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-07": "San Grato", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-07": "San Grato", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-07": "San Grato", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-07": "San Grato", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-07": "San Grato", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-07": "San Grato", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-07": "San Grato", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-07": "San Grato", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-07": "San Grato", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-07": "San Grato", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-07": "San Grato", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-07": "San Grato", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-07": "San Grato", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-07": "San Grato", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-07": "San Grato", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-07": "San Grato", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-07": "San Grato", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-07": "San Grato", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-07": "San Grato", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_AP.json000066400000000000000000001615771500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-05": "Sant'Emidio", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-05": "Sant'Emidio", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-05": "Sant'Emidio", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-05": "Sant'Emidio", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-05": "Sant'Emidio", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-05": "Sant'Emidio", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-05": "Sant'Emidio", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-05": "Sant'Emidio", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-05": "Sant'Emidio", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-05": "Sant'Emidio", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-05": "Sant'Emidio", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-05": "Sant'Emidio", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-05": "Sant'Emidio", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-05": "Sant'Emidio", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-05": "Sant'Emidio", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-05": "Sant'Emidio", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-05": "Sant'Emidio", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-05": "Sant'Emidio", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-05": "Sant'Emidio", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-05": "Sant'Emidio", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-05": "Sant'Emidio", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-05": "Sant'Emidio", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-05": "Sant'Emidio", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-05": "Sant'Emidio", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-05": "Sant'Emidio", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-05": "Sant'Emidio", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-05": "Sant'Emidio", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-05": "Sant'Emidio", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-05": "Sant'Emidio", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-05": "Sant'Emidio", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-05": "Sant'Emidio", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-05": "Sant'Emidio", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-05": "Sant'Emidio", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-05": "Sant'Emidio", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-05": "Sant'Emidio", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-05": "Sant'Emidio", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-05": "Sant'Emidio", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-05": "Sant'Emidio", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-05": "Sant'Emidio", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-05": "Sant'Emidio", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-05": "Sant'Emidio", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-05": "Sant'Emidio", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-05": "Sant'Emidio", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-05": "Sant'Emidio", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-05": "Sant'Emidio", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-05": "Sant'Emidio", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-05": "Sant'Emidio", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-05": "Sant'Emidio", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-05": "Sant'Emidio", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-05": "Sant'Emidio", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-05": "Sant'Emidio", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-05": "Sant'Emidio", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-05": "Sant'Emidio", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-05": "Sant'Emidio", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-05": "Sant'Emidio", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-05": "Sant'Emidio", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-05": "Sant'Emidio", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-05": "Sant'Emidio", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-05": "Sant'Emidio", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-05": "Sant'Emidio", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-05": "Sant'Emidio", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-05": "Sant'Emidio", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-05": "Sant'Emidio", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-05": "Sant'Emidio", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-05": "Sant'Emidio", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-05": "Sant'Emidio", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-05": "Sant'Emidio", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-05": "Sant'Emidio", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-05": "Sant'Emidio", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-05": "Sant'Emidio", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-05": "Sant'Emidio", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-05": "Sant'Emidio", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-05": "Sant'Emidio", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-05": "Sant'Emidio", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-05": "Sant'Emidio", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-05": "Sant'Emidio", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-05": "Sant'Emidio", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-05": "Sant'Emidio", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-05": "Sant'Emidio", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-05": "Sant'Emidio", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-05": "Sant'Emidio", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-05": "Sant'Emidio", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-05": "Sant'Emidio", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-05": "Sant'Emidio", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-05": "Sant'Emidio", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-05": "Sant'Emidio", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-05": "Sant'Emidio", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-05": "Sant'Emidio", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-05": "Sant'Emidio", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-05": "Sant'Emidio", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-05": "Sant'Emidio", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-05": "Sant'Emidio", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-05": "Sant'Emidio", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-05": "Sant'Emidio", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-05": "Sant'Emidio", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-05": "Sant'Emidio", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-05": "Sant'Emidio", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-05": "Sant'Emidio", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-05": "Sant'Emidio", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-05": "Sant'Emidio", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-05": "Sant'Emidio", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_AQ.json000066400000000000000000001632231500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-10": "San Massimo D'Aveia", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-10": "San Massimo D'Aveia", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-10": "San Massimo D'Aveia", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-10": "San Massimo D'Aveia", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-10": "San Massimo D'Aveia", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-10": "San Massimo D'Aveia", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-10": "San Massimo D'Aveia", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-10": "San Massimo D'Aveia", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-10": "San Massimo D'Aveia", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-10": "San Massimo D'Aveia", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-10": "San Massimo D'Aveia", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-10": "San Massimo D'Aveia", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-10": "San Massimo D'Aveia", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-10": "San Massimo D'Aveia", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-10": "San Massimo D'Aveia", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-10": "San Massimo D'Aveia", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-10": "San Massimo D'Aveia", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-10": "San Massimo D'Aveia", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-10": "San Massimo D'Aveia", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-10": "San Massimo D'Aveia", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-10": "San Massimo D'Aveia", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini; San Massimo D'Aveia", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-10": "San Massimo D'Aveia", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-10": "San Massimo D'Aveia", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-10": "San Massimo D'Aveia", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-10": "San Massimo D'Aveia", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-10": "San Massimo D'Aveia", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-10": "San Massimo D'Aveia", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-10": "San Massimo D'Aveia", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-10": "San Massimo D'Aveia", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-10": "San Massimo D'Aveia", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-10": "San Massimo D'Aveia", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-10": "San Massimo D'Aveia", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-10": "San Massimo D'Aveia", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-10": "San Massimo D'Aveia", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-10": "San Massimo D'Aveia", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-10": "San Massimo D'Aveia", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-10": "San Massimo D'Aveia", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-10": "San Massimo D'Aveia", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-10": "San Massimo D'Aveia", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-10": "San Massimo D'Aveia", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-10": "San Massimo D'Aveia", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-10": "San Massimo D'Aveia", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-10": "San Massimo D'Aveia", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-10": "San Massimo D'Aveia", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-10": "San Massimo D'Aveia", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-10": "San Massimo D'Aveia", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-10": "San Massimo D'Aveia", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-10": "San Massimo D'Aveia", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-10": "San Massimo D'Aveia", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-10": "San Massimo D'Aveia", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-10": "San Massimo D'Aveia", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-10": "San Massimo D'Aveia", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-10": "San Massimo D'Aveia", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-10": "San Massimo D'Aveia", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-10": "San Massimo D'Aveia", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-10": "San Massimo D'Aveia", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-10": "San Massimo D'Aveia", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-10": "San Massimo D'Aveia", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-10": "San Massimo D'Aveia", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-10": "San Massimo D'Aveia", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-10": "San Massimo D'Aveia", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-10": "San Massimo D'Aveia", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-10": "San Massimo D'Aveia", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-10": "San Massimo D'Aveia", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-10": "San Massimo D'Aveia", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-10": "San Massimo D'Aveia", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-10": "San Massimo D'Aveia", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-10": "San Massimo D'Aveia", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-10": "San Massimo D'Aveia", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-10": "San Massimo D'Aveia", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-10": "San Massimo D'Aveia", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-10": "San Massimo D'Aveia", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-10": "San Massimo D'Aveia", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-10": "San Massimo D'Aveia", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-10": "San Massimo D'Aveia", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-10": "San Massimo D'Aveia", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-10": "San Massimo D'Aveia", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-10": "San Massimo D'Aveia", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-10": "San Massimo D'Aveia", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-10": "San Massimo D'Aveia", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-10": "San Massimo D'Aveia", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-10": "San Massimo D'Aveia", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-10": "San Massimo D'Aveia", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-10": "San Massimo D'Aveia", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-10": "San Massimo D'Aveia", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-10": "San Massimo D'Aveia", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-10": "San Massimo D'Aveia", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-10": "San Massimo D'Aveia", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-10": "San Massimo D'Aveia", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-10": "San Massimo D'Aveia", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-10": "San Massimo D'Aveia", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-10": "San Massimo D'Aveia", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-10": "San Massimo D'Aveia", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-10": "San Massimo D'Aveia", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-10": "San Massimo D'Aveia", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-10": "San Massimo D'Aveia", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-10": "San Massimo D'Aveia", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-10": "San Massimo D'Aveia", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-10": "San Massimo D'Aveia", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-10": "San Massimo D'Aveia", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_AR.json000066400000000000000000001632471500152103600211110ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-07": "San Donato D'Arezzo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-07": "San Donato D'Arezzo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-07": "San Donato D'Arezzo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-07": "San Donato D'Arezzo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-07": "San Donato D'Arezzo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-07": "San Donato D'Arezzo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-07": "San Donato D'Arezzo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-07": "San Donato D'Arezzo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-07": "San Donato D'Arezzo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-07": "San Donato D'Arezzo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-07": "San Donato D'Arezzo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-07": "San Donato D'Arezzo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-07": "San Donato D'Arezzo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-07": "San Donato D'Arezzo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-07": "San Donato D'Arezzo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-07": "San Donato D'Arezzo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-07": "San Donato D'Arezzo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-07": "San Donato D'Arezzo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-07": "San Donato D'Arezzo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-07": "San Donato D'Arezzo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-07": "San Donato D'Arezzo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-07": "San Donato D'Arezzo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-07": "San Donato D'Arezzo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-07": "San Donato D'Arezzo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-07": "San Donato D'Arezzo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-07": "San Donato D'Arezzo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-07": "San Donato D'Arezzo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-07": "San Donato D'Arezzo", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-07": "San Donato D'Arezzo", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-07": "San Donato D'Arezzo", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-07": "San Donato D'Arezzo", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-07": "San Donato D'Arezzo", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-07": "San Donato D'Arezzo", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-07": "San Donato D'Arezzo", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-07": "San Donato D'Arezzo", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-07": "San Donato D'Arezzo", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-07": "San Donato D'Arezzo", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-07": "San Donato D'Arezzo", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-07": "San Donato D'Arezzo", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-07": "San Donato D'Arezzo", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-07": "San Donato D'Arezzo", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-07": "San Donato D'Arezzo", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-07": "San Donato D'Arezzo", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-07": "San Donato D'Arezzo", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-07": "San Donato D'Arezzo", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-07": "San Donato D'Arezzo", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-07": "San Donato D'Arezzo", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-07": "San Donato D'Arezzo", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-07": "San Donato D'Arezzo", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-07": "San Donato D'Arezzo", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-07": "San Donato D'Arezzo", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-07": "San Donato D'Arezzo", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-07": "San Donato D'Arezzo", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-07": "San Donato D'Arezzo", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-07": "San Donato D'Arezzo", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-07": "San Donato D'Arezzo", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-07": "San Donato D'Arezzo", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-07": "San Donato D'Arezzo", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-07": "San Donato D'Arezzo", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-07": "San Donato D'Arezzo", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-07": "San Donato D'Arezzo", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-07": "San Donato D'Arezzo", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-07": "San Donato D'Arezzo", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-07": "San Donato D'Arezzo", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-07": "San Donato D'Arezzo", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-07": "San Donato D'Arezzo", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-07": "San Donato D'Arezzo", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-07": "San Donato D'Arezzo", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-07": "San Donato D'Arezzo", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-07": "San Donato D'Arezzo", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-07": "San Donato D'Arezzo", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-07": "San Donato D'Arezzo", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-07": "San Donato D'Arezzo", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-07": "San Donato D'Arezzo", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-07": "San Donato D'Arezzo", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-07": "San Donato D'Arezzo", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-07": "San Donato D'Arezzo", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-07": "San Donato D'Arezzo", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-07": "San Donato D'Arezzo", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-07": "San Donato D'Arezzo", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-07": "San Donato D'Arezzo", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-07": "San Donato D'Arezzo", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-07": "San Donato D'Arezzo", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-07": "San Donato D'Arezzo", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-07": "San Donato D'Arezzo", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-07": "San Donato D'Arezzo", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-07": "San Donato D'Arezzo", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-07": "San Donato D'Arezzo", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-07": "San Donato D'Arezzo", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-07": "San Donato D'Arezzo", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-07": "San Donato D'Arezzo", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-07": "San Donato D'Arezzo", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-07": "San Donato D'Arezzo", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-07": "San Donato D'Arezzo", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-07": "San Donato D'Arezzo", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-07": "San Donato D'Arezzo", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-07": "San Donato D'Arezzo", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-07": "San Donato D'Arezzo", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-07": "San Donato D'Arezzo", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-07": "San Donato D'Arezzo", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-07": "San Donato D'Arezzo", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_AT.json000066400000000000000000001625731500152103600211140ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-02": "San Secondo di Asti", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori; San Secondo di Asti", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-06": "San Secondo di Asti", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-05": "San Secondo di Asti", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-04": "San Secondo di Asti", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-03": "San Secondo di Asti", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori; San Secondo di Asti", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-07": "San Secondo di Asti", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-06": "San Secondo di Asti", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-05": "San Secondo di Asti", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-03": "San Secondo di Asti", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-02": "San Secondo di Asti", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori; San Secondo di Asti", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-07": "San Secondo di Asti", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-05": "San Secondo di Asti", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-04": "San Secondo di Asti", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-03": "San Secondo di Asti", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-02": "San Secondo di Asti", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-07": "San Secondo di Asti", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-06": "San Secondo di Asti", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-05": "San Secondo di Asti", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-04": "San Secondo di Asti", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-02": "San Secondo di Asti", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori; San Secondo di Asti", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-07": "San Secondo di Asti", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-06": "San Secondo di Asti", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-04": "San Secondo di Asti", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-03": "San Secondo di Asti", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-02": "San Secondo di Asti", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori; San Secondo di Asti", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-06": "San Secondo di Asti", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-05": "San Secondo di Asti", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-04": "San Secondo di Asti", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-03": "San Secondo di Asti", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori; San Secondo di Asti", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-07": "San Secondo di Asti", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-06": "San Secondo di Asti", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-05": "San Secondo di Asti", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-03": "San Secondo di Asti", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-02": "San Secondo di Asti", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori; San Secondo di Asti", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-07": "San Secondo di Asti", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-05": "San Secondo di Asti", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-04": "San Secondo di Asti", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-03": "San Secondo di Asti", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-02": "San Secondo di Asti", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-07": "San Secondo di Asti", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-06": "San Secondo di Asti", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-05": "San Secondo di Asti", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-04": "San Secondo di Asti", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-02": "San Secondo di Asti", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori; San Secondo di Asti", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-07": "San Secondo di Asti", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-06": "San Secondo di Asti", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-04": "San Secondo di Asti", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-03": "San Secondo di Asti", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-02": "San Secondo di Asti", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori; San Secondo di Asti", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-06": "San Secondo di Asti", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-05": "San Secondo di Asti", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-04": "San Secondo di Asti", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-03": "San Secondo di Asti", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori; San Secondo di Asti", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-07": "San Secondo di Asti", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-06": "San Secondo di Asti", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-05": "San Secondo di Asti", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-03": "San Secondo di Asti", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-02": "San Secondo di Asti", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori; San Secondo di Asti", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-07": "San Secondo di Asti", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-05": "San Secondo di Asti", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-04": "San Secondo di Asti", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-03": "San Secondo di Asti", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-02": "San Secondo di Asti", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-07": "San Secondo di Asti", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-06": "San Secondo di Asti", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-05": "San Secondo di Asti", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-04": "San Secondo di Asti", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-02": "San Secondo di Asti", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori; San Secondo di Asti", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-07": "San Secondo di Asti", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-06": "San Secondo di Asti", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-04": "San Secondo di Asti", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-03": "San Secondo di Asti", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-02": "San Secondo di Asti", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori; San Secondo di Asti", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-06": "San Secondo di Asti", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-05": "San Secondo di Asti", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-04": "San Secondo di Asti", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-03": "San Secondo di Asti", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori; San Secondo di Asti", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-07": "San Secondo di Asti", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-06": "San Secondo di Asti", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-05": "San Secondo di Asti", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-03": "San Secondo di Asti", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-02": "San Secondo di Asti", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori; San Secondo di Asti", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-07": "San Secondo di Asti", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-05": "San Secondo di Asti", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-04": "San Secondo di Asti", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-03": "San Secondo di Asti", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_AV.json000066400000000000000000001621111500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-02-14": "San Modestino", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-02-14": "San Modestino", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-02-14": "San Modestino", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-02-14": "San Modestino", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-02-14": "San Modestino", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-02-14": "San Modestino", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-02-14": "San Modestino", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-02-14": "San Modestino", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-02-14": "San Modestino", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-02-14": "San Modestino", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-02-14": "San Modestino", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-02-14": "San Modestino", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-02-14": "San Modestino", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-02-14": "San Modestino", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-02-14": "San Modestino", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-02-14": "San Modestino", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-02-14": "San Modestino", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-02-14": "San Modestino", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-02-14": "San Modestino", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-02-14": "San Modestino", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-02-14": "San Modestino", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-02-14": "San Modestino", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-02-14": "San Modestino", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-02-14": "San Modestino", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-02-14": "San Modestino", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-02-14": "San Modestino", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-02-14": "San Modestino", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-02-14": "San Modestino", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-02-14": "San Modestino", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-02-14": "San Modestino", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-02-14": "San Modestino", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-02-14": "San Modestino", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-02-14": "San Modestino", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-02-14": "San Modestino", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-02-14": "San Modestino", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-02-14": "San Modestino", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-02-14": "San Modestino", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-02-14": "San Modestino", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-02-14": "San Modestino", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-02-14": "San Modestino", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-02-14": "San Modestino", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-02-14": "San Modestino", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-02-14": "San Modestino", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-02-14": "San Modestino", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-02-14": "San Modestino", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-02-14": "San Modestino", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-02-14": "San Modestino", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-02-14": "San Modestino", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-02-14": "San Modestino", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-02-14": "San Modestino", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-02-14": "San Modestino", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-02-14": "San Modestino", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-02-14": "San Modestino", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-02-14": "San Modestino", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-02-14": "San Modestino", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-02-14": "San Modestino", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-02-14": "San Modestino", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-02-14": "San Modestino", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-02-14": "San Modestino", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-02-14": "San Modestino", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-02-14": "San Modestino", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-02-14": "San Modestino", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-02-14": "San Modestino", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-02-14": "San Modestino", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-02-14": "San Modestino", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-02-14": "San Modestino", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-02-14": "San Modestino", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-02-14": "San Modestino", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-02-14": "San Modestino", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-02-14": "San Modestino", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-02-14": "San Modestino", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-02-14": "San Modestino", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-02-14": "San Modestino", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-02-14": "San Modestino", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-02-14": "San Modestino", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-02-14": "San Modestino", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-02-14": "San Modestino", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-02-14": "San Modestino", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-02-14": "San Modestino", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-02-14": "San Modestino", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-02-14": "San Modestino", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-02-14": "San Modestino", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-02-14": "San Modestino", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-02-14": "San Modestino", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-02-14": "San Modestino", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-02-14": "San Modestino", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-02-14": "San Modestino", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-02-14": "San Modestino", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-02-14": "San Modestino", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-02-14": "San Modestino", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-02-14": "San Modestino", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-02-14": "San Modestino", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-02-14": "San Modestino", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-02-14": "San Modestino", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-02-14": "San Modestino", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-02-14": "San Modestino", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-02-14": "San Modestino", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-02-14": "San Modestino", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-02-14": "San Modestino", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-02-14": "San Modestino", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-02-14": "San Modestino", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_BA.json000066400000000000000000001614321500152103600210630ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-06": "San Nicola", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-06": "San Nicola", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-06": "San Nicola", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-06": "San Nicola", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-06": "San Nicola", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-06": "San Nicola", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-06": "San Nicola", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-06": "San Nicola", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-06": "San Nicola", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-06": "San Nicola", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-06": "San Nicola", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-06": "San Nicola", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-06": "San Nicola", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-06": "San Nicola", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-06": "San Nicola", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-06": "San Nicola", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-06": "San Nicola", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-06": "San Nicola", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-06": "San Nicola", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-06": "San Nicola", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-06": "San Nicola", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-06": "San Nicola", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-06": "San Nicola", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-06": "San Nicola", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-06": "San Nicola", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-06": "San Nicola", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-06": "San Nicola", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-06": "San Nicola", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-06": "San Nicola", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-06": "San Nicola", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-06": "San Nicola", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-06": "San Nicola", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-06": "San Nicola", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-06": "San Nicola", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-06": "San Nicola", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-06": "San Nicola", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-06": "San Nicola", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-06": "San Nicola", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-06": "San Nicola", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-06": "San Nicola", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-06": "San Nicola", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-06": "San Nicola", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-06": "San Nicola", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-06": "San Nicola", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-06": "San Nicola", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-06": "San Nicola", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-06": "San Nicola", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-06": "San Nicola", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-06": "San Nicola", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-06": "San Nicola", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-06": "San Nicola", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-06": "San Nicola", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-06": "San Nicola", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-06": "San Nicola", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-06": "San Nicola", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-06": "San Nicola", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-06": "San Nicola", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-06": "San Nicola", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-06": "San Nicola", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-06": "San Nicola", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-06": "San Nicola", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-06": "San Nicola", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-06": "San Nicola", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-06": "San Nicola", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-06": "San Nicola", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-06": "San Nicola", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-06": "San Nicola", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-06": "San Nicola", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-06": "San Nicola", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-06": "San Nicola", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-06": "San Nicola", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-06": "San Nicola", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-06": "San Nicola", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-06": "San Nicola", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-06": "San Nicola", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-06": "San Nicola", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-06": "San Nicola", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-06": "San Nicola", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-06": "San Nicola", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-06": "San Nicola", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-06": "San Nicola", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-06": "San Nicola", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-06": "San Nicola", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-06": "San Nicola", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-06": "San Nicola", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-06": "San Nicola", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-06": "San Nicola", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-06": "San Nicola", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-06": "San Nicola", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-06": "San Nicola", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-06": "San Nicola", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-06": "San Nicola", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-06": "San Nicola", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-06": "San Nicola", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-06": "San Nicola", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-06": "San Nicola", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-06": "San Nicola", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-06": "San Nicola", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-06": "San Nicola", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-06": "San Nicola", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-06": "San Nicola", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_BARLETTA.json000066400000000000000000001615771500152103600220110ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1950-12-30": "San Ruggero", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1951-12-30": "San Ruggero", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1952-12-30": "San Ruggero", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1953-12-30": "San Ruggero", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1954-12-30": "San Ruggero", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1955-12-30": "San Ruggero", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1956-12-30": "San Ruggero", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1957-12-30": "San Ruggero", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1958-12-30": "San Ruggero", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1959-12-30": "San Ruggero", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1960-12-30": "San Ruggero", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1961-12-30": "San Ruggero", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1962-12-30": "San Ruggero", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1963-12-30": "San Ruggero", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1964-12-30": "San Ruggero", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1965-12-30": "San Ruggero", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1966-12-30": "San Ruggero", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1967-12-30": "San Ruggero", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1968-12-30": "San Ruggero", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1969-12-30": "San Ruggero", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1970-12-30": "San Ruggero", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1971-12-30": "San Ruggero", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1972-12-30": "San Ruggero", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1973-12-30": "San Ruggero", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1974-12-30": "San Ruggero", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1975-12-30": "San Ruggero", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1976-12-30": "San Ruggero", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1977-12-30": "San Ruggero", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1978-12-30": "San Ruggero", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1979-12-30": "San Ruggero", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1980-12-30": "San Ruggero", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1981-12-30": "San Ruggero", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1982-12-30": "San Ruggero", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1983-12-30": "San Ruggero", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1984-12-30": "San Ruggero", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1985-12-30": "San Ruggero", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1986-12-30": "San Ruggero", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1987-12-30": "San Ruggero", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1988-12-30": "San Ruggero", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1989-12-30": "San Ruggero", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1990-12-30": "San Ruggero", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1991-12-30": "San Ruggero", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1992-12-30": "San Ruggero", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1993-12-30": "San Ruggero", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1994-12-30": "San Ruggero", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1995-12-30": "San Ruggero", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1996-12-30": "San Ruggero", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1997-12-30": "San Ruggero", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1998-12-30": "San Ruggero", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "1999-12-30": "San Ruggero", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2000-12-30": "San Ruggero", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2001-12-30": "San Ruggero", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2002-12-30": "San Ruggero", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2003-12-30": "San Ruggero", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2004-12-30": "San Ruggero", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2005-12-30": "San Ruggero", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2006-12-30": "San Ruggero", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2007-12-30": "San Ruggero", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2008-12-30": "San Ruggero", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2009-12-30": "San Ruggero", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2010-12-30": "San Ruggero", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2011-12-30": "San Ruggero", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2012-12-30": "San Ruggero", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2013-12-30": "San Ruggero", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2014-12-30": "San Ruggero", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2015-12-30": "San Ruggero", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2016-12-30": "San Ruggero", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2017-12-30": "San Ruggero", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2018-12-30": "San Ruggero", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2019-12-30": "San Ruggero", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2020-12-30": "San Ruggero", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2021-12-30": "San Ruggero", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2022-12-30": "San Ruggero", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2023-12-30": "San Ruggero", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2024-12-30": "San Ruggero", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2025-12-30": "San Ruggero", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2026-12-30": "San Ruggero", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2027-12-30": "San Ruggero", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2028-12-30": "San Ruggero", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2029-12-30": "San Ruggero", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2030-12-30": "San Ruggero", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2031-12-30": "San Ruggero", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2032-12-30": "San Ruggero", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2033-12-30": "San Ruggero", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2034-12-30": "San Ruggero", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2035-12-30": "San Ruggero", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2036-12-30": "San Ruggero", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2037-12-30": "San Ruggero", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2038-12-30": "San Ruggero", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2039-12-30": "San Ruggero", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2040-12-30": "San Ruggero", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2041-12-30": "San Ruggero", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2042-12-30": "San Ruggero", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2043-12-30": "San Ruggero", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2044-12-30": "San Ruggero", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2045-12-30": "San Ruggero", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2046-12-30": "San Ruggero", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2047-12-30": "San Ruggero", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2048-12-30": "San Ruggero", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2049-12-30": "San Ruggero", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano", "2050-12-30": "San Ruggero" } holidays-0.71/snapshots/countries/IT_BG.json000066400000000000000000001645521500152103600210770ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-08-26": "Sant'Alessandro di Bergamo", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-08-26": "Sant'Alessandro di Bergamo", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-08-26": "Sant'Alessandro di Bergamo", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-08-26": "Sant'Alessandro di Bergamo", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-08-26": "Sant'Alessandro di Bergamo", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-08-26": "Sant'Alessandro di Bergamo", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-08-26": "Sant'Alessandro di Bergamo", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-08-26": "Sant'Alessandro di Bergamo", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-08-26": "Sant'Alessandro di Bergamo", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-08-26": "Sant'Alessandro di Bergamo", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-08-26": "Sant'Alessandro di Bergamo", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-08-26": "Sant'Alessandro di Bergamo", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-08-26": "Sant'Alessandro di Bergamo", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-08-26": "Sant'Alessandro di Bergamo", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-08-26": "Sant'Alessandro di Bergamo", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-08-26": "Sant'Alessandro di Bergamo", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-08-26": "Sant'Alessandro di Bergamo", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-08-26": "Sant'Alessandro di Bergamo", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-08-26": "Sant'Alessandro di Bergamo", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-08-26": "Sant'Alessandro di Bergamo", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-08-26": "Sant'Alessandro di Bergamo", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-08-26": "Sant'Alessandro di Bergamo", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-08-26": "Sant'Alessandro di Bergamo", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-08-26": "Sant'Alessandro di Bergamo", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-08-26": "Sant'Alessandro di Bergamo", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-08-26": "Sant'Alessandro di Bergamo", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-08-26": "Sant'Alessandro di Bergamo", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-08-26": "Sant'Alessandro di Bergamo", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-08-26": "Sant'Alessandro di Bergamo", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-08-26": "Sant'Alessandro di Bergamo", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-08-26": "Sant'Alessandro di Bergamo", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-08-26": "Sant'Alessandro di Bergamo", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-08-26": "Sant'Alessandro di Bergamo", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-08-26": "Sant'Alessandro di Bergamo", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-08-26": "Sant'Alessandro di Bergamo", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-08-26": "Sant'Alessandro di Bergamo", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-08-26": "Sant'Alessandro di Bergamo", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-08-26": "Sant'Alessandro di Bergamo", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-08-26": "Sant'Alessandro di Bergamo", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-08-26": "Sant'Alessandro di Bergamo", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-08-26": "Sant'Alessandro di Bergamo", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-08-26": "Sant'Alessandro di Bergamo", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-08-26": "Sant'Alessandro di Bergamo", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-08-26": "Sant'Alessandro di Bergamo", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-08-26": "Sant'Alessandro di Bergamo", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-08-26": "Sant'Alessandro di Bergamo", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-08-26": "Sant'Alessandro di Bergamo", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-08-26": "Sant'Alessandro di Bergamo", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-08-26": "Sant'Alessandro di Bergamo", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-08-26": "Sant'Alessandro di Bergamo", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-08-26": "Sant'Alessandro di Bergamo", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-08-26": "Sant'Alessandro di Bergamo", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-08-26": "Sant'Alessandro di Bergamo", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-08-26": "Sant'Alessandro di Bergamo", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-08-26": "Sant'Alessandro di Bergamo", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-08-26": "Sant'Alessandro di Bergamo", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-08-26": "Sant'Alessandro di Bergamo", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-08-26": "Sant'Alessandro di Bergamo", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-08-26": "Sant'Alessandro di Bergamo", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-08-26": "Sant'Alessandro di Bergamo", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-08-26": "Sant'Alessandro di Bergamo", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-08-26": "Sant'Alessandro di Bergamo", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-08-26": "Sant'Alessandro di Bergamo", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-08-26": "Sant'Alessandro di Bergamo", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-08-26": "Sant'Alessandro di Bergamo", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-08-26": "Sant'Alessandro di Bergamo", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-08-26": "Sant'Alessandro di Bergamo", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-08-26": "Sant'Alessandro di Bergamo", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-08-26": "Sant'Alessandro di Bergamo", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-08-26": "Sant'Alessandro di Bergamo", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-08-26": "Sant'Alessandro di Bergamo", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-08-26": "Sant'Alessandro di Bergamo", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-08-26": "Sant'Alessandro di Bergamo", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-08-26": "Sant'Alessandro di Bergamo", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-08-26": "Sant'Alessandro di Bergamo", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-08-26": "Sant'Alessandro di Bergamo", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-08-26": "Sant'Alessandro di Bergamo", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-08-26": "Sant'Alessandro di Bergamo", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-08-26": "Sant'Alessandro di Bergamo", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-08-26": "Sant'Alessandro di Bergamo", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-08-26": "Sant'Alessandro di Bergamo", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-08-26": "Sant'Alessandro di Bergamo", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-08-26": "Sant'Alessandro di Bergamo", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-08-26": "Sant'Alessandro di Bergamo", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-08-26": "Sant'Alessandro di Bergamo", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-08-26": "Sant'Alessandro di Bergamo", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-08-26": "Sant'Alessandro di Bergamo", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-08-26": "Sant'Alessandro di Bergamo", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-08-26": "Sant'Alessandro di Bergamo", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-08-26": "Sant'Alessandro di Bergamo", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-08-26": "Sant'Alessandro di Bergamo", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-08-26": "Sant'Alessandro di Bergamo", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-08-26": "Sant'Alessandro di Bergamo", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-08-26": "Sant'Alessandro di Bergamo", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-08-26": "Sant'Alessandro di Bergamo", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-08-26": "Sant'Alessandro di Bergamo", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-08-26": "Sant'Alessandro di Bergamo", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-08-26": "Sant'Alessandro di Bergamo", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-08-26": "Sant'Alessandro di Bergamo", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-08-26": "Sant'Alessandro di Bergamo", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-08-26": "Sant'Alessandro di Bergamo", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_BI.json000066400000000000000000001531721500152103600210750ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_BL.json000066400000000000000000001615771500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-11-11": "San Martino", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-11-11": "San Martino", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-11-11": "San Martino", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-11-11": "San Martino", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-11-11": "San Martino", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-11-11": "San Martino", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-11-11": "San Martino", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-11-11": "San Martino", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-11-11": "San Martino", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-11-11": "San Martino", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-11-11": "San Martino", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-11-11": "San Martino", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-11-11": "San Martino", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-11-11": "San Martino", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-11-11": "San Martino", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-11-11": "San Martino", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-11-11": "San Martino", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-11-11": "San Martino", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-11-11": "San Martino", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-11-11": "San Martino", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-11-11": "San Martino", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-11-11": "San Martino", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-11-11": "San Martino", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-11-11": "San Martino", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-11-11": "San Martino", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-11-11": "San Martino", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-11-11": "San Martino", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-11-11": "San Martino", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-11-11": "San Martino", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-11-11": "San Martino", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-11-11": "San Martino", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-11-11": "San Martino", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-11-11": "San Martino", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-11-11": "San Martino", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-11-11": "San Martino", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-11-11": "San Martino", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-11-11": "San Martino", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-11-11": "San Martino", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-11-11": "San Martino", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-11-11": "San Martino", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-11-11": "San Martino", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-11-11": "San Martino", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-11-11": "San Martino", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-11-11": "San Martino", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-11-11": "San Martino", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-11-11": "San Martino", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-11-11": "San Martino", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-11-11": "San Martino", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-11-11": "San Martino", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-11-11": "San Martino", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-11-11": "San Martino", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-11-11": "San Martino", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-11-11": "San Martino", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-11-11": "San Martino", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-11-11": "San Martino", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-11-11": "San Martino", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-11-11": "San Martino", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-11-11": "San Martino", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-11-11": "San Martino", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-11-11": "San Martino", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-11-11": "San Martino", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-11-11": "San Martino", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-11-11": "San Martino", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-11-11": "San Martino", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-11-11": "San Martino", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-11-11": "San Martino", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-11-11": "San Martino", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-11-11": "San Martino", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-11-11": "San Martino", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-11-11": "San Martino", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-11-11": "San Martino", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-11-11": "San Martino", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-11-11": "San Martino", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-11-11": "San Martino", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-11-11": "San Martino", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-11-11": "San Martino", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-11-11": "San Martino", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-11-11": "San Martino", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-11-11": "San Martino", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-11-11": "San Martino", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-11-11": "San Martino", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-11-11": "San Martino", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-11-11": "San Martino", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-11-11": "San Martino", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-11-11": "San Martino", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-11-11": "San Martino", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-11-11": "San Martino", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-11-11": "San Martino", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-11-11": "San Martino", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-11-11": "San Martino", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-11-11": "San Martino", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-11-11": "San Martino", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-11-11": "San Martino", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-11-11": "San Martino", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-11-11": "San Martino", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-11-11": "San Martino", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-11-11": "San Martino", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-11-11": "San Martino", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-11-11": "San Martino", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-11-11": "San Martino", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-11-11": "San Martino", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_BN.json000066400000000000000000001640731500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-08-24": "San Bartolomeo apostolo", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-08-24": "San Bartolomeo apostolo", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-08-24": "San Bartolomeo apostolo", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-08-24": "San Bartolomeo apostolo", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-08-24": "San Bartolomeo apostolo", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-08-24": "San Bartolomeo apostolo", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-08-24": "San Bartolomeo apostolo", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-08-24": "San Bartolomeo apostolo", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-08-24": "San Bartolomeo apostolo", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-08-24": "San Bartolomeo apostolo", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-08-24": "San Bartolomeo apostolo", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-08-24": "San Bartolomeo apostolo", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-08-24": "San Bartolomeo apostolo", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-08-24": "San Bartolomeo apostolo", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-08-24": "San Bartolomeo apostolo", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-08-24": "San Bartolomeo apostolo", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-08-24": "San Bartolomeo apostolo", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-08-24": "San Bartolomeo apostolo", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-08-24": "San Bartolomeo apostolo", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-08-24": "San Bartolomeo apostolo", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-08-24": "San Bartolomeo apostolo", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-08-24": "San Bartolomeo apostolo", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-08-24": "San Bartolomeo apostolo", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-08-24": "San Bartolomeo apostolo", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-08-24": "San Bartolomeo apostolo", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-08-24": "San Bartolomeo apostolo", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-08-24": "San Bartolomeo apostolo", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-08-24": "San Bartolomeo apostolo", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-08-24": "San Bartolomeo apostolo", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-08-24": "San Bartolomeo apostolo", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-08-24": "San Bartolomeo apostolo", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-08-24": "San Bartolomeo apostolo", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-08-24": "San Bartolomeo apostolo", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-08-24": "San Bartolomeo apostolo", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-08-24": "San Bartolomeo apostolo", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-08-24": "San Bartolomeo apostolo", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-08-24": "San Bartolomeo apostolo", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-08-24": "San Bartolomeo apostolo", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-08-24": "San Bartolomeo apostolo", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-08-24": "San Bartolomeo apostolo", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-08-24": "San Bartolomeo apostolo", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-08-24": "San Bartolomeo apostolo", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-08-24": "San Bartolomeo apostolo", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-08-24": "San Bartolomeo apostolo", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-08-24": "San Bartolomeo apostolo", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-08-24": "San Bartolomeo apostolo", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-08-24": "San Bartolomeo apostolo", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-08-24": "San Bartolomeo apostolo", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-08-24": "San Bartolomeo apostolo", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-08-24": "San Bartolomeo apostolo", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-08-24": "San Bartolomeo apostolo", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-08-24": "San Bartolomeo apostolo", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-08-24": "San Bartolomeo apostolo", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-08-24": "San Bartolomeo apostolo", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-08-24": "San Bartolomeo apostolo", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-08-24": "San Bartolomeo apostolo", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-08-24": "San Bartolomeo apostolo", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-08-24": "San Bartolomeo apostolo", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-08-24": "San Bartolomeo apostolo", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-08-24": "San Bartolomeo apostolo", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-08-24": "San Bartolomeo apostolo", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-08-24": "San Bartolomeo apostolo", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-08-24": "San Bartolomeo apostolo", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-08-24": "San Bartolomeo apostolo", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-08-24": "San Bartolomeo apostolo", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-08-24": "San Bartolomeo apostolo", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-08-24": "San Bartolomeo apostolo", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-08-24": "San Bartolomeo apostolo", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-08-24": "San Bartolomeo apostolo", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-08-24": "San Bartolomeo apostolo", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-08-24": "San Bartolomeo apostolo", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-08-24": "San Bartolomeo apostolo", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-08-24": "San Bartolomeo apostolo", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-08-24": "San Bartolomeo apostolo", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-08-24": "San Bartolomeo apostolo", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-08-24": "San Bartolomeo apostolo", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-08-24": "San Bartolomeo apostolo", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-08-24": "San Bartolomeo apostolo", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-08-24": "San Bartolomeo apostolo", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-08-24": "San Bartolomeo apostolo", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-08-24": "San Bartolomeo apostolo", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-08-24": "San Bartolomeo apostolo", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-08-24": "San Bartolomeo apostolo", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-08-24": "San Bartolomeo apostolo", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-08-24": "San Bartolomeo apostolo", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-08-24": "San Bartolomeo apostolo", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-08-24": "San Bartolomeo apostolo", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-08-24": "San Bartolomeo apostolo", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-08-24": "San Bartolomeo apostolo", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-08-24": "San Bartolomeo apostolo", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-08-24": "San Bartolomeo apostolo", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-08-24": "San Bartolomeo apostolo", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-08-24": "San Bartolomeo apostolo", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-08-24": "San Bartolomeo apostolo", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-08-24": "San Bartolomeo apostolo", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-08-24": "San Bartolomeo apostolo", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-08-24": "San Bartolomeo apostolo", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-08-24": "San Bartolomeo apostolo", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-08-24": "San Bartolomeo apostolo", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-08-24": "San Bartolomeo apostolo", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-08-24": "San Bartolomeo apostolo", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_BO.json000066400000000000000000001617441500152103600211070ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-10-04": "San Petronio", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-10-04": "San Petronio", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-10-04": "San Petronio", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-10-04": "San Petronio", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-10-04": "San Petronio", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-10-04": "San Petronio", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-10-04": "San Petronio", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-10-04": "San Petronio", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-10-04": "San Petronio", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-10-04": "San Petronio", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-10-04": "San Petronio", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-10-04": "San Petronio", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-10-04": "San Petronio", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-10-04": "San Petronio", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-10-04": "San Petronio", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-10-04": "San Petronio", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-10-04": "San Petronio", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-10-04": "San Petronio", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-10-04": "San Petronio", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-10-04": "San Petronio", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-10-04": "San Petronio", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-10-04": "San Petronio", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-10-04": "San Petronio", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-10-04": "San Petronio", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-10-04": "San Petronio", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-10-04": "San Petronio", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-10-04": "San Petronio", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-10-04": "San Petronio", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-10-04": "San Petronio", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-10-04": "San Petronio", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-10-04": "San Petronio", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-10-04": "San Petronio", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-10-04": "San Petronio", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-10-04": "San Petronio", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-10-04": "San Petronio", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-10-04": "San Petronio", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-10-04": "San Petronio", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-10-04": "San Petronio", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-10-04": "San Petronio", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-10-04": "San Petronio", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-10-04": "San Petronio", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-10-04": "San Petronio", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-10-04": "San Petronio", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-10-04": "San Petronio", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-10-04": "San Petronio", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-10-04": "San Petronio", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-10-04": "San Petronio", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-10-04": "San Petronio", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-10-04": "San Petronio", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-10-04": "San Petronio", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-10-04": "San Petronio", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-10-04": "San Petronio", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-10-04": "San Petronio", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-10-04": "San Petronio", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-10-04": "San Petronio", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-10-04": "San Petronio", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-10-04": "San Petronio", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-10-04": "San Petronio", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-10-04": "San Petronio", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-10-04": "San Petronio", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-10-04": "San Petronio", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-10-04": "San Petronio", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-10-04": "San Petronio", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-10-04": "San Petronio", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-10-04": "San Petronio", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-10-04": "San Petronio", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-10-04": "San Petronio", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-10-04": "San Petronio", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-10-04": "San Petronio", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-10-04": "San Petronio", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-10-04": "San Petronio", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-10-04": "San Petronio", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-10-04": "San Petronio", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-10-04": "San Petronio", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-10-04": "San Petronio", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-10-04": "San Petronio", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-10-04": "San Petronio", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-10-04": "San Petronio", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-10-04": "San Petronio", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-10-04": "San Petronio", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-10-04": "San Petronio", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-10-04": "San Petronio", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-10-04": "San Petronio", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-10-04": "San Petronio", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-10-04": "San Petronio", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-10-04": "San Petronio", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-10-04": "San Petronio", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-10-04": "San Petronio", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-10-04": "San Petronio", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-10-04": "San Petronio", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-10-04": "San Petronio", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-10-04": "San Petronio", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-10-04": "San Petronio", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-10-04": "San Petronio", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-10-04": "San Petronio", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-10-04": "San Petronio", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-10-04": "San Petronio", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-10-04": "San Petronio", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-10-04": "San Petronio", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-10-04": "San Petronio", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-10-04": "San Petronio", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_BR.json000066400000000000000000001640731500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-03": "San Lorenzo da Brindisi", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-02": "San Lorenzo da Brindisi", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-07": "San Lorenzo da Brindisi", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-06": "San Lorenzo da Brindisi", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-05": "San Lorenzo da Brindisi", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-04": "San Lorenzo da Brindisi", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-02": "San Lorenzo da Brindisi", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-01": "San Lorenzo da Brindisi", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-07": "San Lorenzo da Brindisi", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-06": "San Lorenzo da Brindisi", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-04": "San Lorenzo da Brindisi", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-03": "San Lorenzo da Brindisi", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-02": "San Lorenzo da Brindisi", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-01": "San Lorenzo da Brindisi", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-06": "San Lorenzo da Brindisi", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-05": "San Lorenzo da Brindisi", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-04": "San Lorenzo da Brindisi", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-03": "San Lorenzo da Brindisi", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-01": "San Lorenzo da Brindisi", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-07": "San Lorenzo da Brindisi", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-06": "San Lorenzo da Brindisi", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-05": "San Lorenzo da Brindisi", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-03": "San Lorenzo da Brindisi", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-02": "San Lorenzo da Brindisi", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-01": "San Lorenzo da Brindisi", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-07": "San Lorenzo da Brindisi", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-05": "San Lorenzo da Brindisi", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-04": "San Lorenzo da Brindisi", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-03": "San Lorenzo da Brindisi", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-02": "San Lorenzo da Brindisi", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-07": "San Lorenzo da Brindisi", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-06": "San Lorenzo da Brindisi", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-05": "San Lorenzo da Brindisi", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-04": "San Lorenzo da Brindisi", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-02": "San Lorenzo da Brindisi", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-01": "San Lorenzo da Brindisi", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-07": "San Lorenzo da Brindisi", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-06": "San Lorenzo da Brindisi", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-04": "San Lorenzo da Brindisi", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-03": "San Lorenzo da Brindisi", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-02": "San Lorenzo da Brindisi", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-01": "San Lorenzo da Brindisi", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-06": "San Lorenzo da Brindisi", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-05": "San Lorenzo da Brindisi", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-04": "San Lorenzo da Brindisi", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-03": "San Lorenzo da Brindisi", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-01": "San Lorenzo da Brindisi", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-07": "San Lorenzo da Brindisi", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-06": "San Lorenzo da Brindisi", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-05": "San Lorenzo da Brindisi", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-03": "San Lorenzo da Brindisi", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-02": "San Lorenzo da Brindisi", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-01": "San Lorenzo da Brindisi", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-07": "San Lorenzo da Brindisi", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-05": "San Lorenzo da Brindisi", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-04": "San Lorenzo da Brindisi", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-03": "San Lorenzo da Brindisi", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-02": "San Lorenzo da Brindisi", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-07": "San Lorenzo da Brindisi", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-06": "San Lorenzo da Brindisi", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-05": "San Lorenzo da Brindisi", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-04": "San Lorenzo da Brindisi", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-02": "San Lorenzo da Brindisi", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-01": "San Lorenzo da Brindisi", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-07": "San Lorenzo da Brindisi", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-06": "San Lorenzo da Brindisi", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-04": "San Lorenzo da Brindisi", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-03": "San Lorenzo da Brindisi", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-02": "San Lorenzo da Brindisi", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-01": "San Lorenzo da Brindisi", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-06": "San Lorenzo da Brindisi", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-05": "San Lorenzo da Brindisi", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-04": "San Lorenzo da Brindisi", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-03": "San Lorenzo da Brindisi", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-01": "San Lorenzo da Brindisi", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-07": "San Lorenzo da Brindisi", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-06": "San Lorenzo da Brindisi", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-05": "San Lorenzo da Brindisi", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-03": "San Lorenzo da Brindisi", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-02": "San Lorenzo da Brindisi", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-01": "San Lorenzo da Brindisi", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-07": "San Lorenzo da Brindisi", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-05": "San Lorenzo da Brindisi", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-04": "San Lorenzo da Brindisi", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-03": "San Lorenzo da Brindisi", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-02": "San Lorenzo da Brindisi", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-07": "San Lorenzo da Brindisi", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-06": "San Lorenzo da Brindisi", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-05": "San Lorenzo da Brindisi", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-04": "San Lorenzo da Brindisi", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-02": "San Lorenzo da Brindisi", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-01": "San Lorenzo da Brindisi", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-07": "San Lorenzo da Brindisi", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-06": "San Lorenzo da Brindisi", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-04": "San Lorenzo da Brindisi", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-03": "San Lorenzo da Brindisi", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-02": "San Lorenzo da Brindisi", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-01": "San Lorenzo da Brindisi", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-06": "San Lorenzo da Brindisi", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-05": "San Lorenzo da Brindisi", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-04": "San Lorenzo da Brindisi", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_BS.json000066400000000000000000001642401500152103600211050ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-02-15": "Santi Faustino e Giovita", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-02-15": "Santi Faustino e Giovita", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-02-15": "Santi Faustino e Giovita", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-02-15": "Santi Faustino e Giovita", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-02-15": "Santi Faustino e Giovita", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-02-15": "Santi Faustino e Giovita", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-02-15": "Santi Faustino e Giovita", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-02-15": "Santi Faustino e Giovita", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-02-15": "Santi Faustino e Giovita", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-02-15": "Santi Faustino e Giovita", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-02-15": "Santi Faustino e Giovita", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-02-15": "Santi Faustino e Giovita", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-02-15": "Santi Faustino e Giovita", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-02-15": "Santi Faustino e Giovita", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-02-15": "Santi Faustino e Giovita", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-02-15": "Santi Faustino e Giovita", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-02-15": "Santi Faustino e Giovita", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-02-15": "Santi Faustino e Giovita", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-02-15": "Santi Faustino e Giovita", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-02-15": "Santi Faustino e Giovita", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-02-15": "Santi Faustino e Giovita", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-02-15": "Santi Faustino e Giovita", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-02-15": "Santi Faustino e Giovita", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-02-15": "Santi Faustino e Giovita", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-02-15": "Santi Faustino e Giovita", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-02-15": "Santi Faustino e Giovita", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-02-15": "Santi Faustino e Giovita", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-02-15": "Santi Faustino e Giovita", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-02-15": "Santi Faustino e Giovita", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-02-15": "Santi Faustino e Giovita", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-02-15": "Santi Faustino e Giovita", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-02-15": "Santi Faustino e Giovita", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-02-15": "Santi Faustino e Giovita", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-02-15": "Santi Faustino e Giovita", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-02-15": "Santi Faustino e Giovita", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-02-15": "Santi Faustino e Giovita", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-02-15": "Santi Faustino e Giovita", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-02-15": "Santi Faustino e Giovita", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-02-15": "Santi Faustino e Giovita", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-02-15": "Santi Faustino e Giovita", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-02-15": "Santi Faustino e Giovita", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-02-15": "Santi Faustino e Giovita", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-02-15": "Santi Faustino e Giovita", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-02-15": "Santi Faustino e Giovita", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-02-15": "Santi Faustino e Giovita", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-02-15": "Santi Faustino e Giovita", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-02-15": "Santi Faustino e Giovita", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-02-15": "Santi Faustino e Giovita", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-02-15": "Santi Faustino e Giovita", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-02-15": "Santi Faustino e Giovita", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-02-15": "Santi Faustino e Giovita", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-02-15": "Santi Faustino e Giovita", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-02-15": "Santi Faustino e Giovita", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-02-15": "Santi Faustino e Giovita", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-02-15": "Santi Faustino e Giovita", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-02-15": "Santi Faustino e Giovita", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-02-15": "Santi Faustino e Giovita", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-02-15": "Santi Faustino e Giovita", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-02-15": "Santi Faustino e Giovita", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-02-15": "Santi Faustino e Giovita", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-02-15": "Santi Faustino e Giovita", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-02-15": "Santi Faustino e Giovita", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-02-15": "Santi Faustino e Giovita", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-02-15": "Santi Faustino e Giovita", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-02-15": "Santi Faustino e Giovita", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-02-15": "Santi Faustino e Giovita", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-02-15": "Santi Faustino e Giovita", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-02-15": "Santi Faustino e Giovita", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-02-15": "Santi Faustino e Giovita", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-02-15": "Santi Faustino e Giovita", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-02-15": "Santi Faustino e Giovita", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-02-15": "Santi Faustino e Giovita", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-02-15": "Santi Faustino e Giovita", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-02-15": "Santi Faustino e Giovita", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-02-15": "Santi Faustino e Giovita", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-02-15": "Santi Faustino e Giovita", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-02-15": "Santi Faustino e Giovita", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-02-15": "Santi Faustino e Giovita", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-02-15": "Santi Faustino e Giovita", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-02-15": "Santi Faustino e Giovita", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-02-15": "Santi Faustino e Giovita", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-02-15": "Santi Faustino e Giovita", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-02-15": "Santi Faustino e Giovita", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-02-15": "Santi Faustino e Giovita", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-02-15": "Santi Faustino e Giovita", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-02-15": "Santi Faustino e Giovita", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-02-15": "Santi Faustino e Giovita", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-02-15": "Santi Faustino e Giovita", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-02-15": "Santi Faustino e Giovita", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-02-15": "Santi Faustino e Giovita", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-02-15": "Santi Faustino e Giovita", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-02-15": "Santi Faustino e Giovita", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-02-15": "Santi Faustino e Giovita", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-02-15": "Santi Faustino e Giovita", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-02-15": "Santi Faustino e Giovita", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-02-15": "Santi Faustino e Giovita", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-02-15": "Santi Faustino e Giovita", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-02-15": "Santi Faustino e Giovita", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-02-15": "Santi Faustino e Giovita", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-02-15": "Santi Faustino e Giovita", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-02-15": "Santi Faustino e Giovita", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_BT.json000066400000000000000000002026761500152103600211140ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-03": "San Nicola Pellegrino", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-17": "San Riccardo di Andria", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1950-12-30": "San Ruggero", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore; San Nicola Pellegrino", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-16": "San Riccardo di Andria", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1951-12-30": "San Ruggero", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-03": "San Nicola Pellegrino", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-21": "San Riccardo di Andria", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1952-12-30": "San Ruggero", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-03": "San Nicola Pellegrino", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-20": "San Riccardo di Andria", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1953-12-30": "San Ruggero", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-03": "San Nicola Pellegrino", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-19": "San Riccardo di Andria", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1954-12-30": "San Ruggero", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-03": "San Nicola Pellegrino", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-18": "San Riccardo di Andria", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1955-12-30": "San Ruggero", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-03": "San Nicola Pellegrino", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-16": "San Riccardo di Andria", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1956-12-30": "San Ruggero", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-03": "San Nicola Pellegrino", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-15": "San Riccardo di Andria", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1957-12-30": "San Ruggero", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-03": "San Nicola Pellegrino", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-21": "San Riccardo di Andria", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1958-12-30": "San Ruggero", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-03": "San Nicola Pellegrino", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-20": "San Riccardo di Andria", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1959-12-30": "San Ruggero", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-03": "San Nicola Pellegrino", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-18": "San Riccardo di Andria", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1960-12-30": "San Ruggero", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-03": "San Nicola Pellegrino", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-17": "San Riccardo di Andria", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1961-12-30": "San Ruggero", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-03": "San Nicola Pellegrino", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-16": "San Riccardo di Andria", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1962-12-30": "San Ruggero", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-03": "San Nicola Pellegrino", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-15": "San Riccardo di Andria", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1963-12-30": "San Ruggero", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-03": "San Nicola Pellegrino", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-20": "San Riccardo di Andria", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1964-12-30": "San Ruggero", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-03": "San Nicola Pellegrino", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-19": "San Riccardo di Andria", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1965-12-30": "San Ruggero", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-03": "San Nicola Pellegrino", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-18": "San Riccardo di Andria", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1966-12-30": "San Ruggero", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-03": "San Nicola Pellegrino", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-17": "San Riccardo di Andria", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1967-12-30": "San Ruggero", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-03": "San Nicola Pellegrino", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-15": "San Riccardo di Andria", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1968-12-30": "San Ruggero", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-03": "San Nicola Pellegrino", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-21": "San Riccardo di Andria", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1969-12-30": "San Ruggero", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-03": "San Nicola Pellegrino", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-20": "San Riccardo di Andria", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1970-12-30": "San Ruggero", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-03": "San Nicola Pellegrino", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-19": "San Riccardo di Andria", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1971-12-30": "San Ruggero", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-03": "San Nicola Pellegrino", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-17": "San Riccardo di Andria", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1972-12-30": "San Ruggero", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-03": "San Nicola Pellegrino", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-16": "San Riccardo di Andria", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1973-12-30": "San Ruggero", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-03": "San Nicola Pellegrino", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-15": "San Riccardo di Andria", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1974-12-30": "San Ruggero", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-03": "San Nicola Pellegrino", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-21": "San Riccardo di Andria", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1975-12-30": "San Ruggero", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-03": "San Nicola Pellegrino", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-19": "San Riccardo di Andria", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1976-12-30": "San Ruggero", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-03": "San Nicola Pellegrino", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-18": "San Riccardo di Andria", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1977-12-30": "San Ruggero", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-03": "San Nicola Pellegrino", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-17": "San Riccardo di Andria", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1978-12-30": "San Ruggero", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-03": "San Nicola Pellegrino", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-16": "San Riccardo di Andria", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1979-12-30": "San Ruggero", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-03": "San Nicola Pellegrino", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-21": "San Riccardo di Andria", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1980-12-30": "San Ruggero", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-03": "San Nicola Pellegrino", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-20": "San Riccardo di Andria", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1981-12-30": "San Ruggero", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-03": "San Nicola Pellegrino", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-19": "San Riccardo di Andria", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1982-12-30": "San Ruggero", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-03": "San Nicola Pellegrino", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-18": "San Riccardo di Andria", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1983-12-30": "San Ruggero", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-03": "San Nicola Pellegrino", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-16": "San Riccardo di Andria", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1984-12-30": "San Ruggero", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-03": "San Nicola Pellegrino", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-15": "San Riccardo di Andria", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1985-12-30": "San Ruggero", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-03": "San Nicola Pellegrino", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-21": "San Riccardo di Andria", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1986-12-30": "San Ruggero", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-03": "San Nicola Pellegrino", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-20": "San Riccardo di Andria", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1987-12-30": "San Ruggero", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-03": "San Nicola Pellegrino", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-18": "San Riccardo di Andria", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1988-12-30": "San Ruggero", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-03": "San Nicola Pellegrino", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-17": "San Riccardo di Andria", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1989-12-30": "San Ruggero", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-03": "San Nicola Pellegrino", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-16": "San Riccardo di Andria", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1990-12-30": "San Ruggero", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-03": "San Nicola Pellegrino", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-15": "San Riccardo di Andria", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1991-12-30": "San Ruggero", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-03": "San Nicola Pellegrino", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-20": "San Riccardo di Andria", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1992-12-30": "San Ruggero", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-03": "San Nicola Pellegrino", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-19": "San Riccardo di Andria", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1993-12-30": "San Ruggero", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-03": "San Nicola Pellegrino", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-18": "San Riccardo di Andria", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1994-12-30": "San Ruggero", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-03": "San Nicola Pellegrino", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-17": "San Riccardo di Andria", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1995-12-30": "San Ruggero", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-03": "San Nicola Pellegrino", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-15": "San Riccardo di Andria", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1996-12-30": "San Ruggero", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-03": "San Nicola Pellegrino", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-21": "San Riccardo di Andria", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1997-12-30": "San Ruggero", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-03": "San Nicola Pellegrino", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-20": "San Riccardo di Andria", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1998-12-30": "San Ruggero", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-03": "San Nicola Pellegrino", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-19": "San Riccardo di Andria", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "1999-12-30": "San Ruggero", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-03": "San Nicola Pellegrino", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-17": "San Riccardo di Andria", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2000-12-30": "San Ruggero", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-03": "San Nicola Pellegrino", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-16": "San Riccardo di Andria", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2001-12-30": "San Ruggero", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-03": "San Nicola Pellegrino", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-15": "San Riccardo di Andria", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2002-12-30": "San Ruggero", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-03": "San Nicola Pellegrino", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-21": "San Riccardo di Andria", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2003-12-30": "San Ruggero", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-03": "San Nicola Pellegrino", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-19": "San Riccardo di Andria", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2004-12-30": "San Ruggero", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-03": "San Nicola Pellegrino", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-18": "San Riccardo di Andria", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2005-12-30": "San Ruggero", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-03": "San Nicola Pellegrino", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-17": "San Riccardo di Andria", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2006-12-30": "San Ruggero", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-03": "San Nicola Pellegrino", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-16": "San Riccardo di Andria", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2007-12-30": "San Ruggero", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-03": "San Nicola Pellegrino", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-21": "San Riccardo di Andria", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2008-12-30": "San Ruggero", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-03": "San Nicola Pellegrino", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-20": "San Riccardo di Andria", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2009-12-30": "San Ruggero", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-03": "San Nicola Pellegrino", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-19": "San Riccardo di Andria", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2010-12-30": "San Ruggero", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-03": "San Nicola Pellegrino", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-18": "San Riccardo di Andria", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2011-12-30": "San Ruggero", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-03": "San Nicola Pellegrino", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-16": "San Riccardo di Andria", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2012-12-30": "San Ruggero", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-03": "San Nicola Pellegrino", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-15": "San Riccardo di Andria", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2013-12-30": "San Ruggero", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-03": "San Nicola Pellegrino", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-21": "San Riccardo di Andria", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2014-12-30": "San Ruggero", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-03": "San Nicola Pellegrino", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-20": "San Riccardo di Andria", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2015-12-30": "San Ruggero", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-03": "San Nicola Pellegrino", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-18": "San Riccardo di Andria", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2016-12-30": "San Ruggero", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-03": "San Nicola Pellegrino", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-17": "San Riccardo di Andria", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2017-12-30": "San Ruggero", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-03": "San Nicola Pellegrino", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-16": "San Riccardo di Andria", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2018-12-30": "San Ruggero", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-03": "San Nicola Pellegrino", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-15": "San Riccardo di Andria", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2019-12-30": "San Ruggero", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-03": "San Nicola Pellegrino", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-20": "San Riccardo di Andria", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2020-12-30": "San Ruggero", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-03": "San Nicola Pellegrino", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-19": "San Riccardo di Andria", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2021-12-30": "San Ruggero", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-03": "San Nicola Pellegrino", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-18": "San Riccardo di Andria", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2022-12-30": "San Ruggero", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-03": "San Nicola Pellegrino", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-17": "San Riccardo di Andria", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2023-12-30": "San Ruggero", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-03": "San Nicola Pellegrino", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-15": "San Riccardo di Andria", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2024-12-30": "San Ruggero", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-03": "San Nicola Pellegrino", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-21": "San Riccardo di Andria", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2025-12-30": "San Ruggero", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-03": "San Nicola Pellegrino", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-20": "San Riccardo di Andria", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2026-12-30": "San Ruggero", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-03": "San Nicola Pellegrino", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-19": "San Riccardo di Andria", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2027-12-30": "San Ruggero", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-03": "San Nicola Pellegrino", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-17": "San Riccardo di Andria", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2028-12-30": "San Ruggero", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-03": "San Nicola Pellegrino", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-16": "San Riccardo di Andria", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2029-12-30": "San Ruggero", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-03": "San Nicola Pellegrino", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-15": "San Riccardo di Andria", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2030-12-30": "San Ruggero", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-03": "San Nicola Pellegrino", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-21": "San Riccardo di Andria", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2031-12-30": "San Ruggero", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-03": "San Nicola Pellegrino", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-19": "San Riccardo di Andria", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2032-12-30": "San Ruggero", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-03": "San Nicola Pellegrino", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-18": "San Riccardo di Andria", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2033-12-30": "San Ruggero", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-03": "San Nicola Pellegrino", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-17": "San Riccardo di Andria", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2034-12-30": "San Ruggero", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-03": "San Nicola Pellegrino", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-16": "San Riccardo di Andria", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2035-12-30": "San Ruggero", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-03": "San Nicola Pellegrino", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-21": "San Riccardo di Andria", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2036-12-30": "San Ruggero", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-03": "San Nicola Pellegrino", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-20": "San Riccardo di Andria", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2037-12-30": "San Ruggero", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-03": "San Nicola Pellegrino", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-19": "San Riccardo di Andria", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2038-12-30": "San Ruggero", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-03": "San Nicola Pellegrino", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-18": "San Riccardo di Andria", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2039-12-30": "San Ruggero", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-03": "San Nicola Pellegrino", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-16": "San Riccardo di Andria", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2040-12-30": "San Ruggero", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-03": "San Nicola Pellegrino", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-15": "San Riccardo di Andria", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2041-12-30": "San Ruggero", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-03": "San Nicola Pellegrino", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-21": "San Riccardo di Andria", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2042-12-30": "San Ruggero", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-03": "San Nicola Pellegrino", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-20": "San Riccardo di Andria", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2043-12-30": "San Ruggero", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-03": "San Nicola Pellegrino", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-18": "San Riccardo di Andria", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2044-12-30": "San Ruggero", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-03": "San Nicola Pellegrino", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-17": "San Riccardo di Andria", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2045-12-30": "San Ruggero", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-03": "San Nicola Pellegrino", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-16": "San Riccardo di Andria", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2046-12-30": "San Ruggero", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-03": "San Nicola Pellegrino", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-15": "San Riccardo di Andria", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2047-12-30": "San Ruggero", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-03": "San Nicola Pellegrino", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-20": "San Riccardo di Andria", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2048-12-30": "San Ruggero", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-03": "San Nicola Pellegrino", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-19": "San Riccardo di Andria", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2049-12-30": "San Ruggero", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-03": "San Nicola Pellegrino", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-18": "San Riccardo di Andria", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano", "2050-12-30": "San Ruggero" } holidays-0.71/snapshots/countries/IT_BZ.json000066400000000000000000001714131500152103600211140ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-05-29": "Luned\u00ec di Pentecoste", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-14": "Luned\u00ec di Pentecoste", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica; Luned\u00ec di Pentecoste", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-05-25": "Luned\u00ec di Pentecoste", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-07": "Luned\u00ec di Pentecoste", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-05-30": "Luned\u00ec di Pentecoste", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-21": "Luned\u00ec di Pentecoste", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-10": "Luned\u00ec di Pentecoste", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-05-26": "Luned\u00ec di Pentecoste", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-18": "Luned\u00ec di Pentecoste", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-06": "Luned\u00ec di Pentecoste", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-05-22": "Luned\u00ec di Pentecoste", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-11": "Luned\u00ec di Pentecoste", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-03": "Luned\u00ec di Pentecoste", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-18": "Luned\u00ec di Pentecoste", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-07": "Luned\u00ec di Pentecoste", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-05-30": "Luned\u00ec di Pentecoste", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-15": "Luned\u00ec di Pentecoste", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-03": "Luned\u00ec di Pentecoste", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-05-26": "Luned\u00ec di Pentecoste", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-18": "Luned\u00ec di Pentecoste", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-05-31": "Luned\u00ec di Pentecoste", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-05-22": "Luned\u00ec di Pentecoste", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-11": "Luned\u00ec di Pentecoste", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-03": "Luned\u00ec di Pentecoste", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-19": "Luned\u00ec di Pentecoste", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-07": "Luned\u00ec di Pentecoste", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-30": "Luned\u00ec di Pentecoste", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-15": "Luned\u00ec di Pentecoste", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-04": "Luned\u00ec di Pentecoste", "1979-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-26": "Luned\u00ec di Pentecoste", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-08": "Luned\u00ec di Pentecoste", "1981-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-31": "Luned\u00ec di Pentecoste", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-23": "Luned\u00ec di Pentecoste", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-11": "Luned\u00ec di Pentecoste", "1984-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-27": "Luned\u00ec di Pentecoste", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-19": "Luned\u00ec di Pentecoste", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-08": "Luned\u00ec di Pentecoste", "1987-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-23": "Luned\u00ec di Pentecoste", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-15": "Luned\u00ec di Pentecoste", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-04": "Luned\u00ec di Pentecoste", "1990-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-20": "Luned\u00ec di Pentecoste", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-08": "Luned\u00ec di Pentecoste", "1992-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-31": "Luned\u00ec di Pentecoste", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-23": "Luned\u00ec di Pentecoste", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-05": "Luned\u00ec di Pentecoste", "1995-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-27": "Luned\u00ec di Pentecoste", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-19": "Luned\u00ec di Pentecoste", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-01": "Luned\u00ec di Pentecoste", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-24": "Luned\u00ec di Pentecoste", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-12": "Luned\u00ec di Pentecoste", "2000-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-04": "Luned\u00ec di Pentecoste", "2001-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-20": "Luned\u00ec di Pentecoste", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-09": "Luned\u00ec di Pentecoste", "2003-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-31": "Luned\u00ec di Pentecoste", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-16": "Luned\u00ec di Pentecoste", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-05": "Luned\u00ec di Pentecoste", "2006-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-28": "Luned\u00ec di Pentecoste", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-12": "Luned\u00ec di Pentecoste", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-01": "Luned\u00ec di Pentecoste", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-24": "Luned\u00ec di Pentecoste", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-13": "Luned\u00ec di Pentecoste", "2011-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-28": "Luned\u00ec di Pentecoste", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-20": "Luned\u00ec di Pentecoste", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-09": "Luned\u00ec di Pentecoste", "2014-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-25": "Luned\u00ec di Pentecoste", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-16": "Luned\u00ec di Pentecoste", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-05": "Luned\u00ec di Pentecoste", "2017-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-21": "Luned\u00ec di Pentecoste", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-10": "Luned\u00ec di Pentecoste", "2019-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-01": "Luned\u00ec di Pentecoste", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-24": "Luned\u00ec di Pentecoste", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-06": "Luned\u00ec di Pentecoste", "2022-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-29": "Luned\u00ec di Pentecoste", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-20": "Luned\u00ec di Pentecoste", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-09": "Luned\u00ec di Pentecoste", "2025-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-25": "Luned\u00ec di Pentecoste", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-17": "Luned\u00ec di Pentecoste", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-05": "Luned\u00ec di Pentecoste", "2028-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-21": "Luned\u00ec di Pentecoste", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-10": "Luned\u00ec di Pentecoste", "2030-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica; Luned\u00ec di Pentecoste", "2031-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-17": "Luned\u00ec di Pentecoste", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-06": "Luned\u00ec di Pentecoste", "2033-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-29": "Luned\u00ec di Pentecoste", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-14": "Luned\u00ec di Pentecoste", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica; Luned\u00ec di Pentecoste", "2036-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-25": "Luned\u00ec di Pentecoste", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-14": "Luned\u00ec di Pentecoste", "2038-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-30": "Luned\u00ec di Pentecoste", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-21": "Luned\u00ec di Pentecoste", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-10": "Luned\u00ec di Pentecoste", "2041-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-26": "Luned\u00ec di Pentecoste", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-18": "Luned\u00ec di Pentecoste", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-06": "Luned\u00ec di Pentecoste", "2044-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-29": "Luned\u00ec di Pentecoste", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-14": "Luned\u00ec di Pentecoste", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-03": "Luned\u00ec di Pentecoste", "2047-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-25": "Luned\u00ec di Pentecoste", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-07": "Luned\u00ec di Pentecoste", "2049-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-30": "Luned\u00ec di Pentecoste", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CA.json000066400000000000000000001644051500152103600210670ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-10-30": "San Saturnino di Cagliari", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-10-30": "San Saturnino di Cagliari", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-10-30": "San Saturnino di Cagliari", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-10-30": "San Saturnino di Cagliari", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-10-30": "San Saturnino di Cagliari", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-10-30": "San Saturnino di Cagliari", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-10-30": "San Saturnino di Cagliari", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-10-30": "San Saturnino di Cagliari", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-10-30": "San Saturnino di Cagliari", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-10-30": "San Saturnino di Cagliari", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-10-30": "San Saturnino di Cagliari", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-10-30": "San Saturnino di Cagliari", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-10-30": "San Saturnino di Cagliari", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-10-30": "San Saturnino di Cagliari", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-10-30": "San Saturnino di Cagliari", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-10-30": "San Saturnino di Cagliari", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-10-30": "San Saturnino di Cagliari", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-10-30": "San Saturnino di Cagliari", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-10-30": "San Saturnino di Cagliari", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-10-30": "San Saturnino di Cagliari", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-10-30": "San Saturnino di Cagliari", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-10-30": "San Saturnino di Cagliari", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-10-30": "San Saturnino di Cagliari", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-10-30": "San Saturnino di Cagliari", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-10-30": "San Saturnino di Cagliari", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-10-30": "San Saturnino di Cagliari", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-10-30": "San Saturnino di Cagliari", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-10-30": "San Saturnino di Cagliari", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-10-30": "San Saturnino di Cagliari", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-10-30": "San Saturnino di Cagliari", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-10-30": "San Saturnino di Cagliari", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-10-30": "San Saturnino di Cagliari", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-10-30": "San Saturnino di Cagliari", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-10-30": "San Saturnino di Cagliari", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-10-30": "San Saturnino di Cagliari", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-10-30": "San Saturnino di Cagliari", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-10-30": "San Saturnino di Cagliari", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-10-30": "San Saturnino di Cagliari", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-10-30": "San Saturnino di Cagliari", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-10-30": "San Saturnino di Cagliari", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-10-30": "San Saturnino di Cagliari", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-10-30": "San Saturnino di Cagliari", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-10-30": "San Saturnino di Cagliari", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-10-30": "San Saturnino di Cagliari", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-10-30": "San Saturnino di Cagliari", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-10-30": "San Saturnino di Cagliari", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-10-30": "San Saturnino di Cagliari", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-10-30": "San Saturnino di Cagliari", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-10-30": "San Saturnino di Cagliari", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-10-30": "San Saturnino di Cagliari", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-10-30": "San Saturnino di Cagliari", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-10-30": "San Saturnino di Cagliari", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-10-30": "San Saturnino di Cagliari", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-10-30": "San Saturnino di Cagliari", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-10-30": "San Saturnino di Cagliari", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-10-30": "San Saturnino di Cagliari", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-10-30": "San Saturnino di Cagliari", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-10-30": "San Saturnino di Cagliari", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-10-30": "San Saturnino di Cagliari", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-10-30": "San Saturnino di Cagliari", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-10-30": "San Saturnino di Cagliari", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-10-30": "San Saturnino di Cagliari", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-10-30": "San Saturnino di Cagliari", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-10-30": "San Saturnino di Cagliari", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-10-30": "San Saturnino di Cagliari", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-10-30": "San Saturnino di Cagliari", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-10-30": "San Saturnino di Cagliari", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-10-30": "San Saturnino di Cagliari", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-10-30": "San Saturnino di Cagliari", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-10-30": "San Saturnino di Cagliari", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-10-30": "San Saturnino di Cagliari", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-10-30": "San Saturnino di Cagliari", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-10-30": "San Saturnino di Cagliari", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-10-30": "San Saturnino di Cagliari", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-10-30": "San Saturnino di Cagliari", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-10-30": "San Saturnino di Cagliari", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-10-30": "San Saturnino di Cagliari", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-10-30": "San Saturnino di Cagliari", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-10-30": "San Saturnino di Cagliari", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-10-30": "San Saturnino di Cagliari", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-10-30": "San Saturnino di Cagliari", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-10-30": "San Saturnino di Cagliari", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-10-30": "San Saturnino di Cagliari", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-10-30": "San Saturnino di Cagliari", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-10-30": "San Saturnino di Cagliari", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-10-30": "San Saturnino di Cagliari", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-10-30": "San Saturnino di Cagliari", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-10-30": "San Saturnino di Cagliari", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-10-30": "San Saturnino di Cagliari", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-10-30": "San Saturnino di Cagliari", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-10-30": "San Saturnino di Cagliari", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-10-30": "San Saturnino di Cagliari", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-10-30": "San Saturnino di Cagliari", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-10-30": "San Saturnino di Cagliari", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-10-30": "San Saturnino di Cagliari", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-10-30": "San Saturnino di Cagliari", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-10-30": "San Saturnino di Cagliari", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-10-30": "San Saturnino di Cagliari", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-10-30": "San Saturnino di Cagliari", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-10-30": "San Saturnino di Cagliari", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-10-30": "San Saturnino di Cagliari", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CB.json000066400000000000000000001614571500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-23": "San Giorgio", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-23": "San Giorgio", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-23": "San Giorgio", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-23": "San Giorgio", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-23": "San Giorgio", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-23": "San Giorgio", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-23": "San Giorgio", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-23": "San Giorgio", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-23": "San Giorgio", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-23": "San Giorgio", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-23": "San Giorgio", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-23": "San Giorgio", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo; San Giorgio", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-23": "San Giorgio", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-23": "San Giorgio", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-23": "San Giorgio", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-23": "San Giorgio", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-23": "San Giorgio", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-23": "San Giorgio", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-23": "San Giorgio", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-23": "San Giorgio", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-23": "San Giorgio", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-23": "San Giorgio", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo; San Giorgio", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-23": "San Giorgio", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-23": "San Giorgio", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-23": "San Giorgio", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-23": "San Giorgio", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-23": "San Giorgio", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-23": "San Giorgio", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-23": "San Giorgio", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-23": "San Giorgio", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-23": "San Giorgio", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-23": "San Giorgio", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo; San Giorgio", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-23": "San Giorgio", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-23": "San Giorgio", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-23": "San Giorgio", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-23": "San Giorgio", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-23": "San Giorgio", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-23": "San Giorgio", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-23": "San Giorgio", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-23": "San Giorgio", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-23": "San Giorgio", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-23": "San Giorgio", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-23": "San Giorgio", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-23": "San Giorgio", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-23": "San Giorgio", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-23": "San Giorgio", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-23": "San Giorgio", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione; San Giorgio", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-23": "San Giorgio", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-23": "San Giorgio", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-23": "San Giorgio", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-23": "San Giorgio", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-23": "San Giorgio", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-23": "San Giorgio", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-23": "San Giorgio", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-23": "San Giorgio", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-23": "San Giorgio", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-23": "San Giorgio", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-23": "San Giorgio", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-23": "San Giorgio", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-23": "San Giorgio", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-23": "San Giorgio", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-23": "San Giorgio", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-23": "San Giorgio", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-23": "San Giorgio", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-23": "San Giorgio", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-23": "San Giorgio", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-23": "San Giorgio", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-23": "San Giorgio", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-23": "San Giorgio", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-23": "San Giorgio", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-23": "San Giorgio", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-23": "San Giorgio", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-23": "San Giorgio", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-23": "San Giorgio", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-23": "San Giorgio", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-23": "San Giorgio", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-23": "San Giorgio", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-23": "San Giorgio", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-23": "San Giorgio", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-23": "San Giorgio", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-23": "San Giorgio", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-23": "San Giorgio", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-23": "San Giorgio", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-23": "San Giorgio", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-23": "San Giorgio", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-23": "San Giorgio", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-23": "San Giorgio", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-23": "San Giorgio", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-23": "San Giorgio", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-23": "San Giorgio", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-23": "San Giorgio", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-23": "San Giorgio", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-23": "San Giorgio", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-23": "San Giorgio", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-23": "San Giorgio", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-23": "San Giorgio", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-23": "San Giorgio", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CE.json000066400000000000000000001622561500152103600210750ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-01-20": "San Sebastiano", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-01-20": "San Sebastiano", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-01-20": "San Sebastiano", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-01-20": "San Sebastiano", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-01-20": "San Sebastiano", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-01-20": "San Sebastiano", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-01-20": "San Sebastiano", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-01-20": "San Sebastiano", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-01-20": "San Sebastiano", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-01-20": "San Sebastiano", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-01-20": "San Sebastiano", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-01-20": "San Sebastiano", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-01-20": "San Sebastiano", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-01-20": "San Sebastiano", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-01-20": "San Sebastiano", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-01-20": "San Sebastiano", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-01-20": "San Sebastiano", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-01-20": "San Sebastiano", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-01-20": "San Sebastiano", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-01-20": "San Sebastiano", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-01-20": "San Sebastiano", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-01-20": "San Sebastiano", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-01-20": "San Sebastiano", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-01-20": "San Sebastiano", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-01-20": "San Sebastiano", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-01-20": "San Sebastiano", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-01-20": "San Sebastiano", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-01-20": "San Sebastiano", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-01-20": "San Sebastiano", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-01-20": "San Sebastiano", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-01-20": "San Sebastiano", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-01-20": "San Sebastiano", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-01-20": "San Sebastiano", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-01-20": "San Sebastiano", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-01-20": "San Sebastiano", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-01-20": "San Sebastiano", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-01-20": "San Sebastiano", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-01-20": "San Sebastiano", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-01-20": "San Sebastiano", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-01-20": "San Sebastiano", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-01-20": "San Sebastiano", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-01-20": "San Sebastiano", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-01-20": "San Sebastiano", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-01-20": "San Sebastiano", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-01-20": "San Sebastiano", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-01-20": "San Sebastiano", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-01-20": "San Sebastiano", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-01-20": "San Sebastiano", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-01-20": "San Sebastiano", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-01-20": "San Sebastiano", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-01-20": "San Sebastiano", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-01-20": "San Sebastiano", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-01-20": "San Sebastiano", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-01-20": "San Sebastiano", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-01-20": "San Sebastiano", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-01-20": "San Sebastiano", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-01-20": "San Sebastiano", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-01-20": "San Sebastiano", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-01-20": "San Sebastiano", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-01-20": "San Sebastiano", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-01-20": "San Sebastiano", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-01-20": "San Sebastiano", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-01-20": "San Sebastiano", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-01-20": "San Sebastiano", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-01-20": "San Sebastiano", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-01-20": "San Sebastiano", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-01-20": "San Sebastiano", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-01-20": "San Sebastiano", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-01-20": "San Sebastiano", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-01-20": "San Sebastiano", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-01-20": "San Sebastiano", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-01-20": "San Sebastiano", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-01-20": "San Sebastiano", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-01-20": "San Sebastiano", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-01-20": "San Sebastiano", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-01-20": "San Sebastiano", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-01-20": "San Sebastiano", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-01-20": "San Sebastiano", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-01-20": "San Sebastiano", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-01-20": "San Sebastiano", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-01-20": "San Sebastiano", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-01-20": "San Sebastiano", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-01-20": "San Sebastiano", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-01-20": "San Sebastiano", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-01-20": "San Sebastiano", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-01-20": "San Sebastiano", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-01-20": "San Sebastiano", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-01-20": "San Sebastiano", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-01-20": "San Sebastiano", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-01-20": "San Sebastiano", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-01-20": "San Sebastiano", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-01-20": "San Sebastiano", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-01-20": "San Sebastiano", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-01-20": "San Sebastiano", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-01-20": "San Sebastiano", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-01-20": "San Sebastiano", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-01-20": "San Sebastiano", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-01-20": "San Sebastiano", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-01-20": "San Sebastiano", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-01-20": "San Sebastiano", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-01-20": "San Sebastiano", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CESENA.json000066400000000000000000001635611500152103600215440ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-24": "San Giovanni Battista", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-24": "San Giovanni Battista", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-24": "San Giovanni Battista", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-24": "San Giovanni Battista", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-24": "San Giovanni Battista", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-24": "San Giovanni Battista", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-24": "San Giovanni Battista", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-24": "San Giovanni Battista", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-24": "San Giovanni Battista", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-24": "San Giovanni Battista", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-24": "San Giovanni Battista", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-24": "San Giovanni Battista", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-24": "San Giovanni Battista", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-24": "San Giovanni Battista", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-24": "San Giovanni Battista", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-24": "San Giovanni Battista", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-24": "San Giovanni Battista", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-24": "San Giovanni Battista", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-24": "San Giovanni Battista", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-24": "San Giovanni Battista", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-24": "San Giovanni Battista", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-24": "San Giovanni Battista", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-24": "San Giovanni Battista", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-24": "San Giovanni Battista", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-24": "San Giovanni Battista", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-24": "San Giovanni Battista", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-24": "San Giovanni Battista", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-24": "San Giovanni Battista", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-24": "San Giovanni Battista", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-24": "San Giovanni Battista", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-24": "San Giovanni Battista", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-24": "San Giovanni Battista", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-24": "San Giovanni Battista", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-24": "San Giovanni Battista", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-24": "San Giovanni Battista", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-24": "San Giovanni Battista", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-24": "San Giovanni Battista", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-24": "San Giovanni Battista", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-24": "San Giovanni Battista", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-24": "San Giovanni Battista", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-24": "San Giovanni Battista", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-24": "San Giovanni Battista", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-24": "San Giovanni Battista", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-24": "San Giovanni Battista", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-24": "San Giovanni Battista", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-24": "San Giovanni Battista", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-24": "San Giovanni Battista", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-24": "San Giovanni Battista", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-24": "San Giovanni Battista", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-24": "San Giovanni Battista", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-24": "San Giovanni Battista", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-24": "San Giovanni Battista", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-24": "San Giovanni Battista", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-24": "San Giovanni Battista", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-24": "San Giovanni Battista", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-24": "San Giovanni Battista", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-24": "San Giovanni Battista", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-24": "San Giovanni Battista", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-24": "San Giovanni Battista", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-24": "San Giovanni Battista", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-24": "San Giovanni Battista", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-24": "San Giovanni Battista", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-24": "San Giovanni Battista", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-24": "San Giovanni Battista", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-24": "San Giovanni Battista", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-24": "San Giovanni Battista", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-24": "San Giovanni Battista", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-24": "San Giovanni Battista", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-24": "San Giovanni Battista", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-24": "San Giovanni Battista", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-24": "San Giovanni Battista", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-24": "San Giovanni Battista", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-24": "San Giovanni Battista", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-24": "San Giovanni Battista", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-24": "San Giovanni Battista", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-24": "San Giovanni Battista", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-24": "San Giovanni Battista", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-24": "San Giovanni Battista", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-24": "San Giovanni Battista", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-24": "San Giovanni Battista", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-24": "San Giovanni Battista", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-24": "San Giovanni Battista", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-24": "San Giovanni Battista", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-24": "San Giovanni Battista", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-24": "San Giovanni Battista", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-24": "San Giovanni Battista", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-24": "San Giovanni Battista", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-24": "San Giovanni Battista", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-24": "San Giovanni Battista", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-24": "San Giovanni Battista", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-24": "San Giovanni Battista", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-24": "San Giovanni Battista", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-24": "San Giovanni Battista", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-24": "San Giovanni Battista", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-24": "San Giovanni Battista", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-24": "San Giovanni Battista", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-24": "San Giovanni Battista", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-24": "San Giovanni Battista", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-24": "San Giovanni Battista", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-24": "San Giovanni Battista", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-24": "San Giovanni Battista", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CH.json000066400000000000000000001636561500152103600211050ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-11": "San Giustino di Chieti", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-11": "San Giustino di Chieti", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-11": "San Giustino di Chieti", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-11": "San Giustino di Chieti", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-11": "San Giustino di Chieti", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-11": "San Giustino di Chieti", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-11": "San Giustino di Chieti", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-11": "San Giustino di Chieti", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-11": "San Giustino di Chieti", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-11": "San Giustino di Chieti", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-11": "San Giustino di Chieti", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore; San Giustino di Chieti", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-11": "San Giustino di Chieti", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-11": "San Giustino di Chieti", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-11": "San Giustino di Chieti", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-11": "San Giustino di Chieti", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-11": "San Giustino di Chieti", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-11": "San Giustino di Chieti", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-11": "San Giustino di Chieti", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-11": "San Giustino di Chieti", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-11": "San Giustino di Chieti", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-11": "San Giustino di Chieti", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore; San Giustino di Chieti", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-11": "San Giustino di Chieti", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-11": "San Giustino di Chieti", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-11": "San Giustino di Chieti", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-11": "San Giustino di Chieti", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-11": "San Giustino di Chieti", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-11": "San Giustino di Chieti", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-11": "San Giustino di Chieti", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-11": "San Giustino di Chieti", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-11": "San Giustino di Chieti", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-11": "San Giustino di Chieti", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-11": "San Giustino di Chieti", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-11": "San Giustino di Chieti", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-11": "San Giustino di Chieti", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-11": "San Giustino di Chieti", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-11": "San Giustino di Chieti", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-11": "San Giustino di Chieti", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-11": "San Giustino di Chieti", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-11": "San Giustino di Chieti", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-11": "San Giustino di Chieti", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-11": "San Giustino di Chieti", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-11": "San Giustino di Chieti", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-11": "San Giustino di Chieti", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-11": "San Giustino di Chieti", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-11": "San Giustino di Chieti", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-11": "San Giustino di Chieti", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-11": "San Giustino di Chieti", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-11": "San Giustino di Chieti", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-11": "San Giustino di Chieti", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-11": "San Giustino di Chieti", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-11": "San Giustino di Chieti", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-11": "San Giustino di Chieti", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-11": "San Giustino di Chieti", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-11": "San Giustino di Chieti", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-11": "San Giustino di Chieti", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-11": "San Giustino di Chieti", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-11": "San Giustino di Chieti", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-11": "San Giustino di Chieti", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-11": "San Giustino di Chieti", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-11": "San Giustino di Chieti", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-11": "San Giustino di Chieti", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-11": "San Giustino di Chieti", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-11": "San Giustino di Chieti", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-11": "San Giustino di Chieti", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-11": "San Giustino di Chieti", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-11": "San Giustino di Chieti", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-11": "San Giustino di Chieti", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-11": "San Giustino di Chieti", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-11": "San Giustino di Chieti", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-11": "San Giustino di Chieti", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-11": "San Giustino di Chieti", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-11": "San Giustino di Chieti", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-11": "San Giustino di Chieti", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-11": "San Giustino di Chieti", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-11": "San Giustino di Chieti", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-11": "San Giustino di Chieti", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-11": "San Giustino di Chieti", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-11": "San Giustino di Chieti", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-11": "San Giustino di Chieti", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-11": "San Giustino di Chieti", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-11": "San Giustino di Chieti", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-11": "San Giustino di Chieti", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-11": "San Giustino di Chieti", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-11": "San Giustino di Chieti", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-11": "San Giustino di Chieti", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-11": "San Giustino di Chieti", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-11": "San Giustino di Chieti", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-11": "San Giustino di Chieti", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-11": "San Giustino di Chieti", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-11": "San Giustino di Chieti", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-11": "San Giustino di Chieti", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-11": "San Giustino di Chieti", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-11": "San Giustino di Chieti", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-11": "San Giustino di Chieti", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-11": "San Giustino di Chieti", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-11": "San Giustino di Chieti", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-11": "San Giustino di Chieti", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-11": "San Giustino di Chieti", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-11": "San Giustino di Chieti", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CL.json000066400000000000000000001635611500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-29": "San Michele Arcangelo", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-29": "San Michele Arcangelo", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-29": "San Michele Arcangelo", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-29": "San Michele Arcangelo", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-29": "San Michele Arcangelo", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-29": "San Michele Arcangelo", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-29": "San Michele Arcangelo", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-29": "San Michele Arcangelo", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-29": "San Michele Arcangelo", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-29": "San Michele Arcangelo", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-29": "San Michele Arcangelo", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-29": "San Michele Arcangelo", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-29": "San Michele Arcangelo", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-29": "San Michele Arcangelo", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-29": "San Michele Arcangelo", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-29": "San Michele Arcangelo", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-29": "San Michele Arcangelo", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-29": "San Michele Arcangelo", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-29": "San Michele Arcangelo", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-29": "San Michele Arcangelo", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-29": "San Michele Arcangelo", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-29": "San Michele Arcangelo", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-29": "San Michele Arcangelo", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-29": "San Michele Arcangelo", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-29": "San Michele Arcangelo", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-29": "San Michele Arcangelo", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-29": "San Michele Arcangelo", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-29": "San Michele Arcangelo", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-29": "San Michele Arcangelo", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-29": "San Michele Arcangelo", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-29": "San Michele Arcangelo", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-29": "San Michele Arcangelo", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-29": "San Michele Arcangelo", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-29": "San Michele Arcangelo", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-29": "San Michele Arcangelo", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-29": "San Michele Arcangelo", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-29": "San Michele Arcangelo", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-29": "San Michele Arcangelo", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-29": "San Michele Arcangelo", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-29": "San Michele Arcangelo", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-29": "San Michele Arcangelo", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-29": "San Michele Arcangelo", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-29": "San Michele Arcangelo", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-29": "San Michele Arcangelo", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-29": "San Michele Arcangelo", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-29": "San Michele Arcangelo", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-29": "San Michele Arcangelo", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-29": "San Michele Arcangelo", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-29": "San Michele Arcangelo", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-29": "San Michele Arcangelo", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-29": "San Michele Arcangelo", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-29": "San Michele Arcangelo", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-29": "San Michele Arcangelo", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-29": "San Michele Arcangelo", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-29": "San Michele Arcangelo", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-29": "San Michele Arcangelo", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-29": "San Michele Arcangelo", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-29": "San Michele Arcangelo", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-29": "San Michele Arcangelo", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-29": "San Michele Arcangelo", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-29": "San Michele Arcangelo", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-29": "San Michele Arcangelo", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-29": "San Michele Arcangelo", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-29": "San Michele Arcangelo", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-29": "San Michele Arcangelo", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-29": "San Michele Arcangelo", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-29": "San Michele Arcangelo", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-29": "San Michele Arcangelo", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-29": "San Michele Arcangelo", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-29": "San Michele Arcangelo", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-29": "San Michele Arcangelo", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-29": "San Michele Arcangelo", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-29": "San Michele Arcangelo", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-29": "San Michele Arcangelo", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-29": "San Michele Arcangelo", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-29": "San Michele Arcangelo", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-29": "San Michele Arcangelo", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-29": "San Michele Arcangelo", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-29": "San Michele Arcangelo", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-29": "San Michele Arcangelo", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-29": "San Michele Arcangelo", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-29": "San Michele Arcangelo", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-29": "San Michele Arcangelo", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-29": "San Michele Arcangelo", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-29": "San Michele Arcangelo", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-29": "San Michele Arcangelo", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-29": "San Michele Arcangelo", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-29": "San Michele Arcangelo", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-29": "San Michele Arcangelo", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-29": "San Michele Arcangelo", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-29": "San Michele Arcangelo", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-29": "San Michele Arcangelo", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-29": "San Michele Arcangelo", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-29": "San Michele Arcangelo", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-29": "San Michele Arcangelo", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-29": "San Michele Arcangelo", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-29": "San Michele Arcangelo", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-29": "San Michele Arcangelo", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-29": "San Michele Arcangelo", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-29": "San Michele Arcangelo", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-29": "San Michele Arcangelo", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CN.json000066400000000000000000001635611500152103600211060ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-29": "San Michele Arcangelo", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-29": "San Michele Arcangelo", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-29": "San Michele Arcangelo", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-29": "San Michele Arcangelo", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-29": "San Michele Arcangelo", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-29": "San Michele Arcangelo", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-29": "San Michele Arcangelo", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-29": "San Michele Arcangelo", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-29": "San Michele Arcangelo", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-29": "San Michele Arcangelo", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-29": "San Michele Arcangelo", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-29": "San Michele Arcangelo", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-29": "San Michele Arcangelo", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-29": "San Michele Arcangelo", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-29": "San Michele Arcangelo", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-29": "San Michele Arcangelo", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-29": "San Michele Arcangelo", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-29": "San Michele Arcangelo", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-29": "San Michele Arcangelo", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-29": "San Michele Arcangelo", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-29": "San Michele Arcangelo", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-29": "San Michele Arcangelo", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-29": "San Michele Arcangelo", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-29": "San Michele Arcangelo", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-29": "San Michele Arcangelo", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-29": "San Michele Arcangelo", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-29": "San Michele Arcangelo", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-29": "San Michele Arcangelo", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-29": "San Michele Arcangelo", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-29": "San Michele Arcangelo", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-29": "San Michele Arcangelo", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-29": "San Michele Arcangelo", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-29": "San Michele Arcangelo", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-29": "San Michele Arcangelo", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-29": "San Michele Arcangelo", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-29": "San Michele Arcangelo", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-29": "San Michele Arcangelo", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-29": "San Michele Arcangelo", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-29": "San Michele Arcangelo", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-29": "San Michele Arcangelo", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-29": "San Michele Arcangelo", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-29": "San Michele Arcangelo", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-29": "San Michele Arcangelo", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-29": "San Michele Arcangelo", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-29": "San Michele Arcangelo", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-29": "San Michele Arcangelo", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-29": "San Michele Arcangelo", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-29": "San Michele Arcangelo", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-29": "San Michele Arcangelo", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-29": "San Michele Arcangelo", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-29": "San Michele Arcangelo", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-29": "San Michele Arcangelo", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-29": "San Michele Arcangelo", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-29": "San Michele Arcangelo", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-29": "San Michele Arcangelo", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-29": "San Michele Arcangelo", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-29": "San Michele Arcangelo", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-29": "San Michele Arcangelo", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-29": "San Michele Arcangelo", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-29": "San Michele Arcangelo", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-29": "San Michele Arcangelo", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-29": "San Michele Arcangelo", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-29": "San Michele Arcangelo", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-29": "San Michele Arcangelo", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-29": "San Michele Arcangelo", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-29": "San Michele Arcangelo", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-29": "San Michele Arcangelo", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-29": "San Michele Arcangelo", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-29": "San Michele Arcangelo", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-29": "San Michele Arcangelo", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-29": "San Michele Arcangelo", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-29": "San Michele Arcangelo", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-29": "San Michele Arcangelo", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-29": "San Michele Arcangelo", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-29": "San Michele Arcangelo", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-29": "San Michele Arcangelo", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-29": "San Michele Arcangelo", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-29": "San Michele Arcangelo", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-29": "San Michele Arcangelo", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-29": "San Michele Arcangelo", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-29": "San Michele Arcangelo", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-29": "San Michele Arcangelo", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-29": "San Michele Arcangelo", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-29": "San Michele Arcangelo", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-29": "San Michele Arcangelo", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-29": "San Michele Arcangelo", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-29": "San Michele Arcangelo", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-29": "San Michele Arcangelo", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-29": "San Michele Arcangelo", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-29": "San Michele Arcangelo", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-29": "San Michele Arcangelo", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-29": "San Michele Arcangelo", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-29": "San Michele Arcangelo", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-29": "San Michele Arcangelo", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-29": "San Michele Arcangelo", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-29": "San Michele Arcangelo", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-29": "San Michele Arcangelo", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-29": "San Michele Arcangelo", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-29": "San Michele Arcangelo", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-29": "San Michele Arcangelo", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-29": "San Michele Arcangelo", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CO.json000066400000000000000000001621111500152103600210750ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-08-31": "Sant'Abbondio", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-08-31": "Sant'Abbondio", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-08-31": "Sant'Abbondio", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-08-31": "Sant'Abbondio", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-08-31": "Sant'Abbondio", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-08-31": "Sant'Abbondio", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-08-31": "Sant'Abbondio", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-08-31": "Sant'Abbondio", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-08-31": "Sant'Abbondio", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-08-31": "Sant'Abbondio", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-08-31": "Sant'Abbondio", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-08-31": "Sant'Abbondio", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-08-31": "Sant'Abbondio", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-08-31": "Sant'Abbondio", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-08-31": "Sant'Abbondio", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-08-31": "Sant'Abbondio", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-08-31": "Sant'Abbondio", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-08-31": "Sant'Abbondio", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-08-31": "Sant'Abbondio", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-08-31": "Sant'Abbondio", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-08-31": "Sant'Abbondio", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-08-31": "Sant'Abbondio", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-08-31": "Sant'Abbondio", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-08-31": "Sant'Abbondio", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-08-31": "Sant'Abbondio", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-08-31": "Sant'Abbondio", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-08-31": "Sant'Abbondio", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-08-31": "Sant'Abbondio", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-08-31": "Sant'Abbondio", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-08-31": "Sant'Abbondio", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-08-31": "Sant'Abbondio", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-08-31": "Sant'Abbondio", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-08-31": "Sant'Abbondio", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-08-31": "Sant'Abbondio", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-08-31": "Sant'Abbondio", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-08-31": "Sant'Abbondio", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-08-31": "Sant'Abbondio", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-08-31": "Sant'Abbondio", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-08-31": "Sant'Abbondio", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-08-31": "Sant'Abbondio", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-08-31": "Sant'Abbondio", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-08-31": "Sant'Abbondio", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-08-31": "Sant'Abbondio", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-08-31": "Sant'Abbondio", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-08-31": "Sant'Abbondio", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-08-31": "Sant'Abbondio", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-08-31": "Sant'Abbondio", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-08-31": "Sant'Abbondio", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-08-31": "Sant'Abbondio", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-08-31": "Sant'Abbondio", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-08-31": "Sant'Abbondio", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-08-31": "Sant'Abbondio", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-08-31": "Sant'Abbondio", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-08-31": "Sant'Abbondio", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-08-31": "Sant'Abbondio", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-08-31": "Sant'Abbondio", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-08-31": "Sant'Abbondio", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-08-31": "Sant'Abbondio", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-08-31": "Sant'Abbondio", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-08-31": "Sant'Abbondio", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-08-31": "Sant'Abbondio", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-08-31": "Sant'Abbondio", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-08-31": "Sant'Abbondio", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-08-31": "Sant'Abbondio", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-08-31": "Sant'Abbondio", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-08-31": "Sant'Abbondio", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-08-31": "Sant'Abbondio", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-08-31": "Sant'Abbondio", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-08-31": "Sant'Abbondio", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-08-31": "Sant'Abbondio", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-08-31": "Sant'Abbondio", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-08-31": "Sant'Abbondio", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-08-31": "Sant'Abbondio", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-08-31": "Sant'Abbondio", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-08-31": "Sant'Abbondio", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-08-31": "Sant'Abbondio", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-08-31": "Sant'Abbondio", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-08-31": "Sant'Abbondio", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-08-31": "Sant'Abbondio", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-08-31": "Sant'Abbondio", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-08-31": "Sant'Abbondio", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-08-31": "Sant'Abbondio", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-08-31": "Sant'Abbondio", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-08-31": "Sant'Abbondio", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-08-31": "Sant'Abbondio", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-08-31": "Sant'Abbondio", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-08-31": "Sant'Abbondio", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-08-31": "Sant'Abbondio", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-08-31": "Sant'Abbondio", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-08-31": "Sant'Abbondio", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-08-31": "Sant'Abbondio", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-08-31": "Sant'Abbondio", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-08-31": "Sant'Abbondio", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-08-31": "Sant'Abbondio", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-08-31": "Sant'Abbondio", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-08-31": "Sant'Abbondio", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-08-31": "Sant'Abbondio", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-08-31": "Sant'Abbondio", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-08-31": "Sant'Abbondio", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-08-31": "Sant'Abbondio", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-08-31": "Sant'Abbondio", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_COMMON.json000066400000000000000000001531721500152103600215730ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CR.json000066400000000000000000001617441500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-11-13": "Sant'Omobono", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-11-13": "Sant'Omobono", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-11-13": "Sant'Omobono", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-11-13": "Sant'Omobono", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-11-13": "Sant'Omobono", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-11-13": "Sant'Omobono", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-11-13": "Sant'Omobono", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-11-13": "Sant'Omobono", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-11-13": "Sant'Omobono", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-11-13": "Sant'Omobono", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-11-13": "Sant'Omobono", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-11-13": "Sant'Omobono", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-11-13": "Sant'Omobono", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-11-13": "Sant'Omobono", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-11-13": "Sant'Omobono", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-11-13": "Sant'Omobono", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-11-13": "Sant'Omobono", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-11-13": "Sant'Omobono", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-11-13": "Sant'Omobono", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-11-13": "Sant'Omobono", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-11-13": "Sant'Omobono", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-11-13": "Sant'Omobono", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-11-13": "Sant'Omobono", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-11-13": "Sant'Omobono", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-11-13": "Sant'Omobono", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-11-13": "Sant'Omobono", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-11-13": "Sant'Omobono", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-11-13": "Sant'Omobono", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-11-13": "Sant'Omobono", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-11-13": "Sant'Omobono", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-11-13": "Sant'Omobono", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-11-13": "Sant'Omobono", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-11-13": "Sant'Omobono", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-11-13": "Sant'Omobono", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-11-13": "Sant'Omobono", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-11-13": "Sant'Omobono", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-11-13": "Sant'Omobono", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-11-13": "Sant'Omobono", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-11-13": "Sant'Omobono", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-11-13": "Sant'Omobono", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-11-13": "Sant'Omobono", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-11-13": "Sant'Omobono", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-11-13": "Sant'Omobono", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-11-13": "Sant'Omobono", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-11-13": "Sant'Omobono", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-11-13": "Sant'Omobono", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-11-13": "Sant'Omobono", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-11-13": "Sant'Omobono", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-11-13": "Sant'Omobono", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-11-13": "Sant'Omobono", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-11-13": "Sant'Omobono", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-11-13": "Sant'Omobono", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-11-13": "Sant'Omobono", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-11-13": "Sant'Omobono", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-11-13": "Sant'Omobono", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-11-13": "Sant'Omobono", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-11-13": "Sant'Omobono", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-11-13": "Sant'Omobono", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-11-13": "Sant'Omobono", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-11-13": "Sant'Omobono", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-11-13": "Sant'Omobono", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-11-13": "Sant'Omobono", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-11-13": "Sant'Omobono", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-11-13": "Sant'Omobono", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-11-13": "Sant'Omobono", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-11-13": "Sant'Omobono", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-11-13": "Sant'Omobono", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-11-13": "Sant'Omobono", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-11-13": "Sant'Omobono", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-11-13": "Sant'Omobono", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-11-13": "Sant'Omobono", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-11-13": "Sant'Omobono", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-11-13": "Sant'Omobono", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-11-13": "Sant'Omobono", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-11-13": "Sant'Omobono", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-11-13": "Sant'Omobono", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-11-13": "Sant'Omobono", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-11-13": "Sant'Omobono", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-11-13": "Sant'Omobono", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-11-13": "Sant'Omobono", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-11-13": "Sant'Omobono", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-11-13": "Sant'Omobono", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-11-13": "Sant'Omobono", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-11-13": "Sant'Omobono", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-11-13": "Sant'Omobono", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-11-13": "Sant'Omobono", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-11-13": "Sant'Omobono", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-11-13": "Sant'Omobono", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-11-13": "Sant'Omobono", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-11-13": "Sant'Omobono", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-11-13": "Sant'Omobono", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-11-13": "Sant'Omobono", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-11-13": "Sant'Omobono", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-11-13": "Sant'Omobono", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-11-13": "Sant'Omobono", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-11-13": "Sant'Omobono", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-11-13": "Sant'Omobono", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-11-13": "Sant'Omobono", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-11-13": "Sant'Omobono", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-11-13": "Sant'Omobono", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-11-13": "Sant'Omobono", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CS.json000066400000000000000000001632471500152103600211140ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-02-12": "Madonna del Pilerio", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-02-12": "Madonna del Pilerio", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-02-12": "Madonna del Pilerio", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-02-12": "Madonna del Pilerio", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-02-12": "Madonna del Pilerio", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-02-12": "Madonna del Pilerio", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-02-12": "Madonna del Pilerio", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-02-12": "Madonna del Pilerio", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-02-12": "Madonna del Pilerio", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-02-12": "Madonna del Pilerio", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-02-12": "Madonna del Pilerio", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-02-12": "Madonna del Pilerio", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-02-12": "Madonna del Pilerio", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-02-12": "Madonna del Pilerio", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-02-12": "Madonna del Pilerio", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-02-12": "Madonna del Pilerio", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-02-12": "Madonna del Pilerio", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-02-12": "Madonna del Pilerio", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-02-12": "Madonna del Pilerio", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-02-12": "Madonna del Pilerio", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-02-12": "Madonna del Pilerio", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-02-12": "Madonna del Pilerio", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-02-12": "Madonna del Pilerio", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-02-12": "Madonna del Pilerio", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-02-12": "Madonna del Pilerio", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-02-12": "Madonna del Pilerio", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-02-12": "Madonna del Pilerio", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-02-12": "Madonna del Pilerio", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-02-12": "Madonna del Pilerio", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-02-12": "Madonna del Pilerio", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-02-12": "Madonna del Pilerio", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-02-12": "Madonna del Pilerio", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-02-12": "Madonna del Pilerio", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-02-12": "Madonna del Pilerio", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-02-12": "Madonna del Pilerio", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-02-12": "Madonna del Pilerio", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-02-12": "Madonna del Pilerio", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-02-12": "Madonna del Pilerio", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-02-12": "Madonna del Pilerio", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-02-12": "Madonna del Pilerio", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-02-12": "Madonna del Pilerio", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-02-12": "Madonna del Pilerio", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-02-12": "Madonna del Pilerio", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-02-12": "Madonna del Pilerio", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-02-12": "Madonna del Pilerio", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-02-12": "Madonna del Pilerio", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-02-12": "Madonna del Pilerio", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-02-12": "Madonna del Pilerio", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-02-12": "Madonna del Pilerio", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-02-12": "Madonna del Pilerio", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-02-12": "Madonna del Pilerio", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-02-12": "Madonna del Pilerio", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-02-12": "Madonna del Pilerio", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-02-12": "Madonna del Pilerio", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-02-12": "Madonna del Pilerio", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-02-12": "Madonna del Pilerio", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-02-12": "Madonna del Pilerio", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-02-12": "Madonna del Pilerio", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-02-12": "Madonna del Pilerio", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-02-12": "Madonna del Pilerio", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-02-12": "Madonna del Pilerio", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-02-12": "Madonna del Pilerio", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-02-12": "Madonna del Pilerio", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-02-12": "Madonna del Pilerio", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-02-12": "Madonna del Pilerio", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-02-12": "Madonna del Pilerio", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-02-12": "Madonna del Pilerio", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-02-12": "Madonna del Pilerio", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-02-12": "Madonna del Pilerio", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-02-12": "Madonna del Pilerio", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-02-12": "Madonna del Pilerio", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-02-12": "Madonna del Pilerio", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-02-12": "Madonna del Pilerio", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-02-12": "Madonna del Pilerio", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-02-12": "Madonna del Pilerio", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-02-12": "Madonna del Pilerio", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-02-12": "Madonna del Pilerio", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-02-12": "Madonna del Pilerio", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-02-12": "Madonna del Pilerio", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-02-12": "Madonna del Pilerio", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-02-12": "Madonna del Pilerio", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-02-12": "Madonna del Pilerio", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-02-12": "Madonna del Pilerio", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-02-12": "Madonna del Pilerio", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-02-12": "Madonna del Pilerio", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-02-12": "Madonna del Pilerio", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-02-12": "Madonna del Pilerio", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-02-12": "Madonna del Pilerio", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-02-12": "Madonna del Pilerio", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-02-12": "Madonna del Pilerio", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-02-12": "Madonna del Pilerio", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-02-12": "Madonna del Pilerio", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-02-12": "Madonna del Pilerio", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-02-12": "Madonna del Pilerio", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-02-12": "Madonna del Pilerio", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-02-12": "Madonna del Pilerio", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-02-12": "Madonna del Pilerio", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-02-12": "Madonna del Pilerio", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-02-12": "Madonna del Pilerio", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-02-12": "Madonna del Pilerio", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-02-12": "Madonna del Pilerio", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CT.json000066400000000000000000001614321500152103600211070ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-02-05": "Sant'Agata", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-02-05": "Sant'Agata", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-02-05": "Sant'Agata", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-02-05": "Sant'Agata", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-02-05": "Sant'Agata", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-02-05": "Sant'Agata", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-02-05": "Sant'Agata", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-02-05": "Sant'Agata", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-02-05": "Sant'Agata", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-02-05": "Sant'Agata", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-02-05": "Sant'Agata", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-02-05": "Sant'Agata", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-02-05": "Sant'Agata", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-02-05": "Sant'Agata", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-02-05": "Sant'Agata", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-02-05": "Sant'Agata", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-02-05": "Sant'Agata", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-02-05": "Sant'Agata", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-02-05": "Sant'Agata", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-02-05": "Sant'Agata", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-02-05": "Sant'Agata", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-02-05": "Sant'Agata", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-02-05": "Sant'Agata", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-02-05": "Sant'Agata", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-02-05": "Sant'Agata", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-02-05": "Sant'Agata", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-02-05": "Sant'Agata", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-02-05": "Sant'Agata", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-02-05": "Sant'Agata", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-02-05": "Sant'Agata", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-02-05": "Sant'Agata", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-02-05": "Sant'Agata", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-02-05": "Sant'Agata", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-02-05": "Sant'Agata", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-02-05": "Sant'Agata", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-02-05": "Sant'Agata", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-02-05": "Sant'Agata", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-02-05": "Sant'Agata", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-02-05": "Sant'Agata", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-02-05": "Sant'Agata", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-02-05": "Sant'Agata", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-02-05": "Sant'Agata", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-02-05": "Sant'Agata", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-02-05": "Sant'Agata", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-02-05": "Sant'Agata", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-02-05": "Sant'Agata", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-02-05": "Sant'Agata", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-02-05": "Sant'Agata", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-02-05": "Sant'Agata", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-02-05": "Sant'Agata", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-02-05": "Sant'Agata", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-02-05": "Sant'Agata", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-02-05": "Sant'Agata", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-02-05": "Sant'Agata", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-02-05": "Sant'Agata", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-02-05": "Sant'Agata", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-02-05": "Sant'Agata", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-02-05": "Sant'Agata", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-02-05": "Sant'Agata", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-02-05": "Sant'Agata", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-02-05": "Sant'Agata", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-02-05": "Sant'Agata", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-02-05": "Sant'Agata", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-02-05": "Sant'Agata", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-02-05": "Sant'Agata", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-02-05": "Sant'Agata", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-02-05": "Sant'Agata", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-02-05": "Sant'Agata", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-02-05": "Sant'Agata", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-02-05": "Sant'Agata", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-02-05": "Sant'Agata", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-02-05": "Sant'Agata", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-02-05": "Sant'Agata", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-02-05": "Sant'Agata", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-02-05": "Sant'Agata", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-02-05": "Sant'Agata", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-02-05": "Sant'Agata", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-02-05": "Sant'Agata", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-02-05": "Sant'Agata", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-02-05": "Sant'Agata", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-02-05": "Sant'Agata", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-02-05": "Sant'Agata", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-02-05": "Sant'Agata", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-02-05": "Sant'Agata", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-02-05": "Sant'Agata", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-02-05": "Sant'Agata", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-02-05": "Sant'Agata", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-02-05": "Sant'Agata", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-02-05": "Sant'Agata", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-02-05": "Sant'Agata", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-02-05": "Sant'Agata", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-02-05": "Sant'Agata", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-02-05": "Sant'Agata", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-02-05": "Sant'Agata", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-02-05": "Sant'Agata", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-02-05": "Sant'Agata", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-02-05": "Sant'Agata", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-02-05": "Sant'Agata", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-02-05": "Sant'Agata", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-02-05": "Sant'Agata", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-02-05": "Sant'Agata", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_CZ.json000066400000000000000000001621111500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-07-16": "San Vitaliano", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-07-16": "San Vitaliano", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-07-16": "San Vitaliano", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-07-16": "San Vitaliano", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-07-16": "San Vitaliano", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-07-16": "San Vitaliano", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-07-16": "San Vitaliano", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-07-16": "San Vitaliano", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-07-16": "San Vitaliano", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-07-16": "San Vitaliano", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-07-16": "San Vitaliano", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-07-16": "San Vitaliano", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-07-16": "San Vitaliano", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-07-16": "San Vitaliano", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-07-16": "San Vitaliano", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-07-16": "San Vitaliano", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-07-16": "San Vitaliano", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-07-16": "San Vitaliano", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-07-16": "San Vitaliano", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-07-16": "San Vitaliano", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-07-16": "San Vitaliano", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-07-16": "San Vitaliano", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-07-16": "San Vitaliano", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-07-16": "San Vitaliano", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-07-16": "San Vitaliano", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-07-16": "San Vitaliano", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-07-16": "San Vitaliano", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-07-16": "San Vitaliano", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-07-16": "San Vitaliano", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-07-16": "San Vitaliano", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-07-16": "San Vitaliano", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-07-16": "San Vitaliano", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-07-16": "San Vitaliano", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-07-16": "San Vitaliano", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-07-16": "San Vitaliano", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-07-16": "San Vitaliano", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-07-16": "San Vitaliano", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-07-16": "San Vitaliano", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-07-16": "San Vitaliano", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-07-16": "San Vitaliano", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-07-16": "San Vitaliano", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-07-16": "San Vitaliano", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-07-16": "San Vitaliano", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-07-16": "San Vitaliano", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-07-16": "San Vitaliano", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-07-16": "San Vitaliano", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-07-16": "San Vitaliano", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-07-16": "San Vitaliano", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-07-16": "San Vitaliano", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-07-16": "San Vitaliano", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-07-16": "San Vitaliano", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-07-16": "San Vitaliano", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-07-16": "San Vitaliano", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-07-16": "San Vitaliano", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-07-16": "San Vitaliano", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-07-16": "San Vitaliano", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-07-16": "San Vitaliano", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-07-16": "San Vitaliano", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-07-16": "San Vitaliano", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-07-16": "San Vitaliano", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-07-16": "San Vitaliano", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-07-16": "San Vitaliano", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-07-16": "San Vitaliano", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-07-16": "San Vitaliano", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-07-16": "San Vitaliano", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-07-16": "San Vitaliano", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-07-16": "San Vitaliano", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-07-16": "San Vitaliano", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-07-16": "San Vitaliano", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-07-16": "San Vitaliano", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-07-16": "San Vitaliano", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-07-16": "San Vitaliano", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-07-16": "San Vitaliano", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-07-16": "San Vitaliano", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-07-16": "San Vitaliano", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-07-16": "San Vitaliano", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-07-16": "San Vitaliano", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-07-16": "San Vitaliano", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-07-16": "San Vitaliano", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-07-16": "San Vitaliano", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-07-16": "San Vitaliano", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-07-16": "San Vitaliano", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-07-16": "San Vitaliano", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-07-16": "San Vitaliano", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-07-16": "San Vitaliano", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-07-16": "San Vitaliano", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-07-16": "San Vitaliano", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-07-16": "San Vitaliano", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-07-16": "San Vitaliano", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-07-16": "San Vitaliano", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-07-16": "San Vitaliano", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-07-16": "San Vitaliano", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-07-16": "San Vitaliano", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-07-16": "San Vitaliano", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-07-16": "San Vitaliano", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-07-16": "San Vitaliano", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-07-16": "San Vitaliano", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-07-16": "San Vitaliano", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-07-16": "San Vitaliano", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-07-16": "San Vitaliano", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-07-16": "San Vitaliano", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_EN.json000066400000000000000000001644051500152103600211060ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-07-02": "Madonna della Visitazione", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-07-02": "Madonna della Visitazione", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-07-02": "Madonna della Visitazione", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-07-02": "Madonna della Visitazione", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-07-02": "Madonna della Visitazione", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-07-02": "Madonna della Visitazione", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-07-02": "Madonna della Visitazione", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-07-02": "Madonna della Visitazione", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-07-02": "Madonna della Visitazione", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-07-02": "Madonna della Visitazione", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-07-02": "Madonna della Visitazione", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-07-02": "Madonna della Visitazione", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-07-02": "Madonna della Visitazione", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-07-02": "Madonna della Visitazione", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-07-02": "Madonna della Visitazione", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-07-02": "Madonna della Visitazione", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-07-02": "Madonna della Visitazione", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-07-02": "Madonna della Visitazione", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-07-02": "Madonna della Visitazione", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-07-02": "Madonna della Visitazione", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-07-02": "Madonna della Visitazione", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-07-02": "Madonna della Visitazione", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-07-02": "Madonna della Visitazione", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-07-02": "Madonna della Visitazione", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-07-02": "Madonna della Visitazione", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-07-02": "Madonna della Visitazione", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-07-02": "Madonna della Visitazione", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-07-02": "Madonna della Visitazione", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-07-02": "Madonna della Visitazione", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-07-02": "Madonna della Visitazione", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-07-02": "Madonna della Visitazione", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-07-02": "Madonna della Visitazione", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-07-02": "Madonna della Visitazione", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-07-02": "Madonna della Visitazione", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-07-02": "Madonna della Visitazione", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-07-02": "Madonna della Visitazione", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-07-02": "Madonna della Visitazione", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-07-02": "Madonna della Visitazione", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-07-02": "Madonna della Visitazione", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-07-02": "Madonna della Visitazione", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-07-02": "Madonna della Visitazione", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-07-02": "Madonna della Visitazione", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-07-02": "Madonna della Visitazione", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-07-02": "Madonna della Visitazione", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-07-02": "Madonna della Visitazione", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-07-02": "Madonna della Visitazione", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-07-02": "Madonna della Visitazione", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-07-02": "Madonna della Visitazione", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-07-02": "Madonna della Visitazione", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-07-02": "Madonna della Visitazione", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-07-02": "Madonna della Visitazione", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-07-02": "Madonna della Visitazione", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-07-02": "Madonna della Visitazione", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-07-02": "Madonna della Visitazione", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-07-02": "Madonna della Visitazione", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-07-02": "Madonna della Visitazione", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-07-02": "Madonna della Visitazione", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-07-02": "Madonna della Visitazione", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-07-02": "Madonna della Visitazione", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-07-02": "Madonna della Visitazione", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-07-02": "Madonna della Visitazione", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-07-02": "Madonna della Visitazione", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-07-02": "Madonna della Visitazione", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-07-02": "Madonna della Visitazione", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-07-02": "Madonna della Visitazione", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-07-02": "Madonna della Visitazione", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-07-02": "Madonna della Visitazione", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-07-02": "Madonna della Visitazione", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-07-02": "Madonna della Visitazione", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-07-02": "Madonna della Visitazione", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-07-02": "Madonna della Visitazione", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-07-02": "Madonna della Visitazione", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-07-02": "Madonna della Visitazione", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-07-02": "Madonna della Visitazione", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-07-02": "Madonna della Visitazione", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-07-02": "Madonna della Visitazione", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-07-02": "Madonna della Visitazione", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-07-02": "Madonna della Visitazione", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-07-02": "Madonna della Visitazione", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-07-02": "Madonna della Visitazione", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-07-02": "Madonna della Visitazione", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-07-02": "Madonna della Visitazione", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-07-02": "Madonna della Visitazione", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-07-02": "Madonna della Visitazione", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-07-02": "Madonna della Visitazione", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-07-02": "Madonna della Visitazione", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-07-02": "Madonna della Visitazione", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-07-02": "Madonna della Visitazione", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-07-02": "Madonna della Visitazione", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-07-02": "Madonna della Visitazione", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-07-02": "Madonna della Visitazione", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-07-02": "Madonna della Visitazione", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-07-02": "Madonna della Visitazione", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-07-02": "Madonna della Visitazione", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-07-02": "Madonna della Visitazione", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-07-02": "Madonna della Visitazione", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-07-02": "Madonna della Visitazione", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-07-02": "Madonna della Visitazione", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-07-02": "Madonna della Visitazione", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-07-02": "Madonna della Visitazione", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-07-02": "Madonna della Visitazione", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_FC.json000066400000000000000000001733241500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-02-04": "Madonna del Fuoco", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-24": "San Giovanni Battista", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-02-04": "Madonna del Fuoco", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-24": "San Giovanni Battista", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-02-04": "Madonna del Fuoco", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-24": "San Giovanni Battista", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-02-04": "Madonna del Fuoco", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-24": "San Giovanni Battista", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-02-04": "Madonna del Fuoco", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-24": "San Giovanni Battista", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-02-04": "Madonna del Fuoco", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-24": "San Giovanni Battista", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-02-04": "Madonna del Fuoco", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-24": "San Giovanni Battista", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-02-04": "Madonna del Fuoco", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-24": "San Giovanni Battista", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-02-04": "Madonna del Fuoco", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-24": "San Giovanni Battista", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-02-04": "Madonna del Fuoco", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-24": "San Giovanni Battista", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-02-04": "Madonna del Fuoco", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-24": "San Giovanni Battista", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-02-04": "Madonna del Fuoco", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-24": "San Giovanni Battista", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-02-04": "Madonna del Fuoco", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-24": "San Giovanni Battista", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-02-04": "Madonna del Fuoco", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-24": "San Giovanni Battista", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-02-04": "Madonna del Fuoco", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-24": "San Giovanni Battista", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-02-04": "Madonna del Fuoco", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-24": "San Giovanni Battista", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-02-04": "Madonna del Fuoco", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-24": "San Giovanni Battista", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-02-04": "Madonna del Fuoco", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-24": "San Giovanni Battista", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-02-04": "Madonna del Fuoco", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-24": "San Giovanni Battista", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-02-04": "Madonna del Fuoco", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-24": "San Giovanni Battista", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-02-04": "Madonna del Fuoco", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-24": "San Giovanni Battista", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-02-04": "Madonna del Fuoco", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-24": "San Giovanni Battista", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-02-04": "Madonna del Fuoco", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-24": "San Giovanni Battista", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-02-04": "Madonna del Fuoco", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-24": "San Giovanni Battista", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-02-04": "Madonna del Fuoco", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-24": "San Giovanni Battista", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-02-04": "Madonna del Fuoco", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-24": "San Giovanni Battista", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-02-04": "Madonna del Fuoco", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-24": "San Giovanni Battista", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-02-04": "Madonna del Fuoco", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-24": "San Giovanni Battista", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-02-04": "Madonna del Fuoco", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-24": "San Giovanni Battista", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-02-04": "Madonna del Fuoco", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-24": "San Giovanni Battista", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-02-04": "Madonna del Fuoco", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-24": "San Giovanni Battista", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-02-04": "Madonna del Fuoco", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-24": "San Giovanni Battista", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-02-04": "Madonna del Fuoco", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-24": "San Giovanni Battista", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-02-04": "Madonna del Fuoco", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-24": "San Giovanni Battista", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-02-04": "Madonna del Fuoco", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-24": "San Giovanni Battista", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-02-04": "Madonna del Fuoco", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-24": "San Giovanni Battista", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-02-04": "Madonna del Fuoco", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-24": "San Giovanni Battista", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-02-04": "Madonna del Fuoco", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-24": "San Giovanni Battista", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-02-04": "Madonna del Fuoco", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-24": "San Giovanni Battista", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-02-04": "Madonna del Fuoco", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-24": "San Giovanni Battista", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-02-04": "Madonna del Fuoco", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-24": "San Giovanni Battista", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-02-04": "Madonna del Fuoco", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-24": "San Giovanni Battista", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-02-04": "Madonna del Fuoco", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-24": "San Giovanni Battista", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-02-04": "Madonna del Fuoco", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-24": "San Giovanni Battista", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-02-04": "Madonna del Fuoco", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-24": "San Giovanni Battista", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-02-04": "Madonna del Fuoco", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-24": "San Giovanni Battista", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-02-04": "Madonna del Fuoco", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-24": "San Giovanni Battista", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-02-04": "Madonna del Fuoco", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-24": "San Giovanni Battista", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-02-04": "Madonna del Fuoco", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-24": "San Giovanni Battista", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-02-04": "Madonna del Fuoco", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-24": "San Giovanni Battista", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-02-04": "Madonna del Fuoco", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-24": "San Giovanni Battista", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-02-04": "Madonna del Fuoco", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-24": "San Giovanni Battista", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-02-04": "Madonna del Fuoco", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-24": "San Giovanni Battista", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-02-04": "Madonna del Fuoco", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-24": "San Giovanni Battista", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-02-04": "Madonna del Fuoco", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-24": "San Giovanni Battista", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-02-04": "Madonna del Fuoco", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-24": "San Giovanni Battista", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-02-04": "Madonna del Fuoco", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-24": "San Giovanni Battista", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-02-04": "Madonna del Fuoco", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-24": "San Giovanni Battista", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-02-04": "Madonna del Fuoco", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-24": "San Giovanni Battista", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-02-04": "Madonna del Fuoco", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-24": "San Giovanni Battista", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-02-04": "Madonna del Fuoco", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-24": "San Giovanni Battista", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-02-04": "Madonna del Fuoco", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-24": "San Giovanni Battista", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-02-04": "Madonna del Fuoco", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-24": "San Giovanni Battista", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-02-04": "Madonna del Fuoco", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-24": "San Giovanni Battista", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-02-04": "Madonna del Fuoco", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-24": "San Giovanni Battista", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-02-04": "Madonna del Fuoco", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-24": "San Giovanni Battista", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-02-04": "Madonna del Fuoco", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-24": "San Giovanni Battista", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-02-04": "Madonna del Fuoco", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-24": "San Giovanni Battista", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-02-04": "Madonna del Fuoco", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-24": "San Giovanni Battista", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-02-04": "Madonna del Fuoco", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-24": "San Giovanni Battista", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-02-04": "Madonna del Fuoco", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-24": "San Giovanni Battista", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-02-04": "Madonna del Fuoco", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-24": "San Giovanni Battista", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-02-04": "Madonna del Fuoco", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-24": "San Giovanni Battista", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-02-04": "Madonna del Fuoco", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-24": "San Giovanni Battista", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-02-04": "Madonna del Fuoco", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-24": "San Giovanni Battista", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-02-04": "Madonna del Fuoco", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-24": "San Giovanni Battista", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-02-04": "Madonna del Fuoco", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-24": "San Giovanni Battista", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-02-04": "Madonna del Fuoco", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-24": "San Giovanni Battista", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-02-04": "Madonna del Fuoco", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-24": "San Giovanni Battista", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-02-04": "Madonna del Fuoco", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-24": "San Giovanni Battista", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-02-04": "Madonna del Fuoco", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-24": "San Giovanni Battista", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-02-04": "Madonna del Fuoco", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-24": "San Giovanni Battista", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-02-04": "Madonna del Fuoco", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-24": "San Giovanni Battista", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-02-04": "Madonna del Fuoco", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-24": "San Giovanni Battista", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-02-04": "Madonna del Fuoco", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-24": "San Giovanni Battista", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-02-04": "Madonna del Fuoco", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-24": "San Giovanni Battista", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-02-04": "Madonna del Fuoco", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-24": "San Giovanni Battista", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-02-04": "Madonna del Fuoco", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-24": "San Giovanni Battista", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-02-04": "Madonna del Fuoco", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-24": "San Giovanni Battista", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-02-04": "Madonna del Fuoco", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-24": "San Giovanni Battista", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-02-04": "Madonna del Fuoco", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-24": "San Giovanni Battista", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-02-04": "Madonna del Fuoco", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-24": "San Giovanni Battista", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-02-04": "Madonna del Fuoco", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-24": "San Giovanni Battista", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-02-04": "Madonna del Fuoco", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-24": "San Giovanni Battista", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-02-04": "Madonna del Fuoco", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-24": "San Giovanni Battista", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-02-04": "Madonna del Fuoco", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-24": "San Giovanni Battista", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-02-04": "Madonna del Fuoco", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-24": "San Giovanni Battista", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-02-04": "Madonna del Fuoco", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-24": "San Giovanni Battista", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-02-04": "Madonna del Fuoco", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-24": "San Giovanni Battista", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-02-04": "Madonna del Fuoco", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-24": "San Giovanni Battista", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-02-04": "Madonna del Fuoco", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-24": "San Giovanni Battista", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_FE.json000066400000000000000000001614571500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-23": "San Giorgio", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-23": "San Giorgio", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-23": "San Giorgio", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-23": "San Giorgio", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-23": "San Giorgio", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-23": "San Giorgio", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-23": "San Giorgio", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-23": "San Giorgio", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-23": "San Giorgio", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-23": "San Giorgio", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-23": "San Giorgio", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-23": "San Giorgio", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo; San Giorgio", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-23": "San Giorgio", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-23": "San Giorgio", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-23": "San Giorgio", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-23": "San Giorgio", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-23": "San Giorgio", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-23": "San Giorgio", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-23": "San Giorgio", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-23": "San Giorgio", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-23": "San Giorgio", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-23": "San Giorgio", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo; San Giorgio", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-23": "San Giorgio", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-23": "San Giorgio", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-23": "San Giorgio", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-23": "San Giorgio", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-23": "San Giorgio", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-23": "San Giorgio", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-23": "San Giorgio", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-23": "San Giorgio", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-23": "San Giorgio", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-23": "San Giorgio", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo; San Giorgio", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-23": "San Giorgio", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-23": "San Giorgio", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-23": "San Giorgio", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-23": "San Giorgio", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-23": "San Giorgio", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-23": "San Giorgio", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-23": "San Giorgio", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-23": "San Giorgio", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-23": "San Giorgio", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-23": "San Giorgio", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-23": "San Giorgio", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-23": "San Giorgio", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-23": "San Giorgio", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-23": "San Giorgio", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-23": "San Giorgio", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione; San Giorgio", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-23": "San Giorgio", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-23": "San Giorgio", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-23": "San Giorgio", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-23": "San Giorgio", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-23": "San Giorgio", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-23": "San Giorgio", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-23": "San Giorgio", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-23": "San Giorgio", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-23": "San Giorgio", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-23": "San Giorgio", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-23": "San Giorgio", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-23": "San Giorgio", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-23": "San Giorgio", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-23": "San Giorgio", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-23": "San Giorgio", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-23": "San Giorgio", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-23": "San Giorgio", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-23": "San Giorgio", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-23": "San Giorgio", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-23": "San Giorgio", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-23": "San Giorgio", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-23": "San Giorgio", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-23": "San Giorgio", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-23": "San Giorgio", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-23": "San Giorgio", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-23": "San Giorgio", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-23": "San Giorgio", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-23": "San Giorgio", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-23": "San Giorgio", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-23": "San Giorgio", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-23": "San Giorgio", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-23": "San Giorgio", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-23": "San Giorgio", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-23": "San Giorgio", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-23": "San Giorgio", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-23": "San Giorgio", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-23": "San Giorgio", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-23": "San Giorgio", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-23": "San Giorgio", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-23": "San Giorgio", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-23": "San Giorgio", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-23": "San Giorgio", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-23": "San Giorgio", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-23": "San Giorgio", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-23": "San Giorgio", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-23": "San Giorgio", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-23": "San Giorgio", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-23": "San Giorgio", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-23": "San Giorgio", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-23": "San Giorgio", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_FG.json000066400000000000000000001637261500152103600211050ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-03-22": "Madonna dei Sette Veli", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-22": "Madonna dei Sette Veli", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-03-22": "Madonna dei Sette Veli", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-03-22": "Madonna dei Sette Veli", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-03-22": "Madonna dei Sette Veli", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-03-22": "Madonna dei Sette Veli", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-03-22": "Madonna dei Sette Veli", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-03-22": "Madonna dei Sette Veli", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-03-22": "Madonna dei Sette Veli", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-22": "Madonna dei Sette Veli", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-03-22": "Madonna dei Sette Veli", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-03-22": "Madonna dei Sette Veli", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-03-22": "Madonna dei Sette Veli", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-03-22": "Madonna dei Sette Veli", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-22": "Madonna dei Sette Veli", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-03-22": "Madonna dei Sette Veli", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-03-22": "Madonna dei Sette Veli", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-22": "Madonna dei Sette Veli", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-03-22": "Madonna dei Sette Veli", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-03-22": "Madonna dei Sette Veli", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-22": "Madonna dei Sette Veli", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-03-22": "Madonna dei Sette Veli", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-03-22": "Madonna dei Sette Veli", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-03-22": "Madonna dei Sette Veli", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-03-22": "Madonna dei Sette Veli", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-22": "Madonna dei Sette Veli", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-03-22": "Madonna dei Sette Veli", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-03-22": "Madonna dei Sette Veli", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-22": "Madonna dei Sette Veli", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-03-22": "Madonna dei Sette Veli", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-03-22": "Madonna dei Sette Veli", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-03-22": "Madonna dei Sette Veli", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-03-22": "Madonna dei Sette Veli", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-03-22": "Madonna dei Sette Veli", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-03-22": "Madonna dei Sette Veli", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-03-22": "Madonna dei Sette Veli", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-22": "Madonna dei Sette Veli", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-03-22": "Madonna dei Sette Veli", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-03-22": "Madonna dei Sette Veli", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-22": "Madonna dei Sette Veli", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-03-22": "Madonna dei Sette Veli", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-22": "Madonna dei Sette Veli", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-03-22": "Madonna dei Sette Veli", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-03-22": "Madonna dei Sette Veli", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-03-22": "Madonna dei Sette Veli", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-03-22": "Madonna dei Sette Veli", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-03-22": "Madonna dei Sette Veli", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-22": "Madonna dei Sette Veli", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-03-22": "Madonna dei Sette Veli", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-03-22": "Madonna dei Sette Veli", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-03-22": "Madonna dei Sette Veli", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-03-22": "Madonna dei Sette Veli", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-22": "Madonna dei Sette Veli", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-03-22": "Madonna dei Sette Veli", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-03-22": "Madonna dei Sette Veli", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-22": "Madonna dei Sette Veli", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-03-22": "Madonna dei Sette Veli", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-03-22": "Madonna dei Sette Veli", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-22": "Madonna dei Sette Veli", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-03-22": "Madonna dei Sette Veli", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-03-22": "Madonna dei Sette Veli", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-03-22": "Madonna dei Sette Veli", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-03-22": "Madonna dei Sette Veli", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-22": "Madonna dei Sette Veli", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-03-22": "Madonna dei Sette Veli", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-03-22": "Madonna dei Sette Veli", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-22": "Madonna dei Sette Veli", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-03-22": "Madonna dei Sette Veli", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-03-22": "Madonna dei Sette Veli", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-03-22": "Madonna dei Sette Veli", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-03-22": "Madonna dei Sette Veli", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-03-22": "Madonna dei Sette Veli", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-03-22": "Madonna dei Sette Veli", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-03-22": "Madonna dei Sette Veli", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-22": "Madonna dei Sette Veli", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-03-22": "Madonna dei Sette Veli", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-03-22": "Madonna dei Sette Veli", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-22": "Madonna dei Sette Veli", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-03-22": "Madonna dei Sette Veli", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-03-22": "Madonna dei Sette Veli", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-03-22": "Madonna dei Sette Veli", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-03-22": "Madonna dei Sette Veli", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-22": "Madonna dei Sette Veli", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-03-22": "Madonna dei Sette Veli", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-03-22": "Madonna dei Sette Veli", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-22": "Madonna dei Sette Veli", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-03-22": "Madonna dei Sette Veli", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-03-22": "Madonna dei Sette Veli", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-03-22": "Madonna dei Sette Veli", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-03-22": "Madonna dei Sette Veli", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-03-22": "Madonna dei Sette Veli", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-03-22": "Madonna dei Sette Veli", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-03-22": "Madonna dei Sette Veli", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-22": "Madonna dei Sette Veli", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-03-22": "Madonna dei Sette Veli", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-03-22": "Madonna dei Sette Veli", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-22": "Madonna dei Sette Veli", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-03-22": "Madonna dei Sette Veli", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-03-22": "Madonna dei Sette Veli", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-03-22": "Madonna dei Sette Veli", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-03-22": "Madonna dei Sette Veli", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_FI.json000066400000000000000000001635611500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-24": "San Giovanni Battista", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-24": "San Giovanni Battista", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-24": "San Giovanni Battista", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-24": "San Giovanni Battista", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-24": "San Giovanni Battista", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-24": "San Giovanni Battista", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-24": "San Giovanni Battista", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-24": "San Giovanni Battista", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-24": "San Giovanni Battista", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-24": "San Giovanni Battista", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-24": "San Giovanni Battista", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-24": "San Giovanni Battista", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-24": "San Giovanni Battista", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-24": "San Giovanni Battista", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-24": "San Giovanni Battista", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-24": "San Giovanni Battista", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-24": "San Giovanni Battista", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-24": "San Giovanni Battista", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-24": "San Giovanni Battista", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-24": "San Giovanni Battista", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-24": "San Giovanni Battista", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-24": "San Giovanni Battista", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-24": "San Giovanni Battista", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-24": "San Giovanni Battista", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-24": "San Giovanni Battista", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-24": "San Giovanni Battista", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-24": "San Giovanni Battista", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-24": "San Giovanni Battista", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-24": "San Giovanni Battista", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-24": "San Giovanni Battista", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-24": "San Giovanni Battista", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-24": "San Giovanni Battista", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-24": "San Giovanni Battista", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-24": "San Giovanni Battista", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-24": "San Giovanni Battista", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-24": "San Giovanni Battista", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-24": "San Giovanni Battista", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-24": "San Giovanni Battista", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-24": "San Giovanni Battista", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-24": "San Giovanni Battista", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-24": "San Giovanni Battista", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-24": "San Giovanni Battista", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-24": "San Giovanni Battista", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-24": "San Giovanni Battista", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-24": "San Giovanni Battista", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-24": "San Giovanni Battista", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-24": "San Giovanni Battista", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-24": "San Giovanni Battista", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-24": "San Giovanni Battista", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-24": "San Giovanni Battista", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-24": "San Giovanni Battista", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-24": "San Giovanni Battista", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-24": "San Giovanni Battista", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-24": "San Giovanni Battista", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-24": "San Giovanni Battista", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-24": "San Giovanni Battista", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-24": "San Giovanni Battista", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-24": "San Giovanni Battista", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-24": "San Giovanni Battista", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-24": "San Giovanni Battista", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-24": "San Giovanni Battista", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-24": "San Giovanni Battista", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-24": "San Giovanni Battista", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-24": "San Giovanni Battista", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-24": "San Giovanni Battista", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-24": "San Giovanni Battista", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-24": "San Giovanni Battista", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-24": "San Giovanni Battista", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-24": "San Giovanni Battista", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-24": "San Giovanni Battista", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-24": "San Giovanni Battista", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-24": "San Giovanni Battista", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-24": "San Giovanni Battista", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-24": "San Giovanni Battista", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-24": "San Giovanni Battista", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-24": "San Giovanni Battista", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-24": "San Giovanni Battista", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-24": "San Giovanni Battista", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-24": "San Giovanni Battista", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-24": "San Giovanni Battista", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-24": "San Giovanni Battista", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-24": "San Giovanni Battista", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-24": "San Giovanni Battista", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-24": "San Giovanni Battista", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-24": "San Giovanni Battista", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-24": "San Giovanni Battista", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-24": "San Giovanni Battista", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-24": "San Giovanni Battista", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-24": "San Giovanni Battista", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-24": "San Giovanni Battista", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-24": "San Giovanni Battista", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-24": "San Giovanni Battista", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-24": "San Giovanni Battista", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-24": "San Giovanni Battista", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-24": "San Giovanni Battista", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-24": "San Giovanni Battista", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-24": "San Giovanni Battista", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-24": "San Giovanni Battista", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-24": "San Giovanni Battista", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-24": "San Giovanni Battista", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-24": "San Giovanni Battista", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_FM.json000066400000000000000000001713421500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1950-08-16": "Maria Santissima Assunta", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1951-08-16": "Maria Santissima Assunta", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1952-08-16": "Maria Santissima Assunta", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1953-08-16": "Maria Santissima Assunta", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1954-08-16": "Maria Santissima Assunta", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1955-08-16": "Maria Santissima Assunta", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1956-08-16": "Maria Santissima Assunta", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1957-08-16": "Maria Santissima Assunta", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1958-08-16": "Maria Santissima Assunta", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1959-08-16": "Maria Santissima Assunta", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1960-08-16": "Maria Santissima Assunta", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1961-08-16": "Maria Santissima Assunta", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1962-08-16": "Maria Santissima Assunta", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1963-08-16": "Maria Santissima Assunta", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1964-08-16": "Maria Santissima Assunta", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1965-08-16": "Maria Santissima Assunta", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1966-08-16": "Maria Santissima Assunta", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1967-08-16": "Maria Santissima Assunta", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1968-08-16": "Maria Santissima Assunta", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1969-08-16": "Maria Santissima Assunta", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1970-08-16": "Maria Santissima Assunta", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1971-08-16": "Maria Santissima Assunta", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1972-08-16": "Maria Santissima Assunta", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1973-08-16": "Maria Santissima Assunta", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1974-08-16": "Maria Santissima Assunta", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1975-08-16": "Maria Santissima Assunta", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1976-08-16": "Maria Santissima Assunta", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1977-08-16": "Maria Santissima Assunta", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1978-08-16": "Maria Santissima Assunta", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1979-08-16": "Maria Santissima Assunta", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1980-08-16": "Maria Santissima Assunta", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1981-08-16": "Maria Santissima Assunta", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1982-08-16": "Maria Santissima Assunta", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1983-08-16": "Maria Santissima Assunta", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1984-08-16": "Maria Santissima Assunta", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1985-08-16": "Maria Santissima Assunta", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1986-08-16": "Maria Santissima Assunta", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1987-08-16": "Maria Santissima Assunta", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1988-08-16": "Maria Santissima Assunta", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1989-08-16": "Maria Santissima Assunta", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1990-08-16": "Maria Santissima Assunta", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1991-08-16": "Maria Santissima Assunta", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1992-08-16": "Maria Santissima Assunta", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1993-08-16": "Maria Santissima Assunta", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1994-08-16": "Maria Santissima Assunta", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1995-08-16": "Maria Santissima Assunta", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1996-08-16": "Maria Santissima Assunta", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1997-08-16": "Maria Santissima Assunta", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1998-08-16": "Maria Santissima Assunta", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "1999-08-16": "Maria Santissima Assunta", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2000-08-16": "Maria Santissima Assunta", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2001-08-16": "Maria Santissima Assunta", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2002-08-16": "Maria Santissima Assunta", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2003-08-16": "Maria Santissima Assunta", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2004-08-16": "Maria Santissima Assunta", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2005-08-16": "Maria Santissima Assunta", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2006-08-16": "Maria Santissima Assunta", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2007-08-16": "Maria Santissima Assunta", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2008-08-16": "Maria Santissima Assunta", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2009-08-16": "Maria Santissima Assunta", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2010-08-16": "Maria Santissima Assunta", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2011-08-16": "Maria Santissima Assunta", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2012-08-16": "Maria Santissima Assunta", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2013-08-16": "Maria Santissima Assunta", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2014-08-16": "Maria Santissima Assunta", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2015-08-16": "Maria Santissima Assunta", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2016-08-16": "Maria Santissima Assunta", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2017-08-16": "Maria Santissima Assunta", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2018-08-16": "Maria Santissima Assunta", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2019-08-16": "Maria Santissima Assunta", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2020-08-16": "Maria Santissima Assunta", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2021-08-16": "Maria Santissima Assunta", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2022-08-16": "Maria Santissima Assunta", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2023-08-16": "Maria Santissima Assunta", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2024-08-16": "Maria Santissima Assunta", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2025-08-16": "Maria Santissima Assunta", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2026-08-16": "Maria Santissima Assunta", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2027-08-16": "Maria Santissima Assunta", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2028-08-16": "Maria Santissima Assunta", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2029-08-16": "Maria Santissima Assunta", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2030-08-16": "Maria Santissima Assunta", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2031-08-16": "Maria Santissima Assunta", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2032-08-16": "Maria Santissima Assunta", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2033-08-16": "Maria Santissima Assunta", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2034-08-16": "Maria Santissima Assunta", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2035-08-16": "Maria Santissima Assunta", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2036-08-16": "Maria Santissima Assunta", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2037-08-16": "Maria Santissima Assunta", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2038-08-16": "Maria Santissima Assunta", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2039-08-16": "Maria Santissima Assunta", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2040-08-16": "Maria Santissima Assunta", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2041-08-16": "Maria Santissima Assunta", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2042-08-16": "Maria Santissima Assunta", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2043-08-16": "Maria Santissima Assunta", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2044-08-16": "Maria Santissima Assunta", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2045-08-16": "Maria Santissima Assunta", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2046-08-16": "Maria Santissima Assunta", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2047-08-16": "Maria Santissima Assunta", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2048-08-16": "Maria Santissima Assunta", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2049-08-16": "Maria Santissima Assunta", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine; Maria Santissima Assunta", "2050-08-16": "Maria Santissima Assunta", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_FORLI.json000066400000000000000000001627351500152103600214630ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-02-04": "Madonna del Fuoco", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-02-04": "Madonna del Fuoco", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-02-04": "Madonna del Fuoco", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-02-04": "Madonna del Fuoco", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-02-04": "Madonna del Fuoco", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-02-04": "Madonna del Fuoco", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-02-04": "Madonna del Fuoco", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-02-04": "Madonna del Fuoco", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-02-04": "Madonna del Fuoco", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-02-04": "Madonna del Fuoco", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-02-04": "Madonna del Fuoco", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-02-04": "Madonna del Fuoco", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-02-04": "Madonna del Fuoco", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-02-04": "Madonna del Fuoco", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-02-04": "Madonna del Fuoco", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-02-04": "Madonna del Fuoco", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-02-04": "Madonna del Fuoco", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-02-04": "Madonna del Fuoco", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-02-04": "Madonna del Fuoco", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-02-04": "Madonna del Fuoco", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-02-04": "Madonna del Fuoco", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-02-04": "Madonna del Fuoco", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-02-04": "Madonna del Fuoco", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-02-04": "Madonna del Fuoco", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-02-04": "Madonna del Fuoco", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-02-04": "Madonna del Fuoco", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-02-04": "Madonna del Fuoco", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-02-04": "Madonna del Fuoco", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-02-04": "Madonna del Fuoco", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-02-04": "Madonna del Fuoco", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-02-04": "Madonna del Fuoco", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-02-04": "Madonna del Fuoco", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-02-04": "Madonna del Fuoco", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-02-04": "Madonna del Fuoco", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-02-04": "Madonna del Fuoco", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-02-04": "Madonna del Fuoco", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-02-04": "Madonna del Fuoco", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-02-04": "Madonna del Fuoco", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-02-04": "Madonna del Fuoco", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-02-04": "Madonna del Fuoco", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-02-04": "Madonna del Fuoco", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-02-04": "Madonna del Fuoco", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-02-04": "Madonna del Fuoco", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-02-04": "Madonna del Fuoco", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-02-04": "Madonna del Fuoco", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-02-04": "Madonna del Fuoco", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-02-04": "Madonna del Fuoco", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-02-04": "Madonna del Fuoco", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-02-04": "Madonna del Fuoco", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-02-04": "Madonna del Fuoco", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-02-04": "Madonna del Fuoco", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-02-04": "Madonna del Fuoco", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-02-04": "Madonna del Fuoco", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-02-04": "Madonna del Fuoco", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-02-04": "Madonna del Fuoco", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-02-04": "Madonna del Fuoco", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-02-04": "Madonna del Fuoco", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-02-04": "Madonna del Fuoco", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-02-04": "Madonna del Fuoco", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-02-04": "Madonna del Fuoco", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-02-04": "Madonna del Fuoco", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-02-04": "Madonna del Fuoco", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-02-04": "Madonna del Fuoco", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-02-04": "Madonna del Fuoco", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-02-04": "Madonna del Fuoco", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-02-04": "Madonna del Fuoco", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-02-04": "Madonna del Fuoco", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-02-04": "Madonna del Fuoco", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-02-04": "Madonna del Fuoco", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-02-04": "Madonna del Fuoco", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-02-04": "Madonna del Fuoco", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-02-04": "Madonna del Fuoco", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-02-04": "Madonna del Fuoco", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-02-04": "Madonna del Fuoco", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-02-04": "Madonna del Fuoco", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-02-04": "Madonna del Fuoco", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-02-04": "Madonna del Fuoco", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-02-04": "Madonna del Fuoco", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-02-04": "Madonna del Fuoco", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-02-04": "Madonna del Fuoco", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-02-04": "Madonna del Fuoco", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-02-04": "Madonna del Fuoco", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-02-04": "Madonna del Fuoco", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-02-04": "Madonna del Fuoco", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-02-04": "Madonna del Fuoco", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-02-04": "Madonna del Fuoco", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-02-04": "Madonna del Fuoco", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-02-04": "Madonna del Fuoco", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-02-04": "Madonna del Fuoco", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-02-04": "Madonna del Fuoco", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-02-04": "Madonna del Fuoco", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-02-04": "Madonna del Fuoco", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-02-04": "Madonna del Fuoco", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-02-04": "Madonna del Fuoco", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-02-04": "Madonna del Fuoco", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-02-04": "Madonna del Fuoco", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-02-04": "Madonna del Fuoco", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-02-04": "Madonna del Fuoco", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-02-04": "Madonna del Fuoco", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-02-04": "Madonna del Fuoco", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-02-04": "Madonna del Fuoco", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_FR.json000066400000000000000000001617201500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-20": "San Silverio", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-20": "San Silverio", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-20": "San Silverio", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-20": "San Silverio", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-20": "San Silverio", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-20": "San Silverio", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-20": "San Silverio", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini; San Silverio", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-20": "San Silverio", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-20": "San Silverio", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-20": "San Silverio", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-20": "San Silverio", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-20": "San Silverio", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-20": "San Silverio", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-20": "San Silverio", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-20": "San Silverio", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-20": "San Silverio", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-20": "San Silverio", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-20": "San Silverio", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-20": "San Silverio", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-20": "San Silverio", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-20": "San Silverio", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-20": "San Silverio", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-20": "San Silverio", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-20": "San Silverio", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-20": "San Silverio", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-20": "San Silverio", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-20": "San Silverio", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-20": "San Silverio", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-20": "San Silverio", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-20": "San Silverio", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-20": "San Silverio", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-20": "San Silverio", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-20": "San Silverio", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-20": "San Silverio", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-20": "San Silverio", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-20": "San Silverio", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-20": "San Silverio", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-20": "San Silverio", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-20": "San Silverio", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-20": "San Silverio", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-20": "San Silverio", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-20": "San Silverio", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-20": "San Silverio", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-20": "San Silverio", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-20": "San Silverio", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-20": "San Silverio", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-20": "San Silverio", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-20": "San Silverio", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-20": "San Silverio", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-20": "San Silverio", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-20": "San Silverio", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-20": "San Silverio", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-20": "San Silverio", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-20": "San Silverio", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-20": "San Silverio", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-20": "San Silverio", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-20": "San Silverio", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-20": "San Silverio", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-20": "San Silverio", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-20": "San Silverio", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-20": "San Silverio", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-20": "San Silverio", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-20": "San Silverio", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-20": "San Silverio", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-20": "San Silverio", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-20": "San Silverio", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-20": "San Silverio", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-20": "San Silverio", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-20": "San Silverio", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-20": "San Silverio", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-20": "San Silverio", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-20": "San Silverio", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-20": "San Silverio", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-20": "San Silverio", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-20": "San Silverio", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-20": "San Silverio", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-20": "San Silverio", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-20": "San Silverio", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-20": "San Silverio", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-20": "San Silverio", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-20": "San Silverio", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-20": "San Silverio", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-20": "San Silverio", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-20": "San Silverio", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-20": "San Silverio", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-20": "San Silverio", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-20": "San Silverio", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-20": "San Silverio", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-20": "San Silverio", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-20": "San Silverio", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-20": "San Silverio", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-20": "San Silverio", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-20": "San Silverio", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-20": "San Silverio", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-20": "San Silverio", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-20": "San Silverio", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-20": "San Silverio", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-20": "San Silverio", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-20": "San Silverio", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-20": "San Silverio", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_GE.json000066400000000000000000001635611500152103600211010ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-24": "San Giovanni Battista", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-24": "San Giovanni Battista", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-24": "San Giovanni Battista", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-24": "San Giovanni Battista", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-24": "San Giovanni Battista", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-24": "San Giovanni Battista", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-24": "San Giovanni Battista", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-24": "San Giovanni Battista", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-24": "San Giovanni Battista", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-24": "San Giovanni Battista", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-24": "San Giovanni Battista", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-24": "San Giovanni Battista", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-24": "San Giovanni Battista", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-24": "San Giovanni Battista", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-24": "San Giovanni Battista", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-24": "San Giovanni Battista", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-24": "San Giovanni Battista", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-24": "San Giovanni Battista", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-24": "San Giovanni Battista", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-24": "San Giovanni Battista", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-24": "San Giovanni Battista", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-24": "San Giovanni Battista", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-24": "San Giovanni Battista", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-24": "San Giovanni Battista", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-24": "San Giovanni Battista", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-24": "San Giovanni Battista", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-24": "San Giovanni Battista", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-24": "San Giovanni Battista", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-24": "San Giovanni Battista", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-24": "San Giovanni Battista", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-24": "San Giovanni Battista", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-24": "San Giovanni Battista", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-24": "San Giovanni Battista", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-24": "San Giovanni Battista", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-24": "San Giovanni Battista", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-24": "San Giovanni Battista", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-24": "San Giovanni Battista", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-24": "San Giovanni Battista", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-24": "San Giovanni Battista", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-24": "San Giovanni Battista", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-24": "San Giovanni Battista", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-24": "San Giovanni Battista", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-24": "San Giovanni Battista", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-24": "San Giovanni Battista", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-24": "San Giovanni Battista", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-24": "San Giovanni Battista", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-24": "San Giovanni Battista", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-24": "San Giovanni Battista", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-24": "San Giovanni Battista", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-24": "San Giovanni Battista", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-24": "San Giovanni Battista", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-24": "San Giovanni Battista", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-24": "San Giovanni Battista", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-24": "San Giovanni Battista", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-24": "San Giovanni Battista", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-24": "San Giovanni Battista", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-24": "San Giovanni Battista", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-24": "San Giovanni Battista", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-24": "San Giovanni Battista", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-24": "San Giovanni Battista", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-24": "San Giovanni Battista", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-24": "San Giovanni Battista", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-24": "San Giovanni Battista", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-24": "San Giovanni Battista", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-24": "San Giovanni Battista", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-24": "San Giovanni Battista", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-24": "San Giovanni Battista", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-24": "San Giovanni Battista", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-24": "San Giovanni Battista", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-24": "San Giovanni Battista", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-24": "San Giovanni Battista", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-24": "San Giovanni Battista", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-24": "San Giovanni Battista", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-24": "San Giovanni Battista", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-24": "San Giovanni Battista", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-24": "San Giovanni Battista", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-24": "San Giovanni Battista", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-24": "San Giovanni Battista", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-24": "San Giovanni Battista", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-24": "San Giovanni Battista", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-24": "San Giovanni Battista", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-24": "San Giovanni Battista", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-24": "San Giovanni Battista", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-24": "San Giovanni Battista", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-24": "San Giovanni Battista", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-24": "San Giovanni Battista", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-24": "San Giovanni Battista", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-24": "San Giovanni Battista", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-24": "San Giovanni Battista", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-24": "San Giovanni Battista", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-24": "San Giovanni Battista", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-24": "San Giovanni Battista", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-24": "San Giovanni Battista", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-24": "San Giovanni Battista", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-24": "San Giovanni Battista", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-24": "San Giovanni Battista", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-24": "San Giovanni Battista", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-24": "San Giovanni Battista", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-24": "San Giovanni Battista", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-24": "San Giovanni Battista", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-24": "San Giovanni Battista", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_GO.json000066400000000000000000001637261500152103600211160ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-16": "Santi Ilario e Taziano", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-16": "Santi Ilario e Taziano", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-16": "Santi Ilario e Taziano", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-16": "Santi Ilario e Taziano", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-16": "Santi Ilario e Taziano", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-16": "Santi Ilario e Taziano", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-16": "Santi Ilario e Taziano", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-16": "Santi Ilario e Taziano", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-16": "Santi Ilario e Taziano", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-16": "Santi Ilario e Taziano", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-16": "Santi Ilario e Taziano", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-16": "Santi Ilario e Taziano", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-16": "Santi Ilario e Taziano", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-16": "Santi Ilario e Taziano", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-16": "Santi Ilario e Taziano", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-16": "Santi Ilario e Taziano", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-16": "Santi Ilario e Taziano", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-16": "Santi Ilario e Taziano", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-16": "Santi Ilario e Taziano", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-16": "Santi Ilario e Taziano", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-16": "Santi Ilario e Taziano", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-16": "Santi Ilario e Taziano", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-16": "Santi Ilario e Taziano", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-16": "Santi Ilario e Taziano", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-16": "Santi Ilario e Taziano", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-16": "Santi Ilario e Taziano", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-16": "Santi Ilario e Taziano", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-03-16": "Santi Ilario e Taziano", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-16": "Santi Ilario e Taziano", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-03-16": "Santi Ilario e Taziano", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-03-16": "Santi Ilario e Taziano", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-03-16": "Santi Ilario e Taziano", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-03-16": "Santi Ilario e Taziano", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-03-16": "Santi Ilario e Taziano", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-03-16": "Santi Ilario e Taziano", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-03-16": "Santi Ilario e Taziano", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-16": "Santi Ilario e Taziano", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-03-16": "Santi Ilario e Taziano", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-03-16": "Santi Ilario e Taziano", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-16": "Santi Ilario e Taziano", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-03-16": "Santi Ilario e Taziano", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-16": "Santi Ilario e Taziano", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-03-16": "Santi Ilario e Taziano", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-03-16": "Santi Ilario e Taziano", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-03-16": "Santi Ilario e Taziano", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-03-16": "Santi Ilario e Taziano", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-03-16": "Santi Ilario e Taziano", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-16": "Santi Ilario e Taziano", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-03-16": "Santi Ilario e Taziano", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-03-16": "Santi Ilario e Taziano", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-03-16": "Santi Ilario e Taziano", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-03-16": "Santi Ilario e Taziano", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-16": "Santi Ilario e Taziano", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-03-16": "Santi Ilario e Taziano", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-03-16": "Santi Ilario e Taziano", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-16": "Santi Ilario e Taziano", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-03-16": "Santi Ilario e Taziano", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-03-16": "Santi Ilario e Taziano", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-16": "Santi Ilario e Taziano", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-03-16": "Santi Ilario e Taziano", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-03-16": "Santi Ilario e Taziano", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-16": "Santi Ilario e Taziano", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-03-16": "Santi Ilario e Taziano", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-16": "Santi Ilario e Taziano", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-03-16": "Santi Ilario e Taziano", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-03-16": "Santi Ilario e Taziano", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-16": "Santi Ilario e Taziano", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-03-16": "Santi Ilario e Taziano", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-03-16": "Santi Ilario e Taziano", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-03-16": "Santi Ilario e Taziano", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-03-16": "Santi Ilario e Taziano", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-03-16": "Santi Ilario e Taziano", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-03-16": "Santi Ilario e Taziano", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-03-16": "Santi Ilario e Taziano", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-16": "Santi Ilario e Taziano", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-03-16": "Santi Ilario e Taziano", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-03-16": "Santi Ilario e Taziano", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-16": "Santi Ilario e Taziano", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-03-16": "Santi Ilario e Taziano", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-03-16": "Santi Ilario e Taziano", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-03-16": "Santi Ilario e Taziano", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-03-16": "Santi Ilario e Taziano", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-16": "Santi Ilario e Taziano", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-03-16": "Santi Ilario e Taziano", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-03-16": "Santi Ilario e Taziano", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-16": "Santi Ilario e Taziano", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-03-16": "Santi Ilario e Taziano", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-03-16": "Santi Ilario e Taziano", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-03-16": "Santi Ilario e Taziano", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-03-16": "Santi Ilario e Taziano", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-03-16": "Santi Ilario e Taziano", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-03-16": "Santi Ilario e Taziano", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-03-16": "Santi Ilario e Taziano", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-16": "Santi Ilario e Taziano", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-03-16": "Santi Ilario e Taziano", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-03-16": "Santi Ilario e Taziano", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-16": "Santi Ilario e Taziano", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-03-16": "Santi Ilario e Taziano", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-03-16": "Santi Ilario e Taziano", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-03-16": "Santi Ilario e Taziano", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-03-16": "Santi Ilario e Taziano", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_GR.json000066400000000000000000001615771500152103600211230ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-10": "San Lorenzo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-10": "San Lorenzo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-10": "San Lorenzo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-10": "San Lorenzo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-10": "San Lorenzo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-10": "San Lorenzo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-10": "San Lorenzo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-10": "San Lorenzo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-10": "San Lorenzo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-10": "San Lorenzo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-10": "San Lorenzo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-10": "San Lorenzo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-10": "San Lorenzo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-10": "San Lorenzo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-10": "San Lorenzo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-10": "San Lorenzo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-10": "San Lorenzo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-10": "San Lorenzo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-10": "San Lorenzo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-10": "San Lorenzo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-10": "San Lorenzo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-10": "San Lorenzo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-10": "San Lorenzo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-10": "San Lorenzo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-10": "San Lorenzo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-10": "San Lorenzo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-10": "San Lorenzo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-10": "San Lorenzo", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-10": "San Lorenzo", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-10": "San Lorenzo", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-10": "San Lorenzo", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-10": "San Lorenzo", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-10": "San Lorenzo", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-10": "San Lorenzo", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-10": "San Lorenzo", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-10": "San Lorenzo", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-10": "San Lorenzo", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-10": "San Lorenzo", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-10": "San Lorenzo", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-10": "San Lorenzo", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-10": "San Lorenzo", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-10": "San Lorenzo", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-10": "San Lorenzo", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-10": "San Lorenzo", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-10": "San Lorenzo", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-10": "San Lorenzo", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-10": "San Lorenzo", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-10": "San Lorenzo", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-10": "San Lorenzo", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-10": "San Lorenzo", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-10": "San Lorenzo", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-10": "San Lorenzo", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-10": "San Lorenzo", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-10": "San Lorenzo", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-10": "San Lorenzo", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-10": "San Lorenzo", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-10": "San Lorenzo", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-10": "San Lorenzo", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-10": "San Lorenzo", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-10": "San Lorenzo", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-10": "San Lorenzo", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-10": "San Lorenzo", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-10": "San Lorenzo", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-10": "San Lorenzo", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-10": "San Lorenzo", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-10": "San Lorenzo", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-10": "San Lorenzo", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-10": "San Lorenzo", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-10": "San Lorenzo", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-10": "San Lorenzo", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-10": "San Lorenzo", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-10": "San Lorenzo", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-10": "San Lorenzo", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-10": "San Lorenzo", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-10": "San Lorenzo", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-10": "San Lorenzo", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-10": "San Lorenzo", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-10": "San Lorenzo", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-10": "San Lorenzo", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-10": "San Lorenzo", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-10": "San Lorenzo", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-10": "San Lorenzo", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-10": "San Lorenzo", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-10": "San Lorenzo", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-10": "San Lorenzo", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-10": "San Lorenzo", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-10": "San Lorenzo", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-10": "San Lorenzo", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-10": "San Lorenzo", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-10": "San Lorenzo", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-10": "San Lorenzo", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-10": "San Lorenzo", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-10": "San Lorenzo", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-10": "San Lorenzo", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-10": "San Lorenzo", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-10": "San Lorenzo", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-10": "San Lorenzo", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-10": "San Lorenzo", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-10": "San Lorenzo", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-10": "San Lorenzo", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-10": "San Lorenzo", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_IM.json000066400000000000000000001653761500152103600211210ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-11-26": "San Leonardo da Porto Maurizio", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-11-26": "San Leonardo da Porto Maurizio", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-11-26": "San Leonardo da Porto Maurizio", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-11-26": "San Leonardo da Porto Maurizio", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-11-26": "San Leonardo da Porto Maurizio", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-11-26": "San Leonardo da Porto Maurizio", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-11-26": "San Leonardo da Porto Maurizio", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-11-26": "San Leonardo da Porto Maurizio", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-11-26": "San Leonardo da Porto Maurizio", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-11-26": "San Leonardo da Porto Maurizio", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-11-26": "San Leonardo da Porto Maurizio", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-11-26": "San Leonardo da Porto Maurizio", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-11-26": "San Leonardo da Porto Maurizio", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-11-26": "San Leonardo da Porto Maurizio", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-11-26": "San Leonardo da Porto Maurizio", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-11-26": "San Leonardo da Porto Maurizio", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-11-26": "San Leonardo da Porto Maurizio", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-11-26": "San Leonardo da Porto Maurizio", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-11-26": "San Leonardo da Porto Maurizio", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-11-26": "San Leonardo da Porto Maurizio", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-11-26": "San Leonardo da Porto Maurizio", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-11-26": "San Leonardo da Porto Maurizio", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-11-26": "San Leonardo da Porto Maurizio", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-11-26": "San Leonardo da Porto Maurizio", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-11-26": "San Leonardo da Porto Maurizio", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-11-26": "San Leonardo da Porto Maurizio", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-11-26": "San Leonardo da Porto Maurizio", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-11-26": "San Leonardo da Porto Maurizio", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-11-26": "San Leonardo da Porto Maurizio", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-11-26": "San Leonardo da Porto Maurizio", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-11-26": "San Leonardo da Porto Maurizio", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-11-26": "San Leonardo da Porto Maurizio", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-11-26": "San Leonardo da Porto Maurizio", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-11-26": "San Leonardo da Porto Maurizio", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-11-26": "San Leonardo da Porto Maurizio", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-11-26": "San Leonardo da Porto Maurizio", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-11-26": "San Leonardo da Porto Maurizio", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-11-26": "San Leonardo da Porto Maurizio", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-11-26": "San Leonardo da Porto Maurizio", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-11-26": "San Leonardo da Porto Maurizio", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-11-26": "San Leonardo da Porto Maurizio", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-11-26": "San Leonardo da Porto Maurizio", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-11-26": "San Leonardo da Porto Maurizio", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-11-26": "San Leonardo da Porto Maurizio", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-11-26": "San Leonardo da Porto Maurizio", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-11-26": "San Leonardo da Porto Maurizio", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-11-26": "San Leonardo da Porto Maurizio", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-11-26": "San Leonardo da Porto Maurizio", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-11-26": "San Leonardo da Porto Maurizio", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-11-26": "San Leonardo da Porto Maurizio", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-11-26": "San Leonardo da Porto Maurizio", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-11-26": "San Leonardo da Porto Maurizio", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-11-26": "San Leonardo da Porto Maurizio", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-11-26": "San Leonardo da Porto Maurizio", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-11-26": "San Leonardo da Porto Maurizio", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-11-26": "San Leonardo da Porto Maurizio", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-11-26": "San Leonardo da Porto Maurizio", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-11-26": "San Leonardo da Porto Maurizio", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-11-26": "San Leonardo da Porto Maurizio", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-11-26": "San Leonardo da Porto Maurizio", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-11-26": "San Leonardo da Porto Maurizio", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-11-26": "San Leonardo da Porto Maurizio", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-11-26": "San Leonardo da Porto Maurizio", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-11-26": "San Leonardo da Porto Maurizio", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-11-26": "San Leonardo da Porto Maurizio", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-11-26": "San Leonardo da Porto Maurizio", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-11-26": "San Leonardo da Porto Maurizio", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-11-26": "San Leonardo da Porto Maurizio", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-11-26": "San Leonardo da Porto Maurizio", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-11-26": "San Leonardo da Porto Maurizio", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-11-26": "San Leonardo da Porto Maurizio", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-11-26": "San Leonardo da Porto Maurizio", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-11-26": "San Leonardo da Porto Maurizio", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-11-26": "San Leonardo da Porto Maurizio", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-11-26": "San Leonardo da Porto Maurizio", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-11-26": "San Leonardo da Porto Maurizio", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-11-26": "San Leonardo da Porto Maurizio", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-11-26": "San Leonardo da Porto Maurizio", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-11-26": "San Leonardo da Porto Maurizio", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-11-26": "San Leonardo da Porto Maurizio", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-11-26": "San Leonardo da Porto Maurizio", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-11-26": "San Leonardo da Porto Maurizio", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-11-26": "San Leonardo da Porto Maurizio", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-11-26": "San Leonardo da Porto Maurizio", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-11-26": "San Leonardo da Porto Maurizio", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-11-26": "San Leonardo da Porto Maurizio", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-11-26": "San Leonardo da Porto Maurizio", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-11-26": "San Leonardo da Porto Maurizio", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-11-26": "San Leonardo da Porto Maurizio", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-11-26": "San Leonardo da Porto Maurizio", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-11-26": "San Leonardo da Porto Maurizio", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-11-26": "San Leonardo da Porto Maurizio", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-11-26": "San Leonardo da Porto Maurizio", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-11-26": "San Leonardo da Porto Maurizio", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-11-26": "San Leonardo da Porto Maurizio", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-11-26": "San Leonardo da Porto Maurizio", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-11-26": "San Leonardo da Porto Maurizio", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-11-26": "San Leonardo da Porto Maurizio", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-11-26": "San Leonardo da Porto Maurizio", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-11-26": "San Leonardo da Porto Maurizio", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-11-26": "San Leonardo da Porto Maurizio", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_IS.json000066400000000000000000001633441500152103600211200ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-05-19": "San Pietro Celestino", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-19": "San Pietro Celestino", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-19": "San Pietro Celestino", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-05-19": "San Pietro Celestino", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-19": "San Pietro Celestino", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore; San Pietro Celestino", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-19": "San Pietro Celestino", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-19": "San Pietro Celestino", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-05-19": "San Pietro Celestino", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-19": "San Pietro Celestino", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-19": "San Pietro Celestino", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-05-19": "San Pietro Celestino", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-19": "San Pietro Celestino", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-19": "San Pietro Celestino", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-19": "San Pietro Celestino", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-19": "San Pietro Celestino", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore; San Pietro Celestino", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-19": "San Pietro Celestino", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-19": "San Pietro Celestino", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-05-19": "San Pietro Celestino", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-19": "San Pietro Celestino", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-19": "San Pietro Celestino", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-05-19": "San Pietro Celestino", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-19": "San Pietro Celestino", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-19": "San Pietro Celestino", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-19": "San Pietro Celestino", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-19": "San Pietro Celestino", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-19": "San Pietro Celestino", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-19": "San Pietro Celestino", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-19": "San Pietro Celestino", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-19": "San Pietro Celestino", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-19": "San Pietro Celestino", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-19": "San Pietro Celestino", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-19": "San Pietro Celestino", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-19": "San Pietro Celestino", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-19": "San Pietro Celestino", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-19": "San Pietro Celestino", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-19": "San Pietro Celestino", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-19": "San Pietro Celestino", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-19": "San Pietro Celestino", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-19": "San Pietro Celestino", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-19": "San Pietro Celestino", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-19": "San Pietro Celestino", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-19": "San Pietro Celestino", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-19": "San Pietro Celestino", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-19": "San Pietro Celestino", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-19": "San Pietro Celestino", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-19": "San Pietro Celestino", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-19": "San Pietro Celestino", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-19": "San Pietro Celestino", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-19": "San Pietro Celestino", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-19": "San Pietro Celestino", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-19": "San Pietro Celestino", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-19": "San Pietro Celestino", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-19": "San Pietro Celestino", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-19": "San Pietro Celestino", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-19": "San Pietro Celestino", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-19": "San Pietro Celestino", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-19": "San Pietro Celestino", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-19": "San Pietro Celestino", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-19": "San Pietro Celestino", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-19": "San Pietro Celestino", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-19": "San Pietro Celestino", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-19": "San Pietro Celestino", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-19": "San Pietro Celestino", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-19": "San Pietro Celestino", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-19": "San Pietro Celestino", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-19": "San Pietro Celestino", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-19": "San Pietro Celestino", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-19": "San Pietro Celestino", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-19": "San Pietro Celestino", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-19": "San Pietro Celestino", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-19": "San Pietro Celestino", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-19": "San Pietro Celestino", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-19": "San Pietro Celestino", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-19": "San Pietro Celestino", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-19": "San Pietro Celestino", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-19": "San Pietro Celestino", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-19": "San Pietro Celestino", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-19": "San Pietro Celestino", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-19": "San Pietro Celestino", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-19": "San Pietro Celestino", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-19": "San Pietro Celestino", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-19": "San Pietro Celestino", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-19": "San Pietro Celestino", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-19": "San Pietro Celestino", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-19": "San Pietro Celestino", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-19": "San Pietro Celestino", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-19": "San Pietro Celestino", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-19": "San Pietro Celestino", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-19": "San Pietro Celestino", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-19": "San Pietro Celestino", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-19": "San Pietro Celestino", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-19": "San Pietro Celestino", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-19": "San Pietro Celestino", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-19": "San Pietro Celestino", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-19": "San Pietro Celestino", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-19": "San Pietro Celestino", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-19": "San Pietro Celestino", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-19": "San Pietro Celestino", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-19": "San Pietro Celestino", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_KR.json000066400000000000000000001615771500152103600211270ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-10-09": "San Dionigi", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-10-09": "San Dionigi", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-10-09": "San Dionigi", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-10-09": "San Dionigi", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-10-09": "San Dionigi", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-10-09": "San Dionigi", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-10-09": "San Dionigi", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-10-09": "San Dionigi", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-10-09": "San Dionigi", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-10-09": "San Dionigi", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-10-09": "San Dionigi", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-10-09": "San Dionigi", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-10-09": "San Dionigi", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-10-09": "San Dionigi", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-10-09": "San Dionigi", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-10-09": "San Dionigi", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-10-09": "San Dionigi", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-10-09": "San Dionigi", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-10-09": "San Dionigi", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-10-09": "San Dionigi", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-10-09": "San Dionigi", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-10-09": "San Dionigi", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-10-09": "San Dionigi", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-10-09": "San Dionigi", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-10-09": "San Dionigi", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-10-09": "San Dionigi", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-10-09": "San Dionigi", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-10-09": "San Dionigi", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-10-09": "San Dionigi", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-10-09": "San Dionigi", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-10-09": "San Dionigi", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-10-09": "San Dionigi", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-10-09": "San Dionigi", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-10-09": "San Dionigi", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-10-09": "San Dionigi", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-10-09": "San Dionigi", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-10-09": "San Dionigi", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-10-09": "San Dionigi", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-10-09": "San Dionigi", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-10-09": "San Dionigi", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-10-09": "San Dionigi", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-10-09": "San Dionigi", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-10-09": "San Dionigi", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-10-09": "San Dionigi", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-10-09": "San Dionigi", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-10-09": "San Dionigi", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-10-09": "San Dionigi", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-10-09": "San Dionigi", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-10-09": "San Dionigi", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-10-09": "San Dionigi", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-10-09": "San Dionigi", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-10-09": "San Dionigi", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-10-09": "San Dionigi", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-10-09": "San Dionigi", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-10-09": "San Dionigi", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-10-09": "San Dionigi", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-10-09": "San Dionigi", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-10-09": "San Dionigi", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-10-09": "San Dionigi", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-10-09": "San Dionigi", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-10-09": "San Dionigi", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-10-09": "San Dionigi", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-10-09": "San Dionigi", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-10-09": "San Dionigi", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-10-09": "San Dionigi", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-10-09": "San Dionigi", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-10-09": "San Dionigi", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-10-09": "San Dionigi", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-10-09": "San Dionigi", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-10-09": "San Dionigi", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-10-09": "San Dionigi", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-10-09": "San Dionigi", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-10-09": "San Dionigi", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-10-09": "San Dionigi", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-10-09": "San Dionigi", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-10-09": "San Dionigi", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-10-09": "San Dionigi", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-10-09": "San Dionigi", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-10-09": "San Dionigi", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-10-09": "San Dionigi", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-10-09": "San Dionigi", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-10-09": "San Dionigi", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-10-09": "San Dionigi", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-10-09": "San Dionigi", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-10-09": "San Dionigi", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-10-09": "San Dionigi", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-10-09": "San Dionigi", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-10-09": "San Dionigi", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-10-09": "San Dionigi", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-10-09": "San Dionigi", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-10-09": "San Dionigi", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-10-09": "San Dionigi", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-10-09": "San Dionigi", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-10-09": "San Dionigi", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-10-09": "San Dionigi", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-10-09": "San Dionigi", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-10-09": "San Dionigi", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-10-09": "San Dionigi", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-10-09": "San Dionigi", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-10-09": "San Dionigi", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-10-09": "San Dionigi", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_LC.json000066400000000000000000001614321500152103600210770ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-06": "San Nicola", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-06": "San Nicola", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-06": "San Nicola", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-06": "San Nicola", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-06": "San Nicola", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-06": "San Nicola", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-06": "San Nicola", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-06": "San Nicola", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-06": "San Nicola", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-06": "San Nicola", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-06": "San Nicola", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-06": "San Nicola", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-06": "San Nicola", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-06": "San Nicola", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-06": "San Nicola", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-06": "San Nicola", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-06": "San Nicola", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-06": "San Nicola", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-06": "San Nicola", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-06": "San Nicola", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-06": "San Nicola", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-06": "San Nicola", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-06": "San Nicola", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-06": "San Nicola", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-06": "San Nicola", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-06": "San Nicola", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-06": "San Nicola", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-06": "San Nicola", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-06": "San Nicola", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-06": "San Nicola", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-06": "San Nicola", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-06": "San Nicola", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-06": "San Nicola", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-06": "San Nicola", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-06": "San Nicola", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-06": "San Nicola", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-06": "San Nicola", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-06": "San Nicola", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-06": "San Nicola", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-06": "San Nicola", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-06": "San Nicola", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-06": "San Nicola", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-06": "San Nicola", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-06": "San Nicola", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-06": "San Nicola", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-06": "San Nicola", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-06": "San Nicola", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-06": "San Nicola", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-06": "San Nicola", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-06": "San Nicola", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-06": "San Nicola", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-06": "San Nicola", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-06": "San Nicola", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-06": "San Nicola", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-06": "San Nicola", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-06": "San Nicola", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-06": "San Nicola", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-06": "San Nicola", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-06": "San Nicola", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-06": "San Nicola", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-06": "San Nicola", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-06": "San Nicola", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-06": "San Nicola", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-06": "San Nicola", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-06": "San Nicola", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-06": "San Nicola", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-06": "San Nicola", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-06": "San Nicola", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-06": "San Nicola", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-06": "San Nicola", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-06": "San Nicola", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-06": "San Nicola", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-06": "San Nicola", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-06": "San Nicola", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-06": "San Nicola", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-06": "San Nicola", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-06": "San Nicola", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-06": "San Nicola", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-06": "San Nicola", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-06": "San Nicola", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-06": "San Nicola", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-06": "San Nicola", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-06": "San Nicola", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-06": "San Nicola", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-06": "San Nicola", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-06": "San Nicola", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-06": "San Nicola", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-06": "San Nicola", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-06": "San Nicola", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-06": "San Nicola", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-06": "San Nicola", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-06": "San Nicola", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-06": "San Nicola", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-06": "San Nicola", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-06": "San Nicola", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-06": "San Nicola", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-06": "San Nicola", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-06": "San Nicola", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-06": "San Nicola", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-06": "San Nicola", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-06": "San Nicola", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_LE.json000066400000000000000000001615771500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-08-26": "Sant'Oronzo", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-08-26": "Sant'Oronzo", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-08-26": "Sant'Oronzo", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-08-26": "Sant'Oronzo", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-08-26": "Sant'Oronzo", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-08-26": "Sant'Oronzo", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-08-26": "Sant'Oronzo", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-08-26": "Sant'Oronzo", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-08-26": "Sant'Oronzo", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-08-26": "Sant'Oronzo", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-08-26": "Sant'Oronzo", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-08-26": "Sant'Oronzo", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-08-26": "Sant'Oronzo", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-08-26": "Sant'Oronzo", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-08-26": "Sant'Oronzo", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-08-26": "Sant'Oronzo", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-08-26": "Sant'Oronzo", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-08-26": "Sant'Oronzo", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-08-26": "Sant'Oronzo", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-08-26": "Sant'Oronzo", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-08-26": "Sant'Oronzo", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-08-26": "Sant'Oronzo", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-08-26": "Sant'Oronzo", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-08-26": "Sant'Oronzo", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-08-26": "Sant'Oronzo", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-08-26": "Sant'Oronzo", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-08-26": "Sant'Oronzo", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-08-26": "Sant'Oronzo", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-08-26": "Sant'Oronzo", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-08-26": "Sant'Oronzo", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-08-26": "Sant'Oronzo", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-08-26": "Sant'Oronzo", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-08-26": "Sant'Oronzo", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-08-26": "Sant'Oronzo", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-08-26": "Sant'Oronzo", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-08-26": "Sant'Oronzo", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-08-26": "Sant'Oronzo", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-08-26": "Sant'Oronzo", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-08-26": "Sant'Oronzo", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-08-26": "Sant'Oronzo", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-08-26": "Sant'Oronzo", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-08-26": "Sant'Oronzo", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-08-26": "Sant'Oronzo", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-08-26": "Sant'Oronzo", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-08-26": "Sant'Oronzo", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-08-26": "Sant'Oronzo", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-08-26": "Sant'Oronzo", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-08-26": "Sant'Oronzo", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-08-26": "Sant'Oronzo", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-08-26": "Sant'Oronzo", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-08-26": "Sant'Oronzo", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-08-26": "Sant'Oronzo", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-08-26": "Sant'Oronzo", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-08-26": "Sant'Oronzo", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-08-26": "Sant'Oronzo", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-08-26": "Sant'Oronzo", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-08-26": "Sant'Oronzo", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-08-26": "Sant'Oronzo", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-08-26": "Sant'Oronzo", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-08-26": "Sant'Oronzo", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-08-26": "Sant'Oronzo", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-08-26": "Sant'Oronzo", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-08-26": "Sant'Oronzo", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-08-26": "Sant'Oronzo", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-08-26": "Sant'Oronzo", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-08-26": "Sant'Oronzo", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-08-26": "Sant'Oronzo", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-08-26": "Sant'Oronzo", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-08-26": "Sant'Oronzo", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-08-26": "Sant'Oronzo", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-08-26": "Sant'Oronzo", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-08-26": "Sant'Oronzo", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-08-26": "Sant'Oronzo", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-08-26": "Sant'Oronzo", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-08-26": "Sant'Oronzo", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-08-26": "Sant'Oronzo", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-08-26": "Sant'Oronzo", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-08-26": "Sant'Oronzo", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-08-26": "Sant'Oronzo", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-08-26": "Sant'Oronzo", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-08-26": "Sant'Oronzo", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-08-26": "Sant'Oronzo", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-08-26": "Sant'Oronzo", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-08-26": "Sant'Oronzo", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-08-26": "Sant'Oronzo", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-08-26": "Sant'Oronzo", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-08-26": "Sant'Oronzo", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-08-26": "Sant'Oronzo", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-08-26": "Sant'Oronzo", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-08-26": "Sant'Oronzo", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-08-26": "Sant'Oronzo", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-08-26": "Sant'Oronzo", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-08-26": "Sant'Oronzo", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-08-26": "Sant'Oronzo", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-08-26": "Sant'Oronzo", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-08-26": "Sant'Oronzo", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-08-26": "Sant'Oronzo", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-08-26": "Sant'Oronzo", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-08-26": "Sant'Oronzo", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-08-26": "Sant'Oronzo", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-08-26": "Sant'Oronzo", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_LI.json000066400000000000000000001617201500152103600211050ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-05-22": "Santa Giulia", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-22": "Santa Giulia", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore; Santa Giulia", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-05-22": "Santa Giulia", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-22": "Santa Giulia", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-05-22": "Santa Giulia", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-22": "Santa Giulia", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-22": "Santa Giulia", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-05-22": "Santa Giulia", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-22": "Santa Giulia", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-22": "Santa Giulia", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-05-22": "Santa Giulia", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-22": "Santa Giulia", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-22": "Santa Giulia", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-22": "Santa Giulia", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-22": "Santa Giulia", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-05-22": "Santa Giulia", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-22": "Santa Giulia", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-22": "Santa Giulia", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-05-22": "Santa Giulia", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-22": "Santa Giulia", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-05-22": "Santa Giulia", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-05-22": "Santa Giulia", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-22": "Santa Giulia", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-22": "Santa Giulia", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-22": "Santa Giulia", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-22": "Santa Giulia", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-22": "Santa Giulia", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-22": "Santa Giulia", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-22": "Santa Giulia", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-22": "Santa Giulia", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-22": "Santa Giulia", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-22": "Santa Giulia", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-22": "Santa Giulia", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-22": "Santa Giulia", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-22": "Santa Giulia", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-22": "Santa Giulia", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-22": "Santa Giulia", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-22": "Santa Giulia", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-22": "Santa Giulia", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-22": "Santa Giulia", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-22": "Santa Giulia", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-22": "Santa Giulia", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-22": "Santa Giulia", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-22": "Santa Giulia", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-22": "Santa Giulia", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-22": "Santa Giulia", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-22": "Santa Giulia", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-22": "Santa Giulia", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-22": "Santa Giulia", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-22": "Santa Giulia", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-22": "Santa Giulia", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-22": "Santa Giulia", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-22": "Santa Giulia", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-22": "Santa Giulia", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-22": "Santa Giulia", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-22": "Santa Giulia", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-22": "Santa Giulia", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-22": "Santa Giulia", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-22": "Santa Giulia", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-22": "Santa Giulia", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-22": "Santa Giulia", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-22": "Santa Giulia", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-22": "Santa Giulia", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-22": "Santa Giulia", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-22": "Santa Giulia", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-22": "Santa Giulia", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-22": "Santa Giulia", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-22": "Santa Giulia", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-22": "Santa Giulia", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-22": "Santa Giulia", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-22": "Santa Giulia", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-22": "Santa Giulia", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-22": "Santa Giulia", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-22": "Santa Giulia", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-22": "Santa Giulia", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-22": "Santa Giulia", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-22": "Santa Giulia", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-22": "Santa Giulia", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-22": "Santa Giulia", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-22": "Santa Giulia", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-22": "Santa Giulia", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-22": "Santa Giulia", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-22": "Santa Giulia", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-22": "Santa Giulia", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-22": "Santa Giulia", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-22": "Santa Giulia", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-22": "Santa Giulia", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-22": "Santa Giulia", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-22": "Santa Giulia", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-22": "Santa Giulia", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-22": "Santa Giulia", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-22": "Santa Giulia", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-22": "Santa Giulia", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-22": "Santa Giulia", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-22": "Santa Giulia", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-22": "Santa Giulia", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-22": "Santa Giulia", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-22": "Santa Giulia", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-22": "Santa Giulia", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-22": "Santa Giulia", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_LO.json000066400000000000000000001617441500152103600211210ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-01-19": "San Bassiano", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-01-19": "San Bassiano", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-01-19": "San Bassiano", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-01-19": "San Bassiano", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-01-19": "San Bassiano", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-01-19": "San Bassiano", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-01-19": "San Bassiano", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-01-19": "San Bassiano", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-01-19": "San Bassiano", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-01-19": "San Bassiano", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-01-19": "San Bassiano", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-01-19": "San Bassiano", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-01-19": "San Bassiano", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-01-19": "San Bassiano", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-01-19": "San Bassiano", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-01-19": "San Bassiano", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-01-19": "San Bassiano", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-01-19": "San Bassiano", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-01-19": "San Bassiano", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-01-19": "San Bassiano", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-01-19": "San Bassiano", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-01-19": "San Bassiano", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-01-19": "San Bassiano", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-01-19": "San Bassiano", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-01-19": "San Bassiano", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-01-19": "San Bassiano", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-01-19": "San Bassiano", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-01-19": "San Bassiano", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-01-19": "San Bassiano", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-01-19": "San Bassiano", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-01-19": "San Bassiano", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-01-19": "San Bassiano", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-01-19": "San Bassiano", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-01-19": "San Bassiano", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-01-19": "San Bassiano", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-01-19": "San Bassiano", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-01-19": "San Bassiano", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-01-19": "San Bassiano", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-01-19": "San Bassiano", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-01-19": "San Bassiano", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-01-19": "San Bassiano", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-01-19": "San Bassiano", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-01-19": "San Bassiano", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-01-19": "San Bassiano", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-01-19": "San Bassiano", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-01-19": "San Bassiano", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-01-19": "San Bassiano", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-01-19": "San Bassiano", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-01-19": "San Bassiano", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-01-19": "San Bassiano", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-01-19": "San Bassiano", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-01-19": "San Bassiano", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-01-19": "San Bassiano", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-01-19": "San Bassiano", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-01-19": "San Bassiano", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-01-19": "San Bassiano", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-01-19": "San Bassiano", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-01-19": "San Bassiano", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-01-19": "San Bassiano", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-01-19": "San Bassiano", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-01-19": "San Bassiano", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-01-19": "San Bassiano", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-01-19": "San Bassiano", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-01-19": "San Bassiano", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-01-19": "San Bassiano", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-01-19": "San Bassiano", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-01-19": "San Bassiano", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-01-19": "San Bassiano", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-01-19": "San Bassiano", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-01-19": "San Bassiano", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-01-19": "San Bassiano", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-01-19": "San Bassiano", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-01-19": "San Bassiano", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-01-19": "San Bassiano", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-01-19": "San Bassiano", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-01-19": "San Bassiano", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-01-19": "San Bassiano", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-01-19": "San Bassiano", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-01-19": "San Bassiano", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-01-19": "San Bassiano", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-01-19": "San Bassiano", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-01-19": "San Bassiano", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-01-19": "San Bassiano", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-01-19": "San Bassiano", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-01-19": "San Bassiano", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-01-19": "San Bassiano", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-01-19": "San Bassiano", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-01-19": "San Bassiano", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-01-19": "San Bassiano", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-01-19": "San Bassiano", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-01-19": "San Bassiano", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-01-19": "San Bassiano", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-01-19": "San Bassiano", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-01-19": "San Bassiano", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-01-19": "San Bassiano", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-01-19": "San Bassiano", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-01-19": "San Bassiano", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-01-19": "San Bassiano", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-01-19": "San Bassiano", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-01-19": "San Bassiano", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-01-19": "San Bassiano", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_LT.json000066400000000000000000001676721500152103600211340ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione; San Marco Evangelista", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-07-06": "Santa Maria Goretti", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione; San Marco Evangelista", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-07-06": "Santa Maria Goretti", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione; San Marco Evangelista", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-07-06": "Santa Maria Goretti", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione; San Marco Evangelista", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-07-06": "Santa Maria Goretti", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione; San Marco Evangelista", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-07-06": "Santa Maria Goretti", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione; San Marco Evangelista", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-07-06": "Santa Maria Goretti", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione; San Marco Evangelista", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-07-06": "Santa Maria Goretti", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione; San Marco Evangelista", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-07-06": "Santa Maria Goretti", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione; San Marco Evangelista", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-07-06": "Santa Maria Goretti", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione; San Marco Evangelista", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-07-06": "Santa Maria Goretti", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione; San Marco Evangelista", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-07-06": "Santa Maria Goretti", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione; San Marco Evangelista", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-07-06": "Santa Maria Goretti", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione; San Marco Evangelista", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-07-06": "Santa Maria Goretti", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione; San Marco Evangelista", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-07-06": "Santa Maria Goretti", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione; San Marco Evangelista", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-07-06": "Santa Maria Goretti", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione; San Marco Evangelista", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-07-06": "Santa Maria Goretti", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione; San Marco Evangelista", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-07-06": "Santa Maria Goretti", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione; San Marco Evangelista", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-07-06": "Santa Maria Goretti", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione; San Marco Evangelista", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-07-06": "Santa Maria Goretti", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione; San Marco Evangelista", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-07-06": "Santa Maria Goretti", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione; San Marco Evangelista", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-07-06": "Santa Maria Goretti", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione; San Marco Evangelista", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-07-06": "Santa Maria Goretti", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione; San Marco Evangelista", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-07-06": "Santa Maria Goretti", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione; San Marco Evangelista", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-07-06": "Santa Maria Goretti", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione; San Marco Evangelista", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-07-06": "Santa Maria Goretti", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione; San Marco Evangelista", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-07-06": "Santa Maria Goretti", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione; San Marco Evangelista", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-07-06": "Santa Maria Goretti", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione; San Marco Evangelista", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-07-06": "Santa Maria Goretti", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione; San Marco Evangelista", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-07-06": "Santa Maria Goretti", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione; San Marco Evangelista", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-07-06": "Santa Maria Goretti", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione; San Marco Evangelista", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-07-06": "Santa Maria Goretti", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione; San Marco Evangelista", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-07-06": "Santa Maria Goretti", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione; San Marco Evangelista", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-07-06": "Santa Maria Goretti", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione; San Marco Evangelista", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-07-06": "Santa Maria Goretti", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione; San Marco Evangelista", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-07-06": "Santa Maria Goretti", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione; San Marco Evangelista", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-07-06": "Santa Maria Goretti", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione; San Marco Evangelista", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-07-06": "Santa Maria Goretti", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione; San Marco Evangelista", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-07-06": "Santa Maria Goretti", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione; San Marco Evangelista", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-07-06": "Santa Maria Goretti", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione; San Marco Evangelista", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-07-06": "Santa Maria Goretti", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione; San Marco Evangelista", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-07-06": "Santa Maria Goretti", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione; San Marco Evangelista", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-07-06": "Santa Maria Goretti", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione; San Marco Evangelista", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-07-06": "Santa Maria Goretti", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione; San Marco Evangelista", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-07-06": "Santa Maria Goretti", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione; San Marco Evangelista", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-07-06": "Santa Maria Goretti", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione; San Marco Evangelista", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-07-06": "Santa Maria Goretti", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione; San Marco Evangelista", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-07-06": "Santa Maria Goretti", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione; San Marco Evangelista", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-07-06": "Santa Maria Goretti", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione; San Marco Evangelista", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-07-06": "Santa Maria Goretti", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione; San Marco Evangelista", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-07-06": "Santa Maria Goretti", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione; San Marco Evangelista", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-07-06": "Santa Maria Goretti", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione; San Marco Evangelista", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-07-06": "Santa Maria Goretti", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione; San Marco Evangelista", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-07-06": "Santa Maria Goretti", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione; San Marco Evangelista", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-07-06": "Santa Maria Goretti", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione; San Marco Evangelista", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-07-06": "Santa Maria Goretti", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione; San Marco Evangelista", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-07-06": "Santa Maria Goretti", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione; San Marco Evangelista", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-07-06": "Santa Maria Goretti", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione; San Marco Evangelista", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-07-06": "Santa Maria Goretti", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione; San Marco Evangelista", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-07-06": "Santa Maria Goretti", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione; San Marco Evangelista", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-07-06": "Santa Maria Goretti", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione; San Marco Evangelista", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-07-06": "Santa Maria Goretti", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo; San Marco Evangelista", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-07-06": "Santa Maria Goretti", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione; San Marco Evangelista", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-07-06": "Santa Maria Goretti", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione; San Marco Evangelista", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-07-06": "Santa Maria Goretti", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione; San Marco Evangelista", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-07-06": "Santa Maria Goretti", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione; San Marco Evangelista", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-07-06": "Santa Maria Goretti", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione; San Marco Evangelista", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-07-06": "Santa Maria Goretti", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione; San Marco Evangelista", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-07-06": "Santa Maria Goretti", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione; San Marco Evangelista", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-07-06": "Santa Maria Goretti", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione; San Marco Evangelista", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-07-06": "Santa Maria Goretti", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione; San Marco Evangelista", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-07-06": "Santa Maria Goretti", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione; San Marco Evangelista", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-07-06": "Santa Maria Goretti", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione; San Marco Evangelista", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-07-06": "Santa Maria Goretti", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione; San Marco Evangelista", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-07-06": "Santa Maria Goretti", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione; San Marco Evangelista", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-07-06": "Santa Maria Goretti", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione; San Marco Evangelista", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-07-06": "Santa Maria Goretti", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione; San Marco Evangelista", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-07-06": "Santa Maria Goretti", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione; San Marco Evangelista", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-07-06": "Santa Maria Goretti", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione; San Marco Evangelista", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-07-06": "Santa Maria Goretti", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione; San Marco Evangelista", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-07-06": "Santa Maria Goretti", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione; San Marco Evangelista", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-07-06": "Santa Maria Goretti", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione; San Marco Evangelista", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-07-06": "Santa Maria Goretti", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione; San Marco Evangelista", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-07-06": "Santa Maria Goretti", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione; San Marco Evangelista", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-07-06": "Santa Maria Goretti", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione; San Marco Evangelista", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-07-06": "Santa Maria Goretti", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione; San Marco Evangelista", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-07-06": "Santa Maria Goretti", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione; San Marco Evangelista", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-07-06": "Santa Maria Goretti", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione; San Marco Evangelista", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-07-06": "Santa Maria Goretti", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione; San Marco Evangelista", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-07-06": "Santa Maria Goretti", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione; San Marco Evangelista", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-07-06": "Santa Maria Goretti", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione; San Marco Evangelista", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-07-06": "Santa Maria Goretti", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione; San Marco Evangelista", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-07-06": "Santa Maria Goretti", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione; San Marco Evangelista", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-07-06": "Santa Maria Goretti", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione; San Marco Evangelista", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-07-06": "Santa Maria Goretti", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione; San Marco Evangelista", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-07-06": "Santa Maria Goretti", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione; San Marco Evangelista", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-07-06": "Santa Maria Goretti", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione; San Marco Evangelista", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-07-06": "Santa Maria Goretti", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione; San Marco Evangelista", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-07-06": "Santa Maria Goretti", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione; San Marco Evangelista", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-07-06": "Santa Maria Goretti", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione; San Marco Evangelista", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-07-06": "Santa Maria Goretti", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione; San Marco Evangelista", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-07-06": "Santa Maria Goretti", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_LU.json000066400000000000000000001634141500152103600211230ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-07-12": "San Paolino di Lucca", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-07-12": "San Paolino di Lucca", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-07-12": "San Paolino di Lucca", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-07-12": "San Paolino di Lucca", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-07-12": "San Paolino di Lucca", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-07-12": "San Paolino di Lucca", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-07-12": "San Paolino di Lucca", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-07-12": "San Paolino di Lucca", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-07-12": "San Paolino di Lucca", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-07-12": "San Paolino di Lucca", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-07-12": "San Paolino di Lucca", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-07-12": "San Paolino di Lucca", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-07-12": "San Paolino di Lucca", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-07-12": "San Paolino di Lucca", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-07-12": "San Paolino di Lucca", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-07-12": "San Paolino di Lucca", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-07-12": "San Paolino di Lucca", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-07-12": "San Paolino di Lucca", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-07-12": "San Paolino di Lucca", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-07-12": "San Paolino di Lucca", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-07-12": "San Paolino di Lucca", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-07-12": "San Paolino di Lucca", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-07-12": "San Paolino di Lucca", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-07-12": "San Paolino di Lucca", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-07-12": "San Paolino di Lucca", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-07-12": "San Paolino di Lucca", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-07-12": "San Paolino di Lucca", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-07-12": "San Paolino di Lucca", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-07-12": "San Paolino di Lucca", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-07-12": "San Paolino di Lucca", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-07-12": "San Paolino di Lucca", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-07-12": "San Paolino di Lucca", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-07-12": "San Paolino di Lucca", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-07-12": "San Paolino di Lucca", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-07-12": "San Paolino di Lucca", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-07-12": "San Paolino di Lucca", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-07-12": "San Paolino di Lucca", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-07-12": "San Paolino di Lucca", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-07-12": "San Paolino di Lucca", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-07-12": "San Paolino di Lucca", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-07-12": "San Paolino di Lucca", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-07-12": "San Paolino di Lucca", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-07-12": "San Paolino di Lucca", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-07-12": "San Paolino di Lucca", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-07-12": "San Paolino di Lucca", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-07-12": "San Paolino di Lucca", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-07-12": "San Paolino di Lucca", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-07-12": "San Paolino di Lucca", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-07-12": "San Paolino di Lucca", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-07-12": "San Paolino di Lucca", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-07-12": "San Paolino di Lucca", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-07-12": "San Paolino di Lucca", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-07-12": "San Paolino di Lucca", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-07-12": "San Paolino di Lucca", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-07-12": "San Paolino di Lucca", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-07-12": "San Paolino di Lucca", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-07-12": "San Paolino di Lucca", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-07-12": "San Paolino di Lucca", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-07-12": "San Paolino di Lucca", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-07-12": "San Paolino di Lucca", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-07-12": "San Paolino di Lucca", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-07-12": "San Paolino di Lucca", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-07-12": "San Paolino di Lucca", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-07-12": "San Paolino di Lucca", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-07-12": "San Paolino di Lucca", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-07-12": "San Paolino di Lucca", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-07-12": "San Paolino di Lucca", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-07-12": "San Paolino di Lucca", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-07-12": "San Paolino di Lucca", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-07-12": "San Paolino di Lucca", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-07-12": "San Paolino di Lucca", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-07-12": "San Paolino di Lucca", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-07-12": "San Paolino di Lucca", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-07-12": "San Paolino di Lucca", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-07-12": "San Paolino di Lucca", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-07-12": "San Paolino di Lucca", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-07-12": "San Paolino di Lucca", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-07-12": "San Paolino di Lucca", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-07-12": "San Paolino di Lucca", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-07-12": "San Paolino di Lucca", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-07-12": "San Paolino di Lucca", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-07-12": "San Paolino di Lucca", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-07-12": "San Paolino di Lucca", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-07-12": "San Paolino di Lucca", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-07-12": "San Paolino di Lucca", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-07-12": "San Paolino di Lucca", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-07-12": "San Paolino di Lucca", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-07-12": "San Paolino di Lucca", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-07-12": "San Paolino di Lucca", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-07-12": "San Paolino di Lucca", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-07-12": "San Paolino di Lucca", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-07-12": "San Paolino di Lucca", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-07-12": "San Paolino di Lucca", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-07-12": "San Paolino di Lucca", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-07-12": "San Paolino di Lucca", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-07-12": "San Paolino di Lucca", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-07-12": "San Paolino di Lucca", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-07-12": "San Paolino di Lucca", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-07-12": "San Paolino di Lucca", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-07-12": "San Paolino di Lucca", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-07-12": "San Paolino di Lucca", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_MB.json000066400000000000000000001635611500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-24": "San Giovanni Battista", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-24": "San Giovanni Battista", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-24": "San Giovanni Battista", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-24": "San Giovanni Battista", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-24": "San Giovanni Battista", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-24": "San Giovanni Battista", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-24": "San Giovanni Battista", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-24": "San Giovanni Battista", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-24": "San Giovanni Battista", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-24": "San Giovanni Battista", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-24": "San Giovanni Battista", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-24": "San Giovanni Battista", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-24": "San Giovanni Battista", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-24": "San Giovanni Battista", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-24": "San Giovanni Battista", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-24": "San Giovanni Battista", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-24": "San Giovanni Battista", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-24": "San Giovanni Battista", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-24": "San Giovanni Battista", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-24": "San Giovanni Battista", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-24": "San Giovanni Battista", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-24": "San Giovanni Battista", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-24": "San Giovanni Battista", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-24": "San Giovanni Battista", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-24": "San Giovanni Battista", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-24": "San Giovanni Battista", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-24": "San Giovanni Battista", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-24": "San Giovanni Battista", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-24": "San Giovanni Battista", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-24": "San Giovanni Battista", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-24": "San Giovanni Battista", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-24": "San Giovanni Battista", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-24": "San Giovanni Battista", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-24": "San Giovanni Battista", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-24": "San Giovanni Battista", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-24": "San Giovanni Battista", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-24": "San Giovanni Battista", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-24": "San Giovanni Battista", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-24": "San Giovanni Battista", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-24": "San Giovanni Battista", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-24": "San Giovanni Battista", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-24": "San Giovanni Battista", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-24": "San Giovanni Battista", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-24": "San Giovanni Battista", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-24": "San Giovanni Battista", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-24": "San Giovanni Battista", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-24": "San Giovanni Battista", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-24": "San Giovanni Battista", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-24": "San Giovanni Battista", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-24": "San Giovanni Battista", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-24": "San Giovanni Battista", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-24": "San Giovanni Battista", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-24": "San Giovanni Battista", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-24": "San Giovanni Battista", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-24": "San Giovanni Battista", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-24": "San Giovanni Battista", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-24": "San Giovanni Battista", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-24": "San Giovanni Battista", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-24": "San Giovanni Battista", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-24": "San Giovanni Battista", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-24": "San Giovanni Battista", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-24": "San Giovanni Battista", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-24": "San Giovanni Battista", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-24": "San Giovanni Battista", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-24": "San Giovanni Battista", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-24": "San Giovanni Battista", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-24": "San Giovanni Battista", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-24": "San Giovanni Battista", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-24": "San Giovanni Battista", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-24": "San Giovanni Battista", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-24": "San Giovanni Battista", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-24": "San Giovanni Battista", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-24": "San Giovanni Battista", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-24": "San Giovanni Battista", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-24": "San Giovanni Battista", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-24": "San Giovanni Battista", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-24": "San Giovanni Battista", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-24": "San Giovanni Battista", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-24": "San Giovanni Battista", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-24": "San Giovanni Battista", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-24": "San Giovanni Battista", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-24": "San Giovanni Battista", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-24": "San Giovanni Battista", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-24": "San Giovanni Battista", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-24": "San Giovanni Battista", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-24": "San Giovanni Battista", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-24": "San Giovanni Battista", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-24": "San Giovanni Battista", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-24": "San Giovanni Battista", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-24": "San Giovanni Battista", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-24": "San Giovanni Battista", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-24": "San Giovanni Battista", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-24": "San Giovanni Battista", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-24": "San Giovanni Battista", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-24": "San Giovanni Battista", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-24": "San Giovanni Battista", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-24": "San Giovanni Battista", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-24": "San Giovanni Battista", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-24": "San Giovanni Battista", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-24": "San Giovanni Battista", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-24": "San Giovanni Battista", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_MC.json000066400000000000000000001645521500152103600211060ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-08-31": "San Giuliano l'ospitaliere", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-08-31": "San Giuliano l'ospitaliere", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-08-31": "San Giuliano l'ospitaliere", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-08-31": "San Giuliano l'ospitaliere", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-08-31": "San Giuliano l'ospitaliere", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-08-31": "San Giuliano l'ospitaliere", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-08-31": "San Giuliano l'ospitaliere", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-08-31": "San Giuliano l'ospitaliere", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-08-31": "San Giuliano l'ospitaliere", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-08-31": "San Giuliano l'ospitaliere", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-08-31": "San Giuliano l'ospitaliere", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-08-31": "San Giuliano l'ospitaliere", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-08-31": "San Giuliano l'ospitaliere", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-08-31": "San Giuliano l'ospitaliere", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-08-31": "San Giuliano l'ospitaliere", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-08-31": "San Giuliano l'ospitaliere", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-08-31": "San Giuliano l'ospitaliere", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-08-31": "San Giuliano l'ospitaliere", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-08-31": "San Giuliano l'ospitaliere", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-08-31": "San Giuliano l'ospitaliere", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-08-31": "San Giuliano l'ospitaliere", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-08-31": "San Giuliano l'ospitaliere", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-08-31": "San Giuliano l'ospitaliere", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-08-31": "San Giuliano l'ospitaliere", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-08-31": "San Giuliano l'ospitaliere", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-08-31": "San Giuliano l'ospitaliere", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-08-31": "San Giuliano l'ospitaliere", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-08-31": "San Giuliano l'ospitaliere", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-08-31": "San Giuliano l'ospitaliere", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-08-31": "San Giuliano l'ospitaliere", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-08-31": "San Giuliano l'ospitaliere", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-08-31": "San Giuliano l'ospitaliere", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-08-31": "San Giuliano l'ospitaliere", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-08-31": "San Giuliano l'ospitaliere", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-08-31": "San Giuliano l'ospitaliere", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-08-31": "San Giuliano l'ospitaliere", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-08-31": "San Giuliano l'ospitaliere", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-08-31": "San Giuliano l'ospitaliere", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-08-31": "San Giuliano l'ospitaliere", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-08-31": "San Giuliano l'ospitaliere", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-08-31": "San Giuliano l'ospitaliere", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-08-31": "San Giuliano l'ospitaliere", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-08-31": "San Giuliano l'ospitaliere", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-08-31": "San Giuliano l'ospitaliere", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-08-31": "San Giuliano l'ospitaliere", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-08-31": "San Giuliano l'ospitaliere", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-08-31": "San Giuliano l'ospitaliere", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-08-31": "San Giuliano l'ospitaliere", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-08-31": "San Giuliano l'ospitaliere", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-08-31": "San Giuliano l'ospitaliere", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-08-31": "San Giuliano l'ospitaliere", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-08-31": "San Giuliano l'ospitaliere", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-08-31": "San Giuliano l'ospitaliere", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-08-31": "San Giuliano l'ospitaliere", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-08-31": "San Giuliano l'ospitaliere", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-08-31": "San Giuliano l'ospitaliere", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-08-31": "San Giuliano l'ospitaliere", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-08-31": "San Giuliano l'ospitaliere", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-08-31": "San Giuliano l'ospitaliere", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-08-31": "San Giuliano l'ospitaliere", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-08-31": "San Giuliano l'ospitaliere", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-08-31": "San Giuliano l'ospitaliere", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-08-31": "San Giuliano l'ospitaliere", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-08-31": "San Giuliano l'ospitaliere", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-08-31": "San Giuliano l'ospitaliere", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-08-31": "San Giuliano l'ospitaliere", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-08-31": "San Giuliano l'ospitaliere", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-08-31": "San Giuliano l'ospitaliere", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-08-31": "San Giuliano l'ospitaliere", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-08-31": "San Giuliano l'ospitaliere", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-08-31": "San Giuliano l'ospitaliere", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-08-31": "San Giuliano l'ospitaliere", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-08-31": "San Giuliano l'ospitaliere", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-08-31": "San Giuliano l'ospitaliere", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-08-31": "San Giuliano l'ospitaliere", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-08-31": "San Giuliano l'ospitaliere", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-08-31": "San Giuliano l'ospitaliere", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-08-31": "San Giuliano l'ospitaliere", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-08-31": "San Giuliano l'ospitaliere", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-08-31": "San Giuliano l'ospitaliere", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-08-31": "San Giuliano l'ospitaliere", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-08-31": "San Giuliano l'ospitaliere", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-08-31": "San Giuliano l'ospitaliere", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-08-31": "San Giuliano l'ospitaliere", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-08-31": "San Giuliano l'ospitaliere", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-08-31": "San Giuliano l'ospitaliere", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-08-31": "San Giuliano l'ospitaliere", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-08-31": "San Giuliano l'ospitaliere", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-08-31": "San Giuliano l'ospitaliere", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-08-31": "San Giuliano l'ospitaliere", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-08-31": "San Giuliano l'ospitaliere", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-08-31": "San Giuliano l'ospitaliere", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-08-31": "San Giuliano l'ospitaliere", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-08-31": "San Giuliano l'ospitaliere", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-08-31": "San Giuliano l'ospitaliere", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-08-31": "San Giuliano l'ospitaliere", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-08-31": "San Giuliano l'ospitaliere", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-08-31": "San Giuliano l'ospitaliere", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-08-31": "San Giuliano l'ospitaliere", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-08-31": "San Giuliano l'ospitaliere", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-08-31": "San Giuliano l'ospitaliere", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_ME.json000066400000000000000000001635611500152103600211070ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-03": "Madonna della Lettera", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-03": "Madonna della Lettera", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-03": "Madonna della Lettera", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-03": "Madonna della Lettera", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-03": "Madonna della Lettera", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-03": "Madonna della Lettera", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-03": "Madonna della Lettera", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-03": "Madonna della Lettera", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-03": "Madonna della Lettera", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-03": "Madonna della Lettera", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-03": "Madonna della Lettera", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-03": "Madonna della Lettera", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-03": "Madonna della Lettera", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-03": "Madonna della Lettera", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-03": "Madonna della Lettera", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-03": "Madonna della Lettera", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-03": "Madonna della Lettera", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-03": "Madonna della Lettera", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-03": "Madonna della Lettera", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-03": "Madonna della Lettera", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-03": "Madonna della Lettera", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-03": "Madonna della Lettera", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-03": "Madonna della Lettera", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-03": "Madonna della Lettera", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-03": "Madonna della Lettera", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-03": "Madonna della Lettera", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-03": "Madonna della Lettera", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-03": "Madonna della Lettera", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-03": "Madonna della Lettera", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-03": "Madonna della Lettera", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-03": "Madonna della Lettera", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-03": "Madonna della Lettera", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-03": "Madonna della Lettera", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-03": "Madonna della Lettera", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-03": "Madonna della Lettera", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-03": "Madonna della Lettera", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-03": "Madonna della Lettera", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-03": "Madonna della Lettera", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-03": "Madonna della Lettera", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-03": "Madonna della Lettera", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-03": "Madonna della Lettera", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-03": "Madonna della Lettera", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-03": "Madonna della Lettera", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-03": "Madonna della Lettera", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-03": "Madonna della Lettera", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-03": "Madonna della Lettera", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-03": "Madonna della Lettera", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-03": "Madonna della Lettera", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-03": "Madonna della Lettera", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-03": "Madonna della Lettera", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-03": "Madonna della Lettera", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-03": "Madonna della Lettera", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-03": "Madonna della Lettera", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-03": "Madonna della Lettera", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-03": "Madonna della Lettera", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-03": "Madonna della Lettera", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-03": "Madonna della Lettera", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-03": "Madonna della Lettera", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-03": "Madonna della Lettera", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-03": "Madonna della Lettera", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-03": "Madonna della Lettera", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-03": "Madonna della Lettera", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-03": "Madonna della Lettera", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-03": "Madonna della Lettera", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-03": "Madonna della Lettera", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-03": "Madonna della Lettera", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-03": "Madonna della Lettera", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-03": "Madonna della Lettera", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-03": "Madonna della Lettera", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-03": "Madonna della Lettera", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-03": "Madonna della Lettera", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-03": "Madonna della Lettera", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-03": "Madonna della Lettera", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-03": "Madonna della Lettera", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-03": "Madonna della Lettera", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-03": "Madonna della Lettera", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-03": "Madonna della Lettera", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-03": "Madonna della Lettera", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-03": "Madonna della Lettera", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-03": "Madonna della Lettera", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-03": "Madonna della Lettera", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-03": "Madonna della Lettera", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-03": "Madonna della Lettera", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-03": "Madonna della Lettera", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-03": "Madonna della Lettera", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-03": "Madonna della Lettera", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-03": "Madonna della Lettera", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-03": "Madonna della Lettera", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-03": "Madonna della Lettera", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-03": "Madonna della Lettera", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-03": "Madonna della Lettera", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-03": "Madonna della Lettera", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-03": "Madonna della Lettera", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-03": "Madonna della Lettera", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-03": "Madonna della Lettera", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-03": "Madonna della Lettera", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-03": "Madonna della Lettera", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-03": "Madonna della Lettera", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-03": "Madonna della Lettera", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-03": "Madonna della Lettera", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-03": "Madonna della Lettera", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_MI.json000066400000000000000000001621111500152103600211010ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-07": "Sant'Ambrogio", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-07": "Sant'Ambrogio", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-07": "Sant'Ambrogio", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-07": "Sant'Ambrogio", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-07": "Sant'Ambrogio", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-07": "Sant'Ambrogio", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-07": "Sant'Ambrogio", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-07": "Sant'Ambrogio", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-07": "Sant'Ambrogio", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-07": "Sant'Ambrogio", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-07": "Sant'Ambrogio", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-07": "Sant'Ambrogio", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-07": "Sant'Ambrogio", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-07": "Sant'Ambrogio", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-07": "Sant'Ambrogio", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-07": "Sant'Ambrogio", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-07": "Sant'Ambrogio", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-07": "Sant'Ambrogio", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-07": "Sant'Ambrogio", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-07": "Sant'Ambrogio", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-07": "Sant'Ambrogio", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-07": "Sant'Ambrogio", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-07": "Sant'Ambrogio", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-07": "Sant'Ambrogio", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-07": "Sant'Ambrogio", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-07": "Sant'Ambrogio", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-07": "Sant'Ambrogio", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-07": "Sant'Ambrogio", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-07": "Sant'Ambrogio", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-07": "Sant'Ambrogio", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-07": "Sant'Ambrogio", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-07": "Sant'Ambrogio", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-07": "Sant'Ambrogio", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-07": "Sant'Ambrogio", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-07": "Sant'Ambrogio", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-07": "Sant'Ambrogio", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-07": "Sant'Ambrogio", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-07": "Sant'Ambrogio", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-07": "Sant'Ambrogio", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-07": "Sant'Ambrogio", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-07": "Sant'Ambrogio", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-07": "Sant'Ambrogio", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-07": "Sant'Ambrogio", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-07": "Sant'Ambrogio", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-07": "Sant'Ambrogio", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-07": "Sant'Ambrogio", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-07": "Sant'Ambrogio", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-07": "Sant'Ambrogio", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-07": "Sant'Ambrogio", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-07": "Sant'Ambrogio", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-07": "Sant'Ambrogio", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-07": "Sant'Ambrogio", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-07": "Sant'Ambrogio", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-07": "Sant'Ambrogio", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-07": "Sant'Ambrogio", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-07": "Sant'Ambrogio", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-07": "Sant'Ambrogio", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-07": "Sant'Ambrogio", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-07": "Sant'Ambrogio", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-07": "Sant'Ambrogio", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-07": "Sant'Ambrogio", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-07": "Sant'Ambrogio", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-07": "Sant'Ambrogio", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-07": "Sant'Ambrogio", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-07": "Sant'Ambrogio", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-07": "Sant'Ambrogio", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-07": "Sant'Ambrogio", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-07": "Sant'Ambrogio", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-07": "Sant'Ambrogio", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-07": "Sant'Ambrogio", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-07": "Sant'Ambrogio", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-07": "Sant'Ambrogio", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-07": "Sant'Ambrogio", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-07": "Sant'Ambrogio", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-07": "Sant'Ambrogio", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-07": "Sant'Ambrogio", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-07": "Sant'Ambrogio", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-07": "Sant'Ambrogio", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-07": "Sant'Ambrogio", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-07": "Sant'Ambrogio", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-07": "Sant'Ambrogio", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-07": "Sant'Ambrogio", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-07": "Sant'Ambrogio", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-07": "Sant'Ambrogio", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-07": "Sant'Ambrogio", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-07": "Sant'Ambrogio", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-07": "Sant'Ambrogio", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-07": "Sant'Ambrogio", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-07": "Sant'Ambrogio", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-07": "Sant'Ambrogio", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-07": "Sant'Ambrogio", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-07": "Sant'Ambrogio", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-07": "Sant'Ambrogio", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-07": "Sant'Ambrogio", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-07": "Sant'Ambrogio", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-07": "Sant'Ambrogio", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-07": "Sant'Ambrogio", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-07": "Sant'Ambrogio", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-07": "Sant'Ambrogio", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-07": "Sant'Ambrogio", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-07": "Sant'Ambrogio", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_MN.json000066400000000000000000001637261500152103600211230ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-18": "Sant'Anselmo da Baggio", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-18": "Sant'Anselmo da Baggio", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-18": "Sant'Anselmo da Baggio", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-18": "Sant'Anselmo da Baggio", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-18": "Sant'Anselmo da Baggio", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-18": "Sant'Anselmo da Baggio", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-18": "Sant'Anselmo da Baggio", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-18": "Sant'Anselmo da Baggio", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-18": "Sant'Anselmo da Baggio", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-18": "Sant'Anselmo da Baggio", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-18": "Sant'Anselmo da Baggio", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-18": "Sant'Anselmo da Baggio", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-18": "Sant'Anselmo da Baggio", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-18": "Sant'Anselmo da Baggio", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-18": "Sant'Anselmo da Baggio", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-18": "Sant'Anselmo da Baggio", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-18": "Sant'Anselmo da Baggio", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-18": "Sant'Anselmo da Baggio", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-18": "Sant'Anselmo da Baggio", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-18": "Sant'Anselmo da Baggio", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-18": "Sant'Anselmo da Baggio", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-18": "Sant'Anselmo da Baggio", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-18": "Sant'Anselmo da Baggio", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-18": "Sant'Anselmo da Baggio", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-18": "Sant'Anselmo da Baggio", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-18": "Sant'Anselmo da Baggio", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-18": "Sant'Anselmo da Baggio", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-03-18": "Sant'Anselmo da Baggio", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-18": "Sant'Anselmo da Baggio", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-03-18": "Sant'Anselmo da Baggio", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-03-18": "Sant'Anselmo da Baggio", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-03-18": "Sant'Anselmo da Baggio", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-03-18": "Sant'Anselmo da Baggio", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-03-18": "Sant'Anselmo da Baggio", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-03-18": "Sant'Anselmo da Baggio", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-03-18": "Sant'Anselmo da Baggio", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-18": "Sant'Anselmo da Baggio", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-03-18": "Sant'Anselmo da Baggio", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-03-18": "Sant'Anselmo da Baggio", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-18": "Sant'Anselmo da Baggio", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-03-18": "Sant'Anselmo da Baggio", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-18": "Sant'Anselmo da Baggio", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-03-18": "Sant'Anselmo da Baggio", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-03-18": "Sant'Anselmo da Baggio", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-03-18": "Sant'Anselmo da Baggio", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-03-18": "Sant'Anselmo da Baggio", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-03-18": "Sant'Anselmo da Baggio", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-18": "Sant'Anselmo da Baggio", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-03-18": "Sant'Anselmo da Baggio", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-03-18": "Sant'Anselmo da Baggio", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-03-18": "Sant'Anselmo da Baggio", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-03-18": "Sant'Anselmo da Baggio", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-18": "Sant'Anselmo da Baggio", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-03-18": "Sant'Anselmo da Baggio", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-03-18": "Sant'Anselmo da Baggio", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-18": "Sant'Anselmo da Baggio", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-03-18": "Sant'Anselmo da Baggio", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-03-18": "Sant'Anselmo da Baggio", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-18": "Sant'Anselmo da Baggio", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-03-18": "Sant'Anselmo da Baggio", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-03-18": "Sant'Anselmo da Baggio", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-03-18": "Sant'Anselmo da Baggio", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-03-18": "Sant'Anselmo da Baggio", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-18": "Sant'Anselmo da Baggio", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-03-18": "Sant'Anselmo da Baggio", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-03-18": "Sant'Anselmo da Baggio", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-18": "Sant'Anselmo da Baggio", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-03-18": "Sant'Anselmo da Baggio", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-03-18": "Sant'Anselmo da Baggio", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-03-18": "Sant'Anselmo da Baggio", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-03-18": "Sant'Anselmo da Baggio", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-03-18": "Sant'Anselmo da Baggio", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-03-18": "Sant'Anselmo da Baggio", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-03-18": "Sant'Anselmo da Baggio", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-18": "Sant'Anselmo da Baggio", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-03-18": "Sant'Anselmo da Baggio", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-03-18": "Sant'Anselmo da Baggio", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-18": "Sant'Anselmo da Baggio", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-03-18": "Sant'Anselmo da Baggio", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-03-18": "Sant'Anselmo da Baggio", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-03-18": "Sant'Anselmo da Baggio", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-03-18": "Sant'Anselmo da Baggio", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-18": "Sant'Anselmo da Baggio", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-03-18": "Sant'Anselmo da Baggio", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-03-18": "Sant'Anselmo da Baggio", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-18": "Sant'Anselmo da Baggio", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-03-18": "Sant'Anselmo da Baggio", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-03-18": "Sant'Anselmo da Baggio", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-03-18": "Sant'Anselmo da Baggio", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-03-18": "Sant'Anselmo da Baggio", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-03-18": "Sant'Anselmo da Baggio", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-03-18": "Sant'Anselmo da Baggio", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-03-18": "Sant'Anselmo da Baggio", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-18": "Sant'Anselmo da Baggio", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-03-18": "Sant'Anselmo da Baggio", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-03-18": "Sant'Anselmo da Baggio", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-18": "Sant'Anselmo da Baggio", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-03-18": "Sant'Anselmo da Baggio", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-03-18": "Sant'Anselmo da Baggio", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-03-18": "Sant'Anselmo da Baggio", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-03-18": "Sant'Anselmo da Baggio", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_MO.json000066400000000000000000001621111500152103600211070ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-01-31": "San Geminiano", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-01-31": "San Geminiano", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-01-31": "San Geminiano", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-01-31": "San Geminiano", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-01-31": "San Geminiano", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-01-31": "San Geminiano", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-01-31": "San Geminiano", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-01-31": "San Geminiano", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-01-31": "San Geminiano", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-01-31": "San Geminiano", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-01-31": "San Geminiano", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-01-31": "San Geminiano", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-01-31": "San Geminiano", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-01-31": "San Geminiano", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-01-31": "San Geminiano", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-01-31": "San Geminiano", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-01-31": "San Geminiano", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-01-31": "San Geminiano", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-01-31": "San Geminiano", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-01-31": "San Geminiano", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-01-31": "San Geminiano", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-01-31": "San Geminiano", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-01-31": "San Geminiano", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-01-31": "San Geminiano", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-01-31": "San Geminiano", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-01-31": "San Geminiano", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-01-31": "San Geminiano", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-01-31": "San Geminiano", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-01-31": "San Geminiano", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-01-31": "San Geminiano", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-01-31": "San Geminiano", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-01-31": "San Geminiano", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-01-31": "San Geminiano", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-01-31": "San Geminiano", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-01-31": "San Geminiano", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-01-31": "San Geminiano", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-01-31": "San Geminiano", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-01-31": "San Geminiano", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-01-31": "San Geminiano", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-01-31": "San Geminiano", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-01-31": "San Geminiano", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-01-31": "San Geminiano", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-01-31": "San Geminiano", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-01-31": "San Geminiano", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-01-31": "San Geminiano", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-01-31": "San Geminiano", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-01-31": "San Geminiano", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-01-31": "San Geminiano", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-01-31": "San Geminiano", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-01-31": "San Geminiano", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-01-31": "San Geminiano", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-01-31": "San Geminiano", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-01-31": "San Geminiano", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-01-31": "San Geminiano", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-01-31": "San Geminiano", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-01-31": "San Geminiano", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-01-31": "San Geminiano", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-01-31": "San Geminiano", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-01-31": "San Geminiano", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-01-31": "San Geminiano", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-01-31": "San Geminiano", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-01-31": "San Geminiano", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-01-31": "San Geminiano", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-01-31": "San Geminiano", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-01-31": "San Geminiano", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-01-31": "San Geminiano", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-01-31": "San Geminiano", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-01-31": "San Geminiano", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-01-31": "San Geminiano", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-01-31": "San Geminiano", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-01-31": "San Geminiano", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-01-31": "San Geminiano", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-01-31": "San Geminiano", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-01-31": "San Geminiano", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-01-31": "San Geminiano", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-01-31": "San Geminiano", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-01-31": "San Geminiano", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-01-31": "San Geminiano", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-01-31": "San Geminiano", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-01-31": "San Geminiano", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-01-31": "San Geminiano", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-01-31": "San Geminiano", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-01-31": "San Geminiano", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-01-31": "San Geminiano", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-01-31": "San Geminiano", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-01-31": "San Geminiano", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-01-31": "San Geminiano", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-01-31": "San Geminiano", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-01-31": "San Geminiano", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-01-31": "San Geminiano", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-01-31": "San Geminiano", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-01-31": "San Geminiano", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-01-31": "San Geminiano", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-01-31": "San Geminiano", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-01-31": "San Geminiano", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-01-31": "San Geminiano", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-01-31": "San Geminiano", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-01-31": "San Geminiano", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-01-31": "San Geminiano", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-01-31": "San Geminiano", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-01-31": "San Geminiano", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_MS.json000066400000000000000000001637261500152103600211300ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-10-04": "San Francesco d'Assisi", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-10-04": "San Francesco d'Assisi", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-10-04": "San Francesco d'Assisi", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-10-04": "San Francesco d'Assisi", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-10-04": "San Francesco d'Assisi", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-10-04": "San Francesco d'Assisi", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-10-04": "San Francesco d'Assisi", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-10-04": "San Francesco d'Assisi", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-10-04": "San Francesco d'Assisi", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-10-04": "San Francesco d'Assisi", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-10-04": "San Francesco d'Assisi", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-10-04": "San Francesco d'Assisi", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-10-04": "San Francesco d'Assisi", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-10-04": "San Francesco d'Assisi", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-10-04": "San Francesco d'Assisi", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-10-04": "San Francesco d'Assisi", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-10-04": "San Francesco d'Assisi", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-10-04": "San Francesco d'Assisi", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-10-04": "San Francesco d'Assisi", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-10-04": "San Francesco d'Assisi", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-10-04": "San Francesco d'Assisi", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-10-04": "San Francesco d'Assisi", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-10-04": "San Francesco d'Assisi", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-10-04": "San Francesco d'Assisi", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-10-04": "San Francesco d'Assisi", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-10-04": "San Francesco d'Assisi", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-10-04": "San Francesco d'Assisi", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-10-04": "San Francesco d'Assisi", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-10-04": "San Francesco d'Assisi", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-10-04": "San Francesco d'Assisi", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-10-04": "San Francesco d'Assisi", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-10-04": "San Francesco d'Assisi", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-10-04": "San Francesco d'Assisi", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-10-04": "San Francesco d'Assisi", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-10-04": "San Francesco d'Assisi", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-10-04": "San Francesco d'Assisi", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-10-04": "San Francesco d'Assisi", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-10-04": "San Francesco d'Assisi", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-10-04": "San Francesco d'Assisi", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-10-04": "San Francesco d'Assisi", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-10-04": "San Francesco d'Assisi", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-10-04": "San Francesco d'Assisi", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-10-04": "San Francesco d'Assisi", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-10-04": "San Francesco d'Assisi", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-10-04": "San Francesco d'Assisi", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-10-04": "San Francesco d'Assisi", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-10-04": "San Francesco d'Assisi", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-10-04": "San Francesco d'Assisi", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-10-04": "San Francesco d'Assisi", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-10-04": "San Francesco d'Assisi", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-10-04": "San Francesco d'Assisi", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-10-04": "San Francesco d'Assisi", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-10-04": "San Francesco d'Assisi", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-10-04": "San Francesco d'Assisi", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-10-04": "San Francesco d'Assisi", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-10-04": "San Francesco d'Assisi", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-10-04": "San Francesco d'Assisi", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-10-04": "San Francesco d'Assisi", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-10-04": "San Francesco d'Assisi", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-10-04": "San Francesco d'Assisi", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-10-04": "San Francesco d'Assisi", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-10-04": "San Francesco d'Assisi", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-10-04": "San Francesco d'Assisi", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-10-04": "San Francesco d'Assisi", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-10-04": "San Francesco d'Assisi", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-10-04": "San Francesco d'Assisi", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-10-04": "San Francesco d'Assisi", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-10-04": "San Francesco d'Assisi", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-10-04": "San Francesco d'Assisi", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-10-04": "San Francesco d'Assisi", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-10-04": "San Francesco d'Assisi", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-10-04": "San Francesco d'Assisi", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-10-04": "San Francesco d'Assisi", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-10-04": "San Francesco d'Assisi", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-10-04": "San Francesco d'Assisi", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-10-04": "San Francesco d'Assisi", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-10-04": "San Francesco d'Assisi", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-10-04": "San Francesco d'Assisi", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-10-04": "San Francesco d'Assisi", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-10-04": "San Francesco d'Assisi", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-10-04": "San Francesco d'Assisi", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-10-04": "San Francesco d'Assisi", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-10-04": "San Francesco d'Assisi", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-10-04": "San Francesco d'Assisi", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-10-04": "San Francesco d'Assisi", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-10-04": "San Francesco d'Assisi", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-10-04": "San Francesco d'Assisi", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-10-04": "San Francesco d'Assisi", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-10-04": "San Francesco d'Assisi", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-10-04": "San Francesco d'Assisi", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-10-04": "San Francesco d'Assisi", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-10-04": "San Francesco d'Assisi", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-10-04": "San Francesco d'Assisi", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-10-04": "San Francesco d'Assisi", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-10-04": "San Francesco d'Assisi", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-10-04": "San Francesco d'Assisi", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-10-04": "San Francesco d'Assisi", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-10-04": "San Francesco d'Assisi", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-10-04": "San Francesco d'Assisi", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-10-04": "San Francesco d'Assisi", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-10-04": "San Francesco d'Assisi", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_MT.json000066400000000000000000001632471500152103600211270ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-07-02": "Madonna della Bruna", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-07-02": "Madonna della Bruna", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-07-02": "Madonna della Bruna", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-07-02": "Madonna della Bruna", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-07-02": "Madonna della Bruna", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-07-02": "Madonna della Bruna", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-07-02": "Madonna della Bruna", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-07-02": "Madonna della Bruna", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-07-02": "Madonna della Bruna", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-07-02": "Madonna della Bruna", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-07-02": "Madonna della Bruna", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-07-02": "Madonna della Bruna", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-07-02": "Madonna della Bruna", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-07-02": "Madonna della Bruna", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-07-02": "Madonna della Bruna", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-07-02": "Madonna della Bruna", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-07-02": "Madonna della Bruna", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-07-02": "Madonna della Bruna", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-07-02": "Madonna della Bruna", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-07-02": "Madonna della Bruna", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-07-02": "Madonna della Bruna", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-07-02": "Madonna della Bruna", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-07-02": "Madonna della Bruna", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-07-02": "Madonna della Bruna", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-07-02": "Madonna della Bruna", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-07-02": "Madonna della Bruna", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-07-02": "Madonna della Bruna", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-07-02": "Madonna della Bruna", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-07-02": "Madonna della Bruna", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-07-02": "Madonna della Bruna", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-07-02": "Madonna della Bruna", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-07-02": "Madonna della Bruna", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-07-02": "Madonna della Bruna", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-07-02": "Madonna della Bruna", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-07-02": "Madonna della Bruna", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-07-02": "Madonna della Bruna", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-07-02": "Madonna della Bruna", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-07-02": "Madonna della Bruna", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-07-02": "Madonna della Bruna", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-07-02": "Madonna della Bruna", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-07-02": "Madonna della Bruna", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-07-02": "Madonna della Bruna", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-07-02": "Madonna della Bruna", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-07-02": "Madonna della Bruna", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-07-02": "Madonna della Bruna", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-07-02": "Madonna della Bruna", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-07-02": "Madonna della Bruna", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-07-02": "Madonna della Bruna", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-07-02": "Madonna della Bruna", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-07-02": "Madonna della Bruna", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-07-02": "Madonna della Bruna", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-07-02": "Madonna della Bruna", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-07-02": "Madonna della Bruna", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-07-02": "Madonna della Bruna", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-07-02": "Madonna della Bruna", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-07-02": "Madonna della Bruna", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-07-02": "Madonna della Bruna", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-07-02": "Madonna della Bruna", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-07-02": "Madonna della Bruna", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-07-02": "Madonna della Bruna", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-07-02": "Madonna della Bruna", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-07-02": "Madonna della Bruna", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-07-02": "Madonna della Bruna", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-07-02": "Madonna della Bruna", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-07-02": "Madonna della Bruna", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-07-02": "Madonna della Bruna", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-07-02": "Madonna della Bruna", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-07-02": "Madonna della Bruna", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-07-02": "Madonna della Bruna", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-07-02": "Madonna della Bruna", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-07-02": "Madonna della Bruna", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-07-02": "Madonna della Bruna", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-07-02": "Madonna della Bruna", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-07-02": "Madonna della Bruna", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-07-02": "Madonna della Bruna", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-07-02": "Madonna della Bruna", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-07-02": "Madonna della Bruna", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-07-02": "Madonna della Bruna", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-07-02": "Madonna della Bruna", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-07-02": "Madonna della Bruna", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-07-02": "Madonna della Bruna", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-07-02": "Madonna della Bruna", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-07-02": "Madonna della Bruna", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-07-02": "Madonna della Bruna", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-07-02": "Madonna della Bruna", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-07-02": "Madonna della Bruna", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-07-02": "Madonna della Bruna", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-07-02": "Madonna della Bruna", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-07-02": "Madonna della Bruna", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-07-02": "Madonna della Bruna", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-07-02": "Madonna della Bruna", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-07-02": "Madonna della Bruna", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-07-02": "Madonna della Bruna", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-07-02": "Madonna della Bruna", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-07-02": "Madonna della Bruna", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-07-02": "Madonna della Bruna", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-07-02": "Madonna della Bruna", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-07-02": "Madonna della Bruna", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-07-02": "Madonna della Bruna", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-07-02": "Madonna della Bruna", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-07-02": "Madonna della Bruna", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_NA.json000066400000000000000000001615771500152103600211110ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-19": "San Gennaro", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-19": "San Gennaro", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-19": "San Gennaro", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-19": "San Gennaro", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-19": "San Gennaro", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-19": "San Gennaro", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-19": "San Gennaro", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-19": "San Gennaro", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-19": "San Gennaro", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-19": "San Gennaro", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-19": "San Gennaro", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-19": "San Gennaro", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-19": "San Gennaro", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-19": "San Gennaro", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-19": "San Gennaro", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-19": "San Gennaro", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-19": "San Gennaro", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-19": "San Gennaro", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-19": "San Gennaro", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-19": "San Gennaro", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-19": "San Gennaro", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-19": "San Gennaro", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-19": "San Gennaro", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-19": "San Gennaro", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-19": "San Gennaro", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-19": "San Gennaro", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-19": "San Gennaro", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-19": "San Gennaro", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-19": "San Gennaro", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-19": "San Gennaro", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-19": "San Gennaro", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-19": "San Gennaro", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-19": "San Gennaro", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-19": "San Gennaro", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-19": "San Gennaro", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-19": "San Gennaro", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-19": "San Gennaro", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-19": "San Gennaro", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-19": "San Gennaro", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-19": "San Gennaro", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-19": "San Gennaro", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-19": "San Gennaro", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-19": "San Gennaro", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-19": "San Gennaro", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-19": "San Gennaro", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-19": "San Gennaro", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-19": "San Gennaro", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-19": "San Gennaro", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-19": "San Gennaro", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-19": "San Gennaro", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-19": "San Gennaro", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-19": "San Gennaro", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-19": "San Gennaro", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-19": "San Gennaro", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-19": "San Gennaro", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-19": "San Gennaro", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-19": "San Gennaro", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-19": "San Gennaro", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-19": "San Gennaro", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-19": "San Gennaro", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-19": "San Gennaro", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-19": "San Gennaro", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-19": "San Gennaro", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-19": "San Gennaro", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-19": "San Gennaro", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-19": "San Gennaro", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-19": "San Gennaro", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-19": "San Gennaro", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-19": "San Gennaro", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-19": "San Gennaro", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-19": "San Gennaro", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-19": "San Gennaro", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-19": "San Gennaro", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-19": "San Gennaro", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-19": "San Gennaro", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-19": "San Gennaro", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-19": "San Gennaro", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-19": "San Gennaro", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-19": "San Gennaro", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-19": "San Gennaro", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-19": "San Gennaro", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-19": "San Gennaro", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-19": "San Gennaro", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-19": "San Gennaro", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-19": "San Gennaro", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-19": "San Gennaro", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-19": "San Gennaro", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-19": "San Gennaro", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-19": "San Gennaro", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-19": "San Gennaro", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-19": "San Gennaro", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-19": "San Gennaro", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-19": "San Gennaro", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-19": "San Gennaro", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-19": "San Gennaro", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-19": "San Gennaro", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-19": "San Gennaro", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-19": "San Gennaro", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-19": "San Gennaro", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-19": "San Gennaro", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-19": "San Gennaro", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_NO.json000066400000000000000000001621111500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-01-22": "San Gaudenzio", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-01-22": "San Gaudenzio", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-01-22": "San Gaudenzio", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-01-22": "San Gaudenzio", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-01-22": "San Gaudenzio", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-01-22": "San Gaudenzio", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-01-22": "San Gaudenzio", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-01-22": "San Gaudenzio", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-01-22": "San Gaudenzio", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-01-22": "San Gaudenzio", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-01-22": "San Gaudenzio", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-01-22": "San Gaudenzio", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-01-22": "San Gaudenzio", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-01-22": "San Gaudenzio", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-01-22": "San Gaudenzio", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-01-22": "San Gaudenzio", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-01-22": "San Gaudenzio", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-01-22": "San Gaudenzio", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-01-22": "San Gaudenzio", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-01-22": "San Gaudenzio", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-01-22": "San Gaudenzio", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-01-22": "San Gaudenzio", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-01-22": "San Gaudenzio", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-01-22": "San Gaudenzio", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-01-22": "San Gaudenzio", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-01-22": "San Gaudenzio", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-01-22": "San Gaudenzio", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-01-22": "San Gaudenzio", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-01-22": "San Gaudenzio", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-01-22": "San Gaudenzio", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-01-22": "San Gaudenzio", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-01-22": "San Gaudenzio", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-01-22": "San Gaudenzio", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-01-22": "San Gaudenzio", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-01-22": "San Gaudenzio", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-01-22": "San Gaudenzio", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-01-22": "San Gaudenzio", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-01-22": "San Gaudenzio", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-01-22": "San Gaudenzio", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-01-22": "San Gaudenzio", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-01-22": "San Gaudenzio", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-01-22": "San Gaudenzio", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-01-22": "San Gaudenzio", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-01-22": "San Gaudenzio", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-01-22": "San Gaudenzio", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-01-22": "San Gaudenzio", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-01-22": "San Gaudenzio", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-01-22": "San Gaudenzio", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-01-22": "San Gaudenzio", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-01-22": "San Gaudenzio", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-01-22": "San Gaudenzio", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-01-22": "San Gaudenzio", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-01-22": "San Gaudenzio", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-01-22": "San Gaudenzio", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-01-22": "San Gaudenzio", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-01-22": "San Gaudenzio", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-01-22": "San Gaudenzio", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-01-22": "San Gaudenzio", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-01-22": "San Gaudenzio", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-01-22": "San Gaudenzio", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-01-22": "San Gaudenzio", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-01-22": "San Gaudenzio", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-01-22": "San Gaudenzio", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-01-22": "San Gaudenzio", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-01-22": "San Gaudenzio", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-01-22": "San Gaudenzio", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-01-22": "San Gaudenzio", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-01-22": "San Gaudenzio", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-01-22": "San Gaudenzio", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-01-22": "San Gaudenzio", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-01-22": "San Gaudenzio", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-01-22": "San Gaudenzio", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-01-22": "San Gaudenzio", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-01-22": "San Gaudenzio", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-01-22": "San Gaudenzio", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-01-22": "San Gaudenzio", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-01-22": "San Gaudenzio", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-01-22": "San Gaudenzio", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-01-22": "San Gaudenzio", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-01-22": "San Gaudenzio", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-01-22": "San Gaudenzio", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-01-22": "San Gaudenzio", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-01-22": "San Gaudenzio", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-01-22": "San Gaudenzio", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-01-22": "San Gaudenzio", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-01-22": "San Gaudenzio", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-01-22": "San Gaudenzio", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-01-22": "San Gaudenzio", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-01-22": "San Gaudenzio", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-01-22": "San Gaudenzio", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-01-22": "San Gaudenzio", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-01-22": "San Gaudenzio", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-01-22": "San Gaudenzio", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-01-22": "San Gaudenzio", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-01-22": "San Gaudenzio", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-01-22": "San Gaudenzio", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-01-22": "San Gaudenzio", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-01-22": "San Gaudenzio", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-01-22": "San Gaudenzio", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-01-22": "San Gaudenzio", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-01-22": "San Gaudenzio", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_NU.json000066400000000000000000001644051500152103600211260ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-05": "Nostra Signora della Neve", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-05": "Nostra Signora della Neve", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-05": "Nostra Signora della Neve", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-05": "Nostra Signora della Neve", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-05": "Nostra Signora della Neve", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-05": "Nostra Signora della Neve", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-05": "Nostra Signora della Neve", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-05": "Nostra Signora della Neve", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-05": "Nostra Signora della Neve", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-05": "Nostra Signora della Neve", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-05": "Nostra Signora della Neve", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-05": "Nostra Signora della Neve", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-05": "Nostra Signora della Neve", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-05": "Nostra Signora della Neve", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-05": "Nostra Signora della Neve", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-05": "Nostra Signora della Neve", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-05": "Nostra Signora della Neve", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-05": "Nostra Signora della Neve", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-05": "Nostra Signora della Neve", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-05": "Nostra Signora della Neve", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-05": "Nostra Signora della Neve", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-05": "Nostra Signora della Neve", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-05": "Nostra Signora della Neve", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-05": "Nostra Signora della Neve", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-05": "Nostra Signora della Neve", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-05": "Nostra Signora della Neve", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-05": "Nostra Signora della Neve", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-05": "Nostra Signora della Neve", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-05": "Nostra Signora della Neve", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-05": "Nostra Signora della Neve", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-05": "Nostra Signora della Neve", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-05": "Nostra Signora della Neve", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-05": "Nostra Signora della Neve", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-05": "Nostra Signora della Neve", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-05": "Nostra Signora della Neve", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-05": "Nostra Signora della Neve", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-05": "Nostra Signora della Neve", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-05": "Nostra Signora della Neve", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-05": "Nostra Signora della Neve", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-05": "Nostra Signora della Neve", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-05": "Nostra Signora della Neve", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-05": "Nostra Signora della Neve", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-05": "Nostra Signora della Neve", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-05": "Nostra Signora della Neve", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-05": "Nostra Signora della Neve", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-05": "Nostra Signora della Neve", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-05": "Nostra Signora della Neve", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-05": "Nostra Signora della Neve", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-05": "Nostra Signora della Neve", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-05": "Nostra Signora della Neve", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-05": "Nostra Signora della Neve", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-05": "Nostra Signora della Neve", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-05": "Nostra Signora della Neve", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-05": "Nostra Signora della Neve", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-05": "Nostra Signora della Neve", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-05": "Nostra Signora della Neve", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-05": "Nostra Signora della Neve", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-05": "Nostra Signora della Neve", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-05": "Nostra Signora della Neve", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-05": "Nostra Signora della Neve", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-05": "Nostra Signora della Neve", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-05": "Nostra Signora della Neve", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-05": "Nostra Signora della Neve", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-05": "Nostra Signora della Neve", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-05": "Nostra Signora della Neve", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-05": "Nostra Signora della Neve", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-05": "Nostra Signora della Neve", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-05": "Nostra Signora della Neve", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-05": "Nostra Signora della Neve", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-05": "Nostra Signora della Neve", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-05": "Nostra Signora della Neve", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-05": "Nostra Signora della Neve", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-05": "Nostra Signora della Neve", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-05": "Nostra Signora della Neve", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-05": "Nostra Signora della Neve", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-05": "Nostra Signora della Neve", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-05": "Nostra Signora della Neve", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-05": "Nostra Signora della Neve", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-05": "Nostra Signora della Neve", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-05": "Nostra Signora della Neve", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-05": "Nostra Signora della Neve", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-05": "Nostra Signora della Neve", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-05": "Nostra Signora della Neve", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-05": "Nostra Signora della Neve", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-05": "Nostra Signora della Neve", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-05": "Nostra Signora della Neve", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-05": "Nostra Signora della Neve", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-05": "Nostra Signora della Neve", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-05": "Nostra Signora della Neve", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-05": "Nostra Signora della Neve", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-05": "Nostra Signora della Neve", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-05": "Nostra Signora della Neve", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-05": "Nostra Signora della Neve", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-05": "Nostra Signora della Neve", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-05": "Nostra Signora della Neve", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-05": "Nostra Signora della Neve", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-05": "Nostra Signora della Neve", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-05": "Nostra Signora della Neve", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-05": "Nostra Signora della Neve", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-05": "Nostra Signora della Neve", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-05": "Nostra Signora della Neve", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_OR.json000066400000000000000000001621111500152103600211140ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-02-13": "Sant'Archelao", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-02-13": "Sant'Archelao", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-02-13": "Sant'Archelao", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-02-13": "Sant'Archelao", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-02-13": "Sant'Archelao", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-02-13": "Sant'Archelao", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-02-13": "Sant'Archelao", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-02-13": "Sant'Archelao", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-02-13": "Sant'Archelao", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-02-13": "Sant'Archelao", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-02-13": "Sant'Archelao", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-02-13": "Sant'Archelao", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-02-13": "Sant'Archelao", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-02-13": "Sant'Archelao", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-02-13": "Sant'Archelao", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-02-13": "Sant'Archelao", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-02-13": "Sant'Archelao", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-02-13": "Sant'Archelao", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-02-13": "Sant'Archelao", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-02-13": "Sant'Archelao", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-02-13": "Sant'Archelao", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-02-13": "Sant'Archelao", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-02-13": "Sant'Archelao", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-02-13": "Sant'Archelao", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-02-13": "Sant'Archelao", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-02-13": "Sant'Archelao", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-02-13": "Sant'Archelao", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-02-13": "Sant'Archelao", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-02-13": "Sant'Archelao", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-02-13": "Sant'Archelao", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-02-13": "Sant'Archelao", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-02-13": "Sant'Archelao", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-02-13": "Sant'Archelao", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-02-13": "Sant'Archelao", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-02-13": "Sant'Archelao", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-02-13": "Sant'Archelao", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-02-13": "Sant'Archelao", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-02-13": "Sant'Archelao", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-02-13": "Sant'Archelao", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-02-13": "Sant'Archelao", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-02-13": "Sant'Archelao", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-02-13": "Sant'Archelao", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-02-13": "Sant'Archelao", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-02-13": "Sant'Archelao", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-02-13": "Sant'Archelao", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-02-13": "Sant'Archelao", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-02-13": "Sant'Archelao", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-02-13": "Sant'Archelao", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-02-13": "Sant'Archelao", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-02-13": "Sant'Archelao", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-02-13": "Sant'Archelao", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-02-13": "Sant'Archelao", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-02-13": "Sant'Archelao", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-02-13": "Sant'Archelao", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-02-13": "Sant'Archelao", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-02-13": "Sant'Archelao", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-02-13": "Sant'Archelao", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-02-13": "Sant'Archelao", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-02-13": "Sant'Archelao", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-02-13": "Sant'Archelao", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-02-13": "Sant'Archelao", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-02-13": "Sant'Archelao", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-02-13": "Sant'Archelao", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-02-13": "Sant'Archelao", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-02-13": "Sant'Archelao", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-02-13": "Sant'Archelao", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-02-13": "Sant'Archelao", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-02-13": "Sant'Archelao", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-02-13": "Sant'Archelao", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-02-13": "Sant'Archelao", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-02-13": "Sant'Archelao", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-02-13": "Sant'Archelao", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-02-13": "Sant'Archelao", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-02-13": "Sant'Archelao", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-02-13": "Sant'Archelao", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-02-13": "Sant'Archelao", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-02-13": "Sant'Archelao", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-02-13": "Sant'Archelao", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-02-13": "Sant'Archelao", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-02-13": "Sant'Archelao", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-02-13": "Sant'Archelao", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-02-13": "Sant'Archelao", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-02-13": "Sant'Archelao", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-02-13": "Sant'Archelao", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-02-13": "Sant'Archelao", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-02-13": "Sant'Archelao", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-02-13": "Sant'Archelao", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-02-13": "Sant'Archelao", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-02-13": "Sant'Archelao", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-02-13": "Sant'Archelao", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-02-13": "Sant'Archelao", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-02-13": "Sant'Archelao", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-02-13": "Sant'Archelao", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-02-13": "Sant'Archelao", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-02-13": "Sant'Archelao", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-02-13": "Sant'Archelao", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-02-13": "Sant'Archelao", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-02-13": "Sant'Archelao", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-02-13": "Sant'Archelao", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-02-13": "Sant'Archelao", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-02-13": "Sant'Archelao", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PA.json000066400000000000000000001621111500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-07-15": "Santa Rosalia", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-07-15": "Santa Rosalia", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-07-15": "Santa Rosalia", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-07-15": "Santa Rosalia", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-07-15": "Santa Rosalia", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-07-15": "Santa Rosalia", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-07-15": "Santa Rosalia", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-07-15": "Santa Rosalia", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-07-15": "Santa Rosalia", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-07-15": "Santa Rosalia", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-07-15": "Santa Rosalia", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-07-15": "Santa Rosalia", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-07-15": "Santa Rosalia", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-07-15": "Santa Rosalia", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-07-15": "Santa Rosalia", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-07-15": "Santa Rosalia", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-07-15": "Santa Rosalia", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-07-15": "Santa Rosalia", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-07-15": "Santa Rosalia", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-07-15": "Santa Rosalia", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-07-15": "Santa Rosalia", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-07-15": "Santa Rosalia", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-07-15": "Santa Rosalia", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-07-15": "Santa Rosalia", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-07-15": "Santa Rosalia", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-07-15": "Santa Rosalia", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-07-15": "Santa Rosalia", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-07-15": "Santa Rosalia", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-07-15": "Santa Rosalia", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-07-15": "Santa Rosalia", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-07-15": "Santa Rosalia", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-07-15": "Santa Rosalia", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-07-15": "Santa Rosalia", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-07-15": "Santa Rosalia", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-07-15": "Santa Rosalia", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-07-15": "Santa Rosalia", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-07-15": "Santa Rosalia", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-07-15": "Santa Rosalia", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-07-15": "Santa Rosalia", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-07-15": "Santa Rosalia", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-07-15": "Santa Rosalia", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-07-15": "Santa Rosalia", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-07-15": "Santa Rosalia", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-07-15": "Santa Rosalia", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-07-15": "Santa Rosalia", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-07-15": "Santa Rosalia", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-07-15": "Santa Rosalia", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-07-15": "Santa Rosalia", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-07-15": "Santa Rosalia", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-07-15": "Santa Rosalia", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-07-15": "Santa Rosalia", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-07-15": "Santa Rosalia", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-07-15": "Santa Rosalia", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-07-15": "Santa Rosalia", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-07-15": "Santa Rosalia", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-07-15": "Santa Rosalia", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-07-15": "Santa Rosalia", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-07-15": "Santa Rosalia", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-07-15": "Santa Rosalia", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-07-15": "Santa Rosalia", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-07-15": "Santa Rosalia", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-07-15": "Santa Rosalia", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-07-15": "Santa Rosalia", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-07-15": "Santa Rosalia", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-07-15": "Santa Rosalia", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-07-15": "Santa Rosalia", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-07-15": "Santa Rosalia", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-07-15": "Santa Rosalia", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-07-15": "Santa Rosalia", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-07-15": "Santa Rosalia", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-07-15": "Santa Rosalia", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-07-15": "Santa Rosalia", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-07-15": "Santa Rosalia", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-07-15": "Santa Rosalia", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-07-15": "Santa Rosalia", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-07-15": "Santa Rosalia", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-07-15": "Santa Rosalia", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-07-15": "Santa Rosalia", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-07-15": "Santa Rosalia", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-07-15": "Santa Rosalia", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-07-15": "Santa Rosalia", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-07-15": "Santa Rosalia", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-07-15": "Santa Rosalia", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-07-15": "Santa Rosalia", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-07-15": "Santa Rosalia", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-07-15": "Santa Rosalia", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-07-15": "Santa Rosalia", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-07-15": "Santa Rosalia", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-07-15": "Santa Rosalia", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-07-15": "Santa Rosalia", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-07-15": "Santa Rosalia", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-07-15": "Santa Rosalia", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-07-15": "Santa Rosalia", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-07-15": "Santa Rosalia", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-07-15": "Santa Rosalia", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-07-15": "Santa Rosalia", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-07-15": "Santa Rosalia", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-07-15": "Santa Rosalia", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-07-15": "Santa Rosalia", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-07-15": "Santa Rosalia", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-07-15": "Santa Rosalia", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PC.json000066400000000000000000001644051500152103600211060ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-07-04": "Sant'Antonino di Piacenza", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-07-04": "Sant'Antonino di Piacenza", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-07-04": "Sant'Antonino di Piacenza", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-07-04": "Sant'Antonino di Piacenza", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-07-04": "Sant'Antonino di Piacenza", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-07-04": "Sant'Antonino di Piacenza", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-07-04": "Sant'Antonino di Piacenza", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-07-04": "Sant'Antonino di Piacenza", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-07-04": "Sant'Antonino di Piacenza", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-07-04": "Sant'Antonino di Piacenza", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-07-04": "Sant'Antonino di Piacenza", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-07-04": "Sant'Antonino di Piacenza", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-07-04": "Sant'Antonino di Piacenza", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-07-04": "Sant'Antonino di Piacenza", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-07-04": "Sant'Antonino di Piacenza", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-07-04": "Sant'Antonino di Piacenza", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-07-04": "Sant'Antonino di Piacenza", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-07-04": "Sant'Antonino di Piacenza", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-07-04": "Sant'Antonino di Piacenza", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-07-04": "Sant'Antonino di Piacenza", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-07-04": "Sant'Antonino di Piacenza", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-07-04": "Sant'Antonino di Piacenza", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-07-04": "Sant'Antonino di Piacenza", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-07-04": "Sant'Antonino di Piacenza", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-07-04": "Sant'Antonino di Piacenza", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-07-04": "Sant'Antonino di Piacenza", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-07-04": "Sant'Antonino di Piacenza", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-07-04": "Sant'Antonino di Piacenza", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-07-04": "Sant'Antonino di Piacenza", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-07-04": "Sant'Antonino di Piacenza", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-07-04": "Sant'Antonino di Piacenza", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-07-04": "Sant'Antonino di Piacenza", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-07-04": "Sant'Antonino di Piacenza", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-07-04": "Sant'Antonino di Piacenza", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-07-04": "Sant'Antonino di Piacenza", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-07-04": "Sant'Antonino di Piacenza", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-07-04": "Sant'Antonino di Piacenza", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-07-04": "Sant'Antonino di Piacenza", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-07-04": "Sant'Antonino di Piacenza", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-07-04": "Sant'Antonino di Piacenza", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-07-04": "Sant'Antonino di Piacenza", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-07-04": "Sant'Antonino di Piacenza", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-07-04": "Sant'Antonino di Piacenza", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-07-04": "Sant'Antonino di Piacenza", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-07-04": "Sant'Antonino di Piacenza", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-07-04": "Sant'Antonino di Piacenza", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-07-04": "Sant'Antonino di Piacenza", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-07-04": "Sant'Antonino di Piacenza", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-07-04": "Sant'Antonino di Piacenza", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-07-04": "Sant'Antonino di Piacenza", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-07-04": "Sant'Antonino di Piacenza", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-07-04": "Sant'Antonino di Piacenza", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-07-04": "Sant'Antonino di Piacenza", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-07-04": "Sant'Antonino di Piacenza", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-07-04": "Sant'Antonino di Piacenza", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-07-04": "Sant'Antonino di Piacenza", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-07-04": "Sant'Antonino di Piacenza", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-07-04": "Sant'Antonino di Piacenza", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-07-04": "Sant'Antonino di Piacenza", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-07-04": "Sant'Antonino di Piacenza", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-07-04": "Sant'Antonino di Piacenza", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-07-04": "Sant'Antonino di Piacenza", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-07-04": "Sant'Antonino di Piacenza", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-07-04": "Sant'Antonino di Piacenza", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-07-04": "Sant'Antonino di Piacenza", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-07-04": "Sant'Antonino di Piacenza", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-07-04": "Sant'Antonino di Piacenza", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-07-04": "Sant'Antonino di Piacenza", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-07-04": "Sant'Antonino di Piacenza", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-07-04": "Sant'Antonino di Piacenza", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-07-04": "Sant'Antonino di Piacenza", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-07-04": "Sant'Antonino di Piacenza", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-07-04": "Sant'Antonino di Piacenza", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-07-04": "Sant'Antonino di Piacenza", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-07-04": "Sant'Antonino di Piacenza", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-07-04": "Sant'Antonino di Piacenza", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-07-04": "Sant'Antonino di Piacenza", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-07-04": "Sant'Antonino di Piacenza", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-07-04": "Sant'Antonino di Piacenza", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-07-04": "Sant'Antonino di Piacenza", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-07-04": "Sant'Antonino di Piacenza", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-07-04": "Sant'Antonino di Piacenza", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-07-04": "Sant'Antonino di Piacenza", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-07-04": "Sant'Antonino di Piacenza", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-07-04": "Sant'Antonino di Piacenza", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-07-04": "Sant'Antonino di Piacenza", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-07-04": "Sant'Antonino di Piacenza", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-07-04": "Sant'Antonino di Piacenza", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-07-04": "Sant'Antonino di Piacenza", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-07-04": "Sant'Antonino di Piacenza", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-07-04": "Sant'Antonino di Piacenza", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-07-04": "Sant'Antonino di Piacenza", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-07-04": "Sant'Antonino di Piacenza", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-07-04": "Sant'Antonino di Piacenza", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-07-04": "Sant'Antonino di Piacenza", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-07-04": "Sant'Antonino di Piacenza", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-07-04": "Sant'Antonino di Piacenza", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-07-04": "Sant'Antonino di Piacenza", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-07-04": "Sant'Antonino di Piacenza", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-07-04": "Sant'Antonino di Piacenza", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-07-04": "Sant'Antonino di Piacenza", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PD.json000066400000000000000000001636321500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-13": "Sant'Antonio di Padova", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-13": "Sant'Antonio di Padova", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-13": "Sant'Antonio di Padova", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-13": "Sant'Antonio di Padova", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-13": "Sant'Antonio di Padova", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-13": "Sant'Antonio di Padova", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-13": "Sant'Antonio di Padova", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-13": "Sant'Antonio di Padova", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-13": "Sant'Antonio di Padova", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-13": "Sant'Antonio di Padova", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-13": "Sant'Antonio di Padova", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-13": "Sant'Antonio di Padova", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-13": "Sant'Antonio di Padova", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini; Sant'Antonio di Padova", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-13": "Sant'Antonio di Padova", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-13": "Sant'Antonio di Padova", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-13": "Sant'Antonio di Padova", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-13": "Sant'Antonio di Padova", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini; Sant'Antonio di Padova", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-13": "Sant'Antonio di Padova", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-13": "Sant'Antonio di Padova", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-13": "Sant'Antonio di Padova", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-13": "Sant'Antonio di Padova", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-13": "Sant'Antonio di Padova", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini; Sant'Antonio di Padova", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-13": "Sant'Antonio di Padova", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-13": "Sant'Antonio di Padova", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-13": "Sant'Antonio di Padova", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-13": "Sant'Antonio di Padova", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-13": "Sant'Antonio di Padova", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-13": "Sant'Antonio di Padova", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-13": "Sant'Antonio di Padova", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-13": "Sant'Antonio di Padova", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-13": "Sant'Antonio di Padova", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-13": "Sant'Antonio di Padova", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-13": "Sant'Antonio di Padova", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-13": "Sant'Antonio di Padova", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-13": "Sant'Antonio di Padova", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-13": "Sant'Antonio di Padova", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-13": "Sant'Antonio di Padova", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-13": "Sant'Antonio di Padova", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-13": "Sant'Antonio di Padova", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-13": "Sant'Antonio di Padova", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-13": "Sant'Antonio di Padova", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-13": "Sant'Antonio di Padova", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-13": "Sant'Antonio di Padova", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-13": "Sant'Antonio di Padova", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-13": "Sant'Antonio di Padova", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-13": "Sant'Antonio di Padova", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-13": "Sant'Antonio di Padova", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-13": "Sant'Antonio di Padova", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-13": "Sant'Antonio di Padova", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-13": "Sant'Antonio di Padova", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-13": "Sant'Antonio di Padova", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-13": "Sant'Antonio di Padova", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-13": "Sant'Antonio di Padova", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-13": "Sant'Antonio di Padova", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-13": "Sant'Antonio di Padova", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-13": "Sant'Antonio di Padova", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-13": "Sant'Antonio di Padova", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-13": "Sant'Antonio di Padova", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-13": "Sant'Antonio di Padova", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-13": "Sant'Antonio di Padova", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-13": "Sant'Antonio di Padova", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-13": "Sant'Antonio di Padova", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-13": "Sant'Antonio di Padova", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-13": "Sant'Antonio di Padova", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-13": "Sant'Antonio di Padova", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-13": "Sant'Antonio di Padova", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-13": "Sant'Antonio di Padova", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-13": "Sant'Antonio di Padova", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-13": "Sant'Antonio di Padova", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-13": "Sant'Antonio di Padova", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-13": "Sant'Antonio di Padova", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-13": "Sant'Antonio di Padova", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-13": "Sant'Antonio di Padova", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-13": "Sant'Antonio di Padova", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-13": "Sant'Antonio di Padova", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-13": "Sant'Antonio di Padova", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-13": "Sant'Antonio di Padova", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-13": "Sant'Antonio di Padova", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-13": "Sant'Antonio di Padova", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-13": "Sant'Antonio di Padova", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-13": "Sant'Antonio di Padova", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-13": "Sant'Antonio di Padova", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-13": "Sant'Antonio di Padova", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-13": "Sant'Antonio di Padova", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-13": "Sant'Antonio di Padova", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-13": "Sant'Antonio di Padova", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-13": "Sant'Antonio di Padova", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-13": "Sant'Antonio di Padova", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-13": "Sant'Antonio di Padova", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-13": "Sant'Antonio di Padova", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-13": "Sant'Antonio di Padova", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-13": "Sant'Antonio di Padova", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-13": "Sant'Antonio di Padova", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-13": "Sant'Antonio di Padova", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-13": "Sant'Antonio di Padova", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-13": "Sant'Antonio di Padova", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-13": "Sant'Antonio di Padova", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-13": "Sant'Antonio di Padova", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PE.json000066400000000000000000001614321500152103600211050ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-10-10": "San Cetteo", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-10-10": "San Cetteo", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-10-10": "San Cetteo", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-10-10": "San Cetteo", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-10-10": "San Cetteo", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-10-10": "San Cetteo", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-10-10": "San Cetteo", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-10-10": "San Cetteo", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-10-10": "San Cetteo", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-10-10": "San Cetteo", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-10-10": "San Cetteo", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-10-10": "San Cetteo", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-10-10": "San Cetteo", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-10-10": "San Cetteo", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-10-10": "San Cetteo", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-10-10": "San Cetteo", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-10-10": "San Cetteo", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-10-10": "San Cetteo", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-10-10": "San Cetteo", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-10-10": "San Cetteo", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-10-10": "San Cetteo", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-10-10": "San Cetteo", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-10-10": "San Cetteo", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-10-10": "San Cetteo", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-10-10": "San Cetteo", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-10-10": "San Cetteo", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-10-10": "San Cetteo", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-10-10": "San Cetteo", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-10-10": "San Cetteo", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-10-10": "San Cetteo", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-10-10": "San Cetteo", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-10-10": "San Cetteo", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-10-10": "San Cetteo", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-10-10": "San Cetteo", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-10-10": "San Cetteo", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-10-10": "San Cetteo", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-10-10": "San Cetteo", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-10-10": "San Cetteo", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-10-10": "San Cetteo", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-10-10": "San Cetteo", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-10-10": "San Cetteo", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-10-10": "San Cetteo", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-10-10": "San Cetteo", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-10-10": "San Cetteo", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-10-10": "San Cetteo", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-10-10": "San Cetteo", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-10-10": "San Cetteo", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-10-10": "San Cetteo", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-10-10": "San Cetteo", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-10-10": "San Cetteo", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-10-10": "San Cetteo", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-10-10": "San Cetteo", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-10-10": "San Cetteo", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-10-10": "San Cetteo", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-10-10": "San Cetteo", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-10-10": "San Cetteo", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-10-10": "San Cetteo", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-10-10": "San Cetteo", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-10-10": "San Cetteo", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-10-10": "San Cetteo", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-10-10": "San Cetteo", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-10-10": "San Cetteo", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-10-10": "San Cetteo", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-10-10": "San Cetteo", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-10-10": "San Cetteo", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-10-10": "San Cetteo", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-10-10": "San Cetteo", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-10-10": "San Cetteo", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-10-10": "San Cetteo", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-10-10": "San Cetteo", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-10-10": "San Cetteo", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-10-10": "San Cetteo", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-10-10": "San Cetteo", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-10-10": "San Cetteo", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-10-10": "San Cetteo", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-10-10": "San Cetteo", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-10-10": "San Cetteo", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-10-10": "San Cetteo", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-10-10": "San Cetteo", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-10-10": "San Cetteo", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-10-10": "San Cetteo", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-10-10": "San Cetteo", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-10-10": "San Cetteo", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-10-10": "San Cetteo", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-10-10": "San Cetteo", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-10-10": "San Cetteo", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-10-10": "San Cetteo", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-10-10": "San Cetteo", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-10-10": "San Cetteo", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-10-10": "San Cetteo", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-10-10": "San Cetteo", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-10-10": "San Cetteo", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-10-10": "San Cetteo", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-10-10": "San Cetteo", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-10-10": "San Cetteo", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-10-10": "San Cetteo", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-10-10": "San Cetteo", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-10-10": "San Cetteo", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-10-10": "San Cetteo", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-10-10": "San Cetteo", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-10-10": "San Cetteo", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PESARO.json000066400000000000000000001637261500152103600216020ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-24": "San Terenzio di Pesaro", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-24": "San Terenzio di Pesaro", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-24": "San Terenzio di Pesaro", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-24": "San Terenzio di Pesaro", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-24": "San Terenzio di Pesaro", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-24": "San Terenzio di Pesaro", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-24": "San Terenzio di Pesaro", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-24": "San Terenzio di Pesaro", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-24": "San Terenzio di Pesaro", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-24": "San Terenzio di Pesaro", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-24": "San Terenzio di Pesaro", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-24": "San Terenzio di Pesaro", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-24": "San Terenzio di Pesaro", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-24": "San Terenzio di Pesaro", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-24": "San Terenzio di Pesaro", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-24": "San Terenzio di Pesaro", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-24": "San Terenzio di Pesaro", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-24": "San Terenzio di Pesaro", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-24": "San Terenzio di Pesaro", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-24": "San Terenzio di Pesaro", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-24": "San Terenzio di Pesaro", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-24": "San Terenzio di Pesaro", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-24": "San Terenzio di Pesaro", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-24": "San Terenzio di Pesaro", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-24": "San Terenzio di Pesaro", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-24": "San Terenzio di Pesaro", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-24": "San Terenzio di Pesaro", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-24": "San Terenzio di Pesaro", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-24": "San Terenzio di Pesaro", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-24": "San Terenzio di Pesaro", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-24": "San Terenzio di Pesaro", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-24": "San Terenzio di Pesaro", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-24": "San Terenzio di Pesaro", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-24": "San Terenzio di Pesaro", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-24": "San Terenzio di Pesaro", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-24": "San Terenzio di Pesaro", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-24": "San Terenzio di Pesaro", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-24": "San Terenzio di Pesaro", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-24": "San Terenzio di Pesaro", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-24": "San Terenzio di Pesaro", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-24": "San Terenzio di Pesaro", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-24": "San Terenzio di Pesaro", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-24": "San Terenzio di Pesaro", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-24": "San Terenzio di Pesaro", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-24": "San Terenzio di Pesaro", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-24": "San Terenzio di Pesaro", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-24": "San Terenzio di Pesaro", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-24": "San Terenzio di Pesaro", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-24": "San Terenzio di Pesaro", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-24": "San Terenzio di Pesaro", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-24": "San Terenzio di Pesaro", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-24": "San Terenzio di Pesaro", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-24": "San Terenzio di Pesaro", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-24": "San Terenzio di Pesaro", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-24": "San Terenzio di Pesaro", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-24": "San Terenzio di Pesaro", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-24": "San Terenzio di Pesaro", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-24": "San Terenzio di Pesaro", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-24": "San Terenzio di Pesaro", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-24": "San Terenzio di Pesaro", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-24": "San Terenzio di Pesaro", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-24": "San Terenzio di Pesaro", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-24": "San Terenzio di Pesaro", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-24": "San Terenzio di Pesaro", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-24": "San Terenzio di Pesaro", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-24": "San Terenzio di Pesaro", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-24": "San Terenzio di Pesaro", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-24": "San Terenzio di Pesaro", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-24": "San Terenzio di Pesaro", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-24": "San Terenzio di Pesaro", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-24": "San Terenzio di Pesaro", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-24": "San Terenzio di Pesaro", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-24": "San Terenzio di Pesaro", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-24": "San Terenzio di Pesaro", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-24": "San Terenzio di Pesaro", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-24": "San Terenzio di Pesaro", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-24": "San Terenzio di Pesaro", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-24": "San Terenzio di Pesaro", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-24": "San Terenzio di Pesaro", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-24": "San Terenzio di Pesaro", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-24": "San Terenzio di Pesaro", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-24": "San Terenzio di Pesaro", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-24": "San Terenzio di Pesaro", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-24": "San Terenzio di Pesaro", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-24": "San Terenzio di Pesaro", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-24": "San Terenzio di Pesaro", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-24": "San Terenzio di Pesaro", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-24": "San Terenzio di Pesaro", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-24": "San Terenzio di Pesaro", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-24": "San Terenzio di Pesaro", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-24": "San Terenzio di Pesaro", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-24": "San Terenzio di Pesaro", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-24": "San Terenzio di Pesaro", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-24": "San Terenzio di Pesaro", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-24": "San Terenzio di Pesaro", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-24": "San Terenzio di Pesaro", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-24": "San Terenzio di Pesaro", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-24": "San Terenzio di Pesaro", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-24": "San Terenzio di Pesaro", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-24": "San Terenzio di Pesaro", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-24": "San Terenzio di Pesaro", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PG.json000066400000000000000000001743151500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-11": "Santa Chiara d'Assisi", "1950-08-15": "Assunzione della Vergine", "1950-10-04": "San Francesco d'Assisi", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-11": "Santa Chiara d'Assisi", "1951-08-15": "Assunzione della Vergine", "1951-10-04": "San Francesco d'Assisi", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-11": "Santa Chiara d'Assisi", "1952-08-15": "Assunzione della Vergine", "1952-10-04": "San Francesco d'Assisi", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-11": "Santa Chiara d'Assisi", "1953-08-15": "Assunzione della Vergine", "1953-10-04": "San Francesco d'Assisi", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-11": "Santa Chiara d'Assisi", "1954-08-15": "Assunzione della Vergine", "1954-10-04": "San Francesco d'Assisi", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-11": "Santa Chiara d'Assisi", "1955-08-15": "Assunzione della Vergine", "1955-10-04": "San Francesco d'Assisi", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-11": "Santa Chiara d'Assisi", "1956-08-15": "Assunzione della Vergine", "1956-10-04": "San Francesco d'Assisi", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-11": "Santa Chiara d'Assisi", "1957-08-15": "Assunzione della Vergine", "1957-10-04": "San Francesco d'Assisi", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-11": "Santa Chiara d'Assisi", "1958-08-15": "Assunzione della Vergine", "1958-10-04": "San Francesco d'Assisi", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-11": "Santa Chiara d'Assisi", "1959-08-15": "Assunzione della Vergine", "1959-10-04": "San Francesco d'Assisi", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-11": "Santa Chiara d'Assisi", "1960-08-15": "Assunzione della Vergine", "1960-10-04": "San Francesco d'Assisi", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-11": "Santa Chiara d'Assisi", "1961-08-15": "Assunzione della Vergine", "1961-10-04": "San Francesco d'Assisi", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-11": "Santa Chiara d'Assisi", "1962-08-15": "Assunzione della Vergine", "1962-10-04": "San Francesco d'Assisi", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-11": "Santa Chiara d'Assisi", "1963-08-15": "Assunzione della Vergine", "1963-10-04": "San Francesco d'Assisi", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-11": "Santa Chiara d'Assisi", "1964-08-15": "Assunzione della Vergine", "1964-10-04": "San Francesco d'Assisi", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-11": "Santa Chiara d'Assisi", "1965-08-15": "Assunzione della Vergine", "1965-10-04": "San Francesco d'Assisi", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-11": "Santa Chiara d'Assisi", "1966-08-15": "Assunzione della Vergine", "1966-10-04": "San Francesco d'Assisi", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-11": "Santa Chiara d'Assisi", "1967-08-15": "Assunzione della Vergine", "1967-10-04": "San Francesco d'Assisi", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-11": "Santa Chiara d'Assisi", "1968-08-15": "Assunzione della Vergine", "1968-10-04": "San Francesco d'Assisi", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-11": "Santa Chiara d'Assisi", "1969-08-15": "Assunzione della Vergine", "1969-10-04": "San Francesco d'Assisi", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-11": "Santa Chiara d'Assisi", "1970-08-15": "Assunzione della Vergine", "1970-10-04": "San Francesco d'Assisi", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-11": "Santa Chiara d'Assisi", "1971-08-15": "Assunzione della Vergine", "1971-10-04": "San Francesco d'Assisi", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-11": "Santa Chiara d'Assisi", "1972-08-15": "Assunzione della Vergine", "1972-10-04": "San Francesco d'Assisi", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-11": "Santa Chiara d'Assisi", "1973-08-15": "Assunzione della Vergine", "1973-10-04": "San Francesco d'Assisi", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-11": "Santa Chiara d'Assisi", "1974-08-15": "Assunzione della Vergine", "1974-10-04": "San Francesco d'Assisi", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-11": "Santa Chiara d'Assisi", "1975-08-15": "Assunzione della Vergine", "1975-10-04": "San Francesco d'Assisi", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-11": "Santa Chiara d'Assisi", "1976-08-15": "Assunzione della Vergine", "1976-10-04": "San Francesco d'Assisi", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-11": "Santa Chiara d'Assisi", "1977-08-15": "Assunzione della Vergine", "1977-10-04": "San Francesco d'Assisi", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-11": "Santa Chiara d'Assisi", "1978-08-15": "Assunzione della Vergine", "1978-10-04": "San Francesco d'Assisi", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-11": "Santa Chiara d'Assisi", "1979-08-15": "Assunzione della Vergine", "1979-10-04": "San Francesco d'Assisi", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-11": "Santa Chiara d'Assisi", "1980-08-15": "Assunzione della Vergine", "1980-10-04": "San Francesco d'Assisi", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-11": "Santa Chiara d'Assisi", "1981-08-15": "Assunzione della Vergine", "1981-10-04": "San Francesco d'Assisi", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-11": "Santa Chiara d'Assisi", "1982-08-15": "Assunzione della Vergine", "1982-10-04": "San Francesco d'Assisi", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-11": "Santa Chiara d'Assisi", "1983-08-15": "Assunzione della Vergine", "1983-10-04": "San Francesco d'Assisi", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-11": "Santa Chiara d'Assisi", "1984-08-15": "Assunzione della Vergine", "1984-10-04": "San Francesco d'Assisi", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-11": "Santa Chiara d'Assisi", "1985-08-15": "Assunzione della Vergine", "1985-10-04": "San Francesco d'Assisi", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-11": "Santa Chiara d'Assisi", "1986-08-15": "Assunzione della Vergine", "1986-10-04": "San Francesco d'Assisi", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-11": "Santa Chiara d'Assisi", "1987-08-15": "Assunzione della Vergine", "1987-10-04": "San Francesco d'Assisi", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-11": "Santa Chiara d'Assisi", "1988-08-15": "Assunzione della Vergine", "1988-10-04": "San Francesco d'Assisi", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-11": "Santa Chiara d'Assisi", "1989-08-15": "Assunzione della Vergine", "1989-10-04": "San Francesco d'Assisi", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-11": "Santa Chiara d'Assisi", "1990-08-15": "Assunzione della Vergine", "1990-10-04": "San Francesco d'Assisi", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-11": "Santa Chiara d'Assisi", "1991-08-15": "Assunzione della Vergine", "1991-10-04": "San Francesco d'Assisi", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-11": "Santa Chiara d'Assisi", "1992-08-15": "Assunzione della Vergine", "1992-10-04": "San Francesco d'Assisi", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-11": "Santa Chiara d'Assisi", "1993-08-15": "Assunzione della Vergine", "1993-10-04": "San Francesco d'Assisi", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-11": "Santa Chiara d'Assisi", "1994-08-15": "Assunzione della Vergine", "1994-10-04": "San Francesco d'Assisi", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-11": "Santa Chiara d'Assisi", "1995-08-15": "Assunzione della Vergine", "1995-10-04": "San Francesco d'Assisi", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-11": "Santa Chiara d'Assisi", "1996-08-15": "Assunzione della Vergine", "1996-10-04": "San Francesco d'Assisi", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-11": "Santa Chiara d'Assisi", "1997-08-15": "Assunzione della Vergine", "1997-10-04": "San Francesco d'Assisi", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-11": "Santa Chiara d'Assisi", "1998-08-15": "Assunzione della Vergine", "1998-10-04": "San Francesco d'Assisi", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-11": "Santa Chiara d'Assisi", "1999-08-15": "Assunzione della Vergine", "1999-10-04": "San Francesco d'Assisi", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-11": "Santa Chiara d'Assisi", "2000-08-15": "Assunzione della Vergine", "2000-10-04": "San Francesco d'Assisi", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-11": "Santa Chiara d'Assisi", "2001-08-15": "Assunzione della Vergine", "2001-10-04": "San Francesco d'Assisi", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-11": "Santa Chiara d'Assisi", "2002-08-15": "Assunzione della Vergine", "2002-10-04": "San Francesco d'Assisi", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-11": "Santa Chiara d'Assisi", "2003-08-15": "Assunzione della Vergine", "2003-10-04": "San Francesco d'Assisi", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-11": "Santa Chiara d'Assisi", "2004-08-15": "Assunzione della Vergine", "2004-10-04": "San Francesco d'Assisi", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-11": "Santa Chiara d'Assisi", "2005-08-15": "Assunzione della Vergine", "2005-10-04": "San Francesco d'Assisi", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-11": "Santa Chiara d'Assisi", "2006-08-15": "Assunzione della Vergine", "2006-10-04": "San Francesco d'Assisi", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-11": "Santa Chiara d'Assisi", "2007-08-15": "Assunzione della Vergine", "2007-10-04": "San Francesco d'Assisi", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-11": "Santa Chiara d'Assisi", "2008-08-15": "Assunzione della Vergine", "2008-10-04": "San Francesco d'Assisi", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-11": "Santa Chiara d'Assisi", "2009-08-15": "Assunzione della Vergine", "2009-10-04": "San Francesco d'Assisi", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-11": "Santa Chiara d'Assisi", "2010-08-15": "Assunzione della Vergine", "2010-10-04": "San Francesco d'Assisi", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-11": "Santa Chiara d'Assisi", "2011-08-15": "Assunzione della Vergine", "2011-10-04": "San Francesco d'Assisi", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-11": "Santa Chiara d'Assisi", "2012-08-15": "Assunzione della Vergine", "2012-10-04": "San Francesco d'Assisi", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-11": "Santa Chiara d'Assisi", "2013-08-15": "Assunzione della Vergine", "2013-10-04": "San Francesco d'Assisi", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-11": "Santa Chiara d'Assisi", "2014-08-15": "Assunzione della Vergine", "2014-10-04": "San Francesco d'Assisi", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-11": "Santa Chiara d'Assisi", "2015-08-15": "Assunzione della Vergine", "2015-10-04": "San Francesco d'Assisi", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-11": "Santa Chiara d'Assisi", "2016-08-15": "Assunzione della Vergine", "2016-10-04": "San Francesco d'Assisi", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-11": "Santa Chiara d'Assisi", "2017-08-15": "Assunzione della Vergine", "2017-10-04": "San Francesco d'Assisi", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-11": "Santa Chiara d'Assisi", "2018-08-15": "Assunzione della Vergine", "2018-10-04": "San Francesco d'Assisi", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-11": "Santa Chiara d'Assisi", "2019-08-15": "Assunzione della Vergine", "2019-10-04": "San Francesco d'Assisi", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-11": "Santa Chiara d'Assisi", "2020-08-15": "Assunzione della Vergine", "2020-10-04": "San Francesco d'Assisi", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-11": "Santa Chiara d'Assisi", "2021-08-15": "Assunzione della Vergine", "2021-10-04": "San Francesco d'Assisi", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-11": "Santa Chiara d'Assisi", "2022-08-15": "Assunzione della Vergine", "2022-10-04": "San Francesco d'Assisi", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-11": "Santa Chiara d'Assisi", "2023-08-15": "Assunzione della Vergine", "2023-10-04": "San Francesco d'Assisi", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-11": "Santa Chiara d'Assisi", "2024-08-15": "Assunzione della Vergine", "2024-10-04": "San Francesco d'Assisi", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-11": "Santa Chiara d'Assisi", "2025-08-15": "Assunzione della Vergine", "2025-10-04": "San Francesco d'Assisi", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-11": "Santa Chiara d'Assisi", "2026-08-15": "Assunzione della Vergine", "2026-10-04": "San Francesco d'Assisi", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-11": "Santa Chiara d'Assisi", "2027-08-15": "Assunzione della Vergine", "2027-10-04": "San Francesco d'Assisi", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-11": "Santa Chiara d'Assisi", "2028-08-15": "Assunzione della Vergine", "2028-10-04": "San Francesco d'Assisi", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-11": "Santa Chiara d'Assisi", "2029-08-15": "Assunzione della Vergine", "2029-10-04": "San Francesco d'Assisi", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-11": "Santa Chiara d'Assisi", "2030-08-15": "Assunzione della Vergine", "2030-10-04": "San Francesco d'Assisi", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-11": "Santa Chiara d'Assisi", "2031-08-15": "Assunzione della Vergine", "2031-10-04": "San Francesco d'Assisi", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-11": "Santa Chiara d'Assisi", "2032-08-15": "Assunzione della Vergine", "2032-10-04": "San Francesco d'Assisi", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-11": "Santa Chiara d'Assisi", "2033-08-15": "Assunzione della Vergine", "2033-10-04": "San Francesco d'Assisi", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-11": "Santa Chiara d'Assisi", "2034-08-15": "Assunzione della Vergine", "2034-10-04": "San Francesco d'Assisi", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-11": "Santa Chiara d'Assisi", "2035-08-15": "Assunzione della Vergine", "2035-10-04": "San Francesco d'Assisi", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-11": "Santa Chiara d'Assisi", "2036-08-15": "Assunzione della Vergine", "2036-10-04": "San Francesco d'Assisi", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-11": "Santa Chiara d'Assisi", "2037-08-15": "Assunzione della Vergine", "2037-10-04": "San Francesco d'Assisi", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-11": "Santa Chiara d'Assisi", "2038-08-15": "Assunzione della Vergine", "2038-10-04": "San Francesco d'Assisi", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-11": "Santa Chiara d'Assisi", "2039-08-15": "Assunzione della Vergine", "2039-10-04": "San Francesco d'Assisi", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-11": "Santa Chiara d'Assisi", "2040-08-15": "Assunzione della Vergine", "2040-10-04": "San Francesco d'Assisi", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-11": "Santa Chiara d'Assisi", "2041-08-15": "Assunzione della Vergine", "2041-10-04": "San Francesco d'Assisi", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-11": "Santa Chiara d'Assisi", "2042-08-15": "Assunzione della Vergine", "2042-10-04": "San Francesco d'Assisi", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-11": "Santa Chiara d'Assisi", "2043-08-15": "Assunzione della Vergine", "2043-10-04": "San Francesco d'Assisi", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-11": "Santa Chiara d'Assisi", "2044-08-15": "Assunzione della Vergine", "2044-10-04": "San Francesco d'Assisi", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-11": "Santa Chiara d'Assisi", "2045-08-15": "Assunzione della Vergine", "2045-10-04": "San Francesco d'Assisi", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-11": "Santa Chiara d'Assisi", "2046-08-15": "Assunzione della Vergine", "2046-10-04": "San Francesco d'Assisi", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-11": "Santa Chiara d'Assisi", "2047-08-15": "Assunzione della Vergine", "2047-10-04": "San Francesco d'Assisi", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-11": "Santa Chiara d'Assisi", "2048-08-15": "Assunzione della Vergine", "2048-10-04": "San Francesco d'Assisi", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-11": "Santa Chiara d'Assisi", "2049-08-15": "Assunzione della Vergine", "2049-10-04": "San Francesco d'Assisi", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-11": "Santa Chiara d'Assisi", "2050-08-15": "Assunzione della Vergine", "2050-10-04": "San Francesco d'Assisi", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PI.json000066400000000000000000001615031500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-17": "San Ranieri", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-17": "San Ranieri", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-17": "San Ranieri", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-17": "San Ranieri", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini; San Ranieri", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-17": "San Ranieri", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-17": "San Ranieri", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-17": "San Ranieri", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-17": "San Ranieri", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-17": "San Ranieri", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-17": "San Ranieri", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-17": "San Ranieri", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-17": "San Ranieri", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-17": "San Ranieri", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-17": "San Ranieri", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini; San Ranieri", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-17": "San Ranieri", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-17": "San Ranieri", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-17": "San Ranieri", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-17": "San Ranieri", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-17": "San Ranieri", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-17": "San Ranieri", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-17": "San Ranieri", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-17": "San Ranieri", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-17": "San Ranieri", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-17": "San Ranieri", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini; San Ranieri", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-17": "San Ranieri", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-17": "San Ranieri", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-17": "San Ranieri", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-17": "San Ranieri", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-17": "San Ranieri", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-17": "San Ranieri", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-17": "San Ranieri", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-17": "San Ranieri", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-17": "San Ranieri", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-17": "San Ranieri", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-17": "San Ranieri", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-17": "San Ranieri", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-17": "San Ranieri", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-17": "San Ranieri", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-17": "San Ranieri", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-17": "San Ranieri", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-17": "San Ranieri", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-17": "San Ranieri", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-17": "San Ranieri", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-17": "San Ranieri", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-17": "San Ranieri", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-17": "San Ranieri", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-17": "San Ranieri", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-17": "San Ranieri", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-17": "San Ranieri", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-17": "San Ranieri", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-17": "San Ranieri", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-17": "San Ranieri", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-17": "San Ranieri", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-17": "San Ranieri", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-17": "San Ranieri", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-17": "San Ranieri", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-17": "San Ranieri", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-17": "San Ranieri", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-17": "San Ranieri", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-17": "San Ranieri", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-17": "San Ranieri", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-17": "San Ranieri", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-17": "San Ranieri", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-17": "San Ranieri", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-17": "San Ranieri", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-17": "San Ranieri", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-17": "San Ranieri", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-17": "San Ranieri", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-17": "San Ranieri", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-17": "San Ranieri", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-17": "San Ranieri", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-17": "San Ranieri", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-17": "San Ranieri", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-17": "San Ranieri", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-17": "San Ranieri", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-17": "San Ranieri", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-17": "San Ranieri", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-17": "San Ranieri", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-17": "San Ranieri", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-17": "San Ranieri", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-17": "San Ranieri", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-17": "San Ranieri", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-17": "San Ranieri", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-17": "San Ranieri", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-17": "San Ranieri", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-17": "San Ranieri", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-17": "San Ranieri", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-17": "San Ranieri", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-17": "San Ranieri", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-17": "San Ranieri", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-17": "San Ranieri", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-17": "San Ranieri", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-17": "San Ranieri", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-17": "San Ranieri", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-17": "San Ranieri", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-17": "San Ranieri", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-17": "San Ranieri", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-17": "San Ranieri", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PN.json000066400000000000000000001700371500152103600211170ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione; San Marco Evangelista", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-08": "Madonna delle Grazie", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione; San Marco Evangelista", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-08": "Madonna delle Grazie", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione; San Marco Evangelista", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-08": "Madonna delle Grazie", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione; San Marco Evangelista", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-08": "Madonna delle Grazie", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione; San Marco Evangelista", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-08": "Madonna delle Grazie", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione; San Marco Evangelista", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-08": "Madonna delle Grazie", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione; San Marco Evangelista", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-08": "Madonna delle Grazie", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione; San Marco Evangelista", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-08": "Madonna delle Grazie", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione; San Marco Evangelista", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-08": "Madonna delle Grazie", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione; San Marco Evangelista", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-08": "Madonna delle Grazie", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione; San Marco Evangelista", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-08": "Madonna delle Grazie", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione; San Marco Evangelista", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-08": "Madonna delle Grazie", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione; San Marco Evangelista", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-08": "Madonna delle Grazie", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione; San Marco Evangelista", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-08": "Madonna delle Grazie", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione; San Marco Evangelista", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-08": "Madonna delle Grazie", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione; San Marco Evangelista", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-08": "Madonna delle Grazie", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione; San Marco Evangelista", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-08": "Madonna delle Grazie", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione; San Marco Evangelista", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-08": "Madonna delle Grazie", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione; San Marco Evangelista", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-08": "Madonna delle Grazie", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione; San Marco Evangelista", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-08": "Madonna delle Grazie", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione; San Marco Evangelista", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-08": "Madonna delle Grazie", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione; San Marco Evangelista", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-08": "Madonna delle Grazie", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione; San Marco Evangelista", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-08": "Madonna delle Grazie", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione; San Marco Evangelista", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-08": "Madonna delle Grazie", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione; San Marco Evangelista", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-08": "Madonna delle Grazie", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione; San Marco Evangelista", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-08": "Madonna delle Grazie", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione; San Marco Evangelista", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-08": "Madonna delle Grazie", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione; San Marco Evangelista", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-08": "Madonna delle Grazie", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione; San Marco Evangelista", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-08": "Madonna delle Grazie", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione; San Marco Evangelista", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-08": "Madonna delle Grazie", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione; San Marco Evangelista", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-08": "Madonna delle Grazie", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione; San Marco Evangelista", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-08": "Madonna delle Grazie", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione; San Marco Evangelista", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-08": "Madonna delle Grazie", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione; San Marco Evangelista", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-08": "Madonna delle Grazie", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione; San Marco Evangelista", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-08": "Madonna delle Grazie", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione; San Marco Evangelista", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-08": "Madonna delle Grazie", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione; San Marco Evangelista", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-08": "Madonna delle Grazie", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione; San Marco Evangelista", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-08": "Madonna delle Grazie", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione; San Marco Evangelista", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-08": "Madonna delle Grazie", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione; San Marco Evangelista", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-08": "Madonna delle Grazie", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione; San Marco Evangelista", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-08": "Madonna delle Grazie", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione; San Marco Evangelista", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-08": "Madonna delle Grazie", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione; San Marco Evangelista", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-08": "Madonna delle Grazie", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione; San Marco Evangelista", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-08": "Madonna delle Grazie", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione; San Marco Evangelista", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-08": "Madonna delle Grazie", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione; San Marco Evangelista", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-08": "Madonna delle Grazie", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione; San Marco Evangelista", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-08": "Madonna delle Grazie", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione; San Marco Evangelista", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-08": "Madonna delle Grazie", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione; San Marco Evangelista", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-08": "Madonna delle Grazie", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione; San Marco Evangelista", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-08": "Madonna delle Grazie", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione; San Marco Evangelista", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-08": "Madonna delle Grazie", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione; San Marco Evangelista", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-08": "Madonna delle Grazie", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione; San Marco Evangelista", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-08": "Madonna delle Grazie", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione; San Marco Evangelista", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-08": "Madonna delle Grazie", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione; San Marco Evangelista", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-08": "Madonna delle Grazie", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione; San Marco Evangelista", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-08": "Madonna delle Grazie", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione; San Marco Evangelista", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-08": "Madonna delle Grazie", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione; San Marco Evangelista", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-08": "Madonna delle Grazie", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione; San Marco Evangelista", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-08": "Madonna delle Grazie", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione; San Marco Evangelista", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-08": "Madonna delle Grazie", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione; San Marco Evangelista", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-08": "Madonna delle Grazie", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo; San Marco Evangelista", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-08": "Madonna delle Grazie", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione; San Marco Evangelista", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-08": "Madonna delle Grazie", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione; San Marco Evangelista", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-08": "Madonna delle Grazie", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione; San Marco Evangelista", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-08": "Madonna delle Grazie", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione; San Marco Evangelista", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-08": "Madonna delle Grazie", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione; San Marco Evangelista", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-08": "Madonna delle Grazie", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione; San Marco Evangelista", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-08": "Madonna delle Grazie", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione; San Marco Evangelista", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-08": "Madonna delle Grazie", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione; San Marco Evangelista", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-08": "Madonna delle Grazie", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione; San Marco Evangelista", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-08": "Madonna delle Grazie", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione; San Marco Evangelista", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-08": "Madonna delle Grazie", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione; San Marco Evangelista", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-08": "Madonna delle Grazie", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione; San Marco Evangelista", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-08": "Madonna delle Grazie", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione; San Marco Evangelista", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-08": "Madonna delle Grazie", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione; San Marco Evangelista", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-08": "Madonna delle Grazie", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione; San Marco Evangelista", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-08": "Madonna delle Grazie", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione; San Marco Evangelista", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-08": "Madonna delle Grazie", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione; San Marco Evangelista", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-08": "Madonna delle Grazie", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione; San Marco Evangelista", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-08": "Madonna delle Grazie", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione; San Marco Evangelista", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-08": "Madonna delle Grazie", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione; San Marco Evangelista", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-08": "Madonna delle Grazie", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione; San Marco Evangelista", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-08": "Madonna delle Grazie", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione; San Marco Evangelista", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-08": "Madonna delle Grazie", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione; San Marco Evangelista", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-08": "Madonna delle Grazie", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione; San Marco Evangelista", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-08": "Madonna delle Grazie", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione; San Marco Evangelista", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-08": "Madonna delle Grazie", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione; San Marco Evangelista", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-08": "Madonna delle Grazie", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione; San Marco Evangelista", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-08": "Madonna delle Grazie", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione; San Marco Evangelista", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-08": "Madonna delle Grazie", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione; San Marco Evangelista", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-08": "Madonna delle Grazie", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione; San Marco Evangelista", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-08": "Madonna delle Grazie", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione; San Marco Evangelista", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-08": "Madonna delle Grazie", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione; San Marco Evangelista", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-08": "Madonna delle Grazie", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione; San Marco Evangelista", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-08": "Madonna delle Grazie", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione; San Marco Evangelista", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-08": "Madonna delle Grazie", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione; San Marco Evangelista", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-08": "Madonna delle Grazie", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione; San Marco Evangelista", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-08": "Madonna delle Grazie", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione; San Marco Evangelista", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-08": "Madonna delle Grazie", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione; San Marco Evangelista", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-08": "Madonna delle Grazie", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione; San Marco Evangelista", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-08": "Madonna delle Grazie", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PO.json000066400000000000000000001531721500152103600211210ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PR.json000066400000000000000000001640731500152103600211260ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-01-13": "Sant'Ilario di Poitiers", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-01-13": "Sant'Ilario di Poitiers", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-01-13": "Sant'Ilario di Poitiers", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-01-13": "Sant'Ilario di Poitiers", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-01-13": "Sant'Ilario di Poitiers", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-01-13": "Sant'Ilario di Poitiers", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-01-13": "Sant'Ilario di Poitiers", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-01-13": "Sant'Ilario di Poitiers", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-01-13": "Sant'Ilario di Poitiers", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-01-13": "Sant'Ilario di Poitiers", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-01-13": "Sant'Ilario di Poitiers", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-01-13": "Sant'Ilario di Poitiers", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-01-13": "Sant'Ilario di Poitiers", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-01-13": "Sant'Ilario di Poitiers", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-01-13": "Sant'Ilario di Poitiers", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-01-13": "Sant'Ilario di Poitiers", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-01-13": "Sant'Ilario di Poitiers", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-01-13": "Sant'Ilario di Poitiers", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-01-13": "Sant'Ilario di Poitiers", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-01-13": "Sant'Ilario di Poitiers", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-01-13": "Sant'Ilario di Poitiers", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-01-13": "Sant'Ilario di Poitiers", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-01-13": "Sant'Ilario di Poitiers", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-01-13": "Sant'Ilario di Poitiers", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-01-13": "Sant'Ilario di Poitiers", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-01-13": "Sant'Ilario di Poitiers", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-01-13": "Sant'Ilario di Poitiers", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-01-13": "Sant'Ilario di Poitiers", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-01-13": "Sant'Ilario di Poitiers", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-01-13": "Sant'Ilario di Poitiers", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-01-13": "Sant'Ilario di Poitiers", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-01-13": "Sant'Ilario di Poitiers", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-01-13": "Sant'Ilario di Poitiers", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-01-13": "Sant'Ilario di Poitiers", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-01-13": "Sant'Ilario di Poitiers", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-01-13": "Sant'Ilario di Poitiers", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-01-13": "Sant'Ilario di Poitiers", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-01-13": "Sant'Ilario di Poitiers", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-01-13": "Sant'Ilario di Poitiers", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-01-13": "Sant'Ilario di Poitiers", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-01-13": "Sant'Ilario di Poitiers", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-01-13": "Sant'Ilario di Poitiers", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-01-13": "Sant'Ilario di Poitiers", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-01-13": "Sant'Ilario di Poitiers", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-01-13": "Sant'Ilario di Poitiers", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-01-13": "Sant'Ilario di Poitiers", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-01-13": "Sant'Ilario di Poitiers", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-01-13": "Sant'Ilario di Poitiers", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-01-13": "Sant'Ilario di Poitiers", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-01-13": "Sant'Ilario di Poitiers", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-01-13": "Sant'Ilario di Poitiers", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-01-13": "Sant'Ilario di Poitiers", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-01-13": "Sant'Ilario di Poitiers", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-01-13": "Sant'Ilario di Poitiers", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-01-13": "Sant'Ilario di Poitiers", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-01-13": "Sant'Ilario di Poitiers", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-01-13": "Sant'Ilario di Poitiers", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-01-13": "Sant'Ilario di Poitiers", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-01-13": "Sant'Ilario di Poitiers", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-01-13": "Sant'Ilario di Poitiers", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-01-13": "Sant'Ilario di Poitiers", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-01-13": "Sant'Ilario di Poitiers", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-01-13": "Sant'Ilario di Poitiers", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-01-13": "Sant'Ilario di Poitiers", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-01-13": "Sant'Ilario di Poitiers", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-01-13": "Sant'Ilario di Poitiers", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-01-13": "Sant'Ilario di Poitiers", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-01-13": "Sant'Ilario di Poitiers", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-01-13": "Sant'Ilario di Poitiers", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-01-13": "Sant'Ilario di Poitiers", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-01-13": "Sant'Ilario di Poitiers", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-01-13": "Sant'Ilario di Poitiers", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-01-13": "Sant'Ilario di Poitiers", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-01-13": "Sant'Ilario di Poitiers", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-01-13": "Sant'Ilario di Poitiers", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-01-13": "Sant'Ilario di Poitiers", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-01-13": "Sant'Ilario di Poitiers", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-01-13": "Sant'Ilario di Poitiers", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-01-13": "Sant'Ilario di Poitiers", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-01-13": "Sant'Ilario di Poitiers", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-01-13": "Sant'Ilario di Poitiers", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-01-13": "Sant'Ilario di Poitiers", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-01-13": "Sant'Ilario di Poitiers", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-01-13": "Sant'Ilario di Poitiers", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-01-13": "Sant'Ilario di Poitiers", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-01-13": "Sant'Ilario di Poitiers", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-01-13": "Sant'Ilario di Poitiers", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-01-13": "Sant'Ilario di Poitiers", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-01-13": "Sant'Ilario di Poitiers", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-01-13": "Sant'Ilario di Poitiers", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-01-13": "Sant'Ilario di Poitiers", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-01-13": "Sant'Ilario di Poitiers", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-01-13": "Sant'Ilario di Poitiers", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-01-13": "Sant'Ilario di Poitiers", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-01-13": "Sant'Ilario di Poitiers", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-01-13": "Sant'Ilario di Poitiers", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-01-13": "Sant'Ilario di Poitiers", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-01-13": "Sant'Ilario di Poitiers", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-01-13": "Sant'Ilario di Poitiers", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-01-13": "Sant'Ilario di Poitiers", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-01-13": "Sant'Ilario di Poitiers", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PT.json000066400000000000000000001614321500152103600211240ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-07-25": "San Jacopo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-07-25": "San Jacopo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-07-25": "San Jacopo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-07-25": "San Jacopo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-07-25": "San Jacopo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-07-25": "San Jacopo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-07-25": "San Jacopo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-07-25": "San Jacopo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-07-25": "San Jacopo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-07-25": "San Jacopo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-07-25": "San Jacopo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-07-25": "San Jacopo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-07-25": "San Jacopo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-07-25": "San Jacopo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-07-25": "San Jacopo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-07-25": "San Jacopo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-07-25": "San Jacopo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-07-25": "San Jacopo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-07-25": "San Jacopo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-07-25": "San Jacopo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-07-25": "San Jacopo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-07-25": "San Jacopo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-07-25": "San Jacopo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-07-25": "San Jacopo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-07-25": "San Jacopo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-07-25": "San Jacopo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-07-25": "San Jacopo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-07-25": "San Jacopo", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-07-25": "San Jacopo", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-07-25": "San Jacopo", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-07-25": "San Jacopo", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-07-25": "San Jacopo", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-07-25": "San Jacopo", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-07-25": "San Jacopo", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-07-25": "San Jacopo", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-07-25": "San Jacopo", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-07-25": "San Jacopo", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-07-25": "San Jacopo", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-07-25": "San Jacopo", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-07-25": "San Jacopo", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-07-25": "San Jacopo", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-07-25": "San Jacopo", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-07-25": "San Jacopo", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-07-25": "San Jacopo", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-07-25": "San Jacopo", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-07-25": "San Jacopo", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-07-25": "San Jacopo", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-07-25": "San Jacopo", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-07-25": "San Jacopo", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-07-25": "San Jacopo", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-07-25": "San Jacopo", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-07-25": "San Jacopo", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-07-25": "San Jacopo", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-07-25": "San Jacopo", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-07-25": "San Jacopo", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-07-25": "San Jacopo", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-07-25": "San Jacopo", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-07-25": "San Jacopo", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-07-25": "San Jacopo", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-07-25": "San Jacopo", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-07-25": "San Jacopo", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-07-25": "San Jacopo", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-07-25": "San Jacopo", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-07-25": "San Jacopo", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-07-25": "San Jacopo", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-07-25": "San Jacopo", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-07-25": "San Jacopo", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-07-25": "San Jacopo", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-07-25": "San Jacopo", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-07-25": "San Jacopo", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-07-25": "San Jacopo", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-07-25": "San Jacopo", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-07-25": "San Jacopo", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-07-25": "San Jacopo", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-07-25": "San Jacopo", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-07-25": "San Jacopo", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-07-25": "San Jacopo", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-07-25": "San Jacopo", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-07-25": "San Jacopo", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-07-25": "San Jacopo", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-07-25": "San Jacopo", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-07-25": "San Jacopo", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-07-25": "San Jacopo", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-07-25": "San Jacopo", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-07-25": "San Jacopo", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-07-25": "San Jacopo", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-07-25": "San Jacopo", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-07-25": "San Jacopo", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-07-25": "San Jacopo", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-07-25": "San Jacopo", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-07-25": "San Jacopo", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-07-25": "San Jacopo", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-07-25": "San Jacopo", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-07-25": "San Jacopo", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-07-25": "San Jacopo", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-07-25": "San Jacopo", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-07-25": "San Jacopo", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-07-25": "San Jacopo", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-07-25": "San Jacopo", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-07-25": "San Jacopo", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-07-25": "San Jacopo", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PU.json000066400000000000000000001731071500152103600211270ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-01": "San Crescentino", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-24": "San Terenzio di Pesaro", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-01": "San Crescentino", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-24": "San Terenzio di Pesaro", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-01": "San Crescentino", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-24": "San Terenzio di Pesaro", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-01": "San Crescentino", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-24": "San Terenzio di Pesaro", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-01": "San Crescentino", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-24": "San Terenzio di Pesaro", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-01": "San Crescentino", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-24": "San Terenzio di Pesaro", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-01": "San Crescentino", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-24": "San Terenzio di Pesaro", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-01": "San Crescentino", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-24": "San Terenzio di Pesaro", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-01": "San Crescentino", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-24": "San Terenzio di Pesaro", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-01": "San Crescentino", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-24": "San Terenzio di Pesaro", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-01": "San Crescentino", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-24": "San Terenzio di Pesaro", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini; San Crescentino", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-24": "San Terenzio di Pesaro", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-01": "San Crescentino", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-24": "San Terenzio di Pesaro", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-01": "San Crescentino", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-24": "San Terenzio di Pesaro", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-01": "San Crescentino", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-24": "San Terenzio di Pesaro", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-01": "San Crescentino", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-24": "San Terenzio di Pesaro", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-01": "San Crescentino", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-24": "San Terenzio di Pesaro", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-01": "San Crescentino", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-24": "San Terenzio di Pesaro", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-01": "San Crescentino", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-24": "San Terenzio di Pesaro", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-01": "San Crescentino", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-24": "San Terenzio di Pesaro", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-01": "San Crescentino", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-24": "San Terenzio di Pesaro", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-01": "San Crescentino", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-24": "San Terenzio di Pesaro", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini; San Crescentino", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-24": "San Terenzio di Pesaro", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-01": "San Crescentino", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-24": "San Terenzio di Pesaro", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-01": "San Crescentino", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-24": "San Terenzio di Pesaro", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-01": "San Crescentino", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-24": "San Terenzio di Pesaro", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-01": "San Crescentino", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-24": "San Terenzio di Pesaro", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-01": "San Crescentino", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-24": "San Terenzio di Pesaro", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-01": "San Crescentino", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-24": "San Terenzio di Pesaro", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-01": "San Crescentino", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-24": "San Terenzio di Pesaro", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-01": "San Crescentino", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-24": "San Terenzio di Pesaro", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-01": "San Crescentino", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-24": "San Terenzio di Pesaro", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-01": "San Crescentino", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-24": "San Terenzio di Pesaro", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-01": "San Crescentino", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-24": "San Terenzio di Pesaro", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-01": "San Crescentino", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-24": "San Terenzio di Pesaro", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-01": "San Crescentino", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-24": "San Terenzio di Pesaro", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-01": "San Crescentino", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-24": "San Terenzio di Pesaro", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-01": "San Crescentino", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-24": "San Terenzio di Pesaro", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-01": "San Crescentino", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-24": "San Terenzio di Pesaro", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-01": "San Crescentino", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-24": "San Terenzio di Pesaro", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-01": "San Crescentino", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-24": "San Terenzio di Pesaro", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-01": "San Crescentino", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-24": "San Terenzio di Pesaro", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-01": "San Crescentino", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-24": "San Terenzio di Pesaro", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-01": "San Crescentino", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-24": "San Terenzio di Pesaro", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-01": "San Crescentino", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-24": "San Terenzio di Pesaro", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-01": "San Crescentino", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-24": "San Terenzio di Pesaro", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-01": "San Crescentino", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-24": "San Terenzio di Pesaro", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-01": "San Crescentino", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-24": "San Terenzio di Pesaro", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-01": "San Crescentino", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-24": "San Terenzio di Pesaro", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-01": "San Crescentino", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-24": "San Terenzio di Pesaro", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-01": "San Crescentino", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-24": "San Terenzio di Pesaro", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-01": "San Crescentino", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-24": "San Terenzio di Pesaro", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-01": "San Crescentino", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-24": "San Terenzio di Pesaro", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-01": "San Crescentino", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-24": "San Terenzio di Pesaro", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-01": "San Crescentino", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-24": "San Terenzio di Pesaro", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-01": "San Crescentino", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-24": "San Terenzio di Pesaro", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-01": "San Crescentino", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-24": "San Terenzio di Pesaro", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-01": "San Crescentino", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-24": "San Terenzio di Pesaro", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-01": "San Crescentino", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-24": "San Terenzio di Pesaro", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-01": "San Crescentino", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-24": "San Terenzio di Pesaro", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-01": "San Crescentino", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-24": "San Terenzio di Pesaro", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-01": "San Crescentino", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-24": "San Terenzio di Pesaro", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-01": "San Crescentino", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-24": "San Terenzio di Pesaro", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-01": "San Crescentino", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-24": "San Terenzio di Pesaro", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-01": "San Crescentino", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-24": "San Terenzio di Pesaro", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-01": "San Crescentino", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-24": "San Terenzio di Pesaro", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-01": "San Crescentino", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-24": "San Terenzio di Pesaro", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-01": "San Crescentino", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-24": "San Terenzio di Pesaro", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-01": "San Crescentino", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-24": "San Terenzio di Pesaro", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-01": "San Crescentino", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-24": "San Terenzio di Pesaro", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-01": "San Crescentino", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-24": "San Terenzio di Pesaro", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-01": "San Crescentino", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-24": "San Terenzio di Pesaro", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-01": "San Crescentino", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-24": "San Terenzio di Pesaro", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-01": "San Crescentino", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-24": "San Terenzio di Pesaro", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-01": "San Crescentino", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-24": "San Terenzio di Pesaro", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-01": "San Crescentino", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-24": "San Terenzio di Pesaro", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-01": "San Crescentino", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-24": "San Terenzio di Pesaro", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-01": "San Crescentino", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-24": "San Terenzio di Pesaro", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-01": "San Crescentino", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-24": "San Terenzio di Pesaro", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-01": "San Crescentino", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-24": "San Terenzio di Pesaro", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-01": "San Crescentino", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-24": "San Terenzio di Pesaro", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-01": "San Crescentino", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-24": "San Terenzio di Pesaro", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-01": "San Crescentino", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-24": "San Terenzio di Pesaro", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-01": "San Crescentino", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-24": "San Terenzio di Pesaro", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-01": "San Crescentino", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-24": "San Terenzio di Pesaro", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-01": "San Crescentino", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-24": "San Terenzio di Pesaro", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-01": "San Crescentino", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-24": "San Terenzio di Pesaro", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-01": "San Crescentino", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-24": "San Terenzio di Pesaro", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-01": "San Crescentino", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-24": "San Terenzio di Pesaro", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-01": "San Crescentino", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-24": "San Terenzio di Pesaro", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-01": "San Crescentino", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-24": "San Terenzio di Pesaro", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-01": "San Crescentino", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-24": "San Terenzio di Pesaro", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-01": "San Crescentino", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-24": "San Terenzio di Pesaro", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-01": "San Crescentino", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-24": "San Terenzio di Pesaro", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-01": "San Crescentino", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-24": "San Terenzio di Pesaro", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-01": "San Crescentino", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-24": "San Terenzio di Pesaro", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-01": "San Crescentino", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-24": "San Terenzio di Pesaro", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-01": "San Crescentino", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-24": "San Terenzio di Pesaro", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-01": "San Crescentino", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-24": "San Terenzio di Pesaro", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-01": "San Crescentino", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-24": "San Terenzio di Pesaro", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-01": "San Crescentino", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-24": "San Terenzio di Pesaro", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PV.json000066400000000000000000001611201500152103600211200ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-09": "San Siro", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-09": "San Siro", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-09": "San Siro", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-09": "San Siro", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-09": "San Siro", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-09": "San Siro", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-09": "San Siro", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-09": "San Siro", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-09": "San Siro", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-09": "San Siro", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-09": "San Siro", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-09": "San Siro", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-09": "San Siro", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-09": "San Siro", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-09": "San Siro", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-09": "San Siro", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-09": "San Siro", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-09": "San Siro", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-09": "San Siro", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-09": "San Siro", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-09": "San Siro", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-09": "San Siro", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-09": "San Siro", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-09": "San Siro", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-09": "San Siro", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-09": "San Siro", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-09": "San Siro", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-09": "San Siro", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-09": "San Siro", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-09": "San Siro", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-09": "San Siro", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-09": "San Siro", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-09": "San Siro", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-09": "San Siro", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-09": "San Siro", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-09": "San Siro", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-09": "San Siro", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-09": "San Siro", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-09": "San Siro", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-09": "San Siro", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-09": "San Siro", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-09": "San Siro", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-09": "San Siro", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-09": "San Siro", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-09": "San Siro", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-09": "San Siro", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-09": "San Siro", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-09": "San Siro", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-09": "San Siro", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-09": "San Siro", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-09": "San Siro", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-09": "San Siro", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-09": "San Siro", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-09": "San Siro", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-09": "San Siro", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-09": "San Siro", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-09": "San Siro", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-09": "San Siro", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-09": "San Siro", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-09": "San Siro", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-09": "San Siro", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-09": "San Siro", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-09": "San Siro", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-09": "San Siro", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-09": "San Siro", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-09": "San Siro", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-09": "San Siro", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-09": "San Siro", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-09": "San Siro", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-09": "San Siro", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-09": "San Siro", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-09": "San Siro", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-09": "San Siro", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-09": "San Siro", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-09": "San Siro", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-09": "San Siro", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-09": "San Siro", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-09": "San Siro", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-09": "San Siro", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-09": "San Siro", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-09": "San Siro", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-09": "San Siro", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-09": "San Siro", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-09": "San Siro", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-09": "San Siro", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-09": "San Siro", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-09": "San Siro", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-09": "San Siro", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-09": "San Siro", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-09": "San Siro", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-09": "San Siro", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-09": "San Siro", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-09": "San Siro", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-09": "San Siro", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-09": "San Siro", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-09": "San Siro", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-09": "San Siro", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-09": "San Siro", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-09": "San Siro", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-09": "San Siro", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-09": "San Siro", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_PZ.json000066400000000000000000001637021500152103600211340ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-05-30": "San Gerardo di Potenza", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-05-30": "San Gerardo di Potenza", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-05-30": "San Gerardo di Potenza", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-05-30": "San Gerardo di Potenza", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-05-30": "San Gerardo di Potenza", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-05-30": "San Gerardo di Potenza", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-30": "San Gerardo di Potenza", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore; San Gerardo di Potenza", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-05-30": "San Gerardo di Potenza", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-05-30": "San Gerardo di Potenza", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-05-30": "San Gerardo di Potenza", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-05-30": "San Gerardo di Potenza", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-30": "San Gerardo di Potenza", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-05-30": "San Gerardo di Potenza", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-05-30": "San Gerardo di Potenza", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-05-30": "San Gerardo di Potenza", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-05-30": "San Gerardo di Potenza", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-05-30": "San Gerardo di Potenza", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-05-30": "San Gerardo di Potenza", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-05-30": "San Gerardo di Potenza", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-05-30": "San Gerardo di Potenza", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-05-30": "San Gerardo di Potenza", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-05-30": "San Gerardo di Potenza", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-30": "San Gerardo di Potenza", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-05-30": "San Gerardo di Potenza", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-05-30": "San Gerardo di Potenza", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-05-30": "San Gerardo di Potenza", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-30": "San Gerardo di Potenza", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-30": "San Gerardo di Potenza", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-30": "San Gerardo di Potenza", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-30": "San Gerardo di Potenza", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-30": "San Gerardo di Potenza", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-30": "San Gerardo di Potenza", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-30": "San Gerardo di Potenza", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-30": "San Gerardo di Potenza", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-30": "San Gerardo di Potenza", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-30": "San Gerardo di Potenza", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-30": "San Gerardo di Potenza", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-30": "San Gerardo di Potenza", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-30": "San Gerardo di Potenza", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-30": "San Gerardo di Potenza", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-30": "San Gerardo di Potenza", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-30": "San Gerardo di Potenza", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-30": "San Gerardo di Potenza", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-30": "San Gerardo di Potenza", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-30": "San Gerardo di Potenza", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-30": "San Gerardo di Potenza", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-30": "San Gerardo di Potenza", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-30": "San Gerardo di Potenza", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-30": "San Gerardo di Potenza", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-30": "San Gerardo di Potenza", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-30": "San Gerardo di Potenza", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-30": "San Gerardo di Potenza", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-30": "San Gerardo di Potenza", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-30": "San Gerardo di Potenza", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-30": "San Gerardo di Potenza", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-30": "San Gerardo di Potenza", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-30": "San Gerardo di Potenza", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-30": "San Gerardo di Potenza", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-30": "San Gerardo di Potenza", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-30": "San Gerardo di Potenza", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-30": "San Gerardo di Potenza", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-30": "San Gerardo di Potenza", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-30": "San Gerardo di Potenza", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-30": "San Gerardo di Potenza", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-30": "San Gerardo di Potenza", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-30": "San Gerardo di Potenza", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-30": "San Gerardo di Potenza", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-30": "San Gerardo di Potenza", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-30": "San Gerardo di Potenza", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-30": "San Gerardo di Potenza", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-30": "San Gerardo di Potenza", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-30": "San Gerardo di Potenza", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-30": "San Gerardo di Potenza", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-30": "San Gerardo di Potenza", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-30": "San Gerardo di Potenza", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-30": "San Gerardo di Potenza", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-30": "San Gerardo di Potenza", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-30": "San Gerardo di Potenza", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-30": "San Gerardo di Potenza", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-30": "San Gerardo di Potenza", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-30": "San Gerardo di Potenza", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-30": "San Gerardo di Potenza", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-30": "San Gerardo di Potenza", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-30": "San Gerardo di Potenza", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-30": "San Gerardo di Potenza", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-30": "San Gerardo di Potenza", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-30": "San Gerardo di Potenza", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-30": "San Gerardo di Potenza", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-30": "San Gerardo di Potenza", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-30": "San Gerardo di Potenza", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-30": "San Gerardo di Potenza", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-30": "San Gerardo di Potenza", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-30": "San Gerardo di Potenza", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-30": "San Gerardo di Potenza", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-30": "San Gerardo di Potenza", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-30": "San Gerardo di Potenza", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-30": "San Gerardo di Potenza", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-30": "San Gerardo di Potenza", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-30": "San Gerardo di Potenza", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-30": "San Gerardo di Potenza", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_RA.json000066400000000000000000001624231500152103600211040ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-07-23": "Sant'Apollinare", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-07-23": "Sant'Apollinare", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-07-23": "Sant'Apollinare", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-07-23": "Sant'Apollinare", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-07-23": "Sant'Apollinare", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-07-23": "Sant'Apollinare", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-07-23": "Sant'Apollinare", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-07-23": "Sant'Apollinare", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-07-23": "Sant'Apollinare", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-07-23": "Sant'Apollinare", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-07-23": "Sant'Apollinare", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-07-23": "Sant'Apollinare", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-07-23": "Sant'Apollinare", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-07-23": "Sant'Apollinare", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-07-23": "Sant'Apollinare", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-07-23": "Sant'Apollinare", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-07-23": "Sant'Apollinare", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-07-23": "Sant'Apollinare", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-07-23": "Sant'Apollinare", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-07-23": "Sant'Apollinare", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-07-23": "Sant'Apollinare", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-07-23": "Sant'Apollinare", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-07-23": "Sant'Apollinare", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-07-23": "Sant'Apollinare", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-07-23": "Sant'Apollinare", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-07-23": "Sant'Apollinare", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-07-23": "Sant'Apollinare", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-07-23": "Sant'Apollinare", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-07-23": "Sant'Apollinare", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-07-23": "Sant'Apollinare", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-07-23": "Sant'Apollinare", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-07-23": "Sant'Apollinare", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-07-23": "Sant'Apollinare", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-07-23": "Sant'Apollinare", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-07-23": "Sant'Apollinare", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-07-23": "Sant'Apollinare", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-07-23": "Sant'Apollinare", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-07-23": "Sant'Apollinare", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-07-23": "Sant'Apollinare", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-07-23": "Sant'Apollinare", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-07-23": "Sant'Apollinare", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-07-23": "Sant'Apollinare", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-07-23": "Sant'Apollinare", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-07-23": "Sant'Apollinare", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-07-23": "Sant'Apollinare", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-07-23": "Sant'Apollinare", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-07-23": "Sant'Apollinare", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-07-23": "Sant'Apollinare", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-07-23": "Sant'Apollinare", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-07-23": "Sant'Apollinare", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-07-23": "Sant'Apollinare", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-07-23": "Sant'Apollinare", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-07-23": "Sant'Apollinare", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-07-23": "Sant'Apollinare", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-07-23": "Sant'Apollinare", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-07-23": "Sant'Apollinare", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-07-23": "Sant'Apollinare", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-07-23": "Sant'Apollinare", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-07-23": "Sant'Apollinare", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-07-23": "Sant'Apollinare", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-07-23": "Sant'Apollinare", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-07-23": "Sant'Apollinare", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-07-23": "Sant'Apollinare", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-07-23": "Sant'Apollinare", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-07-23": "Sant'Apollinare", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-07-23": "Sant'Apollinare", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-07-23": "Sant'Apollinare", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-07-23": "Sant'Apollinare", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-07-23": "Sant'Apollinare", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-07-23": "Sant'Apollinare", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-07-23": "Sant'Apollinare", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-07-23": "Sant'Apollinare", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-07-23": "Sant'Apollinare", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-07-23": "Sant'Apollinare", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-07-23": "Sant'Apollinare", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-07-23": "Sant'Apollinare", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-07-23": "Sant'Apollinare", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-07-23": "Sant'Apollinare", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-07-23": "Sant'Apollinare", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-07-23": "Sant'Apollinare", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-07-23": "Sant'Apollinare", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-07-23": "Sant'Apollinare", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-07-23": "Sant'Apollinare", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-07-23": "Sant'Apollinare", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-07-23": "Sant'Apollinare", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-07-23": "Sant'Apollinare", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-07-23": "Sant'Apollinare", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-07-23": "Sant'Apollinare", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-07-23": "Sant'Apollinare", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-07-23": "Sant'Apollinare", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-07-23": "Sant'Apollinare", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-07-23": "Sant'Apollinare", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-07-23": "Sant'Apollinare", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-07-23": "Sant'Apollinare", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-07-23": "Sant'Apollinare", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-07-23": "Sant'Apollinare", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-07-23": "Sant'Apollinare", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-07-23": "Sant'Apollinare", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-07-23": "Sant'Apollinare", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-07-23": "Sant'Apollinare", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-07-23": "Sant'Apollinare", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_RC.json000066400000000000000000001614571500152103600211140ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-23": "San Giorgio", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-23": "San Giorgio", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-23": "San Giorgio", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-23": "San Giorgio", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-23": "San Giorgio", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-23": "San Giorgio", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-23": "San Giorgio", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-23": "San Giorgio", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-23": "San Giorgio", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-23": "San Giorgio", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-23": "San Giorgio", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-23": "San Giorgio", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo; San Giorgio", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-23": "San Giorgio", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-23": "San Giorgio", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-23": "San Giorgio", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-23": "San Giorgio", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-23": "San Giorgio", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-23": "San Giorgio", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-23": "San Giorgio", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-23": "San Giorgio", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-23": "San Giorgio", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-23": "San Giorgio", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo; San Giorgio", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-23": "San Giorgio", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-23": "San Giorgio", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-23": "San Giorgio", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-23": "San Giorgio", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-23": "San Giorgio", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-23": "San Giorgio", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-23": "San Giorgio", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-23": "San Giorgio", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-23": "San Giorgio", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-23": "San Giorgio", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo; San Giorgio", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-23": "San Giorgio", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-23": "San Giorgio", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-23": "San Giorgio", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-23": "San Giorgio", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-23": "San Giorgio", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-23": "San Giorgio", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-23": "San Giorgio", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-23": "San Giorgio", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-23": "San Giorgio", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-23": "San Giorgio", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-23": "San Giorgio", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-23": "San Giorgio", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-23": "San Giorgio", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-23": "San Giorgio", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-23": "San Giorgio", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione; San Giorgio", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-23": "San Giorgio", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-23": "San Giorgio", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-23": "San Giorgio", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-23": "San Giorgio", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-23": "San Giorgio", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-23": "San Giorgio", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-23": "San Giorgio", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-23": "San Giorgio", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-23": "San Giorgio", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-23": "San Giorgio", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-23": "San Giorgio", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-23": "San Giorgio", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-23": "San Giorgio", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-23": "San Giorgio", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-23": "San Giorgio", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-23": "San Giorgio", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-23": "San Giorgio", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-23": "San Giorgio", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-23": "San Giorgio", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-23": "San Giorgio", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-23": "San Giorgio", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-23": "San Giorgio", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-23": "San Giorgio", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-23": "San Giorgio", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-23": "San Giorgio", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-23": "San Giorgio", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-23": "San Giorgio", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-23": "San Giorgio", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-23": "San Giorgio", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-23": "San Giorgio", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-23": "San Giorgio", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-23": "San Giorgio", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-23": "San Giorgio", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-23": "San Giorgio", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-23": "San Giorgio", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-23": "San Giorgio", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-23": "San Giorgio", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-23": "San Giorgio", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-23": "San Giorgio", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-23": "San Giorgio", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-23": "San Giorgio", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-23": "San Giorgio", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-23": "San Giorgio", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-23": "San Giorgio", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-23": "San Giorgio", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-23": "San Giorgio", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-23": "San Giorgio", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-23": "San Giorgio", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-23": "San Giorgio", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-23": "San Giorgio", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_RE.json000066400000000000000000001634141500152103600211110ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-11-24": "San Prospero Vescovo", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-11-24": "San Prospero Vescovo", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-11-24": "San Prospero Vescovo", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-11-24": "San Prospero Vescovo", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-11-24": "San Prospero Vescovo", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-11-24": "San Prospero Vescovo", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-11-24": "San Prospero Vescovo", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-11-24": "San Prospero Vescovo", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-11-24": "San Prospero Vescovo", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-11-24": "San Prospero Vescovo", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-11-24": "San Prospero Vescovo", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-11-24": "San Prospero Vescovo", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-11-24": "San Prospero Vescovo", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-11-24": "San Prospero Vescovo", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-11-24": "San Prospero Vescovo", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-11-24": "San Prospero Vescovo", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-11-24": "San Prospero Vescovo", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-11-24": "San Prospero Vescovo", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-11-24": "San Prospero Vescovo", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-11-24": "San Prospero Vescovo", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-11-24": "San Prospero Vescovo", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-11-24": "San Prospero Vescovo", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-11-24": "San Prospero Vescovo", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-11-24": "San Prospero Vescovo", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-11-24": "San Prospero Vescovo", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-11-24": "San Prospero Vescovo", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-11-24": "San Prospero Vescovo", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-11-24": "San Prospero Vescovo", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-11-24": "San Prospero Vescovo", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-11-24": "San Prospero Vescovo", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-11-24": "San Prospero Vescovo", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-11-24": "San Prospero Vescovo", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-11-24": "San Prospero Vescovo", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-11-24": "San Prospero Vescovo", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-11-24": "San Prospero Vescovo", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-11-24": "San Prospero Vescovo", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-11-24": "San Prospero Vescovo", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-11-24": "San Prospero Vescovo", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-11-24": "San Prospero Vescovo", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-11-24": "San Prospero Vescovo", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-11-24": "San Prospero Vescovo", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-11-24": "San Prospero Vescovo", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-11-24": "San Prospero Vescovo", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-11-24": "San Prospero Vescovo", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-11-24": "San Prospero Vescovo", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-11-24": "San Prospero Vescovo", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-11-24": "San Prospero Vescovo", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-11-24": "San Prospero Vescovo", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-11-24": "San Prospero Vescovo", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-11-24": "San Prospero Vescovo", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-11-24": "San Prospero Vescovo", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-11-24": "San Prospero Vescovo", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-11-24": "San Prospero Vescovo", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-11-24": "San Prospero Vescovo", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-11-24": "San Prospero Vescovo", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-11-24": "San Prospero Vescovo", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-11-24": "San Prospero Vescovo", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-11-24": "San Prospero Vescovo", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-11-24": "San Prospero Vescovo", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-11-24": "San Prospero Vescovo", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-11-24": "San Prospero Vescovo", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-11-24": "San Prospero Vescovo", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-11-24": "San Prospero Vescovo", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-11-24": "San Prospero Vescovo", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-11-24": "San Prospero Vescovo", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-11-24": "San Prospero Vescovo", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-11-24": "San Prospero Vescovo", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-11-24": "San Prospero Vescovo", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-11-24": "San Prospero Vescovo", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-11-24": "San Prospero Vescovo", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-11-24": "San Prospero Vescovo", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-11-24": "San Prospero Vescovo", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-11-24": "San Prospero Vescovo", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-11-24": "San Prospero Vescovo", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-11-24": "San Prospero Vescovo", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-11-24": "San Prospero Vescovo", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-11-24": "San Prospero Vescovo", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-11-24": "San Prospero Vescovo", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-11-24": "San Prospero Vescovo", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-11-24": "San Prospero Vescovo", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-11-24": "San Prospero Vescovo", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-11-24": "San Prospero Vescovo", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-11-24": "San Prospero Vescovo", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-11-24": "San Prospero Vescovo", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-11-24": "San Prospero Vescovo", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-11-24": "San Prospero Vescovo", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-11-24": "San Prospero Vescovo", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-11-24": "San Prospero Vescovo", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-11-24": "San Prospero Vescovo", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-11-24": "San Prospero Vescovo", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-11-24": "San Prospero Vescovo", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-11-24": "San Prospero Vescovo", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-11-24": "San Prospero Vescovo", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-11-24": "San Prospero Vescovo", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-11-24": "San Prospero Vescovo", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-11-24": "San Prospero Vescovo", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-11-24": "San Prospero Vescovo", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-11-24": "San Prospero Vescovo", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-11-24": "San Prospero Vescovo", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-11-24": "San Prospero Vescovo", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-11-24": "San Prospero Vescovo", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_RG.json000066400000000000000000001735161500152103600211170ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-23": "San Giorgio Martire", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-08-29": "San Giovanni Battista", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-23": "San Giorgio Martire", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-08-29": "San Giovanni Battista", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-23": "San Giorgio Martire", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-08-29": "San Giovanni Battista", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-23": "San Giorgio Martire", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-08-29": "San Giovanni Battista", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-23": "San Giorgio Martire", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-08-29": "San Giovanni Battista", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-23": "San Giorgio Martire", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-08-29": "San Giovanni Battista", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-23": "San Giorgio Martire", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-08-29": "San Giovanni Battista", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-23": "San Giorgio Martire", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-08-29": "San Giovanni Battista", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-23": "San Giorgio Martire", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-08-29": "San Giovanni Battista", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-23": "San Giorgio Martire", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-08-29": "San Giovanni Battista", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-23": "San Giorgio Martire", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-08-29": "San Giovanni Battista", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-23": "San Giorgio Martire", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-08-29": "San Giovanni Battista", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo; San Giorgio Martire", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-08-29": "San Giovanni Battista", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-23": "San Giorgio Martire", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-08-29": "San Giovanni Battista", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-23": "San Giorgio Martire", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-08-29": "San Giovanni Battista", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-23": "San Giorgio Martire", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-08-29": "San Giovanni Battista", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-23": "San Giorgio Martire", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-08-29": "San Giovanni Battista", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-23": "San Giorgio Martire", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-08-29": "San Giovanni Battista", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-23": "San Giorgio Martire", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-08-29": "San Giovanni Battista", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-23": "San Giorgio Martire", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-08-29": "San Giovanni Battista", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-23": "San Giorgio Martire", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-08-29": "San Giovanni Battista", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-23": "San Giorgio Martire", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-08-29": "San Giovanni Battista", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-23": "San Giorgio Martire", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-08-29": "San Giovanni Battista", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo; San Giorgio Martire", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-08-29": "San Giovanni Battista", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-23": "San Giorgio Martire", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-08-29": "San Giovanni Battista", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-23": "San Giorgio Martire", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-08-29": "San Giovanni Battista", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-23": "San Giorgio Martire", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-08-29": "San Giovanni Battista", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-23": "San Giorgio Martire", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-08-29": "San Giovanni Battista", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-23": "San Giorgio Martire", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-08-29": "San Giovanni Battista", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-23": "San Giorgio Martire", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-08-29": "San Giovanni Battista", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-23": "San Giorgio Martire", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-08-29": "San Giovanni Battista", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-23": "San Giorgio Martire", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-08-29": "San Giovanni Battista", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-23": "San Giorgio Martire", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-08-29": "San Giovanni Battista", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-23": "San Giorgio Martire", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-08-29": "San Giovanni Battista", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo; San Giorgio Martire", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-08-29": "San Giovanni Battista", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-23": "San Giorgio Martire", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-08-29": "San Giovanni Battista", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-23": "San Giorgio Martire", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-08-29": "San Giovanni Battista", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-23": "San Giorgio Martire", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-08-29": "San Giovanni Battista", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-23": "San Giorgio Martire", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-08-29": "San Giovanni Battista", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-23": "San Giorgio Martire", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-08-29": "San Giovanni Battista", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-23": "San Giorgio Martire", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-08-29": "San Giovanni Battista", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-23": "San Giorgio Martire", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-08-29": "San Giovanni Battista", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-23": "San Giorgio Martire", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-08-29": "San Giovanni Battista", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-23": "San Giorgio Martire", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-08-29": "San Giovanni Battista", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-23": "San Giorgio Martire", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-08-29": "San Giovanni Battista", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-23": "San Giorgio Martire", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-08-29": "San Giovanni Battista", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-23": "San Giorgio Martire", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-08-29": "San Giovanni Battista", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-23": "San Giorgio Martire", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-08-29": "San Giovanni Battista", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-23": "San Giorgio Martire", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-08-29": "San Giovanni Battista", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-23": "San Giorgio Martire", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-08-29": "San Giovanni Battista", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione; San Giorgio Martire", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-08-29": "San Giovanni Battista", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-23": "San Giorgio Martire", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-08-29": "San Giovanni Battista", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-23": "San Giorgio Martire", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-08-29": "San Giovanni Battista", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-23": "San Giorgio Martire", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-08-29": "San Giovanni Battista", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-23": "San Giorgio Martire", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-08-29": "San Giovanni Battista", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-23": "San Giorgio Martire", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-08-29": "San Giovanni Battista", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-23": "San Giorgio Martire", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-08-29": "San Giovanni Battista", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-23": "San Giorgio Martire", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-08-29": "San Giovanni Battista", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-23": "San Giorgio Martire", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-08-29": "San Giovanni Battista", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-23": "San Giorgio Martire", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-08-29": "San Giovanni Battista", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-23": "San Giorgio Martire", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-08-29": "San Giovanni Battista", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-23": "San Giorgio Martire", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-08-29": "San Giovanni Battista", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-23": "San Giorgio Martire", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-08-29": "San Giovanni Battista", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-23": "San Giorgio Martire", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-08-29": "San Giovanni Battista", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-23": "San Giorgio Martire", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-08-29": "San Giovanni Battista", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-23": "San Giorgio Martire", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-08-29": "San Giovanni Battista", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-23": "San Giorgio Martire", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-08-29": "San Giovanni Battista", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-23": "San Giorgio Martire", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-08-29": "San Giovanni Battista", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-23": "San Giorgio Martire", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-08-29": "San Giovanni Battista", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-23": "San Giorgio Martire", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-08-29": "San Giovanni Battista", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-23": "San Giorgio Martire", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-08-29": "San Giovanni Battista", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-23": "San Giorgio Martire", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-08-29": "San Giovanni Battista", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-23": "San Giorgio Martire", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-08-29": "San Giovanni Battista", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-23": "San Giorgio Martire", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-08-29": "San Giovanni Battista", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-23": "San Giorgio Martire", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-08-29": "San Giovanni Battista", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-23": "San Giorgio Martire", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-08-29": "San Giovanni Battista", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-23": "San Giorgio Martire", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-08-29": "San Giovanni Battista", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-23": "San Giorgio Martire", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-08-29": "San Giovanni Battista", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-23": "San Giorgio Martire", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-08-29": "San Giovanni Battista", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-23": "San Giorgio Martire", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-08-29": "San Giovanni Battista", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-23": "San Giorgio Martire", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-08-29": "San Giovanni Battista", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-23": "San Giorgio Martire", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-08-29": "San Giovanni Battista", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-23": "San Giorgio Martire", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-08-29": "San Giovanni Battista", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-23": "San Giorgio Martire", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-08-29": "San Giovanni Battista", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-23": "San Giorgio Martire", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-08-29": "San Giovanni Battista", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-23": "San Giorgio Martire", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-08-29": "San Giovanni Battista", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-23": "San Giorgio Martire", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-08-29": "San Giovanni Battista", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-23": "San Giorgio Martire", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-08-29": "San Giovanni Battista", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-23": "San Giorgio Martire", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-08-29": "San Giovanni Battista", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-23": "San Giorgio Martire", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-08-29": "San Giovanni Battista", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-23": "San Giorgio Martire", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-08-29": "San Giovanni Battista", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-23": "San Giorgio Martire", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-08-29": "San Giovanni Battista", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-23": "San Giorgio Martire", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-08-29": "San Giovanni Battista", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-23": "San Giorgio Martire", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-08-29": "San Giovanni Battista", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-23": "San Giorgio Martire", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-08-29": "San Giovanni Battista", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-23": "San Giorgio Martire", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-08-29": "San Giovanni Battista", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-23": "San Giorgio Martire", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-08-29": "San Giovanni Battista", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-23": "San Giorgio Martire", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-08-29": "San Giovanni Battista", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-23": "San Giorgio Martire", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-08-29": "San Giovanni Battista", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-23": "San Giorgio Martire", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-08-29": "San Giovanni Battista", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-23": "San Giorgio Martire", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-08-29": "San Giovanni Battista", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_RI.json000066400000000000000000001621111500152103600211060ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-04": "Santa Barbara", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-04": "Santa Barbara", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-04": "Santa Barbara", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-04": "Santa Barbara", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-04": "Santa Barbara", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-04": "Santa Barbara", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-04": "Santa Barbara", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-04": "Santa Barbara", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-04": "Santa Barbara", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-04": "Santa Barbara", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-04": "Santa Barbara", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-04": "Santa Barbara", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-04": "Santa Barbara", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-04": "Santa Barbara", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-04": "Santa Barbara", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-04": "Santa Barbara", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-04": "Santa Barbara", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-04": "Santa Barbara", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-04": "Santa Barbara", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-04": "Santa Barbara", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-04": "Santa Barbara", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-04": "Santa Barbara", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-04": "Santa Barbara", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-04": "Santa Barbara", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-04": "Santa Barbara", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-04": "Santa Barbara", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-04": "Santa Barbara", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-04": "Santa Barbara", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-04": "Santa Barbara", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-04": "Santa Barbara", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-04": "Santa Barbara", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-04": "Santa Barbara", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-04": "Santa Barbara", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-04": "Santa Barbara", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-04": "Santa Barbara", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-04": "Santa Barbara", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-04": "Santa Barbara", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-04": "Santa Barbara", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-04": "Santa Barbara", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-04": "Santa Barbara", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-04": "Santa Barbara", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-04": "Santa Barbara", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-04": "Santa Barbara", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-04": "Santa Barbara", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-04": "Santa Barbara", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-04": "Santa Barbara", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-04": "Santa Barbara", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-04": "Santa Barbara", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-04": "Santa Barbara", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-04": "Santa Barbara", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-04": "Santa Barbara", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-04": "Santa Barbara", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-04": "Santa Barbara", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-04": "Santa Barbara", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-04": "Santa Barbara", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-04": "Santa Barbara", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-04": "Santa Barbara", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-04": "Santa Barbara", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-04": "Santa Barbara", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-04": "Santa Barbara", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-04": "Santa Barbara", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-04": "Santa Barbara", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-04": "Santa Barbara", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-04": "Santa Barbara", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-04": "Santa Barbara", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-04": "Santa Barbara", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-04": "Santa Barbara", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-04": "Santa Barbara", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-04": "Santa Barbara", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-04": "Santa Barbara", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-04": "Santa Barbara", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-04": "Santa Barbara", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-04": "Santa Barbara", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-04": "Santa Barbara", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-04": "Santa Barbara", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-04": "Santa Barbara", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-04": "Santa Barbara", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-04": "Santa Barbara", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-04": "Santa Barbara", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-04": "Santa Barbara", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-04": "Santa Barbara", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-04": "Santa Barbara", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-04": "Santa Barbara", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-04": "Santa Barbara", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-04": "Santa Barbara", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-04": "Santa Barbara", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-04": "Santa Barbara", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-04": "Santa Barbara", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-04": "Santa Barbara", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-04": "Santa Barbara", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-04": "Santa Barbara", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-04": "Santa Barbara", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-04": "Santa Barbara", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-04": "Santa Barbara", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-04": "Santa Barbara", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-04": "Santa Barbara", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-04": "Santa Barbara", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-04": "Santa Barbara", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-04": "Santa Barbara", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-04": "Santa Barbara", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-04": "Santa Barbara", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_RM.json000066400000000000000000001612361500152103600211210ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-29": "Santi Pietro e Paolo", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-29": "Santi Pietro e Paolo", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-29": "Santi Pietro e Paolo", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-29": "Santi Pietro e Paolo", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-29": "Santi Pietro e Paolo", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-29": "Santi Pietro e Paolo", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-29": "Santi Pietro e Paolo", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-29": "Santi Pietro e Paolo", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-29": "Santi Pietro e Paolo", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-29": "Santi Pietro e Paolo", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-29": "Santi Pietro e Paolo", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-29": "Santi Pietro e Paolo", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-29": "Santi Pietro e Paolo", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-29": "Santi Pietro e Paolo", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-29": "Santi Pietro e Paolo", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-29": "Santi Pietro e Paolo", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-29": "Santi Pietro e Paolo", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-29": "Santi Pietro e Paolo", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-29": "Santi Pietro e Paolo", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-29": "Santi Pietro e Paolo", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-29": "Santi Pietro e Paolo", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-29": "Santi Pietro e Paolo", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-29": "Santi Pietro e Paolo", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-29": "Santi Pietro e Paolo", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-29": "Santi Pietro e Paolo", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-29": "Santi Pietro e Paolo", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-29": "Santi Pietro e Paolo", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-29": "Santi Pietro e Paolo", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-29": "Santi Pietro e Paolo", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-29": "Santi Pietro e Paolo", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-29": "Santi Pietro e Paolo", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-29": "Santi Pietro e Paolo", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-29": "Santi Pietro e Paolo", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-29": "Santi Pietro e Paolo", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-29": "Santi Pietro e Paolo", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-29": "Santi Pietro e Paolo", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-29": "Santi Pietro e Paolo", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-29": "Santi Pietro e Paolo", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-29": "Santi Pietro e Paolo", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-29": "Santi Pietro e Paolo", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-29": "Santi Pietro e Paolo", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-29": "Santi Pietro e Paolo", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-29": "Santi Pietro e Paolo", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-29": "Santi Pietro e Paolo", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-29": "Santi Pietro e Paolo", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-29": "Santi Pietro e Paolo", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-29": "Santi Pietro e Paolo", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-29": "Santi Pietro e Paolo", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-29": "Santi Pietro e Paolo", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-29": "Santi Pietro e Paolo", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-29": "Santi Pietro e Paolo", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-29": "Santi Pietro e Paolo", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-29": "Santi Pietro e Paolo", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-29": "Santi Pietro e Paolo", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-29": "Santi Pietro e Paolo", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-29": "Santi Pietro e Paolo", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-29": "Santi Pietro e Paolo", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-29": "Santi Pietro e Paolo", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-29": "Santi Pietro e Paolo", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-29": "Santi Pietro e Paolo", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-29": "Santi Pietro e Paolo", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-29": "Santi Pietro e Paolo", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-29": "Santi Pietro e Paolo", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-29": "Santi Pietro e Paolo", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-29": "Santi Pietro e Paolo", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-29": "Santi Pietro e Paolo", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-29": "Santi Pietro e Paolo", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-29": "Santi Pietro e Paolo", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-29": "Santi Pietro e Paolo", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-29": "Santi Pietro e Paolo", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-29": "Santi Pietro e Paolo", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-29": "Santi Pietro e Paolo", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-29": "Santi Pietro e Paolo", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-29": "Santi Pietro e Paolo", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_RN.json000066400000000000000000001621111500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-10-14": "San Gaudenzio", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-10-14": "San Gaudenzio", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-10-14": "San Gaudenzio", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-10-14": "San Gaudenzio", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-10-14": "San Gaudenzio", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-10-14": "San Gaudenzio", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-10-14": "San Gaudenzio", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-10-14": "San Gaudenzio", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-10-14": "San Gaudenzio", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-10-14": "San Gaudenzio", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-10-14": "San Gaudenzio", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-10-14": "San Gaudenzio", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-10-14": "San Gaudenzio", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-10-14": "San Gaudenzio", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-10-14": "San Gaudenzio", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-10-14": "San Gaudenzio", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-10-14": "San Gaudenzio", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-10-14": "San Gaudenzio", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-10-14": "San Gaudenzio", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-10-14": "San Gaudenzio", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-10-14": "San Gaudenzio", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-10-14": "San Gaudenzio", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-10-14": "San Gaudenzio", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-10-14": "San Gaudenzio", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-10-14": "San Gaudenzio", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-10-14": "San Gaudenzio", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-10-14": "San Gaudenzio", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-10-14": "San Gaudenzio", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-10-14": "San Gaudenzio", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-10-14": "San Gaudenzio", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-10-14": "San Gaudenzio", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-10-14": "San Gaudenzio", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-10-14": "San Gaudenzio", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-10-14": "San Gaudenzio", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-10-14": "San Gaudenzio", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-10-14": "San Gaudenzio", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-10-14": "San Gaudenzio", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-10-14": "San Gaudenzio", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-10-14": "San Gaudenzio", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-10-14": "San Gaudenzio", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-10-14": "San Gaudenzio", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-10-14": "San Gaudenzio", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-10-14": "San Gaudenzio", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-10-14": "San Gaudenzio", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-10-14": "San Gaudenzio", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-10-14": "San Gaudenzio", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-10-14": "San Gaudenzio", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-10-14": "San Gaudenzio", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-10-14": "San Gaudenzio", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-10-14": "San Gaudenzio", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-10-14": "San Gaudenzio", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-10-14": "San Gaudenzio", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-10-14": "San Gaudenzio", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-10-14": "San Gaudenzio", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-10-14": "San Gaudenzio", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-10-14": "San Gaudenzio", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-10-14": "San Gaudenzio", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-10-14": "San Gaudenzio", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-10-14": "San Gaudenzio", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-10-14": "San Gaudenzio", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-10-14": "San Gaudenzio", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-10-14": "San Gaudenzio", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-10-14": "San Gaudenzio", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-10-14": "San Gaudenzio", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-10-14": "San Gaudenzio", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-10-14": "San Gaudenzio", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-10-14": "San Gaudenzio", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-10-14": "San Gaudenzio", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-10-14": "San Gaudenzio", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-10-14": "San Gaudenzio", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-10-14": "San Gaudenzio", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-10-14": "San Gaudenzio", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-10-14": "San Gaudenzio", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-10-14": "San Gaudenzio", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-10-14": "San Gaudenzio", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-10-14": "San Gaudenzio", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-10-14": "San Gaudenzio", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-10-14": "San Gaudenzio", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-10-14": "San Gaudenzio", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-10-14": "San Gaudenzio", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-10-14": "San Gaudenzio", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-10-14": "San Gaudenzio", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-10-14": "San Gaudenzio", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-10-14": "San Gaudenzio", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-10-14": "San Gaudenzio", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-10-14": "San Gaudenzio", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-10-14": "San Gaudenzio", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-10-14": "San Gaudenzio", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-10-14": "San Gaudenzio", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-10-14": "San Gaudenzio", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-10-14": "San Gaudenzio", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-10-14": "San Gaudenzio", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-10-14": "San Gaudenzio", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-10-14": "San Gaudenzio", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-10-14": "San Gaudenzio", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-10-14": "San Gaudenzio", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-10-14": "San Gaudenzio", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-10-14": "San Gaudenzio", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-10-14": "San Gaudenzio", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-10-14": "San Gaudenzio", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-10-14": "San Gaudenzio", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_RO.json000066400000000000000000001615771500152103600211330ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-11-26": "San Bellino", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-11-26": "San Bellino", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-11-26": "San Bellino", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-11-26": "San Bellino", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-11-26": "San Bellino", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-11-26": "San Bellino", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-11-26": "San Bellino", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-11-26": "San Bellino", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-11-26": "San Bellino", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-11-26": "San Bellino", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-11-26": "San Bellino", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-11-26": "San Bellino", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-11-26": "San Bellino", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-11-26": "San Bellino", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-11-26": "San Bellino", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-11-26": "San Bellino", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-11-26": "San Bellino", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-11-26": "San Bellino", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-11-26": "San Bellino", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-11-26": "San Bellino", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-11-26": "San Bellino", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-11-26": "San Bellino", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-11-26": "San Bellino", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-11-26": "San Bellino", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-11-26": "San Bellino", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-11-26": "San Bellino", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-11-26": "San Bellino", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-11-26": "San Bellino", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-11-26": "San Bellino", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-11-26": "San Bellino", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-11-26": "San Bellino", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-11-26": "San Bellino", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-11-26": "San Bellino", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-11-26": "San Bellino", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-11-26": "San Bellino", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-11-26": "San Bellino", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-11-26": "San Bellino", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-11-26": "San Bellino", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-11-26": "San Bellino", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-11-26": "San Bellino", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-11-26": "San Bellino", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-11-26": "San Bellino", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-11-26": "San Bellino", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-11-26": "San Bellino", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-11-26": "San Bellino", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-11-26": "San Bellino", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-11-26": "San Bellino", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-11-26": "San Bellino", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-11-26": "San Bellino", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-11-26": "San Bellino", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-11-26": "San Bellino", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-11-26": "San Bellino", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-11-26": "San Bellino", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-11-26": "San Bellino", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-11-26": "San Bellino", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-11-26": "San Bellino", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-11-26": "San Bellino", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-11-26": "San Bellino", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-11-26": "San Bellino", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-11-26": "San Bellino", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-11-26": "San Bellino", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-11-26": "San Bellino", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-11-26": "San Bellino", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-11-26": "San Bellino", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-11-26": "San Bellino", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-11-26": "San Bellino", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-11-26": "San Bellino", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-11-26": "San Bellino", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-11-26": "San Bellino", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-11-26": "San Bellino", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-11-26": "San Bellino", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-11-26": "San Bellino", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-11-26": "San Bellino", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-11-26": "San Bellino", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-11-26": "San Bellino", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-11-26": "San Bellino", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-11-26": "San Bellino", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-11-26": "San Bellino", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-11-26": "San Bellino", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-11-26": "San Bellino", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-11-26": "San Bellino", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-11-26": "San Bellino", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-11-26": "San Bellino", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-11-26": "San Bellino", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-11-26": "San Bellino", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-11-26": "San Bellino", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-11-26": "San Bellino", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-11-26": "San Bellino", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-11-26": "San Bellino", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-11-26": "San Bellino", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-11-26": "San Bellino", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-11-26": "San Bellino", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-11-26": "San Bellino", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-11-26": "San Bellino", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-11-26": "San Bellino", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-11-26": "San Bellino", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-11-26": "San Bellino", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-11-26": "San Bellino", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-11-26": "San Bellino", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-11-26": "San Bellino", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-11-26": "San Bellino", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_SA.json000066400000000000000000001637261500152103600211140ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-21": "San Matteo Evangelista", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-21": "San Matteo Evangelista", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-21": "San Matteo Evangelista", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-21": "San Matteo Evangelista", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-21": "San Matteo Evangelista", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-21": "San Matteo Evangelista", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-21": "San Matteo Evangelista", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-21": "San Matteo Evangelista", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-21": "San Matteo Evangelista", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-21": "San Matteo Evangelista", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-21": "San Matteo Evangelista", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-21": "San Matteo Evangelista", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-21": "San Matteo Evangelista", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-21": "San Matteo Evangelista", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-21": "San Matteo Evangelista", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-21": "San Matteo Evangelista", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-21": "San Matteo Evangelista", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-21": "San Matteo Evangelista", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-21": "San Matteo Evangelista", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-21": "San Matteo Evangelista", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-21": "San Matteo Evangelista", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-21": "San Matteo Evangelista", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-21": "San Matteo Evangelista", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-21": "San Matteo Evangelista", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-21": "San Matteo Evangelista", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-21": "San Matteo Evangelista", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-21": "San Matteo Evangelista", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-21": "San Matteo Evangelista", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-21": "San Matteo Evangelista", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-21": "San Matteo Evangelista", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-21": "San Matteo Evangelista", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-21": "San Matteo Evangelista", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-21": "San Matteo Evangelista", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-21": "San Matteo Evangelista", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-21": "San Matteo Evangelista", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-21": "San Matteo Evangelista", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-21": "San Matteo Evangelista", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-21": "San Matteo Evangelista", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-21": "San Matteo Evangelista", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-21": "San Matteo Evangelista", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-21": "San Matteo Evangelista", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-21": "San Matteo Evangelista", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-21": "San Matteo Evangelista", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-21": "San Matteo Evangelista", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-21": "San Matteo Evangelista", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-21": "San Matteo Evangelista", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-21": "San Matteo Evangelista", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-21": "San Matteo Evangelista", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-21": "San Matteo Evangelista", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-21": "San Matteo Evangelista", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-21": "San Matteo Evangelista", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-21": "San Matteo Evangelista", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-21": "San Matteo Evangelista", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-21": "San Matteo Evangelista", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-21": "San Matteo Evangelista", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-21": "San Matteo Evangelista", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-21": "San Matteo Evangelista", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-21": "San Matteo Evangelista", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-21": "San Matteo Evangelista", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-21": "San Matteo Evangelista", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-21": "San Matteo Evangelista", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-21": "San Matteo Evangelista", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-21": "San Matteo Evangelista", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-21": "San Matteo Evangelista", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-21": "San Matteo Evangelista", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-21": "San Matteo Evangelista", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-21": "San Matteo Evangelista", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-21": "San Matteo Evangelista", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-21": "San Matteo Evangelista", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-21": "San Matteo Evangelista", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-21": "San Matteo Evangelista", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-21": "San Matteo Evangelista", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-21": "San Matteo Evangelista", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-21": "San Matteo Evangelista", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-21": "San Matteo Evangelista", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-21": "San Matteo Evangelista", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-21": "San Matteo Evangelista", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-21": "San Matteo Evangelista", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-21": "San Matteo Evangelista", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-21": "San Matteo Evangelista", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-21": "San Matteo Evangelista", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-21": "San Matteo Evangelista", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-21": "San Matteo Evangelista", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-21": "San Matteo Evangelista", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-21": "San Matteo Evangelista", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-21": "San Matteo Evangelista", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-21": "San Matteo Evangelista", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-21": "San Matteo Evangelista", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-21": "San Matteo Evangelista", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-21": "San Matteo Evangelista", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-21": "San Matteo Evangelista", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-21": "San Matteo Evangelista", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-21": "San Matteo Evangelista", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-21": "San Matteo Evangelista", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-21": "San Matteo Evangelista", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-21": "San Matteo Evangelista", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-21": "San Matteo Evangelista", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-21": "San Matteo Evangelista", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-21": "San Matteo Evangelista", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-21": "San Matteo Evangelista", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-21": "San Matteo Evangelista", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_SI.json000066400000000000000000001615771500152103600211260ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-01": "Sant'Ansano", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-01": "Sant'Ansano", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-01": "Sant'Ansano", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-01": "Sant'Ansano", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-01": "Sant'Ansano", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-01": "Sant'Ansano", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-01": "Sant'Ansano", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-01": "Sant'Ansano", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-01": "Sant'Ansano", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-01": "Sant'Ansano", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-01": "Sant'Ansano", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-01": "Sant'Ansano", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-01": "Sant'Ansano", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-01": "Sant'Ansano", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-01": "Sant'Ansano", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-01": "Sant'Ansano", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-01": "Sant'Ansano", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-01": "Sant'Ansano", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-01": "Sant'Ansano", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-01": "Sant'Ansano", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-01": "Sant'Ansano", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-01": "Sant'Ansano", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-01": "Sant'Ansano", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-01": "Sant'Ansano", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-01": "Sant'Ansano", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-01": "Sant'Ansano", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-01": "Sant'Ansano", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-01": "Sant'Ansano", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-01": "Sant'Ansano", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-01": "Sant'Ansano", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-01": "Sant'Ansano", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-01": "Sant'Ansano", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-01": "Sant'Ansano", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-01": "Sant'Ansano", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-01": "Sant'Ansano", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-01": "Sant'Ansano", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-01": "Sant'Ansano", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-01": "Sant'Ansano", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-01": "Sant'Ansano", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-01": "Sant'Ansano", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-01": "Sant'Ansano", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-01": "Sant'Ansano", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-01": "Sant'Ansano", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-01": "Sant'Ansano", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-01": "Sant'Ansano", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-01": "Sant'Ansano", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-01": "Sant'Ansano", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-01": "Sant'Ansano", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-01": "Sant'Ansano", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-01": "Sant'Ansano", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-01": "Sant'Ansano", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-01": "Sant'Ansano", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-01": "Sant'Ansano", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-01": "Sant'Ansano", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-01": "Sant'Ansano", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-01": "Sant'Ansano", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-01": "Sant'Ansano", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-01": "Sant'Ansano", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-01": "Sant'Ansano", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-01": "Sant'Ansano", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-01": "Sant'Ansano", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-01": "Sant'Ansano", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-01": "Sant'Ansano", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-01": "Sant'Ansano", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-01": "Sant'Ansano", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-01": "Sant'Ansano", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-01": "Sant'Ansano", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-01": "Sant'Ansano", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-01": "Sant'Ansano", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-01": "Sant'Ansano", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-01": "Sant'Ansano", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-01": "Sant'Ansano", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-01": "Sant'Ansano", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-01": "Sant'Ansano", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-01": "Sant'Ansano", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-01": "Sant'Ansano", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-01": "Sant'Ansano", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-01": "Sant'Ansano", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-01": "Sant'Ansano", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-01": "Sant'Ansano", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-01": "Sant'Ansano", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-01": "Sant'Ansano", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-01": "Sant'Ansano", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-01": "Sant'Ansano", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-01": "Sant'Ansano", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-01": "Sant'Ansano", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-01": "Sant'Ansano", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-01": "Sant'Ansano", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-01": "Sant'Ansano", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-01": "Sant'Ansano", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-01": "Sant'Ansano", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-01": "Sant'Ansano", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-01": "Sant'Ansano", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-01": "Sant'Ansano", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-01": "Sant'Ansano", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-01": "Sant'Ansano", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-01": "Sant'Ansano", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-01": "Sant'Ansano", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-01": "Sant'Ansano", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-01": "Sant'Ansano", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-01": "Sant'Ansano", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_SO.json000066400000000000000000001647171500152103600211330ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-19": "San Gervasio e San Protasio", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-19": "San Gervasio e San Protasio", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-19": "San Gervasio e San Protasio", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-19": "San Gervasio e San Protasio", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-19": "San Gervasio e San Protasio", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-19": "San Gervasio e San Protasio", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-19": "San Gervasio e San Protasio", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-19": "San Gervasio e San Protasio", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-19": "San Gervasio e San Protasio", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-19": "San Gervasio e San Protasio", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-19": "San Gervasio e San Protasio", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-19": "San Gervasio e San Protasio", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-19": "San Gervasio e San Protasio", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-19": "San Gervasio e San Protasio", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-19": "San Gervasio e San Protasio", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-19": "San Gervasio e San Protasio", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-19": "San Gervasio e San Protasio", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-19": "San Gervasio e San Protasio", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-19": "San Gervasio e San Protasio", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-19": "San Gervasio e San Protasio", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-19": "San Gervasio e San Protasio", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-19": "San Gervasio e San Protasio", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-19": "San Gervasio e San Protasio", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-19": "San Gervasio e San Protasio", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-19": "San Gervasio e San Protasio", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-19": "San Gervasio e San Protasio", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-19": "San Gervasio e San Protasio", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-19": "San Gervasio e San Protasio", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-19": "San Gervasio e San Protasio", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-19": "San Gervasio e San Protasio", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-19": "San Gervasio e San Protasio", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-19": "San Gervasio e San Protasio", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-19": "San Gervasio e San Protasio", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-19": "San Gervasio e San Protasio", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-19": "San Gervasio e San Protasio", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-19": "San Gervasio e San Protasio", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-19": "San Gervasio e San Protasio", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-19": "San Gervasio e San Protasio", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-19": "San Gervasio e San Protasio", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-19": "San Gervasio e San Protasio", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-19": "San Gervasio e San Protasio", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-19": "San Gervasio e San Protasio", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-19": "San Gervasio e San Protasio", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-19": "San Gervasio e San Protasio", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-19": "San Gervasio e San Protasio", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-19": "San Gervasio e San Protasio", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-19": "San Gervasio e San Protasio", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-19": "San Gervasio e San Protasio", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-19": "San Gervasio e San Protasio", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-19": "San Gervasio e San Protasio", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-19": "San Gervasio e San Protasio", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-19": "San Gervasio e San Protasio", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-19": "San Gervasio e San Protasio", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-19": "San Gervasio e San Protasio", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-19": "San Gervasio e San Protasio", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-19": "San Gervasio e San Protasio", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-19": "San Gervasio e San Protasio", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-19": "San Gervasio e San Protasio", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-19": "San Gervasio e San Protasio", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-19": "San Gervasio e San Protasio", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-19": "San Gervasio e San Protasio", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-19": "San Gervasio e San Protasio", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-19": "San Gervasio e San Protasio", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-19": "San Gervasio e San Protasio", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-19": "San Gervasio e San Protasio", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-19": "San Gervasio e San Protasio", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-19": "San Gervasio e San Protasio", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-19": "San Gervasio e San Protasio", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-19": "San Gervasio e San Protasio", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-19": "San Gervasio e San Protasio", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-19": "San Gervasio e San Protasio", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-19": "San Gervasio e San Protasio", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-19": "San Gervasio e San Protasio", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-19": "San Gervasio e San Protasio", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-19": "San Gervasio e San Protasio", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-19": "San Gervasio e San Protasio", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-19": "San Gervasio e San Protasio", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-19": "San Gervasio e San Protasio", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-19": "San Gervasio e San Protasio", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-19": "San Gervasio e San Protasio", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-19": "San Gervasio e San Protasio", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-19": "San Gervasio e San Protasio", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-19": "San Gervasio e San Protasio", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-19": "San Gervasio e San Protasio", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-19": "San Gervasio e San Protasio", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-19": "San Gervasio e San Protasio", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-19": "San Gervasio e San Protasio", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-19": "San Gervasio e San Protasio", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-19": "San Gervasio e San Protasio", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-19": "San Gervasio e San Protasio", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-19": "San Gervasio e San Protasio", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-19": "San Gervasio e San Protasio", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-19": "San Gervasio e San Protasio", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-19": "San Gervasio e San Protasio", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-19": "San Gervasio e San Protasio", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-19": "San Gervasio e San Protasio", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-19": "San Gervasio e San Protasio", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-19": "San Gervasio e San Protasio", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-19": "San Gervasio e San Protasio", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-19": "San Gervasio e San Protasio", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-19": "San Gervasio e San Protasio", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_SP.json000066400000000000000000001601161500152103600211210ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-03-19": "San Giuseppe", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-19": "San Giuseppe", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-03-19": "San Giuseppe", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-03-19": "San Giuseppe", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-03-19": "San Giuseppe", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-03-19": "San Giuseppe", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-03-19": "San Giuseppe", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-03-19": "San Giuseppe", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-03-19": "San Giuseppe", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-19": "San Giuseppe", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-03-19": "San Giuseppe", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-03-19": "San Giuseppe", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-19": "San Giuseppe", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-03-19": "San Giuseppe", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-19": "San Giuseppe", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-03-19": "San Giuseppe", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-03-19": "San Giuseppe", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-03-19": "San Giuseppe", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-03-19": "San Giuseppe", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-03-19": "San Giuseppe", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-19": "San Giuseppe", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-03-19": "San Giuseppe", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-03-19": "San Giuseppe", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-03-19": "San Giuseppe", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-03-19": "San Giuseppe", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-19": "San Giuseppe", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-03-19": "San Giuseppe", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-03-19": "San Giuseppe", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-19": "San Giuseppe", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-03-19": "San Giuseppe", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-03-19": "San Giuseppe", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-19": "San Giuseppe", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-03-19": "San Giuseppe", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-03-19": "San Giuseppe", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-03-19": "San Giuseppe", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-03-19": "San Giuseppe", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-19": "San Giuseppe", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-03-19": "San Giuseppe", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-03-19": "San Giuseppe", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-19": "San Giuseppe", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-03-19": "San Giuseppe", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-03-19": "San Giuseppe", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-03-19": "San Giuseppe", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-03-19": "San Giuseppe", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-03-19": "San Giuseppe", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-03-19": "San Giuseppe", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-03-19": "San Giuseppe", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-19": "San Giuseppe", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-03-19": "San Giuseppe", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-03-19": "San Giuseppe", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-19": "San Giuseppe", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-03-19": "San Giuseppe", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-03-19": "San Giuseppe", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-03-19": "San Giuseppe", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-03-19": "San Giuseppe", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-19": "San Giuseppe", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-03-19": "San Giuseppe", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-03-19": "San Giuseppe", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-19": "San Giuseppe", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-03-19": "San Giuseppe", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-03-19": "San Giuseppe", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-03-19": "San Giuseppe", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-03-19": "San Giuseppe", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-03-19": "San Giuseppe", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-03-19": "San Giuseppe", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-03-19": "San Giuseppe", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-19": "San Giuseppe", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-03-19": "San Giuseppe", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-03-19": "San Giuseppe", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-19": "San Giuseppe", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-03-19": "San Giuseppe", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-03-19": "San Giuseppe", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-03-19": "San Giuseppe", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-03-19": "San Giuseppe", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_SR.json000066400000000000000000001615771500152103600211370ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-13": "Santa Lucia", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-13": "Santa Lucia", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-13": "Santa Lucia", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-13": "Santa Lucia", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-13": "Santa Lucia", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-13": "Santa Lucia", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-13": "Santa Lucia", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-13": "Santa Lucia", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-13": "Santa Lucia", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-13": "Santa Lucia", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-13": "Santa Lucia", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-13": "Santa Lucia", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-13": "Santa Lucia", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-13": "Santa Lucia", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-13": "Santa Lucia", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-13": "Santa Lucia", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-13": "Santa Lucia", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-13": "Santa Lucia", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-13": "Santa Lucia", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-13": "Santa Lucia", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-13": "Santa Lucia", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-13": "Santa Lucia", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-13": "Santa Lucia", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-13": "Santa Lucia", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-13": "Santa Lucia", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-13": "Santa Lucia", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-13": "Santa Lucia", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-13": "Santa Lucia", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-13": "Santa Lucia", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-13": "Santa Lucia", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-13": "Santa Lucia", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-13": "Santa Lucia", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-13": "Santa Lucia", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-13": "Santa Lucia", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-13": "Santa Lucia", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-13": "Santa Lucia", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-13": "Santa Lucia", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-13": "Santa Lucia", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-13": "Santa Lucia", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-13": "Santa Lucia", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-13": "Santa Lucia", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-13": "Santa Lucia", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-13": "Santa Lucia", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-13": "Santa Lucia", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-13": "Santa Lucia", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-13": "Santa Lucia", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-13": "Santa Lucia", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-13": "Santa Lucia", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-13": "Santa Lucia", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-13": "Santa Lucia", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-13": "Santa Lucia", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-13": "Santa Lucia", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-13": "Santa Lucia", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-13": "Santa Lucia", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-13": "Santa Lucia", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-13": "Santa Lucia", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-13": "Santa Lucia", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-13": "Santa Lucia", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-13": "Santa Lucia", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-13": "Santa Lucia", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-13": "Santa Lucia", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-13": "Santa Lucia", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-13": "Santa Lucia", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-13": "Santa Lucia", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-13": "Santa Lucia", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-13": "Santa Lucia", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-13": "Santa Lucia", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-13": "Santa Lucia", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-13": "Santa Lucia", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-13": "Santa Lucia", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-13": "Santa Lucia", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-13": "Santa Lucia", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-13": "Santa Lucia", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-13": "Santa Lucia", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-13": "Santa Lucia", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-13": "Santa Lucia", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-13": "Santa Lucia", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-13": "Santa Lucia", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-13": "Santa Lucia", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-13": "Santa Lucia", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-13": "Santa Lucia", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-13": "Santa Lucia", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-13": "Santa Lucia", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-13": "Santa Lucia", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-13": "Santa Lucia", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-13": "Santa Lucia", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-13": "Santa Lucia", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-13": "Santa Lucia", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-13": "Santa Lucia", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-13": "Santa Lucia", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-13": "Santa Lucia", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-13": "Santa Lucia", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-13": "Santa Lucia", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-13": "Santa Lucia", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-13": "Santa Lucia", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-13": "Santa Lucia", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-13": "Santa Lucia", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-13": "Santa Lucia", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-13": "Santa Lucia", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-13": "Santa Lucia", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-13": "Santa Lucia", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_SS.json000066400000000000000000001614321500152103600211260ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-06": "San Nicola", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-06": "San Nicola", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-06": "San Nicola", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-06": "San Nicola", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-06": "San Nicola", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-06": "San Nicola", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-06": "San Nicola", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-06": "San Nicola", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-06": "San Nicola", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-06": "San Nicola", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-06": "San Nicola", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-06": "San Nicola", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-06": "San Nicola", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-06": "San Nicola", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-06": "San Nicola", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-06": "San Nicola", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-06": "San Nicola", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-06": "San Nicola", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-06": "San Nicola", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-06": "San Nicola", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-06": "San Nicola", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-06": "San Nicola", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-06": "San Nicola", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-06": "San Nicola", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-06": "San Nicola", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-06": "San Nicola", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-06": "San Nicola", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-06": "San Nicola", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-06": "San Nicola", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-06": "San Nicola", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-06": "San Nicola", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-06": "San Nicola", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-06": "San Nicola", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-06": "San Nicola", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-06": "San Nicola", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-06": "San Nicola", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-06": "San Nicola", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-06": "San Nicola", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-06": "San Nicola", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-06": "San Nicola", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-06": "San Nicola", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-06": "San Nicola", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-06": "San Nicola", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-06": "San Nicola", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-06": "San Nicola", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-06": "San Nicola", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-06": "San Nicola", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-06": "San Nicola", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-06": "San Nicola", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-06": "San Nicola", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-06": "San Nicola", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-06": "San Nicola", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-06": "San Nicola", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-06": "San Nicola", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-06": "San Nicola", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-06": "San Nicola", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-06": "San Nicola", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-06": "San Nicola", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-06": "San Nicola", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-06": "San Nicola", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-06": "San Nicola", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-06": "San Nicola", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-06": "San Nicola", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-06": "San Nicola", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-06": "San Nicola", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-06": "San Nicola", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-06": "San Nicola", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-06": "San Nicola", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-06": "San Nicola", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-06": "San Nicola", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-06": "San Nicola", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-06": "San Nicola", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-06": "San Nicola", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-06": "San Nicola", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-06": "San Nicola", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-06": "San Nicola", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-06": "San Nicola", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-06": "San Nicola", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-06": "San Nicola", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-06": "San Nicola", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-06": "San Nicola", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-06": "San Nicola", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-06": "San Nicola", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-06": "San Nicola", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-06": "San Nicola", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-06": "San Nicola", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-06": "San Nicola", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-06": "San Nicola", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-06": "San Nicola", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-06": "San Nicola", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-06": "San Nicola", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-06": "San Nicola", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-06": "San Nicola", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-06": "San Nicola", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-06": "San Nicola", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-06": "San Nicola", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-06": "San Nicola", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-06": "San Nicola", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-06": "San Nicola", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-06": "San Nicola", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-06": "San Nicola", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_SU.json000066400000000000000000001616241500152103600211330ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore; San Ponziano", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-17": "San Ponziano", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-15": "San Ponziano", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore; San Ponziano", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-13": "San Ponziano", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-12": "San Ponziano", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-17": "San Ponziano", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-16": "San Ponziano", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore; San Ponziano", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-14": "San Ponziano", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-12": "San Ponziano", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-05-18": "San Ponziano", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-17": "San Ponziano", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-16": "San Ponziano", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-14": "San Ponziano", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-13": "San Ponziano", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-12": "San Ponziano", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-18": "San Ponziano", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-16": "San Ponziano", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore; San Ponziano", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-14": "San Ponziano", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-13": "San Ponziano", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-05-18": "San Ponziano", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-17": "San Ponziano", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-16": "San Ponziano", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-15": "San Ponziano", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-13": "San Ponziano", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-12": "San Ponziano", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-18": "San Ponziano", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-17": "San Ponziano", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-15": "San Ponziano", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-14": "San Ponziano", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-13": "San Ponziano", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-12": "San Ponziano", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-17": "San Ponziano", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-16": "San Ponziano", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-15": "San Ponziano", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-14": "San Ponziano", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-12": "San Ponziano", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-18": "San Ponziano", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-17": "San Ponziano", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-16": "San Ponziano", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-14": "San Ponziano", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-13": "San Ponziano", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-12": "San Ponziano", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-18": "San Ponziano", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-16": "San Ponziano", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-15": "San Ponziano", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-14": "San Ponziano", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-13": "San Ponziano", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-18": "San Ponziano", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-17": "San Ponziano", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-16": "San Ponziano", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-15": "San Ponziano", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-13": "San Ponziano", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-12": "San Ponziano", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-18": "San Ponziano", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-17": "San Ponziano", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-15": "San Ponziano", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-14": "San Ponziano", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-13": "San Ponziano", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-12": "San Ponziano", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-17": "San Ponziano", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-16": "San Ponziano", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-15": "San Ponziano", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-14": "San Ponziano", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-12": "San Ponziano", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-18": "San Ponziano", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-17": "San Ponziano", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-16": "San Ponziano", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-14": "San Ponziano", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-13": "San Ponziano", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-12": "San Ponziano", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-18": "San Ponziano", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-16": "San Ponziano", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-15": "San Ponziano", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-14": "San Ponziano", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-13": "San Ponziano", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-18": "San Ponziano", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-17": "San Ponziano", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-16": "San Ponziano", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-15": "San Ponziano", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-13": "San Ponziano", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-12": "San Ponziano", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-18": "San Ponziano", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-17": "San Ponziano", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-15": "San Ponziano", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-14": "San Ponziano", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-13": "San Ponziano", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-12": "San Ponziano", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-17": "San Ponziano", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-16": "San Ponziano", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-15": "San Ponziano", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-14": "San Ponziano", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-12": "San Ponziano", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-18": "San Ponziano", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-17": "San Ponziano", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-16": "San Ponziano", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-14": "San Ponziano", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-13": "San Ponziano", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-12": "San Ponziano", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_SV.json000066400000000000000000001660551500152103600211370ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-18": "Nostra Signora della Misericordia", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-18": "Nostra Signora della Misericordia", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-18": "Nostra Signora della Misericordia", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-18": "Nostra Signora della Misericordia", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-18": "Nostra Signora della Misericordia", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-18": "Nostra Signora della Misericordia", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-18": "Nostra Signora della Misericordia", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-18": "Nostra Signora della Misericordia", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-18": "Nostra Signora della Misericordia", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-18": "Nostra Signora della Misericordia", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-18": "Nostra Signora della Misericordia", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-18": "Nostra Signora della Misericordia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-18": "Nostra Signora della Misericordia", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-18": "Nostra Signora della Misericordia", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-18": "Nostra Signora della Misericordia", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-18": "Nostra Signora della Misericordia", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-18": "Nostra Signora della Misericordia", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-18": "Nostra Signora della Misericordia", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-18": "Nostra Signora della Misericordia", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-18": "Nostra Signora della Misericordia", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-18": "Nostra Signora della Misericordia", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-18": "Nostra Signora della Misericordia", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-18": "Nostra Signora della Misericordia", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-18": "Nostra Signora della Misericordia", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-18": "Nostra Signora della Misericordia", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-18": "Nostra Signora della Misericordia", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-18": "Nostra Signora della Misericordia", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-03-18": "Nostra Signora della Misericordia", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-18": "Nostra Signora della Misericordia", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-03-18": "Nostra Signora della Misericordia", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-03-18": "Nostra Signora della Misericordia", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-03-18": "Nostra Signora della Misericordia", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-03-18": "Nostra Signora della Misericordia", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-03-18": "Nostra Signora della Misericordia", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-03-18": "Nostra Signora della Misericordia", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-03-18": "Nostra Signora della Misericordia", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-18": "Nostra Signora della Misericordia", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-03-18": "Nostra Signora della Misericordia", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-03-18": "Nostra Signora della Misericordia", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-18": "Nostra Signora della Misericordia", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-03-18": "Nostra Signora della Misericordia", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-18": "Nostra Signora della Misericordia", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-03-18": "Nostra Signora della Misericordia", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-03-18": "Nostra Signora della Misericordia", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-03-18": "Nostra Signora della Misericordia", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-03-18": "Nostra Signora della Misericordia", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-03-18": "Nostra Signora della Misericordia", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-18": "Nostra Signora della Misericordia", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-03-18": "Nostra Signora della Misericordia", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-03-18": "Nostra Signora della Misericordia", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-03-18": "Nostra Signora della Misericordia", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-03-18": "Nostra Signora della Misericordia", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-18": "Nostra Signora della Misericordia", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-03-18": "Nostra Signora della Misericordia", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-03-18": "Nostra Signora della Misericordia", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-18": "Nostra Signora della Misericordia", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-03-18": "Nostra Signora della Misericordia", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-03-18": "Nostra Signora della Misericordia", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-18": "Nostra Signora della Misericordia", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-03-18": "Nostra Signora della Misericordia", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-03-18": "Nostra Signora della Misericordia", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-03-18": "Nostra Signora della Misericordia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-03-18": "Nostra Signora della Misericordia", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-18": "Nostra Signora della Misericordia", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-03-18": "Nostra Signora della Misericordia", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-03-18": "Nostra Signora della Misericordia", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-18": "Nostra Signora della Misericordia", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-03-18": "Nostra Signora della Misericordia", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-03-18": "Nostra Signora della Misericordia", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-03-18": "Nostra Signora della Misericordia", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-03-18": "Nostra Signora della Misericordia", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-03-18": "Nostra Signora della Misericordia", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-03-18": "Nostra Signora della Misericordia", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-03-18": "Nostra Signora della Misericordia", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-18": "Nostra Signora della Misericordia", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-03-18": "Nostra Signora della Misericordia", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-03-18": "Nostra Signora della Misericordia", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-18": "Nostra Signora della Misericordia", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-03-18": "Nostra Signora della Misericordia", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-03-18": "Nostra Signora della Misericordia", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-03-18": "Nostra Signora della Misericordia", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-03-18": "Nostra Signora della Misericordia", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-18": "Nostra Signora della Misericordia", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-03-18": "Nostra Signora della Misericordia", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-03-18": "Nostra Signora della Misericordia", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-18": "Nostra Signora della Misericordia", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-03-18": "Nostra Signora della Misericordia", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-03-18": "Nostra Signora della Misericordia", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-03-18": "Nostra Signora della Misericordia", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-03-18": "Nostra Signora della Misericordia", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-03-18": "Nostra Signora della Misericordia", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-03-18": "Nostra Signora della Misericordia", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-03-18": "Nostra Signora della Misericordia", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-18": "Nostra Signora della Misericordia", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-03-18": "Nostra Signora della Misericordia", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-03-18": "Nostra Signora della Misericordia", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-18": "Nostra Signora della Misericordia", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-03-18": "Nostra Signora della Misericordia", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-03-18": "Nostra Signora della Misericordia", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-03-18": "Nostra Signora della Misericordia", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-03-18": "Nostra Signora della Misericordia", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_TA.json000066400000000000000000001615531500152103600211110ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-10": "San Cataldo", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-10": "San Cataldo", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-10": "San Cataldo", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-10": "San Cataldo", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-10": "San Cataldo", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-10": "San Cataldo", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore; San Cataldo", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-10": "San Cataldo", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-10": "San Cataldo", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-10": "San Cataldo", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-10": "San Cataldo", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-10": "San Cataldo", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-10": "San Cataldo", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-10": "San Cataldo", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-10": "San Cataldo", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-10": "San Cataldo", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-10": "San Cataldo", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-10": "San Cataldo", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-10": "San Cataldo", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-10": "San Cataldo", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-10": "San Cataldo", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-10": "San Cataldo", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-10": "San Cataldo", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-10": "San Cataldo", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-10": "San Cataldo", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-10": "San Cataldo", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-10": "San Cataldo", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-10": "San Cataldo", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-10": "San Cataldo", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-10": "San Cataldo", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-10": "San Cataldo", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-10": "San Cataldo", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-10": "San Cataldo", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-10": "San Cataldo", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-10": "San Cataldo", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-10": "San Cataldo", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-10": "San Cataldo", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-10": "San Cataldo", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-10": "San Cataldo", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-10": "San Cataldo", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-10": "San Cataldo", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-10": "San Cataldo", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-10": "San Cataldo", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-10": "San Cataldo", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-10": "San Cataldo", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-10": "San Cataldo", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-10": "San Cataldo", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-10": "San Cataldo", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-10": "San Cataldo", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-10": "San Cataldo", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-10": "San Cataldo", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-10": "San Cataldo", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-10": "San Cataldo", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-10": "San Cataldo", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-10": "San Cataldo", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-10": "San Cataldo", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-10": "San Cataldo", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-10": "San Cataldo", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-10": "San Cataldo", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-10": "San Cataldo", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-10": "San Cataldo", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-10": "San Cataldo", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-10": "San Cataldo", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-10": "San Cataldo", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-10": "San Cataldo", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-10": "San Cataldo", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-10": "San Cataldo", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-10": "San Cataldo", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-10": "San Cataldo", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-10": "San Cataldo", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-10": "San Cataldo", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-10": "San Cataldo", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-10": "San Cataldo", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-10": "San Cataldo", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-10": "San Cataldo", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-10": "San Cataldo", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-10": "San Cataldo", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-10": "San Cataldo", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-10": "San Cataldo", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-10": "San Cataldo", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-10": "San Cataldo", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-10": "San Cataldo", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-10": "San Cataldo", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-10": "San Cataldo", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-10": "San Cataldo", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-10": "San Cataldo", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-10": "San Cataldo", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-10": "San Cataldo", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-10": "San Cataldo", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-10": "San Cataldo", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-10": "San Cataldo", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-10": "San Cataldo", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-10": "San Cataldo", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-10": "San Cataldo", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-10": "San Cataldo", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-10": "San Cataldo", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-10": "San Cataldo", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-10": "San Cataldo", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-10": "San Cataldo", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-10": "San Cataldo", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-10": "San Cataldo", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_TE.json000066400000000000000000001640731500152103600211150ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-19": "San Berardo da Pagliara", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-19": "San Berardo da Pagliara", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-19": "San Berardo da Pagliara", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-19": "San Berardo da Pagliara", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-19": "San Berardo da Pagliara", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-19": "San Berardo da Pagliara", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-19": "San Berardo da Pagliara", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-19": "San Berardo da Pagliara", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-19": "San Berardo da Pagliara", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-19": "San Berardo da Pagliara", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-19": "San Berardo da Pagliara", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-19": "San Berardo da Pagliara", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-19": "San Berardo da Pagliara", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-19": "San Berardo da Pagliara", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-19": "San Berardo da Pagliara", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-19": "San Berardo da Pagliara", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-19": "San Berardo da Pagliara", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-19": "San Berardo da Pagliara", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-19": "San Berardo da Pagliara", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-19": "San Berardo da Pagliara", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-19": "San Berardo da Pagliara", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-19": "San Berardo da Pagliara", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-19": "San Berardo da Pagliara", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-19": "San Berardo da Pagliara", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-19": "San Berardo da Pagliara", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-19": "San Berardo da Pagliara", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-19": "San Berardo da Pagliara", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-19": "San Berardo da Pagliara", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-19": "San Berardo da Pagliara", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-19": "San Berardo da Pagliara", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-19": "San Berardo da Pagliara", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-19": "San Berardo da Pagliara", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-19": "San Berardo da Pagliara", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-19": "San Berardo da Pagliara", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-19": "San Berardo da Pagliara", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-19": "San Berardo da Pagliara", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-19": "San Berardo da Pagliara", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-19": "San Berardo da Pagliara", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-19": "San Berardo da Pagliara", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-19": "San Berardo da Pagliara", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-19": "San Berardo da Pagliara", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-19": "San Berardo da Pagliara", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-19": "San Berardo da Pagliara", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-19": "San Berardo da Pagliara", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-19": "San Berardo da Pagliara", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-19": "San Berardo da Pagliara", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-19": "San Berardo da Pagliara", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-19": "San Berardo da Pagliara", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-19": "San Berardo da Pagliara", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-19": "San Berardo da Pagliara", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-19": "San Berardo da Pagliara", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-19": "San Berardo da Pagliara", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-19": "San Berardo da Pagliara", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-19": "San Berardo da Pagliara", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-19": "San Berardo da Pagliara", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-19": "San Berardo da Pagliara", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-19": "San Berardo da Pagliara", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-19": "San Berardo da Pagliara", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-19": "San Berardo da Pagliara", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-19": "San Berardo da Pagliara", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-19": "San Berardo da Pagliara", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-19": "San Berardo da Pagliara", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-19": "San Berardo da Pagliara", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-19": "San Berardo da Pagliara", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-19": "San Berardo da Pagliara", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-19": "San Berardo da Pagliara", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-19": "San Berardo da Pagliara", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-19": "San Berardo da Pagliara", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-19": "San Berardo da Pagliara", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-19": "San Berardo da Pagliara", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-19": "San Berardo da Pagliara", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-19": "San Berardo da Pagliara", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-19": "San Berardo da Pagliara", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-19": "San Berardo da Pagliara", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-19": "San Berardo da Pagliara", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-19": "San Berardo da Pagliara", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-19": "San Berardo da Pagliara", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-19": "San Berardo da Pagliara", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-19": "San Berardo da Pagliara", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-19": "San Berardo da Pagliara", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-19": "San Berardo da Pagliara", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-19": "San Berardo da Pagliara", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-19": "San Berardo da Pagliara", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-19": "San Berardo da Pagliara", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-19": "San Berardo da Pagliara", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-19": "San Berardo da Pagliara", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-19": "San Berardo da Pagliara", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-19": "San Berardo da Pagliara", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-19": "San Berardo da Pagliara", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-19": "San Berardo da Pagliara", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-19": "San Berardo da Pagliara", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-19": "San Berardo da Pagliara", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-19": "San Berardo da Pagliara", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-19": "San Berardo da Pagliara", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-19": "San Berardo da Pagliara", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-19": "San Berardo da Pagliara", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-19": "San Berardo da Pagliara", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-19": "San Berardo da Pagliara", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-19": "San Berardo da Pagliara", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-19": "San Berardo da Pagliara", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-19": "San Berardo da Pagliara", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_TN.json000066400000000000000000001615771500152103600211340ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-26": "San Vigilio", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-26": "San Vigilio", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-26": "San Vigilio", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-26": "San Vigilio", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-26": "San Vigilio", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-26": "San Vigilio", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-26": "San Vigilio", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-26": "San Vigilio", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-26": "San Vigilio", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-26": "San Vigilio", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-26": "San Vigilio", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-26": "San Vigilio", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-26": "San Vigilio", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-26": "San Vigilio", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-26": "San Vigilio", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-26": "San Vigilio", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-26": "San Vigilio", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-26": "San Vigilio", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-26": "San Vigilio", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-26": "San Vigilio", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-26": "San Vigilio", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-26": "San Vigilio", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-26": "San Vigilio", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-26": "San Vigilio", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-26": "San Vigilio", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-26": "San Vigilio", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-26": "San Vigilio", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-26": "San Vigilio", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-26": "San Vigilio", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-26": "San Vigilio", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-26": "San Vigilio", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-26": "San Vigilio", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-26": "San Vigilio", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-26": "San Vigilio", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-26": "San Vigilio", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-26": "San Vigilio", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-26": "San Vigilio", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-26": "San Vigilio", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-26": "San Vigilio", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-26": "San Vigilio", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-26": "San Vigilio", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-26": "San Vigilio", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-26": "San Vigilio", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-26": "San Vigilio", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-26": "San Vigilio", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-26": "San Vigilio", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-26": "San Vigilio", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-26": "San Vigilio", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-26": "San Vigilio", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-26": "San Vigilio", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-26": "San Vigilio", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-26": "San Vigilio", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-26": "San Vigilio", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-26": "San Vigilio", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-26": "San Vigilio", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-26": "San Vigilio", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-26": "San Vigilio", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-26": "San Vigilio", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-26": "San Vigilio", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-26": "San Vigilio", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-26": "San Vigilio", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-26": "San Vigilio", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-26": "San Vigilio", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-26": "San Vigilio", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-26": "San Vigilio", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-26": "San Vigilio", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-26": "San Vigilio", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-26": "San Vigilio", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-26": "San Vigilio", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-26": "San Vigilio", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-26": "San Vigilio", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-26": "San Vigilio", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-26": "San Vigilio", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-26": "San Vigilio", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-26": "San Vigilio", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-26": "San Vigilio", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-26": "San Vigilio", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-26": "San Vigilio", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-26": "San Vigilio", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-26": "San Vigilio", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-26": "San Vigilio", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-26": "San Vigilio", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-26": "San Vigilio", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-26": "San Vigilio", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-26": "San Vigilio", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-26": "San Vigilio", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-26": "San Vigilio", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-26": "San Vigilio", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-26": "San Vigilio", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-26": "San Vigilio", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-26": "San Vigilio", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-26": "San Vigilio", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-26": "San Vigilio", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-26": "San Vigilio", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-26": "San Vigilio", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-26": "San Vigilio", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-26": "San Vigilio", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-26": "San Vigilio", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-26": "San Vigilio", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-26": "San Vigilio", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-26": "San Vigilio", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_TO.json000066400000000000000000001635611500152103600211300ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-24": "San Giovanni Battista", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-24": "San Giovanni Battista", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-24": "San Giovanni Battista", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-24": "San Giovanni Battista", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-24": "San Giovanni Battista", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-24": "San Giovanni Battista", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-24": "San Giovanni Battista", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-24": "San Giovanni Battista", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-24": "San Giovanni Battista", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-24": "San Giovanni Battista", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-24": "San Giovanni Battista", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-24": "San Giovanni Battista", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-24": "San Giovanni Battista", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-24": "San Giovanni Battista", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-24": "San Giovanni Battista", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-24": "San Giovanni Battista", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-24": "San Giovanni Battista", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-24": "San Giovanni Battista", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-24": "San Giovanni Battista", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-24": "San Giovanni Battista", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-24": "San Giovanni Battista", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-24": "San Giovanni Battista", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-24": "San Giovanni Battista", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-24": "San Giovanni Battista", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-24": "San Giovanni Battista", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-24": "San Giovanni Battista", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-24": "San Giovanni Battista", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-06-24": "San Giovanni Battista", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-06-24": "San Giovanni Battista", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-06-24": "San Giovanni Battista", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-06-24": "San Giovanni Battista", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-06-24": "San Giovanni Battista", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-06-24": "San Giovanni Battista", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-06-24": "San Giovanni Battista", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-06-24": "San Giovanni Battista", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-06-24": "San Giovanni Battista", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-06-24": "San Giovanni Battista", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-06-24": "San Giovanni Battista", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-06-24": "San Giovanni Battista", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-06-24": "San Giovanni Battista", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-06-24": "San Giovanni Battista", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-06-24": "San Giovanni Battista", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-06-24": "San Giovanni Battista", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-06-24": "San Giovanni Battista", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-06-24": "San Giovanni Battista", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-06-24": "San Giovanni Battista", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-06-24": "San Giovanni Battista", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-06-24": "San Giovanni Battista", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-06-24": "San Giovanni Battista", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-06-24": "San Giovanni Battista", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-06-24": "San Giovanni Battista", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-06-24": "San Giovanni Battista", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-06-24": "San Giovanni Battista", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-06-24": "San Giovanni Battista", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-06-24": "San Giovanni Battista", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-06-24": "San Giovanni Battista", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-06-24": "San Giovanni Battista", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-06-24": "San Giovanni Battista", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-06-24": "San Giovanni Battista", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-06-24": "San Giovanni Battista", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-06-24": "San Giovanni Battista", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-06-24": "San Giovanni Battista", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-06-24": "San Giovanni Battista", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-06-24": "San Giovanni Battista", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-06-24": "San Giovanni Battista", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-06-24": "San Giovanni Battista", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-06-24": "San Giovanni Battista", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-06-24": "San Giovanni Battista", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-06-24": "San Giovanni Battista", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-06-24": "San Giovanni Battista", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-06-24": "San Giovanni Battista", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-06-24": "San Giovanni Battista", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-06-24": "San Giovanni Battista", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-06-24": "San Giovanni Battista", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-06-24": "San Giovanni Battista", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-06-24": "San Giovanni Battista", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-06-24": "San Giovanni Battista", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-06-24": "San Giovanni Battista", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-06-24": "San Giovanni Battista", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-06-24": "San Giovanni Battista", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-06-24": "San Giovanni Battista", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-06-24": "San Giovanni Battista", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-06-24": "San Giovanni Battista", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-06-24": "San Giovanni Battista", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-06-24": "San Giovanni Battista", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-06-24": "San Giovanni Battista", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-06-24": "San Giovanni Battista", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-06-24": "San Giovanni Battista", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-06-24": "San Giovanni Battista", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-06-24": "San Giovanni Battista", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-06-24": "San Giovanni Battista", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-06-24": "San Giovanni Battista", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-06-24": "San Giovanni Battista", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-06-24": "San Giovanni Battista", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-06-24": "San Giovanni Battista", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-06-24": "San Giovanni Battista", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-06-24": "San Giovanni Battista", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-06-24": "San Giovanni Battista", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-06-24": "San Giovanni Battista", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-06-24": "San Giovanni Battista", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-06-24": "San Giovanni Battista", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_TP.json000066400000000000000000001642401500152103600211240ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-07": "Sant'Alberto degli Abati", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-07": "Sant'Alberto degli Abati", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-07": "Sant'Alberto degli Abati", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-07": "Sant'Alberto degli Abati", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-07": "Sant'Alberto degli Abati", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-07": "Sant'Alberto degli Abati", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-07": "Sant'Alberto degli Abati", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-07": "Sant'Alberto degli Abati", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-07": "Sant'Alberto degli Abati", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-07": "Sant'Alberto degli Abati", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-07": "Sant'Alberto degli Abati", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-07": "Sant'Alberto degli Abati", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-07": "Sant'Alberto degli Abati", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-07": "Sant'Alberto degli Abati", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-07": "Sant'Alberto degli Abati", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-07": "Sant'Alberto degli Abati", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-07": "Sant'Alberto degli Abati", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-07": "Sant'Alberto degli Abati", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-07": "Sant'Alberto degli Abati", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-07": "Sant'Alberto degli Abati", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-07": "Sant'Alberto degli Abati", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-07": "Sant'Alberto degli Abati", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-07": "Sant'Alberto degli Abati", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-07": "Sant'Alberto degli Abati", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-07": "Sant'Alberto degli Abati", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-07": "Sant'Alberto degli Abati", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-07": "Sant'Alberto degli Abati", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-07": "Sant'Alberto degli Abati", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-07": "Sant'Alberto degli Abati", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-07": "Sant'Alberto degli Abati", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-07": "Sant'Alberto degli Abati", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-07": "Sant'Alberto degli Abati", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-07": "Sant'Alberto degli Abati", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-07": "Sant'Alberto degli Abati", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-07": "Sant'Alberto degli Abati", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-07": "Sant'Alberto degli Abati", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-07": "Sant'Alberto degli Abati", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-07": "Sant'Alberto degli Abati", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-07": "Sant'Alberto degli Abati", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-07": "Sant'Alberto degli Abati", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-07": "Sant'Alberto degli Abati", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-07": "Sant'Alberto degli Abati", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-07": "Sant'Alberto degli Abati", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-07": "Sant'Alberto degli Abati", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-07": "Sant'Alberto degli Abati", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-07": "Sant'Alberto degli Abati", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-07": "Sant'Alberto degli Abati", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-07": "Sant'Alberto degli Abati", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-07": "Sant'Alberto degli Abati", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-07": "Sant'Alberto degli Abati", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-07": "Sant'Alberto degli Abati", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-07": "Sant'Alberto degli Abati", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-07": "Sant'Alberto degli Abati", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-07": "Sant'Alberto degli Abati", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-07": "Sant'Alberto degli Abati", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-07": "Sant'Alberto degli Abati", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-07": "Sant'Alberto degli Abati", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-07": "Sant'Alberto degli Abati", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-07": "Sant'Alberto degli Abati", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-07": "Sant'Alberto degli Abati", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-07": "Sant'Alberto degli Abati", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-07": "Sant'Alberto degli Abati", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-07": "Sant'Alberto degli Abati", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-07": "Sant'Alberto degli Abati", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-07": "Sant'Alberto degli Abati", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-07": "Sant'Alberto degli Abati", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-07": "Sant'Alberto degli Abati", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-07": "Sant'Alberto degli Abati", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-07": "Sant'Alberto degli Abati", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-07": "Sant'Alberto degli Abati", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-07": "Sant'Alberto degli Abati", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-07": "Sant'Alberto degli Abati", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-07": "Sant'Alberto degli Abati", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-07": "Sant'Alberto degli Abati", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-07": "Sant'Alberto degli Abati", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-07": "Sant'Alberto degli Abati", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-07": "Sant'Alberto degli Abati", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-07": "Sant'Alberto degli Abati", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-07": "Sant'Alberto degli Abati", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-07": "Sant'Alberto degli Abati", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-07": "Sant'Alberto degli Abati", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-07": "Sant'Alberto degli Abati", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-07": "Sant'Alberto degli Abati", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-07": "Sant'Alberto degli Abati", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-07": "Sant'Alberto degli Abati", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-07": "Sant'Alberto degli Abati", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-07": "Sant'Alberto degli Abati", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-07": "Sant'Alberto degli Abati", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-07": "Sant'Alberto degli Abati", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-07": "Sant'Alberto degli Abati", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-07": "Sant'Alberto degli Abati", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-07": "Sant'Alberto degli Abati", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-07": "Sant'Alberto degli Abati", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-07": "Sant'Alberto degli Abati", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-07": "Sant'Alberto degli Abati", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-07": "Sant'Alberto degli Abati", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-07": "Sant'Alberto degli Abati", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-07": "Sant'Alberto degli Abati", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-07": "Sant'Alberto degli Abati", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-07": "Sant'Alberto degli Abati", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-07": "Sant'Alberto degli Abati", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_TR.json000066400000000000000000001621111500152103600211210ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-02-14": "San Valentino", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-02-14": "San Valentino", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-02-14": "San Valentino", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-02-14": "San Valentino", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-02-14": "San Valentino", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-02-14": "San Valentino", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-02-14": "San Valentino", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-02-14": "San Valentino", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-02-14": "San Valentino", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-02-14": "San Valentino", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-02-14": "San Valentino", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-02-14": "San Valentino", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-02-14": "San Valentino", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-02-14": "San Valentino", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-02-14": "San Valentino", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-02-14": "San Valentino", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-02-14": "San Valentino", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-02-14": "San Valentino", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-02-14": "San Valentino", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-02-14": "San Valentino", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-02-14": "San Valentino", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-02-14": "San Valentino", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-02-14": "San Valentino", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-02-14": "San Valentino", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-02-14": "San Valentino", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-02-14": "San Valentino", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-02-14": "San Valentino", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-02-14": "San Valentino", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-02-14": "San Valentino", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-02-14": "San Valentino", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-02-14": "San Valentino", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-02-14": "San Valentino", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-02-14": "San Valentino", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-02-14": "San Valentino", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-02-14": "San Valentino", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-02-14": "San Valentino", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-02-14": "San Valentino", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-02-14": "San Valentino", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-02-14": "San Valentino", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-02-14": "San Valentino", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-02-14": "San Valentino", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-02-14": "San Valentino", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-02-14": "San Valentino", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-02-14": "San Valentino", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-02-14": "San Valentino", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-02-14": "San Valentino", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-02-14": "San Valentino", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-02-14": "San Valentino", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-02-14": "San Valentino", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-02-14": "San Valentino", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-02-14": "San Valentino", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-02-14": "San Valentino", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-02-14": "San Valentino", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-02-14": "San Valentino", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-02-14": "San Valentino", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-02-14": "San Valentino", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-02-14": "San Valentino", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-02-14": "San Valentino", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-02-14": "San Valentino", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-02-14": "San Valentino", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-02-14": "San Valentino", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-02-14": "San Valentino", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-02-14": "San Valentino", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-02-14": "San Valentino", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-02-14": "San Valentino", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-02-14": "San Valentino", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-02-14": "San Valentino", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-02-14": "San Valentino", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-02-14": "San Valentino", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-02-14": "San Valentino", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-02-14": "San Valentino", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-02-14": "San Valentino", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-02-14": "San Valentino", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-02-14": "San Valentino", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-02-14": "San Valentino", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-02-14": "San Valentino", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-02-14": "San Valentino", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-02-14": "San Valentino", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-02-14": "San Valentino", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-02-14": "San Valentino", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-02-14": "San Valentino", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-02-14": "San Valentino", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-02-14": "San Valentino", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-02-14": "San Valentino", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-02-14": "San Valentino", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-02-14": "San Valentino", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-02-14": "San Valentino", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-02-14": "San Valentino", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-02-14": "San Valentino", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-02-14": "San Valentino", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-02-14": "San Valentino", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-02-14": "San Valentino", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-02-14": "San Valentino", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-02-14": "San Valentino", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-02-14": "San Valentino", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-02-14": "San Valentino", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-02-14": "San Valentino", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-02-14": "San Valentino", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-02-14": "San Valentino", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-02-14": "San Valentino", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-02-14": "San Valentino", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_TRANI.json000066400000000000000000001635351500152103600214640ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-03": "San Nicola Pellegrino", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore; San Nicola Pellegrino", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-03": "San Nicola Pellegrino", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-03": "San Nicola Pellegrino", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-03": "San Nicola Pellegrino", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-03": "San Nicola Pellegrino", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-03": "San Nicola Pellegrino", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-03": "San Nicola Pellegrino", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-03": "San Nicola Pellegrino", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-03": "San Nicola Pellegrino", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-03": "San Nicola Pellegrino", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-03": "San Nicola Pellegrino", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-03": "San Nicola Pellegrino", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-03": "San Nicola Pellegrino", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-03": "San Nicola Pellegrino", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-03": "San Nicola Pellegrino", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-03": "San Nicola Pellegrino", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-03": "San Nicola Pellegrino", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-03": "San Nicola Pellegrino", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-03": "San Nicola Pellegrino", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-03": "San Nicola Pellegrino", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-03": "San Nicola Pellegrino", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-03": "San Nicola Pellegrino", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-03": "San Nicola Pellegrino", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-03": "San Nicola Pellegrino", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-03": "San Nicola Pellegrino", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-03": "San Nicola Pellegrino", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-03": "San Nicola Pellegrino", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-03": "San Nicola Pellegrino", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-03": "San Nicola Pellegrino", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-03": "San Nicola Pellegrino", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-03": "San Nicola Pellegrino", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-03": "San Nicola Pellegrino", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-03": "San Nicola Pellegrino", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-03": "San Nicola Pellegrino", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-03": "San Nicola Pellegrino", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-03": "San Nicola Pellegrino", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-03": "San Nicola Pellegrino", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-03": "San Nicola Pellegrino", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-03": "San Nicola Pellegrino", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-03": "San Nicola Pellegrino", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-03": "San Nicola Pellegrino", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-03": "San Nicola Pellegrino", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-03": "San Nicola Pellegrino", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-03": "San Nicola Pellegrino", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-03": "San Nicola Pellegrino", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-03": "San Nicola Pellegrino", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-03": "San Nicola Pellegrino", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-03": "San Nicola Pellegrino", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-03": "San Nicola Pellegrino", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-03": "San Nicola Pellegrino", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-03": "San Nicola Pellegrino", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-03": "San Nicola Pellegrino", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-03": "San Nicola Pellegrino", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-03": "San Nicola Pellegrino", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-03": "San Nicola Pellegrino", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-03": "San Nicola Pellegrino", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-03": "San Nicola Pellegrino", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-03": "San Nicola Pellegrino", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-03": "San Nicola Pellegrino", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-03": "San Nicola Pellegrino", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-03": "San Nicola Pellegrino", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-03": "San Nicola Pellegrino", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-03": "San Nicola Pellegrino", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-03": "San Nicola Pellegrino", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-03": "San Nicola Pellegrino", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-03": "San Nicola Pellegrino", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-03": "San Nicola Pellegrino", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-03": "San Nicola Pellegrino", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-03": "San Nicola Pellegrino", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-03": "San Nicola Pellegrino", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-03": "San Nicola Pellegrino", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-03": "San Nicola Pellegrino", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-03": "San Nicola Pellegrino", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-03": "San Nicola Pellegrino", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-03": "San Nicola Pellegrino", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-03": "San Nicola Pellegrino", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-03": "San Nicola Pellegrino", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-03": "San Nicola Pellegrino", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-03": "San Nicola Pellegrino", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-03": "San Nicola Pellegrino", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-03": "San Nicola Pellegrino", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-03": "San Nicola Pellegrino", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-03": "San Nicola Pellegrino", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-03": "San Nicola Pellegrino", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-03": "San Nicola Pellegrino", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-03": "San Nicola Pellegrino", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-03": "San Nicola Pellegrino", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-03": "San Nicola Pellegrino", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-03": "San Nicola Pellegrino", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-03": "San Nicola Pellegrino", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-03": "San Nicola Pellegrino", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-03": "San Nicola Pellegrino", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-03": "San Nicola Pellegrino", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-03": "San Nicola Pellegrino", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-03": "San Nicola Pellegrino", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-03": "San Nicola Pellegrino", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-03": "San Nicola Pellegrino", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-03": "San Nicola Pellegrino", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-03": "San Nicola Pellegrino", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-03": "San Nicola Pellegrino", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_TS.json000066400000000000000000001614321500152103600211270ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-03": "San Giusto", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-03": "San Giusto", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-03": "San Giusto", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-03": "San Giusto", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-03": "San Giusto", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-03": "San Giusto", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-03": "San Giusto", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-03": "San Giusto", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-03": "San Giusto", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-03": "San Giusto", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-03": "San Giusto", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-03": "San Giusto", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-03": "San Giusto", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-03": "San Giusto", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-03": "San Giusto", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-03": "San Giusto", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-03": "San Giusto", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-03": "San Giusto", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-03": "San Giusto", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-03": "San Giusto", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-03": "San Giusto", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-03": "San Giusto", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-03": "San Giusto", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-03": "San Giusto", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-03": "San Giusto", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-03": "San Giusto", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-03": "San Giusto", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-11-03": "San Giusto", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-11-03": "San Giusto", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-11-03": "San Giusto", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-11-03": "San Giusto", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-11-03": "San Giusto", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-11-03": "San Giusto", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-11-03": "San Giusto", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-11-03": "San Giusto", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-11-03": "San Giusto", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-11-03": "San Giusto", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-11-03": "San Giusto", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-11-03": "San Giusto", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-11-03": "San Giusto", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-11-03": "San Giusto", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-11-03": "San Giusto", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-11-03": "San Giusto", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-11-03": "San Giusto", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-11-03": "San Giusto", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-11-03": "San Giusto", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-11-03": "San Giusto", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-11-03": "San Giusto", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-11-03": "San Giusto", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-11-03": "San Giusto", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-11-03": "San Giusto", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-11-03": "San Giusto", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-11-03": "San Giusto", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-11-03": "San Giusto", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-11-03": "San Giusto", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-11-03": "San Giusto", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-11-03": "San Giusto", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-11-03": "San Giusto", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-11-03": "San Giusto", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-11-03": "San Giusto", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-11-03": "San Giusto", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-11-03": "San Giusto", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-11-03": "San Giusto", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-11-03": "San Giusto", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-11-03": "San Giusto", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-11-03": "San Giusto", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-11-03": "San Giusto", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-11-03": "San Giusto", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-11-03": "San Giusto", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-11-03": "San Giusto", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-11-03": "San Giusto", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-11-03": "San Giusto", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-11-03": "San Giusto", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-11-03": "San Giusto", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-11-03": "San Giusto", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-11-03": "San Giusto", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-11-03": "San Giusto", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-11-03": "San Giusto", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-11-03": "San Giusto", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-11-03": "San Giusto", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-11-03": "San Giusto", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-11-03": "San Giusto", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-11-03": "San Giusto", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-11-03": "San Giusto", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-11-03": "San Giusto", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-11-03": "San Giusto", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-11-03": "San Giusto", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-11-03": "San Giusto", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-11-03": "San Giusto", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-11-03": "San Giusto", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-11-03": "San Giusto", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-11-03": "San Giusto", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-11-03": "San Giusto", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-11-03": "San Giusto", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-11-03": "San Giusto", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-11-03": "San Giusto", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-11-03": "San Giusto", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-11-03": "San Giusto", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-11-03": "San Giusto", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-11-03": "San Giusto", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-11-03": "San Giusto", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_TV.json000066400000000000000000001617441500152103600211400ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-04-27": "San Liberale", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-04-27": "San Liberale", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-04-27": "San Liberale", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-04-27": "San Liberale", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-04-27": "San Liberale", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-04-27": "San Liberale", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-04-27": "San Liberale", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-04-27": "San Liberale", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-04-27": "San Liberale", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-04-27": "San Liberale", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-04-27": "San Liberale", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-04-27": "San Liberale", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-04-27": "San Liberale", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-04-27": "San Liberale", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-04-27": "San Liberale", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-04-27": "San Liberale", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-04-27": "San Liberale", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-04-27": "San Liberale", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-04-27": "San Liberale", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-04-27": "San Liberale", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-04-27": "San Liberale", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-04-27": "San Liberale", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-04-27": "San Liberale", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-04-27": "San Liberale", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-04-27": "San Liberale", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-04-27": "San Liberale", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-04-27": "San Liberale", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-04-27": "San Liberale", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-04-27": "San Liberale", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-04-27": "San Liberale", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-04-27": "San Liberale", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-04-27": "San Liberale", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-04-27": "San Liberale", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-04-27": "San Liberale", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-04-27": "San Liberale", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-04-27": "San Liberale", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-04-27": "San Liberale", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-04-27": "San Liberale", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-04-27": "San Liberale", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-04-27": "San Liberale", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-04-27": "San Liberale", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-04-27": "San Liberale", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-04-27": "San Liberale", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-04-27": "San Liberale", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-04-27": "San Liberale", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-04-27": "San Liberale", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-04-27": "San Liberale", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-04-27": "San Liberale", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-04-27": "San Liberale", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-04-27": "San Liberale", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-04-27": "San Liberale", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-04-27": "San Liberale", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-04-27": "San Liberale", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-04-27": "San Liberale", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-04-27": "San Liberale", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-04-27": "San Liberale", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-04-27": "San Liberale", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-04-27": "San Liberale", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-04-27": "San Liberale", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-04-27": "San Liberale", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-04-27": "San Liberale", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-04-27": "San Liberale", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-04-27": "San Liberale", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-04-27": "San Liberale", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-04-27": "San Liberale", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-04-27": "San Liberale", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-04-27": "San Liberale", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-04-27": "San Liberale", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-04-27": "San Liberale", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-04-27": "San Liberale", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-04-27": "San Liberale", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-04-27": "San Liberale", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-04-27": "San Liberale", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-04-27": "San Liberale", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-04-27": "San Liberale", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-04-27": "San Liberale", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-04-27": "San Liberale", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-04-27": "San Liberale", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-04-27": "San Liberale", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-04-27": "San Liberale", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-04-27": "San Liberale", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-04-27": "San Liberale", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-04-27": "San Liberale", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-04-27": "San Liberale", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-04-27": "San Liberale", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-04-27": "San Liberale", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-04-27": "San Liberale", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-04-27": "San Liberale", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-04-27": "San Liberale", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-04-27": "San Liberale", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-04-27": "San Liberale", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-04-27": "San Liberale", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-04-27": "San Liberale", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-04-27": "San Liberale", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-04-27": "San Liberale", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-04-27": "San Liberale", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-04-27": "San Liberale", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-04-27": "San Liberale", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-04-27": "San Liberale", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-04-27": "San Liberale", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-04-27": "San Liberale", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_UD.json000066400000000000000000001645521500152103600211170ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-07-12": "Santi Ermacora e Fortunato", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-07-12": "Santi Ermacora e Fortunato", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-07-12": "Santi Ermacora e Fortunato", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-07-12": "Santi Ermacora e Fortunato", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-07-12": "Santi Ermacora e Fortunato", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-07-12": "Santi Ermacora e Fortunato", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-07-12": "Santi Ermacora e Fortunato", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-07-12": "Santi Ermacora e Fortunato", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-07-12": "Santi Ermacora e Fortunato", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-07-12": "Santi Ermacora e Fortunato", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-07-12": "Santi Ermacora e Fortunato", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-07-12": "Santi Ermacora e Fortunato", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-07-12": "Santi Ermacora e Fortunato", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-07-12": "Santi Ermacora e Fortunato", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-07-12": "Santi Ermacora e Fortunato", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-07-12": "Santi Ermacora e Fortunato", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-07-12": "Santi Ermacora e Fortunato", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-07-12": "Santi Ermacora e Fortunato", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-07-12": "Santi Ermacora e Fortunato", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-07-12": "Santi Ermacora e Fortunato", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-07-12": "Santi Ermacora e Fortunato", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-07-12": "Santi Ermacora e Fortunato", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-07-12": "Santi Ermacora e Fortunato", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-07-12": "Santi Ermacora e Fortunato", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-07-12": "Santi Ermacora e Fortunato", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-07-12": "Santi Ermacora e Fortunato", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-07-12": "Santi Ermacora e Fortunato", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-07-12": "Santi Ermacora e Fortunato", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-07-12": "Santi Ermacora e Fortunato", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-07-12": "Santi Ermacora e Fortunato", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-07-12": "Santi Ermacora e Fortunato", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-07-12": "Santi Ermacora e Fortunato", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-07-12": "Santi Ermacora e Fortunato", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-07-12": "Santi Ermacora e Fortunato", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-07-12": "Santi Ermacora e Fortunato", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-07-12": "Santi Ermacora e Fortunato", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-07-12": "Santi Ermacora e Fortunato", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-07-12": "Santi Ermacora e Fortunato", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-07-12": "Santi Ermacora e Fortunato", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-07-12": "Santi Ermacora e Fortunato", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-07-12": "Santi Ermacora e Fortunato", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-07-12": "Santi Ermacora e Fortunato", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-07-12": "Santi Ermacora e Fortunato", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-07-12": "Santi Ermacora e Fortunato", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-07-12": "Santi Ermacora e Fortunato", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-07-12": "Santi Ermacora e Fortunato", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-07-12": "Santi Ermacora e Fortunato", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-07-12": "Santi Ermacora e Fortunato", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-07-12": "Santi Ermacora e Fortunato", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-07-12": "Santi Ermacora e Fortunato", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-07-12": "Santi Ermacora e Fortunato", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-07-12": "Santi Ermacora e Fortunato", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-07-12": "Santi Ermacora e Fortunato", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-07-12": "Santi Ermacora e Fortunato", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-07-12": "Santi Ermacora e Fortunato", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-07-12": "Santi Ermacora e Fortunato", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-07-12": "Santi Ermacora e Fortunato", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-07-12": "Santi Ermacora e Fortunato", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-07-12": "Santi Ermacora e Fortunato", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-07-12": "Santi Ermacora e Fortunato", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-07-12": "Santi Ermacora e Fortunato", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-07-12": "Santi Ermacora e Fortunato", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-07-12": "Santi Ermacora e Fortunato", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-07-12": "Santi Ermacora e Fortunato", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-07-12": "Santi Ermacora e Fortunato", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-07-12": "Santi Ermacora e Fortunato", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-07-12": "Santi Ermacora e Fortunato", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-07-12": "Santi Ermacora e Fortunato", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-07-12": "Santi Ermacora e Fortunato", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-07-12": "Santi Ermacora e Fortunato", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-07-12": "Santi Ermacora e Fortunato", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-07-12": "Santi Ermacora e Fortunato", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-07-12": "Santi Ermacora e Fortunato", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-07-12": "Santi Ermacora e Fortunato", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-07-12": "Santi Ermacora e Fortunato", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-07-12": "Santi Ermacora e Fortunato", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-07-12": "Santi Ermacora e Fortunato", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-07-12": "Santi Ermacora e Fortunato", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-07-12": "Santi Ermacora e Fortunato", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-07-12": "Santi Ermacora e Fortunato", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-07-12": "Santi Ermacora e Fortunato", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-07-12": "Santi Ermacora e Fortunato", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-07-12": "Santi Ermacora e Fortunato", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-07-12": "Santi Ermacora e Fortunato", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-07-12": "Santi Ermacora e Fortunato", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-07-12": "Santi Ermacora e Fortunato", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-07-12": "Santi Ermacora e Fortunato", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-07-12": "Santi Ermacora e Fortunato", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-07-12": "Santi Ermacora e Fortunato", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-07-12": "Santi Ermacora e Fortunato", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-07-12": "Santi Ermacora e Fortunato", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-07-12": "Santi Ermacora e Fortunato", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-07-12": "Santi Ermacora e Fortunato", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-07-12": "Santi Ermacora e Fortunato", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-07-12": "Santi Ermacora e Fortunato", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-07-12": "Santi Ermacora e Fortunato", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-07-12": "Santi Ermacora e Fortunato", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-07-12": "Santi Ermacora e Fortunato", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-07-12": "Santi Ermacora e Fortunato", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-07-12": "Santi Ermacora e Fortunato", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-07-12": "Santi Ermacora e Fortunato", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_URBINO.json000066400000000000000000001623531500152103600216020ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-01": "San Crescentino", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-01": "San Crescentino", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-01": "San Crescentino", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-01": "San Crescentino", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-01": "San Crescentino", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-01": "San Crescentino", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-01": "San Crescentino", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-01": "San Crescentino", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-01": "San Crescentino", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-01": "San Crescentino", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-01": "San Crescentino", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini; San Crescentino", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-01": "San Crescentino", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-01": "San Crescentino", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-01": "San Crescentino", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-01": "San Crescentino", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-01": "San Crescentino", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-01": "San Crescentino", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-01": "San Crescentino", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-01": "San Crescentino", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-01": "San Crescentino", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-01": "San Crescentino", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini; San Crescentino", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-01": "San Crescentino", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-01": "San Crescentino", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-01": "San Crescentino", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-01": "San Crescentino", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-01": "San Crescentino", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-01": "San Crescentino", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-01": "San Crescentino", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-01": "San Crescentino", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-01": "San Crescentino", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-01": "San Crescentino", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-01": "San Crescentino", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-01": "San Crescentino", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-01": "San Crescentino", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-01": "San Crescentino", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-01": "San Crescentino", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-01": "San Crescentino", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-01": "San Crescentino", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-01": "San Crescentino", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-01": "San Crescentino", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-01": "San Crescentino", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-01": "San Crescentino", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-01": "San Crescentino", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-01": "San Crescentino", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-01": "San Crescentino", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-01": "San Crescentino", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-01": "San Crescentino", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-01": "San Crescentino", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-01": "San Crescentino", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-01": "San Crescentino", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-01": "San Crescentino", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-01": "San Crescentino", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-01": "San Crescentino", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-01": "San Crescentino", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-01": "San Crescentino", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-01": "San Crescentino", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-01": "San Crescentino", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-01": "San Crescentino", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-01": "San Crescentino", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-01": "San Crescentino", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-01": "San Crescentino", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-01": "San Crescentino", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-01": "San Crescentino", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-01": "San Crescentino", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-01": "San Crescentino", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-01": "San Crescentino", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-01": "San Crescentino", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-01": "San Crescentino", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-01": "San Crescentino", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-01": "San Crescentino", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-01": "San Crescentino", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-01": "San Crescentino", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-01": "San Crescentino", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-01": "San Crescentino", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-01": "San Crescentino", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-01": "San Crescentino", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-01": "San Crescentino", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-01": "San Crescentino", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-01": "San Crescentino", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-01": "San Crescentino", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-01": "San Crescentino", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-01": "San Crescentino", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-01": "San Crescentino", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-01": "San Crescentino", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-01": "San Crescentino", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-01": "San Crescentino", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-01": "San Crescentino", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-01": "San Crescentino", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-01": "San Crescentino", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-01": "San Crescentino", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-01": "San Crescentino", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-01": "San Crescentino", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-01": "San Crescentino", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-01": "San Crescentino", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-01": "San Crescentino", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-01": "San Crescentino", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-01": "San Crescentino", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-01": "San Crescentino", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-01": "San Crescentino", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_VA.json000066400000000000000000001632231500152103600211070ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-08": "San Vittore il Moro", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-08": "San Vittore il Moro", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-08": "San Vittore il Moro", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-08": "San Vittore il Moro", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-08": "San Vittore il Moro", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-08": "San Vittore il Moro", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-08": "San Vittore il Moro", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-08": "San Vittore il Moro", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-08": "San Vittore il Moro", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-08": "San Vittore il Moro", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-08": "San Vittore il Moro", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-08": "San Vittore il Moro", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-08": "San Vittore il Moro", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-08": "San Vittore il Moro", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-08": "San Vittore il Moro", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-08": "San Vittore il Moro", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-08": "San Vittore il Moro", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-08": "San Vittore il Moro", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-08": "San Vittore il Moro", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-08": "San Vittore il Moro", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-08": "San Vittore il Moro", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-08": "San Vittore il Moro", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-08": "San Vittore il Moro", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-08": "San Vittore il Moro", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-08": "San Vittore il Moro", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore; San Vittore il Moro", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-08": "San Vittore il Moro", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-08": "San Vittore il Moro", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-08": "San Vittore il Moro", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-08": "San Vittore il Moro", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-08": "San Vittore il Moro", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-08": "San Vittore il Moro", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-08": "San Vittore il Moro", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-08": "San Vittore il Moro", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-08": "San Vittore il Moro", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-08": "San Vittore il Moro", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-08": "San Vittore il Moro", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-08": "San Vittore il Moro", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-08": "San Vittore il Moro", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-08": "San Vittore il Moro", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-08": "San Vittore il Moro", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-08": "San Vittore il Moro", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-08": "San Vittore il Moro", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-08": "San Vittore il Moro", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-08": "San Vittore il Moro", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-08": "San Vittore il Moro", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-08": "San Vittore il Moro", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-08": "San Vittore il Moro", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-08": "San Vittore il Moro", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-08": "San Vittore il Moro", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-08": "San Vittore il Moro", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-08": "San Vittore il Moro", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-08": "San Vittore il Moro", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-08": "San Vittore il Moro", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-08": "San Vittore il Moro", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-08": "San Vittore il Moro", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-08": "San Vittore il Moro", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-08": "San Vittore il Moro", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-08": "San Vittore il Moro", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-08": "San Vittore il Moro", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-08": "San Vittore il Moro", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-08": "San Vittore il Moro", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-08": "San Vittore il Moro", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-08": "San Vittore il Moro", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-08": "San Vittore il Moro", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-08": "San Vittore il Moro", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-08": "San Vittore il Moro", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-08": "San Vittore il Moro", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-08": "San Vittore il Moro", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-08": "San Vittore il Moro", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-08": "San Vittore il Moro", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-08": "San Vittore il Moro", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-08": "San Vittore il Moro", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-08": "San Vittore il Moro", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-08": "San Vittore il Moro", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-08": "San Vittore il Moro", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-08": "San Vittore il Moro", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-08": "San Vittore il Moro", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-08": "San Vittore il Moro", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-08": "San Vittore il Moro", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-08": "San Vittore il Moro", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-08": "San Vittore il Moro", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-08": "San Vittore il Moro", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-08": "San Vittore il Moro", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-08": "San Vittore il Moro", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-08": "San Vittore il Moro", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-08": "San Vittore il Moro", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-08": "San Vittore il Moro", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-08": "San Vittore il Moro", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-08": "San Vittore il Moro", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-08": "San Vittore il Moro", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-08": "San Vittore il Moro", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-08": "San Vittore il Moro", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-08": "San Vittore il Moro", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-08": "San Vittore il Moro", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-08": "San Vittore il Moro", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-08": "San Vittore il Moro", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-08": "San Vittore il Moro", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-08": "San Vittore il Moro", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-08": "San Vittore il Moro", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-08": "San Vittore il Moro", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_VB.json000066400000000000000000001632231500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-08": "San Vittore il Moro", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-08": "San Vittore il Moro", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-08": "San Vittore il Moro", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-08": "San Vittore il Moro", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-08": "San Vittore il Moro", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-08": "San Vittore il Moro", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-08": "San Vittore il Moro", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-08": "San Vittore il Moro", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-08": "San Vittore il Moro", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-08": "San Vittore il Moro", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-08": "San Vittore il Moro", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-08": "San Vittore il Moro", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-08": "San Vittore il Moro", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-08": "San Vittore il Moro", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-08": "San Vittore il Moro", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-08": "San Vittore il Moro", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-08": "San Vittore il Moro", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-08": "San Vittore il Moro", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-08": "San Vittore il Moro", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-08": "San Vittore il Moro", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-08": "San Vittore il Moro", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-08": "San Vittore il Moro", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-08": "San Vittore il Moro", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-08": "San Vittore il Moro", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-08": "San Vittore il Moro", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore; San Vittore il Moro", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-08": "San Vittore il Moro", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-08": "San Vittore il Moro", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-08": "San Vittore il Moro", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-08": "San Vittore il Moro", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-08": "San Vittore il Moro", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-08": "San Vittore il Moro", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-08": "San Vittore il Moro", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-08": "San Vittore il Moro", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-08": "San Vittore il Moro", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-08": "San Vittore il Moro", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-08": "San Vittore il Moro", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-08": "San Vittore il Moro", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-08": "San Vittore il Moro", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-08": "San Vittore il Moro", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-08": "San Vittore il Moro", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-08": "San Vittore il Moro", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-08": "San Vittore il Moro", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-08": "San Vittore il Moro", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-08": "San Vittore il Moro", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-08": "San Vittore il Moro", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-08": "San Vittore il Moro", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-08": "San Vittore il Moro", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-08": "San Vittore il Moro", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-08": "San Vittore il Moro", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-08": "San Vittore il Moro", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-08": "San Vittore il Moro", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-08": "San Vittore il Moro", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-08": "San Vittore il Moro", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-08": "San Vittore il Moro", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-08": "San Vittore il Moro", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-08": "San Vittore il Moro", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-08": "San Vittore il Moro", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-08": "San Vittore il Moro", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-08": "San Vittore il Moro", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-08": "San Vittore il Moro", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-08": "San Vittore il Moro", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-08": "San Vittore il Moro", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-08": "San Vittore il Moro", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-08": "San Vittore il Moro", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-08": "San Vittore il Moro", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-08": "San Vittore il Moro", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-08": "San Vittore il Moro", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-08": "San Vittore il Moro", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-08": "San Vittore il Moro", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-08": "San Vittore il Moro", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-08": "San Vittore il Moro", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-08": "San Vittore il Moro", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-08": "San Vittore il Moro", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-08": "San Vittore il Moro", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-08": "San Vittore il Moro", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-08": "San Vittore il Moro", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-08": "San Vittore il Moro", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-08": "San Vittore il Moro", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-08": "San Vittore il Moro", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-08": "San Vittore il Moro", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-08": "San Vittore il Moro", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-08": "San Vittore il Moro", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-08": "San Vittore il Moro", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-08": "San Vittore il Moro", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-08": "San Vittore il Moro", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-08": "San Vittore il Moro", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-08": "San Vittore il Moro", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-08": "San Vittore il Moro", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-08": "San Vittore il Moro", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-08": "San Vittore il Moro", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-08": "San Vittore il Moro", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-08": "San Vittore il Moro", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-08": "San Vittore il Moro", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-08": "San Vittore il Moro", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-08": "San Vittore il Moro", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-08": "San Vittore il Moro", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-08": "San Vittore il Moro", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-08": "San Vittore il Moro", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-08": "San Vittore il Moro", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-08": "San Vittore il Moro", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_VC.json000066400000000000000000001642401500152103600211110ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-01": "Sant'Eusebio di Vercelli", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-01": "Sant'Eusebio di Vercelli", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-01": "Sant'Eusebio di Vercelli", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-01": "Sant'Eusebio di Vercelli", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-01": "Sant'Eusebio di Vercelli", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-01": "Sant'Eusebio di Vercelli", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-01": "Sant'Eusebio di Vercelli", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-01": "Sant'Eusebio di Vercelli", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-01": "Sant'Eusebio di Vercelli", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-01": "Sant'Eusebio di Vercelli", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-01": "Sant'Eusebio di Vercelli", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-01": "Sant'Eusebio di Vercelli", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-01": "Sant'Eusebio di Vercelli", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-01": "Sant'Eusebio di Vercelli", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-01": "Sant'Eusebio di Vercelli", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-01": "Sant'Eusebio di Vercelli", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-01": "Sant'Eusebio di Vercelli", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-01": "Sant'Eusebio di Vercelli", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-01": "Sant'Eusebio di Vercelli", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-01": "Sant'Eusebio di Vercelli", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-01": "Sant'Eusebio di Vercelli", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-01": "Sant'Eusebio di Vercelli", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-01": "Sant'Eusebio di Vercelli", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-01": "Sant'Eusebio di Vercelli", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-01": "Sant'Eusebio di Vercelli", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-01": "Sant'Eusebio di Vercelli", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-01": "Sant'Eusebio di Vercelli", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-01": "Sant'Eusebio di Vercelli", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-01": "Sant'Eusebio di Vercelli", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-01": "Sant'Eusebio di Vercelli", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-01": "Sant'Eusebio di Vercelli", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-01": "Sant'Eusebio di Vercelli", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-01": "Sant'Eusebio di Vercelli", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-01": "Sant'Eusebio di Vercelli", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-01": "Sant'Eusebio di Vercelli", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-01": "Sant'Eusebio di Vercelli", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-01": "Sant'Eusebio di Vercelli", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-01": "Sant'Eusebio di Vercelli", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-01": "Sant'Eusebio di Vercelli", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-01": "Sant'Eusebio di Vercelli", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-01": "Sant'Eusebio di Vercelli", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-01": "Sant'Eusebio di Vercelli", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-01": "Sant'Eusebio di Vercelli", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-01": "Sant'Eusebio di Vercelli", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-01": "Sant'Eusebio di Vercelli", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-01": "Sant'Eusebio di Vercelli", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-01": "Sant'Eusebio di Vercelli", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-01": "Sant'Eusebio di Vercelli", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-01": "Sant'Eusebio di Vercelli", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-01": "Sant'Eusebio di Vercelli", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-01": "Sant'Eusebio di Vercelli", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-01": "Sant'Eusebio di Vercelli", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-01": "Sant'Eusebio di Vercelli", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-01": "Sant'Eusebio di Vercelli", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-01": "Sant'Eusebio di Vercelli", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-01": "Sant'Eusebio di Vercelli", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-01": "Sant'Eusebio di Vercelli", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-01": "Sant'Eusebio di Vercelli", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-01": "Sant'Eusebio di Vercelli", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-01": "Sant'Eusebio di Vercelli", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-01": "Sant'Eusebio di Vercelli", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-01": "Sant'Eusebio di Vercelli", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-01": "Sant'Eusebio di Vercelli", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-01": "Sant'Eusebio di Vercelli", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-01": "Sant'Eusebio di Vercelli", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-01": "Sant'Eusebio di Vercelli", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-01": "Sant'Eusebio di Vercelli", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-01": "Sant'Eusebio di Vercelli", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-01": "Sant'Eusebio di Vercelli", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-01": "Sant'Eusebio di Vercelli", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-01": "Sant'Eusebio di Vercelli", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-01": "Sant'Eusebio di Vercelli", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-01": "Sant'Eusebio di Vercelli", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-01": "Sant'Eusebio di Vercelli", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-01": "Sant'Eusebio di Vercelli", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-01": "Sant'Eusebio di Vercelli", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-01": "Sant'Eusebio di Vercelli", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-01": "Sant'Eusebio di Vercelli", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-01": "Sant'Eusebio di Vercelli", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-01": "Sant'Eusebio di Vercelli", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-01": "Sant'Eusebio di Vercelli", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-01": "Sant'Eusebio di Vercelli", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-01": "Sant'Eusebio di Vercelli", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-01": "Sant'Eusebio di Vercelli", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-01": "Sant'Eusebio di Vercelli", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-01": "Sant'Eusebio di Vercelli", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-01": "Sant'Eusebio di Vercelli", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-01": "Sant'Eusebio di Vercelli", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-01": "Sant'Eusebio di Vercelli", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-01": "Sant'Eusebio di Vercelli", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-01": "Sant'Eusebio di Vercelli", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-01": "Sant'Eusebio di Vercelli", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-01": "Sant'Eusebio di Vercelli", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-01": "Sant'Eusebio di Vercelli", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-01": "Sant'Eusebio di Vercelli", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-01": "Sant'Eusebio di Vercelli", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-01": "Sant'Eusebio di Vercelli", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-01": "Sant'Eusebio di Vercelli", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-01": "Sant'Eusebio di Vercelli", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-01": "Sant'Eusebio di Vercelli", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-01": "Sant'Eusebio di Vercelli", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_VE.json000066400000000000000000001700371500152103600211140ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione; San Marco Evangelista", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-11-21": "Madonna della Salute", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione; San Marco Evangelista", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-11-21": "Madonna della Salute", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione; San Marco Evangelista", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-11-21": "Madonna della Salute", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione; San Marco Evangelista", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-11-21": "Madonna della Salute", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione; San Marco Evangelista", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-11-21": "Madonna della Salute", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione; San Marco Evangelista", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-11-21": "Madonna della Salute", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione; San Marco Evangelista", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-11-21": "Madonna della Salute", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione; San Marco Evangelista", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-11-21": "Madonna della Salute", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione; San Marco Evangelista", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-11-21": "Madonna della Salute", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione; San Marco Evangelista", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-11-21": "Madonna della Salute", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione; San Marco Evangelista", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-11-21": "Madonna della Salute", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione; San Marco Evangelista", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-11-21": "Madonna della Salute", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione; San Marco Evangelista", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-11-21": "Madonna della Salute", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione; San Marco Evangelista", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-11-21": "Madonna della Salute", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione; San Marco Evangelista", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-11-21": "Madonna della Salute", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione; San Marco Evangelista", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-11-21": "Madonna della Salute", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione; San Marco Evangelista", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-11-21": "Madonna della Salute", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione; San Marco Evangelista", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-11-21": "Madonna della Salute", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione; San Marco Evangelista", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-11-21": "Madonna della Salute", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione; San Marco Evangelista", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-11-21": "Madonna della Salute", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione; San Marco Evangelista", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-11-21": "Madonna della Salute", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione; San Marco Evangelista", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-11-21": "Madonna della Salute", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione; San Marco Evangelista", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-11-21": "Madonna della Salute", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione; San Marco Evangelista", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-11-21": "Madonna della Salute", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione; San Marco Evangelista", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-11-21": "Madonna della Salute", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione; San Marco Evangelista", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-11-21": "Madonna della Salute", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione; San Marco Evangelista", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-11-21": "Madonna della Salute", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione; San Marco Evangelista", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-11-21": "Madonna della Salute", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione; San Marco Evangelista", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-11-21": "Madonna della Salute", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione; San Marco Evangelista", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-11-21": "Madonna della Salute", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione; San Marco Evangelista", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-11-21": "Madonna della Salute", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione; San Marco Evangelista", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-11-21": "Madonna della Salute", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione; San Marco Evangelista", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-11-21": "Madonna della Salute", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione; San Marco Evangelista", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-11-21": "Madonna della Salute", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione; San Marco Evangelista", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-11-21": "Madonna della Salute", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione; San Marco Evangelista", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-11-21": "Madonna della Salute", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione; San Marco Evangelista", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-11-21": "Madonna della Salute", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione; San Marco Evangelista", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-11-21": "Madonna della Salute", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione; San Marco Evangelista", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-11-21": "Madonna della Salute", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione; San Marco Evangelista", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-11-21": "Madonna della Salute", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione; San Marco Evangelista", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-11-21": "Madonna della Salute", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione; San Marco Evangelista", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-11-21": "Madonna della Salute", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione; San Marco Evangelista", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-11-21": "Madonna della Salute", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione; San Marco Evangelista", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-11-21": "Madonna della Salute", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione; San Marco Evangelista", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-11-21": "Madonna della Salute", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione; San Marco Evangelista", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-11-21": "Madonna della Salute", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione; San Marco Evangelista", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-11-21": "Madonna della Salute", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione; San Marco Evangelista", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-11-21": "Madonna della Salute", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione; San Marco Evangelista", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-11-21": "Madonna della Salute", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione; San Marco Evangelista", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-11-21": "Madonna della Salute", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione; San Marco Evangelista", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-11-21": "Madonna della Salute", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione; San Marco Evangelista", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-11-21": "Madonna della Salute", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione; San Marco Evangelista", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-11-21": "Madonna della Salute", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione; San Marco Evangelista", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-11-21": "Madonna della Salute", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione; San Marco Evangelista", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-11-21": "Madonna della Salute", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione; San Marco Evangelista", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-11-21": "Madonna della Salute", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione; San Marco Evangelista", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-11-21": "Madonna della Salute", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione; San Marco Evangelista", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-11-21": "Madonna della Salute", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione; San Marco Evangelista", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-11-21": "Madonna della Salute", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione; San Marco Evangelista", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-11-21": "Madonna della Salute", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione; San Marco Evangelista", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-11-21": "Madonna della Salute", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo; San Marco Evangelista", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-11-21": "Madonna della Salute", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione; San Marco Evangelista", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-11-21": "Madonna della Salute", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione; San Marco Evangelista", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-11-21": "Madonna della Salute", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione; San Marco Evangelista", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-11-21": "Madonna della Salute", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione; San Marco Evangelista", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-11-21": "Madonna della Salute", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione; San Marco Evangelista", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-11-21": "Madonna della Salute", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione; San Marco Evangelista", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-11-21": "Madonna della Salute", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione; San Marco Evangelista", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-11-21": "Madonna della Salute", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione; San Marco Evangelista", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-11-21": "Madonna della Salute", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione; San Marco Evangelista", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-11-21": "Madonna della Salute", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione; San Marco Evangelista", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-11-21": "Madonna della Salute", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione; San Marco Evangelista", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-11-21": "Madonna della Salute", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione; San Marco Evangelista", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-11-21": "Madonna della Salute", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione; San Marco Evangelista", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-11-21": "Madonna della Salute", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione; San Marco Evangelista", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-11-21": "Madonna della Salute", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione; San Marco Evangelista", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-11-21": "Madonna della Salute", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione; San Marco Evangelista", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-11-21": "Madonna della Salute", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione; San Marco Evangelista", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-11-21": "Madonna della Salute", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione; San Marco Evangelista", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-11-21": "Madonna della Salute", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione; San Marco Evangelista", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-11-21": "Madonna della Salute", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione; San Marco Evangelista", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-11-21": "Madonna della Salute", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione; San Marco Evangelista", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-11-21": "Madonna della Salute", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione; San Marco Evangelista", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-11-21": "Madonna della Salute", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione; San Marco Evangelista", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-11-21": "Madonna della Salute", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione; San Marco Evangelista", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-11-21": "Madonna della Salute", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione; San Marco Evangelista", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-11-21": "Madonna della Salute", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione; San Marco Evangelista", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-11-21": "Madonna della Salute", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione; San Marco Evangelista", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-11-21": "Madonna della Salute", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione; San Marco Evangelista", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-11-21": "Madonna della Salute", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione; San Marco Evangelista", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-11-21": "Madonna della Salute", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione; San Marco Evangelista", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-11-21": "Madonna della Salute", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione; San Marco Evangelista", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-11-21": "Madonna della Salute", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione; San Marco Evangelista", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-11-21": "Madonna della Salute", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione; San Marco Evangelista", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-11-21": "Madonna della Salute", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione; San Marco Evangelista", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-11-21": "Madonna della Salute", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione; San Marco Evangelista", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-11-21": "Madonna della Salute", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione; San Marco Evangelista", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-11-21": "Madonna della Salute", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione; San Marco Evangelista", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-11-21": "Madonna della Salute", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione; San Marco Evangelista", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-11-21": "Madonna della Salute", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione; San Marco Evangelista", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-11-21": "Madonna della Salute", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_VI.json000066400000000000000000001640731500152103600211230ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-08": "Madonna di Monte Berico", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-08": "Madonna di Monte Berico", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-08": "Madonna di Monte Berico", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-08": "Madonna di Monte Berico", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-08": "Madonna di Monte Berico", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-08": "Madonna di Monte Berico", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-08": "Madonna di Monte Berico", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-08": "Madonna di Monte Berico", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-08": "Madonna di Monte Berico", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-08": "Madonna di Monte Berico", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-08": "Madonna di Monte Berico", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-08": "Madonna di Monte Berico", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-08": "Madonna di Monte Berico", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-08": "Madonna di Monte Berico", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-08": "Madonna di Monte Berico", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-08": "Madonna di Monte Berico", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-08": "Madonna di Monte Berico", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-08": "Madonna di Monte Berico", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-08": "Madonna di Monte Berico", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-08": "Madonna di Monte Berico", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-08": "Madonna di Monte Berico", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-08": "Madonna di Monte Berico", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-08": "Madonna di Monte Berico", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-08": "Madonna di Monte Berico", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-08": "Madonna di Monte Berico", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-08": "Madonna di Monte Berico", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-08": "Madonna di Monte Berico", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-08": "Madonna di Monte Berico", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-08": "Madonna di Monte Berico", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-08": "Madonna di Monte Berico", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-08": "Madonna di Monte Berico", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-08": "Madonna di Monte Berico", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-08": "Madonna di Monte Berico", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-08": "Madonna di Monte Berico", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-08": "Madonna di Monte Berico", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-08": "Madonna di Monte Berico", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-08": "Madonna di Monte Berico", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-08": "Madonna di Monte Berico", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-08": "Madonna di Monte Berico", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-08": "Madonna di Monte Berico", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-08": "Madonna di Monte Berico", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-08": "Madonna di Monte Berico", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-08": "Madonna di Monte Berico", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-08": "Madonna di Monte Berico", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-08": "Madonna di Monte Berico", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-08": "Madonna di Monte Berico", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-08": "Madonna di Monte Berico", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-08": "Madonna di Monte Berico", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-08": "Madonna di Monte Berico", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-08": "Madonna di Monte Berico", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-08": "Madonna di Monte Berico", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-08": "Madonna di Monte Berico", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-08": "Madonna di Monte Berico", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-08": "Madonna di Monte Berico", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-08": "Madonna di Monte Berico", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-08": "Madonna di Monte Berico", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-08": "Madonna di Monte Berico", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-08": "Madonna di Monte Berico", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-08": "Madonna di Monte Berico", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-08": "Madonna di Monte Berico", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-08": "Madonna di Monte Berico", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-08": "Madonna di Monte Berico", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-08": "Madonna di Monte Berico", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-08": "Madonna di Monte Berico", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-08": "Madonna di Monte Berico", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-08": "Madonna di Monte Berico", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-08": "Madonna di Monte Berico", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-08": "Madonna di Monte Berico", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-08": "Madonna di Monte Berico", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-08": "Madonna di Monte Berico", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-08": "Madonna di Monte Berico", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-08": "Madonna di Monte Berico", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-08": "Madonna di Monte Berico", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-08": "Madonna di Monte Berico", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-08": "Madonna di Monte Berico", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-08": "Madonna di Monte Berico", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-08": "Madonna di Monte Berico", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-08": "Madonna di Monte Berico", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-08": "Madonna di Monte Berico", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-08": "Madonna di Monte Berico", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-08": "Madonna di Monte Berico", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-08": "Madonna di Monte Berico", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-08": "Madonna di Monte Berico", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-08": "Madonna di Monte Berico", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-08": "Madonna di Monte Berico", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-08": "Madonna di Monte Berico", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-08": "Madonna di Monte Berico", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-08": "Madonna di Monte Berico", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-08": "Madonna di Monte Berico", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-08": "Madonna di Monte Berico", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-08": "Madonna di Monte Berico", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-08": "Madonna di Monte Berico", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-08": "Madonna di Monte Berico", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-08": "Madonna di Monte Berico", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-08": "Madonna di Monte Berico", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-08": "Madonna di Monte Berico", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-08": "Madonna di Monte Berico", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-08": "Madonna di Monte Berico", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-08": "Madonna di Monte Berico", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-08": "Madonna di Monte Berico", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-08": "Madonna di Monte Berico", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_VR.json000066400000000000000000001611201500152103600211220ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-05-21": "San Zeno", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-21": "San Zeno", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-21": "San Zeno", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-05-21": "San Zeno", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-21": "San Zeno", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-05-21": "San Zeno", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-21": "San Zeno", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-21": "San Zeno", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-05-21": "San Zeno", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-21": "San Zeno", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-21": "San Zeno", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-05-21": "San Zeno", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-21": "San Zeno", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-21": "San Zeno", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-21": "San Zeno", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-21": "San Zeno", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-05-21": "San Zeno", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-21": "San Zeno", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-21": "San Zeno", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-05-21": "San Zeno", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-21": "San Zeno", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-05-21": "San Zeno", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-05-21": "San Zeno", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-21": "San Zeno", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-21": "San Zeno", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-21": "San Zeno", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-21": "San Zeno", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-05-21": "San Zeno", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-05-21": "San Zeno", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-05-21": "San Zeno", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-05-21": "San Zeno", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-05-21": "San Zeno", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-05-21": "San Zeno", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-05-21": "San Zeno", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-05-21": "San Zeno", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-05-21": "San Zeno", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-05-21": "San Zeno", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-05-21": "San Zeno", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-05-21": "San Zeno", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-05-21": "San Zeno", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-05-21": "San Zeno", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-05-21": "San Zeno", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-05-21": "San Zeno", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-05-21": "San Zeno", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-05-21": "San Zeno", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-05-21": "San Zeno", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-05-21": "San Zeno", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-05-21": "San Zeno", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-05-21": "San Zeno", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-05-21": "San Zeno", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-05-21": "San Zeno", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-05-21": "San Zeno", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-05-21": "San Zeno", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-05-21": "San Zeno", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-05-21": "San Zeno", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-05-21": "San Zeno", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-05-21": "San Zeno", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-05-21": "San Zeno", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-05-21": "San Zeno", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-05-21": "San Zeno", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-05-21": "San Zeno", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-05-21": "San Zeno", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-05-21": "San Zeno", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-05-21": "San Zeno", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-05-21": "San Zeno", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-05-21": "San Zeno", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-05-21": "San Zeno", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-05-21": "San Zeno", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-05-21": "San Zeno", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-05-21": "San Zeno", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-05-21": "San Zeno", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-05-21": "San Zeno", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-05-21": "San Zeno", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-05-21": "San Zeno", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-05-21": "San Zeno", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-05-21": "San Zeno", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-05-21": "San Zeno", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-05-21": "San Zeno", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-05-21": "San Zeno", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-05-21": "San Zeno", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-05-21": "San Zeno", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-05-21": "San Zeno", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-05-21": "San Zeno", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-05-21": "San Zeno", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-05-21": "San Zeno", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-05-21": "San Zeno", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-05-21": "San Zeno", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-05-21": "San Zeno", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-05-21": "San Zeno", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-05-21": "San Zeno", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-05-21": "San Zeno", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-05-21": "San Zeno", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-05-21": "San Zeno", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-05-21": "San Zeno", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-05-21": "San Zeno", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-05-21": "San Zeno", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-05-21": "San Zeno", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-05-21": "San Zeno", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-05-21": "San Zeno", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-05-21": "San Zeno", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-05-21": "San Zeno", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_VT.json000066400000000000000000001635611500152103600211370ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-09-04": "Santa Rosa da Viterbo", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-09-04": "Santa Rosa da Viterbo", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-09-04": "Santa Rosa da Viterbo", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-09-04": "Santa Rosa da Viterbo", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-09-04": "Santa Rosa da Viterbo", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-09-04": "Santa Rosa da Viterbo", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-09-04": "Santa Rosa da Viterbo", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-09-04": "Santa Rosa da Viterbo", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-09-04": "Santa Rosa da Viterbo", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-09-04": "Santa Rosa da Viterbo", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-09-04": "Santa Rosa da Viterbo", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-09-04": "Santa Rosa da Viterbo", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-09-04": "Santa Rosa da Viterbo", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-09-04": "Santa Rosa da Viterbo", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-09-04": "Santa Rosa da Viterbo", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-09-04": "Santa Rosa da Viterbo", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-09-04": "Santa Rosa da Viterbo", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-09-04": "Santa Rosa da Viterbo", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-09-04": "Santa Rosa da Viterbo", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-09-04": "Santa Rosa da Viterbo", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-09-04": "Santa Rosa da Viterbo", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-09-04": "Santa Rosa da Viterbo", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-09-04": "Santa Rosa da Viterbo", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-09-04": "Santa Rosa da Viterbo", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-09-04": "Santa Rosa da Viterbo", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-09-04": "Santa Rosa da Viterbo", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-09-04": "Santa Rosa da Viterbo", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-09-04": "Santa Rosa da Viterbo", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-09-04": "Santa Rosa da Viterbo", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-09-04": "Santa Rosa da Viterbo", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-09-04": "Santa Rosa da Viterbo", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-09-04": "Santa Rosa da Viterbo", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-09-04": "Santa Rosa da Viterbo", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-09-04": "Santa Rosa da Viterbo", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-09-04": "Santa Rosa da Viterbo", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-09-04": "Santa Rosa da Viterbo", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-09-04": "Santa Rosa da Viterbo", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-09-04": "Santa Rosa da Viterbo", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-09-04": "Santa Rosa da Viterbo", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-09-04": "Santa Rosa da Viterbo", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-09-04": "Santa Rosa da Viterbo", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-09-04": "Santa Rosa da Viterbo", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-09-04": "Santa Rosa da Viterbo", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-09-04": "Santa Rosa da Viterbo", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-09-04": "Santa Rosa da Viterbo", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-09-04": "Santa Rosa da Viterbo", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-09-04": "Santa Rosa da Viterbo", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-09-04": "Santa Rosa da Viterbo", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-09-04": "Santa Rosa da Viterbo", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-09-04": "Santa Rosa da Viterbo", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-09-04": "Santa Rosa da Viterbo", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-09-04": "Santa Rosa da Viterbo", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-09-04": "Santa Rosa da Viterbo", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-09-04": "Santa Rosa da Viterbo", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-09-04": "Santa Rosa da Viterbo", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-09-04": "Santa Rosa da Viterbo", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-09-04": "Santa Rosa da Viterbo", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-09-04": "Santa Rosa da Viterbo", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-09-04": "Santa Rosa da Viterbo", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-09-04": "Santa Rosa da Viterbo", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-09-04": "Santa Rosa da Viterbo", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-09-04": "Santa Rosa da Viterbo", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-09-04": "Santa Rosa da Viterbo", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-09-04": "Santa Rosa da Viterbo", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-09-04": "Santa Rosa da Viterbo", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-09-04": "Santa Rosa da Viterbo", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-09-04": "Santa Rosa da Viterbo", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-09-04": "Santa Rosa da Viterbo", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-09-04": "Santa Rosa da Viterbo", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-09-04": "Santa Rosa da Viterbo", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-09-04": "Santa Rosa da Viterbo", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-09-04": "Santa Rosa da Viterbo", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-09-04": "Santa Rosa da Viterbo", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-09-04": "Santa Rosa da Viterbo", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-09-04": "Santa Rosa da Viterbo", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-09-04": "Santa Rosa da Viterbo", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-09-04": "Santa Rosa da Viterbo", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-09-04": "Santa Rosa da Viterbo", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-09-04": "Santa Rosa da Viterbo", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-09-04": "Santa Rosa da Viterbo", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-09-04": "Santa Rosa da Viterbo", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-09-04": "Santa Rosa da Viterbo", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-09-04": "Santa Rosa da Viterbo", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-09-04": "Santa Rosa da Viterbo", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-09-04": "Santa Rosa da Viterbo", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-09-04": "Santa Rosa da Viterbo", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-09-04": "Santa Rosa da Viterbo", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-09-04": "Santa Rosa da Viterbo", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-09-04": "Santa Rosa da Viterbo", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-09-04": "Santa Rosa da Viterbo", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-09-04": "Santa Rosa da Viterbo", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-09-04": "Santa Rosa da Viterbo", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-09-04": "Santa Rosa da Viterbo", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-09-04": "Santa Rosa da Viterbo", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-09-04": "Santa Rosa da Viterbo", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-09-04": "Santa Rosa da Viterbo", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-09-04": "Santa Rosa da Viterbo", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-09-04": "Santa Rosa da Viterbo", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-09-04": "Santa Rosa da Viterbo", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-09-04": "Santa Rosa da Viterbo", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-09-04": "Santa Rosa da Viterbo", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/IT_VV.json000066400000000000000000001615771500152103600211460ustar00rootroot00000000000000{ "1950-01-01": "Capodanno", "1950-01-06": "Epifania del Signore", "1950-03-01": "San Leoluca", "1950-03-19": "San Giuseppe", "1950-04-09": "Pasqua di Resurrezione", "1950-04-10": "Luned\u00ec dell'Angelo", "1950-04-25": "Festa della Liberazione", "1950-05-01": "Festa dei Lavoratori", "1950-05-18": "Ascensione Nostro Signore", "1950-06-02": "Festa della Repubblica", "1950-06-08": "Corpus Domini", "1950-06-29": "Santi Pietro e Paolo", "1950-08-15": "Assunzione della Vergine", "1950-11-01": "Tutti i Santi", "1950-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1950-12-08": "Immacolata Concezione", "1950-12-25": "Natale", "1950-12-26": "Santo Stefano", "1951-01-01": "Capodanno", "1951-01-06": "Epifania del Signore", "1951-03-01": "San Leoluca", "1951-03-19": "San Giuseppe", "1951-03-25": "Pasqua di Resurrezione", "1951-03-26": "Luned\u00ec dell'Angelo", "1951-04-25": "Festa della Liberazione", "1951-05-01": "Festa dei Lavoratori", "1951-05-03": "Ascensione Nostro Signore", "1951-05-24": "Corpus Domini", "1951-06-02": "Festa della Repubblica", "1951-06-29": "Santi Pietro e Paolo", "1951-08-15": "Assunzione della Vergine", "1951-11-01": "Tutti i Santi", "1951-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1951-12-08": "Immacolata Concezione", "1951-12-25": "Natale", "1951-12-26": "Santo Stefano", "1952-01-01": "Capodanno", "1952-01-06": "Epifania del Signore", "1952-03-01": "San Leoluca", "1952-03-19": "San Giuseppe", "1952-04-13": "Pasqua di Resurrezione", "1952-04-14": "Luned\u00ec dell'Angelo", "1952-04-25": "Festa della Liberazione", "1952-05-01": "Festa dei Lavoratori", "1952-05-22": "Ascensione Nostro Signore", "1952-06-02": "Festa della Repubblica", "1952-06-12": "Corpus Domini", "1952-06-29": "Santi Pietro e Paolo", "1952-08-15": "Assunzione della Vergine", "1952-11-01": "Tutti i Santi", "1952-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1952-12-08": "Immacolata Concezione", "1952-12-25": "Natale", "1952-12-26": "Santo Stefano", "1953-01-01": "Capodanno", "1953-01-06": "Epifania del Signore", "1953-03-01": "San Leoluca", "1953-03-19": "San Giuseppe", "1953-04-05": "Pasqua di Resurrezione", "1953-04-06": "Luned\u00ec dell'Angelo", "1953-04-25": "Festa della Liberazione", "1953-05-01": "Festa dei Lavoratori", "1953-05-14": "Ascensione Nostro Signore", "1953-06-02": "Festa della Repubblica", "1953-06-04": "Corpus Domini", "1953-06-29": "Santi Pietro e Paolo", "1953-08-15": "Assunzione della Vergine", "1953-11-01": "Tutti i Santi", "1953-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1953-12-08": "Immacolata Concezione", "1953-12-25": "Natale", "1953-12-26": "Santo Stefano", "1954-01-01": "Capodanno", "1954-01-06": "Epifania del Signore", "1954-03-01": "San Leoluca", "1954-03-19": "San Giuseppe", "1954-04-18": "Pasqua di Resurrezione", "1954-04-19": "Luned\u00ec dell'Angelo", "1954-04-25": "Festa della Liberazione", "1954-05-01": "Festa dei Lavoratori", "1954-05-27": "Ascensione Nostro Signore", "1954-06-02": "Festa della Repubblica", "1954-06-17": "Corpus Domini", "1954-06-29": "Santi Pietro e Paolo", "1954-08-15": "Assunzione della Vergine", "1954-11-01": "Tutti i Santi", "1954-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1954-12-08": "Immacolata Concezione", "1954-12-25": "Natale", "1954-12-26": "Santo Stefano", "1955-01-01": "Capodanno", "1955-01-06": "Epifania del Signore", "1955-03-01": "San Leoluca", "1955-03-19": "San Giuseppe", "1955-04-10": "Pasqua di Resurrezione", "1955-04-11": "Luned\u00ec dell'Angelo", "1955-04-25": "Festa della Liberazione", "1955-05-01": "Festa dei Lavoratori", "1955-05-19": "Ascensione Nostro Signore", "1955-06-02": "Festa della Repubblica", "1955-06-09": "Corpus Domini", "1955-06-29": "Santi Pietro e Paolo", "1955-08-15": "Assunzione della Vergine", "1955-11-01": "Tutti i Santi", "1955-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1955-12-08": "Immacolata Concezione", "1955-12-25": "Natale", "1955-12-26": "Santo Stefano", "1956-01-01": "Capodanno", "1956-01-06": "Epifania del Signore", "1956-03-01": "San Leoluca", "1956-03-19": "San Giuseppe", "1956-04-01": "Pasqua di Resurrezione", "1956-04-02": "Luned\u00ec dell'Angelo", "1956-04-25": "Festa della Liberazione", "1956-05-01": "Festa dei Lavoratori", "1956-05-10": "Ascensione Nostro Signore", "1956-05-31": "Corpus Domini", "1956-06-02": "Festa della Repubblica", "1956-06-29": "Santi Pietro e Paolo", "1956-08-15": "Assunzione della Vergine", "1956-11-01": "Tutti i Santi", "1956-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1956-12-08": "Immacolata Concezione", "1956-12-25": "Natale", "1956-12-26": "Santo Stefano", "1957-01-01": "Capodanno", "1957-01-06": "Epifania del Signore", "1957-03-01": "San Leoluca", "1957-03-19": "San Giuseppe", "1957-04-21": "Pasqua di Resurrezione", "1957-04-22": "Luned\u00ec dell'Angelo", "1957-04-25": "Festa della Liberazione", "1957-05-01": "Festa dei Lavoratori", "1957-05-30": "Ascensione Nostro Signore", "1957-06-02": "Festa della Repubblica", "1957-06-20": "Corpus Domini", "1957-06-29": "Santi Pietro e Paolo", "1957-08-15": "Assunzione della Vergine", "1957-11-01": "Tutti i Santi", "1957-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1957-12-08": "Immacolata Concezione", "1957-12-25": "Natale", "1957-12-26": "Santo Stefano", "1958-01-01": "Capodanno", "1958-01-06": "Epifania del Signore", "1958-03-01": "San Leoluca", "1958-03-19": "San Giuseppe", "1958-04-06": "Pasqua di Resurrezione", "1958-04-07": "Luned\u00ec dell'Angelo", "1958-04-25": "Festa della Liberazione", "1958-05-01": "Festa dei Lavoratori", "1958-05-15": "Ascensione Nostro Signore", "1958-06-02": "Festa della Repubblica", "1958-06-05": "Corpus Domini", "1958-06-29": "Santi Pietro e Paolo", "1958-08-15": "Assunzione della Vergine", "1958-11-01": "Tutti i Santi", "1958-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1958-12-08": "Immacolata Concezione", "1958-12-25": "Natale", "1958-12-26": "Santo Stefano", "1959-01-01": "Capodanno", "1959-01-06": "Epifania del Signore", "1959-03-01": "San Leoluca", "1959-03-19": "San Giuseppe", "1959-03-29": "Pasqua di Resurrezione", "1959-03-30": "Luned\u00ec dell'Angelo", "1959-04-25": "Festa della Liberazione", "1959-05-01": "Festa dei Lavoratori", "1959-05-07": "Ascensione Nostro Signore", "1959-05-28": "Corpus Domini", "1959-06-02": "Festa della Repubblica", "1959-06-29": "Santi Pietro e Paolo", "1959-08-15": "Assunzione della Vergine", "1959-11-01": "Tutti i Santi", "1959-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1959-12-08": "Immacolata Concezione", "1959-12-25": "Natale", "1959-12-26": "Santo Stefano", "1960-01-01": "Capodanno", "1960-01-06": "Epifania del Signore", "1960-03-01": "San Leoluca", "1960-03-19": "San Giuseppe", "1960-04-17": "Pasqua di Resurrezione", "1960-04-18": "Luned\u00ec dell'Angelo", "1960-04-25": "Festa della Liberazione", "1960-05-01": "Festa dei Lavoratori", "1960-05-26": "Ascensione Nostro Signore", "1960-06-02": "Festa della Repubblica", "1960-06-16": "Corpus Domini", "1960-06-29": "Santi Pietro e Paolo", "1960-08-15": "Assunzione della Vergine", "1960-11-01": "Tutti i Santi", "1960-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1960-12-08": "Immacolata Concezione", "1960-12-25": "Natale", "1960-12-26": "Santo Stefano", "1961-01-01": "Capodanno", "1961-01-06": "Epifania del Signore", "1961-03-01": "San Leoluca", "1961-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "1961-03-19": "San Giuseppe", "1961-04-02": "Pasqua di Resurrezione", "1961-04-03": "Luned\u00ec dell'Angelo", "1961-04-25": "Festa della Liberazione", "1961-05-01": "Festa dei Lavoratori", "1961-05-11": "Ascensione Nostro Signore", "1961-06-01": "Corpus Domini", "1961-06-02": "Festa della Repubblica", "1961-06-29": "Santi Pietro e Paolo", "1961-08-15": "Assunzione della Vergine", "1961-11-01": "Tutti i Santi", "1961-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1961-12-08": "Immacolata Concezione", "1961-12-25": "Natale", "1961-12-26": "Santo Stefano", "1962-01-01": "Capodanno", "1962-01-06": "Epifania del Signore", "1962-03-01": "San Leoluca", "1962-03-19": "San Giuseppe", "1962-04-22": "Pasqua di Resurrezione", "1962-04-23": "Luned\u00ec dell'Angelo", "1962-04-25": "Festa della Liberazione", "1962-05-01": "Festa dei Lavoratori", "1962-05-31": "Ascensione Nostro Signore", "1962-06-02": "Festa della Repubblica", "1962-06-21": "Corpus Domini", "1962-06-29": "Santi Pietro e Paolo", "1962-08-15": "Assunzione della Vergine", "1962-11-01": "Tutti i Santi", "1962-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1962-12-08": "Immacolata Concezione", "1962-12-25": "Natale", "1962-12-26": "Santo Stefano", "1963-01-01": "Capodanno", "1963-01-06": "Epifania del Signore", "1963-03-01": "San Leoluca", "1963-03-19": "San Giuseppe", "1963-04-14": "Pasqua di Resurrezione", "1963-04-15": "Luned\u00ec dell'Angelo", "1963-04-25": "Festa della Liberazione", "1963-05-01": "Festa dei Lavoratori", "1963-05-23": "Ascensione Nostro Signore", "1963-06-02": "Festa della Repubblica", "1963-06-13": "Corpus Domini", "1963-06-29": "Santi Pietro e Paolo", "1963-08-15": "Assunzione della Vergine", "1963-11-01": "Tutti i Santi", "1963-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1963-12-08": "Immacolata Concezione", "1963-12-25": "Natale", "1963-12-26": "Santo Stefano", "1964-01-01": "Capodanno", "1964-01-06": "Epifania del Signore", "1964-03-01": "San Leoluca", "1964-03-19": "San Giuseppe", "1964-03-29": "Pasqua di Resurrezione", "1964-03-30": "Luned\u00ec dell'Angelo", "1964-04-25": "Festa della Liberazione", "1964-05-01": "Festa dei Lavoratori", "1964-05-07": "Ascensione Nostro Signore", "1964-05-28": "Corpus Domini", "1964-06-02": "Festa della Repubblica", "1964-06-29": "Santi Pietro e Paolo", "1964-08-15": "Assunzione della Vergine", "1964-11-01": "Tutti i Santi", "1964-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1964-12-08": "Immacolata Concezione", "1964-12-25": "Natale", "1964-12-26": "Santo Stefano", "1965-01-01": "Capodanno", "1965-01-06": "Epifania del Signore", "1965-03-01": "San Leoluca", "1965-03-19": "San Giuseppe", "1965-04-18": "Pasqua di Resurrezione", "1965-04-19": "Luned\u00ec dell'Angelo", "1965-04-25": "Festa della Liberazione", "1965-05-01": "Festa dei Lavoratori", "1965-05-27": "Ascensione Nostro Signore", "1965-06-02": "Festa della Repubblica", "1965-06-17": "Corpus Domini", "1965-06-29": "Santi Pietro e Paolo", "1965-08-15": "Assunzione della Vergine", "1965-11-01": "Tutti i Santi", "1965-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1965-12-08": "Immacolata Concezione", "1965-12-25": "Natale", "1965-12-26": "Santo Stefano", "1966-01-01": "Capodanno", "1966-01-06": "Epifania del Signore", "1966-03-01": "San Leoluca", "1966-03-19": "San Giuseppe", "1966-04-10": "Pasqua di Resurrezione", "1966-04-11": "Luned\u00ec dell'Angelo", "1966-04-25": "Festa della Liberazione", "1966-05-01": "Festa dei Lavoratori", "1966-05-19": "Ascensione Nostro Signore", "1966-06-02": "Festa della Repubblica", "1966-06-09": "Corpus Domini", "1966-06-29": "Santi Pietro e Paolo", "1966-08-15": "Assunzione della Vergine", "1966-11-01": "Tutti i Santi", "1966-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1966-12-08": "Immacolata Concezione", "1966-12-25": "Natale", "1966-12-26": "Santo Stefano", "1967-01-01": "Capodanno", "1967-01-06": "Epifania del Signore", "1967-03-01": "San Leoluca", "1967-03-19": "San Giuseppe", "1967-03-26": "Pasqua di Resurrezione", "1967-03-27": "Luned\u00ec dell'Angelo", "1967-04-25": "Festa della Liberazione", "1967-05-01": "Festa dei Lavoratori", "1967-05-04": "Ascensione Nostro Signore", "1967-05-25": "Corpus Domini", "1967-06-02": "Festa della Repubblica", "1967-06-29": "Santi Pietro e Paolo", "1967-08-15": "Assunzione della Vergine", "1967-11-01": "Tutti i Santi", "1967-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1967-12-08": "Immacolata Concezione", "1967-12-25": "Natale", "1967-12-26": "Santo Stefano", "1968-01-01": "Capodanno", "1968-01-06": "Epifania del Signore", "1968-03-01": "San Leoluca", "1968-03-19": "San Giuseppe", "1968-04-14": "Pasqua di Resurrezione", "1968-04-15": "Luned\u00ec dell'Angelo", "1968-04-25": "Festa della Liberazione", "1968-05-01": "Festa dei Lavoratori", "1968-05-23": "Ascensione Nostro Signore", "1968-06-02": "Festa della Repubblica", "1968-06-13": "Corpus Domini", "1968-06-29": "Santi Pietro e Paolo", "1968-08-15": "Assunzione della Vergine", "1968-11-01": "Tutti i Santi", "1968-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1968-12-08": "Immacolata Concezione", "1968-12-25": "Natale", "1968-12-26": "Santo Stefano", "1969-01-01": "Capodanno", "1969-01-06": "Epifania del Signore", "1969-03-01": "San Leoluca", "1969-03-19": "San Giuseppe", "1969-04-06": "Pasqua di Resurrezione", "1969-04-07": "Luned\u00ec dell'Angelo", "1969-04-25": "Festa della Liberazione", "1969-05-01": "Festa dei Lavoratori", "1969-05-15": "Ascensione Nostro Signore", "1969-06-02": "Festa della Repubblica", "1969-06-05": "Corpus Domini", "1969-06-29": "Santi Pietro e Paolo", "1969-08-15": "Assunzione della Vergine", "1969-11-01": "Tutti i Santi", "1969-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1969-12-08": "Immacolata Concezione", "1969-12-25": "Natale", "1969-12-26": "Santo Stefano", "1970-01-01": "Capodanno", "1970-01-06": "Epifania del Signore", "1970-03-01": "San Leoluca", "1970-03-19": "San Giuseppe", "1970-03-29": "Pasqua di Resurrezione", "1970-03-30": "Luned\u00ec dell'Angelo", "1970-04-25": "Festa della Liberazione", "1970-05-01": "Festa dei Lavoratori", "1970-05-07": "Ascensione Nostro Signore", "1970-05-28": "Corpus Domini", "1970-06-02": "Festa della Repubblica", "1970-06-29": "Santi Pietro e Paolo", "1970-08-15": "Assunzione della Vergine", "1970-11-01": "Tutti i Santi", "1970-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1970-12-08": "Immacolata Concezione", "1970-12-25": "Natale", "1970-12-26": "Santo Stefano", "1971-01-01": "Capodanno", "1971-01-06": "Epifania del Signore", "1971-03-01": "San Leoluca", "1971-03-19": "San Giuseppe", "1971-04-11": "Pasqua di Resurrezione", "1971-04-12": "Luned\u00ec dell'Angelo", "1971-04-25": "Festa della Liberazione", "1971-05-01": "Festa dei Lavoratori", "1971-05-20": "Ascensione Nostro Signore", "1971-06-02": "Festa della Repubblica", "1971-06-10": "Corpus Domini", "1971-06-29": "Santi Pietro e Paolo", "1971-08-15": "Assunzione della Vergine", "1971-11-01": "Tutti i Santi", "1971-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1971-12-08": "Immacolata Concezione", "1971-12-25": "Natale", "1971-12-26": "Santo Stefano", "1972-01-01": "Capodanno", "1972-01-06": "Epifania del Signore", "1972-03-01": "San Leoluca", "1972-03-19": "San Giuseppe", "1972-04-02": "Pasqua di Resurrezione", "1972-04-03": "Luned\u00ec dell'Angelo", "1972-04-25": "Festa della Liberazione", "1972-05-01": "Festa dei Lavoratori", "1972-05-11": "Ascensione Nostro Signore", "1972-06-01": "Corpus Domini", "1972-06-02": "Festa della Repubblica", "1972-06-29": "Santi Pietro e Paolo", "1972-08-15": "Assunzione della Vergine", "1972-11-01": "Tutti i Santi", "1972-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1972-12-08": "Immacolata Concezione", "1972-12-25": "Natale", "1972-12-26": "Santo Stefano", "1973-01-01": "Capodanno", "1973-01-06": "Epifania del Signore", "1973-03-01": "San Leoluca", "1973-03-19": "San Giuseppe", "1973-04-22": "Pasqua di Resurrezione", "1973-04-23": "Luned\u00ec dell'Angelo", "1973-04-25": "Festa della Liberazione", "1973-05-01": "Festa dei Lavoratori", "1973-05-31": "Ascensione Nostro Signore", "1973-06-02": "Festa della Repubblica", "1973-06-21": "Corpus Domini", "1973-06-29": "Santi Pietro e Paolo", "1973-08-15": "Assunzione della Vergine", "1973-11-01": "Tutti i Santi", "1973-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1973-12-08": "Immacolata Concezione", "1973-12-25": "Natale", "1973-12-26": "Santo Stefano", "1974-01-01": "Capodanno", "1974-01-06": "Epifania del Signore", "1974-03-01": "San Leoluca", "1974-03-19": "San Giuseppe", "1974-04-14": "Pasqua di Resurrezione", "1974-04-15": "Luned\u00ec dell'Angelo", "1974-04-25": "Festa della Liberazione", "1974-05-01": "Festa dei Lavoratori", "1974-05-23": "Ascensione Nostro Signore", "1974-06-02": "Festa della Repubblica", "1974-06-13": "Corpus Domini", "1974-06-29": "Santi Pietro e Paolo", "1974-08-15": "Assunzione della Vergine", "1974-11-01": "Tutti i Santi", "1974-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1974-12-08": "Immacolata Concezione", "1974-12-25": "Natale", "1974-12-26": "Santo Stefano", "1975-01-01": "Capodanno", "1975-01-06": "Epifania del Signore", "1975-03-01": "San Leoluca", "1975-03-19": "San Giuseppe", "1975-03-30": "Pasqua di Resurrezione", "1975-03-31": "Luned\u00ec dell'Angelo", "1975-04-25": "Festa della Liberazione", "1975-05-01": "Festa dei Lavoratori", "1975-05-08": "Ascensione Nostro Signore", "1975-05-29": "Corpus Domini", "1975-06-02": "Festa della Repubblica", "1975-06-29": "Santi Pietro e Paolo", "1975-08-15": "Assunzione della Vergine", "1975-11-01": "Tutti i Santi", "1975-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1975-12-08": "Immacolata Concezione", "1975-12-25": "Natale", "1975-12-26": "Santo Stefano", "1976-01-01": "Capodanno", "1976-01-06": "Epifania del Signore", "1976-03-01": "San Leoluca", "1976-03-19": "San Giuseppe", "1976-04-18": "Pasqua di Resurrezione", "1976-04-19": "Luned\u00ec dell'Angelo", "1976-04-25": "Festa della Liberazione", "1976-05-01": "Festa dei Lavoratori", "1976-05-27": "Ascensione Nostro Signore", "1976-06-02": "Festa della Repubblica", "1976-06-17": "Corpus Domini", "1976-06-29": "Santi Pietro e Paolo", "1976-08-15": "Assunzione della Vergine", "1976-11-01": "Tutti i Santi", "1976-11-04": "Giornata dell'Unit\u00e0 Nazionale e delle Forze Armate", "1976-12-08": "Immacolata Concezione", "1976-12-25": "Natale", "1976-12-26": "Santo Stefano", "1977-01-01": "Capodanno", "1977-01-06": "Epifania del Signore", "1977-03-01": "San Leoluca", "1977-04-10": "Pasqua di Resurrezione", "1977-04-11": "Luned\u00ec dell'Angelo", "1977-04-25": "Festa della Liberazione", "1977-05-01": "Festa dei Lavoratori", "1977-06-02": "Festa della Repubblica", "1977-08-15": "Assunzione della Vergine", "1977-11-01": "Tutti i Santi", "1977-12-08": "Immacolata Concezione", "1977-12-25": "Natale", "1977-12-26": "Santo Stefano", "1978-01-01": "Capodanno", "1978-01-06": "Epifania del Signore", "1978-03-01": "San Leoluca", "1978-03-26": "Pasqua di Resurrezione", "1978-03-27": "Luned\u00ec dell'Angelo", "1978-04-25": "Festa della Liberazione", "1978-05-01": "Festa dei Lavoratori", "1978-06-02": "Festa della Repubblica", "1978-08-15": "Assunzione della Vergine", "1978-11-01": "Tutti i Santi", "1978-12-08": "Immacolata Concezione", "1978-12-25": "Natale", "1978-12-26": "Santo Stefano", "1979-01-01": "Capodanno", "1979-01-06": "Epifania del Signore", "1979-03-01": "San Leoluca", "1979-04-15": "Pasqua di Resurrezione", "1979-04-16": "Luned\u00ec dell'Angelo", "1979-04-25": "Festa della Liberazione", "1979-05-01": "Festa dei Lavoratori", "1979-06-02": "Festa della Repubblica", "1979-08-15": "Assunzione della Vergine", "1979-11-01": "Tutti i Santi", "1979-12-08": "Immacolata Concezione", "1979-12-25": "Natale", "1979-12-26": "Santo Stefano", "1980-01-01": "Capodanno", "1980-01-06": "Epifania del Signore", "1980-03-01": "San Leoluca", "1980-04-06": "Pasqua di Resurrezione", "1980-04-07": "Luned\u00ec dell'Angelo", "1980-04-25": "Festa della Liberazione", "1980-05-01": "Festa dei Lavoratori", "1980-06-02": "Festa della Repubblica", "1980-08-15": "Assunzione della Vergine", "1980-11-01": "Tutti i Santi", "1980-12-08": "Immacolata Concezione", "1980-12-25": "Natale", "1980-12-26": "Santo Stefano", "1981-01-01": "Capodanno", "1981-01-06": "Epifania del Signore", "1981-03-01": "San Leoluca", "1981-04-19": "Pasqua di Resurrezione", "1981-04-20": "Luned\u00ec dell'Angelo", "1981-04-25": "Festa della Liberazione", "1981-05-01": "Festa dei Lavoratori", "1981-06-02": "Festa della Repubblica", "1981-08-15": "Assunzione della Vergine", "1981-11-01": "Tutti i Santi", "1981-12-08": "Immacolata Concezione", "1981-12-25": "Natale", "1981-12-26": "Santo Stefano", "1982-01-01": "Capodanno", "1982-01-06": "Epifania del Signore", "1982-03-01": "San Leoluca", "1982-04-11": "Pasqua di Resurrezione", "1982-04-12": "Luned\u00ec dell'Angelo", "1982-04-25": "Festa della Liberazione", "1982-05-01": "Festa dei Lavoratori", "1982-06-02": "Festa della Repubblica", "1982-08-15": "Assunzione della Vergine", "1982-11-01": "Tutti i Santi", "1982-12-08": "Immacolata Concezione", "1982-12-25": "Natale", "1982-12-26": "Santo Stefano", "1983-01-01": "Capodanno", "1983-01-06": "Epifania del Signore", "1983-03-01": "San Leoluca", "1983-04-03": "Pasqua di Resurrezione", "1983-04-04": "Luned\u00ec dell'Angelo", "1983-04-25": "Festa della Liberazione", "1983-05-01": "Festa dei Lavoratori", "1983-06-02": "Festa della Repubblica", "1983-08-15": "Assunzione della Vergine", "1983-11-01": "Tutti i Santi", "1983-12-08": "Immacolata Concezione", "1983-12-25": "Natale", "1983-12-26": "Santo Stefano", "1984-01-01": "Capodanno", "1984-01-06": "Epifania del Signore", "1984-03-01": "San Leoluca", "1984-04-22": "Pasqua di Resurrezione", "1984-04-23": "Luned\u00ec dell'Angelo", "1984-04-25": "Festa della Liberazione", "1984-05-01": "Festa dei Lavoratori", "1984-06-02": "Festa della Repubblica", "1984-08-15": "Assunzione della Vergine", "1984-11-01": "Tutti i Santi", "1984-12-08": "Immacolata Concezione", "1984-12-25": "Natale", "1984-12-26": "Santo Stefano", "1985-01-01": "Capodanno", "1985-01-06": "Epifania del Signore", "1985-03-01": "San Leoluca", "1985-04-07": "Pasqua di Resurrezione", "1985-04-08": "Luned\u00ec dell'Angelo", "1985-04-25": "Festa della Liberazione", "1985-05-01": "Festa dei Lavoratori", "1985-06-02": "Festa della Repubblica", "1985-08-15": "Assunzione della Vergine", "1985-11-01": "Tutti i Santi", "1985-12-08": "Immacolata Concezione", "1985-12-25": "Natale", "1985-12-26": "Santo Stefano", "1986-01-01": "Capodanno", "1986-01-06": "Epifania del Signore", "1986-03-01": "San Leoluca", "1986-03-30": "Pasqua di Resurrezione", "1986-03-31": "Luned\u00ec dell'Angelo", "1986-04-25": "Festa della Liberazione", "1986-05-01": "Festa dei Lavoratori", "1986-06-02": "Festa della Repubblica", "1986-08-15": "Assunzione della Vergine", "1986-11-01": "Tutti i Santi", "1986-12-08": "Immacolata Concezione", "1986-12-25": "Natale", "1986-12-26": "Santo Stefano", "1987-01-01": "Capodanno", "1987-01-06": "Epifania del Signore", "1987-03-01": "San Leoluca", "1987-04-19": "Pasqua di Resurrezione", "1987-04-20": "Luned\u00ec dell'Angelo", "1987-04-25": "Festa della Liberazione", "1987-05-01": "Festa dei Lavoratori", "1987-06-02": "Festa della Repubblica", "1987-08-15": "Assunzione della Vergine", "1987-11-01": "Tutti i Santi", "1987-12-08": "Immacolata Concezione", "1987-12-25": "Natale", "1987-12-26": "Santo Stefano", "1988-01-01": "Capodanno", "1988-01-06": "Epifania del Signore", "1988-03-01": "San Leoluca", "1988-04-03": "Pasqua di Resurrezione", "1988-04-04": "Luned\u00ec dell'Angelo", "1988-04-25": "Festa della Liberazione", "1988-05-01": "Festa dei Lavoratori", "1988-06-02": "Festa della Repubblica", "1988-08-15": "Assunzione della Vergine", "1988-11-01": "Tutti i Santi", "1988-12-08": "Immacolata Concezione", "1988-12-25": "Natale", "1988-12-26": "Santo Stefano", "1989-01-01": "Capodanno", "1989-01-06": "Epifania del Signore", "1989-03-01": "San Leoluca", "1989-03-26": "Pasqua di Resurrezione", "1989-03-27": "Luned\u00ec dell'Angelo", "1989-04-25": "Festa della Liberazione", "1989-05-01": "Festa dei Lavoratori", "1989-06-02": "Festa della Repubblica", "1989-08-15": "Assunzione della Vergine", "1989-11-01": "Tutti i Santi", "1989-12-08": "Immacolata Concezione", "1989-12-25": "Natale", "1989-12-26": "Santo Stefano", "1990-01-01": "Capodanno", "1990-01-06": "Epifania del Signore", "1990-03-01": "San Leoluca", "1990-04-15": "Pasqua di Resurrezione", "1990-04-16": "Luned\u00ec dell'Angelo", "1990-04-25": "Festa della Liberazione", "1990-05-01": "Festa dei Lavoratori", "1990-06-02": "Festa della Repubblica", "1990-08-15": "Assunzione della Vergine", "1990-11-01": "Tutti i Santi", "1990-12-08": "Immacolata Concezione", "1990-12-25": "Natale", "1990-12-26": "Santo Stefano", "1991-01-01": "Capodanno", "1991-01-06": "Epifania del Signore", "1991-03-01": "San Leoluca", "1991-03-31": "Pasqua di Resurrezione", "1991-04-01": "Luned\u00ec dell'Angelo", "1991-04-25": "Festa della Liberazione", "1991-05-01": "Festa dei Lavoratori", "1991-06-02": "Festa della Repubblica", "1991-08-15": "Assunzione della Vergine", "1991-11-01": "Tutti i Santi", "1991-12-08": "Immacolata Concezione", "1991-12-25": "Natale", "1991-12-26": "Santo Stefano", "1992-01-01": "Capodanno", "1992-01-06": "Epifania del Signore", "1992-03-01": "San Leoluca", "1992-04-19": "Pasqua di Resurrezione", "1992-04-20": "Luned\u00ec dell'Angelo", "1992-04-25": "Festa della Liberazione", "1992-05-01": "Festa dei Lavoratori", "1992-06-02": "Festa della Repubblica", "1992-08-15": "Assunzione della Vergine", "1992-11-01": "Tutti i Santi", "1992-12-08": "Immacolata Concezione", "1992-12-25": "Natale", "1992-12-26": "Santo Stefano", "1993-01-01": "Capodanno", "1993-01-06": "Epifania del Signore", "1993-03-01": "San Leoluca", "1993-04-11": "Pasqua di Resurrezione", "1993-04-12": "Luned\u00ec dell'Angelo", "1993-04-25": "Festa della Liberazione", "1993-05-01": "Festa dei Lavoratori", "1993-06-02": "Festa della Repubblica", "1993-08-15": "Assunzione della Vergine", "1993-11-01": "Tutti i Santi", "1993-12-08": "Immacolata Concezione", "1993-12-25": "Natale", "1993-12-26": "Santo Stefano", "1994-01-01": "Capodanno", "1994-01-06": "Epifania del Signore", "1994-03-01": "San Leoluca", "1994-04-03": "Pasqua di Resurrezione", "1994-04-04": "Luned\u00ec dell'Angelo", "1994-04-25": "Festa della Liberazione", "1994-05-01": "Festa dei Lavoratori", "1994-06-02": "Festa della Repubblica", "1994-08-15": "Assunzione della Vergine", "1994-11-01": "Tutti i Santi", "1994-12-08": "Immacolata Concezione", "1994-12-25": "Natale", "1994-12-26": "Santo Stefano", "1995-01-01": "Capodanno", "1995-01-06": "Epifania del Signore", "1995-03-01": "San Leoluca", "1995-04-16": "Pasqua di Resurrezione", "1995-04-17": "Luned\u00ec dell'Angelo", "1995-04-25": "Festa della Liberazione", "1995-05-01": "Festa dei Lavoratori", "1995-06-02": "Festa della Repubblica", "1995-08-15": "Assunzione della Vergine", "1995-11-01": "Tutti i Santi", "1995-12-08": "Immacolata Concezione", "1995-12-25": "Natale", "1995-12-26": "Santo Stefano", "1996-01-01": "Capodanno", "1996-01-06": "Epifania del Signore", "1996-03-01": "San Leoluca", "1996-04-07": "Pasqua di Resurrezione", "1996-04-08": "Luned\u00ec dell'Angelo", "1996-04-25": "Festa della Liberazione", "1996-05-01": "Festa dei Lavoratori", "1996-06-02": "Festa della Repubblica", "1996-08-15": "Assunzione della Vergine", "1996-11-01": "Tutti i Santi", "1996-12-08": "Immacolata Concezione", "1996-12-25": "Natale", "1996-12-26": "Santo Stefano", "1997-01-01": "Capodanno", "1997-01-06": "Epifania del Signore", "1997-03-01": "San Leoluca", "1997-03-30": "Pasqua di Resurrezione", "1997-03-31": "Luned\u00ec dell'Angelo", "1997-04-25": "Festa della Liberazione", "1997-05-01": "Festa dei Lavoratori", "1997-06-02": "Festa della Repubblica", "1997-08-15": "Assunzione della Vergine", "1997-11-01": "Tutti i Santi", "1997-12-08": "Immacolata Concezione", "1997-12-25": "Natale", "1997-12-26": "Santo Stefano", "1998-01-01": "Capodanno", "1998-01-06": "Epifania del Signore", "1998-03-01": "San Leoluca", "1998-04-12": "Pasqua di Resurrezione", "1998-04-13": "Luned\u00ec dell'Angelo", "1998-04-25": "Festa della Liberazione", "1998-05-01": "Festa dei Lavoratori", "1998-06-02": "Festa della Repubblica", "1998-08-15": "Assunzione della Vergine", "1998-11-01": "Tutti i Santi", "1998-12-08": "Immacolata Concezione", "1998-12-25": "Natale", "1998-12-26": "Santo Stefano", "1999-01-01": "Capodanno", "1999-01-06": "Epifania del Signore", "1999-03-01": "San Leoluca", "1999-04-04": "Pasqua di Resurrezione", "1999-04-05": "Luned\u00ec dell'Angelo", "1999-04-25": "Festa della Liberazione", "1999-05-01": "Festa dei Lavoratori", "1999-06-02": "Festa della Repubblica", "1999-08-15": "Assunzione della Vergine", "1999-11-01": "Tutti i Santi", "1999-12-08": "Immacolata Concezione", "1999-12-25": "Natale", "1999-12-26": "Santo Stefano", "2000-01-01": "Capodanno", "2000-01-06": "Epifania del Signore", "2000-03-01": "San Leoluca", "2000-04-23": "Pasqua di Resurrezione", "2000-04-24": "Luned\u00ec dell'Angelo", "2000-04-25": "Festa della Liberazione", "2000-05-01": "Festa dei Lavoratori", "2000-06-02": "Festa della Repubblica", "2000-08-15": "Assunzione della Vergine", "2000-11-01": "Tutti i Santi", "2000-12-08": "Immacolata Concezione", "2000-12-25": "Natale", "2000-12-26": "Santo Stefano", "2001-01-01": "Capodanno", "2001-01-06": "Epifania del Signore", "2001-03-01": "San Leoluca", "2001-04-15": "Pasqua di Resurrezione", "2001-04-16": "Luned\u00ec dell'Angelo", "2001-04-25": "Festa della Liberazione", "2001-05-01": "Festa dei Lavoratori", "2001-06-02": "Festa della Repubblica", "2001-08-15": "Assunzione della Vergine", "2001-11-01": "Tutti i Santi", "2001-12-08": "Immacolata Concezione", "2001-12-25": "Natale", "2001-12-26": "Santo Stefano", "2002-01-01": "Capodanno", "2002-01-06": "Epifania del Signore", "2002-03-01": "San Leoluca", "2002-03-31": "Pasqua di Resurrezione", "2002-04-01": "Luned\u00ec dell'Angelo", "2002-04-25": "Festa della Liberazione", "2002-05-01": "Festa dei Lavoratori", "2002-06-02": "Festa della Repubblica", "2002-08-15": "Assunzione della Vergine", "2002-11-01": "Tutti i Santi", "2002-12-08": "Immacolata Concezione", "2002-12-25": "Natale", "2002-12-26": "Santo Stefano", "2003-01-01": "Capodanno", "2003-01-06": "Epifania del Signore", "2003-03-01": "San Leoluca", "2003-04-20": "Pasqua di Resurrezione", "2003-04-21": "Luned\u00ec dell'Angelo", "2003-04-25": "Festa della Liberazione", "2003-05-01": "Festa dei Lavoratori", "2003-06-02": "Festa della Repubblica", "2003-08-15": "Assunzione della Vergine", "2003-11-01": "Tutti i Santi", "2003-12-08": "Immacolata Concezione", "2003-12-25": "Natale", "2003-12-26": "Santo Stefano", "2004-01-01": "Capodanno", "2004-01-06": "Epifania del Signore", "2004-03-01": "San Leoluca", "2004-04-11": "Pasqua di Resurrezione", "2004-04-12": "Luned\u00ec dell'Angelo", "2004-04-25": "Festa della Liberazione", "2004-05-01": "Festa dei Lavoratori", "2004-06-02": "Festa della Repubblica", "2004-08-15": "Assunzione della Vergine", "2004-11-01": "Tutti i Santi", "2004-12-08": "Immacolata Concezione", "2004-12-25": "Natale", "2004-12-26": "Santo Stefano", "2005-01-01": "Capodanno", "2005-01-06": "Epifania del Signore", "2005-03-01": "San Leoluca", "2005-03-27": "Pasqua di Resurrezione", "2005-03-28": "Luned\u00ec dell'Angelo", "2005-04-25": "Festa della Liberazione", "2005-05-01": "Festa dei Lavoratori", "2005-06-02": "Festa della Repubblica", "2005-08-15": "Assunzione della Vergine", "2005-11-01": "Tutti i Santi", "2005-12-08": "Immacolata Concezione", "2005-12-25": "Natale", "2005-12-26": "Santo Stefano", "2006-01-01": "Capodanno", "2006-01-06": "Epifania del Signore", "2006-03-01": "San Leoluca", "2006-04-16": "Pasqua di Resurrezione", "2006-04-17": "Luned\u00ec dell'Angelo", "2006-04-25": "Festa della Liberazione", "2006-05-01": "Festa dei Lavoratori", "2006-06-02": "Festa della Repubblica", "2006-08-15": "Assunzione della Vergine", "2006-11-01": "Tutti i Santi", "2006-12-08": "Immacolata Concezione", "2006-12-25": "Natale", "2006-12-26": "Santo Stefano", "2007-01-01": "Capodanno", "2007-01-06": "Epifania del Signore", "2007-03-01": "San Leoluca", "2007-04-08": "Pasqua di Resurrezione", "2007-04-09": "Luned\u00ec dell'Angelo", "2007-04-25": "Festa della Liberazione", "2007-05-01": "Festa dei Lavoratori", "2007-06-02": "Festa della Repubblica", "2007-08-15": "Assunzione della Vergine", "2007-11-01": "Tutti i Santi", "2007-12-08": "Immacolata Concezione", "2007-12-25": "Natale", "2007-12-26": "Santo Stefano", "2008-01-01": "Capodanno", "2008-01-06": "Epifania del Signore", "2008-03-01": "San Leoluca", "2008-03-23": "Pasqua di Resurrezione", "2008-03-24": "Luned\u00ec dell'Angelo", "2008-04-25": "Festa della Liberazione", "2008-05-01": "Festa dei Lavoratori", "2008-06-02": "Festa della Repubblica", "2008-08-15": "Assunzione della Vergine", "2008-11-01": "Tutti i Santi", "2008-12-08": "Immacolata Concezione", "2008-12-25": "Natale", "2008-12-26": "Santo Stefano", "2009-01-01": "Capodanno", "2009-01-06": "Epifania del Signore", "2009-03-01": "San Leoluca", "2009-04-12": "Pasqua di Resurrezione", "2009-04-13": "Luned\u00ec dell'Angelo", "2009-04-25": "Festa della Liberazione", "2009-05-01": "Festa dei Lavoratori", "2009-06-02": "Festa della Repubblica", "2009-08-15": "Assunzione della Vergine", "2009-11-01": "Tutti i Santi", "2009-12-08": "Immacolata Concezione", "2009-12-25": "Natale", "2009-12-26": "Santo Stefano", "2010-01-01": "Capodanno", "2010-01-06": "Epifania del Signore", "2010-03-01": "San Leoluca", "2010-04-04": "Pasqua di Resurrezione", "2010-04-05": "Luned\u00ec dell'Angelo", "2010-04-25": "Festa della Liberazione", "2010-05-01": "Festa dei Lavoratori", "2010-06-02": "Festa della Repubblica", "2010-08-15": "Assunzione della Vergine", "2010-11-01": "Tutti i Santi", "2010-12-08": "Immacolata Concezione", "2010-12-25": "Natale", "2010-12-26": "Santo Stefano", "2011-01-01": "Capodanno", "2011-01-06": "Epifania del Signore", "2011-03-01": "San Leoluca", "2011-03-17": "Anniversario dell'Unit\u00e0 d'Italia", "2011-04-24": "Pasqua di Resurrezione", "2011-04-25": "Festa della Liberazione; Luned\u00ec dell'Angelo", "2011-05-01": "Festa dei Lavoratori", "2011-06-02": "Festa della Repubblica", "2011-08-15": "Assunzione della Vergine", "2011-11-01": "Tutti i Santi", "2011-12-08": "Immacolata Concezione", "2011-12-25": "Natale", "2011-12-26": "Santo Stefano", "2012-01-01": "Capodanno", "2012-01-06": "Epifania del Signore", "2012-03-01": "San Leoluca", "2012-04-08": "Pasqua di Resurrezione", "2012-04-09": "Luned\u00ec dell'Angelo", "2012-04-25": "Festa della Liberazione", "2012-05-01": "Festa dei Lavoratori", "2012-06-02": "Festa della Repubblica", "2012-08-15": "Assunzione della Vergine", "2012-11-01": "Tutti i Santi", "2012-12-08": "Immacolata Concezione", "2012-12-25": "Natale", "2012-12-26": "Santo Stefano", "2013-01-01": "Capodanno", "2013-01-06": "Epifania del Signore", "2013-03-01": "San Leoluca", "2013-03-31": "Pasqua di Resurrezione", "2013-04-01": "Luned\u00ec dell'Angelo", "2013-04-25": "Festa della Liberazione", "2013-05-01": "Festa dei Lavoratori", "2013-06-02": "Festa della Repubblica", "2013-08-15": "Assunzione della Vergine", "2013-11-01": "Tutti i Santi", "2013-12-08": "Immacolata Concezione", "2013-12-25": "Natale", "2013-12-26": "Santo Stefano", "2014-01-01": "Capodanno", "2014-01-06": "Epifania del Signore", "2014-03-01": "San Leoluca", "2014-04-20": "Pasqua di Resurrezione", "2014-04-21": "Luned\u00ec dell'Angelo", "2014-04-25": "Festa della Liberazione", "2014-05-01": "Festa dei Lavoratori", "2014-06-02": "Festa della Repubblica", "2014-08-15": "Assunzione della Vergine", "2014-11-01": "Tutti i Santi", "2014-12-08": "Immacolata Concezione", "2014-12-25": "Natale", "2014-12-26": "Santo Stefano", "2015-01-01": "Capodanno", "2015-01-06": "Epifania del Signore", "2015-03-01": "San Leoluca", "2015-04-05": "Pasqua di Resurrezione", "2015-04-06": "Luned\u00ec dell'Angelo", "2015-04-25": "Festa della Liberazione", "2015-05-01": "Festa dei Lavoratori", "2015-06-02": "Festa della Repubblica", "2015-08-15": "Assunzione della Vergine", "2015-11-01": "Tutti i Santi", "2015-12-08": "Immacolata Concezione", "2015-12-25": "Natale", "2015-12-26": "Santo Stefano", "2016-01-01": "Capodanno", "2016-01-06": "Epifania del Signore", "2016-03-01": "San Leoluca", "2016-03-27": "Pasqua di Resurrezione", "2016-03-28": "Luned\u00ec dell'Angelo", "2016-04-25": "Festa della Liberazione", "2016-05-01": "Festa dei Lavoratori", "2016-06-02": "Festa della Repubblica", "2016-08-15": "Assunzione della Vergine", "2016-11-01": "Tutti i Santi", "2016-12-08": "Immacolata Concezione", "2016-12-25": "Natale", "2016-12-26": "Santo Stefano", "2017-01-01": "Capodanno", "2017-01-06": "Epifania del Signore", "2017-03-01": "San Leoluca", "2017-04-16": "Pasqua di Resurrezione", "2017-04-17": "Luned\u00ec dell'Angelo", "2017-04-25": "Festa della Liberazione", "2017-05-01": "Festa dei Lavoratori", "2017-06-02": "Festa della Repubblica", "2017-08-15": "Assunzione della Vergine", "2017-11-01": "Tutti i Santi", "2017-12-08": "Immacolata Concezione", "2017-12-25": "Natale", "2017-12-26": "Santo Stefano", "2018-01-01": "Capodanno", "2018-01-06": "Epifania del Signore", "2018-03-01": "San Leoluca", "2018-04-01": "Pasqua di Resurrezione", "2018-04-02": "Luned\u00ec dell'Angelo", "2018-04-25": "Festa della Liberazione", "2018-05-01": "Festa dei Lavoratori", "2018-06-02": "Festa della Repubblica", "2018-08-15": "Assunzione della Vergine", "2018-11-01": "Tutti i Santi", "2018-12-08": "Immacolata Concezione", "2018-12-25": "Natale", "2018-12-26": "Santo Stefano", "2019-01-01": "Capodanno", "2019-01-06": "Epifania del Signore", "2019-03-01": "San Leoluca", "2019-04-21": "Pasqua di Resurrezione", "2019-04-22": "Luned\u00ec dell'Angelo", "2019-04-25": "Festa della Liberazione", "2019-05-01": "Festa dei Lavoratori", "2019-06-02": "Festa della Repubblica", "2019-08-15": "Assunzione della Vergine", "2019-11-01": "Tutti i Santi", "2019-12-08": "Immacolata Concezione", "2019-12-25": "Natale", "2019-12-26": "Santo Stefano", "2020-01-01": "Capodanno", "2020-01-06": "Epifania del Signore", "2020-03-01": "San Leoluca", "2020-04-12": "Pasqua di Resurrezione", "2020-04-13": "Luned\u00ec dell'Angelo", "2020-04-25": "Festa della Liberazione", "2020-05-01": "Festa dei Lavoratori", "2020-06-02": "Festa della Repubblica", "2020-08-15": "Assunzione della Vergine", "2020-11-01": "Tutti i Santi", "2020-12-08": "Immacolata Concezione", "2020-12-25": "Natale", "2020-12-26": "Santo Stefano", "2021-01-01": "Capodanno", "2021-01-06": "Epifania del Signore", "2021-03-01": "San Leoluca", "2021-04-04": "Pasqua di Resurrezione", "2021-04-05": "Luned\u00ec dell'Angelo", "2021-04-25": "Festa della Liberazione", "2021-05-01": "Festa dei Lavoratori", "2021-06-02": "Festa della Repubblica", "2021-08-15": "Assunzione della Vergine", "2021-11-01": "Tutti i Santi", "2021-12-08": "Immacolata Concezione", "2021-12-25": "Natale", "2021-12-26": "Santo Stefano", "2022-01-01": "Capodanno", "2022-01-06": "Epifania del Signore", "2022-03-01": "San Leoluca", "2022-04-17": "Pasqua di Resurrezione", "2022-04-18": "Luned\u00ec dell'Angelo", "2022-04-25": "Festa della Liberazione", "2022-05-01": "Festa dei Lavoratori", "2022-06-02": "Festa della Repubblica", "2022-08-15": "Assunzione della Vergine", "2022-11-01": "Tutti i Santi", "2022-12-08": "Immacolata Concezione", "2022-12-25": "Natale", "2022-12-26": "Santo Stefano", "2023-01-01": "Capodanno", "2023-01-06": "Epifania del Signore", "2023-03-01": "San Leoluca", "2023-04-09": "Pasqua di Resurrezione", "2023-04-10": "Luned\u00ec dell'Angelo", "2023-04-25": "Festa della Liberazione", "2023-05-01": "Festa dei Lavoratori", "2023-06-02": "Festa della Repubblica", "2023-08-15": "Assunzione della Vergine", "2023-11-01": "Tutti i Santi", "2023-12-08": "Immacolata Concezione", "2023-12-25": "Natale", "2023-12-26": "Santo Stefano", "2024-01-01": "Capodanno", "2024-01-06": "Epifania del Signore", "2024-03-01": "San Leoluca", "2024-03-31": "Pasqua di Resurrezione", "2024-04-01": "Luned\u00ec dell'Angelo", "2024-04-25": "Festa della Liberazione", "2024-05-01": "Festa dei Lavoratori", "2024-06-02": "Festa della Repubblica", "2024-08-15": "Assunzione della Vergine", "2024-11-01": "Tutti i Santi", "2024-12-08": "Immacolata Concezione", "2024-12-25": "Natale", "2024-12-26": "Santo Stefano", "2025-01-01": "Capodanno", "2025-01-06": "Epifania del Signore", "2025-03-01": "San Leoluca", "2025-04-20": "Pasqua di Resurrezione", "2025-04-21": "Luned\u00ec dell'Angelo", "2025-04-25": "Festa della Liberazione", "2025-05-01": "Festa dei Lavoratori", "2025-06-02": "Festa della Repubblica", "2025-08-15": "Assunzione della Vergine", "2025-11-01": "Tutti i Santi", "2025-12-08": "Immacolata Concezione", "2025-12-25": "Natale", "2025-12-26": "Santo Stefano", "2026-01-01": "Capodanno", "2026-01-06": "Epifania del Signore", "2026-03-01": "San Leoluca", "2026-04-05": "Pasqua di Resurrezione", "2026-04-06": "Luned\u00ec dell'Angelo", "2026-04-25": "Festa della Liberazione", "2026-05-01": "Festa dei Lavoratori", "2026-06-02": "Festa della Repubblica", "2026-08-15": "Assunzione della Vergine", "2026-11-01": "Tutti i Santi", "2026-12-08": "Immacolata Concezione", "2026-12-25": "Natale", "2026-12-26": "Santo Stefano", "2027-01-01": "Capodanno", "2027-01-06": "Epifania del Signore", "2027-03-01": "San Leoluca", "2027-03-28": "Pasqua di Resurrezione", "2027-03-29": "Luned\u00ec dell'Angelo", "2027-04-25": "Festa della Liberazione", "2027-05-01": "Festa dei Lavoratori", "2027-06-02": "Festa della Repubblica", "2027-08-15": "Assunzione della Vergine", "2027-11-01": "Tutti i Santi", "2027-12-08": "Immacolata Concezione", "2027-12-25": "Natale", "2027-12-26": "Santo Stefano", "2028-01-01": "Capodanno", "2028-01-06": "Epifania del Signore", "2028-03-01": "San Leoluca", "2028-04-16": "Pasqua di Resurrezione", "2028-04-17": "Luned\u00ec dell'Angelo", "2028-04-25": "Festa della Liberazione", "2028-05-01": "Festa dei Lavoratori", "2028-06-02": "Festa della Repubblica", "2028-08-15": "Assunzione della Vergine", "2028-11-01": "Tutti i Santi", "2028-12-08": "Immacolata Concezione", "2028-12-25": "Natale", "2028-12-26": "Santo Stefano", "2029-01-01": "Capodanno", "2029-01-06": "Epifania del Signore", "2029-03-01": "San Leoluca", "2029-04-01": "Pasqua di Resurrezione", "2029-04-02": "Luned\u00ec dell'Angelo", "2029-04-25": "Festa della Liberazione", "2029-05-01": "Festa dei Lavoratori", "2029-06-02": "Festa della Repubblica", "2029-08-15": "Assunzione della Vergine", "2029-11-01": "Tutti i Santi", "2029-12-08": "Immacolata Concezione", "2029-12-25": "Natale", "2029-12-26": "Santo Stefano", "2030-01-01": "Capodanno", "2030-01-06": "Epifania del Signore", "2030-03-01": "San Leoluca", "2030-04-21": "Pasqua di Resurrezione", "2030-04-22": "Luned\u00ec dell'Angelo", "2030-04-25": "Festa della Liberazione", "2030-05-01": "Festa dei Lavoratori", "2030-06-02": "Festa della Repubblica", "2030-08-15": "Assunzione della Vergine", "2030-11-01": "Tutti i Santi", "2030-12-08": "Immacolata Concezione", "2030-12-25": "Natale", "2030-12-26": "Santo Stefano", "2031-01-01": "Capodanno", "2031-01-06": "Epifania del Signore", "2031-03-01": "San Leoluca", "2031-04-13": "Pasqua di Resurrezione", "2031-04-14": "Luned\u00ec dell'Angelo", "2031-04-25": "Festa della Liberazione", "2031-05-01": "Festa dei Lavoratori", "2031-06-02": "Festa della Repubblica", "2031-08-15": "Assunzione della Vergine", "2031-11-01": "Tutti i Santi", "2031-12-08": "Immacolata Concezione", "2031-12-25": "Natale", "2031-12-26": "Santo Stefano", "2032-01-01": "Capodanno", "2032-01-06": "Epifania del Signore", "2032-03-01": "San Leoluca", "2032-03-28": "Pasqua di Resurrezione", "2032-03-29": "Luned\u00ec dell'Angelo", "2032-04-25": "Festa della Liberazione", "2032-05-01": "Festa dei Lavoratori", "2032-06-02": "Festa della Repubblica", "2032-08-15": "Assunzione della Vergine", "2032-11-01": "Tutti i Santi", "2032-12-08": "Immacolata Concezione", "2032-12-25": "Natale", "2032-12-26": "Santo Stefano", "2033-01-01": "Capodanno", "2033-01-06": "Epifania del Signore", "2033-03-01": "San Leoluca", "2033-04-17": "Pasqua di Resurrezione", "2033-04-18": "Luned\u00ec dell'Angelo", "2033-04-25": "Festa della Liberazione", "2033-05-01": "Festa dei Lavoratori", "2033-06-02": "Festa della Repubblica", "2033-08-15": "Assunzione della Vergine", "2033-11-01": "Tutti i Santi", "2033-12-08": "Immacolata Concezione", "2033-12-25": "Natale", "2033-12-26": "Santo Stefano", "2034-01-01": "Capodanno", "2034-01-06": "Epifania del Signore", "2034-03-01": "San Leoluca", "2034-04-09": "Pasqua di Resurrezione", "2034-04-10": "Luned\u00ec dell'Angelo", "2034-04-25": "Festa della Liberazione", "2034-05-01": "Festa dei Lavoratori", "2034-06-02": "Festa della Repubblica", "2034-08-15": "Assunzione della Vergine", "2034-11-01": "Tutti i Santi", "2034-12-08": "Immacolata Concezione", "2034-12-25": "Natale", "2034-12-26": "Santo Stefano", "2035-01-01": "Capodanno", "2035-01-06": "Epifania del Signore", "2035-03-01": "San Leoluca", "2035-03-25": "Pasqua di Resurrezione", "2035-03-26": "Luned\u00ec dell'Angelo", "2035-04-25": "Festa della Liberazione", "2035-05-01": "Festa dei Lavoratori", "2035-06-02": "Festa della Repubblica", "2035-08-15": "Assunzione della Vergine", "2035-11-01": "Tutti i Santi", "2035-12-08": "Immacolata Concezione", "2035-12-25": "Natale", "2035-12-26": "Santo Stefano", "2036-01-01": "Capodanno", "2036-01-06": "Epifania del Signore", "2036-03-01": "San Leoluca", "2036-04-13": "Pasqua di Resurrezione", "2036-04-14": "Luned\u00ec dell'Angelo", "2036-04-25": "Festa della Liberazione", "2036-05-01": "Festa dei Lavoratori", "2036-06-02": "Festa della Repubblica", "2036-08-15": "Assunzione della Vergine", "2036-11-01": "Tutti i Santi", "2036-12-08": "Immacolata Concezione", "2036-12-25": "Natale", "2036-12-26": "Santo Stefano", "2037-01-01": "Capodanno", "2037-01-06": "Epifania del Signore", "2037-03-01": "San Leoluca", "2037-04-05": "Pasqua di Resurrezione", "2037-04-06": "Luned\u00ec dell'Angelo", "2037-04-25": "Festa della Liberazione", "2037-05-01": "Festa dei Lavoratori", "2037-06-02": "Festa della Repubblica", "2037-08-15": "Assunzione della Vergine", "2037-11-01": "Tutti i Santi", "2037-12-08": "Immacolata Concezione", "2037-12-25": "Natale", "2037-12-26": "Santo Stefano", "2038-01-01": "Capodanno", "2038-01-06": "Epifania del Signore", "2038-03-01": "San Leoluca", "2038-04-25": "Festa della Liberazione; Pasqua di Resurrezione", "2038-04-26": "Luned\u00ec dell'Angelo", "2038-05-01": "Festa dei Lavoratori", "2038-06-02": "Festa della Repubblica", "2038-08-15": "Assunzione della Vergine", "2038-11-01": "Tutti i Santi", "2038-12-08": "Immacolata Concezione", "2038-12-25": "Natale", "2038-12-26": "Santo Stefano", "2039-01-01": "Capodanno", "2039-01-06": "Epifania del Signore", "2039-03-01": "San Leoluca", "2039-04-10": "Pasqua di Resurrezione", "2039-04-11": "Luned\u00ec dell'Angelo", "2039-04-25": "Festa della Liberazione", "2039-05-01": "Festa dei Lavoratori", "2039-06-02": "Festa della Repubblica", "2039-08-15": "Assunzione della Vergine", "2039-11-01": "Tutti i Santi", "2039-12-08": "Immacolata Concezione", "2039-12-25": "Natale", "2039-12-26": "Santo Stefano", "2040-01-01": "Capodanno", "2040-01-06": "Epifania del Signore", "2040-03-01": "San Leoluca", "2040-04-01": "Pasqua di Resurrezione", "2040-04-02": "Luned\u00ec dell'Angelo", "2040-04-25": "Festa della Liberazione", "2040-05-01": "Festa dei Lavoratori", "2040-06-02": "Festa della Repubblica", "2040-08-15": "Assunzione della Vergine", "2040-11-01": "Tutti i Santi", "2040-12-08": "Immacolata Concezione", "2040-12-25": "Natale", "2040-12-26": "Santo Stefano", "2041-01-01": "Capodanno", "2041-01-06": "Epifania del Signore", "2041-03-01": "San Leoluca", "2041-04-21": "Pasqua di Resurrezione", "2041-04-22": "Luned\u00ec dell'Angelo", "2041-04-25": "Festa della Liberazione", "2041-05-01": "Festa dei Lavoratori", "2041-06-02": "Festa della Repubblica", "2041-08-15": "Assunzione della Vergine", "2041-11-01": "Tutti i Santi", "2041-12-08": "Immacolata Concezione", "2041-12-25": "Natale", "2041-12-26": "Santo Stefano", "2042-01-01": "Capodanno", "2042-01-06": "Epifania del Signore", "2042-03-01": "San Leoluca", "2042-04-06": "Pasqua di Resurrezione", "2042-04-07": "Luned\u00ec dell'Angelo", "2042-04-25": "Festa della Liberazione", "2042-05-01": "Festa dei Lavoratori", "2042-06-02": "Festa della Repubblica", "2042-08-15": "Assunzione della Vergine", "2042-11-01": "Tutti i Santi", "2042-12-08": "Immacolata Concezione", "2042-12-25": "Natale", "2042-12-26": "Santo Stefano", "2043-01-01": "Capodanno", "2043-01-06": "Epifania del Signore", "2043-03-01": "San Leoluca", "2043-03-29": "Pasqua di Resurrezione", "2043-03-30": "Luned\u00ec dell'Angelo", "2043-04-25": "Festa della Liberazione", "2043-05-01": "Festa dei Lavoratori", "2043-06-02": "Festa della Repubblica", "2043-08-15": "Assunzione della Vergine", "2043-11-01": "Tutti i Santi", "2043-12-08": "Immacolata Concezione", "2043-12-25": "Natale", "2043-12-26": "Santo Stefano", "2044-01-01": "Capodanno", "2044-01-06": "Epifania del Signore", "2044-03-01": "San Leoluca", "2044-04-17": "Pasqua di Resurrezione", "2044-04-18": "Luned\u00ec dell'Angelo", "2044-04-25": "Festa della Liberazione", "2044-05-01": "Festa dei Lavoratori", "2044-06-02": "Festa della Repubblica", "2044-08-15": "Assunzione della Vergine", "2044-11-01": "Tutti i Santi", "2044-12-08": "Immacolata Concezione", "2044-12-25": "Natale", "2044-12-26": "Santo Stefano", "2045-01-01": "Capodanno", "2045-01-06": "Epifania del Signore", "2045-03-01": "San Leoluca", "2045-04-09": "Pasqua di Resurrezione", "2045-04-10": "Luned\u00ec dell'Angelo", "2045-04-25": "Festa della Liberazione", "2045-05-01": "Festa dei Lavoratori", "2045-06-02": "Festa della Repubblica", "2045-08-15": "Assunzione della Vergine", "2045-11-01": "Tutti i Santi", "2045-12-08": "Immacolata Concezione", "2045-12-25": "Natale", "2045-12-26": "Santo Stefano", "2046-01-01": "Capodanno", "2046-01-06": "Epifania del Signore", "2046-03-01": "San Leoluca", "2046-03-25": "Pasqua di Resurrezione", "2046-03-26": "Luned\u00ec dell'Angelo", "2046-04-25": "Festa della Liberazione", "2046-05-01": "Festa dei Lavoratori", "2046-06-02": "Festa della Repubblica", "2046-08-15": "Assunzione della Vergine", "2046-11-01": "Tutti i Santi", "2046-12-08": "Immacolata Concezione", "2046-12-25": "Natale", "2046-12-26": "Santo Stefano", "2047-01-01": "Capodanno", "2047-01-06": "Epifania del Signore", "2047-03-01": "San Leoluca", "2047-04-14": "Pasqua di Resurrezione", "2047-04-15": "Luned\u00ec dell'Angelo", "2047-04-25": "Festa della Liberazione", "2047-05-01": "Festa dei Lavoratori", "2047-06-02": "Festa della Repubblica", "2047-08-15": "Assunzione della Vergine", "2047-11-01": "Tutti i Santi", "2047-12-08": "Immacolata Concezione", "2047-12-25": "Natale", "2047-12-26": "Santo Stefano", "2048-01-01": "Capodanno", "2048-01-06": "Epifania del Signore", "2048-03-01": "San Leoluca", "2048-04-05": "Pasqua di Resurrezione", "2048-04-06": "Luned\u00ec dell'Angelo", "2048-04-25": "Festa della Liberazione", "2048-05-01": "Festa dei Lavoratori", "2048-06-02": "Festa della Repubblica", "2048-08-15": "Assunzione della Vergine", "2048-11-01": "Tutti i Santi", "2048-12-08": "Immacolata Concezione", "2048-12-25": "Natale", "2048-12-26": "Santo Stefano", "2049-01-01": "Capodanno", "2049-01-06": "Epifania del Signore", "2049-03-01": "San Leoluca", "2049-04-18": "Pasqua di Resurrezione", "2049-04-19": "Luned\u00ec dell'Angelo", "2049-04-25": "Festa della Liberazione", "2049-05-01": "Festa dei Lavoratori", "2049-06-02": "Festa della Repubblica", "2049-08-15": "Assunzione della Vergine", "2049-11-01": "Tutti i Santi", "2049-12-08": "Immacolata Concezione", "2049-12-25": "Natale", "2049-12-26": "Santo Stefano", "2050-01-01": "Capodanno", "2050-01-06": "Epifania del Signore", "2050-03-01": "San Leoluca", "2050-04-10": "Pasqua di Resurrezione", "2050-04-11": "Luned\u00ec dell'Angelo", "2050-04-25": "Festa della Liberazione", "2050-05-01": "Festa dei Lavoratori", "2050-06-02": "Festa della Repubblica", "2050-08-15": "Assunzione della Vergine", "2050-11-01": "Tutti i Santi", "2050-12-08": "Immacolata Concezione", "2050-12-25": "Natale", "2050-12-26": "Santo Stefano" } holidays-0.71/snapshots/countries/JE_COMMON.json000066400000000000000000001053661500152103600215570ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-09": "Liberation Day", "1952-06-02": "Whit Monday", "1952-09-01": "Summer Bank Holiday", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-25": "Whit Monday", "1953-09-07": "Summer Bank Holiday", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-06-07": "Whit Monday", "1954-09-06": "Summer Bank Holiday", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Boxing Day (substitute day)", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-09": "Liberation Day", "1955-05-30": "Whit Monday", "1955-09-05": "Summer Bank Holiday", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (substitute day)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (substitute day)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-09": "Liberation Day", "1956-05-21": "Whit Monday", "1956-09-03": "Summer Bank Holiday", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-09": "Liberation Day", "1957-06-10": "Whit Monday", "1957-07-26": "The visit of Her Majesty Queen Elizabeth II", "1957-09-02": "Summer Bank Holiday", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-09": "Liberation Day", "1958-05-26": "Whit Monday", "1958-09-01": "Summer Bank Holiday", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-18": "Whit Monday", "1959-09-07": "Summer Bank Holiday", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-09": "Liberation Day", "1960-06-06": "Whit Monday", "1960-09-05": "Summer Bank Holiday", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (substitute day)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (substitute day)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-09": "Liberation Day", "1961-05-22": "Whit Monday", "1961-09-04": "Summer Bank Holiday", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-09": "Liberation Day", "1962-06-11": "Whit Monday", "1962-09-03": "Summer Bank Holiday", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-09": "Liberation Day", "1963-06-03": "Whit Monday", "1963-09-02": "Summer Bank Holiday", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-18": "Whit Monday", "1964-09-07": "Summer Bank Holiday", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-06-07": "Whit Monday", "1965-09-06": "Summer Bank Holiday", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Boxing Day (substitute day)", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-09": "Liberation Day", "1966-05-30": "Whit Monday", "1966-09-05": "Summer Bank Holiday", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (substitute day)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (substitute day)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-09": "Liberation Day", "1967-05-15": "Whit Monday", "1967-09-04": "Summer Bank Holiday", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-09": "Liberation Day", "1968-06-03": "Whit Monday", "1968-09-02": "Summer Bank Holiday", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-09": "Liberation Day", "1969-05-26": "Whit Monday", "1969-09-01": "Summer Bank Holiday", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-25": "Spring Bank Holiday", "1970-08-31": "Summer Bank Holiday", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-31": "Spring Bank Holiday", "1971-08-30": "Summer Bank Holiday", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Boxing Day (substitute day)", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-09": "Liberation Day", "1972-05-29": "Spring Bank Holiday", "1972-08-28": "Summer Bank Holiday", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-09": "Liberation Day", "1973-05-28": "Spring Bank Holiday", "1973-08-27": "Summer Bank Holiday", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-09": "Liberation Day", "1974-05-27": "Spring Bank Holiday", "1974-08-26": "Summer Bank Holiday", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-09": "Liberation Day", "1975-05-26": "Spring Bank Holiday", "1975-08-25": "Summer Bank Holiday", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-31": "Spring Bank Holiday", "1976-08-30": "Summer Bank Holiday", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Boxing Day (substitute day)", "1976-12-28": "Boxing Day (substitute day)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (substitute day)", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-09": "Liberation Day", "1977-05-30": "Spring Bank Holiday", "1977-06-07": "Queen's Silver Jubilee", "1977-08-29": "Summer Bank Holiday", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (substitute day)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (substitute day)", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-09": "Liberation Day", "1978-05-29": "Spring Bank Holiday", "1978-06-27": "The visit of Her Majesty Queen Elizabeth II", "1978-08-28": "Summer Bank Holiday", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-09": "Liberation Day", "1979-05-28": "Spring Bank Holiday", "1979-08-27": "Summer Bank Holiday", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-05": "Early May Bank Holiday", "1980-05-09": "Liberation Day", "1980-05-26": "Spring Bank Holiday", "1980-08-25": "Summer Bank Holiday", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-04": "Early May Bank Holiday", "1981-05-25": "Spring Bank Holiday", "1981-07-29": "Wedding of Charles and Diana", "1981-08-31": "Summer Bank Holiday", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (substitute day)", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-03": "Early May Bank Holiday", "1982-05-31": "Spring Bank Holiday", "1982-08-30": "Summer Bank Holiday", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Boxing Day (substitute day)", "1982-12-28": "Boxing Day (substitute day)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (substitute day)", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-02": "Early May Bank Holiday", "1983-05-09": "Liberation Day", "1983-05-30": "Spring Bank Holiday", "1983-08-29": "Summer Bank Holiday", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (substitute day)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (substitute day)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-07": "Early May Bank Holiday", "1984-05-09": "Liberation Day", "1984-05-28": "Spring Bank Holiday", "1984-08-27": "Summer Bank Holiday", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-06": "Early May Bank Holiday", "1985-05-09": "Liberation Day", "1985-05-27": "Spring Bank Holiday", "1985-08-26": "Summer Bank Holiday", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-05": "Early May Bank Holiday", "1986-05-09": "Liberation Day", "1986-05-26": "Spring Bank Holiday", "1986-08-25": "Summer Bank Holiday", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-04": "Early May Bank Holiday", "1987-05-25": "Spring Bank Holiday", "1987-08-31": "Summer Bank Holiday", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (substitute day)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-02": "Early May Bank Holiday", "1988-05-09": "Liberation Day", "1988-05-30": "Spring Bank Holiday", "1988-08-29": "Summer Bank Holiday", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (substitute day)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (substitute day)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Early May Bank Holiday", "1989-05-09": "Liberation Day", "1989-05-25": "The visit of Her Majesty Queen Elizabeth II", "1989-05-29": "Spring Bank Holiday", "1989-08-28": "Summer Bank Holiday", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-07": "Early May Bank Holiday", "1990-05-09": "Liberation Day", "1990-05-28": "Spring Bank Holiday", "1990-08-27": "Summer Bank Holiday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-06": "Early May Bank Holiday", "1991-05-09": "Liberation Day", "1991-05-27": "Spring Bank Holiday", "1991-08-26": "Summer Bank Holiday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-04": "Early May Bank Holiday", "1992-05-25": "Spring Bank Holiday", "1992-08-31": "Summer Bank Holiday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (substitute day)", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-03": "Early May Bank Holiday", "1993-05-31": "Spring Bank Holiday", "1993-08-30": "Summer Bank Holiday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (substitute day)", "1993-12-28": "Boxing Day (substitute day)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (substitute day)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-02": "Early May Bank Holiday", "1994-05-09": "Liberation Day", "1994-05-30": "Spring Bank Holiday", "1994-08-29": "Summer Bank Holiday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (substitute day)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (substitute day)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-08": "Early May Bank Holiday", "1995-05-09": "Liberation Day", "1995-05-29": "Spring Bank Holiday", "1995-08-28": "Summer Bank Holiday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-06": "Early May Bank Holiday", "1996-05-09": "Liberation Day", "1996-05-27": "Spring Bank Holiday", "1996-08-26": "Summer Bank Holiday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-05": "Early May Bank Holiday", "1997-05-09": "Liberation Day", "1997-05-26": "Spring Bank Holiday", "1997-08-25": "Summer Bank Holiday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-04": "Early May Bank Holiday", "1998-05-25": "Spring Bank Holiday", "1998-08-31": "Summer Bank Holiday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (substitute day)", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-03": "Early May Bank Holiday", "1999-05-31": "Spring Bank Holiday", "1999-08-30": "Summer Bank Holiday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (substitute day)", "1999-12-28": "Boxing Day (substitute day)", "1999-12-31": "Millennium Celebrations", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (substitute day)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Early May Bank Holiday", "2000-05-09": "Liberation Day", "2000-05-29": "Spring Bank Holiday", "2000-08-28": "Summer Bank Holiday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-07": "Early May Bank Holiday", "2001-05-09": "Liberation Day", "2001-05-28": "Spring Bank Holiday", "2001-07-13": "The visit of Her Majesty Queen Elizabeth II", "2001-08-27": "Summer Bank Holiday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-06": "Early May Bank Holiday", "2002-05-09": "Liberation Day", "2002-06-03": "Queen's Golden Jubilee", "2002-06-04": "Spring Bank Holiday", "2002-08-26": "Summer Bank Holiday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-05": "Early May Bank Holiday", "2003-05-09": "Liberation Day", "2003-05-26": "Spring Bank Holiday", "2003-08-25": "Summer Bank Holiday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-03": "Early May Bank Holiday", "2004-05-31": "Spring Bank Holiday", "2004-08-30": "Summer Bank Holiday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (substitute day)", "2004-12-28": "Boxing Day (substitute day)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (substitute day)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-02": "Early May Bank Holiday", "2005-05-09": "Liberation Day", "2005-05-30": "Spring Bank Holiday", "2005-08-29": "Summer Bank Holiday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (substitute day)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (substitute day)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Early May Bank Holiday", "2006-05-09": "Liberation Day", "2006-05-29": "Spring Bank Holiday", "2006-08-28": "Summer Bank Holiday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-07": "Early May Bank Holiday", "2007-05-09": "Liberation Day", "2007-05-28": "Spring Bank Holiday", "2007-08-27": "Summer Bank Holiday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-05": "Early May Bank Holiday", "2008-05-09": "Liberation Day", "2008-05-26": "Spring Bank Holiday", "2008-08-25": "Summer Bank Holiday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-04": "Early May Bank Holiday", "2009-05-25": "Spring Bank Holiday", "2009-08-31": "Summer Bank Holiday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (substitute day)", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-03": "Early May Bank Holiday", "2010-05-09": "Liberation Day", "2010-05-31": "Spring Bank Holiday", "2010-08-30": "Summer Bank Holiday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (substitute day)", "2010-12-28": "Boxing Day (substitute day)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (substitute day)", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-04-29": "Wedding of William and Catherine", "2011-05-02": "Early May Bank Holiday", "2011-05-09": "Liberation Day", "2011-05-30": "Spring Bank Holiday", "2011-08-29": "Summer Bank Holiday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (substitute day)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (substitute day)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-07": "Early May Bank Holiday", "2012-05-09": "Liberation Day", "2012-06-04": "Spring Bank Holiday", "2012-06-05": "Queen's Diamond Jubilee", "2012-08-27": "Summer Bank Holiday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-06": "Early May Bank Holiday", "2013-05-09": "Liberation Day", "2013-05-27": "Spring Bank Holiday", "2013-08-26": "Summer Bank Holiday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-05": "Early May Bank Holiday", "2014-05-09": "Liberation Day", "2014-05-26": "Spring Bank Holiday", "2014-08-25": "Summer Bank Holiday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-04": "Early May Bank Holiday", "2015-05-09": "Liberation Day", "2015-05-25": "Spring Bank Holiday", "2015-08-31": "Summer Bank Holiday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (substitute day)", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-02": "Early May Bank Holiday", "2016-05-09": "Liberation Day", "2016-05-30": "Spring Bank Holiday", "2016-08-29": "Summer Bank Holiday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (substitute day)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (substitute day)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Early May Bank Holiday", "2017-05-09": "Liberation Day", "2017-05-29": "Spring Bank Holiday", "2017-08-28": "Summer Bank Holiday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-07": "Early May Bank Holiday", "2018-05-09": "Liberation Day", "2018-05-28": "Spring Bank Holiday", "2018-08-27": "Summer Bank Holiday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-06": "Early May Bank Holiday", "2019-05-09": "Liberation Day", "2019-05-27": "Spring Bank Holiday", "2019-08-26": "Summer Bank Holiday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-04": "Early May Bank Holiday", "2020-05-08": "75th Anniversary of VE Day", "2020-05-09": "Liberation Day", "2020-05-25": "Spring Bank Holiday", "2020-08-31": "Summer Bank Holiday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (substitute day)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-03": "Early May Bank Holiday", "2021-05-31": "Spring Bank Holiday", "2021-08-30": "Summer Bank Holiday", "2021-09-27": "Corn Riots Anniversary", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (substitute day)", "2021-12-28": "Boxing Day (substitute day)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (substitute day)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-02": "Early May Bank Holiday", "2022-05-09": "Liberation Day", "2022-06-02": "Spring Bank Holiday", "2022-06-03": "Queen's Platinum Jubilee", "2022-08-29": "Summer Bank Holiday", "2022-09-19": "Funeral of Her Majesty Queen Elizabeth II", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (substitute day)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (substitute day)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Early May Bank Holiday", "2023-05-08": "Coronation of His Majesty King Charles III", "2023-05-09": "Liberation Day", "2023-05-29": "Spring Bank Holiday", "2023-08-28": "Summer Bank Holiday", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-06": "May Bank Holiday", "2024-05-09": "Liberation Day", "2024-05-27": "Spring Bank Holiday", "2024-07-15": "The visit of His Majesty King Charles III and Queen Camilla", "2024-08-26": "Summer Bank Holiday", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-05": "Early May Bank Holiday", "2025-05-09": "Liberation Day", "2025-05-26": "Spring Bank Holiday", "2025-08-25": "Summer Bank Holiday", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-04": "Early May Bank Holiday", "2026-05-09": "Liberation Day", "2026-05-25": "Spring Bank Holiday", "2026-08-31": "Summer Bank Holiday", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (substitute day)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-03": "Early May Bank Holiday", "2027-05-31": "Spring Bank Holiday", "2027-08-30": "Summer Bank Holiday", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (substitute day)", "2027-12-28": "Boxing Day (substitute day)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (substitute day)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Early May Bank Holiday", "2028-05-09": "Liberation Day", "2028-05-29": "Spring Bank Holiday", "2028-08-28": "Summer Bank Holiday", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-07": "Early May Bank Holiday", "2029-05-09": "Liberation Day", "2029-05-28": "Spring Bank Holiday", "2029-08-27": "Summer Bank Holiday", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-06": "Early May Bank Holiday", "2030-05-09": "Liberation Day", "2030-05-27": "Spring Bank Holiday", "2030-08-26": "Summer Bank Holiday", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-05": "Early May Bank Holiday", "2031-05-09": "Liberation Day", "2031-05-26": "Spring Bank Holiday", "2031-08-25": "Summer Bank Holiday", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-03": "Early May Bank Holiday", "2032-05-31": "Spring Bank Holiday", "2032-08-30": "Summer Bank Holiday", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (substitute day)", "2032-12-28": "Boxing Day (substitute day)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (substitute day)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-02": "Early May Bank Holiday", "2033-05-09": "Liberation Day", "2033-05-30": "Spring Bank Holiday", "2033-08-29": "Summer Bank Holiday", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (substitute day)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (substitute day)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Early May Bank Holiday", "2034-05-09": "Liberation Day", "2034-05-29": "Spring Bank Holiday", "2034-08-28": "Summer Bank Holiday", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-07": "Early May Bank Holiday", "2035-05-09": "Liberation Day", "2035-05-28": "Spring Bank Holiday", "2035-08-27": "Summer Bank Holiday", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-05": "Early May Bank Holiday", "2036-05-09": "Liberation Day", "2036-05-26": "Spring Bank Holiday", "2036-08-25": "Summer Bank Holiday", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-04": "Early May Bank Holiday", "2037-05-09": "Liberation Day", "2037-05-25": "Spring Bank Holiday", "2037-08-31": "Summer Bank Holiday", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (substitute day)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-03": "Early May Bank Holiday", "2038-05-31": "Spring Bank Holiday", "2038-08-30": "Summer Bank Holiday", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (substitute day)", "2038-12-28": "Boxing Day (substitute day)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (substitute day)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-02": "Early May Bank Holiday", "2039-05-09": "Liberation Day", "2039-05-30": "Spring Bank Holiday", "2039-08-29": "Summer Bank Holiday", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (substitute day)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (substitute day)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-07": "Early May Bank Holiday", "2040-05-09": "Liberation Day", "2040-05-28": "Spring Bank Holiday", "2040-08-27": "Summer Bank Holiday", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-06": "Early May Bank Holiday", "2041-05-09": "Liberation Day", "2041-05-27": "Spring Bank Holiday", "2041-08-26": "Summer Bank Holiday", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-05": "Early May Bank Holiday", "2042-05-09": "Liberation Day", "2042-05-26": "Spring Bank Holiday", "2042-08-25": "Summer Bank Holiday", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-04": "Early May Bank Holiday", "2043-05-09": "Liberation Day", "2043-05-25": "Spring Bank Holiday", "2043-08-31": "Summer Bank Holiday", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (substitute day)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-02": "Early May Bank Holiday", "2044-05-09": "Liberation Day", "2044-05-30": "Spring Bank Holiday", "2044-08-29": "Summer Bank Holiday", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (substitute day)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (substitute day)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Early May Bank Holiday", "2045-05-09": "Liberation Day", "2045-05-29": "Spring Bank Holiday", "2045-08-28": "Summer Bank Holiday", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-07": "Early May Bank Holiday", "2046-05-09": "Liberation Day", "2046-05-28": "Spring Bank Holiday", "2046-08-27": "Summer Bank Holiday", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-06": "Early May Bank Holiday", "2047-05-09": "Liberation Day", "2047-05-27": "Spring Bank Holiday", "2047-08-26": "Summer Bank Holiday", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-04": "Early May Bank Holiday", "2048-05-09": "Liberation Day", "2048-05-25": "Spring Bank Holiday", "2048-08-31": "Summer Bank Holiday", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (substitute day)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-03": "Early May Bank Holiday", "2049-05-31": "Spring Bank Holiday", "2049-08-30": "Summer Bank Holiday", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (substitute day)", "2049-12-28": "Boxing Day (substitute day)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (substitute day)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-02": "Early May Bank Holiday", "2050-05-09": "Liberation Day", "2050-05-30": "Spring Bank Holiday", "2050-08-29": "Summer Bank Holiday", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (substitute day)" } holidays-0.71/snapshots/countries/JM_COMMON.json000066400000000000000000001151461500152103600215640ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-22": "Ash Wednesday", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-23": "National Labour Day", "1950-08-06": "Independence Day", "1950-08-07": "Independence Day (observed)", "1950-10-16": "National Heroes Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-02-07": "Ash Wednesday", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-23": "National Labour Day", "1951-08-06": "Independence Day", "1951-10-15": "National Heroes Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-02-27": "Ash Wednesday", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-23": "National Labour Day", "1952-08-06": "Independence Day", "1952-10-20": "National Heroes Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-02-18": "Ash Wednesday", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-23": "National Labour Day", "1953-05-25": "National Labour Day (observed)", "1953-08-06": "Independence Day", "1953-10-19": "National Heroes Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-03-03": "Ash Wednesday", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-23": "National Labour Day", "1954-05-24": "National Labour Day (observed)", "1954-08-06": "Independence Day", "1954-10-18": "National Heroes Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-02-23": "Ash Wednesday", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-23": "National Labour Day", "1955-08-06": "Independence Day", "1955-10-17": "National Heroes Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-15": "Ash Wednesday", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-23": "National Labour Day", "1956-08-06": "Independence Day", "1956-10-15": "National Heroes Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-03-06": "Ash Wednesday", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-23": "National Labour Day", "1957-08-06": "Independence Day", "1957-10-21": "National Heroes Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-02-19": "Ash Wednesday", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-23": "National Labour Day", "1958-08-06": "Independence Day", "1958-10-20": "National Heroes Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-02-11": "Ash Wednesday", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-23": "National Labour Day", "1959-05-25": "National Labour Day (observed)", "1959-08-06": "Independence Day", "1959-10-19": "National Heroes Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-03-02": "Ash Wednesday", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-23": "National Labour Day", "1960-08-06": "Independence Day", "1960-10-17": "National Heroes Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-15": "Ash Wednesday", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-23": "National Labour Day", "1961-08-06": "Independence Day", "1961-08-07": "Independence Day (observed)", "1961-10-16": "National Heroes Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-03-07": "Ash Wednesday", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-23": "National Labour Day", "1962-08-06": "Independence Day", "1962-10-15": "National Heroes Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-02-27": "Ash Wednesday", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "National Labour Day", "1963-08-06": "Independence Day", "1963-10-21": "National Heroes Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-02-12": "Ash Wednesday", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-23": "National Labour Day", "1964-05-25": "National Labour Day (observed)", "1964-08-06": "Independence Day", "1964-10-19": "National Heroes Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-03-03": "Ash Wednesday", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-23": "National Labour Day", "1965-05-24": "National Labour Day (observed)", "1965-08-06": "Independence Day", "1965-10-18": "National Heroes Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-02-23": "Ash Wednesday", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-23": "National Labour Day", "1966-08-06": "Independence Day", "1966-10-17": "National Heroes Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-08": "Ash Wednesday", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-23": "National Labour Day", "1967-08-06": "Independence Day", "1967-08-07": "Independence Day (observed)", "1967-10-16": "National Heroes Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-02-28": "Ash Wednesday", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "National Labour Day", "1968-08-06": "Independence Day", "1968-10-21": "National Heroes Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-02-19": "Ash Wednesday", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-23": "National Labour Day", "1969-08-06": "Independence Day", "1969-10-20": "National Heroes Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-02-11": "Ash Wednesday", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-23": "National Labour Day", "1970-05-25": "National Labour Day (observed)", "1970-08-06": "Independence Day", "1970-10-19": "National Heroes Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-02-24": "Ash Wednesday", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-23": "National Labour Day", "1971-05-24": "National Labour Day (observed)", "1971-08-06": "Independence Day", "1971-10-18": "National Heroes Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-02-16": "Ash Wednesday", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-23": "National Labour Day", "1972-08-06": "Independence Day", "1972-08-07": "Independence Day (observed)", "1972-10-16": "National Heroes Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-03-07": "Ash Wednesday", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-23": "National Labour Day", "1973-08-06": "Independence Day", "1973-10-15": "National Heroes Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-02-27": "Ash Wednesday", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "National Labour Day", "1974-08-06": "Independence Day", "1974-10-21": "National Heroes Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-02-12": "Ash Wednesday", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-23": "National Labour Day", "1975-08-06": "Independence Day", "1975-10-20": "National Heroes Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-03-03": "Ash Wednesday", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-23": "National Labour Day", "1976-05-24": "National Labour Day (observed)", "1976-08-06": "Independence Day", "1976-10-18": "National Heroes Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-02-23": "Ash Wednesday", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-23": "National Labour Day", "1977-08-06": "Independence Day", "1977-10-17": "National Heroes Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-08": "Ash Wednesday", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-23": "National Labour Day", "1978-08-06": "Independence Day", "1978-08-07": "Independence Day (observed)", "1978-10-16": "National Heroes Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-02-28": "Ash Wednesday", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-23": "National Labour Day", "1979-08-06": "Independence Day", "1979-10-15": "National Heroes Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-02-20": "Ash Wednesday", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-23": "National Labour Day", "1980-08-06": "Independence Day", "1980-10-20": "National Heroes Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-03-04": "Ash Wednesday", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-23": "National Labour Day", "1981-05-25": "National Labour Day (observed)", "1981-08-06": "Independence Day", "1981-10-19": "National Heroes Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-02-24": "Ash Wednesday", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-23": "National Labour Day", "1982-05-24": "National Labour Day (observed)", "1982-08-06": "Independence Day", "1982-10-18": "National Heroes Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-02-16": "Ash Wednesday", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-23": "National Labour Day", "1983-08-06": "Independence Day", "1983-10-17": "National Heroes Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-07": "Ash Wednesday", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-23": "National Labour Day", "1984-08-06": "Independence Day", "1984-10-15": "National Heroes Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-02-20": "Ash Wednesday", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-23": "National Labour Day", "1985-08-06": "Independence Day", "1985-10-21": "National Heroes Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-02-12": "Ash Wednesday", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-23": "National Labour Day", "1986-08-06": "Independence Day", "1986-10-20": "National Heroes Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-03-04": "Ash Wednesday", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-23": "National Labour Day", "1987-05-25": "National Labour Day (observed)", "1987-08-06": "Independence Day", "1987-10-19": "National Heroes Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-02-17": "Ash Wednesday", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-23": "National Labour Day", "1988-08-06": "Independence Day", "1988-10-17": "National Heroes Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-08": "Ash Wednesday", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-23": "National Labour Day", "1989-08-06": "Independence Day", "1989-08-07": "Independence Day (observed)", "1989-10-16": "National Heroes Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-02-28": "Ash Wednesday", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-23": "National Labour Day", "1990-08-06": "Independence Day", "1990-10-15": "National Heroes Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-02-13": "Ash Wednesday", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-23": "National Labour Day", "1991-08-06": "Independence Day", "1991-10-21": "National Heroes Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-04": "Ash Wednesday", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-23": "National Labour Day", "1992-05-25": "National Labour Day (observed)", "1992-08-06": "Independence Day", "1992-10-19": "National Heroes Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-02-24": "Ash Wednesday", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-23": "National Labour Day", "1993-05-24": "National Labour Day (observed)", "1993-08-06": "Independence Day", "1993-10-18": "National Heroes Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-02-16": "Ash Wednesday", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-23": "National Labour Day", "1994-08-06": "Independence Day", "1994-10-17": "National Heroes Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-01": "Ash Wednesday", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-23": "National Labour Day", "1995-08-06": "Independence Day", "1995-08-07": "Independence Day (observed)", "1995-10-16": "National Heroes Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-02-21": "Ash Wednesday", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-23": "National Labour Day", "1996-08-06": "Independence Day", "1996-10-21": "National Heroes Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-02-12": "Ash Wednesday", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-23": "National Labour Day", "1997-08-06": "Independence Day", "1997-10-20": "National Heroes Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-02-25": "Ash Wednesday", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-23": "National Labour Day", "1998-05-25": "National Labour Day (observed)", "1998-08-01": "Emancipation Day", "1998-08-06": "Independence Day", "1998-10-19": "National Heroes Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-02-17": "Ash Wednesday", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-23": "National Labour Day", "1999-05-24": "National Labour Day (observed)", "1999-08-01": "Emancipation Day", "1999-08-02": "Emancipation Day (observed)", "1999-08-06": "Independence Day", "1999-10-18": "National Heroes Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-03-08": "Ash Wednesday", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-23": "National Labour Day", "2000-08-01": "Emancipation Day", "2000-08-06": "Independence Day", "2000-08-07": "Independence Day (observed)", "2000-10-16": "National Heroes Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-02-28": "Ash Wednesday", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-23": "National Labour Day", "2001-08-01": "Emancipation Day", "2001-08-06": "Independence Day", "2001-10-15": "National Heroes Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-02-13": "Ash Wednesday", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-23": "National Labour Day", "2002-08-01": "Emancipation Day", "2002-08-06": "Independence Day", "2002-10-21": "National Heroes Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-05": "Ash Wednesday", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-23": "National Labour Day", "2003-08-01": "Emancipation Day", "2003-08-06": "Independence Day", "2003-10-20": "National Heroes Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-02-25": "Ash Wednesday", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-23": "National Labour Day", "2004-05-24": "National Labour Day (observed)", "2004-08-01": "Emancipation Day", "2004-08-02": "Emancipation Day (observed)", "2004-08-06": "Independence Day", "2004-10-18": "National Heroes Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-02-09": "Ash Wednesday", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-23": "National Labour Day", "2005-08-01": "Emancipation Day", "2005-08-06": "Independence Day", "2005-10-17": "National Heroes Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-01": "Ash Wednesday", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-23": "National Labour Day", "2006-08-01": "Emancipation Day", "2006-08-06": "Independence Day", "2006-08-07": "Independence Day (observed)", "2006-10-16": "National Heroes Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-02-21": "Ash Wednesday", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-23": "National Labour Day", "2007-08-01": "Emancipation Day", "2007-08-06": "Independence Day", "2007-10-15": "National Heroes Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-02-06": "Ash Wednesday", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-23": "National Labour Day", "2008-08-01": "Emancipation Day", "2008-08-06": "Independence Day", "2008-10-20": "National Heroes Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-02-25": "Ash Wednesday", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-23": "National Labour Day", "2009-05-25": "National Labour Day (observed)", "2009-08-01": "Emancipation Day", "2009-08-06": "Independence Day", "2009-10-19": "National Heroes Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-02-17": "Ash Wednesday", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-23": "National Labour Day", "2010-05-24": "National Labour Day (observed)", "2010-08-01": "Emancipation Day", "2010-08-02": "Emancipation Day (observed)", "2010-08-06": "Independence Day", "2010-10-18": "National Heroes Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-03-09": "Ash Wednesday", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-23": "National Labour Day", "2011-08-01": "Emancipation Day", "2011-08-06": "Independence Day", "2011-10-17": "National Heroes Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-22": "Ash Wednesday", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-23": "National Labour Day", "2012-08-01": "Emancipation Day", "2012-08-06": "Independence Day", "2012-10-15": "National Heroes Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-02-13": "Ash Wednesday", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-23": "National Labour Day", "2013-08-01": "Emancipation Day", "2013-08-06": "Independence Day", "2013-10-21": "National Heroes Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-05": "Ash Wednesday", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-23": "National Labour Day", "2014-08-01": "Emancipation Day", "2014-08-06": "Independence Day", "2014-10-20": "National Heroes Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-18": "Ash Wednesday", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-23": "National Labour Day", "2015-05-25": "National Labour Day (observed)", "2015-08-01": "Emancipation Day", "2015-08-06": "Independence Day", "2015-10-19": "National Heroes Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-02-10": "Ash Wednesday", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-23": "National Labour Day", "2016-08-01": "Emancipation Day", "2016-08-06": "Independence Day", "2016-10-17": "National Heroes Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-01": "Ash Wednesday", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-23": "National Labour Day", "2017-08-01": "Emancipation Day", "2017-08-06": "Independence Day", "2017-08-07": "Independence Day (observed)", "2017-10-16": "National Heroes Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-14": "Ash Wednesday", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-23": "National Labour Day", "2018-08-01": "Emancipation Day", "2018-08-06": "Independence Day", "2018-10-15": "National Heroes Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-06": "Ash Wednesday", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-23": "National Labour Day", "2019-08-01": "Emancipation Day", "2019-08-06": "Independence Day", "2019-10-21": "National Heroes Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-26": "Ash Wednesday", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-23": "National Labour Day", "2020-05-25": "National Labour Day (observed)", "2020-08-01": "Emancipation Day", "2020-08-06": "Independence Day", "2020-10-19": "National Heroes Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-02-17": "Ash Wednesday", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-23": "National Labour Day", "2021-05-24": "National Labour Day (observed)", "2021-08-01": "Emancipation Day", "2021-08-02": "Emancipation Day (observed)", "2021-08-06": "Independence Day", "2021-10-18": "National Heroes Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-03-02": "Ash Wednesday", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-23": "National Labour Day", "2022-08-01": "Emancipation Day", "2022-08-06": "Independence Day", "2022-10-17": "National Heroes Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-22": "Ash Wednesday", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-23": "National Labour Day", "2023-08-01": "Emancipation Day", "2023-08-06": "Independence Day", "2023-08-07": "Independence Day (observed)", "2023-10-16": "National Heroes Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-14": "Ash Wednesday", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-23": "National Labour Day", "2024-08-01": "Emancipation Day", "2024-08-06": "Independence Day", "2024-10-21": "National Heroes Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-03-05": "Ash Wednesday", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-23": "National Labour Day", "2025-08-01": "Emancipation Day", "2025-08-06": "Independence Day", "2025-10-20": "National Heroes Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-18": "Ash Wednesday", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-23": "National Labour Day", "2026-05-25": "National Labour Day (observed)", "2026-08-01": "Emancipation Day", "2026-08-06": "Independence Day", "2026-10-19": "National Heroes Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-02-10": "Ash Wednesday", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-23": "National Labour Day", "2027-05-24": "National Labour Day (observed)", "2027-08-01": "Emancipation Day", "2027-08-02": "Emancipation Day (observed)", "2027-08-06": "Independence Day", "2027-10-18": "National Heroes Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-03-01": "Ash Wednesday", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-23": "National Labour Day", "2028-08-01": "Emancipation Day", "2028-08-06": "Independence Day", "2028-08-07": "Independence Day (observed)", "2028-10-16": "National Heroes Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-14": "Ash Wednesday", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-23": "National Labour Day", "2029-08-01": "Emancipation Day", "2029-08-06": "Independence Day", "2029-10-15": "National Heroes Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-03-06": "Ash Wednesday", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-23": "National Labour Day", "2030-08-01": "Emancipation Day", "2030-08-06": "Independence Day", "2030-10-21": "National Heroes Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-26": "Ash Wednesday", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-23": "National Labour Day", "2031-08-01": "Emancipation Day", "2031-08-06": "Independence Day", "2031-10-20": "National Heroes Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-11": "Ash Wednesday", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-23": "National Labour Day", "2032-05-24": "National Labour Day (observed)", "2032-08-01": "Emancipation Day", "2032-08-02": "Emancipation Day (observed)", "2032-08-06": "Independence Day", "2032-10-18": "National Heroes Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-03-02": "Ash Wednesday", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-23": "National Labour Day", "2033-08-01": "Emancipation Day", "2033-08-06": "Independence Day", "2033-10-17": "National Heroes Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-22": "Ash Wednesday", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-23": "National Labour Day", "2034-08-01": "Emancipation Day", "2034-08-06": "Independence Day", "2034-08-07": "Independence Day (observed)", "2034-10-16": "National Heroes Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-07": "Ash Wednesday", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-23": "National Labour Day", "2035-08-01": "Emancipation Day", "2035-08-06": "Independence Day", "2035-10-15": "National Heroes Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-27": "Ash Wednesday", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-23": "National Labour Day", "2036-08-01": "Emancipation Day", "2036-08-06": "Independence Day", "2036-10-20": "National Heroes Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-18": "Ash Wednesday", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-23": "National Labour Day", "2037-05-25": "National Labour Day (observed)", "2037-08-01": "Emancipation Day", "2037-08-06": "Independence Day", "2037-10-19": "National Heroes Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-03-10": "Ash Wednesday", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-23": "National Labour Day", "2038-05-24": "National Labour Day (observed)", "2038-08-01": "Emancipation Day", "2038-08-02": "Emancipation Day (observed)", "2038-08-06": "Independence Day", "2038-10-18": "National Heroes Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-02-23": "Ash Wednesday", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-23": "National Labour Day", "2039-08-01": "Emancipation Day", "2039-08-06": "Independence Day", "2039-10-17": "National Heroes Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-15": "Ash Wednesday", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-23": "National Labour Day", "2040-08-01": "Emancipation Day", "2040-08-06": "Independence Day", "2040-10-15": "National Heroes Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-03-06": "Ash Wednesday", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-23": "National Labour Day", "2041-08-01": "Emancipation Day", "2041-08-06": "Independence Day", "2041-10-21": "National Heroes Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-19": "Ash Wednesday", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-23": "National Labour Day", "2042-08-01": "Emancipation Day", "2042-08-06": "Independence Day", "2042-10-20": "National Heroes Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-11": "Ash Wednesday", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-23": "National Labour Day", "2043-05-25": "National Labour Day (observed)", "2043-08-01": "Emancipation Day", "2043-08-06": "Independence Day", "2043-10-19": "National Heroes Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-03-02": "Ash Wednesday", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-23": "National Labour Day", "2044-08-01": "Emancipation Day", "2044-08-06": "Independence Day", "2044-10-17": "National Heroes Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-22": "Ash Wednesday", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-23": "National Labour Day", "2045-08-01": "Emancipation Day", "2045-08-06": "Independence Day", "2045-08-07": "Independence Day (observed)", "2045-10-16": "National Heroes Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-07": "Ash Wednesday", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-23": "National Labour Day", "2046-08-01": "Emancipation Day", "2046-08-06": "Independence Day", "2046-10-15": "National Heroes Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-27": "Ash Wednesday", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-23": "National Labour Day", "2047-08-01": "Emancipation Day", "2047-08-06": "Independence Day", "2047-10-21": "National Heroes Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-19": "Ash Wednesday", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-23": "National Labour Day", "2048-05-25": "National Labour Day (observed)", "2048-08-01": "Emancipation Day", "2048-08-06": "Independence Day", "2048-10-19": "National Heroes Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-03-03": "Ash Wednesday", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-23": "National Labour Day", "2049-05-24": "National Labour Day (observed)", "2049-08-01": "Emancipation Day", "2049-08-02": "Emancipation Day (observed)", "2049-08-06": "Independence Day", "2049-10-18": "National Heroes Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-02-23": "Ash Wednesday", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-23": "National Labour Day", "2050-08-01": "Emancipation Day", "2050-08-06": "Independence Day", "2050-10-17": "National Heroes Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/JO_COMMON.json000066400000000000000000002002531500152103600215600ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day; Prophet's Birthday (estimated)", "1950-05-01": "Labor Day", "1950-05-14": "Isra' and Mi'raj (estimated)", "1950-05-25": "Independence Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr Holiday (estimated)", "1950-07-18": "Eid al-Fitr Holiday (estimated)", "1950-09-22": "Arafat Day (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha Holiday (estimated)", "1950-09-25": "Eid al-Adha Holiday (estimated)", "1950-10-13": "Islamic New Year (estimated)", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-05-01": "Labor Day", "1951-05-04": "Isra' and Mi'raj (estimated)", "1951-05-25": "Independence Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr Holiday (estimated)", "1951-07-08": "Eid al-Fitr Holiday (estimated)", "1951-09-11": "Arafat Day (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha Holiday (estimated)", "1951-09-14": "Eid al-Adha Holiday (estimated)", "1951-10-02": "Islamic New Year (estimated)", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-22": "Isra' and Mi'raj (estimated)", "1952-05-01": "Labor Day", "1952-05-25": "Independence Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr Holiday (estimated)", "1952-06-25": "Eid al-Fitr Holiday (estimated)", "1952-08-30": "Arafat Day (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha Holiday (estimated)", "1952-09-02": "Eid al-Adha Holiday (estimated)", "1952-09-21": "Islamic New Year (estimated)", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-12": "Isra' and Mi'raj (estimated)", "1953-05-01": "Labor Day", "1953-05-25": "Independence Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr Holiday (estimated)", "1953-06-15": "Eid al-Fitr Holiday (estimated)", "1953-08-19": "Arafat Day (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha Holiday (estimated)", "1953-08-22": "Eid al-Adha Holiday (estimated)", "1953-09-10": "Islamic New Year (estimated)", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-01": "Isra' and Mi'raj (estimated)", "1954-05-01": "Labor Day", "1954-05-25": "Independence Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr Holiday (estimated)", "1954-06-04": "Eid al-Fitr Holiday (estimated)", "1954-08-08": "Arafat Day (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha Holiday (estimated)", "1954-08-11": "Eid al-Adha Holiday (estimated)", "1954-08-30": "Islamic New Year (estimated)", "1954-11-08": "Prophet's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-03-21": "Isra' and Mi'raj (estimated)", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr Holiday (estimated)", "1955-05-25": "Eid al-Fitr Holiday (estimated); Independence Day", "1955-07-29": "Arafat Day (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha Holiday (estimated)", "1955-08-01": "Eid al-Adha Holiday (estimated)", "1955-08-20": "Islamic New Year (estimated)", "1955-10-29": "Prophet's Birthday (estimated)", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-10": "Isra' and Mi'raj (estimated)", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr Holiday (estimated)", "1956-05-13": "Eid al-Fitr Holiday (estimated)", "1956-05-25": "Independence Day", "1956-07-18": "Arafat Day (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha Holiday (estimated)", "1956-07-21": "Eid al-Adha Holiday (estimated)", "1956-08-08": "Islamic New Year (estimated)", "1956-10-17": "Prophet's Birthday (estimated)", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-27": "Isra' and Mi'raj (estimated)", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-05-02": "Eid al-Fitr Holiday (estimated)", "1957-05-03": "Eid al-Fitr Holiday (estimated)", "1957-05-25": "Independence Day", "1957-07-07": "Arafat Day (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha Holiday (estimated)", "1957-07-10": "Eid al-Adha Holiday (estimated)", "1957-07-28": "Islamic New Year (estimated)", "1957-10-06": "Prophet's Birthday (estimated)", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-16": "Isra' and Mi'raj (estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr Holiday (estimated)", "1958-04-22": "Eid al-Fitr Holiday (estimated)", "1958-05-01": "Labor Day", "1958-05-25": "Independence Day", "1958-06-26": "Arafat Day (estimated)", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha Holiday (estimated)", "1958-06-29": "Eid al-Adha Holiday (estimated)", "1958-07-18": "Islamic New Year (estimated)", "1958-09-26": "Prophet's Birthday (estimated)", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-06": "Isra' and Mi'raj (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr Holiday (estimated)", "1959-04-12": "Eid al-Fitr Holiday (estimated)", "1959-05-01": "Labor Day", "1959-05-25": "Independence Day", "1959-06-16": "Arafat Day (estimated)", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha Holiday (estimated)", "1959-06-19": "Eid al-Adha Holiday (estimated)", "1959-07-07": "Islamic New Year (estimated)", "1959-09-15": "Prophet's Birthday (estimated)", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-26": "Isra' and Mi'raj (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr Holiday (estimated)", "1960-03-30": "Eid al-Fitr Holiday (estimated)", "1960-05-01": "Labor Day", "1960-05-25": "Independence Day", "1960-06-03": "Arafat Day (estimated)", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha Holiday (estimated)", "1960-06-06": "Eid al-Adha Holiday (estimated)", "1960-06-25": "Islamic New Year (estimated)", "1960-09-03": "Prophet's Birthday (estimated)", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-14": "Isra' and Mi'raj (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr Holiday (estimated)", "1961-03-20": "Eid al-Fitr Holiday (estimated)", "1961-05-01": "Labor Day", "1961-05-24": "Arafat Day (estimated)", "1961-05-25": "Eid al-Adha (estimated); Independence Day", "1961-05-26": "Eid al-Adha Holiday (estimated)", "1961-05-27": "Eid al-Adha Holiday (estimated)", "1961-06-14": "Islamic New Year (estimated)", "1961-08-23": "Prophet's Birthday (estimated)", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-04": "Isra' and Mi'raj (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr Holiday (estimated)", "1962-03-09": "Eid al-Fitr Holiday (estimated)", "1962-05-01": "Labor Day", "1962-05-13": "Arafat Day (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha Holiday (estimated)", "1962-05-16": "Eid al-Adha Holiday (estimated)", "1962-05-25": "Independence Day", "1962-06-03": "Islamic New Year (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-12-24": "Isra' and Mi'raj (estimated)", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr Holiday (estimated)", "1963-02-26": "Eid al-Fitr Holiday (estimated)", "1963-05-01": "Labor Day", "1963-05-02": "Arafat Day (estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha Holiday (estimated)", "1963-05-05": "Eid al-Adha Holiday (estimated)", "1963-05-24": "Islamic New Year (estimated)", "1963-05-25": "Independence Day", "1963-08-02": "Prophet's Birthday (estimated)", "1963-12-13": "Isra' and Mi'raj (estimated)", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr Holiday (estimated)", "1964-02-16": "Eid al-Fitr Holiday (estimated)", "1964-04-21": "Arafat Day (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha Holiday (estimated)", "1964-04-24": "Eid al-Adha Holiday (estimated)", "1964-05-01": "Labor Day", "1964-05-12": "Islamic New Year (estimated)", "1964-05-25": "Independence Day", "1964-07-21": "Prophet's Birthday (estimated)", "1964-12-01": "Isra' and Mi'raj (estimated)", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr Holiday (estimated)", "1965-02-04": "Eid al-Fitr Holiday (estimated)", "1965-04-10": "Arafat Day (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha Holiday (estimated)", "1965-04-13": "Eid al-Adha Holiday (estimated)", "1965-05-01": "Islamic New Year (estimated); Labor Day", "1965-05-25": "Independence Day", "1965-07-10": "Prophet's Birthday (estimated)", "1965-11-20": "Isra' and Mi'raj (estimated)", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr Holiday (estimated)", "1966-01-24": "Eid al-Fitr Holiday (estimated)", "1966-03-31": "Arafat Day (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha Holiday (estimated)", "1966-04-03": "Eid al-Adha Holiday (estimated)", "1966-04-21": "Islamic New Year (estimated)", "1966-05-01": "Labor Day", "1966-05-25": "Independence Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-11-10": "Isra' and Mi'raj (estimated)", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr Holiday (estimated)", "1967-01-14": "Eid al-Fitr Holiday (estimated)", "1967-03-20": "Arafat Day (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha Holiday (estimated)", "1967-03-23": "Eid al-Adha Holiday (estimated)", "1967-04-11": "Islamic New Year (estimated)", "1967-05-01": "Labor Day", "1967-05-25": "Independence Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-10-30": "Isra' and Mi'raj (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr Holiday (estimated)", "1968-01-03": "Eid al-Fitr Holiday (estimated)", "1968-03-08": "Arafat Day (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha Holiday (estimated)", "1968-03-11": "Eid al-Adha Holiday (estimated)", "1968-03-30": "Islamic New Year (estimated)", "1968-05-01": "Labor Day", "1968-05-25": "Independence Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-10-19": "Isra' and Mi'raj (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr Holiday (estimated)", "1968-12-23": "Eid al-Fitr Holiday (estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-26": "Arafat Day (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha Holiday (estimated)", "1969-03-01": "Eid al-Adha Holiday (estimated)", "1969-03-19": "Islamic New Year (estimated)", "1969-05-01": "Labor Day", "1969-05-25": "Independence Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-10-08": "Isra' and Mi'raj (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr Holiday (estimated)", "1969-12-12": "Eid al-Fitr Holiday (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-15": "Arafat Day (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha Holiday (estimated)", "1970-02-18": "Eid al-Adha Holiday (estimated)", "1970-03-09": "Islamic New Year (estimated)", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-05-25": "Independence Day", "1970-09-28": "Isra' and Mi'raj (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr Holiday (estimated)", "1970-12-02": "Eid al-Fitr Holiday (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-05": "Arafat Day (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha Holiday (estimated)", "1971-02-08": "Eid al-Adha Holiday (estimated)", "1971-02-26": "Islamic New Year (estimated)", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-05-25": "Independence Day", "1971-09-17": "Isra' and Mi'raj (estimated)", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr Holiday (estimated)", "1971-11-21": "Eid al-Fitr Holiday (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-25": "Arafat Day (estimated)", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha Holiday (estimated)", "1972-01-28": "Eid al-Adha Holiday (estimated)", "1972-02-16": "Islamic New Year (estimated)", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-05-25": "Independence Day", "1972-09-05": "Isra' and Mi'raj (estimated)", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr Holiday (estimated)", "1972-11-09": "Eid al-Fitr Holiday (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-13": "Arafat Day (estimated)", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha Holiday (estimated)", "1973-01-16": "Eid al-Adha Holiday (estimated)", "1973-02-04": "Islamic New Year (estimated)", "1973-04-15": "Prophet's Birthday (estimated)", "1973-05-01": "Labor Day", "1973-05-25": "Independence Day", "1973-08-25": "Isra' and Mi'raj (estimated)", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr Holiday (estimated)", "1973-10-29": "Eid al-Fitr Holiday (estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-02": "Arafat Day (estimated)", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha Holiday (estimated)", "1974-01-05": "Eid al-Adha Holiday (estimated)", "1974-01-24": "Islamic New Year (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-25": "Independence Day", "1974-08-15": "Isra' and Mi'raj (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr Holiday (estimated)", "1974-10-18": "Eid al-Fitr Holiday (estimated)", "1974-12-23": "Arafat Day (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day; Eid al-Adha Holiday (estimated)", "1974-12-26": "Eid al-Adha Holiday (estimated)", "1975-01-01": "New Year's Day", "1975-01-13": "Islamic New Year (estimated)", "1975-03-24": "Prophet's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Independence Day", "1975-08-05": "Isra' and Mi'raj (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr Holiday (estimated)", "1975-10-08": "Eid al-Fitr Holiday (estimated)", "1975-12-12": "Arafat Day (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha Holiday (estimated)", "1975-12-15": "Eid al-Adha Holiday (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-02": "Islamic New Year (estimated)", "1976-03-12": "Prophet's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-25": "Independence Day", "1976-07-24": "Isra' and Mi'raj (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr Holiday (estimated)", "1976-09-26": "Eid al-Fitr Holiday (estimated)", "1976-11-30": "Arafat Day (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha Holiday (estimated)", "1976-12-03": "Eid al-Adha Holiday (estimated)", "1976-12-22": "Islamic New Year (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-05-01": "Labor Day", "1977-05-25": "Independence Day", "1977-07-13": "Isra' and Mi'raj (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr Holiday (estimated)", "1977-09-16": "Eid al-Fitr Holiday (estimated)", "1977-11-20": "Arafat Day (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha Holiday (estimated)", "1977-11-23": "Eid al-Adha Holiday (estimated)", "1977-12-11": "Islamic New Year (estimated)", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-05-01": "Labor Day", "1978-05-25": "Independence Day", "1978-07-02": "Isra' and Mi'raj (estimated)", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr Holiday (estimated)", "1978-09-05": "Eid al-Fitr Holiday (estimated)", "1978-11-09": "Arafat Day (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha Holiday (estimated)", "1978-11-12": "Eid al-Adha Holiday (estimated)", "1978-12-01": "Islamic New Year (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-25": "Independence Day", "1979-06-22": "Isra' and Mi'raj (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr Holiday (estimated)", "1979-08-25": "Eid al-Fitr Holiday (estimated)", "1979-10-30": "Arafat Day (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha Holiday (estimated)", "1979-11-02": "Eid al-Adha Holiday (estimated)", "1979-11-20": "Islamic New Year (estimated)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-05-01": "Labor Day", "1980-05-25": "Independence Day", "1980-06-10": "Isra' and Mi'raj (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr Holiday (estimated)", "1980-08-14": "Eid al-Fitr Holiday (estimated)", "1980-10-18": "Arafat Day (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha Holiday (estimated)", "1980-10-21": "Eid al-Adha Holiday (estimated)", "1980-11-09": "Islamic New Year (estimated)", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-05-01": "Labor Day", "1981-05-25": "Independence Day", "1981-05-31": "Isra' and Mi'raj (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr Holiday (estimated)", "1981-08-03": "Eid al-Fitr Holiday (estimated)", "1981-10-07": "Arafat Day (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha Holiday (estimated)", "1981-10-10": "Eid al-Adha Holiday (estimated)", "1981-10-28": "Islamic New Year (estimated)", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet's Birthday (estimated)", "1982-05-01": "Labor Day", "1982-05-20": "Isra' and Mi'raj (estimated)", "1982-05-25": "Independence Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr Holiday (estimated)", "1982-07-23": "Eid al-Fitr Holiday (estimated)", "1982-09-26": "Arafat Day (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha Holiday (estimated)", "1982-09-29": "Eid al-Adha Holiday (estimated)", "1982-10-18": "Islamic New Year (estimated)", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-05-01": "Labor Day", "1983-05-10": "Isra' and Mi'raj (estimated)", "1983-05-25": "Independence Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr Holiday (estimated)", "1983-07-13": "Eid al-Fitr Holiday (estimated)", "1983-09-16": "Arafat Day (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha Holiday (estimated)", "1983-09-19": "Eid al-Adha Holiday (estimated)", "1983-10-07": "Islamic New Year (estimated)", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-28": "Isra' and Mi'raj (estimated)", "1984-05-01": "Labor Day", "1984-05-25": "Independence Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr Holiday (estimated)", "1984-07-02": "Eid al-Fitr Holiday (estimated)", "1984-09-04": "Arafat Day (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha Holiday (estimated)", "1984-09-07": "Eid al-Adha Holiday (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-17": "Isra' and Mi'raj (estimated)", "1985-05-01": "Labor Day", "1985-05-25": "Independence Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr Holiday (estimated)", "1985-06-21": "Eid al-Fitr Holiday (estimated)", "1985-08-25": "Arafat Day (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha Holiday (estimated)", "1985-08-28": "Eid al-Adha Holiday (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-04-06": "Isra' and Mi'raj (estimated)", "1986-05-01": "Labor Day", "1986-05-25": "Independence Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr Holiday (estimated)", "1986-06-10": "Eid al-Fitr Holiday (estimated)", "1986-08-14": "Arafat Day (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha Holiday (estimated)", "1986-08-17": "Eid al-Adha Holiday (estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-11-14": "Prophet's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-27": "Isra' and Mi'raj (estimated)", "1987-05-01": "Labor Day", "1987-05-25": "Independence Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr Holiday (estimated)", "1987-05-30": "Eid al-Fitr Holiday (estimated)", "1987-08-03": "Arafat Day (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha Holiday (estimated)", "1987-08-06": "Eid al-Adha Holiday (estimated)", "1987-08-25": "Islamic New Year (estimated)", "1987-11-03": "Prophet's Birthday (estimated)", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-15": "Isra' and Mi'raj (estimated)", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr Holiday (estimated)", "1988-05-18": "Eid al-Fitr Holiday (estimated)", "1988-05-25": "Independence Day", "1988-07-22": "Arafat Day (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha Holiday (estimated)", "1988-07-25": "Eid al-Adha Holiday (estimated)", "1988-08-13": "Islamic New Year (estimated)", "1988-10-22": "Prophet's Birthday (estimated)", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-05": "Isra' and Mi'raj (estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr Holiday (estimated)", "1989-05-08": "Eid al-Fitr Holiday (estimated)", "1989-05-25": "Independence Day", "1989-07-12": "Arafat Day (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha Holiday (estimated)", "1989-07-15": "Eid al-Adha Holiday (estimated)", "1989-08-02": "Islamic New Year (estimated)", "1989-10-11": "Prophet's Birthday (estimated)", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-22": "Isra' and Mi'raj (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr Holiday (estimated)", "1990-04-28": "Eid al-Fitr Holiday (estimated)", "1990-05-01": "Labor Day", "1990-05-25": "Independence Day", "1990-07-01": "Arafat Day (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha Holiday (estimated)", "1990-07-04": "Eid al-Adha Holiday (estimated)", "1990-07-23": "Islamic New Year (estimated)", "1990-10-01": "Prophet's Birthday (estimated)", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Isra' and Mi'raj (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr Holiday (estimated)", "1991-04-17": "Eid al-Fitr Holiday (estimated)", "1991-05-01": "Labor Day", "1991-05-25": "Independence Day", "1991-06-21": "Arafat Day (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha Holiday (estimated)", "1991-06-24": "Eid al-Adha Holiday (estimated)", "1991-07-12": "Islamic New Year (estimated)", "1991-09-20": "Prophet's Birthday (estimated)", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-31": "Isra' and Mi'raj (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr Holiday (estimated)", "1992-04-06": "Eid al-Fitr Holiday (estimated)", "1992-05-01": "Labor Day", "1992-05-25": "Independence Day", "1992-06-10": "Arafat Day (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha Holiday (estimated)", "1992-06-13": "Eid al-Adha Holiday (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-09-09": "Prophet's Birthday (estimated)", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-20": "Isra' and Mi'raj (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr Holiday (estimated)", "1993-03-26": "Eid al-Fitr Holiday (estimated)", "1993-05-01": "Labor Day", "1993-05-25": "Independence Day", "1993-05-30": "Arafat Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha Holiday (estimated)", "1993-06-02": "Eid al-Adha Holiday (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-08-29": "Prophet's Birthday (estimated)", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-09": "Isra' and Mi'raj (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr Holiday (estimated)", "1994-03-15": "Eid al-Fitr Holiday (estimated)", "1994-05-01": "Labor Day", "1994-05-19": "Arafat Day (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha Holiday (estimated)", "1994-05-22": "Eid al-Adha Holiday (estimated)", "1994-05-25": "Independence Day", "1994-06-10": "Islamic New Year (estimated)", "1994-08-19": "Prophet's Birthday (estimated)", "1994-12-25": "Christmas Day", "1994-12-29": "Isra' and Mi'raj (estimated)", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr Holiday (estimated)", "1995-03-04": "Eid al-Fitr Holiday (estimated)", "1995-05-01": "Labor Day", "1995-05-08": "Arafat Day (estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha Holiday (estimated)", "1995-05-11": "Eid al-Adha Holiday (estimated)", "1995-05-25": "Independence Day", "1995-05-30": "Islamic New Year (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-12-19": "Isra' and Mi'raj (estimated)", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr Holiday (estimated)", "1996-02-21": "Eid al-Fitr Holiday (estimated)", "1996-04-26": "Arafat Day (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha Holiday (estimated)", "1996-04-29": "Eid al-Adha Holiday (estimated)", "1996-05-01": "Labor Day", "1996-05-18": "Islamic New Year (estimated)", "1996-05-25": "Independence Day", "1996-07-27": "Prophet's Birthday (estimated)", "1996-12-08": "Isra' and Mi'raj (estimated)", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr Holiday (estimated)", "1997-02-10": "Eid al-Fitr Holiday (estimated)", "1997-04-16": "Arafat Day (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha Holiday (estimated)", "1997-04-19": "Eid al-Adha Holiday (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "Independence Day", "1997-07-16": "Prophet's Birthday (estimated)", "1997-11-27": "Isra' and Mi'raj (estimated)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr Holiday (estimated)", "1998-01-31": "Eid al-Fitr Holiday (estimated)", "1998-04-06": "Arafat Day (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha Holiday (estimated)", "1998-04-09": "Eid al-Adha Holiday (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "Independence Day", "1998-07-06": "Prophet's Birthday (estimated)", "1998-11-16": "Isra' and Mi'raj (estimated)", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr Holiday (estimated)", "1999-01-20": "Eid al-Fitr Holiday (estimated)", "1999-03-26": "Arafat Day (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha Holiday (estimated)", "1999-03-29": "Eid al-Adha Holiday (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "Independence Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-11-05": "Isra' and Mi'raj (estimated)", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr Holiday (estimated)", "2000-01-10": "Eid al-Fitr Holiday (estimated)", "2000-03-15": "Arafat Day (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha Holiday (estimated)", "2000-03-18": "Eid al-Adha Holiday (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-25": "Independence Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-10-24": "Isra' and Mi'raj (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr Holiday (estimated)", "2000-12-29": "Eid al-Fitr Holiday (estimated)", "2001-01-01": "New Year's Day", "2001-03-04": "Arafat Day (estimated)", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha Holiday (estimated)", "2001-03-07": "Eid al-Adha Holiday (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-05-01": "Labor Day", "2001-05-25": "Independence Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-10-14": "Isra' and Mi'raj (estimated)", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr Holiday (estimated)", "2001-12-18": "Eid al-Fitr Holiday (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-21": "Arafat Day (estimated)", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha Holiday (estimated)", "2002-02-24": "Eid al-Adha Holiday (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-05-01": "Labor Day", "2002-05-24": "Prophet's Birthday (estimated)", "2002-05-25": "Independence Day", "2002-10-04": "Isra' and Mi'raj (estimated)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr Holiday (estimated)", "2002-12-07": "Eid al-Fitr Holiday (estimated)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-10": "Arafat Day (estimated)", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha Holiday (estimated)", "2003-02-13": "Eid al-Adha Holiday (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-05-01": "Labor Day", "2003-05-13": "Prophet's Birthday (estimated)", "2003-05-25": "Independence Day", "2003-09-24": "Isra' and Mi'raj (estimated)", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr Holiday (estimated)", "2003-11-27": "Eid al-Fitr Holiday (estimated)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-31": "Arafat Day (estimated)", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha Holiday (estimated)", "2004-02-03": "Eid al-Adha Holiday (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-05-01": "Labor Day; Prophet's Birthday (estimated)", "2004-05-25": "Independence Day", "2004-09-12": "Isra' and Mi'raj (estimated)", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr Holiday (estimated)", "2004-11-16": "Eid al-Fitr Holiday (estimated)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-20": "Arafat Day (estimated)", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha Holiday (estimated)", "2005-01-23": "Eid al-Adha Holiday (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-04-21": "Prophet's Birthday (estimated)", "2005-05-01": "Labor Day", "2005-05-25": "Independence Day", "2005-09-01": "Isra' and Mi'raj (estimated)", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr Holiday (estimated)", "2005-11-05": "Eid al-Fitr Holiday (estimated)", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-09": "Arafat Day (estimated)", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha Holiday (estimated)", "2006-01-12": "Eid al-Adha Holiday (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-04-10": "Prophet's Birthday (estimated)", "2006-05-01": "Labor Day", "2006-05-25": "Independence Day", "2006-08-21": "Isra' and Mi'raj (estimated)", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr Holiday (estimated)", "2006-10-25": "Eid al-Fitr Holiday (estimated)", "2006-12-25": "Christmas Day", "2006-12-30": "Arafat Day (estimated)", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha Holiday (estimated); New Year's Day", "2007-01-02": "Eid al-Adha Holiday (estimated)", "2007-01-20": "Islamic New Year (estimated)", "2007-03-31": "Prophet's Birthday (estimated)", "2007-05-01": "Labor Day", "2007-05-25": "Independence Day", "2007-08-10": "Isra' and Mi'raj (estimated)", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr Holiday (estimated)", "2007-10-15": "Eid al-Fitr Holiday (estimated)", "2007-12-19": "Arafat Day (estimated)", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha Holiday (estimated)", "2007-12-22": "Eid al-Adha Holiday (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-20": "Prophet's Birthday (estimated)", "2008-05-01": "Labor Day", "2008-05-25": "Independence Day", "2008-07-30": "Isra' and Mi'raj (estimated)", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr Holiday (estimated)", "2008-10-03": "Eid al-Fitr Holiday (estimated)", "2008-12-07": "Arafat Day (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha Holiday (estimated)", "2008-12-10": "Eid al-Adha Holiday (estimated)", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-09": "Prophet's Birthday (estimated)", "2009-05-01": "Labor Day", "2009-05-25": "Independence Day", "2009-07-20": "Isra' and Mi'raj (estimated)", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr Holiday (estimated)", "2009-09-22": "Eid al-Fitr Holiday (estimated)", "2009-11-26": "Arafat Day (estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha Holiday (estimated)", "2009-11-29": "Eid al-Adha Holiday (estimated)", "2009-12-18": "Islamic New Year (estimated)", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-26": "Prophet's Birthday (estimated)", "2010-05-01": "Labor Day", "2010-05-25": "Independence Day", "2010-07-09": "Isra' and Mi'raj (estimated)", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr Holiday (estimated)", "2010-09-12": "Eid al-Fitr Holiday (estimated)", "2010-11-15": "Arafat Day (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha Holiday (estimated)", "2010-11-18": "Eid al-Adha Holiday (estimated)", "2010-12-07": "Islamic New Year (estimated)", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-15": "Prophet's Birthday (estimated)", "2011-05-01": "Labor Day", "2011-05-25": "Independence Day", "2011-06-29": "Isra' and Mi'raj (estimated)", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr Holiday (estimated)", "2011-09-01": "Eid al-Fitr Holiday (estimated)", "2011-11-05": "Arafat Day (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha Holiday (estimated)", "2011-11-08": "Eid al-Adha Holiday (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-04": "Prophet's Birthday (estimated)", "2012-05-01": "Labor Day", "2012-05-25": "Independence Day", "2012-06-17": "Isra' and Mi'raj (estimated)", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr Holiday (estimated)", "2012-08-21": "Eid al-Fitr Holiday (estimated)", "2012-10-25": "Arafat Day (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha Holiday (estimated)", "2012-10-28": "Eid al-Adha Holiday (estimated)", "2012-11-15": "Islamic New Year (estimated)", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet's Birthday (estimated)", "2013-05-01": "Labor Day", "2013-05-25": "Independence Day", "2013-06-06": "Isra' and Mi'raj (estimated)", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr Holiday (estimated)", "2013-08-10": "Eid al-Fitr Holiday (estimated)", "2013-10-14": "Arafat Day (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha Holiday (estimated)", "2013-10-17": "Eid al-Adha Holiday (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-13": "Prophet's Birthday (estimated)", "2014-05-01": "Labor Day", "2014-05-25": "Independence Day", "2014-05-26": "Isra' and Mi'raj (estimated)", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr Holiday (estimated)", "2014-07-30": "Eid al-Fitr Holiday (estimated)", "2014-10-03": "Arafat Day (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha Holiday (estimated)", "2014-10-06": "Eid al-Adha Holiday (estimated)", "2014-10-25": "Islamic New Year (estimated)", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday (estimated)", "2015-05-01": "Labor Day", "2015-05-16": "Isra' and Mi'raj (estimated)", "2015-05-25": "Independence Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr Holiday (estimated)", "2015-07-19": "Eid al-Fitr Holiday (estimated)", "2015-09-22": "Arafat Day (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha Holiday (estimated)", "2015-09-25": "Eid al-Adha Holiday (estimated)", "2015-10-14": "Islamic New Year (estimated)", "2015-12-23": "Prophet's Birthday (estimated)", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-05-01": "Labor Day", "2016-05-04": "Isra' and Mi'raj (estimated)", "2016-05-25": "Independence Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr Holiday (estimated)", "2016-07-08": "Eid al-Fitr Holiday (estimated)", "2016-09-10": "Arafat Day (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha Holiday (estimated)", "2016-09-13": "Eid al-Adha Holiday (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-12-11": "Prophet's Birthday (estimated)", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-24": "Isra' and Mi'raj (estimated)", "2017-05-01": "Labor Day", "2017-05-25": "Independence Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr Holiday (estimated)", "2017-06-27": "Eid al-Fitr Holiday (estimated)", "2017-08-31": "Arafat Day (estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-02": "Eid al-Adha Holiday (estimated)", "2017-09-03": "Eid al-Adha Holiday (estimated)", "2017-09-21": "Islamic New Year (estimated)", "2017-11-30": "Prophet's Birthday (estimated)", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-13": "Isra' and Mi'raj (estimated)", "2018-05-01": "Labor Day", "2018-05-25": "Independence Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-16": "Eid al-Fitr Holiday (estimated)", "2018-06-17": "Eid al-Fitr Holiday (estimated)", "2018-08-20": "Arafat Day (estimated)", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-22": "Eid al-Adha Holiday (estimated)", "2018-08-23": "Eid al-Adha Holiday (estimated)", "2018-09-11": "Islamic New Year (estimated)", "2018-11-20": "Prophet's Birthday (estimated)", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-03": "Isra' and Mi'raj (estimated)", "2019-05-01": "Labor Day", "2019-05-25": "Independence Day", "2019-06-04": "Eid al-Fitr (estimated)", "2019-06-05": "Eid al-Fitr Holiday (estimated)", "2019-06-06": "Eid al-Fitr Holiday (estimated)", "2019-08-10": "Arafat Day (estimated)", "2019-08-11": "Eid al-Adha (estimated)", "2019-08-12": "Eid al-Adha Holiday (estimated)", "2019-08-13": "Eid al-Adha Holiday (estimated)", "2019-08-31": "Islamic New Year (estimated)", "2019-11-09": "Prophet's Birthday (estimated)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-03-22": "Isra' and Mi'raj (estimated)", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr (estimated)", "2020-05-25": "Eid al-Fitr Holiday (estimated); Independence Day", "2020-05-26": "Eid al-Fitr Holiday (estimated)", "2020-07-30": "Arafat Day (estimated)", "2020-07-31": "Eid al-Adha (estimated)", "2020-08-01": "Eid al-Adha Holiday (estimated)", "2020-08-02": "Eid al-Adha Holiday (estimated)", "2020-08-20": "Islamic New Year (estimated)", "2020-10-29": "Prophet's Birthday (estimated)", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-03-11": "Isra' and Mi'raj (estimated)", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr (estimated)", "2021-05-14": "Eid al-Fitr Holiday (estimated)", "2021-05-15": "Eid al-Fitr Holiday (estimated)", "2021-05-25": "Independence Day", "2021-07-19": "Arafat Day (estimated)", "2021-07-20": "Eid al-Adha (estimated)", "2021-07-21": "Eid al-Adha Holiday (estimated)", "2021-07-22": "Eid al-Adha Holiday (estimated)", "2021-08-09": "Islamic New Year (estimated)", "2021-10-18": "Prophet's Birthday (estimated)", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-28": "Isra' and Mi'raj (estimated)", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr (estimated)", "2022-05-03": "Eid al-Fitr Holiday (estimated)", "2022-05-04": "Eid al-Fitr Holiday (estimated)", "2022-05-25": "Independence Day", "2022-07-08": "Arafat Day (estimated)", "2022-07-09": "Eid al-Adha (estimated)", "2022-07-10": "Eid al-Adha Holiday (estimated)", "2022-07-11": "Eid al-Adha Holiday (estimated)", "2022-07-30": "Islamic New Year (estimated)", "2022-10-08": "Prophet's Birthday (estimated)", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-18": "Isra' and Mi'raj (estimated)", "2023-04-21": "Eid al-Fitr (estimated)", "2023-04-22": "Eid al-Fitr Holiday (estimated)", "2023-04-23": "Eid al-Fitr Holiday (estimated)", "2023-05-01": "Labor Day", "2023-05-25": "Independence Day", "2023-06-27": "Arafat Day (estimated)", "2023-06-28": "Eid al-Adha (estimated)", "2023-06-29": "Eid al-Adha Holiday (estimated)", "2023-06-30": "Eid al-Adha Holiday (estimated)", "2023-07-19": "Islamic New Year (estimated)", "2023-09-27": "Prophet's Birthday (estimated)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-08": "Isra' and Mi'raj (estimated)", "2024-04-10": "Eid al-Fitr (estimated)", "2024-04-11": "Eid al-Fitr Holiday (estimated)", "2024-04-12": "Eid al-Fitr Holiday (estimated)", "2024-05-01": "Labor Day", "2024-05-25": "Independence Day", "2024-06-15": "Arafat Day (estimated)", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha Holiday (estimated)", "2024-06-18": "Eid al-Adha Holiday (estimated)", "2024-07-07": "Islamic New Year (estimated)", "2024-09-15": "Prophet's Birthday (estimated)", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-27": "Isra' and Mi'raj (estimated)", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr Holiday (estimated)", "2025-04-01": "Eid al-Fitr Holiday (estimated)", "2025-05-01": "Labor Day", "2025-05-25": "Independence Day", "2025-06-05": "Arafat Day (estimated)", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha Holiday (estimated)", "2025-06-08": "Eid al-Adha Holiday (estimated)", "2025-06-26": "Islamic New Year (estimated)", "2025-09-04": "Prophet's Birthday (estimated)", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-16": "Isra' and Mi'raj (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr Holiday (estimated)", "2026-03-22": "Eid al-Fitr Holiday (estimated)", "2026-05-01": "Labor Day", "2026-05-25": "Independence Day", "2026-05-26": "Arafat Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha Holiday (estimated)", "2026-05-29": "Eid al-Adha Holiday (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet's Birthday (estimated)", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-05": "Isra' and Mi'raj (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr Holiday (estimated)", "2027-03-11": "Eid al-Fitr Holiday (estimated)", "2027-05-01": "Labor Day", "2027-05-15": "Arafat Day (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha Holiday (estimated)", "2027-05-18": "Eid al-Adha Holiday (estimated)", "2027-05-25": "Independence Day", "2027-06-06": "Islamic New Year (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-12-25": "Christmas Day; Isra' and Mi'raj (estimated)", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr Holiday (estimated)", "2028-02-28": "Eid al-Fitr Holiday (estimated)", "2028-05-01": "Labor Day", "2028-05-04": "Arafat Day (estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha Holiday (estimated)", "2028-05-07": "Eid al-Adha Holiday (estimated)", "2028-05-25": "Independence Day; Islamic New Year (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-12-14": "Isra' and Mi'raj (estimated)", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr Holiday (estimated)", "2029-02-16": "Eid al-Fitr Holiday (estimated)", "2029-04-23": "Arafat Day (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha Holiday (estimated)", "2029-04-26": "Eid al-Adha Holiday (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "Independence Day", "2029-07-24": "Prophet's Birthday (estimated)", "2029-12-03": "Isra' and Mi'raj (estimated)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr Holiday (estimated)", "2030-02-06": "Eid al-Fitr Holiday (estimated)", "2030-04-12": "Arafat Day (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha Holiday (estimated)", "2030-04-15": "Eid al-Adha Holiday (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "Independence Day", "2030-07-13": "Prophet's Birthday (estimated)", "2030-11-23": "Isra' and Mi'raj (estimated)", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr Holiday (estimated)", "2031-01-26": "Eid al-Fitr Holiday (estimated)", "2031-04-01": "Arafat Day (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha Holiday (estimated)", "2031-04-04": "Eid al-Adha Holiday (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-25": "Independence Day", "2031-07-02": "Prophet's Birthday (estimated)", "2031-11-12": "Isra' and Mi'raj (estimated)", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr Holiday (estimated)", "2032-01-16": "Eid al-Fitr Holiday (estimated)", "2032-03-21": "Arafat Day (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha Holiday (estimated)", "2032-03-24": "Eid al-Adha Holiday (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-25": "Independence Day", "2032-06-20": "Prophet's Birthday (estimated)", "2032-11-01": "Isra' and Mi'raj (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr Holiday (estimated)", "2033-01-04": "Eid al-Fitr Holiday (estimated)", "2033-03-10": "Arafat Day (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha Holiday (estimated)", "2033-03-13": "Eid al-Adha Holiday (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-25": "Independence Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-10-21": "Isra' and Mi'raj (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr Holiday (estimated)", "2033-12-25": "Christmas Day; Eid al-Fitr Holiday (estimated)", "2034-01-01": "New Year's Day", "2034-02-28": "Arafat Day (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha Holiday (estimated)", "2034-03-03": "Eid al-Adha Holiday (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-25": "Independence Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-10-10": "Isra' and Mi'raj (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr Holiday (estimated)", "2034-12-14": "Eid al-Fitr Holiday (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-17": "Arafat Day (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha Holiday (estimated)", "2035-02-20": "Eid al-Adha Holiday (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-25": "Independence Day", "2035-09-29": "Isra' and Mi'raj (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr Holiday (estimated)", "2035-12-03": "Eid al-Fitr Holiday (estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-06": "Arafat Day (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha Holiday (estimated)", "2036-02-09": "Eid al-Adha Holiday (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-05-25": "Independence Day", "2036-09-18": "Isra' and Mi'raj (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr Holiday (estimated)", "2036-11-21": "Eid al-Fitr Holiday (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-25": "Arafat Day (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha Holiday (estimated)", "2037-01-28": "Eid al-Adha Holiday (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-25": "Independence Day", "2037-09-07": "Isra' and Mi'raj (estimated)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr Holiday (estimated)", "2037-11-10": "Eid al-Fitr Holiday (estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-15": "Arafat Day (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha Holiday (estimated)", "2038-01-18": "Eid al-Adha Holiday (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-25": "Independence Day", "2038-08-28": "Isra' and Mi'raj (estimated)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr Holiday (estimated)", "2038-10-31": "Eid al-Fitr Holiday (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-04": "Arafat Day (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha Holiday (estimated)", "2039-01-07": "Eid al-Adha Holiday (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-25": "Independence Day", "2039-08-17": "Isra' and Mi'raj (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr Holiday (estimated)", "2039-10-21": "Eid al-Fitr Holiday (estimated)", "2039-12-25": "Arafat Day (estimated); Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha Holiday (estimated)", "2039-12-28": "Eid al-Adha Holiday (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-03-25": "Prophet's Birthday (estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Independence Day", "2040-08-05": "Isra' and Mi'raj (estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr Holiday (estimated)", "2040-10-09": "Eid al-Fitr Holiday (estimated)", "2040-12-13": "Arafat Day (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha Holiday (estimated)", "2040-12-16": "Eid al-Adha Holiday (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-15": "Prophet's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-25": "Independence Day", "2041-07-25": "Isra' and Mi'raj (estimated)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr Holiday (estimated)", "2041-09-28": "Eid al-Fitr Holiday (estimated)", "2041-12-03": "Arafat Day (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha Holiday (estimated)", "2041-12-06": "Eid al-Adha Holiday (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-25": "Independence Day", "2042-07-15": "Isra' and Mi'raj (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr Holiday (estimated)", "2042-09-17": "Eid al-Fitr Holiday (estimated)", "2042-11-22": "Arafat Day (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha Holiday (estimated)", "2042-11-25": "Eid al-Adha Holiday (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-05-01": "Labor Day", "2043-05-25": "Independence Day", "2043-07-04": "Isra' and Mi'raj (estimated)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr Holiday (estimated)", "2043-09-06": "Eid al-Fitr Holiday (estimated)", "2043-11-11": "Arafat Day (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha Holiday (estimated)", "2043-11-14": "Eid al-Adha Holiday (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-05-01": "Labor Day", "2044-05-25": "Independence Day", "2044-06-23": "Isra' and Mi'raj (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr Holiday (estimated)", "2044-08-26": "Eid al-Fitr Holiday (estimated)", "2044-10-30": "Arafat Day (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha Holiday (estimated)", "2044-11-02": "Eid al-Adha Holiday (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-05-01": "Labor Day", "2045-05-25": "Independence Day", "2045-06-13": "Isra' and Mi'raj (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr Holiday (estimated)", "2045-08-16": "Eid al-Fitr Holiday (estimated)", "2045-10-20": "Arafat Day (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha Holiday (estimated)", "2045-10-23": "Eid al-Adha Holiday (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-05-01": "Labor Day", "2046-05-25": "Independence Day", "2046-06-02": "Isra' and Mi'raj (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr Holiday (estimated)", "2046-08-05": "Eid al-Fitr Holiday (estimated)", "2046-10-09": "Arafat Day (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha Holiday (estimated)", "2046-10-12": "Eid al-Adha Holiday (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-05-01": "Labor Day", "2047-05-22": "Isra' and Mi'raj (estimated)", "2047-05-25": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr Holiday (estimated)", "2047-07-26": "Eid al-Fitr Holiday (estimated)", "2047-09-29": "Arafat Day (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha Holiday (estimated)", "2047-10-02": "Eid al-Adha Holiday (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-05-01": "Labor Day", "2048-05-10": "Isra' and Mi'raj (estimated)", "2048-05-25": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr Holiday (estimated)", "2048-07-14": "Eid al-Fitr Holiday (estimated)", "2048-09-18": "Arafat Day (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha Holiday (estimated)", "2048-09-21": "Eid al-Adha Holiday (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-29": "Isra' and Mi'raj (estimated)", "2049-05-01": "Labor Day", "2049-05-25": "Independence Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr Holiday (estimated)", "2049-07-03": "Eid al-Fitr Holiday (estimated)", "2049-09-07": "Arafat Day (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha Holiday (estimated)", "2049-09-10": "Eid al-Adha Holiday (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-19": "Isra' and Mi'raj (estimated)", "2050-05-01": "Labor Day", "2050-05-25": "Independence Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr Holiday (estimated)", "2050-06-22": "Eid al-Fitr Holiday (estimated)", "2050-08-27": "Arafat Day (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha Holiday (estimated)", "2050-08-30": "Eid al-Adha Holiday (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/JP_COMMON.json000066400000000000000000002075331500152103600215710ustar00rootroot00000000000000{ "1950-01-01": "Bank Holiday; New Year's Day", "1950-01-02": "Bank Holiday", "1950-01-03": "Bank Holiday", "1950-01-15": "Coming of Age Day", "1950-03-21": "Vernal Equinox Day", "1950-04-29": "Emperor's Birthday", "1950-05-03": "Constitution Day", "1950-05-05": "Children's Day", "1950-09-23": "Autumnal Equinox", "1950-11-03": "Culture Day", "1950-11-23": "Labor Thanksgiving Day", "1950-12-31": "Bank Holiday", "1951-01-01": "Bank Holiday; New Year's Day", "1951-01-02": "Bank Holiday", "1951-01-03": "Bank Holiday", "1951-01-15": "Coming of Age Day", "1951-03-21": "Vernal Equinox Day", "1951-04-29": "Emperor's Birthday", "1951-05-03": "Constitution Day", "1951-05-05": "Children's Day", "1951-09-24": "Autumnal Equinox", "1951-11-03": "Culture Day", "1951-11-23": "Labor Thanksgiving Day", "1951-12-31": "Bank Holiday", "1952-01-01": "Bank Holiday; New Year's Day", "1952-01-02": "Bank Holiday", "1952-01-03": "Bank Holiday", "1952-01-15": "Coming of Age Day", "1952-03-21": "Vernal Equinox Day", "1952-04-29": "Emperor's Birthday", "1952-05-03": "Constitution Day", "1952-05-05": "Children's Day", "1952-09-23": "Autumnal Equinox", "1952-11-03": "Culture Day", "1952-11-23": "Labor Thanksgiving Day", "1952-12-31": "Bank Holiday", "1953-01-01": "Bank Holiday; New Year's Day", "1953-01-02": "Bank Holiday", "1953-01-03": "Bank Holiday", "1953-01-15": "Coming of Age Day", "1953-03-21": "Vernal Equinox Day", "1953-04-29": "Emperor's Birthday", "1953-05-03": "Constitution Day", "1953-05-05": "Children's Day", "1953-09-23": "Autumnal Equinox", "1953-11-03": "Culture Day", "1953-11-23": "Labor Thanksgiving Day", "1953-12-31": "Bank Holiday", "1954-01-01": "Bank Holiday; New Year's Day", "1954-01-02": "Bank Holiday", "1954-01-03": "Bank Holiday", "1954-01-15": "Coming of Age Day", "1954-03-21": "Vernal Equinox Day", "1954-04-29": "Emperor's Birthday", "1954-05-03": "Constitution Day", "1954-05-05": "Children's Day", "1954-09-23": "Autumnal Equinox", "1954-11-03": "Culture Day", "1954-11-23": "Labor Thanksgiving Day", "1954-12-31": "Bank Holiday", "1955-01-01": "Bank Holiday; New Year's Day", "1955-01-02": "Bank Holiday", "1955-01-03": "Bank Holiday", "1955-01-15": "Coming of Age Day", "1955-03-21": "Vernal Equinox Day", "1955-04-29": "Emperor's Birthday", "1955-05-03": "Constitution Day", "1955-05-05": "Children's Day", "1955-09-24": "Autumnal Equinox", "1955-11-03": "Culture Day", "1955-11-23": "Labor Thanksgiving Day", "1955-12-31": "Bank Holiday", "1956-01-01": "Bank Holiday; New Year's Day", "1956-01-02": "Bank Holiday", "1956-01-03": "Bank Holiday", "1956-01-15": "Coming of Age Day", "1956-03-21": "Vernal Equinox Day", "1956-04-29": "Emperor's Birthday", "1956-05-03": "Constitution Day", "1956-05-05": "Children's Day", "1956-09-23": "Autumnal Equinox", "1956-11-03": "Culture Day", "1956-11-23": "Labor Thanksgiving Day", "1956-12-31": "Bank Holiday", "1957-01-01": "Bank Holiday; New Year's Day", "1957-01-02": "Bank Holiday", "1957-01-03": "Bank Holiday", "1957-01-15": "Coming of Age Day", "1957-03-21": "Vernal Equinox Day", "1957-04-29": "Emperor's Birthday", "1957-05-03": "Constitution Day", "1957-05-05": "Children's Day", "1957-09-23": "Autumnal Equinox", "1957-11-03": "Culture Day", "1957-11-23": "Labor Thanksgiving Day", "1957-12-31": "Bank Holiday", "1958-01-01": "Bank Holiday; New Year's Day", "1958-01-02": "Bank Holiday", "1958-01-03": "Bank Holiday", "1958-01-15": "Coming of Age Day", "1958-03-21": "Vernal Equinox Day", "1958-04-29": "Emperor's Birthday", "1958-05-03": "Constitution Day", "1958-05-05": "Children's Day", "1958-09-23": "Autumnal Equinox", "1958-11-03": "Culture Day", "1958-11-23": "Labor Thanksgiving Day", "1958-12-31": "Bank Holiday", "1959-01-01": "Bank Holiday; New Year's Day", "1959-01-02": "Bank Holiday", "1959-01-03": "Bank Holiday", "1959-01-15": "Coming of Age Day", "1959-03-21": "Vernal Equinox Day", "1959-04-10": "The Crown Prince Marriage Ceremony", "1959-04-29": "Emperor's Birthday", "1959-05-03": "Constitution Day", "1959-05-05": "Children's Day", "1959-09-24": "Autumnal Equinox", "1959-11-03": "Culture Day", "1959-11-23": "Labor Thanksgiving Day", "1959-12-31": "Bank Holiday", "1960-01-01": "Bank Holiday; New Year's Day", "1960-01-02": "Bank Holiday", "1960-01-03": "Bank Holiday", "1960-01-15": "Coming of Age Day", "1960-03-20": "Vernal Equinox Day", "1960-04-29": "Emperor's Birthday", "1960-05-03": "Constitution Day", "1960-05-05": "Children's Day", "1960-09-23": "Autumnal Equinox", "1960-11-03": "Culture Day", "1960-11-23": "Labor Thanksgiving Day", "1960-12-31": "Bank Holiday", "1961-01-01": "Bank Holiday; New Year's Day", "1961-01-02": "Bank Holiday", "1961-01-03": "Bank Holiday", "1961-01-15": "Coming of Age Day", "1961-03-21": "Vernal Equinox Day", "1961-04-29": "Emperor's Birthday", "1961-05-03": "Constitution Day", "1961-05-05": "Children's Day", "1961-09-23": "Autumnal Equinox", "1961-11-03": "Culture Day", "1961-11-23": "Labor Thanksgiving Day", "1961-12-31": "Bank Holiday", "1962-01-01": "Bank Holiday; New Year's Day", "1962-01-02": "Bank Holiday", "1962-01-03": "Bank Holiday", "1962-01-15": "Coming of Age Day", "1962-03-21": "Vernal Equinox Day", "1962-04-29": "Emperor's Birthday", "1962-05-03": "Constitution Day", "1962-05-05": "Children's Day", "1962-09-23": "Autumnal Equinox", "1962-11-03": "Culture Day", "1962-11-23": "Labor Thanksgiving Day", "1962-12-31": "Bank Holiday", "1963-01-01": "Bank Holiday; New Year's Day", "1963-01-02": "Bank Holiday", "1963-01-03": "Bank Holiday", "1963-01-15": "Coming of Age Day", "1963-03-21": "Vernal Equinox Day", "1963-04-29": "Emperor's Birthday", "1963-05-03": "Constitution Day", "1963-05-05": "Children's Day", "1963-09-24": "Autumnal Equinox", "1963-11-03": "Culture Day", "1963-11-23": "Labor Thanksgiving Day", "1963-12-31": "Bank Holiday", "1964-01-01": "Bank Holiday; New Year's Day", "1964-01-02": "Bank Holiday", "1964-01-03": "Bank Holiday", "1964-01-15": "Coming of Age Day", "1964-03-20": "Vernal Equinox Day", "1964-04-29": "Emperor's Birthday", "1964-05-03": "Constitution Day", "1964-05-05": "Children's Day", "1964-09-23": "Autumnal Equinox", "1964-11-03": "Culture Day", "1964-11-23": "Labor Thanksgiving Day", "1964-12-31": "Bank Holiday", "1965-01-01": "Bank Holiday; New Year's Day", "1965-01-02": "Bank Holiday", "1965-01-03": "Bank Holiday", "1965-01-15": "Coming of Age Day", "1965-03-21": "Vernal Equinox Day", "1965-04-29": "Emperor's Birthday", "1965-05-03": "Constitution Day", "1965-05-05": "Children's Day", "1965-09-23": "Autumnal Equinox", "1965-11-03": "Culture Day", "1965-11-23": "Labor Thanksgiving Day", "1965-12-31": "Bank Holiday", "1966-01-01": "Bank Holiday; New Year's Day", "1966-01-02": "Bank Holiday", "1966-01-03": "Bank Holiday", "1966-01-15": "Coming of Age Day", "1966-03-21": "Vernal Equinox Day", "1966-04-29": "Emperor's Birthday", "1966-05-03": "Constitution Day", "1966-05-05": "Children's Day", "1966-09-15": "Respect for the Aged Day", "1966-09-23": "Autumnal Equinox", "1966-10-10": "Physical Education Day", "1966-11-03": "Culture Day", "1966-11-23": "Labor Thanksgiving Day", "1966-12-31": "Bank Holiday", "1967-01-01": "Bank Holiday; New Year's Day", "1967-01-02": "Bank Holiday", "1967-01-03": "Bank Holiday", "1967-01-15": "Coming of Age Day", "1967-02-11": "Foundation Day", "1967-03-21": "Vernal Equinox Day", "1967-04-29": "Emperor's Birthday", "1967-05-03": "Constitution Day", "1967-05-05": "Children's Day", "1967-09-15": "Respect for the Aged Day", "1967-09-24": "Autumnal Equinox", "1967-10-10": "Physical Education Day", "1967-11-03": "Culture Day", "1967-11-23": "Labor Thanksgiving Day", "1967-12-31": "Bank Holiday", "1968-01-01": "Bank Holiday; New Year's Day", "1968-01-02": "Bank Holiday", "1968-01-03": "Bank Holiday", "1968-01-15": "Coming of Age Day", "1968-02-11": "Foundation Day", "1968-03-20": "Vernal Equinox Day", "1968-04-29": "Emperor's Birthday", "1968-05-03": "Constitution Day", "1968-05-05": "Children's Day", "1968-09-15": "Respect for the Aged Day", "1968-09-23": "Autumnal Equinox", "1968-10-10": "Physical Education Day", "1968-11-03": "Culture Day", "1968-11-23": "Labor Thanksgiving Day", "1968-12-31": "Bank Holiday", "1969-01-01": "Bank Holiday; New Year's Day", "1969-01-02": "Bank Holiday", "1969-01-03": "Bank Holiday", "1969-01-15": "Coming of Age Day", "1969-02-11": "Foundation Day", "1969-03-21": "Vernal Equinox Day", "1969-04-29": "Emperor's Birthday", "1969-05-03": "Constitution Day", "1969-05-05": "Children's Day", "1969-09-15": "Respect for the Aged Day", "1969-09-23": "Autumnal Equinox", "1969-10-10": "Physical Education Day", "1969-11-03": "Culture Day", "1969-11-23": "Labor Thanksgiving Day", "1969-12-31": "Bank Holiday", "1970-01-01": "Bank Holiday; New Year's Day", "1970-01-02": "Bank Holiday", "1970-01-03": "Bank Holiday", "1970-01-15": "Coming of Age Day", "1970-02-11": "Foundation Day", "1970-03-21": "Vernal Equinox Day", "1970-04-29": "Emperor's Birthday", "1970-05-03": "Constitution Day", "1970-05-05": "Children's Day", "1970-09-15": "Respect for the Aged Day", "1970-09-23": "Autumnal Equinox", "1970-10-10": "Physical Education Day", "1970-11-03": "Culture Day", "1970-11-23": "Labor Thanksgiving Day", "1970-12-31": "Bank Holiday", "1971-01-01": "Bank Holiday; New Year's Day", "1971-01-02": "Bank Holiday", "1971-01-03": "Bank Holiday", "1971-01-15": "Coming of Age Day", "1971-02-11": "Foundation Day", "1971-03-21": "Vernal Equinox Day", "1971-04-29": "Emperor's Birthday", "1971-05-03": "Constitution Day", "1971-05-05": "Children's Day", "1971-09-15": "Respect for the Aged Day", "1971-09-24": "Autumnal Equinox", "1971-10-10": "Physical Education Day", "1971-11-03": "Culture Day", "1971-11-23": "Labor Thanksgiving Day", "1971-12-31": "Bank Holiday", "1972-01-01": "Bank Holiday; New Year's Day", "1972-01-02": "Bank Holiday", "1972-01-03": "Bank Holiday", "1972-01-15": "Coming of Age Day", "1972-02-11": "Foundation Day", "1972-03-20": "Vernal Equinox Day", "1972-04-29": "Emperor's Birthday", "1972-05-03": "Constitution Day", "1972-05-05": "Children's Day", "1972-09-15": "Respect for the Aged Day", "1972-09-23": "Autumnal Equinox", "1972-10-10": "Physical Education Day", "1972-11-03": "Culture Day", "1972-11-23": "Labor Thanksgiving Day", "1972-12-31": "Bank Holiday", "1973-01-01": "Bank Holiday; New Year's Day", "1973-01-02": "Bank Holiday", "1973-01-03": "Bank Holiday", "1973-01-15": "Coming of Age Day", "1973-02-11": "Foundation Day", "1973-03-21": "Vernal Equinox Day", "1973-04-29": "Emperor's Birthday", "1973-04-30": "Substitute Holiday", "1973-05-03": "Constitution Day", "1973-05-05": "Children's Day", "1973-09-15": "Respect for the Aged Day", "1973-09-23": "Autumnal Equinox", "1973-09-24": "Substitute Holiday", "1973-10-10": "Physical Education Day", "1973-11-03": "Culture Day", "1973-11-23": "Labor Thanksgiving Day", "1973-12-31": "Bank Holiday", "1974-01-01": "Bank Holiday; New Year's Day", "1974-01-02": "Bank Holiday", "1974-01-03": "Bank Holiday", "1974-01-15": "Coming of Age Day", "1974-02-11": "Foundation Day", "1974-03-21": "Vernal Equinox Day", "1974-04-29": "Emperor's Birthday", "1974-05-03": "Constitution Day", "1974-05-05": "Children's Day", "1974-05-06": "Substitute Holiday", "1974-09-15": "Respect for the Aged Day", "1974-09-16": "Substitute Holiday", "1974-09-23": "Autumnal Equinox", "1974-10-10": "Physical Education Day", "1974-11-03": "Culture Day", "1974-11-04": "Substitute Holiday", "1974-11-23": "Labor Thanksgiving Day", "1974-12-31": "Bank Holiday", "1975-01-01": "Bank Holiday; New Year's Day", "1975-01-02": "Bank Holiday", "1975-01-03": "Bank Holiday", "1975-01-15": "Coming of Age Day", "1975-02-11": "Foundation Day", "1975-03-21": "Vernal Equinox Day", "1975-04-29": "Emperor's Birthday", "1975-05-03": "Constitution Day", "1975-05-05": "Children's Day", "1975-09-15": "Respect for the Aged Day", "1975-09-24": "Autumnal Equinox", "1975-10-10": "Physical Education Day", "1975-11-03": "Culture Day", "1975-11-23": "Labor Thanksgiving Day", "1975-11-24": "Substitute Holiday", "1975-12-31": "Bank Holiday", "1976-01-01": "Bank Holiday; New Year's Day", "1976-01-02": "Bank Holiday", "1976-01-03": "Bank Holiday", "1976-01-15": "Coming of Age Day", "1976-02-11": "Foundation Day", "1976-03-20": "Vernal Equinox Day", "1976-04-29": "Emperor's Birthday", "1976-05-03": "Constitution Day", "1976-05-05": "Children's Day", "1976-09-15": "Respect for the Aged Day", "1976-09-23": "Autumnal Equinox", "1976-10-10": "Physical Education Day", "1976-10-11": "Substitute Holiday", "1976-11-03": "Culture Day", "1976-11-23": "Labor Thanksgiving Day", "1976-12-31": "Bank Holiday", "1977-01-01": "Bank Holiday; New Year's Day", "1977-01-02": "Bank Holiday", "1977-01-03": "Bank Holiday", "1977-01-15": "Coming of Age Day", "1977-02-11": "Foundation Day", "1977-03-21": "Vernal Equinox Day", "1977-04-29": "Emperor's Birthday", "1977-05-03": "Constitution Day", "1977-05-05": "Children's Day", "1977-09-15": "Respect for the Aged Day", "1977-09-23": "Autumnal Equinox", "1977-10-10": "Physical Education Day", "1977-11-03": "Culture Day", "1977-11-23": "Labor Thanksgiving Day", "1977-12-31": "Bank Holiday", "1978-01-01": "Bank Holiday; New Year's Day", "1978-01-02": "Bank Holiday; Substitute Holiday", "1978-01-03": "Bank Holiday", "1978-01-15": "Coming of Age Day", "1978-01-16": "Substitute Holiday", "1978-02-11": "Foundation Day", "1978-03-21": "Vernal Equinox Day", "1978-04-29": "Emperor's Birthday", "1978-05-03": "Constitution Day", "1978-05-05": "Children's Day", "1978-09-15": "Respect for the Aged Day", "1978-09-23": "Autumnal Equinox", "1978-10-10": "Physical Education Day", "1978-11-03": "Culture Day", "1978-11-23": "Labor Thanksgiving Day", "1978-12-31": "Bank Holiday", "1979-01-01": "Bank Holiday; New Year's Day", "1979-01-02": "Bank Holiday", "1979-01-03": "Bank Holiday", "1979-01-15": "Coming of Age Day", "1979-02-11": "Foundation Day", "1979-02-12": "Substitute Holiday", "1979-03-21": "Vernal Equinox Day", "1979-04-29": "Emperor's Birthday", "1979-04-30": "Substitute Holiday", "1979-05-03": "Constitution Day", "1979-05-05": "Children's Day", "1979-09-15": "Respect for the Aged Day", "1979-09-24": "Autumnal Equinox", "1979-10-10": "Physical Education Day", "1979-11-03": "Culture Day", "1979-11-23": "Labor Thanksgiving Day", "1979-12-31": "Bank Holiday", "1980-01-01": "Bank Holiday; New Year's Day", "1980-01-02": "Bank Holiday", "1980-01-03": "Bank Holiday", "1980-01-15": "Coming of Age Day", "1980-02-11": "Foundation Day", "1980-03-20": "Vernal Equinox Day", "1980-04-29": "Emperor's Birthday", "1980-05-03": "Constitution Day", "1980-05-05": "Children's Day", "1980-09-15": "Respect for the Aged Day", "1980-09-23": "Autumnal Equinox", "1980-10-10": "Physical Education Day", "1980-11-03": "Culture Day", "1980-11-23": "Labor Thanksgiving Day", "1980-11-24": "Substitute Holiday", "1980-12-31": "Bank Holiday", "1981-01-01": "Bank Holiday; New Year's Day", "1981-01-02": "Bank Holiday", "1981-01-03": "Bank Holiday", "1981-01-15": "Coming of Age Day", "1981-02-11": "Foundation Day", "1981-03-21": "Vernal Equinox Day", "1981-04-29": "Emperor's Birthday", "1981-05-03": "Constitution Day", "1981-05-04": "Substitute Holiday", "1981-05-05": "Children's Day", "1981-09-15": "Respect for the Aged Day", "1981-09-23": "Autumnal Equinox", "1981-10-10": "Physical Education Day", "1981-11-03": "Culture Day", "1981-11-23": "Labor Thanksgiving Day", "1981-12-31": "Bank Holiday", "1982-01-01": "Bank Holiday; New Year's Day", "1982-01-02": "Bank Holiday", "1982-01-03": "Bank Holiday", "1982-01-15": "Coming of Age Day", "1982-02-11": "Foundation Day", "1982-03-21": "Vernal Equinox Day", "1982-03-22": "Substitute Holiday", "1982-04-29": "Emperor's Birthday", "1982-05-03": "Constitution Day", "1982-05-05": "Children's Day", "1982-09-15": "Respect for the Aged Day", "1982-09-23": "Autumnal Equinox", "1982-10-10": "Physical Education Day", "1982-10-11": "Substitute Holiday", "1982-11-03": "Culture Day", "1982-11-23": "Labor Thanksgiving Day", "1982-12-31": "Bank Holiday", "1983-01-01": "Bank Holiday; New Year's Day", "1983-01-02": "Bank Holiday", "1983-01-03": "Bank Holiday", "1983-01-15": "Coming of Age Day", "1983-02-11": "Foundation Day", "1983-03-21": "Vernal Equinox Day", "1983-04-29": "Emperor's Birthday", "1983-05-03": "Constitution Day", "1983-05-05": "Children's Day", "1983-09-15": "Respect for the Aged Day", "1983-09-23": "Autumnal Equinox", "1983-10-10": "Physical Education Day", "1983-11-03": "Culture Day", "1983-11-23": "Labor Thanksgiving Day", "1983-12-31": "Bank Holiday", "1984-01-01": "Bank Holiday; New Year's Day", "1984-01-02": "Bank Holiday; Substitute Holiday", "1984-01-03": "Bank Holiday", "1984-01-15": "Coming of Age Day", "1984-01-16": "Substitute Holiday", "1984-02-11": "Foundation Day", "1984-03-20": "Vernal Equinox Day", "1984-04-29": "Emperor's Birthday", "1984-04-30": "Substitute Holiday", "1984-05-03": "Constitution Day", "1984-05-05": "Children's Day", "1984-09-15": "Respect for the Aged Day", "1984-09-23": "Autumnal Equinox", "1984-09-24": "Substitute Holiday", "1984-10-10": "Physical Education Day", "1984-11-03": "Culture Day", "1984-11-23": "Labor Thanksgiving Day", "1984-12-31": "Bank Holiday", "1985-01-01": "Bank Holiday; New Year's Day", "1985-01-02": "Bank Holiday", "1985-01-03": "Bank Holiday", "1985-01-15": "Coming of Age Day", "1985-02-11": "Foundation Day", "1985-03-21": "Vernal Equinox Day", "1985-04-29": "Emperor's Birthday", "1985-05-03": "Constitution Day", "1985-05-05": "Children's Day", "1985-05-06": "Substitute Holiday", "1985-09-15": "Respect for the Aged Day", "1985-09-16": "Substitute Holiday", "1985-09-23": "Autumnal Equinox", "1985-10-10": "Physical Education Day", "1985-11-03": "Culture Day", "1985-11-04": "Substitute Holiday", "1985-11-23": "Labor Thanksgiving Day", "1985-12-31": "Bank Holiday", "1986-01-01": "Bank Holiday; New Year's Day", "1986-01-02": "Bank Holiday", "1986-01-03": "Bank Holiday", "1986-01-15": "Coming of Age Day", "1986-02-11": "Foundation Day", "1986-03-21": "Vernal Equinox Day", "1986-04-29": "Emperor's Birthday", "1986-05-03": "Constitution Day", "1986-05-05": "Children's Day", "1986-09-15": "Respect for the Aged Day", "1986-09-23": "Autumnal Equinox", "1986-10-10": "Physical Education Day", "1986-11-03": "Culture Day", "1986-11-23": "Labor Thanksgiving Day", "1986-11-24": "Substitute Holiday", "1986-12-31": "Bank Holiday", "1987-01-01": "Bank Holiday; New Year's Day", "1987-01-02": "Bank Holiday", "1987-01-03": "Bank Holiday", "1987-01-15": "Coming of Age Day", "1987-02-11": "Foundation Day", "1987-03-21": "Vernal Equinox Day", "1987-04-29": "Emperor's Birthday", "1987-05-03": "Constitution Day", "1987-05-04": "Substitute Holiday", "1987-05-05": "Children's Day", "1987-09-15": "Respect for the Aged Day", "1987-09-23": "Autumnal Equinox", "1987-10-10": "Physical Education Day", "1987-11-03": "Culture Day", "1987-11-23": "Labor Thanksgiving Day", "1987-12-31": "Bank Holiday", "1988-01-01": "Bank Holiday; New Year's Day", "1988-01-02": "Bank Holiday", "1988-01-03": "Bank Holiday", "1988-01-15": "Coming of Age Day", "1988-02-11": "Foundation Day", "1988-03-20": "Vernal Equinox Day", "1988-03-21": "Substitute Holiday", "1988-04-29": "Emperor's Birthday", "1988-05-03": "Constitution Day", "1988-05-04": "National Holiday", "1988-05-05": "Children's Day", "1988-09-15": "Respect for the Aged Day", "1988-09-23": "Autumnal Equinox", "1988-10-10": "Physical Education Day", "1988-11-03": "Culture Day", "1988-11-23": "Labor Thanksgiving Day", "1988-12-31": "Bank Holiday", "1989-01-01": "Bank Holiday; New Year's Day", "1989-01-02": "Bank Holiday; Substitute Holiday", "1989-01-03": "Bank Holiday", "1989-01-15": "Coming of Age Day", "1989-01-16": "Substitute Holiday", "1989-02-11": "Foundation Day", "1989-02-24": "Emperor Sh\u014dwa Funeral Ceremony", "1989-03-21": "Vernal Equinox Day", "1989-04-29": "Greenery Day", "1989-05-03": "Constitution Day", "1989-05-04": "National Holiday", "1989-05-05": "Children's Day", "1989-09-15": "Respect for the Aged Day", "1989-09-23": "Autumnal Equinox", "1989-10-10": "Physical Education Day", "1989-11-03": "Culture Day", "1989-11-23": "Labor Thanksgiving Day", "1989-12-23": "Emperor's Birthday", "1989-12-31": "Bank Holiday", "1990-01-01": "Bank Holiday; New Year's Day", "1990-01-02": "Bank Holiday", "1990-01-03": "Bank Holiday", "1990-01-15": "Coming of Age Day", "1990-02-11": "Foundation Day", "1990-02-12": "Substitute Holiday", "1990-03-21": "Vernal Equinox Day", "1990-04-29": "Greenery Day", "1990-04-30": "Substitute Holiday", "1990-05-03": "Constitution Day", "1990-05-04": "National Holiday", "1990-05-05": "Children's Day", "1990-09-15": "Respect for the Aged Day", "1990-09-23": "Autumnal Equinox", "1990-09-24": "Substitute Holiday", "1990-10-10": "Physical Education Day", "1990-11-03": "Culture Day", "1990-11-12": "Enthronement Ceremony", "1990-11-23": "Labor Thanksgiving Day", "1990-12-23": "Emperor's Birthday", "1990-12-24": "Substitute Holiday", "1990-12-31": "Bank Holiday", "1991-01-01": "Bank Holiday; New Year's Day", "1991-01-02": "Bank Holiday", "1991-01-03": "Bank Holiday", "1991-01-15": "Coming of Age Day", "1991-02-11": "Foundation Day", "1991-03-21": "Vernal Equinox Day", "1991-04-29": "Greenery Day", "1991-05-03": "Constitution Day", "1991-05-04": "National Holiday", "1991-05-05": "Children's Day", "1991-05-06": "Substitute Holiday", "1991-09-15": "Respect for the Aged Day", "1991-09-16": "Substitute Holiday", "1991-09-23": "Autumnal Equinox", "1991-10-10": "Physical Education Day", "1991-11-03": "Culture Day", "1991-11-04": "Substitute Holiday", "1991-11-23": "Labor Thanksgiving Day", "1991-12-23": "Emperor's Birthday", "1991-12-31": "Bank Holiday", "1992-01-01": "Bank Holiday; New Year's Day", "1992-01-02": "Bank Holiday", "1992-01-03": "Bank Holiday", "1992-01-15": "Coming of Age Day", "1992-02-11": "Foundation Day", "1992-03-20": "Vernal Equinox Day", "1992-04-29": "Greenery Day", "1992-05-03": "Constitution Day", "1992-05-04": "Substitute Holiday", "1992-05-05": "Children's Day", "1992-09-15": "Respect for the Aged Day", "1992-09-23": "Autumnal Equinox", "1992-10-10": "Physical Education Day", "1992-11-03": "Culture Day", "1992-11-23": "Labor Thanksgiving Day", "1992-12-23": "Emperor's Birthday", "1992-12-31": "Bank Holiday", "1993-01-01": "Bank Holiday; New Year's Day", "1993-01-02": "Bank Holiday", "1993-01-03": "Bank Holiday", "1993-01-15": "Coming of Age Day", "1993-02-11": "Foundation Day", "1993-03-20": "Vernal Equinox Day", "1993-04-29": "Greenery Day", "1993-05-03": "Constitution Day", "1993-05-04": "National Holiday", "1993-05-05": "Children's Day", "1993-06-09": "The Crown Prince Marriage Ceremony", "1993-09-15": "Respect for the Aged Day", "1993-09-23": "Autumnal Equinox", "1993-10-10": "Physical Education Day", "1993-10-11": "Substitute Holiday", "1993-11-03": "Culture Day", "1993-11-23": "Labor Thanksgiving Day", "1993-12-23": "Emperor's Birthday", "1993-12-31": "Bank Holiday", "1994-01-01": "Bank Holiday; New Year's Day", "1994-01-02": "Bank Holiday", "1994-01-03": "Bank Holiday", "1994-01-15": "Coming of Age Day", "1994-02-11": "Foundation Day", "1994-03-21": "Vernal Equinox Day", "1994-04-29": "Greenery Day", "1994-05-03": "Constitution Day", "1994-05-04": "National Holiday", "1994-05-05": "Children's Day", "1994-09-15": "Respect for the Aged Day", "1994-09-23": "Autumnal Equinox", "1994-10-10": "Physical Education Day", "1994-11-03": "Culture Day", "1994-11-23": "Labor Thanksgiving Day", "1994-12-23": "Emperor's Birthday", "1994-12-31": "Bank Holiday", "1995-01-01": "Bank Holiday; New Year's Day", "1995-01-02": "Bank Holiday; Substitute Holiday", "1995-01-03": "Bank Holiday", "1995-01-15": "Coming of Age Day", "1995-01-16": "Substitute Holiday", "1995-02-11": "Foundation Day", "1995-03-21": "Vernal Equinox Day", "1995-04-29": "Greenery Day", "1995-05-03": "Constitution Day", "1995-05-04": "National Holiday", "1995-05-05": "Children's Day", "1995-09-15": "Respect for the Aged Day", "1995-09-23": "Autumnal Equinox", "1995-10-10": "Physical Education Day", "1995-11-03": "Culture Day", "1995-11-23": "Labor Thanksgiving Day", "1995-12-23": "Emperor's Birthday", "1995-12-31": "Bank Holiday", "1996-01-01": "Bank Holiday; New Year's Day", "1996-01-02": "Bank Holiday", "1996-01-03": "Bank Holiday", "1996-01-15": "Coming of Age Day", "1996-02-11": "Foundation Day", "1996-02-12": "Substitute Holiday", "1996-03-20": "Vernal Equinox Day", "1996-04-29": "Greenery Day", "1996-05-03": "Constitution Day", "1996-05-04": "National Holiday", "1996-05-05": "Children's Day", "1996-05-06": "Substitute Holiday", "1996-07-20": "Marine Day", "1996-09-15": "Respect for the Aged Day", "1996-09-16": "Substitute Holiday", "1996-09-23": "Autumnal Equinox", "1996-10-10": "Physical Education Day", "1996-11-03": "Culture Day", "1996-11-04": "Substitute Holiday", "1996-11-23": "Labor Thanksgiving Day", "1996-12-23": "Emperor's Birthday", "1996-12-31": "Bank Holiday", "1997-01-01": "Bank Holiday; New Year's Day", "1997-01-02": "Bank Holiday", "1997-01-03": "Bank Holiday", "1997-01-15": "Coming of Age Day", "1997-02-11": "Foundation Day", "1997-03-20": "Vernal Equinox Day", "1997-04-29": "Greenery Day", "1997-05-03": "Constitution Day", "1997-05-05": "Children's Day", "1997-07-20": "Marine Day", "1997-07-21": "Substitute Holiday", "1997-09-15": "Respect for the Aged Day", "1997-09-23": "Autumnal Equinox", "1997-10-10": "Physical Education Day", "1997-11-03": "Culture Day", "1997-11-23": "Labor Thanksgiving Day", "1997-11-24": "Substitute Holiday", "1997-12-23": "Emperor's Birthday", "1997-12-31": "Bank Holiday", "1998-01-01": "Bank Holiday; New Year's Day", "1998-01-02": "Bank Holiday", "1998-01-03": "Bank Holiday", "1998-01-15": "Coming of Age Day", "1998-02-11": "Foundation Day", "1998-03-21": "Vernal Equinox Day", "1998-04-29": "Greenery Day", "1998-05-03": "Constitution Day", "1998-05-04": "Substitute Holiday", "1998-05-05": "Children's Day", "1998-07-20": "Marine Day", "1998-09-15": "Respect for the Aged Day", "1998-09-23": "Autumnal Equinox", "1998-10-10": "Physical Education Day", "1998-11-03": "Culture Day", "1998-11-23": "Labor Thanksgiving Day", "1998-12-23": "Emperor's Birthday", "1998-12-31": "Bank Holiday", "1999-01-01": "Bank Holiday; New Year's Day", "1999-01-02": "Bank Holiday", "1999-01-03": "Bank Holiday", "1999-01-15": "Coming of Age Day", "1999-02-11": "Foundation Day", "1999-03-21": "Vernal Equinox Day", "1999-03-22": "Substitute Holiday", "1999-04-29": "Greenery Day", "1999-05-03": "Constitution Day", "1999-05-04": "National Holiday", "1999-05-05": "Children's Day", "1999-07-20": "Marine Day", "1999-09-15": "Respect for the Aged Day", "1999-09-23": "Autumnal Equinox", "1999-10-10": "Physical Education Day", "1999-10-11": "Substitute Holiday", "1999-11-03": "Culture Day", "1999-11-23": "Labor Thanksgiving Day", "1999-12-23": "Emperor's Birthday", "1999-12-31": "Bank Holiday", "2000-01-01": "Bank Holiday; New Year's Day", "2000-01-02": "Bank Holiday", "2000-01-03": "Bank Holiday", "2000-01-10": "Coming of Age Day", "2000-02-11": "Foundation Day", "2000-03-20": "Vernal Equinox Day", "2000-04-29": "Greenery Day", "2000-05-03": "Constitution Day", "2000-05-04": "National Holiday", "2000-05-05": "Children's Day", "2000-07-20": "Marine Day", "2000-09-15": "Respect for the Aged Day", "2000-09-23": "Autumnal Equinox", "2000-10-09": "Physical Education Day", "2000-11-03": "Culture Day", "2000-11-23": "Labor Thanksgiving Day", "2000-12-23": "Emperor's Birthday", "2000-12-31": "Bank Holiday", "2001-01-01": "Bank Holiday; New Year's Day", "2001-01-02": "Bank Holiday", "2001-01-03": "Bank Holiday", "2001-01-08": "Coming of Age Day", "2001-02-11": "Foundation Day", "2001-02-12": "Substitute Holiday", "2001-03-20": "Vernal Equinox Day", "2001-04-29": "Greenery Day", "2001-04-30": "Substitute Holiday", "2001-05-03": "Constitution Day", "2001-05-04": "National Holiday", "2001-05-05": "Children's Day", "2001-07-20": "Marine Day", "2001-09-15": "Respect for the Aged Day", "2001-09-23": "Autumnal Equinox", "2001-09-24": "Substitute Holiday", "2001-10-08": "Physical Education Day", "2001-11-03": "Culture Day", "2001-11-23": "Labor Thanksgiving Day", "2001-12-23": "Emperor's Birthday", "2001-12-24": "Substitute Holiday", "2001-12-31": "Bank Holiday", "2002-01-01": "Bank Holiday; New Year's Day", "2002-01-02": "Bank Holiday", "2002-01-03": "Bank Holiday", "2002-01-14": "Coming of Age Day", "2002-02-11": "Foundation Day", "2002-03-21": "Vernal Equinox Day", "2002-04-29": "Greenery Day", "2002-05-03": "Constitution Day", "2002-05-04": "National Holiday", "2002-05-05": "Children's Day", "2002-05-06": "Substitute Holiday", "2002-07-20": "Marine Day", "2002-09-15": "Respect for the Aged Day", "2002-09-16": "Substitute Holiday", "2002-09-23": "Autumnal Equinox", "2002-10-14": "Physical Education Day", "2002-11-03": "Culture Day", "2002-11-04": "Substitute Holiday", "2002-11-23": "Labor Thanksgiving Day", "2002-12-23": "Emperor's Birthday", "2002-12-31": "Bank Holiday", "2003-01-01": "Bank Holiday; New Year's Day", "2003-01-02": "Bank Holiday", "2003-01-03": "Bank Holiday", "2003-01-13": "Coming of Age Day", "2003-02-11": "Foundation Day", "2003-03-21": "Vernal Equinox Day", "2003-04-29": "Greenery Day", "2003-05-03": "Constitution Day", "2003-05-05": "Children's Day", "2003-07-21": "Marine Day", "2003-09-15": "Respect for the Aged Day", "2003-09-23": "Autumnal Equinox", "2003-10-13": "Physical Education Day", "2003-11-03": "Culture Day", "2003-11-23": "Labor Thanksgiving Day", "2003-11-24": "Substitute Holiday", "2003-12-23": "Emperor's Birthday", "2003-12-31": "Bank Holiday", "2004-01-01": "Bank Holiday; New Year's Day", "2004-01-02": "Bank Holiday", "2004-01-03": "Bank Holiday", "2004-01-12": "Coming of Age Day", "2004-02-11": "Foundation Day", "2004-03-20": "Vernal Equinox Day", "2004-04-29": "Greenery Day", "2004-05-03": "Constitution Day", "2004-05-04": "National Holiday", "2004-05-05": "Children's Day", "2004-07-19": "Marine Day", "2004-09-20": "Respect for the Aged Day", "2004-09-23": "Autumnal Equinox", "2004-10-11": "Physical Education Day", "2004-11-03": "Culture Day", "2004-11-23": "Labor Thanksgiving Day", "2004-12-23": "Emperor's Birthday", "2004-12-31": "Bank Holiday", "2005-01-01": "Bank Holiday; New Year's Day", "2005-01-02": "Bank Holiday", "2005-01-03": "Bank Holiday", "2005-01-10": "Coming of Age Day", "2005-02-11": "Foundation Day", "2005-03-20": "Vernal Equinox Day", "2005-03-21": "Substitute Holiday", "2005-04-29": "Greenery Day", "2005-05-03": "Constitution Day", "2005-05-04": "National Holiday", "2005-05-05": "Children's Day", "2005-07-18": "Marine Day", "2005-09-19": "Respect for the Aged Day", "2005-09-23": "Autumnal Equinox", "2005-10-10": "Physical Education Day", "2005-11-03": "Culture Day", "2005-11-23": "Labor Thanksgiving Day", "2005-12-23": "Emperor's Birthday", "2005-12-31": "Bank Holiday", "2006-01-01": "Bank Holiday; New Year's Day", "2006-01-02": "Bank Holiday; Substitute Holiday", "2006-01-03": "Bank Holiday", "2006-01-09": "Coming of Age Day", "2006-02-11": "Foundation Day", "2006-03-21": "Vernal Equinox Day", "2006-04-29": "Greenery Day", "2006-05-03": "Constitution Day", "2006-05-04": "National Holiday", "2006-05-05": "Children's Day", "2006-07-17": "Marine Day", "2006-09-18": "Respect for the Aged Day", "2006-09-23": "Autumnal Equinox", "2006-10-09": "Physical Education Day", "2006-11-03": "Culture Day", "2006-11-23": "Labor Thanksgiving Day", "2006-12-23": "Emperor's Birthday", "2006-12-31": "Bank Holiday", "2007-01-01": "Bank Holiday; New Year's Day", "2007-01-02": "Bank Holiday", "2007-01-03": "Bank Holiday", "2007-01-08": "Coming of Age Day", "2007-02-11": "Foundation Day", "2007-02-12": "Substitute Holiday", "2007-03-21": "Vernal Equinox Day", "2007-04-29": "Showa Day", "2007-04-30": "Substitute Holiday", "2007-05-03": "Constitution Day", "2007-05-04": "Greenery Day", "2007-05-05": "Children's Day", "2007-07-16": "Marine Day", "2007-09-17": "Respect for the Aged Day", "2007-09-23": "Autumnal Equinox", "2007-09-24": "Substitute Holiday", "2007-10-08": "Physical Education Day", "2007-11-03": "Culture Day", "2007-11-23": "Labor Thanksgiving Day", "2007-12-23": "Emperor's Birthday", "2007-12-24": "Substitute Holiday", "2007-12-31": "Bank Holiday", "2008-01-01": "Bank Holiday; New Year's Day", "2008-01-02": "Bank Holiday", "2008-01-03": "Bank Holiday", "2008-01-14": "Coming of Age Day", "2008-02-11": "Foundation Day", "2008-03-20": "Vernal Equinox Day", "2008-04-29": "Showa Day", "2008-05-03": "Constitution Day", "2008-05-04": "Greenery Day", "2008-05-05": "Children's Day", "2008-05-06": "Substitute Holiday", "2008-07-21": "Marine Day", "2008-09-15": "Respect for the Aged Day", "2008-09-23": "Autumnal Equinox", "2008-10-13": "Physical Education Day", "2008-11-03": "Culture Day", "2008-11-23": "Labor Thanksgiving Day", "2008-11-24": "Substitute Holiday", "2008-12-23": "Emperor's Birthday", "2008-12-31": "Bank Holiday", "2009-01-01": "Bank Holiday; New Year's Day", "2009-01-02": "Bank Holiday", "2009-01-03": "Bank Holiday", "2009-01-12": "Coming of Age Day", "2009-02-11": "Foundation Day", "2009-03-20": "Vernal Equinox Day", "2009-04-29": "Showa Day", "2009-05-03": "Constitution Day", "2009-05-04": "Greenery Day", "2009-05-05": "Children's Day", "2009-05-06": "Substitute Holiday", "2009-07-20": "Marine Day", "2009-09-21": "Respect for the Aged Day", "2009-09-22": "National Holiday", "2009-09-23": "Autumnal Equinox", "2009-10-12": "Physical Education Day", "2009-11-03": "Culture Day", "2009-11-23": "Labor Thanksgiving Day", "2009-12-23": "Emperor's Birthday", "2009-12-31": "Bank Holiday", "2010-01-01": "Bank Holiday; New Year's Day", "2010-01-02": "Bank Holiday", "2010-01-03": "Bank Holiday", "2010-01-11": "Coming of Age Day", "2010-02-11": "Foundation Day", "2010-03-21": "Vernal Equinox Day", "2010-03-22": "Substitute Holiday", "2010-04-29": "Showa Day", "2010-05-03": "Constitution Day", "2010-05-04": "Greenery Day", "2010-05-05": "Children's Day", "2010-07-19": "Marine Day", "2010-09-20": "Respect for the Aged Day", "2010-09-23": "Autumnal Equinox", "2010-10-11": "Physical Education Day", "2010-11-03": "Culture Day", "2010-11-23": "Labor Thanksgiving Day", "2010-12-23": "Emperor's Birthday", "2010-12-31": "Bank Holiday", "2011-01-01": "Bank Holiday; New Year's Day", "2011-01-02": "Bank Holiday", "2011-01-03": "Bank Holiday", "2011-01-10": "Coming of Age Day", "2011-02-11": "Foundation Day", "2011-03-21": "Vernal Equinox Day", "2011-04-29": "Showa Day", "2011-05-03": "Constitution Day", "2011-05-04": "Greenery Day", "2011-05-05": "Children's Day", "2011-07-18": "Marine Day", "2011-09-19": "Respect for the Aged Day", "2011-09-23": "Autumnal Equinox", "2011-10-10": "Physical Education Day", "2011-11-03": "Culture Day", "2011-11-23": "Labor Thanksgiving Day", "2011-12-23": "Emperor's Birthday", "2011-12-31": "Bank Holiday", "2012-01-01": "Bank Holiday; New Year's Day", "2012-01-02": "Bank Holiday; Substitute Holiday", "2012-01-03": "Bank Holiday", "2012-01-09": "Coming of Age Day", "2012-02-11": "Foundation Day", "2012-03-20": "Vernal Equinox Day", "2012-04-29": "Showa Day", "2012-04-30": "Substitute Holiday", "2012-05-03": "Constitution Day", "2012-05-04": "Greenery Day", "2012-05-05": "Children's Day", "2012-07-16": "Marine Day", "2012-09-17": "Respect for the Aged Day", "2012-09-22": "Autumnal Equinox", "2012-10-08": "Physical Education Day", "2012-11-03": "Culture Day", "2012-11-23": "Labor Thanksgiving Day", "2012-12-23": "Emperor's Birthday", "2012-12-24": "Substitute Holiday", "2012-12-31": "Bank Holiday", "2013-01-01": "Bank Holiday; New Year's Day", "2013-01-02": "Bank Holiday", "2013-01-03": "Bank Holiday", "2013-01-14": "Coming of Age Day", "2013-02-11": "Foundation Day", "2013-03-20": "Vernal Equinox Day", "2013-04-29": "Showa Day", "2013-05-03": "Constitution Day", "2013-05-04": "Greenery Day", "2013-05-05": "Children's Day", "2013-05-06": "Substitute Holiday", "2013-07-15": "Marine Day", "2013-09-16": "Respect for the Aged Day", "2013-09-23": "Autumnal Equinox", "2013-10-14": "Physical Education Day", "2013-11-03": "Culture Day", "2013-11-04": "Substitute Holiday", "2013-11-23": "Labor Thanksgiving Day", "2013-12-23": "Emperor's Birthday", "2013-12-31": "Bank Holiday", "2014-01-01": "Bank Holiday; New Year's Day", "2014-01-02": "Bank Holiday", "2014-01-03": "Bank Holiday", "2014-01-13": "Coming of Age Day", "2014-02-11": "Foundation Day", "2014-03-21": "Vernal Equinox Day", "2014-04-29": "Showa Day", "2014-05-03": "Constitution Day", "2014-05-04": "Greenery Day", "2014-05-05": "Children's Day", "2014-05-06": "Substitute Holiday", "2014-07-21": "Marine Day", "2014-09-15": "Respect for the Aged Day", "2014-09-23": "Autumnal Equinox", "2014-10-13": "Physical Education Day", "2014-11-03": "Culture Day", "2014-11-23": "Labor Thanksgiving Day", "2014-11-24": "Substitute Holiday", "2014-12-23": "Emperor's Birthday", "2014-12-31": "Bank Holiday", "2015-01-01": "Bank Holiday; New Year's Day", "2015-01-02": "Bank Holiday", "2015-01-03": "Bank Holiday", "2015-01-12": "Coming of Age Day", "2015-02-11": "Foundation Day", "2015-03-21": "Vernal Equinox Day", "2015-04-29": "Showa Day", "2015-05-03": "Constitution Day", "2015-05-04": "Greenery Day", "2015-05-05": "Children's Day", "2015-05-06": "Substitute Holiday", "2015-07-20": "Marine Day", "2015-09-21": "Respect for the Aged Day", "2015-09-22": "National Holiday", "2015-09-23": "Autumnal Equinox", "2015-10-12": "Physical Education Day", "2015-11-03": "Culture Day", "2015-11-23": "Labor Thanksgiving Day", "2015-12-23": "Emperor's Birthday", "2015-12-31": "Bank Holiday", "2016-01-01": "Bank Holiday; New Year's Day", "2016-01-02": "Bank Holiday", "2016-01-03": "Bank Holiday", "2016-01-11": "Coming of Age Day", "2016-02-11": "Foundation Day", "2016-03-20": "Vernal Equinox Day", "2016-03-21": "Substitute Holiday", "2016-04-29": "Showa Day", "2016-05-03": "Constitution Day", "2016-05-04": "Greenery Day", "2016-05-05": "Children's Day", "2016-07-18": "Marine Day", "2016-08-11": "Mountain Day", "2016-09-19": "Respect for the Aged Day", "2016-09-22": "Autumnal Equinox", "2016-10-10": "Physical Education Day", "2016-11-03": "Culture Day", "2016-11-23": "Labor Thanksgiving Day", "2016-12-23": "Emperor's Birthday", "2016-12-31": "Bank Holiday", "2017-01-01": "Bank Holiday; New Year's Day", "2017-01-02": "Bank Holiday; Substitute Holiday", "2017-01-03": "Bank Holiday", "2017-01-09": "Coming of Age Day", "2017-02-11": "Foundation Day", "2017-03-20": "Vernal Equinox Day", "2017-04-29": "Showa Day", "2017-05-03": "Constitution Day", "2017-05-04": "Greenery Day", "2017-05-05": "Children's Day", "2017-07-17": "Marine Day", "2017-08-11": "Mountain Day", "2017-09-18": "Respect for the Aged Day", "2017-09-23": "Autumnal Equinox", "2017-10-09": "Physical Education Day", "2017-11-03": "Culture Day", "2017-11-23": "Labor Thanksgiving Day", "2017-12-23": "Emperor's Birthday", "2017-12-31": "Bank Holiday", "2018-01-01": "Bank Holiday; New Year's Day", "2018-01-02": "Bank Holiday", "2018-01-03": "Bank Holiday", "2018-01-08": "Coming of Age Day", "2018-02-11": "Foundation Day", "2018-02-12": "Substitute Holiday", "2018-03-21": "Vernal Equinox Day", "2018-04-29": "Showa Day", "2018-04-30": "Substitute Holiday", "2018-05-03": "Constitution Day", "2018-05-04": "Greenery Day", "2018-05-05": "Children's Day", "2018-07-16": "Marine Day", "2018-08-11": "Mountain Day", "2018-09-17": "Respect for the Aged Day", "2018-09-23": "Autumnal Equinox", "2018-09-24": "Substitute Holiday", "2018-10-08": "Physical Education Day", "2018-11-03": "Culture Day", "2018-11-23": "Labor Thanksgiving Day", "2018-12-23": "Emperor's Birthday", "2018-12-24": "Substitute Holiday", "2018-12-31": "Bank Holiday", "2019-01-01": "Bank Holiday; New Year's Day", "2019-01-02": "Bank Holiday", "2019-01-03": "Bank Holiday", "2019-01-14": "Coming of Age Day", "2019-02-11": "Foundation Day", "2019-03-21": "Vernal Equinox Day", "2019-04-29": "Showa Day", "2019-04-30": "National Holiday", "2019-05-01": "Emperor's Enthronement Day", "2019-05-02": "National Holiday", "2019-05-03": "Constitution Day", "2019-05-04": "Greenery Day", "2019-05-05": "Children's Day", "2019-05-06": "Substitute Holiday", "2019-07-15": "Marine Day", "2019-08-11": "Mountain Day", "2019-08-12": "Substitute Holiday", "2019-09-16": "Respect for the Aged Day", "2019-09-23": "Autumnal Equinox", "2019-10-14": "Physical Education Day", "2019-10-22": "Emperor's Enthronement Day", "2019-11-03": "Culture Day", "2019-11-04": "Substitute Holiday", "2019-11-23": "Labor Thanksgiving Day", "2019-12-31": "Bank Holiday", "2020-01-01": "Bank Holiday; New Year's Day", "2020-01-02": "Bank Holiday", "2020-01-03": "Bank Holiday", "2020-01-13": "Coming of Age Day", "2020-02-11": "Foundation Day", "2020-02-23": "Emperor's Birthday", "2020-02-24": "Substitute Holiday", "2020-03-20": "Vernal Equinox Day", "2020-04-29": "Showa Day", "2020-05-03": "Constitution Day", "2020-05-04": "Greenery Day", "2020-05-05": "Children's Day", "2020-05-06": "Substitute Holiday", "2020-07-23": "Marine Day", "2020-07-24": "Sports Day", "2020-08-10": "Mountain Day", "2020-09-21": "Respect for the Aged Day", "2020-09-22": "Autumnal Equinox", "2020-11-03": "Culture Day", "2020-11-23": "Labor Thanksgiving Day", "2020-12-31": "Bank Holiday", "2021-01-01": "Bank Holiday; New Year's Day", "2021-01-02": "Bank Holiday", "2021-01-03": "Bank Holiday", "2021-01-11": "Coming of Age Day", "2021-02-11": "Foundation Day", "2021-02-23": "Emperor's Birthday", "2021-03-20": "Vernal Equinox Day", "2021-04-29": "Showa Day", "2021-05-03": "Constitution Day", "2021-05-04": "Greenery Day", "2021-05-05": "Children's Day", "2021-07-22": "Marine Day", "2021-07-23": "Sports Day", "2021-08-08": "Mountain Day", "2021-08-09": "Substitute Holiday", "2021-09-20": "Respect for the Aged Day", "2021-09-23": "Autumnal Equinox", "2021-11-03": "Culture Day", "2021-11-23": "Labor Thanksgiving Day", "2021-12-31": "Bank Holiday", "2022-01-01": "Bank Holiday; New Year's Day", "2022-01-02": "Bank Holiday", "2022-01-03": "Bank Holiday", "2022-01-10": "Coming of Age Day", "2022-02-11": "Foundation Day", "2022-02-23": "Emperor's Birthday", "2022-03-21": "Vernal Equinox Day", "2022-04-29": "Showa Day", "2022-05-03": "Constitution Day", "2022-05-04": "Greenery Day", "2022-05-05": "Children's Day", "2022-07-18": "Marine Day", "2022-08-11": "Mountain Day", "2022-09-19": "Respect for the Aged Day", "2022-09-23": "Autumnal Equinox", "2022-10-10": "Sports Day", "2022-11-03": "Culture Day", "2022-11-23": "Labor Thanksgiving Day", "2022-12-31": "Bank Holiday", "2023-01-01": "Bank Holiday; New Year's Day", "2023-01-02": "Bank Holiday; Substitute Holiday", "2023-01-03": "Bank Holiday", "2023-01-09": "Coming of Age Day", "2023-02-11": "Foundation Day", "2023-02-23": "Emperor's Birthday", "2023-03-21": "Vernal Equinox Day", "2023-04-29": "Showa Day", "2023-05-03": "Constitution Day", "2023-05-04": "Greenery Day", "2023-05-05": "Children's Day", "2023-07-17": "Marine Day", "2023-08-11": "Mountain Day", "2023-09-18": "Respect for the Aged Day", "2023-09-23": "Autumnal Equinox", "2023-10-09": "Sports Day", "2023-11-03": "Culture Day", "2023-11-23": "Labor Thanksgiving Day", "2023-12-31": "Bank Holiday", "2024-01-01": "Bank Holiday; New Year's Day", "2024-01-02": "Bank Holiday", "2024-01-03": "Bank Holiday", "2024-01-08": "Coming of Age Day", "2024-02-11": "Foundation Day", "2024-02-12": "Substitute Holiday", "2024-02-23": "Emperor's Birthday", "2024-03-20": "Vernal Equinox Day", "2024-04-29": "Showa Day", "2024-05-03": "Constitution Day", "2024-05-04": "Greenery Day", "2024-05-05": "Children's Day", "2024-05-06": "Substitute Holiday", "2024-07-15": "Marine Day", "2024-08-11": "Mountain Day", "2024-08-12": "Substitute Holiday", "2024-09-16": "Respect for the Aged Day", "2024-09-22": "Autumnal Equinox", "2024-09-23": "Substitute Holiday", "2024-10-14": "Sports Day", "2024-11-03": "Culture Day", "2024-11-04": "Substitute Holiday", "2024-11-23": "Labor Thanksgiving Day", "2024-12-31": "Bank Holiday", "2025-01-01": "Bank Holiday; New Year's Day", "2025-01-02": "Bank Holiday", "2025-01-03": "Bank Holiday", "2025-01-13": "Coming of Age Day", "2025-02-11": "Foundation Day", "2025-02-23": "Emperor's Birthday", "2025-02-24": "Substitute Holiday", "2025-03-20": "Vernal Equinox Day", "2025-04-29": "Showa Day", "2025-05-03": "Constitution Day", "2025-05-04": "Greenery Day", "2025-05-05": "Children's Day", "2025-05-06": "Substitute Holiday", "2025-07-21": "Marine Day", "2025-08-11": "Mountain Day", "2025-09-15": "Respect for the Aged Day", "2025-09-23": "Autumnal Equinox", "2025-10-13": "Sports Day", "2025-11-03": "Culture Day", "2025-11-23": "Labor Thanksgiving Day", "2025-11-24": "Substitute Holiday", "2025-12-31": "Bank Holiday", "2026-01-01": "Bank Holiday; New Year's Day", "2026-01-02": "Bank Holiday", "2026-01-03": "Bank Holiday", "2026-01-12": "Coming of Age Day", "2026-02-11": "Foundation Day", "2026-02-23": "Emperor's Birthday", "2026-03-20": "Vernal Equinox Day", "2026-04-29": "Showa Day", "2026-05-03": "Constitution Day", "2026-05-04": "Greenery Day", "2026-05-05": "Children's Day", "2026-05-06": "Substitute Holiday", "2026-07-20": "Marine Day", "2026-08-11": "Mountain Day", "2026-09-21": "Respect for the Aged Day", "2026-09-22": "National Holiday", "2026-09-23": "Autumnal Equinox", "2026-10-12": "Sports Day", "2026-11-03": "Culture Day", "2026-11-23": "Labor Thanksgiving Day", "2026-12-31": "Bank Holiday", "2027-01-01": "Bank Holiday; New Year's Day", "2027-01-02": "Bank Holiday", "2027-01-03": "Bank Holiday", "2027-01-11": "Coming of Age Day", "2027-02-11": "Foundation Day", "2027-02-23": "Emperor's Birthday", "2027-03-21": "Vernal Equinox Day", "2027-03-22": "Substitute Holiday", "2027-04-29": "Showa Day", "2027-05-03": "Constitution Day", "2027-05-04": "Greenery Day", "2027-05-05": "Children's Day", "2027-07-19": "Marine Day", "2027-08-11": "Mountain Day", "2027-09-20": "Respect for the Aged Day", "2027-09-23": "Autumnal Equinox", "2027-10-11": "Sports Day", "2027-11-03": "Culture Day", "2027-11-23": "Labor Thanksgiving Day", "2027-12-31": "Bank Holiday", "2028-01-01": "Bank Holiday; New Year's Day", "2028-01-02": "Bank Holiday", "2028-01-03": "Bank Holiday", "2028-01-10": "Coming of Age Day", "2028-02-11": "Foundation Day", "2028-02-23": "Emperor's Birthday", "2028-03-20": "Vernal Equinox Day", "2028-04-29": "Showa Day", "2028-05-03": "Constitution Day", "2028-05-04": "Greenery Day", "2028-05-05": "Children's Day", "2028-07-17": "Marine Day", "2028-08-11": "Mountain Day", "2028-09-18": "Respect for the Aged Day", "2028-09-22": "Autumnal Equinox", "2028-10-09": "Sports Day", "2028-11-03": "Culture Day", "2028-11-23": "Labor Thanksgiving Day", "2028-12-31": "Bank Holiday", "2029-01-01": "Bank Holiday; New Year's Day", "2029-01-02": "Bank Holiday", "2029-01-03": "Bank Holiday", "2029-01-08": "Coming of Age Day", "2029-02-11": "Foundation Day", "2029-02-12": "Substitute Holiday", "2029-02-23": "Emperor's Birthday", "2029-03-20": "Vernal Equinox Day", "2029-04-29": "Showa Day", "2029-04-30": "Substitute Holiday", "2029-05-03": "Constitution Day", "2029-05-04": "Greenery Day", "2029-05-05": "Children's Day", "2029-07-16": "Marine Day", "2029-08-11": "Mountain Day", "2029-09-17": "Respect for the Aged Day", "2029-09-23": "Autumnal Equinox", "2029-09-24": "Substitute Holiday", "2029-10-08": "Sports Day", "2029-11-03": "Culture Day", "2029-11-23": "Labor Thanksgiving Day", "2029-12-31": "Bank Holiday", "2030-01-01": "Bank Holiday; New Year's Day", "2030-01-02": "Bank Holiday", "2030-01-03": "Bank Holiday", "2030-01-14": "Coming of Age Day", "2030-02-11": "Foundation Day", "2030-02-23": "Emperor's Birthday", "2030-03-20": "Vernal Equinox Day", "2030-04-29": "Showa Day", "2030-05-03": "Constitution Day", "2030-05-04": "Greenery Day", "2030-05-05": "Children's Day", "2030-05-06": "Substitute Holiday", "2030-07-15": "Marine Day", "2030-08-11": "Mountain Day", "2030-08-12": "Substitute Holiday", "2030-09-16": "Respect for the Aged Day", "2030-09-23": "Autumnal Equinox", "2030-10-14": "Sports Day", "2030-11-03": "Culture Day", "2030-11-04": "Substitute Holiday", "2030-11-23": "Labor Thanksgiving Day", "2030-12-31": "Bank Holiday", "2031-01-01": "Bank Holiday; New Year's Day", "2031-01-02": "Bank Holiday", "2031-01-03": "Bank Holiday", "2031-01-13": "Coming of Age Day", "2031-02-11": "Foundation Day", "2031-02-23": "Emperor's Birthday", "2031-02-24": "Substitute Holiday", "2031-03-21": "Vernal Equinox Day", "2031-04-29": "Showa Day", "2031-05-03": "Constitution Day", "2031-05-04": "Greenery Day", "2031-05-05": "Children's Day", "2031-05-06": "Substitute Holiday", "2031-07-21": "Marine Day", "2031-08-11": "Mountain Day", "2031-09-15": "Respect for the Aged Day", "2031-09-23": "Autumnal Equinox", "2031-10-13": "Sports Day", "2031-11-03": "Culture Day", "2031-11-23": "Labor Thanksgiving Day", "2031-11-24": "Substitute Holiday", "2031-12-31": "Bank Holiday", "2032-01-01": "Bank Holiday; New Year's Day", "2032-01-02": "Bank Holiday", "2032-01-03": "Bank Holiday", "2032-01-12": "Coming of Age Day", "2032-02-11": "Foundation Day", "2032-02-23": "Emperor's Birthday", "2032-03-20": "Vernal Equinox Day", "2032-04-29": "Showa Day", "2032-05-03": "Constitution Day", "2032-05-04": "Greenery Day", "2032-05-05": "Children's Day", "2032-07-19": "Marine Day", "2032-08-11": "Mountain Day", "2032-09-20": "Respect for the Aged Day", "2032-09-21": "National Holiday", "2032-09-22": "Autumnal Equinox", "2032-10-11": "Sports Day", "2032-11-03": "Culture Day", "2032-11-23": "Labor Thanksgiving Day", "2032-12-31": "Bank Holiday", "2033-01-01": "Bank Holiday; New Year's Day", "2033-01-02": "Bank Holiday", "2033-01-03": "Bank Holiday", "2033-01-10": "Coming of Age Day", "2033-02-11": "Foundation Day", "2033-02-23": "Emperor's Birthday", "2033-03-20": "Vernal Equinox Day", "2033-03-21": "Substitute Holiday", "2033-04-29": "Showa Day", "2033-05-03": "Constitution Day", "2033-05-04": "Greenery Day", "2033-05-05": "Children's Day", "2033-07-18": "Marine Day", "2033-08-11": "Mountain Day", "2033-09-19": "Respect for the Aged Day", "2033-09-23": "Autumnal Equinox", "2033-10-10": "Sports Day", "2033-11-03": "Culture Day", "2033-11-23": "Labor Thanksgiving Day", "2033-12-31": "Bank Holiday", "2034-01-01": "Bank Holiday; New Year's Day", "2034-01-02": "Bank Holiday; Substitute Holiday", "2034-01-03": "Bank Holiday", "2034-01-09": "Coming of Age Day", "2034-02-11": "Foundation Day", "2034-02-23": "Emperor's Birthday", "2034-03-20": "Vernal Equinox Day", "2034-04-29": "Showa Day", "2034-05-03": "Constitution Day", "2034-05-04": "Greenery Day", "2034-05-05": "Children's Day", "2034-07-17": "Marine Day", "2034-08-11": "Mountain Day", "2034-09-18": "Respect for the Aged Day", "2034-09-23": "Autumnal Equinox", "2034-10-09": "Sports Day", "2034-11-03": "Culture Day", "2034-11-23": "Labor Thanksgiving Day", "2034-12-31": "Bank Holiday", "2035-01-01": "Bank Holiday; New Year's Day", "2035-01-02": "Bank Holiday", "2035-01-03": "Bank Holiday", "2035-01-08": "Coming of Age Day", "2035-02-11": "Foundation Day", "2035-02-12": "Substitute Holiday", "2035-02-23": "Emperor's Birthday", "2035-03-21": "Vernal Equinox Day", "2035-04-29": "Showa Day", "2035-04-30": "Substitute Holiday", "2035-05-03": "Constitution Day", "2035-05-04": "Greenery Day", "2035-05-05": "Children's Day", "2035-07-16": "Marine Day", "2035-08-11": "Mountain Day", "2035-09-17": "Respect for the Aged Day", "2035-09-23": "Autumnal Equinox", "2035-09-24": "Substitute Holiday", "2035-10-08": "Sports Day", "2035-11-03": "Culture Day", "2035-11-23": "Labor Thanksgiving Day", "2035-12-31": "Bank Holiday", "2036-01-01": "Bank Holiday; New Year's Day", "2036-01-02": "Bank Holiday", "2036-01-03": "Bank Holiday", "2036-01-14": "Coming of Age Day", "2036-02-11": "Foundation Day", "2036-02-23": "Emperor's Birthday", "2036-03-20": "Vernal Equinox Day", "2036-04-29": "Showa Day", "2036-05-03": "Constitution Day", "2036-05-04": "Greenery Day", "2036-05-05": "Children's Day", "2036-05-06": "Substitute Holiday", "2036-07-21": "Marine Day", "2036-08-11": "Mountain Day", "2036-09-15": "Respect for the Aged Day", "2036-09-22": "Autumnal Equinox", "2036-10-13": "Sports Day", "2036-11-03": "Culture Day", "2036-11-23": "Labor Thanksgiving Day", "2036-11-24": "Substitute Holiday", "2036-12-31": "Bank Holiday", "2037-01-01": "Bank Holiday; New Year's Day", "2037-01-02": "Bank Holiday", "2037-01-03": "Bank Holiday", "2037-01-12": "Coming of Age Day", "2037-02-11": "Foundation Day", "2037-02-23": "Emperor's Birthday", "2037-03-20": "Vernal Equinox Day", "2037-04-29": "Showa Day", "2037-05-03": "Constitution Day", "2037-05-04": "Greenery Day", "2037-05-05": "Children's Day", "2037-05-06": "Substitute Holiday", "2037-07-20": "Marine Day", "2037-08-11": "Mountain Day", "2037-09-21": "Respect for the Aged Day", "2037-09-22": "National Holiday", "2037-09-23": "Autumnal Equinox", "2037-10-12": "Sports Day", "2037-11-03": "Culture Day", "2037-11-23": "Labor Thanksgiving Day", "2037-12-31": "Bank Holiday", "2038-01-01": "Bank Holiday; New Year's Day", "2038-01-02": "Bank Holiday", "2038-01-03": "Bank Holiday", "2038-01-11": "Coming of Age Day", "2038-02-11": "Foundation Day", "2038-02-23": "Emperor's Birthday", "2038-03-20": "Vernal Equinox Day", "2038-04-29": "Showa Day", "2038-05-03": "Constitution Day", "2038-05-04": "Greenery Day", "2038-05-05": "Children's Day", "2038-07-19": "Marine Day", "2038-08-11": "Mountain Day", "2038-09-20": "Respect for the Aged Day", "2038-09-23": "Autumnal Equinox", "2038-10-11": "Sports Day", "2038-11-03": "Culture Day", "2038-11-23": "Labor Thanksgiving Day", "2038-12-31": "Bank Holiday", "2039-01-01": "Bank Holiday; New Year's Day", "2039-01-02": "Bank Holiday", "2039-01-03": "Bank Holiday", "2039-01-10": "Coming of Age Day", "2039-02-11": "Foundation Day", "2039-02-23": "Emperor's Birthday", "2039-03-21": "Vernal Equinox Day", "2039-04-29": "Showa Day", "2039-05-03": "Constitution Day", "2039-05-04": "Greenery Day", "2039-05-05": "Children's Day", "2039-07-18": "Marine Day", "2039-08-11": "Mountain Day", "2039-09-19": "Respect for the Aged Day", "2039-09-23": "Autumnal Equinox", "2039-10-10": "Sports Day", "2039-11-03": "Culture Day", "2039-11-23": "Labor Thanksgiving Day", "2039-12-31": "Bank Holiday", "2040-01-01": "Bank Holiday; New Year's Day", "2040-01-02": "Bank Holiday; Substitute Holiday", "2040-01-03": "Bank Holiday", "2040-01-09": "Coming of Age Day", "2040-02-11": "Foundation Day", "2040-02-23": "Emperor's Birthday", "2040-03-20": "Vernal Equinox Day", "2040-04-29": "Showa Day", "2040-04-30": "Substitute Holiday", "2040-05-03": "Constitution Day", "2040-05-04": "Greenery Day", "2040-05-05": "Children's Day", "2040-07-16": "Marine Day", "2040-08-11": "Mountain Day", "2040-09-17": "Respect for the Aged Day", "2040-09-22": "Autumnal Equinox", "2040-10-08": "Sports Day", "2040-11-03": "Culture Day", "2040-11-23": "Labor Thanksgiving Day", "2040-12-31": "Bank Holiday", "2041-01-01": "Bank Holiday; New Year's Day", "2041-01-02": "Bank Holiday", "2041-01-03": "Bank Holiday", "2041-01-14": "Coming of Age Day", "2041-02-11": "Foundation Day", "2041-02-23": "Emperor's Birthday", "2041-03-20": "Vernal Equinox Day", "2041-04-29": "Showa Day", "2041-05-03": "Constitution Day", "2041-05-04": "Greenery Day", "2041-05-05": "Children's Day", "2041-05-06": "Substitute Holiday", "2041-07-15": "Marine Day", "2041-08-11": "Mountain Day", "2041-08-12": "Substitute Holiday", "2041-09-16": "Respect for the Aged Day", "2041-09-23": "Autumnal Equinox", "2041-10-14": "Sports Day", "2041-11-03": "Culture Day", "2041-11-04": "Substitute Holiday", "2041-11-23": "Labor Thanksgiving Day", "2041-12-31": "Bank Holiday", "2042-01-01": "Bank Holiday; New Year's Day", "2042-01-02": "Bank Holiday", "2042-01-03": "Bank Holiday", "2042-01-13": "Coming of Age Day", "2042-02-11": "Foundation Day", "2042-02-23": "Emperor's Birthday", "2042-02-24": "Substitute Holiday", "2042-03-20": "Vernal Equinox Day", "2042-04-29": "Showa Day", "2042-05-03": "Constitution Day", "2042-05-04": "Greenery Day", "2042-05-05": "Children's Day", "2042-05-06": "Substitute Holiday", "2042-07-21": "Marine Day", "2042-08-11": "Mountain Day", "2042-09-15": "Respect for the Aged Day", "2042-09-23": "Autumnal Equinox", "2042-10-13": "Sports Day", "2042-11-03": "Culture Day", "2042-11-23": "Labor Thanksgiving Day", "2042-11-24": "Substitute Holiday", "2042-12-31": "Bank Holiday", "2043-01-01": "Bank Holiday; New Year's Day", "2043-01-02": "Bank Holiday", "2043-01-03": "Bank Holiday", "2043-01-12": "Coming of Age Day", "2043-02-11": "Foundation Day", "2043-02-23": "Emperor's Birthday", "2043-03-21": "Vernal Equinox Day", "2043-04-29": "Showa Day", "2043-05-03": "Constitution Day", "2043-05-04": "Greenery Day", "2043-05-05": "Children's Day", "2043-05-06": "Substitute Holiday", "2043-07-20": "Marine Day", "2043-08-11": "Mountain Day", "2043-09-21": "Respect for the Aged Day", "2043-09-22": "National Holiday", "2043-09-23": "Autumnal Equinox", "2043-10-12": "Sports Day", "2043-11-03": "Culture Day", "2043-11-23": "Labor Thanksgiving Day", "2043-12-31": "Bank Holiday", "2044-01-01": "Bank Holiday; New Year's Day", "2044-01-02": "Bank Holiday", "2044-01-03": "Bank Holiday", "2044-01-11": "Coming of Age Day", "2044-02-11": "Foundation Day", "2044-02-23": "Emperor's Birthday", "2044-03-20": "Vernal Equinox Day", "2044-03-21": "Substitute Holiday", "2044-04-29": "Showa Day", "2044-05-03": "Constitution Day", "2044-05-04": "Greenery Day", "2044-05-05": "Children's Day", "2044-07-18": "Marine Day", "2044-08-11": "Mountain Day", "2044-09-19": "Respect for the Aged Day", "2044-09-22": "Autumnal Equinox", "2044-10-10": "Sports Day", "2044-11-03": "Culture Day", "2044-11-23": "Labor Thanksgiving Day", "2044-12-31": "Bank Holiday", "2045-01-01": "Bank Holiday; New Year's Day", "2045-01-02": "Bank Holiday; Substitute Holiday", "2045-01-03": "Bank Holiday", "2045-01-09": "Coming of Age Day", "2045-02-11": "Foundation Day", "2045-02-23": "Emperor's Birthday", "2045-03-20": "Vernal Equinox Day", "2045-04-29": "Showa Day", "2045-05-03": "Constitution Day", "2045-05-04": "Greenery Day", "2045-05-05": "Children's Day", "2045-07-17": "Marine Day", "2045-08-11": "Mountain Day", "2045-09-18": "Respect for the Aged Day", "2045-09-22": "Autumnal Equinox", "2045-10-09": "Sports Day", "2045-11-03": "Culture Day", "2045-11-23": "Labor Thanksgiving Day", "2045-12-31": "Bank Holiday", "2046-01-01": "Bank Holiday; New Year's Day", "2046-01-02": "Bank Holiday", "2046-01-03": "Bank Holiday", "2046-01-08": "Coming of Age Day", "2046-02-11": "Foundation Day", "2046-02-12": "Substitute Holiday", "2046-02-23": "Emperor's Birthday", "2046-03-20": "Vernal Equinox Day", "2046-04-29": "Showa Day", "2046-04-30": "Substitute Holiday", "2046-05-03": "Constitution Day", "2046-05-04": "Greenery Day", "2046-05-05": "Children's Day", "2046-07-16": "Marine Day", "2046-08-11": "Mountain Day", "2046-09-17": "Respect for the Aged Day", "2046-09-23": "Autumnal Equinox", "2046-09-24": "Substitute Holiday", "2046-10-08": "Sports Day", "2046-11-03": "Culture Day", "2046-11-23": "Labor Thanksgiving Day", "2046-12-31": "Bank Holiday", "2047-01-01": "Bank Holiday; New Year's Day", "2047-01-02": "Bank Holiday", "2047-01-03": "Bank Holiday", "2047-01-14": "Coming of Age Day", "2047-02-11": "Foundation Day", "2047-02-23": "Emperor's Birthday", "2047-03-21": "Vernal Equinox Day", "2047-04-29": "Showa Day", "2047-05-03": "Constitution Day", "2047-05-04": "Greenery Day", "2047-05-05": "Children's Day", "2047-05-06": "Substitute Holiday", "2047-07-15": "Marine Day", "2047-08-11": "Mountain Day", "2047-08-12": "Substitute Holiday", "2047-09-16": "Respect for the Aged Day", "2047-09-23": "Autumnal Equinox", "2047-10-14": "Sports Day", "2047-11-03": "Culture Day", "2047-11-04": "Substitute Holiday", "2047-11-23": "Labor Thanksgiving Day", "2047-12-31": "Bank Holiday", "2048-01-01": "Bank Holiday; New Year's Day", "2048-01-02": "Bank Holiday", "2048-01-03": "Bank Holiday", "2048-01-13": "Coming of Age Day", "2048-02-11": "Foundation Day", "2048-02-23": "Emperor's Birthday", "2048-02-24": "Substitute Holiday", "2048-03-20": "Vernal Equinox Day", "2048-04-29": "Showa Day", "2048-05-03": "Constitution Day", "2048-05-04": "Greenery Day", "2048-05-05": "Children's Day", "2048-05-06": "Substitute Holiday", "2048-07-20": "Marine Day", "2048-08-11": "Mountain Day", "2048-09-21": "Respect for the Aged Day", "2048-09-22": "Autumnal Equinox", "2048-10-12": "Sports Day", "2048-11-03": "Culture Day", "2048-11-23": "Labor Thanksgiving Day", "2048-12-31": "Bank Holiday", "2049-01-01": "Bank Holiday; New Year's Day", "2049-01-02": "Bank Holiday", "2049-01-03": "Bank Holiday", "2049-01-11": "Coming of Age Day", "2049-02-11": "Foundation Day", "2049-02-23": "Emperor's Birthday", "2049-03-20": "Vernal Equinox Day", "2049-04-29": "Showa Day", "2049-05-03": "Constitution Day", "2049-05-04": "Greenery Day", "2049-05-05": "Children's Day", "2049-07-19": "Marine Day", "2049-08-11": "Mountain Day", "2049-09-20": "Respect for the Aged Day", "2049-09-21": "National Holiday", "2049-09-22": "Autumnal Equinox", "2049-10-11": "Sports Day", "2049-11-03": "Culture Day", "2049-11-23": "Labor Thanksgiving Day", "2049-12-31": "Bank Holiday", "2050-01-01": "Bank Holiday; New Year's Day", "2050-01-02": "Bank Holiday", "2050-01-03": "Bank Holiday", "2050-01-10": "Coming of Age Day", "2050-02-11": "Foundation Day", "2050-02-23": "Emperor's Birthday", "2050-03-20": "Vernal Equinox Day", "2050-03-21": "Substitute Holiday", "2050-04-29": "Showa Day", "2050-05-03": "Constitution Day", "2050-05-04": "Greenery Day", "2050-05-05": "Children's Day", "2050-07-18": "Marine Day", "2050-08-11": "Mountain Day", "2050-09-19": "Respect for the Aged Day", "2050-09-23": "Autumnal Equinox", "2050-10-10": "Sports Day", "2050-11-03": "Culture Day", "2050-11-23": "Labor Thanksgiving Day", "2050-12-31": "Bank Holiday" } holidays-0.71/snapshots/countries/KE_COMMON.json000066400000000000000000001175121500152103600215540ustar00rootroot00000000000000{ "1964-01-01": "New Year's Day", "1964-02-14": "Eid-al-Fitr (estimated)", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-22": "Eid-al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-10-20": "Kenyatta Day", "1964-12-12": "Independence Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-02-02": "Eid-al-Fitr (estimated)", "1965-04-11": "Eid-al-Adha (estimated)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-10-20": "Kenyatta Day", "1965-12-12": "Independence Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1966-01-01": "New Year's Day", "1966-01-22": "Eid-al-Fitr (estimated)", "1966-04-01": "Eid-al-Adha (estimated)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-10-20": "Kenyatta Day", "1966-12-12": "Independence Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-01-12": "Eid-al-Fitr (estimated)", "1967-03-21": "Eid-al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-10-20": "Kenyatta Day", "1967-12-12": "Independence Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "Eid-al-Fitr (estimated); New Year's Day", "1968-03-09": "Eid-al-Adha (estimated)", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-10-20": "Kenyatta Day", "1968-12-12": "Independence Day", "1968-12-21": "Eid-al-Fitr (estimated)", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-02-27": "Eid-al-Adha (estimated)", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-10-20": "Kenyatta Day", "1969-12-10": "Eid-al-Fitr (estimated)", "1969-12-12": "Independence Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-02-16": "Eid-al-Adha (estimated)", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-10-20": "Kenyatta Day", "1970-11-30": "Eid-al-Fitr (estimated)", "1970-12-12": "Independence Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-02-06": "Eid-al-Adha (estimated)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-10-20": "Kenyatta Day", "1971-11-19": "Eid-al-Fitr (estimated)", "1971-12-12": "Independence Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid-al-Adha (estimated)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-10-20": "Kenyatta Day", "1972-11-07": "Eid-al-Fitr (estimated)", "1972-12-12": "Independence Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid-al-Adha (estimated)", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-10-20": "Kenyatta Day", "1973-10-27": "Eid-al-Fitr (estimated)", "1973-12-12": "Independence Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid-al-Adha (estimated)", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-10-16": "Eid-al-Fitr (estimated)", "1974-10-20": "Kenyatta Day", "1974-12-12": "Independence Day", "1974-12-24": "Eid-al-Adha (estimated)", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-10-06": "Eid-al-Fitr (estimated)", "1975-10-20": "Kenyatta Day", "1975-12-12": "Independence Day", "1975-12-13": "Eid-al-Adha (estimated)", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-09-24": "Eid-al-Fitr (estimated)", "1976-10-20": "Kenyatta Day", "1976-12-01": "Eid-al-Adha (estimated)", "1976-12-12": "Independence Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-09-14": "Eid-al-Fitr (estimated)", "1977-10-20": "Kenyatta Day", "1977-11-21": "Eid-al-Adha (estimated)", "1977-12-12": "Independence Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-09-03": "Eid-al-Fitr (estimated)", "1978-10-20": "Kenyatta Day", "1978-11-10": "Eid-al-Adha (estimated)", "1978-12-12": "Independence Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-08-23": "Eid-al-Fitr (estimated)", "1979-10-20": "Kenyatta Day", "1979-10-31": "Eid-al-Adha (estimated)", "1979-12-12": "Independence Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-08-12": "Eid-al-Fitr (estimated)", "1980-10-19": "Eid-al-Adha (estimated)", "1980-10-20": "Kenyatta Day", "1980-12-12": "Independence Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-08-01": "Eid-al-Fitr (estimated)", "1981-10-08": "Eid-al-Adha (estimated)", "1981-10-20": "Kenyatta Day", "1981-12-12": "Independence Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-07-21": "Eid-al-Fitr (estimated)", "1982-09-27": "Eid-al-Adha (estimated)", "1982-10-20": "Kenyatta Day", "1982-12-12": "Independence Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-07-11": "Eid-al-Fitr (estimated)", "1983-09-17": "Eid-al-Adha (estimated)", "1983-10-20": "Kenyatta Day", "1983-12-12": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-30": "Eid-al-Fitr (estimated)", "1984-09-05": "Eid-al-Adha (estimated)", "1984-10-20": "Kenyatta Day", "1984-10-22": "Diwali", "1984-12-12": "Independence Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-06-19": "Eid-al-Fitr (estimated)", "1985-08-26": "Eid-al-Adha (estimated)", "1985-10-20": "Kenyatta Day", "1985-10-21": "Kenyatta Day (observed)", "1985-11-10": "Diwali", "1985-12-12": "Independence Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-06-08": "Eid-al-Fitr (estimated)", "1986-06-09": "Eid-al-Fitr (observed, estimated)", "1986-08-15": "Eid-al-Adha (estimated)", "1986-10-20": "Kenyatta Day", "1986-10-31": "Diwali", "1986-12-12": "Independence Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Eid-al-Fitr (estimated)", "1987-08-04": "Eid-al-Adha (estimated)", "1987-10-20": "Kenyatta Day", "1987-11-19": "Diwali", "1987-12-12": "Independence Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-16": "Eid-al-Fitr (estimated)", "1988-07-23": "Eid-al-Adha (estimated)", "1988-10-20": "Kenyatta Day", "1988-11-07": "Diwali", "1988-12-12": "Independence Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-06": "Eid-al-Fitr (estimated)", "1989-07-13": "Eid-al-Adha (estimated)", "1989-10-20": "Kenyatta Day", "1989-10-27": "Diwali", "1989-12-12": "Independence Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-26": "Eid-al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid-al-Adha (estimated)", "1990-10-10": "Moi Day", "1990-10-20": "Kenyatta Day", "1990-11-15": "Diwali", "1990-12-12": "Independence Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-15": "Eid-al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid-al-Adha (estimated)", "1991-10-10": "Moi Day", "1991-10-20": "Kenyatta Day", "1991-10-21": "Kenyatta Day (observed)", "1991-11-04": "Diwali", "1991-12-12": "Independence Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-04": "Eid-al-Fitr (estimated)", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-11": "Eid-al-Adha (estimated)", "1992-10-10": "Moi Day", "1992-10-20": "Kenyatta Day", "1992-10-24": "Diwali", "1992-12-12": "Independence Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-03-24": "Eid-al-Fitr (estimated)", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-31": "Eid-al-Adha (estimated)", "1993-10-10": "Moi Day", "1993-10-11": "Moi Day (observed)", "1993-10-20": "Kenyatta Day", "1993-11-12": "Diwali", "1993-12-12": "Independence Day", "1993-12-13": "Independence Day (observed)", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-03-13": "Eid-al-Fitr (estimated)", "1994-03-14": "Eid-al-Fitr (observed, estimated)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid-al-Adha (estimated)", "1994-10-10": "Moi Day", "1994-10-20": "Kenyatta Day", "1994-11-01": "Diwali", "1994-12-12": "Independence Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-02": "Eid-al-Fitr (estimated)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-09": "Eid-al-Adha (estimated)", "1995-10-10": "Moi Day", "1995-10-20": "Kenyatta Day", "1995-11-20": "Diwali", "1995-12-12": "Independence Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid-al-Fitr (estimated)", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-27": "Eid-al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-10-10": "Moi Day", "1996-10-20": "Kenyatta Day", "1996-10-21": "Kenyatta Day (observed)", "1996-11-09": "Diwali", "1996-12-12": "Independence Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid-al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-17": "Eid-al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-10-10": "Moi Day", "1997-10-20": "Kenyatta Day", "1997-10-29": "Diwali", "1997-12-12": "Independence Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid-al-Fitr (estimated)", "1998-04-07": "Eid-al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-10-10": "Moi Day", "1998-10-20": "Kenyatta Day", "1998-11-17": "Diwali", "1998-12-12": "Independence Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid-al-Fitr (estimated)", "1999-03-27": "Eid-al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-10-10": "Moi Day", "1999-10-11": "Moi Day (observed)", "1999-10-20": "Kenyatta Day", "1999-11-06": "Diwali", "1999-12-12": "Independence Day", "1999-12-13": "Independence Day (observed)", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid-al-Fitr (estimated)", "2000-03-16": "Eid-al-Adha (estimated)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-10-10": "Moi Day", "2000-10-20": "Kenyatta Day", "2000-10-25": "Diwali", "2000-12-12": "Independence Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2000-12-27": "Eid-al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid-al-Adha (estimated)", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-10-10": "Moi Day", "2001-10-20": "Kenyatta Day", "2001-11-13": "Diwali", "2001-12-12": "Independence Day", "2001-12-16": "Eid-al-Fitr (estimated)", "2001-12-17": "Eid-al-Fitr (observed, estimated)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid-al-Adha (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-10-10": "Moi Day", "2002-10-20": "Kenyatta Day", "2002-10-21": "Kenyatta Day (observed)", "2002-11-03": "Diwali", "2002-12-05": "Eid-al-Fitr (estimated)", "2002-12-12": "Independence Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid-al-Adha (estimated)", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-10-10": "Moi Day", "2003-10-20": "Kenyatta Day", "2003-10-23": "Diwali", "2003-11-25": "Eid-al-Fitr (estimated)", "2003-12-12": "Independence Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid-al-Adha (estimated)", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-10-10": "Moi Day", "2004-10-11": "Moi Day (observed)", "2004-10-20": "Kenyatta Day", "2004-11-10": "Diwali", "2004-11-14": "Eid-al-Fitr (estimated)", "2004-11-15": "Eid-al-Fitr (observed, estimated)", "2004-12-12": "Independence Day", "2004-12-13": "Independence Day (observed)", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-21": "Eid-al-Adha (estimated)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-10-10": "Moi Day", "2005-10-20": "Kenyatta Day", "2005-10-31": "Diwali", "2005-11-03": "Eid-al-Fitr (estimated)", "2005-12-12": "Independence Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid-al-Adha (estimated)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-10-10": "Moi Day", "2006-10-20": "Kenyatta Day", "2006-10-23": "Eid-al-Fitr (estimated)", "2006-11-19": "Diwali", "2006-12-12": "Independence Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2006-12-31": "Eid-al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-10-10": "Moi Day", "2007-10-13": "Eid-al-Fitr (estimated)", "2007-10-20": "Kenyatta Day", "2007-11-08": "Diwali", "2007-12-12": "Independence Day", "2007-12-20": "Eid-al-Adha (estimated)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-10-01": "Eid-al-Fitr (estimated)", "2008-10-10": "Moi Day", "2008-10-20": "Kenyatta Day", "2008-10-27": "Diwali", "2008-12-08": "Eid-al-Adha (estimated)", "2008-12-12": "Independence Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-09-20": "Eid-al-Fitr (estimated)", "2009-09-21": "Eid-al-Fitr (observed, estimated)", "2009-10-10": "Moi Day", "2009-10-20": "Kenyatta Day", "2009-11-15": "Diwali", "2009-11-27": "Eid-al-Adha (estimated)", "2009-12-12": "Independence Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-09-10": "Eid-al-Fitr (estimated)", "2010-10-20": "Kenyatta Day", "2010-11-04": "Diwali", "2010-11-16": "Eid-al-Adha (estimated)", "2010-12-12": "Independence Day", "2010-12-13": "Independence Day (observed)", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-01": "Madaraka Day", "2011-08-30": "Eid-al-Fitr (estimated)", "2011-10-20": "Mashujaa Day", "2011-10-25": "Diwali", "2011-11-06": "Eid-al-Adha (estimated)", "2011-12-12": "Jamhuri Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-06-01": "Madaraka Day", "2012-08-19": "Eid-al-Fitr (estimated)", "2012-08-20": "Eid-al-Fitr (observed, estimated)", "2012-10-20": "Mashujaa Day", "2012-10-26": "Eid-al-Adha (estimated)", "2012-11-12": "Diwali", "2012-12-12": "Jamhuri Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-06-01": "Madaraka Day", "2013-08-08": "Eid-al-Fitr (estimated)", "2013-10-15": "Eid-al-Adha (estimated)", "2013-10-20": "Mashujaa Day", "2013-10-21": "Mashujaa Day (observed)", "2013-11-01": "Diwali", "2013-12-12": "Jamhuri Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-01": "Madaraka Day", "2014-06-02": "Madaraka Day (observed)", "2014-07-29": "Eid-al-Fitr", "2014-10-06": "Eid-al-Adha", "2014-10-20": "Mashujaa Day", "2014-10-22": "Diwali", "2014-12-12": "Jamhuri Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-06-01": "Madaraka Day", "2015-07-18": "Eid-al-Fitr", "2015-09-24": "Eid-al-Adha", "2015-10-20": "Mashujaa Day", "2015-11-10": "Diwali", "2015-11-26": "Visit of Pope Francis to Kenya", "2015-12-12": "Jamhuri Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-06-01": "Madaraka Day", "2016-07-07": "Eid-al-Fitr", "2016-09-12": "Eid-al-Adha", "2016-10-20": "Mashujaa Day", "2016-10-29": "Diwali", "2016-12-12": "Jamhuri Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-01": "Madaraka Day", "2017-06-26": "Eid-al-Fitr", "2017-08-08": "Election Day", "2017-09-01": "Eid-al-Adha", "2017-10-18": "Diwali", "2017-10-20": "Mashujaa Day", "2017-10-25": "Election Day", "2017-10-26": "Election Day", "2017-11-28": "Inauguration Day", "2017-12-12": "Jamhuri Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-06-01": "Madaraka Day", "2018-06-15": "Eid-al-Fitr", "2018-08-21": "Eid-al-Adha", "2018-10-10": "Moi Day", "2018-10-20": "Mashujaa Day", "2018-11-06": "Diwali", "2018-12-12": "Jamhuri Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-01": "Madaraka Day", "2019-06-05": "Eid-al-Fitr", "2019-08-12": "Eid-al-Adha", "2019-10-10": "Moi Day", "2019-10-20": "Mashujaa Day", "2019-10-21": "Mashujaa Day (observed)", "2019-10-28": "Diwali", "2019-12-12": "Jamhuri Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-11": "President Moi Memorial Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-25": "Eid-al-Fitr", "2020-06-01": "Madaraka Day", "2020-07-31": "Eid-al-Adha", "2020-10-10": "Moi Day", "2020-10-20": "Mashujaa Day", "2020-11-14": "Diwali", "2020-12-12": "Jamhuri Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-14": "Eid-al-Fitr", "2021-06-01": "Madaraka Day", "2021-07-20": "Eid-al-Adha", "2021-10-10": "Utamaduni Day", "2021-10-11": "Utamaduni Day (observed)", "2021-10-20": "Mashujaa Day", "2021-11-04": "Diwali", "2021-12-12": "Jamhuri Day", "2021-12-13": "Jamhuri Day (observed)", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-29": "State Funeral for Former President Mwai Kibaki", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-05-03": "Eid-al-Fitr", "2022-06-01": "Madaraka Day", "2022-07-11": "Eid-al-Adha", "2022-08-09": "Election Day", "2022-09-10": "Day of Mourning for Queen Elizabeth II", "2022-09-11": "Day of Mourning for Queen Elizabeth II", "2022-09-12": "Day of Mourning for Queen Elizabeth II", "2022-09-13": "Inauguration Day", "2022-10-10": "Utamaduni Day", "2022-10-20": "Mashujaa Day", "2022-10-24": "Diwali", "2022-12-12": "Jamhuri Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-21": "Eid-al-Fitr", "2023-05-01": "Labor Day", "2023-06-01": "Madaraka Day", "2023-06-28": "Eid-al-Adha", "2023-10-10": "Utamaduni Day", "2023-10-20": "Mashujaa Day", "2023-11-12": "Diwali", "2023-11-13": "National Tree Growing Day", "2023-12-12": "Jamhuri Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-10": "Eid-al-Fitr", "2024-05-01": "Labor Day", "2024-05-10": "National Tree Growing Day", "2024-06-01": "Madaraka Day", "2024-06-17": "Eid-al-Adha", "2024-10-10": "Utamaduni Day", "2024-10-20": "Mashujaa Day", "2024-10-21": "Mashujaa Day (observed)", "2024-10-31": "Diwali", "2024-11-01": "Inauguration Day", "2024-12-12": "Jamhuri Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-03-30": "Eid-al-Fitr (estimated)", "2025-03-31": "Eid-al-Fitr (observed, estimated)", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-01": "Madaraka Day", "2025-06-02": "Madaraka Day (observed)", "2025-06-06": "Eid-al-Adha (estimated)", "2025-10-10": "Mazingira Day", "2025-10-20": "Mashujaa Day", "2025-11-18": "Diwali", "2025-12-12": "Jamhuri Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-03-20": "Eid-al-Fitr (estimated)", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-27": "Eid-al-Adha (estimated)", "2026-06-01": "Madaraka Day", "2026-10-10": "Mazingira Day", "2026-10-20": "Mashujaa Day", "2026-11-07": "Diwali", "2026-12-12": "Jamhuri Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-03-09": "Eid-al-Fitr (estimated)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-16": "Eid-al-Adha (estimated)", "2027-06-01": "Madaraka Day", "2027-10-10": "Mazingira Day", "2027-10-11": "Mazingira Day (observed)", "2027-10-20": "Mashujaa Day", "2027-10-27": "Diwali", "2027-12-12": "Jamhuri Day", "2027-12-13": "Jamhuri Day (observed)", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-02-26": "Eid-al-Fitr (estimated)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-05": "Eid-al-Adha (estimated)", "2028-06-01": "Madaraka Day", "2028-10-10": "Mazingira Day", "2028-10-20": "Mashujaa Day", "2028-11-14": "Diwali", "2028-12-12": "Jamhuri Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-14": "Eid-al-Fitr (estimated)", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-24": "Eid-al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-06-01": "Madaraka Day", "2029-10-10": "Mazingira Day", "2029-10-20": "Mashujaa Day", "2029-11-04": "Diwali", "2029-12-12": "Jamhuri Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid-al-Fitr (estimated)", "2030-04-13": "Eid-al-Adha (estimated)", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-01": "Madaraka Day", "2030-10-10": "Mazingira Day", "2030-10-20": "Mashujaa Day", "2030-10-21": "Mashujaa Day (observed)", "2030-10-25": "Diwali", "2030-12-12": "Jamhuri Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid-al-Fitr (estimated)", "2031-04-02": "Eid-al-Adha (estimated)", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-01": "Madaraka Day", "2031-06-02": "Madaraka Day (observed)", "2031-10-10": "Mazingira Day", "2031-10-20": "Mashujaa Day", "2031-11-13": "Diwali", "2031-12-12": "Jamhuri Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid-al-Fitr (estimated)", "2032-03-22": "Eid-al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-06-01": "Madaraka Day", "2032-10-10": "Mazingira Day", "2032-10-11": "Mazingira Day (observed)", "2032-10-20": "Mashujaa Day", "2032-11-01": "Diwali", "2032-12-12": "Jamhuri Day", "2032-12-13": "Jamhuri Day (observed)", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Eid-al-Fitr (estimated)", "2033-01-03": "Eid-al-Fitr (observed, estimated)", "2033-03-11": "Eid-al-Adha (estimated)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-01": "Madaraka Day", "2033-10-10": "Mazingira Day", "2033-10-20": "Mashujaa Day", "2033-10-21": "Diwali", "2033-12-12": "Jamhuri Day", "2033-12-23": "Eid-al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-03-01": "Eid-al-Adha (estimated)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-06-01": "Madaraka Day", "2034-10-10": "Mazingira Day", "2034-10-20": "Mashujaa Day", "2034-11-09": "Diwali", "2034-12-12": "Eid-al-Fitr (estimated); Jamhuri Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-18": "Eid-al-Adha (estimated)", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-06-01": "Madaraka Day", "2035-10-10": "Mazingira Day", "2035-10-20": "Mashujaa Day", "2035-10-29": "Diwali", "2035-12-01": "Eid-al-Fitr (estimated)", "2035-12-12": "Jamhuri Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid-al-Adha (estimated)", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-01": "Madaraka Day", "2036-06-02": "Madaraka Day (observed)", "2036-10-10": "Mazingira Day", "2036-10-20": "Mashujaa Day", "2036-11-16": "Diwali", "2036-11-19": "Eid-al-Fitr (estimated)", "2036-12-12": "Jamhuri Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid-al-Adha (estimated)", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-06-01": "Madaraka Day", "2037-10-10": "Mazingira Day", "2037-10-20": "Mashujaa Day", "2037-11-05": "Diwali", "2037-11-08": "Eid-al-Fitr (estimated)", "2037-11-09": "Eid-al-Fitr (observed, estimated)", "2037-12-12": "Jamhuri Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid-al-Adha (estimated)", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-01": "Madaraka Day", "2038-10-10": "Mazingira Day", "2038-10-11": "Mazingira Day (observed)", "2038-10-20": "Mashujaa Day", "2038-10-26": "Diwali", "2038-10-29": "Eid-al-Fitr (estimated)", "2038-12-12": "Jamhuri Day", "2038-12-13": "Jamhuri Day (observed)", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-05": "Eid-al-Adha (estimated)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-01": "Madaraka Day", "2039-10-10": "Mazingira Day", "2039-10-19": "Eid-al-Fitr (estimated)", "2039-10-20": "Mashujaa Day", "2039-11-14": "Diwali", "2039-12-12": "Jamhuri Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Eid-al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-06-01": "Madaraka Day", "2040-10-07": "Eid-al-Fitr (estimated)", "2040-10-08": "Eid-al-Fitr (observed, estimated)", "2040-10-10": "Mazingira Day", "2040-10-20": "Mashujaa Day", "2040-11-03": "Diwali", "2040-12-12": "Jamhuri Day", "2040-12-14": "Eid-al-Adha (estimated)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-01": "Madaraka Day", "2041-09-26": "Eid-al-Fitr (estimated)", "2041-10-10": "Mazingira Day", "2041-10-20": "Mashujaa Day", "2041-10-21": "Mashujaa Day (observed)", "2041-10-23": "Diwali", "2041-12-04": "Eid-al-Adha (estimated)", "2041-12-12": "Jamhuri Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-06-01": "Madaraka Day", "2042-06-02": "Madaraka Day (observed)", "2042-09-15": "Eid-al-Fitr (estimated)", "2042-10-10": "Mazingira Day", "2042-10-20": "Mashujaa Day", "2042-11-11": "Diwali", "2042-11-23": "Eid-al-Adha (estimated)", "2042-12-12": "Jamhuri Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-06-01": "Madaraka Day", "2043-09-04": "Eid-al-Fitr (estimated)", "2043-10-10": "Mazingira Day", "2043-10-20": "Mashujaa Day", "2043-10-31": "Diwali", "2043-11-12": "Eid-al-Adha (estimated)", "2043-12-12": "Jamhuri Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-01": "Madaraka Day", "2044-08-24": "Eid-al-Fitr (estimated)", "2044-10-10": "Mazingira Day", "2044-10-20": "Mashujaa Day", "2044-10-31": "Eid-al-Adha (estimated)", "2044-11-17": "Diwali", "2044-12-12": "Jamhuri Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-06-01": "Madaraka Day", "2045-08-14": "Eid-al-Fitr (estimated)", "2045-10-10": "Mazingira Day", "2045-10-20": "Mashujaa Day", "2045-10-21": "Eid-al-Adha (estimated)", "2045-11-07": "Diwali", "2045-12-12": "Jamhuri Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-06-01": "Madaraka Day", "2046-08-03": "Eid-al-Fitr (estimated)", "2046-10-10": "Eid-al-Adha (estimated); Mazingira Day", "2046-10-20": "Mashujaa Day", "2046-10-27": "Diwali", "2046-12-12": "Jamhuri Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-01": "Madaraka Day", "2047-07-24": "Eid-al-Fitr (estimated)", "2047-09-30": "Eid-al-Adha (estimated)", "2047-10-10": "Mazingira Day", "2047-10-20": "Mashujaa Day", "2047-10-21": "Mashujaa Day (observed)", "2047-11-15": "Diwali", "2047-12-12": "Jamhuri Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-06-01": "Madaraka Day", "2048-07-12": "Eid-al-Fitr (estimated)", "2048-07-13": "Eid-al-Fitr (observed, estimated)", "2048-09-19": "Eid-al-Adha (estimated)", "2048-10-10": "Mazingira Day", "2048-10-20": "Mashujaa Day", "2048-11-04": "Diwali", "2048-12-12": "Jamhuri Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-01": "Madaraka Day", "2049-07-01": "Eid-al-Fitr (estimated)", "2049-09-08": "Eid-al-Adha (estimated)", "2049-10-10": "Mazingira Day", "2049-10-11": "Mazingira Day (observed)", "2049-10-20": "Mashujaa Day", "2049-10-25": "Diwali", "2049-12-12": "Jamhuri Day", "2049-12-13": "Jamhuri Day (observed)", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-01": "Madaraka Day", "2050-06-20": "Eid-al-Fitr (estimated)", "2050-08-28": "Eid-al-Adha (estimated)", "2050-10-10": "Mazingira Day", "2050-10-20": "Mashujaa Day", "2050-11-12": "Diwali", "2050-12-12": "Jamhuri Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/KG_COMMON.json000066400000000000000000002063271500152103600215610ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-07": "Christmas Day", "1950-02-23": "Fatherland Defender's Day", "1950-03-08": "International Women's Day", "1950-03-21": "Nooruz Mairamy", "1950-05-01": "International Workers' Day", "1950-05-05": "Constitution Day", "1950-05-09": "Victory Day", "1950-07-16": "Orozo Ait (estimated)", "1950-07-17": "Orozo Ait (estimated)", "1950-08-31": "Independence Day", "1950-09-23": "Kurman Ait (estimated)", "1950-11-07": "Days of History and Commemoration of Ancestors", "1950-11-08": "Days of History and Commemoration of Ancestors", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-07": "Christmas Day", "1951-02-23": "Fatherland Defender's Day", "1951-03-08": "International Women's Day", "1951-03-21": "Nooruz Mairamy", "1951-05-01": "International Workers' Day", "1951-05-05": "Constitution Day", "1951-05-09": "Victory Day", "1951-07-06": "Orozo Ait (estimated)", "1951-07-07": "Orozo Ait (estimated)", "1951-08-31": "Independence Day", "1951-09-12": "Kurman Ait (estimated)", "1951-11-07": "Days of History and Commemoration of Ancestors", "1951-11-08": "Days of History and Commemoration of Ancestors", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-07": "Christmas Day", "1952-02-23": "Fatherland Defender's Day", "1952-03-08": "International Women's Day", "1952-03-21": "Nooruz Mairamy", "1952-05-01": "International Workers' Day", "1952-05-05": "Constitution Day", "1952-05-09": "Victory Day", "1952-06-23": "Orozo Ait (estimated)", "1952-06-24": "Orozo Ait (estimated)", "1952-08-31": "Independence Day; Kurman Ait (estimated)", "1952-11-07": "Days of History and Commemoration of Ancestors", "1952-11-08": "Days of History and Commemoration of Ancestors", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-07": "Christmas Day", "1953-02-23": "Fatherland Defender's Day", "1953-03-08": "International Women's Day", "1953-03-21": "Nooruz Mairamy", "1953-05-01": "International Workers' Day", "1953-05-05": "Constitution Day", "1953-05-09": "Victory Day", "1953-06-13": "Orozo Ait (estimated)", "1953-06-14": "Orozo Ait (estimated)", "1953-08-20": "Kurman Ait (estimated)", "1953-08-31": "Independence Day", "1953-11-07": "Days of History and Commemoration of Ancestors", "1953-11-08": "Days of History and Commemoration of Ancestors", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-07": "Christmas Day", "1954-02-23": "Fatherland Defender's Day", "1954-03-08": "International Women's Day", "1954-03-21": "Nooruz Mairamy", "1954-05-01": "International Workers' Day", "1954-05-05": "Constitution Day", "1954-05-09": "Victory Day", "1954-06-02": "Orozo Ait (estimated)", "1954-06-03": "Orozo Ait (estimated)", "1954-08-09": "Kurman Ait (estimated)", "1954-08-31": "Independence Day", "1954-11-07": "Days of History and Commemoration of Ancestors", "1954-11-08": "Days of History and Commemoration of Ancestors", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-07": "Christmas Day", "1955-02-23": "Fatherland Defender's Day", "1955-03-08": "International Women's Day", "1955-03-21": "Nooruz Mairamy", "1955-05-01": "International Workers' Day", "1955-05-05": "Constitution Day", "1955-05-09": "Victory Day", "1955-05-23": "Orozo Ait (estimated)", "1955-05-24": "Orozo Ait (estimated)", "1955-07-30": "Kurman Ait (estimated)", "1955-08-31": "Independence Day", "1955-11-07": "Days of History and Commemoration of Ancestors", "1955-11-08": "Days of History and Commemoration of Ancestors", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-07": "Christmas Day", "1956-02-23": "Fatherland Defender's Day", "1956-03-08": "International Women's Day", "1956-03-21": "Nooruz Mairamy", "1956-05-01": "International Workers' Day", "1956-05-05": "Constitution Day", "1956-05-09": "Victory Day", "1956-05-11": "Orozo Ait (estimated)", "1956-05-12": "Orozo Ait (estimated)", "1956-07-19": "Kurman Ait (estimated)", "1956-08-31": "Independence Day", "1956-11-07": "Days of History and Commemoration of Ancestors", "1956-11-08": "Days of History and Commemoration of Ancestors", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-07": "Christmas Day", "1957-02-23": "Fatherland Defender's Day", "1957-03-08": "International Women's Day", "1957-03-21": "Nooruz Mairamy", "1957-05-01": "International Workers' Day; Orozo Ait (estimated)", "1957-05-02": "Orozo Ait (estimated)", "1957-05-05": "Constitution Day", "1957-05-09": "Victory Day", "1957-07-08": "Kurman Ait (estimated)", "1957-08-31": "Independence Day", "1957-11-07": "Days of History and Commemoration of Ancestors", "1957-11-08": "Days of History and Commemoration of Ancestors", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-07": "Christmas Day", "1958-02-23": "Fatherland Defender's Day", "1958-03-08": "International Women's Day", "1958-03-21": "Nooruz Mairamy", "1958-04-20": "Orozo Ait (estimated)", "1958-04-21": "Orozo Ait (estimated)", "1958-05-01": "International Workers' Day", "1958-05-05": "Constitution Day", "1958-05-09": "Victory Day", "1958-06-27": "Kurman Ait (estimated)", "1958-08-31": "Independence Day", "1958-11-07": "Days of History and Commemoration of Ancestors", "1958-11-08": "Days of History and Commemoration of Ancestors", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-07": "Christmas Day", "1959-02-23": "Fatherland Defender's Day", "1959-03-08": "International Women's Day", "1959-03-21": "Nooruz Mairamy", "1959-04-10": "Orozo Ait (estimated)", "1959-04-11": "Orozo Ait (estimated)", "1959-05-01": "International Workers' Day", "1959-05-05": "Constitution Day", "1959-05-09": "Victory Day", "1959-06-17": "Kurman Ait (estimated)", "1959-08-31": "Independence Day", "1959-11-07": "Days of History and Commemoration of Ancestors", "1959-11-08": "Days of History and Commemoration of Ancestors", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-07": "Christmas Day", "1960-02-23": "Fatherland Defender's Day", "1960-03-08": "International Women's Day", "1960-03-21": "Nooruz Mairamy", "1960-03-28": "Orozo Ait (estimated)", "1960-03-29": "Orozo Ait (estimated)", "1960-05-01": "International Workers' Day", "1960-05-05": "Constitution Day", "1960-05-09": "Victory Day", "1960-06-04": "Kurman Ait (estimated)", "1960-08-31": "Independence Day", "1960-11-07": "Days of History and Commemoration of Ancestors", "1960-11-08": "Days of History and Commemoration of Ancestors", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-07": "Christmas Day", "1961-02-23": "Fatherland Defender's Day", "1961-03-08": "International Women's Day", "1961-03-18": "Orozo Ait (estimated)", "1961-03-19": "Orozo Ait (estimated)", "1961-03-21": "Nooruz Mairamy", "1961-05-01": "International Workers' Day", "1961-05-05": "Constitution Day", "1961-05-09": "Victory Day", "1961-05-25": "Kurman Ait (estimated)", "1961-08-31": "Independence Day", "1961-11-07": "Days of History and Commemoration of Ancestors", "1961-11-08": "Days of History and Commemoration of Ancestors", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-07": "Christmas Day", "1962-02-23": "Fatherland Defender's Day", "1962-03-07": "Orozo Ait (estimated)", "1962-03-08": "International Women's Day; Orozo Ait (estimated)", "1962-03-21": "Nooruz Mairamy", "1962-05-01": "International Workers' Day", "1962-05-05": "Constitution Day", "1962-05-09": "Victory Day", "1962-05-14": "Kurman Ait (estimated)", "1962-08-31": "Independence Day", "1962-11-07": "Days of History and Commemoration of Ancestors", "1962-11-08": "Days of History and Commemoration of Ancestors", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-07": "Christmas Day", "1963-02-23": "Fatherland Defender's Day", "1963-02-24": "Orozo Ait (estimated)", "1963-02-25": "Orozo Ait (estimated)", "1963-03-08": "International Women's Day", "1963-03-21": "Nooruz Mairamy", "1963-05-01": "International Workers' Day", "1963-05-03": "Kurman Ait (estimated)", "1963-05-05": "Constitution Day", "1963-05-09": "Victory Day", "1963-08-31": "Independence Day", "1963-11-07": "Days of History and Commemoration of Ancestors", "1963-11-08": "Days of History and Commemoration of Ancestors", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-07": "Christmas Day", "1964-02-14": "Orozo Ait (estimated)", "1964-02-15": "Orozo Ait (estimated)", "1964-02-23": "Fatherland Defender's Day", "1964-03-08": "International Women's Day", "1964-03-21": "Nooruz Mairamy", "1964-04-22": "Kurman Ait (estimated)", "1964-05-01": "International Workers' Day", "1964-05-05": "Constitution Day", "1964-05-09": "Victory Day", "1964-08-31": "Independence Day", "1964-11-07": "Days of History and Commemoration of Ancestors", "1964-11-08": "Days of History and Commemoration of Ancestors", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-07": "Christmas Day", "1965-02-02": "Orozo Ait (estimated)", "1965-02-03": "Orozo Ait (estimated)", "1965-02-23": "Fatherland Defender's Day", "1965-03-08": "International Women's Day", "1965-03-21": "Nooruz Mairamy", "1965-04-11": "Kurman Ait (estimated)", "1965-05-01": "International Workers' Day", "1965-05-05": "Constitution Day", "1965-05-09": "Victory Day", "1965-08-31": "Independence Day", "1965-11-07": "Days of History and Commemoration of Ancestors", "1965-11-08": "Days of History and Commemoration of Ancestors", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-07": "Christmas Day", "1966-01-22": "Orozo Ait (estimated)", "1966-01-23": "Orozo Ait (estimated)", "1966-02-23": "Fatherland Defender's Day", "1966-03-08": "International Women's Day", "1966-03-21": "Nooruz Mairamy", "1966-04-01": "Kurman Ait (estimated)", "1966-05-01": "International Workers' Day", "1966-05-05": "Constitution Day", "1966-05-09": "Victory Day", "1966-08-31": "Independence Day", "1966-11-07": "Days of History and Commemoration of Ancestors", "1966-11-08": "Days of History and Commemoration of Ancestors", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-07": "Christmas Day", "1967-01-12": "Orozo Ait (estimated)", "1967-01-13": "Orozo Ait (estimated)", "1967-02-23": "Fatherland Defender's Day", "1967-03-08": "International Women's Day", "1967-03-21": "Kurman Ait (estimated); Nooruz Mairamy", "1967-05-01": "International Workers' Day", "1967-05-05": "Constitution Day", "1967-05-09": "Victory Day", "1967-08-31": "Independence Day", "1967-11-07": "Days of History and Commemoration of Ancestors", "1967-11-08": "Days of History and Commemoration of Ancestors", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day; Orozo Ait (estimated)", "1968-01-02": "Orozo Ait (estimated)", "1968-01-07": "Christmas Day", "1968-02-23": "Fatherland Defender's Day", "1968-03-08": "International Women's Day", "1968-03-09": "Kurman Ait (estimated)", "1968-03-21": "Nooruz Mairamy", "1968-05-01": "International Workers' Day", "1968-05-05": "Constitution Day", "1968-05-09": "Victory Day", "1968-08-31": "Independence Day", "1968-11-07": "Days of History and Commemoration of Ancestors", "1968-11-08": "Days of History and Commemoration of Ancestors", "1968-12-21": "Orozo Ait (estimated)", "1968-12-22": "Orozo Ait (estimated)", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-07": "Christmas Day", "1969-02-23": "Fatherland Defender's Day", "1969-02-27": "Kurman Ait (estimated)", "1969-03-08": "International Women's Day", "1969-03-21": "Nooruz Mairamy", "1969-05-01": "International Workers' Day", "1969-05-05": "Constitution Day", "1969-05-09": "Victory Day", "1969-08-31": "Independence Day", "1969-11-07": "Days of History and Commemoration of Ancestors", "1969-11-08": "Days of History and Commemoration of Ancestors", "1969-12-10": "Orozo Ait (estimated)", "1969-12-11": "Orozo Ait (estimated)", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-07": "Christmas Day", "1970-02-16": "Kurman Ait (estimated)", "1970-02-23": "Fatherland Defender's Day", "1970-03-08": "International Women's Day", "1970-03-21": "Nooruz Mairamy", "1970-05-01": "International Workers' Day", "1970-05-05": "Constitution Day", "1970-05-09": "Victory Day", "1970-08-31": "Independence Day", "1970-11-07": "Days of History and Commemoration of Ancestors", "1970-11-08": "Days of History and Commemoration of Ancestors", "1970-11-30": "Orozo Ait (estimated)", "1970-12-01": "Orozo Ait (estimated)", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-07": "Christmas Day", "1971-02-06": "Kurman Ait (estimated)", "1971-02-23": "Fatherland Defender's Day", "1971-03-08": "International Women's Day", "1971-03-21": "Nooruz Mairamy", "1971-05-01": "International Workers' Day", "1971-05-05": "Constitution Day", "1971-05-09": "Victory Day", "1971-08-31": "Independence Day", "1971-11-07": "Days of History and Commemoration of Ancestors", "1971-11-08": "Days of History and Commemoration of Ancestors", "1971-11-19": "Orozo Ait (estimated)", "1971-11-20": "Orozo Ait (estimated)", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-07": "Christmas Day", "1972-01-26": "Kurman Ait (estimated)", "1972-02-23": "Fatherland Defender's Day", "1972-03-08": "International Women's Day", "1972-03-21": "Nooruz Mairamy", "1972-05-01": "International Workers' Day", "1972-05-05": "Constitution Day", "1972-05-09": "Victory Day", "1972-08-31": "Independence Day", "1972-11-07": "Days of History and Commemoration of Ancestors; Orozo Ait (estimated)", "1972-11-08": "Days of History and Commemoration of Ancestors; Orozo Ait (estimated)", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-07": "Christmas Day", "1973-01-14": "Kurman Ait (estimated)", "1973-02-23": "Fatherland Defender's Day", "1973-03-08": "International Women's Day", "1973-03-21": "Nooruz Mairamy", "1973-05-01": "International Workers' Day", "1973-05-05": "Constitution Day", "1973-05-09": "Victory Day", "1973-08-31": "Independence Day", "1973-10-27": "Orozo Ait (estimated)", "1973-10-28": "Orozo Ait (estimated)", "1973-11-07": "Days of History and Commemoration of Ancestors", "1973-11-08": "Days of History and Commemoration of Ancestors", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-03": "Kurman Ait (estimated)", "1974-01-07": "Christmas Day", "1974-02-23": "Fatherland Defender's Day", "1974-03-08": "International Women's Day", "1974-03-21": "Nooruz Mairamy", "1974-05-01": "International Workers' Day", "1974-05-05": "Constitution Day", "1974-05-09": "Victory Day", "1974-08-31": "Independence Day", "1974-10-16": "Orozo Ait (estimated)", "1974-10-17": "Orozo Ait (estimated)", "1974-11-07": "Days of History and Commemoration of Ancestors", "1974-11-08": "Days of History and Commemoration of Ancestors", "1974-12-24": "Kurman Ait (estimated)", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-07": "Christmas Day", "1975-02-23": "Fatherland Defender's Day", "1975-03-08": "International Women's Day", "1975-03-21": "Nooruz Mairamy", "1975-05-01": "International Workers' Day", "1975-05-05": "Constitution Day", "1975-05-09": "Victory Day", "1975-08-31": "Independence Day", "1975-10-06": "Orozo Ait (estimated)", "1975-10-07": "Orozo Ait (estimated)", "1975-11-07": "Days of History and Commemoration of Ancestors", "1975-11-08": "Days of History and Commemoration of Ancestors", "1975-12-13": "Kurman Ait (estimated)", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-07": "Christmas Day", "1976-02-23": "Fatherland Defender's Day", "1976-03-08": "International Women's Day", "1976-03-21": "Nooruz Mairamy", "1976-05-01": "International Workers' Day", "1976-05-05": "Constitution Day", "1976-05-09": "Victory Day", "1976-08-31": "Independence Day", "1976-09-24": "Orozo Ait (estimated)", "1976-09-25": "Orozo Ait (estimated)", "1976-11-07": "Days of History and Commemoration of Ancestors", "1976-11-08": "Days of History and Commemoration of Ancestors", "1976-12-01": "Kurman Ait (estimated)", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-07": "Christmas Day", "1977-02-23": "Fatherland Defender's Day", "1977-03-08": "International Women's Day", "1977-03-21": "Nooruz Mairamy", "1977-05-01": "International Workers' Day", "1977-05-05": "Constitution Day", "1977-05-09": "Victory Day", "1977-08-31": "Independence Day", "1977-09-14": "Orozo Ait (estimated)", "1977-09-15": "Orozo Ait (estimated)", "1977-11-07": "Days of History and Commemoration of Ancestors", "1977-11-08": "Days of History and Commemoration of Ancestors", "1977-11-21": "Kurman Ait (estimated)", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-07": "Christmas Day", "1978-02-23": "Fatherland Defender's Day", "1978-03-08": "International Women's Day", "1978-03-21": "Nooruz Mairamy", "1978-05-01": "International Workers' Day", "1978-05-05": "Constitution Day", "1978-05-09": "Victory Day", "1978-08-31": "Independence Day", "1978-09-03": "Orozo Ait (estimated)", "1978-09-04": "Orozo Ait (estimated)", "1978-11-07": "Days of History and Commemoration of Ancestors", "1978-11-08": "Days of History and Commemoration of Ancestors", "1978-11-10": "Kurman Ait (estimated)", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-07": "Christmas Day", "1979-02-23": "Fatherland Defender's Day", "1979-03-08": "International Women's Day", "1979-03-21": "Nooruz Mairamy", "1979-05-01": "International Workers' Day", "1979-05-05": "Constitution Day", "1979-05-09": "Victory Day", "1979-08-23": "Orozo Ait (estimated)", "1979-08-24": "Orozo Ait (estimated)", "1979-08-31": "Independence Day", "1979-10-31": "Kurman Ait (estimated)", "1979-11-07": "Days of History and Commemoration of Ancestors", "1979-11-08": "Days of History and Commemoration of Ancestors", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-07": "Christmas Day", "1980-02-23": "Fatherland Defender's Day", "1980-03-08": "International Women's Day", "1980-03-21": "Nooruz Mairamy", "1980-05-01": "International Workers' Day", "1980-05-05": "Constitution Day", "1980-05-09": "Victory Day", "1980-08-12": "Orozo Ait (estimated)", "1980-08-13": "Orozo Ait (estimated)", "1980-08-31": "Independence Day", "1980-10-19": "Kurman Ait (estimated)", "1980-11-07": "Days of History and Commemoration of Ancestors", "1980-11-08": "Days of History and Commemoration of Ancestors", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-07": "Christmas Day", "1981-02-23": "Fatherland Defender's Day", "1981-03-08": "International Women's Day", "1981-03-21": "Nooruz Mairamy", "1981-05-01": "International Workers' Day", "1981-05-05": "Constitution Day", "1981-05-09": "Victory Day", "1981-08-01": "Orozo Ait (estimated)", "1981-08-02": "Orozo Ait (estimated)", "1981-08-31": "Independence Day", "1981-10-08": "Kurman Ait (estimated)", "1981-11-07": "Days of History and Commemoration of Ancestors", "1981-11-08": "Days of History and Commemoration of Ancestors", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-07": "Christmas Day", "1982-02-23": "Fatherland Defender's Day", "1982-03-08": "International Women's Day", "1982-03-21": "Nooruz Mairamy", "1982-05-01": "International Workers' Day", "1982-05-05": "Constitution Day", "1982-05-09": "Victory Day", "1982-07-21": "Orozo Ait (estimated)", "1982-07-22": "Orozo Ait (estimated)", "1982-08-31": "Independence Day", "1982-09-27": "Kurman Ait (estimated)", "1982-11-07": "Days of History and Commemoration of Ancestors", "1982-11-08": "Days of History and Commemoration of Ancestors", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-07": "Christmas Day", "1983-02-23": "Fatherland Defender's Day", "1983-03-08": "International Women's Day", "1983-03-21": "Nooruz Mairamy", "1983-05-01": "International Workers' Day", "1983-05-05": "Constitution Day", "1983-05-09": "Victory Day", "1983-07-11": "Orozo Ait (estimated)", "1983-07-12": "Orozo Ait (estimated)", "1983-08-31": "Independence Day", "1983-09-17": "Kurman Ait (estimated)", "1983-11-07": "Days of History and Commemoration of Ancestors", "1983-11-08": "Days of History and Commemoration of Ancestors", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-07": "Christmas Day", "1984-02-23": "Fatherland Defender's Day", "1984-03-08": "International Women's Day", "1984-03-21": "Nooruz Mairamy", "1984-05-01": "International Workers' Day", "1984-05-05": "Constitution Day", "1984-05-09": "Victory Day", "1984-06-30": "Orozo Ait (estimated)", "1984-07-01": "Orozo Ait (estimated)", "1984-08-31": "Independence Day", "1984-09-05": "Kurman Ait (estimated)", "1984-11-07": "Days of History and Commemoration of Ancestors", "1984-11-08": "Days of History and Commemoration of Ancestors", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-07": "Christmas Day", "1985-02-23": "Fatherland Defender's Day", "1985-03-08": "International Women's Day", "1985-03-21": "Nooruz Mairamy", "1985-05-01": "International Workers' Day", "1985-05-05": "Constitution Day", "1985-05-09": "Victory Day", "1985-06-19": "Orozo Ait (estimated)", "1985-06-20": "Orozo Ait (estimated)", "1985-08-26": "Kurman Ait (estimated)", "1985-08-31": "Independence Day", "1985-11-07": "Days of History and Commemoration of Ancestors", "1985-11-08": "Days of History and Commemoration of Ancestors", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-07": "Christmas Day", "1986-02-23": "Fatherland Defender's Day", "1986-03-08": "International Women's Day", "1986-03-21": "Nooruz Mairamy", "1986-05-01": "International Workers' Day", "1986-05-05": "Constitution Day", "1986-05-09": "Victory Day", "1986-06-08": "Orozo Ait (estimated)", "1986-06-09": "Orozo Ait (estimated)", "1986-08-15": "Kurman Ait (estimated)", "1986-08-31": "Independence Day", "1986-11-07": "Days of History and Commemoration of Ancestors", "1986-11-08": "Days of History and Commemoration of Ancestors", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-07": "Christmas Day", "1987-02-23": "Fatherland Defender's Day", "1987-03-08": "International Women's Day", "1987-03-21": "Nooruz Mairamy", "1987-05-01": "International Workers' Day", "1987-05-05": "Constitution Day", "1987-05-09": "Victory Day", "1987-05-28": "Orozo Ait (estimated)", "1987-05-29": "Orozo Ait (estimated)", "1987-08-04": "Kurman Ait (estimated)", "1987-08-31": "Independence Day", "1987-11-07": "Days of History and Commemoration of Ancestors", "1987-11-08": "Days of History and Commemoration of Ancestors", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-07": "Christmas Day", "1988-02-23": "Fatherland Defender's Day", "1988-03-08": "International Women's Day", "1988-03-21": "Nooruz Mairamy", "1988-05-01": "International Workers' Day", "1988-05-05": "Constitution Day", "1988-05-09": "Victory Day", "1988-05-16": "Orozo Ait (estimated)", "1988-05-17": "Orozo Ait (estimated)", "1988-07-23": "Kurman Ait (estimated)", "1988-08-31": "Independence Day", "1988-11-07": "Days of History and Commemoration of Ancestors", "1988-11-08": "Days of History and Commemoration of Ancestors", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-07": "Christmas Day", "1989-02-23": "Fatherland Defender's Day", "1989-03-08": "International Women's Day", "1989-03-21": "Nooruz Mairamy", "1989-05-01": "International Workers' Day", "1989-05-05": "Constitution Day", "1989-05-06": "Orozo Ait (estimated)", "1989-05-07": "Orozo Ait (estimated)", "1989-05-09": "Victory Day", "1989-07-13": "Kurman Ait (estimated)", "1989-08-31": "Independence Day", "1989-11-07": "Days of History and Commemoration of Ancestors", "1989-11-08": "Days of History and Commemoration of Ancestors", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-07": "Christmas Day", "1990-02-23": "Fatherland Defender's Day", "1990-03-08": "International Women's Day", "1990-03-21": "Nooruz Mairamy", "1990-04-26": "Orozo Ait (estimated)", "1990-04-27": "Orozo Ait (estimated)", "1990-05-01": "International Workers' Day", "1990-05-05": "Constitution Day", "1990-05-09": "Victory Day", "1990-07-02": "Kurman Ait (estimated)", "1990-08-31": "Independence Day", "1990-11-07": "Days of History and Commemoration of Ancestors", "1990-11-08": "Days of History and Commemoration of Ancestors", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-07": "Christmas Day", "1991-02-23": "Fatherland Defender's Day", "1991-03-08": "International Women's Day", "1991-03-21": "Nooruz Mairamy", "1991-04-15": "Orozo Ait (estimated)", "1991-04-16": "Orozo Ait (estimated)", "1991-05-01": "International Workers' Day", "1991-05-05": "Constitution Day", "1991-05-09": "Victory Day", "1991-06-22": "Kurman Ait (estimated)", "1991-08-31": "Independence Day", "1991-11-07": "Days of History and Commemoration of Ancestors", "1991-11-08": "Days of History and Commemoration of Ancestors", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-07": "Christmas Day", "1992-02-23": "Fatherland Defender's Day", "1992-03-08": "International Women's Day", "1992-03-21": "Nooruz Mairamy", "1992-04-04": "Orozo Ait (estimated)", "1992-04-05": "Orozo Ait (estimated)", "1992-05-01": "International Workers' Day", "1992-05-05": "Constitution Day", "1992-05-09": "Victory Day", "1992-06-11": "Kurman Ait (estimated)", "1992-08-31": "Independence Day", "1992-11-07": "Days of History and Commemoration of Ancestors", "1992-11-08": "Days of History and Commemoration of Ancestors", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-07": "Christmas Day", "1993-02-23": "Fatherland Defender's Day", "1993-03-08": "International Women's Day", "1993-03-21": "Nooruz Mairamy", "1993-03-24": "Orozo Ait (estimated)", "1993-03-25": "Orozo Ait (estimated)", "1993-05-01": "International Workers' Day", "1993-05-05": "Constitution Day", "1993-05-09": "Victory Day", "1993-05-31": "Kurman Ait (estimated)", "1993-08-31": "Independence Day", "1993-11-07": "Days of History and Commemoration of Ancestors", "1993-11-08": "Days of History and Commemoration of Ancestors", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-07": "Christmas Day", "1994-02-23": "Fatherland Defender's Day", "1994-03-08": "International Women's Day", "1994-03-13": "Orozo Ait (estimated)", "1994-03-14": "Orozo Ait (estimated)", "1994-03-21": "Nooruz Mairamy", "1994-05-01": "International Workers' Day", "1994-05-05": "Constitution Day", "1994-05-09": "Victory Day", "1994-05-20": "Kurman Ait (estimated)", "1994-08-31": "Independence Day", "1994-11-07": "Days of History and Commemoration of Ancestors", "1994-11-08": "Days of History and Commemoration of Ancestors", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-07": "Christmas Day", "1995-02-23": "Fatherland Defender's Day", "1995-03-02": "Orozo Ait (estimated)", "1995-03-03": "Orozo Ait (estimated)", "1995-03-08": "International Women's Day", "1995-03-21": "Nooruz Mairamy", "1995-05-01": "International Workers' Day", "1995-05-05": "Constitution Day", "1995-05-09": "Kurman Ait (estimated); Victory Day", "1995-08-31": "Independence Day", "1995-11-07": "Days of History and Commemoration of Ancestors", "1995-11-08": "Days of History and Commemoration of Ancestors", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-07": "Christmas Day", "1996-02-19": "Orozo Ait (estimated)", "1996-02-20": "Orozo Ait (estimated)", "1996-02-23": "Fatherland Defender's Day", "1996-03-08": "International Women's Day", "1996-03-21": "Nooruz Mairamy", "1996-04-27": "Kurman Ait (estimated)", "1996-05-01": "International Workers' Day", "1996-05-05": "Constitution Day", "1996-05-09": "Victory Day", "1996-08-31": "Independence Day", "1996-11-07": "Days of History and Commemoration of Ancestors", "1996-11-08": "Days of History and Commemoration of Ancestors", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-07": "Christmas Day", "1997-02-08": "Orozo Ait (estimated)", "1997-02-09": "Orozo Ait (estimated)", "1997-02-23": "Fatherland Defender's Day", "1997-03-08": "International Women's Day", "1997-03-21": "Nooruz Mairamy", "1997-04-17": "Kurman Ait (estimated)", "1997-05-01": "International Workers' Day", "1997-05-05": "Constitution Day", "1997-05-09": "Victory Day", "1997-08-31": "Independence Day", "1997-11-07": "Days of History and Commemoration of Ancestors", "1997-11-08": "Days of History and Commemoration of Ancestors", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-07": "Christmas Day", "1998-01-29": "Orozo Ait (estimated)", "1998-01-30": "Orozo Ait (estimated)", "1998-02-23": "Fatherland Defender's Day", "1998-03-08": "International Women's Day", "1998-03-21": "Nooruz Mairamy", "1998-04-07": "Kurman Ait (estimated)", "1998-05-01": "International Workers' Day", "1998-05-05": "Constitution Day", "1998-05-09": "Victory Day", "1998-08-31": "Independence Day", "1998-11-07": "Days of History and Commemoration of Ancestors", "1998-11-08": "Days of History and Commemoration of Ancestors", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-07": "Christmas Day", "1999-01-18": "Orozo Ait (estimated)", "1999-01-19": "Orozo Ait (estimated)", "1999-02-23": "Fatherland Defender's Day", "1999-03-08": "International Women's Day", "1999-03-21": "Nooruz Mairamy", "1999-03-27": "Kurman Ait (estimated)", "1999-05-01": "International Workers' Day", "1999-05-05": "Constitution Day", "1999-05-09": "Victory Day", "1999-08-31": "Independence Day", "1999-11-07": "Days of History and Commemoration of Ancestors", "1999-11-08": "Days of History and Commemoration of Ancestors", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-07": "Christmas Day", "2000-01-08": "Orozo Ait (estimated)", "2000-01-09": "Orozo Ait (estimated)", "2000-02-23": "Fatherland Defender's Day", "2000-03-08": "International Women's Day", "2000-03-16": "Kurman Ait (estimated)", "2000-03-21": "Nooruz Mairamy", "2000-05-01": "International Workers' Day", "2000-05-05": "Constitution Day", "2000-05-09": "Victory Day", "2000-08-31": "Independence Day", "2000-11-07": "Days of History and Commemoration of Ancestors", "2000-11-08": "Days of History and Commemoration of Ancestors", "2000-12-27": "Orozo Ait (estimated)", "2000-12-28": "Orozo Ait (estimated)", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-07": "Christmas Day", "2001-02-23": "Fatherland Defender's Day", "2001-03-05": "Kurman Ait (estimated)", "2001-03-08": "International Women's Day", "2001-03-21": "Nooruz Mairamy", "2001-05-01": "International Workers' Day", "2001-05-05": "Constitution Day", "2001-05-09": "Victory Day", "2001-08-31": "Independence Day", "2001-11-07": "Days of History and Commemoration of Ancestors", "2001-11-08": "Days of History and Commemoration of Ancestors", "2001-12-16": "Orozo Ait (estimated)", "2001-12-17": "Orozo Ait (estimated)", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-07": "Christmas Day", "2002-02-22": "Kurman Ait (estimated)", "2002-02-23": "Fatherland Defender's Day", "2002-03-08": "International Women's Day", "2002-03-21": "Nooruz Mairamy", "2002-05-01": "International Workers' Day", "2002-05-05": "Constitution Day", "2002-05-09": "Victory Day", "2002-08-31": "Independence Day", "2002-11-07": "Days of History and Commemoration of Ancestors", "2002-11-08": "Days of History and Commemoration of Ancestors", "2002-12-05": "Orozo Ait (estimated)", "2002-12-06": "Orozo Ait (estimated)", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-07": "Christmas Day", "2003-02-11": "Kurman Ait (estimated)", "2003-02-23": "Fatherland Defender's Day", "2003-03-08": "International Women's Day", "2003-03-21": "Nooruz Mairamy", "2003-05-01": "International Workers' Day", "2003-05-05": "Constitution Day", "2003-05-09": "Victory Day", "2003-08-31": "Independence Day", "2003-11-07": "Days of History and Commemoration of Ancestors", "2003-11-08": "Days of History and Commemoration of Ancestors", "2003-11-25": "Orozo Ait (estimated)", "2003-11-26": "Orozo Ait (estimated)", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-07": "Christmas Day", "2004-02-01": "Kurman Ait (estimated)", "2004-02-23": "Fatherland Defender's Day", "2004-03-08": "International Women's Day", "2004-03-21": "Nooruz Mairamy", "2004-05-01": "International Workers' Day", "2004-05-05": "Constitution Day", "2004-05-09": "Victory Day", "2004-08-31": "Independence Day", "2004-11-07": "Days of History and Commemoration of Ancestors", "2004-11-08": "Days of History and Commemoration of Ancestors", "2004-11-14": "Orozo Ait (estimated)", "2004-11-15": "Orozo Ait (estimated)", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-07": "Christmas Day", "2005-01-21": "Kurman Ait (estimated)", "2005-02-23": "Fatherland Defender's Day", "2005-03-08": "International Women's Day", "2005-03-21": "Nooruz Mairamy", "2005-05-01": "International Workers' Day", "2005-05-05": "Constitution Day", "2005-05-09": "Victory Day", "2005-08-31": "Independence Day", "2005-11-03": "Orozo Ait (estimated)", "2005-11-04": "Orozo Ait (estimated)", "2005-11-07": "Days of History and Commemoration of Ancestors", "2005-11-08": "Days of History and Commemoration of Ancestors", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-07": "Christmas Day", "2006-01-10": "Kurman Ait (estimated)", "2006-02-23": "Fatherland Defender's Day", "2006-03-08": "International Women's Day", "2006-03-21": "Nooruz Mairamy", "2006-05-01": "International Workers' Day", "2006-05-05": "Constitution Day", "2006-05-09": "Victory Day", "2006-08-31": "Independence Day", "2006-10-23": "Orozo Ait (estimated)", "2006-10-24": "Orozo Ait (estimated)", "2006-11-07": "Days of History and Commemoration of Ancestors", "2006-11-08": "Days of History and Commemoration of Ancestors", "2006-12-31": "Kurman Ait (estimated); New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-07": "Christmas Day", "2007-02-23": "Fatherland Defender's Day", "2007-03-08": "International Women's Day", "2007-03-21": "Nooruz Mairamy", "2007-05-01": "International Workers' Day", "2007-05-05": "Constitution Day", "2007-05-09": "Victory Day", "2007-08-31": "Independence Day", "2007-10-13": "Orozo Ait (estimated)", "2007-10-14": "Orozo Ait (estimated)", "2007-11-07": "Days of History and Commemoration of Ancestors", "2007-11-08": "Days of History and Commemoration of Ancestors", "2007-12-20": "Kurman Ait (estimated)", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-07": "Christmas Day", "2008-02-23": "Fatherland Defender's Day", "2008-03-08": "International Women's Day", "2008-03-21": "Nooruz Mairamy", "2008-05-01": "International Workers' Day", "2008-05-05": "Constitution Day", "2008-05-09": "Victory Day", "2008-08-31": "Independence Day", "2008-10-01": "Orozo Ait (estimated)", "2008-10-02": "Orozo Ait (estimated)", "2008-11-07": "Days of History and Commemoration of Ancestors", "2008-11-08": "Days of History and Commemoration of Ancestors", "2008-12-08": "Kurman Ait (estimated)", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-07": "Christmas Day", "2009-02-23": "Fatherland Defender's Day", "2009-03-08": "International Women's Day", "2009-03-21": "Nooruz Mairamy", "2009-05-01": "International Workers' Day", "2009-05-05": "Constitution Day", "2009-05-09": "Victory Day", "2009-08-31": "Independence Day", "2009-09-20": "Orozo Ait (estimated)", "2009-09-21": "Orozo Ait (estimated)", "2009-11-07": "Days of History and Commemoration of Ancestors", "2009-11-08": "Days of History and Commemoration of Ancestors", "2009-11-27": "Kurman Ait (estimated)", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-07": "Christmas Day", "2010-02-23": "Fatherland Defender's Day", "2010-03-08": "International Women's Day", "2010-03-21": "Nooruz Mairamy", "2010-05-01": "International Workers' Day", "2010-05-05": "Constitution Day", "2010-05-09": "Victory Day", "2010-08-31": "Independence Day", "2010-09-10": "Orozo Ait (estimated)", "2010-09-11": "Orozo Ait (estimated)", "2010-11-07": "Days of History and Commemoration of Ancestors", "2010-11-08": "Days of History and Commemoration of Ancestors", "2010-11-16": "Kurman Ait (estimated)", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-07": "Christmas Day", "2011-02-23": "Fatherland Defender's Day", "2011-03-08": "International Women's Day", "2011-03-21": "Nooruz Mairamy", "2011-05-01": "International Workers' Day", "2011-05-05": "Constitution Day", "2011-05-09": "Victory Day", "2011-08-30": "Orozo Ait (estimated)", "2011-08-31": "Independence Day; Orozo Ait (estimated)", "2011-11-06": "Kurman Ait (estimated)", "2011-11-07": "Days of History and Commemoration of Ancestors", "2011-11-08": "Days of History and Commemoration of Ancestors", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-07": "Christmas Day", "2012-02-23": "Fatherland Defender's Day", "2012-03-08": "International Women's Day", "2012-03-21": "Nooruz Mairamy", "2012-05-01": "International Workers' Day", "2012-05-05": "Constitution Day", "2012-05-09": "Victory Day", "2012-08-19": "Orozo Ait (estimated)", "2012-08-20": "Orozo Ait (estimated)", "2012-08-31": "Independence Day", "2012-10-26": "Kurman Ait (estimated)", "2012-11-07": "Days of History and Commemoration of Ancestors", "2012-11-08": "Days of History and Commemoration of Ancestors", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-07": "Christmas Day", "2013-02-23": "Fatherland Defender's Day", "2013-03-08": "International Women's Day", "2013-03-21": "Nooruz Mairamy", "2013-05-01": "International Workers' Day", "2013-05-05": "Constitution Day", "2013-05-09": "Victory Day", "2013-08-08": "Orozo Ait (estimated)", "2013-08-09": "Orozo Ait (estimated)", "2013-08-31": "Independence Day", "2013-10-15": "Kurman Ait (estimated)", "2013-11-07": "Days of History and Commemoration of Ancestors", "2013-11-08": "Days of History and Commemoration of Ancestors", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-07": "Christmas Day", "2014-02-23": "Fatherland Defender's Day", "2014-03-08": "International Women's Day", "2014-03-21": "Nooruz Mairamy", "2014-05-01": "International Workers' Day", "2014-05-05": "Constitution Day", "2014-05-09": "Victory Day", "2014-07-28": "Orozo Ait (estimated)", "2014-07-29": "Orozo Ait (estimated)", "2014-08-31": "Independence Day", "2014-10-04": "Kurman Ait (estimated)", "2014-11-07": "Days of History and Commemoration of Ancestors", "2014-11-08": "Days of History and Commemoration of Ancestors", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-07": "Christmas Day", "2015-02-23": "Fatherland Defender's Day", "2015-03-08": "International Women's Day", "2015-03-21": "Nooruz Mairamy", "2015-05-01": "International Workers' Day", "2015-05-05": "Constitution Day", "2015-05-09": "Victory Day", "2015-07-17": "Orozo Ait (estimated)", "2015-07-18": "Orozo Ait (estimated)", "2015-08-31": "Independence Day", "2015-09-23": "Kurman Ait (estimated)", "2015-11-07": "Days of History and Commemoration of Ancestors", "2015-11-08": "Days of History and Commemoration of Ancestors", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-07": "Christmas Day", "2016-02-23": "Fatherland Defender's Day", "2016-03-08": "International Women's Day", "2016-03-21": "Nooruz Mairamy", "2016-04-07": "Day of the People's April Revolution", "2016-05-01": "International Workers' Day", "2016-05-05": "Constitution Day", "2016-05-09": "Victory Day", "2016-07-06": "Orozo Ait (estimated)", "2016-07-07": "Orozo Ait (estimated)", "2016-08-31": "Independence Day", "2016-09-11": "Kurman Ait (estimated)", "2016-11-07": "Days of History and Commemoration of Ancestors", "2016-11-08": "Days of History and Commemoration of Ancestors", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-07": "Christmas Day", "2017-02-23": "Fatherland Defender's Day", "2017-03-08": "International Women's Day", "2017-03-21": "Nooruz Mairamy", "2017-04-07": "Day of the People's April Revolution", "2017-05-01": "International Workers' Day", "2017-05-05": "Constitution Day", "2017-05-09": "Victory Day", "2017-06-25": "Orozo Ait (estimated)", "2017-06-26": "Orozo Ait (estimated)", "2017-08-31": "Independence Day", "2017-09-01": "Kurman Ait (estimated)", "2017-11-07": "Days of History and Commemoration of Ancestors", "2017-11-08": "Days of History and Commemoration of Ancestors", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-07": "Christmas Day", "2018-02-23": "Fatherland Defender's Day", "2018-03-08": "International Women's Day", "2018-03-21": "Nooruz Mairamy", "2018-04-07": "Day of the People's April Revolution", "2018-05-01": "International Workers' Day", "2018-05-05": "Constitution Day", "2018-05-09": "Victory Day", "2018-06-15": "Orozo Ait (estimated)", "2018-06-16": "Orozo Ait (estimated)", "2018-08-21": "Kurman Ait (estimated)", "2018-08-31": "Independence Day", "2018-11-07": "Days of History and Commemoration of Ancestors", "2018-11-08": "Days of History and Commemoration of Ancestors", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-07": "Christmas Day", "2019-02-23": "Fatherland Defender's Day", "2019-03-08": "International Women's Day", "2019-03-21": "Nooruz Mairamy", "2019-04-07": "Day of the People's April Revolution", "2019-05-01": "International Workers' Day", "2019-05-05": "Constitution Day", "2019-05-09": "Victory Day", "2019-06-04": "Orozo Ait (estimated)", "2019-06-05": "Orozo Ait (estimated)", "2019-08-11": "Kurman Ait (estimated)", "2019-08-31": "Independence Day", "2019-11-07": "Days of History and Commemoration of Ancestors", "2019-11-08": "Days of History and Commemoration of Ancestors", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-07": "Christmas Day", "2020-02-23": "Fatherland Defender's Day", "2020-03-08": "International Women's Day", "2020-03-21": "Nooruz Mairamy", "2020-04-07": "Day of the People's April Revolution", "2020-05-01": "International Workers' Day", "2020-05-05": "Constitution Day", "2020-05-09": "Victory Day", "2020-05-24": "Orozo Ait (estimated)", "2020-05-25": "Orozo Ait (estimated)", "2020-07-31": "Kurman Ait (estimated)", "2020-08-31": "Independence Day", "2020-11-07": "Days of History and Commemoration of Ancestors", "2020-11-08": "Days of History and Commemoration of Ancestors", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-07": "Christmas Day", "2021-02-23": "Fatherland Defender's Day", "2021-03-08": "International Women's Day", "2021-03-21": "Nooruz Mairamy", "2021-04-07": "Day of the People's April Revolution", "2021-05-01": "International Workers' Day", "2021-05-05": "Constitution Day", "2021-05-09": "Victory Day", "2021-05-13": "Orozo Ait (estimated)", "2021-05-14": "Orozo Ait (estimated)", "2021-07-20": "Kurman Ait (estimated)", "2021-08-31": "Independence Day", "2021-11-07": "Days of History and Commemoration of Ancestors", "2021-11-08": "Days of History and Commemoration of Ancestors", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-07": "Christmas Day", "2022-02-23": "Fatherland Defender's Day", "2022-03-08": "International Women's Day", "2022-03-21": "Nooruz Mairamy", "2022-04-07": "Day of the People's April Revolution", "2022-05-01": "International Workers' Day", "2022-05-02": "Orozo Ait (estimated)", "2022-05-03": "Orozo Ait (estimated)", "2022-05-05": "Constitution Day", "2022-05-09": "Victory Day", "2022-07-09": "Kurman Ait (estimated)", "2022-08-31": "Independence Day", "2022-11-07": "Days of History and Commemoration of Ancestors", "2022-11-08": "Days of History and Commemoration of Ancestors", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-07": "Christmas Day", "2023-02-23": "Fatherland Defender's Day", "2023-03-08": "International Women's Day", "2023-03-21": "Nooruz Mairamy", "2023-04-07": "Day of the People's April Revolution", "2023-04-21": "Orozo Ait (estimated)", "2023-04-22": "Orozo Ait (estimated)", "2023-05-01": "International Workers' Day", "2023-05-05": "Constitution Day", "2023-05-09": "Victory Day", "2023-06-28": "Kurman Ait (estimated)", "2023-08-31": "Independence Day", "2023-11-07": "Days of History and Commemoration of Ancestors", "2023-11-08": "Days of History and Commemoration of Ancestors", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-07": "Christmas Day", "2024-02-23": "Fatherland Defender's Day", "2024-03-08": "International Women's Day", "2024-03-21": "Nooruz Mairamy", "2024-04-07": "Day of the People's April Revolution", "2024-04-10": "Orozo Ait (estimated)", "2024-04-11": "Orozo Ait (estimated)", "2024-05-01": "International Workers' Day", "2024-05-05": "Constitution Day", "2024-05-09": "Victory Day", "2024-06-16": "Kurman Ait (estimated)", "2024-08-31": "Independence Day", "2024-11-07": "Days of History and Commemoration of Ancestors", "2024-11-08": "Days of History and Commemoration of Ancestors", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-07": "Christmas Day", "2025-02-23": "Fatherland Defender's Day", "2025-03-08": "International Women's Day", "2025-03-21": "Nooruz Mairamy", "2025-03-30": "Orozo Ait (estimated)", "2025-03-31": "Orozo Ait (estimated)", "2025-04-07": "Day of the People's April Revolution", "2025-05-01": "International Workers' Day", "2025-05-05": "Constitution Day", "2025-05-09": "Victory Day", "2025-06-06": "Kurman Ait (estimated)", "2025-08-31": "Independence Day", "2025-11-07": "Days of History and Commemoration of Ancestors", "2025-11-08": "Days of History and Commemoration of Ancestors", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-07": "Christmas Day", "2026-02-23": "Fatherland Defender's Day", "2026-03-08": "International Women's Day", "2026-03-20": "Orozo Ait (estimated)", "2026-03-21": "Nooruz Mairamy; Orozo Ait (estimated)", "2026-04-07": "Day of the People's April Revolution", "2026-05-01": "International Workers' Day", "2026-05-05": "Constitution Day", "2026-05-09": "Victory Day", "2026-05-27": "Kurman Ait (estimated)", "2026-08-31": "Independence Day", "2026-11-07": "Days of History and Commemoration of Ancestors", "2026-11-08": "Days of History and Commemoration of Ancestors", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-07": "Christmas Day", "2027-02-23": "Fatherland Defender's Day", "2027-03-08": "International Women's Day", "2027-03-09": "Orozo Ait (estimated)", "2027-03-10": "Orozo Ait (estimated)", "2027-03-21": "Nooruz Mairamy", "2027-04-07": "Day of the People's April Revolution", "2027-05-01": "International Workers' Day", "2027-05-05": "Constitution Day", "2027-05-09": "Victory Day", "2027-05-16": "Kurman Ait (estimated)", "2027-08-31": "Independence Day", "2027-11-07": "Days of History and Commemoration of Ancestors", "2027-11-08": "Days of History and Commemoration of Ancestors", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-07": "Christmas Day", "2028-02-23": "Fatherland Defender's Day", "2028-02-26": "Orozo Ait (estimated)", "2028-02-27": "Orozo Ait (estimated)", "2028-03-08": "International Women's Day", "2028-03-21": "Nooruz Mairamy", "2028-04-07": "Day of the People's April Revolution", "2028-05-01": "International Workers' Day", "2028-05-05": "Constitution Day; Kurman Ait (estimated)", "2028-05-09": "Victory Day", "2028-08-31": "Independence Day", "2028-11-07": "Days of History and Commemoration of Ancestors", "2028-11-08": "Days of History and Commemoration of Ancestors", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-07": "Christmas Day", "2029-02-14": "Orozo Ait (estimated)", "2029-02-15": "Orozo Ait (estimated)", "2029-02-23": "Fatherland Defender's Day", "2029-03-08": "International Women's Day", "2029-03-21": "Nooruz Mairamy", "2029-04-07": "Day of the People's April Revolution", "2029-04-24": "Kurman Ait (estimated)", "2029-05-01": "International Workers' Day", "2029-05-05": "Constitution Day", "2029-05-09": "Victory Day", "2029-08-31": "Independence Day", "2029-11-07": "Days of History and Commemoration of Ancestors", "2029-11-08": "Days of History and Commemoration of Ancestors", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-07": "Christmas Day", "2030-02-04": "Orozo Ait (estimated)", "2030-02-05": "Orozo Ait (estimated)", "2030-02-23": "Fatherland Defender's Day", "2030-03-08": "International Women's Day", "2030-03-21": "Nooruz Mairamy", "2030-04-07": "Day of the People's April Revolution", "2030-04-13": "Kurman Ait (estimated)", "2030-05-01": "International Workers' Day", "2030-05-05": "Constitution Day", "2030-05-09": "Victory Day", "2030-08-31": "Independence Day", "2030-11-07": "Days of History and Commemoration of Ancestors", "2030-11-08": "Days of History and Commemoration of Ancestors", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-07": "Christmas Day", "2031-01-24": "Orozo Ait (estimated)", "2031-01-25": "Orozo Ait (estimated)", "2031-02-23": "Fatherland Defender's Day", "2031-03-08": "International Women's Day", "2031-03-21": "Nooruz Mairamy", "2031-04-02": "Kurman Ait (estimated)", "2031-04-07": "Day of the People's April Revolution", "2031-05-01": "International Workers' Day", "2031-05-05": "Constitution Day", "2031-05-09": "Victory Day", "2031-08-31": "Independence Day", "2031-11-07": "Days of History and Commemoration of Ancestors", "2031-11-08": "Days of History and Commemoration of Ancestors", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-07": "Christmas Day", "2032-01-14": "Orozo Ait (estimated)", "2032-01-15": "Orozo Ait (estimated)", "2032-02-23": "Fatherland Defender's Day", "2032-03-08": "International Women's Day", "2032-03-21": "Nooruz Mairamy", "2032-03-22": "Kurman Ait (estimated)", "2032-04-07": "Day of the People's April Revolution", "2032-05-01": "International Workers' Day", "2032-05-05": "Constitution Day", "2032-05-09": "Victory Day", "2032-08-31": "Independence Day", "2032-11-07": "Days of History and Commemoration of Ancestors", "2032-11-08": "Days of History and Commemoration of Ancestors", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-02": "Orozo Ait (estimated)", "2033-01-03": "Orozo Ait (estimated)", "2033-01-07": "Christmas Day", "2033-02-23": "Fatherland Defender's Day", "2033-03-08": "International Women's Day", "2033-03-11": "Kurman Ait (estimated)", "2033-03-21": "Nooruz Mairamy", "2033-04-07": "Day of the People's April Revolution", "2033-05-01": "International Workers' Day", "2033-05-05": "Constitution Day", "2033-05-09": "Victory Day", "2033-08-31": "Independence Day", "2033-11-07": "Days of History and Commemoration of Ancestors", "2033-11-08": "Days of History and Commemoration of Ancestors", "2033-12-23": "Orozo Ait (estimated)", "2033-12-24": "Orozo Ait (estimated)", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-07": "Christmas Day", "2034-02-23": "Fatherland Defender's Day", "2034-03-01": "Kurman Ait (estimated)", "2034-03-08": "International Women's Day", "2034-03-21": "Nooruz Mairamy", "2034-04-07": "Day of the People's April Revolution", "2034-05-01": "International Workers' Day", "2034-05-05": "Constitution Day", "2034-05-09": "Victory Day", "2034-08-31": "Independence Day", "2034-11-07": "Days of History and Commemoration of Ancestors", "2034-11-08": "Days of History and Commemoration of Ancestors", "2034-12-12": "Orozo Ait (estimated)", "2034-12-13": "Orozo Ait (estimated)", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-07": "Christmas Day", "2035-02-18": "Kurman Ait (estimated)", "2035-02-23": "Fatherland Defender's Day", "2035-03-08": "International Women's Day", "2035-03-21": "Nooruz Mairamy", "2035-04-07": "Day of the People's April Revolution", "2035-05-01": "International Workers' Day", "2035-05-05": "Constitution Day", "2035-05-09": "Victory Day", "2035-08-31": "Independence Day", "2035-11-07": "Days of History and Commemoration of Ancestors", "2035-11-08": "Days of History and Commemoration of Ancestors", "2035-12-01": "Orozo Ait (estimated)", "2035-12-02": "Orozo Ait (estimated)", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-07": "Christmas Day", "2036-02-07": "Kurman Ait (estimated)", "2036-02-23": "Fatherland Defender's Day", "2036-03-08": "International Women's Day", "2036-03-21": "Nooruz Mairamy", "2036-04-07": "Day of the People's April Revolution", "2036-05-01": "International Workers' Day", "2036-05-05": "Constitution Day", "2036-05-09": "Victory Day", "2036-08-31": "Independence Day", "2036-11-07": "Days of History and Commemoration of Ancestors", "2036-11-08": "Days of History and Commemoration of Ancestors", "2036-11-19": "Orozo Ait (estimated)", "2036-11-20": "Orozo Ait (estimated)", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-07": "Christmas Day", "2037-01-26": "Kurman Ait (estimated)", "2037-02-23": "Fatherland Defender's Day", "2037-03-08": "International Women's Day", "2037-03-21": "Nooruz Mairamy", "2037-04-07": "Day of the People's April Revolution", "2037-05-01": "International Workers' Day", "2037-05-05": "Constitution Day", "2037-05-09": "Victory Day", "2037-08-31": "Independence Day", "2037-11-07": "Days of History and Commemoration of Ancestors", "2037-11-08": "Days of History and Commemoration of Ancestors; Orozo Ait (estimated)", "2037-11-09": "Orozo Ait (estimated)", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-07": "Christmas Day", "2038-01-16": "Kurman Ait (estimated)", "2038-02-23": "Fatherland Defender's Day", "2038-03-08": "International Women's Day", "2038-03-21": "Nooruz Mairamy", "2038-04-07": "Day of the People's April Revolution", "2038-05-01": "International Workers' Day", "2038-05-05": "Constitution Day", "2038-05-09": "Victory Day", "2038-08-31": "Independence Day", "2038-10-29": "Orozo Ait (estimated)", "2038-10-30": "Orozo Ait (estimated)", "2038-11-07": "Days of History and Commemoration of Ancestors", "2038-11-08": "Days of History and Commemoration of Ancestors", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-05": "Kurman Ait (estimated)", "2039-01-07": "Christmas Day", "2039-02-23": "Fatherland Defender's Day", "2039-03-08": "International Women's Day", "2039-03-21": "Nooruz Mairamy", "2039-04-07": "Day of the People's April Revolution", "2039-05-01": "International Workers' Day", "2039-05-05": "Constitution Day", "2039-05-09": "Victory Day", "2039-08-31": "Independence Day", "2039-10-19": "Orozo Ait (estimated)", "2039-10-20": "Orozo Ait (estimated)", "2039-11-07": "Days of History and Commemoration of Ancestors", "2039-11-08": "Days of History and Commemoration of Ancestors", "2039-12-26": "Kurman Ait (estimated)", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-07": "Christmas Day", "2040-02-23": "Fatherland Defender's Day", "2040-03-08": "International Women's Day", "2040-03-21": "Nooruz Mairamy", "2040-04-07": "Day of the People's April Revolution", "2040-05-01": "International Workers' Day", "2040-05-05": "Constitution Day", "2040-05-09": "Victory Day", "2040-08-31": "Independence Day", "2040-10-07": "Orozo Ait (estimated)", "2040-10-08": "Orozo Ait (estimated)", "2040-11-07": "Days of History and Commemoration of Ancestors", "2040-11-08": "Days of History and Commemoration of Ancestors", "2040-12-14": "Kurman Ait (estimated)", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-07": "Christmas Day", "2041-02-23": "Fatherland Defender's Day", "2041-03-08": "International Women's Day", "2041-03-21": "Nooruz Mairamy", "2041-04-07": "Day of the People's April Revolution", "2041-05-01": "International Workers' Day", "2041-05-05": "Constitution Day", "2041-05-09": "Victory Day", "2041-08-31": "Independence Day", "2041-09-26": "Orozo Ait (estimated)", "2041-09-27": "Orozo Ait (estimated)", "2041-11-07": "Days of History and Commemoration of Ancestors", "2041-11-08": "Days of History and Commemoration of Ancestors", "2041-12-04": "Kurman Ait (estimated)", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-07": "Christmas Day", "2042-02-23": "Fatherland Defender's Day", "2042-03-08": "International Women's Day", "2042-03-21": "Nooruz Mairamy", "2042-04-07": "Day of the People's April Revolution", "2042-05-01": "International Workers' Day", "2042-05-05": "Constitution Day", "2042-05-09": "Victory Day", "2042-08-31": "Independence Day", "2042-09-15": "Orozo Ait (estimated)", "2042-09-16": "Orozo Ait (estimated)", "2042-11-07": "Days of History and Commemoration of Ancestors", "2042-11-08": "Days of History and Commemoration of Ancestors", "2042-11-23": "Kurman Ait (estimated)", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-07": "Christmas Day", "2043-02-23": "Fatherland Defender's Day", "2043-03-08": "International Women's Day", "2043-03-21": "Nooruz Mairamy", "2043-04-07": "Day of the People's April Revolution", "2043-05-01": "International Workers' Day", "2043-05-05": "Constitution Day", "2043-05-09": "Victory Day", "2043-08-31": "Independence Day", "2043-09-04": "Orozo Ait (estimated)", "2043-09-05": "Orozo Ait (estimated)", "2043-11-07": "Days of History and Commemoration of Ancestors", "2043-11-08": "Days of History and Commemoration of Ancestors", "2043-11-12": "Kurman Ait (estimated)", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-07": "Christmas Day", "2044-02-23": "Fatherland Defender's Day", "2044-03-08": "International Women's Day", "2044-03-21": "Nooruz Mairamy", "2044-04-07": "Day of the People's April Revolution", "2044-05-01": "International Workers' Day", "2044-05-05": "Constitution Day", "2044-05-09": "Victory Day", "2044-08-24": "Orozo Ait (estimated)", "2044-08-25": "Orozo Ait (estimated)", "2044-08-31": "Independence Day", "2044-10-31": "Kurman Ait (estimated)", "2044-11-07": "Days of History and Commemoration of Ancestors", "2044-11-08": "Days of History and Commemoration of Ancestors", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-07": "Christmas Day", "2045-02-23": "Fatherland Defender's Day", "2045-03-08": "International Women's Day", "2045-03-21": "Nooruz Mairamy", "2045-04-07": "Day of the People's April Revolution", "2045-05-01": "International Workers' Day", "2045-05-05": "Constitution Day", "2045-05-09": "Victory Day", "2045-08-14": "Orozo Ait (estimated)", "2045-08-15": "Orozo Ait (estimated)", "2045-08-31": "Independence Day", "2045-10-21": "Kurman Ait (estimated)", "2045-11-07": "Days of History and Commemoration of Ancestors", "2045-11-08": "Days of History and Commemoration of Ancestors", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-07": "Christmas Day", "2046-02-23": "Fatherland Defender's Day", "2046-03-08": "International Women's Day", "2046-03-21": "Nooruz Mairamy", "2046-04-07": "Day of the People's April Revolution", "2046-05-01": "International Workers' Day", "2046-05-05": "Constitution Day", "2046-05-09": "Victory Day", "2046-08-03": "Orozo Ait (estimated)", "2046-08-04": "Orozo Ait (estimated)", "2046-08-31": "Independence Day", "2046-10-10": "Kurman Ait (estimated)", "2046-11-07": "Days of History and Commemoration of Ancestors", "2046-11-08": "Days of History and Commemoration of Ancestors", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-07": "Christmas Day", "2047-02-23": "Fatherland Defender's Day", "2047-03-08": "International Women's Day", "2047-03-21": "Nooruz Mairamy", "2047-04-07": "Day of the People's April Revolution", "2047-05-01": "International Workers' Day", "2047-05-05": "Constitution Day", "2047-05-09": "Victory Day", "2047-07-24": "Orozo Ait (estimated)", "2047-07-25": "Orozo Ait (estimated)", "2047-08-31": "Independence Day", "2047-09-30": "Kurman Ait (estimated)", "2047-11-07": "Days of History and Commemoration of Ancestors", "2047-11-08": "Days of History and Commemoration of Ancestors", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-07": "Christmas Day", "2048-02-23": "Fatherland Defender's Day", "2048-03-08": "International Women's Day", "2048-03-21": "Nooruz Mairamy", "2048-04-07": "Day of the People's April Revolution", "2048-05-01": "International Workers' Day", "2048-05-05": "Constitution Day", "2048-05-09": "Victory Day", "2048-07-12": "Orozo Ait (estimated)", "2048-07-13": "Orozo Ait (estimated)", "2048-08-31": "Independence Day", "2048-09-19": "Kurman Ait (estimated)", "2048-11-07": "Days of History and Commemoration of Ancestors", "2048-11-08": "Days of History and Commemoration of Ancestors", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-07": "Christmas Day", "2049-02-23": "Fatherland Defender's Day", "2049-03-08": "International Women's Day", "2049-03-21": "Nooruz Mairamy", "2049-04-07": "Day of the People's April Revolution", "2049-05-01": "International Workers' Day", "2049-05-05": "Constitution Day", "2049-05-09": "Victory Day", "2049-07-01": "Orozo Ait (estimated)", "2049-07-02": "Orozo Ait (estimated)", "2049-08-31": "Independence Day", "2049-09-08": "Kurman Ait (estimated)", "2049-11-07": "Days of History and Commemoration of Ancestors", "2049-11-08": "Days of History and Commemoration of Ancestors", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-07": "Christmas Day", "2050-02-23": "Fatherland Defender's Day", "2050-03-08": "International Women's Day", "2050-03-21": "Nooruz Mairamy", "2050-04-07": "Day of the People's April Revolution", "2050-05-01": "International Workers' Day", "2050-05-05": "Constitution Day", "2050-05-09": "Victory Day", "2050-06-20": "Orozo Ait (estimated)", "2050-06-21": "Orozo Ait (estimated)", "2050-08-28": "Kurman Ait (estimated)", "2050-08-31": "Independence Day", "2050-11-07": "Days of History and Commemoration of Ancestors", "2050-11-08": "Days of History and Commemoration of Ancestors", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/KH_COMMON.json000066400000000000000000001701531500152103600215570ustar00rootroot00000000000000{ "1993-01-01": "International New Year Day", "1993-01-07": "Day of Victory over the Genocidal Regime", "1993-02-06": "Meak Bochea Day", "1993-03-08": "International Women's Rights Day", "1993-04-13": "Khmer New Year's Day", "1993-04-14": "Khmer New Year's Day", "1993-04-15": "Khmer New Year's Day", "1993-05-01": "International Labor Day", "1993-05-05": "Visaka Bochea Day", "1993-05-09": "Royal Ploughing Ceremony", "1993-06-01": "International Children's Day", "1993-09-14": "Pchum Ben Day", "1993-09-15": "Pchum Ben Day", "1993-09-24": "Constitution Day", "1993-10-23": "Paris Peace Agreement's Day", "1993-10-28": "Water Festival", "1993-10-29": "Water Festival", "1993-10-30": "Water Festival", "1993-11-09": "National Independence Day", "1993-12-10": "International Human Rights Day", "1994-01-01": "International New Year Day", "1994-01-07": "Day of Victory over the Genocidal Regime", "1994-01-26": "Meak Bochea Day", "1994-03-08": "International Women's Rights Day", "1994-04-13": "Khmer New Year's Day", "1994-04-14": "Khmer New Year's Day", "1994-04-15": "Khmer New Year's Day", "1994-04-24": "Visaka Bochea Day", "1994-04-28": "Royal Ploughing Ceremony", "1994-05-01": "International Labor Day", "1994-06-01": "International Children's Day", "1994-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1994-09-24": "Constitution Day", "1994-10-03": "Pchum Ben Day", "1994-10-04": "Pchum Ben Day", "1994-10-23": "Paris Peace Agreement's Day", "1994-11-09": "National Independence Day", "1994-11-16": "Water Festival", "1994-11-17": "Water Festival", "1994-11-18": "Water Festival", "1994-12-10": "International Human Rights Day", "1995-01-01": "International New Year Day", "1995-01-07": "Day of Victory over the Genocidal Regime", "1995-02-14": "Meak Bochea Day", "1995-03-08": "International Women's Rights Day", "1995-04-13": "Khmer New Year's Day", "1995-04-14": "Khmer New Year's Day", "1995-04-15": "Khmer New Year's Day", "1995-05-01": "International Labor Day", "1995-05-13": "Visaka Bochea Day", "1995-05-17": "Royal Ploughing Ceremony", "1995-06-01": "International Children's Day", "1995-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1995-09-22": "Pchum Ben Day", "1995-09-23": "Pchum Ben Day", "1995-09-24": "Constitution Day", "1995-10-23": "Paris Peace Agreement's Day", "1995-11-05": "Water Festival", "1995-11-06": "Water Festival", "1995-11-07": "Water Festival", "1995-11-09": "National Independence Day", "1995-12-10": "International Human Rights Day", "1996-01-01": "International New Year Day", "1996-01-07": "Day of Victory over the Genocidal Regime", "1996-02-03": "Meak Bochea Day", "1996-03-08": "International Women's Rights Day", "1996-04-13": "Khmer New Year's Day", "1996-04-14": "Khmer New Year's Day", "1996-04-15": "Khmer New Year's Day", "1996-05-01": "International Labor Day; Visaka Bochea Day", "1996-05-05": "Royal Ploughing Ceremony", "1996-06-01": "International Children's Day", "1996-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1996-09-24": "Constitution Day", "1996-10-10": "Pchum Ben Day", "1996-10-11": "Pchum Ben Day", "1996-10-23": "Paris Peace Agreement's Day", "1996-11-09": "National Independence Day", "1996-11-23": "Water Festival", "1996-11-24": "Water Festival", "1996-11-25": "Water Festival", "1996-12-10": "International Human Rights Day", "1997-01-01": "International New Year Day", "1997-01-07": "Day of Victory over the Genocidal Regime", "1997-02-21": "Meak Bochea Day", "1997-03-08": "International Women's Rights Day", "1997-04-13": "Khmer New Year's Day", "1997-04-14": "Khmer New Year's Day", "1997-04-15": "Khmer New Year's Day", "1997-05-01": "International Labor Day", "1997-05-20": "Visaka Bochea Day", "1997-05-24": "Royal Ploughing Ceremony", "1997-06-01": "International Children's Day", "1997-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1997-09-24": "Constitution Day", "1997-09-30": "Pchum Ben Day", "1997-10-01": "Pchum Ben Day", "1997-10-23": "Paris Peace Agreement's Day", "1997-11-09": "National Independence Day", "1997-11-13": "Water Festival", "1997-11-14": "Water Festival", "1997-11-15": "Water Festival", "1997-12-10": "International Human Rights Day", "1998-01-01": "International New Year Day", "1998-01-07": "Day of Victory over the Genocidal Regime", "1998-02-11": "Meak Bochea Day", "1998-03-08": "International Women's Rights Day", "1998-04-13": "Khmer New Year's Day", "1998-04-14": "Khmer New Year's Day", "1998-04-15": "Khmer New Year's Day", "1998-05-01": "International Labor Day", "1998-05-10": "Visaka Bochea Day", "1998-05-14": "Royal Ploughing Ceremony", "1998-06-01": "International Children's Day", "1998-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1998-09-19": "Pchum Ben Day", "1998-09-20": "Pchum Ben Day", "1998-09-24": "Constitution Day", "1998-10-23": "Paris Peace Agreement's Day", "1998-11-02": "Water Festival", "1998-11-03": "Water Festival", "1998-11-04": "Water Festival", "1998-11-09": "National Independence Day", "1998-12-10": "International Human Rights Day", "1999-01-01": "International New Year Day", "1999-01-07": "Day of Victory over the Genocidal Regime", "1999-01-31": "Meak Bochea Day", "1999-03-08": "International Women's Rights Day", "1999-04-13": "Khmer New Year's Day", "1999-04-14": "Khmer New Year's Day", "1999-04-15": "Khmer New Year's Day", "1999-04-29": "Visaka Bochea Day", "1999-05-01": "International Labor Day", "1999-05-03": "Royal Ploughing Ceremony", "1999-06-01": "International Children's Day", "1999-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "1999-09-24": "Constitution Day", "1999-10-08": "Pchum Ben Day", "1999-10-09": "Pchum Ben Day", "1999-10-23": "Paris Peace Agreement's Day", "1999-11-09": "National Independence Day", "1999-11-21": "Water Festival", "1999-11-22": "Water Festival", "1999-11-23": "Water Festival", "1999-12-10": "International Human Rights Day", "2000-01-01": "International New Year Day", "2000-01-07": "Day of Victory over the Genocidal Regime", "2000-02-19": "Meak Bochea Day", "2000-03-08": "International Women's Rights Day", "2000-04-13": "Khmer New Year's Day", "2000-04-14": "Khmer New Year's Day", "2000-04-15": "Khmer New Year's Day", "2000-05-01": "International Labor Day", "2000-05-17": "Visaka Bochea Day", "2000-05-21": "Royal Ploughing Ceremony", "2000-06-01": "International Children's Day", "2000-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2000-09-24": "Constitution Day", "2000-09-27": "Pchum Ben Day", "2000-09-28": "Pchum Ben Day", "2000-10-23": "Paris Peace Agreement's Day", "2000-11-09": "National Independence Day", "2000-11-10": "Water Festival", "2000-11-11": "Water Festival", "2000-11-12": "Water Festival", "2000-12-10": "International Human Rights Day", "2001-01-01": "International New Year Day", "2001-01-07": "Day of Victory over the Genocidal Regime", "2001-02-08": "Meak Bochea Day", "2001-03-08": "International Women's Rights Day", "2001-04-13": "Khmer New Year's Day", "2001-04-14": "Khmer New Year's Day", "2001-04-15": "Khmer New Year's Day", "2001-05-01": "International Labor Day", "2001-05-07": "Visaka Bochea Day", "2001-05-11": "Royal Ploughing Ceremony", "2001-06-01": "International Children's Day", "2001-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2001-09-16": "Pchum Ben Day", "2001-09-17": "Pchum Ben Day", "2001-09-24": "Constitution Day", "2001-10-23": "Paris Peace Agreement's Day", "2001-10-30": "Water Festival", "2001-10-31": "Water Festival", "2001-11-01": "Water Festival", "2001-11-09": "National Independence Day", "2001-12-10": "International Human Rights Day", "2002-01-01": "International New Year Day", "2002-01-07": "Day of Victory over the Genocidal Regime", "2002-01-28": "Meak Bochea Day", "2002-03-08": "International Women's Rights Day", "2002-04-13": "Khmer New Year's Day", "2002-04-14": "Khmer New Year's Day", "2002-04-15": "Khmer New Year's Day", "2002-04-26": "Visaka Bochea Day", "2002-04-30": "Royal Ploughing Ceremony", "2002-05-01": "International Labor Day", "2002-06-01": "International Children's Day", "2002-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2002-09-24": "Constitution Day", "2002-10-05": "Pchum Ben Day", "2002-10-06": "Pchum Ben Day", "2002-10-23": "Paris Peace Agreement's Day", "2002-11-09": "National Independence Day", "2002-11-18": "Water Festival", "2002-11-19": "Water Festival", "2002-11-20": "Water Festival", "2002-12-10": "International Human Rights Day", "2003-01-01": "International New Year Day", "2003-01-07": "Day of Victory over the Genocidal Regime", "2003-02-16": "Meak Bochea Day", "2003-03-08": "International Women's Rights Day", "2003-04-13": "Khmer New Year's Day", "2003-04-14": "Khmer New Year's Day", "2003-04-15": "Khmer New Year's Day", "2003-05-01": "International Labor Day", "2003-05-15": "Visaka Bochea Day", "2003-05-19": "Royal Ploughing Ceremony", "2003-06-01": "International Children's Day", "2003-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2003-09-24": "Constitution Day; Pchum Ben Day", "2003-09-25": "Pchum Ben Day", "2003-10-23": "Paris Peace Agreement's Day", "2003-11-07": "Water Festival", "2003-11-08": "Water Festival", "2003-11-09": "National Independence Day; Water Festival", "2003-12-10": "International Human Rights Day", "2004-01-01": "International New Year Day", "2004-01-07": "Day of Victory over the Genocidal Regime", "2004-02-05": "Meak Bochea Day", "2004-03-08": "International Women's Rights Day", "2004-04-13": "Khmer New Year's Day", "2004-04-14": "Khmer New Year's Day", "2004-04-15": "Khmer New Year's Day", "2004-05-01": "International Labor Day", "2004-05-03": "Visaka Bochea Day", "2004-05-07": "Royal Ploughing Ceremony", "2004-06-01": "International Children's Day", "2004-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2004-09-24": "Constitution Day", "2004-10-12": "Pchum Ben Day", "2004-10-13": "Pchum Ben Day", "2004-10-23": "Paris Peace Agreement's Day", "2004-10-29": "HM King Norodom Sihamoni's Coronation Day", "2004-11-09": "National Independence Day", "2004-11-25": "Water Festival", "2004-11-26": "Water Festival", "2004-11-27": "Water Festival", "2004-12-10": "International Human Rights Day", "2005-01-01": "International New Year Day", "2005-01-07": "Day of Victory over the Genocidal Regime", "2005-02-23": "Meak Bochea Day", "2005-03-08": "International Women's Rights Day", "2005-04-13": "Khmer New Year's Day", "2005-04-14": "Khmer New Year's Day", "2005-04-15": "Khmer New Year's Day", "2005-05-01": "International Labor Day", "2005-05-13": "HM King Norodom Sihamoni's Birthday", "2005-05-14": "HM King Norodom Sihamoni's Birthday", "2005-05-15": "HM King Norodom Sihamoni's Birthday", "2005-05-22": "Visaka Bochea Day", "2005-05-26": "Royal Ploughing Ceremony", "2005-06-01": "International Children's Day", "2005-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2005-09-24": "Constitution Day", "2005-10-01": "Pchum Ben Day", "2005-10-02": "Pchum Ben Day", "2005-10-23": "Paris Peace Agreement's Day", "2005-10-29": "HM King Norodom Sihamoni's Coronation Day", "2005-11-09": "National Independence Day", "2005-11-14": "Water Festival", "2005-11-15": "Water Festival", "2005-11-16": "Water Festival", "2005-12-10": "International Human Rights Day", "2006-01-01": "International New Year Day", "2006-01-07": "Day of Victory over the Genocidal Regime", "2006-02-12": "Meak Bochea Day", "2006-03-08": "International Women's Rights Day", "2006-04-13": "Khmer New Year's Day", "2006-04-14": "Khmer New Year's Day", "2006-04-15": "Khmer New Year's Day", "2006-05-01": "International Labor Day", "2006-05-11": "Visaka Bochea Day", "2006-05-13": "HM King Norodom Sihamoni's Birthday", "2006-05-14": "HM King Norodom Sihamoni's Birthday", "2006-05-15": "HM King Norodom Sihamoni's Birthday; Royal Ploughing Ceremony", "2006-06-01": "International Children's Day", "2006-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2006-09-21": "Pchum Ben Day", "2006-09-22": "Pchum Ben Day", "2006-09-24": "Constitution Day", "2006-10-23": "Paris Peace Agreement's Day", "2006-10-29": "HM King Norodom Sihamoni's Coronation Day", "2006-11-04": "Water Festival", "2006-11-05": "Water Festival", "2006-11-06": "Water Festival", "2006-11-09": "National Independence Day", "2006-12-10": "International Human Rights Day", "2007-01-01": "International New Year Day", "2007-01-07": "Day of Victory over the Genocidal Regime", "2007-02-02": "Meak Bochea Day", "2007-03-08": "International Women's Rights Day", "2007-04-13": "Khmer New Year's Day", "2007-04-14": "Khmer New Year's Day", "2007-04-15": "Khmer New Year's Day", "2007-05-01": "International Labor Day; Visaka Bochea Day", "2007-05-05": "Royal Ploughing Ceremony", "2007-05-13": "HM King Norodom Sihamoni's Birthday", "2007-05-14": "HM King Norodom Sihamoni's Birthday", "2007-05-15": "HM King Norodom Sihamoni's Birthday", "2007-06-01": "International Children's Day", "2007-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2007-09-24": "Constitution Day", "2007-10-10": "Pchum Ben Day", "2007-10-11": "Pchum Ben Day", "2007-10-23": "Paris Peace Agreement's Day", "2007-10-29": "HM King Norodom Sihamoni's Coronation Day", "2007-11-09": "National Independence Day", "2007-11-23": "Water Festival", "2007-11-24": "Water Festival", "2007-11-25": "Water Festival", "2007-12-10": "International Human Rights Day", "2008-01-01": "International New Year Day", "2008-01-07": "Day of Victory over the Genocidal Regime", "2008-02-21": "Meak Bochea Day", "2008-03-08": "International Women's Rights Day", "2008-04-13": "Khmer New Year's Day", "2008-04-14": "Khmer New Year's Day", "2008-04-15": "Khmer New Year's Day", "2008-05-01": "International Labor Day", "2008-05-13": "HM King Norodom Sihamoni's Birthday", "2008-05-14": "HM King Norodom Sihamoni's Birthday", "2008-05-15": "HM King Norodom Sihamoni's Birthday", "2008-05-19": "Visaka Bochea Day", "2008-05-23": "Royal Ploughing Ceremony", "2008-06-01": "International Children's Day", "2008-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2008-09-24": "Constitution Day", "2008-09-28": "Pchum Ben Day", "2008-09-29": "Pchum Ben Day", "2008-10-23": "Paris Peace Agreement's Day", "2008-10-29": "HM King Norodom Sihamoni's Coronation Day", "2008-11-09": "National Independence Day", "2008-11-11": "Water Festival", "2008-11-12": "Water Festival", "2008-11-13": "Water Festival", "2008-12-10": "International Human Rights Day", "2009-01-01": "International New Year Day", "2009-01-07": "Day of Victory over the Genocidal Regime", "2009-02-09": "Meak Bochea Day", "2009-03-08": "International Women's Rights Day", "2009-04-13": "Khmer New Year's Day", "2009-04-14": "Khmer New Year's Day", "2009-04-15": "Khmer New Year's Day", "2009-05-01": "International Labor Day", "2009-05-08": "Visaka Bochea Day", "2009-05-12": "Royal Ploughing Ceremony", "2009-05-13": "HM King Norodom Sihamoni's Birthday", "2009-05-14": "HM King Norodom Sihamoni's Birthday", "2009-05-15": "HM King Norodom Sihamoni's Birthday", "2009-06-01": "International Children's Day", "2009-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2009-09-18": "Pchum Ben Day", "2009-09-19": "Pchum Ben Day", "2009-09-24": "Constitution Day", "2009-10-23": "Paris Peace Agreement's Day", "2009-10-29": "HM King Norodom Sihamoni's Coronation Day", "2009-11-01": "Water Festival", "2009-11-02": "Water Festival", "2009-11-03": "Water Festival", "2009-11-09": "National Independence Day", "2009-12-10": "International Human Rights Day", "2010-01-01": "International New Year Day", "2010-01-07": "Day of Victory over the Genocidal Regime", "2010-01-30": "Meak Bochea Day", "2010-03-08": "International Women's Rights Day", "2010-04-13": "Khmer New Year's Day", "2010-04-14": "Khmer New Year's Day", "2010-04-15": "Khmer New Year's Day", "2010-04-28": "Visaka Bochea Day", "2010-05-01": "International Labor Day", "2010-05-02": "Royal Ploughing Ceremony", "2010-05-13": "HM King Norodom Sihamoni's Birthday", "2010-05-14": "HM King Norodom Sihamoni's Birthday", "2010-05-15": "HM King Norodom Sihamoni's Birthday", "2010-06-01": "International Children's Day", "2010-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2010-09-24": "Constitution Day", "2010-10-07": "Pchum Ben Day", "2010-10-08": "Pchum Ben Day", "2010-10-23": "Paris Peace Agreement's Day", "2010-10-29": "HM King Norodom Sihamoni's Coronation Day", "2010-11-09": "National Independence Day", "2010-11-20": "Water Festival", "2010-11-21": "Water Festival", "2010-11-22": "Water Festival", "2010-12-10": "International Human Rights Day", "2011-01-01": "International New Year Day", "2011-01-07": "Day of Victory over the Genocidal Regime", "2011-02-18": "Meak Bochea Day", "2011-03-08": "International Women's Rights Day", "2011-04-13": "Khmer New Year's Day", "2011-04-14": "Khmer New Year's Day", "2011-04-15": "Khmer New Year's Day", "2011-05-01": "International Labor Day", "2011-05-13": "HM King Norodom Sihamoni's Birthday", "2011-05-14": "HM King Norodom Sihamoni's Birthday", "2011-05-15": "HM King Norodom Sihamoni's Birthday", "2011-05-17": "Visaka Bochea Day", "2011-05-21": "Royal Ploughing Ceremony", "2011-06-01": "International Children's Day", "2011-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2011-09-24": "Constitution Day", "2011-09-26": "Pchum Ben Day", "2011-09-27": "Pchum Ben Day", "2011-10-23": "Paris Peace Agreement's Day", "2011-10-29": "HM King Norodom Sihamoni's Coronation Day", "2011-11-09": "National Independence Day; Water Festival", "2011-11-10": "Water Festival", "2011-11-11": "Water Festival", "2011-12-10": "International Human Rights Day", "2012-01-01": "International New Year Day", "2012-01-07": "Day of Victory over the Genocidal Regime", "2012-02-07": "Meak Bochea Day", "2012-03-08": "International Women's Rights Day", "2012-04-13": "Khmer New Year's Day", "2012-04-14": "Khmer New Year's Day", "2012-04-15": "Khmer New Year's Day", "2012-05-01": "International Labor Day", "2012-05-05": "Visaka Bochea Day", "2012-05-09": "Royal Ploughing Ceremony", "2012-05-13": "HM King Norodom Sihamoni's Birthday", "2012-05-14": "HM King Norodom Sihamoni's Birthday", "2012-05-15": "HM King Norodom Sihamoni's Birthday", "2012-06-01": "International Children's Day", "2012-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2012-09-24": "Constitution Day", "2012-10-14": "Pchum Ben Day", "2012-10-15": "HM King Norodom Sihanouk Mourning Day; Pchum Ben Day", "2012-10-23": "Paris Peace Agreement's Day", "2012-10-29": "HM King Norodom Sihamoni's Coronation Day", "2012-11-09": "National Independence Day", "2012-11-27": "Water Festival", "2012-11-28": "Water Festival", "2012-11-29": "Water Festival", "2012-12-10": "International Human Rights Day", "2013-01-01": "International New Year Day", "2013-01-07": "Day of Victory over the Genocidal Regime", "2013-02-25": "Meak Bochea Day", "2013-03-08": "International Women's Rights Day", "2013-04-13": "Khmer New Year's Day", "2013-04-14": "Khmer New Year's Day", "2013-04-15": "Khmer New Year's Day", "2013-05-01": "International Labor Day", "2013-05-13": "HM King Norodom Sihamoni's Birthday", "2013-05-14": "HM King Norodom Sihamoni's Birthday", "2013-05-15": "HM King Norodom Sihamoni's Birthday", "2013-05-24": "Visaka Bochea Day", "2013-05-28": "Royal Ploughing Ceremony", "2013-06-01": "International Children's Day", "2013-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2013-09-24": "Constitution Day", "2013-10-03": "Pchum Ben Day", "2013-10-04": "Pchum Ben Day", "2013-10-15": "HM King Norodom Sihanouk Mourning Day", "2013-10-23": "Paris Peace Agreement's Day", "2013-10-29": "HM King Norodom Sihamoni's Coronation Day", "2013-11-09": "National Independence Day", "2013-11-16": "Water Festival", "2013-11-17": "Water Festival", "2013-11-18": "Water Festival", "2013-12-10": "International Human Rights Day", "2014-01-01": "International New Year Day", "2014-01-07": "Day of Victory over the Genocidal Regime", "2014-02-14": "Meak Bochea Day", "2014-03-08": "International Women's Rights Day", "2014-04-13": "Khmer New Year's Day", "2014-04-14": "Khmer New Year's Day", "2014-04-15": "Khmer New Year's Day", "2014-05-01": "International Labor Day", "2014-05-13": "HM King Norodom Sihamoni's Birthday; Visaka Bochea Day", "2014-05-14": "HM King Norodom Sihamoni's Birthday", "2014-05-15": "HM King Norodom Sihamoni's Birthday", "2014-05-17": "Royal Ploughing Ceremony", "2014-06-01": "International Children's Day", "2014-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2014-09-22": "Pchum Ben Day", "2014-09-23": "Pchum Ben Day", "2014-09-24": "Constitution Day", "2014-10-15": "HM King Norodom Sihanouk Mourning Day", "2014-10-23": "Paris Peace Agreement's Day", "2014-10-29": "HM King Norodom Sihamoni's Coronation Day", "2014-11-05": "Water Festival", "2014-11-06": "Water Festival", "2014-11-07": "Water Festival", "2014-11-09": "National Independence Day", "2014-12-10": "International Human Rights Day", "2015-01-01": "International New Year Day", "2015-01-07": "Day of Victory over the Genocidal Regime", "2015-02-03": "Meak Bochea Day", "2015-03-08": "International Women's Rights Day", "2015-04-13": "Khmer New Year's Day", "2015-04-14": "Khmer New Year's Day", "2015-04-15": "Khmer New Year's Day", "2015-05-01": "International Labor Day", "2015-05-02": "Visaka Bochea Day", "2015-05-06": "Royal Ploughing Ceremony", "2015-05-13": "HM King Norodom Sihamoni's Birthday", "2015-05-14": "HM King Norodom Sihamoni's Birthday", "2015-05-15": "HM King Norodom Sihamoni's Birthday", "2015-06-01": "International Children's Day", "2015-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2015-09-24": "Constitution Day", "2015-10-11": "Pchum Ben Day", "2015-10-12": "Pchum Ben Day", "2015-10-15": "HM King Norodom Sihanouk Mourning Day", "2015-10-23": "Paris Peace Agreement's Day", "2015-10-29": "HM King Norodom Sihamoni's Coronation Day", "2015-11-09": "National Independence Day", "2015-11-24": "Water Festival", "2015-11-25": "Water Festival", "2015-11-26": "Water Festival", "2015-12-10": "International Human Rights Day", "2016-01-01": "International New Year Day", "2016-01-07": "Day of Victory over the Genocidal Regime", "2016-02-22": "Meak Bochea Day", "2016-03-08": "International Women's Rights Day", "2016-04-13": "Khmer New Year's Day", "2016-04-14": "Khmer New Year's Day", "2016-04-15": "Khmer New Year's Day", "2016-05-01": "International Labor Day", "2016-05-02": "Special Public Holiday", "2016-05-13": "HM King Norodom Sihamoni's Birthday", "2016-05-14": "HM King Norodom Sihamoni's Birthday", "2016-05-15": "HM King Norodom Sihamoni's Birthday", "2016-05-16": "Special Public Holiday", "2016-05-20": "Visaka Bochea Day", "2016-05-24": "Royal Ploughing Ceremony", "2016-06-01": "International Children's Day", "2016-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2016-09-24": "Constitution Day", "2016-09-30": "Pchum Ben Day", "2016-10-01": "Pchum Ben Day", "2016-10-15": "HM King Norodom Sihanouk Mourning Day", "2016-10-23": "Paris Peace Agreement's Day", "2016-10-29": "HM King Norodom Sihamoni's Coronation Day", "2016-11-09": "National Independence Day", "2016-11-13": "Water Festival", "2016-11-14": "Water Festival", "2016-11-15": "Water Festival", "2016-12-10": "International Human Rights Day", "2017-01-01": "International New Year Day", "2017-01-07": "Day of Victory over the Genocidal Regime", "2017-02-11": "Meak Bochea Day", "2017-03-08": "International Women's Rights Day", "2017-04-14": "Khmer New Year's Day", "2017-04-15": "Khmer New Year's Day", "2017-04-16": "Khmer New Year's Day", "2017-05-01": "International Labor Day", "2017-05-10": "Visaka Bochea Day", "2017-05-13": "HM King Norodom Sihamoni's Birthday", "2017-05-14": "HM King Norodom Sihamoni's Birthday; Royal Ploughing Ceremony", "2017-05-15": "HM King Norodom Sihamoni's Birthday", "2017-06-01": "International Children's Day", "2017-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2017-09-19": "Pchum Ben Day", "2017-09-20": "Pchum Ben Day", "2017-09-21": "Pchum Ben Day", "2017-09-24": "Constitution Day", "2017-10-15": "HM King Norodom Sihanouk Mourning Day", "2017-10-23": "Paris Peace Agreement's Day", "2017-10-29": "HM King Norodom Sihamoni's Coronation Day", "2017-11-02": "Water Festival", "2017-11-03": "Water Festival", "2017-11-04": "Water Festival", "2017-11-09": "National Independence Day", "2017-12-10": "International Human Rights Day", "2018-01-01": "International New Year Day", "2018-01-07": "Day of Victory over the Genocidal Regime", "2018-01-31": "Meak Bochea Day", "2018-03-08": "International Women's Rights Day", "2018-04-14": "Khmer New Year's Day", "2018-04-15": "Khmer New Year's Day", "2018-04-16": "Khmer New Year's Day", "2018-04-29": "Visaka Bochea Day", "2018-05-01": "International Labor Day", "2018-05-03": "Royal Ploughing Ceremony", "2018-05-13": "HM King Norodom Sihamoni's Birthday", "2018-05-14": "HM King Norodom Sihamoni's Birthday", "2018-05-15": "HM King Norodom Sihamoni's Birthday", "2018-05-20": "National Day of Remembrance", "2018-05-21": "Special Public Holiday", "2018-06-01": "International Children's Day", "2018-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2018-09-24": "Constitution Day", "2018-10-08": "Pchum Ben Day", "2018-10-09": "Pchum Ben Day", "2018-10-10": "Pchum Ben Day", "2018-10-15": "HM King Norodom Sihanouk Mourning Day", "2018-10-23": "Paris Peace Agreement's Day", "2018-10-29": "HM King Norodom Sihamoni's Coronation Day", "2018-11-09": "National Independence Day", "2018-11-21": "Water Festival", "2018-11-22": "Water Festival", "2018-11-23": "Water Festival", "2018-12-10": "International Human Rights Day", "2019-01-01": "International New Year Day", "2019-01-07": "Day of Victory over the Genocidal Regime", "2019-02-19": "Meak Bochea Day", "2019-03-08": "International Women's Rights Day", "2019-04-13": "Khmer New Year's Day", "2019-04-14": "Khmer New Year's Day", "2019-04-15": "Khmer New Year's Day", "2019-05-01": "International Labor Day", "2019-05-13": "HM King Norodom Sihamoni's Birthday", "2019-05-14": "HM King Norodom Sihamoni's Birthday", "2019-05-15": "HM King Norodom Sihamoni's Birthday", "2019-05-18": "Visaka Bochea Day", "2019-05-20": "National Day of Remembrance", "2019-05-22": "Royal Ploughing Ceremony", "2019-06-01": "International Children's Day", "2019-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2019-09-24": "Constitution Day", "2019-09-27": "Pchum Ben Day", "2019-09-28": "Pchum Ben Day", "2019-09-29": "Pchum Ben Day", "2019-09-30": "Special Public Holiday", "2019-10-15": "HM King Norodom Sihanouk Mourning Day", "2019-10-23": "Paris Peace Agreement's Day", "2019-10-29": "HM King Norodom Sihamoni's Coronation Day", "2019-11-09": "National Independence Day", "2019-11-10": "Water Festival", "2019-11-11": "Water Festival", "2019-11-12": "Water Festival", "2019-12-10": "International Human Rights Day", "2020-01-01": "International New Year Day", "2020-01-07": "Day of Victory over the Genocidal Regime", "2020-03-08": "International Women's Rights Day", "2020-05-01": "International Labor Day", "2020-05-06": "Visaka Bochea Day", "2020-05-10": "Royal Ploughing Ceremony", "2020-05-11": "Special Public Holiday", "2020-05-14": "HM King Norodom Sihamoni's Birthday", "2020-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2020-08-17": "Khmer New Year's Replacement Holiday", "2020-08-18": "Khmer New Year's Replacement Holiday", "2020-08-19": "Khmer New Year's Replacement Holiday", "2020-08-20": "Khmer New Year's Replacement Holiday", "2020-08-21": "Khmer New Year's Replacement Holiday", "2020-09-16": "Pchum Ben Day", "2020-09-17": "Pchum Ben Day", "2020-09-18": "Pchum Ben Day", "2020-09-24": "Constitution Day", "2020-10-15": "HM King Norodom Sihanouk Mourning Day", "2020-10-29": "HM King Norodom Sihamoni's Coronation Day", "2020-10-30": "Water Festival", "2020-10-31": "Water Festival", "2020-11-01": "Water Festival", "2020-11-09": "National Independence Day", "2021-01-01": "International New Year Day", "2021-01-07": "Day of Victory over the Genocidal Regime", "2021-03-08": "International Women's Rights Day", "2021-04-14": "Khmer New Year's Day", "2021-04-15": "Khmer New Year's Day", "2021-04-16": "Khmer New Year's Day", "2021-04-26": "Visaka Bochea Day", "2021-04-30": "Royal Ploughing Ceremony", "2021-05-01": "International Labor Day", "2021-05-14": "HM King Norodom Sihamoni's Birthday", "2021-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2021-09-24": "Constitution Day", "2021-10-05": "Pchum Ben Day", "2021-10-06": "Pchum Ben Day", "2021-10-07": "Pchum Ben Day", "2021-10-15": "HM King Norodom Sihanouk Mourning Day", "2021-10-29": "HM King Norodom Sihamoni's Coronation Day", "2021-11-09": "National Independence Day", "2021-11-18": "Water Festival", "2021-11-19": "Water Festival", "2021-11-20": "Water Festival", "2022-01-01": "International New Year Day", "2022-01-07": "Day of Victory over the Genocidal Regime", "2022-03-08": "International Women's Rights Day", "2022-04-14": "Khmer New Year's Day", "2022-04-15": "Khmer New Year's Day", "2022-04-16": "Khmer New Year's Day", "2022-05-01": "International Labor Day", "2022-05-14": "HM King Norodom Sihamoni's Birthday", "2022-05-15": "Visaka Bochea Day", "2022-05-19": "Royal Ploughing Ceremony", "2022-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2022-09-24": "Constitution Day; Pchum Ben Day", "2022-09-25": "Pchum Ben Day", "2022-09-26": "Pchum Ben Day", "2022-10-15": "HM King Norodom Sihanouk Mourning Day", "2022-10-29": "HM King Norodom Sihamoni's Coronation Day", "2022-11-07": "Water Festival", "2022-11-08": "Water Festival", "2022-11-09": "National Independence Day; Water Festival", "2023-01-01": "International New Year Day", "2023-01-07": "Day of Victory over the Genocidal Regime", "2023-03-08": "International Women's Rights Day", "2023-04-14": "Khmer New Year's Day", "2023-04-15": "Khmer New Year's Day", "2023-04-16": "Khmer New Year's Day", "2023-05-01": "International Labor Day", "2023-05-04": "Visaka Bochea Day", "2023-05-08": "Royal Ploughing Ceremony", "2023-05-14": "HM King Norodom Sihamoni's Birthday", "2023-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2023-09-24": "Constitution Day", "2023-10-13": "Pchum Ben Day", "2023-10-14": "Pchum Ben Day", "2023-10-15": "HM King Norodom Sihanouk Mourning Day; Pchum Ben Day", "2023-10-29": "HM King Norodom Sihamoni's Coronation Day", "2023-11-09": "National Independence Day", "2023-11-26": "Water Festival", "2023-11-27": "Water Festival", "2023-11-28": "Water Festival", "2024-01-01": "International New Year Day", "2024-01-07": "Day of Victory over the Genocidal Regime", "2024-03-08": "International Women's Rights Day", "2024-04-13": "Khmer New Year's Day", "2024-04-14": "Khmer New Year's Day", "2024-04-15": "Khmer New Year's Day", "2024-04-16": "Khmer New Year's Day", "2024-05-01": "International Labor Day", "2024-05-14": "HM King Norodom Sihamoni's Birthday", "2024-05-22": "Visaka Bochea Day", "2024-05-26": "Royal Ploughing Ceremony", "2024-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2024-09-24": "Constitution Day", "2024-10-01": "Pchum Ben Day", "2024-10-02": "Pchum Ben Day", "2024-10-03": "Pchum Ben Day", "2024-10-15": "HM King Norodom Sihanouk Mourning Day", "2024-10-29": "HM King Norodom Sihamoni's Coronation Day", "2024-11-09": "National Independence Day", "2024-11-14": "Water Festival", "2024-11-15": "Water Festival", "2024-11-16": "Water Festival", "2024-12-29": "Peace Day in Cambodia", "2025-01-01": "International New Year Day", "2025-01-07": "Day of Victory over the Genocidal Regime", "2025-03-08": "International Women's Rights Day", "2025-04-14": "Khmer New Year's Day", "2025-04-15": "Khmer New Year's Day", "2025-04-16": "Khmer New Year's Day", "2025-05-01": "International Labor Day", "2025-05-11": "Visaka Bochea Day", "2025-05-14": "HM King Norodom Sihamoni's Birthday", "2025-05-15": "Royal Ploughing Ceremony", "2025-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2025-09-21": "Pchum Ben Day", "2025-09-22": "Pchum Ben Day", "2025-09-23": "Pchum Ben Day", "2025-09-24": "Constitution Day", "2025-10-15": "HM King Norodom Sihanouk Mourning Day", "2025-10-29": "HM King Norodom Sihamoni's Coronation Day", "2025-11-04": "Water Festival", "2025-11-05": "Water Festival", "2025-11-06": "Water Festival", "2025-11-09": "National Independence Day", "2025-12-29": "Peace Day in Cambodia", "2026-01-01": "International New Year Day", "2026-01-07": "Day of Victory over the Genocidal Regime", "2026-03-08": "International Women's Rights Day", "2026-04-14": "Khmer New Year's Day", "2026-04-15": "Khmer New Year's Day", "2026-04-16": "Khmer New Year's Day", "2026-05-01": "International Labor Day; Visaka Bochea Day", "2026-05-05": "Royal Ploughing Ceremony", "2026-05-14": "HM King Norodom Sihamoni's Birthday", "2026-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2026-09-24": "Constitution Day", "2026-10-10": "Pchum Ben Day", "2026-10-11": "Pchum Ben Day", "2026-10-12": "Pchum Ben Day", "2026-10-15": "HM King Norodom Sihanouk Mourning Day", "2026-10-29": "HM King Norodom Sihamoni's Coronation Day", "2026-11-09": "National Independence Day", "2026-11-23": "Water Festival", "2026-11-24": "Water Festival", "2026-11-25": "Water Festival", "2026-12-29": "Peace Day in Cambodia", "2027-01-01": "International New Year Day", "2027-01-07": "Day of Victory over the Genocidal Regime", "2027-03-08": "International Women's Rights Day", "2027-04-14": "Khmer New Year's Day", "2027-04-15": "Khmer New Year's Day", "2027-04-16": "Khmer New Year's Day", "2027-05-01": "International Labor Day", "2027-05-14": "HM King Norodom Sihamoni's Birthday", "2027-05-20": "Visaka Bochea Day", "2027-05-24": "Royal Ploughing Ceremony", "2027-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2027-09-24": "Constitution Day", "2027-09-29": "Pchum Ben Day", "2027-09-30": "Pchum Ben Day", "2027-10-01": "Pchum Ben Day", "2027-10-15": "HM King Norodom Sihanouk Mourning Day", "2027-10-29": "HM King Norodom Sihamoni's Coronation Day", "2027-11-09": "National Independence Day", "2027-11-12": "Water Festival", "2027-11-13": "Water Festival", "2027-11-14": "Water Festival", "2027-12-29": "Peace Day in Cambodia", "2028-01-01": "International New Year Day", "2028-01-07": "Day of Victory over the Genocidal Regime", "2028-03-08": "International Women's Rights Day", "2028-04-13": "Khmer New Year's Day", "2028-04-14": "Khmer New Year's Day", "2028-04-15": "Khmer New Year's Day", "2028-05-01": "International Labor Day", "2028-05-08": "Visaka Bochea Day", "2028-05-12": "Royal Ploughing Ceremony", "2028-05-14": "HM King Norodom Sihamoni's Birthday", "2028-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2028-09-17": "Pchum Ben Day", "2028-09-18": "Pchum Ben Day", "2028-09-19": "Pchum Ben Day", "2028-09-24": "Constitution Day", "2028-10-15": "HM King Norodom Sihanouk Mourning Day", "2028-10-29": "HM King Norodom Sihamoni's Coronation Day", "2028-10-31": "Water Festival", "2028-11-01": "Water Festival", "2028-11-02": "Water Festival", "2028-11-09": "National Independence Day", "2028-12-29": "Peace Day in Cambodia", "2029-01-01": "International New Year Day", "2029-01-07": "Day of Victory over the Genocidal Regime", "2029-03-08": "International Women's Rights Day", "2029-04-14": "Khmer New Year's Day", "2029-04-15": "Khmer New Year's Day", "2029-04-16": "Khmer New Year's Day", "2029-04-27": "Visaka Bochea Day", "2029-05-01": "International Labor Day; Royal Ploughing Ceremony", "2029-05-14": "HM King Norodom Sihamoni's Birthday", "2029-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2029-09-24": "Constitution Day", "2029-10-06": "Pchum Ben Day", "2029-10-07": "Pchum Ben Day", "2029-10-08": "Pchum Ben Day", "2029-10-15": "HM King Norodom Sihanouk Mourning Day", "2029-10-29": "HM King Norodom Sihamoni's Coronation Day", "2029-11-09": "National Independence Day", "2029-11-19": "Water Festival", "2029-11-20": "Water Festival", "2029-11-21": "Water Festival", "2029-12-29": "Peace Day in Cambodia", "2030-01-01": "International New Year Day", "2030-01-07": "Day of Victory over the Genocidal Regime", "2030-03-08": "International Women's Rights Day", "2030-04-14": "Khmer New Year's Day", "2030-04-15": "Khmer New Year's Day", "2030-04-16": "Khmer New Year's Day", "2030-05-01": "International Labor Day", "2030-05-14": "HM King Norodom Sihamoni's Birthday", "2030-05-16": "Visaka Bochea Day", "2030-05-20": "Royal Ploughing Ceremony", "2030-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2030-09-24": "Constitution Day", "2030-09-25": "Pchum Ben Day", "2030-09-26": "Pchum Ben Day", "2030-09-27": "Pchum Ben Day", "2030-10-15": "HM King Norodom Sihanouk Mourning Day", "2030-10-29": "HM King Norodom Sihamoni's Coronation Day", "2030-11-08": "Water Festival", "2030-11-09": "National Independence Day; Water Festival", "2030-11-10": "Water Festival", "2030-12-29": "Peace Day in Cambodia", "2031-01-01": "International New Year Day", "2031-01-07": "Day of Victory over the Genocidal Regime", "2031-03-08": "International Women's Rights Day", "2031-04-14": "Khmer New Year's Day", "2031-04-15": "Khmer New Year's Day", "2031-04-16": "Khmer New Year's Day", "2031-05-01": "International Labor Day", "2031-05-05": "Visaka Bochea Day", "2031-05-09": "Royal Ploughing Ceremony", "2031-05-14": "HM King Norodom Sihamoni's Birthday", "2031-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2031-09-24": "Constitution Day", "2031-10-14": "Pchum Ben Day", "2031-10-15": "HM King Norodom Sihanouk Mourning Day; Pchum Ben Day", "2031-10-16": "Pchum Ben Day", "2031-10-29": "HM King Norodom Sihamoni's Coronation Day", "2031-11-09": "National Independence Day", "2031-11-27": "Water Festival", "2031-11-28": "Water Festival", "2031-11-29": "Water Festival", "2031-12-29": "Peace Day in Cambodia", "2032-01-01": "International New Year Day", "2032-01-07": "Day of Victory over the Genocidal Regime", "2032-03-08": "International Women's Rights Day", "2032-04-13": "Khmer New Year's Day", "2032-04-14": "Khmer New Year's Day", "2032-04-15": "Khmer New Year's Day", "2032-05-01": "International Labor Day", "2032-05-14": "HM King Norodom Sihamoni's Birthday", "2032-05-23": "Visaka Bochea Day", "2032-05-27": "Royal Ploughing Ceremony", "2032-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2032-09-24": "Constitution Day", "2032-10-03": "Pchum Ben Day", "2032-10-04": "Pchum Ben Day", "2032-10-05": "Pchum Ben Day", "2032-10-15": "HM King Norodom Sihanouk Mourning Day", "2032-10-29": "HM King Norodom Sihamoni's Coronation Day", "2032-11-09": "National Independence Day", "2032-11-16": "Water Festival", "2032-11-17": "Water Festival", "2032-11-18": "Water Festival", "2032-12-29": "Peace Day in Cambodia", "2033-01-01": "International New Year Day", "2033-01-07": "Day of Victory over the Genocidal Regime", "2033-03-08": "International Women's Rights Day", "2033-04-13": "Khmer New Year's Day", "2033-04-14": "Khmer New Year's Day", "2033-04-15": "Khmer New Year's Day", "2033-05-01": "International Labor Day", "2033-05-13": "Visaka Bochea Day", "2033-05-14": "HM King Norodom Sihamoni's Birthday", "2033-05-17": "Royal Ploughing Ceremony", "2033-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2033-09-22": "Pchum Ben Day", "2033-09-23": "Pchum Ben Day", "2033-09-24": "Constitution Day; Pchum Ben Day", "2033-10-15": "HM King Norodom Sihanouk Mourning Day", "2033-10-29": "HM King Norodom Sihamoni's Coronation Day", "2033-11-05": "Water Festival", "2033-11-06": "Water Festival", "2033-11-07": "Water Festival", "2033-11-09": "National Independence Day", "2033-12-29": "Peace Day in Cambodia", "2034-01-01": "International New Year Day", "2034-01-07": "Day of Victory over the Genocidal Regime", "2034-03-08": "International Women's Rights Day", "2034-04-13": "Khmer New Year's Day", "2034-04-14": "Khmer New Year's Day", "2034-04-15": "Khmer New Year's Day", "2034-05-01": "International Labor Day", "2034-05-02": "Visaka Bochea Day", "2034-05-06": "Royal Ploughing Ceremony", "2034-05-14": "HM King Norodom Sihamoni's Birthday", "2034-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2034-09-24": "Constitution Day", "2034-10-11": "Pchum Ben Day", "2034-10-12": "Pchum Ben Day", "2034-10-13": "Pchum Ben Day", "2034-10-15": "HM King Norodom Sihanouk Mourning Day", "2034-10-29": "HM King Norodom Sihamoni's Coronation Day", "2034-11-09": "National Independence Day", "2034-11-24": "Water Festival", "2034-11-25": "Water Festival", "2034-11-26": "Water Festival", "2034-12-29": "Peace Day in Cambodia", "2035-01-01": "International New Year Day", "2035-01-07": "Day of Victory over the Genocidal Regime", "2035-03-08": "International Women's Rights Day", "2035-04-13": "Khmer New Year's Day", "2035-04-14": "Khmer New Year's Day", "2035-04-15": "Khmer New Year's Day", "2035-05-01": "International Labor Day", "2035-05-14": "HM King Norodom Sihamoni's Birthday", "2035-05-21": "Visaka Bochea Day", "2035-05-25": "Royal Ploughing Ceremony", "2035-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2035-09-24": "Constitution Day", "2035-10-01": "Pchum Ben Day", "2035-10-02": "Pchum Ben Day", "2035-10-03": "Pchum Ben Day", "2035-10-15": "HM King Norodom Sihanouk Mourning Day", "2035-10-29": "HM King Norodom Sihamoni's Coronation Day", "2035-11-09": "National Independence Day", "2035-11-14": "Water Festival", "2035-11-15": "Water Festival", "2035-11-16": "Water Festival", "2035-12-29": "Peace Day in Cambodia", "2036-01-01": "International New Year Day", "2036-01-07": "Day of Victory over the Genocidal Regime", "2036-03-08": "International Women's Rights Day", "2036-04-13": "Khmer New Year's Day", "2036-04-14": "Khmer New Year's Day", "2036-04-15": "Khmer New Year's Day", "2036-05-01": "International Labor Day", "2036-05-10": "Visaka Bochea Day", "2036-05-14": "HM King Norodom Sihamoni's Birthday; Royal Ploughing Ceremony", "2036-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2036-09-19": "Pchum Ben Day", "2036-09-20": "Pchum Ben Day", "2036-09-21": "Pchum Ben Day", "2036-09-24": "Constitution Day", "2036-10-15": "HM King Norodom Sihanouk Mourning Day", "2036-10-29": "HM King Norodom Sihamoni's Coronation Day", "2036-11-02": "Water Festival", "2036-11-03": "Water Festival", "2036-11-04": "Water Festival", "2036-11-09": "National Independence Day", "2036-12-29": "Peace Day in Cambodia", "2037-01-01": "International New Year Day", "2037-01-07": "Day of Victory over the Genocidal Regime", "2037-03-08": "International Women's Rights Day", "2037-04-13": "Khmer New Year's Day", "2037-04-14": "Khmer New Year's Day", "2037-04-15": "Khmer New Year's Day", "2037-04-29": "Visaka Bochea Day", "2037-05-01": "International Labor Day", "2037-05-03": "Royal Ploughing Ceremony", "2037-05-14": "HM King Norodom Sihamoni's Birthday", "2037-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2037-09-24": "Constitution Day", "2037-10-08": "Pchum Ben Day", "2037-10-09": "Pchum Ben Day", "2037-10-10": "Pchum Ben Day", "2037-10-15": "HM King Norodom Sihanouk Mourning Day", "2037-10-29": "HM King Norodom Sihamoni's Coronation Day", "2037-11-09": "National Independence Day", "2037-11-21": "Water Festival", "2037-11-22": "Water Festival", "2037-11-23": "Water Festival", "2037-12-29": "Peace Day in Cambodia", "2038-01-01": "International New Year Day", "2038-01-07": "Day of Victory over the Genocidal Regime", "2038-03-08": "International Women's Rights Day", "2038-04-13": "Khmer New Year's Day", "2038-04-14": "Khmer New Year's Day", "2038-04-15": "Khmer New Year's Day", "2038-05-01": "International Labor Day", "2038-05-14": "HM King Norodom Sihamoni's Birthday", "2038-05-18": "Visaka Bochea Day", "2038-05-22": "Royal Ploughing Ceremony", "2038-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2038-09-24": "Constitution Day", "2038-09-27": "Pchum Ben Day", "2038-09-28": "Pchum Ben Day", "2038-09-29": "Pchum Ben Day", "2038-10-15": "HM King Norodom Sihanouk Mourning Day", "2038-10-29": "HM King Norodom Sihamoni's Coronation Day", "2038-11-09": "National Independence Day", "2038-11-10": "Water Festival", "2038-11-11": "Water Festival", "2038-11-12": "Water Festival", "2038-12-29": "Peace Day in Cambodia", "2039-01-01": "International New Year Day", "2039-01-07": "Day of Victory over the Genocidal Regime", "2039-03-08": "International Women's Rights Day", "2039-04-13": "Khmer New Year's Day", "2039-04-14": "Khmer New Year's Day", "2039-04-15": "Khmer New Year's Day", "2039-05-01": "International Labor Day", "2039-05-07": "Visaka Bochea Day", "2039-05-11": "Royal Ploughing Ceremony", "2039-05-14": "HM King Norodom Sihamoni's Birthday", "2039-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2039-09-16": "Pchum Ben Day", "2039-09-17": "Pchum Ben Day", "2039-09-18": "Pchum Ben Day", "2039-09-24": "Constitution Day", "2039-10-15": "HM King Norodom Sihanouk Mourning Day", "2039-10-29": "HM King Norodom Sihamoni's Coronation Day", "2039-10-30": "Water Festival", "2039-10-31": "Water Festival", "2039-11-01": "Water Festival", "2039-11-09": "National Independence Day", "2039-12-29": "Peace Day in Cambodia", "2040-01-01": "International New Year Day", "2040-01-07": "Day of Victory over the Genocidal Regime", "2040-03-08": "International Women's Rights Day", "2040-04-13": "Khmer New Year's Day", "2040-04-14": "Khmer New Year's Day", "2040-04-15": "Khmer New Year's Day", "2040-04-25": "Visaka Bochea Day", "2040-04-29": "Royal Ploughing Ceremony", "2040-05-01": "International Labor Day", "2040-05-14": "HM King Norodom Sihamoni's Birthday", "2040-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2040-09-24": "Constitution Day", "2040-10-04": "Pchum Ben Day", "2040-10-05": "Pchum Ben Day", "2040-10-06": "Pchum Ben Day", "2040-10-15": "HM King Norodom Sihanouk Mourning Day", "2040-10-29": "HM King Norodom Sihamoni's Coronation Day", "2040-11-09": "National Independence Day", "2040-11-17": "Water Festival", "2040-11-18": "Water Festival", "2040-11-19": "Water Festival", "2040-12-29": "Peace Day in Cambodia", "2041-01-01": "International New Year Day", "2041-01-07": "Day of Victory over the Genocidal Regime", "2041-03-08": "International Women's Rights Day", "2041-04-13": "Khmer New Year's Day", "2041-04-14": "Khmer New Year's Day", "2041-04-15": "Khmer New Year's Day", "2041-05-01": "International Labor Day", "2041-05-14": "HM King Norodom Sihamoni's Birthday; Visaka Bochea Day", "2041-05-18": "Royal Ploughing Ceremony", "2041-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2041-09-23": "Pchum Ben Day", "2041-09-24": "Constitution Day; Pchum Ben Day", "2041-09-25": "Pchum Ben Day", "2041-10-15": "HM King Norodom Sihanouk Mourning Day", "2041-10-29": "HM King Norodom Sihamoni's Coronation Day", "2041-11-06": "Water Festival", "2041-11-07": "Water Festival", "2041-11-08": "Water Festival", "2041-11-09": "National Independence Day", "2041-12-29": "Peace Day in Cambodia", "2042-01-01": "International New Year Day", "2042-01-07": "Day of Victory over the Genocidal Regime", "2042-03-08": "International Women's Rights Day", "2042-04-13": "Khmer New Year's Day", "2042-04-14": "Khmer New Year's Day", "2042-04-15": "Khmer New Year's Day", "2042-05-01": "International Labor Day", "2042-05-03": "Visaka Bochea Day", "2042-05-07": "Royal Ploughing Ceremony", "2042-05-14": "HM King Norodom Sihamoni's Birthday", "2042-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2042-09-24": "Constitution Day", "2042-10-12": "Pchum Ben Day", "2042-10-13": "Pchum Ben Day", "2042-10-14": "Pchum Ben Day", "2042-10-15": "HM King Norodom Sihanouk Mourning Day", "2042-10-29": "HM King Norodom Sihamoni's Coronation Day", "2042-11-09": "National Independence Day", "2042-11-25": "Water Festival", "2042-11-26": "Water Festival", "2042-11-27": "Water Festival", "2042-12-29": "Peace Day in Cambodia", "2043-01-01": "International New Year Day", "2043-01-07": "Day of Victory over the Genocidal Regime", "2043-03-08": "International Women's Rights Day", "2043-04-13": "Khmer New Year's Day", "2043-04-14": "Khmer New Year's Day", "2043-04-15": "Khmer New Year's Day", "2043-05-01": "International Labor Day", "2043-05-14": "HM King Norodom Sihamoni's Birthday", "2043-05-22": "Visaka Bochea Day", "2043-05-26": "Royal Ploughing Ceremony", "2043-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2043-09-24": "Constitution Day", "2043-10-02": "Pchum Ben Day", "2043-10-03": "Pchum Ben Day", "2043-10-04": "Pchum Ben Day", "2043-10-15": "HM King Norodom Sihanouk Mourning Day", "2043-10-29": "HM King Norodom Sihamoni's Coronation Day", "2043-11-09": "National Independence Day", "2043-11-15": "Water Festival", "2043-11-16": "Water Festival", "2043-11-17": "Water Festival", "2043-12-29": "Peace Day in Cambodia", "2044-01-01": "International New Year Day", "2044-01-07": "Day of Victory over the Genocidal Regime", "2044-03-08": "International Women's Rights Day", "2044-04-13": "Khmer New Year's Day", "2044-04-14": "Khmer New Year's Day", "2044-04-15": "Khmer New Year's Day", "2044-05-01": "International Labor Day", "2044-05-11": "Visaka Bochea Day", "2044-05-14": "HM King Norodom Sihamoni's Birthday", "2044-05-15": "Royal Ploughing Ceremony", "2044-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2044-09-20": "Pchum Ben Day", "2044-09-21": "Pchum Ben Day", "2044-09-22": "Pchum Ben Day", "2044-09-24": "Constitution Day", "2044-10-15": "HM King Norodom Sihanouk Mourning Day", "2044-10-29": "HM King Norodom Sihamoni's Coronation Day", "2044-11-03": "Water Festival", "2044-11-04": "Water Festival", "2044-11-05": "Water Festival", "2044-11-09": "National Independence Day", "2044-12-29": "Peace Day in Cambodia", "2045-01-01": "International New Year Day", "2045-01-07": "Day of Victory over the Genocidal Regime", "2045-03-08": "International Women's Rights Day", "2045-04-13": "Khmer New Year's Day", "2045-04-14": "Khmer New Year's Day", "2045-04-15": "Khmer New Year's Day", "2045-04-30": "Visaka Bochea Day", "2045-05-01": "International Labor Day", "2045-05-04": "Royal Ploughing Ceremony", "2045-05-14": "HM King Norodom Sihamoni's Birthday", "2045-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2045-09-24": "Constitution Day", "2045-10-09": "Pchum Ben Day", "2045-10-10": "Pchum Ben Day", "2045-10-11": "Pchum Ben Day", "2045-10-15": "HM King Norodom Sihanouk Mourning Day", "2045-10-29": "HM King Norodom Sihamoni's Coronation Day", "2045-11-09": "National Independence Day", "2045-11-22": "Water Festival", "2045-11-23": "Water Festival", "2045-11-24": "Water Festival", "2045-12-29": "Peace Day in Cambodia", "2046-01-01": "International New Year Day", "2046-01-07": "Day of Victory over the Genocidal Regime", "2046-03-08": "International Women's Rights Day", "2046-04-13": "Khmer New Year's Day", "2046-04-14": "Khmer New Year's Day", "2046-04-15": "Khmer New Year's Day", "2046-05-01": "International Labor Day", "2046-05-14": "HM King Norodom Sihamoni's Birthday", "2046-05-19": "Visaka Bochea Day", "2046-05-23": "Royal Ploughing Ceremony", "2046-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2046-09-24": "Constitution Day", "2046-09-29": "Pchum Ben Day", "2046-09-30": "Pchum Ben Day", "2046-10-01": "Pchum Ben Day", "2046-10-15": "HM King Norodom Sihanouk Mourning Day", "2046-10-29": "HM King Norodom Sihamoni's Coronation Day", "2046-11-09": "National Independence Day", "2046-11-12": "Water Festival", "2046-11-13": "Water Festival", "2046-11-14": "Water Festival", "2046-12-29": "Peace Day in Cambodia", "2047-01-01": "International New Year Day", "2047-01-07": "Day of Victory over the Genocidal Regime", "2047-03-08": "International Women's Rights Day", "2047-04-13": "Khmer New Year's Day", "2047-04-14": "Khmer New Year's Day", "2047-04-15": "Khmer New Year's Day", "2047-05-01": "International Labor Day", "2047-05-09": "Visaka Bochea Day", "2047-05-13": "Royal Ploughing Ceremony", "2047-05-14": "HM King Norodom Sihamoni's Birthday", "2047-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2047-09-18": "Pchum Ben Day", "2047-09-19": "Pchum Ben Day", "2047-09-20": "Pchum Ben Day", "2047-09-24": "Constitution Day", "2047-10-15": "HM King Norodom Sihanouk Mourning Day", "2047-10-29": "HM King Norodom Sihamoni's Coronation Day", "2047-11-01": "Water Festival", "2047-11-02": "Water Festival", "2047-11-03": "Water Festival", "2047-11-09": "National Independence Day", "2047-12-29": "Peace Day in Cambodia", "2048-01-01": "International New Year Day", "2048-01-07": "Day of Victory over the Genocidal Regime", "2048-03-08": "International Women's Rights Day", "2048-04-13": "Khmer New Year's Day", "2048-04-14": "Khmer New Year's Day", "2048-04-15": "Khmer New Year's Day", "2048-04-27": "Visaka Bochea Day", "2048-05-01": "International Labor Day; Royal Ploughing Ceremony", "2048-05-14": "HM King Norodom Sihamoni's Birthday", "2048-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2048-09-24": "Constitution Day", "2048-10-06": "Pchum Ben Day", "2048-10-07": "Pchum Ben Day", "2048-10-08": "Pchum Ben Day", "2048-10-15": "HM King Norodom Sihanouk Mourning Day", "2048-10-29": "HM King Norodom Sihamoni's Coronation Day", "2048-11-09": "National Independence Day", "2048-11-19": "Water Festival", "2048-11-20": "Water Festival", "2048-11-21": "Water Festival", "2048-12-29": "Peace Day in Cambodia", "2049-01-01": "International New Year Day", "2049-01-07": "Day of Victory over the Genocidal Regime", "2049-03-08": "International Women's Rights Day", "2049-04-13": "Khmer New Year's Day", "2049-04-14": "Khmer New Year's Day", "2049-04-15": "Khmer New Year's Day", "2049-05-01": "International Labor Day", "2049-05-14": "HM King Norodom Sihamoni's Birthday", "2049-05-16": "Visaka Bochea Day", "2049-05-20": "Royal Ploughing Ceremony", "2049-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2049-09-24": "Constitution Day", "2049-09-25": "Pchum Ben Day", "2049-09-26": "Pchum Ben Day", "2049-09-27": "Pchum Ben Day", "2049-10-15": "HM King Norodom Sihanouk Mourning Day", "2049-10-29": "HM King Norodom Sihamoni's Coronation Day", "2049-11-08": "Water Festival", "2049-11-09": "National Independence Day; Water Festival", "2049-11-10": "Water Festival", "2049-12-29": "Peace Day in Cambodia", "2050-01-01": "International New Year Day", "2050-01-07": "Day of Victory over the Genocidal Regime", "2050-03-08": "International Women's Rights Day", "2050-04-13": "Khmer New Year's Day", "2050-04-14": "Khmer New Year's Day", "2050-04-15": "Khmer New Year's Day", "2050-05-01": "International Labor Day", "2050-05-05": "Visaka Bochea Day", "2050-05-09": "Royal Ploughing Ceremony", "2050-05-14": "HM King Norodom Sihamoni's Birthday", "2050-06-18": "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday", "2050-09-24": "Constitution Day", "2050-10-14": "Pchum Ben Day", "2050-10-15": "HM King Norodom Sihanouk Mourning Day; Pchum Ben Day", "2050-10-16": "Pchum Ben Day", "2050-10-29": "HM King Norodom Sihamoni's Coronation Day", "2050-11-09": "National Independence Day", "2050-11-27": "Water Festival", "2050-11-28": "Water Festival", "2050-11-29": "Water Festival", "2050-12-29": "Peace Day in Cambodia" } holidays-0.71/snapshots/countries/KN_COMMON.json000066400000000000000000001040171500152103600215610ustar00rootroot00000000000000{ "1983-01-01": "Carnival Day", "1983-01-02": "Carnival Day - Last Lap", "1983-01-03": "Carnival Day - Last Lap (observed)", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-02": "Labour Day", "1983-05-23": "Whit Monday", "1983-08-01": "First Monday of August", "1983-08-02": "Culturama Day - Last Lap", "1983-09-19": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "Carnival Day", "1984-01-02": "Carnival Day - Last Lap", "1984-01-03": "Carnival Day (observed)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-07": "Labour Day", "1984-06-11": "Whit Monday", "1984-08-06": "First Monday of August", "1984-08-07": "Culturama Day - Last Lap", "1984-09-19": "Independence Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "Carnival Day", "1985-01-02": "Carnival Day - Last Lap", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-06": "Labour Day", "1985-05-27": "Whit Monday", "1985-08-05": "First Monday of August", "1985-08-06": "Culturama Day - Last Lap", "1985-09-19": "Independence Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "Carnival Day", "1986-01-02": "Carnival Day - Last Lap", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-05": "Labour Day", "1986-05-19": "Whit Monday", "1986-08-04": "First Monday of August", "1986-08-05": "Culturama Day - Last Lap", "1986-09-19": "Independence Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "Carnival Day", "1987-01-02": "Carnival Day - Last Lap", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-04": "Labour Day", "1987-06-08": "Whit Monday", "1987-08-03": "First Monday of August", "1987-08-04": "Culturama Day - Last Lap", "1987-09-19": "Independence Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "Carnival Day", "1988-01-02": "Carnival Day - Last Lap", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-02": "Labour Day", "1988-05-23": "Whit Monday", "1988-08-01": "First Monday of August", "1988-08-02": "Culturama Day - Last Lap", "1988-09-19": "Independence Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "Carnival Day", "1989-01-02": "Carnival Day - Last Lap", "1989-01-03": "Carnival Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labour Day", "1989-05-15": "Whit Monday", "1989-08-07": "First Monday of August", "1989-08-08": "Culturama Day - Last Lap", "1989-09-19": "Independence Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "Carnival Day", "1990-01-02": "Carnival Day - Last Lap", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-07": "Labour Day", "1990-06-04": "Whit Monday", "1990-08-06": "First Monday of August", "1990-08-07": "Culturama Day - Last Lap", "1990-09-19": "Independence Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "Carnival Day", "1991-01-02": "Carnival Day - Last Lap", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-06": "Labour Day", "1991-05-20": "Whit Monday", "1991-08-05": "First Monday of August", "1991-08-06": "Culturama Day - Last Lap", "1991-09-19": "Independence Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "Carnival Day", "1992-01-02": "Carnival Day - Last Lap", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-04": "Labour Day", "1992-06-08": "Whit Monday", "1992-08-03": "First Monday of August", "1992-08-04": "Culturama Day - Last Lap", "1992-09-19": "Independence Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "Carnival Day", "1993-01-02": "Carnival Day - Last Lap", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-03": "Labour Day", "1993-05-31": "Whit Monday", "1993-08-02": "First Monday of August", "1993-08-03": "Culturama Day - Last Lap", "1993-09-19": "Independence Day", "1993-09-20": "Independence Day (observed)", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (observed)", "1994-01-01": "Carnival Day", "1994-01-02": "Carnival Day - Last Lap", "1994-01-03": "Carnival Day - Last Lap (observed)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-02": "Labour Day", "1994-05-23": "Whit Monday", "1994-08-01": "First Monday of August", "1994-08-02": "Culturama Day - Last Lap", "1994-09-19": "Independence Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "Carnival Day", "1995-01-02": "Carnival Day - Last Lap", "1995-01-03": "Carnival Day (observed)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labour Day", "1995-06-05": "Whit Monday", "1995-08-07": "First Monday of August", "1995-08-08": "Culturama Day - Last Lap", "1995-09-19": "Independence Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "Carnival Day", "1996-01-02": "Carnival Day - Last Lap", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-06": "Labour Day", "1996-05-27": "Whit Monday", "1996-08-05": "First Monday of August", "1996-08-06": "Culturama Day - Last Lap", "1996-09-19": "Independence Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "Carnival Day", "1997-01-02": "Carnival Day - Last Lap", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-05": "Labour Day", "1997-05-19": "Whit Monday", "1997-08-04": "First Monday of August", "1997-08-05": "Culturama Day - Last Lap", "1997-09-19": "Independence Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "Carnival Day", "1998-01-02": "Carnival Day - Last Lap", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-04": "Labour Day", "1998-06-01": "Whit Monday", "1998-08-03": "Emancipation Day", "1998-08-04": "Culturama Day - Last Lap", "1998-09-16": "National Heroes Day", "1998-09-19": "Independence Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "Carnival Day", "1999-01-02": "Carnival Day - Last Lap", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-03": "Labour Day", "1999-05-24": "Whit Monday", "1999-08-02": "Emancipation Day", "1999-08-03": "Culturama Day - Last Lap", "1999-09-16": "National Heroes Day", "1999-09-19": "Independence Day", "1999-09-20": "Independence Day (observed)", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "Carnival Day", "2000-01-02": "Carnival Day - Last Lap", "2000-01-03": "Carnival Day - Last Lap (observed)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-06-12": "Whit Monday", "2000-08-07": "Emancipation Day", "2000-08-08": "Culturama Day - Last Lap", "2000-09-16": "National Heroes Day", "2000-09-19": "Independence Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "Carnival Day", "2001-01-02": "Carnival Day - Last Lap", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-07": "Labour Day", "2001-06-04": "Whit Monday", "2001-08-06": "Emancipation Day", "2001-08-07": "Culturama Day - Last Lap", "2001-09-16": "National Heroes Day", "2001-09-17": "National Heroes Day (observed)", "2001-09-19": "Independence Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "Carnival Day", "2002-01-02": "Carnival Day - Last Lap", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-06": "Labour Day", "2002-05-20": "Whit Monday", "2002-08-05": "Emancipation Day", "2002-08-06": "Culturama Day - Last Lap", "2002-09-16": "National Heroes Day", "2002-09-19": "Independence Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "Carnival Day", "2003-01-02": "Carnival Day - Last Lap", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-05": "Labour Day", "2003-06-09": "Whit Monday", "2003-08-04": "Emancipation Day", "2003-08-05": "Culturama Day - Last Lap", "2003-08-25": "Kim Collins Day", "2003-09-16": "National Heroes Day", "2003-09-19": "Independence Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "Carnival Day", "2004-01-02": "Carnival Day - Last Lap", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-03": "Labour Day", "2004-05-31": "Whit Monday", "2004-08-02": "Emancipation Day", "2004-08-03": "Culturama Day - Last Lap", "2004-08-25": "Kim Collins Day", "2004-09-16": "National Heroes Day", "2004-09-19": "Independence Day", "2004-09-20": "Independence Day (observed)", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "Carnival Day", "2005-01-02": "Carnival Day - Last Lap", "2005-01-03": "Carnival Day - Last Lap (observed)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-02": "Labour Day", "2005-05-16": "Whit Monday", "2005-08-01": "Emancipation Day", "2005-08-02": "Culturama Day - Last Lap", "2005-08-25": "Kim Collins Day", "2005-09-16": "National Heroes Day", "2005-09-19": "Independence Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "Carnival Day", "2006-01-02": "Carnival Day - Last Lap", "2006-01-03": "Carnival Day (observed)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-06-05": "Whit Monday", "2006-08-07": "Emancipation Day", "2006-08-08": "Culturama Day - Last Lap", "2006-08-25": "Kim Collins Day", "2006-09-16": "National Heroes Day", "2006-09-19": "Independence Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "Carnival Day", "2007-01-02": "Carnival Day - Last Lap", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-07": "Labour Day", "2007-05-28": "Whit Monday", "2007-08-06": "Emancipation Day", "2007-08-07": "Culturama Day - Last Lap", "2007-08-25": "Kim Collins Day", "2007-09-16": "National Heroes Day", "2007-09-17": "National Heroes Day (observed)", "2007-09-19": "Independence Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "Carnival Day", "2008-01-02": "Carnival Day - Last Lap", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-05": "Labour Day", "2008-05-12": "Whit Monday", "2008-08-04": "Emancipation Day", "2008-08-05": "Culturama Day - Last Lap", "2008-08-25": "Kim Collins Day", "2008-09-16": "National Heroes Day", "2008-09-19": "Independence Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "Carnival Day", "2009-01-02": "Carnival Day - Last Lap", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-04": "Labour Day", "2009-06-01": "Whit Monday", "2009-08-03": "Emancipation Day", "2009-08-04": "Culturama Day - Last Lap", "2009-08-25": "Kim Collins Day", "2009-09-16": "National Heroes Day", "2009-09-19": "Independence Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "Carnival Day", "2010-01-02": "Carnival Day - Last Lap", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-03": "Labour Day", "2010-05-24": "Whit Monday", "2010-08-02": "Emancipation Day", "2010-08-03": "Culturama Day - Last Lap", "2010-08-25": "Kim Collins Day", "2010-09-16": "National Heroes Day", "2010-09-19": "Independence Day", "2010-09-20": "Independence Day (observed)", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "Carnival Day", "2011-01-02": "Carnival Day - Last Lap", "2011-01-03": "Carnival Day - Last Lap (observed)", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-02": "Labour Day", "2011-06-13": "Whit Monday", "2011-08-01": "Emancipation Day", "2011-08-02": "Culturama Day - Last Lap", "2011-08-25": "Kim Collins Day", "2011-09-16": "National Heroes Day", "2011-09-19": "Independence Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "Carnival Day", "2012-01-02": "Carnival Day - Last Lap", "2012-01-03": "Carnival Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-07": "Labour Day", "2012-05-28": "Whit Monday", "2012-08-06": "Emancipation Day", "2012-08-07": "Culturama Day - Last Lap", "2012-08-25": "Kim Collins Day", "2012-09-16": "National Heroes Day", "2012-09-17": "National Heroes Day (observed)", "2012-09-19": "Independence Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "Carnival Day", "2013-01-02": "Carnival Day - Last Lap", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-06": "Labour Day", "2013-05-20": "Whit Monday", "2013-08-05": "Emancipation Day", "2013-08-06": "Culturama Day - Last Lap", "2013-08-25": "Kim Collins Day", "2013-09-16": "National Heroes Day", "2013-09-19": "Independence Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "Carnival Day", "2014-01-02": "Carnival Day - Last Lap", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-05": "Labour Day", "2014-06-09": "Whit Monday", "2014-08-04": "Emancipation Day", "2014-08-05": "Culturama Day - Last Lap", "2014-08-25": "Kim Collins Day", "2014-09-16": "National Heroes Day", "2014-09-19": "Independence Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "Carnival Day", "2015-01-02": "Carnival Day - Last Lap", "2015-02-18": "Federal Election Victory Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-04": "Labour Day", "2015-05-25": "Whit Monday", "2015-08-03": "Emancipation Day", "2015-08-04": "Culturama Day - Last Lap", "2015-08-25": "Kim Collins Day", "2015-09-16": "National Heroes Day", "2015-09-19": "Independence Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "Carnival Day", "2016-01-02": "Carnival Day - Last Lap", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-02": "Labour Day", "2016-05-16": "Whit Monday", "2016-08-01": "Emancipation Day", "2016-08-02": "Culturama Day - Last Lap", "2016-08-25": "Kim Collins Day", "2016-09-16": "National Heroes Day", "2016-09-19": "Independence Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "Carnival Day", "2017-01-02": "Carnival Day - Last Lap", "2017-01-03": "Carnival Day (observed)", "2017-03-23": "The Passing of His Excellency Sir Probyn Inniss", "2017-04-10": "The Passing of His Excellency Sir Cuthbert Sebastian", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-06-05": "Whit Monday", "2017-08-07": "Emancipation Day", "2017-08-08": "Culturama Day - Last Lap", "2017-08-25": "Kim Collins Day", "2017-09-16": "National Heroes Day", "2017-09-19": "Independence Day", "2017-09-20": "National Clean Up Day", "2017-12-19": "Local Election Victory Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "Carnival Day", "2018-01-02": "Carnival Day - Last Lap", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-07": "Labour Day", "2018-05-21": "Whit Monday", "2018-08-06": "Emancipation Day", "2018-08-07": "Culturama Day - Last Lap", "2018-08-25": "Kim Collins Day", "2018-09-16": "National Heroes Day", "2018-09-17": "National Heroes Day (observed)", "2018-09-19": "Independence Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2018-12-31": "Children's Carnival Day", "2019-01-01": "Carnival Day", "2019-01-02": "Carnival Day - Last Lap", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-06": "Labour Day", "2019-06-10": "Whit Monday", "2019-08-05": "Emancipation Day", "2019-08-06": "Culturama Day - Last Lap", "2019-08-25": "Kim Collins Day", "2019-09-16": "National Heroes Day", "2019-09-19": "Independence Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2019-12-31": "Children's Carnival Day", "2020-01-01": "Carnival Day", "2020-01-02": "Carnival Day - Last Lap", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-04": "Labour Day", "2020-06-01": "Whit Monday", "2020-08-03": "Emancipation Day", "2020-08-04": "Culturama Day - Last Lap", "2020-08-25": "Kim Collins Day", "2020-09-16": "National Heroes Day", "2020-09-19": "Independence Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "Carnival Day", "2021-01-02": "Carnival Day - Last Lap", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-03": "Labour Day", "2021-05-24": "Whit Monday", "2021-08-02": "Emancipation Day", "2021-08-03": "Culturama Day - Last Lap", "2021-08-25": "Kim Collins Day", "2021-09-16": "National Heroes Day", "2021-09-19": "Independence Day", "2021-09-20": "Independence Day (observed)", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "Carnival Day", "2022-01-02": "Carnival Day - Last Lap", "2022-01-03": "Carnival Day - Last Lap (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-27": "2022 Gulf Insurance Inter-Primary Schools Championship", "2022-05-02": "Labour Day", "2022-06-06": "Whit Monday", "2022-08-01": "Emancipation Day", "2022-08-02": "Culturama Day - Last Lap", "2022-08-08": "Federal Election Victory Day", "2022-08-25": "Kim Collins Day", "2022-09-16": "National Heroes Day", "2022-09-19": "Independence Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "Carnival Day", "2023-01-02": "Carnival Day - Last Lap", "2023-01-03": "Carnival Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labour Day", "2023-05-29": "Whit Monday", "2023-07-04": "50th Anniversary of the Establishment of the Caribbean Community (CARICOM)", "2023-07-20": "The Passing of His Excellency Sir Tapley Seaton", "2023-08-07": "Emancipation Day", "2023-08-08": "Culturama Day - Last Lap", "2023-08-25": "Kim Collins Day", "2023-09-16": "National Heroes Day", "2023-09-19": "Independence Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2023-12-30": "Children's Carnival Day", "2024-01-01": "Carnival Day", "2024-01-02": "Carnival Day - Last Lap", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-06": "Labour Day", "2024-05-20": "Whit Monday", "2024-08-01": "Junior Cultural Street Parade", "2024-08-05": "Emancipation Day", "2024-08-06": "Culturama Day - Last Lap", "2024-08-25": "Kim Collins Day", "2024-09-16": "National Heroes Day", "2024-09-19": "Independence Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "Carnival Day", "2025-01-02": "Carnival Day - Last Lap", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-05": "Labour Day", "2025-06-09": "Whit Monday", "2025-08-04": "Emancipation Day", "2025-08-05": "Culturama Day - Last Lap", "2025-08-25": "Kim Collins Day", "2025-09-16": "National Heroes Day", "2025-09-19": "Independence Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "Carnival Day", "2026-01-02": "Carnival Day - Last Lap", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-04": "Labour Day", "2026-05-25": "Whit Monday", "2026-08-03": "Emancipation Day", "2026-08-04": "Culturama Day - Last Lap", "2026-08-25": "Kim Collins Day", "2026-09-16": "National Heroes Day", "2026-09-19": "Independence Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "Carnival Day", "2027-01-02": "Carnival Day - Last Lap", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-03": "Labour Day", "2027-05-17": "Whit Monday", "2027-08-02": "Emancipation Day", "2027-08-03": "Culturama Day - Last Lap", "2027-08-25": "Kim Collins Day", "2027-09-16": "National Heroes Day", "2027-09-19": "Independence Day", "2027-09-20": "Independence Day (observed)", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "Carnival Day", "2028-01-02": "Carnival Day - Last Lap", "2028-01-03": "Carnival Day - Last Lap (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labour Day", "2028-06-05": "Whit Monday", "2028-08-07": "Emancipation Day", "2028-08-08": "Culturama Day - Last Lap", "2028-08-25": "Kim Collins Day", "2028-09-16": "National Heroes Day", "2028-09-19": "Independence Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "Carnival Day", "2029-01-02": "Carnival Day - Last Lap", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-07": "Labour Day", "2029-05-21": "Whit Monday", "2029-08-06": "Emancipation Day", "2029-08-07": "Culturama Day - Last Lap", "2029-08-25": "Kim Collins Day", "2029-09-16": "National Heroes Day", "2029-09-17": "National Heroes Day (observed)", "2029-09-19": "Independence Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "Carnival Day", "2030-01-02": "Carnival Day - Last Lap", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-06": "Labour Day", "2030-06-10": "Whit Monday", "2030-08-05": "Emancipation Day", "2030-08-06": "Culturama Day - Last Lap", "2030-08-25": "Kim Collins Day", "2030-09-16": "National Heroes Day", "2030-09-19": "Independence Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "Carnival Day", "2031-01-02": "Carnival Day - Last Lap", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-05": "Labour Day", "2031-06-02": "Whit Monday", "2031-08-04": "Emancipation Day", "2031-08-05": "Culturama Day - Last Lap", "2031-08-25": "Kim Collins Day", "2031-09-16": "National Heroes Day", "2031-09-19": "Independence Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "Carnival Day", "2032-01-02": "Carnival Day - Last Lap", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-03": "Labour Day", "2032-05-17": "Whit Monday", "2032-08-02": "Emancipation Day", "2032-08-03": "Culturama Day - Last Lap", "2032-08-25": "Kim Collins Day", "2032-09-16": "National Heroes Day", "2032-09-19": "Independence Day", "2032-09-20": "Independence Day (observed)", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "Carnival Day", "2033-01-02": "Carnival Day - Last Lap", "2033-01-03": "Carnival Day - Last Lap (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-02": "Labour Day", "2033-06-06": "Whit Monday", "2033-08-01": "Emancipation Day", "2033-08-02": "Culturama Day - Last Lap", "2033-08-25": "Kim Collins Day", "2033-09-16": "National Heroes Day", "2033-09-19": "Independence Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "Carnival Day", "2034-01-02": "Carnival Day - Last Lap", "2034-01-03": "Carnival Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labour Day", "2034-05-29": "Whit Monday", "2034-08-07": "Emancipation Day", "2034-08-08": "Culturama Day - Last Lap", "2034-08-25": "Kim Collins Day", "2034-09-16": "National Heroes Day", "2034-09-19": "Independence Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "Carnival Day", "2035-01-02": "Carnival Day - Last Lap", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-07": "Labour Day", "2035-05-14": "Whit Monday", "2035-08-06": "Emancipation Day", "2035-08-07": "Culturama Day - Last Lap", "2035-08-25": "Kim Collins Day", "2035-09-16": "National Heroes Day", "2035-09-17": "National Heroes Day (observed)", "2035-09-19": "Independence Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "Carnival Day", "2036-01-02": "Carnival Day - Last Lap", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-05": "Labour Day", "2036-06-02": "Whit Monday", "2036-08-04": "Emancipation Day", "2036-08-05": "Culturama Day - Last Lap", "2036-08-25": "Kim Collins Day", "2036-09-16": "National Heroes Day", "2036-09-19": "Independence Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "Carnival Day", "2037-01-02": "Carnival Day - Last Lap", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-04": "Labour Day", "2037-05-25": "Whit Monday", "2037-08-03": "Emancipation Day", "2037-08-04": "Culturama Day - Last Lap", "2037-08-25": "Kim Collins Day", "2037-09-16": "National Heroes Day", "2037-09-19": "Independence Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "Carnival Day", "2038-01-02": "Carnival Day - Last Lap", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-03": "Labour Day", "2038-06-14": "Whit Monday", "2038-08-02": "Emancipation Day", "2038-08-03": "Culturama Day - Last Lap", "2038-08-25": "Kim Collins Day", "2038-09-16": "National Heroes Day", "2038-09-19": "Independence Day", "2038-09-20": "Independence Day (observed)", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "Carnival Day", "2039-01-02": "Carnival Day - Last Lap", "2039-01-03": "Carnival Day - Last Lap (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-02": "Labour Day", "2039-05-30": "Whit Monday", "2039-08-01": "Emancipation Day", "2039-08-02": "Culturama Day - Last Lap", "2039-08-25": "Kim Collins Day", "2039-09-16": "National Heroes Day", "2039-09-19": "Independence Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "Carnival Day", "2040-01-02": "Carnival Day - Last Lap", "2040-01-03": "Carnival Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-07": "Labour Day", "2040-05-21": "Whit Monday", "2040-08-06": "Emancipation Day", "2040-08-07": "Culturama Day - Last Lap", "2040-08-25": "Kim Collins Day", "2040-09-16": "National Heroes Day", "2040-09-17": "National Heroes Day (observed)", "2040-09-19": "Independence Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "Carnival Day", "2041-01-02": "Carnival Day - Last Lap", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-06": "Labour Day", "2041-06-10": "Whit Monday", "2041-08-05": "Emancipation Day", "2041-08-06": "Culturama Day - Last Lap", "2041-08-25": "Kim Collins Day", "2041-09-16": "National Heroes Day", "2041-09-19": "Independence Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "Carnival Day", "2042-01-02": "Carnival Day - Last Lap", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-05": "Labour Day", "2042-05-26": "Whit Monday", "2042-08-04": "Emancipation Day", "2042-08-05": "Culturama Day - Last Lap", "2042-08-25": "Kim Collins Day", "2042-09-16": "National Heroes Day", "2042-09-19": "Independence Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "Carnival Day", "2043-01-02": "Carnival Day - Last Lap", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-04": "Labour Day", "2043-05-18": "Whit Monday", "2043-08-03": "Emancipation Day", "2043-08-04": "Culturama Day - Last Lap", "2043-08-25": "Kim Collins Day", "2043-09-16": "National Heroes Day", "2043-09-19": "Independence Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "Carnival Day", "2044-01-02": "Carnival Day - Last Lap", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-02": "Labour Day", "2044-06-06": "Whit Monday", "2044-08-01": "Emancipation Day", "2044-08-02": "Culturama Day - Last Lap", "2044-08-25": "Kim Collins Day", "2044-09-16": "National Heroes Day", "2044-09-19": "Independence Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "Carnival Day", "2045-01-02": "Carnival Day - Last Lap", "2045-01-03": "Carnival Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labour Day", "2045-05-29": "Whit Monday", "2045-08-07": "Emancipation Day", "2045-08-08": "Culturama Day - Last Lap", "2045-08-25": "Kim Collins Day", "2045-09-16": "National Heroes Day", "2045-09-19": "Independence Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "Carnival Day", "2046-01-02": "Carnival Day - Last Lap", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-07": "Labour Day", "2046-05-14": "Whit Monday", "2046-08-06": "Emancipation Day", "2046-08-07": "Culturama Day - Last Lap", "2046-08-25": "Kim Collins Day", "2046-09-16": "National Heroes Day", "2046-09-17": "National Heroes Day (observed)", "2046-09-19": "Independence Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "Carnival Day", "2047-01-02": "Carnival Day - Last Lap", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-06": "Labour Day", "2047-06-03": "Whit Monday", "2047-08-05": "Emancipation Day", "2047-08-06": "Culturama Day - Last Lap", "2047-08-25": "Kim Collins Day", "2047-09-16": "National Heroes Day", "2047-09-19": "Independence Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "Carnival Day", "2048-01-02": "Carnival Day - Last Lap", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-04": "Labour Day", "2048-05-25": "Whit Monday", "2048-08-03": "Emancipation Day", "2048-08-04": "Culturama Day - Last Lap", "2048-08-25": "Kim Collins Day", "2048-09-16": "National Heroes Day", "2048-09-19": "Independence Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "Carnival Day", "2049-01-02": "Carnival Day - Last Lap", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-03": "Labour Day", "2049-06-07": "Whit Monday", "2049-08-02": "Emancipation Day", "2049-08-03": "Culturama Day - Last Lap", "2049-08-25": "Kim Collins Day", "2049-09-16": "National Heroes Day", "2049-09-19": "Independence Day", "2049-09-20": "Independence Day (observed)", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "Carnival Day", "2050-01-02": "Carnival Day - Last Lap", "2050-01-03": "Carnival Day - Last Lap (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-02": "Labour Day", "2050-05-30": "Whit Monday", "2050-08-01": "Emancipation Day", "2050-08-02": "Culturama Day - Last Lap", "2050-08-25": "Kim Collins Day", "2050-09-16": "National Heroes Day", "2050-09-19": "Independence Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/KR_COMMON.json000066400000000000000000002214771500152103600215770ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day", "1950-01-03": "New Year's Day", "1950-03-01": "Independence Movement Day", "1950-03-10": "Workers' Day", "1950-04-05": "Tree Planting Day", "1950-05-30": "National Assembly Election Day", "1950-06-21": "Joint Memorial Service for Fallen Soldiers", "1950-07-17": "Constitution Day", "1950-08-15": "Liberation Day", "1950-09-26": "Chuseok", "1950-10-03": "National Foundation Day", "1950-10-09": "Hangul Day", "1950-10-24": "United Nations Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-02": "New Year's Day", "1951-01-03": "New Year's Day", "1951-03-01": "Independence Movement Day", "1951-03-10": "Workers' Day", "1951-04-05": "Tree Planting Day", "1951-05-16": "Vice Presidential Election", "1951-07-17": "Constitution Day", "1951-08-15": "Liberation Day", "1951-09-15": "Chuseok", "1951-10-03": "National Foundation Day", "1951-10-09": "Hangul Day", "1951-10-24": "United Nations Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-02": "New Year's Day", "1952-01-03": "New Year's Day", "1952-03-01": "Independence Movement Day", "1952-03-10": "Workers' Day", "1952-04-05": "Tree Planting Day", "1952-04-25": "Local Election Day", "1952-05-10": "Local Election Day", "1952-07-17": "Constitution Day", "1952-08-05": "Presidential Election Day", "1952-08-15": "Liberation Day", "1952-10-03": "Chuseok; National Foundation Day", "1952-10-09": "Hangul Day", "1952-10-24": "United Nations Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-02": "New Year's Day", "1953-01-03": "New Year's Day", "1953-03-01": "Independence Movement Day", "1953-03-10": "Workers' Day", "1953-04-05": "Tree Planting Day", "1953-07-17": "Constitution Day", "1953-08-15": "Liberation Day", "1953-09-22": "Chuseok", "1953-10-03": "National Foundation Day", "1953-10-09": "Hangul Day", "1953-10-24": "United Nations Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-02": "New Year's Day", "1954-01-03": "New Year's Day", "1954-03-01": "Independence Movement Day", "1954-03-10": "Workers' Day", "1954-04-05": "Tree Planting Day", "1954-05-20": "National Assembly Election Day", "1954-07-17": "Constitution Day", "1954-08-15": "Liberation Day", "1954-09-11": "Chuseok", "1954-10-03": "National Foundation Day", "1954-10-09": "Hangul Day", "1954-10-24": "United Nations Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-02": "New Year's Day", "1955-01-03": "New Year's Day", "1955-03-01": "Independence Movement Day", "1955-03-10": "Workers' Day", "1955-04-05": "Tree Planting Day", "1955-07-17": "Constitution Day", "1955-08-15": "Liberation Day", "1955-09-30": "Chuseok", "1955-10-03": "National Foundation Day", "1955-10-09": "Hangul Day", "1955-10-24": "United Nations Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day", "1956-01-03": "New Year's Day", "1956-03-01": "Independence Movement Day", "1956-03-10": "Workers' Day", "1956-04-05": "Tree Planting Day", "1956-05-15": "Presidential Election Day", "1956-06-06": "Memorial Day", "1956-07-17": "Constitution Day", "1956-08-08": "Local Election Day", "1956-08-13": "Local Election Day", "1956-08-15": "Liberation Day", "1956-09-19": "Chuseok", "1956-10-03": "National Foundation Day", "1956-10-09": "Hangul Day", "1956-10-24": "United Nations Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-02": "New Year's Day", "1957-01-03": "New Year's Day", "1957-03-01": "Independence Movement Day", "1957-03-10": "Workers' Day", "1957-03-26": "President Syngman Rhee's Birthday", "1957-04-05": "Tree Planting Day", "1957-06-06": "Memorial Day", "1957-07-17": "Constitution Day", "1957-08-15": "Liberation Day", "1957-09-08": "Chuseok", "1957-10-03": "National Foundation Day", "1957-10-09": "Hangul Day", "1957-10-24": "United Nations Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-02": "New Year's Day", "1958-01-03": "New Year's Day", "1958-03-01": "Independence Movement Day", "1958-03-10": "Workers' Day", "1958-03-26": "President Syngman Rhee's Birthday", "1958-04-05": "Tree Planting Day", "1958-05-02": "National Assembly Election Day", "1958-06-06": "Memorial Day", "1958-07-17": "Constitution Day", "1958-08-15": "Liberation Day", "1958-09-27": "Chuseok", "1958-10-03": "National Foundation Day", "1958-10-09": "Hangul Day", "1958-10-24": "United Nations Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-02": "New Year's Day", "1959-01-03": "New Year's Day", "1959-03-01": "Independence Movement Day", "1959-03-10": "Workers' Day", "1959-03-26": "President Syngman Rhee's Birthday", "1959-04-05": "Tree Planting Day", "1959-04-06": "Alternative holiday for Tree Planting Day", "1959-06-06": "Memorial Day", "1959-07-17": "Constitution Day", "1959-08-15": "Liberation Day", "1959-09-17": "Chuseok", "1959-10-03": "National Foundation Day", "1959-10-09": "Hangul Day", "1959-10-24": "United Nations Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-02": "New Year's Day", "1960-01-03": "New Year's Day", "1960-03-01": "Independence Movement Day", "1960-03-10": "Workers' Day", "1960-03-15": "Presidential Election Day", "1960-03-16": "Sabang Day", "1960-03-26": "President Syngman Rhee's Birthday", "1960-06-06": "Memorial Day", "1960-07-17": "Constitution Day", "1960-07-18": "Alternative holiday for Constitution Day", "1960-07-29": "National Assembly Election Day", "1960-08-12": "Presidential Election Day", "1960-08-15": "Liberation Day", "1960-10-01": "New Government Celebration Day", "1960-10-03": "National Foundation Day", "1960-10-05": "Chuseok", "1960-10-09": "Hangul Day", "1960-10-10": "Alternative holiday for Hangul Day", "1960-10-24": "United Nations Day", "1960-12-12": "Local Election Day", "1960-12-19": "Local Election Day", "1960-12-25": "Christmas Day", "1960-12-26": "Alternative holiday for Christmas Day; Local Election Day", "1960-12-29": "Local Election Day", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day", "1961-01-03": "New Year's Day", "1961-03-01": "Independence Movement Day", "1961-03-10": "Workers' Day", "1961-04-05": "Tree Planting Day", "1961-04-19": "April 19 Revolution Anniversary", "1961-06-06": "Memorial Day", "1961-07-17": "Constitution Day", "1961-08-15": "Liberation Day", "1961-09-24": "Chuseok", "1961-10-03": "National Foundation Day", "1961-10-09": "Hangul Day", "1961-10-24": "United Nations Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-02": "New Year's Day", "1962-01-03": "New Year's Day", "1962-03-01": "Independence Movement Day", "1962-03-10": "Workers' Day", "1962-04-05": "Tree Planting Day", "1962-04-19": "April 19 Revolution Anniversary", "1962-05-16": "May 16 Military Coup d'Etat Anniversary", "1962-06-06": "Memorial Day", "1962-07-17": "Constitution Day", "1962-08-15": "Liberation Day", "1962-09-13": "Chuseok", "1962-10-03": "National Foundation Day", "1962-10-09": "Hangul Day", "1962-10-24": "United Nations Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-02": "New Year's Day", "1963-01-03": "New Year's Day", "1963-03-01": "Independence Movement Day", "1963-03-10": "Workers' Day", "1963-04-05": "Tree Planting Day", "1963-04-19": "April 19 Revolution Anniversary", "1963-05-16": "May 16 Military Coup d'Etat Anniversary", "1963-06-06": "Memorial Day", "1963-07-17": "Constitution Day", "1963-08-15": "Liberation Day", "1963-10-02": "Chuseok", "1963-10-03": "National Foundation Day", "1963-10-09": "Hangul Day", "1963-10-15": "Presidential Election Day", "1963-10-24": "United Nations Day", "1963-11-26": "National Assembly Election Day", "1963-12-17": "Presidential Inauguration Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-02": "New Year's Day", "1964-01-03": "New Year's Day", "1964-03-01": "Independence Movement Day", "1964-03-10": "Workers' Day", "1964-04-05": "Tree Planting Day", "1964-06-06": "Memorial Day", "1964-07-17": "Constitution Day", "1964-08-15": "Liberation Day", "1964-09-20": "Chuseok", "1964-10-03": "National Foundation Day", "1964-10-09": "Hangul Day", "1964-10-24": "United Nations Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-02": "New Year's Day", "1965-01-03": "New Year's Day", "1965-03-01": "Independence Movement Day", "1965-03-10": "Workers' Day", "1965-04-05": "Tree Planting Day", "1965-06-06": "Memorial Day", "1965-07-17": "Constitution Day", "1965-08-15": "Liberation Day", "1965-09-10": "Chuseok", "1965-10-03": "National Foundation Day", "1965-10-09": "Hangul Day", "1965-10-24": "United Nations Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-02": "New Year's Day", "1966-01-03": "New Year's Day", "1966-03-01": "Independence Movement Day", "1966-03-10": "Workers' Day", "1966-04-05": "Tree Planting Day", "1966-06-06": "Memorial Day", "1966-07-17": "Constitution Day", "1966-08-15": "Liberation Day", "1966-09-29": "Chuseok", "1966-10-01": "Armed Forces Day", "1966-10-03": "National Foundation Day", "1966-10-09": "Hangul Day", "1966-10-24": "United Nations Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day", "1967-01-03": "New Year's Day", "1967-01-04": "Temporary Public Holiday", "1967-03-01": "Independence Movement Day", "1967-03-10": "Workers' Day", "1967-04-05": "Tree Planting Day", "1967-05-03": "Presidential Election Day", "1967-06-06": "Memorial Day", "1967-06-08": "National Assembly Election Day", "1967-07-01": "Presidential Inauguration Day", "1967-07-17": "Constitution Day", "1967-08-15": "Liberation Day", "1967-09-18": "Chuseok", "1967-10-03": "National Foundation Day", "1967-10-09": "Hangul Day", "1967-10-24": "United Nations Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-02": "New Year's Day", "1968-01-03": "New Year's Day", "1968-03-01": "Independence Movement Day", "1968-03-10": "Workers' Day", "1968-04-05": "Tree Planting Day", "1968-06-06": "Memorial Day", "1968-07-17": "Constitution Day", "1968-08-15": "Liberation Day", "1968-10-03": "National Foundation Day", "1968-10-06": "Chuseok", "1968-10-09": "Hangul Day", "1968-10-24": "United Nations Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-02": "New Year's Day", "1969-01-03": "New Year's Day", "1969-03-01": "Independence Movement Day", "1969-03-10": "Workers' Day", "1969-04-05": "Tree Planting Day", "1969-06-06": "Memorial Day", "1969-07-17": "Constitution Day", "1969-07-21": "Commemoration of the Apollo 11 Moon Landing", "1969-08-15": "Liberation Day", "1969-09-26": "Chuseok", "1969-10-03": "National Foundation Day", "1969-10-09": "Hangul Day", "1969-10-17": "Third-term Constitutional Referendum Day", "1969-10-24": "United Nations Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-02": "New Year's Day", "1970-01-03": "New Year's Day", "1970-03-01": "Independence Movement Day", "1970-03-10": "Workers' Day", "1970-04-05": "Tree Planting Day", "1970-06-06": "Memorial Day", "1970-07-17": "Constitution Day", "1970-08-15": "Liberation Day", "1970-09-15": "Chuseok", "1970-10-03": "National Foundation Day", "1970-10-09": "Hangul Day", "1970-10-24": "United Nations Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-02": "New Year's Day", "1971-01-03": "New Year's Day", "1971-03-01": "Independence Movement Day", "1971-03-10": "Workers' Day", "1971-04-05": "Tree Planting Day", "1971-04-27": "Presidential Election Day", "1971-05-25": "National Assembly Election Day", "1971-06-06": "Memorial Day", "1971-07-01": "Presidential Inauguration Day", "1971-07-17": "Constitution Day", "1971-08-15": "Liberation Day", "1971-10-03": "Chuseok; National Foundation Day", "1971-10-09": "Hangul Day", "1971-10-24": "United Nations Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-02": "New Year's Day", "1972-01-03": "New Year's Day", "1972-03-01": "Independence Movement Day", "1972-03-10": "Workers' Day", "1972-04-05": "Tree Planting Day", "1972-06-06": "Memorial Day", "1972-07-17": "Constitution Day", "1972-08-15": "Liberation Day", "1972-09-22": "Chuseok", "1972-10-03": "National Foundation Day", "1972-10-09": "Hangul Day", "1972-10-24": "United Nations Day", "1972-11-21": "Yushin Constitution Referendum Day", "1972-12-15": "National Conference for Unification Election Day.", "1972-12-23": "Presidential Election Day", "1972-12-25": "Christmas Day", "1972-12-27": "Presidential Inauguration Day", "1973-01-01": "New Year's Day", "1973-01-02": "New Year's Day", "1973-01-03": "New Year's Day", "1973-02-27": "National Assembly Election Day", "1973-03-01": "Independence Movement Day", "1973-03-10": "Workers' Day", "1973-04-05": "Tree Planting Day", "1973-06-06": "Memorial Day", "1973-07-17": "Constitution Day", "1973-08-15": "Liberation Day", "1973-09-11": "Chuseok", "1973-10-03": "National Foundation Day", "1973-10-09": "Hangul Day", "1973-10-24": "United Nations Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-02": "New Year's Day", "1974-01-03": "New Year's Day", "1974-03-01": "Independence Movement Day", "1974-03-10": "Workers' Day", "1974-04-05": "Tree Planting Day", "1974-06-06": "Memorial Day", "1974-07-17": "Constitution Day", "1974-08-15": "Liberation Day", "1974-08-19": "First Lady Yuk Young-soo's Funeral Ceremony", "1974-09-30": "Chuseok", "1974-10-03": "National Foundation Day", "1974-10-09": "Hangul Day", "1974-10-24": "United Nations Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-02": "New Year's Day", "1975-01-03": "New Year's Day", "1975-02-12": "Yushin Constitution Referendum Day", "1975-03-01": "Independence Movement Day", "1975-03-10": "Workers' Day", "1975-04-05": "Tree Planting Day", "1975-05-05": "Children's Day", "1975-05-18": "Buddha's Birthday", "1975-06-06": "Memorial Day", "1975-07-17": "Constitution Day", "1975-08-15": "Liberation Day", "1975-09-20": "Chuseok", "1975-10-03": "National Foundation Day", "1975-10-09": "Hangul Day", "1975-10-24": "United Nations Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-02": "New Year's Day", "1976-01-03": "New Year's Day", "1976-03-01": "Independence Movement Day", "1976-03-10": "Workers' Day", "1976-04-05": "Tree Planting Day", "1976-05-05": "Children's Day", "1976-05-06": "Buddha's Birthday", "1976-06-06": "Memorial Day", "1976-07-17": "Constitution Day", "1976-08-15": "Liberation Day", "1976-09-08": "Chuseok", "1976-10-01": "Armed Forces Day", "1976-10-03": "National Foundation Day", "1976-10-09": "Hangul Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-02": "New Year's Day", "1977-01-03": "New Year's Day", "1977-03-01": "Independence Movement Day", "1977-03-10": "Workers' Day", "1977-04-05": "Tree Planting Day", "1977-05-05": "Children's Day", "1977-05-25": "Buddha's Birthday", "1977-06-06": "Memorial Day", "1977-07-17": "Constitution Day", "1977-08-15": "Liberation Day", "1977-09-27": "Chuseok", "1977-10-01": "Armed Forces Day", "1977-10-03": "National Foundation Day", "1977-10-09": "Hangul Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day", "1978-01-03": "New Year's Day", "1978-03-01": "Independence Movement Day", "1978-03-10": "Workers' Day", "1978-04-05": "Tree Planting Day", "1978-05-05": "Children's Day", "1978-05-14": "Buddha's Birthday", "1978-05-18": "National Conference for Unification Election Day.", "1978-06-06": "Memorial Day", "1978-07-06": "Presidential Election Day", "1978-07-17": "Constitution Day", "1978-08-15": "Liberation Day", "1978-09-17": "Chuseok", "1978-10-01": "Armed Forces Day", "1978-10-03": "National Foundation Day", "1978-10-09": "Hangul Day", "1978-12-12": "National Assembly Election Day", "1978-12-25": "Christmas Day", "1978-12-27": "Presidential Inauguration Day", "1979-01-01": "New Year's Day", "1979-01-02": "New Year's Day", "1979-01-03": "New Year's Day", "1979-03-01": "Independence Movement Day", "1979-03-10": "Workers' Day", "1979-04-05": "Tree Planting Day", "1979-05-03": "Buddha's Birthday", "1979-05-05": "Children's Day", "1979-06-06": "Memorial Day", "1979-07-17": "Constitution Day", "1979-08-15": "Liberation Day", "1979-10-01": "Armed Forces Day", "1979-10-03": "National Foundation Day", "1979-10-05": "Chuseok", "1979-10-09": "Hangul Day", "1979-11-03": "President Park Chung Hee's Funeral Ceremony", "1979-12-06": "Presidential Election Day", "1979-12-21": "Presidential Inauguration Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-02": "New Year's Day", "1980-01-03": "New Year's Day", "1980-03-01": "Independence Movement Day", "1980-03-10": "Workers' Day", "1980-04-05": "Tree Planting Day", "1980-05-05": "Children's Day", "1980-05-21": "Buddha's Birthday", "1980-06-06": "Memorial Day", "1980-07-17": "Constitution Day", "1980-08-15": "Liberation Day", "1980-08-27": "Presidential Election Day", "1980-09-01": "Presidential Inauguration Day", "1980-09-23": "Chuseok", "1980-10-01": "Armed Forces Day", "1980-10-03": "National Foundation Day", "1980-10-09": "Hangul Day", "1980-10-22": "5th Republic Constitutional Referendum Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-02": "New Year's Day", "1981-01-03": "New Year's Day", "1981-02-11": "Electoral College Election Day", "1981-02-25": "Presidential Election Day", "1981-03-01": "Independence Movement Day", "1981-03-03": "Presidential Inauguration Day", "1981-03-10": "Workers' Day", "1981-03-25": "National Assembly Election Day", "1981-04-05": "Tree Planting Day", "1981-05-05": "Children's Day", "1981-05-11": "Buddha's Birthday", "1981-06-06": "Memorial Day", "1981-07-17": "Constitution Day", "1981-08-15": "Liberation Day", "1981-09-12": "Chuseok", "1981-10-01": "Armed Forces Day", "1981-10-03": "National Foundation Day", "1981-10-09": "Hangul Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-02": "New Year's Day", "1982-01-03": "New Year's Day", "1982-03-01": "Independence Movement Day", "1982-03-10": "Workers' Day", "1982-04-05": "Tree Planting Day", "1982-05-01": "Buddha's Birthday", "1982-05-05": "Children's Day", "1982-06-06": "Memorial Day", "1982-07-17": "Constitution Day", "1982-08-15": "Liberation Day", "1982-10-01": "Armed Forces Day; Chuseok", "1982-10-02": "Temporary Public Holiday", "1982-10-03": "National Foundation Day", "1982-10-09": "Hangul Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-02": "New Year's Day", "1983-01-03": "New Year's Day", "1983-03-01": "Independence Movement Day", "1983-03-10": "Workers' Day", "1983-04-05": "Tree Planting Day", "1983-05-05": "Children's Day", "1983-05-20": "Buddha's Birthday", "1983-06-06": "Memorial Day", "1983-07-17": "Constitution Day", "1983-08-15": "Liberation Day", "1983-09-21": "Chuseok", "1983-10-01": "Armed Forces Day", "1983-10-03": "National Foundation Day", "1983-10-09": "Hangul Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day", "1984-01-03": "New Year's Day", "1984-03-01": "Independence Movement Day", "1984-03-10": "Workers' Day", "1984-04-05": "Tree Planting Day", "1984-05-05": "Children's Day", "1984-05-08": "Buddha's Birthday", "1984-06-06": "Memorial Day", "1984-07-17": "Constitution Day", "1984-08-15": "Liberation Day", "1984-09-10": "Chuseok", "1984-10-01": "Armed Forces Day", "1984-10-03": "National Foundation Day", "1984-10-09": "Hangul Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-02": "New Year's Day", "1985-01-03": "New Year's Day", "1985-02-12": "National Assembly Election Day", "1985-02-20": "Folk Day", "1985-03-01": "Independence Movement Day", "1985-03-10": "Workers' Day", "1985-04-05": "Tree Planting Day", "1985-05-05": "Children's Day", "1985-05-27": "Buddha's Birthday", "1985-06-06": "Memorial Day", "1985-07-17": "Constitution Day", "1985-08-15": "Liberation Day", "1985-09-29": "Chuseok", "1985-10-01": "Armed Forces Day", "1985-10-03": "National Foundation Day", "1985-10-09": "Hangul Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-02": "New Year's Day", "1986-01-03": "New Year's Day", "1986-02-09": "Folk Day", "1986-03-01": "Independence Movement Day", "1986-03-10": "Workers' Day", "1986-04-05": "Tree Planting Day", "1986-05-05": "Children's Day", "1986-05-16": "Buddha's Birthday", "1986-06-06": "Memorial Day", "1986-07-17": "Constitution Day", "1986-08-15": "Liberation Day", "1986-09-18": "Chuseok", "1986-09-19": "The second day of Chuseok", "1986-10-01": "Armed Forces Day", "1986-10-03": "National Foundation Day", "1986-10-09": "Hangul Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-02": "New Year's Day", "1987-01-03": "New Year's Day", "1987-01-29": "Folk Day", "1987-03-01": "Independence Movement Day", "1987-03-10": "Workers' Day", "1987-04-05": "Tree Planting Day", "1987-05-05": "Buddha's Birthday; Children's Day", "1987-06-06": "Memorial Day", "1987-07-17": "Constitution Day", "1987-08-15": "Liberation Day", "1987-10-01": "Armed Forces Day", "1987-10-03": "National Foundation Day", "1987-10-07": "Chuseok", "1987-10-08": "The second day of Chuseok", "1987-10-09": "Hangul Day", "1987-10-27": "6th Republic Constitutional Referendum Day", "1987-12-16": "Presidential Election Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-02": "New Year's Day", "1988-01-03": "New Year's Day", "1988-02-18": "Folk Day", "1988-02-25": "Presidential Inauguration Day", "1988-03-01": "Independence Movement Day", "1988-03-10": "Workers' Day", "1988-04-05": "Tree Planting Day", "1988-04-26": "National Assembly Election Day", "1988-05-05": "Children's Day", "1988-05-23": "Buddha's Birthday", "1988-06-06": "Memorial Day", "1988-07-17": "Constitution Day", "1988-08-15": "Liberation Day", "1988-09-17": "1988 Seoul Olympics Opening Ceremony", "1988-09-25": "Chuseok", "1988-09-26": "The second day of Chuseok", "1988-10-01": "Armed Forces Day", "1988-10-03": "National Foundation Day", "1988-10-09": "Hangul Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day", "1989-01-03": "New Year's Day", "1989-02-05": "The day preceding Korean New Year", "1989-02-06": "Korean New Year", "1989-02-07": "The second day of Korean New Year", "1989-03-01": "Independence Movement Day", "1989-03-10": "Workers' Day", "1989-04-05": "Tree Planting Day", "1989-05-05": "Children's Day", "1989-05-12": "Buddha's Birthday", "1989-06-06": "Memorial Day", "1989-07-17": "Constitution Day", "1989-08-15": "Liberation Day", "1989-09-13": "The day preceding Chuseok", "1989-09-14": "Chuseok", "1989-09-15": "The second day of Chuseok", "1989-10-01": "Armed Forces Day", "1989-10-02": "Alternative holiday for Armed Forces Day", "1989-10-03": "National Foundation Day", "1989-10-09": "Hangul Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-02": "New Year's Day", "1990-01-26": "The day preceding Korean New Year", "1990-01-27": "Korean New Year", "1990-01-28": "The second day of Korean New Year", "1990-03-01": "Independence Movement Day", "1990-03-10": "Workers' Day", "1990-04-05": "Tree Planting Day", "1990-05-02": "Buddha's Birthday", "1990-05-05": "Children's Day", "1990-06-06": "Memorial Day", "1990-07-17": "Constitution Day", "1990-08-15": "Liberation Day", "1990-10-01": "Armed Forces Day", "1990-10-02": "The day preceding Chuseok", "1990-10-03": "Chuseok; National Foundation Day", "1990-10-04": "The second day of Chuseok", "1990-10-09": "Hangul Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Day", "1991-02-14": "The day preceding Korean New Year", "1991-02-15": "Korean New Year", "1991-02-16": "The second day of Korean New Year", "1991-03-01": "Independence Movement Day", "1991-03-10": "Workers' Day", "1991-03-26": "Local Election Day", "1991-04-05": "Tree Planting Day", "1991-05-05": "Children's Day", "1991-05-21": "Buddha's Birthday", "1991-06-06": "Memorial Day", "1991-06-20": "Local Election Day", "1991-07-17": "Constitution Day", "1991-08-15": "Liberation Day", "1991-09-21": "The day preceding Chuseok", "1991-09-22": "Chuseok", "1991-09-23": "The second day of Chuseok", "1991-10-03": "National Foundation Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day", "1992-02-03": "The day preceding Korean New Year", "1992-02-04": "Korean New Year", "1992-02-05": "The second day of Korean New Year", "1992-03-01": "Independence Movement Day", "1992-03-10": "Workers' Day", "1992-03-24": "National Assembly Election Day", "1992-04-05": "Tree Planting Day", "1992-05-05": "Children's Day", "1992-05-10": "Buddha's Birthday", "1992-06-06": "Memorial Day", "1992-07-17": "Constitution Day", "1992-08-15": "Liberation Day", "1992-09-10": "The day preceding Chuseok", "1992-09-11": "Chuseok", "1992-09-12": "The second day of Chuseok", "1992-10-03": "National Foundation Day", "1992-12-18": "Presidential Election Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-01-22": "The day preceding Korean New Year", "1993-01-23": "Korean New Year", "1993-01-24": "The second day of Korean New Year", "1993-03-01": "Independence Movement Day", "1993-03-10": "Workers' Day", "1993-04-05": "Tree Planting Day", "1993-05-05": "Children's Day", "1993-05-28": "Buddha's Birthday", "1993-06-06": "Memorial Day", "1993-07-17": "Constitution Day", "1993-08-15": "Liberation Day", "1993-09-29": "The day preceding Chuseok", "1993-09-30": "Chuseok", "1993-10-01": "The second day of Chuseok", "1993-10-03": "National Foundation Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-02-09": "The day preceding Korean New Year", "1994-02-10": "Korean New Year", "1994-02-11": "The second day of Korean New Year", "1994-03-01": "Independence Movement Day", "1994-04-05": "Tree Planting Day", "1994-05-01": "Workers' Day", "1994-05-05": "Children's Day", "1994-05-18": "Buddha's Birthday", "1994-06-06": "Memorial Day", "1994-07-17": "Constitution Day", "1994-08-15": "Liberation Day", "1994-09-19": "The day preceding Chuseok", "1994-09-20": "Chuseok", "1994-09-21": "The second day of Chuseok", "1994-10-03": "National Foundation Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-01-30": "The day preceding Korean New Year", "1995-01-31": "Korean New Year", "1995-02-01": "The second day of Korean New Year", "1995-03-01": "Independence Movement Day", "1995-04-05": "Tree Planting Day", "1995-05-01": "Workers' Day", "1995-05-05": "Children's Day", "1995-05-07": "Buddha's Birthday", "1995-06-06": "Memorial Day", "1995-06-27": "Local Election Day", "1995-07-17": "Constitution Day", "1995-08-15": "Liberation Day", "1995-09-08": "The day preceding Chuseok", "1995-09-09": "Chuseok", "1995-09-10": "The second day of Chuseok", "1995-10-03": "National Foundation Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-02-18": "The day preceding Korean New Year", "1996-02-19": "Korean New Year", "1996-02-20": "The second day of Korean New Year", "1996-03-01": "Independence Movement Day", "1996-04-05": "Tree Planting Day", "1996-04-11": "National Assembly Election Day", "1996-05-01": "Workers' Day", "1996-05-05": "Children's Day", "1996-05-24": "Buddha's Birthday", "1996-06-06": "Memorial Day", "1996-07-17": "Constitution Day", "1996-08-15": "Liberation Day", "1996-09-26": "The day preceding Chuseok", "1996-09-27": "Chuseok", "1996-09-28": "The second day of Chuseok", "1996-10-03": "National Foundation Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-02-07": "The day preceding Korean New Year", "1997-02-08": "Korean New Year", "1997-02-09": "The second day of Korean New Year", "1997-03-01": "Independence Movement Day", "1997-04-05": "Tree Planting Day", "1997-05-01": "Workers' Day", "1997-05-05": "Children's Day", "1997-05-14": "Buddha's Birthday", "1997-06-06": "Memorial Day", "1997-07-17": "Constitution Day", "1997-08-15": "Liberation Day", "1997-09-15": "The day preceding Chuseok", "1997-09-16": "Chuseok", "1997-09-17": "The second day of Chuseok", "1997-10-03": "National Foundation Day", "1997-12-18": "Presidential Election Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-01-27": "The day preceding Korean New Year", "1998-01-28": "Korean New Year", "1998-01-29": "The second day of Korean New Year", "1998-03-01": "Independence Movement Day", "1998-04-05": "Tree Planting Day", "1998-05-01": "Workers' Day", "1998-05-03": "Buddha's Birthday", "1998-05-05": "Children's Day", "1998-06-04": "Local Election Day", "1998-06-06": "Memorial Day", "1998-07-17": "Constitution Day", "1998-08-15": "Liberation Day", "1998-10-03": "National Foundation Day", "1998-10-04": "The day preceding Chuseok", "1998-10-05": "Chuseok", "1998-10-06": "The second day of Chuseok", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-15": "The day preceding Korean New Year", "1999-02-16": "Korean New Year", "1999-02-17": "The second day of Korean New Year", "1999-03-01": "Independence Movement Day", "1999-04-05": "Tree Planting Day", "1999-05-01": "Workers' Day", "1999-05-05": "Children's Day", "1999-05-22": "Buddha's Birthday", "1999-06-06": "Memorial Day", "1999-07-17": "Constitution Day", "1999-08-15": "Liberation Day", "1999-09-23": "The day preceding Chuseok", "1999-09-24": "Chuseok", "1999-09-25": "The second day of Chuseok", "1999-10-03": "National Foundation Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-02-04": "The day preceding Korean New Year", "2000-02-05": "Korean New Year", "2000-02-06": "The second day of Korean New Year", "2000-03-01": "Independence Movement Day", "2000-04-05": "Tree Planting Day", "2000-04-13": "National Assembly Election Day", "2000-05-01": "Workers' Day", "2000-05-05": "Children's Day", "2000-05-11": "Buddha's Birthday", "2000-06-06": "Memorial Day", "2000-07-17": "Constitution Day", "2000-08-15": "Liberation Day", "2000-09-11": "The day preceding Chuseok", "2000-09-12": "Chuseok", "2000-09-13": "The second day of Chuseok", "2000-10-03": "National Foundation Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-23": "The day preceding Korean New Year", "2001-01-24": "Korean New Year", "2001-01-25": "The second day of Korean New Year", "2001-03-01": "Independence Movement Day", "2001-04-05": "Tree Planting Day", "2001-05-01": "Buddha's Birthday; Workers' Day", "2001-05-05": "Children's Day", "2001-06-06": "Memorial Day", "2001-07-17": "Constitution Day", "2001-08-15": "Liberation Day", "2001-09-30": "The day preceding Chuseok", "2001-10-01": "Chuseok", "2001-10-02": "The second day of Chuseok", "2001-10-03": "National Foundation Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-11": "The day preceding Korean New Year", "2002-02-12": "Korean New Year", "2002-02-13": "The second day of Korean New Year", "2002-03-01": "Independence Movement Day", "2002-04-05": "Tree Planting Day", "2002-05-01": "Workers' Day", "2002-05-05": "Children's Day", "2002-05-19": "Buddha's Birthday", "2002-06-06": "Memorial Day", "2002-06-13": "Local Election Day", "2002-07-01": "2002 FIFA World Cup National Team Semi-Finals Celebrations", "2002-07-17": "Constitution Day", "2002-08-15": "Liberation Day", "2002-09-20": "The day preceding Chuseok", "2002-09-21": "Chuseok", "2002-09-22": "The second day of Chuseok", "2002-10-03": "National Foundation Day", "2002-12-19": "Presidential Election Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-31": "The day preceding Korean New Year", "2003-02-01": "Korean New Year", "2003-02-02": "The second day of Korean New Year", "2003-03-01": "Independence Movement Day", "2003-04-05": "Tree Planting Day", "2003-05-01": "Workers' Day", "2003-05-05": "Children's Day", "2003-05-08": "Buddha's Birthday", "2003-06-06": "Memorial Day", "2003-07-17": "Constitution Day", "2003-08-15": "Liberation Day", "2003-09-10": "The day preceding Chuseok", "2003-09-11": "Chuseok", "2003-09-12": "The second day of Chuseok", "2003-10-03": "National Foundation Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-21": "The day preceding Korean New Year", "2004-01-22": "Korean New Year", "2004-01-23": "The second day of Korean New Year", "2004-03-01": "Independence Movement Day", "2004-04-05": "Tree Planting Day", "2004-04-15": "National Assembly Election Day", "2004-05-01": "Workers' Day", "2004-05-05": "Children's Day", "2004-05-26": "Buddha's Birthday", "2004-06-06": "Memorial Day", "2004-07-17": "Constitution Day", "2004-08-15": "Liberation Day", "2004-09-27": "The day preceding Chuseok", "2004-09-28": "Chuseok", "2004-09-29": "The second day of Chuseok", "2004-10-03": "National Foundation Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-08": "The day preceding Korean New Year", "2005-02-09": "Korean New Year", "2005-02-10": "The second day of Korean New Year", "2005-03-01": "Independence Movement Day", "2005-04-05": "Tree Planting Day", "2005-05-01": "Workers' Day", "2005-05-05": "Children's Day", "2005-05-15": "Buddha's Birthday", "2005-06-06": "Memorial Day", "2005-07-17": "Constitution Day", "2005-08-15": "Liberation Day", "2005-09-17": "The day preceding Chuseok", "2005-09-18": "Chuseok", "2005-09-19": "The second day of Chuseok", "2005-10-03": "National Foundation Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-28": "The day preceding Korean New Year", "2006-01-29": "Korean New Year", "2006-01-30": "The second day of Korean New Year", "2006-03-01": "Independence Movement Day", "2006-05-01": "Workers' Day", "2006-05-05": "Buddha's Birthday; Children's Day", "2006-05-31": "Local Election Day", "2006-06-06": "Memorial Day", "2006-07-17": "Constitution Day", "2006-08-15": "Liberation Day", "2006-10-03": "National Foundation Day", "2006-10-05": "The day preceding Chuseok", "2006-10-06": "Chuseok", "2006-10-07": "The second day of Chuseok", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-17": "The day preceding Korean New Year", "2007-02-18": "Korean New Year", "2007-02-19": "The second day of Korean New Year", "2007-03-01": "Independence Movement Day", "2007-05-01": "Workers' Day", "2007-05-05": "Children's Day", "2007-05-24": "Buddha's Birthday", "2007-06-06": "Memorial Day", "2007-07-17": "Constitution Day", "2007-08-15": "Liberation Day", "2007-09-24": "The day preceding Chuseok", "2007-09-25": "Chuseok", "2007-09-26": "The second day of Chuseok", "2007-10-03": "National Foundation Day", "2007-12-19": "Presidential Election Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-06": "The day preceding Korean New Year", "2008-02-07": "Korean New Year", "2008-02-08": "The second day of Korean New Year", "2008-03-01": "Independence Movement Day", "2008-04-09": "National Assembly Election Day", "2008-05-01": "Workers' Day", "2008-05-05": "Children's Day", "2008-05-12": "Buddha's Birthday", "2008-06-06": "Memorial Day", "2008-08-15": "Liberation Day", "2008-09-13": "The day preceding Chuseok", "2008-09-14": "Chuseok", "2008-09-15": "The second day of Chuseok", "2008-10-03": "National Foundation Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-25": "The day preceding Korean New Year", "2009-01-26": "Korean New Year", "2009-01-27": "The second day of Korean New Year", "2009-03-01": "Independence Movement Day", "2009-05-01": "Workers' Day", "2009-05-02": "Buddha's Birthday", "2009-05-05": "Children's Day", "2009-06-06": "Memorial Day", "2009-08-15": "Liberation Day", "2009-10-02": "The day preceding Chuseok", "2009-10-03": "Chuseok; National Foundation Day", "2009-10-04": "The second day of Chuseok", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-13": "The day preceding Korean New Year", "2010-02-14": "Korean New Year", "2010-02-15": "The second day of Korean New Year", "2010-03-01": "Independence Movement Day", "2010-05-01": "Workers' Day", "2010-05-05": "Children's Day", "2010-05-21": "Buddha's Birthday", "2010-06-02": "Local Election Day", "2010-06-06": "Memorial Day", "2010-08-15": "Liberation Day", "2010-09-21": "The day preceding Chuseok", "2010-09-22": "Chuseok", "2010-09-23": "The second day of Chuseok", "2010-10-03": "National Foundation Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-02": "The day preceding Korean New Year", "2011-02-03": "Korean New Year", "2011-02-04": "The second day of Korean New Year", "2011-03-01": "Independence Movement Day", "2011-05-01": "Workers' Day", "2011-05-05": "Children's Day", "2011-05-10": "Buddha's Birthday", "2011-06-06": "Memorial Day", "2011-08-15": "Liberation Day", "2011-09-11": "The day preceding Chuseok", "2011-09-12": "Chuseok", "2011-09-13": "The second day of Chuseok", "2011-10-03": "National Foundation Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-01-22": "The day preceding Korean New Year", "2012-01-23": "Korean New Year", "2012-01-24": "The second day of Korean New Year", "2012-03-01": "Independence Movement Day", "2012-04-11": "National Assembly Election Day", "2012-05-01": "Workers' Day", "2012-05-05": "Children's Day", "2012-05-28": "Buddha's Birthday", "2012-06-06": "Memorial Day", "2012-08-15": "Liberation Day", "2012-09-29": "The day preceding Chuseok", "2012-09-30": "Chuseok", "2012-10-01": "The second day of Chuseok", "2012-10-03": "National Foundation Day", "2012-12-19": "Presidential Election Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-02-09": "The day preceding Korean New Year", "2013-02-10": "Korean New Year", "2013-02-11": "The second day of Korean New Year", "2013-03-01": "Independence Movement Day", "2013-05-01": "Workers' Day", "2013-05-05": "Children's Day", "2013-05-17": "Buddha's Birthday", "2013-06-06": "Memorial Day", "2013-08-15": "Liberation Day", "2013-09-18": "The day preceding Chuseok", "2013-09-19": "Chuseok", "2013-09-20": "The second day of Chuseok", "2013-10-03": "National Foundation Day", "2013-10-09": "Hangul Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-30": "The day preceding Korean New Year", "2014-01-31": "Korean New Year", "2014-02-01": "The second day of Korean New Year", "2014-03-01": "Independence Movement Day", "2014-05-01": "Workers' Day", "2014-05-05": "Children's Day", "2014-05-06": "Buddha's Birthday", "2014-06-04": "Local Election Day", "2014-06-06": "Memorial Day", "2014-08-15": "Liberation Day", "2014-09-07": "The day preceding Chuseok", "2014-09-08": "Chuseok", "2014-09-09": "The second day of Chuseok", "2014-09-10": "Alternative holiday for Chuseok", "2014-10-03": "National Foundation Day", "2014-10-09": "Hangul Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-02-18": "The day preceding Korean New Year", "2015-02-19": "Korean New Year", "2015-02-20": "The second day of Korean New Year", "2015-03-01": "Independence Movement Day", "2015-05-01": "Workers' Day", "2015-05-05": "Children's Day", "2015-05-25": "Buddha's Birthday", "2015-06-06": "Memorial Day", "2015-08-14": "Temporary Public Holiday", "2015-08-15": "Liberation Day", "2015-09-26": "The day preceding Chuseok", "2015-09-27": "Chuseok", "2015-09-28": "The second day of Chuseok", "2015-09-29": "Alternative holiday for Chuseok", "2015-10-03": "National Foundation Day", "2015-10-09": "Hangul Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-07": "The day preceding Korean New Year", "2016-02-08": "Korean New Year", "2016-02-09": "The second day of Korean New Year", "2016-02-10": "Alternative holiday for Korean New Year", "2016-03-01": "Independence Movement Day", "2016-04-13": "National Assembly Election Day", "2016-05-01": "Workers' Day", "2016-05-05": "Children's Day", "2016-05-06": "Temporary Public Holiday", "2016-05-14": "Buddha's Birthday", "2016-06-06": "Memorial Day", "2016-08-15": "Liberation Day", "2016-09-14": "The day preceding Chuseok", "2016-09-15": "Chuseok", "2016-09-16": "The second day of Chuseok", "2016-10-03": "National Foundation Day", "2016-10-09": "Hangul Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-01-27": "The day preceding Korean New Year", "2017-01-28": "Korean New Year", "2017-01-29": "The second day of Korean New Year", "2017-01-30": "Alternative holiday for Korean New Year", "2017-03-01": "Independence Movement Day", "2017-05-01": "Workers' Day", "2017-05-03": "Buddha's Birthday", "2017-05-05": "Children's Day", "2017-05-09": "Presidential Election Day", "2017-06-06": "Memorial Day", "2017-08-15": "Liberation Day", "2017-10-02": "Temporary Public Holiday", "2017-10-03": "National Foundation Day; The day preceding Chuseok", "2017-10-04": "Chuseok", "2017-10-05": "The second day of Chuseok", "2017-10-06": "Alternative holiday for Chuseok", "2017-10-09": "Hangul Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-15": "The day preceding Korean New Year", "2018-02-16": "Korean New Year", "2018-02-17": "The second day of Korean New Year", "2018-03-01": "Independence Movement Day", "2018-05-01": "Workers' Day", "2018-05-05": "Children's Day", "2018-05-07": "Alternative holiday for Children's Day", "2018-05-22": "Buddha's Birthday", "2018-06-06": "Memorial Day", "2018-06-13": "Local Election Day", "2018-08-15": "Liberation Day", "2018-09-23": "The day preceding Chuseok", "2018-09-24": "Chuseok", "2018-09-25": "The second day of Chuseok", "2018-09-26": "Alternative holiday for Chuseok", "2018-10-03": "National Foundation Day", "2018-10-09": "Hangul Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-04": "The day preceding Korean New Year", "2019-02-05": "Korean New Year", "2019-02-06": "The second day of Korean New Year", "2019-03-01": "Independence Movement Day", "2019-05-01": "Workers' Day", "2019-05-05": "Children's Day", "2019-05-06": "Alternative holiday for Children's Day", "2019-05-12": "Buddha's Birthday", "2019-06-06": "Memorial Day", "2019-08-15": "Liberation Day", "2019-09-12": "The day preceding Chuseok", "2019-09-13": "Chuseok", "2019-09-14": "The second day of Chuseok", "2019-10-03": "National Foundation Day", "2019-10-09": "Hangul Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-24": "The day preceding Korean New Year", "2020-01-25": "Korean New Year", "2020-01-26": "The second day of Korean New Year", "2020-01-27": "Alternative holiday for Korean New Year", "2020-03-01": "Independence Movement Day", "2020-04-15": "National Assembly Election Day", "2020-04-30": "Buddha's Birthday", "2020-05-01": "Workers' Day", "2020-05-05": "Children's Day", "2020-06-06": "Memorial Day", "2020-08-15": "Liberation Day", "2020-08-17": "Temporary Public Holiday", "2020-09-30": "The day preceding Chuseok", "2020-10-01": "Chuseok", "2020-10-02": "The second day of Chuseok", "2020-10-03": "National Foundation Day", "2020-10-09": "Hangul Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-11": "The day preceding Korean New Year", "2021-02-12": "Korean New Year", "2021-02-13": "The second day of Korean New Year", "2021-03-01": "Independence Movement Day", "2021-05-01": "Workers' Day", "2021-05-05": "Children's Day", "2021-05-19": "Buddha's Birthday", "2021-06-06": "Memorial Day", "2021-08-15": "Liberation Day", "2021-08-16": "Alternative holiday for Liberation Day", "2021-09-20": "The day preceding Chuseok", "2021-09-21": "Chuseok", "2021-09-22": "The second day of Chuseok", "2021-10-03": "National Foundation Day", "2021-10-04": "Alternative holiday for National Foundation Day", "2021-10-09": "Hangul Day", "2021-10-11": "Alternative holiday for Hangul Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-31": "The day preceding Korean New Year", "2022-02-01": "Korean New Year", "2022-02-02": "The second day of Korean New Year", "2022-03-01": "Independence Movement Day", "2022-03-09": "Presidential Election Day", "2022-05-01": "Workers' Day", "2022-05-05": "Children's Day", "2022-05-08": "Buddha's Birthday", "2022-06-01": "Local Election Day", "2022-06-06": "Memorial Day", "2022-08-15": "Liberation Day", "2022-09-09": "The day preceding Chuseok", "2022-09-10": "Chuseok", "2022-09-11": "The second day of Chuseok", "2022-09-12": "Alternative holiday for Chuseok", "2022-10-03": "National Foundation Day", "2022-10-09": "Hangul Day", "2022-10-10": "Alternative holiday for Hangul Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-01-21": "The day preceding Korean New Year", "2023-01-22": "Korean New Year", "2023-01-23": "The second day of Korean New Year", "2023-01-24": "Alternative holiday for Korean New Year", "2023-03-01": "Independence Movement Day", "2023-05-01": "Workers' Day", "2023-05-05": "Children's Day", "2023-05-27": "Buddha's Birthday", "2023-05-29": "Alternative holiday for Buddha's Birthday", "2023-06-06": "Memorial Day", "2023-08-15": "Liberation Day", "2023-09-28": "The day preceding Chuseok", "2023-09-29": "Chuseok", "2023-09-30": "The second day of Chuseok", "2023-10-02": "Temporary Public Holiday", "2023-10-03": "National Foundation Day", "2023-10-09": "Hangul Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-09": "The day preceding Korean New Year", "2024-02-10": "Korean New Year", "2024-02-11": "The second day of Korean New Year", "2024-02-12": "Alternative holiday for Korean New Year", "2024-03-01": "Independence Movement Day", "2024-04-10": "National Assembly Election Day", "2024-05-01": "Workers' Day", "2024-05-05": "Children's Day", "2024-05-06": "Alternative holiday for Children's Day", "2024-05-15": "Buddha's Birthday", "2024-06-06": "Memorial Day", "2024-08-15": "Liberation Day", "2024-09-16": "The day preceding Chuseok", "2024-09-17": "Chuseok", "2024-09-18": "The second day of Chuseok", "2024-10-01": "Armed Forces Day", "2024-10-03": "National Foundation Day", "2024-10-09": "Hangul Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-27": "Temporary Public Holiday", "2025-01-28": "The day preceding Korean New Year", "2025-01-29": "Korean New Year", "2025-01-30": "The second day of Korean New Year", "2025-03-01": "Independence Movement Day", "2025-03-03": "Alternative holiday for Independence Movement Day", "2025-05-01": "Workers' Day", "2025-05-05": "Buddha's Birthday; Children's Day", "2025-05-06": "Alternative holiday for Buddha's Birthday; Alternative holiday for Children's Day", "2025-06-03": "Presidential Election Day", "2025-06-06": "Memorial Day", "2025-08-15": "Liberation Day", "2025-10-03": "National Foundation Day", "2025-10-05": "The day preceding Chuseok", "2025-10-06": "Chuseok", "2025-10-07": "The second day of Chuseok", "2025-10-08": "Alternative holiday for Chuseok", "2025-10-09": "Hangul Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-16": "The day preceding Korean New Year", "2026-02-17": "Korean New Year", "2026-02-18": "The second day of Korean New Year", "2026-03-01": "Independence Movement Day", "2026-03-02": "Alternative holiday for Independence Movement Day", "2026-05-01": "Workers' Day", "2026-05-05": "Children's Day", "2026-05-24": "Buddha's Birthday", "2026-05-25": "Alternative holiday for Buddha's Birthday", "2026-06-03": "Local Election Day", "2026-06-06": "Memorial Day", "2026-08-15": "Liberation Day", "2026-08-17": "Alternative holiday for Liberation Day", "2026-09-24": "The day preceding Chuseok", "2026-09-25": "Chuseok", "2026-09-26": "The second day of Chuseok", "2026-10-03": "National Foundation Day", "2026-10-05": "Alternative holiday for National Foundation Day", "2026-10-09": "Hangul Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-06": "The day preceding Korean New Year", "2027-02-07": "Korean New Year", "2027-02-08": "The second day of Korean New Year", "2027-02-09": "Alternative holiday for Korean New Year", "2027-03-01": "Independence Movement Day", "2027-05-01": "Workers' Day", "2027-05-05": "Children's Day", "2027-05-13": "Buddha's Birthday", "2027-06-06": "Memorial Day", "2027-08-15": "Liberation Day", "2027-08-16": "Alternative holiday for Liberation Day", "2027-09-14": "The day preceding Chuseok", "2027-09-15": "Chuseok", "2027-09-16": "The second day of Chuseok", "2027-10-03": "National Foundation Day", "2027-10-04": "Alternative holiday for National Foundation Day", "2027-10-09": "Hangul Day", "2027-10-11": "Alternative holiday for Hangul Day", "2027-12-25": "Christmas Day", "2027-12-27": "Alternative holiday for Christmas Day", "2028-01-01": "New Year's Day", "2028-01-26": "The day preceding Korean New Year", "2028-01-27": "Korean New Year", "2028-01-28": "The second day of Korean New Year", "2028-03-01": "Independence Movement Day", "2028-04-12": "National Assembly Election Day", "2028-05-01": "Workers' Day", "2028-05-02": "Buddha's Birthday", "2028-05-05": "Children's Day", "2028-06-06": "Memorial Day", "2028-08-15": "Liberation Day", "2028-10-02": "The day preceding Chuseok", "2028-10-03": "Chuseok; National Foundation Day", "2028-10-04": "The second day of Chuseok", "2028-10-05": "Alternative holiday for Chuseok", "2028-10-09": "Hangul Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-12": "The day preceding Korean New Year", "2029-02-13": "Korean New Year", "2029-02-14": "The second day of Korean New Year", "2029-03-01": "Independence Movement Day", "2029-05-01": "Workers' Day", "2029-05-05": "Children's Day", "2029-05-07": "Alternative holiday for Children's Day", "2029-05-20": "Buddha's Birthday", "2029-05-21": "Alternative holiday for Buddha's Birthday", "2029-06-06": "Memorial Day", "2029-08-15": "Liberation Day", "2029-09-21": "The day preceding Chuseok", "2029-09-22": "Chuseok", "2029-09-23": "The second day of Chuseok", "2029-09-24": "Alternative holiday for Chuseok", "2029-10-03": "National Foundation Day", "2029-10-09": "Hangul Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-02": "The day preceding Korean New Year", "2030-02-03": "Korean New Year", "2030-02-04": "The second day of Korean New Year", "2030-02-05": "Alternative holiday for Korean New Year", "2030-03-01": "Independence Movement Day", "2030-04-03": "Presidential Election Day", "2030-05-01": "Workers' Day", "2030-05-05": "Children's Day", "2030-05-06": "Alternative holiday for Children's Day", "2030-05-09": "Buddha's Birthday", "2030-06-06": "Memorial Day", "2030-06-12": "Local Election Day", "2030-08-15": "Liberation Day", "2030-09-11": "The day preceding Chuseok", "2030-09-12": "Chuseok", "2030-09-13": "The second day of Chuseok", "2030-10-03": "National Foundation Day", "2030-10-09": "Hangul Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-22": "The day preceding Korean New Year", "2031-01-23": "Korean New Year", "2031-01-24": "The second day of Korean New Year", "2031-03-01": "Independence Movement Day", "2031-03-03": "Alternative holiday for Independence Movement Day", "2031-05-01": "Workers' Day", "2031-05-05": "Children's Day", "2031-05-28": "Buddha's Birthday", "2031-06-06": "Memorial Day", "2031-08-15": "Liberation Day", "2031-09-30": "The day preceding Chuseok", "2031-10-01": "Chuseok", "2031-10-02": "The second day of Chuseok", "2031-10-03": "National Foundation Day", "2031-10-09": "Hangul Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-02-10": "The day preceding Korean New Year", "2032-02-11": "Korean New Year", "2032-02-12": "The second day of Korean New Year", "2032-03-01": "Independence Movement Day", "2032-04-14": "National Assembly Election Day", "2032-05-01": "Workers' Day", "2032-05-05": "Children's Day", "2032-05-16": "Buddha's Birthday", "2032-05-17": "Alternative holiday for Buddha's Birthday", "2032-06-06": "Memorial Day", "2032-08-15": "Liberation Day", "2032-08-16": "Alternative holiday for Liberation Day", "2032-09-18": "The day preceding Chuseok", "2032-09-19": "Chuseok", "2032-09-20": "The second day of Chuseok", "2032-09-21": "Alternative holiday for Chuseok", "2032-10-03": "National Foundation Day", "2032-10-04": "Alternative holiday for National Foundation Day", "2032-10-09": "Hangul Day", "2032-10-11": "Alternative holiday for Hangul Day", "2032-12-25": "Christmas Day", "2032-12-27": "Alternative holiday for Christmas Day", "2033-01-01": "New Year's Day", "2033-01-30": "The day preceding Korean New Year", "2033-01-31": "Korean New Year", "2033-02-01": "The second day of Korean New Year", "2033-02-02": "Alternative holiday for Korean New Year", "2033-03-01": "Independence Movement Day", "2033-05-01": "Workers' Day", "2033-05-05": "Children's Day", "2033-05-06": "Buddha's Birthday", "2033-06-06": "Memorial Day", "2033-08-15": "Liberation Day", "2033-09-07": "The day preceding Chuseok", "2033-09-08": "Chuseok", "2033-09-09": "The second day of Chuseok", "2033-10-03": "National Foundation Day", "2033-10-09": "Hangul Day", "2033-10-10": "Alternative holiday for Hangul Day", "2033-12-25": "Christmas Day", "2033-12-26": "Alternative holiday for Christmas Day", "2034-01-01": "New Year's Day", "2034-02-18": "The day preceding Korean New Year", "2034-02-19": "Korean New Year", "2034-02-20": "The second day of Korean New Year", "2034-02-21": "Alternative holiday for Korean New Year", "2034-03-01": "Independence Movement Day", "2034-05-01": "Workers' Day", "2034-05-05": "Children's Day", "2034-05-25": "Buddha's Birthday", "2034-06-06": "Memorial Day", "2034-06-14": "Local Election Day", "2034-08-15": "Liberation Day", "2034-09-26": "The day preceding Chuseok", "2034-09-27": "Chuseok", "2034-09-28": "The second day of Chuseok", "2034-10-03": "National Foundation Day", "2034-10-09": "Hangul Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-07": "The day preceding Korean New Year", "2035-02-08": "Korean New Year", "2035-02-09": "The second day of Korean New Year", "2035-03-01": "Independence Movement Day", "2035-04-04": "Presidential Election Day", "2035-05-01": "Workers' Day", "2035-05-05": "Children's Day", "2035-05-07": "Alternative holiday for Children's Day", "2035-05-15": "Buddha's Birthday", "2035-06-06": "Memorial Day", "2035-08-15": "Liberation Day", "2035-09-15": "The day preceding Chuseok", "2035-09-16": "Chuseok", "2035-09-17": "The second day of Chuseok", "2035-09-18": "Alternative holiday for Chuseok", "2035-10-03": "National Foundation Day", "2035-10-09": "Hangul Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-27": "The day preceding Korean New Year", "2036-01-28": "Korean New Year", "2036-01-29": "The second day of Korean New Year", "2036-01-30": "Alternative holiday for Korean New Year", "2036-03-01": "Independence Movement Day", "2036-03-03": "Alternative holiday for Independence Movement Day", "2036-04-09": "National Assembly Election Day", "2036-05-01": "Workers' Day", "2036-05-03": "Buddha's Birthday", "2036-05-05": "Children's Day", "2036-05-06": "Alternative holiday for Buddha's Birthday", "2036-06-06": "Memorial Day", "2036-08-15": "Liberation Day", "2036-10-03": "National Foundation Day; The day preceding Chuseok", "2036-10-04": "Chuseok", "2036-10-05": "The second day of Chuseok", "2036-10-06": "Alternative holiday for Chuseok", "2036-10-07": "Alternative holiday for Chuseok", "2036-10-09": "Hangul Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-02-14": "The day preceding Korean New Year", "2037-02-15": "Korean New Year", "2037-02-16": "The second day of Korean New Year", "2037-02-17": "Alternative holiday for Korean New Year", "2037-03-01": "Independence Movement Day", "2037-03-02": "Alternative holiday for Independence Movement Day", "2037-05-01": "Workers' Day", "2037-05-05": "Children's Day", "2037-05-22": "Buddha's Birthday", "2037-06-06": "Memorial Day", "2037-08-15": "Liberation Day", "2037-08-17": "Alternative holiday for Liberation Day", "2037-09-23": "The day preceding Chuseok", "2037-09-24": "Chuseok", "2037-09-25": "The second day of Chuseok", "2037-10-03": "National Foundation Day", "2037-10-05": "Alternative holiday for National Foundation Day", "2037-10-09": "Hangul Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-02-03": "The day preceding Korean New Year", "2038-02-04": "Korean New Year", "2038-02-05": "The second day of Korean New Year", "2038-03-01": "Independence Movement Day", "2038-05-01": "Workers' Day", "2038-05-05": "Children's Day", "2038-05-11": "Buddha's Birthday", "2038-06-02": "Local Election Day", "2038-06-06": "Memorial Day", "2038-08-15": "Liberation Day", "2038-08-16": "Alternative holiday for Liberation Day", "2038-09-12": "The day preceding Chuseok", "2038-09-13": "Chuseok", "2038-09-14": "The second day of Chuseok", "2038-09-15": "Alternative holiday for Chuseok", "2038-10-03": "National Foundation Day", "2038-10-04": "Alternative holiday for National Foundation Day", "2038-10-09": "Hangul Day", "2038-10-11": "Alternative holiday for Hangul Day", "2038-12-25": "Christmas Day", "2038-12-27": "Alternative holiday for Christmas Day", "2039-01-01": "New Year's Day", "2039-01-23": "The day preceding Korean New Year", "2039-01-24": "Korean New Year", "2039-01-25": "The second day of Korean New Year", "2039-01-26": "Alternative holiday for Korean New Year", "2039-03-01": "Independence Movement Day", "2039-04-30": "Buddha's Birthday", "2039-05-01": "Workers' Day", "2039-05-02": "Alternative holiday for Buddha's Birthday", "2039-05-05": "Children's Day", "2039-06-06": "Memorial Day", "2039-08-15": "Liberation Day", "2039-10-01": "The day preceding Chuseok", "2039-10-02": "Chuseok", "2039-10-03": "National Foundation Day; The second day of Chuseok", "2039-10-04": "Alternative holiday for Chuseok", "2039-10-05": "Alternative holiday for Chuseok", "2039-10-09": "Hangul Day", "2039-10-10": "Alternative holiday for Hangul Day", "2039-12-25": "Christmas Day", "2039-12-26": "Alternative holiday for Christmas Day", "2040-01-01": "New Year's Day", "2040-02-11": "The day preceding Korean New Year", "2040-02-12": "Korean New Year", "2040-02-13": "The second day of Korean New Year", "2040-02-14": "Alternative holiday for Korean New Year", "2040-03-01": "Independence Movement Day", "2040-04-04": "Presidential Election Day", "2040-04-11": "National Assembly Election Day", "2040-05-01": "Workers' Day", "2040-05-05": "Children's Day", "2040-05-07": "Alternative holiday for Children's Day", "2040-05-18": "Buddha's Birthday", "2040-06-06": "Memorial Day", "2040-08-15": "Liberation Day", "2040-09-20": "The day preceding Chuseok", "2040-09-21": "Chuseok", "2040-09-22": "The second day of Chuseok", "2040-10-03": "National Foundation Day", "2040-10-09": "Hangul Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-31": "The day preceding Korean New Year", "2041-02-01": "Korean New Year", "2041-02-02": "The second day of Korean New Year", "2041-03-01": "Independence Movement Day", "2041-05-01": "Workers' Day", "2041-05-05": "Children's Day", "2041-05-06": "Alternative holiday for Children's Day", "2041-05-07": "Buddha's Birthday", "2041-06-06": "Memorial Day", "2041-08-15": "Liberation Day", "2041-09-09": "The day preceding Chuseok", "2041-09-10": "Chuseok", "2041-09-11": "The second day of Chuseok", "2041-10-03": "National Foundation Day", "2041-10-09": "Hangul Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-21": "The day preceding Korean New Year", "2042-01-22": "Korean New Year", "2042-01-23": "The second day of Korean New Year", "2042-03-01": "Independence Movement Day", "2042-03-03": "Alternative holiday for Independence Movement Day", "2042-05-01": "Workers' Day", "2042-05-05": "Children's Day", "2042-05-26": "Buddha's Birthday", "2042-06-04": "Local Election Day", "2042-06-06": "Memorial Day", "2042-08-15": "Liberation Day", "2042-09-27": "The day preceding Chuseok", "2042-09-28": "Chuseok", "2042-09-29": "The second day of Chuseok", "2042-09-30": "Alternative holiday for Chuseok", "2042-10-03": "National Foundation Day", "2042-10-09": "Hangul Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-09": "The day preceding Korean New Year", "2043-02-10": "Korean New Year", "2043-02-11": "The second day of Korean New Year", "2043-03-01": "Independence Movement Day", "2043-03-02": "Alternative holiday for Independence Movement Day", "2043-05-01": "Workers' Day", "2043-05-05": "Children's Day", "2043-05-16": "Buddha's Birthday", "2043-05-18": "Alternative holiday for Buddha's Birthday", "2043-06-06": "Memorial Day", "2043-08-15": "Liberation Day", "2043-08-17": "Alternative holiday for Liberation Day", "2043-09-16": "The day preceding Chuseok", "2043-09-17": "Chuseok", "2043-09-18": "The second day of Chuseok", "2043-10-03": "National Foundation Day", "2043-10-05": "Alternative holiday for National Foundation Day", "2043-10-09": "Hangul Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-29": "The day preceding Korean New Year", "2044-01-30": "Korean New Year", "2044-01-31": "The second day of Korean New Year", "2044-02-01": "Alternative holiday for Korean New Year", "2044-03-01": "Independence Movement Day", "2044-04-13": "National Assembly Election Day", "2044-05-01": "Workers' Day", "2044-05-05": "Buddha's Birthday; Children's Day", "2044-05-06": "Alternative holiday for Buddha's Birthday; Alternative holiday for Children's Day", "2044-06-06": "Memorial Day", "2044-08-15": "Liberation Day", "2044-10-03": "National Foundation Day", "2044-10-04": "The day preceding Chuseok", "2044-10-05": "Chuseok", "2044-10-06": "The second day of Chuseok", "2044-10-09": "Hangul Day", "2044-10-10": "Alternative holiday for Hangul Day", "2044-12-25": "Christmas Day", "2044-12-26": "Alternative holiday for Christmas Day", "2045-01-01": "New Year's Day", "2045-02-16": "The day preceding Korean New Year", "2045-02-17": "Korean New Year", "2045-02-18": "The second day of Korean New Year", "2045-03-01": "Independence Movement Day", "2045-04-05": "Presidential Election Day", "2045-05-01": "Workers' Day", "2045-05-05": "Children's Day", "2045-05-24": "Buddha's Birthday", "2045-06-06": "Memorial Day", "2045-08-15": "Liberation Day", "2045-09-24": "The day preceding Chuseok", "2045-09-25": "Chuseok", "2045-09-26": "The second day of Chuseok", "2045-09-27": "Alternative holiday for Chuseok", "2045-10-03": "National Foundation Day", "2045-10-09": "Hangul Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "The day preceding Korean New Year", "2046-02-06": "Korean New Year", "2046-02-07": "The second day of Korean New Year", "2046-03-01": "Independence Movement Day", "2046-05-01": "Workers' Day", "2046-05-05": "Children's Day", "2046-05-07": "Alternative holiday for Children's Day", "2046-05-13": "Buddha's Birthday", "2046-05-14": "Alternative holiday for Buddha's Birthday", "2046-06-06": "Memorial Day", "2046-06-13": "Local Election Day", "2046-08-15": "Liberation Day", "2046-09-14": "The day preceding Chuseok", "2046-09-15": "Chuseok", "2046-09-16": "The second day of Chuseok", "2046-09-17": "Alternative holiday for Chuseok", "2046-10-03": "National Foundation Day", "2046-10-09": "Hangul Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-25": "The day preceding Korean New Year", "2047-01-26": "Korean New Year", "2047-01-27": "The second day of Korean New Year", "2047-01-28": "Alternative holiday for Korean New Year", "2047-03-01": "Independence Movement Day", "2047-05-01": "Workers' Day", "2047-05-02": "Buddha's Birthday", "2047-05-05": "Children's Day", "2047-05-06": "Alternative holiday for Children's Day", "2047-06-06": "Memorial Day", "2047-08-15": "Liberation Day", "2047-10-03": "National Foundation Day; The day preceding Chuseok", "2047-10-04": "Chuseok", "2047-10-05": "The second day of Chuseok", "2047-10-07": "Alternative holiday for Chuseok", "2047-10-09": "Hangul Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-13": "The day preceding Korean New Year", "2048-02-14": "Korean New Year", "2048-02-15": "The second day of Korean New Year", "2048-03-01": "Independence Movement Day", "2048-03-02": "Alternative holiday for Independence Movement Day", "2048-04-08": "National Assembly Election Day", "2048-05-01": "Workers' Day", "2048-05-05": "Children's Day", "2048-05-20": "Buddha's Birthday", "2048-06-06": "Memorial Day", "2048-08-15": "Liberation Day", "2048-08-17": "Alternative holiday for Liberation Day", "2048-09-21": "The day preceding Chuseok", "2048-09-22": "Chuseok", "2048-09-23": "The second day of Chuseok", "2048-10-03": "National Foundation Day", "2048-10-05": "Alternative holiday for National Foundation Day", "2048-10-09": "Hangul Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-01": "The day preceding Korean New Year", "2049-02-02": "Korean New Year", "2049-02-03": "The second day of Korean New Year", "2049-03-01": "Independence Movement Day", "2049-05-01": "Workers' Day", "2049-05-05": "Children's Day", "2049-05-09": "Buddha's Birthday", "2049-05-10": "Alternative holiday for Buddha's Birthday", "2049-06-06": "Memorial Day", "2049-08-15": "Liberation Day", "2049-08-16": "Alternative holiday for Liberation Day", "2049-09-10": "The day preceding Chuseok", "2049-09-11": "Chuseok", "2049-09-12": "The second day of Chuseok", "2049-09-13": "Alternative holiday for Chuseok", "2049-10-03": "National Foundation Day", "2049-10-04": "Alternative holiday for National Foundation Day", "2049-10-09": "Hangul Day", "2049-10-11": "Alternative holiday for Hangul Day", "2049-12-25": "Christmas Day", "2049-12-27": "Alternative holiday for Christmas Day", "2050-01-01": "New Year's Day", "2050-01-22": "The day preceding Korean New Year", "2050-01-23": "Korean New Year", "2050-01-24": "The second day of Korean New Year", "2050-01-25": "Alternative holiday for Korean New Year", "2050-03-01": "Independence Movement Day", "2050-04-06": "Presidential Election Day", "2050-05-01": "Workers' Day", "2050-05-05": "Children's Day", "2050-05-28": "Buddha's Birthday", "2050-05-30": "Alternative holiday for Buddha's Birthday", "2050-06-01": "Local Election Day", "2050-06-06": "Memorial Day", "2050-08-15": "Liberation Day", "2050-09-29": "The day preceding Chuseok", "2050-09-30": "Chuseok", "2050-10-01": "The second day of Chuseok", "2050-10-03": "National Foundation Day", "2050-10-09": "Hangul Day", "2050-10-10": "Alternative holiday for Hangul Day", "2050-12-25": "Christmas Day", "2050-12-26": "Alternative holiday for Christmas Day" } holidays-0.71/snapshots/countries/KW_COMMON.json000066400000000000000000001716451500152103600216050ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day; Prophet's Birthday (estimated)", "1950-02-25": "National Day", "1950-02-26": "Liberation Day", "1950-05-14": "Isra' and Mi'raj (estimated)", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr Holiday (estimated)", "1950-07-18": "Eid al-Fitr Holiday (estimated)", "1950-09-22": "Arafat Day (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha Holiday (estimated)", "1950-09-25": "Eid al-Adha Holiday (estimated)", "1950-10-13": "Islamic New Year (estimated)", "1950-12-22": "Prophet's Birthday (estimated)", "1951-01-01": "New Year's Day", "1951-02-25": "National Day", "1951-02-26": "Liberation Day", "1951-05-04": "Isra' and Mi'raj (estimated)", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr Holiday (estimated)", "1951-07-08": "Eid al-Fitr Holiday (estimated)", "1951-09-11": "Arafat Day (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha Holiday (estimated)", "1951-09-14": "Eid al-Adha Holiday (estimated)", "1951-10-02": "Islamic New Year (estimated)", "1951-12-11": "Prophet's Birthday (estimated)", "1952-01-01": "New Year's Day", "1952-02-25": "National Day", "1952-02-26": "Liberation Day", "1952-04-22": "Isra' and Mi'raj (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr Holiday (estimated)", "1952-06-25": "Eid al-Fitr Holiday (estimated)", "1952-08-30": "Arafat Day (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha Holiday (estimated)", "1952-09-02": "Eid al-Adha Holiday (estimated)", "1952-09-21": "Islamic New Year (estimated)", "1952-11-30": "Prophet's Birthday (estimated)", "1953-01-01": "New Year's Day", "1953-02-25": "National Day", "1953-02-26": "Liberation Day", "1953-04-12": "Isra' and Mi'raj (estimated)", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr Holiday (estimated)", "1953-06-15": "Eid al-Fitr Holiday (estimated)", "1953-08-19": "Arafat Day (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha Holiday (estimated)", "1953-08-22": "Eid al-Adha Holiday (estimated)", "1953-09-10": "Islamic New Year (estimated)", "1953-11-19": "Prophet's Birthday (estimated)", "1954-01-01": "New Year's Day", "1954-02-25": "National Day", "1954-02-26": "Liberation Day", "1954-04-01": "Isra' and Mi'raj (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr Holiday (estimated)", "1954-06-04": "Eid al-Fitr Holiday (estimated)", "1954-08-08": "Arafat Day (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha Holiday (estimated)", "1954-08-11": "Eid al-Adha Holiday (estimated)", "1954-08-30": "Islamic New Year (estimated)", "1954-11-08": "Prophet's Birthday (estimated)", "1955-01-01": "New Year's Day", "1955-02-25": "National Day", "1955-02-26": "Liberation Day", "1955-03-21": "Isra' and Mi'raj (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr Holiday (estimated)", "1955-05-25": "Eid al-Fitr Holiday (estimated)", "1955-07-29": "Arafat Day (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha Holiday (estimated)", "1955-08-01": "Eid al-Adha Holiday (estimated)", "1955-08-20": "Islamic New Year (estimated)", "1955-10-29": "Prophet's Birthday (estimated)", "1956-01-01": "New Year's Day", "1956-02-25": "National Day", "1956-02-26": "Liberation Day", "1956-03-10": "Isra' and Mi'raj (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr Holiday (estimated)", "1956-05-13": "Eid al-Fitr Holiday (estimated)", "1956-07-18": "Arafat Day (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha Holiday (estimated)", "1956-07-21": "Eid al-Adha Holiday (estimated)", "1956-08-08": "Islamic New Year (estimated)", "1956-10-17": "Prophet's Birthday (estimated)", "1957-01-01": "New Year's Day", "1957-02-25": "National Day", "1957-02-26": "Liberation Day", "1957-02-27": "Isra' and Mi'raj (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr Holiday (estimated)", "1957-05-03": "Eid al-Fitr Holiday (estimated)", "1957-07-07": "Arafat Day (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha Holiday (estimated)", "1957-07-10": "Eid al-Adha Holiday (estimated)", "1957-07-28": "Islamic New Year (estimated)", "1957-10-06": "Prophet's Birthday (estimated)", "1958-01-01": "New Year's Day", "1958-02-16": "Isra' and Mi'raj (estimated)", "1958-02-25": "National Day", "1958-02-26": "Liberation Day", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr Holiday (estimated)", "1958-04-22": "Eid al-Fitr Holiday (estimated)", "1958-06-26": "Arafat Day (estimated)", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha Holiday (estimated)", "1958-06-29": "Eid al-Adha Holiday (estimated)", "1958-07-18": "Islamic New Year (estimated)", "1958-09-26": "Prophet's Birthday (estimated)", "1959-01-01": "New Year's Day", "1959-02-06": "Isra' and Mi'raj (estimated)", "1959-02-25": "National Day", "1959-02-26": "Liberation Day", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr Holiday (estimated)", "1959-04-12": "Eid al-Fitr Holiday (estimated)", "1959-06-16": "Arafat Day (estimated)", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha Holiday (estimated)", "1959-06-19": "Eid al-Adha Holiday (estimated)", "1959-07-07": "Islamic New Year (estimated)", "1959-09-15": "Prophet's Birthday (estimated)", "1960-01-01": "New Year's Day", "1960-01-26": "Isra' and Mi'raj (estimated)", "1960-02-25": "National Day", "1960-02-26": "Liberation Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr Holiday (estimated)", "1960-03-30": "Eid al-Fitr Holiday (estimated)", "1960-06-03": "Arafat Day (estimated)", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha Holiday (estimated)", "1960-06-06": "Eid al-Adha Holiday (estimated)", "1960-06-25": "Islamic New Year (estimated)", "1960-09-03": "Prophet's Birthday (estimated)", "1961-01-01": "New Year's Day", "1961-01-14": "Isra' and Mi'raj (estimated)", "1961-02-25": "National Day", "1961-02-26": "Liberation Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr Holiday (estimated)", "1961-03-20": "Eid al-Fitr Holiday (estimated)", "1961-05-24": "Arafat Day (estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha Holiday (estimated)", "1961-05-27": "Eid al-Adha Holiday (estimated)", "1961-06-14": "Islamic New Year (estimated)", "1961-08-23": "Prophet's Birthday (estimated)", "1962-01-01": "New Year's Day", "1962-01-04": "Isra' and Mi'raj (estimated)", "1962-02-25": "National Day", "1962-02-26": "Liberation Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr Holiday (estimated)", "1962-03-09": "Eid al-Fitr Holiday (estimated)", "1962-05-13": "Arafat Day (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha Holiday (estimated)", "1962-05-16": "Eid al-Adha Holiday (estimated)", "1962-06-03": "Islamic New Year (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-12-24": "Isra' and Mi'raj (estimated)", "1963-01-01": "New Year's Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr Holiday (estimated); National Day", "1963-02-26": "Eid al-Fitr Holiday (estimated); Liberation Day", "1963-05-02": "Arafat Day (estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha Holiday (estimated)", "1963-05-05": "Eid al-Adha Holiday (estimated)", "1963-05-24": "Islamic New Year (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-12-13": "Isra' and Mi'raj (estimated)", "1964-01-01": "New Year's Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr Holiday (estimated)", "1964-02-16": "Eid al-Fitr Holiday (estimated)", "1964-02-25": "National Day", "1964-02-26": "Liberation Day", "1964-04-21": "Arafat Day (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha Holiday (estimated)", "1964-04-24": "Eid al-Adha Holiday (estimated)", "1964-05-12": "Islamic New Year (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-12-01": "Isra' and Mi'raj (estimated)", "1965-01-01": "New Year's Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr Holiday (estimated)", "1965-02-04": "Eid al-Fitr Holiday (estimated)", "1965-02-25": "National Day", "1965-02-26": "Liberation Day", "1965-04-10": "Arafat Day (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha Holiday (estimated)", "1965-04-13": "Eid al-Adha Holiday (estimated)", "1965-05-01": "Islamic New Year (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-11-20": "Isra' and Mi'raj (estimated)", "1966-01-01": "New Year's Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr Holiday (estimated)", "1966-01-24": "Eid al-Fitr Holiday (estimated)", "1966-02-25": "National Day", "1966-02-26": "Liberation Day", "1966-03-31": "Arafat Day (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha Holiday (estimated)", "1966-04-03": "Eid al-Adha Holiday (estimated)", "1966-04-21": "Islamic New Year (estimated)", "1966-07-01": "Prophet's Birthday (estimated)", "1966-11-10": "Isra' and Mi'raj (estimated)", "1967-01-01": "New Year's Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr Holiday (estimated)", "1967-01-14": "Eid al-Fitr Holiday (estimated)", "1967-02-25": "National Day", "1967-02-26": "Liberation Day", "1967-03-20": "Arafat Day (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha Holiday (estimated)", "1967-03-23": "Eid al-Adha Holiday (estimated)", "1967-04-11": "Islamic New Year (estimated)", "1967-06-19": "Prophet's Birthday (estimated)", "1967-10-30": "Isra' and Mi'raj (estimated)", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr Holiday (estimated)", "1968-01-03": "Eid al-Fitr Holiday (estimated)", "1968-02-25": "National Day", "1968-02-26": "Liberation Day", "1968-03-08": "Arafat Day (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha Holiday (estimated)", "1968-03-11": "Eid al-Adha Holiday (estimated)", "1968-03-30": "Islamic New Year (estimated)", "1968-06-08": "Prophet's Birthday (estimated)", "1968-10-19": "Isra' and Mi'raj (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr Holiday (estimated)", "1968-12-23": "Eid al-Fitr Holiday (estimated)", "1969-01-01": "New Year's Day", "1969-02-25": "National Day", "1969-02-26": "Arafat Day (estimated); Liberation Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha Holiday (estimated)", "1969-03-01": "Eid al-Adha Holiday (estimated)", "1969-03-19": "Islamic New Year (estimated)", "1969-05-28": "Prophet's Birthday (estimated)", "1969-10-08": "Isra' and Mi'raj (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr Holiday (estimated)", "1969-12-12": "Eid al-Fitr Holiday (estimated)", "1970-01-01": "New Year's Day", "1970-02-15": "Arafat Day (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha Holiday (estimated)", "1970-02-18": "Eid al-Adha Holiday (estimated)", "1970-02-25": "National Day", "1970-02-26": "Liberation Day", "1970-03-09": "Islamic New Year (estimated)", "1970-05-18": "Prophet's Birthday (estimated)", "1970-09-28": "Isra' and Mi'raj (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr Holiday (estimated)", "1970-12-02": "Eid al-Fitr Holiday (estimated)", "1971-01-01": "New Year's Day", "1971-02-05": "Arafat Day (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha Holiday (estimated)", "1971-02-08": "Eid al-Adha Holiday (estimated)", "1971-02-25": "National Day", "1971-02-26": "Islamic New Year (estimated); Liberation Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-09-17": "Isra' and Mi'raj (estimated)", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr Holiday (estimated)", "1971-11-21": "Eid al-Fitr Holiday (estimated)", "1972-01-01": "New Year's Day", "1972-01-25": "Arafat Day (estimated)", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha Holiday (estimated)", "1972-01-28": "Eid al-Adha Holiday (estimated)", "1972-02-16": "Islamic New Year (estimated)", "1972-02-25": "National Day", "1972-02-26": "Liberation Day", "1972-04-25": "Prophet's Birthday (estimated)", "1972-09-05": "Isra' and Mi'raj (estimated)", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr Holiday (estimated)", "1972-11-09": "Eid al-Fitr Holiday (estimated)", "1973-01-01": "New Year's Day", "1973-01-13": "Arafat Day (estimated)", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha Holiday (estimated)", "1973-01-16": "Eid al-Adha Holiday (estimated)", "1973-02-04": "Islamic New Year (estimated)", "1973-02-25": "National Day", "1973-02-26": "Liberation Day", "1973-04-15": "Prophet's Birthday (estimated)", "1973-08-25": "Isra' and Mi'raj (estimated)", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr Holiday (estimated)", "1973-10-29": "Eid al-Fitr Holiday (estimated)", "1974-01-01": "New Year's Day", "1974-01-02": "Arafat Day (estimated)", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha Holiday (estimated)", "1974-01-05": "Eid al-Adha Holiday (estimated)", "1974-01-24": "Islamic New Year (estimated)", "1974-02-25": "National Day", "1974-02-26": "Liberation Day", "1974-04-04": "Prophet's Birthday (estimated)", "1974-08-15": "Isra' and Mi'raj (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr Holiday (estimated)", "1974-10-18": "Eid al-Fitr Holiday (estimated)", "1974-12-23": "Arafat Day (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha Holiday (estimated)", "1974-12-26": "Eid al-Adha Holiday (estimated)", "1975-01-01": "New Year's Day", "1975-01-13": "Islamic New Year (estimated)", "1975-02-25": "National Day", "1975-02-26": "Liberation Day", "1975-03-24": "Prophet's Birthday (estimated)", "1975-08-05": "Isra' and Mi'raj (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr Holiday (estimated)", "1975-10-08": "Eid al-Fitr Holiday (estimated)", "1975-12-12": "Arafat Day (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha Holiday (estimated)", "1975-12-15": "Eid al-Adha Holiday (estimated)", "1976-01-01": "New Year's Day", "1976-01-02": "Islamic New Year (estimated)", "1976-02-25": "National Day", "1976-02-26": "Liberation Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-07-24": "Isra' and Mi'raj (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr Holiday (estimated)", "1976-09-26": "Eid al-Fitr Holiday (estimated)", "1976-11-30": "Arafat Day (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha Holiday (estimated)", "1976-12-03": "Eid al-Adha Holiday (estimated)", "1976-12-22": "Islamic New Year (estimated)", "1977-01-01": "New Year's Day", "1977-02-25": "National Day", "1977-02-26": "Liberation Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-07-13": "Isra' and Mi'raj (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr Holiday (estimated)", "1977-09-16": "Eid al-Fitr Holiday (estimated)", "1977-11-20": "Arafat Day (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha Holiday (estimated)", "1977-11-23": "Eid al-Adha Holiday (estimated)", "1977-12-11": "Islamic New Year (estimated)", "1978-01-01": "New Year's Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-02-25": "National Day", "1978-02-26": "Liberation Day", "1978-07-02": "Isra' and Mi'raj (estimated)", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr Holiday (estimated)", "1978-09-05": "Eid al-Fitr Holiday (estimated)", "1978-11-09": "Arafat Day (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha Holiday (estimated)", "1978-11-12": "Eid al-Adha Holiday (estimated)", "1978-12-01": "Islamic New Year (estimated)", "1979-01-01": "New Year's Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-02-25": "National Day", "1979-02-26": "Liberation Day", "1979-06-22": "Isra' and Mi'raj (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr Holiday (estimated)", "1979-08-25": "Eid al-Fitr Holiday (estimated)", "1979-10-30": "Arafat Day (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha Holiday (estimated)", "1979-11-02": "Eid al-Adha Holiday (estimated)", "1979-11-20": "Islamic New Year (estimated)", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-02-25": "National Day", "1980-02-26": "Liberation Day", "1980-06-10": "Isra' and Mi'raj (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr Holiday (estimated)", "1980-08-14": "Eid al-Fitr Holiday (estimated)", "1980-10-18": "Arafat Day (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha Holiday (estimated)", "1980-10-21": "Eid al-Adha Holiday (estimated)", "1980-11-09": "Islamic New Year (estimated)", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-02-25": "National Day", "1981-02-26": "Liberation Day", "1981-05-31": "Isra' and Mi'raj (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr Holiday (estimated)", "1981-08-03": "Eid al-Fitr Holiday (estimated)", "1981-10-07": "Arafat Day (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha Holiday (estimated)", "1981-10-10": "Eid al-Adha Holiday (estimated)", "1981-10-28": "Islamic New Year (estimated)", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet's Birthday (estimated)", "1982-02-25": "National Day", "1982-02-26": "Liberation Day", "1982-05-20": "Isra' and Mi'raj (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr Holiday (estimated)", "1982-07-23": "Eid al-Fitr Holiday (estimated)", "1982-09-26": "Arafat Day (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha Holiday (estimated)", "1982-09-29": "Eid al-Adha Holiday (estimated)", "1982-10-18": "Islamic New Year (estimated)", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-25": "National Day", "1983-02-26": "Liberation Day", "1983-05-10": "Isra' and Mi'raj (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr Holiday (estimated)", "1983-07-13": "Eid al-Fitr Holiday (estimated)", "1983-09-16": "Arafat Day (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha Holiday (estimated)", "1983-09-19": "Eid al-Adha Holiday (estimated)", "1983-10-07": "Islamic New Year (estimated)", "1983-12-16": "Prophet's Birthday (estimated)", "1984-01-01": "New Year's Day", "1984-02-25": "National Day", "1984-02-26": "Liberation Day", "1984-04-28": "Isra' and Mi'raj (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr Holiday (estimated)", "1984-07-02": "Eid al-Fitr Holiday (estimated)", "1984-09-04": "Arafat Day (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha Holiday (estimated)", "1984-09-07": "Eid al-Adha Holiday (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-12-04": "Prophet's Birthday (estimated)", "1985-01-01": "New Year's Day", "1985-02-25": "National Day", "1985-02-26": "Liberation Day", "1985-04-17": "Isra' and Mi'raj (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr Holiday (estimated)", "1985-06-21": "Eid al-Fitr Holiday (estimated)", "1985-08-25": "Arafat Day (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha Holiday (estimated)", "1985-08-28": "Eid al-Adha Holiday (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-11-24": "Prophet's Birthday (estimated)", "1986-01-01": "New Year's Day", "1986-02-25": "National Day", "1986-02-26": "Liberation Day", "1986-04-06": "Isra' and Mi'raj (estimated)", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr Holiday (estimated)", "1986-06-10": "Eid al-Fitr Holiday (estimated)", "1986-08-14": "Arafat Day (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha Holiday (estimated)", "1986-08-17": "Eid al-Adha Holiday (estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-11-14": "Prophet's Birthday (estimated)", "1987-01-01": "New Year's Day", "1987-02-25": "National Day", "1987-02-26": "Liberation Day", "1987-03-27": "Isra' and Mi'raj (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr Holiday (estimated)", "1987-05-30": "Eid al-Fitr Holiday (estimated)", "1987-08-03": "Arafat Day (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha Holiday (estimated)", "1987-08-06": "Eid al-Adha Holiday (estimated)", "1987-08-25": "Islamic New Year (estimated)", "1987-11-03": "Prophet's Birthday (estimated)", "1988-01-01": "New Year's Day", "1988-02-25": "National Day", "1988-02-26": "Liberation Day", "1988-03-15": "Isra' and Mi'raj (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr Holiday (estimated)", "1988-05-18": "Eid al-Fitr Holiday (estimated)", "1988-07-22": "Arafat Day (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha Holiday (estimated)", "1988-07-25": "Eid al-Adha Holiday (estimated)", "1988-08-13": "Islamic New Year (estimated)", "1988-10-22": "Prophet's Birthday (estimated)", "1989-01-01": "New Year's Day", "1989-02-25": "National Day", "1989-02-26": "Liberation Day", "1989-03-05": "Isra' and Mi'raj (estimated)", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr Holiday (estimated)", "1989-05-08": "Eid al-Fitr Holiday (estimated)", "1989-07-12": "Arafat Day (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha Holiday (estimated)", "1989-07-15": "Eid al-Adha Holiday (estimated)", "1989-08-02": "Islamic New Year (estimated)", "1989-10-11": "Prophet's Birthday (estimated)", "1990-01-01": "New Year's Day", "1990-02-22": "Isra' and Mi'raj (estimated)", "1990-02-25": "National Day", "1990-02-26": "Liberation Day", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr Holiday (estimated)", "1990-04-28": "Eid al-Fitr Holiday (estimated)", "1990-07-01": "Arafat Day (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha Holiday (estimated)", "1990-07-04": "Eid al-Adha Holiday (estimated)", "1990-07-23": "Islamic New Year (estimated)", "1990-10-01": "Prophet's Birthday (estimated)", "1991-01-01": "New Year's Day", "1991-02-11": "Isra' and Mi'raj (estimated)", "1991-02-25": "National Day", "1991-02-26": "Liberation Day", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr Holiday (estimated)", "1991-04-17": "Eid al-Fitr Holiday (estimated)", "1991-06-21": "Arafat Day (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha Holiday (estimated)", "1991-06-24": "Eid al-Adha Holiday (estimated)", "1991-07-12": "Islamic New Year (estimated)", "1991-09-20": "Prophet's Birthday (estimated)", "1992-01-01": "New Year's Day", "1992-01-31": "Isra' and Mi'raj (estimated)", "1992-02-25": "National Day", "1992-02-26": "Liberation Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr Holiday (estimated)", "1992-04-06": "Eid al-Fitr Holiday (estimated)", "1992-06-10": "Arafat Day (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha Holiday (estimated)", "1992-06-13": "Eid al-Adha Holiday (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-09-09": "Prophet's Birthday (estimated)", "1993-01-01": "New Year's Day", "1993-01-20": "Isra' and Mi'raj (estimated)", "1993-02-25": "National Day", "1993-02-26": "Liberation Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr Holiday (estimated)", "1993-03-26": "Eid al-Fitr Holiday (estimated)", "1993-05-30": "Arafat Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha Holiday (estimated)", "1993-06-02": "Eid al-Adha Holiday (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-08-29": "Prophet's Birthday (estimated)", "1994-01-01": "New Year's Day", "1994-01-09": "Isra' and Mi'raj (estimated)", "1994-02-25": "National Day", "1994-02-26": "Liberation Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr Holiday (estimated)", "1994-03-15": "Eid al-Fitr Holiday (estimated)", "1994-05-19": "Arafat Day (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha Holiday (estimated)", "1994-05-22": "Eid al-Adha Holiday (estimated)", "1994-06-10": "Islamic New Year (estimated)", "1994-08-19": "Prophet's Birthday (estimated)", "1994-12-29": "Isra' and Mi'raj (estimated)", "1995-01-01": "New Year's Day", "1995-02-25": "National Day", "1995-02-26": "Liberation Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr Holiday (estimated)", "1995-03-04": "Eid al-Fitr Holiday (estimated)", "1995-05-08": "Arafat Day (estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha Holiday (estimated)", "1995-05-11": "Eid al-Adha Holiday (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-12-19": "Isra' and Mi'raj (estimated)", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr Holiday (estimated)", "1996-02-21": "Eid al-Fitr Holiday (estimated)", "1996-02-25": "National Day", "1996-02-26": "Liberation Day", "1996-04-26": "Arafat Day (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha Holiday (estimated)", "1996-04-29": "Eid al-Adha Holiday (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-12-08": "Isra' and Mi'raj (estimated)", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr Holiday (estimated)", "1997-02-10": "Eid al-Fitr Holiday (estimated)", "1997-02-25": "National Day", "1997-02-26": "Liberation Day", "1997-04-16": "Arafat Day (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha Holiday (estimated)", "1997-04-19": "Eid al-Adha Holiday (estimated)", "1997-05-07": "Islamic New Year (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-11-27": "Isra' and Mi'raj (estimated)", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr Holiday (estimated)", "1998-01-31": "Eid al-Fitr Holiday (estimated)", "1998-02-25": "National Day", "1998-02-26": "Liberation Day", "1998-04-06": "Arafat Day (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha Holiday (estimated)", "1998-04-09": "Eid al-Adha Holiday (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-11-16": "Isra' and Mi'raj (estimated)", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr Holiday (estimated)", "1999-01-20": "Eid al-Fitr Holiday (estimated)", "1999-02-25": "National Day", "1999-02-26": "Liberation Day", "1999-03-26": "Arafat Day (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha Holiday (estimated)", "1999-03-29": "Eid al-Adha Holiday (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-06-26": "Prophet's Birthday (estimated)", "1999-11-05": "Isra' and Mi'raj (estimated)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr Holiday (estimated)", "2000-01-10": "Eid al-Fitr Holiday (estimated)", "2000-02-25": "National Day", "2000-02-26": "Liberation Day", "2000-03-15": "Arafat Day (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha Holiday (estimated)", "2000-03-18": "Eid al-Adha Holiday (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-06-14": "Prophet's Birthday (estimated)", "2000-10-24": "Isra' and Mi'raj (estimated)", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr Holiday (estimated)", "2000-12-29": "Eid al-Fitr Holiday (estimated)", "2001-01-01": "New Year's Day", "2001-02-25": "National Day", "2001-02-26": "Liberation Day", "2001-03-04": "Arafat Day (estimated)", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha Holiday (estimated)", "2001-03-07": "Eid al-Adha Holiday (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-06-04": "Prophet's Birthday (estimated)", "2001-10-14": "Isra' and Mi'raj (estimated)", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr Holiday (estimated)", "2001-12-18": "Eid al-Fitr Holiday (estimated)", "2002-01-01": "New Year's Day", "2002-02-21": "Arafat Day (estimated)", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha Holiday (estimated)", "2002-02-24": "Eid al-Adha Holiday (estimated)", "2002-02-25": "National Day", "2002-02-26": "Liberation Day", "2002-03-15": "Islamic New Year (estimated)", "2002-05-24": "Prophet's Birthday (estimated)", "2002-10-04": "Isra' and Mi'raj (estimated)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr Holiday (estimated)", "2002-12-07": "Eid al-Fitr Holiday (estimated)", "2003-01-01": "New Year's Day", "2003-02-10": "Arafat Day (estimated)", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha Holiday (estimated)", "2003-02-13": "Eid al-Adha Holiday (estimated)", "2003-02-25": "National Day", "2003-02-26": "Liberation Day", "2003-03-04": "Islamic New Year (estimated)", "2003-05-13": "Prophet's Birthday (estimated)", "2003-09-24": "Isra' and Mi'raj (estimated)", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr Holiday (estimated)", "2003-11-27": "Eid al-Fitr Holiday (estimated)", "2004-01-01": "New Year's Day", "2004-01-31": "Arafat Day (estimated)", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha Holiday (estimated)", "2004-02-03": "Eid al-Adha Holiday (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-02-25": "National Day", "2004-02-26": "Liberation Day", "2004-05-01": "Prophet's Birthday (estimated)", "2004-09-12": "Isra' and Mi'raj (estimated)", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr Holiday (estimated)", "2004-11-16": "Eid al-Fitr Holiday (estimated)", "2005-01-01": "New Year's Day", "2005-01-20": "Arafat Day (estimated)", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha Holiday (estimated)", "2005-01-23": "Eid al-Adha Holiday (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-02-25": "National Day", "2005-02-26": "Liberation Day", "2005-04-21": "Prophet's Birthday (estimated)", "2005-09-01": "Isra' and Mi'raj (estimated)", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr Holiday (estimated)", "2005-11-05": "Eid al-Fitr Holiday (estimated)", "2006-01-01": "New Year's Day", "2006-01-09": "Arafat Day (estimated)", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha Holiday (estimated)", "2006-01-12": "Eid al-Adha Holiday (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-02-25": "National Day", "2006-02-26": "Liberation Day", "2006-04-10": "Prophet's Birthday (estimated)", "2006-08-21": "Isra' and Mi'raj (estimated)", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr Holiday (estimated)", "2006-10-25": "Eid al-Fitr Holiday (estimated)", "2006-12-30": "Arafat Day (estimated)", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha Holiday (estimated); New Year's Day", "2007-01-02": "Eid al-Adha Holiday (estimated)", "2007-01-20": "Islamic New Year (estimated)", "2007-02-25": "National Day", "2007-02-26": "Liberation Day", "2007-03-31": "Prophet's Birthday (estimated)", "2007-08-10": "Isra' and Mi'raj (estimated)", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr Holiday (estimated)", "2007-10-15": "Eid al-Fitr Holiday (estimated)", "2007-12-19": "Arafat Day (estimated)", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha Holiday (estimated)", "2007-12-22": "Eid al-Adha Holiday (estimated)", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-02-25": "National Day", "2008-02-26": "Liberation Day", "2008-03-20": "Prophet's Birthday (estimated)", "2008-07-30": "Isra' and Mi'raj (estimated)", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr Holiday (estimated)", "2008-10-03": "Eid al-Fitr Holiday (estimated)", "2008-12-07": "Arafat Day (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha Holiday (estimated)", "2008-12-10": "Eid al-Adha Holiday (estimated)", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-02-25": "National Day", "2009-02-26": "Liberation Day", "2009-03-09": "Prophet's Birthday (estimated)", "2009-07-20": "Isra' and Mi'raj (estimated)", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr Holiday (estimated)", "2009-09-22": "Eid al-Fitr Holiday (estimated)", "2009-11-26": "Arafat Day (estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha Holiday (estimated)", "2009-11-29": "Eid al-Adha Holiday (estimated)", "2009-12-18": "Islamic New Year (estimated)", "2010-01-01": "New Year's Day", "2010-02-25": "National Day", "2010-02-26": "Liberation Day; Prophet's Birthday (estimated)", "2010-07-09": "Isra' and Mi'raj (estimated)", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr Holiday (estimated)", "2010-09-12": "Eid al-Fitr Holiday (estimated)", "2010-11-15": "Arafat Day (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha Holiday (estimated)", "2010-11-18": "Eid al-Adha Holiday (estimated)", "2010-12-07": "Islamic New Year (estimated)", "2011-01-01": "New Year's Day", "2011-02-15": "Prophet's Birthday (estimated)", "2011-02-25": "National Day", "2011-02-26": "Liberation Day", "2011-06-29": "Isra' and Mi'raj (estimated)", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr Holiday (estimated)", "2011-09-01": "Eid al-Fitr Holiday (estimated)", "2011-11-05": "Arafat Day (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha Holiday (estimated)", "2011-11-08": "Eid al-Adha Holiday (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2012-01-01": "New Year's Day", "2012-02-04": "Prophet's Birthday (estimated)", "2012-02-25": "National Day", "2012-02-26": "Liberation Day", "2012-06-17": "Isra' and Mi'raj (estimated)", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr Holiday (estimated)", "2012-08-21": "Eid al-Fitr Holiday (estimated)", "2012-10-25": "Arafat Day (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha Holiday (estimated)", "2012-10-28": "Eid al-Adha Holiday (estimated)", "2012-11-15": "Islamic New Year (estimated)", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet's Birthday (estimated)", "2013-02-25": "National Day", "2013-02-26": "Liberation Day", "2013-06-06": "Isra' and Mi'raj (estimated)", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr Holiday (estimated)", "2013-08-10": "Eid al-Fitr Holiday (estimated)", "2013-10-14": "Arafat Day (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha Holiday (estimated)", "2013-10-17": "Eid al-Adha Holiday (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2014-01-01": "New Year's Day", "2014-01-13": "Prophet's Birthday (estimated)", "2014-02-25": "National Day", "2014-02-26": "Liberation Day", "2014-05-26": "Isra' and Mi'raj (estimated)", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr Holiday (estimated)", "2014-07-30": "Eid al-Fitr Holiday (estimated)", "2014-10-03": "Arafat Day (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha Holiday (estimated)", "2014-10-06": "Eid al-Adha Holiday (estimated)", "2014-10-25": "Islamic New Year (estimated)", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday (estimated)", "2015-02-25": "National Day", "2015-02-26": "Liberation Day", "2015-05-16": "Isra' and Mi'raj (estimated)", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr Holiday (estimated)", "2015-07-19": "Eid al-Fitr Holiday (estimated)", "2015-09-22": "Arafat Day (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha Holiday (estimated)", "2015-09-25": "Eid al-Adha Holiday (estimated)", "2015-10-14": "Islamic New Year (estimated)", "2015-12-23": "Prophet's Birthday (estimated)", "2016-01-01": "New Year's Day", "2016-02-25": "National Day", "2016-02-26": "Liberation Day", "2016-05-04": "Isra' and Mi'raj (estimated)", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr Holiday (estimated)", "2016-07-08": "Eid al-Fitr Holiday (estimated)", "2016-09-10": "Arafat Day (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha Holiday (estimated)", "2016-09-13": "Eid al-Adha Holiday (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-12-11": "Prophet's Birthday (estimated)", "2017-01-01": "New Year's Day", "2017-02-25": "National Day", "2017-02-26": "Liberation Day", "2017-04-24": "Isra' and Mi'raj (estimated)", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr Holiday (estimated)", "2017-06-27": "Eid al-Fitr Holiday (estimated)", "2017-08-31": "Arafat Day (estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-02": "Eid al-Adha Holiday (estimated)", "2017-09-03": "Eid al-Adha Holiday (estimated)", "2017-09-21": "Islamic New Year (estimated)", "2017-11-30": "Prophet's Birthday (estimated)", "2018-01-01": "New Year's Day", "2018-02-25": "National Day", "2018-02-26": "Liberation Day", "2018-04-13": "Isra' and Mi'raj (estimated)", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-16": "Eid al-Fitr Holiday (estimated)", "2018-06-17": "Eid al-Fitr Holiday (estimated)", "2018-08-20": "Arafat Day (estimated)", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-22": "Eid al-Adha Holiday (estimated)", "2018-08-23": "Eid al-Adha Holiday (estimated)", "2018-09-11": "Islamic New Year (estimated)", "2018-11-20": "Prophet's Birthday (estimated)", "2019-01-01": "New Year's Day", "2019-02-25": "National Day", "2019-02-26": "Liberation Day", "2019-04-03": "Isra' and Mi'raj (estimated)", "2019-06-04": "Eid al-Fitr (estimated)", "2019-06-05": "Eid al-Fitr Holiday (estimated)", "2019-06-06": "Eid al-Fitr Holiday (estimated)", "2019-08-10": "Arafat Day (estimated)", "2019-08-11": "Eid al-Adha (estimated)", "2019-08-12": "Eid al-Adha Holiday (estimated)", "2019-08-13": "Eid al-Adha Holiday (estimated)", "2019-08-31": "Islamic New Year (estimated)", "2019-11-09": "Prophet's Birthday (estimated)", "2020-01-01": "New Year's Day", "2020-02-25": "National Day", "2020-02-26": "Liberation Day", "2020-03-22": "Isra' and Mi'raj (estimated)", "2020-05-24": "Eid al-Fitr (estimated)", "2020-05-25": "Eid al-Fitr Holiday (estimated)", "2020-05-26": "Eid al-Fitr Holiday (estimated)", "2020-07-30": "Arafat Day (estimated)", "2020-07-31": "Eid al-Adha (estimated)", "2020-08-01": "Eid al-Adha Holiday (estimated)", "2020-08-02": "Eid al-Adha Holiday (estimated)", "2020-08-20": "Islamic New Year (estimated)", "2020-10-29": "Prophet's Birthday (estimated)", "2021-01-01": "New Year's Day", "2021-02-25": "National Day", "2021-02-26": "Liberation Day", "2021-03-11": "Isra' and Mi'raj (estimated)", "2021-05-13": "Eid al-Fitr (estimated)", "2021-05-14": "Eid al-Fitr Holiday (estimated)", "2021-05-15": "Eid al-Fitr Holiday (estimated)", "2021-07-19": "Arafat Day (estimated)", "2021-07-20": "Eid al-Adha (estimated)", "2021-07-21": "Eid al-Adha Holiday (estimated)", "2021-07-22": "Eid al-Adha Holiday (estimated)", "2021-08-09": "Islamic New Year (estimated)", "2021-10-18": "Prophet's Birthday (estimated)", "2022-01-01": "New Year's Day", "2022-02-25": "National Day", "2022-02-26": "Liberation Day", "2022-02-28": "Isra' and Mi'raj (estimated)", "2022-05-02": "Eid al-Fitr (estimated)", "2022-05-03": "Eid al-Fitr Holiday (estimated)", "2022-05-04": "Eid al-Fitr Holiday (estimated)", "2022-07-08": "Arafat Day (estimated)", "2022-07-09": "Eid al-Adha (estimated)", "2022-07-10": "Eid al-Adha Holiday (estimated)", "2022-07-11": "Eid al-Adha Holiday (estimated)", "2022-07-30": "Islamic New Year (estimated)", "2022-10-08": "Prophet's Birthday (estimated)", "2023-01-01": "New Year's Day", "2023-02-18": "Isra' and Mi'raj (estimated)", "2023-02-25": "National Day", "2023-02-26": "Liberation Day", "2023-04-21": "Eid al-Fitr (estimated)", "2023-04-22": "Eid al-Fitr Holiday (estimated)", "2023-04-23": "Eid al-Fitr Holiday (estimated)", "2023-06-27": "Arafat Day (estimated)", "2023-06-28": "Eid al-Adha (estimated)", "2023-06-29": "Eid al-Adha Holiday (estimated)", "2023-06-30": "Eid al-Adha Holiday (estimated)", "2023-07-19": "Islamic New Year (estimated)", "2023-09-27": "Prophet's Birthday (estimated)", "2024-01-01": "New Year's Day", "2024-02-08": "Isra' and Mi'raj (estimated)", "2024-02-25": "National Day", "2024-02-26": "Liberation Day", "2024-04-10": "Eid al-Fitr (estimated)", "2024-04-11": "Eid al-Fitr Holiday (estimated)", "2024-04-12": "Eid al-Fitr Holiday (estimated)", "2024-06-15": "Arafat Day (estimated)", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha Holiday (estimated)", "2024-06-18": "Eid al-Adha Holiday (estimated)", "2024-07-07": "Islamic New Year (estimated)", "2024-09-15": "Prophet's Birthday (estimated)", "2025-01-01": "New Year's Day", "2025-01-27": "Isra' and Mi'raj (estimated)", "2025-02-25": "National Day", "2025-02-26": "Liberation Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr Holiday (estimated)", "2025-04-01": "Eid al-Fitr Holiday (estimated)", "2025-06-05": "Arafat Day (estimated)", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha Holiday (estimated)", "2025-06-08": "Eid al-Adha Holiday (estimated)", "2025-06-26": "Islamic New Year (estimated)", "2025-09-04": "Prophet's Birthday (estimated)", "2026-01-01": "New Year's Day", "2026-01-16": "Isra' and Mi'raj (estimated)", "2026-02-25": "National Day", "2026-02-26": "Liberation Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr Holiday (estimated)", "2026-03-22": "Eid al-Fitr Holiday (estimated)", "2026-05-26": "Arafat Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha Holiday (estimated)", "2026-05-29": "Eid al-Adha Holiday (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet's Birthday (estimated)", "2027-01-01": "New Year's Day", "2027-01-05": "Isra' and Mi'raj (estimated)", "2027-02-25": "National Day", "2027-02-26": "Liberation Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr Holiday (estimated)", "2027-03-11": "Eid al-Fitr Holiday (estimated)", "2027-05-15": "Arafat Day (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha Holiday (estimated)", "2027-05-18": "Eid al-Adha Holiday (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-12-25": "Isra' and Mi'raj (estimated)", "2028-01-01": "New Year's Day", "2028-02-25": "National Day", "2028-02-26": "Eid al-Fitr (estimated); Liberation Day", "2028-02-27": "Eid al-Fitr Holiday (estimated)", "2028-02-28": "Eid al-Fitr Holiday (estimated)", "2028-05-04": "Arafat Day (estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha Holiday (estimated)", "2028-05-07": "Eid al-Adha Holiday (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-12-14": "Isra' and Mi'raj (estimated)", "2029-01-01": "New Year's Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr Holiday (estimated)", "2029-02-16": "Eid al-Fitr Holiday (estimated)", "2029-02-25": "National Day", "2029-02-26": "Liberation Day", "2029-04-23": "Arafat Day (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha Holiday (estimated)", "2029-04-26": "Eid al-Adha Holiday (estimated)", "2029-05-14": "Islamic New Year (estimated)", "2029-07-24": "Prophet's Birthday (estimated)", "2029-12-03": "Isra' and Mi'raj (estimated)", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr Holiday (estimated)", "2030-02-06": "Eid al-Fitr Holiday (estimated)", "2030-02-25": "National Day", "2030-02-26": "Liberation Day", "2030-04-12": "Arafat Day (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha Holiday (estimated)", "2030-04-15": "Eid al-Adha Holiday (estimated)", "2030-05-03": "Islamic New Year (estimated)", "2030-07-13": "Prophet's Birthday (estimated)", "2030-11-23": "Isra' and Mi'raj (estimated)", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr Holiday (estimated)", "2031-01-26": "Eid al-Fitr Holiday (estimated)", "2031-02-25": "National Day", "2031-02-26": "Liberation Day", "2031-04-01": "Arafat Day (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha Holiday (estimated)", "2031-04-04": "Eid al-Adha Holiday (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-07-02": "Prophet's Birthday (estimated)", "2031-11-12": "Isra' and Mi'raj (estimated)", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr Holiday (estimated)", "2032-01-16": "Eid al-Fitr Holiday (estimated)", "2032-02-25": "National Day", "2032-02-26": "Liberation Day", "2032-03-21": "Arafat Day (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha Holiday (estimated)", "2032-03-24": "Eid al-Adha Holiday (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-06-20": "Prophet's Birthday (estimated)", "2032-11-01": "Isra' and Mi'raj (estimated)", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr Holiday (estimated)", "2033-01-04": "Eid al-Fitr Holiday (estimated)", "2033-02-25": "National Day", "2033-02-26": "Liberation Day", "2033-03-10": "Arafat Day (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha Holiday (estimated)", "2033-03-13": "Eid al-Adha Holiday (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-06-09": "Prophet's Birthday (estimated)", "2033-10-21": "Isra' and Mi'raj (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr Holiday (estimated)", "2033-12-25": "Eid al-Fitr Holiday (estimated)", "2034-01-01": "New Year's Day", "2034-02-25": "National Day", "2034-02-26": "Liberation Day", "2034-02-28": "Arafat Day (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha Holiday (estimated)", "2034-03-03": "Eid al-Adha Holiday (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-30": "Prophet's Birthday (estimated)", "2034-10-10": "Isra' and Mi'raj (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr Holiday (estimated)", "2034-12-14": "Eid al-Fitr Holiday (estimated)", "2035-01-01": "New Year's Day", "2035-02-17": "Arafat Day (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha Holiday (estimated)", "2035-02-20": "Eid al-Adha Holiday (estimated)", "2035-02-25": "National Day", "2035-02-26": "Liberation Day", "2035-03-11": "Islamic New Year (estimated)", "2035-05-20": "Prophet's Birthday (estimated)", "2035-09-29": "Isra' and Mi'raj (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr Holiday (estimated)", "2035-12-03": "Eid al-Fitr Holiday (estimated)", "2036-01-01": "New Year's Day", "2036-02-06": "Arafat Day (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha Holiday (estimated)", "2036-02-09": "Eid al-Adha Holiday (estimated)", "2036-02-25": "National Day", "2036-02-26": "Liberation Day", "2036-02-28": "Islamic New Year (estimated)", "2036-05-08": "Prophet's Birthday (estimated)", "2036-09-18": "Isra' and Mi'raj (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr Holiday (estimated)", "2036-11-21": "Eid al-Fitr Holiday (estimated)", "2037-01-01": "New Year's Day", "2037-01-25": "Arafat Day (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha Holiday (estimated)", "2037-01-28": "Eid al-Adha Holiday (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-02-25": "National Day", "2037-02-26": "Liberation Day", "2037-04-28": "Prophet's Birthday (estimated)", "2037-09-07": "Isra' and Mi'raj (estimated)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr Holiday (estimated)", "2037-11-10": "Eid al-Fitr Holiday (estimated)", "2038-01-01": "New Year's Day", "2038-01-15": "Arafat Day (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha Holiday (estimated)", "2038-01-18": "Eid al-Adha Holiday (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-02-25": "National Day", "2038-02-26": "Liberation Day", "2038-04-17": "Prophet's Birthday (estimated)", "2038-08-28": "Isra' and Mi'raj (estimated)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr Holiday (estimated)", "2038-10-31": "Eid al-Fitr Holiday (estimated)", "2039-01-01": "New Year's Day", "2039-01-04": "Arafat Day (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha Holiday (estimated)", "2039-01-07": "Eid al-Adha Holiday (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-25": "National Day", "2039-02-26": "Liberation Day", "2039-04-06": "Prophet's Birthday (estimated)", "2039-08-17": "Isra' and Mi'raj (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr Holiday (estimated)", "2039-10-21": "Eid al-Fitr Holiday (estimated)", "2039-12-25": "Arafat Day (estimated)", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha Holiday (estimated)", "2039-12-28": "Eid al-Adha Holiday (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-02-25": "National Day", "2040-02-26": "Liberation Day", "2040-03-25": "Prophet's Birthday (estimated)", "2040-08-05": "Isra' and Mi'raj (estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr Holiday (estimated)", "2040-10-09": "Eid al-Fitr Holiday (estimated)", "2040-12-13": "Arafat Day (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha Holiday (estimated)", "2040-12-16": "Eid al-Adha Holiday (estimated)", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-25": "National Day", "2041-02-26": "Liberation Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-07-25": "Isra' and Mi'raj (estimated)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr Holiday (estimated)", "2041-09-28": "Eid al-Fitr Holiday (estimated)", "2041-12-03": "Arafat Day (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha Holiday (estimated)", "2041-12-06": "Eid al-Adha Holiday (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2042-01-01": "New Year's Day", "2042-02-25": "National Day", "2042-02-26": "Liberation Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-07-15": "Isra' and Mi'raj (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr Holiday (estimated)", "2042-09-17": "Eid al-Fitr Holiday (estimated)", "2042-11-22": "Arafat Day (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha Holiday (estimated)", "2042-11-25": "Eid al-Adha Holiday (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2043-01-01": "New Year's Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-02-25": "National Day", "2043-02-26": "Liberation Day", "2043-07-04": "Isra' and Mi'raj (estimated)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr Holiday (estimated)", "2043-09-06": "Eid al-Fitr Holiday (estimated)", "2043-11-11": "Arafat Day (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha Holiday (estimated)", "2043-11-14": "Eid al-Adha Holiday (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2044-01-01": "New Year's Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-02-25": "National Day", "2044-02-26": "Liberation Day", "2044-06-23": "Isra' and Mi'raj (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr Holiday (estimated)", "2044-08-26": "Eid al-Fitr Holiday (estimated)", "2044-10-30": "Arafat Day (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha Holiday (estimated)", "2044-11-02": "Eid al-Adha Holiday (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2045-01-01": "New Year's Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-02-25": "National Day", "2045-02-26": "Liberation Day", "2045-06-13": "Isra' and Mi'raj (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr Holiday (estimated)", "2045-08-16": "Eid al-Fitr Holiday (estimated)", "2045-10-20": "Arafat Day (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha Holiday (estimated)", "2045-10-23": "Eid al-Adha Holiday (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-02-25": "National Day", "2046-02-26": "Liberation Day", "2046-06-02": "Isra' and Mi'raj (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr Holiday (estimated)", "2046-08-05": "Eid al-Fitr Holiday (estimated)", "2046-10-09": "Arafat Day (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha Holiday (estimated)", "2046-10-12": "Eid al-Adha Holiday (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-02-25": "National Day", "2047-02-26": "Liberation Day", "2047-05-22": "Isra' and Mi'raj (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr Holiday (estimated)", "2047-07-26": "Eid al-Fitr Holiday (estimated)", "2047-09-29": "Arafat Day (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha Holiday (estimated)", "2047-10-02": "Eid al-Adha Holiday (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-02-25": "National Day", "2048-02-26": "Liberation Day", "2048-05-10": "Isra' and Mi'raj (estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr Holiday (estimated)", "2048-07-14": "Eid al-Fitr Holiday (estimated)", "2048-09-18": "Arafat Day (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha Holiday (estimated)", "2048-09-21": "Eid al-Adha Holiday (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-12-18": "Prophet's Birthday (estimated)", "2049-01-01": "New Year's Day", "2049-02-25": "National Day", "2049-02-26": "Liberation Day", "2049-04-29": "Isra' and Mi'raj (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr Holiday (estimated)", "2049-07-03": "Eid al-Fitr Holiday (estimated)", "2049-09-07": "Arafat Day (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha Holiday (estimated)", "2049-09-10": "Eid al-Adha Holiday (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-12-07": "Prophet's Birthday (estimated)", "2050-01-01": "New Year's Day", "2050-02-25": "National Day", "2050-02-26": "Liberation Day", "2050-04-19": "Isra' and Mi'raj (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr Holiday (estimated)", "2050-06-22": "Eid al-Fitr Holiday (estimated)", "2050-08-27": "Arafat Day (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha Holiday (estimated)", "2050-08-30": "Eid al-Adha Holiday (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-11-26": "Prophet's Birthday (estimated)" } holidays-0.71/snapshots/countries/KZ_COMMON.json000066400000000000000000001246171500152103600216050ustar00rootroot00000000000000{ "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Day", "1991-03-08": "International Women's Day", "1991-05-01": "Kazakhstan's People Solidarity Holiday", "1991-05-09": "Victory Day", "1991-12-16": "Independence Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day", "1992-03-08": "International Women's Day", "1992-05-01": "Kazakhstan's People Solidarity Holiday", "1992-05-09": "Victory Day", "1992-12-16": "Independence Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-03-08": "International Women's Day", "1993-05-01": "Kazakhstan's People Solidarity Holiday", "1993-05-09": "Victory Day", "1993-12-16": "Independence Day", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-03-08": "International Women's Day", "1994-05-01": "Kazakhstan's People Solidarity Holiday", "1994-05-09": "Victory Day", "1994-10-25": "Republic Day", "1994-12-16": "Independence Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-03-08": "International Women's Day", "1995-05-01": "Kazakhstan's People Solidarity Holiday", "1995-05-09": "Victory Day", "1995-10-25": "Republic Day", "1995-12-16": "Independence Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-03-08": "International Women's Day", "1996-05-01": "Kazakhstan's People Solidarity Holiday", "1996-05-09": "Victory Day", "1996-08-30": "Constitution Day", "1996-10-25": "Republic Day", "1996-12-16": "Independence Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-03-08": "International Women's Day", "1997-05-01": "Kazakhstan's People Solidarity Holiday", "1997-05-09": "Victory Day", "1997-08-30": "Constitution Day", "1997-10-25": "Republic Day", "1997-12-16": "Independence Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-03-08": "International Women's Day", "1998-05-01": "Kazakhstan's People Solidarity Holiday", "1998-05-09": "Victory Day", "1998-08-30": "Constitution Day", "1998-10-25": "Republic Day", "1998-12-16": "Independence Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-03-08": "International Women's Day", "1999-05-01": "Kazakhstan's People Solidarity Holiday", "1999-05-09": "Victory Day", "1999-08-30": "Constitution Day", "1999-10-25": "Republic Day", "1999-12-16": "Independence Day", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-03-08": "International Women's Day", "2000-05-01": "Kazakhstan's People Solidarity Holiday", "2000-05-08": "Day off (substituted from 05/06/2000)", "2000-05-09": "Victory Day", "2000-08-30": "Constitution Day", "2000-10-25": "Republic Day", "2000-12-16": "Independence Day", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-03-08": "International Women's Day", "2001-03-09": "Day off (substituted from 03/11/2001)", "2001-03-23": "Day off (substituted from 03/25/2001)", "2001-04-30": "Day off (substituted from 04/28/2001)", "2001-05-01": "Kazakhstan's People Solidarity Holiday", "2001-05-09": "Victory Day", "2001-08-30": "Constitution Day", "2001-10-25": "Republic Day", "2001-12-16": "Independence Day", "2001-12-31": "Day off (substituted from 12/29/2001)", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-03-08": "International Women's Day", "2002-03-22": "Nowruz Holiday", "2002-05-01": "Kazakhstan's People Solidarity Holiday", "2002-05-09": "Victory Day", "2002-05-10": "Day off (substituted from 05/12/2002)", "2002-08-30": "Constitution Day", "2002-10-25": "Republic Day", "2002-12-16": "Independence Day", "2002-12-17": "Independence Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-03-08": "International Women's Day", "2003-03-10": "International Women's Day (observed)", "2003-03-22": "Nowruz Holiday", "2003-03-24": "Nowruz Holiday (observed)", "2003-05-01": "Kazakhstan's People Solidarity Holiday", "2003-05-02": "Day off (substituted from 05/04/2003)", "2003-05-09": "Victory Day", "2003-08-30": "Constitution Day", "2003-09-01": "Constitution Day (observed)", "2003-10-25": "Republic Day", "2003-10-27": "Republic Day (observed)", "2003-12-15": "Day off (substituted from 12/13/2003)", "2003-12-16": "Independence Day", "2003-12-17": "Independence Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-03-08": "International Women's Day", "2004-03-22": "Nowruz Holiday", "2004-05-01": "Kazakhstan's People Solidarity Holiday", "2004-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2004-05-09": "Victory Day", "2004-05-10": "Victory Day (observed)", "2004-08-30": "Constitution Day", "2004-10-25": "Republic Day", "2004-12-16": "Independence Day", "2004-12-17": "Independence Day", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "New Year's Day (observed)", "2005-03-07": "Day off (substituted from 03/05/2005)", "2005-03-08": "International Women's Day", "2005-03-21": "Day off (substituted from 03/19/2005)", "2005-03-22": "Nowruz Holiday", "2005-05-01": "Kazakhstan's People Solidarity Holiday", "2005-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2005-05-09": "Victory Day", "2005-08-29": "Day off (substituted from 08/27/2005)", "2005-08-30": "Constitution Day", "2005-10-24": "Day off (substituted from 10/22/2005)", "2005-10-25": "Republic Day", "2005-12-16": "Independence Day", "2005-12-17": "Independence Day", "2005-12-19": "Independence Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-01-07": "Orthodox Christmas", "2006-01-10": "Eid al-Adha", "2006-01-11": "Day off (substituted from 01/14/2006)", "2006-03-08": "International Women's Day", "2006-03-22": "Nowruz Holiday", "2006-05-01": "Kazakhstan's People Solidarity Holiday", "2006-05-08": "Day off (substituted from 05/06/2006)", "2006-05-09": "Victory Day", "2006-08-30": "Constitution Day", "2006-10-25": "Republic Day", "2006-12-16": "Independence Day", "2006-12-17": "Independence Day", "2006-12-18": "Independence Day (observed)", "2006-12-19": "Independence Day (observed)", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Day", "2007-01-07": "Orthodox Christmas", "2007-03-08": "International Women's Day", "2007-03-09": "Day off (substituted from 03/11/2007)", "2007-03-22": "Nowruz Holiday", "2007-03-23": "Day off (substituted from 03/25/2007)", "2007-05-01": "Kazakhstan's People Solidarity Holiday", "2007-05-09": "Victory Day", "2007-08-30": "Constitution Day", "2007-08-31": "Day off (substituted from 09/02/2007)", "2007-10-25": "Republic Day", "2007-10-26": "Day off (substituted from 10/28/2007)", "2007-12-16": "Independence Day", "2007-12-17": "Independence Day", "2007-12-18": "Independence Day (observed)", "2007-12-20": "Eid al-Adha", "2007-12-31": "Day off (substituted from 12/29/2007)", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-01-07": "Orthodox Christmas", "2008-03-08": "International Women's Day", "2008-03-10": "International Women's Day (observed)", "2008-03-22": "Nowruz Holiday", "2008-03-24": "Nowruz Holiday (observed)", "2008-05-01": "Kazakhstan's People Solidarity Holiday", "2008-05-02": "Day off (substituted from 05/04/2008)", "2008-05-09": "Victory Day", "2008-08-30": "Constitution Day", "2008-09-01": "Constitution Day (observed)", "2008-10-25": "Republic Day", "2008-10-27": "Republic Day (observed)", "2008-12-08": "Eid al-Adha", "2008-12-16": "Independence Day", "2008-12-17": "Independence Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-01-07": "Orthodox Christmas", "2009-03-08": "International Women's Day", "2009-03-09": "International Women's Day (observed)", "2009-03-22": "Nowruz Holiday", "2009-03-23": "Nowruz Holiday (observed)", "2009-05-01": "Kazakhstan's People Solidarity Holiday", "2009-05-09": "Victory Day", "2009-05-11": "Victory Day (observed)", "2009-07-06": "Capital Day", "2009-08-30": "Constitution Day", "2009-08-31": "Constitution Day (observed)", "2009-11-27": "Eid al-Adha", "2009-12-16": "Independence Day", "2009-12-17": "Independence Day", "2009-12-18": "Day off (substituted from 12/20/2009)", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-01-04": "New Year's Day (observed)", "2010-01-07": "Orthodox Christmas", "2010-01-08": "Day off (substituted from 01/10/2010)", "2010-03-08": "International Women's Day", "2010-03-21": "Nowruz Holiday", "2010-03-22": "Nowruz Holiday", "2010-03-23": "Nowruz Holiday", "2010-03-24": "Nowruz Holiday (observed)", "2010-05-01": "Kazakhstan's People Solidarity Holiday", "2010-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2010-05-09": "Victory Day", "2010-05-10": "Victory Day (observed)", "2010-07-05": "Day off (substituted from 07/03/2010)", "2010-07-06": "Capital Day", "2010-08-30": "Constitution Day", "2010-11-16": "Eid al-Adha", "2010-12-16": "Independence Day", "2010-12-17": "Independence Day", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "New Year's Day (observed)", "2011-01-07": "Orthodox Christmas", "2011-03-07": "Day off (substituted from 03/05/2011)", "2011-03-08": "International Women's Day", "2011-03-21": "Nowruz Holiday", "2011-03-22": "Nowruz Holiday", "2011-03-23": "Nowruz Holiday", "2011-05-01": "Kazakhstan's People Solidarity Holiday", "2011-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2011-05-09": "Victory Day", "2011-07-06": "Capital Day", "2011-08-29": "Day off (substituted from 08/27/2011)", "2011-08-30": "Constitution Day", "2011-11-06": "Eid al-Adha", "2011-12-16": "Independence Day", "2011-12-17": "Independence Day", "2011-12-19": "Independence Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-01-07": "Orthodox Christmas", "2012-03-08": "International Women's Day", "2012-03-09": "Day off (substituted from 03/11/2012)", "2012-03-21": "Nowruz Holiday", "2012-03-22": "Nowruz Holiday", "2012-03-23": "Nowruz Holiday", "2012-04-30": "Day off (substituted from 04/28/2012)", "2012-05-01": "Kazakhstan's People Solidarity Holiday", "2012-05-09": "Victory Day", "2012-07-06": "Capital Day", "2012-08-30": "Constitution Day", "2012-10-26": "Eid al-Adha", "2012-12-01": "First President Day", "2012-12-03": "First President Day (observed)", "2012-12-16": "Independence Day", "2012-12-17": "Independence Day", "2012-12-18": "Independence Day (observed)", "2012-12-31": "Day off (substituted from 12/29/2012)", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-01-07": "Orthodox Christmas", "2013-03-08": "International Women's Day", "2013-03-21": "Nowruz Holiday", "2013-03-22": "Nowruz Holiday", "2013-03-23": "Nowruz Holiday", "2013-03-25": "Nowruz Holiday (observed)", "2013-05-01": "Kazakhstan's People Solidarity Holiday", "2013-05-07": "Defender of the Fatherland Day", "2013-05-09": "Victory Day", "2013-05-10": "Day off (substituted from 05/04/2013)", "2013-07-06": "Capital Day", "2013-07-08": "Capital Day (observed)", "2013-08-30": "Constitution Day", "2013-10-14": "Day off (substituted from 10/12/2013)", "2013-10-15": "Eid al-Adha", "2013-12-01": "First President Day", "2013-12-02": "First President Day (observed)", "2013-12-16": "Independence Day", "2013-12-17": "Independence Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-01-03": "Day off (substituted from 12/28/2013)", "2014-01-07": "Orthodox Christmas", "2014-03-08": "International Women's Day", "2014-03-10": "International Women's Day (observed)", "2014-03-21": "Nowruz Holiday", "2014-03-22": "Nowruz Holiday", "2014-03-23": "Nowruz Holiday", "2014-03-24": "Nowruz Holiday (observed)", "2014-03-25": "Nowruz Holiday (observed)", "2014-05-01": "Kazakhstan's People Solidarity Holiday", "2014-05-02": "Day off (substituted from 05/04/2014)", "2014-05-07": "Defender of the Fatherland Day", "2014-05-08": "Day off (substituted from 05/11/2014)", "2014-05-09": "Victory Day", "2014-07-06": "Capital Day", "2014-07-07": "Capital Day (observed)", "2014-08-30": "Constitution Day", "2014-09-01": "Constitution Day (observed)", "2014-10-04": "Eid al-Adha", "2014-12-01": "First President Day", "2014-12-16": "Independence Day", "2014-12-17": "Independence Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-01-07": "Orthodox Christmas", "2015-03-08": "International Women's Day", "2015-03-09": "International Women's Day (observed)", "2015-03-21": "Nowruz Holiday", "2015-03-22": "Nowruz Holiday", "2015-03-23": "Nowruz Holiday", "2015-03-24": "Nowruz Holiday (observed)", "2015-03-25": "Nowruz Holiday (observed)", "2015-05-01": "Kazakhstan's People Solidarity Holiday", "2015-05-07": "Defender of the Fatherland Day", "2015-05-09": "Victory Day", "2015-05-11": "Victory Day (observed)", "2015-07-06": "Capital Day", "2015-08-30": "Constitution Day", "2015-08-31": "Constitution Day (observed)", "2015-09-24": "Eid al-Adha", "2015-12-01": "First President Day", "2015-12-16": "Independence Day", "2015-12-17": "Independence Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-04": "New Year's Day (observed)", "2016-01-07": "Orthodox Christmas", "2016-03-07": "Day off (substituted from 03/05/2016)", "2016-03-08": "International Women's Day", "2016-03-21": "Nowruz Holiday", "2016-03-22": "Nowruz Holiday", "2016-03-23": "Nowruz Holiday", "2016-05-01": "Kazakhstan's People Solidarity Holiday", "2016-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2016-05-07": "Defender of the Fatherland Day", "2016-05-09": "Victory Day", "2016-05-10": "Defender of the Fatherland Day (observed)", "2016-07-06": "Capital Day", "2016-08-30": "Constitution Day", "2016-09-12": "Eid al-Adha", "2016-12-01": "First President Day", "2016-12-16": "Independence Day", "2016-12-17": "Independence Day", "2016-12-19": "Independence Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-01-07": "Orthodox Christmas", "2017-03-08": "International Women's Day", "2017-03-20": "Day off (substituted from 03/18/2017)", "2017-03-21": "Nowruz Holiday", "2017-03-22": "Nowruz Holiday", "2017-03-23": "Nowruz Holiday", "2017-05-01": "Kazakhstan's People Solidarity Holiday", "2017-05-07": "Defender of the Fatherland Day", "2017-05-08": "Defender of the Fatherland Day (observed)", "2017-05-09": "Victory Day", "2017-07-06": "Capital Day", "2017-07-07": "Day off (substituted from 07/01/2017)", "2017-08-30": "Constitution Day", "2017-09-01": "Eid al-Adha", "2017-12-01": "First President Day", "2017-12-16": "Independence Day", "2017-12-17": "Independence Day", "2017-12-18": "Independence Day (observed)", "2017-12-19": "Independence Day (observed)", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-01-07": "Orthodox Christmas", "2018-03-08": "International Women's Day", "2018-03-09": "Day off (substituted from 03/03/2018)", "2018-03-21": "Nowruz Holiday", "2018-03-22": "Nowruz Holiday", "2018-03-23": "Nowruz Holiday", "2018-04-30": "Day off (substituted from 04/28/2018)", "2018-05-01": "Kazakhstan's People Solidarity Holiday", "2018-05-07": "Defender of the Fatherland Day", "2018-05-08": "Day off (substituted from 05/05/2018)", "2018-05-09": "Victory Day", "2018-07-06": "Capital Day", "2018-08-21": "Eid al-Adha", "2018-08-30": "Constitution Day", "2018-08-31": "Day off (substituted from 08/25/2018)", "2018-12-01": "First President Day", "2018-12-03": "First President Day (observed)", "2018-12-16": "Independence Day", "2018-12-17": "Independence Day", "2018-12-18": "Independence Day (observed)", "2018-12-31": "Day off (substituted from 12/29/2018)", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-01-07": "Orthodox Christmas", "2019-03-08": "International Women's Day", "2019-03-21": "Nowruz Holiday", "2019-03-22": "Nowruz Holiday", "2019-03-23": "Nowruz Holiday", "2019-03-25": "Nowruz Holiday (observed)", "2019-05-01": "Kazakhstan's People Solidarity Holiday", "2019-05-07": "Defender of the Fatherland Day", "2019-05-09": "Victory Day", "2019-05-10": "Day off (substituted from 05/04/2019)", "2019-07-06": "Capital Day", "2019-07-08": "Capital Day (observed)", "2019-08-11": "Eid al-Adha", "2019-08-30": "Constitution Day", "2019-12-01": "First President Day", "2019-12-02": "First President Day (observed)", "2019-12-16": "Independence Day", "2019-12-17": "Independence Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-03": "Day off (substituted from 01/05/2020)", "2020-01-07": "Orthodox Christmas", "2020-03-08": "International Women's Day", "2020-03-09": "International Women's Day (observed)", "2020-03-21": "Nowruz Holiday", "2020-03-22": "Nowruz Holiday", "2020-03-23": "Nowruz Holiday", "2020-03-24": "Nowruz Holiday (observed)", "2020-03-25": "Nowruz Holiday (observed)", "2020-05-01": "Kazakhstan's People Solidarity Holiday", "2020-05-07": "Defender of the Fatherland Day", "2020-05-08": "Victory Day (observed)", "2020-05-09": "Victory Day", "2020-07-06": "Capital Day", "2020-07-31": "Eid al-Adha", "2020-08-30": "Constitution Day", "2020-08-31": "Constitution Day (observed)", "2020-12-01": "First President Day", "2020-12-16": "Independence Day", "2020-12-17": "Independence Day", "2020-12-18": "Day off (substituted from 12/20/2020)", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-04": "New Year's Day (observed)", "2021-01-07": "Orthodox Christmas", "2021-03-08": "International Women's Day", "2021-03-21": "Nowruz Holiday", "2021-03-22": "Nowruz Holiday", "2021-03-23": "Nowruz Holiday", "2021-03-24": "Nowruz Holiday (observed)", "2021-05-01": "Kazakhstan's People Solidarity Holiday", "2021-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2021-05-07": "Defender of the Fatherland Day", "2021-05-09": "Victory Day", "2021-05-10": "Victory Day (observed)", "2021-07-05": "Day off (substituted from 07/03/2021)", "2021-07-06": "Capital Day", "2021-07-20": "Eid al-Adha", "2021-08-30": "Constitution Day", "2021-12-01": "First President Day", "2021-12-16": "Independence Day", "2021-12-17": "Independence Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "New Year's Day (observed)", "2022-01-07": "Orthodox Christmas", "2022-03-07": "Day off (substituted from 03/05/2022)", "2022-03-08": "International Women's Day", "2022-03-21": "Nowruz Holiday", "2022-03-22": "Nowruz Holiday", "2022-03-23": "Nowruz Holiday", "2022-05-01": "Kazakhstan's People Solidarity Holiday", "2022-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2022-05-07": "Defender of the Fatherland Day", "2022-05-09": "Victory Day", "2022-05-10": "Defender of the Fatherland Day (observed)", "2022-07-06": "Capital Day", "2022-07-09": "Eid al-Adha", "2022-08-29": "Day off (substituted from 08/27/2022)", "2022-08-30": "Constitution Day", "2022-10-24": "Day off (substituted from 10/22/2022)", "2022-10-25": "Republic Day", "2022-12-16": "Independence Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-01-07": "Orthodox Christmas", "2023-03-08": "International Women's Day", "2023-03-21": "Nowruz Holiday", "2023-03-22": "Nowruz Holiday", "2023-03-23": "Nowruz Holiday", "2023-05-01": "Kazakhstan's People Solidarity Holiday", "2023-05-07": "Defender of the Fatherland Day", "2023-05-08": "Defender of the Fatherland Day (observed)", "2023-05-09": "Victory Day", "2023-06-28": "Eid al-Adha", "2023-07-06": "Capital Day", "2023-07-07": "Day off (substituted from 07/01/2023)", "2023-08-30": "Constitution Day", "2023-10-25": "Republic Day", "2023-12-16": "Independence Day", "2023-12-18": "Independence Day (observed)", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-07": "Orthodox Christmas", "2024-03-08": "International Women's Day", "2024-03-21": "Nowruz Holiday", "2024-03-22": "Nowruz Holiday", "2024-03-23": "Nowruz Holiday", "2024-03-25": "Nowruz Holiday (observed)", "2024-05-01": "Kazakhstan's People Solidarity Holiday", "2024-05-07": "Defender of the Fatherland Day", "2024-05-08": "Day off (substituted from 05/04/2024)", "2024-05-09": "Victory Day", "2024-06-16": "Eid al-Adha", "2024-07-06": "Capital Day", "2024-07-08": "Capital Day (observed)", "2024-08-30": "Constitution Day", "2024-10-25": "Republic Day", "2024-12-16": "Independence Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-03": "Day off (substituted from 01/05/2025)", "2025-01-07": "Orthodox Christmas", "2025-03-08": "International Women's Day", "2025-03-10": "International Women's Day (observed)", "2025-03-21": "Nowruz Holiday", "2025-03-22": "Nowruz Holiday", "2025-03-23": "Nowruz Holiday", "2025-03-24": "Nowruz Holiday (observed)", "2025-03-25": "Nowruz Holiday (observed)", "2025-05-01": "Kazakhstan's People Solidarity Holiday", "2025-05-07": "Defender of the Fatherland Day", "2025-05-09": "Victory Day", "2025-06-06": "Eid al-Adha", "2025-07-06": "Capital Day", "2025-07-07": "Capital Day (observed)", "2025-08-30": "Constitution Day", "2025-09-01": "Constitution Day (observed)", "2025-10-25": "Republic Day", "2025-10-27": "Republic Day (observed)", "2025-12-16": "Independence Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-07": "Orthodox Christmas", "2026-03-08": "International Women's Day", "2026-03-09": "International Women's Day (observed)", "2026-03-21": "Nowruz Holiday", "2026-03-22": "Nowruz Holiday", "2026-03-23": "Nowruz Holiday", "2026-03-24": "Nowruz Holiday (observed)", "2026-03-25": "Nowruz Holiday (observed)", "2026-05-01": "Kazakhstan's People Solidarity Holiday", "2026-05-07": "Defender of the Fatherland Day", "2026-05-09": "Victory Day", "2026-05-11": "Victory Day (observed)", "2026-05-27": "Eid al-Adha (estimated)", "2026-07-06": "Capital Day", "2026-08-30": "Constitution Day", "2026-08-31": "Constitution Day (observed)", "2026-10-25": "Republic Day", "2026-10-26": "Republic Day (observed)", "2026-12-16": "Independence Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-04": "New Year's Day (observed)", "2027-01-07": "Orthodox Christmas", "2027-03-08": "International Women's Day", "2027-03-21": "Nowruz Holiday", "2027-03-22": "Nowruz Holiday", "2027-03-23": "Nowruz Holiday", "2027-03-24": "Nowruz Holiday (observed)", "2027-05-01": "Kazakhstan's People Solidarity Holiday", "2027-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2027-05-07": "Defender of the Fatherland Day", "2027-05-09": "Victory Day", "2027-05-10": "Victory Day (observed)", "2027-05-16": "Eid al-Adha (estimated)", "2027-07-06": "Capital Day", "2027-08-30": "Constitution Day", "2027-10-25": "Republic Day", "2027-12-16": "Independence Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "New Year's Day (observed)", "2028-01-07": "Orthodox Christmas", "2028-03-08": "International Women's Day", "2028-03-21": "Nowruz Holiday", "2028-03-22": "Nowruz Holiday", "2028-03-23": "Nowruz Holiday", "2028-05-01": "Kazakhstan's People Solidarity Holiday", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-07": "Defender of the Fatherland Day", "2028-05-08": "Defender of the Fatherland Day (observed)", "2028-05-09": "Victory Day", "2028-07-06": "Capital Day", "2028-08-30": "Constitution Day", "2028-10-25": "Republic Day", "2028-12-16": "Independence Day", "2028-12-18": "Independence Day (observed)", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-07": "Orthodox Christmas", "2029-03-08": "International Women's Day", "2029-03-21": "Nowruz Holiday", "2029-03-22": "Nowruz Holiday", "2029-03-23": "Nowruz Holiday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Kazakhstan's People Solidarity Holiday", "2029-05-07": "Defender of the Fatherland Day", "2029-05-09": "Victory Day", "2029-07-06": "Capital Day", "2029-08-30": "Constitution Day", "2029-10-25": "Republic Day", "2029-12-16": "Independence Day", "2029-12-17": "Independence Day (observed)", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-07": "Orthodox Christmas", "2030-03-08": "International Women's Day", "2030-03-21": "Nowruz Holiday", "2030-03-22": "Nowruz Holiday", "2030-03-23": "Nowruz Holiday", "2030-03-25": "Nowruz Holiday (observed)", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Kazakhstan's People Solidarity Holiday", "2030-05-07": "Defender of the Fatherland Day", "2030-05-09": "Victory Day", "2030-07-06": "Capital Day", "2030-07-08": "Capital Day (observed)", "2030-08-30": "Constitution Day", "2030-10-25": "Republic Day", "2030-12-16": "Independence Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-07": "Orthodox Christmas", "2031-03-08": "International Women's Day", "2031-03-10": "International Women's Day (observed)", "2031-03-21": "Nowruz Holiday", "2031-03-22": "Nowruz Holiday", "2031-03-23": "Nowruz Holiday", "2031-03-24": "Nowruz Holiday (observed)", "2031-03-25": "Nowruz Holiday (observed)", "2031-04-02": "Eid al-Adha (estimated)", "2031-05-01": "Kazakhstan's People Solidarity Holiday", "2031-05-07": "Defender of the Fatherland Day", "2031-05-09": "Victory Day", "2031-07-06": "Capital Day", "2031-07-07": "Capital Day (observed)", "2031-08-30": "Constitution Day", "2031-09-01": "Constitution Day (observed)", "2031-10-25": "Republic Day", "2031-10-27": "Republic Day (observed)", "2031-12-16": "Independence Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-07": "Orthodox Christmas", "2032-03-08": "International Women's Day", "2032-03-21": "Nowruz Holiday", "2032-03-22": "Eid al-Adha (estimated); Nowruz Holiday", "2032-03-23": "Nowruz Holiday", "2032-03-24": "Nowruz Holiday (observed)", "2032-05-01": "Kazakhstan's People Solidarity Holiday", "2032-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2032-05-07": "Defender of the Fatherland Day", "2032-05-09": "Victory Day", "2032-05-10": "Victory Day (observed)", "2032-07-06": "Capital Day", "2032-08-30": "Constitution Day", "2032-10-25": "Republic Day", "2032-12-16": "Independence Day", "2033-01-01": "New Year's Day", "2033-01-02": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "New Year's Day (observed)", "2033-01-07": "Orthodox Christmas", "2033-03-08": "International Women's Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-21": "Nowruz Holiday", "2033-03-22": "Nowruz Holiday", "2033-03-23": "Nowruz Holiday", "2033-05-01": "Kazakhstan's People Solidarity Holiday", "2033-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2033-05-07": "Defender of the Fatherland Day", "2033-05-09": "Victory Day", "2033-05-10": "Defender of the Fatherland Day (observed)", "2033-07-06": "Capital Day", "2033-08-30": "Constitution Day", "2033-10-25": "Republic Day", "2033-12-16": "Independence Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-01-07": "Orthodox Christmas", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-08": "International Women's Day", "2034-03-21": "Nowruz Holiday", "2034-03-22": "Nowruz Holiday", "2034-03-23": "Nowruz Holiday", "2034-05-01": "Kazakhstan's People Solidarity Holiday", "2034-05-07": "Defender of the Fatherland Day", "2034-05-08": "Defender of the Fatherland Day (observed)", "2034-05-09": "Victory Day", "2034-07-06": "Capital Day", "2034-08-30": "Constitution Day", "2034-10-25": "Republic Day", "2034-12-16": "Independence Day", "2034-12-18": "Independence Day (observed)", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-07": "Orthodox Christmas", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "International Women's Day", "2035-03-21": "Nowruz Holiday", "2035-03-22": "Nowruz Holiday", "2035-03-23": "Nowruz Holiday", "2035-05-01": "Kazakhstan's People Solidarity Holiday", "2035-05-07": "Defender of the Fatherland Day", "2035-05-09": "Victory Day", "2035-07-06": "Capital Day", "2035-08-30": "Constitution Day", "2035-10-25": "Republic Day", "2035-12-16": "Independence Day", "2035-12-17": "Independence Day (observed)", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-07": "Orthodox Christmas", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "International Women's Day", "2036-03-10": "International Women's Day (observed)", "2036-03-21": "Nowruz Holiday", "2036-03-22": "Nowruz Holiday", "2036-03-23": "Nowruz Holiday", "2036-03-24": "Nowruz Holiday (observed)", "2036-03-25": "Nowruz Holiday (observed)", "2036-05-01": "Kazakhstan's People Solidarity Holiday", "2036-05-07": "Defender of the Fatherland Day", "2036-05-09": "Victory Day", "2036-07-06": "Capital Day", "2036-07-07": "Capital Day (observed)", "2036-08-30": "Constitution Day", "2036-09-01": "Constitution Day (observed)", "2036-10-25": "Republic Day", "2036-10-27": "Republic Day (observed)", "2036-12-16": "Independence Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-07": "Orthodox Christmas", "2037-01-26": "Eid al-Adha (estimated)", "2037-03-08": "International Women's Day", "2037-03-09": "International Women's Day (observed)", "2037-03-21": "Nowruz Holiday", "2037-03-22": "Nowruz Holiday", "2037-03-23": "Nowruz Holiday", "2037-03-24": "Nowruz Holiday (observed)", "2037-03-25": "Nowruz Holiday (observed)", "2037-05-01": "Kazakhstan's People Solidarity Holiday", "2037-05-07": "Defender of the Fatherland Day", "2037-05-09": "Victory Day", "2037-05-11": "Victory Day (observed)", "2037-07-06": "Capital Day", "2037-08-30": "Constitution Day", "2037-08-31": "Constitution Day (observed)", "2037-10-25": "Republic Day", "2037-10-26": "Republic Day (observed)", "2037-12-16": "Independence Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-04": "New Year's Day (observed)", "2038-01-07": "Orthodox Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-03-08": "International Women's Day", "2038-03-21": "Nowruz Holiday", "2038-03-22": "Nowruz Holiday", "2038-03-23": "Nowruz Holiday", "2038-03-24": "Nowruz Holiday (observed)", "2038-05-01": "Kazakhstan's People Solidarity Holiday", "2038-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2038-05-07": "Defender of the Fatherland Day", "2038-05-09": "Victory Day", "2038-05-10": "Victory Day (observed)", "2038-07-06": "Capital Day", "2038-08-30": "Constitution Day", "2038-10-25": "Republic Day", "2038-12-16": "Independence Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "New Year's Day (observed)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-07": "Orthodox Christmas", "2039-03-08": "International Women's Day", "2039-03-21": "Nowruz Holiday", "2039-03-22": "Nowruz Holiday", "2039-03-23": "Nowruz Holiday", "2039-05-01": "Kazakhstan's People Solidarity Holiday", "2039-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2039-05-07": "Defender of the Fatherland Day", "2039-05-09": "Victory Day", "2039-05-10": "Defender of the Fatherland Day (observed)", "2039-07-06": "Capital Day", "2039-08-30": "Constitution Day", "2039-10-25": "Republic Day", "2039-12-16": "Independence Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-01-07": "Orthodox Christmas", "2040-03-08": "International Women's Day", "2040-03-21": "Nowruz Holiday", "2040-03-22": "Nowruz Holiday", "2040-03-23": "Nowruz Holiday", "2040-05-01": "Kazakhstan's People Solidarity Holiday", "2040-05-07": "Defender of the Fatherland Day", "2040-05-09": "Victory Day", "2040-07-06": "Capital Day", "2040-08-30": "Constitution Day", "2040-10-25": "Republic Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-16": "Independence Day", "2040-12-17": "Independence Day (observed)", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-07": "Orthodox Christmas", "2041-03-08": "International Women's Day", "2041-03-21": "Nowruz Holiday", "2041-03-22": "Nowruz Holiday", "2041-03-23": "Nowruz Holiday", "2041-03-25": "Nowruz Holiday (observed)", "2041-05-01": "Kazakhstan's People Solidarity Holiday", "2041-05-07": "Defender of the Fatherland Day", "2041-05-09": "Victory Day", "2041-07-06": "Capital Day", "2041-07-08": "Capital Day (observed)", "2041-08-30": "Constitution Day", "2041-10-25": "Republic Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-16": "Independence Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-07": "Orthodox Christmas", "2042-03-08": "International Women's Day", "2042-03-10": "International Women's Day (observed)", "2042-03-21": "Nowruz Holiday", "2042-03-22": "Nowruz Holiday", "2042-03-23": "Nowruz Holiday", "2042-03-24": "Nowruz Holiday (observed)", "2042-03-25": "Nowruz Holiday (observed)", "2042-05-01": "Kazakhstan's People Solidarity Holiday", "2042-05-07": "Defender of the Fatherland Day", "2042-05-09": "Victory Day", "2042-07-06": "Capital Day", "2042-07-07": "Capital Day (observed)", "2042-08-30": "Constitution Day", "2042-09-01": "Constitution Day (observed)", "2042-10-25": "Republic Day", "2042-10-27": "Republic Day (observed)", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-16": "Independence Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-07": "Orthodox Christmas", "2043-03-08": "International Women's Day", "2043-03-09": "International Women's Day (observed)", "2043-03-21": "Nowruz Holiday", "2043-03-22": "Nowruz Holiday", "2043-03-23": "Nowruz Holiday", "2043-03-24": "Nowruz Holiday (observed)", "2043-03-25": "Nowruz Holiday (observed)", "2043-05-01": "Kazakhstan's People Solidarity Holiday", "2043-05-07": "Defender of the Fatherland Day", "2043-05-09": "Victory Day", "2043-05-11": "Victory Day (observed)", "2043-07-06": "Capital Day", "2043-08-30": "Constitution Day", "2043-08-31": "Constitution Day (observed)", "2043-10-25": "Republic Day", "2043-10-26": "Republic Day (observed)", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-16": "Independence Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-04": "New Year's Day (observed)", "2044-01-07": "Orthodox Christmas", "2044-03-08": "International Women's Day", "2044-03-21": "Nowruz Holiday", "2044-03-22": "Nowruz Holiday", "2044-03-23": "Nowruz Holiday", "2044-05-01": "Kazakhstan's People Solidarity Holiday", "2044-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2044-05-07": "Defender of the Fatherland Day", "2044-05-09": "Victory Day", "2044-05-10": "Defender of the Fatherland Day (observed)", "2044-07-06": "Capital Day", "2044-08-30": "Constitution Day", "2044-10-25": "Republic Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-12-16": "Independence Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-01-07": "Orthodox Christmas", "2045-03-08": "International Women's Day", "2045-03-21": "Nowruz Holiday", "2045-03-22": "Nowruz Holiday", "2045-03-23": "Nowruz Holiday", "2045-05-01": "Kazakhstan's People Solidarity Holiday", "2045-05-07": "Defender of the Fatherland Day", "2045-05-08": "Defender of the Fatherland Day (observed)", "2045-05-09": "Victory Day", "2045-07-06": "Capital Day", "2045-08-30": "Constitution Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-25": "Republic Day", "2045-12-16": "Independence Day", "2045-12-18": "Independence Day (observed)", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-07": "Orthodox Christmas", "2046-03-08": "International Women's Day", "2046-03-21": "Nowruz Holiday", "2046-03-22": "Nowruz Holiday", "2046-03-23": "Nowruz Holiday", "2046-05-01": "Kazakhstan's People Solidarity Holiday", "2046-05-07": "Defender of the Fatherland Day", "2046-05-09": "Victory Day", "2046-07-06": "Capital Day", "2046-08-30": "Constitution Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-25": "Republic Day", "2046-12-16": "Independence Day", "2046-12-17": "Independence Day (observed)", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-07": "Orthodox Christmas", "2047-03-08": "International Women's Day", "2047-03-21": "Nowruz Holiday", "2047-03-22": "Nowruz Holiday", "2047-03-23": "Nowruz Holiday", "2047-03-25": "Nowruz Holiday (observed)", "2047-05-01": "Kazakhstan's People Solidarity Holiday", "2047-05-07": "Defender of the Fatherland Day", "2047-05-09": "Victory Day", "2047-07-06": "Capital Day", "2047-07-08": "Capital Day (observed)", "2047-08-30": "Constitution Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-25": "Republic Day", "2047-12-16": "Independence Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-07": "Orthodox Christmas", "2048-03-08": "International Women's Day", "2048-03-09": "International Women's Day (observed)", "2048-03-21": "Nowruz Holiday", "2048-03-22": "Nowruz Holiday", "2048-03-23": "Nowruz Holiday", "2048-03-24": "Nowruz Holiday (observed)", "2048-03-25": "Nowruz Holiday (observed)", "2048-05-01": "Kazakhstan's People Solidarity Holiday", "2048-05-07": "Defender of the Fatherland Day", "2048-05-09": "Victory Day", "2048-05-11": "Victory Day (observed)", "2048-07-06": "Capital Day", "2048-08-30": "Constitution Day", "2048-08-31": "Constitution Day (observed)", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-25": "Republic Day", "2048-10-26": "Republic Day (observed)", "2048-12-16": "Independence Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-04": "New Year's Day (observed)", "2049-01-07": "Orthodox Christmas", "2049-03-08": "International Women's Day", "2049-03-21": "Nowruz Holiday", "2049-03-22": "Nowruz Holiday", "2049-03-23": "Nowruz Holiday", "2049-03-24": "Nowruz Holiday (observed)", "2049-05-01": "Kazakhstan's People Solidarity Holiday", "2049-05-03": "Kazakhstan's People Solidarity Holiday (observed)", "2049-05-07": "Defender of the Fatherland Day", "2049-05-09": "Victory Day", "2049-05-10": "Victory Day (observed)", "2049-07-06": "Capital Day", "2049-08-30": "Constitution Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-25": "Republic Day", "2049-12-16": "Independence Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "New Year's Day (observed)", "2050-01-07": "Orthodox Christmas", "2050-03-08": "International Women's Day", "2050-03-21": "Nowruz Holiday", "2050-03-22": "Nowruz Holiday", "2050-03-23": "Nowruz Holiday", "2050-05-01": "Kazakhstan's People Solidarity Holiday", "2050-05-02": "Kazakhstan's People Solidarity Holiday (observed)", "2050-05-07": "Defender of the Fatherland Day", "2050-05-09": "Victory Day", "2050-05-10": "Defender of the Fatherland Day (observed)", "2050-07-06": "Capital Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-30": "Constitution Day", "2050-10-25": "Republic Day", "2050-12-16": "Independence Day" } holidays-0.71/snapshots/countries/LA_COMMON.json000066400000000000000000003545641500152103600215630ustar00rootroot00000000000000{ "1976-01-01": "New Year's Day", "1976-01-20": "Lao People's Armed Force Day", "1976-02-01": "Lao Federation of Trade Union's Day", "1976-02-15": "Makha Bousa Festival", "1976-03-08": "International Women's Rights Day", "1976-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1976-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1976-04-15": "Lao New Year's Day", "1976-04-16": "Lao New Year's Day", "1976-05-01": "International Labor Day", "1976-05-13": "Visakha Bousa Festival", "1976-07-11": "Begin of Buddhist Lent", "1976-07-13": "President Souphanouvong's Birthday", "1976-07-20": "Establishment Day of the Lao Women's Union", "1976-08-13": "Lao National Mass Media and Publishing Day", "1976-08-23": "National Uprising Day", "1976-08-24": "Boun Haw Khao Padapdin", "1976-09-08": "Boun Haw Khao Salark", "1976-10-07": "Establishment Day of the BOL", "1976-10-08": "End of Buddhist Lent", "1976-10-09": "Vientiane Boat Racing Festival", "1976-10-12": "Indepedence Declaration Day", "1976-11-06": "Boun That Luang Festival", "1976-12-02": "Lao National Day", "1976-12-29": "Lao Year-End Bank Holiday", "1976-12-30": "Lao Year-End Bank Holiday", "1976-12-31": "Lao Year-End Bank Holiday", "1977-01-01": "New Year's Day", "1977-01-20": "Lao People's Armed Force Day", "1977-02-01": "Lao Federation of Trade Union's Day", "1977-02-03": "Makha Bousa Festival", "1977-03-08": "International Women's Rights Day", "1977-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1977-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1977-04-15": "Lao New Year's Day", "1977-04-16": "Lao New Year's Day", "1977-05-01": "International Labor Day", "1977-05-02": "Visakha Bousa Festival", "1977-07-13": "President Souphanouvong's Birthday", "1977-07-20": "Establishment Day of the Lao Women's Union", "1977-07-30": "Begin of Buddhist Lent", "1977-08-13": "Lao National Mass Media and Publishing Day", "1977-08-23": "National Uprising Day", "1977-09-12": "Boun Haw Khao Padapdin", "1977-09-27": "Boun Haw Khao Salark", "1977-10-07": "Establishment Day of the BOL", "1977-10-12": "Indepedence Declaration Day", "1977-10-27": "End of Buddhist Lent", "1977-10-28": "Vientiane Boat Racing Festival", "1977-11-25": "Boun That Luang Festival", "1977-12-02": "Lao National Day", "1977-12-28": "Lao Year-End Bank Holiday", "1977-12-29": "Lao Year-End Bank Holiday", "1977-12-30": "Lao Year-End Bank Holiday", "1978-01-01": "New Year's Day", "1978-01-20": "Lao People's Armed Force Day", "1978-02-01": "Lao Federation of Trade Union's Day", "1978-02-22": "Makha Bousa Festival", "1978-03-08": "International Women's Rights Day", "1978-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1978-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1978-04-15": "Lao New Year's Day", "1978-04-16": "Lao New Year's Day", "1978-05-01": "International Labor Day", "1978-05-21": "Visakha Bousa Festival", "1978-07-13": "President Souphanouvong's Birthday", "1978-07-19": "Begin of Buddhist Lent", "1978-07-20": "Establishment Day of the Lao Women's Union", "1978-08-13": "Lao National Mass Media and Publishing Day", "1978-08-23": "National Uprising Day", "1978-09-01": "Boun Haw Khao Padapdin", "1978-09-16": "Boun Haw Khao Salark", "1978-10-07": "Establishment Day of the BOL", "1978-10-12": "Indepedence Declaration Day", "1978-10-16": "End of Buddhist Lent", "1978-10-17": "Vientiane Boat Racing Festival", "1978-11-14": "Boun That Luang Festival", "1978-12-02": "Lao National Day", "1978-12-27": "Lao Year-End Bank Holiday", "1978-12-28": "Lao Year-End Bank Holiday", "1978-12-29": "Lao Year-End Bank Holiday", "1979-01-01": "New Year's Day", "1979-01-20": "Lao People's Armed Force Day", "1979-02-01": "Lao Federation of Trade Union's Day", "1979-02-11": "Makha Bousa Festival", "1979-03-08": "International Women's Rights Day", "1979-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1979-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1979-04-15": "Lao New Year's Day", "1979-04-16": "Lao New Year's Day", "1979-05-01": "International Labor Day", "1979-05-10": "Visakha Bousa Festival", "1979-07-09": "Begin of Buddhist Lent", "1979-07-13": "President Souphanouvong's Birthday", "1979-07-20": "Establishment Day of the Lao Women's Union", "1979-08-13": "Lao National Mass Media and Publishing Day", "1979-08-22": "Boun Haw Khao Padapdin", "1979-08-23": "National Uprising Day", "1979-09-06": "Boun Haw Khao Salark", "1979-10-06": "End of Buddhist Lent", "1979-10-07": "Establishment Day of the BOL; Vientiane Boat Racing Festival", "1979-10-12": "Indepedence Declaration Day", "1979-11-04": "Boun That Luang Festival", "1979-12-02": "Lao National Day", "1979-12-27": "Lao Year-End Bank Holiday", "1979-12-28": "Lao Year-End Bank Holiday", "1979-12-31": "Lao Year-End Bank Holiday", "1980-01-01": "New Year's Day", "1980-01-20": "Lao People's Armed Force Day", "1980-02-01": "Lao Federation of Trade Union's Day; Makha Bousa Festival", "1980-03-08": "International Women's Rights Day", "1980-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1980-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1980-04-15": "Lao New Year's Day", "1980-04-16": "Lao New Year's Day", "1980-04-29": "Visakha Bousa Festival", "1980-05-01": "International Labor Day", "1980-07-13": "President Souphanouvong's Birthday", "1980-07-20": "Establishment Day of the Lao Women's Union", "1980-07-27": "Begin of Buddhist Lent", "1980-08-13": "Lao National Mass Media and Publishing Day", "1980-08-23": "National Uprising Day", "1980-09-09": "Boun Haw Khao Padapdin", "1980-09-24": "Boun Haw Khao Salark", "1980-10-07": "Establishment Day of the BOL", "1980-10-12": "Indepedence Declaration Day", "1980-10-24": "End of Buddhist Lent", "1980-10-25": "Vientiane Boat Racing Festival", "1980-11-22": "Boun That Luang Festival", "1980-12-02": "Lao National Day", "1980-12-29": "Lao Year-End Bank Holiday", "1980-12-30": "Lao Year-End Bank Holiday", "1980-12-31": "Lao Year-End Bank Holiday", "1981-01-01": "New Year's Day", "1981-01-20": "Lao People's Armed Force Day", "1981-02-01": "Lao Federation of Trade Union's Day", "1981-02-19": "Makha Bousa Festival", "1981-03-08": "International Women's Rights Day", "1981-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1981-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1981-04-15": "Lao New Year's Day", "1981-04-16": "Lao New Year's Day", "1981-05-01": "International Labor Day", "1981-05-18": "Visakha Bousa Festival", "1981-07-13": "President Souphanouvong's Birthday", "1981-07-16": "Begin of Buddhist Lent", "1981-07-20": "Establishment Day of the Lao Women's Union", "1981-08-13": "Lao National Mass Media and Publishing Day", "1981-08-23": "National Uprising Day", "1981-08-29": "Boun Haw Khao Padapdin", "1981-09-13": "Boun Haw Khao Salark", "1981-10-07": "Establishment Day of the BOL", "1981-10-12": "Indepedence Declaration Day", "1981-10-13": "End of Buddhist Lent", "1981-10-14": "Vientiane Boat Racing Festival", "1981-11-11": "Boun That Luang Festival", "1981-12-02": "Lao National Day", "1981-12-29": "Lao Year-End Bank Holiday", "1981-12-30": "Lao Year-End Bank Holiday", "1981-12-31": "Lao Year-End Bank Holiday", "1982-01-01": "New Year's Day", "1982-01-20": "Lao People's Armed Force Day", "1982-02-01": "Lao Federation of Trade Union's Day", "1982-02-08": "Makha Bousa Festival", "1982-03-08": "International Women's Rights Day", "1982-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1982-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1982-04-15": "Lao New Year's Day", "1982-04-16": "Lao New Year's Day", "1982-05-01": "International Labor Day", "1982-05-07": "Visakha Bousa Festival", "1982-07-05": "Begin of Buddhist Lent", "1982-07-13": "President Souphanouvong's Birthday", "1982-07-20": "Establishment Day of the Lao Women's Union", "1982-08-13": "Lao National Mass Media and Publishing Day", "1982-08-18": "Boun Haw Khao Padapdin", "1982-08-23": "National Uprising Day", "1982-09-02": "Boun Haw Khao Salark", "1982-10-02": "End of Buddhist Lent", "1982-10-03": "Vientiane Boat Racing Festival", "1982-10-07": "Establishment Day of the BOL", "1982-10-12": "Indepedence Declaration Day", "1982-10-31": "Boun That Luang Festival", "1982-12-02": "Lao National Day", "1982-12-29": "Lao Year-End Bank Holiday", "1982-12-30": "Lao Year-End Bank Holiday", "1982-12-31": "Lao Year-End Bank Holiday", "1983-01-01": "New Year's Day", "1983-01-20": "Lao People's Armed Force Day", "1983-01-28": "Makha Bousa Festival", "1983-02-01": "Lao Federation of Trade Union's Day", "1983-03-08": "International Women's Rights Day", "1983-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1983-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1983-04-15": "Lao New Year's Day", "1983-04-16": "Lao New Year's Day", "1983-04-26": "Visakha Bousa Festival", "1983-05-01": "International Labor Day", "1983-07-13": "President Souphanouvong's Birthday", "1983-07-20": "Establishment Day of the Lao Women's Union", "1983-07-24": "Begin of Buddhist Lent", "1983-08-13": "Lao National Mass Media and Publishing Day", "1983-08-23": "National Uprising Day", "1983-09-06": "Boun Haw Khao Padapdin", "1983-09-21": "Boun Haw Khao Salark", "1983-10-07": "Establishment Day of the BOL", "1983-10-12": "Indepedence Declaration Day", "1983-10-21": "End of Buddhist Lent", "1983-10-22": "Vientiane Boat Racing Festival", "1983-11-19": "Boun That Luang Festival", "1983-12-02": "Lao National Day", "1983-12-28": "Lao Year-End Bank Holiday", "1983-12-29": "Lao Year-End Bank Holiday", "1983-12-30": "Lao Year-End Bank Holiday", "1984-01-01": "New Year's Day", "1984-01-20": "Lao People's Armed Force Day", "1984-02-01": "Lao Federation of Trade Union's Day", "1984-02-16": "Makha Bousa Festival", "1984-03-08": "International Women's Rights Day", "1984-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1984-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1984-04-15": "Lao New Year's Day", "1984-04-16": "Lao New Year's Day", "1984-05-01": "International Labor Day", "1984-05-14": "Visakha Bousa Festival", "1984-07-12": "Begin of Buddhist Lent", "1984-07-13": "President Souphanouvong's Birthday", "1984-07-20": "Establishment Day of the Lao Women's Union", "1984-08-13": "Lao National Mass Media and Publishing Day", "1984-08-23": "National Uprising Day", "1984-08-25": "Boun Haw Khao Padapdin", "1984-09-09": "Boun Haw Khao Salark", "1984-10-07": "Establishment Day of the BOL", "1984-10-09": "End of Buddhist Lent", "1984-10-10": "Vientiane Boat Racing Festival", "1984-10-12": "Indepedence Declaration Day", "1984-11-07": "Boun That Luang Festival", "1984-12-02": "Lao National Day", "1984-12-27": "Lao Year-End Bank Holiday", "1984-12-28": "Lao Year-End Bank Holiday", "1984-12-31": "Lao Year-End Bank Holiday", "1985-01-01": "New Year's Day", "1985-01-20": "Lao People's Armed Force Day", "1985-02-01": "Lao Federation of Trade Union's Day", "1985-02-04": "Makha Bousa Festival", "1985-03-08": "International Women's Rights Day", "1985-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1985-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1985-04-15": "Lao New Year's Day", "1985-04-16": "Lao New Year's Day", "1985-05-01": "International Labor Day", "1985-05-03": "Visakha Bousa Festival", "1985-07-13": "President Souphanouvong's Birthday", "1985-07-20": "Establishment Day of the Lao Women's Union", "1985-07-31": "Begin of Buddhist Lent", "1985-08-13": "Lao National Mass Media and Publishing Day", "1985-08-23": "National Uprising Day", "1985-09-13": "Boun Haw Khao Padapdin", "1985-09-28": "Boun Haw Khao Salark", "1985-10-07": "Establishment Day of the BOL", "1985-10-12": "Indepedence Declaration Day", "1985-10-28": "End of Buddhist Lent", "1985-10-29": "Vientiane Boat Racing Festival", "1985-11-26": "Boun That Luang Festival", "1985-12-02": "Lao National Day", "1985-12-27": "Lao Year-End Bank Holiday", "1985-12-30": "Lao Year-End Bank Holiday", "1985-12-31": "Lao Year-End Bank Holiday", "1986-01-01": "New Year's Day", "1986-01-20": "Lao People's Armed Force Day", "1986-02-01": "Lao Federation of Trade Union's Day", "1986-02-23": "Makha Bousa Festival", "1986-03-08": "International Women's Rights Day", "1986-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1986-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1986-04-15": "Lao New Year's Day", "1986-04-16": "Lao New Year's Day", "1986-05-01": "International Labor Day", "1986-05-22": "Visakha Bousa Festival", "1986-07-13": "President Souphanouvong's Birthday", "1986-07-20": "Begin of Buddhist Lent; Establishment Day of the Lao Women's Union", "1986-08-13": "Lao National Mass Media and Publishing Day", "1986-08-23": "National Uprising Day", "1986-09-02": "Boun Haw Khao Padapdin", "1986-09-17": "Boun Haw Khao Salark", "1986-10-07": "Establishment Day of the BOL", "1986-10-12": "Indepedence Declaration Day", "1986-10-17": "End of Buddhist Lent", "1986-10-18": "Vientiane Boat Racing Festival", "1986-11-15": "Boun That Luang Festival", "1986-12-02": "Lao National Day", "1986-12-29": "Lao Year-End Bank Holiday", "1986-12-30": "Lao Year-End Bank Holiday", "1986-12-31": "Lao Year-End Bank Holiday", "1987-01-01": "New Year's Day", "1987-01-20": "Lao People's Armed Force Day", "1987-02-01": "Lao Federation of Trade Union's Day", "1987-02-12": "Makha Bousa Festival", "1987-03-08": "International Women's Rights Day", "1987-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1987-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1987-04-15": "Lao New Year's Day", "1987-04-16": "Lao New Year's Day", "1987-05-01": "International Labor Day", "1987-05-11": "Visakha Bousa Festival", "1987-07-10": "Begin of Buddhist Lent", "1987-07-13": "President Souphanouvong's Birthday", "1987-07-20": "Establishment Day of the Lao Women's Union", "1987-08-13": "Lao National Mass Media and Publishing Day", "1987-08-23": "Boun Haw Khao Padapdin; National Uprising Day", "1987-09-07": "Boun Haw Khao Salark", "1987-10-07": "End of Buddhist Lent; Establishment Day of the BOL", "1987-10-08": "Vientiane Boat Racing Festival", "1987-10-12": "Indepedence Declaration Day", "1987-11-05": "Boun That Luang Festival", "1987-12-02": "Lao National Day", "1987-12-29": "Lao Year-End Bank Holiday", "1987-12-30": "Lao Year-End Bank Holiday", "1987-12-31": "Lao Year-End Bank Holiday", "1988-01-01": "New Year's Day", "1988-01-20": "Lao People's Armed Force Day", "1988-02-01": "Lao Federation of Trade Union's Day", "1988-02-02": "Makha Bousa Festival", "1988-03-08": "International Women's Rights Day", "1988-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1988-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1988-04-15": "Lao New Year's Day", "1988-04-16": "Lao New Year's Day", "1988-04-30": "Visakha Bousa Festival", "1988-05-01": "International Labor Day", "1988-07-13": "President Souphanouvong's Birthday", "1988-07-20": "Establishment Day of the Lao Women's Union", "1988-07-28": "Begin of Buddhist Lent", "1988-08-13": "Lao National Mass Media and Publishing Day", "1988-08-23": "National Uprising Day", "1988-09-10": "Boun Haw Khao Padapdin", "1988-09-25": "Boun Haw Khao Salark", "1988-10-07": "Establishment Day of the BOL", "1988-10-12": "Indepedence Declaration Day", "1988-10-25": "End of Buddhist Lent", "1988-10-26": "Vientiane Boat Racing Festival", "1988-11-23": "Boun That Luang Festival", "1988-12-02": "Lao National Day", "1988-12-28": "Lao Year-End Bank Holiday", "1988-12-29": "Lao Year-End Bank Holiday", "1988-12-30": "Lao Year-End Bank Holiday", "1989-01-01": "New Year's Day", "1989-01-20": "Lao People's Armed Force Day", "1989-02-01": "Lao Federation of Trade Union's Day", "1989-02-20": "Makha Bousa Festival", "1989-03-08": "International Women's Rights Day", "1989-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1989-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1989-04-15": "Lao New Year's Day", "1989-04-16": "Lao New Year's Day", "1989-05-01": "International Labor Day", "1989-05-19": "Visakha Bousa Festival", "1989-06-01": "National Arbor Day", "1989-07-13": "President Souphanouvong's Birthday", "1989-07-17": "Begin of Buddhist Lent", "1989-07-20": "Establishment Day of the Lao Women's Union", "1989-08-13": "Lao National Mass Media and Publishing Day", "1989-08-23": "National Uprising Day", "1989-08-30": "Boun Haw Khao Padapdin", "1989-09-14": "Boun Haw Khao Salark", "1989-10-07": "Establishment Day of the BOL", "1989-10-12": "Indepedence Declaration Day", "1989-10-14": "End of Buddhist Lent", "1989-10-15": "Vientiane Boat Racing Festival", "1989-11-12": "Boun That Luang Festival", "1989-12-02": "Lao National Day", "1989-12-27": "Lao Year-End Bank Holiday", "1989-12-28": "Lao Year-End Bank Holiday", "1989-12-29": "Lao Year-End Bank Holiday", "1990-01-01": "New Year's Day", "1990-01-20": "Lao People's Armed Force Day", "1990-02-01": "Lao Federation of Trade Union's Day", "1990-02-09": "Makha Bousa Festival", "1990-03-08": "International Women's Rights Day", "1990-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1990-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1990-04-15": "Lao New Year's Day", "1990-04-16": "Lao New Year's Day", "1990-05-01": "International Labor Day", "1990-05-08": "Visakha Bousa Festival", "1990-06-01": "International Children's Day; National Arbor Day", "1990-07-07": "Begin of Buddhist Lent", "1990-07-13": "President Souphanouvong's Birthday", "1990-07-20": "Establishment Day of the Lao Women's Union", "1990-08-13": "Lao National Mass Media and Publishing Day", "1990-08-20": "Boun Haw Khao Padapdin", "1990-08-23": "National Uprising Day", "1990-09-04": "Boun Haw Khao Salark", "1990-10-04": "End of Buddhist Lent", "1990-10-05": "Vientiane Boat Racing Festival", "1990-10-07": "Establishment Day of the BOL", "1990-10-12": "Indepedence Declaration Day", "1990-11-02": "Boun That Luang Festival", "1990-12-02": "Lao National Day", "1990-12-27": "Lao Year-End Bank Holiday", "1990-12-28": "Lao Year-End Bank Holiday", "1990-12-31": "Lao Year-End Bank Holiday", "1991-01-01": "New Year's Day", "1991-01-20": "Lao People's Armed Force Day", "1991-01-30": "Makha Bousa Festival", "1991-02-01": "Lao Federation of Trade Union's Day", "1991-03-08": "International Women's Rights Day", "1991-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1991-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1991-04-15": "Lao New Year's Day", "1991-04-16": "Lao New Year's Day", "1991-04-28": "Visakha Bousa Festival", "1991-05-01": "International Labor Day", "1991-06-01": "International Children's Day; National Arbor Day", "1991-07-13": "President Souphanouvong's Birthday", "1991-07-20": "Establishment Day of the Lao Women's Union", "1991-07-26": "Begin of Buddhist Lent", "1991-08-13": "Lao National Mass Media and Publishing Day", "1991-08-15": "Lao National Constitution Day", "1991-08-23": "National Uprising Day", "1991-09-08": "Boun Haw Khao Padapdin", "1991-09-23": "Boun Haw Khao Salark", "1991-10-07": "Establishment Day of the BOL", "1991-10-12": "Indepedence Declaration Day", "1991-10-23": "End of Buddhist Lent", "1991-10-24": "Vientiane Boat Racing Festival", "1991-11-21": "Boun That Luang Festival", "1991-12-02": "Lao National Day", "1991-12-13": "President Kaysone Phomvihane's Birthday", "1991-12-27": "Lao Year-End Bank Holiday", "1991-12-30": "Lao Year-End Bank Holiday", "1991-12-31": "Lao Year-End Bank Holiday", "1992-01-01": "New Year's Day", "1992-01-20": "Lao People's Armed Force Day", "1992-02-01": "Lao Federation of Trade Union's Day", "1992-02-18": "Makha Bousa Festival", "1992-03-08": "International Women's Rights Day", "1992-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1992-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1992-04-15": "Lao New Year's Day", "1992-04-16": "Lao New Year's Day", "1992-05-01": "International Labor Day", "1992-05-16": "Visakha Bousa Festival", "1992-06-01": "International Children's Day; National Arbor Day", "1992-07-13": "President Souphanouvong's Birthday", "1992-07-14": "Begin of Buddhist Lent", "1992-07-20": "Establishment Day of the Lao Women's Union", "1992-08-13": "Lao National Mass Media and Publishing Day", "1992-08-15": "Lao National Constitution Day", "1992-08-23": "National Uprising Day", "1992-08-27": "Boun Haw Khao Padapdin", "1992-09-11": "Boun Haw Khao Salark", "1992-10-07": "Establishment Day of the BOL", "1992-10-11": "End of Buddhist Lent", "1992-10-12": "Indepedence Declaration Day; Vientiane Boat Racing Festival", "1992-11-09": "Boun That Luang Festival", "1992-12-02": "Lao National Day", "1992-12-13": "President Kaysone Phomvihane's Birthday", "1992-12-29": "Lao Year-End Bank Holiday", "1992-12-30": "Lao Year-End Bank Holiday", "1992-12-31": "Lao Year-End Bank Holiday", "1993-01-01": "New Year's Day", "1993-01-20": "Lao People's Armed Force Day", "1993-02-01": "Lao Federation of Trade Union's Day", "1993-02-06": "Makha Bousa Festival", "1993-03-08": "International Women's Rights Day", "1993-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1993-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1993-04-15": "Lao New Year's Day", "1993-04-16": "Lao New Year's Day", "1993-05-01": "International Labor Day", "1993-05-05": "Visakha Bousa Festival", "1993-06-01": "International Children's Day; National Arbor Day", "1993-07-03": "Begin of Buddhist Lent", "1993-07-13": "President Souphanouvong's Birthday", "1993-07-20": "Establishment Day of the Lao Women's Union", "1993-08-13": "Lao National Mass Media and Publishing Day", "1993-08-15": "Lao National Constitution Day", "1993-08-16": "Boun Haw Khao Padapdin", "1993-08-23": "National Uprising Day", "1993-08-31": "Boun Haw Khao Salark", "1993-09-30": "End of Buddhist Lent", "1993-10-01": "Vientiane Boat Racing Festival", "1993-10-07": "Establishment Day of the BOL", "1993-10-12": "Indepedence Declaration Day", "1993-10-29": "Boun That Luang Festival", "1993-12-02": "Lao National Day", "1993-12-13": "President Kaysone Phomvihane's Birthday", "1993-12-29": "Lao Year-End Bank Holiday", "1993-12-30": "Lao Year-End Bank Holiday", "1993-12-31": "Lao Year-End Bank Holiday", "1994-01-01": "New Year's Day", "1994-01-20": "Lao People's Armed Force Day", "1994-01-26": "Makha Bousa Festival", "1994-02-01": "Lao Federation of Trade Union's Day", "1994-03-08": "International Women's Rights Day", "1994-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1994-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1994-04-15": "Lao New Year's Day", "1994-04-16": "Lao New Year's Day", "1994-04-24": "Visakha Bousa Festival", "1994-05-01": "International Labor Day", "1994-06-01": "International Children's Day; National Arbor Day", "1994-07-13": "President Souphanouvong's Birthday", "1994-07-20": "Establishment Day of the Lao Women's Union", "1994-07-22": "Begin of Buddhist Lent", "1994-08-13": "Lao National Mass Media and Publishing Day", "1994-08-15": "Lao National Constitution Day", "1994-08-23": "National Uprising Day", "1994-09-04": "Boun Haw Khao Padapdin", "1994-09-19": "Boun Haw Khao Salark", "1994-10-07": "Establishment Day of the BOL; National Teacher Day", "1994-10-12": "Indepedence Declaration Day", "1994-10-19": "End of Buddhist Lent", "1994-10-20": "Vientiane Boat Racing Festival", "1994-11-17": "Boun That Luang Festival", "1994-12-02": "Lao National Day", "1994-12-13": "President Kaysone Phomvihane's Birthday", "1994-12-28": "Lao Year-End Bank Holiday", "1994-12-29": "Lao Year-End Bank Holiday", "1994-12-30": "Lao Year-End Bank Holiday", "1995-01-01": "New Year's Day", "1995-01-20": "Lao People's Armed Force Day", "1995-02-01": "Lao Federation of Trade Union's Day", "1995-02-14": "Makha Bousa Festival", "1995-03-08": "International Women's Rights Day", "1995-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1995-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1995-04-15": "Lao New Year's Day", "1995-04-16": "Lao New Year's Day", "1995-05-01": "International Labor Day", "1995-05-13": "Visakha Bousa Festival", "1995-06-01": "International Children's Day; National Arbor Day", "1995-07-11": "Begin of Buddhist Lent", "1995-07-13": "President Souphanouvong's Birthday", "1995-07-20": "Establishment Day of the Lao Women's Union", "1995-08-13": "Lao National Mass Media and Publishing Day", "1995-08-15": "Lao National Constitution Day", "1995-08-23": "National Uprising Day", "1995-08-24": "Boun Haw Khao Padapdin", "1995-09-08": "Boun Haw Khao Salark", "1995-10-07": "Establishment Day of the BOL; National Teacher Day", "1995-10-08": "End of Buddhist Lent", "1995-10-09": "Vientiane Boat Racing Festival", "1995-10-12": "Indepedence Declaration Day", "1995-11-06": "Boun That Luang Festival", "1995-12-02": "Lao National Day", "1995-12-13": "President Kaysone Phomvihane's Birthday", "1995-12-27": "Lao Year-End Bank Holiday", "1995-12-28": "Lao Year-End Bank Holiday", "1995-12-29": "Lao Year-End Bank Holiday", "1996-01-01": "New Year's Day", "1996-01-20": "Lao People's Armed Force Day", "1996-02-01": "Lao Federation of Trade Union's Day", "1996-02-03": "Makha Bousa Festival", "1996-03-08": "International Women's Rights Day", "1996-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1996-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1996-04-15": "Lao New Year's Day", "1996-04-16": "Lao New Year's Day", "1996-05-01": "International Labor Day; Visakha Bousa Festival", "1996-06-01": "International Children's Day; National Arbor Day", "1996-07-13": "President Souphanouvong's Birthday", "1996-07-20": "Establishment Day of the Lao Women's Union", "1996-07-29": "Begin of Buddhist Lent", "1996-08-13": "Lao National Mass Media and Publishing Day", "1996-08-15": "Lao National Constitution Day", "1996-08-23": "National Uprising Day", "1996-09-11": "Boun Haw Khao Padapdin", "1996-09-26": "Boun Haw Khao Salark", "1996-10-07": "Establishment Day of the BOL; National Teacher Day", "1996-10-12": "Indepedence Declaration Day", "1996-10-26": "End of Buddhist Lent", "1996-10-27": "Vientiane Boat Racing Festival", "1996-11-24": "Boun That Luang Festival", "1996-12-02": "Lao National Day", "1996-12-13": "President Kaysone Phomvihane's Birthday", "1996-12-27": "Lao Year-End Bank Holiday", "1996-12-30": "Lao Year-End Bank Holiday", "1996-12-31": "Lao Year-End Bank Holiday", "1997-01-01": "New Year's Day", "1997-01-20": "Lao People's Armed Force Day", "1997-02-01": "Lao Federation of Trade Union's Day", "1997-02-21": "Makha Bousa Festival", "1997-03-08": "International Women's Rights Day", "1997-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1997-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1997-04-15": "Lao New Year's Day", "1997-04-16": "Lao New Year's Day", "1997-05-01": "International Labor Day", "1997-05-20": "Visakha Bousa Festival", "1997-06-01": "International Children's Day; National Arbor Day", "1997-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "1997-07-19": "Begin of Buddhist Lent", "1997-07-20": "Establishment Day of the Lao Women's Union", "1997-08-13": "Lao National Mass Media and Publishing Day", "1997-08-15": "Lao National Constitution Day", "1997-08-23": "National Uprising Day", "1997-09-01": "Boun Haw Khao Padapdin", "1997-09-16": "Boun Haw Khao Salark", "1997-10-07": "Establishment Day of the BOL; National Teacher Day", "1997-10-12": "Indepedence Declaration Day", "1997-10-16": "End of Buddhist Lent", "1997-10-17": "Vientiane Boat Racing Festival", "1997-11-14": "Boun That Luang Festival", "1997-12-02": "Lao National Day", "1997-12-13": "President Kaysone Phomvihane's Birthday", "1997-12-29": "Lao Year-End Bank Holiday", "1997-12-30": "Lao Year-End Bank Holiday", "1997-12-31": "Lao Year-End Bank Holiday", "1998-01-01": "New Year's Day", "1998-01-20": "Lao People's Armed Force Day", "1998-02-01": "Lao Federation of Trade Union's Day", "1998-02-11": "Makha Bousa Festival", "1998-03-08": "International Women's Rights Day", "1998-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1998-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1998-04-15": "Lao New Year's Day", "1998-04-16": "Lao New Year's Day", "1998-05-01": "International Labor Day", "1998-05-10": "Visakha Bousa Festival", "1998-06-01": "International Children's Day; National Arbor Day", "1998-07-08": "Begin of Buddhist Lent", "1998-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "1998-07-20": "Establishment Day of the Lao Women's Union", "1998-08-13": "Lao National Mass Media and Publishing Day", "1998-08-15": "Lao National Constitution Day", "1998-08-21": "Boun Haw Khao Padapdin", "1998-08-23": "National Uprising Day", "1998-09-05": "Boun Haw Khao Salark", "1998-10-05": "End of Buddhist Lent", "1998-10-06": "Vientiane Boat Racing Festival", "1998-10-07": "Establishment Day of the BOL; National Teacher Day", "1998-10-12": "Indepedence Declaration Day", "1998-11-03": "Boun That Luang Festival", "1998-12-02": "Lao National Day", "1998-12-13": "President Kaysone Phomvihane's Birthday", "1998-12-29": "Lao Year-End Bank Holiday", "1998-12-30": "Lao Year-End Bank Holiday", "1998-12-31": "Lao Year-End Bank Holiday", "1999-01-01": "New Year's Day", "1999-01-20": "Lao People's Armed Force Day", "1999-01-31": "Makha Bousa Festival", "1999-02-01": "Lao Federation of Trade Union's Day", "1999-03-08": "International Women's Rights Day", "1999-03-22": "Establishment Day of the Lao People's Revolutionary Party", "1999-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "1999-04-15": "Lao New Year's Day", "1999-04-16": "Lao New Year's Day", "1999-04-29": "Visakha Bousa Festival", "1999-05-01": "International Labor Day", "1999-06-01": "International Children's Day; National Arbor Day", "1999-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "1999-07-20": "Establishment Day of the Lao Women's Union", "1999-07-27": "Begin of Buddhist Lent", "1999-08-13": "Lao National Mass Media and Publishing Day", "1999-08-15": "Lao National Constitution Day", "1999-08-23": "National Uprising Day", "1999-09-09": "Boun Haw Khao Padapdin", "1999-09-24": "Boun Haw Khao Salark", "1999-10-07": "Establishment Day of the BOL; National Teacher Day", "1999-10-12": "Indepedence Declaration Day", "1999-10-24": "End of Buddhist Lent", "1999-10-25": "Vientiane Boat Racing Festival", "1999-11-22": "Boun That Luang Festival", "1999-12-02": "Lao National Day", "1999-12-13": "President Kaysone Phomvihane's Birthday", "1999-12-29": "Lao Year-End Bank Holiday", "1999-12-30": "Lao Year-End Bank Holiday", "1999-12-31": "Lao Year-End Bank Holiday", "2000-01-01": "New Year's Day", "2000-01-20": "Lao People's Armed Force Day", "2000-02-01": "Lao Federation of Trade Union's Day", "2000-02-19": "Makha Bousa Festival", "2000-03-08": "International Women's Rights Day", "2000-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2000-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2000-04-15": "Lao New Year's Day", "2000-04-16": "Lao New Year's Day", "2000-05-01": "International Labor Day", "2000-05-17": "Visakha Bousa Festival", "2000-06-01": "International Children's Day; National Arbor Day", "2000-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2000-07-16": "Begin of Buddhist Lent", "2000-07-20": "Establishment Day of the Lao Women's Union", "2000-08-13": "Lao National Mass Media and Publishing Day", "2000-08-15": "Lao National Constitution Day", "2000-08-23": "National Uprising Day", "2000-08-29": "Boun Haw Khao Padapdin", "2000-09-13": "Boun Haw Khao Salark", "2000-10-07": "Establishment Day of the BOL; National Teacher Day", "2000-10-12": "Indepedence Declaration Day", "2000-10-13": "End of Buddhist Lent", "2000-10-14": "Vientiane Boat Racing Festival", "2000-11-11": "Boun That Luang Festival", "2000-12-02": "Lao National Day", "2000-12-13": "President Kaysone Phomvihane's Birthday", "2000-12-27": "Lao Year-End Bank Holiday", "2000-12-28": "Lao Year-End Bank Holiday", "2000-12-29": "Lao Year-End Bank Holiday", "2001-01-01": "New Year's Day", "2001-01-20": "Lao People's Armed Force Day", "2001-02-01": "Lao Federation of Trade Union's Day", "2001-02-08": "Makha Bousa Festival", "2001-03-08": "International Women's Rights Day", "2001-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2001-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2001-04-15": "Lao New Year's Day", "2001-04-16": "Lao New Year's Day", "2001-05-01": "International Labor Day", "2001-05-07": "Visakha Bousa Festival", "2001-06-01": "International Children's Day; National Arbor Day", "2001-07-05": "Begin of Buddhist Lent", "2001-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2001-07-20": "Establishment Day of the Lao Women's Union", "2001-08-13": "Lao National Mass Media and Publishing Day", "2001-08-15": "Lao National Constitution Day", "2001-08-18": "Boun Haw Khao Padapdin", "2001-08-23": "National Uprising Day", "2001-09-02": "Boun Haw Khao Salark", "2001-10-02": "End of Buddhist Lent", "2001-10-03": "Vientiane Boat Racing Festival", "2001-10-07": "Establishment Day of the BOL; National Teacher Day", "2001-10-12": "Indepedence Declaration Day", "2001-10-31": "Boun That Luang Festival", "2001-12-02": "Lao National Day", "2001-12-13": "President Kaysone Phomvihane's Birthday", "2001-12-27": "Lao Year-End Bank Holiday", "2001-12-28": "Lao Year-End Bank Holiday", "2001-12-31": "Lao Year-End Bank Holiday", "2002-01-01": "New Year's Day", "2002-01-20": "Lao People's Armed Force Day", "2002-01-28": "Makha Bousa Festival", "2002-02-01": "Lao Federation of Trade Union's Day", "2002-03-08": "International Women's Rights Day", "2002-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2002-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2002-04-15": "Lao New Year's Day", "2002-04-16": "Lao New Year's Day", "2002-04-26": "Visakha Bousa Festival", "2002-05-01": "International Labor Day", "2002-06-01": "International Children's Day; National Arbor Day", "2002-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2002-07-20": "Establishment Day of the Lao Women's Union", "2002-07-24": "Begin of Buddhist Lent", "2002-08-13": "Lao National Mass Media and Publishing Day", "2002-08-15": "Lao National Constitution Day", "2002-08-23": "National Uprising Day", "2002-09-06": "Boun Haw Khao Padapdin", "2002-09-21": "Boun Haw Khao Salark", "2002-10-07": "Establishment Day of the BOL; National Teacher Day", "2002-10-12": "Indepedence Declaration Day", "2002-10-21": "End of Buddhist Lent", "2002-10-22": "Vientiane Boat Racing Festival", "2002-11-19": "Boun That Luang Festival", "2002-12-02": "Lao National Day", "2002-12-13": "President Kaysone Phomvihane's Birthday", "2002-12-27": "Lao Year-End Bank Holiday", "2002-12-30": "Lao Year-End Bank Holiday", "2002-12-31": "Lao Year-End Bank Holiday", "2003-01-01": "New Year's Day", "2003-01-20": "Lao People's Armed Force Day", "2003-02-01": "Lao Federation of Trade Union's Day", "2003-02-16": "Makha Bousa Festival", "2003-03-08": "International Women's Rights Day", "2003-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2003-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2003-04-15": "Lao New Year's Day", "2003-04-16": "Lao New Year's Day", "2003-05-01": "International Labor Day", "2003-05-15": "Visakha Bousa Festival", "2003-06-01": "International Children's Day; National Arbor Day", "2003-07-13": "Begin of Buddhist Lent; President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2003-07-20": "Establishment Day of the Lao Women's Union", "2003-08-13": "Lao National Mass Media and Publishing Day", "2003-08-15": "Lao National Constitution Day", "2003-08-23": "National Uprising Day", "2003-08-26": "Boun Haw Khao Padapdin", "2003-09-10": "Boun Haw Khao Salark", "2003-10-07": "Establishment Day of the BOL; National Teacher Day", "2003-10-10": "End of Buddhist Lent", "2003-10-11": "Vientiane Boat Racing Festival", "2003-10-12": "Indepedence Declaration Day", "2003-11-08": "Boun That Luang Festival", "2003-12-02": "Lao National Day", "2003-12-13": "President Kaysone Phomvihane's Birthday", "2003-12-29": "Lao Year-End Bank Holiday", "2003-12-30": "Lao Year-End Bank Holiday", "2003-12-31": "Lao Year-End Bank Holiday", "2004-01-01": "New Year's Day", "2004-01-20": "Lao People's Armed Force Day", "2004-02-01": "Lao Federation of Trade Union's Day", "2004-02-05": "Makha Bousa Festival", "2004-03-08": "International Women's Rights Day", "2004-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2004-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2004-04-15": "Lao New Year's Day", "2004-04-16": "Lao New Year's Day", "2004-05-01": "International Labor Day", "2004-05-03": "Visakha Bousa Festival", "2004-06-01": "International Children's Day; National Arbor Day", "2004-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2004-07-20": "Establishment Day of the Lao Women's Union", "2004-07-31": "Begin of Buddhist Lent", "2004-08-13": "Lao National Mass Media and Publishing Day", "2004-08-15": "Lao National Constitution Day", "2004-08-23": "National Uprising Day", "2004-09-13": "Boun Haw Khao Padapdin", "2004-09-28": "Boun Haw Khao Salark", "2004-10-07": "Establishment Day of the BOL; National Teacher Day", "2004-10-12": "Indepedence Declaration Day", "2004-10-28": "End of Buddhist Lent", "2004-10-29": "Vientiane Boat Racing Festival", "2004-11-26": "Boun That Luang Festival", "2004-12-02": "Lao National Day", "2004-12-13": "President Kaysone Phomvihane's Birthday", "2004-12-29": "Lao Year-End Bank Holiday", "2004-12-30": "Lao Year-End Bank Holiday", "2004-12-31": "Lao Year-End Bank Holiday", "2005-01-01": "New Year's Day", "2005-01-20": "Lao People's Armed Force Day", "2005-02-01": "Lao Federation of Trade Union's Day", "2005-02-23": "Makha Bousa Festival", "2005-03-08": "International Women's Rights Day", "2005-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2005-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2005-04-15": "Lao New Year's Day", "2005-04-16": "Lao New Year's Day", "2005-05-01": "International Labor Day", "2005-05-22": "Visakha Bousa Festival", "2005-06-01": "International Children's Day; National Arbor Day", "2005-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2005-07-20": "Begin of Buddhist Lent; Establishment Day of the Lao Women's Union", "2005-08-13": "Lao National Mass Media and Publishing Day", "2005-08-15": "Lao National Constitution Day", "2005-08-23": "National Uprising Day", "2005-09-02": "Boun Haw Khao Padapdin", "2005-09-17": "Boun Haw Khao Salark", "2005-10-07": "Establishment Day of the BOL; National Teacher Day", "2005-10-12": "Indepedence Declaration Day", "2005-10-17": "End of Buddhist Lent", "2005-10-18": "Vientiane Boat Racing Festival", "2005-11-15": "Boun That Luang Festival", "2005-12-02": "Lao National Day", "2005-12-13": "President Kaysone Phomvihane's Birthday", "2005-12-28": "Lao Year-End Bank Holiday", "2005-12-29": "Lao Year-End Bank Holiday", "2005-12-30": "Lao Year-End Bank Holiday", "2006-01-01": "New Year's Day", "2006-01-20": "Lao People's Armed Force Day", "2006-02-01": "Lao Federation of Trade Union's Day", "2006-02-12": "Makha Bousa Festival", "2006-03-08": "International Women's Rights Day", "2006-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2006-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2006-04-15": "Lao New Year's Day", "2006-04-16": "Lao New Year's Day", "2006-05-01": "International Labor Day", "2006-05-11": "Visakha Bousa Festival", "2006-06-01": "International Children's Day; National Arbor Day", "2006-07-10": "Begin of Buddhist Lent", "2006-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2006-07-20": "Establishment Day of the Lao Women's Union", "2006-08-13": "Lao National Mass Media and Publishing Day", "2006-08-15": "Lao National Constitution Day", "2006-08-23": "Boun Haw Khao Padapdin; National Uprising Day", "2006-09-07": "Boun Haw Khao Salark", "2006-10-07": "End of Buddhist Lent; Establishment Day of the BOL; National Teacher Day", "2006-10-08": "Vientiane Boat Racing Festival", "2006-10-12": "Indepedence Declaration Day", "2006-11-05": "Boun That Luang Festival", "2006-12-02": "Lao National Day", "2006-12-13": "President Kaysone Phomvihane's Birthday", "2006-12-27": "Lao Year-End Bank Holiday", "2006-12-28": "Lao Year-End Bank Holiday", "2006-12-29": "Lao Year-End Bank Holiday", "2007-01-01": "New Year's Day", "2007-01-20": "Lao People's Armed Force Day", "2007-02-01": "Lao Federation of Trade Union's Day", "2007-02-02": "Makha Bousa Festival", "2007-03-08": "International Women's Rights Day", "2007-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2007-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2007-04-15": "Lao New Year's Day", "2007-04-16": "Lao New Year's Day", "2007-05-01": "International Labor Day; Visakha Bousa Festival", "2007-06-01": "International Children's Day; National Arbor Day", "2007-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2007-07-20": "Establishment Day of the Lao Women's Union", "2007-07-29": "Begin of Buddhist Lent", "2007-08-13": "Lao National Mass Media and Publishing Day", "2007-08-15": "Lao National Constitution Day", "2007-08-23": "National Uprising Day", "2007-09-11": "Boun Haw Khao Padapdin", "2007-09-26": "Boun Haw Khao Salark", "2007-10-07": "Establishment Day of the BOL; National Teacher Day", "2007-10-12": "Indepedence Declaration Day", "2007-10-26": "End of Buddhist Lent", "2007-10-27": "Vientiane Boat Racing Festival", "2007-11-24": "Boun That Luang Festival", "2007-12-02": "Lao National Day", "2007-12-13": "President Kaysone Phomvihane's Birthday", "2007-12-27": "Lao Year-End Bank Holiday", "2007-12-28": "Lao Year-End Bank Holiday", "2007-12-31": "Lao Year-End Bank Holiday", "2008-01-01": "New Year's Day", "2008-01-20": "Lao People's Armed Force Day", "2008-02-01": "Lao Federation of Trade Union's Day", "2008-02-21": "Makha Bousa Festival", "2008-03-08": "International Women's Rights Day", "2008-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2008-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2008-04-15": "Lao New Year's Day", "2008-04-16": "Lao New Year's Day", "2008-05-01": "International Labor Day", "2008-05-19": "Visakha Bousa Festival", "2008-06-01": "International Children's Day; National Arbor Day", "2008-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2008-07-17": "Begin of Buddhist Lent", "2008-07-20": "Establishment Day of the Lao Women's Union", "2008-08-13": "Lao National Mass Media and Publishing Day", "2008-08-15": "Lao National Constitution Day", "2008-08-23": "National Uprising Day", "2008-08-30": "Boun Haw Khao Padapdin", "2008-09-14": "Boun Haw Khao Salark", "2008-10-07": "Establishment Day of the BOL; National Teacher Day", "2008-10-12": "Indepedence Declaration Day", "2008-10-14": "End of Buddhist Lent", "2008-10-15": "Vientiane Boat Racing Festival", "2008-11-12": "Boun That Luang Festival", "2008-12-02": "Lao National Day", "2008-12-13": "President Kaysone Phomvihane's Birthday", "2008-12-29": "Lao Year-End Bank Holiday", "2008-12-30": "Lao Year-End Bank Holiday", "2008-12-31": "Lao Year-End Bank Holiday", "2009-01-01": "New Year's Day", "2009-01-20": "Lao People's Armed Force Day", "2009-02-01": "Lao Federation of Trade Union's Day", "2009-02-09": "Makha Bousa Festival", "2009-03-08": "International Women's Rights Day", "2009-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2009-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2009-04-15": "Lao New Year's Day", "2009-04-16": "Lao New Year's Day", "2009-05-01": "International Labor Day", "2009-05-08": "Visakha Bousa Festival", "2009-06-01": "International Children's Day; National Arbor Day", "2009-07-07": "Begin of Buddhist Lent", "2009-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2009-07-20": "Establishment Day of the Lao Women's Union", "2009-08-13": "Lao National Mass Media and Publishing Day", "2009-08-15": "Lao National Constitution Day", "2009-08-20": "Boun Haw Khao Padapdin", "2009-08-23": "National Uprising Day", "2009-09-04": "Boun Haw Khao Salark", "2009-10-04": "End of Buddhist Lent", "2009-10-05": "Vientiane Boat Racing Festival", "2009-10-07": "Establishment Day of the BOL; National Teacher Day", "2009-10-12": "Indepedence Declaration Day", "2009-11-02": "Boun That Luang Festival", "2009-12-02": "Lao National Day", "2009-12-13": "President Kaysone Phomvihane's Birthday", "2009-12-29": "Lao Year-End Bank Holiday", "2009-12-30": "Lao Year-End Bank Holiday", "2009-12-31": "Lao Year-End Bank Holiday", "2010-01-01": "New Year's Day", "2010-01-20": "Lao People's Armed Force Day", "2010-01-30": "Makha Bousa Festival", "2010-02-01": "Lao Federation of Trade Union's Day", "2010-03-08": "International Women's Rights Day", "2010-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2010-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2010-04-15": "Lao New Year's Day", "2010-04-16": "Lao New Year's Day", "2010-04-28": "Visakha Bousa Festival", "2010-05-01": "International Labor Day", "2010-06-01": "International Children's Day; National Arbor Day", "2010-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2010-07-20": "Establishment Day of the Lao Women's Union", "2010-07-26": "Begin of Buddhist Lent", "2010-08-13": "Lao National Mass Media and Publishing Day", "2010-08-15": "Lao National Constitution Day", "2010-08-23": "National Uprising Day", "2010-09-08": "Boun Haw Khao Padapdin", "2010-09-23": "Boun Haw Khao Salark", "2010-10-07": "Establishment Day of the BOL; National Teacher Day", "2010-10-12": "Indepedence Declaration Day", "2010-10-23": "End of Buddhist Lent", "2010-10-24": "Vientiane Boat Racing Festival", "2010-11-21": "Boun That Luang Festival", "2010-12-02": "Lao National Day", "2010-12-13": "President Kaysone Phomvihane's Birthday", "2010-12-29": "Lao Year-End Bank Holiday", "2010-12-30": "Lao Year-End Bank Holiday", "2010-12-31": "Lao Year-End Bank Holiday", "2011-01-01": "New Year's Day", "2011-01-20": "Lao People's Armed Force Day", "2011-02-01": "Lao Federation of Trade Union's Day", "2011-02-18": "Makha Bousa Festival", "2011-03-08": "International Women's Rights Day", "2011-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2011-04-13": "Lao New Year's Day (in lieu)", "2011-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2011-04-15": "Lao New Year's Day", "2011-04-16": "Lao New Year's Day", "2011-05-01": "International Labor Day", "2011-05-17": "Visakha Bousa Festival", "2011-06-01": "International Children's Day; National Arbor Day", "2011-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2011-07-15": "Begin of Buddhist Lent", "2011-07-20": "Establishment Day of the Lao Women's Union", "2011-08-13": "Lao National Mass Media and Publishing Day", "2011-08-15": "Lao National Constitution Day", "2011-08-23": "National Uprising Day", "2011-08-28": "Boun Haw Khao Padapdin", "2011-09-12": "Boun Haw Khao Salark", "2011-10-07": "Establishment Day of the BOL; National Teacher Day", "2011-10-12": "End of Buddhist Lent; Indepedence Declaration Day", "2011-10-13": "Vientiane Boat Racing Festival", "2011-11-10": "Boun That Luang Festival", "2011-12-02": "Lao National Day", "2011-12-13": "President Kaysone Phomvihane's Birthday", "2011-12-28": "Lao Year-End Bank Holiday", "2011-12-29": "Lao Year-End Bank Holiday", "2011-12-30": "Lao Year-End Bank Holiday", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (in lieu)", "2012-01-20": "Lao People's Armed Force Day", "2012-02-01": "Lao Federation of Trade Union's Day", "2012-02-07": "Makha Bousa Festival", "2012-03-08": "International Women's Rights Day", "2012-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2012-04-13": "Lao New Year's Day", "2012-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2012-04-15": "Lao New Year's Day", "2012-04-16": "Lao New Year's Day (in lieu)", "2012-04-17": "Lao New Year's Day (in lieu)", "2012-05-01": "International Labor Day", "2012-05-05": "Visakha Bousa Festival", "2012-06-01": "International Children's Day; National Arbor Day", "2012-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2012-07-20": "Establishment Day of the Lao Women's Union", "2012-08-02": "Begin of Buddhist Lent", "2012-08-13": "Lao National Mass Media and Publishing Day", "2012-08-15": "Lao National Constitution Day", "2012-08-23": "National Uprising Day", "2012-09-15": "Boun Haw Khao Padapdin", "2012-09-30": "Boun Haw Khao Salark", "2012-10-07": "Establishment Day of the BOL; National Teacher Day", "2012-10-08": "Establishment Day of the BOL (in lieu)", "2012-10-12": "Indepedence Declaration Day", "2012-10-30": "End of Buddhist Lent", "2012-10-31": "Vientiane Boat Racing Festival", "2012-11-28": "Boun That Luang Festival", "2012-12-02": "Lao National Day", "2012-12-03": "Lao National Day (in lieu)", "2012-12-13": "President Kaysone Phomvihane's Birthday", "2012-12-27": "Lao Year-End Bank Holiday", "2012-12-28": "Lao Year-End Bank Holiday", "2012-12-31": "Lao Year-End Bank Holiday", "2013-01-01": "New Year's Day", "2013-01-20": "Lao People's Armed Force Day", "2013-02-01": "Lao Federation of Trade Union's Day", "2013-02-25": "Makha Bousa Festival", "2013-03-08": "International Women's Rights Day", "2013-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2013-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2013-04-15": "Lao New Year's Day", "2013-04-16": "Lao New Year's Day", "2013-04-17": "Lao New Year's Day (in lieu)", "2013-05-01": "International Labor Day", "2013-05-24": "Visakha Bousa Festival", "2013-06-01": "International Children's Day; National Arbor Day", "2013-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2013-07-20": "Establishment Day of the Lao Women's Union", "2013-07-22": "Begin of Buddhist Lent", "2013-08-13": "Lao National Mass Media and Publishing Day", "2013-08-15": "Lao National Constitution Day", "2013-08-23": "National Uprising Day", "2013-09-04": "Boun Haw Khao Padapdin", "2013-09-19": "Boun Haw Khao Salark", "2013-10-07": "Establishment Day of the BOL; National Teacher Day", "2013-10-12": "Indepedence Declaration Day", "2013-10-19": "End of Buddhist Lent", "2013-10-20": "Vientiane Boat Racing Festival", "2013-11-17": "Boun That Luang Festival", "2013-12-02": "Lao National Day", "2013-12-13": "President Kaysone Phomvihane's Birthday", "2013-12-27": "Lao Year-End Bank Holiday", "2013-12-30": "Lao Year-End Bank Holiday", "2013-12-31": "Lao Year-End Bank Holiday", "2014-01-01": "New Year's Day", "2014-01-20": "Lao People's Armed Force Day", "2014-02-01": "Lao Federation of Trade Union's Day", "2014-02-14": "Makha Bousa Festival", "2014-03-08": "International Women's Rights Day", "2014-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2014-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2014-04-15": "Lao New Year's Day", "2014-04-16": "Lao New Year's Day", "2014-05-01": "International Labor Day", "2014-05-13": "Visakha Bousa Festival", "2014-06-01": "International Children's Day; National Arbor Day", "2014-07-11": "Begin of Buddhist Lent", "2014-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2014-07-20": "Establishment Day of the Lao Women's Union", "2014-08-13": "Lao National Mass Media and Publishing Day", "2014-08-15": "Lao National Constitution Day", "2014-08-23": "National Uprising Day", "2014-08-24": "Boun Haw Khao Padapdin", "2014-09-08": "Boun Haw Khao Salark", "2014-10-07": "Establishment Day of the BOL; National Teacher Day", "2014-10-08": "End of Buddhist Lent", "2014-10-09": "Vientiane Boat Racing Festival", "2014-10-12": "Indepedence Declaration Day", "2014-11-06": "Boun That Luang Festival", "2014-12-02": "Lao National Day", "2014-12-13": "President Kaysone Phomvihane's Birthday", "2014-12-29": "Lao Year-End Bank Holiday", "2014-12-30": "Lao Year-End Bank Holiday", "2014-12-31": "Lao Year-End Bank Holiday", "2015-01-01": "New Year's Day", "2015-01-02": "Special Bank Holiday", "2015-01-20": "Lao People's Armed Force Day", "2015-02-01": "Lao Federation of Trade Union's Day", "2015-02-03": "Makha Bousa Festival", "2015-03-08": "International Women's Rights Day", "2015-03-09": "International Women's Rights Day (in lieu)", "2015-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2015-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2015-04-15": "Lao New Year's Day", "2015-04-16": "Lao New Year's Day", "2015-04-17": "Lao New Year's Day (Special)", "2015-05-01": "International Labor Day", "2015-05-02": "Visakha Bousa Festival", "2015-06-01": "International Children's Day; National Arbor Day", "2015-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2015-07-20": "Establishment Day of the Lao Women's Union", "2015-07-30": "Begin of Buddhist Lent", "2015-08-13": "Lao National Mass Media and Publishing Day", "2015-08-15": "Lao National Constitution Day", "2015-08-23": "National Uprising Day", "2015-09-12": "Boun Haw Khao Padapdin", "2015-09-27": "Boun Haw Khao Salark", "2015-10-07": "Establishment Day of the BOL; National Teacher Day", "2015-10-12": "Indepedence Declaration Day", "2015-10-27": "End of Buddhist Lent", "2015-10-28": "Vientiane Boat Racing Festival", "2015-11-25": "Boun That Luang Festival", "2015-12-02": "Lao National Day", "2015-12-13": "President Kaysone Phomvihane's Birthday", "2015-12-29": "Lao Year-End Bank Holiday", "2015-12-30": "Lao Year-End Bank Holiday", "2015-12-31": "Lao Year-End Bank Holiday", "2016-01-01": "New Year's Day", "2016-01-20": "Lao People's Armed Force Day", "2016-02-01": "Lao Federation of Trade Union's Day", "2016-02-22": "Makha Bousa Festival", "2016-03-08": "International Women's Rights Day", "2016-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2016-04-13": "Lao New Year's Day", "2016-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2016-04-15": "Lao New Year's Day", "2016-04-16": "Lao New Year's Day", "2016-04-18": "Lao New Year's Day (in lieu)", "2016-05-01": "International Labor Day", "2016-05-02": "International Labor Day (in lieu)", "2016-05-20": "Visakha Bousa Festival", "2016-06-01": "International Children's Day; National Arbor Day", "2016-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2016-07-19": "Begin of Buddhist Lent", "2016-07-20": "Establishment Day of the Lao Women's Union", "2016-08-13": "Lao National Mass Media and Publishing Day", "2016-08-15": "Lao National Constitution Day", "2016-08-23": "National Uprising Day", "2016-09-01": "Boun Haw Khao Padapdin", "2016-09-16": "Boun Haw Khao Salark", "2016-10-07": "Establishment Day of the BOL; National Teacher Day", "2016-10-12": "Indepedence Declaration Day", "2016-10-16": "End of Buddhist Lent", "2016-10-17": "Vientiane Boat Racing Festival", "2016-11-14": "Boun That Luang Festival", "2016-12-02": "Lao National Day", "2016-12-13": "President Kaysone Phomvihane's Birthday", "2016-12-28": "Lao Year-End Bank Holiday", "2016-12-29": "Lao Year-End Bank Holiday", "2016-12-30": "Lao Year-End Bank Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (in lieu)", "2017-01-20": "Lao People's Armed Force Day", "2017-02-01": "Lao Federation of Trade Union's Day", "2017-02-11": "Makha Bousa Festival", "2017-03-08": "International Women's Rights Day", "2017-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2017-04-13": "Lao New Year's Day", "2017-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2017-04-15": "Lao New Year's Day", "2017-04-17": "Lao New Year's Day (in lieu)", "2017-05-01": "International Labor Day", "2017-05-10": "Visakha Bousa Festival", "2017-06-01": "International Children's Day; National Arbor Day", "2017-07-08": "Begin of Buddhist Lent", "2017-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2017-07-20": "Establishment Day of the Lao Women's Union", "2017-08-13": "Lao National Mass Media and Publishing Day", "2017-08-15": "Lao National Constitution Day", "2017-08-21": "Boun Haw Khao Padapdin", "2017-08-23": "National Uprising Day", "2017-09-05": "Boun Haw Khao Salark", "2017-10-05": "End of Buddhist Lent", "2017-10-06": "Vientiane Boat Racing Festival", "2017-10-07": "Establishment Day of the BOL; National Teacher Day", "2017-10-09": "Establishment Day of the BOL (in lieu)", "2017-10-12": "Indepedence Declaration Day", "2017-11-03": "Boun That Luang Festival", "2017-12-02": "Lao National Day", "2017-12-04": "Lao National Day (in lieu)", "2017-12-13": "President Kaysone Phomvihane's Birthday", "2017-12-27": "Lao Year-End Bank Holiday", "2017-12-28": "Lao Year-End Bank Holiday", "2017-12-29": "Lao Year-End Bank Holiday", "2018-01-01": "New Year's Day", "2018-01-20": "Lao People's Armed Force Day", "2018-01-31": "Makha Bousa Festival", "2018-02-01": "Lao Federation of Trade Union's Day", "2018-03-08": "International Women's Rights Day", "2018-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2018-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2018-04-15": "Lao New Year's Day", "2018-04-16": "Lao New Year's Day", "2018-04-17": "Lao New Year's Day (in lieu)", "2018-04-18": "Lao New Year's Day (in lieu)", "2018-04-29": "Visakha Bousa Festival", "2018-05-01": "International Labor Day", "2018-06-01": "International Children's Day; National Arbor Day", "2018-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2018-07-20": "Establishment Day of the Lao Women's Union", "2018-07-27": "Begin of Buddhist Lent", "2018-08-13": "Lao National Mass Media and Publishing Day", "2018-08-15": "Lao National Constitution Day", "2018-08-23": "National Uprising Day", "2018-09-09": "Boun Haw Khao Padapdin", "2018-09-24": "Boun Haw Khao Salark", "2018-10-07": "Establishment Day of the BOL; National Teacher Day", "2018-10-08": "Establishment Day of the BOL (in lieu)", "2018-10-12": "Indepedence Declaration Day", "2018-10-24": "End of Buddhist Lent", "2018-10-25": "Vientiane Boat Racing Festival", "2018-11-22": "Boun That Luang Festival", "2018-12-02": "Lao National Day", "2018-12-03": "Lao National Day (in lieu)", "2018-12-13": "President Kaysone Phomvihane's Birthday", "2018-12-27": "Lao Year-End Bank Holiday", "2018-12-28": "Lao Year-End Bank Holiday", "2018-12-31": "Lao Year-End Bank Holiday", "2019-01-01": "New Year's Day", "2019-01-20": "Lao People's Armed Force Day", "2019-02-01": "Lao Federation of Trade Union's Day", "2019-02-19": "Makha Bousa Festival", "2019-03-08": "International Women's Rights Day", "2019-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2019-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2019-04-15": "Lao New Year's Day", "2019-04-16": "Lao New Year's Day", "2019-04-17": "Lao New Year's Day (in lieu)", "2019-05-01": "International Labor Day", "2019-05-18": "Visakha Bousa Festival", "2019-06-01": "International Children's Day; National Arbor Day", "2019-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2019-07-16": "Begin of Buddhist Lent", "2019-07-20": "Establishment Day of the Lao Women's Union", "2019-07-22": "Establishment Day of the Lao Women's Union (in lieu)", "2019-08-13": "Lao National Mass Media and Publishing Day", "2019-08-15": "Lao National Constitution Day", "2019-08-23": "National Uprising Day", "2019-08-29": "Boun Haw Khao Padapdin", "2019-09-13": "Boun Haw Khao Salark", "2019-10-07": "Establishment Day of the BOL; National Teacher Day", "2019-10-12": "Indepedence Declaration Day", "2019-10-13": "End of Buddhist Lent", "2019-10-14": "Vientiane Boat Racing Festival", "2019-11-11": "Boun That Luang Festival", "2019-12-02": "Lao National Day", "2019-12-13": "President Kaysone Phomvihane's Birthday", "2019-12-27": "Lao Year-End Bank Holiday", "2019-12-30": "Lao Year-End Bank Holiday", "2019-12-31": "Lao Year-End Bank Holiday", "2020-01-01": "New Year's Day", "2020-01-20": "Lao People's Armed Force Day", "2020-02-01": "Lao Federation of Trade Union's Day", "2020-02-08": "Makha Bousa Festival", "2020-03-08": "International Women's Rights Day", "2020-03-09": "International Women's Rights Day (in lieu)", "2020-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2020-04-13": "Lao New Year's Day", "2020-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2020-04-15": "Lao New Year's Day", "2020-04-16": "Lao New Year's Day", "2020-04-17": "Lao New Year's Day (in lieu)", "2020-05-01": "International Labor Day", "2020-05-06": "Visakha Bousa Festival", "2020-06-01": "International Children's Day; National Arbor Day", "2020-07-05": "Begin of Buddhist Lent", "2020-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2020-07-20": "Establishment Day of the Lao Women's Union", "2020-08-13": "Lao National Mass Media and Publishing Day", "2020-08-15": "Lao National Constitution Day", "2020-08-18": "Boun Haw Khao Padapdin", "2020-08-23": "National Uprising Day", "2020-09-02": "Boun Haw Khao Salark", "2020-10-02": "End of Buddhist Lent", "2020-10-03": "Vientiane Boat Racing Festival", "2020-10-07": "Establishment Day of the BOL; National Teacher Day", "2020-10-12": "Indepedence Declaration Day", "2020-10-31": "Boun That Luang Festival", "2020-12-02": "Lao National Day", "2020-12-13": "President Kaysone Phomvihane's Birthday", "2020-12-29": "Lao Year-End Bank Holiday", "2020-12-30": "Lao Year-End Bank Holiday", "2020-12-31": "Lao Year-End Bank Holiday", "2021-01-01": "New Year's Day", "2021-01-20": "Lao People's Armed Force Day", "2021-01-28": "Makha Bousa Festival", "2021-02-01": "Lao Federation of Trade Union's Day", "2021-03-08": "International Women's Rights Day", "2021-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2021-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2021-04-15": "Lao New Year's Day", "2021-04-16": "Lao New Year's Day", "2021-04-26": "Visakha Bousa Festival", "2021-05-01": "International Labor Day", "2021-05-03": "International Labor Day (in lieu)", "2021-06-01": "International Children's Day; National Arbor Day", "2021-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2021-07-20": "Establishment Day of the Lao Women's Union", "2021-07-24": "Begin of Buddhist Lent", "2021-08-13": "Lao National Mass Media and Publishing Day", "2021-08-15": "Lao National Constitution Day", "2021-08-23": "National Uprising Day", "2021-09-06": "Boun Haw Khao Padapdin", "2021-09-21": "Boun Haw Khao Salark", "2021-10-07": "Establishment Day of the BOL; National Teacher Day", "2021-10-12": "Indepedence Declaration Day", "2021-10-21": "End of Buddhist Lent", "2021-10-22": "Vientiane Boat Racing Festival", "2021-11-19": "Boun That Luang Festival", "2021-12-02": "Lao National Day", "2021-12-13": "President Kaysone Phomvihane's Birthday", "2021-12-29": "Lao Year-End Bank Holiday", "2021-12-30": "Lao Year-End Bank Holiday", "2021-12-31": "Lao Year-End Bank Holiday", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (in lieu)", "2022-01-20": "Lao People's Armed Force Day", "2022-02-01": "Lao Federation of Trade Union's Day", "2022-02-16": "Makha Bousa Festival", "2022-03-08": "International Women's Rights Day", "2022-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2022-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2022-04-15": "Lao New Year's Day", "2022-04-16": "Lao New Year's Day", "2022-04-18": "Lao New Year's Day (in lieu)", "2022-05-01": "International Labor Day", "2022-05-02": "International Labor Day (in lieu)", "2022-05-15": "Visakha Bousa Festival", "2022-06-01": "International Children's Day; National Arbor Day", "2022-07-13": "Begin of Buddhist Lent; President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2022-07-20": "Establishment Day of the Lao Women's Union", "2022-08-13": "Lao National Mass Media and Publishing Day", "2022-08-15": "Lao National Constitution Day", "2022-08-23": "National Uprising Day", "2022-08-26": "Boun Haw Khao Padapdin", "2022-09-10": "Boun Haw Khao Salark", "2022-10-07": "Establishment Day of the BOL; National Teacher Day", "2022-10-10": "End of Buddhist Lent", "2022-10-11": "Vientiane Boat Racing Festival", "2022-10-12": "Indepedence Declaration Day", "2022-11-08": "Boun That Luang Festival", "2022-12-02": "Lao National Day", "2022-12-13": "President Kaysone Phomvihane's Birthday", "2022-12-28": "Lao Year-End Bank Holiday", "2022-12-29": "Lao Year-End Bank Holiday", "2022-12-30": "Lao Year-End Bank Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (in lieu)", "2023-01-20": "Lao People's Armed Force Day", "2023-02-01": "Lao Federation of Trade Union's Day", "2023-02-05": "Makha Bousa Festival", "2023-03-08": "International Women's Rights Day", "2023-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2023-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2023-04-15": "Lao New Year's Day", "2023-04-16": "Lao New Year's Day", "2023-04-17": "Lao New Year's Day (in lieu)", "2023-04-18": "Lao New Year's Day (in lieu)", "2023-05-01": "International Labor Day", "2023-05-04": "Visakha Bousa Festival", "2023-06-01": "International Children's Day; National Arbor Day", "2023-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2023-07-20": "Establishment Day of the Lao Women's Union", "2023-08-01": "Begin of Buddhist Lent", "2023-08-13": "Lao National Mass Media and Publishing Day", "2023-08-15": "Lao National Constitution Day", "2023-08-23": "National Uprising Day", "2023-09-14": "Boun Haw Khao Padapdin", "2023-09-29": "Boun Haw Khao Salark", "2023-10-07": "Establishment Day of the BOL; National Teacher Day", "2023-10-09": "Establishment Day of the BOL (in lieu)", "2023-10-12": "Indepedence Declaration Day", "2023-10-29": "End of Buddhist Lent", "2023-10-30": "Vientiane Boat Racing Festival", "2023-11-27": "Boun That Luang Festival", "2023-12-02": "Lao National Day", "2023-12-04": "Lao National Day (in lieu)", "2023-12-13": "President Kaysone Phomvihane's Birthday", "2023-12-27": "Lao Year-End Bank Holiday", "2023-12-28": "Lao Year-End Bank Holiday", "2023-12-29": "Lao Year-End Bank Holiday", "2024-01-01": "New Year's Day", "2024-01-20": "Lao People's Armed Force Day", "2024-02-01": "Lao Federation of Trade Union's Day", "2024-02-24": "Makha Bousa Festival", "2024-03-08": "International Women's Rights Day", "2024-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2024-04-13": "Lao New Year's Day", "2024-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2024-04-15": "Lao New Year's Day", "2024-04-16": "Lao New Year's Day", "2024-04-17": "Lao New Year's Day (in lieu)", "2024-04-18": "Lao New Year's Day (in lieu)", "2024-05-01": "International Labor Day", "2024-05-22": "Visakha Bousa Festival", "2024-06-01": "International Children's Day; National Arbor Day", "2024-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2024-07-20": "Begin of Buddhist Lent; Establishment Day of the Lao Women's Union", "2024-08-13": "Lao National Mass Media and Publishing Day", "2024-08-15": "Lao National Constitution Day", "2024-08-23": "National Uprising Day", "2024-09-02": "Boun Haw Khao Padapdin", "2024-09-17": "Boun Haw Khao Salark", "2024-10-07": "Establishment Day of the BOL; National Teacher Day", "2024-10-12": "Indepedence Declaration Day", "2024-10-17": "End of Buddhist Lent", "2024-10-18": "Vientiane Boat Racing Festival", "2024-11-15": "Boun That Luang Festival", "2024-12-02": "Lao National Day", "2024-12-13": "President Kaysone Phomvihane's Birthday", "2024-12-27": "Lao Year-End Bank Holiday", "2024-12-30": "Lao Year-End Bank Holiday", "2024-12-31": "Lao Year-End Bank Holiday", "2025-01-01": "New Year's Day", "2025-01-20": "Lao People's Armed Force Day", "2025-02-01": "Lao Federation of Trade Union's Day", "2025-02-12": "Makha Bousa Festival", "2025-03-08": "International Women's Rights Day", "2025-03-10": "International Women's Rights Day (in lieu)", "2025-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2025-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2025-04-15": "Lao New Year's Day", "2025-04-16": "Lao New Year's Day", "2025-05-01": "International Labor Day", "2025-05-11": "Visakha Bousa Festival", "2025-06-01": "International Children's Day; National Arbor Day", "2025-07-10": "Begin of Buddhist Lent", "2025-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2025-07-20": "Establishment Day of the Lao Women's Union", "2025-08-13": "Lao National Mass Media and Publishing Day", "2025-08-15": "Lao National Constitution Day", "2025-08-23": "Boun Haw Khao Padapdin; National Uprising Day", "2025-09-07": "Boun Haw Khao Salark", "2025-10-07": "End of Buddhist Lent; Establishment Day of the BOL; National Teacher Day", "2025-10-08": "Vientiane Boat Racing Festival", "2025-10-12": "Indepedence Declaration Day", "2025-11-05": "Boun That Luang Festival", "2025-12-02": "Lao National Day", "2025-12-13": "President Kaysone Phomvihane's Birthday", "2025-12-29": "Lao Year-End Bank Holiday", "2025-12-30": "Lao Year-End Bank Holiday", "2025-12-31": "Lao Year-End Bank Holiday", "2026-01-01": "New Year's Day", "2026-01-20": "Lao People's Armed Force Day", "2026-02-01": "Lao Federation of Trade Union's Day", "2026-02-02": "Makha Bousa Festival", "2026-03-08": "International Women's Rights Day", "2026-03-09": "International Women's Rights Day (in lieu)", "2026-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2026-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2026-04-15": "Lao New Year's Day", "2026-04-16": "Lao New Year's Day", "2026-05-01": "International Labor Day; Visakha Bousa Festival", "2026-06-01": "International Children's Day; National Arbor Day", "2026-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2026-07-20": "Establishment Day of the Lao Women's Union", "2026-07-29": "Begin of Buddhist Lent", "2026-08-13": "Lao National Mass Media and Publishing Day", "2026-08-15": "Lao National Constitution Day", "2026-08-23": "National Uprising Day", "2026-09-11": "Boun Haw Khao Padapdin", "2026-09-26": "Boun Haw Khao Salark", "2026-10-07": "Establishment Day of the BOL; National Teacher Day", "2026-10-12": "Indepedence Declaration Day", "2026-10-26": "End of Buddhist Lent", "2026-10-27": "Vientiane Boat Racing Festival", "2026-11-24": "Boun That Luang Festival", "2026-12-02": "Lao National Day", "2026-12-13": "President Kaysone Phomvihane's Birthday", "2026-12-29": "Lao Year-End Bank Holiday", "2026-12-30": "Lao Year-End Bank Holiday", "2026-12-31": "Lao Year-End Bank Holiday", "2027-01-01": "New Year's Day", "2027-01-20": "Lao People's Armed Force Day", "2027-02-01": "Lao Federation of Trade Union's Day", "2027-02-21": "Makha Bousa Festival", "2027-03-08": "International Women's Rights Day", "2027-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2027-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2027-04-15": "Lao New Year's Day", "2027-04-16": "Lao New Year's Day", "2027-05-01": "International Labor Day", "2027-05-03": "International Labor Day (in lieu)", "2027-05-20": "Visakha Bousa Festival", "2027-06-01": "International Children's Day; National Arbor Day", "2027-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2027-07-18": "Begin of Buddhist Lent", "2027-07-20": "Establishment Day of the Lao Women's Union", "2027-08-13": "Lao National Mass Media and Publishing Day", "2027-08-15": "Lao National Constitution Day", "2027-08-23": "National Uprising Day", "2027-08-31": "Boun Haw Khao Padapdin", "2027-09-15": "Boun Haw Khao Salark", "2027-10-07": "Establishment Day of the BOL; National Teacher Day", "2027-10-12": "Indepedence Declaration Day", "2027-10-15": "End of Buddhist Lent", "2027-10-16": "Vientiane Boat Racing Festival", "2027-11-13": "Boun That Luang Festival", "2027-12-02": "Lao National Day", "2027-12-13": "President Kaysone Phomvihane's Birthday", "2027-12-29": "Lao Year-End Bank Holiday", "2027-12-30": "Lao Year-End Bank Holiday", "2027-12-31": "Lao Year-End Bank Holiday", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (in lieu)", "2028-01-20": "Lao People's Armed Force Day", "2028-02-01": "Lao Federation of Trade Union's Day", "2028-02-10": "Makha Bousa Festival", "2028-03-08": "International Women's Rights Day", "2028-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2028-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2028-04-15": "Lao New Year's Day", "2028-04-16": "Lao New Year's Day", "2028-04-17": "Lao New Year's Day (in lieu)", "2028-04-18": "Lao New Year's Day (in lieu)", "2028-05-01": "International Labor Day", "2028-05-08": "Visakha Bousa Festival", "2028-06-01": "International Children's Day; National Arbor Day", "2028-07-06": "Begin of Buddhist Lent", "2028-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2028-07-20": "Establishment Day of the Lao Women's Union", "2028-08-13": "Lao National Mass Media and Publishing Day", "2028-08-15": "Lao National Constitution Day", "2028-08-19": "Boun Haw Khao Padapdin", "2028-08-23": "National Uprising Day", "2028-09-03": "Boun Haw Khao Salark", "2028-10-03": "End of Buddhist Lent", "2028-10-04": "Vientiane Boat Racing Festival", "2028-10-07": "Establishment Day of the BOL; National Teacher Day", "2028-10-09": "Establishment Day of the BOL (in lieu)", "2028-10-12": "Indepedence Declaration Day", "2028-11-01": "Boun That Luang Festival", "2028-12-02": "Lao National Day", "2028-12-04": "Lao National Day (in lieu)", "2028-12-13": "President Kaysone Phomvihane's Birthday", "2028-12-27": "Lao Year-End Bank Holiday", "2028-12-28": "Lao Year-End Bank Holiday", "2028-12-29": "Lao Year-End Bank Holiday", "2029-01-01": "New Year's Day", "2029-01-20": "Lao People's Armed Force Day", "2029-01-29": "Makha Bousa Festival", "2029-02-01": "Lao Federation of Trade Union's Day", "2029-03-08": "International Women's Rights Day", "2029-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2029-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2029-04-15": "Lao New Year's Day", "2029-04-16": "Lao New Year's Day", "2029-04-17": "Lao New Year's Day (in lieu)", "2029-04-18": "Lao New Year's Day (in lieu)", "2029-04-27": "Visakha Bousa Festival", "2029-05-01": "International Labor Day", "2029-06-01": "International Children's Day; National Arbor Day", "2029-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2029-07-20": "Establishment Day of the Lao Women's Union", "2029-07-25": "Begin of Buddhist Lent", "2029-08-13": "Lao National Mass Media and Publishing Day", "2029-08-15": "Lao National Constitution Day", "2029-08-23": "National Uprising Day", "2029-09-07": "Boun Haw Khao Padapdin", "2029-09-22": "Boun Haw Khao Salark", "2029-10-07": "Establishment Day of the BOL; National Teacher Day", "2029-10-08": "Establishment Day of the BOL (in lieu)", "2029-10-12": "Indepedence Declaration Day", "2029-10-22": "End of Buddhist Lent", "2029-10-23": "Vientiane Boat Racing Festival", "2029-11-20": "Boun That Luang Festival", "2029-12-02": "Lao National Day", "2029-12-03": "Lao National Day (in lieu)", "2029-12-13": "President Kaysone Phomvihane's Birthday", "2029-12-27": "Lao Year-End Bank Holiday", "2029-12-28": "Lao Year-End Bank Holiday", "2029-12-31": "Lao Year-End Bank Holiday", "2030-01-01": "New Year's Day", "2030-01-20": "Lao People's Armed Force Day", "2030-02-01": "Lao Federation of Trade Union's Day", "2030-02-17": "Makha Bousa Festival", "2030-03-08": "International Women's Rights Day", "2030-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2030-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2030-04-15": "Lao New Year's Day", "2030-04-16": "Lao New Year's Day", "2030-04-17": "Lao New Year's Day (in lieu)", "2030-05-01": "International Labor Day", "2030-05-16": "Visakha Bousa Festival", "2030-06-01": "International Children's Day; National Arbor Day", "2030-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2030-07-14": "Begin of Buddhist Lent", "2030-07-20": "Establishment Day of the Lao Women's Union", "2030-08-13": "Lao National Mass Media and Publishing Day", "2030-08-15": "Lao National Constitution Day", "2030-08-23": "National Uprising Day", "2030-08-27": "Boun Haw Khao Padapdin", "2030-09-11": "Boun Haw Khao Salark", "2030-10-07": "Establishment Day of the BOL; National Teacher Day", "2030-10-11": "End of Buddhist Lent", "2030-10-12": "Indepedence Declaration Day; Vientiane Boat Racing Festival", "2030-11-09": "Boun That Luang Festival", "2030-12-02": "Lao National Day", "2030-12-13": "President Kaysone Phomvihane's Birthday", "2030-12-27": "Lao Year-End Bank Holiday", "2030-12-30": "Lao Year-End Bank Holiday", "2030-12-31": "Lao Year-End Bank Holiday", "2031-01-01": "New Year's Day", "2031-01-20": "Lao People's Armed Force Day", "2031-02-01": "Lao Federation of Trade Union's Day", "2031-02-06": "Makha Bousa Festival", "2031-03-08": "International Women's Rights Day", "2031-03-10": "International Women's Rights Day (in lieu)", "2031-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2031-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2031-04-15": "Lao New Year's Day", "2031-04-16": "Lao New Year's Day", "2031-05-01": "International Labor Day", "2031-05-05": "Visakha Bousa Festival", "2031-06-01": "International Children's Day; National Arbor Day", "2031-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2031-07-20": "Establishment Day of the Lao Women's Union", "2031-08-02": "Begin of Buddhist Lent", "2031-08-13": "Lao National Mass Media and Publishing Day", "2031-08-15": "Lao National Constitution Day", "2031-08-23": "National Uprising Day", "2031-09-15": "Boun Haw Khao Padapdin", "2031-09-30": "Boun Haw Khao Salark", "2031-10-07": "Establishment Day of the BOL; National Teacher Day", "2031-10-12": "Indepedence Declaration Day", "2031-10-30": "End of Buddhist Lent", "2031-10-31": "Vientiane Boat Racing Festival", "2031-11-28": "Boun That Luang Festival", "2031-12-02": "Lao National Day", "2031-12-13": "President Kaysone Phomvihane's Birthday", "2031-12-29": "Lao Year-End Bank Holiday", "2031-12-30": "Lao Year-End Bank Holiday", "2031-12-31": "Lao Year-End Bank Holiday", "2032-01-01": "New Year's Day", "2032-01-20": "Lao People's Armed Force Day", "2032-02-01": "Lao Federation of Trade Union's Day", "2032-02-25": "Makha Bousa Festival", "2032-03-08": "International Women's Rights Day", "2032-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2032-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2032-04-15": "Lao New Year's Day", "2032-04-16": "Lao New Year's Day", "2032-05-01": "International Labor Day", "2032-05-03": "International Labor Day (in lieu)", "2032-05-23": "Visakha Bousa Festival", "2032-06-01": "International Children's Day; National Arbor Day", "2032-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2032-07-20": "Establishment Day of the Lao Women's Union", "2032-07-22": "Begin of Buddhist Lent", "2032-08-13": "Lao National Mass Media and Publishing Day", "2032-08-15": "Lao National Constitution Day", "2032-08-23": "National Uprising Day", "2032-09-04": "Boun Haw Khao Padapdin", "2032-09-19": "Boun Haw Khao Salark", "2032-10-07": "Establishment Day of the BOL; National Teacher Day", "2032-10-12": "Indepedence Declaration Day", "2032-10-19": "End of Buddhist Lent", "2032-10-20": "Vientiane Boat Racing Festival", "2032-11-17": "Boun That Luang Festival", "2032-12-02": "Lao National Day", "2032-12-13": "President Kaysone Phomvihane's Birthday", "2032-12-29": "Lao Year-End Bank Holiday", "2032-12-30": "Lao Year-End Bank Holiday", "2032-12-31": "Lao Year-End Bank Holiday", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (in lieu)", "2033-01-20": "Lao People's Armed Force Day", "2033-02-01": "Lao Federation of Trade Union's Day", "2033-02-14": "Makha Bousa Festival", "2033-03-08": "International Women's Rights Day", "2033-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2033-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2033-04-15": "Lao New Year's Day", "2033-04-16": "Lao New Year's Day", "2033-04-18": "Lao New Year's Day (in lieu)", "2033-05-01": "International Labor Day", "2033-05-02": "International Labor Day (in lieu)", "2033-05-13": "Visakha Bousa Festival", "2033-06-01": "International Children's Day; National Arbor Day", "2033-07-11": "Begin of Buddhist Lent", "2033-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2033-07-20": "Establishment Day of the Lao Women's Union", "2033-08-13": "Lao National Mass Media and Publishing Day", "2033-08-15": "Lao National Constitution Day", "2033-08-23": "National Uprising Day", "2033-08-24": "Boun Haw Khao Padapdin", "2033-09-08": "Boun Haw Khao Salark", "2033-10-07": "Establishment Day of the BOL; National Teacher Day", "2033-10-08": "End of Buddhist Lent", "2033-10-09": "Vientiane Boat Racing Festival", "2033-10-12": "Indepedence Declaration Day", "2033-11-06": "Boun That Luang Festival", "2033-12-02": "Lao National Day", "2033-12-13": "President Kaysone Phomvihane's Birthday", "2033-12-28": "Lao Year-End Bank Holiday", "2033-12-29": "Lao Year-End Bank Holiday", "2033-12-30": "Lao Year-End Bank Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (in lieu)", "2034-01-20": "Lao People's Armed Force Day", "2034-02-01": "Lao Federation of Trade Union's Day", "2034-02-03": "Makha Bousa Festival", "2034-03-08": "International Women's Rights Day", "2034-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2034-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2034-04-15": "Lao New Year's Day", "2034-04-16": "Lao New Year's Day", "2034-04-17": "Lao New Year's Day (in lieu)", "2034-04-18": "Lao New Year's Day (in lieu)", "2034-05-01": "International Labor Day", "2034-05-02": "Visakha Bousa Festival", "2034-06-01": "International Children's Day; National Arbor Day", "2034-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2034-07-20": "Establishment Day of the Lao Women's Union", "2034-07-30": "Begin of Buddhist Lent", "2034-08-13": "Lao National Mass Media and Publishing Day", "2034-08-15": "Lao National Constitution Day", "2034-08-23": "National Uprising Day", "2034-09-12": "Boun Haw Khao Padapdin", "2034-09-27": "Boun Haw Khao Salark", "2034-10-07": "Establishment Day of the BOL; National Teacher Day", "2034-10-09": "Establishment Day of the BOL (in lieu)", "2034-10-12": "Indepedence Declaration Day", "2034-10-27": "End of Buddhist Lent", "2034-10-28": "Vientiane Boat Racing Festival", "2034-11-25": "Boun That Luang Festival", "2034-12-02": "Lao National Day", "2034-12-04": "Lao National Day (in lieu)", "2034-12-13": "President Kaysone Phomvihane's Birthday", "2034-12-27": "Lao Year-End Bank Holiday", "2034-12-28": "Lao Year-End Bank Holiday", "2034-12-29": "Lao Year-End Bank Holiday", "2035-01-01": "New Year's Day", "2035-01-20": "Lao People's Armed Force Day", "2035-02-01": "Lao Federation of Trade Union's Day", "2035-02-22": "Makha Bousa Festival", "2035-03-08": "International Women's Rights Day", "2035-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2035-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2035-04-15": "Lao New Year's Day", "2035-04-16": "Lao New Year's Day", "2035-04-17": "Lao New Year's Day (in lieu)", "2035-04-18": "Lao New Year's Day (in lieu)", "2035-05-01": "International Labor Day", "2035-05-21": "Visakha Bousa Festival", "2035-06-01": "International Children's Day; National Arbor Day", "2035-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2035-07-20": "Begin of Buddhist Lent; Establishment Day of the Lao Women's Union", "2035-08-13": "Lao National Mass Media and Publishing Day", "2035-08-15": "Lao National Constitution Day", "2035-08-23": "National Uprising Day", "2035-09-02": "Boun Haw Khao Padapdin", "2035-09-17": "Boun Haw Khao Salark", "2035-10-07": "Establishment Day of the BOL; National Teacher Day", "2035-10-08": "Establishment Day of the BOL (in lieu)", "2035-10-12": "Indepedence Declaration Day", "2035-10-17": "End of Buddhist Lent", "2035-10-18": "Vientiane Boat Racing Festival", "2035-11-15": "Boun That Luang Festival", "2035-12-02": "Lao National Day", "2035-12-03": "Lao National Day (in lieu)", "2035-12-13": "President Kaysone Phomvihane's Birthday", "2035-12-27": "Lao Year-End Bank Holiday", "2035-12-28": "Lao Year-End Bank Holiday", "2035-12-31": "Lao Year-End Bank Holiday", "2036-01-01": "New Year's Day", "2036-01-20": "Lao People's Armed Force Day", "2036-02-01": "Lao Federation of Trade Union's Day", "2036-02-12": "Makha Bousa Festival", "2036-03-08": "International Women's Rights Day", "2036-03-10": "International Women's Rights Day (in lieu)", "2036-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2036-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2036-04-15": "Lao New Year's Day", "2036-04-16": "Lao New Year's Day", "2036-05-01": "International Labor Day", "2036-05-10": "Visakha Bousa Festival", "2036-06-01": "International Children's Day; National Arbor Day", "2036-07-08": "Begin of Buddhist Lent", "2036-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2036-07-20": "Establishment Day of the Lao Women's Union", "2036-08-13": "Lao National Mass Media and Publishing Day", "2036-08-15": "Lao National Constitution Day", "2036-08-21": "Boun Haw Khao Padapdin", "2036-08-23": "National Uprising Day", "2036-09-05": "Boun Haw Khao Salark", "2036-10-05": "End of Buddhist Lent", "2036-10-06": "Vientiane Boat Racing Festival", "2036-10-07": "Establishment Day of the BOL; National Teacher Day", "2036-10-12": "Indepedence Declaration Day", "2036-11-03": "Boun That Luang Festival", "2036-12-02": "Lao National Day", "2036-12-13": "President Kaysone Phomvihane's Birthday", "2036-12-29": "Lao Year-End Bank Holiday", "2036-12-30": "Lao Year-End Bank Holiday", "2036-12-31": "Lao Year-End Bank Holiday", "2037-01-01": "New Year's Day", "2037-01-20": "Lao People's Armed Force Day", "2037-01-31": "Makha Bousa Festival", "2037-02-01": "Lao Federation of Trade Union's Day", "2037-03-08": "International Women's Rights Day", "2037-03-09": "International Women's Rights Day (in lieu)", "2037-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2037-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2037-04-15": "Lao New Year's Day", "2037-04-16": "Lao New Year's Day", "2037-04-29": "Visakha Bousa Festival", "2037-05-01": "International Labor Day", "2037-06-01": "International Children's Day; National Arbor Day", "2037-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2037-07-20": "Establishment Day of the Lao Women's Union", "2037-07-27": "Begin of Buddhist Lent", "2037-08-13": "Lao National Mass Media and Publishing Day", "2037-08-15": "Lao National Constitution Day", "2037-08-23": "National Uprising Day", "2037-09-09": "Boun Haw Khao Padapdin", "2037-09-24": "Boun Haw Khao Salark", "2037-10-07": "Establishment Day of the BOL; National Teacher Day", "2037-10-12": "Indepedence Declaration Day", "2037-10-24": "End of Buddhist Lent", "2037-10-25": "Vientiane Boat Racing Festival", "2037-11-22": "Boun That Luang Festival", "2037-12-02": "Lao National Day", "2037-12-13": "President Kaysone Phomvihane's Birthday", "2037-12-29": "Lao Year-End Bank Holiday", "2037-12-30": "Lao Year-End Bank Holiday", "2037-12-31": "Lao Year-End Bank Holiday", "2038-01-01": "New Year's Day", "2038-01-20": "Lao People's Armed Force Day", "2038-02-01": "Lao Federation of Trade Union's Day", "2038-02-19": "Makha Bousa Festival", "2038-03-08": "International Women's Rights Day", "2038-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2038-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2038-04-15": "Lao New Year's Day", "2038-04-16": "Lao New Year's Day", "2038-05-01": "International Labor Day", "2038-05-03": "International Labor Day (in lieu)", "2038-05-18": "Visakha Bousa Festival", "2038-06-01": "International Children's Day; National Arbor Day", "2038-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2038-07-16": "Begin of Buddhist Lent", "2038-07-20": "Establishment Day of the Lao Women's Union", "2038-08-13": "Lao National Mass Media and Publishing Day", "2038-08-15": "Lao National Constitution Day", "2038-08-23": "National Uprising Day", "2038-08-29": "Boun Haw Khao Padapdin", "2038-09-13": "Boun Haw Khao Salark", "2038-10-07": "Establishment Day of the BOL; National Teacher Day", "2038-10-12": "Indepedence Declaration Day", "2038-10-13": "End of Buddhist Lent", "2038-10-14": "Vientiane Boat Racing Festival", "2038-11-11": "Boun That Luang Festival", "2038-12-02": "Lao National Day", "2038-12-13": "President Kaysone Phomvihane's Birthday", "2038-12-29": "Lao Year-End Bank Holiday", "2038-12-30": "Lao Year-End Bank Holiday", "2038-12-31": "Lao Year-End Bank Holiday", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (in lieu)", "2039-01-20": "Lao People's Armed Force Day", "2039-02-01": "Lao Federation of Trade Union's Day", "2039-02-08": "Makha Bousa Festival", "2039-03-08": "International Women's Rights Day", "2039-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2039-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2039-04-15": "Lao New Year's Day", "2039-04-16": "Lao New Year's Day", "2039-04-18": "Lao New Year's Day (in lieu)", "2039-05-01": "International Labor Day", "2039-05-02": "International Labor Day (in lieu)", "2039-05-07": "Visakha Bousa Festival", "2039-06-01": "International Children's Day; National Arbor Day", "2039-07-05": "Begin of Buddhist Lent", "2039-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2039-07-20": "Establishment Day of the Lao Women's Union", "2039-08-13": "Lao National Mass Media and Publishing Day", "2039-08-15": "Lao National Constitution Day", "2039-08-18": "Boun Haw Khao Padapdin", "2039-08-23": "National Uprising Day", "2039-09-02": "Boun Haw Khao Salark", "2039-10-02": "End of Buddhist Lent", "2039-10-03": "Vientiane Boat Racing Festival", "2039-10-07": "Establishment Day of the BOL; National Teacher Day", "2039-10-12": "Indepedence Declaration Day", "2039-10-31": "Boun That Luang Festival", "2039-12-02": "Lao National Day", "2039-12-13": "President Kaysone Phomvihane's Birthday", "2039-12-28": "Lao Year-End Bank Holiday", "2039-12-29": "Lao Year-End Bank Holiday", "2039-12-30": "Lao Year-End Bank Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (in lieu)", "2040-01-20": "Lao People's Armed Force Day", "2040-01-28": "Makha Bousa Festival", "2040-02-01": "Lao Federation of Trade Union's Day", "2040-03-08": "International Women's Rights Day", "2040-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2040-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2040-04-15": "Lao New Year's Day", "2040-04-16": "Lao New Year's Day", "2040-04-17": "Lao New Year's Day (in lieu)", "2040-04-18": "Lao New Year's Day (in lieu)", "2040-04-25": "Visakha Bousa Festival", "2040-05-01": "International Labor Day", "2040-06-01": "International Children's Day; National Arbor Day", "2040-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2040-07-20": "Establishment Day of the Lao Women's Union", "2040-07-23": "Begin of Buddhist Lent", "2040-08-13": "Lao National Mass Media and Publishing Day", "2040-08-15": "Lao National Constitution Day", "2040-08-23": "National Uprising Day", "2040-09-05": "Boun Haw Khao Padapdin", "2040-09-20": "Boun Haw Khao Salark", "2040-10-07": "Establishment Day of the BOL; National Teacher Day", "2040-10-08": "Establishment Day of the BOL (in lieu)", "2040-10-12": "Indepedence Declaration Day", "2040-10-20": "End of Buddhist Lent", "2040-10-21": "Vientiane Boat Racing Festival", "2040-11-18": "Boun That Luang Festival", "2040-12-02": "Lao National Day", "2040-12-03": "Lao National Day (in lieu)", "2040-12-13": "President Kaysone Phomvihane's Birthday", "2040-12-27": "Lao Year-End Bank Holiday", "2040-12-28": "Lao Year-End Bank Holiday", "2040-12-31": "Lao Year-End Bank Holiday", "2041-01-01": "New Year's Day", "2041-01-20": "Lao People's Armed Force Day", "2041-02-01": "Lao Federation of Trade Union's Day", "2041-02-15": "Makha Bousa Festival", "2041-03-08": "International Women's Rights Day", "2041-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2041-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2041-04-15": "Lao New Year's Day", "2041-04-16": "Lao New Year's Day", "2041-04-17": "Lao New Year's Day (in lieu)", "2041-05-01": "International Labor Day", "2041-05-14": "Visakha Bousa Festival", "2041-06-01": "International Children's Day; National Arbor Day", "2041-07-12": "Begin of Buddhist Lent", "2041-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2041-07-20": "Establishment Day of the Lao Women's Union", "2041-08-13": "Lao National Mass Media and Publishing Day", "2041-08-15": "Lao National Constitution Day", "2041-08-23": "National Uprising Day", "2041-08-25": "Boun Haw Khao Padapdin", "2041-09-09": "Boun Haw Khao Salark", "2041-10-07": "Establishment Day of the BOL; National Teacher Day", "2041-10-09": "End of Buddhist Lent", "2041-10-10": "Vientiane Boat Racing Festival", "2041-10-12": "Indepedence Declaration Day", "2041-11-07": "Boun That Luang Festival", "2041-12-02": "Lao National Day", "2041-12-13": "President Kaysone Phomvihane's Birthday", "2041-12-27": "Lao Year-End Bank Holiday", "2041-12-30": "Lao Year-End Bank Holiday", "2041-12-31": "Lao Year-End Bank Holiday", "2042-01-01": "New Year's Day", "2042-01-20": "Lao People's Armed Force Day", "2042-02-01": "Lao Federation of Trade Union's Day", "2042-02-04": "Makha Bousa Festival", "2042-03-08": "International Women's Rights Day", "2042-03-10": "International Women's Rights Day (in lieu)", "2042-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2042-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2042-04-15": "Lao New Year's Day", "2042-04-16": "Lao New Year's Day", "2042-05-01": "International Labor Day", "2042-05-03": "Visakha Bousa Festival", "2042-06-01": "International Children's Day; National Arbor Day", "2042-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2042-07-20": "Establishment Day of the Lao Women's Union", "2042-07-31": "Begin of Buddhist Lent", "2042-08-13": "Lao National Mass Media and Publishing Day", "2042-08-15": "Lao National Constitution Day", "2042-08-23": "National Uprising Day", "2042-09-13": "Boun Haw Khao Padapdin", "2042-09-28": "Boun Haw Khao Salark", "2042-10-07": "Establishment Day of the BOL; National Teacher Day", "2042-10-12": "Indepedence Declaration Day", "2042-10-28": "End of Buddhist Lent", "2042-10-29": "Vientiane Boat Racing Festival", "2042-11-26": "Boun That Luang Festival", "2042-12-02": "Lao National Day", "2042-12-13": "President Kaysone Phomvihane's Birthday", "2042-12-29": "Lao Year-End Bank Holiday", "2042-12-30": "Lao Year-End Bank Holiday", "2042-12-31": "Lao Year-End Bank Holiday", "2043-01-01": "New Year's Day", "2043-01-20": "Lao People's Armed Force Day", "2043-02-01": "Lao Federation of Trade Union's Day", "2043-02-23": "Makha Bousa Festival", "2043-03-08": "International Women's Rights Day", "2043-03-09": "International Women's Rights Day (in lieu)", "2043-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2043-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2043-04-15": "Lao New Year's Day", "2043-04-16": "Lao New Year's Day", "2043-05-01": "International Labor Day", "2043-05-22": "Visakha Bousa Festival", "2043-06-01": "International Children's Day; National Arbor Day", "2043-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2043-07-20": "Establishment Day of the Lao Women's Union", "2043-07-21": "Begin of Buddhist Lent", "2043-08-13": "Lao National Mass Media and Publishing Day", "2043-08-15": "Lao National Constitution Day", "2043-08-23": "National Uprising Day", "2043-09-03": "Boun Haw Khao Padapdin", "2043-09-18": "Boun Haw Khao Salark", "2043-10-07": "Establishment Day of the BOL; National Teacher Day", "2043-10-12": "Indepedence Declaration Day", "2043-10-18": "End of Buddhist Lent", "2043-10-19": "Vientiane Boat Racing Festival", "2043-11-16": "Boun That Luang Festival", "2043-12-02": "Lao National Day", "2043-12-13": "President Kaysone Phomvihane's Birthday", "2043-12-29": "Lao Year-End Bank Holiday", "2043-12-30": "Lao Year-End Bank Holiday", "2043-12-31": "Lao Year-End Bank Holiday", "2044-01-01": "New Year's Day", "2044-01-20": "Lao People's Armed Force Day", "2044-02-01": "Lao Federation of Trade Union's Day", "2044-02-13": "Makha Bousa Festival", "2044-03-08": "International Women's Rights Day", "2044-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2044-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2044-04-15": "Lao New Year's Day", "2044-04-16": "Lao New Year's Day", "2044-04-18": "Lao New Year's Day (in lieu)", "2044-05-01": "International Labor Day", "2044-05-02": "International Labor Day (in lieu)", "2044-05-11": "Visakha Bousa Festival", "2044-06-01": "International Children's Day; National Arbor Day", "2044-07-09": "Begin of Buddhist Lent", "2044-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2044-07-20": "Establishment Day of the Lao Women's Union", "2044-08-13": "Lao National Mass Media and Publishing Day", "2044-08-15": "Lao National Constitution Day", "2044-08-22": "Boun Haw Khao Padapdin", "2044-08-23": "National Uprising Day", "2044-09-06": "Boun Haw Khao Salark", "2044-10-06": "End of Buddhist Lent", "2044-10-07": "Establishment Day of the BOL; National Teacher Day; Vientiane Boat Racing Festival", "2044-10-12": "Indepedence Declaration Day", "2044-11-04": "Boun That Luang Festival", "2044-12-02": "Lao National Day", "2044-12-13": "President Kaysone Phomvihane's Birthday", "2044-12-28": "Lao Year-End Bank Holiday", "2044-12-29": "Lao Year-End Bank Holiday", "2044-12-30": "Lao Year-End Bank Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (in lieu)", "2045-01-20": "Lao People's Armed Force Day", "2045-02-01": "Lao Federation of Trade Union's Day; Makha Bousa Festival", "2045-03-08": "International Women's Rights Day", "2045-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2045-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2045-04-15": "Lao New Year's Day", "2045-04-16": "Lao New Year's Day", "2045-04-17": "Lao New Year's Day (in lieu)", "2045-04-18": "Lao New Year's Day (in lieu)", "2045-04-30": "Visakha Bousa Festival", "2045-05-01": "International Labor Day", "2045-06-01": "International Children's Day; National Arbor Day", "2045-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2045-07-20": "Establishment Day of the Lao Women's Union", "2045-07-28": "Begin of Buddhist Lent", "2045-08-13": "Lao National Mass Media and Publishing Day", "2045-08-15": "Lao National Constitution Day", "2045-08-23": "National Uprising Day", "2045-09-10": "Boun Haw Khao Padapdin", "2045-09-25": "Boun Haw Khao Salark", "2045-10-07": "Establishment Day of the BOL; National Teacher Day", "2045-10-09": "Establishment Day of the BOL (in lieu)", "2045-10-12": "Indepedence Declaration Day", "2045-10-25": "End of Buddhist Lent", "2045-10-26": "Vientiane Boat Racing Festival", "2045-11-23": "Boun That Luang Festival", "2045-12-02": "Lao National Day", "2045-12-04": "Lao National Day (in lieu)", "2045-12-13": "President Kaysone Phomvihane's Birthday", "2045-12-27": "Lao Year-End Bank Holiday", "2045-12-28": "Lao Year-End Bank Holiday", "2045-12-29": "Lao Year-End Bank Holiday", "2046-01-01": "New Year's Day", "2046-01-20": "Lao People's Armed Force Day", "2046-02-01": "Lao Federation of Trade Union's Day", "2046-02-20": "Makha Bousa Festival", "2046-03-08": "International Women's Rights Day", "2046-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2046-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2046-04-15": "Lao New Year's Day", "2046-04-16": "Lao New Year's Day", "2046-04-17": "Lao New Year's Day (in lieu)", "2046-04-18": "Lao New Year's Day (in lieu)", "2046-05-01": "International Labor Day", "2046-05-19": "Visakha Bousa Festival", "2046-06-01": "International Children's Day; National Arbor Day", "2046-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2046-07-18": "Begin of Buddhist Lent", "2046-07-20": "Establishment Day of the Lao Women's Union", "2046-08-13": "Lao National Mass Media and Publishing Day", "2046-08-15": "Lao National Constitution Day", "2046-08-23": "National Uprising Day", "2046-08-31": "Boun Haw Khao Padapdin", "2046-09-15": "Boun Haw Khao Salark", "2046-10-07": "Establishment Day of the BOL; National Teacher Day", "2046-10-08": "Establishment Day of the BOL (in lieu)", "2046-10-12": "Indepedence Declaration Day", "2046-10-15": "End of Buddhist Lent", "2046-10-16": "Vientiane Boat Racing Festival", "2046-11-13": "Boun That Luang Festival", "2046-12-02": "Lao National Day", "2046-12-03": "Lao National Day (in lieu)", "2046-12-13": "President Kaysone Phomvihane's Birthday", "2046-12-27": "Lao Year-End Bank Holiday", "2046-12-28": "Lao Year-End Bank Holiday", "2046-12-31": "Lao Year-End Bank Holiday", "2047-01-01": "New Year's Day", "2047-01-20": "Lao People's Armed Force Day", "2047-02-01": "Lao Federation of Trade Union's Day", "2047-02-10": "Makha Bousa Festival", "2047-03-08": "International Women's Rights Day", "2047-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2047-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2047-04-15": "Lao New Year's Day", "2047-04-16": "Lao New Year's Day", "2047-04-17": "Lao New Year's Day (in lieu)", "2047-05-01": "International Labor Day", "2047-05-09": "Visakha Bousa Festival", "2047-06-01": "International Children's Day; National Arbor Day", "2047-07-07": "Begin of Buddhist Lent", "2047-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2047-07-20": "Establishment Day of the Lao Women's Union", "2047-08-13": "Lao National Mass Media and Publishing Day", "2047-08-15": "Lao National Constitution Day", "2047-08-20": "Boun Haw Khao Padapdin", "2047-08-23": "National Uprising Day", "2047-09-04": "Boun Haw Khao Salark", "2047-10-04": "End of Buddhist Lent", "2047-10-05": "Vientiane Boat Racing Festival", "2047-10-07": "Establishment Day of the BOL; National Teacher Day", "2047-10-12": "Indepedence Declaration Day", "2047-11-02": "Boun That Luang Festival", "2047-12-02": "Lao National Day", "2047-12-13": "President Kaysone Phomvihane's Birthday", "2047-12-27": "Lao Year-End Bank Holiday", "2047-12-30": "Lao Year-End Bank Holiday", "2047-12-31": "Lao Year-End Bank Holiday", "2048-01-01": "New Year's Day", "2048-01-20": "Lao People's Armed Force Day", "2048-01-30": "Makha Bousa Festival", "2048-02-01": "Lao Federation of Trade Union's Day", "2048-03-08": "International Women's Rights Day", "2048-03-09": "International Women's Rights Day (in lieu)", "2048-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2048-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2048-04-15": "Lao New Year's Day", "2048-04-16": "Lao New Year's Day", "2048-04-27": "Visakha Bousa Festival", "2048-05-01": "International Labor Day", "2048-06-01": "International Children's Day; National Arbor Day", "2048-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2048-07-20": "Establishment Day of the Lao Women's Union", "2048-07-25": "Begin of Buddhist Lent", "2048-08-13": "Lao National Mass Media and Publishing Day", "2048-08-15": "Lao National Constitution Day", "2048-08-23": "National Uprising Day", "2048-09-07": "Boun Haw Khao Padapdin", "2048-09-22": "Boun Haw Khao Salark", "2048-10-07": "Establishment Day of the BOL; National Teacher Day", "2048-10-12": "Indepedence Declaration Day", "2048-10-22": "End of Buddhist Lent", "2048-10-23": "Vientiane Boat Racing Festival", "2048-11-20": "Boun That Luang Festival", "2048-12-02": "Lao National Day", "2048-12-13": "President Kaysone Phomvihane's Birthday", "2048-12-29": "Lao Year-End Bank Holiday", "2048-12-30": "Lao Year-End Bank Holiday", "2048-12-31": "Lao Year-End Bank Holiday", "2049-01-01": "New Year's Day", "2049-01-20": "Lao People's Armed Force Day", "2049-02-01": "Lao Federation of Trade Union's Day", "2049-02-17": "Makha Bousa Festival", "2049-03-08": "International Women's Rights Day", "2049-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2049-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2049-04-15": "Lao New Year's Day", "2049-04-16": "Lao New Year's Day", "2049-05-01": "International Labor Day", "2049-05-03": "International Labor Day (in lieu)", "2049-05-16": "Visakha Bousa Festival", "2049-06-01": "International Children's Day; National Arbor Day", "2049-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2049-07-14": "Begin of Buddhist Lent", "2049-07-20": "Establishment Day of the Lao Women's Union", "2049-08-13": "Lao National Mass Media and Publishing Day", "2049-08-15": "Lao National Constitution Day", "2049-08-23": "National Uprising Day", "2049-08-27": "Boun Haw Khao Padapdin", "2049-09-11": "Boun Haw Khao Salark", "2049-10-07": "Establishment Day of the BOL; National Teacher Day", "2049-10-11": "End of Buddhist Lent", "2049-10-12": "Indepedence Declaration Day; Vientiane Boat Racing Festival", "2049-11-09": "Boun That Luang Festival", "2049-12-02": "Lao National Day", "2049-12-13": "President Kaysone Phomvihane's Birthday", "2049-12-29": "Lao Year-End Bank Holiday", "2049-12-30": "Lao Year-End Bank Holiday", "2049-12-31": "Lao Year-End Bank Holiday", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (in lieu)", "2050-01-20": "Lao People's Armed Force Day", "2050-02-01": "Lao Federation of Trade Union's Day", "2050-02-06": "Makha Bousa Festival", "2050-03-08": "International Women's Rights Day", "2050-03-22": "Establishment Day of the Lao People's Revolutionary Party", "2050-04-14": "Lao New Year's Day; Lao People's Revolutionary Youth Union Day", "2050-04-15": "Lao New Year's Day", "2050-04-16": "Lao New Year's Day", "2050-04-18": "Lao New Year's Day (in lieu)", "2050-05-01": "International Labor Day", "2050-05-02": "International Labor Day (in lieu)", "2050-05-05": "Visakha Bousa Festival", "2050-06-01": "International Children's Day; National Arbor Day", "2050-07-13": "President Souphanouvong's Birthday; The National Day for Wildlife and Aquatic Animal Conservation", "2050-07-20": "Establishment Day of the Lao Women's Union", "2050-08-02": "Begin of Buddhist Lent", "2050-08-13": "Lao National Mass Media and Publishing Day", "2050-08-15": "Lao National Constitution Day", "2050-08-23": "National Uprising Day", "2050-09-15": "Boun Haw Khao Padapdin", "2050-09-30": "Boun Haw Khao Salark", "2050-10-07": "Establishment Day of the BOL; National Teacher Day", "2050-10-12": "Indepedence Declaration Day", "2050-10-30": "End of Buddhist Lent", "2050-10-31": "Vientiane Boat Racing Festival", "2050-11-28": "Boun That Luang Festival", "2050-12-02": "Lao National Day", "2050-12-13": "President Kaysone Phomvihane's Birthday", "2050-12-28": "Lao Year-End Bank Holiday", "2050-12-29": "Lao Year-End Bank Holiday", "2050-12-30": "Lao Year-End Bank Holiday" } holidays-0.71/snapshots/countries/LC_COMMON.json000066400000000000000000001100501500152103600215410ustar00rootroot00000000000000{ "1979-01-01": "New Year's Day", "1979-01-02": "New Year's Holiday", "1979-02-22": "Independence Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-01": "Emancipation Day", "1979-10-01": "Thanksgiving Day", "1979-12-13": "National Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "New Year's Holiday", "1980-02-22": "Independence Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-01": "Emancipation Day", "1980-10-06": "Thanksgiving Day", "1980-12-13": "National Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "New Year's Holiday", "1981-02-22": "Independence Day", "1981-02-23": "Independence Day (observed)", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-01": "Emancipation Day", "1981-10-05": "Thanksgiving Day", "1981-12-13": "National Day", "1981-12-14": "National Day (observed)", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-01-02": "New Year's Holiday", "1982-02-22": "Independence Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-01": "Emancipation Day", "1982-08-02": "Emancipation Day (observed)", "1982-10-04": "Thanksgiving Day", "1982-12-13": "National Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "New Year's Holiday", "1983-01-03": "New Year's Holiday (observed)", "1983-02-22": "Independence Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-01": "Emancipation Day", "1983-10-03": "Thanksgiving Day", "1983-12-13": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Holiday", "1984-01-03": "New Year's Day (observed)", "1984-02-22": "Independence Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-01": "Emancipation Day", "1984-10-01": "Thanksgiving Day", "1984-12-13": "National Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "New Year's Holiday", "1985-02-22": "Independence Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-01": "Emancipation Day", "1985-10-07": "Thanksgiving Day", "1985-12-13": "National Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "New Year's Holiday", "1986-02-22": "Independence Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-01": "Emancipation Day", "1986-10-06": "Thanksgiving Day", "1986-12-13": "National Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "New Year's Holiday", "1987-02-22": "Independence Day", "1987-02-23": "Independence Day (observed)", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-01": "Emancipation Day", "1987-10-05": "Thanksgiving Day", "1987-12-13": "National Day", "1987-12-14": "National Day (observed)", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-01-02": "New Year's Holiday", "1988-02-22": "Independence Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-01": "Emancipation Day", "1988-10-03": "Thanksgiving Day", "1988-12-13": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Holiday", "1989-01-03": "New Year's Day (observed)", "1989-02-22": "Independence Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-01": "Emancipation Day", "1989-10-02": "Thanksgiving Day", "1989-12-13": "National Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "New Year's Holiday", "1990-02-22": "Independence Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-01": "Emancipation Day", "1990-10-01": "Thanksgiving Day", "1990-12-13": "National Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Holiday", "1991-02-22": "Independence Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-01": "Emancipation Day", "1991-10-07": "Thanksgiving Day", "1991-12-13": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Holiday", "1992-02-22": "Independence Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-01": "Emancipation Day", "1992-10-05": "Thanksgiving Day", "1992-12-13": "National Day", "1992-12-14": "National Day (observed)", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Holiday", "1993-02-22": "Independence Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-01": "Emancipation Day", "1993-08-02": "Emancipation Day (observed)", "1993-10-04": "Thanksgiving Day", "1993-12-13": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Holiday", "1994-01-03": "New Year's Holiday (observed)", "1994-02-22": "Independence Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-01": "Emancipation Day", "1994-10-03": "Thanksgiving Day", "1994-12-13": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Holiday", "1995-01-03": "New Year's Day (observed)", "1995-02-22": "Independence Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-01": "Emancipation Day", "1995-10-02": "Thanksgiving Day", "1995-12-13": "National Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Holiday", "1996-02-22": "Independence Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-01": "Emancipation Day", "1996-10-07": "Thanksgiving Day", "1996-12-13": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Holiday", "1997-02-22": "Independence Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-01": "Emancipation Day", "1997-10-06": "Thanksgiving Day", "1997-12-13": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Holiday", "1998-02-22": "Independence Day", "1998-02-23": "Independence Day (observed)", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-01": "Emancipation Day", "1998-10-05": "Thanksgiving Day", "1998-12-13": "National Day", "1998-12-14": "National Day (observed)", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Holiday", "1999-02-22": "Independence Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-01": "Emancipation Day", "1999-08-02": "Emancipation Day (observed)", "1999-10-04": "Thanksgiving Day", "1999-12-13": "National Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Holiday", "2000-01-03": "New Year's Holiday (observed)", "2000-02-22": "Independence Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-01": "Emancipation Day", "2000-10-02": "Thanksgiving Day", "2000-12-13": "National Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Holiday", "2001-02-22": "Independence Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-01": "Emancipation Day", "2001-10-01": "Thanksgiving Day", "2001-12-13": "National Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Holiday", "2002-02-22": "Independence Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-01": "Emancipation Day", "2002-10-07": "Thanksgiving Day", "2002-12-13": "National Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Holiday", "2003-02-22": "Independence Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-01": "Emancipation Day", "2003-10-06": "Thanksgiving Day", "2003-12-13": "National Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Holiday", "2004-02-22": "Independence Day", "2004-02-23": "Independence Day (observed)", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-01": "Emancipation Day", "2004-08-02": "Emancipation Day (observed)", "2004-10-04": "Thanksgiving Day", "2004-12-13": "National Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Holiday", "2005-01-03": "New Year's Holiday (observed)", "2005-02-22": "Independence Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-01": "Emancipation Day", "2005-10-03": "Thanksgiving Day", "2005-12-13": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Holiday", "2006-01-03": "New Year's Day (observed)", "2006-02-22": "Independence Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-01": "Emancipation Day", "2006-10-02": "Thanksgiving Day", "2006-12-13": "National Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Holiday", "2007-02-22": "Independence Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-01": "Emancipation Day", "2007-10-01": "Thanksgiving Day", "2007-12-13": "National Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Holiday", "2008-02-22": "Independence Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-01": "Emancipation Day", "2008-10-06": "Thanksgiving Day", "2008-12-13": "National Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Holiday", "2009-02-22": "Independence Day", "2009-02-23": "Independence Day (observed)", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-01": "Emancipation Day", "2009-10-05": "Thanksgiving Day", "2009-12-13": "National Day", "2009-12-14": "National Day (observed)", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Holiday", "2010-02-22": "Independence Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-01": "Emancipation Day", "2010-08-02": "Emancipation Day (observed)", "2010-10-04": "Thanksgiving Day", "2010-12-13": "National Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Holiday", "2011-01-03": "New Year's Holiday (observed)", "2011-02-22": "Independence Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-01": "Emancipation Day", "2011-10-03": "Thanksgiving Day", "2011-12-13": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Holiday", "2012-01-03": "New Year's Day (observed)", "2012-02-22": "Independence Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-01": "Emancipation Day", "2012-10-01": "Thanksgiving Day", "2012-12-13": "National Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Holiday", "2013-02-22": "Independence Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-01": "Emancipation Day", "2013-10-07": "Thanksgiving Day", "2013-12-13": "National Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Holiday", "2014-02-22": "Independence Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-01": "Emancipation Day", "2014-10-06": "Thanksgiving Day", "2014-12-13": "National Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Holiday", "2015-02-22": "Independence Day", "2015-02-23": "Independence Day (observed)", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-01": "Emancipation Day", "2015-10-05": "Thanksgiving Day", "2015-12-13": "National Day", "2015-12-14": "National Day (observed)", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Holiday", "2016-02-22": "Independence Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-01": "Emancipation Day", "2016-10-03": "Thanksgiving Day", "2016-12-13": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Holiday", "2017-01-03": "New Year's Day (observed)", "2017-02-22": "Independence Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-01": "Emancipation Day", "2017-10-02": "Thanksgiving Day", "2017-12-13": "National Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Holiday", "2018-02-22": "Independence Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-01": "Emancipation Day", "2018-10-01": "Thanksgiving Day", "2018-12-13": "National Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Holiday", "2019-02-22": "Independence Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-01": "Emancipation Day", "2019-10-07": "Thanksgiving Day", "2019-12-13": "National Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Holiday", "2020-02-22": "Independence Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-01": "Emancipation Day", "2020-10-05": "Thanksgiving Day", "2020-12-13": "National Day", "2020-12-14": "National Day (observed)", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Holiday", "2021-02-22": "Independence Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-01": "Emancipation Day", "2021-08-02": "Emancipation Day (observed)", "2021-10-04": "Thanksgiving Day", "2021-12-13": "National Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Holiday", "2022-01-03": "New Year's Holiday (observed)", "2022-02-22": "Independence Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-01": "Emancipation Day", "2022-10-03": "Thanksgiving Day", "2022-12-13": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Holiday", "2023-01-03": "New Year's Day (observed)", "2023-02-22": "Independence Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-01": "Emancipation Day", "2023-10-02": "Thanksgiving Day", "2023-12-13": "National Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Holiday", "2024-02-22": "Independence Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-01": "Emancipation Day", "2024-10-07": "Thanksgiving Day", "2024-12-13": "National Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Holiday", "2025-02-22": "Independence Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-01": "Emancipation Day", "2025-10-06": "Thanksgiving Day", "2025-12-13": "National Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Holiday", "2026-02-22": "Independence Day", "2026-02-23": "Independence Day (observed)", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-01": "Emancipation Day", "2026-10-05": "Thanksgiving Day", "2026-12-13": "National Day", "2026-12-14": "National Day (observed)", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Holiday", "2027-02-22": "Independence Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-01": "Emancipation Day", "2027-08-02": "Emancipation Day (observed)", "2027-10-04": "Thanksgiving Day", "2027-12-13": "National Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Holiday", "2028-01-03": "New Year's Holiday (observed)", "2028-02-22": "Independence Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-01": "Emancipation Day", "2028-10-02": "Thanksgiving Day", "2028-12-13": "National Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Holiday", "2029-02-22": "Independence Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-01": "Emancipation Day", "2029-10-01": "Thanksgiving Day", "2029-12-13": "National Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Holiday", "2030-02-22": "Independence Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-01": "Emancipation Day", "2030-10-07": "Thanksgiving Day", "2030-12-13": "National Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Holiday", "2031-02-22": "Independence Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-01": "Emancipation Day", "2031-10-06": "Thanksgiving Day", "2031-12-13": "National Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Holiday", "2032-02-22": "Independence Day", "2032-02-23": "Independence Day (observed)", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-01": "Emancipation Day", "2032-08-02": "Emancipation Day (observed)", "2032-10-04": "Thanksgiving Day", "2032-12-13": "National Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "New Year's Holiday", "2033-01-03": "New Year's Holiday (observed)", "2033-02-22": "Independence Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-01": "Emancipation Day", "2033-10-03": "Thanksgiving Day", "2033-12-13": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Holiday", "2034-01-03": "New Year's Day (observed)", "2034-02-22": "Independence Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-01": "Emancipation Day", "2034-10-02": "Thanksgiving Day", "2034-12-13": "National Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Holiday", "2035-02-22": "Independence Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-01": "Emancipation Day", "2035-10-01": "Thanksgiving Day", "2035-12-13": "National Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Holiday", "2036-02-22": "Independence Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-01": "Emancipation Day", "2036-10-06": "Thanksgiving Day", "2036-12-13": "National Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Holiday", "2037-02-22": "Independence Day", "2037-02-23": "Independence Day (observed)", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-01": "Emancipation Day", "2037-10-05": "Thanksgiving Day", "2037-12-13": "National Day", "2037-12-14": "National Day (observed)", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Holiday", "2038-02-22": "Independence Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-01": "Emancipation Day", "2038-08-02": "Emancipation Day (observed)", "2038-10-04": "Thanksgiving Day", "2038-12-13": "National Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Holiday", "2039-01-03": "New Year's Holiday (observed)", "2039-02-22": "Independence Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-01": "Emancipation Day", "2039-10-03": "Thanksgiving Day", "2039-12-13": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Holiday", "2040-01-03": "New Year's Day (observed)", "2040-02-22": "Independence Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-01": "Emancipation Day", "2040-10-01": "Thanksgiving Day", "2040-12-13": "National Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Holiday", "2041-02-22": "Independence Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-01": "Emancipation Day", "2041-10-07": "Thanksgiving Day", "2041-12-13": "National Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Holiday", "2042-02-22": "Independence Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-01": "Emancipation Day", "2042-10-06": "Thanksgiving Day", "2042-12-13": "National Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Holiday", "2043-02-22": "Independence Day", "2043-02-23": "Independence Day (observed)", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-01": "Emancipation Day", "2043-10-05": "Thanksgiving Day", "2043-12-13": "National Day", "2043-12-14": "National Day (observed)", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Holiday", "2044-02-22": "Independence Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-01": "Emancipation Day", "2044-10-03": "Thanksgiving Day", "2044-12-13": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Holiday", "2045-01-03": "New Year's Day (observed)", "2045-02-22": "Independence Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-01": "Emancipation Day", "2045-10-02": "Thanksgiving Day", "2045-12-13": "National Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Holiday", "2046-02-22": "Independence Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-01": "Emancipation Day", "2046-10-01": "Thanksgiving Day", "2046-12-13": "National Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Holiday", "2047-02-22": "Independence Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-01": "Emancipation Day", "2047-10-07": "Thanksgiving Day", "2047-12-13": "National Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Holiday", "2048-02-22": "Independence Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-01": "Emancipation Day", "2048-10-05": "Thanksgiving Day", "2048-12-13": "National Day", "2048-12-14": "National Day (observed)", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Holiday", "2049-02-22": "Independence Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-01": "Emancipation Day", "2049-08-02": "Emancipation Day (observed)", "2049-10-04": "Thanksgiving Day", "2049-12-13": "National Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Holiday", "2050-01-03": "New Year's Holiday (observed)", "2050-02-22": "Independence Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-01": "Emancipation Day", "2050-10-03": "Thanksgiving Day", "2050-12-13": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/LI_COMMON.json000066400000000000000000002330111500152103600215520ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Saint Berchtold's Day", "1950-01-06": "Epiphany", "1950-02-02": "Candlemas", "1950-02-21": "Shrove Tuesday", "1950-03-19": "Saint Joseph's Day", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-28": "Whit Sunday", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "National Day", "1950-09-08": "Nativity of Mary", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-02": "Saint Berchtold's Day", "1951-01-06": "Epiphany", "1951-02-02": "Candlemas", "1951-02-06": "Shrove Tuesday", "1951-03-19": "Saint Joseph's Day", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-13": "Whit Sunday", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "National Day", "1951-09-08": "Nativity of Mary", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-02": "Saint Berchtold's Day", "1952-01-06": "Epiphany", "1952-02-02": "Candlemas", "1952-02-26": "Shrove Tuesday", "1952-03-19": "Saint Joseph's Day", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-01": "Whit Sunday", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "National Day", "1952-09-08": "Nativity of Mary", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-02": "Saint Berchtold's Day", "1953-01-06": "Epiphany", "1953-02-02": "Candlemas", "1953-02-17": "Shrove Tuesday", "1953-03-19": "Saint Joseph's Day", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-24": "Whit Sunday", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "National Day", "1953-09-08": "Nativity of Mary", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-02": "Saint Berchtold's Day", "1954-01-06": "Epiphany", "1954-02-02": "Candlemas", "1954-03-02": "Shrove Tuesday", "1954-03-19": "Saint Joseph's Day", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-06": "Whit Sunday", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "National Day", "1954-09-08": "Nativity of Mary", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-02": "Saint Berchtold's Day", "1955-01-06": "Epiphany", "1955-02-02": "Candlemas", "1955-02-22": "Shrove Tuesday", "1955-03-19": "Saint Joseph's Day", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-29": "Whit Sunday", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "National Day", "1955-09-08": "Nativity of Mary", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-02": "Saint Berchtold's Day", "1956-01-06": "Epiphany", "1956-02-02": "Candlemas", "1956-02-14": "Shrove Tuesday", "1956-03-19": "Saint Joseph's Day", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-20": "Whit Sunday", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "National Day", "1956-09-08": "Nativity of Mary", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-02": "Saint Berchtold's Day", "1957-01-06": "Epiphany", "1957-02-02": "Candlemas", "1957-03-05": "Shrove Tuesday", "1957-03-19": "Saint Joseph's Day", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-09": "Whit Sunday", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "National Day", "1957-09-08": "Nativity of Mary", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-02": "Saint Berchtold's Day", "1958-01-06": "Epiphany", "1958-02-02": "Candlemas", "1958-02-18": "Shrove Tuesday", "1958-03-19": "Saint Joseph's Day", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-25": "Whit Sunday", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "National Day", "1958-09-08": "Nativity of Mary", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-02": "Saint Berchtold's Day", "1959-01-06": "Epiphany", "1959-02-02": "Candlemas", "1959-02-10": "Shrove Tuesday", "1959-03-19": "Saint Joseph's Day", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-17": "Whit Sunday", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "National Day", "1959-09-08": "Nativity of Mary", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-02": "Saint Berchtold's Day", "1960-01-06": "Epiphany", "1960-02-02": "Candlemas", "1960-03-01": "Shrove Tuesday", "1960-03-19": "Saint Joseph's Day", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-05": "Whit Sunday", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "National Day", "1960-09-08": "Nativity of Mary", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-02": "Saint Berchtold's Day", "1961-01-06": "Epiphany", "1961-02-02": "Candlemas", "1961-02-14": "Shrove Tuesday", "1961-03-19": "Saint Joseph's Day", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Whit Sunday", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "National Day", "1961-09-08": "Nativity of Mary", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-02": "Saint Berchtold's Day", "1962-01-06": "Epiphany", "1962-02-02": "Candlemas", "1962-03-06": "Shrove Tuesday", "1962-03-19": "Saint Joseph's Day", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-10": "Whit Sunday", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "National Day", "1962-09-08": "Nativity of Mary", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-02": "Saint Berchtold's Day", "1963-01-06": "Epiphany", "1963-02-02": "Candlemas", "1963-02-26": "Shrove Tuesday", "1963-03-19": "Saint Joseph's Day", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-02": "Whit Sunday", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "National Day", "1963-09-08": "Nativity of Mary", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-02": "Saint Berchtold's Day", "1964-01-06": "Epiphany", "1964-02-02": "Candlemas", "1964-02-11": "Shrove Tuesday", "1964-03-19": "Saint Joseph's Day", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-17": "Whit Sunday", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "National Day", "1964-09-08": "Nativity of Mary", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-02": "Saint Berchtold's Day", "1965-01-06": "Epiphany", "1965-02-02": "Candlemas", "1965-03-02": "Shrove Tuesday", "1965-03-19": "Saint Joseph's Day", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-06": "Whit Sunday", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "National Day", "1965-09-08": "Nativity of Mary", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-02": "Saint Berchtold's Day", "1966-01-06": "Epiphany", "1966-02-02": "Candlemas", "1966-02-22": "Shrove Tuesday", "1966-03-19": "Saint Joseph's Day", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-29": "Whit Sunday", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "National Day", "1966-09-08": "Nativity of Mary", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-02": "Saint Berchtold's Day", "1967-01-06": "Epiphany", "1967-02-02": "Candlemas", "1967-02-07": "Shrove Tuesday", "1967-03-19": "Saint Joseph's Day", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-14": "Whit Sunday", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "National Day", "1967-09-08": "Nativity of Mary", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-02": "Saint Berchtold's Day", "1968-01-06": "Epiphany", "1968-02-02": "Candlemas", "1968-02-27": "Shrove Tuesday", "1968-03-19": "Saint Joseph's Day", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-02": "Whit Sunday", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "National Day", "1968-09-08": "Nativity of Mary", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-02": "Saint Berchtold's Day", "1969-01-06": "Epiphany", "1969-02-02": "Candlemas", "1969-02-18": "Shrove Tuesday", "1969-03-19": "Saint Joseph's Day", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-25": "Whit Sunday", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "National Day", "1969-09-08": "Nativity of Mary", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-02": "Saint Berchtold's Day", "1970-01-06": "Epiphany", "1970-02-02": "Candlemas", "1970-02-10": "Shrove Tuesday", "1970-03-19": "Saint Joseph's Day", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-17": "Whit Sunday", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "National Day", "1970-09-08": "Nativity of Mary", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-02": "Saint Berchtold's Day", "1971-01-06": "Epiphany", "1971-02-02": "Candlemas", "1971-02-23": "Shrove Tuesday", "1971-03-19": "Saint Joseph's Day", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-30": "Whit Sunday", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "National Day", "1971-09-08": "Nativity of Mary", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-02": "Saint Berchtold's Day", "1972-01-06": "Epiphany", "1972-02-02": "Candlemas", "1972-02-15": "Shrove Tuesday", "1972-03-19": "Saint Joseph's Day", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-21": "Whit Sunday", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "National Day", "1972-09-08": "Nativity of Mary", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-02": "Saint Berchtold's Day", "1973-01-06": "Epiphany", "1973-02-02": "Candlemas", "1973-03-06": "Shrove Tuesday", "1973-03-19": "Saint Joseph's Day", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-10": "Whit Sunday", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "National Day", "1973-09-08": "Nativity of Mary", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-02": "Saint Berchtold's Day", "1974-01-06": "Epiphany", "1974-02-02": "Candlemas", "1974-02-26": "Shrove Tuesday", "1974-03-19": "Saint Joseph's Day", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-02": "Whit Sunday", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "National Day", "1974-09-08": "Nativity of Mary", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-02": "Saint Berchtold's Day", "1975-01-06": "Epiphany", "1975-02-02": "Candlemas", "1975-02-11": "Shrove Tuesday", "1975-03-19": "Saint Joseph's Day", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-18": "Whit Sunday", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "National Day", "1975-09-08": "Nativity of Mary", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-02": "Saint Berchtold's Day", "1976-01-06": "Epiphany", "1976-02-02": "Candlemas", "1976-03-02": "Shrove Tuesday", "1976-03-19": "Saint Joseph's Day", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-06": "Whit Sunday", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "National Day", "1976-09-08": "Nativity of Mary", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-02": "Saint Berchtold's Day", "1977-01-06": "Epiphany", "1977-02-02": "Candlemas", "1977-02-22": "Shrove Tuesday", "1977-03-19": "Saint Joseph's Day", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-29": "Whit Sunday", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "National Day", "1977-09-08": "Nativity of Mary", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-02": "Saint Berchtold's Day", "1978-01-06": "Epiphany", "1978-02-02": "Candlemas", "1978-02-07": "Shrove Tuesday", "1978-03-19": "Saint Joseph's Day", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-14": "Whit Sunday", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "National Day", "1978-09-08": "Nativity of Mary", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-02": "Saint Berchtold's Day", "1979-01-06": "Epiphany", "1979-02-02": "Candlemas", "1979-02-27": "Shrove Tuesday", "1979-03-19": "Saint Joseph's Day", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-03": "Whit Sunday", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "National Day", "1979-09-08": "Nativity of Mary", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-02": "Saint Berchtold's Day", "1980-01-06": "Epiphany", "1980-02-02": "Candlemas", "1980-02-19": "Shrove Tuesday", "1980-03-19": "Saint Joseph's Day", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-25": "Whit Sunday", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "National Day", "1980-09-08": "Nativity of Mary", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-02": "Saint Berchtold's Day", "1981-01-06": "Epiphany", "1981-02-02": "Candlemas", "1981-03-03": "Shrove Tuesday", "1981-03-19": "Saint Joseph's Day", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-07": "Whit Sunday", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "National Day", "1981-09-08": "Nativity of Mary", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-02": "Saint Berchtold's Day", "1982-01-06": "Epiphany", "1982-02-02": "Candlemas", "1982-02-23": "Shrove Tuesday", "1982-03-19": "Saint Joseph's Day", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-30": "Whit Sunday", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "National Day", "1982-09-08": "Nativity of Mary", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-02": "Saint Berchtold's Day", "1983-01-06": "Epiphany", "1983-02-02": "Candlemas", "1983-02-15": "Shrove Tuesday", "1983-03-19": "Saint Joseph's Day", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-22": "Whit Sunday", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "National Day", "1983-09-08": "Nativity of Mary", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-02": "Saint Berchtold's Day", "1984-01-06": "Epiphany", "1984-02-02": "Candlemas", "1984-03-06": "Shrove Tuesday", "1984-03-19": "Saint Joseph's Day", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-10": "Whit Sunday", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "National Day", "1984-09-08": "Nativity of Mary", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-02": "Saint Berchtold's Day", "1985-01-06": "Epiphany", "1985-02-02": "Candlemas", "1985-02-19": "Shrove Tuesday", "1985-03-19": "Saint Joseph's Day", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-26": "Whit Sunday", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "National Day", "1985-09-08": "Nativity of Mary", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-02": "Saint Berchtold's Day", "1986-01-06": "Epiphany", "1986-02-02": "Candlemas", "1986-02-11": "Shrove Tuesday", "1986-03-19": "Saint Joseph's Day", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-18": "Whit Sunday", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "National Day", "1986-09-08": "Nativity of Mary", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-02": "Saint Berchtold's Day", "1987-01-06": "Epiphany", "1987-02-02": "Candlemas", "1987-03-03": "Shrove Tuesday", "1987-03-19": "Saint Joseph's Day", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-07": "Whit Sunday", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "National Day", "1987-09-08": "Nativity of Mary", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-02": "Saint Berchtold's Day", "1988-01-06": "Epiphany", "1988-02-02": "Candlemas", "1988-02-16": "Shrove Tuesday", "1988-03-19": "Saint Joseph's Day", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-22": "Whit Sunday", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "National Day", "1988-09-08": "Nativity of Mary", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-02": "Saint Berchtold's Day", "1989-01-06": "Epiphany", "1989-02-02": "Candlemas", "1989-02-07": "Shrove Tuesday", "1989-03-19": "Saint Joseph's Day", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-14": "Whit Sunday", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "National Day", "1989-09-08": "Nativity of Mary", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-02": "Saint Berchtold's Day", "1990-01-06": "Epiphany", "1990-02-02": "Candlemas", "1990-02-27": "Shrove Tuesday", "1990-03-19": "Saint Joseph's Day", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-03": "Whit Sunday", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "National Day", "1990-09-08": "Nativity of Mary", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-02": "Saint Berchtold's Day", "1991-01-06": "Epiphany", "1991-02-02": "Candlemas", "1991-02-12": "Shrove Tuesday", "1991-03-19": "Saint Joseph's Day", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-19": "Whit Sunday", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "National Day", "1991-09-08": "Nativity of Mary", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-02": "Saint Berchtold's Day", "1992-01-06": "Epiphany", "1992-02-02": "Candlemas", "1992-03-03": "Shrove Tuesday", "1992-03-19": "Saint Joseph's Day", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-07": "Whit Sunday", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "National Day", "1992-09-08": "Nativity of Mary", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-02": "Saint Berchtold's Day", "1993-01-06": "Epiphany", "1993-02-02": "Candlemas", "1993-02-23": "Shrove Tuesday", "1993-03-19": "Saint Joseph's Day", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-30": "Whit Sunday", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "National Day", "1993-09-08": "Nativity of Mary", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-02": "Saint Berchtold's Day", "1994-01-06": "Epiphany", "1994-02-02": "Candlemas", "1994-02-15": "Shrove Tuesday", "1994-03-19": "Saint Joseph's Day", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-22": "Whit Sunday", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "National Day", "1994-09-08": "Nativity of Mary", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-02": "Saint Berchtold's Day", "1995-01-06": "Epiphany", "1995-02-02": "Candlemas", "1995-02-28": "Shrove Tuesday", "1995-03-19": "Saint Joseph's Day", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-04": "Whit Sunday", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "National Day", "1995-09-08": "Nativity of Mary", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-02": "Saint Berchtold's Day", "1996-01-06": "Epiphany", "1996-02-02": "Candlemas", "1996-02-20": "Shrove Tuesday", "1996-03-19": "Saint Joseph's Day", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-26": "Whit Sunday", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "National Day", "1996-09-08": "Nativity of Mary", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-02": "Saint Berchtold's Day", "1997-01-06": "Epiphany", "1997-02-02": "Candlemas", "1997-02-11": "Shrove Tuesday", "1997-03-19": "Saint Joseph's Day", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-18": "Whit Sunday", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "National Day", "1997-09-08": "Nativity of Mary", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-02": "Saint Berchtold's Day", "1998-01-06": "Epiphany", "1998-02-02": "Candlemas", "1998-02-24": "Shrove Tuesday", "1998-03-19": "Saint Joseph's Day", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-05-31": "Whit Sunday", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "National Day", "1998-09-08": "Nativity of Mary", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-02": "Saint Berchtold's Day", "1999-01-06": "Epiphany", "1999-02-02": "Candlemas", "1999-02-16": "Shrove Tuesday", "1999-03-19": "Saint Joseph's Day", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-23": "Whit Sunday", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "National Day", "1999-09-08": "Nativity of Mary", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-02": "Saint Berchtold's Day", "2000-01-06": "Epiphany", "2000-02-02": "Candlemas", "2000-03-07": "Shrove Tuesday", "2000-03-19": "Saint Joseph's Day", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-11": "Whit Sunday", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "National Day", "2000-09-08": "Nativity of Mary", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-02": "Saint Berchtold's Day", "2001-01-06": "Epiphany", "2001-02-02": "Candlemas", "2001-02-27": "Shrove Tuesday", "2001-03-19": "Saint Joseph's Day", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-03": "Whit Sunday", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "National Day", "2001-09-08": "Nativity of Mary", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-02": "Saint Berchtold's Day", "2002-01-06": "Epiphany", "2002-02-02": "Candlemas", "2002-02-12": "Shrove Tuesday", "2002-03-19": "Saint Joseph's Day", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-19": "Whit Sunday", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "National Day", "2002-09-08": "Nativity of Mary", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-02": "Saint Berchtold's Day", "2003-01-06": "Epiphany", "2003-02-02": "Candlemas", "2003-03-04": "Shrove Tuesday", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-08": "Whit Sunday", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "National Day", "2003-09-08": "Nativity of Mary", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-02": "Saint Berchtold's Day", "2004-01-06": "Epiphany", "2004-02-02": "Candlemas", "2004-02-24": "Shrove Tuesday", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-30": "Whit Sunday", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "National Day", "2004-09-08": "Nativity of Mary", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-02": "Saint Berchtold's Day", "2005-01-06": "Epiphany", "2005-02-02": "Candlemas", "2005-02-08": "Shrove Tuesday", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-15": "Whit Sunday", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "National Day", "2005-09-08": "Nativity of Mary", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-02": "Saint Berchtold's Day", "2006-01-06": "Epiphany", "2006-02-02": "Candlemas", "2006-02-28": "Shrove Tuesday", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-04": "Whit Sunday", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "National Day", "2006-09-08": "Nativity of Mary", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-02": "Saint Berchtold's Day", "2007-01-06": "Epiphany", "2007-02-02": "Candlemas", "2007-02-20": "Shrove Tuesday", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-27": "Whit Sunday", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "National Day", "2007-09-08": "Nativity of Mary", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-02": "Saint Berchtold's Day", "2008-01-06": "Epiphany", "2008-02-02": "Candlemas", "2008-02-05": "Shrove Tuesday", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-11": "Whit Sunday", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "National Day", "2008-09-08": "Nativity of Mary", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-02": "Saint Berchtold's Day", "2009-01-06": "Epiphany", "2009-02-02": "Candlemas", "2009-02-24": "Shrove Tuesday", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-05-31": "Whit Sunday", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "National Day", "2009-09-08": "Nativity of Mary", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-02": "Saint Berchtold's Day", "2010-01-06": "Epiphany", "2010-02-02": "Candlemas", "2010-02-16": "Shrove Tuesday", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-23": "Whit Sunday", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "National Day", "2010-09-08": "Nativity of Mary", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-02": "Saint Berchtold's Day", "2011-01-06": "Epiphany", "2011-02-02": "Candlemas", "2011-03-08": "Shrove Tuesday", "2011-03-19": "Saint Joseph's Day", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-12": "Whit Sunday", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "National Day", "2011-09-08": "Nativity of Mary", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-02": "Saint Berchtold's Day", "2012-01-06": "Epiphany", "2012-02-02": "Candlemas", "2012-02-21": "Shrove Tuesday", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-27": "Whit Sunday", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "National Day", "2012-09-08": "Nativity of Mary", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-02": "Saint Berchtold's Day", "2013-01-06": "Epiphany", "2013-02-02": "Candlemas", "2013-02-12": "Shrove Tuesday", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-19": "Whit Sunday", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "National Day", "2013-09-08": "Nativity of Mary", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-02": "Saint Berchtold's Day", "2014-01-06": "Epiphany", "2014-02-02": "Candlemas", "2014-03-04": "Shrove Tuesday", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-08": "Whit Sunday", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "National Day", "2014-09-08": "Nativity of Mary", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-02": "Saint Berchtold's Day", "2015-01-06": "Epiphany", "2015-02-02": "Candlemas", "2015-02-17": "Shrove Tuesday", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-24": "Whit Sunday", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "National Day", "2015-09-08": "Nativity of Mary", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-02": "Saint Berchtold's Day", "2016-01-06": "Epiphany", "2016-02-02": "Candlemas", "2016-02-09": "Shrove Tuesday", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-15": "Whit Sunday", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "National Day", "2016-09-08": "Nativity of Mary", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-02": "Saint Berchtold's Day", "2017-01-06": "Epiphany", "2017-02-02": "Candlemas", "2017-02-28": "Shrove Tuesday", "2017-03-19": "Saint Joseph's Day", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-04": "Whit Sunday", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "National Day", "2017-09-08": "Nativity of Mary", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-02": "Saint Berchtold's Day", "2018-01-06": "Epiphany", "2018-02-02": "Candlemas", "2018-02-13": "Shrove Tuesday", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-20": "Whit Sunday", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "National Day", "2018-09-08": "Nativity of Mary", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-02": "Saint Berchtold's Day", "2019-01-06": "Epiphany", "2019-02-02": "Candlemas", "2019-03-05": "Shrove Tuesday", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-09": "Whit Sunday", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "National Day", "2019-09-08": "Nativity of Mary", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-02": "Saint Berchtold's Day", "2020-01-06": "Epiphany", "2020-02-02": "Candlemas", "2020-02-25": "Shrove Tuesday", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-05-31": "Whit Sunday", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "National Day", "2020-09-08": "Nativity of Mary", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-02": "Saint Berchtold's Day", "2021-01-06": "Epiphany", "2021-02-02": "Candlemas", "2021-02-16": "Shrove Tuesday", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-23": "Whit Sunday", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "National Day", "2021-09-08": "Nativity of Mary", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-02": "Saint Berchtold's Day", "2022-01-06": "Epiphany", "2022-02-02": "Candlemas", "2022-03-01": "Shrove Tuesday", "2022-03-19": "Saint Joseph's Day", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-05": "Whit Sunday", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "National Day", "2022-09-08": "Nativity of Mary", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-02": "Saint Berchtold's Day", "2023-01-06": "Epiphany", "2023-02-02": "Candlemas", "2023-02-21": "Shrove Tuesday", "2023-03-19": "Saint Joseph's Day", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-28": "Whit Sunday", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "National Day", "2023-09-08": "Nativity of Mary", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-02": "Saint Berchtold's Day", "2024-01-06": "Epiphany", "2024-02-02": "Candlemas", "2024-02-13": "Shrove Tuesday", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-19": "Whit Sunday", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "National Day", "2024-09-08": "Nativity of Mary", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-02": "Saint Berchtold's Day", "2025-01-06": "Epiphany", "2025-02-02": "Candlemas", "2025-03-04": "Shrove Tuesday", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-08": "Whit Sunday", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "National Day", "2025-09-08": "Nativity of Mary", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-02": "Saint Berchtold's Day", "2026-01-06": "Epiphany", "2026-02-02": "Candlemas", "2026-02-17": "Shrove Tuesday", "2026-03-19": "Saint Joseph's Day", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-24": "Whit Sunday", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "National Day", "2026-09-08": "Nativity of Mary", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-02": "Saint Berchtold's Day", "2027-01-06": "Epiphany", "2027-02-02": "Candlemas", "2027-02-09": "Shrove Tuesday", "2027-03-19": "Saint Joseph's Day", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-16": "Whit Sunday", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "National Day", "2027-09-08": "Nativity of Mary", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-02": "Saint Berchtold's Day", "2028-01-06": "Epiphany", "2028-02-02": "Candlemas", "2028-02-29": "Shrove Tuesday", "2028-03-19": "Saint Joseph's Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-04": "Whit Sunday", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "National Day", "2028-09-08": "Nativity of Mary", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-02": "Saint Berchtold's Day", "2029-01-06": "Epiphany", "2029-02-02": "Candlemas", "2029-02-13": "Shrove Tuesday", "2029-03-19": "Saint Joseph's Day", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-20": "Whit Sunday", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "National Day", "2029-09-08": "Nativity of Mary", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-02": "Saint Berchtold's Day", "2030-01-06": "Epiphany", "2030-02-02": "Candlemas", "2030-03-05": "Shrove Tuesday", "2030-03-19": "Saint Joseph's Day", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-09": "Whit Sunday", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "National Day", "2030-09-08": "Nativity of Mary", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-02": "Saint Berchtold's Day", "2031-01-06": "Epiphany", "2031-02-02": "Candlemas", "2031-02-25": "Shrove Tuesday", "2031-03-19": "Saint Joseph's Day", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-01": "Whit Sunday", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "National Day", "2031-09-08": "Nativity of Mary", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-02": "Saint Berchtold's Day", "2032-01-06": "Epiphany", "2032-02-02": "Candlemas", "2032-02-10": "Shrove Tuesday", "2032-03-19": "Saint Joseph's Day", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-16": "Whit Sunday", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "National Day", "2032-09-08": "Nativity of Mary", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-02": "Saint Berchtold's Day", "2033-01-06": "Epiphany", "2033-02-02": "Candlemas", "2033-03-01": "Shrove Tuesday", "2033-03-19": "Saint Joseph's Day", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-05": "Whit Sunday", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "National Day", "2033-09-08": "Nativity of Mary", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-02": "Saint Berchtold's Day", "2034-01-06": "Epiphany", "2034-02-02": "Candlemas", "2034-02-21": "Shrove Tuesday", "2034-03-19": "Saint Joseph's Day", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-28": "Whit Sunday", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "National Day", "2034-09-08": "Nativity of Mary", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-02": "Saint Berchtold's Day", "2035-01-06": "Epiphany", "2035-02-02": "Candlemas", "2035-02-06": "Shrove Tuesday", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-13": "Whit Sunday", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "National Day", "2035-09-08": "Nativity of Mary", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-02": "Saint Berchtold's Day", "2036-01-06": "Epiphany", "2036-02-02": "Candlemas", "2036-02-26": "Shrove Tuesday", "2036-03-19": "Saint Joseph's Day", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-01": "Whit Sunday", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "National Day", "2036-09-08": "Nativity of Mary", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-02": "Saint Berchtold's Day", "2037-01-06": "Epiphany", "2037-02-02": "Candlemas", "2037-02-17": "Shrove Tuesday", "2037-03-19": "Saint Joseph's Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-24": "Whit Sunday", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "National Day", "2037-09-08": "Nativity of Mary", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-02": "Saint Berchtold's Day", "2038-01-06": "Epiphany", "2038-02-02": "Candlemas", "2038-03-09": "Shrove Tuesday", "2038-03-19": "Saint Joseph's Day", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-13": "Whit Sunday", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "National Day", "2038-09-08": "Nativity of Mary", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-02": "Saint Berchtold's Day", "2039-01-06": "Epiphany", "2039-02-02": "Candlemas", "2039-02-22": "Shrove Tuesday", "2039-03-19": "Saint Joseph's Day", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-29": "Whit Sunday", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "National Day", "2039-09-08": "Nativity of Mary", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-02": "Saint Berchtold's Day", "2040-01-06": "Epiphany", "2040-02-02": "Candlemas", "2040-02-14": "Shrove Tuesday", "2040-03-19": "Saint Joseph's Day", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-20": "Whit Sunday", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "National Day", "2040-09-08": "Nativity of Mary", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-02": "Saint Berchtold's Day", "2041-01-06": "Epiphany", "2041-02-02": "Candlemas", "2041-03-05": "Shrove Tuesday", "2041-03-19": "Saint Joseph's Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-09": "Whit Sunday", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "National Day", "2041-09-08": "Nativity of Mary", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-02": "Saint Berchtold's Day", "2042-01-06": "Epiphany", "2042-02-02": "Candlemas", "2042-02-18": "Shrove Tuesday", "2042-03-19": "Saint Joseph's Day", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-25": "Whit Sunday", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "National Day", "2042-09-08": "Nativity of Mary", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-02": "Saint Berchtold's Day", "2043-01-06": "Epiphany", "2043-02-02": "Candlemas", "2043-02-10": "Shrove Tuesday", "2043-03-19": "Saint Joseph's Day", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-17": "Whit Sunday", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "National Day", "2043-09-08": "Nativity of Mary", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-02": "Saint Berchtold's Day", "2044-01-06": "Epiphany", "2044-02-02": "Candlemas", "2044-03-01": "Shrove Tuesday", "2044-03-19": "Saint Joseph's Day", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-05": "Whit Sunday", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "National Day", "2044-09-08": "Nativity of Mary", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-02": "Saint Berchtold's Day", "2045-01-06": "Epiphany", "2045-02-02": "Candlemas", "2045-02-21": "Shrove Tuesday", "2045-03-19": "Saint Joseph's Day", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-28": "Whit Sunday", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "National Day", "2045-09-08": "Nativity of Mary", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-02": "Saint Berchtold's Day", "2046-01-06": "Epiphany", "2046-02-02": "Candlemas", "2046-02-06": "Shrove Tuesday", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-13": "Whit Sunday", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "National Day", "2046-09-08": "Nativity of Mary", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-02": "Saint Berchtold's Day", "2047-01-06": "Epiphany", "2047-02-02": "Candlemas", "2047-02-26": "Shrove Tuesday", "2047-03-19": "Saint Joseph's Day", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-02": "Whit Sunday", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "National Day", "2047-09-08": "Nativity of Mary", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-02": "Saint Berchtold's Day", "2048-01-06": "Epiphany", "2048-02-02": "Candlemas", "2048-02-18": "Shrove Tuesday", "2048-03-19": "Saint Joseph's Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-24": "Whit Sunday", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "National Day", "2048-09-08": "Nativity of Mary", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-02": "Saint Berchtold's Day", "2049-01-06": "Epiphany", "2049-02-02": "Candlemas", "2049-03-02": "Shrove Tuesday", "2049-03-19": "Saint Joseph's Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-06": "Whit Sunday", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "National Day", "2049-09-08": "Nativity of Mary", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-02": "Saint Berchtold's Day", "2050-01-06": "Epiphany", "2050-02-02": "Candlemas", "2050-02-22": "Shrove Tuesday", "2050-03-19": "Saint Joseph's Day", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-29": "Whit Sunday", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "National Day", "2050-09-08": "Nativity of Mary", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/LK_COMMON.json000066400000000000000000001211031500152103600215520ustar00rootroot00000000000000{ "1972-01-15": "Tamil Thai Pongal Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-04": "Independence Day", "1972-03-31": "Good Friday", "1972-04-13": "Day Before Sinhala and Tamil New Year", "1972-04-14": "Sinhala and Tamil New Year", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "International Workers' Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-25": "Christmas Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Tamil Thai Pongal Day", "1973-02-04": "Independence Day", "1973-04-13": "Day Before Sinhala and Tamil New Year", "1973-04-14": "Sinhala and Tamil New Year", "1973-04-15": "Prophet's Birthday (estimated)", "1973-04-20": "Good Friday", "1973-05-01": "International Workers' Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-12-25": "Christmas Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-15": "Tamil Thai Pongal Day", "1974-02-04": "Independence Day", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-12": "Good Friday", "1974-04-13": "Day Before Sinhala and Tamil New Year", "1974-04-14": "Sinhala and Tamil New Year", "1974-05-01": "International Workers' Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-15": "Tamil Thai Pongal Day", "1975-02-04": "Independence Day", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-04-13": "Day Before Sinhala and Tamil New Year", "1975-04-14": "Sinhala and Tamil New Year", "1975-05-01": "International Workers' Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-15": "Tamil Thai Pongal Day", "1976-02-04": "Independence Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-13": "Day Before Sinhala and Tamil New Year", "1976-04-14": "Sinhala and Tamil New Year", "1976-04-16": "Good Friday", "1976-05-01": "International Workers' Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-15": "Tamil Thai Pongal Day", "1977-02-04": "Independence Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-08": "Good Friday", "1977-04-13": "Day Before Sinhala and Tamil New Year", "1977-04-14": "Sinhala and Tamil New Year", "1977-05-01": "International Workers' Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1978-01-15": "Tamil Thai Pongal Day", "1978-02-04": "Independence Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-24": "Good Friday", "1978-04-13": "Day Before Sinhala and Tamil New Year", "1978-04-14": "Sinhala and Tamil New Year", "1978-05-01": "International Workers' Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-15": "Tamil Thai Pongal Day", "1979-02-04": "Independence Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-13": "Day Before Sinhala and Tamil New Year; Good Friday", "1979-04-14": "Sinhala and Tamil New Year", "1979-05-01": "International Workers' Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-12-25": "Christmas Day", "1980-01-15": "Tamil Thai Pongal Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-02-04": "Independence Day", "1980-04-04": "Good Friday", "1980-04-13": "Day Before Sinhala and Tamil New Year", "1980-04-14": "Sinhala and Tamil New Year", "1980-05-01": "International Workers' Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-12-25": "Christmas Day", "1981-01-15": "Tamil Thai Pongal Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-02-04": "Independence Day", "1981-04-13": "Day Before Sinhala and Tamil New Year", "1981-04-14": "Sinhala and Tamil New Year", "1981-04-17": "Good Friday", "1981-05-01": "International Workers' Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-12-25": "Christmas Day", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-15": "Tamil Thai Pongal Day", "1982-02-04": "Independence Day", "1982-04-09": "Good Friday", "1982-04-13": "Day Before Sinhala and Tamil New Year", "1982-04-14": "Sinhala and Tamil New Year", "1982-05-01": "International Workers' Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-15": "Tamil Thai Pongal Day", "1983-02-04": "Independence Day", "1983-04-01": "Good Friday", "1983-04-13": "Day Before Sinhala and Tamil New Year", "1983-04-14": "Sinhala and Tamil New Year", "1983-05-01": "International Workers' Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas Day", "1984-01-15": "Tamil Thai Pongal Day", "1984-02-04": "Independence Day", "1984-04-13": "Day Before Sinhala and Tamil New Year", "1984-04-14": "Sinhala and Tamil New Year", "1984-04-20": "Good Friday", "1984-05-01": "International Workers' Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-15": "Tamil Thai Pongal Day", "1985-02-04": "Independence Day", "1985-04-05": "Good Friday", "1985-04-13": "Day Before Sinhala and Tamil New Year", "1985-04-14": "Sinhala and Tamil New Year", "1985-05-01": "International Workers' Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Christmas Day", "1986-01-15": "Tamil Thai Pongal Day", "1986-02-04": "Independence Day", "1986-03-28": "Good Friday", "1986-04-13": "Day Before Sinhala and Tamil New Year", "1986-04-14": "Sinhala and Tamil New Year", "1986-05-01": "International Workers' Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-11-14": "Prophet's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-15": "Tamil Thai Pongal Day", "1987-02-04": "Independence Day", "1987-04-13": "Day Before Sinhala and Tamil New Year", "1987-04-14": "Sinhala and Tamil New Year", "1987-04-17": "Good Friday", "1987-05-01": "International Workers' Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-11-03": "Prophet's Birthday (estimated)", "1987-12-25": "Christmas Day", "1988-01-15": "Tamil Thai Pongal Day", "1988-02-04": "Independence Day", "1988-04-01": "Good Friday", "1988-04-13": "Day Before Sinhala and Tamil New Year", "1988-04-14": "Sinhala and Tamil New Year", "1988-05-01": "International Workers' Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-10-22": "Prophet's Birthday (estimated)", "1988-12-25": "Christmas Day", "1989-01-15": "Tamil Thai Pongal Day", "1989-02-04": "Independence Day", "1989-03-24": "Good Friday", "1989-04-13": "Day Before Sinhala and Tamil New Year", "1989-04-14": "Sinhala and Tamil New Year", "1989-05-01": "International Workers' Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-10-11": "Prophet's Birthday (estimated)", "1989-12-25": "Christmas Day", "1990-01-15": "Tamil Thai Pongal Day", "1990-02-04": "Independence Day", "1990-04-13": "Day Before Sinhala and Tamil New Year; Good Friday", "1990-04-14": "Sinhala and Tamil New Year", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "International Workers' Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-10-01": "Prophet's Birthday (estimated)", "1990-12-25": "Christmas Day", "1991-01-15": "Tamil Thai Pongal Day", "1991-02-04": "Independence Day", "1991-03-29": "Good Friday", "1991-04-13": "Day Before Sinhala and Tamil New Year", "1991-04-14": "Sinhala and Tamil New Year", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "International Workers' Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-09-20": "Prophet's Birthday (estimated)", "1991-12-25": "Christmas Day", "1992-01-15": "Tamil Thai Pongal Day", "1992-02-04": "Independence Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-13": "Day Before Sinhala and Tamil New Year", "1992-04-14": "Sinhala and Tamil New Year", "1992-04-17": "Good Friday", "1992-05-01": "International Workers' Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-09-09": "Prophet's Birthday (estimated)", "1992-12-25": "Christmas Day", "1993-01-15": "Tamil Thai Pongal Day", "1993-02-04": "Independence Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-09": "Good Friday", "1993-04-13": "Day Before Sinhala and Tamil New Year", "1993-04-14": "Sinhala and Tamil New Year", "1993-05-01": "International Workers' Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-08-29": "Prophet's Birthday (estimated)", "1993-12-25": "Christmas Day", "1994-01-15": "Tamil Thai Pongal Day", "1994-02-04": "Independence Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-04-01": "Good Friday", "1994-04-13": "Day Before Sinhala and Tamil New Year", "1994-04-14": "Sinhala and Tamil New Year", "1994-05-01": "International Workers' Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-08-19": "Prophet's Birthday (estimated)", "1994-12-25": "Christmas Day", "1995-01-15": "Tamil Thai Pongal Day", "1995-02-04": "Independence Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-13": "Day Before Sinhala and Tamil New Year", "1995-04-14": "Good Friday; Sinhala and Tamil New Year", "1995-05-01": "International Workers' Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-12-25": "Christmas Day", "1996-01-15": "Tamil Thai Pongal Day", "1996-02-04": "Independence Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-04-05": "Good Friday", "1996-04-13": "Day Before Sinhala and Tamil New Year", "1996-04-14": "Sinhala and Tamil New Year", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "International Workers' Day", "1996-07-27": "Prophet's Birthday (estimated)", "1996-12-25": "Christmas Day", "1997-01-15": "Tamil Thai Pongal Day", "1997-02-04": "Independence Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-04-13": "Day Before Sinhala and Tamil New Year", "1997-04-14": "Sinhala and Tamil New Year", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "International Workers' Day", "1997-07-16": "Prophet's Birthday (estimated)", "1997-12-25": "Christmas Day", "1998-01-15": "Tamil Thai Pongal Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-02-04": "Independence Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-13": "Day Before Sinhala and Tamil New Year", "1998-04-14": "Sinhala and Tamil New Year", "1998-05-01": "International Workers' Day", "1998-07-06": "Prophet's Birthday (estimated)", "1998-12-25": "Christmas Day", "1999-01-15": "Tamil Thai Pongal Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-02-04": "Independence Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-13": "Day Before Sinhala and Tamil New Year", "1999-04-14": "Sinhala and Tamil New Year", "1999-05-01": "International Workers' Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-12-25": "Christmas Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-15": "Tamil Thai Pongal Day", "2000-02-04": "Independence Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-13": "Day Before Sinhala and Tamil New Year", "2000-04-14": "Sinhala and Tamil New Year", "2000-04-21": "Good Friday", "2000-05-01": "International Workers' Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-15": "Tamil Thai Pongal Day", "2001-02-04": "Independence Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-04-13": "Day Before Sinhala and Tamil New Year; Good Friday", "2001-04-14": "Sinhala and Tamil New Year", "2001-05-01": "International Workers' Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-15": "Tamil Thai Pongal Day", "2002-02-04": "Independence Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-29": "Good Friday", "2002-04-13": "Day Before Sinhala and Tamil New Year", "2002-04-14": "Sinhala and Tamil New Year", "2002-05-01": "International Workers' Day", "2002-05-24": "Prophet's Birthday (estimated)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-25": "Christmas Day", "2003-01-15": "Tamil Thai Pongal Day", "2003-01-17": "Duruthu Full Moon Poya Day", "2003-02-04": "Independence Day", "2003-02-12": "Eid al-Adha", "2003-02-16": "Nawam Full Moon Poya Day", "2003-03-01": "Maha Sivarathri Day", "2003-03-18": "Medin Full Moon Poya Day", "2003-04-13": "Day Before Sinhala and Tamil New Year", "2003-04-14": "Sinhala and Tamil New Year", "2003-04-16": "Bak Full Moon Poya Day", "2003-04-18": "Good Friday", "2003-05-01": "International Workers' Day", "2003-05-14": "Prophet's Birthday", "2003-05-15": "Vesak Full Moon Poya Day", "2003-05-16": "Day Following Vesak Full Moon Poya Day", "2003-06-14": "Poson Full Moon Poya Day", "2003-07-13": "Esala Full Moon Poya Day", "2003-08-11": "Nikini Full Moon Poya Day", "2003-09-10": "Binara Full Moon Poya Day", "2003-10-09": "Vap Full Moon Poya Day", "2003-10-24": "Deepavali Festival Day", "2003-11-08": "Il Full Moon Poya Day", "2003-11-26": "Eid al-Fitr", "2003-12-08": "Unduvap Full Moon Poya Day", "2003-12-25": "Christmas Day", "2004-01-07": "Duruthu Full Moon Poya Day", "2004-01-15": "Tamil Thai Pongal Day", "2004-02-01": "Eid al-Adha", "2004-02-04": "Independence Day", "2004-02-05": "Nawam Full Moon Poya Day", "2004-02-18": "Maha Sivarathri Day", "2004-03-06": "Medin Full Moon Poya Day", "2004-04-05": "Bak Full Moon Poya Day", "2004-04-09": "Good Friday", "2004-04-12": "Day Before Sinhala and Tamil New Year", "2004-04-13": "Sinhala and Tamil New Year", "2004-05-01": "International Workers' Day", "2004-05-02": "Prophet's Birthday", "2004-05-04": "Vesak Full Moon Poya Day", "2004-05-05": "Day Following Vesak Full Moon Poya Day", "2004-06-02": "Poson Full Moon Poya Day", "2004-07-02": "Esala Full Moon Poya Day", "2004-07-31": "Adhi Esala Full Moon Poya Day", "2004-08-29": "Nikini Full Moon Poya Day", "2004-09-28": "Binara Full Moon Poya Day", "2004-10-27": "Vap Full Moon Poya Day", "2004-11-11": "Deepavali Festival Day", "2004-11-14": "Eid al-Fitr", "2004-11-26": "Il Full Moon Poya Day", "2004-12-25": "Christmas Day", "2004-12-26": "Unduvap Full Moon Poya Day", "2005-01-14": "Tamil Thai Pongal Day", "2005-01-21": "Eid al-Adha", "2005-01-24": "Duruthu Full Moon Poya Day", "2005-02-04": "Independence Day", "2005-02-23": "Nawam Full Moon Poya Day", "2005-03-08": "Maha Sivarathri Day", "2005-03-25": "Good Friday; Medin Full Moon Poya Day", "2005-04-13": "Day Before Sinhala and Tamil New Year", "2005-04-14": "Sinhala and Tamil New Year", "2005-04-22": "Prophet's Birthday", "2005-04-23": "Bak Full Moon Poya Day", "2005-05-01": "International Workers' Day", "2005-05-02": "Special Bank Holiday", "2005-05-23": "Vesak Full Moon Poya Day", "2005-05-24": "Day Following Vesak Full Moon Poya Day", "2005-06-21": "Poson Full Moon Poya Day", "2005-07-21": "Esala Full Moon Poya Day", "2005-08-19": "Nikini Full Moon Poya Day", "2005-09-17": "Binara Full Moon Poya Day", "2005-10-17": "Vap Full Moon Poya Day", "2005-11-01": "Deepavali Festival Day", "2005-11-04": "Eid al-Fitr", "2005-11-15": "Il Full Moon Poya Day", "2005-12-15": "Unduvap Full Moon Poya Day", "2005-12-25": "Christmas Day", "2005-12-26": "Special Bank Holiday", "2006-01-11": "Eid al-Adha", "2006-01-13": "Duruthu Full Moon Poya Day", "2006-01-14": "Tamil Thai Pongal Day", "2006-02-04": "Independence Day", "2006-02-12": "Nawam Full Moon Poya Day", "2006-02-26": "Maha Sivarathri Day", "2006-03-14": "Medin Full Moon Poya Day", "2006-04-11": "Prophet's Birthday", "2006-04-13": "Bak Full Moon Poya Day; Day Before Sinhala and Tamil New Year", "2006-04-14": "Good Friday; Sinhala and Tamil New Year", "2006-05-01": "International Workers' Day", "2006-05-12": "Vesak Full Moon Poya Day", "2006-05-13": "Day Following Vesak Full Moon Poya Day", "2006-06-11": "Poson Full Moon Poya Day", "2006-07-10": "Esala Full Moon Poya Day", "2006-08-09": "Nikini Full Moon Poya Day", "2006-09-07": "Binara Full Moon Poya Day", "2006-10-06": "Vap Full Moon Poya Day", "2006-10-21": "Deepavali Festival Day", "2006-10-24": "Eid al-Fitr", "2006-11-05": "Il Full Moon Poya Day", "2006-12-04": "Unduvap Full Moon Poya Day", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-03": "Duruthu Full Moon Poya Day", "2007-01-15": "Tamil Thai Pongal Day", "2007-02-01": "Nawam Full Moon Poya Day", "2007-02-04": "Independence Day", "2007-02-05": "Special Bank Holiday", "2007-02-16": "Maha Sivarathri Day", "2007-03-03": "Medin Full Moon Poya Day", "2007-04-01": "Prophet's Birthday", "2007-04-02": "Bak Full Moon Poya Day", "2007-04-03": "Special Bank Holiday", "2007-04-06": "Good Friday", "2007-04-13": "Day Before Sinhala and Tamil New Year", "2007-04-14": "Sinhala and Tamil New Year", "2007-05-01": "International Workers' Day; Vesak Full Moon Poya Day", "2007-05-02": "Day Following Vesak Full Moon Poya Day", "2007-05-31": "Adhi Poson Full Moon Poya Day", "2007-06-30": "Poson Full Moon Poya Day", "2007-07-29": "Esala Full Moon Poya Day", "2007-08-28": "Nikini Full Moon Poya Day", "2007-09-26": "Binara Full Moon Poya Day", "2007-10-13": "Eid al-Fitr", "2007-10-25": "Vap Full Moon Poya Day", "2007-11-08": "Deepavali Festival Day", "2007-11-24": "Il Full Moon Poya Day", "2007-12-21": "Eid al-Adha", "2007-12-23": "Unduvap Full Moon Poya Day", "2007-12-25": "Christmas Day", "2008-01-15": "Tamil Thai Pongal Day", "2008-01-22": "Duruthu Full Moon Poya Day", "2008-02-04": "Independence Day", "2008-02-20": "Nawam Full Moon Poya Day", "2008-03-06": "Maha Sivarathri Day", "2008-03-20": "Prophet's Birthday", "2008-03-21": "Good Friday; Medin Full Moon Poya Day", "2008-04-12": "Day Before Sinhala and Tamil New Year", "2008-04-13": "Sinhala and Tamil New Year", "2008-04-18": "Special Bank Holiday", "2008-04-19": "Bak Full Moon Poya Day", "2008-05-01": "International Workers' Day", "2008-05-19": "Vesak Full Moon Poya Day", "2008-05-20": "Day Following Vesak Full Moon Poya Day", "2008-06-18": "Poson Full Moon Poya Day", "2008-07-17": "Esala Full Moon Poya Day", "2008-08-16": "Nikini Full Moon Poya Day", "2008-09-14": "Binara Full Moon Poya Day", "2008-10-01": "Eid al-Fitr", "2008-10-14": "Vap Full Moon Poya Day", "2008-10-27": "Deepavali Festival Day", "2008-11-12": "Il Full Moon Poya Day", "2008-12-09": "Eid al-Adha", "2008-12-12": "Unduvap Full Moon Poya Day", "2008-12-25": "Christmas Day", "2009-01-10": "Duruthu Full Moon Poya Day", "2009-01-14": "Tamil Thai Pongal Day", "2009-02-04": "Independence Day", "2009-02-09": "Nawam Full Moon Poya Day", "2009-02-23": "Maha Sivarathri Day", "2009-03-10": "Medin Full Moon Poya Day; Prophet's Birthday", "2009-04-09": "Bak Full Moon Poya Day", "2009-04-10": "Good Friday", "2009-04-13": "Day Before Sinhala and Tamil New Year", "2009-04-14": "Sinhala and Tamil New Year", "2009-05-01": "International Workers' Day", "2009-05-08": "Vesak Full Moon Poya Day", "2009-05-09": "Day Following Vesak Full Moon Poya Day", "2009-06-07": "Poson Full Moon Poya Day", "2009-07-06": "Esala Full Moon Poya Day", "2009-08-05": "Nikini Full Moon Poya Day", "2009-09-04": "Binara Full Moon Poya Day", "2009-09-21": "Eid al-Fitr", "2009-10-03": "Vap Full Moon Poya Day", "2009-10-17": "Deepavali Festival Day", "2009-11-02": "Il Full Moon Poya Day", "2009-11-28": "Eid al-Adha", "2009-12-01": "Unduvap Full Moon Poya Day", "2009-12-25": "Christmas Day", "2009-12-31": "Duruthu Full Moon Poya Day", "2010-01-14": "Tamil Thai Pongal Day", "2010-01-29": "Nawam Full Moon Poya Day", "2010-02-04": "Independence Day", "2010-02-27": "Prophet's Birthday", "2010-02-28": "Medin Full Moon Poya Day", "2010-03-13": "Maha Sivarathri Day", "2010-03-29": "Bak Full Moon Poya Day", "2010-04-02": "Good Friday", "2010-04-13": "Day Before Sinhala and Tamil New Year", "2010-04-14": "Sinhala and Tamil New Year", "2010-04-28": "Adhi Vesak Full Mon Poya Day", "2010-05-01": "International Workers' Day", "2010-05-27": "Vesak Full Moon Poya Day", "2010-05-28": "Day Following Vesak Full Moon Poya Day", "2010-06-25": "Poson Full Moon Poya Day", "2010-07-25": "Esala Full Moon Poya Day", "2010-08-24": "Nikini Full Moon Poya Day", "2010-09-10": "Eid al-Fitr", "2010-09-22": "Binara Full Moon Poya Day", "2010-10-22": "Vap Full Moon Poya Day", "2010-11-05": "Deepavali Festival Day", "2010-11-17": "Eid al-Adha", "2010-11-21": "Il Full Moon Poya Day", "2010-12-20": "Unduvap Full Moon Poya Day", "2010-12-25": "Christmas Day", "2011-01-15": "Tamil Thai Pongal Day", "2011-01-19": "Duruthu Full Moon Poya Day", "2011-02-04": "Independence Day", "2011-02-16": "Prophet's Birthday", "2011-02-17": "Nawam Full Moon Poya Day", "2011-03-02": "Maha Sivarathri Day", "2011-03-19": "Medin Full Moon Poya Day", "2011-04-13": "Day Before Sinhala and Tamil New Year", "2011-04-14": "Sinhala and Tamil New Year", "2011-04-17": "Bak Full Moon Poya Day", "2011-04-22": "Good Friday", "2011-05-01": "International Workers' Day", "2011-05-02": "Special Bank Holiday", "2011-05-17": "Vesak Full Moon Poya Day", "2011-05-18": "Day Following Vesak Full Moon Poya Day", "2011-06-15": "Poson Full Moon Poya Day", "2011-07-14": "Esala Full Moon Poya Day", "2011-08-13": "Nikini Full Moon Poya Day", "2011-08-31": "Eid al-Fitr", "2011-09-11": "Binara Full Moon Poya Day", "2011-10-11": "Vap Full Moon Poya Day", "2011-10-26": "Deepavali Festival Day", "2011-11-07": "Eid al-Adha", "2011-11-10": "Il Full Moon Poya Day", "2011-12-10": "Unduvap Full Moon Poya Day", "2011-12-25": "Christmas Day", "2011-12-26": "Special Bank Holiday", "2012-01-08": "Duruthu Full Moon Poya Day", "2012-01-15": "Tamil Thai Pongal Day", "2012-01-16": "Special Bank Holiday", "2012-02-04": "Independence Day", "2012-02-05": "Prophet's Birthday", "2012-02-07": "Nawam Full Moon Poya Day", "2012-02-10": "Special Bank Holiday", "2012-02-20": "Maha Sivarathri Day", "2012-03-07": "Medin Full Moon Poya Day", "2012-04-06": "Bak Full Moon Poya Day; Good Friday", "2012-04-12": "Day Before Sinhala and Tamil New Year", "2012-04-13": "Sinhala and Tamil New Year", "2012-05-01": "International Workers' Day", "2012-05-05": "Vesak Full Moon Poya Day", "2012-05-06": "Day Following Vesak Full Moon Poya Day", "2012-05-07": "Special Bank Holiday; Special Public Holiday", "2012-06-04": "Poson Full Moon Poya Day", "2012-07-03": "Esala Full Moon Poya Day", "2012-08-01": "Nikini Full Moon Poya Day", "2012-08-19": "Eid al-Fitr", "2012-08-31": "Adhi Binara Full Moon Poya Day", "2012-09-29": "Binara Full Moon Poya Day", "2012-10-27": "Eid al-Adha", "2012-10-29": "Vap Full Moon Poya Day", "2012-11-13": "Deepavali Festival Day", "2012-11-27": "Il Full Moon Poya Day", "2012-12-25": "Christmas Day", "2012-12-27": "Unduvap Full Moon Poya Day", "2013-01-14": "Tamil Thai Pongal Day", "2013-01-25": "Prophet's Birthday", "2013-01-26": "Duruthu Full Moon Poya Day", "2013-02-04": "Independence Day", "2013-02-25": "Nawam Full Moon Poya Day", "2013-03-10": "Maha Sivarathri Day", "2013-03-26": "Medin Full Moon Poya Day", "2013-03-29": "Good Friday", "2013-04-13": "Day Before Sinhala and Tamil New Year", "2013-04-14": "Sinhala and Tamil New Year", "2013-04-15": "Special Bank Holiday; Special Public Holiday", "2013-04-25": "Bak Full Moon Poya Day", "2013-05-01": "International Workers' Day", "2013-05-24": "Vesak Full Moon Poya Day", "2013-05-25": "Day Following Vesak Full Moon Poya Day", "2013-06-23": "Poson Full Moon Poya Day", "2013-07-22": "Esala Full Moon Poya Day", "2013-08-09": "Eid al-Fitr", "2013-08-20": "Nikini Full Moon Poya Day", "2013-09-19": "Binara Full Moon Poya Day", "2013-10-16": "Eid al-Adha", "2013-10-18": "Vap Full Moon Poya Day", "2013-11-02": "Deepavali Festival Day", "2013-11-17": "Il Full Moon Poya Day", "2013-12-16": "Unduvap Full Moon Poya Day", "2013-12-25": "Christmas Day", "2014-01-14": "Prophet's Birthday; Tamil Thai Pongal Day", "2014-01-15": "Duruthu Full Moon Poya Day", "2014-02-04": "Independence Day", "2014-02-14": "Nawam Full Moon Poya Day", "2014-02-27": "Maha Sivarathri Day", "2014-03-16": "Medin Full Moon Poya Day", "2014-04-13": "Day Before Sinhala and Tamil New Year", "2014-04-14": "Bak Full Moon Poya Day; Sinhala and Tamil New Year", "2014-04-15": "Special Bank Holiday", "2014-04-18": "Good Friday", "2014-05-01": "International Workers' Day", "2014-05-14": "Vesak Full Moon Poya Day", "2014-05-15": "Day Following Vesak Full Moon Poya Day", "2014-06-12": "Poson Full Moon Poya Day", "2014-07-12": "Esala Full Moon Poya Day", "2014-07-29": "Eid al-Fitr", "2014-08-10": "Nikini Full Moon Poya Day", "2014-09-08": "Binara Full Moon Poya Day", "2014-10-05": "Eid al-Adha", "2014-10-08": "Vap Full Moon Poya Day", "2014-10-22": "Deepavali Festival Day", "2014-11-06": "Il Full Moon Poya Day", "2014-12-06": "Unduvap Full Moon Poya Day", "2014-12-25": "Christmas Day", "2015-01-04": "Duruthu Full Moon Poya Day; Prophet's Birthday", "2015-01-05": "Special Bank Holiday", "2015-01-15": "Tamil Thai Pongal Day", "2015-02-03": "Nawam Full Moon Poya Day", "2015-02-04": "Independence Day", "2015-02-17": "Maha Sivarathri Day", "2015-03-05": "Medin Full Moon Poya Day", "2015-04-03": "Bak Full Moon Poya Day; Good Friday", "2015-04-13": "Day Before Sinhala and Tamil New Year", "2015-04-14": "Sinhala and Tamil New Year", "2015-05-01": "International Workers' Day", "2015-05-03": "Vesak Full Moon Poya Day", "2015-05-04": "Day Following Vesak Full Moon Poya Day", "2015-06-02": "Poson Full Moon Poya Day", "2015-07-01": "Adhi Esala Full Moon Poya Day", "2015-07-18": "Eid al-Fitr", "2015-07-31": "Esala Full Moon Poya Day", "2015-08-29": "Nikini Full Moon Poya Day", "2015-09-24": "Eid al-Adha", "2015-09-27": "Binara Full Moon Poya Day", "2015-10-27": "Vap Full Moon Poya Day", "2015-11-10": "Deepavali Festival Day", "2015-11-25": "Il Full Moon Poya Day", "2015-12-24": "Unduvap Full Moon Poya Day", "2015-12-25": "Christmas Day", "2016-01-15": "Tamil Thai Pongal Day", "2016-01-23": "Duruthu Full Moon Poya Day", "2016-02-04": "Independence Day", "2016-02-22": "Nawam Full Moon Poya Day", "2016-03-07": "Maha Sivarathri Day", "2016-03-22": "Medin Full Moon Poya Day", "2016-03-25": "Good Friday", "2016-04-13": "Day Before Sinhala and Tamil New Year", "2016-04-14": "Sinhala and Tamil New Year", "2016-04-15": "Special Public Holiday", "2016-04-21": "Bak Full Moon Poya Day", "2016-05-01": "International Workers' Day", "2016-05-02": "Special Bank Holiday", "2016-05-21": "Vesak Full Moon Poya Day", "2016-05-22": "Day Following Vesak Full Moon Poya Day", "2016-05-23": "Special Bank Holiday", "2016-06-19": "Poson Full Moon Poya Day", "2016-07-06": "Eid al-Fitr", "2016-07-19": "Esala Full Moon Poya Day", "2016-08-17": "Nikini Full Moon Poya Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Binara Full Moon Poya Day", "2016-10-15": "Vap Full Moon Poya Day", "2016-10-29": "Deepavali Festival Day", "2016-11-14": "Il Full Moon Poya Day", "2016-12-12": "Prophet's Birthday", "2016-12-13": "Unduvap Full Moon Poya Day", "2016-12-25": "Christmas Day", "2016-12-26": "Special Bank Holiday", "2017-01-12": "Duruthu Full Moon Poya Day", "2017-01-14": "Tamil Thai Pongal Day", "2017-02-04": "Independence Day", "2017-02-10": "Nawam Full Moon Poya Day", "2017-02-24": "Maha Sivarathri Day", "2017-03-12": "Medin Full Moon Poya Day", "2017-04-10": "Bak Full Moon Poya Day", "2017-04-13": "Day Before Sinhala and Tamil New Year", "2017-04-14": "Good Friday; Sinhala and Tamil New Year", "2017-05-01": "International Workers' Day", "2017-05-10": "Vesak Full Moon Poya Day", "2017-05-11": "Day Following Vesak Full Moon Poya Day", "2017-06-08": "Poson Full Moon Poya Day", "2017-06-26": "Eid al-Fitr", "2017-07-08": "Esala Full Moon Poya Day", "2017-08-07": "Nikini Full Moon Poya Day", "2017-09-01": "Eid al-Adha", "2017-09-05": "Binara Full Moon Poya Day", "2017-10-05": "Vap Full Moon Poya Day", "2017-10-18": "Deepavali Festival Day", "2017-11-03": "Il Full Moon Poya Day", "2017-12-01": "Prophet's Birthday", "2017-12-03": "Unduvap Full Moon Poya Day", "2017-12-25": "Christmas Day", "2018-01-01": "Duruthu Full Moon Poya Day", "2018-01-14": "Tamil Thai Pongal Day", "2018-01-15": "Special Bank Holiday", "2018-01-31": "Nawam Full Moon Poya Day", "2018-02-04": "Independence Day", "2018-02-05": "Special Bank Holiday", "2018-02-13": "Maha Sivarathri Day", "2018-03-01": "Medin Full Moon Poya Day", "2018-03-30": "Good Friday", "2018-03-31": "Bak Full Moon Poya Day", "2018-04-13": "Day Before Sinhala and Tamil New Year", "2018-04-14": "Sinhala and Tamil New Year", "2018-04-29": "Vesak Full Moon Poya Day", "2018-04-30": "Day Following Vesak Full Moon Poya Day", "2018-05-01": "International Workers' Day", "2018-05-29": "Adhi Poson Full Moon Poya Day", "2018-06-15": "Eid al-Fitr", "2018-06-27": "Poson Full Moon Poya Day", "2018-07-27": "Esala Full Moon Poya Day", "2018-08-22": "Eid al-Adha", "2018-08-25": "Nikini Full Moon Poya Day", "2018-09-24": "Binara Full Moon Poya Day", "2018-10-24": "Vap Full Moon Poya Day", "2018-11-06": "Deepavali Festival Day", "2018-11-20": "Prophet's Birthday", "2018-11-22": "Il Full Moon Poya Day", "2018-12-22": "Unduvap Full Moon Poya Day", "2018-12-25": "Christmas Day", "2019-01-15": "Tamil Thai Pongal Day", "2019-01-20": "Duruthu Full Moon Poya Day", "2019-02-04": "Independence Day", "2019-02-19": "Nawam Full Moon Poya Day", "2019-03-04": "Maha Sivarathri Day", "2019-03-20": "Medin Full Moon Poya Day", "2019-04-13": "Day Before Sinhala and Tamil New Year", "2019-04-14": "Sinhala and Tamil New Year", "2019-04-15": "Special Bank Holiday", "2019-04-19": "Bak Full Moon Poya Day; Good Friday", "2019-05-01": "International Workers' Day", "2019-05-18": "Vesak Full Moon Poya Day", "2019-05-19": "Day Following Vesak Full Moon Poya Day", "2019-05-20": "Special Public Holiday", "2019-06-05": "Eid al-Fitr", "2019-06-16": "Poson Full Moon Poya Day", "2019-07-16": "Esala Full Moon Poya Day", "2019-08-12": "Eid al-Adha", "2019-08-14": "Nikini Full Moon Poya Day", "2019-09-13": "Binara Full Moon Poya Day", "2019-10-13": "Vap Full Moon Poya Day", "2019-10-27": "Deepavali Festival Day", "2019-11-10": "Prophet's Birthday", "2019-11-11": "Special Bank Holiday", "2019-11-12": "Il Full Moon Poya Day", "2019-12-11": "Unduvap Full Moon Poya Day", "2019-12-25": "Christmas Day", "2020-01-10": "Duruthu Full Moon Poya Day", "2020-01-15": "Tamil Thai Pongal Day", "2020-02-04": "Independence Day", "2020-02-08": "Nawam Full Moon Poya Day", "2020-02-21": "Maha Sivarathri Day", "2020-03-09": "Medin Full Moon Poya Day", "2020-03-16": "Special Public Holiday", "2020-03-17": "Special Public Holiday", "2020-03-18": "Special Public Holiday", "2020-03-19": "Special Public Holiday", "2020-04-07": "Bak Full Moon Poya Day", "2020-04-10": "Good Friday", "2020-04-12": "Day Before Sinhala and Tamil New Year", "2020-04-13": "Sinhala and Tamil New Year", "2020-04-14": "Special Bank Holiday", "2020-05-01": "International Workers' Day", "2020-05-07": "Vesak Full Moon Poya Day", "2020-05-08": "Day Following Vesak Full Moon Poya Day", "2020-05-25": "Eid al-Fitr", "2020-06-04": "Public Sector Holiday", "2020-06-05": "Poson Full Moon Poya Day", "2020-07-04": "Esala Full Moon Poya Day", "2020-08-01": "Eid al-Adha", "2020-08-03": "Nikini Full Moon Poya Day", "2020-09-01": "Binara Full Moon Poya Day", "2020-10-01": "Adhi Vap Full Moon Poya Day", "2020-10-30": "Prophet's Birthday; Vap Full Moon Poya Day", "2020-11-14": "Deepavali Festival Day", "2020-11-29": "Il Full Moon Poya Day", "2020-12-25": "Christmas Day", "2020-12-29": "Unduvap Full Moon Poya Day", "2021-01-14": "Tamil Thai Pongal Day", "2021-01-28": "Duruthu Full Moon Poya Day", "2021-02-04": "Independence Day", "2021-02-26": "Nawam Full Moon Poya Day", "2021-03-11": "Maha Sivarathri Day", "2021-03-28": "Medin Full Moon Poya Day", "2021-04-02": "Good Friday", "2021-04-13": "Day Before Sinhala and Tamil New Year", "2021-04-14": "Sinhala and Tamil New Year", "2021-04-26": "Bak Full Moon Poya Day", "2021-04-30": "Half-Day Special Bank Holiday", "2021-05-01": "International Workers' Day", "2021-05-14": "Eid al-Fitr", "2021-05-26": "Vesak Full Moon Poya Day", "2021-05-27": "Day Following Vesak Full Moon Poya Day", "2021-06-24": "Poson Full Moon Poya Day", "2021-07-21": "Eid al-Adha", "2021-07-23": "Esala Full Moon Poya Day", "2021-08-22": "Nikini Full Moon Poya Day", "2021-09-20": "Binara Full Moon Poya Day", "2021-10-19": "Prophet's Birthday", "2021-10-20": "Vap Full Moon Poya Day", "2021-11-04": "Deepavali Festival Day", "2021-11-18": "Il Full Moon Poya Day", "2021-12-18": "Unduvap Full Moon Poya Day", "2021-12-24": "Half-Day Special Bank Holiday", "2021-12-25": "Christmas Day", "2022-01-14": "Tamil Thai Pongal Day", "2022-01-17": "Duruthu Full Moon Poya Day", "2022-02-04": "Independence Day", "2022-02-16": "Nawam Full Moon Poya Day", "2022-03-01": "Maha Sivarathri Day", "2022-03-17": "Medin Full Moon Poya Day", "2022-04-11": "Special Public Holiday", "2022-04-12": "Special Public Holiday", "2022-04-13": "Day Before Sinhala and Tamil New Year", "2022-04-14": "Sinhala and Tamil New Year", "2022-04-15": "Good Friday", "2022-04-16": "Bak Full Moon Poya Day", "2022-05-01": "International Workers' Day", "2022-05-02": "Special Public Holiday", "2022-05-03": "Eid al-Fitr", "2022-05-15": "Vesak Full Moon Poya Day", "2022-05-16": "Day Following Vesak Full Moon Poya Day", "2022-06-13": "Public Sector Holiday", "2022-06-14": "Poson Full Moon Poya Day", "2022-06-17": "Public Sector Holiday", "2022-06-24": "Public Sector Holiday", "2022-07-01": "Public Sector Holiday", "2022-07-08": "Public Sector Holiday", "2022-07-10": "Eid al-Adha", "2022-07-13": "Esala Full Moon Poya Day", "2022-07-15": "Public Sector Holiday", "2022-07-22": "Public Sector Holiday", "2022-07-29": "Public Sector Holiday", "2022-08-11": "Nikini Full Moon Poya Day", "2022-09-10": "Binara Full Moon Poya Day", "2022-10-09": "Prophet's Birthday; Vap Full Moon Poya Day", "2022-10-10": "Special Bank Holiday", "2022-10-24": "Deepavali Festival Day", "2022-11-07": "Il Full Moon Poya Day", "2022-12-07": "Unduvap Full Moon Poya Day", "2022-12-25": "Christmas Day", "2022-12-26": "Special Bank Holiday", "2023-01-06": "Duruthu Full Moon Poya Day", "2023-01-15": "Tamil Thai Pongal Day", "2023-01-16": "Special Bank Holiday", "2023-02-04": "Independence Day", "2023-02-05": "Nawam Full Moon Poya Day", "2023-02-18": "Maha Sivarathri Day", "2023-03-06": "Medin Full Moon Poya Day", "2023-04-05": "Bak Full Moon Poya Day", "2023-04-07": "Good Friday", "2023-04-13": "Day Before Sinhala and Tamil New Year", "2023-04-14": "Sinhala and Tamil New Year", "2023-04-22": "Eid al-Fitr", "2023-05-01": "International Workers' Day", "2023-05-05": "Vesak Full Moon Poya Day", "2023-05-06": "Day Following Vesak Full Moon Poya Day", "2023-06-03": "Poson Full Moon Poya Day", "2023-06-29": "Eid al-Adha", "2023-07-03": "Adhi Esala Full Moon Poya Day", "2023-08-01": "Esala Full Moon Poya Day", "2023-08-30": "Nikini Full Moon Poya Day", "2023-09-28": "Prophet's Birthday", "2023-09-29": "Binara Full Moon Poya Day", "2023-10-28": "Vap Full Moon Poya Day", "2023-11-12": "Deepavali Festival Day", "2023-11-26": "Il Full Moon Poya Day", "2023-12-25": "Christmas Day", "2023-12-26": "Unduvap Full Moon Poya Day", "2024-01-15": "Tamil Thai Pongal Day", "2024-01-25": "Duruthu Full Moon Poya Day", "2024-02-04": "Independence Day", "2024-02-23": "Nawam Full Moon Poya Day", "2024-03-08": "Maha Sivarathri Day", "2024-03-24": "Medin Full Moon Poya Day", "2024-03-29": "Good Friday", "2024-04-11": "Eid al-Fitr", "2024-04-12": "Day Before Sinhala and Tamil New Year", "2024-04-13": "Sinhala and Tamil New Year", "2024-04-15": "Special Public Holiday", "2024-04-23": "Bak Full Moon Poya Day", "2024-05-01": "International Workers' Day", "2024-05-23": "Vesak Full Moon Poya Day", "2024-05-24": "Day Following Vesak Full Moon Poya Day", "2024-06-17": "Eid al-Adha", "2024-06-21": "Poson Full Moon Poya Day", "2024-07-20": "Esala Full Moon Poya Day", "2024-08-19": "Nikini Full Moon Poya Day", "2024-09-16": "Prophet's Birthday", "2024-09-17": "Binara Full Moon Poya Day", "2024-09-29": "Special Public Holiday", "2024-10-17": "Vap Full Moon Poya Day", "2024-10-31": "Deepavali Festival Day", "2024-11-15": "Il Full Moon Poya Day", "2024-12-14": "Unduvap Full Moon Poya Day", "2024-12-25": "Christmas Day", "2025-01-13": "Duruthu Full Moon Poya Day", "2025-01-14": "Tamil Thai Pongal Day", "2025-02-04": "Independence Day", "2025-02-12": "Nawam Full Moon Poya Day", "2025-02-26": "Maha Sivarathri Day", "2025-03-13": "Medin Full Moon Poya Day", "2025-03-31": "Eid al-Fitr", "2025-04-12": "Bak Full Moon Poya Day", "2025-04-13": "Day Before Sinhala and Tamil New Year", "2025-04-14": "Sinhala and Tamil New Year", "2025-04-15": "Special Bank Holiday", "2025-04-18": "Good Friday", "2025-05-01": "International Workers' Day", "2025-05-12": "Vesak Full Moon Poya Day", "2025-05-13": "Day Following Vesak Full Moon Poya Day", "2025-06-07": "Eid al-Adha", "2025-06-10": "Poson Full Moon Poya Day", "2025-07-10": "Esala Full Moon Poya Day", "2025-08-08": "Nikini Full Moon Poya Day", "2025-09-05": "Prophet's Birthday", "2025-09-07": "Binara Full Moon Poya Day", "2025-10-06": "Vap Full Moon Poya Day", "2025-10-20": "Deepavali Festival Day", "2025-11-05": "Il Full Moon Poya Day", "2025-12-04": "Unduvap Full Moon Poya Day", "2025-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/LS_COMMON.json000066400000000000000000000517321500152103600215740ustar00rootroot00000000000000{ "1996-01-01": "New Year's Day", "1996-03-11": "Moshoeshoe's Day", "1996-04-04": "Heroes Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Workers' Day", "1996-05-02": "King's Birthday", "1996-05-16": "Ascension Day", "1996-10-04": "Independence Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-11": "Moshoeshoe's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-04": "Heroes Day", "1997-05-01": "Workers' Day", "1997-05-02": "King's Birthday", "1997-05-08": "Ascension Day", "1997-10-04": "Independence Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-03-11": "Moshoeshoe's Day", "1998-04-04": "Heroes Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Workers' Day", "1998-05-21": "Ascension Day", "1998-07-17": "King's Birthday", "1998-10-04": "Independence Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-03-11": "Moshoeshoe's Day", "1999-04-02": "Good Friday", "1999-04-04": "Heroes Day", "1999-04-05": "Easter Monday", "1999-05-01": "Workers' Day", "1999-05-13": "Ascension Day", "1999-07-17": "King's Birthday", "1999-10-04": "Independence Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "2000-01-01": "New Year's Day", "2000-03-11": "Moshoeshoe's Day", "2000-04-04": "Heroes Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Workers' Day", "2000-06-01": "Ascension Day", "2000-07-17": "King's Birthday", "2000-10-04": "Independence Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-03-11": "Moshoeshoe's Day", "2001-04-04": "Heroes Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Workers' Day", "2001-05-24": "Ascension Day", "2001-07-17": "King's Birthday", "2001-10-04": "Independence Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-11": "Moshoeshoe's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-04": "Heroes Day", "2002-05-01": "Workers' Day", "2002-05-09": "Ascension Day", "2002-05-25": "Africa Day", "2002-07-17": "King's Birthday", "2002-10-04": "Independence Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-11": "Moshoeshoe's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Workers' Day", "2003-05-25": "Africa/Heroes Day", "2003-05-29": "Ascension Day", "2003-07-17": "King's Birthday", "2003-10-04": "Independence Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-03-11": "Moshoeshoe's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Workers' Day", "2004-05-20": "Ascension Day", "2004-05-25": "Africa/Heroes Day", "2004-07-17": "King's Birthday", "2004-10-04": "Independence Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2005-01-01": "New Year's Day", "2005-03-11": "Moshoeshoe's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Workers' Day", "2005-05-05": "Ascension Day", "2005-05-25": "Africa/Heroes Day", "2005-07-17": "King's Birthday", "2005-10-04": "Independence Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2006-01-01": "New Year's Day", "2006-03-11": "Moshoeshoe's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Workers' Day", "2006-05-25": "Africa/Heroes Day; Ascension Day", "2006-07-17": "King's Birthday", "2006-10-04": "Independence Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-03-11": "Moshoeshoe's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Workers' Day", "2007-05-17": "Ascension Day", "2007-05-25": "Africa/Heroes Day", "2007-07-17": "King's Birthday", "2007-10-04": "Independence Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-11": "Moshoeshoe's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Workers' Day", "2008-05-25": "Africa/Heroes Day", "2008-07-17": "King's Birthday", "2008-10-04": "Independence Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-11": "Moshoeshoe's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Workers' Day", "2009-05-21": "Ascension Day", "2009-05-25": "Africa/Heroes Day", "2009-07-17": "King's Birthday", "2009-10-04": "Independence Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-03-11": "Moshoeshoe's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Workers' Day", "2010-05-13": "Ascension Day", "2010-05-25": "Africa/Heroes Day", "2010-07-17": "King's Birthday", "2010-10-04": "Independence Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2011-01-01": "New Year's Day", "2011-03-11": "Moshoeshoe's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Workers' Day", "2011-05-25": "Africa/Heroes Day", "2011-06-02": "Ascension Day", "2011-07-17": "King's Birthday", "2011-10-04": "Independence Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2012-01-01": "New Year's Day", "2012-03-11": "Moshoeshoe's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Workers' Day", "2012-05-17": "Ascension Day", "2012-05-25": "Africa/Heroes Day", "2012-07-17": "King's Birthday", "2012-10-04": "Independence Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-11": "Moshoeshoe's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Workers' Day", "2013-05-09": "Ascension Day", "2013-05-25": "Africa/Heroes Day", "2013-07-17": "King's Birthday", "2013-10-04": "Independence Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-11": "Moshoeshoe's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Workers' Day", "2014-05-25": "Africa/Heroes Day", "2014-05-29": "Ascension Day", "2014-07-17": "King's Birthday", "2014-10-04": "Independence Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-03-11": "Moshoeshoe's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Workers' Day", "2015-05-14": "Ascension Day", "2015-05-25": "Africa/Heroes Day", "2015-07-17": "King's Birthday", "2015-10-04": "Independence Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-03-11": "Moshoeshoe's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Workers' Day", "2016-05-05": "Ascension Day", "2016-05-25": "Africa/Heroes Day", "2016-07-17": "King's Birthday", "2016-10-04": "Independence Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2017-01-01": "New Year's Day", "2017-03-11": "Moshoeshoe's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Workers' Day", "2017-05-25": "Africa/Heroes Day; Ascension Day", "2017-07-17": "King's Birthday", "2017-10-04": "Independence Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-11": "Moshoeshoe's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Workers' Day", "2018-05-10": "Ascension Day", "2018-05-25": "Africa/Heroes Day", "2018-07-17": "King's Birthday", "2018-10-04": "Independence Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-11": "Moshoeshoe's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Workers' Day", "2019-05-25": "Africa/Heroes Day", "2019-05-30": "Ascension Day", "2019-07-17": "King's Birthday", "2019-10-04": "Independence Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-03-11": "Moshoeshoe's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Workers' Day", "2020-05-21": "Ascension Day", "2020-05-25": "Africa/Heroes Day", "2020-07-17": "King's Birthday", "2020-10-04": "Independence Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-03-11": "Moshoeshoe's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Workers' Day", "2021-05-13": "Ascension Day", "2021-05-25": "Africa/Heroes Day", "2021-07-17": "King's Birthday", "2021-10-04": "Independence Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2022-01-01": "New Year's Day", "2022-03-11": "Moshoeshoe's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Workers' Day", "2022-05-25": "Africa/Heroes Day", "2022-05-26": "Ascension Day", "2022-07-17": "King's Birthday", "2022-10-04": "Independence Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2023-01-01": "New Year's Day", "2023-03-11": "Moshoeshoe's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Workers' Day", "2023-05-18": "Ascension Day", "2023-05-25": "Africa/Heroes Day", "2023-07-17": "King's Birthday", "2023-10-04": "Independence Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-11": "Moshoeshoe's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Workers' Day", "2024-05-09": "Ascension Day", "2024-05-25": "Africa/Heroes Day", "2024-07-17": "King's Birthday", "2024-10-04": "Independence Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-03-11": "Moshoeshoe's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Workers' Day", "2025-05-25": "Africa/Heroes Day", "2025-05-29": "Ascension Day", "2025-07-17": "King's Birthday", "2025-10-04": "Independence Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-03-11": "Moshoeshoe's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Workers' Day", "2026-05-14": "Ascension Day", "2026-05-25": "Africa/Heroes Day", "2026-07-17": "King's Birthday", "2026-10-04": "Independence Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-03-11": "Moshoeshoe's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Workers' Day", "2027-05-06": "Ascension Day", "2027-05-25": "Africa/Heroes Day", "2027-07-17": "King's Birthday", "2027-10-04": "Independence Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2028-01-01": "New Year's Day", "2028-03-11": "Moshoeshoe's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Workers' Day", "2028-05-25": "Africa/Heroes Day; Ascension Day", "2028-07-17": "King's Birthday", "2028-10-04": "Independence Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-11": "Moshoeshoe's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Workers' Day", "2029-05-10": "Ascension Day", "2029-05-25": "Africa/Heroes Day", "2029-07-17": "King's Birthday", "2029-10-04": "Independence Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-03-11": "Moshoeshoe's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Workers' Day", "2030-05-25": "Africa/Heroes Day", "2030-05-30": "Ascension Day", "2030-07-17": "King's Birthday", "2030-10-04": "Independence Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-03-11": "Moshoeshoe's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Workers' Day", "2031-05-22": "Ascension Day", "2031-05-25": "Africa/Heroes Day", "2031-07-17": "King's Birthday", "2031-10-04": "Independence Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-11": "Moshoeshoe's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Workers' Day", "2032-05-06": "Ascension Day", "2032-05-25": "Africa/Heroes Day", "2032-07-17": "King's Birthday", "2032-10-04": "Independence Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2033-01-01": "New Year's Day", "2033-03-11": "Moshoeshoe's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Workers' Day", "2033-05-25": "Africa/Heroes Day", "2033-05-26": "Ascension Day", "2033-07-17": "King's Birthday", "2033-10-04": "Independence Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2034-01-01": "New Year's Day", "2034-03-11": "Moshoeshoe's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Workers' Day", "2034-05-18": "Ascension Day", "2034-05-25": "Africa/Heroes Day", "2034-07-17": "King's Birthday", "2034-10-04": "Independence Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-11": "Moshoeshoe's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Workers' Day", "2035-05-03": "Ascension Day", "2035-05-25": "Africa/Heroes Day", "2035-07-17": "King's Birthday", "2035-10-04": "Independence Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-03-11": "Moshoeshoe's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Workers' Day", "2036-05-22": "Ascension Day", "2036-05-25": "Africa/Heroes Day", "2036-07-17": "King's Birthday", "2036-10-04": "Independence Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-03-11": "Moshoeshoe's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Workers' Day", "2037-05-14": "Ascension Day", "2037-05-25": "Africa/Heroes Day", "2037-07-17": "King's Birthday", "2037-10-04": "Independence Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-03-11": "Moshoeshoe's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Workers' Day", "2038-05-25": "Africa/Heroes Day", "2038-06-03": "Ascension Day", "2038-07-17": "King's Birthday", "2038-10-04": "Independence Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2039-01-01": "New Year's Day", "2039-03-11": "Moshoeshoe's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Workers' Day", "2039-05-19": "Ascension Day", "2039-05-25": "Africa/Heroes Day", "2039-07-17": "King's Birthday", "2039-10-04": "Independence Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2040-01-01": "New Year's Day", "2040-03-11": "Moshoeshoe's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Workers' Day", "2040-05-10": "Ascension Day", "2040-05-25": "Africa/Heroes Day", "2040-07-17": "King's Birthday", "2040-10-04": "Independence Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-03-11": "Moshoeshoe's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Workers' Day", "2041-05-25": "Africa/Heroes Day", "2041-05-30": "Ascension Day", "2041-07-17": "King's Birthday", "2041-10-04": "Independence Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-03-11": "Moshoeshoe's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Workers' Day", "2042-05-15": "Ascension Day", "2042-05-25": "Africa/Heroes Day", "2042-07-17": "King's Birthday", "2042-10-04": "Independence Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-11": "Moshoeshoe's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Workers' Day", "2043-05-07": "Ascension Day", "2043-05-25": "Africa/Heroes Day", "2043-07-17": "King's Birthday", "2043-10-04": "Independence Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-03-11": "Moshoeshoe's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Workers' Day", "2044-05-25": "Africa/Heroes Day", "2044-05-26": "Ascension Day", "2044-07-17": "King's Birthday", "2044-10-04": "Independence Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2045-01-01": "New Year's Day", "2045-03-11": "Moshoeshoe's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Workers' Day", "2045-05-18": "Ascension Day", "2045-05-25": "Africa/Heroes Day", "2045-07-17": "King's Birthday", "2045-10-04": "Independence Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-11": "Moshoeshoe's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Workers' Day", "2046-05-03": "Ascension Day", "2046-05-25": "Africa/Heroes Day", "2046-07-17": "King's Birthday", "2046-10-04": "Independence Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-03-11": "Moshoeshoe's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Workers' Day", "2047-05-23": "Ascension Day", "2047-05-25": "Africa/Heroes Day", "2047-07-17": "King's Birthday", "2047-10-04": "Independence Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-03-11": "Moshoeshoe's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Workers' Day", "2048-05-14": "Ascension Day", "2048-05-25": "Africa/Heroes Day", "2048-07-17": "King's Birthday", "2048-10-04": "Independence Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-03-11": "Moshoeshoe's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Workers' Day", "2049-05-25": "Africa/Heroes Day", "2049-05-27": "Ascension Day", "2049-07-17": "King's Birthday", "2049-10-04": "Independence Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2050-01-01": "New Year's Day", "2050-03-11": "Moshoeshoe's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Workers' Day", "2050-05-19": "Ascension Day", "2050-05-25": "Africa/Heroes Day", "2050-07-17": "King's Birthday", "2050-10-04": "Independence Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day" } holidays-0.71/snapshots/countries/LT_COMMON.json000066400000000000000000001132141500152103600215670ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-02-16": "Day of Restoration of the State of Lithuania", "1990-03-11": "Day of Restoration of Independence of Lithuania", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-05-01": "International Workers' Day", "1990-05-06": "Mother's Day", "1990-06-03": "Father's Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-02-16": "Day of Restoration of the State of Lithuania", "1991-03-11": "Day of Restoration of Independence of Lithuania", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-05-01": "International Workers' Day", "1991-05-05": "Mother's Day", "1991-06-02": "Father's Day", "1991-07-06": "Statehood Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-02-16": "Day of Restoration of the State of Lithuania", "1992-03-11": "Day of Restoration of Independence of Lithuania", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-05-01": "International Workers' Day", "1992-05-03": "Mother's Day", "1992-06-07": "Father's Day", "1992-07-06": "Statehood Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-02-16": "Day of Restoration of the State of Lithuania", "1993-03-11": "Day of Restoration of Independence of Lithuania", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-05-01": "International Workers' Day", "1993-05-02": "Mother's Day", "1993-06-06": "Father's Day", "1993-07-06": "Statehood Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-02-16": "Day of Restoration of the State of Lithuania", "1994-03-11": "Day of Restoration of Independence of Lithuania", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-05-01": "International Workers' Day; Mother's Day", "1994-06-05": "Father's Day", "1994-07-06": "Statehood Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-02-16": "Day of Restoration of the State of Lithuania", "1995-03-11": "Day of Restoration of Independence of Lithuania", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-05-01": "International Workers' Day", "1995-05-07": "Mother's Day", "1995-06-04": "Father's Day", "1995-07-06": "Statehood Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-02-16": "Day of Restoration of the State of Lithuania", "1996-03-11": "Day of Restoration of Independence of Lithuania", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-05-01": "International Workers' Day", "1996-05-05": "Mother's Day", "1996-06-02": "Father's Day", "1996-07-06": "Statehood Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-02-16": "Day of Restoration of the State of Lithuania", "1997-03-11": "Day of Restoration of Independence of Lithuania", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-05-01": "International Workers' Day", "1997-05-04": "Mother's Day", "1997-06-01": "Father's Day", "1997-07-06": "Statehood Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-02-16": "Day of Restoration of the State of Lithuania", "1998-03-11": "Day of Restoration of Independence of Lithuania", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-05-01": "International Workers' Day", "1998-05-03": "Mother's Day", "1998-06-07": "Father's Day", "1998-07-06": "Statehood Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-02-16": "Day of Restoration of the State of Lithuania", "1999-03-11": "Day of Restoration of Independence of Lithuania", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-05-01": "International Workers' Day", "1999-05-02": "Mother's Day", "1999-06-06": "Father's Day", "1999-07-06": "Statehood Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-02-16": "Day of Restoration of the State of Lithuania", "2000-03-11": "Day of Restoration of Independence of Lithuania", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "International Workers' Day", "2000-05-07": "Mother's Day", "2000-06-04": "Father's Day", "2000-07-06": "Statehood Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-02-16": "Day of Restoration of the State of Lithuania", "2001-03-11": "Day of Restoration of Independence of Lithuania", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "International Workers' Day", "2001-05-06": "Mother's Day", "2001-06-03": "Father's Day", "2001-07-06": "Statehood Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-02-16": "Day of Restoration of the State of Lithuania", "2002-03-11": "Day of Restoration of Independence of Lithuania", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-05-01": "International Workers' Day", "2002-05-05": "Mother's Day", "2002-06-02": "Father's Day", "2002-07-06": "Statehood Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-02-16": "Day of Restoration of the State of Lithuania", "2003-03-11": "Day of Restoration of Independence of Lithuania", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-05-01": "International Workers' Day", "2003-05-04": "Mother's Day", "2003-06-01": "Father's Day", "2003-06-24": "Day of Dew and Saint John", "2003-07-06": "Statehood Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-02-16": "Day of Restoration of the State of Lithuania", "2004-03-11": "Day of Restoration of Independence of Lithuania", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "International Workers' Day", "2004-05-02": "Mother's Day", "2004-06-06": "Father's Day", "2004-06-24": "Day of Dew and Saint John", "2004-07-06": "Statehood Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-02-16": "Day of Restoration of the State of Lithuania", "2005-03-11": "Day of Restoration of Independence of Lithuania", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-05-01": "International Workers' Day; Mother's Day", "2005-06-05": "Father's Day", "2005-06-24": "Day of Dew and Saint John", "2005-07-06": "Statehood Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-02-16": "Day of Restoration of the State of Lithuania", "2006-03-11": "Day of Restoration of Independence of Lithuania", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-05-01": "International Workers' Day", "2006-05-07": "Mother's Day", "2006-06-04": "Father's Day", "2006-06-24": "Day of Dew and Saint John", "2006-07-06": "Statehood Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-02-16": "Day of Restoration of the State of Lithuania", "2007-03-11": "Day of Restoration of Independence of Lithuania", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "International Workers' Day", "2007-05-06": "Mother's Day", "2007-06-03": "Father's Day", "2007-06-24": "Day of Dew and Saint John", "2007-07-06": "Statehood Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-02-16": "Day of Restoration of the State of Lithuania", "2008-03-11": "Day of Restoration of Independence of Lithuania", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-05-01": "International Workers' Day", "2008-05-04": "Mother's Day", "2008-06-01": "Father's Day", "2008-06-24": "Day of Dew and Saint John", "2008-07-06": "Statehood Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-02-16": "Day of Restoration of the State of Lithuania", "2009-03-11": "Day of Restoration of Independence of Lithuania", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "International Workers' Day", "2009-05-03": "Mother's Day", "2009-06-07": "Father's Day", "2009-06-24": "Day of Dew and Saint John", "2009-07-06": "Statehood Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-02-16": "Day of Restoration of the State of Lithuania", "2010-03-11": "Day of Restoration of Independence of Lithuania", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-05-01": "International Workers' Day", "2010-05-02": "Mother's Day", "2010-06-06": "Father's Day", "2010-06-24": "Day of Dew and Saint John", "2010-07-06": "Statehood Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-02-16": "Day of Restoration of the State of Lithuania", "2011-03-11": "Day of Restoration of Independence of Lithuania", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "International Workers' Day; Mother's Day", "2011-06-05": "Father's Day", "2011-06-24": "Day of Dew and Saint John", "2011-07-06": "Statehood Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-02-16": "Day of Restoration of the State of Lithuania", "2012-03-11": "Day of Restoration of Independence of Lithuania", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "International Workers' Day", "2012-05-06": "Mother's Day", "2012-06-03": "Father's Day", "2012-06-24": "Day of Dew and Saint John", "2012-07-06": "Statehood Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-02-16": "Day of Restoration of the State of Lithuania", "2013-03-11": "Day of Restoration of Independence of Lithuania", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-05-01": "International Workers' Day", "2013-05-05": "Mother's Day", "2013-06-02": "Father's Day", "2013-06-24": "Day of Dew and Saint John", "2013-07-06": "Statehood Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-02-16": "Day of Restoration of the State of Lithuania", "2014-03-11": "Day of Restoration of Independence of Lithuania", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "International Workers' Day", "2014-05-04": "Mother's Day", "2014-06-01": "Father's Day", "2014-06-24": "Day of Dew and Saint John", "2014-07-06": "Statehood Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-02-16": "Day of Restoration of the State of Lithuania", "2015-03-11": "Day of Restoration of Independence of Lithuania", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "International Workers' Day", "2015-05-03": "Mother's Day", "2015-06-07": "Father's Day", "2015-06-24": "Day of Dew and Saint John", "2015-07-06": "Statehood Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-02-16": "Day of Restoration of the State of Lithuania", "2016-03-11": "Day of Restoration of Independence of Lithuania", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-05-01": "International Workers' Day; Mother's Day", "2016-06-05": "Father's Day", "2016-06-24": "Day of Dew and Saint John", "2016-07-06": "Statehood Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-02-16": "Day of Restoration of the State of Lithuania", "2017-03-11": "Day of Restoration of Independence of Lithuania", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "International Workers' Day", "2017-05-07": "Mother's Day", "2017-06-04": "Father's Day", "2017-06-24": "Day of Dew and Saint John", "2017-07-06": "Statehood Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-02-16": "Day of Restoration of the State of Lithuania", "2018-03-11": "Day of Restoration of Independence of Lithuania", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-05-01": "International Workers' Day", "2018-05-06": "Mother's Day", "2018-06-03": "Father's Day", "2018-06-24": "Day of Dew and Saint John", "2018-07-06": "Statehood Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-02-16": "Day of Restoration of the State of Lithuania", "2019-03-11": "Day of Restoration of Independence of Lithuania", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "International Workers' Day", "2019-05-05": "Mother's Day", "2019-06-02": "Father's Day", "2019-06-24": "Day of Dew and Saint John", "2019-07-06": "Statehood Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-02-16": "Day of Restoration of the State of Lithuania", "2020-03-11": "Day of Restoration of Independence of Lithuania", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "International Workers' Day", "2020-05-03": "Mother's Day", "2020-06-07": "Father's Day", "2020-06-24": "Day of Dew and Saint John", "2020-07-06": "Statehood Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-02": "All Souls' Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-02-16": "Day of Restoration of the State of Lithuania", "2021-03-11": "Day of Restoration of Independence of Lithuania", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-05-01": "International Workers' Day", "2021-05-02": "Mother's Day", "2021-06-06": "Father's Day", "2021-06-24": "Day of Dew and Saint John", "2021-07-06": "Statehood Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-02": "All Souls' Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-02-16": "Day of Restoration of the State of Lithuania", "2022-03-11": "Day of Restoration of Independence of Lithuania", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "International Workers' Day; Mother's Day", "2022-06-05": "Father's Day", "2022-06-24": "Day of Dew and Saint John", "2022-07-06": "Statehood Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-02": "All Souls' Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-02-16": "Day of Restoration of the State of Lithuania", "2023-03-11": "Day of Restoration of Independence of Lithuania", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "International Workers' Day", "2023-05-07": "Mother's Day", "2023-06-04": "Father's Day", "2023-06-24": "Day of Dew and Saint John", "2023-07-06": "Statehood Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-02": "All Souls' Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-02-16": "Day of Restoration of the State of Lithuania", "2024-03-11": "Day of Restoration of Independence of Lithuania", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-05-01": "International Workers' Day", "2024-05-05": "Mother's Day", "2024-06-02": "Father's Day", "2024-06-24": "Day of Dew and Saint John", "2024-07-06": "Statehood Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-02": "All Souls' Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-02-16": "Day of Restoration of the State of Lithuania", "2025-03-11": "Day of Restoration of Independence of Lithuania", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "International Workers' Day", "2025-05-04": "Mother's Day", "2025-06-01": "Father's Day", "2025-06-24": "Day of Dew and Saint John", "2025-07-06": "Statehood Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-02": "All Souls' Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-02-16": "Day of Restoration of the State of Lithuania", "2026-03-11": "Day of Restoration of Independence of Lithuania", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "International Workers' Day", "2026-05-03": "Mother's Day", "2026-06-07": "Father's Day", "2026-06-24": "Day of Dew and Saint John", "2026-07-06": "Statehood Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-02": "All Souls' Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-02-16": "Day of Restoration of the State of Lithuania", "2027-03-11": "Day of Restoration of Independence of Lithuania", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-05-01": "International Workers' Day", "2027-05-02": "Mother's Day", "2027-06-06": "Father's Day", "2027-06-24": "Day of Dew and Saint John", "2027-07-06": "Statehood Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-02": "All Souls' Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-02-16": "Day of Restoration of the State of Lithuania", "2028-03-11": "Day of Restoration of Independence of Lithuania", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "International Workers' Day", "2028-05-07": "Mother's Day", "2028-06-04": "Father's Day", "2028-06-24": "Day of Dew and Saint John", "2028-07-06": "Statehood Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-02": "All Souls' Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-02-16": "Day of Restoration of the State of Lithuania", "2029-03-11": "Day of Restoration of Independence of Lithuania", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-05-01": "International Workers' Day", "2029-05-06": "Mother's Day", "2029-06-03": "Father's Day", "2029-06-24": "Day of Dew and Saint John", "2029-07-06": "Statehood Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-02": "All Souls' Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-02-16": "Day of Restoration of the State of Lithuania", "2030-03-11": "Day of Restoration of Independence of Lithuania", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "International Workers' Day", "2030-05-05": "Mother's Day", "2030-06-02": "Father's Day", "2030-06-24": "Day of Dew and Saint John", "2030-07-06": "Statehood Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-02": "All Souls' Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-02-16": "Day of Restoration of the State of Lithuania", "2031-03-11": "Day of Restoration of Independence of Lithuania", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "International Workers' Day", "2031-05-04": "Mother's Day", "2031-06-01": "Father's Day", "2031-06-24": "Day of Dew and Saint John", "2031-07-06": "Statehood Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-02": "All Souls' Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-02-16": "Day of Restoration of the State of Lithuania", "2032-03-11": "Day of Restoration of Independence of Lithuania", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-05-01": "International Workers' Day", "2032-05-02": "Mother's Day", "2032-06-06": "Father's Day", "2032-06-24": "Day of Dew and Saint John", "2032-07-06": "Statehood Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-02": "All Souls' Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-02-16": "Day of Restoration of the State of Lithuania", "2033-03-11": "Day of Restoration of Independence of Lithuania", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "International Workers' Day; Mother's Day", "2033-06-05": "Father's Day", "2033-06-24": "Day of Dew and Saint John", "2033-07-06": "Statehood Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-02": "All Souls' Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-02-16": "Day of Restoration of the State of Lithuania", "2034-03-11": "Day of Restoration of Independence of Lithuania", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "International Workers' Day", "2034-05-07": "Mother's Day", "2034-06-04": "Father's Day", "2034-06-24": "Day of Dew and Saint John", "2034-07-06": "Statehood Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-02": "All Souls' Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-02-16": "Day of Restoration of the State of Lithuania", "2035-03-11": "Day of Restoration of Independence of Lithuania", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-05-01": "International Workers' Day", "2035-05-06": "Mother's Day", "2035-06-03": "Father's Day", "2035-06-24": "Day of Dew and Saint John", "2035-07-06": "Statehood Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-02": "All Souls' Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-02-16": "Day of Restoration of the State of Lithuania", "2036-03-11": "Day of Restoration of Independence of Lithuania", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "International Workers' Day", "2036-05-04": "Mother's Day", "2036-06-01": "Father's Day", "2036-06-24": "Day of Dew and Saint John", "2036-07-06": "Statehood Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-02": "All Souls' Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-02-16": "Day of Restoration of the State of Lithuania", "2037-03-11": "Day of Restoration of Independence of Lithuania", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "International Workers' Day", "2037-05-03": "Mother's Day", "2037-06-07": "Father's Day", "2037-06-24": "Day of Dew and Saint John", "2037-07-06": "Statehood Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-02": "All Souls' Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-02-16": "Day of Restoration of the State of Lithuania", "2038-03-11": "Day of Restoration of Independence of Lithuania", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "International Workers' Day", "2038-05-02": "Mother's Day", "2038-06-06": "Father's Day", "2038-06-24": "Day of Dew and Saint John", "2038-07-06": "Statehood Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-02": "All Souls' Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-02-16": "Day of Restoration of the State of Lithuania", "2039-03-11": "Day of Restoration of Independence of Lithuania", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "International Workers' Day; Mother's Day", "2039-06-05": "Father's Day", "2039-06-24": "Day of Dew and Saint John", "2039-07-06": "Statehood Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-02": "All Souls' Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-02-16": "Day of Restoration of the State of Lithuania", "2040-03-11": "Day of Restoration of Independence of Lithuania", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-05-01": "International Workers' Day", "2040-05-06": "Mother's Day", "2040-06-03": "Father's Day", "2040-06-24": "Day of Dew and Saint John", "2040-07-06": "Statehood Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-02": "All Souls' Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-02-16": "Day of Restoration of the State of Lithuania", "2041-03-11": "Day of Restoration of Independence of Lithuania", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "International Workers' Day", "2041-05-05": "Mother's Day", "2041-06-02": "Father's Day", "2041-06-24": "Day of Dew and Saint John", "2041-07-06": "Statehood Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-02": "All Souls' Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-02-16": "Day of Restoration of the State of Lithuania", "2042-03-11": "Day of Restoration of Independence of Lithuania", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "International Workers' Day", "2042-05-04": "Mother's Day", "2042-06-01": "Father's Day", "2042-06-24": "Day of Dew and Saint John", "2042-07-06": "Statehood Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-02": "All Souls' Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-02-16": "Day of Restoration of the State of Lithuania", "2043-03-11": "Day of Restoration of Independence of Lithuania", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-05-01": "International Workers' Day", "2043-05-03": "Mother's Day", "2043-06-07": "Father's Day", "2043-06-24": "Day of Dew and Saint John", "2043-07-06": "Statehood Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-02": "All Souls' Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-02-16": "Day of Restoration of the State of Lithuania", "2044-03-11": "Day of Restoration of Independence of Lithuania", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "International Workers' Day; Mother's Day", "2044-06-05": "Father's Day", "2044-06-24": "Day of Dew and Saint John", "2044-07-06": "Statehood Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-02": "All Souls' Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-02-16": "Day of Restoration of the State of Lithuania", "2045-03-11": "Day of Restoration of Independence of Lithuania", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "International Workers' Day", "2045-05-07": "Mother's Day", "2045-06-04": "Father's Day", "2045-06-24": "Day of Dew and Saint John", "2045-07-06": "Statehood Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-02": "All Souls' Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-02-16": "Day of Restoration of the State of Lithuania", "2046-03-11": "Day of Restoration of Independence of Lithuania", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-05-01": "International Workers' Day", "2046-05-06": "Mother's Day", "2046-06-03": "Father's Day", "2046-06-24": "Day of Dew and Saint John", "2046-07-06": "Statehood Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-02": "All Souls' Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-02-16": "Day of Restoration of the State of Lithuania", "2047-03-11": "Day of Restoration of Independence of Lithuania", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "International Workers' Day", "2047-05-05": "Mother's Day", "2047-06-02": "Father's Day", "2047-06-24": "Day of Dew and Saint John", "2047-07-06": "Statehood Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-02": "All Souls' Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-02-16": "Day of Restoration of the State of Lithuania", "2048-03-11": "Day of Restoration of Independence of Lithuania", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "International Workers' Day", "2048-05-03": "Mother's Day", "2048-06-07": "Father's Day", "2048-06-24": "Day of Dew and Saint John", "2048-07-06": "Statehood Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-02": "All Souls' Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-02-16": "Day of Restoration of the State of Lithuania", "2049-03-11": "Day of Restoration of Independence of Lithuania", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "International Workers' Day", "2049-05-02": "Mother's Day", "2049-06-06": "Father's Day", "2049-06-24": "Day of Dew and Saint John", "2049-07-06": "Statehood Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-02": "All Souls' Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-02-16": "Day of Restoration of the State of Lithuania", "2050-03-11": "Day of Restoration of Independence of Lithuania", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "International Workers' Day; Mother's Day", "2050-06-05": "Father's Day", "2050-06-24": "Day of Dew and Saint John", "2050-07-06": "Statehood Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-02": "All Souls' Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/LU_COMMON.json000066400000000000000000001074401500152103600215740ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-23": "National Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1951-01-01": "New Year's Day", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-06-23": "National Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1952-01-01": "New Year's Day", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-23": "National Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1953-01-01": "New Year's Day", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-23": "National Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1954-01-01": "New Year's Day", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-23": "National Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1955-01-01": "New Year's Day", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-23": "National Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1956-01-01": "New Year's Day", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-06-23": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1957-01-01": "New Year's Day", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-23": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1958-01-01": "New Year's Day", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-23": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-06-23": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1960-01-01": "New Year's Day", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-23": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1961-01-01": "New Year's Day", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-23": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1962-01-01": "New Year's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-23": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1963-01-01": "New Year's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-23": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1964-01-01": "New Year's Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-06-23": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1965-01-01": "New Year's Day", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-23": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1966-01-01": "New Year's Day", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-23": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1967-01-01": "New Year's Day", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-06-23": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1968-01-01": "New Year's Day", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-23": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1969-01-01": "New Year's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-23": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1970-01-01": "New Year's Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-06-23": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1971-01-01": "New Year's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-23": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1972-01-01": "New Year's Day", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-23": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1973-01-01": "New Year's Day", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-23": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1974-01-01": "New Year's Day", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-23": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-06-23": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-23": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-23": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-06-23": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-23": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-23": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-23": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-23": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-23": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-23": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-23": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-06-23": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-23": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-23": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-06-23": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-23": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-06-23": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1992-01-01": "New Year's Day", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-23": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1993-01-01": "New Year's Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-23": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-23": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-23": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-23": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-06-23": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-23": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-23": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "2000-01-01": "New Year's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-23": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2001-01-01": "New Year's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-23": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-06-23": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2003-01-01": "New Year's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-23": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2004-01-01": "New Year's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-23": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2005-01-01": "New Year's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-06-23": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2006-01-01": "New Year's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-23": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-23": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-06-23": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-23": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-23": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-23": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-06-23": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-23": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-23": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-06-23": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-23": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-06-23": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-09": "Europe Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-23": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-09": "Europe Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-23": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-09": "Europe Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-23": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-09": "Europe Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-23": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-09": "Europe Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-23": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day; Europe Day", "2024-05-20": "Whit Monday", "2024-06-23": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2025-01-01": "New Year's Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-09": "Europe Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-23": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2026-01-01": "New Year's Day", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-09": "Europe Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-23": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2027-01-01": "New Year's Day", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-09": "Europe Day", "2027-05-17": "Whit Monday", "2027-06-23": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2028-01-01": "New Year's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-09": "Europe Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-23": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2029-01-01": "New Year's Day", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-09": "Europe Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-06-23": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2030-01-01": "New Year's Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-09": "Europe Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-23": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2031-01-01": "New Year's Day", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-09": "Europe Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-23": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2032-01-01": "New Year's Day", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-09": "Europe Day", "2032-05-17": "Whit Monday", "2032-06-23": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2033-01-01": "New Year's Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-09": "Europe Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-23": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2034-01-01": "New Year's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-09": "Europe Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-23": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2035-01-01": "New Year's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-09": "Europe Day", "2035-05-14": "Whit Monday", "2035-06-23": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2036-01-01": "New Year's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-09": "Europe Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-23": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2037-01-01": "New Year's Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-09": "Europe Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-23": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2038-01-01": "New Year's Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-09": "Europe Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-23": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2039-01-01": "New Year's Day", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-09": "Europe Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-23": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-09": "Europe Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-06-23": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2041-01-01": "New Year's Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-09": "Europe Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-23": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-09": "Europe Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-23": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-09": "Europe Day", "2043-05-18": "Whit Monday", "2043-06-23": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2044-01-01": "New Year's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-09": "Europe Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-23": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-09": "Europe Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-23": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-09": "Europe Day", "2046-05-14": "Whit Monday", "2046-06-23": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-09": "Europe Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-23": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-09": "Europe Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-23": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-09": "Europe Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-23": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-09": "Europe Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-23": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day" } holidays-0.71/snapshots/countries/LV_COMMON.json000066400000000000000000001010611500152103600215660ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-13": "Mother's Day", "1990-06-23": "Midsummer Eve", "1990-06-24": "Midsummer Day", "1990-11-18": "Republic of Latvia Proclamation Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-12": "Mother's Day", "1991-06-23": "Midsummer Eve", "1991-06-24": "Midsummer Day", "1991-11-18": "Republic of Latvia Proclamation Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-10": "Mother's Day", "1992-06-23": "Midsummer Eve", "1992-06-24": "Midsummer Day", "1992-11-18": "Republic of Latvia Proclamation Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-09": "Mother's Day", "1993-06-23": "Midsummer Eve", "1993-06-24": "Midsummer Day", "1993-11-18": "Republic of Latvia Proclamation Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Mother's Day", "1994-06-23": "Midsummer Eve", "1994-06-24": "Midsummer Day", "1994-11-18": "Republic of Latvia Proclamation Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-14": "Mother's Day", "1995-06-23": "Midsummer Eve", "1995-06-24": "Midsummer Day", "1995-11-18": "Republic of Latvia Proclamation Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-12": "Mother's Day", "1996-06-23": "Midsummer Eve", "1996-06-24": "Midsummer Day", "1996-11-18": "Republic of Latvia Proclamation Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-11": "Mother's Day", "1997-06-23": "Midsummer Eve", "1997-06-24": "Midsummer Day", "1997-11-18": "Republic of Latvia Proclamation Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-10": "Mother's Day", "1998-06-23": "Midsummer Eve", "1998-06-24": "Midsummer Day", "1998-11-18": "Republic of Latvia Proclamation Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-09": "Mother's Day", "1999-06-23": "Midsummer Eve", "1999-06-24": "Midsummer Day", "1999-11-18": "Republic of Latvia Proclamation Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-14": "Mother's Day", "2000-06-23": "Midsummer Eve", "2000-06-24": "Midsummer Day", "2000-11-18": "Republic of Latvia Proclamation Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-13": "Mother's Day", "2001-06-23": "Midsummer Eve", "2001-06-24": "Midsummer Day", "2001-11-18": "Republic of Latvia Proclamation Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-04": "Restoration of Independence Day", "2002-05-12": "Mother's Day", "2002-06-23": "Midsummer Eve", "2002-06-24": "Midsummer Day", "2002-11-18": "Republic of Latvia Proclamation Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-04": "Restoration of Independence Day", "2003-05-11": "Mother's Day", "2003-06-23": "Midsummer Eve", "2003-06-24": "Midsummer Day", "2003-11-18": "Republic of Latvia Proclamation Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-04": "Restoration of Independence Day", "2004-05-09": "Mother's Day", "2004-06-23": "Midsummer Eve", "2004-06-24": "Midsummer Day", "2004-11-18": "Republic of Latvia Proclamation Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-04": "Restoration of Independence Day", "2005-05-08": "Mother's Day", "2005-06-23": "Midsummer Eve", "2005-06-24": "Midsummer Day", "2005-11-18": "Republic of Latvia Proclamation Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-04": "Restoration of Independence Day", "2006-05-14": "Mother's Day", "2006-06-23": "Midsummer Eve", "2006-06-24": "Midsummer Day", "2006-11-18": "Republic of Latvia Proclamation Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-04": "Restoration of Independence Day", "2007-05-13": "Mother's Day", "2007-06-23": "Midsummer Eve", "2007-06-24": "Midsummer Day", "2007-11-18": "Republic of Latvia Proclamation Day", "2007-11-19": "Republic of Latvia Proclamation Day (observed)", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-04": "Restoration of Independence Day", "2008-05-05": "Restoration of Independence Day (observed)", "2008-05-11": "Mother's Day", "2008-06-23": "Midsummer Eve", "2008-06-24": "Midsummer Day", "2008-11-18": "Republic of Latvia Proclamation Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-04": "Restoration of Independence Day", "2009-05-10": "Mother's Day", "2009-06-23": "Midsummer Eve", "2009-06-24": "Midsummer Day", "2009-11-18": "Republic of Latvia Proclamation Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-04": "Restoration of Independence Day", "2010-05-09": "Mother's Day", "2010-06-23": "Midsummer Eve", "2010-06-24": "Midsummer Day", "2010-11-18": "Republic of Latvia Proclamation Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-04": "Restoration of Independence Day", "2011-05-08": "Mother's Day", "2011-06-23": "Midsummer Eve", "2011-06-24": "Midsummer Day", "2011-11-18": "Republic of Latvia Proclamation Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-04": "Restoration of Independence Day", "2012-05-13": "Mother's Day", "2012-06-23": "Midsummer Eve", "2012-06-24": "Midsummer Day", "2012-11-18": "Republic of Latvia Proclamation Day", "2012-11-19": "Republic of Latvia Proclamation Day (observed)", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-04": "Restoration of Independence Day", "2013-05-06": "Restoration of Independence Day (observed)", "2013-05-12": "Mother's Day", "2013-06-23": "Midsummer Eve", "2013-06-24": "Midsummer Day", "2013-11-18": "Republic of Latvia Proclamation Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-04": "Restoration of Independence Day", "2014-05-05": "Restoration of Independence Day (observed)", "2014-05-11": "Mother's Day", "2014-06-23": "Midsummer Eve", "2014-06-24": "Midsummer Day", "2014-11-18": "Republic of Latvia Proclamation Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-04": "Restoration of Independence Day", "2015-05-10": "Mother's Day", "2015-06-23": "Midsummer Eve", "2015-06-24": "Midsummer Day", "2015-11-18": "Republic of Latvia Proclamation Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-04": "Restoration of Independence Day", "2016-05-08": "Mother's Day", "2016-06-23": "Midsummer Eve", "2016-06-24": "Midsummer Day", "2016-11-18": "Republic of Latvia Proclamation Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-04": "Restoration of Independence Day", "2017-05-14": "Mother's Day", "2017-06-23": "Midsummer Eve", "2017-06-24": "Midsummer Day", "2017-11-18": "Republic of Latvia Proclamation Day", "2017-11-20": "Republic of Latvia Proclamation Day (observed)", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-04": "Restoration of Independence Day", "2018-05-13": "Mother's Day", "2018-06-23": "Midsummer Eve", "2018-06-24": "Midsummer Day", "2018-07-09": "General Latvian Song and Dance Festival closing day", "2018-09-24": "Day of His Holiness Pope Francis' pastoral visit to Latvia", "2018-11-18": "Republic of Latvia Proclamation Day", "2018-11-19": "Republic of Latvia Proclamation Day (observed)", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-04": "Restoration of Independence Day", "2019-05-06": "Restoration of Independence Day (observed)", "2019-05-12": "Mother's Day", "2019-06-23": "Midsummer Eve", "2019-06-24": "Midsummer Day", "2019-11-18": "Republic of Latvia Proclamation Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-04": "Restoration of Independence Day", "2020-05-10": "Mother's Day", "2020-06-23": "Midsummer Eve", "2020-06-24": "Midsummer Day", "2020-11-18": "Republic of Latvia Proclamation Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-04": "Restoration of Independence Day", "2021-05-09": "Mother's Day", "2021-06-23": "Midsummer Eve", "2021-06-24": "Midsummer Day", "2021-11-18": "Republic of Latvia Proclamation Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-04": "Restoration of Independence Day", "2022-05-08": "Mother's Day", "2022-06-23": "Midsummer Eve", "2022-06-24": "Midsummer Day", "2022-11-18": "Republic of Latvia Proclamation Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-04": "Restoration of Independence Day", "2023-05-14": "Mother's Day", "2023-05-29": "Day the Latvian hockey team won the bronze medal at the 2023 World Ice Hockey Championship", "2023-06-23": "Midsummer Eve", "2023-06-24": "Midsummer Day", "2023-07-10": "General Latvian Song and Dance Festival closing day", "2023-11-18": "Republic of Latvia Proclamation Day", "2023-11-20": "Republic of Latvia Proclamation Day (observed)", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-04": "Restoration of Independence Day", "2024-05-06": "Restoration of Independence Day (observed)", "2024-05-12": "Mother's Day", "2024-06-23": "Midsummer Eve", "2024-06-24": "Midsummer Day", "2024-11-18": "Republic of Latvia Proclamation Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-04": "Restoration of Independence Day", "2025-05-05": "Restoration of Independence Day (observed)", "2025-05-11": "Mother's Day", "2025-06-23": "Midsummer Eve", "2025-06-24": "Midsummer Day", "2025-11-18": "Republic of Latvia Proclamation Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-04": "Restoration of Independence Day", "2026-05-10": "Mother's Day", "2026-06-23": "Midsummer Eve", "2026-06-24": "Midsummer Day", "2026-11-18": "Republic of Latvia Proclamation Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-04": "Restoration of Independence Day", "2027-05-09": "Mother's Day", "2027-06-23": "Midsummer Eve", "2027-06-24": "Midsummer Day", "2027-11-18": "Republic of Latvia Proclamation Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-04": "Restoration of Independence Day", "2028-05-14": "Mother's Day", "2028-06-23": "Midsummer Eve", "2028-06-24": "Midsummer Day", "2028-11-18": "Republic of Latvia Proclamation Day", "2028-11-20": "Republic of Latvia Proclamation Day (observed)", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-04": "Restoration of Independence Day", "2029-05-13": "Mother's Day", "2029-06-23": "Midsummer Eve", "2029-06-24": "Midsummer Day", "2029-11-18": "Republic of Latvia Proclamation Day", "2029-11-19": "Republic of Latvia Proclamation Day (observed)", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-04": "Restoration of Independence Day", "2030-05-06": "Restoration of Independence Day (observed)", "2030-05-12": "Mother's Day", "2030-06-23": "Midsummer Eve", "2030-06-24": "Midsummer Day", "2030-11-18": "Republic of Latvia Proclamation Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-04": "Restoration of Independence Day", "2031-05-05": "Restoration of Independence Day (observed)", "2031-05-11": "Mother's Day", "2031-06-23": "Midsummer Eve", "2031-06-24": "Midsummer Day", "2031-11-18": "Republic of Latvia Proclamation Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-04": "Restoration of Independence Day", "2032-05-09": "Mother's Day", "2032-06-23": "Midsummer Eve", "2032-06-24": "Midsummer Day", "2032-11-18": "Republic of Latvia Proclamation Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-04": "Restoration of Independence Day", "2033-05-08": "Mother's Day", "2033-06-23": "Midsummer Eve", "2033-06-24": "Midsummer Day", "2033-11-18": "Republic of Latvia Proclamation Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-04": "Restoration of Independence Day", "2034-05-14": "Mother's Day", "2034-06-23": "Midsummer Eve", "2034-06-24": "Midsummer Day", "2034-11-18": "Republic of Latvia Proclamation Day", "2034-11-20": "Republic of Latvia Proclamation Day (observed)", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-04": "Restoration of Independence Day", "2035-05-13": "Mother's Day", "2035-06-23": "Midsummer Eve", "2035-06-24": "Midsummer Day", "2035-11-18": "Republic of Latvia Proclamation Day", "2035-11-19": "Republic of Latvia Proclamation Day (observed)", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-04": "Restoration of Independence Day", "2036-05-05": "Restoration of Independence Day (observed)", "2036-05-11": "Mother's Day", "2036-06-23": "Midsummer Eve", "2036-06-24": "Midsummer Day", "2036-11-18": "Republic of Latvia Proclamation Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-04": "Restoration of Independence Day", "2037-05-10": "Mother's Day", "2037-06-23": "Midsummer Eve", "2037-06-24": "Midsummer Day", "2037-11-18": "Republic of Latvia Proclamation Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-04": "Restoration of Independence Day", "2038-05-09": "Mother's Day", "2038-06-23": "Midsummer Eve", "2038-06-24": "Midsummer Day", "2038-11-18": "Republic of Latvia Proclamation Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-04": "Restoration of Independence Day", "2039-05-08": "Mother's Day", "2039-06-23": "Midsummer Eve", "2039-06-24": "Midsummer Day", "2039-11-18": "Republic of Latvia Proclamation Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-04": "Restoration of Independence Day", "2040-05-13": "Mother's Day", "2040-06-23": "Midsummer Eve", "2040-06-24": "Midsummer Day", "2040-11-18": "Republic of Latvia Proclamation Day", "2040-11-19": "Republic of Latvia Proclamation Day (observed)", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-04": "Restoration of Independence Day", "2041-05-06": "Restoration of Independence Day (observed)", "2041-05-12": "Mother's Day", "2041-06-23": "Midsummer Eve", "2041-06-24": "Midsummer Day", "2041-11-18": "Republic of Latvia Proclamation Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-04": "Restoration of Independence Day", "2042-05-05": "Restoration of Independence Day (observed)", "2042-05-11": "Mother's Day", "2042-06-23": "Midsummer Eve", "2042-06-24": "Midsummer Day", "2042-11-18": "Republic of Latvia Proclamation Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-04": "Restoration of Independence Day", "2043-05-10": "Mother's Day", "2043-06-23": "Midsummer Eve", "2043-06-24": "Midsummer Day", "2043-11-18": "Republic of Latvia Proclamation Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-04": "Restoration of Independence Day", "2044-05-08": "Mother's Day", "2044-06-23": "Midsummer Eve", "2044-06-24": "Midsummer Day", "2044-11-18": "Republic of Latvia Proclamation Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-04": "Restoration of Independence Day", "2045-05-14": "Mother's Day", "2045-06-23": "Midsummer Eve", "2045-06-24": "Midsummer Day", "2045-11-18": "Republic of Latvia Proclamation Day", "2045-11-20": "Republic of Latvia Proclamation Day (observed)", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-04": "Restoration of Independence Day", "2046-05-13": "Mother's Day", "2046-06-23": "Midsummer Eve", "2046-06-24": "Midsummer Day", "2046-11-18": "Republic of Latvia Proclamation Day", "2046-11-19": "Republic of Latvia Proclamation Day (observed)", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-04": "Restoration of Independence Day", "2047-05-06": "Restoration of Independence Day (observed)", "2047-05-12": "Mother's Day", "2047-06-23": "Midsummer Eve", "2047-06-24": "Midsummer Day", "2047-11-18": "Republic of Latvia Proclamation Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-04": "Restoration of Independence Day", "2048-05-10": "Mother's Day", "2048-06-23": "Midsummer Eve", "2048-06-24": "Midsummer Day", "2048-11-18": "Republic of Latvia Proclamation Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-04": "Restoration of Independence Day", "2049-05-09": "Mother's Day", "2049-06-23": "Midsummer Eve", "2049-06-24": "Midsummer Day", "2049-11-18": "Republic of Latvia Proclamation Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-04": "Restoration of Independence Day", "2050-05-08": "Mother's Day", "2050-06-23": "Midsummer Eve", "2050-06-24": "Midsummer Day", "2050-11-18": "Republic of Latvia Proclamation Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/MA_COMMON.json000066400000000000000000002037431500152103600215540ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day; Prophet's Birthday (estimated)", "1950-01-02": "Prophet's Birthday (estimated)", "1950-01-11": "Proclamation of Independence Day", "1950-05-01": "Labor Day", "1950-07-09": "Youth Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr (estimated)", "1950-08-14": "Oued Ed-Dahab Day", "1950-08-20": "Revolution Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha (estimated)", "1950-10-13": "Islamic New Year (estimated)", "1950-11-18": "Throne Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-23": "Prophet's Birthday (estimated)", "1951-01-01": "New Year's Day", "1951-01-11": "Proclamation of Independence Day", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr (estimated)", "1951-07-09": "Youth Day", "1951-08-14": "Oued Ed-Dahab Day", "1951-08-20": "Revolution Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha (estimated)", "1951-10-02": "Islamic New Year (estimated)", "1951-11-18": "Throne Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-12": "Prophet's Birthday (estimated)", "1952-01-01": "New Year's Day", "1952-01-11": "Proclamation of Independence Day", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (estimated)", "1952-07-09": "Youth Day", "1952-08-14": "Oued Ed-Dahab Day", "1952-08-20": "Revolution Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha (estimated)", "1952-09-21": "Islamic New Year (estimated)", "1952-11-18": "Throne Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-01": "Prophet's Birthday (estimated)", "1953-01-01": "New Year's Day", "1953-01-11": "Proclamation of Independence Day", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (estimated)", "1953-07-09": "Youth Day", "1953-08-14": "Oued Ed-Dahab Day", "1953-08-20": "Eid al-Adha (estimated); Revolution Day", "1953-08-21": "Eid al-Adha (estimated)", "1953-09-10": "Islamic New Year (estimated)", "1953-11-18": "Throne Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-11-20": "Prophet's Birthday (estimated)", "1954-01-01": "New Year's Day", "1954-01-11": "Proclamation of Independence Day", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (estimated)", "1954-07-09": "Youth Day", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha (estimated)", "1954-08-14": "Oued Ed-Dahab Day", "1954-08-20": "Revolution Day", "1954-08-30": "Islamic New Year (estimated)", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-09": "Prophet's Birthday (estimated)", "1954-11-18": "Throne Day", "1955-01-01": "New Year's Day", "1955-01-11": "Proclamation of Independence Day", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (estimated)", "1955-07-09": "Youth Day", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha (estimated)", "1955-08-14": "Oued Ed-Dahab Day", "1955-08-20": "Islamic New Year (estimated); Revolution Day", "1955-10-29": "Prophet's Birthday (estimated)", "1955-10-30": "Prophet's Birthday (estimated)", "1955-11-18": "Throne Day", "1956-01-01": "New Year's Day", "1956-01-11": "Proclamation of Independence Day", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (estimated)", "1956-07-09": "Youth Day", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha (estimated)", "1956-08-08": "Islamic New Year (estimated)", "1956-08-14": "Oued Ed-Dahab Day", "1956-08-20": "Revolution Day", "1956-10-17": "Prophet's Birthday (estimated)", "1956-10-18": "Prophet's Birthday (estimated)", "1956-11-18": "Throne Day", "1957-01-01": "New Year's Day", "1957-01-11": "Proclamation of Independence Day", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-05-02": "Eid al-Fitr (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha (estimated); Youth Day", "1957-07-28": "Islamic New Year (estimated)", "1957-08-14": "Oued Ed-Dahab Day", "1957-08-20": "Revolution Day", "1957-10-06": "Prophet's Birthday (estimated)", "1957-10-07": "Prophet's Birthday (estimated)", "1957-11-18": "Independence Day; Throne Day", "1958-01-01": "New Year's Day", "1958-01-11": "Proclamation of Independence Day", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha (estimated)", "1958-07-09": "Youth Day", "1958-07-18": "Islamic New Year (estimated)", "1958-08-14": "Oued Ed-Dahab Day", "1958-08-20": "Revolution Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-09-27": "Prophet's Birthday (estimated)", "1958-11-18": "Independence Day; Throne Day", "1959-01-01": "New Year's Day", "1959-01-11": "Proclamation of Independence Day", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha (estimated)", "1959-07-07": "Islamic New Year (estimated)", "1959-07-09": "Youth Day", "1959-08-14": "Oued Ed-Dahab Day", "1959-08-20": "Revolution Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-09-16": "Prophet's Birthday (estimated)", "1959-11-18": "Independence Day; Throne Day", "1960-01-01": "New Year's Day", "1960-01-11": "Proclamation of Independence Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (estimated)", "1960-05-01": "Labor Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha (estimated)", "1960-06-25": "Islamic New Year (estimated)", "1960-07-09": "Youth Day", "1960-08-14": "Oued Ed-Dahab Day", "1960-08-20": "Revolution Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-09-04": "Prophet's Birthday (estimated)", "1960-11-18": "Independence Day; Throne Day", "1961-01-01": "New Year's Day", "1961-01-11": "Proclamation of Independence Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (estimated)", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha (estimated)", "1961-06-14": "Islamic New Year (estimated)", "1961-07-09": "Youth Day", "1961-08-14": "Oued Ed-Dahab Day", "1961-08-20": "Revolution Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-08-24": "Prophet's Birthday (estimated)", "1961-11-18": "Independence Day; Throne Day", "1962-01-01": "New Year's Day", "1962-01-11": "Proclamation of Independence Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (estimated)", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha (estimated)", "1962-06-03": "Islamic New Year (estimated)", "1962-07-09": "Youth Day", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-13": "Prophet's Birthday (estimated)", "1962-08-14": "Oued Ed-Dahab Day", "1962-08-20": "Revolution Day", "1962-11-18": "Independence Day; Throne Day", "1963-01-01": "New Year's Day", "1963-01-11": "Proclamation of Independence Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (estimated)", "1963-03-03": "Throne Day", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha (estimated)", "1963-05-24": "Islamic New Year (estimated)", "1963-07-09": "Youth Day", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-03": "Prophet's Birthday (estimated)", "1963-08-14": "Oued Ed-Dahab Day", "1963-08-20": "Revolution Day", "1963-11-18": "Independence Day", "1964-01-01": "New Year's Day", "1964-01-11": "Proclamation of Independence Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (estimated)", "1964-03-03": "Throne Day", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-12": "Islamic New Year (estimated)", "1964-07-09": "Youth Day", "1964-07-21": "Prophet's Birthday (estimated)", "1964-07-22": "Prophet's Birthday (estimated)", "1964-08-14": "Oued Ed-Dahab Day", "1964-08-20": "Revolution Day", "1964-11-18": "Independence Day", "1965-01-01": "New Year's Day", "1965-01-11": "Proclamation of Independence Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr (estimated)", "1965-03-03": "Throne Day", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (estimated)", "1965-05-01": "Islamic New Year (estimated); Labor Day", "1965-07-09": "Youth Day", "1965-07-10": "Prophet's Birthday (estimated)", "1965-07-11": "Prophet's Birthday (estimated)", "1965-08-14": "Oued Ed-Dahab Day", "1965-08-20": "Revolution Day", "1965-11-18": "Independence Day", "1966-01-01": "New Year's Day", "1966-01-11": "Proclamation of Independence Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (estimated)", "1966-03-03": "Throne Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha (estimated)", "1966-04-21": "Islamic New Year (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-07-02": "Prophet's Birthday (estimated)", "1966-07-09": "Youth Day", "1966-08-14": "Oued Ed-Dahab Day", "1966-08-20": "Revolution Day", "1966-11-18": "Independence Day", "1967-01-01": "New Year's Day", "1967-01-11": "Proclamation of Independence Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (estimated)", "1967-03-03": "Throne Day", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha (estimated)", "1967-04-11": "Islamic New Year (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-06-20": "Prophet's Birthday (estimated)", "1967-07-09": "Youth Day", "1967-08-14": "Oued Ed-Dahab Day", "1967-08-20": "Revolution Day", "1967-11-18": "Independence Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (estimated)", "1968-01-11": "Proclamation of Independence Day", "1968-03-03": "Throne Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha (estimated)", "1968-03-30": "Islamic New Year (estimated)", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-06-09": "Prophet's Birthday (estimated)", "1968-07-09": "Youth Day", "1968-08-14": "Oued Ed-Dahab Day", "1968-08-20": "Revolution Day", "1968-11-18": "Independence Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (estimated)", "1969-01-01": "New Year's Day", "1969-01-11": "Proclamation of Independence Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha (estimated)", "1969-03-03": "Throne Day", "1969-03-19": "Islamic New Year (estimated)", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-05-29": "Prophet's Birthday (estimated)", "1969-07-09": "Youth Day", "1969-08-14": "Oued Ed-Dahab Day", "1969-08-20": "Revolution Day", "1969-11-18": "Independence Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (estimated)", "1970-01-01": "New Year's Day", "1970-01-11": "Proclamation of Independence Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (estimated)", "1970-03-03": "Throne Day", "1970-03-09": "Islamic New Year (estimated)", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-05-19": "Prophet's Birthday (estimated)", "1970-07-09": "Youth Day", "1970-08-14": "Oued Ed-Dahab Day", "1970-08-20": "Revolution Day", "1970-11-18": "Independence Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (estimated)", "1971-01-01": "New Year's Day", "1971-01-11": "Proclamation of Independence Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (estimated)", "1971-02-26": "Islamic New Year (estimated)", "1971-03-03": "Throne Day", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-05-08": "Prophet's Birthday (estimated)", "1971-07-09": "Youth Day", "1971-08-14": "Oued Ed-Dahab Day", "1971-08-20": "Revolution Day", "1971-11-18": "Independence Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (estimated)", "1972-01-01": "New Year's Day", "1972-01-11": "Proclamation of Independence Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (estimated)", "1972-02-16": "Islamic New Year (estimated)", "1972-03-03": "Throne Day", "1972-04-25": "Prophet's Birthday (estimated)", "1972-04-26": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-07-09": "Youth Day", "1972-08-14": "Oued Ed-Dahab Day", "1972-08-20": "Revolution Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (estimated)", "1972-11-18": "Independence Day", "1973-01-01": "New Year's Day", "1973-01-11": "Proclamation of Independence Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (estimated)", "1973-02-04": "Islamic New Year (estimated)", "1973-03-03": "Throne Day", "1973-04-15": "Prophet's Birthday (estimated)", "1973-04-16": "Prophet's Birthday (estimated)", "1973-05-01": "Labor Day", "1973-07-09": "Youth Day", "1973-08-14": "Oued Ed-Dahab Day", "1973-08-20": "Revolution Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (estimated)", "1973-11-18": "Independence Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (estimated)", "1974-01-11": "Proclamation of Independence Day", "1974-01-24": "Islamic New Year (estimated)", "1974-03-03": "Throne Day", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-05": "Prophet's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-07-09": "Youth Day", "1974-08-14": "Oued Ed-Dahab Day", "1974-08-20": "Revolution Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (estimated)", "1974-11-18": "Independence Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha (estimated)", "1975-01-01": "New Year's Day", "1975-01-11": "Proclamation of Independence Day", "1975-01-13": "Islamic New Year (estimated)", "1975-03-03": "Throne Day", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-25": "Prophet's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-07-09": "Youth Day", "1975-08-14": "Oued Ed-Dahab Day", "1975-08-20": "Revolution Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (estimated)", "1975-11-18": "Independence Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (estimated)", "1976-01-01": "New Year's Day", "1976-01-02": "Islamic New Year (estimated)", "1976-01-11": "Proclamation of Independence Day", "1976-03-03": "Throne Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-03-13": "Prophet's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-07-09": "Youth Day", "1976-08-14": "Oued Ed-Dahab Day", "1976-08-20": "Revolution Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (estimated)", "1976-11-06": "Green March", "1976-11-18": "Independence Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (estimated)", "1976-12-22": "Islamic New Year (estimated)", "1977-01-01": "New Year's Day", "1977-01-11": "Proclamation of Independence Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-03-03": "Prophet's Birthday (estimated); Throne Day", "1977-05-01": "Labor Day", "1977-07-09": "Youth Day", "1977-08-14": "Oued Ed-Dahab Day", "1977-08-20": "Revolution Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (estimated)", "1977-11-06": "Green March", "1977-11-18": "Independence Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (estimated)", "1977-12-11": "Islamic New Year (estimated)", "1978-01-01": "New Year's Day", "1978-01-11": "Proclamation of Independence Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-02-20": "Prophet's Birthday (estimated)", "1978-03-03": "Throne Day", "1978-05-01": "Labor Day", "1978-07-09": "Youth Day", "1978-08-14": "Oued Ed-Dahab Day", "1978-08-20": "Revolution Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (estimated)", "1978-11-06": "Green March", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (estimated)", "1978-11-18": "Independence Day", "1978-12-01": "Islamic New Year (estimated)", "1979-01-01": "New Year's Day", "1979-01-11": "Proclamation of Independence Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-02-10": "Prophet's Birthday (estimated)", "1979-03-03": "Throne Day", "1979-05-01": "Labor Day", "1979-07-09": "Youth Day", "1979-08-14": "Oued Ed-Dahab Day", "1979-08-20": "Revolution Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (estimated)", "1979-11-06": "Green March", "1979-11-18": "Independence Day", "1979-11-20": "Islamic New Year (estimated)", "1980-01-01": "New Year's Day", "1980-01-11": "Proclamation of Independence Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-01-31": "Prophet's Birthday (estimated)", "1980-03-03": "Throne Day", "1980-05-01": "Labor Day", "1980-07-09": "Youth Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (estimated)", "1980-08-14": "Oued Ed-Dahab Day", "1980-08-20": "Revolution Day", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (estimated)", "1980-11-06": "Green March", "1980-11-09": "Islamic New Year (estimated)", "1980-11-18": "Independence Day", "1981-01-01": "New Year's Day", "1981-01-11": "Proclamation of Independence Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-19": "Prophet's Birthday (estimated)", "1981-03-03": "Throne Day", "1981-05-01": "Labor Day", "1981-07-09": "Youth Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (estimated)", "1981-08-14": "Oued Ed-Dahab Day", "1981-08-20": "Revolution Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (estimated)", "1981-10-28": "Islamic New Year (estimated)", "1981-11-06": "Green March", "1981-11-18": "Independence Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-08": "Prophet's Birthday (estimated)", "1982-01-11": "Proclamation of Independence Day", "1982-03-03": "Throne Day", "1982-05-01": "Labor Day", "1982-07-09": "Youth Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (estimated)", "1982-08-14": "Oued Ed-Dahab Day", "1982-08-20": "Revolution Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (estimated)", "1982-10-18": "Islamic New Year (estimated)", "1982-11-06": "Green March", "1982-11-18": "Independence Day", "1982-12-27": "Prophet's Birthday (estimated)", "1982-12-28": "Prophet's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-01-11": "Proclamation of Independence Day", "1983-03-03": "Throne Day", "1983-05-01": "Labor Day", "1983-07-09": "Youth Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (estimated)", "1983-08-14": "Oued Ed-Dahab Day", "1983-08-20": "Revolution Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (estimated)", "1983-10-07": "Islamic New Year (estimated)", "1983-11-06": "Green March", "1983-11-18": "Independence Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-17": "Prophet's Birthday (estimated)", "1984-01-01": "New Year's Day", "1984-01-11": "Proclamation of Independence Day", "1984-03-03": "Throne Day", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (estimated)", "1984-07-09": "Youth Day", "1984-08-14": "Oued Ed-Dahab Day", "1984-08-20": "Revolution Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-11-06": "Green March", "1984-11-18": "Independence Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-05": "Prophet's Birthday (estimated)", "1985-01-01": "New Year's Day", "1985-01-11": "Proclamation of Independence Day", "1985-03-03": "Throne Day", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (estimated)", "1985-07-09": "Youth Day", "1985-08-14": "Oued Ed-Dahab Day", "1985-08-20": "Revolution Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-11-06": "Green March", "1985-11-18": "Independence Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-11-25": "Prophet's Birthday (estimated)", "1986-01-01": "New Year's Day", "1986-01-11": "Proclamation of Independence Day", "1986-03-03": "Throne Day", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (estimated)", "1986-07-09": "Youth Day", "1986-08-14": "Oued Ed-Dahab Day", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (estimated)", "1986-08-20": "Revolution Day", "1986-09-05": "Islamic New Year (estimated)", "1986-11-06": "Green March", "1986-11-14": "Prophet's Birthday (estimated)", "1986-11-15": "Prophet's Birthday (estimated)", "1986-11-18": "Independence Day", "1987-01-01": "New Year's Day", "1987-01-11": "Proclamation of Independence Day", "1987-03-03": "Throne Day", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (estimated)", "1987-07-09": "Youth Day", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (estimated)", "1987-08-14": "Oued Ed-Dahab Day", "1987-08-20": "Revolution Day", "1987-08-25": "Islamic New Year (estimated)", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-04": "Prophet's Birthday (estimated)", "1987-11-06": "Green March", "1987-11-18": "Independence Day", "1988-01-01": "New Year's Day", "1988-01-11": "Proclamation of Independence Day", "1988-03-03": "Throne Day", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (estimated)", "1988-07-09": "Youth Day", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (estimated)", "1988-08-13": "Islamic New Year (estimated)", "1988-08-14": "Oued Ed-Dahab Day", "1988-08-20": "Revolution Day", "1988-10-22": "Prophet's Birthday (estimated)", "1988-10-23": "Prophet's Birthday (estimated)", "1988-11-06": "Green March", "1988-11-18": "Independence Day", "1989-01-01": "New Year's Day", "1989-01-11": "Proclamation of Independence Day", "1989-03-03": "Throne Day", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (estimated)", "1989-07-09": "Youth Day", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (estimated)", "1989-08-02": "Islamic New Year (estimated)", "1989-08-14": "Oued Ed-Dahab Day", "1989-08-20": "Revolution Day", "1989-10-11": "Prophet's Birthday (estimated)", "1989-10-12": "Prophet's Birthday (estimated)", "1989-11-06": "Green March", "1989-11-18": "Independence Day", "1990-01-01": "New Year's Day", "1990-01-11": "Proclamation of Independence Day", "1990-03-03": "Throne Day", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (estimated)", "1990-07-09": "Youth Day", "1990-07-23": "Islamic New Year (estimated)", "1990-08-14": "Oued Ed-Dahab Day", "1990-08-20": "Revolution Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-02": "Prophet's Birthday (estimated)", "1990-11-06": "Green March", "1990-11-18": "Independence Day", "1991-01-01": "New Year's Day", "1991-01-11": "Proclamation of Independence Day", "1991-03-03": "Throne Day", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (estimated)", "1991-07-09": "Youth Day", "1991-07-12": "Islamic New Year (estimated)", "1991-08-14": "Oued Ed-Dahab Day", "1991-08-20": "Revolution Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-09-21": "Prophet's Birthday (estimated)", "1991-11-06": "Green March", "1991-11-18": "Independence Day", "1992-01-01": "New Year's Day", "1992-01-11": "Proclamation of Independence Day", "1992-03-03": "Throne Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (estimated)", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-07-09": "Youth Day", "1992-08-14": "Oued Ed-Dahab Day", "1992-08-20": "Revolution Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-09-10": "Prophet's Birthday (estimated)", "1992-11-06": "Green March", "1992-11-18": "Independence Day", "1993-01-01": "New Year's Day", "1993-01-11": "Proclamation of Independence Day", "1993-03-03": "Throne Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (estimated)", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-07-09": "Youth Day", "1993-08-14": "Oued Ed-Dahab Day", "1993-08-20": "Revolution Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-08-30": "Prophet's Birthday (estimated)", "1993-11-06": "Green March", "1993-11-18": "Independence Day", "1994-01-01": "New Year's Day", "1994-01-11": "Proclamation of Independence Day", "1994-03-03": "Throne Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (estimated)", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (estimated)", "1994-06-10": "Islamic New Year (estimated)", "1994-07-09": "Youth Day", "1994-08-14": "Oued Ed-Dahab Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-08-20": "Prophet's Birthday (estimated); Revolution Day", "1994-11-06": "Green March", "1994-11-18": "Independence Day", "1995-01-01": "New Year's Day", "1995-01-11": "Proclamation of Independence Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (estimated); Throne Day", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-07-09": "Youth Day", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-09": "Prophet's Birthday (estimated)", "1995-08-14": "Oued Ed-Dahab Day", "1995-08-20": "Revolution Day", "1995-11-06": "Green March", "1995-11-18": "Independence Day", "1996-01-01": "New Year's Day", "1996-01-11": "Proclamation of Independence Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr (estimated)", "1996-03-03": "Throne Day", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-18": "Islamic New Year (estimated)", "1996-07-09": "Youth Day", "1996-07-27": "Prophet's Birthday (estimated)", "1996-07-28": "Prophet's Birthday (estimated)", "1996-08-14": "Oued Ed-Dahab Day", "1996-08-20": "Revolution Day", "1996-11-06": "Green March", "1996-11-18": "Independence Day", "1997-01-01": "New Year's Day", "1997-01-11": "Proclamation of Independence Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (estimated)", "1997-03-03": "Throne Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-07-09": "Youth Day", "1997-07-16": "Prophet's Birthday (estimated)", "1997-07-17": "Prophet's Birthday (estimated)", "1997-08-14": "Oued Ed-Dahab Day", "1997-08-20": "Revolution Day", "1997-11-06": "Green March", "1997-11-18": "Independence Day", "1998-01-01": "New Year's Day", "1998-01-11": "Proclamation of Independence Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (estimated)", "1998-03-03": "Throne Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-07-06": "Prophet's Birthday (estimated)", "1998-07-07": "Prophet's Birthday (estimated)", "1998-07-09": "Youth Day", "1998-08-14": "Oued Ed-Dahab Day", "1998-08-20": "Revolution Day", "1998-11-06": "Green March", "1998-11-18": "Independence Day", "1999-01-01": "New Year's Day", "1999-01-11": "Proclamation of Independence Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (estimated)", "1999-03-03": "Throne Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-06-27": "Prophet's Birthday (estimated)", "1999-07-09": "Youth Day", "1999-08-14": "Oued Ed-Dahab Day", "1999-08-20": "Revolution Day", "1999-11-06": "Green March", "1999-11-18": "Independence Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (estimated)", "2000-01-11": "Proclamation of Independence Day", "2000-03-03": "Throne Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-06-15": "Prophet's Birthday (estimated)", "2000-07-09": "Youth Day", "2000-08-14": "Oued Ed-Dahab Day", "2000-08-20": "Revolution Day", "2000-11-06": "Green March", "2000-11-18": "Independence Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-01-11": "Proclamation of Independence Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-05-01": "Labor Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-06-05": "Prophet's Birthday (estimated)", "2001-07-30": "Throne Day", "2001-08-14": "Oued Ed-Dahab Day", "2001-08-20": "Revolution Day", "2001-08-21": "Youth Day", "2001-11-06": "Green March", "2001-11-18": "Independence Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr (estimated)", "2002-01-01": "New Year's Day", "2002-01-11": "Proclamation of Independence Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-05-01": "Labor Day", "2002-05-24": "Prophet's Birthday (estimated)", "2002-05-25": "Prophet's Birthday (estimated)", "2002-07-30": "Throne Day", "2002-08-14": "Oued Ed-Dahab Day", "2002-08-20": "Revolution Day", "2002-08-21": "Youth Day", "2002-11-06": "Green March", "2002-11-18": "Independence Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr (estimated)", "2003-01-01": "New Year's Day", "2003-01-11": "Proclamation of Independence Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-05-01": "Labor Day", "2003-05-13": "Prophet's Birthday (estimated)", "2003-05-14": "Prophet's Birthday (estimated)", "2003-07-30": "Throne Day", "2003-08-14": "Oued Ed-Dahab Day", "2003-08-20": "Revolution Day", "2003-08-21": "Youth Day", "2003-11-06": "Green March", "2003-11-18": "Independence Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr (estimated)", "2004-01-01": "New Year's Day", "2004-01-11": "Proclamation of Independence Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-05-01": "Labor Day; Prophet's Birthday (estimated)", "2004-05-02": "Prophet's Birthday (estimated)", "2004-07-30": "Throne Day", "2004-08-14": "Oued Ed-Dahab Day", "2004-08-20": "Revolution Day", "2004-08-21": "Youth Day", "2004-11-06": "Green March", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr (estimated)", "2004-11-18": "Independence Day", "2005-01-01": "New Year's Day", "2005-01-11": "Proclamation of Independence Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-04-21": "Prophet's Birthday (estimated)", "2005-04-22": "Prophet's Birthday (estimated)", "2005-05-01": "Labor Day", "2005-07-30": "Throne Day", "2005-08-14": "Oued Ed-Dahab Day", "2005-08-20": "Revolution Day", "2005-08-21": "Youth Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr (estimated)", "2005-11-06": "Green March", "2005-11-18": "Independence Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha (estimated); Proclamation of Independence Day", "2006-01-31": "Islamic New Year (estimated)", "2006-04-10": "Prophet's Birthday (estimated)", "2006-04-11": "Prophet's Birthday (estimated)", "2006-05-01": "Labor Day", "2006-07-30": "Throne Day", "2006-08-14": "Oued Ed-Dahab Day", "2006-08-20": "Revolution Day", "2006-08-21": "Youth Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr (estimated)", "2006-11-06": "Green March", "2006-11-18": "Independence Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha (estimated); New Year's Day", "2007-01-11": "Proclamation of Independence Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-31": "Prophet's Birthday (estimated)", "2007-04-01": "Prophet's Birthday (estimated)", "2007-05-01": "Labor Day", "2007-07-30": "Throne Day", "2007-08-14": "Oued Ed-Dahab Day", "2007-08-20": "Revolution Day", "2007-08-21": "Youth Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr (estimated)", "2007-11-06": "Green March", "2007-11-18": "Independence Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha (estimated)", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-01-11": "Proclamation of Independence Day", "2008-03-20": "Prophet's Birthday (estimated)", "2008-03-21": "Prophet's Birthday (estimated)", "2008-05-01": "Labor Day", "2008-07-30": "Throne Day", "2008-08-14": "Oued Ed-Dahab Day", "2008-08-20": "Revolution Day", "2008-08-21": "Youth Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr (estimated)", "2008-11-06": "Green March", "2008-11-18": "Independence Day", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha (estimated)", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-01-11": "Proclamation of Independence Day", "2009-03-09": "Prophet's Birthday (estimated)", "2009-03-10": "Prophet's Birthday (estimated)", "2009-05-01": "Labor Day", "2009-07-30": "Throne Day", "2009-08-14": "Oued Ed-Dahab Day", "2009-08-20": "Revolution Day", "2009-08-21": "Youth Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr (estimated)", "2009-11-06": "Green March", "2009-11-18": "Independence Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha (estimated)", "2009-12-18": "Islamic New Year (estimated)", "2010-01-01": "New Year's Day", "2010-01-11": "Proclamation of Independence Day", "2010-02-26": "Prophet's Birthday (estimated)", "2010-02-27": "Prophet's Birthday (estimated)", "2010-05-01": "Labor Day", "2010-07-30": "Throne Day", "2010-08-14": "Oued Ed-Dahab Day", "2010-08-20": "Revolution Day", "2010-08-21": "Youth Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr (estimated)", "2010-11-06": "Green March", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha (estimated)", "2010-11-18": "Independence Day", "2010-12-07": "Islamic New Year (estimated)", "2011-01-01": "New Year's Day", "2011-01-11": "Proclamation of Independence Day", "2011-02-15": "Prophet's Birthday (estimated)", "2011-02-16": "Prophet's Birthday (estimated)", "2011-05-01": "Labor Day", "2011-07-30": "Throne Day", "2011-08-14": "Oued Ed-Dahab Day", "2011-08-20": "Revolution Day", "2011-08-21": "Youth Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr (estimated)", "2011-11-06": "Eid al-Adha (estimated); Green March", "2011-11-07": "Eid al-Adha (estimated)", "2011-11-18": "Independence Day", "2011-11-26": "Islamic New Year (estimated)", "2012-01-01": "New Year's Day", "2012-01-11": "Proclamation of Independence Day", "2012-02-04": "Prophet's Birthday (estimated)", "2012-02-05": "Prophet's Birthday (estimated)", "2012-05-01": "Labor Day", "2012-07-30": "Throne Day", "2012-08-14": "Oued Ed-Dahab Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr (estimated); Revolution Day", "2012-08-21": "Youth Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha (estimated)", "2012-11-06": "Green March", "2012-11-15": "Islamic New Year (estimated)", "2012-11-18": "Independence Day", "2013-01-01": "New Year's Day", "2013-01-11": "Proclamation of Independence Day", "2013-01-24": "Prophet's Birthday (estimated)", "2013-01-25": "Prophet's Birthday (estimated)", "2013-05-01": "Labor Day", "2013-07-30": "Throne Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr (estimated)", "2013-08-14": "Oued Ed-Dahab Day", "2013-08-20": "Revolution Day", "2013-08-21": "Youth Day", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-06": "Green March", "2013-11-18": "Independence Day", "2014-01-01": "New Year's Day", "2014-01-11": "Proclamation of Independence Day", "2014-01-13": "Prophet's Birthday (estimated)", "2014-01-14": "Prophet's Birthday (estimated)", "2014-05-01": "Labor Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr (estimated)", "2014-07-30": "Throne Day", "2014-08-14": "Oued Ed-Dahab Day", "2014-08-20": "Revolution Day", "2014-08-21": "Youth Day", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha (estimated)", "2014-10-25": "Islamic New Year (estimated)", "2014-11-06": "Green March", "2014-11-18": "Independence Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday (estimated)", "2015-01-04": "Prophet's Birthday (estimated)", "2015-01-11": "Proclamation of Independence Day", "2015-05-01": "Labor Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr (estimated)", "2015-07-30": "Throne Day", "2015-08-14": "Oued Ed-Dahab Day", "2015-08-20": "Revolution Day", "2015-08-21": "Youth Day", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha (estimated)", "2015-10-14": "Islamic New Year (estimated)", "2015-11-06": "Green March", "2015-11-18": "Independence Day", "2015-12-23": "Prophet's Birthday (estimated)", "2015-12-24": "Prophet's Birthday (estimated)", "2016-01-01": "New Year's Day", "2016-01-11": "Proclamation of Independence Day", "2016-05-01": "Labor Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr (estimated)", "2016-07-30": "Throne Day", "2016-08-14": "Oued Ed-Dahab Day", "2016-08-20": "Revolution Day", "2016-08-21": "Youth Day", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-11-06": "Green March", "2016-11-18": "Independence Day", "2016-12-11": "Prophet's Birthday (estimated)", "2016-12-12": "Prophet's Birthday (estimated)", "2017-01-01": "New Year's Day", "2017-01-11": "Proclamation of Independence Day", "2017-05-01": "Labor Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr (estimated)", "2017-07-30": "Throne Day", "2017-08-14": "Oued Ed-Dahab Day", "2017-08-20": "Revolution Day", "2017-08-21": "Youth Day", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-02": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated)", "2017-11-06": "Green March", "2017-11-18": "Independence Day", "2017-11-30": "Prophet's Birthday (estimated)", "2017-12-01": "Prophet's Birthday (estimated)", "2018-01-01": "New Year's Day", "2018-01-11": "Proclamation of Independence Day", "2018-05-01": "Labor Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-16": "Eid al-Fitr (estimated)", "2018-07-30": "Throne Day", "2018-08-14": "Oued Ed-Dahab Day", "2018-08-20": "Revolution Day", "2018-08-21": "Eid al-Adha (estimated); Youth Day", "2018-08-22": "Eid al-Adha (estimated)", "2018-09-11": "Islamic New Year (estimated)", "2018-11-06": "Green March", "2018-11-18": "Independence Day", "2018-11-20": "Prophet's Birthday (estimated)", "2018-11-21": "Prophet's Birthday (estimated)", "2019-01-01": "New Year's Day", "2019-01-11": "Proclamation of Independence Day", "2019-05-01": "Labor Day", "2019-06-04": "Eid al-Fitr (estimated)", "2019-06-05": "Eid al-Fitr (estimated)", "2019-07-30": "Throne Day", "2019-08-11": "Eid al-Adha (estimated)", "2019-08-12": "Eid al-Adha (estimated)", "2019-08-14": "Oued Ed-Dahab Day", "2019-08-20": "Revolution Day", "2019-08-21": "Youth Day", "2019-08-31": "Islamic New Year (estimated)", "2019-11-06": "Green March", "2019-11-09": "Prophet's Birthday (estimated)", "2019-11-10": "Prophet's Birthday (estimated)", "2019-11-18": "Independence Day", "2020-01-01": "New Year's Day", "2020-01-11": "Proclamation of Independence Day", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr (estimated)", "2020-05-25": "Eid al-Fitr (estimated)", "2020-07-30": "Throne Day", "2020-07-31": "Eid al-Adha (estimated)", "2020-08-01": "Eid al-Adha (estimated)", "2020-08-14": "Oued Ed-Dahab Day", "2020-08-20": "Islamic New Year (estimated); Revolution Day", "2020-08-21": "Youth Day", "2020-10-29": "Prophet's Birthday (estimated)", "2020-10-30": "Prophet's Birthday (estimated)", "2020-11-06": "Green March", "2020-11-18": "Independence Day", "2021-01-01": "New Year's Day", "2021-01-11": "Proclamation of Independence Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr (estimated)", "2021-05-14": "Eid al-Fitr (estimated)", "2021-07-20": "Eid al-Adha (estimated)", "2021-07-21": "Eid al-Adha (estimated)", "2021-07-30": "Throne Day", "2021-08-09": "Islamic New Year (estimated)", "2021-08-14": "Oued Ed-Dahab Day", "2021-08-20": "Revolution Day", "2021-08-21": "Youth Day", "2021-10-18": "Prophet's Birthday (estimated)", "2021-10-19": "Prophet's Birthday (estimated)", "2021-11-06": "Green March", "2021-11-18": "Independence Day", "2022-01-01": "New Year's Day", "2022-01-11": "Proclamation of Independence Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr (estimated)", "2022-05-03": "Eid al-Fitr (estimated)", "2022-07-09": "Eid al-Adha (estimated)", "2022-07-10": "Eid al-Adha (estimated)", "2022-07-30": "Islamic New Year (estimated); Throne Day", "2022-08-14": "Oued Ed-Dahab Day", "2022-08-20": "Revolution Day", "2022-08-21": "Youth Day", "2022-10-08": "Prophet's Birthday (estimated)", "2022-10-09": "Prophet's Birthday (estimated)", "2022-11-06": "Green March", "2022-11-18": "Independence Day", "2023-01-01": "New Year's Day", "2023-01-11": "Proclamation of Independence Day", "2023-04-21": "Eid al-Fitr (estimated)", "2023-04-22": "Eid al-Fitr (estimated)", "2023-05-01": "Labor Day", "2023-06-28": "Eid al-Adha (estimated)", "2023-06-29": "Eid al-Adha (estimated)", "2023-07-19": "Islamic New Year (estimated)", "2023-07-30": "Throne Day", "2023-08-14": "Oued Ed-Dahab Day", "2023-08-20": "Revolution Day", "2023-08-21": "Youth Day", "2023-09-27": "Prophet's Birthday (estimated)", "2023-09-28": "Prophet's Birthday (estimated)", "2023-11-06": "Green March", "2023-11-18": "Independence Day", "2024-01-01": "New Year's Day", "2024-01-11": "Proclamation of Independence Day", "2024-01-13": "Amazigh New Year", "2024-04-10": "Eid al-Fitr (estimated)", "2024-04-11": "Eid al-Fitr (estimated)", "2024-05-01": "Labor Day", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha (estimated)", "2024-07-07": "Islamic New Year (estimated)", "2024-07-30": "Throne Day", "2024-08-14": "Oued Ed-Dahab Day", "2024-08-20": "Revolution Day", "2024-08-21": "Youth Day", "2024-09-15": "Prophet's Birthday (estimated)", "2024-09-16": "Prophet's Birthday (estimated)", "2024-11-06": "Green March", "2024-11-18": "Independence Day", "2025-01-01": "New Year's Day", "2025-01-11": "Proclamation of Independence Day", "2025-01-13": "Amazigh New Year", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr (estimated)", "2025-05-01": "Labor Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha (estimated)", "2025-06-26": "Islamic New Year (estimated)", "2025-07-30": "Throne Day", "2025-08-14": "Oued Ed-Dahab Day", "2025-08-20": "Revolution Day", "2025-08-21": "Youth Day", "2025-09-04": "Prophet's Birthday (estimated)", "2025-09-05": "Prophet's Birthday (estimated)", "2025-11-06": "Green March", "2025-11-18": "Independence Day", "2026-01-01": "New Year's Day", "2026-01-11": "Proclamation of Independence Day", "2026-01-13": "Amazigh New Year", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (estimated)", "2026-05-01": "Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-07-30": "Throne Day", "2026-08-14": "Oued Ed-Dahab Day", "2026-08-20": "Revolution Day", "2026-08-21": "Youth Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-08-26": "Prophet's Birthday (estimated)", "2026-11-06": "Green March", "2026-11-18": "Independence Day", "2027-01-01": "New Year's Day", "2027-01-11": "Proclamation of Independence Day", "2027-01-13": "Amazigh New Year", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-07-30": "Throne Day", "2027-08-14": "Oued Ed-Dahab Day; Prophet's Birthday (estimated)", "2027-08-15": "Prophet's Birthday (estimated)", "2027-08-20": "Revolution Day", "2027-08-21": "Youth Day", "2027-11-06": "Green March", "2027-11-18": "Independence Day", "2028-01-01": "New Year's Day", "2028-01-11": "Proclamation of Independence Day", "2028-01-13": "Amazigh New Year", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-07-30": "Throne Day", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-04": "Prophet's Birthday (estimated)", "2028-08-14": "Oued Ed-Dahab Day", "2028-08-20": "Revolution Day", "2028-08-21": "Youth Day", "2028-11-06": "Green March", "2028-11-18": "Independence Day", "2029-01-01": "New Year's Day", "2029-01-11": "Proclamation of Independence Day", "2029-01-13": "Amazigh New Year", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-07-24": "Prophet's Birthday (estimated)", "2029-07-25": "Prophet's Birthday (estimated)", "2029-07-30": "Throne Day", "2029-08-14": "Oued Ed-Dahab Day", "2029-08-20": "Revolution Day", "2029-08-21": "Youth Day", "2029-11-06": "Green March", "2029-11-18": "Independence Day", "2030-01-01": "New Year's Day", "2030-01-11": "Proclamation of Independence Day", "2030-01-13": "Amazigh New Year", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-07-13": "Prophet's Birthday (estimated)", "2030-07-14": "Prophet's Birthday (estimated)", "2030-07-30": "Throne Day", "2030-08-14": "Oued Ed-Dahab Day", "2030-08-20": "Revolution Day", "2030-08-21": "Youth Day", "2030-11-06": "Green March", "2030-11-18": "Independence Day", "2031-01-01": "New Year's Day", "2031-01-11": "Proclamation of Independence Day", "2031-01-13": "Amazigh New Year", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-07-02": "Prophet's Birthday (estimated)", "2031-07-03": "Prophet's Birthday (estimated)", "2031-07-30": "Throne Day", "2031-08-14": "Oued Ed-Dahab Day", "2031-08-20": "Revolution Day", "2031-08-21": "Youth Day", "2031-11-06": "Green March", "2031-11-18": "Independence Day", "2032-01-01": "New Year's Day", "2032-01-11": "Proclamation of Independence Day", "2032-01-13": "Amazigh New Year", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-06-20": "Prophet's Birthday (estimated)", "2032-06-21": "Prophet's Birthday (estimated)", "2032-07-30": "Throne Day", "2032-08-14": "Oued Ed-Dahab Day", "2032-08-20": "Revolution Day", "2032-08-21": "Youth Day", "2032-11-06": "Green March", "2032-11-18": "Independence Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (estimated)", "2033-01-11": "Proclamation of Independence Day", "2033-01-13": "Amazigh New Year", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-06-10": "Prophet's Birthday (estimated)", "2033-07-30": "Throne Day", "2033-08-14": "Oued Ed-Dahab Day", "2033-08-20": "Revolution Day", "2033-08-21": "Youth Day", "2033-11-06": "Green March", "2033-11-18": "Independence Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (estimated)", "2034-01-01": "New Year's Day", "2034-01-11": "Proclamation of Independence Day", "2034-01-13": "Amazigh New Year", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-05-31": "Prophet's Birthday (estimated)", "2034-07-30": "Throne Day", "2034-08-14": "Oued Ed-Dahab Day", "2034-08-20": "Revolution Day", "2034-08-21": "Youth Day", "2034-11-06": "Green March", "2034-11-18": "Independence Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2035-01-01": "New Year's Day", "2035-01-11": "Proclamation of Independence Day", "2035-01-13": "Amazigh New Year", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-21": "Prophet's Birthday (estimated)", "2035-07-30": "Throne Day", "2035-08-14": "Oued Ed-Dahab Day", "2035-08-20": "Revolution Day", "2035-08-21": "Youth Day", "2035-11-06": "Green March", "2035-11-18": "Independence Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2036-01-01": "New Year's Day", "2036-01-11": "Proclamation of Independence Day", "2036-01-13": "Amazigh New Year", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-05-09": "Prophet's Birthday (estimated)", "2036-07-30": "Throne Day", "2036-08-14": "Oued Ed-Dahab Day", "2036-08-20": "Revolution Day", "2036-08-21": "Youth Day", "2036-11-06": "Green March", "2036-11-18": "Independence Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2037-01-01": "New Year's Day", "2037-01-11": "Proclamation of Independence Day", "2037-01-13": "Amazigh New Year", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-04-28": "Prophet's Birthday (estimated)", "2037-04-29": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-07-30": "Throne Day", "2037-08-14": "Oued Ed-Dahab Day", "2037-08-20": "Revolution Day", "2037-08-21": "Youth Day", "2037-11-06": "Green March", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated)", "2037-11-18": "Independence Day", "2038-01-01": "New Year's Day", "2038-01-11": "Proclamation of Independence Day", "2038-01-13": "Amazigh New Year", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-18": "Prophet's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-07-30": "Throne Day", "2038-08-14": "Oued Ed-Dahab Day", "2038-08-20": "Revolution Day", "2038-08-21": "Youth Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-11-06": "Green March", "2038-11-18": "Independence Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (estimated)", "2039-01-11": "Proclamation of Independence Day", "2039-01-13": "Amazigh New Year", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-07": "Prophet's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-07-30": "Throne Day", "2039-08-14": "Oued Ed-Dahab Day", "2039-08-20": "Revolution Day", "2039-08-21": "Youth Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-11-06": "Green March", "2039-11-18": "Independence Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-11": "Proclamation of Independence Day", "2040-01-13": "Amazigh New Year", "2040-01-15": "Islamic New Year (estimated)", "2040-03-25": "Prophet's Birthday (estimated)", "2040-03-26": "Prophet's Birthday (estimated)", "2040-05-01": "Labor Day", "2040-07-30": "Throne Day", "2040-08-14": "Oued Ed-Dahab Day", "2040-08-20": "Revolution Day", "2040-08-21": "Youth Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-11-06": "Green March", "2040-11-18": "Independence Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-01-11": "Proclamation of Independence Day", "2041-01-13": "Amazigh New Year", "2041-03-15": "Prophet's Birthday (estimated)", "2041-03-16": "Prophet's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-07-30": "Throne Day", "2041-08-14": "Oued Ed-Dahab Day", "2041-08-20": "Revolution Day", "2041-08-21": "Youth Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-11-06": "Green March", "2041-11-18": "Independence Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2042-01-01": "New Year's Day", "2042-01-11": "Proclamation of Independence Day", "2042-01-13": "Amazigh New Year", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-05": "Prophet's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-07-30": "Throne Day", "2042-08-14": "Oued Ed-Dahab Day", "2042-08-20": "Revolution Day", "2042-08-21": "Youth Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-11-06": "Green March", "2042-11-18": "Independence Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2043-01-01": "New Year's Day", "2043-01-11": "Proclamation of Independence Day", "2043-01-13": "Amazigh New Year", "2043-02-22": "Prophet's Birthday (estimated)", "2043-02-23": "Prophet's Birthday (estimated)", "2043-05-01": "Labor Day", "2043-07-30": "Throne Day", "2043-08-14": "Oued Ed-Dahab Day", "2043-08-20": "Revolution Day", "2043-08-21": "Youth Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-11-06": "Green March", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated)", "2043-11-18": "Independence Day", "2043-12-03": "Islamic New Year (estimated)", "2044-01-01": "New Year's Day", "2044-01-11": "Proclamation of Independence Day", "2044-01-13": "Amazigh New Year", "2044-02-11": "Prophet's Birthday (estimated)", "2044-02-12": "Prophet's Birthday (estimated)", "2044-05-01": "Labor Day", "2044-07-30": "Throne Day", "2044-08-14": "Oued Ed-Dahab Day", "2044-08-20": "Revolution Day", "2044-08-21": "Youth Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (estimated)", "2044-11-06": "Green March", "2044-11-18": "Independence Day", "2044-11-21": "Islamic New Year (estimated)", "2045-01-01": "New Year's Day", "2045-01-11": "Proclamation of Independence Day", "2045-01-13": "Amazigh New Year", "2045-01-30": "Prophet's Birthday (estimated)", "2045-01-31": "Prophet's Birthday (estimated)", "2045-05-01": "Labor Day", "2045-07-30": "Throne Day", "2045-08-14": "Eid al-Fitr (estimated); Oued Ed-Dahab Day", "2045-08-15": "Eid al-Fitr (estimated)", "2045-08-20": "Revolution Day", "2045-08-21": "Youth Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-11-06": "Green March", "2045-11-10": "Islamic New Year (estimated)", "2045-11-18": "Independence Day", "2046-01-01": "New Year's Day", "2046-01-11": "Proclamation of Independence Day", "2046-01-13": "Amazigh New Year", "2046-01-19": "Prophet's Birthday (estimated)", "2046-01-20": "Prophet's Birthday (estimated)", "2046-05-01": "Labor Day", "2046-07-30": "Throne Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-08-14": "Oued Ed-Dahab Day", "2046-08-20": "Revolution Day", "2046-08-21": "Youth Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-11-06": "Green March", "2046-11-18": "Independence Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-09": "Prophet's Birthday (estimated)", "2047-01-11": "Proclamation of Independence Day", "2047-01-13": "Amazigh New Year", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-07-30": "Throne Day", "2047-08-14": "Oued Ed-Dahab Day", "2047-08-20": "Revolution Day", "2047-08-21": "Youth Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-06": "Green March", "2047-11-18": "Independence Day", "2047-12-29": "Prophet's Birthday (estimated)", "2047-12-30": "Prophet's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-01-11": "Proclamation of Independence Day", "2048-01-13": "Amazigh New Year", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-07-30": "Throne Day", "2048-08-14": "Oued Ed-Dahab Day", "2048-08-20": "Revolution Day", "2048-08-21": "Youth Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-06": "Green March", "2048-11-18": "Independence Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-19": "Prophet's Birthday (estimated)", "2049-01-01": "New Year's Day", "2049-01-11": "Proclamation of Independence Day", "2049-01-13": "Amazigh New Year", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-07-30": "Throne Day", "2049-08-14": "Oued Ed-Dahab Day", "2049-08-20": "Revolution Day", "2049-08-21": "Youth Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-11-06": "Green March", "2049-11-18": "Independence Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-08": "Prophet's Birthday (estimated)", "2050-01-01": "New Year's Day", "2050-01-11": "Proclamation of Independence Day", "2050-01-13": "Amazigh New Year", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-07-30": "Throne Day", "2050-08-14": "Oued Ed-Dahab Day", "2050-08-20": "Revolution Day", "2050-08-21": "Youth Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-11-06": "Green March", "2050-11-18": "Independence Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-11-27": "Prophet's Birthday (estimated)" } holidays-0.71/snapshots/countries/MC_COMMON.json000066400000000000000000001347371500152103600215640ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-01-27": "Saint Devote's Day", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-11-19": "Prince's Day", "1950-11-20": "Prince's Day (observed)", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-27": "Saint Devote's Day", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-14": "Whit Monday", "1951-05-24": "Corpus Christi", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-11-19": "Prince's Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-27": "Saint Devote's Day", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-06-02": "Whit Monday", "1952-06-12": "Corpus Christi", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-11-19": "Prince's Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-27": "Saint Devote's Day", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-25": "Whit Monday", "1953-06-04": "Corpus Christi", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-11-02": "All Saints' Day (observed)", "1953-11-19": "Prince's Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-27": "Saint Devote's Day", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-06-07": "Whit Monday", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-08-16": "Assumption Day (observed)", "1954-11-01": "All Saints' Day", "1954-11-19": "Prince's Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-27": "Saint Devote's Day", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-02": "Labor Day (observed)", "1955-05-19": "Ascension Day", "1955-05-30": "Whit Monday", "1955-06-09": "Corpus Christi", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-11-19": "Prince's Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-01-27": "Saint Devote's Day", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-05-31": "Corpus Christi", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-19": "Prince's Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-27": "Saint Devote's Day", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-19": "Prince's Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-27": "Saint Devote's Day", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-06-05": "Corpus Christi", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-19": "Prince's Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-27": "Saint Devote's Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-18": "Whit Monday", "1959-05-28": "Corpus Christi", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-02": "All Saints' Day (observed)", "1959-11-19": "Prince's Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-27": "Saint Devote's Day", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-02": "Labor Day (observed)", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-19": "Prince's Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-27": "Saint Devote's Day", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-06-01": "Corpus Christi", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-19": "Prince's Day", "1961-11-20": "Prince's Day (observed)", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-27": "Saint Devote's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-19": "Prince's Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-27": "Saint Devote's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-06-13": "Corpus Christi", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-19": "Prince's Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-27": "Saint Devote's Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-05-28": "Corpus Christi", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-02": "All Saints' Day (observed)", "1964-11-19": "Prince's Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-27": "Saint Devote's Day", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-08-16": "Assumption Day (observed)", "1965-11-01": "All Saints' Day", "1965-11-19": "Prince's Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-27": "Saint Devote's Day", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-02": "Labor Day (observed)", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-06-09": "Corpus Christi", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-19": "Prince's Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-27": "Saint Devote's Day", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-05-25": "Corpus Christi", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-19": "Prince's Day", "1967-11-20": "Prince's Day (observed)", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-27": "Saint Devote's Day", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-06-13": "Corpus Christi", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-19": "Prince's Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-27": "Saint Devote's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-06-05": "Corpus Christi", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-19": "Prince's Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-27": "Saint Devote's Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-05-28": "Corpus Christi", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-02": "All Saints' Day (observed)", "1970-11-19": "Prince's Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-27": "Saint Devote's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-06-10": "Corpus Christi", "1971-08-15": "Assumption Day", "1971-08-16": "Assumption Day (observed)", "1971-11-01": "All Saints' Day", "1971-11-19": "Prince's Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-27": "Saint Devote's Day", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-06-01": "Corpus Christi", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-19": "Prince's Day", "1972-11-20": "Prince's Day (observed)", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-27": "Saint Devote's Day", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-19": "Prince's Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-27": "Saint Devote's Day", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-06-13": "Corpus Christi", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-19": "Prince's Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-27": "Saint Devote's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-05-29": "Corpus Christi", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-19": "Prince's Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-27": "Saint Devote's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-08-16": "Assumption Day (observed)", "1976-11-01": "All Saints' Day", "1976-11-19": "Prince's Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-27": "Saint Devote's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-06-09": "Corpus Christi", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-19": "Prince's Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-27": "Saint Devote's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-05-25": "Corpus Christi", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-19": "Prince's Day", "1978-11-20": "Prince's Day (observed)", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-27": "Saint Devote's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-19": "Prince's Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-27": "Saint Devote's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-06-05": "Corpus Christi", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-19": "Prince's Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-27": "Saint Devote's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-02": "All Saints' Day (observed)", "1981-11-19": "Prince's Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-27": "Saint Devote's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-06-10": "Corpus Christi", "1982-08-15": "Assumption Day", "1982-08-16": "Assumption Day (observed)", "1982-11-01": "All Saints' Day", "1982-11-19": "Prince's Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-27": "Saint Devote's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-06-02": "Corpus Christi", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-19": "Prince's Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-27": "Saint Devote's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-19": "Prince's Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-27": "Saint Devote's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-06-06": "Corpus Christi", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-19": "Prince's Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-27": "Saint Devote's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-19": "Whit Monday", "1986-05-29": "Corpus Christi", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-19": "Prince's Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-27": "Saint Devote's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-02": "All Saints' Day (observed)", "1987-11-19": "Prince's Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-27": "Saint Devote's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-06-02": "Corpus Christi", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-19": "Prince's Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-27": "Saint Devote's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-15": "Whit Monday", "1989-05-25": "Corpus Christi", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-19": "Prince's Day", "1989-11-20": "Prince's Day (observed)", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-27": "Saint Devote's Day", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-19": "Prince's Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-27": "Saint Devote's Day", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-19": "Prince's Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-27": "Saint Devote's Day", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-02": "All Saints' Day (observed)", "1992-11-19": "Prince's Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-27": "Saint Devote's Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-08-16": "Assumption Day (observed)", "1993-11-01": "All Saints' Day", "1993-11-19": "Prince's Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-27": "Saint Devote's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-19": "Prince's Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-27": "Saint Devote's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-19": "Prince's Day", "1995-11-20": "Prince's Day (observed)", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-27": "Saint Devote's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-19": "Prince's Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-27": "Saint Devote's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-19": "Whit Monday", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-19": "Prince's Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-27": "Saint Devote's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-02": "All Saints' Day (observed)", "1998-11-19": "Prince's Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-27": "Saint Devote's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-08-16": "Assumption Day (observed)", "1999-11-01": "All Saints' Day", "1999-11-19": "Prince's Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-27": "Saint Devote's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-19": "Prince's Day", "2000-11-20": "Prince's Day (observed)", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-27": "Saint Devote's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-19": "Prince's Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-27": "Saint Devote's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-19": "Prince's Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-27": "Saint Devote's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-19": "Prince's Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-27": "Saint Devote's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-08-16": "Assumption Day (observed)", "2004-11-01": "All Saints' Day", "2004-11-19": "Prince's Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-27": "Saint Devote's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-05": "Ascension Day", "2005-05-16": "Whit Monday", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-19": "Prince's Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-27": "Saint Devote's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-05": "Whit Monday", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-19": "Prince's Day", "2006-11-20": "Prince's Day (observed)", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-27": "Saint Devote's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-28": "Whit Monday", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-19": "Prince's Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-27": "Saint Devote's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-12": "Whit Monday", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-19": "Prince's Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-27": "Saint Devote's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-02": "All Saints' Day (observed)", "2009-11-19": "Prince's Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-27": "Saint Devote's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-08-16": "Assumption Day (observed)", "2010-11-01": "All Saints' Day", "2010-11-19": "Prince's Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-27": "Saint Devote's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-19": "Prince's Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-27": "Saint Devote's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-19": "Prince's Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-27": "Saint Devote's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-19": "Prince's Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-27": "Saint Devote's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-19": "Prince's Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-07": "Public holiday", "2015-01-27": "Saint Devote's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-02": "All Saints' Day (observed)", "2015-11-19": "Prince's Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-27": "Saint Devote's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-05": "Ascension Day", "2016-05-16": "Whit Monday", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-19": "Prince's Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-27": "Saint Devote's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-19": "Prince's Day", "2017-11-20": "Prince's Day (observed)", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-27": "Saint Devote's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-19": "Prince's Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-27": "Saint Devote's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-19": "Prince's Day", "2019-12-09": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-27": "Saint Devote's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-02": "All Saints' Day (observed)", "2020-11-19": "Prince's Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-27": "Saint Devote's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-08-16": "Assumption Day (observed)", "2021-11-01": "All Saints' Day", "2021-11-19": "Prince's Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-27": "Saint Devote's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-19": "Prince's Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-27": "Saint Devote's Day", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-19": "Prince's Day", "2023-11-20": "Prince's Day (observed)", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-27": "Saint Devote's Day", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-19": "Prince's Day", "2024-12-09": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-27": "Saint Devote's Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-19": "Prince's Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-27": "Saint Devote's Day", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-02": "All Saints' Day (observed)", "2026-11-19": "Prince's Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-27": "Saint Devote's Day", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-17": "Whit Monday", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-08-16": "Assumption Day (observed)", "2027-11-01": "All Saints' Day", "2027-11-19": "Prince's Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-27": "Saint Devote's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-19": "Prince's Day", "2028-11-20": "Prince's Day (observed)", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-27": "Saint Devote's Day", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-19": "Prince's Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-27": "Saint Devote's Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-19": "Prince's Day", "2030-12-09": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-27": "Saint Devote's Day", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-19": "Prince's Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-27": "Saint Devote's Day", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-17": "Whit Monday", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-08-16": "Assumption Day (observed)", "2032-11-01": "All Saints' Day", "2032-11-19": "Prince's Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-27": "Saint Devote's Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-19": "Prince's Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-27": "Saint Devote's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-19": "Prince's Day", "2034-11-20": "Prince's Day (observed)", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-27": "Saint Devote's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-14": "Whit Monday", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-19": "Prince's Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-27": "Saint Devote's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-19": "Prince's Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-27": "Saint Devote's Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-02": "All Saints' Day (observed)", "2037-11-19": "Prince's Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-27": "Saint Devote's Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-08-16": "Assumption Day (observed)", "2038-11-01": "All Saints' Day", "2038-11-19": "Prince's Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-27": "Saint Devote's Day", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-19": "Prince's Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-27": "Saint Devote's Day", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-19": "Prince's Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-27": "Saint Devote's Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-19": "Prince's Day", "2041-12-09": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-27": "Saint Devote's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-19": "Prince's Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-27": "Saint Devote's Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-18": "Whit Monday", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-02": "All Saints' Day (observed)", "2043-11-19": "Prince's Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-27": "Saint Devote's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-19": "Prince's Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-27": "Saint Devote's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-19": "Prince's Day", "2045-11-20": "Prince's Day (observed)", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-27": "Saint Devote's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-14": "Whit Monday", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-19": "Prince's Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-27": "Saint Devote's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-19": "Prince's Day", "2047-12-09": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-27": "Saint Devote's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-02": "All Saints' Day (observed)", "2048-11-19": "Prince's Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-27": "Saint Devote's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-08-16": "Assumption Day (observed)", "2049-11-01": "All Saints' Day", "2049-11-19": "Prince's Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-27": "Saint Devote's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-19": "Prince's Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MD_COMMON.json000066400000000000000000001054071500152103600215550ustar00rootroot00000000000000{ "1991-01-01": "New Year's Day", "1991-01-07": "Christmas Day", "1991-01-08": "Christmas Day", "1991-03-08": "International Women's Day", "1991-04-07": "Easter", "1991-04-08": "Easter", "1991-04-15": "Day of Rejoicing", "1991-05-01": "International Workers' Solidarity Day", "1991-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "1991-08-27": "Republic of Moldova Independence Day", "1991-08-31": "National Language Day", "1992-01-01": "New Year's Day", "1992-01-07": "Christmas Day", "1992-01-08": "Christmas Day", "1992-03-08": "International Women's Day", "1992-04-26": "Easter", "1992-04-27": "Easter", "1992-05-01": "International Workers' Solidarity Day", "1992-05-04": "Day of Rejoicing", "1992-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "1992-08-27": "Republic of Moldova Independence Day", "1992-08-31": "National Language Day", "1993-01-01": "New Year's Day", "1993-01-07": "Christmas Day", "1993-01-08": "Christmas Day", "1993-03-08": "International Women's Day", "1993-04-18": "Easter", "1993-04-19": "Easter", "1993-04-26": "Day of Rejoicing", "1993-05-01": "International Workers' Solidarity Day", "1993-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "1993-08-27": "Republic of Moldova Independence Day", "1993-08-31": "National Language Day", "1994-01-01": "New Year's Day", "1994-01-07": "Christmas Day", "1994-01-08": "Christmas Day", "1994-03-08": "International Women's Day", "1994-05-01": "Easter; International Workers' Solidarity Day", "1994-05-02": "Easter", "1994-05-09": "Day of Rejoicing; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "1994-08-27": "Republic of Moldova Independence Day", "1994-08-31": "National Language Day", "1995-01-01": "New Year's Day", "1995-01-07": "Christmas Day", "1995-01-08": "Christmas Day", "1995-03-08": "International Women's Day", "1995-04-23": "Easter", "1995-04-24": "Easter", "1995-05-01": "Day of Rejoicing; International Workers' Solidarity Day", "1995-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "1995-08-27": "Republic of Moldova Independence Day", "1995-08-31": "National Language Day", "1996-01-01": "New Year's Day", "1996-01-07": "Christmas Day", "1996-01-08": "Christmas Day", "1996-03-08": "International Women's Day", "1996-04-14": "Easter", "1996-04-15": "Easter", "1996-04-22": "Day of Rejoicing", "1996-05-01": "International Workers' Solidarity Day", "1996-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "1996-08-27": "Republic of Moldova Independence Day", "1996-08-31": "National Language Day", "1997-01-01": "New Year's Day", "1997-01-07": "Christmas Day", "1997-01-08": "Christmas Day", "1997-03-08": "International Women's Day", "1997-04-27": "Easter", "1997-04-28": "Easter", "1997-05-01": "International Workers' Solidarity Day", "1997-05-05": "Day of Rejoicing", "1997-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "1997-08-27": "Republic of Moldova Independence Day", "1997-08-31": "National Language Day", "1998-01-01": "New Year's Day", "1998-01-07": "Christmas Day", "1998-01-08": "Christmas Day", "1998-03-08": "International Women's Day", "1998-04-19": "Easter", "1998-04-20": "Easter", "1998-04-27": "Day of Rejoicing", "1998-05-01": "International Workers' Solidarity Day", "1998-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "1998-08-27": "Republic of Moldova Independence Day", "1998-08-31": "National Language Day", "1999-01-01": "New Year's Day", "1999-01-07": "Christmas Day", "1999-01-08": "Christmas Day", "1999-03-08": "International Women's Day", "1999-04-11": "Easter", "1999-04-12": "Easter", "1999-04-19": "Day of Rejoicing", "1999-05-01": "International Workers' Solidarity Day", "1999-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "1999-08-27": "Republic of Moldova Independence Day", "1999-08-31": "National Language Day", "2000-01-01": "New Year's Day", "2000-01-07": "Christmas Day", "2000-01-08": "Christmas Day", "2000-03-08": "International Women's Day", "2000-04-30": "Easter", "2000-05-01": "Easter; International Workers' Solidarity Day", "2000-05-08": "Day of Rejoicing", "2000-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2000-08-27": "Republic of Moldova Independence Day", "2000-08-31": "National Language Day", "2001-01-01": "New Year's Day", "2001-01-07": "Christmas Day", "2001-01-08": "Christmas Day", "2001-03-08": "International Women's Day", "2001-04-15": "Easter", "2001-04-16": "Easter", "2001-04-23": "Day of Rejoicing", "2001-05-01": "International Workers' Solidarity Day", "2001-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2001-08-27": "Republic of Moldova Independence Day", "2001-08-31": "National Language Day", "2002-01-01": "New Year's Day", "2002-01-07": "Christmas Day", "2002-01-08": "Christmas Day", "2002-03-08": "International Women's Day", "2002-05-01": "International Workers' Solidarity Day", "2002-05-05": "Easter", "2002-05-06": "Easter", "2002-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2002-05-13": "Day of Rejoicing", "2002-08-27": "Republic of Moldova Independence Day", "2002-08-31": "National Language Day", "2003-01-01": "New Year's Day", "2003-01-07": "Christmas Day", "2003-01-08": "Christmas Day", "2003-03-08": "International Women's Day", "2003-04-27": "Easter", "2003-04-28": "Easter", "2003-05-01": "International Workers' Solidarity Day", "2003-05-05": "Day of Rejoicing", "2003-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2003-08-27": "Republic of Moldova Independence Day", "2003-08-31": "National Language Day", "2004-01-01": "New Year's Day", "2004-01-07": "Christmas Day", "2004-01-08": "Christmas Day", "2004-03-08": "International Women's Day", "2004-04-11": "Easter", "2004-04-12": "Easter", "2004-04-19": "Day of Rejoicing", "2004-05-01": "International Workers' Solidarity Day", "2004-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2004-08-27": "Republic of Moldova Independence Day", "2004-08-31": "National Language Day", "2005-01-01": "New Year's Day", "2005-01-07": "Christmas Day", "2005-01-08": "Christmas Day", "2005-03-08": "International Women's Day", "2005-05-01": "Easter; International Workers' Solidarity Day", "2005-05-02": "Easter", "2005-05-09": "Day of Rejoicing; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2005-08-27": "Republic of Moldova Independence Day", "2005-08-31": "National Language Day", "2006-01-01": "New Year's Day", "2006-01-07": "Christmas Day", "2006-01-08": "Christmas Day", "2006-03-08": "International Women's Day", "2006-04-23": "Easter", "2006-04-24": "Easter", "2006-05-01": "Day of Rejoicing; International Workers' Solidarity Day", "2006-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2006-08-27": "Republic of Moldova Independence Day", "2006-08-31": "National Language Day", "2007-01-01": "New Year's Day", "2007-01-07": "Christmas Day", "2007-01-08": "Christmas Day", "2007-03-08": "International Women's Day", "2007-04-08": "Easter", "2007-04-09": "Easter", "2007-04-16": "Day of Rejoicing", "2007-05-01": "International Workers' Solidarity Day", "2007-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2007-08-27": "Republic of Moldova Independence Day", "2007-08-31": "National Language Day", "2008-01-01": "New Year's Day", "2008-01-07": "Christmas Day", "2008-01-08": "Christmas Day", "2008-03-08": "International Women's Day", "2008-04-27": "Easter", "2008-04-28": "Easter", "2008-05-01": "International Workers' Solidarity Day", "2008-05-05": "Day of Rejoicing", "2008-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2008-08-27": "Republic of Moldova Independence Day", "2008-08-31": "National Language Day", "2009-01-01": "New Year's Day", "2009-01-07": "Christmas Day", "2009-01-08": "Christmas Day", "2009-03-08": "International Women's Day", "2009-04-19": "Easter", "2009-04-20": "Easter", "2009-04-27": "Day of Rejoicing", "2009-05-01": "International Workers' Solidarity Day", "2009-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2009-08-27": "Republic of Moldova Independence Day", "2009-08-31": "National Language Day", "2010-01-01": "New Year's Day", "2010-01-07": "Christmas Day", "2010-01-08": "Christmas Day", "2010-03-08": "International Women's Day", "2010-04-04": "Easter", "2010-04-05": "Easter", "2010-04-12": "Day of Rejoicing", "2010-05-01": "International Workers' Solidarity Day", "2010-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2010-08-27": "Republic of Moldova Independence Day", "2010-08-31": "National Language Day", "2011-01-01": "New Year's Day", "2011-01-07": "Christmas Day", "2011-01-08": "Christmas Day", "2011-03-08": "International Women's Day", "2011-04-24": "Easter", "2011-04-25": "Easter", "2011-05-01": "International Workers' Solidarity Day", "2011-05-02": "Day of Rejoicing", "2011-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2011-08-27": "Republic of Moldova Independence Day", "2011-08-31": "National Language Day", "2012-01-01": "New Year's Day", "2012-01-07": "Christmas Day", "2012-01-08": "Christmas Day", "2012-03-08": "International Women's Day", "2012-04-15": "Easter", "2012-04-16": "Easter", "2012-04-23": "Day of Rejoicing", "2012-05-01": "International Workers' Solidarity Day", "2012-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2012-08-27": "Republic of Moldova Independence Day", "2012-08-31": "National Language Day", "2013-01-01": "New Year's Day", "2013-01-07": "Christmas Day", "2013-01-08": "Christmas Day", "2013-03-08": "International Women's Day", "2013-05-01": "International Workers' Solidarity Day", "2013-05-05": "Easter", "2013-05-06": "Easter", "2013-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2013-05-13": "Day of Rejoicing", "2013-08-27": "Republic of Moldova Independence Day", "2013-08-31": "National Language Day", "2013-12-25": "Christmas Day (by new style)", "2014-01-01": "New Year's Day", "2014-01-07": "Christmas Day (by old style)", "2014-01-08": "Christmas Day (by old style)", "2014-03-08": "International Women's Day", "2014-04-20": "Easter", "2014-04-21": "Easter", "2014-04-28": "Day of Rejoicing", "2014-05-01": "International Workers' Solidarity Day", "2014-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2014-08-27": "Republic of Moldova Independence Day", "2014-08-31": "National Language Day", "2014-12-25": "Christmas Day (by new style)", "2015-01-01": "New Year's Day", "2015-01-07": "Christmas Day (by old style)", "2015-01-08": "Christmas Day (by old style)", "2015-03-08": "International Women's Day", "2015-04-12": "Easter", "2015-04-13": "Easter", "2015-04-20": "Day of Rejoicing", "2015-05-01": "International Workers' Solidarity Day", "2015-05-09": "Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2015-08-27": "Republic of Moldova Independence Day", "2015-08-31": "National Language Day", "2015-12-25": "Christmas Day (by new style)", "2016-01-01": "New Year's Day", "2016-01-07": "Christmas Day (by old style)", "2016-01-08": "Christmas Day (by old style)", "2016-03-08": "International Women's Day", "2016-05-01": "Easter; International Workers' Solidarity Day", "2016-05-02": "Easter", "2016-05-09": "Day of Rejoicing; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2016-06-01": "International Children's Day", "2016-08-27": "Republic of Moldova Independence Day", "2016-08-31": "National Language Day", "2016-12-25": "Christmas Day (by new style)", "2017-01-01": "New Year's Day", "2017-01-07": "Christmas Day (by old style)", "2017-01-08": "Christmas Day (by old style)", "2017-03-08": "International Women's Day", "2017-04-16": "Easter", "2017-04-17": "Easter", "2017-04-24": "Day of Rejoicing", "2017-05-01": "International Workers' Solidarity Day", "2017-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2017-06-01": "International Children's Day", "2017-08-27": "Republic of Moldova Independence Day", "2017-08-31": "National Language Day", "2017-12-25": "Christmas Day (by new style)", "2018-01-01": "New Year's Day", "2018-01-07": "Christmas Day (by old style)", "2018-01-08": "Christmas Day (by old style)", "2018-03-08": "International Women's Day", "2018-04-08": "Easter", "2018-04-09": "Easter", "2018-04-16": "Day of Rejoicing", "2018-05-01": "International Workers' Solidarity Day", "2018-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2018-06-01": "International Children's Day", "2018-08-27": "Republic of Moldova Independence Day", "2018-08-31": "National Language Day", "2018-12-25": "Christmas Day (by new style)", "2019-01-01": "New Year's Day", "2019-01-07": "Christmas Day (by old style)", "2019-01-08": "Christmas Day (by old style)", "2019-03-08": "International Women's Day", "2019-04-28": "Easter", "2019-04-29": "Easter", "2019-05-01": "International Workers' Solidarity Day", "2019-05-06": "Day of Rejoicing", "2019-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2019-06-01": "International Children's Day", "2019-08-27": "Republic of Moldova Independence Day", "2019-08-31": "National Language Day", "2019-12-25": "Christmas Day (by new style)", "2020-01-01": "New Year's Day", "2020-01-07": "Christmas Day (by old style)", "2020-01-08": "Christmas Day (by old style)", "2020-03-08": "International Women's Day", "2020-04-19": "Easter", "2020-04-20": "Easter", "2020-04-27": "Day of Rejoicing", "2020-05-01": "International Workers' Solidarity Day", "2020-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2020-06-01": "International Children's Day", "2020-08-27": "Republic of Moldova Independence Day", "2020-08-31": "National Language Day", "2020-12-25": "Christmas Day (by new style)", "2021-01-01": "New Year's Day", "2021-01-07": "Christmas Day (by old style)", "2021-01-08": "Christmas Day (by old style)", "2021-03-08": "International Women's Day", "2021-05-01": "International Workers' Solidarity Day", "2021-05-02": "Easter", "2021-05-03": "Easter", "2021-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2021-05-10": "Day of Rejoicing", "2021-06-01": "International Children's Day", "2021-08-27": "Republic of Moldova Independence Day", "2021-08-31": "National Language Day", "2021-12-25": "Christmas Day (by new style)", "2022-01-01": "New Year's Day", "2022-01-07": "Christmas Day (by old style)", "2022-01-08": "Christmas Day (by old style)", "2022-03-08": "International Women's Day", "2022-04-24": "Easter", "2022-04-25": "Easter", "2022-05-01": "International Workers' Solidarity Day", "2022-05-02": "Day of Rejoicing", "2022-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2022-06-01": "International Children's Day", "2022-08-27": "Republic of Moldova Independence Day", "2022-08-31": "National Language Day", "2022-12-25": "Christmas Day (by new style)", "2023-01-01": "New Year's Day", "2023-01-07": "Christmas Day (by old style)", "2023-01-08": "Christmas Day (by old style)", "2023-03-08": "International Women's Day", "2023-04-16": "Easter", "2023-04-17": "Easter", "2023-04-24": "Day of Rejoicing", "2023-05-01": "International Workers' Solidarity Day", "2023-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2023-06-01": "International Children's Day", "2023-08-27": "Republic of Moldova Independence Day", "2023-08-31": "National Language Day", "2023-12-25": "Christmas Day (by new style)", "2024-01-01": "New Year's Day", "2024-01-07": "Christmas Day (by old style)", "2024-01-08": "Christmas Day (by old style)", "2024-03-08": "International Women's Day", "2024-05-01": "International Workers' Solidarity Day", "2024-05-05": "Easter", "2024-05-06": "Easter", "2024-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2024-05-13": "Day of Rejoicing", "2024-06-01": "International Children's Day", "2024-08-27": "Republic of Moldova Independence Day", "2024-08-31": "National Language Day", "2024-12-25": "Christmas Day (by new style)", "2025-01-01": "New Year's Day", "2025-01-07": "Christmas Day (by old style)", "2025-01-08": "Christmas Day (by old style)", "2025-03-08": "International Women's Day", "2025-04-20": "Easter", "2025-04-21": "Easter", "2025-04-28": "Day of Rejoicing", "2025-05-01": "International Workers' Solidarity Day", "2025-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2025-06-01": "International Children's Day", "2025-08-27": "Republic of Moldova Independence Day", "2025-08-31": "National Language Day", "2025-12-25": "Christmas Day (by new style)", "2026-01-01": "New Year's Day", "2026-01-07": "Christmas Day (by old style)", "2026-01-08": "Christmas Day (by old style)", "2026-03-08": "International Women's Day", "2026-04-12": "Easter", "2026-04-13": "Easter", "2026-04-20": "Day of Rejoicing", "2026-05-01": "International Workers' Solidarity Day", "2026-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2026-06-01": "International Children's Day", "2026-08-27": "Republic of Moldova Independence Day", "2026-08-31": "National Language Day", "2026-12-25": "Christmas Day (by new style)", "2027-01-01": "New Year's Day", "2027-01-07": "Christmas Day (by old style)", "2027-01-08": "Christmas Day (by old style)", "2027-03-08": "International Women's Day", "2027-05-01": "International Workers' Solidarity Day", "2027-05-02": "Easter", "2027-05-03": "Easter", "2027-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2027-05-10": "Day of Rejoicing", "2027-06-01": "International Children's Day", "2027-08-27": "Republic of Moldova Independence Day", "2027-08-31": "National Language Day", "2027-12-25": "Christmas Day (by new style)", "2028-01-01": "New Year's Day", "2028-01-07": "Christmas Day (by old style)", "2028-01-08": "Christmas Day (by old style)", "2028-03-08": "International Women's Day", "2028-04-16": "Easter", "2028-04-17": "Easter", "2028-04-24": "Day of Rejoicing", "2028-05-01": "International Workers' Solidarity Day", "2028-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2028-06-01": "International Children's Day", "2028-08-27": "Republic of Moldova Independence Day", "2028-08-31": "National Language Day", "2028-12-25": "Christmas Day (by new style)", "2029-01-01": "New Year's Day", "2029-01-07": "Christmas Day (by old style)", "2029-01-08": "Christmas Day (by old style)", "2029-03-08": "International Women's Day", "2029-04-08": "Easter", "2029-04-09": "Easter", "2029-04-16": "Day of Rejoicing", "2029-05-01": "International Workers' Solidarity Day", "2029-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2029-06-01": "International Children's Day", "2029-08-27": "Republic of Moldova Independence Day", "2029-08-31": "National Language Day", "2029-12-25": "Christmas Day (by new style)", "2030-01-01": "New Year's Day", "2030-01-07": "Christmas Day (by old style)", "2030-01-08": "Christmas Day (by old style)", "2030-03-08": "International Women's Day", "2030-04-28": "Easter", "2030-04-29": "Easter", "2030-05-01": "International Workers' Solidarity Day", "2030-05-06": "Day of Rejoicing", "2030-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2030-06-01": "International Children's Day", "2030-08-27": "Republic of Moldova Independence Day", "2030-08-31": "National Language Day", "2030-12-25": "Christmas Day (by new style)", "2031-01-01": "New Year's Day", "2031-01-07": "Christmas Day (by old style)", "2031-01-08": "Christmas Day (by old style)", "2031-03-08": "International Women's Day", "2031-04-13": "Easter", "2031-04-14": "Easter", "2031-04-21": "Day of Rejoicing", "2031-05-01": "International Workers' Solidarity Day", "2031-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2031-06-01": "International Children's Day", "2031-08-27": "Republic of Moldova Independence Day", "2031-08-31": "National Language Day", "2031-12-25": "Christmas Day (by new style)", "2032-01-01": "New Year's Day", "2032-01-07": "Christmas Day (by old style)", "2032-01-08": "Christmas Day (by old style)", "2032-03-08": "International Women's Day", "2032-05-01": "International Workers' Solidarity Day", "2032-05-02": "Easter", "2032-05-03": "Easter", "2032-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2032-05-10": "Day of Rejoicing", "2032-06-01": "International Children's Day", "2032-08-27": "Republic of Moldova Independence Day", "2032-08-31": "National Language Day", "2032-12-25": "Christmas Day (by new style)", "2033-01-01": "New Year's Day", "2033-01-07": "Christmas Day (by old style)", "2033-01-08": "Christmas Day (by old style)", "2033-03-08": "International Women's Day", "2033-04-24": "Easter", "2033-04-25": "Easter", "2033-05-01": "International Workers' Solidarity Day", "2033-05-02": "Day of Rejoicing", "2033-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2033-06-01": "International Children's Day", "2033-08-27": "Republic of Moldova Independence Day", "2033-08-31": "National Language Day", "2033-12-25": "Christmas Day (by new style)", "2034-01-01": "New Year's Day", "2034-01-07": "Christmas Day (by old style)", "2034-01-08": "Christmas Day (by old style)", "2034-03-08": "International Women's Day", "2034-04-09": "Easter", "2034-04-10": "Easter", "2034-04-17": "Day of Rejoicing", "2034-05-01": "International Workers' Solidarity Day", "2034-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2034-06-01": "International Children's Day", "2034-08-27": "Republic of Moldova Independence Day", "2034-08-31": "National Language Day", "2034-12-25": "Christmas Day (by new style)", "2035-01-01": "New Year's Day", "2035-01-07": "Christmas Day (by old style)", "2035-01-08": "Christmas Day (by old style)", "2035-03-08": "International Women's Day", "2035-04-29": "Easter", "2035-04-30": "Easter", "2035-05-01": "International Workers' Solidarity Day", "2035-05-07": "Day of Rejoicing", "2035-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2035-06-01": "International Children's Day", "2035-08-27": "Republic of Moldova Independence Day", "2035-08-31": "National Language Day", "2035-12-25": "Christmas Day (by new style)", "2036-01-01": "New Year's Day", "2036-01-07": "Christmas Day (by old style)", "2036-01-08": "Christmas Day (by old style)", "2036-03-08": "International Women's Day", "2036-04-20": "Easter", "2036-04-21": "Easter", "2036-04-28": "Day of Rejoicing", "2036-05-01": "International Workers' Solidarity Day", "2036-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2036-06-01": "International Children's Day", "2036-08-27": "Republic of Moldova Independence Day", "2036-08-31": "National Language Day", "2036-12-25": "Christmas Day (by new style)", "2037-01-01": "New Year's Day", "2037-01-07": "Christmas Day (by old style)", "2037-01-08": "Christmas Day (by old style)", "2037-03-08": "International Women's Day", "2037-04-05": "Easter", "2037-04-06": "Easter", "2037-04-13": "Day of Rejoicing", "2037-05-01": "International Workers' Solidarity Day", "2037-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2037-06-01": "International Children's Day", "2037-08-27": "Republic of Moldova Independence Day", "2037-08-31": "National Language Day", "2037-12-25": "Christmas Day (by new style)", "2038-01-01": "New Year's Day", "2038-01-07": "Christmas Day (by old style)", "2038-01-08": "Christmas Day (by old style)", "2038-03-08": "International Women's Day", "2038-04-25": "Easter", "2038-04-26": "Easter", "2038-05-01": "International Workers' Solidarity Day", "2038-05-03": "Day of Rejoicing", "2038-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2038-06-01": "International Children's Day", "2038-08-27": "Republic of Moldova Independence Day", "2038-08-31": "National Language Day", "2038-12-25": "Christmas Day (by new style)", "2039-01-01": "New Year's Day", "2039-01-07": "Christmas Day (by old style)", "2039-01-08": "Christmas Day (by old style)", "2039-03-08": "International Women's Day", "2039-04-17": "Easter", "2039-04-18": "Easter", "2039-04-25": "Day of Rejoicing", "2039-05-01": "International Workers' Solidarity Day", "2039-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2039-06-01": "International Children's Day", "2039-08-27": "Republic of Moldova Independence Day", "2039-08-31": "National Language Day", "2039-12-25": "Christmas Day (by new style)", "2040-01-01": "New Year's Day", "2040-01-07": "Christmas Day (by old style)", "2040-01-08": "Christmas Day (by old style)", "2040-03-08": "International Women's Day", "2040-05-01": "International Workers' Solidarity Day", "2040-05-06": "Easter", "2040-05-07": "Easter", "2040-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2040-05-14": "Day of Rejoicing", "2040-06-01": "International Children's Day", "2040-08-27": "Republic of Moldova Independence Day", "2040-08-31": "National Language Day", "2040-12-25": "Christmas Day (by new style)", "2041-01-01": "New Year's Day", "2041-01-07": "Christmas Day (by old style)", "2041-01-08": "Christmas Day (by old style)", "2041-03-08": "International Women's Day", "2041-04-21": "Easter", "2041-04-22": "Easter", "2041-04-29": "Day of Rejoicing", "2041-05-01": "International Workers' Solidarity Day", "2041-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2041-06-01": "International Children's Day", "2041-08-27": "Republic of Moldova Independence Day", "2041-08-31": "National Language Day", "2041-12-25": "Christmas Day (by new style)", "2042-01-01": "New Year's Day", "2042-01-07": "Christmas Day (by old style)", "2042-01-08": "Christmas Day (by old style)", "2042-03-08": "International Women's Day", "2042-04-13": "Easter", "2042-04-14": "Easter", "2042-04-21": "Day of Rejoicing", "2042-05-01": "International Workers' Solidarity Day", "2042-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2042-06-01": "International Children's Day", "2042-08-27": "Republic of Moldova Independence Day", "2042-08-31": "National Language Day", "2042-12-25": "Christmas Day (by new style)", "2043-01-01": "New Year's Day", "2043-01-07": "Christmas Day (by old style)", "2043-01-08": "Christmas Day (by old style)", "2043-03-08": "International Women's Day", "2043-05-01": "International Workers' Solidarity Day", "2043-05-03": "Easter", "2043-05-04": "Easter", "2043-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2043-05-11": "Day of Rejoicing", "2043-06-01": "International Children's Day", "2043-08-27": "Republic of Moldova Independence Day", "2043-08-31": "National Language Day", "2043-12-25": "Christmas Day (by new style)", "2044-01-01": "New Year's Day", "2044-01-07": "Christmas Day (by old style)", "2044-01-08": "Christmas Day (by old style)", "2044-03-08": "International Women's Day", "2044-04-24": "Easter", "2044-04-25": "Easter", "2044-05-01": "International Workers' Solidarity Day", "2044-05-02": "Day of Rejoicing", "2044-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2044-06-01": "International Children's Day", "2044-08-27": "Republic of Moldova Independence Day", "2044-08-31": "National Language Day", "2044-12-25": "Christmas Day (by new style)", "2045-01-01": "New Year's Day", "2045-01-07": "Christmas Day (by old style)", "2045-01-08": "Christmas Day (by old style)", "2045-03-08": "International Women's Day", "2045-04-09": "Easter", "2045-04-10": "Easter", "2045-04-17": "Day of Rejoicing", "2045-05-01": "International Workers' Solidarity Day", "2045-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2045-06-01": "International Children's Day", "2045-08-27": "Republic of Moldova Independence Day", "2045-08-31": "National Language Day", "2045-12-25": "Christmas Day (by new style)", "2046-01-01": "New Year's Day", "2046-01-07": "Christmas Day (by old style)", "2046-01-08": "Christmas Day (by old style)", "2046-03-08": "International Women's Day", "2046-04-29": "Easter", "2046-04-30": "Easter", "2046-05-01": "International Workers' Solidarity Day", "2046-05-07": "Day of Rejoicing", "2046-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2046-06-01": "International Children's Day", "2046-08-27": "Republic of Moldova Independence Day", "2046-08-31": "National Language Day", "2046-12-25": "Christmas Day (by new style)", "2047-01-01": "New Year's Day", "2047-01-07": "Christmas Day (by old style)", "2047-01-08": "Christmas Day (by old style)", "2047-03-08": "International Women's Day", "2047-04-21": "Easter", "2047-04-22": "Easter", "2047-04-29": "Day of Rejoicing", "2047-05-01": "International Workers' Solidarity Day", "2047-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2047-06-01": "International Children's Day", "2047-08-27": "Republic of Moldova Independence Day", "2047-08-31": "National Language Day", "2047-12-25": "Christmas Day (by new style)", "2048-01-01": "New Year's Day", "2048-01-07": "Christmas Day (by old style)", "2048-01-08": "Christmas Day (by old style)", "2048-03-08": "International Women's Day", "2048-04-05": "Easter", "2048-04-06": "Easter", "2048-04-13": "Day of Rejoicing", "2048-05-01": "International Workers' Solidarity Day", "2048-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2048-06-01": "International Children's Day", "2048-08-27": "Republic of Moldova Independence Day", "2048-08-31": "National Language Day", "2048-12-25": "Christmas Day (by new style)", "2049-01-01": "New Year's Day", "2049-01-07": "Christmas Day (by old style)", "2049-01-08": "Christmas Day (by old style)", "2049-03-08": "International Women's Day", "2049-04-25": "Easter", "2049-04-26": "Easter", "2049-05-01": "International Workers' Solidarity Day", "2049-05-03": "Day of Rejoicing", "2049-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2049-06-01": "International Children's Day", "2049-08-27": "Republic of Moldova Independence Day", "2049-08-31": "National Language Day", "2049-12-25": "Christmas Day (by new style)", "2050-01-01": "New Year's Day", "2050-01-07": "Christmas Day (by old style)", "2050-01-08": "Christmas Day (by old style)", "2050-03-08": "International Women's Day", "2050-04-17": "Easter", "2050-04-18": "Easter", "2050-04-25": "Day of Rejoicing", "2050-05-01": "International Workers' Solidarity Day", "2050-05-09": "Europe Day; Victory Day and Commemoration of the heroes fallen for Independence of Fatherland", "2050-06-01": "International Children's Day", "2050-08-27": "Republic of Moldova Independence Day", "2050-08-31": "National Language Day", "2050-12-25": "Christmas Day (by new style)" } holidays-0.71/snapshots/countries/ME_COMMON.json000066400000000000000000001345541500152103600215630ustar00rootroot00000000000000{ "2007-01-01": "Eid al-Adha (estimated); New Year's Day", "2007-01-02": "Eid al-Adha (estimated); New Year's Day", "2007-01-06": "Christmas Eve", "2007-01-07": "Christmas", "2007-01-08": "Christmas", "2007-04-03": "Pesach", "2007-04-04": "Pesach", "2007-04-06": "Good Friday", "2007-04-09": "Easter", "2007-05-01": "Labor Day", "2007-05-02": "Labor Day", "2007-05-21": "Independence Day", "2007-05-22": "Independence Day", "2007-07-13": "Statehood Day", "2007-07-14": "Statehood Day", "2007-09-22": "Yom Kippur", "2007-09-23": "Yom Kippur", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr (estimated)", "2007-10-15": "Eid al-Fitr (estimated)", "2007-11-01": "All Saints' Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha (estimated)", "2007-12-22": "Eid al-Adha (estimated)", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas", "2007-12-26": "Christmas", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-01-06": "Christmas Eve", "2008-01-07": "Christmas", "2008-01-08": "Christmas", "2008-03-21": "Good Friday", "2008-03-24": "Easter", "2008-04-20": "Pesach", "2008-04-21": "Pesach", "2008-04-25": "Good Friday", "2008-04-28": "Easter", "2008-05-01": "Labor Day", "2008-05-02": "Labor Day", "2008-05-21": "Independence Day", "2008-05-22": "Independence Day", "2008-07-13": "Statehood Day", "2008-07-14": "Statehood Day", "2008-07-15": "Statehood Day (observed)", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr (estimated)", "2008-10-03": "Eid al-Fitr (estimated)", "2008-10-09": "Yom Kippur", "2008-10-10": "Yom Kippur", "2008-11-01": "All Saints' Day", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha (estimated)", "2008-12-10": "Eid al-Adha (estimated)", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas", "2008-12-26": "Christmas", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-01-06": "Christmas Eve", "2009-01-07": "Christmas", "2009-01-08": "Christmas", "2009-04-09": "Pesach", "2009-04-10": "Good Friday; Pesach", "2009-04-13": "Easter", "2009-04-17": "Good Friday", "2009-04-20": "Easter", "2009-05-01": "Labor Day", "2009-05-02": "Labor Day", "2009-05-21": "Independence Day", "2009-05-22": "Independence Day", "2009-07-13": "Statehood Day", "2009-07-14": "Statehood Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr (estimated)", "2009-09-22": "Eid al-Fitr (estimated)", "2009-09-28": "Yom Kippur", "2009-09-29": "Yom Kippur", "2009-11-01": "All Saints' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha (estimated)", "2009-11-29": "Eid al-Adha (estimated)", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas", "2009-12-26": "Christmas", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-01-06": "Christmas Eve", "2010-01-07": "Christmas", "2010-01-08": "Christmas", "2010-03-30": "Pesach", "2010-03-31": "Pesach", "2010-04-02": "Good Friday", "2010-04-05": "Easter", "2010-05-01": "Labor Day", "2010-05-02": "Labor Day", "2010-05-03": "Labor Day (observed)", "2010-05-21": "Independence Day", "2010-05-22": "Independence Day", "2010-07-13": "Statehood Day", "2010-07-14": "Statehood Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr (estimated)", "2010-09-12": "Eid al-Fitr (estimated)", "2010-09-18": "Yom Kippur", "2010-09-19": "Yom Kippur", "2010-11-01": "All Saints' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha (estimated)", "2010-11-18": "Eid al-Adha (estimated)", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas", "2010-12-26": "Christmas", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-06": "Christmas Eve", "2011-01-07": "Christmas", "2011-01-08": "Christmas", "2011-04-19": "Pesach", "2011-04-20": "Pesach", "2011-04-22": "Good Friday", "2011-04-25": "Easter", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day", "2011-05-03": "Labor Day (observed)", "2011-05-21": "Independence Day", "2011-05-22": "Independence Day", "2011-05-23": "Independence Day (observed)", "2011-07-13": "Statehood Day", "2011-07-14": "Statehood Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr (estimated)", "2011-09-01": "Eid al-Fitr (estimated)", "2011-10-08": "Yom Kippur", "2011-10-09": "Yom Kippur", "2011-11-01": "All Saints' Day", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha (estimated)", "2011-11-08": "Eid al-Adha (estimated)", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas", "2011-12-26": "Christmas", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-01-06": "Christmas Eve", "2012-01-07": "Christmas", "2012-01-08": "Christmas", "2012-04-06": "Good Friday", "2012-04-07": "Pesach", "2012-04-08": "Pesach", "2012-04-09": "Easter", "2012-04-13": "Good Friday", "2012-04-16": "Easter", "2012-05-01": "Labor Day", "2012-05-02": "Labor Day", "2012-05-21": "Independence Day", "2012-05-22": "Independence Day", "2012-07-13": "Statehood Day", "2012-07-14": "Statehood Day", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr", "2012-08-21": "Eid al-Fitr", "2012-09-26": "Yom Kippur", "2012-09-27": "Yom Kippur", "2012-10-26": "Eid al-Adha", "2012-10-27": "Eid al-Adha", "2012-10-28": "Eid al-Adha", "2012-11-01": "All Saints' Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas", "2012-12-26": "Christmas", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-01-06": "Christmas Eve", "2013-01-07": "Christmas", "2013-01-08": "Christmas", "2013-03-26": "Pesach", "2013-03-27": "Pesach", "2013-03-29": "Good Friday", "2013-04-01": "Easter", "2013-05-01": "Labor Day", "2013-05-02": "Labor Day", "2013-05-03": "Good Friday", "2013-05-06": "Easter", "2013-05-21": "Independence Day", "2013-05-22": "Independence Day", "2013-07-13": "Statehood Day", "2013-07-14": "Statehood Day", "2013-07-15": "Statehood Day (observed)", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr", "2013-08-10": "Eid al-Fitr", "2013-09-14": "Yom Kippur", "2013-09-15": "Yom Kippur", "2013-10-15": "Eid al-Adha", "2013-10-16": "Eid al-Adha", "2013-10-17": "Eid al-Adha", "2013-11-01": "All Saints' Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas", "2013-12-26": "Christmas", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-01-06": "Christmas Eve", "2014-01-07": "Christmas", "2014-01-08": "Christmas", "2014-04-15": "Pesach", "2014-04-16": "Pesach", "2014-04-18": "Good Friday", "2014-04-21": "Easter", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day", "2014-05-21": "Independence Day", "2014-05-22": "Independence Day", "2014-07-13": "Statehood Day", "2014-07-14": "Statehood Day", "2014-07-15": "Statehood Day (observed)", "2014-07-29": "Eid al-Fitr", "2014-07-30": "Eid al-Fitr", "2014-07-31": "Eid al-Fitr", "2014-10-04": "Yom Kippur", "2014-10-05": "Eid al-Adha; Yom Kippur", "2014-10-06": "Eid al-Adha", "2014-10-07": "Eid al-Adha", "2014-11-01": "All Saints' Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas", "2014-12-26": "Christmas", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-01-06": "Christmas Eve", "2015-01-07": "Christmas", "2015-01-08": "Christmas", "2015-04-03": "Good Friday", "2015-04-04": "Pesach", "2015-04-05": "Pesach", "2015-04-06": "Easter", "2015-04-10": "Good Friday", "2015-04-13": "Easter", "2015-05-01": "Labor Day", "2015-05-02": "Labor Day", "2015-05-21": "Independence Day", "2015-05-22": "Independence Day", "2015-07-13": "Statehood Day", "2015-07-14": "Statehood Day", "2015-07-18": "Eid al-Fitr", "2015-07-19": "Eid al-Fitr", "2015-07-20": "Eid al-Fitr", "2015-09-23": "Yom Kippur", "2015-09-24": "Eid al-Adha; Yom Kippur", "2015-09-25": "Eid al-Adha", "2015-09-26": "Eid al-Adha", "2015-11-01": "All Saints' Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas", "2015-12-26": "Christmas", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-06": "Christmas Eve", "2016-01-07": "Christmas", "2016-01-08": "Christmas", "2016-03-25": "Good Friday", "2016-03-28": "Easter", "2016-04-23": "Pesach", "2016-04-24": "Pesach", "2016-04-29": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Easter; Labor Day", "2016-05-03": "Labor Day (observed)", "2016-05-21": "Independence Day", "2016-05-22": "Independence Day", "2016-05-23": "Independence Day (observed)", "2016-07-07": "Eid al-Fitr", "2016-07-08": "Eid al-Fitr", "2016-07-09": "Eid al-Fitr", "2016-07-13": "Statehood Day", "2016-07-14": "Statehood Day", "2016-09-13": "Eid al-Adha", "2016-09-14": "Eid al-Adha", "2016-09-15": "Eid al-Adha", "2016-10-12": "Yom Kippur", "2016-10-13": "Yom Kippur", "2016-11-01": "All Saints' Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas", "2016-12-26": "Christmas", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-01-06": "Christmas Eve", "2017-01-07": "Christmas", "2017-01-08": "Christmas", "2017-04-11": "Pesach", "2017-04-12": "Pesach", "2017-04-14": "Good Friday", "2017-04-17": "Easter", "2017-05-01": "Labor Day", "2017-05-02": "Labor Day", "2017-05-21": "Independence Day", "2017-05-22": "Independence Day", "2017-05-23": "Independence Day (observed)", "2017-06-26": "Eid al-Fitr", "2017-06-27": "Eid al-Fitr", "2017-06-28": "Eid al-Fitr", "2017-07-13": "Statehood Day", "2017-07-14": "Statehood Day", "2017-09-02": "Eid al-Adha", "2017-09-03": "Eid al-Adha", "2017-09-04": "Eid al-Adha", "2017-09-30": "Yom Kippur", "2017-10-01": "Yom Kippur", "2017-11-01": "All Saints' Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas", "2017-12-26": "Christmas", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-01-06": "Christmas Eve", "2018-01-07": "Christmas", "2018-01-08": "Christmas", "2018-03-30": "Good Friday", "2018-03-31": "Pesach", "2018-04-01": "Pesach", "2018-04-02": "Easter", "2018-04-06": "Good Friday", "2018-04-09": "Easter", "2018-05-01": "Labor Day", "2018-05-02": "Labor Day", "2018-05-21": "Independence Day", "2018-05-22": "Independence Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr", "2018-06-17": "Eid al-Fitr", "2018-07-13": "Statehood Day", "2018-07-14": "Statehood Day", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha", "2018-08-24": "Eid al-Adha", "2018-09-19": "Yom Kippur", "2018-09-20": "Yom Kippur", "2018-11-01": "All Saints' Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas", "2018-12-26": "Christmas", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-01-06": "Christmas Eve", "2019-01-07": "Christmas", "2019-01-08": "Christmas", "2019-04-19": "Good Friday", "2019-04-20": "Pesach", "2019-04-21": "Pesach", "2019-04-22": "Easter", "2019-04-26": "Good Friday", "2019-04-29": "Easter", "2019-05-01": "Labor Day", "2019-05-02": "Labor Day", "2019-05-21": "Independence Day", "2019-05-22": "Independence Day", "2019-06-04": "Eid al-Fitr", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr", "2019-07-13": "Statehood Day", "2019-07-14": "Statehood Day", "2019-07-15": "Statehood Day (observed)", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha", "2019-08-13": "Eid al-Adha", "2019-10-09": "Yom Kippur", "2019-10-10": "Yom Kippur", "2019-11-01": "All Saints' Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas", "2019-12-26": "Christmas", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-06": "Christmas Eve", "2020-01-07": "Christmas", "2020-01-08": "Christmas", "2020-04-09": "Pesach", "2020-04-10": "Good Friday; Pesach", "2020-04-13": "Easter", "2020-04-17": "Good Friday", "2020-04-20": "Easter", "2020-05-01": "Labor Day", "2020-05-02": "Labor Day", "2020-05-21": "Independence Day", "2020-05-22": "Independence Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr", "2020-05-26": "Eid al-Fitr", "2020-07-13": "Statehood Day", "2020-07-14": "Statehood Day", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha", "2020-08-02": "Eid al-Adha", "2020-09-28": "Yom Kippur", "2020-09-29": "Yom Kippur", "2020-11-01": "All Saints' Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas", "2020-12-26": "Christmas", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-06": "Christmas Eve", "2021-01-07": "Christmas", "2021-01-08": "Christmas", "2021-03-28": "Pesach", "2021-03-29": "Pesach", "2021-04-02": "Good Friday", "2021-04-05": "Easter", "2021-04-30": "Good Friday", "2021-05-01": "Labor Day", "2021-05-02": "Labor Day", "2021-05-03": "Easter; Labor Day (observed)", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr", "2021-05-15": "Eid al-Fitr", "2021-05-21": "Independence Day", "2021-05-22": "Independence Day", "2021-07-13": "Statehood Day", "2021-07-14": "Statehood Day", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha", "2021-07-22": "Eid al-Adha", "2021-09-16": "Yom Kippur", "2021-09-17": "Yom Kippur", "2021-11-01": "All Saints' Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas", "2021-12-26": "Christmas", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-06": "Christmas Eve", "2022-01-07": "Christmas", "2022-01-08": "Christmas", "2022-04-15": "Good Friday", "2022-04-16": "Pesach", "2022-04-17": "Pesach", "2022-04-18": "Easter", "2022-04-22": "Good Friday", "2022-04-25": "Easter", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr; Labor Day", "2022-05-03": "Eid al-Fitr; Labor Day (observed)", "2022-05-04": "Eid al-Fitr", "2022-05-21": "Independence Day", "2022-05-22": "Independence Day", "2022-05-23": "Independence Day (observed)", "2022-07-09": "Eid al-Adha", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha", "2022-07-13": "Statehood Day", "2022-07-14": "Statehood Day", "2022-09-20": "Ecological State Day", "2022-10-05": "Yom Kippur", "2022-10-06": "Yom Kippur", "2022-11-01": "All Saints' Day", "2022-11-13": "Njegos Day", "2022-11-14": "Njegos Day (observed)", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas", "2022-12-26": "Christmas", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-01-06": "Christmas Eve", "2023-01-07": "Christmas", "2023-01-08": "Christmas", "2023-04-06": "Pesach", "2023-04-07": "Good Friday; Pesach", "2023-04-10": "Easter", "2023-04-14": "Good Friday", "2023-04-17": "Easter", "2023-04-21": "Eid al-Fitr", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-05-02": "Labor Day", "2023-05-21": "Independence Day", "2023-05-22": "Independence Day", "2023-05-23": "Independence Day (observed)", "2023-06-28": "Eid al-Adha", "2023-06-29": "Eid al-Adha", "2023-06-30": "Eid al-Adha", "2023-07-13": "Statehood Day", "2023-07-14": "Statehood Day", "2023-09-20": "Ecological State Day", "2023-09-25": "Yom Kippur", "2023-09-26": "Yom Kippur", "2023-11-01": "All Saints' Day", "2023-11-13": "Njegos Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas", "2023-12-26": "Christmas", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-06": "Christmas Eve", "2024-01-07": "Christmas", "2024-01-08": "Christmas", "2024-03-29": "Good Friday", "2024-04-01": "Easter", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr", "2024-04-12": "Eid al-Fitr", "2024-04-23": "Pesach", "2024-04-24": "Pesach", "2024-05-01": "Labor Day", "2024-05-02": "Labor Day", "2024-05-03": "Good Friday", "2024-05-06": "Easter", "2024-05-21": "Independence Day", "2024-05-22": "Independence Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Eid al-Adha", "2024-06-18": "Eid al-Adha", "2024-07-13": "Statehood Day", "2024-07-14": "Statehood Day", "2024-07-15": "Statehood Day (observed)", "2024-09-20": "Ecological State Day", "2024-10-12": "Yom Kippur", "2024-10-13": "Yom Kippur", "2024-11-01": "All Saints' Day", "2024-11-13": "Njegos Day", "2024-11-14": "Njegos Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas", "2024-12-26": "Christmas", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-06": "Christmas Eve", "2025-01-07": "Christmas", "2025-01-08": "Christmas", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr (estimated)", "2025-04-01": "Eid al-Fitr (estimated)", "2025-04-13": "Pesach", "2025-04-14": "Pesach", "2025-04-18": "Good Friday", "2025-04-21": "Easter", "2025-05-01": "Labor Day", "2025-05-02": "Labor Day", "2025-05-21": "Independence Day", "2025-05-22": "Independence Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha (estimated)", "2025-06-08": "Eid al-Adha (estimated)", "2025-07-13": "Statehood Day", "2025-07-14": "Statehood Day", "2025-07-15": "Statehood Day (observed)", "2025-09-20": "Ecological State Day", "2025-10-02": "Yom Kippur", "2025-10-03": "Yom Kippur", "2025-11-01": "All Saints' Day", "2025-11-13": "Njegos Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas", "2025-12-26": "Christmas", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-06": "Christmas Eve", "2026-01-07": "Christmas", "2026-01-08": "Christmas", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (estimated)", "2026-03-22": "Eid al-Fitr (estimated)", "2026-04-02": "Pesach", "2026-04-03": "Good Friday; Pesach", "2026-04-06": "Easter", "2026-04-10": "Good Friday", "2026-04-13": "Easter", "2026-05-01": "Labor Day", "2026-05-02": "Labor Day", "2026-05-21": "Independence Day", "2026-05-22": "Independence Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (estimated)", "2026-05-29": "Eid al-Adha (estimated)", "2026-07-13": "Statehood Day", "2026-07-14": "Statehood Day", "2026-09-20": "Ecological State Day", "2026-09-21": "Yom Kippur", "2026-09-22": "Yom Kippur", "2026-11-01": "All Saints' Day", "2026-11-13": "Njegos Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas", "2026-12-26": "Christmas", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-06": "Christmas Eve", "2027-01-07": "Christmas", "2027-01-08": "Christmas", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-03-11": "Eid al-Fitr (estimated)", "2027-03-26": "Good Friday", "2027-03-29": "Easter", "2027-04-22": "Pesach", "2027-04-23": "Pesach", "2027-04-30": "Good Friday", "2027-05-01": "Labor Day", "2027-05-02": "Labor Day", "2027-05-03": "Easter; Labor Day (observed)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated)", "2027-05-18": "Eid al-Adha (estimated)", "2027-05-21": "Independence Day", "2027-05-22": "Independence Day", "2027-07-13": "Statehood Day", "2027-07-14": "Statehood Day", "2027-09-20": "Ecological State Day", "2027-10-11": "Yom Kippur", "2027-10-12": "Yom Kippur", "2027-11-01": "All Saints' Day", "2027-11-13": "Njegos Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas", "2027-12-26": "Christmas", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-06": "Christmas Eve", "2028-01-07": "Christmas", "2028-01-08": "Christmas", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-02-28": "Eid al-Fitr (estimated)", "2028-04-11": "Pesach", "2028-04-12": "Pesach", "2028-04-14": "Good Friday", "2028-04-17": "Easter", "2028-05-01": "Labor Day", "2028-05-02": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (estimated)", "2028-05-07": "Eid al-Adha (estimated)", "2028-05-21": "Independence Day", "2028-05-22": "Independence Day", "2028-05-23": "Independence Day (observed)", "2028-07-13": "Statehood Day", "2028-07-14": "Statehood Day", "2028-09-20": "Ecological State Day", "2028-09-30": "Yom Kippur", "2028-10-01": "Yom Kippur", "2028-11-01": "All Saints' Day", "2028-11-13": "Njegos Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas", "2028-12-26": "Christmas", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-06": "Christmas Eve", "2029-01-07": "Christmas", "2029-01-08": "Christmas", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated)", "2029-02-16": "Eid al-Fitr (estimated)", "2029-03-30": "Good Friday", "2029-03-31": "Pesach", "2029-04-01": "Pesach", "2029-04-02": "Easter", "2029-04-06": "Good Friday", "2029-04-09": "Easter", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (estimated)", "2029-04-26": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-02": "Labor Day", "2029-05-21": "Independence Day", "2029-05-22": "Independence Day", "2029-07-13": "Statehood Day", "2029-07-14": "Statehood Day", "2029-09-19": "Yom Kippur", "2029-09-20": "Ecological State Day; Yom Kippur", "2029-11-01": "All Saints' Day", "2029-11-13": "Njegos Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas", "2029-12-26": "Christmas", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-06": "Christmas Eve", "2030-01-07": "Christmas", "2030-01-08": "Christmas", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (estimated)", "2030-02-06": "Eid al-Fitr (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (estimated)", "2030-04-15": "Eid al-Adha (estimated)", "2030-04-18": "Pesach", "2030-04-19": "Good Friday; Pesach", "2030-04-22": "Easter", "2030-04-26": "Good Friday", "2030-04-29": "Easter", "2030-05-01": "Labor Day", "2030-05-02": "Labor Day", "2030-05-21": "Independence Day", "2030-05-22": "Independence Day", "2030-07-13": "Statehood Day", "2030-07-14": "Statehood Day", "2030-07-15": "Statehood Day (observed)", "2030-09-20": "Ecological State Day", "2030-10-07": "Yom Kippur", "2030-10-08": "Yom Kippur", "2030-11-01": "All Saints' Day", "2030-11-13": "Njegos Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas", "2030-12-26": "Christmas", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-06": "Christmas Eve", "2031-01-07": "Christmas", "2031-01-08": "Christmas", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-01-26": "Eid al-Fitr (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (estimated)", "2031-04-04": "Eid al-Adha (estimated)", "2031-04-08": "Pesach", "2031-04-09": "Pesach", "2031-04-11": "Good Friday", "2031-04-14": "Easter", "2031-05-01": "Labor Day", "2031-05-02": "Labor Day", "2031-05-21": "Independence Day", "2031-05-22": "Independence Day", "2031-07-13": "Statehood Day", "2031-07-14": "Statehood Day", "2031-07-15": "Statehood Day (observed)", "2031-09-20": "Ecological State Day", "2031-09-27": "Yom Kippur", "2031-09-28": "Yom Kippur", "2031-11-01": "All Saints' Day", "2031-11-13": "Njegos Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas", "2031-12-26": "Christmas", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-06": "Christmas Eve", "2032-01-07": "Christmas", "2032-01-08": "Christmas", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (estimated)", "2032-01-16": "Eid al-Fitr (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (estimated)", "2032-03-24": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Pesach", "2032-03-28": "Pesach", "2032-03-29": "Easter", "2032-04-30": "Good Friday", "2032-05-01": "Labor Day", "2032-05-02": "Labor Day", "2032-05-03": "Easter; Labor Day (observed)", "2032-05-21": "Independence Day", "2032-05-22": "Independence Day", "2032-07-13": "Statehood Day", "2032-07-14": "Statehood Day", "2032-09-15": "Yom Kippur", "2032-09-16": "Yom Kippur", "2032-09-20": "Ecological State Day", "2032-11-01": "All Saints' Day", "2032-11-13": "Njegos Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas", "2032-12-26": "Christmas", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated); New Year's Day", "2033-01-03": "Eid al-Fitr (estimated); New Year's Day (observed)", "2033-01-04": "Eid al-Fitr (estimated)", "2033-01-06": "Christmas Eve", "2033-01-07": "Christmas", "2033-01-08": "Christmas", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-03-13": "Eid al-Adha (estimated)", "2033-04-14": "Pesach", "2033-04-15": "Good Friday; Pesach", "2033-04-18": "Easter", "2033-04-22": "Good Friday", "2033-04-25": "Easter", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day", "2033-05-03": "Labor Day (observed)", "2033-05-21": "Independence Day", "2033-05-22": "Independence Day", "2033-05-23": "Independence Day (observed)", "2033-07-13": "Statehood Day", "2033-07-14": "Statehood Day", "2033-09-20": "Ecological State Day", "2033-10-03": "Yom Kippur", "2033-10-04": "Yom Kippur", "2033-11-01": "All Saints' Day", "2033-11-13": "Njegos Day", "2033-11-14": "Njegos Day (observed)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Christmas Eve; Eid al-Fitr (estimated)", "2033-12-25": "Christmas; Eid al-Fitr (estimated)", "2033-12-26": "Christmas", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-01-06": "Christmas Eve", "2034-01-07": "Christmas", "2034-01-08": "Christmas", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (estimated)", "2034-03-03": "Eid al-Adha (estimated)", "2034-04-04": "Pesach", "2034-04-05": "Pesach", "2034-04-07": "Good Friday", "2034-04-10": "Easter", "2034-05-01": "Labor Day", "2034-05-02": "Labor Day", "2034-05-21": "Independence Day", "2034-05-22": "Independence Day", "2034-05-23": "Independence Day (observed)", "2034-07-13": "Statehood Day", "2034-07-14": "Statehood Day", "2034-09-20": "Ecological State Day", "2034-09-23": "Yom Kippur", "2034-09-24": "Yom Kippur", "2034-11-01": "All Saints' Day", "2034-11-13": "Njegos Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2034-12-14": "Eid al-Fitr (estimated)", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas", "2034-12-26": "Christmas", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-06": "Christmas Eve", "2035-01-07": "Christmas", "2035-01-08": "Christmas", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-02-20": "Eid al-Adha (estimated)", "2035-03-23": "Good Friday", "2035-03-26": "Easter", "2035-04-24": "Pesach", "2035-04-25": "Pesach", "2035-04-27": "Good Friday", "2035-04-30": "Easter", "2035-05-01": "Labor Day", "2035-05-02": "Labor Day", "2035-05-21": "Independence Day", "2035-05-22": "Independence Day", "2035-07-13": "Statehood Day", "2035-07-14": "Statehood Day", "2035-09-20": "Ecological State Day", "2035-10-13": "Yom Kippur", "2035-10-14": "Yom Kippur", "2035-11-01": "All Saints' Day", "2035-11-13": "Njegos Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (estimated)", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas", "2035-12-26": "Christmas", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-06": "Christmas Eve", "2036-01-07": "Christmas", "2036-01-08": "Christmas", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-02-09": "Eid al-Adha (estimated)", "2036-04-11": "Good Friday", "2036-04-12": "Pesach", "2036-04-13": "Pesach", "2036-04-14": "Easter", "2036-04-18": "Good Friday", "2036-04-21": "Easter", "2036-05-01": "Labor Day", "2036-05-02": "Labor Day", "2036-05-21": "Independence Day", "2036-05-22": "Independence Day", "2036-07-13": "Statehood Day", "2036-07-14": "Statehood Day", "2036-07-15": "Statehood Day (observed)", "2036-09-20": "Ecological State Day", "2036-10-01": "Yom Kippur", "2036-10-02": "Yom Kippur", "2036-11-01": "All Saints' Day", "2036-11-13": "Njegos Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2036-11-21": "Eid al-Fitr (estimated)", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas", "2036-12-26": "Christmas", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-06": "Christmas Eve", "2037-01-07": "Christmas", "2037-01-08": "Christmas", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-01-28": "Eid al-Adha (estimated)", "2037-03-31": "Pesach", "2037-04-01": "Pesach", "2037-04-03": "Good Friday", "2037-04-06": "Easter", "2037-05-01": "Labor Day", "2037-05-02": "Labor Day", "2037-05-21": "Independence Day", "2037-05-22": "Independence Day", "2037-07-13": "Statehood Day", "2037-07-14": "Statehood Day", "2037-09-19": "Yom Kippur", "2037-09-20": "Ecological State Day; Yom Kippur", "2037-11-01": "All Saints' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated)", "2037-11-10": "Eid al-Fitr (estimated)", "2037-11-13": "Njegos Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas", "2037-12-26": "Christmas", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-06": "Christmas Eve", "2038-01-07": "Christmas", "2038-01-08": "Christmas", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-01-18": "Eid al-Adha (estimated)", "2038-04-20": "Pesach", "2038-04-21": "Pesach", "2038-04-23": "Good Friday", "2038-04-26": "Easter", "2038-05-01": "Labor Day", "2038-05-02": "Labor Day", "2038-05-03": "Labor Day (observed)", "2038-05-21": "Independence Day", "2038-05-22": "Independence Day", "2038-07-13": "Statehood Day", "2038-07-14": "Statehood Day", "2038-09-20": "Ecological State Day", "2038-10-09": "Yom Kippur", "2038-10-10": "Yom Kippur", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-10-31": "Eid al-Fitr (estimated)", "2038-11-01": "All Saints' Day", "2038-11-13": "Njegos Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas", "2038-12-26": "Christmas", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Christmas Eve; Eid al-Adha (estimated)", "2039-01-07": "Christmas; Eid al-Adha (estimated)", "2039-01-08": "Christmas", "2039-04-08": "Good Friday", "2039-04-09": "Pesach", "2039-04-10": "Pesach", "2039-04-11": "Easter", "2039-04-15": "Good Friday", "2039-04-18": "Easter", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day", "2039-05-03": "Labor Day (observed)", "2039-05-21": "Independence Day", "2039-05-22": "Independence Day", "2039-05-23": "Independence Day (observed)", "2039-07-13": "Statehood Day", "2039-07-14": "Statehood Day", "2039-09-20": "Ecological State Day", "2039-09-28": "Yom Kippur", "2039-09-29": "Yom Kippur", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-10-21": "Eid al-Fitr (estimated)", "2039-11-01": "All Saints' Day", "2039-11-13": "Njegos Day", "2039-11-14": "Njegos Day (observed)", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas", "2039-12-26": "Christmas; Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2039-12-28": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-01-06": "Christmas Eve", "2040-01-07": "Christmas", "2040-01-08": "Christmas", "2040-03-29": "Pesach", "2040-03-30": "Good Friday; Pesach", "2040-04-02": "Easter", "2040-05-01": "Labor Day", "2040-05-02": "Labor Day", "2040-05-04": "Good Friday", "2040-05-07": "Easter", "2040-05-21": "Independence Day", "2040-05-22": "Independence Day", "2040-07-13": "Statehood Day", "2040-07-14": "Statehood Day", "2040-09-17": "Yom Kippur", "2040-09-18": "Yom Kippur", "2040-09-20": "Ecological State Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-10-09": "Eid al-Fitr (estimated)", "2040-11-01": "All Saints' Day", "2040-11-13": "Njegos Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2040-12-16": "Eid al-Adha (estimated)", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas", "2040-12-26": "Christmas", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-06": "Christmas Eve", "2041-01-07": "Christmas", "2041-01-08": "Christmas", "2041-04-16": "Pesach", "2041-04-17": "Pesach", "2041-04-19": "Good Friday", "2041-04-22": "Easter", "2041-05-01": "Labor Day", "2041-05-02": "Labor Day", "2041-05-21": "Independence Day", "2041-05-22": "Independence Day", "2041-07-13": "Statehood Day", "2041-07-14": "Statehood Day", "2041-07-15": "Statehood Day (observed)", "2041-09-20": "Ecological State Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-09-28": "Eid al-Fitr (estimated)", "2041-10-05": "Yom Kippur", "2041-10-06": "Yom Kippur", "2041-11-01": "All Saints' Day", "2041-11-13": "Njegos Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-06": "Eid al-Adha (estimated)", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas", "2041-12-26": "Christmas", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-06": "Christmas Eve", "2042-01-07": "Christmas", "2042-01-08": "Christmas", "2042-04-04": "Good Friday", "2042-04-05": "Pesach", "2042-04-06": "Pesach", "2042-04-07": "Easter", "2042-04-11": "Good Friday", "2042-04-14": "Easter", "2042-05-01": "Labor Day", "2042-05-02": "Labor Day", "2042-05-21": "Independence Day", "2042-05-22": "Independence Day", "2042-07-13": "Statehood Day", "2042-07-14": "Statehood Day", "2042-07-15": "Statehood Day (observed)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-09-17": "Eid al-Fitr (estimated)", "2042-09-20": "Ecological State Day", "2042-09-24": "Yom Kippur", "2042-09-25": "Yom Kippur", "2042-11-01": "All Saints' Day", "2042-11-13": "Njegos Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-11-25": "Eid al-Adha (estimated)", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas", "2042-12-26": "Christmas", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-06": "Christmas Eve", "2043-01-07": "Christmas", "2043-01-08": "Christmas", "2043-03-27": "Good Friday", "2043-03-30": "Easter", "2043-04-25": "Pesach", "2043-04-26": "Pesach", "2043-05-01": "Good Friday; Labor Day", "2043-05-02": "Labor Day", "2043-05-04": "Easter", "2043-05-21": "Independence Day", "2043-05-22": "Independence Day", "2043-07-13": "Statehood Day", "2043-07-14": "Statehood Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-09-06": "Eid al-Fitr (estimated)", "2043-09-20": "Ecological State Day", "2043-10-14": "Yom Kippur", "2043-10-15": "Yom Kippur", "2043-11-01": "All Saints' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated); Njegos Day", "2043-11-14": "Eid al-Adha (estimated)", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas", "2043-12-26": "Christmas", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-06": "Christmas Eve", "2044-01-07": "Christmas", "2044-01-08": "Christmas", "2044-04-12": "Pesach", "2044-04-13": "Pesach", "2044-04-15": "Good Friday", "2044-04-18": "Easter", "2044-04-22": "Good Friday", "2044-04-25": "Easter", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day", "2044-05-03": "Labor Day (observed)", "2044-05-21": "Independence Day", "2044-05-22": "Independence Day", "2044-05-23": "Independence Day (observed)", "2044-07-13": "Statehood Day", "2044-07-14": "Statehood Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-08-26": "Eid al-Fitr (estimated)", "2044-09-20": "Ecological State Day", "2044-10-01": "Yom Kippur", "2044-10-02": "Yom Kippur", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "All Saints' Day; Eid al-Adha (estimated)", "2044-11-02": "Eid al-Adha (estimated)", "2044-11-13": "Njegos Day", "2044-11-14": "Njegos Day (observed)", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas", "2044-12-26": "Christmas", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-01-06": "Christmas Eve", "2045-01-07": "Christmas", "2045-01-08": "Christmas", "2045-04-02": "Pesach", "2045-04-03": "Pesach", "2045-04-07": "Good Friday", "2045-04-10": "Easter", "2045-05-01": "Labor Day", "2045-05-02": "Labor Day", "2045-05-21": "Independence Day", "2045-05-22": "Independence Day", "2045-05-23": "Independence Day (observed)", "2045-07-13": "Statehood Day", "2045-07-14": "Statehood Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (estimated)", "2045-08-16": "Eid al-Fitr (estimated)", "2045-09-20": "Ecological State Day", "2045-09-21": "Yom Kippur", "2045-09-22": "Yom Kippur", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-10-23": "Eid al-Adha (estimated)", "2045-11-01": "All Saints' Day", "2045-11-13": "Njegos Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas", "2045-12-26": "Christmas", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-06": "Christmas Eve", "2046-01-07": "Christmas", "2046-01-08": "Christmas", "2046-03-23": "Good Friday", "2046-03-26": "Easter", "2046-04-21": "Pesach", "2046-04-22": "Pesach", "2046-04-27": "Good Friday", "2046-04-30": "Easter", "2046-05-01": "Labor Day", "2046-05-02": "Labor Day", "2046-05-21": "Independence Day", "2046-05-22": "Independence Day", "2046-07-13": "Statehood Day", "2046-07-14": "Statehood Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-08-05": "Eid al-Fitr (estimated)", "2046-09-20": "Ecological State Day", "2046-10-10": "Eid al-Adha (estimated); Yom Kippur", "2046-10-11": "Eid al-Adha (estimated); Yom Kippur", "2046-10-12": "Eid al-Adha (estimated)", "2046-11-01": "All Saints' Day", "2046-11-13": "Njegos Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas", "2046-12-26": "Christmas", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-06": "Christmas Eve", "2047-01-07": "Christmas", "2047-01-08": "Christmas", "2047-04-11": "Pesach", "2047-04-12": "Good Friday; Pesach", "2047-04-15": "Easter", "2047-04-19": "Good Friday", "2047-04-22": "Easter", "2047-05-01": "Labor Day", "2047-05-02": "Labor Day", "2047-05-21": "Independence Day", "2047-05-22": "Independence Day", "2047-07-13": "Statehood Day", "2047-07-14": "Statehood Day", "2047-07-15": "Statehood Day (observed)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-07-26": "Eid al-Fitr (estimated)", "2047-09-20": "Ecological State Day", "2047-09-30": "Eid al-Adha (estimated); Yom Kippur", "2047-10-01": "Eid al-Adha (estimated); Yom Kippur", "2047-10-02": "Eid al-Adha (estimated)", "2047-11-01": "All Saints' Day", "2047-11-13": "Njegos Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas", "2047-12-26": "Christmas", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-06": "Christmas Eve", "2048-01-07": "Christmas", "2048-01-08": "Christmas", "2048-03-29": "Pesach", "2048-03-30": "Pesach", "2048-04-03": "Good Friday", "2048-04-06": "Easter", "2048-05-01": "Labor Day", "2048-05-02": "Labor Day", "2048-05-21": "Independence Day", "2048-05-22": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated); Statehood Day", "2048-07-14": "Eid al-Fitr (estimated); Statehood Day", "2048-09-17": "Yom Kippur", "2048-09-18": "Yom Kippur", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Ecological State Day; Eid al-Adha (estimated)", "2048-09-21": "Eid al-Adha (estimated)", "2048-11-01": "All Saints' Day", "2048-11-13": "Njegos Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas", "2048-12-26": "Christmas", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-06": "Christmas Eve", "2049-01-07": "Christmas", "2049-01-08": "Christmas", "2049-04-16": "Good Friday", "2049-04-17": "Pesach", "2049-04-18": "Pesach", "2049-04-19": "Easter", "2049-04-23": "Good Friday", "2049-04-26": "Easter", "2049-05-01": "Labor Day", "2049-05-02": "Labor Day", "2049-05-03": "Labor Day (observed)", "2049-05-21": "Independence Day", "2049-05-22": "Independence Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-07-03": "Eid al-Fitr (estimated)", "2049-07-13": "Statehood Day", "2049-07-14": "Statehood Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-09-10": "Eid al-Adha (estimated)", "2049-09-20": "Ecological State Day", "2049-10-06": "Yom Kippur", "2049-10-07": "Yom Kippur", "2049-11-01": "All Saints' Day", "2049-11-13": "Njegos Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas", "2049-12-26": "Christmas", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-06": "Christmas Eve", "2050-01-07": "Christmas", "2050-01-08": "Christmas", "2050-04-07": "Pesach", "2050-04-08": "Good Friday; Pesach", "2050-04-11": "Easter", "2050-04-15": "Good Friday", "2050-04-18": "Easter", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day", "2050-05-03": "Labor Day (observed)", "2050-05-21": "Independence Day", "2050-05-22": "Independence Day", "2050-05-23": "Independence Day (observed)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-06-22": "Eid al-Fitr (estimated)", "2050-07-13": "Statehood Day", "2050-07-14": "Statehood Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-08-30": "Eid al-Adha (estimated)", "2050-09-20": "Ecological State Day", "2050-09-26": "Yom Kippur", "2050-09-27": "Yom Kippur", "2050-11-01": "All Saints' Day", "2050-11-13": "Njegos Day", "2050-11-14": "Njegos Day (observed)", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas", "2050-12-26": "Christmas" } holidays-0.71/snapshots/countries/MG_COMMON.json000066400000000000000000001500161500152103600215540ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-03-08": "Women's Day", "1950-03-29": "Martyrs' Day", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-18": "Ascension Day", "1950-05-28": "Whit Sunday", "1950-05-29": "Whit Monday", "1950-06-04": "Mother's Day", "1950-06-18": "Father's Day", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-08": "Women's Day", "1951-03-25": "Easter Sunday", "1951-03-26": "Easter Monday", "1951-03-29": "Martyrs' Day", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-13": "Whit Sunday", "1951-05-14": "Whit Monday", "1951-05-27": "Mother's Day", "1951-06-17": "Father's Day", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-03-08": "Women's Day", "1952-03-29": "Martyrs' Day", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-22": "Ascension Day", "1952-05-25": "Mother's Day", "1952-06-01": "Whit Sunday", "1952-06-02": "Whit Monday", "1952-06-15": "Father's Day", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-03-08": "Women's Day", "1953-03-29": "Martyrs' Day", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-24": "Whit Sunday", "1953-05-25": "Whit Monday", "1953-05-31": "Mother's Day", "1953-06-21": "Father's Day", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-08": "Women's Day", "1954-03-29": "Martyrs' Day", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-27": "Ascension Day", "1954-05-30": "Mother's Day", "1954-06-06": "Whit Sunday", "1954-06-07": "Whit Monday", "1954-06-20": "Father's Day", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-03-08": "Women's Day", "1955-03-29": "Martyrs' Day", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-19": "Ascension Day", "1955-05-29": "Whit Sunday", "1955-05-30": "Whit Monday", "1955-06-05": "Mother's Day", "1955-06-19": "Father's Day", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-08": "Women's Day", "1956-03-29": "Martyrs' Day", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-20": "Whit Sunday", "1956-05-21": "Whit Monday", "1956-05-27": "Mother's Day", "1956-06-17": "Father's Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-08": "Women's Day", "1957-03-29": "Martyrs' Day", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-26": "Mother's Day", "1957-05-30": "Ascension Day", "1957-06-09": "Whit Sunday", "1957-06-10": "Whit Monday", "1957-06-16": "Father's Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-03-08": "Women's Day", "1958-03-29": "Martyrs' Day", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-25": "Whit Sunday", "1958-05-26": "Whit Monday", "1958-06-01": "Mother's Day", "1958-06-15": "Father's Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-08": "Women's Day", "1959-03-29": "Easter Sunday; Martyrs' Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-17": "Whit Sunday", "1959-05-18": "Whit Monday", "1959-05-31": "Mother's Day", "1959-06-21": "Father's Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-03-08": "Women's Day", "1960-03-29": "Martyrs' Day", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-05-29": "Mother's Day", "1960-06-05": "Whit Sunday", "1960-06-06": "Whit Monday", "1960-06-19": "Father's Day", "1960-06-26": "Independence Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-08": "Women's Day", "1961-03-29": "Martyrs' Day", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-21": "Whit Sunday", "1961-05-22": "Whit Monday", "1961-05-28": "Mother's Day", "1961-06-18": "Father's Day", "1961-06-26": "Independence Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-08": "Women's Day", "1962-03-29": "Martyrs' Day", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-27": "Mother's Day", "1962-05-31": "Ascension Day", "1962-06-10": "Whit Sunday", "1962-06-11": "Whit Monday", "1962-06-17": "Father's Day", "1962-06-26": "Independence Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-03-08": "Women's Day", "1963-03-29": "Martyrs' Day", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-05-26": "Mother's Day", "1963-06-02": "Whit Sunday", "1963-06-03": "Whit Monday", "1963-06-16": "Father's Day", "1963-06-26": "Independence Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-08": "Women's Day", "1964-03-29": "Easter Sunday; Martyrs' Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-17": "Whit Sunday", "1964-05-18": "Whit Monday", "1964-05-31": "Mother's Day", "1964-06-21": "Father's Day", "1964-06-26": "Independence Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-08": "Women's Day", "1965-03-29": "Martyrs' Day", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-05-30": "Mother's Day", "1965-06-06": "Whit Sunday", "1965-06-07": "Whit Monday", "1965-06-20": "Father's Day", "1965-06-26": "Independence Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-03-08": "Women's Day", "1966-03-29": "Martyrs' Day", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-29": "Whit Sunday", "1966-05-30": "Whit Monday", "1966-06-05": "Mother's Day", "1966-06-19": "Father's Day", "1966-06-26": "Independence Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-08": "Women's Day", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-03-29": "Martyrs' Day", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-14": "Whit Sunday", "1967-05-15": "Whit Monday", "1967-05-28": "Mother's Day", "1967-06-18": "Father's Day", "1967-06-26": "Independence Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-03-08": "Women's Day", "1968-03-29": "Martyrs' Day", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-05-26": "Mother's Day", "1968-06-02": "Whit Sunday", "1968-06-03": "Whit Monday", "1968-06-16": "Father's Day", "1968-06-26": "Independence Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-03-08": "Women's Day", "1969-03-29": "Martyrs' Day", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-25": "Whit Sunday", "1969-05-26": "Whit Monday", "1969-06-01": "Mother's Day", "1969-06-15": "Father's Day", "1969-06-26": "Independence Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-08": "Women's Day", "1970-03-29": "Easter Sunday; Martyrs' Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-17": "Whit Sunday", "1970-05-18": "Whit Monday", "1970-05-31": "Mother's Day", "1970-06-21": "Father's Day", "1970-06-26": "Independence Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-03-08": "Women's Day", "1971-03-29": "Martyrs' Day", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-30": "Whit Sunday", "1971-05-31": "Whit Monday", "1971-06-06": "Mother's Day", "1971-06-20": "Father's Day", "1971-06-26": "Independence Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-08": "Women's Day", "1972-03-29": "Martyrs' Day", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-21": "Whit Sunday", "1972-05-22": "Whit Monday", "1972-05-28": "Mother's Day", "1972-06-18": "Father's Day", "1972-06-26": "Independence Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-08": "Women's Day", "1973-03-29": "Martyrs' Day", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-27": "Mother's Day", "1973-05-31": "Ascension Day", "1973-06-10": "Whit Sunday", "1973-06-11": "Whit Monday", "1973-06-17": "Father's Day", "1973-06-26": "Independence Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-03-08": "Women's Day", "1974-03-29": "Martyrs' Day", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-05-26": "Mother's Day", "1974-06-02": "Whit Sunday", "1974-06-03": "Whit Monday", "1974-06-16": "Father's Day", "1974-06-26": "Independence Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-08": "Women's Day", "1975-03-29": "Martyrs' Day", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-18": "Whit Sunday", "1975-05-19": "Whit Monday", "1975-05-25": "Mother's Day", "1975-06-15": "Father's Day", "1975-06-26": "Independence Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-08": "Women's Day", "1976-03-29": "Martyrs' Day", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-05-30": "Mother's Day", "1976-06-06": "Whit Sunday", "1976-06-07": "Whit Monday", "1976-06-20": "Father's Day", "1976-06-26": "Independence Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-03-08": "Women's Day", "1977-03-29": "Martyrs' Day", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-29": "Whit Sunday", "1977-05-30": "Whit Monday", "1977-06-05": "Mother's Day", "1977-06-19": "Father's Day", "1977-06-26": "Independence Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-08": "Women's Day", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-03-29": "Martyrs' Day", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-14": "Whit Sunday", "1978-05-15": "Whit Monday", "1978-05-28": "Mother's Day", "1978-06-18": "Father's Day", "1978-06-26": "Independence Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-03-08": "Women's Day", "1979-03-29": "Martyrs' Day", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-05-27": "Mother's Day", "1979-06-03": "Whit Sunday", "1979-06-04": "Whit Monday", "1979-06-17": "Father's Day", "1979-06-26": "Independence Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-03-08": "Women's Day", "1980-03-29": "Martyrs' Day", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-25": "Whit Sunday", "1980-05-26": "Whit Monday", "1980-06-01": "Mother's Day", "1980-06-15": "Father's Day", "1980-06-26": "Independence Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-08": "Women's Day", "1981-03-29": "Martyrs' Day", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-05-31": "Mother's Day", "1981-06-07": "Whit Sunday", "1981-06-08": "Whit Monday", "1981-06-21": "Father's Day", "1981-06-26": "Independence Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-03-08": "Women's Day", "1982-03-29": "Martyrs' Day", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-05-30": "Whit Sunday", "1982-05-31": "Whit Monday", "1982-06-06": "Mother's Day", "1982-06-20": "Father's Day", "1982-06-26": "Independence Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-08": "Women's Day", "1983-03-29": "Martyrs' Day", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-22": "Whit Sunday", "1983-05-23": "Whit Monday", "1983-05-29": "Mother's Day", "1983-06-19": "Father's Day", "1983-06-26": "Independence Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-03-08": "Women's Day", "1984-03-29": "Martyrs' Day", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-27": "Mother's Day", "1984-05-31": "Ascension Day", "1984-06-10": "Whit Sunday", "1984-06-11": "Whit Monday", "1984-06-17": "Father's Day", "1984-06-26": "Independence Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-03-08": "Women's Day", "1985-03-29": "Martyrs' Day", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-26": "Whit Sunday", "1985-05-27": "Whit Monday", "1985-06-02": "Mother's Day", "1985-06-16": "Father's Day", "1985-06-26": "Independence Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-08": "Women's Day", "1986-03-29": "Martyrs' Day", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-18": "Whit Sunday", "1986-05-19": "Whit Monday", "1986-05-25": "Mother's Day", "1986-06-15": "Father's Day", "1986-06-26": "Independence Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-08": "Women's Day", "1987-03-29": "Martyrs' Day", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-05-31": "Mother's Day", "1987-06-07": "Whit Sunday", "1987-06-08": "Whit Monday", "1987-06-21": "Father's Day", "1987-06-26": "Independence Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-08": "Women's Day", "1988-03-29": "Martyrs' Day", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-22": "Whit Sunday", "1988-05-23": "Whit Monday", "1988-05-29": "Mother's Day", "1988-06-19": "Father's Day", "1988-06-26": "Independence Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-08": "Women's Day", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-03-29": "Martyrs' Day", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-14": "Whit Sunday", "1989-05-15": "Whit Monday", "1989-05-28": "Mother's Day", "1989-06-18": "Father's Day", "1989-06-26": "Independence Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-03-08": "Women's Day", "1990-03-29": "Martyrs' Day", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-05-27": "Mother's Day", "1990-06-03": "Whit Sunday", "1990-06-04": "Whit Monday", "1990-06-17": "Father's Day", "1990-06-26": "Independence Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-08": "Women's Day", "1991-03-29": "Martyrs' Day", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-19": "Whit Sunday", "1991-05-20": "Whit Monday", "1991-05-26": "Mother's Day", "1991-06-16": "Father's Day", "1991-06-26": "Independence Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-08": "Women's Day", "1992-03-29": "Martyrs' Day", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-05-31": "Mother's Day", "1992-06-07": "Whit Sunday", "1992-06-08": "Whit Monday", "1992-06-21": "Father's Day", "1992-06-26": "Independence Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-08": "Women's Day", "1993-03-29": "Martyrs' Day", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-05-30": "Whit Sunday", "1993-05-31": "Whit Monday", "1993-06-06": "Mother's Day", "1993-06-20": "Father's Day", "1993-06-26": "Independence Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-08": "Women's Day", "1994-03-29": "Martyrs' Day", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-22": "Whit Sunday", "1994-05-23": "Whit Monday", "1994-05-29": "Mother's Day", "1994-06-19": "Father's Day", "1994-06-26": "Independence Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-03-08": "Women's Day", "1995-03-29": "Martyrs' Day", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-05-28": "Mother's Day", "1995-06-04": "Whit Sunday", "1995-06-05": "Whit Monday", "1995-06-18": "Father's Day", "1995-06-26": "Independence Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-03-08": "Women's Day", "1996-03-29": "Martyrs' Day", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-26": "Whit Sunday", "1996-05-27": "Whit Monday", "1996-06-02": "Mother's Day", "1996-06-16": "Father's Day", "1996-06-26": "Independence Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-08": "Women's Day", "1997-03-29": "Martyrs' Day", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-18": "Whit Sunday", "1997-05-19": "Whit Monday", "1997-05-25": "Mother's Day", "1997-06-15": "Father's Day", "1997-06-26": "Independence Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-03-08": "Women's Day", "1998-03-29": "Martyrs' Day", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-05-31": "Whit Sunday", "1998-06-01": "Whit Monday", "1998-06-07": "Mother's Day", "1998-06-21": "Father's Day", "1998-06-26": "Independence Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-03-08": "Women's Day", "1999-03-29": "Martyrs' Day", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-23": "Whit Sunday", "1999-05-24": "Whit Monday", "1999-05-30": "Mother's Day", "1999-06-20": "Father's Day", "1999-06-26": "Independence Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-08": "Women's Day", "2000-03-29": "Martyrs' Day", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-28": "Mother's Day", "2000-06-01": "Ascension Day", "2000-06-11": "Whit Sunday", "2000-06-12": "Whit Monday", "2000-06-18": "Father's Day", "2000-06-26": "Independence Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-03-08": "Women's Day", "2001-03-29": "Martyrs' Day", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-05-27": "Mother's Day", "2001-06-03": "Whit Sunday", "2001-06-04": "Whit Monday", "2001-06-17": "Father's Day", "2001-06-26": "Independence Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-08": "Women's Day", "2002-03-29": "Martyrs' Day", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-19": "Whit Sunday", "2002-05-20": "Whit Monday", "2002-05-26": "Mother's Day", "2002-06-16": "Father's Day", "2002-06-26": "Independence Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-08": "Women's Day", "2003-03-29": "Martyrs' Day", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-25": "Mother's Day", "2003-05-29": "Ascension Day", "2003-06-08": "Whit Sunday", "2003-06-09": "Whit Monday", "2003-06-15": "Father's Day", "2003-06-26": "Independence Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-03-08": "Women's Day", "2004-03-29": "Martyrs' Day", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-05-30": "Whit Sunday", "2004-05-31": "Whit Monday", "2004-06-06": "Mother's Day", "2004-06-20": "Father's Day", "2004-06-26": "Independence Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-08": "Women's Day", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-03-29": "Martyrs' Day", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-15": "Whit Sunday", "2005-05-16": "Whit Monday", "2005-05-29": "Mother's Day", "2005-06-19": "Father's Day", "2005-06-26": "Independence Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-03-08": "Women's Day", "2006-03-29": "Martyrs' Day", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-05-28": "Mother's Day", "2006-06-04": "Whit Sunday", "2006-06-05": "Whit Monday", "2006-06-18": "Father's Day", "2006-06-26": "Independence Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-03-08": "Women's Day", "2007-03-29": "Martyrs' Day", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-05-27": "Whit Sunday", "2007-05-28": "Whit Monday", "2007-06-03": "Mother's Day", "2007-06-17": "Father's Day", "2007-06-26": "Independence Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-08": "Women's Day", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-03-29": "Martyrs' Day", "2008-05-01": "Ascension Day; Labor Day", "2008-05-11": "Whit Sunday", "2008-05-12": "Whit Monday", "2008-05-25": "Mother's Day", "2008-06-15": "Father's Day", "2008-06-26": "Independence Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-08": "Women's Day", "2009-03-29": "Martyrs' Day", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-05-31": "Whit Sunday", "2009-06-01": "Whit Monday", "2009-06-07": "Mother's Day", "2009-06-21": "Father's Day", "2009-06-26": "Independence Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-08": "Women's Day", "2010-03-29": "Martyrs' Day", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-23": "Whit Sunday", "2010-05-24": "Whit Monday", "2010-05-30": "Mother's Day", "2010-06-20": "Father's Day", "2010-06-26": "Independence Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-08": "Women's Day", "2011-03-29": "Martyrs' Day", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-29": "Mother's Day", "2011-06-02": "Ascension Day", "2011-06-12": "Whit Sunday", "2011-06-13": "Whit Monday", "2011-06-19": "Father's Day", "2011-06-26": "Independence Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-12-11": "Republic Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-03-08": "Women's Day", "2012-03-29": "Martyrs' Day", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-05-27": "Whit Sunday", "2012-05-28": "Whit Monday", "2012-06-03": "Mother's Day", "2012-06-17": "Father's Day", "2012-06-26": "Independence Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-11": "Republic Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-08": "Women's Day", "2013-03-29": "Martyrs' Day", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-19": "Whit Sunday", "2013-05-20": "Whit Monday", "2013-05-26": "Mother's Day", "2013-06-16": "Father's Day", "2013-06-26": "Independence Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-11": "Republic Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-08": "Women's Day", "2014-03-29": "Martyrs' Day", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-25": "Mother's Day", "2014-05-29": "Ascension Day", "2014-06-08": "Whit Sunday", "2014-06-09": "Whit Monday", "2014-06-15": "Father's Day", "2014-06-26": "Independence Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-11": "Republic Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-03-08": "Women's Day", "2015-03-29": "Martyrs' Day", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-24": "Whit Sunday", "2015-05-25": "Whit Monday", "2015-05-31": "Mother's Day", "2015-06-21": "Father's Day", "2015-06-26": "Independence Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-12-11": "Republic Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-08": "Women's Day", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-03-29": "Martyrs' Day", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-15": "Whit Sunday", "2016-05-16": "Whit Monday", "2016-05-29": "Mother's Day", "2016-06-19": "Father's Day", "2016-06-26": "Independence Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-12-11": "Republic Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-03-08": "Women's Day", "2017-03-29": "Martyrs' Day", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-05-28": "Mother's Day", "2017-06-04": "Whit Sunday", "2017-06-05": "Whit Monday", "2017-06-18": "Father's Day", "2017-06-26": "Independence Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-11": "Republic Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-08": "Women's Day", "2018-03-29": "Martyrs' Day", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-20": "Whit Sunday", "2018-05-21": "Whit Monday", "2018-05-27": "Mother's Day", "2018-06-17": "Father's Day", "2018-06-26": "Independence Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-11": "Republic Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-08": "Women's Day", "2019-03-29": "Martyrs' Day", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-26": "Mother's Day", "2019-05-30": "Ascension Day", "2019-06-09": "Whit Sunday", "2019-06-10": "Whit Monday", "2019-06-16": "Father's Day", "2019-06-26": "Independence Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-11": "Republic Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-03-08": "Women's Day", "2020-03-29": "Martyrs' Day", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-05-31": "Whit Sunday", "2020-06-01": "Whit Monday", "2020-06-07": "Mother's Day", "2020-06-21": "Father's Day", "2020-06-26": "Independence Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-12-11": "Republic Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-03-08": "Women's Day", "2021-03-29": "Martyrs' Day", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-23": "Whit Sunday", "2021-05-24": "Whit Monday", "2021-05-30": "Mother's Day", "2021-06-20": "Father's Day", "2021-06-26": "Independence Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-12-11": "Republic Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-03-08": "Women's Day", "2022-03-29": "Martyrs' Day", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-05-29": "Mother's Day", "2022-06-05": "Whit Sunday", "2022-06-06": "Whit Monday", "2022-06-19": "Father's Day", "2022-06-26": "Independence Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-11": "Republic Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-03-08": "Women's Day", "2023-03-29": "Martyrs' Day", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-05-28": "Whit Sunday", "2023-05-29": "Whit Monday", "2023-06-04": "Mother's Day", "2023-06-18": "Father's Day", "2023-06-26": "Independence Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-11": "Republic Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-08": "Women's Day", "2024-03-29": "Martyrs' Day", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-19": "Whit Sunday", "2024-05-20": "Whit Monday", "2024-05-26": "Mother's Day", "2024-06-16": "Father's Day", "2024-06-26": "Independence Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-11": "Republic Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-08": "Women's Day", "2025-03-29": "Martyrs' Day", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-25": "Mother's Day", "2025-05-29": "Ascension Day", "2025-06-08": "Whit Sunday", "2025-06-09": "Whit Monday", "2025-06-15": "Father's Day", "2025-06-26": "Independence Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-11": "Republic Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-08": "Women's Day", "2026-03-29": "Martyrs' Day", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-24": "Whit Sunday", "2026-05-25": "Whit Monday", "2026-05-31": "Mother's Day", "2026-06-21": "Father's Day", "2026-06-26": "Independence Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-12-11": "Republic Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-08": "Women's Day", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday; Martyrs' Day", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-16": "Whit Sunday", "2027-05-17": "Whit Monday", "2027-05-30": "Mother's Day", "2027-06-20": "Father's Day", "2027-06-26": "Independence Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-12-11": "Republic Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-03-08": "Women's Day", "2028-03-29": "Martyrs' Day", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-05-28": "Mother's Day", "2028-06-04": "Whit Sunday", "2028-06-05": "Whit Monday", "2028-06-18": "Father's Day", "2028-06-26": "Independence Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-11": "Republic Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-08": "Women's Day", "2029-03-29": "Martyrs' Day", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-20": "Whit Sunday", "2029-05-21": "Whit Monday", "2029-05-27": "Mother's Day", "2029-06-17": "Father's Day", "2029-06-26": "Independence Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-11": "Republic Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-03-08": "Women's Day", "2030-03-29": "Martyrs' Day", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-26": "Mother's Day", "2030-05-30": "Ascension Day", "2030-06-09": "Whit Sunday", "2030-06-10": "Whit Monday", "2030-06-16": "Father's Day", "2030-06-26": "Independence Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-11": "Republic Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-03-08": "Women's Day", "2031-03-29": "Martyrs' Day", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-05-25": "Mother's Day", "2031-06-01": "Whit Sunday", "2031-06-02": "Whit Monday", "2031-06-15": "Father's Day", "2031-06-26": "Independence Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-11": "Republic Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-08": "Women's Day", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday; Martyrs' Day", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-16": "Whit Sunday", "2032-05-17": "Whit Monday", "2032-05-30": "Mother's Day", "2032-06-20": "Father's Day", "2032-06-26": "Independence Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-12-11": "Republic Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-03-08": "Women's Day", "2033-03-29": "Martyrs' Day", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-05-29": "Mother's Day", "2033-06-05": "Whit Sunday", "2033-06-06": "Whit Monday", "2033-06-19": "Father's Day", "2033-06-26": "Independence Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-11": "Republic Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-03-08": "Women's Day", "2034-03-29": "Martyrs' Day", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-05-28": "Whit Sunday", "2034-05-29": "Whit Monday", "2034-06-04": "Mother's Day", "2034-06-18": "Father's Day", "2034-06-26": "Independence Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-11": "Republic Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-08": "Women's Day", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-03-29": "Martyrs' Day", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-13": "Whit Sunday", "2035-05-14": "Whit Monday", "2035-05-27": "Mother's Day", "2035-06-17": "Father's Day", "2035-06-26": "Independence Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-11": "Republic Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-03-08": "Women's Day", "2036-03-29": "Martyrs' Day", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-05-25": "Mother's Day", "2036-06-01": "Whit Sunday", "2036-06-02": "Whit Monday", "2036-06-15": "Father's Day", "2036-06-26": "Independence Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-11": "Republic Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-03-08": "Women's Day", "2037-03-29": "Martyrs' Day", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-24": "Whit Sunday", "2037-05-25": "Whit Monday", "2037-05-31": "Mother's Day", "2037-06-21": "Father's Day", "2037-06-26": "Independence Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-12-11": "Republic Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-03-08": "Women's Day", "2038-03-29": "Martyrs' Day", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-06-03": "Ascension Day", "2038-06-13": "Whit Sunday", "2038-06-14": "Whit Monday", "2038-06-20": "Father's Day", "2038-06-26": "Independence Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-12-11": "Republic Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-03-08": "Women's Day", "2039-03-29": "Martyrs' Day", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-05-29": "Whit Sunday", "2039-05-30": "Whit Monday", "2039-06-05": "Mother's Day", "2039-06-19": "Father's Day", "2039-06-26": "Independence Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-11": "Republic Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-08": "Women's Day", "2040-03-29": "Martyrs' Day", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-20": "Whit Sunday", "2040-05-21": "Whit Monday", "2040-05-27": "Mother's Day", "2040-06-17": "Father's Day", "2040-06-26": "Independence Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-11": "Republic Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-08": "Women's Day", "2041-03-29": "Martyrs' Day", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-26": "Mother's Day", "2041-05-30": "Ascension Day", "2041-06-09": "Whit Sunday", "2041-06-10": "Whit Monday", "2041-06-16": "Father's Day", "2041-06-26": "Independence Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-11": "Republic Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-08": "Women's Day", "2042-03-29": "Martyrs' Day", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-25": "Whit Sunday", "2042-05-26": "Whit Monday", "2042-06-01": "Mother's Day", "2042-06-15": "Father's Day", "2042-06-26": "Independence Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-11": "Republic Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-08": "Women's Day", "2043-03-29": "Easter Sunday; Martyrs' Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-17": "Whit Sunday", "2043-05-18": "Whit Monday", "2043-05-31": "Mother's Day", "2043-06-21": "Father's Day", "2043-06-26": "Independence Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-12-11": "Republic Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-03-08": "Women's Day", "2044-03-29": "Martyrs' Day", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-05-29": "Mother's Day", "2044-06-05": "Whit Sunday", "2044-06-06": "Whit Monday", "2044-06-19": "Father's Day", "2044-06-26": "Independence Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-11": "Republic Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-03-08": "Women's Day", "2045-03-29": "Martyrs' Day", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-05-28": "Whit Sunday", "2045-05-29": "Whit Monday", "2045-06-04": "Mother's Day", "2045-06-18": "Father's Day", "2045-06-26": "Independence Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-11": "Republic Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-08": "Women's Day", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-03-29": "Martyrs' Day", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-13": "Whit Sunday", "2046-05-14": "Whit Monday", "2046-05-27": "Mother's Day", "2046-06-17": "Father's Day", "2046-06-26": "Independence Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-11": "Republic Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-03-08": "Women's Day", "2047-03-29": "Martyrs' Day", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-05-26": "Mother's Day", "2047-06-02": "Whit Sunday", "2047-06-03": "Whit Monday", "2047-06-16": "Father's Day", "2047-06-26": "Independence Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-11": "Republic Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-03-08": "Women's Day", "2048-03-29": "Martyrs' Day", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-24": "Whit Sunday", "2048-05-25": "Whit Monday", "2048-05-31": "Mother's Day", "2048-06-21": "Father's Day", "2048-06-26": "Independence Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-12-11": "Republic Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-08": "Women's Day", "2049-03-29": "Martyrs' Day", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-05-30": "Mother's Day", "2049-06-06": "Whit Sunday", "2049-06-07": "Whit Monday", "2049-06-20": "Father's Day", "2049-06-26": "Independence Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-12-11": "Republic Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-03-08": "Women's Day", "2050-03-29": "Martyrs' Day", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-05-29": "Whit Sunday", "2050-05-30": "Whit Monday", "2050-06-05": "Mother's Day", "2050-06-19": "Father's Day", "2050-06-26": "Independence Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-11": "Republic Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/MH_COMMON.json000066400000000000000000001200571500152103600215570ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day Holiday", "1950-03-01": "Nuclear Victims Remembrance Day", "1950-04-07": "Good Friday", "1950-05-01": "Constitution Day", "1950-07-07": "Fisherman's Day", "1950-09-01": "Dri-jerbal Day", "1950-09-29": "Manit Day", "1950-11-17": "President's Day", "1950-12-01": "Gospel Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-01": "Nuclear Victims Remembrance Day", "1951-03-23": "Good Friday", "1951-05-01": "Constitution Day", "1951-07-06": "Fisherman's Day", "1951-09-07": "Dri-jerbal Day", "1951-09-28": "Manit Day", "1951-11-17": "President's Day", "1951-12-07": "Gospel Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-03-01": "Nuclear Victims Remembrance Day", "1952-04-11": "Good Friday", "1952-05-01": "Constitution Day", "1952-07-04": "Fisherman's Day", "1952-09-05": "Dri-jerbal Day", "1952-09-26": "Manit Day", "1952-11-17": "President's Day", "1952-12-05": "Gospel Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-03-01": "Nuclear Victims Remembrance Day", "1953-03-02": "Nuclear Victims Remembrance Day Holiday", "1953-04-03": "Good Friday", "1953-05-01": "Constitution Day", "1953-07-03": "Fisherman's Day", "1953-09-04": "Dri-jerbal Day", "1953-09-25": "Manit Day", "1953-11-17": "President's Day", "1953-12-04": "Gospel Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Nuclear Victims Remembrance Day", "1954-04-16": "Good Friday", "1954-05-01": "Constitution Day", "1954-07-02": "Fisherman's Day", "1954-09-03": "Dri-jerbal Day", "1954-09-24": "Manit Day", "1954-11-17": "President's Day", "1954-12-03": "Gospel Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-03-01": "Nuclear Victims Remembrance Day", "1955-04-08": "Good Friday", "1955-05-01": "Constitution Day", "1955-05-02": "Constitution Day Holiday", "1955-07-01": "Fisherman's Day", "1955-09-02": "Dri-jerbal Day", "1955-09-30": "Manit Day", "1955-11-17": "President's Day", "1955-12-02": "Gospel Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day Holiday", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day Holiday", "1956-03-01": "Nuclear Victims Remembrance Day", "1956-03-30": "Good Friday", "1956-05-01": "Constitution Day", "1956-07-06": "Fisherman's Day", "1956-09-07": "Dri-jerbal Day", "1956-09-28": "Manit Day", "1956-11-17": "President's Day", "1956-12-07": "Gospel Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-01": "Nuclear Victims Remembrance Day", "1957-04-19": "Good Friday", "1957-05-01": "Constitution Day", "1957-07-05": "Fisherman's Day", "1957-09-06": "Dri-jerbal Day", "1957-09-27": "Manit Day", "1957-11-17": "President's Day", "1957-11-18": "President's Day Holiday", "1957-12-06": "Gospel Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-03-01": "Nuclear Victims Remembrance Day", "1958-04-04": "Good Friday", "1958-05-01": "Constitution Day", "1958-07-04": "Fisherman's Day", "1958-09-05": "Dri-jerbal Day", "1958-09-26": "Manit Day", "1958-11-17": "President's Day", "1958-12-05": "Gospel Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-01": "Nuclear Victims Remembrance Day", "1959-03-02": "Nuclear Victims Remembrance Day Holiday", "1959-03-27": "Good Friday", "1959-05-01": "Constitution Day", "1959-07-03": "Fisherman's Day", "1959-09-04": "Dri-jerbal Day", "1959-09-25": "Manit Day", "1959-11-17": "President's Day", "1959-12-04": "Gospel Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-03-01": "Nuclear Victims Remembrance Day", "1960-04-15": "Good Friday", "1960-05-01": "Constitution Day", "1960-05-02": "Constitution Day Holiday", "1960-07-01": "Fisherman's Day", "1960-09-02": "Dri-jerbal Day", "1960-09-30": "Manit Day", "1960-11-17": "President's Day", "1960-12-02": "Gospel Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day Holiday", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day Holiday", "1961-03-01": "Nuclear Victims Remembrance Day", "1961-03-31": "Good Friday", "1961-05-01": "Constitution Day", "1961-07-07": "Fisherman's Day", "1961-09-01": "Dri-jerbal Day", "1961-09-29": "Manit Day", "1961-11-17": "President's Day", "1961-12-01": "Gospel Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-01": "Nuclear Victims Remembrance Day", "1962-04-20": "Good Friday", "1962-05-01": "Constitution Day", "1962-07-06": "Fisherman's Day", "1962-09-07": "Dri-jerbal Day", "1962-09-28": "Manit Day", "1962-11-17": "President's Day", "1962-12-07": "Gospel Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-03-01": "Nuclear Victims Remembrance Day", "1963-04-12": "Good Friday", "1963-05-01": "Constitution Day", "1963-07-05": "Fisherman's Day", "1963-09-06": "Dri-jerbal Day", "1963-09-27": "Manit Day", "1963-11-17": "President's Day", "1963-11-18": "President's Day Holiday", "1963-12-06": "Gospel Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-01": "Nuclear Victims Remembrance Day", "1964-03-02": "Nuclear Victims Remembrance Day Holiday", "1964-03-27": "Good Friday", "1964-05-01": "Constitution Day", "1964-07-03": "Fisherman's Day", "1964-09-04": "Dri-jerbal Day", "1964-09-25": "Manit Day", "1964-11-17": "President's Day", "1964-12-04": "Gospel Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Nuclear Victims Remembrance Day", "1965-04-16": "Good Friday", "1965-05-01": "Constitution Day", "1965-07-02": "Fisherman's Day", "1965-09-03": "Dri-jerbal Day", "1965-09-24": "Manit Day", "1965-11-17": "President's Day", "1965-12-03": "Gospel Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-03-01": "Nuclear Victims Remembrance Day", "1966-04-08": "Good Friday", "1966-05-01": "Constitution Day", "1966-05-02": "Constitution Day Holiday", "1966-07-01": "Fisherman's Day", "1966-09-02": "Dri-jerbal Day", "1966-09-30": "Manit Day", "1966-11-17": "President's Day", "1966-12-02": "Gospel Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day Holiday", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day Holiday", "1967-03-01": "Nuclear Victims Remembrance Day", "1967-03-24": "Good Friday", "1967-05-01": "Constitution Day", "1967-07-07": "Fisherman's Day", "1967-09-01": "Dri-jerbal Day", "1967-09-29": "Manit Day", "1967-11-17": "President's Day", "1967-12-01": "Gospel Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-03-01": "Nuclear Victims Remembrance Day", "1968-04-12": "Good Friday", "1968-05-01": "Constitution Day", "1968-07-05": "Fisherman's Day", "1968-09-06": "Dri-jerbal Day", "1968-09-27": "Manit Day", "1968-11-17": "President's Day", "1968-11-18": "President's Day Holiday", "1968-12-06": "Gospel Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-03-01": "Nuclear Victims Remembrance Day", "1969-04-04": "Good Friday", "1969-05-01": "Constitution Day", "1969-07-04": "Fisherman's Day", "1969-09-05": "Dri-jerbal Day", "1969-09-26": "Manit Day", "1969-11-17": "President's Day", "1969-12-05": "Gospel Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-01": "Nuclear Victims Remembrance Day", "1970-03-02": "Nuclear Victims Remembrance Day Holiday", "1970-03-27": "Good Friday", "1970-05-01": "Constitution Day", "1970-07-03": "Fisherman's Day", "1970-09-04": "Dri-jerbal Day", "1970-09-25": "Manit Day", "1970-11-17": "President's Day", "1970-12-04": "Gospel Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-03-01": "Nuclear Victims Remembrance Day", "1971-04-09": "Good Friday", "1971-05-01": "Constitution Day", "1971-07-02": "Fisherman's Day", "1971-09-03": "Dri-jerbal Day", "1971-09-24": "Manit Day", "1971-11-17": "President's Day", "1971-12-03": "Gospel Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-01": "Nuclear Victims Remembrance Day", "1972-03-31": "Good Friday", "1972-05-01": "Constitution Day", "1972-07-07": "Fisherman's Day", "1972-09-01": "Dri-jerbal Day", "1972-09-29": "Manit Day", "1972-11-17": "President's Day", "1972-12-01": "Gospel Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-01": "Nuclear Victims Remembrance Day", "1973-04-20": "Good Friday", "1973-05-01": "Constitution Day", "1973-07-06": "Fisherman's Day", "1973-09-07": "Dri-jerbal Day", "1973-09-28": "Manit Day", "1973-11-17": "President's Day", "1973-12-07": "Gospel Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-03-01": "Nuclear Victims Remembrance Day", "1974-04-12": "Good Friday", "1974-05-01": "Constitution Day", "1974-07-05": "Fisherman's Day", "1974-09-06": "Dri-jerbal Day", "1974-09-27": "Manit Day", "1974-11-17": "President's Day", "1974-11-18": "President's Day Holiday", "1974-12-06": "Gospel Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-01": "Nuclear Victims Remembrance Day", "1975-03-28": "Good Friday", "1975-05-01": "Constitution Day", "1975-07-04": "Fisherman's Day", "1975-09-05": "Dri-jerbal Day", "1975-09-26": "Manit Day", "1975-11-17": "President's Day", "1975-12-05": "Gospel Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-01": "Nuclear Victims Remembrance Day", "1976-04-16": "Good Friday", "1976-05-01": "Constitution Day", "1976-07-02": "Fisherman's Day", "1976-09-03": "Dri-jerbal Day", "1976-09-24": "Manit Day", "1976-11-17": "President's Day", "1976-12-03": "Gospel Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-03-01": "Nuclear Victims Remembrance Day", "1977-04-08": "Good Friday", "1977-05-01": "Constitution Day", "1977-05-02": "Constitution Day Holiday", "1977-07-01": "Fisherman's Day", "1977-09-02": "Dri-jerbal Day", "1977-09-30": "Manit Day", "1977-11-17": "President's Day", "1977-12-02": "Gospel Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day Holiday", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day Holiday", "1978-03-01": "Nuclear Victims Remembrance Day", "1978-03-24": "Good Friday", "1978-05-01": "Constitution Day", "1978-07-07": "Fisherman's Day", "1978-09-01": "Dri-jerbal Day", "1978-09-29": "Manit Day", "1978-11-17": "President's Day", "1978-12-01": "Gospel Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-03-01": "Nuclear Victims Remembrance Day", "1979-04-13": "Good Friday", "1979-05-01": "Constitution Day", "1979-07-06": "Fisherman's Day", "1979-09-07": "Dri-jerbal Day", "1979-09-28": "Manit Day", "1979-11-17": "President's Day", "1979-12-07": "Gospel Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-03-01": "Nuclear Victims Remembrance Day", "1980-04-04": "Good Friday", "1980-05-01": "Constitution Day", "1980-07-04": "Fisherman's Day", "1980-09-05": "Dri-jerbal Day", "1980-09-26": "Manit Day", "1980-11-17": "President's Day", "1980-12-05": "Gospel Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-01": "Nuclear Victims Remembrance Day", "1981-03-02": "Nuclear Victims Remembrance Day Holiday", "1981-04-17": "Good Friday", "1981-05-01": "Constitution Day", "1981-07-03": "Fisherman's Day", "1981-09-04": "Dri-jerbal Day", "1981-09-25": "Manit Day", "1981-11-17": "President's Day", "1981-12-04": "Gospel Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-03-01": "Nuclear Victims Remembrance Day", "1982-04-09": "Good Friday", "1982-05-01": "Constitution Day", "1982-07-02": "Fisherman's Day", "1982-09-03": "Dri-jerbal Day", "1982-09-24": "Manit Day", "1982-11-17": "President's Day", "1982-12-03": "Gospel Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-01": "Nuclear Victims Remembrance Day", "1983-04-01": "Good Friday", "1983-05-01": "Constitution Day", "1983-05-02": "Constitution Day Holiday", "1983-07-01": "Fisherman's Day", "1983-09-02": "Dri-jerbal Day", "1983-09-30": "Manit Day", "1983-11-17": "President's Day", "1983-12-02": "Gospel Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day Holiday", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day Holiday", "1984-03-01": "Nuclear Victims Remembrance Day", "1984-04-20": "Good Friday", "1984-05-01": "Constitution Day", "1984-07-06": "Fisherman's Day", "1984-09-07": "Dri-jerbal Day", "1984-09-28": "Manit Day", "1984-11-17": "President's Day", "1984-12-07": "Gospel Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-03-01": "Nuclear Victims Remembrance Day", "1985-04-05": "Good Friday", "1985-05-01": "Constitution Day", "1985-07-05": "Fisherman's Day", "1985-09-06": "Dri-jerbal Day", "1985-09-27": "Manit Day", "1985-11-17": "President's Day", "1985-11-18": "President's Day Holiday", "1985-12-06": "Gospel Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-01": "Nuclear Victims Remembrance Day", "1986-03-28": "Good Friday", "1986-05-01": "Constitution Day", "1986-07-04": "Fisherman's Day", "1986-09-05": "Dri-jerbal Day", "1986-09-26": "Manit Day", "1986-11-17": "President's Day", "1986-12-05": "Gospel Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-01": "Nuclear Victims Remembrance Day", "1987-03-02": "Nuclear Victims Remembrance Day Holiday", "1987-04-17": "Good Friday", "1987-05-01": "Constitution Day", "1987-07-03": "Fisherman's Day", "1987-09-04": "Dri-jerbal Day", "1987-09-25": "Manit Day", "1987-11-17": "President's Day", "1987-12-04": "Gospel Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-01": "Nuclear Victims Remembrance Day", "1988-04-01": "Good Friday", "1988-05-01": "Constitution Day", "1988-05-02": "Constitution Day Holiday", "1988-07-01": "Fisherman's Day", "1988-09-02": "Dri-jerbal Day", "1988-09-30": "Manit Day", "1988-11-17": "President's Day", "1988-12-02": "Gospel Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day Holiday", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day Holiday", "1989-03-01": "Nuclear Victims Remembrance Day", "1989-03-24": "Good Friday", "1989-05-01": "Constitution Day", "1989-07-07": "Fisherman's Day", "1989-09-01": "Dri-jerbal Day", "1989-09-29": "Manit Day", "1989-11-17": "President's Day", "1989-12-01": "Gospel Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-03-01": "Nuclear Victims Remembrance Day", "1990-04-13": "Good Friday", "1990-05-01": "Constitution Day", "1990-07-06": "Fisherman's Day", "1990-09-07": "Dri-jerbal Day", "1990-09-28": "Manit Day", "1990-11-17": "President's Day", "1990-12-07": "Gospel Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-01": "Nuclear Victims Remembrance Day", "1991-03-29": "Good Friday", "1991-05-01": "Constitution Day", "1991-07-05": "Fisherman's Day", "1991-09-06": "Dri-jerbal Day", "1991-09-27": "Manit Day", "1991-11-17": "President's Day", "1991-11-18": "President's Day Holiday", "1991-12-06": "Gospel Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-01": "Nuclear Victims Remembrance Day", "1992-03-02": "Nuclear Victims Remembrance Day Holiday", "1992-04-17": "Good Friday", "1992-05-01": "Constitution Day", "1992-07-03": "Fisherman's Day", "1992-09-04": "Dri-jerbal Day", "1992-09-25": "Manit Day", "1992-11-17": "President's Day", "1992-12-04": "Gospel Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-01": "Nuclear Victims Remembrance Day", "1993-04-09": "Good Friday", "1993-05-01": "Constitution Day", "1993-07-02": "Fisherman's Day", "1993-09-03": "Dri-jerbal Day", "1993-09-24": "Manit Day", "1993-11-17": "President's Day", "1993-12-03": "Gospel Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-01": "Nuclear Victims Remembrance Day", "1994-04-01": "Good Friday", "1994-05-01": "Constitution Day", "1994-05-02": "Constitution Day Holiday", "1994-07-01": "Fisherman's Day", "1994-09-02": "Dri-jerbal Day", "1994-09-30": "Manit Day", "1994-11-17": "President's Day", "1994-12-02": "Gospel Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day Holiday", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day Holiday", "1995-03-01": "Nuclear Victims Remembrance Day", "1995-04-14": "Good Friday", "1995-05-01": "Constitution Day", "1995-07-07": "Fisherman's Day", "1995-09-01": "Dri-jerbal Day", "1995-09-29": "Manit Day", "1995-11-17": "President's Day", "1995-11-20": "General Election Day", "1995-12-01": "Gospel Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-03-01": "Nuclear Victims Remembrance Day", "1996-04-05": "Good Friday", "1996-05-01": "Constitution Day", "1996-07-05": "Fisherman's Day", "1996-09-06": "Dri-jerbal Day", "1996-09-27": "Manit Day", "1996-11-17": "President's Day", "1996-11-18": "President's Day Holiday", "1996-12-06": "Gospel Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-01": "Nuclear Victims Remembrance Day", "1997-03-28": "Good Friday", "1997-05-01": "Constitution Day", "1997-07-04": "Fisherman's Day", "1997-09-05": "Dri-jerbal Day", "1997-09-26": "Manit Day", "1997-11-17": "President's Day", "1997-12-05": "Gospel Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-03-01": "Nuclear Victims Remembrance Day", "1998-03-02": "Nuclear Victims Remembrance Day Holiday", "1998-04-10": "Good Friday", "1998-05-01": "Constitution Day", "1998-07-03": "Fisherman's Day", "1998-09-04": "Dri-jerbal Day", "1998-09-25": "Manit Day", "1998-11-17": "President's Day", "1998-12-04": "Gospel Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-03-01": "Nuclear Victims Remembrance Day", "1999-04-02": "Good Friday", "1999-05-01": "Constitution Day", "1999-07-02": "Fisherman's Day", "1999-09-03": "Dri-jerbal Day", "1999-09-24": "Manit Day", "1999-11-17": "President's Day", "1999-11-22": "General Election Day", "1999-12-03": "Gospel Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-01": "Nuclear Victims Remembrance Day", "2000-04-21": "Good Friday", "2000-05-01": "Constitution Day", "2000-07-07": "Fisherman's Day", "2000-09-01": "Dri-jerbal Day", "2000-09-29": "Manit Day", "2000-11-17": "President's Day", "2000-12-01": "Gospel Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-03-01": "Nuclear Victims Remembrance Day", "2001-04-13": "Good Friday", "2001-05-01": "Constitution Day", "2001-07-06": "Fisherman's Day", "2001-09-07": "Dri-jerbal Day", "2001-09-28": "Manit Day", "2001-11-17": "President's Day", "2001-12-07": "Gospel Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-01": "Nuclear Victims Remembrance Day", "2002-03-29": "Good Friday", "2002-05-01": "Constitution Day", "2002-07-05": "Fisherman's Day", "2002-09-06": "Dri-jerbal Day", "2002-09-27": "Manit Day", "2002-11-17": "President's Day", "2002-11-18": "President's Day Holiday", "2002-12-06": "Gospel Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-01": "Nuclear Victims Remembrance Day", "2003-04-18": "Good Friday", "2003-05-01": "Constitution Day", "2003-07-04": "Fisherman's Day", "2003-09-05": "Dri-jerbal Day", "2003-09-26": "Manit Day", "2003-11-17": "General Election Day; President's Day", "2003-12-05": "Gospel Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-03-01": "Nuclear Victims Remembrance Day", "2004-04-09": "Good Friday", "2004-05-01": "Constitution Day", "2004-07-02": "Fisherman's Day", "2004-09-03": "Dri-jerbal Day", "2004-09-24": "Manit Day", "2004-11-17": "President's Day", "2004-12-03": "Gospel Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-01": "Nuclear Victims Remembrance Day", "2005-03-25": "Good Friday", "2005-05-01": "Constitution Day", "2005-05-02": "Constitution Day Holiday", "2005-07-01": "Fisherman's Day", "2005-09-02": "Dri-jerbal Day", "2005-09-30": "Manit Day", "2005-11-17": "President's Day", "2005-12-02": "Gospel Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day Holiday", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day Holiday", "2006-03-01": "Nuclear Victims Remembrance Day", "2006-04-14": "Good Friday", "2006-05-01": "Constitution Day", "2006-07-07": "Fisherman's Day", "2006-09-01": "Dri-jerbal Day", "2006-09-29": "Manit Day", "2006-11-17": "President's Day", "2006-12-01": "Gospel Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-03-01": "Nuclear Victims Remembrance Day", "2007-04-06": "Good Friday", "2007-05-01": "Constitution Day", "2007-07-06": "Fisherman's Day", "2007-09-07": "Dri-jerbal Day", "2007-09-28": "Manit Day", "2007-11-17": "President's Day", "2007-11-19": "General Election Day", "2007-12-07": "Gospel Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-01": "Nuclear Victims Remembrance Day", "2008-03-21": "Good Friday", "2008-05-01": "Constitution Day", "2008-07-04": "Fisherman's Day", "2008-09-05": "Dri-jerbal Day", "2008-09-26": "Manit Day", "2008-11-17": "President's Day", "2008-12-05": "Gospel Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-01": "Nuclear Victims Remembrance Day", "2009-03-02": "Nuclear Victims Remembrance Day Holiday", "2009-04-10": "Good Friday", "2009-05-01": "Constitution Day", "2009-07-03": "Fisherman's Day", "2009-09-04": "Dri-jerbal Day", "2009-09-25": "Manit Day", "2009-11-17": "President's Day", "2009-12-04": "Gospel Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-01": "Nuclear Victims Remembrance Day", "2010-04-02": "Good Friday", "2010-05-01": "Constitution Day", "2010-07-02": "Fisherman's Day", "2010-09-03": "Dri-jerbal Day", "2010-09-24": "Manit Day", "2010-11-17": "President's Day", "2010-12-03": "Gospel Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-01": "Nuclear Victims Remembrance Day", "2011-04-22": "Good Friday", "2011-05-01": "Constitution Day", "2011-05-02": "Constitution Day Holiday", "2011-07-01": "Fisherman's Day", "2011-09-02": "Dri-jerbal Day", "2011-09-30": "Manit Day", "2011-11-17": "President's Day", "2011-11-21": "General Election Day", "2011-12-02": "Gospel Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day Holiday", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day Holiday", "2012-03-01": "Nuclear Victims Remembrance Day", "2012-04-06": "Good Friday", "2012-05-01": "Constitution Day", "2012-07-06": "Fisherman's Day", "2012-09-07": "Dri-jerbal Day", "2012-09-28": "Manit Day", "2012-11-17": "President's Day", "2012-12-07": "Gospel Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-01": "Nuclear Victims Remembrance Day", "2013-03-29": "Good Friday", "2013-05-01": "Constitution Day", "2013-07-05": "Fisherman's Day", "2013-09-06": "Dri-jerbal Day", "2013-09-27": "Manit Day", "2013-11-17": "President's Day", "2013-11-18": "President's Day Holiday", "2013-12-06": "Gospel Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-01": "Nuclear Victims Remembrance Day", "2014-04-18": "Good Friday", "2014-05-01": "Constitution Day", "2014-07-04": "Fisherman's Day", "2014-09-05": "Dri-jerbal Day", "2014-09-26": "Manit Day", "2014-11-17": "President's Day", "2014-12-05": "Gospel Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-03-01": "Nuclear Victims Remembrance Day", "2015-03-02": "Nuclear Victims Remembrance Day Holiday", "2015-04-03": "Good Friday", "2015-05-01": "Constitution Day", "2015-07-03": "Fisherman's Day", "2015-09-04": "Dri-jerbal Day", "2015-09-25": "Manit Day", "2015-11-16": "General Election Day", "2015-11-17": "President's Day", "2015-12-04": "Gospel Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-01": "Nuclear Victims Remembrance Day", "2016-03-25": "Good Friday", "2016-05-01": "Constitution Day", "2016-05-02": "Constitution Day Holiday", "2016-07-01": "Fisherman's Day", "2016-09-02": "Dri-jerbal Day", "2016-09-30": "Manit Day", "2016-11-17": "President's Day", "2016-12-02": "Gospel Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day Holiday", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day Holiday", "2017-03-01": "Nuclear Victims Remembrance Day", "2017-04-14": "Good Friday", "2017-05-01": "Constitution Day", "2017-07-07": "Fisherman's Day", "2017-09-01": "Dri-jerbal Day", "2017-09-29": "Manit Day", "2017-11-17": "President's Day", "2017-12-01": "Gospel Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-01": "Nuclear Victims Remembrance Day", "2018-03-30": "Good Friday", "2018-05-01": "Constitution Day", "2018-07-06": "Fisherman's Day", "2018-09-07": "Dri-jerbal Day", "2018-09-28": "Manit Day", "2018-11-17": "President's Day", "2018-12-07": "Gospel Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-01": "Nuclear Victims Remembrance Day", "2019-04-19": "Good Friday", "2019-05-01": "Constitution Day", "2019-07-05": "Fisherman's Day", "2019-09-06": "Dri-jerbal Day", "2019-09-27": "Manit Day", "2019-11-17": "President's Day", "2019-11-18": "General Election Day; President's Day Holiday", "2019-12-06": "Gospel Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-03-01": "Nuclear Victims Remembrance Day", "2020-03-02": "Nuclear Victims Remembrance Day Holiday", "2020-04-10": "Good Friday", "2020-05-01": "Constitution Day", "2020-07-03": "Fisherman's Day", "2020-09-04": "Dri-jerbal Day", "2020-09-25": "Manit Day", "2020-11-17": "President's Day", "2020-12-04": "Gospel Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-03-01": "Nuclear Victims Remembrance Day", "2021-04-02": "Good Friday", "2021-05-01": "Constitution Day", "2021-07-02": "Fisherman's Day", "2021-09-03": "Dri-jerbal Day", "2021-09-24": "Manit Day", "2021-11-17": "President's Day", "2021-12-03": "Gospel Day", "2021-12-24": "Christmas Day", "2022-01-01": "New Year's Day", "2022-03-01": "Nuclear Victims Remembrance Day", "2022-04-15": "Good Friday", "2022-05-01": "Constitution Day", "2022-05-02": "Constitution Day Holiday", "2022-07-01": "Fisherman's Day", "2022-09-02": "Dri-jerbal Day", "2022-09-30": "Manit Day", "2022-11-17": "President's Day", "2022-12-02": "Gospel Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day Holiday", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day Holiday", "2023-03-01": "Nuclear Victims Remembrance Day", "2023-04-07": "Good Friday", "2023-05-01": "Constitution Day", "2023-07-07": "Fisherman's Day", "2023-09-01": "Dri-jerbal Day", "2023-09-29": "Manit Day", "2023-11-17": "President's Day", "2023-11-20": "General Election Day", "2023-12-01": "Gospel Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-01": "Nuclear Victims Remembrance Day", "2024-03-29": "Good Friday", "2024-05-01": "Constitution Day", "2024-07-05": "Fisherman's Day", "2024-09-06": "Dri-jerbal Day", "2024-09-27": "Manit Day", "2024-11-17": "President's Day", "2024-11-18": "President's Day Holiday", "2024-12-06": "Gospel Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-01": "Nuclear Victims Remembrance Day", "2025-04-18": "Good Friday", "2025-05-01": "Constitution Day", "2025-07-04": "Fisherman's Day", "2025-09-05": "Dri-jerbal Day", "2025-09-26": "Manit Day", "2025-11-17": "President's Day", "2025-12-05": "Gospel Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-01": "Nuclear Victims Remembrance Day", "2026-03-02": "Nuclear Victims Remembrance Day Holiday", "2026-04-03": "Good Friday", "2026-05-01": "Constitution Day", "2026-07-03": "Fisherman's Day", "2026-09-04": "Dri-jerbal Day", "2026-09-25": "Manit Day", "2026-11-17": "President's Day", "2026-12-04": "Gospel Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-01": "Nuclear Victims Remembrance Day", "2027-03-26": "Good Friday", "2027-05-01": "Constitution Day", "2027-07-02": "Fisherman's Day", "2027-09-03": "Dri-jerbal Day", "2027-09-24": "Manit Day", "2027-11-17": "President's Day", "2027-12-03": "Gospel Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-03-01": "Nuclear Victims Remembrance Day", "2028-04-14": "Good Friday", "2028-05-01": "Constitution Day", "2028-07-07": "Fisherman's Day", "2028-09-01": "Dri-jerbal Day", "2028-09-29": "Manit Day", "2028-11-17": "President's Day", "2028-12-01": "Gospel Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-01": "Nuclear Victims Remembrance Day", "2029-03-30": "Good Friday", "2029-05-01": "Constitution Day", "2029-07-06": "Fisherman's Day", "2029-09-07": "Dri-jerbal Day", "2029-09-28": "Manit Day", "2029-11-17": "President's Day", "2029-12-07": "Gospel Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-03-01": "Nuclear Victims Remembrance Day", "2030-04-19": "Good Friday", "2030-05-01": "Constitution Day", "2030-07-05": "Fisherman's Day", "2030-09-06": "Dri-jerbal Day", "2030-09-27": "Manit Day", "2030-11-17": "President's Day", "2030-11-18": "President's Day Holiday", "2030-12-06": "Gospel Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-03-01": "Nuclear Victims Remembrance Day", "2031-04-11": "Good Friday", "2031-05-01": "Constitution Day", "2031-07-04": "Fisherman's Day", "2031-09-05": "Dri-jerbal Day", "2031-09-26": "Manit Day", "2031-11-17": "President's Day", "2031-12-05": "Gospel Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-01": "Nuclear Victims Remembrance Day", "2032-03-26": "Good Friday", "2032-05-01": "Constitution Day", "2032-07-02": "Fisherman's Day", "2032-09-03": "Dri-jerbal Day", "2032-09-24": "Manit Day", "2032-11-17": "President's Day", "2032-12-03": "Gospel Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-03-01": "Nuclear Victims Remembrance Day", "2033-04-15": "Good Friday", "2033-05-01": "Constitution Day", "2033-05-02": "Constitution Day Holiday", "2033-07-01": "Fisherman's Day", "2033-09-02": "Dri-jerbal Day", "2033-09-30": "Manit Day", "2033-11-17": "President's Day", "2033-12-02": "Gospel Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day Holiday", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day Holiday", "2034-03-01": "Nuclear Victims Remembrance Day", "2034-04-07": "Good Friday", "2034-05-01": "Constitution Day", "2034-07-07": "Fisherman's Day", "2034-09-01": "Dri-jerbal Day", "2034-09-29": "Manit Day", "2034-11-17": "President's Day", "2034-12-01": "Gospel Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-01": "Nuclear Victims Remembrance Day", "2035-03-23": "Good Friday", "2035-05-01": "Constitution Day", "2035-07-06": "Fisherman's Day", "2035-09-07": "Dri-jerbal Day", "2035-09-28": "Manit Day", "2035-11-17": "President's Day", "2035-12-07": "Gospel Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-03-01": "Nuclear Victims Remembrance Day", "2036-04-11": "Good Friday", "2036-05-01": "Constitution Day", "2036-07-04": "Fisherman's Day", "2036-09-05": "Dri-jerbal Day", "2036-09-26": "Manit Day", "2036-11-17": "President's Day", "2036-12-05": "Gospel Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-03-01": "Nuclear Victims Remembrance Day", "2037-03-02": "Nuclear Victims Remembrance Day Holiday", "2037-04-03": "Good Friday", "2037-05-01": "Constitution Day", "2037-07-03": "Fisherman's Day", "2037-09-04": "Dri-jerbal Day", "2037-09-25": "Manit Day", "2037-11-17": "President's Day", "2037-12-04": "Gospel Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-03-01": "Nuclear Victims Remembrance Day", "2038-04-23": "Good Friday", "2038-05-01": "Constitution Day", "2038-07-02": "Fisherman's Day", "2038-09-03": "Dri-jerbal Day", "2038-09-24": "Manit Day", "2038-11-17": "President's Day", "2038-12-03": "Gospel Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-03-01": "Nuclear Victims Remembrance Day", "2039-04-08": "Good Friday", "2039-05-01": "Constitution Day", "2039-05-02": "Constitution Day Holiday", "2039-07-01": "Fisherman's Day", "2039-09-02": "Dri-jerbal Day", "2039-09-30": "Manit Day", "2039-11-17": "President's Day", "2039-12-02": "Gospel Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day Holiday", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day Holiday", "2040-03-01": "Nuclear Victims Remembrance Day", "2040-03-30": "Good Friday", "2040-05-01": "Constitution Day", "2040-07-06": "Fisherman's Day", "2040-09-07": "Dri-jerbal Day", "2040-09-28": "Manit Day", "2040-11-17": "President's Day", "2040-12-07": "Gospel Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-01": "Nuclear Victims Remembrance Day", "2041-04-19": "Good Friday", "2041-05-01": "Constitution Day", "2041-07-05": "Fisherman's Day", "2041-09-06": "Dri-jerbal Day", "2041-09-27": "Manit Day", "2041-11-17": "President's Day", "2041-11-18": "President's Day Holiday", "2041-12-06": "Gospel Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-01": "Nuclear Victims Remembrance Day", "2042-04-04": "Good Friday", "2042-05-01": "Constitution Day", "2042-07-04": "Fisherman's Day", "2042-09-05": "Dri-jerbal Day", "2042-09-26": "Manit Day", "2042-11-17": "President's Day", "2042-12-05": "Gospel Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-01": "Nuclear Victims Remembrance Day", "2043-03-02": "Nuclear Victims Remembrance Day Holiday", "2043-03-27": "Good Friday", "2043-05-01": "Constitution Day", "2043-07-03": "Fisherman's Day", "2043-09-04": "Dri-jerbal Day", "2043-09-25": "Manit Day", "2043-11-17": "President's Day", "2043-12-04": "Gospel Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-03-01": "Nuclear Victims Remembrance Day", "2044-04-15": "Good Friday", "2044-05-01": "Constitution Day", "2044-05-02": "Constitution Day Holiday", "2044-07-01": "Fisherman's Day", "2044-09-02": "Dri-jerbal Day", "2044-09-30": "Manit Day", "2044-11-17": "President's Day", "2044-12-02": "Gospel Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day Holiday", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day Holiday", "2045-03-01": "Nuclear Victims Remembrance Day", "2045-04-07": "Good Friday", "2045-05-01": "Constitution Day", "2045-07-07": "Fisherman's Day", "2045-09-01": "Dri-jerbal Day", "2045-09-29": "Manit Day", "2045-11-17": "President's Day", "2045-12-01": "Gospel Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-01": "Nuclear Victims Remembrance Day", "2046-03-23": "Good Friday", "2046-05-01": "Constitution Day", "2046-07-06": "Fisherman's Day", "2046-09-07": "Dri-jerbal Day", "2046-09-28": "Manit Day", "2046-11-17": "President's Day", "2046-12-07": "Gospel Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-03-01": "Nuclear Victims Remembrance Day", "2047-04-12": "Good Friday", "2047-05-01": "Constitution Day", "2047-07-05": "Fisherman's Day", "2047-09-06": "Dri-jerbal Day", "2047-09-27": "Manit Day", "2047-11-17": "President's Day", "2047-11-18": "President's Day Holiday", "2047-12-06": "Gospel Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-03-01": "Nuclear Victims Remembrance Day", "2048-03-02": "Nuclear Victims Remembrance Day Holiday", "2048-04-03": "Good Friday", "2048-05-01": "Constitution Day", "2048-07-03": "Fisherman's Day", "2048-09-04": "Dri-jerbal Day", "2048-09-25": "Manit Day", "2048-11-17": "President's Day", "2048-12-04": "Gospel Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Nuclear Victims Remembrance Day", "2049-04-16": "Good Friday", "2049-05-01": "Constitution Day", "2049-07-02": "Fisherman's Day", "2049-09-03": "Dri-jerbal Day", "2049-09-24": "Manit Day", "2049-11-17": "President's Day", "2049-12-03": "Gospel Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-03-01": "Nuclear Victims Remembrance Day", "2050-04-08": "Good Friday", "2050-05-01": "Constitution Day", "2050-05-02": "Constitution Day Holiday", "2050-07-01": "Fisherman's Day", "2050-09-02": "Dri-jerbal Day", "2050-09-30": "Manit Day", "2050-11-17": "President's Day", "2050-12-02": "Gospel Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day Holiday" } holidays-0.71/snapshots/countries/MK_COMMON.json000066400000000000000000001423111500152103600215570ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-07": "Christmas Day (Orthodox)", "1950-04-10": "Easter Monday (Orthodox)", "1950-05-01": "Labour Day", "1950-05-24": "Saints Cyril and Methodius Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-08-02": "Republic Day", "1950-09-08": "Independence Day", "1950-10-11": "Day of Macedonian Uprising in 1941", "1950-10-23": "Day of the Macedonian Revolutionary Struggle", "1950-12-08": "Saint Clement of Ohrid Day", "1951-01-01": "New Year's Day", "1951-01-07": "Christmas Day (Orthodox)", "1951-04-30": "Easter Monday (Orthodox)", "1951-05-01": "Labour Day", "1951-05-24": "Saints Cyril and Methodius Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-08-02": "Republic Day", "1951-09-08": "Independence Day", "1951-10-11": "Day of Macedonian Uprising in 1941", "1951-10-23": "Day of the Macedonian Revolutionary Struggle", "1951-12-08": "Saint Clement of Ohrid Day", "1952-01-01": "New Year's Day", "1952-01-07": "Christmas Day (Orthodox)", "1952-04-21": "Easter Monday (Orthodox)", "1952-05-01": "Labour Day", "1952-05-24": "Saints Cyril and Methodius Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-08-02": "Republic Day", "1952-09-08": "Independence Day", "1952-10-11": "Day of Macedonian Uprising in 1941", "1952-10-23": "Day of the Macedonian Revolutionary Struggle", "1952-12-08": "Saint Clement of Ohrid Day", "1953-01-01": "New Year's Day", "1953-01-07": "Christmas Day (Orthodox)", "1953-04-06": "Easter Monday (Orthodox)", "1953-05-01": "Labour Day", "1953-05-24": "Saints Cyril and Methodius Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-08-02": "Republic Day", "1953-09-08": "Independence Day", "1953-10-11": "Day of Macedonian Uprising in 1941", "1953-10-23": "Day of the Macedonian Revolutionary Struggle", "1953-12-08": "Saint Clement of Ohrid Day", "1954-01-01": "New Year's Day", "1954-01-07": "Christmas Day (Orthodox)", "1954-04-26": "Easter Monday (Orthodox)", "1954-05-01": "Labour Day", "1954-05-24": "Saints Cyril and Methodius Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-08-02": "Republic Day", "1954-09-08": "Independence Day", "1954-10-11": "Day of Macedonian Uprising in 1941", "1954-10-23": "Day of the Macedonian Revolutionary Struggle", "1954-12-08": "Saint Clement of Ohrid Day", "1955-01-01": "New Year's Day", "1955-01-07": "Christmas Day (Orthodox)", "1955-04-18": "Easter Monday (Orthodox)", "1955-05-01": "Labour Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Saints Cyril and Methodius Day", "1955-08-02": "Republic Day", "1955-09-08": "Independence Day", "1955-10-11": "Day of Macedonian Uprising in 1941", "1955-10-23": "Day of the Macedonian Revolutionary Struggle", "1955-12-08": "Saint Clement of Ohrid Day", "1956-01-01": "New Year's Day", "1956-01-07": "Christmas Day (Orthodox)", "1956-05-01": "Labour Day", "1956-05-07": "Easter Monday (Orthodox)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-24": "Saints Cyril and Methodius Day", "1956-08-02": "Republic Day", "1956-09-08": "Independence Day", "1956-10-11": "Day of Macedonian Uprising in 1941", "1956-10-23": "Day of the Macedonian Revolutionary Struggle", "1956-12-08": "Saint Clement of Ohrid Day", "1957-01-01": "New Year's Day", "1957-01-07": "Christmas Day (Orthodox)", "1957-04-22": "Easter Monday (Orthodox)", "1957-05-01": "Eid al-Fitr (estimated); Labour Day", "1957-05-24": "Saints Cyril and Methodius Day", "1957-08-02": "Republic Day", "1957-09-08": "Independence Day", "1957-10-11": "Day of Macedonian Uprising in 1941", "1957-10-23": "Day of the Macedonian Revolutionary Struggle", "1957-12-08": "Saint Clement of Ohrid Day", "1958-01-01": "New Year's Day", "1958-01-07": "Christmas Day (Orthodox)", "1958-04-14": "Easter Monday (Orthodox)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-05-01": "Labour Day", "1958-05-24": "Saints Cyril and Methodius Day", "1958-08-02": "Republic Day", "1958-09-08": "Independence Day", "1958-10-11": "Day of Macedonian Uprising in 1941", "1958-10-23": "Day of the Macedonian Revolutionary Struggle", "1958-12-08": "Saint Clement of Ohrid Day", "1959-01-01": "New Year's Day", "1959-01-07": "Christmas Day (Orthodox)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-05-01": "Labour Day", "1959-05-04": "Easter Monday (Orthodox)", "1959-05-24": "Saints Cyril and Methodius Day", "1959-08-02": "Republic Day", "1959-09-08": "Independence Day", "1959-10-11": "Day of Macedonian Uprising in 1941", "1959-10-23": "Day of the Macedonian Revolutionary Struggle", "1959-12-08": "Saint Clement of Ohrid Day", "1960-01-01": "New Year's Day", "1960-01-07": "Christmas Day (Orthodox)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-04-18": "Easter Monday (Orthodox)", "1960-05-01": "Labour Day", "1960-05-24": "Saints Cyril and Methodius Day", "1960-08-02": "Republic Day", "1960-09-08": "Independence Day", "1960-10-11": "Day of Macedonian Uprising in 1941", "1960-10-23": "Day of the Macedonian Revolutionary Struggle", "1960-12-08": "Saint Clement of Ohrid Day", "1961-01-01": "New Year's Day", "1961-01-07": "Christmas Day (Orthodox)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-04-10": "Easter Monday (Orthodox)", "1961-05-01": "Labour Day", "1961-05-24": "Saints Cyril and Methodius Day", "1961-08-02": "Republic Day", "1961-09-08": "Independence Day", "1961-10-11": "Day of Macedonian Uprising in 1941", "1961-10-23": "Day of the Macedonian Revolutionary Struggle", "1961-12-08": "Saint Clement of Ohrid Day", "1962-01-01": "New Year's Day", "1962-01-07": "Christmas Day (Orthodox)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-30": "Easter Monday (Orthodox)", "1962-05-01": "Labour Day", "1962-05-24": "Saints Cyril and Methodius Day", "1962-08-02": "Republic Day", "1962-09-08": "Independence Day", "1962-10-11": "Day of Macedonian Uprising in 1941", "1962-10-23": "Day of the Macedonian Revolutionary Struggle", "1962-12-08": "Saint Clement of Ohrid Day", "1963-01-01": "New Year's Day", "1963-01-07": "Christmas Day (Orthodox)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-04-15": "Easter Monday (Orthodox)", "1963-05-01": "Labour Day", "1963-05-24": "Saints Cyril and Methodius Day", "1963-08-02": "Republic Day", "1963-09-08": "Independence Day", "1963-10-11": "Day of Macedonian Uprising in 1941", "1963-10-23": "Day of the Macedonian Revolutionary Struggle", "1963-12-08": "Saint Clement of Ohrid Day", "1964-01-01": "New Year's Day", "1964-01-07": "Christmas Day (Orthodox)", "1964-02-14": "Eid al-Fitr (estimated)", "1964-05-01": "Labour Day", "1964-05-04": "Easter Monday (Orthodox)", "1964-05-24": "Saints Cyril and Methodius Day", "1964-08-02": "Republic Day", "1964-09-08": "Independence Day", "1964-10-11": "Day of Macedonian Uprising in 1941", "1964-10-23": "Day of the Macedonian Revolutionary Struggle", "1964-12-08": "Saint Clement of Ohrid Day", "1965-01-01": "New Year's Day", "1965-01-07": "Christmas Day (Orthodox)", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-26": "Easter Monday (Orthodox)", "1965-05-01": "Labour Day", "1965-05-24": "Saints Cyril and Methodius Day", "1965-08-02": "Republic Day", "1965-09-08": "Independence Day", "1965-10-11": "Day of Macedonian Uprising in 1941", "1965-10-23": "Day of the Macedonian Revolutionary Struggle", "1965-12-08": "Saint Clement of Ohrid Day", "1966-01-01": "New Year's Day", "1966-01-07": "Christmas Day (Orthodox)", "1966-01-22": "Eid al-Fitr (estimated)", "1966-04-11": "Easter Monday (Orthodox)", "1966-05-01": "Labour Day", "1966-05-24": "Saints Cyril and Methodius Day", "1966-08-02": "Republic Day", "1966-09-08": "Independence Day", "1966-10-11": "Day of Macedonian Uprising in 1941", "1966-10-23": "Day of the Macedonian Revolutionary Struggle", "1966-12-08": "Saint Clement of Ohrid Day", "1967-01-01": "New Year's Day", "1967-01-07": "Christmas Day (Orthodox)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-05-01": "Easter Monday (Orthodox); Labour Day", "1967-05-24": "Saints Cyril and Methodius Day", "1967-08-02": "Republic Day", "1967-09-08": "Independence Day", "1967-10-11": "Day of Macedonian Uprising in 1941", "1967-10-23": "Day of the Macedonian Revolutionary Struggle", "1967-12-08": "Saint Clement of Ohrid Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-07": "Christmas Day (Orthodox)", "1968-04-22": "Easter Monday (Orthodox)", "1968-05-01": "Labour Day", "1968-05-24": "Saints Cyril and Methodius Day", "1968-08-02": "Republic Day", "1968-09-08": "Independence Day", "1968-10-11": "Day of Macedonian Uprising in 1941", "1968-10-23": "Day of the Macedonian Revolutionary Struggle", "1968-12-08": "Saint Clement of Ohrid Day", "1968-12-21": "Eid al-Fitr (estimated)", "1969-01-01": "New Year's Day", "1969-01-07": "Christmas Day (Orthodox)", "1969-04-14": "Easter Monday (Orthodox)", "1969-05-01": "Labour Day", "1969-05-24": "Saints Cyril and Methodius Day", "1969-08-02": "Republic Day", "1969-09-08": "Independence Day", "1969-10-11": "Day of Macedonian Uprising in 1941", "1969-10-23": "Day of the Macedonian Revolutionary Struggle", "1969-12-08": "Saint Clement of Ohrid Day", "1969-12-10": "Eid al-Fitr (estimated)", "1970-01-01": "New Year's Day", "1970-01-07": "Christmas Day (Orthodox)", "1970-04-27": "Easter Monday (Orthodox)", "1970-05-01": "Labour Day", "1970-05-24": "Saints Cyril and Methodius Day", "1970-08-02": "Republic Day", "1970-09-08": "Independence Day", "1970-10-11": "Day of Macedonian Uprising in 1941", "1970-10-23": "Day of the Macedonian Revolutionary Struggle", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-08": "Saint Clement of Ohrid Day", "1971-01-01": "New Year's Day", "1971-01-07": "Christmas Day (Orthodox)", "1971-04-19": "Easter Monday (Orthodox)", "1971-05-01": "Labour Day", "1971-05-24": "Saints Cyril and Methodius Day", "1971-08-02": "Republic Day", "1971-09-08": "Independence Day", "1971-10-11": "Day of Macedonian Uprising in 1941", "1971-10-23": "Day of the Macedonian Revolutionary Struggle", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-08": "Saint Clement of Ohrid Day", "1972-01-01": "New Year's Day", "1972-01-07": "Christmas Day (Orthodox)", "1972-04-10": "Easter Monday (Orthodox)", "1972-05-01": "Labour Day", "1972-05-24": "Saints Cyril and Methodius Day", "1972-08-02": "Republic Day", "1972-09-08": "Independence Day", "1972-10-11": "Day of Macedonian Uprising in 1941", "1972-10-23": "Day of the Macedonian Revolutionary Struggle", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-08": "Saint Clement of Ohrid Day", "1973-01-01": "New Year's Day", "1973-01-07": "Christmas Day (Orthodox)", "1973-04-30": "Easter Monday (Orthodox)", "1973-05-01": "Labour Day", "1973-05-24": "Saints Cyril and Methodius Day", "1973-08-02": "Republic Day", "1973-09-08": "Independence Day", "1973-10-11": "Day of Macedonian Uprising in 1941", "1973-10-23": "Day of the Macedonian Revolutionary Struggle", "1973-10-27": "Eid al-Fitr (estimated)", "1973-12-08": "Saint Clement of Ohrid Day", "1974-01-01": "New Year's Day", "1974-01-07": "Christmas Day (Orthodox)", "1974-04-15": "Easter Monday (Orthodox)", "1974-05-01": "Labour Day", "1974-05-24": "Saints Cyril and Methodius Day", "1974-08-02": "Republic Day", "1974-09-08": "Independence Day", "1974-10-11": "Day of Macedonian Uprising in 1941", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-23": "Day of the Macedonian Revolutionary Struggle", "1974-12-08": "Saint Clement of Ohrid Day", "1975-01-01": "New Year's Day", "1975-01-07": "Christmas Day (Orthodox)", "1975-05-01": "Labour Day", "1975-05-05": "Easter Monday (Orthodox)", "1975-05-24": "Saints Cyril and Methodius Day", "1975-08-02": "Republic Day", "1975-09-08": "Independence Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-11": "Day of Macedonian Uprising in 1941", "1975-10-23": "Day of the Macedonian Revolutionary Struggle", "1975-12-08": "Saint Clement of Ohrid Day", "1976-01-01": "New Year's Day", "1976-01-07": "Christmas Day (Orthodox)", "1976-04-26": "Easter Monday (Orthodox)", "1976-05-01": "Labour Day", "1976-05-24": "Saints Cyril and Methodius Day", "1976-08-02": "Republic Day", "1976-09-08": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-10-11": "Day of Macedonian Uprising in 1941", "1976-10-23": "Day of the Macedonian Revolutionary Struggle", "1976-12-08": "Saint Clement of Ohrid Day", "1977-01-01": "New Year's Day", "1977-01-07": "Christmas Day (Orthodox)", "1977-04-11": "Easter Monday (Orthodox)", "1977-05-01": "Labour Day", "1977-05-24": "Saints Cyril and Methodius Day", "1977-08-02": "Republic Day", "1977-09-08": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-10-11": "Day of Macedonian Uprising in 1941", "1977-10-23": "Day of the Macedonian Revolutionary Struggle", "1977-12-08": "Saint Clement of Ohrid Day", "1978-01-01": "New Year's Day", "1978-01-07": "Christmas Day (Orthodox)", "1978-05-01": "Easter Monday (Orthodox); Labour Day", "1978-05-24": "Saints Cyril and Methodius Day", "1978-08-02": "Republic Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-08": "Independence Day", "1978-10-11": "Day of Macedonian Uprising in 1941", "1978-10-23": "Day of the Macedonian Revolutionary Struggle", "1978-12-08": "Saint Clement of Ohrid Day", "1979-01-01": "New Year's Day", "1979-01-07": "Christmas Day (Orthodox)", "1979-04-23": "Easter Monday (Orthodox)", "1979-05-01": "Labour Day", "1979-05-24": "Saints Cyril and Methodius Day", "1979-08-02": "Republic Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-09-08": "Independence Day", "1979-10-11": "Day of Macedonian Uprising in 1941", "1979-10-23": "Day of the Macedonian Revolutionary Struggle", "1979-12-08": "Saint Clement of Ohrid Day", "1980-01-01": "New Year's Day", "1980-01-07": "Christmas Day (Orthodox)", "1980-04-07": "Easter Monday (Orthodox)", "1980-05-01": "Labour Day", "1980-05-24": "Saints Cyril and Methodius Day", "1980-08-02": "Republic Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-09-08": "Independence Day", "1980-10-11": "Day of Macedonian Uprising in 1941", "1980-10-23": "Day of the Macedonian Revolutionary Struggle", "1980-12-08": "Saint Clement of Ohrid Day", "1981-01-01": "New Year's Day", "1981-01-07": "Christmas Day (Orthodox)", "1981-04-27": "Easter Monday (Orthodox)", "1981-05-01": "Labour Day", "1981-05-24": "Saints Cyril and Methodius Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Republic Day", "1981-09-08": "Independence Day", "1981-10-11": "Day of Macedonian Uprising in 1941", "1981-10-23": "Day of the Macedonian Revolutionary Struggle", "1981-12-08": "Saint Clement of Ohrid Day", "1982-01-01": "New Year's Day", "1982-01-07": "Christmas Day (Orthodox)", "1982-04-19": "Easter Monday (Orthodox)", "1982-05-01": "Labour Day", "1982-05-24": "Saints Cyril and Methodius Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-02": "Republic Day", "1982-09-08": "Independence Day", "1982-10-11": "Day of Macedonian Uprising in 1941", "1982-10-23": "Day of the Macedonian Revolutionary Struggle", "1982-12-08": "Saint Clement of Ohrid Day", "1983-01-01": "New Year's Day", "1983-01-07": "Christmas Day (Orthodox)", "1983-05-01": "Labour Day", "1983-05-09": "Easter Monday (Orthodox)", "1983-05-24": "Saints Cyril and Methodius Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-02": "Republic Day", "1983-09-08": "Independence Day", "1983-10-11": "Day of Macedonian Uprising in 1941", "1983-10-23": "Day of the Macedonian Revolutionary Struggle", "1983-12-08": "Saint Clement of Ohrid Day", "1984-01-01": "New Year's Day", "1984-01-07": "Christmas Day (Orthodox)", "1984-04-23": "Easter Monday (Orthodox)", "1984-05-01": "Labour Day", "1984-05-24": "Saints Cyril and Methodius Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-02": "Republic Day", "1984-09-08": "Independence Day", "1984-10-11": "Day of Macedonian Uprising in 1941", "1984-10-23": "Day of the Macedonian Revolutionary Struggle", "1984-12-08": "Saint Clement of Ohrid Day", "1985-01-01": "New Year's Day", "1985-01-07": "Christmas Day (Orthodox)", "1985-04-15": "Easter Monday (Orthodox)", "1985-05-01": "Labour Day", "1985-05-24": "Saints Cyril and Methodius Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-02": "Republic Day", "1985-09-08": "Independence Day", "1985-10-11": "Day of Macedonian Uprising in 1941", "1985-10-23": "Day of the Macedonian Revolutionary Struggle", "1985-12-08": "Saint Clement of Ohrid Day", "1986-01-01": "New Year's Day", "1986-01-07": "Christmas Day (Orthodox)", "1986-05-01": "Labour Day", "1986-05-05": "Easter Monday (Orthodox)", "1986-05-24": "Saints Cyril and Methodius Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-02": "Republic Day", "1986-09-08": "Independence Day", "1986-10-11": "Day of Macedonian Uprising in 1941", "1986-10-23": "Day of the Macedonian Revolutionary Struggle", "1986-12-08": "Saint Clement of Ohrid Day", "1987-01-01": "New Year's Day", "1987-01-07": "Christmas Day (Orthodox)", "1987-04-20": "Easter Monday (Orthodox)", "1987-05-01": "Labour Day", "1987-05-24": "Saints Cyril and Methodius Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-02": "Republic Day", "1987-09-08": "Independence Day", "1987-10-11": "Day of Macedonian Uprising in 1941", "1987-10-23": "Day of the Macedonian Revolutionary Struggle", "1987-12-08": "Saint Clement of Ohrid Day", "1988-01-01": "New Year's Day", "1988-01-07": "Christmas Day (Orthodox)", "1988-04-11": "Easter Monday (Orthodox)", "1988-05-01": "Labour Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-24": "Saints Cyril and Methodius Day", "1988-08-02": "Republic Day", "1988-09-08": "Independence Day", "1988-10-11": "Day of Macedonian Uprising in 1941", "1988-10-23": "Day of the Macedonian Revolutionary Struggle", "1988-12-08": "Saint Clement of Ohrid Day", "1989-01-01": "New Year's Day", "1989-01-07": "Christmas Day (Orthodox)", "1989-05-01": "Easter Monday (Orthodox); Labour Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-24": "Saints Cyril and Methodius Day", "1989-08-02": "Republic Day", "1989-09-08": "Independence Day", "1989-10-11": "Day of Macedonian Uprising in 1941", "1989-10-23": "Day of the Macedonian Revolutionary Struggle", "1989-12-08": "Saint Clement of Ohrid Day", "1990-01-01": "New Year's Day", "1990-01-07": "Christmas Day (Orthodox)", "1990-04-16": "Easter Monday (Orthodox)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labour Day", "1990-05-24": "Saints Cyril and Methodius Day", "1990-08-02": "Republic Day", "1990-09-08": "Independence Day", "1990-10-11": "Day of Macedonian Uprising in 1941", "1990-10-23": "Day of the Macedonian Revolutionary Struggle", "1990-12-08": "Saint Clement of Ohrid Day", "1991-01-01": "New Year's Day", "1991-01-07": "Christmas Day (Orthodox)", "1991-04-08": "Easter Monday (Orthodox)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labour Day", "1991-05-24": "Saints Cyril and Methodius Day", "1991-08-02": "Republic Day", "1991-09-08": "Independence Day", "1991-10-11": "Day of Macedonian Uprising in 1941", "1991-10-23": "Day of the Macedonian Revolutionary Struggle", "1991-12-08": "Saint Clement of Ohrid Day", "1992-01-01": "New Year's Day", "1992-01-07": "Christmas Day (Orthodox)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-27": "Easter Monday (Orthodox)", "1992-05-01": "Labour Day", "1992-05-24": "Saints Cyril and Methodius Day", "1992-08-02": "Republic Day", "1992-09-08": "Independence Day", "1992-10-11": "Day of Macedonian Uprising in 1941", "1992-10-23": "Day of the Macedonian Revolutionary Struggle", "1992-12-08": "Saint Clement of Ohrid Day", "1993-01-01": "New Year's Day", "1993-01-07": "Christmas Day (Orthodox)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-19": "Easter Monday (Orthodox)", "1993-05-01": "Labour Day", "1993-05-24": "Saints Cyril and Methodius Day", "1993-08-02": "Republic Day", "1993-09-08": "Independence Day", "1993-10-11": "Day of Macedonian Uprising in 1941", "1993-10-23": "Day of the Macedonian Revolutionary Struggle", "1993-12-08": "Saint Clement of Ohrid Day", "1994-01-01": "New Year's Day", "1994-01-07": "Christmas Day (Orthodox)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-05-01": "Labour Day", "1994-05-02": "Easter Monday (Orthodox)", "1994-05-24": "Saints Cyril and Methodius Day", "1994-08-02": "Republic Day", "1994-09-08": "Independence Day", "1994-10-11": "Day of Macedonian Uprising in 1941", "1994-10-23": "Day of the Macedonian Revolutionary Struggle", "1994-12-08": "Saint Clement of Ohrid Day", "1995-01-01": "New Year's Day", "1995-01-07": "Christmas Day (Orthodox)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-24": "Easter Monday (Orthodox)", "1995-05-01": "Labour Day", "1995-05-24": "Saints Cyril and Methodius Day", "1995-08-02": "Republic Day", "1995-09-08": "Independence Day", "1995-10-11": "Day of Macedonian Uprising in 1941", "1995-10-23": "Day of the Macedonian Revolutionary Struggle", "1995-12-08": "Saint Clement of Ohrid Day", "1996-01-01": "New Year's Day", "1996-01-07": "Christmas Day (Orthodox)", "1996-02-19": "Eid al-Fitr (estimated)", "1996-04-15": "Easter Monday (Orthodox)", "1996-05-01": "Labour Day", "1996-05-24": "Saints Cyril and Methodius Day", "1996-08-02": "Republic Day", "1996-09-08": "Independence Day", "1996-10-11": "Day of Macedonian Uprising in 1941", "1996-10-23": "Day of the Macedonian Revolutionary Struggle", "1996-12-08": "Saint Clement of Ohrid Day", "1997-01-01": "New Year's Day", "1997-01-07": "Christmas Day (Orthodox)", "1997-02-08": "Eid al-Fitr (estimated)", "1997-04-28": "Easter Monday (Orthodox)", "1997-05-01": "Labour Day", "1997-05-24": "Saints Cyril and Methodius Day", "1997-08-02": "Republic Day", "1997-09-08": "Independence Day", "1997-10-11": "Day of Macedonian Uprising in 1941", "1997-10-23": "Day of the Macedonian Revolutionary Struggle", "1997-12-08": "Saint Clement of Ohrid Day", "1998-01-01": "New Year's Day", "1998-01-07": "Christmas Day (Orthodox)", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-20": "Easter Monday (Orthodox)", "1998-05-01": "Labour Day", "1998-05-24": "Saints Cyril and Methodius Day", "1998-08-02": "Republic Day", "1998-09-08": "Independence Day", "1998-10-11": "Day of Macedonian Uprising in 1941", "1998-10-23": "Day of the Macedonian Revolutionary Struggle", "1998-12-08": "Saint Clement of Ohrid Day", "1999-01-01": "New Year's Day", "1999-01-07": "Christmas Day (Orthodox)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-04-12": "Easter Monday (Orthodox)", "1999-05-01": "Labour Day", "1999-05-24": "Saints Cyril and Methodius Day", "1999-08-02": "Republic Day", "1999-09-08": "Independence Day", "1999-10-11": "Day of Macedonian Uprising in 1941", "1999-10-23": "Day of the Macedonian Revolutionary Struggle", "1999-12-08": "Saint Clement of Ohrid Day", "2000-01-01": "New Year's Day", "2000-01-07": "Christmas Day (Orthodox)", "2000-01-08": "Eid al-Fitr (estimated)", "2000-05-01": "Easter Monday (Orthodox); Labour Day", "2000-05-24": "Saints Cyril and Methodius Day", "2000-08-02": "Republic Day", "2000-09-08": "Independence Day", "2000-10-11": "Day of Macedonian Uprising in 1941", "2000-10-23": "Day of the Macedonian Revolutionary Struggle", "2000-12-08": "Saint Clement of Ohrid Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-01-07": "Christmas Day (Orthodox)", "2001-04-16": "Easter Monday (Orthodox)", "2001-05-01": "Labour Day", "2001-05-24": "Saints Cyril and Methodius Day", "2001-08-02": "Republic Day", "2001-09-08": "Independence Day", "2001-10-11": "Day of Macedonian Uprising in 1941", "2001-10-23": "Day of the Macedonian Revolutionary Struggle", "2001-12-08": "Saint Clement of Ohrid Day", "2001-12-16": "Eid al-Fitr (estimated)", "2002-01-01": "New Year's Day", "2002-01-07": "Christmas Day (Orthodox)", "2002-05-01": "Labour Day", "2002-05-06": "Easter Monday (Orthodox)", "2002-05-24": "Saints Cyril and Methodius Day", "2002-08-02": "Republic Day", "2002-09-08": "Independence Day", "2002-10-11": "Day of Macedonian Uprising in 1941", "2002-10-23": "Day of the Macedonian Revolutionary Struggle", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Saint Clement of Ohrid Day", "2003-01-01": "New Year's Day", "2003-01-07": "Christmas Day (Orthodox)", "2003-04-28": "Easter Monday (Orthodox)", "2003-05-01": "Labour Day", "2003-05-24": "Saints Cyril and Methodius Day", "2003-08-02": "Republic Day", "2003-09-08": "Independence Day", "2003-10-11": "Day of Macedonian Uprising in 1941", "2003-10-23": "Day of the Macedonian Revolutionary Struggle", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Saint Clement of Ohrid Day", "2004-01-01": "New Year's Day", "2004-01-07": "Christmas Day (Orthodox)", "2004-04-12": "Easter Monday (Orthodox)", "2004-05-01": "Labour Day", "2004-05-24": "Saints Cyril and Methodius Day", "2004-08-02": "Republic Day", "2004-09-08": "Independence Day", "2004-10-11": "Day of Macedonian Uprising in 1941", "2004-10-23": "Day of the Macedonian Revolutionary Struggle", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Saint Clement of Ohrid Day", "2005-01-01": "New Year's Day", "2005-01-07": "Christmas Day (Orthodox)", "2005-05-01": "Labour Day", "2005-05-02": "Easter Monday (Orthodox)", "2005-05-24": "Saints Cyril and Methodius Day", "2005-08-02": "Republic Day", "2005-09-08": "Independence Day", "2005-10-11": "Day of Macedonian Uprising in 1941", "2005-10-23": "Day of the Macedonian Revolutionary Struggle", "2005-11-03": "Eid al-Fitr (estimated)", "2005-12-08": "Saint Clement of Ohrid Day", "2006-01-01": "New Year's Day", "2006-01-07": "Christmas Day (Orthodox)", "2006-04-24": "Easter Monday (Orthodox)", "2006-05-01": "Labour Day", "2006-05-24": "Saints Cyril and Methodius Day", "2006-08-02": "Republic Day", "2006-09-08": "Independence Day", "2006-10-11": "Day of Macedonian Uprising in 1941", "2006-10-23": "Day of the Macedonian Revolutionary Struggle; Eid al-Fitr (estimated)", "2006-12-08": "Saint Clement of Ohrid Day", "2007-01-01": "New Year's Day", "2007-01-07": "Christmas Day (Orthodox)", "2007-04-09": "Easter Monday (Orthodox)", "2007-05-01": "Labour Day", "2007-05-24": "Saints Cyril and Methodius Day", "2007-08-02": "Republic Day", "2007-09-08": "Independence Day", "2007-10-11": "Day of Macedonian Uprising in 1941", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-23": "Day of the Macedonian Revolutionary Struggle", "2007-12-08": "Saint Clement of Ohrid Day", "2008-01-01": "New Year's Day", "2008-01-07": "Christmas Day (Orthodox)", "2008-04-28": "Easter Monday (Orthodox)", "2008-05-01": "Labour Day", "2008-05-24": "Saints Cyril and Methodius Day", "2008-08-02": "Republic Day", "2008-09-08": "Independence Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-11": "Day of Macedonian Uprising in 1941", "2008-10-23": "Day of the Macedonian Revolutionary Struggle", "2008-12-08": "Saint Clement of Ohrid Day", "2009-01-01": "New Year's Day", "2009-01-07": "Christmas Day (Orthodox)", "2009-04-20": "Easter Monday (Orthodox)", "2009-05-01": "Labour Day", "2009-05-24": "Saints Cyril and Methodius Day", "2009-08-02": "Republic Day", "2009-09-08": "Independence Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-10-11": "Day of Macedonian Uprising in 1941", "2009-10-23": "Day of the Macedonian Revolutionary Struggle", "2009-12-08": "Saint Clement of Ohrid Day", "2010-01-01": "New Year's Day", "2010-01-07": "Christmas Day (Orthodox)", "2010-04-05": "Easter Monday (Orthodox)", "2010-05-01": "Labour Day", "2010-05-24": "Saints Cyril and Methodius Day", "2010-08-02": "Republic Day", "2010-09-08": "Independence Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-10-11": "Day of Macedonian Uprising in 1941", "2010-10-23": "Day of the Macedonian Revolutionary Struggle", "2010-12-08": "Saint Clement of Ohrid Day", "2011-01-01": "New Year's Day", "2011-01-07": "Christmas Day (Orthodox)", "2011-04-25": "Easter Monday (Orthodox)", "2011-05-01": "Labour Day", "2011-05-24": "Saints Cyril and Methodius Day", "2011-08-02": "Republic Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-09-08": "Independence Day", "2011-10-11": "Day of Macedonian Uprising in 1941", "2011-10-23": "Day of the Macedonian Revolutionary Struggle", "2011-12-08": "Saint Clement of Ohrid Day", "2012-01-01": "New Year's Day", "2012-01-07": "Christmas Day (Orthodox)", "2012-04-16": "Easter Monday (Orthodox)", "2012-05-01": "Labour Day", "2012-05-24": "Saints Cyril and Methodius Day", "2012-08-02": "Republic Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-09-08": "Independence Day", "2012-10-11": "Day of Macedonian Uprising in 1941", "2012-10-23": "Day of the Macedonian Revolutionary Struggle", "2012-12-08": "Saint Clement of Ohrid Day", "2013-01-01": "New Year's Day", "2013-01-07": "Christmas Day (Orthodox)", "2013-05-01": "Labour Day", "2013-05-06": "Easter Monday (Orthodox)", "2013-05-24": "Saints Cyril and Methodius Day", "2013-08-02": "Republic Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-09-08": "Independence Day", "2013-10-11": "Day of Macedonian Uprising in 1941", "2013-10-23": "Day of the Macedonian Revolutionary Struggle", "2013-12-08": "Saint Clement of Ohrid Day", "2014-01-01": "New Year's Day", "2014-01-07": "Christmas Day (Orthodox)", "2014-04-21": "Easter Monday (Orthodox)", "2014-05-01": "Labour Day", "2014-05-24": "Saints Cyril and Methodius Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-02": "Republic Day", "2014-09-08": "Independence Day", "2014-10-11": "Day of Macedonian Uprising in 1941", "2014-10-23": "Day of the Macedonian Revolutionary Struggle", "2014-12-08": "Saint Clement of Ohrid Day", "2015-01-01": "New Year's Day", "2015-01-07": "Christmas Day (Orthodox)", "2015-04-13": "Easter Monday (Orthodox)", "2015-05-01": "Labour Day", "2015-05-24": "Saints Cyril and Methodius Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-08-02": "Republic Day", "2015-09-08": "Independence Day", "2015-10-11": "Day of Macedonian Uprising in 1941", "2015-10-23": "Day of the Macedonian Revolutionary Struggle", "2015-12-08": "Saint Clement of Ohrid Day", "2016-01-01": "New Year's Day", "2016-01-07": "Christmas Day (Orthodox)", "2016-05-01": "Labour Day", "2016-05-02": "Easter Monday (Orthodox)", "2016-05-24": "Saints Cyril and Methodius Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-08-02": "Republic Day", "2016-09-08": "Independence Day", "2016-10-11": "Day of Macedonian Uprising in 1941", "2016-10-23": "Day of the Macedonian Revolutionary Struggle", "2016-12-08": "Saint Clement of Ohrid Day", "2017-01-01": "New Year's Day", "2017-01-07": "Christmas Day (Orthodox)", "2017-04-17": "Easter Monday (Orthodox)", "2017-05-01": "Labour Day", "2017-05-24": "Saints Cyril and Methodius Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-08-02": "Republic Day", "2017-09-08": "Independence Day", "2017-10-11": "Day of Macedonian Uprising in 1941", "2017-10-23": "Day of the Macedonian Revolutionary Struggle", "2017-12-08": "Saint Clement of Ohrid Day", "2018-01-01": "New Year's Day", "2018-01-07": "Christmas Day (Orthodox)", "2018-04-09": "Easter Monday (Orthodox)", "2018-05-01": "Labour Day", "2018-05-24": "Saints Cyril and Methodius Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-08-02": "Republic Day", "2018-09-08": "Independence Day", "2018-10-11": "Day of Macedonian Uprising in 1941", "2018-10-23": "Day of the Macedonian Revolutionary Struggle", "2018-12-08": "Saint Clement of Ohrid Day", "2019-01-01": "New Year's Day", "2019-01-07": "Christmas Day (Orthodox)", "2019-04-29": "Easter Monday (Orthodox)", "2019-05-01": "Labour Day", "2019-05-24": "Saints Cyril and Methodius Day", "2019-06-04": "Eid al-Fitr (estimated)", "2019-08-02": "Republic Day", "2019-09-08": "Independence Day", "2019-10-11": "Day of Macedonian Uprising in 1941", "2019-10-23": "Day of the Macedonian Revolutionary Struggle", "2019-12-08": "Saint Clement of Ohrid Day", "2020-01-01": "New Year's Day", "2020-01-07": "Christmas Day (Orthodox)", "2020-04-20": "Easter Monday (Orthodox)", "2020-05-01": "Labour Day", "2020-05-24": "Eid al-Fitr (estimated); Saints Cyril and Methodius Day", "2020-08-02": "Republic Day", "2020-09-08": "Independence Day", "2020-10-11": "Day of Macedonian Uprising in 1941", "2020-10-23": "Day of the Macedonian Revolutionary Struggle", "2020-12-08": "Saint Clement of Ohrid Day", "2021-01-01": "New Year's Day", "2021-01-07": "Christmas Day (Orthodox)", "2021-05-01": "Labour Day", "2021-05-03": "Easter Monday (Orthodox)", "2021-05-13": "Eid al-Fitr (estimated)", "2021-05-24": "Saints Cyril and Methodius Day", "2021-08-02": "Republic Day", "2021-09-08": "Independence Day", "2021-10-11": "Day of Macedonian Uprising in 1941", "2021-10-23": "Day of the Macedonian Revolutionary Struggle", "2021-12-08": "Saint Clement of Ohrid Day", "2022-01-01": "New Year's Day", "2022-01-07": "Christmas Day (Orthodox)", "2022-04-25": "Easter Monday (Orthodox)", "2022-05-01": "Labour Day", "2022-05-02": "Eid al-Fitr (estimated)", "2022-05-24": "Saints Cyril and Methodius Day", "2022-08-02": "Republic Day", "2022-09-08": "Independence Day", "2022-10-11": "Day of Macedonian Uprising in 1941", "2022-10-23": "Day of the Macedonian Revolutionary Struggle", "2022-12-08": "Saint Clement of Ohrid Day", "2023-01-01": "New Year's Day", "2023-01-07": "Christmas Day (Orthodox)", "2023-04-17": "Easter Monday (Orthodox)", "2023-04-21": "Eid al-Fitr (estimated)", "2023-05-01": "Labour Day", "2023-05-24": "Saints Cyril and Methodius Day", "2023-08-02": "Republic Day", "2023-09-08": "Independence Day", "2023-10-11": "Day of Macedonian Uprising in 1941", "2023-10-23": "Day of the Macedonian Revolutionary Struggle", "2023-12-08": "Saint Clement of Ohrid Day", "2024-01-01": "New Year's Day", "2024-01-07": "Christmas Day (Orthodox)", "2024-04-10": "Eid al-Fitr (estimated)", "2024-05-01": "Labour Day", "2024-05-06": "Easter Monday (Orthodox)", "2024-05-24": "Saints Cyril and Methodius Day", "2024-08-02": "Republic Day", "2024-09-08": "Independence Day", "2024-10-11": "Day of Macedonian Uprising in 1941", "2024-10-23": "Day of the Macedonian Revolutionary Struggle", "2024-12-08": "Saint Clement of Ohrid Day", "2025-01-01": "New Year's Day", "2025-01-07": "Christmas Day (Orthodox)", "2025-03-30": "Eid al-Fitr (estimated)", "2025-04-21": "Easter Monday (Orthodox)", "2025-05-01": "Labour Day", "2025-05-24": "Saints Cyril and Methodius Day", "2025-08-02": "Republic Day", "2025-09-08": "Independence Day", "2025-10-11": "Day of Macedonian Uprising in 1941", "2025-10-23": "Day of the Macedonian Revolutionary Struggle", "2025-12-08": "Saint Clement of Ohrid Day", "2026-01-01": "New Year's Day", "2026-01-07": "Christmas Day (Orthodox)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-13": "Easter Monday (Orthodox)", "2026-05-01": "Labour Day", "2026-05-24": "Saints Cyril and Methodius Day", "2026-08-02": "Republic Day", "2026-09-08": "Independence Day", "2026-10-11": "Day of Macedonian Uprising in 1941", "2026-10-23": "Day of the Macedonian Revolutionary Struggle", "2026-12-08": "Saint Clement of Ohrid Day", "2027-01-01": "New Year's Day", "2027-01-07": "Christmas Day (Orthodox)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-05-01": "Labour Day", "2027-05-03": "Easter Monday (Orthodox)", "2027-05-24": "Saints Cyril and Methodius Day", "2027-08-02": "Republic Day", "2027-09-08": "Independence Day", "2027-10-11": "Day of Macedonian Uprising in 1941", "2027-10-23": "Day of the Macedonian Revolutionary Struggle", "2027-12-08": "Saint Clement of Ohrid Day", "2028-01-01": "New Year's Day", "2028-01-07": "Christmas Day (Orthodox)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-04-17": "Easter Monday (Orthodox)", "2028-05-01": "Labour Day", "2028-05-24": "Saints Cyril and Methodius Day", "2028-08-02": "Republic Day", "2028-09-08": "Independence Day", "2028-10-11": "Day of Macedonian Uprising in 1941", "2028-10-23": "Day of the Macedonian Revolutionary Struggle", "2028-12-08": "Saint Clement of Ohrid Day", "2029-01-01": "New Year's Day", "2029-01-07": "Christmas Day (Orthodox)", "2029-02-14": "Eid al-Fitr (estimated)", "2029-04-09": "Easter Monday (Orthodox)", "2029-05-01": "Labour Day", "2029-05-24": "Saints Cyril and Methodius Day", "2029-08-02": "Republic Day", "2029-09-08": "Independence Day", "2029-10-11": "Day of Macedonian Uprising in 1941", "2029-10-23": "Day of the Macedonian Revolutionary Struggle", "2029-12-08": "Saint Clement of Ohrid Day", "2030-01-01": "New Year's Day", "2030-01-07": "Christmas Day (Orthodox)", "2030-02-04": "Eid al-Fitr (estimated)", "2030-04-29": "Easter Monday (Orthodox)", "2030-05-01": "Labour Day", "2030-05-24": "Saints Cyril and Methodius Day", "2030-08-02": "Republic Day", "2030-09-08": "Independence Day", "2030-10-11": "Day of Macedonian Uprising in 1941", "2030-10-23": "Day of the Macedonian Revolutionary Struggle", "2030-12-08": "Saint Clement of Ohrid Day", "2031-01-01": "New Year's Day", "2031-01-07": "Christmas Day (Orthodox)", "2031-01-24": "Eid al-Fitr (estimated)", "2031-04-14": "Easter Monday (Orthodox)", "2031-05-01": "Labour Day", "2031-05-24": "Saints Cyril and Methodius Day", "2031-08-02": "Republic Day", "2031-09-08": "Independence Day", "2031-10-11": "Day of Macedonian Uprising in 1941", "2031-10-23": "Day of the Macedonian Revolutionary Struggle", "2031-12-08": "Saint Clement of Ohrid Day", "2032-01-01": "New Year's Day", "2032-01-07": "Christmas Day (Orthodox)", "2032-01-14": "Eid al-Fitr (estimated)", "2032-05-01": "Labour Day", "2032-05-03": "Easter Monday (Orthodox)", "2032-05-24": "Saints Cyril and Methodius Day", "2032-08-02": "Republic Day", "2032-09-08": "Independence Day", "2032-10-11": "Day of Macedonian Uprising in 1941", "2032-10-23": "Day of the Macedonian Revolutionary Struggle", "2032-12-08": "Saint Clement of Ohrid Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-07": "Christmas Day (Orthodox)", "2033-04-25": "Easter Monday (Orthodox)", "2033-05-01": "Labour Day", "2033-05-24": "Saints Cyril and Methodius Day", "2033-08-02": "Republic Day", "2033-09-08": "Independence Day", "2033-10-11": "Day of Macedonian Uprising in 1941", "2033-10-23": "Day of the Macedonian Revolutionary Struggle", "2033-12-08": "Saint Clement of Ohrid Day", "2033-12-23": "Eid al-Fitr (estimated)", "2034-01-01": "New Year's Day", "2034-01-07": "Christmas Day (Orthodox)", "2034-04-10": "Easter Monday (Orthodox)", "2034-05-01": "Labour Day", "2034-05-24": "Saints Cyril and Methodius Day", "2034-08-02": "Republic Day", "2034-09-08": "Independence Day", "2034-10-11": "Day of Macedonian Uprising in 1941", "2034-10-23": "Day of the Macedonian Revolutionary Struggle", "2034-12-08": "Saint Clement of Ohrid Day", "2034-12-12": "Eid al-Fitr (estimated)", "2035-01-01": "New Year's Day", "2035-01-07": "Christmas Day (Orthodox)", "2035-04-30": "Easter Monday (Orthodox)", "2035-05-01": "Labour Day", "2035-05-24": "Saints Cyril and Methodius Day", "2035-08-02": "Republic Day", "2035-09-08": "Independence Day", "2035-10-11": "Day of Macedonian Uprising in 1941", "2035-10-23": "Day of the Macedonian Revolutionary Struggle", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Saint Clement of Ohrid Day", "2036-01-01": "New Year's Day", "2036-01-07": "Christmas Day (Orthodox)", "2036-04-21": "Easter Monday (Orthodox)", "2036-05-01": "Labour Day", "2036-05-24": "Saints Cyril and Methodius Day", "2036-08-02": "Republic Day", "2036-09-08": "Independence Day", "2036-10-11": "Day of Macedonian Uprising in 1941", "2036-10-23": "Day of the Macedonian Revolutionary Struggle", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-08": "Saint Clement of Ohrid Day", "2037-01-01": "New Year's Day", "2037-01-07": "Christmas Day (Orthodox)", "2037-04-06": "Easter Monday (Orthodox)", "2037-05-01": "Labour Day", "2037-05-24": "Saints Cyril and Methodius Day", "2037-08-02": "Republic Day", "2037-09-08": "Independence Day", "2037-10-11": "Day of Macedonian Uprising in 1941", "2037-10-23": "Day of the Macedonian Revolutionary Struggle", "2037-11-08": "Eid al-Fitr (estimated)", "2037-12-08": "Saint Clement of Ohrid Day", "2038-01-01": "New Year's Day", "2038-01-07": "Christmas Day (Orthodox)", "2038-04-26": "Easter Monday (Orthodox)", "2038-05-01": "Labour Day", "2038-05-24": "Saints Cyril and Methodius Day", "2038-08-02": "Republic Day", "2038-09-08": "Independence Day", "2038-10-11": "Day of Macedonian Uprising in 1941", "2038-10-23": "Day of the Macedonian Revolutionary Struggle", "2038-10-29": "Eid al-Fitr (estimated)", "2038-12-08": "Saint Clement of Ohrid Day", "2039-01-01": "New Year's Day", "2039-01-07": "Christmas Day (Orthodox)", "2039-04-18": "Easter Monday (Orthodox)", "2039-05-01": "Labour Day", "2039-05-24": "Saints Cyril and Methodius Day", "2039-08-02": "Republic Day", "2039-09-08": "Independence Day", "2039-10-11": "Day of Macedonian Uprising in 1941", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-23": "Day of the Macedonian Revolutionary Struggle", "2039-12-08": "Saint Clement of Ohrid Day", "2040-01-01": "New Year's Day", "2040-01-07": "Christmas Day (Orthodox)", "2040-05-01": "Labour Day", "2040-05-07": "Easter Monday (Orthodox)", "2040-05-24": "Saints Cyril and Methodius Day", "2040-08-02": "Republic Day", "2040-09-08": "Independence Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-11": "Day of Macedonian Uprising in 1941", "2040-10-23": "Day of the Macedonian Revolutionary Struggle", "2040-12-08": "Saint Clement of Ohrid Day", "2041-01-01": "New Year's Day", "2041-01-07": "Christmas Day (Orthodox)", "2041-04-22": "Easter Monday (Orthodox)", "2041-05-01": "Labour Day", "2041-05-24": "Saints Cyril and Methodius Day", "2041-08-02": "Republic Day", "2041-09-08": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-11": "Day of Macedonian Uprising in 1941", "2041-10-23": "Day of the Macedonian Revolutionary Struggle", "2041-12-08": "Saint Clement of Ohrid Day", "2042-01-01": "New Year's Day", "2042-01-07": "Christmas Day (Orthodox)", "2042-04-14": "Easter Monday (Orthodox)", "2042-05-01": "Labour Day", "2042-05-24": "Saints Cyril and Methodius Day", "2042-08-02": "Republic Day", "2042-09-08": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-11": "Day of Macedonian Uprising in 1941", "2042-10-23": "Day of the Macedonian Revolutionary Struggle", "2042-12-08": "Saint Clement of Ohrid Day", "2043-01-01": "New Year's Day", "2043-01-07": "Christmas Day (Orthodox)", "2043-05-01": "Labour Day", "2043-05-04": "Easter Monday (Orthodox)", "2043-05-24": "Saints Cyril and Methodius Day", "2043-08-02": "Republic Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-08": "Independence Day", "2043-10-11": "Day of Macedonian Uprising in 1941", "2043-10-23": "Day of the Macedonian Revolutionary Struggle", "2043-12-08": "Saint Clement of Ohrid Day", "2044-01-01": "New Year's Day", "2044-01-07": "Christmas Day (Orthodox)", "2044-04-25": "Easter Monday (Orthodox)", "2044-05-01": "Labour Day", "2044-05-24": "Saints Cyril and Methodius Day", "2044-08-02": "Republic Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-08": "Independence Day", "2044-10-11": "Day of Macedonian Uprising in 1941", "2044-10-23": "Day of the Macedonian Revolutionary Struggle", "2044-12-08": "Saint Clement of Ohrid Day", "2045-01-01": "New Year's Day", "2045-01-07": "Christmas Day (Orthodox)", "2045-04-10": "Easter Monday (Orthodox)", "2045-05-01": "Labour Day", "2045-05-24": "Saints Cyril and Methodius Day", "2045-08-02": "Republic Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-09-08": "Independence Day", "2045-10-11": "Day of Macedonian Uprising in 1941", "2045-10-23": "Day of the Macedonian Revolutionary Struggle", "2045-12-08": "Saint Clement of Ohrid Day", "2046-01-01": "New Year's Day", "2046-01-07": "Christmas Day (Orthodox)", "2046-04-30": "Easter Monday (Orthodox)", "2046-05-01": "Labour Day", "2046-05-24": "Saints Cyril and Methodius Day", "2046-08-02": "Republic Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-09-08": "Independence Day", "2046-10-11": "Day of Macedonian Uprising in 1941", "2046-10-23": "Day of the Macedonian Revolutionary Struggle", "2046-12-08": "Saint Clement of Ohrid Day", "2047-01-01": "New Year's Day", "2047-01-07": "Christmas Day (Orthodox)", "2047-04-22": "Easter Monday (Orthodox)", "2047-05-01": "Labour Day", "2047-05-24": "Saints Cyril and Methodius Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-02": "Republic Day", "2047-09-08": "Independence Day", "2047-10-11": "Day of Macedonian Uprising in 1941", "2047-10-23": "Day of the Macedonian Revolutionary Struggle", "2047-12-08": "Saint Clement of Ohrid Day", "2048-01-01": "New Year's Day", "2048-01-07": "Christmas Day (Orthodox)", "2048-04-06": "Easter Monday (Orthodox)", "2048-05-01": "Labour Day", "2048-05-24": "Saints Cyril and Methodius Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-02": "Republic Day", "2048-09-08": "Independence Day", "2048-10-11": "Day of Macedonian Uprising in 1941", "2048-10-23": "Day of the Macedonian Revolutionary Struggle", "2048-12-08": "Saint Clement of Ohrid Day", "2049-01-01": "New Year's Day", "2049-01-07": "Christmas Day (Orthodox)", "2049-04-26": "Easter Monday (Orthodox)", "2049-05-01": "Labour Day", "2049-05-24": "Saints Cyril and Methodius Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-02": "Republic Day", "2049-09-08": "Independence Day", "2049-10-11": "Day of Macedonian Uprising in 1941", "2049-10-23": "Day of the Macedonian Revolutionary Struggle", "2049-12-08": "Saint Clement of Ohrid Day", "2050-01-01": "New Year's Day", "2050-01-07": "Christmas Day (Orthodox)", "2050-04-18": "Easter Monday (Orthodox)", "2050-05-01": "Labour Day", "2050-05-24": "Saints Cyril and Methodius Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-02": "Republic Day", "2050-09-08": "Independence Day", "2050-10-11": "Day of Macedonian Uprising in 1941", "2050-10-23": "Day of the Macedonian Revolutionary Struggle", "2050-12-08": "Saint Clement of Ohrid Day" } holidays-0.71/snapshots/countries/MO_COMMON.json000066400000000000000000002521021500152103600215630ustar00rootroot00000000000000{ "1982-01-01": "New Year's Day", "1982-01-25": "Chinese New Year's Day", "1982-01-26": "The second day of Chinese New Year", "1982-01-27": "The third day of Chinese New Year", "1982-04-05": "Tomb-Sweeping Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-25": "Dragon Boat Festival", "1982-08-15": "Assumption Day", "1982-10-01": "National Day of the People's Republic of China", "1982-10-02": "The Day following Mid-Autumn Festival", "1982-10-05": "Republic Day", "1982-10-25": "Double Ninth Festival", "1982-11-01": "All Saints' Day", "1982-11-02": "All Soul's Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-22": "Winter Solstice", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year's Day", "1983-02-14": "The second day of Chinese New Year", "1983-02-15": "The third day of Chinese New Year", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-04-05": "Tomb-Sweeping Day", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-15": "Dragon Boat Festival", "1983-08-15": "Assumption Day", "1983-09-22": "The Day following Mid-Autumn Festival", "1983-10-01": "National Day of the People's Republic of China", "1983-10-05": "Republic Day", "1983-10-14": "Double Ninth Festival", "1983-11-01": "All Saints' Day", "1983-11-02": "All Soul's Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-22": "Winter Solstice", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-02-02": "Chinese New Year's Day", "1984-02-03": "The second day of Chinese New Year", "1984-02-04": "The third day of Chinese New Year", "1984-04-04": "Tomb-Sweeping Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-04": "Dragon Boat Festival", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-09-11": "The Day following Mid-Autumn Festival", "1984-10-01": "National Day of the People's Republic of China", "1984-10-03": "Double Ninth Festival", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-11-02": "All Soul's Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-22": "Winter Solstice", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year's Day", "1985-02-21": "The second day of Chinese New Year", "1985-02-22": "The third day of Chinese New Year", "1985-04-05": "Good Friday; Tomb-Sweeping Day", "1985-04-06": "Holy Saturday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-22": "Dragon Boat Festival", "1985-08-15": "Assumption Day", "1985-09-29": "Mid-Autumn Festival", "1985-09-30": "The Day following Mid-Autumn Festival", "1985-10-01": "National Day of the People's Republic of China", "1985-10-05": "Republic Day", "1985-10-22": "Double Ninth Festival", "1985-11-01": "All Saints' Day", "1985-11-02": "All Soul's Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-22": "Winter Solstice", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year's Day", "1986-02-10": "The second day of Chinese New Year", "1986-02-11": "The third day of Chinese New Year", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-04-05": "Tomb-Sweeping Day", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-11": "Dragon Boat Festival", "1986-08-15": "Assumption Day", "1986-09-18": "Mid-Autumn Festival", "1986-09-19": "The Day following Mid-Autumn Festival", "1986-10-01": "National Day of the People's Republic of China", "1986-10-05": "Republic Day", "1986-10-12": "Double Ninth Festival", "1986-11-01": "All Saints' Day", "1986-11-02": "All Soul's Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-22": "Winter Solstice", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-29": "Chinese New Year's Day", "1987-01-30": "The second day of Chinese New Year", "1987-01-31": "The third day of Chinese New Year", "1987-04-05": "Tomb-Sweeping Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-05-31": "Dragon Boat Festival", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-18": "Corpus Christi", "1987-10-01": "National Day of the People's Republic of China", "1987-10-05": "Republic Day", "1987-10-07": "Mid-Autumn Festival", "1987-10-08": "The Day following Mid-Autumn Festival", "1987-10-31": "Double Ninth Festival", "1987-11-02": "All Soul's Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-22": "Winter Solstice", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year's Day", "1988-02-18": "The second day of Chinese New Year", "1988-02-19": "The third day of Chinese New Year", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-04-04": "Tomb-Sweeping Day", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-18": "Dragon Boat Festival", "1988-09-25": "Mid-Autumn Festival", "1988-09-26": "The Day following Mid-Autumn Festival", "1988-10-01": "National Day of the People's Republic of China", "1988-10-05": "Republic Day", "1988-10-19": "Double Ninth Festival", "1988-11-02": "All Soul's Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-22": "Winter Solstice", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-02-06": "Chinese New Year's Day", "1989-02-07": "The second day of Chinese New Year", "1989-02-08": "The third day of Chinese New Year", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-04-05": "Tomb-Sweeping Day", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-06-08": "Dragon Boat Festival", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-09-14": "Mid-Autumn Festival", "1989-09-15": "The Day following Mid-Autumn Festival", "1989-10-01": "National Day of the People's Republic of China", "1989-10-05": "Republic Day", "1989-10-08": "Double Ninth Festival", "1989-11-02": "All Soul's Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-22": "Winter Solstice", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-27": "Chinese New Year's Day", "1990-01-28": "The second day of Chinese New Year", "1990-01-29": "The third day of Chinese New Year", "1990-04-05": "Tomb-Sweeping Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-05-28": "Dragon Boat Festival", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-10-01": "National Day of the People's Republic of China", "1990-10-03": "Mid-Autumn Festival", "1990-10-04": "The Day following Mid-Autumn Festival", "1990-10-05": "Republic Day", "1990-10-26": "Double Ninth Festival", "1990-11-02": "All Soul's Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-22": "Winter Solstice", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year's Day", "1991-02-16": "The second day of Chinese New Year", "1991-02-17": "The third day of Chinese New Year", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-04-05": "Tomb-Sweeping Day", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-16": "Dragon Boat Festival", "1991-09-22": "Mid-Autumn Festival", "1991-09-23": "The Day following Mid-Autumn Festival", "1991-10-01": "National Day of the People's Republic of China", "1991-10-05": "Republic Day", "1991-10-16": "Double Ninth Festival", "1991-11-02": "All Soul's Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-22": "Winter Solstice", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year's Day", "1992-02-05": "The second day of Chinese New Year", "1992-02-06": "The third day of Chinese New Year", "1992-04-04": "Tomb-Sweeping Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-05": "Dragon Boat Festival", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-09-11": "Mid-Autumn Festival", "1992-09-12": "The Day following Mid-Autumn Festival", "1992-10-01": "National Day of the People's Republic of China", "1992-10-04": "Double Ninth Festival", "1992-10-05": "Republic Day", "1992-11-02": "All Soul's Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-22": "Winter Solstice", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-23": "Chinese New Year's Day", "1993-01-24": "The second day of Chinese New Year", "1993-01-25": "The third day of Chinese New Year", "1993-04-05": "Tomb-Sweeping Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-24": "Dragon Boat Festival", "1993-09-30": "Mid-Autumn Festival", "1993-10-01": "National Day of the People's Republic of China; The Day following Mid-Autumn Festival", "1993-10-05": "Republic Day", "1993-10-23": "Double Ninth Festival", "1993-11-02": "All Soul's Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-22": "Winter Solstice", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year's Day", "1994-02-11": "The second day of Chinese New Year", "1994-02-12": "The third day of Chinese New Year", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-04-05": "Tomb-Sweeping Day", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Dragon Boat Festival", "1994-09-20": "Mid-Autumn Festival", "1994-09-21": "The Day following Mid-Autumn Festival", "1994-10-01": "National Day of the People's Republic of China", "1994-10-05": "Republic Day", "1994-10-13": "Double Ninth Festival", "1994-11-02": "All Soul's Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-22": "Winter Solstice", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-31": "Chinese New Year's Day", "1995-02-01": "The second day of Chinese New Year", "1995-02-02": "The third day of Chinese New Year", "1995-04-05": "Tomb-Sweeping Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-02": "Dragon Boat Festival", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-09-09": "Mid-Autumn Festival", "1995-09-10": "The Day following Mid-Autumn Festival", "1995-10-01": "National Day of the People's Republic of China", "1995-10-05": "Republic Day", "1995-11-01": "Double Ninth Festival", "1995-11-02": "All Soul's Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-22": "Winter Solstice", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Chinese New Year's Day", "1996-02-20": "The second day of Chinese New Year", "1996-02-21": "The third day of Chinese New Year", "1996-04-04": "Tomb-Sweeping Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-20": "Dragon Boat Festival", "1996-09-27": "Mid-Autumn Festival", "1996-09-28": "The Day following Mid-Autumn Festival", "1996-10-01": "National Day of the People's Republic of China", "1996-10-05": "Republic Day", "1996-10-20": "Double Ninth Festival", "1996-11-02": "All Soul's Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-22": "Winter Solstice", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-07": "Chinese New Year's Day", "1997-02-08": "The second day of Chinese New Year", "1997-02-09": "The third day of Chinese New Year", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-04-05": "Tomb-Sweeping Day", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-06-09": "Dragon Boat Festival", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-09-16": "Mid-Autumn Festival", "1997-09-17": "The Day following Mid-Autumn Festival", "1997-10-01": "National Day of the People's Republic of China", "1997-10-05": "Republic Day", "1997-10-10": "Double Ninth Festival", "1997-11-02": "All Soul's Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-22": "Winter Solstice", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-28": "Chinese New Year's Day", "1998-01-29": "The second day of Chinese New Year", "1998-01-30": "The third day of Chinese New Year", "1998-04-05": "Tomb-Sweeping Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-05-30": "Dragon Boat Festival", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-10-01": "National Day of the People's Republic of China", "1998-10-05": "Mid-Autumn Festival; Republic Day", "1998-10-06": "The Day following Mid-Autumn Festival", "1998-10-28": "Double Ninth Festival", "1998-11-02": "All Soul's Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-22": "Winter Solstice", "1998-12-23": "Additional Public Holiday", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "Additional Half-Day Public Holiday", "1999-01-01": "New Year's Day", "1999-02-15": "Additional Public Holiday", "1999-02-16": "Chinese New Year's Day", "1999-02-17": "The second day of Chinese New Year", "1999-02-18": "The third day of Chinese New Year", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-04-05": "Tomb-Sweeping Day", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-18": "Dragon Boat Festival", "1999-09-24": "Mid-Autumn Festival", "1999-09-25": "The Day following Mid-Autumn Festival", "1999-10-01": "National Day of the People's Republic of China", "1999-10-05": "Republic Day", "1999-10-17": "Double Ninth Festival", "1999-11-02": "All Soul's Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-20": "The Handover of Macau to China and the Establishment of the Macau Special Administrative Region of the People's Republic of China", "1999-12-21": "The day following the Handover of Macau to China and the Establishment of the Macau Special Administrative Region of the People's Republic of China", "1999-12-22": "Winter Solstice", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "Additional Half-Day Public Holiday", "2000-01-01": "New Year's Day", "2000-02-04": "Additional Half-Day Public Holiday", "2000-02-05": "Chinese New Year's Day", "2000-02-06": "The second day of Chinese New Year", "2000-02-07": "The third day of Chinese New Year", "2000-04-04": "Tomb-Sweeping Day", "2000-04-21": "Good Friday", "2000-04-22": "The Day before Easter", "2000-05-01": "Labor Day", "2000-05-11": "The Buddha's Birthday", "2000-06-06": "Dragon Boat Festival", "2000-09-13": "The Day following Mid-Autumn Festival", "2000-10-01": "National Day of the People's Republic of China", "2000-10-02": "The day following National Day of the People's Republic of China", "2000-10-06": "Double Ninth Festival", "2000-11-02": "All Soul's Day", "2000-12-08": "Immaculate Conception", "2000-12-20": "Macao S.A.R. Establishment Day", "2000-12-21": "Winter Solstice", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-24": "Chinese New Year's Day", "2001-01-25": "The second day of Chinese New Year", "2001-01-26": "The third day of Chinese New Year", "2001-04-05": "Tomb-Sweeping Day", "2001-04-13": "Good Friday", "2001-04-14": "The Day before Easter", "2001-04-30": "The Buddha's Birthday", "2001-05-01": "Labor Day", "2001-06-25": "Dragon Boat Festival", "2001-10-01": "National Day of the People's Republic of China", "2001-10-02": "The Day following Mid-Autumn Festival; The day following National Day of the People's Republic of China", "2001-10-25": "Double Ninth Festival", "2001-11-02": "All Soul's Day", "2001-12-08": "Immaculate Conception", "2001-12-20": "Macao S.A.R. Establishment Day", "2001-12-22": "Winter Solstice", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year's Day", "2002-02-13": "The second day of Chinese New Year", "2002-02-14": "The third day of Chinese New Year", "2002-03-29": "Good Friday", "2002-03-30": "The Day before Easter", "2002-04-05": "Tomb-Sweeping Day", "2002-05-01": "Labor Day", "2002-05-19": "The Buddha's Birthday", "2002-06-15": "Dragon Boat Festival", "2002-09-22": "The Day following Mid-Autumn Festival", "2002-10-01": "National Day of the People's Republic of China", "2002-10-02": "The day following National Day of the People's Republic of China", "2002-10-14": "Double Ninth Festival", "2002-11-02": "All Soul's Day", "2002-12-08": "Immaculate Conception", "2002-12-20": "Macao S.A.R. Establishment Day", "2002-12-22": "Winter Solstice", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year's Day", "2003-02-02": "The second day of Chinese New Year", "2003-02-03": "The third day of Chinese New Year", "2003-04-05": "Tomb-Sweeping Day", "2003-04-18": "Good Friday", "2003-04-19": "The Day before Easter", "2003-05-01": "Labor Day", "2003-05-08": "The Buddha's Birthday", "2003-06-04": "Dragon Boat Festival", "2003-09-12": "The Day following Mid-Autumn Festival", "2003-10-01": "National Day of the People's Republic of China", "2003-10-02": "The day following National Day of the People's Republic of China", "2003-10-04": "Double Ninth Festival", "2003-11-02": "All Soul's Day", "2003-12-08": "Immaculate Conception", "2003-12-20": "Macao S.A.R. Establishment Day", "2003-12-22": "Winter Solstice", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-22": "Chinese New Year's Day", "2004-01-23": "The second day of Chinese New Year", "2004-01-24": "The third day of Chinese New Year", "2004-04-04": "Tomb-Sweeping Day", "2004-04-09": "Good Friday", "2004-04-10": "The Day before Easter", "2004-05-01": "Labor Day", "2004-05-26": "The Buddha's Birthday", "2004-06-22": "Dragon Boat Festival", "2004-09-29": "The Day following Mid-Autumn Festival", "2004-10-01": "National Day of the People's Republic of China", "2004-10-02": "The day following National Day of the People's Republic of China", "2004-10-22": "Double Ninth Festival", "2004-11-02": "All Soul's Day", "2004-12-08": "Immaculate Conception", "2004-12-20": "Macao S.A.R. Establishment Day", "2004-12-21": "Winter Solstice", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-08": "Chinese New Year's Eve (Afternoon)", "2005-02-09": "Chinese New Year's Day", "2005-02-10": "The second day of Chinese New Year", "2005-02-11": "The third day of Chinese New Year", "2005-03-25": "Good Friday", "2005-03-26": "The Day before Easter", "2005-04-05": "Tomb-Sweeping Day", "2005-05-01": "Labor Day", "2005-05-15": "The Buddha's Birthday", "2005-06-11": "Dragon Boat Festival", "2005-09-19": "The Day following Mid-Autumn Festival", "2005-10-01": "National Day of the People's Republic of China", "2005-10-02": "The day following National Day of the People's Republic of China", "2005-10-11": "Double Ninth Festival", "2005-11-02": "All Soul's Day", "2005-12-08": "Immaculate Conception", "2005-12-20": "Macao S.A.R. Establishment Day", "2005-12-22": "Winter Solstice", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-29": "Chinese New Year's Day", "2006-01-30": "The second day of Chinese New Year", "2006-01-31": "The third day of Chinese New Year", "2006-02-01": "The fourth day of Chinese New Year", "2006-04-05": "Tomb-Sweeping Day", "2006-04-14": "Good Friday", "2006-04-15": "The Day before Easter", "2006-05-01": "Labor Day", "2006-05-05": "The Buddha's Birthday", "2006-05-31": "Dragon Boat Festival", "2006-10-01": "National Day of the People's Republic of China", "2006-10-02": "The day following National Day of the People's Republic of China", "2006-10-07": "The Day following Mid-Autumn Festival", "2006-10-30": "Double Ninth Festival", "2006-11-02": "All Soul's Day", "2006-12-08": "Immaculate Conception", "2006-12-20": "Macao S.A.R. Establishment Day", "2006-12-22": "Winter Solstice", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-18": "Chinese New Year's Day", "2007-02-19": "The second day of Chinese New Year", "2007-02-20": "The third day of Chinese New Year", "2007-02-21": "The fourth day of Chinese New Year", "2007-04-05": "Tomb-Sweeping Day", "2007-04-06": "Good Friday", "2007-04-07": "The Day before Easter", "2007-05-01": "Labor Day", "2007-05-24": "The Buddha's Birthday", "2007-06-19": "Dragon Boat Festival", "2007-09-26": "The Day following Mid-Autumn Festival", "2007-10-01": "National Day of the People's Republic of China", "2007-10-02": "The day following National Day of the People's Republic of China", "2007-10-19": "Double Ninth Festival", "2007-11-02": "All Soul's Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Macao S.A.R. Establishment Day", "2007-12-22": "Winter Solstice", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve (Afternoon)", "2008-01-01": "New Year's Day", "2008-02-06": "Chinese New Year's Eve (Afternoon)", "2008-02-07": "Chinese New Year's Day", "2008-02-08": "The second day of Chinese New Year", "2008-02-09": "The third day of Chinese New Year", "2008-03-21": "Good Friday", "2008-03-22": "The Day before Easter", "2008-04-04": "Tomb-Sweeping Day", "2008-05-01": "Labor Day", "2008-05-12": "The Buddha's Birthday", "2008-06-08": "Dragon Boat Festival", "2008-09-15": "The Day following Mid-Autumn Festival", "2008-10-01": "National Day of the People's Republic of China", "2008-10-02": "The day following National Day of the People's Republic of China", "2008-10-07": "Double Ninth Festival", "2008-11-02": "All Soul's Day", "2008-12-08": "Immaculate Conception", "2008-12-20": "Macao S.A.R. Establishment Day", "2008-12-21": "Winter Solstice", "2008-12-22": "Additional Government Holiday", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve (Afternoon)", "2009-01-01": "New Year's Day", "2009-01-26": "Chinese New Year's Day", "2009-01-27": "The second day of Chinese New Year", "2009-01-28": "The third day of Chinese New Year", "2009-04-04": "Tomb-Sweeping Day", "2009-04-10": "Good Friday", "2009-04-11": "The Day before Easter", "2009-05-01": "Labor Day", "2009-05-02": "The Buddha's Birthday", "2009-05-28": "Dragon Boat Festival", "2009-10-01": "National Day of the People's Republic of China", "2009-10-02": "The day following National Day of the People's Republic of China", "2009-10-04": "The Day following Mid-Autumn Festival", "2009-10-26": "Double Ninth Festival", "2009-11-02": "All Soul's Day", "2009-12-08": "Immaculate Conception", "2009-12-20": "Macao S.A.R. Establishment Day", "2009-12-22": "Winter Solstice", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve (Afternoon)", "2010-01-01": "New Year's Day", "2010-02-14": "Chinese New Year's Day", "2010-02-15": "The second day of Chinese New Year", "2010-02-16": "The third day of Chinese New Year", "2010-02-17": "The fourth day of Chinese New Year", "2010-04-02": "Good Friday", "2010-04-03": "The Day before Easter", "2010-04-05": "Tomb-Sweeping Day", "2010-05-01": "Labor Day", "2010-05-21": "The Buddha's Birthday", "2010-06-16": "Dragon Boat Festival", "2010-09-23": "The Day following Mid-Autumn Festival", "2010-10-01": "National Day of the People's Republic of China", "2010-10-02": "The day following National Day of the People's Republic of China", "2010-10-16": "Double Ninth Festival", "2010-11-02": "All Soul's Day", "2010-12-08": "Immaculate Conception", "2010-12-20": "Macao S.A.R. Establishment Day", "2010-12-22": "Winter Solstice", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve (Afternoon)", "2011-01-01": "New Year's Day", "2011-02-02": "Chinese New Year's Eve (Afternoon)", "2011-02-03": "Chinese New Year's Day", "2011-02-04": "The second day of Chinese New Year", "2011-02-05": "The third day of Chinese New Year", "2011-04-05": "Tomb-Sweeping Day", "2011-04-22": "Good Friday", "2011-04-23": "The Day before Easter", "2011-05-01": "Labor Day", "2011-05-02": "The first working day after Labor Day", "2011-05-10": "The Buddha's Birthday", "2011-06-06": "Dragon Boat Festival", "2011-09-13": "The Day following Mid-Autumn Festival", "2011-10-01": "National Day of the People's Republic of China", "2011-10-02": "The day following National Day of the People's Republic of China", "2011-10-03": "The first working day after The day following National Day of the People's Republic of China", "2011-10-05": "Double Ninth Festival", "2011-11-02": "All Soul's Day", "2011-12-08": "Immaculate Conception", "2011-12-20": "Macao S.A.R. Establishment Day", "2011-12-22": "Winter Solstice", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "The first working day after Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "The first working day after New Year's Day", "2012-01-23": "Chinese New Year's Day", "2012-01-24": "The second day of Chinese New Year", "2012-01-25": "The third day of Chinese New Year", "2012-04-04": "Tomb-Sweeping Day", "2012-04-06": "Good Friday", "2012-04-07": "The Day before Easter", "2012-04-09": "The first working day after The Day before Easter", "2012-04-28": "The Buddha's Birthday", "2012-04-30": "The first working day after The Buddha's Birthday", "2012-05-01": "Labor Day", "2012-06-23": "Dragon Boat Festival", "2012-06-25": "The first working day after Dragon Boat Festival", "2012-10-01": "National Day of the People's Republic of China; The Day following Mid-Autumn Festival", "2012-10-02": "The day following National Day of the People's Republic of China", "2012-10-03": "Overlapping of the National Day of the People's Republic of China and the Day following Mid-Autumn Festival", "2012-10-23": "Double Ninth Festival", "2012-11-02": "All Soul's Day", "2012-12-08": "Immaculate Conception", "2012-12-10": "The first working day after Immaculate Conception", "2012-12-20": "Macao S.A.R. Establishment Day", "2012-12-21": "Winter Solstice", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-10": "Chinese New Year's Day", "2013-02-11": "The second day of Chinese New Year", "2013-02-12": "The third day of Chinese New Year", "2013-02-13": "The fourth day of Chinese New Year", "2013-03-29": "Good Friday", "2013-03-30": "The Day before Easter", "2013-04-01": "The first working day after The Day before Easter", "2013-04-04": "Tomb-Sweeping Day", "2013-05-01": "Labor Day", "2013-05-17": "The Buddha's Birthday", "2013-06-12": "Dragon Boat Festival", "2013-09-20": "The Day following Mid-Autumn Festival", "2013-10-01": "National Day of the People's Republic of China", "2013-10-02": "The day following National Day of the People's Republic of China", "2013-10-13": "Double Ninth Festival", "2013-10-14": "The first working day after Double Ninth Festival", "2013-11-02": "All Soul's Day", "2013-11-04": "The first working day after All Soul's Day", "2013-12-08": "Immaculate Conception", "2013-12-09": "The first working day after Immaculate Conception", "2013-12-20": "Macao S.A.R. Establishment Day", "2013-12-22": "Winter Solstice", "2013-12-23": "The first working day after Winter Solstice", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve (Afternoon)", "2014-01-01": "New Year's Day", "2014-01-30": "Chinese New Year's Eve (Afternoon)", "2014-01-31": "Chinese New Year's Day", "2014-02-01": "The second day of Chinese New Year", "2014-02-02": "The third day of Chinese New Year", "2014-02-03": "The fourth day of Chinese New Year", "2014-02-04": "The fifth day of Chinese New Year", "2014-04-05": "Tomb-Sweeping Day", "2014-04-07": "The first working day after Tomb-Sweeping Day", "2014-04-18": "Good Friday", "2014-04-19": "The Day before Easter", "2014-04-21": "The first working day after The Day before Easter", "2014-05-01": "Labor Day", "2014-05-06": "The Buddha's Birthday", "2014-06-02": "Dragon Boat Festival", "2014-09-09": "The Day following Mid-Autumn Festival", "2014-10-01": "National Day of the People's Republic of China", "2014-10-02": "Double Ninth Festival; The day following National Day of the People's Republic of China", "2014-10-03": "Overlapping of the Day following National Day of the People's Republic of China and the Double Ninth Festival", "2014-11-02": "All Soul's Day", "2014-11-03": "The first working day after All Soul's Day", "2014-12-08": "Immaculate Conception", "2014-12-20": "Macao S.A.R. Establishment Day", "2014-12-22": "Winter Solstice", "2014-12-23": "The first working day after Macao S.A.R. Establishment Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve (Afternoon)", "2015-01-01": "New Year's Day", "2015-02-18": "Chinese New Year's Eve (Afternoon)", "2015-02-19": "Chinese New Year's Day", "2015-02-20": "The second day of Chinese New Year", "2015-02-21": "The third day of Chinese New Year", "2015-02-23": "The fifth day of Chinese New Year", "2015-04-03": "Good Friday", "2015-04-04": "The Day before Easter", "2015-04-05": "Tomb-Sweeping Day", "2015-04-06": "The first working day after The Day before Easter", "2015-04-07": "The first working day after Tomb-Sweeping Day", "2015-05-01": "Labor Day", "2015-05-25": "The Buddha's Birthday", "2015-06-20": "Dragon Boat Festival", "2015-06-22": "The first working day after Dragon Boat Festival", "2015-09-03": "70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese Aggression and the World Anti-Fascist War", "2015-09-28": "The Day following Mid-Autumn Festival", "2015-10-01": "National Day of the People's Republic of China", "2015-10-02": "The day following National Day of the People's Republic of China", "2015-10-21": "Double Ninth Festival", "2015-11-02": "All Soul's Day", "2015-12-08": "Immaculate Conception", "2015-12-20": "Macao S.A.R. Establishment Day", "2015-12-21": "The first working day after Macao S.A.R. Establishment Day", "2015-12-22": "Winter Solstice", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve (Afternoon)", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year's Day", "2016-02-09": "The second day of Chinese New Year", "2016-02-10": "The third day of Chinese New Year", "2016-03-25": "Good Friday", "2016-03-26": "The Day before Easter", "2016-03-28": "The first working day after The Day before Easter", "2016-04-04": "Tomb-Sweeping Day", "2016-05-01": "Labor Day", "2016-05-02": "The first working day after Labor Day", "2016-05-14": "The Buddha's Birthday", "2016-05-16": "The first working day after The Buddha's Birthday", "2016-06-09": "Dragon Boat Festival", "2016-09-16": "The Day following Mid-Autumn Festival", "2016-10-01": "National Day of the People's Republic of China", "2016-10-02": "The day following National Day of the People's Republic of China", "2016-10-03": "The first working day after National Day of the People's Republic of China", "2016-10-04": "The first working day after The day following National Day of the People's Republic of China", "2016-10-09": "Double Ninth Festival", "2016-10-10": "The first working day after Double Ninth Festival", "2016-11-02": "All Soul's Day", "2016-12-08": "Immaculate Conception", "2016-12-20": "Macao S.A.R. Establishment Day", "2016-12-21": "Winter Solstice", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "The first working day after Christmas Eve", "2016-12-27": "The first working day after Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "The first working day after New Year's Day", "2017-01-27": "Chinese New Year's Eve (Afternoon)", "2017-01-28": "Chinese New Year's Day", "2017-01-29": "The second day of Chinese New Year", "2017-01-30": "The third day of Chinese New Year", "2017-01-31": "The fourth day of Chinese New Year", "2017-02-01": "The fifth day of Chinese New Year", "2017-04-04": "Tomb-Sweeping Day", "2017-04-14": "Good Friday", "2017-04-15": "The Day before Easter", "2017-04-17": "The first working day after The Day before Easter", "2017-05-01": "Labor Day", "2017-05-03": "The Buddha's Birthday", "2017-05-30": "Dragon Boat Festival", "2017-10-01": "National Day of the People's Republic of China", "2017-10-02": "The day following National Day of the People's Republic of China", "2017-10-03": "The first working day after National Day of the People's Republic of China", "2017-10-05": "The Day following Mid-Autumn Festival", "2017-10-28": "Double Ninth Festival", "2017-10-30": "The first working day after Double Ninth Festival", "2017-11-02": "All Soul's Day", "2017-12-08": "Immaculate Conception", "2017-12-20": "Macao S.A.R. Establishment Day", "2017-12-22": "Winter Solstice", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "The first working day after Christmas Eve", "2018-01-01": "New Year's Day", "2018-02-15": "Chinese New Year's Eve (Afternoon)", "2018-02-16": "Chinese New Year's Day", "2018-02-17": "The second day of Chinese New Year", "2018-02-18": "The third day of Chinese New Year", "2018-02-19": "The fourth day of Chinese New Year", "2018-02-20": "The fifth day of Chinese New Year", "2018-03-30": "Good Friday", "2018-03-31": "The Day before Easter", "2018-04-02": "The first working day after The Day before Easter", "2018-04-05": "Tomb-Sweeping Day", "2018-05-01": "Labor Day", "2018-05-22": "The Buddha's Birthday", "2018-06-18": "Dragon Boat Festival", "2018-09-25": "The Day following Mid-Autumn Festival", "2018-10-01": "National Day of the People's Republic of China", "2018-10-02": "The day following National Day of the People's Republic of China", "2018-10-17": "Double Ninth Festival", "2018-11-02": "All Soul's Day", "2018-12-08": "Immaculate Conception", "2018-12-10": "The first working day after Immaculate Conception", "2018-12-20": "Macao S.A.R. Establishment Day", "2018-12-22": "Winter Solstice", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "The first working day after Winter Solstice", "2018-12-31": "New Year's Eve (Afternoon)", "2019-01-01": "New Year's Day", "2019-02-04": "Chinese New Year's Eve (Afternoon)", "2019-02-05": "Chinese New Year's Day", "2019-02-06": "The second day of Chinese New Year", "2019-02-07": "The third day of Chinese New Year", "2019-04-05": "Tomb-Sweeping Day", "2019-04-19": "Good Friday", "2019-04-20": "The Day before Easter", "2019-04-22": "The first working day after The Day before Easter", "2019-05-01": "Labor Day", "2019-05-12": "The Buddha's Birthday", "2019-05-13": "The first working day after The Buddha's Birthday", "2019-06-07": "Dragon Boat Festival", "2019-09-14": "The Day following Mid-Autumn Festival", "2019-09-16": "The first working day after The Day following Mid-Autumn Festival", "2019-10-01": "National Day of the People's Republic of China", "2019-10-02": "The day following National Day of the People's Republic of China", "2019-10-07": "Double Ninth Festival", "2019-11-02": "All Soul's Day", "2019-11-04": "The first working day after All Soul's Day", "2019-12-08": "Immaculate Conception", "2019-12-09": "The first working day after Immaculate Conception", "2019-12-20": "Macao S.A.R. Establishment Day", "2019-12-22": "Winter Solstice", "2019-12-23": "The first working day after Winter Solstice", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve (Afternoon)", "2020-01-01": "New Year's Day", "2020-01-24": "Chinese New Year's Eve (Afternoon)", "2020-01-25": "Chinese New Year's Day", "2020-01-26": "The second day of Chinese New Year", "2020-01-27": "The third day of Chinese New Year", "2020-01-28": "Compensatory rest day for Chinese New Year's Day", "2020-01-29": "Compensatory rest day for The second day of Chinese New Year", "2020-04-04": "Tomb-Sweeping Day", "2020-04-06": "Compensatory rest day for Tomb-Sweeping Day", "2020-04-10": "Good Friday", "2020-04-11": "The Day before Easter", "2020-04-13": "Compensatory rest day for The Day before Easter", "2020-04-30": "The Buddha's Birthday", "2020-05-01": "Labor Day", "2020-06-25": "Dragon Boat Festival", "2020-10-01": "National Day of the People's Republic of China", "2020-10-02": "The Day following Mid-Autumn Festival; The day following National Day of the People's Republic of China", "2020-10-05": "Overlapping of the Day following National Day of the People's Republic of China and the Day following Mid-Autumn Festival", "2020-10-25": "Double Ninth Festival", "2020-10-26": "Compensatory rest day for Double Ninth Festival", "2020-11-02": "All Soul's Day", "2020-12-08": "Immaculate Conception", "2020-12-20": "Macao S.A.R. Establishment Day", "2020-12-21": "Winter Solstice", "2020-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve (Afternoon)", "2021-01-01": "New Year's Day", "2021-02-11": "Chinese New Year's Eve (Afternoon)", "2021-02-12": "Chinese New Year's Day", "2021-02-13": "The second day of Chinese New Year", "2021-02-14": "The third day of Chinese New Year", "2021-02-15": "Compensatory rest day for The second day of Chinese New Year", "2021-02-16": "Compensatory rest day for The third day of Chinese New Year", "2021-04-02": "Good Friday", "2021-04-03": "The Day before Easter", "2021-04-04": "Tomb-Sweeping Day", "2021-04-05": "Compensatory rest day for The Day before Easter", "2021-04-06": "Compensatory rest day for Tomb-Sweeping Day", "2021-05-01": "Labor Day", "2021-05-03": "Compensatory rest day for Labor Day", "2021-05-19": "The Buddha's Birthday", "2021-06-14": "Dragon Boat Festival", "2021-09-22": "The Day following Mid-Autumn Festival", "2021-10-01": "National Day of the People's Republic of China", "2021-10-02": "The day following National Day of the People's Republic of China", "2021-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2021-10-14": "Double Ninth Festival", "2021-11-02": "All Soul's Day", "2021-12-08": "Immaculate Conception", "2021-12-20": "Macao S.A.R. Establishment Day", "2021-12-21": "Winter Solstice", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-27": "Compensatory rest day for Christmas Day", "2021-12-31": "New Year's Eve (Afternoon)", "2022-01-01": "New Year's Day", "2022-01-03": "Compensatory rest day for New Year's Day", "2022-01-31": "Chinese New Year's Eve (Afternoon)", "2022-02-01": "Chinese New Year's Day", "2022-02-02": "The second day of Chinese New Year", "2022-02-03": "The third day of Chinese New Year", "2022-04-05": "Tomb-Sweeping Day", "2022-04-15": "Good Friday", "2022-04-16": "The Day before Easter", "2022-04-18": "Compensatory rest day for The Day before Easter", "2022-05-01": "Labor Day", "2022-05-02": "Compensatory rest day for Labor Day", "2022-05-08": "The Buddha's Birthday", "2022-05-09": "Compensatory rest day for The Buddha's Birthday", "2022-06-03": "Dragon Boat Festival", "2022-09-11": "The Day following Mid-Autumn Festival", "2022-09-12": "Compensatory rest day for The Day following Mid-Autumn Festival", "2022-10-01": "National Day of the People's Republic of China", "2022-10-02": "The day following National Day of the People's Republic of China", "2022-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2022-10-04": "Double Ninth Festival", "2022-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2022-11-02": "All Soul's Day", "2022-12-08": "Immaculate Conception", "2022-12-20": "Macao S.A.R. Establishment Day", "2022-12-22": "Winter Solstice", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Compensatory rest day for Christmas Eve", "2022-12-27": "Compensatory rest day for Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "Compensatory rest day for New Year's Day", "2023-01-22": "Chinese New Year's Day", "2023-01-23": "The second day of Chinese New Year", "2023-01-24": "The third day of Chinese New Year", "2023-01-25": "Compensatory rest day for Chinese New Year's Day", "2023-04-05": "Tomb-Sweeping Day", "2023-04-07": "Good Friday", "2023-04-08": "The Day before Easter", "2023-04-10": "Compensatory rest day for The Day before Easter", "2023-05-01": "Labor Day", "2023-05-26": "The Buddha's Birthday", "2023-06-22": "Dragon Boat Festival", "2023-09-30": "The Day following Mid-Autumn Festival", "2023-10-01": "National Day of the People's Republic of China", "2023-10-02": "The day following National Day of the People's Republic of China", "2023-10-03": "Compensatory rest day for The Day following Mid-Autumn Festival", "2023-10-04": "Compensatory rest day for National Day of the People's Republic of China", "2023-10-23": "Double Ninth Festival", "2023-11-02": "All Soul's Day", "2023-12-08": "Immaculate Conception", "2023-12-20": "Macao S.A.R. Establishment Day", "2023-12-22": "Winter Solstice", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Compensatory rest day for Christmas Eve", "2024-01-01": "New Year's Day", "2024-02-09": "Chinese New Year's Eve (Afternoon)", "2024-02-10": "Chinese New Year's Day", "2024-02-11": "The second day of Chinese New Year", "2024-02-12": "The third day of Chinese New Year", "2024-02-13": "Compensatory rest day for Chinese New Year's Day", "2024-02-14": "Compensatory rest day for The second day of Chinese New Year", "2024-03-29": "Good Friday", "2024-03-30": "The Day before Easter", "2024-04-01": "Compensatory rest day for The Day before Easter", "2024-04-04": "Tomb-Sweeping Day", "2024-05-01": "Labor Day", "2024-05-15": "The Buddha's Birthday", "2024-06-10": "Dragon Boat Festival", "2024-09-18": "The Day following Mid-Autumn Festival", "2024-10-01": "National Day of the People's Republic of China", "2024-10-02": "The day following National Day of the People's Republic of China", "2024-10-11": "Double Ninth Festival", "2024-11-02": "All Soul's Day", "2024-11-04": "Compensatory rest day for All Soul's Day", "2024-12-08": "Immaculate Conception", "2024-12-09": "Compensatory rest day for Immaculate Conception", "2024-12-20": "Macao S.A.R. Establishment Day", "2024-12-21": "Winter Solstice", "2024-12-23": "Compensatory rest day for Winter Solstice", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve (Afternoon)", "2025-01-01": "New Year's Day", "2025-01-28": "Chinese New Year's Eve (Afternoon)", "2025-01-29": "Chinese New Year's Day", "2025-01-30": "The second day of Chinese New Year", "2025-01-31": "The third day of Chinese New Year", "2025-04-04": "Tomb-Sweeping Day", "2025-04-18": "Good Friday", "2025-04-19": "The Day before Easter", "2025-04-21": "Compensatory rest day for The Day before Easter", "2025-05-01": "Labor Day", "2025-05-05": "The Buddha's Birthday", "2025-05-31": "Dragon Boat Festival", "2025-06-02": "Compensatory rest day for Dragon Boat Festival", "2025-10-01": "National Day of the People's Republic of China", "2025-10-02": "The day following National Day of the People's Republic of China", "2025-10-07": "The Day following Mid-Autumn Festival", "2025-10-29": "Double Ninth Festival", "2025-11-02": "All Soul's Day", "2025-11-03": "Compensatory rest day for All Soul's Day", "2025-12-08": "Immaculate Conception", "2025-12-20": "Macao S.A.R. Establishment Day", "2025-12-21": "Winter Solstice", "2025-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2025-12-23": "Compensatory rest day for Winter Solstice", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve (Afternoon)", "2026-01-01": "New Year's Day", "2026-02-16": "Chinese New Year's Eve (Afternoon)", "2026-02-17": "Chinese New Year's Day", "2026-02-18": "The second day of Chinese New Year", "2026-02-19": "The third day of Chinese New Year", "2026-04-03": "Good Friday", "2026-04-04": "The Day before Easter", "2026-04-05": "Tomb-Sweeping Day", "2026-04-06": "Compensatory rest day for The Day before Easter", "2026-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2026-05-01": "Labor Day", "2026-05-24": "The Buddha's Birthday", "2026-05-25": "Compensatory rest day for The Buddha's Birthday", "2026-06-19": "Dragon Boat Festival", "2026-09-26": "The Day following Mid-Autumn Festival", "2026-09-28": "Compensatory rest day for The Day following Mid-Autumn Festival", "2026-10-01": "National Day of the People's Republic of China", "2026-10-02": "The day following National Day of the People's Republic of China", "2026-10-18": "Double Ninth Festival", "2026-10-19": "Compensatory rest day for Double Ninth Festival", "2026-11-02": "All Soul's Day", "2026-12-08": "Immaculate Conception", "2026-12-20": "Macao S.A.R. Establishment Day", "2026-12-21": "Compensatory rest day for Macao S.A.R. Establishment Day", "2026-12-22": "Winter Solstice", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve (Afternoon)", "2027-01-01": "New Year's Day", "2027-02-05": "Chinese New Year's Eve (Afternoon)", "2027-02-06": "Chinese New Year's Day", "2027-02-07": "The second day of Chinese New Year", "2027-02-08": "The third day of Chinese New Year", "2027-02-09": "Compensatory rest day for Chinese New Year's Day", "2027-02-10": "Compensatory rest day for The second day of Chinese New Year", "2027-03-26": "Good Friday", "2027-03-27": "The Day before Easter", "2027-03-29": "Compensatory rest day for The Day before Easter", "2027-04-05": "Tomb-Sweeping Day", "2027-05-01": "Labor Day", "2027-05-03": "Compensatory rest day for Labor Day", "2027-05-13": "The Buddha's Birthday", "2027-06-09": "Dragon Boat Festival", "2027-09-16": "The Day following Mid-Autumn Festival", "2027-10-01": "National Day of the People's Republic of China", "2027-10-02": "The day following National Day of the People's Republic of China", "2027-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2027-10-08": "Double Ninth Festival", "2027-11-02": "All Soul's Day", "2027-12-08": "Immaculate Conception", "2027-12-20": "Macao S.A.R. Establishment Day", "2027-12-22": "Winter Solstice", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-27": "Compensatory rest day for Christmas Day", "2027-12-31": "New Year's Eve (Afternoon)", "2028-01-01": "New Year's Day", "2028-01-03": "Compensatory rest day for New Year's Day", "2028-01-25": "Chinese New Year's Eve (Afternoon)", "2028-01-26": "Chinese New Year's Day", "2028-01-27": "The second day of Chinese New Year", "2028-01-28": "The third day of Chinese New Year", "2028-04-04": "Tomb-Sweeping Day", "2028-04-14": "Good Friday", "2028-04-15": "The Day before Easter", "2028-04-17": "Compensatory rest day for The Day before Easter", "2028-05-01": "Labor Day", "2028-05-02": "The Buddha's Birthday", "2028-05-28": "Dragon Boat Festival", "2028-05-29": "Compensatory rest day for Dragon Boat Festival", "2028-10-01": "National Day of the People's Republic of China", "2028-10-02": "The day following National Day of the People's Republic of China", "2028-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2028-10-04": "The Day following Mid-Autumn Festival", "2028-10-26": "Double Ninth Festival", "2028-11-02": "All Soul's Day", "2028-12-08": "Immaculate Conception", "2028-12-20": "Macao S.A.R. Establishment Day", "2028-12-21": "Winter Solstice", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Compensatory rest day for Christmas Eve", "2028-12-31": "New Year's Eve (Afternoon)", "2029-01-01": "New Year's Day", "2029-02-12": "Chinese New Year's Eve (Afternoon)", "2029-02-13": "Chinese New Year's Day", "2029-02-14": "The second day of Chinese New Year", "2029-02-15": "The third day of Chinese New Year", "2029-03-30": "Good Friday", "2029-03-31": "The Day before Easter", "2029-04-02": "Compensatory rest day for The Day before Easter", "2029-04-04": "Tomb-Sweeping Day", "2029-05-01": "Labor Day", "2029-05-20": "The Buddha's Birthday", "2029-05-21": "Compensatory rest day for The Buddha's Birthday", "2029-06-16": "Dragon Boat Festival", "2029-06-18": "Compensatory rest day for Dragon Boat Festival", "2029-09-23": "The Day following Mid-Autumn Festival", "2029-09-24": "Compensatory rest day for The Day following Mid-Autumn Festival", "2029-10-01": "National Day of the People's Republic of China", "2029-10-02": "The day following National Day of the People's Republic of China", "2029-10-16": "Double Ninth Festival", "2029-11-02": "All Soul's Day", "2029-12-08": "Immaculate Conception", "2029-12-10": "Compensatory rest day for Immaculate Conception", "2029-12-20": "Macao S.A.R. Establishment Day", "2029-12-21": "Winter Solstice", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve (Afternoon)", "2030-01-01": "New Year's Day", "2030-02-02": "Chinese New Year's Eve (Afternoon)", "2030-02-03": "Chinese New Year's Day", "2030-02-04": "The second day of Chinese New Year", "2030-02-05": "The third day of Chinese New Year", "2030-02-06": "Compensatory rest day for Chinese New Year's Day", "2030-04-05": "Tomb-Sweeping Day", "2030-04-19": "Good Friday", "2030-04-20": "The Day before Easter", "2030-04-22": "Compensatory rest day for The Day before Easter", "2030-05-01": "Labor Day", "2030-05-09": "The Buddha's Birthday", "2030-06-05": "Dragon Boat Festival", "2030-09-13": "The Day following Mid-Autumn Festival", "2030-10-01": "National Day of the People's Republic of China", "2030-10-02": "The day following National Day of the People's Republic of China", "2030-10-05": "Double Ninth Festival", "2030-10-07": "Compensatory rest day for Double Ninth Festival", "2030-11-02": "All Soul's Day", "2030-11-04": "Compensatory rest day for All Soul's Day", "2030-12-08": "Immaculate Conception", "2030-12-09": "Compensatory rest day for Immaculate Conception", "2030-12-20": "Macao S.A.R. Establishment Day", "2030-12-22": "Winter Solstice", "2030-12-23": "Compensatory rest day for Winter Solstice", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve (Afternoon)", "2031-01-01": "New Year's Day", "2031-01-22": "Chinese New Year's Eve (Afternoon)", "2031-01-23": "Chinese New Year's Day", "2031-01-24": "The second day of Chinese New Year", "2031-01-25": "The third day of Chinese New Year", "2031-01-27": "Compensatory rest day for The third day of Chinese New Year", "2031-04-05": "Tomb-Sweeping Day", "2031-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2031-04-11": "Good Friday", "2031-04-12": "The Day before Easter", "2031-04-14": "Compensatory rest day for The Day before Easter", "2031-05-01": "Labor Day", "2031-05-28": "The Buddha's Birthday", "2031-06-24": "Dragon Boat Festival", "2031-10-01": "National Day of the People's Republic of China", "2031-10-02": "The Day following Mid-Autumn Festival; The day following National Day of the People's Republic of China", "2031-10-24": "Double Ninth Festival", "2031-11-02": "All Soul's Day", "2031-11-03": "Compensatory rest day for All Soul's Day", "2031-12-08": "Immaculate Conception", "2031-12-20": "Macao S.A.R. Establishment Day", "2031-12-22": "Winter Solstice", "2031-12-23": "Compensatory rest day for Macao S.A.R. Establishment Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve (Afternoon)", "2032-01-01": "New Year's Day", "2032-02-10": "Chinese New Year's Eve (Afternoon)", "2032-02-11": "Chinese New Year's Day", "2032-02-12": "The second day of Chinese New Year", "2032-02-13": "The third day of Chinese New Year", "2032-03-26": "Good Friday", "2032-03-27": "The Day before Easter", "2032-03-29": "Compensatory rest day for The Day before Easter", "2032-04-04": "Tomb-Sweeping Day", "2032-04-05": "Compensatory rest day for Tomb-Sweeping Day", "2032-05-01": "Labor Day", "2032-05-03": "Compensatory rest day for Labor Day", "2032-05-16": "The Buddha's Birthday", "2032-05-17": "Compensatory rest day for The Buddha's Birthday", "2032-06-12": "Dragon Boat Festival", "2032-06-14": "Compensatory rest day for Dragon Boat Festival", "2032-09-20": "The Day following Mid-Autumn Festival", "2032-10-01": "National Day of the People's Republic of China", "2032-10-02": "The day following National Day of the People's Republic of China", "2032-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2032-10-12": "Double Ninth Festival", "2032-11-02": "All Soul's Day", "2032-12-08": "Immaculate Conception", "2032-12-20": "Macao S.A.R. Establishment Day", "2032-12-21": "Winter Solstice", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-27": "Compensatory rest day for Christmas Day", "2032-12-31": "New Year's Eve (Afternoon)", "2033-01-01": "New Year's Day", "2033-01-03": "Compensatory rest day for New Year's Day", "2033-01-30": "Chinese New Year's Eve (Afternoon)", "2033-01-31": "Chinese New Year's Day", "2033-02-01": "The second day of Chinese New Year", "2033-02-02": "The third day of Chinese New Year", "2033-04-04": "Tomb-Sweeping Day", "2033-04-15": "Good Friday", "2033-04-16": "The Day before Easter", "2033-04-18": "Compensatory rest day for The Day before Easter", "2033-05-01": "Labor Day", "2033-05-02": "Compensatory rest day for Labor Day", "2033-05-06": "The Buddha's Birthday", "2033-06-01": "Dragon Boat Festival", "2033-09-09": "The Day following Mid-Autumn Festival", "2033-10-01": "Double Ninth Festival; National Day of the People's Republic of China", "2033-10-02": "The day following National Day of the People's Republic of China", "2033-10-03": "Compensatory rest day for Double Ninth Festival", "2033-10-04": "Compensatory rest day for National Day of the People's Republic of China", "2033-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2033-11-02": "All Soul's Day", "2033-12-08": "Immaculate Conception", "2033-12-20": "Macao S.A.R. Establishment Day", "2033-12-21": "Winter Solstice", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Compensatory rest day for Christmas Eve", "2033-12-27": "Compensatory rest day for Christmas Day", "2033-12-31": "New Year's Eve (Afternoon)", "2034-01-01": "New Year's Day", "2034-01-02": "Compensatory rest day for New Year's Day", "2034-02-18": "Chinese New Year's Eve (Afternoon)", "2034-02-19": "Chinese New Year's Day", "2034-02-20": "The second day of Chinese New Year", "2034-02-21": "The third day of Chinese New Year", "2034-02-22": "Compensatory rest day for Chinese New Year's Day", "2034-04-05": "Tomb-Sweeping Day", "2034-04-07": "Good Friday", "2034-04-08": "The Day before Easter", "2034-04-10": "Compensatory rest day for The Day before Easter", "2034-05-01": "Labor Day", "2034-05-25": "The Buddha's Birthday", "2034-06-20": "Dragon Boat Festival", "2034-09-28": "The Day following Mid-Autumn Festival", "2034-10-01": "National Day of the People's Republic of China", "2034-10-02": "The day following National Day of the People's Republic of China", "2034-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2034-10-20": "Double Ninth Festival", "2034-11-02": "All Soul's Day", "2034-12-08": "Immaculate Conception", "2034-12-20": "Macao S.A.R. Establishment Day", "2034-12-22": "Winter Solstice", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Compensatory rest day for Christmas Eve", "2034-12-31": "New Year's Eve (Afternoon)", "2035-01-01": "New Year's Day", "2035-02-07": "Chinese New Year's Eve (Afternoon)", "2035-02-08": "Chinese New Year's Day", "2035-02-09": "The second day of Chinese New Year", "2035-02-10": "The third day of Chinese New Year", "2035-02-12": "Compensatory rest day for The third day of Chinese New Year", "2035-03-23": "Good Friday", "2035-03-24": "The Day before Easter", "2035-03-26": "Compensatory rest day for The Day before Easter", "2035-04-05": "Tomb-Sweeping Day", "2035-05-01": "Labor Day", "2035-05-15": "The Buddha's Birthday", "2035-06-10": "Dragon Boat Festival", "2035-06-11": "Compensatory rest day for Dragon Boat Festival", "2035-09-17": "The Day following Mid-Autumn Festival", "2035-10-01": "National Day of the People's Republic of China", "2035-10-02": "The day following National Day of the People's Republic of China", "2035-10-09": "Double Ninth Festival", "2035-11-02": "All Soul's Day", "2035-12-08": "Immaculate Conception", "2035-12-10": "Compensatory rest day for Immaculate Conception", "2035-12-20": "Macao S.A.R. Establishment Day", "2035-12-22": "Winter Solstice", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Compensatory rest day for Winter Solstice", "2035-12-31": "New Year's Eve (Afternoon)", "2036-01-01": "New Year's Day", "2036-01-27": "Chinese New Year's Eve (Afternoon)", "2036-01-28": "Chinese New Year's Day", "2036-01-29": "The second day of Chinese New Year", "2036-01-30": "The third day of Chinese New Year", "2036-04-04": "Tomb-Sweeping Day", "2036-04-11": "Good Friday", "2036-04-12": "The Day before Easter", "2036-04-14": "Compensatory rest day for The Day before Easter", "2036-05-01": "Labor Day", "2036-05-03": "The Buddha's Birthday", "2036-05-05": "Compensatory rest day for The Buddha's Birthday", "2036-05-30": "Dragon Boat Festival", "2036-10-01": "National Day of the People's Republic of China", "2036-10-02": "The day following National Day of the People's Republic of China", "2036-10-05": "The Day following Mid-Autumn Festival", "2036-10-06": "Compensatory rest day for The Day following Mid-Autumn Festival", "2036-10-27": "Double Ninth Festival", "2036-11-02": "All Soul's Day", "2036-11-03": "Compensatory rest day for All Soul's Day", "2036-12-08": "Immaculate Conception", "2036-12-20": "Macao S.A.R. Establishment Day", "2036-12-21": "Winter Solstice", "2036-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2036-12-23": "Compensatory rest day for Winter Solstice", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve (Afternoon)", "2037-01-01": "New Year's Day", "2037-02-14": "Chinese New Year's Eve (Afternoon)", "2037-02-15": "Chinese New Year's Day", "2037-02-16": "The second day of Chinese New Year", "2037-02-17": "The third day of Chinese New Year", "2037-02-18": "Compensatory rest day for Chinese New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "The Day before Easter; Tomb-Sweeping Day", "2037-04-06": "Compensatory rest day for The Day before Easter", "2037-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2037-05-01": "Labor Day", "2037-05-22": "The Buddha's Birthday", "2037-06-18": "Dragon Boat Festival", "2037-09-25": "The Day following Mid-Autumn Festival", "2037-10-01": "National Day of the People's Republic of China", "2037-10-02": "The day following National Day of the People's Republic of China", "2037-10-17": "Double Ninth Festival", "2037-10-19": "Compensatory rest day for Double Ninth Festival", "2037-11-02": "All Soul's Day", "2037-12-08": "Immaculate Conception", "2037-12-20": "Macao S.A.R. Establishment Day", "2037-12-21": "Winter Solstice", "2037-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve (Afternoon)", "2038-01-01": "New Year's Day", "2038-02-03": "Chinese New Year's Eve (Afternoon)", "2038-02-04": "Chinese New Year's Day", "2038-02-05": "The second day of Chinese New Year", "2038-02-06": "The third day of Chinese New Year", "2038-02-08": "Compensatory rest day for The third day of Chinese New Year", "2038-04-05": "Tomb-Sweeping Day", "2038-04-23": "Good Friday", "2038-04-24": "The Day before Easter", "2038-04-26": "Compensatory rest day for The Day before Easter", "2038-05-01": "Labor Day", "2038-05-03": "Compensatory rest day for Labor Day", "2038-05-11": "The Buddha's Birthday", "2038-06-07": "Dragon Boat Festival", "2038-09-14": "The Day following Mid-Autumn Festival", "2038-10-01": "National Day of the People's Republic of China", "2038-10-02": "The day following National Day of the People's Republic of China", "2038-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2038-10-07": "Double Ninth Festival", "2038-11-02": "All Soul's Day", "2038-12-08": "Immaculate Conception", "2038-12-20": "Macao S.A.R. Establishment Day", "2038-12-22": "Winter Solstice", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-27": "Compensatory rest day for Christmas Day", "2038-12-31": "New Year's Eve (Afternoon)", "2039-01-01": "New Year's Day", "2039-01-03": "Compensatory rest day for New Year's Day", "2039-01-23": "Chinese New Year's Eve (Afternoon)", "2039-01-24": "Chinese New Year's Day", "2039-01-25": "The second day of Chinese New Year", "2039-01-26": "The third day of Chinese New Year", "2039-04-05": "Tomb-Sweeping Day", "2039-04-08": "Good Friday", "2039-04-09": "The Day before Easter", "2039-04-11": "Compensatory rest day for The Day before Easter", "2039-04-30": "The Buddha's Birthday", "2039-05-01": "Labor Day", "2039-05-02": "Compensatory rest day for The Buddha's Birthday", "2039-05-03": "Compensatory rest day for Labor Day", "2039-05-27": "Dragon Boat Festival", "2039-10-01": "National Day of the People's Republic of China", "2039-10-02": "The day following National Day of the People's Republic of China", "2039-10-03": "The Day following Mid-Autumn Festival", "2039-10-04": "Compensatory rest day for National Day of the People's Republic of China", "2039-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2039-10-26": "Double Ninth Festival", "2039-11-02": "All Soul's Day", "2039-12-08": "Immaculate Conception", "2039-12-20": "Macao S.A.R. Establishment Day", "2039-12-22": "Winter Solstice", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Compensatory rest day for Christmas Eve", "2039-12-27": "Compensatory rest day for Christmas Day", "2039-12-31": "New Year's Eve (Afternoon)", "2040-01-01": "New Year's Day", "2040-01-02": "Compensatory rest day for New Year's Day", "2040-02-11": "Chinese New Year's Eve (Afternoon)", "2040-02-12": "Chinese New Year's Day", "2040-02-13": "The second day of Chinese New Year", "2040-02-14": "The third day of Chinese New Year", "2040-02-15": "Compensatory rest day for Chinese New Year's Day", "2040-03-30": "Good Friday", "2040-03-31": "The Day before Easter", "2040-04-02": "Compensatory rest day for The Day before Easter", "2040-04-04": "Tomb-Sweeping Day", "2040-05-01": "Labor Day", "2040-05-18": "The Buddha's Birthday", "2040-06-14": "Dragon Boat Festival", "2040-09-21": "The Day following Mid-Autumn Festival", "2040-10-01": "National Day of the People's Republic of China", "2040-10-02": "The day following National Day of the People's Republic of China", "2040-10-14": "Double Ninth Festival", "2040-10-15": "Compensatory rest day for Double Ninth Festival", "2040-11-02": "All Soul's Day", "2040-12-08": "Immaculate Conception", "2040-12-10": "Compensatory rest day for Immaculate Conception", "2040-12-20": "Macao S.A.R. Establishment Day", "2040-12-21": "Winter Solstice", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve (Afternoon)", "2041-01-01": "New Year's Day", "2041-01-31": "Chinese New Year's Eve (Afternoon)", "2041-02-01": "Chinese New Year's Day", "2041-02-02": "The second day of Chinese New Year", "2041-02-03": "The third day of Chinese New Year", "2041-02-04": "Compensatory rest day for The second day of Chinese New Year", "2041-02-05": "Compensatory rest day for The third day of Chinese New Year", "2041-04-04": "Tomb-Sweeping Day", "2041-04-19": "Good Friday", "2041-04-20": "The Day before Easter", "2041-04-22": "Compensatory rest day for The Day before Easter", "2041-05-01": "Labor Day", "2041-05-07": "The Buddha's Birthday", "2041-06-03": "Dragon Boat Festival", "2041-09-11": "The Day following Mid-Autumn Festival", "2041-10-01": "National Day of the People's Republic of China", "2041-10-02": "The day following National Day of the People's Republic of China", "2041-10-03": "Double Ninth Festival", "2041-11-02": "All Soul's Day", "2041-11-04": "Compensatory rest day for All Soul's Day", "2041-12-08": "Immaculate Conception", "2041-12-09": "Compensatory rest day for Immaculate Conception", "2041-12-20": "Macao S.A.R. Establishment Day", "2041-12-21": "Winter Solstice", "2041-12-23": "Compensatory rest day for Winter Solstice", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve (Afternoon)", "2042-01-01": "New Year's Day", "2042-01-21": "Chinese New Year's Eve (Afternoon)", "2042-01-22": "Chinese New Year's Day", "2042-01-23": "The second day of Chinese New Year", "2042-01-24": "The third day of Chinese New Year", "2042-04-04": "Good Friday", "2042-04-05": "The Day before Easter; Tomb-Sweeping Day", "2042-04-07": "Compensatory rest day for The Day before Easter", "2042-04-08": "Compensatory rest day for Tomb-Sweeping Day", "2042-05-01": "Labor Day", "2042-05-26": "The Buddha's Birthday", "2042-06-22": "Dragon Boat Festival", "2042-06-23": "Compensatory rest day for Dragon Boat Festival", "2042-09-29": "The Day following Mid-Autumn Festival", "2042-10-01": "National Day of the People's Republic of China", "2042-10-02": "The day following National Day of the People's Republic of China", "2042-10-22": "Double Ninth Festival", "2042-11-02": "All Soul's Day", "2042-11-03": "Compensatory rest day for All Soul's Day", "2042-12-08": "Immaculate Conception", "2042-12-20": "Macao S.A.R. Establishment Day", "2042-12-22": "Winter Solstice", "2042-12-23": "Compensatory rest day for Macao S.A.R. Establishment Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve (Afternoon)", "2043-01-01": "New Year's Day", "2043-02-09": "Chinese New Year's Eve (Afternoon)", "2043-02-10": "Chinese New Year's Day", "2043-02-11": "The second day of Chinese New Year", "2043-02-12": "The third day of Chinese New Year", "2043-03-27": "Good Friday", "2043-03-28": "The Day before Easter", "2043-03-30": "Compensatory rest day for The Day before Easter", "2043-04-05": "Tomb-Sweeping Day", "2043-04-06": "Compensatory rest day for Tomb-Sweeping Day", "2043-05-01": "Labor Day", "2043-05-16": "The Buddha's Birthday", "2043-05-18": "Compensatory rest day for The Buddha's Birthday", "2043-06-11": "Dragon Boat Festival", "2043-09-18": "The Day following Mid-Autumn Festival", "2043-10-01": "National Day of the People's Republic of China", "2043-10-02": "The day following National Day of the People's Republic of China", "2043-10-11": "Double Ninth Festival", "2043-10-12": "Compensatory rest day for Double Ninth Festival", "2043-11-02": "All Soul's Day", "2043-12-08": "Immaculate Conception", "2043-12-20": "Macao S.A.R. Establishment Day", "2043-12-21": "Compensatory rest day for Macao S.A.R. Establishment Day", "2043-12-22": "Winter Solstice", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve (Afternoon)", "2044-01-01": "New Year's Day", "2044-01-29": "Chinese New Year's Eve (Afternoon)", "2044-01-30": "Chinese New Year's Day", "2044-01-31": "The second day of Chinese New Year", "2044-02-01": "The third day of Chinese New Year", "2044-02-02": "Compensatory rest day for Chinese New Year's Day", "2044-02-03": "Compensatory rest day for The second day of Chinese New Year", "2044-04-04": "Tomb-Sweeping Day", "2044-04-15": "Good Friday", "2044-04-16": "The Day before Easter", "2044-04-18": "Compensatory rest day for The Day before Easter", "2044-05-01": "Labor Day", "2044-05-02": "Compensatory rest day for Labor Day", "2044-05-05": "The Buddha's Birthday", "2044-05-31": "Dragon Boat Festival", "2044-10-01": "National Day of the People's Republic of China", "2044-10-02": "The day following National Day of the People's Republic of China", "2044-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2044-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2044-10-06": "The Day following Mid-Autumn Festival", "2044-10-29": "Double Ninth Festival", "2044-10-31": "Compensatory rest day for Double Ninth Festival", "2044-11-02": "All Soul's Day", "2044-12-08": "Immaculate Conception", "2044-12-20": "Macao S.A.R. Establishment Day", "2044-12-21": "Winter Solstice", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Compensatory rest day for Christmas Eve", "2044-12-27": "Compensatory rest day for Christmas Day", "2044-12-31": "New Year's Eve (Afternoon)", "2045-01-01": "New Year's Day", "2045-01-02": "Compensatory rest day for New Year's Day", "2045-02-16": "Chinese New Year's Eve (Afternoon)", "2045-02-17": "Chinese New Year's Day", "2045-02-18": "The second day of Chinese New Year", "2045-02-19": "The third day of Chinese New Year", "2045-02-20": "Compensatory rest day for The second day of Chinese New Year", "2045-02-21": "Compensatory rest day for The third day of Chinese New Year", "2045-04-04": "Tomb-Sweeping Day", "2045-04-07": "Good Friday", "2045-04-08": "The Day before Easter", "2045-04-10": "Compensatory rest day for The Day before Easter", "2045-05-01": "Labor Day", "2045-05-24": "The Buddha's Birthday", "2045-06-19": "Dragon Boat Festival", "2045-09-26": "The Day following Mid-Autumn Festival", "2045-10-01": "National Day of the People's Republic of China", "2045-10-02": "The day following National Day of the People's Republic of China", "2045-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2045-10-18": "Double Ninth Festival", "2045-11-02": "All Soul's Day", "2045-12-08": "Immaculate Conception", "2045-12-20": "Macao S.A.R. Establishment Day", "2045-12-21": "Winter Solstice", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Compensatory rest day for Christmas Eve", "2045-12-31": "New Year's Eve (Afternoon)", "2046-01-01": "New Year's Day", "2046-02-05": "Chinese New Year's Eve (Afternoon)", "2046-02-06": "Chinese New Year's Day", "2046-02-07": "The second day of Chinese New Year", "2046-02-08": "The third day of Chinese New Year", "2046-03-23": "Good Friday", "2046-03-24": "The Day before Easter", "2046-03-26": "Compensatory rest day for The Day before Easter", "2046-04-05": "Tomb-Sweeping Day", "2046-05-01": "Labor Day", "2046-05-13": "The Buddha's Birthday", "2046-05-14": "Compensatory rest day for The Buddha's Birthday", "2046-06-08": "Dragon Boat Festival", "2046-09-16": "The Day following Mid-Autumn Festival", "2046-09-17": "Compensatory rest day for The Day following Mid-Autumn Festival", "2046-10-01": "National Day of the People's Republic of China", "2046-10-02": "The day following National Day of the People's Republic of China", "2046-10-08": "Double Ninth Festival", "2046-11-02": "All Soul's Day", "2046-12-08": "Immaculate Conception", "2046-12-10": "Compensatory rest day for Immaculate Conception", "2046-12-20": "Macao S.A.R. Establishment Day", "2046-12-22": "Winter Solstice", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Compensatory rest day for Winter Solstice", "2046-12-31": "New Year's Eve (Afternoon)", "2047-01-01": "New Year's Day", "2047-01-25": "Chinese New Year's Eve (Afternoon)", "2047-01-26": "Chinese New Year's Day", "2047-01-27": "The second day of Chinese New Year", "2047-01-28": "The third day of Chinese New Year", "2047-01-29": "Compensatory rest day for Chinese New Year's Day", "2047-01-30": "Compensatory rest day for The second day of Chinese New Year", "2047-04-05": "Tomb-Sweeping Day", "2047-04-12": "Good Friday", "2047-04-13": "The Day before Easter", "2047-04-15": "Compensatory rest day for The Day before Easter", "2047-05-01": "Labor Day", "2047-05-02": "The Buddha's Birthday", "2047-05-29": "Dragon Boat Festival", "2047-10-01": "National Day of the People's Republic of China", "2047-10-02": "The day following National Day of the People's Republic of China", "2047-10-05": "The Day following Mid-Autumn Festival", "2047-10-07": "Compensatory rest day for The Day following Mid-Autumn Festival", "2047-10-27": "Double Ninth Festival", "2047-10-28": "Compensatory rest day for Double Ninth Festival", "2047-11-02": "All Soul's Day", "2047-11-04": "Compensatory rest day for All Soul's Day", "2047-12-08": "Immaculate Conception", "2047-12-09": "Compensatory rest day for Immaculate Conception", "2047-12-20": "Macao S.A.R. Establishment Day", "2047-12-22": "Winter Solstice", "2047-12-23": "Compensatory rest day for Winter Solstice", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve (Afternoon)", "2048-01-01": "New Year's Day", "2048-02-13": "Chinese New Year's Eve (Afternoon)", "2048-02-14": "Chinese New Year's Day", "2048-02-15": "The second day of Chinese New Year", "2048-02-16": "The third day of Chinese New Year", "2048-02-17": "Compensatory rest day for The second day of Chinese New Year", "2048-02-18": "Compensatory rest day for The third day of Chinese New Year", "2048-04-03": "Good Friday", "2048-04-04": "The Day before Easter; Tomb-Sweeping Day", "2048-04-06": "Compensatory rest day for The Day before Easter", "2048-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2048-05-01": "Labor Day", "2048-05-20": "The Buddha's Birthday", "2048-06-15": "Dragon Boat Festival", "2048-09-23": "The Day following Mid-Autumn Festival", "2048-10-01": "National Day of the People's Republic of China", "2048-10-02": "The day following National Day of the People's Republic of China", "2048-10-16": "Double Ninth Festival", "2048-11-02": "All Soul's Day", "2048-12-08": "Immaculate Conception", "2048-12-20": "Macao S.A.R. Establishment Day", "2048-12-21": "Winter Solstice", "2048-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve (Afternoon)", "2049-01-01": "New Year's Day", "2049-02-01": "Chinese New Year's Eve (Afternoon)", "2049-02-02": "Chinese New Year's Day", "2049-02-03": "The second day of Chinese New Year", "2049-02-04": "The third day of Chinese New Year", "2049-04-04": "Tomb-Sweeping Day", "2049-04-05": "Compensatory rest day for Tomb-Sweeping Day", "2049-04-16": "Good Friday", "2049-04-17": "The Day before Easter", "2049-04-19": "Compensatory rest day for The Day before Easter", "2049-05-01": "Labor Day", "2049-05-03": "Compensatory rest day for Labor Day", "2049-05-09": "The Buddha's Birthday", "2049-05-10": "Compensatory rest day for The Buddha's Birthday", "2049-06-04": "Dragon Boat Festival", "2049-09-12": "The Day following Mid-Autumn Festival", "2049-09-13": "Compensatory rest day for The Day following Mid-Autumn Festival", "2049-10-01": "National Day of the People's Republic of China", "2049-10-02": "The day following National Day of the People's Republic of China", "2049-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2049-10-05": "Double Ninth Festival", "2049-11-02": "All Soul's Day", "2049-12-08": "Immaculate Conception", "2049-12-20": "Macao S.A.R. Establishment Day", "2049-12-21": "Winter Solstice", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-27": "Compensatory rest day for Christmas Day", "2049-12-31": "New Year's Eve (Afternoon)", "2050-01-01": "New Year's Day", "2050-01-03": "Compensatory rest day for New Year's Day", "2050-01-22": "Chinese New Year's Eve (Afternoon)", "2050-01-23": "Chinese New Year's Day", "2050-01-24": "The second day of Chinese New Year", "2050-01-25": "The third day of Chinese New Year", "2050-01-26": "Compensatory rest day for Chinese New Year's Day", "2050-04-05": "Tomb-Sweeping Day", "2050-04-08": "Good Friday", "2050-04-09": "The Day before Easter", "2050-04-11": "Compensatory rest day for The Day before Easter", "2050-05-01": "Labor Day", "2050-05-02": "Compensatory rest day for Labor Day", "2050-05-28": "The Buddha's Birthday", "2050-05-30": "Compensatory rest day for The Buddha's Birthday", "2050-06-23": "Dragon Boat Festival", "2050-10-01": "National Day of the People's Republic of China; The Day following Mid-Autumn Festival", "2050-10-02": "The day following National Day of the People's Republic of China", "2050-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2050-10-04": "Compensatory rest day for The Day following Mid-Autumn Festival", "2050-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2050-10-24": "Double Ninth Festival", "2050-11-02": "All Soul's Day", "2050-12-08": "Immaculate Conception", "2050-12-20": "Macao S.A.R. Establishment Day", "2050-12-22": "Winter Solstice", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Compensatory rest day for Christmas Eve", "2050-12-27": "Compensatory rest day for Christmas Day", "2050-12-31": "New Year's Eve (Afternoon)" } holidays-0.71/snapshots/countries/MO_I.json000066400000000000000000002540161500152103600207710ustar00rootroot00000000000000{ "1982-01-01": "New Year's Day", "1982-01-25": "Chinese New Year's Day", "1982-01-26": "The second day of Chinese New Year", "1982-01-27": "The third day of Chinese New Year", "1982-04-05": "Tomb-Sweeping Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-25": "Dragon Boat Festival", "1982-08-15": "Assumption Day", "1982-10-01": "National Day of the People's Republic of China", "1982-10-02": "The Day following Mid-Autumn Festival", "1982-10-05": "Republic Day", "1982-10-25": "Double Ninth Festival", "1982-11-01": "All Saints' Day", "1982-11-02": "All Soul's Day", "1982-11-30": "Day of the Municipality of Ilhas", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-22": "Winter Solstice", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year's Day", "1983-02-14": "The second day of Chinese New Year", "1983-02-15": "The third day of Chinese New Year", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-04-05": "Tomb-Sweeping Day", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-15": "Dragon Boat Festival", "1983-08-15": "Assumption Day", "1983-09-22": "The Day following Mid-Autumn Festival", "1983-10-01": "National Day of the People's Republic of China", "1983-10-05": "Republic Day", "1983-10-14": "Double Ninth Festival", "1983-11-01": "All Saints' Day", "1983-11-02": "All Soul's Day", "1983-11-30": "Day of the Municipality of Ilhas", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-22": "Winter Solstice", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-02-02": "Chinese New Year's Day", "1984-02-03": "The second day of Chinese New Year", "1984-02-04": "The third day of Chinese New Year", "1984-04-04": "Tomb-Sweeping Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-04": "Dragon Boat Festival", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-09-11": "The Day following Mid-Autumn Festival", "1984-10-01": "National Day of the People's Republic of China", "1984-10-03": "Double Ninth Festival", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-11-02": "All Soul's Day", "1984-11-30": "Day of the Municipality of Ilhas", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-22": "Winter Solstice", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year's Day", "1985-02-21": "The second day of Chinese New Year", "1985-02-22": "The third day of Chinese New Year", "1985-04-05": "Good Friday; Tomb-Sweeping Day", "1985-04-06": "Holy Saturday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-22": "Dragon Boat Festival", "1985-08-15": "Assumption Day", "1985-09-29": "Mid-Autumn Festival", "1985-09-30": "The Day following Mid-Autumn Festival", "1985-10-01": "National Day of the People's Republic of China", "1985-10-05": "Republic Day", "1985-10-22": "Double Ninth Festival", "1985-11-01": "All Saints' Day", "1985-11-02": "All Soul's Day", "1985-11-30": "Day of the Municipality of Ilhas", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-22": "Winter Solstice", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year's Day", "1986-02-10": "The second day of Chinese New Year", "1986-02-11": "The third day of Chinese New Year", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-04-05": "Tomb-Sweeping Day", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-11": "Dragon Boat Festival", "1986-08-15": "Assumption Day", "1986-09-18": "Mid-Autumn Festival", "1986-09-19": "The Day following Mid-Autumn Festival", "1986-10-01": "National Day of the People's Republic of China", "1986-10-05": "Republic Day", "1986-10-12": "Double Ninth Festival", "1986-11-01": "All Saints' Day", "1986-11-02": "All Soul's Day", "1986-11-30": "Day of the Municipality of Ilhas", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-22": "Winter Solstice", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-29": "Chinese New Year's Day", "1987-01-30": "The second day of Chinese New Year", "1987-01-31": "The third day of Chinese New Year", "1987-04-05": "Tomb-Sweeping Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-05-31": "Dragon Boat Festival", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-18": "Corpus Christi", "1987-10-01": "National Day of the People's Republic of China", "1987-10-05": "Republic Day", "1987-10-07": "Mid-Autumn Festival", "1987-10-08": "The Day following Mid-Autumn Festival", "1987-10-31": "Double Ninth Festival", "1987-11-02": "All Soul's Day", "1987-11-30": "Day of the Municipality of Ilhas", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-22": "Winter Solstice", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year's Day", "1988-02-18": "The second day of Chinese New Year", "1988-02-19": "The third day of Chinese New Year", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-04-04": "Tomb-Sweeping Day", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-18": "Dragon Boat Festival", "1988-09-25": "Mid-Autumn Festival", "1988-09-26": "The Day following Mid-Autumn Festival", "1988-10-01": "National Day of the People's Republic of China", "1988-10-05": "Republic Day", "1988-10-19": "Double Ninth Festival", "1988-11-02": "All Soul's Day", "1988-11-30": "Day of the Municipality of Ilhas", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-22": "Winter Solstice", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-02-06": "Chinese New Year's Day", "1989-02-07": "The second day of Chinese New Year", "1989-02-08": "The third day of Chinese New Year", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-04-05": "Tomb-Sweeping Day", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-06-08": "Dragon Boat Festival", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-09-14": "Mid-Autumn Festival", "1989-09-15": "The Day following Mid-Autumn Festival", "1989-10-01": "National Day of the People's Republic of China", "1989-10-05": "Republic Day", "1989-10-08": "Double Ninth Festival", "1989-11-02": "All Soul's Day", "1989-11-30": "Day of the Municipality of Ilhas", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-22": "Winter Solstice", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-27": "Chinese New Year's Day", "1990-01-28": "The second day of Chinese New Year", "1990-01-29": "The third day of Chinese New Year", "1990-04-05": "Tomb-Sweeping Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-05-28": "Dragon Boat Festival", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-10-01": "National Day of the People's Republic of China", "1990-10-03": "Mid-Autumn Festival", "1990-10-04": "The Day following Mid-Autumn Festival", "1990-10-05": "Republic Day", "1990-10-26": "Double Ninth Festival", "1990-11-02": "All Soul's Day", "1990-11-30": "Day of the Municipality of Ilhas", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-22": "Winter Solstice", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year's Day", "1991-02-16": "The second day of Chinese New Year", "1991-02-17": "The third day of Chinese New Year", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-04-05": "Tomb-Sweeping Day", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-16": "Dragon Boat Festival", "1991-09-22": "Mid-Autumn Festival", "1991-09-23": "The Day following Mid-Autumn Festival", "1991-10-01": "National Day of the People's Republic of China", "1991-10-05": "Republic Day", "1991-10-16": "Double Ninth Festival", "1991-11-02": "All Soul's Day", "1991-11-30": "Day of the Municipality of Ilhas", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-22": "Winter Solstice", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year's Day", "1992-02-05": "The second day of Chinese New Year", "1992-02-06": "The third day of Chinese New Year", "1992-04-04": "Tomb-Sweeping Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-05": "Dragon Boat Festival", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-09-11": "Mid-Autumn Festival", "1992-09-12": "The Day following Mid-Autumn Festival", "1992-10-01": "National Day of the People's Republic of China", "1992-10-04": "Double Ninth Festival", "1992-10-05": "Republic Day", "1992-11-02": "All Soul's Day", "1992-11-30": "Day of the Municipality of Ilhas", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-22": "Winter Solstice", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-23": "Chinese New Year's Day", "1993-01-24": "The second day of Chinese New Year", "1993-01-25": "The third day of Chinese New Year", "1993-04-05": "Tomb-Sweeping Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-24": "Dragon Boat Festival", "1993-07-13": "Day of the Municipality of Ilhas", "1993-09-30": "Mid-Autumn Festival", "1993-10-01": "National Day of the People's Republic of China; The Day following Mid-Autumn Festival", "1993-10-05": "Republic Day", "1993-10-23": "Double Ninth Festival", "1993-11-02": "All Soul's Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-22": "Winter Solstice", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year's Day", "1994-02-11": "The second day of Chinese New Year", "1994-02-12": "The third day of Chinese New Year", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-04-05": "Tomb-Sweeping Day", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Dragon Boat Festival", "1994-07-13": "Day of the Municipality of Ilhas", "1994-09-20": "Mid-Autumn Festival", "1994-09-21": "The Day following Mid-Autumn Festival", "1994-10-01": "National Day of the People's Republic of China", "1994-10-05": "Republic Day", "1994-10-13": "Double Ninth Festival", "1994-11-02": "All Soul's Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-22": "Winter Solstice", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-31": "Chinese New Year's Day", "1995-02-01": "The second day of Chinese New Year", "1995-02-02": "The third day of Chinese New Year", "1995-04-05": "Tomb-Sweeping Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-02": "Dragon Boat Festival", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-07-13": "Day of the Municipality of Ilhas", "1995-09-09": "Mid-Autumn Festival", "1995-09-10": "The Day following Mid-Autumn Festival", "1995-10-01": "National Day of the People's Republic of China", "1995-10-05": "Republic Day", "1995-11-01": "Double Ninth Festival", "1995-11-02": "All Soul's Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-22": "Winter Solstice", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Chinese New Year's Day", "1996-02-20": "The second day of Chinese New Year", "1996-02-21": "The third day of Chinese New Year", "1996-04-04": "Tomb-Sweeping Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-20": "Dragon Boat Festival", "1996-07-13": "Day of the Municipality of Ilhas", "1996-09-27": "Mid-Autumn Festival", "1996-09-28": "The Day following Mid-Autumn Festival", "1996-10-01": "National Day of the People's Republic of China", "1996-10-05": "Republic Day", "1996-10-20": "Double Ninth Festival", "1996-11-02": "All Soul's Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-22": "Winter Solstice", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-07": "Chinese New Year's Day", "1997-02-08": "The second day of Chinese New Year", "1997-02-09": "The third day of Chinese New Year", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-04-05": "Tomb-Sweeping Day", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-06-09": "Dragon Boat Festival", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-07-13": "Day of the Municipality of Ilhas", "1997-09-16": "Mid-Autumn Festival", "1997-09-17": "The Day following Mid-Autumn Festival", "1997-10-01": "National Day of the People's Republic of China", "1997-10-05": "Republic Day", "1997-10-10": "Double Ninth Festival", "1997-11-02": "All Soul's Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-22": "Winter Solstice", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-28": "Chinese New Year's Day", "1998-01-29": "The second day of Chinese New Year", "1998-01-30": "The third day of Chinese New Year", "1998-04-05": "Tomb-Sweeping Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-05-30": "Dragon Boat Festival", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-07-13": "Day of the Municipality of Ilhas", "1998-10-01": "National Day of the People's Republic of China", "1998-10-05": "Mid-Autumn Festival; Republic Day", "1998-10-06": "The Day following Mid-Autumn Festival", "1998-10-28": "Double Ninth Festival", "1998-11-02": "All Soul's Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-22": "Winter Solstice", "1998-12-23": "Additional Public Holiday", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "Additional Half-Day Public Holiday", "1999-01-01": "New Year's Day", "1999-02-15": "Additional Public Holiday", "1999-02-16": "Chinese New Year's Day", "1999-02-17": "The second day of Chinese New Year", "1999-02-18": "The third day of Chinese New Year", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-04-05": "Tomb-Sweeping Day", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-18": "Dragon Boat Festival", "1999-07-13": "Day of the Municipality of Ilhas", "1999-09-24": "Mid-Autumn Festival", "1999-09-25": "The Day following Mid-Autumn Festival", "1999-10-01": "National Day of the People's Republic of China", "1999-10-05": "Republic Day", "1999-10-17": "Double Ninth Festival", "1999-11-02": "All Soul's Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-20": "The Handover of Macau to China and the Establishment of the Macau Special Administrative Region of the People's Republic of China", "1999-12-21": "The day following the Handover of Macau to China and the Establishment of the Macau Special Administrative Region of the People's Republic of China", "1999-12-22": "Winter Solstice", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "Additional Half-Day Public Holiday", "2000-01-01": "New Year's Day", "2000-02-04": "Additional Half-Day Public Holiday", "2000-02-05": "Chinese New Year's Day", "2000-02-06": "The second day of Chinese New Year", "2000-02-07": "The third day of Chinese New Year", "2000-04-04": "Tomb-Sweeping Day", "2000-04-21": "Good Friday", "2000-04-22": "The Day before Easter", "2000-05-01": "Labor Day", "2000-05-11": "The Buddha's Birthday", "2000-06-06": "Dragon Boat Festival", "2000-09-13": "The Day following Mid-Autumn Festival", "2000-10-01": "National Day of the People's Republic of China", "2000-10-02": "The day following National Day of the People's Republic of China", "2000-10-06": "Double Ninth Festival", "2000-11-02": "All Soul's Day", "2000-12-08": "Immaculate Conception", "2000-12-20": "Macao S.A.R. Establishment Day", "2000-12-21": "Winter Solstice", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-24": "Chinese New Year's Day", "2001-01-25": "The second day of Chinese New Year", "2001-01-26": "The third day of Chinese New Year", "2001-04-05": "Tomb-Sweeping Day", "2001-04-13": "Good Friday", "2001-04-14": "The Day before Easter", "2001-04-30": "The Buddha's Birthday", "2001-05-01": "Labor Day", "2001-06-25": "Dragon Boat Festival", "2001-10-01": "National Day of the People's Republic of China", "2001-10-02": "The Day following Mid-Autumn Festival; The day following National Day of the People's Republic of China", "2001-10-25": "Double Ninth Festival", "2001-11-02": "All Soul's Day", "2001-12-08": "Immaculate Conception", "2001-12-20": "Macao S.A.R. Establishment Day", "2001-12-22": "Winter Solstice", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year's Day", "2002-02-13": "The second day of Chinese New Year", "2002-02-14": "The third day of Chinese New Year", "2002-03-29": "Good Friday", "2002-03-30": "The Day before Easter", "2002-04-05": "Tomb-Sweeping Day", "2002-05-01": "Labor Day", "2002-05-19": "The Buddha's Birthday", "2002-06-15": "Dragon Boat Festival", "2002-09-22": "The Day following Mid-Autumn Festival", "2002-10-01": "National Day of the People's Republic of China", "2002-10-02": "The day following National Day of the People's Republic of China", "2002-10-14": "Double Ninth Festival", "2002-11-02": "All Soul's Day", "2002-12-08": "Immaculate Conception", "2002-12-20": "Macao S.A.R. Establishment Day", "2002-12-22": "Winter Solstice", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year's Day", "2003-02-02": "The second day of Chinese New Year", "2003-02-03": "The third day of Chinese New Year", "2003-04-05": "Tomb-Sweeping Day", "2003-04-18": "Good Friday", "2003-04-19": "The Day before Easter", "2003-05-01": "Labor Day", "2003-05-08": "The Buddha's Birthday", "2003-06-04": "Dragon Boat Festival", "2003-09-12": "The Day following Mid-Autumn Festival", "2003-10-01": "National Day of the People's Republic of China", "2003-10-02": "The day following National Day of the People's Republic of China", "2003-10-04": "Double Ninth Festival", "2003-11-02": "All Soul's Day", "2003-12-08": "Immaculate Conception", "2003-12-20": "Macao S.A.R. Establishment Day", "2003-12-22": "Winter Solstice", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-22": "Chinese New Year's Day", "2004-01-23": "The second day of Chinese New Year", "2004-01-24": "The third day of Chinese New Year", "2004-04-04": "Tomb-Sweeping Day", "2004-04-09": "Good Friday", "2004-04-10": "The Day before Easter", "2004-05-01": "Labor Day", "2004-05-26": "The Buddha's Birthday", "2004-06-22": "Dragon Boat Festival", "2004-09-29": "The Day following Mid-Autumn Festival", "2004-10-01": "National Day of the People's Republic of China", "2004-10-02": "The day following National Day of the People's Republic of China", "2004-10-22": "Double Ninth Festival", "2004-11-02": "All Soul's Day", "2004-12-08": "Immaculate Conception", "2004-12-20": "Macao S.A.R. Establishment Day", "2004-12-21": "Winter Solstice", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-08": "Chinese New Year's Eve (Afternoon)", "2005-02-09": "Chinese New Year's Day", "2005-02-10": "The second day of Chinese New Year", "2005-02-11": "The third day of Chinese New Year", "2005-03-25": "Good Friday", "2005-03-26": "The Day before Easter", "2005-04-05": "Tomb-Sweeping Day", "2005-05-01": "Labor Day", "2005-05-15": "The Buddha's Birthday", "2005-06-11": "Dragon Boat Festival", "2005-09-19": "The Day following Mid-Autumn Festival", "2005-10-01": "National Day of the People's Republic of China", "2005-10-02": "The day following National Day of the People's Republic of China", "2005-10-11": "Double Ninth Festival", "2005-11-02": "All Soul's Day", "2005-12-08": "Immaculate Conception", "2005-12-20": "Macao S.A.R. Establishment Day", "2005-12-22": "Winter Solstice", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-29": "Chinese New Year's Day", "2006-01-30": "The second day of Chinese New Year", "2006-01-31": "The third day of Chinese New Year", "2006-02-01": "The fourth day of Chinese New Year", "2006-04-05": "Tomb-Sweeping Day", "2006-04-14": "Good Friday", "2006-04-15": "The Day before Easter", "2006-05-01": "Labor Day", "2006-05-05": "The Buddha's Birthday", "2006-05-31": "Dragon Boat Festival", "2006-10-01": "National Day of the People's Republic of China", "2006-10-02": "The day following National Day of the People's Republic of China", "2006-10-07": "The Day following Mid-Autumn Festival", "2006-10-30": "Double Ninth Festival", "2006-11-02": "All Soul's Day", "2006-12-08": "Immaculate Conception", "2006-12-20": "Macao S.A.R. Establishment Day", "2006-12-22": "Winter Solstice", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-18": "Chinese New Year's Day", "2007-02-19": "The second day of Chinese New Year", "2007-02-20": "The third day of Chinese New Year", "2007-02-21": "The fourth day of Chinese New Year", "2007-04-05": "Tomb-Sweeping Day", "2007-04-06": "Good Friday", "2007-04-07": "The Day before Easter", "2007-05-01": "Labor Day", "2007-05-24": "The Buddha's Birthday", "2007-06-19": "Dragon Boat Festival", "2007-09-26": "The Day following Mid-Autumn Festival", "2007-10-01": "National Day of the People's Republic of China", "2007-10-02": "The day following National Day of the People's Republic of China", "2007-10-19": "Double Ninth Festival", "2007-11-02": "All Soul's Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Macao S.A.R. Establishment Day", "2007-12-22": "Winter Solstice", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve (Afternoon)", "2008-01-01": "New Year's Day", "2008-02-06": "Chinese New Year's Eve (Afternoon)", "2008-02-07": "Chinese New Year's Day", "2008-02-08": "The second day of Chinese New Year", "2008-02-09": "The third day of Chinese New Year", "2008-03-21": "Good Friday", "2008-03-22": "The Day before Easter", "2008-04-04": "Tomb-Sweeping Day", "2008-05-01": "Labor Day", "2008-05-12": "The Buddha's Birthday", "2008-06-08": "Dragon Boat Festival", "2008-09-15": "The Day following Mid-Autumn Festival", "2008-10-01": "National Day of the People's Republic of China", "2008-10-02": "The day following National Day of the People's Republic of China", "2008-10-07": "Double Ninth Festival", "2008-11-02": "All Soul's Day", "2008-12-08": "Immaculate Conception", "2008-12-20": "Macao S.A.R. Establishment Day", "2008-12-21": "Winter Solstice", "2008-12-22": "Additional Government Holiday", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve (Afternoon)", "2009-01-01": "New Year's Day", "2009-01-26": "Chinese New Year's Day", "2009-01-27": "The second day of Chinese New Year", "2009-01-28": "The third day of Chinese New Year", "2009-04-04": "Tomb-Sweeping Day", "2009-04-10": "Good Friday", "2009-04-11": "The Day before Easter", "2009-05-01": "Labor Day", "2009-05-02": "The Buddha's Birthday", "2009-05-28": "Dragon Boat Festival", "2009-10-01": "National Day of the People's Republic of China", "2009-10-02": "The day following National Day of the People's Republic of China", "2009-10-04": "The Day following Mid-Autumn Festival", "2009-10-26": "Double Ninth Festival", "2009-11-02": "All Soul's Day", "2009-12-08": "Immaculate Conception", "2009-12-20": "Macao S.A.R. Establishment Day", "2009-12-22": "Winter Solstice", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve (Afternoon)", "2010-01-01": "New Year's Day", "2010-02-14": "Chinese New Year's Day", "2010-02-15": "The second day of Chinese New Year", "2010-02-16": "The third day of Chinese New Year", "2010-02-17": "The fourth day of Chinese New Year", "2010-04-02": "Good Friday", "2010-04-03": "The Day before Easter", "2010-04-05": "Tomb-Sweeping Day", "2010-05-01": "Labor Day", "2010-05-21": "The Buddha's Birthday", "2010-06-16": "Dragon Boat Festival", "2010-09-23": "The Day following Mid-Autumn Festival", "2010-10-01": "National Day of the People's Republic of China", "2010-10-02": "The day following National Day of the People's Republic of China", "2010-10-16": "Double Ninth Festival", "2010-11-02": "All Soul's Day", "2010-12-08": "Immaculate Conception", "2010-12-20": "Macao S.A.R. Establishment Day", "2010-12-22": "Winter Solstice", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve (Afternoon)", "2011-01-01": "New Year's Day", "2011-02-02": "Chinese New Year's Eve (Afternoon)", "2011-02-03": "Chinese New Year's Day", "2011-02-04": "The second day of Chinese New Year", "2011-02-05": "The third day of Chinese New Year", "2011-04-05": "Tomb-Sweeping Day", "2011-04-22": "Good Friday", "2011-04-23": "The Day before Easter", "2011-05-01": "Labor Day", "2011-05-02": "The first working day after Labor Day", "2011-05-10": "The Buddha's Birthday", "2011-06-06": "Dragon Boat Festival", "2011-09-13": "The Day following Mid-Autumn Festival", "2011-10-01": "National Day of the People's Republic of China", "2011-10-02": "The day following National Day of the People's Republic of China", "2011-10-03": "The first working day after The day following National Day of the People's Republic of China", "2011-10-05": "Double Ninth Festival", "2011-11-02": "All Soul's Day", "2011-12-08": "Immaculate Conception", "2011-12-20": "Macao S.A.R. Establishment Day", "2011-12-22": "Winter Solstice", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "The first working day after Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "The first working day after New Year's Day", "2012-01-23": "Chinese New Year's Day", "2012-01-24": "The second day of Chinese New Year", "2012-01-25": "The third day of Chinese New Year", "2012-04-04": "Tomb-Sweeping Day", "2012-04-06": "Good Friday", "2012-04-07": "The Day before Easter", "2012-04-09": "The first working day after The Day before Easter", "2012-04-28": "The Buddha's Birthday", "2012-04-30": "The first working day after The Buddha's Birthday", "2012-05-01": "Labor Day", "2012-06-23": "Dragon Boat Festival", "2012-06-25": "The first working day after Dragon Boat Festival", "2012-10-01": "National Day of the People's Republic of China; The Day following Mid-Autumn Festival", "2012-10-02": "The day following National Day of the People's Republic of China", "2012-10-03": "Overlapping of the National Day of the People's Republic of China and the Day following Mid-Autumn Festival", "2012-10-23": "Double Ninth Festival", "2012-11-02": "All Soul's Day", "2012-12-08": "Immaculate Conception", "2012-12-10": "The first working day after Immaculate Conception", "2012-12-20": "Macao S.A.R. Establishment Day", "2012-12-21": "Winter Solstice", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-10": "Chinese New Year's Day", "2013-02-11": "The second day of Chinese New Year", "2013-02-12": "The third day of Chinese New Year", "2013-02-13": "The fourth day of Chinese New Year", "2013-03-29": "Good Friday", "2013-03-30": "The Day before Easter", "2013-04-01": "The first working day after The Day before Easter", "2013-04-04": "Tomb-Sweeping Day", "2013-05-01": "Labor Day", "2013-05-17": "The Buddha's Birthday", "2013-06-12": "Dragon Boat Festival", "2013-09-20": "The Day following Mid-Autumn Festival", "2013-10-01": "National Day of the People's Republic of China", "2013-10-02": "The day following National Day of the People's Republic of China", "2013-10-13": "Double Ninth Festival", "2013-10-14": "The first working day after Double Ninth Festival", "2013-11-02": "All Soul's Day", "2013-11-04": "The first working day after All Soul's Day", "2013-12-08": "Immaculate Conception", "2013-12-09": "The first working day after Immaculate Conception", "2013-12-20": "Macao S.A.R. Establishment Day", "2013-12-22": "Winter Solstice", "2013-12-23": "The first working day after Winter Solstice", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve (Afternoon)", "2014-01-01": "New Year's Day", "2014-01-30": "Chinese New Year's Eve (Afternoon)", "2014-01-31": "Chinese New Year's Day", "2014-02-01": "The second day of Chinese New Year", "2014-02-02": "The third day of Chinese New Year", "2014-02-03": "The fourth day of Chinese New Year", "2014-02-04": "The fifth day of Chinese New Year", "2014-04-05": "Tomb-Sweeping Day", "2014-04-07": "The first working day after Tomb-Sweeping Day", "2014-04-18": "Good Friday", "2014-04-19": "The Day before Easter", "2014-04-21": "The first working day after The Day before Easter", "2014-05-01": "Labor Day", "2014-05-06": "The Buddha's Birthday", "2014-06-02": "Dragon Boat Festival", "2014-09-09": "The Day following Mid-Autumn Festival", "2014-10-01": "National Day of the People's Republic of China", "2014-10-02": "Double Ninth Festival; The day following National Day of the People's Republic of China", "2014-10-03": "Overlapping of the Day following National Day of the People's Republic of China and the Double Ninth Festival", "2014-11-02": "All Soul's Day", "2014-11-03": "The first working day after All Soul's Day", "2014-12-08": "Immaculate Conception", "2014-12-20": "Macao S.A.R. Establishment Day", "2014-12-22": "Winter Solstice", "2014-12-23": "The first working day after Macao S.A.R. Establishment Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve (Afternoon)", "2015-01-01": "New Year's Day", "2015-02-18": "Chinese New Year's Eve (Afternoon)", "2015-02-19": "Chinese New Year's Day", "2015-02-20": "The second day of Chinese New Year", "2015-02-21": "The third day of Chinese New Year", "2015-02-23": "The fifth day of Chinese New Year", "2015-04-03": "Good Friday", "2015-04-04": "The Day before Easter", "2015-04-05": "Tomb-Sweeping Day", "2015-04-06": "The first working day after The Day before Easter", "2015-04-07": "The first working day after Tomb-Sweeping Day", "2015-05-01": "Labor Day", "2015-05-25": "The Buddha's Birthday", "2015-06-20": "Dragon Boat Festival", "2015-06-22": "The first working day after Dragon Boat Festival", "2015-09-03": "70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese Aggression and the World Anti-Fascist War", "2015-09-28": "The Day following Mid-Autumn Festival", "2015-10-01": "National Day of the People's Republic of China", "2015-10-02": "The day following National Day of the People's Republic of China", "2015-10-21": "Double Ninth Festival", "2015-11-02": "All Soul's Day", "2015-12-08": "Immaculate Conception", "2015-12-20": "Macao S.A.R. Establishment Day", "2015-12-21": "The first working day after Macao S.A.R. Establishment Day", "2015-12-22": "Winter Solstice", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve (Afternoon)", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year's Day", "2016-02-09": "The second day of Chinese New Year", "2016-02-10": "The third day of Chinese New Year", "2016-03-25": "Good Friday", "2016-03-26": "The Day before Easter", "2016-03-28": "The first working day after The Day before Easter", "2016-04-04": "Tomb-Sweeping Day", "2016-05-01": "Labor Day", "2016-05-02": "The first working day after Labor Day", "2016-05-14": "The Buddha's Birthday", "2016-05-16": "The first working day after The Buddha's Birthday", "2016-06-09": "Dragon Boat Festival", "2016-09-16": "The Day following Mid-Autumn Festival", "2016-10-01": "National Day of the People's Republic of China", "2016-10-02": "The day following National Day of the People's Republic of China", "2016-10-03": "The first working day after National Day of the People's Republic of China", "2016-10-04": "The first working day after The day following National Day of the People's Republic of China", "2016-10-09": "Double Ninth Festival", "2016-10-10": "The first working day after Double Ninth Festival", "2016-11-02": "All Soul's Day", "2016-12-08": "Immaculate Conception", "2016-12-20": "Macao S.A.R. Establishment Day", "2016-12-21": "Winter Solstice", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "The first working day after Christmas Eve", "2016-12-27": "The first working day after Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "The first working day after New Year's Day", "2017-01-27": "Chinese New Year's Eve (Afternoon)", "2017-01-28": "Chinese New Year's Day", "2017-01-29": "The second day of Chinese New Year", "2017-01-30": "The third day of Chinese New Year", "2017-01-31": "The fourth day of Chinese New Year", "2017-02-01": "The fifth day of Chinese New Year", "2017-04-04": "Tomb-Sweeping Day", "2017-04-14": "Good Friday", "2017-04-15": "The Day before Easter", "2017-04-17": "The first working day after The Day before Easter", "2017-05-01": "Labor Day", "2017-05-03": "The Buddha's Birthday", "2017-05-30": "Dragon Boat Festival", "2017-10-01": "National Day of the People's Republic of China", "2017-10-02": "The day following National Day of the People's Republic of China", "2017-10-03": "The first working day after National Day of the People's Republic of China", "2017-10-05": "The Day following Mid-Autumn Festival", "2017-10-28": "Double Ninth Festival", "2017-10-30": "The first working day after Double Ninth Festival", "2017-11-02": "All Soul's Day", "2017-12-08": "Immaculate Conception", "2017-12-20": "Macao S.A.R. Establishment Day", "2017-12-22": "Winter Solstice", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "The first working day after Christmas Eve", "2018-01-01": "New Year's Day", "2018-02-15": "Chinese New Year's Eve (Afternoon)", "2018-02-16": "Chinese New Year's Day", "2018-02-17": "The second day of Chinese New Year", "2018-02-18": "The third day of Chinese New Year", "2018-02-19": "The fourth day of Chinese New Year", "2018-02-20": "The fifth day of Chinese New Year", "2018-03-30": "Good Friday", "2018-03-31": "The Day before Easter", "2018-04-02": "The first working day after The Day before Easter", "2018-04-05": "Tomb-Sweeping Day", "2018-05-01": "Labor Day", "2018-05-22": "The Buddha's Birthday", "2018-06-18": "Dragon Boat Festival", "2018-09-25": "The Day following Mid-Autumn Festival", "2018-10-01": "National Day of the People's Republic of China", "2018-10-02": "The day following National Day of the People's Republic of China", "2018-10-17": "Double Ninth Festival", "2018-11-02": "All Soul's Day", "2018-12-08": "Immaculate Conception", "2018-12-10": "The first working day after Immaculate Conception", "2018-12-20": "Macao S.A.R. Establishment Day", "2018-12-22": "Winter Solstice", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "The first working day after Winter Solstice", "2018-12-31": "New Year's Eve (Afternoon)", "2019-01-01": "New Year's Day", "2019-02-04": "Chinese New Year's Eve (Afternoon)", "2019-02-05": "Chinese New Year's Day", "2019-02-06": "The second day of Chinese New Year", "2019-02-07": "The third day of Chinese New Year", "2019-04-05": "Tomb-Sweeping Day", "2019-04-19": "Good Friday", "2019-04-20": "The Day before Easter", "2019-04-22": "The first working day after The Day before Easter", "2019-05-01": "Labor Day", "2019-05-12": "The Buddha's Birthday", "2019-05-13": "The first working day after The Buddha's Birthday", "2019-06-07": "Dragon Boat Festival", "2019-09-14": "The Day following Mid-Autumn Festival", "2019-09-16": "The first working day after The Day following Mid-Autumn Festival", "2019-10-01": "National Day of the People's Republic of China", "2019-10-02": "The day following National Day of the People's Republic of China", "2019-10-07": "Double Ninth Festival", "2019-11-02": "All Soul's Day", "2019-11-04": "The first working day after All Soul's Day", "2019-12-08": "Immaculate Conception", "2019-12-09": "The first working day after Immaculate Conception", "2019-12-20": "Macao S.A.R. Establishment Day", "2019-12-22": "Winter Solstice", "2019-12-23": "The first working day after Winter Solstice", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve (Afternoon)", "2020-01-01": "New Year's Day", "2020-01-24": "Chinese New Year's Eve (Afternoon)", "2020-01-25": "Chinese New Year's Day", "2020-01-26": "The second day of Chinese New Year", "2020-01-27": "The third day of Chinese New Year", "2020-01-28": "Compensatory rest day for Chinese New Year's Day", "2020-01-29": "Compensatory rest day for The second day of Chinese New Year", "2020-04-04": "Tomb-Sweeping Day", "2020-04-06": "Compensatory rest day for Tomb-Sweeping Day", "2020-04-10": "Good Friday", "2020-04-11": "The Day before Easter", "2020-04-13": "Compensatory rest day for The Day before Easter", "2020-04-30": "The Buddha's Birthday", "2020-05-01": "Labor Day", "2020-06-25": "Dragon Boat Festival", "2020-10-01": "National Day of the People's Republic of China", "2020-10-02": "The Day following Mid-Autumn Festival; The day following National Day of the People's Republic of China", "2020-10-05": "Overlapping of the Day following National Day of the People's Republic of China and the Day following Mid-Autumn Festival", "2020-10-25": "Double Ninth Festival", "2020-10-26": "Compensatory rest day for Double Ninth Festival", "2020-11-02": "All Soul's Day", "2020-12-08": "Immaculate Conception", "2020-12-20": "Macao S.A.R. Establishment Day", "2020-12-21": "Winter Solstice", "2020-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve (Afternoon)", "2021-01-01": "New Year's Day", "2021-02-11": "Chinese New Year's Eve (Afternoon)", "2021-02-12": "Chinese New Year's Day", "2021-02-13": "The second day of Chinese New Year", "2021-02-14": "The third day of Chinese New Year", "2021-02-15": "Compensatory rest day for The second day of Chinese New Year", "2021-02-16": "Compensatory rest day for The third day of Chinese New Year", "2021-04-02": "Good Friday", "2021-04-03": "The Day before Easter", "2021-04-04": "Tomb-Sweeping Day", "2021-04-05": "Compensatory rest day for The Day before Easter", "2021-04-06": "Compensatory rest day for Tomb-Sweeping Day", "2021-05-01": "Labor Day", "2021-05-03": "Compensatory rest day for Labor Day", "2021-05-19": "The Buddha's Birthday", "2021-06-14": "Dragon Boat Festival", "2021-09-22": "The Day following Mid-Autumn Festival", "2021-10-01": "National Day of the People's Republic of China", "2021-10-02": "The day following National Day of the People's Republic of China", "2021-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2021-10-14": "Double Ninth Festival", "2021-11-02": "All Soul's Day", "2021-12-08": "Immaculate Conception", "2021-12-20": "Macao S.A.R. Establishment Day", "2021-12-21": "Winter Solstice", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-27": "Compensatory rest day for Christmas Day", "2021-12-31": "New Year's Eve (Afternoon)", "2022-01-01": "New Year's Day", "2022-01-03": "Compensatory rest day for New Year's Day", "2022-01-31": "Chinese New Year's Eve (Afternoon)", "2022-02-01": "Chinese New Year's Day", "2022-02-02": "The second day of Chinese New Year", "2022-02-03": "The third day of Chinese New Year", "2022-04-05": "Tomb-Sweeping Day", "2022-04-15": "Good Friday", "2022-04-16": "The Day before Easter", "2022-04-18": "Compensatory rest day for The Day before Easter", "2022-05-01": "Labor Day", "2022-05-02": "Compensatory rest day for Labor Day", "2022-05-08": "The Buddha's Birthday", "2022-05-09": "Compensatory rest day for The Buddha's Birthday", "2022-06-03": "Dragon Boat Festival", "2022-09-11": "The Day following Mid-Autumn Festival", "2022-09-12": "Compensatory rest day for The Day following Mid-Autumn Festival", "2022-10-01": "National Day of the People's Republic of China", "2022-10-02": "The day following National Day of the People's Republic of China", "2022-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2022-10-04": "Double Ninth Festival", "2022-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2022-11-02": "All Soul's Day", "2022-12-08": "Immaculate Conception", "2022-12-20": "Macao S.A.R. Establishment Day", "2022-12-22": "Winter Solstice", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Compensatory rest day for Christmas Eve", "2022-12-27": "Compensatory rest day for Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "Compensatory rest day for New Year's Day", "2023-01-22": "Chinese New Year's Day", "2023-01-23": "The second day of Chinese New Year", "2023-01-24": "The third day of Chinese New Year", "2023-01-25": "Compensatory rest day for Chinese New Year's Day", "2023-04-05": "Tomb-Sweeping Day", "2023-04-07": "Good Friday", "2023-04-08": "The Day before Easter", "2023-04-10": "Compensatory rest day for The Day before Easter", "2023-05-01": "Labor Day", "2023-05-26": "The Buddha's Birthday", "2023-06-22": "Dragon Boat Festival", "2023-09-30": "The Day following Mid-Autumn Festival", "2023-10-01": "National Day of the People's Republic of China", "2023-10-02": "The day following National Day of the People's Republic of China", "2023-10-03": "Compensatory rest day for The Day following Mid-Autumn Festival", "2023-10-04": "Compensatory rest day for National Day of the People's Republic of China", "2023-10-23": "Double Ninth Festival", "2023-11-02": "All Soul's Day", "2023-12-08": "Immaculate Conception", "2023-12-20": "Macao S.A.R. Establishment Day", "2023-12-22": "Winter Solstice", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Compensatory rest day for Christmas Eve", "2024-01-01": "New Year's Day", "2024-02-09": "Chinese New Year's Eve (Afternoon)", "2024-02-10": "Chinese New Year's Day", "2024-02-11": "The second day of Chinese New Year", "2024-02-12": "The third day of Chinese New Year", "2024-02-13": "Compensatory rest day for Chinese New Year's Day", "2024-02-14": "Compensatory rest day for The second day of Chinese New Year", "2024-03-29": "Good Friday", "2024-03-30": "The Day before Easter", "2024-04-01": "Compensatory rest day for The Day before Easter", "2024-04-04": "Tomb-Sweeping Day", "2024-05-01": "Labor Day", "2024-05-15": "The Buddha's Birthday", "2024-06-10": "Dragon Boat Festival", "2024-09-18": "The Day following Mid-Autumn Festival", "2024-10-01": "National Day of the People's Republic of China", "2024-10-02": "The day following National Day of the People's Republic of China", "2024-10-11": "Double Ninth Festival", "2024-11-02": "All Soul's Day", "2024-11-04": "Compensatory rest day for All Soul's Day", "2024-12-08": "Immaculate Conception", "2024-12-09": "Compensatory rest day for Immaculate Conception", "2024-12-20": "Macao S.A.R. Establishment Day", "2024-12-21": "Winter Solstice", "2024-12-23": "Compensatory rest day for Winter Solstice", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve (Afternoon)", "2025-01-01": "New Year's Day", "2025-01-28": "Chinese New Year's Eve (Afternoon)", "2025-01-29": "Chinese New Year's Day", "2025-01-30": "The second day of Chinese New Year", "2025-01-31": "The third day of Chinese New Year", "2025-04-04": "Tomb-Sweeping Day", "2025-04-18": "Good Friday", "2025-04-19": "The Day before Easter", "2025-04-21": "Compensatory rest day for The Day before Easter", "2025-05-01": "Labor Day", "2025-05-05": "The Buddha's Birthday", "2025-05-31": "Dragon Boat Festival", "2025-06-02": "Compensatory rest day for Dragon Boat Festival", "2025-10-01": "National Day of the People's Republic of China", "2025-10-02": "The day following National Day of the People's Republic of China", "2025-10-07": "The Day following Mid-Autumn Festival", "2025-10-29": "Double Ninth Festival", "2025-11-02": "All Soul's Day", "2025-11-03": "Compensatory rest day for All Soul's Day", "2025-12-08": "Immaculate Conception", "2025-12-20": "Macao S.A.R. Establishment Day", "2025-12-21": "Winter Solstice", "2025-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2025-12-23": "Compensatory rest day for Winter Solstice", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve (Afternoon)", "2026-01-01": "New Year's Day", "2026-02-16": "Chinese New Year's Eve (Afternoon)", "2026-02-17": "Chinese New Year's Day", "2026-02-18": "The second day of Chinese New Year", "2026-02-19": "The third day of Chinese New Year", "2026-04-03": "Good Friday", "2026-04-04": "The Day before Easter", "2026-04-05": "Tomb-Sweeping Day", "2026-04-06": "Compensatory rest day for The Day before Easter", "2026-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2026-05-01": "Labor Day", "2026-05-24": "The Buddha's Birthday", "2026-05-25": "Compensatory rest day for The Buddha's Birthday", "2026-06-19": "Dragon Boat Festival", "2026-09-26": "The Day following Mid-Autumn Festival", "2026-09-28": "Compensatory rest day for The Day following Mid-Autumn Festival", "2026-10-01": "National Day of the People's Republic of China", "2026-10-02": "The day following National Day of the People's Republic of China", "2026-10-18": "Double Ninth Festival", "2026-10-19": "Compensatory rest day for Double Ninth Festival", "2026-11-02": "All Soul's Day", "2026-12-08": "Immaculate Conception", "2026-12-20": "Macao S.A.R. Establishment Day", "2026-12-21": "Compensatory rest day for Macao S.A.R. Establishment Day", "2026-12-22": "Winter Solstice", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve (Afternoon)", "2027-01-01": "New Year's Day", "2027-02-05": "Chinese New Year's Eve (Afternoon)", "2027-02-06": "Chinese New Year's Day", "2027-02-07": "The second day of Chinese New Year", "2027-02-08": "The third day of Chinese New Year", "2027-02-09": "Compensatory rest day for Chinese New Year's Day", "2027-02-10": "Compensatory rest day for The second day of Chinese New Year", "2027-03-26": "Good Friday", "2027-03-27": "The Day before Easter", "2027-03-29": "Compensatory rest day for The Day before Easter", "2027-04-05": "Tomb-Sweeping Day", "2027-05-01": "Labor Day", "2027-05-03": "Compensatory rest day for Labor Day", "2027-05-13": "The Buddha's Birthday", "2027-06-09": "Dragon Boat Festival", "2027-09-16": "The Day following Mid-Autumn Festival", "2027-10-01": "National Day of the People's Republic of China", "2027-10-02": "The day following National Day of the People's Republic of China", "2027-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2027-10-08": "Double Ninth Festival", "2027-11-02": "All Soul's Day", "2027-12-08": "Immaculate Conception", "2027-12-20": "Macao S.A.R. Establishment Day", "2027-12-22": "Winter Solstice", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-27": "Compensatory rest day for Christmas Day", "2027-12-31": "New Year's Eve (Afternoon)", "2028-01-01": "New Year's Day", "2028-01-03": "Compensatory rest day for New Year's Day", "2028-01-25": "Chinese New Year's Eve (Afternoon)", "2028-01-26": "Chinese New Year's Day", "2028-01-27": "The second day of Chinese New Year", "2028-01-28": "The third day of Chinese New Year", "2028-04-04": "Tomb-Sweeping Day", "2028-04-14": "Good Friday", "2028-04-15": "The Day before Easter", "2028-04-17": "Compensatory rest day for The Day before Easter", "2028-05-01": "Labor Day", "2028-05-02": "The Buddha's Birthday", "2028-05-28": "Dragon Boat Festival", "2028-05-29": "Compensatory rest day for Dragon Boat Festival", "2028-10-01": "National Day of the People's Republic of China", "2028-10-02": "The day following National Day of the People's Republic of China", "2028-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2028-10-04": "The Day following Mid-Autumn Festival", "2028-10-26": "Double Ninth Festival", "2028-11-02": "All Soul's Day", "2028-12-08": "Immaculate Conception", "2028-12-20": "Macao S.A.R. Establishment Day", "2028-12-21": "Winter Solstice", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Compensatory rest day for Christmas Eve", "2028-12-31": "New Year's Eve (Afternoon)", "2029-01-01": "New Year's Day", "2029-02-12": "Chinese New Year's Eve (Afternoon)", "2029-02-13": "Chinese New Year's Day", "2029-02-14": "The second day of Chinese New Year", "2029-02-15": "The third day of Chinese New Year", "2029-03-30": "Good Friday", "2029-03-31": "The Day before Easter", "2029-04-02": "Compensatory rest day for The Day before Easter", "2029-04-04": "Tomb-Sweeping Day", "2029-05-01": "Labor Day", "2029-05-20": "The Buddha's Birthday", "2029-05-21": "Compensatory rest day for The Buddha's Birthday", "2029-06-16": "Dragon Boat Festival", "2029-06-18": "Compensatory rest day for Dragon Boat Festival", "2029-09-23": "The Day following Mid-Autumn Festival", "2029-09-24": "Compensatory rest day for The Day following Mid-Autumn Festival", "2029-10-01": "National Day of the People's Republic of China", "2029-10-02": "The day following National Day of the People's Republic of China", "2029-10-16": "Double Ninth Festival", "2029-11-02": "All Soul's Day", "2029-12-08": "Immaculate Conception", "2029-12-10": "Compensatory rest day for Immaculate Conception", "2029-12-20": "Macao S.A.R. Establishment Day", "2029-12-21": "Winter Solstice", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve (Afternoon)", "2030-01-01": "New Year's Day", "2030-02-02": "Chinese New Year's Eve (Afternoon)", "2030-02-03": "Chinese New Year's Day", "2030-02-04": "The second day of Chinese New Year", "2030-02-05": "The third day of Chinese New Year", "2030-02-06": "Compensatory rest day for Chinese New Year's Day", "2030-04-05": "Tomb-Sweeping Day", "2030-04-19": "Good Friday", "2030-04-20": "The Day before Easter", "2030-04-22": "Compensatory rest day for The Day before Easter", "2030-05-01": "Labor Day", "2030-05-09": "The Buddha's Birthday", "2030-06-05": "Dragon Boat Festival", "2030-09-13": "The Day following Mid-Autumn Festival", "2030-10-01": "National Day of the People's Republic of China", "2030-10-02": "The day following National Day of the People's Republic of China", "2030-10-05": "Double Ninth Festival", "2030-10-07": "Compensatory rest day for Double Ninth Festival", "2030-11-02": "All Soul's Day", "2030-11-04": "Compensatory rest day for All Soul's Day", "2030-12-08": "Immaculate Conception", "2030-12-09": "Compensatory rest day for Immaculate Conception", "2030-12-20": "Macao S.A.R. Establishment Day", "2030-12-22": "Winter Solstice", "2030-12-23": "Compensatory rest day for Winter Solstice", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve (Afternoon)", "2031-01-01": "New Year's Day", "2031-01-22": "Chinese New Year's Eve (Afternoon)", "2031-01-23": "Chinese New Year's Day", "2031-01-24": "The second day of Chinese New Year", "2031-01-25": "The third day of Chinese New Year", "2031-01-27": "Compensatory rest day for The third day of Chinese New Year", "2031-04-05": "Tomb-Sweeping Day", "2031-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2031-04-11": "Good Friday", "2031-04-12": "The Day before Easter", "2031-04-14": "Compensatory rest day for The Day before Easter", "2031-05-01": "Labor Day", "2031-05-28": "The Buddha's Birthday", "2031-06-24": "Dragon Boat Festival", "2031-10-01": "National Day of the People's Republic of China", "2031-10-02": "The Day following Mid-Autumn Festival; The day following National Day of the People's Republic of China", "2031-10-24": "Double Ninth Festival", "2031-11-02": "All Soul's Day", "2031-11-03": "Compensatory rest day for All Soul's Day", "2031-12-08": "Immaculate Conception", "2031-12-20": "Macao S.A.R. Establishment Day", "2031-12-22": "Winter Solstice", "2031-12-23": "Compensatory rest day for Macao S.A.R. Establishment Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve (Afternoon)", "2032-01-01": "New Year's Day", "2032-02-10": "Chinese New Year's Eve (Afternoon)", "2032-02-11": "Chinese New Year's Day", "2032-02-12": "The second day of Chinese New Year", "2032-02-13": "The third day of Chinese New Year", "2032-03-26": "Good Friday", "2032-03-27": "The Day before Easter", "2032-03-29": "Compensatory rest day for The Day before Easter", "2032-04-04": "Tomb-Sweeping Day", "2032-04-05": "Compensatory rest day for Tomb-Sweeping Day", "2032-05-01": "Labor Day", "2032-05-03": "Compensatory rest day for Labor Day", "2032-05-16": "The Buddha's Birthday", "2032-05-17": "Compensatory rest day for The Buddha's Birthday", "2032-06-12": "Dragon Boat Festival", "2032-06-14": "Compensatory rest day for Dragon Boat Festival", "2032-09-20": "The Day following Mid-Autumn Festival", "2032-10-01": "National Day of the People's Republic of China", "2032-10-02": "The day following National Day of the People's Republic of China", "2032-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2032-10-12": "Double Ninth Festival", "2032-11-02": "All Soul's Day", "2032-12-08": "Immaculate Conception", "2032-12-20": "Macao S.A.R. Establishment Day", "2032-12-21": "Winter Solstice", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-27": "Compensatory rest day for Christmas Day", "2032-12-31": "New Year's Eve (Afternoon)", "2033-01-01": "New Year's Day", "2033-01-03": "Compensatory rest day for New Year's Day", "2033-01-30": "Chinese New Year's Eve (Afternoon)", "2033-01-31": "Chinese New Year's Day", "2033-02-01": "The second day of Chinese New Year", "2033-02-02": "The third day of Chinese New Year", "2033-04-04": "Tomb-Sweeping Day", "2033-04-15": "Good Friday", "2033-04-16": "The Day before Easter", "2033-04-18": "Compensatory rest day for The Day before Easter", "2033-05-01": "Labor Day", "2033-05-02": "Compensatory rest day for Labor Day", "2033-05-06": "The Buddha's Birthday", "2033-06-01": "Dragon Boat Festival", "2033-09-09": "The Day following Mid-Autumn Festival", "2033-10-01": "Double Ninth Festival; National Day of the People's Republic of China", "2033-10-02": "The day following National Day of the People's Republic of China", "2033-10-03": "Compensatory rest day for Double Ninth Festival", "2033-10-04": "Compensatory rest day for National Day of the People's Republic of China", "2033-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2033-11-02": "All Soul's Day", "2033-12-08": "Immaculate Conception", "2033-12-20": "Macao S.A.R. Establishment Day", "2033-12-21": "Winter Solstice", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Compensatory rest day for Christmas Eve", "2033-12-27": "Compensatory rest day for Christmas Day", "2033-12-31": "New Year's Eve (Afternoon)", "2034-01-01": "New Year's Day", "2034-01-02": "Compensatory rest day for New Year's Day", "2034-02-18": "Chinese New Year's Eve (Afternoon)", "2034-02-19": "Chinese New Year's Day", "2034-02-20": "The second day of Chinese New Year", "2034-02-21": "The third day of Chinese New Year", "2034-02-22": "Compensatory rest day for Chinese New Year's Day", "2034-04-05": "Tomb-Sweeping Day", "2034-04-07": "Good Friday", "2034-04-08": "The Day before Easter", "2034-04-10": "Compensatory rest day for The Day before Easter", "2034-05-01": "Labor Day", "2034-05-25": "The Buddha's Birthday", "2034-06-20": "Dragon Boat Festival", "2034-09-28": "The Day following Mid-Autumn Festival", "2034-10-01": "National Day of the People's Republic of China", "2034-10-02": "The day following National Day of the People's Republic of China", "2034-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2034-10-20": "Double Ninth Festival", "2034-11-02": "All Soul's Day", "2034-12-08": "Immaculate Conception", "2034-12-20": "Macao S.A.R. Establishment Day", "2034-12-22": "Winter Solstice", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Compensatory rest day for Christmas Eve", "2034-12-31": "New Year's Eve (Afternoon)", "2035-01-01": "New Year's Day", "2035-02-07": "Chinese New Year's Eve (Afternoon)", "2035-02-08": "Chinese New Year's Day", "2035-02-09": "The second day of Chinese New Year", "2035-02-10": "The third day of Chinese New Year", "2035-02-12": "Compensatory rest day for The third day of Chinese New Year", "2035-03-23": "Good Friday", "2035-03-24": "The Day before Easter", "2035-03-26": "Compensatory rest day for The Day before Easter", "2035-04-05": "Tomb-Sweeping Day", "2035-05-01": "Labor Day", "2035-05-15": "The Buddha's Birthday", "2035-06-10": "Dragon Boat Festival", "2035-06-11": "Compensatory rest day for Dragon Boat Festival", "2035-09-17": "The Day following Mid-Autumn Festival", "2035-10-01": "National Day of the People's Republic of China", "2035-10-02": "The day following National Day of the People's Republic of China", "2035-10-09": "Double Ninth Festival", "2035-11-02": "All Soul's Day", "2035-12-08": "Immaculate Conception", "2035-12-10": "Compensatory rest day for Immaculate Conception", "2035-12-20": "Macao S.A.R. Establishment Day", "2035-12-22": "Winter Solstice", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Compensatory rest day for Winter Solstice", "2035-12-31": "New Year's Eve (Afternoon)", "2036-01-01": "New Year's Day", "2036-01-27": "Chinese New Year's Eve (Afternoon)", "2036-01-28": "Chinese New Year's Day", "2036-01-29": "The second day of Chinese New Year", "2036-01-30": "The third day of Chinese New Year", "2036-04-04": "Tomb-Sweeping Day", "2036-04-11": "Good Friday", "2036-04-12": "The Day before Easter", "2036-04-14": "Compensatory rest day for The Day before Easter", "2036-05-01": "Labor Day", "2036-05-03": "The Buddha's Birthday", "2036-05-05": "Compensatory rest day for The Buddha's Birthday", "2036-05-30": "Dragon Boat Festival", "2036-10-01": "National Day of the People's Republic of China", "2036-10-02": "The day following National Day of the People's Republic of China", "2036-10-05": "The Day following Mid-Autumn Festival", "2036-10-06": "Compensatory rest day for The Day following Mid-Autumn Festival", "2036-10-27": "Double Ninth Festival", "2036-11-02": "All Soul's Day", "2036-11-03": "Compensatory rest day for All Soul's Day", "2036-12-08": "Immaculate Conception", "2036-12-20": "Macao S.A.R. Establishment Day", "2036-12-21": "Winter Solstice", "2036-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2036-12-23": "Compensatory rest day for Winter Solstice", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve (Afternoon)", "2037-01-01": "New Year's Day", "2037-02-14": "Chinese New Year's Eve (Afternoon)", "2037-02-15": "Chinese New Year's Day", "2037-02-16": "The second day of Chinese New Year", "2037-02-17": "The third day of Chinese New Year", "2037-02-18": "Compensatory rest day for Chinese New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "The Day before Easter; Tomb-Sweeping Day", "2037-04-06": "Compensatory rest day for The Day before Easter", "2037-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2037-05-01": "Labor Day", "2037-05-22": "The Buddha's Birthday", "2037-06-18": "Dragon Boat Festival", "2037-09-25": "The Day following Mid-Autumn Festival", "2037-10-01": "National Day of the People's Republic of China", "2037-10-02": "The day following National Day of the People's Republic of China", "2037-10-17": "Double Ninth Festival", "2037-10-19": "Compensatory rest day for Double Ninth Festival", "2037-11-02": "All Soul's Day", "2037-12-08": "Immaculate Conception", "2037-12-20": "Macao S.A.R. Establishment Day", "2037-12-21": "Winter Solstice", "2037-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve (Afternoon)", "2038-01-01": "New Year's Day", "2038-02-03": "Chinese New Year's Eve (Afternoon)", "2038-02-04": "Chinese New Year's Day", "2038-02-05": "The second day of Chinese New Year", "2038-02-06": "The third day of Chinese New Year", "2038-02-08": "Compensatory rest day for The third day of Chinese New Year", "2038-04-05": "Tomb-Sweeping Day", "2038-04-23": "Good Friday", "2038-04-24": "The Day before Easter", "2038-04-26": "Compensatory rest day for The Day before Easter", "2038-05-01": "Labor Day", "2038-05-03": "Compensatory rest day for Labor Day", "2038-05-11": "The Buddha's Birthday", "2038-06-07": "Dragon Boat Festival", "2038-09-14": "The Day following Mid-Autumn Festival", "2038-10-01": "National Day of the People's Republic of China", "2038-10-02": "The day following National Day of the People's Republic of China", "2038-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2038-10-07": "Double Ninth Festival", "2038-11-02": "All Soul's Day", "2038-12-08": "Immaculate Conception", "2038-12-20": "Macao S.A.R. Establishment Day", "2038-12-22": "Winter Solstice", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-27": "Compensatory rest day for Christmas Day", "2038-12-31": "New Year's Eve (Afternoon)", "2039-01-01": "New Year's Day", "2039-01-03": "Compensatory rest day for New Year's Day", "2039-01-23": "Chinese New Year's Eve (Afternoon)", "2039-01-24": "Chinese New Year's Day", "2039-01-25": "The second day of Chinese New Year", "2039-01-26": "The third day of Chinese New Year", "2039-04-05": "Tomb-Sweeping Day", "2039-04-08": "Good Friday", "2039-04-09": "The Day before Easter", "2039-04-11": "Compensatory rest day for The Day before Easter", "2039-04-30": "The Buddha's Birthday", "2039-05-01": "Labor Day", "2039-05-02": "Compensatory rest day for The Buddha's Birthday", "2039-05-03": "Compensatory rest day for Labor Day", "2039-05-27": "Dragon Boat Festival", "2039-10-01": "National Day of the People's Republic of China", "2039-10-02": "The day following National Day of the People's Republic of China", "2039-10-03": "The Day following Mid-Autumn Festival", "2039-10-04": "Compensatory rest day for National Day of the People's Republic of China", "2039-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2039-10-26": "Double Ninth Festival", "2039-11-02": "All Soul's Day", "2039-12-08": "Immaculate Conception", "2039-12-20": "Macao S.A.R. Establishment Day", "2039-12-22": "Winter Solstice", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Compensatory rest day for Christmas Eve", "2039-12-27": "Compensatory rest day for Christmas Day", "2039-12-31": "New Year's Eve (Afternoon)", "2040-01-01": "New Year's Day", "2040-01-02": "Compensatory rest day for New Year's Day", "2040-02-11": "Chinese New Year's Eve (Afternoon)", "2040-02-12": "Chinese New Year's Day", "2040-02-13": "The second day of Chinese New Year", "2040-02-14": "The third day of Chinese New Year", "2040-02-15": "Compensatory rest day for Chinese New Year's Day", "2040-03-30": "Good Friday", "2040-03-31": "The Day before Easter", "2040-04-02": "Compensatory rest day for The Day before Easter", "2040-04-04": "Tomb-Sweeping Day", "2040-05-01": "Labor Day", "2040-05-18": "The Buddha's Birthday", "2040-06-14": "Dragon Boat Festival", "2040-09-21": "The Day following Mid-Autumn Festival", "2040-10-01": "National Day of the People's Republic of China", "2040-10-02": "The day following National Day of the People's Republic of China", "2040-10-14": "Double Ninth Festival", "2040-10-15": "Compensatory rest day for Double Ninth Festival", "2040-11-02": "All Soul's Day", "2040-12-08": "Immaculate Conception", "2040-12-10": "Compensatory rest day for Immaculate Conception", "2040-12-20": "Macao S.A.R. Establishment Day", "2040-12-21": "Winter Solstice", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve (Afternoon)", "2041-01-01": "New Year's Day", "2041-01-31": "Chinese New Year's Eve (Afternoon)", "2041-02-01": "Chinese New Year's Day", "2041-02-02": "The second day of Chinese New Year", "2041-02-03": "The third day of Chinese New Year", "2041-02-04": "Compensatory rest day for The second day of Chinese New Year", "2041-02-05": "Compensatory rest day for The third day of Chinese New Year", "2041-04-04": "Tomb-Sweeping Day", "2041-04-19": "Good Friday", "2041-04-20": "The Day before Easter", "2041-04-22": "Compensatory rest day for The Day before Easter", "2041-05-01": "Labor Day", "2041-05-07": "The Buddha's Birthday", "2041-06-03": "Dragon Boat Festival", "2041-09-11": "The Day following Mid-Autumn Festival", "2041-10-01": "National Day of the People's Republic of China", "2041-10-02": "The day following National Day of the People's Republic of China", "2041-10-03": "Double Ninth Festival", "2041-11-02": "All Soul's Day", "2041-11-04": "Compensatory rest day for All Soul's Day", "2041-12-08": "Immaculate Conception", "2041-12-09": "Compensatory rest day for Immaculate Conception", "2041-12-20": "Macao S.A.R. Establishment Day", "2041-12-21": "Winter Solstice", "2041-12-23": "Compensatory rest day for Winter Solstice", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve (Afternoon)", "2042-01-01": "New Year's Day", "2042-01-21": "Chinese New Year's Eve (Afternoon)", "2042-01-22": "Chinese New Year's Day", "2042-01-23": "The second day of Chinese New Year", "2042-01-24": "The third day of Chinese New Year", "2042-04-04": "Good Friday", "2042-04-05": "The Day before Easter; Tomb-Sweeping Day", "2042-04-07": "Compensatory rest day for The Day before Easter", "2042-04-08": "Compensatory rest day for Tomb-Sweeping Day", "2042-05-01": "Labor Day", "2042-05-26": "The Buddha's Birthday", "2042-06-22": "Dragon Boat Festival", "2042-06-23": "Compensatory rest day for Dragon Boat Festival", "2042-09-29": "The Day following Mid-Autumn Festival", "2042-10-01": "National Day of the People's Republic of China", "2042-10-02": "The day following National Day of the People's Republic of China", "2042-10-22": "Double Ninth Festival", "2042-11-02": "All Soul's Day", "2042-11-03": "Compensatory rest day for All Soul's Day", "2042-12-08": "Immaculate Conception", "2042-12-20": "Macao S.A.R. Establishment Day", "2042-12-22": "Winter Solstice", "2042-12-23": "Compensatory rest day for Macao S.A.R. Establishment Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve (Afternoon)", "2043-01-01": "New Year's Day", "2043-02-09": "Chinese New Year's Eve (Afternoon)", "2043-02-10": "Chinese New Year's Day", "2043-02-11": "The second day of Chinese New Year", "2043-02-12": "The third day of Chinese New Year", "2043-03-27": "Good Friday", "2043-03-28": "The Day before Easter", "2043-03-30": "Compensatory rest day for The Day before Easter", "2043-04-05": "Tomb-Sweeping Day", "2043-04-06": "Compensatory rest day for Tomb-Sweeping Day", "2043-05-01": "Labor Day", "2043-05-16": "The Buddha's Birthday", "2043-05-18": "Compensatory rest day for The Buddha's Birthday", "2043-06-11": "Dragon Boat Festival", "2043-09-18": "The Day following Mid-Autumn Festival", "2043-10-01": "National Day of the People's Republic of China", "2043-10-02": "The day following National Day of the People's Republic of China", "2043-10-11": "Double Ninth Festival", "2043-10-12": "Compensatory rest day for Double Ninth Festival", "2043-11-02": "All Soul's Day", "2043-12-08": "Immaculate Conception", "2043-12-20": "Macao S.A.R. Establishment Day", "2043-12-21": "Compensatory rest day for Macao S.A.R. Establishment Day", "2043-12-22": "Winter Solstice", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve (Afternoon)", "2044-01-01": "New Year's Day", "2044-01-29": "Chinese New Year's Eve (Afternoon)", "2044-01-30": "Chinese New Year's Day", "2044-01-31": "The second day of Chinese New Year", "2044-02-01": "The third day of Chinese New Year", "2044-02-02": "Compensatory rest day for Chinese New Year's Day", "2044-02-03": "Compensatory rest day for The second day of Chinese New Year", "2044-04-04": "Tomb-Sweeping Day", "2044-04-15": "Good Friday", "2044-04-16": "The Day before Easter", "2044-04-18": "Compensatory rest day for The Day before Easter", "2044-05-01": "Labor Day", "2044-05-02": "Compensatory rest day for Labor Day", "2044-05-05": "The Buddha's Birthday", "2044-05-31": "Dragon Boat Festival", "2044-10-01": "National Day of the People's Republic of China", "2044-10-02": "The day following National Day of the People's Republic of China", "2044-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2044-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2044-10-06": "The Day following Mid-Autumn Festival", "2044-10-29": "Double Ninth Festival", "2044-10-31": "Compensatory rest day for Double Ninth Festival", "2044-11-02": "All Soul's Day", "2044-12-08": "Immaculate Conception", "2044-12-20": "Macao S.A.R. Establishment Day", "2044-12-21": "Winter Solstice", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Compensatory rest day for Christmas Eve", "2044-12-27": "Compensatory rest day for Christmas Day", "2044-12-31": "New Year's Eve (Afternoon)", "2045-01-01": "New Year's Day", "2045-01-02": "Compensatory rest day for New Year's Day", "2045-02-16": "Chinese New Year's Eve (Afternoon)", "2045-02-17": "Chinese New Year's Day", "2045-02-18": "The second day of Chinese New Year", "2045-02-19": "The third day of Chinese New Year", "2045-02-20": "Compensatory rest day for The second day of Chinese New Year", "2045-02-21": "Compensatory rest day for The third day of Chinese New Year", "2045-04-04": "Tomb-Sweeping Day", "2045-04-07": "Good Friday", "2045-04-08": "The Day before Easter", "2045-04-10": "Compensatory rest day for The Day before Easter", "2045-05-01": "Labor Day", "2045-05-24": "The Buddha's Birthday", "2045-06-19": "Dragon Boat Festival", "2045-09-26": "The Day following Mid-Autumn Festival", "2045-10-01": "National Day of the People's Republic of China", "2045-10-02": "The day following National Day of the People's Republic of China", "2045-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2045-10-18": "Double Ninth Festival", "2045-11-02": "All Soul's Day", "2045-12-08": "Immaculate Conception", "2045-12-20": "Macao S.A.R. Establishment Day", "2045-12-21": "Winter Solstice", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Compensatory rest day for Christmas Eve", "2045-12-31": "New Year's Eve (Afternoon)", "2046-01-01": "New Year's Day", "2046-02-05": "Chinese New Year's Eve (Afternoon)", "2046-02-06": "Chinese New Year's Day", "2046-02-07": "The second day of Chinese New Year", "2046-02-08": "The third day of Chinese New Year", "2046-03-23": "Good Friday", "2046-03-24": "The Day before Easter", "2046-03-26": "Compensatory rest day for The Day before Easter", "2046-04-05": "Tomb-Sweeping Day", "2046-05-01": "Labor Day", "2046-05-13": "The Buddha's Birthday", "2046-05-14": "Compensatory rest day for The Buddha's Birthday", "2046-06-08": "Dragon Boat Festival", "2046-09-16": "The Day following Mid-Autumn Festival", "2046-09-17": "Compensatory rest day for The Day following Mid-Autumn Festival", "2046-10-01": "National Day of the People's Republic of China", "2046-10-02": "The day following National Day of the People's Republic of China", "2046-10-08": "Double Ninth Festival", "2046-11-02": "All Soul's Day", "2046-12-08": "Immaculate Conception", "2046-12-10": "Compensatory rest day for Immaculate Conception", "2046-12-20": "Macao S.A.R. Establishment Day", "2046-12-22": "Winter Solstice", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Compensatory rest day for Winter Solstice", "2046-12-31": "New Year's Eve (Afternoon)", "2047-01-01": "New Year's Day", "2047-01-25": "Chinese New Year's Eve (Afternoon)", "2047-01-26": "Chinese New Year's Day", "2047-01-27": "The second day of Chinese New Year", "2047-01-28": "The third day of Chinese New Year", "2047-01-29": "Compensatory rest day for Chinese New Year's Day", "2047-01-30": "Compensatory rest day for The second day of Chinese New Year", "2047-04-05": "Tomb-Sweeping Day", "2047-04-12": "Good Friday", "2047-04-13": "The Day before Easter", "2047-04-15": "Compensatory rest day for The Day before Easter", "2047-05-01": "Labor Day", "2047-05-02": "The Buddha's Birthday", "2047-05-29": "Dragon Boat Festival", "2047-10-01": "National Day of the People's Republic of China", "2047-10-02": "The day following National Day of the People's Republic of China", "2047-10-05": "The Day following Mid-Autumn Festival", "2047-10-07": "Compensatory rest day for The Day following Mid-Autumn Festival", "2047-10-27": "Double Ninth Festival", "2047-10-28": "Compensatory rest day for Double Ninth Festival", "2047-11-02": "All Soul's Day", "2047-11-04": "Compensatory rest day for All Soul's Day", "2047-12-08": "Immaculate Conception", "2047-12-09": "Compensatory rest day for Immaculate Conception", "2047-12-20": "Macao S.A.R. Establishment Day", "2047-12-22": "Winter Solstice", "2047-12-23": "Compensatory rest day for Winter Solstice", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve (Afternoon)", "2048-01-01": "New Year's Day", "2048-02-13": "Chinese New Year's Eve (Afternoon)", "2048-02-14": "Chinese New Year's Day", "2048-02-15": "The second day of Chinese New Year", "2048-02-16": "The third day of Chinese New Year", "2048-02-17": "Compensatory rest day for The second day of Chinese New Year", "2048-02-18": "Compensatory rest day for The third day of Chinese New Year", "2048-04-03": "Good Friday", "2048-04-04": "The Day before Easter; Tomb-Sweeping Day", "2048-04-06": "Compensatory rest day for The Day before Easter", "2048-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2048-05-01": "Labor Day", "2048-05-20": "The Buddha's Birthday", "2048-06-15": "Dragon Boat Festival", "2048-09-23": "The Day following Mid-Autumn Festival", "2048-10-01": "National Day of the People's Republic of China", "2048-10-02": "The day following National Day of the People's Republic of China", "2048-10-16": "Double Ninth Festival", "2048-11-02": "All Soul's Day", "2048-12-08": "Immaculate Conception", "2048-12-20": "Macao S.A.R. Establishment Day", "2048-12-21": "Winter Solstice", "2048-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve (Afternoon)", "2049-01-01": "New Year's Day", "2049-02-01": "Chinese New Year's Eve (Afternoon)", "2049-02-02": "Chinese New Year's Day", "2049-02-03": "The second day of Chinese New Year", "2049-02-04": "The third day of Chinese New Year", "2049-04-04": "Tomb-Sweeping Day", "2049-04-05": "Compensatory rest day for Tomb-Sweeping Day", "2049-04-16": "Good Friday", "2049-04-17": "The Day before Easter", "2049-04-19": "Compensatory rest day for The Day before Easter", "2049-05-01": "Labor Day", "2049-05-03": "Compensatory rest day for Labor Day", "2049-05-09": "The Buddha's Birthday", "2049-05-10": "Compensatory rest day for The Buddha's Birthday", "2049-06-04": "Dragon Boat Festival", "2049-09-12": "The Day following Mid-Autumn Festival", "2049-09-13": "Compensatory rest day for The Day following Mid-Autumn Festival", "2049-10-01": "National Day of the People's Republic of China", "2049-10-02": "The day following National Day of the People's Republic of China", "2049-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2049-10-05": "Double Ninth Festival", "2049-11-02": "All Soul's Day", "2049-12-08": "Immaculate Conception", "2049-12-20": "Macao S.A.R. Establishment Day", "2049-12-21": "Winter Solstice", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-27": "Compensatory rest day for Christmas Day", "2049-12-31": "New Year's Eve (Afternoon)", "2050-01-01": "New Year's Day", "2050-01-03": "Compensatory rest day for New Year's Day", "2050-01-22": "Chinese New Year's Eve (Afternoon)", "2050-01-23": "Chinese New Year's Day", "2050-01-24": "The second day of Chinese New Year", "2050-01-25": "The third day of Chinese New Year", "2050-01-26": "Compensatory rest day for Chinese New Year's Day", "2050-04-05": "Tomb-Sweeping Day", "2050-04-08": "Good Friday", "2050-04-09": "The Day before Easter", "2050-04-11": "Compensatory rest day for The Day before Easter", "2050-05-01": "Labor Day", "2050-05-02": "Compensatory rest day for Labor Day", "2050-05-28": "The Buddha's Birthday", "2050-05-30": "Compensatory rest day for The Buddha's Birthday", "2050-06-23": "Dragon Boat Festival", "2050-10-01": "National Day of the People's Republic of China; The Day following Mid-Autumn Festival", "2050-10-02": "The day following National Day of the People's Republic of China", "2050-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2050-10-04": "Compensatory rest day for The Day following Mid-Autumn Festival", "2050-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2050-10-24": "Double Ninth Festival", "2050-11-02": "All Soul's Day", "2050-12-08": "Immaculate Conception", "2050-12-20": "Macao S.A.R. Establishment Day", "2050-12-22": "Winter Solstice", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Compensatory rest day for Christmas Eve", "2050-12-27": "Compensatory rest day for Christmas Day", "2050-12-31": "New Year's Eve (Afternoon)" } holidays-0.71/snapshots/countries/MO_M.json000066400000000000000000002532661500152103600210030ustar00rootroot00000000000000{ "1982-01-01": "New Year's Day", "1982-01-25": "Chinese New Year's Day", "1982-01-26": "The second day of Chinese New Year", "1982-01-27": "The third day of Chinese New Year", "1982-04-05": "Tomb-Sweeping Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-24": "Macau City Day", "1982-06-25": "Dragon Boat Festival", "1982-08-15": "Assumption Day", "1982-10-01": "National Day of the People's Republic of China", "1982-10-02": "The Day following Mid-Autumn Festival", "1982-10-05": "Republic Day", "1982-10-25": "Double Ninth Festival", "1982-11-01": "All Saints' Day", "1982-11-02": "All Soul's Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-22": "Winter Solstice", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year's Day", "1983-02-14": "The second day of Chinese New Year", "1983-02-15": "The third day of Chinese New Year", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-04-05": "Tomb-Sweeping Day", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-15": "Dragon Boat Festival", "1983-06-24": "Macau City Day", "1983-08-15": "Assumption Day", "1983-09-22": "The Day following Mid-Autumn Festival", "1983-10-01": "National Day of the People's Republic of China", "1983-10-05": "Republic Day", "1983-10-14": "Double Ninth Festival", "1983-11-01": "All Saints' Day", "1983-11-02": "All Soul's Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-22": "Winter Solstice", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-02-02": "Chinese New Year's Day", "1984-02-03": "The second day of Chinese New Year", "1984-02-04": "The third day of Chinese New Year", "1984-04-04": "Tomb-Sweeping Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-04": "Dragon Boat Festival", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-21": "Corpus Christi", "1984-06-24": "Macau City Day", "1984-08-15": "Assumption Day", "1984-09-11": "The Day following Mid-Autumn Festival", "1984-10-01": "National Day of the People's Republic of China", "1984-10-03": "Double Ninth Festival", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-11-02": "All Soul's Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-22": "Winter Solstice", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year's Day", "1985-02-21": "The second day of Chinese New Year", "1985-02-22": "The third day of Chinese New Year", "1985-04-05": "Good Friday; Tomb-Sweeping Day", "1985-04-06": "Holy Saturday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-22": "Dragon Boat Festival", "1985-06-24": "Macau City Day", "1985-08-15": "Assumption Day", "1985-09-29": "Mid-Autumn Festival", "1985-09-30": "The Day following Mid-Autumn Festival", "1985-10-01": "National Day of the People's Republic of China", "1985-10-05": "Republic Day", "1985-10-22": "Double Ninth Festival", "1985-11-01": "All Saints' Day", "1985-11-02": "All Soul's Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-22": "Winter Solstice", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year's Day", "1986-02-10": "The second day of Chinese New Year", "1986-02-11": "The third day of Chinese New Year", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-04-05": "Tomb-Sweeping Day", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-11": "Dragon Boat Festival", "1986-06-24": "Macau City Day", "1986-08-15": "Assumption Day", "1986-09-18": "Mid-Autumn Festival", "1986-09-19": "The Day following Mid-Autumn Festival", "1986-10-01": "National Day of the People's Republic of China", "1986-10-05": "Republic Day", "1986-10-12": "Double Ninth Festival", "1986-11-01": "All Saints' Day", "1986-11-02": "All Soul's Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-22": "Winter Solstice", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-29": "Chinese New Year's Day", "1987-01-30": "The second day of Chinese New Year", "1987-01-31": "The third day of Chinese New Year", "1987-04-05": "Tomb-Sweeping Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-05-31": "Dragon Boat Festival", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-18": "Corpus Christi", "1987-06-24": "Macau City Day", "1987-10-01": "National Day of the People's Republic of China", "1987-10-05": "Republic Day", "1987-10-07": "Mid-Autumn Festival", "1987-10-08": "The Day following Mid-Autumn Festival", "1987-10-31": "Double Ninth Festival", "1987-11-02": "All Soul's Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-22": "Winter Solstice", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year's Day", "1988-02-18": "The second day of Chinese New Year", "1988-02-19": "The third day of Chinese New Year", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-04-04": "Tomb-Sweeping Day", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-18": "Dragon Boat Festival", "1988-06-24": "Macau City Day", "1988-09-25": "Mid-Autumn Festival", "1988-09-26": "The Day following Mid-Autumn Festival", "1988-10-01": "National Day of the People's Republic of China", "1988-10-05": "Republic Day", "1988-10-19": "Double Ninth Festival", "1988-11-02": "All Soul's Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-22": "Winter Solstice", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-02-06": "Chinese New Year's Day", "1989-02-07": "The second day of Chinese New Year", "1989-02-08": "The third day of Chinese New Year", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-04-05": "Tomb-Sweeping Day", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-06-08": "Dragon Boat Festival", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-24": "Macau City Day", "1989-09-14": "Mid-Autumn Festival", "1989-09-15": "The Day following Mid-Autumn Festival", "1989-10-01": "National Day of the People's Republic of China", "1989-10-05": "Republic Day", "1989-10-08": "Double Ninth Festival", "1989-11-02": "All Soul's Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-22": "Winter Solstice", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-27": "Chinese New Year's Day", "1990-01-28": "The second day of Chinese New Year", "1990-01-29": "The third day of Chinese New Year", "1990-04-05": "Tomb-Sweeping Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-05-28": "Dragon Boat Festival", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-24": "Macau City Day", "1990-10-01": "National Day of the People's Republic of China", "1990-10-03": "Mid-Autumn Festival", "1990-10-04": "The Day following Mid-Autumn Festival", "1990-10-05": "Republic Day", "1990-10-26": "Double Ninth Festival", "1990-11-02": "All Soul's Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-22": "Winter Solstice", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year's Day", "1991-02-16": "The second day of Chinese New Year", "1991-02-17": "The third day of Chinese New Year", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-04-05": "Tomb-Sweeping Day", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-16": "Dragon Boat Festival", "1991-06-24": "Macau City Day", "1991-09-22": "Mid-Autumn Festival", "1991-09-23": "The Day following Mid-Autumn Festival", "1991-10-01": "National Day of the People's Republic of China", "1991-10-05": "Republic Day", "1991-10-16": "Double Ninth Festival", "1991-11-02": "All Soul's Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-22": "Winter Solstice", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year's Day", "1992-02-05": "The second day of Chinese New Year", "1992-02-06": "The third day of Chinese New Year", "1992-04-04": "Tomb-Sweeping Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-05": "Dragon Boat Festival", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-24": "Macau City Day", "1992-09-11": "Mid-Autumn Festival", "1992-09-12": "The Day following Mid-Autumn Festival", "1992-10-01": "National Day of the People's Republic of China", "1992-10-04": "Double Ninth Festival", "1992-10-05": "Republic Day", "1992-11-02": "All Soul's Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-22": "Winter Solstice", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-23": "Chinese New Year's Day", "1993-01-24": "The second day of Chinese New Year", "1993-01-25": "The third day of Chinese New Year", "1993-04-05": "Tomb-Sweeping Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-24": "Dragon Boat Festival; Macau City Day", "1993-09-30": "Mid-Autumn Festival", "1993-10-01": "National Day of the People's Republic of China; The Day following Mid-Autumn Festival", "1993-10-05": "Republic Day", "1993-10-23": "Double Ninth Festival", "1993-11-02": "All Soul's Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-22": "Winter Solstice", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year's Day", "1994-02-11": "The second day of Chinese New Year", "1994-02-12": "The third day of Chinese New Year", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-04-05": "Tomb-Sweeping Day", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Dragon Boat Festival", "1994-06-24": "Macau City Day", "1994-09-20": "Mid-Autumn Festival", "1994-09-21": "The Day following Mid-Autumn Festival", "1994-10-01": "National Day of the People's Republic of China", "1994-10-05": "Republic Day", "1994-10-13": "Double Ninth Festival", "1994-11-02": "All Soul's Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-22": "Winter Solstice", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-31": "Chinese New Year's Day", "1995-02-01": "The second day of Chinese New Year", "1995-02-02": "The third day of Chinese New Year", "1995-04-05": "Tomb-Sweeping Day", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-02": "Dragon Boat Festival", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-24": "Macau City Day", "1995-09-09": "Mid-Autumn Festival", "1995-09-10": "The Day following Mid-Autumn Festival", "1995-10-01": "National Day of the People's Republic of China", "1995-10-05": "Republic Day", "1995-11-01": "Double Ninth Festival", "1995-11-02": "All Soul's Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-22": "Winter Solstice", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Chinese New Year's Day", "1996-02-20": "The second day of Chinese New Year", "1996-02-21": "The third day of Chinese New Year", "1996-04-04": "Tomb-Sweeping Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-20": "Dragon Boat Festival", "1996-06-24": "Macau City Day", "1996-09-27": "Mid-Autumn Festival", "1996-09-28": "The Day following Mid-Autumn Festival", "1996-10-01": "National Day of the People's Republic of China", "1996-10-05": "Republic Day", "1996-10-20": "Double Ninth Festival", "1996-11-02": "All Soul's Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-22": "Winter Solstice", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-07": "Chinese New Year's Day", "1997-02-08": "The second day of Chinese New Year", "1997-02-09": "The third day of Chinese New Year", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-04-05": "Tomb-Sweeping Day", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-06-09": "Dragon Boat Festival", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-24": "Macau City Day", "1997-09-16": "Mid-Autumn Festival", "1997-09-17": "The Day following Mid-Autumn Festival", "1997-10-01": "National Day of the People's Republic of China", "1997-10-05": "Republic Day", "1997-10-10": "Double Ninth Festival", "1997-11-02": "All Soul's Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-22": "Winter Solstice", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-28": "Chinese New Year's Day", "1998-01-29": "The second day of Chinese New Year", "1998-01-30": "The third day of Chinese New Year", "1998-04-05": "Tomb-Sweeping Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-05-30": "Dragon Boat Festival", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-24": "Macau City Day", "1998-10-01": "National Day of the People's Republic of China", "1998-10-05": "Mid-Autumn Festival; Republic Day", "1998-10-06": "The Day following Mid-Autumn Festival", "1998-10-28": "Double Ninth Festival", "1998-11-02": "All Soul's Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-22": "Winter Solstice", "1998-12-23": "Additional Public Holiday", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "Additional Half-Day Public Holiday", "1999-01-01": "New Year's Day", "1999-02-15": "Additional Public Holiday", "1999-02-16": "Chinese New Year's Day", "1999-02-17": "The second day of Chinese New Year", "1999-02-18": "The third day of Chinese New Year", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-04-05": "Tomb-Sweeping Day", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-18": "Dragon Boat Festival", "1999-06-24": "Macau City Day", "1999-09-24": "Mid-Autumn Festival", "1999-09-25": "The Day following Mid-Autumn Festival", "1999-10-01": "National Day of the People's Republic of China", "1999-10-05": "Republic Day", "1999-10-17": "Double Ninth Festival", "1999-11-02": "All Soul's Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-20": "The Handover of Macau to China and the Establishment of the Macau Special Administrative Region of the People's Republic of China", "1999-12-21": "The day following the Handover of Macau to China and the Establishment of the Macau Special Administrative Region of the People's Republic of China", "1999-12-22": "Winter Solstice", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "Additional Half-Day Public Holiday", "2000-01-01": "New Year's Day", "2000-02-04": "Additional Half-Day Public Holiday", "2000-02-05": "Chinese New Year's Day", "2000-02-06": "The second day of Chinese New Year", "2000-02-07": "The third day of Chinese New Year", "2000-04-04": "Tomb-Sweeping Day", "2000-04-21": "Good Friday", "2000-04-22": "The Day before Easter", "2000-05-01": "Labor Day", "2000-05-11": "The Buddha's Birthday", "2000-06-06": "Dragon Boat Festival", "2000-09-13": "The Day following Mid-Autumn Festival", "2000-10-01": "National Day of the People's Republic of China", "2000-10-02": "The day following National Day of the People's Republic of China", "2000-10-06": "Double Ninth Festival", "2000-11-02": "All Soul's Day", "2000-12-08": "Immaculate Conception", "2000-12-20": "Macao S.A.R. Establishment Day", "2000-12-21": "Winter Solstice", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-24": "Chinese New Year's Day", "2001-01-25": "The second day of Chinese New Year", "2001-01-26": "The third day of Chinese New Year", "2001-04-05": "Tomb-Sweeping Day", "2001-04-13": "Good Friday", "2001-04-14": "The Day before Easter", "2001-04-30": "The Buddha's Birthday", "2001-05-01": "Labor Day", "2001-06-25": "Dragon Boat Festival", "2001-10-01": "National Day of the People's Republic of China", "2001-10-02": "The Day following Mid-Autumn Festival; The day following National Day of the People's Republic of China", "2001-10-25": "Double Ninth Festival", "2001-11-02": "All Soul's Day", "2001-12-08": "Immaculate Conception", "2001-12-20": "Macao S.A.R. Establishment Day", "2001-12-22": "Winter Solstice", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year's Day", "2002-02-13": "The second day of Chinese New Year", "2002-02-14": "The third day of Chinese New Year", "2002-03-29": "Good Friday", "2002-03-30": "The Day before Easter", "2002-04-05": "Tomb-Sweeping Day", "2002-05-01": "Labor Day", "2002-05-19": "The Buddha's Birthday", "2002-06-15": "Dragon Boat Festival", "2002-09-22": "The Day following Mid-Autumn Festival", "2002-10-01": "National Day of the People's Republic of China", "2002-10-02": "The day following National Day of the People's Republic of China", "2002-10-14": "Double Ninth Festival", "2002-11-02": "All Soul's Day", "2002-12-08": "Immaculate Conception", "2002-12-20": "Macao S.A.R. Establishment Day", "2002-12-22": "Winter Solstice", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year's Day", "2003-02-02": "The second day of Chinese New Year", "2003-02-03": "The third day of Chinese New Year", "2003-04-05": "Tomb-Sweeping Day", "2003-04-18": "Good Friday", "2003-04-19": "The Day before Easter", "2003-05-01": "Labor Day", "2003-05-08": "The Buddha's Birthday", "2003-06-04": "Dragon Boat Festival", "2003-09-12": "The Day following Mid-Autumn Festival", "2003-10-01": "National Day of the People's Republic of China", "2003-10-02": "The day following National Day of the People's Republic of China", "2003-10-04": "Double Ninth Festival", "2003-11-02": "All Soul's Day", "2003-12-08": "Immaculate Conception", "2003-12-20": "Macao S.A.R. Establishment Day", "2003-12-22": "Winter Solstice", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-22": "Chinese New Year's Day", "2004-01-23": "The second day of Chinese New Year", "2004-01-24": "The third day of Chinese New Year", "2004-04-04": "Tomb-Sweeping Day", "2004-04-09": "Good Friday", "2004-04-10": "The Day before Easter", "2004-05-01": "Labor Day", "2004-05-26": "The Buddha's Birthday", "2004-06-22": "Dragon Boat Festival", "2004-09-29": "The Day following Mid-Autumn Festival", "2004-10-01": "National Day of the People's Republic of China", "2004-10-02": "The day following National Day of the People's Republic of China", "2004-10-22": "Double Ninth Festival", "2004-11-02": "All Soul's Day", "2004-12-08": "Immaculate Conception", "2004-12-20": "Macao S.A.R. Establishment Day", "2004-12-21": "Winter Solstice", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-08": "Chinese New Year's Eve (Afternoon)", "2005-02-09": "Chinese New Year's Day", "2005-02-10": "The second day of Chinese New Year", "2005-02-11": "The third day of Chinese New Year", "2005-03-25": "Good Friday", "2005-03-26": "The Day before Easter", "2005-04-05": "Tomb-Sweeping Day", "2005-05-01": "Labor Day", "2005-05-15": "The Buddha's Birthday", "2005-06-11": "Dragon Boat Festival", "2005-09-19": "The Day following Mid-Autumn Festival", "2005-10-01": "National Day of the People's Republic of China", "2005-10-02": "The day following National Day of the People's Republic of China", "2005-10-11": "Double Ninth Festival", "2005-11-02": "All Soul's Day", "2005-12-08": "Immaculate Conception", "2005-12-20": "Macao S.A.R. Establishment Day", "2005-12-22": "Winter Solstice", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-29": "Chinese New Year's Day", "2006-01-30": "The second day of Chinese New Year", "2006-01-31": "The third day of Chinese New Year", "2006-02-01": "The fourth day of Chinese New Year", "2006-04-05": "Tomb-Sweeping Day", "2006-04-14": "Good Friday", "2006-04-15": "The Day before Easter", "2006-05-01": "Labor Day", "2006-05-05": "The Buddha's Birthday", "2006-05-31": "Dragon Boat Festival", "2006-10-01": "National Day of the People's Republic of China", "2006-10-02": "The day following National Day of the People's Republic of China", "2006-10-07": "The Day following Mid-Autumn Festival", "2006-10-30": "Double Ninth Festival", "2006-11-02": "All Soul's Day", "2006-12-08": "Immaculate Conception", "2006-12-20": "Macao S.A.R. Establishment Day", "2006-12-22": "Winter Solstice", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-18": "Chinese New Year's Day", "2007-02-19": "The second day of Chinese New Year", "2007-02-20": "The third day of Chinese New Year", "2007-02-21": "The fourth day of Chinese New Year", "2007-04-05": "Tomb-Sweeping Day", "2007-04-06": "Good Friday", "2007-04-07": "The Day before Easter", "2007-05-01": "Labor Day", "2007-05-24": "The Buddha's Birthday", "2007-06-19": "Dragon Boat Festival", "2007-09-26": "The Day following Mid-Autumn Festival", "2007-10-01": "National Day of the People's Republic of China", "2007-10-02": "The day following National Day of the People's Republic of China", "2007-10-19": "Double Ninth Festival", "2007-11-02": "All Soul's Day", "2007-12-08": "Immaculate Conception", "2007-12-20": "Macao S.A.R. Establishment Day", "2007-12-22": "Winter Solstice", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve (Afternoon)", "2008-01-01": "New Year's Day", "2008-02-06": "Chinese New Year's Eve (Afternoon)", "2008-02-07": "Chinese New Year's Day", "2008-02-08": "The second day of Chinese New Year", "2008-02-09": "The third day of Chinese New Year", "2008-03-21": "Good Friday", "2008-03-22": "The Day before Easter", "2008-04-04": "Tomb-Sweeping Day", "2008-05-01": "Labor Day", "2008-05-12": "The Buddha's Birthday", "2008-06-08": "Dragon Boat Festival", "2008-09-15": "The Day following Mid-Autumn Festival", "2008-10-01": "National Day of the People's Republic of China", "2008-10-02": "The day following National Day of the People's Republic of China", "2008-10-07": "Double Ninth Festival", "2008-11-02": "All Soul's Day", "2008-12-08": "Immaculate Conception", "2008-12-20": "Macao S.A.R. Establishment Day", "2008-12-21": "Winter Solstice", "2008-12-22": "Additional Government Holiday", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve (Afternoon)", "2009-01-01": "New Year's Day", "2009-01-26": "Chinese New Year's Day", "2009-01-27": "The second day of Chinese New Year", "2009-01-28": "The third day of Chinese New Year", "2009-04-04": "Tomb-Sweeping Day", "2009-04-10": "Good Friday", "2009-04-11": "The Day before Easter", "2009-05-01": "Labor Day", "2009-05-02": "The Buddha's Birthday", "2009-05-28": "Dragon Boat Festival", "2009-10-01": "National Day of the People's Republic of China", "2009-10-02": "The day following National Day of the People's Republic of China", "2009-10-04": "The Day following Mid-Autumn Festival", "2009-10-26": "Double Ninth Festival", "2009-11-02": "All Soul's Day", "2009-12-08": "Immaculate Conception", "2009-12-20": "Macao S.A.R. Establishment Day", "2009-12-22": "Winter Solstice", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve (Afternoon)", "2010-01-01": "New Year's Day", "2010-02-14": "Chinese New Year's Day", "2010-02-15": "The second day of Chinese New Year", "2010-02-16": "The third day of Chinese New Year", "2010-02-17": "The fourth day of Chinese New Year", "2010-04-02": "Good Friday", "2010-04-03": "The Day before Easter", "2010-04-05": "Tomb-Sweeping Day", "2010-05-01": "Labor Day", "2010-05-21": "The Buddha's Birthday", "2010-06-16": "Dragon Boat Festival", "2010-09-23": "The Day following Mid-Autumn Festival", "2010-10-01": "National Day of the People's Republic of China", "2010-10-02": "The day following National Day of the People's Republic of China", "2010-10-16": "Double Ninth Festival", "2010-11-02": "All Soul's Day", "2010-12-08": "Immaculate Conception", "2010-12-20": "Macao S.A.R. Establishment Day", "2010-12-22": "Winter Solstice", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve (Afternoon)", "2011-01-01": "New Year's Day", "2011-02-02": "Chinese New Year's Eve (Afternoon)", "2011-02-03": "Chinese New Year's Day", "2011-02-04": "The second day of Chinese New Year", "2011-02-05": "The third day of Chinese New Year", "2011-04-05": "Tomb-Sweeping Day", "2011-04-22": "Good Friday", "2011-04-23": "The Day before Easter", "2011-05-01": "Labor Day", "2011-05-02": "The first working day after Labor Day", "2011-05-10": "The Buddha's Birthday", "2011-06-06": "Dragon Boat Festival", "2011-09-13": "The Day following Mid-Autumn Festival", "2011-10-01": "National Day of the People's Republic of China", "2011-10-02": "The day following National Day of the People's Republic of China", "2011-10-03": "The first working day after The day following National Day of the People's Republic of China", "2011-10-05": "Double Ninth Festival", "2011-11-02": "All Soul's Day", "2011-12-08": "Immaculate Conception", "2011-12-20": "Macao S.A.R. Establishment Day", "2011-12-22": "Winter Solstice", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "The first working day after Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "The first working day after New Year's Day", "2012-01-23": "Chinese New Year's Day", "2012-01-24": "The second day of Chinese New Year", "2012-01-25": "The third day of Chinese New Year", "2012-04-04": "Tomb-Sweeping Day", "2012-04-06": "Good Friday", "2012-04-07": "The Day before Easter", "2012-04-09": "The first working day after The Day before Easter", "2012-04-28": "The Buddha's Birthday", "2012-04-30": "The first working day after The Buddha's Birthday", "2012-05-01": "Labor Day", "2012-06-23": "Dragon Boat Festival", "2012-06-25": "The first working day after Dragon Boat Festival", "2012-10-01": "National Day of the People's Republic of China; The Day following Mid-Autumn Festival", "2012-10-02": "The day following National Day of the People's Republic of China", "2012-10-03": "Overlapping of the National Day of the People's Republic of China and the Day following Mid-Autumn Festival", "2012-10-23": "Double Ninth Festival", "2012-11-02": "All Soul's Day", "2012-12-08": "Immaculate Conception", "2012-12-10": "The first working day after Immaculate Conception", "2012-12-20": "Macao S.A.R. Establishment Day", "2012-12-21": "Winter Solstice", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-10": "Chinese New Year's Day", "2013-02-11": "The second day of Chinese New Year", "2013-02-12": "The third day of Chinese New Year", "2013-02-13": "The fourth day of Chinese New Year", "2013-03-29": "Good Friday", "2013-03-30": "The Day before Easter", "2013-04-01": "The first working day after The Day before Easter", "2013-04-04": "Tomb-Sweeping Day", "2013-05-01": "Labor Day", "2013-05-17": "The Buddha's Birthday", "2013-06-12": "Dragon Boat Festival", "2013-09-20": "The Day following Mid-Autumn Festival", "2013-10-01": "National Day of the People's Republic of China", "2013-10-02": "The day following National Day of the People's Republic of China", "2013-10-13": "Double Ninth Festival", "2013-10-14": "The first working day after Double Ninth Festival", "2013-11-02": "All Soul's Day", "2013-11-04": "The first working day after All Soul's Day", "2013-12-08": "Immaculate Conception", "2013-12-09": "The first working day after Immaculate Conception", "2013-12-20": "Macao S.A.R. Establishment Day", "2013-12-22": "Winter Solstice", "2013-12-23": "The first working day after Winter Solstice", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve (Afternoon)", "2014-01-01": "New Year's Day", "2014-01-30": "Chinese New Year's Eve (Afternoon)", "2014-01-31": "Chinese New Year's Day", "2014-02-01": "The second day of Chinese New Year", "2014-02-02": "The third day of Chinese New Year", "2014-02-03": "The fourth day of Chinese New Year", "2014-02-04": "The fifth day of Chinese New Year", "2014-04-05": "Tomb-Sweeping Day", "2014-04-07": "The first working day after Tomb-Sweeping Day", "2014-04-18": "Good Friday", "2014-04-19": "The Day before Easter", "2014-04-21": "The first working day after The Day before Easter", "2014-05-01": "Labor Day", "2014-05-06": "The Buddha's Birthday", "2014-06-02": "Dragon Boat Festival", "2014-09-09": "The Day following Mid-Autumn Festival", "2014-10-01": "National Day of the People's Republic of China", "2014-10-02": "Double Ninth Festival; The day following National Day of the People's Republic of China", "2014-10-03": "Overlapping of the Day following National Day of the People's Republic of China and the Double Ninth Festival", "2014-11-02": "All Soul's Day", "2014-11-03": "The first working day after All Soul's Day", "2014-12-08": "Immaculate Conception", "2014-12-20": "Macao S.A.R. Establishment Day", "2014-12-22": "Winter Solstice", "2014-12-23": "The first working day after Macao S.A.R. Establishment Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve (Afternoon)", "2015-01-01": "New Year's Day", "2015-02-18": "Chinese New Year's Eve (Afternoon)", "2015-02-19": "Chinese New Year's Day", "2015-02-20": "The second day of Chinese New Year", "2015-02-21": "The third day of Chinese New Year", "2015-02-23": "The fifth day of Chinese New Year", "2015-04-03": "Good Friday", "2015-04-04": "The Day before Easter", "2015-04-05": "Tomb-Sweeping Day", "2015-04-06": "The first working day after The Day before Easter", "2015-04-07": "The first working day after Tomb-Sweeping Day", "2015-05-01": "Labor Day", "2015-05-25": "The Buddha's Birthday", "2015-06-20": "Dragon Boat Festival", "2015-06-22": "The first working day after Dragon Boat Festival", "2015-09-03": "70th Anniversary of the Victory of the Chinese People's War of Resistance against Japanese Aggression and the World Anti-Fascist War", "2015-09-28": "The Day following Mid-Autumn Festival", "2015-10-01": "National Day of the People's Republic of China", "2015-10-02": "The day following National Day of the People's Republic of China", "2015-10-21": "Double Ninth Festival", "2015-11-02": "All Soul's Day", "2015-12-08": "Immaculate Conception", "2015-12-20": "Macao S.A.R. Establishment Day", "2015-12-21": "The first working day after Macao S.A.R. Establishment Day", "2015-12-22": "Winter Solstice", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve (Afternoon)", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year's Day", "2016-02-09": "The second day of Chinese New Year", "2016-02-10": "The third day of Chinese New Year", "2016-03-25": "Good Friday", "2016-03-26": "The Day before Easter", "2016-03-28": "The first working day after The Day before Easter", "2016-04-04": "Tomb-Sweeping Day", "2016-05-01": "Labor Day", "2016-05-02": "The first working day after Labor Day", "2016-05-14": "The Buddha's Birthday", "2016-05-16": "The first working day after The Buddha's Birthday", "2016-06-09": "Dragon Boat Festival", "2016-09-16": "The Day following Mid-Autumn Festival", "2016-10-01": "National Day of the People's Republic of China", "2016-10-02": "The day following National Day of the People's Republic of China", "2016-10-03": "The first working day after National Day of the People's Republic of China", "2016-10-04": "The first working day after The day following National Day of the People's Republic of China", "2016-10-09": "Double Ninth Festival", "2016-10-10": "The first working day after Double Ninth Festival", "2016-11-02": "All Soul's Day", "2016-12-08": "Immaculate Conception", "2016-12-20": "Macao S.A.R. Establishment Day", "2016-12-21": "Winter Solstice", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "The first working day after Christmas Eve", "2016-12-27": "The first working day after Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "The first working day after New Year's Day", "2017-01-27": "Chinese New Year's Eve (Afternoon)", "2017-01-28": "Chinese New Year's Day", "2017-01-29": "The second day of Chinese New Year", "2017-01-30": "The third day of Chinese New Year", "2017-01-31": "The fourth day of Chinese New Year", "2017-02-01": "The fifth day of Chinese New Year", "2017-04-04": "Tomb-Sweeping Day", "2017-04-14": "Good Friday", "2017-04-15": "The Day before Easter", "2017-04-17": "The first working day after The Day before Easter", "2017-05-01": "Labor Day", "2017-05-03": "The Buddha's Birthday", "2017-05-30": "Dragon Boat Festival", "2017-10-01": "National Day of the People's Republic of China", "2017-10-02": "The day following National Day of the People's Republic of China", "2017-10-03": "The first working day after National Day of the People's Republic of China", "2017-10-05": "The Day following Mid-Autumn Festival", "2017-10-28": "Double Ninth Festival", "2017-10-30": "The first working day after Double Ninth Festival", "2017-11-02": "All Soul's Day", "2017-12-08": "Immaculate Conception", "2017-12-20": "Macao S.A.R. Establishment Day", "2017-12-22": "Winter Solstice", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "The first working day after Christmas Eve", "2018-01-01": "New Year's Day", "2018-02-15": "Chinese New Year's Eve (Afternoon)", "2018-02-16": "Chinese New Year's Day", "2018-02-17": "The second day of Chinese New Year", "2018-02-18": "The third day of Chinese New Year", "2018-02-19": "The fourth day of Chinese New Year", "2018-02-20": "The fifth day of Chinese New Year", "2018-03-30": "Good Friday", "2018-03-31": "The Day before Easter", "2018-04-02": "The first working day after The Day before Easter", "2018-04-05": "Tomb-Sweeping Day", "2018-05-01": "Labor Day", "2018-05-22": "The Buddha's Birthday", "2018-06-18": "Dragon Boat Festival", "2018-09-25": "The Day following Mid-Autumn Festival", "2018-10-01": "National Day of the People's Republic of China", "2018-10-02": "The day following National Day of the People's Republic of China", "2018-10-17": "Double Ninth Festival", "2018-11-02": "All Soul's Day", "2018-12-08": "Immaculate Conception", "2018-12-10": "The first working day after Immaculate Conception", "2018-12-20": "Macao S.A.R. Establishment Day", "2018-12-22": "Winter Solstice", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "The first working day after Winter Solstice", "2018-12-31": "New Year's Eve (Afternoon)", "2019-01-01": "New Year's Day", "2019-02-04": "Chinese New Year's Eve (Afternoon)", "2019-02-05": "Chinese New Year's Day", "2019-02-06": "The second day of Chinese New Year", "2019-02-07": "The third day of Chinese New Year", "2019-04-05": "Tomb-Sweeping Day", "2019-04-19": "Good Friday", "2019-04-20": "The Day before Easter", "2019-04-22": "The first working day after The Day before Easter", "2019-05-01": "Labor Day", "2019-05-12": "The Buddha's Birthday", "2019-05-13": "The first working day after The Buddha's Birthday", "2019-06-07": "Dragon Boat Festival", "2019-09-14": "The Day following Mid-Autumn Festival", "2019-09-16": "The first working day after The Day following Mid-Autumn Festival", "2019-10-01": "National Day of the People's Republic of China", "2019-10-02": "The day following National Day of the People's Republic of China", "2019-10-07": "Double Ninth Festival", "2019-11-02": "All Soul's Day", "2019-11-04": "The first working day after All Soul's Day", "2019-12-08": "Immaculate Conception", "2019-12-09": "The first working day after Immaculate Conception", "2019-12-20": "Macao S.A.R. Establishment Day", "2019-12-22": "Winter Solstice", "2019-12-23": "The first working day after Winter Solstice", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve (Afternoon)", "2020-01-01": "New Year's Day", "2020-01-24": "Chinese New Year's Eve (Afternoon)", "2020-01-25": "Chinese New Year's Day", "2020-01-26": "The second day of Chinese New Year", "2020-01-27": "The third day of Chinese New Year", "2020-01-28": "Compensatory rest day for Chinese New Year's Day", "2020-01-29": "Compensatory rest day for The second day of Chinese New Year", "2020-04-04": "Tomb-Sweeping Day", "2020-04-06": "Compensatory rest day for Tomb-Sweeping Day", "2020-04-10": "Good Friday", "2020-04-11": "The Day before Easter", "2020-04-13": "Compensatory rest day for The Day before Easter", "2020-04-30": "The Buddha's Birthday", "2020-05-01": "Labor Day", "2020-06-25": "Dragon Boat Festival", "2020-10-01": "National Day of the People's Republic of China", "2020-10-02": "The Day following Mid-Autumn Festival; The day following National Day of the People's Republic of China", "2020-10-05": "Overlapping of the Day following National Day of the People's Republic of China and the Day following Mid-Autumn Festival", "2020-10-25": "Double Ninth Festival", "2020-10-26": "Compensatory rest day for Double Ninth Festival", "2020-11-02": "All Soul's Day", "2020-12-08": "Immaculate Conception", "2020-12-20": "Macao S.A.R. Establishment Day", "2020-12-21": "Winter Solstice", "2020-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve (Afternoon)", "2021-01-01": "New Year's Day", "2021-02-11": "Chinese New Year's Eve (Afternoon)", "2021-02-12": "Chinese New Year's Day", "2021-02-13": "The second day of Chinese New Year", "2021-02-14": "The third day of Chinese New Year", "2021-02-15": "Compensatory rest day for The second day of Chinese New Year", "2021-02-16": "Compensatory rest day for The third day of Chinese New Year", "2021-04-02": "Good Friday", "2021-04-03": "The Day before Easter", "2021-04-04": "Tomb-Sweeping Day", "2021-04-05": "Compensatory rest day for The Day before Easter", "2021-04-06": "Compensatory rest day for Tomb-Sweeping Day", "2021-05-01": "Labor Day", "2021-05-03": "Compensatory rest day for Labor Day", "2021-05-19": "The Buddha's Birthday", "2021-06-14": "Dragon Boat Festival", "2021-09-22": "The Day following Mid-Autumn Festival", "2021-10-01": "National Day of the People's Republic of China", "2021-10-02": "The day following National Day of the People's Republic of China", "2021-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2021-10-14": "Double Ninth Festival", "2021-11-02": "All Soul's Day", "2021-12-08": "Immaculate Conception", "2021-12-20": "Macao S.A.R. Establishment Day", "2021-12-21": "Winter Solstice", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-27": "Compensatory rest day for Christmas Day", "2021-12-31": "New Year's Eve (Afternoon)", "2022-01-01": "New Year's Day", "2022-01-03": "Compensatory rest day for New Year's Day", "2022-01-31": "Chinese New Year's Eve (Afternoon)", "2022-02-01": "Chinese New Year's Day", "2022-02-02": "The second day of Chinese New Year", "2022-02-03": "The third day of Chinese New Year", "2022-04-05": "Tomb-Sweeping Day", "2022-04-15": "Good Friday", "2022-04-16": "The Day before Easter", "2022-04-18": "Compensatory rest day for The Day before Easter", "2022-05-01": "Labor Day", "2022-05-02": "Compensatory rest day for Labor Day", "2022-05-08": "The Buddha's Birthday", "2022-05-09": "Compensatory rest day for The Buddha's Birthday", "2022-06-03": "Dragon Boat Festival", "2022-09-11": "The Day following Mid-Autumn Festival", "2022-09-12": "Compensatory rest day for The Day following Mid-Autumn Festival", "2022-10-01": "National Day of the People's Republic of China", "2022-10-02": "The day following National Day of the People's Republic of China", "2022-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2022-10-04": "Double Ninth Festival", "2022-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2022-11-02": "All Soul's Day", "2022-12-08": "Immaculate Conception", "2022-12-20": "Macao S.A.R. Establishment Day", "2022-12-22": "Winter Solstice", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Compensatory rest day for Christmas Eve", "2022-12-27": "Compensatory rest day for Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "Compensatory rest day for New Year's Day", "2023-01-22": "Chinese New Year's Day", "2023-01-23": "The second day of Chinese New Year", "2023-01-24": "The third day of Chinese New Year", "2023-01-25": "Compensatory rest day for Chinese New Year's Day", "2023-04-05": "Tomb-Sweeping Day", "2023-04-07": "Good Friday", "2023-04-08": "The Day before Easter", "2023-04-10": "Compensatory rest day for The Day before Easter", "2023-05-01": "Labor Day", "2023-05-26": "The Buddha's Birthday", "2023-06-22": "Dragon Boat Festival", "2023-09-30": "The Day following Mid-Autumn Festival", "2023-10-01": "National Day of the People's Republic of China", "2023-10-02": "The day following National Day of the People's Republic of China", "2023-10-03": "Compensatory rest day for The Day following Mid-Autumn Festival", "2023-10-04": "Compensatory rest day for National Day of the People's Republic of China", "2023-10-23": "Double Ninth Festival", "2023-11-02": "All Soul's Day", "2023-12-08": "Immaculate Conception", "2023-12-20": "Macao S.A.R. Establishment Day", "2023-12-22": "Winter Solstice", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Compensatory rest day for Christmas Eve", "2024-01-01": "New Year's Day", "2024-02-09": "Chinese New Year's Eve (Afternoon)", "2024-02-10": "Chinese New Year's Day", "2024-02-11": "The second day of Chinese New Year", "2024-02-12": "The third day of Chinese New Year", "2024-02-13": "Compensatory rest day for Chinese New Year's Day", "2024-02-14": "Compensatory rest day for The second day of Chinese New Year", "2024-03-29": "Good Friday", "2024-03-30": "The Day before Easter", "2024-04-01": "Compensatory rest day for The Day before Easter", "2024-04-04": "Tomb-Sweeping Day", "2024-05-01": "Labor Day", "2024-05-15": "The Buddha's Birthday", "2024-06-10": "Dragon Boat Festival", "2024-09-18": "The Day following Mid-Autumn Festival", "2024-10-01": "National Day of the People's Republic of China", "2024-10-02": "The day following National Day of the People's Republic of China", "2024-10-11": "Double Ninth Festival", "2024-11-02": "All Soul's Day", "2024-11-04": "Compensatory rest day for All Soul's Day", "2024-12-08": "Immaculate Conception", "2024-12-09": "Compensatory rest day for Immaculate Conception", "2024-12-20": "Macao S.A.R. Establishment Day", "2024-12-21": "Winter Solstice", "2024-12-23": "Compensatory rest day for Winter Solstice", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve (Afternoon)", "2025-01-01": "New Year's Day", "2025-01-28": "Chinese New Year's Eve (Afternoon)", "2025-01-29": "Chinese New Year's Day", "2025-01-30": "The second day of Chinese New Year", "2025-01-31": "The third day of Chinese New Year", "2025-04-04": "Tomb-Sweeping Day", "2025-04-18": "Good Friday", "2025-04-19": "The Day before Easter", "2025-04-21": "Compensatory rest day for The Day before Easter", "2025-05-01": "Labor Day", "2025-05-05": "The Buddha's Birthday", "2025-05-31": "Dragon Boat Festival", "2025-06-02": "Compensatory rest day for Dragon Boat Festival", "2025-10-01": "National Day of the People's Republic of China", "2025-10-02": "The day following National Day of the People's Republic of China", "2025-10-07": "The Day following Mid-Autumn Festival", "2025-10-29": "Double Ninth Festival", "2025-11-02": "All Soul's Day", "2025-11-03": "Compensatory rest day for All Soul's Day", "2025-12-08": "Immaculate Conception", "2025-12-20": "Macao S.A.R. Establishment Day", "2025-12-21": "Winter Solstice", "2025-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2025-12-23": "Compensatory rest day for Winter Solstice", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve (Afternoon)", "2026-01-01": "New Year's Day", "2026-02-16": "Chinese New Year's Eve (Afternoon)", "2026-02-17": "Chinese New Year's Day", "2026-02-18": "The second day of Chinese New Year", "2026-02-19": "The third day of Chinese New Year", "2026-04-03": "Good Friday", "2026-04-04": "The Day before Easter", "2026-04-05": "Tomb-Sweeping Day", "2026-04-06": "Compensatory rest day for The Day before Easter", "2026-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2026-05-01": "Labor Day", "2026-05-24": "The Buddha's Birthday", "2026-05-25": "Compensatory rest day for The Buddha's Birthday", "2026-06-19": "Dragon Boat Festival", "2026-09-26": "The Day following Mid-Autumn Festival", "2026-09-28": "Compensatory rest day for The Day following Mid-Autumn Festival", "2026-10-01": "National Day of the People's Republic of China", "2026-10-02": "The day following National Day of the People's Republic of China", "2026-10-18": "Double Ninth Festival", "2026-10-19": "Compensatory rest day for Double Ninth Festival", "2026-11-02": "All Soul's Day", "2026-12-08": "Immaculate Conception", "2026-12-20": "Macao S.A.R. Establishment Day", "2026-12-21": "Compensatory rest day for Macao S.A.R. Establishment Day", "2026-12-22": "Winter Solstice", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve (Afternoon)", "2027-01-01": "New Year's Day", "2027-02-05": "Chinese New Year's Eve (Afternoon)", "2027-02-06": "Chinese New Year's Day", "2027-02-07": "The second day of Chinese New Year", "2027-02-08": "The third day of Chinese New Year", "2027-02-09": "Compensatory rest day for Chinese New Year's Day", "2027-02-10": "Compensatory rest day for The second day of Chinese New Year", "2027-03-26": "Good Friday", "2027-03-27": "The Day before Easter", "2027-03-29": "Compensatory rest day for The Day before Easter", "2027-04-05": "Tomb-Sweeping Day", "2027-05-01": "Labor Day", "2027-05-03": "Compensatory rest day for Labor Day", "2027-05-13": "The Buddha's Birthday", "2027-06-09": "Dragon Boat Festival", "2027-09-16": "The Day following Mid-Autumn Festival", "2027-10-01": "National Day of the People's Republic of China", "2027-10-02": "The day following National Day of the People's Republic of China", "2027-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2027-10-08": "Double Ninth Festival", "2027-11-02": "All Soul's Day", "2027-12-08": "Immaculate Conception", "2027-12-20": "Macao S.A.R. Establishment Day", "2027-12-22": "Winter Solstice", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-27": "Compensatory rest day for Christmas Day", "2027-12-31": "New Year's Eve (Afternoon)", "2028-01-01": "New Year's Day", "2028-01-03": "Compensatory rest day for New Year's Day", "2028-01-25": "Chinese New Year's Eve (Afternoon)", "2028-01-26": "Chinese New Year's Day", "2028-01-27": "The second day of Chinese New Year", "2028-01-28": "The third day of Chinese New Year", "2028-04-04": "Tomb-Sweeping Day", "2028-04-14": "Good Friday", "2028-04-15": "The Day before Easter", "2028-04-17": "Compensatory rest day for The Day before Easter", "2028-05-01": "Labor Day", "2028-05-02": "The Buddha's Birthday", "2028-05-28": "Dragon Boat Festival", "2028-05-29": "Compensatory rest day for Dragon Boat Festival", "2028-10-01": "National Day of the People's Republic of China", "2028-10-02": "The day following National Day of the People's Republic of China", "2028-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2028-10-04": "The Day following Mid-Autumn Festival", "2028-10-26": "Double Ninth Festival", "2028-11-02": "All Soul's Day", "2028-12-08": "Immaculate Conception", "2028-12-20": "Macao S.A.R. Establishment Day", "2028-12-21": "Winter Solstice", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Compensatory rest day for Christmas Eve", "2028-12-31": "New Year's Eve (Afternoon)", "2029-01-01": "New Year's Day", "2029-02-12": "Chinese New Year's Eve (Afternoon)", "2029-02-13": "Chinese New Year's Day", "2029-02-14": "The second day of Chinese New Year", "2029-02-15": "The third day of Chinese New Year", "2029-03-30": "Good Friday", "2029-03-31": "The Day before Easter", "2029-04-02": "Compensatory rest day for The Day before Easter", "2029-04-04": "Tomb-Sweeping Day", "2029-05-01": "Labor Day", "2029-05-20": "The Buddha's Birthday", "2029-05-21": "Compensatory rest day for The Buddha's Birthday", "2029-06-16": "Dragon Boat Festival", "2029-06-18": "Compensatory rest day for Dragon Boat Festival", "2029-09-23": "The Day following Mid-Autumn Festival", "2029-09-24": "Compensatory rest day for The Day following Mid-Autumn Festival", "2029-10-01": "National Day of the People's Republic of China", "2029-10-02": "The day following National Day of the People's Republic of China", "2029-10-16": "Double Ninth Festival", "2029-11-02": "All Soul's Day", "2029-12-08": "Immaculate Conception", "2029-12-10": "Compensatory rest day for Immaculate Conception", "2029-12-20": "Macao S.A.R. Establishment Day", "2029-12-21": "Winter Solstice", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve (Afternoon)", "2030-01-01": "New Year's Day", "2030-02-02": "Chinese New Year's Eve (Afternoon)", "2030-02-03": "Chinese New Year's Day", "2030-02-04": "The second day of Chinese New Year", "2030-02-05": "The third day of Chinese New Year", "2030-02-06": "Compensatory rest day for Chinese New Year's Day", "2030-04-05": "Tomb-Sweeping Day", "2030-04-19": "Good Friday", "2030-04-20": "The Day before Easter", "2030-04-22": "Compensatory rest day for The Day before Easter", "2030-05-01": "Labor Day", "2030-05-09": "The Buddha's Birthday", "2030-06-05": "Dragon Boat Festival", "2030-09-13": "The Day following Mid-Autumn Festival", "2030-10-01": "National Day of the People's Republic of China", "2030-10-02": "The day following National Day of the People's Republic of China", "2030-10-05": "Double Ninth Festival", "2030-10-07": "Compensatory rest day for Double Ninth Festival", "2030-11-02": "All Soul's Day", "2030-11-04": "Compensatory rest day for All Soul's Day", "2030-12-08": "Immaculate Conception", "2030-12-09": "Compensatory rest day for Immaculate Conception", "2030-12-20": "Macao S.A.R. Establishment Day", "2030-12-22": "Winter Solstice", "2030-12-23": "Compensatory rest day for Winter Solstice", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve (Afternoon)", "2031-01-01": "New Year's Day", "2031-01-22": "Chinese New Year's Eve (Afternoon)", "2031-01-23": "Chinese New Year's Day", "2031-01-24": "The second day of Chinese New Year", "2031-01-25": "The third day of Chinese New Year", "2031-01-27": "Compensatory rest day for The third day of Chinese New Year", "2031-04-05": "Tomb-Sweeping Day", "2031-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2031-04-11": "Good Friday", "2031-04-12": "The Day before Easter", "2031-04-14": "Compensatory rest day for The Day before Easter", "2031-05-01": "Labor Day", "2031-05-28": "The Buddha's Birthday", "2031-06-24": "Dragon Boat Festival", "2031-10-01": "National Day of the People's Republic of China", "2031-10-02": "The Day following Mid-Autumn Festival; The day following National Day of the People's Republic of China", "2031-10-24": "Double Ninth Festival", "2031-11-02": "All Soul's Day", "2031-11-03": "Compensatory rest day for All Soul's Day", "2031-12-08": "Immaculate Conception", "2031-12-20": "Macao S.A.R. Establishment Day", "2031-12-22": "Winter Solstice", "2031-12-23": "Compensatory rest day for Macao S.A.R. Establishment Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve (Afternoon)", "2032-01-01": "New Year's Day", "2032-02-10": "Chinese New Year's Eve (Afternoon)", "2032-02-11": "Chinese New Year's Day", "2032-02-12": "The second day of Chinese New Year", "2032-02-13": "The third day of Chinese New Year", "2032-03-26": "Good Friday", "2032-03-27": "The Day before Easter", "2032-03-29": "Compensatory rest day for The Day before Easter", "2032-04-04": "Tomb-Sweeping Day", "2032-04-05": "Compensatory rest day for Tomb-Sweeping Day", "2032-05-01": "Labor Day", "2032-05-03": "Compensatory rest day for Labor Day", "2032-05-16": "The Buddha's Birthday", "2032-05-17": "Compensatory rest day for The Buddha's Birthday", "2032-06-12": "Dragon Boat Festival", "2032-06-14": "Compensatory rest day for Dragon Boat Festival", "2032-09-20": "The Day following Mid-Autumn Festival", "2032-10-01": "National Day of the People's Republic of China", "2032-10-02": "The day following National Day of the People's Republic of China", "2032-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2032-10-12": "Double Ninth Festival", "2032-11-02": "All Soul's Day", "2032-12-08": "Immaculate Conception", "2032-12-20": "Macao S.A.R. Establishment Day", "2032-12-21": "Winter Solstice", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-27": "Compensatory rest day for Christmas Day", "2032-12-31": "New Year's Eve (Afternoon)", "2033-01-01": "New Year's Day", "2033-01-03": "Compensatory rest day for New Year's Day", "2033-01-30": "Chinese New Year's Eve (Afternoon)", "2033-01-31": "Chinese New Year's Day", "2033-02-01": "The second day of Chinese New Year", "2033-02-02": "The third day of Chinese New Year", "2033-04-04": "Tomb-Sweeping Day", "2033-04-15": "Good Friday", "2033-04-16": "The Day before Easter", "2033-04-18": "Compensatory rest day for The Day before Easter", "2033-05-01": "Labor Day", "2033-05-02": "Compensatory rest day for Labor Day", "2033-05-06": "The Buddha's Birthday", "2033-06-01": "Dragon Boat Festival", "2033-09-09": "The Day following Mid-Autumn Festival", "2033-10-01": "Double Ninth Festival; National Day of the People's Republic of China", "2033-10-02": "The day following National Day of the People's Republic of China", "2033-10-03": "Compensatory rest day for Double Ninth Festival", "2033-10-04": "Compensatory rest day for National Day of the People's Republic of China", "2033-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2033-11-02": "All Soul's Day", "2033-12-08": "Immaculate Conception", "2033-12-20": "Macao S.A.R. Establishment Day", "2033-12-21": "Winter Solstice", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Compensatory rest day for Christmas Eve", "2033-12-27": "Compensatory rest day for Christmas Day", "2033-12-31": "New Year's Eve (Afternoon)", "2034-01-01": "New Year's Day", "2034-01-02": "Compensatory rest day for New Year's Day", "2034-02-18": "Chinese New Year's Eve (Afternoon)", "2034-02-19": "Chinese New Year's Day", "2034-02-20": "The second day of Chinese New Year", "2034-02-21": "The third day of Chinese New Year", "2034-02-22": "Compensatory rest day for Chinese New Year's Day", "2034-04-05": "Tomb-Sweeping Day", "2034-04-07": "Good Friday", "2034-04-08": "The Day before Easter", "2034-04-10": "Compensatory rest day for The Day before Easter", "2034-05-01": "Labor Day", "2034-05-25": "The Buddha's Birthday", "2034-06-20": "Dragon Boat Festival", "2034-09-28": "The Day following Mid-Autumn Festival", "2034-10-01": "National Day of the People's Republic of China", "2034-10-02": "The day following National Day of the People's Republic of China", "2034-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2034-10-20": "Double Ninth Festival", "2034-11-02": "All Soul's Day", "2034-12-08": "Immaculate Conception", "2034-12-20": "Macao S.A.R. Establishment Day", "2034-12-22": "Winter Solstice", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Compensatory rest day for Christmas Eve", "2034-12-31": "New Year's Eve (Afternoon)", "2035-01-01": "New Year's Day", "2035-02-07": "Chinese New Year's Eve (Afternoon)", "2035-02-08": "Chinese New Year's Day", "2035-02-09": "The second day of Chinese New Year", "2035-02-10": "The third day of Chinese New Year", "2035-02-12": "Compensatory rest day for The third day of Chinese New Year", "2035-03-23": "Good Friday", "2035-03-24": "The Day before Easter", "2035-03-26": "Compensatory rest day for The Day before Easter", "2035-04-05": "Tomb-Sweeping Day", "2035-05-01": "Labor Day", "2035-05-15": "The Buddha's Birthday", "2035-06-10": "Dragon Boat Festival", "2035-06-11": "Compensatory rest day for Dragon Boat Festival", "2035-09-17": "The Day following Mid-Autumn Festival", "2035-10-01": "National Day of the People's Republic of China", "2035-10-02": "The day following National Day of the People's Republic of China", "2035-10-09": "Double Ninth Festival", "2035-11-02": "All Soul's Day", "2035-12-08": "Immaculate Conception", "2035-12-10": "Compensatory rest day for Immaculate Conception", "2035-12-20": "Macao S.A.R. Establishment Day", "2035-12-22": "Winter Solstice", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Compensatory rest day for Winter Solstice", "2035-12-31": "New Year's Eve (Afternoon)", "2036-01-01": "New Year's Day", "2036-01-27": "Chinese New Year's Eve (Afternoon)", "2036-01-28": "Chinese New Year's Day", "2036-01-29": "The second day of Chinese New Year", "2036-01-30": "The third day of Chinese New Year", "2036-04-04": "Tomb-Sweeping Day", "2036-04-11": "Good Friday", "2036-04-12": "The Day before Easter", "2036-04-14": "Compensatory rest day for The Day before Easter", "2036-05-01": "Labor Day", "2036-05-03": "The Buddha's Birthday", "2036-05-05": "Compensatory rest day for The Buddha's Birthday", "2036-05-30": "Dragon Boat Festival", "2036-10-01": "National Day of the People's Republic of China", "2036-10-02": "The day following National Day of the People's Republic of China", "2036-10-05": "The Day following Mid-Autumn Festival", "2036-10-06": "Compensatory rest day for The Day following Mid-Autumn Festival", "2036-10-27": "Double Ninth Festival", "2036-11-02": "All Soul's Day", "2036-11-03": "Compensatory rest day for All Soul's Day", "2036-12-08": "Immaculate Conception", "2036-12-20": "Macao S.A.R. Establishment Day", "2036-12-21": "Winter Solstice", "2036-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2036-12-23": "Compensatory rest day for Winter Solstice", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve (Afternoon)", "2037-01-01": "New Year's Day", "2037-02-14": "Chinese New Year's Eve (Afternoon)", "2037-02-15": "Chinese New Year's Day", "2037-02-16": "The second day of Chinese New Year", "2037-02-17": "The third day of Chinese New Year", "2037-02-18": "Compensatory rest day for Chinese New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "The Day before Easter; Tomb-Sweeping Day", "2037-04-06": "Compensatory rest day for The Day before Easter", "2037-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2037-05-01": "Labor Day", "2037-05-22": "The Buddha's Birthday", "2037-06-18": "Dragon Boat Festival", "2037-09-25": "The Day following Mid-Autumn Festival", "2037-10-01": "National Day of the People's Republic of China", "2037-10-02": "The day following National Day of the People's Republic of China", "2037-10-17": "Double Ninth Festival", "2037-10-19": "Compensatory rest day for Double Ninth Festival", "2037-11-02": "All Soul's Day", "2037-12-08": "Immaculate Conception", "2037-12-20": "Macao S.A.R. Establishment Day", "2037-12-21": "Winter Solstice", "2037-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve (Afternoon)", "2038-01-01": "New Year's Day", "2038-02-03": "Chinese New Year's Eve (Afternoon)", "2038-02-04": "Chinese New Year's Day", "2038-02-05": "The second day of Chinese New Year", "2038-02-06": "The third day of Chinese New Year", "2038-02-08": "Compensatory rest day for The third day of Chinese New Year", "2038-04-05": "Tomb-Sweeping Day", "2038-04-23": "Good Friday", "2038-04-24": "The Day before Easter", "2038-04-26": "Compensatory rest day for The Day before Easter", "2038-05-01": "Labor Day", "2038-05-03": "Compensatory rest day for Labor Day", "2038-05-11": "The Buddha's Birthday", "2038-06-07": "Dragon Boat Festival", "2038-09-14": "The Day following Mid-Autumn Festival", "2038-10-01": "National Day of the People's Republic of China", "2038-10-02": "The day following National Day of the People's Republic of China", "2038-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2038-10-07": "Double Ninth Festival", "2038-11-02": "All Soul's Day", "2038-12-08": "Immaculate Conception", "2038-12-20": "Macao S.A.R. Establishment Day", "2038-12-22": "Winter Solstice", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-27": "Compensatory rest day for Christmas Day", "2038-12-31": "New Year's Eve (Afternoon)", "2039-01-01": "New Year's Day", "2039-01-03": "Compensatory rest day for New Year's Day", "2039-01-23": "Chinese New Year's Eve (Afternoon)", "2039-01-24": "Chinese New Year's Day", "2039-01-25": "The second day of Chinese New Year", "2039-01-26": "The third day of Chinese New Year", "2039-04-05": "Tomb-Sweeping Day", "2039-04-08": "Good Friday", "2039-04-09": "The Day before Easter", "2039-04-11": "Compensatory rest day for The Day before Easter", "2039-04-30": "The Buddha's Birthday", "2039-05-01": "Labor Day", "2039-05-02": "Compensatory rest day for The Buddha's Birthday", "2039-05-03": "Compensatory rest day for Labor Day", "2039-05-27": "Dragon Boat Festival", "2039-10-01": "National Day of the People's Republic of China", "2039-10-02": "The day following National Day of the People's Republic of China", "2039-10-03": "The Day following Mid-Autumn Festival", "2039-10-04": "Compensatory rest day for National Day of the People's Republic of China", "2039-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2039-10-26": "Double Ninth Festival", "2039-11-02": "All Soul's Day", "2039-12-08": "Immaculate Conception", "2039-12-20": "Macao S.A.R. Establishment Day", "2039-12-22": "Winter Solstice", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Compensatory rest day for Christmas Eve", "2039-12-27": "Compensatory rest day for Christmas Day", "2039-12-31": "New Year's Eve (Afternoon)", "2040-01-01": "New Year's Day", "2040-01-02": "Compensatory rest day for New Year's Day", "2040-02-11": "Chinese New Year's Eve (Afternoon)", "2040-02-12": "Chinese New Year's Day", "2040-02-13": "The second day of Chinese New Year", "2040-02-14": "The third day of Chinese New Year", "2040-02-15": "Compensatory rest day for Chinese New Year's Day", "2040-03-30": "Good Friday", "2040-03-31": "The Day before Easter", "2040-04-02": "Compensatory rest day for The Day before Easter", "2040-04-04": "Tomb-Sweeping Day", "2040-05-01": "Labor Day", "2040-05-18": "The Buddha's Birthday", "2040-06-14": "Dragon Boat Festival", "2040-09-21": "The Day following Mid-Autumn Festival", "2040-10-01": "National Day of the People's Republic of China", "2040-10-02": "The day following National Day of the People's Republic of China", "2040-10-14": "Double Ninth Festival", "2040-10-15": "Compensatory rest day for Double Ninth Festival", "2040-11-02": "All Soul's Day", "2040-12-08": "Immaculate Conception", "2040-12-10": "Compensatory rest day for Immaculate Conception", "2040-12-20": "Macao S.A.R. Establishment Day", "2040-12-21": "Winter Solstice", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve (Afternoon)", "2041-01-01": "New Year's Day", "2041-01-31": "Chinese New Year's Eve (Afternoon)", "2041-02-01": "Chinese New Year's Day", "2041-02-02": "The second day of Chinese New Year", "2041-02-03": "The third day of Chinese New Year", "2041-02-04": "Compensatory rest day for The second day of Chinese New Year", "2041-02-05": "Compensatory rest day for The third day of Chinese New Year", "2041-04-04": "Tomb-Sweeping Day", "2041-04-19": "Good Friday", "2041-04-20": "The Day before Easter", "2041-04-22": "Compensatory rest day for The Day before Easter", "2041-05-01": "Labor Day", "2041-05-07": "The Buddha's Birthday", "2041-06-03": "Dragon Boat Festival", "2041-09-11": "The Day following Mid-Autumn Festival", "2041-10-01": "National Day of the People's Republic of China", "2041-10-02": "The day following National Day of the People's Republic of China", "2041-10-03": "Double Ninth Festival", "2041-11-02": "All Soul's Day", "2041-11-04": "Compensatory rest day for All Soul's Day", "2041-12-08": "Immaculate Conception", "2041-12-09": "Compensatory rest day for Immaculate Conception", "2041-12-20": "Macao S.A.R. Establishment Day", "2041-12-21": "Winter Solstice", "2041-12-23": "Compensatory rest day for Winter Solstice", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve (Afternoon)", "2042-01-01": "New Year's Day", "2042-01-21": "Chinese New Year's Eve (Afternoon)", "2042-01-22": "Chinese New Year's Day", "2042-01-23": "The second day of Chinese New Year", "2042-01-24": "The third day of Chinese New Year", "2042-04-04": "Good Friday", "2042-04-05": "The Day before Easter; Tomb-Sweeping Day", "2042-04-07": "Compensatory rest day for The Day before Easter", "2042-04-08": "Compensatory rest day for Tomb-Sweeping Day", "2042-05-01": "Labor Day", "2042-05-26": "The Buddha's Birthday", "2042-06-22": "Dragon Boat Festival", "2042-06-23": "Compensatory rest day for Dragon Boat Festival", "2042-09-29": "The Day following Mid-Autumn Festival", "2042-10-01": "National Day of the People's Republic of China", "2042-10-02": "The day following National Day of the People's Republic of China", "2042-10-22": "Double Ninth Festival", "2042-11-02": "All Soul's Day", "2042-11-03": "Compensatory rest day for All Soul's Day", "2042-12-08": "Immaculate Conception", "2042-12-20": "Macao S.A.R. Establishment Day", "2042-12-22": "Winter Solstice", "2042-12-23": "Compensatory rest day for Macao S.A.R. Establishment Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve (Afternoon)", "2043-01-01": "New Year's Day", "2043-02-09": "Chinese New Year's Eve (Afternoon)", "2043-02-10": "Chinese New Year's Day", "2043-02-11": "The second day of Chinese New Year", "2043-02-12": "The third day of Chinese New Year", "2043-03-27": "Good Friday", "2043-03-28": "The Day before Easter", "2043-03-30": "Compensatory rest day for The Day before Easter", "2043-04-05": "Tomb-Sweeping Day", "2043-04-06": "Compensatory rest day for Tomb-Sweeping Day", "2043-05-01": "Labor Day", "2043-05-16": "The Buddha's Birthday", "2043-05-18": "Compensatory rest day for The Buddha's Birthday", "2043-06-11": "Dragon Boat Festival", "2043-09-18": "The Day following Mid-Autumn Festival", "2043-10-01": "National Day of the People's Republic of China", "2043-10-02": "The day following National Day of the People's Republic of China", "2043-10-11": "Double Ninth Festival", "2043-10-12": "Compensatory rest day for Double Ninth Festival", "2043-11-02": "All Soul's Day", "2043-12-08": "Immaculate Conception", "2043-12-20": "Macao S.A.R. Establishment Day", "2043-12-21": "Compensatory rest day for Macao S.A.R. Establishment Day", "2043-12-22": "Winter Solstice", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve (Afternoon)", "2044-01-01": "New Year's Day", "2044-01-29": "Chinese New Year's Eve (Afternoon)", "2044-01-30": "Chinese New Year's Day", "2044-01-31": "The second day of Chinese New Year", "2044-02-01": "The third day of Chinese New Year", "2044-02-02": "Compensatory rest day for Chinese New Year's Day", "2044-02-03": "Compensatory rest day for The second day of Chinese New Year", "2044-04-04": "Tomb-Sweeping Day", "2044-04-15": "Good Friday", "2044-04-16": "The Day before Easter", "2044-04-18": "Compensatory rest day for The Day before Easter", "2044-05-01": "Labor Day", "2044-05-02": "Compensatory rest day for Labor Day", "2044-05-05": "The Buddha's Birthday", "2044-05-31": "Dragon Boat Festival", "2044-10-01": "National Day of the People's Republic of China", "2044-10-02": "The day following National Day of the People's Republic of China", "2044-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2044-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2044-10-06": "The Day following Mid-Autumn Festival", "2044-10-29": "Double Ninth Festival", "2044-10-31": "Compensatory rest day for Double Ninth Festival", "2044-11-02": "All Soul's Day", "2044-12-08": "Immaculate Conception", "2044-12-20": "Macao S.A.R. Establishment Day", "2044-12-21": "Winter Solstice", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Compensatory rest day for Christmas Eve", "2044-12-27": "Compensatory rest day for Christmas Day", "2044-12-31": "New Year's Eve (Afternoon)", "2045-01-01": "New Year's Day", "2045-01-02": "Compensatory rest day for New Year's Day", "2045-02-16": "Chinese New Year's Eve (Afternoon)", "2045-02-17": "Chinese New Year's Day", "2045-02-18": "The second day of Chinese New Year", "2045-02-19": "The third day of Chinese New Year", "2045-02-20": "Compensatory rest day for The second day of Chinese New Year", "2045-02-21": "Compensatory rest day for The third day of Chinese New Year", "2045-04-04": "Tomb-Sweeping Day", "2045-04-07": "Good Friday", "2045-04-08": "The Day before Easter", "2045-04-10": "Compensatory rest day for The Day before Easter", "2045-05-01": "Labor Day", "2045-05-24": "The Buddha's Birthday", "2045-06-19": "Dragon Boat Festival", "2045-09-26": "The Day following Mid-Autumn Festival", "2045-10-01": "National Day of the People's Republic of China", "2045-10-02": "The day following National Day of the People's Republic of China", "2045-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2045-10-18": "Double Ninth Festival", "2045-11-02": "All Soul's Day", "2045-12-08": "Immaculate Conception", "2045-12-20": "Macao S.A.R. Establishment Day", "2045-12-21": "Winter Solstice", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Compensatory rest day for Christmas Eve", "2045-12-31": "New Year's Eve (Afternoon)", "2046-01-01": "New Year's Day", "2046-02-05": "Chinese New Year's Eve (Afternoon)", "2046-02-06": "Chinese New Year's Day", "2046-02-07": "The second day of Chinese New Year", "2046-02-08": "The third day of Chinese New Year", "2046-03-23": "Good Friday", "2046-03-24": "The Day before Easter", "2046-03-26": "Compensatory rest day for The Day before Easter", "2046-04-05": "Tomb-Sweeping Day", "2046-05-01": "Labor Day", "2046-05-13": "The Buddha's Birthday", "2046-05-14": "Compensatory rest day for The Buddha's Birthday", "2046-06-08": "Dragon Boat Festival", "2046-09-16": "The Day following Mid-Autumn Festival", "2046-09-17": "Compensatory rest day for The Day following Mid-Autumn Festival", "2046-10-01": "National Day of the People's Republic of China", "2046-10-02": "The day following National Day of the People's Republic of China", "2046-10-08": "Double Ninth Festival", "2046-11-02": "All Soul's Day", "2046-12-08": "Immaculate Conception", "2046-12-10": "Compensatory rest day for Immaculate Conception", "2046-12-20": "Macao S.A.R. Establishment Day", "2046-12-22": "Winter Solstice", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Compensatory rest day for Winter Solstice", "2046-12-31": "New Year's Eve (Afternoon)", "2047-01-01": "New Year's Day", "2047-01-25": "Chinese New Year's Eve (Afternoon)", "2047-01-26": "Chinese New Year's Day", "2047-01-27": "The second day of Chinese New Year", "2047-01-28": "The third day of Chinese New Year", "2047-01-29": "Compensatory rest day for Chinese New Year's Day", "2047-01-30": "Compensatory rest day for The second day of Chinese New Year", "2047-04-05": "Tomb-Sweeping Day", "2047-04-12": "Good Friday", "2047-04-13": "The Day before Easter", "2047-04-15": "Compensatory rest day for The Day before Easter", "2047-05-01": "Labor Day", "2047-05-02": "The Buddha's Birthday", "2047-05-29": "Dragon Boat Festival", "2047-10-01": "National Day of the People's Republic of China", "2047-10-02": "The day following National Day of the People's Republic of China", "2047-10-05": "The Day following Mid-Autumn Festival", "2047-10-07": "Compensatory rest day for The Day following Mid-Autumn Festival", "2047-10-27": "Double Ninth Festival", "2047-10-28": "Compensatory rest day for Double Ninth Festival", "2047-11-02": "All Soul's Day", "2047-11-04": "Compensatory rest day for All Soul's Day", "2047-12-08": "Immaculate Conception", "2047-12-09": "Compensatory rest day for Immaculate Conception", "2047-12-20": "Macao S.A.R. Establishment Day", "2047-12-22": "Winter Solstice", "2047-12-23": "Compensatory rest day for Winter Solstice", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve (Afternoon)", "2048-01-01": "New Year's Day", "2048-02-13": "Chinese New Year's Eve (Afternoon)", "2048-02-14": "Chinese New Year's Day", "2048-02-15": "The second day of Chinese New Year", "2048-02-16": "The third day of Chinese New Year", "2048-02-17": "Compensatory rest day for The second day of Chinese New Year", "2048-02-18": "Compensatory rest day for The third day of Chinese New Year", "2048-04-03": "Good Friday", "2048-04-04": "The Day before Easter; Tomb-Sweeping Day", "2048-04-06": "Compensatory rest day for The Day before Easter", "2048-04-07": "Compensatory rest day for Tomb-Sweeping Day", "2048-05-01": "Labor Day", "2048-05-20": "The Buddha's Birthday", "2048-06-15": "Dragon Boat Festival", "2048-09-23": "The Day following Mid-Autumn Festival", "2048-10-01": "National Day of the People's Republic of China", "2048-10-02": "The day following National Day of the People's Republic of China", "2048-10-16": "Double Ninth Festival", "2048-11-02": "All Soul's Day", "2048-12-08": "Immaculate Conception", "2048-12-20": "Macao S.A.R. Establishment Day", "2048-12-21": "Winter Solstice", "2048-12-22": "Compensatory rest day for Macao S.A.R. Establishment Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve (Afternoon)", "2049-01-01": "New Year's Day", "2049-02-01": "Chinese New Year's Eve (Afternoon)", "2049-02-02": "Chinese New Year's Day", "2049-02-03": "The second day of Chinese New Year", "2049-02-04": "The third day of Chinese New Year", "2049-04-04": "Tomb-Sweeping Day", "2049-04-05": "Compensatory rest day for Tomb-Sweeping Day", "2049-04-16": "Good Friday", "2049-04-17": "The Day before Easter", "2049-04-19": "Compensatory rest day for The Day before Easter", "2049-05-01": "Labor Day", "2049-05-03": "Compensatory rest day for Labor Day", "2049-05-09": "The Buddha's Birthday", "2049-05-10": "Compensatory rest day for The Buddha's Birthday", "2049-06-04": "Dragon Boat Festival", "2049-09-12": "The Day following Mid-Autumn Festival", "2049-09-13": "Compensatory rest day for The Day following Mid-Autumn Festival", "2049-10-01": "National Day of the People's Republic of China", "2049-10-02": "The day following National Day of the People's Republic of China", "2049-10-04": "Compensatory rest day for The day following National Day of the People's Republic of China", "2049-10-05": "Double Ninth Festival", "2049-11-02": "All Soul's Day", "2049-12-08": "Immaculate Conception", "2049-12-20": "Macao S.A.R. Establishment Day", "2049-12-21": "Winter Solstice", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-27": "Compensatory rest day for Christmas Day", "2049-12-31": "New Year's Eve (Afternoon)", "2050-01-01": "New Year's Day", "2050-01-03": "Compensatory rest day for New Year's Day", "2050-01-22": "Chinese New Year's Eve (Afternoon)", "2050-01-23": "Chinese New Year's Day", "2050-01-24": "The second day of Chinese New Year", "2050-01-25": "The third day of Chinese New Year", "2050-01-26": "Compensatory rest day for Chinese New Year's Day", "2050-04-05": "Tomb-Sweeping Day", "2050-04-08": "Good Friday", "2050-04-09": "The Day before Easter", "2050-04-11": "Compensatory rest day for The Day before Easter", "2050-05-01": "Labor Day", "2050-05-02": "Compensatory rest day for Labor Day", "2050-05-28": "The Buddha's Birthday", "2050-05-30": "Compensatory rest day for The Buddha's Birthday", "2050-06-23": "Dragon Boat Festival", "2050-10-01": "National Day of the People's Republic of China; The Day following Mid-Autumn Festival", "2050-10-02": "The day following National Day of the People's Republic of China", "2050-10-03": "Compensatory rest day for National Day of the People's Republic of China", "2050-10-04": "Compensatory rest day for The Day following Mid-Autumn Festival", "2050-10-05": "Compensatory rest day for The day following National Day of the People's Republic of China", "2050-10-24": "Double Ninth Festival", "2050-11-02": "All Soul's Day", "2050-12-08": "Immaculate Conception", "2050-12-20": "Macao S.A.R. Establishment Day", "2050-12-22": "Winter Solstice", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Compensatory rest day for Christmas Eve", "2050-12-27": "Compensatory rest day for Christmas Day", "2050-12-31": "New Year's Eve (Afternoon)" } holidays-0.71/snapshots/countries/MP_COMMON.json000066400000000000000000002342741500152103600215760ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-03-24": "Commonwealth Covenant Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-09": "Commonwealth Cultural Day", "1950-10-31": "Halloween", "1950-11-03": "Citizenship Day (observed)", "1950-11-04": "Citizenship Day", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-08": "Constitution Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Commonwealth Covenant Day (observed); Good Friday", "1951-03-24": "Commonwealth Covenant Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-08": "Commonwealth Cultural Day", "1951-10-31": "Halloween", "1951-11-04": "Citizenship Day", "1951-11-05": "Citizenship Day (observed)", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-07": "Constitution Day (observed)", "1951-12-08": "Constitution Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-03-24": "Commonwealth Covenant Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-13": "Commonwealth Cultural Day", "1952-10-31": "Halloween", "1952-11-04": "Citizenship Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-08": "Constitution Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-03-24": "Commonwealth Covenant Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Commonwealth Cultural Day", "1953-10-31": "Halloween", "1953-11-04": "Citizenship Day", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-08": "Constitution Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-03-24": "Commonwealth Covenant Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-11": "Commonwealth Cultural Day", "1954-10-31": "Halloween", "1954-11-04": "Citizenship Day", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-08": "Constitution Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-03-24": "Commonwealth Covenant Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-10": "Commonwealth Cultural Day", "1955-10-31": "Halloween", "1955-11-04": "Citizenship Day", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-08": "Constitution Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-23": "Commonwealth Covenant Day (observed)", "1956-03-24": "Commonwealth Covenant Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-08": "Commonwealth Cultural Day", "1956-10-31": "Halloween", "1956-11-04": "Citizenship Day", "1956-11-05": "Citizenship Day (observed)", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-07": "Constitution Day (observed)", "1956-12-08": "Constitution Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-03-24": "Commonwealth Covenant Day", "1957-03-25": "Commonwealth Covenant Day (observed)", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-14": "Commonwealth Cultural Day", "1957-10-31": "Halloween", "1957-11-04": "Citizenship Day", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-08": "Constitution Day", "1957-12-09": "Constitution Day (observed)", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-03-24": "Commonwealth Covenant Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-13": "Commonwealth Cultural Day", "1958-10-31": "Halloween", "1958-11-04": "Citizenship Day", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-08": "Constitution Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-24": "Commonwealth Covenant Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Commonwealth Cultural Day", "1959-10-31": "Halloween", "1959-11-04": "Citizenship Day", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-08": "Constitution Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-03-24": "Commonwealth Covenant Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-10": "Commonwealth Cultural Day", "1960-10-31": "Halloween", "1960-11-04": "Citizenship Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-08": "Constitution Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-24": "Commonwealth Covenant Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-09": "Commonwealth Cultural Day", "1961-10-31": "Halloween", "1961-11-03": "Citizenship Day (observed)", "1961-11-04": "Citizenship Day", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-08": "Constitution Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-03-23": "Commonwealth Covenant Day (observed)", "1962-03-24": "Commonwealth Covenant Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-08": "Commonwealth Cultural Day", "1962-10-31": "Halloween", "1962-11-04": "Citizenship Day", "1962-11-05": "Citizenship Day (observed)", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-07": "Constitution Day (observed)", "1962-12-08": "Constitution Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-03-24": "Commonwealth Covenant Day", "1963-03-25": "Commonwealth Covenant Day (observed)", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-14": "Commonwealth Cultural Day", "1963-10-31": "Halloween", "1963-11-04": "Citizenship Day", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-08": "Constitution Day", "1963-12-09": "Constitution Day (observed)", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-24": "Commonwealth Covenant Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Commonwealth Cultural Day", "1964-10-31": "Halloween", "1964-11-04": "Citizenship Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-08": "Constitution Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-03-24": "Commonwealth Covenant Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-11": "Commonwealth Cultural Day", "1965-10-31": "Halloween", "1965-11-04": "Citizenship Day", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-08": "Constitution Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-03-24": "Commonwealth Covenant Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-10": "Commonwealth Cultural Day", "1966-10-31": "Halloween", "1966-11-04": "Citizenship Day", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-08": "Constitution Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Commonwealth Covenant Day; Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-09": "Commonwealth Cultural Day", "1967-10-31": "Halloween", "1967-11-03": "Citizenship Day (observed)", "1967-11-04": "Citizenship Day", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-08": "Constitution Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-03-24": "Commonwealth Covenant Day", "1968-03-25": "Commonwealth Covenant Day (observed)", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-14": "Commonwealth Cultural Day", "1968-10-31": "Halloween", "1968-11-04": "Citizenship Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-08": "Constitution Day", "1968-12-09": "Constitution Day (observed)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-03-24": "Commonwealth Covenant Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-13": "Commonwealth Cultural Day", "1969-10-31": "Halloween", "1969-11-04": "Citizenship Day", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-08": "Constitution Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-24": "Commonwealth Covenant Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Commonwealth Cultural Day", "1970-10-31": "Halloween", "1970-11-04": "Citizenship Day", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-08": "Constitution Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-03-24": "Commonwealth Covenant Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day; Commonwealth Cultural Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-04": "Citizenship Day", "1971-11-25": "Thanksgiving Day", "1971-12-08": "Constitution Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-24": "Commonwealth Covenant Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day; Commonwealth Cultural Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-03": "Citizenship Day (observed)", "1972-11-04": "Citizenship Day", "1972-11-23": "Thanksgiving Day", "1972-12-08": "Constitution Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-03-23": "Commonwealth Covenant Day (observed)", "1973-03-24": "Commonwealth Covenant Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day; Commonwealth Cultural Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-04": "Citizenship Day", "1973-11-05": "Citizenship Day (observed)", "1973-11-22": "Thanksgiving Day", "1973-12-07": "Constitution Day (observed)", "1973-12-08": "Constitution Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-03-24": "Commonwealth Covenant Day", "1974-03-25": "Commonwealth Covenant Day (observed)", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day; Commonwealth Cultural Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-04": "Citizenship Day", "1974-11-28": "Thanksgiving Day", "1974-12-08": "Constitution Day", "1974-12-09": "Constitution Day (observed)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-24": "Commonwealth Covenant Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day; Commonwealth Cultural Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-04": "Citizenship Day", "1975-11-27": "Thanksgiving Day", "1975-12-08": "Constitution Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-03-24": "Commonwealth Covenant Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day; Commonwealth Cultural Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-04": "Citizenship Day", "1976-11-25": "Thanksgiving Day", "1976-12-08": "Constitution Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-03-24": "Commonwealth Covenant Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day; Commonwealth Cultural Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-04": "Citizenship Day", "1977-11-24": "Thanksgiving Day", "1977-12-08": "Constitution Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Commonwealth Covenant Day; Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day; Commonwealth Cultural Day", "1978-10-31": "Halloween", "1978-11-03": "Citizenship Day (observed)", "1978-11-04": "Citizenship Day", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-08": "Constitution Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-03-23": "Commonwealth Covenant Day (observed)", "1979-03-24": "Commonwealth Covenant Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day; Commonwealth Cultural Day", "1979-10-31": "Halloween", "1979-11-04": "Citizenship Day", "1979-11-05": "Citizenship Day (observed)", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-07": "Constitution Day (observed)", "1979-12-08": "Constitution Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-03-24": "Commonwealth Covenant Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day; Commonwealth Cultural Day", "1980-10-31": "Halloween", "1980-11-04": "Citizenship Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-08": "Constitution Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-03-24": "Commonwealth Covenant Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day; Commonwealth Cultural Day", "1981-10-31": "Halloween", "1981-11-04": "Citizenship Day", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-08": "Constitution Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-03-24": "Commonwealth Covenant Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day; Commonwealth Cultural Day", "1982-10-31": "Halloween", "1982-11-04": "Citizenship Day", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-08": "Constitution Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-03-24": "Commonwealth Covenant Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day; Commonwealth Cultural Day", "1983-10-31": "Halloween", "1983-11-04": "Citizenship Day", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-08": "Constitution Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-03-23": "Commonwealth Covenant Day (observed)", "1984-03-24": "Commonwealth Covenant Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day; Commonwealth Cultural Day", "1984-10-31": "Halloween", "1984-11-04": "Citizenship Day", "1984-11-05": "Citizenship Day (observed)", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-07": "Constitution Day (observed)", "1984-12-08": "Constitution Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-03-24": "Commonwealth Covenant Day", "1985-03-25": "Commonwealth Covenant Day (observed)", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day; Commonwealth Cultural Day", "1985-10-31": "Halloween", "1985-11-04": "Citizenship Day", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-08": "Constitution Day", "1985-12-09": "Constitution Day (observed)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-24": "Commonwealth Covenant Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day; Commonwealth Cultural Day", "1986-10-31": "Halloween", "1986-11-04": "Citizenship Day", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-08": "Constitution Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-03-24": "Commonwealth Covenant Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day; Commonwealth Cultural Day", "1987-10-31": "Halloween", "1987-11-04": "Citizenship Day", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-08": "Constitution Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-03-24": "Commonwealth Covenant Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day; Commonwealth Cultural Day", "1988-10-31": "Halloween", "1988-11-04": "Citizenship Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-08": "Constitution Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Commonwealth Covenant Day; Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day; Commonwealth Cultural Day", "1989-10-31": "Halloween", "1989-11-03": "Citizenship Day (observed)", "1989-11-04": "Citizenship Day", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-08": "Constitution Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-03-23": "Commonwealth Covenant Day (observed)", "1990-03-24": "Commonwealth Covenant Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day; Commonwealth Cultural Day", "1990-10-31": "Halloween", "1990-11-04": "Citizenship Day", "1990-11-05": "Citizenship Day (observed)", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-07": "Constitution Day (observed)", "1990-12-08": "Constitution Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-24": "Commonwealth Covenant Day", "1991-03-25": "Commonwealth Covenant Day (observed)", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day; Commonwealth Cultural Day", "1991-10-31": "Halloween", "1991-11-04": "Citizenship Day", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-08": "Constitution Day", "1991-12-09": "Constitution Day (observed)", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-03-24": "Commonwealth Covenant Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day; Commonwealth Cultural Day", "1992-10-31": "Halloween", "1992-11-04": "Citizenship Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-08": "Constitution Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-03-24": "Commonwealth Covenant Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day; Commonwealth Cultural Day", "1993-10-31": "Halloween", "1993-11-04": "Citizenship Day", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-08": "Constitution Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-03-24": "Commonwealth Covenant Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day; Commonwealth Cultural Day", "1994-10-31": "Halloween", "1994-11-04": "Citizenship Day", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-08": "Constitution Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-03-24": "Commonwealth Covenant Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day; Commonwealth Cultural Day", "1995-10-31": "Halloween", "1995-11-03": "Citizenship Day (observed)", "1995-11-04": "Citizenship Day", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-08": "Constitution Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-03-24": "Commonwealth Covenant Day", "1996-03-25": "Commonwealth Covenant Day (observed)", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day; Commonwealth Cultural Day", "1996-10-31": "Halloween", "1996-11-04": "Citizenship Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-08": "Constitution Day", "1996-12-09": "Constitution Day (observed)", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-24": "Commonwealth Covenant Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day; Commonwealth Cultural Day", "1997-10-31": "Halloween", "1997-11-04": "Citizenship Day", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-08": "Constitution Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-03-24": "Commonwealth Covenant Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day; Commonwealth Cultural Day", "1998-10-31": "Halloween", "1998-11-04": "Citizenship Day", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-08": "Constitution Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-03-24": "Commonwealth Covenant Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day; Commonwealth Cultural Day", "1999-10-31": "Halloween", "1999-11-04": "Citizenship Day", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-08": "Constitution Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-03-24": "Commonwealth Covenant Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day; Commonwealth Cultural Day", "2000-10-31": "Halloween", "2000-11-03": "Citizenship Day (observed)", "2000-11-04": "Citizenship Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-08": "Constitution Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-03-23": "Commonwealth Covenant Day (observed)", "2001-03-24": "Commonwealth Covenant Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day; Commonwealth Cultural Day", "2001-10-31": "Halloween", "2001-11-04": "Citizenship Day", "2001-11-05": "Citizenship Day (observed)", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-07": "Constitution Day (observed)", "2001-12-08": "Constitution Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-24": "Commonwealth Covenant Day", "2002-03-25": "Commonwealth Covenant Day (observed)", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day; Commonwealth Cultural Day", "2002-10-31": "Halloween", "2002-11-04": "Citizenship Day", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-08": "Constitution Day", "2002-12-09": "Constitution Day (observed)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-03-24": "Commonwealth Covenant Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day; Commonwealth Cultural Day", "2003-10-31": "Halloween", "2003-11-04": "Citizenship Day", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-08": "Constitution Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-03-24": "Commonwealth Covenant Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day; Commonwealth Cultural Day", "2004-10-31": "Halloween", "2004-11-04": "Citizenship Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-08": "Constitution Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-24": "Commonwealth Covenant Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day; Commonwealth Cultural Day", "2005-10-31": "Halloween", "2005-11-04": "Citizenship Day", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-08": "Constitution Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-03-24": "Commonwealth Covenant Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day; Commonwealth Cultural Day", "2006-10-31": "Halloween", "2006-11-03": "Citizenship Day (observed)", "2006-11-04": "Citizenship Day", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-08": "Constitution Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-03-23": "Commonwealth Covenant Day (observed)", "2007-03-24": "Commonwealth Covenant Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day; Commonwealth Cultural Day", "2007-10-31": "Halloween", "2007-11-04": "Citizenship Day", "2007-11-05": "Citizenship Day (observed)", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-07": "Constitution Day (observed)", "2007-12-08": "Constitution Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-03-24": "Commonwealth Covenant Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day; Commonwealth Cultural Day", "2008-10-31": "Halloween", "2008-11-04": "Citizenship Day; Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-08": "Constitution Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-03-24": "Commonwealth Covenant Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day; Commonwealth Cultural Day", "2009-10-31": "Halloween", "2009-11-04": "Citizenship Day", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-08": "Constitution Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-03-24": "Commonwealth Covenant Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day; Commonwealth Cultural Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-04": "Citizenship Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-08": "Constitution Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-03-24": "Commonwealth Covenant Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day; Commonwealth Cultural Day", "2011-10-31": "Halloween", "2011-11-04": "Citizenship Day", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-08": "Constitution Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-03-23": "Commonwealth Covenant Day (observed)", "2012-03-24": "Commonwealth Covenant Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day; Commonwealth Cultural Day", "2012-10-31": "Halloween", "2012-11-04": "Citizenship Day", "2012-11-05": "Citizenship Day (observed)", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-07": "Constitution Day (observed)", "2012-12-08": "Constitution Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-24": "Commonwealth Covenant Day", "2013-03-25": "Commonwealth Covenant Day (observed)", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day; Commonwealth Cultural Day", "2013-10-31": "Halloween", "2013-11-04": "Citizenship Day", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-08": "Constitution Day", "2013-12-09": "Constitution Day (observed)", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-03-24": "Commonwealth Covenant Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day; Commonwealth Cultural Day", "2014-10-31": "Halloween", "2014-11-04": "Citizenship Day; Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-08": "Constitution Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-03-24": "Commonwealth Covenant Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day; Commonwealth Cultural Day", "2015-10-31": "Halloween", "2015-11-04": "Citizenship Day", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-08": "Constitution Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-24": "Commonwealth Covenant Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day; Commonwealth Cultural Day", "2016-10-31": "Halloween", "2016-11-04": "Citizenship Day", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-08": "Constitution Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-03-24": "Commonwealth Covenant Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day; Commonwealth Cultural Day", "2017-10-31": "Halloween", "2017-11-03": "Citizenship Day (observed)", "2017-11-04": "Citizenship Day", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-08": "Constitution Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-23": "Commonwealth Covenant Day (observed)", "2018-03-24": "Commonwealth Covenant Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day; Commonwealth Cultural Day", "2018-10-31": "Halloween", "2018-11-04": "Citizenship Day", "2018-11-05": "Citizenship Day (observed)", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-07": "Constitution Day (observed)", "2018-12-08": "Constitution Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-03-24": "Commonwealth Covenant Day", "2019-03-25": "Commonwealth Covenant Day (observed)", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day; Commonwealth Cultural Day", "2019-10-31": "Halloween", "2019-11-04": "Citizenship Day", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-08": "Constitution Day", "2019-12-09": "Constitution Day (observed)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-03-24": "Commonwealth Covenant Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Commonwealth Cultural Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-04": "Citizenship Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-08": "Constitution Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-03-24": "Commonwealth Covenant Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Commonwealth Cultural Day", "2021-10-31": "Halloween", "2021-11-04": "Citizenship Day", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-08": "Constitution Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-03-24": "Commonwealth Covenant Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Commonwealth Cultural Day", "2022-10-31": "Halloween", "2022-11-04": "Citizenship Day", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-08": "Constitution Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-03-24": "Commonwealth Covenant Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Commonwealth Cultural Day", "2023-10-31": "Halloween", "2023-11-03": "Citizenship Day (observed)", "2023-11-04": "Citizenship Day", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-08": "Constitution Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-24": "Commonwealth Covenant Day", "2024-03-25": "Commonwealth Covenant Day (observed)", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Commonwealth Cultural Day", "2024-10-31": "Halloween", "2024-11-04": "Citizenship Day", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-08": "Constitution Day", "2024-12-09": "Constitution Day (observed)", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-03-24": "Commonwealth Covenant Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Commonwealth Cultural Day", "2025-10-31": "Halloween", "2025-11-04": "Citizenship Day", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-08": "Constitution Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-03-24": "Commonwealth Covenant Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Commonwealth Cultural Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-04": "Citizenship Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-08": "Constitution Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-24": "Commonwealth Covenant Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Commonwealth Cultural Day", "2027-10-31": "Halloween", "2027-11-04": "Citizenship Day", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-08": "Constitution Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-03-24": "Commonwealth Covenant Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Commonwealth Cultural Day", "2028-10-31": "Halloween", "2028-11-03": "Citizenship Day (observed)", "2028-11-04": "Citizenship Day", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-08": "Constitution Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-23": "Commonwealth Covenant Day (observed)", "2029-03-24": "Commonwealth Covenant Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Commonwealth Cultural Day", "2029-10-31": "Halloween", "2029-11-04": "Citizenship Day", "2029-11-05": "Citizenship Day (observed)", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-07": "Constitution Day (observed)", "2029-12-08": "Constitution Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-03-24": "Commonwealth Covenant Day", "2030-03-25": "Commonwealth Covenant Day (observed)", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Commonwealth Cultural Day", "2030-10-31": "Halloween", "2030-11-04": "Citizenship Day", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-08": "Constitution Day", "2030-12-09": "Constitution Day (observed)", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-03-24": "Commonwealth Covenant Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Commonwealth Cultural Day", "2031-10-31": "Halloween", "2031-11-04": "Citizenship Day", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-08": "Constitution Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-24": "Commonwealth Covenant Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Commonwealth Cultural Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-04": "Citizenship Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-08": "Constitution Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-03-24": "Commonwealth Covenant Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Commonwealth Cultural Day", "2033-10-31": "Halloween", "2033-11-04": "Citizenship Day", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-08": "Constitution Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-03-24": "Commonwealth Covenant Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Commonwealth Cultural Day", "2034-10-31": "Halloween", "2034-11-03": "Citizenship Day (observed)", "2034-11-04": "Citizenship Day", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-08": "Constitution Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Commonwealth Covenant Day (observed); Good Friday", "2035-03-24": "Commonwealth Covenant Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Commonwealth Cultural Day", "2035-10-31": "Halloween", "2035-11-04": "Citizenship Day", "2035-11-05": "Citizenship Day (observed)", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-07": "Constitution Day (observed)", "2035-12-08": "Constitution Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-03-24": "Commonwealth Covenant Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Commonwealth Cultural Day", "2036-10-31": "Halloween", "2036-11-04": "Citizenship Day; Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-08": "Constitution Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-03-24": "Commonwealth Covenant Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Commonwealth Cultural Day", "2037-10-31": "Halloween", "2037-11-04": "Citizenship Day", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-08": "Constitution Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-03-24": "Commonwealth Covenant Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Commonwealth Cultural Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-04": "Citizenship Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-08": "Constitution Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-03-24": "Commonwealth Covenant Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Commonwealth Cultural Day", "2039-10-31": "Halloween", "2039-11-04": "Citizenship Day", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-08": "Constitution Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-23": "Commonwealth Covenant Day (observed)", "2040-03-24": "Commonwealth Covenant Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Commonwealth Cultural Day", "2040-10-31": "Halloween", "2040-11-04": "Citizenship Day", "2040-11-05": "Citizenship Day (observed)", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-07": "Constitution Day (observed)", "2040-12-08": "Constitution Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-03-24": "Commonwealth Covenant Day", "2041-03-25": "Commonwealth Covenant Day (observed)", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Commonwealth Cultural Day", "2041-10-31": "Halloween", "2041-11-04": "Citizenship Day", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-08": "Constitution Day", "2041-12-09": "Constitution Day (observed)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-03-24": "Commonwealth Covenant Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Commonwealth Cultural Day", "2042-10-31": "Halloween", "2042-11-04": "Citizenship Day; Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-08": "Constitution Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-24": "Commonwealth Covenant Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Commonwealth Cultural Day", "2043-10-31": "Halloween", "2043-11-04": "Citizenship Day", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-08": "Constitution Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-03-24": "Commonwealth Covenant Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Commonwealth Cultural Day", "2044-10-31": "Halloween", "2044-11-04": "Citizenship Day", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-08": "Constitution Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-03-24": "Commonwealth Covenant Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Commonwealth Cultural Day", "2045-10-31": "Halloween", "2045-11-03": "Citizenship Day (observed)", "2045-11-04": "Citizenship Day", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-08": "Constitution Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Commonwealth Covenant Day (observed); Good Friday", "2046-03-24": "Commonwealth Covenant Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Commonwealth Cultural Day", "2046-10-31": "Halloween", "2046-11-04": "Citizenship Day", "2046-11-05": "Citizenship Day (observed)", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-07": "Constitution Day (observed)", "2046-12-08": "Constitution Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-03-24": "Commonwealth Covenant Day", "2047-03-25": "Commonwealth Covenant Day (observed)", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Commonwealth Cultural Day", "2047-10-31": "Halloween", "2047-11-04": "Citizenship Day", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-08": "Constitution Day", "2047-12-09": "Constitution Day (observed)", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-03-24": "Commonwealth Covenant Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Commonwealth Cultural Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-04": "Citizenship Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-08": "Constitution Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-03-24": "Commonwealth Covenant Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Commonwealth Cultural Day", "2049-10-31": "Halloween", "2049-11-04": "Citizenship Day", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-08": "Constitution Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-03-24": "Commonwealth Covenant Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Commonwealth Cultural Day", "2050-10-31": "Halloween", "2050-11-04": "Citizenship Day", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-08": "Constitution Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MR_COMMON.json000066400000000000000000001223541500152103600215730ustar00rootroot00000000000000{ "1950-01-01": "Mawlid al-Nabi (estimated); New Year's Day", "1950-05-01": "Labor Day", "1950-05-25": "Africa Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha (estimated)", "1950-10-13": "Islamic New Year (estimated)", "1950-12-22": "Mawlid al-Nabi (estimated)", "1951-01-01": "New Year's Day", "1951-05-01": "Labor Day", "1951-05-25": "Africa Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha (estimated)", "1951-10-02": "Islamic New Year (estimated)", "1951-12-11": "Mawlid al-Nabi (estimated)", "1952-01-01": "New Year's Day", "1952-05-01": "Labor Day", "1952-05-25": "Africa Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha (estimated)", "1952-09-21": "Islamic New Year (estimated)", "1952-11-30": "Mawlid al-Nabi (estimated)", "1953-01-01": "New Year's Day", "1953-05-01": "Labor Day", "1953-05-25": "Africa Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha (estimated)", "1953-09-10": "Islamic New Year (estimated)", "1953-11-19": "Mawlid al-Nabi (estimated)", "1954-01-01": "New Year's Day", "1954-05-01": "Labor Day", "1954-05-25": "Africa Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha (estimated)", "1954-08-30": "Islamic New Year (estimated)", "1954-11-08": "Mawlid al-Nabi (estimated)", "1955-01-01": "New Year's Day", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (estimated)", "1955-05-25": "Africa Day", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha (estimated)", "1955-08-20": "Islamic New Year (estimated)", "1955-10-29": "Mawlid al-Nabi (estimated)", "1956-01-01": "New Year's Day", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (estimated)", "1956-05-25": "Africa Day", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha (estimated)", "1956-08-08": "Islamic New Year (estimated)", "1956-10-17": "Mawlid al-Nabi (estimated)", "1957-01-01": "New Year's Day", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-05-02": "Eid al-Fitr (estimated)", "1957-05-25": "Africa Day", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha (estimated)", "1957-07-28": "Islamic New Year (estimated)", "1957-10-06": "Mawlid al-Nabi (estimated)", "1958-01-01": "New Year's Day", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-05-25": "Africa Day", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha (estimated)", "1958-07-18": "Islamic New Year (estimated)", "1958-09-26": "Mawlid al-Nabi (estimated)", "1959-01-01": "New Year's Day", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-05-25": "Africa Day", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha (estimated)", "1959-07-07": "Islamic New Year (estimated)", "1959-09-15": "Mawlid al-Nabi (estimated)", "1960-01-01": "New Year's Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (estimated)", "1960-05-01": "Labor Day", "1960-05-25": "Africa Day", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha (estimated)", "1960-06-25": "Islamic New Year (estimated)", "1960-09-03": "Mawlid al-Nabi (estimated)", "1960-11-28": "Independence Day", "1961-01-01": "New Year's Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (estimated)", "1961-05-01": "Labor Day", "1961-05-25": "Africa Day; Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha (estimated)", "1961-06-14": "Islamic New Year (estimated)", "1961-08-23": "Mawlid al-Nabi (estimated)", "1961-11-28": "Independence Day", "1962-01-01": "New Year's Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (estimated)", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha (estimated)", "1962-05-25": "Africa Day", "1962-06-03": "Islamic New Year (estimated)", "1962-08-12": "Mawlid al-Nabi (estimated)", "1962-11-28": "Independence Day", "1963-01-01": "New Year's Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (estimated)", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha (estimated)", "1963-05-24": "Islamic New Year (estimated)", "1963-05-25": "Africa Day", "1963-08-02": "Mawlid al-Nabi (estimated)", "1963-11-28": "Independence Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-12": "Islamic New Year (estimated)", "1964-05-25": "Africa Day", "1964-07-21": "Mawlid al-Nabi (estimated)", "1964-11-28": "Independence Day", "1965-01-01": "New Year's Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (estimated)", "1965-05-01": "Islamic New Year (estimated); Labor Day", "1965-05-25": "Africa Day", "1965-07-10": "Mawlid al-Nabi (estimated)", "1965-11-28": "Independence Day", "1966-01-01": "New Year's Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha (estimated)", "1966-04-21": "Islamic New Year (estimated)", "1966-05-01": "Labor Day", "1966-05-25": "Africa Day", "1966-07-01": "Mawlid al-Nabi (estimated)", "1966-11-28": "Independence Day", "1967-01-01": "New Year's Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha (estimated)", "1967-04-11": "Islamic New Year (estimated)", "1967-05-01": "Labor Day", "1967-05-25": "Africa Day", "1967-06-19": "Mawlid al-Nabi (estimated)", "1967-11-28": "Independence Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha (estimated)", "1968-03-30": "Islamic New Year (estimated)", "1968-05-01": "Labor Day", "1968-05-25": "Africa Day", "1968-06-08": "Mawlid al-Nabi (estimated)", "1968-11-28": "Independence Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (estimated)", "1969-01-01": "New Year's Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha (estimated)", "1969-03-19": "Islamic New Year (estimated)", "1969-05-01": "Labor Day", "1969-05-25": "Africa Day", "1969-05-28": "Mawlid al-Nabi (estimated)", "1969-11-28": "Independence Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (estimated)", "1970-01-01": "New Year's Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (estimated)", "1970-03-09": "Islamic New Year (estimated)", "1970-05-01": "Labor Day", "1970-05-18": "Mawlid al-Nabi (estimated)", "1970-05-25": "Africa Day", "1970-11-28": "Independence Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (estimated)", "1971-01-01": "New Year's Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (estimated)", "1971-02-26": "Islamic New Year (estimated)", "1971-05-01": "Labor Day", "1971-05-07": "Mawlid al-Nabi (estimated)", "1971-05-25": "Africa Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (estimated)", "1971-11-28": "Independence Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (estimated)", "1972-02-16": "Islamic New Year (estimated)", "1972-04-25": "Mawlid al-Nabi (estimated)", "1972-05-01": "Labor Day", "1972-05-25": "Africa Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (estimated)", "1972-11-28": "Independence Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (estimated)", "1973-02-04": "Islamic New Year (estimated)", "1973-04-15": "Mawlid al-Nabi (estimated)", "1973-05-01": "Labor Day", "1973-05-25": "Africa Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (estimated)", "1973-11-28": "Independence Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (estimated)", "1974-01-24": "Islamic New Year (estimated)", "1974-04-04": "Mawlid al-Nabi (estimated)", "1974-05-01": "Labor Day", "1974-05-25": "Africa Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (estimated)", "1974-11-28": "Independence Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha (estimated)", "1975-01-01": "New Year's Day", "1975-01-13": "Islamic New Year (estimated)", "1975-03-24": "Mawlid al-Nabi (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Africa Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (estimated)", "1975-11-28": "Independence Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (estimated)", "1976-01-01": "New Year's Day", "1976-01-02": "Islamic New Year (estimated)", "1976-03-12": "Mawlid al-Nabi (estimated)", "1976-05-01": "Labor Day", "1976-05-25": "Africa Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (estimated)", "1976-11-28": "Independence Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (estimated)", "1976-12-22": "Islamic New Year (estimated)", "1977-01-01": "New Year's Day", "1977-03-02": "Mawlid al-Nabi (estimated)", "1977-05-01": "Labor Day", "1977-05-25": "Africa Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (estimated)", "1977-11-28": "Independence Day", "1977-12-11": "Islamic New Year (estimated)", "1978-01-01": "New Year's Day", "1978-02-19": "Mawlid al-Nabi (estimated)", "1978-05-01": "Labor Day", "1978-05-25": "Africa Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (estimated)", "1978-11-28": "Independence Day", "1978-12-01": "Islamic New Year (estimated)", "1979-01-01": "New Year's Day", "1979-02-09": "Mawlid al-Nabi (estimated)", "1979-05-01": "Labor Day", "1979-05-25": "Africa Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (estimated)", "1979-11-20": "Islamic New Year (estimated)", "1979-11-28": "Independence Day", "1980-01-01": "New Year's Day", "1980-01-30": "Mawlid al-Nabi (estimated)", "1980-05-01": "Labor Day", "1980-05-25": "Africa Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (estimated)", "1980-11-09": "Islamic New Year (estimated)", "1980-11-28": "Independence Day", "1981-01-01": "New Year's Day", "1981-01-18": "Mawlid al-Nabi (estimated)", "1981-05-01": "Labor Day", "1981-05-25": "Africa Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (estimated)", "1981-10-28": "Islamic New Year (estimated)", "1981-11-28": "Independence Day", "1982-01-01": "New Year's Day", "1982-01-07": "Mawlid al-Nabi (estimated)", "1982-05-01": "Labor Day", "1982-05-25": "Africa Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (estimated)", "1982-10-18": "Islamic New Year (estimated)", "1982-11-28": "Independence Day", "1982-12-27": "Mawlid al-Nabi (estimated)", "1983-01-01": "New Year's Day", "1983-05-01": "Labor Day", "1983-05-25": "Africa Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (estimated)", "1983-10-07": "Islamic New Year (estimated)", "1983-11-28": "Independence Day", "1983-12-16": "Mawlid al-Nabi (estimated)", "1984-01-01": "New Year's Day", "1984-05-01": "Labor Day", "1984-05-25": "Africa Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-11-28": "Independence Day", "1984-12-04": "Mawlid al-Nabi (estimated)", "1985-01-01": "New Year's Day", "1985-05-01": "Labor Day", "1985-05-25": "Africa Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-11-24": "Mawlid al-Nabi (estimated)", "1985-11-28": "Independence Day", "1986-01-01": "New Year's Day", "1986-05-01": "Labor Day", "1986-05-25": "Africa Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-11-14": "Mawlid al-Nabi (estimated)", "1986-11-28": "Independence Day", "1987-01-01": "New Year's Day", "1987-05-01": "Labor Day", "1987-05-25": "Africa Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (estimated)", "1987-08-25": "Islamic New Year (estimated)", "1987-11-03": "Mawlid al-Nabi (estimated)", "1987-11-28": "Independence Day", "1988-01-01": "New Year's Day", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (estimated)", "1988-05-25": "Africa Day", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (estimated)", "1988-08-13": "Islamic New Year (estimated)", "1988-10-22": "Mawlid al-Nabi (estimated)", "1988-11-28": "Independence Day", "1989-01-01": "New Year's Day", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (estimated)", "1989-05-25": "Africa Day", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (estimated)", "1989-08-02": "Islamic New Year (estimated)", "1989-10-11": "Mawlid al-Nabi (estimated)", "1989-11-28": "Independence Day", "1990-01-01": "New Year's Day", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-05-25": "Africa Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (estimated)", "1990-07-23": "Islamic New Year (estimated)", "1990-10-01": "Mawlid al-Nabi (estimated)", "1990-11-28": "Independence Day", "1991-01-01": "New Year's Day", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-05-25": "Africa Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (estimated)", "1991-07-12": "Islamic New Year (estimated)", "1991-09-20": "Mawlid al-Nabi (estimated)", "1991-11-28": "Independence Day", "1992-01-01": "New Year's Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (estimated)", "1992-05-01": "Labor Day", "1992-05-25": "Africa Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-09-09": "Mawlid al-Nabi (estimated)", "1992-11-28": "Independence Day", "1993-01-01": "New Year's Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (estimated)", "1993-05-01": "Labor Day", "1993-05-25": "Africa Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-08-29": "Mawlid al-Nabi (estimated)", "1993-11-28": "Independence Day", "1994-01-01": "New Year's Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (estimated)", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (estimated)", "1994-05-25": "Africa Day", "1994-06-10": "Islamic New Year (estimated)", "1994-08-19": "Mawlid al-Nabi (estimated)", "1994-11-28": "Independence Day", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha (estimated)", "1995-05-25": "Africa Day", "1995-05-30": "Islamic New Year (estimated)", "1995-08-08": "Mawlid al-Nabi (estimated)", "1995-11-28": "Independence Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-18": "Islamic New Year (estimated)", "1996-05-25": "Africa Day", "1996-07-27": "Mawlid al-Nabi (estimated)", "1996-11-28": "Independence Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-25": "Africa Day", "1997-07-16": "Mawlid al-Nabi (estimated)", "1997-11-28": "Independence Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-25": "Africa Day", "1998-07-06": "Mawlid al-Nabi (estimated)", "1998-11-28": "Independence Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-25": "Africa Day", "1999-06-26": "Mawlid al-Nabi (estimated)", "1999-11-28": "Independence Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-25": "Africa Day", "2000-06-14": "Mawlid al-Nabi (estimated)", "2000-11-28": "Independence Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-05-01": "Labor Day", "2001-05-25": "Africa Day", "2001-06-04": "Mawlid al-Nabi (estimated)", "2001-11-28": "Independence Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr (estimated)", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-05-01": "Labor Day", "2002-05-24": "Mawlid al-Nabi (estimated)", "2002-05-25": "Africa Day", "2002-11-28": "Independence Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr (estimated)", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-05-01": "Labor Day", "2003-05-13": "Mawlid al-Nabi (estimated)", "2003-05-25": "Africa Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr (estimated)", "2003-11-28": "Independence Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-05-01": "Labor Day; Mawlid al-Nabi (estimated)", "2004-05-25": "Africa Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr (estimated)", "2004-11-28": "Independence Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-04-21": "Mawlid al-Nabi (estimated)", "2005-05-01": "Labor Day", "2005-05-25": "Africa Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr (estimated)", "2005-11-28": "Independence Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-04-10": "Mawlid al-Nabi (estimated)", "2006-05-01": "Labor Day", "2006-05-25": "Africa Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr (estimated)", "2006-11-28": "Independence Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha (estimated); New Year's Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-31": "Mawlid al-Nabi (estimated)", "2007-05-01": "Labor Day", "2007-05-25": "Africa Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr (estimated)", "2007-11-28": "Independence Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha (estimated)", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-20": "Mawlid al-Nabi (estimated)", "2008-05-01": "Labor Day", "2008-05-25": "Africa Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr (estimated)", "2008-11-28": "Independence Day", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha (estimated)", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-03-09": "Mawlid al-Nabi (estimated)", "2009-05-01": "Labor Day", "2009-05-25": "Africa Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr (estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha (estimated); Independence Day", "2009-12-18": "Islamic New Year (estimated)", "2010-01-01": "New Year's Day", "2010-02-26": "Mawlid al-Nabi (estimated)", "2010-05-01": "Labor Day", "2010-05-25": "Africa Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha (estimated)", "2010-11-28": "Independence Day", "2010-12-07": "Islamic New Year (estimated)", "2011-01-01": "New Year's Day", "2011-02-15": "Mawlid al-Nabi (estimated)", "2011-05-01": "Labor Day", "2011-05-25": "Africa Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2011-11-28": "Independence Day", "2012-01-01": "New Year's Day", "2012-02-04": "Mawlid al-Nabi (estimated)", "2012-05-01": "Labor Day", "2012-05-25": "Africa Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha (estimated)", "2012-11-15": "Islamic New Year (estimated)", "2012-11-28": "Independence Day", "2013-01-01": "New Year's Day", "2013-01-24": "Mawlid al-Nabi (estimated)", "2013-05-01": "Labor Day", "2013-05-25": "Africa Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2013-11-28": "Independence Day", "2014-01-01": "New Year's Day", "2014-01-13": "Mawlid al-Nabi (estimated)", "2014-05-01": "Labor Day", "2014-05-25": "Africa Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha (estimated)", "2014-10-25": "Islamic New Year (estimated)", "2014-11-28": "Independence Day", "2015-01-01": "New Year's Day", "2015-01-03": "Mawlid al-Nabi (estimated)", "2015-05-01": "Labor Day", "2015-05-25": "Africa Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha (estimated)", "2015-10-14": "Islamic New Year (estimated)", "2015-11-28": "Independence Day", "2015-12-23": "Mawlid al-Nabi (estimated)", "2016-01-01": "New Year's Day", "2016-05-01": "Labor Day", "2016-05-25": "Africa Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-11-28": "Independence Day", "2016-12-11": "Mawlid al-Nabi (estimated)", "2017-01-01": "New Year's Day", "2017-05-01": "Labor Day", "2017-05-25": "Africa Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr (estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-02": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated)", "2017-11-28": "Independence Day", "2017-11-30": "Mawlid al-Nabi (estimated)", "2018-01-01": "New Year's Day", "2018-05-01": "Labor Day", "2018-05-25": "Africa Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-16": "Eid al-Fitr (estimated)", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-22": "Eid al-Adha (estimated)", "2018-09-11": "Islamic New Year (estimated)", "2018-11-20": "Mawlid al-Nabi (estimated)", "2018-11-28": "Independence Day", "2019-01-01": "New Year's Day", "2019-05-01": "Labor Day", "2019-05-25": "Africa Day", "2019-06-04": "Eid al-Fitr (estimated)", "2019-06-05": "Eid al-Fitr (estimated)", "2019-08-11": "Eid al-Adha (estimated)", "2019-08-12": "Eid al-Adha (estimated)", "2019-08-31": "Islamic New Year (estimated)", "2019-11-09": "Mawlid al-Nabi (estimated)", "2019-11-28": "Independence Day", "2020-01-01": "New Year's Day", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr (estimated)", "2020-05-25": "Africa Day; Eid al-Fitr (estimated)", "2020-07-31": "Eid al-Adha (estimated)", "2020-08-01": "Eid al-Adha (estimated)", "2020-08-20": "Islamic New Year (estimated)", "2020-10-29": "Mawlid al-Nabi (estimated)", "2020-11-28": "Independence Day", "2021-01-01": "New Year's Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr (estimated)", "2021-05-14": "Eid al-Fitr (estimated)", "2021-05-25": "Africa Day", "2021-07-20": "Eid al-Adha (estimated)", "2021-07-21": "Eid al-Adha (estimated)", "2021-08-09": "Islamic New Year (estimated)", "2021-10-18": "Mawlid al-Nabi (estimated)", "2021-11-28": "Independence Day", "2022-01-01": "New Year's Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr (estimated)", "2022-05-03": "Eid al-Fitr (estimated)", "2022-05-25": "Africa Day", "2022-07-09": "Eid al-Adha (estimated)", "2022-07-10": "Eid al-Adha (estimated)", "2022-07-30": "Islamic New Year (estimated)", "2022-10-08": "Mawlid al-Nabi (estimated)", "2022-11-28": "Independence Day", "2023-01-01": "New Year's Day", "2023-04-21": "Eid al-Fitr (estimated)", "2023-04-22": "Eid al-Fitr (estimated)", "2023-05-01": "Labor Day", "2023-05-25": "Africa Day", "2023-06-28": "Eid al-Adha (estimated)", "2023-06-29": "Eid al-Adha (estimated)", "2023-07-19": "Islamic New Year (estimated)", "2023-09-27": "Mawlid al-Nabi (estimated)", "2023-11-28": "Independence Day", "2024-01-01": "New Year's Day", "2024-04-10": "Eid al-Fitr (estimated)", "2024-04-11": "Eid al-Fitr (estimated)", "2024-05-01": "Labor Day", "2024-05-25": "Africa Day", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha (estimated)", "2024-07-07": "Islamic New Year (estimated)", "2024-09-15": "Mawlid al-Nabi (estimated)", "2024-11-28": "Independence Day", "2025-01-01": "New Year's Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr (estimated)", "2025-05-01": "Labor Day", "2025-05-25": "Africa Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha (estimated)", "2025-06-26": "Islamic New Year (estimated)", "2025-09-04": "Mawlid al-Nabi (estimated)", "2025-11-28": "Independence Day", "2026-01-01": "New Year's Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (estimated)", "2026-05-01": "Labor Day", "2026-05-25": "Africa Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Mawlid al-Nabi (estimated)", "2026-11-28": "Independence Day", "2027-01-01": "New Year's Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated)", "2027-05-25": "Africa Day", "2027-06-06": "Islamic New Year (estimated)", "2027-08-14": "Mawlid al-Nabi (estimated)", "2027-11-28": "Independence Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (estimated)", "2028-05-25": "Africa Day; Islamic New Year (estimated)", "2028-08-03": "Mawlid al-Nabi (estimated)", "2028-11-28": "Independence Day", "2029-01-01": "New Year's Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-25": "Africa Day", "2029-07-24": "Mawlid al-Nabi (estimated)", "2029-11-28": "Independence Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-25": "Africa Day", "2030-07-13": "Mawlid al-Nabi (estimated)", "2030-11-28": "Independence Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-25": "Africa Day", "2031-07-02": "Mawlid al-Nabi (estimated)", "2031-11-28": "Independence Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-25": "Africa Day", "2032-06-20": "Mawlid al-Nabi (estimated)", "2032-11-28": "Independence Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-25": "Africa Day", "2033-06-09": "Mawlid al-Nabi (estimated)", "2033-11-28": "Independence Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (estimated)", "2034-01-01": "New Year's Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-25": "Africa Day", "2034-05-30": "Mawlid al-Nabi (estimated)", "2034-11-28": "Independence Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2035-01-01": "New Year's Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Mawlid al-Nabi (estimated)", "2035-05-25": "Africa Day", "2035-11-28": "Independence Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Mawlid al-Nabi (estimated)", "2036-05-25": "Africa Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2036-11-28": "Independence Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-04-28": "Mawlid al-Nabi (estimated)", "2037-05-01": "Labor Day", "2037-05-25": "Africa Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated)", "2037-11-28": "Independence Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-04-17": "Mawlid al-Nabi (estimated)", "2038-05-01": "Labor Day", "2038-05-25": "Africa Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-11-28": "Independence Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Mawlid al-Nabi (estimated)", "2039-05-01": "Labor Day", "2039-05-25": "Africa Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-11-28": "Independence Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-03-25": "Mawlid al-Nabi (estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Africa Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-11-28": "Independence Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-15": "Mawlid al-Nabi (estimated)", "2041-05-01": "Labor Day", "2041-05-25": "Africa Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-11-28": "Independence Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2042-01-01": "New Year's Day", "2042-03-04": "Mawlid al-Nabi (estimated)", "2042-05-01": "Labor Day", "2042-05-25": "Africa Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-11-28": "Independence Day", "2042-12-14": "Islamic New Year (estimated)", "2043-01-01": "New Year's Day", "2043-02-22": "Mawlid al-Nabi (estimated)", "2043-05-01": "Labor Day", "2043-05-25": "Africa Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated)", "2043-11-28": "Independence Day", "2043-12-03": "Islamic New Year (estimated)", "2044-01-01": "New Year's Day", "2044-02-11": "Mawlid al-Nabi (estimated)", "2044-05-01": "Labor Day", "2044-05-25": "Africa Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2044-11-28": "Independence Day", "2045-01-01": "New Year's Day", "2045-01-30": "Mawlid al-Nabi (estimated)", "2045-05-01": "Labor Day", "2045-05-25": "Africa Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2045-11-28": "Independence Day", "2046-01-01": "New Year's Day", "2046-01-19": "Mawlid al-Nabi (estimated)", "2046-05-01": "Labor Day", "2046-05-25": "Africa Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-11-28": "Independence Day", "2047-01-01": "New Year's Day", "2047-01-08": "Mawlid al-Nabi (estimated)", "2047-05-01": "Labor Day", "2047-05-25": "Africa Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-28": "Independence Day", "2047-12-29": "Mawlid al-Nabi (estimated)", "2048-01-01": "New Year's Day", "2048-05-01": "Labor Day", "2048-05-25": "Africa Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-28": "Independence Day", "2048-12-18": "Mawlid al-Nabi (estimated)", "2049-01-01": "New Year's Day", "2049-05-01": "Labor Day", "2049-05-25": "Africa Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-11-28": "Independence Day", "2049-12-07": "Mawlid al-Nabi (estimated)", "2050-01-01": "New Year's Day", "2050-05-01": "Labor Day", "2050-05-25": "Africa Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-11-26": "Mawlid al-Nabi (estimated)", "2050-11-28": "Independence Day" } holidays-0.71/snapshots/countries/MT_COMMON.json000066400000000000000000001140231500152103600215670ustar00rootroot00000000000000{ "1980-01-01": "New Year's Day", "1980-03-31": "Freedom Day", "1980-04-04": "Good Friday", "1980-05-01": "Worker's Day", "1980-08-15": "Feast of the Assumption", "1980-12-13": "Republic Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-31": "Freedom Day", "1981-04-17": "Good Friday", "1981-05-01": "Worker's Day", "1981-08-15": "Feast of the Assumption", "1981-12-13": "Republic Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-03-31": "Freedom Day", "1982-04-09": "Good Friday", "1982-05-01": "Worker's Day", "1982-08-15": "Feast of the Assumption", "1982-12-13": "Republic Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Freedom Day", "1983-04-01": "Good Friday", "1983-05-01": "Worker's Day", "1983-08-15": "Feast of the Assumption", "1983-12-13": "Republic Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-03-31": "Freedom Day", "1984-04-20": "Good Friday", "1984-05-01": "Worker's Day", "1984-08-15": "Feast of the Assumption", "1984-12-13": "Republic Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-03-31": "Freedom Day", "1985-04-05": "Good Friday", "1985-05-01": "Worker's Day", "1985-08-15": "Feast of the Assumption", "1985-12-13": "Republic Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Freedom Day", "1986-05-01": "Worker's Day", "1986-08-15": "Feast of the Assumption", "1986-12-13": "Republic Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-02-10": "Feast of Saint Paul's Shipwreck", "1987-03-19": "Feast of Saint Joseph", "1987-04-17": "Good Friday", "1987-05-01": "Worker's Day", "1987-06-29": "Feast of Saint Peter and Saint Paul", "1987-08-15": "Feast of the Assumption", "1987-09-08": "Feast of Our Lady of Victories", "1987-09-21": "Independence Day", "1987-12-08": "Feast of the Immaculate Conception", "1987-12-13": "Republic Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-10": "Feast of Saint Paul's Shipwreck", "1988-03-19": "Feast of Saint Joseph", "1988-04-01": "Good Friday", "1988-05-01": "Worker's Day", "1988-06-29": "Feast of Saint Peter and Saint Paul", "1988-08-15": "Feast of the Assumption", "1988-09-08": "Feast of Our Lady of Victories", "1988-09-21": "Independence Day", "1988-12-08": "Feast of the Immaculate Conception", "1988-12-13": "Republic Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-02-10": "Feast of Saint Paul's Shipwreck", "1989-03-19": "Feast of Saint Joseph", "1989-03-24": "Good Friday", "1989-03-31": "Freedom Day", "1989-05-01": "Worker's Day", "1989-06-07": "Sette Giugno", "1989-06-29": "Feast of Saint Peter and Saint Paul", "1989-08-15": "Feast of the Assumption", "1989-09-08": "Feast of Our Lady of Victories", "1989-09-21": "Independence Day", "1989-12-08": "Feast of the Immaculate Conception", "1989-12-13": "Republic Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-10": "Feast of Saint Paul's Shipwreck", "1990-03-19": "Feast of Saint Joseph", "1990-03-31": "Freedom Day", "1990-04-13": "Good Friday", "1990-05-01": "Worker's Day", "1990-06-07": "Sette Giugno", "1990-06-29": "Feast of Saint Peter and Saint Paul", "1990-08-15": "Feast of the Assumption", "1990-09-08": "Feast of Our Lady of Victories", "1990-09-21": "Independence Day", "1990-12-08": "Feast of the Immaculate Conception", "1990-12-13": "Republic Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-10": "Feast of Saint Paul's Shipwreck", "1991-03-19": "Feast of Saint Joseph", "1991-03-29": "Good Friday", "1991-03-31": "Freedom Day", "1991-05-01": "Worker's Day", "1991-06-07": "Sette Giugno", "1991-06-29": "Feast of Saint Peter and Saint Paul", "1991-08-15": "Feast of the Assumption", "1991-09-08": "Feast of Our Lady of Victories", "1991-09-21": "Independence Day", "1991-12-08": "Feast of the Immaculate Conception", "1991-12-13": "Republic Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-10": "Feast of Saint Paul's Shipwreck", "1992-03-19": "Feast of Saint Joseph", "1992-03-31": "Freedom Day", "1992-04-17": "Good Friday", "1992-05-01": "Worker's Day", "1992-06-07": "Sette Giugno", "1992-06-29": "Feast of Saint Peter and Saint Paul", "1992-08-15": "Feast of the Assumption", "1992-09-08": "Feast of Our Lady of Victories", "1992-09-21": "Independence Day", "1992-12-08": "Feast of the Immaculate Conception", "1992-12-13": "Republic Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-10": "Feast of Saint Paul's Shipwreck", "1993-03-19": "Feast of Saint Joseph", "1993-03-31": "Freedom Day", "1993-04-09": "Good Friday", "1993-05-01": "Worker's Day", "1993-06-07": "Sette Giugno", "1993-06-29": "Feast of Saint Peter and Saint Paul", "1993-08-15": "Feast of the Assumption", "1993-09-08": "Feast of Our Lady of Victories", "1993-09-21": "Independence Day", "1993-12-08": "Feast of the Immaculate Conception", "1993-12-13": "Republic Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Feast of Saint Paul's Shipwreck", "1994-03-19": "Feast of Saint Joseph", "1994-03-31": "Freedom Day", "1994-04-01": "Good Friday", "1994-05-01": "Worker's Day", "1994-06-07": "Sette Giugno", "1994-06-29": "Feast of Saint Peter and Saint Paul", "1994-08-15": "Feast of the Assumption", "1994-09-08": "Feast of Our Lady of Victories", "1994-09-21": "Independence Day", "1994-12-08": "Feast of the Immaculate Conception", "1994-12-13": "Republic Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-02-10": "Feast of Saint Paul's Shipwreck", "1995-03-19": "Feast of Saint Joseph", "1995-03-31": "Freedom Day", "1995-04-14": "Good Friday", "1995-05-01": "Worker's Day", "1995-06-07": "Sette Giugno", "1995-06-29": "Feast of Saint Peter and Saint Paul", "1995-08-15": "Feast of the Assumption", "1995-09-08": "Feast of Our Lady of Victories", "1995-09-21": "Independence Day", "1995-12-08": "Feast of the Immaculate Conception", "1995-12-13": "Republic Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-10": "Feast of Saint Paul's Shipwreck", "1996-03-19": "Feast of Saint Joseph", "1996-03-31": "Freedom Day", "1996-04-05": "Good Friday", "1996-05-01": "Worker's Day", "1996-06-07": "Sette Giugno", "1996-06-29": "Feast of Saint Peter and Saint Paul", "1996-08-15": "Feast of the Assumption", "1996-09-08": "Feast of Our Lady of Victories", "1996-09-21": "Independence Day", "1996-12-08": "Feast of the Immaculate Conception", "1996-12-13": "Republic Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-10": "Feast of Saint Paul's Shipwreck", "1997-03-19": "Feast of Saint Joseph", "1997-03-28": "Good Friday", "1997-03-31": "Freedom Day", "1997-05-01": "Worker's Day", "1997-06-07": "Sette Giugno", "1997-06-29": "Feast of Saint Peter and Saint Paul", "1997-08-15": "Feast of the Assumption", "1997-09-08": "Feast of Our Lady of Victories", "1997-09-21": "Independence Day", "1997-12-08": "Feast of the Immaculate Conception", "1997-12-13": "Republic Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-10": "Feast of Saint Paul's Shipwreck", "1998-03-19": "Feast of Saint Joseph", "1998-03-31": "Freedom Day", "1998-04-10": "Good Friday", "1998-05-01": "Worker's Day", "1998-06-07": "Sette Giugno", "1998-06-29": "Feast of Saint Peter and Saint Paul", "1998-08-15": "Feast of the Assumption", "1998-09-08": "Feast of Our Lady of Victories", "1998-09-21": "Independence Day", "1998-12-08": "Feast of the Immaculate Conception", "1998-12-13": "Republic Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-10": "Feast of Saint Paul's Shipwreck", "1999-03-19": "Feast of Saint Joseph", "1999-03-31": "Freedom Day", "1999-04-02": "Good Friday", "1999-05-01": "Worker's Day", "1999-06-07": "Sette Giugno", "1999-06-29": "Feast of Saint Peter and Saint Paul", "1999-08-15": "Feast of the Assumption", "1999-09-08": "Feast of Our Lady of Victories", "1999-09-21": "Independence Day", "1999-12-08": "Feast of the Immaculate Conception", "1999-12-13": "Republic Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-02-10": "Feast of Saint Paul's Shipwreck", "2000-03-19": "Feast of Saint Joseph", "2000-03-31": "Freedom Day", "2000-04-21": "Good Friday", "2000-05-01": "Worker's Day", "2000-06-07": "Sette Giugno", "2000-06-29": "Feast of Saint Peter and Saint Paul", "2000-08-15": "Feast of the Assumption", "2000-09-08": "Feast of Our Lady of Victories", "2000-09-21": "Independence Day", "2000-12-08": "Feast of the Immaculate Conception", "2000-12-13": "Republic Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-10": "Feast of Saint Paul's Shipwreck", "2001-03-19": "Feast of Saint Joseph", "2001-03-31": "Freedom Day", "2001-04-13": "Good Friday", "2001-05-01": "Worker's Day", "2001-06-07": "Sette Giugno", "2001-06-29": "Feast of Saint Peter and Saint Paul", "2001-08-15": "Feast of the Assumption", "2001-09-08": "Feast of Our Lady of Victories", "2001-09-21": "Independence Day", "2001-12-08": "Feast of the Immaculate Conception", "2001-12-13": "Republic Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-10": "Feast of Saint Paul's Shipwreck", "2002-03-19": "Feast of Saint Joseph", "2002-03-29": "Good Friday", "2002-03-31": "Freedom Day", "2002-05-01": "Worker's Day", "2002-06-07": "Sette Giugno", "2002-06-29": "Feast of Saint Peter and Saint Paul", "2002-08-15": "Feast of the Assumption", "2002-09-08": "Feast of Our Lady of Victories", "2002-09-21": "Independence Day", "2002-12-08": "Feast of the Immaculate Conception", "2002-12-13": "Republic Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-10": "Feast of Saint Paul's Shipwreck", "2003-03-19": "Feast of Saint Joseph", "2003-03-31": "Freedom Day", "2003-04-18": "Good Friday", "2003-05-01": "Worker's Day", "2003-06-07": "Sette Giugno", "2003-06-29": "Feast of Saint Peter and Saint Paul", "2003-08-15": "Feast of the Assumption", "2003-09-08": "Feast of Our Lady of Victories", "2003-09-21": "Independence Day", "2003-12-08": "Feast of the Immaculate Conception", "2003-12-13": "Republic Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-10": "Feast of Saint Paul's Shipwreck", "2004-03-19": "Feast of Saint Joseph", "2004-03-31": "Freedom Day", "2004-04-09": "Good Friday", "2004-05-01": "Worker's Day", "2004-06-07": "Sette Giugno", "2004-06-29": "Feast of Saint Peter and Saint Paul", "2004-08-15": "Feast of the Assumption", "2004-09-08": "Feast of Our Lady of Victories", "2004-09-21": "Independence Day", "2004-12-08": "Feast of the Immaculate Conception", "2004-12-13": "Republic Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-10": "Feast of Saint Paul's Shipwreck", "2005-03-19": "Feast of Saint Joseph", "2005-03-25": "Good Friday", "2005-03-31": "Freedom Day", "2005-05-01": "Worker's Day", "2005-06-07": "Sette Giugno", "2005-06-29": "Feast of Saint Peter and Saint Paul", "2005-08-15": "Feast of the Assumption", "2005-09-08": "Feast of Our Lady of Victories", "2005-09-21": "Independence Day", "2005-12-08": "Feast of the Immaculate Conception", "2005-12-13": "Republic Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-02-10": "Feast of Saint Paul's Shipwreck", "2006-03-19": "Feast of Saint Joseph", "2006-03-31": "Freedom Day", "2006-04-14": "Good Friday", "2006-05-01": "Worker's Day", "2006-06-07": "Sette Giugno", "2006-06-29": "Feast of Saint Peter and Saint Paul", "2006-08-15": "Feast of the Assumption", "2006-09-08": "Feast of Our Lady of Victories", "2006-09-21": "Independence Day", "2006-12-08": "Feast of the Immaculate Conception", "2006-12-13": "Republic Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-10": "Feast of Saint Paul's Shipwreck", "2007-03-19": "Feast of Saint Joseph", "2007-03-31": "Freedom Day", "2007-04-06": "Good Friday", "2007-05-01": "Worker's Day", "2007-06-07": "Sette Giugno", "2007-06-29": "Feast of Saint Peter and Saint Paul", "2007-08-15": "Feast of the Assumption", "2007-09-08": "Feast of Our Lady of Victories", "2007-09-21": "Independence Day", "2007-12-08": "Feast of the Immaculate Conception", "2007-12-13": "Republic Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-10": "Feast of Saint Paul's Shipwreck", "2008-03-19": "Feast of Saint Joseph", "2008-03-21": "Good Friday", "2008-03-31": "Freedom Day", "2008-05-01": "Worker's Day", "2008-06-07": "Sette Giugno", "2008-06-29": "Feast of Saint Peter and Saint Paul", "2008-08-15": "Feast of the Assumption", "2008-09-08": "Feast of Our Lady of Victories", "2008-09-21": "Independence Day", "2008-12-08": "Feast of the Immaculate Conception", "2008-12-13": "Republic Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-10": "Feast of Saint Paul's Shipwreck", "2009-03-19": "Feast of Saint Joseph", "2009-03-31": "Freedom Day", "2009-04-10": "Good Friday", "2009-05-01": "Worker's Day", "2009-06-07": "Sette Giugno", "2009-06-29": "Feast of Saint Peter and Saint Paul", "2009-08-15": "Feast of the Assumption", "2009-09-08": "Feast of Our Lady of Victories", "2009-09-21": "Independence Day", "2009-12-08": "Feast of the Immaculate Conception", "2009-12-13": "Republic Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-10": "Feast of Saint Paul's Shipwreck", "2010-03-19": "Feast of Saint Joseph", "2010-03-31": "Freedom Day", "2010-04-02": "Good Friday", "2010-05-01": "Worker's Day", "2010-06-07": "Sette Giugno", "2010-06-29": "Feast of Saint Peter and Saint Paul", "2010-08-15": "Feast of the Assumption", "2010-09-08": "Feast of Our Lady of Victories", "2010-09-21": "Independence Day", "2010-12-08": "Feast of the Immaculate Conception", "2010-12-13": "Republic Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-10": "Feast of Saint Paul's Shipwreck", "2011-03-19": "Feast of Saint Joseph", "2011-03-31": "Freedom Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-07": "Sette Giugno", "2011-06-29": "Feast of Saint Peter and Saint Paul", "2011-08-15": "Feast of the Assumption", "2011-09-08": "Feast of Our Lady of Victories", "2011-09-21": "Independence Day", "2011-12-08": "Feast of the Immaculate Conception", "2011-12-13": "Republic Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-10": "Feast of Saint Paul's Shipwreck", "2012-03-19": "Feast of Saint Joseph", "2012-03-31": "Freedom Day", "2012-04-06": "Good Friday", "2012-05-01": "Worker's Day", "2012-06-07": "Sette Giugno", "2012-06-29": "Feast of Saint Peter and Saint Paul", "2012-08-15": "Feast of the Assumption", "2012-09-08": "Feast of Our Lady of Victories", "2012-09-21": "Independence Day", "2012-12-08": "Feast of the Immaculate Conception", "2012-12-13": "Republic Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-02-10": "Feast of Saint Paul's Shipwreck", "2013-03-19": "Feast of Saint Joseph", "2013-03-29": "Good Friday", "2013-03-31": "Freedom Day", "2013-05-01": "Worker's Day", "2013-06-07": "Sette Giugno", "2013-06-29": "Feast of Saint Peter and Saint Paul", "2013-08-15": "Feast of the Assumption", "2013-09-08": "Feast of Our Lady of Victories", "2013-09-21": "Independence Day", "2013-12-08": "Feast of the Immaculate Conception", "2013-12-13": "Republic Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-02-10": "Feast of Saint Paul's Shipwreck", "2014-03-19": "Feast of Saint Joseph", "2014-03-31": "Freedom Day", "2014-04-18": "Good Friday", "2014-05-01": "Worker's Day", "2014-06-07": "Sette Giugno", "2014-06-29": "Feast of Saint Peter and Saint Paul", "2014-08-15": "Feast of the Assumption", "2014-09-08": "Feast of Our Lady of Victories", "2014-09-21": "Independence Day", "2014-12-08": "Feast of the Immaculate Conception", "2014-12-13": "Republic Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-02-10": "Feast of Saint Paul's Shipwreck", "2015-03-19": "Feast of Saint Joseph", "2015-03-31": "Freedom Day", "2015-04-03": "Good Friday", "2015-05-01": "Worker's Day", "2015-06-07": "Sette Giugno", "2015-06-29": "Feast of Saint Peter and Saint Paul", "2015-08-15": "Feast of the Assumption", "2015-09-08": "Feast of Our Lady of Victories", "2015-09-21": "Independence Day", "2015-12-08": "Feast of the Immaculate Conception", "2015-12-13": "Republic Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-10": "Feast of Saint Paul's Shipwreck", "2016-03-19": "Feast of Saint Joseph", "2016-03-25": "Good Friday", "2016-03-31": "Freedom Day", "2016-05-01": "Worker's Day", "2016-06-07": "Sette Giugno", "2016-06-29": "Feast of Saint Peter and Saint Paul", "2016-08-15": "Feast of the Assumption", "2016-09-08": "Feast of Our Lady of Victories", "2016-09-21": "Independence Day", "2016-12-08": "Feast of the Immaculate Conception", "2016-12-13": "Republic Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-10": "Feast of Saint Paul's Shipwreck", "2017-03-19": "Feast of Saint Joseph", "2017-03-31": "Freedom Day", "2017-04-14": "Good Friday", "2017-05-01": "Worker's Day", "2017-06-07": "Sette Giugno", "2017-06-29": "Feast of Saint Peter and Saint Paul", "2017-08-15": "Feast of the Assumption", "2017-09-08": "Feast of Our Lady of Victories", "2017-09-21": "Independence Day", "2017-12-08": "Feast of the Immaculate Conception", "2017-12-13": "Republic Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-10": "Feast of Saint Paul's Shipwreck", "2018-03-19": "Feast of Saint Joseph", "2018-03-30": "Good Friday", "2018-03-31": "Freedom Day", "2018-05-01": "Worker's Day", "2018-06-07": "Sette Giugno", "2018-06-29": "Feast of Saint Peter and Saint Paul", "2018-08-15": "Feast of the Assumption", "2018-09-08": "Feast of Our Lady of Victories", "2018-09-21": "Independence Day", "2018-12-08": "Feast of the Immaculate Conception", "2018-12-13": "Republic Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-10": "Feast of Saint Paul's Shipwreck", "2019-03-19": "Feast of Saint Joseph", "2019-03-31": "Freedom Day", "2019-04-19": "Good Friday", "2019-05-01": "Worker's Day", "2019-06-07": "Sette Giugno", "2019-06-29": "Feast of Saint Peter and Saint Paul", "2019-08-15": "Feast of the Assumption", "2019-09-08": "Feast of Our Lady of Victories", "2019-09-21": "Independence Day", "2019-12-08": "Feast of the Immaculate Conception", "2019-12-13": "Republic Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-02-10": "Feast of Saint Paul's Shipwreck", "2020-03-19": "Feast of Saint Joseph", "2020-03-31": "Freedom Day", "2020-04-10": "Good Friday", "2020-05-01": "Worker's Day", "2020-06-07": "Sette Giugno", "2020-06-29": "Feast of Saint Peter and Saint Paul", "2020-08-15": "Feast of the Assumption", "2020-09-08": "Feast of Our Lady of Victories", "2020-09-21": "Independence Day", "2020-12-08": "Feast of the Immaculate Conception", "2020-12-13": "Republic Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-10": "Feast of Saint Paul's Shipwreck", "2021-03-19": "Feast of Saint Joseph", "2021-03-31": "Freedom Day", "2021-04-02": "Good Friday", "2021-05-01": "Worker's Day", "2021-06-07": "Sette Giugno", "2021-06-29": "Feast of Saint Peter and Saint Paul", "2021-08-15": "Feast of the Assumption", "2021-09-08": "Feast of Our Lady of Victories", "2021-09-21": "Independence Day", "2021-12-08": "Feast of the Immaculate Conception", "2021-12-13": "Republic Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-10": "Feast of Saint Paul's Shipwreck", "2022-03-19": "Feast of Saint Joseph", "2022-03-31": "Freedom Day", "2022-04-15": "Good Friday", "2022-05-01": "Worker's Day", "2022-06-07": "Sette Giugno", "2022-06-29": "Feast of Saint Peter and Saint Paul", "2022-08-15": "Feast of the Assumption", "2022-09-08": "Feast of Our Lady of Victories", "2022-09-21": "Independence Day", "2022-12-08": "Feast of the Immaculate Conception", "2022-12-13": "Republic Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-10": "Feast of Saint Paul's Shipwreck", "2023-03-19": "Feast of Saint Joseph", "2023-03-31": "Freedom Day", "2023-04-07": "Good Friday", "2023-05-01": "Worker's Day", "2023-06-07": "Sette Giugno", "2023-06-29": "Feast of Saint Peter and Saint Paul", "2023-08-15": "Feast of the Assumption", "2023-09-08": "Feast of Our Lady of Victories", "2023-09-21": "Independence Day", "2023-12-08": "Feast of the Immaculate Conception", "2023-12-13": "Republic Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-10": "Feast of Saint Paul's Shipwreck", "2024-03-19": "Feast of Saint Joseph", "2024-03-29": "Good Friday", "2024-03-31": "Freedom Day", "2024-05-01": "Worker's Day", "2024-06-07": "Sette Giugno", "2024-06-29": "Feast of Saint Peter and Saint Paul", "2024-08-15": "Feast of the Assumption", "2024-09-08": "Feast of Our Lady of Victories", "2024-09-21": "Independence Day", "2024-12-08": "Feast of the Immaculate Conception", "2024-12-13": "Republic Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-02-10": "Feast of Saint Paul's Shipwreck", "2025-03-19": "Feast of Saint Joseph", "2025-03-31": "Freedom Day", "2025-04-18": "Good Friday", "2025-05-01": "Worker's Day", "2025-06-07": "Sette Giugno", "2025-06-29": "Feast of Saint Peter and Saint Paul", "2025-08-15": "Feast of the Assumption", "2025-09-08": "Feast of Our Lady of Victories", "2025-09-21": "Independence Day", "2025-12-08": "Feast of the Immaculate Conception", "2025-12-13": "Republic Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-10": "Feast of Saint Paul's Shipwreck", "2026-03-19": "Feast of Saint Joseph", "2026-03-31": "Freedom Day", "2026-04-03": "Good Friday", "2026-05-01": "Worker's Day", "2026-06-07": "Sette Giugno", "2026-06-29": "Feast of Saint Peter and Saint Paul", "2026-08-15": "Feast of the Assumption", "2026-09-08": "Feast of Our Lady of Victories", "2026-09-21": "Independence Day", "2026-12-08": "Feast of the Immaculate Conception", "2026-12-13": "Republic Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-10": "Feast of Saint Paul's Shipwreck", "2027-03-19": "Feast of Saint Joseph", "2027-03-26": "Good Friday", "2027-03-31": "Freedom Day", "2027-05-01": "Worker's Day", "2027-06-07": "Sette Giugno", "2027-06-29": "Feast of Saint Peter and Saint Paul", "2027-08-15": "Feast of the Assumption", "2027-09-08": "Feast of Our Lady of Victories", "2027-09-21": "Independence Day", "2027-12-08": "Feast of the Immaculate Conception", "2027-12-13": "Republic Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-10": "Feast of Saint Paul's Shipwreck", "2028-03-19": "Feast of Saint Joseph", "2028-03-31": "Freedom Day", "2028-04-14": "Good Friday", "2028-05-01": "Worker's Day", "2028-06-07": "Sette Giugno", "2028-06-29": "Feast of Saint Peter and Saint Paul", "2028-08-15": "Feast of the Assumption", "2028-09-08": "Feast of Our Lady of Victories", "2028-09-21": "Independence Day", "2028-12-08": "Feast of the Immaculate Conception", "2028-12-13": "Republic Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-10": "Feast of Saint Paul's Shipwreck", "2029-03-19": "Feast of Saint Joseph", "2029-03-30": "Good Friday", "2029-03-31": "Freedom Day", "2029-05-01": "Worker's Day", "2029-06-07": "Sette Giugno", "2029-06-29": "Feast of Saint Peter and Saint Paul", "2029-08-15": "Feast of the Assumption", "2029-09-08": "Feast of Our Lady of Victories", "2029-09-21": "Independence Day", "2029-12-08": "Feast of the Immaculate Conception", "2029-12-13": "Republic Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-10": "Feast of Saint Paul's Shipwreck", "2030-03-19": "Feast of Saint Joseph", "2030-03-31": "Freedom Day", "2030-04-19": "Good Friday", "2030-05-01": "Worker's Day", "2030-06-07": "Sette Giugno", "2030-06-29": "Feast of Saint Peter and Saint Paul", "2030-08-15": "Feast of the Assumption", "2030-09-08": "Feast of Our Lady of Victories", "2030-09-21": "Independence Day", "2030-12-08": "Feast of the Immaculate Conception", "2030-12-13": "Republic Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-02-10": "Feast of Saint Paul's Shipwreck", "2031-03-19": "Feast of Saint Joseph", "2031-03-31": "Freedom Day", "2031-04-11": "Good Friday", "2031-05-01": "Worker's Day", "2031-06-07": "Sette Giugno", "2031-06-29": "Feast of Saint Peter and Saint Paul", "2031-08-15": "Feast of the Assumption", "2031-09-08": "Feast of Our Lady of Victories", "2031-09-21": "Independence Day", "2031-12-08": "Feast of the Immaculate Conception", "2031-12-13": "Republic Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-02-10": "Feast of Saint Paul's Shipwreck", "2032-03-19": "Feast of Saint Joseph", "2032-03-26": "Good Friday", "2032-03-31": "Freedom Day", "2032-05-01": "Worker's Day", "2032-06-07": "Sette Giugno", "2032-06-29": "Feast of Saint Peter and Saint Paul", "2032-08-15": "Feast of the Assumption", "2032-09-08": "Feast of Our Lady of Victories", "2032-09-21": "Independence Day", "2032-12-08": "Feast of the Immaculate Conception", "2032-12-13": "Republic Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-02-10": "Feast of Saint Paul's Shipwreck", "2033-03-19": "Feast of Saint Joseph", "2033-03-31": "Freedom Day", "2033-04-15": "Good Friday", "2033-05-01": "Worker's Day", "2033-06-07": "Sette Giugno", "2033-06-29": "Feast of Saint Peter and Saint Paul", "2033-08-15": "Feast of the Assumption", "2033-09-08": "Feast of Our Lady of Victories", "2033-09-21": "Independence Day", "2033-12-08": "Feast of the Immaculate Conception", "2033-12-13": "Republic Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-10": "Feast of Saint Paul's Shipwreck", "2034-03-19": "Feast of Saint Joseph", "2034-03-31": "Freedom Day", "2034-04-07": "Good Friday", "2034-05-01": "Worker's Day", "2034-06-07": "Sette Giugno", "2034-06-29": "Feast of Saint Peter and Saint Paul", "2034-08-15": "Feast of the Assumption", "2034-09-08": "Feast of Our Lady of Victories", "2034-09-21": "Independence Day", "2034-12-08": "Feast of the Immaculate Conception", "2034-12-13": "Republic Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-10": "Feast of Saint Paul's Shipwreck", "2035-03-19": "Feast of Saint Joseph", "2035-03-23": "Good Friday", "2035-03-31": "Freedom Day", "2035-05-01": "Worker's Day", "2035-06-07": "Sette Giugno", "2035-06-29": "Feast of Saint Peter and Saint Paul", "2035-08-15": "Feast of the Assumption", "2035-09-08": "Feast of Our Lady of Victories", "2035-09-21": "Independence Day", "2035-12-08": "Feast of the Immaculate Conception", "2035-12-13": "Republic Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-10": "Feast of Saint Paul's Shipwreck", "2036-03-19": "Feast of Saint Joseph", "2036-03-31": "Freedom Day", "2036-04-11": "Good Friday", "2036-05-01": "Worker's Day", "2036-06-07": "Sette Giugno", "2036-06-29": "Feast of Saint Peter and Saint Paul", "2036-08-15": "Feast of the Assumption", "2036-09-08": "Feast of Our Lady of Victories", "2036-09-21": "Independence Day", "2036-12-08": "Feast of the Immaculate Conception", "2036-12-13": "Republic Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-02-10": "Feast of Saint Paul's Shipwreck", "2037-03-19": "Feast of Saint Joseph", "2037-03-31": "Freedom Day", "2037-04-03": "Good Friday", "2037-05-01": "Worker's Day", "2037-06-07": "Sette Giugno", "2037-06-29": "Feast of Saint Peter and Saint Paul", "2037-08-15": "Feast of the Assumption", "2037-09-08": "Feast of Our Lady of Victories", "2037-09-21": "Independence Day", "2037-12-08": "Feast of the Immaculate Conception", "2037-12-13": "Republic Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-02-10": "Feast of Saint Paul's Shipwreck", "2038-03-19": "Feast of Saint Joseph", "2038-03-31": "Freedom Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-07": "Sette Giugno", "2038-06-29": "Feast of Saint Peter and Saint Paul", "2038-08-15": "Feast of the Assumption", "2038-09-08": "Feast of Our Lady of Victories", "2038-09-21": "Independence Day", "2038-12-08": "Feast of the Immaculate Conception", "2038-12-13": "Republic Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-02-10": "Feast of Saint Paul's Shipwreck", "2039-03-19": "Feast of Saint Joseph", "2039-03-31": "Freedom Day", "2039-04-08": "Good Friday", "2039-05-01": "Worker's Day", "2039-06-07": "Sette Giugno", "2039-06-29": "Feast of Saint Peter and Saint Paul", "2039-08-15": "Feast of the Assumption", "2039-09-08": "Feast of Our Lady of Victories", "2039-09-21": "Independence Day", "2039-12-08": "Feast of the Immaculate Conception", "2039-12-13": "Republic Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-02-10": "Feast of Saint Paul's Shipwreck", "2040-03-19": "Feast of Saint Joseph", "2040-03-30": "Good Friday", "2040-03-31": "Freedom Day", "2040-05-01": "Worker's Day", "2040-06-07": "Sette Giugno", "2040-06-29": "Feast of Saint Peter and Saint Paul", "2040-08-15": "Feast of the Assumption", "2040-09-08": "Feast of Our Lady of Victories", "2040-09-21": "Independence Day", "2040-12-08": "Feast of the Immaculate Conception", "2040-12-13": "Republic Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-02-10": "Feast of Saint Paul's Shipwreck", "2041-03-19": "Feast of Saint Joseph", "2041-03-31": "Freedom Day", "2041-04-19": "Good Friday", "2041-05-01": "Worker's Day", "2041-06-07": "Sette Giugno", "2041-06-29": "Feast of Saint Peter and Saint Paul", "2041-08-15": "Feast of the Assumption", "2041-09-08": "Feast of Our Lady of Victories", "2041-09-21": "Independence Day", "2041-12-08": "Feast of the Immaculate Conception", "2041-12-13": "Republic Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-10": "Feast of Saint Paul's Shipwreck", "2042-03-19": "Feast of Saint Joseph", "2042-03-31": "Freedom Day", "2042-04-04": "Good Friday", "2042-05-01": "Worker's Day", "2042-06-07": "Sette Giugno", "2042-06-29": "Feast of Saint Peter and Saint Paul", "2042-08-15": "Feast of the Assumption", "2042-09-08": "Feast of Our Lady of Victories", "2042-09-21": "Independence Day", "2042-12-08": "Feast of the Immaculate Conception", "2042-12-13": "Republic Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Feast of Saint Paul's Shipwreck", "2043-03-19": "Feast of Saint Joseph", "2043-03-27": "Good Friday", "2043-03-31": "Freedom Day", "2043-05-01": "Worker's Day", "2043-06-07": "Sette Giugno", "2043-06-29": "Feast of Saint Peter and Saint Paul", "2043-08-15": "Feast of the Assumption", "2043-09-08": "Feast of Our Lady of Victories", "2043-09-21": "Independence Day", "2043-12-08": "Feast of the Immaculate Conception", "2043-12-13": "Republic Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-10": "Feast of Saint Paul's Shipwreck", "2044-03-19": "Feast of Saint Joseph", "2044-03-31": "Freedom Day", "2044-04-15": "Good Friday", "2044-05-01": "Worker's Day", "2044-06-07": "Sette Giugno", "2044-06-29": "Feast of Saint Peter and Saint Paul", "2044-08-15": "Feast of the Assumption", "2044-09-08": "Feast of Our Lady of Victories", "2044-09-21": "Independence Day", "2044-12-08": "Feast of the Immaculate Conception", "2044-12-13": "Republic Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-10": "Feast of Saint Paul's Shipwreck", "2045-03-19": "Feast of Saint Joseph", "2045-03-31": "Freedom Day", "2045-04-07": "Good Friday", "2045-05-01": "Worker's Day", "2045-06-07": "Sette Giugno", "2045-06-29": "Feast of Saint Peter and Saint Paul", "2045-08-15": "Feast of the Assumption", "2045-09-08": "Feast of Our Lady of Victories", "2045-09-21": "Independence Day", "2045-12-08": "Feast of the Immaculate Conception", "2045-12-13": "Republic Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-10": "Feast of Saint Paul's Shipwreck", "2046-03-19": "Feast of Saint Joseph", "2046-03-23": "Good Friday", "2046-03-31": "Freedom Day", "2046-05-01": "Worker's Day", "2046-06-07": "Sette Giugno", "2046-06-29": "Feast of Saint Peter and Saint Paul", "2046-08-15": "Feast of the Assumption", "2046-09-08": "Feast of Our Lady of Victories", "2046-09-21": "Independence Day", "2046-12-08": "Feast of the Immaculate Conception", "2046-12-13": "Republic Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-10": "Feast of Saint Paul's Shipwreck", "2047-03-19": "Feast of Saint Joseph", "2047-03-31": "Freedom Day", "2047-04-12": "Good Friday", "2047-05-01": "Worker's Day", "2047-06-07": "Sette Giugno", "2047-06-29": "Feast of Saint Peter and Saint Paul", "2047-08-15": "Feast of the Assumption", "2047-09-08": "Feast of Our Lady of Victories", "2047-09-21": "Independence Day", "2047-12-08": "Feast of the Immaculate Conception", "2047-12-13": "Republic Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-10": "Feast of Saint Paul's Shipwreck", "2048-03-19": "Feast of Saint Joseph", "2048-03-31": "Freedom Day", "2048-04-03": "Good Friday", "2048-05-01": "Worker's Day", "2048-06-07": "Sette Giugno", "2048-06-29": "Feast of Saint Peter and Saint Paul", "2048-08-15": "Feast of the Assumption", "2048-09-08": "Feast of Our Lady of Victories", "2048-09-21": "Independence Day", "2048-12-08": "Feast of the Immaculate Conception", "2048-12-13": "Republic Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-10": "Feast of Saint Paul's Shipwreck", "2049-03-19": "Feast of Saint Joseph", "2049-03-31": "Freedom Day", "2049-04-16": "Good Friday", "2049-05-01": "Worker's Day", "2049-06-07": "Sette Giugno", "2049-06-29": "Feast of Saint Peter and Saint Paul", "2049-08-15": "Feast of the Assumption", "2049-09-08": "Feast of Our Lady of Victories", "2049-09-21": "Independence Day", "2049-12-08": "Feast of the Immaculate Conception", "2049-12-13": "Republic Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-10": "Feast of Saint Paul's Shipwreck", "2050-03-19": "Feast of Saint Joseph", "2050-03-31": "Freedom Day", "2050-04-08": "Good Friday", "2050-05-01": "Worker's Day", "2050-06-07": "Sette Giugno", "2050-06-29": "Feast of Saint Peter and Saint Paul", "2050-08-15": "Feast of the Assumption", "2050-09-08": "Feast of Our Lady of Victories", "2050-09-21": "Independence Day", "2050-12-08": "Feast of the Immaculate Conception", "2050-12-13": "Republic Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/MV_COMMON.json000066400000000000000000002373601500152103600216030ustar00rootroot00000000000000{ "1950-01-01": "Mawlid al-Nabi (estimated); New Year's Day", "1950-01-20": "The Day Maldives Embraced Islam (estimated)", "1950-05-01": "Labor Day", "1950-06-17": "Beginning of Ramadan (estimated)", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr (estimated)", "1950-07-18": "Eid al-Fitr (estimated)", "1950-07-26": "Independence Day", "1950-09-22": "Hajj Day (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha (estimated)", "1950-09-25": "Eid al-Adha (estimated)", "1950-09-26": "Eid al-Adha (estimated)", "1950-10-13": "Islamic New Year (estimated)", "1950-11-03": "Victory Day", "1950-11-11": "Republic Day", "1950-12-11": "National Day (estimated)", "1950-12-22": "Mawlid al-Nabi (estimated)", "1951-01-01": "New Year's Day", "1951-01-10": "The Day Maldives Embraced Islam (estimated)", "1951-05-01": "Labor Day", "1951-06-06": "Beginning of Ramadan (estimated)", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr (estimated)", "1951-07-08": "Eid al-Fitr (estimated)", "1951-07-26": "Independence Day", "1951-09-11": "Hajj Day (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha (estimated)", "1951-09-14": "Eid al-Adha (estimated)", "1951-09-15": "Eid al-Adha (estimated)", "1951-10-02": "Islamic New Year (estimated)", "1951-11-03": "Victory Day", "1951-11-11": "Republic Day", "1951-11-30": "National Day (estimated)", "1951-12-11": "Mawlid al-Nabi (estimated)", "1951-12-30": "The Day Maldives Embraced Islam (estimated)", "1952-01-01": "New Year's Day", "1952-05-01": "Labor Day", "1952-05-25": "Beginning of Ramadan (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (estimated)", "1952-06-25": "Eid al-Fitr (estimated)", "1952-07-26": "Independence Day", "1952-08-30": "Hajj Day (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha (estimated)", "1952-09-02": "Eid al-Adha (estimated)", "1952-09-03": "Eid al-Adha (estimated)", "1952-09-21": "Islamic New Year (estimated)", "1952-11-03": "Victory Day", "1952-11-11": "Republic Day", "1952-11-19": "National Day (estimated)", "1952-11-30": "Mawlid al-Nabi (estimated)", "1952-12-18": "The Day Maldives Embraced Islam (estimated)", "1953-01-01": "New Year's Day", "1953-05-01": "Labor Day", "1953-05-14": "Beginning of Ramadan (estimated)", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (estimated)", "1953-06-15": "Eid al-Fitr (estimated)", "1953-07-26": "Independence Day", "1953-08-19": "Hajj Day (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha (estimated)", "1953-08-22": "Eid al-Adha (estimated)", "1953-08-23": "Eid al-Adha (estimated)", "1953-09-10": "Islamic New Year (estimated)", "1953-11-03": "Victory Day", "1953-11-08": "National Day (estimated)", "1953-11-11": "Republic Day", "1953-11-19": "Mawlid al-Nabi (estimated)", "1953-12-07": "The Day Maldives Embraced Islam (estimated)", "1954-01-01": "New Year's Day", "1954-05-01": "Labor Day", "1954-05-04": "Beginning of Ramadan (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (estimated)", "1954-06-04": "Eid al-Fitr (estimated)", "1954-07-26": "Independence Day", "1954-08-08": "Hajj Day (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha (estimated)", "1954-08-11": "Eid al-Adha (estimated)", "1954-08-12": "Eid al-Adha (estimated)", "1954-08-30": "Islamic New Year (estimated)", "1954-10-28": "National Day (estimated)", "1954-11-03": "Victory Day", "1954-11-08": "Mawlid al-Nabi (estimated)", "1954-11-11": "Republic Day", "1954-11-27": "The Day Maldives Embraced Islam (estimated)", "1955-01-01": "New Year's Day", "1955-04-24": "Beginning of Ramadan (estimated)", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (estimated)", "1955-05-25": "Eid al-Fitr (estimated)", "1955-07-26": "Independence Day", "1955-07-29": "Hajj Day (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha (estimated)", "1955-08-01": "Eid al-Adha (estimated)", "1955-08-02": "Eid al-Adha (estimated)", "1955-08-20": "Islamic New Year (estimated)", "1955-10-18": "National Day (estimated)", "1955-10-29": "Mawlid al-Nabi (estimated)", "1955-11-03": "Victory Day", "1955-11-11": "Republic Day", "1955-11-17": "The Day Maldives Embraced Islam (estimated)", "1956-01-01": "New Year's Day", "1956-04-12": "Beginning of Ramadan (estimated)", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (estimated)", "1956-05-13": "Eid al-Fitr (estimated)", "1956-07-18": "Hajj Day (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha (estimated)", "1956-07-21": "Eid al-Adha (estimated)", "1956-07-22": "Eid al-Adha (estimated)", "1956-07-26": "Independence Day", "1956-08-08": "Islamic New Year (estimated)", "1956-10-06": "National Day (estimated)", "1956-10-17": "Mawlid al-Nabi (estimated)", "1956-11-03": "Victory Day", "1956-11-04": "The Day Maldives Embraced Islam (estimated)", "1956-11-11": "Republic Day", "1957-01-01": "New Year's Day", "1957-04-01": "Beginning of Ramadan (estimated)", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-05-02": "Eid al-Fitr (estimated)", "1957-05-03": "Eid al-Fitr (estimated)", "1957-07-07": "Hajj Day (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha (estimated)", "1957-07-10": "Eid al-Adha (estimated)", "1957-07-11": "Eid al-Adha (estimated)", "1957-07-26": "Independence Day", "1957-07-28": "Islamic New Year (estimated)", "1957-09-25": "National Day (estimated)", "1957-10-06": "Mawlid al-Nabi (estimated)", "1957-10-24": "The Day Maldives Embraced Islam (estimated)", "1957-11-03": "Victory Day", "1957-11-11": "Republic Day", "1958-01-01": "New Year's Day", "1958-03-21": "Beginning of Ramadan (estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (estimated)", "1958-04-22": "Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-26": "Hajj Day (estimated)", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha (estimated)", "1958-06-29": "Eid al-Adha (estimated)", "1958-06-30": "Eid al-Adha (estimated)", "1958-07-18": "Islamic New Year (estimated)", "1958-07-26": "Independence Day", "1958-09-15": "National Day (estimated)", "1958-09-26": "Mawlid al-Nabi (estimated)", "1958-10-15": "The Day Maldives Embraced Islam (estimated)", "1958-11-03": "Victory Day", "1958-11-11": "Republic Day", "1959-01-01": "New Year's Day", "1959-03-11": "Beginning of Ramadan (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (estimated)", "1959-04-12": "Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-06-16": "Hajj Day (estimated)", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha (estimated)", "1959-06-19": "Eid al-Adha (estimated)", "1959-06-20": "Eid al-Adha (estimated)", "1959-07-07": "Islamic New Year (estimated)", "1959-07-26": "Independence Day", "1959-09-04": "National Day (estimated)", "1959-09-15": "Mawlid al-Nabi (estimated)", "1959-10-03": "The Day Maldives Embraced Islam (estimated)", "1959-11-03": "Victory Day", "1959-11-11": "Republic Day", "1960-01-01": "New Year's Day", "1960-02-28": "Beginning of Ramadan (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (estimated)", "1960-03-30": "Eid al-Fitr (estimated)", "1960-05-01": "Labor Day", "1960-06-03": "Hajj Day (estimated)", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha (estimated)", "1960-06-06": "Eid al-Adha (estimated)", "1960-06-07": "Eid al-Adha (estimated)", "1960-06-25": "Islamic New Year (estimated)", "1960-07-26": "Independence Day", "1960-08-23": "National Day (estimated)", "1960-09-03": "Mawlid al-Nabi (estimated)", "1960-09-22": "The Day Maldives Embraced Islam (estimated)", "1960-11-03": "Victory Day", "1960-11-11": "Republic Day", "1961-01-01": "New Year's Day", "1961-02-16": "Beginning of Ramadan (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (estimated)", "1961-03-20": "Eid al-Fitr (estimated)", "1961-05-01": "Labor Day", "1961-05-24": "Hajj Day (estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha (estimated)", "1961-05-27": "Eid al-Adha (estimated)", "1961-05-28": "Eid al-Adha (estimated)", "1961-06-14": "Islamic New Year (estimated)", "1961-07-26": "Independence Day", "1961-08-12": "National Day (estimated)", "1961-08-23": "Mawlid al-Nabi (estimated)", "1961-09-11": "The Day Maldives Embraced Islam (estimated)", "1961-11-03": "Victory Day", "1961-11-11": "Republic Day", "1962-01-01": "New Year's Day", "1962-02-05": "Beginning of Ramadan (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (estimated)", "1962-03-09": "Eid al-Fitr (estimated)", "1962-05-01": "Labor Day", "1962-05-13": "Hajj Day (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha (estimated)", "1962-05-16": "Eid al-Adha (estimated)", "1962-05-17": "Eid al-Adha (estimated)", "1962-06-03": "Islamic New Year (estimated)", "1962-07-26": "Independence Day", "1962-08-01": "National Day (estimated)", "1962-08-12": "Mawlid al-Nabi (estimated)", "1962-08-31": "The Day Maldives Embraced Islam (estimated)", "1962-11-03": "Victory Day", "1962-11-11": "Republic Day", "1963-01-01": "New Year's Day", "1963-01-26": "Beginning of Ramadan (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (estimated)", "1963-02-26": "Eid al-Fitr (estimated)", "1963-05-01": "Labor Day", "1963-05-02": "Hajj Day (estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha (estimated)", "1963-05-05": "Eid al-Adha (estimated)", "1963-05-06": "Eid al-Adha (estimated)", "1963-05-24": "Islamic New Year (estimated)", "1963-07-22": "National Day (estimated)", "1963-07-26": "Independence Day", "1963-08-02": "Mawlid al-Nabi (estimated)", "1963-08-20": "The Day Maldives Embraced Islam (estimated)", "1963-11-03": "Victory Day", "1963-11-11": "Republic Day", "1964-01-01": "New Year's Day", "1964-01-15": "Beginning of Ramadan (estimated)", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (estimated)", "1964-02-16": "Eid al-Fitr (estimated)", "1964-04-21": "Hajj Day (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha (estimated)", "1964-04-24": "Eid al-Adha (estimated)", "1964-04-25": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-12": "Islamic New Year (estimated)", "1964-07-10": "National Day (estimated)", "1964-07-21": "Mawlid al-Nabi (estimated)", "1964-07-26": "Independence Day", "1964-08-09": "The Day Maldives Embraced Islam (estimated)", "1964-11-03": "Victory Day", "1964-11-11": "Republic Day", "1965-01-01": "New Year's Day", "1965-01-03": "Beginning of Ramadan (estimated)", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr (estimated)", "1965-02-04": "Eid al-Fitr (estimated)", "1965-04-10": "Hajj Day (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (estimated)", "1965-04-13": "Eid al-Adha (estimated)", "1965-04-14": "Eid al-Adha (estimated)", "1965-05-01": "Islamic New Year (estimated); Labor Day", "1965-06-29": "National Day (estimated)", "1965-07-10": "Mawlid al-Nabi (estimated)", "1965-07-26": "Independence Day", "1965-07-29": "The Day Maldives Embraced Islam (estimated)", "1965-11-03": "Victory Day", "1965-11-11": "Republic Day", "1965-12-23": "Beginning of Ramadan (estimated)", "1966-01-01": "New Year's Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (estimated)", "1966-01-24": "Eid al-Fitr (estimated)", "1966-03-31": "Hajj Day (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha (estimated)", "1966-04-03": "Eid al-Adha (estimated)", "1966-04-04": "Eid al-Adha (estimated)", "1966-04-21": "Islamic New Year (estimated)", "1966-05-01": "Labor Day", "1966-06-20": "National Day (estimated)", "1966-07-01": "Mawlid al-Nabi (estimated)", "1966-07-19": "The Day Maldives Embraced Islam (estimated)", "1966-07-26": "Independence Day", "1966-11-03": "Victory Day", "1966-11-11": "Republic Day", "1966-12-13": "Beginning of Ramadan (estimated)", "1967-01-01": "New Year's Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (estimated)", "1967-01-14": "Eid al-Fitr (estimated)", "1967-03-20": "Hajj Day (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha (estimated)", "1967-03-23": "Eid al-Adha (estimated)", "1967-03-24": "Eid al-Adha (estimated)", "1967-04-11": "Islamic New Year (estimated)", "1967-05-01": "Labor Day", "1967-06-08": "National Day (estimated)", "1967-06-19": "Mawlid al-Nabi (estimated)", "1967-07-08": "The Day Maldives Embraced Islam (estimated)", "1967-07-26": "Independence Day", "1967-11-03": "Victory Day", "1967-11-11": "Republic Day", "1967-12-02": "Beginning of Ramadan (estimated)", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (estimated)", "1968-01-03": "Eid al-Fitr (estimated)", "1968-03-08": "Hajj Day (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha (estimated)", "1968-03-11": "Eid al-Adha (estimated)", "1968-03-12": "Eid al-Adha (estimated)", "1968-03-30": "Islamic New Year (estimated)", "1968-05-01": "Labor Day", "1968-05-28": "National Day (estimated)", "1968-06-08": "Mawlid al-Nabi (estimated)", "1968-06-27": "The Day Maldives Embraced Islam (estimated)", "1968-07-26": "Independence Day", "1968-11-03": "Victory Day", "1968-11-11": "Republic Day", "1968-11-21": "Beginning of Ramadan (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (estimated)", "1968-12-23": "Eid al-Fitr (estimated)", "1969-01-01": "New Year's Day", "1969-02-26": "Hajj Day (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha (estimated)", "1969-03-01": "Eid al-Adha (estimated)", "1969-03-02": "Eid al-Adha (estimated)", "1969-03-19": "Islamic New Year (estimated)", "1969-05-01": "Labor Day", "1969-05-17": "National Day (estimated)", "1969-05-28": "Mawlid al-Nabi (estimated)", "1969-06-16": "The Day Maldives Embraced Islam (estimated)", "1969-07-26": "Independence Day", "1969-11-03": "Victory Day", "1969-11-10": "Beginning of Ramadan (estimated)", "1969-11-11": "Republic Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (estimated)", "1969-12-12": "Eid al-Fitr (estimated)", "1970-01-01": "New Year's Day", "1970-02-15": "Hajj Day (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (estimated)", "1970-02-18": "Eid al-Adha (estimated)", "1970-02-19": "Eid al-Adha (estimated)", "1970-03-09": "Islamic New Year (estimated)", "1970-05-01": "Labor Day", "1970-05-07": "National Day (estimated)", "1970-05-18": "Mawlid al-Nabi (estimated)", "1970-06-06": "The Day Maldives Embraced Islam (estimated)", "1970-07-26": "Independence Day", "1970-11-01": "Beginning of Ramadan (estimated)", "1970-11-03": "Victory Day", "1970-11-11": "Republic Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (estimated)", "1970-12-02": "Eid al-Fitr (estimated)", "1971-01-01": "New Year's Day", "1971-02-05": "Hajj Day (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (estimated)", "1971-02-08": "Eid al-Adha (estimated)", "1971-02-09": "Eid al-Adha (estimated)", "1971-02-26": "Islamic New Year (estimated)", "1971-04-26": "National Day (estimated)", "1971-05-01": "Labor Day", "1971-05-07": "Mawlid al-Nabi (estimated)", "1971-05-26": "The Day Maldives Embraced Islam (estimated)", "1971-07-26": "Independence Day", "1971-10-20": "Beginning of Ramadan (estimated)", "1971-11-03": "Victory Day", "1971-11-11": "Republic Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (estimated)", "1971-11-21": "Eid al-Fitr (estimated)", "1972-01-01": "New Year's Day", "1972-01-25": "Hajj Day (estimated)", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (estimated)", "1972-01-28": "Eid al-Adha (estimated)", "1972-01-29": "Eid al-Adha (estimated)", "1972-02-16": "Islamic New Year (estimated)", "1972-04-14": "National Day (estimated)", "1972-04-25": "Mawlid al-Nabi (estimated)", "1972-05-01": "Labor Day", "1972-05-14": "The Day Maldives Embraced Islam (estimated)", "1972-07-26": "Independence Day", "1972-10-08": "Beginning of Ramadan (estimated)", "1972-11-03": "Victory Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (estimated)", "1972-11-09": "Eid al-Fitr (estimated)", "1972-11-11": "Republic Day", "1973-01-01": "New Year's Day", "1973-01-13": "Hajj Day (estimated)", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (estimated)", "1973-01-16": "Eid al-Adha (estimated)", "1973-01-17": "Eid al-Adha (estimated)", "1973-02-04": "Islamic New Year (estimated)", "1973-04-04": "National Day (estimated)", "1973-04-15": "Mawlid al-Nabi (estimated)", "1973-05-01": "Labor Day", "1973-05-04": "The Day Maldives Embraced Islam (estimated)", "1973-07-26": "Independence Day", "1973-09-27": "Beginning of Ramadan (estimated)", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (estimated)", "1973-10-29": "Eid al-Fitr (estimated)", "1973-11-03": "Victory Day", "1973-11-11": "Republic Day", "1974-01-01": "New Year's Day", "1974-01-02": "Hajj Day (estimated)", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (estimated)", "1974-01-05": "Eid al-Adha (estimated)", "1974-01-06": "Eid al-Adha (estimated)", "1974-01-24": "Islamic New Year (estimated)", "1974-03-24": "National Day (estimated)", "1974-04-04": "Mawlid al-Nabi (estimated)", "1974-04-23": "The Day Maldives Embraced Islam (estimated)", "1974-05-01": "Labor Day", "1974-07-26": "Independence Day", "1974-09-17": "Beginning of Ramadan (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (estimated)", "1974-10-18": "Eid al-Fitr (estimated)", "1974-11-03": "Victory Day", "1974-11-11": "Republic Day", "1974-12-23": "Hajj Day (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha (estimated)", "1974-12-26": "Eid al-Adha (estimated)", "1974-12-27": "Eid al-Adha (estimated)", "1975-01-01": "New Year's Day", "1975-01-13": "Islamic New Year (estimated)", "1975-03-13": "National Day (estimated)", "1975-03-24": "Mawlid al-Nabi (estimated)", "1975-04-12": "The Day Maldives Embraced Islam (estimated)", "1975-05-01": "Labor Day", "1975-07-26": "Independence Day", "1975-09-06": "Beginning of Ramadan (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (estimated)", "1975-10-08": "Eid al-Fitr (estimated)", "1975-11-03": "Victory Day", "1975-11-11": "Republic Day", "1975-12-12": "Hajj Day (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (estimated)", "1975-12-15": "Eid al-Adha (estimated)", "1975-12-16": "Eid al-Adha (estimated)", "1976-01-01": "New Year's Day", "1976-01-02": "Islamic New Year (estimated)", "1976-03-01": "National Day (estimated)", "1976-03-12": "Mawlid al-Nabi (estimated)", "1976-03-31": "The Day Maldives Embraced Islam (estimated)", "1976-05-01": "Labor Day", "1976-07-26": "Independence Day", "1976-08-26": "Beginning of Ramadan (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (estimated)", "1976-09-26": "Eid al-Fitr (estimated)", "1976-11-03": "Victory Day", "1976-11-11": "Republic Day", "1976-11-30": "Hajj Day (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (estimated)", "1976-12-03": "Eid al-Adha (estimated)", "1976-12-04": "Eid al-Adha (estimated)", "1976-12-22": "Islamic New Year (estimated)", "1977-01-01": "New Year's Day", "1977-02-19": "National Day (estimated)", "1977-03-02": "Mawlid al-Nabi (estimated)", "1977-03-20": "The Day Maldives Embraced Islam (estimated)", "1977-05-01": "Labor Day", "1977-07-26": "Independence Day", "1977-08-15": "Beginning of Ramadan (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (estimated)", "1977-09-16": "Eid al-Fitr (estimated)", "1977-11-03": "Victory Day", "1977-11-11": "Republic Day", "1977-11-20": "Hajj Day (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (estimated)", "1977-11-23": "Eid al-Adha (estimated)", "1977-11-24": "Eid al-Adha (estimated)", "1977-12-11": "Islamic New Year (estimated)", "1978-01-01": "New Year's Day", "1978-02-08": "National Day (estimated)", "1978-02-19": "Mawlid al-Nabi (estimated)", "1978-03-10": "The Day Maldives Embraced Islam (estimated)", "1978-05-01": "Labor Day", "1978-07-26": "Independence Day", "1978-08-05": "Beginning of Ramadan (estimated)", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (estimated)", "1978-09-05": "Eid al-Fitr (estimated)", "1978-11-03": "Victory Day", "1978-11-09": "Hajj Day (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (estimated); Republic Day", "1978-11-12": "Eid al-Adha (estimated)", "1978-11-13": "Eid al-Adha (estimated)", "1978-12-01": "Islamic New Year (estimated)", "1979-01-01": "New Year's Day", "1979-01-29": "National Day (estimated)", "1979-02-09": "Mawlid al-Nabi (estimated)", "1979-02-27": "The Day Maldives Embraced Islam (estimated)", "1979-05-01": "Labor Day", "1979-07-25": "Beginning of Ramadan (estimated)", "1979-07-26": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (estimated)", "1979-08-25": "Eid al-Fitr (estimated)", "1979-10-30": "Hajj Day (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (estimated)", "1979-11-02": "Eid al-Adha (estimated)", "1979-11-03": "Eid al-Adha (estimated); Victory Day", "1979-11-11": "Republic Day", "1979-11-20": "Islamic New Year (estimated)", "1980-01-01": "New Year's Day", "1980-01-19": "National Day (estimated)", "1980-01-30": "Mawlid al-Nabi (estimated)", "1980-02-17": "The Day Maldives Embraced Islam (estimated)", "1980-05-01": "Labor Day", "1980-07-13": "Beginning of Ramadan (estimated)", "1980-07-26": "Independence Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (estimated)", "1980-08-14": "Eid al-Fitr (estimated)", "1980-10-18": "Hajj Day (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (estimated)", "1980-10-21": "Eid al-Adha (estimated)", "1980-10-22": "Eid al-Adha (estimated)", "1980-11-03": "Victory Day", "1980-11-09": "Islamic New Year (estimated)", "1980-11-11": "Republic Day", "1981-01-01": "New Year's Day", "1981-01-07": "National Day (estimated)", "1981-01-18": "Mawlid al-Nabi (estimated)", "1981-02-05": "The Day Maldives Embraced Islam (estimated)", "1981-05-01": "Labor Day", "1981-07-02": "Beginning of Ramadan (estimated)", "1981-07-26": "Independence Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (estimated)", "1981-08-03": "Eid al-Fitr (estimated)", "1981-10-07": "Hajj Day (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (estimated)", "1981-10-10": "Eid al-Adha (estimated)", "1981-10-11": "Eid al-Adha (estimated)", "1981-10-28": "Islamic New Year (estimated)", "1981-11-03": "Victory Day", "1981-11-11": "Republic Day", "1981-12-27": "National Day (estimated)", "1982-01-01": "New Year's Day", "1982-01-07": "Mawlid al-Nabi (estimated)", "1982-01-26": "The Day Maldives Embraced Islam (estimated)", "1982-05-01": "Labor Day", "1982-06-22": "Beginning of Ramadan (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (estimated)", "1982-07-23": "Eid al-Fitr (estimated)", "1982-07-26": "Independence Day", "1982-09-26": "Hajj Day (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (estimated)", "1982-09-29": "Eid al-Adha (estimated)", "1982-09-30": "Eid al-Adha (estimated)", "1982-10-18": "Islamic New Year (estimated)", "1982-11-03": "Victory Day", "1982-11-11": "Republic Day", "1982-12-16": "National Day (estimated)", "1982-12-27": "Mawlid al-Nabi (estimated)", "1983-01-01": "New Year's Day", "1983-01-15": "The Day Maldives Embraced Islam (estimated)", "1983-05-01": "Labor Day", "1983-06-12": "Beginning of Ramadan (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (estimated)", "1983-07-13": "Eid al-Fitr (estimated)", "1983-07-26": "Independence Day", "1983-09-16": "Hajj Day (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (estimated)", "1983-09-19": "Eid al-Adha (estimated)", "1983-09-20": "Eid al-Adha (estimated)", "1983-10-07": "Islamic New Year (estimated)", "1983-11-03": "Victory Day", "1983-11-11": "Republic Day", "1983-12-05": "National Day (estimated)", "1983-12-16": "Mawlid al-Nabi (estimated)", "1984-01-01": "New Year's Day", "1984-01-04": "The Day Maldives Embraced Islam (estimated)", "1984-05-01": "Labor Day", "1984-05-31": "Beginning of Ramadan (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (estimated)", "1984-07-02": "Eid al-Fitr (estimated)", "1984-07-26": "Independence Day", "1984-09-04": "Hajj Day (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (estimated)", "1984-09-07": "Eid al-Adha (estimated)", "1984-09-08": "Eid al-Adha (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-11-03": "Victory Day", "1984-11-11": "Republic Day", "1984-11-23": "National Day (estimated)", "1984-12-04": "Mawlid al-Nabi (estimated)", "1984-12-23": "The Day Maldives Embraced Islam (estimated)", "1985-01-01": "New Year's Day", "1985-05-01": "Labor Day", "1985-05-20": "Beginning of Ramadan (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (estimated)", "1985-06-21": "Eid al-Fitr (estimated)", "1985-07-26": "Independence Day", "1985-08-25": "Hajj Day (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (estimated)", "1985-08-28": "Eid al-Adha (estimated)", "1985-08-29": "Eid al-Adha (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-11-03": "Victory Day", "1985-11-11": "Republic Day", "1985-11-13": "National Day (estimated)", "1985-11-24": "Mawlid al-Nabi (estimated)", "1985-12-13": "The Day Maldives Embraced Islam (estimated)", "1986-01-01": "New Year's Day", "1986-05-01": "Labor Day", "1986-05-09": "Beginning of Ramadan (estimated)", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (estimated)", "1986-06-10": "Eid al-Fitr (estimated)", "1986-07-26": "Independence Day", "1986-08-14": "Hajj Day (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (estimated)", "1986-08-17": "Eid al-Adha (estimated)", "1986-08-18": "Eid al-Adha (estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-11-03": "National Day (estimated); Victory Day", "1986-11-11": "Republic Day", "1986-11-14": "Mawlid al-Nabi (estimated)", "1986-12-02": "The Day Maldives Embraced Islam (estimated)", "1987-01-01": "New Year's Day", "1987-04-29": "Beginning of Ramadan (estimated)", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (estimated)", "1987-05-30": "Eid al-Fitr (estimated)", "1987-07-26": "Independence Day", "1987-08-03": "Hajj Day (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (estimated)", "1987-08-06": "Eid al-Adha (estimated)", "1987-08-07": "Eid al-Adha (estimated)", "1987-08-25": "Islamic New Year (estimated)", "1987-10-23": "National Day (estimated)", "1987-11-03": "Mawlid al-Nabi (estimated); Victory Day", "1987-11-11": "Republic Day", "1987-11-22": "The Day Maldives Embraced Islam (estimated)", "1988-01-01": "New Year's Day", "1988-04-17": "Beginning of Ramadan (estimated)", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (estimated)", "1988-05-18": "Eid al-Fitr (estimated)", "1988-07-22": "Hajj Day (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (estimated)", "1988-07-25": "Eid al-Adha (estimated)", "1988-07-26": "Eid al-Adha (estimated); Independence Day", "1988-08-13": "Islamic New Year (estimated)", "1988-10-11": "National Day (estimated)", "1988-10-22": "Mawlid al-Nabi (estimated)", "1988-11-03": "Victory Day", "1988-11-10": "The Day Maldives Embraced Islam (estimated)", "1988-11-11": "Republic Day", "1989-01-01": "New Year's Day", "1989-04-07": "Beginning of Ramadan (estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (estimated)", "1989-05-08": "Eid al-Fitr (estimated)", "1989-07-12": "Hajj Day (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (estimated)", "1989-07-15": "Eid al-Adha (estimated)", "1989-07-16": "Eid al-Adha (estimated)", "1989-07-26": "Independence Day", "1989-08-02": "Islamic New Year (estimated)", "1989-09-30": "National Day (estimated)", "1989-10-11": "Mawlid al-Nabi (estimated)", "1989-10-30": "The Day Maldives Embraced Islam (estimated)", "1989-11-03": "Victory Day", "1989-11-11": "Republic Day", "1990-01-01": "New Year's Day", "1990-03-27": "Beginning of Ramadan (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (estimated)", "1990-04-28": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-01": "Hajj Day (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (estimated)", "1990-07-04": "Eid al-Adha (estimated)", "1990-07-05": "Eid al-Adha (estimated)", "1990-07-23": "Islamic New Year (estimated)", "1990-07-26": "Independence Day", "1990-09-20": "National Day (estimated)", "1990-10-01": "Mawlid al-Nabi (estimated)", "1990-10-19": "The Day Maldives Embraced Islam (estimated)", "1990-11-03": "Victory Day", "1990-11-11": "Republic Day", "1991-01-01": "New Year's Day", "1991-03-17": "Beginning of Ramadan (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (estimated)", "1991-04-17": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-21": "Hajj Day (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (estimated)", "1991-06-24": "Eid al-Adha (estimated)", "1991-06-25": "Eid al-Adha (estimated)", "1991-07-12": "Islamic New Year (estimated)", "1991-07-26": "Independence Day", "1991-09-09": "National Day (estimated)", "1991-09-20": "Mawlid al-Nabi (estimated)", "1991-10-08": "The Day Maldives Embraced Islam (estimated)", "1991-11-03": "Victory Day", "1991-11-11": "Republic Day", "1992-01-01": "New Year's Day", "1992-03-05": "Beginning of Ramadan (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (estimated)", "1992-04-06": "Eid al-Fitr (estimated)", "1992-05-01": "Labor Day", "1992-06-10": "Hajj Day (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (estimated)", "1992-06-13": "Eid al-Adha (estimated)", "1992-06-14": "Eid al-Adha (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-07-26": "Independence Day", "1992-08-29": "National Day (estimated)", "1992-09-09": "Mawlid al-Nabi (estimated)", "1992-09-27": "The Day Maldives Embraced Islam (estimated)", "1992-11-03": "Victory Day", "1992-11-11": "Republic Day", "1993-01-01": "New Year's Day", "1993-02-22": "Beginning of Ramadan (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (estimated)", "1993-03-26": "Eid al-Fitr (estimated)", "1993-05-01": "Labor Day", "1993-05-30": "Hajj Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (estimated)", "1993-06-02": "Eid al-Adha (estimated)", "1993-06-03": "Eid al-Adha (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-07-26": "Independence Day", "1993-08-18": "National Day (estimated)", "1993-08-29": "Mawlid al-Nabi (estimated)", "1993-09-17": "The Day Maldives Embraced Islam (estimated)", "1993-11-03": "Victory Day", "1993-11-11": "Republic Day", "1994-01-01": "New Year's Day", "1994-02-11": "Beginning of Ramadan (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (estimated)", "1994-03-15": "Eid al-Fitr (estimated)", "1994-05-01": "Labor Day", "1994-05-19": "Hajj Day (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (estimated)", "1994-05-22": "Eid al-Adha (estimated)", "1994-05-23": "Eid al-Adha (estimated)", "1994-06-10": "Islamic New Year (estimated)", "1994-07-26": "Independence Day", "1994-08-08": "National Day (estimated)", "1994-08-19": "Mawlid al-Nabi (estimated)", "1994-09-06": "The Day Maldives Embraced Islam (estimated)", "1994-11-03": "Victory Day", "1994-11-11": "Republic Day", "1995-01-01": "New Year's Day", "1995-01-31": "Beginning of Ramadan (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (estimated)", "1995-03-04": "Eid al-Fitr (estimated)", "1995-05-01": "Labor Day", "1995-05-08": "Hajj Day (estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha (estimated)", "1995-05-11": "Eid al-Adha (estimated)", "1995-05-12": "Eid al-Adha (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-07-26": "Independence Day", "1995-07-28": "National Day (estimated)", "1995-08-08": "Mawlid al-Nabi (estimated)", "1995-08-27": "The Day Maldives Embraced Islam (estimated)", "1995-11-03": "Victory Day", "1995-11-11": "Republic Day", "1996-01-01": "New Year's Day", "1996-01-21": "Beginning of Ramadan (estimated)", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr (estimated)", "1996-02-21": "Eid al-Fitr (estimated)", "1996-04-26": "Hajj Day (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (estimated)", "1996-04-29": "Eid al-Adha (estimated)", "1996-04-30": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-18": "Islamic New Year (estimated)", "1996-07-16": "National Day (estimated)", "1996-07-26": "Independence Day", "1996-07-27": "Mawlid al-Nabi (estimated)", "1996-08-15": "The Day Maldives Embraced Islam (estimated)", "1996-11-03": "Victory Day", "1996-11-11": "Republic Day", "1997-01-01": "New Year's Day", "1997-01-10": "Beginning of Ramadan (estimated)", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (estimated)", "1997-02-10": "Eid al-Fitr (estimated)", "1997-04-16": "Hajj Day (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (estimated)", "1997-04-19": "Eid al-Adha (estimated)", "1997-04-20": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-07-05": "National Day (estimated)", "1997-07-16": "Mawlid al-Nabi (estimated)", "1997-07-26": "Independence Day", "1997-08-04": "The Day Maldives Embraced Islam (estimated)", "1997-11-03": "Victory Day", "1997-11-11": "Republic Day", "1997-12-30": "Beginning of Ramadan (estimated)", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (estimated)", "1998-01-31": "Eid al-Fitr (estimated)", "1998-04-06": "Hajj Day (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (estimated)", "1998-04-09": "Eid al-Adha (estimated)", "1998-04-10": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-06-25": "National Day (estimated)", "1998-07-06": "Mawlid al-Nabi (estimated)", "1998-07-24": "The Day Maldives Embraced Islam (estimated)", "1998-07-26": "Independence Day", "1998-11-03": "Victory Day", "1998-11-11": "Republic Day", "1998-12-19": "Beginning of Ramadan (estimated)", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (estimated)", "1999-01-20": "Eid al-Fitr (estimated)", "1999-03-26": "Hajj Day (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (estimated)", "1999-03-29": "Eid al-Adha (estimated)", "1999-03-30": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-06-15": "National Day (estimated)", "1999-06-26": "Mawlid al-Nabi (estimated)", "1999-07-14": "The Day Maldives Embraced Islam (estimated)", "1999-07-26": "Independence Day", "1999-11-03": "Victory Day", "1999-11-11": "Republic Day", "1999-12-09": "Beginning of Ramadan (estimated)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (estimated)", "2000-01-10": "Eid al-Fitr (estimated)", "2000-03-15": "Hajj Day (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (estimated)", "2000-03-18": "Eid al-Adha (estimated)", "2000-03-19": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-06-03": "National Day (estimated)", "2000-06-14": "Mawlid al-Nabi (estimated)", "2000-07-03": "The Day Maldives Embraced Islam (estimated)", "2000-07-26": "Independence Day", "2000-11-03": "Victory Day", "2000-11-11": "Republic Day", "2000-11-27": "Beginning of Ramadan (estimated)", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (estimated)", "2000-12-29": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-04": "Hajj Day (estimated)", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha (estimated)", "2001-03-07": "Eid al-Adha (estimated)", "2001-03-08": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-05-01": "Labor Day", "2001-05-24": "National Day (estimated)", "2001-06-04": "Mawlid al-Nabi (estimated)", "2001-06-22": "The Day Maldives Embraced Islam (estimated)", "2001-07-26": "Independence Day", "2001-11-03": "Victory Day", "2001-11-11": "Republic Day", "2001-11-16": "Beginning of Ramadan (estimated)", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr (estimated)", "2001-12-18": "Eid al-Fitr (estimated)", "2002-01-01": "New Year's Day", "2002-02-21": "Hajj Day (estimated)", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha (estimated)", "2002-02-24": "Eid al-Adha (estimated)", "2002-02-25": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-05-01": "Labor Day", "2002-05-13": "National Day (estimated)", "2002-05-24": "Mawlid al-Nabi (estimated)", "2002-06-12": "The Day Maldives Embraced Islam (estimated)", "2002-07-26": "Independence Day", "2002-11-03": "Victory Day", "2002-11-06": "Beginning of Ramadan (estimated)", "2002-11-11": "Republic Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr (estimated)", "2002-12-07": "Eid al-Fitr (estimated)", "2003-01-01": "New Year's Day", "2003-02-10": "Hajj Day (estimated)", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha (estimated)", "2003-02-13": "Eid al-Adha (estimated)", "2003-02-14": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-05-01": "Labor Day", "2003-05-02": "National Day (estimated)", "2003-05-13": "Mawlid al-Nabi (estimated)", "2003-06-01": "The Day Maldives Embraced Islam (estimated)", "2003-07-26": "Independence Day", "2003-10-26": "Beginning of Ramadan (estimated)", "2003-11-03": "Victory Day", "2003-11-11": "Republic Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr (estimated)", "2003-11-27": "Eid al-Fitr (estimated)", "2004-01-01": "New Year's Day", "2004-01-31": "Hajj Day (estimated)", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha (estimated)", "2004-02-03": "Eid al-Adha (estimated)", "2004-02-04": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-04-20": "National Day (estimated)", "2004-05-01": "Labor Day; Mawlid al-Nabi (estimated)", "2004-05-20": "The Day Maldives Embraced Islam (estimated)", "2004-07-26": "Independence Day", "2004-10-15": "Beginning of Ramadan (estimated)", "2004-11-03": "Victory Day", "2004-11-11": "Republic Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr (estimated)", "2004-11-16": "Eid al-Fitr (estimated)", "2005-01-01": "New Year's Day", "2005-01-20": "Hajj Day (estimated)", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha (estimated)", "2005-01-23": "Eid al-Adha (estimated)", "2005-01-24": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-04-10": "National Day (estimated)", "2005-04-21": "Mawlid al-Nabi (estimated)", "2005-05-01": "Labor Day", "2005-05-09": "The Day Maldives Embraced Islam (estimated)", "2005-07-26": "Independence Day", "2005-10-04": "Beginning of Ramadan (estimated)", "2005-11-03": "Eid al-Fitr (estimated); Victory Day", "2005-11-04": "Eid al-Fitr (estimated)", "2005-11-05": "Eid al-Fitr (estimated)", "2005-11-11": "Republic Day", "2006-01-01": "New Year's Day", "2006-01-09": "Hajj Day (estimated)", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha (estimated)", "2006-01-12": "Eid al-Adha (estimated)", "2006-01-13": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-03-30": "National Day (estimated)", "2006-04-10": "Mawlid al-Nabi (estimated)", "2006-04-29": "The Day Maldives Embraced Islam (estimated)", "2006-05-01": "Labor Day", "2006-07-26": "Independence Day", "2006-09-24": "Beginning of Ramadan (estimated)", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr (estimated)", "2006-10-25": "Eid al-Fitr (estimated)", "2006-11-03": "Victory Day", "2006-11-11": "Republic Day", "2006-12-30": "Hajj Day (estimated)", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha (estimated); New Year's Day", "2007-01-02": "Eid al-Adha (estimated)", "2007-01-03": "Eid al-Adha (estimated)", "2007-01-20": "Islamic New Year (estimated)", "2007-03-20": "National Day (estimated)", "2007-03-31": "Mawlid al-Nabi (estimated)", "2007-04-18": "The Day Maldives Embraced Islam (estimated)", "2007-05-01": "Labor Day", "2007-07-26": "Independence Day", "2007-09-13": "Beginning of Ramadan (estimated)", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr (estimated)", "2007-10-15": "Eid al-Fitr (estimated)", "2007-11-03": "Victory Day", "2007-11-11": "Republic Day", "2007-12-19": "Hajj Day (estimated)", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha (estimated)", "2007-12-22": "Eid al-Adha (estimated)", "2007-12-23": "Eid al-Adha (estimated)", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-03-09": "National Day (estimated)", "2008-03-20": "Mawlid al-Nabi (estimated)", "2008-04-07": "The Day Maldives Embraced Islam (estimated)", "2008-05-01": "Labor Day", "2008-07-26": "Independence Day", "2008-09-01": "Beginning of Ramadan (estimated)", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr (estimated)", "2008-10-03": "Eid al-Fitr (estimated)", "2008-11-03": "Victory Day", "2008-11-11": "Republic Day", "2008-12-07": "Hajj Day (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha (estimated)", "2008-12-10": "Eid al-Adha (estimated)", "2008-12-11": "Eid al-Adha (estimated)", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-02-26": "National Day (estimated)", "2009-03-09": "Mawlid al-Nabi (estimated)", "2009-03-28": "The Day Maldives Embraced Islam (estimated)", "2009-05-01": "Labor Day", "2009-07-26": "Independence Day", "2009-08-22": "Beginning of Ramadan (estimated)", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr (estimated)", "2009-09-22": "Eid al-Fitr (estimated)", "2009-11-03": "Victory Day", "2009-11-11": "Republic Day", "2009-11-26": "Hajj Day (estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha (estimated)", "2009-11-29": "Eid al-Adha (estimated)", "2009-11-30": "Eid al-Adha (estimated)", "2009-12-18": "Islamic New Year (estimated)", "2010-01-01": "New Year's Day", "2010-02-15": "National Day (estimated)", "2010-02-26": "Mawlid al-Nabi (estimated)", "2010-03-17": "The Day Maldives Embraced Islam (estimated)", "2010-05-01": "Labor Day", "2010-07-26": "Independence Day", "2010-08-11": "Beginning of Ramadan (estimated)", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr (estimated)", "2010-09-12": "Eid al-Fitr (estimated)", "2010-11-03": "Victory Day", "2010-11-11": "Republic Day", "2010-11-15": "Hajj Day (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha (estimated)", "2010-11-18": "Eid al-Adha (estimated)", "2010-11-19": "Eid al-Adha (estimated)", "2010-12-07": "Islamic New Year (estimated)", "2011-01-01": "New Year's Day", "2011-02-04": "National Day (estimated)", "2011-02-15": "Mawlid al-Nabi (estimated)", "2011-03-06": "The Day Maldives Embraced Islam (estimated)", "2011-05-01": "Labor Day", "2011-07-26": "Independence Day", "2011-08-01": "Beginning of Ramadan (estimated)", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr (estimated)", "2011-09-01": "Eid al-Fitr (estimated)", "2011-11-03": "Victory Day", "2011-11-05": "Hajj Day (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha (estimated)", "2011-11-08": "Eid al-Adha (estimated)", "2011-11-09": "Eid al-Adha (estimated)", "2011-11-11": "Republic Day", "2011-11-26": "Islamic New Year (estimated)", "2012-01-01": "New Year's Day", "2012-01-24": "National Day (estimated)", "2012-02-04": "Mawlid al-Nabi (estimated)", "2012-02-23": "The Day Maldives Embraced Islam (estimated)", "2012-05-01": "Labor Day", "2012-07-20": "Beginning of Ramadan (estimated)", "2012-07-26": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr (estimated)", "2012-08-21": "Eid al-Fitr (estimated)", "2012-10-25": "Hajj Day (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha (estimated)", "2012-10-28": "Eid al-Adha (estimated)", "2012-10-29": "Eid al-Adha (estimated)", "2012-11-03": "Victory Day", "2012-11-11": "Republic Day", "2012-11-15": "Islamic New Year (estimated)", "2013-01-01": "New Year's Day", "2013-01-13": "National Day (estimated)", "2013-01-24": "Mawlid al-Nabi (estimated)", "2013-02-11": "The Day Maldives Embraced Islam (estimated)", "2013-05-01": "Labor Day", "2013-07-09": "Beginning of Ramadan (estimated)", "2013-07-26": "Independence Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr (estimated)", "2013-08-10": "Eid al-Fitr (estimated)", "2013-10-14": "Hajj Day (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha (estimated)", "2013-10-17": "Eid al-Adha (estimated)", "2013-10-18": "Eid al-Adha (estimated)", "2013-11-03": "Victory Day", "2013-11-04": "Islamic New Year (estimated)", "2013-11-11": "Republic Day", "2014-01-01": "New Year's Day", "2014-01-02": "National Day (estimated)", "2014-01-13": "Mawlid al-Nabi (estimated)", "2014-02-01": "The Day Maldives Embraced Islam (estimated)", "2014-05-01": "Labor Day", "2014-06-28": "Beginning of Ramadan (estimated)", "2014-07-26": "Independence Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr (estimated)", "2014-07-30": "Eid al-Fitr (estimated)", "2014-10-03": "Hajj Day (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha (estimated)", "2014-10-06": "Eid al-Adha (estimated)", "2014-10-07": "Eid al-Adha (estimated)", "2014-10-25": "Islamic New Year (estimated)", "2014-11-03": "Victory Day", "2014-11-11": "Republic Day", "2014-12-23": "National Day (estimated)", "2015-01-01": "New Year's Day", "2015-01-03": "Mawlid al-Nabi (estimated)", "2015-01-21": "The Day Maldives Embraced Islam (estimated)", "2015-05-01": "Labor Day", "2015-06-18": "Beginning of Ramadan (estimated)", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr (estimated)", "2015-07-19": "Eid al-Fitr (estimated)", "2015-07-26": "Independence Day", "2015-09-22": "Hajj Day (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha (estimated)", "2015-09-25": "Eid al-Adha (estimated)", "2015-09-26": "Eid al-Adha (estimated)", "2015-10-14": "Islamic New Year (estimated)", "2015-11-03": "Victory Day", "2015-11-11": "Republic Day", "2015-12-12": "National Day (estimated)", "2015-12-23": "Mawlid al-Nabi (estimated)", "2016-01-01": "New Year's Day", "2016-01-11": "The Day Maldives Embraced Islam (estimated)", "2016-05-01": "Labor Day", "2016-06-06": "Beginning of Ramadan (estimated)", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr (estimated)", "2016-07-08": "Eid al-Fitr (estimated)", "2016-07-26": "Independence Day", "2016-09-10": "Hajj Day (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha (estimated)", "2016-09-13": "Eid al-Adha (estimated)", "2016-09-14": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-11-03": "Victory Day", "2016-11-11": "Republic Day", "2016-11-30": "National Day (estimated)", "2016-12-11": "Mawlid al-Nabi (estimated)", "2016-12-30": "The Day Maldives Embraced Islam (estimated)", "2017-01-01": "New Year's Day", "2017-05-01": "Labor Day", "2017-05-27": "Beginning of Ramadan (estimated)", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr (estimated)", "2017-06-27": "Eid al-Fitr (estimated)", "2017-07-26": "Independence Day", "2017-08-31": "Hajj Day (estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-02": "Eid al-Adha (estimated)", "2017-09-03": "Eid al-Adha (estimated)", "2017-09-04": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated)", "2017-11-03": "Victory Day", "2017-11-11": "Republic Day", "2017-11-19": "National Day (estimated)", "2017-11-30": "Mawlid al-Nabi (estimated)", "2017-12-19": "The Day Maldives Embraced Islam (estimated)", "2018-01-01": "New Year's Day", "2018-05-01": "Labor Day", "2018-05-16": "Beginning of Ramadan (estimated)", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-16": "Eid al-Fitr (estimated)", "2018-06-17": "Eid al-Fitr (estimated)", "2018-07-26": "Independence Day", "2018-08-20": "Hajj Day (estimated)", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-22": "Eid al-Adha (estimated)", "2018-08-23": "Eid al-Adha (estimated)", "2018-08-24": "Eid al-Adha (estimated)", "2018-09-11": "Islamic New Year (estimated)", "2018-11-03": "Victory Day", "2018-11-09": "National Day (estimated)", "2018-11-11": "Republic Day", "2018-11-20": "Mawlid al-Nabi (estimated)", "2018-12-08": "The Day Maldives Embraced Islam (estimated)", "2019-01-01": "New Year's Day", "2019-05-01": "Labor Day", "2019-05-06": "Beginning of Ramadan (estimated)", "2019-06-04": "Eid al-Fitr (estimated)", "2019-06-05": "Eid al-Fitr (estimated)", "2019-06-06": "Eid al-Fitr (estimated)", "2019-07-26": "Independence Day", "2019-08-10": "Hajj Day (estimated)", "2019-08-11": "Eid al-Adha (estimated)", "2019-08-12": "Eid al-Adha (estimated)", "2019-08-13": "Eid al-Adha (estimated)", "2019-08-14": "Eid al-Adha (estimated)", "2019-08-31": "Islamic New Year (estimated)", "2019-10-29": "National Day (estimated)", "2019-11-03": "Victory Day", "2019-11-09": "Mawlid al-Nabi (estimated)", "2019-11-11": "Republic Day", "2019-11-28": "The Day Maldives Embraced Islam (estimated)", "2020-01-01": "New Year's Day", "2020-04-24": "Beginning of Ramadan (estimated)", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr (estimated)", "2020-05-25": "Eid al-Fitr (estimated)", "2020-05-26": "Eid al-Fitr (estimated)", "2020-07-26": "Independence Day", "2020-07-30": "Hajj Day (estimated)", "2020-07-31": "Eid al-Adha (estimated)", "2020-08-01": "Eid al-Adha (estimated)", "2020-08-02": "Eid al-Adha (estimated)", "2020-08-03": "Eid al-Adha (estimated)", "2020-08-20": "Islamic New Year (estimated)", "2020-10-18": "National Day (estimated)", "2020-10-29": "Mawlid al-Nabi (estimated)", "2020-11-03": "Victory Day", "2020-11-11": "Republic Day", "2020-11-16": "The Day Maldives Embraced Islam (estimated)", "2021-01-01": "New Year's Day", "2021-04-13": "Beginning of Ramadan (estimated)", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr (estimated)", "2021-05-14": "Eid al-Fitr (estimated)", "2021-05-15": "Eid al-Fitr (estimated)", "2021-07-19": "Hajj Day (estimated)", "2021-07-20": "Eid al-Adha (estimated)", "2021-07-21": "Eid al-Adha (estimated)", "2021-07-22": "Eid al-Adha (estimated)", "2021-07-23": "Eid al-Adha (estimated)", "2021-07-26": "Independence Day", "2021-08-09": "Islamic New Year (estimated)", "2021-10-07": "National Day (estimated)", "2021-10-18": "Mawlid al-Nabi (estimated)", "2021-11-03": "Victory Day", "2021-11-06": "The Day Maldives Embraced Islam (estimated)", "2021-11-11": "Republic Day", "2022-01-01": "New Year's Day", "2022-04-02": "Beginning of Ramadan (estimated)", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr (estimated)", "2022-05-03": "Eid al-Fitr (estimated)", "2022-05-04": "Eid al-Fitr (estimated)", "2022-07-08": "Hajj Day (estimated)", "2022-07-09": "Eid al-Adha (estimated)", "2022-07-10": "Eid al-Adha (estimated)", "2022-07-11": "Eid al-Adha (estimated)", "2022-07-12": "Eid al-Adha (estimated)", "2022-07-26": "Independence Day", "2022-07-30": "Islamic New Year (estimated)", "2022-09-27": "National Day (estimated)", "2022-10-08": "Mawlid al-Nabi (estimated)", "2022-10-26": "The Day Maldives Embraced Islam (estimated)", "2022-11-03": "Victory Day", "2022-11-11": "Republic Day", "2023-01-01": "New Year's Day", "2023-03-23": "Beginning of Ramadan (estimated)", "2023-04-21": "Eid al-Fitr (estimated)", "2023-04-22": "Eid al-Fitr (estimated)", "2023-04-23": "Eid al-Fitr (estimated)", "2023-05-01": "Labor Day", "2023-06-27": "Hajj Day (estimated)", "2023-06-28": "Eid al-Adha (estimated)", "2023-06-29": "Eid al-Adha (estimated)", "2023-06-30": "Eid al-Adha (estimated)", "2023-07-01": "Eid al-Adha (estimated)", "2023-07-19": "Islamic New Year (estimated)", "2023-07-26": "Independence Day", "2023-09-16": "National Day (estimated)", "2023-09-27": "Mawlid al-Nabi (estimated)", "2023-10-16": "The Day Maldives Embraced Islam (estimated)", "2023-11-03": "Victory Day", "2023-11-11": "Republic Day", "2024-01-01": "New Year's Day", "2024-03-11": "Beginning of Ramadan (estimated)", "2024-04-10": "Eid al-Fitr (estimated)", "2024-04-11": "Eid al-Fitr (estimated)", "2024-04-12": "Eid al-Fitr (estimated)", "2024-05-01": "Labor Day", "2024-06-15": "Hajj Day (estimated)", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha (estimated)", "2024-06-18": "Eid al-Adha (estimated)", "2024-06-19": "Eid al-Adha (estimated)", "2024-07-07": "Islamic New Year (estimated)", "2024-07-26": "Independence Day", "2024-09-04": "National Day (estimated)", "2024-09-15": "Mawlid al-Nabi (estimated)", "2024-10-04": "The Day Maldives Embraced Islam (estimated)", "2024-11-03": "Victory Day", "2024-11-11": "Republic Day", "2025-01-01": "New Year's Day", "2025-03-01": "Beginning of Ramadan (estimated)", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr (estimated)", "2025-04-01": "Eid al-Fitr (estimated)", "2025-05-01": "Labor Day", "2025-06-05": "Hajj Day (estimated)", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha (estimated)", "2025-06-08": "Eid al-Adha (estimated)", "2025-06-09": "Eid al-Adha (estimated)", "2025-06-26": "Islamic New Year (estimated)", "2025-07-26": "Independence Day", "2025-08-24": "National Day (estimated)", "2025-09-04": "Mawlid al-Nabi (estimated)", "2025-09-23": "The Day Maldives Embraced Islam (estimated)", "2025-11-03": "Victory Day", "2025-11-11": "Republic Day", "2026-01-01": "New Year's Day", "2026-02-18": "Beginning of Ramadan (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (estimated)", "2026-03-22": "Eid al-Fitr (estimated)", "2026-05-01": "Labor Day", "2026-05-26": "Hajj Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (estimated)", "2026-05-29": "Eid al-Adha (estimated)", "2026-05-30": "Eid al-Adha (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-07-26": "Independence Day", "2026-08-14": "National Day (estimated)", "2026-08-25": "Mawlid al-Nabi (estimated)", "2026-09-12": "The Day Maldives Embraced Islam (estimated)", "2026-11-03": "Victory Day", "2026-11-11": "Republic Day", "2027-01-01": "New Year's Day", "2027-02-08": "Beginning of Ramadan (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-03-11": "Eid al-Fitr (estimated)", "2027-05-01": "Labor Day", "2027-05-15": "Hajj Day (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated)", "2027-05-18": "Eid al-Adha (estimated)", "2027-05-19": "Eid al-Adha (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-07-26": "Independence Day", "2027-08-03": "National Day (estimated)", "2027-08-14": "Mawlid al-Nabi (estimated)", "2027-09-02": "The Day Maldives Embraced Islam (estimated)", "2027-11-03": "Victory Day", "2027-11-11": "Republic Day", "2028-01-01": "New Year's Day", "2028-01-28": "Beginning of Ramadan (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-02-28": "Eid al-Fitr (estimated)", "2028-05-01": "Labor Day", "2028-05-04": "Hajj Day (estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (estimated)", "2028-05-07": "Eid al-Adha (estimated)", "2028-05-08": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-07-23": "National Day (estimated)", "2028-07-26": "Independence Day", "2028-08-03": "Mawlid al-Nabi (estimated)", "2028-08-22": "The Day Maldives Embraced Islam (estimated)", "2028-11-03": "Victory Day", "2028-11-11": "Republic Day", "2029-01-01": "New Year's Day", "2029-01-16": "Beginning of Ramadan (estimated)", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated)", "2029-02-16": "Eid al-Fitr (estimated)", "2029-04-23": "Hajj Day (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (estimated)", "2029-04-26": "Eid al-Adha (estimated)", "2029-04-27": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-07-13": "National Day (estimated)", "2029-07-24": "Mawlid al-Nabi (estimated)", "2029-07-26": "Independence Day", "2029-08-11": "The Day Maldives Embraced Islam (estimated)", "2029-11-03": "Victory Day", "2029-11-11": "Republic Day", "2030-01-01": "New Year's Day", "2030-01-05": "Beginning of Ramadan (estimated)", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (estimated)", "2030-02-06": "Eid al-Fitr (estimated)", "2030-04-12": "Hajj Day (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (estimated)", "2030-04-15": "Eid al-Adha (estimated)", "2030-04-16": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-07-02": "National Day (estimated)", "2030-07-13": "Mawlid al-Nabi (estimated)", "2030-07-26": "Independence Day", "2030-08-01": "The Day Maldives Embraced Islam (estimated)", "2030-11-03": "Victory Day", "2030-11-11": "Republic Day", "2030-12-26": "Beginning of Ramadan (estimated)", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-01-26": "Eid al-Fitr (estimated)", "2031-04-01": "Hajj Day (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (estimated)", "2031-04-04": "Eid al-Adha (estimated)", "2031-04-05": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-06-21": "National Day (estimated)", "2031-07-02": "Mawlid al-Nabi (estimated)", "2031-07-21": "The Day Maldives Embraced Islam (estimated)", "2031-07-26": "Independence Day", "2031-11-03": "Victory Day", "2031-11-11": "Republic Day", "2031-12-15": "Beginning of Ramadan (estimated)", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (estimated)", "2032-01-16": "Eid al-Fitr (estimated)", "2032-03-21": "Hajj Day (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (estimated)", "2032-03-24": "Eid al-Adha (estimated)", "2032-03-25": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-06-09": "National Day (estimated)", "2032-06-20": "Mawlid al-Nabi (estimated)", "2032-07-09": "The Day Maldives Embraced Islam (estimated)", "2032-07-26": "Independence Day", "2032-11-03": "Victory Day", "2032-11-11": "Republic Day", "2032-12-04": "Beginning of Ramadan (estimated)", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (estimated)", "2033-01-04": "Eid al-Fitr (estimated)", "2033-03-10": "Hajj Day (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-03-13": "Eid al-Adha (estimated)", "2033-03-14": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-29": "National Day (estimated)", "2033-06-09": "Mawlid al-Nabi (estimated)", "2033-06-28": "The Day Maldives Embraced Islam (estimated)", "2033-07-26": "Independence Day", "2033-11-03": "Victory Day", "2033-11-11": "Republic Day", "2033-11-23": "Beginning of Ramadan (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (estimated)", "2033-12-25": "Eid al-Fitr (estimated)", "2034-01-01": "New Year's Day", "2034-02-28": "Hajj Day (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (estimated)", "2034-03-03": "Eid al-Adha (estimated)", "2034-03-04": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-19": "National Day (estimated)", "2034-05-30": "Mawlid al-Nabi (estimated)", "2034-06-17": "The Day Maldives Embraced Islam (estimated)", "2034-07-26": "Independence Day", "2034-11-03": "Victory Day", "2034-11-11": "Republic Day", "2034-11-12": "Beginning of Ramadan (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2034-12-14": "Eid al-Fitr (estimated)", "2035-01-01": "New Year's Day", "2035-02-17": "Hajj Day (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-02-20": "Eid al-Adha (estimated)", "2035-02-21": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-09": "National Day (estimated)", "2035-05-20": "Mawlid al-Nabi (estimated)", "2035-06-07": "The Day Maldives Embraced Islam (estimated)", "2035-07-26": "Independence Day", "2035-11-01": "Beginning of Ramadan (estimated)", "2035-11-03": "Victory Day", "2035-11-11": "Republic Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (estimated)", "2036-01-01": "New Year's Day", "2036-02-06": "Hajj Day (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-02-09": "Eid al-Adha (estimated)", "2036-02-10": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-04-27": "National Day (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Mawlid al-Nabi (estimated)", "2036-05-27": "The Day Maldives Embraced Islam (estimated)", "2036-07-26": "Independence Day", "2036-10-20": "Beginning of Ramadan (estimated)", "2036-11-03": "Victory Day", "2036-11-11": "Republic Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2036-11-21": "Eid al-Fitr (estimated)", "2037-01-01": "New Year's Day", "2037-01-25": "Hajj Day (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-01-28": "Eid al-Adha (estimated)", "2037-01-29": "Eid al-Adha (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-04-17": "National Day (estimated)", "2037-04-28": "Mawlid al-Nabi (estimated)", "2037-05-01": "Labor Day", "2037-05-16": "The Day Maldives Embraced Islam (estimated)", "2037-07-26": "Independence Day", "2037-10-10": "Beginning of Ramadan (estimated)", "2037-11-03": "Victory Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated)", "2037-11-10": "Eid al-Fitr (estimated)", "2037-11-11": "Republic Day", "2038-01-01": "New Year's Day", "2038-01-15": "Hajj Day (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-01-18": "Eid al-Adha (estimated)", "2038-01-19": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-04-06": "National Day (estimated)", "2038-04-17": "Mawlid al-Nabi (estimated)", "2038-05-01": "Labor Day", "2038-05-05": "The Day Maldives Embraced Islam (estimated)", "2038-07-26": "Independence Day", "2038-09-30": "Beginning of Ramadan (estimated)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-10-31": "Eid al-Fitr (estimated)", "2038-11-03": "Victory Day", "2038-11-11": "Republic Day", "2039-01-01": "New Year's Day", "2039-01-04": "Hajj Day (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (estimated)", "2039-01-07": "Eid al-Adha (estimated)", "2039-01-08": "Eid al-Adha (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-03-26": "National Day (estimated)", "2039-04-06": "Mawlid al-Nabi (estimated)", "2039-04-24": "The Day Maldives Embraced Islam (estimated)", "2039-05-01": "Labor Day", "2039-07-26": "Independence Day", "2039-09-19": "Beginning of Ramadan (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-10-21": "Eid al-Fitr (estimated)", "2039-11-03": "Victory Day", "2039-11-11": "Republic Day", "2039-12-25": "Hajj Day (estimated)", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2039-12-28": "Eid al-Adha (estimated)", "2039-12-29": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-15": "Islamic New Year (estimated)", "2040-03-14": "National Day (estimated)", "2040-03-25": "Mawlid al-Nabi (estimated)", "2040-04-13": "The Day Maldives Embraced Islam (estimated)", "2040-05-01": "Labor Day", "2040-07-26": "Independence Day", "2040-09-07": "Beginning of Ramadan (estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-10-09": "Eid al-Fitr (estimated)", "2040-11-03": "Victory Day", "2040-11-11": "Republic Day", "2040-12-13": "Hajj Day (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2040-12-16": "Eid al-Adha (estimated)", "2040-12-17": "Eid al-Adha (estimated)", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-03-04": "National Day (estimated)", "2041-03-15": "Mawlid al-Nabi (estimated)", "2041-04-02": "The Day Maldives Embraced Islam (estimated)", "2041-05-01": "Labor Day", "2041-07-26": "Independence Day", "2041-08-28": "Beginning of Ramadan (estimated)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-09-28": "Eid al-Fitr (estimated)", "2041-11-03": "Victory Day", "2041-11-11": "Republic Day", "2041-12-03": "Hajj Day (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-06": "Eid al-Adha (estimated)", "2041-12-07": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2042-01-01": "New Year's Day", "2042-02-21": "National Day (estimated)", "2042-03-04": "Mawlid al-Nabi (estimated)", "2042-03-23": "The Day Maldives Embraced Islam (estimated)", "2042-05-01": "Labor Day", "2042-07-26": "Independence Day", "2042-08-17": "Beginning of Ramadan (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-09-17": "Eid al-Fitr (estimated)", "2042-11-03": "Victory Day", "2042-11-11": "Republic Day", "2042-11-22": "Hajj Day (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-11-25": "Eid al-Adha (estimated)", "2042-11-26": "Eid al-Adha (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2043-01-01": "New Year's Day", "2043-02-11": "National Day (estimated)", "2043-02-22": "Mawlid al-Nabi (estimated)", "2043-03-12": "The Day Maldives Embraced Islam (estimated)", "2043-05-01": "Labor Day", "2043-07-26": "Independence Day", "2043-08-06": "Beginning of Ramadan (estimated)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-09-06": "Eid al-Fitr (estimated)", "2043-11-03": "Victory Day", "2043-11-11": "Hajj Day (estimated); Republic Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated)", "2043-11-14": "Eid al-Adha (estimated)", "2043-11-15": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2044-01-01": "New Year's Day", "2044-01-31": "National Day (estimated)", "2044-02-11": "Mawlid al-Nabi (estimated)", "2044-03-01": "The Day Maldives Embraced Islam (estimated)", "2044-05-01": "Labor Day", "2044-07-26": "Beginning of Ramadan (estimated); Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-08-26": "Eid al-Fitr (estimated)", "2044-10-30": "Hajj Day (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (estimated)", "2044-11-02": "Eid al-Adha (estimated)", "2044-11-03": "Eid al-Adha (estimated); Victory Day", "2044-11-11": "Republic Day", "2044-11-21": "Islamic New Year (estimated)", "2045-01-01": "New Year's Day", "2045-01-19": "National Day (estimated)", "2045-01-30": "Mawlid al-Nabi (estimated)", "2045-02-18": "The Day Maldives Embraced Islam (estimated)", "2045-05-01": "Labor Day", "2045-07-15": "Beginning of Ramadan (estimated)", "2045-07-26": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (estimated)", "2045-08-16": "Eid al-Fitr (estimated)", "2045-10-20": "Hajj Day (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-10-23": "Eid al-Adha (estimated)", "2045-10-24": "Eid al-Adha (estimated)", "2045-11-03": "Victory Day", "2045-11-10": "Islamic New Year (estimated)", "2045-11-11": "Republic Day", "2046-01-01": "New Year's Day", "2046-01-08": "National Day (estimated)", "2046-01-19": "Mawlid al-Nabi (estimated)", "2046-02-07": "The Day Maldives Embraced Islam (estimated)", "2046-05-01": "Labor Day", "2046-07-05": "Beginning of Ramadan (estimated)", "2046-07-26": "Independence Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-08-05": "Eid al-Fitr (estimated)", "2046-10-09": "Hajj Day (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (estimated)", "2046-10-12": "Eid al-Adha (estimated)", "2046-10-13": "Eid al-Adha (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-11-03": "Victory Day", "2046-11-11": "Republic Day", "2046-12-28": "National Day (estimated)", "2047-01-01": "New Year's Day", "2047-01-08": "Mawlid al-Nabi (estimated)", "2047-01-27": "The Day Maldives Embraced Islam (estimated)", "2047-05-01": "Labor Day", "2047-06-24": "Beginning of Ramadan (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-07-26": "Eid al-Fitr (estimated); Independence Day", "2047-09-29": "Hajj Day (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (estimated)", "2047-10-02": "Eid al-Adha (estimated)", "2047-10-03": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-03": "Victory Day", "2047-11-11": "Republic Day", "2047-12-18": "National Day (estimated)", "2047-12-29": "Mawlid al-Nabi (estimated)", "2048-01-01": "New Year's Day", "2048-01-16": "The Day Maldives Embraced Islam (estimated)", "2048-05-01": "Labor Day", "2048-06-12": "Beginning of Ramadan (estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-07-14": "Eid al-Fitr (estimated)", "2048-07-26": "Independence Day", "2048-09-18": "Hajj Day (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (estimated)", "2048-09-21": "Eid al-Adha (estimated)", "2048-09-22": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-03": "Victory Day", "2048-11-11": "Republic Day", "2048-12-07": "National Day (estimated)", "2048-12-18": "Mawlid al-Nabi (estimated)", "2049-01-01": "New Year's Day", "2049-01-05": "The Day Maldives Embraced Islam (estimated)", "2049-05-01": "Labor Day", "2049-06-02": "Beginning of Ramadan (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-07-03": "Eid al-Fitr (estimated)", "2049-07-26": "Independence Day", "2049-09-07": "Hajj Day (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-09-10": "Eid al-Adha (estimated)", "2049-09-11": "Eid al-Adha (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-11-03": "Victory Day", "2049-11-11": "Republic Day", "2049-11-26": "National Day (estimated)", "2049-12-07": "Mawlid al-Nabi (estimated)", "2049-12-26": "The Day Maldives Embraced Islam (estimated)", "2050-01-01": "New Year's Day", "2050-05-01": "Labor Day", "2050-05-22": "Beginning of Ramadan (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-06-22": "Eid al-Fitr (estimated)", "2050-07-26": "Independence Day", "2050-08-27": "Hajj Day (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-08-30": "Eid al-Adha (estimated)", "2050-08-31": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-11-03": "Victory Day", "2050-11-11": "Republic Day", "2050-11-15": "National Day (estimated)", "2050-11-26": "Mawlid al-Nabi (estimated)", "2050-12-15": "The Day Maldives Embraced Islam (estimated)" } holidays-0.71/snapshots/countries/MW_COMMON.json000066400000000000000000000615601500152103600216010ustar00rootroot00000000000000{ "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-15": "John Chilembwe Day", "2000-01-17": "John Chilembwe Day (observed)", "2000-03-03": "Martyrs Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-05-14": "Kamuzu Day", "2000-05-15": "Kamuzu Day (observed)", "2000-07-06": "Independence Day", "2000-10-15": "Mother's Day", "2000-10-16": "Mother's Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-15": "John Chilembwe Day", "2001-03-03": "Martyrs Day", "2001-03-05": "Martyrs Day (observed)", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labour Day", "2001-05-14": "Kamuzu Day", "2001-07-06": "Independence Day", "2001-10-15": "Mother's Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-15": "John Chilembwe Day", "2002-03-03": "Martyrs Day", "2002-03-04": "Martyrs Day (observed)", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labour Day", "2002-05-14": "Kamuzu Day", "2002-07-06": "Independence Day", "2002-07-08": "Independence Day (observed)", "2002-10-15": "Mother's Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-15": "John Chilembwe Day", "2003-03-03": "Martyrs Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labour Day", "2003-05-14": "Kamuzu Day", "2003-07-06": "Independence Day", "2003-07-07": "Independence Day (observed)", "2003-10-15": "Mother's Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-15": "John Chilembwe Day", "2004-03-03": "Martyrs Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labour Day", "2004-05-03": "Labour Day (observed)", "2004-05-14": "Kamuzu Day", "2004-07-06": "Independence Day", "2004-10-15": "Mother's Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-15": "John Chilembwe Day", "2005-01-17": "John Chilembwe Day (observed)", "2005-03-03": "Martyrs Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labour Day", "2005-05-02": "Labour Day (observed)", "2005-05-14": "Kamuzu Day", "2005-05-16": "Kamuzu Day (observed)", "2005-07-06": "Independence Day", "2005-10-15": "Mother's Day", "2005-10-17": "Mother's Day (observed)", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-15": "John Chilembwe Day", "2006-01-16": "John Chilembwe Day (observed)", "2006-03-03": "Martyrs Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-05-14": "Kamuzu Day", "2006-05-15": "Kamuzu Day (observed)", "2006-07-06": "Independence Day", "2006-10-15": "Mother's Day", "2006-10-16": "Mother's Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-15": "John Chilembwe Day", "2007-03-03": "Martyrs Day", "2007-03-05": "Martyrs Day (observed)", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labour Day", "2007-05-14": "Kamuzu Day", "2007-07-06": "Independence Day", "2007-10-15": "Mother's Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-15": "John Chilembwe Day", "2008-03-03": "Martyrs Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labour Day", "2008-05-14": "Kamuzu Day", "2008-07-06": "Independence Day", "2008-07-07": "Independence Day (observed)", "2008-10-15": "Mother's Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-15": "John Chilembwe Day", "2009-03-03": "Martyrs Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labour Day", "2009-05-14": "Kamuzu Day", "2009-07-06": "Independence Day", "2009-10-15": "Mother's Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-15": "John Chilembwe Day", "2010-03-03": "Martyrs Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labour Day", "2010-05-03": "Labour Day (observed)", "2010-05-14": "Kamuzu Day", "2010-07-06": "Independence Day", "2010-10-15": "Mother's Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-15": "John Chilembwe Day", "2011-01-17": "John Chilembwe Day (observed)", "2011-03-03": "Martyrs Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labour Day", "2011-05-02": "Labour Day (observed)", "2011-05-14": "Kamuzu Day", "2011-05-16": "Kamuzu Day (observed)", "2011-07-06": "Independence Day", "2011-10-15": "Mother's Day", "2011-10-17": "Mother's Day (observed)", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-15": "John Chilembwe Day", "2012-01-16": "John Chilembwe Day (observed)", "2012-03-03": "Martyrs Day", "2012-03-05": "Martyrs Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labour Day", "2012-05-14": "Kamuzu Day", "2012-07-06": "Independence Day", "2012-10-15": "Mother's Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-15": "John Chilembwe Day", "2013-03-03": "Martyrs Day", "2013-03-04": "Martyrs Day (observed)", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labour Day", "2013-05-14": "Kamuzu Day", "2013-07-06": "Independence Day", "2013-07-08": "Independence Day (observed)", "2013-10-15": "Mother's Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-15": "John Chilembwe Day", "2014-03-03": "Martyrs Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labour Day", "2014-05-14": "Kamuzu Day", "2014-07-06": "Independence Day", "2014-07-07": "Independence Day (observed)", "2014-10-15": "Mother's Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-15": "John Chilembwe Day", "2015-03-03": "Martyrs Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labour Day", "2015-05-14": "Kamuzu Day", "2015-07-06": "Independence Day", "2015-10-15": "Mother's Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-15": "John Chilembwe Day", "2016-03-03": "Martyrs Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labour Day", "2016-05-02": "Labour Day (observed)", "2016-05-14": "Kamuzu Day", "2016-05-16": "Kamuzu Day (observed)", "2016-07-06": "Independence Day", "2016-10-15": "Mother's Day", "2016-10-17": "Mother's Day (observed)", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-15": "John Chilembwe Day", "2017-01-16": "John Chilembwe Day (observed)", "2017-03-03": "Martyrs Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-05-14": "Kamuzu Day", "2017-05-15": "Kamuzu Day (observed)", "2017-07-06": "Independence Day", "2017-10-15": "Mother's Day", "2017-10-16": "Mother's Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-15": "John Chilembwe Day", "2018-03-03": "Martyrs Day", "2018-03-05": "Martyrs Day (observed)", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labour Day", "2018-05-14": "Kamuzu Day", "2018-07-06": "Independence Day", "2018-10-15": "Mother's Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-15": "John Chilembwe Day", "2019-03-03": "Martyrs Day", "2019-03-04": "Martyrs Day (observed)", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labour Day", "2019-05-14": "Kamuzu Day", "2019-07-06": "Independence Day", "2019-07-08": "Independence Day (observed)", "2019-10-15": "Mother's Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-15": "John Chilembwe Day", "2020-03-03": "Martyrs Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labour Day", "2020-05-14": "Kamuzu Day", "2020-07-06": "Independence Day", "2020-10-15": "Mother's Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-15": "John Chilembwe Day", "2021-03-03": "Martyrs Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labour Day", "2021-05-03": "Labour Day (observed)", "2021-05-14": "Kamuzu Day", "2021-07-06": "Independence Day", "2021-10-15": "Mother's Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-15": "John Chilembwe Day", "2022-01-17": "John Chilembwe Day (observed)", "2022-03-03": "Martyrs Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labour Day", "2022-05-02": "Labour Day (observed)", "2022-05-14": "Kamuzu Day", "2022-05-16": "Kamuzu Day (observed)", "2022-07-06": "Independence Day", "2022-10-15": "Mother's Day", "2022-10-17": "Mother's Day (observed)", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-15": "John Chilembwe Day", "2023-01-16": "John Chilembwe Day (observed)", "2023-03-03": "Martyrs Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labour Day", "2023-05-14": "Kamuzu Day", "2023-05-15": "Kamuzu Day (observed)", "2023-07-06": "Independence Day", "2023-10-15": "Mother's Day", "2023-10-16": "Mother's Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-15": "John Chilembwe Day", "2024-03-03": "Martyrs Day", "2024-03-04": "Martyrs Day (observed)", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labour Day", "2024-05-14": "Kamuzu Day", "2024-07-06": "Independence Day", "2024-07-08": "Independence Day (observed)", "2024-10-15": "Mother's Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-15": "John Chilembwe Day", "2025-03-03": "Martyrs Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labour Day", "2025-05-14": "Kamuzu Day", "2025-07-06": "Independence Day", "2025-07-07": "Independence Day (observed)", "2025-10-15": "Mother's Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-15": "John Chilembwe Day", "2026-03-03": "Martyrs Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labour Day", "2026-05-14": "Kamuzu Day", "2026-07-06": "Independence Day", "2026-10-15": "Mother's Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-15": "John Chilembwe Day", "2027-03-03": "Martyrs Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labour Day", "2027-05-03": "Labour Day (observed)", "2027-05-14": "Kamuzu Day", "2027-07-06": "Independence Day", "2027-10-15": "Mother's Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-15": "John Chilembwe Day", "2028-01-17": "John Chilembwe Day (observed)", "2028-03-03": "Martyrs Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labour Day", "2028-05-14": "Kamuzu Day", "2028-05-15": "Kamuzu Day (observed)", "2028-07-06": "Independence Day", "2028-10-15": "Mother's Day", "2028-10-16": "Mother's Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-15": "John Chilembwe Day", "2029-03-03": "Martyrs Day", "2029-03-05": "Martyrs Day (observed)", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labour Day", "2029-05-14": "Kamuzu Day", "2029-07-06": "Independence Day", "2029-10-15": "Mother's Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-15": "John Chilembwe Day", "2030-03-03": "Martyrs Day", "2030-03-04": "Martyrs Day (observed)", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labour Day", "2030-05-14": "Kamuzu Day", "2030-07-06": "Independence Day", "2030-07-08": "Independence Day (observed)", "2030-10-15": "Mother's Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-15": "John Chilembwe Day", "2031-03-03": "Martyrs Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labour Day", "2031-05-14": "Kamuzu Day", "2031-07-06": "Independence Day", "2031-07-07": "Independence Day (observed)", "2031-10-15": "Mother's Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-15": "John Chilembwe Day", "2032-03-03": "Martyrs Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labour Day", "2032-05-03": "Labour Day (observed)", "2032-05-14": "Kamuzu Day", "2032-07-06": "Independence Day", "2032-10-15": "Mother's Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-15": "John Chilembwe Day", "2033-01-17": "John Chilembwe Day (observed)", "2033-03-03": "Martyrs Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labour Day", "2033-05-02": "Labour Day (observed)", "2033-05-14": "Kamuzu Day", "2033-05-16": "Kamuzu Day (observed)", "2033-07-06": "Independence Day", "2033-10-15": "Mother's Day", "2033-10-17": "Mother's Day (observed)", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-15": "John Chilembwe Day", "2034-01-16": "John Chilembwe Day (observed)", "2034-03-03": "Martyrs Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labour Day", "2034-05-14": "Kamuzu Day", "2034-05-15": "Kamuzu Day (observed)", "2034-07-06": "Independence Day", "2034-10-15": "Mother's Day", "2034-10-16": "Mother's Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-15": "John Chilembwe Day", "2035-03-03": "Martyrs Day", "2035-03-05": "Martyrs Day (observed)", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labour Day", "2035-05-14": "Kamuzu Day", "2035-07-06": "Independence Day", "2035-10-15": "Mother's Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-15": "John Chilembwe Day", "2036-03-03": "Martyrs Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labour Day", "2036-05-14": "Kamuzu Day", "2036-07-06": "Independence Day", "2036-07-07": "Independence Day (observed)", "2036-10-15": "Mother's Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-15": "John Chilembwe Day", "2037-03-03": "Martyrs Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labour Day", "2037-05-14": "Kamuzu Day", "2037-07-06": "Independence Day", "2037-10-15": "Mother's Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-15": "John Chilembwe Day", "2038-03-03": "Martyrs Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labour Day", "2038-05-03": "Labour Day (observed)", "2038-05-14": "Kamuzu Day", "2038-07-06": "Independence Day", "2038-10-15": "Mother's Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-15": "John Chilembwe Day", "2039-01-17": "John Chilembwe Day (observed)", "2039-03-03": "Martyrs Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labour Day", "2039-05-02": "Labour Day (observed)", "2039-05-14": "Kamuzu Day", "2039-05-16": "Kamuzu Day (observed)", "2039-07-06": "Independence Day", "2039-10-15": "Mother's Day", "2039-10-17": "Mother's Day (observed)", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "John Chilembwe Day", "2040-01-16": "John Chilembwe Day (observed)", "2040-03-03": "Martyrs Day", "2040-03-05": "Martyrs Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labour Day", "2040-05-14": "Kamuzu Day", "2040-07-06": "Independence Day", "2040-10-15": "Mother's Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-15": "John Chilembwe Day", "2041-03-03": "Martyrs Day", "2041-03-04": "Martyrs Day (observed)", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labour Day", "2041-05-14": "Kamuzu Day", "2041-07-06": "Independence Day", "2041-07-08": "Independence Day (observed)", "2041-10-15": "Mother's Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-15": "John Chilembwe Day", "2042-03-03": "Martyrs Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labour Day", "2042-05-14": "Kamuzu Day", "2042-07-06": "Independence Day", "2042-07-07": "Independence Day (observed)", "2042-10-15": "Mother's Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-15": "John Chilembwe Day", "2043-03-03": "Martyrs Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labour Day", "2043-05-14": "Kamuzu Day", "2043-07-06": "Independence Day", "2043-10-15": "Mother's Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-15": "John Chilembwe Day", "2044-03-03": "Martyrs Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labour Day", "2044-05-02": "Labour Day (observed)", "2044-05-14": "Kamuzu Day", "2044-05-16": "Kamuzu Day (observed)", "2044-07-06": "Independence Day", "2044-10-15": "Mother's Day", "2044-10-17": "Mother's Day (observed)", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-15": "John Chilembwe Day", "2045-01-16": "John Chilembwe Day (observed)", "2045-03-03": "Martyrs Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labour Day", "2045-05-14": "Kamuzu Day", "2045-05-15": "Kamuzu Day (observed)", "2045-07-06": "Independence Day", "2045-10-15": "Mother's Day", "2045-10-16": "Mother's Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-15": "John Chilembwe Day", "2046-03-03": "Martyrs Day", "2046-03-05": "Martyrs Day (observed)", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labour Day", "2046-05-14": "Kamuzu Day", "2046-07-06": "Independence Day", "2046-10-15": "Mother's Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-15": "John Chilembwe Day", "2047-03-03": "Martyrs Day", "2047-03-04": "Martyrs Day (observed)", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labour Day", "2047-05-14": "Kamuzu Day", "2047-07-06": "Independence Day", "2047-07-08": "Independence Day (observed)", "2047-10-15": "Mother's Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-15": "John Chilembwe Day", "2048-03-03": "Martyrs Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labour Day", "2048-05-14": "Kamuzu Day", "2048-07-06": "Independence Day", "2048-10-15": "Mother's Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-15": "John Chilembwe Day", "2049-03-03": "Martyrs Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labour Day", "2049-05-03": "Labour Day (observed)", "2049-05-14": "Kamuzu Day", "2049-07-06": "Independence Day", "2049-10-15": "Mother's Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-15": "John Chilembwe Day", "2050-01-17": "John Chilembwe Day (observed)", "2050-03-03": "Martyrs Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labour Day", "2050-05-02": "Labour Day (observed)", "2050-05-14": "Kamuzu Day", "2050-05-16": "Kamuzu Day (observed)", "2050-07-06": "Independence Day", "2050-10-15": "Mother's Day", "2050-10-17": "Mother's Day (observed)", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MX_COMMON.json000066400000000000000000000655141500152103600216050ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-05": "Constitution Day", "1950-03-21": "Benito Ju\u00e1rez's birthday", "1950-05-01": "Labor Day", "1950-09-16": "Independence Day", "1950-11-20": "Revolution Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Constitution Day", "1951-03-21": "Benito Ju\u00e1rez's birthday", "1951-05-01": "Labor Day", "1951-09-16": "Independence Day", "1951-11-20": "Revolution Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-05": "Constitution Day", "1952-03-21": "Benito Ju\u00e1rez's birthday", "1952-05-01": "Labor Day", "1952-09-16": "Independence Day", "1952-11-20": "Revolution Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-05": "Constitution Day", "1953-03-21": "Benito Ju\u00e1rez's birthday", "1953-05-01": "Labor Day", "1953-09-16": "Independence Day", "1953-11-20": "Revolution Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-05": "Constitution Day", "1954-03-21": "Benito Ju\u00e1rez's birthday", "1954-05-01": "Labor Day", "1954-09-16": "Independence Day", "1954-11-20": "Revolution Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-05": "Constitution Day", "1955-03-21": "Benito Ju\u00e1rez's birthday", "1955-05-01": "Labor Day", "1955-09-16": "Independence Day", "1955-11-20": "Revolution Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-05": "Constitution Day", "1956-03-21": "Benito Ju\u00e1rez's birthday", "1956-05-01": "Labor Day", "1956-09-16": "Independence Day", "1956-11-20": "Revolution Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-05": "Constitution Day", "1957-03-21": "Benito Ju\u00e1rez's birthday", "1957-05-01": "Labor Day", "1957-09-16": "Independence Day", "1957-11-20": "Revolution Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-05": "Constitution Day", "1958-03-21": "Benito Ju\u00e1rez's birthday", "1958-05-01": "Labor Day", "1958-09-16": "Independence Day", "1958-11-20": "Revolution Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-05": "Constitution Day", "1959-03-21": "Benito Ju\u00e1rez's birthday", "1959-05-01": "Labor Day", "1959-09-16": "Independence Day", "1959-11-20": "Revolution Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-05": "Constitution Day", "1960-03-21": "Benito Ju\u00e1rez's birthday", "1960-05-01": "Labor Day", "1960-09-16": "Independence Day", "1960-11-20": "Revolution Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-05": "Constitution Day", "1961-03-21": "Benito Ju\u00e1rez's birthday", "1961-05-01": "Labor Day", "1961-09-16": "Independence Day", "1961-11-20": "Revolution Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Constitution Day", "1962-03-21": "Benito Ju\u00e1rez's birthday", "1962-05-01": "Labor Day", "1962-09-16": "Independence Day", "1962-11-20": "Revolution Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-05": "Constitution Day", "1963-03-21": "Benito Ju\u00e1rez's birthday", "1963-05-01": "Labor Day", "1963-09-16": "Independence Day", "1963-11-20": "Revolution Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-05": "Constitution Day", "1964-03-21": "Benito Ju\u00e1rez's birthday", "1964-05-01": "Labor Day", "1964-09-16": "Independence Day", "1964-11-20": "Revolution Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-05": "Constitution Day", "1965-03-21": "Benito Ju\u00e1rez's birthday", "1965-05-01": "Labor Day", "1965-09-16": "Independence Day", "1965-11-20": "Revolution Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-05": "Constitution Day", "1966-03-21": "Benito Ju\u00e1rez's birthday", "1966-05-01": "Labor Day", "1966-09-16": "Independence Day", "1966-11-20": "Revolution Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-05": "Constitution Day", "1967-03-21": "Benito Ju\u00e1rez's birthday", "1967-05-01": "Labor Day", "1967-09-16": "Independence Day", "1967-11-20": "Revolution Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-05": "Constitution Day", "1968-03-21": "Benito Ju\u00e1rez's birthday", "1968-05-01": "Labor Day", "1968-09-16": "Independence Day", "1968-11-20": "Revolution Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-05": "Constitution Day", "1969-03-21": "Benito Ju\u00e1rez's birthday", "1969-05-01": "Labor Day", "1969-09-16": "Independence Day", "1969-11-20": "Revolution Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-05": "Constitution Day", "1970-03-21": "Benito Ju\u00e1rez's birthday", "1970-05-01": "Labor Day", "1970-09-16": "Independence Day", "1970-11-20": "Revolution Day", "1970-12-01": "Change of Federal Government", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-05": "Constitution Day", "1971-03-21": "Benito Ju\u00e1rez's birthday", "1971-05-01": "Labor Day", "1971-09-16": "Independence Day", "1971-11-20": "Revolution Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-02-05": "Constitution Day", "1972-03-21": "Benito Ju\u00e1rez's birthday", "1972-05-01": "Labor Day", "1972-09-16": "Independence Day", "1972-11-20": "Revolution Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-05": "Constitution Day", "1973-03-21": "Benito Ju\u00e1rez's birthday", "1973-05-01": "Labor Day", "1973-09-16": "Independence Day", "1973-11-20": "Revolution Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-05": "Constitution Day", "1974-03-21": "Benito Ju\u00e1rez's birthday", "1974-05-01": "Labor Day", "1974-09-16": "Independence Day", "1974-11-20": "Revolution Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-05": "Constitution Day", "1975-03-21": "Benito Ju\u00e1rez's birthday", "1975-05-01": "Labor Day", "1975-09-16": "Independence Day", "1975-11-20": "Revolution Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-05": "Constitution Day", "1976-03-21": "Benito Ju\u00e1rez's birthday", "1976-05-01": "Labor Day", "1976-09-16": "Independence Day", "1976-11-20": "Revolution Day", "1976-12-01": "Change of Federal Government", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-05": "Constitution Day", "1977-03-21": "Benito Ju\u00e1rez's birthday", "1977-05-01": "Labor Day", "1977-09-16": "Independence Day", "1977-11-20": "Revolution Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-02-05": "Constitution Day", "1978-03-21": "Benito Ju\u00e1rez's birthday", "1978-05-01": "Labor Day", "1978-09-16": "Independence Day", "1978-11-20": "Revolution Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-05": "Constitution Day", "1979-03-21": "Benito Ju\u00e1rez's birthday", "1979-05-01": "Labor Day", "1979-09-16": "Independence Day", "1979-11-20": "Revolution Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-05": "Constitution Day", "1980-03-21": "Benito Ju\u00e1rez's birthday", "1980-05-01": "Labor Day", "1980-09-16": "Independence Day", "1980-11-20": "Revolution Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-05": "Constitution Day", "1981-03-21": "Benito Ju\u00e1rez's birthday", "1981-05-01": "Labor Day", "1981-09-16": "Independence Day", "1981-11-20": "Revolution Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-05": "Constitution Day", "1982-03-21": "Benito Ju\u00e1rez's birthday", "1982-05-01": "Labor Day", "1982-09-16": "Independence Day", "1982-11-20": "Revolution Day", "1982-12-01": "Change of Federal Government", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-05": "Constitution Day", "1983-03-21": "Benito Ju\u00e1rez's birthday", "1983-05-01": "Labor Day", "1983-09-16": "Independence Day", "1983-11-20": "Revolution Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-02-05": "Constitution Day", "1984-03-21": "Benito Ju\u00e1rez's birthday", "1984-05-01": "Labor Day", "1984-09-16": "Independence Day", "1984-11-20": "Revolution Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-05": "Constitution Day", "1985-03-21": "Benito Ju\u00e1rez's birthday", "1985-05-01": "Labor Day", "1985-09-16": "Independence Day", "1985-11-20": "Revolution Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-05": "Constitution Day", "1986-03-21": "Benito Ju\u00e1rez's birthday", "1986-05-01": "Labor Day", "1986-09-16": "Independence Day", "1986-11-20": "Revolution Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-02-05": "Constitution Day", "1987-03-21": "Benito Ju\u00e1rez's birthday", "1987-05-01": "Labor Day", "1987-09-16": "Independence Day", "1987-11-20": "Revolution Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-05": "Constitution Day", "1988-03-21": "Benito Ju\u00e1rez's birthday", "1988-05-01": "Labor Day", "1988-09-16": "Independence Day", "1988-11-20": "Revolution Day", "1988-12-01": "Change of Federal Government", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-02-05": "Constitution Day", "1989-03-21": "Benito Ju\u00e1rez's birthday", "1989-05-01": "Labor Day", "1989-09-16": "Independence Day", "1989-11-20": "Revolution Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-05": "Constitution Day", "1990-03-21": "Benito Ju\u00e1rez's birthday", "1990-05-01": "Labor Day", "1990-09-16": "Independence Day", "1990-11-20": "Revolution Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-05": "Constitution Day", "1991-03-21": "Benito Ju\u00e1rez's birthday", "1991-05-01": "Labor Day", "1991-09-16": "Independence Day", "1991-11-20": "Revolution Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-05": "Constitution Day", "1992-03-21": "Benito Ju\u00e1rez's birthday", "1992-05-01": "Labor Day", "1992-09-16": "Independence Day", "1992-11-20": "Revolution Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-05": "Constitution Day", "1993-03-21": "Benito Ju\u00e1rez's birthday", "1993-05-01": "Labor Day", "1993-09-16": "Independence Day", "1993-11-20": "Revolution Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-05": "Constitution Day", "1994-03-21": "Benito Ju\u00e1rez's birthday", "1994-05-01": "Labor Day", "1994-09-16": "Independence Day", "1994-11-20": "Revolution Day", "1994-12-01": "Change of Federal Government", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-02-05": "Constitution Day", "1995-03-21": "Benito Ju\u00e1rez's birthday", "1995-05-01": "Labor Day", "1995-09-16": "Independence Day", "1995-11-20": "Revolution Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-05": "Constitution Day", "1996-03-21": "Benito Ju\u00e1rez's birthday", "1996-05-01": "Labor Day", "1996-09-16": "Independence Day", "1996-11-20": "Revolution Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-05": "Constitution Day", "1997-03-21": "Benito Ju\u00e1rez's birthday", "1997-05-01": "Labor Day", "1997-09-16": "Independence Day", "1997-11-20": "Revolution Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-02-05": "Constitution Day", "1998-03-21": "Benito Ju\u00e1rez's birthday", "1998-05-01": "Labor Day", "1998-09-16": "Independence Day", "1998-11-20": "Revolution Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-02-05": "Constitution Day", "1999-03-21": "Benito Ju\u00e1rez's birthday", "1999-05-01": "Labor Day", "1999-09-16": "Independence Day", "1999-11-20": "Revolution Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-02-05": "Constitution Day", "2000-03-21": "Benito Ju\u00e1rez's birthday", "2000-05-01": "Labor Day", "2000-09-16": "Independence Day", "2000-11-20": "Revolution Day", "2000-12-01": "Change of Federal Government", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-02-05": "Constitution Day", "2001-03-21": "Benito Ju\u00e1rez's birthday", "2001-05-01": "Labor Day", "2001-09-16": "Independence Day", "2001-11-20": "Revolution Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-05": "Constitution Day", "2002-03-21": "Benito Ju\u00e1rez's birthday", "2002-05-01": "Labor Day", "2002-09-16": "Independence Day", "2002-11-20": "Revolution Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-05": "Constitution Day", "2003-03-21": "Benito Ju\u00e1rez's birthday", "2003-05-01": "Labor Day", "2003-09-16": "Independence Day", "2003-11-20": "Revolution Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-05": "Constitution Day", "2004-03-21": "Benito Ju\u00e1rez's birthday", "2004-05-01": "Labor Day", "2004-09-16": "Independence Day", "2004-11-20": "Revolution Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-02-05": "Constitution Day", "2005-03-21": "Benito Ju\u00e1rez's birthday", "2005-05-01": "Labor Day", "2005-09-16": "Independence Day", "2005-11-20": "Revolution Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-02-06": "Constitution Day", "2006-03-21": "Benito Ju\u00e1rez's birthday", "2006-05-01": "Labor Day", "2006-09-16": "Independence Day", "2006-11-20": "Revolution Day", "2006-12-01": "Change of Federal Government", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-02-05": "Constitution Day", "2007-03-19": "Benito Ju\u00e1rez's birthday", "2007-05-01": "Labor Day", "2007-09-16": "Independence Day", "2007-11-19": "Revolution Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-04": "Constitution Day", "2008-03-17": "Benito Ju\u00e1rez's birthday", "2008-05-01": "Labor Day", "2008-09-16": "Independence Day", "2008-11-17": "Revolution Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-02": "Constitution Day", "2009-03-16": "Benito Ju\u00e1rez's birthday", "2009-05-01": "Labor Day", "2009-09-16": "Independence Day", "2009-11-16": "Revolution Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-01": "Constitution Day", "2010-03-15": "Benito Ju\u00e1rez's birthday", "2010-05-01": "Labor Day", "2010-09-16": "Independence Day", "2010-11-15": "Revolution Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-07": "Constitution Day", "2011-03-21": "Benito Ju\u00e1rez's birthday", "2011-05-01": "Labor Day", "2011-09-16": "Independence Day", "2011-11-21": "Revolution Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-02-06": "Constitution Day", "2012-03-19": "Benito Ju\u00e1rez's birthday", "2012-05-01": "Labor Day", "2012-09-16": "Independence Day", "2012-11-19": "Revolution Day", "2012-12-01": "Change of Federal Government", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-02-04": "Constitution Day", "2013-03-18": "Benito Ju\u00e1rez's birthday", "2013-05-01": "Labor Day", "2013-09-16": "Independence Day", "2013-11-18": "Revolution Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-02-03": "Constitution Day", "2014-03-17": "Benito Ju\u00e1rez's birthday", "2014-05-01": "Labor Day", "2014-09-16": "Independence Day", "2014-11-17": "Revolution Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-02-02": "Constitution Day", "2015-03-16": "Benito Ju\u00e1rez's birthday", "2015-05-01": "Labor Day", "2015-09-16": "Independence Day", "2015-11-16": "Revolution Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-01": "Constitution Day", "2016-03-21": "Benito Ju\u00e1rez's birthday", "2016-05-01": "Labor Day", "2016-09-16": "Independence Day", "2016-11-21": "Revolution Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-02-06": "Constitution Day", "2017-03-20": "Benito Ju\u00e1rez's birthday", "2017-05-01": "Labor Day", "2017-09-16": "Independence Day", "2017-11-20": "Revolution Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-05": "Constitution Day", "2018-03-19": "Benito Ju\u00e1rez's birthday", "2018-05-01": "Labor Day", "2018-09-16": "Independence Day", "2018-11-19": "Revolution Day", "2018-12-01": "Change of Federal Government", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-04": "Constitution Day", "2019-03-18": "Benito Ju\u00e1rez's birthday", "2019-05-01": "Labor Day", "2019-09-16": "Independence Day", "2019-11-18": "Revolution Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-02-03": "Constitution Day", "2020-03-16": "Benito Ju\u00e1rez's birthday", "2020-05-01": "Labor Day", "2020-09-16": "Independence Day", "2020-11-16": "Revolution Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-01": "Constitution Day", "2021-03-15": "Benito Ju\u00e1rez's birthday", "2021-05-01": "Labor Day", "2021-09-16": "Independence Day", "2021-11-15": "Revolution Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-07": "Constitution Day", "2022-03-21": "Benito Ju\u00e1rez's birthday", "2022-05-01": "Labor Day", "2022-09-16": "Independence Day", "2022-11-21": "Revolution Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-06": "Constitution Day", "2023-03-20": "Benito Ju\u00e1rez's birthday", "2023-05-01": "Labor Day", "2023-09-16": "Independence Day", "2023-11-20": "Revolution Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-05": "Constitution Day", "2024-03-18": "Benito Ju\u00e1rez's birthday", "2024-05-01": "Labor Day", "2024-09-16": "Independence Day", "2024-10-01": "Change of Federal Government", "2024-11-18": "Revolution Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-02-03": "Constitution Day", "2025-03-17": "Benito Ju\u00e1rez's birthday", "2025-05-01": "Labor Day", "2025-09-16": "Independence Day", "2025-11-17": "Revolution Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-02": "Constitution Day", "2026-03-16": "Benito Ju\u00e1rez's birthday", "2026-05-01": "Labor Day", "2026-09-16": "Independence Day", "2026-11-16": "Revolution Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-01": "Constitution Day", "2027-03-15": "Benito Ju\u00e1rez's birthday", "2027-05-01": "Labor Day", "2027-09-16": "Independence Day", "2027-11-15": "Revolution Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-07": "Constitution Day", "2028-03-20": "Benito Ju\u00e1rez's birthday", "2028-05-01": "Labor Day", "2028-09-16": "Independence Day", "2028-11-20": "Revolution Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-05": "Constitution Day", "2029-03-19": "Benito Ju\u00e1rez's birthday", "2029-05-01": "Labor Day", "2029-09-16": "Independence Day", "2029-11-19": "Revolution Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Constitution Day", "2030-03-18": "Benito Ju\u00e1rez's birthday", "2030-05-01": "Labor Day", "2030-09-16": "Independence Day", "2030-10-01": "Change of Federal Government", "2030-11-18": "Revolution Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-02-03": "Constitution Day", "2031-03-17": "Benito Ju\u00e1rez's birthday", "2031-05-01": "Labor Day", "2031-09-16": "Independence Day", "2031-11-17": "Revolution Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-02-02": "Constitution Day", "2032-03-15": "Benito Ju\u00e1rez's birthday", "2032-05-01": "Labor Day", "2032-09-16": "Independence Day", "2032-11-15": "Revolution Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-02-07": "Constitution Day", "2033-03-21": "Benito Ju\u00e1rez's birthday", "2033-05-01": "Labor Day", "2033-09-16": "Independence Day", "2033-11-21": "Revolution Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-02-06": "Constitution Day", "2034-03-20": "Benito Ju\u00e1rez's birthday", "2034-05-01": "Labor Day", "2034-09-16": "Independence Day", "2034-11-20": "Revolution Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-05": "Constitution Day", "2035-03-19": "Benito Ju\u00e1rez's birthday", "2035-05-01": "Labor Day", "2035-09-16": "Independence Day", "2035-11-19": "Revolution Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-04": "Constitution Day", "2036-03-17": "Benito Ju\u00e1rez's birthday", "2036-05-01": "Labor Day", "2036-09-16": "Independence Day", "2036-10-01": "Change of Federal Government", "2036-11-17": "Revolution Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-02-02": "Constitution Day", "2037-03-16": "Benito Ju\u00e1rez's birthday", "2037-05-01": "Labor Day", "2037-09-16": "Independence Day", "2037-11-16": "Revolution Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-02-01": "Constitution Day", "2038-03-15": "Benito Ju\u00e1rez's birthday", "2038-05-01": "Labor Day", "2038-09-16": "Independence Day", "2038-11-15": "Revolution Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-02-07": "Constitution Day", "2039-03-21": "Benito Ju\u00e1rez's birthday", "2039-05-01": "Labor Day", "2039-09-16": "Independence Day", "2039-11-21": "Revolution Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-02-06": "Constitution Day", "2040-03-19": "Benito Ju\u00e1rez's birthday", "2040-05-01": "Labor Day", "2040-09-16": "Independence Day", "2040-11-19": "Revolution Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-02-04": "Constitution Day", "2041-03-18": "Benito Ju\u00e1rez's birthday", "2041-05-01": "Labor Day", "2041-09-16": "Independence Day", "2041-11-18": "Revolution Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-02-03": "Constitution Day", "2042-03-17": "Benito Ju\u00e1rez's birthday", "2042-05-01": "Labor Day", "2042-09-16": "Independence Day", "2042-10-01": "Change of Federal Government", "2042-11-17": "Revolution Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-02": "Constitution Day", "2043-03-16": "Benito Ju\u00e1rez's birthday", "2043-05-01": "Labor Day", "2043-09-16": "Independence Day", "2043-11-16": "Revolution Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-01": "Constitution Day", "2044-03-21": "Benito Ju\u00e1rez's birthday", "2044-05-01": "Labor Day", "2044-09-16": "Independence Day", "2044-11-21": "Revolution Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-02-06": "Constitution Day", "2045-03-20": "Benito Ju\u00e1rez's birthday", "2045-05-01": "Labor Day", "2045-09-16": "Independence Day", "2045-11-20": "Revolution Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-05": "Constitution Day", "2046-03-19": "Benito Ju\u00e1rez's birthday", "2046-05-01": "Labor Day", "2046-09-16": "Independence Day", "2046-11-19": "Revolution Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-02-04": "Constitution Day", "2047-03-18": "Benito Ju\u00e1rez's birthday", "2047-05-01": "Labor Day", "2047-09-16": "Independence Day", "2047-11-18": "Revolution Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-03": "Constitution Day", "2048-03-16": "Benito Ju\u00e1rez's birthday", "2048-05-01": "Labor Day", "2048-09-16": "Independence Day", "2048-10-01": "Change of Federal Government", "2048-11-16": "Revolution Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-01": "Constitution Day", "2049-03-15": "Benito Ju\u00e1rez's birthday", "2049-05-01": "Labor Day", "2049-09-16": "Independence Day", "2049-11-15": "Revolution Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-02-07": "Constitution Day", "2050-03-21": "Benito Ju\u00e1rez's birthday", "2050-05-01": "Labor Day", "2050-09-16": "Independence Day", "2050-11-21": "Revolution Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/MY_01.json000066400000000000000000002321761500152103600210360ustar00rootroot00000000000000{ "1952-01-12": "Thaipusam", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-05-25": "Beginning of Ramadan (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-11-15": "Deepavali", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-25": "Christmas Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-28": "Thaipusam", "1953-05-14": "Beginning of Ramadan (estimated)", "1953-05-27": "Vesak Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1953-12-27": "Christmas Day (observed)", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-02-18": "Thaipusam", "1954-05-04": "Beginning of Ramadan (estimated)", "1954-05-17": "Vesak Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-09": "Thaipusam", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-04-24": "Beginning of Ramadan (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-08": "Vesak Day (observed, estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-12-25": "Christmas Day", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-26": "Thaipusam", "1956-04-12": "Beginning of Ramadan (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-13": "Eid al-Fitr (observed, estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-09-02": "National Day (observed)", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-02-03": "Chinese New Year (Second Day) (observed, estimated)", "1957-02-15": "Thaipusam", "1957-02-17": "Thaipusam (observed)", "1957-04-01": "Beginning of Ramadan (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-03-05": "Thaipusam", "1958-03-21": "Beginning of Ramadan (estimated)", "1958-03-23": "Beginning of Ramadan (observed, estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-29": "Eid al-Adha (observed, estimated)", "1958-08-31": "National Day", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-09-28": "Prophet Muhammad's Birthday (observed, estimated)", "1958-11-09": "Deepavali", "1958-12-25": "Christmas Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-22": "Thaipusam", "1959-03-11": "Beginning of Ramadan (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-04-12": "Eid al-Fitr (observed, estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-05-24": "Vesak Day (observed, estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-11-01": "Deepavali (observed)", "1959-12-25": "Christmas Day", "1959-12-27": "Christmas Day (observed)", "1960-01-13": "Thaipusam", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-01-31": "Chinese New Year (Second Day) (observed, estimated)", "1960-02-28": "Beginning of Ramadan (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Beginning of Ramadan (estimated); Chinese New Year (Second Day) (estimated)", "1961-03-02": "Thaipusam", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-02-05": "Beginning of Ramadan (estimated); Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-19": "Thaipusam", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-05-20": "Vesak Day (observed, estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-31": "National Day", "1962-09-02": "National Day (observed)", "1962-10-26": "Deepavali", "1962-10-28": "Deepavali (observed)", "1962-12-25": "Christmas Day", "1963-01-10": "Thaipusam", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Beginning of Ramadan (estimated); Chinese New Year (Second Day) (estimated)", "1963-01-27": "Chinese New Year (observed, estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-05": "Eid al-Adha (observed, estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-04": "Prophet Muhammad's Birthday (observed, estimated)", "1963-08-31": "National Day", "1963-11-14": "Deepavali", "1963-12-25": "Christmas Day", "1964-01-15": "Beginning of Ramadan (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-02-16": "Chinese New Year (Second Day) (observed, estimated); Eid al-Fitr (observed, estimated)", "1964-02-28": "Thaipusam", "1964-03-01": "Thaipusam (observed)", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-12-25": "Christmas Day", "1964-12-27": "Christmas Day (observed)", "1965-01-03": "Beginning of Ramadan (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-02-16": "Thaipusam", "1965-04-11": "Eid al-Adha (estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-10-24": "Deepavali (observed)", "1965-12-23": "Beginning of Ramadan (estimated)", "1965-12-25": "Christmas Day", "1966-01-06": "Thaipusam", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Chinese New Year (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-03": "Eid al-Adha (observed, estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-07-03": "Prophet Muhammad's Birthday (observed, estimated)", "1966-08-31": "National Day", "1966-11-10": "Deepavali", "1966-12-13": "Beginning of Ramadan (estimated)", "1966-12-25": "Christmas Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-01-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-02-12": "Chinese New Year (Second Day) (observed, estimated)", "1967-02-24": "Thaipusam", "1967-02-26": "Thaipusam (observed)", "1967-03-21": "Eid al-Adha (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-31": "Deepavali", "1967-12-02": "Beginning of Ramadan (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-02-13": "Thaipusam", "1968-03-09": "Eid al-Adha (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-11-18": "Deepavali", "1968-11-21": "Beginning of Ramadan (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-25": "Christmas Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-03": "Thaipusam", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-11-08": "Deepavali", "1969-11-10": "Beginning of Ramadan (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-08": "Chinese New Year (observed, estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-21": "Thaipusam", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-10-28": "Deepavali", "1970-11-01": "Beginning of Ramadan (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1970-12-27": "Christmas Day (observed)", "1971-01-12": "Thaipusam", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Prophet Muhammad's Birthday (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-10-20": "Beginning of Ramadan (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-11-21": "Eid al-Fitr (observed, estimated)", "1971-12-25": "Christmas Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-02-29": "Thaipusam", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-10-08": "Beginning of Ramadan (estimated)", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-18": "Thaipusam", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-31": "National Day", "1973-09-02": "National Day (observed)", "1973-09-27": "Beginning of Ramadan (estimated)", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-12-25": "Christmas Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-08": "Thaipusam", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-31": "National Day", "1974-09-17": "Beginning of Ramadan (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-02-26": "Thaipusam", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-31": "National Day", "1975-09-06": "Beginning of Ramadan (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-15": "Thaipusam", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-03-14": "Prophet Muhammad's Birthday (observed, estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-08-26": "Beginning of Ramadan (estimated)", "1976-08-31": "National Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-09-26": "Eid al-Fitr (observed, estimated)", "1976-11-19": "Deepavali", "1976-11-21": "Deepavali (observed)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-02-20": "Chinese New Year (observed, estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-03-05": "Thaipusam", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-08-15": "Beginning of Ramadan (estimated)", "1977-08-31": "National Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-22": "Thaipusam", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-08-05": "Beginning of Ramadan (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-12": "Eid al-Adha (observed, estimated)", "1978-12-25": "Christmas Day", "1979-01-13": "Thaipusam", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-02-11": "Prophet Muhammad's Birthday (observed, estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-07-25": "Beginning of Ramadan (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-26": "Eid al-Fitr (Second Day) (observed, estimated)", "1979-08-31": "National Day", "1979-09-02": "National Day (observed)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-18": "Deepavali", "1979-12-25": "Christmas Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-03-02": "Thaipusam", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-07-13": "Beginning of Ramadan (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-02-08": "Chinese New Year (Second Day) (observed, estimated)", "1981-02-19": "Thaipusam", "1981-05-01": "Labor Day", "1981-05-03": "Labor Day (observed)", "1981-05-18": "Vesak Day (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-07-02": "Beginning of Ramadan (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1981-12-27": "Christmas Day (observed)", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-10": "Thaipusam", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-06-22": "Beginning of Ramadan (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-11-13": "Deepavali", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-28": "Thaipusam", "1983-05-01": "Labor Day", "1983-05-27": "Vesak Day (estimated)", "1983-05-29": "Vesak Day (observed, estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-12": "Beginning of Ramadan (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-18": "Prophet Muhammad's Birthday (observed, estimated)", "1983-12-25": "Christmas Day", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1984-02-17": "Thaipusam", "1984-02-19": "Thaipusam (observed)", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-05-31": "Beginning of Ramadan (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-08-31": "National Day", "1984-09-02": "National Day (observed)", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-03-06": "Thaipusam", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-05-20": "Beginning of Ramadan (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-11-10": "Deepavali", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-12-25": "Christmas Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-23": "Thaipusam", "1986-05-01": "Labor Day", "1986-05-09": "Beginning of Ramadan (estimated)", "1986-05-11": "Beginning of Ramadan (observed, estimated)", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Vesak Day (observed, estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-17": "Eid al-Adha (observed, estimated)", "1986-08-31": "National Day", "1986-10-31": "Deepavali", "1986-11-02": "Deepavali (observed)", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-11-16": "Prophet Muhammad's Birthday (observed, estimated)", "1986-12-25": "Christmas Day", "1987-01-14": "Thaipusam", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-02-01": "Chinese New Year (Second Day) (observed, estimated)", "1987-04-29": "Beginning of Ramadan (estimated)", "1987-05-01": "Labor Day", "1987-05-03": "Labor Day (observed)", "1987-05-12": "Vesak Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-05-31": "Eid al-Fitr (Second Day) (observed, estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1987-12-27": "Christmas Day (observed)", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-03-03": "Thaipusam", "1988-04-17": "Beginning of Ramadan (estimated)", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-02-21": "Thaipusam", "1989-04-07": "Beginning of Ramadan (estimated)", "1989-04-09": "Beginning of Ramadan (observed, estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-05-21": "Vesak Day (observed, estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-10-29": "Deepavali (observed)", "1989-12-25": "Christmas Day", "1990-01-12": "Thaipusam", "1990-01-14": "Thaipusam (observed)", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-03-27": "Beginning of Ramadan (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-04-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-09-02": "National Day (observed)", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-02-17": "Chinese New Year (observed, estimated)", "1991-03-01": "Thaipusam", "1991-03-03": "Thaipusam (observed)", "1991-03-17": "Beginning of Ramadan (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-09-22": "Prophet Muhammad's Birthday (observed, estimated)", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-02-18": "Thaipusam", "1992-03-05": "Beginning of Ramadan (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-05-01": "Labor Day", "1992-05-03": "Labor Day (observed)", "1992-05-17": "Vesak Day (estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Deepavali", "1992-12-25": "Christmas Day", "1992-12-27": "Christmas Day (observed)", "1993-01-08": "Thaipusam", "1993-01-10": "Thaipusam (observed)", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-02-22": "Beginning of Ramadan (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-31": "National Day", "1993-11-12": "Deepavali", "1993-11-14": "Deepavali (observed)", "1993-12-25": "Christmas Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Beginning of Ramadan (estimated); Chinese New Year (Second Day) (estimated)", "1994-02-13": "Beginning of Ramadan (observed, estimated); Chinese New Year (Second Day) (observed, estimated)", "1994-02-25": "Thaipusam", "1994-02-27": "Thaipusam (observed)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-22": "Eid al-Adha (observed, estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-21": "Prophet Muhammad's Birthday (observed, estimated)", "1994-08-31": "National Day", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1995-01-31": "Beginning of Ramadan (estimated); Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-02-14": "Thaipusam", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-11-20": "Deepavali", "1995-12-25": "Christmas Day", "1996-01-21": "Beginning of Ramadan (estimated)", "1996-01-22": "Beginning of Ramadan (observed, estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-03-04": "Thaipusam", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-11-09": "Deepavali", "1996-12-25": "Christmas Day", "1997-01-10": "Beginning of Ramadan (estimated)", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-02-22": "Thaipusam", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-29": "Deepavali", "1997-12-25": "Christmas Day", "1997-12-30": "Beginning of Ramadan (estimated)", "1998-01-13": "Thaipusam", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-11-17": "Deepavali", "1998-12-19": "Beginning of Ramadan (estimated)", "1998-12-25": "Christmas Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-03": "Thaipusam", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-11-06": "Deepavali", "1999-11-29": "General election additional holiday", "1999-12-09": "Beginning of Ramadan (estimated)", "1999-12-25": "Christmas Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-02-20": "Thaipusam", "2000-02-21": "Thaipusam (observed)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-25": "Deepavali", "2000-11-27": "Beginning of Ramadan (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-09": "Thaipusam", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-11-14": "Deepavali", "2001-11-17": "Beginning of Ramadan", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-02-27": "Thaipusam", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-11-06": "Beginning of Ramadan", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-02-16": "Thaipusam", "2003-02-17": "Thaipusam (observed)", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-10-23": "Deepavali", "2003-10-27": "Beginning of Ramadan", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-07": "Thaipusam", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-10-16": "Beginning of Ramadan", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-02-23": "Thaipusam", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-10-05": "Beginning of Ramadan", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Chinese New Year (observed)", "2006-02-13": "Thaipusam", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-31": "National Day", "2006-09-24": "Beginning of Ramadan", "2006-09-25": "Beginning of Ramadan (observed)", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-04": "Thaipusam", "2007-03-05": "Thaipusam (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-31": "National Day", "2007-09-13": "Beginning of Ramadan", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-02-22": "Thaipusam", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-09-02": "Beginning of Ramadan", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-11": "Thaipusam", "2009-01-12": "Thaipusam (observed)", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-08-22": "Beginning of Ramadan", "2009-08-31": "National Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-17": "Deepavali", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-03-01": "Thaipusam", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-08-11": "Beginning of Ramadan", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-12": "The Sultan of Johor Hol", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-02-18": "Thaipusam", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-08-01": "Beginning of Ramadan", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-08": "Thaipusam", "2012-01-09": "Thaipusam (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-07-20": "Beginning of Ramadan", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-26": "Eid al-Adha", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-20": "The Sultan of Johor Hol", "2012-12-25": "Christmas Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-02-25": "Thaipusam", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-07-09": "Beginning of Ramadan", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-12-10": "The Sultan of Johor Hol", "2013-12-25": "Christmas Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-02-02": "Chinese New Year (observed)", "2014-02-14": "Thaipusam", "2014-02-16": "Thaipusam (observed)", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-06-29": "Beginning of Ramadan", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-11-29": "The Sultan of Johor Hol", "2014-12-25": "Christmas Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-02-22": "Chinese New Year (Second Day) (observed)", "2015-03-05": "Thaipusam", "2015-03-23": "Birthday of the Sultan of Johor", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Labor Day (observed)", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-06-18": "Beginning of Ramadan", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-07-19": "Eid al-Fitr (observed)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-11-19": "The Sultan of Johor Hol", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2015-12-27": "Christmas Day (observed)", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-02-23": "Thaipusam", "2016-03-23": "Birthday of the Sultan of Johor", "2016-05-01": "Labor Day", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-07": "Beginning of Ramadan", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-09-18": "Malaysia Day (observed)", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-11-07": "The Sultan of Johor Hol", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2017-01-13": "Thaipusam", "2017-01-15": "Thaipusam (observed)", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-03-23": "Birthday of the Sultan of Johor", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-05-27": "Beginning of Ramadan", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-03": "Eid al-Adha (observed)", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-10-27": "The Sultan of Johor Hol", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-03": "Prophet Muhammad's Birthday (observed)", "2017-12-25": "Christmas Day", "2018-01-31": "Thaipusam", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-02-18": "Chinese New Year (observed)", "2018-03-23": "Birthday of the Sultan of Johor", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-17": "Beginning of Ramadan", "2018-05-29": "Vesak Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-06-17": "Eid al-Fitr (observed)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-02": "National Day (observed)", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-10-15": "The Sultan of Johor Hol", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-01-21": "Thaipusam", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-03-23": "Birthday of the Sultan of Johor", "2019-05-01": "Labor Day", "2019-05-06": "Beginning of Ramadan", "2019-05-19": "Vesak Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-05": "The Sultan of Johor Hol", "2019-10-27": "Deepavali", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-02-08": "Thaipusam", "2020-03-23": "Birthday of the Sultan of Johor", "2020-04-24": "Beginning of Ramadan", "2020-04-26": "Beginning of Ramadan (observed)", "2020-05-01": "Labor Day", "2020-05-03": "Labor Day (observed)", "2020-05-07": "Vesak Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-31": "Eid al-Adha", "2020-08-02": "Eid al-Adha (observed)", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-09-24": "The Sultan of Johor Hol", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2020-12-27": "Christmas Day (observed)", "2021-01-28": "Thaipusam", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-02-14": "Chinese New Year (observed)", "2021-03-23": "Birthday of the Sultan of Johor", "2021-04-13": "Beginning of Ramadan", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-16": "Eid al-Fitr (Second Day) (observed)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-13": "The Sultan of Johor Hol", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-25": "Christmas Day", "2022-01-18": "Thaipusam", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-03-23": "Birthday of the Sultan of Johor", "2022-04-03": "Beginning of Ramadan", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-03": "The Sultan of Johor Hol", "2022-09-16": "Malaysia Day", "2022-09-18": "Malaysia Day (observed)", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-02-05": "Thaipusam", "2023-03-23": "Beginning of Ramadan; Birthday of the Sultan of Johor", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-08-23": "The Sultan of Johor Hol", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-12-25": "Christmas Day", "2024-01-25": "Thaipusam", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-03-12": "Beginning of Ramadan", "2024-03-23": "Birthday of the Sultan of Johor", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-08-11": "The Sultan of Johor Hol", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-02-11": "Thaipusam", "2025-03-02": "Beginning of Ramadan", "2025-03-03": "Beginning of Ramadan (observed)", "2025-03-23": "Birthday of the Sultan of Johor", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-07-31": "The Sultan of Johor Hol", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-02-01": "Thaipusam", "2026-02-02": "Thaipusam (observed)", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Beginning of Ramadan (estimated); Chinese New Year (Second Day) (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-03-23": "Birthday of the Sultan of Johor", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-07-20": "The Sultan of Johor Hol (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2027-01-22": "Thaipusam", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Beginning of Ramadan (estimated)", "2027-02-09": "Chinese New Year (Second Day) (observed, estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-03-23": "Birthday of the Sultan of Johor", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-07-10": "The Sultan of Johor Hol (estimated)", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day", "2028-01-11": "Thaipusam", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-01-28": "Beginning of Ramadan (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-03-23": "Birthday of the Sultan of Johor", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-06-29": "The Sultan of Johor Hol (estimated)", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-14": "Deepavali", "2028-12-25": "Christmas Day", "2029-01-16": "Beginning of Ramadan (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-02-28": "Thaipusam", "2029-03-23": "Birthday of the Sultan of Johor", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-06-18": "The Sultan of Johor Hol (estimated)", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-25": "Christmas Day", "2030-01-05": "Beginning of Ramadan (estimated)", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-02-17": "Thaipusam", "2030-02-18": "Thaipusam (observed)", "2030-03-23": "Birthday of the Sultan of Johor", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-06-07": "The Sultan of Johor Hol (estimated)", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-12-25": "Christmas Day", "2030-12-26": "Beginning of Ramadan (estimated)", "2031-01-08": "Thaipusam", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-03-23": "Birthday of the Sultan of Johor", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-05-27": "The Sultan of Johor Hol (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-11-13": "Deepavali", "2031-12-15": "Beginning of Ramadan (estimated)", "2031-12-25": "Christmas Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-02-26": "Thaipusam", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Birthday of the Sultan of Johor", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-15": "The Sultan of Johor Hol (estimated)", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali", "2032-12-04": "Beginning of Ramadan (estimated)", "2032-12-25": "Christmas Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-02-14": "Thaipusam", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-23": "Birthday of the Sultan of Johor", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-05": "The Sultan of Johor Hol (estimated)", "2033-05-13": "Vesak Day (estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali", "2033-11-23": "Beginning of Ramadan (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Thaipusam", "2034-03-06": "Thaipusam (observed)", "2034-03-21": "Islamic New Year (estimated)", "2034-03-23": "Birthday of the Sultan of Johor", "2034-04-25": "The Sultan of Johor Hol (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-11-09": "Deepavali", "2034-11-12": "Beginning of Ramadan (estimated)", "2034-11-13": "Beginning of Ramadan (observed, estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-02-23": "Thaipusam", "2035-03-11": "Islamic New Year (estimated)", "2035-03-23": "Birthday of the Sultan of Johor", "2035-04-14": "The Sultan of Johor Hol (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-10-29": "Deepavali", "2035-11-01": "Beginning of Ramadan (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-13": "Thaipusam", "2036-01-14": "Thaipusam (observed)", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-03-23": "Birthday of the Sultan of Johor", "2036-04-03": "The Sultan of Johor Hol (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-10-20": "Beginning of Ramadan (estimated)", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-03-02": "Thaipusam", "2037-03-23": "Birthday of the Sultan of Johor; The Sultan of Johor Hol (estimated)", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-10-10": "Beginning of Ramadan (estimated)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-02-19": "Thaipusam", "2038-03-12": "The Sultan of Johor Hol (estimated)", "2038-03-23": "Birthday of the Sultan of Johor", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-09-30": "Beginning of Ramadan (estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-25": "Christmas Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-09": "Thaipusam", "2039-01-10": "Thaipusam (observed)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-03-01": "The Sultan of Johor Hol (estimated)", "2039-03-23": "Birthday of the Sultan of Johor", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-09-19": "Beginning of Ramadan (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-02-19": "The Sultan of Johor Hol (estimated)", "2040-02-27": "Thaipusam", "2040-03-23": "Birthday of the Sultan of Johor", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-31": "National Day", "2040-09-07": "Beginning of Ramadan (estimated)", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-02-07": "The Sultan of Johor Hol (estimated)", "2041-02-15": "Thaipusam", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-03-23": "Birthday of the Sultan of Johor", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-08-28": "Beginning of Ramadan (estimated)", "2041-08-31": "National Day", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-07": "Thaipusam", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-01-28": "The Sultan of Johor Hol (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-03-23": "Birthday of the Sultan of Johor", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-08-17": "Beginning of Ramadan (estimated)", "2042-08-18": "Beginning of Ramadan (observed, estimated)", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-17": "The Sultan of Johor Hol (estimated)", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-02-24": "Thaipusam", "2043-03-23": "Birthday of the Sultan of Johor", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-08-06": "Beginning of Ramadan (estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-07": "The Sultan of Johor Hol (estimated)", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-02-14": "Thaipusam", "2044-02-15": "Thaipusam (observed)", "2044-03-23": "Birthday of the Sultan of Johor", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-07-26": "Beginning of Ramadan (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "The Sultan of Johor Hol (estimated)", "2044-12-27": "Christmas Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-03-04": "Thaipusam", "2045-03-23": "Birthday of the Sultan of Johor", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-07-15": "Beginning of Ramadan (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-15": "The Sultan of Johor Hol (estimated)", "2045-12-25": "Christmas Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-02-21": "Thaipusam", "2046-03-23": "Birthday of the Sultan of Johor", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-05": "Beginning of Ramadan (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-04": "The Sultan of Johor Hol (estimated)", "2046-12-25": "Christmas Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-11": "Thaipusam", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-03-23": "Birthday of the Sultan of Johor", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-06-24": "Beginning of Ramadan (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-11-24": "The Sultan of Johor Hol (estimated)", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-02-28": "Thaipusam", "2048-03-23": "Birthday of the Sultan of Johor", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-12": "Beginning of Ramadan (estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-11-12": "The Sultan of Johor Hol (estimated)", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-02-17": "Thaipusam", "2049-03-23": "Birthday of the Sultan of Johor", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-06-02": "Beginning of Ramadan (estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-11-02": "The Sultan of Johor Hol (estimated)", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-08": "Thaipusam", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-03-23": "Birthday of the Sultan of Johor", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-05-22": "Beginning of Ramadan (estimated)", "2050-05-23": "Beginning of Ramadan (observed, estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-10-22": "The Sultan of Johor Hol (estimated)", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_02.json000066400000000000000000002470561500152103600210420ustar00rootroot00000000000000{ "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-04-22": "Isra' and Mi'raj (estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-05-25": "Beginning of Ramadan (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (Second Day) (estimated)", "1952-11-15": "Deepavali", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-25": "Christmas Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-04-12": "Isra' and Mi'raj (estimated)", "1953-05-14": "Beginning of Ramadan (estimated)", "1953-05-27": "Vesak Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha (Second Day) (estimated)", "1953-08-23": "Eid al-Adha (Second Day) (observed, estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1953-12-27": "Christmas Day (observed)", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-04-01": "Isra' and Mi'raj (estimated)", "1954-05-04": "Beginning of Ramadan (estimated)", "1954-05-17": "Vesak Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha (Second Day) (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-03-21": "Isra' and Mi'raj (estimated)", "1955-04-24": "Beginning of Ramadan (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-08": "Vesak Day (observed, estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha (Second Day) (estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-12-25": "Christmas Day", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-03-10": "Isra' and Mi'raj (estimated)", "1956-04-12": "Beginning of Ramadan (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-13": "Eid al-Fitr (observed, estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha (Second Day) (estimated)", "1956-07-22": "Eid al-Adha (Second Day) (observed, estimated)", "1956-08-31": "National Day", "1956-09-02": "National Day (observed)", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-02-03": "Chinese New Year (Second Day) (observed, estimated)", "1957-02-27": "Isra' and Mi'raj (estimated)", "1957-04-01": "Beginning of Ramadan (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha (Second Day) (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-02-16": "Isra' and Mi'raj (estimated)", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-03-21": "Beginning of Ramadan (estimated)", "1958-03-23": "Beginning of Ramadan (observed, estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha (Second Day) (estimated)", "1958-06-29": "Eid al-Adha (observed, estimated)", "1958-08-31": "National Day", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-09-28": "Prophet Muhammad's Birthday (observed, estimated)", "1958-11-09": "Deepavali", "1958-12-25": "Christmas Day", "1959-02-06": "Isra' and Mi'raj (estimated)", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Isra' and Mi'raj (observed, estimated)", "1959-03-11": "Beginning of Ramadan (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-04-12": "Eid al-Fitr (observed, estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-05-24": "Vesak Day (observed, estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha (Second Day) (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-11-01": "Deepavali (observed)", "1959-12-25": "Christmas Day", "1959-12-27": "Christmas Day (observed)", "1960-01-26": "Isra' and Mi'raj (estimated)", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-01-31": "Chinese New Year (Second Day) (observed, estimated)", "1960-02-28": "Beginning of Ramadan (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha (Second Day) (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1961-01-14": "Isra' and Mi'raj (estimated)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Beginning of Ramadan (estimated); Chinese New Year (Second Day) (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha (Second Day) (estimated)", "1961-05-28": "Eid al-Adha (Second Day) (observed, estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-01-04": "Isra' and Mi'raj (estimated)", "1962-02-05": "Beginning of Ramadan (estimated); Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha (Second Day) (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-05-20": "Vesak Day (observed, estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-31": "National Day", "1962-09-02": "National Day (observed)", "1962-10-26": "Deepavali", "1962-10-28": "Deepavali (observed)", "1962-12-24": "Isra' and Mi'raj (estimated)", "1962-12-25": "Christmas Day", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Beginning of Ramadan (estimated); Chinese New Year (Second Day) (estimated)", "1963-01-27": "Chinese New Year (observed, estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha (Second Day) (estimated)", "1963-05-05": "Eid al-Adha (observed, estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-04": "Prophet Muhammad's Birthday (observed, estimated)", "1963-08-31": "National Day", "1963-11-14": "Deepavali", "1963-12-13": "Isra' and Mi'raj (estimated)", "1963-12-15": "Isra' and Mi'raj (observed, estimated)", "1963-12-25": "Christmas Day", "1964-01-15": "Beginning of Ramadan (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-02-16": "Chinese New Year (Second Day) (observed, estimated); Eid al-Fitr (observed, estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha (Second Day) (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-12-01": "Isra' and Mi'raj (estimated)", "1964-12-25": "Christmas Day", "1964-12-27": "Christmas Day (observed)", "1965-01-03": "Beginning of Ramadan (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (Second Day) (estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-10-24": "Deepavali (observed)", "1965-11-20": "Isra' and Mi'raj (estimated)", "1965-12-23": "Beginning of Ramadan (estimated)", "1965-12-25": "Christmas Day", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Chinese New Year (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha (Second Day) (estimated)", "1966-04-03": "Eid al-Adha (observed, estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-07-03": "Prophet Muhammad's Birthday (observed, estimated)", "1966-08-31": "National Day", "1966-11-10": "Deepavali; Isra' and Mi'raj (estimated)", "1966-12-13": "Beginning of Ramadan (estimated)", "1966-12-25": "Christmas Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-01-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-02-12": "Chinese New Year (Second Day) (observed, estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha (Second Day) (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-30": "Isra' and Mi'raj (estimated)", "1967-10-31": "Deepavali", "1967-12-02": "Beginning of Ramadan (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha (Second Day) (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-10-19": "Isra' and Mi'raj (estimated)", "1968-11-18": "Deepavali", "1968-11-21": "Beginning of Ramadan (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-25": "Christmas Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha (Second Day) (estimated)", "1969-03-02": "Eid al-Adha (Second Day) (observed, estimated)", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-10-08": "Isra' and Mi'raj (estimated)", "1969-11-08": "Deepavali", "1969-11-10": "Beginning of Ramadan (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-08": "Chinese New Year (observed, estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (Second Day) (estimated)", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-09-28": "Isra' and Mi'raj (estimated)", "1970-10-28": "Deepavali", "1970-11-01": "Beginning of Ramadan (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1970-12-27": "Christmas Day (observed)", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (Second Day) (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Prophet Muhammad's Birthday (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-09-17": "Isra' and Mi'raj (estimated)", "1971-09-19": "Isra' and Mi'raj (observed, estimated)", "1971-10-20": "Beginning of Ramadan (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-11-21": "Eid al-Fitr (observed, estimated)", "1971-12-25": "Christmas Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (Second Day) (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-09-05": "Isra' and Mi'raj (estimated)", "1972-10-08": "Beginning of Ramadan (estimated)", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (Second Day) (estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-25": "Isra' and Mi'raj (estimated)", "1973-08-31": "National Day", "1973-09-02": "National Day (observed)", "1973-09-27": "Beginning of Ramadan (estimated)", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-12-25": "Christmas Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (Second Day) (estimated)", "1974-01-06": "Eid al-Adha (Second Day) (observed, estimated)", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-15": "Isra' and Mi'raj (estimated)", "1974-08-31": "National Day", "1974-09-17": "Beginning of Ramadan (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day; Eid al-Adha (Second Day) (estimated)", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-05": "Isra' and Mi'raj (estimated)", "1975-08-31": "National Day", "1975-09-06": "Beginning of Ramadan (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (Second Day) (estimated)", "1975-12-25": "Christmas Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-03-14": "Prophet Muhammad's Birthday (observed, estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-07-24": "Isra' and Mi'raj (estimated)", "1976-08-26": "Beginning of Ramadan (estimated)", "1976-08-31": "National Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-09-26": "Eid al-Fitr (observed, estimated)", "1976-11-19": "Deepavali", "1976-11-21": "Deepavali (observed)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (Second Day) (estimated)", "1976-12-25": "Christmas Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-02-20": "Chinese New Year (observed, estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-07-13": "Isra' and Mi'raj (estimated)", "1977-08-15": "Beginning of Ramadan (estimated)", "1977-08-31": "National Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (Second Day) (estimated)", "1977-12-25": "Christmas Day", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-07-02": "Isra' and Mi'raj (estimated)", "1978-08-05": "Beginning of Ramadan (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (Second Day) (estimated)", "1978-11-12": "Eid al-Adha (observed, estimated)", "1978-12-25": "Christmas Day", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-02-11": "Prophet Muhammad's Birthday (observed, estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-06-22": "Isra' and Mi'raj (estimated)", "1979-06-24": "Isra' and Mi'raj (observed, estimated)", "1979-07-25": "Beginning of Ramadan (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-26": "Eid al-Fitr (Second Day) (observed, estimated)", "1979-08-31": "National Day", "1979-09-02": "National Day (observed)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (Second Day) (estimated)", "1979-11-18": "Deepavali", "1979-12-25": "Christmas Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-06-10": "Isra' and Mi'raj (estimated)", "1980-07-13": "Beginning of Ramadan (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (Second Day) (estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-02-08": "Chinese New Year (Second Day) (observed, estimated)", "1981-05-01": "Labor Day", "1981-05-03": "Labor Day (observed)", "1981-05-18": "Vesak Day (estimated)", "1981-05-31": "Isra' and Mi'raj (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-07-02": "Beginning of Ramadan (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (Second Day) (estimated)", "1981-10-11": "Eid al-Adha (Second Day) (observed, estimated)", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1981-12-27": "Christmas Day (observed)", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-05-20": "Isra' and Mi'raj (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-06-22": "Beginning of Ramadan (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (Second Day) (estimated)", "1982-11-13": "Deepavali", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-05-01": "Labor Day", "1983-05-10": "Isra' and Mi'raj (estimated)", "1983-05-27": "Vesak Day (estimated)", "1983-05-29": "Vesak Day (observed, estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-12": "Beginning of Ramadan (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (Second Day) (estimated)", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-18": "Prophet Muhammad's Birthday (observed, estimated)", "1983-12-25": "Christmas Day", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1984-04-28": "Isra' and Mi'raj (estimated)", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-05-31": "Beginning of Ramadan (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-08-31": "National Day", "1984-09-02": "National Day (observed)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (Second Day) (estimated)", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-04-17": "Isra' and Mi'raj (estimated)", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-05-20": "Beginning of Ramadan (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (Second Day) (estimated)", "1985-08-31": "National Day", "1985-11-10": "Deepavali", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-12-25": "Christmas Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-04-06": "Isra' and Mi'raj (estimated)", "1986-05-01": "Labor Day", "1986-05-09": "Beginning of Ramadan (estimated)", "1986-05-11": "Beginning of Ramadan (observed, estimated)", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Vesak Day (observed, estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (Second Day) (estimated)", "1986-08-17": "Eid al-Adha (observed, estimated)", "1986-08-31": "National Day", "1986-10-31": "Deepavali", "1986-11-02": "Deepavali (observed)", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-11-16": "Prophet Muhammad's Birthday (observed, estimated)", "1986-12-25": "Christmas Day", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-02-01": "Chinese New Year (Second Day) (observed, estimated)", "1987-03-27": "Isra' and Mi'raj (estimated)", "1987-03-29": "Isra' and Mi'raj (observed, estimated)", "1987-04-29": "Beginning of Ramadan (estimated)", "1987-05-01": "Labor Day", "1987-05-03": "Labor Day (observed)", "1987-05-12": "Vesak Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-05-31": "Eid al-Fitr (Second Day) (observed, estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (Second Day) (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1987-12-27": "Christmas Day (observed)", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-03-15": "Isra' and Mi'raj (estimated)", "1988-04-17": "Beginning of Ramadan (estimated)", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (Second Day) (estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-03-05": "Isra' and Mi'raj (estimated)", "1989-04-07": "Beginning of Ramadan (estimated)", "1989-04-09": "Beginning of Ramadan (observed, estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-05-21": "Vesak Day (observed, estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (Second Day) (estimated)", "1989-07-16": "Eid al-Adha (Second Day) (observed, estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-10-29": "Deepavali (observed)", "1989-12-25": "Christmas Day", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-02-22": "Isra' and Mi'raj (estimated)", "1990-03-27": "Beginning of Ramadan (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-04-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (Second Day) (estimated)", "1990-08-31": "National Day", "1990-09-02": "National Day (observed)", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-02-11": "Isra' and Mi'raj (estimated)", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-02-17": "Chinese New Year (observed, estimated)", "1991-03-17": "Beginning of Ramadan (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (Second Day) (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-09-22": "Prophet Muhammad's Birthday (observed, estimated)", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-01-31": "Isra' and Mi'raj (estimated)", "1992-02-02": "Isra' and Mi'raj (observed, estimated)", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-03-05": "Beginning of Ramadan (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-05-01": "Labor Day", "1992-05-03": "Labor Day (observed)", "1992-05-17": "Vesak Day (estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (Second Day) (estimated)", "1992-06-14": "Eid al-Adha (Second Day) (observed, estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Deepavali", "1992-12-25": "Christmas Day", "1992-12-27": "Christmas Day (observed)", "1993-01-20": "Isra' and Mi'raj (estimated)", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-02-22": "Beginning of Ramadan (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (Second Day) (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-31": "National Day", "1993-11-12": "Deepavali", "1993-11-14": "Deepavali (observed)", "1993-12-25": "Christmas Day", "1994-01-09": "Isra' and Mi'raj (estimated)", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Beginning of Ramadan (estimated); Chinese New Year (Second Day) (estimated)", "1994-02-13": "Beginning of Ramadan (observed, estimated); Chinese New Year (Second Day) (observed, estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (Second Day) (estimated)", "1994-05-22": "Eid al-Adha (observed, estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-21": "Prophet Muhammad's Birthday (observed, estimated)", "1994-08-31": "National Day", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1994-12-29": "Isra' and Mi'raj (estimated)", "1995-01-31": "Beginning of Ramadan (estimated); Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-03-05": "Eid al-Fitr (Second Day) (observed, estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha (Second Day) (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-11-20": "Deepavali", "1995-12-19": "Isra' and Mi'raj (estimated)", "1995-12-25": "Christmas Day", "1996-01-21": "Beginning of Ramadan (estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (Second Day) (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-11-09": "Deepavali", "1996-12-08": "Isra' and Mi'raj (estimated)", "1996-12-25": "Christmas Day", "1997-01-10": "Beginning of Ramadan (estimated)", "1997-01-12": "Beginning of Ramadan (observed, estimated)", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Chinese New Year (observed, estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (Second Day) (estimated)", "1997-04-20": "Eid al-Adha (Second Day) (observed, estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-10-29": "Deepavali", "1997-11-27": "Isra' and Mi'raj (estimated)", "1997-12-25": "Christmas Day", "1997-12-30": "Beginning of Ramadan (estimated)", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-02-01": "Eid al-Fitr (Second Day) (observed, estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (Second Day) (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-03": "Labor Day (observed)", "1998-05-10": "Vesak Day (estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-11-16": "Isra' and Mi'raj (estimated)", "1998-11-17": "Deepavali", "1998-12-19": "Beginning of Ramadan (estimated)", "1998-12-25": "Christmas Day", "1998-12-27": "Christmas Day (observed)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (Second Day) (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-11-05": "Isra' and Mi'raj (estimated)", "1999-11-06": "Deepavali", "1999-11-07": "Isra' and Mi'raj (observed, estimated)", "1999-11-29": "General election additional holiday", "1999-12-09": "Beginning of Ramadan (estimated)", "1999-12-25": "Christmas Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (Second Day) (estimated)", "2000-03-19": "Eid al-Adha (Second Day) (observed, estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-24": "Isra' and Mi'raj (estimated)", "2000-10-25": "Deepavali", "2000-11-27": "Beginning of Ramadan (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-07": "Eid al-Adha (Second Day)", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-09-02": "National Day (observed)", "2001-10-15": "Isra' and Mi'raj", "2001-11-14": "Deepavali", "2001-11-17": "Beginning of Ramadan", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-02-24": "Eid al-Adha (Second Day)", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-26": "Prophet Muhammad's Birthday (observed)", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-10-04": "Isra' and Mi'raj", "2002-10-06": "Isra' and Mi'raj (observed)", "2002-11-03": "Deepavali", "2002-11-06": "Beginning of Ramadan", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-08": "Eid al-Fitr (observed)", "2002-12-25": "Christmas Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-12": "Eid al-Adha", "2003-02-13": "Eid al-Adha (Second Day)", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-24": "Isra' and Mi'raj", "2003-10-23": "Deepavali", "2003-10-27": "Beginning of Ramadan", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-01-25": "Chinese New Year (Second Day) (observed)", "2004-02-02": "Eid al-Adha", "2004-02-03": "Eid al-Adha (Second Day)", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-09-12": "Isra' and Mi'raj", "2004-10-16": "Beginning of Ramadan", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-12-25": "Christmas Day", "2005-01-21": "Eid al-Adha", "2005-01-22": "Eid al-Adha (Second Day)", "2005-01-23": "Eid al-Adha (observed)", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-22": "Vesak Day", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-09-01": "Isra' and Mi'raj", "2005-10-05": "Beginning of Ramadan", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-11-06": "Eid al-Fitr (Second Day) (observed)", "2005-12-25": "Christmas Day", "2006-01-10": "Eid al-Adha", "2006-01-11": "Eid al-Adha (Second Day)", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-05-14": "Vesak Day (observed)", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-22": "Isra' and Mi'raj", "2006-08-31": "National Day", "2006-09-24": "Beginning of Ramadan", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "Eid al-Adha (Second Day)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-11": "Isra' and Mi'raj", "2007-08-31": "National Day", "2007-09-02": "National Day (observed)", "2007-09-13": "Beginning of Ramadan", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-21": "Eid al-Adha (Second Day)", "2007-12-23": "Eid al-Adha (Second Day) (observed)", "2007-12-25": "Christmas Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-02-10": "Chinese New Year (Second Day) (observed)", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-07-31": "Isra' and Mi'raj", "2008-08-31": "National Day", "2008-09-02": "Beginning of Ramadan", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-10": "Eid al-Adha (Second Day)", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-03": "Labor Day (observed)", "2009-05-09": "Vesak Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-07-20": "Isra' and Mi'raj", "2009-08-22": "Beginning of Ramadan", "2009-08-31": "National Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-10-17": "Deepavali", "2009-11-28": "Eid al-Adha", "2009-11-29": "Eid al-Adha (Second Day)", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2009-12-27": "Christmas Day (observed)", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-02-28": "Prophet Muhammad's Birthday (observed)", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-05-30": "Vesak Day (observed)", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-07-09": "Isra' and Mi'raj", "2010-07-11": "Isra' and Mi'raj (observed)", "2010-08-11": "Beginning of Ramadan", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-12": "Eid al-Fitr (observed)", "2010-09-16": "Malaysia Day", "2010-11-05": "Deepavali", "2010-11-07": "Deepavali (observed)", "2010-11-17": "Eid al-Adha", "2010-11-18": "Eid al-Adha (Second Day)", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-06": "Chinese New Year (Second Day) (observed)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-05-01": "Labor Day", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-06-29": "Isra' and Mi'raj", "2011-08-01": "Beginning of Ramadan", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-09-18": "Malaysia Day (observed)", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-08": "Eid al-Adha (Second Day)", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-06-17": "Isra' and Mi'raj", "2012-07-20": "Beginning of Ramadan", "2012-07-22": "Beginning of Ramadan (observed)", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-31": "National Day", "2012-09-02": "National Day (observed)", "2012-09-16": "Malaysia Day", "2012-10-26": "Eid al-Adha", "2012-10-27": "Eid al-Adha (Second Day)", "2012-10-28": "Eid al-Adha (observed)", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-05-26": "Vesak Day (observed)", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-06-06": "Isra' and Mi'raj", "2013-07-09": "Beginning of Ramadan", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-11": "Eid al-Fitr (Second Day) (observed)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-10-16": "Eid al-Adha (Second Day)", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-02-02": "Chinese New Year (observed)", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-05-27": "Isra' and Mi'raj", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-06-29": "Beginning of Ramadan", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (Second Day)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-02-22": "Chinese New Year (Second Day) (observed)", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Labor Day (observed)", "2015-05-16": "Isra' and Mi'raj", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-06-18": "Beginning of Ramadan", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-07-19": "Eid al-Fitr (observed)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-09-25": "Eid al-Adha (Second Day)", "2015-09-27": "Eid al-Adha (Second Day) (observed)", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2015-12-27": "Christmas Day (observed)", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-05-01": "Labor Day", "2016-05-05": "Isra' and Mi'raj", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-07": "Beginning of Ramadan", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-13": "Eid al-Adha (Second Day)", "2016-09-16": "Malaysia Day", "2016-09-18": "Malaysia Day (observed)", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong; Isra' and Mi'raj", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-05-27": "Beginning of Ramadan", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-02": "Eid al-Adha (Second Day)", "2017-09-03": "Eid al-Adha (observed)", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-03": "Prophet Muhammad's Birthday (observed)", "2017-12-25": "Christmas Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-02-18": "Chinese New Year (observed)", "2018-04-14": "Isra' and Mi'raj", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-17": "Beginning of Ramadan", "2018-05-29": "Vesak Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-06-17": "Birthday of The Sultan of Kedah", "2018-06-18": "Eid al-Fitr (observed)", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha (Second Day)", "2018-08-31": "National Day", "2018-09-02": "National Day (observed)", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-04-03": "Isra' and Mi'raj", "2019-05-01": "Labor Day", "2019-05-06": "Beginning of Ramadan", "2019-05-19": "Vesak Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-06-16": "Birthday of The Sultan of Kedah", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (Second Day)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-03-22": "Isra' and Mi'raj", "2020-04-24": "Beginning of Ramadan", "2020-04-26": "Beginning of Ramadan (observed)", "2020-05-01": "Labor Day", "2020-05-03": "Labor Day (observed)", "2020-05-07": "Vesak Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-06-21": "Birthday of The Sultan of Kedah", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha (Second Day)", "2020-08-02": "Eid al-Adha (observed)", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2020-12-27": "Christmas Day (observed)", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-02-14": "Chinese New Year (observed)", "2021-03-11": "Isra' and Mi'raj", "2021-04-13": "Beginning of Ramadan", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-16": "Eid al-Fitr (Second Day) (observed)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-06-20": "Birthday of The Sultan of Kedah", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha (Second Day)", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-25": "Christmas Day", "2022-01-18": "Thaipusam", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-03-01": "Isra' and Mi'raj", "2022-04-03": "Beginning of Ramadan", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-06-19": "Birthday of The Sultan of Kedah", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (Second Day)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-09-18": "Malaysia Day (observed)", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-02-05": "Thaipusam", "2023-02-18": "Isra' and Mi'raj", "2023-03-23": "Beginning of Ramadan", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-18": "Birthday of The Sultan of Kedah", "2023-06-29": "Eid al-Adha", "2023-06-30": "Eid al-Adha (Second Day)", "2023-07-02": "Eid al-Adha (Second Day) (observed)", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-12-25": "Christmas Day", "2024-01-25": "Thaipusam", "2024-02-08": "Isra' and Mi'raj", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-03-12": "Beginning of Ramadan", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-06-18": "Eid al-Adha (Second Day)", "2024-06-30": "Birthday of The Sultan of Kedah", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-27": "Isra' and Mi'raj", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-02-11": "Thaipusam", "2025-03-02": "Beginning of Ramadan", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-08": "Eid al-Adha (Second Day)", "2025-06-15": "Birthday of The Sultan of Kedah", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-07": "Prophet Muhammad's Birthday (observed)", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-01-16": "Isra' and Mi'raj (estimated)", "2026-01-18": "Isra' and Mi'raj (observed, estimated)", "2026-02-01": "Thaipusam", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Beginning of Ramadan (estimated); Chinese New Year (Second Day) (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-03-22": "Eid al-Fitr (observed, estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-03": "Labor Day (observed); Vesak Day (observed, estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (Second Day) (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-06-21": "Birthday of The Sultan of Kedah", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2026-12-27": "Christmas Day (observed)", "2027-01-05": "Isra' and Mi'raj (estimated)", "2027-01-22": "Thaipusam", "2027-01-24": "Thaipusam (observed)", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Beginning of Ramadan (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (Second Day) (estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-06-20": "Birthday of The Sultan of Kedah", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day; Isra' and Mi'raj (estimated)", "2028-01-11": "Thaipusam", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-01-28": "Beginning of Ramadan (estimated)", "2028-01-30": "Beginning of Ramadan (observed, estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (Second Day) (estimated)", "2028-05-07": "Eid al-Adha (observed, estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-06-18": "Birthday of The Sultan of Kedah", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-14": "Deepavali", "2028-12-14": "Isra' and Mi'raj (estimated)", "2028-12-25": "Christmas Day", "2029-01-16": "Beginning of Ramadan (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-02-28": "Thaipusam", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (Second Day) (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-06-17": "Birthday of The Sultan of Kedah", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-02": "National Day (observed)", "2029-09-16": "Malaysia Day", "2029-11-04": "Deepavali", "2029-12-03": "Isra' and Mi'raj (estimated)", "2029-12-25": "Christmas Day", "2030-01-05": "Beginning of Ramadan (estimated)", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-17": "Thaipusam", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (Second Day) (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-06-16": "Birthday of The Sultan of Kedah", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-10-27": "Deepavali (observed)", "2030-11-23": "Isra' and Mi'raj (estimated)", "2030-12-25": "Christmas Day", "2030-12-26": "Beginning of Ramadan (estimated)", "2031-01-08": "Thaipusam", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-01-26": "Chinese New Year (Second Day) (observed, estimated); Eid al-Fitr (observed, estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (Second Day) (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-06-15": "Birthday of The Sultan of Kedah", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-16": "Malaysia Day", "2031-11-12": "Isra' and Mi'raj (estimated)", "2031-11-13": "Deepavali", "2031-12-15": "Beginning of Ramadan (estimated)", "2031-12-25": "Christmas Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-02-26": "Thaipusam", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (Second Day) (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Birthday of The Sultan of Kedah; Prophet Muhammad's Birthday (estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali; Isra' and Mi'raj (estimated)", "2032-12-04": "Beginning of Ramadan (estimated)", "2032-12-25": "Christmas Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-02-14": "Thaipusam", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (Second Day) (estimated)", "2033-03-13": "Eid al-Adha (observed, estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-13": "Vesak Day (estimated)", "2033-05-15": "Vesak Day (observed, estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-06-19": "Birthday of The Sultan of Kedah", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-09-18": "Malaysia Day (observed)", "2033-10-21": "Deepavali; Isra' and Mi'raj (estimated)", "2033-10-23": "Deepavali (observed); Isra' and Mi'raj (observed, estimated)", "2033-11-23": "Beginning of Ramadan (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Eid al-Fitr (observed, estimated)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (Second Day) (estimated)", "2034-03-05": "Thaipusam", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-06-18": "Birthday of The Sultan of Kedah", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-10-10": "Isra' and Mi'raj (estimated)", "2034-11-09": "Deepavali", "2034-11-12": "Beginning of Ramadan (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-11": "Chinese New Year (Second Day) (observed, estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (Second Day) (estimated)", "2035-02-23": "Thaipusam", "2035-02-25": "Thaipusam (observed)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-06-17": "Birthday of The Sultan of Kedah", "2035-08-31": "National Day", "2035-09-02": "National Day (observed)", "2035-09-16": "Malaysia Day", "2035-09-29": "Isra' and Mi'raj (estimated)", "2035-10-29": "Deepavali", "2035-11-01": "Beginning of Ramadan (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-25": "Christmas Day", "2036-01-13": "Thaipusam", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (Second Day) (estimated)", "2036-02-10": "Eid al-Adha (Second Day) (observed, estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-06-15": "Birthday of The Sultan of Kedah", "2036-08-31": "National Day", "2036-09-16": "Malaysia Day", "2036-09-18": "Isra' and Mi'raj (estimated)", "2036-10-20": "Beginning of Ramadan (estimated)", "2036-11-16": "Deepavali", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (Second Day) (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-03-02": "Thaipusam", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-03": "Labor Day (observed)", "2037-05-29": "Vesak Day (estimated)", "2037-05-31": "Vesak Day (observed, estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-06-21": "Birthday of The Sultan of Kedah", "2037-08-31": "National Day", "2037-09-07": "Isra' and Mi'raj (estimated)", "2037-09-16": "Malaysia Day", "2037-10-10": "Beginning of Ramadan (estimated)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-12-25": "Christmas Day", "2037-12-27": "Christmas Day (observed)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (Second Day) (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-02-07": "Chinese New Year (Second Day) (observed, estimated); Islamic New Year (observed, estimated)", "2038-02-19": "Thaipusam", "2038-02-21": "Thaipusam (observed)", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-06-20": "Birthday of The Sultan of Kedah", "2038-08-28": "Isra' and Mi'raj (estimated)", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-09-30": "Beginning of Ramadan (estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-10-31": "Eid al-Fitr (observed, estimated)", "2038-12-25": "Christmas Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (Second Day) (estimated)", "2039-01-09": "Thaipusam", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-07": "Vesak Day (estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-06-19": "Birthday of The Sultan of Kedah", "2039-08-17": "Isra' and Mi'raj (estimated)", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-09-18": "Malaysia Day (observed)", "2039-09-19": "Beginning of Ramadan (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (Second Day) (estimated)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-27": "Thaipusam", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-05-27": "Vesak Day (observed, estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-06-17": "Birthday of The Sultan of Kedah", "2040-08-05": "Isra' and Mi'raj (estimated)", "2040-08-31": "National Day", "2040-09-02": "National Day (observed)", "2040-09-07": "Beginning of Ramadan (estimated)", "2040-09-09": "Beginning of Ramadan (observed, estimated)", "2040-09-16": "Malaysia Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (Second Day) (estimated)", "2040-12-16": "Eid al-Adha (observed, estimated)", "2040-12-25": "Christmas Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-02-03": "Chinese New Year (observed, estimated)", "2041-02-15": "Thaipusam", "2041-02-17": "Thaipusam (observed)", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-03-17": "Prophet Muhammad's Birthday (observed, estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-06-16": "Birthday of The Sultan of Kedah", "2041-07-25": "Isra' and Mi'raj (estimated)", "2041-08-28": "Beginning of Ramadan (estimated)", "2041-08-31": "National Day", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-09-29": "Eid al-Fitr (Second Day) (observed, estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (Second Day) (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-07": "Thaipusam", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-06-15": "Birthday of The Sultan of Kedah", "2042-07-15": "Isra' and Mi'raj (estimated)", "2042-08-17": "Beginning of Ramadan (estimated)", "2042-08-31": "National Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (Second Day) (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-24": "Thaipusam", "2043-05-01": "Labor Day", "2043-05-03": "Labor Day (observed)", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-06-21": "Birthday of The Sultan of Kedah", "2043-07-04": "Isra' and Mi'raj (estimated)", "2043-08-06": "Beginning of Ramadan (estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-06": "Eid al-Fitr (observed, estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (Second Day) (estimated)", "2043-11-15": "Eid al-Adha (Second Day) (observed, estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2043-12-27": "Christmas Day (observed)", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-02-14": "Thaipusam", "2044-05-01": "Labor Day", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-06-19": "Birthday of The Sultan of Kedah", "2044-06-23": "Isra' and Mi'raj (estimated)", "2044-07-26": "Beginning of Ramadan (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-09-18": "Malaysia Day (observed)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (Second Day) (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-02-19": "Chinese New Year (observed, estimated)", "2045-03-04": "Thaipusam", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-06-13": "Isra' and Mi'raj (estimated)", "2045-06-18": "Birthday of The Sultan of Kedah", "2045-07-15": "Beginning of Ramadan (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (Second Day) (estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-01-21": "Prophet Muhammad's Birthday (observed, estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-02-21": "Thaipusam", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-06-02": "Isra' and Mi'raj (estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-06-17": "Birthday of The Sultan of Kedah", "2046-07-05": "Beginning of Ramadan (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-05": "Eid al-Fitr (observed, estimated)", "2046-08-31": "National Day", "2046-09-02": "National Day (observed)", "2046-09-16": "Malaysia Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (Second Day) (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-11": "Thaipusam", "2047-01-13": "Thaipusam (observed)", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-05-22": "Isra' and Mi'raj (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-06-16": "Birthday of The Sultan of Kedah", "2047-06-24": "Beginning of Ramadan (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (Second Day) (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-11-17": "Deepavali (observed)", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-02-16": "Chinese New Year (observed, estimated)", "2048-02-28": "Thaipusam", "2048-03-01": "Thaipusam (observed)", "2048-05-01": "Labor Day", "2048-05-03": "Labor Day (observed)", "2048-05-10": "Isra' and Mi'raj (estimated)", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-12": "Beginning of Ramadan (estimated)", "2048-06-14": "Beginning of Ramadan (observed, estimated)", "2048-06-21": "Birthday of The Sultan of Kedah", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (Second Day) (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-20": "Prophet Muhammad's Birthday (observed, estimated)", "2048-12-25": "Christmas Day", "2048-12-27": "Christmas Day (observed)", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-02-17": "Thaipusam", "2049-04-29": "Isra' and Mi'raj (estimated)", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-06-02": "Beginning of Ramadan (estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-06-20": "Birthday of The Sultan of Kedah", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-07-04": "Eid al-Fitr (Second Day) (observed, estimated)", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (Second Day) (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-08": "Thaipusam", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-04-19": "Isra' and Mi'raj (estimated)", "2050-05-01": "Labor Day", "2050-05-05": "Vesak Day (estimated)", "2050-05-22": "Beginning of Ramadan (estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-19": "Birthday of The Sultan of Kedah", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (Second Day) (estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-09-18": "Malaysia Day (observed)", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/MY_03.json000066400000000000000000002547761500152103600210520ustar00rootroot00000000000000{ "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1952-06-10": "Nuzul Al-Quran Day (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (Second Day) (estimated)", "1952-11-15": "Deepavali", "1952-11-16": "Deepavali (observed)", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-25": "Christmas Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (observed, estimated)", "1953-05-27": "Vesak Day (estimated)", "1953-05-30": "Nuzul Al-Quran Day (estimated)", "1953-05-31": "Nuzul Al-Quran Day (observed, estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha (Second Day) (estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-05-17": "Vesak Day (estimated)", "1954-05-20": "Nuzul Al-Quran Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha (Second Day) (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1954-12-26": "Christmas Day (observed)", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-10": "Nuzul Al-Quran Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha (Second Day) (estimated)", "1955-08-01": "Eid al-Adha (observed, estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-10-30": "Prophet Muhammad's Birthday (observed, estimated)", "1955-11-12": "Deepavali", "1955-11-13": "Deepavali (observed)", "1955-12-25": "Christmas Day", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-04-28": "Nuzul Al-Quran Day (estimated)", "1956-04-29": "Nuzul Al-Quran Day (observed, estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-13": "Eid al-Fitr (Second Day) (observed, estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha (Second Day) (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-04-17": "Nuzul Al-Quran Day (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha (Second Day) (estimated)", "1957-08-31": "National Day", "1957-09-01": "National Day (observed)", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-04-06": "Nuzul Al-Quran Day (estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-05-04": "Vesak Day (observed, estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha (Second Day) (estimated)", "1958-06-29": "Eid al-Adha (Second Day) (observed, estimated)", "1958-08-31": "National Day", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-11-09": "Deepavali", "1958-12-25": "Christmas Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-03-27": "Nuzul Al-Quran Day (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-04-12": "Eid al-Fitr (Second Day) (observed, estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha (Second Day) (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-12-25": "Christmas Day", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-15": "Nuzul Al-Quran Day (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha (Second Day) (estimated)", "1960-06-06": "Birthday of HM Yang di-Pertuan Agong (observed); Eid al-Adha (observed, estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-09-04": "Prophet Muhammad's Birthday (observed, estimated)", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-04": "Nuzul Al-Quran Day (estimated)", "1961-03-05": "Nuzul Al-Quran Day (observed, estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha (Second Day) (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-21": "Nuzul Al-Quran Day (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha (Second Day) (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-31": "National Day", "1962-10-26": "Deepavali", "1962-12-25": "Christmas Day", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-01-27": "Chinese New Year (Second Day) (observed, estimated)", "1963-02-11": "Nuzul Al-Quran Day (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha (Second Day) (estimated)", "1963-05-05": "Eid al-Adha (Second Day) (observed, estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-09-01": "National Day (observed)", "1963-11-14": "Deepavali", "1963-12-25": "Christmas Day", "1964-01-31": "Nuzul Al-Quran Day (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-02-16": "Eid al-Fitr (Second Day) (observed, estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha (Second Day) (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-12-25": "Christmas Day", "1965-01-19": "Nuzul Al-Quran Day (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (Second Day) (estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-05-16": "Vesak Day (observed, estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-07-11": "Prophet Muhammad's Birthday (observed, estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-12-25": "Christmas Day", "1965-12-26": "Christmas Day (observed)", "1966-01-08": "Nuzul Al-Quran Day (estimated)", "1966-01-09": "Nuzul Al-Quran Day (observed, estimated)", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Chinese New Year (Second Day) (observed, estimated); Eid al-Fitr (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha (Second Day) (estimated)", "1966-04-03": "Eid al-Adha (Second Day) (observed, estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-11-10": "Deepavali", "1966-12-25": "Christmas Day", "1966-12-29": "Nuzul Al-Quran Day (estimated)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha (Second Day) (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-31": "Deepavali", "1967-12-18": "Nuzul Al-Quran Day (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha (Second Day) (estimated)", "1968-03-11": "Eid al-Adha (observed, estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-05-12": "Vesak Day (observed, estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-06-09": "Prophet Muhammad's Birthday (observed, estimated)", "1968-08-31": "National Day", "1968-09-01": "National Day (observed)", "1968-11-18": "Deepavali", "1968-12-07": "Nuzul Al-Quran Day (estimated)", "1968-12-08": "Nuzul Al-Quran Day (observed, estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (observed, estimated)", "1968-12-25": "Christmas Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha (Second Day) (estimated)", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1969-08-31": "National Day", "1969-11-08": "Deepavali", "1969-11-09": "Deepavali (observed)", "1969-11-26": "Nuzul Al-Quran Day (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-08": "Chinese New Year (Second Day) (observed, estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (Second Day) (estimated)", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1970-08-31": "National Day", "1970-10-28": "Deepavali", "1970-11-17": "Nuzul Al-Quran Day (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (Second Day) (estimated)", "1971-02-08": "Eid al-Adha (observed, estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1971-08-31": "National Day", "1971-11-05": "Nuzul Al-Quran Day (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-11-21": "Eid al-Fitr (Second Day) (observed, estimated)", "1971-12-25": "Christmas Day", "1971-12-26": "Christmas Day (observed)", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (Second Day) (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-05-28": "Vesak Day (observed, estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1972-08-31": "National Day", "1972-10-24": "Nuzul Al-Quran Day (estimated)", "1972-11-04": "Deepavali", "1972-11-05": "Deepavali (observed)", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (Second Day) (estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (observed, estimated)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1973-08-31": "National Day", "1973-10-13": "Nuzul Al-Quran Day (estimated)", "1973-10-14": "Nuzul Al-Quran Day (observed, estimated)", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (Second Day) (estimated)", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1974-08-31": "National Day", "1974-09-01": "National Day (observed)", "1974-10-03": "Nuzul Al-Quran Day (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day; Eid al-Adha (Second Day) (estimated)", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1975-08-31": "National Day", "1975-09-22": "Nuzul Al-Quran Day (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-11-02": "Deepavali (observed)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (Second Day) (estimated)", "1975-12-15": "Eid al-Adha (observed, estimated)", "1975-12-25": "Christmas Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (observed, estimated)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-02": "Labor Day (observed)", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1976-08-31": "National Day", "1976-09-11": "Nuzul Al-Quran Day (estimated)", "1976-09-12": "Nuzul Al-Quran Day (observed, estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-09-26": "Eid al-Fitr (Second Day) (observed, estimated)", "1976-11-19": "Deepavali", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (Second Day) (estimated)", "1976-12-25": "Christmas Day", "1976-12-26": "Christmas Day (observed)", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-02-20": "Chinese New Year (Second Day) (observed, estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1977-08-31": "National Day; Nuzul Al-Quran Day (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (Second Day) (estimated)", "1977-12-25": "Christmas Day", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1978-08-21": "Nuzul Al-Quran Day (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (Second Day) (estimated)", "1978-11-12": "Eid al-Adha (Second Day) (observed, estimated)", "1978-12-25": "Christmas Day", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1979-08-10": "Nuzul Al-Quran Day (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (Second Day) (estimated)", "1979-11-18": "Deepavali", "1979-12-25": "Christmas Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (observed, estimated)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1980-07-29": "Nuzul Al-Quran Day (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (Second Day) (estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1981-07-18": "Nuzul Al-Quran Day (estimated)", "1981-07-19": "Nuzul Al-Quran Day (observed, estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (Second Day) (estimated)", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-02": "Labor Day (observed)", "1982-05-08": "Vesak Day (estimated)", "1982-05-09": "Vesak Day (observed, estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1982-07-08": "Nuzul Al-Quran Day (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (Second Day) (estimated)", "1982-11-13": "Deepavali", "1982-11-14": "Deepavali (observed)", "1982-12-25": "Christmas Day", "1982-12-26": "Christmas Day (observed)", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-05-01": "Labor Day", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1983-06-28": "Nuzul Al-Quran Day (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (Second Day) (estimated)", "1983-09-19": "Eid al-Adha (observed, estimated)", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1984-06-16": "Nuzul Al-Quran Day (estimated)", "1984-06-17": "Nuzul Al-Quran Day (observed, estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (Second Day) (estimated)", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-05-05": "Vesak Day (observed, estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1985-06-05": "Nuzul Al-Quran Day (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (Second Day) (estimated)", "1985-08-31": "National Day", "1985-09-01": "National Day (observed)", "1985-11-10": "Deepavali", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-12-25": "Christmas Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Nuzul Al-Quran Day (estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (Second Day) (estimated)", "1986-08-17": "Eid al-Adha (Second Day) (observed, estimated)", "1986-08-31": "National Day", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-15": "Nuzul Al-Quran Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (Second Day) (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-05-01": "Labor Day", "1988-05-03": "Nuzul Al-Quran Day (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (Second Day) (estimated)", "1988-07-25": "Eid al-Adha (observed, estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-10-23": "Prophet Muhammad's Birthday (observed, estimated)", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-04-23": "Nuzul Al-Quran Day (estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (Second Day) (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-12-25": "Christmas Day", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (observed, estimated)", "1990-04-12": "Nuzul Al-Quran Day (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (Second Day) (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-02-17": "Chinese New Year (Second Day) (observed, estimated)", "1991-04-02": "Nuzul Al-Quran Day (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (Second Day) (estimated)", "1991-06-24": "Eid al-Adha (observed, estimated)", "1991-08-31": "National Day", "1991-09-01": "National Day (observed)", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-03-21": "Nuzul Al-Quran Day (estimated)", "1992-03-22": "Nuzul Al-Quran Day (observed, estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (Second Day) (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Deepavali", "1992-10-25": "Deepavali (observed)", "1992-12-25": "Christmas Day", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (observed, estimated)", "1993-03-10": "Nuzul Al-Quran Day (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-02": "Labor Day (observed)", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (Second Day) (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-31": "National Day", "1993-11-12": "Deepavali", "1993-12-25": "Christmas Day", "1993-12-26": "Christmas Day (observed)", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-02-27": "Nuzul Al-Quran Day (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (Second Day) (estimated)", "1994-05-22": "Eid al-Adha (Second Day) (observed, estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-02-16": "Nuzul Al-Quran Day (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha (Second Day) (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-11-20": "Deepavali", "1995-12-25": "Christmas Day", "1996-02-06": "Nuzul Al-Quran Day (estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (Second Day) (estimated)", "1996-04-29": "Eid al-Adha (observed, estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-07-28": "Prophet Muhammad's Birthday (observed, estimated)", "1996-08-31": "National Day", "1996-09-01": "National Day (observed)", "1996-11-09": "Deepavali", "1996-11-10": "Deepavali (observed)", "1996-12-25": "Christmas Day", "1997-01-26": "Nuzul Al-Quran Day (estimated)", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Chinese New Year (Second Day) (observed, estimated); Eid al-Fitr (observed, estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (Second Day) (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-10-29": "Deepavali", "1997-12-25": "Christmas Day", "1998-01-15": "Nuzul Al-Quran Day (estimated)", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (Second Day) (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-11-17": "Deepavali", "1998-12-25": "Christmas Day", "1999-01-04": "Nuzul Al-Quran Day (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (Second Day) (estimated)", "1999-03-29": "Eid al-Adha (observed, estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-02": "Labor Day (observed)", "1999-05-29": "Vesak Day (estimated)", "1999-05-30": "Vesak Day (observed, estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-06-27": "Prophet Muhammad's Birthday (observed, estimated)", "1999-08-31": "National Day", "1999-11-06": "Deepavali", "1999-11-07": "Deepavali (observed)", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day; Nuzul Al-Quran Day (estimated)", "1999-12-26": "Christmas Day (observed); Nuzul Al-Quran Day (observed, estimated)", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (observed, estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (Second Day) (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-25": "Deepavali", "2000-12-13": "Nuzul Al-Quran Day (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-07": "Eid al-Adha (Second Day)", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-11-14": "Deepavali", "2001-12-03": "Nuzul Al-Quran Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-02-24": "Eid al-Adha (Second Day)", "2002-02-25": "Eid al-Adha (observed)", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "2002-08-31": "National Day", "2002-09-01": "National Day (observed)", "2002-11-03": "Deepavali", "2002-11-22": "Nuzul Al-Quran Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-08": "Eid al-Fitr (Second Day) (observed)", "2002-12-25": "Christmas Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (observed)", "2003-02-12": "Eid al-Adha", "2003-02-13": "Eid al-Adha (Second Day)", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "2003-08-31": "National Day", "2003-10-23": "Deepavali", "2003-11-12": "Nuzul Al-Quran Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-03": "Eid al-Adha (Second Day)", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Labor Day (observed)", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "2004-08-31": "National Day", "2004-11-01": "Nuzul Al-Quran Day", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-12-25": "Christmas Day", "2004-12-26": "Christmas Day (observed)", "2005-01-21": "Eid al-Adha", "2005-01-22": "Eid al-Adha (Second Day)", "2005-01-23": "Eid al-Adha (Second Day) (observed)", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-22": "Vesak Day", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "2005-08-31": "National Day", "2005-10-21": "Nuzul Al-Quran Day", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2006-01-10": "Eid al-Adha", "2006-01-11": "Eid al-Adha (Second Day)", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "2006-08-31": "National Day", "2006-10-10": "Nuzul Al-Quran Day", "2006-10-21": "Deepavali", "2006-10-22": "Deepavali (observed)", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "Eid al-Adha (Second Day)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-04-01": "Prophet Muhammad's Birthday (observed)", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "2007-08-31": "National Day", "2007-09-29": "Nuzul Al-Quran Day", "2007-09-30": "Nuzul Al-Quran Day (observed)", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (observed)", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-21": "Eid al-Adha (Second Day)", "2007-12-25": "Christmas Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "2008-08-31": "National Day", "2008-09-18": "Nuzul Al-Quran Day", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-10": "Eid al-Adha (Second Day)", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-05-10": "Vesak Day (observed)", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "2009-08-31": "National Day", "2009-09-07": "Nuzul Al-Quran Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-10-17": "Deepavali", "2009-10-18": "Deepavali (observed)", "2009-11-28": "Eid al-Adha", "2009-11-29": "Eid al-Adha (Second Day)", "2009-11-30": "Eid al-Adha (observed)", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-03-30": "Birthday of the Sultan of Kelantan", "2010-03-31": "Birthday of the Sultan of Kelantan", "2010-05-01": "Labor Day", "2010-05-02": "Labor Day (observed)", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "2010-08-27": "Nuzul Al-Quran Day", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-12": "Eid al-Fitr (Second Day) (observed)", "2010-09-16": "Malaysia Day", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-11-18": "Eid al-Adha (Second Day)", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2010-12-26": "Christmas Day (observed)", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-03-30": "Birthday of the Sultan of Kelantan", "2011-03-31": "Birthday of the Sultan of Kelantan", "2011-05-01": "Labor Day", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "2011-08-17": "Nuzul Al-Quran Day", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-08": "Eid al-Adha (Second Day)", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-05-06": "Vesak Day (observed)", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "2012-08-05": "Nuzul Al-Quran Day", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-10-26": "Eid al-Adha", "2012-10-27": "Eid al-Adha (Second Day)", "2012-10-28": "Eid al-Adha (Second Day) (observed)", "2012-11-11": "Birthday of the Sultan of Kelantan", "2012-11-12": "Birthday of the Sultan of Kelantan", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "2013-07-25": "Nuzul Al-Quran Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-01": "National Day (observed)", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-10-16": "Eid al-Adha (Second Day)", "2013-11-02": "Deepavali", "2013-11-03": "Deepavali (observed)", "2013-11-05": "Islamic New Year", "2013-11-11": "Birthday of the Sultan of Kelantan", "2013-11-12": "Birthday of the Sultan of Kelantan", "2013-12-25": "Christmas Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-02-02": "Chinese New Year (Second Day) (observed)", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "2014-07-15": "Nuzul Al-Quran Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (Second Day)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-11-11": "Birthday of the Sultan of Kelantan", "2014-11-12": "Birthday of the Sultan of Kelantan", "2014-12-25": "Christmas Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-01-04": "Prophet Muhammad's Birthday (observed)", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "2015-07-04": "Nuzul Al-Quran Day", "2015-07-05": "Nuzul Al-Quran Day (observed)", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-07-19": "Eid al-Fitr (Second Day) (observed)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-09-25": "Eid al-Adha (Second Day)", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-11-11": "Birthday of the Sultan of Kelantan", "2015-11-12": "Birthday of the Sultan of Kelantan", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-05-01": "Labor Day", "2016-05-21": "Vesak Day", "2016-05-22": "Vesak Day (observed)", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "2016-06-22": "Nuzul Al-Quran Day", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-13": "Eid al-Adha (Second Day)", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-10-30": "Deepavali (observed)", "2016-11-11": "Birthday of the Sultan of Kelantan", "2016-11-12": "Birthday of the Sultan of Kelantan", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (observed)", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-06-12": "Nuzul Al-Quran Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-02": "Eid al-Adha (Second Day)", "2017-09-03": "Eid al-Adha (Second Day) (observed)", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2017-09-16": "Malaysia Day", "2017-09-17": "Malaysia Day (observed)", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-11-11": "Birthday of the Sultan of Kelantan", "2017-11-12": "Birthday of the Sultan of Kelantan", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-02-18": "Chinese New Year (Second Day) (observed)", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-06-02": "Nuzul Al-Quran Day", "2018-06-03": "Nuzul Al-Quran Day (observed)", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-06-17": "Eid al-Fitr (Second Day) (observed)", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha (Second Day)", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-11-06": "Deepavali", "2018-11-11": "Birthday of the Sultan of Kelantan", "2018-11-12": "Birthday of the Sultan of Kelantan", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-22": "Nuzul Al-Quran Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (Second Day)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-02": "National Day (observed)", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-11-09": "Prophet Muhammad's Birthday", "2019-11-10": "Prophet Muhammad's Birthday (observed)", "2019-11-11": "Birthday of the Sultan of Kelantan", "2019-11-12": "Birthday of the Sultan of Kelantan", "2019-12-25": "Christmas Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (observed)", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-10": "Nuzul Al-Quran Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha (Second Day)", "2020-08-02": "Eid al-Adha (Second Day) (observed)", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-11": "Birthday of the Sultan of Kelantan", "2020-11-12": "Birthday of the Sultan of Kelantan", "2020-11-14": "Deepavali", "2020-11-15": "Deepavali (observed)", "2020-12-25": "Christmas Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-02-14": "Chinese New Year (Second Day) (observed)", "2021-04-29": "Nuzul Al-Quran Day", "2021-05-01": "Labor Day", "2021-05-02": "Labor Day (observed)", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha (Second Day)", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-11-11": "Birthday of the Sultan of Kelantan", "2021-11-12": "Birthday of the Sultan of Kelantan", "2021-12-25": "Christmas Day", "2021-12-26": "Christmas Day (observed)", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-04-19": "Nuzul Al-Quran Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (Second Day)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-11": "Birthday of the Sultan of Kelantan", "2022-11-12": "Birthday of the Sultan of Kelantan", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-04-08": "Nuzul Al-Quran Day", "2023-04-09": "Nuzul Al-Quran Day (observed)", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-28": "Arafat Day", "2023-06-29": "Eid al-Adha", "2023-06-30": "Eid al-Adha (Second Day)", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-17": "Malaysia Day (observed)", "2023-09-28": "Prophet Muhammad's Birthday", "2023-09-29": "Birthday of the Sultan of Kelantan", "2023-09-30": "Birthday of the Sultan of Kelantan", "2023-11-12": "Deepavali", "2023-12-25": "Christmas Day", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (observed)", "2024-03-28": "Nuzul Al-Quran Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-16": "Arafat Day", "2024-06-17": "Eid al-Adha", "2024-06-18": "Eid al-Adha (Second Day)", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-01": "National Day (observed)", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-09-29": "Birthday of the Sultan of Kelantan", "2024-09-30": "Birthday of the Sultan of Kelantan", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-03-18": "Nuzul Al-Quran Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-06": "Arafat Day", "2025-06-07": "Eid al-Adha", "2025-06-08": "Eid al-Adha (Second Day)", "2025-06-09": "Eid al-Adha (observed)", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-09-29": "Birthday of the Sultan of Kelantan", "2025-09-30": "Birthday of the Sultan of Kelantan", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-06": "Nuzul Al-Quran Day (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-03-22": "Eid al-Fitr (Second Day) (observed, estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-26": "Arafat Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (Second Day) (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-09-29": "Birthday of the Sultan of Kelantan", "2026-09-30": "Birthday of the Sultan of Kelantan", "2026-11-07": "Deepavali", "2026-11-08": "Deepavali (observed)", "2026-12-25": "Christmas Day", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (observed, estimated)", "2027-02-24": "Nuzul Al-Quran Day (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-02": "Labor Day (observed)", "2027-05-15": "Arafat Day (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (Second Day) (estimated)", "2027-05-18": "Arafat Day (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-15": "Prophet Muhammad's Birthday (observed, estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-09-29": "Birthday of the Sultan of Kelantan", "2027-09-30": "Birthday of the Sultan of Kelantan", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day", "2027-12-26": "Christmas Day (observed)", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-13": "Nuzul Al-Quran Day (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-04": "Arafat Day (estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (Second Day) (estimated)", "2028-05-07": "Eid al-Adha (Second Day) (observed, estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-09-17": "Malaysia Day (observed)", "2028-09-29": "Birthday of the Sultan of Kelantan", "2028-09-30": "Birthday of the Sultan of Kelantan", "2028-11-14": "Deepavali", "2028-12-25": "Christmas Day", "2029-02-01": "Nuzul Al-Quran Day (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-04-23": "Arafat Day (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (Second Day) (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-29": "Birthday of the Sultan of Kelantan", "2029-09-30": "Birthday of the Sultan of Kelantan", "2029-11-04": "Deepavali", "2029-12-25": "Christmas Day", "2030-01-21": "Nuzul Al-Quran Day (estimated)", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-04-12": "Arafat Day (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (Second Day) (estimated)", "2030-04-15": "Eid al-Adha (observed, estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-07-14": "Prophet Muhammad's Birthday (observed, estimated)", "2030-08-31": "National Day", "2030-09-01": "National Day (observed)", "2030-09-16": "Malaysia Day", "2030-09-29": "Birthday of the Sultan of Kelantan", "2030-09-30": "Birthday of the Sultan of Kelantan", "2030-10-25": "Deepavali", "2030-12-25": "Christmas Day", "2031-01-11": "Nuzul Al-Quran Day (estimated)", "2031-01-12": "Nuzul Al-Quran Day (observed, estimated)", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-01-26": "Eid al-Fitr (Second Day) (observed, estimated)", "2031-04-01": "Arafat Day (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (Second Day) (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-16": "Malaysia Day", "2031-09-29": "Birthday of the Sultan of Kelantan", "2031-09-30": "Birthday of the Sultan of Kelantan", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2031-12-31": "Nuzul Al-Quran Day (estimated)", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-03-21": "Arafat Day (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (Second Day) (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-02": "Labor Day (observed)", "2032-05-23": "Vesak Day (estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-09-29": "Birthday of the Sultan of Kelantan", "2032-09-30": "Birthday of the Sultan of Kelantan", "2032-11-01": "Deepavali", "2032-12-20": "Nuzul Al-Quran Day (estimated)", "2032-12-25": "Christmas Day", "2032-12-26": "Christmas Day (observed)", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-03-10": "Arafat Day (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (Second Day) (estimated)", "2033-03-13": "Eid al-Adha (Second Day) (observed, estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-13": "Vesak Day (estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-09-29": "Birthday of the Sultan of Kelantan", "2033-09-30": "Birthday of the Sultan of Kelantan", "2033-10-21": "Deepavali", "2033-12-09": "Nuzul Al-Quran Day (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Eid al-Fitr (Second Day) (observed, estimated)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-28": "Arafat Day (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (Second Day) (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-09-17": "Malaysia Day (observed)", "2034-09-29": "Birthday of the Sultan of Kelantan", "2034-09-30": "Birthday of the Sultan of Kelantan", "2034-11-09": "Deepavali", "2034-11-28": "Nuzul Al-Quran Day (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-17": "Arafat Day (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (Second Day) (estimated)", "2035-02-20": "Arafat Day (observed, estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-29": "Birthday of the Sultan of Kelantan", "2035-09-30": "Birthday of the Sultan of Kelantan", "2035-10-29": "Deepavali", "2035-11-17": "Nuzul Al-Quran Day (estimated)", "2035-11-18": "Nuzul Al-Quran Day (observed, estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-06": "Arafat Day (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (Second Day) (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-05-11": "Vesak Day (observed, estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-16": "Malaysia Day", "2036-09-29": "Birthday of the Sultan of Kelantan", "2036-09-30": "Birthday of the Sultan of Kelantan", "2036-11-05": "Nuzul Al-Quran Day (estimated)", "2036-11-16": "Deepavali", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-25": "Arafat Day (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (Second Day) (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-09-29": "Birthday of the Sultan of Kelantan", "2037-09-30": "Birthday of the Sultan of Kelantan", "2037-10-26": "Nuzul Al-Quran Day (estimated)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-12-25": "Christmas Day", "2038-01-15": "Arafat Day (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (Second Day) (estimated)", "2038-01-18": "Eid al-Adha (observed, estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-04-18": "Prophet Muhammad's Birthday (observed, estimated)", "2038-05-01": "Labor Day", "2038-05-02": "Labor Day (observed)", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-09-29": "Birthday of the Sultan of Kelantan", "2038-09-30": "Birthday of the Sultan of Kelantan", "2038-10-16": "Nuzul Al-Quran Day (estimated)", "2038-10-17": "Nuzul Al-Quran Day (observed, estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-10-31": "Eid al-Fitr (Second Day) (observed, estimated)", "2038-12-25": "Christmas Day", "2038-12-26": "Christmas Day (observed)", "2039-01-04": "Arafat Day (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (Second Day) (estimated)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-07": "Vesak Day (estimated)", "2039-05-08": "Vesak Day (observed, estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-09-29": "Birthday of the Sultan of Kelantan", "2039-09-30": "Birthday of the Sultan of Kelantan", "2039-10-05": "Nuzul Al-Quran Day (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Arafat Day (estimated); Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (Second Day) (estimated)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-23": "Nuzul Al-Quran Day (estimated)", "2040-09-29": "Birthday of the Sultan of Kelantan", "2040-09-30": "Birthday of the Sultan of Kelantan", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-11-03": "Deepavali", "2040-11-04": "Deepavali (observed)", "2040-12-13": "Arafat Day (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (Second Day) (estimated)", "2040-12-16": "Eid al-Adha (Second Day) (observed, estimated)", "2040-12-25": "Christmas Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-02-03": "Chinese New Year (Second Day) (observed, estimated)", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-08-31": "National Day", "2041-09-01": "National Day (observed)", "2041-09-13": "Nuzul Al-Quran Day (estimated)", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-09-29": "Birthday of the Sultan of Kelantan", "2041-09-30": "Birthday of the Sultan of Kelantan", "2041-10-23": "Deepavali", "2041-12-03": "Arafat Day (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (Second Day) (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-08-31": "National Day", "2042-09-02": "Nuzul Al-Quran Day (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-09-29": "Birthday of the Sultan of Kelantan", "2042-09-30": "Birthday of the Sultan of Kelantan", "2042-11-11": "Deepavali", "2042-11-22": "Arafat Day (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (Second Day) (estimated)", "2042-11-25": "Arafat Day (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-05-24": "Vesak Day (observed, estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-08-22": "Nuzul Al-Quran Day (estimated)", "2043-08-23": "Nuzul Al-Quran Day (observed, estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-06": "Eid al-Fitr (Second Day) (observed, estimated)", "2043-09-16": "Malaysia Day", "2043-09-29": "Birthday of the Sultan of Kelantan", "2043-09-30": "Birthday of the Sultan of Kelantan", "2043-10-31": "Deepavali", "2043-11-01": "Deepavali (observed)", "2043-11-11": "Arafat Day (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (Second Day) (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-05-01": "Labor Day", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-08-11": "Nuzul Al-Quran Day (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-09-29": "Birthday of the Sultan of Kelantan", "2044-09-30": "Birthday of the Sultan of Kelantan", "2044-10-30": "Arafat Day (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (Second Day) (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-02-19": "Chinese New Year (Second Day) (observed, estimated)", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-07-31": "Nuzul Al-Quran Day (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-09-17": "Malaysia Day (observed)", "2045-09-29": "Birthday of the Sultan of Kelantan", "2045-09-30": "Birthday of the Sultan of Kelantan", "2045-10-20": "Arafat Day (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (Second Day) (estimated)", "2045-10-23": "Eid al-Adha (observed, estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-21": "Nuzul Al-Quran Day (estimated)", "2046-07-22": "Nuzul Al-Quran Day (observed, estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-05": "Eid al-Fitr (Second Day) (observed, estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-29": "Birthday of the Sultan of Kelantan", "2046-09-30": "Birthday of the Sultan of Kelantan", "2046-10-09": "Arafat Day (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (Second Day) (estimated)", "2046-10-27": "Deepavali", "2046-10-28": "Deepavali (observed)", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (observed, estimated)", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-10": "Nuzul Al-Quran Day (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-01": "National Day (observed)", "2047-09-16": "Malaysia Day", "2047-09-29": "Arafat Day (estimated); Birthday of the Sultan of Kelantan", "2047-09-30": "Birthday of the Sultan of Kelantan; Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (Second Day) (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-02-16": "Chinese New Year (Second Day) (observed, estimated)", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-28": "Nuzul Al-Quran Day (estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-18": "Arafat Day (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (Second Day) (estimated)", "2048-09-21": "Eid al-Adha (observed, estimated)", "2048-09-29": "Birthday of the Sultan of Kelantan", "2048-09-30": "Birthday of the Sultan of Kelantan", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-05-01": "Labor Day", "2049-05-02": "Labor Day (observed)", "2049-05-16": "Vesak Day (estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-06-18": "Nuzul Al-Quran Day (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-07": "Arafat Day (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (Second Day) (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-09-29": "Birthday of the Sultan of Kelantan", "2049-09-30": "Birthday of the Sultan of Kelantan", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2049-12-26": "Christmas Day (observed)", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-05-01": "Labor Day", "2050-05-05": "Vesak Day (estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-07": "Nuzul Al-Quran Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-27": "Arafat Day (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (Second Day) (estimated)", "2050-08-30": "Arafat Day (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-09-29": "Birthday of the Sultan of Kelantan", "2050-09-30": "Birthday of the Sultan of Kelantan", "2050-11-12": "Deepavali", "2050-11-13": "Deepavali (observed)", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-11-27": "Prophet Muhammad's Birthday (observed, estimated)", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/MY_04.json000066400000000000000000002501101500152103600210250ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-05-25": "Beginning of Ramadan (estimated)", "1952-05-26": "Beginning of Ramadan (observed, estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-10-10": "Birthday of the Governor of Malacca", "1952-11-15": "Deepavali", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-05-14": "Beginning of Ramadan (estimated)", "1953-05-27": "Vesak Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-10-09": "Birthday of the Governor of Malacca", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-05-04": "Beginning of Ramadan (estimated)", "1954-05-17": "Vesak Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-10-08": "Birthday of the Governor of Malacca", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-04-24": "Beginning of Ramadan (estimated)", "1955-04-25": "Beginning of Ramadan (observed, estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-14": "Birthday of the Governor of Malacca", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-04-12": "Beginning of Ramadan (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-12": "Birthday of the Governor of Malacca", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-04-01": "Beginning of Ramadan (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-10-11": "Birthday of the Governor of Malacca", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-03-21": "Beginning of Ramadan (estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-10-10": "Birthday of the Governor of Malacca", "1958-11-09": "Deepavali", "1958-11-10": "Deepavali (observed)", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-03-11": "Beginning of Ramadan (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-09": "Birthday of the Governor of Malacca", "1959-10-30": "Deepavali", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-02-28": "Beginning of Ramadan (estimated)", "1960-02-29": "Beginning of Ramadan (observed, estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-10-14": "Birthday of the Governor of Malacca", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Beginning of Ramadan (estimated); Chinese New Year (Second Day) (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-10-13": "Birthday of the Governor of Malacca", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Beginning of Ramadan (estimated); Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-10-12": "Birthday of the Governor of Malacca", "1962-10-26": "Deepavali", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Beginning of Ramadan (estimated); Chinese New Year (Second Day) (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-10-11": "Birthday of the Governor of Malacca", "1963-11-14": "Deepavali", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-15": "Beginning of Ramadan (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-10-09": "Birthday of the Governor of Malacca", "1964-11-02": "Deepavali", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-03": "Beginning of Ramadan (estimated)", "1965-01-04": "Beginning of Ramadan (observed, estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-08": "Birthday of the Governor of Malacca", "1965-10-22": "Deepavali", "1965-12-23": "Beginning of Ramadan (estimated)", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-10-14": "Birthday of the Governor of Malacca", "1966-11-10": "Deepavali", "1966-12-13": "Beginning of Ramadan (estimated)", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-13": "Birthday of the Governor of Malacca", "1967-10-31": "Deepavali", "1967-12-02": "Beginning of Ramadan (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-10-11": "Birthday of the Governor of Malacca", "1968-11-18": "Deepavali", "1968-11-21": "Beginning of Ramadan (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-10-10": "Birthday of the Governor of Malacca", "1969-11-08": "Deepavali", "1969-11-10": "Beginning of Ramadan (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-10-09": "Birthday of the Governor of Malacca", "1970-10-28": "Deepavali", "1970-11-01": "Beginning of Ramadan (estimated)", "1970-11-02": "Beginning of Ramadan (observed, estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-10-08": "Birthday of the Governor of Malacca", "1971-10-20": "Beginning of Ramadan (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-10-08": "Beginning of Ramadan (estimated)", "1972-10-09": "Beginning of Ramadan (observed, estimated)", "1972-10-13": "Birthday of the Governor of Malacca", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-31": "National Day", "1973-09-27": "Beginning of Ramadan (estimated)", "1973-10-12": "Birthday of the Governor of Malacca", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-31": "National Day", "1974-09-17": "Beginning of Ramadan (estimated)", "1974-10-11": "Birthday of the Governor of Malacca", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-09-06": "Beginning of Ramadan (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-10-10": "Birthday of the Governor of Malacca", "1975-11-01": "Deepavali", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-08-26": "Beginning of Ramadan (estimated)", "1976-08-31": "National Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-10-08": "Birthday of the Governor of Malacca", "1976-11-19": "Deepavali", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-08-15": "Beginning of Ramadan (estimated)", "1977-08-31": "National Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-10-14": "Birthday of the Governor of Malacca", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-08-05": "Beginning of Ramadan (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-10-13": "Birthday of the Governor of Malacca", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-07-25": "Beginning of Ramadan (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-12": "Birthday of the Governor of Malacca", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-18": "Deepavali", "1979-11-19": "Deepavali (observed)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-07-13": "Beginning of Ramadan (estimated)", "1980-07-14": "Beginning of Ramadan (observed, estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-10": "Birthday of the Governor of Malacca", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-07-02": "Beginning of Ramadan (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Birthday of the Governor of Malacca", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-06-22": "Beginning of Ramadan (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-08": "Birthday of the Governor of Malacca", "1982-11-13": "Deepavali", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-12": "Beginning of Ramadan (estimated)", "1983-06-13": "Beginning of Ramadan (observed, estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-14": "Birthday of the Governor of Malacca", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-05-31": "Beginning of Ramadan (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-12": "Birthday of the Governor of Malacca", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-05-20": "Beginning of Ramadan (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-10-11": "Birthday of the Governor of Malacca", "1985-11-10": "Deepavali", "1985-11-11": "Deepavali (observed)", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-05-01": "Labor Day", "1986-05-09": "Beginning of Ramadan (estimated)", "1986-05-23": "Vesak Day (estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-10-10": "Birthday of the Governor of Malacca", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-04-29": "Beginning of Ramadan (estimated)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-10-09": "Birthday of the Governor of Malacca", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-04-17": "Beginning of Ramadan (estimated)", "1988-04-18": "Beginning of Ramadan (observed, estimated)", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-14": "Birthday of the Governor of Malacca", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-04-07": "Beginning of Ramadan (estimated)", "1989-04-15": "Declaration of Malacca as a Historical City", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-13": "Birthday of the Governor of Malacca", "1989-10-27": "Deepavali", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-03-27": "Beginning of Ramadan (estimated)", "1990-04-15": "Declaration of Malacca as a Historical City", "1990-04-16": "Declaration of Malacca as a Historical City (observed)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-10-12": "Birthday of the Governor of Malacca", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-03-17": "Beginning of Ramadan (estimated)", "1991-03-18": "Beginning of Ramadan (observed, estimated)", "1991-04-15": "Declaration of Malacca as a Historical City; Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-10-11": "Birthday of the Governor of Malacca", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-03-05": "Beginning of Ramadan (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-04-15": "Declaration of Malacca as a Historical City", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-09": "Birthday of the Governor of Malacca", "1992-10-24": "Deepavali", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-02-22": "Beginning of Ramadan (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-04-15": "Declaration of Malacca as a Historical City", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-10-08": "Birthday of the Governor of Malacca", "1993-11-12": "Deepavali", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Beginning of Ramadan (estimated); Chinese New Year (Second Day) (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-04-15": "Declaration of Malacca as a Historical City", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-10-14": "Birthday of the Governor of Malacca", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "Beginning of Ramadan (estimated); Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-04-15": "Declaration of Malacca as a Historical City", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-10-13": "Birthday of the Governor of Malacca", "1995-11-20": "Deepavali", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-21": "Beginning of Ramadan (estimated)", "1996-01-22": "Beginning of Ramadan (observed, estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-04-15": "Declaration of Malacca as a Historical City", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-10-11": "Birthday of the Governor of Malacca", "1996-11-09": "Deepavali", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-10": "Beginning of Ramadan (estimated)", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-04-15": "Declaration of Malacca as a Historical City", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-10": "Birthday of the Governor of Malacca", "1997-10-29": "Deepavali", "1997-12-25": "Christmas Day", "1997-12-30": "Beginning of Ramadan (estimated)", "1998-01-01": "New Year's Day", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-15": "Declaration of Malacca as a Historical City", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-10-09": "Birthday of the Governor of Malacca", "1998-11-17": "Deepavali", "1998-12-19": "Beginning of Ramadan (estimated)", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-15": "Declaration of Malacca as a Historical City", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-10-08": "Birthday of the Governor of Malacca", "1999-11-06": "Deepavali", "1999-11-29": "General election additional holiday", "1999-12-09": "Beginning of Ramadan (estimated)", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-04-15": "Declaration of Malacca as a Historical City", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-13": "Birthday of the Governor of Malacca", "2000-10-25": "Deepavali", "2000-11-27": "Beginning of Ramadan (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-01": "New Year's Day", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-04-15": "Declaration of Malacca as a Historical City", "2001-04-16": "Declaration of Malacca as a Historical City (observed)", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-10-12": "Birthday of the Governor of Malacca", "2001-11-14": "Deepavali", "2001-11-17": "Beginning of Ramadan", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-03-15": "Islamic New Year", "2002-04-15": "Declaration of Malacca as a Historical City", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-10-11": "Birthday of the Governor of Malacca", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-11-06": "Beginning of Ramadan", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-03-05": "Islamic New Year", "2003-04-15": "Declaration of Malacca as a Historical City", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-10-10": "Birthday of the Governor of Malacca", "2003-10-23": "Deepavali", "2003-10-27": "Beginning of Ramadan", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-22": "Islamic New Year", "2004-04-15": "Declaration of Malacca as a Historical City", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-10-08": "Birthday of the Governor of Malacca", "2004-10-16": "Beginning of Ramadan", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-04-15": "Declaration of Malacca as a Historical City", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-10-05": "Beginning of Ramadan", "2005-10-14": "Birthday of the Governor of Malacca", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Chinese New Year (observed)", "2006-04-11": "Prophet Muhammad's Birthday", "2006-04-15": "Declaration of Malacca as a Historical City", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-31": "National Day", "2006-09-24": "Beginning of Ramadan", "2006-09-25": "Beginning of Ramadan (observed)", "2006-10-13": "Birthday of the Governor of Malacca", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-04-15": "Declaration of Malacca as a Historical City", "2007-04-16": "Declaration of Malacca as a Historical City (observed)", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-31": "National Day", "2007-09-13": "Beginning of Ramadan", "2007-10-12": "Birthday of the Governor of Malacca", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-03-20": "Prophet Muhammad's Birthday", "2008-04-15": "Declaration of Malacca as a Historical City", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-09-02": "Beginning of Ramadan", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-10": "Birthday of the Governor of Malacca", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-04-15": "Declaration of Malacca as a Historical City", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-08-22": "Beginning of Ramadan", "2009-08-31": "National Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-09": "Birthday of the Governor of Malacca", "2009-10-17": "Deepavali", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-04-15": "Declaration of Malacca as a Historical City", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-08-11": "Beginning of Ramadan", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-10-08": "Birthday of the Governor of Malacca", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-04-15": "Declaration of Malacca as a Historical City", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-08-01": "Beginning of Ramadan", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-14": "Birthday of the Governor of Malacca", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-04-15": "Declaration of Malacca as a Historical City", "2012-04-16": "Declaration of Malacca as a Historical City (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-07-20": "Beginning of Ramadan", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-12": "Birthday of the Governor of Malacca", "2012-10-26": "Eid al-Adha", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-04-15": "Declaration of Malacca as a Historical City", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-07-09": "Beginning of Ramadan", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-11": "Birthday of the Governor of Malacca", "2013-10-15": "Eid al-Adha", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-04-15": "Declaration of Malacca as a Historical City", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-06-29": "Beginning of Ramadan", "2014-06-30": "Beginning of Ramadan (observed)", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-10": "Birthday of the Governor of Malacca", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-04-15": "Declaration of Malacca as a Historical City", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-06-18": "Beginning of Ramadan", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-09": "Birthday of the Governor of Malacca", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-04-15": "Declaration of Malacca as a Historical City", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-07": "Beginning of Ramadan", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-14": "Birthday of the Governor of Malacca", "2016-10-29": "Deepavali", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-04-15": "Declaration of Malacca as a Historical City", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-05-27": "Beginning of Ramadan", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-13": "Birthday of the Governor of Malacca", "2017-10-18": "Deepavali", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-04-15": "Declaration of Malacca as a Historical City", "2018-04-16": "Declaration of Malacca as a Historical City (observed)", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-17": "Beginning of Ramadan", "2018-05-29": "Vesak Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-10-12": "Birthday of the Governor of Malacca", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-04-15": "Declaration of Malacca as a Historical City", "2019-05-01": "Labor Day", "2019-05-06": "Beginning of Ramadan", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-11": "Birthday of the Governor of Malacca", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-04-15": "Declaration of Malacca as a Historical City", "2020-04-24": "Beginning of Ramadan", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-24": "Birthday of the Governor of Malacca", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-04-13": "Beginning of Ramadan", "2021-04-15": "Declaration of Malacca as a Historical City", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-08-24": "Birthday of the Governor of Malacca", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-04-03": "Beginning of Ramadan", "2022-04-04": "Beginning of Ramadan (observed)", "2022-04-15": "Declaration of Malacca as a Historical City", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-30": "Islamic New Year", "2022-08-24": "Birthday of the Governor of Malacca", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-03-23": "Beginning of Ramadan", "2023-04-15": "Declaration of Malacca as a Historical City", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-08-24": "Birthday of the Governor of Malacca", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-02-20": "Declaration of Independence Day", "2024-03-12": "Beginning of Ramadan", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-08-24": "Birthday of the Governor of Malacca", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-02-20": "Declaration of Independence Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-04-02": "Eid al-Fitr (Third Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-08-24": "Birthday of the Governor of Malacca", "2025-08-25": "Birthday of the Governor of Malacca (observed)", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-02-20": "Declaration of Independence Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-03-22": "Eid al-Fitr (Third Day) (estimated)", "2026-03-23": "Eid al-Fitr (Third Day) (observed, estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-24": "Birthday of the Governor of Malacca", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-02-20": "Declaration of Independence Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-03-11": "Eid al-Fitr (Third Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-24": "Birthday of the Governor of Malacca", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-20": "Declaration of Independence Day", "2028-02-21": "Declaration of Independence Day (observed)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Third Day) (estimated)", "2028-02-29": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-24": "Birthday of the Governor of Malacca", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-14": "Deepavali", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-02-16": "Eid al-Fitr (Third Day) (estimated)", "2029-02-20": "Declaration of Independence Day", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-24": "Birthday of the Governor of Malacca", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Eid al-Fitr (Third Day) (estimated)", "2030-02-07": "Chinese New Year (observed, estimated)", "2030-02-20": "Declaration of Independence Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-24": "Birthday of the Governor of Malacca", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-01-26": "Eid al-Fitr (Third Day) (estimated)", "2031-01-27": "Eid al-Fitr (Third Day) (observed, estimated)", "2031-02-20": "Declaration of Independence Day", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-24": "Birthday of the Governor of Malacca", "2031-08-25": "Birthday of the Governor of Malacca (observed)", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-01-16": "Eid al-Fitr (Third Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-02-20": "Declaration of Independence Day", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-08-24": "Birthday of the Governor of Malacca", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (Third Day) (estimated)", "2033-01-05": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-02-20": "Declaration of Independence Day", "2033-02-21": "Declaration of Independence Day (observed)", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-24": "Birthday of the Governor of Malacca", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day; Eid al-Fitr (Third Day) (estimated)", "2033-12-26": "Christmas Day (observed); Eid al-Fitr (Third Day) (observed, estimated)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated); Declaration of Independence Day", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-24": "Birthday of the Governor of Malacca", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-11-09": "Deepavali", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-14": "Eid al-Fitr (Third Day) (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-02-20": "Declaration of Independence Day", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-24": "Birthday of the Governor of Malacca", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-10-29": "Deepavali", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Third Day) (estimated)", "2035-12-04": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-20": "Declaration of Independence Day", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-24": "Birthday of the Governor of Malacca", "2036-08-25": "Birthday of the Governor of Malacca (observed)", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-11-21": "Eid al-Fitr (Third Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-02-20": "Declaration of Independence Day", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-24": "Birthday of the Governor of Malacca", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (Third Day) (estimated)", "2037-11-11": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-02-20": "Declaration of Independence Day", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-24": "Birthday of the Governor of Malacca", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-10-31": "Eid al-Fitr (Third Day) (estimated)", "2038-11-01": "Eid al-Fitr (Third Day) (observed, estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-20": "Declaration of Independence Day", "2039-02-21": "Declaration of Independence Day (observed)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-24": "Birthday of the Governor of Malacca", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-10-21": "Eid al-Fitr (Third Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-02-20": "Declaration of Independence Day", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-24": "Birthday of the Governor of Malacca", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (Third Day) (estimated)", "2040-10-10": "Eid al-Fitr (observed, estimated)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-02-20": "Declaration of Independence Day", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-08-24": "Birthday of the Governor of Malacca", "2041-08-31": "National Day", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-09-28": "Eid al-Fitr (Third Day) (estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-02-20": "Declaration of Independence Day", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-08-24": "Birthday of the Governor of Malacca", "2042-08-25": "Birthday of the Governor of Malacca (observed)", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-09-17": "Eid al-Fitr (Third Day) (estimated)", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-20": "Declaration of Independence Day", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-08-24": "Birthday of the Governor of Malacca", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-06": "Eid al-Fitr (Third Day) (estimated)", "2043-09-07": "Eid al-Fitr (Third Day) (observed, estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-02-20": "Declaration of Independence Day", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-08-24": "Birthday of the Governor of Malacca; Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-26": "Eid al-Fitr (Third Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-02-20": "Declaration of Independence Day", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-16": "Eid al-Fitr (Third Day) (estimated)", "2045-08-24": "Birthday of the Governor of Malacca", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-02-20": "Declaration of Independence Day", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-05": "Eid al-Fitr (Third Day) (estimated)", "2046-08-06": "Eid al-Fitr (Third Day) (observed, estimated)", "2046-08-24": "Birthday of the Governor of Malacca", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-02-20": "Declaration of Independence Day", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-07-26": "Eid al-Fitr (Third Day) (estimated)", "2047-08-24": "Birthday of the Governor of Malacca", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-02-20": "Declaration of Independence Day", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (Third Day) (estimated)", "2048-07-15": "Eid al-Fitr (observed, estimated)", "2048-08-24": "Birthday of the Governor of Malacca", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-02-20": "Declaration of Independence Day", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-07-03": "Eid al-Fitr (Third Day) (estimated)", "2049-08-24": "Birthday of the Governor of Malacca", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-02-20": "Declaration of Independence Day", "2050-02-21": "Declaration of Independence Day (observed)", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-06-22": "Eid al-Fitr (Third Day) (estimated)", "2050-08-24": "Birthday of the Governor of Malacca", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_05.json000066400000000000000000002376211500152103600210420ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-01-12": "Thaipusam", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-04-22": "Isra' and Mi'raj (estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-11-15": "Deepavali", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-02-28": "Thaipusam", "1953-04-12": "Isra' and Mi'raj (estimated)", "1953-04-13": "Isra' and Mi'raj (observed, estimated)", "1953-05-27": "Vesak Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-02-18": "Thaipusam", "1954-04-01": "Isra' and Mi'raj (estimated)", "1954-05-17": "Vesak Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-09": "Thaipusam", "1955-01-10": "Thaipusam (observed)", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-03-21": "Isra' and Mi'raj (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-02-26": "Thaipusam", "1956-02-27": "Thaipusam (observed)", "1956-03-10": "Isra' and Mi'raj (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-02-15": "Thaipusam", "1957-02-27": "Isra' and Mi'raj (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-16": "Isra' and Mi'raj (estimated)", "1958-02-17": "Isra' and Mi'raj (observed, estimated)", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-03-05": "Thaipusam", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-11-09": "Deepavali", "1958-11-10": "Deepavali (observed)", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-06": "Isra' and Mi'raj (estimated)", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-02-22": "Thaipusam", "1959-02-23": "Thaipusam (observed)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-13": "Thaipusam", "1960-01-26": "Isra' and Mi'raj (estimated)", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-14": "Isra' and Mi'raj (estimated)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-02": "Thaipusam", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-04": "Isra' and Mi'raj (estimated)", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-19": "Thaipusam", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-10-26": "Deepavali", "1962-12-24": "Isra' and Mi'raj (estimated)", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-10": "Thaipusam", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-11-14": "Deepavali", "1963-12-13": "Isra' and Mi'raj (estimated)", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-02-28": "Thaipusam", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-12-01": "Isra' and Mi'raj (estimated)", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-02-16": "Thaipusam", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-11-20": "Isra' and Mi'raj (estimated)", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Thaipusam", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-11-10": "Deepavali; Isra' and Mi'raj (estimated)", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-02-24": "Thaipusam", "1967-03-21": "Eid al-Adha (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-30": "Isra' and Mi'raj (estimated)", "1967-10-31": "Deepavali", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-02-13": "Thaipusam", "1968-03-09": "Eid al-Adha (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-10-19": "Isra' and Mi'raj (estimated)", "1968-11-18": "Deepavali", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-03": "Thaipusam", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-10-08": "Isra' and Mi'raj (estimated)", "1969-11-08": "Deepavali", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-21": "Thaipusam", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-09-28": "Isra' and Mi'raj (estimated)", "1970-10-28": "Deepavali", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-12": "Thaipusam", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-09-17": "Isra' and Mi'raj (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-02-29": "Thaipusam", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-09-05": "Isra' and Mi'raj (estimated)", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-02-18": "Thaipusam", "1973-02-19": "Thaipusam (observed)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-25": "Isra' and Mi'raj (estimated)", "1973-08-31": "National Day", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-08": "Thaipusam", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-15": "Isra' and Mi'raj (estimated)", "1974-08-31": "National Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-02-26": "Thaipusam", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-05": "Isra' and Mi'raj (estimated)", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated)", "1976-02-15": "Thaipusam", "1976-02-16": "Thaipusam (observed)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-07-24": "Isra' and Mi'raj (estimated)", "1976-08-31": "National Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-11-19": "Deepavali", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-03-05": "Thaipusam", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-07-13": "Isra' and Mi'raj (estimated)", "1977-08-31": "National Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-02-22": "Thaipusam", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-07-02": "Isra' and Mi'raj (estimated)", "1978-07-03": "Isra' and Mi'raj (observed, estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-13": "Thaipusam", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-06-22": "Isra' and Mi'raj (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-18": "Deepavali", "1979-11-19": "Deepavali (observed)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-03-02": "Thaipusam", "1980-03-03": "Thaipusam (observed)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-06-10": "Isra' and Mi'raj (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-02-19": "Thaipusam", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-05-31": "Isra' and Mi'raj (estimated)", "1981-06-01": "Isra' and Mi'raj (observed, estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-10": "Thaipusam", "1982-01-11": "Thaipusam (observed)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-05-20": "Isra' and Mi'raj (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-11-13": "Deepavali", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-02-28": "Thaipusam", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-10": "Isra' and Mi'raj (estimated)", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-02-17": "Thaipusam", "1984-04-28": "Isra' and Mi'raj (estimated)", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-03-06": "Thaipusam", "1985-04-17": "Isra' and Mi'raj (estimated)", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-11-10": "Deepavali", "1985-11-11": "Deepavali (observed)", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-02-23": "Thaipusam", "1986-02-24": "Thaipusam (observed)", "1986-04-06": "Isra' and Mi'raj (estimated)", "1986-04-07": "Isra' and Mi'raj (observed, estimated)", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-14": "Thaipusam", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-03-27": "Isra' and Mi'raj (estimated)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-03-03": "Thaipusam", "1988-03-15": "Isra' and Mi'raj (estimated)", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-02-21": "Thaipusam", "1989-03-05": "Isra' and Mi'raj (estimated)", "1989-03-06": "Isra' and Mi'raj (observed, estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-12": "Thaipusam", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-02-22": "Isra' and Mi'raj (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-11": "Isra' and Mi'raj (estimated)", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-03-01": "Thaipusam", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-31": "Isra' and Mi'raj (estimated)", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-02-18": "Thaipusam", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Deepavali", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-08": "Thaipusam", "1993-01-20": "Isra' and Mi'raj (estimated)", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-11-12": "Deepavali", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-09": "Isra' and Mi'raj (estimated)", "1994-01-10": "Isra' and Mi'raj (observed, estimated)", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-02-25": "Thaipusam", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1994-12-29": "Isra' and Mi'raj (estimated)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-02-14": "Thaipusam", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-11-20": "Deepavali", "1995-12-19": "Isra' and Mi'raj (estimated)", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-03-04": "Thaipusam", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-11-09": "Deepavali", "1996-12-08": "Isra' and Mi'raj (estimated)", "1996-12-09": "Isra' and Mi'raj (observed, estimated)", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-02-22": "Thaipusam", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-29": "Deepavali", "1997-11-27": "Isra' and Mi'raj (estimated)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-13": "Thaipusam", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-11-16": "Isra' and Mi'raj (estimated)", "1998-11-17": "Deepavali", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-03": "Thaipusam", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-11-05": "Isra' and Mi'raj (estimated)", "1999-11-06": "Deepavali", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-02-20": "Thaipusam", "2000-02-21": "Thaipusam (observed)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-24": "Isra' and Mi'raj (estimated)", "2000-10-25": "Deepavali", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-01": "New Year's Day", "2001-01-09": "Thaipusam", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-10-15": "Isra' and Mi'raj", "2001-11-14": "Deepavali", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-02-27": "Thaipusam", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-10-04": "Isra' and Mi'raj", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-02-16": "Thaipusam", "2003-02-17": "Thaipusam (observed)", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-09-24": "Isra' and Mi'raj", "2003-10-23": "Deepavali", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-07": "Thaipusam", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-09-12": "Isra' and Mi'raj", "2004-09-13": "Isra' and Mi'raj (observed)", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-02-23": "Thaipusam", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-09-01": "Isra' and Mi'raj", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Chinese New Year (observed)", "2006-02-13": "Thaipusam", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-22": "Isra' and Mi'raj", "2006-08-31": "National Day", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-04": "Thaipusam", "2007-03-05": "Thaipusam (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-11": "Isra' and Mi'raj", "2007-08-31": "National Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-02-22": "Thaipusam", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-07-31": "Isra' and Mi'raj", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-11": "Thaipusam", "2009-01-12": "Thaipusam (observed)", "2009-01-14": "Birthday of the Sultan of Negeri Sembilan", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-07-20": "Isra' and Mi'raj", "2009-08-31": "National Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-17": "Deepavali", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-14": "Birthday of the Sultan of Negeri Sembilan", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-03-01": "Thaipusam", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-07-09": "Isra' and Mi'raj", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-14": "Birthday of the Sultan of Negeri Sembilan", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-02-18": "Thaipusam", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-06-29": "Isra' and Mi'raj", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-08": "Thaipusam", "2012-01-09": "Thaipusam (observed)", "2012-01-14": "Birthday of the Sultan of Negeri Sembilan", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-06-17": "Isra' and Mi'raj", "2012-06-18": "Isra' and Mi'raj (observed)", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-26": "Eid al-Adha", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-14": "Birthday of the Sultan of Negeri Sembilan", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-02-25": "Thaipusam", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-06-06": "Isra' and Mi'raj", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Birthday of the Sultan of Negeri Sembilan; Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-02-14": "Thaipusam", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-05-27": "Isra' and Mi'raj", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-01-14": "Birthday of the Sultan of Negeri Sembilan", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-03-05": "Thaipusam", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-05-16": "Isra' and Mi'raj", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-14": "Birthday of the Sultan of Negeri Sembilan", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-02-23": "Thaipusam", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-05": "Isra' and Mi'raj", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-13": "Thaipusam", "2017-01-14": "Birthday of the Sultan of Negeri Sembilan", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong; Isra' and Mi'raj", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-14": "Birthday of the Sultan of Negeri Sembilan", "2018-01-15": "Birthday of the Sultan of Negeri Sembilan (observed)", "2018-01-31": "Thaipusam", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-04-14": "Isra' and Mi'raj", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-14": "Birthday of the Sultan of Negeri Sembilan", "2019-01-21": "Thaipusam", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-04-03": "Isra' and Mi'raj", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-14": "Birthday of the Sultan of Negeri Sembilan", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-02-08": "Thaipusam", "2020-03-22": "Isra' and Mi'raj", "2020-03-23": "Isra' and Mi'raj (observed)", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-14": "Birthday of the Sultan of Negeri Sembilan", "2021-01-28": "Thaipusam", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-03-11": "Isra' and Mi'raj", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-14": "Birthday of the Sultan of Negeri Sembilan", "2022-01-18": "Thaipusam", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-03-01": "Isra' and Mi'raj", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-14": "Birthday of the Sultan of Negeri Sembilan", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-02-05": "Thaipusam", "2023-02-06": "Thaipusam (observed)", "2023-02-18": "Isra' and Mi'raj", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-14": "Birthday of the Sultan of Negeri Sembilan", "2024-01-15": "Birthday of the Sultan of Negeri Sembilan (observed)", "2024-01-25": "Thaipusam", "2024-02-08": "Isra' and Mi'raj", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-14": "Birthday of the Sultan of Negeri Sembilan", "2025-01-27": "Isra' and Mi'raj", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-02-11": "Thaipusam", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-14": "Birthday of the Sultan of Negeri Sembilan", "2026-01-16": "Isra' and Mi'raj (estimated)", "2026-02-01": "Thaipusam", "2026-02-02": "Thaipusam (observed)", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-05": "Isra' and Mi'raj (estimated)", "2027-01-14": "Birthday of the Sultan of Negeri Sembilan", "2027-01-22": "Thaipusam", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day; Isra' and Mi'raj (estimated)", "2028-01-01": "New Year's Day", "2028-01-11": "Thaipusam", "2028-01-14": "Birthday of the Sultan of Negeri Sembilan", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-14": "Deepavali", "2028-12-14": "Isra' and Mi'raj (estimated)", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-14": "Birthday of the Sultan of Negeri Sembilan", "2029-01-15": "Birthday of the Sultan of Negeri Sembilan (observed)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-02-28": "Thaipusam", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-03": "Isra' and Mi'raj (estimated)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-14": "Birthday of the Sultan of Negeri Sembilan", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-02-17": "Thaipusam", "2030-02-18": "Thaipusam (observed)", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-11-23": "Isra' and Mi'raj (estimated)", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-08": "Thaipusam", "2031-01-14": "Birthday of the Sultan of Negeri Sembilan", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-11-12": "Isra' and Mi'raj (estimated)", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Birthday of the Sultan of Negeri Sembilan; Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-02-26": "Thaipusam", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali; Isra' and Mi'raj (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-14": "Birthday of the Sultan of Negeri Sembilan", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-02-14": "Thaipusam", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali; Isra' and Mi'raj (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-14": "Birthday of the Sultan of Negeri Sembilan", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Thaipusam", "2034-03-06": "Thaipusam (observed)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-10-10": "Isra' and Mi'raj (estimated)", "2034-11-09": "Deepavali", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-14": "Birthday of the Sultan of Negeri Sembilan", "2035-01-15": "Birthday of the Sultan of Negeri Sembilan (observed)", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-02-23": "Thaipusam", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-09-29": "Isra' and Mi'raj (estimated)", "2035-10-29": "Deepavali", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-13": "Thaipusam", "2036-01-14": "Birthday of the Sultan of Negeri Sembilan", "2036-01-15": "Thaipusam (observed)", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-09-18": "Isra' and Mi'raj (estimated)", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-14": "Birthday of the Sultan of Negeri Sembilan", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-03-02": "Thaipusam", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-07": "Isra' and Mi'raj (estimated)", "2037-09-16": "Malaysia Day", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-14": "Birthday of the Sultan of Negeri Sembilan", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-02-19": "Thaipusam", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-28": "Isra' and Mi'raj (estimated)", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-09": "Thaipusam", "2039-01-10": "Thaipusam (observed)", "2039-01-14": "Birthday of the Sultan of Negeri Sembilan", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-17": "Isra' and Mi'raj (estimated)", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-14": "Birthday of the Sultan of Negeri Sembilan", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-02-27": "Thaipusam", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-05": "Isra' and Mi'raj (estimated)", "2040-08-06": "Isra' and Mi'raj (observed, estimated)", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-01-14": "Birthday of the Sultan of Negeri Sembilan", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-02-15": "Thaipusam", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-07-25": "Isra' and Mi'raj (estimated)", "2041-08-31": "National Day", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-07": "Thaipusam", "2042-01-14": "Birthday of the Sultan of Negeri Sembilan", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-07-15": "Isra' and Mi'raj (estimated)", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-14": "Birthday of the Sultan of Negeri Sembilan", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-02-24": "Thaipusam", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-07-04": "Isra' and Mi'raj (estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-14": "Birthday of the Sultan of Negeri Sembilan", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-02-14": "Thaipusam", "2044-02-15": "Thaipusam (observed)", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-06-23": "Isra' and Mi'raj (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-14": "Birthday of the Sultan of Negeri Sembilan", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-03-04": "Thaipusam", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-06-13": "Isra' and Mi'raj (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-14": "Birthday of the Sultan of Negeri Sembilan", "2046-01-15": "Birthday of the Sultan of Negeri Sembilan (observed)", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-02-21": "Thaipusam", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-06-02": "Isra' and Mi'raj (estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-11": "Thaipusam", "2047-01-14": "Birthday of the Sultan of Negeri Sembilan", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-05-22": "Isra' and Mi'raj (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-01-14": "Birthday of the Sultan of Negeri Sembilan", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-02-28": "Thaipusam", "2048-05-01": "Labor Day", "2048-05-10": "Isra' and Mi'raj (estimated)", "2048-05-11": "Isra' and Mi'raj (observed, estimated)", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-14": "Birthday of the Sultan of Negeri Sembilan", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-02-17": "Thaipusam", "2049-04-29": "Isra' and Mi'raj (estimated)", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-08": "Thaipusam", "2050-01-14": "Birthday of the Sultan of Negeri Sembilan", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-04-19": "Isra' and Mi'raj (estimated)", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_06.json000066400000000000000000002434041500152103600210370ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-10": "Nuzul Al-Quran Day (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-11-15": "Deepavali", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-05-27": "Vesak Day (estimated)", "1953-05-30": "Nuzul Al-Quran Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-05-17": "Vesak Day (estimated)", "1954-05-20": "Nuzul Al-Quran Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-10": "Nuzul Al-Quran Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-04-28": "Nuzul Al-Quran Day (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-04-17": "Nuzul Al-Quran Day (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-04-06": "Nuzul Al-Quran Day (estimated)", "1958-04-07": "Nuzul Al-Quran Day (observed, estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-11-09": "Deepavali", "1958-11-10": "Deepavali (observed)", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-03-27": "Nuzul Al-Quran Day (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-15": "Nuzul Al-Quran Day (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-04": "Nuzul Al-Quran Day (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-21": "Nuzul Al-Quran Day (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-10-26": "Deepavali", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-11": "Nuzul Al-Quran Day (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-11-14": "Deepavali", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-31": "Nuzul Al-Quran Day (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-19": "Nuzul Al-Quran Day (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-08": "Nuzul Al-Quran Day (estimated)", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-11-10": "Deepavali", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1966-12-29": "Nuzul Al-Quran Day (estimated)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-31": "Deepavali", "1967-12-18": "Nuzul Al-Quran Day (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-11-18": "Deepavali", "1968-12-07": "Nuzul Al-Quran Day (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-11-08": "Deepavali", "1969-11-26": "Nuzul Al-Quran Day (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-10-28": "Deepavali", "1970-11-17": "Nuzul Al-Quran Day (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-11-05": "Nuzul Al-Quran Day (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-10-24": "Nuzul Al-Quran Day (estimated)", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-31": "National Day", "1973-10-13": "Nuzul Al-Quran Day (estimated)", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-31": "National Day", "1974-10-03": "Nuzul Al-Quran Day (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-07": "The Sultan of Pahang Hol", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-09-22": "Nuzul Al-Quran Day (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-10-24": "Birthday of the Sultan of Pahang", "1975-11-01": "Deepavali", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-07": "The Sultan of Pahang Hol", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-08-31": "National Day", "1976-09-11": "Nuzul Al-Quran Day (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-10-24": "Birthday of the Sultan of Pahang", "1976-10-25": "Birthday of the Sultan of Pahang (observed)", "1976-11-19": "Deepavali", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-05-07": "The Sultan of Pahang Hol", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-08-31": "National Day; Nuzul Al-Quran Day (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-10-24": "Birthday of the Sultan of Pahang", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-05-01": "Labor Day", "1978-05-07": "The Sultan of Pahang Hol", "1978-05-08": "The Sultan of Pahang Hol (observed)", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-08-21": "Nuzul Al-Quran Day (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-10-24": "Birthday of the Sultan of Pahang", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-07": "The Sultan of Pahang Hol", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-08-10": "Nuzul Al-Quran Day (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-24": "Birthday of the Sultan of Pahang", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-18": "Deepavali", "1979-11-19": "Deepavali (observed)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-05-01": "Labor Day", "1980-05-07": "The Sultan of Pahang Hol", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-07-29": "Nuzul Al-Quran Day (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-10-24": "Birthday of the Sultan of Pahang", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-05-01": "Labor Day", "1981-05-07": "The Sultan of Pahang Hol", "1981-05-18": "Vesak Day (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-07-18": "Nuzul Al-Quran Day (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-24": "Birthday of the Sultan of Pahang", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-07": "The Sultan of Pahang Hol", "1982-05-08": "Vesak Day (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-08": "Nuzul Al-Quran Day (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-24": "Birthday of the Sultan of Pahang", "1982-10-25": "Birthday of the Sultan of Pahang (observed)", "1982-11-13": "Deepavali", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-07": "The Sultan of Pahang Hol", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-28": "Nuzul Al-Quran Day (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-24": "Birthday of the Sultan of Pahang", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-05-01": "Labor Day", "1984-05-07": "The Sultan of Pahang Hol", "1984-05-15": "Vesak Day (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-16": "Nuzul Al-Quran Day (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-22": "Deepavali", "1984-10-24": "Birthday of the Sultan of Pahang", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-05-07": "The Sultan of Pahang Hol", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-05": "Nuzul Al-Quran Day (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-10-24": "Birthday of the Sultan of Pahang", "1985-11-10": "Deepavali", "1985-11-11": "Deepavali (observed)", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-05-01": "Labor Day", "1986-05-07": "The Sultan of Pahang Hol", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Nuzul Al-Quran Day (estimated)", "1986-05-26": "Nuzul Al-Quran Day (observed, estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-10-24": "Birthday of the Sultan of Pahang", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-05-01": "Labor Day", "1987-05-07": "The Sultan of Pahang Hol", "1987-05-12": "Vesak Day (estimated)", "1987-05-15": "Nuzul Al-Quran Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-10-24": "Birthday of the Sultan of Pahang", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-03": "Nuzul Al-Quran Day (estimated)", "1988-05-07": "The Sultan of Pahang Hol", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-10-24": "Birthday of the Sultan of Pahang", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-04-23": "Nuzul Al-Quran Day (estimated)", "1989-04-24": "Nuzul Al-Quran Day (observed, estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated); The Sultan of Pahang Hol", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated); The Sultan of Pahang Hol (observed)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-24": "Birthday of the Sultan of Pahang", "1989-10-27": "Deepavali", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-04-12": "Nuzul Al-Quran Day (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-07": "The Sultan of Pahang Hol", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-10-24": "Birthday of the Sultan of Pahang", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-04-02": "Nuzul Al-Quran Day (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-07": "The Sultan of Pahang Hol", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-10-24": "Birthday of the Sultan of Pahang", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-03-21": "Nuzul Al-Quran Day (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-07": "The Sultan of Pahang Hol", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Birthday of the Sultan of Pahang; Deepavali", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-03-10": "Nuzul Al-Quran Day (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-07": "The Sultan of Pahang Hol", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-10-24": "Birthday of the Sultan of Pahang", "1993-10-25": "Birthday of the Sultan of Pahang (observed)", "1993-11-12": "Deepavali", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-02-27": "Nuzul Al-Quran Day (estimated)", "1994-02-28": "Nuzul Al-Quran Day (observed, estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-07": "The Sultan of Pahang Hol", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-10-24": "Birthday of the Sultan of Pahang", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-02-16": "Nuzul Al-Quran Day (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-07": "The Sultan of Pahang Hol", "1995-05-08": "The Sultan of Pahang Hol (observed)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-10-24": "Birthday of the Sultan of Pahang", "1995-11-20": "Deepavali", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-06": "Nuzul Al-Quran Day (estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-07": "The Sultan of Pahang Hol", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-10-24": "Birthday of the Sultan of Pahang", "1996-11-09": "Deepavali", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-26": "Nuzul Al-Quran Day (estimated)", "1997-01-27": "Nuzul Al-Quran Day (observed, estimated)", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated); The Sultan of Pahang Hol", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-24": "Birthday of the Sultan of Pahang", "1997-10-29": "Deepavali", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-15": "Nuzul Al-Quran Day (estimated)", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-07": "The Sultan of Pahang Hol", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-10-24": "Birthday of the Sultan of Pahang", "1998-11-17": "Deepavali", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-04": "Nuzul Al-Quran Day (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-07": "The Sultan of Pahang Hol", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-10-24": "Birthday of the Sultan of Pahang", "1999-10-25": "Birthday of the Sultan of Pahang (observed)", "1999-11-06": "Deepavali", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day; Nuzul Al-Quran Day (estimated)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-07": "The Sultan of Pahang Hol", "2000-05-08": "The Sultan of Pahang Hol (observed)", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-24": "Birthday of the Sultan of Pahang", "2000-10-25": "Deepavali", "2000-12-13": "Nuzul Al-Quran Day (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-01": "New Year's Day", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "The Sultan of Pahang Hol; Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-10-24": "Birthday of the Sultan of Pahang", "2001-11-14": "Deepavali", "2001-12-03": "Nuzul Al-Quran Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-07": "The Sultan of Pahang Hol", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-10-24": "Birthday of the Sultan of Pahang", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-11-22": "Nuzul Al-Quran Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-07": "The Sultan of Pahang Hol", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-10-23": "Deepavali", "2003-10-24": "Birthday of the Sultan of Pahang", "2003-11-12": "Nuzul Al-Quran Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-05-07": "The Sultan of Pahang Hol", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-10-24": "Birthday of the Sultan of Pahang", "2004-10-25": "Birthday of the Sultan of Pahang (observed)", "2004-11-01": "Nuzul Al-Quran Day", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-07": "The Sultan of Pahang Hol", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-10-21": "Nuzul Al-Quran Day", "2005-10-24": "Birthday of the Sultan of Pahang", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Chinese New Year (observed)", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-07": "The Sultan of Pahang Hol", "2006-05-08": "The Sultan of Pahang Hol (observed)", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-31": "National Day", "2006-10-10": "Nuzul Al-Quran Day", "2006-10-21": "Deepavali", "2006-10-24": "Birthday of the Sultan of Pahang; Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-05-07": "The Sultan of Pahang Hol", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-31": "National Day", "2007-09-29": "Nuzul Al-Quran Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-10-24": "Birthday of the Sultan of Pahang", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-07": "The Sultan of Pahang Hol", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-09-18": "Nuzul Al-Quran Day", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-24": "Birthday of the Sultan of Pahang", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-07": "The Sultan of Pahang Hol", "2009-05-09": "Vesak Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-08-31": "National Day", "2009-09-07": "Nuzul Al-Quran Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-17": "Deepavali", "2009-10-24": "Birthday of the Sultan of Pahang", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-05-01": "Labor Day", "2010-05-07": "The Sultan of Pahang Hol", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-08-27": "Nuzul Al-Quran Day", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-10-24": "Birthday of the Sultan of Pahang", "2010-10-25": "Birthday of the Sultan of Pahang (observed)", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-07": "The Sultan of Pahang Hol", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-08-17": "Nuzul Al-Quran Day", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-24": "Birthday of the Sultan of Pahang", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-05-07": "The Sultan of Pahang Hol", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-08-05": "Nuzul Al-Quran Day", "2012-08-06": "Nuzul Al-Quran Day (observed)", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-24": "Birthday of the Sultan of Pahang", "2012-10-26": "Eid al-Adha", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-05-01": "Labor Day", "2013-05-07": "The Sultan of Pahang Hol", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-07-25": "Nuzul Al-Quran Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-10-24": "Birthday of the Sultan of Pahang", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-05-01": "Labor Day", "2014-05-07": "The Sultan of Pahang Hol", "2014-05-13": "Vesak Day", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-15": "Nuzul Al-Quran Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-22": "Deepavali", "2014-10-24": "Birthday of the Sultan of Pahang", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-05-07": "The Sultan of Pahang Hol", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-04": "Nuzul Al-Quran Day", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-10-24": "Birthday of the Sultan of Pahang", "2015-11-10": "Deepavali", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-07": "The Sultan of Pahang Hol", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-22": "Nuzul Al-Quran Day", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-24": "Birthday of the Sultan of Pahang", "2016-10-29": "Deepavali", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-07": "The Sultan of Pahang Hol", "2017-05-08": "The Sultan of Pahang Hol (observed)", "2017-05-10": "Vesak Day", "2017-06-12": "Nuzul Al-Quran Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-10-24": "Birthday of the Sultan of Pahang", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-05-01": "Labor Day", "2018-05-07": "The Sultan of Pahang Hol", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-06-02": "Nuzul Al-Quran Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-10-24": "Birthday of the Sultan of Pahang", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-05-01": "Labor Day", "2019-05-07": "The Sultan of Pahang Hol", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-05-22": "Nuzul Al-Quran Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Birthday of the Sultan of Pahang; Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-10": "Nuzul Al-Quran Day", "2020-05-11": "Nuzul Al-Quran Day (observed)", "2020-05-22": "The Sultan of Pahang Hol", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-30": "Birthday of the Sultan of Pahang", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-04-29": "Nuzul Al-Quran Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-22": "The Sultan of Pahang Hol", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-07-30": "Birthday of the Sultan of Pahang", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-04-19": "Nuzul Al-Quran Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-05-22": "The Sultan of Pahang Hol", "2022-05-23": "The Sultan of Pahang Hol (observed)", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-30": "Birthday of the Sultan of Pahang; Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-04-08": "Nuzul Al-Quran Day", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-05-22": "The Sultan of Pahang Hol", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-07-30": "Birthday of the Sultan of Pahang", "2023-07-31": "Birthday of the Sultan of Pahang (observed)", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-03-28": "Nuzul Al-Quran Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "The Sultan of Pahang Hol; Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-07-30": "Birthday of the Sultan of Pahang", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-03-18": "Nuzul Al-Quran Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-05-22": "The Sultan of Pahang Hol", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-07-30": "Birthday of the Sultan of Pahang", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-06": "Nuzul Al-Quran Day (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-22": "The Sultan of Pahang Hol", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-07-30": "Birthday of the Sultan of Pahang", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-02-24": "Nuzul Al-Quran Day (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-05-22": "The Sultan of Pahang Hol", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-07-30": "Birthday of the Sultan of Pahang", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-13": "Nuzul Al-Quran Day (estimated)", "2028-02-14": "Nuzul Al-Quran Day (observed, estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-22": "The Sultan of Pahang Hol", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-07-30": "Birthday of the Sultan of Pahang", "2028-07-31": "Birthday of the Sultan of Pahang (observed)", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-14": "Deepavali", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-01": "Nuzul Al-Quran Day (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-22": "The Sultan of Pahang Hol", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-07-30": "Birthday of the Sultan of Pahang", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Nuzul Al-Quran Day (estimated)", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-05-22": "The Sultan of Pahang Hol", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-07-30": "Birthday of the Sultan of Pahang", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-11": "Nuzul Al-Quran Day (estimated)", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-05-22": "The Sultan of Pahang Hol", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-07-30": "Birthday of the Sultan of Pahang", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2031-12-31": "Nuzul Al-Quran Day (estimated)", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-22": "The Sultan of Pahang Hol", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-07-30": "Birthday of the Sultan of Pahang", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali", "2032-12-20": "Nuzul Al-Quran Day (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-05-22": "The Sultan of Pahang Hol", "2033-05-23": "The Sultan of Pahang Hol (observed)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-07-30": "Birthday of the Sultan of Pahang", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali", "2033-12-09": "Nuzul Al-Quran Day (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-22": "The Sultan of Pahang Hol", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-07-30": "Birthday of the Sultan of Pahang", "2034-07-31": "Birthday of the Sultan of Pahang (observed)", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-11-09": "Deepavali", "2034-11-28": "Nuzul Al-Quran Day (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "The Sultan of Pahang Hol; Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-07-30": "Birthday of the Sultan of Pahang", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-10-29": "Deepavali", "2035-11-17": "Nuzul Al-Quran Day (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-05-22": "The Sultan of Pahang Hol", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-07-30": "Birthday of the Sultan of Pahang", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-11-05": "Nuzul Al-Quran Day (estimated)", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-22": "The Sultan of Pahang Hol", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-07-30": "Birthday of the Sultan of Pahang", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-10-26": "Nuzul Al-Quran Day (estimated)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-05-22": "The Sultan of Pahang Hol", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-07-30": "Birthday of the Sultan of Pahang", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-16": "Nuzul Al-Quran Day (estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-05-22": "The Sultan of Pahang Hol", "2039-05-23": "The Sultan of Pahang Hol (observed)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-07-30": "Birthday of the Sultan of Pahang", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-05": "Nuzul Al-Quran Day (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-22": "The Sultan of Pahang Hol", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-07-30": "Birthday of the Sultan of Pahang", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-09-23": "Nuzul Al-Quran Day (estimated)", "2040-09-24": "Nuzul Al-Quran Day (observed, estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-05-22": "The Sultan of Pahang Hol", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-07-30": "Birthday of the Sultan of Pahang", "2041-08-31": "National Day", "2041-09-13": "Nuzul Al-Quran Day (estimated)", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-05-22": "The Sultan of Pahang Hol", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-07-30": "Birthday of the Sultan of Pahang", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-02": "Nuzul Al-Quran Day (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-05-01": "Labor Day", "2043-05-22": "The Sultan of Pahang Hol", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-07-30": "Birthday of the Sultan of Pahang", "2043-08-22": "Nuzul Al-Quran Day (estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-05-22": "The Sultan of Pahang Hol", "2044-05-23": "The Sultan of Pahang Hol (observed)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-07-30": "Birthday of the Sultan of Pahang", "2044-08-11": "Nuzul Al-Quran Day (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-05-22": "The Sultan of Pahang Hol", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-07-30": "Birthday of the Sultan of Pahang", "2045-07-31": "Nuzul Al-Quran Day (estimated)", "2045-08-01": "Birthday of the Sultan of Pahang (observed)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-05-22": "The Sultan of Pahang Hol", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-21": "Nuzul Al-Quran Day (estimated)", "2046-07-30": "Birthday of the Sultan of Pahang", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-05-22": "The Sultan of Pahang Hol", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-10": "Nuzul Al-Quran Day (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-07-30": "Birthday of the Sultan of Pahang", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-05-01": "Labor Day", "2048-05-22": "The Sultan of Pahang Hol", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-28": "Nuzul Al-Quran Day (estimated)", "2048-06-29": "Nuzul Al-Quran Day (observed, estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-07-30": "Birthday of the Sultan of Pahang", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-05-22": "The Sultan of Pahang Hol", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-06-18": "Nuzul Al-Quran Day (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-07-30": "Birthday of the Sultan of Pahang", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-05-22": "The Sultan of Pahang Hol", "2050-05-23": "The Sultan of Pahang Hol (observed)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-07": "Nuzul Al-Quran Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-07-30": "Birthday of the Sultan of Pahang", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_07.json000066400000000000000000002512731500152103600210430ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-01-12": "Thaipusam", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-10": "Nuzul Al-Quran Day (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-07-12": "Birthday of the Governor of Penang", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-11-15": "Deepavali", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-02-28": "Thaipusam", "1953-05-27": "Vesak Day (estimated)", "1953-05-30": "Nuzul Al-Quran Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-07-11": "Birthday of the Governor of Penang", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-02-18": "Thaipusam", "1954-05-17": "Vesak Day (estimated)", "1954-05-20": "Nuzul Al-Quran Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-07-10": "Birthday of the Governor of Penang", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-09": "Thaipusam", "1955-01-10": "Thaipusam (observed)", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-10": "Nuzul Al-Quran Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-09": "Birthday of the Governor of Penang", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-02-26": "Thaipusam", "1956-02-27": "Thaipusam (observed)", "1956-04-28": "Nuzul Al-Quran Day (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-14": "Birthday of the Governor of Penang", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-02-15": "Thaipusam", "1957-04-17": "Nuzul Al-Quran Day (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-13": "Birthday of the Governor of Penang", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-03-05": "Thaipusam", "1958-04-06": "Nuzul Al-Quran Day (estimated)", "1958-04-07": "Nuzul Al-Quran Day (observed, estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-07-12": "Birthday of the Governor of Penang", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-11-09": "Deepavali", "1958-11-10": "Deepavali (observed)", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-02-22": "Thaipusam", "1959-02-23": "Thaipusam (observed)", "1959-03-27": "Nuzul Al-Quran Day (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-07-11": "Birthday of the Governor of Penang", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-13": "Thaipusam", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-15": "Nuzul Al-Quran Day (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-07-09": "Birthday of the Governor of Penang", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-02": "Thaipusam", "1961-03-04": "Nuzul Al-Quran Day (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-07-08": "Birthday of the Governor of Penang", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-19": "Thaipusam", "1962-02-21": "Nuzul Al-Quran Day (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-07-14": "Birthday of the Governor of Penang", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-10-26": "Deepavali", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-10": "Thaipusam", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-11": "Nuzul Al-Quran Day (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-07-13": "Birthday of the Governor of Penang", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-11-14": "Deepavali", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-31": "Nuzul Al-Quran Day (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-02-28": "Thaipusam", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-11": "Birthday of the Governor of Penang", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-19": "Nuzul Al-Quran Day (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-02-16": "Thaipusam", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Birthday of the Governor of Penang; Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Thaipusam", "1966-01-08": "Nuzul Al-Quran Day (estimated)", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-07-09": "Birthday of the Governor of Penang", "1966-08-31": "National Day", "1966-11-10": "Deepavali", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1966-12-29": "Nuzul Al-Quran Day (estimated)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-02-24": "Thaipusam", "1967-03-21": "Eid al-Adha (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-07-08": "Birthday of the Governor of Penang", "1967-08-31": "National Day", "1967-10-31": "Deepavali", "1967-12-18": "Nuzul Al-Quran Day (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-02-13": "Thaipusam", "1968-03-09": "Eid al-Adha (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-07-13": "Birthday of the Governor of Penang", "1968-08-31": "National Day", "1968-11-18": "Deepavali", "1968-12-07": "Nuzul Al-Quran Day (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-03": "Thaipusam", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-07-12": "Birthday of the Governor of Penang", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-11-08": "Deepavali", "1969-11-26": "Nuzul Al-Quran Day (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-21": "Thaipusam", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-07-11": "Birthday of the Governor of Penang", "1970-08-31": "National Day", "1970-10-28": "Deepavali", "1970-11-17": "Nuzul Al-Quran Day (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-12": "Thaipusam", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-07-10": "Birthday of the Governor of Penang", "1971-08-31": "National Day", "1971-11-05": "Nuzul Al-Quran Day (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-02-29": "Thaipusam", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-07-08": "Birthday of the Governor of Penang", "1972-08-31": "National Day", "1972-10-24": "Nuzul Al-Quran Day (estimated)", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-02-18": "Thaipusam", "1973-02-19": "Thaipusam (observed)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-07-14": "Birthday of the Governor of Penang", "1973-08-31": "National Day", "1973-10-13": "Nuzul Al-Quran Day (estimated)", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-08": "Thaipusam", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-07-13": "Birthday of the Governor of Penang", "1974-08-31": "National Day", "1974-10-03": "Nuzul Al-Quran Day (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-02-26": "Thaipusam", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-07-12": "Birthday of the Governor of Penang", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-09-22": "Nuzul Al-Quran Day (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated)", "1976-02-15": "Thaipusam", "1976-02-16": "Thaipusam (observed)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-07-10": "Birthday of the Governor of Penang", "1976-08-31": "National Day", "1976-09-11": "Nuzul Al-Quran Day (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-11-19": "Deepavali", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-03-05": "Thaipusam", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-07-09": "Birthday of the Governor of Penang", "1977-08-31": "National Day; Nuzul Al-Quran Day (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-02-22": "Thaipusam", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-07-08": "Birthday of the Governor of Penang", "1978-08-21": "Nuzul Al-Quran Day (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-13": "Thaipusam", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-07-14": "Birthday of the Governor of Penang", "1979-08-10": "Nuzul Al-Quran Day (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-18": "Deepavali", "1979-11-19": "Deepavali (observed)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-03-02": "Thaipusam", "1980-03-03": "Thaipusam (observed)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-07-12": "Birthday of the Governor of Penang", "1980-07-29": "Nuzul Al-Quran Day (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-02-19": "Thaipusam", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-07-11": "Birthday of the Governor of Penang", "1981-07-18": "Nuzul Al-Quran Day (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-10": "Thaipusam", "1982-01-11": "Thaipusam (observed)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-08": "Nuzul Al-Quran Day (estimated)", "1982-07-10": "Birthday of the Governor of Penang", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-11-13": "Deepavali", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-02-28": "Thaipusam", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-28": "Nuzul Al-Quran Day (estimated)", "1983-07-09": "Birthday of the Governor of Penang", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-02-17": "Thaipusam", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-16": "Nuzul Al-Quran Day (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-07-14": "Birthday of the Governor of Penang", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-03-06": "Thaipusam", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-05": "Nuzul Al-Quran Day (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-07-13": "Birthday of the Governor of Penang", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-11-10": "Deepavali", "1985-11-11": "Deepavali (observed)", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-02-23": "Thaipusam", "1986-02-24": "Thaipusam (observed)", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Nuzul Al-Quran Day (estimated)", "1986-05-26": "Nuzul Al-Quran Day (observed, estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-07-12": "Birthday of the Governor of Penang", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-14": "Thaipusam", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-15": "Nuzul Al-Quran Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-07-11": "Birthday of the Governor of Penang", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-03-03": "Thaipusam", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-03": "Nuzul Al-Quran Day (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-09": "Birthday of the Governor of Penang", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-02-21": "Thaipusam", "1989-04-23": "Nuzul Al-Quran Day (estimated)", "1989-04-24": "Nuzul Al-Quran Day (observed, estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-08": "Birthday of the Governor of Penang", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-12": "Thaipusam", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-04-12": "Nuzul Al-Quran Day (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-14": "Birthday of the Governor of Penang", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-03-01": "Thaipusam", "1991-04-02": "Nuzul Al-Quran Day (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-07-13": "Birthday of the Governor of Penang", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-02-18": "Thaipusam", "1992-03-21": "Nuzul Al-Quran Day (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-07-11": "Birthday of the Governor of Penang", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Deepavali", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-08": "Thaipusam", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-03-10": "Nuzul Al-Quran Day (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-07-10": "Birthday of the Governor of Penang", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-11-12": "Deepavali", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-02-25": "Thaipusam", "1994-02-27": "Nuzul Al-Quran Day (estimated)", "1994-02-28": "Nuzul Al-Quran Day (observed, estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-07-09": "Birthday of the Governor of Penang", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-02-14": "Thaipusam", "1995-02-16": "Nuzul Al-Quran Day (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-07-08": "Birthday of the Governor of Penang", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-11-20": "Deepavali", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-06": "Nuzul Al-Quran Day (estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-03-04": "Thaipusam", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-13": "Birthday of the Governor of Penang", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-11-09": "Deepavali", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-26": "Nuzul Al-Quran Day (estimated)", "1997-01-27": "Nuzul Al-Quran Day (observed, estimated)", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-02-22": "Thaipusam", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-12": "Birthday of the Governor of Penang", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-29": "Deepavali", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-13": "Thaipusam", "1998-01-15": "Nuzul Al-Quran Day (estimated)", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-07-11": "Birthday of the Governor of Penang", "1998-08-31": "National Day", "1998-11-17": "Deepavali", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-04": "Nuzul Al-Quran Day (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-03": "Thaipusam", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-07-10": "Birthday of the Governor of Penang", "1999-08-31": "National Day", "1999-11-06": "Deepavali", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day; Nuzul Al-Quran Day (estimated)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-02-20": "Thaipusam", "2000-02-21": "Thaipusam (observed)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-07-08": "Birthday of the Governor of Penang", "2000-08-31": "National Day", "2000-10-25": "Deepavali", "2000-12-13": "Nuzul Al-Quran Day (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-01": "New Year's Day", "2001-01-09": "Thaipusam", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-07-14": "Birthday of the Governor of Penang", "2001-08-31": "National Day", "2001-11-14": "Deepavali", "2001-12-03": "Nuzul Al-Quran Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-02-27": "Thaipusam", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-07-13": "Birthday of the Governor of Penang", "2002-08-31": "National Day", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-11-22": "Nuzul Al-Quran Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-02-16": "Thaipusam", "2003-02-17": "Thaipusam (observed)", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-07-12": "Birthday of the Governor of Penang", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-10-23": "Deepavali", "2003-11-12": "Nuzul Al-Quran Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-07": "Thaipusam", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-07-10": "Birthday of the Governor of Penang", "2004-08-31": "National Day", "2004-11-01": "Nuzul Al-Quran Day", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-02-23": "Thaipusam", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-07-09": "Birthday of the Governor of Penang", "2005-08-31": "National Day", "2005-10-21": "Nuzul Al-Quran Day", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Chinese New Year (observed)", "2006-02-13": "Thaipusam", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-07-08": "Birthday of the Governor of Penang", "2006-08-31": "National Day", "2006-10-10": "Nuzul Al-Quran Day", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-04": "Thaipusam", "2007-03-05": "Thaipusam (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-07-14": "Birthday of the Governor of Penang", "2007-08-31": "National Day", "2007-09-29": "Nuzul Al-Quran Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-02-22": "Thaipusam", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-07-12": "Birthday of the Governor of Penang", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-09-18": "Nuzul Al-Quran Day", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-11": "Thaipusam", "2009-01-12": "Thaipusam (observed)", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-07-07": "George Town Heritage Day", "2009-07-11": "Birthday of the Governor of Penang", "2009-08-31": "National Day", "2009-09-07": "Nuzul Al-Quran Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-17": "Deepavali", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-03-01": "Thaipusam", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-07-07": "George Town Heritage Day", "2010-07-10": "Birthday of the Governor of Penang", "2010-08-27": "Nuzul Al-Quran Day", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-02-18": "Thaipusam", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-07-07": "George Town Heritage Day", "2011-07-09": "Birthday of the Governor of Penang", "2011-08-17": "Nuzul Al-Quran Day", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-08": "Thaipusam", "2012-01-09": "Thaipusam (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-07-07": "George Town Heritage Day", "2012-07-14": "Birthday of the Governor of Penang", "2012-08-05": "Nuzul Al-Quran Day", "2012-08-06": "Nuzul Al-Quran Day (observed)", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-26": "Eid al-Adha", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-02-25": "Thaipusam", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-07-07": "George Town Heritage Day", "2013-07-08": "George Town Heritage Day (observed)", "2013-07-13": "Birthday of the Governor of Penang", "2013-07-25": "Nuzul Al-Quran Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-02-14": "Thaipusam", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-07": "George Town Heritage Day", "2014-07-12": "Birthday of the Governor of Penang", "2014-07-15": "Nuzul Al-Quran Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-03-05": "Thaipusam", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-04": "Nuzul Al-Quran Day", "2015-07-07": "George Town Heritage Day", "2015-07-11": "Birthday of the Governor of Penang", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-02-23": "Thaipusam", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-22": "Nuzul Al-Quran Day", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day); George Town Heritage Day", "2016-07-09": "Birthday of the Governor of Penang", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-13": "Thaipusam", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-06-12": "Nuzul Al-Quran Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-07-07": "George Town Heritage Day", "2017-07-08": "Birthday of the Governor of Penang", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-31": "Thaipusam", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-06-02": "Nuzul Al-Quran Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-07-07": "George Town Heritage Day", "2018-07-14": "Birthday of the Governor of Penang", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Thaipusam", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-05-22": "Nuzul Al-Quran Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-07": "George Town Heritage Day", "2019-07-08": "George Town Heritage Day (observed)", "2019-07-13": "Birthday of the Governor of Penang", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-02-08": "Thaipusam", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-10": "Nuzul Al-Quran Day", "2020-05-11": "Nuzul Al-Quran Day (observed)", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-07": "George Town Heritage Day", "2020-07-11": "Birthday of the Governor of Penang", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-28": "Thaipusam", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-04-29": "Nuzul Al-Quran Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-07": "George Town Heritage Day", "2021-07-10": "Birthday of the Governor of Penang", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-18": "Thaipusam", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-04-19": "Nuzul Al-Quran Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-07": "George Town Heritage Day", "2022-07-09": "Birthday of the Governor of Penang", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-02-05": "Thaipusam", "2023-02-06": "Thaipusam (observed)", "2023-04-08": "Nuzul Al-Quran Day", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-07": "George Town Heritage Day", "2023-07-08": "Birthday of the Governor of Penang", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-25": "Thaipusam", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-03-28": "Nuzul Al-Quran Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "George Town Heritage Day; Islamic New Year", "2024-07-08": "George Town Heritage Day (observed); Islamic New Year (observed)", "2024-07-13": "Birthday of the Governor of Penang", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-02-11": "Thaipusam", "2025-03-18": "Nuzul Al-Quran Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-07-07": "George Town Heritage Day", "2025-07-12": "Birthday of the Governor of Penang", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-01": "Thaipusam", "2026-02-02": "Thaipusam (observed)", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-06": "Nuzul Al-Quran Day (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-07-07": "George Town Heritage Day", "2026-07-11": "Birthday of the Governor of Penang", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Thaipusam", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-02-24": "Nuzul Al-Quran Day (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-07-07": "George Town Heritage Day", "2027-07-10": "Birthday of the Governor of Penang", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-11": "Thaipusam", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-13": "Nuzul Al-Quran Day (estimated)", "2028-02-14": "Nuzul Al-Quran Day (observed, estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-07-07": "George Town Heritage Day", "2028-07-08": "Birthday of the Governor of Penang", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-14": "Deepavali", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-01": "Nuzul Al-Quran Day (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-02-28": "Thaipusam", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-07": "George Town Heritage Day", "2029-07-14": "Birthday of the Governor of Penang", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Nuzul Al-Quran Day (estimated)", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-02-17": "Thaipusam", "2030-02-18": "Thaipusam (observed)", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-07": "George Town Heritage Day", "2030-07-08": "George Town Heritage Day (observed)", "2030-07-13": "Birthday of the Governor of Penang; Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-08": "Thaipusam", "2031-01-11": "Nuzul Al-Quran Day (estimated)", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-07-07": "George Town Heritage Day", "2031-07-12": "Birthday of the Governor of Penang", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2031-12-31": "Nuzul Al-Quran Day (estimated)", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-02-26": "Thaipusam", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-07-07": "George Town Heritage Day", "2032-07-10": "Birthday of the Governor of Penang", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali", "2032-12-20": "Nuzul Al-Quran Day (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-02-14": "Thaipusam", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-07-07": "George Town Heritage Day", "2033-07-09": "Birthday of the Governor of Penang", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali", "2033-12-09": "Nuzul Al-Quran Day (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Thaipusam", "2034-03-06": "Thaipusam (observed)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-07-07": "George Town Heritage Day", "2034-07-08": "Birthday of the Governor of Penang", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-11-09": "Deepavali", "2034-11-28": "Nuzul Al-Quran Day (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-02-23": "Thaipusam", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-07-07": "George Town Heritage Day", "2035-07-14": "Birthday of the Governor of Penang", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-10-29": "Deepavali", "2035-11-17": "Nuzul Al-Quran Day (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-13": "Thaipusam", "2036-01-14": "Thaipusam (observed)", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-07-07": "George Town Heritage Day", "2036-07-12": "Birthday of the Governor of Penang", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-11-05": "Nuzul Al-Quran Day (estimated)", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-03-02": "Thaipusam", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-07-07": "George Town Heritage Day", "2037-07-11": "Birthday of the Governor of Penang", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-10-26": "Nuzul Al-Quran Day (estimated)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-02-19": "Thaipusam", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-07-07": "George Town Heritage Day", "2038-07-10": "Birthday of the Governor of Penang", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-16": "Nuzul Al-Quran Day (estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-09": "Thaipusam", "2039-01-10": "Thaipusam (observed)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-07-07": "George Town Heritage Day", "2039-07-09": "Birthday of the Governor of Penang", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-05": "Nuzul Al-Quran Day (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-02-27": "Thaipusam", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-07-07": "George Town Heritage Day", "2040-07-14": "Birthday of the Governor of Penang", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-09-23": "Nuzul Al-Quran Day (estimated)", "2040-09-24": "Nuzul Al-Quran Day (observed, estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-02-15": "Thaipusam", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-07-07": "George Town Heritage Day", "2041-07-08": "George Town Heritage Day (observed)", "2041-07-13": "Birthday of the Governor of Penang", "2041-08-31": "National Day", "2041-09-13": "Nuzul Al-Quran Day (estimated)", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-07": "Thaipusam", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-07-07": "George Town Heritage Day", "2042-07-12": "Birthday of the Governor of Penang", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-02": "Nuzul Al-Quran Day (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-02-24": "Thaipusam", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-07-07": "George Town Heritage Day", "2043-07-11": "Birthday of the Governor of Penang", "2043-08-22": "Nuzul Al-Quran Day (estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-02-14": "Thaipusam", "2044-02-15": "Thaipusam (observed)", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-07-07": "George Town Heritage Day", "2044-07-09": "Birthday of the Governor of Penang", "2044-08-11": "Nuzul Al-Quran Day (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-03-04": "Thaipusam", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-07-07": "George Town Heritage Day", "2045-07-08": "Birthday of the Governor of Penang", "2045-07-31": "Nuzul Al-Quran Day (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-02-21": "Thaipusam", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-07": "George Town Heritage Day", "2046-07-14": "Birthday of the Governor of Penang", "2046-07-21": "Nuzul Al-Quran Day (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-11": "Thaipusam", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-07": "George Town Heritage Day", "2047-07-08": "George Town Heritage Day (observed)", "2047-07-10": "Nuzul Al-Quran Day (estimated)", "2047-07-13": "Birthday of the Governor of Penang", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-02-28": "Thaipusam", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-28": "Nuzul Al-Quran Day (estimated)", "2048-06-29": "Nuzul Al-Quran Day (observed, estimated)", "2048-07-07": "George Town Heritage Day", "2048-07-11": "Birthday of the Governor of Penang", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-02-17": "Thaipusam", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-06-18": "Nuzul Al-Quran Day (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-07-07": "George Town Heritage Day", "2049-07-10": "Birthday of the Governor of Penang", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-08": "Thaipusam", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-07": "Nuzul Al-Quran Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-07-07": "George Town Heritage Day", "2050-07-09": "Birthday of the Governor of Penang", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_08.json000066400000000000000000002442731500152103600210460ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-01-12": "Thaipusam", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-10": "Nuzul Al-Quran Day (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-11-15": "Deepavali", "1952-11-27": "Birthday of the Sultan of Perak", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-02-28": "Thaipusam", "1953-05-27": "Vesak Day (estimated)", "1953-05-30": "Nuzul Al-Quran Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-11-27": "Birthday of the Sultan of Perak", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-02-18": "Thaipusam", "1954-05-17": "Vesak Day (estimated)", "1954-05-20": "Nuzul Al-Quran Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-11-27": "Birthday of the Sultan of Perak", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-09": "Thaipusam", "1955-01-10": "Thaipusam (observed)", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-10": "Nuzul Al-Quran Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-11-27": "Birthday of the Sultan of Perak", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-02-26": "Thaipusam", "1956-02-27": "Thaipusam (observed)", "1956-04-28": "Nuzul Al-Quran Day (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-11-27": "Birthday of the Sultan of Perak", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-02-15": "Thaipusam", "1957-04-17": "Nuzul Al-Quran Day (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-11-20": "Deepavali", "1957-11-27": "Birthday of the Sultan of Perak", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-03-05": "Thaipusam", "1958-04-06": "Nuzul Al-Quran Day (estimated)", "1958-04-07": "Nuzul Al-Quran Day (observed, estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-11-09": "Deepavali", "1958-11-10": "Deepavali (observed)", "1958-11-27": "Birthday of the Sultan of Perak", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-02-22": "Thaipusam", "1959-02-23": "Thaipusam (observed)", "1959-03-27": "Nuzul Al-Quran Day (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-11-27": "Birthday of the Sultan of Perak", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-13": "Thaipusam", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-15": "Nuzul Al-Quran Day (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-11-17": "Deepavali", "1960-11-27": "Birthday of the Sultan of Perak", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-02": "Thaipusam", "1961-03-04": "Nuzul Al-Quran Day (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-11-27": "Birthday of the Sultan of Perak", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-19": "Thaipusam", "1962-02-21": "Nuzul Al-Quran Day (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-10-26": "Deepavali", "1962-11-27": "Birthday of the Sultan of Perak", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-10": "Thaipusam", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-11": "Nuzul Al-Quran Day (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-11-14": "Deepavali", "1963-11-27": "Birthday of the Sultan of Perak", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-31": "Nuzul Al-Quran Day (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-02-28": "Thaipusam", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-11-27": "Birthday of the Sultan of Perak", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-19": "Nuzul Al-Quran Day (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-02-16": "Thaipusam", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-11-27": "Birthday of the Sultan of Perak", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Thaipusam", "1966-01-08": "Nuzul Al-Quran Day (estimated)", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-11-10": "Deepavali", "1966-11-27": "Birthday of the Sultan of Perak", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1966-12-29": "Nuzul Al-Quran Day (estimated)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-02-24": "Thaipusam", "1967-03-21": "Eid al-Adha (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-31": "Deepavali", "1967-11-27": "Birthday of the Sultan of Perak", "1967-12-18": "Nuzul Al-Quran Day (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-02-13": "Thaipusam", "1968-03-09": "Eid al-Adha (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-11-18": "Deepavali", "1968-11-27": "Birthday of the Sultan of Perak", "1968-12-07": "Nuzul Al-Quran Day (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-03": "Thaipusam", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-11-08": "Deepavali", "1969-11-26": "Nuzul Al-Quran Day (estimated)", "1969-11-27": "Birthday of the Sultan of Perak", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-21": "Thaipusam", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-10-28": "Deepavali", "1970-11-17": "Nuzul Al-Quran Day (estimated)", "1970-11-27": "Birthday of the Sultan of Perak", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-12": "Thaipusam", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-11-05": "Nuzul Al-Quran Day (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-11-27": "Birthday of the Sultan of Perak", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-02-29": "Thaipusam", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-10-24": "Nuzul Al-Quran Day (estimated)", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-11-27": "Birthday of the Sultan of Perak", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-02-18": "Thaipusam", "1973-02-19": "Thaipusam (observed)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-31": "National Day", "1973-10-13": "Nuzul Al-Quran Day (estimated)", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-11-27": "Birthday of the Sultan of Perak", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-08": "Thaipusam", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-31": "National Day", "1974-10-03": "Nuzul Al-Quran Day (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-11-27": "Birthday of the Sultan of Perak", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-02-26": "Thaipusam", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-09-22": "Nuzul Al-Quran Day (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-11-27": "Birthday of the Sultan of Perak", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated)", "1976-02-15": "Thaipusam", "1976-02-16": "Thaipusam (observed)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-08-31": "National Day", "1976-09-11": "Nuzul Al-Quran Day (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-11-19": "Deepavali", "1976-11-27": "Birthday of the Sultan of Perak", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-03-05": "Thaipusam", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-08-31": "National Day; Nuzul Al-Quran Day (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-27": "Birthday of the Sultan of Perak", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-02-22": "Thaipusam", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-08-21": "Nuzul Al-Quran Day (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-27": "Birthday of the Sultan of Perak", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-13": "Thaipusam", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-08-10": "Nuzul Al-Quran Day (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-18": "Deepavali", "1979-11-19": "Deepavali (observed)", "1979-11-27": "Birthday of the Sultan of Perak", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-03-02": "Thaipusam", "1980-03-03": "Thaipusam (observed)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-07-29": "Nuzul Al-Quran Day (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-11-06": "Deepavali", "1980-11-27": "Birthday of the Sultan of Perak", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-02-19": "Thaipusam", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-07-18": "Nuzul Al-Quran Day (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-26": "Deepavali", "1981-11-27": "Birthday of the Sultan of Perak", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-10": "Thaipusam", "1982-01-11": "Thaipusam (observed)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-08": "Nuzul Al-Quran Day (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-11-13": "Deepavali", "1982-11-27": "Birthday of the Sultan of Perak", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-02-28": "Thaipusam", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-28": "Nuzul Al-Quran Day (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-11-03": "Deepavali", "1983-11-27": "Birthday of the Sultan of Perak", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-02-17": "Thaipusam", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-16": "Nuzul Al-Quran Day (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-22": "Deepavali", "1984-11-27": "Birthday of the Sultan of Perak", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-03-06": "Thaipusam", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-05": "Nuzul Al-Quran Day (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-11-10": "Deepavali", "1985-11-11": "Deepavali (observed)", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-11-27": "Birthday of the Sultan of Perak", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-02-23": "Thaipusam", "1986-02-24": "Thaipusam (observed)", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Nuzul Al-Quran Day (estimated)", "1986-05-26": "Nuzul Al-Quran Day (observed, estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-11-27": "Birthday of the Sultan of Perak", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-14": "Thaipusam", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-15": "Nuzul Al-Quran Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-11-27": "Birthday of the Sultan of Perak", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-03-03": "Thaipusam", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-03": "Nuzul Al-Quran Day (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-11-07": "Deepavali", "1988-11-27": "Birthday of the Sultan of Perak", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-02-21": "Thaipusam", "1989-04-23": "Nuzul Al-Quran Day (estimated)", "1989-04-24": "Nuzul Al-Quran Day (observed, estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-11-27": "Birthday of the Sultan of Perak", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-12": "Thaipusam", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-04-12": "Nuzul Al-Quran Day (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-11-15": "Deepavali", "1990-11-27": "Birthday of the Sultan of Perak", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-03-01": "Thaipusam", "1991-04-02": "Nuzul Al-Quran Day (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-11-04": "Deepavali", "1991-11-27": "Birthday of the Sultan of Perak", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-02-18": "Thaipusam", "1992-03-21": "Nuzul Al-Quran Day (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Deepavali", "1992-11-27": "Birthday of the Sultan of Perak", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-08": "Thaipusam", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-03-10": "Nuzul Al-Quran Day (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-11-12": "Deepavali", "1993-11-27": "Birthday of the Sultan of Perak", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-02-25": "Thaipusam", "1994-02-27": "Nuzul Al-Quran Day (estimated)", "1994-02-28": "Nuzul Al-Quran Day (observed, estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-11-01": "Deepavali", "1994-11-27": "Birthday of the Sultan of Perak", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-02-14": "Thaipusam", "1995-02-16": "Nuzul Al-Quran Day (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-11-20": "Deepavali", "1995-11-27": "Birthday of the Sultan of Perak", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-06": "Nuzul Al-Quran Day (estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-03-04": "Thaipusam", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-11-09": "Deepavali", "1996-11-27": "Birthday of the Sultan of Perak", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-26": "Nuzul Al-Quran Day (estimated)", "1997-01-27": "Nuzul Al-Quran Day (observed, estimated)", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-02-22": "Thaipusam", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-29": "Deepavali", "1997-11-27": "Birthday of the Sultan of Perak", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-13": "Thaipusam", "1998-01-15": "Nuzul Al-Quran Day (estimated)", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-11-17": "Deepavali", "1998-11-27": "Birthday of the Sultan of Perak", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-04": "Nuzul Al-Quran Day (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-03": "Thaipusam", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-11-06": "Deepavali", "1999-11-27": "Birthday of the Sultan of Perak", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day; Nuzul Al-Quran Day (estimated)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-02-20": "Thaipusam", "2000-02-21": "Thaipusam (observed)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-25": "Deepavali", "2000-11-27": "Birthday of the Sultan of Perak", "2000-12-13": "Nuzul Al-Quran Day (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-01": "New Year's Day", "2001-01-09": "Thaipusam", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-11-14": "Deepavali", "2001-11-27": "Birthday of the Sultan of Perak", "2001-12-03": "Nuzul Al-Quran Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-02-27": "Thaipusam", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-11-22": "Nuzul Al-Quran Day", "2002-11-27": "Birthday of the Sultan of Perak", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-02-16": "Thaipusam", "2003-02-17": "Thaipusam (observed)", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-10-23": "Deepavali", "2003-11-12": "Nuzul Al-Quran Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Birthday of the Sultan of Perak; Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-07": "Thaipusam", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-11-01": "Nuzul Al-Quran Day", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-11-27": "Birthday of the Sultan of Perak", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-02-23": "Thaipusam", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-10-21": "Nuzul Al-Quran Day", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-11-27": "Birthday of the Sultan of Perak", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Chinese New Year (observed)", "2006-02-13": "Thaipusam", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-31": "National Day", "2006-10-10": "Nuzul Al-Quran Day", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-11-27": "Birthday of the Sultan of Perak", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-04": "Thaipusam", "2007-03-05": "Thaipusam (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-31": "National Day", "2007-09-29": "Nuzul Al-Quran Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-11-08": "Deepavali", "2007-11-27": "Birthday of the Sultan of Perak", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-02-22": "Thaipusam", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-09-18": "Nuzul Al-Quran Day", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-27": "Deepavali", "2008-11-27": "Birthday of the Sultan of Perak", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-11": "Thaipusam", "2009-01-12": "Thaipusam (observed)", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-08-31": "National Day", "2009-09-07": "Nuzul Al-Quran Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-17": "Deepavali", "2009-11-27": "Birthday of the Sultan of Perak", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-03-01": "Thaipusam", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-08-27": "Nuzul Al-Quran Day", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-11-27": "Birthday of the Sultan of Perak", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-02-18": "Thaipusam", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-08-17": "Nuzul Al-Quran Day", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-27": "Birthday of the Sultan of Perak; Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-08": "Thaipusam", "2012-01-09": "Thaipusam (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-08-05": "Nuzul Al-Quran Day", "2012-08-06": "Nuzul Al-Quran Day (observed)", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-26": "Eid al-Adha", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-11-27": "Birthday of the Sultan of Perak", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-02-25": "Thaipusam", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-07-25": "Nuzul Al-Quran Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-11-27": "Birthday of the Sultan of Perak", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-02-14": "Thaipusam", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-15": "Nuzul Al-Quran Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-11-27": "Birthday of the Sultan of Perak", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-03-05": "Thaipusam", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-04": "Nuzul Al-Quran Day", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-11-27": "Birthday of the Sultan of Perak", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-02-23": "Thaipusam", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-22": "Nuzul Al-Quran Day", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-11-27": "Birthday of the Sultan of Perak", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-13": "Thaipusam", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-06-12": "Nuzul Al-Quran Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-11-27": "Birthday of the Sultan of Perak", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-31": "Thaipusam", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-06-02": "Nuzul Al-Quran Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-11-02": "Birthday of the Sultan of Perak", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Thaipusam", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-05-22": "Nuzul Al-Quran Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-11-01": "Birthday of the Sultan of Perak", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-02-08": "Thaipusam", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-10": "Nuzul Al-Quran Day", "2020-05-11": "Nuzul Al-Quran Day (observed)", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-06": "Birthday of the Sultan of Perak", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-28": "Thaipusam", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-04-29": "Nuzul Al-Quran Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-11-05": "Birthday of the Sultan of Perak", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-18": "Thaipusam", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-04-19": "Nuzul Al-Quran Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-04": "Birthday of the Sultan of Perak", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-02-05": "Thaipusam", "2023-02-06": "Thaipusam (observed)", "2023-04-08": "Nuzul Al-Quran Day", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-03": "Birthday of the Sultan of Perak", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-25": "Thaipusam", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-03-28": "Nuzul Al-Quran Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-11-01": "Birthday of the Sultan of Perak", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-02-11": "Thaipusam", "2025-03-18": "Nuzul Al-Quran Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-11-07": "Birthday of the Sultan of Perak", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-01": "Thaipusam", "2026-02-02": "Thaipusam (observed)", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-06": "Nuzul Al-Quran Day (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-06": "Birthday of the Sultan of Perak", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Thaipusam", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-02-24": "Nuzul Al-Quran Day (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-11-05": "Birthday of the Sultan of Perak", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-11": "Thaipusam", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-13": "Nuzul Al-Quran Day (estimated)", "2028-02-14": "Nuzul Al-Quran Day (observed, estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-03": "Birthday of the Sultan of Perak", "2028-11-14": "Deepavali", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-01": "Nuzul Al-Quran Day (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-02-28": "Thaipusam", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-11-02": "Birthday of the Sultan of Perak", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Nuzul Al-Quran Day (estimated)", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-02-17": "Thaipusam", "2030-02-18": "Thaipusam (observed)", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-11-01": "Birthday of the Sultan of Perak", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-08": "Thaipusam", "2031-01-11": "Nuzul Al-Quran Day (estimated)", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-11-07": "Birthday of the Sultan of Perak", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2031-12-31": "Nuzul Al-Quran Day (estimated)", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-02-26": "Thaipusam", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali", "2032-11-05": "Birthday of the Sultan of Perak", "2032-12-20": "Nuzul Al-Quran Day (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-02-14": "Thaipusam", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali", "2033-11-04": "Birthday of the Sultan of Perak", "2033-12-09": "Nuzul Al-Quran Day (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Thaipusam", "2034-03-06": "Thaipusam (observed)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-11-03": "Birthday of the Sultan of Perak", "2034-11-09": "Deepavali", "2034-11-28": "Nuzul Al-Quran Day (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-02-23": "Thaipusam", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-10-29": "Deepavali", "2035-11-02": "Birthday of the Sultan of Perak", "2035-11-17": "Nuzul Al-Quran Day (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-13": "Thaipusam", "2036-01-14": "Thaipusam (observed)", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-11-05": "Nuzul Al-Quran Day (estimated)", "2036-11-07": "Birthday of the Sultan of Perak", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-03-02": "Thaipusam", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-10-26": "Nuzul Al-Quran Day (estimated)", "2037-11-05": "Deepavali", "2037-11-06": "Birthday of the Sultan of Perak", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-02-19": "Thaipusam", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-16": "Nuzul Al-Quran Day (estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-11-05": "Birthday of the Sultan of Perak", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-09": "Thaipusam", "2039-01-10": "Thaipusam (observed)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-05": "Nuzul Al-Quran Day (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-04": "Birthday of the Sultan of Perak", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-02-27": "Thaipusam", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-09-23": "Nuzul Al-Quran Day (estimated)", "2040-09-24": "Nuzul Al-Quran Day (observed, estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-11-02": "Birthday of the Sultan of Perak", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-02-15": "Thaipusam", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-08-31": "National Day", "2041-09-13": "Nuzul Al-Quran Day (estimated)", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-23": "Deepavali", "2041-11-01": "Birthday of the Sultan of Perak", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-07": "Thaipusam", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-02": "Nuzul Al-Quran Day (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-07": "Birthday of the Sultan of Perak", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-02-24": "Thaipusam", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-08-22": "Nuzul Al-Quran Day (estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-06": "Birthday of the Sultan of Perak", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-02-14": "Thaipusam", "2044-02-15": "Thaipusam (observed)", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-08-11": "Nuzul Al-Quran Day (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-04": "Birthday of the Sultan of Perak", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-03-04": "Thaipusam", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-07-31": "Nuzul Al-Quran Day (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-03": "Birthday of the Sultan of Perak", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-02-21": "Thaipusam", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-21": "Nuzul Al-Quran Day (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-11-02": "Birthday of the Sultan of Perak", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-11": "Thaipusam", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-10": "Nuzul Al-Quran Day (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-01": "Birthday of the Sultan of Perak", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-02-28": "Thaipusam", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-28": "Nuzul Al-Quran Day (estimated)", "2048-06-29": "Nuzul Al-Quran Day (observed, estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-11-06": "Birthday of the Sultan of Perak", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-02-17": "Thaipusam", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-06-18": "Nuzul Al-Quran Day (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-11-05": "Birthday of the Sultan of Perak", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-08": "Thaipusam", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-07": "Nuzul Al-Quran Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-04": "Birthday of the Sultan of Perak", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_09.json000066400000000000000000002477351500152103600210550ustar00rootroot00000000000000{ "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-04-22": "Isra' and Mi'raj (estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-10": "Nuzul Al-Quran Day (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (Second Day) (estimated)", "1952-09-02": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-11-15": "Deepavali", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-04-12": "Isra' and Mi'raj (estimated)", "1953-04-13": "Isra' and Mi'raj (observed, estimated)", "1953-05-27": "Vesak Day (estimated)", "1953-05-30": "Nuzul Al-Quran Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha (Second Day) (estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-04-01": "Isra' and Mi'raj (estimated)", "1954-05-17": "Vesak Day (estimated)", "1954-05-20": "Nuzul Al-Quran Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha (Second Day) (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-03-21": "Isra' and Mi'raj (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-10": "Nuzul Al-Quran Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha (Second Day) (estimated)", "1955-08-01": "Eid al-Adha (Second Day) (observed, estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-03-10": "Isra' and Mi'raj (estimated)", "1956-04-28": "Nuzul Al-Quran Day (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha (Second Day) (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-02-27": "Isra' and Mi'raj (estimated)", "1957-04-17": "Nuzul Al-Quran Day (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha (Second Day) (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-02-16": "Isra' and Mi'raj (estimated)", "1958-02-17": "Isra' and Mi'raj (observed, estimated)", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-04-06": "Nuzul Al-Quran Day (estimated)", "1958-04-07": "Nuzul Al-Quran Day (observed, estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha (Second Day) (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-11-09": "Deepavali", "1958-11-10": "Deepavali (observed)", "1958-12-25": "Christmas Day", "1959-02-06": "Isra' and Mi'raj (estimated)", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-03-27": "Nuzul Al-Quran Day (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha (Second Day) (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-12-25": "Christmas Day", "1960-01-26": "Isra' and Mi'raj (estimated)", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-15": "Nuzul Al-Quran Day (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha (Second Day) (estimated)", "1960-06-06": "Eid al-Adha (Second Day) (observed, estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-14": "Isra' and Mi'raj (estimated)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-04": "Nuzul Al-Quran Day (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha (Second Day) (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-01-04": "Isra' and Mi'raj (estimated)", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-21": "Nuzul Al-Quran Day (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha (Second Day) (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-10-26": "Deepavali", "1962-12-24": "Isra' and Mi'raj (estimated)", "1962-12-25": "Christmas Day", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-11": "Nuzul Al-Quran Day (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha (Second Day) (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-11-14": "Deepavali", "1963-12-13": "Isra' and Mi'raj (estimated)", "1963-12-25": "Christmas Day", "1964-01-31": "Nuzul Al-Quran Day (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha (Second Day) (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-12-01": "Isra' and Mi'raj (estimated)", "1964-12-25": "Christmas Day", "1965-01-19": "Nuzul Al-Quran Day (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (Second Day) (estimated)", "1965-04-13": "Eid al-Adha (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-11-20": "Isra' and Mi'raj (estimated)", "1965-12-25": "Christmas Day", "1966-01-08": "Nuzul Al-Quran Day (estimated)", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha (Second Day) (estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-11-10": "Deepavali; Isra' and Mi'raj (estimated)", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1966-12-29": "Nuzul Al-Quran Day (estimated)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha (Second Day) (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-30": "Isra' and Mi'raj (estimated)", "1967-10-31": "Deepavali", "1967-12-18": "Nuzul Al-Quran Day (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha (Second Day) (estimated)", "1968-03-11": "Eid al-Adha (Second Day) (observed, estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-10-19": "Isra' and Mi'raj (estimated)", "1968-11-18": "Deepavali", "1968-12-07": "Nuzul Al-Quran Day (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha (Second Day) (estimated)", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-10-08": "Isra' and Mi'raj (estimated)", "1969-11-08": "Deepavali", "1969-11-26": "Nuzul Al-Quran Day (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (Second Day) (estimated)", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-09-28": "Isra' and Mi'raj (estimated)", "1970-10-28": "Deepavali", "1970-11-17": "Nuzul Al-Quran Day (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (Second Day) (estimated)", "1971-02-08": "Eid al-Adha (Second Day) (observed, estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-09-17": "Isra' and Mi'raj (estimated)", "1971-11-05": "Nuzul Al-Quran Day (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-25": "Christmas Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (Second Day) (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-09-05": "Isra' and Mi'raj (estimated)", "1972-10-24": "Nuzul Al-Quran Day (estimated)", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (Second Day) (estimated)", "1973-01-16": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-25": "Isra' and Mi'raj (estimated)", "1973-08-31": "National Day", "1973-10-13": "Nuzul Al-Quran Day (estimated)", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (Second Day) (estimated)", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-15": "Isra' and Mi'raj (estimated)", "1974-08-31": "National Day", "1974-10-03": "Nuzul Al-Quran Day (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day; Eid al-Adha (Second Day) (estimated)", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-05": "Isra' and Mi'raj (estimated)", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-09-22": "Nuzul Al-Quran Day (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (Second Day) (estimated)", "1975-12-15": "Eid al-Adha (Second Day) (observed, estimated)", "1975-12-25": "Christmas Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-07-24": "Isra' and Mi'raj (estimated)", "1976-08-31": "National Day", "1976-09-11": "Nuzul Al-Quran Day (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-11-19": "Deepavali", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (Second Day) (estimated)", "1976-12-25": "Christmas Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-07-13": "Isra' and Mi'raj (estimated)", "1977-08-31": "National Day; Nuzul Al-Quran Day (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (Second Day) (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-07-02": "Isra' and Mi'raj (estimated)", "1978-07-03": "Isra' and Mi'raj (observed, estimated)", "1978-08-21": "Nuzul Al-Quran Day (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (Second Day) (estimated)", "1978-12-25": "Christmas Day", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-06-22": "Isra' and Mi'raj (estimated)", "1979-08-10": "Nuzul Al-Quran Day (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (Second Day) (estimated)", "1979-11-18": "Deepavali", "1979-11-19": "Deepavali (observed)", "1979-12-25": "Christmas Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-06-10": "Isra' and Mi'raj (estimated)", "1980-07-29": "Nuzul Al-Quran Day (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (Second Day) (estimated)", "1980-10-21": "Eid al-Adha (observed, estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-05-31": "Isra' and Mi'raj (estimated)", "1981-06-01": "Isra' and Mi'raj (observed, estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-07-18": "Nuzul Al-Quran Day (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (Second Day) (estimated)", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-05-20": "Isra' and Mi'raj (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-08": "Nuzul Al-Quran Day (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (Second Day) (estimated)", "1982-11-13": "Deepavali", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-10": "Isra' and Mi'raj (estimated)", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-28": "Nuzul Al-Quran Day (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (Second Day) (estimated)", "1983-09-19": "Eid al-Adha (Second Day) (observed, estimated)", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-04-28": "Isra' and Mi'raj (estimated)", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-16": "Nuzul Al-Quran Day (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (Second Day) (estimated)", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-04-17": "Isra' and Mi'raj (estimated)", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-05": "Nuzul Al-Quran Day (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (Second Day) (estimated)", "1985-08-31": "National Day", "1985-11-10": "Deepavali", "1985-11-11": "Deepavali (observed)", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-04-06": "Isra' and Mi'raj (estimated)", "1986-04-07": "Isra' and Mi'raj (observed, estimated)", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Nuzul Al-Quran Day (estimated)", "1986-05-26": "Nuzul Al-Quran Day (observed, estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (Second Day) (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-03-27": "Isra' and Mi'raj (estimated)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-15": "Nuzul Al-Quran Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (Second Day) (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-03-15": "Isra' and Mi'raj (estimated)", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-03": "Nuzul Al-Quran Day (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (Second Day) (estimated)", "1988-07-25": "Eid al-Adha (Second Day) (observed, estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-03-05": "Isra' and Mi'raj (estimated)", "1989-03-06": "Isra' and Mi'raj (observed, estimated)", "1989-04-23": "Nuzul Al-Quran Day (estimated)", "1989-04-24": "Nuzul Al-Quran Day (observed, estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (Second Day) (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-12-25": "Christmas Day", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-02-22": "Isra' and Mi'raj (estimated)", "1990-04-12": "Nuzul Al-Quran Day (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (Second Day) (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-02-11": "Isra' and Mi'raj (estimated)", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-04-02": "Nuzul Al-Quran Day (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (Second Day) (estimated)", "1991-06-24": "Eid al-Adha (Second Day) (observed, estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-01-31": "Isra' and Mi'raj (estimated)", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-03-21": "Nuzul Al-Quran Day (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (Second Day) (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Deepavali", "1992-12-25": "Christmas Day", "1993-01-20": "Isra' and Mi'raj (estimated)", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-03-10": "Nuzul Al-Quran Day (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (Second Day) (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-11-12": "Deepavali", "1993-12-25": "Christmas Day", "1994-01-09": "Isra' and Mi'raj (estimated)", "1994-01-10": "Isra' and Mi'raj (observed, estimated)", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-02-27": "Nuzul Al-Quran Day (estimated)", "1994-02-28": "Nuzul Al-Quran Day (observed, estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (Second Day) (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1994-12-29": "Isra' and Mi'raj (estimated)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-02-16": "Nuzul Al-Quran Day (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha (Second Day) (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-11-20": "Deepavali", "1995-12-19": "Isra' and Mi'raj (estimated)", "1995-12-25": "Christmas Day", "1996-02-06": "Nuzul Al-Quran Day (estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (Second Day) (estimated)", "1996-04-29": "Eid al-Adha (Second Day) (observed, estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-11-09": "Deepavali", "1996-12-08": "Isra' and Mi'raj (estimated)", "1996-12-09": "Isra' and Mi'raj (observed, estimated)", "1996-12-25": "Christmas Day", "1997-01-26": "Nuzul Al-Quran Day (estimated)", "1997-01-27": "Nuzul Al-Quran Day (observed, estimated)", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (Second Day) (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-29": "Deepavali", "1997-11-27": "Isra' and Mi'raj (estimated)", "1997-12-25": "Christmas Day", "1998-01-15": "Nuzul Al-Quran Day (estimated)", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (Second Day) (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-11-16": "Isra' and Mi'raj (estimated)", "1998-11-17": "Deepavali", "1998-12-25": "Christmas Day", "1999-01-04": "Nuzul Al-Quran Day (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (Second Day) (estimated)", "1999-03-29": "Eid al-Adha (Second Day) (observed, estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-11-05": "Isra' and Mi'raj (estimated)", "1999-11-06": "Deepavali", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day; Nuzul Al-Quran Day (estimated)", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (Second Day) (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-17": "Birthday of the Raja of Perlis", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-24": "Isra' and Mi'raj (estimated)", "2000-10-25": "Deepavali", "2000-12-13": "Nuzul Al-Quran Day (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-07": "Eid al-Adha (Second Day)", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-05-17": "Birthday of the Raja of Perlis", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-10-15": "Isra' and Mi'raj", "2001-11-14": "Deepavali", "2001-12-03": "Nuzul Al-Quran Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-02-24": "Eid al-Adha (Second Day)", "2002-02-25": "Eid al-Adha (Second Day) (observed)", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-17": "Birthday of the Raja of Perlis", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-10-04": "Isra' and Mi'raj", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-11-22": "Nuzul Al-Quran Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-02-13": "Eid al-Adha (Second Day)", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-05-17": "Birthday of the Raja of Perlis", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-09-24": "Isra' and Mi'raj", "2003-10-23": "Deepavali", "2003-11-12": "Nuzul Al-Quran Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-03": "Eid al-Adha (Second Day)", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-05-17": "Birthday of the Raja of Perlis", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-09-12": "Isra' and Mi'raj", "2004-09-13": "Isra' and Mi'raj (observed)", "2004-11-01": "Nuzul Al-Quran Day", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-21": "Eid al-Adha", "2005-01-22": "Eid al-Adha (Second Day)", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-17": "Birthday of the Raja of Perlis", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-09-01": "Isra' and Mi'raj", "2005-10-21": "Nuzul Al-Quran Day", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-11": "Eid al-Adha (Second Day)", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Chinese New Year (observed)", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-05-17": "Birthday of the Raja of Perlis", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-22": "Isra' and Mi'raj", "2006-08-31": "National Day", "2006-10-10": "Nuzul Al-Quran Day", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "Eid al-Adha (Second Day)", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-05-17": "Birthday of the Raja of Perlis", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-11": "Isra' and Mi'raj", "2007-08-31": "National Day", "2007-09-29": "Nuzul Al-Quran Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-21": "Eid al-Adha (Second Day)", "2007-12-25": "Christmas Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-17": "Birthday of the Raja of Perlis", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-07-31": "Isra' and Mi'raj", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-09-18": "Nuzul Al-Quran Day", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-10": "Eid al-Adha (Second Day)", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-05-17": "Birthday of the Raja of Perlis", "2009-05-18": "Birthday of the Raja of Perlis (observed)", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-07-20": "Isra' and Mi'raj", "2009-08-31": "National Day", "2009-09-07": "Nuzul Al-Quran Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-17": "Deepavali", "2009-11-28": "Eid al-Adha", "2009-11-29": "Eid al-Adha (Second Day)", "2009-11-30": "Eid al-Adha (Second Day) (observed)", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-05-01": "Labor Day", "2010-05-17": "Birthday of the Raja of Perlis", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-07-09": "Isra' and Mi'raj", "2010-08-27": "Nuzul Al-Quran Day", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-11-18": "Eid al-Adha (Second Day)", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Birthday of the Raja of Perlis; Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-06-29": "Isra' and Mi'raj", "2011-08-17": "Nuzul Al-Quran Day", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-08": "Eid al-Adha (Second Day)", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-05-17": "Birthday of the Raja of Perlis", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-06-17": "Isra' and Mi'raj", "2012-06-18": "Isra' and Mi'raj (observed)", "2012-08-05": "Nuzul Al-Quran Day", "2012-08-06": "Nuzul Al-Quran Day (observed)", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-26": "Eid al-Adha", "2012-10-27": "Eid al-Adha (Second Day)", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-05-01": "Labor Day", "2013-05-17": "Birthday of the Raja of Perlis", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-06-06": "Isra' and Mi'raj", "2013-07-25": "Nuzul Al-Quran Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-10-16": "Eid al-Adha (Second Day)", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-05-17": "Birthday of the Raja of Perlis", "2014-05-27": "Isra' and Mi'raj", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-15": "Nuzul Al-Quran Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (Second Day)", "2014-10-07": "Eid al-Adha (observed)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-05-16": "Isra' and Mi'raj", "2015-05-17": "Birthday of the Raja of Perlis", "2015-05-18": "Birthday of the Raja of Perlis (observed)", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-04": "Nuzul Al-Quran Day", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-09-25": "Eid al-Adha (Second Day)", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-05": "Isra' and Mi'raj", "2016-05-17": "Birthday of the Raja of Perlis", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-22": "Nuzul Al-Quran Day", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-13": "Eid al-Adha (Second Day)", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong; Isra' and Mi'raj", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-05-17": "Birthday of the Raja of Perlis", "2017-06-12": "Nuzul Al-Quran Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-02": "Eid al-Adha (Second Day)", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-04-14": "Isra' and Mi'raj", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-06-02": "Nuzul Al-Quran Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-07-17": "Birthday of the Raja of Perlis", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha (Second Day)", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-04-03": "Isra' and Mi'raj", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-05-22": "Nuzul Al-Quran Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-17": "Birthday of the Raja of Perlis", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (Second Day)", "2019-08-13": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-03-22": "Isra' and Mi'raj", "2020-03-23": "Isra' and Mi'raj (observed)", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-10": "Nuzul Al-Quran Day", "2020-05-11": "Nuzul Al-Quran Day (observed)", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-17": "Birthday of the Raja of Perlis", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha (Second Day)", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-03-11": "Isra' and Mi'raj", "2021-04-29": "Nuzul Al-Quran Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-17": "Birthday of the Raja of Perlis", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha (Second Day)", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-25": "Christmas Day", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-03-01": "Isra' and Mi'raj", "2022-04-19": "Nuzul Al-Quran Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-05-17": "Birthday of the Raja of Perlis", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (Second Day)", "2022-07-12": "Eid al-Adha (observed)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-02-18": "Isra' and Mi'raj", "2023-04-08": "Nuzul Al-Quran Day", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-05-17": "Birthday of the Raja of Perlis", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-06-30": "Eid al-Adha (Second Day)", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-25": "Christmas Day", "2024-02-08": "Isra' and Mi'raj", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-03-28": "Nuzul Al-Quran Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-17": "Birthday of the Raja of Perlis", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-06-18": "Eid al-Adha (Second Day)", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-27": "Isra' and Mi'raj", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-03-18": "Nuzul Al-Quran Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-05-17": "Birthday of the Raja of Perlis", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-08": "Eid al-Adha (Second Day)", "2025-06-09": "Eid al-Adha (Second Day) (observed)", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-01-16": "Isra' and Mi'raj (estimated)", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-06": "Nuzul Al-Quran Day (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-17": "Birthday of the Raja of Perlis", "2026-05-18": "Birthday of the Raja of Perlis (observed)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (Second Day) (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2027-01-05": "Isra' and Mi'raj (estimated)", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-02-24": "Nuzul Al-Quran Day (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Birthday of the Raja of Perlis; Eid al-Adha (Second Day) (estimated)", "2027-05-18": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day; Isra' and Mi'raj (estimated)", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-13": "Nuzul Al-Quran Day (estimated)", "2028-02-14": "Nuzul Al-Quran Day (observed, estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (Second Day) (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-17": "Birthday of the Raja of Perlis", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-14": "Deepavali", "2028-12-14": "Isra' and Mi'raj (estimated)", "2028-12-25": "Christmas Day", "2029-02-01": "Nuzul Al-Quran Day (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (Second Day) (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-17": "Birthday of the Raja of Perlis", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-03": "Isra' and Mi'raj (estimated)", "2029-12-25": "Christmas Day", "2030-01-21": "Nuzul Al-Quran Day (estimated)", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (Second Day) (estimated)", "2030-04-15": "Eid al-Adha (Second Day) (observed, estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-05-17": "Birthday of the Raja of Perlis", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-11-23": "Isra' and Mi'raj (estimated)", "2030-12-25": "Christmas Day", "2031-01-11": "Nuzul Al-Quran Day (estimated)", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (Second Day) (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-05-17": "Birthday of the Raja of Perlis", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-11-12": "Isra' and Mi'raj (estimated)", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2031-12-31": "Nuzul Al-Quran Day (estimated)", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (Second Day) (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-17": "Birthday of the Raja of Perlis", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali; Isra' and Mi'raj (estimated)", "2032-12-20": "Nuzul Al-Quran Day (estimated)", "2032-12-25": "Christmas Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (Second Day) (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-05-17": "Birthday of the Raja of Perlis", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali; Isra' and Mi'raj (estimated)", "2033-12-09": "Nuzul Al-Quran Day (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (Second Day) (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-17": "Birthday of the Raja of Perlis", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-10-10": "Isra' and Mi'raj (estimated)", "2034-11-09": "Deepavali", "2034-11-28": "Nuzul Al-Quran Day (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (Second Day) (estimated)", "2035-02-20": "Eid al-Adha (observed, estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-17": "Birthday of the Raja of Perlis", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-09-29": "Isra' and Mi'raj (estimated)", "2035-10-29": "Deepavali", "2035-11-17": "Nuzul Al-Quran Day (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (Second Day) (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-05-17": "Birthday of the Raja of Perlis", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-09-18": "Isra' and Mi'raj (estimated)", "2036-11-05": "Nuzul Al-Quran Day (estimated)", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (Second Day) (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-17": "Birthday of the Raja of Perlis", "2037-05-18": "Birthday of the Raja of Perlis (observed)", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-07": "Isra' and Mi'raj (estimated)", "2037-09-16": "Malaysia Day", "2037-10-26": "Nuzul Al-Quran Day (estimated)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (Second Day) (estimated)", "2038-01-18": "Eid al-Adha (Second Day) (observed, estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-17": "Birthday of the Raja of Perlis", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-28": "Isra' and Mi'raj (estimated)", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-16": "Nuzul Al-Quran Day (estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-25": "Christmas Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (Second Day) (estimated)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-05-17": "Birthday of the Raja of Perlis", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-17": "Isra' and Mi'raj (estimated)", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-05": "Nuzul Al-Quran Day (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (Second Day) (estimated)", "2039-12-28": "Christmas Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-17": "Birthday of the Raja of Perlis", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-05": "Isra' and Mi'raj (estimated)", "2040-08-06": "Isra' and Mi'raj (observed, estimated)", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-09-23": "Nuzul Al-Quran Day (estimated)", "2040-09-24": "Nuzul Al-Quran Day (observed, estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (Second Day) (estimated)", "2040-12-25": "Christmas Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-05-17": "Birthday of the Raja of Perlis", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-07-25": "Isra' and Mi'raj (estimated)", "2041-08-31": "National Day", "2041-09-13": "Nuzul Al-Quran Day (estimated)", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (Second Day) (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-05-17": "Birthday of the Raja of Perlis", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-07-15": "Isra' and Mi'raj (estimated)", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-02": "Nuzul Al-Quran Day (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (Second Day) (estimated)", "2042-11-25": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-05-01": "Labor Day", "2043-05-17": "Birthday of the Raja of Perlis", "2043-05-18": "Birthday of the Raja of Perlis (observed)", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-07-04": "Isra' and Mi'raj (estimated)", "2043-08-22": "Nuzul Al-Quran Day (estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (Second Day) (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-05-17": "Birthday of the Raja of Perlis", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-06-23": "Isra' and Mi'raj (estimated)", "2044-08-11": "Nuzul Al-Quran Day (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (Second Day) (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-05-17": "Birthday of the Raja of Perlis", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-06-13": "Isra' and Mi'raj (estimated)", "2045-07-31": "Nuzul Al-Quran Day (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (Second Day) (estimated)", "2045-10-23": "Eid al-Adha (Second Day) (observed, estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-05-01": "Labor Day", "2046-05-17": "Birthday of the Raja of Perlis", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-06-02": "Isra' and Mi'raj (estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-21": "Nuzul Al-Quran Day (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (Second Day) (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-05-17": "Birthday of the Raja of Perlis", "2047-05-22": "Isra' and Mi'raj (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-10": "Nuzul Al-Quran Day (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (Second Day) (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-05-01": "Labor Day", "2048-05-10": "Isra' and Mi'raj (estimated)", "2048-05-11": "Isra' and Mi'raj (observed, estimated)", "2048-05-17": "Birthday of the Raja of Perlis", "2048-05-18": "Birthday of the Raja of Perlis (observed)", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-28": "Nuzul Al-Quran Day (estimated)", "2048-06-29": "Nuzul Al-Quran Day (observed, estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (Second Day) (estimated)", "2048-09-21": "Eid al-Adha (Second Day) (observed, estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-04-29": "Isra' and Mi'raj (estimated)", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Birthday of the Raja of Perlis", "2049-05-18": "Vesak Day (observed, estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-06-18": "Nuzul Al-Quran Day (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (Second Day) (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-04-19": "Isra' and Mi'raj (estimated)", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-05-17": "Birthday of the Raja of Perlis", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-07": "Nuzul Al-Quran Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (Second Day) (estimated)", "2050-08-30": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_10.json000066400000000000000000002467451500152103600210450ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-01-12": "Thaipusam", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-10": "Nuzul Al-Quran Day (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-11-15": "Deepavali", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-11": "Birthday of The Sultan of Selangor", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-02-28": "Thaipusam", "1953-05-27": "Vesak Day (estimated)", "1953-05-30": "Nuzul Al-Quran Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-11": "Birthday of The Sultan of Selangor", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-02-18": "Thaipusam", "1954-05-17": "Vesak Day (estimated)", "1954-05-20": "Nuzul Al-Quran Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-11": "Birthday of The Sultan of Selangor", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-09": "Thaipusam", "1955-01-10": "Thaipusam (observed)", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-10": "Nuzul Al-Quran Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-12-11": "Birthday of The Sultan of Selangor", "1955-12-12": "Birthday of The Sultan of Selangor (observed)", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-02-26": "Thaipusam", "1956-02-27": "Thaipusam (observed)", "1956-04-28": "Nuzul Al-Quran Day (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-11": "Birthday of The Sultan of Selangor", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-02-15": "Thaipusam", "1957-04-17": "Nuzul Al-Quran Day (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-11-20": "Deepavali", "1957-12-11": "Birthday of The Sultan of Selangor", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-03-05": "Thaipusam", "1958-04-06": "Nuzul Al-Quran Day (estimated)", "1958-04-07": "Nuzul Al-Quran Day (observed, estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-11-09": "Deepavali", "1958-11-10": "Deepavali (observed)", "1958-12-11": "Birthday of The Sultan of Selangor", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-02-22": "Thaipusam", "1959-02-23": "Thaipusam (observed)", "1959-03-27": "Nuzul Al-Quran Day (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-12-11": "Birthday of The Sultan of Selangor", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-13": "Thaipusam", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-15": "Nuzul Al-Quran Day (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-11-17": "Deepavali", "1960-12-11": "Birthday of The Sultan of Selangor", "1960-12-12": "Birthday of The Sultan of Selangor (observed)", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-02": "Thaipusam", "1961-03-04": "Nuzul Al-Quran Day (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-12-11": "Birthday of The Sultan of Selangor", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-19": "Thaipusam", "1962-02-21": "Nuzul Al-Quran Day (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-10-26": "Deepavali", "1962-12-11": "Birthday of The Sultan of Selangor", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-10": "Thaipusam", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-11": "Nuzul Al-Quran Day (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-11-14": "Deepavali", "1963-12-11": "Birthday of The Sultan of Selangor", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-31": "Nuzul Al-Quran Day (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-02-28": "Thaipusam", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-12-11": "Birthday of The Sultan of Selangor", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-19": "Nuzul Al-Quran Day (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-02-16": "Thaipusam", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-12-11": "Birthday of The Sultan of Selangor", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Thaipusam", "1966-01-08": "Nuzul Al-Quran Day (estimated)", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-11-10": "Deepavali", "1966-12-11": "Birthday of The Sultan of Selangor", "1966-12-12": "Birthday of The Sultan of Selangor (observed)", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1966-12-29": "Nuzul Al-Quran Day (estimated)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-02-24": "Thaipusam", "1967-03-21": "Eid al-Adha (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-31": "Deepavali", "1967-12-11": "Birthday of The Sultan of Selangor", "1967-12-18": "Nuzul Al-Quran Day (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-02-13": "Thaipusam", "1968-03-09": "Eid al-Adha (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-11-18": "Deepavali", "1968-12-07": "Nuzul Al-Quran Day (estimated)", "1968-12-11": "Birthday of The Sultan of Selangor", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-03": "Thaipusam", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-11-08": "Deepavali", "1969-11-26": "Nuzul Al-Quran Day (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Birthday of The Sultan of Selangor; Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-21": "Thaipusam", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-10-28": "Deepavali", "1970-11-17": "Nuzul Al-Quran Day (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-11": "Birthday of The Sultan of Selangor", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-12": "Thaipusam", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-11-05": "Nuzul Al-Quran Day (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-11": "Birthday of The Sultan of Selangor", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-02-29": "Thaipusam", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-10-24": "Nuzul Al-Quran Day (estimated)", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-11": "Birthday of The Sultan of Selangor", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-02-18": "Thaipusam", "1973-02-19": "Thaipusam (observed)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-31": "National Day", "1973-10-13": "Nuzul Al-Quran Day (estimated)", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-11": "Birthday of The Sultan of Selangor", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-08": "Thaipusam", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-31": "National Day", "1974-10-03": "Nuzul Al-Quran Day (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-11": "Birthday of The Sultan of Selangor", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-02-26": "Thaipusam", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-09-22": "Nuzul Al-Quran Day (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-12-11": "Birthday of The Sultan of Selangor", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated)", "1976-02-15": "Thaipusam", "1976-02-16": "Thaipusam (observed)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-08-31": "National Day", "1976-09-11": "Nuzul Al-Quran Day (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-11-19": "Deepavali", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-11": "Birthday of The Sultan of Selangor", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-03-05": "Thaipusam", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-08-31": "National Day; Nuzul Al-Quran Day (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-11": "Birthday of The Sultan of Selangor", "1977-12-12": "Birthday of The Sultan of Selangor (observed)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-02-22": "Thaipusam", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-08-21": "Nuzul Al-Quran Day (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-11": "Birthday of The Sultan of Selangor", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-13": "Thaipusam", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-08-10": "Nuzul Al-Quran Day (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-18": "Deepavali", "1979-11-19": "Deepavali (observed)", "1979-12-11": "Birthday of The Sultan of Selangor", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-03-02": "Thaipusam", "1980-03-03": "Thaipusam (observed)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-07-29": "Nuzul Al-Quran Day (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-11-06": "Deepavali", "1980-12-11": "Birthday of The Sultan of Selangor", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-02-19": "Thaipusam", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-07-18": "Nuzul Al-Quran Day (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-26": "Deepavali", "1981-12-11": "Birthday of The Sultan of Selangor", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-10": "Thaipusam", "1982-01-11": "Thaipusam (observed)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-08": "Nuzul Al-Quran Day (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-11-13": "Deepavali", "1982-12-11": "Birthday of The Sultan of Selangor", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-02-28": "Thaipusam", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-28": "Nuzul Al-Quran Day (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-11-03": "Deepavali", "1983-12-11": "Birthday of The Sultan of Selangor", "1983-12-12": "Birthday of The Sultan of Selangor (observed)", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-02-17": "Thaipusam", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-16": "Nuzul Al-Quran Day (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-11": "Birthday of The Sultan of Selangor", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-03-06": "Thaipusam", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-05": "Nuzul Al-Quran Day (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-11-10": "Deepavali", "1985-11-11": "Deepavali (observed)", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-11": "Birthday of The Sultan of Selangor", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-02-23": "Thaipusam", "1986-02-24": "Thaipusam (observed)", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Nuzul Al-Quran Day (estimated)", "1986-05-26": "Nuzul Al-Quran Day (observed, estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-11": "Birthday of The Sultan of Selangor", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-14": "Thaipusam", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-15": "Nuzul Al-Quran Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-11": "Birthday of The Sultan of Selangor", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-03-03": "Thaipusam", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-03": "Nuzul Al-Quran Day (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-11-07": "Deepavali", "1988-12-11": "Birthday of The Sultan of Selangor", "1988-12-12": "Birthday of The Sultan of Selangor (observed)", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-02-21": "Thaipusam", "1989-04-23": "Nuzul Al-Quran Day (estimated)", "1989-04-24": "Nuzul Al-Quran Day (observed, estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-12-11": "Birthday of The Sultan of Selangor", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-12": "Thaipusam", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-04-12": "Nuzul Al-Quran Day (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-11-15": "Deepavali", "1990-12-11": "Birthday of The Sultan of Selangor", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-03-01": "Thaipusam", "1991-04-02": "Nuzul Al-Quran Day (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-11-04": "Deepavali", "1991-12-11": "Birthday of The Sultan of Selangor", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-02-18": "Thaipusam", "1992-03-21": "Nuzul Al-Quran Day (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Deepavali", "1992-12-11": "Birthday of The Sultan of Selangor", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-08": "Thaipusam", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-03-10": "Nuzul Al-Quran Day (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-11-12": "Deepavali", "1993-12-11": "Birthday of The Sultan of Selangor", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-02-25": "Thaipusam", "1994-02-27": "Nuzul Al-Quran Day (estimated)", "1994-02-28": "Nuzul Al-Quran Day (observed, estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-11-01": "Deepavali", "1994-12-11": "Birthday of The Sultan of Selangor", "1994-12-12": "Birthday of The Sultan of Selangor (observed)", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-02-14": "Thaipusam", "1995-02-16": "Nuzul Al-Quran Day (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-11-20": "Deepavali", "1995-12-11": "Birthday of The Sultan of Selangor", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-06": "Nuzul Al-Quran Day (estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-03-04": "Thaipusam", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-11-09": "Deepavali", "1996-12-11": "Birthday of The Sultan of Selangor", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-26": "Nuzul Al-Quran Day (estimated)", "1997-01-27": "Nuzul Al-Quran Day (observed, estimated)", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-02-22": "Thaipusam", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-29": "Deepavali", "1997-12-11": "Birthday of The Sultan of Selangor", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-13": "Thaipusam", "1998-01-15": "Nuzul Al-Quran Day (estimated)", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-11-17": "Deepavali", "1998-12-11": "Birthday of The Sultan of Selangor", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-04": "Nuzul Al-Quran Day (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-03": "Thaipusam", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-11-06": "Deepavali", "1999-11-29": "General election additional holiday", "1999-12-11": "Birthday of The Sultan of Selangor", "1999-12-25": "Christmas Day; Nuzul Al-Quran Day (estimated)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-02-20": "Thaipusam", "2000-02-21": "Thaipusam (observed)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-25": "Deepavali", "2000-12-11": "Birthday of The Sultan of Selangor", "2000-12-13": "Nuzul Al-Quran Day (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-01": "New Year's Day", "2001-01-09": "Thaipusam", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-11-14": "Deepavali", "2001-12-03": "Nuzul Al-Quran Day", "2001-12-11": "Birthday of The Sultan of Selangor", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-02-27": "Thaipusam", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-11-22": "Nuzul Al-Quran Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-11": "Birthday of The Sultan of Selangor", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-02-16": "Thaipusam", "2003-02-17": "Thaipusam (observed)", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-10-23": "Deepavali", "2003-11-12": "Nuzul Al-Quran Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-11": "Birthday of The Sultan of Selangor", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-07": "Thaipusam", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-11-01": "Nuzul Al-Quran Day", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-11": "Birthday of The Sultan of Selangor", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-02-23": "Thaipusam", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-10-21": "Nuzul Al-Quran Day", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-11": "Birthday of The Sultan of Selangor", "2005-12-12": "Birthday of The Sultan of Selangor (observed)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Chinese New Year (observed)", "2006-02-13": "Thaipusam", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-31": "National Day", "2006-10-10": "Nuzul Al-Quran Day", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-11": "Birthday of The Sultan of Selangor", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-04": "Thaipusam", "2007-03-05": "Thaipusam (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-31": "National Day", "2007-09-29": "Nuzul Al-Quran Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-11-08": "Deepavali", "2007-12-11": "Birthday of The Sultan of Selangor", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-02-22": "Thaipusam", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-09-18": "Nuzul Al-Quran Day", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-11": "Birthday of The Sultan of Selangor", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-11": "Thaipusam", "2009-01-12": "Thaipusam (observed)", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-08-31": "National Day", "2009-09-07": "Nuzul Al-Quran Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-17": "Deepavali", "2009-11-28": "Eid al-Adha", "2009-12-11": "Birthday of The Sultan of Selangor", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-03-01": "Thaipusam", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-08-27": "Nuzul Al-Quran Day", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-11": "Birthday of The Sultan of Selangor", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-02-18": "Thaipusam", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-08-17": "Nuzul Al-Quran Day", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-11": "Birthday of The Sultan of Selangor", "2011-12-12": "Birthday of The Sultan of Selangor (observed)", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-08": "Thaipusam", "2012-01-09": "Thaipusam (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-08-05": "Nuzul Al-Quran Day", "2012-08-06": "Nuzul Al-Quran Day (observed)", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-26": "Eid al-Adha", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-11": "Birthday of The Sultan of Selangor", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-02-25": "Thaipusam", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-07-25": "Nuzul Al-Quran Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-12-11": "Birthday of The Sultan of Selangor", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-02-14": "Thaipusam", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-15": "Nuzul Al-Quran Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-12-11": "Birthday of The Sultan of Selangor", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-03-05": "Thaipusam", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-04": "Nuzul Al-Quran Day", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-12-11": "Birthday of The Sultan of Selangor", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-02-23": "Thaipusam", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-22": "Nuzul Al-Quran Day", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-12-11": "Birthday of The Sultan of Selangor", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-13": "Birthday of The Sultan of Selangor (observed)", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-13": "Thaipusam", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-06-12": "Nuzul Al-Quran Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-11": "Birthday of The Sultan of Selangor", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-31": "Thaipusam", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-06-02": "Nuzul Al-Quran Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-11": "Birthday of The Sultan of Selangor", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Thaipusam", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-05-22": "Nuzul Al-Quran Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-11": "Birthday of The Sultan of Selangor", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-02-08": "Thaipusam", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-10": "Nuzul Al-Quran Day", "2020-05-11": "Nuzul Al-Quran Day (observed)", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-11": "Birthday of The Sultan of Selangor", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-28": "Thaipusam", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-04-29": "Nuzul Al-Quran Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-11": "Birthday of The Sultan of Selangor", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-18": "Thaipusam", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-04-19": "Nuzul Al-Quran Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-11": "Birthday of The Sultan of Selangor", "2022-12-12": "Birthday of The Sultan of Selangor (observed)", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-02-05": "Thaipusam", "2023-02-06": "Thaipusam (observed)", "2023-04-08": "Nuzul Al-Quran Day", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-11": "Birthday of The Sultan of Selangor", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-25": "Thaipusam", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-03-28": "Nuzul Al-Quran Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-11": "Birthday of The Sultan of Selangor", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-02-11": "Thaipusam", "2025-03-18": "Nuzul Al-Quran Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-11": "Birthday of The Sultan of Selangor", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-01": "Thaipusam", "2026-02-02": "Thaipusam (observed)", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-06": "Nuzul Al-Quran Day (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-12-11": "Birthday of The Sultan of Selangor", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Thaipusam", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-02-24": "Nuzul Al-Quran Day (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-11": "Birthday of The Sultan of Selangor", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-11": "Thaipusam", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-13": "Nuzul Al-Quran Day (estimated)", "2028-02-14": "Nuzul Al-Quran Day (observed, estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-14": "Deepavali", "2028-12-11": "Birthday of The Sultan of Selangor", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-01": "Nuzul Al-Quran Day (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-02-28": "Thaipusam", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-11": "Birthday of The Sultan of Selangor", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Nuzul Al-Quran Day (estimated)", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-02-17": "Thaipusam", "2030-02-18": "Thaipusam (observed)", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-12-11": "Birthday of The Sultan of Selangor", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-08": "Thaipusam", "2031-01-11": "Nuzul Al-Quran Day (estimated)", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-11-13": "Deepavali", "2031-12-11": "Birthday of The Sultan of Selangor", "2031-12-25": "Christmas Day", "2031-12-31": "Nuzul Al-Quran Day (estimated)", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-02-26": "Thaipusam", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali", "2032-12-11": "Birthday of The Sultan of Selangor", "2032-12-20": "Nuzul Al-Quran Day (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-02-14": "Thaipusam", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali", "2033-12-09": "Nuzul Al-Quran Day (estimated)", "2033-12-11": "Birthday of The Sultan of Selangor", "2033-12-12": "Birthday of The Sultan of Selangor (observed)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Thaipusam", "2034-03-06": "Thaipusam (observed)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-11-09": "Deepavali", "2034-11-28": "Nuzul Al-Quran Day (estimated)", "2034-12-11": "Birthday of The Sultan of Selangor", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-02-23": "Thaipusam", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-10-29": "Deepavali", "2035-11-17": "Nuzul Al-Quran Day (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-11": "Birthday of The Sultan of Selangor", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-13": "Thaipusam", "2036-01-14": "Thaipusam (observed)", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-11-05": "Nuzul Al-Quran Day (estimated)", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-11": "Birthday of The Sultan of Selangor", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-03-02": "Thaipusam", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-10-26": "Nuzul Al-Quran Day (estimated)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-11": "Birthday of The Sultan of Selangor", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-02-19": "Thaipusam", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-16": "Nuzul Al-Quran Day (estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-11": "Birthday of The Sultan of Selangor", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-09": "Thaipusam", "2039-01-10": "Thaipusam (observed)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-05": "Nuzul Al-Quran Day (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-11": "Birthday of The Sultan of Selangor", "2039-12-12": "Birthday of The Sultan of Selangor (observed)", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-02-27": "Thaipusam", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-09-23": "Nuzul Al-Quran Day (estimated)", "2040-09-24": "Nuzul Al-Quran Day (observed, estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-11-03": "Deepavali", "2040-12-11": "Birthday of The Sultan of Selangor", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-02-15": "Thaipusam", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-08-31": "National Day", "2041-09-13": "Nuzul Al-Quran Day (estimated)", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-11": "Birthday of The Sultan of Selangor", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-07": "Thaipusam", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-02": "Nuzul Al-Quran Day (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-11": "Birthday of The Sultan of Selangor", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-02-24": "Thaipusam", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-08-22": "Nuzul Al-Quran Day (estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-11": "Birthday of The Sultan of Selangor", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-02-14": "Thaipusam", "2044-02-15": "Thaipusam (observed)", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-08-11": "Nuzul Al-Quran Day (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-11": "Birthday of The Sultan of Selangor", "2044-12-12": "Birthday of The Sultan of Selangor (observed)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-03-04": "Thaipusam", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-07-31": "Nuzul Al-Quran Day (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-11": "Birthday of The Sultan of Selangor", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-02-21": "Thaipusam", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-21": "Nuzul Al-Quran Day (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-11": "Birthday of The Sultan of Selangor", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-11": "Thaipusam", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-10": "Nuzul Al-Quran Day (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-11": "Birthday of The Sultan of Selangor", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-02-28": "Thaipusam", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-28": "Nuzul Al-Quran Day (estimated)", "2048-06-29": "Nuzul Al-Quran Day (observed, estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-11": "Birthday of The Sultan of Selangor", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-02-17": "Thaipusam", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-06-18": "Nuzul Al-Quran Day (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-11": "Birthday of The Sultan of Selangor", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-08": "Thaipusam", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-07": "Nuzul Al-Quran Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-11": "Birthday of The Sultan of Selangor", "2050-12-12": "Birthday of The Sultan of Selangor (observed)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_11.json000066400000000000000000002761431500152103600210410ustar00rootroot00000000000000{ "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1952-06-10": "Nuzul Al-Quran Day (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-30": "Arafat Day (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (Second Day) (estimated)", "1952-09-02": "Arafat Day (observed, estimated)", "1952-11-15": "Deepavali", "1952-11-16": "Deepavali (observed)", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-25": "Christmas Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (observed, estimated)", "1953-05-27": "Vesak Day (estimated)", "1953-05-30": "Nuzul Al-Quran Day (estimated)", "1953-05-31": "Nuzul Al-Quran Day (observed, estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (observed, estimated)", "1953-08-19": "Arafat Day (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha (Second Day) (estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-05-17": "Vesak Day (estimated)", "1954-05-20": "Nuzul Al-Quran Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1954-08-08": "Arafat Day (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha (Second Day) (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1954-12-26": "Christmas Day (observed)", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-10": "Nuzul Al-Quran Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1955-07-29": "Arafat Day (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha (Second Day) (estimated)", "1955-08-01": "Eid al-Adha (observed, estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-10-30": "Prophet Muhammad's Birthday (observed, estimated)", "1955-11-12": "Deepavali", "1955-11-13": "Deepavali (observed)", "1955-12-25": "Christmas Day", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-04-28": "Nuzul Al-Quran Day (estimated)", "1956-04-29": "Nuzul Al-Quran Day (observed, estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-13": "Eid al-Fitr (Second Day) (observed, estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1956-07-18": "Arafat Day (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha (Second Day) (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-04-17": "Nuzul Al-Quran Day (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1957-07-07": "Arafat Day (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha (Second Day) (estimated)", "1957-08-31": "National Day", "1957-09-01": "National Day (observed)", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-04-06": "Nuzul Al-Quran Day (estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-05-04": "Vesak Day (observed, estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1958-06-26": "Arafat Day (estimated)", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha (Second Day) (estimated)", "1958-06-29": "Eid al-Adha (Second Day) (observed, estimated)", "1958-08-31": "National Day", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-11-09": "Deepavali", "1958-12-25": "Christmas Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-03-27": "Nuzul Al-Quran Day (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-04-12": "Eid al-Fitr (Second Day) (observed, estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1959-06-16": "Arafat Day (estimated)", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha (Second Day) (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-12-25": "Christmas Day", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-15": "Nuzul Al-Quran Day (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-03": "Arafat Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha (Second Day) (estimated)", "1960-06-06": "Birthday of HM Yang di-Pertuan Agong (observed); Eid al-Adha (observed, estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-09-04": "Prophet Muhammad's Birthday (observed, estimated)", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-04": "Nuzul Al-Quran Day (estimated)", "1961-03-05": "Nuzul Al-Quran Day (observed, estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (observed, estimated)", "1961-05-24": "Arafat Day (estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha (Second Day) (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-21": "Nuzul Al-Quran Day (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-13": "Arafat Day (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha (Second Day) (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-31": "National Day", "1962-10-26": "Deepavali", "1962-12-25": "Christmas Day", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-01-27": "Chinese New Year (Second Day) (observed, estimated)", "1963-02-11": "Nuzul Al-Quran Day (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-05-02": "Arafat Day (estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha (Second Day) (estimated)", "1963-05-05": "Eid al-Adha (Second Day) (observed, estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-09-01": "National Day (observed)", "1963-11-14": "Deepavali", "1963-12-25": "Christmas Day", "1964-01-31": "Nuzul Al-Quran Day (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-02-16": "Eid al-Fitr (Second Day) (observed, estimated)", "1964-04-21": "Arafat Day (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha (Second Day) (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-12-25": "Christmas Day", "1965-01-19": "Nuzul Al-Quran Day (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-04-10": "Arafat Day (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (Second Day) (estimated)", "1965-04-13": "Arafat Day (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-05-16": "Vesak Day (observed, estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-07-11": "Prophet Muhammad's Birthday (observed, estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-12-25": "Christmas Day", "1965-12-26": "Christmas Day (observed)", "1966-01-08": "Nuzul Al-Quran Day (estimated)", "1966-01-09": "Nuzul Al-Quran Day (observed, estimated)", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Chinese New Year (Second Day) (observed, estimated); Eid al-Fitr (observed, estimated)", "1966-03-31": "Arafat Day (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha (Second Day) (estimated)", "1966-04-03": "Eid al-Adha (Second Day) (observed, estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-11-10": "Deepavali", "1966-12-25": "Christmas Day", "1966-12-29": "Nuzul Al-Quran Day (estimated)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-03-20": "Arafat Day (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha (Second Day) (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-31": "Deepavali", "1967-12-18": "Nuzul Al-Quran Day (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-03-08": "Arafat Day (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha (Second Day) (estimated)", "1968-03-11": "Eid al-Adha (observed, estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-05-12": "Vesak Day (observed, estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-06-09": "Prophet Muhammad's Birthday (observed, estimated)", "1968-08-31": "National Day", "1968-09-01": "National Day (observed)", "1968-11-18": "Deepavali", "1968-12-07": "Nuzul Al-Quran Day (estimated)", "1968-12-08": "Nuzul Al-Quran Day (observed, estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (observed, estimated)", "1968-12-25": "Christmas Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-26": "Arafat Day (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha (Second Day) (estimated)", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1969-08-31": "National Day", "1969-11-08": "Deepavali", "1969-11-09": "Deepavali (observed)", "1969-11-26": "Nuzul Al-Quran Day (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-08": "Chinese New Year (Second Day) (observed, estimated)", "1970-02-15": "Arafat Day (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (Second Day) (estimated)", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1970-08-31": "National Day", "1970-10-28": "Deepavali", "1970-11-17": "Nuzul Al-Quran Day (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-05": "Arafat Day (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (Second Day) (estimated)", "1971-02-08": "Eid al-Adha (observed, estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1971-08-31": "National Day", "1971-11-05": "Nuzul Al-Quran Day (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-11-21": "Eid al-Fitr (Second Day) (observed, estimated)", "1971-12-25": "Christmas Day", "1971-12-26": "Christmas Day (observed)", "1972-01-25": "Arafat Day (estimated)", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (Second Day) (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-05-28": "Vesak Day (observed, estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1972-08-31": "National Day", "1972-10-24": "Nuzul Al-Quran Day (estimated)", "1972-11-04": "Deepavali", "1972-11-05": "Deepavali (observed)", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-13": "Arafat Day (estimated)", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (Second Day) (estimated)", "1973-01-16": "Arafat Day (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (observed, estimated)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1973-08-31": "National Day", "1973-10-13": "Nuzul Al-Quran Day (estimated)", "1973-10-14": "Nuzul Al-Quran Day (observed, estimated)", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-02": "Arafat Day (estimated)", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (Second Day) (estimated)", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1974-08-31": "National Day", "1974-09-01": "National Day (observed)", "1974-10-03": "Nuzul Al-Quran Day (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-23": "Arafat Day (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day; Eid al-Adha (Second Day) (estimated)", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1975-08-31": "National Day", "1975-09-22": "Nuzul Al-Quran Day (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-11-02": "Deepavali (observed)", "1975-12-12": "Arafat Day (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (Second Day) (estimated)", "1975-12-15": "Eid al-Adha (observed, estimated)", "1975-12-25": "Christmas Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (observed, estimated)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-02": "Labor Day (observed)", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1976-08-31": "National Day", "1976-09-11": "Nuzul Al-Quran Day (estimated)", "1976-09-12": "Nuzul Al-Quran Day (observed, estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-09-26": "Eid al-Fitr (Second Day) (observed, estimated)", "1976-11-19": "Deepavali", "1976-11-30": "Arafat Day (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (Second Day) (estimated)", "1976-12-25": "Christmas Day", "1976-12-26": "Christmas Day (observed)", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-02-20": "Chinese New Year (Second Day) (observed, estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1977-08-31": "National Day; Nuzul Al-Quran Day (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-09": "Deepavali", "1977-11-20": "Arafat Day (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (Second Day) (estimated)", "1977-12-25": "Christmas Day", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1978-08-21": "Nuzul Al-Quran Day (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-10-30": "Deepavali", "1978-11-09": "Arafat Day (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (Second Day) (estimated)", "1978-11-12": "Eid al-Adha (Second Day) (observed, estimated)", "1978-12-25": "Christmas Day", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1979-08-10": "Nuzul Al-Quran Day (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-30": "Arafat Day (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (Second Day) (estimated)", "1979-11-18": "Deepavali", "1979-12-25": "Christmas Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (observed, estimated)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1980-07-29": "Nuzul Al-Quran Day (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-10-18": "Arafat Day (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (Second Day) (estimated)", "1980-10-21": "Arafat Day (observed, estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1981-07-18": "Nuzul Al-Quran Day (estimated)", "1981-07-19": "Nuzul Al-Quran Day (observed, estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (observed, estimated)", "1981-08-31": "National Day", "1981-10-07": "Arafat Day (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (Second Day) (estimated)", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-02": "Labor Day (observed)", "1982-05-08": "Vesak Day (estimated)", "1982-05-09": "Vesak Day (observed, estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1982-07-08": "Nuzul Al-Quran Day (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-26": "Arafat Day (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (Second Day) (estimated)", "1982-11-13": "Deepavali", "1982-11-14": "Deepavali (observed)", "1982-12-25": "Christmas Day", "1982-12-26": "Christmas Day (observed)", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-05-01": "Labor Day", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1983-06-28": "Nuzul Al-Quran Day (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-16": "Arafat Day (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (Second Day) (estimated)", "1983-09-19": "Eid al-Adha (observed, estimated)", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1984-06-16": "Nuzul Al-Quran Day (estimated)", "1984-06-17": "Nuzul Al-Quran Day (observed, estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (observed, estimated)", "1984-08-31": "National Day", "1984-09-04": "Arafat Day (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (Second Day) (estimated)", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-05-05": "Vesak Day (observed, estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1985-06-05": "Nuzul Al-Quran Day (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-25": "Arafat Day (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (Second Day) (estimated)", "1985-08-31": "National Day", "1985-09-01": "National Day (observed)", "1985-11-10": "Deepavali", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-12-25": "Christmas Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Nuzul Al-Quran Day (estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "1986-08-14": "Arafat Day (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (Second Day) (estimated)", "1986-08-17": "Eid al-Adha (Second Day) (observed, estimated)", "1986-08-31": "National Day", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-15": "Nuzul Al-Quran Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1987-08-03": "Arafat Day (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (Second Day) (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-05-01": "Labor Day", "1988-05-03": "Nuzul Al-Quran Day (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1988-07-22": "Arafat Day (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (Second Day) (estimated)", "1988-07-25": "Eid al-Adha (observed, estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-10-23": "Prophet Muhammad's Birthday (observed, estimated)", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-04-23": "Nuzul Al-Quran Day (estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1989-07-12": "Arafat Day (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (Second Day) (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-12-25": "Christmas Day", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (observed, estimated)", "1990-04-12": "Nuzul Al-Quran Day (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "1990-07-01": "Arafat Day (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (Second Day) (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-02-17": "Chinese New Year (Second Day) (observed, estimated)", "1991-04-02": "Nuzul Al-Quran Day (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1991-06-21": "Arafat Day (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (Second Day) (estimated)", "1991-06-24": "Eid al-Adha (observed, estimated)", "1991-08-31": "National Day", "1991-09-01": "National Day (observed)", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-03-21": "Nuzul Al-Quran Day (estimated)", "1992-03-22": "Nuzul Al-Quran Day (observed, estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1992-06-10": "Arafat Day (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (Second Day) (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Deepavali", "1992-10-25": "Deepavali (observed)", "1992-12-25": "Christmas Day", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (observed, estimated)", "1993-03-10": "Nuzul Al-Quran Day (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-02": "Labor Day (observed)", "1993-05-06": "Vesak Day (estimated)", "1993-05-30": "Arafat Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (Second Day) (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-31": "National Day", "1993-11-12": "Deepavali", "1993-12-25": "Christmas Day", "1993-12-26": "Christmas Day (observed)", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-02-27": "Nuzul Al-Quran Day (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-05-01": "Labor Day", "1994-05-19": "Arafat Day (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (Second Day) (estimated)", "1994-05-22": "Eid al-Adha (Second Day) (observed, estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-02-16": "Nuzul Al-Quran Day (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-08": "Arafat Day (estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha (Second Day) (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-11-20": "Deepavali", "1995-12-25": "Christmas Day", "1996-02-06": "Nuzul Al-Quran Day (estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-04-26": "Arafat Day (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (Second Day) (estimated)", "1996-04-29": "Eid al-Adha (observed, estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-07-28": "Prophet Muhammad's Birthday (observed, estimated)", "1996-08-31": "National Day", "1996-09-01": "National Day (observed)", "1996-11-09": "Deepavali", "1996-11-10": "Deepavali (observed)", "1996-12-25": "Christmas Day", "1997-01-26": "Nuzul Al-Quran Day (estimated)", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Chinese New Year (Second Day) (observed, estimated); Eid al-Fitr (observed, estimated)", "1997-04-16": "Arafat Day (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (Second Day) (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-10-29": "Deepavali", "1997-12-25": "Christmas Day", "1998-01-15": "Nuzul Al-Quran Day (estimated)", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-06": "Arafat Day (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (Second Day) (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-11-17": "Deepavali", "1998-12-25": "Christmas Day", "1999-01-04": "Nuzul Al-Quran Day (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-26": "Arafat Day (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (Second Day) (estimated)", "1999-03-29": "Eid al-Adha (observed, estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-02": "Labor Day (observed)", "1999-05-29": "Vesak Day (estimated)", "1999-05-30": "Vesak Day (observed, estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-06-27": "Prophet Muhammad's Birthday (observed, estimated)", "1999-08-31": "National Day", "1999-11-06": "Deepavali", "1999-11-07": "Deepavali (observed)", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day; Nuzul Al-Quran Day (estimated)", "1999-12-26": "Christmas Day (observed); Nuzul Al-Quran Day (observed, estimated)", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (observed, estimated)", "2000-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2000-03-05": "Anniversary of the Installation of the Sultan of Terengganu (observed)", "2000-03-15": "Arafat Day (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (Second Day) (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-04-26": "Birthday of the Sultan of Terengganu", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-25": "Deepavali", "2000-12-13": "Nuzul Al-Quran Day (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2001-03-05": "Arafat Day", "2001-03-06": "Eid al-Adha", "2001-03-07": "Eid al-Adha (Second Day)", "2001-03-26": "Islamic New Year", "2001-04-26": "Birthday of the Sultan of Terengganu", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-11-14": "Deepavali", "2001-12-03": "Nuzul Al-Quran Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-22": "Arafat Day", "2002-02-23": "Eid al-Adha", "2002-02-24": "Eid al-Adha (Second Day)", "2002-02-25": "Eid al-Adha (observed)", "2002-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2002-03-15": "Islamic New Year", "2002-04-26": "Birthday of the Sultan of Terengganu", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "2002-08-31": "National Day", "2002-09-01": "National Day (observed)", "2002-11-03": "Deepavali", "2002-11-22": "Nuzul Al-Quran Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-08": "Eid al-Fitr (Second Day) (observed)", "2002-12-25": "Christmas Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (observed)", "2003-02-11": "Arafat Day", "2003-02-12": "Eid al-Adha", "2003-02-13": "Eid al-Adha (Second Day)", "2003-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2003-03-05": "Islamic New Year", "2003-04-26": "Birthday of the Sultan of Terengganu", "2003-04-27": "Birthday of the Sultan of Terengganu (observed)", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "2003-08-31": "National Day", "2003-10-23": "Deepavali", "2003-11-12": "Nuzul Al-Quran Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-01": "Arafat Day", "2004-02-02": "Eid al-Adha", "2004-02-03": "Eid al-Adha (Second Day)", "2004-02-22": "Islamic New Year", "2004-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2004-04-26": "Birthday of the Sultan of Terengganu", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Labor Day (observed)", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "2004-08-31": "National Day", "2004-11-01": "Nuzul Al-Quran Day", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-12-25": "Christmas Day", "2004-12-26": "Christmas Day (observed)", "2005-01-20": "Arafat Day", "2005-01-21": "Eid al-Adha", "2005-01-22": "Eid al-Adha (Second Day)", "2005-01-23": "Eid al-Adha (Second Day) (observed)", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2005-04-21": "Prophet Muhammad's Birthday", "2005-04-26": "Birthday of the Sultan of Terengganu", "2005-05-01": "Labor Day", "2005-05-22": "Vesak Day", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "2005-08-31": "National Day", "2005-10-21": "Nuzul Al-Quran Day", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2006-01-09": "Arafat Day", "2006-01-10": "Eid al-Adha", "2006-01-11": "Eid al-Adha (Second Day)", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2006-03-05": "Anniversary of the Installation of the Sultan of Terengganu (observed)", "2006-04-11": "Prophet Muhammad's Birthday", "2006-04-26": "Birthday of the Sultan of Terengganu", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-06-04": "Birthday of HM Yang di-Pertuan Agong (observed)", "2006-08-31": "National Day", "2006-10-10": "Nuzul Al-Quran Day", "2006-10-21": "Deepavali", "2006-10-22": "Deepavali (observed)", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-30": "Arafat Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "Eid al-Adha (Second Day)", "2007-01-02": "Arafat Day (observed)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2007-03-31": "Prophet Muhammad's Birthday", "2007-04-01": "Prophet Muhammad's Birthday (observed)", "2007-04-26": "Birthday of the Sultan of Terengganu", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "2007-08-31": "National Day", "2007-09-29": "Nuzul Al-Quran Day", "2007-09-30": "Nuzul Al-Quran Day (observed)", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (observed)", "2007-11-08": "Deepavali", "2007-12-19": "Arafat Day", "2007-12-20": "Eid al-Adha", "2007-12-21": "Eid al-Adha (Second Day)", "2007-12-25": "Christmas Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2008-03-20": "Prophet Muhammad's Birthday", "2008-04-26": "Birthday of the Sultan of Terengganu", "2008-04-27": "Birthday of the Sultan of Terengganu (observed)", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "2008-08-31": "National Day", "2008-09-18": "Nuzul Al-Quran Day", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-27": "Deepavali", "2008-12-08": "Arafat Day", "2008-12-09": "Eid al-Adha", "2008-12-10": "Eid al-Adha (Second Day)", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2009-03-09": "Prophet Muhammad's Birthday", "2009-04-26": "Birthday of the Sultan of Terengganu", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-05-10": "Vesak Day (observed)", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "2009-08-31": "National Day", "2009-09-07": "Nuzul Al-Quran Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-10-17": "Deepavali", "2009-10-18": "Deepavali (observed)", "2009-11-27": "Arafat Day", "2009-11-28": "Eid al-Adha", "2009-11-29": "Eid al-Adha (Second Day)", "2009-11-30": "Eid al-Adha (observed)", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2010-04-26": "Birthday of the Sultan of Terengganu", "2010-05-01": "Labor Day", "2010-05-02": "Labor Day (observed)", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-06-06": "Birthday of HM Yang di-Pertuan Agong (observed)", "2010-08-27": "Nuzul Al-Quran Day", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-12": "Eid al-Fitr (Second Day) (observed)", "2010-09-16": "Malaysia Day", "2010-11-05": "Deepavali", "2010-11-16": "Arafat Day", "2010-11-17": "Eid al-Adha", "2010-11-18": "Eid al-Adha (Second Day)", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2010-12-26": "Christmas Day (observed)", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2011-04-26": "Birthday of the Sultan of Terengganu", "2011-05-01": "Labor Day", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "2011-08-17": "Nuzul Al-Quran Day", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-26": "Deepavali", "2011-11-06": "Arafat Day", "2011-11-07": "Eid al-Adha", "2011-11-08": "Eid al-Adha (Second Day)", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2012-04-26": "Birthday of the Sultan of Terengganu", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-05-06": "Vesak Day (observed)", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-06-03": "Birthday of HM Yang di-Pertuan Agong (observed)", "2012-08-05": "Nuzul Al-Quran Day", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-10-25": "Arafat Day", "2012-10-26": "Eid al-Adha", "2012-10-27": "Eid al-Adha (Second Day)", "2012-10-28": "Eid al-Adha (Second Day) (observed)", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2013-04-26": "Birthday of the Sultan of Terengganu", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-06-02": "Birthday of HM Yang di-Pertuan Agong (observed)", "2013-07-25": "Nuzul Al-Quran Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-01": "National Day (observed)", "2013-09-16": "Malaysia Day", "2013-10-14": "Arafat Day", "2013-10-15": "Eid al-Adha", "2013-10-16": "Eid al-Adha (Second Day)", "2013-11-02": "Deepavali", "2013-11-03": "Deepavali (observed)", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-02-02": "Chinese New Year (Second Day) (observed)", "2014-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2014-04-26": "Birthday of the Sultan of Terengganu", "2014-04-27": "Birthday of the Sultan of Terengganu (observed)", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-06-08": "Birthday of HM Yang di-Pertuan Agong (observed)", "2014-07-15": "Nuzul Al-Quran Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-16": "Malaysia Day", "2014-10-04": "Arafat Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (Second Day)", "2014-10-07": "Arafat Day (observed)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-01-04": "Prophet Muhammad's Birthday (observed)", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2015-04-26": "Birthday of the Sultan of Terengganu", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-06-07": "Birthday of HM Yang di-Pertuan Agong (observed)", "2015-07-04": "Nuzul Al-Quran Day", "2015-07-05": "Nuzul Al-Quran Day (observed)", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-07-19": "Eid al-Fitr (Second Day) (observed)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-23": "Arafat Day", "2015-09-24": "Eid al-Adha", "2015-09-25": "Eid al-Adha (Second Day)", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2016-04-26": "Birthday of the Sultan of Terengganu", "2016-05-01": "Labor Day", "2016-05-21": "Vesak Day", "2016-05-22": "Vesak Day (observed)", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-05": "Birthday of HM Yang di-Pertuan Agong (observed)", "2016-06-22": "Nuzul Al-Quran Day", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-11": "Arafat Day", "2016-09-12": "Eid al-Adha", "2016-09-13": "Eid al-Adha (Second Day)", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-10-30": "Deepavali (observed)", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (observed)", "2017-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2017-03-05": "Anniversary of the Installation of the Sultan of Terengganu (observed)", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-04-26": "Birthday of the Sultan of Terengganu", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-06-12": "Nuzul Al-Quran Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-08-31": "Arafat Day; National Day", "2017-09-01": "Eid al-Adha", "2017-09-02": "Eid al-Adha (Second Day)", "2017-09-03": "Eid al-Adha (Second Day) (observed)", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2017-09-16": "Malaysia Day", "2017-09-17": "Malaysia Day (observed)", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-02-18": "Chinese New Year (Second Day) (observed)", "2018-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2018-04-26": "Birthday of the Sultan of Terengganu", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-06-02": "Nuzul Al-Quran Day", "2018-06-03": "Nuzul Al-Quran Day (observed)", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-06-17": "Eid al-Fitr (Second Day) (observed)", "2018-08-21": "Arafat Day", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha (Second Day)", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2019-04-26": "Birthday of the Sultan of Terengganu", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-22": "Nuzul Al-Quran Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-10": "Arafat Day", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (Second Day)", "2019-08-13": "Arafat Day (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-02": "National Day (observed)", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-11-09": "Prophet Muhammad's Birthday", "2019-11-10": "Prophet Muhammad's Birthday (observed)", "2019-12-25": "Christmas Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (observed)", "2020-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2020-03-22": "Isra' and Mi'raj", "2020-04-26": "Birthday of the Sultan of Terengganu", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-10": "Nuzul Al-Quran Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-30": "Arafat Day", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha (Second Day)", "2020-08-02": "Eid al-Adha (Second Day) (observed)", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-11-15": "Deepavali (observed)", "2020-12-25": "Christmas Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-02-14": "Chinese New Year (Second Day) (observed)", "2021-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2021-03-11": "Isra' and Mi'raj", "2021-04-26": "Birthday of the Sultan of Terengganu", "2021-04-29": "Nuzul Al-Quran Day", "2021-05-01": "Labor Day", "2021-05-02": "Labor Day (observed)", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-19": "Arafat Day", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha (Second Day)", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-25": "Christmas Day", "2021-12-26": "Christmas Day (observed)", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-03-01": "Isra' and Mi'raj", "2022-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2022-04-19": "Nuzul Al-Quran Day", "2022-04-26": "Birthday of the Sultan of Terengganu", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-09": "Arafat Day", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (Second Day)", "2022-07-12": "Arafat Day (observed)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-02-18": "Isra' and Mi'raj", "2023-02-19": "Isra' and Mi'raj (observed)", "2023-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2023-03-05": "Anniversary of the Installation of the Sultan of Terengganu (observed)", "2023-04-08": "Nuzul Al-Quran Day", "2023-04-09": "Nuzul Al-Quran Day (observed)", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (observed)", "2023-04-26": "Birthday of the Sultan of Terengganu", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-28": "Arafat Day", "2023-06-29": "Eid al-Adha", "2023-06-30": "Eid al-Adha (Second Day)", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-17": "Malaysia Day (observed)", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-12-25": "Christmas Day", "2024-02-08": "Isra' and Mi'raj", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (observed)", "2024-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2024-03-28": "Nuzul Al-Quran Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-04-26": "Birthday of the Sultan of Terengganu", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-16": "Arafat Day", "2024-06-17": "Eid al-Adha", "2024-06-18": "Eid al-Adha (Second Day)", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-01": "National Day (observed)", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-27": "Isra' and Mi'raj", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2025-03-18": "Nuzul Al-Quran Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-04-26": "Birthday of the Sultan of Terengganu", "2025-04-27": "Birthday of the Sultan of Terengganu (observed)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-06": "Arafat Day", "2025-06-07": "Eid al-Adha", "2025-06-08": "Eid al-Adha (Second Day)", "2025-06-09": "Eid al-Adha (observed)", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-01-16": "Isra' and Mi'raj (estimated)", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2026-03-06": "Nuzul Al-Quran Day (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-03-22": "Eid al-Fitr (Second Day) (observed, estimated)", "2026-04-26": "Birthday of the Sultan of Terengganu", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-26": "Arafat Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (Second Day) (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-11-08": "Deepavali (observed)", "2026-12-25": "Christmas Day", "2027-01-05": "Isra' and Mi'raj (estimated)", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (observed, estimated)", "2027-02-24": "Nuzul Al-Quran Day (estimated)", "2027-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-04-26": "Birthday of the Sultan of Terengganu", "2027-05-01": "Labor Day", "2027-05-02": "Labor Day (observed)", "2027-05-15": "Arafat Day (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (Second Day) (estimated)", "2027-05-18": "Arafat Day (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-15": "Prophet Muhammad's Birthday (observed, estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day; Isra' and Mi'raj (estimated)", "2027-12-26": "Christmas Day (observed); Isra' and Mi'raj (observed, estimated)", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-13": "Nuzul Al-Quran Day (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (observed, estimated)", "2028-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2028-03-05": "Anniversary of the Installation of the Sultan of Terengganu (observed)", "2028-04-26": "Birthday of the Sultan of Terengganu", "2028-05-01": "Labor Day", "2028-05-04": "Arafat Day (estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (Second Day) (estimated)", "2028-05-07": "Eid al-Adha (Second Day) (observed, estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-09-17": "Malaysia Day (observed)", "2028-11-14": "Deepavali", "2028-12-14": "Isra' and Mi'raj (estimated)", "2028-12-25": "Christmas Day", "2029-02-01": "Nuzul Al-Quran Day (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2029-04-23": "Arafat Day (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (Second Day) (estimated)", "2029-04-26": "Birthday of the Sultan of Terengganu", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-11-04": "Deepavali", "2029-12-03": "Isra' and Mi'raj (estimated)", "2029-12-25": "Christmas Day", "2030-01-21": "Nuzul Al-Quran Day (estimated)", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2030-04-12": "Arafat Day (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (Second Day) (estimated)", "2030-04-15": "Eid al-Adha (observed, estimated)", "2030-04-26": "Birthday of the Sultan of Terengganu", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-07-14": "Prophet Muhammad's Birthday (observed, estimated)", "2030-08-31": "National Day", "2030-09-01": "National Day (observed)", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-11-23": "Isra' and Mi'raj (estimated)", "2030-11-24": "Isra' and Mi'raj (observed, estimated)", "2030-12-25": "Christmas Day", "2031-01-11": "Nuzul Al-Quran Day (estimated)", "2031-01-12": "Nuzul Al-Quran Day (observed, estimated)", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-01-26": "Eid al-Fitr (Second Day) (observed, estimated)", "2031-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2031-04-01": "Arafat Day (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (Second Day) (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-04-26": "Birthday of the Sultan of Terengganu", "2031-04-27": "Birthday of the Sultan of Terengganu (observed)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-16": "Malaysia Day", "2031-11-12": "Isra' and Mi'raj (estimated)", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2031-12-31": "Nuzul Al-Quran Day (estimated)", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2032-03-21": "Arafat Day (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (Second Day) (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-04-26": "Birthday of the Sultan of Terengganu", "2032-05-01": "Labor Day", "2032-05-02": "Labor Day (observed)", "2032-05-23": "Vesak Day (estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali; Isra' and Mi'raj (estimated)", "2032-12-20": "Nuzul Al-Quran Day (estimated)", "2032-12-25": "Christmas Day", "2032-12-26": "Christmas Day (observed)", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2033-03-10": "Arafat Day (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (Second Day) (estimated)", "2033-03-13": "Eid al-Adha (Second Day) (observed, estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-04-26": "Birthday of the Sultan of Terengganu", "2033-05-01": "Labor Day", "2033-05-13": "Vesak Day (estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali; Isra' and Mi'raj (estimated)", "2033-12-09": "Nuzul Al-Quran Day (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Eid al-Fitr (Second Day) (observed, estimated)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-28": "Arafat Day (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (Second Day) (estimated)", "2034-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2034-03-05": "Anniversary of the Installation of the Sultan of Terengganu (observed)", "2034-03-21": "Islamic New Year (estimated)", "2034-04-26": "Birthday of the Sultan of Terengganu", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-09-17": "Malaysia Day (observed)", "2034-10-10": "Isra' and Mi'raj (estimated)", "2034-11-09": "Deepavali", "2034-11-28": "Nuzul Al-Quran Day (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-17": "Arafat Day (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (Second Day) (estimated)", "2035-02-20": "Arafat Day (observed, estimated)", "2035-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2035-03-11": "Islamic New Year (estimated)", "2035-04-26": "Birthday of the Sultan of Terengganu", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-29": "Isra' and Mi'raj (estimated)", "2035-09-30": "Isra' and Mi'raj (observed, estimated)", "2035-10-29": "Deepavali", "2035-11-17": "Nuzul Al-Quran Day (estimated)", "2035-11-18": "Nuzul Al-Quran Day (observed, estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-06": "Arafat Day (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (Second Day) (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2036-04-26": "Birthday of the Sultan of Terengganu", "2036-04-27": "Birthday of the Sultan of Terengganu (observed)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-05-11": "Vesak Day (observed, estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-16": "Malaysia Day", "2036-09-18": "Isra' and Mi'raj (estimated)", "2036-11-05": "Nuzul Al-Quran Day (estimated)", "2036-11-16": "Deepavali", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-25": "Arafat Day (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (Second Day) (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2037-04-26": "Birthday of the Sultan of Terengganu", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-07": "Isra' and Mi'raj (estimated)", "2037-09-16": "Malaysia Day", "2037-10-26": "Nuzul Al-Quran Day (estimated)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-12-25": "Christmas Day", "2038-01-15": "Arafat Day (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (Second Day) (estimated)", "2038-01-18": "Eid al-Adha (observed, estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-04-18": "Prophet Muhammad's Birthday (observed, estimated)", "2038-04-26": "Birthday of the Sultan of Terengganu", "2038-05-01": "Labor Day", "2038-05-02": "Labor Day (observed)", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-28": "Isra' and Mi'raj (estimated)", "2038-08-29": "Isra' and Mi'raj (observed, estimated)", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-16": "Nuzul Al-Quran Day (estimated)", "2038-10-17": "Nuzul Al-Quran Day (observed, estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-10-31": "Eid al-Fitr (Second Day) (observed, estimated)", "2038-12-25": "Christmas Day", "2038-12-26": "Christmas Day (observed)", "2039-01-04": "Arafat Day (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (Second Day) (estimated)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-04-26": "Birthday of the Sultan of Terengganu", "2039-05-01": "Labor Day", "2039-05-07": "Vesak Day (estimated)", "2039-05-08": "Vesak Day (observed, estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-17": "Isra' and Mi'raj (estimated)", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-05": "Nuzul Al-Quran Day (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Arafat Day (estimated); Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (Second Day) (estimated)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-04-26": "Birthday of the Sultan of Terengganu", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-05": "Isra' and Mi'raj (estimated)", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-23": "Nuzul Al-Quran Day (estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-11-03": "Deepavali", "2040-11-04": "Deepavali (observed)", "2040-12-13": "Arafat Day (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (Second Day) (estimated)", "2040-12-16": "Eid al-Adha (Second Day) (observed, estimated)", "2040-12-25": "Christmas Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-02-03": "Chinese New Year (Second Day) (observed, estimated)", "2041-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-04-26": "Birthday of the Sultan of Terengganu", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-07-25": "Isra' and Mi'raj (estimated)", "2041-08-31": "National Day", "2041-09-01": "National Day (observed)", "2041-09-13": "Nuzul Al-Quran Day (estimated)", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-23": "Deepavali", "2041-12-03": "Arafat Day (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (Second Day) (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Anniversary of the Installation of the Sultan of Terengganu; Prophet Muhammad's Birthday (estimated)", "2042-04-26": "Birthday of the Sultan of Terengganu", "2042-04-27": "Birthday of the Sultan of Terengganu (observed)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-07-15": "Isra' and Mi'raj (estimated)", "2042-08-31": "National Day", "2042-09-02": "Nuzul Al-Quran Day (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-11": "Deepavali", "2042-11-22": "Arafat Day (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (Second Day) (estimated)", "2042-11-25": "Arafat Day (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2043-04-26": "Birthday of the Sultan of Terengganu", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-05-24": "Vesak Day (observed, estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-07-04": "Isra' and Mi'raj (estimated)", "2043-07-05": "Isra' and Mi'raj (observed, estimated)", "2043-08-22": "Nuzul Al-Quran Day (estimated)", "2043-08-23": "Nuzul Al-Quran Day (observed, estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-06": "Eid al-Fitr (Second Day) (observed, estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-01": "Deepavali (observed)", "2043-11-11": "Arafat Day (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (Second Day) (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2044-04-26": "Birthday of the Sultan of Terengganu", "2044-05-01": "Labor Day", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-06-23": "Isra' and Mi'raj (estimated)", "2044-08-11": "Nuzul Al-Quran Day (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-30": "Arafat Day (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (Second Day) (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-02-19": "Chinese New Year (Second Day) (observed, estimated)", "2045-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2045-03-05": "Anniversary of the Installation of the Sultan of Terengganu (observed)", "2045-04-26": "Birthday of the Sultan of Terengganu", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-06-13": "Isra' and Mi'raj (estimated)", "2045-07-31": "Nuzul Al-Quran Day (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-09-17": "Malaysia Day (observed)", "2045-10-20": "Arafat Day (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (Second Day) (estimated)", "2045-10-23": "Eid al-Adha (observed, estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2046-04-26": "Birthday of the Sultan of Terengganu", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-06-02": "Isra' and Mi'raj (estimated)", "2046-06-03": "Isra' and Mi'raj (observed, estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-21": "Nuzul Al-Quran Day (estimated)", "2046-07-22": "Nuzul Al-Quran Day (observed, estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-05": "Eid al-Fitr (Second Day) (observed, estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-10-09": "Arafat Day (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (Second Day) (estimated)", "2046-10-27": "Deepavali", "2046-10-28": "Deepavali (observed)", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (observed, estimated)", "2047-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2047-04-26": "Birthday of the Sultan of Terengganu", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-05-22": "Isra' and Mi'raj (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-10": "Nuzul Al-Quran Day (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-01": "National Day (observed)", "2047-09-16": "Malaysia Day", "2047-09-29": "Arafat Day (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (Second Day) (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-02-16": "Chinese New Year (Second Day) (observed, estimated)", "2048-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2048-04-26": "Birthday of the Sultan of Terengganu", "2048-05-01": "Labor Day", "2048-05-10": "Isra' and Mi'raj (estimated)", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-28": "Nuzul Al-Quran Day (estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-18": "Arafat Day (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (Second Day) (estimated)", "2048-09-21": "Eid al-Adha (observed, estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2049-04-26": "Birthday of the Sultan of Terengganu", "2049-04-29": "Isra' and Mi'raj (estimated)", "2049-05-01": "Labor Day", "2049-05-02": "Labor Day (observed)", "2049-05-16": "Vesak Day (estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-06-18": "Nuzul Al-Quran Day (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-07": "Arafat Day (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (Second Day) (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2049-12-26": "Christmas Day (observed)", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-03-04": "Anniversary of the Installation of the Sultan of Terengganu", "2050-04-19": "Isra' and Mi'raj (estimated)", "2050-04-26": "Birthday of the Sultan of Terengganu", "2050-05-01": "Labor Day", "2050-05-05": "Vesak Day (estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-07": "Nuzul Al-Quran Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-27": "Arafat Day (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (Second Day) (estimated)", "2050-08-30": "Arafat Day (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-12": "Deepavali", "2050-11-13": "Deepavali (observed)", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-11-27": "Prophet Muhammad's Birthday (observed, estimated)", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/MY_12.json000066400000000000000000002504551500152103600210400ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-04-11": "Good Friday", "1952-05-08": "Vesak Day (estimated)", "1952-05-30": "Pesta Kaamatan", "1952-05-31": "Pesta Kaamatan", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-10-04": "Birthday of the Governor of Sabah", "1952-11-15": "Deepavali", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-04-03": "Good Friday", "1953-05-27": "Vesak Day (estimated)", "1953-05-30": "Pesta Kaamatan", "1953-05-31": "Pesta Kaamatan", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-10-03": "Birthday of the Governor of Sabah", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-04-16": "Good Friday", "1954-05-17": "Vesak Day (estimated)", "1954-05-30": "Pesta Kaamatan", "1954-05-31": "Pesta Kaamatan", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-10-02": "Birthday of the Governor of Sabah", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-04-08": "Good Friday", "1955-05-06": "Vesak Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-05-30": "Pesta Kaamatan", "1955-05-31": "Pesta Kaamatan", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-01": "Birthday of the Governor of Sabah", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-03-30": "Good Friday", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-05-30": "Pesta Kaamatan", "1956-05-31": "Pesta Kaamatan", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-06": "Birthday of the Governor of Sabah", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-04-19": "Good Friday", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-05-30": "Pesta Kaamatan", "1957-05-31": "Pesta Kaamatan", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-05": "Birthday of the Governor of Sabah", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-04-04": "Good Friday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-05-30": "Pesta Kaamatan", "1958-05-31": "Pesta Kaamatan", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-10-04": "Birthday of the Governor of Sabah", "1958-11-09": "Deepavali", "1958-11-10": "Deepavali (observed)", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-03-27": "Good Friday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-05-30": "Pesta Kaamatan", "1959-05-31": "Pesta Kaamatan", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-03": "Birthday of the Governor of Sabah", "1959-10-30": "Deepavali", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-04-15": "Good Friday", "1960-05-10": "Vesak Day (estimated)", "1960-05-30": "Pesta Kaamatan", "1960-05-31": "Pesta Kaamatan", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-10-01": "Birthday of the Governor of Sabah", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-03-31": "Good Friday", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-05-30": "Pesta Kaamatan", "1961-05-31": "Pesta Kaamatan", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-10-07": "Birthday of the Governor of Sabah", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-04-20": "Good Friday", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-05-30": "Pesta Kaamatan", "1962-05-31": "Pesta Kaamatan", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-10-06": "Birthday of the Governor of Sabah", "1962-10-26": "Deepavali", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-04-12": "Good Friday", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-05-30": "Pesta Kaamatan", "1963-05-31": "Pesta Kaamatan", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-10-05": "Birthday of the Governor of Sabah", "1963-11-14": "Deepavali", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-03-27": "Good Friday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-05-30": "Pesta Kaamatan", "1964-05-31": "Pesta Kaamatan", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-10-03": "Birthday of the Governor of Sabah", "1964-11-02": "Deepavali", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-04-16": "Good Friday", "1965-05-15": "Vesak Day (estimated)", "1965-05-30": "Pesta Kaamatan", "1965-05-31": "Pesta Kaamatan", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-02": "Birthday of the Governor of Sabah", "1965-10-22": "Deepavali", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-08": "Good Friday", "1966-05-05": "Vesak Day (estimated)", "1966-05-30": "Pesta Kaamatan", "1966-05-31": "Pesta Kaamatan", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-10-01": "Birthday of the Governor of Sabah", "1966-11-10": "Deepavali", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-05-23": "Vesak Day (estimated)", "1967-05-30": "Pesta Kaamatan", "1967-05-31": "Pesta Kaamatan", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-07": "Birthday of the Governor of Sabah", "1967-10-31": "Deepavali", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-12": "Good Friday", "1968-05-11": "Vesak Day (estimated)", "1968-05-30": "Pesta Kaamatan", "1968-05-31": "Pesta Kaamatan", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-10-05": "Birthday of the Governor of Sabah", "1968-11-18": "Deepavali", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-04-04": "Good Friday", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-05-30": "Pesta Kaamatan", "1969-05-31": "Pesta Kaamatan", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-10-04": "Birthday of the Governor of Sabah", "1969-11-08": "Deepavali", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-27": "Good Friday", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-05-30": "Pesta Kaamatan", "1970-05-31": "Pesta Kaamatan", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-10-03": "Birthday of the Governor of Sabah", "1970-10-28": "Deepavali", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-04-09": "Good Friday", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-05-30": "Pesta Kaamatan", "1971-05-31": "Pesta Kaamatan", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-10-02": "Birthday of the Governor of Sabah", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-03-31": "Good Friday", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-05-30": "Pesta Kaamatan", "1972-05-31": "Pesta Kaamatan", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-10-07": "Birthday of the Governor of Sabah", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-05-30": "Pesta Kaamatan", "1973-05-31": "Pesta Kaamatan", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-31": "National Day", "1973-10-06": "Birthday of the Governor of Sabah", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-05-30": "Pesta Kaamatan", "1974-05-31": "Pesta Kaamatan", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-31": "National Day", "1974-10-05": "Birthday of the Governor of Sabah", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-05-30": "Pesta Kaamatan", "1975-05-31": "Pesta Kaamatan", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-10-04": "Birthday of the Governor of Sabah", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-05-30": "Pesta Kaamatan", "1976-05-31": "Pesta Kaamatan", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-08-31": "National Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-10-02": "Birthday of the Governor of Sabah", "1976-11-19": "Deepavali", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-05-30": "Pesta Kaamatan", "1977-05-31": "Pesta Kaamatan", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-08-31": "National Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-10-01": "Birthday of the Governor of Sabah", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-05-30": "Pesta Kaamatan", "1978-05-31": "Pesta Kaamatan", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-10-07": "Birthday of the Governor of Sabah", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-05-30": "Pesta Kaamatan", "1979-05-31": "Pesta Kaamatan", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-06": "Birthday of the Governor of Sabah", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-18": "Deepavali", "1979-11-19": "Deepavali (observed)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-05-30": "Pesta Kaamatan", "1980-05-31": "Pesta Kaamatan", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-04": "Birthday of the Governor of Sabah", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-05-30": "Pesta Kaamatan", "1981-05-31": "Pesta Kaamatan", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-03": "Birthday of the Governor of Sabah", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-05-30": "Pesta Kaamatan", "1982-05-31": "Pesta Kaamatan", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-02": "Birthday of the Governor of Sabah", "1982-11-13": "Deepavali", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-27": "Vesak Day (estimated)", "1983-05-30": "Pesta Kaamatan", "1983-05-31": "Pesta Kaamatan", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-01": "Birthday of the Governor of Sabah", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-05-30": "Pesta Kaamatan", "1984-05-31": "Pesta Kaamatan", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-06": "Birthday of the Governor of Sabah", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-05-30": "Pesta Kaamatan", "1985-05-31": "Pesta Kaamatan", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-10-05": "Birthday of the Governor of Sabah", "1985-11-10": "Deepavali", "1985-11-11": "Deepavali (observed)", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-05-30": "Pesta Kaamatan", "1986-05-31": "Pesta Kaamatan", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-10-04": "Birthday of the Governor of Sabah", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-05-30": "Pesta Kaamatan", "1987-05-31": "Pesta Kaamatan", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-10-03": "Birthday of the Governor of Sabah", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Pesta Kaamatan; Vesak Day (estimated)", "1988-05-31": "Pesta Kaamatan", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-01": "Birthday of the Governor of Sabah", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-05-30": "Pesta Kaamatan", "1989-05-31": "Pesta Kaamatan", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-07": "Birthday of the Governor of Sabah", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-04-13": "Good Friday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-05-30": "Pesta Kaamatan", "1990-05-31": "Pesta Kaamatan", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-10-06": "Birthday of the Governor of Sabah", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-03-29": "Good Friday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-05-30": "Pesta Kaamatan", "1991-05-31": "Pesta Kaamatan", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-10-05": "Birthday of the Governor of Sabah", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-05-30": "Pesta Kaamatan", "1992-05-31": "Pesta Kaamatan", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-03": "Birthday of the Governor of Sabah", "1992-10-24": "Deepavali", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-30": "Pesta Kaamatan", "1993-05-31": "Eid al-Adha (estimated); Pesta Kaamatan", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-10-02": "Birthday of the Governor of Sabah", "1993-11-12": "Deepavali", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-05-30": "Pesta Kaamatan", "1994-05-31": "Pesta Kaamatan", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-10-01": "Birthday of the Governor of Sabah", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated); Pesta Kaamatan", "1995-05-31": "Pesta Kaamatan", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-10-07": "Birthday of the Governor of Sabah", "1995-11-20": "Deepavali", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-04-05": "Good Friday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-05-30": "Pesta Kaamatan", "1996-05-31": "Pesta Kaamatan", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-10-05": "Birthday of the Governor of Sabah", "1996-11-09": "Deepavali", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-03-28": "Good Friday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-05-30": "Pesta Kaamatan", "1997-05-31": "Pesta Kaamatan", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-04": "Birthday of the Governor of Sabah", "1997-10-29": "Deepavali", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-05-30": "Pesta Kaamatan", "1998-05-31": "Pesta Kaamatan", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-10-03": "Birthday of the Governor of Sabah", "1998-11-17": "Deepavali", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-05-30": "Pesta Kaamatan", "1999-05-31": "Pesta Kaamatan", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-10-02": "Birthday of the Governor of Sabah", "1999-11-06": "Deepavali", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-05-30": "Pesta Kaamatan", "2000-05-31": "Pesta Kaamatan", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-07": "Birthday of the Governor of Sabah", "2000-10-25": "Deepavali", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-01": "New Year's Day", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-05-30": "Pesta Kaamatan", "2001-05-31": "Pesta Kaamatan", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-10-06": "Birthday of the Governor of Sabah", "2001-11-14": "Deepavali", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-03-15": "Islamic New Year", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-05-30": "Pesta Kaamatan", "2002-05-31": "Pesta Kaamatan", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-10-05": "Birthday of the Governor of Sabah", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-03-05": "Islamic New Year", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-05-30": "Pesta Kaamatan", "2003-05-31": "Pesta Kaamatan", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-10-04": "Birthday of the Governor of Sabah", "2003-10-23": "Deepavali", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-22": "Islamic New Year", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-05-30": "Pesta Kaamatan", "2004-05-31": "Pesta Kaamatan", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-10-02": "Birthday of the Governor of Sabah", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-03-25": "Good Friday", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-05-30": "Pesta Kaamatan", "2005-05-31": "Pesta Kaamatan", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-10-01": "Birthday of the Governor of Sabah", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Chinese New Year (observed)", "2006-04-11": "Prophet Muhammad's Birthday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-05-30": "Pesta Kaamatan", "2006-05-31": "Pesta Kaamatan", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-31": "National Day", "2006-10-07": "Birthday of the Governor of Sabah", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day; Vesak Day", "2007-05-30": "Pesta Kaamatan", "2007-05-31": "Pesta Kaamatan", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-31": "National Day", "2007-10-06": "Birthday of the Governor of Sabah", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-03-20": "Prophet Muhammad's Birthday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-05-30": "Pesta Kaamatan", "2008-05-31": "Pesta Kaamatan", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-04": "Birthday of the Governor of Sabah", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-05-30": "Pesta Kaamatan", "2009-05-31": "Pesta Kaamatan", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-08-31": "National Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-03": "Birthday of the Governor of Sabah", "2009-10-17": "Deepavali", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-05-30": "Pesta Kaamatan", "2010-05-31": "Pesta Kaamatan", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-10-02": "Birthday of the Governor of Sabah", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-05-30": "Pesta Kaamatan", "2011-05-31": "Pesta Kaamatan", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-01": "Birthday of the Governor of Sabah", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-05-30": "Pesta Kaamatan", "2012-05-31": "Pesta Kaamatan", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-06": "Birthday of the Governor of Sabah", "2012-10-26": "Eid al-Adha", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-05-30": "Pesta Kaamatan", "2013-05-31": "Pesta Kaamatan", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-05": "Birthday of the Governor of Sabah", "2013-10-15": "Eid al-Adha", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-05-30": "Pesta Kaamatan", "2014-05-31": "Pesta Kaamatan", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-04": "Birthday of the Governor of Sabah", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-05-30": "Pesta Kaamatan", "2015-05-31": "Pesta Kaamatan", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-03": "Birthday of the Governor of Sabah", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-21": "Vesak Day", "2016-05-30": "Pesta Kaamatan", "2016-05-31": "Pesta Kaamatan", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-01": "Birthday of the Governor of Sabah", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-04-14": "Good Friday", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-05-30": "Pesta Kaamatan", "2017-05-31": "Pesta Kaamatan", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-07": "Birthday of the Governor of Sabah", "2017-10-18": "Deepavali", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-05-30": "Pesta Kaamatan", "2018-05-31": "Pesta Kaamatan", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-10-06": "Birthday of the Governor of Sabah", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-05-30": "Pesta Kaamatan", "2019-05-31": "Pesta Kaamatan", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-05": "Birthday of the Governor of Sabah", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-05-30": "Pesta Kaamatan", "2020-05-31": "Pesta Kaamatan", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-03": "Birthday of the Governor of Sabah", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-05-30": "Pesta Kaamatan", "2021-05-31": "Pesta Kaamatan", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-02": "Birthday of the Governor of Sabah", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-05-30": "Pesta Kaamatan", "2022-05-31": "Pesta Kaamatan", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-01": "Birthday of the Governor of Sabah", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-04-07": "Good Friday", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-05-30": "Pesta Kaamatan", "2023-05-31": "Pesta Kaamatan", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-10-07": "Birthday of the Governor of Sabah", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-03-29": "Good Friday", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-05-30": "Pesta Kaamatan", "2024-05-31": "Pesta Kaamatan", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-05": "Birthday of the Governor of Sabah", "2024-10-31": "Deepavali", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-05-30": "Pesta Kaamatan", "2025-05-31": "Pesta Kaamatan", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-04": "Birthday of the Governor of Sabah", "2025-10-20": "Deepavali", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-30": "Pesta Kaamatan", "2026-05-31": "Pesta Kaamatan", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-10-03": "Birthday of the Governor of Sabah", "2026-11-07": "Deepavali", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-05-30": "Pesta Kaamatan", "2027-05-31": "Pesta Kaamatan", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-02": "Birthday of the Governor of Sabah", "2027-10-27": "Deepavali", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-05-30": "Pesta Kaamatan", "2028-05-31": "Pesta Kaamatan", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-10-07": "Birthday of the Governor of Sabah", "2028-11-14": "Deepavali", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-03-30": "Good Friday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-05-30": "Pesta Kaamatan", "2029-05-31": "Pesta Kaamatan", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-10-06": "Birthday of the Governor of Sabah", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-05-30": "Pesta Kaamatan", "2030-05-31": "Pesta Kaamatan", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-05": "Birthday of the Governor of Sabah", "2030-10-25": "Deepavali", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-11": "Good Friday", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-05-30": "Pesta Kaamatan", "2031-05-31": "Pesta Kaamatan", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-10-04": "Birthday of the Governor of Sabah", "2031-11-13": "Deepavali", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-05-30": "Pesta Kaamatan", "2032-05-31": "Pesta Kaamatan", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-10-02": "Birthday of the Governor of Sabah", "2032-11-01": "Deepavali", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-05-30": "Pesta Kaamatan", "2033-05-31": "Pesta Kaamatan", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-01": "Birthday of the Governor of Sabah", "2033-10-21": "Deepavali", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Christmas Eve; Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Pesta Kaamatan; Prophet Muhammad's Birthday (estimated)", "2034-05-31": "Pesta Kaamatan", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-10-07": "Birthday of the Governor of Sabah", "2034-11-09": "Deepavali", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-05-30": "Pesta Kaamatan", "2035-05-31": "Pesta Kaamatan", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-10-06": "Birthday of the Governor of Sabah", "2035-10-29": "Deepavali", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-05-30": "Pesta Kaamatan", "2036-05-31": "Pesta Kaamatan", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-10-04": "Birthday of the Governor of Sabah", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-04-03": "Good Friday", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-05-30": "Pesta Kaamatan", "2037-05-31": "Pesta Kaamatan", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-10-03": "Birthday of the Governor of Sabah", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-05-30": "Pesta Kaamatan", "2038-05-31": "Pesta Kaamatan", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-02": "Birthday of the Governor of Sabah", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-05-30": "Pesta Kaamatan", "2039-05-31": "Pesta Kaamatan", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-01": "Birthday of the Governor of Sabah", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-05-30": "Pesta Kaamatan", "2040-05-31": "Pesta Kaamatan", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-10-06": "Birthday of the Governor of Sabah", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-05-30": "Pesta Kaamatan", "2041-05-31": "Pesta Kaamatan", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-08-31": "National Day", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-05": "Birthday of the Governor of Sabah", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Christmas Eve; Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-05-30": "Pesta Kaamatan", "2042-05-31": "Pesta Kaamatan", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-10-04": "Birthday of the Governor of Sabah", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-05-30": "Pesta Kaamatan", "2043-05-31": "Pesta Kaamatan", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-03": "Birthday of the Governor of Sabah", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-05-30": "Pesta Kaamatan", "2044-05-31": "Pesta Kaamatan", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-01": "Birthday of the Governor of Sabah", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-05-30": "Pesta Kaamatan", "2045-05-31": "Pesta Kaamatan", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-07": "Birthday of the Governor of Sabah", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-05-30": "Pesta Kaamatan", "2046-05-31": "Pesta Kaamatan", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-06": "Birthday of the Governor of Sabah", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-05-30": "Pesta Kaamatan", "2047-05-31": "Pesta Kaamatan", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-05": "Birthday of the Governor of Sabah", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-05-30": "Pesta Kaamatan", "2048-05-31": "Pesta Kaamatan", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-03": "Birthday of the Governor of Sabah", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-05-30": "Pesta Kaamatan", "2049-05-31": "Pesta Kaamatan", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-02": "Birthday of the Governor of Sabah", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-05-30": "Pesta Kaamatan", "2050-05-31": "Pesta Kaamatan", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-10-01": "Birthday of the Governor of Sabah", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_13.json000066400000000000000000002451031500152103600210330ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-04-11": "Good Friday", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-10-11": "Birthday of the Governor of Sarawak", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-04-03": "Good Friday", "1953-05-27": "Vesak Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-10-10": "Birthday of the Governor of Sarawak", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-04-16": "Good Friday", "1954-05-17": "Vesak Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-10-09": "Birthday of the Governor of Sarawak", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-04-08": "Good Friday", "1955-05-06": "Vesak Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-08": "Birthday of the Governor of Sarawak", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-03-30": "Good Friday", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-13": "Birthday of the Governor of Sarawak", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-04-19": "Good Friday", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-10-12": "Birthday of the Governor of Sarawak", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-04-04": "Good Friday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-10-11": "Birthday of the Governor of Sarawak", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-03-27": "Good Friday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-10": "Birthday of the Governor of Sarawak", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-04-15": "Good Friday", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-10-08": "Birthday of the Governor of Sarawak", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-03-31": "Good Friday", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-10-14": "Birthday of the Governor of Sarawak", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-04-20": "Good Friday", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-10-13": "Birthday of the Governor of Sarawak", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-04-12": "Good Friday", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-10-12": "Birthday of the Governor of Sarawak", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-03-27": "Good Friday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-10-10": "Birthday of the Governor of Sarawak", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-04-16": "Good Friday", "1965-05-15": "Vesak Day (estimated)", "1965-06-01": "Dayak Festival Day", "1965-06-02": "Dayak Festival Day", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-09": "Birthday of the Governor of Sarawak", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-08": "Good Friday", "1966-05-05": "Vesak Day (estimated)", "1966-06-01": "Dayak Festival Day", "1966-06-02": "Dayak Festival Day", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-10-08": "Birthday of the Governor of Sarawak", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-05-23": "Vesak Day (estimated)", "1967-06-01": "Dayak Festival Day", "1967-06-02": "Dayak Festival Day", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-14": "Birthday of the Governor of Sarawak", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-12": "Good Friday", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "1968-06-02": "Dayak Festival Day", "1968-06-03": "Dayak Festival Day (observed)", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-10-12": "Birthday of the Governor of Sarawak", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-04-04": "Good Friday", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-01": "Dayak Festival Day", "1969-06-02": "Dayak Festival Day", "1969-06-03": "Dayak Festival Day (observed)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-10-11": "Birthday of the Governor of Sarawak", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-27": "Good Friday", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-01": "Dayak Festival Day", "1970-06-02": "Dayak Festival Day", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-10-10": "Birthday of the Governor of Sarawak", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-04-09": "Good Friday", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-06-01": "Dayak Festival Day", "1971-06-02": "Dayak Festival Day", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-10-09": "Birthday of the Governor of Sarawak", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-03-31": "Good Friday", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-01": "Dayak Festival Day", "1972-06-02": "Dayak Festival Day", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-10-14": "Birthday of the Governor of Sarawak", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-01": "Dayak Festival Day", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "1973-08-31": "National Day", "1973-10-13": "Birthday of the Governor of Sarawak", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "1974-06-02": "Dayak Festival Day", "1974-06-03": "Dayak Festival Day (observed)", "1974-08-31": "National Day", "1974-10-12": "Birthday of the Governor of Sarawak", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-06-01": "Dayak Festival Day", "1975-06-02": "Dayak Festival Day", "1975-06-03": "Dayak Festival Day (observed)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-10-11": "Birthday of the Governor of Sarawak", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-01": "Dayak Festival Day", "1976-06-02": "Dayak Festival Day", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-08-31": "National Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-10-09": "Birthday of the Governor of Sarawak", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-06-01": "Dayak Festival Day", "1977-06-02": "Dayak Festival Day", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-08-31": "National Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-10-08": "Birthday of the Governor of Sarawak", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-06-01": "Dayak Festival Day", "1978-06-02": "Dayak Festival Day", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-10-14": "Birthday of the Governor of Sarawak", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-01": "Dayak Festival Day", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-13": "Birthday of the Governor of Sarawak", "1979-10-31": "Eid al-Adha (estimated)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-01": "Dayak Festival Day", "1980-06-02": "Dayak Festival Day", "1980-06-03": "Dayak Festival Day (observed)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-11": "Birthday of the Governor of Sarawak", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-06-01": "Dayak Festival Day", "1981-06-02": "Dayak Festival Day", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-10": "Birthday of the Governor of Sarawak", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-06-01": "Dayak Festival Day", "1982-06-02": "Dayak Festival Day", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-10-09": "Birthday of the Governor of Sarawak", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-27": "Vesak Day (estimated)", "1983-06-01": "Dayak Festival Day", "1983-06-02": "Dayak Festival Day", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-10-08": "Birthday of the Governor of Sarawak", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-01": "Dayak Festival Day", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-13": "Birthday of the Governor of Sarawak", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "1985-06-02": "Dayak Festival Day", "1985-06-03": "Dayak Festival Day (observed)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-10-12": "Birthday of the Governor of Sarawak", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-06-01": "Dayak Festival Day", "1986-06-02": "Dayak Festival Day", "1986-06-03": "Dayak Festival Day (observed)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-10-11": "Birthday of the Governor of Sarawak", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-01": "Dayak Festival Day", "1987-06-02": "Dayak Festival Day", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-10-10": "Birthday of the Governor of Sarawak", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-01": "Dayak Festival Day", "1988-06-02": "Dayak Festival Day", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-08": "Birthday of the Governor of Sarawak", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-01": "Dayak Festival Day", "1989-06-02": "Dayak Festival Day", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-14": "Birthday of the Governor of Sarawak", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-04-13": "Good Friday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-01": "Dayak Festival Day", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-10-13": "Birthday of the Governor of Sarawak", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-03-29": "Good Friday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "1991-06-02": "Dayak Festival Day", "1991-06-03": "Dayak Festival Day (observed)", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-10-12": "Birthday of the Governor of Sarawak", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-06-01": "Dayak Festival Day", "1992-06-02": "Dayak Festival Day", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-10": "Birthday of the Governor of Sarawak", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Dayak Festival Day", "1993-06-02": "Dayak Festival Day", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-10-09": "Birthday of the Governor of Sarawak", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-01": "Dayak Festival Day", "1994-06-02": "Dayak Festival Day", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-10-08": "Birthday of the Governor of Sarawak", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-01": "Dayak Festival Day", "1995-06-02": "Dayak Festival Day", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-10-14": "Birthday of the Governor of Sarawak", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-04-05": "Good Friday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "1996-06-02": "Dayak Festival Day", "1996-06-03": "Dayak Festival Day (observed)", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-10-12": "Birthday of the Governor of Sarawak", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-03-28": "Good Friday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-01": "Dayak Festival Day", "1997-06-02": "Dayak Festival Day", "1997-06-03": "Dayak Festival Day (observed)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-11": "Birthday of the Governor of Sarawak", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-01": "Dayak Festival Day", "1998-06-02": "Dayak Festival Day", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-10-10": "Birthday of the Governor of Sarawak", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-01": "Dayak Festival Day", "1999-06-02": "Dayak Festival Day", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-10-09": "Birthday of the Governor of Sarawak", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-01": "Dayak Festival Day", "2000-06-02": "Dayak Festival Day", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-14": "Birthday of the Governor of Sarawak", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-01": "New Year's Day", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-01": "Dayak Festival Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-10-13": "Birthday of the Governor of Sarawak", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-03-15": "Islamic New Year", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2002-06-02": "Dayak Festival Day", "2002-06-03": "Dayak Festival Day (observed)", "2002-08-31": "National Day", "2002-10-12": "Birthday of the Governor of Sarawak", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-03-05": "Islamic New Year", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-01": "Dayak Festival Day", "2003-06-02": "Dayak Festival Day", "2003-06-03": "Dayak Festival Day (observed)", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-10-11": "Birthday of the Governor of Sarawak", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-22": "Islamic New Year", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-06-01": "Dayak Festival Day", "2004-06-02": "Dayak Festival Day", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-10-09": "Birthday of the Governor of Sarawak", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-03-25": "Good Friday", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-01": "Dayak Festival Day", "2005-06-02": "Dayak Festival Day", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-10-08": "Birthday of the Governor of Sarawak", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Chinese New Year (observed)", "2006-04-11": "Prophet Muhammad's Birthday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-01": "Dayak Festival Day", "2006-06-02": "Dayak Festival Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-31": "National Day", "2006-10-14": "Birthday of the Governor of Sarawak", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day; Vesak Day", "2007-06-01": "Dayak Festival Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2007-08-31": "National Day", "2007-10-13": "Birthday of the Governor of Sarawak; Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-03-20": "Prophet Muhammad's Birthday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-01": "Dayak Festival Day", "2008-06-02": "Dayak Festival Day", "2008-06-03": "Dayak Festival Day (observed)", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-11": "Birthday of the Governor of Sarawak", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-06-01": "Dayak Festival Day", "2009-06-02": "Dayak Festival Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-08-31": "National Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-10": "Birthday of the Governor of Sarawak", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-06-01": "Dayak Festival Day", "2010-06-02": "Dayak Festival Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-10-09": "Birthday of the Governor of Sarawak", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-06-01": "Dayak Festival Day", "2011-06-02": "Dayak Festival Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-08": "Birthday of the Governor of Sarawak", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-06-01": "Dayak Festival Day", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-13": "Birthday of the Governor of Sarawak", "2012-10-26": "Eid al-Adha", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2013-06-02": "Dayak Festival Day", "2013-06-03": "Dayak Festival Day (observed)", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-12": "Birthday of the Governor of Sarawak", "2013-10-15": "Eid al-Adha", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-06-01": "Dayak Festival Day", "2014-06-02": "Dayak Festival Day", "2014-06-03": "Dayak Festival Day (observed)", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-11": "Birthday of the Governor of Sarawak", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-06-01": "Dayak Festival Day", "2015-06-02": "Dayak Festival Day", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-10": "Birthday of the Governor of Sarawak", "2015-10-14": "Islamic New Year", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-21": "Vesak Day", "2016-06-01": "Dayak Festival Day", "2016-06-02": "Dayak Festival Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-08": "Birthday of the Governor of Sarawak", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-04-14": "Good Friday", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-06-01": "Dayak Festival Day", "2017-06-02": "Dayak Festival Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-07-22": "Sarawak Independence Day", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-14": "Birthday of the Governor of Sarawak", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-17": "Cuti Peristiwa", "2018-05-18": "Cuti Peristiwa", "2018-05-29": "Vesak Day", "2018-06-01": "Dayak Festival Day", "2018-06-02": "Dayak Festival Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-07-22": "Sarawak Independence Day", "2018-07-23": "Sarawak Independence Day (observed)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-10-13": "Birthday of the Governor of Sarawak", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-06-01": "Dayak Festival Day", "2019-06-02": "Dayak Festival Day", "2019-06-03": "Dayak Festival Day (observed)", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-22": "Sarawak Independence Day", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-12": "Birthday of the Governor of Sarawak", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-06-01": "Dayak Festival Day", "2020-06-02": "Dayak Festival Day", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-22": "Sarawak Independence Day", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-10": "Birthday of the Governor of Sarawak", "2020-10-29": "Prophet Muhammad's Birthday", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-01": "Dayak Festival Day", "2021-06-02": "Dayak Festival Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-07-22": "Sarawak Independence Day", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-09": "Birthday of the Governor of Sarawak", "2021-10-19": "Prophet Muhammad's Birthday", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-06-01": "Dayak Festival Day", "2022-06-02": "Dayak Festival Day", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-22": "Sarawak Independence Day", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-08": "Birthday of the Governor of Sarawak", "2022-10-10": "Prophet Muhammad's Birthday", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-04-07": "Good Friday", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-01": "Dayak Festival Day", "2023-06-02": "Dayak Festival Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-07-22": "Sarawak Independence Day", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-10-14": "Birthday of the Governor of Sarawak", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-03-29": "Good Friday", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-01": "Dayak Festival Day", "2024-06-02": "Dayak Festival Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-04": "Dayak Festival Day (observed)", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-07-22": "Sarawak Independence Day", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-12": "Birthday of the Governor of Sarawak", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-01": "Dayak Festival Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2025-06-03": "Dayak Festival Day (observed)", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-07-22": "Sarawak Independence Day", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-11": "Birthday of the Governor of Sarawak", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2026-06-02": "Dayak Festival Day", "2026-06-16": "Islamic New Year (estimated)", "2026-07-22": "Sarawak Independence Day", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-10-10": "Birthday of the Governor of Sarawak", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-01": "Dayak Festival Day", "2027-06-02": "Dayak Festival Day", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-07-22": "Sarawak Independence Day", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-09": "Birthday of the Governor of Sarawak", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-01": "Dayak Festival Day", "2028-06-02": "Dayak Festival Day", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-07-22": "Sarawak Independence Day", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-10-14": "Birthday of the Governor of Sarawak", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-03-30": "Good Friday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-01": "Dayak Festival Day", "2029-06-02": "Dayak Festival Day", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-22": "Sarawak Independence Day", "2029-07-23": "Sarawak Independence Day (observed)", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-10-13": "Birthday of the Governor of Sarawak", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-01": "Dayak Festival Day", "2030-06-02": "Dayak Festival Day", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-06-04": "Dayak Festival Day (observed)", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-07-22": "Sarawak Independence Day", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-12": "Birthday of the Governor of Sarawak", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-11": "Good Friday", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-01": "Dayak Festival Day", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2031-06-03": "Dayak Festival Day (observed)", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-07-22": "Sarawak Independence Day", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-10-11": "Birthday of the Governor of Sarawak", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-01": "Dayak Festival Day", "2032-06-02": "Dayak Festival Day", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-07-22": "Sarawak Independence Day", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-10-09": "Birthday of the Governor of Sarawak", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-06-01": "Dayak Festival Day", "2033-06-02": "Dayak Festival Day", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-07-22": "Sarawak Independence Day", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-08": "Birthday of the Governor of Sarawak", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-01": "Dayak Festival Day", "2034-06-02": "Dayak Festival Day", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-07-22": "Sarawak Independence Day", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-10-14": "Birthday of the Governor of Sarawak", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-01": "Dayak Festival Day", "2035-06-02": "Dayak Festival Day", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-07-22": "Sarawak Independence Day", "2035-07-23": "Sarawak Independence Day (observed)", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-10-13": "Birthday of the Governor of Sarawak", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-06-01": "Dayak Festival Day", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2036-06-03": "Dayak Festival Day (observed)", "2036-07-22": "Sarawak Independence Day", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-10-11": "Birthday of the Governor of Sarawak", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-04-03": "Good Friday", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2037-06-02": "Dayak Festival Day", "2037-07-22": "Sarawak Independence Day", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-10-10": "Birthday of the Governor of Sarawak", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-01": "Dayak Festival Day", "2038-06-02": "Dayak Festival Day", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-07-22": "Sarawak Independence Day", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-09": "Birthday of the Governor of Sarawak", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-06-01": "Dayak Festival Day", "2039-06-02": "Dayak Festival Day", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-07-22": "Sarawak Independence Day", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-08": "Birthday of the Governor of Sarawak", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-01": "Dayak Festival Day", "2040-06-02": "Dayak Festival Day", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-07-22": "Sarawak Independence Day", "2040-07-23": "Sarawak Independence Day (observed)", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-10-13": "Birthday of the Governor of Sarawak", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-01": "Dayak Festival Day", "2041-06-02": "Dayak Festival Day", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-06-04": "Dayak Festival Day (observed)", "2041-07-22": "Sarawak Independence Day", "2041-08-31": "National Day", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-12": "Birthday of the Governor of Sarawak", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-06-01": "Dayak Festival Day", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2042-06-03": "Dayak Festival Day (observed)", "2042-07-22": "Sarawak Independence Day", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-10-11": "Birthday of the Governor of Sarawak", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2043-06-02": "Dayak Festival Day", "2043-07-22": "Sarawak Independence Day", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-10": "Birthday of the Governor of Sarawak", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-06-01": "Dayak Festival Day", "2044-06-02": "Dayak Festival Day", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-07-22": "Sarawak Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-08": "Birthday of the Governor of Sarawak", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-01": "Dayak Festival Day", "2045-06-02": "Dayak Festival Day", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-07-22": "Sarawak Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-14": "Birthday of the Governor of Sarawak", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-06-01": "Dayak Festival Day", "2046-06-02": "Dayak Festival Day", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-22": "Sarawak Independence Day", "2046-07-23": "Sarawak Independence Day (observed)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-13": "Birthday of the Governor of Sarawak", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-06-01": "Dayak Festival Day", "2047-06-02": "Dayak Festival Day", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-06-04": "Dayak Festival Day (observed)", "2047-07-22": "Sarawak Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-12": "Birthday of the Governor of Sarawak", "2047-10-20": "Islamic New Year (estimated)", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong; Dayak Festival Day", "2048-06-02": "Dayak Festival Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-07-22": "Sarawak Independence Day", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-10": "Birthday of the Governor of Sarawak", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-06-01": "Dayak Festival Day", "2049-06-02": "Dayak Festival Day", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-07-22": "Sarawak Independence Day", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-09": "Birthday of the Governor of Sarawak", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-06-01": "Dayak Festival Day", "2050-06-02": "Dayak Festival Day", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-07-22": "Sarawak Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-10-08": "Birthday of the Governor of Sarawak", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_14.json000066400000000000000000002413631500152103600210400ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-01-12": "Thaipusam", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-10": "Nuzul Al-Quran Day (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-11-15": "Deepavali", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-02-28": "Thaipusam", "1953-05-27": "Vesak Day (estimated)", "1953-05-30": "Nuzul Al-Quran Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-02-18": "Thaipusam", "1954-05-17": "Vesak Day (estimated)", "1954-05-20": "Nuzul Al-Quran Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-09": "Thaipusam", "1955-01-10": "Thaipusam (observed)", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-10": "Nuzul Al-Quran Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-02-26": "Thaipusam", "1956-02-27": "Thaipusam (observed)", "1956-04-28": "Nuzul Al-Quran Day (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-02-15": "Thaipusam", "1957-04-17": "Nuzul Al-Quran Day (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-03-05": "Thaipusam", "1958-04-06": "Nuzul Al-Quran Day (estimated)", "1958-04-07": "Nuzul Al-Quran Day (observed, estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-11-09": "Deepavali", "1958-11-10": "Deepavali (observed)", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-02-22": "Thaipusam", "1959-02-23": "Thaipusam (observed)", "1959-03-27": "Nuzul Al-Quran Day (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-13": "Thaipusam", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-15": "Nuzul Al-Quran Day (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-02": "Thaipusam", "1961-03-04": "Nuzul Al-Quran Day (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-19": "Thaipusam", "1962-02-21": "Nuzul Al-Quran Day (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-10-26": "Deepavali", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-10": "Thaipusam", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-11": "Nuzul Al-Quran Day (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-11-14": "Deepavali", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-31": "Nuzul Al-Quran Day (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-02-28": "Thaipusam", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-19": "Nuzul Al-Quran Day (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-02-16": "Thaipusam", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Thaipusam", "1966-01-08": "Nuzul Al-Quran Day (estimated)", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-11-10": "Deepavali", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1966-12-29": "Nuzul Al-Quran Day (estimated)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-02-24": "Thaipusam", "1967-03-21": "Eid al-Adha (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-31": "Deepavali", "1967-12-18": "Nuzul Al-Quran Day (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-02-13": "Thaipusam", "1968-03-09": "Eid al-Adha (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-11-18": "Deepavali", "1968-12-07": "Nuzul Al-Quran Day (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-03": "Thaipusam", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-11-08": "Deepavali", "1969-11-26": "Nuzul Al-Quran Day (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-21": "Thaipusam", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-10-28": "Deepavali", "1970-11-17": "Nuzul Al-Quran Day (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-12": "Thaipusam", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-11-05": "Nuzul Al-Quran Day (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-02-29": "Thaipusam", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-10-24": "Nuzul Al-Quran Day (estimated)", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-02-18": "Thaipusam", "1973-02-19": "Thaipusam (observed)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-31": "National Day", "1973-10-13": "Nuzul Al-Quran Day (estimated)", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-08": "Thaipusam", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-02-01": "Federal Territory Day", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-31": "National Day", "1974-10-03": "Nuzul Al-Quran Day (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-01": "Federal Territory Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-02-26": "Thaipusam", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-09-22": "Nuzul Al-Quran Day (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated); Federal Territory Day", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated); Federal Territory Day (observed)", "1976-02-15": "Thaipusam", "1976-02-16": "Thaipusam (observed)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-08-31": "National Day", "1976-09-11": "Nuzul Al-Quran Day (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-11-19": "Deepavali", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-01": "Federal Territory Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-03-05": "Thaipusam", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-08-31": "National Day; Nuzul Al-Quran Day (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-01": "Federal Territory Day", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-02-22": "Thaipusam", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-08-21": "Nuzul Al-Quran Day (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-13": "Thaipusam", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-01": "Federal Territory Day", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-08-10": "Nuzul Al-Quran Day (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-18": "Deepavali", "1979-11-19": "Deepavali (observed)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-01": "Federal Territory Day", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-03-02": "Thaipusam", "1980-03-03": "Thaipusam (observed)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-07-29": "Nuzul Al-Quran Day (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-01": "Federal Territory Day", "1981-02-02": "Federal Territory Day (observed)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-02-19": "Thaipusam", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-07-18": "Nuzul Al-Quran Day (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-10": "Thaipusam", "1982-01-11": "Thaipusam (observed)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-02-01": "Federal Territory Day", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-08": "Nuzul Al-Quran Day (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-11-13": "Deepavali", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-01": "Federal Territory Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-02-28": "Thaipusam", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-28": "Nuzul Al-Quran Day (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-01": "Federal Territory Day", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-02-17": "Thaipusam", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-16": "Nuzul Al-Quran Day (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-01": "Federal Territory Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-03-06": "Thaipusam", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-05": "Nuzul Al-Quran Day (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-11-10": "Deepavali", "1985-11-11": "Deepavali (observed)", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-01": "Federal Territory Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-02-23": "Thaipusam", "1986-02-24": "Thaipusam (observed)", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Nuzul Al-Quran Day (estimated)", "1986-05-26": "Nuzul Al-Quran Day (observed, estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-14": "Thaipusam", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-02-01": "Federal Territory Day", "1987-02-02": "Federal Territory Day (observed)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-15": "Nuzul Al-Quran Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-01": "Federal Territory Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-03-03": "Thaipusam", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-03": "Nuzul Al-Quran Day (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-01": "Federal Territory Day", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-02-21": "Thaipusam", "1989-04-23": "Nuzul Al-Quran Day (estimated)", "1989-04-24": "Nuzul Al-Quran Day (observed, estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-12": "Thaipusam", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-02-01": "Federal Territory Day", "1990-04-12": "Nuzul Al-Quran Day (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-01": "Federal Territory Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-03-01": "Thaipusam", "1991-04-02": "Nuzul Al-Quran Day (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-01": "Federal Territory Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-02-18": "Thaipusam", "1992-03-21": "Nuzul Al-Quran Day (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Deepavali", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-08": "Thaipusam", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-02-01": "Federal Territory Day", "1993-03-10": "Nuzul Al-Quran Day (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-11-12": "Deepavali", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-01": "Federal Territory Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-02-25": "Thaipusam", "1994-02-27": "Nuzul Al-Quran Day (estimated)", "1994-02-28": "Nuzul Al-Quran Day (observed, estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated); Federal Territory Day", "1995-02-14": "Thaipusam", "1995-02-16": "Nuzul Al-Quran Day (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-11-20": "Deepavali", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-01": "Federal Territory Day", "1996-02-06": "Nuzul Al-Quran Day (estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-03-04": "Thaipusam", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-11-09": "Deepavali", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-26": "Nuzul Al-Quran Day (estimated)", "1997-01-27": "Nuzul Al-Quran Day (observed, estimated)", "1997-02-01": "Federal Territory Day", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-02-22": "Thaipusam", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-29": "Deepavali", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-13": "Thaipusam", "1998-01-15": "Nuzul Al-Quran Day (estimated)", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-02-01": "Federal Territory Day", "1998-02-02": "Federal Territory Day (observed)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-11-17": "Deepavali", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-04": "Nuzul Al-Quran Day (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-01": "Federal Territory Day", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-03": "Thaipusam", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-11-06": "Deepavali", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day; Nuzul Al-Quran Day (estimated)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-01": "Federal Territory Day", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-02-20": "Thaipusam", "2000-02-21": "Thaipusam (observed)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-25": "Deepavali", "2000-12-13": "Nuzul Al-Quran Day (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-01": "New Year's Day", "2001-01-09": "Thaipusam", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-02-01": "Federal Territory Day", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-11-14": "Deepavali", "2001-12-03": "Nuzul Al-Quran Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-01": "Federal Territory Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-02-27": "Thaipusam", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-11-22": "Nuzul Al-Quran Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year; Federal Territory Day", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-02-16": "Thaipusam", "2003-02-17": "Thaipusam (observed)", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-10-23": "Deepavali", "2003-11-12": "Nuzul Al-Quran Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-07": "Thaipusam", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-01": "Federal Territory Day", "2004-02-02": "Eid al-Adha", "2004-02-03": "Federal Territory Day (observed)", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-11-01": "Nuzul Al-Quran Day", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-01": "Federal Territory Day", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-02-23": "Thaipusam", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-10-21": "Nuzul Al-Quran Day", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Federal Territory Day", "2006-02-02": "Chinese New Year (observed)", "2006-02-13": "Thaipusam", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-31": "National Day", "2006-10-10": "Nuzul Al-Quran Day", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-01": "Federal Territory Day", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-04": "Thaipusam", "2007-03-05": "Thaipusam (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-31": "National Day", "2007-09-29": "Nuzul Al-Quran Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-01": "Federal Territory Day", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-02-22": "Thaipusam", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-09-18": "Nuzul Al-Quran Day", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-11": "Thaipusam", "2009-01-12": "Thaipusam (observed)", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-02-01": "Federal Territory Day", "2009-02-02": "Federal Territory Day (observed)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-08-31": "National Day", "2009-09-07": "Nuzul Al-Quran Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-17": "Deepavali", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-01": "Federal Territory Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-03-01": "Thaipusam", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-08-27": "Nuzul Al-Quran Day", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-01": "Federal Territory Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-02-18": "Thaipusam", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-08-17": "Nuzul Al-Quran Day", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-08": "Thaipusam", "2012-01-09": "Thaipusam (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-01": "Federal Territory Day", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-08-05": "Nuzul Al-Quran Day", "2012-08-06": "Nuzul Al-Quran Day (observed)", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-26": "Eid al-Adha", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-01": "Federal Territory Day", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-02-25": "Thaipusam", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-07-25": "Nuzul Al-Quran Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day); Federal Territory Day", "2014-02-14": "Thaipusam", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-15": "Nuzul Al-Quran Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-01": "Federal Territory Day", "2015-02-02": "Federal Territory Day (observed)", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-03-05": "Thaipusam", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-04": "Nuzul Al-Quran Day", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-01": "Federal Territory Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-02-23": "Thaipusam", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-22": "Nuzul Al-Quran Day", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-13": "Thaipusam", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-02-01": "Federal Territory Day", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-06-12": "Nuzul Al-Quran Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-31": "Thaipusam", "2018-02-01": "Federal Territory Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-06-02": "Nuzul Al-Quran Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Thaipusam", "2019-02-01": "Federal Territory Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-05-22": "Nuzul Al-Quran Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-02-01": "Federal Territory Day", "2020-02-08": "Thaipusam", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-10": "Nuzul Al-Quran Day", "2020-05-11": "Nuzul Al-Quran Day (observed)", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-28": "Thaipusam", "2021-02-01": "Federal Territory Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-04-29": "Nuzul Al-Quran Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-03": "Malaysia Cup Holiday", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-18": "Thaipusam", "2022-02-01": "Chinese New Year; Federal Territory Day", "2022-02-02": "Chinese New Year (Second Day)", "2022-04-19": "Nuzul Al-Quran Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-02-01": "Federal Territory Day", "2023-02-05": "Thaipusam", "2023-02-06": "Thaipusam (observed)", "2023-04-08": "Nuzul Al-Quran Day", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-25": "Thaipusam", "2024-02-01": "Federal Territory Day", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-03-28": "Nuzul Al-Quran Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-02-01": "Federal Territory Day", "2025-02-11": "Thaipusam", "2025-03-18": "Nuzul Al-Quran Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-01": "Federal Territory Day; Thaipusam", "2026-02-02": "Federal Territory Day (observed); Thaipusam (observed)", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-06": "Nuzul Al-Quran Day (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Thaipusam", "2027-02-01": "Federal Territory Day", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-02-24": "Nuzul Al-Quran Day (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-11": "Thaipusam", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-01": "Federal Territory Day", "2028-02-13": "Nuzul Al-Quran Day (estimated)", "2028-02-14": "Nuzul Al-Quran Day (observed, estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-14": "Deepavali", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-01": "Federal Territory Day; Nuzul Al-Quran Day (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-02-28": "Thaipusam", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Nuzul Al-Quran Day (estimated)", "2030-02-01": "Federal Territory Day", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-02-17": "Thaipusam", "2030-02-18": "Thaipusam (observed)", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-08": "Thaipusam", "2031-01-11": "Nuzul Al-Quran Day (estimated)", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-02-01": "Federal Territory Day", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2031-12-31": "Nuzul Al-Quran Day (estimated)", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-01": "Federal Territory Day", "2032-02-02": "Federal Territory Day (observed)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-02-26": "Thaipusam", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali", "2032-12-20": "Nuzul Al-Quran Day (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated); Federal Territory Day", "2033-02-14": "Thaipusam", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali", "2033-12-09": "Nuzul Al-Quran Day (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-01": "Federal Territory Day", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Thaipusam", "2034-03-06": "Thaipusam (observed)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-11-09": "Deepavali", "2034-11-28": "Nuzul Al-Quran Day (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-01": "Federal Territory Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-02-23": "Thaipusam", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-10-29": "Deepavali", "2035-11-17": "Nuzul Al-Quran Day (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-13": "Thaipusam", "2036-01-14": "Thaipusam (observed)", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-01": "Federal Territory Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-11-05": "Nuzul Al-Quran Day (estimated)", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-01": "Federal Territory Day", "2037-02-02": "Federal Territory Day (observed)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-03-02": "Thaipusam", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-10-26": "Nuzul Al-Quran Day (estimated)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-01": "Federal Territory Day", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-02-19": "Thaipusam", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-16": "Nuzul Al-Quran Day (estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-09": "Thaipusam", "2039-01-10": "Thaipusam (observed)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-01": "Federal Territory Day", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-05": "Nuzul Al-Quran Day (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-01": "Federal Territory Day", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-02-27": "Thaipusam", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-09-23": "Nuzul Al-Quran Day (estimated)", "2040-09-24": "Nuzul Al-Quran Day (observed, estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated); Federal Territory Day", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-02-15": "Thaipusam", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-08-31": "National Day", "2041-09-13": "Nuzul Al-Quran Day (estimated)", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-07": "Thaipusam", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-02-01": "Federal Territory Day", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-02": "Nuzul Al-Quran Day (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-01": "Federal Territory Day", "2043-02-02": "Federal Territory Day (observed)", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-02-24": "Thaipusam", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-08-22": "Nuzul Al-Quran Day (estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Federal Territory Day", "2044-02-02": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-02-14": "Thaipusam", "2044-02-15": "Thaipusam (observed)", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-08-11": "Nuzul Al-Quran Day (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-01": "Federal Territory Day", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-03-04": "Thaipusam", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-07-31": "Nuzul Al-Quran Day (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-01": "Federal Territory Day", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-02-21": "Thaipusam", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-21": "Nuzul Al-Quran Day (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-11": "Thaipusam", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-02-01": "Federal Territory Day", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-10": "Nuzul Al-Quran Day (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-01": "Federal Territory Day", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-02-28": "Thaipusam", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-28": "Nuzul Al-Quran Day (estimated)", "2048-06-29": "Nuzul Al-Quran Day (observed, estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-01": "Federal Territory Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-02-17": "Thaipusam", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-06-18": "Nuzul Al-Quran Day (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-08": "Thaipusam", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-02-01": "Federal Territory Day", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-07": "Nuzul Al-Quran Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_15.json000066400000000000000000002434401500152103600210370ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-05-30": "Pesta Kaamatan", "1952-05-31": "Pesta Kaamatan", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-10": "Nuzul Al-Quran Day (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-05-27": "Vesak Day (estimated)", "1953-05-30": "Nuzul Al-Quran Day (estimated); Pesta Kaamatan", "1953-05-31": "Pesta Kaamatan", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-05-17": "Vesak Day (estimated)", "1954-05-20": "Nuzul Al-Quran Day (estimated)", "1954-05-30": "Pesta Kaamatan", "1954-05-31": "Pesta Kaamatan", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-10": "Nuzul Al-Quran Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-05-30": "Pesta Kaamatan", "1955-05-31": "Pesta Kaamatan", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-04-28": "Nuzul Al-Quran Day (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-05-30": "Pesta Kaamatan", "1956-05-31": "Pesta Kaamatan", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-04-17": "Nuzul Al-Quran Day (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-05-30": "Pesta Kaamatan", "1957-05-31": "Pesta Kaamatan", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-04-06": "Nuzul Al-Quran Day (estimated)", "1958-04-07": "Nuzul Al-Quran Day (observed, estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-05-30": "Pesta Kaamatan", "1958-05-31": "Pesta Kaamatan", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-03-27": "Nuzul Al-Quran Day (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-05-30": "Pesta Kaamatan", "1959-05-31": "Pesta Kaamatan", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-15": "Nuzul Al-Quran Day (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-05-30": "Pesta Kaamatan", "1960-05-31": "Pesta Kaamatan", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-04": "Nuzul Al-Quran Day (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-05-30": "Pesta Kaamatan", "1961-05-31": "Pesta Kaamatan", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-21": "Nuzul Al-Quran Day (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-05-30": "Pesta Kaamatan", "1962-05-31": "Pesta Kaamatan", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-11": "Nuzul Al-Quran Day (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-05-30": "Pesta Kaamatan", "1963-05-31": "Pesta Kaamatan", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-31": "Nuzul Al-Quran Day (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-05-30": "Pesta Kaamatan", "1964-05-31": "Pesta Kaamatan", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-19": "Nuzul Al-Quran Day (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-05-30": "Pesta Kaamatan", "1965-05-31": "Pesta Kaamatan", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-08": "Nuzul Al-Quran Day (estimated)", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-05-30": "Pesta Kaamatan", "1966-05-31": "Pesta Kaamatan", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1966-12-29": "Nuzul Al-Quran Day (estimated)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-05-30": "Pesta Kaamatan", "1967-05-31": "Pesta Kaamatan", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-12-18": "Nuzul Al-Quran Day (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-05-30": "Pesta Kaamatan", "1968-05-31": "Pesta Kaamatan", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-12-07": "Nuzul Al-Quran Day (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-05-30": "Pesta Kaamatan", "1969-05-31": "Pesta Kaamatan", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-11-26": "Nuzul Al-Quran Day (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-05-30": "Pesta Kaamatan", "1970-05-31": "Pesta Kaamatan", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-11-17": "Nuzul Al-Quran Day (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-05-30": "Pesta Kaamatan", "1971-05-31": "Pesta Kaamatan", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-11-05": "Nuzul Al-Quran Day (estimated)", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-05-30": "Pesta Kaamatan", "1972-05-31": "Pesta Kaamatan", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-10-24": "Nuzul Al-Quran Day (estimated)", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-05-30": "Pesta Kaamatan", "1973-05-31": "Pesta Kaamatan", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-31": "National Day", "1973-10-13": "Nuzul Al-Quran Day (estimated)", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-02-01": "Federal Territory Day", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-05-30": "Pesta Kaamatan", "1974-05-31": "Pesta Kaamatan", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-31": "National Day", "1974-10-03": "Nuzul Al-Quran Day (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-01": "Federal Territory Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-05-30": "Pesta Kaamatan", "1975-05-31": "Pesta Kaamatan", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-09-22": "Nuzul Al-Quran Day (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated); Federal Territory Day", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated); Federal Territory Day (observed)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-05-30": "Pesta Kaamatan", "1976-05-31": "Pesta Kaamatan", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-08-31": "National Day", "1976-09-11": "Nuzul Al-Quran Day (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-01": "Federal Territory Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-05-30": "Pesta Kaamatan", "1977-05-31": "Pesta Kaamatan", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-08-31": "National Day; Nuzul Al-Quran Day (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-01": "Federal Territory Day", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-05-30": "Pesta Kaamatan", "1978-05-31": "Pesta Kaamatan", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-08-21": "Nuzul Al-Quran Day (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-01": "Federal Territory Day", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-05-30": "Pesta Kaamatan", "1979-05-31": "Pesta Kaamatan", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-08-10": "Nuzul Al-Quran Day (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-31": "Eid al-Adha (estimated)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-01": "Federal Territory Day", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-05-30": "Pesta Kaamatan", "1980-05-31": "Pesta Kaamatan", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-07-29": "Nuzul Al-Quran Day (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-01": "Federal Territory Day", "1981-02-02": "Federal Territory Day (observed)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-05-30": "Pesta Kaamatan", "1981-05-31": "Pesta Kaamatan", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-07-18": "Nuzul Al-Quran Day (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-02-01": "Federal Territory Day", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-05-30": "Pesta Kaamatan", "1982-05-31": "Pesta Kaamatan", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-08": "Nuzul Al-Quran Day (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-01": "Federal Territory Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-27": "Vesak Day (estimated)", "1983-05-30": "Pesta Kaamatan", "1983-05-31": "Pesta Kaamatan", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-28": "Nuzul Al-Quran Day (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-01": "Federal Territory Day", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-05-30": "Pesta Kaamatan", "1984-05-31": "Pesta Kaamatan", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-16": "Nuzul Al-Quran Day (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-01": "Federal Territory Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-05-30": "Pesta Kaamatan", "1985-05-31": "Pesta Kaamatan", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-05": "Nuzul Al-Quran Day (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-01": "Federal Territory Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Nuzul Al-Quran Day (estimated)", "1986-05-26": "Nuzul Al-Quran Day (observed, estimated)", "1986-05-30": "Pesta Kaamatan", "1986-05-31": "Pesta Kaamatan", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-02-01": "Federal Territory Day", "1987-02-02": "Federal Territory Day (observed)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-15": "Nuzul Al-Quran Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-05-30": "Pesta Kaamatan", "1987-05-31": "Pesta Kaamatan", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-01": "Federal Territory Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-03": "Nuzul Al-Quran Day (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Pesta Kaamatan; Vesak Day (estimated)", "1988-05-31": "Pesta Kaamatan", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-01": "Federal Territory Day", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-04-23": "Nuzul Al-Quran Day (estimated)", "1989-04-24": "Nuzul Al-Quran Day (observed, estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-05-30": "Pesta Kaamatan", "1989-05-31": "Pesta Kaamatan", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-02-01": "Federal Territory Day", "1990-04-12": "Nuzul Al-Quran Day (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-05-30": "Pesta Kaamatan", "1990-05-31": "Pesta Kaamatan", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-01": "Federal Territory Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-04-02": "Nuzul Al-Quran Day (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-05-30": "Pesta Kaamatan", "1991-05-31": "Pesta Kaamatan", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-01": "Federal Territory Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-03-21": "Nuzul Al-Quran Day (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-05-30": "Pesta Kaamatan", "1992-05-31": "Pesta Kaamatan", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-02-01": "Federal Territory Day", "1993-03-10": "Nuzul Al-Quran Day (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-30": "Pesta Kaamatan", "1993-05-31": "Eid al-Adha (estimated); Pesta Kaamatan", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-01": "Federal Territory Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-02-27": "Nuzul Al-Quran Day (estimated)", "1994-02-28": "Nuzul Al-Quran Day (observed, estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-05-30": "Pesta Kaamatan", "1994-05-31": "Pesta Kaamatan", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated); Federal Territory Day", "1995-02-16": "Nuzul Al-Quran Day (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated); Pesta Kaamatan", "1995-05-31": "Pesta Kaamatan", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-01": "Federal Territory Day", "1996-02-06": "Nuzul Al-Quran Day (estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-05-30": "Pesta Kaamatan", "1996-05-31": "Pesta Kaamatan", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-26": "Nuzul Al-Quran Day (estimated)", "1997-01-27": "Nuzul Al-Quran Day (observed, estimated)", "1997-02-01": "Federal Territory Day", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-05-30": "Pesta Kaamatan", "1997-05-31": "Pesta Kaamatan", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-15": "Nuzul Al-Quran Day (estimated)", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-02-01": "Federal Territory Day", "1998-02-02": "Federal Territory Day (observed)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-05-30": "Pesta Kaamatan", "1998-05-31": "Pesta Kaamatan", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-04": "Nuzul Al-Quran Day (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-01": "Federal Territory Day", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-05-30": "Pesta Kaamatan", "1999-05-31": "Pesta Kaamatan", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day; Nuzul Al-Quran Day (estimated)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-01": "Federal Territory Day", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-05-30": "Pesta Kaamatan", "2000-05-31": "Pesta Kaamatan", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-12-13": "Nuzul Al-Quran Day (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-01": "New Year's Day", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-02-01": "Federal Territory Day", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-05-30": "Pesta Kaamatan", "2001-05-31": "Pesta Kaamatan", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-12-03": "Nuzul Al-Quran Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-01": "Federal Territory Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-05-30": "Pesta Kaamatan", "2002-05-31": "Pesta Kaamatan", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-11-22": "Nuzul Al-Quran Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year; Federal Territory Day", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-05-30": "Pesta Kaamatan", "2003-05-31": "Pesta Kaamatan", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-11-12": "Nuzul Al-Quran Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-01": "Federal Territory Day", "2004-02-02": "Eid al-Adha", "2004-02-03": "Federal Territory Day (observed)", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-05-30": "Pesta Kaamatan", "2004-05-31": "Pesta Kaamatan", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-11-01": "Nuzul Al-Quran Day", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-01": "Federal Territory Day", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-05-30": "Pesta Kaamatan", "2005-05-31": "Pesta Kaamatan", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-10-21": "Nuzul Al-Quran Day", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Federal Territory Day", "2006-02-02": "Chinese New Year (observed)", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-05-30": "Pesta Kaamatan", "2006-05-31": "Pesta Kaamatan", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-31": "National Day", "2006-10-10": "Nuzul Al-Quran Day", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-01": "Federal Territory Day", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-05-30": "Pesta Kaamatan", "2007-05-31": "Pesta Kaamatan", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-31": "National Day", "2007-09-29": "Nuzul Al-Quran Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-01": "Federal Territory Day", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-05-30": "Pesta Kaamatan", "2008-05-31": "Pesta Kaamatan", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-09-18": "Nuzul Al-Quran Day", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-02-01": "Federal Territory Day", "2009-02-02": "Federal Territory Day (observed)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-05-30": "Pesta Kaamatan", "2009-05-31": "Pesta Kaamatan", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-08-31": "National Day", "2009-09-07": "Nuzul Al-Quran Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-01": "Federal Territory Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-05-30": "Pesta Kaamatan", "2010-05-31": "Pesta Kaamatan", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-08-27": "Nuzul Al-Quran Day", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-01": "Federal Territory Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-05-30": "Pesta Kaamatan", "2011-05-31": "Pesta Kaamatan", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-08-17": "Nuzul Al-Quran Day", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-01": "Federal Territory Day", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-05-30": "Pesta Kaamatan", "2012-05-31": "Pesta Kaamatan", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-08-05": "Nuzul Al-Quran Day", "2012-08-06": "Nuzul Al-Quran Day (observed)", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-26": "Eid al-Adha", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-01": "Federal Territory Day", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-05-30": "Pesta Kaamatan", "2013-05-31": "Pesta Kaamatan", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-07-25": "Nuzul Al-Quran Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day); Federal Territory Day", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-05-30": "Pesta Kaamatan", "2014-05-31": "Pesta Kaamatan", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-15": "Nuzul Al-Quran Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-01": "Federal Territory Day", "2015-02-02": "Federal Territory Day (observed)", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-05-30": "Pesta Kaamatan", "2015-05-31": "Pesta Kaamatan", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-04": "Nuzul Al-Quran Day", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-01": "Federal Territory Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-21": "Vesak Day", "2016-05-30": "Pesta Kaamatan", "2016-05-31": "Pesta Kaamatan", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-22": "Nuzul Al-Quran Day", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-02-01": "Federal Territory Day", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-05-30": "Pesta Kaamatan", "2017-05-31": "Pesta Kaamatan", "2017-06-12": "Nuzul Al-Quran Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-01": "Federal Territory Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-05-30": "Pesta Kaamatan", "2018-05-31": "Pesta Kaamatan", "2018-06-02": "Nuzul Al-Quran Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-01": "Federal Territory Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-05-22": "Nuzul Al-Quran Day", "2019-05-30": "Pesta Kaamatan", "2019-05-31": "Pesta Kaamatan", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-02-01": "Federal Territory Day", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-10": "Nuzul Al-Quran Day", "2020-05-11": "Nuzul Al-Quran Day (observed)", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-05-30": "Pesta Kaamatan", "2020-05-31": "Pesta Kaamatan", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-01": "Federal Territory Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-04-29": "Nuzul Al-Quran Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-05-30": "Pesta Kaamatan", "2021-05-31": "Pesta Kaamatan", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-03": "Malaysia Cup Holiday", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-01": "Chinese New Year; Federal Territory Day", "2022-02-02": "Chinese New Year (Second Day)", "2022-04-19": "Nuzul Al-Quran Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-05-30": "Pesta Kaamatan", "2022-05-31": "Pesta Kaamatan", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-02-01": "Federal Territory Day", "2023-04-08": "Nuzul Al-Quran Day", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-05-30": "Pesta Kaamatan", "2023-05-31": "Pesta Kaamatan", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-01": "Federal Territory Day", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-03-28": "Nuzul Al-Quran Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-05-30": "Pesta Kaamatan", "2024-05-31": "Pesta Kaamatan", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-02-01": "Federal Territory Day", "2025-03-18": "Nuzul Al-Quran Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-05-30": "Pesta Kaamatan", "2025-05-31": "Pesta Kaamatan", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-01": "Federal Territory Day", "2026-02-02": "Federal Territory Day (observed)", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-06": "Nuzul Al-Quran Day (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-30": "Pesta Kaamatan", "2026-05-31": "Pesta Kaamatan", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-01": "Federal Territory Day", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-02-24": "Nuzul Al-Quran Day (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-05-30": "Pesta Kaamatan", "2027-05-31": "Pesta Kaamatan", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-01": "Federal Territory Day", "2028-02-13": "Nuzul Al-Quran Day (estimated)", "2028-02-14": "Nuzul Al-Quran Day (observed, estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-05-30": "Pesta Kaamatan", "2028-05-31": "Pesta Kaamatan", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-14": "Deepavali", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-01": "Federal Territory Day; Nuzul Al-Quran Day (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-05-30": "Pesta Kaamatan", "2029-05-31": "Pesta Kaamatan", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Nuzul Al-Quran Day (estimated)", "2030-02-01": "Federal Territory Day", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-05-30": "Pesta Kaamatan", "2030-05-31": "Pesta Kaamatan", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-11": "Nuzul Al-Quran Day (estimated)", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-02-01": "Federal Territory Day", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-05-30": "Pesta Kaamatan", "2031-05-31": "Pesta Kaamatan", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2031-12-31": "Nuzul Al-Quran Day (estimated)", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-01": "Federal Territory Day", "2032-02-02": "Federal Territory Day (observed)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-05-30": "Pesta Kaamatan", "2032-05-31": "Pesta Kaamatan", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali", "2032-12-20": "Nuzul Al-Quran Day (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated); Federal Territory Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-05-30": "Pesta Kaamatan", "2033-05-31": "Pesta Kaamatan", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali", "2033-12-09": "Nuzul Al-Quran Day (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-01": "Federal Territory Day", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Pesta Kaamatan; Prophet Muhammad's Birthday (estimated)", "2034-05-31": "Pesta Kaamatan", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-11-09": "Deepavali", "2034-11-28": "Nuzul Al-Quran Day (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-01": "Federal Territory Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-05-30": "Pesta Kaamatan", "2035-05-31": "Pesta Kaamatan", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-10-29": "Deepavali", "2035-11-17": "Nuzul Al-Quran Day (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-01": "Federal Territory Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-05-30": "Pesta Kaamatan", "2036-05-31": "Pesta Kaamatan", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-11-05": "Nuzul Al-Quran Day (estimated)", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-01": "Federal Territory Day", "2037-02-02": "Federal Territory Day (observed)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-05-30": "Pesta Kaamatan", "2037-05-31": "Pesta Kaamatan", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-10-26": "Nuzul Al-Quran Day (estimated)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-01": "Federal Territory Day", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-05-30": "Pesta Kaamatan", "2038-05-31": "Pesta Kaamatan", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-16": "Nuzul Al-Quran Day (estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-01": "Federal Territory Day", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-05-30": "Pesta Kaamatan", "2039-05-31": "Pesta Kaamatan", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-05": "Nuzul Al-Quran Day (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-01": "Federal Territory Day", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-05-30": "Pesta Kaamatan", "2040-05-31": "Pesta Kaamatan", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-09-23": "Nuzul Al-Quran Day (estimated)", "2040-09-24": "Nuzul Al-Quran Day (observed, estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated); Federal Territory Day", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-05-30": "Pesta Kaamatan", "2041-05-31": "Pesta Kaamatan", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-08-31": "National Day", "2041-09-13": "Nuzul Al-Quran Day (estimated)", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-02-01": "Federal Territory Day", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-05-30": "Pesta Kaamatan", "2042-05-31": "Pesta Kaamatan", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-02": "Nuzul Al-Quran Day (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-01": "Federal Territory Day", "2043-02-02": "Federal Territory Day (observed)", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-05-30": "Pesta Kaamatan", "2043-05-31": "Pesta Kaamatan", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-08-22": "Nuzul Al-Quran Day (estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Federal Territory Day", "2044-02-02": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-05-30": "Pesta Kaamatan", "2044-05-31": "Pesta Kaamatan", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-08-11": "Nuzul Al-Quran Day (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-01": "Federal Territory Day", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-05-30": "Pesta Kaamatan", "2045-05-31": "Pesta Kaamatan", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-07-31": "Nuzul Al-Quran Day (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-01": "Federal Territory Day", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-05-30": "Pesta Kaamatan", "2046-05-31": "Pesta Kaamatan", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-21": "Nuzul Al-Quran Day (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-02-01": "Federal Territory Day", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-05-30": "Pesta Kaamatan", "2047-05-31": "Pesta Kaamatan", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-10": "Nuzul Al-Quran Day (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-01": "Federal Territory Day", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-05-30": "Pesta Kaamatan", "2048-05-31": "Pesta Kaamatan", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-28": "Nuzul Al-Quran Day (estimated)", "2048-06-29": "Nuzul Al-Quran Day (observed, estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-01": "Federal Territory Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-05-30": "Pesta Kaamatan", "2049-05-31": "Pesta Kaamatan", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-06-18": "Nuzul Al-Quran Day (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-02-01": "Federal Territory Day", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-05-30": "Pesta Kaamatan", "2050-05-31": "Pesta Kaamatan", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-07": "Nuzul Al-Quran Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_16.json000066400000000000000000002413631500152103600210420ustar00rootroot00000000000000{ "1952-01-01": "New Year's Day", "1952-01-12": "Thaipusam", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-10": "Nuzul Al-Quran Day (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-11-15": "Deepavali", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-02-28": "Thaipusam", "1953-05-27": "Vesak Day (estimated)", "1953-05-30": "Nuzul Al-Quran Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-11-05": "Deepavali", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-02-18": "Thaipusam", "1954-05-17": "Vesak Day (estimated)", "1954-05-20": "Nuzul Al-Quran Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-10-25": "Deepavali", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-09": "Thaipusam", "1955-01-10": "Thaipusam (observed)", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-10": "Nuzul Al-Quran Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-11-12": "Deepavali", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-02-26": "Thaipusam", "1956-02-27": "Thaipusam (observed)", "1956-04-28": "Nuzul Al-Quran Day (estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-02-15": "Thaipusam", "1957-04-17": "Nuzul Al-Quran Day (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-03-05": "Thaipusam", "1958-04-06": "Nuzul Al-Quran Day (estimated)", "1958-04-07": "Nuzul Al-Quran Day (observed, estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-11-09": "Deepavali", "1958-11-10": "Deepavali (observed)", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-02-22": "Thaipusam", "1959-02-23": "Thaipusam (observed)", "1959-03-27": "Nuzul Al-Quran Day (estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-10-30": "Deepavali", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-13": "Thaipusam", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-15": "Nuzul Al-Quran Day (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-02": "Thaipusam", "1961-03-04": "Nuzul Al-Quran Day (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-02-19": "Thaipusam", "1962-02-21": "Nuzul Al-Quran Day (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-10-26": "Deepavali", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-10": "Thaipusam", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-11": "Nuzul Al-Quran Day (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-11-14": "Deepavali", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-31": "Nuzul Al-Quran Day (estimated)", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-02-28": "Thaipusam", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-11-02": "Deepavali", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-19": "Nuzul Al-Quran Day (estimated)", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-02-16": "Thaipusam", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-10-22": "Deepavali", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-06": "Thaipusam", "1966-01-08": "Nuzul Al-Quran Day (estimated)", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-11-10": "Deepavali", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1966-12-29": "Nuzul Al-Quran Day (estimated)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-02-24": "Thaipusam", "1967-03-21": "Eid al-Adha (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-10-31": "Deepavali", "1967-12-18": "Nuzul Al-Quran Day (estimated)", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-02-13": "Thaipusam", "1968-03-09": "Eid al-Adha (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-11-18": "Deepavali", "1968-12-07": "Nuzul Al-Quran Day (estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-03": "Thaipusam", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-11-08": "Deepavali", "1969-11-26": "Nuzul Al-Quran Day (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-21": "Thaipusam", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-10-28": "Deepavali", "1970-11-17": "Nuzul Al-Quran Day (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-12": "Thaipusam", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-11-05": "Nuzul Al-Quran Day (estimated)", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-02-29": "Thaipusam", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-10-24": "Nuzul Al-Quran Day (estimated)", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-02-18": "Thaipusam", "1973-02-19": "Thaipusam (observed)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-31": "National Day", "1973-10-13": "Nuzul Al-Quran Day (estimated)", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-08": "Thaipusam", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-02-01": "Federal Territory Day", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-31": "National Day", "1974-10-03": "Nuzul Al-Quran Day (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-01": "Federal Territory Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-02-26": "Thaipusam", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-09-22": "Nuzul Al-Quran Day (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-11-01": "Deepavali", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated); Federal Territory Day", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated); Federal Territory Day (observed)", "1976-02-15": "Thaipusam", "1976-02-16": "Thaipusam (observed)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-08-31": "National Day", "1976-09-11": "Nuzul Al-Quran Day (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-11-19": "Deepavali", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-01": "Federal Territory Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-03-05": "Thaipusam", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-08-31": "National Day; Nuzul Al-Quran Day (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-01": "Federal Territory Day", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-02-22": "Thaipusam", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-08-21": "Nuzul Al-Quran Day (estimated)", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-13": "Thaipusam", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-01": "Federal Territory Day", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-08-10": "Nuzul Al-Quran Day (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-18": "Deepavali", "1979-11-19": "Deepavali (observed)", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-01": "Federal Territory Day", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-03-02": "Thaipusam", "1980-03-03": "Thaipusam (observed)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-07-29": "Nuzul Al-Quran Day (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-01": "Federal Territory Day", "1981-02-02": "Federal Territory Day (observed)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-02-19": "Thaipusam", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-07-18": "Nuzul Al-Quran Day (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-10": "Thaipusam", "1982-01-11": "Thaipusam (observed)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-02-01": "Federal Territory Day", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-08": "Nuzul Al-Quran Day (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-11-13": "Deepavali", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-02-01": "Federal Territory Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-02-28": "Thaipusam", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-06-28": "Nuzul Al-Quran Day (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-11-03": "Deepavali", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-01": "Federal Territory Day", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-02-17": "Thaipusam", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-16": "Nuzul Al-Quran Day (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-22": "Deepavali", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-01": "Federal Territory Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-03-06": "Thaipusam", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-05": "Nuzul Al-Quran Day (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-11-10": "Deepavali", "1985-11-11": "Deepavali (observed)", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-01": "Federal Territory Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-02-23": "Thaipusam", "1986-02-24": "Thaipusam (observed)", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-05-25": "Nuzul Al-Quran Day (estimated)", "1986-05-26": "Nuzul Al-Quran Day (observed, estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-10-31": "Deepavali", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-14": "Thaipusam", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-02-01": "Federal Territory Day", "1987-02-02": "Federal Territory Day (observed)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-15": "Nuzul Al-Quran Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-01": "Federal Territory Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-03-03": "Thaipusam", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-03": "Nuzul Al-Quran Day (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-02-01": "Federal Territory Day", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-02-21": "Thaipusam", "1989-04-23": "Nuzul Al-Quran Day (estimated)", "1989-04-24": "Nuzul Al-Quran Day (observed, estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-10-27": "Deepavali", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-12": "Thaipusam", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-02-01": "Federal Territory Day", "1990-04-12": "Nuzul Al-Quran Day (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-01": "Federal Territory Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-03-01": "Thaipusam", "1991-04-02": "Nuzul Al-Quran Day (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-01": "Federal Territory Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-02-18": "Thaipusam", "1992-03-21": "Nuzul Al-Quran Day (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-10-24": "Deepavali", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-08": "Thaipusam", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-02-01": "Federal Territory Day", "1993-03-10": "Nuzul Al-Quran Day (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-11-12": "Deepavali", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-01": "Federal Territory Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-02-25": "Thaipusam", "1994-02-27": "Nuzul Al-Quran Day (estimated)", "1994-02-28": "Nuzul Al-Quran Day (observed, estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated); Federal Territory Day", "1995-02-14": "Thaipusam", "1995-02-16": "Nuzul Al-Quran Day (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-11-20": "Deepavali", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-01": "Federal Territory Day", "1996-02-06": "Nuzul Al-Quran Day (estimated)", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-03-04": "Thaipusam", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-11-09": "Deepavali", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-26": "Nuzul Al-Quran Day (estimated)", "1997-01-27": "Nuzul Al-Quran Day (observed, estimated)", "1997-02-01": "Federal Territory Day", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-02-22": "Thaipusam", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-10-29": "Deepavali", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-13": "Thaipusam", "1998-01-15": "Nuzul Al-Quran Day (estimated)", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-02-01": "Federal Territory Day", "1998-02-02": "Federal Territory Day (observed)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-11-17": "Deepavali", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-04": "Nuzul Al-Quran Day (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-01": "Federal Territory Day", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-03": "Thaipusam", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-11-06": "Deepavali", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day; Nuzul Al-Quran Day (estimated)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-01": "Federal Territory Day", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-02-20": "Thaipusam", "2000-02-21": "Thaipusam (observed)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-10-25": "Deepavali", "2000-12-13": "Nuzul Al-Quran Day (estimated)", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-01": "New Year's Day", "2001-01-09": "Thaipusam", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-02-01": "Federal Territory Day", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-11-14": "Deepavali", "2001-12-03": "Nuzul Al-Quran Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-01": "Federal Territory Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-02-27": "Thaipusam", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-11-22": "Nuzul Al-Quran Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year; Federal Territory Day", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-02-16": "Thaipusam", "2003-02-17": "Thaipusam (observed)", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-10-23": "Deepavali", "2003-11-12": "Nuzul Al-Quran Day", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-07": "Thaipusam", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-01": "Federal Territory Day", "2004-02-02": "Eid al-Adha", "2004-02-03": "Federal Territory Day (observed)", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-11-01": "Nuzul Al-Quran Day", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-01": "Federal Territory Day", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-02-23": "Thaipusam", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-10-21": "Nuzul Al-Quran Day", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Federal Territory Day", "2006-02-02": "Chinese New Year (observed)", "2006-02-13": "Thaipusam", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-31": "National Day", "2006-10-10": "Nuzul Al-Quran Day", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-01-20": "Islamic New Year", "2007-02-01": "Federal Territory Day", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-04": "Thaipusam", "2007-03-05": "Thaipusam (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-31": "National Day", "2007-09-29": "Nuzul Al-Quran Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year", "2008-02-01": "Federal Territory Day", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-02-22": "Thaipusam", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-09-18": "Nuzul Al-Quran Day", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-10-27": "Deepavali", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-01": "New Year's Day", "2009-01-11": "Thaipusam", "2009-01-12": "Thaipusam (observed)", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-02-01": "Federal Territory Day", "2009-02-02": "Federal Territory Day (observed)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-08-31": "National Day", "2009-09-07": "Nuzul Al-Quran Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-10-17": "Deepavali", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-01": "Federal Territory Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-03-01": "Thaipusam", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-08-27": "Nuzul Al-Quran Day", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-01": "Federal Territory Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-02-18": "Thaipusam", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-08-17": "Nuzul Al-Quran Day", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-10-26": "Deepavali", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-08": "Thaipusam", "2012-01-09": "Thaipusam (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-01": "Federal Territory Day", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-08-05": "Nuzul Al-Quran Day", "2012-08-06": "Nuzul Al-Quran Day (observed)", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-26": "Eid al-Adha", "2012-11-13": "Deepavali", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-01": "Federal Territory Day", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-02-25": "Thaipusam", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-07-25": "Nuzul Al-Quran Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-11-02": "Deepavali", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day); Federal Territory Day", "2014-02-14": "Thaipusam", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-15": "Nuzul Al-Quran Day", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-22": "Deepavali", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-01": "Federal Territory Day", "2015-02-02": "Federal Territory Day (observed)", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-03-05": "Thaipusam", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-04": "Nuzul Al-Quran Day", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-11-10": "Deepavali", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-01": "Federal Territory Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-02-23": "Thaipusam", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-06-22": "Nuzul Al-Quran Day", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-10-29": "Deepavali", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-13": "Thaipusam", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-02-01": "Federal Territory Day", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-06-12": "Nuzul Al-Quran Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-10-18": "Deepavali", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-31": "Thaipusam", "2018-02-01": "Federal Territory Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-06-02": "Nuzul Al-Quran Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-11-06": "Deepavali", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Thaipusam", "2019-02-01": "Federal Territory Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-05-22": "Nuzul Al-Quran Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-02-01": "Federal Territory Day", "2020-02-08": "Thaipusam", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-10": "Nuzul Al-Quran Day", "2020-05-11": "Nuzul Al-Quran Day (observed)", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-28": "Thaipusam", "2021-02-01": "Federal Territory Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-04-29": "Nuzul Al-Quran Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-11-04": "Deepavali", "2021-12-03": "Malaysia Cup Holiday", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-18": "Thaipusam", "2022-02-01": "Chinese New Year; Federal Territory Day", "2022-02-02": "Chinese New Year (Second Day)", "2022-04-19": "Nuzul Al-Quran Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-10-24": "Deepavali", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-02-01": "Federal Territory Day", "2023-02-05": "Thaipusam", "2023-02-06": "Thaipusam (observed)", "2023-04-08": "Nuzul Al-Quran Day", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-25": "Thaipusam", "2024-02-01": "Federal Territory Day", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-03-28": "Nuzul Al-Quran Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-02-01": "Federal Territory Day", "2025-02-11": "Thaipusam", "2025-03-18": "Nuzul Al-Quran Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-01": "Federal Territory Day; Thaipusam", "2026-02-02": "Federal Territory Day (observed); Thaipusam (observed)", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-06": "Nuzul Al-Quran Day (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-22": "Thaipusam", "2027-02-01": "Federal Territory Day", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-02-24": "Nuzul Al-Quran Day (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-11": "Thaipusam", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-01": "Federal Territory Day", "2028-02-13": "Nuzul Al-Quran Day (estimated)", "2028-02-14": "Nuzul Al-Quran Day (observed, estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-11-14": "Deepavali", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-01": "Federal Territory Day; Nuzul Al-Quran Day (estimated)", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-02-28": "Thaipusam", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Nuzul Al-Quran Day (estimated)", "2030-02-01": "Federal Territory Day", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-02-17": "Thaipusam", "2030-02-18": "Thaipusam (observed)", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-10-25": "Deepavali", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-08": "Thaipusam", "2031-01-11": "Nuzul Al-Quran Day (estimated)", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-02-01": "Federal Territory Day", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2031-12-31": "Nuzul Al-Quran Day (estimated)", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-01": "Federal Territory Day", "2032-02-02": "Federal Territory Day (observed)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-02-26": "Thaipusam", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-11-01": "Deepavali", "2032-12-20": "Nuzul Al-Quran Day (estimated)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated); Federal Territory Day", "2033-02-14": "Thaipusam", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-10-21": "Deepavali", "2033-12-09": "Nuzul Al-Quran Day (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-01": "Federal Territory Day", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Thaipusam", "2034-03-06": "Thaipusam (observed)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-11-09": "Deepavali", "2034-11-28": "Nuzul Al-Quran Day (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-01": "Federal Territory Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-02-23": "Thaipusam", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-10-29": "Deepavali", "2035-11-17": "Nuzul Al-Quran Day (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-13": "Thaipusam", "2036-01-14": "Thaipusam (observed)", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-01": "Federal Territory Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-11-05": "Nuzul Al-Quran Day (estimated)", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-01": "Federal Territory Day", "2037-02-02": "Federal Territory Day (observed)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-03-02": "Thaipusam", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-10-26": "Nuzul Al-Quran Day (estimated)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-01": "Federal Territory Day", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-02-19": "Thaipusam", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-16": "Nuzul Al-Quran Day (estimated)", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-09": "Thaipusam", "2039-01-10": "Thaipusam (observed)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-02-01": "Federal Territory Day", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-05": "Nuzul Al-Quran Day (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-01": "Federal Territory Day", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-02-27": "Thaipusam", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-09-23": "Nuzul Al-Quran Day (estimated)", "2040-09-24": "Nuzul Al-Quran Day (observed, estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated); Federal Territory Day", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-02-15": "Thaipusam", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-08-31": "National Day", "2041-09-13": "Nuzul Al-Quran Day (estimated)", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-07": "Thaipusam", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-02-01": "Federal Territory Day", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-02": "Nuzul Al-Quran Day (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-01": "Federal Territory Day", "2043-02-02": "Federal Territory Day (observed)", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-02-24": "Thaipusam", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-08-22": "Nuzul Al-Quran Day (estimated)", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Federal Territory Day", "2044-02-02": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-02-14": "Thaipusam", "2044-02-15": "Thaipusam (observed)", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-08-11": "Nuzul Al-Quran Day (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Deepavali", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-01": "Federal Territory Day", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-03-04": "Thaipusam", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-07-31": "Nuzul Al-Quran Day (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Deepavali", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-01": "Federal Territory Day", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-02-21": "Thaipusam", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-07-21": "Nuzul Al-Quran Day (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-11": "Thaipusam", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-02-01": "Federal Territory Day", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-10": "Nuzul Al-Quran Day (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-01": "Federal Territory Day", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-02-28": "Thaipusam", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-06-28": "Nuzul Al-Quran Day (estimated)", "2048-06-29": "Nuzul Al-Quran Day (observed, estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-04": "Deepavali", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-01": "Federal Territory Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-02-17": "Thaipusam", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-06-18": "Nuzul Al-Quran Day (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-10-25": "Deepavali", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-08": "Thaipusam", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-02-01": "Federal Territory Day", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-07": "Nuzul Al-Quran Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-12": "Deepavali", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MY_COMMON.json000066400000000000000000001706021500152103600216010ustar00rootroot00000000000000{ "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (Second Day) (estimated)", "1952-01-29": "Chinese New Year (observed, estimated)", "1952-05-08": "Vesak Day (estimated)", "1952-06-07": "Birthday of HM Yang di-Pertuan Agong", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (Second Day) (estimated)", "1952-08-31": "Eid al-Adha (estimated); National Day", "1952-09-01": "Eid al-Adha (observed, estimated); National Day (observed)", "1952-11-30": "Prophet Muhammad's Birthday (estimated)", "1952-12-01": "Prophet Muhammad's Birthday (observed, estimated)", "1952-12-25": "Christmas Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (Second Day) (estimated)", "1953-02-16": "Chinese New Year (Second Day) (observed, estimated)", "1953-05-27": "Vesak Day (estimated)", "1953-06-06": "Birthday of HM Yang di-Pertuan Agong", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (Second Day) (estimated)", "1953-06-15": "Eid al-Fitr (Second Day) (observed, estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-31": "National Day", "1953-11-19": "Prophet Muhammad's Birthday (estimated)", "1953-12-25": "Christmas Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (Second Day) (estimated)", "1954-05-17": "Vesak Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (Second Day) (estimated)", "1954-06-05": "Birthday of HM Yang di-Pertuan Agong", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-31": "National Day", "1954-11-08": "Prophet Muhammad's Birthday (estimated)", "1954-12-25": "Christmas Day", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (Second Day) (estimated)", "1955-05-06": "Vesak Day (estimated)", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (Second Day) (estimated)", "1955-06-04": "Birthday of HM Yang di-Pertuan Agong", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-31": "National Day", "1955-10-29": "Prophet Muhammad's Birthday (estimated)", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (Second Day) (estimated)", "1956-02-14": "Chinese New Year (observed, estimated)", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (Second Day) (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-06-02": "Birthday of HM Yang di-Pertuan Agong", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-31": "National Day", "1956-10-17": "Prophet Muhammad's Birthday (estimated)", "1956-12-25": "Christmas Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (Second Day) (estimated)", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (Second Day) (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-06-01": "Birthday of HM Yang di-Pertuan Agong", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-31": "National Day", "1957-10-06": "Prophet Muhammad's Birthday (estimated)", "1957-10-07": "Prophet Muhammad's Birthday (observed, estimated)", "1957-12-25": "Christmas Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (Second Day) (estimated)", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (Second Day) (estimated)", "1958-04-22": "Eid al-Fitr (observed, estimated)", "1958-05-03": "Vesak Day (estimated)", "1958-06-07": "Birthday of HM Yang di-Pertuan Agong", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-31": "National Day", "1958-09-01": "National Day (observed)", "1958-09-26": "Prophet Muhammad's Birthday (estimated)", "1958-12-25": "Christmas Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (Second Day) (estimated)", "1959-02-10": "Chinese New Year (observed, estimated)", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (Second Day) (estimated)", "1959-05-22": "Vesak Day (estimated)", "1959-06-06": "Birthday of HM Yang di-Pertuan Agong", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-31": "National Day", "1959-09-15": "Prophet Muhammad's Birthday (estimated)", "1959-12-25": "Christmas Day", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (Second Day) (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (Second Day) (estimated)", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Birthday of HM Yang di-Pertuan Agong; Eid al-Adha (estimated)", "1960-08-31": "National Day", "1960-09-03": "Prophet Muhammad's Birthday (estimated)", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (Second Day) (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (Second Day) (estimated)", "1961-03-20": "Eid al-Fitr (Second Day) (observed, estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-06-03": "Birthday of HM Yang di-Pertuan Agong", "1961-08-23": "Prophet Muhammad's Birthday (estimated)", "1961-08-31": "National Day", "1961-12-25": "Christmas Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (Second Day) (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (Second Day) (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-06-02": "Birthday of HM Yang di-Pertuan Agong", "1962-08-12": "Prophet Muhammad's Birthday (estimated)", "1962-08-13": "Prophet Muhammad's Birthday (observed, estimated)", "1962-08-31": "National Day", "1962-12-25": "Christmas Day", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (Second Day) (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (Second Day) (estimated)", "1963-02-26": "Eid al-Fitr (observed, estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-06-01": "Birthday of HM Yang di-Pertuan Agong", "1963-08-02": "Prophet Muhammad's Birthday (estimated)", "1963-08-31": "National Day", "1963-12-25": "Christmas Day", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (Second Day) (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-26": "Vesak Day (estimated)", "1964-06-06": "Birthday of HM Yang di-Pertuan Agong", "1964-07-21": "Prophet Muhammad's Birthday (estimated)", "1964-08-31": "National Day", "1964-12-25": "Christmas Day", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-05-15": "Vesak Day (estimated)", "1965-06-05": "Birthday of HM Yang di-Pertuan Agong", "1965-07-10": "Prophet Muhammad's Birthday (estimated)", "1965-08-31": "National Day", "1965-12-25": "Christmas Day", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (Second Day) (estimated)", "1966-01-24": "Eid al-Fitr (Second Day) (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-05-05": "Vesak Day (estimated)", "1966-06-04": "Birthday of HM Yang di-Pertuan Agong", "1966-07-01": "Prophet Muhammad's Birthday (estimated)", "1966-08-31": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (Second Day) (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (Second Day) (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-05-23": "Vesak Day (estimated)", "1967-06-03": "Birthday of HM Yang di-Pertuan Agong", "1967-06-19": "Prophet Muhammad's Birthday (estimated)", "1967-08-31": "National Day", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-02": "Eid al-Fitr (Second Day) (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (Second Day) (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-05-11": "Vesak Day (estimated)", "1968-06-01": "Birthday of HM Yang di-Pertuan Agong", "1968-06-08": "Prophet Muhammad's Birthday (estimated)", "1968-08-31": "National Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (Second Day) (estimated)", "1968-12-23": "Eid al-Fitr (Second Day) (observed, estimated)", "1968-12-25": "Christmas Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (Second Day) (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-05-01": "Vesak Day (estimated)", "1969-05-28": "Prophet Muhammad's Birthday (estimated)", "1969-06-07": "Birthday of HM Yang di-Pertuan Agong", "1969-08-31": "National Day", "1969-09-01": "National Day (observed)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (Second Day) (estimated)", "1969-12-25": "Christmas Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (Second Day) (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-05-18": "Prophet Muhammad's Birthday (estimated)", "1970-05-19": "Vesak Day (estimated)", "1970-06-06": "Birthday of HM Yang di-Pertuan Agong", "1970-08-31": "National Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (Second Day) (estimated)", "1970-12-25": "Christmas Day", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (Second Day) (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-05-07": "Prophet Muhammad's Birthday (estimated)", "1971-05-09": "Vesak Day (estimated)", "1971-05-10": "Vesak Day (observed, estimated)", "1971-06-05": "Birthday of HM Yang di-Pertuan Agong", "1971-08-31": "National Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (Second Day) (estimated)", "1971-12-25": "Christmas Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (Second Day) (estimated)", "1972-04-25": "Prophet Muhammad's Birthday (estimated)", "1972-05-27": "Vesak Day (estimated)", "1972-06-03": "Birthday of HM Yang di-Pertuan Agong", "1972-08-31": "National Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (Second Day) (estimated)", "1972-12-25": "Christmas Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (Second Day) (estimated)", "1973-02-05": "Chinese New Year (Second Day) (observed, estimated)", "1973-04-15": "Prophet Muhammad's Birthday (estimated)", "1973-04-16": "Prophet Muhammad's Birthday (observed, estimated)", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-06-02": "Birthday of HM Yang di-Pertuan Agong", "1973-08-31": "National Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (Second Day) (estimated)", "1973-10-29": "Eid al-Fitr (Second Day) (observed, estimated)", "1973-12-25": "Christmas Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (Second Day) (estimated)", "1974-04-04": "Prophet Muhammad's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-06-01": "Birthday of HM Yang di-Pertuan Agong", "1974-08-31": "National Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (Second Day) (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (Second Day) (estimated)", "1975-03-24": "Prophet Muhammad's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-05-26": "Vesak Day (observed, estimated)", "1975-06-07": "Birthday of HM Yang di-Pertuan Agong", "1975-08-31": "National Day", "1975-09-01": "National Day (observed)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (Second Day) (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (Second Day) (estimated)", "1976-02-02": "Chinese New Year (Second Day) (observed, estimated)", "1976-03-12": "Prophet Muhammad's Birthday (estimated)", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-06-05": "Birthday of HM Yang di-Pertuan Agong", "1976-08-31": "National Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (Second Day) (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (Second Day) (estimated)", "1977-03-02": "Prophet Muhammad's Birthday (estimated)", "1977-05-01": "Labor Day", "1977-05-02": "Vesak Day (estimated)", "1977-05-03": "Labor Day (observed)", "1977-06-04": "Birthday of HM Yang di-Pertuan Agong", "1977-08-31": "National Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (Second Day) (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (Second Day) (estimated)", "1978-02-19": "Prophet Muhammad's Birthday (estimated)", "1978-02-20": "Prophet Muhammad's Birthday (observed, estimated)", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-05-22": "Vesak Day (observed, estimated)", "1978-06-03": "Birthday of HM Yang di-Pertuan Agong", "1978-08-31": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (Second Day) (estimated)", "1978-09-05": "Eid al-Fitr (observed, estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (Second Day) (estimated)", "1979-01-30": "Chinese New Year (observed, estimated)", "1979-02-09": "Prophet Muhammad's Birthday (estimated)", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-06-02": "Birthday of HM Yang di-Pertuan Agong", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (Second Day) (estimated)", "1979-08-31": "National Day", "1979-10-31": "Eid al-Adha (estimated)", "1979-12-25": "Christmas Day", "1980-01-30": "Prophet Muhammad's Birthday (estimated)", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (Second Day) (estimated)", "1980-02-18": "Chinese New Year (Second Day) (observed, estimated)", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-06-07": "Birthday of HM Yang di-Pertuan Agong", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (Second Day) (estimated)", "1980-08-31": "National Day", "1980-09-01": "National Day (observed)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-12-25": "Christmas Day", "1981-01-18": "Prophet Muhammad's Birthday (estimated)", "1981-01-19": "Prophet Muhammad's Birthday (observed, estimated)", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (Second Day) (estimated)", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-06-06": "Birthday of HM Yang di-Pertuan Agong", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (Second Day) (estimated)", "1981-08-03": "Eid al-Fitr (Second Day) (observed, estimated)", "1981-08-31": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-12-25": "Christmas Day", "1982-01-07": "Prophet Muhammad's Birthday (estimated)", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (Second Day) (estimated)", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-06-05": "Birthday of HM Yang di-Pertuan Agong", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (Second Day) (estimated)", "1982-08-31": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-12-25": "Christmas Day", "1982-12-27": "Prophet Muhammad's Birthday (estimated)", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (Second Day) (estimated)", "1983-02-15": "Chinese New Year (observed, estimated)", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-05-27": "Vesak Day (estimated)", "1983-06-04": "Birthday of HM Yang di-Pertuan Agong", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (Second Day) (estimated)", "1983-08-31": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-12-16": "Prophet Muhammad's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (Second Day) (estimated)", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-02": "Birthday of HM Yang di-Pertuan Agong", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (Second Day) (estimated)", "1984-07-02": "Eid al-Fitr (Second Day) (observed, estimated)", "1984-08-31": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-12-04": "Prophet Muhammad's Birthday (estimated)", "1984-12-25": "Christmas Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (Second Day) (estimated)", "1985-05-01": "Labor Day", "1985-05-04": "Vesak Day (estimated)", "1985-06-01": "Birthday of HM Yang di-Pertuan Agong", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (Second Day) (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-31": "National Day", "1985-11-24": "Prophet Muhammad's Birthday (estimated)", "1985-11-25": "Prophet Muhammad's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (Second Day) (estimated)", "1986-02-11": "Chinese New Year (observed, estimated)", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-06-07": "Birthday of HM Yang di-Pertuan Agong", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (Second Day) (estimated)", "1986-06-10": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-31": "National Day", "1986-09-01": "National Day (observed)", "1986-11-14": "Prophet Muhammad's Birthday (estimated)", "1986-12-25": "Christmas Day", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (Second Day) (estimated)", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (Second Day) (estimated)", "1987-06-06": "Birthday of HM Yang di-Pertuan Agong", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-31": "National Day", "1987-11-03": "Prophet Muhammad's Birthday (estimated)", "1987-12-25": "Christmas Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (Second Day) (estimated)", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (Second Day) (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-06-04": "Birthday of HM Yang di-Pertuan Agong", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-31": "National Day", "1988-10-22": "Prophet Muhammad's Birthday (estimated)", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (Second Day) (estimated)", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (Second Day) (estimated)", "1989-05-08": "Eid al-Fitr (Second Day) (observed, estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-06-03": "Birthday of HM Yang di-Pertuan Agong", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-31": "National Day", "1989-10-11": "Prophet Muhammad's Birthday (estimated)", "1989-12-25": "Christmas Day", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (Second Day) (estimated)", "1990-01-29": "Chinese New Year (Second Day) (observed, estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (Second Day) (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-06-02": "Birthday of HM Yang di-Pertuan Agong", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-31": "National Day", "1990-10-01": "Prophet Muhammad's Birthday (estimated)", "1990-12-25": "Christmas Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (Second Day) (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (Second Day) (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-01": "Birthday of HM Yang di-Pertuan Agong", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-31": "National Day", "1991-09-20": "Prophet Muhammad's Birthday (estimated)", "1991-12-25": "Christmas Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (Second Day) (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (Second Day) (estimated)", "1992-04-06": "Eid al-Fitr (Second Day) (observed, estimated)", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-05-18": "Vesak Day (observed, estimated)", "1992-06-06": "Birthday of HM Yang di-Pertuan Agong", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-31": "National Day", "1992-09-09": "Prophet Muhammad's Birthday (estimated)", "1992-12-25": "Christmas Day", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (Second Day) (estimated)", "1993-01-25": "Chinese New Year (Second Day) (observed, estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (Second Day) (estimated)", "1993-05-01": "Labor Day", "1993-05-06": "Vesak Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-05": "Birthday of HM Yang di-Pertuan Agong", "1993-08-29": "Prophet Muhammad's Birthday (estimated)", "1993-08-30": "Prophet Muhammad's Birthday (observed, estimated)", "1993-08-31": "National Day", "1993-12-25": "Christmas Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (Second Day) (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (Second Day) (estimated)", "1994-03-15": "Eid al-Fitr (observed, estimated)", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-06-04": "Birthday of HM Yang di-Pertuan Agong", "1994-08-19": "Prophet Muhammad's Birthday (estimated)", "1994-08-31": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (Second Day) (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (Second Day) (estimated)", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-05-15": "Vesak Day (observed, estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-06-03": "Birthday of HM Yang di-Pertuan Agong", "1995-08-08": "Prophet Muhammad's Birthday (estimated)", "1995-08-31": "National Day", "1995-12-25": "Christmas Day", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (Second Day) (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-02": "Vesak Day (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-06-01": "Birthday of HM Yang di-Pertuan Agong", "1996-07-27": "Prophet Muhammad's Birthday (estimated)", "1996-08-31": "National Day", "1996-12-25": "Christmas Day", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (Second Day) (estimated)", "1997-02-10": "Eid al-Fitr (Second Day) (observed, estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-05-21": "Vesak Day (estimated)", "1997-06-07": "Birthday of HM Yang di-Pertuan Agong", "1997-07-16": "Prophet Muhammad's Birthday (estimated)", "1997-08-31": "National Day", "1997-09-01": "National Day (observed)", "1997-12-25": "Christmas Day", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (Second Day) (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (observed, estimated)", "1998-06-06": "Birthday of HM Yang di-Pertuan Agong", "1998-07-06": "Prophet Muhammad's Birthday (estimated)", "1998-08-31": "National Day", "1998-12-25": "Christmas Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (Second Day) (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (Second Day) (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-06-05": "Birthday of HM Yang di-Pertuan Agong", "1999-06-26": "Prophet Muhammad's Birthday (estimated)", "1999-08-31": "National Day", "1999-11-29": "General election additional holiday", "1999-12-25": "Christmas Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (Second Day) (estimated)", "2000-01-10": "Eid al-Fitr (Second Day) (observed, estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (Second Day) (estimated)", "2000-02-07": "Chinese New Year (Second Day) (observed, estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-06-03": "Birthday of HM Yang di-Pertuan Agong", "2000-06-14": "Prophet Muhammad's Birthday (estimated)", "2000-08-31": "National Day", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (Second Day) (estimated)", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year (Second Day)", "2001-03-06": "Eid al-Adha", "2001-03-26": "Islamic New Year", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-06-02": "Birthday of HM Yang di-Pertuan Agong", "2001-06-04": "Prophet Muhammad's Birthday", "2001-08-31": "National Day", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr (Second Day)", "2001-12-25": "Christmas Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year (Second Day)", "2002-02-23": "Eid al-Adha", "2002-03-15": "Islamic New Year", "2002-05-01": "Labor Day", "2002-05-24": "Prophet Muhammad's Birthday", "2002-05-27": "Vesak Day", "2002-06-01": "Birthday of HM Yang di-Pertuan Agong", "2002-08-31": "National Day", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr (Second Day)", "2002-12-25": "Christmas Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year (Second Day)", "2003-02-03": "Chinese New Year (Second Day) (observed)", "2003-02-12": "Eid al-Adha", "2003-03-05": "Islamic New Year", "2003-05-01": "Labor Day", "2003-05-14": "Prophet Muhammad's Birthday", "2003-05-15": "Vesak Day", "2003-06-07": "Birthday of HM Yang di-Pertuan Agong", "2003-08-31": "National Day", "2003-09-01": "National Day (observed)", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr (Second Day)", "2003-12-25": "Christmas Day", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year (Second Day)", "2004-02-02": "Eid al-Adha", "2004-02-22": "Islamic New Year", "2004-05-01": "Labor Day", "2004-05-02": "Prophet Muhammad's Birthday", "2004-05-03": "Vesak Day", "2004-05-04": "Prophet Muhammad's Birthday (observed)", "2004-06-05": "Birthday of HM Yang di-Pertuan Agong", "2004-08-31": "National Day", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (Second Day)", "2004-11-16": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year (Second Day); Islamic New Year", "2005-04-21": "Prophet Muhammad's Birthday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-06-04": "Birthday of HM Yang di-Pertuan Agong", "2005-08-31": "National Day", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr (Second Day)", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-29": "Chinese New Year", "2006-01-30": "Chinese New Year (Second Day)", "2006-01-31": "Islamic New Year", "2006-02-01": "Chinese New Year (observed)", "2006-04-11": "Prophet Muhammad's Birthday", "2006-05-01": "Labor Day", "2006-05-12": "Vesak Day", "2006-06-03": "Birthday of HM Yang di-Pertuan Agong", "2006-08-31": "National Day", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr (Second Day)", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-20": "Islamic New Year", "2007-02-18": "Chinese New Year", "2007-02-19": "Chinese New Year (Second Day)", "2007-02-20": "Chinese New Year (observed)", "2007-03-31": "Prophet Muhammad's Birthday", "2007-05-01": "Labor Day; Vesak Day", "2007-06-02": "Birthday of HM Yang di-Pertuan Agong", "2007-08-31": "National Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr (Second Day)", "2007-10-15": "Eid al-Fitr (Second Day) (observed)", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-10": "Islamic New Year", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year (Second Day)", "2008-03-20": "Prophet Muhammad's Birthday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-06-07": "Birthday of HM Yang di-Pertuan Agong", "2008-08-31": "National Day", "2008-09-01": "National Day (observed)", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr (Second Day)", "2008-12-09": "Eid al-Adha", "2008-12-25": "Christmas Day", "2008-12-29": "Islamic New Year", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year (Second Day)", "2009-03-09": "Prophet Muhammad's Birthday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-06-06": "Birthday of HM Yang di-Pertuan Agong", "2009-08-31": "National Day", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (Second Day)", "2009-09-22": "Eid al-Fitr (observed)", "2009-11-28": "Eid al-Adha", "2009-12-18": "Islamic New Year", "2009-12-25": "Christmas Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year (Second Day)", "2010-02-16": "Chinese New Year (observed)", "2010-02-26": "Prophet Muhammad's Birthday", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-06-05": "Birthday of HM Yang di-Pertuan Agong", "2010-08-31": "National Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr (Second Day)", "2010-09-16": "Malaysia Day", "2010-11-17": "Eid al-Adha", "2010-12-08": "Islamic New Year", "2010-12-25": "Christmas Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year (Second Day)", "2011-02-16": "Prophet Muhammad's Birthday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-17": "Vesak Day", "2011-06-04": "Birthday of HM Yang di-Pertuan Agong", "2011-08-31": "Eid al-Fitr; National Day", "2011-09-01": "Eid al-Fitr (Second Day)", "2011-09-16": "Malaysia Day", "2011-11-07": "Eid al-Adha", "2011-11-27": "Islamic New Year", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year (Second Day)", "2012-02-05": "Prophet Muhammad's Birthday", "2012-02-06": "Prophet Muhammad's Birthday (observed)", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-06-02": "Birthday of HM Yang di-Pertuan Agong", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (Second Day)", "2012-08-21": "Eid al-Fitr (observed)", "2012-08-31": "National Day", "2012-09-16": "Malaysia Day", "2012-09-17": "Malaysia Day (observed)", "2012-10-26": "Eid al-Adha", "2012-11-15": "Islamic New Year", "2012-12-25": "Christmas Day", "2013-01-24": "Prophet Muhammad's Birthday", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year (Second Day)", "2013-02-12": "Chinese New Year (observed)", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-06-01": "Birthday of HM Yang di-Pertuan Agong", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr (Second Day)", "2013-08-31": "National Day", "2013-09-16": "Malaysia Day", "2013-10-15": "Eid al-Adha", "2013-11-05": "Islamic New Year", "2013-12-25": "Christmas Day", "2014-01-14": "Prophet Muhammad's Birthday", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year (Second Day)", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-06-07": "Birthday of HM Yang di-Pertuan Agong", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr (Second Day)", "2014-08-31": "National Day", "2014-09-01": "National Day (observed)", "2014-09-16": "Malaysia Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-25": "Islamic New Year", "2014-12-25": "Christmas Day", "2015-01-03": "Prophet Muhammad's Birthday", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year (Second Day)", "2015-05-01": "Labor Day", "2015-05-03": "Vesak Day", "2015-05-04": "Vesak Day (observed)", "2015-06-06": "Birthday of HM Yang di-Pertuan Agong", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr (Second Day)", "2015-08-31": "National Day", "2015-09-16": "Malaysia Day", "2015-09-24": "Eid al-Adha", "2015-10-14": "Islamic New Year", "2015-12-24": "Prophet Muhammad's Birthday", "2015-12-25": "Christmas Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year (Second Day)", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-21": "Vesak Day", "2016-06-04": "Birthday of HM Yang di-Pertuan Agong", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr (Second Day)", "2016-08-31": "National Day", "2016-09-12": "Eid al-Adha", "2016-09-16": "Malaysia Day", "2016-10-02": "Islamic New Year", "2016-12-12": "Prophet Muhammad's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year (Second Day)", "2017-01-30": "Chinese New Year (Second Day) (observed)", "2017-04-24": "Day of Installation of the 15th Yang di-Pertuan Agong", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (Second Day)", "2017-06-27": "Eid al-Fitr (observed)", "2017-08-31": "National Day", "2017-09-01": "Eid al-Adha", "2017-09-04": "Additional holiday in commemoration of the 2017 SEA Games", "2017-09-09": "Birthday of HM Yang di-Pertuan Agong", "2017-09-16": "Malaysia Day", "2017-09-22": "Islamic New Year", "2017-12-01": "Prophet Muhammad's Birthday", "2017-12-25": "Christmas Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year (Second Day)", "2018-05-01": "Labor Day", "2018-05-09": "General election additional holiday", "2018-05-29": "Vesak Day", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr (Second Day)", "2018-08-22": "Eid al-Adha", "2018-08-31": "National Day", "2018-09-09": "Birthday of HM Yang di-Pertuan Agong", "2018-09-10": "Birthday of HM Yang di-Pertuan Agong (observed)", "2018-09-11": "Islamic New Year", "2018-09-16": "Malaysia Day", "2018-09-17": "Malaysia Day (observed)", "2018-11-20": "Prophet Muhammad's Birthday", "2018-12-25": "Christmas Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year (Second Day)", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr (Second Day)", "2019-07-30": "Day of Installation of the 16th Yang di-Pertuan Agong", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-08-31": "National Day", "2019-09-01": "Islamic New Year", "2019-09-09": "Birthday of HM Yang di-Pertuan Agong", "2019-09-16": "Malaysia Day", "2019-11-09": "Prophet Muhammad's Birthday", "2019-12-25": "Christmas Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year (Second Day)", "2020-01-27": "Chinese New Year (Second Day) (observed)", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (Second Day)", "2020-05-26": "Eid al-Fitr (observed)", "2020-06-08": "Birthday of HM Yang di-Pertuan Agong", "2020-07-31": "Eid al-Adha", "2020-08-20": "Islamic New Year", "2020-08-31": "National Day", "2020-09-16": "Malaysia Day", "2020-10-29": "Prophet Muhammad's Birthday", "2020-12-25": "Christmas Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year (Second Day)", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr (Second Day)", "2021-05-26": "Vesak Day", "2021-06-07": "Birthday of HM Yang di-Pertuan Agong", "2021-07-20": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-08-31": "National Day", "2021-09-16": "Malaysia Day", "2021-10-19": "Prophet Muhammad's Birthday", "2021-12-25": "Christmas Day", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year (Second Day)", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr (Second Day)", "2022-05-04": "Labor Day (observed)", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-06-06": "Birthday of HM Yang di-Pertuan Agong", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-07-30": "Islamic New Year", "2022-08-31": "National Day", "2022-09-16": "Malaysia Day", "2022-10-10": "Prophet Muhammad's Birthday", "2022-11-18": "General election additional holiday", "2022-11-19": "General election additional holiday", "2022-11-28": "Cuti Peristiwa", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year (Second Day)", "2023-01-24": "Chinese New Year (observed)", "2023-04-21": "Eid al-Fitr (additional holiday)", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr (Second Day)", "2023-04-24": "Eid al-Fitr (Second Day) (observed)", "2023-05-01": "Labor Day", "2023-05-04": "Vesak Day", "2023-06-05": "Birthday of HM Yang di-Pertuan Agong", "2023-06-29": "Eid al-Adha", "2023-07-19": "Islamic New Year", "2023-08-31": "National Day", "2023-09-16": "Malaysia Day", "2023-09-28": "Prophet Muhammad's Birthday", "2023-12-25": "Christmas Day", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year (Second Day)", "2024-02-12": "Chinese New Year (Second Day) (observed)", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr (Second Day)", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-03": "Birthday of HM Yang di-Pertuan Agong", "2024-06-17": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-08-31": "National Day", "2024-09-16": "Malaysia Day; Prophet Muhammad's Birthday", "2024-12-25": "Christmas Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year (Second Day)", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr (Second Day)", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-02": "Birthday of HM Yang di-Pertuan Agong", "2025-06-07": "Eid al-Adha", "2025-06-27": "Islamic New Year", "2025-08-31": "National Day", "2025-09-01": "National Day (observed)", "2025-09-05": "Prophet Muhammad's Birthday", "2025-09-16": "Malaysia Day", "2025-12-25": "Christmas Day", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (Second Day) (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (Second Day) (estimated)", "2026-05-01": "Labor Day; Vesak Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "Birthday of HM Yang di-Pertuan Agong", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet Muhammad's Birthday (estimated)", "2026-08-31": "National Day", "2026-09-16": "Malaysia Day", "2026-12-25": "Christmas Day", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (Second Day) (estimated)", "2027-02-08": "Chinese New Year (Second Day) (observed, estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (Second Day) (estimated)", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-05-20": "Vesak Day (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-06-07": "Birthday of HM Yang di-Pertuan Agong", "2027-08-14": "Prophet Muhammad's Birthday (estimated)", "2027-08-31": "National Day", "2027-09-16": "Malaysia Day", "2027-12-25": "Christmas Day", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (Second Day) (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (Second Day) (estimated)", "2028-02-28": "Eid al-Fitr (Second Day) (observed, estimated)", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-06-05": "Birthday of HM Yang di-Pertuan Agong", "2028-08-03": "Prophet Muhammad's Birthday (estimated)", "2028-08-31": "National Day", "2028-09-16": "Malaysia Day", "2028-12-25": "Christmas Day", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (Second Day) (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (observed, estimated)", "2029-06-04": "Birthday of HM Yang di-Pertuan Agong", "2029-07-24": "Prophet Muhammad's Birthday (estimated)", "2029-08-31": "National Day", "2029-09-16": "Malaysia Day", "2029-09-17": "Malaysia Day (observed)", "2029-12-25": "Christmas Day", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (Second Day) (estimated)", "2030-02-06": "Chinese New Year (observed, estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-05-16": "Vesak Day (estimated)", "2030-06-03": "Birthday of HM Yang di-Pertuan Agong", "2030-07-13": "Prophet Muhammad's Birthday (estimated)", "2030-08-31": "National Day", "2030-09-16": "Malaysia Day", "2030-12-25": "Christmas Day", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (Second Day) (estimated); Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (Second Day) (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-05-06": "Vesak Day (estimated)", "2031-06-02": "Birthday of HM Yang di-Pertuan Agong", "2031-07-02": "Prophet Muhammad's Birthday (estimated)", "2031-08-31": "National Day", "2031-09-01": "National Day (observed)", "2031-09-16": "Malaysia Day", "2031-12-25": "Christmas Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (Second Day) (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (Second Day) (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (observed, estimated)", "2032-06-07": "Birthday of HM Yang di-Pertuan Agong", "2032-06-20": "Prophet Muhammad's Birthday (estimated)", "2032-06-21": "Prophet Muhammad's Birthday (observed, estimated)", "2032-08-31": "National Day", "2032-09-16": "Malaysia Day", "2032-12-25": "Christmas Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (Second Day) (estimated)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (Second Day) (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-06-06": "Birthday of HM Yang di-Pertuan Agong", "2033-06-09": "Prophet Muhammad's Birthday (estimated)", "2033-08-31": "National Day", "2033-09-16": "Malaysia Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (Second Day) (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (Second Day) (estimated)", "2034-02-21": "Chinese New Year (observed, estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-01": "Labor Day", "2034-05-03": "Vesak Day (estimated)", "2034-05-30": "Prophet Muhammad's Birthday (estimated)", "2034-06-05": "Birthday of HM Yang di-Pertuan Agong", "2034-08-31": "National Day", "2034-09-16": "Malaysia Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (Second Day) (estimated)", "2034-12-25": "Christmas Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (Second Day) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-01": "Labor Day", "2035-05-20": "Prophet Muhammad's Birthday (estimated)", "2035-05-21": "Prophet Muhammad's Birthday (observed, estimated)", "2035-05-22": "Vesak Day (estimated)", "2035-06-04": "Birthday of HM Yang di-Pertuan Agong", "2035-08-31": "National Day", "2035-09-16": "Malaysia Day", "2035-09-17": "Malaysia Day (observed)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (Second Day) (estimated)", "2035-12-03": "Eid al-Fitr (Second Day) (observed, estimated)", "2035-12-25": "Christmas Day", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (Second Day) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet Muhammad's Birthday (estimated)", "2036-05-10": "Vesak Day (estimated)", "2036-06-02": "Birthday of HM Yang di-Pertuan Agong", "2036-08-31": "National Day", "2036-09-01": "National Day (observed)", "2036-09-16": "Malaysia Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (Second Day) (estimated)", "2036-12-25": "Christmas Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2037-02-17": "Chinese New Year (observed, estimated)", "2037-04-28": "Prophet Muhammad's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-06-01": "Birthday of HM Yang di-Pertuan Agong", "2037-08-31": "National Day", "2037-09-16": "Malaysia Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (Second Day) (estimated)", "2037-11-10": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (Second Day) (estimated); Islamic New Year (estimated)", "2038-04-17": "Prophet Muhammad's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-06-07": "Birthday of HM Yang di-Pertuan Agong", "2038-08-31": "National Day", "2038-09-16": "Malaysia Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (Second Day) (estimated)", "2038-12-25": "Christmas Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (Second Day) (estimated)", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet Muhammad's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-06-06": "Birthday of HM Yang di-Pertuan Agong", "2039-08-31": "National Day", "2039-09-16": "Malaysia Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (Second Day) (estimated)", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-15": "Islamic New Year (estimated)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (Second Day) (estimated)", "2040-02-14": "Chinese New Year (observed, estimated)", "2040-03-25": "Prophet Muhammad's Birthday (estimated)", "2040-03-26": "Prophet Muhammad's Birthday (observed, estimated)", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-06-04": "Birthday of HM Yang di-Pertuan Agong", "2040-08-31": "National Day", "2040-09-16": "Malaysia Day", "2040-09-17": "Malaysia Day (observed)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (Second Day) (estimated)", "2040-10-09": "Eid al-Fitr (observed, estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-04": "Islamic New Year (estimated)", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (Second Day) (estimated)", "2041-03-15": "Prophet Muhammad's Birthday (estimated)", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-06-03": "Birthday of HM Yang di-Pertuan Agong", "2041-08-31": "National Day", "2041-09-16": "Malaysia Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (Second Day) (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2041-12-25": "Christmas Day", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (Second Day) (estimated)", "2042-03-04": "Prophet Muhammad's Birthday (estimated)", "2042-05-01": "Labor Day", "2042-05-04": "Vesak Day (estimated)", "2042-05-05": "Vesak Day (observed, estimated)", "2042-06-02": "Birthday of HM Yang di-Pertuan Agong", "2042-08-31": "National Day", "2042-09-01": "National Day (observed)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (Second Day) (estimated); Malaysia Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-14": "Islamic New Year (estimated)", "2042-12-25": "Christmas Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (Second Day) (estimated)", "2043-02-22": "Prophet Muhammad's Birthday (estimated)", "2043-02-23": "Prophet Muhammad's Birthday (observed, estimated)", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-06-01": "Birthday of HM Yang di-Pertuan Agong", "2043-08-31": "National Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (Second Day) (estimated)", "2043-09-16": "Malaysia Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2043-12-25": "Christmas Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (Second Day) (estimated)", "2044-02-01": "Chinese New Year (Second Day) (observed, estimated)", "2044-02-11": "Prophet Muhammad's Birthday (estimated)", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-06-06": "Birthday of HM Yang di-Pertuan Agong", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (Second Day) (estimated)", "2044-08-31": "National Day", "2044-09-16": "Malaysia Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-30": "Prophet Muhammad's Birthday (estimated)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (Second Day) (estimated)", "2045-05-01": "Labor Day; Vesak Day (estimated)", "2045-06-05": "Birthday of HM Yang di-Pertuan Agong", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (Second Day) (estimated)", "2045-08-31": "National Day", "2045-09-16": "Malaysia Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2045-12-25": "Christmas Day", "2046-01-19": "Prophet Muhammad's Birthday (estimated)", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (Second Day) (estimated)", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (observed, estimated)", "2046-06-04": "Birthday of HM Yang di-Pertuan Agong", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (Second Day) (estimated)", "2046-08-31": "National Day", "2046-09-16": "Malaysia Day", "2046-09-17": "Malaysia Day (observed)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-12-25": "Christmas Day", "2047-01-08": "Prophet Muhammad's Birthday (estimated)", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (Second Day) (estimated)", "2047-01-28": "Chinese New Year (Second Day) (observed, estimated)", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-06-03": "Birthday of HM Yang di-Pertuan Agong", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (Second Day) (estimated)", "2047-08-31": "National Day", "2047-09-16": "Malaysia Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-12-25": "Christmas Day", "2047-12-29": "Prophet Muhammad's Birthday (estimated)", "2047-12-30": "Prophet Muhammad's Birthday (observed, estimated)", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (Second Day) (estimated)", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-06-01": "Birthday of HM Yang di-Pertuan Agong", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (Second Day) (estimated)", "2048-07-14": "Eid al-Fitr (observed, estimated)", "2048-08-31": "National Day", "2048-09-16": "Malaysia Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-12-18": "Prophet Muhammad's Birthday (estimated)", "2048-12-25": "Christmas Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (Second Day) (estimated)", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (observed, estimated)", "2049-06-07": "Birthday of HM Yang di-Pertuan Agong", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (Second Day) (estimated)", "2049-08-31": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-16": "Malaysia Day", "2049-09-28": "Islamic New Year (estimated)", "2049-12-07": "Prophet Muhammad's Birthday (estimated)", "2049-12-25": "Christmas Day", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (Second Day) (estimated)", "2050-01-25": "Chinese New Year (observed, estimated)", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-05-05": "Vesak Day (estimated)", "2050-06-06": "Birthday of HM Yang di-Pertuan Agong", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (Second Day) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-08-31": "National Day", "2050-09-16": "Malaysia Day", "2050-09-17": "Islamic New Year (estimated)", "2050-11-26": "Prophet Muhammad's Birthday (estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/MZ_COMMON.json000066400000000000000000000746261500152103600216130ustar00rootroot00000000000000{ "1975-01-01": "International Fraternalism Day", "1975-02-03": "Heroes' Day", "1975-04-07": "Women's Day", "1975-05-01": "International Workers' Day", "1975-06-25": "Independence Day", "1975-09-07": "Victory Day", "1975-09-08": "Victory Day (observed)", "1975-09-25": "Armed Forces Day", "1975-12-25": "Family Day", "1976-01-01": "International Fraternalism Day", "1976-02-03": "Heroes' Day", "1976-04-07": "Women's Day", "1976-05-01": "International Workers' Day", "1976-06-25": "Independence Day", "1976-09-07": "Victory Day", "1976-09-25": "Armed Forces Day", "1976-12-25": "Family Day", "1977-01-01": "International Fraternalism Day", "1977-02-03": "Heroes' Day", "1977-04-07": "Women's Day", "1977-05-01": "International Workers' Day", "1977-05-02": "International Workers' Day (observed)", "1977-06-25": "Independence Day", "1977-09-07": "Victory Day", "1977-09-25": "Armed Forces Day", "1977-09-26": "Armed Forces Day (observed)", "1977-12-25": "Family Day", "1977-12-26": "Family Day (observed)", "1978-01-01": "International Fraternalism Day", "1978-01-02": "International Fraternalism Day (observed)", "1978-02-03": "Heroes' Day", "1978-04-07": "Women's Day", "1978-05-01": "International Workers' Day", "1978-06-25": "Independence Day", "1978-06-26": "Independence Day (observed)", "1978-09-07": "Victory Day", "1978-09-25": "Armed Forces Day", "1978-12-25": "Family Day", "1979-01-01": "International Fraternalism Day", "1979-02-03": "Heroes' Day", "1979-04-07": "Women's Day", "1979-05-01": "International Workers' Day", "1979-06-25": "Independence Day", "1979-09-07": "Victory Day", "1979-09-25": "Armed Forces Day", "1979-12-25": "Family Day", "1980-01-01": "International Fraternalism Day", "1980-02-03": "Heroes' Day", "1980-02-04": "Heroes' Day (observed)", "1980-04-07": "Women's Day", "1980-05-01": "International Workers' Day", "1980-06-25": "Independence Day", "1980-09-07": "Victory Day", "1980-09-08": "Victory Day (observed)", "1980-09-25": "Armed Forces Day", "1980-12-25": "Family Day", "1981-01-01": "International Fraternalism Day", "1981-02-03": "Heroes' Day", "1981-04-07": "Women's Day", "1981-05-01": "International Workers' Day", "1981-06-25": "Independence Day", "1981-09-07": "Victory Day", "1981-09-25": "Armed Forces Day", "1981-12-25": "Family Day", "1982-01-01": "International Fraternalism Day", "1982-02-03": "Heroes' Day", "1982-04-07": "Women's Day", "1982-05-01": "International Workers' Day", "1982-06-25": "Independence Day", "1982-09-07": "Victory Day", "1982-09-25": "Armed Forces Day", "1982-12-25": "Family Day", "1983-01-01": "International Fraternalism Day", "1983-02-03": "Heroes' Day", "1983-04-07": "Women's Day", "1983-05-01": "International Workers' Day", "1983-05-02": "International Workers' Day (observed)", "1983-06-25": "Independence Day", "1983-09-07": "Victory Day", "1983-09-25": "Armed Forces Day", "1983-09-26": "Armed Forces Day (observed)", "1983-12-25": "Family Day", "1983-12-26": "Family Day (observed)", "1984-01-01": "International Fraternalism Day", "1984-01-02": "International Fraternalism Day (observed)", "1984-02-03": "Heroes' Day", "1984-04-07": "Women's Day", "1984-05-01": "International Workers' Day", "1984-06-25": "Independence Day", "1984-09-07": "Victory Day", "1984-09-25": "Armed Forces Day", "1984-12-25": "Family Day", "1985-01-01": "International Fraternalism Day", "1985-02-03": "Heroes' Day", "1985-02-04": "Heroes' Day (observed)", "1985-04-07": "Women's Day", "1985-04-08": "Women's Day (observed)", "1985-05-01": "International Workers' Day", "1985-06-25": "Independence Day", "1985-09-07": "Victory Day", "1985-09-25": "Armed Forces Day", "1985-12-25": "Family Day", "1986-01-01": "International Fraternalism Day", "1986-02-03": "Heroes' Day", "1986-04-07": "Women's Day", "1986-05-01": "International Workers' Day", "1986-06-25": "Independence Day", "1986-09-07": "Victory Day", "1986-09-08": "Victory Day (observed)", "1986-09-25": "Armed Forces Day", "1986-12-25": "Family Day", "1987-01-01": "International Fraternalism Day", "1987-02-03": "Heroes' Day", "1987-04-07": "Women's Day", "1987-05-01": "International Workers' Day", "1987-06-25": "Independence Day", "1987-09-07": "Victory Day", "1987-09-25": "Armed Forces Day", "1987-12-25": "Family Day", "1988-01-01": "International Fraternalism Day", "1988-02-03": "Heroes' Day", "1988-04-07": "Women's Day", "1988-05-01": "International Workers' Day", "1988-05-02": "International Workers' Day (observed)", "1988-06-25": "Independence Day", "1988-09-07": "Victory Day", "1988-09-25": "Armed Forces Day", "1988-09-26": "Armed Forces Day (observed)", "1988-12-25": "Family Day", "1988-12-26": "Family Day (observed)", "1989-01-01": "International Fraternalism Day", "1989-01-02": "International Fraternalism Day (observed)", "1989-02-03": "Heroes' Day", "1989-04-07": "Women's Day", "1989-05-01": "International Workers' Day", "1989-06-25": "Independence Day", "1989-06-26": "Independence Day (observed)", "1989-09-07": "Victory Day", "1989-09-25": "Armed Forces Day", "1989-12-25": "Family Day", "1990-01-01": "International Fraternalism Day", "1990-02-03": "Heroes' Day", "1990-04-07": "Women's Day", "1990-05-01": "International Workers' Day", "1990-06-25": "Independence Day", "1990-09-07": "Victory Day", "1990-09-25": "Armed Forces Day", "1990-12-25": "Family Day", "1991-01-01": "International Fraternalism Day", "1991-02-03": "Heroes' Day", "1991-02-04": "Heroes' Day (observed)", "1991-04-07": "Women's Day", "1991-04-08": "Women's Day (observed)", "1991-05-01": "International Workers' Day", "1991-06-25": "Independence Day", "1991-09-07": "Victory Day", "1991-09-25": "Armed Forces Day", "1991-12-25": "Family Day", "1992-01-01": "International Fraternalism Day", "1992-02-03": "Heroes' Day", "1992-04-07": "Women's Day", "1992-05-01": "International Workers' Day", "1992-06-25": "Independence Day", "1992-09-07": "Victory Day", "1992-09-25": "Armed Forces Day", "1992-12-25": "Family Day", "1993-01-01": "International Fraternalism Day", "1993-02-03": "Heroes' Day", "1993-04-07": "Women's Day", "1993-05-01": "International Workers' Day", "1993-06-25": "Independence Day", "1993-09-07": "Victory Day", "1993-09-25": "Armed Forces Day", "1993-10-04": "Peace and Reconciliation Day", "1993-12-25": "Family Day", "1994-01-01": "International Fraternalism Day", "1994-02-03": "Heroes' Day", "1994-04-07": "Women's Day", "1994-05-01": "International Workers' Day", "1994-05-02": "International Workers' Day (observed)", "1994-06-25": "Independence Day", "1994-09-07": "Victory Day", "1994-09-25": "Armed Forces Day", "1994-09-26": "Armed Forces Day (observed)", "1994-10-04": "Peace and Reconciliation Day", "1994-12-25": "Family Day", "1994-12-26": "Family Day (observed)", "1995-01-01": "International Fraternalism Day", "1995-01-02": "International Fraternalism Day (observed)", "1995-02-03": "Heroes' Day", "1995-04-07": "Women's Day", "1995-05-01": "International Workers' Day", "1995-06-25": "Independence Day", "1995-06-26": "Independence Day (observed)", "1995-09-07": "Victory Day", "1995-09-25": "Armed Forces Day", "1995-10-04": "Peace and Reconciliation Day", "1995-12-25": "Family Day", "1996-01-01": "International Fraternalism Day", "1996-02-03": "Heroes' Day", "1996-04-07": "Women's Day", "1996-04-08": "Women's Day (observed)", "1996-05-01": "International Workers' Day", "1996-06-25": "Independence Day", "1996-09-07": "Victory Day", "1996-09-25": "Armed Forces Day", "1996-10-04": "Peace and Reconciliation Day", "1996-12-25": "Family Day", "1997-01-01": "International Fraternalism Day", "1997-02-03": "Heroes' Day", "1997-04-07": "Women's Day", "1997-05-01": "International Workers' Day", "1997-06-25": "Independence Day", "1997-09-07": "Victory Day", "1997-09-08": "Victory Day (observed)", "1997-09-25": "Armed Forces Day", "1997-10-04": "Peace and Reconciliation Day", "1997-12-25": "Family Day", "1998-01-01": "International Fraternalism Day", "1998-02-03": "Heroes' Day", "1998-04-07": "Women's Day", "1998-05-01": "International Workers' Day", "1998-06-25": "Independence Day", "1998-09-07": "Victory Day", "1998-09-25": "Armed Forces Day", "1998-10-04": "Peace and Reconciliation Day", "1998-10-05": "Peace and Reconciliation Day (observed)", "1998-12-25": "Family Day", "1999-01-01": "International Fraternalism Day", "1999-02-03": "Heroes' Day", "1999-04-07": "Women's Day", "1999-05-01": "International Workers' Day", "1999-06-25": "Independence Day", "1999-09-07": "Victory Day", "1999-09-25": "Armed Forces Day", "1999-10-04": "Peace and Reconciliation Day", "1999-12-25": "Family Day", "2000-01-01": "International Fraternalism Day", "2000-02-03": "Heroes' Day", "2000-04-07": "Women's Day", "2000-05-01": "International Workers' Day", "2000-06-25": "Independence Day", "2000-06-26": "Independence Day (observed)", "2000-09-07": "Victory Day", "2000-09-25": "Armed Forces Day", "2000-10-04": "Peace and Reconciliation Day", "2000-12-25": "Family Day", "2001-01-01": "International Fraternalism Day", "2001-02-03": "Heroes' Day", "2001-04-07": "Women's Day", "2001-05-01": "International Workers' Day", "2001-06-25": "Independence Day", "2001-09-07": "Victory Day", "2001-09-25": "Armed Forces Day", "2001-10-04": "Peace and Reconciliation Day", "2001-12-25": "Family Day", "2002-01-01": "International Fraternalism Day", "2002-02-03": "Heroes' Day", "2002-02-04": "Heroes' Day (observed)", "2002-04-07": "Women's Day", "2002-04-08": "Women's Day (observed)", "2002-05-01": "International Workers' Day", "2002-06-25": "Independence Day", "2002-09-07": "Victory Day", "2002-09-25": "Armed Forces Day", "2002-10-04": "Peace and Reconciliation Day", "2002-12-25": "Family Day", "2003-01-01": "International Fraternalism Day", "2003-02-03": "Heroes' Day", "2003-04-07": "Women's Day", "2003-05-01": "International Workers' Day", "2003-06-25": "Independence Day", "2003-09-07": "Victory Day", "2003-09-08": "Victory Day (observed)", "2003-09-25": "Armed Forces Day", "2003-10-04": "Peace and Reconciliation Day", "2003-12-25": "Family Day", "2004-01-01": "International Fraternalism Day", "2004-02-03": "Heroes' Day", "2004-04-07": "Women's Day", "2004-05-01": "International Workers' Day", "2004-06-25": "Independence Day", "2004-09-07": "Victory Day", "2004-09-25": "Armed Forces Day", "2004-10-04": "Peace and Reconciliation Day", "2004-12-25": "Family Day", "2005-01-01": "International Fraternalism Day", "2005-02-03": "Heroes' Day", "2005-04-07": "Women's Day", "2005-05-01": "International Workers' Day", "2005-05-02": "International Workers' Day (observed)", "2005-06-25": "Independence Day", "2005-09-07": "Victory Day", "2005-09-25": "Armed Forces Day", "2005-09-26": "Armed Forces Day (observed)", "2005-10-04": "Peace and Reconciliation Day", "2005-12-25": "Family Day", "2005-12-26": "Family Day (observed)", "2006-01-01": "International Fraternalism Day", "2006-01-02": "International Fraternalism Day (observed)", "2006-02-03": "Heroes' Day", "2006-04-07": "Women's Day", "2006-05-01": "International Workers' Day", "2006-06-25": "Independence Day", "2006-06-26": "Independence Day (observed)", "2006-09-07": "Victory Day", "2006-09-25": "Armed Forces Day", "2006-10-04": "Peace and Reconciliation Day", "2006-12-25": "Family Day", "2007-01-01": "International Fraternalism Day", "2007-02-03": "Heroes' Day", "2007-04-07": "Women's Day", "2007-05-01": "International Workers' Day", "2007-06-25": "Independence Day", "2007-09-07": "Victory Day", "2007-09-25": "Armed Forces Day", "2007-10-04": "Peace and Reconciliation Day", "2007-12-25": "Family Day", "2008-01-01": "International Fraternalism Day", "2008-02-03": "Heroes' Day", "2008-02-04": "Heroes' Day (observed)", "2008-04-07": "Women's Day", "2008-05-01": "International Workers' Day", "2008-06-25": "Independence Day", "2008-09-07": "Victory Day", "2008-09-08": "Victory Day (observed)", "2008-09-25": "Armed Forces Day", "2008-10-04": "Peace and Reconciliation Day", "2008-12-25": "Family Day", "2009-01-01": "International Fraternalism Day", "2009-02-03": "Heroes' Day", "2009-04-07": "Women's Day", "2009-05-01": "International Workers' Day", "2009-06-25": "Independence Day", "2009-09-07": "Victory Day", "2009-09-25": "Armed Forces Day", "2009-10-04": "Peace and Reconciliation Day", "2009-10-05": "Peace and Reconciliation Day (observed)", "2009-12-25": "Family Day", "2010-01-01": "International Fraternalism Day", "2010-02-03": "Heroes' Day", "2010-04-07": "Women's Day", "2010-05-01": "International Workers' Day", "2010-06-25": "Independence Day", "2010-09-07": "Victory Day", "2010-09-25": "Armed Forces Day", "2010-10-04": "Peace and Reconciliation Day", "2010-12-25": "Family Day", "2011-01-01": "International Fraternalism Day", "2011-02-03": "Heroes' Day", "2011-04-07": "Women's Day", "2011-05-01": "International Workers' Day", "2011-05-02": "International Workers' Day (observed)", "2011-06-25": "Independence Day", "2011-09-07": "Victory Day", "2011-09-25": "Armed Forces Day", "2011-09-26": "Armed Forces Day (observed)", "2011-10-04": "Peace and Reconciliation Day", "2011-12-25": "Family Day", "2011-12-26": "Family Day (observed)", "2012-01-01": "International Fraternalism Day", "2012-01-02": "International Fraternalism Day (observed)", "2012-02-03": "Heroes' Day", "2012-04-07": "Women's Day", "2012-05-01": "International Workers' Day", "2012-06-25": "Independence Day", "2012-09-07": "Victory Day", "2012-09-25": "Armed Forces Day", "2012-10-04": "Peace and Reconciliation Day", "2012-12-25": "Family Day", "2013-01-01": "International Fraternalism Day", "2013-02-03": "Heroes' Day", "2013-02-04": "Heroes' Day (observed)", "2013-04-07": "Women's Day", "2013-04-08": "Women's Day (observed)", "2013-05-01": "International Workers' Day", "2013-06-25": "Independence Day", "2013-09-07": "Victory Day", "2013-09-25": "Armed Forces Day", "2013-10-04": "Peace and Reconciliation Day", "2013-12-25": "Family Day", "2014-01-01": "International Fraternalism Day", "2014-02-03": "Heroes' Day", "2014-04-07": "Women's Day", "2014-05-01": "International Workers' Day", "2014-06-25": "Independence Day", "2014-09-07": "Victory Day", "2014-09-08": "Victory Day (observed)", "2014-09-25": "Armed Forces Day", "2014-10-04": "Peace and Reconciliation Day", "2014-12-25": "Family Day", "2015-01-01": "International Fraternalism Day", "2015-02-03": "Heroes' Day", "2015-04-07": "Women's Day", "2015-05-01": "International Workers' Day", "2015-06-25": "Independence Day", "2015-09-07": "Victory Day", "2015-09-25": "Armed Forces Day", "2015-10-04": "Peace and Reconciliation Day", "2015-10-05": "Peace and Reconciliation Day (observed)", "2015-12-25": "Family Day", "2016-01-01": "International Fraternalism Day", "2016-02-03": "Heroes' Day", "2016-04-07": "Women's Day", "2016-05-01": "International Workers' Day", "2016-05-02": "International Workers' Day (observed)", "2016-06-25": "Independence Day", "2016-09-07": "Victory Day", "2016-09-25": "Armed Forces Day", "2016-09-26": "Armed Forces Day (observed)", "2016-10-04": "Peace and Reconciliation Day", "2016-12-25": "Family Day", "2016-12-26": "Family Day (observed)", "2017-01-01": "International Fraternalism Day", "2017-01-02": "International Fraternalism Day (observed)", "2017-02-03": "Heroes' Day", "2017-04-07": "Women's Day", "2017-05-01": "International Workers' Day", "2017-06-25": "Independence Day", "2017-06-26": "Independence Day (observed)", "2017-09-07": "Victory Day", "2017-09-25": "Armed Forces Day", "2017-10-04": "Peace and Reconciliation Day", "2017-12-25": "Family Day", "2018-01-01": "International Fraternalism Day", "2018-02-03": "Heroes' Day", "2018-04-07": "Women's Day", "2018-05-01": "International Workers' Day", "2018-06-25": "Independence Day", "2018-09-07": "Victory Day", "2018-09-25": "Armed Forces Day", "2018-10-04": "Peace and Reconciliation Day", "2018-12-25": "Family Day", "2019-01-01": "International Fraternalism Day", "2019-02-03": "Heroes' Day", "2019-02-04": "Heroes' Day (observed)", "2019-04-07": "Women's Day", "2019-04-08": "Women's Day (observed)", "2019-05-01": "International Workers' Day", "2019-06-25": "Independence Day", "2019-09-07": "Victory Day", "2019-09-25": "Armed Forces Day", "2019-10-04": "Peace and Reconciliation Day", "2019-12-25": "Family Day", "2020-01-01": "International Fraternalism Day", "2020-02-03": "Heroes' Day", "2020-04-07": "Women's Day", "2020-05-01": "International Workers' Day", "2020-06-25": "Independence Day", "2020-09-07": "Victory Day", "2020-09-25": "Armed Forces Day", "2020-10-04": "Peace and Reconciliation Day", "2020-10-05": "Peace and Reconciliation Day (observed)", "2020-12-25": "Family Day", "2021-01-01": "International Fraternalism Day", "2021-02-03": "Heroes' Day", "2021-04-07": "Women's Day", "2021-05-01": "International Workers' Day", "2021-06-25": "Independence Day", "2021-09-07": "Victory Day", "2021-09-25": "Armed Forces Day", "2021-10-04": "Peace and Reconciliation Day", "2021-12-25": "Family Day", "2022-01-01": "International Fraternalism Day", "2022-02-03": "Heroes' Day", "2022-04-07": "Women's Day", "2022-05-01": "International Workers' Day", "2022-05-02": "International Workers' Day (observed)", "2022-06-25": "Independence Day", "2022-09-07": "Victory Day", "2022-09-25": "Armed Forces Day", "2022-09-26": "Armed Forces Day (observed)", "2022-10-04": "Peace and Reconciliation Day", "2022-12-25": "Family Day", "2022-12-26": "Family Day (observed)", "2023-01-01": "International Fraternalism Day", "2023-01-02": "International Fraternalism Day (observed)", "2023-02-03": "Heroes' Day", "2023-04-07": "Women's Day", "2023-05-01": "International Workers' Day", "2023-06-25": "Independence Day", "2023-06-26": "Independence Day (observed)", "2023-09-07": "Victory Day", "2023-09-25": "Armed Forces Day", "2023-10-04": "Peace and Reconciliation Day", "2023-12-25": "Family Day", "2024-01-01": "International Fraternalism Day", "2024-02-03": "Heroes' Day", "2024-04-07": "Women's Day", "2024-04-08": "Women's Day (observed)", "2024-05-01": "International Workers' Day", "2024-06-25": "Independence Day", "2024-09-07": "Victory Day", "2024-09-25": "Armed Forces Day", "2024-10-04": "Peace and Reconciliation Day", "2024-12-25": "Family Day", "2025-01-01": "International Fraternalism Day", "2025-02-03": "Heroes' Day", "2025-04-07": "Women's Day", "2025-05-01": "International Workers' Day", "2025-06-25": "Independence Day", "2025-09-07": "Victory Day", "2025-09-08": "Victory Day (observed)", "2025-09-25": "Armed Forces Day", "2025-10-04": "Peace and Reconciliation Day", "2025-12-25": "Family Day", "2026-01-01": "International Fraternalism Day", "2026-02-03": "Heroes' Day", "2026-04-07": "Women's Day", "2026-05-01": "International Workers' Day", "2026-06-25": "Independence Day", "2026-09-07": "Victory Day", "2026-09-25": "Armed Forces Day", "2026-10-04": "Peace and Reconciliation Day", "2026-10-05": "Peace and Reconciliation Day (observed)", "2026-12-25": "Family Day", "2027-01-01": "International Fraternalism Day", "2027-02-03": "Heroes' Day", "2027-04-07": "Women's Day", "2027-05-01": "International Workers' Day", "2027-06-25": "Independence Day", "2027-09-07": "Victory Day", "2027-09-25": "Armed Forces Day", "2027-10-04": "Peace and Reconciliation Day", "2027-12-25": "Family Day", "2028-01-01": "International Fraternalism Day", "2028-02-03": "Heroes' Day", "2028-04-07": "Women's Day", "2028-05-01": "International Workers' Day", "2028-06-25": "Independence Day", "2028-06-26": "Independence Day (observed)", "2028-09-07": "Victory Day", "2028-09-25": "Armed Forces Day", "2028-10-04": "Peace and Reconciliation Day", "2028-12-25": "Family Day", "2029-01-01": "International Fraternalism Day", "2029-02-03": "Heroes' Day", "2029-04-07": "Women's Day", "2029-05-01": "International Workers' Day", "2029-06-25": "Independence Day", "2029-09-07": "Victory Day", "2029-09-25": "Armed Forces Day", "2029-10-04": "Peace and Reconciliation Day", "2029-12-25": "Family Day", "2030-01-01": "International Fraternalism Day", "2030-02-03": "Heroes' Day", "2030-02-04": "Heroes' Day (observed)", "2030-04-07": "Women's Day", "2030-04-08": "Women's Day (observed)", "2030-05-01": "International Workers' Day", "2030-06-25": "Independence Day", "2030-09-07": "Victory Day", "2030-09-25": "Armed Forces Day", "2030-10-04": "Peace and Reconciliation Day", "2030-12-25": "Family Day", "2031-01-01": "International Fraternalism Day", "2031-02-03": "Heroes' Day", "2031-04-07": "Women's Day", "2031-05-01": "International Workers' Day", "2031-06-25": "Independence Day", "2031-09-07": "Victory Day", "2031-09-08": "Victory Day (observed)", "2031-09-25": "Armed Forces Day", "2031-10-04": "Peace and Reconciliation Day", "2031-12-25": "Family Day", "2032-01-01": "International Fraternalism Day", "2032-02-03": "Heroes' Day", "2032-04-07": "Women's Day", "2032-05-01": "International Workers' Day", "2032-06-25": "Independence Day", "2032-09-07": "Victory Day", "2032-09-25": "Armed Forces Day", "2032-10-04": "Peace and Reconciliation Day", "2032-12-25": "Family Day", "2033-01-01": "International Fraternalism Day", "2033-02-03": "Heroes' Day", "2033-04-07": "Women's Day", "2033-05-01": "International Workers' Day", "2033-05-02": "International Workers' Day (observed)", "2033-06-25": "Independence Day", "2033-09-07": "Victory Day", "2033-09-25": "Armed Forces Day", "2033-09-26": "Armed Forces Day (observed)", "2033-10-04": "Peace and Reconciliation Day", "2033-12-25": "Family Day", "2033-12-26": "Family Day (observed)", "2034-01-01": "International Fraternalism Day", "2034-01-02": "International Fraternalism Day (observed)", "2034-02-03": "Heroes' Day", "2034-04-07": "Women's Day", "2034-05-01": "International Workers' Day", "2034-06-25": "Independence Day", "2034-06-26": "Independence Day (observed)", "2034-09-07": "Victory Day", "2034-09-25": "Armed Forces Day", "2034-10-04": "Peace and Reconciliation Day", "2034-12-25": "Family Day", "2035-01-01": "International Fraternalism Day", "2035-02-03": "Heroes' Day", "2035-04-07": "Women's Day", "2035-05-01": "International Workers' Day", "2035-06-25": "Independence Day", "2035-09-07": "Victory Day", "2035-09-25": "Armed Forces Day", "2035-10-04": "Peace and Reconciliation Day", "2035-12-25": "Family Day", "2036-01-01": "International Fraternalism Day", "2036-02-03": "Heroes' Day", "2036-02-04": "Heroes' Day (observed)", "2036-04-07": "Women's Day", "2036-05-01": "International Workers' Day", "2036-06-25": "Independence Day", "2036-09-07": "Victory Day", "2036-09-08": "Victory Day (observed)", "2036-09-25": "Armed Forces Day", "2036-10-04": "Peace and Reconciliation Day", "2036-12-25": "Family Day", "2037-01-01": "International Fraternalism Day", "2037-02-03": "Heroes' Day", "2037-04-07": "Women's Day", "2037-05-01": "International Workers' Day", "2037-06-25": "Independence Day", "2037-09-07": "Victory Day", "2037-09-25": "Armed Forces Day", "2037-10-04": "Peace and Reconciliation Day", "2037-10-05": "Peace and Reconciliation Day (observed)", "2037-12-25": "Family Day", "2038-01-01": "International Fraternalism Day", "2038-02-03": "Heroes' Day", "2038-04-07": "Women's Day", "2038-05-01": "International Workers' Day", "2038-06-25": "Independence Day", "2038-09-07": "Victory Day", "2038-09-25": "Armed Forces Day", "2038-10-04": "Peace and Reconciliation Day", "2038-12-25": "Family Day", "2039-01-01": "International Fraternalism Day", "2039-02-03": "Heroes' Day", "2039-04-07": "Women's Day", "2039-05-01": "International Workers' Day", "2039-05-02": "International Workers' Day (observed)", "2039-06-25": "Independence Day", "2039-09-07": "Victory Day", "2039-09-25": "Armed Forces Day", "2039-09-26": "Armed Forces Day (observed)", "2039-10-04": "Peace and Reconciliation Day", "2039-12-25": "Family Day", "2039-12-26": "Family Day (observed)", "2040-01-01": "International Fraternalism Day", "2040-01-02": "International Fraternalism Day (observed)", "2040-02-03": "Heroes' Day", "2040-04-07": "Women's Day", "2040-05-01": "International Workers' Day", "2040-06-25": "Independence Day", "2040-09-07": "Victory Day", "2040-09-25": "Armed Forces Day", "2040-10-04": "Peace and Reconciliation Day", "2040-12-25": "Family Day", "2041-01-01": "International Fraternalism Day", "2041-02-03": "Heroes' Day", "2041-02-04": "Heroes' Day (observed)", "2041-04-07": "Women's Day", "2041-04-08": "Women's Day (observed)", "2041-05-01": "International Workers' Day", "2041-06-25": "Independence Day", "2041-09-07": "Victory Day", "2041-09-25": "Armed Forces Day", "2041-10-04": "Peace and Reconciliation Day", "2041-12-25": "Family Day", "2042-01-01": "International Fraternalism Day", "2042-02-03": "Heroes' Day", "2042-04-07": "Women's Day", "2042-05-01": "International Workers' Day", "2042-06-25": "Independence Day", "2042-09-07": "Victory Day", "2042-09-08": "Victory Day (observed)", "2042-09-25": "Armed Forces Day", "2042-10-04": "Peace and Reconciliation Day", "2042-12-25": "Family Day", "2043-01-01": "International Fraternalism Day", "2043-02-03": "Heroes' Day", "2043-04-07": "Women's Day", "2043-05-01": "International Workers' Day", "2043-06-25": "Independence Day", "2043-09-07": "Victory Day", "2043-09-25": "Armed Forces Day", "2043-10-04": "Peace and Reconciliation Day", "2043-10-05": "Peace and Reconciliation Day (observed)", "2043-12-25": "Family Day", "2044-01-01": "International Fraternalism Day", "2044-02-03": "Heroes' Day", "2044-04-07": "Women's Day", "2044-05-01": "International Workers' Day", "2044-05-02": "International Workers' Day (observed)", "2044-06-25": "Independence Day", "2044-09-07": "Victory Day", "2044-09-25": "Armed Forces Day", "2044-09-26": "Armed Forces Day (observed)", "2044-10-04": "Peace and Reconciliation Day", "2044-12-25": "Family Day", "2044-12-26": "Family Day (observed)", "2045-01-01": "International Fraternalism Day", "2045-01-02": "International Fraternalism Day (observed)", "2045-02-03": "Heroes' Day", "2045-04-07": "Women's Day", "2045-05-01": "International Workers' Day", "2045-06-25": "Independence Day", "2045-06-26": "Independence Day (observed)", "2045-09-07": "Victory Day", "2045-09-25": "Armed Forces Day", "2045-10-04": "Peace and Reconciliation Day", "2045-12-25": "Family Day", "2046-01-01": "International Fraternalism Day", "2046-02-03": "Heroes' Day", "2046-04-07": "Women's Day", "2046-05-01": "International Workers' Day", "2046-06-25": "Independence Day", "2046-09-07": "Victory Day", "2046-09-25": "Armed Forces Day", "2046-10-04": "Peace and Reconciliation Day", "2046-12-25": "Family Day", "2047-01-01": "International Fraternalism Day", "2047-02-03": "Heroes' Day", "2047-02-04": "Heroes' Day (observed)", "2047-04-07": "Women's Day", "2047-04-08": "Women's Day (observed)", "2047-05-01": "International Workers' Day", "2047-06-25": "Independence Day", "2047-09-07": "Victory Day", "2047-09-25": "Armed Forces Day", "2047-10-04": "Peace and Reconciliation Day", "2047-12-25": "Family Day", "2048-01-01": "International Fraternalism Day", "2048-02-03": "Heroes' Day", "2048-04-07": "Women's Day", "2048-05-01": "International Workers' Day", "2048-06-25": "Independence Day", "2048-09-07": "Victory Day", "2048-09-25": "Armed Forces Day", "2048-10-04": "Peace and Reconciliation Day", "2048-10-05": "Peace and Reconciliation Day (observed)", "2048-12-25": "Family Day", "2049-01-01": "International Fraternalism Day", "2049-02-03": "Heroes' Day", "2049-04-07": "Women's Day", "2049-05-01": "International Workers' Day", "2049-06-25": "Independence Day", "2049-09-07": "Victory Day", "2049-09-25": "Armed Forces Day", "2049-10-04": "Peace and Reconciliation Day", "2049-12-25": "Family Day", "2050-01-01": "International Fraternalism Day", "2050-02-03": "Heroes' Day", "2050-04-07": "Women's Day", "2050-05-01": "International Workers' Day", "2050-05-02": "International Workers' Day (observed)", "2050-06-25": "Independence Day", "2050-09-07": "Victory Day", "2050-09-25": "Armed Forces Day", "2050-09-26": "Armed Forces Day (observed)", "2050-10-04": "Peace and Reconciliation Day", "2050-12-25": "Family Day", "2050-12-26": "Family Day (observed)" } holidays-0.71/snapshots/countries/NA_COMMON.json000066400000000000000000000742051500152103600215540ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-03-21": "Independence Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Workers' Day", "1990-05-04": "Cassinga Day", "1990-05-24": "Ascension Day", "1990-05-25": "Africa Day", "1990-08-26": "Heroes' Day", "1990-09-10": "International Human Rights Day", "1990-12-25": "Christmas Day", "1990-12-26": "Family Day", "1991-01-01": "New Year's Day", "1991-03-21": "Independence Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Workers' Day", "1991-05-04": "Cassinga Day", "1991-05-09": "Ascension Day", "1991-05-25": "Africa Day", "1991-08-26": "Heroes' Day", "1991-09-10": "International Human Rights Day", "1991-12-25": "Christmas Day", "1991-12-26": "Family Day", "1992-01-01": "New Year's Day", "1992-03-21": "Independence Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Workers' Day", "1992-05-04": "Cassinga Day", "1992-05-25": "Africa Day", "1992-05-28": "Ascension Day", "1992-08-26": "Heroes' Day", "1992-09-10": "International Human Rights Day", "1992-12-25": "Christmas Day", "1992-12-26": "Family Day", "1993-01-01": "New Year's Day", "1993-03-21": "Independence Day", "1993-03-22": "Independence Day (observed)", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Workers' Day", "1993-05-04": "Cassinga Day", "1993-05-20": "Ascension Day", "1993-05-25": "Africa Day", "1993-08-26": "Heroes' Day", "1993-09-10": "International Human Rights Day", "1993-12-25": "Christmas Day", "1993-12-26": "Family Day", "1993-12-27": "Family Day (observed)", "1994-01-01": "New Year's Day", "1994-03-21": "Independence Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Workers' Day", "1994-05-02": "Workers' Day (observed)", "1994-05-04": "Cassinga Day", "1994-05-12": "Ascension Day", "1994-05-25": "Africa Day", "1994-08-26": "Heroes' Day", "1994-09-10": "International Human Rights Day", "1994-12-25": "Christmas Day", "1994-12-26": "Family Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-21": "Independence Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Workers' Day", "1995-05-04": "Cassinga Day", "1995-05-25": "Africa Day; Ascension Day", "1995-08-26": "Heroes' Day", "1995-09-10": "International Human Rights Day", "1995-09-11": "International Human Rights Day (observed)", "1995-12-25": "Christmas Day", "1995-12-26": "Family Day", "1996-01-01": "New Year's Day", "1996-03-21": "Independence Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Workers' Day", "1996-05-04": "Cassinga Day", "1996-05-16": "Ascension Day", "1996-05-25": "Africa Day", "1996-08-26": "Heroes' Day", "1996-09-10": "International Human Rights Day", "1996-12-25": "Christmas Day", "1996-12-26": "Family Day", "1997-01-01": "New Year's Day", "1997-03-21": "Independence Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Workers' Day", "1997-05-04": "Cassinga Day", "1997-05-05": "Cassinga Day (observed)", "1997-05-08": "Ascension Day", "1997-05-25": "Africa Day", "1997-05-26": "Africa Day (observed)", "1997-08-26": "Heroes' Day", "1997-09-10": "International Human Rights Day", "1997-12-25": "Christmas Day", "1997-12-26": "Family Day", "1998-01-01": "New Year's Day", "1998-03-21": "Independence Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Workers' Day", "1998-05-04": "Cassinga Day", "1998-05-21": "Ascension Day", "1998-05-25": "Africa Day", "1998-08-26": "Heroes' Day", "1998-09-10": "International Human Rights Day", "1998-12-25": "Christmas Day", "1998-12-26": "Family Day", "1999-01-01": "New Year's Day", "1999-03-21": "Independence Day", "1999-03-22": "Independence Day (observed)", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Workers' Day", "1999-05-04": "Cassinga Day", "1999-05-13": "Ascension Day", "1999-05-25": "Africa Day", "1999-08-26": "Heroes' Day", "1999-09-10": "International Human Rights Day", "1999-12-25": "Christmas Day", "1999-12-26": "Family Day", "1999-12-27": "Family Day (observed)", "1999-12-31": "Y2K changeover", "2000-01-01": "New Year's Day", "2000-01-03": "Y2K changeover", "2000-03-21": "Independence Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Workers' Day", "2000-05-04": "Cassinga Day", "2000-05-25": "Africa Day", "2000-06-01": "Ascension Day", "2000-08-26": "Heroes' Day", "2000-09-10": "International Human Rights Day", "2000-09-11": "International Human Rights Day (observed)", "2000-12-25": "Christmas Day", "2000-12-26": "Family Day", "2001-01-01": "New Year's Day", "2001-03-21": "Independence Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Workers' Day", "2001-05-04": "Cassinga Day", "2001-05-24": "Ascension Day", "2001-05-25": "Africa Day", "2001-08-26": "Heroes' Day", "2001-08-27": "Heroes' Day (observed)", "2001-09-10": "International Human Rights Day", "2001-12-25": "Christmas Day", "2001-12-26": "Family Day", "2002-01-01": "New Year's Day", "2002-03-21": "Independence Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Workers' Day", "2002-05-04": "Cassinga Day", "2002-05-09": "Ascension Day", "2002-05-25": "Africa Day", "2002-08-26": "Heroes' Day", "2002-09-10": "International Human Rights Day", "2002-12-25": "Christmas Day", "2002-12-26": "Family Day", "2003-01-01": "New Year's Day", "2003-03-21": "Independence Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Workers' Day", "2003-05-04": "Cassinga Day", "2003-05-05": "Cassinga Day (observed)", "2003-05-25": "Africa Day", "2003-05-26": "Africa Day (observed)", "2003-05-29": "Ascension Day", "2003-08-26": "Heroes' Day", "2003-09-10": "International Human Rights Day", "2003-12-25": "Christmas Day", "2003-12-26": "Family Day", "2004-01-01": "New Year's Day", "2004-03-21": "Independence Day", "2004-03-22": "Independence Day (observed)", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Workers' Day", "2004-05-04": "Cassinga Day", "2004-05-20": "Ascension Day", "2004-05-25": "Africa Day", "2004-08-26": "Heroes' Day", "2004-09-10": "International Human Rights Day", "2004-12-25": "Christmas Day", "2004-12-26": "Family Day", "2004-12-27": "Family Day (observed)", "2005-01-01": "New Year's Day", "2005-03-21": "Independence Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Workers' Day", "2005-05-02": "Workers' Day (observed)", "2005-05-04": "Cassinga Day", "2005-05-05": "Ascension Day", "2005-05-25": "Africa Day", "2005-08-26": "Heroes' Day", "2005-09-10": "Day of the Namibian Women and International Human Rights Day", "2005-12-25": "Christmas Day", "2005-12-26": "Family Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-21": "Independence Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Workers' Day", "2006-05-04": "Cassinga Day", "2006-05-25": "Africa Day; Ascension Day", "2006-08-26": "Heroes' Day", "2006-09-10": "Day of the Namibian Women and International Human Rights Day", "2006-09-11": "Day of the Namibian Women and International Human Rights Day (observed)", "2006-12-25": "Christmas Day", "2006-12-26": "Family Day", "2007-01-01": "New Year's Day", "2007-03-21": "Independence Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Workers' Day", "2007-05-04": "Cassinga Day", "2007-05-17": "Ascension Day", "2007-05-25": "Africa Day", "2007-08-26": "Heroes' Day", "2007-08-27": "Heroes' Day (observed)", "2007-09-10": "Day of the Namibian Women and International Human Rights Day", "2007-12-25": "Christmas Day", "2007-12-26": "Family Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday; Independence Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Workers' Day", "2008-05-04": "Cassinga Day", "2008-05-05": "Cassinga Day (observed)", "2008-05-25": "Africa Day", "2008-05-26": "Africa Day (observed)", "2008-08-26": "Heroes' Day", "2008-09-10": "Day of the Namibian Women and International Human Rights Day", "2008-12-25": "Christmas Day", "2008-12-26": "Family Day", "2009-01-01": "New Year's Day", "2009-03-21": "Independence Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Workers' Day", "2009-05-04": "Cassinga Day", "2009-05-21": "Ascension Day", "2009-05-25": "Africa Day", "2009-08-26": "Heroes' Day", "2009-09-10": "Day of the Namibian Women and International Human Rights Day", "2009-12-25": "Christmas Day", "2009-12-26": "Family Day", "2010-01-01": "New Year's Day", "2010-03-21": "Independence Day", "2010-03-22": "Independence Day (observed)", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Workers' Day", "2010-05-04": "Cassinga Day", "2010-05-13": "Ascension Day", "2010-05-25": "Africa Day", "2010-08-26": "Heroes' Day", "2010-09-10": "Day of the Namibian Women and International Human Rights Day", "2010-12-25": "Christmas Day", "2010-12-26": "Family Day", "2010-12-27": "Family Day (observed)", "2011-01-01": "New Year's Day", "2011-03-21": "Independence Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Workers' Day", "2011-05-02": "Workers' Day (observed)", "2011-05-04": "Cassinga Day", "2011-05-25": "Africa Day", "2011-06-02": "Ascension Day", "2011-08-26": "Heroes' Day", "2011-09-10": "Day of the Namibian Women and International Human Rights Day", "2011-12-25": "Christmas Day", "2011-12-26": "Family Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-21": "Independence Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Workers' Day", "2012-05-04": "Cassinga Day", "2012-05-17": "Ascension Day", "2012-05-25": "Africa Day", "2012-08-26": "Heroes' Day", "2012-08-27": "Heroes' Day (observed)", "2012-09-10": "Day of the Namibian Women and International Human Rights Day", "2012-12-25": "Christmas Day", "2012-12-26": "Family Day", "2013-01-01": "New Year's Day", "2013-03-21": "Independence Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Workers' Day", "2013-05-04": "Cassinga Day", "2013-05-09": "Ascension Day", "2013-05-25": "Africa Day", "2013-08-26": "Heroes' Day", "2013-09-10": "Day of the Namibian Women and International Human Rights Day", "2013-12-25": "Christmas Day", "2013-12-26": "Family Day", "2014-01-01": "New Year's Day", "2014-03-21": "Independence Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Workers' Day", "2014-05-04": "Cassinga Day", "2014-05-05": "Cassinga Day (observed)", "2014-05-25": "Africa Day", "2014-05-26": "Africa Day (observed)", "2014-05-29": "Ascension Day", "2014-08-26": "Heroes' Day", "2014-09-10": "Day of the Namibian Women and International Human Rights Day", "2014-12-25": "Christmas Day", "2014-12-26": "Family Day", "2015-01-01": "New Year's Day", "2015-03-21": "Independence Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Workers' Day", "2015-05-04": "Cassinga Day", "2015-05-14": "Ascension Day", "2015-05-25": "Africa Day", "2015-08-26": "Heroes' Day", "2015-09-10": "Day of the Namibian Women and International Human Rights Day", "2015-12-25": "Christmas Day", "2015-12-26": "Family Day", "2016-01-01": "New Year's Day", "2016-03-21": "Independence Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Workers' Day", "2016-05-02": "Workers' Day (observed)", "2016-05-04": "Cassinga Day", "2016-05-05": "Ascension Day", "2016-05-25": "Africa Day", "2016-08-26": "Heroes' Day", "2016-09-10": "Day of the Namibian Women and International Human Rights Day", "2016-12-25": "Christmas Day", "2016-12-26": "Family Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-21": "Independence Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Workers' Day", "2017-05-04": "Cassinga Day", "2017-05-25": "Africa Day; Ascension Day", "2017-08-26": "Heroes' Day", "2017-09-10": "Day of the Namibian Women and International Human Rights Day", "2017-09-11": "Day of the Namibian Women and International Human Rights Day (observed)", "2017-12-25": "Christmas Day", "2017-12-26": "Family Day", "2018-01-01": "New Year's Day", "2018-03-21": "Independence Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Workers' Day", "2018-05-04": "Cassinga Day", "2018-05-10": "Ascension Day", "2018-05-25": "Africa Day", "2018-08-26": "Heroes' Day", "2018-08-27": "Heroes' Day (observed)", "2018-09-10": "Day of the Namibian Women and International Human Rights Day", "2018-12-25": "Christmas Day", "2018-12-26": "Family Day", "2019-01-01": "New Year's Day", "2019-03-21": "Independence Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Workers' Day", "2019-05-04": "Cassinga Day", "2019-05-25": "Africa Day", "2019-05-30": "Ascension Day", "2019-08-26": "Heroes' Day", "2019-09-10": "Day of the Namibian Women and International Human Rights Day", "2019-12-25": "Christmas Day", "2019-12-26": "Family Day", "2020-01-01": "New Year's Day", "2020-03-21": "Independence Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Workers' Day", "2020-05-04": "Cassinga Day", "2020-05-21": "Ascension Day", "2020-05-25": "Africa Day", "2020-08-26": "Heroes' Day", "2020-09-10": "Day of the Namibian Women and International Human Rights Day", "2020-12-25": "Christmas Day", "2020-12-26": "Family Day", "2021-01-01": "New Year's Day", "2021-03-21": "Independence Day", "2021-03-22": "Independence Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Workers' Day", "2021-05-04": "Cassinga Day", "2021-05-13": "Ascension Day", "2021-05-25": "Africa Day", "2021-08-26": "Heroes' Day", "2021-09-10": "Day of the Namibian Women and International Human Rights Day", "2021-12-25": "Christmas Day", "2021-12-26": "Family Day", "2021-12-27": "Family Day (observed)", "2022-01-01": "New Year's Day", "2022-03-21": "Independence Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Workers' Day", "2022-05-02": "Workers' Day (observed)", "2022-05-04": "Cassinga Day", "2022-05-25": "Africa Day", "2022-05-26": "Ascension Day", "2022-08-26": "Heroes' Day", "2022-09-10": "Day of the Namibian Women and International Human Rights Day", "2022-12-25": "Christmas Day", "2022-12-26": "Family Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-03-21": "Independence Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Workers' Day", "2023-05-04": "Cassinga Day", "2023-05-18": "Ascension Day", "2023-05-25": "Africa Day", "2023-08-26": "Heroes' Day", "2023-09-10": "Day of the Namibian Women and International Human Rights Day", "2023-09-11": "Day of the Namibian Women and International Human Rights Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Family Day", "2024-01-01": "New Year's Day", "2024-03-21": "Independence Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Workers' Day", "2024-05-04": "Cassinga Day", "2024-05-09": "Ascension Day", "2024-05-25": "Africa Day", "2024-08-26": "Heroes' Day", "2024-09-10": "Day of the Namibian Women and International Human Rights Day", "2024-12-25": "Christmas Day", "2024-12-26": "Family Day", "2025-01-01": "New Year's Day", "2025-03-21": "Independence Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Workers' Day", "2025-05-04": "Cassinga Day", "2025-05-05": "Cassinga Day (observed)", "2025-05-25": "Africa Day", "2025-05-26": "Africa Day (observed)", "2025-05-29": "Ascension Day", "2025-08-26": "Heroes' Day", "2025-09-10": "Day of the Namibian Women and International Human Rights Day", "2025-12-25": "Christmas Day", "2025-12-26": "Family Day", "2026-01-01": "New Year's Day", "2026-03-21": "Independence Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Workers' Day", "2026-05-04": "Cassinga Day", "2026-05-14": "Ascension Day", "2026-05-25": "Africa Day", "2026-08-26": "Heroes' Day", "2026-09-10": "Day of the Namibian Women and International Human Rights Day", "2026-12-25": "Christmas Day", "2026-12-26": "Family Day", "2027-01-01": "New Year's Day", "2027-03-21": "Independence Day", "2027-03-22": "Independence Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Workers' Day", "2027-05-04": "Cassinga Day", "2027-05-06": "Ascension Day", "2027-05-25": "Africa Day", "2027-08-26": "Heroes' Day", "2027-09-10": "Day of the Namibian Women and International Human Rights Day", "2027-12-25": "Christmas Day", "2027-12-26": "Family Day", "2027-12-27": "Family Day (observed)", "2028-01-01": "New Year's Day", "2028-03-21": "Independence Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Workers' Day", "2028-05-04": "Cassinga Day", "2028-05-25": "Africa Day; Ascension Day", "2028-08-26": "Heroes' Day", "2028-09-10": "Day of the Namibian Women and International Human Rights Day", "2028-09-11": "Day of the Namibian Women and International Human Rights Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Family Day", "2029-01-01": "New Year's Day", "2029-03-21": "Independence Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Workers' Day", "2029-05-04": "Cassinga Day", "2029-05-10": "Ascension Day", "2029-05-25": "Africa Day", "2029-08-26": "Heroes' Day", "2029-08-27": "Heroes' Day (observed)", "2029-09-10": "Day of the Namibian Women and International Human Rights Day", "2029-12-25": "Christmas Day", "2029-12-26": "Family Day", "2030-01-01": "New Year's Day", "2030-03-21": "Independence Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Workers' Day", "2030-05-04": "Cassinga Day", "2030-05-25": "Africa Day", "2030-05-30": "Ascension Day", "2030-08-26": "Heroes' Day", "2030-09-10": "Day of the Namibian Women and International Human Rights Day", "2030-12-25": "Christmas Day", "2030-12-26": "Family Day", "2031-01-01": "New Year's Day", "2031-03-21": "Independence Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Workers' Day", "2031-05-04": "Cassinga Day", "2031-05-05": "Cassinga Day (observed)", "2031-05-22": "Ascension Day", "2031-05-25": "Africa Day", "2031-05-26": "Africa Day (observed)", "2031-08-26": "Heroes' Day", "2031-09-10": "Day of the Namibian Women and International Human Rights Day", "2031-12-25": "Christmas Day", "2031-12-26": "Family Day", "2032-01-01": "New Year's Day", "2032-03-21": "Independence Day", "2032-03-22": "Independence Day (observed)", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Workers' Day", "2032-05-04": "Cassinga Day", "2032-05-06": "Ascension Day", "2032-05-25": "Africa Day", "2032-08-26": "Heroes' Day", "2032-09-10": "Day of the Namibian Women and International Human Rights Day", "2032-12-25": "Christmas Day", "2032-12-26": "Family Day", "2032-12-27": "Family Day (observed)", "2033-01-01": "New Year's Day", "2033-03-21": "Independence Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Workers' Day", "2033-05-02": "Workers' Day (observed)", "2033-05-04": "Cassinga Day", "2033-05-25": "Africa Day", "2033-05-26": "Ascension Day", "2033-08-26": "Heroes' Day", "2033-09-10": "Day of the Namibian Women and International Human Rights Day", "2033-12-25": "Christmas Day", "2033-12-26": "Family Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-03-21": "Independence Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Workers' Day", "2034-05-04": "Cassinga Day", "2034-05-18": "Ascension Day", "2034-05-25": "Africa Day", "2034-08-26": "Heroes' Day", "2034-09-10": "Day of the Namibian Women and International Human Rights Day", "2034-09-11": "Day of the Namibian Women and International Human Rights Day (observed)", "2034-12-25": "Christmas Day", "2034-12-26": "Family Day", "2035-01-01": "New Year's Day", "2035-03-21": "Independence Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Workers' Day", "2035-05-03": "Ascension Day", "2035-05-04": "Cassinga Day", "2035-05-25": "Africa Day", "2035-08-26": "Heroes' Day", "2035-08-27": "Heroes' Day (observed)", "2035-09-10": "Day of the Namibian Women and International Human Rights Day", "2035-12-25": "Christmas Day", "2035-12-26": "Family Day", "2036-01-01": "New Year's Day", "2036-03-21": "Independence Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Workers' Day", "2036-05-04": "Cassinga Day", "2036-05-05": "Cassinga Day (observed)", "2036-05-22": "Ascension Day", "2036-05-25": "Africa Day", "2036-05-26": "Africa Day (observed)", "2036-08-26": "Heroes' Day", "2036-09-10": "Day of the Namibian Women and International Human Rights Day", "2036-12-25": "Christmas Day", "2036-12-26": "Family Day", "2037-01-01": "New Year's Day", "2037-03-21": "Independence Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Workers' Day", "2037-05-04": "Cassinga Day", "2037-05-14": "Ascension Day", "2037-05-25": "Africa Day", "2037-08-26": "Heroes' Day", "2037-09-10": "Day of the Namibian Women and International Human Rights Day", "2037-12-25": "Christmas Day", "2037-12-26": "Family Day", "2038-01-01": "New Year's Day", "2038-03-21": "Independence Day", "2038-03-22": "Independence Day (observed)", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Workers' Day", "2038-05-04": "Cassinga Day", "2038-05-25": "Africa Day", "2038-06-03": "Ascension Day", "2038-08-26": "Heroes' Day", "2038-09-10": "Day of the Namibian Women and International Human Rights Day", "2038-12-25": "Christmas Day", "2038-12-26": "Family Day", "2038-12-27": "Family Day (observed)", "2039-01-01": "New Year's Day", "2039-03-21": "Independence Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Workers' Day", "2039-05-02": "Workers' Day (observed)", "2039-05-04": "Cassinga Day", "2039-05-19": "Ascension Day", "2039-05-25": "Africa Day", "2039-08-26": "Heroes' Day", "2039-09-10": "Day of the Namibian Women and International Human Rights Day", "2039-12-25": "Christmas Day", "2039-12-26": "Family Day", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-21": "Independence Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Workers' Day", "2040-05-04": "Cassinga Day", "2040-05-10": "Ascension Day", "2040-05-25": "Africa Day", "2040-08-26": "Heroes' Day", "2040-08-27": "Heroes' Day (observed)", "2040-09-10": "Day of the Namibian Women and International Human Rights Day", "2040-12-25": "Christmas Day", "2040-12-26": "Family Day", "2041-01-01": "New Year's Day", "2041-03-21": "Independence Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Workers' Day", "2041-05-04": "Cassinga Day", "2041-05-25": "Africa Day", "2041-05-30": "Ascension Day", "2041-08-26": "Heroes' Day", "2041-09-10": "Day of the Namibian Women and International Human Rights Day", "2041-12-25": "Christmas Day", "2041-12-26": "Family Day", "2042-01-01": "New Year's Day", "2042-03-21": "Independence Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Workers' Day", "2042-05-04": "Cassinga Day", "2042-05-05": "Cassinga Day (observed)", "2042-05-15": "Ascension Day", "2042-05-25": "Africa Day", "2042-05-26": "Africa Day (observed)", "2042-08-26": "Heroes' Day", "2042-09-10": "Day of the Namibian Women and International Human Rights Day", "2042-12-25": "Christmas Day", "2042-12-26": "Family Day", "2043-01-01": "New Year's Day", "2043-03-21": "Independence Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Workers' Day", "2043-05-04": "Cassinga Day", "2043-05-07": "Ascension Day", "2043-05-25": "Africa Day", "2043-08-26": "Heroes' Day", "2043-09-10": "Day of the Namibian Women and International Human Rights Day", "2043-12-25": "Christmas Day", "2043-12-26": "Family Day", "2044-01-01": "New Year's Day", "2044-03-21": "Independence Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Workers' Day", "2044-05-02": "Workers' Day (observed)", "2044-05-04": "Cassinga Day", "2044-05-25": "Africa Day", "2044-05-26": "Ascension Day", "2044-08-26": "Heroes' Day", "2044-09-10": "Day of the Namibian Women and International Human Rights Day", "2044-12-25": "Christmas Day", "2044-12-26": "Family Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-03-21": "Independence Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Workers' Day", "2045-05-04": "Cassinga Day", "2045-05-18": "Ascension Day", "2045-05-25": "Africa Day", "2045-08-26": "Heroes' Day", "2045-09-10": "Day of the Namibian Women and International Human Rights Day", "2045-09-11": "Day of the Namibian Women and International Human Rights Day (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Family Day", "2046-01-01": "New Year's Day", "2046-03-21": "Independence Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Workers' Day", "2046-05-03": "Ascension Day", "2046-05-04": "Cassinga Day", "2046-05-25": "Africa Day", "2046-08-26": "Heroes' Day", "2046-08-27": "Heroes' Day (observed)", "2046-09-10": "Day of the Namibian Women and International Human Rights Day", "2046-12-25": "Christmas Day", "2046-12-26": "Family Day", "2047-01-01": "New Year's Day", "2047-03-21": "Independence Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Workers' Day", "2047-05-04": "Cassinga Day", "2047-05-23": "Ascension Day", "2047-05-25": "Africa Day", "2047-08-26": "Heroes' Day", "2047-09-10": "Day of the Namibian Women and International Human Rights Day", "2047-12-25": "Christmas Day", "2047-12-26": "Family Day", "2048-01-01": "New Year's Day", "2048-03-21": "Independence Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Workers' Day", "2048-05-04": "Cassinga Day", "2048-05-14": "Ascension Day", "2048-05-25": "Africa Day", "2048-08-26": "Heroes' Day", "2048-09-10": "Day of the Namibian Women and International Human Rights Day", "2048-12-25": "Christmas Day", "2048-12-26": "Family Day", "2049-01-01": "New Year's Day", "2049-03-21": "Independence Day", "2049-03-22": "Independence Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Workers' Day", "2049-05-04": "Cassinga Day", "2049-05-25": "Africa Day", "2049-05-27": "Ascension Day", "2049-08-26": "Heroes' Day", "2049-09-10": "Day of the Namibian Women and International Human Rights Day", "2049-12-25": "Christmas Day", "2049-12-26": "Family Day", "2049-12-27": "Family Day (observed)", "2050-01-01": "New Year's Day", "2050-03-21": "Independence Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Workers' Day", "2050-05-02": "Workers' Day (observed)", "2050-05-04": "Cassinga Day", "2050-05-19": "Ascension Day", "2050-05-25": "Africa Day", "2050-08-26": "Heroes' Day", "2050-09-10": "Day of the Namibian Women and International Human Rights Day", "2050-12-25": "Christmas Day", "2050-12-26": "Family Day" } holidays-0.71/snapshots/countries/NG_COMMON.json000066400000000000000000001251411500152103600215560ustar00rootroot00000000000000{ "1979-01-01": "New Year's Day", "1979-02-09": "Eid-el-Mawlid (estimated)", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-08-23": "Eid-el-Fitr (estimated)", "1979-08-24": "Eid-el-Fitr Holiday (estimated)", "1979-10-01": "Independence Day", "1979-10-31": "Eid-el-Kabir (estimated)", "1979-11-01": "Eid-el-Kabir Holiday (estimated)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-30": "Eid-el-Mawlid (estimated)", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-08-12": "Eid-el-Fitr (estimated)", "1980-08-13": "Eid-el-Fitr Holiday (estimated)", "1980-10-01": "Independence Day", "1980-10-19": "Eid-el-Kabir (estimated)", "1980-10-20": "Eid-el-Kabir Holiday (estimated)", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-18": "Eid-el-Mawlid (estimated)", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Workers' Day", "1981-08-01": "Eid-el-Fitr (estimated)", "1981-08-02": "Eid-el-Fitr Holiday (estimated)", "1981-10-01": "Independence Day", "1981-10-08": "Eid-el-Kabir (estimated)", "1981-10-09": "Eid-el-Kabir Holiday (estimated)", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-01-07": "Eid-el-Mawlid (estimated)", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Workers' Day", "1982-07-21": "Eid-el-Fitr (estimated)", "1982-07-22": "Eid-el-Fitr Holiday (estimated)", "1982-09-27": "Eid-el-Kabir (estimated)", "1982-09-28": "Eid-el-Kabir Holiday (estimated)", "1982-10-01": "Independence Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Eid-el-Mawlid (estimated)", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Workers' Day", "1983-07-11": "Eid-el-Fitr (estimated)", "1983-07-12": "Eid-el-Fitr Holiday (estimated)", "1983-09-17": "Eid-el-Kabir (estimated)", "1983-09-18": "Eid-el-Kabir Holiday (estimated)", "1983-10-01": "Independence Day", "1983-12-16": "Eid-el-Mawlid (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Workers' Day", "1984-06-30": "Eid-el-Fitr (estimated)", "1984-07-01": "Eid-el-Fitr Holiday (estimated)", "1984-09-05": "Eid-el-Kabir (estimated)", "1984-09-06": "Eid-el-Kabir Holiday (estimated)", "1984-10-01": "Independence Day", "1984-12-04": "Eid-el-Mawlid (estimated)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Workers' Day", "1985-06-19": "Eid-el-Fitr (estimated)", "1985-06-20": "Eid-el-Fitr Holiday (estimated)", "1985-08-26": "Eid-el-Kabir (estimated)", "1985-08-27": "Eid-el-Kabir Holiday (estimated)", "1985-10-01": "Independence Day", "1985-11-24": "Eid-el-Mawlid (estimated)", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Workers' Day", "1986-06-08": "Eid-el-Fitr (estimated)", "1986-06-09": "Eid-el-Fitr Holiday (estimated)", "1986-08-15": "Eid-el-Kabir (estimated)", "1986-08-16": "Eid-el-Kabir Holiday (estimated)", "1986-10-01": "Independence Day", "1986-11-14": "Eid-el-Mawlid (estimated)", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Workers' Day", "1987-05-28": "Eid-el-Fitr (estimated)", "1987-05-29": "Eid-el-Fitr Holiday (estimated)", "1987-08-04": "Eid-el-Kabir (estimated)", "1987-08-05": "Eid-el-Kabir Holiday (estimated)", "1987-10-01": "Independence Day", "1987-11-03": "Eid-el-Mawlid (estimated)", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Workers' Day", "1988-05-16": "Eid-el-Fitr (estimated)", "1988-05-17": "Eid-el-Fitr Holiday (estimated)", "1988-07-23": "Eid-el-Kabir (estimated)", "1988-07-24": "Eid-el-Kabir Holiday (estimated)", "1988-10-01": "Independence Day", "1988-10-22": "Eid-el-Mawlid (estimated)", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Workers' Day", "1989-05-06": "Eid-el-Fitr (estimated)", "1989-05-07": "Eid-el-Fitr Holiday (estimated)", "1989-07-13": "Eid-el-Kabir (estimated)", "1989-07-14": "Eid-el-Kabir Holiday (estimated)", "1989-10-01": "Independence Day", "1989-10-11": "Eid-el-Mawlid (estimated)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-26": "Eid-el-Fitr (estimated)", "1990-04-27": "Eid-el-Fitr Holiday (estimated)", "1990-05-01": "Workers' Day", "1990-07-02": "Eid-el-Kabir (estimated)", "1990-07-03": "Eid-el-Kabir Holiday (estimated)", "1990-10-01": "Eid-el-Mawlid (estimated); Independence Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-15": "Eid-el-Fitr (estimated)", "1991-04-16": "Eid-el-Fitr Holiday (estimated)", "1991-05-01": "Workers' Day", "1991-06-22": "Eid-el-Kabir (estimated)", "1991-06-23": "Eid-el-Kabir Holiday (estimated)", "1991-09-20": "Eid-el-Mawlid (estimated)", "1991-10-01": "Independence Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-04": "Eid-el-Fitr (estimated)", "1992-04-05": "Eid-el-Fitr Holiday (estimated)", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Workers' Day", "1992-06-11": "Eid-el-Kabir (estimated)", "1992-06-12": "Eid-el-Kabir Holiday (estimated)", "1992-09-09": "Eid-el-Mawlid (estimated)", "1992-10-01": "Independence Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-03-24": "Eid-el-Fitr (estimated)", "1993-03-25": "Eid-el-Fitr Holiday (estimated)", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Workers' Day", "1993-05-31": "Eid-el-Kabir (estimated)", "1993-06-01": "Eid-el-Kabir Holiday (estimated)", "1993-08-29": "Eid-el-Mawlid (estimated)", "1993-10-01": "Independence Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1994-01-01": "New Year's Day", "1994-03-13": "Eid-el-Fitr (estimated)", "1994-03-14": "Eid-el-Fitr Holiday (estimated)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Workers' Day", "1994-05-20": "Eid-el-Kabir (estimated)", "1994-05-21": "Eid-el-Kabir Holiday (estimated)", "1994-08-19": "Eid-el-Mawlid (estimated)", "1994-10-01": "Independence Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1995-01-01": "New Year's Day", "1995-03-02": "Eid-el-Fitr (estimated)", "1995-03-03": "Eid-el-Fitr Holiday (estimated)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Workers' Day", "1995-05-09": "Eid-el-Kabir (estimated)", "1995-05-10": "Eid-el-Kabir Holiday (estimated)", "1995-08-08": "Eid-el-Mawlid (estimated)", "1995-10-01": "Independence Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid-el-Fitr (estimated)", "1996-02-20": "Eid-el-Fitr Holiday (estimated)", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-27": "Eid-el-Kabir (estimated)", "1996-04-28": "Eid-el-Kabir Holiday (estimated)", "1996-05-01": "Workers' Day", "1996-07-27": "Eid-el-Mawlid (estimated)", "1996-10-01": "Independence Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid-el-Fitr (estimated)", "1997-02-09": "Eid-el-Fitr Holiday (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-17": "Eid-el-Kabir (estimated)", "1997-04-18": "Eid-el-Kabir Holiday (estimated)", "1997-05-01": "Workers' Day", "1997-07-16": "Eid-el-Mawlid (estimated)", "1997-10-01": "Independence Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid-el-Fitr (estimated)", "1998-01-30": "Eid-el-Fitr Holiday (estimated)", "1998-04-07": "Eid-el-Kabir (estimated)", "1998-04-08": "Eid-el-Kabir Holiday (estimated)", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Workers' Day", "1998-07-06": "Eid-el-Mawlid (estimated)", "1998-10-01": "Independence Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid-el-Fitr (estimated)", "1999-01-19": "Eid-el-Fitr Holiday (estimated)", "1999-03-27": "Eid-el-Kabir (estimated)", "1999-03-28": "Eid-el-Kabir Holiday (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Workers' Day", "1999-06-26": "Eid-el-Mawlid (estimated)", "1999-10-01": "Independence Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid-el-Fitr (estimated)", "2000-01-09": "Eid-el-Fitr Holiday (estimated)", "2000-03-16": "Eid-el-Kabir (estimated)", "2000-03-17": "Eid-el-Kabir Holiday (estimated)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Workers' Day", "2000-05-29": "Democracy Day", "2000-06-14": "Eid-el-Mawlid (estimated)", "2000-10-01": "Independence Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2000-12-27": "Eid-el-Fitr (estimated)", "2000-12-28": "Eid-el-Fitr Holiday (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid-el-Kabir (estimated)", "2001-03-06": "Eid-el-Kabir Holiday (estimated)", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Workers' Day", "2001-05-29": "Democracy Day", "2001-06-04": "Eid-el-Mawlid (estimated)", "2001-10-01": "Independence Day", "2001-12-16": "Eid-el-Fitr (estimated)", "2001-12-17": "Eid-el-Fitr Holiday (estimated)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid-el-Kabir (estimated)", "2002-02-23": "Eid-el-Kabir Holiday (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Workers' Day", "2002-05-24": "Eid-el-Mawlid (estimated)", "2002-05-29": "Democracy Day", "2002-10-01": "Independence Day", "2002-12-05": "Eid-el-Fitr (estimated)", "2002-12-06": "Eid-el-Fitr Holiday (estimated)", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid-el-Kabir (estimated)", "2003-02-12": "Eid-el-Kabir Holiday (estimated)", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Workers' Day", "2003-05-13": "Eid-el-Mawlid (estimated)", "2003-05-29": "Democracy Day", "2003-10-01": "Independence Day", "2003-11-25": "Eid-el-Fitr (estimated)", "2003-11-26": "Eid-el-Fitr Holiday (estimated)", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid-el-Kabir (estimated)", "2004-02-02": "Eid-el-Kabir Holiday (estimated)", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Eid-el-Mawlid (estimated); Workers' Day", "2004-05-29": "Democracy Day", "2004-10-01": "Independence Day", "2004-11-14": "Eid-el-Fitr (estimated)", "2004-11-15": "Eid-el-Fitr Holiday (estimated)", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid-el-Kabir (estimated)", "2005-01-22": "Eid-el-Kabir Holiday (estimated)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-21": "Eid-el-Mawlid (estimated)", "2005-05-01": "Workers' Day", "2005-05-29": "Democracy Day", "2005-10-01": "Independence Day", "2005-11-03": "Eid-el-Fitr (estimated)", "2005-11-04": "Eid-el-Fitr Holiday (estimated)", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid-el-Kabir (estimated)", "2006-01-11": "Eid-el-Kabir Holiday (estimated)", "2006-04-10": "Eid-el-Mawlid (estimated)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Workers' Day", "2006-05-29": "Democracy Day", "2006-10-01": "Independence Day", "2006-10-23": "Eid-el-Fitr (estimated)", "2006-10-24": "Eid-el-Fitr Holiday (estimated)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2006-12-31": "Eid-el-Kabir (estimated)", "2007-01-01": "Eid-el-Kabir Holiday (estimated); New Year's Day", "2007-03-31": "Eid-el-Mawlid (estimated)", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Workers' Day", "2007-05-29": "Democracy Day", "2007-10-01": "Independence Day", "2007-10-13": "Eid-el-Fitr (estimated)", "2007-10-14": "Eid-el-Fitr Holiday (estimated)", "2007-12-20": "Eid-el-Kabir (estimated)", "2007-12-21": "Eid-el-Kabir Holiday (estimated)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-20": "Eid-el-Mawlid (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Workers' Day", "2008-05-29": "Democracy Day", "2008-10-01": "Eid-el-Fitr (estimated); Independence Day", "2008-10-02": "Eid-el-Fitr Holiday (estimated)", "2008-12-08": "Eid-el-Kabir (estimated)", "2008-12-09": "Eid-el-Kabir Holiday (estimated)", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-09": "Eid-el-Mawlid (estimated)", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Workers' Day", "2009-05-29": "Democracy Day", "2009-09-20": "Eid-el-Fitr (estimated)", "2009-09-21": "Eid-el-Fitr Holiday (estimated)", "2009-10-01": "Independence Day", "2009-11-27": "Eid-el-Kabir (estimated)", "2009-11-28": "Eid-el-Kabir Holiday (estimated)", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-02-26": "Eid-el-Mawlid (estimated)", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Workers' Day", "2010-05-29": "Democracy Day", "2010-09-10": "Eid-el-Fitr (estimated)", "2010-09-11": "Eid-el-Fitr Holiday (estimated)", "2010-10-01": "Independence Day", "2010-11-16": "Eid-el-Kabir (estimated)", "2010-11-17": "Eid-el-Kabir Holiday (estimated)", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2011-01-01": "New Year's Day", "2011-02-15": "Eid-el-Mawlid (estimated)", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Workers' Day", "2011-05-29": "Democracy Day", "2011-08-30": "Eid-el-Fitr (estimated)", "2011-08-31": "Eid-el-Fitr Holiday (estimated)", "2011-10-01": "Independence Day", "2011-11-06": "Eid-el-Kabir (estimated)", "2011-11-07": "Eid-el-Kabir Holiday (estimated)", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2012-01-01": "New Year's Day", "2012-02-04": "Eid-el-Mawlid (estimated)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Workers' Day", "2012-05-29": "Democracy Day", "2012-08-19": "Eid-el-Fitr (estimated)", "2012-08-20": "Eid-el-Fitr Holiday (estimated)", "2012-10-01": "Independence Day", "2012-10-26": "Eid-el-Kabir (estimated)", "2012-10-27": "Eid-el-Kabir Holiday (estimated)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-24": "Eid-el-Mawlid (estimated)", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Workers' Day", "2013-05-29": "Democracy Day", "2013-08-08": "Eid-el-Fitr (estimated)", "2013-08-09": "Eid-el-Fitr Holiday (estimated)", "2013-10-01": "Independence Day", "2013-10-15": "Eid-el-Kabir (estimated)", "2013-10-16": "Eid-el-Kabir Holiday (estimated)", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-13": "Eid-el-Mawlid (estimated)", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Workers' Day", "2014-05-29": "Democracy Day", "2014-07-28": "Eid-el-Fitr (estimated)", "2014-07-29": "Eid-el-Fitr Holiday (estimated)", "2014-10-01": "Independence Day", "2014-10-04": "Eid-el-Kabir (estimated)", "2014-10-05": "Eid-el-Kabir Holiday (estimated)", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-03": "Eid-el-Mawlid (estimated)", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Workers' Day", "2015-05-29": "Democracy Day", "2015-07-17": "Eid-el-Fitr (estimated)", "2015-07-18": "Eid-el-Fitr Holiday (estimated)", "2015-09-23": "Eid-el-Kabir (estimated)", "2015-09-24": "Eid-el-Kabir Holiday (estimated)", "2015-10-01": "Independence Day", "2015-12-23": "Eid-el-Mawlid (estimated)", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Workers' Day", "2016-05-02": "Workers' Day (observed)", "2016-05-29": "Democracy Day", "2016-05-30": "Democracy Day (observed)", "2016-07-06": "Eid-el-Fitr (estimated)", "2016-07-07": "Eid-el-Fitr Holiday (estimated)", "2016-09-11": "Eid-el-Kabir (estimated)", "2016-09-12": "Eid-el-Kabir Holiday (estimated)", "2016-09-13": "Eid-el-Kabir (estimated) (observed)", "2016-10-01": "Independence Day", "2016-10-03": "Independence Day (observed)", "2016-12-11": "Eid-el-Mawlid (estimated)", "2016-12-12": "Eid-el-Mawlid (estimated) (observed)", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Workers' Day", "2017-05-29": "Democracy Day", "2017-06-25": "Eid-el-Fitr (estimated)", "2017-06-26": "Eid-el-Fitr Holiday (estimated)", "2017-06-27": "Eid-el-Fitr (estimated) (observed)", "2017-09-01": "Eid-el-Kabir (estimated)", "2017-09-02": "Eid-el-Kabir Holiday (estimated)", "2017-09-04": "Eid-el-Kabir Holiday (estimated) (observed)", "2017-10-01": "Independence Day", "2017-10-02": "Independence Day (observed)", "2017-11-30": "Eid-el-Mawlid (estimated)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Workers' Day", "2018-05-29": "Democracy Day", "2018-06-15": "Eid-el-Fitr (estimated)", "2018-06-16": "Eid-el-Fitr Holiday (estimated)", "2018-06-18": "Eid-el-Fitr Holiday (estimated) (observed)", "2018-08-21": "Eid-el-Kabir (estimated)", "2018-08-22": "Eid-el-Kabir Holiday (estimated)", "2018-10-01": "Independence Day", "2018-11-20": "Eid-el-Mawlid (estimated)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-22": "Public Holiday for Elections", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Workers' Day", "2019-05-29": "Presidential Inauguration Day", "2019-06-04": "Eid-el-Fitr (estimated)", "2019-06-05": "Eid-el-Fitr Holiday (estimated)", "2019-06-12": "Democracy Day", "2019-08-11": "Eid-el-Kabir (estimated)", "2019-08-12": "Eid-el-Kabir Holiday (estimated)", "2019-08-13": "Eid-el-Kabir (estimated) (observed)", "2019-10-01": "Independence Day", "2019-11-09": "Eid-el-Mawlid (estimated)", "2019-11-11": "Eid-el-Mawlid (estimated) (observed)", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Workers' Day", "2020-05-24": "Eid-el-Fitr (estimated)", "2020-05-25": "Eid-el-Fitr Holiday (estimated)", "2020-05-26": "Eid-el-Fitr (estimated) (observed)", "2020-06-12": "Democracy Day", "2020-07-31": "Eid-el-Kabir (estimated)", "2020-08-01": "Eid-el-Kabir Holiday (estimated)", "2020-08-03": "Eid-el-Kabir Holiday (estimated) (observed)", "2020-10-01": "Independence Day", "2020-10-29": "Eid-el-Mawlid (estimated)", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Workers' Day", "2021-05-03": "Workers' Day (observed)", "2021-05-13": "Eid-el-Fitr (estimated)", "2021-05-14": "Eid-el-Fitr Holiday (estimated)", "2021-06-12": "Democracy Day", "2021-06-14": "Democracy Day (observed)", "2021-07-20": "Eid-el-Kabir (estimated)", "2021-07-21": "Eid-el-Kabir Holiday (estimated)", "2021-10-01": "Independence Day", "2021-10-18": "Eid-el-Mawlid (estimated)", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Workers' Day", "2022-05-02": "Eid-el-Fitr (estimated)", "2022-05-03": "Eid-el-Fitr Holiday (estimated)", "2022-05-04": "Workers' Day (observed)", "2022-06-12": "Democracy Day", "2022-06-13": "Democracy Day (observed)", "2022-07-09": "Eid-el-Kabir (estimated)", "2022-07-10": "Eid-el-Kabir Holiday (estimated)", "2022-07-11": "Eid-el-Kabir (estimated) (observed)", "2022-07-12": "Eid-el-Kabir Holiday (estimated) (observed)", "2022-10-01": "Independence Day", "2022-10-03": "Independence Day (observed)", "2022-10-08": "Eid-el-Mawlid (estimated)", "2022-10-10": "Eid-el-Mawlid (estimated) (observed)", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-21": "Eid-el-Fitr (estimated)", "2023-04-22": "Eid-el-Fitr Holiday (estimated)", "2023-04-24": "Eid-el-Fitr Holiday (estimated) (observed)", "2023-05-01": "Workers' Day", "2023-06-12": "Democracy Day", "2023-06-28": "Eid-el-Kabir (estimated)", "2023-06-29": "Eid-el-Kabir Holiday (estimated)", "2023-09-27": "Eid-el-Mawlid (estimated)", "2023-10-01": "Independence Day", "2023-10-02": "Independence Day (observed)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-10": "Eid-el-Fitr (estimated)", "2024-04-11": "Eid-el-Fitr Holiday (estimated)", "2024-05-01": "Workers' Day", "2024-06-12": "Democracy Day", "2024-06-16": "Eid-el-Kabir (estimated)", "2024-06-17": "Eid-el-Kabir Holiday (estimated)", "2024-06-18": "Eid-el-Kabir (estimated) (observed)", "2024-09-15": "Eid-el-Mawlid (estimated)", "2024-09-16": "Eid-el-Mawlid (estimated) (observed)", "2024-10-01": "Independence Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-03-30": "Eid-el-Fitr (estimated)", "2025-03-31": "Eid-el-Fitr Holiday (estimated)", "2025-04-01": "Eid-el-Fitr (estimated) (observed)", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Workers' Day", "2025-06-06": "Eid-el-Kabir (estimated)", "2025-06-07": "Eid-el-Kabir Holiday (estimated)", "2025-06-09": "Eid-el-Kabir Holiday (estimated) (observed)", "2025-06-12": "Democracy Day", "2025-09-04": "Eid-el-Mawlid (estimated)", "2025-10-01": "Independence Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-03-20": "Eid-el-Fitr (estimated)", "2026-03-21": "Eid-el-Fitr Holiday (estimated)", "2026-03-23": "Eid-el-Fitr Holiday (estimated) (observed)", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Workers' Day", "2026-05-27": "Eid-el-Kabir (estimated)", "2026-05-28": "Eid-el-Kabir Holiday (estimated)", "2026-06-12": "Democracy Day", "2026-08-25": "Eid-el-Mawlid (estimated)", "2026-10-01": "Independence Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-09": "Eid-el-Fitr (estimated)", "2027-03-10": "Eid-el-Fitr Holiday (estimated)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Workers' Day", "2027-05-03": "Workers' Day (observed)", "2027-05-16": "Eid-el-Kabir (estimated)", "2027-05-17": "Eid-el-Kabir Holiday (estimated)", "2027-05-18": "Eid-el-Kabir (estimated) (observed)", "2027-06-12": "Democracy Day", "2027-06-14": "Democracy Day (observed)", "2027-08-14": "Eid-el-Mawlid (estimated)", "2027-08-16": "Eid-el-Mawlid (estimated) (observed)", "2027-10-01": "Independence Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-26": "Eid-el-Fitr (estimated)", "2028-02-27": "Eid-el-Fitr Holiday (estimated)", "2028-02-28": "Eid-el-Fitr (estimated) (observed)", "2028-02-29": "Eid-el-Fitr Holiday (estimated) (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Workers' Day", "2028-05-05": "Eid-el-Kabir (estimated)", "2028-05-06": "Eid-el-Kabir Holiday (estimated)", "2028-05-08": "Eid-el-Kabir Holiday (estimated) (observed)", "2028-06-12": "Democracy Day", "2028-08-03": "Eid-el-Mawlid (estimated)", "2028-10-01": "Independence Day", "2028-10-02": "Independence Day (observed)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-14": "Eid-el-Fitr (estimated)", "2029-02-15": "Eid-el-Fitr Holiday (estimated)", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-24": "Eid-el-Kabir (estimated)", "2029-04-25": "Eid-el-Kabir Holiday (estimated)", "2029-05-01": "Workers' Day", "2029-06-12": "Democracy Day", "2029-07-24": "Eid-el-Mawlid (estimated)", "2029-10-01": "Independence Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid-el-Fitr (estimated)", "2030-02-05": "Eid-el-Fitr Holiday (estimated)", "2030-04-13": "Eid-el-Kabir (estimated)", "2030-04-14": "Eid-el-Kabir Holiday (estimated)", "2030-04-15": "Eid-el-Kabir (estimated) (observed)", "2030-04-16": "Eid-el-Kabir Holiday (estimated) (observed)", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Workers' Day", "2030-06-12": "Democracy Day", "2030-07-13": "Eid-el-Mawlid (estimated)", "2030-07-15": "Eid-el-Mawlid (estimated) (observed)", "2030-10-01": "Independence Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid-el-Fitr (estimated)", "2031-01-25": "Eid-el-Fitr Holiday (estimated)", "2031-01-27": "Eid-el-Fitr Holiday (estimated) (observed)", "2031-04-02": "Eid-el-Kabir (estimated)", "2031-04-03": "Eid-el-Kabir Holiday (estimated)", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Workers' Day", "2031-06-12": "Democracy Day", "2031-07-02": "Eid-el-Mawlid (estimated)", "2031-10-01": "Independence Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid-el-Fitr (estimated)", "2032-01-15": "Eid-el-Fitr Holiday (estimated)", "2032-03-22": "Eid-el-Kabir (estimated)", "2032-03-23": "Eid-el-Kabir Holiday (estimated)", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Workers' Day", "2032-05-03": "Workers' Day (observed)", "2032-06-12": "Democracy Day", "2032-06-14": "Democracy Day (observed)", "2032-06-20": "Eid-el-Mawlid (estimated)", "2032-06-21": "Eid-el-Mawlid (estimated) (observed)", "2032-10-01": "Independence Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Eid-el-Fitr (estimated)", "2033-01-03": "Eid-el-Fitr Holiday (estimated)", "2033-01-04": "New Year's Day (observed)", "2033-01-05": "Eid-el-Fitr (estimated) (observed)", "2033-03-11": "Eid-el-Kabir (estimated)", "2033-03-12": "Eid-el-Kabir Holiday (estimated)", "2033-03-14": "Eid-el-Kabir Holiday (estimated) (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Workers' Day", "2033-05-02": "Workers' Day (observed)", "2033-06-09": "Eid-el-Mawlid (estimated)", "2033-06-12": "Democracy Day", "2033-06-13": "Democracy Day (observed)", "2033-10-01": "Independence Day", "2033-10-03": "Independence Day (observed)", "2033-12-23": "Eid-el-Fitr (estimated)", "2033-12-24": "Eid-el-Fitr Holiday (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Eid-el-Fitr Holiday (estimated) (observed)", "2033-12-28": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-03-01": "Eid-el-Kabir (estimated)", "2034-03-02": "Eid-el-Kabir Holiday (estimated)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Workers' Day", "2034-05-30": "Eid-el-Mawlid (estimated)", "2034-06-12": "Democracy Day", "2034-10-01": "Independence Day", "2034-10-02": "Independence Day (observed)", "2034-12-12": "Eid-el-Fitr (estimated)", "2034-12-13": "Eid-el-Fitr Holiday (estimated)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-18": "Eid-el-Kabir (estimated)", "2035-02-19": "Eid-el-Kabir Holiday (estimated)", "2035-02-20": "Eid-el-Kabir (estimated) (observed)", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Workers' Day", "2035-05-20": "Eid-el-Mawlid (estimated)", "2035-05-21": "Eid-el-Mawlid (estimated) (observed)", "2035-06-12": "Democracy Day", "2035-10-01": "Independence Day", "2035-12-01": "Eid-el-Fitr (estimated)", "2035-12-02": "Eid-el-Fitr Holiday (estimated)", "2035-12-03": "Eid-el-Fitr (estimated) (observed)", "2035-12-04": "Eid-el-Fitr Holiday (estimated) (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid-el-Kabir (estimated)", "2036-02-08": "Eid-el-Kabir Holiday (estimated)", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Workers' Day", "2036-05-08": "Eid-el-Mawlid (estimated)", "2036-06-12": "Democracy Day", "2036-10-01": "Independence Day", "2036-11-19": "Eid-el-Fitr (estimated)", "2036-11-20": "Eid-el-Fitr Holiday (estimated)", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid-el-Kabir (estimated)", "2037-01-27": "Eid-el-Kabir Holiday (estimated)", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-28": "Eid-el-Mawlid (estimated)", "2037-05-01": "Workers' Day", "2037-06-12": "Democracy Day", "2037-10-01": "Independence Day", "2037-11-08": "Eid-el-Fitr (estimated)", "2037-11-09": "Eid-el-Fitr Holiday (estimated)", "2037-11-10": "Eid-el-Fitr (estimated) (observed)", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-16": "Eid-el-Kabir (estimated)", "2038-01-17": "Eid-el-Kabir Holiday (estimated)", "2038-01-18": "Eid-el-Kabir (estimated) (observed)", "2038-01-19": "Eid-el-Kabir Holiday (estimated) (observed)", "2038-04-17": "Eid-el-Mawlid (estimated)", "2038-04-19": "Eid-el-Mawlid (estimated) (observed)", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Workers' Day", "2038-05-03": "Workers' Day (observed)", "2038-06-12": "Democracy Day", "2038-06-14": "Democracy Day (observed)", "2038-10-01": "Independence Day", "2038-10-29": "Eid-el-Fitr (estimated)", "2038-10-30": "Eid-el-Fitr Holiday (estimated)", "2038-11-01": "Eid-el-Fitr Holiday (estimated) (observed)", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-05": "Eid-el-Kabir (estimated)", "2039-01-06": "Eid-el-Kabir Holiday (estimated)", "2039-04-06": "Eid-el-Mawlid (estimated)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Workers' Day", "2039-05-02": "Workers' Day (observed)", "2039-06-12": "Democracy Day", "2039-06-13": "Democracy Day (observed)", "2039-10-01": "Independence Day", "2039-10-03": "Independence Day (observed)", "2039-10-19": "Eid-el-Fitr (estimated)", "2039-10-20": "Eid-el-Fitr Holiday (estimated)", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Eid-el-Kabir (estimated)", "2039-12-27": "Eid-el-Kabir Holiday (estimated)", "2039-12-28": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-25": "Eid-el-Mawlid (estimated)", "2040-03-26": "Eid-el-Mawlid (estimated) (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Workers' Day", "2040-06-12": "Democracy Day", "2040-10-01": "Independence Day", "2040-10-07": "Eid-el-Fitr (estimated)", "2040-10-08": "Eid-el-Fitr Holiday (estimated)", "2040-10-09": "Eid-el-Fitr (estimated) (observed)", "2040-12-14": "Eid-el-Kabir (estimated)", "2040-12-15": "Eid-el-Kabir Holiday (estimated)", "2040-12-17": "Eid-el-Kabir Holiday (estimated) (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-03-15": "Eid-el-Mawlid (estimated)", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Workers' Day", "2041-06-12": "Democracy Day", "2041-09-26": "Eid-el-Fitr (estimated)", "2041-09-27": "Eid-el-Fitr Holiday (estimated)", "2041-10-01": "Independence Day", "2041-12-04": "Eid-el-Kabir (estimated)", "2041-12-05": "Eid-el-Kabir Holiday (estimated)", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-03-04": "Eid-el-Mawlid (estimated)", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Workers' Day", "2042-06-12": "Democracy Day", "2042-09-15": "Eid-el-Fitr (estimated)", "2042-09-16": "Eid-el-Fitr Holiday (estimated)", "2042-10-01": "Independence Day", "2042-11-23": "Eid-el-Kabir (estimated)", "2042-11-24": "Eid-el-Kabir Holiday (estimated)", "2042-11-25": "Eid-el-Kabir (estimated) (observed)", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-22": "Eid-el-Mawlid (estimated)", "2043-02-23": "Eid-el-Mawlid (estimated) (observed)", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Workers' Day", "2043-06-12": "Democracy Day", "2043-09-04": "Eid-el-Fitr (estimated)", "2043-09-05": "Eid-el-Fitr Holiday (estimated)", "2043-09-07": "Eid-el-Fitr Holiday (estimated) (observed)", "2043-10-01": "Independence Day", "2043-11-12": "Eid-el-Kabir (estimated)", "2043-11-13": "Eid-el-Kabir Holiday (estimated)", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-11": "Eid-el-Mawlid (estimated)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Workers' Day", "2044-05-02": "Workers' Day (observed)", "2044-06-12": "Democracy Day", "2044-06-13": "Democracy Day (observed)", "2044-08-24": "Eid-el-Fitr (estimated)", "2044-08-25": "Eid-el-Fitr Holiday (estimated)", "2044-10-01": "Independence Day", "2044-10-03": "Independence Day (observed)", "2044-10-31": "Eid-el-Kabir (estimated)", "2044-11-01": "Eid-el-Kabir Holiday (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Eid-el-Mawlid (estimated)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Workers' Day", "2045-06-12": "Democracy Day", "2045-08-14": "Eid-el-Fitr (estimated)", "2045-08-15": "Eid-el-Fitr Holiday (estimated)", "2045-10-01": "Independence Day", "2045-10-02": "Independence Day (observed)", "2045-10-21": "Eid-el-Kabir (estimated)", "2045-10-22": "Eid-el-Kabir Holiday (estimated)", "2045-10-23": "Eid-el-Kabir (estimated) (observed)", "2045-10-24": "Eid-el-Kabir Holiday (estimated) (observed)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-19": "Eid-el-Mawlid (estimated)", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Workers' Day", "2046-06-12": "Democracy Day", "2046-08-03": "Eid-el-Fitr (estimated)", "2046-08-04": "Eid-el-Fitr Holiday (estimated)", "2046-08-06": "Eid-el-Fitr Holiday (estimated) (observed)", "2046-10-01": "Independence Day", "2046-10-10": "Eid-el-Kabir (estimated)", "2046-10-11": "Eid-el-Kabir Holiday (estimated)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-08": "Eid-el-Mawlid (estimated)", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Workers' Day", "2047-06-12": "Democracy Day", "2047-07-24": "Eid-el-Fitr (estimated)", "2047-07-25": "Eid-el-Fitr Holiday (estimated)", "2047-09-30": "Eid-el-Kabir (estimated)", "2047-10-01": "Eid-el-Kabir Holiday (estimated); Independence Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2047-12-29": "Eid-el-Mawlid (estimated)", "2047-12-30": "Eid-el-Mawlid (estimated) (observed)", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Workers' Day", "2048-06-12": "Democracy Day", "2048-07-12": "Eid-el-Fitr (estimated)", "2048-07-13": "Eid-el-Fitr Holiday (estimated)", "2048-07-14": "Eid-el-Fitr (estimated) (observed)", "2048-09-19": "Eid-el-Kabir (estimated)", "2048-09-20": "Eid-el-Kabir Holiday (estimated)", "2048-09-21": "Eid-el-Kabir (estimated) (observed)", "2048-09-22": "Eid-el-Kabir Holiday (estimated) (observed)", "2048-10-01": "Independence Day", "2048-12-18": "Eid-el-Mawlid (estimated)", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Workers' Day", "2049-05-03": "Workers' Day (observed)", "2049-06-12": "Democracy Day", "2049-06-14": "Democracy Day (observed)", "2049-07-01": "Eid-el-Fitr (estimated)", "2049-07-02": "Eid-el-Fitr Holiday (estimated)", "2049-09-08": "Eid-el-Kabir (estimated)", "2049-09-09": "Eid-el-Kabir Holiday (estimated)", "2049-10-01": "Independence Day", "2049-12-07": "Eid-el-Mawlid (estimated)", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Workers' Day", "2050-05-02": "Workers' Day (observed)", "2050-06-12": "Democracy Day", "2050-06-13": "Democracy Day (observed)", "2050-06-20": "Eid-el-Fitr (estimated)", "2050-06-21": "Eid-el-Fitr Holiday (estimated)", "2050-08-28": "Eid-el-Kabir (estimated)", "2050-08-29": "Eid-el-Kabir Holiday (estimated)", "2050-08-30": "Eid-el-Kabir (estimated) (observed)", "2050-10-01": "Independence Day", "2050-10-03": "Independence Day (observed)", "2050-11-26": "Eid-el-Mawlid (estimated)", "2050-11-28": "Eid-el-Mawlid (estimated) (observed)", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NI_AN.json000066400000000000000000001021311500152103600210600ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_AS.json000066400000000000000000001021311500152103600210650ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_BO.json000066400000000000000000001021311500152103600210620ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_CA.json000066400000000000000000001021311500152103600210450ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_CI.json000066400000000000000000001021311500152103600210550ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_CO.json000066400000000000000000001021311500152103600210630ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_COMMON.json000066400000000000000000001021311500152103600215520ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_ES.json000066400000000000000000001021311500152103600210710ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_GR.json000066400000000000000000001021311500152103600210720ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_JI.json000066400000000000000000001021311500152103600210640ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_LE.json000066400000000000000000001021311500152103600210620ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_MD.json000066400000000000000000001021311500152103600210620ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_MN.json000066400000000000000000001241001500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-08-01": "Descent of Saint Dominic", "1950-08-10": "Ascent of Saint Dominic", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-08-01": "Descent of Saint Dominic", "1951-08-10": "Ascent of Saint Dominic", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-08-01": "Descent of Saint Dominic", "1952-08-10": "Ascent of Saint Dominic", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-08-01": "Descent of Saint Dominic", "1953-08-10": "Ascent of Saint Dominic", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-08-01": "Descent of Saint Dominic", "1954-08-10": "Ascent of Saint Dominic", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-08-01": "Descent of Saint Dominic", "1955-08-10": "Ascent of Saint Dominic", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-08-01": "Descent of Saint Dominic", "1956-08-10": "Ascent of Saint Dominic", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-08-01": "Descent of Saint Dominic", "1957-08-10": "Ascent of Saint Dominic", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-08-01": "Descent of Saint Dominic", "1958-08-10": "Ascent of Saint Dominic", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-08-01": "Descent of Saint Dominic", "1959-08-10": "Ascent of Saint Dominic", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-08-01": "Descent of Saint Dominic", "1960-08-10": "Ascent of Saint Dominic", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-08-01": "Descent of Saint Dominic", "1961-08-10": "Ascent of Saint Dominic", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-08-01": "Descent of Saint Dominic", "1962-08-10": "Ascent of Saint Dominic", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-08-01": "Descent of Saint Dominic", "1963-08-10": "Ascent of Saint Dominic", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-08-01": "Descent of Saint Dominic", "1964-08-10": "Ascent of Saint Dominic", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-08-01": "Descent of Saint Dominic", "1965-08-10": "Ascent of Saint Dominic", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-08-01": "Descent of Saint Dominic", "1966-08-10": "Ascent of Saint Dominic", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-08-01": "Descent of Saint Dominic", "1967-08-10": "Ascent of Saint Dominic", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-08-01": "Descent of Saint Dominic", "1968-08-10": "Ascent of Saint Dominic", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-08-01": "Descent of Saint Dominic", "1969-08-10": "Ascent of Saint Dominic", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-08-01": "Descent of Saint Dominic", "1970-08-10": "Ascent of Saint Dominic", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-08-01": "Descent of Saint Dominic", "1971-08-10": "Ascent of Saint Dominic", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-08-01": "Descent of Saint Dominic", "1972-08-10": "Ascent of Saint Dominic", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-08-01": "Descent of Saint Dominic", "1973-08-10": "Ascent of Saint Dominic", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-08-01": "Descent of Saint Dominic", "1974-08-10": "Ascent of Saint Dominic", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-08-01": "Descent of Saint Dominic", "1975-08-10": "Ascent of Saint Dominic", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-08-01": "Descent of Saint Dominic", "1976-08-10": "Ascent of Saint Dominic", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-08-01": "Descent of Saint Dominic", "1977-08-10": "Ascent of Saint Dominic", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-08-01": "Descent of Saint Dominic", "1978-08-10": "Ascent of Saint Dominic", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-08-01": "Descent of Saint Dominic", "1979-08-10": "Ascent of Saint Dominic", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-08-01": "Descent of Saint Dominic", "1980-08-10": "Ascent of Saint Dominic", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-08-01": "Descent of Saint Dominic", "1981-08-10": "Ascent of Saint Dominic", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-08-01": "Descent of Saint Dominic", "1982-08-10": "Ascent of Saint Dominic", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-08-01": "Descent of Saint Dominic", "1983-08-10": "Ascent of Saint Dominic", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-08-01": "Descent of Saint Dominic", "1984-08-10": "Ascent of Saint Dominic", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-08-01": "Descent of Saint Dominic", "1985-08-10": "Ascent of Saint Dominic", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-08-01": "Descent of Saint Dominic", "1986-08-10": "Ascent of Saint Dominic", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-08-01": "Descent of Saint Dominic", "1987-08-10": "Ascent of Saint Dominic", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-08-01": "Descent of Saint Dominic", "1988-08-10": "Ascent of Saint Dominic", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-08-01": "Descent of Saint Dominic", "1989-08-10": "Ascent of Saint Dominic", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-08-01": "Descent of Saint Dominic", "1990-08-10": "Ascent of Saint Dominic", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-08-01": "Descent of Saint Dominic", "1991-08-10": "Ascent of Saint Dominic", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-08-01": "Descent of Saint Dominic", "1992-08-10": "Ascent of Saint Dominic", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-08-01": "Descent of Saint Dominic", "1993-08-10": "Ascent of Saint Dominic", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-08-01": "Descent of Saint Dominic", "1994-08-10": "Ascent of Saint Dominic", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-08-01": "Descent of Saint Dominic", "1995-08-10": "Ascent of Saint Dominic", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-08-01": "Descent of Saint Dominic", "1996-08-10": "Ascent of Saint Dominic", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-08-01": "Descent of Saint Dominic", "1997-08-10": "Ascent of Saint Dominic", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-08-01": "Descent of Saint Dominic", "1998-08-10": "Ascent of Saint Dominic", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-08-01": "Descent of Saint Dominic", "1999-08-10": "Ascent of Saint Dominic", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-08-01": "Descent of Saint Dominic", "2000-08-10": "Ascent of Saint Dominic", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-08-01": "Descent of Saint Dominic", "2001-08-10": "Ascent of Saint Dominic", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-08-01": "Descent of Saint Dominic", "2002-08-10": "Ascent of Saint Dominic", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-08-01": "Descent of Saint Dominic", "2003-08-10": "Ascent of Saint Dominic", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-08-01": "Descent of Saint Dominic", "2004-08-10": "Ascent of Saint Dominic", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-08-01": "Descent of Saint Dominic", "2005-08-10": "Ascent of Saint Dominic", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-08-01": "Descent of Saint Dominic", "2006-08-10": "Ascent of Saint Dominic", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-08-01": "Descent of Saint Dominic", "2007-08-10": "Ascent of Saint Dominic", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-08-01": "Descent of Saint Dominic", "2008-08-10": "Ascent of Saint Dominic", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-08-01": "Descent of Saint Dominic", "2009-08-10": "Ascent of Saint Dominic", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-08-01": "Descent of Saint Dominic", "2010-08-10": "Ascent of Saint Dominic", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-08-01": "Descent of Saint Dominic", "2011-08-10": "Ascent of Saint Dominic", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-08-01": "Descent of Saint Dominic", "2012-08-10": "Ascent of Saint Dominic", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-08-01": "Descent of Saint Dominic", "2013-08-10": "Ascent of Saint Dominic", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-08-01": "Descent of Saint Dominic", "2014-08-10": "Ascent of Saint Dominic", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-08-01": "Descent of Saint Dominic", "2015-08-10": "Ascent of Saint Dominic", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-08-01": "Descent of Saint Dominic", "2016-08-10": "Ascent of Saint Dominic", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-08-01": "Descent of Saint Dominic", "2017-08-10": "Ascent of Saint Dominic", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-08-01": "Descent of Saint Dominic", "2018-08-10": "Ascent of Saint Dominic", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-08-01": "Descent of Saint Dominic", "2019-08-10": "Ascent of Saint Dominic", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-08-01": "Descent of Saint Dominic", "2020-08-10": "Ascent of Saint Dominic", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-08-01": "Descent of Saint Dominic", "2021-08-10": "Ascent of Saint Dominic", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-08-01": "Descent of Saint Dominic", "2022-08-10": "Ascent of Saint Dominic", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-08-01": "Descent of Saint Dominic", "2023-08-10": "Ascent of Saint Dominic", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-08-01": "Descent of Saint Dominic", "2024-08-10": "Ascent of Saint Dominic", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-08-01": "Descent of Saint Dominic", "2025-08-10": "Ascent of Saint Dominic", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-08-01": "Descent of Saint Dominic", "2026-08-10": "Ascent of Saint Dominic", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-08-01": "Descent of Saint Dominic", "2027-08-10": "Ascent of Saint Dominic", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-08-01": "Descent of Saint Dominic", "2028-08-10": "Ascent of Saint Dominic", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-08-01": "Descent of Saint Dominic", "2029-08-10": "Ascent of Saint Dominic", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-08-01": "Descent of Saint Dominic", "2030-08-10": "Ascent of Saint Dominic", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-08-01": "Descent of Saint Dominic", "2031-08-10": "Ascent of Saint Dominic", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-08-01": "Descent of Saint Dominic", "2032-08-10": "Ascent of Saint Dominic", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-08-01": "Descent of Saint Dominic", "2033-08-10": "Ascent of Saint Dominic", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-08-01": "Descent of Saint Dominic", "2034-08-10": "Ascent of Saint Dominic", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-08-01": "Descent of Saint Dominic", "2035-08-10": "Ascent of Saint Dominic", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-08-01": "Descent of Saint Dominic", "2036-08-10": "Ascent of Saint Dominic", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-08-01": "Descent of Saint Dominic", "2037-08-10": "Ascent of Saint Dominic", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-08-01": "Descent of Saint Dominic", "2038-08-10": "Ascent of Saint Dominic", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-08-01": "Descent of Saint Dominic", "2039-08-10": "Ascent of Saint Dominic", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-08-01": "Descent of Saint Dominic", "2040-08-10": "Ascent of Saint Dominic", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-08-01": "Descent of Saint Dominic", "2041-08-10": "Ascent of Saint Dominic", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-08-01": "Descent of Saint Dominic", "2042-08-10": "Ascent of Saint Dominic", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-08-01": "Descent of Saint Dominic", "2043-08-10": "Ascent of Saint Dominic", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-08-01": "Descent of Saint Dominic", "2044-08-10": "Ascent of Saint Dominic", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-08-01": "Descent of Saint Dominic", "2045-08-10": "Ascent of Saint Dominic", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-08-01": "Descent of Saint Dominic", "2046-08-10": "Ascent of Saint Dominic", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-08-01": "Descent of Saint Dominic", "2047-08-10": "Ascent of Saint Dominic", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-08-01": "Descent of Saint Dominic", "2048-08-10": "Ascent of Saint Dominic", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-08-01": "Descent of Saint Dominic", "2049-08-10": "Ascent of Saint Dominic", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-08-01": "Descent of Saint Dominic", "2050-08-10": "Ascent of Saint Dominic", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_MS.json000066400000000000000000001021311500152103600211010ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_MT.json000066400000000000000000001021311500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_NS.json000066400000000000000000001021311500152103600211020ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_RI.json000066400000000000000000001021311500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NI_SJ.json000066400000000000000000001021311500152103600210760ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-09-14": "Battle of San Jacinto Day", "1950-09-15": "Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-09-14": "Battle of San Jacinto Day", "1951-09-15": "Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-09-14": "Battle of San Jacinto Day", "1952-09-15": "Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-09-14": "Battle of San Jacinto Day", "1953-09-15": "Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-09-14": "Battle of San Jacinto Day", "1954-09-15": "Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-09-14": "Battle of San Jacinto Day", "1955-09-15": "Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-09-14": "Battle of San Jacinto Day", "1956-09-15": "Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-09-14": "Battle of San Jacinto Day", "1957-09-15": "Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-09-14": "Battle of San Jacinto Day", "1958-09-15": "Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-09-14": "Battle of San Jacinto Day", "1959-09-15": "Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-09-14": "Battle of San Jacinto Day", "1960-09-15": "Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-09-14": "Battle of San Jacinto Day", "1961-09-15": "Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-09-14": "Battle of San Jacinto Day", "1962-09-15": "Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-09-14": "Battle of San Jacinto Day", "1963-09-15": "Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-09-14": "Battle of San Jacinto Day", "1964-09-15": "Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-09-14": "Battle of San Jacinto Day", "1965-09-15": "Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-09-14": "Battle of San Jacinto Day", "1966-09-15": "Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-09-14": "Battle of San Jacinto Day", "1967-09-15": "Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-09-14": "Battle of San Jacinto Day", "1968-09-15": "Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-09-14": "Battle of San Jacinto Day", "1969-09-15": "Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-09-14": "Battle of San Jacinto Day", "1970-09-15": "Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-09-14": "Battle of San Jacinto Day", "1971-09-15": "Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-09-14": "Battle of San Jacinto Day", "1972-09-15": "Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-09-14": "Battle of San Jacinto Day", "1973-09-15": "Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-09-14": "Battle of San Jacinto Day", "1974-09-15": "Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-09-14": "Battle of San Jacinto Day", "1975-09-15": "Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-09-14": "Battle of San Jacinto Day", "1976-09-15": "Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-09-14": "Battle of San Jacinto Day", "1977-09-15": "Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-09-14": "Battle of San Jacinto Day", "1978-09-15": "Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-07-19": "Revolution Day", "1979-09-14": "Battle of San Jacinto Day", "1979-09-15": "Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-07-19": "Revolution Day", "1980-09-14": "Battle of San Jacinto Day", "1980-09-15": "Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-07-19": "Revolution Day", "1981-09-14": "Battle of San Jacinto Day", "1981-09-15": "Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-07-19": "Revolution Day", "1982-09-14": "Battle of San Jacinto Day", "1982-09-15": "Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-07-19": "Revolution Day", "1983-09-14": "Battle of San Jacinto Day", "1983-09-15": "Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-07-19": "Revolution Day", "1984-09-14": "Battle of San Jacinto Day", "1984-09-15": "Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-07-19": "Revolution Day", "1985-09-14": "Battle of San Jacinto Day", "1985-09-15": "Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-07-19": "Revolution Day", "1986-09-14": "Battle of San Jacinto Day", "1986-09-15": "Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-07-19": "Revolution Day", "1987-09-14": "Battle of San Jacinto Day", "1987-09-15": "Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-07-19": "Revolution Day", "1988-09-14": "Battle of San Jacinto Day", "1988-09-15": "Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-07-19": "Revolution Day", "1989-09-14": "Battle of San Jacinto Day", "1989-09-15": "Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-07-19": "Revolution Day", "1990-09-14": "Battle of San Jacinto Day", "1990-09-15": "Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-07-19": "Revolution Day", "1991-09-14": "Battle of San Jacinto Day", "1991-09-15": "Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-07-19": "Revolution Day", "1992-09-14": "Battle of San Jacinto Day", "1992-09-15": "Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-07-19": "Revolution Day", "1993-09-14": "Battle of San Jacinto Day", "1993-09-15": "Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-07-19": "Revolution Day", "1994-09-14": "Battle of San Jacinto Day", "1994-09-15": "Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-07-19": "Revolution Day", "1995-09-14": "Battle of San Jacinto Day", "1995-09-15": "Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-07-19": "Revolution Day", "1996-09-14": "Battle of San Jacinto Day", "1996-09-15": "Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-07-19": "Revolution Day", "1997-09-14": "Battle of San Jacinto Day", "1997-09-15": "Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-07-19": "Revolution Day", "1998-09-14": "Battle of San Jacinto Day", "1998-09-15": "Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-07-19": "Revolution Day", "1999-09-14": "Battle of San Jacinto Day", "1999-09-15": "Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-07-19": "Revolution Day", "2000-09-14": "Battle of San Jacinto Day", "2000-09-15": "Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-07-19": "Revolution Day", "2001-09-14": "Battle of San Jacinto Day", "2001-09-15": "Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-07-19": "Revolution Day", "2002-09-14": "Battle of San Jacinto Day", "2002-09-15": "Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-07-19": "Revolution Day", "2003-09-14": "Battle of San Jacinto Day", "2003-09-15": "Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-07-19": "Revolution Day", "2004-09-14": "Battle of San Jacinto Day", "2004-09-15": "Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-07-19": "Revolution Day", "2005-09-14": "Battle of San Jacinto Day", "2005-09-15": "Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-07-19": "Revolution Day", "2006-09-14": "Battle of San Jacinto Day", "2006-09-15": "Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-07-19": "Revolution Day", "2007-09-14": "Battle of San Jacinto Day", "2007-09-15": "Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-07-19": "Revolution Day", "2008-09-14": "Battle of San Jacinto Day", "2008-09-15": "Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-07-19": "Revolution Day", "2009-09-14": "Battle of San Jacinto Day", "2009-09-15": "Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-07-19": "Revolution Day", "2010-09-14": "Battle of San Jacinto Day", "2010-09-15": "Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-07-19": "Revolution Day", "2011-09-14": "Battle of San Jacinto Day", "2011-09-15": "Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-07-19": "Revolution Day", "2012-09-14": "Battle of San Jacinto Day", "2012-09-15": "Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-07-19": "Revolution Day", "2013-09-14": "Battle of San Jacinto Day", "2013-09-15": "Independence Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-19": "Revolution Day", "2014-09-14": "Battle of San Jacinto Day", "2014-09-15": "Independence Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-07-19": "Revolution Day", "2015-09-14": "Battle of San Jacinto Day", "2015-09-15": "Independence Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-07-19": "Revolution Day", "2016-09-14": "Battle of San Jacinto Day", "2016-09-15": "Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-07-19": "Revolution Day", "2017-09-14": "Battle of San Jacinto Day", "2017-09-15": "Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-07-19": "Revolution Day", "2018-09-14": "Battle of San Jacinto Day", "2018-09-15": "Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-19": "Revolution Day", "2019-09-14": "Battle of San Jacinto Day", "2019-09-15": "Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-07-19": "Revolution Day", "2020-09-14": "Battle of San Jacinto Day", "2020-09-15": "Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-07-19": "Revolution Day", "2021-09-14": "Battle of San Jacinto Day", "2021-09-15": "Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-30": "Mother's Day", "2022-07-19": "Revolution Day", "2022-09-14": "Battle of San Jacinto Day", "2022-09-15": "Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-05-30": "Mother's Day", "2023-07-19": "Revolution Day", "2023-09-14": "Battle of San Jacinto Day", "2023-09-15": "Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-05-30": "Mother's Day", "2024-07-19": "Revolution Day", "2024-09-14": "Battle of San Jacinto Day", "2024-09-15": "Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-30": "Mother's Day", "2025-07-19": "Revolution Day", "2025-09-14": "Battle of San Jacinto Day", "2025-09-15": "Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-30": "Mother's Day", "2026-07-19": "Revolution Day", "2026-09-14": "Battle of San Jacinto Day", "2026-09-15": "Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-30": "Mother's Day", "2027-07-19": "Revolution Day", "2027-09-14": "Battle of San Jacinto Day", "2027-09-15": "Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-30": "Mother's Day", "2028-07-19": "Revolution Day", "2028-09-14": "Battle of San Jacinto Day", "2028-09-15": "Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-05-30": "Mother's Day", "2029-07-19": "Revolution Day", "2029-09-14": "Battle of San Jacinto Day", "2029-09-15": "Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-30": "Mother's Day", "2030-07-19": "Revolution Day", "2030-09-14": "Battle of San Jacinto Day", "2030-09-15": "Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-05-30": "Mother's Day", "2031-07-19": "Revolution Day", "2031-09-14": "Battle of San Jacinto Day", "2031-09-15": "Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-30": "Mother's Day", "2032-07-19": "Revolution Day", "2032-09-14": "Battle of San Jacinto Day", "2032-09-15": "Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-30": "Mother's Day", "2033-07-19": "Revolution Day", "2033-09-14": "Battle of San Jacinto Day", "2033-09-15": "Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-05-30": "Mother's Day", "2034-07-19": "Revolution Day", "2034-09-14": "Battle of San Jacinto Day", "2034-09-15": "Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-30": "Mother's Day", "2035-07-19": "Revolution Day", "2035-09-14": "Battle of San Jacinto Day", "2035-09-15": "Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-30": "Mother's Day", "2036-07-19": "Revolution Day", "2036-09-14": "Battle of San Jacinto Day", "2036-09-15": "Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-30": "Mother's Day", "2037-07-19": "Revolution Day", "2037-09-14": "Battle of San Jacinto Day", "2037-09-15": "Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-30": "Mother's Day", "2038-07-19": "Revolution Day", "2038-09-14": "Battle of San Jacinto Day", "2038-09-15": "Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-30": "Mother's Day", "2039-07-19": "Revolution Day", "2039-09-14": "Battle of San Jacinto Day", "2039-09-15": "Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-30": "Mother's Day", "2040-07-19": "Revolution Day", "2040-09-14": "Battle of San Jacinto Day", "2040-09-15": "Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-30": "Mother's Day", "2041-07-19": "Revolution Day", "2041-09-14": "Battle of San Jacinto Day", "2041-09-15": "Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-05-30": "Mother's Day", "2042-07-19": "Revolution Day", "2042-09-14": "Battle of San Jacinto Day", "2042-09-15": "Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-30": "Mother's Day", "2043-07-19": "Revolution Day", "2043-09-14": "Battle of San Jacinto Day", "2043-09-15": "Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-30": "Mother's Day", "2044-07-19": "Revolution Day", "2044-09-14": "Battle of San Jacinto Day", "2044-09-15": "Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-30": "Mother's Day", "2045-07-19": "Revolution Day", "2045-09-14": "Battle of San Jacinto Day", "2045-09-15": "Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-30": "Mother's Day", "2046-07-19": "Revolution Day", "2046-09-14": "Battle of San Jacinto Day", "2046-09-15": "Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-30": "Mother's Day", "2047-07-19": "Revolution Day", "2047-09-14": "Battle of San Jacinto Day", "2047-09-15": "Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-30": "Mother's Day", "2048-07-19": "Revolution Day", "2048-09-14": "Battle of San Jacinto Day", "2048-09-15": "Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-30": "Mother's Day", "2049-07-19": "Revolution Day", "2049-09-14": "Battle of San Jacinto Day", "2049-09-15": "Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-30": "Mother's Day", "2050-07-19": "Revolution Day", "2050-09-14": "Battle of San Jacinto Day", "2050-09-15": "Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/NL_COMMON.json000066400000000000000000001122571500152103600215670ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-05-01": "Queen's Day", "1950-05-05": "Liberation Day", "1950-05-18": "Ascension Day", "1950-05-28": "Whit Sunday", "1950-05-29": "Whit Monday", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-03-26": "Easter Monday", "1951-04-30": "Queen's Day", "1951-05-03": "Ascension Day", "1951-05-13": "Whit Sunday", "1951-05-14": "Whit Monday", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-04-30": "Queen's Day", "1952-05-22": "Ascension Day", "1952-06-01": "Whit Sunday", "1952-06-02": "Whit Monday", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-04-30": "Queen's Day", "1953-05-14": "Ascension Day", "1953-05-24": "Whit Sunday", "1953-05-25": "Whit Monday", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-04-30": "Queen's Day", "1954-05-27": "Ascension Day", "1954-06-06": "Whit Sunday", "1954-06-07": "Whit Monday", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-04-30": "Queen's Day", "1955-05-05": "Liberation Day", "1955-05-19": "Ascension Day", "1955-05-29": "Whit Sunday", "1955-05-30": "Whit Monday", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-04-30": "Queen's Day", "1956-05-10": "Ascension Day", "1956-05-20": "Whit Sunday", "1956-05-21": "Whit Monday", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-04-30": "Queen's Day", "1957-05-30": "Ascension Day", "1957-06-09": "Whit Sunday", "1957-06-10": "Whit Monday", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-04-30": "Queen's Day", "1958-05-15": "Ascension Day", "1958-05-25": "Whit Sunday", "1958-05-26": "Whit Monday", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-04-30": "Queen's Day", "1959-05-07": "Ascension Day", "1959-05-17": "Whit Sunday", "1959-05-18": "Whit Monday", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-04-30": "Queen's Day", "1960-05-05": "Liberation Day", "1960-05-26": "Ascension Day", "1960-06-05": "Whit Sunday", "1960-06-06": "Whit Monday", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-05-01": "Queen's Day", "1961-05-11": "Ascension Day", "1961-05-21": "Whit Sunday", "1961-05-22": "Whit Monday", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-04-30": "Queen's Day", "1962-05-31": "Ascension Day", "1962-06-10": "Whit Sunday", "1962-06-11": "Whit Monday", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-04-30": "Queen's Day", "1963-05-23": "Ascension Day", "1963-06-02": "Whit Sunday", "1963-06-03": "Whit Monday", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-04-30": "Queen's Day", "1964-05-07": "Ascension Day", "1964-05-17": "Whit Sunday", "1964-05-18": "Whit Monday", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-04-30": "Queen's Day", "1965-05-05": "Liberation Day", "1965-05-27": "Ascension Day", "1965-06-06": "Whit Sunday", "1965-06-07": "Whit Monday", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-04-30": "Queen's Day", "1966-05-19": "Ascension Day", "1966-05-29": "Whit Sunday", "1966-05-30": "Whit Monday", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-05-01": "Queen's Day", "1967-05-04": "Ascension Day", "1967-05-14": "Whit Sunday", "1967-05-15": "Whit Monday", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-04-30": "Queen's Day", "1968-05-23": "Ascension Day", "1968-06-02": "Whit Sunday", "1968-06-03": "Whit Monday", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-04-30": "Queen's Day", "1969-05-15": "Ascension Day", "1969-05-25": "Whit Sunday", "1969-05-26": "Whit Monday", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-04-30": "Queen's Day", "1970-05-05": "Liberation Day", "1970-05-07": "Ascension Day", "1970-05-17": "Whit Sunday", "1970-05-18": "Whit Monday", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-04-30": "Queen's Day", "1971-05-20": "Ascension Day", "1971-05-30": "Whit Sunday", "1971-05-31": "Whit Monday", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-05-01": "Queen's Day", "1972-05-11": "Ascension Day", "1972-05-21": "Whit Sunday", "1972-05-22": "Whit Monday", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-04-30": "Queen's Day", "1973-05-31": "Ascension Day", "1973-06-10": "Whit Sunday", "1973-06-11": "Whit Monday", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-04-30": "Queen's Day", "1974-05-23": "Ascension Day", "1974-06-02": "Whit Sunday", "1974-06-03": "Whit Monday", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-04-30": "Queen's Day", "1975-05-05": "Liberation Day", "1975-05-08": "Ascension Day", "1975-05-18": "Whit Sunday", "1975-05-19": "Whit Monday", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-04-30": "Queen's Day", "1976-05-27": "Ascension Day", "1976-06-06": "Whit Sunday", "1976-06-07": "Whit Monday", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-04-30": "Queen's Day", "1977-05-19": "Ascension Day", "1977-05-29": "Whit Sunday", "1977-05-30": "Whit Monday", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-05-01": "Queen's Day", "1978-05-04": "Ascension Day", "1978-05-14": "Whit Sunday", "1978-05-15": "Whit Monday", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-04-30": "Queen's Day", "1979-05-24": "Ascension Day", "1979-06-03": "Whit Sunday", "1979-06-04": "Whit Monday", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-04-30": "Queen's Day", "1980-05-05": "Liberation Day", "1980-05-15": "Ascension Day", "1980-05-25": "Whit Sunday", "1980-05-26": "Whit Monday", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-04-30": "Queen's Day", "1981-05-28": "Ascension Day", "1981-06-07": "Whit Sunday", "1981-06-08": "Whit Monday", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-04-30": "Queen's Day", "1982-05-20": "Ascension Day", "1982-05-30": "Whit Sunday", "1982-05-31": "Whit Monday", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-04-30": "Queen's Day", "1983-05-12": "Ascension Day", "1983-05-22": "Whit Sunday", "1983-05-23": "Whit Monday", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-04-30": "Queen's Day", "1984-05-31": "Ascension Day", "1984-06-10": "Whit Sunday", "1984-06-11": "Whit Monday", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-04-30": "Queen's Day", "1985-05-05": "Liberation Day", "1985-05-16": "Ascension Day", "1985-05-26": "Whit Sunday", "1985-05-27": "Whit Monday", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-04-30": "Queen's Day", "1986-05-08": "Ascension Day", "1986-05-18": "Whit Sunday", "1986-05-19": "Whit Monday", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-04-30": "Queen's Day", "1987-05-28": "Ascension Day", "1987-06-07": "Whit Sunday", "1987-06-08": "Whit Monday", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-04-30": "Queen's Day", "1988-05-12": "Ascension Day", "1988-05-22": "Whit Sunday", "1988-05-23": "Whit Monday", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-04-29": "Queen's Day", "1989-05-04": "Ascension Day", "1989-05-14": "Whit Sunday", "1989-05-15": "Whit Monday", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-04-30": "Queen's Day", "1990-05-05": "Liberation Day", "1990-05-24": "Ascension Day", "1990-06-03": "Whit Sunday", "1990-06-04": "Whit Monday", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-04-30": "Queen's Day", "1991-05-05": "Liberation Day", "1991-05-09": "Ascension Day", "1991-05-19": "Whit Sunday", "1991-05-20": "Whit Monday", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-04-30": "Queen's Day", "1992-05-05": "Liberation Day", "1992-05-28": "Ascension Day", "1992-06-07": "Whit Sunday", "1992-06-08": "Whit Monday", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-04-30": "Queen's Day", "1993-05-05": "Liberation Day", "1993-05-20": "Ascension Day", "1993-05-30": "Whit Sunday", "1993-05-31": "Whit Monday", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-04-30": "Queen's Day", "1994-05-05": "Liberation Day", "1994-05-12": "Ascension Day", "1994-05-22": "Whit Sunday", "1994-05-23": "Whit Monday", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-04-29": "Queen's Day", "1995-05-05": "Liberation Day", "1995-05-25": "Ascension Day", "1995-06-04": "Whit Sunday", "1995-06-05": "Whit Monday", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-04-30": "Queen's Day", "1996-05-05": "Liberation Day", "1996-05-16": "Ascension Day", "1996-05-26": "Whit Sunday", "1996-05-27": "Whit Monday", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-04-30": "Queen's Day", "1997-05-05": "Liberation Day", "1997-05-08": "Ascension Day", "1997-05-18": "Whit Sunday", "1997-05-19": "Whit Monday", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-04-30": "Queen's Day", "1998-05-05": "Liberation Day", "1998-05-21": "Ascension Day", "1998-05-31": "Whit Sunday", "1998-06-01": "Whit Monday", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-04-30": "Queen's Day", "1999-05-05": "Liberation Day", "1999-05-13": "Ascension Day", "1999-05-23": "Whit Sunday", "1999-05-24": "Whit Monday", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-04-29": "Queen's Day", "2000-05-05": "Liberation Day", "2000-06-01": "Ascension Day", "2000-06-11": "Whit Sunday", "2000-06-12": "Whit Monday", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-04-30": "Queen's Day", "2001-05-05": "Liberation Day", "2001-05-24": "Ascension Day", "2001-06-03": "Whit Sunday", "2001-06-04": "Whit Monday", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-04-30": "Queen's Day", "2002-05-05": "Liberation Day", "2002-05-09": "Ascension Day", "2002-05-19": "Whit Sunday", "2002-05-20": "Whit Monday", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-04-30": "Queen's Day", "2003-05-05": "Liberation Day", "2003-05-29": "Ascension Day", "2003-06-08": "Whit Sunday", "2003-06-09": "Whit Monday", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-04-30": "Queen's Day", "2004-05-05": "Liberation Day", "2004-05-20": "Ascension Day", "2004-05-30": "Whit Sunday", "2004-05-31": "Whit Monday", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-04-30": "Queen's Day", "2005-05-05": "Ascension Day; Liberation Day", "2005-05-15": "Whit Sunday", "2005-05-16": "Whit Monday", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-04-29": "Queen's Day", "2006-05-05": "Liberation Day", "2006-05-25": "Ascension Day", "2006-06-04": "Whit Sunday", "2006-06-05": "Whit Monday", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-04-30": "Queen's Day", "2007-05-05": "Liberation Day", "2007-05-17": "Ascension Day", "2007-05-27": "Whit Sunday", "2007-05-28": "Whit Monday", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-04-30": "Queen's Day", "2008-05-01": "Ascension Day", "2008-05-05": "Liberation Day", "2008-05-11": "Whit Sunday", "2008-05-12": "Whit Monday", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-04-30": "Queen's Day", "2009-05-05": "Liberation Day", "2009-05-21": "Ascension Day", "2009-05-31": "Whit Sunday", "2009-06-01": "Whit Monday", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-30": "Queen's Day", "2010-05-05": "Liberation Day", "2010-05-13": "Ascension Day", "2010-05-23": "Whit Sunday", "2010-05-24": "Whit Monday", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-04-30": "Queen's Day", "2011-05-05": "Liberation Day", "2011-06-02": "Ascension Day", "2011-06-12": "Whit Sunday", "2011-06-13": "Whit Monday", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-04-30": "Queen's Day", "2012-05-05": "Liberation Day", "2012-05-17": "Ascension Day", "2012-05-27": "Whit Sunday", "2012-05-28": "Whit Monday", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-04-30": "Queen's Day", "2013-05-05": "Liberation Day", "2013-05-09": "Ascension Day", "2013-05-19": "Whit Sunday", "2013-05-20": "Whit Monday", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-04-26": "King's Day", "2014-05-05": "Liberation Day", "2014-05-29": "Ascension Day", "2014-06-08": "Whit Sunday", "2014-06-09": "Whit Monday", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-04-27": "King's Day", "2015-05-05": "Liberation Day", "2015-05-14": "Ascension Day", "2015-05-24": "Whit Sunday", "2015-05-25": "Whit Monday", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-27": "King's Day", "2016-05-05": "Ascension Day; Liberation Day", "2016-05-15": "Whit Sunday", "2016-05-16": "Whit Monday", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-27": "King's Day", "2017-05-05": "Liberation Day", "2017-05-25": "Ascension Day", "2017-06-04": "Whit Sunday", "2017-06-05": "Whit Monday", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-27": "King's Day", "2018-05-05": "Liberation Day", "2018-05-10": "Ascension Day", "2018-05-20": "Whit Sunday", "2018-05-21": "Whit Monday", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-04-27": "King's Day", "2019-05-05": "Liberation Day", "2019-05-30": "Ascension Day", "2019-06-09": "Whit Sunday", "2019-06-10": "Whit Monday", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-04-27": "King's Day", "2020-05-05": "Liberation Day", "2020-05-21": "Ascension Day", "2020-05-31": "Whit Sunday", "2020-06-01": "Whit Monday", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-27": "King's Day", "2021-05-05": "Liberation Day", "2021-05-13": "Ascension Day", "2021-05-23": "Whit Sunday", "2021-05-24": "Whit Monday", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-27": "King's Day", "2022-05-05": "Liberation Day", "2022-05-26": "Ascension Day", "2022-06-05": "Whit Sunday", "2022-06-06": "Whit Monday", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-27": "King's Day", "2023-05-05": "Liberation Day", "2023-05-18": "Ascension Day", "2023-05-28": "Whit Sunday", "2023-05-29": "Whit Monday", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-27": "King's Day", "2024-05-05": "Liberation Day", "2024-05-09": "Ascension Day", "2024-05-19": "Whit Sunday", "2024-05-20": "Whit Monday", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-26": "King's Day", "2025-05-05": "Liberation Day", "2025-05-29": "Ascension Day", "2025-06-08": "Whit Sunday", "2025-06-09": "Whit Monday", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-27": "King's Day", "2026-05-05": "Liberation Day", "2026-05-14": "Ascension Day", "2026-05-24": "Whit Sunday", "2026-05-25": "Whit Monday", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-27": "King's Day", "2027-05-05": "Liberation Day", "2027-05-06": "Ascension Day", "2027-05-16": "Whit Sunday", "2027-05-17": "Whit Monday", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-27": "King's Day", "2028-05-05": "Liberation Day", "2028-05-25": "Ascension Day", "2028-06-04": "Whit Sunday", "2028-06-05": "Whit Monday", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-27": "King's Day", "2029-05-05": "Liberation Day", "2029-05-10": "Ascension Day", "2029-05-20": "Whit Sunday", "2029-05-21": "Whit Monday", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-27": "King's Day", "2030-05-05": "Liberation Day", "2030-05-30": "Ascension Day", "2030-06-09": "Whit Sunday", "2030-06-10": "Whit Monday", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-26": "King's Day", "2031-05-05": "Liberation Day", "2031-05-22": "Ascension Day", "2031-06-01": "Whit Sunday", "2031-06-02": "Whit Monday", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-27": "King's Day", "2032-05-05": "Liberation Day", "2032-05-06": "Ascension Day", "2032-05-16": "Whit Sunday", "2032-05-17": "Whit Monday", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-27": "King's Day", "2033-05-05": "Liberation Day", "2033-05-26": "Ascension Day", "2033-06-05": "Whit Sunday", "2033-06-06": "Whit Monday", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-27": "King's Day", "2034-05-05": "Liberation Day", "2034-05-18": "Ascension Day", "2034-05-28": "Whit Sunday", "2034-05-29": "Whit Monday", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-27": "King's Day", "2035-05-03": "Ascension Day", "2035-05-05": "Liberation Day", "2035-05-13": "Whit Sunday", "2035-05-14": "Whit Monday", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-26": "King's Day", "2036-05-05": "Liberation Day", "2036-05-22": "Ascension Day", "2036-06-01": "Whit Sunday", "2036-06-02": "Whit Monday", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-27": "King's Day", "2037-05-05": "Liberation Day", "2037-05-14": "Ascension Day", "2037-05-24": "Whit Sunday", "2037-05-25": "Whit Monday", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-04-27": "King's Day", "2038-05-05": "Liberation Day", "2038-06-03": "Ascension Day", "2038-06-13": "Whit Sunday", "2038-06-14": "Whit Monday", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-27": "King's Day", "2039-05-05": "Liberation Day", "2039-05-19": "Ascension Day", "2039-05-29": "Whit Sunday", "2039-05-30": "Whit Monday", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-27": "King's Day", "2040-05-05": "Liberation Day", "2040-05-10": "Ascension Day", "2040-05-20": "Whit Sunday", "2040-05-21": "Whit Monday", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-27": "King's Day", "2041-05-05": "Liberation Day", "2041-05-30": "Ascension Day", "2041-06-09": "Whit Sunday", "2041-06-10": "Whit Monday", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-26": "King's Day", "2042-05-05": "Liberation Day", "2042-05-15": "Ascension Day", "2042-05-25": "Whit Sunday", "2042-05-26": "Whit Monday", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-27": "King's Day", "2043-05-05": "Liberation Day", "2043-05-07": "Ascension Day", "2043-05-17": "Whit Sunday", "2043-05-18": "Whit Monday", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-27": "King's Day", "2044-05-05": "Liberation Day", "2044-05-26": "Ascension Day", "2044-06-05": "Whit Sunday", "2044-06-06": "Whit Monday", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-27": "King's Day", "2045-05-05": "Liberation Day", "2045-05-18": "Ascension Day", "2045-05-28": "Whit Sunday", "2045-05-29": "Whit Monday", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-27": "King's Day", "2046-05-03": "Ascension Day", "2046-05-05": "Liberation Day", "2046-05-13": "Whit Sunday", "2046-05-14": "Whit Monday", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-27": "King's Day", "2047-05-05": "Liberation Day", "2047-05-23": "Ascension Day", "2047-06-02": "Whit Sunday", "2047-06-03": "Whit Monday", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-27": "King's Day", "2048-05-05": "Liberation Day", "2048-05-14": "Ascension Day", "2048-05-24": "Whit Sunday", "2048-05-25": "Whit Monday", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-27": "King's Day", "2049-05-05": "Liberation Day", "2049-05-27": "Ascension Day", "2049-06-06": "Whit Sunday", "2049-06-07": "Whit Monday", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-27": "King's Day", "2050-05-05": "Liberation Day", "2050-05-19": "Ascension Day", "2050-05-29": "Whit Sunday", "2050-05-30": "Whit Monday", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/NO_COMMON.json000066400000000000000000001235411500152103600215700ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-17": "Constitution Day", "1950-05-18": "Ascension Day", "1950-05-28": "Whit Sunday", "1950-05-29": "Whit Monday", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-03": "Ascension Day", "1951-05-13": "Whit Sunday", "1951-05-14": "Whit Monday", "1951-05-17": "Constitution Day", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-17": "Constitution Day", "1952-05-22": "Ascension Day", "1952-06-01": "Whit Sunday", "1952-06-02": "Whit Monday", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-14": "Ascension Day", "1953-05-17": "Constitution Day", "1953-05-24": "Whit Sunday", "1953-05-25": "Whit Monday", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-17": "Constitution Day", "1954-05-27": "Ascension Day", "1954-06-06": "Whit Sunday", "1954-06-07": "Whit Monday", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-17": "Constitution Day", "1955-05-19": "Ascension Day", "1955-05-29": "Whit Sunday", "1955-05-30": "Whit Monday", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-10": "Ascension Day", "1956-05-17": "Constitution Day", "1956-05-20": "Whit Sunday", "1956-05-21": "Whit Monday", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-17": "Constitution Day", "1957-05-30": "Ascension Day", "1957-06-09": "Whit Sunday", "1957-06-10": "Whit Monday", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-15": "Ascension Day", "1958-05-17": "Constitution Day", "1958-05-25": "Whit Sunday", "1958-05-26": "Whit Monday", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-17": "Constitution Day; Whit Sunday", "1959-05-18": "Whit Monday", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-17": "Constitution Day", "1960-05-26": "Ascension Day", "1960-06-05": "Whit Sunday", "1960-06-06": "Whit Monday", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-17": "Constitution Day", "1961-05-21": "Whit Sunday", "1961-05-22": "Whit Monday", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-17": "Constitution Day", "1962-05-31": "Ascension Day", "1962-06-10": "Whit Sunday", "1962-06-11": "Whit Monday", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-17": "Constitution Day", "1963-05-23": "Ascension Day", "1963-06-02": "Whit Sunday", "1963-06-03": "Whit Monday", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-17": "Constitution Day; Whit Sunday", "1964-05-18": "Whit Monday", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-17": "Constitution Day", "1965-05-27": "Ascension Day", "1965-06-06": "Whit Sunday", "1965-06-07": "Whit Monday", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-17": "Constitution Day", "1966-05-19": "Ascension Day", "1966-05-29": "Whit Sunday", "1966-05-30": "Whit Monday", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-14": "Whit Sunday", "1967-05-15": "Whit Monday", "1967-05-17": "Constitution Day", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-17": "Constitution Day", "1968-05-23": "Ascension Day", "1968-06-02": "Whit Sunday", "1968-06-03": "Whit Monday", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-17": "Constitution Day", "1969-05-25": "Whit Sunday", "1969-05-26": "Whit Monday", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-17": "Constitution Day; Whit Sunday", "1970-05-18": "Whit Monday", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-17": "Constitution Day", "1971-05-20": "Ascension Day", "1971-05-30": "Whit Sunday", "1971-05-31": "Whit Monday", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-17": "Constitution Day", "1972-05-21": "Whit Sunday", "1972-05-22": "Whit Monday", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-17": "Constitution Day", "1973-05-31": "Ascension Day", "1973-06-10": "Whit Sunday", "1973-06-11": "Whit Monday", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-17": "Constitution Day", "1974-05-23": "Ascension Day", "1974-06-02": "Whit Sunday", "1974-06-03": "Whit Monday", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-17": "Constitution Day", "1975-05-18": "Whit Sunday", "1975-05-19": "Whit Monday", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-17": "Constitution Day", "1976-05-27": "Ascension Day", "1976-06-06": "Whit Sunday", "1976-06-07": "Whit Monday", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-17": "Constitution Day", "1977-05-19": "Ascension Day", "1977-05-29": "Whit Sunday", "1977-05-30": "Whit Monday", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-14": "Whit Sunday", "1978-05-15": "Whit Monday", "1978-05-17": "Constitution Day", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-17": "Constitution Day", "1979-05-24": "Ascension Day", "1979-06-03": "Whit Sunday", "1979-06-04": "Whit Monday", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-17": "Constitution Day", "1980-05-25": "Whit Sunday", "1980-05-26": "Whit Monday", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-17": "Constitution Day", "1981-05-28": "Ascension Day", "1981-06-07": "Whit Sunday", "1981-06-08": "Whit Monday", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-17": "Constitution Day", "1982-05-20": "Ascension Day", "1982-05-30": "Whit Sunday", "1982-05-31": "Whit Monday", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-05-17": "Constitution Day", "1983-05-22": "Whit Sunday", "1983-05-23": "Whit Monday", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-17": "Constitution Day", "1984-05-31": "Ascension Day", "1984-06-10": "Whit Sunday", "1984-06-11": "Whit Monday", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-05-17": "Constitution Day", "1985-05-26": "Whit Sunday", "1985-05-27": "Whit Monday", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-17": "Constitution Day", "1986-05-18": "Whit Sunday", "1986-05-19": "Whit Monday", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-17": "Constitution Day", "1987-05-28": "Ascension Day", "1987-06-07": "Whit Sunday", "1987-06-08": "Whit Monday", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-05-17": "Constitution Day", "1988-05-22": "Whit Sunday", "1988-05-23": "Whit Monday", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-14": "Whit Sunday", "1989-05-15": "Whit Monday", "1989-05-17": "Constitution Day", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-17": "Constitution Day", "1990-05-24": "Ascension Day", "1990-06-03": "Whit Sunday", "1990-06-04": "Whit Monday", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-17": "Constitution Day", "1991-05-19": "Whit Sunday", "1991-05-20": "Whit Monday", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-17": "Constitution Day", "1992-05-28": "Ascension Day", "1992-06-07": "Whit Sunday", "1992-06-08": "Whit Monday", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-17": "Constitution Day", "1993-05-20": "Ascension Day", "1993-05-30": "Whit Sunday", "1993-05-31": "Whit Monday", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-05-17": "Constitution Day", "1994-05-22": "Whit Sunday", "1994-05-23": "Whit Monday", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-17": "Constitution Day", "1995-05-25": "Ascension Day", "1995-06-04": "Whit Sunday", "1995-06-05": "Whit Monday", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-05-17": "Constitution Day", "1996-05-26": "Whit Sunday", "1996-05-27": "Whit Monday", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-17": "Constitution Day", "1997-05-18": "Whit Sunday", "1997-05-19": "Whit Monday", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-17": "Constitution Day", "1998-05-21": "Ascension Day", "1998-05-31": "Whit Sunday", "1998-06-01": "Whit Monday", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-05-17": "Constitution Day", "1999-05-23": "Whit Sunday", "1999-05-24": "Whit Monday", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-17": "Constitution Day", "2000-06-01": "Ascension Day", "2000-06-11": "Whit Sunday", "2000-06-12": "Whit Monday", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-17": "Constitution Day", "2001-05-24": "Ascension Day", "2001-06-03": "Whit Sunday", "2001-06-04": "Whit Monday", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-17": "Constitution Day", "2002-05-19": "Whit Sunday", "2002-05-20": "Whit Monday", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-17": "Constitution Day", "2003-05-29": "Ascension Day", "2003-06-08": "Whit Sunday", "2003-06-09": "Whit Monday", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-17": "Constitution Day", "2004-05-20": "Ascension Day", "2004-05-30": "Whit Sunday", "2004-05-31": "Whit Monday", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-15": "Whit Sunday", "2005-05-16": "Whit Monday", "2005-05-17": "Constitution Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-17": "Constitution Day", "2006-05-25": "Ascension Day", "2006-06-04": "Whit Sunday", "2006-06-05": "Whit Monday", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day; Constitution Day", "2007-05-27": "Whit Sunday", "2007-05-28": "Whit Monday", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-11": "Whit Sunday", "2008-05-12": "Whit Monday", "2008-05-17": "Constitution Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-17": "Constitution Day", "2009-05-21": "Ascension Day", "2009-05-31": "Whit Sunday", "2009-06-01": "Whit Monday", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-05-17": "Constitution Day", "2010-05-23": "Whit Sunday", "2010-05-24": "Whit Monday", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-17": "Constitution Day", "2011-06-02": "Ascension Day", "2011-06-12": "Whit Sunday", "2011-06-13": "Whit Monday", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day; Constitution Day", "2012-05-27": "Whit Sunday", "2012-05-28": "Whit Monday", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-05-17": "Constitution Day", "2013-05-19": "Whit Sunday", "2013-05-20": "Whit Monday", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-17": "Constitution Day", "2014-05-29": "Ascension Day", "2014-06-08": "Whit Sunday", "2014-06-09": "Whit Monday", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-05-17": "Constitution Day", "2015-05-24": "Whit Sunday", "2015-05-25": "Whit Monday", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-15": "Whit Sunday", "2016-05-16": "Whit Monday", "2016-05-17": "Constitution Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-17": "Constitution Day", "2017-05-25": "Ascension Day", "2017-06-04": "Whit Sunday", "2017-06-05": "Whit Monday", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-17": "Constitution Day", "2018-05-20": "Whit Sunday", "2018-05-21": "Whit Monday", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-17": "Constitution Day", "2019-05-30": "Ascension Day", "2019-06-09": "Whit Sunday", "2019-06-10": "Whit Monday", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-17": "Constitution Day", "2020-05-21": "Ascension Day", "2020-05-31": "Whit Sunday", "2020-06-01": "Whit Monday", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-05-17": "Constitution Day", "2021-05-23": "Whit Sunday", "2021-05-24": "Whit Monday", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-17": "Constitution Day", "2022-05-26": "Ascension Day", "2022-06-05": "Whit Sunday", "2022-06-06": "Whit Monday", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-17": "Constitution Day", "2023-05-18": "Ascension Day", "2023-05-28": "Whit Sunday", "2023-05-29": "Whit Monday", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-17": "Constitution Day", "2024-05-19": "Whit Sunday", "2024-05-20": "Whit Monday", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-17": "Constitution Day", "2025-05-29": "Ascension Day", "2025-06-08": "Whit Sunday", "2025-06-09": "Whit Monday", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-05-17": "Constitution Day", "2026-05-24": "Whit Sunday", "2026-05-25": "Whit Monday", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-16": "Whit Sunday", "2027-05-17": "Constitution Day; Whit Monday", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-17": "Constitution Day", "2028-05-25": "Ascension Day", "2028-06-04": "Whit Sunday", "2028-06-05": "Whit Monday", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-17": "Constitution Day", "2029-05-20": "Whit Sunday", "2029-05-21": "Whit Monday", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-17": "Constitution Day", "2030-05-30": "Ascension Day", "2030-06-09": "Whit Sunday", "2030-06-10": "Whit Monday", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-17": "Constitution Day", "2031-05-22": "Ascension Day", "2031-06-01": "Whit Sunday", "2031-06-02": "Whit Monday", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-16": "Whit Sunday", "2032-05-17": "Constitution Day; Whit Monday", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-17": "Constitution Day", "2033-05-26": "Ascension Day", "2033-06-05": "Whit Sunday", "2033-06-06": "Whit Monday", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-17": "Constitution Day", "2034-05-18": "Ascension Day", "2034-05-28": "Whit Sunday", "2034-05-29": "Whit Monday", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-13": "Whit Sunday", "2035-05-14": "Whit Monday", "2035-05-17": "Constitution Day", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-17": "Constitution Day", "2036-05-22": "Ascension Day", "2036-06-01": "Whit Sunday", "2036-06-02": "Whit Monday", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-05-17": "Constitution Day", "2037-05-24": "Whit Sunday", "2037-05-25": "Whit Monday", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-17": "Constitution Day", "2038-06-03": "Ascension Day", "2038-06-13": "Whit Sunday", "2038-06-14": "Whit Monday", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-17": "Constitution Day", "2039-05-19": "Ascension Day", "2039-05-29": "Whit Sunday", "2039-05-30": "Whit Monday", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-17": "Constitution Day", "2040-05-20": "Whit Sunday", "2040-05-21": "Whit Monday", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-17": "Constitution Day", "2041-05-30": "Ascension Day", "2041-06-09": "Whit Sunday", "2041-06-10": "Whit Monday", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-05-17": "Constitution Day", "2042-05-25": "Whit Sunday", "2042-05-26": "Whit Monday", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-17": "Constitution Day; Whit Sunday", "2043-05-18": "Whit Monday", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-17": "Constitution Day", "2044-05-26": "Ascension Day", "2044-06-05": "Whit Sunday", "2044-06-06": "Whit Monday", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-17": "Constitution Day", "2045-05-18": "Ascension Day", "2045-05-28": "Whit Sunday", "2045-05-29": "Whit Monday", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-13": "Whit Sunday", "2046-05-14": "Whit Monday", "2046-05-17": "Constitution Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-17": "Constitution Day", "2047-05-23": "Ascension Day", "2047-06-02": "Whit Sunday", "2047-06-03": "Whit Monday", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-05-17": "Constitution Day", "2048-05-24": "Whit Sunday", "2048-05-25": "Whit Monday", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-17": "Constitution Day", "2049-05-27": "Ascension Day", "2049-06-06": "Whit Sunday", "2049-06-07": "Whit Monday", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-17": "Constitution Day", "2050-05-19": "Ascension Day", "2050-05-29": "Whit Sunday", "2050-05-30": "Whit Monday", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/NZ_AUK.json000066400000000000000000001333211500152103600212300ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-01-30": "Auckland Anniversary Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-01-29": "Auckland Anniversary Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-01-28": "Auckland Anniversary Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-01-26": "Auckland Anniversary Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-02-01": "Auckland Anniversary Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-01-31": "Auckland Anniversary Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-01-30": "Auckland Anniversary Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-01-28": "Auckland Anniversary Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-01-27": "Auckland Anniversary Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-01-26": "Auckland Anniversary Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-02-01": "Auckland Anniversary Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-01-30": "Auckland Anniversary Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-01-29": "Auckland Anniversary Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-01-28": "Auckland Anniversary Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-01-27": "Auckland Anniversary Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-02-01": "Auckland Anniversary Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-01-31": "Auckland Anniversary Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-01-30": "Auckland Anniversary Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-01-29": "Auckland Anniversary Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-01-27": "Auckland Anniversary Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-01-26": "Auckland Anniversary Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-02-01": "Auckland Anniversary Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-01-31": "Auckland Anniversary Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-01-29": "Auckland Anniversary Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-01-28": "Auckland Anniversary Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-01-27": "Auckland Anniversary Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-01-26": "Auckland Anniversary Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-01-31": "Auckland Anniversary Day", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-01-30": "Auckland Anniversary Day", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-01-29": "Auckland Anniversary Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-01-28": "Auckland Anniversary Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-01-26": "Auckland Anniversary Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-01": "Auckland Anniversary Day", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-01-31": "Auckland Anniversary Day", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-01-30": "Auckland Anniversary Day", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-01-28": "Auckland Anniversary Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-01-27": "Auckland Anniversary Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-01-26": "Auckland Anniversary Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-01": "Auckland Anniversary Day", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-01-30": "Auckland Anniversary Day", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-01-29": "Auckland Anniversary Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-01-28": "Auckland Anniversary Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-01-27": "Auckland Anniversary Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-01": "Auckland Anniversary Day", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-01-31": "Auckland Anniversary Day", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-01-30": "Auckland Anniversary Day", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-01-29": "Auckland Anniversary Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-01-27": "Auckland Anniversary Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-01-26": "Auckland Anniversary Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-01": "Auckland Anniversary Day", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-01-31": "Auckland Anniversary Day", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-01-29": "Auckland Anniversary Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-01-28": "Auckland Anniversary Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-01-27": "Auckland Anniversary Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-01-26": "Auckland Anniversary Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-01-31": "Auckland Anniversary Day", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-01-30": "Auckland Anniversary Day", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-01-29": "Auckland Anniversary Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-01-28": "Auckland Anniversary Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-01-26": "Auckland Anniversary Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-01": "Auckland Anniversary Day", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-01-31": "Auckland Anniversary Day", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-01-30": "Auckland Anniversary Day", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-01-28": "Auckland Anniversary Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-01-27": "Auckland Anniversary Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-01-26": "Auckland Anniversary Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-01": "Auckland Anniversary Day", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-01-30": "Auckland Anniversary Day", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-01-29": "Auckland Anniversary Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-01-28": "Auckland Anniversary Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-01-27": "Auckland Anniversary Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-01": "Auckland Anniversary Day", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-01-31": "Auckland Anniversary Day", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-01-30": "Auckland Anniversary Day", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-01-29": "Auckland Anniversary Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-01-27": "Auckland Anniversary Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-01-26": "Auckland Anniversary Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-01": "Auckland Anniversary Day", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-01-31": "Auckland Anniversary Day", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-01-29": "Auckland Anniversary Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-01-28": "Auckland Anniversary Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-01-27": "Auckland Anniversary Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-01-26": "Auckland Anniversary Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-01-31": "Auckland Anniversary Day", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-01-30": "Auckland Anniversary Day", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-01-29": "Auckland Anniversary Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-01-28": "Auckland Anniversary Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-01-26": "Auckland Anniversary Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-01": "Auckland Anniversary Day", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-01-31": "Auckland Anniversary Day", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-01-30": "Auckland Anniversary Day", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-01-28": "Auckland Anniversary Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-01-27": "Auckland Anniversary Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-01-26": "Auckland Anniversary Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-01": "Auckland Anniversary Day", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-01-30": "Auckland Anniversary Day", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-01-29": "Auckland Anniversary Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-01-28": "Auckland Anniversary Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-01-27": "Auckland Anniversary Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-01": "Auckland Anniversary Day", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-01-31": "Auckland Anniversary Day", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_BOP.json000066400000000000000000001222531500152103600212320ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_CAN.json000066400000000000000000001336331500152103600212170ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-11-17": "Canterbury Anniversary Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-11-16": "Canterbury Anniversary Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-11-14": "Canterbury Anniversary Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-11-13": "Canterbury Anniversary Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-11-12": "Canterbury Anniversary Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-11-11": "Canterbury Anniversary Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-11-16": "Canterbury Anniversary Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-11-15": "Canterbury Anniversary Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-11-14": "Canterbury Anniversary Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-11-13": "Canterbury Anniversary Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-11-11": "Canterbury Anniversary Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-11-17": "Canterbury Anniversary Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-11-16": "Canterbury Anniversary Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-11-15": "Canterbury Anniversary Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-11-13": "Canterbury Anniversary Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-11-12": "Canterbury Anniversary Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-11-11": "Canterbury Anniversary Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-11-17": "Canterbury Anniversary Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-11-15": "Canterbury Anniversary Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-11-14": "Canterbury Anniversary Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-11-13": "Canterbury Anniversary Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-11-12": "Canterbury Anniversary Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-11-17": "Canterbury Anniversary Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-11-16": "Canterbury Anniversary Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-11-15": "Canterbury Anniversary Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-11-14": "Canterbury Anniversary Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-11-12": "Canterbury Anniversary Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-11-11": "Canterbury Anniversary Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-11-17": "Canterbury Anniversary Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-11-16": "Canterbury Anniversary Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-11-14": "Canterbury Anniversary Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-11-13": "Canterbury Anniversary Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-11-12": "Canterbury Anniversary Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-11-11": "Canterbury Anniversary Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-11-16": "Canterbury Anniversary Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-11-15": "Canterbury Anniversary Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-11-14": "Canterbury Anniversary Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-11-13": "Canterbury Anniversary Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-11-11": "Canterbury Anniversary Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-11-17": "Canterbury Anniversary Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-11-16": "Canterbury Anniversary Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-11-15": "Canterbury Anniversary Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-11-13": "Canterbury Anniversary Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-11-12": "Canterbury Anniversary Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-11-11": "Canterbury Anniversary Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-11-17": "Canterbury Anniversary Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-11-15": "Canterbury Anniversary Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-11-14": "Canterbury Anniversary Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-11-13": "Canterbury Anniversary Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-11-12": "Canterbury Anniversary Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-11-17": "Canterbury Anniversary Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-11-16": "Canterbury Anniversary Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-11-15": "Canterbury Anniversary Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-11-14": "Canterbury Anniversary Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-11-12": "Canterbury Anniversary Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-11-11": "Canterbury Anniversary Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-11-17": "Canterbury Anniversary Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-11-16": "Canterbury Anniversary Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-11-14": "Canterbury Anniversary Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-11-13": "Canterbury Anniversary Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-11-12": "Canterbury Anniversary Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-11-11": "Canterbury Anniversary Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-11-16": "Canterbury Anniversary Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-11-15": "Canterbury Anniversary Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-11-14": "Canterbury Anniversary Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-11-13": "Canterbury Anniversary Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-11-11": "Canterbury Anniversary Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-11-17": "Canterbury Anniversary Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-11-16": "Canterbury Anniversary Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-11-15": "Canterbury Anniversary Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-11-13": "Canterbury Anniversary Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-11-12": "Canterbury Anniversary Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-11-11": "Canterbury Anniversary Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-11-17": "Canterbury Anniversary Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-11-15": "Canterbury Anniversary Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-11-14": "Canterbury Anniversary Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-11-13": "Canterbury Anniversary Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-11-12": "Canterbury Anniversary Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-11-17": "Canterbury Anniversary Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-11-16": "Canterbury Anniversary Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-11-15": "Canterbury Anniversary Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-11-14": "Canterbury Anniversary Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-11-12": "Canterbury Anniversary Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-11-11": "Canterbury Anniversary Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-11-17": "Canterbury Anniversary Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-11-16": "Canterbury Anniversary Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-11-14": "Canterbury Anniversary Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-11-13": "Canterbury Anniversary Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-11-12": "Canterbury Anniversary Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-11-11": "Canterbury Anniversary Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-11-16": "Canterbury Anniversary Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-11-15": "Canterbury Anniversary Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-11-14": "Canterbury Anniversary Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-11-13": "Canterbury Anniversary Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-11-11": "Canterbury Anniversary Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-11-17": "Canterbury Anniversary Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-11-16": "Canterbury Anniversary Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-11-15": "Canterbury Anniversary Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-11-13": "Canterbury Anniversary Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-11-12": "Canterbury Anniversary Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-11-11": "Canterbury Anniversary Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_CIT.json000066400000000000000000001346241500152103600212360ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-11-27": "Chatham Islands Anniversary Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-03": "Chatham Islands Anniversary Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-01": "Chatham Islands Anniversary Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-11-30": "Chatham Islands Anniversary Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-11-29": "Chatham Islands Anniversary Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-11-28": "Chatham Islands Anniversary Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-03": "Chatham Islands Anniversary Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-02": "Chatham Islands Anniversary Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-01": "Chatham Islands Anniversary Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-11-30": "Chatham Islands Anniversary Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-11-28": "Chatham Islands Anniversary Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-11-27": "Chatham Islands Anniversary Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-03": "Chatham Islands Anniversary Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-02": "Chatham Islands Anniversary Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-11-30": "Chatham Islands Anniversary Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-11-29": "Chatham Islands Anniversary Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-11-28": "Chatham Islands Anniversary Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-11-27": "Chatham Islands Anniversary Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-02": "Chatham Islands Anniversary Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-01": "Chatham Islands Anniversary Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-11-30": "Chatham Islands Anniversary Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-11-29": "Chatham Islands Anniversary Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-11-27": "Chatham Islands Anniversary Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-03": "Chatham Islands Anniversary Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-02": "Chatham Islands Anniversary Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-01": "Chatham Islands Anniversary Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-11-29": "Chatham Islands Anniversary Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-11-28": "Chatham Islands Anniversary Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-11-27": "Chatham Islands Anniversary Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-03": "Chatham Islands Anniversary Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-01": "Chatham Islands Anniversary Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-11-30": "Chatham Islands Anniversary Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-11-29": "Chatham Islands Anniversary Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-11-28": "Chatham Islands Anniversary Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-03": "Chatham Islands Anniversary Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-02": "Chatham Islands Anniversary Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-01": "Chatham Islands Anniversary Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-11-30": "Chatham Islands Anniversary Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-11-28": "Chatham Islands Anniversary Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-11-27": "Chatham Islands Anniversary Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-03": "Chatham Islands Anniversary Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-02": "Chatham Islands Anniversary Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-11-30": "Chatham Islands Anniversary Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-11-29": "Chatham Islands Anniversary Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-11-28": "Chatham Islands Anniversary Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-11-27": "Chatham Islands Anniversary Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-02": "Chatham Islands Anniversary Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-01": "Chatham Islands Anniversary Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-11-30": "Chatham Islands Anniversary Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-11-29": "Chatham Islands Anniversary Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-11-27": "Chatham Islands Anniversary Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-03": "Chatham Islands Anniversary Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-02": "Chatham Islands Anniversary Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-01": "Chatham Islands Anniversary Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-11-29": "Chatham Islands Anniversary Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-11-28": "Chatham Islands Anniversary Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-11-27": "Chatham Islands Anniversary Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-03": "Chatham Islands Anniversary Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-01": "Chatham Islands Anniversary Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-11-30": "Chatham Islands Anniversary Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-11-29": "Chatham Islands Anniversary Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-11-28": "Chatham Islands Anniversary Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-03": "Chatham Islands Anniversary Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-02": "Chatham Islands Anniversary Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-01": "Chatham Islands Anniversary Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-11-30": "Chatham Islands Anniversary Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-11-28": "Chatham Islands Anniversary Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-11-27": "Chatham Islands Anniversary Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-03": "Chatham Islands Anniversary Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-02": "Chatham Islands Anniversary Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-11-30": "Chatham Islands Anniversary Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-11-29": "Chatham Islands Anniversary Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-11-28": "Chatham Islands Anniversary Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-11-27": "Chatham Islands Anniversary Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-02": "Chatham Islands Anniversary Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-01": "Chatham Islands Anniversary Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-11-30": "Chatham Islands Anniversary Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-11-29": "Chatham Islands Anniversary Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-11-27": "Chatham Islands Anniversary Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-03": "Chatham Islands Anniversary Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-02": "Chatham Islands Anniversary Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-01": "Chatham Islands Anniversary Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-11-29": "Chatham Islands Anniversary Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-11-28": "Chatham Islands Anniversary Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-11-27": "Chatham Islands Anniversary Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-03": "Chatham Islands Anniversary Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-01": "Chatham Islands Anniversary Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-11-30": "Chatham Islands Anniversary Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-11-29": "Chatham Islands Anniversary Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-11-28": "Chatham Islands Anniversary Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-03": "Chatham Islands Anniversary Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-02": "Chatham Islands Anniversary Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-01": "Chatham Islands Anniversary Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-11-30": "Chatham Islands Anniversary Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-11-28": "Chatham Islands Anniversary Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-11-27": "Chatham Islands Anniversary Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-03": "Chatham Islands Anniversary Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-02": "Chatham Islands Anniversary Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-11-30": "Chatham Islands Anniversary Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-11-29": "Chatham Islands Anniversary Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-11-28": "Chatham Islands Anniversary Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_COMMON.json000066400000000000000000001222531500152103600216020ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_GIS.json000066400000000000000000001222531500152103600212340ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_HKB.json000066400000000000000000001340001500152103600212070ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-20": "Hawke's Bay Anniversary Day", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-19": "Hawke's Bay Anniversary Day", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-24": "Hawke's Bay Anniversary Day", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-23": "Hawke's Bay Anniversary Day", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-22": "Hawke's Bay Anniversary Day", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-21": "Hawke's Bay Anniversary Day", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-19": "Hawke's Bay Anniversary Day", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-25": "Hawke's Bay Anniversary Day", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-24": "Hawke's Bay Anniversary Day", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-23": "Hawke's Bay Anniversary Day", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-21": "Hawke's Bay Anniversary Day", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-20": "Hawke's Bay Anniversary Day", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-19": "Hawke's Bay Anniversary Day", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-25": "Hawke's Bay Anniversary Day", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-23": "Hawke's Bay Anniversary Day", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-22": "Hawke's Bay Anniversary Day", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-21": "Hawke's Bay Anniversary Day", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-20": "Hawke's Bay Anniversary Day", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-25": "Hawke's Bay Anniversary Day", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-24": "Hawke's Bay Anniversary Day", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-23": "Hawke's Bay Anniversary Day", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-22": "Hawke's Bay Anniversary Day", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-20": "Hawke's Bay Anniversary Day", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-19": "Hawke's Bay Anniversary Day", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-25": "Hawke's Bay Anniversary Day", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-24": "Hawke's Bay Anniversary Day", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-22": "Hawke's Bay Anniversary Day", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-21": "Hawke's Bay Anniversary Day", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-20": "Hawke's Bay Anniversary Day", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-19": "Hawke's Bay Anniversary Day", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-24": "Hawke's Bay Anniversary Day", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-23": "Hawke's Bay Anniversary Day", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-22": "Hawke's Bay Anniversary Day", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-21": "Hawke's Bay Anniversary Day", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-19": "Hawke's Bay Anniversary Day", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-25": "Hawke's Bay Anniversary Day", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-24": "Hawke's Bay Anniversary Day", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-23": "Hawke's Bay Anniversary Day", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-21": "Hawke's Bay Anniversary Day", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-20": "Hawke's Bay Anniversary Day", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-19": "Hawke's Bay Anniversary Day", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-25": "Hawke's Bay Anniversary Day", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-23": "Hawke's Bay Anniversary Day", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-22": "Hawke's Bay Anniversary Day", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-21": "Hawke's Bay Anniversary Day", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-20": "Hawke's Bay Anniversary Day", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-25": "Hawke's Bay Anniversary Day", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-24": "Hawke's Bay Anniversary Day", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-23": "Hawke's Bay Anniversary Day", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-22": "Hawke's Bay Anniversary Day", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-20": "Hawke's Bay Anniversary Day", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-19": "Hawke's Bay Anniversary Day", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-25": "Hawke's Bay Anniversary Day", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-24": "Hawke's Bay Anniversary Day", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-22": "Hawke's Bay Anniversary Day", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-21": "Hawke's Bay Anniversary Day", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-20": "Hawke's Bay Anniversary Day", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-19": "Hawke's Bay Anniversary Day", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-24": "Hawke's Bay Anniversary Day", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-23": "Hawke's Bay Anniversary Day", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-22": "Hawke's Bay Anniversary Day", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-21": "Hawke's Bay Anniversary Day", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-19": "Hawke's Bay Anniversary Day", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-25": "Hawke's Bay Anniversary Day", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-24": "Hawke's Bay Anniversary Day", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-23": "Hawke's Bay Anniversary Day", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-21": "Hawke's Bay Anniversary Day", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-20": "Hawke's Bay Anniversary Day", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-19": "Hawke's Bay Anniversary Day", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-25": "Hawke's Bay Anniversary Day", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-23": "Hawke's Bay Anniversary Day", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-22": "Hawke's Bay Anniversary Day", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-21": "Hawke's Bay Anniversary Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-20": "Hawke's Bay Anniversary Day", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-25": "Hawke's Bay Anniversary Day", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-24": "Hawke's Bay Anniversary Day", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-23": "Hawke's Bay Anniversary Day", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-22": "Hawke's Bay Anniversary Day", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-20": "Hawke's Bay Anniversary Day", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-19": "Hawke's Bay Anniversary Day", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-25": "Hawke's Bay Anniversary Day", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-24": "Hawke's Bay Anniversary Day", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-22": "Hawke's Bay Anniversary Day", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-21": "Hawke's Bay Anniversary Day", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-20": "Hawke's Bay Anniversary Day", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-19": "Hawke's Bay Anniversary Day", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-24": "Hawke's Bay Anniversary Day", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-23": "Hawke's Bay Anniversary Day", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-22": "Hawke's Bay Anniversary Day", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-21": "Hawke's Bay Anniversary Day", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-19": "Hawke's Bay Anniversary Day", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-25": "Hawke's Bay Anniversary Day", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-24": "Hawke's Bay Anniversary Day", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-23": "Hawke's Bay Anniversary Day", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-21": "Hawke's Bay Anniversary Day", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-20": "Hawke's Bay Anniversary Day", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-19": "Hawke's Bay Anniversary Day", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-25": "Hawke's Bay Anniversary Day", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-23": "Hawke's Bay Anniversary Day", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-22": "Hawke's Bay Anniversary Day", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-21": "Hawke's Bay Anniversary Day", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_MBH.json000066400000000000000000001340001500152103600212110ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-10-30": "Marlborough Anniversary Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-10-29": "Marlborough Anniversary Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-11-03": "Marlborough Anniversary Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-11-02": "Marlborough Anniversary Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-11-01": "Marlborough Anniversary Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-10-31": "Marlborough Anniversary Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-10-29": "Marlborough Anniversary Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-11-04": "Marlborough Anniversary Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-11-03": "Marlborough Anniversary Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-11-02": "Marlborough Anniversary Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-10-31": "Marlborough Anniversary Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-10-30": "Marlborough Anniversary Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-10-29": "Marlborough Anniversary Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-11-04": "Marlborough Anniversary Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-11-02": "Marlborough Anniversary Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-11-01": "Marlborough Anniversary Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-10-31": "Marlborough Anniversary Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-10-30": "Marlborough Anniversary Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-11-04": "Marlborough Anniversary Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-11-03": "Marlborough Anniversary Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-11-02": "Marlborough Anniversary Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-11-01": "Marlborough Anniversary Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-10-30": "Marlborough Anniversary Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-10-29": "Marlborough Anniversary Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-11-04": "Marlborough Anniversary Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-11-03": "Marlborough Anniversary Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-11-01": "Marlborough Anniversary Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-10-31": "Marlborough Anniversary Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-10-30": "Marlborough Anniversary Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-10-29": "Marlborough Anniversary Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-11-03": "Marlborough Anniversary Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-11-02": "Marlborough Anniversary Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-11-01": "Marlborough Anniversary Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-10-31": "Marlborough Anniversary Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-10-29": "Marlborough Anniversary Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-11-04": "Marlborough Anniversary Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-11-03": "Marlborough Anniversary Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-11-02": "Marlborough Anniversary Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-10-31": "Marlborough Anniversary Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-10-30": "Marlborough Anniversary Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-10-29": "Marlborough Anniversary Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-11-04": "Marlborough Anniversary Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-11-02": "Marlborough Anniversary Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-11-01": "Marlborough Anniversary Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-10-31": "Marlborough Anniversary Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-10-30": "Marlborough Anniversary Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-11-04": "Marlborough Anniversary Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-11-03": "Marlborough Anniversary Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-11-02": "Marlborough Anniversary Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-11-01": "Marlborough Anniversary Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-10-30": "Marlborough Anniversary Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-10-29": "Marlborough Anniversary Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-11-04": "Marlborough Anniversary Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-11-03": "Marlborough Anniversary Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-11-01": "Marlborough Anniversary Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-10-31": "Marlborough Anniversary Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-10-30": "Marlborough Anniversary Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-10-29": "Marlborough Anniversary Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-11-03": "Marlborough Anniversary Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-11-02": "Marlborough Anniversary Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-11-01": "Marlborough Anniversary Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-10-31": "Marlborough Anniversary Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-10-29": "Marlborough Anniversary Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-11-04": "Marlborough Anniversary Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-11-03": "Marlborough Anniversary Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-11-02": "Marlborough Anniversary Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-10-31": "Marlborough Anniversary Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-10-30": "Marlborough Anniversary Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-10-29": "Marlborough Anniversary Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-11-04": "Marlborough Anniversary Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-11-02": "Marlborough Anniversary Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-11-01": "Marlborough Anniversary Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-10-31": "Marlborough Anniversary Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-10-30": "Marlborough Anniversary Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-11-04": "Marlborough Anniversary Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-11-03": "Marlborough Anniversary Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-11-02": "Marlborough Anniversary Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-11-01": "Marlborough Anniversary Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-10-30": "Marlborough Anniversary Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-10-29": "Marlborough Anniversary Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-11-04": "Marlborough Anniversary Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-11-03": "Marlborough Anniversary Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-11-01": "Marlborough Anniversary Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-10-31": "Marlborough Anniversary Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-10-30": "Marlborough Anniversary Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-10-29": "Marlborough Anniversary Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-11-03": "Marlborough Anniversary Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-11-02": "Marlborough Anniversary Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-11-01": "Marlborough Anniversary Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-10-31": "Marlborough Anniversary Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-10-29": "Marlborough Anniversary Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-11-04": "Marlborough Anniversary Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-11-03": "Marlborough Anniversary Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-11-02": "Marlborough Anniversary Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-10-31": "Marlborough Anniversary Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-10-30": "Marlborough Anniversary Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-10-29": "Marlborough Anniversary Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-11-04": "Marlborough Anniversary Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-11-02": "Marlborough Anniversary Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-11-01": "Marlborough Anniversary Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-10-31": "Marlborough Anniversary Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_MWT.json000066400000000000000000001222531500152103600212610ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_NSN.json000066400000000000000000001330071500152103600212470ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-01-30": "Nelson Anniversary Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-01-29": "Nelson Anniversary Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-02-04": "Nelson Anniversary Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-02-02": "Nelson Anniversary Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-02-01": "Nelson Anniversary Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-01-31": "Nelson Anniversary Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-01-30": "Nelson Anniversary Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-02-04": "Nelson Anniversary Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-02-03": "Nelson Anniversary Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-02-02": "Nelson Anniversary Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-02-01": "Nelson Anniversary Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-01-30": "Nelson Anniversary Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-01-29": "Nelson Anniversary Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-02-04": "Nelson Anniversary Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-02-03": "Nelson Anniversary Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-02-01": "Nelson Anniversary Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-01-31": "Nelson Anniversary Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-01-30": "Nelson Anniversary Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-01-29": "Nelson Anniversary Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-02-03": "Nelson Anniversary Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-02-02": "Nelson Anniversary Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-02-01": "Nelson Anniversary Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-01-31": "Nelson Anniversary Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-01-29": "Nelson Anniversary Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-04": "Nelson Anniversary Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-03": "Nelson Anniversary Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-02": "Nelson Anniversary Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-01-31": "Nelson Anniversary Day", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-01-30": "Nelson Anniversary Day", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-01-29": "Nelson Anniversary Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-04": "Nelson Anniversary Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-02": "Nelson Anniversary Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-01": "Nelson Anniversary Day", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-01-31": "Nelson Anniversary Day", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-01-30": "Nelson Anniversary Day", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-04": "Nelson Anniversary Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-03": "Nelson Anniversary Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-02": "Nelson Anniversary Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-01": "Nelson Anniversary Day", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-01-30": "Nelson Anniversary Day", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-01-29": "Nelson Anniversary Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-04": "Nelson Anniversary Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-03": "Nelson Anniversary Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-01": "Nelson Anniversary Day", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-01-31": "Nelson Anniversary Day", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-01-30": "Nelson Anniversary Day", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-01-29": "Nelson Anniversary Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-03": "Nelson Anniversary Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-02": "Nelson Anniversary Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-01": "Nelson Anniversary Day", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-01-31": "Nelson Anniversary Day", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-01-29": "Nelson Anniversary Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-04": "Nelson Anniversary Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-03": "Nelson Anniversary Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-02": "Nelson Anniversary Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-01-31": "Nelson Anniversary Day", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-01-30": "Nelson Anniversary Day", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-01-29": "Nelson Anniversary Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-04": "Nelson Anniversary Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-02": "Nelson Anniversary Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-01": "Nelson Anniversary Day", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-01-31": "Nelson Anniversary Day", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-01-30": "Nelson Anniversary Day", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-04": "Nelson Anniversary Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-03": "Nelson Anniversary Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-02": "Nelson Anniversary Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-01": "Nelson Anniversary Day", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-01-30": "Nelson Anniversary Day", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-01-29": "Nelson Anniversary Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-04": "Nelson Anniversary Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-03": "Nelson Anniversary Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-01": "Nelson Anniversary Day", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-01-31": "Nelson Anniversary Day", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-01-30": "Nelson Anniversary Day", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-01-29": "Nelson Anniversary Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-03": "Nelson Anniversary Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-02": "Nelson Anniversary Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-01": "Nelson Anniversary Day", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-01-31": "Nelson Anniversary Day", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-01-29": "Nelson Anniversary Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-04": "Nelson Anniversary Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-03": "Nelson Anniversary Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-02": "Nelson Anniversary Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-01-31": "Nelson Anniversary Day", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-01-30": "Nelson Anniversary Day", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-01-29": "Nelson Anniversary Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-04": "Nelson Anniversary Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-02": "Nelson Anniversary Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-01": "Nelson Anniversary Day", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-01-31": "Nelson Anniversary Day", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-01-30": "Nelson Anniversary Day", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-04": "Nelson Anniversary Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-03": "Nelson Anniversary Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-02": "Nelson Anniversary Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-01": "Nelson Anniversary Day", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-01-30": "Nelson Anniversary Day", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-01-29": "Nelson Anniversary Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-04": "Nelson Anniversary Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-03": "Nelson Anniversary Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-01": "Nelson Anniversary Day", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-01-31": "Nelson Anniversary Day", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_NTL.json000066400000000000000000001331311500152103600212440ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-01-30": "Auckland Anniversary Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-01-29": "Auckland Anniversary Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-01-28": "Auckland Anniversary Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-01-26": "Auckland Anniversary Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-02-01": "Auckland Anniversary Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-01-31": "Auckland Anniversary Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-01-30": "Auckland Anniversary Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-01-28": "Auckland Anniversary Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-01-27": "Auckland Anniversary Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-01-26": "Auckland Anniversary Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-02-01": "Auckland Anniversary Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-01-30": "Auckland Anniversary Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-01-29": "Auckland Anniversary Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-01-28": "Auckland Anniversary Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-02-03": "Waitangi Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-02-08": "Waitangi Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-02-07": "Waitangi Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-02-06": "Waitangi Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-02-05": "Waitangi Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-02-03": "Waitangi Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-02-09": "Waitangi Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-02-08": "Waitangi Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-02-07": "Waitangi Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-02-05": "Waitangi Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-01-28": "Auckland Anniversary Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-01-27": "Auckland Anniversary Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-01-26": "Auckland Anniversary Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-01-31": "Auckland Anniversary Day", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-01-30": "Auckland Anniversary Day", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-01-29": "Auckland Anniversary Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-01-28": "Auckland Anniversary Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-01-26": "Auckland Anniversary Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-01": "Auckland Anniversary Day", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-01-31": "Auckland Anniversary Day", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-01-30": "Auckland Anniversary Day", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-01-28": "Auckland Anniversary Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-01-27": "Auckland Anniversary Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-01-26": "Auckland Anniversary Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-01": "Auckland Anniversary Day", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-01-30": "Auckland Anniversary Day", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-01-29": "Auckland Anniversary Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-01-28": "Auckland Anniversary Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-01-27": "Auckland Anniversary Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-01": "Auckland Anniversary Day", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-01-31": "Auckland Anniversary Day", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-01-30": "Auckland Anniversary Day", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-01-29": "Auckland Anniversary Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-01-27": "Auckland Anniversary Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-01-26": "Auckland Anniversary Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-01": "Auckland Anniversary Day", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-01-31": "Auckland Anniversary Day", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-01-29": "Auckland Anniversary Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-01-28": "Auckland Anniversary Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-01-27": "Auckland Anniversary Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-01-26": "Auckland Anniversary Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-01-31": "Auckland Anniversary Day", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-01-30": "Auckland Anniversary Day", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-01-29": "Auckland Anniversary Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-01-28": "Auckland Anniversary Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-01-26": "Auckland Anniversary Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-01": "Auckland Anniversary Day", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-01-31": "Auckland Anniversary Day", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-01-30": "Auckland Anniversary Day", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-01-28": "Auckland Anniversary Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-01-27": "Auckland Anniversary Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-01-26": "Auckland Anniversary Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-01": "Auckland Anniversary Day", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-01-30": "Auckland Anniversary Day", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-01-29": "Auckland Anniversary Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-01-28": "Auckland Anniversary Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-01-27": "Auckland Anniversary Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-01": "Auckland Anniversary Day", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-01-31": "Auckland Anniversary Day", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-01-30": "Auckland Anniversary Day", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-01-29": "Auckland Anniversary Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-01-27": "Auckland Anniversary Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-01-26": "Auckland Anniversary Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-01": "Auckland Anniversary Day", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-01-31": "Auckland Anniversary Day", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-01-29": "Auckland Anniversary Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-01-28": "Auckland Anniversary Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-01-27": "Auckland Anniversary Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-01-26": "Auckland Anniversary Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-01-31": "Auckland Anniversary Day", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-01-30": "Auckland Anniversary Day", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-01-29": "Auckland Anniversary Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-01-28": "Auckland Anniversary Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-01-26": "Auckland Anniversary Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-01": "Auckland Anniversary Day", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-01-31": "Auckland Anniversary Day", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-01-30": "Auckland Anniversary Day", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-01-28": "Auckland Anniversary Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-01-27": "Auckland Anniversary Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-01-26": "Auckland Anniversary Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-01": "Auckland Anniversary Day", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-01-30": "Auckland Anniversary Day", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-01-29": "Auckland Anniversary Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-01-28": "Auckland Anniversary Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-01-27": "Auckland Anniversary Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-01": "Auckland Anniversary Day", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-01-31": "Auckland Anniversary Day", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_OTA.json000066400000000000000000001326421500152103600212400ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-03-20": "Otago Anniversary Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-03-27": "Otago Anniversary Day", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-03-24": "Otago Anniversary Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-03-23": "Otago Anniversary Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-03-22": "Otago Anniversary Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-03-21": "Otago Anniversary Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-26": "Otago Anniversary Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-03-25": "Otago Anniversary Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-03-24": "Otago Anniversary Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-23": "Otago Anniversary Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-03-21": "Otago Anniversary Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-20": "Otago Anniversary Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-03-26": "Otago Anniversary Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-03-25": "Otago Anniversary Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-23": "Otago Anniversary Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-03-22": "Otago Anniversary Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-03-21": "Otago Anniversary Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-20": "Otago Anniversary Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-03-25": "Otago Anniversary Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-03-24": "Otago Anniversary Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-23": "Otago Anniversary Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-03-22": "Otago Anniversary Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-20": "Otago Anniversary Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-03-26": "Otago Anniversary Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-03-25": "Otago Anniversary Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-24": "Otago Anniversary Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-03-22": "Otago Anniversary Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-03-21": "Otago Anniversary Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-20": "Otago Anniversary Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-03-26": "Otago Anniversary Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-03-24": "Otago Anniversary Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-03-23": "Otago Anniversary Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-03-22": "Otago Anniversary Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-03-21": "Otago Anniversary Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-03-26": "Otago Anniversary Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-03-25": "Otago Anniversary Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-24": "Otago Anniversary Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-03-23": "Otago Anniversary Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-03-21": "Otago Anniversary Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-20": "Otago Anniversary Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-03-26": "Otago Anniversary Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-25": "Otago Anniversary Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-03-23": "Otago Anniversary Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-03-22": "Otago Anniversary Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-03-21": "Otago Anniversary Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-03-20": "Otago Anniversary Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-03-25": "Otago Anniversary Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-24": "Otago Anniversary Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-03-23": "Otago Anniversary Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-03-22": "Otago Anniversary Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-03-20": "Otago Anniversary Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-03-26": "Otago Anniversary Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-25": "Otago Anniversary Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-03-24": "Otago Anniversary Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-03-22": "Otago Anniversary Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-21": "Otago Anniversary Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-03-20": "Otago Anniversary Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-03-26": "Otago Anniversary Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-03-25": "Otago Anniversary Day", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-03-23": "Otago Anniversary Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-03-22": "Otago Anniversary Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-03-21": "Otago Anniversary Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-03-26": "Otago Anniversary Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-25": "Otago Anniversary Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-03-24": "Otago Anniversary Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-03-23": "Otago Anniversary Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-21": "Otago Anniversary Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-03-20": "Otago Anniversary Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-26": "Otago Anniversary Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-03-25": "Otago Anniversary Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-03-23": "Otago Anniversary Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-03-22": "Otago Anniversary Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-03-21": "Otago Anniversary Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-03-20": "Otago Anniversary Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-25": "Otago Anniversary Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-03-24": "Otago Anniversary Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-03-23": "Otago Anniversary Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-22": "Otago Anniversary Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-03-20": "Otago Anniversary Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-26": "Otago Anniversary Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-03-25": "Otago Anniversary Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-03-24": "Otago Anniversary Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-22": "Otago Anniversary Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-03-21": "Otago Anniversary Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-03-20": "Otago Anniversary Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-03-27": "Otago Anniversary Day", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-03-24": "Otago Anniversary Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-03-23": "Otago Anniversary Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-03-22": "Otago Anniversary Day", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-03-21": "Otago Anniversary Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-26": "Otago Anniversary Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-03-25": "Otago Anniversary Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-03-24": "Otago Anniversary Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-23": "Otago Anniversary Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-03-21": "Otago Anniversary Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-03-20": "Otago Anniversary Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-03-27": "Otago Anniversary Day", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-03-25": "Otago Anniversary Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-03-23": "Otago Anniversary Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-03-22": "Otago Anniversary Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-03-21": "Otago Anniversary Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_SOUTH_CANTERBURY.json000066400000000000000000001347451500152103600232630ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-09-25": "South Canterbury Anniversary Day", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-09-24": "South Canterbury Anniversary Day", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-09-22": "South Canterbury Anniversary Day", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-09-28": "South Canterbury Anniversary Day", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-09-27": "South Canterbury Anniversary Day", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-09-26": "South Canterbury Anniversary Day", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-09-24": "South Canterbury Anniversary Day", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-09-23": "South Canterbury Anniversary Day", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-09-22": "South Canterbury Anniversary Day", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-09-28": "South Canterbury Anniversary Day", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-09-26": "South Canterbury Anniversary Day", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-09-25": "South Canterbury Anniversary Day", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-09-24": "South Canterbury Anniversary Day", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-09-23": "South Canterbury Anniversary Day", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-09-28": "South Canterbury Anniversary Day", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-09-27": "South Canterbury Anniversary Day", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-09-26": "South Canterbury Anniversary Day", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-09-25": "South Canterbury Anniversary Day", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-09-23": "South Canterbury Anniversary Day", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-09-22": "South Canterbury Anniversary Day", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-09-28": "South Canterbury Anniversary Day", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-09-27": "South Canterbury Anniversary Day", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-09-25": "South Canterbury Anniversary Day", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-09-24": "South Canterbury Anniversary Day", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-09-23": "South Canterbury Anniversary Day", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-09-22": "South Canterbury Anniversary Day", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-09-27": "South Canterbury Anniversary Day", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-09-26": "South Canterbury Anniversary Day", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-09-25": "South Canterbury Anniversary Day", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-09-24": "South Canterbury Anniversary Day", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-09-22": "South Canterbury Anniversary Day", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-09-28": "South Canterbury Anniversary Day", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-09-27": "South Canterbury Anniversary Day", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-09-26": "South Canterbury Anniversary Day", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-09-24": "South Canterbury Anniversary Day", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-09-23": "South Canterbury Anniversary Day", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-09-22": "South Canterbury Anniversary Day", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-09-28": "South Canterbury Anniversary Day", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-09-26": "South Canterbury Anniversary Day", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-09-25": "South Canterbury Anniversary Day", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-09-24": "South Canterbury Anniversary Day", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-09-23": "South Canterbury Anniversary Day", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-09-28": "South Canterbury Anniversary Day", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-09-27": "South Canterbury Anniversary Day", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-09-26": "South Canterbury Anniversary Day", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-09-25": "South Canterbury Anniversary Day", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-09-23": "South Canterbury Anniversary Day", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-09-22": "South Canterbury Anniversary Day", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-09-28": "South Canterbury Anniversary Day", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-09-27": "South Canterbury Anniversary Day", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-09-25": "South Canterbury Anniversary Day", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-09-24": "South Canterbury Anniversary Day", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-09-23": "South Canterbury Anniversary Day", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-09-22": "South Canterbury Anniversary Day", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-09-27": "South Canterbury Anniversary Day", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-09-26": "South Canterbury Anniversary Day", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-09-25": "South Canterbury Anniversary Day", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-09-24": "South Canterbury Anniversary Day", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-09-22": "South Canterbury Anniversary Day", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-09-28": "South Canterbury Anniversary Day", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-09-27": "South Canterbury Anniversary Day", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-09-26": "South Canterbury Anniversary Day", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-09-24": "South Canterbury Anniversary Day", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-09-23": "South Canterbury Anniversary Day", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-09-22": "South Canterbury Anniversary Day", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-09-28": "South Canterbury Anniversary Day", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-09-26": "South Canterbury Anniversary Day", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-09-25": "South Canterbury Anniversary Day", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-09-24": "South Canterbury Anniversary Day", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-09-23": "South Canterbury Anniversary Day", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-09-28": "South Canterbury Anniversary Day", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-09-27": "South Canterbury Anniversary Day", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day; South Canterbury Anniversary Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-09-25": "South Canterbury Anniversary Day", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-09-23": "South Canterbury Anniversary Day", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-09-22": "South Canterbury Anniversary Day", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-09-28": "South Canterbury Anniversary Day", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-09-27": "South Canterbury Anniversary Day", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-09-25": "South Canterbury Anniversary Day", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-09-24": "South Canterbury Anniversary Day", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-09-23": "South Canterbury Anniversary Day", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-09-22": "South Canterbury Anniversary Day", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-09-27": "South Canterbury Anniversary Day", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-09-26": "South Canterbury Anniversary Day", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-09-25": "South Canterbury Anniversary Day", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-09-24": "South Canterbury Anniversary Day", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-09-22": "South Canterbury Anniversary Day", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-09-28": "South Canterbury Anniversary Day", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-09-27": "South Canterbury Anniversary Day", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-09-26": "South Canterbury Anniversary Day", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-09-24": "South Canterbury Anniversary Day", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-09-23": "South Canterbury Anniversary Day", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-09-22": "South Canterbury Anniversary Day", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-09-28": "South Canterbury Anniversary Day", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-09-26": "South Canterbury Anniversary Day", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-09-25": "South Canterbury Anniversary Day", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-09-24": "South Canterbury Anniversary Day", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-09-23": "South Canterbury Anniversary Day", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-09-28": "South Canterbury Anniversary Day", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-09-27": "South Canterbury Anniversary Day", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-09-26": "South Canterbury Anniversary Day", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_STL.json000066400000000000000000001334661500152103600212640ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-01-16": "Southland Anniversary Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-01-15": "Southland Anniversary Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-01-14": "Southland Anniversary Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-01-19": "Southland Anniversary Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-01-18": "Southland Anniversary Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-01-17": "Southland Anniversary Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-01-16": "Southland Anniversary Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-01-14": "Southland Anniversary Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-01-20": "Southland Anniversary Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-01-19": "Southland Anniversary Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-01-18": "Southland Anniversary Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-01-16": "Southland Anniversary Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-01-15": "Southland Anniversary Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-01-14": "Southland Anniversary Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-01-20": "Southland Anniversary Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-01-18": "Southland Anniversary Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-01-17": "Southland Anniversary Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-01-16": "Southland Anniversary Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-01-15": "Southland Anniversary Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-01-20": "Southland Anniversary Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-01-19": "Southland Anniversary Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-01-18": "Southland Anniversary Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-01-17": "Southland Anniversary Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-01-15": "Southland Anniversary Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-01-14": "Southland Anniversary Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-01-20": "Southland Anniversary Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-01-19": "Southland Anniversary Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-01-17": "Southland Anniversary Day", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-01-16": "Southland Anniversary Day", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-01-15": "Southland Anniversary Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-01-14": "Southland Anniversary Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-01-19": "Southland Anniversary Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-01-18": "Southland Anniversary Day", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-01-17": "Southland Anniversary Day", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-01-16": "Southland Anniversary Day", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-01-14": "Southland Anniversary Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-01-20": "Southland Anniversary Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-01-19": "Southland Anniversary Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-01-18": "Southland Anniversary Day", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-01-16": "Southland Anniversary Day", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-01-15": "Southland Anniversary Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-01-14": "Southland Anniversary Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-01-20": "Southland Anniversary Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-01-18": "Southland Anniversary Day", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-01-17": "Southland Anniversary Day", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-01-16": "Southland Anniversary Day", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-01-15": "Southland Anniversary Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-01-20": "Southland Anniversary Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-01-19": "Southland Anniversary Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-01-18": "Southland Anniversary Day", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-01-17": "Southland Anniversary Day", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-01-15": "Southland Anniversary Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-01-14": "Southland Anniversary Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-01-20": "Southland Anniversary Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-01-19": "Southland Anniversary Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-01-17": "Southland Anniversary Day", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-01-16": "Southland Anniversary Day", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-01-15": "Southland Anniversary Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-01-14": "Southland Anniversary Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-01-19": "Southland Anniversary Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-01-18": "Southland Anniversary Day", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-01-17": "Southland Anniversary Day", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-10": "Southland Anniversary Day", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-02": "Southland Anniversary Day", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-22": "Southland Anniversary Day", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-07": "Southland Anniversary Day", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-03-29": "Southland Anniversary Day", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-18": "Southland Anniversary Day", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-03": "Southland Anniversary Day", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-23": "Southland Anniversary Day", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-14": "Southland Anniversary Day", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-06": "Southland Anniversary Day", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-19": "Southland Anniversary Day", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-11": "Southland Anniversary Day", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-02": "Southland Anniversary Day", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-22": "Southland Anniversary Day", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-07": "Southland Anniversary Day", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-03-30": "Southland Anniversary Day", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-18": "Southland Anniversary Day", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-03": "Southland Anniversary Day", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-23": "Southland Anniversary Day", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-15": "Southland Anniversary Day", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-03-30": "Southland Anniversary Day", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-19": "Southland Anniversary Day", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-11": "Southland Anniversary Day", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-03-27": "Southland Anniversary Day", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-15": "Southland Anniversary Day", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-07": "Southland Anniversary Day", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-04-27": "Southland Anniversary Day", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-12": "Southland Anniversary Day", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-03": "Southland Anniversary Day", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-23": "Southland Anniversary Day", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-08": "Southland Anniversary Day", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-03-31": "Southland Anniversary Day", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-19": "Southland Anniversary Day", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-11": "Southland Anniversary Day", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-03-27": "Southland Anniversary Day", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-16": "Southland Anniversary Day", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-07": "Southland Anniversary Day", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-20": "Southland Anniversary Day", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-12": "Southland Anniversary Day", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_TAS.json000066400000000000000000001222531500152103600212410ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_TKI.json000066400000000000000000001333211500152103600212370ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-03-13": "Taranaki Anniversary Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-12": "Taranaki Anniversary Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-03-10": "Taranaki Anniversary Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-03-09": "Taranaki Anniversary Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-03-08": "Taranaki Anniversary Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-03-14": "Taranaki Anniversary Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-12": "Taranaki Anniversary Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-03-11": "Taranaki Anniversary Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-03-10": "Taranaki Anniversary Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-09": "Taranaki Anniversary Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-03-14": "Taranaki Anniversary Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-13": "Taranaki Anniversary Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-03-12": "Taranaki Anniversary Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-03-11": "Taranaki Anniversary Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-09": "Taranaki Anniversary Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-03-08": "Taranaki Anniversary Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-03-14": "Taranaki Anniversary Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-13": "Taranaki Anniversary Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-03-11": "Taranaki Anniversary Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-03-10": "Taranaki Anniversary Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-09": "Taranaki Anniversary Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-03-08": "Taranaki Anniversary Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-13": "Taranaki Anniversary Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-03-12": "Taranaki Anniversary Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-03-11": "Taranaki Anniversary Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-10": "Taranaki Anniversary Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-03-08": "Taranaki Anniversary Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-03-14": "Taranaki Anniversary Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-13": "Taranaki Anniversary Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-03-12": "Taranaki Anniversary Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-03-10": "Taranaki Anniversary Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-03-09": "Taranaki Anniversary Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-03-08": "Taranaki Anniversary Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-03-14": "Taranaki Anniversary Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-03-12": "Taranaki Anniversary Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-03-11": "Taranaki Anniversary Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-10": "Taranaki Anniversary Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-03-09": "Taranaki Anniversary Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-03-14": "Taranaki Anniversary Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-13": "Taranaki Anniversary Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-03-12": "Taranaki Anniversary Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-11": "Taranaki Anniversary Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-03-09": "Taranaki Anniversary Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-03-08": "Taranaki Anniversary Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-03-14": "Taranaki Anniversary Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-03-13": "Taranaki Anniversary Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-03-11": "Taranaki Anniversary Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-10": "Taranaki Anniversary Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-03-09": "Taranaki Anniversary Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-03-08": "Taranaki Anniversary Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-03-13": "Taranaki Anniversary Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-03-12": "Taranaki Anniversary Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-11": "Taranaki Anniversary Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-03-10": "Taranaki Anniversary Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-03-08": "Taranaki Anniversary Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-14": "Taranaki Anniversary Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-03-13": "Taranaki Anniversary Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-03-12": "Taranaki Anniversary Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-10": "Taranaki Anniversary Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-03-09": "Taranaki Anniversary Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-03-08": "Taranaki Anniversary Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-03-14": "Taranaki Anniversary Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-03-12": "Taranaki Anniversary Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-11": "Taranaki Anniversary Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-03-10": "Taranaki Anniversary Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-03-09": "Taranaki Anniversary Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-14": "Taranaki Anniversary Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-03-13": "Taranaki Anniversary Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-12": "Taranaki Anniversary Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-03-11": "Taranaki Anniversary Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-03-09": "Taranaki Anniversary Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-03-08": "Taranaki Anniversary Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-03-14": "Taranaki Anniversary Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-03-13": "Taranaki Anniversary Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-11": "Taranaki Anniversary Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-03-10": "Taranaki Anniversary Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-03-09": "Taranaki Anniversary Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-08": "Taranaki Anniversary Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-03-13": "Taranaki Anniversary Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-12": "Taranaki Anniversary Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-03-11": "Taranaki Anniversary Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-03-10": "Taranaki Anniversary Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-08": "Taranaki Anniversary Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-03-14": "Taranaki Anniversary Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-03-13": "Taranaki Anniversary Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-12": "Taranaki Anniversary Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-03-10": "Taranaki Anniversary Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-03-09": "Taranaki Anniversary Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-03-08": "Taranaki Anniversary Day", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-03-14": "Taranaki Anniversary Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-12": "Taranaki Anniversary Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-03-11": "Taranaki Anniversary Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-03-10": "Taranaki Anniversary Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-09": "Taranaki Anniversary Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-03-14": "Taranaki Anniversary Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-03-13": "Taranaki Anniversary Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-12": "Taranaki Anniversary Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-03-11": "Taranaki Anniversary Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-03-09": "Taranaki Anniversary Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-03-08": "Taranaki Anniversary Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-03-14": "Taranaki Anniversary Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_WGN.json000066400000000000000000001336331500152103600212510ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-01-23": "Wellington Anniversary Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-01-22": "Wellington Anniversary Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-01-21": "Wellington Anniversary Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-01-19": "Wellington Anniversary Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-01-25": "Wellington Anniversary Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-01-24": "Wellington Anniversary Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-01-23": "Wellington Anniversary Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-01-21": "Wellington Anniversary Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-01-20": "Wellington Anniversary Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-01-19": "Wellington Anniversary Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-01-25": "Wellington Anniversary Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-01-23": "Wellington Anniversary Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-01-22": "Wellington Anniversary Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-01-21": "Wellington Anniversary Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-01-20": "Wellington Anniversary Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-01-25": "Wellington Anniversary Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-01-24": "Wellington Anniversary Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-01-23": "Wellington Anniversary Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-01-22": "Wellington Anniversary Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-01-20": "Wellington Anniversary Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-01-19": "Wellington Anniversary Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-01-25": "Wellington Anniversary Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-01-24": "Wellington Anniversary Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-01-22": "Wellington Anniversary Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-01-21": "Wellington Anniversary Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-01-20": "Wellington Anniversary Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-01-19": "Wellington Anniversary Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-01-24": "Wellington Anniversary Day", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-01-23": "Wellington Anniversary Day", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-01-22": "Wellington Anniversary Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-01-21": "Wellington Anniversary Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-01-19": "Wellington Anniversary Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-01-25": "Wellington Anniversary Day", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-01-24": "Wellington Anniversary Day", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-01-23": "Wellington Anniversary Day", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-01-21": "Wellington Anniversary Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-01-20": "Wellington Anniversary Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-01-19": "Wellington Anniversary Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-01-25": "Wellington Anniversary Day", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-01-23": "Wellington Anniversary Day", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-01-22": "Wellington Anniversary Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-01-21": "Wellington Anniversary Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-01-20": "Wellington Anniversary Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-01-25": "Wellington Anniversary Day", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-01-24": "Wellington Anniversary Day", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-01-23": "Wellington Anniversary Day", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-01-22": "Wellington Anniversary Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-01-20": "Wellington Anniversary Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-01-19": "Wellington Anniversary Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-01-25": "Wellington Anniversary Day", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-01-24": "Wellington Anniversary Day", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-01-22": "Wellington Anniversary Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-01-21": "Wellington Anniversary Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-01-20": "Wellington Anniversary Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-01-19": "Wellington Anniversary Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-01-24": "Wellington Anniversary Day", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-01-23": "Wellington Anniversary Day", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-01-22": "Wellington Anniversary Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-01-21": "Wellington Anniversary Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-01-19": "Wellington Anniversary Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-01-25": "Wellington Anniversary Day", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-01-24": "Wellington Anniversary Day", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-01-23": "Wellington Anniversary Day", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-01-21": "Wellington Anniversary Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-01-20": "Wellington Anniversary Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-01-19": "Wellington Anniversary Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-01-25": "Wellington Anniversary Day", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-01-23": "Wellington Anniversary Day", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-01-22": "Wellington Anniversary Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-01-21": "Wellington Anniversary Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-01-20": "Wellington Anniversary Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-01-25": "Wellington Anniversary Day", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-01-24": "Wellington Anniversary Day", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-01-23": "Wellington Anniversary Day", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-01-22": "Wellington Anniversary Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-01-20": "Wellington Anniversary Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-01-19": "Wellington Anniversary Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-01-25": "Wellington Anniversary Day", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-01-24": "Wellington Anniversary Day", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-01-22": "Wellington Anniversary Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-01-21": "Wellington Anniversary Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-01-20": "Wellington Anniversary Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-01-19": "Wellington Anniversary Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-01-24": "Wellington Anniversary Day", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-01-23": "Wellington Anniversary Day", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-01-22": "Wellington Anniversary Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-01-21": "Wellington Anniversary Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-01-19": "Wellington Anniversary Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-01-25": "Wellington Anniversary Day", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-01-24": "Wellington Anniversary Day", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-01-23": "Wellington Anniversary Day", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-01-21": "Wellington Anniversary Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-01-20": "Wellington Anniversary Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-01-19": "Wellington Anniversary Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-01-25": "Wellington Anniversary Day", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-01-23": "Wellington Anniversary Day", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-01-22": "Wellington Anniversary Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-01-21": "Wellington Anniversary Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-01-20": "Wellington Anniversary Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-01-25": "Wellington Anniversary Day", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-01-24": "Wellington Anniversary Day", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_WKO.json000066400000000000000000001222531500152103600212520ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/NZ_WTC.json000066400000000000000000001336331500152103600212530ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "Day after New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-04-25": "Anzac Day", "1950-06-05": "King's Birthday", "1950-10-23": "Labour Day", "1950-12-04": "West Coast Anniversary Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "Day after New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-04-25": "Anzac Day", "1951-06-04": "King's Birthday", "1951-10-22": "Labour Day", "1951-12-03": "West Coast Anniversary Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "Day after New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-04-25": "Anzac Day", "1952-06-02": "Queen's Birthday", "1952-10-27": "Labour Day", "1952-12-01": "West Coast Anniversary Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "Day after New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-04-25": "Anzac Day", "1953-06-01": "Queen's Birthday", "1953-10-26": "Labour Day", "1953-11-30": "West Coast Anniversary Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1953-12-28": "Boxing Day (observed)", "1954-01-01": "New Year's Day", "1954-01-02": "Day after New Year's Day", "1954-01-04": "Day after New Year's Day (observed)", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-04-25": "Anzac Day", "1954-06-07": "Queen's Birthday", "1954-10-25": "Labour Day", "1954-11-29": "West Coast Anniversary Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Christmas Day (observed)", "1954-12-28": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-01-02": "Day after New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-04": "Day after New Year's Day (observed)", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-04-25": "Anzac Day", "1955-06-06": "Queen's Birthday", "1955-10-24": "Labour Day", "1955-11-28": "West Coast Anniversary Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "Day after New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-25": "Anzac Day", "1956-06-04": "Queen's Birthday", "1956-10-22": "Labour Day", "1956-12-03": "West Coast Anniversary Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "Day after New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-04-25": "Anzac Day", "1957-06-03": "Queen's Birthday", "1957-10-28": "Labour Day", "1957-12-02": "West Coast Anniversary Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "Day after New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-04-25": "Anzac Day", "1958-06-02": "Queen's Birthday", "1958-10-27": "Labour Day", "1958-12-01": "West Coast Anniversary Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "Day after New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-25": "Anzac Day", "1959-06-01": "Queen's Birthday", "1959-10-26": "Labour Day", "1959-11-30": "West Coast Anniversary Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1959-12-28": "Boxing Day (observed)", "1960-01-01": "New Year's Day", "1960-01-02": "Day after New Year's Day", "1960-01-04": "Day after New Year's Day (observed)", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-04-25": "Anzac Day", "1960-06-06": "Queen's Birthday", "1960-10-24": "Labour Day", "1960-11-28": "West Coast Anniversary Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "Day after New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-25": "Anzac Day", "1961-06-05": "Queen's Birthday", "1961-10-23": "Labour Day", "1961-12-04": "West Coast Anniversary Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "Day after New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-25": "Anzac Day", "1962-06-04": "Queen's Birthday", "1962-10-22": "Labour Day", "1962-12-03": "West Coast Anniversary Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "Day after New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-25": "Anzac Day", "1963-06-03": "Queen's Birthday", "1963-10-28": "Labour Day", "1963-12-02": "West Coast Anniversary Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "Day after New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-25": "Anzac Day", "1964-06-01": "Queen's Birthday", "1964-10-26": "Labour Day", "1964-11-30": "West Coast Anniversary Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-01-02": "Day after New Year's Day", "1965-01-04": "Day after New Year's Day (observed)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-25": "Anzac Day", "1965-06-07": "Queen's Birthday", "1965-10-25": "Labour Day", "1965-11-29": "West Coast Anniversary Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-02": "Day after New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-04": "Day after New Year's Day (observed)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-25": "Anzac Day", "1966-06-06": "Queen's Birthday", "1966-10-24": "Labour Day", "1966-11-28": "West Coast Anniversary Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "Day after New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-25": "Anzac Day", "1967-06-05": "Queen's Birthday", "1967-10-23": "Labour Day", "1967-12-04": "West Coast Anniversary Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "Day after New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-25": "Anzac Day", "1968-06-03": "Queen's Birthday", "1968-10-28": "Labour Day", "1968-12-02": "West Coast Anniversary Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "Day after New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "Anzac Day", "1969-06-02": "Queen's Birthday", "1969-10-27": "Labour Day", "1969-12-01": "West Coast Anniversary Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "Day after New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "Anzac Day", "1970-06-01": "Queen's Birthday", "1970-10-26": "Labour Day", "1970-11-30": "West Coast Anniversary Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-01-02": "Day after New Year's Day", "1971-01-04": "Day after New Year's Day (observed)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "Anzac Day", "1971-06-07": "Queen's Birthday", "1971-10-25": "Labour Day", "1971-11-29": "West Coast Anniversary Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-02": "Day after New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-04": "Day after New Year's Day (observed)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Anzac Day", "1972-06-05": "Queen's Birthday", "1972-10-23": "Labour Day", "1972-12-04": "West Coast Anniversary Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "Day after New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "Anzac Day", "1973-06-04": "Queen's Birthday", "1973-10-22": "Labour Day", "1973-12-03": "West Coast Anniversary Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "Day after New Year's Day", "1974-02-06": "New Zealand Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "Anzac Day", "1974-06-03": "Queen's Birthday", "1974-10-28": "Labour Day", "1974-12-02": "West Coast Anniversary Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "Day after New Year's Day", "1975-02-06": "New Zealand Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "Anzac Day", "1975-06-02": "Queen's Birthday", "1975-10-27": "Labour Day", "1975-12-01": "West Coast Anniversary Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "Day after New Year's Day", "1976-02-06": "New Zealand Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "Anzac Day", "1976-06-07": "Queen's Birthday", "1976-10-25": "Labour Day", "1976-11-29": "West Coast Anniversary Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-02": "Day after New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-04": "Day after New Year's Day (observed)", "1977-02-06": "Waitangi Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "Anzac Day", "1977-06-06": "Queen's Birthday", "1977-10-24": "Labour Day", "1977-11-28": "West Coast Anniversary Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "Day after New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-02-06": "Waitangi Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "Anzac Day", "1978-06-05": "Queen's Birthday", "1978-10-23": "Labour Day", "1978-12-04": "West Coast Anniversary Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "Day after New Year's Day", "1979-02-06": "Waitangi Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "Anzac Day", "1979-06-04": "Queen's Birthday", "1979-10-22": "Labour Day", "1979-12-03": "West Coast Anniversary Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "Day after New Year's Day", "1980-02-06": "Waitangi Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "Anzac Day", "1980-06-02": "Queen's Birthday", "1980-10-27": "Labour Day", "1980-12-01": "West Coast Anniversary Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "Day after New Year's Day", "1981-02-06": "Waitangi Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "Anzac Day", "1981-06-01": "Queen's Birthday", "1981-10-26": "Labour Day", "1981-11-30": "West Coast Anniversary Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-02": "Day after New Year's Day", "1982-01-04": "Day after New Year's Day (observed)", "1982-02-06": "Waitangi Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "Anzac Day", "1982-06-07": "Queen's Birthday", "1982-10-25": "Labour Day", "1982-11-29": "West Coast Anniversary Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Christmas Day (observed)", "1982-12-28": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-02": "Day after New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-04": "Day after New Year's Day (observed)", "1983-02-06": "Waitangi Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "Anzac Day", "1983-06-06": "Queen's Birthday", "1983-10-24": "Labour Day", "1983-11-28": "West Coast Anniversary Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "Day after New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-02-06": "Waitangi Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "Anzac Day", "1984-06-04": "Queen's Birthday", "1984-10-22": "Labour Day", "1984-12-03": "West Coast Anniversary Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "Day after New Year's Day", "1985-02-06": "Waitangi Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "Anzac Day", "1985-06-03": "Queen's Birthday", "1985-10-28": "Labour Day", "1985-12-02": "West Coast Anniversary Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "Day after New Year's Day", "1986-02-06": "Waitangi Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "Anzac Day", "1986-06-02": "Queen's Birthday", "1986-10-27": "Labour Day", "1986-12-01": "West Coast Anniversary Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "Day after New Year's Day", "1987-02-06": "Waitangi Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-25": "Anzac Day", "1987-06-01": "Queen's Birthday", "1987-10-26": "Labour Day", "1987-11-30": "West Coast Anniversary Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-01-02": "Day after New Year's Day", "1988-01-04": "Day after New Year's Day (observed)", "1988-02-06": "Waitangi Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-25": "Anzac Day", "1988-06-06": "Queen's Birthday", "1988-10-24": "Labour Day", "1988-11-28": "West Coast Anniversary Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "Day after New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-02-06": "Waitangi Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-06-05": "Queen's Birthday", "1989-10-23": "Labour Day", "1989-12-04": "West Coast Anniversary Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "Day after New Year's Day", "1990-02-06": "Waitangi Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-06-04": "Queen's Birthday", "1990-10-22": "Labour Day", "1990-12-03": "West Coast Anniversary Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "Day after New Year's Day", "1991-02-06": "Waitangi Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-06-03": "Queen's Birthday", "1991-10-28": "Labour Day", "1991-12-02": "West Coast Anniversary Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "Day after New Year's Day", "1992-02-06": "Waitangi Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-06-01": "Queen's Birthday", "1992-10-26": "Labour Day", "1992-11-30": "West Coast Anniversary Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-02": "Day after New Year's Day", "1993-01-04": "Day after New Year's Day (observed)", "1993-02-06": "Waitangi Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-06-07": "Queen's Birthday", "1993-10-25": "Labour Day", "1993-11-29": "West Coast Anniversary Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-02": "Day after New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-04": "Day after New Year's Day (observed)", "1994-02-06": "Waitangi Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-06-06": "Queen's Birthday", "1994-10-24": "Labour Day", "1994-11-28": "West Coast Anniversary Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "Day after New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-02-06": "Waitangi Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-06-05": "Queen's Birthday", "1995-10-23": "Labour Day", "1995-12-04": "West Coast Anniversary Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "Day after New Year's Day", "1996-02-06": "Waitangi Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-06-03": "Queen's Birthday", "1996-10-28": "Labour Day", "1996-12-02": "West Coast Anniversary Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "Day after New Year's Day", "1997-02-06": "Waitangi Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-06-02": "Queen's Birthday", "1997-10-27": "Labour Day", "1997-12-01": "West Coast Anniversary Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "Day after New Year's Day", "1998-02-06": "Waitangi Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-06-01": "Queen's Birthday", "1998-10-26": "Labour Day", "1998-11-30": "West Coast Anniversary Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-02": "Day after New Year's Day", "1999-01-04": "Day after New Year's Day (observed)", "1999-02-06": "Waitangi Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-06-07": "Queen's Birthday", "1999-10-25": "Labour Day", "1999-11-29": "West Coast Anniversary Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-02": "Day after New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-04": "Day after New Year's Day (observed)", "2000-02-06": "Waitangi Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-06-05": "Queen's Birthday", "2000-10-23": "Labour Day", "2000-12-04": "West Coast Anniversary Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "Day after New Year's Day", "2001-02-06": "Waitangi Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-06-04": "Queen's Birthday", "2001-10-22": "Labour Day", "2001-12-03": "West Coast Anniversary Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "Day after New Year's Day", "2002-02-06": "Waitangi Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-06-03": "Queen's Birthday", "2002-10-28": "Labour Day", "2002-12-02": "West Coast Anniversary Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "Day after New Year's Day", "2003-02-06": "Waitangi Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-06-02": "Queen's Birthday", "2003-10-27": "Labour Day", "2003-12-01": "West Coast Anniversary Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "Day after New Year's Day", "2004-02-06": "Waitangi Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-06-07": "Queen's Birthday", "2004-10-25": "Labour Day", "2004-11-29": "West Coast Anniversary Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-02": "Day after New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-04": "Day after New Year's Day (observed)", "2005-02-06": "Waitangi Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-06-06": "Queen's Birthday", "2005-10-24": "Labour Day", "2005-12-05": "West Coast Anniversary Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "Day after New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-02-06": "Waitangi Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-06-05": "Queen's Birthday", "2006-10-23": "Labour Day", "2006-12-04": "West Coast Anniversary Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "Day after New Year's Day", "2007-02-06": "Waitangi Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-06-04": "Queen's Birthday", "2007-10-22": "Labour Day", "2007-12-03": "West Coast Anniversary Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "Day after New Year's Day", "2008-02-06": "Waitangi Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-06-02": "Queen's Birthday", "2008-10-27": "Labour Day", "2008-12-01": "West Coast Anniversary Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "Day after New Year's Day", "2009-02-06": "Waitangi Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-06-01": "Queen's Birthday", "2009-10-26": "Labour Day", "2009-11-30": "West Coast Anniversary Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-02": "Day after New Year's Day", "2010-01-04": "Day after New Year's Day (observed)", "2010-02-06": "Waitangi Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-06-07": "Queen's Birthday", "2010-10-25": "Labour Day", "2010-11-29": "West Coast Anniversary Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-02": "Day after New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-04": "Day after New Year's Day (observed)", "2011-02-06": "Waitangi Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-06-06": "Queen's Birthday", "2011-10-24": "Labour Day", "2011-11-28": "West Coast Anniversary Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "Day after New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-02-06": "Waitangi Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Queen's Birthday", "2012-10-22": "Labour Day", "2012-12-03": "West Coast Anniversary Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "Day after New Year's Day", "2013-02-06": "Waitangi Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Queen's Birthday", "2013-10-28": "Labour Day", "2013-12-02": "West Coast Anniversary Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "Day after New Year's Day", "2014-02-06": "Waitangi Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Queen's Birthday", "2014-10-27": "Labour Day", "2014-12-01": "West Coast Anniversary Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day after New Year's Day", "2015-02-06": "Waitangi Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-04-27": "Anzac Day (observed)", "2015-06-01": "Queen's Birthday", "2015-10-26": "Labour Day", "2015-11-30": "West Coast Anniversary Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-02": "Day after New Year's Day", "2016-01-04": "Day after New Year's Day (observed)", "2016-02-06": "Waitangi Day", "2016-02-08": "Waitangi Day (observed)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Queen's Birthday", "2016-10-24": "Labour Day", "2016-11-28": "West Coast Anniversary Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "Day after New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-02-06": "Waitangi Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Queen's Birthday", "2017-10-23": "Labour Day", "2017-12-04": "West Coast Anniversary Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "Day after New Year's Day", "2018-02-06": "Waitangi Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Queen's Birthday", "2018-10-22": "Labour Day", "2018-12-03": "West Coast Anniversary Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "Day after New Year's Day", "2019-02-06": "Waitangi Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Queen's Birthday", "2019-10-28": "Labour Day", "2019-12-02": "West Coast Anniversary Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "Day after New Year's Day", "2020-02-06": "Waitangi Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-04-27": "Anzac Day (observed)", "2020-06-01": "Queen's Birthday", "2020-10-26": "Labour Day", "2020-11-30": "West Coast Anniversary Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-02": "Day after New Year's Day", "2021-01-04": "Day after New Year's Day (observed)", "2021-02-06": "Waitangi Day", "2021-02-08": "Waitangi Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-04-26": "Anzac Day (observed)", "2021-06-07": "Queen's Birthday", "2021-10-25": "Labour Day", "2021-11-29": "West Coast Anniversary Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-02": "Day after New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-04": "Day after New Year's Day (observed)", "2022-02-06": "Waitangi Day", "2022-02-07": "Waitangi Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Queen's Birthday", "2022-06-24": "Matariki", "2022-09-26": "Queen Elizabeth II Memorial Day", "2022-10-24": "Labour Day", "2022-11-28": "West Coast Anniversary Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "Day after New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-02-06": "Waitangi Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "King's Birthday", "2023-07-14": "Matariki", "2023-10-23": "Labour Day", "2023-12-04": "West Coast Anniversary Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day after New Year's Day", "2024-02-06": "Waitangi Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "King's Birthday", "2024-06-28": "Matariki", "2024-10-28": "Labour Day", "2024-12-02": "West Coast Anniversary Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "Day after New Year's Day", "2025-02-06": "Waitangi Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "King's Birthday", "2025-06-20": "Matariki", "2025-10-27": "Labour Day", "2025-12-01": "West Coast Anniversary Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "Day after New Year's Day", "2026-02-06": "Waitangi Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-04-27": "Anzac Day (observed)", "2026-06-01": "King's Birthday", "2026-07-10": "Matariki", "2026-10-26": "Labour Day", "2026-11-30": "West Coast Anniversary Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-02": "Day after New Year's Day", "2027-01-04": "Day after New Year's Day (observed)", "2027-02-06": "Waitangi Day", "2027-02-08": "Waitangi Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-04-26": "Anzac Day (observed)", "2027-06-07": "King's Birthday", "2027-06-25": "Matariki", "2027-10-25": "Labour Day", "2027-11-29": "West Coast Anniversary Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-02": "Day after New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-04": "Day after New Year's Day (observed)", "2028-02-06": "Waitangi Day", "2028-02-07": "Waitangi Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "King's Birthday", "2028-07-14": "Matariki", "2028-10-23": "Labour Day", "2028-12-04": "West Coast Anniversary Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "Day after New Year's Day", "2029-02-06": "Waitangi Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "King's Birthday", "2029-07-06": "Matariki", "2029-10-22": "Labour Day", "2029-12-03": "West Coast Anniversary Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "Day after New Year's Day", "2030-02-06": "Waitangi Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "King's Birthday", "2030-06-21": "Matariki", "2030-10-28": "Labour Day", "2030-12-02": "West Coast Anniversary Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "Day after New Year's Day", "2031-02-06": "Waitangi Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "King's Birthday", "2031-07-11": "Matariki", "2031-10-27": "Labour Day", "2031-12-01": "West Coast Anniversary Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "Day after New Year's Day", "2032-02-06": "Waitangi Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-04-26": "Anzac Day (observed)", "2032-06-07": "King's Birthday", "2032-07-02": "Matariki", "2032-10-25": "Labour Day", "2032-11-29": "West Coast Anniversary Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Day after New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Day after New Year's Day (observed)", "2033-02-06": "Waitangi Day", "2033-02-07": "Waitangi Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "King's Birthday", "2033-06-24": "Matariki", "2033-10-24": "Labour Day", "2033-11-28": "West Coast Anniversary Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "Day after New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-02-06": "Waitangi Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "King's Birthday", "2034-07-07": "Matariki", "2034-10-23": "Labour Day", "2034-12-04": "West Coast Anniversary Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "Day after New Year's Day", "2035-02-06": "Waitangi Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "King's Birthday", "2035-06-29": "Matariki", "2035-10-22": "Labour Day", "2035-12-03": "West Coast Anniversary Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "Day after New Year's Day", "2036-02-06": "Waitangi Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "King's Birthday", "2036-07-18": "Matariki", "2036-10-27": "Labour Day", "2036-12-01": "West Coast Anniversary Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "Day after New Year's Day", "2037-02-06": "Waitangi Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-04-27": "Anzac Day (observed)", "2037-06-01": "King's Birthday", "2037-07-10": "Matariki", "2037-10-26": "Labour Day", "2037-11-30": "West Coast Anniversary Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-02": "Day after New Year's Day", "2038-01-04": "Day after New Year's Day (observed)", "2038-02-06": "Waitangi Day", "2038-02-08": "Waitangi Day (observed)", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Anzac Day (observed); Easter Monday", "2038-06-07": "King's Birthday", "2038-06-25": "Matariki", "2038-10-25": "Labour Day", "2038-11-29": "West Coast Anniversary Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-02": "Day after New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-04": "Day after New Year's Day (observed)", "2039-02-06": "Waitangi Day", "2039-02-07": "Waitangi Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "King's Birthday", "2039-07-15": "Matariki", "2039-10-24": "Labour Day", "2039-11-28": "West Coast Anniversary Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "Day after New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-02-06": "Waitangi Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "King's Birthday", "2040-07-06": "Matariki", "2040-10-22": "Labour Day", "2040-12-03": "West Coast Anniversary Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "Day after New Year's Day", "2041-02-06": "Waitangi Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "King's Birthday", "2041-07-19": "Matariki", "2041-10-28": "Labour Day", "2041-12-02": "West Coast Anniversary Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "Day after New Year's Day", "2042-02-06": "Waitangi Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "King's Birthday", "2042-07-11": "Matariki", "2042-10-27": "Labour Day", "2042-12-01": "West Coast Anniversary Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "Day after New Year's Day", "2043-02-06": "Waitangi Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-04-27": "Anzac Day (observed)", "2043-06-01": "King's Birthday", "2043-07-03": "Matariki", "2043-10-26": "Labour Day", "2043-11-30": "West Coast Anniversary Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-02": "Day after New Year's Day", "2044-01-04": "Day after New Year's Day (observed)", "2044-02-06": "Waitangi Day", "2044-02-08": "Waitangi Day (observed)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "King's Birthday", "2044-06-24": "Matariki", "2044-10-24": "Labour Day", "2044-11-28": "West Coast Anniversary Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "Day after New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-02-06": "Waitangi Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "King's Birthday", "2045-07-07": "Matariki", "2045-10-23": "Labour Day", "2045-12-04": "West Coast Anniversary Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "Day after New Year's Day", "2046-02-06": "Waitangi Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "King's Birthday", "2046-06-29": "Matariki", "2046-10-22": "Labour Day", "2046-12-03": "West Coast Anniversary Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "Day after New Year's Day", "2047-02-06": "Waitangi Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "King's Birthday", "2047-07-19": "Matariki", "2047-10-28": "Labour Day", "2047-12-02": "West Coast Anniversary Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "Day after New Year's Day", "2048-02-06": "Waitangi Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-04-27": "Anzac Day (observed)", "2048-06-01": "King's Birthday", "2048-07-03": "Matariki", "2048-10-26": "Labour Day", "2048-11-30": "West Coast Anniversary Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-02": "Day after New Year's Day", "2049-01-04": "Day after New Year's Day (observed)", "2049-02-06": "Waitangi Day", "2049-02-08": "Waitangi Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-04-26": "Anzac Day (observed)", "2049-06-07": "King's Birthday", "2049-06-25": "Matariki", "2049-10-25": "Labour Day", "2049-11-29": "West Coast Anniversary Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-02": "Day after New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-04": "Day after New Year's Day (observed)", "2050-02-06": "Waitangi Day", "2050-02-07": "Waitangi Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "King's Birthday", "2050-07-15": "Matariki", "2050-10-24": "Labour Day", "2050-11-28": "West Coast Anniversary Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/OM_COMMON.json000066400000000000000000001401331500152103600215630ustar00rootroot00000000000000{ "1970-02-15": "Eid al-Adha (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (estimated)", "1970-02-18": "Eid al-Adha (estimated)", "1970-03-09": "Islamic New Year (estimated)", "1970-05-18": "Prophet's Birthday (estimated)", "1970-07-23": "Renaissance Day", "1970-09-28": "Isra' and Mi'raj (estimated)", "1970-11-29": "Eid al-Fitr (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (estimated)", "1970-12-02": "Eid al-Fitr (estimated)", "1971-02-05": "Eid al-Adha (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (estimated)", "1971-02-08": "Eid al-Adha (estimated)", "1971-02-26": "Islamic New Year (estimated)", "1971-05-07": "Prophet's Birthday (estimated)", "1971-07-23": "Renaissance Day", "1971-09-17": "Isra' and Mi'raj (estimated)", "1971-11-17": "Eid al-Fitr (estimated)", "1971-11-18": "Eid al-Fitr (estimated)", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (estimated)", "1971-11-21": "Eid al-Fitr (estimated)", "1972-01-25": "Eid al-Adha (estimated)", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (estimated)", "1972-01-28": "Eid al-Adha (estimated)", "1972-02-16": "Islamic New Year (estimated)", "1972-04-25": "Prophet's Birthday (estimated)", "1972-07-23": "Renaissance Day", "1972-09-05": "Isra' and Mi'raj (estimated)", "1972-11-05": "Eid al-Fitr (estimated)", "1972-11-06": "Eid al-Fitr (estimated)", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (estimated)", "1972-11-09": "Eid al-Fitr (estimated)", "1973-01-13": "Eid al-Adha (estimated)", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (estimated)", "1973-01-16": "Eid al-Adha (estimated)", "1973-02-04": "Islamic New Year (estimated)", "1973-04-15": "Prophet's Birthday (estimated)", "1973-07-23": "Renaissance Day", "1973-08-25": "Isra' and Mi'raj (estimated)", "1973-10-25": "Eid al-Fitr (estimated)", "1973-10-26": "Eid al-Fitr (estimated)", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (estimated)", "1973-10-29": "Eid al-Fitr (estimated)", "1974-01-02": "Eid al-Adha (estimated)", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (estimated)", "1974-01-05": "Eid al-Adha (estimated)", "1974-01-24": "Islamic New Year (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-07-23": "Renaissance Day", "1974-08-15": "Isra' and Mi'raj (estimated)", "1974-10-15": "Eid al-Fitr (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (estimated)", "1974-10-18": "Eid al-Fitr (estimated)", "1974-12-23": "Eid al-Adha (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha (estimated)", "1974-12-26": "Eid al-Adha (estimated)", "1975-01-13": "Islamic New Year (estimated)", "1975-03-24": "Prophet's Birthday (estimated)", "1975-07-23": "Renaissance Day", "1975-08-05": "Isra' and Mi'raj (estimated)", "1975-10-04": "Eid al-Fitr (estimated)", "1975-10-05": "Eid al-Fitr (estimated)", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (estimated)", "1975-10-08": "Eid al-Fitr (estimated)", "1975-12-12": "Eid al-Adha (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (estimated)", "1975-12-15": "Eid al-Adha (estimated)", "1976-01-02": "Islamic New Year (estimated)", "1976-03-12": "Prophet's Birthday (estimated)", "1976-07-23": "Renaissance Day", "1976-07-24": "Isra' and Mi'raj (estimated)", "1976-09-23": "Eid al-Fitr (estimated)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (estimated)", "1976-09-26": "Eid al-Fitr (estimated)", "1976-11-30": "Eid al-Adha (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (estimated)", "1976-12-03": "Eid al-Adha (estimated)", "1976-12-22": "Islamic New Year (estimated)", "1977-03-02": "Prophet's Birthday (estimated)", "1977-07-13": "Isra' and Mi'raj (estimated)", "1977-07-23": "Renaissance Day", "1977-09-12": "Eid al-Fitr (estimated)", "1977-09-13": "Eid al-Fitr (estimated)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (estimated)", "1977-09-16": "Eid al-Fitr (estimated)", "1977-11-20": "Eid al-Adha (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (estimated)", "1977-11-23": "Eid al-Adha (estimated)", "1977-12-11": "Islamic New Year (estimated)", "1978-02-19": "Prophet's Birthday (estimated)", "1978-07-02": "Isra' and Mi'raj (estimated)", "1978-07-23": "Renaissance Day", "1978-09-02": "Eid al-Fitr (estimated)", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (estimated)", "1978-09-05": "Eid al-Fitr (estimated)", "1978-11-09": "Eid al-Adha (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (estimated)", "1978-11-12": "Eid al-Adha (estimated)", "1978-12-01": "Islamic New Year (estimated)", "1979-02-09": "Prophet's Birthday (estimated)", "1979-06-22": "Isra' and Mi'raj (estimated)", "1979-07-23": "Renaissance Day", "1979-08-22": "Eid al-Fitr (estimated)", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (estimated)", "1979-08-25": "Eid al-Fitr (estimated)", "1979-10-30": "Eid al-Adha (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (estimated)", "1979-11-02": "Eid al-Adha (estimated)", "1979-11-20": "Islamic New Year (estimated)", "1980-01-30": "Prophet's Birthday (estimated)", "1980-06-10": "Isra' and Mi'raj (estimated)", "1980-07-23": "Renaissance Day", "1980-08-10": "Eid al-Fitr (estimated)", "1980-08-11": "Eid al-Fitr (estimated)", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (estimated)", "1980-08-14": "Eid al-Fitr (estimated)", "1980-10-18": "Eid al-Adha (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (estimated)", "1980-10-21": "Eid al-Adha (estimated)", "1980-11-09": "Islamic New Year (estimated)", "1981-01-18": "Prophet's Birthday (estimated)", "1981-05-31": "Isra' and Mi'raj (estimated)", "1981-07-23": "Renaissance Day", "1981-07-30": "Eid al-Fitr (estimated)", "1981-07-31": "Eid al-Fitr (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (estimated)", "1981-08-03": "Eid al-Fitr (estimated)", "1981-10-07": "Eid al-Adha (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (estimated)", "1981-10-10": "Eid al-Adha (estimated)", "1981-10-28": "Islamic New Year (estimated)", "1982-01-07": "Prophet's Birthday (estimated)", "1982-05-20": "Isra' and Mi'raj (estimated)", "1982-07-20": "Eid al-Fitr (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (estimated)", "1982-07-23": "Eid al-Fitr (estimated); Renaissance Day", "1982-09-26": "Eid al-Adha (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (estimated)", "1982-09-29": "Eid al-Adha (estimated)", "1982-10-18": "Islamic New Year (estimated)", "1982-12-27": "Prophet's Birthday (estimated)", "1983-05-10": "Isra' and Mi'raj (estimated)", "1983-07-10": "Eid al-Fitr (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (estimated)", "1983-07-13": "Eid al-Fitr (estimated)", "1983-07-23": "Renaissance Day", "1983-09-16": "Eid al-Adha (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (estimated)", "1983-09-19": "Eid al-Adha (estimated)", "1983-10-07": "Islamic New Year (estimated)", "1983-12-16": "Prophet's Birthday (estimated)", "1984-04-28": "Isra' and Mi'raj (estimated)", "1984-06-28": "Eid al-Fitr (estimated)", "1984-06-29": "Eid al-Fitr (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (estimated)", "1984-07-02": "Eid al-Fitr (estimated)", "1984-07-23": "Renaissance Day", "1984-09-04": "Eid al-Adha (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (estimated)", "1984-09-07": "Eid al-Adha (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-12-04": "Prophet's Birthday (estimated)", "1985-04-17": "Isra' and Mi'raj (estimated)", "1985-06-17": "Eid al-Fitr (estimated)", "1985-06-18": "Eid al-Fitr (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (estimated)", "1985-06-21": "Eid al-Fitr (estimated)", "1985-07-23": "Renaissance Day", "1985-08-25": "Eid al-Adha (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (estimated)", "1985-08-28": "Eid al-Adha (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-11-24": "Prophet's Birthday (estimated)", "1986-04-06": "Isra' and Mi'raj (estimated)", "1986-06-06": "Eid al-Fitr (estimated)", "1986-06-07": "Eid al-Fitr (estimated)", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (estimated)", "1986-06-10": "Eid al-Fitr (estimated)", "1986-07-23": "Renaissance Day", "1986-08-14": "Eid al-Adha (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (estimated)", "1986-08-17": "Eid al-Adha (estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-11-14": "Prophet's Birthday (estimated)", "1987-03-27": "Isra' and Mi'raj (estimated)", "1987-05-27": "Eid al-Fitr (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (estimated)", "1987-05-30": "Eid al-Fitr (estimated)", "1987-07-23": "Renaissance Day", "1987-08-03": "Eid al-Adha (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (estimated)", "1987-08-06": "Eid al-Adha (estimated)", "1987-08-25": "Islamic New Year (estimated)", "1987-11-03": "Prophet's Birthday (estimated)", "1988-03-15": "Isra' and Mi'raj (estimated)", "1988-05-15": "Eid al-Fitr (estimated)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (estimated)", "1988-05-18": "Eid al-Fitr (estimated)", "1988-07-22": "Eid al-Adha (estimated)", "1988-07-23": "Eid al-Adha (estimated); Renaissance Day", "1988-07-24": "Eid al-Adha (estimated)", "1988-07-25": "Eid al-Adha (estimated)", "1988-08-13": "Islamic New Year (estimated)", "1988-10-22": "Prophet's Birthday (estimated)", "1989-03-05": "Isra' and Mi'raj (estimated)", "1989-05-05": "Eid al-Fitr (estimated)", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (estimated)", "1989-05-08": "Eid al-Fitr (estimated)", "1989-07-12": "Eid al-Adha (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (estimated)", "1989-07-15": "Eid al-Adha (estimated)", "1989-07-23": "Renaissance Day", "1989-08-02": "Islamic New Year (estimated)", "1989-10-11": "Prophet's Birthday (estimated)", "1990-02-22": "Isra' and Mi'raj (estimated)", "1990-04-24": "Eid al-Fitr (estimated)", "1990-04-25": "Eid al-Fitr (estimated)", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (estimated)", "1990-04-28": "Eid al-Fitr (estimated)", "1990-07-01": "Eid al-Adha (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (estimated)", "1990-07-04": "Eid al-Adha (estimated)", "1990-07-23": "Islamic New Year (estimated); Renaissance Day", "1990-10-01": "Prophet's Birthday (estimated)", "1991-02-11": "Isra' and Mi'raj (estimated)", "1991-04-14": "Eid al-Fitr (estimated)", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (estimated)", "1991-04-17": "Eid al-Fitr (estimated)", "1991-06-21": "Eid al-Adha (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (estimated)", "1991-06-24": "Eid al-Adha (estimated)", "1991-07-12": "Islamic New Year (estimated)", "1991-07-23": "Renaissance Day", "1991-09-20": "Prophet's Birthday (estimated)", "1992-01-31": "Isra' and Mi'raj (estimated)", "1992-04-02": "Eid al-Fitr (estimated)", "1992-04-03": "Eid al-Fitr (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (estimated)", "1992-04-06": "Eid al-Fitr (estimated)", "1992-06-10": "Eid al-Adha (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (estimated)", "1992-06-13": "Eid al-Adha (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-07-23": "Renaissance Day", "1992-09-09": "Prophet's Birthday (estimated)", "1993-01-20": "Isra' and Mi'raj (estimated)", "1993-03-22": "Eid al-Fitr (estimated)", "1993-03-23": "Eid al-Fitr (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (estimated)", "1993-03-26": "Eid al-Fitr (estimated)", "1993-05-30": "Eid al-Adha (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (estimated)", "1993-06-02": "Eid al-Adha (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-07-23": "Renaissance Day", "1993-08-29": "Prophet's Birthday (estimated)", "1994-01-09": "Isra' and Mi'raj (estimated)", "1994-03-11": "Eid al-Fitr (estimated)", "1994-03-12": "Eid al-Fitr (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (estimated)", "1994-03-15": "Eid al-Fitr (estimated)", "1994-05-19": "Eid al-Adha (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (estimated)", "1994-05-22": "Eid al-Adha (estimated)", "1994-06-10": "Islamic New Year (estimated)", "1994-07-23": "Renaissance Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-12-29": "Isra' and Mi'raj (estimated)", "1995-02-28": "Eid al-Fitr (estimated)", "1995-03-01": "Eid al-Fitr (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (estimated)", "1995-03-04": "Eid al-Fitr (estimated)", "1995-05-08": "Eid al-Adha (estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha (estimated)", "1995-05-11": "Eid al-Adha (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-07-23": "Renaissance Day", "1995-08-08": "Prophet's Birthday (estimated)", "1995-12-19": "Isra' and Mi'raj (estimated)", "1996-02-18": "Eid al-Fitr (estimated)", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr (estimated)", "1996-02-21": "Eid al-Fitr (estimated)", "1996-04-26": "Eid al-Adha (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (estimated)", "1996-04-29": "Eid al-Adha (estimated)", "1996-05-18": "Islamic New Year (estimated)", "1996-07-23": "Renaissance Day", "1996-07-27": "Prophet's Birthday (estimated)", "1996-12-08": "Isra' and Mi'raj (estimated)", "1997-02-07": "Eid al-Fitr (estimated)", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (estimated)", "1997-02-10": "Eid al-Fitr (estimated)", "1997-04-16": "Eid al-Adha (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (estimated)", "1997-04-19": "Eid al-Adha (estimated)", "1997-05-07": "Islamic New Year (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-07-23": "Renaissance Day", "1997-11-27": "Isra' and Mi'raj (estimated)", "1998-01-27": "Eid al-Fitr (estimated)", "1998-01-28": "Eid al-Fitr (estimated)", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (estimated)", "1998-01-31": "Eid al-Fitr (estimated)", "1998-04-06": "Eid al-Adha (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (estimated)", "1998-04-09": "Eid al-Adha (estimated)", "1998-04-27": "Islamic New Year (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-07-23": "Renaissance Day", "1998-11-16": "Isra' and Mi'raj (estimated)", "1999-01-16": "Eid al-Fitr (estimated)", "1999-01-17": "Eid al-Fitr (estimated)", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (estimated)", "1999-01-20": "Eid al-Fitr (estimated)", "1999-03-26": "Eid al-Adha (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (estimated)", "1999-03-29": "Eid al-Adha (estimated)", "1999-04-17": "Islamic New Year (estimated)", "1999-06-26": "Prophet's Birthday (estimated)", "1999-07-23": "Renaissance Day", "1999-11-05": "Isra' and Mi'raj (estimated)", "2000-01-06": "Eid al-Fitr (estimated)", "2000-01-07": "Eid al-Fitr (estimated)", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (estimated)", "2000-01-10": "Eid al-Fitr (estimated)", "2000-03-15": "Eid al-Adha (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (estimated)", "2000-03-18": "Eid al-Adha (estimated)", "2000-04-06": "Islamic New Year (estimated)", "2000-06-14": "Prophet's Birthday (estimated)", "2000-07-23": "Renaissance Day", "2000-10-24": "Isra' and Mi'raj (estimated)", "2000-12-25": "Eid al-Fitr (estimated)", "2000-12-26": "Eid al-Fitr (estimated)", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (estimated)", "2000-12-29": "Eid al-Fitr (estimated)", "2001-03-04": "Eid al-Adha (estimated)", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha (estimated)", "2001-03-07": "Eid al-Adha (estimated)", "2001-03-26": "Islamic New Year (estimated)", "2001-06-04": "Prophet's Birthday (estimated)", "2001-07-23": "Renaissance Day", "2001-10-14": "Isra' and Mi'raj (estimated)", "2001-12-14": "Eid al-Fitr (estimated)", "2001-12-15": "Eid al-Fitr (estimated)", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr (estimated)", "2001-12-18": "Eid al-Fitr (estimated)", "2002-02-21": "Eid al-Adha (estimated)", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha (estimated)", "2002-02-24": "Eid al-Adha (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-05-24": "Prophet's Birthday (estimated)", "2002-07-23": "Renaissance Day", "2002-10-04": "Isra' and Mi'raj (estimated)", "2002-12-04": "Eid al-Fitr (estimated)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr (estimated)", "2002-12-07": "Eid al-Fitr (estimated)", "2003-02-10": "Eid al-Adha (estimated)", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha (estimated)", "2003-02-13": "Eid al-Adha (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-05-13": "Prophet's Birthday (estimated)", "2003-07-23": "Renaissance Day", "2003-09-24": "Isra' and Mi'raj (estimated)", "2003-11-23": "Eid al-Fitr (estimated)", "2003-11-24": "Eid al-Fitr (estimated)", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr (estimated)", "2003-11-27": "Eid al-Fitr (estimated)", "2004-01-31": "Eid al-Adha (estimated)", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha (estimated)", "2004-02-03": "Eid al-Adha (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-05-01": "Prophet's Birthday (estimated)", "2004-07-23": "Renaissance Day", "2004-09-12": "Isra' and Mi'raj (estimated)", "2004-11-12": "Eid al-Fitr (estimated)", "2004-11-13": "Eid al-Fitr (estimated)", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr (estimated)", "2004-11-16": "Eid al-Fitr (estimated)", "2005-01-20": "Eid al-Adha (estimated)", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha (estimated)", "2005-01-23": "Eid al-Adha (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-04-21": "Prophet's Birthday (estimated)", "2005-07-23": "Renaissance Day", "2005-09-01": "Isra' and Mi'raj (estimated)", "2005-11-01": "Eid al-Fitr (estimated)", "2005-11-02": "Eid al-Fitr (estimated)", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr (estimated)", "2005-11-05": "Eid al-Fitr (estimated)", "2006-01-09": "Eid al-Adha (estimated)", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha (estimated)", "2006-01-12": "Eid al-Adha (estimated)", "2006-01-31": "Islamic New Year (estimated)", "2006-04-10": "Prophet's Birthday (estimated)", "2006-07-23": "Renaissance Day", "2006-08-21": "Isra' and Mi'raj (estimated)", "2006-10-22": "Eid al-Fitr (estimated)", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr (estimated)", "2006-10-25": "Eid al-Fitr (estimated)", "2006-12-30": "Eid al-Adha (estimated)", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha (estimated)", "2007-01-02": "Eid al-Adha (estimated)", "2007-01-20": "Islamic New Year (estimated)", "2007-03-31": "Prophet's Birthday (estimated)", "2007-07-23": "Renaissance Day", "2007-08-10": "Isra' and Mi'raj (estimated)", "2007-10-11": "Eid al-Fitr (estimated)", "2007-10-12": "Eid al-Fitr (estimated)", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr (estimated)", "2007-10-15": "Eid al-Fitr (estimated)", "2007-12-19": "Eid al-Adha (estimated)", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha (estimated)", "2007-12-22": "Eid al-Adha (estimated)", "2008-01-10": "Islamic New Year (estimated)", "2008-03-20": "Prophet's Birthday (estimated)", "2008-07-23": "Renaissance Day", "2008-07-30": "Isra' and Mi'raj (estimated)", "2008-09-29": "Eid al-Fitr (estimated)", "2008-09-30": "Eid al-Fitr (estimated)", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr (estimated)", "2008-10-03": "Eid al-Fitr (estimated)", "2008-12-07": "Eid al-Adha (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha (estimated)", "2008-12-10": "Eid al-Adha (estimated)", "2008-12-29": "Islamic New Year (estimated)", "2009-03-09": "Prophet's Birthday (estimated)", "2009-07-20": "Isra' and Mi'raj (estimated)", "2009-07-23": "Renaissance Day", "2009-09-19": "Eid al-Fitr (estimated)", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr (estimated)", "2009-09-22": "Eid al-Fitr (estimated)", "2009-11-26": "Eid al-Adha (estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha (estimated)", "2009-11-29": "Eid al-Adha (estimated)", "2009-12-18": "Islamic New Year (estimated)", "2010-02-26": "Prophet's Birthday (estimated)", "2010-07-09": "Isra' and Mi'raj (estimated)", "2010-07-23": "Renaissance Day", "2010-09-08": "Eid al-Fitr (estimated)", "2010-09-09": "Eid al-Fitr (estimated)", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr (estimated)", "2010-09-12": "Eid al-Fitr (estimated)", "2010-11-15": "Eid al-Adha (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha (estimated)", "2010-11-18": "Eid al-Adha (estimated)", "2010-12-07": "Islamic New Year (estimated)", "2011-02-15": "Prophet's Birthday (estimated)", "2011-06-29": "Isra' and Mi'raj (estimated)", "2011-07-23": "Renaissance Day", "2011-08-29": "Eid al-Fitr (estimated)", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr (estimated)", "2011-09-01": "Eid al-Fitr (estimated)", "2011-11-05": "Eid al-Adha (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha (estimated)", "2011-11-08": "Eid al-Adha (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2012-02-04": "Prophet's Birthday (estimated)", "2012-06-17": "Isra' and Mi'raj (estimated)", "2012-07-23": "Renaissance Day", "2012-08-17": "Eid al-Fitr (estimated)", "2012-08-18": "Eid al-Fitr (estimated)", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr (estimated)", "2012-08-21": "Eid al-Fitr (estimated)", "2012-10-25": "Eid al-Adha (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha (estimated)", "2012-10-28": "Eid al-Adha (estimated)", "2012-11-15": "Islamic New Year (estimated)", "2013-01-24": "Prophet's Birthday (estimated)", "2013-06-06": "Isra' and Mi'raj (estimated)", "2013-07-23": "Renaissance Day", "2013-08-06": "Eid al-Fitr (estimated)", "2013-08-07": "Eid al-Fitr (estimated)", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr (estimated)", "2013-08-10": "Eid al-Fitr (estimated)", "2013-10-14": "Eid al-Adha (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-10-16": "Eid al-Adha (estimated)", "2013-10-17": "Eid al-Adha (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2014-01-13": "Prophet's Birthday (estimated)", "2014-05-26": "Isra' and Mi'raj (estimated)", "2014-07-23": "Renaissance Day", "2014-07-26": "Eid al-Fitr (estimated)", "2014-07-27": "Eid al-Fitr (estimated)", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr (estimated)", "2014-07-30": "Eid al-Fitr (estimated)", "2014-10-03": "Eid al-Adha (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha (estimated)", "2014-10-06": "Eid al-Adha (estimated)", "2014-10-25": "Islamic New Year (estimated)", "2015-01-03": "Prophet's Birthday (estimated)", "2015-05-16": "Isra' and Mi'raj (estimated)", "2015-07-16": "Eid al-Fitr (estimated)", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr (estimated)", "2015-07-19": "Eid al-Fitr (estimated)", "2015-07-23": "Renaissance Day", "2015-09-22": "Eid al-Adha (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha (estimated)", "2015-09-25": "Eid al-Adha (estimated)", "2015-10-14": "Islamic New Year (estimated)", "2015-12-23": "Prophet's Birthday (estimated)", "2016-05-04": "Isra' and Mi'raj (estimated)", "2016-07-04": "Eid al-Fitr (estimated)", "2016-07-05": "Eid al-Fitr (estimated)", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr (estimated)", "2016-07-08": "Eid al-Fitr (estimated)", "2016-07-23": "Renaissance Day", "2016-09-10": "Eid al-Adha (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha (estimated)", "2016-09-13": "Eid al-Adha (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-12-11": "Prophet's Birthday (estimated)", "2017-04-24": "Isra' and Mi'raj (estimated)", "2017-06-24": "Eid al-Fitr (estimated)", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr (estimated)", "2017-06-27": "Eid al-Fitr (estimated)", "2017-07-23": "Renaissance Day", "2017-08-31": "Eid al-Adha (estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-02": "Eid al-Adha (estimated)", "2017-09-03": "Eid al-Adha (estimated)", "2017-09-21": "Islamic New Year (estimated)", "2017-11-30": "Prophet's Birthday (estimated)", "2018-04-13": "Isra' and Mi'raj", "2018-06-13": "Eid al-Fitr (estimated)", "2018-06-14": "Eid al-Fitr (estimated)", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-16": "Eid al-Fitr (estimated)", "2018-06-17": "Eid al-Fitr (estimated)", "2018-07-23": "Renaissance Day", "2018-08-20": "Eid al-Adha (estimated)", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-22": "Eid al-Adha (estimated)", "2018-08-23": "Eid al-Adha (estimated)", "2018-09-11": "Islamic New Year", "2018-11-20": "Prophet's Birthday", "2019-04-03": "Isra' and Mi'raj", "2019-06-03": "Eid al-Fitr (estimated)", "2019-06-04": "Eid al-Fitr", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr", "2019-07-23": "Renaissance Day", "2019-08-10": "Eid al-Adha", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha", "2019-08-13": "Eid al-Adha", "2019-09-01": "Islamic New Year", "2019-11-09": "Prophet's Birthday", "2020-01-11": "Sultan's Accession Day", "2020-03-22": "Isra' and Mi'raj", "2020-05-22": "Eid al-Fitr (estimated)", "2020-05-23": "Eid al-Fitr", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr", "2020-05-26": "Eid al-Fitr", "2020-07-30": "Eid al-Adha", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha", "2020-08-02": "Eid al-Adha", "2020-08-21": "Islamic New Year", "2020-10-29": "Prophet's Birthday", "2020-11-18": "National Day", "2020-11-19": "National Day", "2021-01-11": "Sultan's Accession Day", "2021-03-11": "Isra' and Mi'raj", "2021-05-11": "Eid al-Fitr (estimated)", "2021-05-12": "Eid al-Fitr", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr", "2021-05-15": "Eid al-Fitr", "2021-07-19": "Eid al-Adha", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha", "2021-07-22": "Eid al-Adha", "2021-08-10": "Islamic New Year", "2021-10-19": "Prophet's Birthday", "2021-11-18": "National Day", "2021-11-19": "National Day", "2022-01-11": "Sultan's Accession Day", "2022-03-01": "Isra' and Mi'raj", "2022-04-30": "Eid al-Fitr (estimated)", "2022-05-01": "Eid al-Fitr", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr", "2022-05-04": "Eid al-Fitr", "2022-07-08": "Eid al-Adha", "2022-07-09": "Eid al-Adha", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha", "2022-07-30": "Islamic New Year", "2022-10-09": "Prophet's Birthday", "2022-11-18": "National Day", "2022-11-19": "National Day", "2023-01-11": "Sultan's Accession Day", "2023-02-19": "Isra' and Mi'raj", "2023-04-20": "Eid al-Fitr", "2023-04-21": "Eid al-Fitr", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr", "2023-04-24": "Eid al-Fitr", "2023-06-27": "Eid al-Adha", "2023-06-28": "Eid al-Adha", "2023-06-29": "Eid al-Adha", "2023-06-30": "Eid al-Adha", "2023-07-20": "Islamic New Year", "2023-09-28": "Prophet's Birthday", "2023-11-18": "National Day", "2023-11-19": "National Day", "2024-01-11": "Sultan's Accession Day", "2024-02-08": "Isra' and Mi'raj", "2024-04-09": "Eid al-Fitr", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr", "2024-04-12": "Eid al-Fitr", "2024-06-16": "Eid al-Adha", "2024-06-17": "Eid al-Adha", "2024-06-18": "Eid al-Adha", "2024-06-19": "Eid al-Adha", "2024-07-07": "Islamic New Year", "2024-09-15": "Prophet's Birthday", "2024-11-18": "National Day", "2024-11-19": "National Day", "2025-01-11": "Sultan's Accession Day", "2025-01-27": "Isra' and Mi'raj", "2025-03-29": "Eid al-Fitr", "2025-03-30": "Eid al-Fitr", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr", "2025-04-02": "Eid al-Fitr", "2025-06-05": "Eid al-Adha (estimated)", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha (estimated)", "2025-06-08": "Eid al-Adha (estimated)", "2025-06-26": "Islamic New Year (estimated)", "2025-09-04": "Prophet's Birthday (estimated)", "2025-11-20": "National Day", "2025-11-21": "National Day", "2026-01-11": "Sultan's Accession Day", "2026-01-16": "Isra' and Mi'raj (estimated)", "2026-03-18": "Eid al-Fitr (estimated)", "2026-03-19": "Eid al-Fitr (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (estimated)", "2026-03-22": "Eid al-Fitr (estimated)", "2026-05-26": "Eid al-Adha (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (estimated)", "2026-05-29": "Eid al-Adha (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-08-25": "Prophet's Birthday (estimated)", "2026-11-20": "National Day", "2026-11-21": "National Day", "2027-01-05": "Isra' and Mi'raj (estimated)", "2027-01-11": "Sultan's Accession Day", "2027-03-08": "Eid al-Fitr (estimated)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-03-11": "Eid al-Fitr (estimated)", "2027-05-15": "Eid al-Adha (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated)", "2027-05-18": "Eid al-Adha (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-11-20": "National Day", "2027-11-21": "National Day", "2027-12-25": "Isra' and Mi'raj (estimated)", "2028-01-11": "Sultan's Accession Day", "2028-02-25": "Eid al-Fitr (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-02-28": "Eid al-Fitr (estimated)", "2028-05-04": "Eid al-Adha (estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (estimated)", "2028-05-07": "Eid al-Adha (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-11-20": "National Day", "2028-11-21": "National Day", "2028-12-14": "Isra' and Mi'raj (estimated)", "2029-01-11": "Sultan's Accession Day", "2029-02-13": "Eid al-Fitr (estimated)", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated)", "2029-02-16": "Eid al-Fitr (estimated)", "2029-04-23": "Eid al-Adha (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (estimated)", "2029-04-26": "Eid al-Adha (estimated)", "2029-05-14": "Islamic New Year (estimated)", "2029-07-24": "Prophet's Birthday (estimated)", "2029-11-20": "National Day", "2029-11-21": "National Day", "2029-12-03": "Isra' and Mi'raj (estimated)", "2030-01-11": "Sultan's Accession Day", "2030-02-02": "Eid al-Fitr (estimated)", "2030-02-03": "Eid al-Fitr (estimated)", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (estimated)", "2030-02-06": "Eid al-Fitr (estimated)", "2030-04-12": "Eid al-Adha (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (estimated)", "2030-04-15": "Eid al-Adha (estimated)", "2030-05-03": "Islamic New Year (estimated)", "2030-07-13": "Prophet's Birthday (estimated)", "2030-11-20": "National Day", "2030-11-21": "National Day", "2030-11-23": "Isra' and Mi'raj (estimated)", "2031-01-11": "Sultan's Accession Day", "2031-01-23": "Eid al-Fitr (estimated)", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-01-26": "Eid al-Fitr (estimated)", "2031-04-01": "Eid al-Adha (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (estimated)", "2031-04-04": "Eid al-Adha (estimated)", "2031-04-23": "Islamic New Year (estimated)", "2031-07-02": "Prophet's Birthday (estimated)", "2031-11-12": "Isra' and Mi'raj (estimated)", "2031-11-20": "National Day", "2031-11-21": "National Day", "2032-01-11": "Sultan's Accession Day", "2032-01-12": "Eid al-Fitr (estimated)", "2032-01-13": "Eid al-Fitr (estimated)", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (estimated)", "2032-01-16": "Eid al-Fitr (estimated)", "2032-03-21": "Eid al-Adha (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (estimated)", "2032-03-24": "Eid al-Adha (estimated)", "2032-04-11": "Islamic New Year (estimated)", "2032-06-20": "Prophet's Birthday (estimated)", "2032-11-01": "Isra' and Mi'raj (estimated)", "2032-11-20": "National Day", "2032-11-21": "National Day", "2033-01-01": "Eid al-Fitr (estimated)", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (estimated)", "2033-01-04": "Eid al-Fitr (estimated)", "2033-01-11": "Sultan's Accession Day", "2033-03-10": "Eid al-Adha (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-03-13": "Eid al-Adha (estimated)", "2033-04-01": "Islamic New Year (estimated)", "2033-06-09": "Prophet's Birthday (estimated)", "2033-10-21": "Isra' and Mi'raj (estimated)", "2033-11-20": "National Day", "2033-11-21": "National Day", "2033-12-21": "Eid al-Fitr (estimated)", "2033-12-22": "Eid al-Fitr (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (estimated)", "2033-12-25": "Eid al-Fitr (estimated)", "2034-01-11": "Sultan's Accession Day", "2034-02-28": "Eid al-Adha (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (estimated)", "2034-03-03": "Eid al-Adha (estimated)", "2034-03-21": "Islamic New Year (estimated)", "2034-05-30": "Prophet's Birthday (estimated)", "2034-10-10": "Isra' and Mi'raj (estimated)", "2034-11-20": "National Day", "2034-11-21": "National Day", "2034-12-10": "Eid al-Fitr (estimated)", "2034-12-11": "Eid al-Fitr (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2034-12-14": "Eid al-Fitr (estimated)", "2035-01-11": "Sultan's Accession Day", "2035-02-17": "Eid al-Adha (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-02-20": "Eid al-Adha (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-05-20": "Prophet's Birthday (estimated)", "2035-09-29": "Isra' and Mi'raj (estimated)", "2035-11-20": "National Day", "2035-11-21": "National Day", "2035-11-29": "Eid al-Fitr (estimated)", "2035-11-30": "Eid al-Fitr (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (estimated)", "2036-01-11": "Sultan's Accession Day", "2036-02-06": "Eid al-Adha (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-02-09": "Eid al-Adha (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-05-08": "Prophet's Birthday (estimated)", "2036-09-18": "Isra' and Mi'raj (estimated)", "2036-11-17": "Eid al-Fitr (estimated)", "2036-11-18": "Eid al-Fitr (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated); National Day", "2036-11-21": "Eid al-Fitr (estimated); National Day", "2037-01-11": "Sultan's Accession Day", "2037-01-25": "Eid al-Adha (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-01-28": "Eid al-Adha (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-04-28": "Prophet's Birthday (estimated)", "2037-09-07": "Isra' and Mi'raj (estimated)", "2037-11-07": "Eid al-Fitr (estimated)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated)", "2037-11-10": "Eid al-Fitr (estimated)", "2037-11-20": "National Day", "2037-11-21": "National Day", "2038-01-11": "Sultan's Accession Day", "2038-01-15": "Eid al-Adha (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-01-18": "Eid al-Adha (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-04-17": "Prophet's Birthday (estimated)", "2038-08-28": "Isra' and Mi'raj (estimated)", "2038-10-28": "Eid al-Fitr (estimated)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-10-31": "Eid al-Fitr (estimated)", "2038-11-20": "National Day", "2038-11-21": "National Day", "2039-01-04": "Eid al-Adha (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (estimated)", "2039-01-07": "Eid al-Adha (estimated)", "2039-01-11": "Sultan's Accession Day", "2039-01-26": "Islamic New Year (estimated)", "2039-04-06": "Prophet's Birthday (estimated)", "2039-08-17": "Isra' and Mi'raj (estimated)", "2039-10-17": "Eid al-Fitr (estimated)", "2039-10-18": "Eid al-Fitr (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-10-21": "Eid al-Fitr (estimated)", "2039-11-20": "National Day", "2039-11-21": "National Day", "2039-12-25": "Eid al-Adha (estimated)", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2039-12-28": "Eid al-Adha (estimated)", "2040-01-11": "Sultan's Accession Day", "2040-01-15": "Islamic New Year (estimated)", "2040-03-25": "Prophet's Birthday (estimated)", "2040-08-05": "Isra' and Mi'raj (estimated)", "2040-10-05": "Eid al-Fitr (estimated)", "2040-10-06": "Eid al-Fitr (estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-10-09": "Eid al-Fitr (estimated)", "2040-11-20": "National Day", "2040-11-21": "National Day", "2040-12-13": "Eid al-Adha (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2040-12-16": "Eid al-Adha (estimated)", "2041-01-04": "Islamic New Year (estimated)", "2041-01-11": "Sultan's Accession Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-07-25": "Isra' and Mi'raj (estimated)", "2041-09-25": "Eid al-Fitr (estimated)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-09-28": "Eid al-Fitr (estimated)", "2041-11-20": "National Day", "2041-11-21": "National Day", "2041-12-03": "Eid al-Adha (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-06": "Eid al-Adha (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2042-01-11": "Sultan's Accession Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-07-15": "Isra' and Mi'raj (estimated)", "2042-09-14": "Eid al-Fitr (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-09-17": "Eid al-Fitr (estimated)", "2042-11-20": "National Day", "2042-11-21": "National Day", "2042-11-22": "Eid al-Adha (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-11-25": "Eid al-Adha (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2043-01-11": "Sultan's Accession Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-07-04": "Isra' and Mi'raj (estimated)", "2043-09-03": "Eid al-Fitr (estimated)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-09-06": "Eid al-Fitr (estimated)", "2043-11-11": "Eid al-Adha (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated)", "2043-11-14": "Eid al-Adha (estimated)", "2043-11-20": "National Day", "2043-11-21": "National Day", "2043-12-03": "Islamic New Year (estimated)", "2044-01-11": "Sultan's Accession Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-06-23": "Isra' and Mi'raj (estimated)", "2044-08-23": "Eid al-Fitr (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-08-26": "Eid al-Fitr (estimated)", "2044-10-30": "Eid al-Adha (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (estimated)", "2044-11-02": "Eid al-Adha (estimated)", "2044-11-20": "National Day", "2044-11-21": "Islamic New Year (estimated); National Day", "2045-01-11": "Sultan's Accession Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-06-13": "Isra' and Mi'raj (estimated)", "2045-08-12": "Eid al-Fitr (estimated)", "2045-08-13": "Eid al-Fitr (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (estimated)", "2045-08-16": "Eid al-Fitr (estimated)", "2045-10-20": "Eid al-Adha (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-10-23": "Eid al-Adha (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2045-11-20": "National Day", "2045-11-21": "National Day", "2046-01-11": "Sultan's Accession Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-06-02": "Isra' and Mi'raj (estimated)", "2046-08-02": "Eid al-Fitr (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-08-05": "Eid al-Fitr (estimated)", "2046-10-09": "Eid al-Adha (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (estimated)", "2046-10-12": "Eid al-Adha (estimated)", "2046-10-31": "Islamic New Year (estimated)", "2046-11-20": "National Day", "2046-11-21": "National Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-11": "Sultan's Accession Day", "2047-05-22": "Isra' and Mi'raj (estimated)", "2047-07-22": "Eid al-Fitr (estimated)", "2047-07-23": "Eid al-Fitr (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-07-26": "Eid al-Fitr (estimated)", "2047-09-29": "Eid al-Adha (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (estimated)", "2047-10-02": "Eid al-Adha (estimated)", "2047-10-20": "Islamic New Year (estimated)", "2047-11-20": "National Day", "2047-11-21": "National Day", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-11": "Sultan's Accession Day", "2048-05-10": "Isra' and Mi'raj (estimated)", "2048-07-10": "Eid al-Fitr (estimated)", "2048-07-11": "Eid al-Fitr (estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-07-14": "Eid al-Fitr (estimated)", "2048-09-18": "Eid al-Adha (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (estimated)", "2048-09-21": "Eid al-Adha (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-11-20": "National Day", "2048-11-21": "National Day", "2048-12-18": "Prophet's Birthday (estimated)", "2049-01-11": "Sultan's Accession Day", "2049-04-29": "Isra' and Mi'raj (estimated)", "2049-06-30": "Eid al-Fitr (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-07-03": "Eid al-Fitr (estimated)", "2049-09-07": "Eid al-Adha (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-09-10": "Eid al-Adha (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-11-20": "National Day", "2049-11-21": "National Day", "2049-12-07": "Prophet's Birthday (estimated)", "2050-01-11": "Sultan's Accession Day", "2050-04-19": "Isra' and Mi'raj (estimated)", "2050-06-19": "Eid al-Fitr (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-06-22": "Eid al-Fitr (estimated)", "2050-08-27": "Eid al-Adha (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-08-30": "Eid al-Adha (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-11-20": "National Day", "2050-11-21": "National Day", "2050-11-26": "Prophet's Birthday (estimated)" } holidays-0.71/snapshots/countries/PA_COMMON.json000066400000000000000000001434221500152103600215540ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Carnival Monday", "1950-02-21": "Carnival Tuesday", "1950-03-01": "Constitution Day", "1950-04-07": "Good Friday", "1950-05-01": "Labor Day", "1950-11-03": "Separation Day", "1950-11-04": "National Symbols Day", "1950-11-28": "Independence Day", "1950-12-08": "Mother's Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-05": "Carnival Monday", "1951-02-06": "Carnival Tuesday", "1951-03-01": "Constitution Day", "1951-03-23": "Good Friday", "1951-05-01": "Labor Day", "1951-11-03": "Separation Day", "1951-11-04": "National Symbols Day", "1951-11-28": "Independence Day", "1951-12-08": "Mother's Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-25": "Carnival Monday", "1952-02-26": "Carnival Tuesday", "1952-03-01": "Constitution Day", "1952-04-11": "Good Friday", "1952-05-01": "Labor Day", "1952-11-03": "Separation Day", "1952-11-04": "National Symbols Day", "1952-11-28": "Independence Day", "1952-12-08": "Mother's Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-16": "Carnival Monday", "1953-02-17": "Carnival Tuesday", "1953-03-01": "Constitution Day", "1953-04-03": "Good Friday", "1953-05-01": "Labor Day", "1953-11-03": "Separation Day", "1953-11-04": "National Symbols Day", "1953-11-28": "Independence Day", "1953-12-08": "Mother's Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-03-01": "Carnival Monday; Constitution Day", "1954-03-02": "Carnival Tuesday", "1954-04-16": "Good Friday", "1954-05-01": "Labor Day", "1954-11-03": "Separation Day", "1954-11-04": "National Symbols Day", "1954-11-28": "Independence Day", "1954-12-08": "Mother's Day", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-02-21": "Carnival Monday", "1955-02-22": "Carnival Tuesday", "1955-03-01": "Constitution Day", "1955-04-08": "Good Friday", "1955-05-01": "Labor Day", "1955-11-03": "Separation Day", "1955-11-04": "National Symbols Day", "1955-11-28": "Independence Day", "1955-12-08": "Mother's Day", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-02-13": "Carnival Monday", "1956-02-14": "Carnival Tuesday", "1956-03-01": "Constitution Day", "1956-03-30": "Good Friday", "1956-05-01": "Labor Day", "1956-11-03": "Separation Day", "1956-11-04": "National Symbols Day", "1956-11-28": "Independence Day", "1956-12-08": "Mother's Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-03-01": "Constitution Day", "1957-03-04": "Carnival Monday", "1957-03-05": "Carnival Tuesday", "1957-04-19": "Good Friday", "1957-05-01": "Labor Day", "1957-11-03": "Separation Day", "1957-11-04": "National Symbols Day", "1957-11-28": "Independence Day", "1957-12-08": "Mother's Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-17": "Carnival Monday", "1958-02-18": "Carnival Tuesday", "1958-03-01": "Constitution Day", "1958-04-04": "Good Friday", "1958-05-01": "Labor Day", "1958-11-03": "Separation Day", "1958-11-04": "National Symbols Day", "1958-11-28": "Independence Day", "1958-12-08": "Mother's Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-09": "Carnival Monday", "1959-02-10": "Carnival Tuesday", "1959-03-01": "Constitution Day", "1959-03-27": "Good Friday", "1959-05-01": "Labor Day", "1959-11-03": "Separation Day", "1959-11-04": "National Symbols Day", "1959-11-28": "Independence Day", "1959-12-08": "Mother's Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-29": "Carnival Monday", "1960-03-01": "Carnival Tuesday; Constitution Day", "1960-04-15": "Good Friday", "1960-05-01": "Labor Day", "1960-11-03": "Separation Day", "1960-11-04": "National Symbols Day", "1960-11-28": "Independence Day", "1960-12-08": "Mother's Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-02-13": "Carnival Monday", "1961-02-14": "Carnival Tuesday", "1961-03-01": "Constitution Day", "1961-03-31": "Good Friday", "1961-05-01": "Labor Day", "1961-11-03": "Separation Day", "1961-11-04": "National Symbols Day", "1961-11-28": "Independence Day", "1961-12-08": "Mother's Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-01": "Constitution Day", "1962-03-05": "Carnival Monday", "1962-03-06": "Carnival Tuesday", "1962-04-20": "Good Friday", "1962-05-01": "Labor Day", "1962-11-03": "Separation Day", "1962-11-04": "National Symbols Day", "1962-11-28": "Independence Day", "1962-12-08": "Mother's Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-25": "Carnival Monday", "1963-02-26": "Carnival Tuesday", "1963-03-01": "Constitution Day", "1963-04-12": "Good Friday", "1963-05-01": "Labor Day", "1963-11-03": "Separation Day", "1963-11-04": "National Symbols Day", "1963-11-28": "Independence Day", "1963-12-08": "Mother's Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-10": "Carnival Monday", "1964-02-11": "Carnival Tuesday", "1964-03-01": "Constitution Day", "1964-03-27": "Good Friday", "1964-05-01": "Labor Day", "1964-11-03": "Separation Day", "1964-11-04": "National Symbols Day", "1964-11-28": "Independence Day", "1964-12-08": "Mother's Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-03-01": "Carnival Monday; Constitution Day", "1965-03-02": "Carnival Tuesday", "1965-04-16": "Good Friday", "1965-05-01": "Labor Day", "1965-11-03": "Separation Day", "1965-11-04": "National Symbols Day", "1965-11-28": "Independence Day", "1965-12-08": "Mother's Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-02-21": "Carnival Monday", "1966-02-22": "Carnival Tuesday", "1966-03-01": "Constitution Day", "1966-04-08": "Good Friday", "1966-05-01": "Labor Day", "1966-11-03": "Separation Day", "1966-11-04": "National Symbols Day", "1966-11-28": "Independence Day", "1966-12-08": "Mother's Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-02-06": "Carnival Monday", "1967-02-07": "Carnival Tuesday", "1967-03-01": "Constitution Day", "1967-03-24": "Good Friday", "1967-05-01": "Labor Day", "1967-11-03": "Separation Day", "1967-11-04": "National Symbols Day", "1967-11-28": "Independence Day", "1967-12-08": "Mother's Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-26": "Carnival Monday", "1968-02-27": "Carnival Tuesday", "1968-03-01": "Constitution Day", "1968-04-12": "Good Friday", "1968-05-01": "Labor Day", "1968-11-03": "Separation Day", "1968-11-04": "National Symbols Day", "1968-11-28": "Independence Day", "1968-12-08": "Mother's Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-17": "Carnival Monday", "1969-02-18": "Carnival Tuesday", "1969-03-01": "Constitution Day", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-11-03": "Separation Day", "1969-11-04": "National Symbols Day", "1969-11-10": "Los Santos Uprising Day", "1969-11-28": "Independence Day", "1969-12-08": "Mother's Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-09": "Carnival Monday", "1970-02-10": "Carnival Tuesday", "1970-03-01": "Constitution Day", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-11-03": "Separation Day", "1970-11-04": "National Symbols Day", "1970-11-10": "Los Santos Uprising Day", "1970-11-28": "Independence Day", "1970-12-08": "Mother's Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-22": "Carnival Monday", "1971-02-23": "Carnival Tuesday", "1971-03-01": "Constitution Day", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-11-03": "Separation Day", "1971-11-04": "National Symbols Day", "1971-11-10": "Los Santos Uprising Day", "1971-11-28": "Independence Day", "1971-12-08": "Mother's Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-09": "Martyrs' Day", "1972-01-10": "Martyrs' Day (observed)", "1972-02-14": "Carnival Monday", "1972-02-15": "Carnival Tuesday", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-11-03": "Separation Day", "1972-11-04": "National Symbols Day", "1972-11-10": "Los Santos Uprising Day", "1972-11-28": "Independence Day", "1972-12-08": "Mother's Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-09": "Martyrs' Day", "1973-03-05": "Carnival Monday", "1973-03-06": "Carnival Tuesday", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-11-03": "Separation Day", "1973-11-04": "National Symbols Day", "1973-11-10": "Los Santos Uprising Day", "1973-11-28": "Independence Day", "1973-12-08": "Mother's Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-09": "Martyrs' Day", "1974-02-25": "Carnival Monday", "1974-02-26": "Carnival Tuesday", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-11-03": "Separation Day", "1974-11-04": "National Symbols Day; Separation Day (observed)", "1974-11-10": "Los Santos Uprising Day", "1974-11-11": "Los Santos Uprising Day (observed)", "1974-11-28": "Independence Day", "1974-12-08": "Mother's Day", "1974-12-09": "Mother's Day (observed)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-09": "Martyrs' Day", "1975-02-10": "Carnival Monday", "1975-02-11": "Carnival Tuesday", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-11-03": "Separation Day", "1975-11-04": "National Symbols Day", "1975-11-10": "Los Santos Uprising Day", "1975-11-28": "Independence Day", "1975-12-08": "Mother's Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-09": "Martyrs' Day", "1976-03-01": "Carnival Monday", "1976-03-02": "Carnival Tuesday", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-11-03": "Separation Day", "1976-11-04": "National Symbols Day", "1976-11-10": "Los Santos Uprising Day", "1976-11-28": "Independence Day", "1976-11-29": "Independence Day (observed)", "1976-12-08": "Mother's Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-09": "Martyrs' Day", "1977-01-10": "Martyrs' Day (observed)", "1977-02-21": "Carnival Monday", "1977-02-22": "Carnival Tuesday", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-11-03": "Separation Day", "1977-11-04": "National Symbols Day", "1977-11-10": "Los Santos Uprising Day", "1977-11-28": "Independence Day", "1977-12-08": "Mother's Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-09": "Martyrs' Day", "1978-02-06": "Carnival Monday", "1978-02-07": "Carnival Tuesday", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-11-03": "Separation Day", "1978-11-04": "National Symbols Day", "1978-11-10": "Los Santos Uprising Day", "1978-11-28": "Independence Day", "1978-12-08": "Mother's Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-09": "Martyrs' Day", "1979-02-26": "Carnival Monday", "1979-02-27": "Carnival Tuesday", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-11-03": "Separation Day", "1979-11-04": "National Symbols Day", "1979-11-10": "Los Santos Uprising Day", "1979-11-28": "Independence Day", "1979-12-08": "Mother's Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-09": "Martyrs' Day", "1980-02-18": "Carnival Monday", "1980-02-19": "Carnival Tuesday", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-11-03": "Separation Day", "1980-11-04": "National Symbols Day", "1980-11-10": "Los Santos Uprising Day", "1980-11-28": "Independence Day", "1980-12-08": "Mother's Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-09": "Martyrs' Day", "1981-03-02": "Carnival Monday", "1981-03-03": "Carnival Tuesday", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-11-03": "Separation Day", "1981-11-04": "National Symbols Day", "1981-11-10": "Los Santos Uprising Day", "1981-11-28": "Independence Day", "1981-12-08": "Mother's Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-09": "Martyrs' Day", "1982-02-22": "Carnival Monday", "1982-02-23": "Carnival Tuesday", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-11-03": "Separation Day", "1982-11-04": "National Symbols Day", "1982-11-10": "Los Santos Uprising Day", "1982-11-28": "Independence Day", "1982-11-29": "Independence Day (observed)", "1982-12-08": "Mother's Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-09": "Martyrs' Day", "1983-01-10": "Martyrs' Day (observed)", "1983-02-14": "Carnival Monday", "1983-02-15": "Carnival Tuesday", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-11-03": "Separation Day", "1983-11-04": "National Symbols Day", "1983-11-10": "Los Santos Uprising Day", "1983-11-28": "Independence Day", "1983-12-08": "Mother's Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-09": "Martyrs' Day", "1984-03-05": "Carnival Monday", "1984-03-06": "Carnival Tuesday", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-11-03": "Separation Day", "1984-11-04": "National Symbols Day", "1984-11-10": "Los Santos Uprising Day", "1984-11-28": "Independence Day", "1984-12-08": "Mother's Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-09": "Martyrs' Day", "1985-02-18": "Carnival Monday", "1985-02-19": "Carnival Tuesday", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-11-03": "Separation Day", "1985-11-04": "National Symbols Day; Separation Day (observed)", "1985-11-10": "Los Santos Uprising Day", "1985-11-11": "Los Santos Uprising Day (observed)", "1985-11-28": "Independence Day", "1985-12-08": "Mother's Day", "1985-12-09": "Mother's Day (observed)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-09": "Martyrs' Day", "1986-02-10": "Carnival Monday", "1986-02-11": "Carnival Tuesday", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-11-03": "Separation Day", "1986-11-04": "National Symbols Day", "1986-11-10": "Los Santos Uprising Day", "1986-11-28": "Independence Day", "1986-12-08": "Mother's Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-09": "Martyrs' Day", "1987-03-02": "Carnival Monday", "1987-03-03": "Carnival Tuesday", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-11-03": "Separation Day", "1987-11-04": "National Symbols Day", "1987-11-10": "Los Santos Uprising Day", "1987-11-28": "Independence Day", "1987-12-08": "Mother's Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-09": "Martyrs' Day", "1988-02-15": "Carnival Monday", "1988-02-16": "Carnival Tuesday", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-11-03": "Separation Day", "1988-11-04": "National Symbols Day", "1988-11-10": "Los Santos Uprising Day", "1988-11-28": "Independence Day", "1988-12-08": "Mother's Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-09": "Martyrs' Day", "1989-02-06": "Carnival Monday", "1989-02-07": "Carnival Tuesday", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-11-03": "Separation Day", "1989-11-04": "National Symbols Day", "1989-11-10": "Los Santos Uprising Day", "1989-11-28": "Independence Day", "1989-12-08": "Mother's Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-09": "Martyrs' Day", "1990-02-26": "Carnival Monday", "1990-02-27": "Carnival Tuesday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-11-03": "Separation Day", "1990-11-04": "National Symbols Day", "1990-11-10": "Los Santos Uprising Day", "1990-11-28": "Independence Day", "1990-12-08": "Mother's Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-09": "Martyrs' Day", "1991-02-11": "Carnival Monday", "1991-02-12": "Carnival Tuesday", "1991-03-29": "Good Friday", "1991-05-01": "Labor Day", "1991-11-03": "Separation Day", "1991-11-04": "National Symbols Day; Separation Day (observed)", "1991-11-10": "Los Santos Uprising Day", "1991-11-11": "Los Santos Uprising Day (observed)", "1991-11-28": "Independence Day", "1991-12-08": "Mother's Day", "1991-12-09": "Mother's Day (observed)", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-09": "Martyrs' Day", "1992-03-02": "Carnival Monday", "1992-03-03": "Carnival Tuesday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-11-03": "Separation Day", "1992-11-04": "National Symbols Day", "1992-11-10": "Los Santos Uprising Day", "1992-11-28": "Independence Day", "1992-12-08": "Mother's Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-09": "Martyrs' Day", "1993-02-22": "Carnival Monday", "1993-02-23": "Carnival Tuesday", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-11-03": "Separation Day", "1993-11-04": "National Symbols Day", "1993-11-10": "Los Santos Uprising Day", "1993-11-28": "Independence Day", "1993-11-29": "Independence Day (observed)", "1993-12-08": "Mother's Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-09": "Martyrs' Day", "1994-01-10": "Martyrs' Day (observed)", "1994-02-14": "Carnival Monday", "1994-02-15": "Carnival Tuesday", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-11-03": "Separation Day", "1994-11-04": "National Symbols Day", "1994-11-10": "Los Santos Uprising Day", "1994-11-28": "Independence Day", "1994-12-08": "Mother's Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-09": "Martyrs' Day", "1995-02-27": "Carnival Monday", "1995-02-28": "Carnival Tuesday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-11-03": "Separation Day", "1995-11-04": "National Symbols Day", "1995-11-10": "Los Santos Uprising Day", "1995-11-28": "Independence Day", "1995-12-08": "Mother's Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-09": "Martyrs' Day", "1996-02-19": "Carnival Monday", "1996-02-20": "Carnival Tuesday", "1996-04-05": "Good Friday", "1996-05-01": "Labor Day", "1996-11-03": "Separation Day", "1996-11-04": "National Symbols Day; Separation Day (observed)", "1996-11-10": "Los Santos Uprising Day", "1996-11-11": "Los Santos Uprising Day (observed)", "1996-11-28": "Independence Day", "1996-12-08": "Mother's Day", "1996-12-09": "Mother's Day (observed)", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-09": "Martyrs' Day", "1997-02-10": "Carnival Monday", "1997-02-11": "Carnival Tuesday", "1997-03-28": "Good Friday", "1997-05-01": "Labor Day", "1997-11-03": "Separation Day", "1997-11-04": "National Symbols Day", "1997-11-10": "Los Santos Uprising Day", "1997-11-28": "Independence Day", "1997-12-08": "Mother's Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-09": "Martyrs' Day", "1998-02-23": "Carnival Monday", "1998-02-24": "Carnival Tuesday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-11-03": "Separation Day", "1998-11-04": "National Symbols Day", "1998-11-10": "Los Santos Uprising Day", "1998-11-28": "Independence Day", "1998-12-08": "Mother's Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-09": "Martyrs' Day", "1999-02-15": "Carnival Monday", "1999-02-16": "Carnival Tuesday", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-11-03": "Separation Day", "1999-11-04": "National Symbols Day", "1999-11-10": "Los Santos Uprising Day", "1999-11-28": "Independence Day", "1999-11-29": "Independence Day (observed)", "1999-12-08": "Mother's Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-09": "Martyrs' Day", "2000-01-10": "Martyrs' Day (observed)", "2000-03-06": "Carnival Monday", "2000-03-07": "Carnival Tuesday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-11-03": "Separation Day", "2000-11-04": "National Symbols Day", "2000-11-10": "Los Santos Uprising Day", "2000-11-28": "Independence Day", "2000-12-08": "Mother's Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-09": "Martyrs' Day", "2001-02-26": "Carnival Monday", "2001-02-27": "Carnival Tuesday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-11-03": "Separation Day", "2001-11-04": "National Symbols Day", "2001-11-10": "Los Santos Uprising Day", "2001-11-28": "Independence Day", "2001-12-08": "Mother's Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-09": "Martyrs' Day", "2002-02-11": "Carnival Monday", "2002-02-12": "Carnival Tuesday", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-11-03": "Separation Day", "2002-11-04": "National Symbols Day; Separation Day (observed)", "2002-11-05": "Colon Day", "2002-11-10": "Los Santos Uprising Day", "2002-11-11": "Los Santos Uprising Day (observed)", "2002-11-28": "Independence Day", "2002-12-08": "Mother's Day", "2002-12-09": "Mother's Day (observed)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-09": "Martyrs' Day", "2003-03-03": "Carnival Monday", "2003-03-04": "Carnival Tuesday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-11-03": "Separation Day", "2003-11-04": "National Symbols Day", "2003-11-05": "Colon Day", "2003-11-10": "Los Santos Uprising Day", "2003-11-28": "Independence Day", "2003-12-08": "Mother's Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-09": "Martyrs' Day", "2004-02-23": "Carnival Monday", "2004-02-24": "Carnival Tuesday", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-11-03": "Separation Day", "2004-11-04": "National Symbols Day", "2004-11-05": "Colon Day", "2004-11-10": "Los Santos Uprising Day", "2004-11-28": "Independence Day", "2004-11-29": "Independence Day (observed)", "2004-12-08": "Mother's Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-09": "Martyrs' Day", "2005-01-10": "Martyrs' Day (observed)", "2005-02-07": "Carnival Monday", "2005-02-08": "Carnival Tuesday", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-11-03": "Separation Day", "2005-11-04": "National Symbols Day", "2005-11-05": "Colon Day", "2005-11-10": "Los Santos Uprising Day", "2005-11-28": "Independence Day", "2005-12-08": "Mother's Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-09": "Martyrs' Day", "2006-02-27": "Carnival Monday", "2006-02-28": "Carnival Tuesday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-11-03": "Separation Day", "2006-11-04": "National Symbols Day", "2006-11-05": "Colon Day", "2006-11-06": "Colon Day (observed)", "2006-11-10": "Los Santos Uprising Day", "2006-11-28": "Independence Day", "2006-12-08": "Mother's Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-09": "Martyrs' Day", "2007-02-19": "Carnival Monday", "2007-02-20": "Carnival Tuesday", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-11-03": "Separation Day", "2007-11-04": "National Symbols Day", "2007-11-05": "Colon Day", "2007-11-10": "Los Santos Uprising Day", "2007-11-28": "Independence Day", "2007-12-08": "Mother's Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-09": "Martyrs' Day", "2008-02-04": "Carnival Monday", "2008-02-05": "Carnival Tuesday", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-11-03": "Separation Day", "2008-11-04": "National Symbols Day", "2008-11-05": "Colon Day", "2008-11-10": "Los Santos Uprising Day", "2008-11-28": "Independence Day", "2008-12-08": "Mother's Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-09": "Martyrs' Day", "2009-02-23": "Carnival Monday", "2009-02-24": "Carnival Tuesday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-11-03": "Separation Day", "2009-11-04": "National Symbols Day", "2009-11-05": "Colon Day", "2009-11-10": "Los Santos Uprising Day", "2009-11-28": "Independence Day", "2009-12-08": "Mother's Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-09": "Martyrs' Day", "2010-02-15": "Carnival Monday", "2010-02-16": "Carnival Tuesday", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-11-03": "Separation Day", "2010-11-04": "National Symbols Day", "2010-11-05": "Colon Day", "2010-11-10": "Los Santos Uprising Day", "2010-11-28": "Independence Day", "2010-11-29": "Independence Day (observed)", "2010-12-08": "Mother's Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-09": "Martyrs' Day", "2011-01-10": "Martyrs' Day (observed)", "2011-03-07": "Carnival Monday", "2011-03-08": "Carnival Tuesday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-11-03": "Separation Day", "2011-11-04": "National Symbols Day", "2011-11-05": "Colon Day", "2011-11-10": "Los Santos Uprising Day", "2011-11-28": "Independence Day", "2011-12-08": "Mother's Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-09": "Martyrs' Day", "2012-02-20": "Carnival Monday", "2012-02-21": "Carnival Tuesday", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-11-03": "Separation Day", "2012-11-04": "National Symbols Day", "2012-11-05": "Colon Day", "2012-11-10": "Los Santos Uprising Day", "2012-11-28": "Independence Day", "2012-12-08": "Mother's Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-09": "Martyrs' Day", "2013-02-11": "Carnival Monday", "2013-02-12": "Carnival Tuesday", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-11-03": "Separation Day", "2013-11-04": "National Symbols Day; Separation Day (observed)", "2013-11-05": "Colon Day", "2013-11-10": "Los Santos Uprising Day", "2013-11-11": "Los Santos Uprising Day (observed)", "2013-11-28": "Independence Day", "2013-12-08": "Mother's Day", "2013-12-09": "Mother's Day (observed)", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-09": "Martyrs' Day", "2014-03-03": "Carnival Monday", "2014-03-04": "Carnival Tuesday", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-07-01": "Presidential Inauguration Day", "2014-11-03": "Separation Day", "2014-11-04": "National Symbols Day", "2014-11-05": "Colon Day", "2014-11-10": "Los Santos Uprising Day", "2014-11-28": "Independence Day", "2014-12-08": "Mother's Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-09": "Martyrs' Day", "2015-02-16": "Carnival Monday", "2015-02-17": "Carnival Tuesday", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-11-03": "Separation Day", "2015-11-04": "National Symbols Day", "2015-11-05": "Colon Day", "2015-11-10": "Los Santos Uprising Day", "2015-11-28": "Independence Day", "2015-12-08": "Mother's Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-09": "Martyrs' Day", "2016-02-08": "Carnival Monday", "2016-02-09": "Carnival Tuesday", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-11-03": "Separation Day", "2016-11-04": "National Symbols Day", "2016-11-05": "Colon Day", "2016-11-10": "Los Santos Uprising Day", "2016-11-28": "Independence Day", "2016-12-08": "Mother's Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-09": "Martyrs' Day", "2017-02-27": "Carnival Monday", "2017-02-28": "Carnival Tuesday", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-11-03": "Separation Day", "2017-11-04": "National Symbols Day", "2017-11-05": "Colon Day", "2017-11-06": "Colon Day (observed)", "2017-11-10": "Los Santos Uprising Day", "2017-11-28": "Independence Day", "2017-12-08": "Mother's Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-09": "Martyrs' Day", "2018-02-12": "Carnival Monday", "2018-02-13": "Carnival Tuesday", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-11-03": "Separation Day", "2018-11-04": "National Symbols Day", "2018-11-05": "Colon Day", "2018-11-10": "Los Santos Uprising Day", "2018-11-28": "Independence Day", "2018-12-08": "Mother's Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-09": "Martyrs' Day", "2019-03-04": "Carnival Monday", "2019-03-05": "Carnival Tuesday", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-07-01": "Presidential Inauguration Day", "2019-11-03": "Separation Day", "2019-11-04": "National Symbols Day; Separation Day (observed)", "2019-11-05": "Colon Day", "2019-11-10": "Los Santos Uprising Day", "2019-11-11": "Los Santos Uprising Day (observed)", "2019-11-28": "Independence Day", "2019-12-08": "Mother's Day", "2019-12-09": "Mother's Day (observed)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-09": "Martyrs' Day", "2020-02-24": "Carnival Monday", "2020-02-25": "Carnival Tuesday", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-11-03": "Separation Day", "2020-11-04": "National Symbols Day", "2020-11-05": "Colon Day", "2020-11-10": "Los Santos Uprising Day", "2020-11-28": "Independence Day", "2020-12-08": "Mother's Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-09": "Martyrs' Day", "2021-02-15": "Carnival Monday", "2021-02-16": "Carnival Tuesday", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-11-03": "Separation Day", "2021-11-04": "National Symbols Day", "2021-11-05": "Colon Day", "2021-11-10": "Los Santos Uprising Day", "2021-11-28": "Independence Day", "2021-11-29": "Independence Day (observed)", "2021-12-08": "Mother's Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-09": "Martyrs' Day", "2022-01-10": "Martyrs' Day (observed)", "2022-02-28": "Carnival Monday", "2022-03-01": "Carnival Tuesday", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-11-03": "Separation Day", "2022-11-04": "National Symbols Day", "2022-11-05": "Colon Day", "2022-11-10": "Los Santos Uprising Day", "2022-11-28": "Independence Day", "2022-12-08": "Mother's Day", "2022-12-20": "National Mourning Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-09": "Martyrs' Day", "2023-02-20": "Carnival Monday", "2023-02-21": "Carnival Tuesday", "2023-04-07": "Good Friday", "2023-05-01": "Labor Day", "2023-11-03": "Separation Day", "2023-11-04": "National Symbols Day", "2023-11-05": "Colon Day", "2023-11-06": "Colon Day (observed)", "2023-11-10": "Los Santos Uprising Day", "2023-11-28": "Independence Day", "2023-12-08": "Mother's Day", "2023-12-20": "National Mourning Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-09": "Martyrs' Day", "2024-02-12": "Carnival Monday", "2024-02-13": "Carnival Tuesday", "2024-03-29": "Good Friday", "2024-05-01": "Labor Day", "2024-07-01": "Presidential Inauguration Day", "2024-11-03": "Separation Day", "2024-11-04": "National Symbols Day; Separation Day (observed)", "2024-11-05": "Colon Day", "2024-11-10": "Los Santos Uprising Day", "2024-11-11": "Los Santos Uprising Day (observed)", "2024-11-28": "Independence Day", "2024-12-08": "Mother's Day", "2024-12-09": "Mother's Day (observed)", "2024-12-20": "National Mourning Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-09": "Martyrs' Day", "2025-03-03": "Carnival Monday", "2025-03-04": "Carnival Tuesday", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-11-03": "Separation Day", "2025-11-04": "National Symbols Day", "2025-11-05": "Colon Day", "2025-11-10": "Los Santos Uprising Day", "2025-11-28": "Independence Day", "2025-12-08": "Mother's Day", "2025-12-20": "National Mourning Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-09": "Martyrs' Day", "2026-02-16": "Carnival Monday", "2026-02-17": "Carnival Tuesday", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-11-03": "Separation Day", "2026-11-04": "National Symbols Day", "2026-11-05": "Colon Day", "2026-11-10": "Los Santos Uprising Day", "2026-11-28": "Independence Day", "2026-12-08": "Mother's Day", "2026-12-20": "National Mourning Day", "2026-12-21": "National Mourning Day (observed)", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-09": "Martyrs' Day", "2027-02-08": "Carnival Monday", "2027-02-09": "Carnival Tuesday", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-11-03": "Separation Day", "2027-11-04": "National Symbols Day", "2027-11-05": "Colon Day", "2027-11-10": "Los Santos Uprising Day", "2027-11-28": "Independence Day", "2027-11-29": "Independence Day (observed)", "2027-12-08": "Mother's Day", "2027-12-20": "National Mourning Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-09": "Martyrs' Day", "2028-01-10": "Martyrs' Day (observed)", "2028-02-28": "Carnival Monday", "2028-02-29": "Carnival Tuesday", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-11-03": "Separation Day", "2028-11-04": "National Symbols Day", "2028-11-05": "Colon Day", "2028-11-06": "Colon Day (observed)", "2028-11-10": "Los Santos Uprising Day", "2028-11-28": "Independence Day", "2028-12-08": "Mother's Day", "2028-12-20": "National Mourning Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-09": "Martyrs' Day", "2029-02-12": "Carnival Monday", "2029-02-13": "Carnival Tuesday", "2029-03-30": "Good Friday", "2029-05-01": "Labor Day", "2029-11-03": "Separation Day", "2029-11-04": "National Symbols Day", "2029-11-05": "Colon Day", "2029-11-10": "Los Santos Uprising Day", "2029-11-28": "Independence Day", "2029-12-08": "Mother's Day", "2029-12-20": "National Mourning Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-09": "Martyrs' Day", "2030-03-04": "Carnival Monday", "2030-03-05": "Carnival Tuesday", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-11-03": "Separation Day", "2030-11-04": "National Symbols Day; Separation Day (observed)", "2030-11-05": "Colon Day", "2030-11-10": "Los Santos Uprising Day", "2030-11-11": "Los Santos Uprising Day (observed)", "2030-11-28": "Independence Day", "2030-12-08": "Mother's Day", "2030-12-09": "Mother's Day (observed)", "2030-12-20": "National Mourning Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-09": "Martyrs' Day", "2031-02-24": "Carnival Monday", "2031-02-25": "Carnival Tuesday", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-11-03": "Separation Day", "2031-11-04": "National Symbols Day", "2031-11-05": "Colon Day", "2031-11-10": "Los Santos Uprising Day", "2031-11-28": "Independence Day", "2031-12-08": "Mother's Day", "2031-12-20": "National Mourning Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-09": "Martyrs' Day", "2032-02-09": "Carnival Monday", "2032-02-10": "Carnival Tuesday", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-11-03": "Separation Day", "2032-11-04": "National Symbols Day", "2032-11-05": "Colon Day", "2032-11-10": "Los Santos Uprising Day", "2032-11-28": "Independence Day", "2032-11-29": "Independence Day (observed)", "2032-12-08": "Mother's Day", "2032-12-20": "National Mourning Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-09": "Martyrs' Day", "2033-01-10": "Martyrs' Day (observed)", "2033-02-28": "Carnival Monday", "2033-03-01": "Carnival Tuesday", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-11-03": "Separation Day", "2033-11-04": "National Symbols Day", "2033-11-05": "Colon Day", "2033-11-10": "Los Santos Uprising Day", "2033-11-28": "Independence Day", "2033-12-08": "Mother's Day", "2033-12-20": "National Mourning Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-09": "Martyrs' Day", "2034-02-20": "Carnival Monday", "2034-02-21": "Carnival Tuesday", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-11-03": "Separation Day", "2034-11-04": "National Symbols Day", "2034-11-05": "Colon Day", "2034-11-06": "Colon Day (observed)", "2034-11-10": "Los Santos Uprising Day", "2034-11-28": "Independence Day", "2034-12-08": "Mother's Day", "2034-12-20": "National Mourning Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-09": "Martyrs' Day", "2035-02-05": "Carnival Monday", "2035-02-06": "Carnival Tuesday", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-11-03": "Separation Day", "2035-11-04": "National Symbols Day", "2035-11-05": "Colon Day", "2035-11-10": "Los Santos Uprising Day", "2035-11-28": "Independence Day", "2035-12-08": "Mother's Day", "2035-12-20": "National Mourning Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-09": "Martyrs' Day", "2036-02-25": "Carnival Monday", "2036-02-26": "Carnival Tuesday", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-11-03": "Separation Day", "2036-11-04": "National Symbols Day", "2036-11-05": "Colon Day", "2036-11-10": "Los Santos Uprising Day", "2036-11-28": "Independence Day", "2036-12-08": "Mother's Day", "2036-12-20": "National Mourning Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-09": "Martyrs' Day", "2037-02-16": "Carnival Monday", "2037-02-17": "Carnival Tuesday", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-11-03": "Separation Day", "2037-11-04": "National Symbols Day", "2037-11-05": "Colon Day", "2037-11-10": "Los Santos Uprising Day", "2037-11-28": "Independence Day", "2037-12-08": "Mother's Day", "2037-12-20": "National Mourning Day", "2037-12-21": "National Mourning Day (observed)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-09": "Martyrs' Day", "2038-03-08": "Carnival Monday", "2038-03-09": "Carnival Tuesday", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-11-03": "Separation Day", "2038-11-04": "National Symbols Day", "2038-11-05": "Colon Day", "2038-11-10": "Los Santos Uprising Day", "2038-11-28": "Independence Day", "2038-11-29": "Independence Day (observed)", "2038-12-08": "Mother's Day", "2038-12-20": "National Mourning Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-09": "Martyrs' Day", "2039-01-10": "Martyrs' Day (observed)", "2039-02-21": "Carnival Monday", "2039-02-22": "Carnival Tuesday", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-11-03": "Separation Day", "2039-11-04": "National Symbols Day", "2039-11-05": "Colon Day", "2039-11-10": "Los Santos Uprising Day", "2039-11-28": "Independence Day", "2039-12-08": "Mother's Day", "2039-12-20": "National Mourning Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-09": "Martyrs' Day", "2040-02-13": "Carnival Monday", "2040-02-14": "Carnival Tuesday", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-11-03": "Separation Day", "2040-11-04": "National Symbols Day", "2040-11-05": "Colon Day", "2040-11-10": "Los Santos Uprising Day", "2040-11-28": "Independence Day", "2040-12-08": "Mother's Day", "2040-12-20": "National Mourning Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-09": "Martyrs' Day", "2041-03-04": "Carnival Monday", "2041-03-05": "Carnival Tuesday", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-11-03": "Separation Day", "2041-11-04": "National Symbols Day; Separation Day (observed)", "2041-11-05": "Colon Day", "2041-11-10": "Los Santos Uprising Day", "2041-11-11": "Los Santos Uprising Day (observed)", "2041-11-28": "Independence Day", "2041-12-08": "Mother's Day", "2041-12-09": "Mother's Day (observed)", "2041-12-20": "National Mourning Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-09": "Martyrs' Day", "2042-02-17": "Carnival Monday", "2042-02-18": "Carnival Tuesday", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-11-03": "Separation Day", "2042-11-04": "National Symbols Day", "2042-11-05": "Colon Day", "2042-11-10": "Los Santos Uprising Day", "2042-11-28": "Independence Day", "2042-12-08": "Mother's Day", "2042-12-20": "National Mourning Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-09": "Martyrs' Day", "2043-02-09": "Carnival Monday", "2043-02-10": "Carnival Tuesday", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-11-03": "Separation Day", "2043-11-04": "National Symbols Day", "2043-11-05": "Colon Day", "2043-11-10": "Los Santos Uprising Day", "2043-11-28": "Independence Day", "2043-12-08": "Mother's Day", "2043-12-20": "National Mourning Day", "2043-12-21": "National Mourning Day (observed)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-09": "Martyrs' Day", "2044-02-29": "Carnival Monday", "2044-03-01": "Carnival Tuesday", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-11-03": "Separation Day", "2044-11-04": "National Symbols Day", "2044-11-05": "Colon Day", "2044-11-10": "Los Santos Uprising Day", "2044-11-28": "Independence Day", "2044-12-08": "Mother's Day", "2044-12-20": "National Mourning Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-09": "Martyrs' Day", "2045-02-20": "Carnival Monday", "2045-02-21": "Carnival Tuesday", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-11-03": "Separation Day", "2045-11-04": "National Symbols Day", "2045-11-05": "Colon Day", "2045-11-06": "Colon Day (observed)", "2045-11-10": "Los Santos Uprising Day", "2045-11-28": "Independence Day", "2045-12-08": "Mother's Day", "2045-12-20": "National Mourning Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-09": "Martyrs' Day", "2046-02-05": "Carnival Monday", "2046-02-06": "Carnival Tuesday", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-11-03": "Separation Day", "2046-11-04": "National Symbols Day", "2046-11-05": "Colon Day", "2046-11-10": "Los Santos Uprising Day", "2046-11-28": "Independence Day", "2046-12-08": "Mother's Day", "2046-12-20": "National Mourning Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-09": "Martyrs' Day", "2047-02-25": "Carnival Monday", "2047-02-26": "Carnival Tuesday", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-11-03": "Separation Day", "2047-11-04": "National Symbols Day; Separation Day (observed)", "2047-11-05": "Colon Day", "2047-11-10": "Los Santos Uprising Day", "2047-11-11": "Los Santos Uprising Day (observed)", "2047-11-28": "Independence Day", "2047-12-08": "Mother's Day", "2047-12-09": "Mother's Day (observed)", "2047-12-20": "National Mourning Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-09": "Martyrs' Day", "2048-02-17": "Carnival Monday", "2048-02-18": "Carnival Tuesday", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-11-03": "Separation Day", "2048-11-04": "National Symbols Day", "2048-11-05": "Colon Day", "2048-11-10": "Los Santos Uprising Day", "2048-11-28": "Independence Day", "2048-12-08": "Mother's Day", "2048-12-20": "National Mourning Day", "2048-12-21": "National Mourning Day (observed)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-09": "Martyrs' Day", "2049-03-01": "Carnival Monday", "2049-03-02": "Carnival Tuesday", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-11-03": "Separation Day", "2049-11-04": "National Symbols Day", "2049-11-05": "Colon Day", "2049-11-10": "Los Santos Uprising Day", "2049-11-28": "Independence Day", "2049-11-29": "Independence Day (observed)", "2049-12-08": "Mother's Day", "2049-12-20": "National Mourning Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-09": "Martyrs' Day", "2050-01-10": "Martyrs' Day (observed)", "2050-02-21": "Carnival Monday", "2050-02-22": "Carnival Tuesday", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-11-03": "Separation Day", "2050-11-04": "National Symbols Day", "2050-11-05": "Colon Day", "2050-11-10": "Los Santos Uprising Day", "2050-11-28": "Independence Day", "2050-12-08": "Mother's Day", "2050-12-20": "National Mourning Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/PE_COMMON.json000066400000000000000000001510741500152103600215620ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-01": "Labor Day", "1950-06-29": "Saint Peter and Saint Paul's Day", "1950-07-28": "Independence Day", "1950-07-29": "Great Military Parade Day", "1950-08-30": "Rose of Lima Day", "1950-10-08": "Battle of Angamos Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-01": "Labor Day", "1951-06-29": "Saint Peter and Saint Paul's Day", "1951-07-28": "Independence Day", "1951-07-29": "Great Military Parade Day", "1951-08-30": "Rose of Lima Day", "1951-10-08": "Battle of Angamos Day", "1951-11-01": "All Saints' Day", "1951-12-08": "Immaculate Conception", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-01": "Labor Day", "1952-06-29": "Saint Peter and Saint Paul's Day", "1952-07-28": "Independence Day", "1952-07-29": "Great Military Parade Day", "1952-08-30": "Rose of Lima Day", "1952-10-08": "Battle of Angamos Day", "1952-11-01": "All Saints' Day", "1952-12-08": "Immaculate Conception", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-01": "Labor Day", "1953-06-29": "Saint Peter and Saint Paul's Day", "1953-07-28": "Independence Day", "1953-07-29": "Great Military Parade Day", "1953-08-30": "Rose of Lima Day", "1953-10-08": "Battle of Angamos Day", "1953-11-01": "All Saints' Day", "1953-12-08": "Immaculate Conception", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-01": "Labor Day", "1954-06-29": "Saint Peter and Saint Paul's Day", "1954-07-28": "Independence Day", "1954-07-29": "Great Military Parade Day", "1954-08-30": "Rose of Lima Day", "1954-10-08": "Battle of Angamos Day", "1954-11-01": "All Saints' Day", "1954-12-08": "Immaculate Conception", "1954-12-25": "Christmas Day", "1955-01-01": "New Year's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-01": "Labor Day", "1955-06-29": "Saint Peter and Saint Paul's Day", "1955-07-28": "Independence Day", "1955-07-29": "Great Military Parade Day", "1955-08-30": "Rose of Lima Day", "1955-10-08": "Battle of Angamos Day", "1955-11-01": "All Saints' Day", "1955-12-08": "Immaculate Conception", "1955-12-25": "Christmas Day", "1956-01-01": "New Year's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-01": "Labor Day", "1956-06-29": "Saint Peter and Saint Paul's Day", "1956-07-28": "Independence Day", "1956-07-29": "Great Military Parade Day", "1956-08-30": "Rose of Lima Day", "1956-10-08": "Battle of Angamos Day", "1956-11-01": "All Saints' Day", "1956-12-08": "Immaculate Conception", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-01": "Labor Day", "1957-06-29": "Saint Peter and Saint Paul's Day", "1957-07-28": "Independence Day", "1957-07-29": "Great Military Parade Day", "1957-08-30": "Rose of Lima Day", "1957-10-08": "Battle of Angamos Day", "1957-11-01": "All Saints' Day", "1957-12-08": "Immaculate Conception", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-05-01": "Labor Day", "1958-06-29": "Saint Peter and Saint Paul's Day", "1958-07-28": "Independence Day", "1958-07-29": "Great Military Parade Day", "1958-08-30": "Rose of Lima Day", "1958-10-08": "Battle of Angamos Day", "1958-11-01": "All Saints' Day", "1958-12-08": "Immaculate Conception", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-01": "Labor Day", "1959-06-29": "Saint Peter and Saint Paul's Day", "1959-07-28": "Independence Day", "1959-07-29": "Great Military Parade Day", "1959-08-30": "Rose of Lima Day", "1959-10-08": "Battle of Angamos Day", "1959-11-01": "All Saints' Day", "1959-12-08": "Immaculate Conception", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-01": "Labor Day", "1960-06-29": "Saint Peter and Saint Paul's Day", "1960-07-28": "Independence Day", "1960-07-29": "Great Military Parade Day", "1960-08-30": "Rose of Lima Day", "1960-10-08": "Battle of Angamos Day", "1960-11-01": "All Saints' Day", "1960-12-08": "Immaculate Conception", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-01": "Labor Day", "1961-06-29": "Saint Peter and Saint Paul's Day", "1961-07-28": "Independence Day", "1961-07-29": "Great Military Parade Day", "1961-08-30": "Rose of Lima Day", "1961-10-08": "Battle of Angamos Day", "1961-11-01": "All Saints' Day", "1961-12-08": "Immaculate Conception", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-01": "Labor Day", "1962-06-29": "Saint Peter and Saint Paul's Day", "1962-07-28": "Independence Day", "1962-07-29": "Great Military Parade Day", "1962-08-30": "Rose of Lima Day", "1962-10-08": "Battle of Angamos Day", "1962-11-01": "All Saints' Day", "1962-12-08": "Immaculate Conception", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-01": "Labor Day", "1963-06-29": "Saint Peter and Saint Paul's Day", "1963-07-28": "Independence Day", "1963-07-29": "Great Military Parade Day", "1963-08-30": "Rose of Lima Day", "1963-10-08": "Battle of Angamos Day", "1963-11-01": "All Saints' Day", "1963-12-08": "Immaculate Conception", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-01": "Labor Day", "1964-06-29": "Saint Peter and Saint Paul's Day", "1964-07-28": "Independence Day", "1964-07-29": "Great Military Parade Day", "1964-08-30": "Rose of Lima Day", "1964-10-08": "Battle of Angamos Day", "1964-11-01": "All Saints' Day", "1964-12-08": "Immaculate Conception", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-01": "Labor Day", "1965-06-29": "Saint Peter and Saint Paul's Day", "1965-07-28": "Independence Day", "1965-07-29": "Great Military Parade Day", "1965-08-30": "Rose of Lima Day", "1965-10-08": "Battle of Angamos Day", "1965-11-01": "All Saints' Day", "1965-12-08": "Immaculate Conception", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-05-01": "Labor Day", "1966-06-29": "Saint Peter and Saint Paul's Day", "1966-07-28": "Independence Day", "1966-07-29": "Great Military Parade Day", "1966-08-30": "Rose of Lima Day", "1966-10-08": "Battle of Angamos Day", "1966-11-01": "All Saints' Day", "1966-12-08": "Immaculate Conception", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-01": "Labor Day", "1967-06-29": "Saint Peter and Saint Paul's Day", "1967-07-28": "Independence Day", "1967-07-29": "Great Military Parade Day", "1967-08-30": "Rose of Lima Day", "1967-10-08": "Battle of Angamos Day", "1967-11-01": "All Saints' Day", "1967-12-08": "Immaculate Conception", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-01": "Labor Day", "1968-06-29": "Saint Peter and Saint Paul's Day", "1968-07-28": "Independence Day", "1968-07-29": "Great Military Parade Day", "1968-08-30": "Rose of Lima Day", "1968-10-08": "Battle of Angamos Day", "1968-11-01": "All Saints' Day", "1968-12-08": "Immaculate Conception", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-01": "Labor Day", "1969-06-29": "Saint Peter and Saint Paul's Day", "1969-07-28": "Independence Day", "1969-07-29": "Great Military Parade Day", "1969-08-30": "Rose of Lima Day", "1969-10-08": "Battle of Angamos Day", "1969-11-01": "All Saints' Day", "1969-12-08": "Immaculate Conception", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-01": "Labor Day", "1970-06-29": "Saint Peter and Saint Paul's Day", "1970-07-28": "Independence Day", "1970-07-29": "Great Military Parade Day", "1970-08-30": "Rose of Lima Day", "1970-10-08": "Battle of Angamos Day", "1970-11-01": "All Saints' Day", "1970-12-08": "Immaculate Conception", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-01": "Labor Day", "1971-06-29": "Saint Peter and Saint Paul's Day", "1971-07-28": "Independence Day", "1971-07-29": "Great Military Parade Day", "1971-08-30": "Rose of Lima Day", "1971-10-08": "Battle of Angamos Day", "1971-11-01": "All Saints' Day", "1971-12-08": "Immaculate Conception", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-05-01": "Labor Day", "1972-06-29": "Saint Peter and Saint Paul's Day", "1972-07-28": "Independence Day", "1972-07-29": "Great Military Parade Day", "1972-08-30": "Rose of Lima Day", "1972-10-08": "Battle of Angamos Day", "1972-11-01": "All Saints' Day", "1972-12-08": "Immaculate Conception", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-01": "Labor Day", "1973-06-29": "Saint Peter and Saint Paul's Day", "1973-07-28": "Independence Day", "1973-07-29": "Great Military Parade Day", "1973-08-30": "Rose of Lima Day", "1973-10-08": "Battle of Angamos Day", "1973-11-01": "All Saints' Day", "1973-12-08": "Immaculate Conception", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-05-01": "Labor Day", "1974-06-29": "Saint Peter and Saint Paul's Day", "1974-07-28": "Independence Day", "1974-07-29": "Great Military Parade Day", "1974-08-30": "Rose of Lima Day", "1974-10-08": "Battle of Angamos Day", "1974-11-01": "All Saints' Day", "1974-12-08": "Immaculate Conception", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-05-01": "Labor Day", "1975-06-29": "Saint Peter and Saint Paul's Day", "1975-07-28": "Independence Day", "1975-07-29": "Great Military Parade Day", "1975-08-30": "Rose of Lima Day", "1975-10-08": "Battle of Angamos Day", "1975-11-01": "All Saints' Day", "1975-12-08": "Immaculate Conception", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-05-01": "Labor Day", "1976-06-29": "Saint Peter and Saint Paul's Day", "1976-07-28": "Independence Day", "1976-07-29": "Great Military Parade Day", "1976-08-30": "Rose of Lima Day", "1976-10-08": "Battle of Angamos Day", "1976-11-01": "All Saints' Day", "1976-12-08": "Immaculate Conception", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-05-01": "Labor Day", "1977-06-29": "Saint Peter and Saint Paul's Day", "1977-07-28": "Independence Day", "1977-07-29": "Great Military Parade Day", "1977-08-30": "Rose of Lima Day", "1977-10-08": "Battle of Angamos Day", "1977-11-01": "All Saints' Day", "1977-12-08": "Immaculate Conception", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-05-01": "Labor Day", "1978-06-29": "Saint Peter and Saint Paul's Day", "1978-07-28": "Independence Day", "1978-07-29": "Great Military Parade Day", "1978-08-30": "Rose of Lima Day", "1978-10-08": "Battle of Angamos Day", "1978-11-01": "All Saints' Day", "1978-12-08": "Immaculate Conception", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-05-01": "Labor Day", "1979-06-29": "Saint Peter and Saint Paul's Day", "1979-07-28": "Independence Day", "1979-07-29": "Great Military Parade Day", "1979-08-30": "Rose of Lima Day", "1979-10-08": "Battle of Angamos Day", "1979-11-01": "All Saints' Day", "1979-12-08": "Immaculate Conception", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-05-01": "Labor Day", "1980-06-29": "Saint Peter and Saint Paul's Day", "1980-07-28": "Independence Day", "1980-07-29": "Great Military Parade Day", "1980-08-30": "Rose of Lima Day", "1980-10-08": "Battle of Angamos Day", "1980-11-01": "All Saints' Day", "1980-12-08": "Immaculate Conception", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-05-01": "Labor Day", "1981-06-29": "Saint Peter and Saint Paul's Day", "1981-07-28": "Independence Day", "1981-07-29": "Great Military Parade Day", "1981-08-30": "Rose of Lima Day", "1981-10-08": "Battle of Angamos Day", "1981-11-01": "All Saints' Day", "1981-12-08": "Immaculate Conception", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-05-01": "Labor Day", "1982-06-29": "Saint Peter and Saint Paul's Day", "1982-07-28": "Independence Day", "1982-07-29": "Great Military Parade Day", "1982-08-30": "Rose of Lima Day", "1982-10-08": "Battle of Angamos Day", "1982-11-01": "All Saints' Day", "1982-12-08": "Immaculate Conception", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-05-01": "Labor Day", "1983-06-29": "Saint Peter and Saint Paul's Day", "1983-07-28": "Independence Day", "1983-07-29": "Great Military Parade Day", "1983-08-30": "Rose of Lima Day", "1983-10-08": "Battle of Angamos Day", "1983-11-01": "All Saints' Day", "1983-12-08": "Immaculate Conception", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-05-01": "Labor Day", "1984-06-29": "Saint Peter and Saint Paul's Day", "1984-07-28": "Independence Day", "1984-07-29": "Great Military Parade Day", "1984-08-30": "Rose of Lima Day", "1984-10-08": "Battle of Angamos Day", "1984-11-01": "All Saints' Day", "1984-12-08": "Immaculate Conception", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-05-01": "Labor Day", "1985-06-29": "Saint Peter and Saint Paul's Day", "1985-07-28": "Independence Day", "1985-07-29": "Great Military Parade Day", "1985-08-30": "Rose of Lima Day", "1985-10-08": "Battle of Angamos Day", "1985-11-01": "All Saints' Day", "1985-12-08": "Immaculate Conception", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-05-01": "Labor Day", "1986-06-29": "Saint Peter and Saint Paul's Day", "1986-07-28": "Independence Day", "1986-07-29": "Great Military Parade Day", "1986-08-30": "Rose of Lima Day", "1986-10-08": "Battle of Angamos Day", "1986-11-01": "All Saints' Day", "1986-12-08": "Immaculate Conception", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-05-01": "Labor Day", "1987-06-29": "Saint Peter and Saint Paul's Day", "1987-07-28": "Independence Day", "1987-07-29": "Great Military Parade Day", "1987-08-30": "Rose of Lima Day", "1987-10-08": "Battle of Angamos Day", "1987-11-01": "All Saints' Day", "1987-12-08": "Immaculate Conception", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-05-01": "Labor Day", "1988-06-29": "Saint Peter and Saint Paul's Day", "1988-07-28": "Independence Day", "1988-07-29": "Great Military Parade Day", "1988-08-30": "Rose of Lima Day", "1988-10-08": "Battle of Angamos Day", "1988-11-01": "All Saints' Day", "1988-12-08": "Immaculate Conception", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-05-01": "Labor Day", "1989-06-29": "Saint Peter and Saint Paul's Day", "1989-07-28": "Independence Day", "1989-07-29": "Great Military Parade Day", "1989-08-30": "Rose of Lima Day", "1989-10-08": "Battle of Angamos Day", "1989-11-01": "All Saints' Day", "1989-12-08": "Immaculate Conception", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-05-01": "Labor Day", "1990-06-29": "Saint Peter and Saint Paul's Day", "1990-07-28": "Independence Day", "1990-07-29": "Great Military Parade Day", "1990-08-30": "Rose of Lima Day", "1990-10-08": "Battle of Angamos Day", "1990-11-01": "All Saints' Day", "1990-12-08": "Immaculate Conception", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-05-01": "Labor Day", "1991-06-29": "Saint Peter and Saint Paul's Day", "1991-07-28": "Independence Day", "1991-07-29": "Great Military Parade Day", "1991-08-30": "Rose of Lima Day", "1991-10-08": "Battle of Angamos Day", "1991-11-01": "All Saints' Day", "1991-12-08": "Immaculate Conception", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Labor Day", "1992-06-29": "Saint Peter and Saint Paul's Day", "1992-07-28": "Independence Day", "1992-07-29": "Great Military Parade Day", "1992-08-30": "Rose of Lima Day", "1992-10-08": "Battle of Angamos Day", "1992-11-01": "All Saints' Day", "1992-12-08": "Immaculate Conception", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Labor Day", "1993-06-29": "Saint Peter and Saint Paul's Day", "1993-07-28": "Independence Day", "1993-07-29": "Great Military Parade Day", "1993-08-30": "Rose of Lima Day", "1993-10-08": "Battle of Angamos Day", "1993-11-01": "All Saints' Day", "1993-12-08": "Immaculate Conception", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Labor Day", "1994-06-29": "Saint Peter and Saint Paul's Day", "1994-07-28": "Independence Day", "1994-07-29": "Great Military Parade Day", "1994-08-30": "Rose of Lima Day", "1994-10-08": "Battle of Angamos Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Labor Day", "1995-06-29": "Saint Peter and Saint Paul's Day", "1995-07-28": "Independence Day", "1995-07-29": "Great Military Parade Day", "1995-08-30": "Rose of Lima Day", "1995-10-08": "Battle of Angamos Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-05-01": "Labor Day", "1996-06-29": "Saint Peter and Saint Paul's Day", "1996-07-28": "Independence Day", "1996-07-29": "Great Military Parade Day", "1996-08-30": "Rose of Lima Day", "1996-10-08": "Battle of Angamos Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-05-01": "Labor Day", "1997-06-29": "Saint Peter and Saint Paul's Day", "1997-07-28": "Independence Day", "1997-07-29": "Great Military Parade Day", "1997-08-30": "Rose of Lima Day", "1997-10-08": "Battle of Angamos Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Labor Day", "1998-06-29": "Saint Peter and Saint Paul's Day", "1998-07-28": "Independence Day", "1998-07-29": "Great Military Parade Day", "1998-08-30": "Rose of Lima Day", "1998-10-08": "Battle of Angamos Day", "1998-11-01": "All Saints' Day", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-05-01": "Labor Day", "1999-06-29": "Saint Peter and Saint Paul's Day", "1999-07-28": "Independence Day", "1999-07-29": "Great Military Parade Day", "1999-08-30": "Rose of Lima Day", "1999-10-08": "Battle of Angamos Day", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Labor Day", "2000-06-29": "Saint Peter and Saint Paul's Day", "2000-07-28": "Independence Day", "2000-07-29": "Great Military Parade Day", "2000-08-30": "Rose of Lima Day", "2000-10-08": "Battle of Angamos Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-05-01": "Labor Day", "2001-06-29": "Saint Peter and Saint Paul's Day", "2001-07-28": "Independence Day", "2001-07-29": "Great Military Parade Day", "2001-08-30": "Rose of Lima Day", "2001-10-08": "Battle of Angamos Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-05-01": "Labor Day", "2002-06-29": "Saint Peter and Saint Paul's Day", "2002-07-28": "Independence Day", "2002-07-29": "Great Military Parade Day", "2002-08-30": "Rose of Lima Day", "2002-10-08": "Battle of Angamos Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Labor Day", "2003-06-29": "Saint Peter and Saint Paul's Day", "2003-07-28": "Independence Day", "2003-07-29": "Great Military Parade Day", "2003-08-30": "Rose of Lima Day", "2003-10-08": "Battle of Angamos Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Labor Day", "2004-06-29": "Saint Peter and Saint Paul's Day", "2004-07-28": "Independence Day", "2004-07-29": "Great Military Parade Day", "2004-08-30": "Rose of Lima Day", "2004-10-08": "Battle of Angamos Day", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-05-01": "Labor Day", "2005-06-29": "Saint Peter and Saint Paul's Day", "2005-07-28": "Independence Day", "2005-07-29": "Great Military Parade Day", "2005-08-30": "Rose of Lima Day", "2005-10-08": "Battle of Angamos Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Labor Day", "2006-06-29": "Saint Peter and Saint Paul's Day", "2006-07-28": "Independence Day", "2006-07-29": "Great Military Parade Day", "2006-08-30": "Rose of Lima Day", "2006-10-08": "Battle of Angamos Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Labor Day", "2007-06-29": "Saint Peter and Saint Paul's Day", "2007-07-28": "Independence Day", "2007-07-29": "Great Military Parade Day", "2007-08-30": "Rose of Lima Day", "2007-10-08": "Battle of Angamos Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-05-01": "Labor Day", "2008-06-29": "Saint Peter and Saint Paul's Day", "2008-07-28": "Independence Day", "2008-07-29": "Great Military Parade Day", "2008-08-30": "Rose of Lima Day", "2008-10-08": "Battle of Angamos Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Labor Day", "2009-06-29": "Saint Peter and Saint Paul's Day", "2009-07-28": "Independence Day", "2009-07-29": "Great Military Parade Day", "2009-08-30": "Rose of Lima Day", "2009-10-08": "Battle of Angamos Day", "2009-11-01": "All Saints' Day", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-05-01": "Labor Day", "2010-06-29": "Saint Peter and Saint Paul's Day", "2010-07-28": "Independence Day", "2010-07-29": "Great Military Parade Day", "2010-08-30": "Rose of Lima Day", "2010-10-08": "Battle of Angamos Day", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Labor Day", "2011-06-29": "Saint Peter and Saint Paul's Day", "2011-07-28": "Independence Day", "2011-07-29": "Great Military Parade Day", "2011-08-30": "Rose of Lima Day", "2011-10-08": "Battle of Angamos Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Labor Day", "2012-06-29": "Saint Peter and Saint Paul's Day", "2012-07-28": "Independence Day", "2012-07-29": "Great Military Parade Day", "2012-08-30": "Rose of Lima Day", "2012-10-08": "Battle of Angamos Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-05-01": "Labor Day", "2013-06-29": "Saint Peter and Saint Paul's Day", "2013-07-28": "Independence Day", "2013-07-29": "Great Military Parade Day", "2013-08-30": "Rose of Lima Day", "2013-10-08": "Battle of Angamos Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Labor Day", "2014-06-29": "Saint Peter and Saint Paul's Day", "2014-07-28": "Independence Day", "2014-07-29": "Great Military Parade Day", "2014-08-30": "Rose of Lima Day", "2014-10-08": "Battle of Angamos Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Labor Day", "2015-06-29": "Saint Peter and Saint Paul's Day", "2015-07-28": "Independence Day", "2015-07-29": "Great Military Parade Day", "2015-08-30": "Rose of Lima Day", "2015-10-08": "Battle of Angamos Day", "2015-11-01": "All Saints' Day", "2015-12-08": "Immaculate Conception", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-05-01": "Labor Day", "2016-06-29": "Saint Peter and Saint Paul's Day", "2016-07-28": "Independence Day", "2016-07-29": "Great Military Parade Day", "2016-08-30": "Rose of Lima Day", "2016-10-08": "Battle of Angamos Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Labor Day", "2017-06-29": "Saint Peter and Saint Paul's Day", "2017-07-28": "Independence Day", "2017-07-29": "Great Military Parade Day", "2017-08-30": "Rose of Lima Day", "2017-10-08": "Battle of Angamos Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-05-01": "Labor Day", "2018-06-29": "Saint Peter and Saint Paul's Day", "2018-07-28": "Independence Day", "2018-07-29": "Great Military Parade Day", "2018-08-30": "Rose of Lima Day", "2018-10-08": "Battle of Angamos Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Labor Day", "2019-06-29": "Saint Peter and Saint Paul's Day", "2019-07-28": "Independence Day", "2019-07-29": "Great Military Parade Day", "2019-08-30": "Rose of Lima Day", "2019-10-08": "Battle of Angamos Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Labor Day", "2020-06-29": "Saint Peter and Saint Paul's Day", "2020-07-28": "Independence Day", "2020-07-29": "Great Military Parade Day", "2020-08-30": "Rose of Lima Day", "2020-10-08": "Battle of Angamos Day", "2020-11-01": "All Saints' Day", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-05-01": "Labor Day", "2021-06-29": "Saint Peter and Saint Paul's Day", "2021-07-28": "Independence Day", "2021-07-29": "Great Military Parade Day", "2021-08-30": "Rose of Lima Day", "2021-10-08": "Battle of Angamos Day", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Labor Day", "2022-06-29": "Saint Peter and Saint Paul's Day", "2022-07-28": "Independence Day", "2022-07-29": "Great Military Parade Day", "2022-08-06": "Battle of Jun\u00edn Day", "2022-08-30": "Rose of Lima Day", "2022-10-08": "Battle of Angamos Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-09": "Battle of Ayacucho Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-05-01": "Labor Day", "2023-06-29": "Saint Peter and Saint Paul's Day", "2023-07-28": "Independence Day", "2023-07-29": "Great Military Parade Day", "2023-08-06": "Battle of Jun\u00edn Day", "2023-08-30": "Rose of Lima Day", "2023-10-08": "Battle of Angamos Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-09": "Battle of Ayacucho Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-05-01": "Labor Day", "2024-06-29": "Saint Peter and Saint Paul's Day", "2024-07-28": "Independence Day", "2024-07-29": "Great Military Parade Day", "2024-08-06": "Battle of Jun\u00edn Day", "2024-08-30": "Rose of Lima Day", "2024-10-08": "Battle of Angamos Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-09": "Battle of Ayacucho Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Labor Day", "2025-06-29": "Saint Peter and Saint Paul's Day", "2025-07-28": "Independence Day", "2025-07-29": "Great Military Parade Day", "2025-08-06": "Battle of Jun\u00edn Day", "2025-08-30": "Rose of Lima Day", "2025-10-08": "Battle of Angamos Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-09": "Battle of Ayacucho Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Labor Day", "2026-06-29": "Saint Peter and Saint Paul's Day", "2026-07-28": "Independence Day", "2026-07-29": "Great Military Parade Day", "2026-08-06": "Battle of Jun\u00edn Day", "2026-08-30": "Rose of Lima Day", "2026-10-08": "Battle of Angamos Day", "2026-11-01": "All Saints' Day", "2026-12-08": "Immaculate Conception", "2026-12-09": "Battle of Ayacucho Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-05-01": "Labor Day", "2027-06-29": "Saint Peter and Saint Paul's Day", "2027-07-28": "Independence Day", "2027-07-29": "Great Military Parade Day", "2027-08-06": "Battle of Jun\u00edn Day", "2027-08-30": "Rose of Lima Day", "2027-10-08": "Battle of Angamos Day", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-09": "Battle of Ayacucho Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Labor Day", "2028-06-29": "Saint Peter and Saint Paul's Day", "2028-07-28": "Independence Day", "2028-07-29": "Great Military Parade Day", "2028-08-06": "Battle of Jun\u00edn Day", "2028-08-30": "Rose of Lima Day", "2028-10-08": "Battle of Angamos Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-09": "Battle of Ayacucho Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-05-01": "Labor Day", "2029-06-29": "Saint Peter and Saint Paul's Day", "2029-07-28": "Independence Day", "2029-07-29": "Great Military Parade Day", "2029-08-06": "Battle of Jun\u00edn Day", "2029-08-30": "Rose of Lima Day", "2029-10-08": "Battle of Angamos Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-09": "Battle of Ayacucho Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Labor Day", "2030-06-29": "Saint Peter and Saint Paul's Day", "2030-07-28": "Independence Day", "2030-07-29": "Great Military Parade Day", "2030-08-06": "Battle of Jun\u00edn Day", "2030-08-30": "Rose of Lima Day", "2030-10-08": "Battle of Angamos Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-09": "Battle of Ayacucho Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Labor Day", "2031-06-29": "Saint Peter and Saint Paul's Day", "2031-07-28": "Independence Day", "2031-07-29": "Great Military Parade Day", "2031-08-06": "Battle of Jun\u00edn Day", "2031-08-30": "Rose of Lima Day", "2031-10-08": "Battle of Angamos Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-09": "Battle of Ayacucho Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-05-01": "Labor Day", "2032-06-29": "Saint Peter and Saint Paul's Day", "2032-07-28": "Independence Day", "2032-07-29": "Great Military Parade Day", "2032-08-06": "Battle of Jun\u00edn Day", "2032-08-30": "Rose of Lima Day", "2032-10-08": "Battle of Angamos Day", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-09": "Battle of Ayacucho Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Labor Day", "2033-06-29": "Saint Peter and Saint Paul's Day", "2033-07-28": "Independence Day", "2033-07-29": "Great Military Parade Day", "2033-08-06": "Battle of Jun\u00edn Day", "2033-08-30": "Rose of Lima Day", "2033-10-08": "Battle of Angamos Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-09": "Battle of Ayacucho Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Labor Day", "2034-06-29": "Saint Peter and Saint Paul's Day", "2034-07-28": "Independence Day", "2034-07-29": "Great Military Parade Day", "2034-08-06": "Battle of Jun\u00edn Day", "2034-08-30": "Rose of Lima Day", "2034-10-08": "Battle of Angamos Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-09": "Battle of Ayacucho Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-05-01": "Labor Day", "2035-06-29": "Saint Peter and Saint Paul's Day", "2035-07-28": "Independence Day", "2035-07-29": "Great Military Parade Day", "2035-08-06": "Battle of Jun\u00edn Day", "2035-08-30": "Rose of Lima Day", "2035-10-08": "Battle of Angamos Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-09": "Battle of Ayacucho Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Labor Day", "2036-06-29": "Saint Peter and Saint Paul's Day", "2036-07-28": "Independence Day", "2036-07-29": "Great Military Parade Day", "2036-08-06": "Battle of Jun\u00edn Day", "2036-08-30": "Rose of Lima Day", "2036-10-08": "Battle of Angamos Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-09": "Battle of Ayacucho Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-05-01": "Labor Day", "2037-06-29": "Saint Peter and Saint Paul's Day", "2037-07-28": "Independence Day", "2037-07-29": "Great Military Parade Day", "2037-08-06": "Battle of Jun\u00edn Day", "2037-08-30": "Rose of Lima Day", "2037-10-08": "Battle of Angamos Day", "2037-11-01": "All Saints' Day", "2037-12-08": "Immaculate Conception", "2037-12-09": "Battle of Ayacucho Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Labor Day", "2038-06-29": "Saint Peter and Saint Paul's Day", "2038-07-28": "Independence Day", "2038-07-29": "Great Military Parade Day", "2038-08-06": "Battle of Jun\u00edn Day", "2038-08-30": "Rose of Lima Day", "2038-10-08": "Battle of Angamos Day", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-09": "Battle of Ayacucho Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Labor Day", "2039-06-29": "Saint Peter and Saint Paul's Day", "2039-07-28": "Independence Day", "2039-07-29": "Great Military Parade Day", "2039-08-06": "Battle of Jun\u00edn Day", "2039-08-30": "Rose of Lima Day", "2039-10-08": "Battle of Angamos Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-09": "Battle of Ayacucho Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Labor Day", "2040-06-29": "Saint Peter and Saint Paul's Day", "2040-07-28": "Independence Day", "2040-07-29": "Great Military Parade Day", "2040-08-06": "Battle of Jun\u00edn Day", "2040-08-30": "Rose of Lima Day", "2040-10-08": "Battle of Angamos Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-09": "Battle of Ayacucho Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Labor Day", "2041-06-29": "Saint Peter and Saint Paul's Day", "2041-07-28": "Independence Day", "2041-07-29": "Great Military Parade Day", "2041-08-06": "Battle of Jun\u00edn Day", "2041-08-30": "Rose of Lima Day", "2041-10-08": "Battle of Angamos Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-09": "Battle of Ayacucho Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Labor Day", "2042-06-29": "Saint Peter and Saint Paul's Day", "2042-07-28": "Independence Day", "2042-07-29": "Great Military Parade Day", "2042-08-06": "Battle of Jun\u00edn Day", "2042-08-30": "Rose of Lima Day", "2042-10-08": "Battle of Angamos Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-09": "Battle of Ayacucho Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Labor Day", "2043-06-29": "Saint Peter and Saint Paul's Day", "2043-07-28": "Independence Day", "2043-07-29": "Great Military Parade Day", "2043-08-06": "Battle of Jun\u00edn Day", "2043-08-30": "Rose of Lima Day", "2043-10-08": "Battle of Angamos Day", "2043-11-01": "All Saints' Day", "2043-12-08": "Immaculate Conception", "2043-12-09": "Battle of Ayacucho Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Labor Day", "2044-06-29": "Saint Peter and Saint Paul's Day", "2044-07-28": "Independence Day", "2044-07-29": "Great Military Parade Day", "2044-08-06": "Battle of Jun\u00edn Day", "2044-08-30": "Rose of Lima Day", "2044-10-08": "Battle of Angamos Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-09": "Battle of Ayacucho Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Labor Day", "2045-06-29": "Saint Peter and Saint Paul's Day", "2045-07-28": "Independence Day", "2045-07-29": "Great Military Parade Day", "2045-08-06": "Battle of Jun\u00edn Day", "2045-08-30": "Rose of Lima Day", "2045-10-08": "Battle of Angamos Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-09": "Battle of Ayacucho Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Labor Day", "2046-06-29": "Saint Peter and Saint Paul's Day", "2046-07-28": "Independence Day", "2046-07-29": "Great Military Parade Day", "2046-08-06": "Battle of Jun\u00edn Day", "2046-08-30": "Rose of Lima Day", "2046-10-08": "Battle of Angamos Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-09": "Battle of Ayacucho Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Labor Day", "2047-06-29": "Saint Peter and Saint Paul's Day", "2047-07-28": "Independence Day", "2047-07-29": "Great Military Parade Day", "2047-08-06": "Battle of Jun\u00edn Day", "2047-08-30": "Rose of Lima Day", "2047-10-08": "Battle of Angamos Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-09": "Battle of Ayacucho Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Labor Day", "2048-06-29": "Saint Peter and Saint Paul's Day", "2048-07-28": "Independence Day", "2048-07-29": "Great Military Parade Day", "2048-08-06": "Battle of Jun\u00edn Day", "2048-08-30": "Rose of Lima Day", "2048-10-08": "Battle of Angamos Day", "2048-11-01": "All Saints' Day", "2048-12-08": "Immaculate Conception", "2048-12-09": "Battle of Ayacucho Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Labor Day", "2049-06-29": "Saint Peter and Saint Paul's Day", "2049-07-28": "Independence Day", "2049-07-29": "Great Military Parade Day", "2049-08-06": "Battle of Jun\u00edn Day", "2049-08-30": "Rose of Lima Day", "2049-10-08": "Battle of Angamos Day", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-09": "Battle of Ayacucho Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Labor Day", "2050-06-29": "Saint Peter and Saint Paul's Day", "2050-07-28": "Independence Day", "2050-07-29": "Great Military Parade Day", "2050-08-06": "Battle of Jun\u00edn Day", "2050-08-30": "Rose of Lima Day", "2050-10-08": "Battle of Angamos Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-09": "Battle of Ayacucho Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/PG_COMMON.json000066400000000000000000001234051500152103600215610ustar00rootroot00000000000000{ "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Easter Saturday", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-06-08": "Queen's Birthday", "1953-07-23": "Papua New Guinea Remembrance Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Easter Saturday", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-06-14": "Queen's Birthday", "1954-07-23": "Papua New Guinea Remembrance Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1954-12-27": "Boxing Day (observed)", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Easter Saturday", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-06-13": "Queen's Birthday", "1955-07-23": "Papua New Guinea Remembrance Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1955-12-27": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-03-30": "Good Friday", "1956-03-31": "Easter Saturday", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-06-11": "Queen's Birthday", "1956-07-23": "Papua New Guinea Remembrance Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Easter Saturday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-06-10": "Queen's Birthday", "1957-07-23": "Papua New Guinea Remembrance Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Easter Saturday", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-06-09": "Queen's Birthday", "1958-07-23": "Papua New Guinea Remembrance Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Easter Saturday", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-06-08": "Queen's Birthday", "1959-07-23": "Papua New Guinea Remembrance Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Easter Saturday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-06-13": "Queen's Birthday", "1960-07-23": "Papua New Guinea Remembrance Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1960-12-27": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-31": "Good Friday", "1961-04-01": "Easter Saturday", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-06-12": "Queen's Birthday", "1961-07-23": "Papua New Guinea Remembrance Day", "1961-07-24": "Papua New Guinea Remembrance Day (observed)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Easter Saturday", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-06-11": "Queen's Birthday", "1962-07-23": "Papua New Guinea Remembrance Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Easter Saturday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-06-10": "Queen's Birthday", "1963-07-23": "Papua New Guinea Remembrance Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Easter Saturday", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-06-08": "Queen's Birthday", "1964-07-23": "Papua New Guinea Remembrance Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Easter Saturday", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-06-14": "Queen's Birthday", "1965-07-23": "Papua New Guinea Remembrance Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Easter Saturday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-06-13": "Queen's Birthday", "1966-07-23": "Papua New Guinea Remembrance Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-24": "Good Friday", "1967-03-25": "Easter Saturday", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-06-12": "Queen's Birthday", "1967-07-23": "Papua New Guinea Remembrance Day", "1967-07-24": "Papua New Guinea Remembrance Day (observed)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Easter Saturday", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-06-10": "Queen's Birthday", "1968-07-23": "Papua New Guinea Remembrance Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Easter Saturday", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-06-09": "Queen's Birthday", "1969-07-23": "Papua New Guinea Remembrance Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Easter Saturday", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-06-08": "Queen's Birthday", "1970-07-23": "Papua New Guinea Remembrance Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Easter Saturday", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-06-14": "Queen's Birthday", "1971-07-23": "Papua New Guinea Remembrance Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Easter Saturday", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-06-12": "Queen's Birthday", "1972-07-23": "Papua New Guinea Remembrance Day", "1972-07-24": "Papua New Guinea Remembrance Day (observed)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Easter Saturday", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-06-11": "Queen's Birthday", "1973-07-23": "Papua New Guinea Remembrance Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Easter Saturday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-06-10": "Queen's Birthday", "1974-07-23": "Papua New Guinea Remembrance Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Easter Saturday", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-06-09": "Queen's Birthday", "1975-07-23": "Papua New Guinea Remembrance Day", "1975-09-16": "Independence Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Easter Saturday", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-06-14": "Queen's Birthday", "1976-07-23": "Papua New Guinea Remembrance Day", "1976-09-16": "Independence Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Easter Saturday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-06-13": "Queen's Birthday", "1977-07-23": "Papua New Guinea Remembrance Day", "1977-09-16": "Independence Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-24": "Good Friday", "1978-03-25": "Easter Saturday", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-06-12": "Queen's Birthday", "1978-07-23": "Papua New Guinea Remembrance Day", "1978-07-24": "Papua New Guinea Remembrance Day (observed)", "1978-09-16": "Independence Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Easter Saturday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-06-11": "Queen's Birthday", "1979-07-23": "Papua New Guinea Remembrance Day", "1979-09-16": "Independence Day", "1979-09-17": "Independence Day (observed)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Easter Saturday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-06-09": "Queen's Birthday", "1980-07-23": "Papua New Guinea Remembrance Day", "1980-09-16": "Independence Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Easter Saturday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-06-08": "Queen's Birthday", "1981-07-23": "Papua New Guinea Remembrance Day", "1981-09-16": "Independence Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Easter Saturday", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-06-14": "Queen's Birthday", "1982-07-23": "Papua New Guinea Remembrance Day", "1982-09-16": "Independence Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Easter Saturday", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-06-13": "Queen's Birthday", "1983-07-23": "Papua New Guinea Remembrance Day", "1983-09-16": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-04-21": "Easter Saturday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-06-11": "Queen's Birthday", "1984-07-23": "Papua New Guinea Remembrance Day", "1984-09-16": "Independence Day", "1984-09-17": "Independence Day (observed)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Easter Saturday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-06-10": "Queen's Birthday", "1985-07-23": "Papua New Guinea Remembrance Day", "1985-09-16": "Independence Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Easter Saturday", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-06-09": "Queen's Birthday", "1986-07-23": "Papua New Guinea Remembrance Day", "1986-09-16": "Independence Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Easter Saturday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-06-08": "Queen's Birthday", "1987-07-23": "Papua New Guinea Remembrance Day", "1987-09-16": "Independence Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Easter Saturday", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-06-13": "Queen's Birthday", "1988-07-23": "Papua New Guinea Remembrance Day", "1988-09-16": "Independence Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-25": "Easter Saturday", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-06-12": "Queen's Birthday", "1989-07-23": "Papua New Guinea Remembrance Day", "1989-07-24": "Papua New Guinea Remembrance Day (observed)", "1989-09-16": "Independence Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Easter Saturday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-06-11": "Queen's Birthday", "1990-07-23": "Papua New Guinea Remembrance Day", "1990-09-16": "Independence Day", "1990-09-17": "Independence Day (observed)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Easter Saturday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-06-10": "Queen's Birthday", "1991-07-23": "Papua New Guinea Remembrance Day", "1991-09-16": "Independence Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Easter Saturday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-06-08": "Queen's Birthday", "1992-07-23": "Papua New Guinea Remembrance Day", "1992-09-16": "Independence Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Easter Saturday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-06-14": "Queen's Birthday", "1993-07-23": "Papua New Guinea Remembrance Day", "1993-09-16": "Independence Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Easter Saturday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-06-13": "Queen's Birthday", "1994-07-23": "Papua New Guinea Remembrance Day", "1994-09-16": "Independence Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-04-15": "Easter Saturday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-06-12": "Queen's Birthday", "1995-07-23": "Papua New Guinea Remembrance Day", "1995-07-24": "Papua New Guinea Remembrance Day (observed)", "1995-09-16": "Independence Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Easter Saturday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-06-10": "Queen's Birthday", "1996-07-23": "Papua New Guinea Remembrance Day", "1996-09-16": "Independence Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Easter Saturday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-06-09": "Queen's Birthday", "1997-07-23": "Papua New Guinea Remembrance Day", "1997-09-16": "Independence Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Easter Saturday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-06-08": "Queen's Birthday", "1998-07-23": "Papua New Guinea Remembrance Day", "1998-09-16": "Independence Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Easter Saturday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-06-14": "Queen's Birthday", "1999-07-23": "Papua New Guinea Remembrance Day", "1999-09-16": "Independence Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Easter Saturday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-06-12": "Queen's Birthday", "2000-07-23": "Papua New Guinea Remembrance Day", "2000-07-24": "Papua New Guinea Remembrance Day (observed)", "2000-09-16": "Independence Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Easter Saturday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-06-11": "Queen's Birthday", "2001-07-23": "Papua New Guinea Remembrance Day", "2001-09-16": "Independence Day", "2001-09-17": "Independence Day (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Easter Saturday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-06-10": "Queen's Birthday", "2002-07-23": "Papua New Guinea Remembrance Day", "2002-09-16": "Independence Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Easter Saturday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-06-09": "Queen's Birthday", "2003-07-23": "Papua New Guinea Remembrance Day", "2003-09-16": "Independence Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Easter Saturday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-06-14": "Queen's Birthday", "2004-07-23": "Papua New Guinea Remembrance Day", "2004-09-16": "Independence Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Easter Saturday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-06-13": "Queen's Birthday", "2005-07-23": "Papua New Guinea Remembrance Day", "2005-09-16": "Independence Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-04-15": "Easter Saturday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-06-12": "Queen's Birthday", "2006-07-23": "Papua New Guinea Remembrance Day", "2006-07-24": "Papua New Guinea Remembrance Day (observed)", "2006-09-16": "Independence Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Easter Saturday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-06-11": "Queen's Birthday", "2007-07-23": "Papua New Guinea Remembrance Day", "2007-09-16": "Independence Day", "2007-09-17": "Independence Day (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Easter Saturday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-06-09": "Queen's Birthday", "2008-07-23": "Papua New Guinea Remembrance Day", "2008-09-16": "Independence Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Easter Saturday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-06-08": "Queen's Birthday", "2009-07-23": "Papua New Guinea Remembrance Day", "2009-09-16": "Independence Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Easter Saturday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-06-14": "Queen's Birthday", "2010-07-23": "Papua New Guinea Remembrance Day", "2010-09-16": "Independence Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Easter Saturday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-06-13": "Queen's Birthday", "2011-07-23": "Papua New Guinea Remembrance Day", "2011-08-26": "National Repentance Day", "2011-09-16": "Independence Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-04-07": "Easter Saturday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-06-11": "Queen's Birthday", "2012-07-23": "Papua New Guinea Remembrance Day", "2012-08-26": "National Repentance Day", "2012-08-27": "National Repentance Day (observed)", "2012-09-16": "Independence Day", "2012-09-17": "Independence Day (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Easter Saturday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-06-10": "Queen's Birthday", "2013-07-23": "Papua New Guinea Remembrance Day", "2013-08-26": "National Repentance Day", "2013-09-16": "Independence Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Easter Saturday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-06-09": "Queen's Birthday", "2014-07-23": "Papua New Guinea Remembrance Day", "2014-08-26": "National Repentance Day", "2014-09-16": "Independence Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Easter Saturday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-06-08": "Queen's Birthday", "2015-07-23": "Papua New Guinea Remembrance Day", "2015-08-26": "National Repentance Day", "2015-09-16": "Independence Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Easter Saturday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-06-13": "Queen's Birthday", "2016-07-23": "Papua New Guinea Remembrance Day", "2016-08-26": "National Repentance Day", "2016-09-16": "Independence Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-04-15": "Easter Saturday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-06-12": "Queen's Birthday", "2017-07-23": "Papua New Guinea Remembrance Day", "2017-07-24": "Papua New Guinea Remembrance Day (observed)", "2017-08-26": "National Repentance Day", "2017-09-16": "Independence Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Easter Saturday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-06-11": "Queen's Birthday", "2018-07-23": "Papua New Guinea Remembrance Day", "2018-08-26": "National Repentance Day", "2018-08-27": "National Repentance Day (observed)", "2018-09-16": "Independence Day", "2018-09-17": "Independence Day (observed)", "2018-11-16": "APEC Leaders' Summit Public Holiday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Easter Saturday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-06-10": "Queen's Birthday", "2019-07-23": "Papua New Guinea Remembrance Day", "2019-08-26": "National Repentance Day", "2019-09-16": "Independence Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Easter Saturday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-06-08": "Queen's Birthday", "2020-07-23": "Papua New Guinea Remembrance Day", "2020-08-26": "National Repentance Day", "2020-09-16": "Independence Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-01-08": "State Funeral of Sir Mekere Morauta", "2021-03-01": "National Day of Mourning for Sir Michael Somare", "2021-03-12": "National Day of Mourning for Sir Michael Somare", "2021-04-02": "Good Friday", "2021-04-03": "Easter Saturday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-06-14": "Queen's Birthday", "2021-07-23": "Papua New Guinea Remembrance Day", "2021-08-26": "National Repentance Day", "2021-09-16": "Independence Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2022-02-28": "Grand Chief Sir Michael Somare Remembrance Day (observed)", "2022-04-15": "Good Friday", "2022-04-16": "Easter Saturday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-06-13": "Queen's Birthday", "2022-07-23": "Papua New Guinea Remembrance Day", "2022-08-26": "National Repentance Day", "2022-09-16": "Independence Day", "2022-09-19": "State Funeral of Queen Elizabeth II", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-24": "Grand Chief Sir Michael Somare Remembrance Day (observed)", "2023-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2023-04-07": "Good Friday", "2023-04-08": "Easter Saturday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-18": "State Funeral of Sir Rabbie Namaliu", "2023-06-16": "King's Birthday (observed)", "2023-06-17": "King's Birthday", "2023-07-23": "Papua New Guinea Remembrance Day", "2023-07-24": "Papua New Guinea Remembrance Day (observed)", "2023-08-26": "National Repentance Day", "2023-09-15": "Independence Day (observed)", "2023-09-16": "Independence Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-06-17": "King's Birthday", "2024-07-23": "Papua New Guinea Remembrance Day", "2024-08-26": "National Repentance Day", "2024-09-16": "Independence Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-06-17": "King's Birthday", "2025-07-23": "Papua New Guinea Remembrance Day", "2025-08-26": "National Repentance Day", "2025-09-16": "Independence Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-06-17": "King's Birthday", "2026-07-23": "Papua New Guinea Remembrance Day", "2026-08-26": "National Repentance Day", "2026-09-16": "Independence Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-06-17": "King's Birthday", "2027-07-23": "Papua New Guinea Remembrance Day", "2027-08-26": "National Repentance Day", "2027-09-16": "Independence Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-06-17": "King's Birthday", "2028-07-23": "Papua New Guinea Remembrance Day", "2028-07-24": "Papua New Guinea Remembrance Day (observed)", "2028-08-26": "National Repentance Day", "2028-09-16": "Independence Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-06-17": "King's Birthday", "2029-07-23": "Papua New Guinea Remembrance Day", "2029-08-26": "National Repentance Day", "2029-08-27": "National Repentance Day (observed)", "2029-09-16": "Independence Day", "2029-09-17": "Independence Day (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-06-17": "King's Birthday", "2030-07-23": "Papua New Guinea Remembrance Day", "2030-08-26": "National Repentance Day", "2030-09-16": "Independence Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-06-17": "King's Birthday", "2031-07-23": "Papua New Guinea Remembrance Day", "2031-08-26": "National Repentance Day", "2031-09-16": "Independence Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-06-17": "King's Birthday", "2032-07-23": "Papua New Guinea Remembrance Day", "2032-08-26": "National Repentance Day", "2032-09-16": "Independence Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-06-17": "King's Birthday", "2033-07-23": "Papua New Guinea Remembrance Day", "2033-08-26": "National Repentance Day", "2033-09-16": "Independence Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-06-17": "King's Birthday", "2034-07-23": "Papua New Guinea Remembrance Day", "2034-07-24": "Papua New Guinea Remembrance Day (observed)", "2034-08-26": "National Repentance Day", "2034-09-16": "Independence Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-06-17": "King's Birthday", "2035-07-23": "Papua New Guinea Remembrance Day", "2035-08-26": "National Repentance Day", "2035-08-27": "National Repentance Day (observed)", "2035-09-16": "Independence Day", "2035-09-17": "Independence Day (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-06-17": "King's Birthday", "2036-07-23": "Papua New Guinea Remembrance Day", "2036-08-26": "National Repentance Day", "2036-09-16": "Independence Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-06-17": "King's Birthday", "2037-07-23": "Papua New Guinea Remembrance Day", "2037-08-26": "National Repentance Day", "2037-09-16": "Independence Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-06-17": "King's Birthday", "2038-07-23": "Papua New Guinea Remembrance Day", "2038-08-26": "National Repentance Day", "2038-09-16": "Independence Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-06-17": "King's Birthday", "2039-07-23": "Papua New Guinea Remembrance Day", "2039-08-26": "National Repentance Day", "2039-09-16": "Independence Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-06-17": "King's Birthday", "2040-07-23": "Papua New Guinea Remembrance Day", "2040-08-26": "National Repentance Day", "2040-08-27": "National Repentance Day (observed)", "2040-09-16": "Independence Day", "2040-09-17": "Independence Day (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-06-17": "King's Birthday", "2041-07-23": "Papua New Guinea Remembrance Day", "2041-08-26": "National Repentance Day", "2041-09-16": "Independence Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-06-17": "King's Birthday", "2042-07-23": "Papua New Guinea Remembrance Day", "2042-08-26": "National Repentance Day", "2042-09-16": "Independence Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-06-17": "King's Birthday", "2043-07-23": "Papua New Guinea Remembrance Day", "2043-08-26": "National Repentance Day", "2043-09-16": "Independence Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-06-17": "King's Birthday", "2044-07-23": "Papua New Guinea Remembrance Day", "2044-08-26": "National Repentance Day", "2044-09-16": "Independence Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-06-17": "King's Birthday", "2045-07-23": "Papua New Guinea Remembrance Day", "2045-07-24": "Papua New Guinea Remembrance Day (observed)", "2045-08-26": "National Repentance Day", "2045-09-16": "Independence Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-06-17": "King's Birthday", "2046-07-23": "Papua New Guinea Remembrance Day", "2046-08-26": "National Repentance Day", "2046-08-27": "National Repentance Day (observed)", "2046-09-16": "Independence Day", "2046-09-17": "Independence Day (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-06-17": "King's Birthday", "2047-07-23": "Papua New Guinea Remembrance Day", "2047-08-26": "National Repentance Day", "2047-09-16": "Independence Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-06-17": "King's Birthday", "2048-07-23": "Papua New Guinea Remembrance Day", "2048-08-26": "National Repentance Day", "2048-09-16": "Independence Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-06-17": "King's Birthday", "2049-07-23": "Papua New Guinea Remembrance Day", "2049-08-26": "National Repentance Day", "2049-09-16": "Independence Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-02-26": "Grand Chief Sir Michael Somare Remembrance Day", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-06-17": "King's Birthday", "2050-07-23": "Papua New Guinea Remembrance Day", "2050-08-26": "National Repentance Day", "2050-09-16": "Independence Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/PH_COMMON.json000066400000000000000000001235641500152103600215700ustar00rootroot00000000000000{ "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-09": "Day of Valor", "1988-05-01": "Labor Day", "1988-06-12": "Independence Day", "1988-08-28": "National Heroes Day", "1988-11-01": "All Saints' Day", "1988-11-30": "Bonifacio Day", "1988-12-25": "Christmas Day", "1988-12-30": "Rizal Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-04-09": "Day of Valor", "1989-05-01": "Labor Day", "1989-06-12": "Independence Day", "1989-08-27": "National Heroes Day", "1989-11-01": "All Saints' Day", "1989-11-30": "Bonifacio Day", "1989-12-25": "Christmas Day", "1989-12-30": "Rizal Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-04-09": "Day of Valor", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-05-01": "Labor Day", "1990-06-12": "Independence Day", "1990-08-26": "National Heroes Day", "1990-11-01": "All Saints' Day", "1990-11-30": "Bonifacio Day", "1990-12-25": "Christmas Day", "1990-12-30": "Rizal Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-04-09": "Day of Valor", "1991-05-01": "Labor Day", "1991-06-12": "Independence Day", "1991-08-25": "National Heroes Day", "1991-11-01": "All Saints' Day", "1991-11-30": "Bonifacio Day", "1991-12-25": "Christmas Day", "1991-12-30": "Rizal Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-04-09": "Day of Valor", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-06-12": "Independence Day", "1992-08-30": "National Heroes Day", "1992-11-01": "All Saints' Day", "1992-11-30": "Bonifacio Day", "1992-12-25": "Christmas Day", "1992-12-30": "Rizal Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Day of Valor; Good Friday", "1993-05-01": "Labor Day", "1993-06-12": "Independence Day", "1993-08-29": "National Heroes Day", "1993-11-01": "All Saints' Day", "1993-11-30": "Bonifacio Day", "1993-12-25": "Christmas Day", "1993-12-30": "Rizal Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-09": "Day of Valor", "1994-05-01": "Labor Day", "1994-06-12": "Independence Day", "1994-08-28": "National Heroes Day", "1994-11-01": "All Saints' Day", "1994-11-30": "Bonifacio Day", "1994-12-25": "Christmas Day", "1994-12-30": "Rizal Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-04-09": "Day of Valor", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-06-12": "Independence Day", "1995-08-27": "National Heroes Day", "1995-11-01": "All Saints' Day", "1995-11-30": "Bonifacio Day", "1995-12-25": "Christmas Day", "1995-12-30": "Rizal Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-09": "Day of Valor", "1996-05-01": "Labor Day", "1996-06-12": "Independence Day", "1996-08-25": "National Heroes Day", "1996-11-01": "All Saints' Day", "1996-11-30": "Bonifacio Day", "1996-12-25": "Christmas Day", "1996-12-30": "Rizal Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-04-09": "Day of Valor", "1997-05-01": "Labor Day", "1997-06-12": "Independence Day", "1997-08-31": "National Heroes Day", "1997-11-01": "All Saints' Day", "1997-11-30": "Bonifacio Day", "1997-12-25": "Christmas Day", "1997-12-30": "Rizal Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-04-09": "Day of Valor; Maundy Thursday", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-06-12": "Independence Day", "1998-08-30": "National Heroes Day", "1998-11-01": "All Saints' Day", "1998-11-30": "Bonifacio Day", "1998-12-25": "Christmas Day", "1998-12-30": "Rizal Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-09": "Day of Valor", "1999-05-01": "Labor Day", "1999-06-12": "Independence Day", "1999-08-29": "National Heroes Day", "1999-11-01": "All Saints' Day", "1999-11-30": "Bonifacio Day", "1999-12-25": "Christmas Day", "1999-12-30": "Rizal Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-04-09": "Day of Valor", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-06-12": "Independence Day", "2000-08-27": "National Heroes Day", "2000-11-01": "All Saints' Day", "2000-11-30": "Bonifacio Day", "2000-12-25": "Christmas Day", "2000-12-30": "Rizal Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-04-09": "Day of Valor", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-06-12": "Independence Day", "2001-08-26": "National Heroes Day", "2001-11-01": "All Saints' Day", "2001-11-30": "Bonifacio Day", "2001-12-25": "Christmas Day", "2001-12-30": "Rizal Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-04-09": "Day of Valor", "2002-05-01": "Labor Day", "2002-06-12": "Independence Day", "2002-08-25": "National Heroes Day", "2002-11-01": "All Saints' Day", "2002-11-30": "Bonifacio Day", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas Day", "2002-12-30": "Rizal Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-04-09": "Day of Valor", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-06-12": "Independence Day", "2003-08-31": "National Heroes Day", "2003-11-01": "All Saints' Day", "2003-11-26": "Eid al-Fitr", "2003-11-30": "Bonifacio Day", "2003-12-25": "Christmas Day", "2003-12-30": "Rizal Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Day of Valor; Good Friday", "2004-05-01": "Labor Day", "2004-06-12": "Independence Day", "2004-08-21": "Ninoy Aquino Day", "2004-08-29": "National Heroes Day", "2004-11-01": "All Saints' Day", "2004-11-14": "Eid al-Fitr", "2004-11-30": "Bonifacio Day", "2004-12-25": "Christmas Day", "2004-12-30": "Rizal Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-04-09": "Day of Valor", "2005-05-01": "Labor Day", "2005-06-12": "Independence Day", "2005-08-21": "Ninoy Aquino Day", "2005-08-28": "National Heroes Day", "2005-11-01": "All Saints' Day", "2005-11-04": "Eid al-Fitr", "2005-11-30": "Bonifacio Day", "2005-12-25": "Christmas Day", "2005-12-30": "Rizal Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-04-09": "Day of Valor", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-06-12": "Independence Day", "2006-08-21": "Ninoy Aquino Day", "2006-08-27": "National Heroes Day", "2006-10-24": "Eid al-Fitr", "2006-11-01": "All Saints' Day", "2006-11-30": "Bonifacio Day", "2006-12-25": "Christmas Day", "2006-12-30": "Rizal Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-09": "Day of Valor", "2007-05-01": "Labor Day", "2007-06-11": "Independence Day", "2007-08-20": "Ninoy Aquino Day", "2007-08-27": "National Heroes Day", "2007-10-12": "Eid al-Fitr", "2007-11-01": "All Saints' Day", "2007-11-30": "Bonifacio Day", "2007-12-25": "Christmas Day", "2007-12-30": "Rizal Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-04-07": "Day of Valor", "2008-05-01": "Labor Day", "2008-06-09": "Independence Day", "2008-08-18": "Ninoy Aquino Day", "2008-08-25": "National Heroes Day", "2008-10-01": "Eid al-Fitr", "2008-11-01": "All Saints' Day", "2008-12-01": "Bonifacio Day", "2008-12-25": "Christmas Day", "2008-12-26": "Additional special (non-working) day", "2008-12-29": "Additional special (non-working) day", "2008-12-30": "Rizal Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-04-06": "Day of Valor", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-06-12": "Independence Day", "2009-07-27": "Founding Anniversary of Iglesia ni Cristo", "2009-08-21": "Ninoy Aquino Day", "2009-08-31": "National Heroes Day", "2009-09-21": "Eid al-Fitr", "2009-11-01": "All Saints' Day", "2009-11-02": "Additional special (non-working) day", "2009-11-30": "Bonifacio Day", "2009-12-24": "Additional special (non-working) day", "2009-12-25": "Christmas Day", "2009-12-30": "Rizal Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-09": "Day of Valor", "2010-05-01": "Labor Day", "2010-06-14": "Independence Day", "2010-07-27": "Founding Anniversary of Iglesia ni Cristo", "2010-08-23": "Ninoy Aquino Day", "2010-08-30": "National Heroes Day", "2010-09-10": "Eid al-Fitr", "2010-11-01": "All Saints' Day", "2010-11-17": "Eid al-Adha", "2010-11-29": "Bonifacio Day", "2010-12-24": "Additional special (non-working) day", "2010-12-25": "Christmas Day", "2010-12-27": "Rizal Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-04-09": "Day of Valor", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-06-12": "Independence Day", "2011-07-27": "Founding Anniversary of Iglesia ni Cristo", "2011-08-21": "Ninoy Aquino Day", "2011-08-29": "National Heroes Day", "2011-08-30": "Eid al-Fitr", "2011-11-01": "All Saints' Day", "2011-11-07": "Eid al-Adha", "2011-11-30": "Bonifacio Day", "2011-12-25": "Christmas Day", "2011-12-30": "Rizal Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-23": "Chinese New Year", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-09": "Day of Valor", "2012-05-01": "Labor Day", "2012-06-12": "Independence Day", "2012-07-27": "Founding Anniversary of Iglesia ni Cristo", "2012-08-20": "Eid al-Fitr", "2012-08-21": "Ninoy Aquino Day", "2012-08-27": "National Heroes Day", "2012-10-26": "Eid al-Adha", "2012-11-01": "All Saints' Day", "2012-11-02": "Additional special (non-working) day", "2012-11-30": "Bonifacio Day", "2012-12-25": "Christmas Day", "2012-12-30": "Rizal Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-10": "Chinese New Year", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Black Saturday", "2013-04-09": "Day of Valor", "2013-05-01": "Labor Day", "2013-06-12": "Independence Day", "2013-07-27": "Founding Anniversary of Iglesia ni Cristo", "2013-08-09": "Eid al-Fitr", "2013-08-21": "Ninoy Aquino Day", "2013-08-26": "National Heroes Day", "2013-10-15": "Eid al-Adha", "2013-11-01": "All Saints' Day", "2013-11-02": "Additional special (non-working) day", "2013-11-30": "Bonifacio Day", "2013-12-24": "Additional special (non-working) day", "2013-12-25": "Christmas Day", "2013-12-30": "Rizal Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-31": "Chinese New Year", "2014-04-09": "Day of Valor", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Black Saturday", "2014-05-01": "Labor Day", "2014-06-12": "Independence Day", "2014-07-27": "Founding Anniversary of Iglesia ni Cristo", "2014-07-29": "Eid al-Fitr", "2014-08-21": "Ninoy Aquino Day", "2014-08-25": "National Heroes Day", "2014-10-06": "Eid al-Adha", "2014-11-01": "All Saints' Day", "2014-11-30": "Bonifacio Day", "2014-12-24": "Additional special (non-working) day", "2014-12-25": "Christmas Day", "2014-12-26": "Additional special (non-working) day", "2014-12-30": "Rizal Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-02": "Additional special (non-working) day", "2015-02-19": "Chinese New Year", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Black Saturday", "2015-04-09": "Day of Valor", "2015-05-01": "Labor Day", "2015-06-12": "Independence Day", "2015-07-17": "Eid al-Fitr", "2015-07-27": "Founding Anniversary of Iglesia ni Cristo", "2015-08-21": "Ninoy Aquino Day", "2015-08-31": "National Heroes Day", "2015-09-25": "Eid al-Adha", "2015-11-01": "All Saints' Day", "2015-11-30": "Bonifacio Day", "2015-12-24": "Additional special (non-working) day", "2015-12-25": "Christmas Day", "2015-12-30": "Rizal Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-02": "Additional special (non-working) day", "2016-02-08": "Chinese New Year", "2016-02-25": "EDSA People Power Revolution Anniversary", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Black Saturday", "2016-04-09": "Day of Valor", "2016-05-01": "Labor Day", "2016-06-12": "Independence Day", "2016-07-07": "Eid al-Fitr", "2016-07-27": "Founding Anniversary of Iglesia ni Cristo", "2016-08-21": "Ninoy Aquino Day", "2016-08-29": "National Heroes Day", "2016-09-10": "Eid al-Adha", "2016-10-31": "Additional special (non-working) day", "2016-11-01": "All Saints' Day", "2016-11-30": "Bonifacio Day", "2016-12-24": "Additional special (non-working) day", "2016-12-25": "Christmas Day", "2016-12-30": "Rizal Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-02": "Additional special (non-working) day", "2017-01-28": "Chinese New Year", "2017-04-09": "Day of Valor", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Black Saturday", "2017-05-01": "Labor Day", "2017-06-12": "Independence Day", "2017-06-26": "Eid al-Fitr", "2017-07-27": "Founding Anniversary of Iglesia ni Cristo", "2017-08-21": "Ninoy Aquino Day", "2017-08-28": "National Heroes Day", "2017-09-02": "Eid al-Adha", "2017-10-31": "Additional special (non-working) day", "2017-11-01": "All Saints' Day", "2017-11-30": "Bonifacio Day", "2017-12-25": "Christmas Day", "2017-12-30": "Rizal Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-16": "Chinese New Year", "2018-02-25": "EDSA People Power Revolution Anniversary", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Black Saturday", "2018-04-09": "Day of Valor", "2018-05-01": "Labor Day", "2018-05-14": "Elections special (non-working) day", "2018-06-12": "Independence Day", "2018-06-15": "Eid al-Fitr", "2018-07-27": "Founding Anniversary of Iglesia ni Cristo", "2018-08-21": "Eid al-Adha; Ninoy Aquino Day", "2018-08-27": "National Heroes Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Additional special (non-working) day", "2018-11-30": "Bonifacio Day", "2018-12-24": "Additional special (non-working) day", "2018-12-25": "Christmas Day", "2018-12-30": "Rizal Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-02-05": "Chinese New Year", "2019-02-25": "EDSA People Power Revolution Anniversary", "2019-04-09": "Day of Valor", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Black Saturday", "2019-05-01": "Labor Day", "2019-05-13": "Elections special (non-working) day", "2019-06-05": "Eid al-Fitr", "2019-06-12": "Independence Day", "2019-07-27": "Founding Anniversary of Iglesia ni Cristo", "2019-08-12": "Eid al-Adha", "2019-08-21": "Ninoy Aquino Day", "2019-08-26": "National Heroes Day", "2019-11-01": "All Saints' Day", "2019-11-02": "Additional special (non-working) day", "2019-11-30": "Bonifacio Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Additional special (non-working) day", "2019-12-25": "Christmas Day", "2019-12-30": "Rizal Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-02-25": "EDSA People Power Revolution Anniversary", "2020-04-09": "Day of Valor; Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Black Saturday", "2020-05-01": "Labor Day", "2020-05-25": "Eid al-Fitr", "2020-06-12": "Independence Day", "2020-07-27": "Founding Anniversary of Iglesia ni Cristo", "2020-07-31": "Eid al-Adha", "2020-08-21": "Ninoy Aquino Day", "2020-08-31": "National Heroes Day", "2020-11-01": "All Saints' Day", "2020-11-02": "Additional special (non-working) day", "2020-11-30": "Bonifacio Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Additional special (non-working) day", "2020-12-25": "Christmas Day", "2020-12-30": "Rizal Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-12": "Chinese New Year", "2021-02-25": "EDSA People Power Revolution Anniversary", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Black Saturday", "2021-04-09": "Day of Valor", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-06-12": "Independence Day", "2021-07-20": "Eid al-Adha", "2021-07-27": "Founding Anniversary of Iglesia ni Cristo", "2021-08-21": "Ninoy Aquino Day", "2021-08-30": "National Heroes Day", "2021-11-01": "All Saints' Day", "2021-11-30": "Bonifacio Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2021-12-30": "Rizal Day", "2022-01-01": "New Year's Day", "2022-02-01": "Chinese New Year", "2022-02-25": "EDSA People Power Revolution Anniversary", "2022-04-09": "Day of Valor", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Black Saturday", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-09": "Elections special (non-working) day", "2022-06-12": "Independence Day", "2022-07-09": "Eid al-Adha", "2022-07-27": "Founding Anniversary of Iglesia ni Cristo", "2022-08-21": "Ninoy Aquino Day", "2022-08-29": "National Heroes Day", "2022-10-31": "Additional special (non-working) day", "2022-11-01": "All Saints' Day", "2022-11-30": "Bonifacio Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-30": "Rizal Day", "2023-01-01": "New Year's Day", "2023-01-02": "Additional special (non-working) day", "2023-02-24": "EDSA People Power Revolution Anniversary", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Black Saturday", "2023-04-10": "Day of Valor", "2023-04-21": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-06-12": "Independence Day", "2023-06-28": "Eid al-Adha", "2023-07-27": "Founding Anniversary of Iglesia ni Cristo", "2023-08-21": "Ninoy Aquino Day", "2023-08-28": "National Heroes Day", "2023-10-30": "Elections special (non-working) day", "2023-11-01": "All Saints' Day", "2023-11-02": "Additional special (non-working) day", "2023-11-27": "Bonifacio Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2023-12-26": "Additional special (non-working) day", "2023-12-30": "Rizal Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-09": "Additional special (non-working) day", "2024-02-10": "Chinese New Year", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Black Saturday", "2024-04-09": "Day of Valor", "2024-04-10": "Eid al-Fitr", "2024-05-01": "Labor Day", "2024-06-12": "Independence Day", "2024-06-17": "Eid al-Adha", "2024-07-27": "Founding Anniversary of Iglesia ni Cristo", "2024-08-23": "Ninoy Aquino Day", "2024-08-26": "National Heroes Day", "2024-11-01": "All Saints' Day", "2024-11-02": "Additional special (non-working) day", "2024-11-30": "Bonifacio Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Additional special (non-working) day", "2024-12-25": "Christmas Day", "2024-12-30": "Rizal Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-02-25": "EDSA People Power Revolution Anniversary", "2025-04-01": "Eid al-Fitr", "2025-04-09": "Day of Valor", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Black Saturday", "2025-05-01": "Labor Day", "2025-06-06": "Eid al-Adha", "2025-06-12": "Independence Day", "2025-07-27": "Additional special (non-working) day", "2025-08-21": "Ninoy Aquino Day", "2025-08-25": "National Heroes Day", "2025-10-31": "All Saints' Day Eve", "2025-11-01": "All Saints' Day", "2025-11-30": "Bonifacio Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-30": "Rizal Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Chinese New Year", "2026-02-25": "EDSA People Power Revolution Anniversary", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Black Saturday", "2026-04-09": "Day of Valor", "2026-05-01": "Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-12": "Independence Day", "2026-07-27": "Founding Anniversary of Iglesia ni Cristo", "2026-08-21": "Ninoy Aquino Day", "2026-08-31": "National Heroes Day", "2026-11-01": "All Saints' Day", "2026-11-30": "Bonifacio Day", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2026-12-30": "Rizal Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-06": "Chinese New Year", "2027-02-25": "EDSA People Power Revolution Anniversary", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Black Saturday", "2027-04-09": "Day of Valor", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-06-12": "Independence Day", "2027-07-27": "Founding Anniversary of Iglesia ni Cristo", "2027-08-21": "Ninoy Aquino Day", "2027-08-30": "National Heroes Day", "2027-11-01": "All Saints' Day", "2027-11-30": "Bonifacio Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2027-12-30": "Rizal Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-26": "Chinese New Year", "2028-02-25": "EDSA People Power Revolution Anniversary", "2028-02-26": "Eid al-Fitr (estimated)", "2028-04-09": "Day of Valor", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Black Saturday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-06-12": "Independence Day", "2028-07-27": "Founding Anniversary of Iglesia ni Cristo", "2028-08-21": "Ninoy Aquino Day", "2028-08-28": "National Heroes Day", "2028-11-01": "All Saints' Day", "2028-11-30": "Bonifacio Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2028-12-30": "Rizal Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Chinese New Year", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-25": "EDSA People Power Revolution Anniversary", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Black Saturday", "2029-04-09": "Day of Valor", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-06-12": "Independence Day", "2029-07-27": "Founding Anniversary of Iglesia ni Cristo", "2029-08-21": "Ninoy Aquino Day", "2029-08-27": "National Heroes Day", "2029-11-01": "All Saints' Day", "2029-11-30": "Bonifacio Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2029-12-30": "Rizal Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-02-03": "Chinese New Year", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-25": "EDSA People Power Revolution Anniversary", "2030-04-09": "Day of Valor", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Black Saturday", "2030-05-01": "Labor Day", "2030-06-12": "Independence Day", "2030-07-27": "Founding Anniversary of Iglesia ni Cristo", "2030-08-21": "Ninoy Aquino Day", "2030-08-26": "National Heroes Day", "2030-11-01": "All Saints' Day", "2030-11-30": "Bonifacio Day", "2030-12-08": "Immaculate Conception", "2030-12-25": "Christmas Day", "2030-12-30": "Rizal Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-23": "Chinese New Year", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-25": "EDSA People Power Revolution Anniversary", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-09": "Day of Valor", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Black Saturday", "2031-05-01": "Labor Day", "2031-06-12": "Independence Day", "2031-07-27": "Founding Anniversary of Iglesia ni Cristo", "2031-08-21": "Ninoy Aquino Day", "2031-08-25": "National Heroes Day", "2031-11-01": "All Saints' Day", "2031-11-30": "Bonifacio Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2031-12-30": "Rizal Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-11": "Chinese New Year", "2032-02-25": "EDSA People Power Revolution Anniversary", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Black Saturday", "2032-04-09": "Day of Valor", "2032-05-01": "Labor Day", "2032-06-12": "Independence Day", "2032-07-27": "Founding Anniversary of Iglesia ni Cristo", "2032-08-21": "Ninoy Aquino Day", "2032-08-30": "National Heroes Day", "2032-11-01": "All Saints' Day", "2032-11-30": "Bonifacio Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2032-12-30": "Rizal Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-31": "Chinese New Year", "2033-02-25": "EDSA People Power Revolution Anniversary", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-09": "Day of Valor", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Black Saturday", "2033-05-01": "Labor Day", "2033-06-12": "Independence Day", "2033-07-27": "Founding Anniversary of Iglesia ni Cristo", "2033-08-21": "Ninoy Aquino Day", "2033-08-29": "National Heroes Day", "2033-11-01": "All Saints' Day", "2033-11-30": "Bonifacio Day", "2033-12-08": "Immaculate Conception", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-30": "Rizal Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-19": "Chinese New Year", "2034-02-25": "EDSA People Power Revolution Anniversary", "2034-03-01": "Eid al-Adha (estimated)", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Black Saturday", "2034-04-09": "Day of Valor", "2034-05-01": "Labor Day", "2034-06-12": "Independence Day", "2034-07-27": "Founding Anniversary of Iglesia ni Cristo", "2034-08-21": "Ninoy Aquino Day", "2034-08-28": "National Heroes Day", "2034-11-01": "All Saints' Day", "2034-11-30": "Bonifacio Day", "2034-12-08": "Immaculate Conception", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2034-12-30": "Rizal Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-08": "Chinese New Year", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-25": "EDSA People Power Revolution Anniversary", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Black Saturday", "2035-04-09": "Day of Valor", "2035-05-01": "Labor Day", "2035-06-12": "Independence Day", "2035-07-27": "Founding Anniversary of Iglesia ni Cristo", "2035-08-21": "Ninoy Aquino Day", "2035-08-27": "National Heroes Day", "2035-11-01": "All Saints' Day", "2035-11-30": "Bonifacio Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2035-12-30": "Rizal Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-28": "Chinese New Year", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-25": "EDSA People Power Revolution Anniversary", "2036-04-09": "Day of Valor", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Black Saturday", "2036-05-01": "Labor Day", "2036-06-12": "Independence Day", "2036-07-27": "Founding Anniversary of Iglesia ni Cristo", "2036-08-21": "Ninoy Aquino Day", "2036-08-25": "National Heroes Day", "2036-11-01": "All Saints' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-30": "Bonifacio Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2036-12-30": "Rizal Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year", "2037-02-25": "EDSA People Power Revolution Anniversary", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Black Saturday", "2037-04-09": "Day of Valor", "2037-05-01": "Labor Day", "2037-06-12": "Independence Day", "2037-07-27": "Founding Anniversary of Iglesia ni Cristo", "2037-08-21": "Ninoy Aquino Day", "2037-08-31": "National Heroes Day", "2037-11-01": "All Saints' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-30": "Bonifacio Day", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2037-12-30": "Rizal Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year", "2038-02-25": "EDSA People Power Revolution Anniversary", "2038-04-09": "Day of Valor", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Black Saturday", "2038-05-01": "Labor Day", "2038-06-12": "Independence Day", "2038-07-27": "Founding Anniversary of Iglesia ni Cristo", "2038-08-21": "Ninoy Aquino Day", "2038-08-30": "National Heroes Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "All Saints' Day", "2038-11-30": "Bonifacio Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2038-12-30": "Rizal Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "Chinese New Year", "2039-02-25": "EDSA People Power Revolution Anniversary", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Black Saturday; Day of Valor", "2039-05-01": "Labor Day", "2039-06-12": "Independence Day", "2039-07-27": "Founding Anniversary of Iglesia ni Cristo", "2039-08-21": "Ninoy Aquino Day", "2039-08-29": "National Heroes Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "All Saints' Day", "2039-11-30": "Bonifacio Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-30": "Rizal Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-12": "Chinese New Year", "2040-02-25": "EDSA People Power Revolution Anniversary", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Black Saturday", "2040-04-09": "Day of Valor", "2040-05-01": "Labor Day", "2040-06-12": "Independence Day", "2040-07-27": "Founding Anniversary of Iglesia ni Cristo", "2040-08-21": "Ninoy Aquino Day", "2040-08-27": "National Heroes Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "All Saints' Day", "2040-11-30": "Bonifacio Day", "2040-12-08": "Immaculate Conception", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2040-12-30": "Rizal Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-02-01": "Chinese New Year", "2041-02-25": "EDSA People Power Revolution Anniversary", "2041-04-09": "Day of Valor", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Black Saturday", "2041-05-01": "Labor Day", "2041-06-12": "Independence Day", "2041-07-27": "Founding Anniversary of Iglesia ni Cristo", "2041-08-21": "Ninoy Aquino Day", "2041-08-26": "National Heroes Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-11-01": "All Saints' Day", "2041-11-30": "Bonifacio Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Immaculate Conception", "2041-12-25": "Christmas Day", "2041-12-30": "Rizal Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-22": "Chinese New Year", "2042-02-25": "EDSA People Power Revolution Anniversary", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Black Saturday", "2042-04-09": "Day of Valor", "2042-05-01": "Labor Day", "2042-06-12": "Independence Day", "2042-07-27": "Founding Anniversary of Iglesia ni Cristo", "2042-08-21": "Ninoy Aquino Day", "2042-08-25": "National Heroes Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-11-01": "All Saints' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-30": "Bonifacio Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2042-12-30": "Rizal Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Chinese New Year", "2043-02-25": "EDSA People Power Revolution Anniversary", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Black Saturday", "2043-04-09": "Day of Valor", "2043-05-01": "Labor Day", "2043-06-12": "Independence Day", "2043-07-27": "Founding Anniversary of Iglesia ni Cristo", "2043-08-21": "Ninoy Aquino Day", "2043-08-31": "National Heroes Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-11-01": "All Saints' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-30": "Bonifacio Day", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2043-12-30": "Rizal Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year", "2044-02-25": "EDSA People Power Revolution Anniversary", "2044-04-09": "Day of Valor", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Black Saturday", "2044-05-01": "Labor Day", "2044-06-12": "Independence Day", "2044-07-27": "Founding Anniversary of Iglesia ni Cristo", "2044-08-21": "Ninoy Aquino Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-29": "National Heroes Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "All Saints' Day", "2044-11-30": "Bonifacio Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-30": "Rizal Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-17": "Chinese New Year", "2045-02-25": "EDSA People Power Revolution Anniversary", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Black Saturday", "2045-04-09": "Day of Valor", "2045-05-01": "Labor Day", "2045-06-12": "Independence Day", "2045-07-27": "Founding Anniversary of Iglesia ni Cristo", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-21": "Ninoy Aquino Day", "2045-08-28": "National Heroes Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "All Saints' Day", "2045-11-30": "Bonifacio Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2045-12-30": "Rizal Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Chinese New Year", "2046-02-25": "EDSA People Power Revolution Anniversary", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Black Saturday", "2046-04-09": "Day of Valor", "2046-05-01": "Labor Day", "2046-06-12": "Independence Day", "2046-07-27": "Founding Anniversary of Iglesia ni Cristo", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-21": "Ninoy Aquino Day", "2046-08-27": "National Heroes Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "All Saints' Day", "2046-11-30": "Bonifacio Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2046-12-30": "Rizal Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-26": "Chinese New Year", "2047-02-25": "EDSA People Power Revolution Anniversary", "2047-04-09": "Day of Valor", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Black Saturday", "2047-05-01": "Labor Day", "2047-06-12": "Independence Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-27": "Founding Anniversary of Iglesia ni Cristo", "2047-08-21": "Ninoy Aquino Day", "2047-08-26": "National Heroes Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-11-01": "All Saints' Day", "2047-11-30": "Bonifacio Day", "2047-12-08": "Immaculate Conception", "2047-12-25": "Christmas Day", "2047-12-30": "Rizal Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-14": "Chinese New Year", "2048-02-25": "EDSA People Power Revolution Anniversary", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Black Saturday", "2048-04-09": "Day of Valor", "2048-05-01": "Labor Day", "2048-06-12": "Independence Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-27": "Founding Anniversary of Iglesia ni Cristo", "2048-08-21": "Ninoy Aquino Day", "2048-08-31": "National Heroes Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-11-01": "All Saints' Day", "2048-11-30": "Bonifacio Day", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2048-12-30": "Rizal Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-02-02": "Chinese New Year", "2049-02-25": "EDSA People Power Revolution Anniversary", "2049-04-09": "Day of Valor", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Black Saturday", "2049-05-01": "Labor Day", "2049-06-12": "Independence Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-27": "Founding Anniversary of Iglesia ni Cristo", "2049-08-21": "Ninoy Aquino Day", "2049-08-30": "National Heroes Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-11-01": "All Saints' Day", "2049-11-30": "Bonifacio Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2049-12-30": "Rizal Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-23": "Chinese New Year", "2050-02-25": "EDSA People Power Revolution Anniversary", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Black Saturday; Day of Valor", "2050-05-01": "Labor Day", "2050-06-12": "Independence Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-07-27": "Founding Anniversary of Iglesia ni Cristo", "2050-08-21": "Ninoy Aquino Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "National Heroes Day", "2050-11-01": "All Saints' Day", "2050-11-30": "Bonifacio Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-30": "Rizal Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PK_COMMON.json000066400000000000000000001633341500152103600215720ustar00rootroot00000000000000{ "1950-01-01": "Prophet's Birthday (estimated)", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr (estimated)", "1950-07-18": "Eid al-Fitr (estimated)", "1950-08-14": "Independence Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha (estimated)", "1950-09-25": "Eid al-Adha (estimated)", "1950-10-21": "Ashura (estimated)", "1950-10-22": "Ashura (estimated)", "1950-11-09": "Iqbal Day", "1950-12-22": "Prophet's Birthday (estimated)", "1950-12-25": "Quaid-e-Azam Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr (estimated)", "1951-07-08": "Eid al-Fitr (estimated)", "1951-08-14": "Independence Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha (estimated)", "1951-09-14": "Eid al-Adha (estimated)", "1951-10-10": "Ashura (estimated)", "1951-10-11": "Ashura (estimated)", "1951-11-09": "Iqbal Day", "1951-12-11": "Prophet's Birthday (estimated)", "1951-12-25": "Quaid-e-Azam Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr (estimated)", "1952-06-25": "Eid al-Fitr (estimated)", "1952-08-14": "Independence Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha (estimated)", "1952-09-02": "Eid al-Adha (estimated)", "1952-09-29": "Ashura (estimated)", "1952-09-30": "Ashura (estimated)", "1952-11-09": "Iqbal Day", "1952-11-30": "Prophet's Birthday (estimated)", "1952-12-25": "Quaid-e-Azam Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr (estimated)", "1953-06-15": "Eid al-Fitr (estimated)", "1953-08-14": "Independence Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha (estimated)", "1953-08-22": "Eid al-Adha (estimated)", "1953-09-18": "Ashura (estimated)", "1953-09-19": "Ashura (estimated)", "1953-11-09": "Iqbal Day", "1953-11-19": "Prophet's Birthday (estimated)", "1953-12-25": "Quaid-e-Azam Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr (estimated)", "1954-06-04": "Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha (estimated)", "1954-08-11": "Eid al-Adha (estimated)", "1954-08-14": "Independence Day", "1954-09-07": "Ashura (estimated)", "1954-09-08": "Ashura (estimated)", "1954-11-08": "Prophet's Birthday (estimated)", "1954-11-09": "Iqbal Day", "1954-12-25": "Quaid-e-Azam Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr (estimated)", "1955-05-25": "Eid al-Fitr (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha (estimated)", "1955-08-01": "Eid al-Adha (estimated)", "1955-08-14": "Independence Day", "1955-08-28": "Ashura (estimated)", "1955-08-29": "Ashura (estimated)", "1955-10-29": "Prophet's Birthday (estimated)", "1955-11-09": "Iqbal Day", "1955-12-25": "Quaid-e-Azam Day", "1956-03-23": "Pakistan Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr (estimated)", "1956-05-13": "Eid al-Fitr (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha (estimated)", "1956-07-21": "Eid al-Adha (estimated)", "1956-08-14": "Independence Day", "1956-08-16": "Ashura (estimated)", "1956-08-17": "Ashura (estimated)", "1956-10-17": "Prophet's Birthday (estimated)", "1956-11-09": "Iqbal Day", "1956-12-25": "Quaid-e-Azam Day", "1957-03-23": "Pakistan Day", "1957-05-01": "Eid al-Fitr (estimated)", "1957-05-02": "Eid al-Fitr (estimated)", "1957-05-03": "Eid al-Fitr (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha (estimated)", "1957-07-10": "Eid al-Adha (estimated)", "1957-08-05": "Ashura (estimated)", "1957-08-06": "Ashura (estimated)", "1957-08-14": "Independence Day", "1957-10-06": "Prophet's Birthday (estimated)", "1957-11-09": "Iqbal Day", "1957-12-25": "Quaid-e-Azam Day", "1958-03-23": "Pakistan Day", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr (estimated)", "1958-04-22": "Eid al-Fitr (estimated)", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha (estimated)", "1958-06-29": "Eid al-Adha (estimated)", "1958-07-26": "Ashura (estimated)", "1958-07-27": "Ashura (estimated)", "1958-08-14": "Independence Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-11-09": "Iqbal Day", "1958-12-25": "Quaid-e-Azam Day", "1959-03-23": "Pakistan Day", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr (estimated)", "1959-04-12": "Eid al-Fitr (estimated)", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha (estimated)", "1959-06-19": "Eid al-Adha (estimated)", "1959-07-15": "Ashura (estimated)", "1959-07-16": "Ashura (estimated)", "1959-08-14": "Independence Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-11-09": "Iqbal Day", "1959-12-25": "Quaid-e-Azam Day", "1960-03-23": "Pakistan Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr (estimated)", "1960-03-30": "Eid al-Fitr (estimated)", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha (estimated)", "1960-06-06": "Eid al-Adha (estimated)", "1960-07-03": "Ashura (estimated)", "1960-07-04": "Ashura (estimated)", "1960-08-14": "Independence Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-11-09": "Iqbal Day", "1960-12-25": "Quaid-e-Azam Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr (estimated)", "1961-03-20": "Eid al-Fitr (estimated)", "1961-03-23": "Pakistan Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha (estimated)", "1961-05-27": "Eid al-Adha (estimated)", "1961-06-22": "Ashura (estimated)", "1961-06-23": "Ashura (estimated)", "1961-08-14": "Independence Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-11-09": "Iqbal Day", "1961-12-25": "Quaid-e-Azam Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr (estimated)", "1962-03-09": "Eid al-Fitr (estimated)", "1962-03-23": "Pakistan Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha (estimated)", "1962-05-16": "Eid al-Adha (estimated)", "1962-06-11": "Ashura (estimated)", "1962-06-12": "Ashura (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-14": "Independence Day", "1962-11-09": "Iqbal Day", "1962-12-25": "Quaid-e-Azam Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (estimated)", "1963-02-26": "Eid al-Fitr (estimated)", "1963-03-23": "Pakistan Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha (estimated)", "1963-05-05": "Eid al-Adha (estimated)", "1963-06-01": "Ashura (estimated)", "1963-06-02": "Ashura (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-14": "Independence Day", "1963-11-09": "Iqbal Day", "1963-12-25": "Quaid-e-Azam Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr (estimated)", "1964-02-16": "Eid al-Fitr (estimated)", "1964-03-23": "Pakistan Day", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha (estimated)", "1964-04-24": "Eid al-Adha (estimated)", "1964-05-20": "Ashura (estimated)", "1964-05-21": "Ashura (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-08-14": "Independence Day", "1964-11-09": "Iqbal Day", "1964-12-25": "Quaid-e-Azam Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr (estimated)", "1965-02-04": "Eid al-Fitr (estimated)", "1965-03-23": "Pakistan Day", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (estimated)", "1965-04-13": "Eid al-Adha (estimated)", "1965-05-09": "Ashura (estimated)", "1965-05-10": "Ashura (estimated)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-08-14": "Independence Day", "1965-11-09": "Iqbal Day", "1965-12-25": "Quaid-e-Azam Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr (estimated)", "1966-01-24": "Eid al-Fitr (estimated)", "1966-03-23": "Pakistan Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha (estimated)", "1966-04-03": "Eid al-Adha (estimated)", "1966-04-29": "Ashura (estimated)", "1966-04-30": "Ashura (estimated)", "1966-07-01": "Prophet's Birthday (estimated)", "1966-08-14": "Independence Day", "1966-11-09": "Iqbal Day", "1966-12-25": "Quaid-e-Azam Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr (estimated)", "1967-01-14": "Eid al-Fitr (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha (estimated)", "1967-03-23": "Eid al-Adha (estimated); Pakistan Day", "1967-04-19": "Ashura (estimated)", "1967-04-20": "Ashura (estimated)", "1967-06-19": "Prophet's Birthday (estimated)", "1967-08-14": "Independence Day", "1967-11-09": "Iqbal Day", "1967-12-25": "Quaid-e-Azam Day", "1968-01-01": "Eid al-Fitr (estimated)", "1968-01-02": "Eid al-Fitr (estimated)", "1968-01-03": "Eid al-Fitr (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha (estimated)", "1968-03-11": "Eid al-Adha (estimated)", "1968-03-23": "Pakistan Day", "1968-04-07": "Ashura (estimated)", "1968-04-08": "Ashura (estimated)", "1968-06-08": "Prophet's Birthday (estimated)", "1968-08-14": "Independence Day", "1968-11-09": "Iqbal Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr (estimated)", "1968-12-23": "Eid al-Fitr (estimated)", "1968-12-25": "Quaid-e-Azam Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha (estimated)", "1969-03-01": "Eid al-Adha (estimated)", "1969-03-23": "Pakistan Day", "1969-03-27": "Ashura (estimated)", "1969-03-28": "Ashura (estimated)", "1969-05-28": "Prophet's Birthday (estimated)", "1969-08-14": "Independence Day", "1969-11-09": "Iqbal Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr (estimated)", "1969-12-12": "Eid al-Fitr (estimated)", "1969-12-25": "Quaid-e-Azam Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha (estimated)", "1970-02-18": "Eid al-Adha (estimated)", "1970-03-17": "Ashura (estimated)", "1970-03-18": "Ashura (estimated)", "1970-03-23": "Pakistan Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-08-14": "Independence Day", "1970-11-09": "Iqbal Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr (estimated)", "1970-12-02": "Eid al-Fitr (estimated)", "1970-12-25": "Quaid-e-Azam Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (estimated)", "1971-02-08": "Eid al-Adha (estimated)", "1971-03-06": "Ashura (estimated)", "1971-03-07": "Ashura (estimated)", "1971-03-23": "Pakistan Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-08-14": "Independence Day", "1971-11-09": "Iqbal Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (estimated)", "1971-11-21": "Eid al-Fitr (estimated)", "1971-12-25": "Quaid-e-Azam Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (estimated)", "1972-01-28": "Eid al-Adha (estimated)", "1972-02-24": "Ashura (estimated)", "1972-02-25": "Ashura (estimated)", "1972-03-23": "Pakistan Day", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-08-14": "Independence Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (estimated)", "1972-11-09": "Eid al-Fitr (estimated); Iqbal Day", "1972-12-25": "Quaid-e-Azam Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (estimated)", "1973-01-16": "Eid al-Adha (estimated)", "1973-02-12": "Ashura (estimated)", "1973-02-13": "Ashura (estimated)", "1973-03-23": "Pakistan Day", "1973-04-15": "Prophet's Birthday (estimated)", "1973-05-01": "Labor Day", "1973-08-14": "Independence Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (estimated)", "1973-10-29": "Eid al-Fitr (estimated)", "1973-11-09": "Iqbal Day", "1973-12-25": "Quaid-e-Azam Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (estimated)", "1974-01-05": "Eid al-Adha (estimated)", "1974-02-01": "Ashura (estimated)", "1974-02-02": "Ashura (estimated)", "1974-03-23": "Pakistan Day", "1974-04-04": "Prophet's Birthday (estimated)", "1974-05-01": "Labor Day", "1974-08-14": "Independence Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (estimated)", "1974-10-18": "Eid al-Fitr (estimated)", "1974-11-09": "Iqbal Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha (estimated); Quaid-e-Azam Day", "1974-12-26": "Eid al-Adha (estimated)", "1975-01-21": "Ashura (estimated)", "1975-01-22": "Ashura (estimated)", "1975-03-23": "Pakistan Day", "1975-03-24": "Prophet's Birthday (estimated)", "1975-05-01": "Labor Day", "1975-08-14": "Independence Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (estimated)", "1975-10-08": "Eid al-Fitr (estimated)", "1975-11-09": "Iqbal Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (estimated)", "1975-12-15": "Eid al-Adha (estimated)", "1975-12-25": "Quaid-e-Azam Day", "1976-01-10": "Ashura (estimated)", "1976-01-11": "Ashura (estimated)", "1976-03-12": "Prophet's Birthday (estimated)", "1976-03-23": "Pakistan Day", "1976-05-01": "Labor Day", "1976-08-14": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (estimated)", "1976-09-26": "Eid al-Fitr (estimated)", "1976-11-09": "Iqbal Day", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (estimated)", "1976-12-03": "Eid al-Adha (estimated)", "1976-12-25": "Quaid-e-Azam Day", "1976-12-30": "Ashura (estimated)", "1976-12-31": "Ashura (estimated)", "1977-03-02": "Prophet's Birthday (estimated)", "1977-03-23": "Pakistan Day", "1977-05-01": "Labor Day", "1977-08-14": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (estimated)", "1977-09-16": "Eid al-Fitr (estimated)", "1977-11-09": "Iqbal Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (estimated)", "1977-11-23": "Eid al-Adha (estimated)", "1977-12-19": "Ashura (estimated)", "1977-12-20": "Ashura (estimated)", "1977-12-25": "Quaid-e-Azam Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-23": "Pakistan Day", "1978-05-01": "Labor Day", "1978-08-14": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (estimated)", "1978-09-05": "Eid al-Fitr (estimated)", "1978-11-09": "Iqbal Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (estimated)", "1978-11-12": "Eid al-Adha (estimated)", "1978-12-09": "Ashura (estimated)", "1978-12-10": "Ashura (estimated)", "1978-12-25": "Quaid-e-Azam Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-03-23": "Pakistan Day", "1979-05-01": "Labor Day", "1979-08-14": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (estimated)", "1979-08-25": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (estimated)", "1979-11-02": "Eid al-Adha (estimated)", "1979-11-09": "Iqbal Day", "1979-11-28": "Ashura (estimated)", "1979-11-29": "Ashura (estimated)", "1979-12-25": "Quaid-e-Azam Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-23": "Pakistan Day", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (estimated)", "1980-08-14": "Eid al-Fitr (estimated); Independence Day", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (estimated)", "1980-10-21": "Eid al-Adha (estimated)", "1980-11-09": "Iqbal Day", "1980-11-17": "Ashura (estimated)", "1980-11-18": "Ashura (estimated)", "1980-12-25": "Quaid-e-Azam Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-03-23": "Pakistan Day", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (estimated)", "1981-08-03": "Eid al-Fitr (estimated)", "1981-08-14": "Independence Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (estimated)", "1981-10-10": "Eid al-Adha (estimated)", "1981-11-05": "Ashura (estimated)", "1981-11-06": "Ashura (estimated)", "1981-11-09": "Iqbal Day", "1981-12-25": "Quaid-e-Azam Day", "1982-01-07": "Prophet's Birthday (estimated)", "1982-03-23": "Pakistan Day", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (estimated)", "1982-07-23": "Eid al-Fitr (estimated)", "1982-08-14": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (estimated)", "1982-09-29": "Eid al-Adha (estimated)", "1982-10-26": "Ashura (estimated)", "1982-10-27": "Ashura (estimated)", "1982-11-09": "Iqbal Day", "1982-12-25": "Quaid-e-Azam Day", "1982-12-27": "Prophet's Birthday (estimated)", "1983-03-23": "Pakistan Day", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (estimated)", "1983-07-13": "Eid al-Fitr (estimated)", "1983-08-14": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (estimated)", "1983-09-19": "Eid al-Adha (estimated)", "1983-10-15": "Ashura (estimated)", "1983-10-16": "Ashura (estimated)", "1983-11-09": "Iqbal Day", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Quaid-e-Azam Day", "1984-03-23": "Pakistan Day", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (estimated)", "1984-07-02": "Eid al-Fitr (estimated)", "1984-08-14": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (estimated)", "1984-09-07": "Eid al-Adha (estimated)", "1984-10-04": "Ashura (estimated)", "1984-10-05": "Ashura (estimated)", "1984-11-09": "Iqbal Day", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Quaid-e-Azam Day", "1985-03-23": "Pakistan Day", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (estimated)", "1985-06-21": "Eid al-Fitr (estimated)", "1985-08-14": "Independence Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (estimated)", "1985-08-28": "Eid al-Adha (estimated)", "1985-09-23": "Ashura (estimated)", "1985-09-24": "Ashura (estimated)", "1985-11-09": "Iqbal Day", "1985-11-24": "Prophet's Birthday (estimated)", "1985-12-25": "Quaid-e-Azam Day", "1986-03-23": "Pakistan Day", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (estimated)", "1986-06-10": "Eid al-Fitr (estimated)", "1986-08-14": "Independence Day", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (estimated)", "1986-08-17": "Eid al-Adha (estimated)", "1986-09-13": "Ashura (estimated)", "1986-09-14": "Ashura (estimated)", "1986-11-09": "Iqbal Day", "1986-11-14": "Prophet's Birthday (estimated)", "1986-12-25": "Quaid-e-Azam Day", "1987-03-23": "Pakistan Day", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (estimated)", "1987-05-30": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (estimated)", "1987-08-06": "Eid al-Adha (estimated)", "1987-08-14": "Independence Day", "1987-09-02": "Ashura (estimated)", "1987-09-03": "Ashura (estimated)", "1987-11-03": "Prophet's Birthday (estimated)", "1987-11-09": "Iqbal Day", "1987-12-25": "Quaid-e-Azam Day", "1988-03-23": "Pakistan Day", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (estimated)", "1988-05-18": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (estimated)", "1988-07-25": "Eid al-Adha (estimated)", "1988-08-14": "Independence Day", "1988-08-21": "Ashura (estimated)", "1988-08-22": "Ashura (estimated)", "1988-10-22": "Prophet's Birthday (estimated)", "1988-11-09": "Iqbal Day", "1988-12-25": "Quaid-e-Azam Day", "1989-03-23": "Pakistan Day", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (estimated)", "1989-05-08": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (estimated)", "1989-07-15": "Eid al-Adha (estimated)", "1989-08-10": "Ashura (estimated)", "1989-08-11": "Ashura (estimated)", "1989-08-14": "Independence Day", "1989-10-11": "Prophet's Birthday (estimated)", "1989-11-09": "Iqbal Day", "1989-12-25": "Quaid-e-Azam Day", "1990-02-05": "Kashmir Solidarity Day", "1990-03-23": "Pakistan Day", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (estimated)", "1990-04-28": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (estimated)", "1990-07-04": "Eid al-Adha (estimated)", "1990-07-31": "Ashura (estimated)", "1990-08-01": "Ashura (estimated)", "1990-08-14": "Independence Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-11-09": "Iqbal Day", "1990-12-25": "Quaid-e-Azam Day", "1991-02-05": "Kashmir Solidarity Day", "1991-03-23": "Pakistan Day", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (estimated)", "1991-04-17": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (estimated)", "1991-06-24": "Eid al-Adha (estimated)", "1991-07-20": "Ashura (estimated)", "1991-07-21": "Ashura (estimated)", "1991-08-14": "Independence Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-11-09": "Iqbal Day", "1991-12-25": "Quaid-e-Azam Day", "1992-02-05": "Kashmir Solidarity Day", "1992-03-23": "Pakistan Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (estimated)", "1992-04-06": "Eid al-Fitr (estimated)", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (estimated)", "1992-06-13": "Eid al-Adha (estimated)", "1992-07-09": "Ashura (estimated)", "1992-07-10": "Ashura (estimated)", "1992-08-14": "Independence Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-11-09": "Iqbal Day", "1992-12-25": "Quaid-e-Azam Day", "1993-02-05": "Kashmir Solidarity Day", "1993-03-23": "Pakistan Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (estimated)", "1993-03-26": "Eid al-Fitr (estimated)", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (estimated)", "1993-06-02": "Eid al-Adha (estimated)", "1993-06-29": "Ashura (estimated)", "1993-06-30": "Ashura (estimated)", "1993-08-14": "Independence Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-11-09": "Iqbal Day", "1993-12-25": "Quaid-e-Azam Day", "1994-02-05": "Kashmir Solidarity Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (estimated)", "1994-03-15": "Eid al-Fitr (estimated)", "1994-03-23": "Pakistan Day", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (estimated)", "1994-05-22": "Eid al-Adha (estimated)", "1994-06-18": "Ashura (estimated)", "1994-06-19": "Ashura (estimated)", "1994-08-14": "Independence Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-11-09": "Iqbal Day", "1994-12-25": "Quaid-e-Azam Day", "1995-02-05": "Kashmir Solidarity Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (estimated)", "1995-03-04": "Eid al-Fitr (estimated)", "1995-03-23": "Pakistan Day", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha (estimated)", "1995-05-11": "Eid al-Adha (estimated)", "1995-06-07": "Ashura (estimated)", "1995-06-08": "Ashura (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-14": "Independence Day", "1995-11-09": "Iqbal Day", "1995-12-25": "Quaid-e-Azam Day", "1996-02-05": "Kashmir Solidarity Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr (estimated)", "1996-02-21": "Eid al-Fitr (estimated)", "1996-03-23": "Pakistan Day", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (estimated)", "1996-04-29": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-26": "Ashura (estimated)", "1996-05-27": "Ashura (estimated)", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-14": "Independence Day", "1996-11-09": "Iqbal Day", "1996-12-25": "Quaid-e-Azam Day", "1997-02-05": "Kashmir Solidarity Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (estimated)", "1997-02-10": "Eid al-Fitr (estimated)", "1997-03-23": "Pakistan Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (estimated)", "1997-04-19": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-15": "Ashura (estimated)", "1997-05-16": "Ashura (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-14": "Independence Day", "1997-11-09": "Iqbal Day", "1997-12-25": "Quaid-e-Azam Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (estimated)", "1998-01-31": "Eid al-Fitr (estimated)", "1998-02-05": "Kashmir Solidarity Day", "1998-03-23": "Pakistan Day", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (estimated)", "1998-04-09": "Eid al-Adha (estimated)", "1998-05-01": "Labor Day", "1998-05-05": "Ashura (estimated)", "1998-05-06": "Ashura (estimated)", "1998-07-06": "Prophet's Birthday (estimated)", "1998-08-14": "Independence Day", "1998-11-09": "Iqbal Day", "1998-12-25": "Quaid-e-Azam Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (estimated)", "1999-01-20": "Eid al-Fitr (estimated)", "1999-02-05": "Kashmir Solidarity Day", "1999-03-23": "Pakistan Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (estimated)", "1999-03-29": "Eid al-Adha (estimated)", "1999-04-25": "Ashura (estimated)", "1999-04-26": "Ashura (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-08-14": "Independence Day", "1999-11-09": "Iqbal Day", "1999-12-25": "Quaid-e-Azam Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (estimated)", "2000-01-10": "Eid al-Fitr (estimated)", "2000-02-05": "Kashmir Solidarity Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (estimated)", "2000-03-18": "Eid al-Adha (estimated)", "2000-03-23": "Pakistan Day", "2000-04-14": "Ashura (estimated)", "2000-04-15": "Ashura (estimated)", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-08-14": "Independence Day", "2000-11-09": "Iqbal Day", "2000-12-25": "Quaid-e-Azam Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (estimated)", "2000-12-29": "Eid al-Fitr (estimated)", "2001-02-05": "Kashmir Solidarity Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha (estimated)", "2001-03-07": "Eid al-Adha (estimated)", "2001-03-23": "Pakistan Day", "2001-04-03": "Ashura (estimated)", "2001-04-04": "Ashura (estimated)", "2001-05-01": "Labor Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-08-14": "Independence Day", "2001-11-09": "Iqbal Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr (estimated)", "2001-12-18": "Eid al-Fitr (estimated)", "2001-12-25": "Quaid-e-Azam Day", "2002-02-05": "Kashmir Solidarity Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha (estimated)", "2002-02-24": "Eid al-Adha (estimated)", "2002-03-23": "Ashura (estimated); Pakistan Day", "2002-03-24": "Ashura (estimated)", "2002-05-01": "Labor Day", "2002-05-24": "Prophet's Birthday (estimated)", "2002-08-14": "Independence Day", "2002-11-09": "Iqbal Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr (estimated)", "2002-12-07": "Eid al-Fitr (estimated)", "2002-12-25": "Quaid-e-Azam Day", "2003-02-05": "Kashmir Solidarity Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha (estimated)", "2003-02-13": "Eid al-Adha (estimated)", "2003-03-12": "Ashura (estimated)", "2003-03-13": "Ashura (estimated)", "2003-03-23": "Pakistan Day", "2003-05-01": "Labor Day", "2003-05-13": "Prophet's Birthday (estimated)", "2003-08-14": "Independence Day", "2003-11-09": "Iqbal Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr (estimated)", "2003-11-27": "Eid al-Fitr (estimated)", "2003-12-25": "Quaid-e-Azam Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha (estimated)", "2004-02-03": "Eid al-Adha (estimated)", "2004-02-05": "Kashmir Solidarity Day", "2004-02-29": "Ashura (estimated)", "2004-03-01": "Ashura (estimated)", "2004-03-23": "Pakistan Day", "2004-05-01": "Labor Day; Prophet's Birthday (estimated)", "2004-08-14": "Independence Day", "2004-11-09": "Iqbal Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr (estimated)", "2004-11-16": "Eid al-Fitr (estimated)", "2004-12-25": "Quaid-e-Azam Day", "2005-01-21": "Eid al-Adha", "2005-01-22": "Eid al-Adha", "2005-01-23": "Eid al-Adha", "2005-02-05": "Kashmir Solidarity Day", "2005-02-17": "Ashura", "2005-02-18": "Ashura", "2005-03-23": "Pakistan Day", "2005-04-22": "Prophet's Birthday", "2005-05-01": "Labor Day", "2005-08-14": "Independence Day", "2005-11-04": "Eid al-Fitr", "2005-11-05": "Eid al-Fitr", "2005-11-06": "Eid al-Fitr", "2005-11-09": "Iqbal Day", "2005-12-25": "Quaid-e-Azam Day", "2006-01-10": "Eid al-Adha", "2006-01-11": "Eid al-Adha", "2006-01-12": "Eid al-Adha", "2006-02-05": "Kashmir Solidarity Day", "2006-02-07": "Ashura", "2006-02-08": "Ashura", "2006-03-23": "Pakistan Day", "2006-04-11": "Prophet's Birthday", "2006-05-01": "Labor Day", "2006-08-14": "Independence Day", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr", "2006-10-26": "Eid al-Fitr", "2006-11-09": "Iqbal Day", "2006-12-25": "Quaid-e-Azam Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "Eid al-Adha", "2007-01-02": "Eid al-Adha", "2007-01-27": "Ashura", "2007-01-28": "Ashura", "2007-02-05": "Kashmir Solidarity Day", "2007-03-23": "Pakistan Day", "2007-03-31": "Prophet's Birthday", "2007-05-01": "Labor Day", "2007-08-14": "Independence Day", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr", "2007-10-15": "Eid al-Fitr", "2007-11-09": "Iqbal Day", "2007-12-20": "Eid al-Adha", "2007-12-21": "Eid al-Adha", "2007-12-22": "Eid al-Adha", "2007-12-25": "Quaid-e-Azam Day", "2008-01-17": "Ashura", "2008-01-18": "Ashura", "2008-02-05": "Kashmir Solidarity Day", "2008-03-21": "Prophet's Birthday", "2008-03-23": "Pakistan Day", "2008-05-01": "Labor Day", "2008-08-14": "Independence Day", "2008-10-02": "Eid al-Fitr", "2008-10-03": "Eid al-Fitr", "2008-10-04": "Eid al-Fitr", "2008-11-09": "Iqbal Day", "2008-12-09": "Eid al-Adha", "2008-12-10": "Eid al-Adha", "2008-12-11": "Eid al-Adha", "2008-12-25": "Quaid-e-Azam Day", "2009-01-05": "Ashura", "2009-01-06": "Ashura", "2009-02-05": "Kashmir Solidarity Day", "2009-03-09": "Prophet's Birthday", "2009-03-23": "Pakistan Day", "2009-05-01": "Labor Day", "2009-08-14": "Independence Day", "2009-09-21": "Eid al-Fitr", "2009-09-22": "Eid al-Fitr", "2009-09-23": "Eid al-Fitr", "2009-11-09": "Iqbal Day", "2009-11-28": "Eid al-Adha", "2009-11-29": "Eid al-Adha", "2009-11-30": "Eid al-Adha", "2009-12-25": "Ashura; Quaid-e-Azam Day", "2009-12-26": "Ashura", "2010-02-05": "Kashmir Solidarity Day", "2010-03-01": "Prophet's Birthday", "2010-03-23": "Pakistan Day", "2010-05-01": "Labor Day", "2010-08-14": "Independence Day", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr", "2010-09-12": "Eid al-Fitr", "2010-11-09": "Iqbal Day", "2010-11-17": "Eid al-Adha", "2010-11-18": "Eid al-Adha", "2010-11-19": "Eid al-Adha", "2010-12-15": "Ashura", "2010-12-16": "Ashura", "2010-12-25": "Quaid-e-Azam Day", "2011-02-05": "Kashmir Solidarity Day", "2011-02-17": "Prophet's Birthday", "2011-03-23": "Pakistan Day", "2011-05-01": "Labor Day", "2011-08-14": "Independence Day", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Eid al-Fitr", "2011-09-02": "Eid al-Fitr", "2011-11-07": "Eid al-Adha", "2011-11-08": "Eid al-Adha", "2011-11-09": "Eid al-Adha; Iqbal Day", "2011-12-04": "Ashura", "2011-12-05": "Ashura", "2011-12-25": "Quaid-e-Azam Day", "2012-02-05": "Kashmir Solidarity Day; Prophet's Birthday", "2012-03-23": "Pakistan Day", "2012-05-01": "Labor Day", "2012-08-14": "Independence Day", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr", "2012-08-21": "Eid al-Fitr", "2012-10-26": "Eid al-Adha", "2012-10-27": "Eid al-Adha", "2012-10-28": "Eid al-Adha", "2012-11-09": "Iqbal Day", "2012-11-22": "Ashura", "2012-11-23": "Ashura", "2012-12-25": "Quaid-e-Azam Day", "2013-01-24": "Prophet's Birthday", "2013-02-05": "Kashmir Solidarity Day", "2013-03-23": "Pakistan Day", "2013-05-01": "Labor Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr", "2013-08-10": "Eid al-Fitr", "2013-08-14": "Independence Day", "2013-10-15": "Eid al-Adha", "2013-10-16": "Eid al-Adha", "2013-10-17": "Eid al-Adha", "2013-11-09": "Iqbal Day", "2013-11-12": "Ashura", "2013-11-13": "Ashura", "2013-12-25": "Quaid-e-Azam Day", "2014-01-14": "Prophet's Birthday", "2014-02-05": "Kashmir Solidarity Day", "2014-03-23": "Pakistan Day", "2014-05-01": "Labor Day", "2014-07-29": "Eid al-Fitr", "2014-07-30": "Eid al-Fitr", "2014-07-31": "Eid al-Fitr", "2014-08-14": "Independence Day", "2014-10-06": "Eid al-Adha", "2014-10-07": "Eid al-Adha", "2014-10-08": "Eid al-Adha", "2014-11-02": "Ashura", "2014-11-03": "Ashura", "2014-11-09": "Iqbal Day", "2014-12-25": "Quaid-e-Azam Day", "2015-01-04": "Prophet's Birthday", "2015-02-05": "Kashmir Solidarity Day", "2015-03-23": "Pakistan Day", "2015-05-01": "Labor Day", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr", "2015-07-19": "Eid al-Fitr", "2015-08-14": "Independence Day", "2015-09-24": "Eid al-Adha", "2015-09-25": "Eid al-Adha", "2015-09-26": "Eid al-Adha", "2015-10-22": "Ashura", "2015-10-23": "Ashura", "2015-12-25": "Quaid-e-Azam Day", "2016-02-05": "Kashmir Solidarity Day", "2016-03-23": "Pakistan Day", "2016-05-01": "Labor Day", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr", "2016-07-08": "Eid al-Fitr", "2016-08-14": "Independence Day", "2016-09-12": "Eid al-Adha", "2016-09-13": "Eid al-Adha", "2016-09-14": "Eid al-Adha", "2016-10-10": "Ashura", "2016-10-11": "Ashura", "2016-12-12": "Prophet's Birthday", "2016-12-25": "Quaid-e-Azam Day", "2017-02-05": "Kashmir Solidarity Day", "2017-03-23": "Pakistan Day", "2017-05-01": "Labor Day", "2017-06-26": "Eid al-Fitr", "2017-06-27": "Eid al-Fitr", "2017-06-28": "Eid al-Fitr", "2017-08-14": "Independence Day", "2017-09-02": "Eid al-Adha", "2017-09-03": "Eid al-Adha", "2017-09-04": "Eid al-Adha", "2017-09-29": "Ashura", "2017-09-30": "Ashura", "2017-12-01": "Prophet's Birthday", "2017-12-25": "Quaid-e-Azam Day", "2018-02-05": "Kashmir Solidarity Day", "2018-03-23": "Pakistan Day", "2018-05-01": "Labor Day", "2018-06-16": "Eid al-Fitr", "2018-06-17": "Eid al-Fitr", "2018-06-18": "Eid al-Fitr", "2018-08-14": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha", "2018-08-24": "Eid al-Adha", "2018-09-20": "Ashura", "2018-09-21": "Ashura", "2018-11-21": "Prophet's Birthday", "2018-12-25": "Quaid-e-Azam Day", "2019-02-05": "Kashmir Solidarity Day", "2019-03-23": "Pakistan Day", "2019-05-01": "Labor Day", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr", "2019-06-07": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-08-13": "Eid al-Adha", "2019-08-14": "Eid al-Adha; Independence Day", "2019-09-08": "Ashura", "2019-09-09": "Ashura", "2019-11-10": "Prophet's Birthday", "2019-12-25": "Quaid-e-Azam Day", "2020-02-05": "Kashmir Solidarity Day", "2020-03-23": "Pakistan Day", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr", "2020-05-26": "Eid al-Fitr", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha", "2020-08-02": "Eid al-Adha", "2020-08-14": "Independence Day", "2020-08-28": "Ashura", "2020-08-29": "Ashura", "2020-10-30": "Prophet's Birthday", "2020-12-25": "Quaid-e-Azam Day", "2021-02-05": "Kashmir Solidarity Day", "2021-03-23": "Pakistan Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr", "2021-05-15": "Eid al-Fitr", "2021-07-21": "Eid al-Adha", "2021-07-22": "Eid al-Adha", "2021-07-23": "Eid al-Adha", "2021-08-14": "Independence Day", "2021-08-17": "Ashura", "2021-08-18": "Ashura", "2021-10-19": "Prophet's Birthday", "2021-12-25": "Quaid-e-Azam Day", "2022-02-05": "Kashmir Solidarity Day", "2022-03-23": "Pakistan Day", "2022-05-01": "Labor Day", "2022-05-03": "Eid al-Fitr", "2022-05-04": "Eid al-Fitr", "2022-05-05": "Eid al-Fitr", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha", "2022-07-12": "Eid al-Adha", "2022-08-08": "Ashura", "2022-08-09": "Ashura", "2022-08-14": "Independence Day", "2022-10-09": "Prophet's Birthday", "2022-11-09": "Iqbal Day", "2022-12-25": "Quaid-e-Azam Day", "2023-02-05": "Kashmir Solidarity Day", "2023-03-23": "Pakistan Day", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr", "2023-04-24": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-06-29": "Eid al-Adha", "2023-06-30": "Eid al-Adha", "2023-07-01": "Eid al-Adha", "2023-07-27": "Ashura", "2023-07-28": "Ashura", "2023-08-14": "Independence Day", "2023-09-29": "Prophet's Birthday", "2023-11-09": "Iqbal Day", "2023-12-25": "Quaid-e-Azam Day", "2024-02-05": "Kashmir Solidarity Day", "2024-03-23": "Pakistan Day", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr", "2024-04-12": "Eid al-Fitr", "2024-05-01": "Labor Day", "2024-05-28": "Youm-e-Takbeer", "2024-06-17": "Eid al-Adha", "2024-06-18": "Eid al-Adha", "2024-06-19": "Eid al-Adha", "2024-07-15": "Ashura", "2024-07-16": "Ashura", "2024-08-14": "Independence Day", "2024-09-17": "Prophet's Birthday", "2024-11-09": "Iqbal Day", "2024-12-25": "Quaid-e-Azam Day", "2025-02-05": "Kashmir Solidarity Day", "2025-03-23": "Pakistan Day", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr", "2025-04-02": "Eid al-Fitr", "2025-05-01": "Labor Day", "2025-05-28": "Youm-e-Takbeer", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha (estimated)", "2025-06-08": "Eid al-Adha (estimated)", "2025-07-04": "Ashura (estimated)", "2025-07-05": "Ashura (estimated)", "2025-08-14": "Independence Day", "2025-09-04": "Prophet's Birthday (estimated)", "2025-11-09": "Iqbal Day", "2025-12-25": "Quaid-e-Azam Day", "2026-02-05": "Kashmir Solidarity Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (estimated)", "2026-03-22": "Eid al-Fitr (estimated)", "2026-03-23": "Pakistan Day", "2026-05-01": "Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (estimated); Youm-e-Takbeer", "2026-05-29": "Eid al-Adha (estimated)", "2026-06-24": "Ashura (estimated)", "2026-06-25": "Ashura (estimated)", "2026-08-14": "Independence Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-11-09": "Iqbal Day", "2026-12-25": "Quaid-e-Azam Day", "2027-02-05": "Kashmir Solidarity Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-03-11": "Eid al-Fitr (estimated)", "2027-03-23": "Pakistan Day", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated)", "2027-05-18": "Eid al-Adha (estimated)", "2027-05-28": "Youm-e-Takbeer", "2027-06-14": "Ashura (estimated)", "2027-06-15": "Ashura (estimated)", "2027-08-14": "Independence Day; Prophet's Birthday (estimated)", "2027-11-09": "Iqbal Day", "2027-12-25": "Quaid-e-Azam Day", "2028-02-05": "Kashmir Solidarity Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-02-28": "Eid al-Fitr (estimated)", "2028-03-23": "Pakistan Day", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (estimated)", "2028-05-07": "Eid al-Adha (estimated)", "2028-05-28": "Youm-e-Takbeer", "2028-06-02": "Ashura (estimated)", "2028-06-03": "Ashura (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-14": "Independence Day", "2028-11-09": "Iqbal Day", "2028-12-25": "Quaid-e-Azam Day", "2029-02-05": "Kashmir Solidarity Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated)", "2029-02-16": "Eid al-Fitr (estimated)", "2029-03-23": "Pakistan Day", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (estimated)", "2029-04-26": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-22": "Ashura (estimated)", "2029-05-23": "Ashura (estimated)", "2029-05-28": "Youm-e-Takbeer", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-14": "Independence Day", "2029-11-09": "Iqbal Day", "2029-12-25": "Quaid-e-Azam Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (estimated); Kashmir Solidarity Day", "2030-02-06": "Eid al-Fitr (estimated)", "2030-03-23": "Pakistan Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (estimated)", "2030-04-15": "Eid al-Adha (estimated)", "2030-05-01": "Labor Day", "2030-05-11": "Ashura (estimated)", "2030-05-12": "Ashura (estimated)", "2030-05-28": "Youm-e-Takbeer", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-14": "Independence Day", "2030-11-09": "Iqbal Day", "2030-12-25": "Quaid-e-Azam Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-01-26": "Eid al-Fitr (estimated)", "2031-02-05": "Kashmir Solidarity Day", "2031-03-23": "Pakistan Day", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (estimated)", "2031-04-04": "Eid al-Adha (estimated)", "2031-05-01": "Ashura (estimated); Labor Day", "2031-05-02": "Ashura (estimated)", "2031-05-28": "Youm-e-Takbeer", "2031-07-02": "Prophet's Birthday (estimated)", "2031-08-14": "Independence Day", "2031-11-09": "Iqbal Day", "2031-12-25": "Quaid-e-Azam Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (estimated)", "2032-01-16": "Eid al-Fitr (estimated)", "2032-02-05": "Kashmir Solidarity Day", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (estimated); Pakistan Day", "2032-03-24": "Eid al-Adha (estimated)", "2032-04-19": "Ashura (estimated)", "2032-04-20": "Ashura (estimated)", "2032-05-01": "Labor Day", "2032-05-28": "Youm-e-Takbeer", "2032-06-20": "Prophet's Birthday (estimated)", "2032-08-14": "Independence Day", "2032-11-09": "Iqbal Day", "2032-12-25": "Quaid-e-Azam Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (estimated)", "2033-01-04": "Eid al-Fitr (estimated)", "2033-02-05": "Kashmir Solidarity Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-03-13": "Eid al-Adha (estimated)", "2033-03-23": "Pakistan Day", "2033-04-09": "Ashura (estimated)", "2033-04-10": "Ashura (estimated)", "2033-05-01": "Labor Day", "2033-05-28": "Youm-e-Takbeer", "2033-06-09": "Prophet's Birthday (estimated)", "2033-08-14": "Independence Day", "2033-11-09": "Iqbal Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (estimated)", "2033-12-25": "Eid al-Fitr (estimated); Quaid-e-Azam Day", "2034-02-05": "Kashmir Solidarity Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (estimated)", "2034-03-03": "Eid al-Adha (estimated)", "2034-03-23": "Pakistan Day", "2034-03-29": "Ashura (estimated)", "2034-03-30": "Ashura (estimated)", "2034-05-01": "Labor Day", "2034-05-28": "Youm-e-Takbeer", "2034-05-30": "Prophet's Birthday (estimated)", "2034-08-14": "Independence Day", "2034-11-09": "Iqbal Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2034-12-14": "Eid al-Fitr (estimated)", "2034-12-25": "Quaid-e-Azam Day", "2035-02-05": "Kashmir Solidarity Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-02-20": "Eid al-Adha (estimated)", "2035-03-19": "Ashura (estimated)", "2035-03-20": "Ashura (estimated)", "2035-03-23": "Pakistan Day", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-28": "Youm-e-Takbeer", "2035-08-14": "Independence Day", "2035-11-09": "Iqbal Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (estimated)", "2035-12-25": "Quaid-e-Azam Day", "2036-02-05": "Kashmir Solidarity Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-02-09": "Eid al-Adha (estimated)", "2036-03-07": "Ashura (estimated)", "2036-03-08": "Ashura (estimated)", "2036-03-23": "Pakistan Day", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-05-28": "Youm-e-Takbeer", "2036-08-14": "Independence Day", "2036-11-09": "Iqbal Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2036-11-21": "Eid al-Fitr (estimated)", "2036-12-25": "Quaid-e-Azam Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-01-28": "Eid al-Adha (estimated)", "2037-02-05": "Kashmir Solidarity Day", "2037-02-24": "Ashura (estimated)", "2037-02-25": "Ashura (estimated)", "2037-03-23": "Pakistan Day", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-05-28": "Youm-e-Takbeer", "2037-08-14": "Independence Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated); Iqbal Day", "2037-11-10": "Eid al-Fitr (estimated)", "2037-12-25": "Quaid-e-Azam Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-01-18": "Eid al-Adha (estimated)", "2038-02-05": "Kashmir Solidarity Day", "2038-02-13": "Ashura (estimated)", "2038-02-14": "Ashura (estimated)", "2038-03-23": "Pakistan Day", "2038-04-17": "Prophet's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-05-28": "Youm-e-Takbeer", "2038-08-14": "Independence Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-10-31": "Eid al-Fitr (estimated)", "2038-11-09": "Iqbal Day", "2038-12-25": "Quaid-e-Azam Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (estimated)", "2039-01-07": "Eid al-Adha (estimated)", "2039-02-03": "Ashura (estimated)", "2039-02-04": "Ashura (estimated)", "2039-02-05": "Kashmir Solidarity Day", "2039-03-23": "Pakistan Day", "2039-04-06": "Prophet's Birthday (estimated)", "2039-05-01": "Labor Day", "2039-05-28": "Youm-e-Takbeer", "2039-08-14": "Independence Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-10-21": "Eid al-Fitr (estimated)", "2039-11-09": "Iqbal Day", "2039-12-25": "Quaid-e-Azam Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2039-12-28": "Eid al-Adha (estimated)", "2040-01-23": "Ashura (estimated)", "2040-01-24": "Ashura (estimated)", "2040-02-05": "Kashmir Solidarity Day", "2040-03-23": "Pakistan Day", "2040-03-25": "Prophet's Birthday (estimated)", "2040-05-01": "Labor Day", "2040-05-28": "Youm-e-Takbeer", "2040-08-14": "Independence Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-10-09": "Eid al-Fitr (estimated)", "2040-11-09": "Iqbal Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2040-12-16": "Eid al-Adha (estimated)", "2040-12-25": "Quaid-e-Azam Day", "2041-01-12": "Ashura (estimated)", "2041-01-13": "Ashura (estimated)", "2041-02-05": "Kashmir Solidarity Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-03-23": "Pakistan Day", "2041-05-01": "Labor Day", "2041-05-28": "Youm-e-Takbeer", "2041-08-14": "Independence Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-09-28": "Eid al-Fitr (estimated)", "2041-11-09": "Iqbal Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-06": "Eid al-Adha (estimated)", "2041-12-25": "Quaid-e-Azam Day", "2042-01-01": "Ashura (estimated)", "2042-01-02": "Ashura (estimated)", "2042-02-05": "Kashmir Solidarity Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-23": "Pakistan Day", "2042-05-01": "Labor Day", "2042-05-28": "Youm-e-Takbeer", "2042-08-14": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-09-17": "Eid al-Fitr (estimated)", "2042-11-09": "Iqbal Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-11-25": "Eid al-Adha (estimated)", "2042-12-22": "Ashura (estimated)", "2042-12-23": "Ashura (estimated)", "2042-12-25": "Quaid-e-Azam Day", "2043-02-05": "Kashmir Solidarity Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-23": "Pakistan Day", "2043-05-01": "Labor Day", "2043-05-28": "Youm-e-Takbeer", "2043-08-14": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-09-06": "Eid al-Fitr (estimated)", "2043-11-09": "Iqbal Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated)", "2043-11-14": "Eid al-Adha (estimated)", "2043-12-11": "Ashura (estimated)", "2043-12-12": "Ashura (estimated)", "2043-12-25": "Quaid-e-Azam Day", "2044-02-05": "Kashmir Solidarity Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-03-23": "Pakistan Day", "2044-05-01": "Labor Day", "2044-05-28": "Youm-e-Takbeer", "2044-08-14": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-08-26": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (estimated)", "2044-11-02": "Eid al-Adha (estimated)", "2044-11-09": "Iqbal Day", "2044-11-29": "Ashura (estimated)", "2044-11-30": "Ashura (estimated)", "2044-12-25": "Quaid-e-Azam Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-02-05": "Kashmir Solidarity Day", "2045-03-23": "Pakistan Day", "2045-05-01": "Labor Day", "2045-05-28": "Youm-e-Takbeer", "2045-08-14": "Eid al-Fitr (estimated); Independence Day", "2045-08-15": "Eid al-Fitr (estimated)", "2045-08-16": "Eid al-Fitr (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-10-23": "Eid al-Adha (estimated)", "2045-11-09": "Iqbal Day", "2045-11-18": "Ashura (estimated)", "2045-11-19": "Ashura (estimated)", "2045-12-25": "Quaid-e-Azam Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-02-05": "Kashmir Solidarity Day", "2046-03-23": "Pakistan Day", "2046-05-01": "Labor Day", "2046-05-28": "Youm-e-Takbeer", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-08-05": "Eid al-Fitr (estimated)", "2046-08-14": "Independence Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (estimated)", "2046-10-12": "Eid al-Adha (estimated)", "2046-11-08": "Ashura (estimated)", "2046-11-09": "Ashura (estimated); Iqbal Day", "2046-12-25": "Quaid-e-Azam Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-02-05": "Kashmir Solidarity Day", "2047-03-23": "Pakistan Day", "2047-05-01": "Labor Day", "2047-05-28": "Youm-e-Takbeer", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-07-26": "Eid al-Fitr (estimated)", "2047-08-14": "Independence Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (estimated)", "2047-10-02": "Eid al-Adha (estimated)", "2047-10-28": "Ashura (estimated)", "2047-10-29": "Ashura (estimated)", "2047-11-09": "Iqbal Day", "2047-12-25": "Quaid-e-Azam Day", "2047-12-29": "Prophet's Birthday (estimated)", "2048-02-05": "Kashmir Solidarity Day", "2048-03-23": "Pakistan Day", "2048-05-01": "Labor Day", "2048-05-28": "Youm-e-Takbeer", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-07-14": "Eid al-Fitr (estimated)", "2048-08-14": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (estimated)", "2048-09-21": "Eid al-Adha (estimated)", "2048-10-17": "Ashura (estimated)", "2048-10-18": "Ashura (estimated)", "2048-11-09": "Iqbal Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Quaid-e-Azam Day", "2049-02-05": "Kashmir Solidarity Day", "2049-03-23": "Pakistan Day", "2049-05-01": "Labor Day", "2049-05-28": "Youm-e-Takbeer", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-07-03": "Eid al-Fitr (estimated)", "2049-08-14": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-09-10": "Eid al-Adha (estimated)", "2049-10-06": "Ashura (estimated)", "2049-10-07": "Ashura (estimated)", "2049-11-09": "Iqbal Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Quaid-e-Azam Day", "2050-02-05": "Kashmir Solidarity Day", "2050-03-23": "Pakistan Day", "2050-05-01": "Labor Day", "2050-05-28": "Youm-e-Takbeer", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-06-22": "Eid al-Fitr (estimated)", "2050-08-14": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-08-30": "Eid al-Adha (estimated)", "2050-09-25": "Ashura (estimated)", "2050-09-26": "Ashura (estimated)", "2050-11-09": "Iqbal Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-25": "Quaid-e-Azam Day" } holidays-0.71/snapshots/countries/PL_COMMON.json000066400000000000000000001330021500152103600215600ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-02": "Candlemas", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-05-01": "National Day", "1950-05-03": "National Day of the Third of May", "1950-05-09": "National Victory and Freedom Day", "1950-05-18": "Ascension Day", "1950-05-28": "Pentecost", "1950-05-29": "Whit Monday", "1950-06-08": "Corpus Christi", "1950-06-29": "Saints Peter and Paul Day", "1950-07-22": "National Day of Rebirth of Poland", "1950-08-15": "Assumption Day", "1950-11-01": "All Saints' Day", "1950-12-08": "Immaculate Conception of the Blessed Virgin Mary", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-03-25": "Easter Sunday", "1951-03-26": "Easter Monday", "1951-05-01": "National Day", "1951-05-13": "Pentecost", "1951-05-24": "Corpus Christi", "1951-07-22": "National Day of Rebirth of Poland", "1951-08-15": "Assumption Day", "1951-11-01": "All Saints' Day", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-05-01": "National Day", "1952-06-01": "Pentecost", "1952-06-12": "Corpus Christi", "1952-07-22": "National Day of Rebirth of Poland", "1952-08-15": "Assumption Day", "1952-11-01": "All Saints' Day", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-05-01": "National Day", "1953-05-24": "Pentecost", "1953-06-04": "Corpus Christi", "1953-07-22": "National Day of Rebirth of Poland", "1953-08-15": "Assumption Day", "1953-11-01": "All Saints' Day", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-05-01": "National Day", "1954-06-06": "Pentecost", "1954-06-17": "Corpus Christi", "1954-07-22": "National Day of Rebirth of Poland", "1954-08-15": "Assumption Day", "1954-11-01": "All Saints' Day", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-05-01": "National Day", "1955-05-29": "Pentecost", "1955-06-09": "Corpus Christi", "1955-07-22": "National Day of Rebirth of Poland", "1955-08-15": "Assumption Day", "1955-11-01": "All Saints' Day", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-05-01": "National Day", "1956-05-20": "Pentecost", "1956-05-31": "Corpus Christi", "1956-07-22": "National Day of Rebirth of Poland", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-05-01": "National Day", "1957-06-09": "Pentecost", "1957-06-20": "Corpus Christi", "1957-07-22": "National Day of Rebirth of Poland", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-05-01": "National Day", "1958-05-25": "Pentecost", "1958-06-05": "Corpus Christi", "1958-07-22": "National Day of Rebirth of Poland", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-05-01": "National Day", "1959-05-17": "Pentecost", "1959-05-28": "Corpus Christi", "1959-07-22": "National Day of Rebirth of Poland", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-05-01": "National Day", "1960-06-05": "Pentecost", "1960-06-16": "Corpus Christi", "1960-07-22": "National Day of Rebirth of Poland", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1961-01-01": "New Year's Day", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-05-01": "National Day", "1961-05-21": "Pentecost", "1961-06-01": "Corpus Christi", "1961-07-22": "National Day of Rebirth of Poland", "1961-11-01": "All Saints' Day", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1962-01-01": "New Year's Day", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-05-01": "National Day", "1962-06-10": "Pentecost", "1962-06-21": "Corpus Christi", "1962-07-22": "National Day of Rebirth of Poland", "1962-11-01": "All Saints' Day", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1963-01-01": "New Year's Day", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-05-01": "National Day", "1963-06-02": "Pentecost", "1963-06-13": "Corpus Christi", "1963-07-22": "National Day of Rebirth of Poland", "1963-11-01": "All Saints' Day", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1964-01-01": "New Year's Day", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-05-01": "National Day", "1964-05-17": "Pentecost", "1964-05-28": "Corpus Christi", "1964-07-22": "National Day of Rebirth of Poland", "1964-11-01": "All Saints' Day", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1965-01-01": "New Year's Day", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-05-01": "National Day", "1965-06-06": "Pentecost", "1965-06-17": "Corpus Christi", "1965-07-22": "National Day of Rebirth of Poland", "1965-11-01": "All Saints' Day", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1966-01-01": "New Year's Day", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-05-01": "National Day", "1966-05-29": "Pentecost", "1966-06-09": "Corpus Christi", "1966-07-22": "National Day of Rebirth of Poland", "1966-11-01": "All Saints' Day", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1967-01-01": "New Year's Day", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-05-01": "National Day", "1967-05-14": "Pentecost", "1967-05-25": "Corpus Christi", "1967-07-22": "National Day of Rebirth of Poland", "1967-11-01": "All Saints' Day", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1968-01-01": "New Year's Day", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-05-01": "National Day", "1968-06-02": "Pentecost", "1968-06-13": "Corpus Christi", "1968-07-22": "National Day of Rebirth of Poland", "1968-11-01": "All Saints' Day", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1969-01-01": "New Year's Day", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-05-01": "National Day", "1969-05-25": "Pentecost", "1969-06-05": "Corpus Christi", "1969-07-22": "National Day of Rebirth of Poland", "1969-11-01": "All Saints' Day", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1970-01-01": "New Year's Day", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-05-01": "National Day", "1970-05-17": "Pentecost", "1970-05-28": "Corpus Christi", "1970-07-22": "National Day of Rebirth of Poland", "1970-11-01": "All Saints' Day", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1971-01-01": "New Year's Day", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-05-01": "National Day", "1971-05-30": "Pentecost", "1971-06-10": "Corpus Christi", "1971-07-22": "National Day of Rebirth of Poland", "1971-11-01": "All Saints' Day", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1972-01-01": "New Year's Day", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-05-01": "National Day", "1972-05-21": "Pentecost", "1972-06-01": "Corpus Christi", "1972-07-22": "National Day of Rebirth of Poland", "1972-11-01": "All Saints' Day", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1973-01-01": "New Year's Day", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-05-01": "National Day", "1973-06-10": "Pentecost", "1973-06-21": "Corpus Christi", "1973-07-22": "National Day of Rebirth of Poland", "1973-11-01": "All Saints' Day", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1974-01-01": "New Year's Day", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-05-01": "National Day", "1974-06-02": "Pentecost", "1974-06-13": "Corpus Christi", "1974-07-22": "National Day of Rebirth of Poland", "1974-11-01": "All Saints' Day", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1975-01-01": "New Year's Day", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-05-01": "National Day", "1975-05-18": "Pentecost", "1975-05-29": "Corpus Christi", "1975-07-22": "National Day of Rebirth of Poland", "1975-11-01": "All Saints' Day", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1976-01-01": "New Year's Day", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-05-01": "National Day", "1976-06-06": "Pentecost", "1976-06-17": "Corpus Christi", "1976-07-22": "National Day of Rebirth of Poland", "1976-11-01": "All Saints' Day", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1977-01-01": "New Year's Day", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-05-01": "National Day", "1977-05-29": "Pentecost", "1977-06-09": "Corpus Christi", "1977-07-22": "National Day of Rebirth of Poland", "1977-11-01": "All Saints' Day", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1978-01-01": "New Year's Day", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-05-01": "National Day", "1978-05-14": "Pentecost", "1978-05-25": "Corpus Christi", "1978-07-22": "National Day of Rebirth of Poland", "1978-11-01": "All Saints' Day", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1979-01-01": "New Year's Day", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-05-01": "National Day", "1979-06-03": "Pentecost", "1979-06-14": "Corpus Christi", "1979-07-22": "National Day of Rebirth of Poland", "1979-11-01": "All Saints' Day", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1980-01-01": "New Year's Day", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-05-01": "National Day", "1980-05-25": "Pentecost", "1980-06-05": "Corpus Christi", "1980-07-22": "National Day of Rebirth of Poland", "1980-11-01": "All Saints' Day", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1981-01-01": "New Year's Day", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-05-01": "National Day", "1981-06-07": "Pentecost", "1981-06-18": "Corpus Christi", "1981-07-22": "National Day of Rebirth of Poland", "1981-11-01": "All Saints' Day", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1982-01-01": "New Year's Day", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-05-01": "National Day", "1982-05-30": "Pentecost", "1982-06-10": "Corpus Christi", "1982-07-22": "National Day of Rebirth of Poland", "1982-11-01": "All Saints' Day", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1983-01-01": "New Year's Day", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-05-01": "National Day", "1983-05-22": "Pentecost", "1983-06-02": "Corpus Christi", "1983-07-22": "National Day of Rebirth of Poland", "1983-11-01": "All Saints' Day", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1984-01-01": "New Year's Day", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-05-01": "National Day", "1984-06-10": "Pentecost", "1984-06-21": "Corpus Christi", "1984-07-22": "National Day of Rebirth of Poland", "1984-11-01": "All Saints' Day", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1985-01-01": "New Year's Day", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-05-01": "National Day", "1985-05-26": "Pentecost", "1985-06-06": "Corpus Christi", "1985-07-22": "National Day of Rebirth of Poland", "1985-11-01": "All Saints' Day", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1986-01-01": "New Year's Day", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-05-01": "National Day", "1986-05-18": "Pentecost", "1986-05-29": "Corpus Christi", "1986-07-22": "National Day of Rebirth of Poland", "1986-11-01": "All Saints' Day", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1987-01-01": "New Year's Day", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-05-01": "National Day", "1987-06-07": "Pentecost", "1987-06-18": "Corpus Christi", "1987-07-22": "National Day of Rebirth of Poland", "1987-11-01": "All Saints' Day", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1988-01-01": "New Year's Day", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-05-01": "National Day", "1988-05-22": "Pentecost", "1988-06-02": "Corpus Christi", "1988-07-22": "National Day of Rebirth of Poland", "1988-11-01": "All Saints' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1989-01-01": "New Year's Day", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-05-01": "National Day", "1989-05-14": "Pentecost", "1989-05-25": "Corpus Christi", "1989-07-22": "National Day of Rebirth of Poland", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "National Independence Day", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1990-01-01": "New Year's Day", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-05-01": "National Day", "1990-05-03": "National Day of the Third of May", "1990-06-03": "Pentecost", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "National Independence Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-05-01": "National Day", "1991-05-03": "National Day of the Third of May", "1991-05-19": "Pentecost", "1991-05-30": "Corpus Christi", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "National Independence Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-05-01": "National Day", "1992-05-03": "National Day of the Third of May", "1992-06-07": "Pentecost", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "National Independence Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-05-01": "National Day", "1993-05-03": "National Day of the Third of May", "1993-05-30": "Pentecost", "1993-06-10": "Corpus Christi", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "National Independence Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-05-01": "National Day", "1994-05-03": "National Day of the Third of May", "1994-05-22": "Pentecost", "1994-06-02": "Corpus Christi", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "National Independence Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-05-01": "National Day", "1995-05-03": "National Day of the Third of May", "1995-06-04": "Pentecost", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "National Independence Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-05-01": "National Day", "1996-05-03": "National Day of the Third of May", "1996-05-26": "Pentecost", "1996-06-06": "Corpus Christi", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "National Independence Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-05-01": "National Day", "1997-05-03": "National Day of the Third of May", "1997-05-18": "Pentecost", "1997-05-29": "Corpus Christi", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "National Independence Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-05-01": "National Day", "1998-05-03": "National Day of the Third of May", "1998-05-31": "Pentecost", "1998-06-11": "Corpus Christi", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "National Independence Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-05-01": "National Day", "1999-05-03": "National Day of the Third of May", "1999-05-23": "Pentecost", "1999-06-03": "Corpus Christi", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "National Independence Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "National Day", "2000-05-03": "National Day of the Third of May", "2000-06-11": "Pentecost", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "National Independence Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "New Year's Day", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "National Day", "2001-05-03": "National Day of the Third of May", "2001-06-03": "Pentecost", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "National Independence Day", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-05-01": "National Day", "2002-05-03": "National Day of the Third of May", "2002-05-19": "Pentecost", "2002-05-30": "Corpus Christi", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "National Independence Day", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-05-01": "National Day", "2003-05-03": "National Day of the Third of May", "2003-06-08": "Pentecost", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "National Independence Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "National Day", "2004-05-03": "National Day of the Third of May", "2004-05-30": "Pentecost", "2004-06-10": "Corpus Christi", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "National Independence Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-05-01": "National Day", "2005-05-03": "National Day of the Third of May", "2005-05-15": "Pentecost", "2005-05-26": "Corpus Christi", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "National Independence Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-05-01": "National Day", "2006-05-03": "National Day of the Third of May", "2006-06-04": "Pentecost", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "National Independence Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "National Day", "2007-05-03": "National Day of the Third of May", "2007-05-27": "Pentecost", "2007-06-07": "Corpus Christi", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "National Independence Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-05-01": "National Day", "2008-05-03": "National Day of the Third of May", "2008-05-11": "Pentecost", "2008-05-22": "Corpus Christi", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "National Independence Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "National Day", "2009-05-03": "National Day of the Third of May", "2009-05-31": "Pentecost", "2009-06-11": "Corpus Christi", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "National Independence Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-05-01": "National Day", "2010-05-03": "National Day of the Third of May", "2010-05-23": "Pentecost", "2010-06-03": "Corpus Christi", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "National Independence Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "National Day", "2011-05-03": "National Day of the Third of May", "2011-06-12": "Pentecost", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "National Independence Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "National Day", "2012-05-03": "National Day of the Third of May", "2012-05-27": "Pentecost", "2012-06-07": "Corpus Christi", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "National Independence Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-05-01": "National Day", "2013-05-03": "National Day of the Third of May", "2013-05-19": "Pentecost", "2013-05-30": "Corpus Christi", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "National Independence Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "National Day", "2014-05-03": "National Day of the Third of May", "2014-06-08": "Pentecost", "2014-06-19": "Corpus Christi", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "National Independence Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "National Day", "2015-05-03": "National Day of the Third of May", "2015-05-24": "Pentecost", "2015-06-04": "Corpus Christi", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "National Independence Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-05-01": "National Day", "2016-05-03": "National Day of the Third of May", "2016-05-15": "Pentecost", "2016-05-26": "Corpus Christi", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "National Independence Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "National Day", "2017-05-03": "National Day of the Third of May", "2017-06-04": "Pentecost", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "National Independence Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-05-01": "National Day", "2018-05-03": "National Day of the Third of May", "2018-05-20": "Pentecost", "2018-05-31": "Corpus Christi", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "National Independence Day", "2018-11-12": "National Independence Day - 100th anniversary", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "National Day", "2019-05-03": "National Day of the Third of May", "2019-06-09": "Pentecost", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "National Independence Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "National Day", "2020-05-03": "National Day of the Third of May", "2020-05-31": "Pentecost", "2020-06-11": "Corpus Christi", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "National Independence Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-05-01": "National Day", "2021-05-03": "National Day of the Third of May", "2021-05-23": "Pentecost", "2021-06-03": "Corpus Christi", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "National Independence Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "National Day", "2022-05-03": "National Day of the Third of May", "2022-06-05": "Pentecost", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "National Independence Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "National Day", "2023-05-03": "National Day of the Third of May", "2023-05-28": "Pentecost", "2023-06-08": "Corpus Christi", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "National Independence Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-05-01": "National Day", "2024-05-03": "National Day of the Third of May", "2024-05-19": "Pentecost", "2024-05-30": "Corpus Christi", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "National Independence Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "National Day", "2025-05-03": "National Day of the Third of May", "2025-06-08": "Pentecost", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "National Independence Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "National Day", "2026-05-03": "National Day of the Third of May", "2026-05-24": "Pentecost", "2026-06-04": "Corpus Christi", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "National Independence Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-05-01": "National Day", "2027-05-03": "National Day of the Third of May", "2027-05-16": "Pentecost", "2027-05-27": "Corpus Christi", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "National Independence Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "National Day", "2028-05-03": "National Day of the Third of May", "2028-06-04": "Pentecost", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "National Independence Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-05-01": "National Day", "2029-05-03": "National Day of the Third of May", "2029-05-20": "Pentecost", "2029-05-31": "Corpus Christi", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "National Independence Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "National Day", "2030-05-03": "National Day of the Third of May", "2030-06-09": "Pentecost", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "National Independence Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "National Day", "2031-05-03": "National Day of the Third of May", "2031-06-01": "Pentecost", "2031-06-12": "Corpus Christi", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "National Independence Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-05-01": "National Day", "2032-05-03": "National Day of the Third of May", "2032-05-16": "Pentecost", "2032-05-27": "Corpus Christi", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "National Independence Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "National Day", "2033-05-03": "National Day of the Third of May", "2033-06-05": "Pentecost", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "National Independence Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "National Day", "2034-05-03": "National Day of the Third of May", "2034-05-28": "Pentecost", "2034-06-08": "Corpus Christi", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "National Independence Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-05-01": "National Day", "2035-05-03": "National Day of the Third of May", "2035-05-13": "Pentecost", "2035-05-24": "Corpus Christi", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "National Independence Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "National Day", "2036-05-03": "National Day of the Third of May", "2036-06-01": "Pentecost", "2036-06-12": "Corpus Christi", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "National Independence Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "National Day", "2037-05-03": "National Day of the Third of May", "2037-05-24": "Pentecost", "2037-06-04": "Corpus Christi", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "National Independence Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "National Day", "2038-05-03": "National Day of the Third of May", "2038-06-13": "Pentecost", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "National Independence Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "National Day", "2039-05-03": "National Day of the Third of May", "2039-05-29": "Pentecost", "2039-06-09": "Corpus Christi", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "National Independence Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-05-01": "National Day", "2040-05-03": "National Day of the Third of May", "2040-05-20": "Pentecost", "2040-05-31": "Corpus Christi", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "National Independence Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "National Day", "2041-05-03": "National Day of the Third of May", "2041-06-09": "Pentecost", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "National Independence Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "National Day", "2042-05-03": "National Day of the Third of May", "2042-05-25": "Pentecost", "2042-06-05": "Corpus Christi", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "National Independence Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-05-01": "National Day", "2043-05-03": "National Day of the Third of May", "2043-05-17": "Pentecost", "2043-05-28": "Corpus Christi", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "National Independence Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "National Day", "2044-05-03": "National Day of the Third of May", "2044-06-05": "Pentecost", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "National Independence Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "National Day", "2045-05-03": "National Day of the Third of May", "2045-05-28": "Pentecost", "2045-06-08": "Corpus Christi", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "National Independence Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-05-01": "National Day", "2046-05-03": "National Day of the Third of May", "2046-05-13": "Pentecost", "2046-05-24": "Corpus Christi", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "National Independence Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "National Day", "2047-05-03": "National Day of the Third of May", "2047-06-02": "Pentecost", "2047-06-13": "Corpus Christi", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "National Independence Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "National Day", "2048-05-03": "National Day of the Third of May", "2048-05-24": "Pentecost", "2048-06-04": "Corpus Christi", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "National Independence Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "National Day", "2049-05-03": "National Day of the Third of May", "2049-06-06": "Pentecost", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "National Independence Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "National Day", "2050-05-03": "National Day of the Third of May", "2050-05-29": "Pentecost", "2050-06-09": "Corpus Christi", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "National Independence Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/PR_COMMON.json000066400000000000000000002266361500152103600216060ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-01-06": "Epiphany", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-03-22": "Emancipation Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-07-25": "Constitution Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-19": "Discovery Day", "1950-11-20": "Discovery Day (observed)", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-22": "Emancipation Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-07-25": "Constitution Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-19": "Discovery Day", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-03-22": "Emancipation Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-07-25": "Constitution Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-11": "Armistice Day", "1952-11-19": "Discovery Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-03-22": "Emancipation Day", "1953-03-23": "Emancipation Day (observed)", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-07-25": "Constitution Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-19": "Discovery Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-03-22": "Emancipation Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-07-25": "Constitution Day", "1954-07-26": "Constitution Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-19": "Discovery Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-03-22": "Emancipation Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-07-25": "Constitution Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-19": "Discovery Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-01-06": "Epiphany", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-22": "Emancipation Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-07-25": "Constitution Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-19": "Discovery Day", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-03-22": "Emancipation Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-07-25": "Constitution Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-19": "Discovery Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-03-22": "Emancipation Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-07-25": "Constitution Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-19": "Discovery Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-22": "Emancipation Day", "1959-03-23": "Emancipation Day (observed)", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-07-25": "Constitution Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-19": "Discovery Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-03-22": "Emancipation Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-07-25": "Constitution Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-11": "Veterans Day", "1960-11-19": "Discovery Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-06": "Epiphany", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-22": "Emancipation Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-07-25": "Constitution Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-19": "Discovery Day", "1961-11-20": "Discovery Day (observed)", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-03-22": "Emancipation Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-07-25": "Constitution Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-19": "Discovery Day", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-03-22": "Emancipation Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-07-25": "Constitution Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-19": "Discovery Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-22": "Emancipation Day", "1964-03-23": "Emancipation Day (observed)", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-07-25": "Constitution Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-11": "Veterans Day", "1964-11-19": "Discovery Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-03-22": "Emancipation Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-07-25": "Constitution Day", "1965-07-26": "Constitution Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-19": "Discovery Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-03-22": "Emancipation Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-07-25": "Constitution Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-19": "Discovery Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-06": "Epiphany", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-22": "Emancipation Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-07-25": "Constitution Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-19": "Discovery Day", "1967-11-20": "Discovery Day (observed)", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-03-22": "Emancipation Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-07-25": "Constitution Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-11": "Veterans Day", "1968-11-19": "Discovery Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-03-22": "Emancipation Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-07-25": "Constitution Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-19": "Discovery Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-22": "Emancipation Day", "1970-03-23": "Emancipation Day (observed)", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-07-25": "Constitution Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-19": "Discovery Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-03-22": "Emancipation Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-07-25": "Constitution Day", "1971-07-26": "Constitution Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-19": "Discovery Day", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-22": "Emancipation Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-07-25": "Constitution Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-19": "Discovery Day", "1972-11-20": "Discovery Day (observed)", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-03-22": "Emancipation Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-07-25": "Constitution Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-19": "Discovery Day", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-03-22": "Emancipation Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-07-25": "Constitution Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-19": "Discovery Day", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-22": "Emancipation Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-07-25": "Constitution Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-19": "Discovery Day", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-03-22": "Emancipation Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-07-25": "Constitution Day", "1976-07-26": "Constitution Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-19": "Discovery Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-03-22": "Emancipation Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-07-25": "Constitution Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-19": "Discovery Day", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-06": "Epiphany", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-22": "Emancipation Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-07-25": "Constitution Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-19": "Discovery Day", "1978-11-20": "Discovery Day (observed)", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-03-22": "Emancipation Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-07-25": "Constitution Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-19": "Discovery Day", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-03-22": "Emancipation Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-07-25": "Constitution Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-11": "Veterans Day", "1980-11-19": "Discovery Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-03-22": "Emancipation Day", "1981-03-23": "Emancipation Day (observed)", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-07-25": "Constitution Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-19": "Discovery Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-03-22": "Emancipation Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-07-25": "Constitution Day", "1982-07-26": "Constitution Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-19": "Discovery Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-03-22": "Emancipation Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-07-25": "Constitution Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-19": "Discovery Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-06": "Epiphany", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-03-22": "Emancipation Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-07-25": "Constitution Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-19": "Discovery Day", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-03-22": "Emancipation Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-07-25": "Constitution Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-19": "Discovery Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-22": "Emancipation Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-07-25": "Constitution Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-19": "Discovery Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-03-22": "Emancipation Day", "1987-03-23": "Emancipation Day (observed)", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-07-25": "Constitution Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-19": "Discovery Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-03-22": "Emancipation Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-07-25": "Constitution Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-11": "Veterans Day", "1988-11-19": "Discovery Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-06": "Epiphany", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-22": "Emancipation Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-07-25": "Constitution Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-19": "Discovery Day", "1989-11-20": "Discovery Day (observed)", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-03-22": "Emancipation Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-07-25": "Constitution Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-19": "Discovery Day", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-22": "Emancipation Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-07-25": "Constitution Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-19": "Discovery Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-03-22": "Emancipation Day", "1992-03-23": "Emancipation Day (observed)", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-07-25": "Constitution Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-11": "Veterans Day", "1992-11-19": "Discovery Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-03-22": "Emancipation Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-07-25": "Constitution Day", "1993-07-26": "Constitution Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-19": "Discovery Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-03-22": "Emancipation Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-07-25": "Constitution Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-19": "Discovery Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-06": "Epiphany", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-03-22": "Emancipation Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-07-25": "Constitution Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-19": "Discovery Day", "1995-11-20": "Discovery Day (observed)", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-03-22": "Emancipation Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-07-25": "Constitution Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-11": "Veterans Day", "1996-11-19": "Discovery Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-22": "Emancipation Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-07-25": "Constitution Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-19": "Discovery Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-03-22": "Emancipation Day", "1998-03-23": "Emancipation Day (observed)", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-07-25": "Constitution Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-19": "Discovery Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-03-22": "Emancipation Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-07-25": "Constitution Day", "1999-07-26": "Constitution Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-19": "Discovery Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-03-22": "Emancipation Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-07-25": "Constitution Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-19": "Discovery Day", "2000-11-20": "Discovery Day (observed)", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-03-22": "Emancipation Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-07-25": "Constitution Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-19": "Discovery Day", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-22": "Emancipation Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-07-25": "Constitution Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-19": "Discovery Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-03-22": "Emancipation Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-07-25": "Constitution Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-19": "Discovery Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-03-22": "Emancipation Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-07-25": "Constitution Day", "2004-07-26": "Constitution Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-11": "Veterans Day", "2004-11-19": "Discovery Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-22": "Emancipation Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-07-25": "Constitution Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-19": "Discovery Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-06": "Epiphany", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-03-22": "Emancipation Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-07-25": "Constitution Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-19": "Discovery Day", "2006-11-20": "Discovery Day (observed)", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-03-22": "Emancipation Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-07-25": "Constitution Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-19": "Discovery Day", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-03-22": "Emancipation Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-07-25": "Constitution Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-11": "Veterans Day", "2008-11-19": "Discovery Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-03-22": "Emancipation Day", "2009-03-23": "Emancipation Day (observed)", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-07-25": "Constitution Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-19": "Discovery Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-03-22": "Emancipation Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-07-25": "Constitution Day", "2010-07-26": "Constitution Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-19": "Discovery Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-03-22": "Emancipation Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-07-25": "Constitution Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-19": "Discovery Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-06": "Epiphany", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-03-22": "Emancipation Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-07-25": "Constitution Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-19": "Discovery Day", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-22": "Emancipation Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-07-25": "Constitution Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-19": "Discovery Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-03-22": "Emancipation Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-07-25": "Constitution Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-19": "Discovery Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-03-22": "Emancipation Day", "2015-03-23": "Emancipation Day (observed)", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-07-25": "Constitution Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-19": "Discovery Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-22": "Emancipation Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-07-25": "Constitution Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-11": "Veterans Day", "2016-11-19": "Discovery Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-06": "Epiphany", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-03-22": "Emancipation Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-07-25": "Constitution Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-19": "Discovery Day", "2017-11-20": "Discovery Day (observed)", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-22": "Emancipation Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-07-25": "Constitution Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-19": "Discovery Day", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-03-22": "Emancipation Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-07-25": "Constitution Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-19": "Discovery Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-03-22": "Emancipation Day", "2020-03-23": "Emancipation Day (observed)", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-07-25": "Constitution Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-11": "Veterans Day", "2020-11-19": "Discovery Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-03-22": "Emancipation Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-07-25": "Constitution Day", "2021-07-26": "Constitution Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-19": "Discovery Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-03-22": "Emancipation Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-07-25": "Constitution Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-19": "Discovery Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-06": "Epiphany", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-03-22": "Emancipation Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-07-25": "Constitution Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-19": "Discovery Day", "2023-11-20": "Discovery Day (observed)", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-22": "Emancipation Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-07-25": "Constitution Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-11": "Veterans Day", "2024-11-19": "Discovery Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-03-22": "Emancipation Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-07-25": "Constitution Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-19": "Discovery Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-03-22": "Emancipation Day", "2026-03-23": "Emancipation Day (observed)", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-07-25": "Constitution Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-19": "Discovery Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-22": "Emancipation Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-07-25": "Constitution Day", "2027-07-26": "Constitution Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-19": "Discovery Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-03-22": "Emancipation Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-07-25": "Constitution Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-19": "Discovery Day", "2028-11-20": "Discovery Day (observed)", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-22": "Emancipation Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-07-25": "Constitution Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-19": "Discovery Day", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-03-22": "Emancipation Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-07-25": "Constitution Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-19": "Discovery Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-03-22": "Emancipation Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-07-25": "Constitution Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-19": "Discovery Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-22": "Emancipation Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-07-25": "Constitution Day", "2032-07-26": "Constitution Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-11": "Veterans Day", "2032-11-19": "Discovery Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-03-22": "Emancipation Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-07-25": "Constitution Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-19": "Discovery Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-06": "Epiphany", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-03-22": "Emancipation Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-07-25": "Constitution Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-19": "Discovery Day", "2034-11-20": "Discovery Day (observed)", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-22": "Emancipation Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-07-25": "Constitution Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-19": "Discovery Day", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-03-22": "Emancipation Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-07-25": "Constitution Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-11": "Veterans Day", "2036-11-19": "Discovery Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-03-22": "Emancipation Day", "2037-03-23": "Emancipation Day (observed)", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-07-25": "Constitution Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-19": "Discovery Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-03-22": "Emancipation Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-07-25": "Constitution Day", "2038-07-26": "Constitution Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-19": "Discovery Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-03-22": "Emancipation Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-07-25": "Constitution Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-19": "Discovery Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-06": "Epiphany", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-22": "Emancipation Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-07-25": "Constitution Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-19": "Discovery Day", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-03-22": "Emancipation Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-07-25": "Constitution Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-19": "Discovery Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-03-22": "Emancipation Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-07-25": "Constitution Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-19": "Discovery Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-22": "Emancipation Day", "2043-03-23": "Emancipation Day (observed)", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-07-25": "Constitution Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-19": "Discovery Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-03-22": "Emancipation Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-07-25": "Constitution Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-11": "Veterans Day", "2044-11-19": "Discovery Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-06": "Epiphany", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-03-22": "Emancipation Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-07-25": "Constitution Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-19": "Discovery Day", "2045-11-20": "Discovery Day (observed)", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-22": "Emancipation Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-07-25": "Constitution Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-19": "Discovery Day", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-03-22": "Emancipation Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-07-25": "Constitution Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-19": "Discovery Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-03-22": "Emancipation Day", "2048-03-23": "Emancipation Day (observed)", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-07-25": "Constitution Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-11": "Veterans Day", "2048-11-19": "Discovery Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-03-22": "Emancipation Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-07-25": "Constitution Day", "2049-07-26": "Constitution Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-19": "Discovery Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-03-22": "Emancipation Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-07-25": "Constitution Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-19": "Discovery Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/PT_01.json000066400000000000000000002171221500152103600210260ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-12": "Saint Joanna's Day", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-12": "Saint Joanna's Day", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-12": "Saint Joanna's Day", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-12": "Saint Joanna's Day", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-12": "Saint Joanna's Day", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-12": "Saint Joanna's Day", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-12": "Saint Joanna's Day", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-12": "Saint Joanna's Day", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-05-12": "Saint Joanna's Day", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-12": "Saint Joanna's Day", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-12": "Saint Joanna's Day", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-12": "Saint Joanna's Day", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-12": "Saint Joanna's Day", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-12": "Saint Joanna's Day", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-12": "Saint Joanna's Day", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-12": "Saint Joanna's Day", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-05-12": "Saint Joanna's Day", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-12": "Saint Joanna's Day", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-12": "Saint Joanna's Day", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-12": "Saint Joanna's Day", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-12": "Saint Joanna's Day", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-12": "Saint Joanna's Day", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-05-12": "Saint Joanna's Day", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-12": "Saint Joanna's Day", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-05-12": "Saint Joanna's Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-12": "Saint Joanna's Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-05-12": "Saint Joanna's Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-05-12": "Saint Joanna's Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-12": "Saint Joanna's Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-05-12": "Saint Joanna's Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-05-12": "Saint Joanna's Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-05-12": "Saint Joanna's Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-05-12": "Saint Joanna's Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-05-12": "Saint Joanna's Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-05-12": "Saint Joanna's Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-05-12": "Saint Joanna's Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-12": "Saint Joanna's Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-05-12": "Saint Joanna's Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-05-12": "Saint Joanna's Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-12": "Saint Joanna's Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-05-12": "Saint Joanna's Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-12": "Saint Joanna's Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-05-12": "Saint Joanna's Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-05-12": "Saint Joanna's Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-05-12": "Saint Joanna's Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-05-12": "Saint Joanna's Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-05-12": "Saint Joanna's Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-12": "Saint Joanna's Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-05-12": "Saint Joanna's Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-05-12": "Saint Joanna's Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-05-12": "Saint Joanna's Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-05-12": "Saint Joanna's Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-12": "Saint Joanna's Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-05-12": "Saint Joanna's Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-05-12": "Saint Joanna's Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-12": "Saint Joanna's Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-05-12": "Saint Joanna's Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-05-12": "Saint Joanna's Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-12": "Saint Joanna's Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-05-12": "Saint Joanna's Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-05-12": "Saint Joanna's Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-05-12": "Saint Joanna's Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-05-12": "Saint Joanna's Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-05-12": "Saint Joanna's Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-05-12": "Saint Joanna's Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-05-12": "Saint Joanna's Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-12": "Saint Joanna's Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-05-12": "Saint Joanna's Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-12": "Saint Joanna's Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-05-12": "Saint Joanna's Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-05-12": "Saint Joanna's Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-05-12": "Saint Joanna's Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-05-12": "Saint Joanna's Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-05-12": "Saint Joanna's Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-12": "Saint Joanna's Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-05-12": "Saint Joanna's Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-05-12": "Saint Joanna's Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-12": "Saint Joanna's Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-05-12": "Saint Joanna's Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-12": "Saint Joanna's Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-05-12": "Saint Joanna's Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-05-12": "Saint Joanna's Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-12": "Saint Joanna's Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-05-12": "Saint Joanna's Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-05-12": "Saint Joanna's Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-12": "Saint Joanna's Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-05-12": "Saint Joanna's Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-05-12": "Saint Joanna's Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-05-12": "Saint Joanna's Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-05-12": "Saint Joanna's Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-12": "Saint Joanna's Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-05-12": "Saint Joanna's Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-05-12": "Saint Joanna's Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-12": "Saint Joanna's Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-05-12": "Saint Joanna's Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-05-12": "Saint Joanna's Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-12": "Saint Joanna's Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-05-12": "Saint Joanna's Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-05-12": "Saint Joanna's Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-05-12": "Saint Joanna's Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-05-12": "Saint Joanna's Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_02.json000066400000000000000000002161051500152103600210270ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-18": "Ascension Day", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-03": "Ascension Day", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-22": "Ascension Day", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-14": "Ascension Day", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-27": "Ascension Day", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-19": "Ascension Day", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-10": "Ascension Day", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-30": "Ascension Day", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-05-15": "Ascension Day", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-07": "Ascension Day", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-26": "Ascension Day", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-11": "Ascension Day", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-31": "Ascension Day", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-23": "Ascension Day", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-07": "Ascension Day", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-27": "Ascension Day", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-05-19": "Ascension Day", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-04": "Ascension Day", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-23": "Ascension Day", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-15": "Ascension Day", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-07": "Ascension Day", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-20": "Ascension Day", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-05-11": "Ascension Day", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-31": "Ascension Day", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-05-20": "Ascension Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-05-12": "Ascension Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-05-31": "Ascension Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-05-16": "Ascension Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-05-28": "Ascension Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-05-12": "Ascension Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-05-24": "Ascension Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-09": "Ascension Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-05-28": "Ascension Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-05-20": "Ascension Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-05-12": "Ascension Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-05-25": "Ascension Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-05-16": "Ascension Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-05-21": "Ascension Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-05-13": "Ascension Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-01": "Ascension Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-05-24": "Ascension Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-09": "Ascension Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-05-29": "Ascension Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-05-20": "Ascension Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-05-25": "Ascension Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-05-17": "Ascension Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Ascension Day; Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-05-21": "Ascension Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-05-13": "Ascension Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-02": "Ascension Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-05-17": "Ascension Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-05-09": "Ascension Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-05-29": "Ascension Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-05-14": "Ascension Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-05-25": "Ascension Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-10": "Ascension Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-05-30": "Ascension Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-05-21": "Ascension Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-05-13": "Ascension Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-05-26": "Ascension Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-05-18": "Ascension Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-09": "Ascension Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-05-29": "Ascension Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-05-14": "Ascension Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-05-25": "Ascension Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-10": "Ascension Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-05-30": "Ascension Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-05-22": "Ascension Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-05-26": "Ascension Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-05-18": "Ascension Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-05-22": "Ascension Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-05-14": "Ascension Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-03": "Ascension Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-05-19": "Ascension Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-10": "Ascension Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-05-30": "Ascension Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-05-15": "Ascension Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-05-26": "Ascension Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-05-18": "Ascension Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-05-23": "Ascension Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-05-14": "Ascension Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-05-27": "Ascension Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-05-19": "Ascension Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_03.json000066400000000000000000002165641500152103600210410ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-06-24": "Saint John's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-06-24": "Saint John's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-06-24": "Saint John's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-06-24": "Saint John's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-06-24": "Saint John's Day", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-06-24": "Saint John's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-06-24": "Saint John's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-06-24": "Saint John's Day", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-06-24": "Saint John's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-06-24": "Saint John's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-06-24": "Saint John's Day", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-06-24": "Saint John's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-06-24": "Saint John's Day", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-06-24": "Saint John's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-06-24": "Saint John's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-06-24": "Saint John's Day", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-06-24": "Saint John's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-06-24": "Saint John's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-06-24": "Saint John's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-06-24": "Saint John's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-06-24": "Saint John's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-06-24": "Saint John's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-06-24": "Saint John's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-06-24": "Saint John's Day", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-06-24": "Saint John's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-06-24": "Saint John's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-06-24": "Saint John's Day", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-06-24": "Saint John's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-06-24": "Saint John's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-06-24": "Saint John's Day", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-06-24": "Saint John's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-06-24": "Saint John's Day", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-06-24": "Saint John's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-06-24": "Saint John's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-06-24": "Saint John's Day", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-06-24": "Saint John's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-06-24": "Saint John's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-06-24": "Saint John's Day", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-06-24": "Saint John's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-06-24": "Saint John's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-06-24": "Saint John's Day", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-06-24": "Saint John's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-06-24": "Saint John's Day", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-06-24": "Saint John's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-06-24": "Saint John's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-06-24": "Saint John's Day", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-06-24": "Saint John's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-06-24": "Saint John's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-06-24": "Saint John's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-06-24": "Saint John's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-06-24": "Saint John's Day", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-06-24": "Saint John's Day", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-06-24": "Saint John's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-06-24": "Saint John's Day", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-06-24": "Saint John's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-06-24": "Saint John's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-06-24": "Saint John's Day", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-06-24": "Saint John's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-06-24": "Saint John's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-06-24": "Saint John's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-06-24": "Saint John's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-06-24": "Saint John's Day", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-06-24": "Saint John's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-06-24": "Saint John's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-06-24": "Saint John's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-06-24": "Saint John's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-06-24": "Saint John's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-06-24": "Saint John's Day", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-06-24": "Saint John's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-06-24": "Saint John's Day", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-06-24": "Saint John's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-06-24": "Saint John's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-06-24": "Saint John's Day", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-06-24": "Saint John's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-06-24": "Saint John's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-06-24": "Saint John's Day", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-06-24": "Saint John's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-06-24": "Saint John's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-06-24": "Saint John's Day", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-06-24": "Saint John's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-06-24": "Saint John's Day", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-06-24": "Saint John's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-06-24": "Saint John's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-06-24": "Saint John's Day", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-06-24": "Saint John's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-06-24": "Saint John's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-06-24": "Saint John's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-06-24": "Saint John's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi; Saint John's Day", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-06-24": "Saint John's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-06-24": "Saint John's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-06-24": "Saint John's Day", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-06-24": "Saint John's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-06-24": "Saint John's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-06-24": "Saint John's Day", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-06-24": "Saint John's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-06-24": "Saint John's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-06-24": "Saint John's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-06-24": "Saint John's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-06-24": "Saint John's Day", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-06-24": "Saint John's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_04.json000066400000000000000000002207371500152103600210370ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-08-22": "Feast of Our Lady of Graces", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-08-22": "Feast of Our Lady of Graces", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-08-22": "Feast of Our Lady of Graces", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-08-22": "Feast of Our Lady of Graces", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-08-22": "Feast of Our Lady of Graces", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-08-22": "Feast of Our Lady of Graces", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-08-22": "Feast of Our Lady of Graces", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-08-22": "Feast of Our Lady of Graces", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-08-22": "Feast of Our Lady of Graces", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-08-22": "Feast of Our Lady of Graces", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-08-22": "Feast of Our Lady of Graces", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-08-22": "Feast of Our Lady of Graces", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-08-22": "Feast of Our Lady of Graces", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-08-22": "Feast of Our Lady of Graces", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-08-22": "Feast of Our Lady of Graces", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-08-22": "Feast of Our Lady of Graces", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-08-22": "Feast of Our Lady of Graces", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-08-22": "Feast of Our Lady of Graces", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-08-22": "Feast of Our Lady of Graces", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-08-22": "Feast of Our Lady of Graces", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-08-22": "Feast of Our Lady of Graces", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-08-22": "Feast of Our Lady of Graces", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-08-22": "Feast of Our Lady of Graces", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-08-22": "Feast of Our Lady of Graces", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-08-22": "Feast of Our Lady of Graces", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-08-22": "Feast of Our Lady of Graces", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-08-22": "Feast of Our Lady of Graces", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-08-22": "Feast of Our Lady of Graces", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-08-22": "Feast of Our Lady of Graces", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-08-22": "Feast of Our Lady of Graces", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-08-22": "Feast of Our Lady of Graces", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-08-22": "Feast of Our Lady of Graces", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-08-22": "Feast of Our Lady of Graces", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-08-22": "Feast of Our Lady of Graces", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-08-22": "Feast of Our Lady of Graces", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-08-22": "Feast of Our Lady of Graces", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-08-22": "Feast of Our Lady of Graces", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-08-22": "Feast of Our Lady of Graces", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-08-22": "Feast of Our Lady of Graces", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-08-22": "Feast of Our Lady of Graces", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-08-22": "Feast of Our Lady of Graces", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-08-22": "Feast of Our Lady of Graces", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-08-22": "Feast of Our Lady of Graces", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-08-22": "Feast of Our Lady of Graces", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-08-22": "Feast of Our Lady of Graces", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-08-22": "Feast of Our Lady of Graces", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-08-22": "Feast of Our Lady of Graces", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-08-22": "Feast of Our Lady of Graces", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-08-22": "Feast of Our Lady of Graces", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-08-22": "Feast of Our Lady of Graces", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-08-22": "Feast of Our Lady of Graces", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-08-22": "Feast of Our Lady of Graces", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-08-22": "Feast of Our Lady of Graces", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-08-22": "Feast of Our Lady of Graces", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-08-22": "Feast of Our Lady of Graces", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-08-22": "Feast of Our Lady of Graces", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-08-22": "Feast of Our Lady of Graces", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-08-22": "Feast of Our Lady of Graces", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-08-22": "Feast of Our Lady of Graces", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-08-22": "Feast of Our Lady of Graces", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-08-22": "Feast of Our Lady of Graces", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-08-22": "Feast of Our Lady of Graces", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-08-22": "Feast of Our Lady of Graces", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-08-22": "Feast of Our Lady of Graces", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-08-22": "Feast of Our Lady of Graces", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-08-22": "Feast of Our Lady of Graces", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-08-22": "Feast of Our Lady of Graces", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-08-22": "Feast of Our Lady of Graces", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-08-22": "Feast of Our Lady of Graces", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-08-22": "Feast of Our Lady of Graces", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-08-22": "Feast of Our Lady of Graces", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-08-22": "Feast of Our Lady of Graces", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-08-22": "Feast of Our Lady of Graces", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-08-22": "Feast of Our Lady of Graces", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-08-22": "Feast of Our Lady of Graces", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-08-22": "Feast of Our Lady of Graces", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-08-22": "Feast of Our Lady of Graces", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-08-22": "Feast of Our Lady of Graces", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-08-22": "Feast of Our Lady of Graces", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-08-22": "Feast of Our Lady of Graces", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-08-22": "Feast of Our Lady of Graces", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-08-22": "Feast of Our Lady of Graces", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-08-22": "Feast of Our Lady of Graces", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-08-22": "Feast of Our Lady of Graces", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-08-22": "Feast of Our Lady of Graces", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-08-22": "Feast of Our Lady of Graces", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-08-22": "Feast of Our Lady of Graces", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-08-22": "Feast of Our Lady of Graces", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-08-22": "Feast of Our Lady of Graces", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-08-22": "Feast of Our Lady of Graces", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-08-22": "Feast of Our Lady of Graces", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-08-22": "Feast of Our Lady of Graces", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-08-22": "Feast of Our Lady of Graces", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-08-22": "Feast of Our Lady of Graces", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-08-22": "Feast of Our Lady of Graces", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-08-22": "Feast of Our Lady of Graces", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-08-22": "Feast of Our Lady of Graces", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-08-22": "Feast of Our Lady of Graces", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-08-22": "Feast of Our Lady of Graces", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-08-22": "Feast of Our Lady of Graces", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-08-22": "Feast of Our Lady of Graces", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_05.json000066400000000000000000002220521500152103600210300ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-04-25": "Feast of Our Lady of M\u00e9rcoles", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-04-10": "Feast of Our Lady of M\u00e9rcoles", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-04-29": "Feast of Our Lady of M\u00e9rcoles", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-04-21": "Feast of Our Lady of M\u00e9rcoles", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-04": "Feast of Our Lady of M\u00e9rcoles", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-04-26": "Feast of Our Lady of M\u00e9rcoles", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-04-17": "Feast of Our Lady of M\u00e9rcoles", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-07": "Feast of Our Lady of M\u00e9rcoles", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-04-22": "Feast of Our Lady of M\u00e9rcoles", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-04-14": "Feast of Our Lady of M\u00e9rcoles", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-03": "Feast of Our Lady of M\u00e9rcoles", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-04-18": "Feast of Our Lady of M\u00e9rcoles", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-08": "Feast of Our Lady of M\u00e9rcoles", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-04-30": "Feast of Our Lady of M\u00e9rcoles", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-04-14": "Feast of Our Lady of M\u00e9rcoles", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-04": "Feast of Our Lady of M\u00e9rcoles", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-04-26": "Feast of Our Lady of M\u00e9rcoles", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-04-11": "Feast of Our Lady of M\u00e9rcoles", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-04-30": "Feast of Our Lady of M\u00e9rcoles", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-04-22": "Feast of Our Lady of M\u00e9rcoles", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-04-14": "Feast of Our Lady of M\u00e9rcoles", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-04-27": "Feast of Our Lady of M\u00e9rcoles", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-04-18": "Feast of Our Lady of M\u00e9rcoles", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-08": "Feast of Our Lady of M\u00e9rcoles", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-04-30": "Feast of Our Lady of M\u00e9rcoles", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-15": "Feast of Our Lady of M\u00e9rcoles", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-05-04": "Feast of Our Lady of M\u00e9rcoles", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-04-26": "Feast of Our Lady of M\u00e9rcoles", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-11": "Feast of Our Lady of M\u00e9rcoles", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Feast of Our Lady of M\u00e9rcoles; Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-22": "Feast of Our Lady of M\u00e9rcoles", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-05-05": "Feast of Our Lady of M\u00e9rcoles", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-04-27": "Feast of Our Lady of M\u00e9rcoles", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-19": "Feast of Our Lady of M\u00e9rcoles", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-05-08": "Feast of Our Lady of M\u00e9rcoles", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-23": "Feast of Our Lady of M\u00e9rcoles", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-15": "Feast of Our Lady of M\u00e9rcoles", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-05-05": "Feast of Our Lady of M\u00e9rcoles", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-19": "Feast of Our Lady of M\u00e9rcoles", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-11": "Feast of Our Lady of M\u00e9rcoles", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Feast of Our Lady of M\u00e9rcoles; Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-16": "Feast of Our Lady of M\u00e9rcoles", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-05-05": "Feast of Our Lady of M\u00e9rcoles", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-04-27": "Feast of Our Lady of M\u00e9rcoles", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-19": "Feast of Our Lady of M\u00e9rcoles", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-05-02": "Feast of Our Lady of M\u00e9rcoles", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-23": "Feast of Our Lady of M\u00e9rcoles", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-15": "Feast of Our Lady of M\u00e9rcoles", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-04-28": "Feast of Our Lady of M\u00e9rcoles", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-20": "Feast of Our Lady of M\u00e9rcoles", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-05-09": "Feast of Our Lady of M\u00e9rcoles", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Feast of Our Lady of M\u00e9rcoles; Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-16": "Feast of Our Lady of M\u00e9rcoles", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-05-06": "Feast of Our Lady of M\u00e9rcoles", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-04-27": "Feast of Our Lady of M\u00e9rcoles", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-12": "Feast of Our Lady of M\u00e9rcoles", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-05-02": "Feast of Our Lady of M\u00e9rcoles", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-24": "Feast of Our Lady of M\u00e9rcoles", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-08": "Feast of Our Lady of M\u00e9rcoles", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-04-28": "Feast of Our Lady of M\u00e9rcoles", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-20": "Feast of Our Lady of M\u00e9rcoles", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-05-10": "Feast of Our Lady of M\u00e9rcoles", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-24": "Feast of Our Lady of M\u00e9rcoles", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-16": "Feast of Our Lady of M\u00e9rcoles", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-05-06": "Feast of Our Lady of M\u00e9rcoles", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-21": "Feast of Our Lady of M\u00e9rcoles", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-12": "Feast of Our Lady of M\u00e9rcoles", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-05-02": "Feast of Our Lady of M\u00e9rcoles", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-17": "Feast of Our Lady of M\u00e9rcoles", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-05-07": "Feast of Our Lady of M\u00e9rcoles", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-04-28": "Feast of Our Lady of M\u00e9rcoles", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-20": "Feast of Our Lady of M\u00e9rcoles", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-05-03": "Feast of Our Lady of M\u00e9rcoles", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Feast of Our Lady of M\u00e9rcoles; Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-16": "Feast of Our Lady of M\u00e9rcoles", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-05-06": "Feast of Our Lady of M\u00e9rcoles", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-21": "Feast of Our Lady of M\u00e9rcoles", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-13": "Feast of Our Lady of M\u00e9rcoles", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-05-02": "Feast of Our Lady of M\u00e9rcoles", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-17": "Feast of Our Lady of M\u00e9rcoles", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-05-07": "Feast of Our Lady of M\u00e9rcoles", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-04-29": "Feast of Our Lady of M\u00e9rcoles", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-13": "Feast of Our Lady of M\u00e9rcoles", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-05-03": "Feast of Our Lady of M\u00e9rcoles", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Feast of Our Lady of M\u00e9rcoles; Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-10": "Feast of Our Lady of M\u00e9rcoles", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-04-29": "Feast of Our Lady of M\u00e9rcoles", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-21": "Feast of Our Lady of M\u00e9rcoles", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-05-11": "Feast of Our Lady of M\u00e9rcoles", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-04-26": "Feast of Our Lady of M\u00e9rcoles", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-17": "Feast of Our Lady of M\u00e9rcoles", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-05-07": "Feast of Our Lady of M\u00e9rcoles", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-22": "Feast of Our Lady of M\u00e9rcoles", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-14": "Feast of Our Lady of M\u00e9rcoles", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-05-03": "Feast of Our Lady of M\u00e9rcoles", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Feast of Our Lady of M\u00e9rcoles; Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-10": "Feast of Our Lady of M\u00e9rcoles", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-04-30": "Feast of Our Lady of M\u00e9rcoles", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-21": "Feast of Our Lady of M\u00e9rcoles", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-05-04": "Feast of Our Lady of M\u00e9rcoles", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-04-26": "Feast of Our Lady of M\u00e9rcoles", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_06.json000066400000000000000000002176011500152103600210350ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-07-04": "Saint Elizabeth's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-07-04": "Saint Elizabeth's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-07-04": "Saint Elizabeth's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-07-04": "Saint Elizabeth's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-07-04": "Saint Elizabeth's Day", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-07-04": "Saint Elizabeth's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-07-04": "Saint Elizabeth's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-07-04": "Saint Elizabeth's Day", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-07-04": "Saint Elizabeth's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-07-04": "Saint Elizabeth's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-07-04": "Saint Elizabeth's Day", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-07-04": "Saint Elizabeth's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-07-04": "Saint Elizabeth's Day", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-07-04": "Saint Elizabeth's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-07-04": "Saint Elizabeth's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-07-04": "Saint Elizabeth's Day", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-07-04": "Saint Elizabeth's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-07-04": "Saint Elizabeth's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-07-04": "Saint Elizabeth's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-07-04": "Saint Elizabeth's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-07-04": "Saint Elizabeth's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-07-04": "Saint Elizabeth's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-07-04": "Saint Elizabeth's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-07-04": "Saint Elizabeth's Day", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-07-04": "Saint Elizabeth's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-07-04": "Saint Elizabeth's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-07-04": "Saint Elizabeth's Day", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-07-04": "Saint Elizabeth's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-07-04": "Saint Elizabeth's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-07-04": "Saint Elizabeth's Day", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-07-04": "Saint Elizabeth's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-07-04": "Saint Elizabeth's Day", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-07-04": "Saint Elizabeth's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-07-04": "Saint Elizabeth's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-07-04": "Saint Elizabeth's Day", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-07-04": "Saint Elizabeth's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-07-04": "Saint Elizabeth's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-07-04": "Saint Elizabeth's Day", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-07-04": "Saint Elizabeth's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-07-04": "Saint Elizabeth's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-07-04": "Saint Elizabeth's Day", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-07-04": "Saint Elizabeth's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-07-04": "Saint Elizabeth's Day", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-07-04": "Saint Elizabeth's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-07-04": "Saint Elizabeth's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-07-04": "Saint Elizabeth's Day", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-07-04": "Saint Elizabeth's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-07-04": "Saint Elizabeth's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-07-04": "Saint Elizabeth's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-07-04": "Saint Elizabeth's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-07-04": "Saint Elizabeth's Day", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-07-04": "Saint Elizabeth's Day", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-07-04": "Saint Elizabeth's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-07-04": "Saint Elizabeth's Day", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-07-04": "Saint Elizabeth's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-07-04": "Saint Elizabeth's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-07-04": "Saint Elizabeth's Day", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-07-04": "Saint Elizabeth's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-07-04": "Saint Elizabeth's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-07-04": "Saint Elizabeth's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-07-04": "Saint Elizabeth's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-07-04": "Saint Elizabeth's Day", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-07-04": "Saint Elizabeth's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-07-04": "Saint Elizabeth's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-07-04": "Saint Elizabeth's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-07-04": "Saint Elizabeth's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-07-04": "Saint Elizabeth's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-07-04": "Saint Elizabeth's Day", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-07-04": "Saint Elizabeth's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-07-04": "Saint Elizabeth's Day", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-07-04": "Saint Elizabeth's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-07-04": "Saint Elizabeth's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-07-04": "Saint Elizabeth's Day", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-07-04": "Saint Elizabeth's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-07-04": "Saint Elizabeth's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-07-04": "Saint Elizabeth's Day", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-07-04": "Saint Elizabeth's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-07-04": "Saint Elizabeth's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-07-04": "Saint Elizabeth's Day", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-07-04": "Saint Elizabeth's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-07-04": "Saint Elizabeth's Day", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-07-04": "Saint Elizabeth's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-07-04": "Saint Elizabeth's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-07-04": "Saint Elizabeth's Day", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-07-04": "Saint Elizabeth's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-07-04": "Saint Elizabeth's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-07-04": "Saint Elizabeth's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-07-04": "Saint Elizabeth's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-07-04": "Saint Elizabeth's Day", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-07-04": "Saint Elizabeth's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-07-04": "Saint Elizabeth's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-07-04": "Saint Elizabeth's Day", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-07-04": "Saint Elizabeth's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-07-04": "Saint Elizabeth's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-07-04": "Saint Elizabeth's Day", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-07-04": "Saint Elizabeth's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-07-04": "Saint Elizabeth's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-07-04": "Saint Elizabeth's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-07-04": "Saint Elizabeth's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-07-04": "Saint Elizabeth's Day", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-07-04": "Saint Elizabeth's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_07.json000066400000000000000000002167551500152103600210470ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-06-29": "Saint Peter's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-06-29": "Saint Peter's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-06-29": "Saint Peter's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-06-29": "Saint Peter's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-06-29": "Saint Peter's Day", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-06-29": "Saint Peter's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-06-29": "Saint Peter's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-06-29": "Saint Peter's Day", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-06-29": "Saint Peter's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-06-29": "Saint Peter's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-06-29": "Saint Peter's Day", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-06-29": "Saint Peter's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-06-29": "Saint Peter's Day", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-06-29": "Saint Peter's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-06-29": "Saint Peter's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-06-29": "Saint Peter's Day", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-06-29": "Saint Peter's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-06-29": "Saint Peter's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-06-29": "Saint Peter's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-06-29": "Saint Peter's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-06-29": "Saint Peter's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-06-29": "Saint Peter's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-06-29": "Saint Peter's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-06-29": "Saint Peter's Day", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-06-29": "Saint Peter's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-06-29": "Saint Peter's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-06-29": "Saint Peter's Day", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-06-29": "Saint Peter's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-06-29": "Saint Peter's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-06-29": "Saint Peter's Day", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-06-29": "Saint Peter's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-06-29": "Saint Peter's Day", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-06-29": "Saint Peter's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-06-29": "Saint Peter's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-06-29": "Saint Peter's Day", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-06-29": "Saint Peter's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-06-29": "Saint Peter's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-06-29": "Saint Peter's Day", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-06-29": "Saint Peter's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-06-29": "Saint Peter's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-06-29": "Saint Peter's Day", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-06-29": "Saint Peter's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-06-29": "Saint Peter's Day", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-06-29": "Saint Peter's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-06-29": "Saint Peter's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-06-29": "Saint Peter's Day", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-06-29": "Saint Peter's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-06-29": "Saint Peter's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-06-29": "Saint Peter's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-06-29": "Saint Peter's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-06-29": "Saint Peter's Day", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-06-29": "Saint Peter's Day", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-06-29": "Saint Peter's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-06-29": "Saint Peter's Day", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-06-29": "Saint Peter's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-06-29": "Saint Peter's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-06-29": "Saint Peter's Day", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-06-29": "Saint Peter's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-06-29": "Saint Peter's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-06-29": "Saint Peter's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-06-29": "Saint Peter's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-06-29": "Saint Peter's Day", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-06-29": "Saint Peter's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-06-29": "Saint Peter's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-06-29": "Saint Peter's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-06-29": "Saint Peter's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-06-29": "Saint Peter's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-06-29": "Saint Peter's Day", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-06-29": "Saint Peter's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-06-29": "Saint Peter's Day", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-06-29": "Saint Peter's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-06-29": "Saint Peter's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-06-29": "Saint Peter's Day", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-06-29": "Saint Peter's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-06-29": "Saint Peter's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-06-29": "Saint Peter's Day", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-06-29": "Saint Peter's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-06-29": "Saint Peter's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-06-29": "Saint Peter's Day", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-06-29": "Saint Peter's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-06-29": "Saint Peter's Day", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-06-29": "Saint Peter's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-06-29": "Saint Peter's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-06-29": "Saint Peter's Day", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-06-29": "Saint Peter's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-06-29": "Saint Peter's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-06-29": "Saint Peter's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-06-29": "Saint Peter's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-06-29": "Saint Peter's Day", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-06-29": "Saint Peter's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-06-29": "Saint Peter's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-06-29": "Saint Peter's Day", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-06-29": "Saint Peter's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-06-29": "Saint Peter's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-06-29": "Saint Peter's Day", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-06-29": "Saint Peter's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-06-29": "Saint Peter's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-06-29": "Saint Peter's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-06-29": "Saint Peter's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-06-29": "Saint Peter's Day", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-06-29": "Saint Peter's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_08.json000066400000000000000000002204251500152103600210350ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-09-07": "Municipal Holiday of Faro", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-09-07": "Municipal Holiday of Faro", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-09-07": "Municipal Holiday of Faro", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-09-07": "Municipal Holiday of Faro", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-09-07": "Municipal Holiday of Faro", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-09-07": "Municipal Holiday of Faro", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-09-07": "Municipal Holiday of Faro", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-09-07": "Municipal Holiday of Faro", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-09-07": "Municipal Holiday of Faro", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-09-07": "Municipal Holiday of Faro", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-09-07": "Municipal Holiday of Faro", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-09-07": "Municipal Holiday of Faro", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-09-07": "Municipal Holiday of Faro", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-09-07": "Municipal Holiday of Faro", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-09-07": "Municipal Holiday of Faro", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-09-07": "Municipal Holiday of Faro", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-09-07": "Municipal Holiday of Faro", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-09-07": "Municipal Holiday of Faro", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-09-07": "Municipal Holiday of Faro", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-09-07": "Municipal Holiday of Faro", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-09-07": "Municipal Holiday of Faro", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-09-07": "Municipal Holiday of Faro", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-09-07": "Municipal Holiday of Faro", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-09-07": "Municipal Holiday of Faro", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-09-07": "Municipal Holiday of Faro", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-09-07": "Municipal Holiday of Faro", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-09-07": "Municipal Holiday of Faro", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-09-07": "Municipal Holiday of Faro", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-09-07": "Municipal Holiday of Faro", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-09-07": "Municipal Holiday of Faro", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-09-07": "Municipal Holiday of Faro", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-09-07": "Municipal Holiday of Faro", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-09-07": "Municipal Holiday of Faro", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-09-07": "Municipal Holiday of Faro", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-09-07": "Municipal Holiday of Faro", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-09-07": "Municipal Holiday of Faro", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-09-07": "Municipal Holiday of Faro", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-09-07": "Municipal Holiday of Faro", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-09-07": "Municipal Holiday of Faro", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-09-07": "Municipal Holiday of Faro", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-09-07": "Municipal Holiday of Faro", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-09-07": "Municipal Holiday of Faro", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-09-07": "Municipal Holiday of Faro", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-09-07": "Municipal Holiday of Faro", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-09-07": "Municipal Holiday of Faro", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-09-07": "Municipal Holiday of Faro", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-09-07": "Municipal Holiday of Faro", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-09-07": "Municipal Holiday of Faro", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-09-07": "Municipal Holiday of Faro", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-09-07": "Municipal Holiday of Faro", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-09-07": "Municipal Holiday of Faro", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-09-07": "Municipal Holiday of Faro", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-09-07": "Municipal Holiday of Faro", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-09-07": "Municipal Holiday of Faro", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-09-07": "Municipal Holiday of Faro", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-09-07": "Municipal Holiday of Faro", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-09-07": "Municipal Holiday of Faro", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-09-07": "Municipal Holiday of Faro", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-09-07": "Municipal Holiday of Faro", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-09-07": "Municipal Holiday of Faro", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-09-07": "Municipal Holiday of Faro", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-09-07": "Municipal Holiday of Faro", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-09-07": "Municipal Holiday of Faro", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-09-07": "Municipal Holiday of Faro", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-09-07": "Municipal Holiday of Faro", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-09-07": "Municipal Holiday of Faro", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-09-07": "Municipal Holiday of Faro", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-09-07": "Municipal Holiday of Faro", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-09-07": "Municipal Holiday of Faro", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-09-07": "Municipal Holiday of Faro", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-09-07": "Municipal Holiday of Faro", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-09-07": "Municipal Holiday of Faro", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-09-07": "Municipal Holiday of Faro", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-09-07": "Municipal Holiday of Faro", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-09-07": "Municipal Holiday of Faro", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-09-07": "Municipal Holiday of Faro", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-09-07": "Municipal Holiday of Faro", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-09-07": "Municipal Holiday of Faro", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-09-07": "Municipal Holiday of Faro", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-09-07": "Municipal Holiday of Faro", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-09-07": "Municipal Holiday of Faro", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-09-07": "Municipal Holiday of Faro", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-09-07": "Municipal Holiday of Faro", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-09-07": "Municipal Holiday of Faro", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-09-07": "Municipal Holiday of Faro", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-09-07": "Municipal Holiday of Faro", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-09-07": "Municipal Holiday of Faro", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-09-07": "Municipal Holiday of Faro", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-09-07": "Municipal Holiday of Faro", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-09-07": "Municipal Holiday of Faro", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-09-07": "Municipal Holiday of Faro", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-09-07": "Municipal Holiday of Faro", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-09-07": "Municipal Holiday of Faro", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-09-07": "Municipal Holiday of Faro", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-09-07": "Municipal Holiday of Faro", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-09-07": "Municipal Holiday of Faro", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-09-07": "Municipal Holiday of Faro", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-09-07": "Municipal Holiday of Faro", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-09-07": "Municipal Holiday of Faro", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-09-07": "Municipal Holiday of Faro", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-09-07": "Municipal Holiday of Faro", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_09.json000066400000000000000000002207371500152103600210440ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-11-27": "Municipal Holiday of Guarda", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-11-27": "Municipal Holiday of Guarda", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-11-27": "Municipal Holiday of Guarda", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-11-27": "Municipal Holiday of Guarda", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-11-27": "Municipal Holiday of Guarda", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-11-27": "Municipal Holiday of Guarda", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-11-27": "Municipal Holiday of Guarda", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-11-27": "Municipal Holiday of Guarda", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-11-27": "Municipal Holiday of Guarda", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-11-27": "Municipal Holiday of Guarda", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-11-27": "Municipal Holiday of Guarda", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-11-27": "Municipal Holiday of Guarda", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-11-27": "Municipal Holiday of Guarda", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-11-27": "Municipal Holiday of Guarda", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-11-27": "Municipal Holiday of Guarda", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-11-27": "Municipal Holiday of Guarda", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-11-27": "Municipal Holiday of Guarda", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-11-27": "Municipal Holiday of Guarda", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-11-27": "Municipal Holiday of Guarda", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-11-27": "Municipal Holiday of Guarda", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-11-27": "Municipal Holiday of Guarda", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-11-27": "Municipal Holiday of Guarda", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-11-27": "Municipal Holiday of Guarda", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-11-27": "Municipal Holiday of Guarda", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-11-27": "Municipal Holiday of Guarda", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-11-27": "Municipal Holiday of Guarda", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-11-27": "Municipal Holiday of Guarda", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-11-27": "Municipal Holiday of Guarda", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-11-27": "Municipal Holiday of Guarda", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-11-27": "Municipal Holiday of Guarda", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-11-27": "Municipal Holiday of Guarda", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-11-27": "Municipal Holiday of Guarda", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-11-27": "Municipal Holiday of Guarda", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-11-27": "Municipal Holiday of Guarda", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-11-27": "Municipal Holiday of Guarda", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-11-27": "Municipal Holiday of Guarda", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-11-27": "Municipal Holiday of Guarda", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-11-27": "Municipal Holiday of Guarda", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-11-27": "Municipal Holiday of Guarda", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-11-27": "Municipal Holiday of Guarda", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-11-27": "Municipal Holiday of Guarda", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-11-27": "Municipal Holiday of Guarda", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-11-27": "Municipal Holiday of Guarda", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-11-27": "Municipal Holiday of Guarda", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-11-27": "Municipal Holiday of Guarda", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-11-27": "Municipal Holiday of Guarda", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-11-27": "Municipal Holiday of Guarda", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-11-27": "Municipal Holiday of Guarda", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-11-27": "Municipal Holiday of Guarda", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-11-27": "Municipal Holiday of Guarda", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-11-27": "Municipal Holiday of Guarda", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-11-27": "Municipal Holiday of Guarda", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-11-27": "Municipal Holiday of Guarda", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-11-27": "Municipal Holiday of Guarda", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-11-27": "Municipal Holiday of Guarda", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-11-27": "Municipal Holiday of Guarda", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-11-27": "Municipal Holiday of Guarda", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-11-27": "Municipal Holiday of Guarda", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-11-27": "Municipal Holiday of Guarda", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-11-27": "Municipal Holiday of Guarda", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-11-27": "Municipal Holiday of Guarda", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-11-27": "Municipal Holiday of Guarda", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-11-27": "Municipal Holiday of Guarda", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-11-27": "Municipal Holiday of Guarda", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-11-27": "Municipal Holiday of Guarda", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-11-27": "Municipal Holiday of Guarda", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-11-27": "Municipal Holiday of Guarda", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-11-27": "Municipal Holiday of Guarda", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-11-27": "Municipal Holiday of Guarda", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-11-27": "Municipal Holiday of Guarda", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-11-27": "Municipal Holiday of Guarda", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-11-27": "Municipal Holiday of Guarda", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-11-27": "Municipal Holiday of Guarda", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-11-27": "Municipal Holiday of Guarda", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-11-27": "Municipal Holiday of Guarda", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-11-27": "Municipal Holiday of Guarda", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-11-27": "Municipal Holiday of Guarda", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-11-27": "Municipal Holiday of Guarda", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-11-27": "Municipal Holiday of Guarda", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-11-27": "Municipal Holiday of Guarda", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-11-27": "Municipal Holiday of Guarda", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-11-27": "Municipal Holiday of Guarda", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-11-27": "Municipal Holiday of Guarda", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-11-27": "Municipal Holiday of Guarda", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-11-27": "Municipal Holiday of Guarda", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-11-27": "Municipal Holiday of Guarda", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-11-27": "Municipal Holiday of Guarda", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-11-27": "Municipal Holiday of Guarda", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-11-27": "Municipal Holiday of Guarda", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-11-27": "Municipal Holiday of Guarda", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-11-27": "Municipal Holiday of Guarda", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-11-27": "Municipal Holiday of Guarda", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-11-27": "Municipal Holiday of Guarda", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-11-27": "Municipal Holiday of Guarda", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-11-27": "Municipal Holiday of Guarda", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-11-27": "Municipal Holiday of Guarda", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-11-27": "Municipal Holiday of Guarda", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-11-27": "Municipal Holiday of Guarda", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-11-27": "Municipal Holiday of Guarda", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-11-27": "Municipal Holiday of Guarda", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-11-27": "Municipal Holiday of Guarda", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_10.json000066400000000000000000002207131500152103600210260ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-22": "Municipal Holiday of Leiria", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-22": "Municipal Holiday of Leiria", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-22": "Municipal Holiday of Leiria", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-22": "Municipal Holiday of Leiria", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-22": "Municipal Holiday of Leiria", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-22": "Municipal Holiday of Leiria", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-22": "Municipal Holiday of Leiria", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-22": "Municipal Holiday of Leiria", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-05-22": "Municipal Holiday of Leiria", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-22": "Municipal Holiday of Leiria", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-22": "Municipal Holiday of Leiria", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-22": "Municipal Holiday of Leiria", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-22": "Municipal Holiday of Leiria", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-22": "Municipal Holiday of Leiria", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-22": "Municipal Holiday of Leiria", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-22": "Municipal Holiday of Leiria", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-05-22": "Municipal Holiday of Leiria", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-22": "Municipal Holiday of Leiria", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-22": "Municipal Holiday of Leiria", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-22": "Municipal Holiday of Leiria", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-22": "Municipal Holiday of Leiria", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-22": "Municipal Holiday of Leiria", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-05-22": "Municipal Holiday of Leiria", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-22": "Municipal Holiday of Leiria", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-05-22": "Municipal Holiday of Leiria", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-22": "Municipal Holiday of Leiria", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-05-22": "Municipal Holiday of Leiria", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-05-22": "Municipal Holiday of Leiria", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-22": "Municipal Holiday of Leiria", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-05-22": "Municipal Holiday of Leiria", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-05-22": "Municipal Holiday of Leiria", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-05-22": "Municipal Holiday of Leiria", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-05-22": "Municipal Holiday of Leiria", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-05-22": "Municipal Holiday of Leiria", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-05-22": "Municipal Holiday of Leiria", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-05-22": "Municipal Holiday of Leiria", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-22": "Municipal Holiday of Leiria", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-05-22": "Municipal Holiday of Leiria", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-05-22": "Municipal Holiday of Leiria", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-22": "Municipal Holiday of Leiria", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-05-22": "Municipal Holiday of Leiria", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-22": "Municipal Holiday of Leiria", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-05-22": "Municipal Holiday of Leiria", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-05-22": "Municipal Holiday of Leiria", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-05-22": "Municipal Holiday of Leiria", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-05-22": "Municipal Holiday of Leiria", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-05-22": "Municipal Holiday of Leiria", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-22": "Municipal Holiday of Leiria", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-05-22": "Municipal Holiday of Leiria", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-05-22": "Municipal Holiday of Leiria", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-05-22": "Municipal Holiday of Leiria", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-05-22": "Municipal Holiday of Leiria", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-22": "Municipal Holiday of Leiria", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-05-22": "Municipal Holiday of Leiria", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-05-22": "Municipal Holiday of Leiria", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-22": "Municipal Holiday of Leiria", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-05-22": "Municipal Holiday of Leiria", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-05-22": "Municipal Holiday of Leiria", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi; Municipal Holiday of Leiria", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-05-22": "Municipal Holiday of Leiria", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-05-22": "Municipal Holiday of Leiria", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-05-22": "Municipal Holiday of Leiria", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-05-22": "Municipal Holiday of Leiria", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-05-22": "Municipal Holiday of Leiria", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-05-22": "Municipal Holiday of Leiria", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-05-22": "Municipal Holiday of Leiria", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-22": "Municipal Holiday of Leiria", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-05-22": "Municipal Holiday of Leiria", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-22": "Municipal Holiday of Leiria", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-05-22": "Municipal Holiday of Leiria", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-05-22": "Municipal Holiday of Leiria", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-05-22": "Municipal Holiday of Leiria", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-05-22": "Municipal Holiday of Leiria", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-05-22": "Municipal Holiday of Leiria", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-22": "Municipal Holiday of Leiria", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-05-22": "Municipal Holiday of Leiria", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-05-22": "Municipal Holiday of Leiria", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-22": "Municipal Holiday of Leiria", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-05-22": "Municipal Holiday of Leiria", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-22": "Municipal Holiday of Leiria", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-05-22": "Municipal Holiday of Leiria", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-05-22": "Municipal Holiday of Leiria", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-22": "Municipal Holiday of Leiria", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-05-22": "Municipal Holiday of Leiria", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-05-22": "Municipal Holiday of Leiria", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-22": "Municipal Holiday of Leiria", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-05-22": "Municipal Holiday of Leiria", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-05-22": "Municipal Holiday of Leiria", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-05-22": "Municipal Holiday of Leiria", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-05-22": "Municipal Holiday of Leiria", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-22": "Municipal Holiday of Leiria", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-05-22": "Municipal Holiday of Leiria", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-05-22": "Municipal Holiday of Leiria", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-22": "Municipal Holiday of Leiria", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-05-22": "Municipal Holiday of Leiria", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-05-22": "Municipal Holiday of Leiria", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-22": "Municipal Holiday of Leiria", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-05-22": "Municipal Holiday of Leiria", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-05-22": "Municipal Holiday of Leiria", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-05-22": "Municipal Holiday of Leiria", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-05-22": "Municipal Holiday of Leiria", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_11.json000066400000000000000000002072121500152103600210260ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_12.json000066400000000000000000002215631500152103600210340ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-05-23": "Municipal Holiday of Portalegre", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-23": "Municipal Holiday of Portalegre", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-05-23": "Municipal Holiday of Portalegre", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-05-23": "Municipal Holiday of Portalegre", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-05-23": "Municipal Holiday of Portalegre", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-05-23": "Municipal Holiday of Portalegre", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-23": "Municipal Holiday of Portalegre", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-05-23": "Municipal Holiday of Portalegre", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-05-23": "Municipal Holiday of Portalegre", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-23": "Municipal Holiday of Portalegre", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-05-23": "Municipal Holiday of Portalegre", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-05-23": "Municipal Holiday of Portalegre", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-05-23": "Municipal Holiday of Portalegre", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-05-23": "Municipal Holiday of Portalegre", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-23": "Municipal Holiday of Portalegre", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-05-23": "Municipal Holiday of Portalegre", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-05-23": "Municipal Holiday of Portalegre", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-23": "Municipal Holiday of Portalegre", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-05-23": "Municipal Holiday of Portalegre", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-05-23": "Municipal Holiday of Portalegre", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-23": "Municipal Holiday of Portalegre", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-05-23": "Municipal Holiday of Portalegre", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-05-23": "Municipal Holiday of Portalegre", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-05-23": "Municipal Holiday of Portalegre", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-05-23": "Municipal Holiday of Portalegre", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-23": "Municipal Holiday of Portalegre", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-05-23": "Municipal Holiday of Portalegre", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-05-23": "Municipal Holiday of Portalegre", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-23": "Municipal Holiday of Portalegre", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-05-23": "Municipal Holiday of Portalegre", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-05-23": "Municipal Holiday of Portalegre", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-05-23": "Municipal Holiday of Portalegre", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-05-23": "Municipal Holiday of Portalegre", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-05-23": "Municipal Holiday of Portalegre", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-05-23": "Municipal Holiday of Portalegre", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-05-23": "Municipal Holiday of Portalegre", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-23": "Municipal Holiday of Portalegre", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-05-23": "Municipal Holiday of Portalegre", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-05-23": "Municipal Holiday of Portalegre", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-23": "Municipal Holiday of Portalegre", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-05-23": "Municipal Holiday of Portalegre", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-23": "Municipal Holiday of Portalegre", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-05-23": "Municipal Holiday of Portalegre", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-05-23": "Municipal Holiday of Portalegre", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-05-23": "Municipal Holiday of Portalegre", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-05-23": "Municipal Holiday of Portalegre", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-05-23": "Municipal Holiday of Portalegre", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-23": "Municipal Holiday of Portalegre", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-05-23": "Municipal Holiday of Portalegre", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-05-23": "Municipal Holiday of Portalegre", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-05-23": "Municipal Holiday of Portalegre", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-05-23": "Municipal Holiday of Portalegre", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-23": "Municipal Holiday of Portalegre", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-05-23": "Municipal Holiday of Portalegre", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-05-23": "Municipal Holiday of Portalegre", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-23": "Municipal Holiday of Portalegre", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-05-23": "Municipal Holiday of Portalegre", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-05-23": "Municipal Holiday of Portalegre", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-05-23": "Municipal Holiday of Portalegre", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-05-23": "Municipal Holiday of Portalegre", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-05-23": "Municipal Holiday of Portalegre", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-05-23": "Municipal Holiday of Portalegre", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-05-23": "Municipal Holiday of Portalegre", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-05-23": "Municipal Holiday of Portalegre", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-05-23": "Municipal Holiday of Portalegre", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-05-23": "Municipal Holiday of Portalegre", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-23": "Municipal Holiday of Portalegre", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-05-23": "Municipal Holiday of Portalegre", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-23": "Municipal Holiday of Portalegre", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-05-23": "Municipal Holiday of Portalegre", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-05-23": "Municipal Holiday of Portalegre", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-05-23": "Municipal Holiday of Portalegre", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-05-23": "Municipal Holiday of Portalegre", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-05-23": "Municipal Holiday of Portalegre", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-23": "Municipal Holiday of Portalegre", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-05-23": "Municipal Holiday of Portalegre", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-05-23": "Municipal Holiday of Portalegre", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-23": "Municipal Holiday of Portalegre", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-05-23": "Municipal Holiday of Portalegre", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-23": "Municipal Holiday of Portalegre", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-05-23": "Municipal Holiday of Portalegre", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-05-23": "Municipal Holiday of Portalegre", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-23": "Municipal Holiday of Portalegre", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-05-23": "Municipal Holiday of Portalegre", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-05-23": "Municipal Holiday of Portalegre", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-23": "Municipal Holiday of Portalegre", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-05-23": "Municipal Holiday of Portalegre", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-05-23": "Municipal Holiday of Portalegre", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-05-23": "Municipal Holiday of Portalegre", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-05-23": "Municipal Holiday of Portalegre", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-23": "Municipal Holiday of Portalegre", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-05-23": "Municipal Holiday of Portalegre", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-05-23": "Municipal Holiday of Portalegre", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-23": "Municipal Holiday of Portalegre", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-05-23": "Municipal Holiday of Portalegre", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-05-23": "Municipal Holiday of Portalegre", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-23": "Municipal Holiday of Portalegre", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-05-23": "Municipal Holiday of Portalegre", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-05-23": "Municipal Holiday of Portalegre", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-05-23": "Municipal Holiday of Portalegre", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-05-23": "Municipal Holiday of Portalegre", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_13.json000066400000000000000000002165641500152103600210420ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-06-24": "Saint John's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-06-24": "Saint John's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-06-24": "Saint John's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-06-24": "Saint John's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-06-24": "Saint John's Day", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-06-24": "Saint John's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-06-24": "Saint John's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-06-24": "Saint John's Day", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-06-24": "Saint John's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-06-24": "Saint John's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-06-24": "Saint John's Day", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-06-24": "Saint John's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-06-24": "Saint John's Day", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-06-24": "Saint John's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-06-24": "Saint John's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-06-24": "Saint John's Day", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-06-24": "Saint John's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-06-24": "Saint John's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-06-24": "Saint John's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-06-24": "Saint John's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-06-24": "Saint John's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-06-24": "Saint John's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-06-24": "Saint John's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-06-24": "Saint John's Day", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-06-24": "Saint John's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-06-24": "Saint John's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-06-24": "Saint John's Day", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-06-24": "Saint John's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-06-24": "Saint John's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-06-24": "Saint John's Day", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-06-24": "Saint John's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-06-24": "Saint John's Day", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-06-24": "Saint John's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-06-24": "Saint John's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-06-24": "Saint John's Day", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-06-24": "Saint John's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-06-24": "Saint John's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-06-24": "Saint John's Day", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-06-24": "Saint John's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-06-24": "Saint John's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-06-24": "Saint John's Day", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-06-24": "Saint John's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-06-24": "Saint John's Day", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-06-24": "Saint John's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-06-24": "Saint John's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-06-24": "Saint John's Day", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-06-24": "Saint John's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-06-24": "Saint John's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-06-24": "Saint John's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-06-24": "Saint John's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-06-24": "Saint John's Day", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-06-24": "Saint John's Day", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-06-24": "Saint John's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-06-24": "Saint John's Day", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-06-24": "Saint John's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-06-24": "Saint John's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-06-24": "Saint John's Day", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-06-24": "Saint John's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-06-24": "Saint John's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-06-24": "Saint John's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-06-24": "Saint John's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-06-24": "Saint John's Day", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-06-24": "Saint John's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-06-24": "Saint John's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-06-24": "Saint John's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-06-24": "Saint John's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-06-24": "Saint John's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-06-24": "Saint John's Day", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-06-24": "Saint John's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-06-24": "Saint John's Day", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-06-24": "Saint John's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-06-24": "Saint John's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-06-24": "Saint John's Day", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-06-24": "Saint John's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-06-24": "Saint John's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-06-24": "Saint John's Day", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-06-24": "Saint John's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-06-24": "Saint John's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-06-24": "Saint John's Day", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-06-24": "Saint John's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-06-24": "Saint John's Day", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-06-24": "Saint John's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-06-24": "Saint John's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-06-24": "Saint John's Day", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-06-24": "Saint John's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-06-24": "Saint John's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-06-24": "Saint John's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-06-24": "Saint John's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi; Saint John's Day", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-06-24": "Saint John's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-06-24": "Saint John's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-06-24": "Saint John's Day", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-06-24": "Saint John's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-06-24": "Saint John's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-06-24": "Saint John's Day", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-06-24": "Saint John's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-06-24": "Saint John's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-06-24": "Saint John's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-06-24": "Saint John's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-06-24": "Saint John's Day", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-06-24": "Saint John's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_14.json000066400000000000000000002171221500152103600210320ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-03-19": "Saint Joseph's Day", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-19": "Saint Joseph's Day", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-03-19": "Saint Joseph's Day", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-03-19": "Saint Joseph's Day", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-03-19": "Saint Joseph's Day", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-03-19": "Saint Joseph's Day", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-19": "Saint Joseph's Day", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-03-19": "Saint Joseph's Day", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-03-19": "Saint Joseph's Day", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-19": "Saint Joseph's Day", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-03-19": "Saint Joseph's Day", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-19": "Saint Joseph's Day", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-03-19": "Saint Joseph's Day", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-03-19": "Saint Joseph's Day", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-19": "Saint Joseph's Day", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-03-19": "Saint Joseph's Day", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-03-19": "Saint Joseph's Day", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-19": "Saint Joseph's Day", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-03-19": "Saint Joseph's Day", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-03-19": "Saint Joseph's Day", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-19": "Saint Joseph's Day", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-03-19": "Saint Joseph's Day", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-19": "Saint Joseph's Day", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-03-19": "Saint Joseph's Day", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-03-19": "Saint Joseph's Day", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-19": "Saint Joseph's Day", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-03-19": "Saint Joseph's Day", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-03-19": "Saint Joseph's Day", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-19": "Saint Joseph's Day", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-03-19": "Saint Joseph's Day", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-03-19": "Saint Joseph's Day", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-03-19": "Saint Joseph's Day", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-03-19": "Saint Joseph's Day", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-03-19": "Saint Joseph's Day", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-03-19": "Saint Joseph's Day", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-03-19": "Saint Joseph's Day", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-19": "Saint Joseph's Day", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-03-19": "Saint Joseph's Day", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-03-19": "Saint Joseph's Day", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-19": "Saint Joseph's Day", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-03-19": "Saint Joseph's Day", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-19": "Saint Joseph's Day", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-03-19": "Saint Joseph's Day", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-03-19": "Saint Joseph's Day", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-03-19": "Saint Joseph's Day", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-03-19": "Saint Joseph's Day", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-03-19": "Saint Joseph's Day", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-19": "Saint Joseph's Day", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-03-19": "Saint Joseph's Day", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-03-19": "Saint Joseph's Day", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-03-19": "Saint Joseph's Day", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-03-19": "Saint Joseph's Day", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-19": "Saint Joseph's Day", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-03-19": "Saint Joseph's Day", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-03-19": "Saint Joseph's Day", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-19": "Saint Joseph's Day", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-03-19": "Saint Joseph's Day", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-03-19": "Saint Joseph's Day", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-19": "Saint Joseph's Day", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-03-19": "Saint Joseph's Day", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-03-19": "Saint Joseph's Day", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-03-19": "Saint Joseph's Day", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-03-19": "Saint Joseph's Day", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-19": "Saint Joseph's Day", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-03-19": "Saint Joseph's Day", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-03-19": "Saint Joseph's Day", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-19": "Saint Joseph's Day", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-03-19": "Saint Joseph's Day", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-19": "Saint Joseph's Day", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-03-19": "Saint Joseph's Day", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-03-19": "Saint Joseph's Day", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-03-19": "Saint Joseph's Day", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-03-19": "Saint Joseph's Day", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-03-19": "Saint Joseph's Day", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-19": "Saint Joseph's Day", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-03-19": "Saint Joseph's Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-03-19": "Saint Joseph's Day", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-19": "Saint Joseph's Day", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-03-19": "Saint Joseph's Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-19": "Saint Joseph's Day", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-03-19": "Saint Joseph's Day", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-03-19": "Saint Joseph's Day", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-19": "Saint Joseph's Day", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-03-19": "Saint Joseph's Day", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-03-19": "Saint Joseph's Day", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-19": "Saint Joseph's Day", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-03-19": "Saint Joseph's Day", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-03-19": "Saint Joseph's Day", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-03-19": "Saint Joseph's Day", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-03-19": "Saint Joseph's Day", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-19": "Saint Joseph's Day", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-03-19": "Saint Joseph's Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-03-19": "Saint Joseph's Day", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-19": "Saint Joseph's Day", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-03-19": "Saint Joseph's Day", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-03-19": "Saint Joseph's Day", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-19": "Saint Joseph's Day", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-03-19": "Saint Joseph's Day", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-03-19": "Saint Joseph's Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-03-19": "Saint Joseph's Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-03-19": "Saint Joseph's Day", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_15.json000066400000000000000000002154521500152103600210370ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-09-15": "Bocage Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-09-15": "Bocage Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-09-15": "Bocage Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-09-15": "Bocage Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-09-15": "Bocage Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-09-15": "Bocage Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-09-15": "Bocage Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-09-15": "Bocage Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-09-15": "Bocage Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-09-15": "Bocage Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-09-15": "Bocage Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-09-15": "Bocage Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-09-15": "Bocage Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-09-15": "Bocage Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-09-15": "Bocage Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-09-15": "Bocage Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-09-15": "Bocage Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-09-15": "Bocage Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-09-15": "Bocage Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-09-15": "Bocage Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-09-15": "Bocage Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-09-15": "Bocage Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-09-15": "Bocage Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-09-15": "Bocage Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-09-15": "Bocage Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-09-15": "Bocage Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-09-15": "Bocage Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-09-15": "Bocage Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-09-15": "Bocage Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-09-15": "Bocage Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-09-15": "Bocage Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-09-15": "Bocage Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-09-15": "Bocage Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-09-15": "Bocage Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-09-15": "Bocage Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-09-15": "Bocage Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-09-15": "Bocage Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-09-15": "Bocage Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-09-15": "Bocage Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-09-15": "Bocage Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-09-15": "Bocage Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-09-15": "Bocage Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-09-15": "Bocage Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-09-15": "Bocage Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-09-15": "Bocage Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-09-15": "Bocage Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-09-15": "Bocage Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-09-15": "Bocage Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-09-15": "Bocage Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-09-15": "Bocage Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-09-15": "Bocage Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-09-15": "Bocage Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-09-15": "Bocage Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-09-15": "Bocage Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-09-15": "Bocage Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-09-15": "Bocage Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-09-15": "Bocage Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-09-15": "Bocage Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-09-15": "Bocage Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-09-15": "Bocage Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-09-15": "Bocage Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-09-15": "Bocage Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-09-15": "Bocage Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-09-15": "Bocage Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-09-15": "Bocage Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-09-15": "Bocage Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-09-15": "Bocage Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-09-15": "Bocage Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-09-15": "Bocage Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-09-15": "Bocage Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-09-15": "Bocage Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-09-15": "Bocage Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-09-15": "Bocage Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-09-15": "Bocage Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-09-15": "Bocage Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-09-15": "Bocage Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-09-15": "Bocage Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-09-15": "Bocage Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-09-15": "Bocage Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-09-15": "Bocage Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-09-15": "Bocage Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-09-15": "Bocage Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-09-15": "Bocage Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-09-15": "Bocage Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-09-15": "Bocage Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-09-15": "Bocage Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-09-15": "Bocage Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-09-15": "Bocage Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-09-15": "Bocage Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-09-15": "Bocage Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-09-15": "Bocage Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-09-15": "Bocage Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-09-15": "Bocage Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-09-15": "Bocage Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-09-15": "Bocage Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-09-15": "Bocage Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-09-15": "Bocage Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-09-15": "Bocage Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-09-15": "Bocage Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-09-15": "Bocage Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-09-15": "Bocage Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_16.json000066400000000000000000002211041500152103600210270ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-08-20": "Feast of Our Lady of Sorrows", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-08-20": "Feast of Our Lady of Sorrows", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-08-20": "Feast of Our Lady of Sorrows", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-08-20": "Feast of Our Lady of Sorrows", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-08-20": "Feast of Our Lady of Sorrows", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-08-20": "Feast of Our Lady of Sorrows", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-08-20": "Feast of Our Lady of Sorrows", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-08-20": "Feast of Our Lady of Sorrows", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-08-20": "Feast of Our Lady of Sorrows", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-08-20": "Feast of Our Lady of Sorrows", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-08-20": "Feast of Our Lady of Sorrows", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-08-20": "Feast of Our Lady of Sorrows", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-08-20": "Feast of Our Lady of Sorrows", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-08-20": "Feast of Our Lady of Sorrows", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-08-20": "Feast of Our Lady of Sorrows", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-08-20": "Feast of Our Lady of Sorrows", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-08-20": "Feast of Our Lady of Sorrows", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-08-20": "Feast of Our Lady of Sorrows", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-08-20": "Feast of Our Lady of Sorrows", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-08-20": "Feast of Our Lady of Sorrows", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-08-20": "Feast of Our Lady of Sorrows", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-08-20": "Feast of Our Lady of Sorrows", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-08-20": "Feast of Our Lady of Sorrows", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-08-20": "Feast of Our Lady of Sorrows", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-08-20": "Feast of Our Lady of Sorrows", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-08-20": "Feast of Our Lady of Sorrows", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-08-20": "Feast of Our Lady of Sorrows", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-08-20": "Feast of Our Lady of Sorrows", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-08-20": "Feast of Our Lady of Sorrows", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-08-20": "Feast of Our Lady of Sorrows", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-08-20": "Feast of Our Lady of Sorrows", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-08-20": "Feast of Our Lady of Sorrows", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-08-20": "Feast of Our Lady of Sorrows", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-08-20": "Feast of Our Lady of Sorrows", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-08-20": "Feast of Our Lady of Sorrows", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-08-20": "Feast of Our Lady of Sorrows", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-08-20": "Feast of Our Lady of Sorrows", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-08-20": "Feast of Our Lady of Sorrows", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-08-20": "Feast of Our Lady of Sorrows", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-08-20": "Feast of Our Lady of Sorrows", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-08-20": "Feast of Our Lady of Sorrows", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-08-20": "Feast of Our Lady of Sorrows", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-08-20": "Feast of Our Lady of Sorrows", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-08-20": "Feast of Our Lady of Sorrows", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-08-20": "Feast of Our Lady of Sorrows", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-08-20": "Feast of Our Lady of Sorrows", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-08-20": "Feast of Our Lady of Sorrows", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-08-20": "Feast of Our Lady of Sorrows", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-08-20": "Feast of Our Lady of Sorrows", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-08-20": "Feast of Our Lady of Sorrows", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-08-20": "Feast of Our Lady of Sorrows", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-08-20": "Feast of Our Lady of Sorrows", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-08-20": "Feast of Our Lady of Sorrows", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-08-20": "Feast of Our Lady of Sorrows", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-08-20": "Feast of Our Lady of Sorrows", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-08-20": "Feast of Our Lady of Sorrows", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-08-20": "Feast of Our Lady of Sorrows", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-08-20": "Feast of Our Lady of Sorrows", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-08-20": "Feast of Our Lady of Sorrows", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-08-20": "Feast of Our Lady of Sorrows", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-08-20": "Feast of Our Lady of Sorrows", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-08-20": "Feast of Our Lady of Sorrows", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-08-20": "Feast of Our Lady of Sorrows", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-08-20": "Feast of Our Lady of Sorrows", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-08-20": "Feast of Our Lady of Sorrows", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-08-20": "Feast of Our Lady of Sorrows", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-08-20": "Feast of Our Lady of Sorrows", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-08-20": "Feast of Our Lady of Sorrows", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-08-20": "Feast of Our Lady of Sorrows", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-08-20": "Feast of Our Lady of Sorrows", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-08-20": "Feast of Our Lady of Sorrows", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-08-20": "Feast of Our Lady of Sorrows", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-08-20": "Feast of Our Lady of Sorrows", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-08-20": "Feast of Our Lady of Sorrows", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-08-20": "Feast of Our Lady of Sorrows", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-08-20": "Feast of Our Lady of Sorrows", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-08-20": "Feast of Our Lady of Sorrows", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-08-20": "Feast of Our Lady of Sorrows", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-08-20": "Feast of Our Lady of Sorrows", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-08-20": "Feast of Our Lady of Sorrows", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-08-20": "Feast of Our Lady of Sorrows", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-08-20": "Feast of Our Lady of Sorrows", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-08-20": "Feast of Our Lady of Sorrows", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-08-20": "Feast of Our Lady of Sorrows", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-08-20": "Feast of Our Lady of Sorrows", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-08-20": "Feast of Our Lady of Sorrows", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-08-20": "Feast of Our Lady of Sorrows", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-08-20": "Feast of Our Lady of Sorrows", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-08-20": "Feast of Our Lady of Sorrows", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-08-20": "Feast of Our Lady of Sorrows", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-08-20": "Feast of Our Lady of Sorrows", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-08-20": "Feast of Our Lady of Sorrows", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-08-20": "Feast of Our Lady of Sorrows", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-08-20": "Feast of Our Lady of Sorrows", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-08-20": "Feast of Our Lady of Sorrows", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-08-20": "Feast of Our Lady of Sorrows", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-08-20": "Feast of Our Lady of Sorrows", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-08-20": "Feast of Our Lady of Sorrows", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-08-20": "Feast of Our Lady of Sorrows", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-08-20": "Feast of Our Lady of Sorrows", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-08-20": "Feast of Our Lady of Sorrows", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_17.json000066400000000000000000002072121500152103600210340ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_18.json000066400000000000000000002172671500152103600210500ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-09-21": "Saint Matthew's Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-09-21": "Saint Matthew's Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-09-21": "Saint Matthew's Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-09-21": "Saint Matthew's Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-09-21": "Saint Matthew's Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-09-21": "Saint Matthew's Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-09-21": "Saint Matthew's Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-09-21": "Saint Matthew's Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-09-21": "Saint Matthew's Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-09-21": "Saint Matthew's Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-09-21": "Saint Matthew's Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-09-21": "Saint Matthew's Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-09-21": "Saint Matthew's Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-09-21": "Saint Matthew's Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-09-21": "Saint Matthew's Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-09-21": "Saint Matthew's Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-09-21": "Saint Matthew's Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-09-21": "Saint Matthew's Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-09-21": "Saint Matthew's Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-09-21": "Saint Matthew's Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-09-21": "Saint Matthew's Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-09-21": "Saint Matthew's Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-09-21": "Saint Matthew's Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-09-21": "Saint Matthew's Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-09-21": "Saint Matthew's Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-09-21": "Saint Matthew's Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-09-21": "Saint Matthew's Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-09-21": "Saint Matthew's Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-09-21": "Saint Matthew's Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-09-21": "Saint Matthew's Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-09-21": "Saint Matthew's Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-09-21": "Saint Matthew's Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-09-21": "Saint Matthew's Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-09-21": "Saint Matthew's Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-09-21": "Saint Matthew's Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-09-21": "Saint Matthew's Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-09-21": "Saint Matthew's Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-09-21": "Saint Matthew's Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-09-21": "Saint Matthew's Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-09-21": "Saint Matthew's Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-09-21": "Saint Matthew's Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-09-21": "Saint Matthew's Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-09-21": "Saint Matthew's Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-09-21": "Saint Matthew's Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-09-21": "Saint Matthew's Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-09-21": "Saint Matthew's Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-09-21": "Saint Matthew's Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-09-21": "Saint Matthew's Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-09-21": "Saint Matthew's Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-09-21": "Saint Matthew's Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-09-21": "Saint Matthew's Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-09-21": "Saint Matthew's Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-09-21": "Saint Matthew's Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-09-21": "Saint Matthew's Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-09-21": "Saint Matthew's Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-09-21": "Saint Matthew's Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-09-21": "Saint Matthew's Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-09-21": "Saint Matthew's Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-09-21": "Saint Matthew's Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-09-21": "Saint Matthew's Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-09-21": "Saint Matthew's Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-09-21": "Saint Matthew's Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-09-21": "Saint Matthew's Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-09-21": "Saint Matthew's Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-09-21": "Saint Matthew's Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-09-21": "Saint Matthew's Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-09-21": "Saint Matthew's Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-09-21": "Saint Matthew's Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-09-21": "Saint Matthew's Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-09-21": "Saint Matthew's Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-09-21": "Saint Matthew's Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-09-21": "Saint Matthew's Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-09-21": "Saint Matthew's Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-09-21": "Saint Matthew's Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-09-21": "Saint Matthew's Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-09-21": "Saint Matthew's Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-09-21": "Saint Matthew's Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-09-21": "Saint Matthew's Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-09-21": "Saint Matthew's Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-09-21": "Saint Matthew's Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-09-21": "Saint Matthew's Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-09-21": "Saint Matthew's Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-09-21": "Saint Matthew's Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-09-21": "Saint Matthew's Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-09-21": "Saint Matthew's Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-09-21": "Saint Matthew's Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-09-21": "Saint Matthew's Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-09-21": "Saint Matthew's Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-09-21": "Saint Matthew's Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-09-21": "Saint Matthew's Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-09-21": "Saint Matthew's Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-09-21": "Saint Matthew's Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-09-21": "Saint Matthew's Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-09-21": "Saint Matthew's Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-09-21": "Saint Matthew's Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-09-21": "Saint Matthew's Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-09-21": "Saint Matthew's Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-09-21": "Saint Matthew's Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-09-21": "Saint Matthew's Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-09-21": "Saint Matthew's Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-09-21": "Saint Matthew's Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_20.json000066400000000000000000002176721500152103600210410ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-08": "Day of the Autonomous Region of the Azores", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-05-31": "Day of the Autonomous Region of the Azores", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-05-23": "Day of the Autonomous Region of the Azores", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-11": "Day of the Autonomous Region of the Azores", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-05-27": "Day of the Autonomous Region of the Azores", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-19": "Day of the Autonomous Region of the Azores", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-08": "Day of the Autonomous Region of the Azores", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-05-23": "Day of the Autonomous Region of the Azores", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-15": "Day of the Autonomous Region of the Azores", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-04": "Day of the Autonomous Region of the Azores", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-20": "Day of the Autonomous Region of the Azores", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-08": "Day of the Autonomous Region of the Azores", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-05-31": "Day of the Autonomous Region of the Azores", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-05-23": "Day of the Autonomous Region of the Azores", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-05": "Day of the Autonomous Region of the Azores", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-05-27": "Day of the Autonomous Region of the Azores", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-19": "Day of the Autonomous Region of the Azores", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-01": "Day of the Autonomous Region of the Azores", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-05-24": "Day of the Autonomous Region of the Azores", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-12": "Day of the Autonomous Region of the Azores", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-04": "Day of the Autonomous Region of the Azores", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-20": "Day of the Autonomous Region of the Azores", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-09": "Day of the Autonomous Region of the Azores", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-05-31": "Day of the Autonomous Region of the Azores", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-16": "Day of the Autonomous Region of the Azores", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-05": "Day of the Autonomous Region of the Azores", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-05-28": "Day of the Autonomous Region of the Azores", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-12": "Day of the Autonomous Region of the Azores", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-01": "Day of the Autonomous Region of the Azores", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-05-24": "Day of the Autonomous Region of the Azores", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Day of the Autonomous Region of the Azores; Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-05-28": "Day of the Autonomous Region of the Azores", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-05-20": "Day of the Autonomous Region of the Azores", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-09": "Day of the Autonomous Region of the Azores", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-05-25": "Day of the Autonomous Region of the Azores", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-16": "Day of the Autonomous Region of the Azores", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-05": "Day of the Autonomous Region of the Azores", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-21": "Day of the Autonomous Region of the Azores", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities; Day of the Autonomous Region of the Azores", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-01": "Day of the Autonomous Region of the Azores", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-05-24": "Day of the Autonomous Region of the Azores", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-06": "Day of the Autonomous Region of the Azores", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-05-29": "Day of the Autonomous Region of the Azores", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-20": "Day of the Autonomous Region of the Azores", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-09": "Day of the Autonomous Region of the Azores", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-05-25": "Day of the Autonomous Region of the Azores", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-17": "Day of the Autonomous Region of the Azores", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-05": "Day of the Autonomous Region of the Azores", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-21": "Day of the Autonomous Region of the Azores", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities; Day of the Autonomous Region of the Azores", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-02": "Day of the Autonomous Region of the Azores", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-17": "Day of the Autonomous Region of the Azores", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-06": "Day of the Autonomous Region of the Azores", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-05-29": "Day of the Autonomous Region of the Azores", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-14": "Day of the Autonomous Region of the Azores", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-02": "Day of the Autonomous Region of the Azores", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-05-25": "Day of the Autonomous Region of the Azores", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-14": "Day of the Autonomous Region of the Azores", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-05-30": "Day of the Autonomous Region of the Azores", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-21": "Day of the Autonomous Region of the Azores", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities; Day of the Autonomous Region of the Azores", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-05-26": "Day of the Autonomous Region of the Azores", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-18": "Day of the Autonomous Region of the Azores", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-06": "Day of the Autonomous Region of the Azores", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-05-29": "Day of the Autonomous Region of the Azores", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-14": "Day of the Autonomous Region of the Azores", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-03": "Day of the Autonomous Region of the Azores", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-05-25": "Day of the Autonomous Region of the Azores", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-07": "Day of the Autonomous Region of the Azores", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-05-30": "Day of the Autonomous Region of the Azores", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_30.json000066400000000000000000002244041500152103600210310ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-07-01": "Day of the Autonomous Region of Madeira", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-07-01": "Day of the Autonomous Region of Madeira", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-07-01": "Day of the Autonomous Region of Madeira", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-07-01": "Day of the Autonomous Region of Madeira", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-07-01": "Day of the Autonomous Region of Madeira", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-07-01": "Day of the Autonomous Region of Madeira", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-07-01": "Day of the Autonomous Region of Madeira", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-07-01": "Day of the Autonomous Region of Madeira", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-07-01": "Day of the Autonomous Region of Madeira", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-07-01": "Day of the Autonomous Region of Madeira", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "1st Octave; Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "1st Octave; Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "1st Octave; Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "1st Octave; Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "1st Octave; Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "1st Octave; Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "1st Octave; Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "1st Octave; Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "1st Octave; Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "1st Octave; Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "1st Octave; Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "1st Octave; Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "1st Octave; Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "1st Octave; Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "1st Octave; Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "1st Octave; Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "1st Octave; Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "1st Octave; Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "1st Octave; Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "1st Octave; Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "1st Octave; Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "1st Octave; Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "1st Octave; Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "1st Octave; Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "1st Octave; Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "1st Octave; Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "1st Octave; Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "1st Octave; Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "1st Octave; Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "1st Octave; Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "1st Octave; Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "1st Octave; Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "1st Octave; Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "1st Octave; Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "1st Octave; Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "1st Octave; Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "1st Octave; Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "1st Octave; Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "1st Octave; Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "1st Octave; Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "1st Octave; Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "1st Octave; Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "1st Octave; Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "1st Octave; Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "1st Octave; Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "1st Octave; Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "1st Octave; Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "1st Octave; Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-07-01": "Day of the Autonomous Region of Madeira and the Madeiran Communities", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "1st Octave; Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PT_COMMON.json000066400000000000000000002072121500152103600215750ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-21": "Carnival", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday", "1950-06-08": "Corpus Christi", "1950-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1950-06-13": "Saint Anthony's Day", "1950-08-15": "Assumption Day", "1950-10-05": "Republic Day", "1950-11-01": "All Saints' Day", "1950-12-01": "Restoration of Independence Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-06": "Carnival", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday", "1951-05-24": "Corpus Christi", "1951-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1951-06-13": "Saint Anthony's Day", "1951-08-15": "Assumption Day", "1951-10-05": "Republic Day", "1951-11-01": "All Saints' Day", "1951-12-01": "Restoration of Independence Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-26": "Carnival", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday", "1952-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1952-06-12": "Corpus Christi", "1952-06-13": "Saint Anthony's Day", "1952-08-15": "Assumption Day", "1952-10-05": "Republic Day", "1952-11-01": "All Saints' Day", "1952-12-01": "Restoration of Independence Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-17": "Carnival", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday", "1953-06-04": "Corpus Christi", "1953-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1953-06-13": "Saint Anthony's Day", "1953-08-15": "Assumption Day", "1953-10-05": "Republic Day", "1953-11-01": "All Saints' Day", "1953-12-01": "Restoration of Independence Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-02": "Carnival", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday", "1954-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1954-06-13": "Saint Anthony's Day", "1954-06-17": "Corpus Christi", "1954-08-15": "Assumption Day", "1954-10-05": "Republic Day", "1954-11-01": "All Saints' Day", "1954-12-01": "Restoration of Independence Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-22": "Carnival", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday", "1955-06-09": "Corpus Christi", "1955-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1955-06-13": "Saint Anthony's Day", "1955-08-15": "Assumption Day", "1955-10-05": "Republic Day", "1955-11-01": "All Saints' Day", "1955-12-01": "Restoration of Independence Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-14": "Carnival", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday", "1956-05-31": "Corpus Christi", "1956-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1956-06-13": "Saint Anthony's Day", "1956-08-15": "Assumption Day", "1956-10-05": "Republic Day", "1956-11-01": "All Saints' Day", "1956-12-01": "Restoration of Independence Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-05": "Carnival", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday", "1957-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1957-06-13": "Saint Anthony's Day", "1957-06-20": "Corpus Christi", "1957-08-15": "Assumption Day", "1957-10-05": "Republic Day", "1957-11-01": "All Saints' Day", "1957-12-01": "Restoration of Independence Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-18": "Carnival", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday", "1958-06-05": "Corpus Christi", "1958-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1958-06-13": "Saint Anthony's Day", "1958-08-15": "Assumption Day", "1958-10-05": "Republic Day", "1958-11-01": "All Saints' Day", "1958-12-01": "Restoration of Independence Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-10": "Carnival", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday", "1959-05-28": "Corpus Christi", "1959-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1959-06-13": "Saint Anthony's Day", "1959-08-15": "Assumption Day", "1959-10-05": "Republic Day", "1959-11-01": "All Saints' Day", "1959-12-01": "Restoration of Independence Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-03-01": "Carnival", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday", "1960-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1960-06-13": "Saint Anthony's Day", "1960-06-16": "Corpus Christi", "1960-08-15": "Assumption Day", "1960-10-05": "Republic Day", "1960-11-01": "All Saints' Day", "1960-12-01": "Restoration of Independence Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-14": "Carnival", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday", "1961-06-01": "Corpus Christi", "1961-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1961-06-13": "Saint Anthony's Day", "1961-08-15": "Assumption Day", "1961-10-05": "Republic Day", "1961-11-01": "All Saints' Day", "1961-12-01": "Restoration of Independence Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-06": "Carnival", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday", "1962-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1962-06-13": "Saint Anthony's Day", "1962-06-21": "Corpus Christi", "1962-08-15": "Assumption Day", "1962-10-05": "Republic Day", "1962-11-01": "All Saints' Day", "1962-12-01": "Restoration of Independence Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-26": "Carnival", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday", "1963-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1963-06-13": "Corpus Christi; Saint Anthony's Day", "1963-08-15": "Assumption Day", "1963-10-05": "Republic Day", "1963-11-01": "All Saints' Day", "1963-12-01": "Restoration of Independence Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-11": "Carnival", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday", "1964-05-28": "Corpus Christi", "1964-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1964-06-13": "Saint Anthony's Day", "1964-08-15": "Assumption Day", "1964-10-05": "Republic Day", "1964-11-01": "All Saints' Day", "1964-12-01": "Restoration of Independence Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-02": "Carnival", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday", "1965-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1965-06-13": "Saint Anthony's Day", "1965-06-17": "Corpus Christi", "1965-08-15": "Assumption Day", "1965-10-05": "Republic Day", "1965-11-01": "All Saints' Day", "1965-12-01": "Restoration of Independence Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-22": "Carnival", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday", "1966-06-09": "Corpus Christi", "1966-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1966-06-13": "Saint Anthony's Day", "1966-08-15": "Assumption Day", "1966-10-05": "Republic Day", "1966-11-01": "All Saints' Day", "1966-12-01": "Restoration of Independence Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-07": "Carnival", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday", "1967-05-25": "Corpus Christi", "1967-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1967-06-13": "Saint Anthony's Day", "1967-08-15": "Assumption Day", "1967-10-05": "Republic Day", "1967-11-01": "All Saints' Day", "1967-12-01": "Restoration of Independence Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-27": "Carnival", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday", "1968-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1968-06-13": "Corpus Christi; Saint Anthony's Day", "1968-08-15": "Assumption Day", "1968-10-05": "Republic Day", "1968-11-01": "All Saints' Day", "1968-12-01": "Restoration of Independence Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-18": "Carnival", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday", "1969-06-05": "Corpus Christi", "1969-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1969-06-13": "Saint Anthony's Day", "1969-08-15": "Assumption Day", "1969-10-05": "Republic Day", "1969-11-01": "All Saints' Day", "1969-12-01": "Restoration of Independence Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-10": "Carnival", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday", "1970-05-28": "Corpus Christi", "1970-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1970-06-13": "Saint Anthony's Day", "1970-08-15": "Assumption Day", "1970-10-05": "Republic Day", "1970-11-01": "All Saints' Day", "1970-12-01": "Restoration of Independence Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-23": "Carnival", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday", "1971-06-10": "Corpus Christi; Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1971-06-13": "Saint Anthony's Day", "1971-08-15": "Assumption Day", "1971-10-05": "Republic Day", "1971-11-01": "All Saints' Day", "1971-12-01": "Restoration of Independence Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-15": "Carnival", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday", "1972-06-01": "Corpus Christi", "1972-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1972-06-13": "Saint Anthony's Day", "1972-08-15": "Assumption Day", "1972-10-05": "Republic Day", "1972-11-01": "All Saints' Day", "1972-12-01": "Restoration of Independence Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-06": "Carnival", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday", "1973-06-10": "Day of Cam\u00f5es, Portugal, and the Portuguese Race", "1973-06-13": "Saint Anthony's Day", "1973-06-21": "Corpus Christi", "1973-08-15": "Assumption Day", "1973-10-05": "Republic Day", "1973-11-01": "All Saints' Day", "1973-12-01": "Restoration of Independence Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-26": "Carnival", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday", "1974-04-25": "Freedom Day", "1974-05-01": "Labor Day", "1974-06-10": "Portugal Day", "1974-06-13": "Corpus Christi; Saint Anthony's Day", "1974-08-15": "Assumption Day", "1974-10-05": "Republic Day", "1974-11-01": "All Saints' Day", "1974-12-01": "Restoration of Independence Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-11": "Carnival", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday", "1975-04-25": "Freedom Day", "1975-05-01": "Labor Day", "1975-05-29": "Corpus Christi", "1975-06-10": "Portugal Day", "1975-06-13": "Saint Anthony's Day", "1975-08-15": "Assumption Day", "1975-10-05": "Republic Day", "1975-11-01": "All Saints' Day", "1975-12-01": "Restoration of Independence Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-02": "Carnival", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday", "1976-04-25": "Freedom Day", "1976-05-01": "Labor Day", "1976-06-10": "Portugal Day", "1976-06-13": "Saint Anthony's Day", "1976-06-17": "Corpus Christi", "1976-08-15": "Assumption Day", "1976-10-05": "Republic Day", "1976-11-01": "All Saints' Day", "1976-12-01": "Restoration of Independence Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-22": "Carnival", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday", "1977-04-25": "Freedom Day", "1977-05-01": "Labor Day", "1977-06-09": "Corpus Christi", "1977-06-10": "Portugal Day", "1977-06-13": "Saint Anthony's Day", "1977-08-15": "Assumption Day", "1977-10-05": "Republic Day", "1977-11-01": "All Saints' Day", "1977-12-01": "Restoration of Independence Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-07": "Carnival", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday", "1978-04-25": "Freedom Day", "1978-05-01": "Labor Day", "1978-05-25": "Corpus Christi", "1978-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1978-06-13": "Saint Anthony's Day", "1978-08-15": "Assumption Day", "1978-10-05": "Republic Day", "1978-11-01": "All Saints' Day", "1978-12-01": "Restoration of Independence Day", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-27": "Carnival", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday", "1979-04-25": "Freedom Day", "1979-05-01": "Labor Day", "1979-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1979-06-13": "Saint Anthony's Day", "1979-06-14": "Corpus Christi", "1979-08-15": "Assumption Day", "1979-10-05": "Republic Day", "1979-11-01": "All Saints' Day", "1979-12-01": "Restoration of Independence Day", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-19": "Carnival", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday", "1980-04-25": "Freedom Day", "1980-05-01": "Labor Day", "1980-06-05": "Corpus Christi", "1980-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1980-06-13": "Saint Anthony's Day", "1980-08-15": "Assumption Day", "1980-10-05": "Republic Day", "1980-11-01": "All Saints' Day", "1980-12-01": "Restoration of Independence Day", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-03": "Carnival", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday", "1981-04-25": "Freedom Day", "1981-05-01": "Labor Day", "1981-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1981-06-13": "Saint Anthony's Day", "1981-06-18": "Corpus Christi", "1981-08-15": "Assumption Day", "1981-10-05": "Republic Day", "1981-11-01": "All Saints' Day", "1981-12-01": "Restoration of Independence Day", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-23": "Carnival", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday", "1982-04-25": "Freedom Day", "1982-05-01": "Labor Day", "1982-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1982-06-13": "Saint Anthony's Day", "1982-08-15": "Assumption Day", "1982-10-05": "Republic Day", "1982-11-01": "All Saints' Day", "1982-12-01": "Restoration of Independence Day", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-15": "Carnival", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday", "1983-04-25": "Freedom Day", "1983-05-01": "Labor Day", "1983-06-02": "Corpus Christi", "1983-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1983-06-13": "Saint Anthony's Day", "1983-08-15": "Assumption Day", "1983-10-05": "Republic Day", "1983-11-01": "All Saints' Day", "1983-12-01": "Restoration of Independence Day", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-06": "Carnival", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday", "1984-04-25": "Freedom Day", "1984-05-01": "Labor Day", "1984-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1984-06-13": "Saint Anthony's Day", "1984-06-21": "Corpus Christi", "1984-08-15": "Assumption Day", "1984-10-05": "Republic Day", "1984-11-01": "All Saints' Day", "1984-12-01": "Restoration of Independence Day", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-19": "Carnival", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday", "1985-04-25": "Freedom Day", "1985-05-01": "Labor Day", "1985-06-06": "Corpus Christi", "1985-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1985-06-13": "Saint Anthony's Day", "1985-08-15": "Assumption Day", "1985-10-05": "Republic Day", "1985-11-01": "All Saints' Day", "1985-12-01": "Restoration of Independence Day", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-11": "Carnival", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday", "1986-04-25": "Freedom Day", "1986-05-01": "Labor Day", "1986-05-29": "Corpus Christi", "1986-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1986-06-13": "Saint Anthony's Day", "1986-08-15": "Assumption Day", "1986-10-05": "Republic Day", "1986-11-01": "All Saints' Day", "1986-12-01": "Restoration of Independence Day", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-03": "Carnival", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday", "1987-04-25": "Freedom Day", "1987-05-01": "Labor Day", "1987-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1987-06-13": "Saint Anthony's Day", "1987-06-18": "Corpus Christi", "1987-08-15": "Assumption Day", "1987-10-05": "Republic Day", "1987-11-01": "All Saints' Day", "1987-12-01": "Restoration of Independence Day", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-16": "Carnival", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday", "1988-04-25": "Freedom Day", "1988-05-01": "Labor Day", "1988-06-02": "Corpus Christi", "1988-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1988-06-13": "Saint Anthony's Day", "1988-08-15": "Assumption Day", "1988-10-05": "Republic Day", "1988-11-01": "All Saints' Day", "1988-12-01": "Restoration of Independence Day", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-07": "Carnival", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday", "1989-04-25": "Freedom Day", "1989-05-01": "Labor Day", "1989-05-25": "Corpus Christi", "1989-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1989-06-13": "Saint Anthony's Day", "1989-08-15": "Assumption Day", "1989-10-05": "Republic Day", "1989-11-01": "All Saints' Day", "1989-12-01": "Restoration of Independence Day", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-27": "Carnival", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday", "1990-04-25": "Freedom Day", "1990-05-01": "Labor Day", "1990-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1990-06-13": "Saint Anthony's Day", "1990-06-14": "Corpus Christi", "1990-08-15": "Assumption Day", "1990-10-05": "Republic Day", "1990-11-01": "All Saints' Day", "1990-12-01": "Restoration of Independence Day", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-12": "Carnival", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-04-25": "Freedom Day", "1991-05-01": "Labor Day", "1991-05-30": "Corpus Christi", "1991-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1991-06-13": "Saint Anthony's Day", "1991-08-15": "Assumption Day", "1991-10-05": "Republic Day", "1991-11-01": "All Saints' Day", "1991-12-01": "Restoration of Independence Day", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-03": "Carnival", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-04-25": "Freedom Day", "1992-05-01": "Labor Day", "1992-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1992-06-13": "Saint Anthony's Day", "1992-06-18": "Corpus Christi", "1992-08-15": "Assumption Day", "1992-10-05": "Republic Day", "1992-11-01": "All Saints' Day", "1992-12-01": "Restoration of Independence Day", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-23": "Carnival", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-04-25": "Freedom Day", "1993-05-01": "Labor Day", "1993-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1993-06-13": "Saint Anthony's Day", "1993-08-15": "Assumption Day", "1993-10-05": "Republic Day", "1993-11-01": "All Saints' Day", "1993-12-01": "Restoration of Independence Day", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-15": "Carnival", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-25": "Freedom Day", "1994-05-01": "Labor Day", "1994-06-02": "Corpus Christi", "1994-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1994-06-13": "Saint Anthony's Day", "1994-08-15": "Assumption Day", "1994-10-05": "Republic Day", "1994-11-01": "All Saints' Day", "1994-12-01": "Restoration of Independence Day", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-28": "Carnival", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-25": "Freedom Day", "1995-05-01": "Labor Day", "1995-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1995-06-13": "Saint Anthony's Day", "1995-06-15": "Corpus Christi", "1995-08-15": "Assumption Day", "1995-10-05": "Republic Day", "1995-11-01": "All Saints' Day", "1995-12-01": "Restoration of Independence Day", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-20": "Carnival", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-04-25": "Freedom Day", "1996-05-01": "Labor Day", "1996-06-06": "Corpus Christi", "1996-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1996-06-13": "Saint Anthony's Day", "1996-08-15": "Assumption Day", "1996-10-05": "Republic Day", "1996-11-01": "All Saints' Day", "1996-12-01": "Restoration of Independence Day", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-11": "Carnival", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-04-25": "Freedom Day", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1997-06-13": "Saint Anthony's Day", "1997-08-15": "Assumption Day", "1997-10-05": "Republic Day", "1997-11-01": "All Saints' Day", "1997-12-01": "Restoration of Independence Day", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-24": "Carnival", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-25": "Freedom Day", "1998-05-01": "Labor Day", "1998-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1998-06-11": "Corpus Christi", "1998-06-13": "Saint Anthony's Day", "1998-08-15": "Assumption Day", "1998-10-05": "Republic Day", "1998-11-01": "All Saints' Day", "1998-12-01": "Restoration of Independence Day", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-16": "Carnival", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-25": "Freedom Day", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "1999-06-13": "Saint Anthony's Day", "1999-08-15": "Assumption Day", "1999-10-05": "Republic Day", "1999-11-01": "All Saints' Day", "1999-12-01": "Restoration of Independence Day", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-07": "Carnival", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-25": "Freedom Day", "2000-05-01": "Labor Day", "2000-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2000-06-13": "Saint Anthony's Day", "2000-06-22": "Corpus Christi", "2000-08-15": "Assumption Day", "2000-10-05": "Republic Day", "2000-11-01": "All Saints' Day", "2000-12-01": "Restoration of Independence Day", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-25": "Freedom Day", "2001-05-01": "Labor Day", "2001-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2001-06-13": "Saint Anthony's Day", "2001-06-14": "Corpus Christi", "2001-08-15": "Assumption Day", "2001-10-05": "Republic Day", "2001-11-01": "All Saints' Day", "2001-12-01": "Restoration of Independence Day", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-25": "Freedom Day", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2002-06-13": "Saint Anthony's Day", "2002-08-15": "Assumption Day", "2002-10-05": "Republic Day", "2002-11-01": "All Saints' Day", "2002-12-01": "Restoration of Independence Day", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-25": "Freedom Day", "2003-05-01": "Labor Day", "2003-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2003-06-13": "Saint Anthony's Day", "2003-06-19": "Corpus Christi", "2003-08-15": "Assumption Day", "2003-10-05": "Republic Day", "2003-11-01": "All Saints' Day", "2003-12-01": "Restoration of Independence Day", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-25": "Freedom Day", "2004-05-01": "Labor Day", "2004-06-10": "Corpus Christi; Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2004-06-13": "Saint Anthony's Day", "2004-08-15": "Assumption Day", "2004-10-05": "Republic Day", "2004-11-01": "All Saints' Day", "2004-12-01": "Restoration of Independence Day", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-04-25": "Freedom Day", "2005-05-01": "Labor Day", "2005-05-26": "Corpus Christi", "2005-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2005-06-13": "Saint Anthony's Day", "2005-08-15": "Assumption Day", "2005-10-05": "Republic Day", "2005-11-01": "All Saints' Day", "2005-12-01": "Restoration of Independence Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-25": "Freedom Day", "2006-05-01": "Labor Day", "2006-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2006-06-13": "Saint Anthony's Day", "2006-06-15": "Corpus Christi", "2006-08-15": "Assumption Day", "2006-10-05": "Republic Day", "2006-11-01": "All Saints' Day", "2006-12-01": "Restoration of Independence Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-04-25": "Freedom Day", "2007-05-01": "Labor Day", "2007-06-07": "Corpus Christi", "2007-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2007-06-13": "Saint Anthony's Day", "2007-08-15": "Assumption Day", "2007-10-05": "Republic Day", "2007-11-01": "All Saints' Day", "2007-12-01": "Restoration of Independence Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-04-25": "Freedom Day", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2008-06-13": "Saint Anthony's Day", "2008-08-15": "Assumption Day", "2008-10-05": "Republic Day", "2008-11-01": "All Saints' Day", "2008-12-01": "Restoration of Independence Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-25": "Freedom Day", "2009-05-01": "Labor Day", "2009-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2009-06-11": "Corpus Christi", "2009-06-13": "Saint Anthony's Day", "2009-08-15": "Assumption Day", "2009-10-05": "Republic Day", "2009-11-01": "All Saints' Day", "2009-12-01": "Restoration of Independence Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-25": "Freedom Day", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2010-06-13": "Saint Anthony's Day", "2010-08-15": "Assumption Day", "2010-10-05": "Republic Day", "2010-11-01": "All Saints' Day", "2010-12-01": "Restoration of Independence Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-08": "Carnival", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Freedom Day", "2011-05-01": "Labor Day", "2011-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2011-06-13": "Saint Anthony's Day", "2011-06-23": "Corpus Christi", "2011-08-15": "Assumption Day", "2011-10-05": "Republic Day", "2011-11-01": "All Saints' Day", "2011-12-01": "Restoration of Independence Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-04-25": "Freedom Day", "2012-05-01": "Labor Day", "2012-06-07": "Corpus Christi", "2012-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2012-06-13": "Saint Anthony's Day", "2012-08-15": "Assumption Day", "2012-10-05": "Republic Day", "2012-11-01": "All Saints' Day", "2012-12-01": "Restoration of Independence Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-25": "Freedom Day", "2013-05-01": "Labor Day", "2013-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2013-06-13": "Saint Anthony's Day", "2013-08-15": "Assumption Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-25": "Freedom Day", "2014-05-01": "Labor Day", "2014-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2014-06-13": "Saint Anthony's Day", "2014-08-15": "Assumption Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-25": "Freedom Day", "2015-05-01": "Labor Day", "2015-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2015-06-13": "Saint Anthony's Day", "2015-08-15": "Assumption Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-04-25": "Freedom Day", "2016-05-01": "Labor Day", "2016-05-26": "Corpus Christi", "2016-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2016-06-13": "Saint Anthony's Day", "2016-08-15": "Assumption Day", "2016-10-05": "Republic Day", "2016-11-01": "All Saints' Day", "2016-12-01": "Restoration of Independence Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-25": "Freedom Day", "2017-05-01": "Labor Day", "2017-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2017-06-13": "Saint Anthony's Day", "2017-06-15": "Corpus Christi", "2017-08-15": "Assumption Day", "2017-10-05": "Republic Day", "2017-11-01": "All Saints' Day", "2017-12-01": "Restoration of Independence Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-25": "Freedom Day", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2018-06-13": "Saint Anthony's Day", "2018-08-15": "Assumption Day", "2018-10-05": "Republic Day", "2018-11-01": "All Saints' Day", "2018-12-01": "Restoration of Independence Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-25": "Freedom Day", "2019-05-01": "Labor Day", "2019-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2019-06-13": "Saint Anthony's Day", "2019-06-20": "Corpus Christi", "2019-08-15": "Assumption Day", "2019-10-05": "Republic Day", "2019-11-01": "All Saints' Day", "2019-12-01": "Restoration of Independence Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-25": "Freedom Day", "2020-05-01": "Labor Day", "2020-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2020-06-11": "Corpus Christi", "2020-06-13": "Saint Anthony's Day", "2020-08-15": "Assumption Day", "2020-10-05": "Republic Day", "2020-11-01": "All Saints' Day", "2020-12-01": "Restoration of Independence Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-25": "Freedom Day", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2021-06-13": "Saint Anthony's Day", "2021-08-15": "Assumption Day", "2021-10-05": "Republic Day", "2021-11-01": "All Saints' Day", "2021-12-01": "Restoration of Independence Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-25": "Freedom Day", "2022-05-01": "Labor Day", "2022-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2022-06-13": "Saint Anthony's Day", "2022-06-16": "Corpus Christi", "2022-08-15": "Assumption Day", "2022-10-05": "Republic Day", "2022-11-01": "All Saints' Day", "2022-12-01": "Restoration of Independence Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-04-25": "Freedom Day", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2023-06-13": "Saint Anthony's Day", "2023-08-15": "Assumption Day", "2023-10-05": "Republic Day", "2023-11-01": "All Saints' Day", "2023-12-01": "Restoration of Independence Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-25": "Freedom Day", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2024-06-13": "Saint Anthony's Day", "2024-08-15": "Assumption Day", "2024-10-05": "Republic Day", "2024-11-01": "All Saints' Day", "2024-12-01": "Restoration of Independence Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-25": "Freedom Day", "2025-05-01": "Labor Day", "2025-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2025-06-13": "Saint Anthony's Day", "2025-06-19": "Corpus Christi", "2025-08-15": "Assumption Day", "2025-10-05": "Republic Day", "2025-11-01": "All Saints' Day", "2025-12-01": "Restoration of Independence Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-25": "Freedom Day", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2026-06-13": "Saint Anthony's Day", "2026-08-15": "Assumption Day", "2026-10-05": "Republic Day", "2026-11-01": "All Saints' Day", "2026-12-01": "Restoration of Independence Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-04-25": "Freedom Day", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2027-06-13": "Saint Anthony's Day", "2027-08-15": "Assumption Day", "2027-10-05": "Republic Day", "2027-11-01": "All Saints' Day", "2027-12-01": "Restoration of Independence Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-25": "Freedom Day", "2028-05-01": "Labor Day", "2028-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2028-06-13": "Saint Anthony's Day", "2028-06-15": "Corpus Christi", "2028-08-15": "Assumption Day", "2028-10-05": "Republic Day", "2028-11-01": "All Saints' Day", "2028-12-01": "Restoration of Independence Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-25": "Freedom Day", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2029-06-13": "Saint Anthony's Day", "2029-08-15": "Assumption Day", "2029-10-05": "Republic Day", "2029-11-01": "All Saints' Day", "2029-12-01": "Restoration of Independence Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-25": "Freedom Day", "2030-05-01": "Labor Day", "2030-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2030-06-13": "Saint Anthony's Day", "2030-06-20": "Corpus Christi", "2030-08-15": "Assumption Day", "2030-10-05": "Republic Day", "2030-11-01": "All Saints' Day", "2030-12-01": "Restoration of Independence Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-25": "Freedom Day", "2031-05-01": "Labor Day", "2031-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2031-06-12": "Corpus Christi", "2031-06-13": "Saint Anthony's Day", "2031-08-15": "Assumption Day", "2031-10-05": "Republic Day", "2031-11-01": "All Saints' Day", "2031-12-01": "Restoration of Independence Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-04-25": "Freedom Day", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2032-06-13": "Saint Anthony's Day", "2032-08-15": "Assumption Day", "2032-10-05": "Republic Day", "2032-11-01": "All Saints' Day", "2032-12-01": "Restoration of Independence Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-25": "Freedom Day", "2033-05-01": "Labor Day", "2033-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2033-06-13": "Saint Anthony's Day", "2033-06-16": "Corpus Christi", "2033-08-15": "Assumption Day", "2033-10-05": "Republic Day", "2033-11-01": "All Saints' Day", "2033-12-01": "Restoration of Independence Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-04-25": "Freedom Day", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2034-06-13": "Saint Anthony's Day", "2034-08-15": "Assumption Day", "2034-10-05": "Republic Day", "2034-11-01": "All Saints' Day", "2034-12-01": "Restoration of Independence Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-04-25": "Freedom Day", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2035-06-13": "Saint Anthony's Day", "2035-08-15": "Assumption Day", "2035-10-05": "Republic Day", "2035-11-01": "All Saints' Day", "2035-12-01": "Restoration of Independence Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-25": "Freedom Day", "2036-05-01": "Labor Day", "2036-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2036-06-12": "Corpus Christi", "2036-06-13": "Saint Anthony's Day", "2036-08-15": "Assumption Day", "2036-10-05": "Republic Day", "2036-11-01": "All Saints' Day", "2036-12-01": "Restoration of Independence Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-25": "Freedom Day", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2037-06-13": "Saint Anthony's Day", "2037-08-15": "Assumption Day", "2037-10-05": "Republic Day", "2037-11-01": "All Saints' Day", "2037-12-01": "Restoration of Independence Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-09": "Carnival", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Freedom Day", "2038-05-01": "Labor Day", "2038-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2038-06-13": "Saint Anthony's Day", "2038-06-24": "Corpus Christi", "2038-08-15": "Assumption Day", "2038-10-05": "Republic Day", "2038-11-01": "All Saints' Day", "2038-12-01": "Restoration of Independence Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-25": "Freedom Day", "2039-05-01": "Labor Day", "2039-06-09": "Corpus Christi", "2039-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2039-06-13": "Saint Anthony's Day", "2039-08-15": "Assumption Day", "2039-10-05": "Republic Day", "2039-11-01": "All Saints' Day", "2039-12-01": "Restoration of Independence Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-25": "Freedom Day", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2040-06-13": "Saint Anthony's Day", "2040-08-15": "Assumption Day", "2040-10-05": "Republic Day", "2040-11-01": "All Saints' Day", "2040-12-01": "Restoration of Independence Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-25": "Freedom Day", "2041-05-01": "Labor Day", "2041-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2041-06-13": "Saint Anthony's Day", "2041-06-20": "Corpus Christi", "2041-08-15": "Assumption Day", "2041-10-05": "Republic Day", "2041-11-01": "All Saints' Day", "2041-12-01": "Restoration of Independence Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-25": "Freedom Day", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2042-06-13": "Saint Anthony's Day", "2042-08-15": "Assumption Day", "2042-10-05": "Republic Day", "2042-11-01": "All Saints' Day", "2042-12-01": "Restoration of Independence Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-04-25": "Freedom Day", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2043-06-13": "Saint Anthony's Day", "2043-08-15": "Assumption Day", "2043-10-05": "Republic Day", "2043-11-01": "All Saints' Day", "2043-12-01": "Restoration of Independence Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-25": "Freedom Day", "2044-05-01": "Labor Day", "2044-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2044-06-13": "Saint Anthony's Day", "2044-06-16": "Corpus Christi", "2044-08-15": "Assumption Day", "2044-10-05": "Republic Day", "2044-11-01": "All Saints' Day", "2044-12-01": "Restoration of Independence Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-04-25": "Freedom Day", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2045-06-13": "Saint Anthony's Day", "2045-08-15": "Assumption Day", "2045-10-05": "Republic Day", "2045-11-01": "All Saints' Day", "2045-12-01": "Restoration of Independence Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-04-25": "Freedom Day", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2046-06-13": "Saint Anthony's Day", "2046-08-15": "Assumption Day", "2046-10-05": "Republic Day", "2046-11-01": "All Saints' Day", "2046-12-01": "Restoration of Independence Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-25": "Freedom Day", "2047-05-01": "Labor Day", "2047-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2047-06-13": "Corpus Christi; Saint Anthony's Day", "2047-08-15": "Assumption Day", "2047-10-05": "Republic Day", "2047-11-01": "All Saints' Day", "2047-12-01": "Restoration of Independence Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-25": "Freedom Day", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2048-06-13": "Saint Anthony's Day", "2048-08-15": "Assumption Day", "2048-10-05": "Republic Day", "2048-11-01": "All Saints' Day", "2048-12-01": "Restoration of Independence Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-25": "Freedom Day", "2049-05-01": "Labor Day", "2049-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2049-06-13": "Saint Anthony's Day", "2049-06-17": "Corpus Christi", "2049-08-15": "Assumption Day", "2049-10-05": "Republic Day", "2049-11-01": "All Saints' Day", "2049-12-01": "Restoration of Independence Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-25": "Freedom Day", "2050-05-01": "Labor Day", "2050-06-09": "Corpus Christi", "2050-06-10": "Day of Portugal, Cam\u00f5es, and the Portuguese Communities", "2050-06-13": "Saint Anthony's Day", "2050-08-15": "Assumption Day", "2050-10-05": "Republic Day", "2050-11-01": "All Saints' Day", "2050-12-01": "Restoration of Independence Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/PW_COMMON.json000066400000000000000000000741351500152103600216060ustar00rootroot00000000000000{ "1981-01-01": "New Year's Day", "1981-03-15": "Youth Day", "1981-03-16": "Youth Day (observed)", "1981-05-05": "Senior Citizens Day", "1981-07-09": "Constitution Day", "1981-09-07": "Labor Day", "1981-10-23": "United Nations Day (observed)", "1981-10-24": "United Nations Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-03-15": "Youth Day", "1982-05-05": "Senior Citizens Day", "1982-07-09": "Constitution Day", "1982-09-06": "Labor Day", "1982-10-24": "United Nations Day", "1982-10-25": "United Nations Day (observed)", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-03-15": "Youth Day", "1983-05-05": "Senior Citizens Day", "1983-07-08": "Constitution Day (observed)", "1983-07-09": "Constitution Day", "1983-09-05": "Labor Day", "1983-10-24": "United Nations Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-15": "Youth Day", "1984-05-04": "Senior Citizens Day (observed)", "1984-05-05": "Senior Citizens Day", "1984-07-09": "Constitution Day", "1984-09-03": "Labor Day", "1984-10-24": "United Nations Day", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-03-15": "Youth Day", "1985-05-05": "Senior Citizens Day", "1985-05-06": "Senior Citizens Day (observed)", "1985-07-09": "Constitution Day", "1985-09-02": "Labor Day", "1985-10-24": "United Nations Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-14": "Youth Day (observed)", "1986-03-15": "Youth Day", "1986-05-05": "Senior Citizens Day", "1986-07-09": "Constitution Day", "1986-09-01": "Labor Day", "1986-10-24": "United Nations Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-15": "Youth Day", "1987-03-16": "Youth Day (observed)", "1987-05-05": "Senior Citizens Day", "1987-07-09": "Constitution Day", "1987-09-07": "Labor Day", "1987-10-23": "United Nations Day (observed)", "1987-10-24": "United Nations Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-15": "Youth Day", "1988-05-05": "Senior Citizens Day", "1988-07-08": "Constitution Day (observed)", "1988-07-09": "Constitution Day", "1988-09-05": "Labor Day", "1988-10-24": "United Nations Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-15": "Youth Day", "1989-05-05": "Senior Citizens Day", "1989-07-09": "Constitution Day", "1989-07-10": "Constitution Day (observed)", "1989-09-04": "Labor Day", "1989-10-24": "United Nations Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-03-15": "Youth Day", "1990-05-04": "Senior Citizens Day (observed)", "1990-05-05": "Senior Citizens Day", "1990-07-09": "Constitution Day", "1990-09-03": "Labor Day", "1990-10-24": "United Nations Day", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-15": "Youth Day", "1991-05-05": "Senior Citizens Day", "1991-05-06": "Senior Citizens Day (observed)", "1991-07-09": "Constitution Day", "1991-09-02": "Labor Day", "1991-10-24": "United Nations Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-15": "Youth Day", "1992-03-16": "Youth Day (observed)", "1992-05-05": "Senior Citizens Day", "1992-07-09": "Constitution Day", "1992-09-07": "Labor Day", "1992-10-23": "United Nations Day (observed)", "1992-10-24": "United Nations Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-15": "Youth Day", "1993-05-05": "Senior Citizens Day", "1993-07-09": "Constitution Day", "1993-09-06": "Labor Day", "1993-10-24": "United Nations Day", "1993-10-25": "United Nations Day (observed)", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-03-15": "Youth Day", "1994-05-05": "Senior Citizens Day", "1994-07-08": "Constitution Day (observed)", "1994-07-09": "Constitution Day", "1994-09-05": "Labor Day", "1994-10-24": "United Nations Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-15": "Youth Day", "1995-05-05": "Senior Citizens Day", "1995-07-09": "Constitution Day", "1995-07-10": "Constitution Day (observed)", "1995-09-04": "Labor Day", "1995-10-24": "United Nations Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-03-15": "Youth Day", "1996-05-05": "Senior Citizens Day", "1996-05-06": "Senior Citizens Day (observed)", "1996-07-09": "Constitution Day", "1996-09-02": "Labor Day", "1996-10-24": "United Nations Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-14": "Youth Day (observed)", "1997-03-15": "Youth Day", "1997-05-05": "Senior Citizens Day", "1997-07-09": "Constitution Day", "1997-09-01": "Labor Day", "1997-10-24": "United Nations Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-03-15": "Youth Day", "1998-03-16": "Youth Day (observed)", "1998-05-05": "Senior Citizens Day", "1998-07-09": "Constitution Day", "1998-09-07": "Labor Day", "1998-10-23": "United Nations Day (observed)", "1998-10-24": "United Nations Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-03-15": "Youth Day", "1999-05-05": "Senior Citizens Day", "1999-07-09": "Constitution Day", "1999-09-06": "Labor Day", "1999-10-24": "United Nations Day", "1999-10-25": "United Nations Day (observed)", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-03-15": "Youth Day", "2000-05-05": "Senior Citizens Day", "2000-07-09": "Constitution Day", "2000-07-10": "Constitution Day (observed)", "2000-09-04": "Labor Day", "2000-10-24": "United Nations Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-03-15": "Youth Day", "2001-05-04": "Senior Citizens Day (observed)", "2001-05-05": "Senior Citizens Day", "2001-07-09": "Constitution Day", "2001-09-03": "Labor Day", "2001-10-24": "United Nations Day", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-15": "Youth Day", "2002-05-05": "Senior Citizens Day", "2002-05-06": "Senior Citizens Day (observed)", "2002-07-09": "Constitution Day", "2002-09-02": "Labor Day", "2002-10-24": "United Nations Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-14": "Youth Day (observed)", "2003-03-15": "Youth Day", "2003-05-05": "Senior Citizens Day", "2003-07-09": "Constitution Day", "2003-09-01": "Labor Day", "2003-10-24": "United Nations Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-03-15": "Youth Day", "2004-05-05": "Senior Citizens Day", "2004-07-09": "Constitution Day", "2004-09-06": "Labor Day", "2004-10-24": "United Nations Day", "2004-10-25": "United Nations Day (observed)", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-03-15": "Youth Day", "2005-05-05": "Senior Citizens Day", "2005-07-08": "Constitution Day (observed)", "2005-07-09": "Constitution Day", "2005-09-05": "Labor Day", "2005-10-24": "United Nations Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-15": "Youth Day", "2006-05-05": "Senior Citizens Day", "2006-07-09": "Constitution Day", "2006-07-10": "Constitution Day (observed)", "2006-09-04": "Labor Day", "2006-10-24": "United Nations Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-03-15": "Youth Day", "2007-05-04": "Senior Citizens Day (observed)", "2007-05-05": "Senior Citizens Day", "2007-07-09": "Constitution Day", "2007-09-03": "Labor Day", "2007-10-24": "United Nations Day", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-14": "Youth Day (observed)", "2008-03-15": "Youth Day", "2008-05-05": "Senior Citizens Day", "2008-07-09": "Constitution Day", "2008-09-01": "Labor Day", "2008-10-24": "United Nations Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-15": "Youth Day", "2009-03-16": "Youth Day (observed)", "2009-05-05": "Senior Citizens Day", "2009-07-09": "Constitution Day", "2009-09-07": "Labor Day", "2009-10-23": "United Nations Day (observed)", "2009-10-24": "United Nations Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-15": "Youth Day", "2010-05-05": "Senior Citizens Day", "2010-07-09": "Constitution Day", "2010-09-06": "Labor Day", "2010-10-24": "United Nations Day", "2010-10-25": "United Nations Day (observed)", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-03-15": "Youth Day", "2011-05-05": "Senior Citizens Day", "2011-05-30": "Memorial Day", "2011-07-08": "Constitution Day (observed)", "2011-07-09": "Constitution Day", "2011-09-05": "Labor Day", "2011-10-24": "United Nations Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-15": "Youth Day", "2012-05-04": "Senior Citizens Day (observed)", "2012-05-05": "Senior Citizens Day", "2012-05-28": "Memorial Day", "2012-07-09": "Constitution Day", "2012-09-03": "Labor Day", "2012-10-24": "United Nations Day", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-15": "Youth Day", "2013-05-05": "Senior Citizens Day", "2013-05-06": "Senior Citizens Day (observed)", "2013-07-09": "Constitution Day", "2013-09-02": "Labor Day", "2013-10-24": "United Nations Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-14": "Youth Day (observed)", "2014-03-15": "Youth Day", "2014-05-05": "Senior Citizens Day", "2014-07-09": "Constitution Day", "2014-09-01": "Labor Day", "2014-10-24": "United Nations Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-03-15": "Youth Day", "2015-03-16": "Youth Day (observed)", "2015-05-05": "Senior Citizens Day", "2015-07-09": "Constitution Day", "2015-09-07": "Labor Day", "2015-10-23": "United Nations Day (observed)", "2015-10-24": "United Nations Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-15": "Youth Day", "2016-05-05": "Senior Citizens Day", "2016-07-08": "Constitution Day (observed)", "2016-07-09": "Constitution Day", "2016-09-05": "Labor Day", "2016-10-24": "United Nations Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-15": "Youth Day", "2017-05-05": "Senior Citizens Day", "2017-07-09": "Constitution Day", "2017-07-10": "Constitution Day (observed)", "2017-09-04": "Labor Day", "2017-10-24": "United Nations Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Family Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-15": "Youth Day", "2018-05-04": "Senior Citizens Day (observed)", "2018-05-05": "Senior Citizens Day", "2018-06-01": "President's Day", "2018-07-09": "Constitution Day", "2018-09-03": "Labor Day", "2018-10-01": "Independence Day", "2018-10-24": "United Nations Day", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Family Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-15": "Youth Day", "2019-05-05": "Senior Citizens Day", "2019-05-06": "Senior Citizens Day (observed)", "2019-05-31": "President's Day (observed)", "2019-06-01": "President's Day", "2019-07-09": "Constitution Day", "2019-09-02": "Labor Day", "2019-09-30": "Preparation for the 25th Independence Day of the Republic of Palau", "2019-10-01": "Independence Day", "2019-10-24": "United Nations Day", "2019-11-22": "Family Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-03-15": "Youth Day", "2020-03-16": "Youth Day (observed)", "2020-05-05": "Senior Citizens Day", "2020-06-01": "President's Day", "2020-07-09": "Constitution Day", "2020-09-07": "Labor Day", "2020-10-01": "Independence Day", "2020-10-23": "United Nations Day (observed)", "2020-10-24": "United Nations Day", "2020-11-03": "National Day of Democracy", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Family Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-03-15": "Youth Day", "2021-05-05": "Senior Citizens Day", "2021-06-01": "President's Day", "2021-07-09": "Constitution Day", "2021-09-06": "Labor Day", "2021-10-01": "Independence Day", "2021-10-24": "United Nations Day", "2021-10-25": "United Nations Day (observed)", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Family Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-03-15": "Youth Day", "2022-05-05": "Senior Citizens Day", "2022-06-01": "President's Day", "2022-07-08": "Constitution Day (observed)", "2022-07-09": "Constitution Day", "2022-09-05": "Labor Day", "2022-09-30": "Independence Day (observed)", "2022-10-01": "Independence Day", "2022-10-24": "United Nations Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Family Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-03-15": "Youth Day", "2023-05-05": "Senior Citizens Day", "2023-06-01": "President's Day", "2023-07-09": "Constitution Day", "2023-07-10": "Constitution Day (observed)", "2023-09-04": "Labor Day", "2023-10-01": "Independence Day", "2023-10-02": "Independence Day (observed)", "2023-10-24": "United Nations Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Family Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-15": "Youth Day", "2024-05-05": "Senior Citizens Day", "2024-05-06": "Senior Citizens Day (observed)", "2024-05-31": "President's Day (observed)", "2024-06-01": "President's Day", "2024-07-09": "Constitution Day", "2024-09-02": "Labor Day", "2024-10-01": "Independence Day", "2024-10-24": "United Nations Day", "2024-11-22": "Family Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-14": "Youth Day (observed)", "2025-03-15": "Youth Day", "2025-05-05": "Senior Citizens Day", "2025-06-01": "President's Day", "2025-06-02": "President's Day (observed)", "2025-07-09": "Constitution Day", "2025-09-01": "Labor Day", "2025-10-01": "Independence Day", "2025-10-24": "United Nations Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Family Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-15": "Youth Day", "2026-03-16": "Youth Day (observed)", "2026-05-05": "Senior Citizens Day", "2026-06-01": "President's Day", "2026-07-09": "Constitution Day", "2026-09-07": "Labor Day", "2026-10-01": "Independence Day", "2026-10-23": "United Nations Day (observed)", "2026-10-24": "United Nations Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Family Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-15": "Youth Day", "2027-05-05": "Senior Citizens Day", "2027-06-01": "President's Day", "2027-07-09": "Constitution Day", "2027-09-06": "Labor Day", "2027-10-01": "Independence Day", "2027-10-24": "United Nations Day", "2027-10-25": "United Nations Day (observed)", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Family Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-03-15": "Youth Day", "2028-05-05": "Senior Citizens Day", "2028-06-01": "President's Day", "2028-07-09": "Constitution Day", "2028-07-10": "Constitution Day (observed)", "2028-09-04": "Labor Day", "2028-10-01": "Independence Day", "2028-10-02": "Independence Day (observed)", "2028-10-24": "United Nations Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Family Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-15": "Youth Day", "2029-05-04": "Senior Citizens Day (observed)", "2029-05-05": "Senior Citizens Day", "2029-06-01": "President's Day", "2029-07-09": "Constitution Day", "2029-09-03": "Labor Day", "2029-10-01": "Independence Day", "2029-10-24": "United Nations Day", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Family Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-03-15": "Youth Day", "2030-05-05": "Senior Citizens Day", "2030-05-06": "Senior Citizens Day (observed)", "2030-05-31": "President's Day (observed)", "2030-06-01": "President's Day", "2030-07-09": "Constitution Day", "2030-09-02": "Labor Day", "2030-10-01": "Independence Day", "2030-10-24": "United Nations Day", "2030-11-22": "Family Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-03-14": "Youth Day (observed)", "2031-03-15": "Youth Day", "2031-05-05": "Senior Citizens Day", "2031-06-01": "President's Day", "2031-06-02": "President's Day (observed)", "2031-07-09": "Constitution Day", "2031-09-01": "Labor Day", "2031-10-01": "Independence Day", "2031-10-24": "United Nations Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Family Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-15": "Youth Day", "2032-05-05": "Senior Citizens Day", "2032-06-01": "President's Day", "2032-07-09": "Constitution Day", "2032-09-06": "Labor Day", "2032-10-01": "Independence Day", "2032-10-24": "United Nations Day", "2032-10-25": "United Nations Day (observed)", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Family Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-03-15": "Youth Day", "2033-05-05": "Senior Citizens Day", "2033-06-01": "President's Day", "2033-07-08": "Constitution Day (observed)", "2033-07-09": "Constitution Day", "2033-09-05": "Labor Day", "2033-09-30": "Independence Day (observed)", "2033-10-01": "Independence Day", "2033-10-24": "United Nations Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Family Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-03-15": "Youth Day", "2034-05-05": "Senior Citizens Day", "2034-06-01": "President's Day", "2034-07-09": "Constitution Day", "2034-07-10": "Constitution Day (observed)", "2034-09-04": "Labor Day", "2034-10-01": "Independence Day", "2034-10-02": "Independence Day (observed)", "2034-10-24": "United Nations Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Family Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-15": "Youth Day", "2035-05-04": "Senior Citizens Day (observed)", "2035-05-05": "Senior Citizens Day", "2035-06-01": "President's Day", "2035-07-09": "Constitution Day", "2035-09-03": "Labor Day", "2035-10-01": "Independence Day", "2035-10-24": "United Nations Day", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Family Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-03-14": "Youth Day (observed)", "2036-03-15": "Youth Day", "2036-05-05": "Senior Citizens Day", "2036-06-01": "President's Day", "2036-06-02": "President's Day (observed)", "2036-07-09": "Constitution Day", "2036-09-01": "Labor Day", "2036-10-01": "Independence Day", "2036-10-24": "United Nations Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Family Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-03-15": "Youth Day", "2037-03-16": "Youth Day (observed)", "2037-05-05": "Senior Citizens Day", "2037-06-01": "President's Day", "2037-07-09": "Constitution Day", "2037-09-07": "Labor Day", "2037-10-01": "Independence Day", "2037-10-23": "United Nations Day (observed)", "2037-10-24": "United Nations Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Family Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-03-15": "Youth Day", "2038-05-05": "Senior Citizens Day", "2038-06-01": "President's Day", "2038-07-09": "Constitution Day", "2038-09-06": "Labor Day", "2038-10-01": "Independence Day", "2038-10-24": "United Nations Day", "2038-10-25": "United Nations Day (observed)", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Family Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-03-15": "Youth Day", "2039-05-05": "Senior Citizens Day", "2039-06-01": "President's Day", "2039-07-08": "Constitution Day (observed)", "2039-07-09": "Constitution Day", "2039-09-05": "Labor Day", "2039-09-30": "Independence Day (observed)", "2039-10-01": "Independence Day", "2039-10-24": "United Nations Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Family Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-15": "Youth Day", "2040-05-04": "Senior Citizens Day (observed)", "2040-05-05": "Senior Citizens Day", "2040-06-01": "President's Day", "2040-07-09": "Constitution Day", "2040-09-03": "Labor Day", "2040-10-01": "Independence Day", "2040-10-24": "United Nations Day", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Family Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-15": "Youth Day", "2041-05-05": "Senior Citizens Day", "2041-05-06": "Senior Citizens Day (observed)", "2041-05-31": "President's Day (observed)", "2041-06-01": "President's Day", "2041-07-09": "Constitution Day", "2041-09-02": "Labor Day", "2041-10-01": "Independence Day", "2041-10-24": "United Nations Day", "2041-11-22": "Family Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-14": "Youth Day (observed)", "2042-03-15": "Youth Day", "2042-05-05": "Senior Citizens Day", "2042-06-01": "President's Day", "2042-06-02": "President's Day (observed)", "2042-07-09": "Constitution Day", "2042-09-01": "Labor Day", "2042-10-01": "Independence Day", "2042-10-24": "United Nations Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Family Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-15": "Youth Day", "2043-03-16": "Youth Day (observed)", "2043-05-05": "Senior Citizens Day", "2043-06-01": "President's Day", "2043-07-09": "Constitution Day", "2043-09-07": "Labor Day", "2043-10-01": "Independence Day", "2043-10-23": "United Nations Day (observed)", "2043-10-24": "United Nations Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Family Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-03-15": "Youth Day", "2044-05-05": "Senior Citizens Day", "2044-06-01": "President's Day", "2044-07-08": "Constitution Day (observed)", "2044-07-09": "Constitution Day", "2044-09-05": "Labor Day", "2044-09-30": "Independence Day (observed)", "2044-10-01": "Independence Day", "2044-10-24": "United Nations Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Family Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-03-15": "Youth Day", "2045-05-05": "Senior Citizens Day", "2045-06-01": "President's Day", "2045-07-09": "Constitution Day", "2045-07-10": "Constitution Day (observed)", "2045-09-04": "Labor Day", "2045-10-01": "Independence Day", "2045-10-02": "Independence Day (observed)", "2045-10-24": "United Nations Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Family Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-15": "Youth Day", "2046-05-04": "Senior Citizens Day (observed)", "2046-05-05": "Senior Citizens Day", "2046-06-01": "President's Day", "2046-07-09": "Constitution Day", "2046-09-03": "Labor Day", "2046-10-01": "Independence Day", "2046-10-24": "United Nations Day", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Family Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-03-15": "Youth Day", "2047-05-05": "Senior Citizens Day", "2047-05-06": "Senior Citizens Day (observed)", "2047-05-31": "President's Day (observed)", "2047-06-01": "President's Day", "2047-07-09": "Constitution Day", "2047-09-02": "Labor Day", "2047-10-01": "Independence Day", "2047-10-24": "United Nations Day", "2047-11-22": "Family Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-03-15": "Youth Day", "2048-03-16": "Youth Day (observed)", "2048-05-05": "Senior Citizens Day", "2048-06-01": "President's Day", "2048-07-09": "Constitution Day", "2048-09-07": "Labor Day", "2048-10-01": "Independence Day", "2048-10-23": "United Nations Day (observed)", "2048-10-24": "United Nations Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Family Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-15": "Youth Day", "2049-05-05": "Senior Citizens Day", "2049-06-01": "President's Day", "2049-07-09": "Constitution Day", "2049-09-06": "Labor Day", "2049-10-01": "Independence Day", "2049-10-24": "United Nations Day", "2049-10-25": "United Nations Day (observed)", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Family Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-03-15": "Youth Day", "2050-05-05": "Senior Citizens Day", "2050-06-01": "President's Day", "2050-07-08": "Constitution Day (observed)", "2050-07-09": "Constitution Day", "2050-09-05": "Labor Day", "2050-09-30": "Independence Day (observed)", "2050-10-01": "Independence Day", "2050-10-24": "United Nations Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Family Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/PY_COMMON.json000066400000000000000000000722521500152103600216060ustar00rootroot00000000000000{ "1991-01-01": "New Year's Day", "1991-03-01": "Patriots Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday", "1991-05-01": "Workers' Day", "1991-05-15": "Independence Day", "1991-06-12": "Chaco Armistice Day", "1991-08-15": "Asuncion Foundation's Day", "1991-12-08": "Caacupe Virgin Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-01": "Patriots Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday", "1992-05-01": "Workers' Day", "1992-05-15": "Independence Day", "1992-06-12": "Chaco Armistice Day", "1992-08-15": "Asuncion Foundation's Day", "1992-12-08": "Caacupe Virgin Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-01": "Patriots Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday", "1993-05-01": "Workers' Day", "1993-05-15": "Independence Day", "1993-06-12": "Chaco Armistice Day", "1993-08-15": "Asuncion Foundation's Day", "1993-12-08": "Caacupe Virgin Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-01": "Patriots Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-05-01": "Workers' Day", "1994-05-15": "Independence Day", "1994-06-12": "Chaco Armistice Day", "1994-08-15": "Asuncion Foundation's Day", "1994-12-08": "Caacupe Virgin Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-03-01": "Patriots Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-05-01": "Workers' Day", "1995-05-15": "Independence Day", "1995-06-12": "Chaco Armistice Day", "1995-08-15": "Asuncion Foundation's Day", "1995-09-29": "Boqueron Battle Day", "1995-12-08": "Caacupe Virgin Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-03-01": "Patriots Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday", "1996-05-01": "Workers' Day", "1996-05-15": "Independence Day", "1996-06-12": "Chaco Armistice Day", "1996-08-15": "Asuncion Foundation's Day", "1996-09-29": "Boqueron Battle Day", "1996-12-08": "Caacupe Virgin Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-01": "Patriots Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-05-01": "Workers' Day", "1997-05-15": "Independence Day", "1997-06-12": "Chaco Armistice Day", "1997-08-15": "Asuncion Foundation's Day", "1997-09-29": "Boqueron Battle Day", "1997-12-08": "Caacupe Virgin Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-03-01": "Patriots Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-05-01": "Workers' Day", "1998-05-15": "Independence Day", "1998-06-12": "Chaco Armistice Day", "1998-08-15": "Asuncion Foundation's Day", "1998-09-29": "Boqueron Battle Day", "1998-12-08": "Caacupe Virgin Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-03-01": "Patriots Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-05-01": "Workers' Day", "1999-05-15": "Independence Day", "1999-06-12": "Chaco Armistice Day", "1999-08-15": "Asuncion Foundation's Day", "1999-09-29": "Boqueron Battle Day", "1999-12-08": "Caacupe Virgin Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-01": "Patriots Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-05-01": "Workers' Day", "2000-05-15": "Independence Day", "2000-06-12": "Chaco Armistice Day", "2000-08-15": "Asuncion Foundation's Day", "2000-09-29": "Boqueron Battle Day", "2000-12-08": "Caacupe Virgin Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-03-01": "Patriots Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-05-01": "Workers' Day", "2001-05-15": "Independence Day", "2001-06-12": "Chaco Armistice Day", "2001-08-15": "Asuncion Foundation's Day", "2001-09-29": "Boqueron Battle Day", "2001-12-08": "Caacupe Virgin Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-01": "Patriots Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-05-01": "Workers' Day", "2002-05-15": "Independence Day", "2002-06-12": "Chaco Armistice Day", "2002-08-15": "Asuncion Foundation's Day", "2002-09-29": "Boqueron Battle Day", "2002-12-08": "Caacupe Virgin Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-01": "Patriots Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-05-01": "Workers' Day", "2003-05-15": "Independence Day", "2003-06-12": "Chaco Armistice Day", "2003-08-15": "Asuncion Foundation's Day", "2003-09-29": "Boqueron Battle Day", "2003-12-08": "Caacupe Virgin Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-03-01": "Patriots Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-05-01": "Workers' Day", "2004-05-15": "Independence Day", "2004-06-12": "Chaco Armistice Day", "2004-08-15": "Asuncion Foundation's Day", "2004-09-29": "Boqueron Battle Day", "2004-12-08": "Caacupe Virgin Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-01": "Patriots Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-05-01": "Workers' Day", "2005-05-15": "Independence Day", "2005-06-12": "Chaco Armistice Day", "2005-08-15": "Asuncion Foundation's Day", "2005-09-29": "Boqueron Battle Day", "2005-12-08": "Caacupe Virgin Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-03-01": "Patriots Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-05-01": "Workers' Day", "2006-05-15": "Independence Day", "2006-06-12": "Chaco Armistice Day", "2006-08-15": "Asuncion Foundation's Day", "2006-09-29": "Boqueron Battle Day", "2006-12-08": "Caacupe Virgin Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-29": "Public holiday", "2007-03-01": "Patriots Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday", "2007-05-01": "Workers' Day", "2007-05-15": "Independence Day", "2007-06-12": "Chaco Armistice Day", "2007-08-15": "Asuncion Foundation's Day", "2007-09-29": "Boqueron Battle Day", "2007-12-08": "Caacupe Virgin Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-01": "Patriots Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-05-01": "Workers' Day", "2008-05-15": "Independence Day", "2008-06-12": "Chaco Armistice Day", "2008-08-15": "Asuncion Foundation's Day", "2008-09-29": "Boqueron Battle Day", "2008-12-08": "Caacupe Virgin Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-01": "Patriots Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-05-01": "Workers' Day", "2009-05-15": "Independence Day", "2009-06-12": "Chaco Armistice Day", "2009-08-15": "Asuncion Foundation's Day", "2009-09-10": "Public holiday", "2009-09-29": "Boqueron Battle Day", "2009-12-08": "Caacupe Virgin Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-01": "Patriots Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-05-01": "Workers' Day", "2010-05-15": "Independence Day", "2010-06-12": "Chaco Armistice Day", "2010-06-14": "Public holiday", "2010-08-15": "Asuncion Foundation's Day", "2010-09-29": "Boqueron Battle Day", "2010-12-08": "Caacupe Virgin Day", "2010-12-24": "Public sector holiday", "2010-12-25": "Christmas Day", "2010-12-31": "Public sector holiday", "2011-01-01": "New Year's Day", "2011-03-01": "Patriots Day", "2011-04-19": "Public holiday", "2011-04-20": "Public sector holiday", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-05-01": "Workers' Day", "2011-05-14": "Public holiday", "2011-05-15": "Independence Day", "2011-05-16": "Public holiday", "2011-06-12": "Chaco Armistice Day", "2011-08-15": "Asuncion Foundation's Day", "2011-09-29": "Boqueron Battle Day", "2011-12-08": "Caacupe Virgin Day", "2011-12-23": "Public sector holiday", "2011-12-25": "Christmas Day", "2011-12-30": "Public sector holiday", "2012-01-01": "New Year's Day", "2012-03-01": "Patriots Day", "2012-04-04": "Public sector holiday", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday", "2012-05-01": "Workers' Day", "2012-05-14": "National Holiday", "2012-05-15": "Independence Day", "2012-06-12": "Chaco Armistice Day", "2012-08-15": "Asuncion Foundation's Day", "2012-09-29": "Boqueron Battle Day", "2012-12-08": "Caacupe Virgin Day", "2012-12-24": "Public sector holiday", "2012-12-25": "Christmas Day", "2012-12-31": "Public sector holiday", "2013-01-01": "New Year's Day", "2013-03-04": "Patriots Day", "2013-03-27": "Public sector holiday", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-05-01": "Workers' Day", "2013-05-14": "National Holiday", "2013-05-15": "Independence Day", "2013-06-12": "Chaco Armistice Day", "2013-08-14": "Public holiday", "2013-08-15": "Asuncion Foundation's Day", "2013-09-29": "Boqueron Battle Day", "2013-12-08": "Caacupe Virgin Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-01": "Patriots Day", "2014-04-16": "Public sector holiday", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-05-01": "Workers' Day", "2014-05-14": "National Holiday", "2014-05-15": "Independence Day", "2014-06-16": "Chaco Armistice Day", "2014-08-15": "Asuncion Foundation's Day", "2014-09-29": "Boqueron Battle Day", "2014-12-08": "Caacupe Virgin Day", "2014-12-24": "Public sector holiday", "2014-12-25": "Christmas Day", "2014-12-31": "Public sector holiday", "2015-01-01": "New Year's Day", "2015-03-01": "Patriots Day", "2015-04-01": "Public sector holiday", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-05-01": "Workers' Day", "2015-05-14": "National Holiday", "2015-05-15": "Independence Day", "2015-06-12": "Chaco Armistice Day", "2015-07-10": "Public holiday", "2015-07-11": "Public holiday", "2015-08-15": "Asuncion Foundation's Day", "2015-09-28": "Boqueron Battle Day", "2015-12-08": "Caacupe Virgin Day", "2015-12-24": "Public sector holiday", "2015-12-25": "Christmas Day", "2015-12-31": "Public sector holiday", "2016-01-01": "New Year's Day", "2016-02-29": "Patriots Day", "2016-03-23": "Public sector holiday", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-05-01": "Workers' Day", "2016-05-14": "National Holiday", "2016-05-15": "Independence Day", "2016-06-12": "Chaco Armistice Day", "2016-08-15": "Asuncion Foundation's Day", "2016-10-03": "Boqueron Battle Day", "2016-12-08": "Caacupe Virgin Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-03-01": "Patriots Day", "2017-03-28": "Public sector holiday", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-05-01": "Workers' Day", "2017-05-14": "National Holiday", "2017-05-15": "Independence Day", "2017-06-12": "Chaco Armistice Day", "2017-08-15": "Asuncion Foundation's Day", "2017-10-02": "Boqueron Battle Day", "2017-12-08": "Caacupe Virgin Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-26": "Patriots Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-05-01": "Workers' Day", "2018-05-14": "National Holiday", "2018-05-15": "Independence Day", "2018-06-11": "Chaco Armistice Day", "2018-08-15": "Asuncion Foundation's Day", "2018-09-29": "Boqueron Battle Day", "2018-12-08": "Caacupe Virgin Day", "2018-12-24": "Public sector holiday", "2018-12-25": "Christmas Day", "2018-12-31": "Public sector holiday", "2019-01-01": "New Year's Day", "2019-03-04": "Patriots Day", "2019-04-17": "Public sector holiday", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-05-01": "Workers' Day", "2019-05-14": "National Holiday", "2019-05-15": "Independence Day", "2019-06-17": "Chaco Armistice Day", "2019-08-15": "Asuncion Foundation's Day", "2019-09-29": "Boqueron Battle Day", "2019-12-08": "Caacupe Virgin Day", "2019-12-24": "Public sector holiday", "2019-12-25": "Christmas Day", "2019-12-31": "Public sector holiday", "2020-01-01": "New Year's Day", "2020-03-01": "Patriots Day", "2020-04-08": "Public sector holiday", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-05-01": "Workers' Day", "2020-05-14": "National Holiday", "2020-05-15": "Independence Day", "2020-06-12": "Chaco Armistice Day", "2020-08-15": "Asuncion Foundation's Day", "2020-09-29": "Boqueron Battle Day", "2020-12-08": "Caacupe Virgin Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-03-01": "Patriots Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-05-01": "Workers' Day", "2021-05-14": "National Holiday", "2021-05-15": "Independence Day", "2021-06-12": "Chaco Armistice Day", "2021-08-15": "Asuncion Foundation's Day", "2021-09-27": "Boqueron Battle Day", "2021-12-08": "Caacupe Virgin Day", "2021-12-24": "Public sector holiday", "2021-12-25": "Christmas Day", "2021-12-31": "Public sector holiday", "2022-01-01": "New Year's Day", "2022-02-28": "Patriots Day", "2022-04-13": "Public sector holiday", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-05-01": "Workers' Day", "2022-05-02": "Public sector holiday", "2022-05-14": "National Holiday", "2022-05-15": "Independence Day", "2022-06-12": "Chaco Armistice Day", "2022-08-15": "Asuncion Foundation's Day", "2022-10-03": "Boqueron Battle Day", "2022-12-08": "Caacupe Virgin Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-02-27": "Patriots Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday", "2023-05-01": "Workers' Day", "2023-05-14": "National Holiday", "2023-05-15": "Independence Day", "2023-06-12": "Chaco Armistice Day", "2023-08-15": "Asuncion Foundation's Day", "2023-09-29": "Boqueron Battle Day", "2023-12-08": "Caacupe Virgin Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-01": "Patriots Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-05-01": "Workers' Day", "2024-05-14": "National Holiday", "2024-05-15": "Independence Day", "2024-06-10": "Chaco Armistice Day", "2024-08-15": "Asuncion Foundation's Day", "2024-09-30": "Boqueron Battle Day", "2024-12-08": "Caacupe Virgin Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-01": "Patriots Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-05-01": "Workers' Day", "2025-05-14": "National Holiday", "2025-05-15": "Independence Day", "2025-06-12": "Chaco Armistice Day", "2025-08-15": "Asuncion Foundation's Day", "2025-09-29": "Boqueron Battle Day", "2025-12-08": "Caacupe Virgin Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-01": "Patriots Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-05-01": "Workers' Day", "2026-05-14": "National Holiday", "2026-05-15": "Independence Day", "2026-06-12": "Chaco Armistice Day", "2026-08-15": "Asuncion Foundation's Day", "2026-09-29": "Boqueron Battle Day", "2026-12-08": "Caacupe Virgin Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-01": "Patriots Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-05-01": "Workers' Day", "2027-05-14": "National Holiday", "2027-05-15": "Independence Day", "2027-06-12": "Chaco Armistice Day", "2027-08-15": "Asuncion Foundation's Day", "2027-09-29": "Boqueron Battle Day", "2027-12-08": "Caacupe Virgin Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-03-01": "Patriots Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-05-01": "Workers' Day", "2028-05-14": "National Holiday", "2028-05-15": "Independence Day", "2028-06-12": "Chaco Armistice Day", "2028-08-15": "Asuncion Foundation's Day", "2028-09-29": "Boqueron Battle Day", "2028-12-08": "Caacupe Virgin Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-01": "Patriots Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-05-01": "Workers' Day", "2029-05-14": "National Holiday", "2029-05-15": "Independence Day", "2029-06-12": "Chaco Armistice Day", "2029-08-15": "Asuncion Foundation's Day", "2029-09-29": "Boqueron Battle Day", "2029-12-08": "Caacupe Virgin Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-03-01": "Patriots Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-05-01": "Workers' Day", "2030-05-14": "National Holiday", "2030-05-15": "Independence Day", "2030-06-12": "Chaco Armistice Day", "2030-08-15": "Asuncion Foundation's Day", "2030-09-29": "Boqueron Battle Day", "2030-12-08": "Caacupe Virgin Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-03-01": "Patriots Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-05-01": "Workers' Day", "2031-05-14": "National Holiday", "2031-05-15": "Independence Day", "2031-06-12": "Chaco Armistice Day", "2031-08-15": "Asuncion Foundation's Day", "2031-09-29": "Boqueron Battle Day", "2031-12-08": "Caacupe Virgin Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-01": "Patriots Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-05-01": "Workers' Day", "2032-05-14": "National Holiday", "2032-05-15": "Independence Day", "2032-06-12": "Chaco Armistice Day", "2032-08-15": "Asuncion Foundation's Day", "2032-09-29": "Boqueron Battle Day", "2032-12-08": "Caacupe Virgin Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-03-01": "Patriots Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-05-01": "Workers' Day", "2033-05-14": "National Holiday", "2033-05-15": "Independence Day", "2033-06-12": "Chaco Armistice Day", "2033-08-15": "Asuncion Foundation's Day", "2033-09-29": "Boqueron Battle Day", "2033-12-08": "Caacupe Virgin Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-03-01": "Patriots Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday", "2034-05-01": "Workers' Day", "2034-05-14": "National Holiday", "2034-05-15": "Independence Day", "2034-06-12": "Chaco Armistice Day", "2034-08-15": "Asuncion Foundation's Day", "2034-09-29": "Boqueron Battle Day", "2034-12-08": "Caacupe Virgin Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-01": "Patriots Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-05-01": "Workers' Day", "2035-05-14": "National Holiday", "2035-05-15": "Independence Day", "2035-06-12": "Chaco Armistice Day", "2035-08-15": "Asuncion Foundation's Day", "2035-09-29": "Boqueron Battle Day", "2035-12-08": "Caacupe Virgin Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-03-01": "Patriots Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-05-01": "Workers' Day", "2036-05-14": "National Holiday", "2036-05-15": "Independence Day", "2036-06-12": "Chaco Armistice Day", "2036-08-15": "Asuncion Foundation's Day", "2036-09-29": "Boqueron Battle Day", "2036-12-08": "Caacupe Virgin Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-03-01": "Patriots Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-05-01": "Workers' Day", "2037-05-14": "National Holiday", "2037-05-15": "Independence Day", "2037-06-12": "Chaco Armistice Day", "2037-08-15": "Asuncion Foundation's Day", "2037-09-29": "Boqueron Battle Day", "2037-12-08": "Caacupe Virgin Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-03-01": "Patriots Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-05-01": "Workers' Day", "2038-05-14": "National Holiday", "2038-05-15": "Independence Day", "2038-06-12": "Chaco Armistice Day", "2038-08-15": "Asuncion Foundation's Day", "2038-09-29": "Boqueron Battle Day", "2038-12-08": "Caacupe Virgin Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-03-01": "Patriots Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-05-01": "Workers' Day", "2039-05-14": "National Holiday", "2039-05-15": "Independence Day", "2039-06-12": "Chaco Armistice Day", "2039-08-15": "Asuncion Foundation's Day", "2039-09-29": "Boqueron Battle Day", "2039-12-08": "Caacupe Virgin Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-01": "Patriots Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-05-01": "Workers' Day", "2040-05-14": "National Holiday", "2040-05-15": "Independence Day", "2040-06-12": "Chaco Armistice Day", "2040-08-15": "Asuncion Foundation's Day", "2040-09-29": "Boqueron Battle Day", "2040-12-08": "Caacupe Virgin Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-01": "Patriots Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-05-01": "Workers' Day", "2041-05-14": "National Holiday", "2041-05-15": "Independence Day", "2041-06-12": "Chaco Armistice Day", "2041-08-15": "Asuncion Foundation's Day", "2041-09-29": "Boqueron Battle Day", "2041-12-08": "Caacupe Virgin Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-01": "Patriots Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-05-01": "Workers' Day", "2042-05-14": "National Holiday", "2042-05-15": "Independence Day", "2042-06-12": "Chaco Armistice Day", "2042-08-15": "Asuncion Foundation's Day", "2042-09-29": "Boqueron Battle Day", "2042-12-08": "Caacupe Virgin Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-01": "Patriots Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-05-01": "Workers' Day", "2043-05-14": "National Holiday", "2043-05-15": "Independence Day", "2043-06-12": "Chaco Armistice Day", "2043-08-15": "Asuncion Foundation's Day", "2043-09-29": "Boqueron Battle Day", "2043-12-08": "Caacupe Virgin Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-03-01": "Patriots Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-05-01": "Workers' Day", "2044-05-14": "National Holiday", "2044-05-15": "Independence Day", "2044-06-12": "Chaco Armistice Day", "2044-08-15": "Asuncion Foundation's Day", "2044-09-29": "Boqueron Battle Day", "2044-12-08": "Caacupe Virgin Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-03-01": "Patriots Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday", "2045-05-01": "Workers' Day", "2045-05-14": "National Holiday", "2045-05-15": "Independence Day", "2045-06-12": "Chaco Armistice Day", "2045-08-15": "Asuncion Foundation's Day", "2045-09-29": "Boqueron Battle Day", "2045-12-08": "Caacupe Virgin Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-01": "Patriots Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-05-01": "Workers' Day", "2046-05-14": "National Holiday", "2046-05-15": "Independence Day", "2046-06-12": "Chaco Armistice Day", "2046-08-15": "Asuncion Foundation's Day", "2046-09-29": "Boqueron Battle Day", "2046-12-08": "Caacupe Virgin Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-03-01": "Patriots Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-05-01": "Workers' Day", "2047-05-14": "National Holiday", "2047-05-15": "Independence Day", "2047-06-12": "Chaco Armistice Day", "2047-08-15": "Asuncion Foundation's Day", "2047-09-29": "Boqueron Battle Day", "2047-12-08": "Caacupe Virgin Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-03-01": "Patriots Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-05-01": "Workers' Day", "2048-05-14": "National Holiday", "2048-05-15": "Independence Day", "2048-06-12": "Chaco Armistice Day", "2048-08-15": "Asuncion Foundation's Day", "2048-09-29": "Boqueron Battle Day", "2048-12-08": "Caacupe Virgin Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-01": "Patriots Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-05-01": "Workers' Day", "2049-05-14": "National Holiday", "2049-05-15": "Independence Day", "2049-06-12": "Chaco Armistice Day", "2049-08-15": "Asuncion Foundation's Day", "2049-09-29": "Boqueron Battle Day", "2049-12-08": "Caacupe Virgin Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-03-01": "Patriots Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-05-01": "Workers' Day", "2050-05-14": "National Holiday", "2050-05-15": "Independence Day", "2050-06-12": "Chaco Armistice Day", "2050-08-15": "Asuncion Foundation's Day", "2050-09-29": "Boqueron Battle Day", "2050-12-08": "Caacupe Virgin Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/QA_COMMON.json000066400000000000000000000677711500152103600215710ustar00rootroot00000000000000{ "1971-01-01": "New Year's Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha (estimated)", "1971-02-08": "Eid al-Adha (estimated)", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr (estimated)", "1971-11-21": "Eid al-Fitr (estimated)", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha (estimated)", "1972-01-28": "Eid al-Adha (estimated)", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr (estimated)", "1972-11-09": "Eid al-Fitr (estimated)", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (estimated)", "1973-01-16": "Eid al-Adha (estimated)", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr (estimated)", "1973-10-29": "Eid al-Fitr (estimated)", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha (estimated)", "1974-01-05": "Eid al-Adha (estimated)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr (estimated)", "1974-10-18": "Eid al-Fitr (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha (estimated)", "1974-12-26": "Eid al-Adha (estimated)", "1975-01-01": "New Year's Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr (estimated)", "1975-10-08": "Eid al-Fitr (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha (estimated)", "1975-12-15": "Eid al-Adha (estimated)", "1976-01-01": "New Year's Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr (estimated)", "1976-09-26": "Eid al-Fitr (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha (estimated)", "1976-12-03": "Eid al-Adha (estimated)", "1977-01-01": "New Year's Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr (estimated)", "1977-09-16": "Eid al-Fitr (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha (estimated)", "1977-11-23": "Eid al-Adha (estimated)", "1978-01-01": "New Year's Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (estimated)", "1978-09-05": "Eid al-Fitr (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha (estimated)", "1978-11-12": "Eid al-Adha (estimated)", "1979-01-01": "New Year's Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr (estimated)", "1979-08-25": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha (estimated)", "1979-11-02": "Eid al-Adha (estimated)", "1980-01-01": "New Year's Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr (estimated)", "1980-08-14": "Eid al-Fitr (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (estimated)", "1980-10-21": "Eid al-Adha (estimated)", "1981-01-01": "New Year's Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr (estimated)", "1981-08-03": "Eid al-Fitr (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha (estimated)", "1981-10-10": "Eid al-Adha (estimated)", "1982-01-01": "New Year's Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr (estimated)", "1982-07-23": "Eid al-Fitr (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha (estimated)", "1982-09-29": "Eid al-Adha (estimated)", "1983-01-01": "New Year's Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr (estimated)", "1983-07-13": "Eid al-Fitr (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha (estimated)", "1983-09-19": "Eid al-Adha (estimated)", "1984-01-01": "New Year's Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr (estimated)", "1984-07-02": "Eid al-Fitr (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha (estimated)", "1984-09-07": "Eid al-Adha (estimated)", "1985-01-01": "New Year's Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr (estimated)", "1985-06-21": "Eid al-Fitr (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha (estimated)", "1985-08-28": "Eid al-Adha (estimated)", "1986-01-01": "New Year's Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (estimated)", "1986-06-10": "Eid al-Fitr (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha (estimated)", "1986-08-17": "Eid al-Adha (estimated)", "1987-01-01": "New Year's Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr (estimated)", "1987-05-30": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha (estimated)", "1987-08-06": "Eid al-Adha (estimated)", "1988-01-01": "New Year's Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr (estimated)", "1988-05-18": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha (estimated)", "1988-07-25": "Eid al-Adha (estimated)", "1989-01-01": "New Year's Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr (estimated)", "1989-05-08": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha (estimated)", "1989-07-15": "Eid al-Adha (estimated)", "1990-01-01": "New Year's Day", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr (estimated)", "1990-04-28": "Eid al-Fitr (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha (estimated)", "1990-07-04": "Eid al-Adha (estimated)", "1991-01-01": "New Year's Day", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr (estimated)", "1991-04-17": "Eid al-Fitr (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha (estimated)", "1991-06-24": "Eid al-Adha (estimated)", "1992-01-01": "New Year's Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr (estimated)", "1992-04-06": "Eid al-Fitr (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha (estimated)", "1992-06-13": "Eid al-Adha (estimated)", "1993-01-01": "New Year's Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr (estimated)", "1993-03-26": "Eid al-Fitr (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha (estimated)", "1993-06-02": "Eid al-Adha (estimated)", "1994-01-01": "New Year's Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (estimated)", "1994-03-15": "Eid al-Fitr (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha (estimated)", "1994-05-22": "Eid al-Adha (estimated)", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr (estimated)", "1995-03-04": "Eid al-Fitr (estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha (estimated)", "1995-05-11": "Eid al-Adha (estimated)", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr (estimated)", "1996-02-21": "Eid al-Fitr (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha (estimated)", "1996-04-29": "Eid al-Adha (estimated)", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr (estimated)", "1997-02-10": "Eid al-Fitr (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha (estimated)", "1997-04-19": "Eid al-Adha (estimated)", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr (estimated)", "1998-01-31": "Eid al-Fitr (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha (estimated)", "1998-04-09": "Eid al-Adha (estimated)", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr (estimated)", "1999-01-20": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha (estimated)", "1999-03-29": "Eid al-Adha (estimated)", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr (estimated)", "2000-01-10": "Eid al-Fitr (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha (estimated)", "2000-03-18": "Eid al-Adha (estimated)", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr (estimated)", "2000-12-29": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha (estimated)", "2001-03-07": "Eid al-Adha (estimated)", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr (estimated)", "2001-12-18": "Eid al-Fitr (estimated)", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha (estimated)", "2002-02-24": "Eid al-Adha (estimated)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr (estimated)", "2002-12-07": "Eid al-Fitr (estimated)", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha (estimated)", "2003-02-13": "Eid al-Adha (estimated)", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr (estimated)", "2003-11-27": "Eid al-Fitr (estimated)", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha (estimated)", "2004-02-03": "Eid al-Adha (estimated)", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr (estimated)", "2004-11-16": "Eid al-Fitr (estimated)", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-01-22": "Eid al-Adha", "2005-01-23": "Eid al-Adha", "2005-11-04": "Eid al-Fitr", "2005-11-05": "Eid al-Fitr", "2005-11-06": "Eid al-Fitr", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha", "2006-01-11": "Eid al-Adha", "2006-01-12": "Eid al-Adha", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr", "2006-10-26": "Eid al-Fitr", "2006-12-31": "Eid al-Adha", "2007-01-01": "Eid al-Adha; New Year's Day", "2007-01-02": "Eid al-Adha", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr", "2007-10-15": "Eid al-Fitr", "2007-12-18": "Qatar National Day", "2007-12-20": "Eid al-Adha", "2007-12-21": "Eid al-Adha", "2007-12-22": "Eid al-Adha", "2008-01-01": "New Year's Day", "2008-10-02": "Eid al-Fitr", "2008-10-03": "Eid al-Fitr", "2008-10-04": "Eid al-Fitr", "2008-12-09": "Eid al-Adha", "2008-12-10": "Eid al-Adha", "2008-12-11": "Eid al-Adha", "2008-12-18": "Qatar National Day", "2009-01-01": "New Year's Day", "2009-09-21": "Eid al-Fitr", "2009-09-22": "Eid al-Fitr", "2009-09-23": "Eid al-Fitr", "2009-11-28": "Eid al-Adha", "2009-11-29": "Eid al-Adha", "2009-11-30": "Eid al-Adha", "2009-12-18": "Qatar National Day", "2010-01-01": "New Year's Day", "2010-03-07": "March Bank Holiday", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr", "2010-09-12": "Eid al-Fitr", "2010-11-15": "Eid al-Adha", "2010-11-16": "Eid al-Adha", "2010-11-17": "Eid al-Adha", "2010-12-18": "Qatar National Day", "2011-01-01": "New Year's Day", "2011-03-06": "March Bank Holiday", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Eid al-Fitr", "2011-09-02": "Eid al-Fitr", "2011-11-06": "Eid al-Adha", "2011-11-07": "Eid al-Adha", "2011-11-08": "Eid al-Adha", "2011-12-18": "Qatar National Day", "2012-01-01": "New Year's Day", "2012-02-14": "National Sports Day", "2012-03-04": "March Bank Holiday", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr", "2012-08-21": "Eid al-Fitr", "2012-10-26": "Eid al-Adha", "2012-10-27": "Eid al-Adha", "2012-10-28": "Eid al-Adha", "2012-12-18": "Qatar National Day", "2013-01-01": "New Year's Day", "2013-02-12": "National Sports Day", "2013-03-03": "March Bank Holiday", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr", "2013-08-10": "Eid al-Fitr", "2013-10-15": "Eid al-Adha", "2013-10-16": "Eid al-Adha", "2013-10-17": "Eid al-Adha", "2013-12-18": "Qatar National Day", "2014-01-01": "New Year's Day", "2014-02-11": "National Sports Day", "2014-03-02": "March Bank Holiday", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr", "2014-07-30": "Eid al-Fitr", "2014-10-04": "Eid al-Adha", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha", "2014-12-18": "Qatar National Day", "2015-01-01": "New Year's Day", "2015-02-10": "National Sports Day", "2015-03-01": "March Bank Holiday", "2015-07-18": "Eid al-Fitr", "2015-07-19": "Eid al-Fitr", "2015-07-20": "Eid al-Fitr", "2015-09-23": "Eid al-Adha", "2015-09-24": "Eid al-Adha", "2015-09-25": "Eid al-Adha", "2015-12-18": "Qatar National Day", "2016-01-01": "New Year's Day", "2016-02-09": "National Sports Day", "2016-03-06": "March Bank Holiday", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr", "2016-07-08": "Eid al-Fitr", "2016-09-10": "Eid al-Adha", "2016-09-11": "Eid al-Adha", "2016-09-12": "Eid al-Adha", "2016-12-18": "Qatar National Day", "2017-01-01": "New Year's Day", "2017-02-14": "National Sports Day", "2017-03-05": "March Bank Holiday", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr", "2017-06-27": "Eid al-Fitr", "2017-08-31": "Eid al-Adha", "2017-09-01": "Eid al-Adha", "2017-09-02": "Eid al-Adha", "2017-12-18": "Qatar National Day", "2018-01-01": "New Year's Day", "2018-02-13": "National Sports Day", "2018-03-04": "March Bank Holiday", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr", "2018-06-17": "Eid al-Fitr", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha", "2018-08-24": "Eid al-Adha", "2018-12-18": "Qatar National Day", "2019-01-01": "New Year's Day", "2019-02-12": "National Sports Day", "2019-03-03": "March Bank Holiday", "2019-06-04": "Eid al-Fitr", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha", "2019-08-13": "Eid al-Adha", "2019-12-18": "Qatar National Day", "2020-01-01": "New Year's Day", "2020-02-11": "National Sports Day", "2020-03-01": "March Bank Holiday", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr", "2020-05-26": "Eid al-Fitr", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha", "2020-08-02": "Eid al-Adha", "2020-12-18": "Qatar National Day", "2021-01-01": "New Year's Day", "2021-02-09": "National Sports Day", "2021-03-07": "March Bank Holiday", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr", "2021-05-15": "Eid al-Fitr", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha", "2021-07-22": "Eid al-Adha", "2021-12-18": "Qatar National Day", "2022-01-01": "New Year's Day", "2022-02-08": "National Sports Day", "2022-03-06": "March Bank Holiday", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr", "2022-05-04": "Eid al-Fitr", "2022-07-09": "Eid al-Adha", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha", "2022-12-18": "Qatar National Day", "2023-01-01": "New Year's Day", "2023-02-14": "National Sports Day", "2023-03-05": "March Bank Holiday", "2023-04-21": "Eid al-Fitr", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr", "2023-06-28": "Eid al-Adha", "2023-06-29": "Eid al-Adha", "2023-06-30": "Eid al-Adha", "2023-12-18": "Qatar National Day", "2024-01-01": "New Year's Day", "2024-02-13": "National Sports Day", "2024-03-03": "March Bank Holiday", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr", "2024-04-12": "Eid al-Fitr", "2024-06-16": "Eid al-Adha", "2024-06-17": "Eid al-Adha", "2024-06-18": "Eid al-Adha", "2024-12-18": "Qatar National Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Holiday", "2025-02-11": "National Sports Day", "2025-03-02": "March Bank Holiday", "2025-03-30": "Eid al-Fitr", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha (estimated)", "2025-06-08": "Eid al-Adha (estimated)", "2025-12-18": "Qatar National Day", "2026-01-01": "New Year's Day", "2026-02-10": "National Sports Day", "2026-03-01": "March Bank Holiday", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Eid al-Fitr (estimated)", "2026-03-22": "Eid al-Fitr (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha (estimated)", "2026-05-29": "Eid al-Adha (estimated)", "2026-12-18": "Qatar National Day", "2027-01-01": "New Year's Day", "2027-02-09": "National Sports Day", "2027-03-07": "March Bank Holiday", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr (estimated)", "2027-03-11": "Eid al-Fitr (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated)", "2027-05-18": "Eid al-Adha (estimated)", "2027-12-18": "Qatar National Day", "2028-01-01": "New Year's Day", "2028-02-08": "National Sports Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr (estimated)", "2028-02-28": "Eid al-Fitr (estimated)", "2028-03-05": "March Bank Holiday", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha (estimated)", "2028-05-07": "Eid al-Adha (estimated)", "2028-12-18": "Qatar National Day", "2029-01-01": "New Year's Day", "2029-02-13": "National Sports Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr (estimated)", "2029-02-16": "Eid al-Fitr (estimated)", "2029-03-04": "March Bank Holiday", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha (estimated)", "2029-04-26": "Eid al-Adha (estimated)", "2029-12-18": "Qatar National Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr (estimated)", "2030-02-06": "Eid al-Fitr (estimated)", "2030-02-12": "National Sports Day", "2030-03-03": "March Bank Holiday", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha (estimated)", "2030-04-15": "Eid al-Adha (estimated)", "2030-12-18": "Qatar National Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr (estimated)", "2031-01-26": "Eid al-Fitr (estimated)", "2031-02-11": "National Sports Day", "2031-03-02": "March Bank Holiday", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha (estimated)", "2031-04-04": "Eid al-Adha (estimated)", "2031-12-18": "Qatar National Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-01-15": "Eid al-Fitr (estimated)", "2032-01-16": "Eid al-Fitr (estimated)", "2032-02-10": "National Sports Day", "2032-03-07": "March Bank Holiday", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha (estimated)", "2032-03-24": "Eid al-Adha (estimated)", "2032-12-18": "Qatar National Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (estimated)", "2033-01-04": "Eid al-Fitr (estimated)", "2033-02-08": "National Sports Day", "2033-03-06": "March Bank Holiday", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-03-13": "Eid al-Adha (estimated)", "2033-12-18": "Qatar National Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (estimated)", "2033-12-25": "Eid al-Fitr (estimated)", "2034-01-01": "New Year's Day", "2034-02-14": "National Sports Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (estimated)", "2034-03-03": "Eid al-Adha (estimated)", "2034-03-05": "March Bank Holiday", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2034-12-14": "Eid al-Fitr (estimated)", "2034-12-18": "Qatar National Day", "2035-01-01": "New Year's Day", "2035-02-13": "National Sports Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-02-20": "Eid al-Adha (estimated)", "2035-03-04": "March Bank Holiday", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (estimated)", "2035-12-18": "Qatar National Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-02-09": "Eid al-Adha (estimated)", "2036-02-12": "National Sports Day", "2036-03-02": "March Bank Holiday", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2036-11-21": "Eid al-Fitr (estimated)", "2036-12-18": "Qatar National Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-01-28": "Eid al-Adha (estimated)", "2037-02-10": "National Sports Day", "2037-03-01": "March Bank Holiday", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated)", "2037-11-10": "Eid al-Fitr (estimated)", "2037-12-18": "Qatar National Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-01-18": "Eid al-Adha (estimated)", "2038-02-09": "National Sports Day", "2038-03-07": "March Bank Holiday", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr (estimated)", "2038-10-31": "Eid al-Fitr (estimated)", "2038-12-18": "Qatar National Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (estimated)", "2039-01-07": "Eid al-Adha (estimated)", "2039-02-08": "National Sports Day", "2039-03-06": "March Bank Holiday", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-10-21": "Eid al-Fitr (estimated)", "2039-12-18": "Qatar National Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2039-12-28": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-02-14": "National Sports Day", "2040-03-04": "March Bank Holiday", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-10-09": "Eid al-Fitr (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2040-12-16": "Eid al-Adha (estimated)", "2040-12-18": "Qatar National Day", "2041-01-01": "New Year's Day", "2041-02-12": "National Sports Day", "2041-03-03": "March Bank Holiday", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-09-28": "Eid al-Fitr (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-06": "Eid al-Adha (estimated)", "2041-12-18": "Qatar National Day", "2042-01-01": "New Year's Day", "2042-02-11": "National Sports Day", "2042-03-02": "March Bank Holiday", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-09-17": "Eid al-Fitr (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-11-25": "Eid al-Adha (estimated)", "2042-12-18": "Qatar National Day", "2043-01-01": "New Year's Day", "2043-02-10": "National Sports Day", "2043-03-01": "March Bank Holiday", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-09-06": "Eid al-Fitr (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated)", "2043-11-14": "Eid al-Adha (estimated)", "2043-12-18": "Qatar National Day", "2044-01-01": "New Year's Day", "2044-02-09": "National Sports Day", "2044-03-06": "March Bank Holiday", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-08-26": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (estimated)", "2044-11-02": "Eid al-Adha (estimated)", "2044-12-18": "Qatar National Day", "2045-01-01": "New Year's Day", "2045-02-14": "National Sports Day", "2045-03-05": "March Bank Holiday", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (estimated)", "2045-08-16": "Eid al-Fitr (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-10-23": "Eid al-Adha (estimated)", "2045-12-18": "Qatar National Day", "2046-01-01": "New Year's Day", "2046-02-13": "National Sports Day", "2046-03-04": "March Bank Holiday", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-08-05": "Eid al-Fitr (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (estimated)", "2046-10-12": "Eid al-Adha (estimated)", "2046-12-18": "Qatar National Day", "2047-01-01": "New Year's Day", "2047-02-12": "National Sports Day", "2047-03-03": "March Bank Holiday", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-07-26": "Eid al-Fitr (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (estimated)", "2047-10-02": "Eid al-Adha (estimated)", "2047-12-18": "Qatar National Day", "2048-01-01": "New Year's Day", "2048-02-11": "National Sports Day", "2048-03-01": "March Bank Holiday", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-07-14": "Eid al-Fitr (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (estimated)", "2048-09-21": "Eid al-Adha (estimated)", "2048-12-18": "Qatar National Day", "2049-01-01": "New Year's Day", "2049-02-09": "National Sports Day", "2049-03-07": "March Bank Holiday", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-07-03": "Eid al-Fitr (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-09-10": "Eid al-Adha (estimated)", "2049-12-18": "Qatar National Day", "2050-01-01": "New Year's Day", "2050-02-08": "National Sports Day", "2050-03-06": "March Bank Holiday", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-06-22": "Eid al-Fitr (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-08-30": "Eid al-Adha (estimated)", "2050-12-18": "Qatar National Day" } holidays-0.71/snapshots/countries/RO_COMMON.json000066400000000000000000001235761500152103600216040ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day", "1950-04-09": "Easter", "1950-04-10": "Easter", "1950-05-01": "Labor Day", "1950-05-28": "Pentecost", "1950-05-29": "Pentecost", "1950-12-01": "National Day", "1950-12-25": "Christmas Day", "1950-12-26": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-02": "New Year's Day", "1951-04-29": "Easter", "1951-04-30": "Easter", "1951-05-01": "Labor Day", "1951-06-17": "Pentecost", "1951-06-18": "Pentecost", "1951-12-01": "National Day", "1951-12-25": "Christmas Day", "1951-12-26": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-02": "New Year's Day", "1952-04-20": "Easter", "1952-04-21": "Easter", "1952-05-01": "Labor Day", "1952-06-08": "Pentecost", "1952-06-09": "Pentecost", "1952-12-01": "National Day", "1952-12-25": "Christmas Day", "1952-12-26": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-02": "New Year's Day", "1953-04-05": "Easter", "1953-04-06": "Easter", "1953-05-01": "Labor Day", "1953-05-24": "Pentecost", "1953-05-25": "Pentecost", "1953-12-01": "National Day", "1953-12-25": "Christmas Day", "1953-12-26": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-02": "New Year's Day", "1954-04-25": "Easter", "1954-04-26": "Easter", "1954-05-01": "Labor Day", "1954-06-13": "Pentecost", "1954-06-14": "Pentecost", "1954-12-01": "National Day", "1954-12-25": "Christmas Day", "1954-12-26": "Christmas Day", "1955-01-01": "New Year's Day", "1955-01-02": "New Year's Day", "1955-04-17": "Easter", "1955-04-18": "Easter", "1955-05-01": "Labor Day", "1955-06-05": "Pentecost", "1955-06-06": "Pentecost", "1955-12-01": "National Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day", "1956-05-01": "Labor Day", "1956-05-06": "Easter", "1956-05-07": "Easter", "1956-06-24": "Pentecost", "1956-06-25": "Pentecost", "1956-12-01": "National Day", "1956-12-25": "Christmas Day", "1956-12-26": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-02": "New Year's Day", "1957-04-21": "Easter", "1957-04-22": "Easter", "1957-05-01": "Labor Day", "1957-06-09": "Pentecost", "1957-06-10": "Pentecost", "1957-12-01": "National Day", "1957-12-25": "Christmas Day", "1957-12-26": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-02": "New Year's Day", "1958-04-13": "Easter", "1958-04-14": "Easter", "1958-05-01": "Labor Day", "1958-06-01": "Pentecost", "1958-06-02": "Pentecost", "1958-12-01": "National Day", "1958-12-25": "Christmas Day", "1958-12-26": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-02": "New Year's Day", "1959-05-01": "Labor Day", "1959-05-03": "Easter", "1959-05-04": "Easter", "1959-06-21": "Pentecost", "1959-06-22": "Pentecost", "1959-12-01": "National Day", "1959-12-25": "Christmas Day", "1959-12-26": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-02": "New Year's Day", "1960-04-17": "Easter", "1960-04-18": "Easter", "1960-05-01": "Labor Day", "1960-06-05": "Pentecost", "1960-06-06": "Pentecost", "1960-12-01": "National Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day", "1961-04-09": "Easter", "1961-04-10": "Easter", "1961-05-01": "Labor Day", "1961-05-28": "Pentecost", "1961-05-29": "Pentecost", "1961-12-01": "National Day", "1961-12-25": "Christmas Day", "1961-12-26": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-02": "New Year's Day", "1962-04-29": "Easter", "1962-04-30": "Easter", "1962-05-01": "Labor Day", "1962-06-17": "Pentecost", "1962-06-18": "Pentecost", "1962-12-01": "National Day", "1962-12-25": "Christmas Day", "1962-12-26": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-02": "New Year's Day", "1963-04-14": "Easter", "1963-04-15": "Easter", "1963-05-01": "Labor Day", "1963-06-02": "Pentecost", "1963-06-03": "Pentecost", "1963-12-01": "National Day", "1963-12-25": "Christmas Day", "1963-12-26": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-02": "New Year's Day", "1964-05-01": "Labor Day", "1964-05-03": "Easter", "1964-05-04": "Easter", "1964-06-21": "Pentecost", "1964-06-22": "Pentecost", "1964-12-01": "National Day", "1964-12-25": "Christmas Day", "1964-12-26": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-02": "New Year's Day", "1965-04-25": "Easter", "1965-04-26": "Easter", "1965-05-01": "Labor Day", "1965-06-13": "Pentecost", "1965-06-14": "Pentecost", "1965-12-01": "National Day", "1965-12-25": "Christmas Day", "1965-12-26": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-02": "New Year's Day", "1966-04-10": "Easter", "1966-04-11": "Easter", "1966-05-01": "Labor Day", "1966-05-29": "Pentecost", "1966-05-30": "Pentecost", "1966-12-01": "National Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day", "1967-04-30": "Easter", "1967-05-01": "Easter; Labor Day", "1967-06-18": "Pentecost", "1967-06-19": "Pentecost", "1967-12-01": "National Day", "1967-12-25": "Christmas Day", "1967-12-26": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-02": "New Year's Day", "1968-04-21": "Easter", "1968-04-22": "Easter", "1968-05-01": "Labor Day", "1968-06-09": "Pentecost", "1968-06-10": "Pentecost", "1968-12-01": "National Day", "1968-12-25": "Christmas Day", "1968-12-26": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-02": "New Year's Day", "1969-04-13": "Easter", "1969-04-14": "Easter", "1969-05-01": "Labor Day", "1969-06-01": "Pentecost", "1969-06-02": "Pentecost", "1969-12-01": "National Day", "1969-12-25": "Christmas Day", "1969-12-26": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-02": "New Year's Day", "1970-04-26": "Easter", "1970-04-27": "Easter", "1970-05-01": "Labor Day", "1970-06-14": "Pentecost", "1970-06-15": "Pentecost", "1970-12-01": "National Day", "1970-12-25": "Christmas Day", "1970-12-26": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-02": "New Year's Day", "1971-04-18": "Easter", "1971-04-19": "Easter", "1971-05-01": "Labor Day", "1971-06-06": "Pentecost", "1971-06-07": "Pentecost", "1971-12-01": "National Day", "1971-12-25": "Christmas Day", "1971-12-26": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-02": "New Year's Day", "1972-04-09": "Easter", "1972-04-10": "Easter", "1972-05-01": "Labor Day", "1972-05-28": "Pentecost", "1972-05-29": "Pentecost", "1972-12-01": "National Day", "1972-12-25": "Christmas Day", "1972-12-26": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-02": "New Year's Day", "1973-04-29": "Easter", "1973-04-30": "Easter", "1973-05-01": "Labor Day", "1973-06-17": "Pentecost", "1973-06-18": "Pentecost", "1973-12-01": "National Day", "1973-12-25": "Christmas Day", "1973-12-26": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-02": "New Year's Day", "1974-04-14": "Easter", "1974-04-15": "Easter", "1974-05-01": "Labor Day", "1974-06-02": "Pentecost", "1974-06-03": "Pentecost", "1974-12-01": "National Day", "1974-12-25": "Christmas Day", "1974-12-26": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-02": "New Year's Day", "1975-05-01": "Labor Day", "1975-05-04": "Easter", "1975-05-05": "Easter", "1975-06-22": "Pentecost", "1975-06-23": "Pentecost", "1975-12-01": "National Day", "1975-12-25": "Christmas Day", "1975-12-26": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-02": "New Year's Day", "1976-04-25": "Easter", "1976-04-26": "Easter", "1976-05-01": "Labor Day", "1976-06-13": "Pentecost", "1976-06-14": "Pentecost", "1976-12-01": "National Day", "1976-12-25": "Christmas Day", "1976-12-26": "Christmas Day", "1977-01-01": "New Year's Day", "1977-01-02": "New Year's Day", "1977-04-10": "Easter", "1977-04-11": "Easter", "1977-05-01": "Labor Day", "1977-05-29": "Pentecost", "1977-05-30": "Pentecost", "1977-12-01": "National Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day", "1978-04-30": "Easter", "1978-05-01": "Easter; Labor Day", "1978-06-18": "Pentecost", "1978-06-19": "Pentecost", "1978-12-01": "National Day", "1978-12-25": "Christmas Day", "1978-12-26": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-02": "New Year's Day", "1979-04-22": "Easter", "1979-04-23": "Easter", "1979-05-01": "Labor Day", "1979-06-10": "Pentecost", "1979-06-11": "Pentecost", "1979-12-01": "National Day", "1979-12-25": "Christmas Day", "1979-12-26": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-02": "New Year's Day", "1980-04-06": "Easter", "1980-04-07": "Easter", "1980-05-01": "Labor Day", "1980-05-25": "Pentecost", "1980-05-26": "Pentecost", "1980-12-01": "National Day", "1980-12-25": "Christmas Day", "1980-12-26": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-02": "New Year's Day", "1981-04-26": "Easter", "1981-04-27": "Easter", "1981-05-01": "Labor Day", "1981-06-14": "Pentecost", "1981-06-15": "Pentecost", "1981-12-01": "National Day", "1981-12-25": "Christmas Day", "1981-12-26": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-02": "New Year's Day", "1982-04-18": "Easter", "1982-04-19": "Easter", "1982-05-01": "Labor Day", "1982-06-06": "Pentecost", "1982-06-07": "Pentecost", "1982-12-01": "National Day", "1982-12-25": "Christmas Day", "1982-12-26": "Christmas Day", "1983-01-01": "New Year's Day", "1983-01-02": "New Year's Day", "1983-05-01": "Labor Day", "1983-05-08": "Easter", "1983-05-09": "Easter", "1983-06-26": "Pentecost", "1983-06-27": "Pentecost", "1983-12-01": "National Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day", "1984-04-22": "Easter", "1984-04-23": "Easter", "1984-05-01": "Labor Day", "1984-06-10": "Pentecost", "1984-06-11": "Pentecost", "1984-12-01": "National Day", "1984-12-25": "Christmas Day", "1984-12-26": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-02": "New Year's Day", "1985-04-14": "Easter", "1985-04-15": "Easter", "1985-05-01": "Labor Day", "1985-06-02": "Pentecost", "1985-06-03": "Pentecost", "1985-12-01": "National Day", "1985-12-25": "Christmas Day", "1985-12-26": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-02": "New Year's Day", "1986-05-01": "Labor Day", "1986-05-04": "Easter", "1986-05-05": "Easter", "1986-06-22": "Pentecost", "1986-06-23": "Pentecost", "1986-12-01": "National Day", "1986-12-25": "Christmas Day", "1986-12-26": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-02": "New Year's Day", "1987-04-19": "Easter", "1987-04-20": "Easter", "1987-05-01": "Labor Day", "1987-06-07": "Pentecost", "1987-06-08": "Pentecost", "1987-12-01": "National Day", "1987-12-25": "Christmas Day", "1987-12-26": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-02": "New Year's Day", "1988-04-10": "Easter", "1988-04-11": "Easter", "1988-05-01": "Labor Day", "1988-05-29": "Pentecost", "1988-05-30": "Pentecost", "1988-12-01": "National Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day", "1989-04-30": "Easter", "1989-05-01": "Easter; Labor Day", "1989-06-18": "Pentecost", "1989-06-19": "Pentecost", "1989-12-01": "National Day", "1989-12-25": "Christmas Day", "1989-12-26": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-02": "New Year's Day", "1990-04-15": "Easter", "1990-04-16": "Easter", "1990-05-01": "Labor Day", "1990-06-03": "Pentecost", "1990-06-04": "Pentecost", "1990-12-01": "National Day", "1990-12-25": "Christmas Day", "1990-12-26": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Day", "1991-04-07": "Easter", "1991-04-08": "Easter", "1991-05-01": "Labor Day", "1991-05-26": "Pentecost", "1991-05-27": "Pentecost", "1991-12-01": "National Day", "1991-12-25": "Christmas Day", "1991-12-26": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day", "1992-04-26": "Easter", "1992-04-27": "Easter", "1992-05-01": "Labor Day", "1992-06-14": "Pentecost", "1992-06-15": "Pentecost", "1992-12-01": "National Day", "1992-12-25": "Christmas Day", "1992-12-26": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-04-18": "Easter", "1993-04-19": "Easter", "1993-05-01": "Labor Day", "1993-06-06": "Pentecost", "1993-06-07": "Pentecost", "1993-12-01": "National Day", "1993-12-25": "Christmas Day", "1993-12-26": "Christmas Day", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-05-01": "Easter; Labor Day", "1994-05-02": "Easter", "1994-06-19": "Pentecost", "1994-06-20": "Pentecost", "1994-12-01": "National Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-04-23": "Easter", "1995-04-24": "Easter", "1995-05-01": "Labor Day", "1995-06-11": "Pentecost", "1995-06-12": "Pentecost", "1995-12-01": "National Day", "1995-12-25": "Christmas Day", "1995-12-26": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-04-14": "Easter", "1996-04-15": "Easter", "1996-05-01": "Labor Day", "1996-06-02": "Pentecost", "1996-06-03": "Pentecost", "1996-12-01": "National Day", "1996-12-25": "Christmas Day", "1996-12-26": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-04-27": "Easter", "1997-04-28": "Easter", "1997-05-01": "Labor Day", "1997-06-15": "Pentecost", "1997-06-16": "Pentecost", "1997-12-01": "National Day", "1997-12-25": "Christmas Day", "1997-12-26": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-04-19": "Easter", "1998-04-20": "Easter", "1998-05-01": "Labor Day", "1998-06-07": "Pentecost", "1998-06-08": "Pentecost", "1998-12-01": "National Day", "1998-12-25": "Christmas Day", "1998-12-26": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-04-11": "Easter", "1999-04-12": "Easter", "1999-05-01": "Labor Day", "1999-05-30": "Pentecost", "1999-05-31": "Pentecost", "1999-12-01": "National Day", "1999-12-25": "Christmas Day", "1999-12-26": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-04-30": "Easter", "2000-05-01": "Easter; Labor Day", "2000-06-18": "Pentecost", "2000-06-19": "Pentecost", "2000-12-01": "National Day", "2000-12-25": "Christmas Day", "2000-12-26": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-04-15": "Easter", "2001-04-16": "Easter", "2001-05-01": "Labor Day", "2001-06-03": "Pentecost", "2001-06-04": "Pentecost", "2001-12-01": "National Day", "2001-12-25": "Christmas Day", "2001-12-26": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-05-01": "Labor Day", "2002-05-05": "Easter", "2002-05-06": "Easter", "2002-06-23": "Pentecost", "2002-06-24": "Pentecost", "2002-12-01": "National Day", "2002-12-25": "Christmas Day", "2002-12-26": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-04-27": "Easter", "2003-04-28": "Easter", "2003-05-01": "Labor Day", "2003-06-15": "Pentecost", "2003-06-16": "Pentecost", "2003-12-01": "National Day", "2003-12-25": "Christmas Day", "2003-12-26": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-04-11": "Easter", "2004-04-12": "Easter", "2004-05-01": "Labor Day", "2004-05-30": "Pentecost", "2004-05-31": "Pentecost", "2004-12-01": "National Day", "2004-12-25": "Christmas Day", "2004-12-26": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day", "2005-05-01": "Easter; Labor Day", "2005-05-02": "Easter", "2005-06-19": "Pentecost", "2005-06-20": "Pentecost", "2005-12-01": "National Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-04-23": "Easter", "2006-04-24": "Easter", "2006-05-01": "Labor Day", "2006-06-11": "Pentecost", "2006-06-12": "Pentecost", "2006-12-01": "National Day", "2006-12-25": "Christmas Day", "2006-12-26": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Day", "2007-04-08": "Easter", "2007-04-09": "Easter", "2007-05-01": "Labor Day", "2007-05-27": "Pentecost", "2007-05-28": "Pentecost", "2007-12-01": "National Day", "2007-12-25": "Christmas Day", "2007-12-26": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-04-27": "Easter", "2008-04-28": "Easter", "2008-05-01": "Labor Day", "2008-06-15": "Pentecost", "2008-06-16": "Pentecost", "2008-12-01": "National Day", "2008-12-25": "Christmas Day", "2008-12-26": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-04-19": "Easter", "2009-04-20": "Easter", "2009-05-01": "Labor Day", "2009-06-07": "Pentecost", "2009-06-08": "Pentecost", "2009-08-15": "Dormition of the Mother of God", "2009-12-01": "National Day", "2009-12-25": "Christmas Day", "2009-12-26": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-04-04": "Easter", "2010-04-05": "Easter", "2010-05-01": "Labor Day", "2010-05-23": "Pentecost", "2010-05-24": "Pentecost", "2010-08-15": "Dormition of the Mother of God", "2010-12-01": "National Day", "2010-12-25": "Christmas Day", "2010-12-26": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-04-24": "Easter", "2011-04-25": "Easter", "2011-05-01": "Labor Day", "2011-06-12": "Pentecost", "2011-06-13": "Pentecost", "2011-08-15": "Dormition of the Mother of God", "2011-12-01": "National Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-04-15": "Easter", "2012-04-16": "Easter", "2012-05-01": "Labor Day", "2012-06-03": "Pentecost", "2012-06-04": "Pentecost", "2012-08-15": "Dormition of the Mother of God", "2012-11-30": "Saint Andrew's Day", "2012-12-01": "National Day", "2012-12-25": "Christmas Day", "2012-12-26": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-05-01": "Labor Day", "2013-05-05": "Easter", "2013-05-06": "Easter", "2013-06-23": "Pentecost", "2013-06-24": "Pentecost", "2013-08-15": "Dormition of the Mother of God", "2013-11-30": "Saint Andrew's Day", "2013-12-01": "National Day", "2013-12-25": "Christmas Day", "2013-12-26": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-04-20": "Easter", "2014-04-21": "Easter", "2014-05-01": "Labor Day", "2014-06-08": "Pentecost", "2014-06-09": "Pentecost", "2014-08-15": "Dormition of the Mother of God", "2014-11-30": "Saint Andrew's Day", "2014-12-01": "National Day", "2014-12-25": "Christmas Day", "2014-12-26": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-04-12": "Easter", "2015-04-13": "Easter", "2015-05-01": "Labor Day", "2015-05-31": "Pentecost", "2015-06-01": "Pentecost", "2015-08-15": "Dormition of the Mother of God", "2015-11-30": "Saint Andrew's Day", "2015-12-01": "National Day", "2015-12-25": "Christmas Day", "2015-12-26": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-24": "Unification of the Romanian Principalities Day", "2016-05-01": "Easter; Labor Day", "2016-05-02": "Easter", "2016-06-19": "Pentecost", "2016-06-20": "Pentecost", "2016-08-15": "Dormition of the Mother of God", "2016-11-30": "Saint Andrew's Day", "2016-12-01": "National Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-24": "Unification of the Romanian Principalities Day", "2017-04-16": "Easter", "2017-04-17": "Easter", "2017-05-01": "Labor Day", "2017-06-01": "Children's Day", "2017-06-04": "Pentecost", "2017-06-05": "Pentecost", "2017-08-15": "Dormition of the Mother of God", "2017-11-30": "Saint Andrew's Day", "2017-12-01": "National Day", "2017-12-25": "Christmas Day", "2017-12-26": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-01-24": "Unification of the Romanian Principalities Day", "2018-04-06": "Easter", "2018-04-08": "Easter", "2018-04-09": "Easter", "2018-05-01": "Labor Day", "2018-05-27": "Pentecost", "2018-05-28": "Pentecost", "2018-06-01": "Children's Day", "2018-08-15": "Dormition of the Mother of God", "2018-11-30": "Saint Andrew's Day", "2018-12-01": "National Day", "2018-12-25": "Christmas Day", "2018-12-26": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-01-24": "Unification of the Romanian Principalities Day", "2019-04-26": "Easter", "2019-04-28": "Easter", "2019-04-29": "Easter", "2019-05-01": "Labor Day", "2019-06-01": "Children's Day", "2019-06-16": "Pentecost", "2019-06-17": "Pentecost", "2019-08-15": "Dormition of the Mother of God", "2019-11-30": "Saint Andrew's Day", "2019-12-01": "National Day", "2019-12-25": "Christmas Day", "2019-12-26": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-24": "Unification of the Romanian Principalities Day", "2020-04-17": "Easter", "2020-04-19": "Easter", "2020-04-20": "Easter", "2020-05-01": "Labor Day", "2020-06-01": "Children's Day", "2020-06-07": "Pentecost", "2020-06-08": "Pentecost", "2020-08-15": "Dormition of the Mother of God", "2020-11-30": "Saint Andrew's Day", "2020-12-01": "National Day", "2020-12-25": "Christmas Day", "2020-12-26": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-24": "Unification of the Romanian Principalities Day", "2021-04-30": "Easter", "2021-05-01": "Labor Day", "2021-05-02": "Easter", "2021-05-03": "Easter", "2021-06-01": "Children's Day", "2021-06-20": "Pentecost", "2021-06-21": "Pentecost", "2021-08-15": "Dormition of the Mother of God", "2021-11-30": "Saint Andrew's Day", "2021-12-01": "National Day", "2021-12-25": "Christmas Day", "2021-12-26": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-24": "Unification of the Romanian Principalities Day", "2022-04-22": "Easter", "2022-04-24": "Easter", "2022-04-25": "Easter", "2022-05-01": "Labor Day", "2022-06-01": "Children's Day", "2022-06-12": "Pentecost", "2022-06-13": "Pentecost", "2022-08-15": "Dormition of the Mother of God", "2022-11-30": "Saint Andrew's Day", "2022-12-01": "National Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-24": "Unification of the Romanian Principalities Day", "2023-04-14": "Easter", "2023-04-16": "Easter", "2023-04-17": "Easter", "2023-05-01": "Labor Day", "2023-06-01": "Children's Day", "2023-06-04": "Pentecost", "2023-06-05": "Pentecost", "2023-08-15": "Dormition of the Mother of God", "2023-11-30": "Saint Andrew's Day", "2023-12-01": "National Day", "2023-12-25": "Christmas Day", "2023-12-26": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-06": "Epiphany", "2024-01-07": "Saint John the Baptist", "2024-01-24": "Unification of the Romanian Principalities Day", "2024-05-01": "Labor Day", "2024-05-03": "Easter", "2024-05-05": "Easter", "2024-05-06": "Easter", "2024-06-01": "Children's Day", "2024-06-23": "Pentecost", "2024-06-24": "Pentecost", "2024-08-15": "Dormition of the Mother of God", "2024-11-30": "Saint Andrew's Day", "2024-12-01": "National Day", "2024-12-25": "Christmas Day", "2024-12-26": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-06": "Epiphany", "2025-01-07": "Saint John the Baptist", "2025-01-24": "Unification of the Romanian Principalities Day", "2025-04-18": "Easter", "2025-04-20": "Easter", "2025-04-21": "Easter", "2025-05-01": "Labor Day", "2025-06-01": "Children's Day", "2025-06-08": "Pentecost", "2025-06-09": "Pentecost", "2025-08-15": "Dormition of the Mother of God", "2025-11-30": "Saint Andrew's Day", "2025-12-01": "National Day", "2025-12-25": "Christmas Day", "2025-12-26": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-06": "Epiphany", "2026-01-07": "Saint John the Baptist", "2026-01-24": "Unification of the Romanian Principalities Day", "2026-04-10": "Easter", "2026-04-12": "Easter", "2026-04-13": "Easter", "2026-05-01": "Labor Day", "2026-05-31": "Pentecost", "2026-06-01": "Children's Day; Pentecost", "2026-08-15": "Dormition of the Mother of God", "2026-11-30": "Saint Andrew's Day", "2026-12-01": "National Day", "2026-12-25": "Christmas Day", "2026-12-26": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-06": "Epiphany", "2027-01-07": "Saint John the Baptist", "2027-01-24": "Unification of the Romanian Principalities Day", "2027-04-30": "Easter", "2027-05-01": "Labor Day", "2027-05-02": "Easter", "2027-05-03": "Easter", "2027-06-01": "Children's Day", "2027-06-20": "Pentecost", "2027-06-21": "Pentecost", "2027-08-15": "Dormition of the Mother of God", "2027-11-30": "Saint Andrew's Day", "2027-12-01": "National Day", "2027-12-25": "Christmas Day", "2027-12-26": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-06": "Epiphany", "2028-01-07": "Saint John the Baptist", "2028-01-24": "Unification of the Romanian Principalities Day", "2028-04-14": "Easter", "2028-04-16": "Easter", "2028-04-17": "Easter", "2028-05-01": "Labor Day", "2028-06-01": "Children's Day", "2028-06-04": "Pentecost", "2028-06-05": "Pentecost", "2028-08-15": "Dormition of the Mother of God", "2028-11-30": "Saint Andrew's Day", "2028-12-01": "National Day", "2028-12-25": "Christmas Day", "2028-12-26": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-06": "Epiphany", "2029-01-07": "Saint John the Baptist", "2029-01-24": "Unification of the Romanian Principalities Day", "2029-04-06": "Easter", "2029-04-08": "Easter", "2029-04-09": "Easter", "2029-05-01": "Labor Day", "2029-05-27": "Pentecost", "2029-05-28": "Pentecost", "2029-06-01": "Children's Day", "2029-08-15": "Dormition of the Mother of God", "2029-11-30": "Saint Andrew's Day", "2029-12-01": "National Day", "2029-12-25": "Christmas Day", "2029-12-26": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-06": "Epiphany", "2030-01-07": "Saint John the Baptist", "2030-01-24": "Unification of the Romanian Principalities Day", "2030-04-26": "Easter", "2030-04-28": "Easter", "2030-04-29": "Easter", "2030-05-01": "Labor Day", "2030-06-01": "Children's Day", "2030-06-16": "Pentecost", "2030-06-17": "Pentecost", "2030-08-15": "Dormition of the Mother of God", "2030-11-30": "Saint Andrew's Day", "2030-12-01": "National Day", "2030-12-25": "Christmas Day", "2030-12-26": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-06": "Epiphany", "2031-01-07": "Saint John the Baptist", "2031-01-24": "Unification of the Romanian Principalities Day", "2031-04-11": "Easter", "2031-04-13": "Easter", "2031-04-14": "Easter", "2031-05-01": "Labor Day", "2031-06-01": "Children's Day; Pentecost", "2031-06-02": "Pentecost", "2031-08-15": "Dormition of the Mother of God", "2031-11-30": "Saint Andrew's Day", "2031-12-01": "National Day", "2031-12-25": "Christmas Day", "2031-12-26": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-06": "Epiphany", "2032-01-07": "Saint John the Baptist", "2032-01-24": "Unification of the Romanian Principalities Day", "2032-04-30": "Easter", "2032-05-01": "Labor Day", "2032-05-02": "Easter", "2032-05-03": "Easter", "2032-06-01": "Children's Day", "2032-06-20": "Pentecost", "2032-06-21": "Pentecost", "2032-08-15": "Dormition of the Mother of God", "2032-11-30": "Saint Andrew's Day", "2032-12-01": "National Day", "2032-12-25": "Christmas Day", "2032-12-26": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "New Year's Day", "2033-01-06": "Epiphany", "2033-01-07": "Saint John the Baptist", "2033-01-24": "Unification of the Romanian Principalities Day", "2033-04-22": "Easter", "2033-04-24": "Easter", "2033-04-25": "Easter", "2033-05-01": "Labor Day", "2033-06-01": "Children's Day", "2033-06-12": "Pentecost", "2033-06-13": "Pentecost", "2033-08-15": "Dormition of the Mother of God", "2033-11-30": "Saint Andrew's Day", "2033-12-01": "National Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-06": "Epiphany", "2034-01-07": "Saint John the Baptist", "2034-01-24": "Unification of the Romanian Principalities Day", "2034-04-07": "Easter", "2034-04-09": "Easter", "2034-04-10": "Easter", "2034-05-01": "Labor Day", "2034-05-28": "Pentecost", "2034-05-29": "Pentecost", "2034-06-01": "Children's Day", "2034-08-15": "Dormition of the Mother of God", "2034-11-30": "Saint Andrew's Day", "2034-12-01": "National Day", "2034-12-25": "Christmas Day", "2034-12-26": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-06": "Epiphany", "2035-01-07": "Saint John the Baptist", "2035-01-24": "Unification of the Romanian Principalities Day", "2035-04-27": "Easter", "2035-04-29": "Easter", "2035-04-30": "Easter", "2035-05-01": "Labor Day", "2035-06-01": "Children's Day", "2035-06-17": "Pentecost", "2035-06-18": "Pentecost", "2035-08-15": "Dormition of the Mother of God", "2035-11-30": "Saint Andrew's Day", "2035-12-01": "National Day", "2035-12-25": "Christmas Day", "2035-12-26": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-06": "Epiphany", "2036-01-07": "Saint John the Baptist", "2036-01-24": "Unification of the Romanian Principalities Day", "2036-04-18": "Easter", "2036-04-20": "Easter", "2036-04-21": "Easter", "2036-05-01": "Labor Day", "2036-06-01": "Children's Day", "2036-06-08": "Pentecost", "2036-06-09": "Pentecost", "2036-08-15": "Dormition of the Mother of God", "2036-11-30": "Saint Andrew's Day", "2036-12-01": "National Day", "2036-12-25": "Christmas Day", "2036-12-26": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-06": "Epiphany", "2037-01-07": "Saint John the Baptist", "2037-01-24": "Unification of the Romanian Principalities Day", "2037-04-03": "Easter", "2037-04-05": "Easter", "2037-04-06": "Easter", "2037-05-01": "Labor Day", "2037-05-24": "Pentecost", "2037-05-25": "Pentecost", "2037-06-01": "Children's Day", "2037-08-15": "Dormition of the Mother of God", "2037-11-30": "Saint Andrew's Day", "2037-12-01": "National Day", "2037-12-25": "Christmas Day", "2037-12-26": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-06": "Epiphany", "2038-01-07": "Saint John the Baptist", "2038-01-24": "Unification of the Romanian Principalities Day", "2038-04-23": "Easter", "2038-04-25": "Easter", "2038-04-26": "Easter", "2038-05-01": "Labor Day", "2038-06-01": "Children's Day", "2038-06-13": "Pentecost", "2038-06-14": "Pentecost", "2038-08-15": "Dormition of the Mother of God", "2038-11-30": "Saint Andrew's Day", "2038-12-01": "National Day", "2038-12-25": "Christmas Day", "2038-12-26": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-06": "Epiphany", "2039-01-07": "Saint John the Baptist", "2039-01-24": "Unification of the Romanian Principalities Day", "2039-04-15": "Easter", "2039-04-17": "Easter", "2039-04-18": "Easter", "2039-05-01": "Labor Day", "2039-06-01": "Children's Day", "2039-06-05": "Pentecost", "2039-06-06": "Pentecost", "2039-08-15": "Dormition of the Mother of God", "2039-11-30": "Saint Andrew's Day", "2039-12-01": "National Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-06": "Epiphany", "2040-01-07": "Saint John the Baptist", "2040-01-24": "Unification of the Romanian Principalities Day", "2040-05-01": "Labor Day", "2040-05-04": "Easter", "2040-05-06": "Easter", "2040-05-07": "Easter", "2040-06-01": "Children's Day", "2040-06-24": "Pentecost", "2040-06-25": "Pentecost", "2040-08-15": "Dormition of the Mother of God", "2040-11-30": "Saint Andrew's Day", "2040-12-01": "National Day", "2040-12-25": "Christmas Day", "2040-12-26": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-06": "Epiphany", "2041-01-07": "Saint John the Baptist", "2041-01-24": "Unification of the Romanian Principalities Day", "2041-04-19": "Easter", "2041-04-21": "Easter", "2041-04-22": "Easter", "2041-05-01": "Labor Day", "2041-06-01": "Children's Day", "2041-06-09": "Pentecost", "2041-06-10": "Pentecost", "2041-08-15": "Dormition of the Mother of God", "2041-11-30": "Saint Andrew's Day", "2041-12-01": "National Day", "2041-12-25": "Christmas Day", "2041-12-26": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-06": "Epiphany", "2042-01-07": "Saint John the Baptist", "2042-01-24": "Unification of the Romanian Principalities Day", "2042-04-11": "Easter", "2042-04-13": "Easter", "2042-04-14": "Easter", "2042-05-01": "Labor Day", "2042-06-01": "Children's Day; Pentecost", "2042-06-02": "Pentecost", "2042-08-15": "Dormition of the Mother of God", "2042-11-30": "Saint Andrew's Day", "2042-12-01": "National Day", "2042-12-25": "Christmas Day", "2042-12-26": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-06": "Epiphany", "2043-01-07": "Saint John the Baptist", "2043-01-24": "Unification of the Romanian Principalities Day", "2043-05-01": "Easter; Labor Day", "2043-05-03": "Easter", "2043-05-04": "Easter", "2043-06-01": "Children's Day", "2043-06-21": "Pentecost", "2043-06-22": "Pentecost", "2043-08-15": "Dormition of the Mother of God", "2043-11-30": "Saint Andrew's Day", "2043-12-01": "National Day", "2043-12-25": "Christmas Day", "2043-12-26": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-06": "Epiphany", "2044-01-07": "Saint John the Baptist", "2044-01-24": "Unification of the Romanian Principalities Day", "2044-04-22": "Easter", "2044-04-24": "Easter", "2044-04-25": "Easter", "2044-05-01": "Labor Day", "2044-06-01": "Children's Day", "2044-06-12": "Pentecost", "2044-06-13": "Pentecost", "2044-08-15": "Dormition of the Mother of God", "2044-11-30": "Saint Andrew's Day", "2044-12-01": "National Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-06": "Epiphany", "2045-01-07": "Saint John the Baptist", "2045-01-24": "Unification of the Romanian Principalities Day", "2045-04-07": "Easter", "2045-04-09": "Easter", "2045-04-10": "Easter", "2045-05-01": "Labor Day", "2045-05-28": "Pentecost", "2045-05-29": "Pentecost", "2045-06-01": "Children's Day", "2045-08-15": "Dormition of the Mother of God", "2045-11-30": "Saint Andrew's Day", "2045-12-01": "National Day", "2045-12-25": "Christmas Day", "2045-12-26": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-06": "Epiphany", "2046-01-07": "Saint John the Baptist", "2046-01-24": "Unification of the Romanian Principalities Day", "2046-04-27": "Easter", "2046-04-29": "Easter", "2046-04-30": "Easter", "2046-05-01": "Labor Day", "2046-06-01": "Children's Day", "2046-06-17": "Pentecost", "2046-06-18": "Pentecost", "2046-08-15": "Dormition of the Mother of God", "2046-11-30": "Saint Andrew's Day", "2046-12-01": "National Day", "2046-12-25": "Christmas Day", "2046-12-26": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-06": "Epiphany", "2047-01-07": "Saint John the Baptist", "2047-01-24": "Unification of the Romanian Principalities Day", "2047-04-19": "Easter", "2047-04-21": "Easter", "2047-04-22": "Easter", "2047-05-01": "Labor Day", "2047-06-01": "Children's Day", "2047-06-09": "Pentecost", "2047-06-10": "Pentecost", "2047-08-15": "Dormition of the Mother of God", "2047-11-30": "Saint Andrew's Day", "2047-12-01": "National Day", "2047-12-25": "Christmas Day", "2047-12-26": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-06": "Epiphany", "2048-01-07": "Saint John the Baptist", "2048-01-24": "Unification of the Romanian Principalities Day", "2048-04-03": "Easter", "2048-04-05": "Easter", "2048-04-06": "Easter", "2048-05-01": "Labor Day", "2048-05-24": "Pentecost", "2048-05-25": "Pentecost", "2048-06-01": "Children's Day", "2048-08-15": "Dormition of the Mother of God", "2048-11-30": "Saint Andrew's Day", "2048-12-01": "National Day", "2048-12-25": "Christmas Day", "2048-12-26": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-06": "Epiphany", "2049-01-07": "Saint John the Baptist", "2049-01-24": "Unification of the Romanian Principalities Day", "2049-04-23": "Easter", "2049-04-25": "Easter", "2049-04-26": "Easter", "2049-05-01": "Labor Day", "2049-06-01": "Children's Day", "2049-06-13": "Pentecost", "2049-06-14": "Pentecost", "2049-08-15": "Dormition of the Mother of God", "2049-11-30": "Saint Andrew's Day", "2049-12-01": "National Day", "2049-12-25": "Christmas Day", "2049-12-26": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-06": "Epiphany", "2050-01-07": "Saint John the Baptist", "2050-01-24": "Unification of the Romanian Principalities Day", "2050-04-15": "Easter", "2050-04-17": "Easter", "2050-04-18": "Easter", "2050-05-01": "Labor Day", "2050-06-01": "Children's Day", "2050-06-05": "Pentecost", "2050-06-06": "Pentecost", "2050-08-15": "Dormition of the Mother of God", "2050-11-30": "Saint Andrew's Day", "2050-12-01": "National Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day" } holidays-0.71/snapshots/countries/RS_COMMON.json000066400000000000000000001330131500152103600215730ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day", "1950-01-03": "New Year's Day (observed)", "1950-01-07": "Orthodox Christmas Day", "1950-02-15": "Statehood Day", "1950-02-16": "Statehood Day", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-02": "Labor Day", "1950-11-11": "Armistice Day", "1951-01-01": "New Year's Day", "1951-01-02": "New Year's Day", "1951-01-07": "Orthodox Christmas Day", "1951-02-15": "Statehood Day", "1951-02-16": "Statehood Day", "1951-04-27": "Good Friday", "1951-04-28": "Holy Saturday", "1951-04-29": "Easter Sunday", "1951-04-30": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-02": "Labor Day", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1952-01-01": "New Year's Day", "1952-01-02": "New Year's Day", "1952-01-07": "Orthodox Christmas Day", "1952-02-15": "Statehood Day", "1952-02-16": "Statehood Day", "1952-04-18": "Good Friday", "1952-04-19": "Holy Saturday", "1952-04-20": "Easter Sunday", "1952-04-21": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-02": "Labor Day", "1952-11-11": "Armistice Day", "1953-01-01": "New Year's Day", "1953-01-02": "New Year's Day", "1953-01-07": "Orthodox Christmas Day", "1953-02-15": "Statehood Day", "1953-02-16": "Statehood Day", "1953-02-17": "Statehood Day (observed)", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-02": "Labor Day", "1953-11-11": "Armistice Day", "1954-01-01": "New Year's Day", "1954-01-02": "New Year's Day", "1954-01-07": "Orthodox Christmas Day", "1954-02-15": "Statehood Day", "1954-02-16": "Statehood Day", "1954-04-23": "Good Friday", "1954-04-24": "Holy Saturday", "1954-04-25": "Easter Sunday", "1954-04-26": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-02": "Labor Day", "1954-05-03": "Labor Day (observed)", "1954-11-11": "Armistice Day", "1955-01-01": "New Year's Day", "1955-01-02": "New Year's Day", "1955-01-03": "New Year's Day (observed)", "1955-01-07": "Orthodox Christmas Day", "1955-02-15": "Statehood Day", "1955-02-16": "Statehood Day", "1955-04-15": "Good Friday", "1955-04-16": "Holy Saturday", "1955-04-17": "Easter Sunday", "1955-04-18": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-02": "Labor Day", "1955-05-03": "Labor Day (observed)", "1955-11-11": "Armistice Day", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day", "1956-01-03": "New Year's Day (observed)", "1956-01-07": "Orthodox Christmas Day", "1956-02-15": "Statehood Day", "1956-02-16": "Statehood Day", "1956-05-01": "Labor Day", "1956-05-02": "Labor Day", "1956-05-04": "Good Friday", "1956-05-05": "Holy Saturday", "1956-05-06": "Easter Sunday", "1956-05-07": "Easter Monday", "1956-11-11": "Armistice Day", "1956-11-12": "Armistice Day (observed)", "1957-01-01": "New Year's Day", "1957-01-02": "New Year's Day", "1957-01-07": "Orthodox Christmas Day", "1957-02-15": "Statehood Day", "1957-02-16": "Statehood Day", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-02": "Labor Day", "1957-11-11": "Armistice Day", "1958-01-01": "New Year's Day", "1958-01-02": "New Year's Day", "1958-01-07": "Orthodox Christmas Day", "1958-02-15": "Statehood Day", "1958-02-16": "Statehood Day", "1958-02-17": "Statehood Day (observed)", "1958-04-11": "Good Friday", "1958-04-12": "Holy Saturday", "1958-04-13": "Easter Sunday", "1958-04-14": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-02": "Labor Day", "1958-11-11": "Armistice Day", "1959-01-01": "New Year's Day", "1959-01-02": "New Year's Day", "1959-01-07": "Orthodox Christmas Day", "1959-02-15": "Statehood Day", "1959-02-16": "Statehood Day", "1959-02-17": "Statehood Day (observed)", "1959-05-01": "Good Friday; Labor Day", "1959-05-02": "Holy Saturday; Labor Day", "1959-05-03": "Easter Sunday", "1959-05-04": "Easter Monday", "1959-11-11": "Armistice Day", "1960-01-01": "New Year's Day", "1960-01-02": "New Year's Day", "1960-01-07": "Orthodox Christmas Day", "1960-02-15": "Statehood Day", "1960-02-16": "Statehood Day", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-02": "Labor Day", "1960-05-03": "Labor Day (observed)", "1960-11-11": "Armistice Day", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day", "1961-01-03": "New Year's Day (observed)", "1961-01-07": "Orthodox Christmas Day", "1961-02-15": "Statehood Day", "1961-02-16": "Statehood Day", "1961-04-07": "Good Friday", "1961-04-08": "Holy Saturday", "1961-04-09": "Easter Sunday", "1961-04-10": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-02": "Labor Day", "1961-11-11": "Armistice Day", "1962-01-01": "New Year's Day", "1962-01-02": "New Year's Day", "1962-01-07": "Orthodox Christmas Day", "1962-02-15": "Statehood Day", "1962-02-16": "Statehood Day", "1962-04-27": "Good Friday", "1962-04-28": "Holy Saturday", "1962-04-29": "Easter Sunday", "1962-04-30": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-02": "Labor Day", "1962-11-11": "Armistice Day", "1962-11-12": "Armistice Day (observed)", "1963-01-01": "New Year's Day", "1963-01-02": "New Year's Day", "1963-01-07": "Orthodox Christmas Day", "1963-02-15": "Statehood Day", "1963-02-16": "Statehood Day", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-02": "Labor Day", "1963-11-11": "Armistice Day", "1964-01-01": "New Year's Day", "1964-01-02": "New Year's Day", "1964-01-07": "Orthodox Christmas Day", "1964-02-15": "Statehood Day", "1964-02-16": "Statehood Day", "1964-02-17": "Statehood Day (observed)", "1964-05-01": "Good Friday; Labor Day", "1964-05-02": "Holy Saturday; Labor Day", "1964-05-03": "Easter Sunday", "1964-05-04": "Easter Monday", "1964-11-11": "Armistice Day", "1965-01-01": "New Year's Day", "1965-01-02": "New Year's Day", "1965-01-07": "Orthodox Christmas Day", "1965-02-15": "Statehood Day", "1965-02-16": "Statehood Day", "1965-04-23": "Good Friday", "1965-04-24": "Holy Saturday", "1965-04-25": "Easter Sunday", "1965-04-26": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-02": "Labor Day", "1965-05-03": "Labor Day (observed)", "1965-11-11": "Armistice Day", "1966-01-01": "New Year's Day", "1966-01-02": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-07": "Orthodox Christmas Day", "1966-02-15": "Statehood Day", "1966-02-16": "Statehood Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-02": "Labor Day", "1966-05-03": "Labor Day (observed)", "1966-11-11": "Armistice Day", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day", "1967-01-03": "New Year's Day (observed)", "1967-01-07": "Orthodox Christmas Day", "1967-02-15": "Statehood Day", "1967-02-16": "Statehood Day", "1967-04-28": "Good Friday", "1967-04-29": "Holy Saturday", "1967-04-30": "Easter Sunday", "1967-05-01": "Easter Monday; Labor Day", "1967-05-02": "Labor Day", "1967-11-11": "Armistice Day", "1968-01-01": "New Year's Day", "1968-01-02": "New Year's Day", "1968-01-07": "Orthodox Christmas Day", "1968-02-15": "Statehood Day", "1968-02-16": "Statehood Day", "1968-04-19": "Good Friday", "1968-04-20": "Holy Saturday", "1968-04-21": "Easter Sunday", "1968-04-22": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-02": "Labor Day", "1968-11-11": "Armistice Day", "1969-01-01": "New Year's Day", "1969-01-02": "New Year's Day", "1969-01-07": "Orthodox Christmas Day", "1969-02-15": "Statehood Day", "1969-02-16": "Statehood Day", "1969-02-17": "Statehood Day (observed)", "1969-04-11": "Good Friday", "1969-04-12": "Holy Saturday", "1969-04-13": "Easter Sunday", "1969-04-14": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-02": "Labor Day", "1969-11-11": "Armistice Day", "1970-01-01": "New Year's Day", "1970-01-02": "New Year's Day", "1970-01-07": "Orthodox Christmas Day", "1970-02-15": "Statehood Day", "1970-02-16": "Statehood Day", "1970-02-17": "Statehood Day (observed)", "1970-04-24": "Good Friday", "1970-04-25": "Holy Saturday", "1970-04-26": "Easter Sunday", "1970-04-27": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-02": "Labor Day", "1970-11-11": "Armistice Day", "1971-01-01": "New Year's Day", "1971-01-02": "New Year's Day", "1971-01-07": "Orthodox Christmas Day", "1971-02-15": "Statehood Day", "1971-02-16": "Statehood Day", "1971-04-16": "Good Friday", "1971-04-17": "Holy Saturday", "1971-04-18": "Easter Sunday", "1971-04-19": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-02": "Labor Day", "1971-05-03": "Labor Day (observed)", "1971-11-11": "Armistice Day", "1972-01-01": "New Year's Day", "1972-01-02": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-07": "Orthodox Christmas Day", "1972-02-15": "Statehood Day", "1972-02-16": "Statehood Day", "1972-04-07": "Good Friday", "1972-04-08": "Holy Saturday", "1972-04-09": "Easter Sunday", "1972-04-10": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-02": "Labor Day", "1972-11-11": "Armistice Day", "1973-01-01": "New Year's Day", "1973-01-02": "New Year's Day", "1973-01-07": "Orthodox Christmas Day", "1973-02-15": "Statehood Day", "1973-02-16": "Statehood Day", "1973-04-27": "Good Friday", "1973-04-28": "Holy Saturday", "1973-04-29": "Easter Sunday", "1973-04-30": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-02": "Labor Day", "1973-11-11": "Armistice Day", "1973-11-12": "Armistice Day (observed)", "1974-01-01": "New Year's Day", "1974-01-02": "New Year's Day", "1974-01-07": "Orthodox Christmas Day", "1974-02-15": "Statehood Day", "1974-02-16": "Statehood Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-02": "Labor Day", "1974-11-11": "Armistice Day", "1975-01-01": "New Year's Day", "1975-01-02": "New Year's Day", "1975-01-07": "Orthodox Christmas Day", "1975-02-15": "Statehood Day", "1975-02-16": "Statehood Day", "1975-02-17": "Statehood Day (observed)", "1975-05-01": "Labor Day", "1975-05-02": "Good Friday; Labor Day", "1975-05-03": "Holy Saturday", "1975-05-04": "Easter Sunday", "1975-05-05": "Easter Monday", "1975-11-11": "Armistice Day", "1976-01-01": "New Year's Day", "1976-01-02": "New Year's Day", "1976-01-07": "Orthodox Christmas Day", "1976-02-15": "Statehood Day", "1976-02-16": "Statehood Day", "1976-02-17": "Statehood Day (observed)", "1976-04-23": "Good Friday", "1976-04-24": "Holy Saturday", "1976-04-25": "Easter Sunday", "1976-04-26": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-02": "Labor Day", "1976-05-03": "Labor Day (observed)", "1976-11-11": "Armistice Day", "1977-01-01": "New Year's Day", "1977-01-02": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-01-07": "Orthodox Christmas Day", "1977-02-15": "Statehood Day", "1977-02-16": "Statehood Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day", "1977-05-03": "Labor Day (observed)", "1977-11-11": "Armistice Day", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day", "1978-01-03": "New Year's Day (observed)", "1978-01-07": "Orthodox Christmas Day", "1978-02-15": "Statehood Day", "1978-02-16": "Statehood Day", "1978-04-28": "Good Friday", "1978-04-29": "Holy Saturday", "1978-04-30": "Easter Sunday", "1978-05-01": "Easter Monday; Labor Day", "1978-05-02": "Labor Day", "1978-11-11": "Armistice Day", "1979-01-01": "New Year's Day", "1979-01-02": "New Year's Day", "1979-01-07": "Orthodox Christmas Day", "1979-02-15": "Statehood Day", "1979-02-16": "Statehood Day", "1979-04-20": "Good Friday", "1979-04-21": "Holy Saturday", "1979-04-22": "Easter Sunday", "1979-04-23": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-02": "Labor Day", "1979-11-11": "Armistice Day", "1979-11-12": "Armistice Day (observed)", "1980-01-01": "New Year's Day", "1980-01-02": "New Year's Day", "1980-01-07": "Orthodox Christmas Day", "1980-02-15": "Statehood Day", "1980-02-16": "Statehood Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-02": "Labor Day", "1980-11-11": "Armistice Day", "1981-01-01": "New Year's Day", "1981-01-02": "New Year's Day", "1981-01-07": "Orthodox Christmas Day", "1981-02-15": "Statehood Day", "1981-02-16": "Statehood Day", "1981-02-17": "Statehood Day (observed)", "1981-04-24": "Good Friday", "1981-04-25": "Holy Saturday", "1981-04-26": "Easter Sunday", "1981-04-27": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-02": "Labor Day", "1981-11-11": "Armistice Day", "1982-01-01": "New Year's Day", "1982-01-02": "New Year's Day", "1982-01-07": "Orthodox Christmas Day", "1982-02-15": "Statehood Day", "1982-02-16": "Statehood Day", "1982-04-16": "Good Friday", "1982-04-17": "Holy Saturday", "1982-04-18": "Easter Sunday", "1982-04-19": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-02": "Labor Day", "1982-05-03": "Labor Day (observed)", "1982-11-11": "Armistice Day", "1983-01-01": "New Year's Day", "1983-01-02": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-01-07": "Orthodox Christmas Day", "1983-02-15": "Statehood Day", "1983-02-16": "Statehood Day", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day", "1983-05-03": "Labor Day (observed)", "1983-05-06": "Good Friday", "1983-05-07": "Holy Saturday", "1983-05-08": "Easter Sunday", "1983-05-09": "Easter Monday", "1983-11-11": "Armistice Day", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day", "1984-01-03": "New Year's Day (observed)", "1984-01-07": "Orthodox Christmas Day", "1984-02-15": "Statehood Day", "1984-02-16": "Statehood Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-02": "Labor Day", "1984-11-11": "Armistice Day", "1984-11-12": "Armistice Day (observed)", "1985-01-01": "New Year's Day", "1985-01-02": "New Year's Day", "1985-01-07": "Orthodox Christmas Day", "1985-02-15": "Statehood Day", "1985-02-16": "Statehood Day", "1985-04-12": "Good Friday", "1985-04-13": "Holy Saturday", "1985-04-14": "Easter Sunday", "1985-04-15": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-02": "Labor Day", "1985-11-11": "Armistice Day", "1986-01-01": "New Year's Day", "1986-01-02": "New Year's Day", "1986-01-07": "Orthodox Christmas Day", "1986-02-15": "Statehood Day", "1986-02-16": "Statehood Day", "1986-02-17": "Statehood Day (observed)", "1986-05-01": "Labor Day", "1986-05-02": "Good Friday; Labor Day", "1986-05-03": "Holy Saturday", "1986-05-04": "Easter Sunday", "1986-05-05": "Easter Monday", "1986-11-11": "Armistice Day", "1987-01-01": "New Year's Day", "1987-01-02": "New Year's Day", "1987-01-07": "Orthodox Christmas Day", "1987-02-15": "Statehood Day", "1987-02-16": "Statehood Day", "1987-02-17": "Statehood Day (observed)", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-02": "Labor Day", "1987-11-11": "Armistice Day", "1988-01-01": "New Year's Day", "1988-01-02": "New Year's Day", "1988-01-07": "Orthodox Christmas Day", "1988-02-15": "Statehood Day", "1988-02-16": "Statehood Day", "1988-04-08": "Good Friday", "1988-04-09": "Holy Saturday", "1988-04-10": "Easter Sunday", "1988-04-11": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day", "1988-05-03": "Labor Day (observed)", "1988-11-11": "Armistice Day", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day", "1989-01-03": "New Year's Day (observed)", "1989-01-07": "Orthodox Christmas Day", "1989-02-15": "Statehood Day", "1989-02-16": "Statehood Day", "1989-04-28": "Good Friday", "1989-04-29": "Holy Saturday", "1989-04-30": "Easter Sunday", "1989-05-01": "Easter Monday; Labor Day", "1989-05-02": "Labor Day", "1989-11-11": "Armistice Day", "1990-01-01": "New Year's Day", "1990-01-02": "New Year's Day", "1990-01-07": "Orthodox Christmas Day", "1990-02-15": "Statehood Day", "1990-02-16": "Statehood Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-02": "Labor Day", "1990-11-11": "Armistice Day", "1990-11-12": "Armistice Day (observed)", "1991-01-01": "New Year's Day", "1991-01-02": "New Year's Day", "1991-01-07": "Orthodox Christmas Day", "1991-02-15": "Statehood Day", "1991-02-16": "Statehood Day", "1991-04-05": "Good Friday", "1991-04-06": "Holy Saturday", "1991-04-07": "Easter Sunday", "1991-04-08": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-02": "Labor Day", "1991-11-11": "Armistice Day", "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day", "1992-01-07": "Orthodox Christmas Day", "1992-02-15": "Statehood Day", "1992-02-16": "Statehood Day", "1992-02-17": "Statehood Day (observed)", "1992-04-24": "Good Friday", "1992-04-25": "Holy Saturday", "1992-04-26": "Easter Sunday", "1992-04-27": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-02": "Labor Day", "1992-11-11": "Armistice Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-01-07": "Orthodox Christmas Day", "1993-02-15": "Statehood Day", "1993-02-16": "Statehood Day", "1993-04-16": "Good Friday", "1993-04-17": "Holy Saturday", "1993-04-18": "Easter Sunday", "1993-04-19": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-02": "Labor Day", "1993-05-03": "Labor Day (observed)", "1993-11-11": "Armistice Day", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-07": "Orthodox Christmas Day", "1994-02-15": "Statehood Day", "1994-02-16": "Statehood Day", "1994-04-29": "Good Friday", "1994-04-30": "Holy Saturday", "1994-05-01": "Easter Sunday; Labor Day", "1994-05-02": "Easter Monday; Labor Day", "1994-05-03": "Labor Day (observed)", "1994-11-11": "Armistice Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-01-03": "New Year's Day (observed)", "1995-01-07": "Orthodox Christmas Day", "1995-02-15": "Statehood Day", "1995-02-16": "Statehood Day", "1995-04-21": "Good Friday", "1995-04-22": "Holy Saturday", "1995-04-23": "Easter Sunday", "1995-04-24": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-02": "Labor Day", "1995-11-11": "Armistice Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-01-07": "Orthodox Christmas Day", "1996-02-15": "Statehood Day", "1996-02-16": "Statehood Day", "1996-04-12": "Good Friday", "1996-04-13": "Holy Saturday", "1996-04-14": "Easter Sunday", "1996-04-15": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-02": "Labor Day", "1996-11-11": "Armistice Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-01-07": "Orthodox Christmas Day", "1997-02-15": "Statehood Day", "1997-02-16": "Statehood Day", "1997-02-17": "Statehood Day (observed)", "1997-04-25": "Good Friday", "1997-04-26": "Holy Saturday", "1997-04-27": "Easter Sunday", "1997-04-28": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-02": "Labor Day", "1997-11-11": "Armistice Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-01-07": "Orthodox Christmas Day", "1998-02-15": "Statehood Day", "1998-02-16": "Statehood Day", "1998-02-17": "Statehood Day (observed)", "1998-04-17": "Good Friday", "1998-04-18": "Holy Saturday", "1998-04-19": "Easter Sunday", "1998-04-20": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-02": "Labor Day", "1998-11-11": "Armistice Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-01-07": "Orthodox Christmas Day", "1999-02-15": "Statehood Day", "1999-02-16": "Statehood Day", "1999-04-09": "Good Friday", "1999-04-10": "Holy Saturday", "1999-04-11": "Easter Sunday", "1999-04-12": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-02": "Labor Day", "1999-05-03": "Labor Day (observed)", "1999-11-11": "Armistice Day", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-07": "Orthodox Christmas Day", "2000-02-15": "Statehood Day", "2000-02-16": "Statehood Day", "2000-04-28": "Good Friday", "2000-04-29": "Holy Saturday", "2000-04-30": "Easter Sunday", "2000-05-01": "Easter Monday; Labor Day", "2000-05-02": "Labor Day", "2000-11-11": "Armistice Day", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-01-07": "Orthodox Christmas Day", "2001-02-15": "Statehood Day", "2001-02-16": "Statehood Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-02": "Labor Day", "2001-11-11": "Armistice Day", "2001-11-12": "Armistice Day (observed)", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-01-07": "Orthodox Christmas Day", "2002-02-15": "Statehood Day", "2002-02-16": "Statehood Day", "2002-05-01": "Labor Day", "2002-05-02": "Labor Day", "2002-05-03": "Good Friday", "2002-05-04": "Holy Saturday", "2002-05-05": "Easter Sunday", "2002-05-06": "Easter Monday", "2002-11-11": "Armistice Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-01-07": "Orthodox Christmas Day", "2003-02-15": "Statehood Day", "2003-02-16": "Statehood Day", "2003-02-17": "Statehood Day (observed)", "2003-04-25": "Good Friday", "2003-04-26": "Holy Saturday", "2003-04-27": "Easter Sunday", "2003-04-28": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-02": "Labor Day", "2003-11-11": "Armistice Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-01-07": "Orthodox Christmas Day", "2004-02-15": "Statehood Day", "2004-02-16": "Statehood Day", "2004-02-17": "Statehood Day (observed)", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-02": "Labor Day", "2004-05-03": "Labor Day (observed)", "2004-11-11": "Armistice Day", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-07": "Orthodox Christmas Day", "2005-02-15": "Statehood Day", "2005-02-16": "Statehood Day", "2005-04-29": "Good Friday", "2005-04-30": "Holy Saturday", "2005-05-01": "Easter Sunday; Labor Day", "2005-05-02": "Easter Monday; Labor Day", "2005-05-03": "Labor Day (observed)", "2005-11-11": "Armistice Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-01-03": "New Year's Day (observed)", "2006-01-07": "Orthodox Christmas Day", "2006-02-15": "Statehood Day", "2006-02-16": "Statehood Day", "2006-04-21": "Good Friday", "2006-04-22": "Holy Saturday", "2006-04-23": "Easter Sunday", "2006-04-24": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-02": "Labor Day", "2006-11-11": "Armistice Day", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Day", "2007-01-07": "Orthodox Christmas Day", "2007-02-15": "Statehood Day", "2007-02-16": "Statehood Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-02": "Labor Day", "2007-11-11": "Armistice Day", "2007-11-12": "Armistice Day (observed)", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-01-07": "Orthodox Christmas Day", "2008-02-15": "Statehood Day", "2008-02-16": "Statehood Day", "2008-04-25": "Good Friday", "2008-04-26": "Holy Saturday", "2008-04-27": "Easter Sunday", "2008-04-28": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-02": "Labor Day", "2008-11-11": "Armistice Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-01-07": "Orthodox Christmas Day", "2009-02-15": "Statehood Day", "2009-02-16": "Statehood Day", "2009-02-17": "Statehood Day (observed)", "2009-04-17": "Good Friday", "2009-04-18": "Holy Saturday", "2009-04-19": "Easter Sunday", "2009-04-20": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-02": "Labor Day", "2009-11-11": "Armistice Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-01-07": "Orthodox Christmas Day", "2010-02-15": "Statehood Day", "2010-02-16": "Statehood Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-02": "Labor Day", "2010-05-03": "Labor Day (observed)", "2010-11-11": "Armistice Day", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-07": "Orthodox Christmas Day", "2011-02-15": "Statehood Day", "2011-02-16": "Statehood Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day", "2011-05-03": "Labor Day (observed)", "2011-11-11": "Armistice Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-01-03": "New Year's Day (observed)", "2012-01-07": "Orthodox Christmas Day", "2012-02-15": "Statehood Day", "2012-02-16": "Statehood Day", "2012-04-13": "Good Friday", "2012-04-14": "Holy Saturday", "2012-04-15": "Easter Sunday", "2012-04-16": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-02": "Labor Day", "2012-11-11": "Armistice Day", "2012-11-12": "Armistice Day (observed)", "2013-01-01": "New Year's Day", "2013-01-02": "New Year's Day", "2013-01-07": "Orthodox Christmas Day", "2013-02-15": "Statehood Day", "2013-02-16": "Statehood Day", "2013-05-01": "Labor Day", "2013-05-02": "Labor Day", "2013-05-03": "Good Friday", "2013-05-04": "Holy Saturday", "2013-05-05": "Easter Sunday", "2013-05-06": "Easter Monday", "2013-11-11": "Armistice Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year's Day", "2014-01-07": "Orthodox Christmas Day", "2014-02-15": "Statehood Day", "2014-02-16": "Statehood Day", "2014-02-17": "Statehood Day (observed)", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day", "2014-11-11": "Armistice Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year's Day", "2015-01-07": "Orthodox Christmas Day", "2015-02-15": "Statehood Day", "2015-02-16": "Statehood Day", "2015-02-17": "Statehood Day (observed)", "2015-04-10": "Good Friday", "2015-04-11": "Holy Saturday", "2015-04-12": "Easter Sunday", "2015-04-13": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-02": "Labor Day", "2015-11-11": "Armistice Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year's Day", "2016-01-07": "Orthodox Christmas Day", "2016-02-15": "Statehood Day", "2016-02-16": "Statehood Day", "2016-04-29": "Good Friday", "2016-04-30": "Holy Saturday", "2016-05-01": "Easter Sunday; Labor Day", "2016-05-02": "Easter Monday; Labor Day", "2016-05-03": "Labor Day (observed)", "2016-11-11": "Armistice Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-01-03": "New Year's Day (observed)", "2017-01-07": "Orthodox Christmas Day", "2017-02-15": "Statehood Day", "2017-02-16": "Statehood Day", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-02": "Labor Day", "2017-11-11": "Armistice Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-01-07": "Orthodox Christmas Day", "2018-02-15": "Statehood Day", "2018-02-16": "Statehood Day", "2018-04-06": "Good Friday", "2018-04-07": "Holy Saturday", "2018-04-08": "Easter Sunday", "2018-04-09": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-02": "Labor Day", "2018-11-11": "Armistice Day", "2018-11-12": "Armistice Day (observed)", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-01-07": "Orthodox Christmas Day", "2019-02-15": "Statehood Day", "2019-02-16": "Statehood Day", "2019-04-26": "Good Friday", "2019-04-27": "Holy Saturday", "2019-04-28": "Easter Sunday", "2019-04-29": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-02": "Labor Day", "2019-11-11": "Armistice Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-01-07": "Orthodox Christmas Day", "2020-02-15": "Statehood Day", "2020-02-16": "Statehood Day", "2020-02-17": "Statehood Day (observed)", "2020-04-17": "Good Friday", "2020-04-18": "Holy Saturday", "2020-04-19": "Easter Sunday", "2020-04-20": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-02": "Labor Day", "2020-11-11": "Armistice Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-01-07": "Orthodox Christmas Day", "2021-02-15": "Statehood Day", "2021-02-16": "Statehood Day", "2021-04-30": "Good Friday", "2021-05-01": "Holy Saturday; Labor Day", "2021-05-02": "Easter Sunday; Labor Day", "2021-05-03": "Easter Monday", "2021-05-04": "Labor Day (observed)", "2021-11-11": "Armistice Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-07": "Orthodox Christmas Day", "2022-02-15": "Statehood Day", "2022-02-16": "Statehood Day", "2022-04-22": "Good Friday", "2022-04-23": "Holy Saturday", "2022-04-24": "Easter Sunday", "2022-04-25": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day", "2022-05-03": "Labor Day (observed)", "2022-11-11": "Armistice Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-01-03": "New Year's Day (observed)", "2023-01-07": "Orthodox Christmas Day", "2023-02-15": "Statehood Day", "2023-02-16": "Statehood Day", "2023-04-14": "Good Friday", "2023-04-15": "Holy Saturday", "2023-04-16": "Easter Sunday", "2023-04-17": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-02": "Labor Day", "2023-11-11": "Armistice Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-01-07": "Orthodox Christmas Day", "2024-02-15": "Statehood Day", "2024-02-16": "Statehood Day", "2024-05-01": "Labor Day", "2024-05-02": "Labor Day", "2024-05-03": "Good Friday", "2024-05-04": "Holy Saturday", "2024-05-05": "Easter Sunday", "2024-05-06": "Easter Monday", "2024-11-11": "Armistice Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-01-07": "Orthodox Christmas Day", "2025-02-15": "Statehood Day", "2025-02-16": "Statehood Day", "2025-02-17": "Statehood Day (observed)", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-02": "Labor Day", "2025-11-11": "Armistice Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-01-07": "Orthodox Christmas Day", "2026-02-15": "Statehood Day", "2026-02-16": "Statehood Day", "2026-02-17": "Statehood Day (observed)", "2026-04-10": "Good Friday", "2026-04-11": "Holy Saturday", "2026-04-12": "Easter Sunday", "2026-04-13": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-02": "Labor Day", "2026-11-11": "Armistice Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-01-07": "Orthodox Christmas Day", "2027-02-15": "Statehood Day", "2027-02-16": "Statehood Day", "2027-04-30": "Good Friday", "2027-05-01": "Holy Saturday; Labor Day", "2027-05-02": "Easter Sunday; Labor Day", "2027-05-03": "Easter Monday", "2027-05-04": "Labor Day (observed)", "2027-11-11": "Armistice Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-07": "Orthodox Christmas Day", "2028-02-15": "Statehood Day", "2028-02-16": "Statehood Day", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-02": "Labor Day", "2028-11-11": "Armistice Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-01-07": "Orthodox Christmas Day", "2029-02-15": "Statehood Day", "2029-02-16": "Statehood Day", "2029-04-06": "Good Friday", "2029-04-07": "Holy Saturday", "2029-04-08": "Easter Sunday", "2029-04-09": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-02": "Labor Day", "2029-11-11": "Armistice Day", "2029-11-12": "Armistice Day (observed)", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-01-07": "Orthodox Christmas Day", "2030-02-15": "Statehood Day", "2030-02-16": "Statehood Day", "2030-04-26": "Good Friday", "2030-04-27": "Holy Saturday", "2030-04-28": "Easter Sunday", "2030-04-29": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-02": "Labor Day", "2030-11-11": "Armistice Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-01-07": "Orthodox Christmas Day", "2031-02-15": "Statehood Day", "2031-02-16": "Statehood Day", "2031-02-17": "Statehood Day (observed)", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-02": "Labor Day", "2031-11-11": "Armistice Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-01-07": "Orthodox Christmas Day", "2032-02-15": "Statehood Day", "2032-02-16": "Statehood Day", "2032-02-17": "Statehood Day (observed)", "2032-04-30": "Good Friday", "2032-05-01": "Holy Saturday; Labor Day", "2032-05-02": "Easter Sunday; Labor Day", "2032-05-03": "Easter Monday", "2032-05-04": "Labor Day (observed)", "2032-11-11": "Armistice Day", "2033-01-01": "New Year's Day", "2033-01-02": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-07": "Orthodox Christmas Day", "2033-02-15": "Statehood Day", "2033-02-16": "Statehood Day", "2033-04-22": "Good Friday", "2033-04-23": "Holy Saturday", "2033-04-24": "Easter Sunday", "2033-04-25": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day", "2033-05-03": "Labor Day (observed)", "2033-11-11": "Armistice Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-01-03": "New Year's Day (observed)", "2034-01-07": "Orthodox Christmas Day", "2034-02-15": "Statehood Day", "2034-02-16": "Statehood Day", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-02": "Labor Day", "2034-11-11": "Armistice Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-01-07": "Orthodox Christmas Day", "2035-02-15": "Statehood Day", "2035-02-16": "Statehood Day", "2035-04-27": "Good Friday", "2035-04-28": "Holy Saturday", "2035-04-29": "Easter Sunday", "2035-04-30": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-02": "Labor Day", "2035-11-11": "Armistice Day", "2035-11-12": "Armistice Day (observed)", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-01-07": "Orthodox Christmas Day", "2036-02-15": "Statehood Day", "2036-02-16": "Statehood Day", "2036-04-18": "Good Friday", "2036-04-19": "Holy Saturday", "2036-04-20": "Easter Sunday", "2036-04-21": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-02": "Labor Day", "2036-11-11": "Armistice Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-01-07": "Orthodox Christmas Day", "2037-02-15": "Statehood Day", "2037-02-16": "Statehood Day", "2037-02-17": "Statehood Day (observed)", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-02": "Labor Day", "2037-11-11": "Armistice Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-01-07": "Orthodox Christmas Day", "2038-02-15": "Statehood Day", "2038-02-16": "Statehood Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-02": "Labor Day", "2038-05-03": "Labor Day (observed)", "2038-11-11": "Armistice Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-07": "Orthodox Christmas Day", "2039-02-15": "Statehood Day", "2039-02-16": "Statehood Day", "2039-04-15": "Good Friday", "2039-04-16": "Holy Saturday", "2039-04-17": "Easter Sunday", "2039-04-18": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day", "2039-05-03": "Labor Day (observed)", "2039-11-11": "Armistice Day", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-01-03": "New Year's Day (observed)", "2040-01-07": "Orthodox Christmas Day", "2040-02-15": "Statehood Day", "2040-02-16": "Statehood Day", "2040-05-01": "Labor Day", "2040-05-02": "Labor Day", "2040-05-04": "Good Friday", "2040-05-05": "Holy Saturday", "2040-05-06": "Easter Sunday", "2040-05-07": "Easter Monday", "2040-11-11": "Armistice Day", "2040-11-12": "Armistice Day (observed)", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-01-07": "Orthodox Christmas Day", "2041-02-15": "Statehood Day", "2041-02-16": "Statehood Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-02": "Labor Day", "2041-11-11": "Armistice Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-01-07": "Orthodox Christmas Day", "2042-02-15": "Statehood Day", "2042-02-16": "Statehood Day", "2042-02-17": "Statehood Day (observed)", "2042-04-11": "Good Friday", "2042-04-12": "Holy Saturday", "2042-04-13": "Easter Sunday", "2042-04-14": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-02": "Labor Day", "2042-11-11": "Armistice Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-01-07": "Orthodox Christmas Day", "2043-02-15": "Statehood Day", "2043-02-16": "Statehood Day", "2043-02-17": "Statehood Day (observed)", "2043-05-01": "Good Friday; Labor Day", "2043-05-02": "Holy Saturday; Labor Day", "2043-05-03": "Easter Sunday", "2043-05-04": "Easter Monday", "2043-11-11": "Armistice Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-01-07": "Orthodox Christmas Day", "2044-02-15": "Statehood Day", "2044-02-16": "Statehood Day", "2044-04-22": "Good Friday", "2044-04-23": "Holy Saturday", "2044-04-24": "Easter Sunday", "2044-04-25": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day", "2044-05-03": "Labor Day (observed)", "2044-11-11": "Armistice Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-01-03": "New Year's Day (observed)", "2045-01-07": "Orthodox Christmas Day", "2045-02-15": "Statehood Day", "2045-02-16": "Statehood Day", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-02": "Labor Day", "2045-11-11": "Armistice Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-01-07": "Orthodox Christmas Day", "2046-02-15": "Statehood Day", "2046-02-16": "Statehood Day", "2046-04-27": "Good Friday", "2046-04-28": "Holy Saturday", "2046-04-29": "Easter Sunday", "2046-04-30": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-02": "Labor Day", "2046-11-11": "Armistice Day", "2046-11-12": "Armistice Day (observed)", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-01-07": "Orthodox Christmas Day", "2047-02-15": "Statehood Day", "2047-02-16": "Statehood Day", "2047-04-19": "Good Friday", "2047-04-20": "Holy Saturday", "2047-04-21": "Easter Sunday", "2047-04-22": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-02": "Labor Day", "2047-11-11": "Armistice Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-01-07": "Orthodox Christmas Day", "2048-02-15": "Statehood Day", "2048-02-16": "Statehood Day", "2048-02-17": "Statehood Day (observed)", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-02": "Labor Day", "2048-11-11": "Armistice Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-01-07": "Orthodox Christmas Day", "2049-02-15": "Statehood Day", "2049-02-16": "Statehood Day", "2049-04-23": "Good Friday", "2049-04-24": "Holy Saturday", "2049-04-25": "Easter Sunday", "2049-04-26": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-02": "Labor Day", "2049-05-03": "Labor Day (observed)", "2049-11-11": "Armistice Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-07": "Orthodox Christmas Day", "2050-02-15": "Statehood Day", "2050-02-16": "Statehood Day", "2050-04-15": "Good Friday", "2050-04-16": "Holy Saturday", "2050-04-17": "Easter Sunday", "2050-04-18": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day", "2050-05-03": "Labor Day (observed)", "2050-11-11": "Armistice Day" } holidays-0.71/snapshots/countries/RU_COMMON.json000066400000000000000000001204311500152103600215750ustar00rootroot00000000000000{ "1991-01-01": "New Year's Day", "1991-01-07": "Christmas Day", "1991-03-08": "International Women's Day", "1991-05-01": "International Workers' Solidarity Day", "1991-05-02": "International Workers' Solidarity Day", "1991-05-03": "Day off (substituted from 05/05/1991)", "1991-05-09": "Victory Day", "1991-05-10": "Day off (substituted from 05/12/1991)", "1991-11-07": "Anniversary of the Great October Socialist Revolution", "1991-11-08": "Anniversary of the Great October Socialist Revolution", "1992-01-01": "New Year's Day", "1992-01-07": "Christmas Day", "1992-03-08": "International Women's Day", "1992-05-01": "Holiday of Spring and Labor", "1992-05-02": "Holiday of Spring and Labor", "1992-05-04": "Day off (substituted from 05/02/1992)", "1992-05-09": "Victory Day", "1992-05-11": "Day off (substituted from 05/09/1992)", "1992-06-12": "Day of the Adoption of the Declaration of Sovereignty of the Russian Federation", "1992-11-07": "Anniversary of the Great October Socialist Revolution", "1992-11-09": "Day off (substituted from 11/07/1992)", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-01-04": "Day off (substituted from 01/02/1993)", "1993-01-07": "Christmas Day", "1993-03-08": "International Women's Day", "1993-05-01": "Holiday of Spring and Labor", "1993-05-02": "Holiday of Spring and Labor", "1993-05-03": "Day off (substituted from 05/01/1993)", "1993-05-04": "Day off (substituted from 05/02/1993)", "1993-05-09": "Victory Day", "1993-05-10": "Day off (substituted from 05/09/1993)", "1993-06-12": "Day of the Adoption of the Declaration of Sovereignty of the Russian Federation", "1993-06-14": "Day off (substituted from 06/12/1993)", "1993-11-07": "Anniversary of the Great October Socialist Revolution", "1993-11-08": "Day off (substituted from 11/07/1993)", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-01-03": "Day off (substituted from 01/01/1994)", "1994-01-04": "Day off (substituted from 01/02/1994)", "1994-01-07": "Christmas Day", "1994-03-07": "Day off (substituted from 03/05/1994)", "1994-03-08": "International Women's Day", "1994-05-01": "Holiday of Spring and Labor", "1994-05-02": "Holiday of Spring and Labor", "1994-05-03": "Day off (substituted from 05/01/1994)", "1994-05-09": "Victory Day", "1994-05-10": "Day off (substituted from 05/09/1994)", "1994-06-12": "Day of the Adoption of the Declaration of Sovereignty of the Russian Federation", "1994-06-13": "Day off (substituted from 06/12/1994)", "1994-11-07": "Anniversary of the Great October Socialist Revolution", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-01-03": "Day off (substituted from 01/01/1995)", "1995-01-07": "Christmas Day", "1995-01-09": "Day off (substituted from 01/07/1995)", "1995-03-08": "International Women's Day", "1995-05-01": "Holiday of Spring and Labor", "1995-05-02": "Holiday of Spring and Labor", "1995-05-08": "Day off (substituted from 05/06/1995)", "1995-05-09": "Victory Day", "1995-06-12": "Day of the Adoption of the Declaration of Sovereignty of the Russian Federation", "1995-11-06": "Day off (substituted from 11/04/1995)", "1995-11-07": "Anniversary of the Great October Socialist Revolution", "1995-12-11": "Day off (substituted from 12/09/1995)", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-01-07": "Christmas Day", "1996-01-08": "Day off (substituted from 01/07/1996)", "1996-03-08": "International Women's Day", "1996-05-01": "Holiday of Spring and Labor", "1996-05-02": "Holiday of Spring and Labor", "1996-05-03": "Day off (substituted from 05/05/1996)", "1996-05-09": "Victory Day", "1996-05-10": "Day off (substituted from 05/12/1996)", "1996-06-12": "Day of the Adoption of the Declaration of Sovereignty of the Russian Federation", "1996-07-03": "Day off (substituted from 12/14/1996)", "1996-11-07": "Day of consent and reconciliation", "1996-11-08": "Day off (substituted from 11/10/1996)", "1996-12-13": "Day off (substituted from 12/15/1996)", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-01-03": "Day off (substituted from 01/05/1997)", "1997-01-07": "Christmas Day", "1997-03-08": "International Women's Day", "1997-03-10": "Day off (substituted from 03/08/1997)", "1997-05-01": "Holiday of Spring and Labor", "1997-05-02": "Holiday of Spring and Labor", "1997-05-09": "Victory Day", "1997-06-12": "Day of the Adoption of the Declaration of Sovereignty of the Russian Federation", "1997-06-13": "Day off (substituted from 06/15/1997)", "1997-11-07": "Day of consent and reconciliation", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-01-07": "Christmas Day", "1998-03-08": "International Women's Day", "1998-03-09": "Day off (substituted from 03/08/1998)", "1998-05-01": "Holiday of Spring and Labor", "1998-05-02": "Holiday of Spring and Labor", "1998-05-04": "Day off (substituted from 05/02/1998)", "1998-05-09": "Victory Day", "1998-05-11": "Day off (substituted from 05/09/1998)", "1998-06-12": "Day of the Adoption of the Declaration of Sovereignty of the Russian Federation", "1998-11-07": "Day of consent and reconciliation", "1998-11-09": "Day off (substituted from 11/07/1998)", "1998-12-14": "Day off (substituted from 12/12/1998)", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-01-04": "Day off (substituted from 01/02/1999)", "1999-01-07": "Christmas Day", "1999-01-08": "Day off (substituted from 01/10/1999)", "1999-03-08": "International Women's Day", "1999-05-01": "Holiday of Spring and Labor", "1999-05-02": "Holiday of Spring and Labor", "1999-05-03": "Day off (substituted from 05/01/1999)", "1999-05-04": "Day off (substituted from 05/02/1999)", "1999-05-09": "Victory Day", "1999-05-10": "Day off (substituted from 05/09/1999)", "1999-06-12": "Day of the Adoption of the Declaration of Sovereignty of the Russian Federation", "1999-06-14": "Day off (substituted from 06/12/1999)", "1999-11-07": "Day of consent and reconciliation", "1999-11-08": "Day off (substituted from 11/07/1999)", "1999-12-13": "Day off (substituted from 12/12/1999)", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-01-03": "Day off (substituted from 01/01/2000)", "2000-01-04": "Day off (substituted from 01/02/2000)", "2000-01-07": "Christmas Day", "2000-03-08": "International Women's Day", "2000-05-01": "Holiday of Spring and Labor", "2000-05-02": "Holiday of Spring and Labor", "2000-05-08": "Day off (substituted from 05/06/2000)", "2000-05-09": "Victory Day", "2000-06-12": "Day of the Adoption of the Declaration of Sovereignty of the Russian Federation", "2000-11-06": "Day off (substituted from 11/04/2000)", "2000-11-07": "Day of consent and reconciliation", "2000-12-11": "Day off (substituted from 12/09/2000)", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-01-07": "Christmas Day", "2001-01-08": "Day off (substituted from 01/07/2001)", "2001-03-08": "International Women's Day", "2001-03-09": "Day off (substituted from 03/11/2001)", "2001-04-30": "Day off (substituted from 04/28/2001)", "2001-05-01": "Holiday of Spring and Labor", "2001-05-02": "Holiday of Spring and Labor", "2001-05-09": "Victory Day", "2001-06-11": "Day off (substituted from 06/09/2001)", "2001-06-12": "Day of the Adoption of the Declaration of Sovereignty of the Russian Federation", "2001-11-07": "Day of consent and reconciliation", "2001-12-31": "Day off (substituted from 12/29/2001)", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-01-07": "Christmas Day", "2002-02-23": "Defender of the Fatherland Day", "2002-02-25": "Day off (substituted from 02/23/2002)", "2002-03-08": "International Women's Day", "2002-05-01": "Holiday of Spring and Labor", "2002-05-02": "Holiday of Spring and Labor", "2002-05-03": "Day off (substituted from 04/27/2002)", "2002-05-09": "Victory Day", "2002-05-10": "Day off (substituted from 05/18/2002)", "2002-06-12": "Russia Day", "2002-11-07": "Day of consent and reconciliation", "2002-11-08": "Day off (substituted from 11/10/2002)", "2002-12-13": "Day off (substituted from 12/15/2002)", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-01-03": "Day off (substituted from 01/04/2003)", "2003-01-06": "Day off (substituted from 01/05/2003)", "2003-01-07": "Christmas Day", "2003-02-23": "Defender of the Fatherland Day", "2003-02-24": "Day off (substituted from 02/23/2003)", "2003-03-08": "International Women's Day", "2003-03-10": "Day off (substituted from 03/08/2003)", "2003-05-01": "Holiday of Spring and Labor", "2003-05-02": "Holiday of Spring and Labor", "2003-05-09": "Victory Day", "2003-06-12": "Russia Day", "2003-06-13": "Day off (substituted from 06/21/2003)", "2003-11-07": "Day of consent and reconciliation", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-01-07": "Christmas Day", "2004-02-23": "Defender of the Fatherland Day", "2004-03-08": "International Women's Day", "2004-05-01": "Holiday of Spring and Labor", "2004-05-02": "Holiday of Spring and Labor", "2004-05-03": "Day off (substituted from 05/01/2004)", "2004-05-04": "Day off (substituted from 05/02/2004)", "2004-05-09": "Victory Day", "2004-05-10": "Day off (substituted from 05/09/2004)", "2004-06-12": "Russia Day", "2004-06-14": "Day off (substituted from 06/12/2004)", "2004-11-07": "Day of consent and reconciliation", "2004-11-08": "Day off (substituted from 11/07/2004)", "2004-12-13": "Day off (substituted from 12/12/2004)", "2005-01-01": "New Year Holidays", "2005-01-02": "New Year Holidays", "2005-01-03": "New Year Holidays", "2005-01-04": "New Year Holidays", "2005-01-05": "New Year Holidays", "2005-01-06": "Day off (substituted from 01/01/2005)", "2005-01-07": "Christmas Day", "2005-01-10": "Day off (substituted from 01/02/2005)", "2005-02-23": "Defender of the Fatherland Day", "2005-03-07": "Day off (substituted from 03/05/2005)", "2005-03-08": "International Women's Day", "2005-05-01": "Holiday of Spring and Labor", "2005-05-02": "Day off (substituted from 05/01/2005)", "2005-05-09": "Victory Day", "2005-05-10": "Day off (substituted from 05/14/2005)", "2005-06-12": "Russia Day", "2005-06-13": "Day off (substituted from 06/12/2005)", "2005-11-04": "Unity Day", "2006-01-01": "New Year Holidays", "2006-01-02": "New Year Holidays", "2006-01-03": "New Year Holidays", "2006-01-04": "New Year Holidays", "2006-01-05": "New Year Holidays", "2006-01-06": "Day off (substituted from 01/01/2006)", "2006-01-07": "Christmas Day", "2006-01-09": "Day off (substituted from 01/07/2006)", "2006-02-23": "Defender of the Fatherland Day", "2006-02-24": "Day off (substituted from 02/26/2006)", "2006-03-08": "International Women's Day", "2006-05-01": "Holiday of Spring and Labor", "2006-05-08": "Day off (substituted from 05/06/2006)", "2006-05-09": "Victory Day", "2006-06-12": "Russia Day", "2006-11-04": "Unity Day", "2006-11-06": "Day off (substituted from 11/04/2006)", "2007-01-01": "New Year Holidays", "2007-01-02": "New Year Holidays", "2007-01-03": "New Year Holidays", "2007-01-04": "New Year Holidays", "2007-01-05": "New Year Holidays", "2007-01-07": "Christmas Day", "2007-01-08": "Day off (substituted from 01/07/2007)", "2007-02-23": "Defender of the Fatherland Day", "2007-03-08": "International Women's Day", "2007-04-30": "Day off (substituted from 04/28/2007)", "2007-05-01": "Holiday of Spring and Labor", "2007-05-09": "Victory Day", "2007-06-11": "Day off (substituted from 06/09/2007)", "2007-06-12": "Russia Day", "2007-11-04": "Unity Day", "2007-11-05": "Day off (substituted from 11/04/2007)", "2007-12-31": "Day off (substituted from 12/29/2007)", "2008-01-01": "New Year Holidays", "2008-01-02": "New Year Holidays", "2008-01-03": "New Year Holidays", "2008-01-04": "New Year Holidays", "2008-01-05": "New Year Holidays", "2008-01-07": "Christmas Day", "2008-01-08": "Day off (substituted from 01/05/2008)", "2008-02-23": "Defender of the Fatherland Day", "2008-02-25": "Day off (substituted from 02/23/2008)", "2008-03-08": "International Women's Day", "2008-03-10": "Day off (substituted from 03/08/2008)", "2008-05-01": "Holiday of Spring and Labor", "2008-05-02": "Day off (substituted from 05/04/2008)", "2008-05-09": "Victory Day", "2008-06-12": "Russia Day", "2008-06-13": "Day off (substituted from 06/07/2008)", "2008-11-03": "Day off (substituted from 11/01/2008)", "2008-11-04": "Unity Day", "2009-01-01": "New Year Holidays", "2009-01-02": "New Year Holidays", "2009-01-03": "New Year Holidays", "2009-01-04": "New Year Holidays", "2009-01-05": "New Year Holidays", "2009-01-06": "Day off (substituted from 01/03/2009)", "2009-01-07": "Christmas Day", "2009-01-08": "Day off (substituted from 01/04/2009)", "2009-01-09": "Day off (substituted from 01/11/2009)", "2009-02-23": "Defender of the Fatherland Day", "2009-03-08": "International Women's Day", "2009-03-09": "Day off (substituted from 03/08/2009)", "2009-05-01": "Holiday of Spring and Labor", "2009-05-09": "Victory Day", "2009-05-11": "Day off (substituted from 05/09/2009)", "2009-06-12": "Russia Day", "2009-11-04": "Unity Day", "2010-01-01": "New Year Holidays", "2010-01-02": "New Year Holidays", "2010-01-03": "New Year Holidays", "2010-01-04": "New Year Holidays", "2010-01-05": "New Year Holidays", "2010-01-06": "Day off (substituted from 01/02/2010)", "2010-01-07": "Christmas Day", "2010-01-08": "Day off (substituted from 01/03/2010)", "2010-02-22": "Day off (substituted from 02/27/2010)", "2010-02-23": "Defender of the Fatherland Day", "2010-03-08": "International Women's Day", "2010-05-01": "Holiday of Spring and Labor", "2010-05-03": "Day off (substituted from 05/01/2010)", "2010-05-09": "Victory Day", "2010-05-10": "Day off (substituted from 05/09/2010)", "2010-06-12": "Russia Day", "2010-06-14": "Day off (substituted from 06/12/2010)", "2010-11-04": "Unity Day", "2010-11-05": "Day off (substituted from 11/13/2010)", "2011-01-01": "New Year Holidays", "2011-01-02": "New Year Holidays", "2011-01-03": "New Year Holidays", "2011-01-04": "New Year Holidays", "2011-01-05": "New Year Holidays", "2011-01-06": "Day off (substituted from 01/01/2011)", "2011-01-07": "Christmas Day", "2011-01-10": "Day off (substituted from 01/02/2011)", "2011-02-23": "Defender of the Fatherland Day", "2011-03-07": "Day off (substituted from 03/05/2011)", "2011-03-08": "International Women's Day", "2011-05-01": "Holiday of Spring and Labor", "2011-05-02": "Day off (substituted from 05/01/2011)", "2011-05-09": "Victory Day", "2011-06-12": "Russia Day", "2011-06-13": "Day off (substituted from 06/12/2011)", "2011-11-04": "Unity Day", "2012-01-01": "New Year Holidays", "2012-01-02": "New Year Holidays", "2012-01-03": "New Year Holidays", "2012-01-04": "New Year Holidays", "2012-01-05": "New Year Holidays", "2012-01-06": "Day off (substituted from 01/01/2012)", "2012-01-07": "Christmas Day", "2012-01-09": "Day off (substituted from 01/07/2012)", "2012-02-23": "Defender of the Fatherland Day", "2012-03-08": "International Women's Day", "2012-03-09": "Day off (substituted from 03/11/2012)", "2012-04-30": "Day off (substituted from 04/28/2012)", "2012-05-01": "Holiday of Spring and Labor", "2012-05-07": "Day off (substituted from 05/05/2012)", "2012-05-08": "Day off (substituted from 05/12/2012)", "2012-05-09": "Victory Day", "2012-06-11": "Day off (substituted from 06/09/2012)", "2012-06-12": "Russia Day", "2012-11-04": "Unity Day", "2012-11-05": "Day off (substituted from 11/04/2012)", "2012-12-31": "Day off (substituted from 12/29/2012)", "2013-01-01": "New Year Holidays", "2013-01-02": "New Year Holidays", "2013-01-03": "New Year Holidays", "2013-01-04": "New Year Holidays", "2013-01-05": "New Year Holidays", "2013-01-06": "New Year Holidays", "2013-01-07": "Christmas Day", "2013-01-08": "New Year Holidays", "2013-02-23": "Defender of the Fatherland Day", "2013-03-08": "International Women's Day", "2013-05-01": "Holiday of Spring and Labor", "2013-05-02": "Day off (substituted from 01/05/2013)", "2013-05-03": "Day off (substituted from 01/06/2013)", "2013-05-09": "Victory Day", "2013-05-10": "Day off (substituted from 02/25/2013)", "2013-06-12": "Russia Day", "2013-11-04": "Unity Day", "2014-01-01": "New Year Holidays", "2014-01-02": "New Year Holidays", "2014-01-03": "New Year Holidays", "2014-01-04": "New Year Holidays", "2014-01-05": "New Year Holidays", "2014-01-06": "New Year Holidays", "2014-01-07": "Christmas Day", "2014-01-08": "New Year Holidays", "2014-02-23": "Defender of the Fatherland Day", "2014-03-08": "International Women's Day", "2014-03-10": "Day off (substituted from 03/08/2014)", "2014-05-01": "Holiday of Spring and Labor", "2014-05-02": "Day off (substituted from 01/04/2014)", "2014-05-09": "Victory Day", "2014-06-12": "Russia Day", "2014-06-13": "Day off (substituted from 01/05/2014)", "2014-11-03": "Day off (substituted from 02/24/2014)", "2014-11-04": "Unity Day", "2015-01-01": "New Year Holidays", "2015-01-02": "New Year Holidays", "2015-01-03": "New Year Holidays", "2015-01-04": "New Year Holidays", "2015-01-05": "New Year Holidays", "2015-01-06": "New Year Holidays", "2015-01-07": "Christmas Day", "2015-01-08": "New Year Holidays", "2015-01-09": "Day off (substituted from 01/03/2015)", "2015-02-23": "Defender of the Fatherland Day", "2015-03-08": "International Women's Day", "2015-03-09": "Day off (substituted from 03/08/2015)", "2015-05-01": "Holiday of Spring and Labor", "2015-05-04": "Day off (substituted from 01/04/2015)", "2015-05-09": "Victory Day", "2015-05-11": "Day off (substituted from 05/09/2015)", "2015-06-12": "Russia Day", "2015-11-04": "Unity Day", "2016-01-01": "New Year Holidays", "2016-01-02": "New Year Holidays", "2016-01-03": "New Year Holidays", "2016-01-04": "New Year Holidays", "2016-01-05": "New Year Holidays", "2016-01-06": "New Year Holidays", "2016-01-07": "Christmas Day", "2016-01-08": "New Year Holidays", "2016-02-22": "Day off (substituted from 02/20/2016)", "2016-02-23": "Defender of the Fatherland Day", "2016-03-07": "Day off (substituted from 01/03/2016)", "2016-03-08": "International Women's Day", "2016-05-01": "Holiday of Spring and Labor", "2016-05-02": "Day off (substituted from 05/01/2016)", "2016-05-03": "Day off (substituted from 01/02/2016)", "2016-05-09": "Victory Day", "2016-06-12": "Russia Day", "2016-06-13": "Day off (substituted from 06/12/2016)", "2016-11-04": "Unity Day", "2017-01-01": "New Year Holidays", "2017-01-02": "New Year Holidays", "2017-01-03": "New Year Holidays", "2017-01-04": "New Year Holidays", "2017-01-05": "New Year Holidays", "2017-01-06": "New Year Holidays", "2017-01-07": "Christmas Day", "2017-01-08": "New Year Holidays", "2017-02-23": "Defender of the Fatherland Day", "2017-02-24": "Day off (substituted from 01/01/2017)", "2017-03-08": "International Women's Day", "2017-05-01": "Holiday of Spring and Labor", "2017-05-08": "Day off (substituted from 01/07/2017)", "2017-05-09": "Victory Day", "2017-06-12": "Russia Day", "2017-11-04": "Unity Day", "2017-11-06": "Day off (substituted from 11/04/2017)", "2018-01-01": "New Year Holidays", "2018-01-02": "New Year Holidays", "2018-01-03": "New Year Holidays", "2018-01-04": "New Year Holidays", "2018-01-05": "New Year Holidays", "2018-01-06": "New Year Holidays", "2018-01-07": "Christmas Day", "2018-01-08": "New Year Holidays", "2018-02-23": "Defender of the Fatherland Day", "2018-03-08": "International Women's Day", "2018-03-09": "Day off (substituted from 01/06/2018)", "2018-04-30": "Day off (substituted from 04/28/2018)", "2018-05-01": "Holiday of Spring and Labor", "2018-05-02": "Day off (substituted from 01/07/2018)", "2018-05-09": "Victory Day", "2018-06-11": "Day off (substituted from 06/09/2018)", "2018-06-12": "Russia Day", "2018-11-04": "Unity Day", "2018-11-05": "Day off (substituted from 11/04/2018)", "2018-12-31": "Day off (substituted from 12/29/2018)", "2019-01-01": "New Year Holidays", "2019-01-02": "New Year Holidays", "2019-01-03": "New Year Holidays", "2019-01-04": "New Year Holidays", "2019-01-05": "New Year Holidays", "2019-01-06": "New Year Holidays", "2019-01-07": "Christmas Day", "2019-01-08": "New Year Holidays", "2019-02-23": "Defender of the Fatherland Day", "2019-03-08": "International Women's Day", "2019-05-01": "Holiday of Spring and Labor", "2019-05-02": "Day off (substituted from 01/05/2019)", "2019-05-03": "Day off (substituted from 01/06/2019)", "2019-05-09": "Victory Day", "2019-05-10": "Day off (substituted from 02/23/2019)", "2019-06-12": "Russia Day", "2019-11-04": "Unity Day", "2020-01-01": "New Year Holidays", "2020-01-02": "New Year Holidays", "2020-01-03": "New Year Holidays", "2020-01-04": "New Year Holidays", "2020-01-05": "New Year Holidays", "2020-01-06": "New Year Holidays", "2020-01-07": "Christmas Day", "2020-01-08": "New Year Holidays", "2020-02-23": "Defender of the Fatherland Day", "2020-02-24": "Day off (substituted from 02/23/2020)", "2020-03-08": "International Women's Day", "2020-03-09": "Day off (substituted from 03/08/2020)", "2020-05-01": "Holiday of Spring and Labor", "2020-05-04": "Day off (substituted from 01/04/2020)", "2020-05-05": "Day off (substituted from 01/05/2020)", "2020-05-09": "Victory Day", "2020-05-11": "Day off (substituted from 05/09/2020)", "2020-06-12": "Russia Day", "2020-11-04": "Unity Day", "2021-01-01": "New Year Holidays", "2021-01-02": "New Year Holidays", "2021-01-03": "New Year Holidays", "2021-01-04": "New Year Holidays", "2021-01-05": "New Year Holidays", "2021-01-06": "New Year Holidays", "2021-01-07": "Christmas Day", "2021-01-08": "New Year Holidays", "2021-02-22": "Day off (substituted from 02/20/2021)", "2021-02-23": "Defender of the Fatherland Day", "2021-03-08": "International Women's Day", "2021-05-01": "Holiday of Spring and Labor", "2021-05-03": "Day off (substituted from 05/01/2021)", "2021-05-09": "Victory Day", "2021-05-10": "Day off (substituted from 05/09/2021)", "2021-06-12": "Russia Day", "2021-06-14": "Day off (substituted from 06/12/2021)", "2021-11-04": "Unity Day", "2021-11-05": "Day off (substituted from 01/02/2021)", "2021-12-31": "Day off (substituted from 01/03/2021)", "2022-01-01": "New Year Holidays", "2022-01-02": "New Year Holidays", "2022-01-03": "New Year Holidays", "2022-01-04": "New Year Holidays", "2022-01-05": "New Year Holidays", "2022-01-06": "New Year Holidays", "2022-01-07": "Christmas Day", "2022-01-08": "New Year Holidays", "2022-02-23": "Defender of the Fatherland Day", "2022-03-07": "Day off (substituted from 03/05/2022)", "2022-03-08": "International Women's Day", "2022-05-01": "Holiday of Spring and Labor", "2022-05-02": "Day off (substituted from 05/01/2022)", "2022-05-03": "Day off (substituted from 01/01/2022)", "2022-05-09": "Victory Day", "2022-05-10": "Day off (substituted from 01/02/2022)", "2022-06-12": "Russia Day", "2022-06-13": "Day off (substituted from 06/12/2022)", "2022-11-04": "Unity Day", "2023-01-01": "New Year Holidays", "2023-01-02": "New Year Holidays", "2023-01-03": "New Year Holidays", "2023-01-04": "New Year Holidays", "2023-01-05": "New Year Holidays", "2023-01-06": "New Year Holidays", "2023-01-07": "Christmas Day", "2023-01-08": "New Year Holidays", "2023-02-23": "Defender of the Fatherland Day", "2023-02-24": "Day off (substituted from 01/01/2023)", "2023-03-08": "International Women's Day", "2023-05-01": "Holiday of Spring and Labor", "2023-05-08": "Day off (substituted from 01/08/2023)", "2023-05-09": "Victory Day", "2023-06-12": "Russia Day", "2023-11-04": "Unity Day", "2023-11-06": "Day off (substituted from 11/04/2023)", "2024-01-01": "New Year Holidays", "2024-01-02": "New Year Holidays", "2024-01-03": "New Year Holidays", "2024-01-04": "New Year Holidays", "2024-01-05": "New Year Holidays", "2024-01-06": "New Year Holidays", "2024-01-07": "Christmas Day", "2024-01-08": "New Year Holidays", "2024-02-23": "Defender of the Fatherland Day", "2024-03-08": "International Women's Day", "2024-04-29": "Day off (substituted from 04/27/2024)", "2024-04-30": "Day off (substituted from 11/02/2024)", "2024-05-01": "Holiday of Spring and Labor", "2024-05-09": "Victory Day", "2024-05-10": "Day off (substituted from 01/06/2024)", "2024-06-12": "Russia Day", "2024-11-04": "Unity Day", "2024-12-30": "Day off (substituted from 12/28/2024)", "2024-12-31": "Day off (substituted from 01/07/2024)", "2025-01-01": "New Year Holidays", "2025-01-02": "New Year Holidays", "2025-01-03": "New Year Holidays", "2025-01-04": "New Year Holidays", "2025-01-05": "New Year Holidays", "2025-01-06": "New Year Holidays", "2025-01-07": "Christmas Day", "2025-01-08": "New Year Holidays", "2025-02-23": "Defender of the Fatherland Day", "2025-03-08": "International Women's Day", "2025-05-01": "Holiday of Spring and Labor", "2025-05-02": "Day off (substituted from 01/04/2025)", "2025-05-08": "Day off (substituted from 02/23/2025)", "2025-05-09": "Victory Day", "2025-06-12": "Russia Day", "2025-06-13": "Day off (substituted from 03/08/2025)", "2025-11-03": "Day off (substituted from 11/01/2025)", "2025-11-04": "Unity Day", "2025-12-31": "Day off (substituted from 01/05/2025)", "2026-01-01": "New Year Holidays", "2026-01-02": "New Year Holidays", "2026-01-03": "New Year Holidays", "2026-01-04": "New Year Holidays", "2026-01-05": "New Year Holidays", "2026-01-06": "New Year Holidays", "2026-01-07": "Christmas Day", "2026-01-08": "New Year Holidays", "2026-02-23": "Defender of the Fatherland Day", "2026-03-08": "International Women's Day", "2026-05-01": "Holiday of Spring and Labor", "2026-05-09": "Victory Day", "2026-06-12": "Russia Day", "2026-11-04": "Unity Day", "2027-01-01": "New Year Holidays", "2027-01-02": "New Year Holidays", "2027-01-03": "New Year Holidays", "2027-01-04": "New Year Holidays", "2027-01-05": "New Year Holidays", "2027-01-06": "New Year Holidays", "2027-01-07": "Christmas Day", "2027-01-08": "New Year Holidays", "2027-02-23": "Defender of the Fatherland Day", "2027-03-08": "International Women's Day", "2027-05-01": "Holiday of Spring and Labor", "2027-05-09": "Victory Day", "2027-06-12": "Russia Day", "2027-11-04": "Unity Day", "2028-01-01": "New Year Holidays", "2028-01-02": "New Year Holidays", "2028-01-03": "New Year Holidays", "2028-01-04": "New Year Holidays", "2028-01-05": "New Year Holidays", "2028-01-06": "New Year Holidays", "2028-01-07": "Christmas Day", "2028-01-08": "New Year Holidays", "2028-02-23": "Defender of the Fatherland Day", "2028-03-08": "International Women's Day", "2028-05-01": "Holiday of Spring and Labor", "2028-05-09": "Victory Day", "2028-06-12": "Russia Day", "2028-11-04": "Unity Day", "2029-01-01": "New Year Holidays", "2029-01-02": "New Year Holidays", "2029-01-03": "New Year Holidays", "2029-01-04": "New Year Holidays", "2029-01-05": "New Year Holidays", "2029-01-06": "New Year Holidays", "2029-01-07": "Christmas Day", "2029-01-08": "New Year Holidays", "2029-02-23": "Defender of the Fatherland Day", "2029-03-08": "International Women's Day", "2029-05-01": "Holiday of Spring and Labor", "2029-05-09": "Victory Day", "2029-06-12": "Russia Day", "2029-11-04": "Unity Day", "2030-01-01": "New Year Holidays", "2030-01-02": "New Year Holidays", "2030-01-03": "New Year Holidays", "2030-01-04": "New Year Holidays", "2030-01-05": "New Year Holidays", "2030-01-06": "New Year Holidays", "2030-01-07": "Christmas Day", "2030-01-08": "New Year Holidays", "2030-02-23": "Defender of the Fatherland Day", "2030-03-08": "International Women's Day", "2030-05-01": "Holiday of Spring and Labor", "2030-05-09": "Victory Day", "2030-06-12": "Russia Day", "2030-11-04": "Unity Day", "2031-01-01": "New Year Holidays", "2031-01-02": "New Year Holidays", "2031-01-03": "New Year Holidays", "2031-01-04": "New Year Holidays", "2031-01-05": "New Year Holidays", "2031-01-06": "New Year Holidays", "2031-01-07": "Christmas Day", "2031-01-08": "New Year Holidays", "2031-02-23": "Defender of the Fatherland Day", "2031-03-08": "International Women's Day", "2031-05-01": "Holiday of Spring and Labor", "2031-05-09": "Victory Day", "2031-06-12": "Russia Day", "2031-11-04": "Unity Day", "2032-01-01": "New Year Holidays", "2032-01-02": "New Year Holidays", "2032-01-03": "New Year Holidays", "2032-01-04": "New Year Holidays", "2032-01-05": "New Year Holidays", "2032-01-06": "New Year Holidays", "2032-01-07": "Christmas Day", "2032-01-08": "New Year Holidays", "2032-02-23": "Defender of the Fatherland Day", "2032-03-08": "International Women's Day", "2032-05-01": "Holiday of Spring and Labor", "2032-05-09": "Victory Day", "2032-06-12": "Russia Day", "2032-11-04": "Unity Day", "2033-01-01": "New Year Holidays", "2033-01-02": "New Year Holidays", "2033-01-03": "New Year Holidays", "2033-01-04": "New Year Holidays", "2033-01-05": "New Year Holidays", "2033-01-06": "New Year Holidays", "2033-01-07": "Christmas Day", "2033-01-08": "New Year Holidays", "2033-02-23": "Defender of the Fatherland Day", "2033-03-08": "International Women's Day", "2033-05-01": "Holiday of Spring and Labor", "2033-05-09": "Victory Day", "2033-06-12": "Russia Day", "2033-11-04": "Unity Day", "2034-01-01": "New Year Holidays", "2034-01-02": "New Year Holidays", "2034-01-03": "New Year Holidays", "2034-01-04": "New Year Holidays", "2034-01-05": "New Year Holidays", "2034-01-06": "New Year Holidays", "2034-01-07": "Christmas Day", "2034-01-08": "New Year Holidays", "2034-02-23": "Defender of the Fatherland Day", "2034-03-08": "International Women's Day", "2034-05-01": "Holiday of Spring and Labor", "2034-05-09": "Victory Day", "2034-06-12": "Russia Day", "2034-11-04": "Unity Day", "2035-01-01": "New Year Holidays", "2035-01-02": "New Year Holidays", "2035-01-03": "New Year Holidays", "2035-01-04": "New Year Holidays", "2035-01-05": "New Year Holidays", "2035-01-06": "New Year Holidays", "2035-01-07": "Christmas Day", "2035-01-08": "New Year Holidays", "2035-02-23": "Defender of the Fatherland Day", "2035-03-08": "International Women's Day", "2035-05-01": "Holiday of Spring and Labor", "2035-05-09": "Victory Day", "2035-06-12": "Russia Day", "2035-11-04": "Unity Day", "2036-01-01": "New Year Holidays", "2036-01-02": "New Year Holidays", "2036-01-03": "New Year Holidays", "2036-01-04": "New Year Holidays", "2036-01-05": "New Year Holidays", "2036-01-06": "New Year Holidays", "2036-01-07": "Christmas Day", "2036-01-08": "New Year Holidays", "2036-02-23": "Defender of the Fatherland Day", "2036-03-08": "International Women's Day", "2036-05-01": "Holiday of Spring and Labor", "2036-05-09": "Victory Day", "2036-06-12": "Russia Day", "2036-11-04": "Unity Day", "2037-01-01": "New Year Holidays", "2037-01-02": "New Year Holidays", "2037-01-03": "New Year Holidays", "2037-01-04": "New Year Holidays", "2037-01-05": "New Year Holidays", "2037-01-06": "New Year Holidays", "2037-01-07": "Christmas Day", "2037-01-08": "New Year Holidays", "2037-02-23": "Defender of the Fatherland Day", "2037-03-08": "International Women's Day", "2037-05-01": "Holiday of Spring and Labor", "2037-05-09": "Victory Day", "2037-06-12": "Russia Day", "2037-11-04": "Unity Day", "2038-01-01": "New Year Holidays", "2038-01-02": "New Year Holidays", "2038-01-03": "New Year Holidays", "2038-01-04": "New Year Holidays", "2038-01-05": "New Year Holidays", "2038-01-06": "New Year Holidays", "2038-01-07": "Christmas Day", "2038-01-08": "New Year Holidays", "2038-02-23": "Defender of the Fatherland Day", "2038-03-08": "International Women's Day", "2038-05-01": "Holiday of Spring and Labor", "2038-05-09": "Victory Day", "2038-06-12": "Russia Day", "2038-11-04": "Unity Day", "2039-01-01": "New Year Holidays", "2039-01-02": "New Year Holidays", "2039-01-03": "New Year Holidays", "2039-01-04": "New Year Holidays", "2039-01-05": "New Year Holidays", "2039-01-06": "New Year Holidays", "2039-01-07": "Christmas Day", "2039-01-08": "New Year Holidays", "2039-02-23": "Defender of the Fatherland Day", "2039-03-08": "International Women's Day", "2039-05-01": "Holiday of Spring and Labor", "2039-05-09": "Victory Day", "2039-06-12": "Russia Day", "2039-11-04": "Unity Day", "2040-01-01": "New Year Holidays", "2040-01-02": "New Year Holidays", "2040-01-03": "New Year Holidays", "2040-01-04": "New Year Holidays", "2040-01-05": "New Year Holidays", "2040-01-06": "New Year Holidays", "2040-01-07": "Christmas Day", "2040-01-08": "New Year Holidays", "2040-02-23": "Defender of the Fatherland Day", "2040-03-08": "International Women's Day", "2040-05-01": "Holiday of Spring and Labor", "2040-05-09": "Victory Day", "2040-06-12": "Russia Day", "2040-11-04": "Unity Day", "2041-01-01": "New Year Holidays", "2041-01-02": "New Year Holidays", "2041-01-03": "New Year Holidays", "2041-01-04": "New Year Holidays", "2041-01-05": "New Year Holidays", "2041-01-06": "New Year Holidays", "2041-01-07": "Christmas Day", "2041-01-08": "New Year Holidays", "2041-02-23": "Defender of the Fatherland Day", "2041-03-08": "International Women's Day", "2041-05-01": "Holiday of Spring and Labor", "2041-05-09": "Victory Day", "2041-06-12": "Russia Day", "2041-11-04": "Unity Day", "2042-01-01": "New Year Holidays", "2042-01-02": "New Year Holidays", "2042-01-03": "New Year Holidays", "2042-01-04": "New Year Holidays", "2042-01-05": "New Year Holidays", "2042-01-06": "New Year Holidays", "2042-01-07": "Christmas Day", "2042-01-08": "New Year Holidays", "2042-02-23": "Defender of the Fatherland Day", "2042-03-08": "International Women's Day", "2042-05-01": "Holiday of Spring and Labor", "2042-05-09": "Victory Day", "2042-06-12": "Russia Day", "2042-11-04": "Unity Day", "2043-01-01": "New Year Holidays", "2043-01-02": "New Year Holidays", "2043-01-03": "New Year Holidays", "2043-01-04": "New Year Holidays", "2043-01-05": "New Year Holidays", "2043-01-06": "New Year Holidays", "2043-01-07": "Christmas Day", "2043-01-08": "New Year Holidays", "2043-02-23": "Defender of the Fatherland Day", "2043-03-08": "International Women's Day", "2043-05-01": "Holiday of Spring and Labor", "2043-05-09": "Victory Day", "2043-06-12": "Russia Day", "2043-11-04": "Unity Day", "2044-01-01": "New Year Holidays", "2044-01-02": "New Year Holidays", "2044-01-03": "New Year Holidays", "2044-01-04": "New Year Holidays", "2044-01-05": "New Year Holidays", "2044-01-06": "New Year Holidays", "2044-01-07": "Christmas Day", "2044-01-08": "New Year Holidays", "2044-02-23": "Defender of the Fatherland Day", "2044-03-08": "International Women's Day", "2044-05-01": "Holiday of Spring and Labor", "2044-05-09": "Victory Day", "2044-06-12": "Russia Day", "2044-11-04": "Unity Day", "2045-01-01": "New Year Holidays", "2045-01-02": "New Year Holidays", "2045-01-03": "New Year Holidays", "2045-01-04": "New Year Holidays", "2045-01-05": "New Year Holidays", "2045-01-06": "New Year Holidays", "2045-01-07": "Christmas Day", "2045-01-08": "New Year Holidays", "2045-02-23": "Defender of the Fatherland Day", "2045-03-08": "International Women's Day", "2045-05-01": "Holiday of Spring and Labor", "2045-05-09": "Victory Day", "2045-06-12": "Russia Day", "2045-11-04": "Unity Day", "2046-01-01": "New Year Holidays", "2046-01-02": "New Year Holidays", "2046-01-03": "New Year Holidays", "2046-01-04": "New Year Holidays", "2046-01-05": "New Year Holidays", "2046-01-06": "New Year Holidays", "2046-01-07": "Christmas Day", "2046-01-08": "New Year Holidays", "2046-02-23": "Defender of the Fatherland Day", "2046-03-08": "International Women's Day", "2046-05-01": "Holiday of Spring and Labor", "2046-05-09": "Victory Day", "2046-06-12": "Russia Day", "2046-11-04": "Unity Day", "2047-01-01": "New Year Holidays", "2047-01-02": "New Year Holidays", "2047-01-03": "New Year Holidays", "2047-01-04": "New Year Holidays", "2047-01-05": "New Year Holidays", "2047-01-06": "New Year Holidays", "2047-01-07": "Christmas Day", "2047-01-08": "New Year Holidays", "2047-02-23": "Defender of the Fatherland Day", "2047-03-08": "International Women's Day", "2047-05-01": "Holiday of Spring and Labor", "2047-05-09": "Victory Day", "2047-06-12": "Russia Day", "2047-11-04": "Unity Day", "2048-01-01": "New Year Holidays", "2048-01-02": "New Year Holidays", "2048-01-03": "New Year Holidays", "2048-01-04": "New Year Holidays", "2048-01-05": "New Year Holidays", "2048-01-06": "New Year Holidays", "2048-01-07": "Christmas Day", "2048-01-08": "New Year Holidays", "2048-02-23": "Defender of the Fatherland Day", "2048-03-08": "International Women's Day", "2048-05-01": "Holiday of Spring and Labor", "2048-05-09": "Victory Day", "2048-06-12": "Russia Day", "2048-11-04": "Unity Day", "2049-01-01": "New Year Holidays", "2049-01-02": "New Year Holidays", "2049-01-03": "New Year Holidays", "2049-01-04": "New Year Holidays", "2049-01-05": "New Year Holidays", "2049-01-06": "New Year Holidays", "2049-01-07": "Christmas Day", "2049-01-08": "New Year Holidays", "2049-02-23": "Defender of the Fatherland Day", "2049-03-08": "International Women's Day", "2049-05-01": "Holiday of Spring and Labor", "2049-05-09": "Victory Day", "2049-06-12": "Russia Day", "2049-11-04": "Unity Day", "2050-01-01": "New Year Holidays", "2050-01-02": "New Year Holidays", "2050-01-03": "New Year Holidays", "2050-01-04": "New Year Holidays", "2050-01-05": "New Year Holidays", "2050-01-06": "New Year Holidays", "2050-01-07": "Christmas Day", "2050-01-08": "New Year Holidays", "2050-02-23": "Defender of the Fatherland Day", "2050-03-08": "International Women's Day", "2050-05-01": "Holiday of Spring and Labor", "2050-05-09": "Victory Day", "2050-06-12": "Russia Day", "2050-11-04": "Unity Day" } holidays-0.71/snapshots/countries/SA_COMMON.json000066400000000000000000001711511500152103600215570ustar00rootroot00000000000000{ "1950-07-16": "Eid al-Fitr Holiday (estimated)", "1950-07-17": "Eid al-Fitr Holiday (estimated)", "1950-07-18": "Eid al-Fitr Holiday (estimated)", "1950-07-19": "Eid al-Fitr Holiday (estimated)", "1950-09-22": "Arafat Day (estimated)", "1950-09-23": "Eid al-Adha Holiday (estimated)", "1950-09-24": "Eid al-Adha Holiday (estimated)", "1950-09-25": "Eid al-Adha Holiday (estimated)", "1950-09-26": "Eid al-Adha Holiday (observed, estimated)", "1951-07-06": "Eid al-Fitr Holiday (estimated)", "1951-07-07": "Eid al-Fitr Holiday (estimated)", "1951-07-08": "Eid al-Fitr Holiday (estimated)", "1951-07-09": "Eid al-Fitr Holiday (estimated)", "1951-07-10": "Eid al-Fitr Holiday (observed, estimated)", "1951-09-11": "Arafat Day (estimated)", "1951-09-12": "Eid al-Adha Holiday (estimated)", "1951-09-13": "Eid al-Adha Holiday (estimated)", "1951-09-14": "Eid al-Adha Holiday (estimated)", "1951-09-15": "Eid al-Adha Holiday (observed, estimated)", "1951-09-16": "Eid al-Adha Holiday (observed, estimated)", "1952-06-23": "Eid al-Fitr Holiday (estimated)", "1952-06-24": "Eid al-Fitr Holiday (estimated)", "1952-06-25": "Eid al-Fitr Holiday (estimated)", "1952-06-26": "Eid al-Fitr Holiday (estimated)", "1952-06-28": "Eid al-Fitr Holiday (observed, estimated)", "1952-08-30": "Arafat Day (estimated)", "1952-08-31": "Eid al-Adha Holiday (estimated)", "1952-09-01": "Eid al-Adha Holiday (estimated)", "1952-09-02": "Eid al-Adha Holiday (estimated)", "1953-06-13": "Eid al-Fitr Holiday (estimated)", "1953-06-14": "Eid al-Fitr Holiday (estimated)", "1953-06-15": "Eid al-Fitr Holiday (estimated)", "1953-06-16": "Eid al-Fitr Holiday (estimated)", "1953-08-19": "Arafat Day (estimated)", "1953-08-20": "Eid al-Adha Holiday (estimated)", "1953-08-21": "Eid al-Adha Holiday (estimated)", "1953-08-22": "Eid al-Adha Holiday (estimated)", "1953-08-23": "Eid al-Adha Holiday (observed, estimated)", "1953-08-24": "Eid al-Adha Holiday (observed, estimated)", "1954-06-02": "Eid al-Fitr Holiday (estimated)", "1954-06-03": "Eid al-Fitr Holiday (estimated)", "1954-06-04": "Eid al-Fitr Holiday (estimated)", "1954-06-05": "Eid al-Fitr Holiday (estimated)", "1954-06-06": "Eid al-Fitr Holiday (observed, estimated)", "1954-06-07": "Eid al-Fitr Holiday (observed, estimated)", "1954-08-08": "Arafat Day (estimated)", "1954-08-09": "Eid al-Adha Holiday (estimated)", "1954-08-10": "Eid al-Adha Holiday (estimated)", "1954-08-11": "Eid al-Adha Holiday (estimated)", "1955-05-23": "Eid al-Fitr Holiday (estimated)", "1955-05-24": "Eid al-Fitr Holiday (estimated)", "1955-05-25": "Eid al-Fitr Holiday (estimated)", "1955-05-26": "Eid al-Fitr Holiday (estimated)", "1955-05-28": "Eid al-Fitr Holiday (observed, estimated)", "1955-07-29": "Arafat Day (estimated)", "1955-07-30": "Eid al-Adha Holiday (estimated)", "1955-07-31": "Eid al-Adha Holiday (estimated)", "1955-08-01": "Eid al-Adha Holiday (estimated)", "1955-08-02": "Eid al-Adha Holiday (observed, estimated)", "1956-05-11": "Eid al-Fitr Holiday (estimated)", "1956-05-12": "Eid al-Fitr Holiday (estimated)", "1956-05-13": "Eid al-Fitr Holiday (estimated)", "1956-05-14": "Eid al-Fitr Holiday (estimated)", "1956-05-15": "Eid al-Fitr Holiday (observed, estimated)", "1956-07-18": "Arafat Day (estimated)", "1956-07-19": "Eid al-Adha Holiday (estimated)", "1956-07-20": "Eid al-Adha Holiday (estimated)", "1956-07-21": "Eid al-Adha Holiday (estimated)", "1956-07-22": "Eid al-Adha Holiday (observed, estimated)", "1956-07-23": "Eid al-Adha Holiday (observed, estimated)", "1957-05-01": "Eid al-Fitr Holiday (estimated)", "1957-05-02": "Eid al-Fitr Holiday (estimated)", "1957-05-03": "Eid al-Fitr Holiday (estimated)", "1957-05-04": "Eid al-Fitr Holiday (estimated)", "1957-05-05": "Eid al-Fitr Holiday (observed, estimated)", "1957-05-06": "Eid al-Fitr Holiday (observed, estimated)", "1957-07-07": "Arafat Day (estimated)", "1957-07-08": "Eid al-Adha Holiday (estimated)", "1957-07-09": "Eid al-Adha Holiday (estimated)", "1957-07-10": "Eid al-Adha Holiday (estimated)", "1958-04-20": "Eid al-Fitr Holiday (estimated)", "1958-04-21": "Eid al-Fitr Holiday (estimated)", "1958-04-22": "Eid al-Fitr Holiday (estimated)", "1958-04-23": "Eid al-Fitr Holiday (estimated)", "1958-06-26": "Arafat Day (estimated)", "1958-06-27": "Eid al-Adha Holiday (estimated)", "1958-06-28": "Eid al-Adha Holiday (estimated)", "1958-06-29": "Eid al-Adha Holiday (estimated)", "1958-06-30": "Eid al-Adha Holiday (observed, estimated)", "1958-07-01": "Eid al-Adha Holiday (observed, estimated)", "1959-04-10": "Eid al-Fitr Holiday (estimated)", "1959-04-11": "Eid al-Fitr Holiday (estimated)", "1959-04-12": "Eid al-Fitr Holiday (estimated)", "1959-04-13": "Eid al-Fitr Holiday (estimated)", "1959-04-14": "Eid al-Fitr Holiday (observed, estimated)", "1959-06-16": "Arafat Day (estimated)", "1959-06-17": "Eid al-Adha Holiday (estimated)", "1959-06-18": "Eid al-Adha Holiday (estimated)", "1959-06-19": "Eid al-Adha Holiday (estimated)", "1959-06-20": "Eid al-Adha Holiday (observed, estimated)", "1959-06-21": "Eid al-Adha Holiday (observed, estimated)", "1960-03-28": "Eid al-Fitr Holiday (estimated)", "1960-03-29": "Eid al-Fitr Holiday (estimated)", "1960-03-30": "Eid al-Fitr Holiday (estimated)", "1960-03-31": "Eid al-Fitr Holiday (estimated)", "1960-04-02": "Eid al-Fitr Holiday (observed, estimated)", "1960-06-03": "Arafat Day (estimated)", "1960-06-04": "Eid al-Adha Holiday (estimated)", "1960-06-05": "Eid al-Adha Holiday (estimated)", "1960-06-06": "Eid al-Adha Holiday (estimated)", "1960-06-07": "Eid al-Adha Holiday (observed, estimated)", "1961-03-18": "Eid al-Fitr Holiday (estimated)", "1961-03-19": "Eid al-Fitr Holiday (estimated)", "1961-03-20": "Eid al-Fitr Holiday (estimated)", "1961-03-21": "Eid al-Fitr Holiday (estimated)", "1961-05-24": "Arafat Day (estimated)", "1961-05-25": "Eid al-Adha Holiday (estimated)", "1961-05-26": "Eid al-Adha Holiday (estimated)", "1961-05-27": "Eid al-Adha Holiday (estimated)", "1961-05-28": "Eid al-Adha Holiday (observed, estimated)", "1961-05-29": "Eid al-Adha Holiday (observed, estimated)", "1962-03-07": "Eid al-Fitr Holiday (estimated)", "1962-03-08": "Eid al-Fitr Holiday (estimated)", "1962-03-09": "Eid al-Fitr Holiday (estimated)", "1962-03-10": "Eid al-Fitr Holiday (estimated)", "1962-03-11": "Eid al-Fitr Holiday (observed, estimated)", "1962-03-12": "Eid al-Fitr Holiday (observed, estimated)", "1962-05-13": "Arafat Day (estimated)", "1962-05-14": "Eid al-Adha Holiday (estimated)", "1962-05-15": "Eid al-Adha Holiday (estimated)", "1962-05-16": "Eid al-Adha Holiday (estimated)", "1963-02-24": "Eid al-Fitr Holiday (estimated)", "1963-02-25": "Eid al-Fitr Holiday (estimated)", "1963-02-26": "Eid al-Fitr Holiday (estimated)", "1963-02-27": "Eid al-Fitr Holiday (estimated)", "1963-05-02": "Arafat Day (estimated)", "1963-05-03": "Eid al-Adha Holiday (estimated)", "1963-05-04": "Eid al-Adha Holiday (estimated)", "1963-05-05": "Eid al-Adha Holiday (estimated)", "1963-05-06": "Eid al-Adha Holiday (observed, estimated)", "1963-05-07": "Eid al-Adha Holiday (observed, estimated)", "1964-02-14": "Eid al-Fitr Holiday (estimated)", "1964-02-15": "Eid al-Fitr Holiday (estimated)", "1964-02-16": "Eid al-Fitr Holiday (estimated)", "1964-02-17": "Eid al-Fitr Holiday (estimated)", "1964-02-18": "Eid al-Fitr Holiday (observed, estimated)", "1964-04-21": "Arafat Day (estimated)", "1964-04-22": "Eid al-Adha Holiday (estimated)", "1964-04-23": "Eid al-Adha Holiday (estimated)", "1964-04-24": "Eid al-Adha Holiday (estimated)", "1964-04-25": "Eid al-Adha Holiday (observed, estimated)", "1964-04-26": "Eid al-Adha Holiday (observed, estimated)", "1965-02-02": "Eid al-Fitr Holiday (estimated)", "1965-02-03": "Eid al-Fitr Holiday (estimated)", "1965-02-04": "Eid al-Fitr Holiday (estimated)", "1965-02-05": "Eid al-Fitr Holiday (estimated)", "1965-02-06": "Eid al-Fitr Holiday (observed, estimated)", "1965-02-07": "Eid al-Fitr Holiday (observed, estimated)", "1965-04-10": "Arafat Day (estimated)", "1965-04-11": "Eid al-Adha Holiday (estimated)", "1965-04-12": "Eid al-Adha Holiday (estimated)", "1965-04-13": "Eid al-Adha Holiday (estimated)", "1966-01-22": "Eid al-Fitr Holiday (estimated)", "1966-01-23": "Eid al-Fitr Holiday (estimated)", "1966-01-24": "Eid al-Fitr Holiday (estimated)", "1966-01-25": "Eid al-Fitr Holiday (estimated)", "1966-03-31": "Arafat Day (estimated)", "1966-04-01": "Eid al-Adha Holiday (estimated)", "1966-04-02": "Eid al-Adha Holiday (estimated)", "1966-04-03": "Eid al-Adha Holiday (estimated)", "1966-04-04": "Eid al-Adha Holiday (observed, estimated)", "1966-04-05": "Eid al-Adha Holiday (observed, estimated)", "1967-01-12": "Eid al-Fitr Holiday (estimated)", "1967-01-13": "Eid al-Fitr Holiday (estimated)", "1967-01-14": "Eid al-Fitr Holiday (estimated)", "1967-01-15": "Eid al-Fitr Holiday (estimated)", "1967-01-16": "Eid al-Fitr Holiday (observed, estimated)", "1967-01-17": "Eid al-Fitr Holiday (observed, estimated)", "1967-03-20": "Arafat Day (estimated)", "1967-03-21": "Eid al-Adha Holiday (estimated)", "1967-03-22": "Eid al-Adha Holiday (estimated)", "1967-03-23": "Eid al-Adha Holiday (estimated)", "1967-03-25": "Eid al-Adha Holiday (observed, estimated)", "1968-01-01": "Eid al-Fitr Holiday (estimated)", "1968-01-02": "Eid al-Fitr Holiday (estimated)", "1968-01-03": "Eid al-Fitr Holiday (estimated)", "1968-01-04": "Eid al-Fitr Holiday (estimated)", "1968-01-06": "Eid al-Fitr Holiday (observed, estimated)", "1968-03-08": "Arafat Day (estimated)", "1968-03-09": "Eid al-Adha Holiday (estimated)", "1968-03-10": "Eid al-Adha Holiday (estimated)", "1968-03-11": "Eid al-Adha Holiday (estimated)", "1968-03-12": "Eid al-Adha Holiday (observed, estimated)", "1968-12-21": "Eid al-Fitr Holiday (estimated)", "1968-12-22": "Eid al-Fitr Holiday (estimated)", "1968-12-23": "Eid al-Fitr Holiday (estimated)", "1968-12-24": "Eid al-Fitr Holiday (estimated)", "1969-02-26": "Arafat Day (estimated)", "1969-02-27": "Eid al-Adha Holiday (estimated)", "1969-02-28": "Eid al-Adha Holiday (estimated)", "1969-03-01": "Eid al-Adha Holiday (estimated)", "1969-03-02": "Eid al-Adha Holiday (observed, estimated)", "1969-03-03": "Eid al-Adha Holiday (observed, estimated)", "1969-12-10": "Eid al-Fitr Holiday (estimated)", "1969-12-11": "Eid al-Fitr Holiday (estimated)", "1969-12-12": "Eid al-Fitr Holiday (estimated)", "1969-12-13": "Eid al-Fitr Holiday (estimated)", "1969-12-14": "Eid al-Fitr Holiday (observed, estimated)", "1969-12-15": "Eid al-Fitr Holiday (observed, estimated)", "1970-02-15": "Arafat Day (estimated)", "1970-02-16": "Eid al-Adha Holiday (estimated)", "1970-02-17": "Eid al-Adha Holiday (estimated)", "1970-02-18": "Eid al-Adha Holiday (estimated)", "1970-11-30": "Eid al-Fitr Holiday (estimated)", "1970-12-01": "Eid al-Fitr Holiday (estimated)", "1970-12-02": "Eid al-Fitr Holiday (estimated)", "1970-12-03": "Eid al-Fitr Holiday (estimated)", "1970-12-05": "Eid al-Fitr Holiday (observed, estimated)", "1971-02-05": "Arafat Day (estimated)", "1971-02-06": "Eid al-Adha Holiday (estimated)", "1971-02-07": "Eid al-Adha Holiday (estimated)", "1971-02-08": "Eid al-Adha Holiday (estimated)", "1971-02-09": "Eid al-Adha Holiday (observed, estimated)", "1971-11-19": "Eid al-Fitr Holiday (estimated)", "1971-11-20": "Eid al-Fitr Holiday (estimated)", "1971-11-21": "Eid al-Fitr Holiday (estimated)", "1971-11-22": "Eid al-Fitr Holiday (estimated)", "1971-11-23": "Eid al-Fitr Holiday (observed, estimated)", "1972-01-25": "Arafat Day (estimated)", "1972-01-26": "Eid al-Adha Holiday (estimated)", "1972-01-27": "Eid al-Adha Holiday (estimated)", "1972-01-28": "Eid al-Adha Holiday (estimated)", "1972-01-29": "Eid al-Adha Holiday (observed, estimated)", "1972-01-30": "Eid al-Adha Holiday (observed, estimated)", "1972-11-07": "Eid al-Fitr Holiday (estimated)", "1972-11-08": "Eid al-Fitr Holiday (estimated)", "1972-11-09": "Eid al-Fitr Holiday (estimated)", "1972-11-10": "Eid al-Fitr Holiday (estimated)", "1972-11-11": "Eid al-Fitr Holiday (observed, estimated)", "1972-11-12": "Eid al-Fitr Holiday (observed, estimated)", "1973-01-13": "Arafat Day (estimated)", "1973-01-14": "Eid al-Adha Holiday (estimated)", "1973-01-15": "Eid al-Adha Holiday (estimated)", "1973-01-16": "Eid al-Adha Holiday (estimated)", "1973-10-27": "Eid al-Fitr Holiday (estimated)", "1973-10-28": "Eid al-Fitr Holiday (estimated)", "1973-10-29": "Eid al-Fitr Holiday (estimated)", "1973-10-30": "Eid al-Fitr Holiday (estimated)", "1974-01-02": "Arafat Day (estimated)", "1974-01-03": "Eid al-Adha Holiday (estimated)", "1974-01-04": "Eid al-Adha Holiday (estimated)", "1974-01-05": "Eid al-Adha Holiday (estimated)", "1974-01-06": "Eid al-Adha Holiday (observed, estimated)", "1974-01-07": "Eid al-Adha Holiday (observed, estimated)", "1974-10-16": "Eid al-Fitr Holiday (estimated)", "1974-10-17": "Eid al-Fitr Holiday (estimated)", "1974-10-18": "Eid al-Fitr Holiday (estimated)", "1974-10-19": "Eid al-Fitr Holiday (estimated)", "1974-10-20": "Eid al-Fitr Holiday (observed, estimated)", "1974-10-21": "Eid al-Fitr Holiday (observed, estimated)", "1974-12-23": "Arafat Day (estimated)", "1974-12-24": "Eid al-Adha Holiday (estimated)", "1974-12-25": "Eid al-Adha Holiday (estimated)", "1974-12-26": "Eid al-Adha Holiday (estimated)", "1974-12-28": "Eid al-Adha Holiday (observed, estimated)", "1975-10-06": "Eid al-Fitr Holiday (estimated)", "1975-10-07": "Eid al-Fitr Holiday (estimated)", "1975-10-08": "Eid al-Fitr Holiday (estimated)", "1975-10-09": "Eid al-Fitr Holiday (estimated)", "1975-10-11": "Eid al-Fitr Holiday (observed, estimated)", "1975-12-12": "Arafat Day (estimated)", "1975-12-13": "Eid al-Adha Holiday (estimated)", "1975-12-14": "Eid al-Adha Holiday (estimated)", "1975-12-15": "Eid al-Adha Holiday (estimated)", "1975-12-16": "Eid al-Adha Holiday (observed, estimated)", "1976-09-24": "Eid al-Fitr Holiday (estimated)", "1976-09-25": "Eid al-Fitr Holiday (estimated)", "1976-09-26": "Eid al-Fitr Holiday (estimated)", "1976-09-27": "Eid al-Fitr Holiday (estimated)", "1976-09-28": "Eid al-Fitr Holiday (observed, estimated)", "1976-11-30": "Arafat Day (estimated)", "1976-12-01": "Eid al-Adha Holiday (estimated)", "1976-12-02": "Eid al-Adha Holiday (estimated)", "1976-12-03": "Eid al-Adha Holiday (estimated)", "1976-12-04": "Eid al-Adha Holiday (observed, estimated)", "1976-12-05": "Eid al-Adha Holiday (observed, estimated)", "1977-09-14": "Eid al-Fitr Holiday (estimated)", "1977-09-15": "Eid al-Fitr Holiday (estimated)", "1977-09-16": "Eid al-Fitr Holiday (estimated)", "1977-09-17": "Eid al-Fitr Holiday (estimated)", "1977-09-18": "Eid al-Fitr Holiday (observed, estimated)", "1977-09-19": "Eid al-Fitr Holiday (observed, estimated)", "1977-11-20": "Arafat Day (estimated)", "1977-11-21": "Eid al-Adha Holiday (estimated)", "1977-11-22": "Eid al-Adha Holiday (estimated)", "1977-11-23": "Eid al-Adha Holiday (estimated)", "1978-09-03": "Eid al-Fitr Holiday (estimated)", "1978-09-04": "Eid al-Fitr Holiday (estimated)", "1978-09-05": "Eid al-Fitr Holiday (estimated)", "1978-09-06": "Eid al-Fitr Holiday (estimated)", "1978-11-09": "Arafat Day (estimated)", "1978-11-10": "Eid al-Adha Holiday (estimated)", "1978-11-11": "Eid al-Adha Holiday (estimated)", "1978-11-12": "Eid al-Adha Holiday (estimated)", "1978-11-13": "Eid al-Adha Holiday (observed, estimated)", "1978-11-14": "Eid al-Adha Holiday (observed, estimated)", "1979-08-23": "Eid al-Fitr Holiday (estimated)", "1979-08-24": "Eid al-Fitr Holiday (estimated)", "1979-08-25": "Eid al-Fitr Holiday (estimated)", "1979-08-26": "Eid al-Fitr Holiday (estimated)", "1979-08-27": "Eid al-Fitr Holiday (observed, estimated)", "1979-08-28": "Eid al-Fitr Holiday (observed, estimated)", "1979-10-30": "Arafat Day (estimated)", "1979-10-31": "Eid al-Adha Holiday (estimated)", "1979-11-01": "Eid al-Adha Holiday (estimated)", "1979-11-02": "Eid al-Adha Holiday (estimated)", "1979-11-03": "Eid al-Adha Holiday (observed, estimated)", "1979-11-04": "Eid al-Adha Holiday (observed, estimated)", "1980-08-12": "Eid al-Fitr Holiday (estimated)", "1980-08-13": "Eid al-Fitr Holiday (estimated)", "1980-08-14": "Eid al-Fitr Holiday (estimated)", "1980-08-15": "Eid al-Fitr Holiday (estimated)", "1980-08-16": "Eid al-Fitr Holiday (observed, estimated)", "1980-08-17": "Eid al-Fitr Holiday (observed, estimated)", "1980-10-18": "Arafat Day (estimated)", "1980-10-19": "Eid al-Adha Holiday (estimated)", "1980-10-20": "Eid al-Adha Holiday (estimated)", "1980-10-21": "Eid al-Adha Holiday (estimated)", "1981-08-01": "Eid al-Fitr Holiday (estimated)", "1981-08-02": "Eid al-Fitr Holiday (estimated)", "1981-08-03": "Eid al-Fitr Holiday (estimated)", "1981-08-04": "Eid al-Fitr Holiday (estimated)", "1981-10-07": "Arafat Day (estimated)", "1981-10-08": "Eid al-Adha Holiday (estimated)", "1981-10-09": "Eid al-Adha Holiday (estimated)", "1981-10-10": "Eid al-Adha Holiday (estimated)", "1981-10-11": "Eid al-Adha Holiday (observed, estimated)", "1981-10-12": "Eid al-Adha Holiday (observed, estimated)", "1982-07-21": "Eid al-Fitr Holiday (estimated)", "1982-07-22": "Eid al-Fitr Holiday (estimated)", "1982-07-23": "Eid al-Fitr Holiday (estimated)", "1982-07-24": "Eid al-Fitr Holiday (estimated)", "1982-07-25": "Eid al-Fitr Holiday (observed, estimated)", "1982-07-26": "Eid al-Fitr Holiday (observed, estimated)", "1982-09-26": "Arafat Day (estimated)", "1982-09-27": "Eid al-Adha Holiday (estimated)", "1982-09-28": "Eid al-Adha Holiday (estimated)", "1982-09-29": "Eid al-Adha Holiday (estimated)", "1983-07-11": "Eid al-Fitr Holiday (estimated)", "1983-07-12": "Eid al-Fitr Holiday (estimated)", "1983-07-13": "Eid al-Fitr Holiday (estimated)", "1983-07-14": "Eid al-Fitr Holiday (estimated)", "1983-07-16": "Eid al-Fitr Holiday (observed, estimated)", "1983-09-16": "Arafat Day (estimated)", "1983-09-17": "Eid al-Adha Holiday (estimated)", "1983-09-18": "Eid al-Adha Holiday (estimated)", "1983-09-19": "Eid al-Adha Holiday (estimated)", "1983-09-20": "Eid al-Adha Holiday (observed, estimated)", "1984-06-30": "Eid al-Fitr Holiday (estimated)", "1984-07-01": "Eid al-Fitr Holiday (estimated)", "1984-07-02": "Eid al-Fitr Holiday (estimated)", "1984-07-03": "Eid al-Fitr Holiday (estimated)", "1984-09-04": "Arafat Day (estimated)", "1984-09-05": "Eid al-Adha Holiday (estimated)", "1984-09-06": "Eid al-Adha Holiday (estimated)", "1984-09-07": "Eid al-Adha Holiday (estimated)", "1984-09-08": "Eid al-Adha Holiday (observed, estimated)", "1984-09-09": "Eid al-Adha Holiday (observed, estimated)", "1985-06-19": "Eid al-Fitr Holiday (estimated)", "1985-06-20": "Eid al-Fitr Holiday (estimated)", "1985-06-21": "Eid al-Fitr Holiday (estimated)", "1985-06-22": "Eid al-Fitr Holiday (estimated)", "1985-06-23": "Eid al-Fitr Holiday (observed, estimated)", "1985-06-24": "Eid al-Fitr Holiday (observed, estimated)", "1985-08-25": "Arafat Day (estimated)", "1985-08-26": "Eid al-Adha Holiday (estimated)", "1985-08-27": "Eid al-Adha Holiday (estimated)", "1985-08-28": "Eid al-Adha Holiday (estimated)", "1986-06-08": "Eid al-Fitr Holiday (estimated)", "1986-06-09": "Eid al-Fitr Holiday (estimated)", "1986-06-10": "Eid al-Fitr Holiday (estimated)", "1986-06-11": "Eid al-Fitr Holiday (estimated)", "1986-08-14": "Arafat Day (estimated)", "1986-08-15": "Eid al-Adha Holiday (estimated)", "1986-08-16": "Eid al-Adha Holiday (estimated)", "1986-08-17": "Eid al-Adha Holiday (estimated)", "1986-08-18": "Eid al-Adha Holiday (observed, estimated)", "1986-08-19": "Eid al-Adha Holiday (observed, estimated)", "1987-05-28": "Eid al-Fitr Holiday (estimated)", "1987-05-29": "Eid al-Fitr Holiday (estimated)", "1987-05-30": "Eid al-Fitr Holiday (estimated)", "1987-05-31": "Eid al-Fitr Holiday (estimated)", "1987-06-01": "Eid al-Fitr Holiday (observed, estimated)", "1987-06-02": "Eid al-Fitr Holiday (observed, estimated)", "1987-08-03": "Arafat Day (estimated)", "1987-08-04": "Eid al-Adha Holiday (estimated)", "1987-08-05": "Eid al-Adha Holiday (estimated)", "1987-08-06": "Eid al-Adha Holiday (estimated)", "1987-08-08": "Eid al-Adha Holiday (observed, estimated)", "1988-05-16": "Eid al-Fitr Holiday (estimated)", "1988-05-17": "Eid al-Fitr Holiday (estimated)", "1988-05-18": "Eid al-Fitr Holiday (estimated)", "1988-05-19": "Eid al-Fitr Holiday (estimated)", "1988-05-21": "Eid al-Fitr Holiday (observed, estimated)", "1988-07-22": "Arafat Day (estimated)", "1988-07-23": "Eid al-Adha Holiday (estimated)", "1988-07-24": "Eid al-Adha Holiday (estimated)", "1988-07-25": "Eid al-Adha Holiday (estimated)", "1988-07-26": "Eid al-Adha Holiday (observed, estimated)", "1989-05-06": "Eid al-Fitr Holiday (estimated)", "1989-05-07": "Eid al-Fitr Holiday (estimated)", "1989-05-08": "Eid al-Fitr Holiday (estimated)", "1989-05-09": "Eid al-Fitr Holiday (estimated)", "1989-07-12": "Arafat Day (estimated)", "1989-07-13": "Eid al-Adha Holiday (estimated)", "1989-07-14": "Eid al-Adha Holiday (estimated)", "1989-07-15": "Eid al-Adha Holiday (estimated)", "1989-07-16": "Eid al-Adha Holiday (observed, estimated)", "1989-07-17": "Eid al-Adha Holiday (observed, estimated)", "1990-04-26": "Eid al-Fitr Holiday (estimated)", "1990-04-27": "Eid al-Fitr Holiday (estimated)", "1990-04-28": "Eid al-Fitr Holiday (estimated)", "1990-04-29": "Eid al-Fitr Holiday (estimated)", "1990-04-30": "Eid al-Fitr Holiday (observed, estimated)", "1990-05-01": "Eid al-Fitr Holiday (observed, estimated)", "1990-07-01": "Arafat Day (estimated)", "1990-07-02": "Eid al-Adha Holiday (estimated)", "1990-07-03": "Eid al-Adha Holiday (estimated)", "1990-07-04": "Eid al-Adha Holiday (estimated)", "1991-04-15": "Eid al-Fitr Holiday (estimated)", "1991-04-16": "Eid al-Fitr Holiday (estimated)", "1991-04-17": "Eid al-Fitr Holiday (estimated)", "1991-04-18": "Eid al-Fitr Holiday (estimated)", "1991-04-20": "Eid al-Fitr Holiday (observed, estimated)", "1991-06-21": "Arafat Day (estimated)", "1991-06-22": "Eid al-Adha Holiday (estimated)", "1991-06-23": "Eid al-Adha Holiday (estimated)", "1991-06-24": "Eid al-Adha Holiday (estimated)", "1991-06-25": "Eid al-Adha Holiday (observed, estimated)", "1992-04-04": "Eid al-Fitr Holiday (estimated)", "1992-04-05": "Eid al-Fitr Holiday (estimated)", "1992-04-06": "Eid al-Fitr Holiday (estimated)", "1992-04-07": "Eid al-Fitr Holiday (estimated)", "1992-06-10": "Arafat Day (estimated)", "1992-06-11": "Eid al-Adha Holiday (estimated)", "1992-06-12": "Eid al-Adha Holiday (estimated)", "1992-06-13": "Eid al-Adha Holiday (estimated)", "1992-06-14": "Eid al-Adha Holiday (observed, estimated)", "1992-06-15": "Eid al-Adha Holiday (observed, estimated)", "1993-03-24": "Eid al-Fitr Holiday (estimated)", "1993-03-25": "Eid al-Fitr Holiday (estimated)", "1993-03-26": "Eid al-Fitr Holiday (estimated)", "1993-03-27": "Eid al-Fitr Holiday (estimated)", "1993-03-28": "Eid al-Fitr Holiday (observed, estimated)", "1993-03-29": "Eid al-Fitr Holiday (observed, estimated)", "1993-05-30": "Arafat Day (estimated)", "1993-05-31": "Eid al-Adha Holiday (estimated)", "1993-06-01": "Eid al-Adha Holiday (estimated)", "1993-06-02": "Eid al-Adha Holiday (estimated)", "1994-03-13": "Eid al-Fitr Holiday (estimated)", "1994-03-14": "Eid al-Fitr Holiday (estimated)", "1994-03-15": "Eid al-Fitr Holiday (estimated)", "1994-03-16": "Eid al-Fitr Holiday (estimated)", "1994-05-19": "Arafat Day (estimated)", "1994-05-20": "Eid al-Adha Holiday (estimated)", "1994-05-21": "Eid al-Adha Holiday (estimated)", "1994-05-22": "Eid al-Adha Holiday (estimated)", "1994-05-23": "Eid al-Adha Holiday (observed, estimated)", "1994-05-24": "Eid al-Adha Holiday (observed, estimated)", "1995-03-02": "Eid al-Fitr Holiday (estimated)", "1995-03-03": "Eid al-Fitr Holiday (estimated)", "1995-03-04": "Eid al-Fitr Holiday (estimated)", "1995-03-05": "Eid al-Fitr Holiday (estimated)", "1995-03-06": "Eid al-Fitr Holiday (observed, estimated)", "1995-03-07": "Eid al-Fitr Holiday (observed, estimated)", "1995-05-08": "Arafat Day (estimated)", "1995-05-09": "Eid al-Adha Holiday (estimated)", "1995-05-10": "Eid al-Adha Holiday (estimated)", "1995-05-11": "Eid al-Adha Holiday (estimated)", "1995-05-13": "Eid al-Adha Holiday (observed, estimated)", "1996-02-19": "Eid al-Fitr Holiday (estimated)", "1996-02-20": "Eid al-Fitr Holiday (estimated)", "1996-02-21": "Eid al-Fitr Holiday (estimated)", "1996-02-22": "Eid al-Fitr Holiday (estimated)", "1996-02-24": "Eid al-Fitr Holiday (observed, estimated)", "1996-04-26": "Arafat Day (estimated)", "1996-04-27": "Eid al-Adha Holiday (estimated)", "1996-04-28": "Eid al-Adha Holiday (estimated)", "1996-04-29": "Eid al-Adha Holiday (estimated)", "1996-04-30": "Eid al-Adha Holiday (observed, estimated)", "1997-02-08": "Eid al-Fitr Holiday (estimated)", "1997-02-09": "Eid al-Fitr Holiday (estimated)", "1997-02-10": "Eid al-Fitr Holiday (estimated)", "1997-02-11": "Eid al-Fitr Holiday (estimated)", "1997-04-16": "Arafat Day (estimated)", "1997-04-17": "Eid al-Adha Holiday (estimated)", "1997-04-18": "Eid al-Adha Holiday (estimated)", "1997-04-19": "Eid al-Adha Holiday (estimated)", "1997-04-20": "Eid al-Adha Holiday (observed, estimated)", "1997-04-21": "Eid al-Adha Holiday (observed, estimated)", "1998-01-29": "Eid al-Fitr Holiday (estimated)", "1998-01-30": "Eid al-Fitr Holiday (estimated)", "1998-01-31": "Eid al-Fitr Holiday (estimated)", "1998-02-01": "Eid al-Fitr Holiday (estimated)", "1998-02-02": "Eid al-Fitr Holiday (observed, estimated)", "1998-02-03": "Eid al-Fitr Holiday (observed, estimated)", "1998-04-06": "Arafat Day (estimated)", "1998-04-07": "Eid al-Adha Holiday (estimated)", "1998-04-08": "Eid al-Adha Holiday (estimated)", "1998-04-09": "Eid al-Adha Holiday (estimated)", "1998-04-11": "Eid al-Adha Holiday (observed, estimated)", "1999-01-18": "Eid al-Fitr Holiday (estimated)", "1999-01-19": "Eid al-Fitr Holiday (estimated)", "1999-01-20": "Eid al-Fitr Holiday (estimated)", "1999-01-21": "Eid al-Fitr Holiday (estimated)", "1999-01-23": "Eid al-Fitr Holiday (observed, estimated)", "1999-03-26": "Arafat Day (estimated)", "1999-03-27": "Eid al-Adha Holiday (estimated)", "1999-03-28": "Eid al-Adha Holiday (estimated)", "1999-03-29": "Eid al-Adha Holiday (estimated)", "1999-03-30": "Eid al-Adha Holiday (observed, estimated)", "2000-01-08": "Eid al-Fitr Holiday (estimated)", "2000-01-09": "Eid al-Fitr Holiday (estimated)", "2000-01-10": "Eid al-Fitr Holiday (estimated)", "2000-01-11": "Eid al-Fitr Holiday (estimated)", "2000-03-15": "Arafat Day (estimated)", "2000-03-16": "Eid al-Adha Holiday (estimated)", "2000-03-17": "Eid al-Adha Holiday (estimated)", "2000-03-18": "Eid al-Adha Holiday (estimated)", "2000-03-19": "Eid al-Adha Holiday (observed, estimated)", "2000-03-20": "Eid al-Adha Holiday (observed, estimated)", "2000-12-27": "Eid al-Fitr Holiday (estimated)", "2000-12-28": "Eid al-Fitr Holiday (estimated)", "2000-12-29": "Eid al-Fitr Holiday (estimated)", "2000-12-30": "Eid al-Fitr Holiday (estimated)", "2000-12-31": "Eid al-Fitr Holiday (observed, estimated)", "2001-01-01": "Eid al-Fitr Holiday (observed)", "2001-03-04": "Arafat Day (estimated)", "2001-03-05": "Eid al-Adha Holiday (estimated)", "2001-03-06": "Eid al-Adha Holiday (estimated)", "2001-03-07": "Eid al-Adha Holiday (estimated)", "2001-12-16": "Eid al-Fitr Holiday (estimated)", "2001-12-17": "Eid al-Fitr Holiday (estimated)", "2001-12-18": "Eid al-Fitr Holiday (estimated)", "2001-12-19": "Eid al-Fitr Holiday (estimated)", "2002-02-21": "Arafat Day (estimated)", "2002-02-22": "Eid al-Adha Holiday (estimated)", "2002-02-23": "Eid al-Adha Holiday (estimated)", "2002-02-24": "Eid al-Adha Holiday (estimated)", "2002-02-25": "Eid al-Adha Holiday (observed, estimated)", "2002-02-26": "Eid al-Adha Holiday (observed, estimated)", "2002-12-05": "Eid al-Fitr Holiday (estimated)", "2002-12-06": "Eid al-Fitr Holiday (estimated)", "2002-12-07": "Eid al-Fitr Holiday (estimated)", "2002-12-08": "Eid al-Fitr Holiday (estimated)", "2002-12-09": "Eid al-Fitr Holiday (observed, estimated)", "2002-12-10": "Eid al-Fitr Holiday (observed, estimated)", "2003-02-10": "Arafat Day (estimated)", "2003-02-11": "Eid al-Adha Holiday (estimated)", "2003-02-12": "Eid al-Adha Holiday (estimated)", "2003-02-13": "Eid al-Adha Holiday (estimated)", "2003-02-15": "Eid al-Adha Holiday (observed, estimated)", "2003-11-25": "Eid al-Fitr Holiday (estimated)", "2003-11-26": "Eid al-Fitr Holiday (estimated)", "2003-11-27": "Eid al-Fitr Holiday (estimated)", "2003-11-28": "Eid al-Fitr Holiday (estimated)", "2003-11-29": "Eid al-Fitr Holiday (observed, estimated)", "2003-11-30": "Eid al-Fitr Holiday (observed, estimated)", "2004-01-31": "Arafat Day (estimated)", "2004-02-01": "Eid al-Adha Holiday (estimated)", "2004-02-02": "Eid al-Adha Holiday (estimated)", "2004-02-03": "Eid al-Adha Holiday (estimated)", "2004-11-14": "Eid al-Fitr Holiday (estimated)", "2004-11-15": "Eid al-Fitr Holiday (estimated)", "2004-11-16": "Eid al-Fitr Holiday (estimated)", "2004-11-17": "Eid al-Fitr Holiday (estimated)", "2005-01-20": "Arafat Day (estimated)", "2005-01-21": "Eid al-Adha Holiday (estimated)", "2005-01-22": "Eid al-Adha Holiday (estimated)", "2005-01-23": "Eid al-Adha Holiday (estimated)", "2005-01-24": "Eid al-Adha Holiday (observed, estimated)", "2005-01-25": "Eid al-Adha Holiday (observed, estimated)", "2005-09-23": "National Day Holiday", "2005-09-24": "National Day Holiday (observed)", "2005-11-03": "Eid al-Fitr Holiday (estimated)", "2005-11-04": "Eid al-Fitr Holiday (estimated)", "2005-11-05": "Eid al-Fitr Holiday (estimated)", "2005-11-06": "Eid al-Fitr Holiday (estimated)", "2005-11-07": "Eid al-Fitr Holiday (observed, estimated)", "2005-11-08": "Eid al-Fitr Holiday (observed, estimated)", "2006-01-09": "Arafat Day (estimated)", "2006-01-10": "Eid al-Adha Holiday (estimated)", "2006-01-11": "Eid al-Adha Holiday (estimated)", "2006-01-12": "Eid al-Adha Holiday (estimated)", "2006-01-14": "Eid al-Adha Holiday (observed, estimated)", "2006-09-23": "National Day Holiday", "2006-10-23": "Eid al-Fitr Holiday (estimated)", "2006-10-24": "Eid al-Fitr Holiday (estimated)", "2006-10-25": "Eid al-Fitr Holiday (estimated)", "2006-10-26": "Eid al-Fitr Holiday (estimated)", "2006-10-28": "Eid al-Fitr Holiday (observed, estimated)", "2006-12-30": "Arafat Day (estimated)", "2006-12-31": "Eid al-Adha Holiday (estimated)", "2007-01-01": "Eid al-Adha Holiday (estimated)", "2007-01-02": "Eid al-Adha Holiday (estimated)", "2007-09-23": "National Day Holiday", "2007-10-13": "Eid al-Fitr Holiday (estimated)", "2007-10-14": "Eid al-Fitr Holiday (estimated)", "2007-10-15": "Eid al-Fitr Holiday (estimated)", "2007-10-16": "Eid al-Fitr Holiday (estimated)", "2007-12-19": "Arafat Day (estimated)", "2007-12-20": "Eid al-Adha Holiday (estimated)", "2007-12-21": "Eid al-Adha Holiday (estimated)", "2007-12-22": "Eid al-Adha Holiday (estimated)", "2007-12-23": "Eid al-Adha Holiday (observed, estimated)", "2007-12-24": "Eid al-Adha Holiday (observed, estimated)", "2008-09-23": "National Day Holiday", "2008-10-01": "Eid al-Fitr Holiday (estimated)", "2008-10-02": "Eid al-Fitr Holiday (estimated)", "2008-10-03": "Eid al-Fitr Holiday (estimated)", "2008-10-04": "Eid al-Fitr Holiday (estimated)", "2008-10-05": "Eid al-Fitr Holiday (observed, estimated)", "2008-10-06": "Eid al-Fitr Holiday (observed, estimated)", "2008-12-07": "Arafat Day (estimated)", "2008-12-08": "Eid al-Adha Holiday (estimated)", "2008-12-09": "Eid al-Adha Holiday (estimated)", "2008-12-10": "Eid al-Adha Holiday (estimated)", "2009-09-20": "Eid al-Fitr Holiday (estimated)", "2009-09-21": "Eid al-Fitr Holiday (estimated)", "2009-09-22": "Eid al-Fitr Holiday (estimated)", "2009-09-23": "Eid al-Fitr Holiday (estimated)", "2009-11-26": "Arafat Day (estimated)", "2009-11-27": "Eid al-Adha Holiday (estimated)", "2009-11-28": "Eid al-Adha Holiday (estimated)", "2009-11-29": "Eid al-Adha Holiday (estimated)", "2009-11-30": "Eid al-Adha Holiday (observed, estimated)", "2009-12-01": "Eid al-Adha Holiday (observed, estimated)", "2010-09-10": "Eid al-Fitr Holiday (estimated)", "2010-09-11": "Eid al-Fitr Holiday (estimated)", "2010-09-12": "Eid al-Fitr Holiday (estimated)", "2010-09-13": "Eid al-Fitr Holiday (estimated)", "2010-09-14": "Eid al-Fitr Holiday (observed, estimated)", "2010-09-22": "National Day Holiday (observed)", "2010-09-23": "National Day Holiday", "2010-11-15": "Arafat Day (estimated)", "2010-11-16": "Eid al-Adha Holiday (estimated)", "2010-11-17": "Eid al-Adha Holiday (estimated)", "2010-11-18": "Eid al-Adha Holiday (estimated)", "2010-11-20": "Eid al-Adha Holiday (observed, estimated)", "2011-08-30": "Eid al-Fitr Holiday (estimated)", "2011-08-31": "Eid al-Fitr Holiday (estimated)", "2011-09-01": "Eid al-Fitr Holiday (estimated)", "2011-09-02": "Eid al-Fitr Holiday (estimated)", "2011-09-03": "Eid al-Fitr Holiday (observed, estimated)", "2011-09-04": "Eid al-Fitr Holiday (observed, estimated)", "2011-09-23": "National Day Holiday", "2011-09-24": "National Day Holiday (observed)", "2011-11-05": "Arafat Day (estimated)", "2011-11-06": "Eid al-Adha Holiday (estimated)", "2011-11-07": "Eid al-Adha Holiday (estimated)", "2011-11-08": "Eid al-Adha Holiday (estimated)", "2012-08-19": "Eid al-Fitr Holiday (estimated)", "2012-08-20": "Eid al-Fitr Holiday (estimated)", "2012-08-21": "Eid al-Fitr Holiday (estimated)", "2012-08-22": "Eid al-Fitr Holiday (estimated)", "2012-09-23": "National Day Holiday", "2012-10-25": "Arafat Day (estimated)", "2012-10-26": "Eid al-Adha Holiday (estimated)", "2012-10-27": "Eid al-Adha Holiday (estimated)", "2012-10-28": "Eid al-Adha Holiday (estimated)", "2012-10-29": "Eid al-Adha Holiday (observed, estimated)", "2012-10-30": "Eid al-Adha Holiday (observed, estimated)", "2013-08-08": "Eid al-Fitr Holiday (estimated)", "2013-08-09": "Eid al-Fitr Holiday (estimated)", "2013-08-10": "Eid al-Fitr Holiday (estimated)", "2013-08-11": "Eid al-Fitr Holiday (estimated)", "2013-08-12": "Eid al-Fitr Holiday (observed, estimated)", "2013-08-13": "Eid al-Fitr Holiday (observed, estimated)", "2013-09-23": "National Day Holiday", "2013-10-14": "Arafat Day (estimated)", "2013-10-15": "Eid al-Adha Holiday (estimated)", "2013-10-16": "Eid al-Adha Holiday (estimated)", "2013-10-17": "Eid al-Adha Holiday (estimated)", "2014-07-28": "Eid al-Fitr Holiday (estimated)", "2014-07-29": "Eid al-Fitr Holiday (estimated)", "2014-07-30": "Eid al-Fitr Holiday (estimated)", "2014-07-31": "Eid al-Fitr Holiday (estimated)", "2014-09-23": "National Day Holiday", "2014-10-03": "Arafat Day (estimated)", "2014-10-04": "Eid al-Adha Holiday (estimated)", "2014-10-05": "Eid al-Adha Holiday (estimated)", "2014-10-06": "Eid al-Adha Holiday (estimated)", "2014-10-07": "Eid al-Adha Holiday (observed, estimated)", "2014-10-08": "Eid al-Adha Holiday (observed, estimated)", "2015-07-17": "Eid al-Fitr Holiday (estimated)", "2015-07-18": "Eid al-Fitr Holiday (estimated)", "2015-07-19": "Eid al-Fitr Holiday (estimated)", "2015-07-20": "Eid al-Fitr Holiday (estimated)", "2015-07-21": "Eid al-Fitr Holiday (observed, estimated)", "2015-07-22": "Eid al-Fitr Holiday (observed, estimated)", "2015-09-22": "Arafat Day (estimated)", "2015-09-23": "Eid al-Adha Holiday (estimated)", "2015-09-24": "Eid al-Adha Holiday (estimated)", "2015-09-25": "Eid al-Adha Holiday (estimated)", "2015-09-27": "Eid al-Adha Holiday (observed, estimated)", "2016-07-06": "Eid al-Fitr Holiday (estimated)", "2016-07-07": "Eid al-Fitr Holiday (estimated)", "2016-07-08": "Eid al-Fitr Holiday (estimated)", "2016-07-09": "Eid al-Fitr Holiday (estimated)", "2016-07-10": "Eid al-Fitr Holiday (observed, estimated)", "2016-07-11": "Eid al-Fitr Holiday (observed, estimated)", "2016-09-10": "Arafat Day (estimated)", "2016-09-11": "Eid al-Adha Holiday (estimated)", "2016-09-12": "Eid al-Adha Holiday (estimated)", "2016-09-13": "Eid al-Adha Holiday (estimated)", "2016-09-14": "Eid al-Adha Holiday (observed, estimated)", "2016-09-22": "National Day Holiday (observed)", "2016-09-23": "National Day Holiday", "2017-06-25": "Eid al-Fitr Holiday (estimated)", "2017-06-26": "Eid al-Fitr Holiday (estimated)", "2017-06-27": "Eid al-Fitr Holiday (estimated)", "2017-06-28": "Eid al-Fitr Holiday (estimated)", "2017-08-31": "Arafat Day (estimated)", "2017-09-01": "Eid al-Adha Holiday (estimated)", "2017-09-02": "Eid al-Adha Holiday (estimated)", "2017-09-03": "Eid al-Adha Holiday (estimated)", "2017-09-04": "Eid al-Adha Holiday (observed, estimated)", "2017-09-05": "Eid al-Adha Holiday (observed, estimated)", "2017-09-23": "National Day Holiday", "2017-09-24": "National Day Holiday (observed)", "2018-06-15": "Eid al-Fitr Holiday (estimated)", "2018-06-16": "Eid al-Fitr Holiday (estimated)", "2018-06-17": "Eid al-Fitr Holiday (estimated)", "2018-06-18": "Eid al-Fitr Holiday (estimated)", "2018-06-19": "Eid al-Fitr Holiday (observed, estimated)", "2018-06-20": "Eid al-Fitr Holiday (observed, estimated)", "2018-08-20": "Arafat Day (estimated)", "2018-08-21": "Eid al-Adha Holiday (estimated)", "2018-08-22": "Eid al-Adha Holiday (estimated)", "2018-08-23": "Eid al-Adha Holiday (estimated)", "2018-09-23": "National Day Holiday", "2019-06-04": "Eid al-Fitr Holiday (estimated)", "2019-06-05": "Eid al-Fitr Holiday (estimated)", "2019-06-06": "Eid al-Fitr Holiday (estimated)", "2019-06-07": "Eid al-Fitr Holiday (estimated)", "2019-06-09": "Eid al-Fitr Holiday (observed, estimated)", "2019-08-10": "Arafat Day (estimated)", "2019-08-11": "Eid al-Adha Holiday (estimated)", "2019-08-12": "Eid al-Adha Holiday (estimated)", "2019-08-13": "Eid al-Adha Holiday (estimated)", "2019-08-14": "Eid al-Adha Holiday (observed, estimated)", "2019-09-23": "National Day Holiday", "2020-05-24": "Eid al-Fitr Holiday (estimated)", "2020-05-25": "Eid al-Fitr Holiday (estimated)", "2020-05-26": "Eid al-Fitr Holiday (estimated)", "2020-05-27": "Eid al-Fitr Holiday (estimated)", "2020-07-30": "Arafat Day (estimated)", "2020-07-31": "Eid al-Adha Holiday (estimated)", "2020-08-01": "Eid al-Adha Holiday (estimated)", "2020-08-02": "Eid al-Adha Holiday (estimated)", "2020-08-03": "Eid al-Adha Holiday (observed, estimated)", "2020-08-04": "Eid al-Adha Holiday (observed, estimated)", "2020-09-23": "National Day Holiday", "2021-05-13": "Eid al-Fitr Holiday (estimated)", "2021-05-14": "Eid al-Fitr Holiday (estimated)", "2021-05-15": "Eid al-Fitr Holiday (estimated)", "2021-05-16": "Eid al-Fitr Holiday (estimated)", "2021-05-17": "Eid al-Fitr Holiday (observed, estimated)", "2021-05-18": "Eid al-Fitr Holiday (observed, estimated)", "2021-07-19": "Arafat Day (estimated)", "2021-07-20": "Eid al-Adha Holiday (estimated)", "2021-07-21": "Eid al-Adha Holiday (estimated)", "2021-07-22": "Eid al-Adha Holiday (estimated)", "2021-09-23": "National Day Holiday", "2022-02-22": "Founding Day Holiday", "2022-05-02": "Eid al-Fitr Holiday (estimated)", "2022-05-03": "Eid al-Fitr Holiday (estimated)", "2022-05-04": "Eid al-Fitr Holiday (estimated)", "2022-05-05": "Eid al-Fitr Holiday (estimated)", "2022-07-08": "Arafat Day (estimated)", "2022-07-09": "Eid al-Adha Holiday (estimated)", "2022-07-10": "Eid al-Adha Holiday (estimated)", "2022-07-11": "Eid al-Adha Holiday (estimated)", "2022-07-12": "Eid al-Adha Holiday (observed, estimated)", "2022-07-13": "Eid al-Adha Holiday (observed, estimated)", "2022-09-22": "National Day Holiday (observed)", "2022-09-23": "National Day Holiday", "2022-11-23": "A National Day", "2023-02-22": "Founding Day Holiday", "2023-04-21": "Eid al-Fitr Holiday (estimated)", "2023-04-22": "Eid al-Fitr Holiday (estimated)", "2023-04-23": "Eid al-Fitr Holiday (estimated)", "2023-04-24": "Eid al-Fitr Holiday (estimated)", "2023-04-25": "Eid al-Fitr Holiday (observed, estimated)", "2023-04-26": "Eid al-Fitr Holiday (observed, estimated)", "2023-06-27": "Arafat Day (estimated)", "2023-06-28": "Eid al-Adha Holiday (estimated)", "2023-06-29": "Eid al-Adha Holiday (estimated)", "2023-06-30": "Eid al-Adha Holiday (estimated)", "2023-07-02": "Eid al-Adha Holiday (observed, estimated)", "2023-09-23": "National Day Holiday", "2023-09-24": "National Day Holiday (observed)", "2024-02-22": "Founding Day Holiday", "2024-04-10": "Eid al-Fitr Holiday (estimated)", "2024-04-11": "Eid al-Fitr Holiday (estimated)", "2024-04-12": "Eid al-Fitr Holiday (estimated)", "2024-04-13": "Eid al-Fitr Holiday (estimated)", "2024-04-14": "Eid al-Fitr Holiday (observed, estimated)", "2024-04-15": "Eid al-Fitr Holiday (observed, estimated)", "2024-06-15": "Arafat Day (estimated)", "2024-06-16": "Eid al-Adha Holiday (estimated)", "2024-06-17": "Eid al-Adha Holiday (estimated)", "2024-06-18": "Eid al-Adha Holiday (estimated)", "2024-06-19": "Eid al-Adha Holiday (observed, estimated)", "2024-09-23": "National Day Holiday", "2025-02-22": "Founding Day Holiday", "2025-02-23": "Founding Day Holiday (observed)", "2025-03-30": "Eid al-Fitr Holiday (estimated)", "2025-03-31": "Eid al-Fitr Holiday (estimated)", "2025-04-01": "Eid al-Fitr Holiday (estimated)", "2025-04-02": "Eid al-Fitr Holiday (estimated)", "2025-06-05": "Arafat Day (estimated)", "2025-06-06": "Eid al-Adha Holiday (estimated)", "2025-06-07": "Eid al-Adha Holiday (estimated)", "2025-06-08": "Eid al-Adha Holiday (estimated)", "2025-06-09": "Eid al-Adha Holiday (observed, estimated)", "2025-06-10": "Eid al-Adha Holiday (observed, estimated)", "2025-09-23": "National Day Holiday", "2026-02-22": "Founding Day Holiday", "2026-03-20": "Eid al-Fitr Holiday (estimated)", "2026-03-21": "Eid al-Fitr Holiday (estimated)", "2026-03-22": "Eid al-Fitr Holiday (estimated)", "2026-03-23": "Eid al-Fitr Holiday (estimated)", "2026-03-24": "Eid al-Fitr Holiday (observed, estimated)", "2026-03-25": "Eid al-Fitr Holiday (observed, estimated)", "2026-05-26": "Arafat Day (estimated)", "2026-05-27": "Eid al-Adha Holiday (estimated)", "2026-05-28": "Eid al-Adha Holiday (estimated)", "2026-05-29": "Eid al-Adha Holiday (estimated)", "2026-05-31": "Eid al-Adha Holiday (observed, estimated)", "2026-09-23": "National Day Holiday", "2027-02-22": "Founding Day Holiday", "2027-03-09": "Eid al-Fitr Holiday (estimated)", "2027-03-10": "Eid al-Fitr Holiday (estimated)", "2027-03-11": "Eid al-Fitr Holiday (estimated)", "2027-03-12": "Eid al-Fitr Holiday (estimated)", "2027-03-14": "Eid al-Fitr Holiday (observed, estimated)", "2027-05-15": "Arafat Day (estimated)", "2027-05-16": "Eid al-Adha Holiday (estimated)", "2027-05-17": "Eid al-Adha Holiday (estimated)", "2027-05-18": "Eid al-Adha Holiday (estimated)", "2027-05-19": "Eid al-Adha Holiday (observed, estimated)", "2027-09-23": "National Day Holiday", "2028-02-22": "Founding Day Holiday", "2028-02-26": "Eid al-Fitr Holiday (estimated)", "2028-02-27": "Eid al-Fitr Holiday (estimated)", "2028-02-28": "Eid al-Fitr Holiday (estimated)", "2028-02-29": "Eid al-Fitr Holiday (estimated)", "2028-03-01": "Eid al-Fitr Holiday (observed, estimated)", "2028-05-04": "Arafat Day (estimated)", "2028-05-05": "Eid al-Adha Holiday (estimated)", "2028-05-06": "Eid al-Adha Holiday (estimated)", "2028-05-07": "Eid al-Adha Holiday (estimated)", "2028-05-08": "Eid al-Adha Holiday (observed, estimated)", "2028-05-09": "Eid al-Adha Holiday (observed, estimated)", "2028-09-23": "National Day Holiday", "2028-09-24": "National Day Holiday (observed)", "2029-02-14": "Eid al-Fitr Holiday (estimated)", "2029-02-15": "Eid al-Fitr Holiday (estimated)", "2029-02-16": "Eid al-Fitr Holiday (estimated)", "2029-02-17": "Eid al-Fitr Holiday (estimated)", "2029-02-18": "Eid al-Fitr Holiday (observed, estimated)", "2029-02-19": "Eid al-Fitr Holiday (observed, estimated)", "2029-02-22": "Founding Day Holiday", "2029-04-23": "Arafat Day (estimated)", "2029-04-24": "Eid al-Adha Holiday (estimated)", "2029-04-25": "Eid al-Adha Holiday (estimated)", "2029-04-26": "Eid al-Adha Holiday (estimated)", "2029-09-23": "National Day Holiday", "2030-02-04": "Eid al-Fitr Holiday (estimated)", "2030-02-05": "Eid al-Fitr Holiday (estimated)", "2030-02-06": "Eid al-Fitr Holiday (estimated)", "2030-02-07": "Eid al-Fitr Holiday (estimated)", "2030-02-21": "Founding Day Holiday (observed)", "2030-02-22": "Founding Day Holiday", "2030-04-12": "Arafat Day (estimated)", "2030-04-13": "Eid al-Adha Holiday (estimated)", "2030-04-14": "Eid al-Adha Holiday (estimated)", "2030-04-15": "Eid al-Adha Holiday (estimated)", "2030-04-16": "Eid al-Adha Holiday (observed, estimated)", "2030-04-17": "Eid al-Adha Holiday (observed, estimated)", "2030-09-23": "National Day Holiday", "2031-01-24": "Eid al-Fitr Holiday (estimated)", "2031-01-25": "Eid al-Fitr Holiday (estimated)", "2031-01-26": "Eid al-Fitr Holiday (estimated)", "2031-01-27": "Eid al-Fitr Holiday (estimated)", "2031-01-28": "Eid al-Fitr Holiday (observed, estimated)", "2031-01-29": "Eid al-Fitr Holiday (observed, estimated)", "2031-02-22": "Founding Day Holiday", "2031-02-23": "Founding Day Holiday (observed)", "2031-04-01": "Arafat Day (estimated)", "2031-04-02": "Eid al-Adha Holiday (estimated)", "2031-04-03": "Eid al-Adha Holiday (estimated)", "2031-04-04": "Eid al-Adha Holiday (estimated)", "2031-04-06": "Eid al-Adha Holiday (observed, estimated)", "2031-09-23": "National Day Holiday", "2032-01-14": "Eid al-Fitr Holiday (estimated)", "2032-01-15": "Eid al-Fitr Holiday (estimated)", "2032-01-16": "Eid al-Fitr Holiday (estimated)", "2032-01-17": "Eid al-Fitr Holiday (estimated)", "2032-01-18": "Eid al-Fitr Holiday (observed, estimated)", "2032-01-19": "Eid al-Fitr Holiday (observed, estimated)", "2032-02-22": "Founding Day Holiday", "2032-03-21": "Arafat Day (estimated)", "2032-03-22": "Eid al-Adha Holiday (estimated)", "2032-03-23": "Eid al-Adha Holiday (estimated)", "2032-03-24": "Eid al-Adha Holiday (estimated)", "2032-09-23": "National Day Holiday", "2033-01-02": "Eid al-Fitr Holiday (estimated)", "2033-01-03": "Eid al-Fitr Holiday (estimated)", "2033-01-04": "Eid al-Fitr Holiday (estimated)", "2033-01-05": "Eid al-Fitr Holiday (estimated)", "2033-02-22": "Founding Day Holiday", "2033-03-10": "Arafat Day (estimated)", "2033-03-11": "Eid al-Adha Holiday (estimated)", "2033-03-12": "Eid al-Adha Holiday (estimated)", "2033-03-13": "Eid al-Adha Holiday (estimated)", "2033-03-14": "Eid al-Adha Holiday (observed, estimated)", "2033-03-15": "Eid al-Adha Holiday (observed, estimated)", "2033-09-22": "National Day Holiday (observed)", "2033-09-23": "National Day Holiday", "2033-12-23": "Eid al-Fitr Holiday (estimated)", "2033-12-24": "Eid al-Fitr Holiday (estimated)", "2033-12-25": "Eid al-Fitr Holiday (estimated)", "2033-12-26": "Eid al-Fitr Holiday (estimated)", "2033-12-27": "Eid al-Fitr Holiday (observed, estimated)", "2033-12-28": "Eid al-Fitr Holiday (observed, estimated)", "2034-02-22": "Founding Day Holiday", "2034-02-28": "Arafat Day (estimated)", "2034-03-01": "Eid al-Adha Holiday (estimated)", "2034-03-02": "Eid al-Adha Holiday (estimated)", "2034-03-03": "Eid al-Adha Holiday (estimated)", "2034-03-05": "Eid al-Adha Holiday (observed, estimated)", "2034-09-23": "National Day Holiday", "2034-09-24": "National Day Holiday (observed)", "2034-12-12": "Eid al-Fitr Holiday (estimated)", "2034-12-13": "Eid al-Fitr Holiday (estimated)", "2034-12-14": "Eid al-Fitr Holiday (estimated)", "2034-12-15": "Eid al-Fitr Holiday (estimated)", "2034-12-17": "Eid al-Fitr Holiday (observed, estimated)", "2035-02-17": "Arafat Day (estimated)", "2035-02-18": "Eid al-Adha Holiday (estimated)", "2035-02-19": "Eid al-Adha Holiday (estimated)", "2035-02-20": "Eid al-Adha Holiday (estimated)", "2035-02-21": "Eid al-Adha Holiday (observed, estimated)", "2035-02-22": "Founding Day Holiday", "2035-09-23": "National Day Holiday", "2035-12-01": "Eid al-Fitr Holiday (estimated)", "2035-12-02": "Eid al-Fitr Holiday (estimated)", "2035-12-03": "Eid al-Fitr Holiday (estimated)", "2035-12-04": "Eid al-Fitr Holiday (estimated)", "2035-12-05": "Eid al-Fitr Holiday (observed, estimated)", "2036-02-06": "Arafat Day (estimated)", "2036-02-07": "Eid al-Adha Holiday (estimated)", "2036-02-08": "Eid al-Adha Holiday (estimated)", "2036-02-09": "Eid al-Adha Holiday (estimated)", "2036-02-10": "Eid al-Adha Holiday (observed, estimated)", "2036-02-11": "Eid al-Adha Holiday (observed, estimated)", "2036-02-21": "Founding Day Holiday (observed)", "2036-02-22": "Founding Day Holiday", "2036-09-23": "National Day Holiday", "2036-11-19": "Eid al-Fitr Holiday (estimated)", "2036-11-20": "Eid al-Fitr Holiday (estimated)", "2036-11-21": "Eid al-Fitr Holiday (estimated)", "2036-11-22": "Eid al-Fitr Holiday (estimated)", "2036-11-23": "Eid al-Fitr Holiday (observed, estimated)", "2036-11-24": "Eid al-Fitr Holiday (observed, estimated)", "2037-01-25": "Arafat Day (estimated)", "2037-01-26": "Eid al-Adha Holiday (estimated)", "2037-01-27": "Eid al-Adha Holiday (estimated)", "2037-01-28": "Eid al-Adha Holiday (estimated)", "2037-02-22": "Founding Day Holiday", "2037-09-23": "National Day Holiday", "2037-11-08": "Eid al-Fitr Holiday (estimated)", "2037-11-09": "Eid al-Fitr Holiday (estimated)", "2037-11-10": "Eid al-Fitr Holiday (estimated)", "2037-11-11": "Eid al-Fitr Holiday (estimated)", "2038-01-15": "Arafat Day (estimated)", "2038-01-16": "Eid al-Adha Holiday (estimated)", "2038-01-17": "Eid al-Adha Holiday (estimated)", "2038-01-18": "Eid al-Adha Holiday (estimated)", "2038-01-19": "Eid al-Adha Holiday (observed, estimated)", "2038-01-20": "Eid al-Adha Holiday (observed, estimated)", "2038-02-22": "Founding Day Holiday", "2038-09-23": "National Day Holiday", "2038-10-29": "Eid al-Fitr Holiday (estimated)", "2038-10-30": "Eid al-Fitr Holiday (estimated)", "2038-10-31": "Eid al-Fitr Holiday (estimated)", "2038-11-01": "Eid al-Fitr Holiday (estimated)", "2038-11-02": "Eid al-Fitr Holiday (observed, estimated)", "2038-11-03": "Eid al-Fitr Holiday (observed, estimated)", "2039-01-04": "Arafat Day (estimated)", "2039-01-05": "Eid al-Adha Holiday (estimated)", "2039-01-06": "Eid al-Adha Holiday (estimated)", "2039-01-07": "Eid al-Adha Holiday (estimated)", "2039-01-09": "Eid al-Adha Holiday (observed, estimated)", "2039-02-22": "Founding Day Holiday", "2039-09-22": "National Day Holiday (observed)", "2039-09-23": "National Day Holiday", "2039-10-19": "Eid al-Fitr Holiday (estimated)", "2039-10-20": "Eid al-Fitr Holiday (estimated)", "2039-10-21": "Eid al-Fitr Holiday (estimated)", "2039-10-22": "Eid al-Fitr Holiday (estimated)", "2039-10-23": "Eid al-Fitr Holiday (observed, estimated)", "2039-10-24": "Eid al-Fitr Holiday (observed, estimated)", "2039-12-25": "Arafat Day (estimated)", "2039-12-26": "Eid al-Adha Holiday (estimated)", "2039-12-27": "Eid al-Adha Holiday (estimated)", "2039-12-28": "Eid al-Adha Holiday (estimated)", "2040-02-22": "Founding Day Holiday", "2040-09-23": "National Day Holiday", "2040-10-07": "Eid al-Fitr Holiday (estimated)", "2040-10-08": "Eid al-Fitr Holiday (estimated)", "2040-10-09": "Eid al-Fitr Holiday (estimated)", "2040-10-10": "Eid al-Fitr Holiday (estimated)", "2040-12-13": "Arafat Day (estimated)", "2040-12-14": "Eid al-Adha Holiday (estimated)", "2040-12-15": "Eid al-Adha Holiday (estimated)", "2040-12-16": "Eid al-Adha Holiday (estimated)", "2040-12-17": "Eid al-Adha Holiday (observed, estimated)", "2040-12-18": "Eid al-Adha Holiday (observed, estimated)", "2041-02-21": "Founding Day Holiday (observed)", "2041-02-22": "Founding Day Holiday", "2041-09-23": "National Day Holiday", "2041-09-26": "Eid al-Fitr Holiday (estimated)", "2041-09-27": "Eid al-Fitr Holiday (estimated)", "2041-09-28": "Eid al-Fitr Holiday (estimated)", "2041-09-29": "Eid al-Fitr Holiday (estimated)", "2041-09-30": "Eid al-Fitr Holiday (observed, estimated)", "2041-10-01": "Eid al-Fitr Holiday (observed, estimated)", "2041-12-03": "Arafat Day (estimated)", "2041-12-04": "Eid al-Adha Holiday (estimated)", "2041-12-05": "Eid al-Adha Holiday (estimated)", "2041-12-06": "Eid al-Adha Holiday (estimated)", "2041-12-08": "Eid al-Adha Holiday (observed, estimated)", "2042-02-22": "Founding Day Holiday", "2042-02-23": "Founding Day Holiday (observed)", "2042-09-15": "Eid al-Fitr Holiday (estimated)", "2042-09-16": "Eid al-Fitr Holiday (estimated)", "2042-09-17": "Eid al-Fitr Holiday (estimated)", "2042-09-18": "Eid al-Fitr Holiday (estimated)", "2042-09-23": "National Day Holiday", "2042-11-22": "Arafat Day (estimated)", "2042-11-23": "Eid al-Adha Holiday (estimated)", "2042-11-24": "Eid al-Adha Holiday (estimated)", "2042-11-25": "Eid al-Adha Holiday (estimated)", "2042-11-26": "Eid al-Adha Holiday (observed, estimated)", "2043-02-22": "Founding Day Holiday", "2043-09-04": "Eid al-Fitr Holiday (estimated)", "2043-09-05": "Eid al-Fitr Holiday (estimated)", "2043-09-06": "Eid al-Fitr Holiday (estimated)", "2043-09-07": "Eid al-Fitr Holiday (estimated)", "2043-09-08": "Eid al-Fitr Holiday (observed, estimated)", "2043-09-09": "Eid al-Fitr Holiday (observed, estimated)", "2043-09-23": "National Day Holiday", "2043-11-11": "Arafat Day (estimated)", "2043-11-12": "Eid al-Adha Holiday (estimated)", "2043-11-13": "Eid al-Adha Holiday (estimated)", "2043-11-14": "Eid al-Adha Holiday (estimated)", "2043-11-15": "Eid al-Adha Holiday (observed, estimated)", "2043-11-16": "Eid al-Adha Holiday (observed, estimated)", "2044-02-22": "Founding Day Holiday", "2044-08-24": "Eid al-Fitr Holiday (estimated)", "2044-08-25": "Eid al-Fitr Holiday (estimated)", "2044-08-26": "Eid al-Fitr Holiday (estimated)", "2044-08-27": "Eid al-Fitr Holiday (estimated)", "2044-08-28": "Eid al-Fitr Holiday (observed, estimated)", "2044-08-29": "Eid al-Fitr Holiday (observed, estimated)", "2044-09-22": "National Day Holiday (observed)", "2044-09-23": "National Day Holiday", "2044-10-30": "Arafat Day (estimated)", "2044-10-31": "Eid al-Adha Holiday (estimated)", "2044-11-01": "Eid al-Adha Holiday (estimated)", "2044-11-02": "Eid al-Adha Holiday (estimated)", "2045-02-22": "Founding Day Holiday", "2045-08-14": "Eid al-Fitr Holiday (estimated)", "2045-08-15": "Eid al-Fitr Holiday (estimated)", "2045-08-16": "Eid al-Fitr Holiday (estimated)", "2045-08-17": "Eid al-Fitr Holiday (estimated)", "2045-09-23": "National Day Holiday", "2045-09-24": "National Day Holiday (observed)", "2045-10-20": "Arafat Day (estimated)", "2045-10-21": "Eid al-Adha Holiday (estimated)", "2045-10-22": "Eid al-Adha Holiday (estimated)", "2045-10-23": "Eid al-Adha Holiday (estimated)", "2045-10-24": "Eid al-Adha Holiday (observed, estimated)", "2045-10-25": "Eid al-Adha Holiday (observed, estimated)", "2046-02-22": "Founding Day Holiday", "2046-08-03": "Eid al-Fitr Holiday (estimated)", "2046-08-04": "Eid al-Fitr Holiday (estimated)", "2046-08-05": "Eid al-Fitr Holiday (estimated)", "2046-08-06": "Eid al-Fitr Holiday (estimated)", "2046-08-07": "Eid al-Fitr Holiday (observed, estimated)", "2046-08-08": "Eid al-Fitr Holiday (observed, estimated)", "2046-09-23": "National Day Holiday", "2046-10-09": "Arafat Day (estimated)", "2046-10-10": "Eid al-Adha Holiday (estimated)", "2046-10-11": "Eid al-Adha Holiday (estimated)", "2046-10-12": "Eid al-Adha Holiday (estimated)", "2046-10-14": "Eid al-Adha Holiday (observed, estimated)", "2047-02-21": "Founding Day Holiday (observed)", "2047-02-22": "Founding Day Holiday", "2047-07-24": "Eid al-Fitr Holiday (estimated)", "2047-07-25": "Eid al-Fitr Holiday (estimated)", "2047-07-26": "Eid al-Fitr Holiday (estimated)", "2047-07-27": "Eid al-Fitr Holiday (estimated)", "2047-07-28": "Eid al-Fitr Holiday (observed, estimated)", "2047-07-29": "Eid al-Fitr Holiday (observed, estimated)", "2047-09-23": "National Day Holiday", "2047-09-29": "Arafat Day (estimated)", "2047-09-30": "Eid al-Adha Holiday (estimated)", "2047-10-01": "Eid al-Adha Holiday (estimated)", "2047-10-02": "Eid al-Adha Holiday (estimated)", "2048-02-22": "Founding Day Holiday", "2048-02-23": "Founding Day Holiday (observed)", "2048-07-12": "Eid al-Fitr Holiday (estimated)", "2048-07-13": "Eid al-Fitr Holiday (estimated)", "2048-07-14": "Eid al-Fitr Holiday (estimated)", "2048-07-15": "Eid al-Fitr Holiday (estimated)", "2048-09-18": "Arafat Day (estimated)", "2048-09-19": "Eid al-Adha Holiday (estimated)", "2048-09-20": "Eid al-Adha Holiday (estimated)", "2048-09-21": "Eid al-Adha Holiday (estimated)", "2048-09-22": "Eid al-Adha Holiday (observed, estimated)", "2048-09-23": "Eid al-Adha Holiday (observed, estimated)", "2049-02-22": "Founding Day Holiday", "2049-07-01": "Eid al-Fitr Holiday (estimated)", "2049-07-02": "Eid al-Fitr Holiday (estimated)", "2049-07-03": "Eid al-Fitr Holiday (estimated)", "2049-07-04": "Eid al-Fitr Holiday (estimated)", "2049-07-05": "Eid al-Fitr Holiday (observed, estimated)", "2049-07-06": "Eid al-Fitr Holiday (observed, estimated)", "2049-09-07": "Arafat Day (estimated)", "2049-09-08": "Eid al-Adha Holiday (estimated)", "2049-09-09": "Eid al-Adha Holiday (estimated)", "2049-09-10": "Eid al-Adha Holiday (estimated)", "2049-09-12": "Eid al-Adha Holiday (observed, estimated)", "2049-09-23": "National Day Holiday", "2050-02-22": "Founding Day Holiday", "2050-06-20": "Eid al-Fitr Holiday (estimated)", "2050-06-21": "Eid al-Fitr Holiday (estimated)", "2050-06-22": "Eid al-Fitr Holiday (estimated)", "2050-06-23": "Eid al-Fitr Holiday (estimated)", "2050-08-27": "Arafat Day (estimated)", "2050-08-28": "Eid al-Adha Holiday (estimated)", "2050-08-29": "Eid al-Adha Holiday (estimated)", "2050-08-30": "Eid al-Adha Holiday (estimated)", "2050-08-31": "Eid al-Adha Holiday (observed, estimated)", "2050-09-22": "National Day Holiday (observed)", "2050-09-23": "National Day Holiday" } holidays-0.71/snapshots/countries/SC_COMMON.json000066400000000000000000000747611500152103600215720ustar00rootroot00000000000000{ "1994-01-01": "New Year's Day", "1994-01-02": "New Year Holiday", "1994-01-03": "New Year Holiday (observed)", "1994-04-01": "Good Friday", "1994-04-02": "Easter Saturday", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-06-02": "Corpus Christi", "1994-06-05": "Liberation Day", "1994-06-06": "Liberation Day (observed)", "1994-06-18": "National Day", "1994-06-29": "Independence Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-12-08": "Immaculate Conception", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year Holiday", "1995-04-14": "Good Friday", "1995-04-15": "Easter Saturday", "1995-05-01": "Labor Day", "1995-06-05": "Liberation Day", "1995-06-15": "Corpus Christi", "1995-06-18": "National Day", "1995-06-19": "National Day (observed)", "1995-06-29": "Independence Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-12-08": "Immaculate Conception", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year Holiday", "1996-04-05": "Good Friday", "1996-04-06": "Easter Saturday", "1996-05-01": "Labor Day", "1996-06-05": "Liberation Day", "1996-06-06": "Corpus Christi", "1996-06-18": "National Day", "1996-06-29": "Independence Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-12-08": "Immaculate Conception", "1996-12-09": "Immaculate Conception (observed)", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year Holiday", "1997-03-28": "Good Friday", "1997-03-29": "Easter Saturday", "1997-05-01": "Labor Day", "1997-05-29": "Corpus Christi", "1997-06-05": "Liberation Day", "1997-06-18": "National Day", "1997-06-29": "Independence Day", "1997-06-30": "Independence Day (observed)", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-12-08": "Immaculate Conception", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year Holiday", "1998-04-10": "Good Friday", "1998-04-11": "Easter Saturday", "1998-05-01": "Labor Day", "1998-06-05": "Liberation Day", "1998-06-11": "Corpus Christi", "1998-06-18": "National Day", "1998-06-29": "Independence Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-02": "All Saints' Day (observed)", "1998-12-08": "Immaculate Conception", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year Holiday", "1999-04-02": "Good Friday", "1999-04-03": "Easter Saturday", "1999-05-01": "Labor Day", "1999-06-03": "Corpus Christi", "1999-06-05": "Liberation Day", "1999-06-18": "National Day", "1999-06-29": "Independence Day", "1999-08-15": "Assumption Day", "1999-08-16": "Assumption Day (observed)", "1999-11-01": "All Saints' Day", "1999-12-08": "Immaculate Conception", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-02": "New Year Holiday", "2000-01-03": "New Year Holiday (observed)", "2000-04-21": "Good Friday", "2000-04-22": "Easter Saturday", "2000-05-01": "Labor Day", "2000-06-05": "Liberation Day", "2000-06-18": "National Day", "2000-06-19": "National Day (observed)", "2000-06-22": "Corpus Christi", "2000-06-29": "Independence Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-12-08": "Immaculate Conception", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-02": "New Year Holiday", "2001-04-13": "Good Friday", "2001-04-14": "Easter Saturday", "2001-05-01": "Labor Day", "2001-06-05": "Liberation Day", "2001-06-14": "Corpus Christi", "2001-06-18": "National Day", "2001-06-29": "Independence Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-12-08": "Immaculate Conception", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year Holiday", "2002-03-29": "Good Friday", "2002-03-30": "Easter Saturday", "2002-05-01": "Labor Day", "2002-05-30": "Corpus Christi", "2002-06-05": "Liberation Day", "2002-06-18": "National Day", "2002-06-29": "Independence Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-12-08": "Immaculate Conception", "2002-12-09": "Immaculate Conception (observed)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year Holiday", "2003-04-18": "Good Friday", "2003-04-19": "Easter Saturday", "2003-05-01": "Labor Day", "2003-06-05": "Liberation Day", "2003-06-18": "National Day", "2003-06-19": "Corpus Christi", "2003-06-29": "Independence Day", "2003-06-30": "Independence Day (observed)", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-12-08": "Immaculate Conception", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year Holiday", "2004-04-09": "Good Friday", "2004-04-10": "Easter Saturday", "2004-05-01": "Labor Day", "2004-06-05": "Liberation Day", "2004-06-10": "Corpus Christi", "2004-06-18": "National Day", "2004-06-29": "Independence Day", "2004-08-15": "Assumption Day", "2004-08-16": "Assumption Day (observed)", "2004-11-01": "All Saints' Day", "2004-12-08": "Immaculate Conception", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-02": "New Year Holiday", "2005-01-03": "New Year Holiday (observed)", "2005-03-25": "Good Friday", "2005-03-26": "Easter Saturday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-26": "Corpus Christi", "2005-06-05": "Liberation Day", "2005-06-06": "Liberation Day (observed)", "2005-06-18": "National Day", "2005-06-29": "Independence Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-12-08": "Immaculate Conception", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year Holiday", "2006-04-14": "Good Friday", "2006-04-15": "Easter Saturday", "2006-05-01": "Labor Day", "2006-06-05": "Liberation Day", "2006-06-15": "Corpus Christi", "2006-06-18": "National Day", "2006-06-19": "National Day (observed)", "2006-06-29": "Independence Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-12-08": "Immaculate Conception", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-02": "New Year Holiday", "2007-04-06": "Good Friday", "2007-04-07": "Easter Saturday", "2007-05-01": "Labor Day", "2007-05-12": "Presidential Election Day", "2007-06-05": "Liberation Day", "2007-06-07": "Corpus Christi", "2007-06-18": "National Day", "2007-06-29": "Independence Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-12-08": "Immaculate Conception", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year Holiday", "2008-03-21": "Good Friday", "2008-03-22": "Easter Saturday", "2008-05-01": "Labor Day", "2008-05-22": "Corpus Christi", "2008-06-05": "Liberation Day", "2008-06-18": "National Day", "2008-06-29": "Independence Day", "2008-06-30": "Independence Day (observed)", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-12-08": "Immaculate Conception", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year Holiday", "2009-04-10": "Good Friday", "2009-04-11": "Easter Saturday", "2009-05-01": "Labor Day", "2009-06-05": "Liberation Day", "2009-06-11": "Corpus Christi", "2009-06-18": "National Day", "2009-06-29": "Independence Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-02": "All Saints' Day (observed)", "2009-12-08": "Immaculate Conception", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year Holiday", "2010-04-02": "Good Friday", "2010-04-03": "Easter Saturday", "2010-05-01": "Labor Day", "2010-06-03": "Corpus Christi", "2010-06-05": "Liberation Day", "2010-06-18": "National Day", "2010-06-29": "Independence Day", "2010-08-15": "Assumption Day", "2010-08-16": "Assumption Day (observed)", "2010-11-01": "All Saints' Day", "2010-12-08": "Immaculate Conception", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-01-02": "New Year Holiday", "2011-01-03": "New Year Holiday (observed)", "2011-04-22": "Good Friday", "2011-04-23": "Easter Saturday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-21": "Presidential Election Day", "2011-06-05": "Liberation Day", "2011-06-06": "Liberation Day (observed)", "2011-06-18": "National Day", "2011-06-23": "Corpus Christi", "2011-06-29": "Independence Day", "2011-08-15": "Assumption Day", "2011-10-01": "Parliamentary Election Day", "2011-11-01": "All Saints' Day", "2011-12-08": "Immaculate Conception", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year Holiday", "2012-04-06": "Good Friday", "2012-04-07": "Easter Saturday", "2012-05-01": "Labor Day", "2012-06-05": "Liberation Day", "2012-06-07": "Corpus Christi", "2012-06-18": "National Day", "2012-06-29": "Independence Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-12-08": "Immaculate Conception", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-02": "New Year Holiday", "2013-03-29": "Good Friday", "2013-03-30": "Easter Saturday", "2013-05-01": "Labor Day", "2013-05-30": "Corpus Christi", "2013-06-05": "Liberation Day", "2013-06-18": "National Day", "2013-06-29": "Independence Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-12-08": "Immaculate Conception", "2013-12-09": "Immaculate Conception (observed)", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-02": "New Year Holiday", "2014-04-18": "Good Friday", "2014-04-19": "Easter Saturday", "2014-05-01": "Labor Day", "2014-06-05": "Liberation Day", "2014-06-18": "National Day", "2014-06-19": "Corpus Christi", "2014-06-29": "Independence Day", "2014-06-30": "Independence Day (observed)", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-12-08": "Immaculate Conception", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-02": "New Year Holiday", "2015-04-03": "Good Friday", "2015-04-04": "Easter Saturday", "2015-05-01": "Labor Day", "2015-06-04": "Corpus Christi", "2015-06-05": "Liberation Day", "2015-06-18": "Constitution Day", "2015-06-29": "Independence (National) Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-02": "All Saints' Day (observed)", "2015-12-05": "Presidential Election Day", "2015-12-08": "Immaculate Conception", "2015-12-18": "Presidential Election Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-02": "New Year Holiday", "2016-03-25": "Good Friday", "2016-03-26": "Easter Saturday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-26": "Corpus Christi", "2016-06-05": "Liberation Day", "2016-06-06": "Liberation Day (observed)", "2016-06-18": "Constitution Day", "2016-06-29": "Independence (National) Day", "2016-08-15": "Assumption Day", "2016-09-10": "Parliamentary Election Day", "2016-11-01": "All Saints' Day", "2016-12-08": "Immaculate Conception", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year Holiday", "2017-04-14": "Good Friday", "2017-04-15": "Easter Saturday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-15": "Corpus Christi", "2017-06-18": "Constitution Day", "2017-06-19": "Constitution Day (observed)", "2017-06-29": "Independence (National) Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-12-08": "Immaculate Conception", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year Holiday", "2018-03-30": "Good Friday", "2018-03-31": "Easter Saturday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-31": "Corpus Christi", "2018-06-18": "Constitution Day", "2018-06-29": "Independence (National) Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-12-08": "Immaculate Conception", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year Holiday", "2019-03-07": "Funeral of the Former President France Albert Ren\u00e9", "2019-04-19": "Good Friday", "2019-04-20": "Easter Saturday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-18": "Constitution Day", "2019-06-20": "Corpus Christi", "2019-06-29": "Independence (National) Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-12-08": "Immaculate Conception", "2019-12-09": "Immaculate Conception (observed)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year Holiday", "2020-01-03": "Bridge Public Holiday", "2020-04-10": "Good Friday", "2020-04-11": "Easter Saturday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-06-11": "Corpus Christi", "2020-06-18": "Constitution Day", "2020-06-29": "Independence (National) Day", "2020-08-15": "Assumption Day", "2020-10-24": "General Election Day", "2020-10-26": "Bridge Public Holiday", "2020-11-01": "All Saints' Day", "2020-11-02": "All Saints' Day (observed)", "2020-12-08": "Immaculate Conception", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year Holiday", "2021-04-02": "Good Friday", "2021-04-03": "Easter Saturday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-06-03": "Corpus Christi", "2021-06-18": "Constitution Day", "2021-06-29": "Independence (National) Day", "2021-08-15": "Assumption Day", "2021-08-16": "Assumption Day (observed)", "2021-11-01": "All Saints' Day", "2021-12-08": "Immaculate Conception", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year Holiday", "2022-01-03": "New Year Holiday (observed)", "2022-04-15": "Good Friday", "2022-04-16": "Easter Saturday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-06-16": "Corpus Christi", "2022-06-18": "Constitution Day", "2022-06-29": "Independence (National) Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-12-08": "Immaculate Conception", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year Holiday", "2023-04-07": "Good Friday", "2023-04-08": "Easter Saturday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-06-08": "Corpus Christi", "2023-06-18": "Constitution Day", "2023-06-19": "Constitution Day (observed)", "2023-06-29": "Independence (National) Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-12-08": "Immaculate Conception", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year Holiday", "2024-03-29": "Good Friday", "2024-03-30": "Easter Saturday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-30": "Corpus Christi", "2024-06-18": "Constitution Day", "2024-06-29": "Independence (National) Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-12-08": "Immaculate Conception", "2024-12-09": "Immaculate Conception (observed)", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year Holiday", "2025-04-18": "Good Friday", "2025-04-19": "Easter Saturday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-18": "Constitution Day", "2025-06-19": "Corpus Christi", "2025-06-29": "Independence (National) Day", "2025-06-30": "Independence (National) Day (observed)", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-12-08": "Immaculate Conception", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year Holiday", "2026-04-03": "Good Friday", "2026-04-04": "Easter Saturday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-06-04": "Corpus Christi", "2026-06-18": "Constitution Day", "2026-06-29": "Independence (National) Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-02": "All Saints' Day (observed)", "2026-12-08": "Immaculate Conception", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year Holiday", "2027-03-26": "Good Friday", "2027-03-27": "Easter Saturday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-27": "Corpus Christi", "2027-06-18": "Constitution Day", "2027-06-29": "Independence (National) Day", "2027-08-15": "Assumption Day", "2027-08-16": "Assumption Day (observed)", "2027-11-01": "All Saints' Day", "2027-12-08": "Immaculate Conception", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year Holiday", "2028-01-03": "New Year Holiday (observed)", "2028-04-14": "Good Friday", "2028-04-15": "Easter Saturday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-06-15": "Corpus Christi", "2028-06-18": "Constitution Day", "2028-06-19": "Constitution Day (observed)", "2028-06-29": "Independence (National) Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-12-08": "Immaculate Conception", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year Holiday", "2029-03-30": "Good Friday", "2029-03-31": "Easter Saturday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-31": "Corpus Christi", "2029-06-18": "Constitution Day", "2029-06-29": "Independence (National) Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-12-08": "Immaculate Conception", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year Holiday", "2030-04-19": "Good Friday", "2030-04-20": "Easter Saturday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-06-18": "Constitution Day", "2030-06-20": "Corpus Christi", "2030-06-29": "Independence (National) Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-12-08": "Immaculate Conception", "2030-12-09": "Immaculate Conception (observed)", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year Holiday", "2031-04-11": "Good Friday", "2031-04-12": "Easter Saturday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-06-12": "Corpus Christi", "2031-06-18": "Constitution Day", "2031-06-29": "Independence (National) Day", "2031-06-30": "Independence (National) Day (observed)", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-12-08": "Immaculate Conception", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year Holiday", "2032-03-26": "Good Friday", "2032-03-27": "Easter Saturday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-27": "Corpus Christi", "2032-06-18": "Constitution Day", "2032-06-29": "Independence (National) Day", "2032-08-15": "Assumption Day", "2032-08-16": "Assumption Day (observed)", "2032-11-01": "All Saints' Day", "2032-12-08": "Immaculate Conception", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "New Year Holiday", "2033-01-03": "New Year Holiday (observed)", "2033-04-15": "Good Friday", "2033-04-16": "Easter Saturday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-16": "Corpus Christi", "2033-06-18": "Constitution Day", "2033-06-29": "Independence (National) Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-12-08": "Immaculate Conception", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year Holiday", "2034-04-07": "Good Friday", "2034-04-08": "Easter Saturday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-06-08": "Corpus Christi", "2034-06-18": "Constitution Day", "2034-06-19": "Constitution Day (observed)", "2034-06-29": "Independence (National) Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-12-08": "Immaculate Conception", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year Holiday", "2035-03-23": "Good Friday", "2035-03-24": "Easter Saturday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-24": "Corpus Christi", "2035-06-18": "Constitution Day", "2035-06-29": "Independence (National) Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-12-08": "Immaculate Conception", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year Holiday", "2036-04-11": "Good Friday", "2036-04-12": "Easter Saturday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-06-12": "Corpus Christi", "2036-06-18": "Constitution Day", "2036-06-29": "Independence (National) Day", "2036-06-30": "Independence (National) Day (observed)", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-12-08": "Immaculate Conception", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year Holiday", "2037-04-03": "Good Friday", "2037-04-04": "Easter Saturday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-06-04": "Corpus Christi", "2037-06-18": "Constitution Day", "2037-06-29": "Independence (National) Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-02": "All Saints' Day (observed)", "2037-12-08": "Immaculate Conception", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year Holiday", "2038-04-23": "Good Friday", "2038-04-24": "Easter Saturday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-06-18": "Constitution Day", "2038-06-24": "Corpus Christi", "2038-06-29": "Independence (National) Day", "2038-08-15": "Assumption Day", "2038-08-16": "Assumption Day (observed)", "2038-11-01": "All Saints' Day", "2038-12-08": "Immaculate Conception", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year Holiday", "2039-01-03": "New Year Holiday (observed)", "2039-04-08": "Good Friday", "2039-04-09": "Easter Saturday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-06-09": "Corpus Christi", "2039-06-18": "Constitution Day", "2039-06-29": "Independence (National) Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-12-08": "Immaculate Conception", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year Holiday", "2040-03-30": "Good Friday", "2040-03-31": "Easter Saturday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-31": "Corpus Christi", "2040-06-18": "Constitution Day", "2040-06-29": "Independence (National) Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-12-08": "Immaculate Conception", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year Holiday", "2041-04-19": "Good Friday", "2041-04-20": "Easter Saturday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-06-18": "Constitution Day", "2041-06-20": "Corpus Christi", "2041-06-29": "Independence (National) Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-12-08": "Immaculate Conception", "2041-12-09": "Immaculate Conception (observed)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year Holiday", "2042-04-04": "Good Friday", "2042-04-05": "Easter Saturday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-06-05": "Corpus Christi", "2042-06-18": "Constitution Day", "2042-06-29": "Independence (National) Day", "2042-06-30": "Independence (National) Day (observed)", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-12-08": "Immaculate Conception", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year Holiday", "2043-03-27": "Good Friday", "2043-03-28": "Easter Saturday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-28": "Corpus Christi", "2043-06-18": "Constitution Day", "2043-06-29": "Independence (National) Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-02": "All Saints' Day (observed)", "2043-12-08": "Immaculate Conception", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year Holiday", "2044-04-15": "Good Friday", "2044-04-16": "Easter Saturday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-06-16": "Corpus Christi", "2044-06-18": "Constitution Day", "2044-06-29": "Independence (National) Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-12-08": "Immaculate Conception", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year Holiday", "2045-04-07": "Good Friday", "2045-04-08": "Easter Saturday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-06-08": "Corpus Christi", "2045-06-18": "Constitution Day", "2045-06-19": "Constitution Day (observed)", "2045-06-29": "Independence (National) Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-12-08": "Immaculate Conception", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year Holiday", "2046-03-23": "Good Friday", "2046-03-24": "Easter Saturday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-24": "Corpus Christi", "2046-06-18": "Constitution Day", "2046-06-29": "Independence (National) Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-12-08": "Immaculate Conception", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year Holiday", "2047-04-12": "Good Friday", "2047-04-13": "Easter Saturday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-06-13": "Corpus Christi", "2047-06-18": "Constitution Day", "2047-06-29": "Independence (National) Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-12-08": "Immaculate Conception", "2047-12-09": "Immaculate Conception (observed)", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year Holiday", "2048-04-03": "Good Friday", "2048-04-04": "Easter Saturday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-06-04": "Corpus Christi", "2048-06-18": "Constitution Day", "2048-06-29": "Independence (National) Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-02": "All Saints' Day (observed)", "2048-12-08": "Immaculate Conception", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year Holiday", "2049-04-16": "Good Friday", "2049-04-17": "Easter Saturday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-06-17": "Corpus Christi", "2049-06-18": "Constitution Day", "2049-06-29": "Independence (National) Day", "2049-08-15": "Assumption Day", "2049-08-16": "Assumption Day (observed)", "2049-11-01": "All Saints' Day", "2049-12-08": "Immaculate Conception", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year Holiday", "2050-01-03": "New Year Holiday (observed)", "2050-04-08": "Good Friday", "2050-04-09": "Easter Saturday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-09": "Corpus Christi", "2050-06-18": "Constitution Day", "2050-06-29": "Independence (National) Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-12-08": "Immaculate Conception", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/SE_COMMON.json000066400000000000000000006027771500152103600216000ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day; Sunday", "1950-01-06": "Epiphany", "1950-01-08": "Sunday", "1950-01-15": "Sunday", "1950-01-22": "Sunday", "1950-01-29": "Sunday", "1950-02-05": "Sunday", "1950-02-12": "Sunday", "1950-02-19": "Sunday", "1950-02-26": "Sunday", "1950-03-05": "Sunday", "1950-03-12": "Sunday", "1950-03-19": "Sunday", "1950-03-25": "Feast of the Annunciation", "1950-03-26": "Sunday", "1950-04-02": "Sunday", "1950-04-07": "Good Friday", "1950-04-09": "Easter Sunday; Sunday", "1950-04-10": "Easter Monday", "1950-04-16": "Sunday", "1950-04-23": "Sunday", "1950-04-30": "Sunday", "1950-05-01": "May Day", "1950-05-07": "Sunday", "1950-05-14": "Sunday", "1950-05-18": "Ascension Day", "1950-05-21": "Sunday", "1950-05-28": "Sunday; Whit Sunday", "1950-05-29": "Whit Monday", "1950-06-04": "Sunday", "1950-06-11": "Sunday", "1950-06-18": "Sunday", "1950-06-23": "Midsummer Eve", "1950-06-24": "Midsummer Day", "1950-06-25": "Sunday", "1950-07-02": "Sunday", "1950-07-09": "Sunday", "1950-07-16": "Sunday", "1950-07-23": "Sunday", "1950-07-30": "Sunday", "1950-08-06": "Sunday", "1950-08-13": "Sunday", "1950-08-20": "Sunday", "1950-08-27": "Sunday", "1950-09-03": "Sunday", "1950-09-10": "Sunday", "1950-09-17": "Sunday", "1950-09-24": "Sunday", "1950-10-01": "Sunday", "1950-10-08": "Sunday", "1950-10-15": "Sunday", "1950-10-22": "Sunday", "1950-10-29": "Sunday", "1950-11-05": "Sunday", "1950-11-12": "Sunday", "1950-11-19": "Sunday", "1950-11-26": "Sunday", "1950-12-03": "Sunday", "1950-12-10": "Sunday", "1950-12-17": "Sunday", "1950-12-24": "Christmas Eve; Sunday", "1950-12-25": "Christmas Day", "1950-12-26": "Second Day of Christmas", "1950-12-31": "New Year's Eve; Sunday", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-01-07": "Sunday", "1951-01-14": "Sunday", "1951-01-21": "Sunday", "1951-01-28": "Sunday", "1951-02-04": "Sunday", "1951-02-11": "Sunday", "1951-02-18": "Sunday", "1951-02-25": "Sunday", "1951-03-04": "Sunday", "1951-03-11": "Sunday", "1951-03-18": "Sunday", "1951-03-23": "Good Friday", "1951-03-25": "Easter Sunday; Feast of the Annunciation; Sunday", "1951-03-26": "Easter Monday", "1951-04-01": "Sunday", "1951-04-08": "Sunday", "1951-04-15": "Sunday", "1951-04-22": "Sunday", "1951-04-29": "Sunday", "1951-05-01": "May Day", "1951-05-03": "Ascension Day", "1951-05-06": "Sunday", "1951-05-13": "Sunday; Whit Sunday", "1951-05-14": "Whit Monday", "1951-05-20": "Sunday", "1951-05-27": "Sunday", "1951-06-03": "Sunday", "1951-06-10": "Sunday", "1951-06-17": "Sunday", "1951-06-23": "Midsummer Eve", "1951-06-24": "Midsummer Day; Sunday", "1951-07-01": "Sunday", "1951-07-08": "Sunday", "1951-07-15": "Sunday", "1951-07-22": "Sunday", "1951-07-29": "Sunday", "1951-08-05": "Sunday", "1951-08-12": "Sunday", "1951-08-19": "Sunday", "1951-08-26": "Sunday", "1951-09-02": "Sunday", "1951-09-09": "Sunday", "1951-09-16": "Sunday", "1951-09-23": "Sunday", "1951-09-30": "Sunday", "1951-10-07": "Sunday", "1951-10-14": "Sunday", "1951-10-21": "Sunday", "1951-10-28": "Sunday", "1951-11-04": "Sunday", "1951-11-11": "Sunday", "1951-11-18": "Sunday", "1951-11-25": "Sunday", "1951-12-02": "Sunday", "1951-12-09": "Sunday", "1951-12-16": "Sunday", "1951-12-23": "Sunday", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Second Day of Christmas", "1951-12-30": "Sunday", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany; Sunday", "1952-01-13": "Sunday", "1952-01-20": "Sunday", "1952-01-27": "Sunday", "1952-02-03": "Sunday", "1952-02-10": "Sunday", "1952-02-17": "Sunday", "1952-02-24": "Sunday", "1952-03-02": "Sunday", "1952-03-09": "Sunday", "1952-03-16": "Sunday", "1952-03-23": "Sunday", "1952-03-25": "Feast of the Annunciation", "1952-03-30": "Sunday", "1952-04-06": "Sunday", "1952-04-11": "Good Friday", "1952-04-13": "Easter Sunday; Sunday", "1952-04-14": "Easter Monday", "1952-04-20": "Sunday", "1952-04-27": "Sunday", "1952-05-01": "May Day", "1952-05-04": "Sunday", "1952-05-11": "Sunday", "1952-05-18": "Sunday", "1952-05-22": "Ascension Day", "1952-05-25": "Sunday", "1952-06-01": "Sunday; Whit Sunday", "1952-06-02": "Whit Monday", "1952-06-08": "Sunday", "1952-06-15": "Sunday", "1952-06-22": "Sunday", "1952-06-23": "Midsummer Eve", "1952-06-24": "Midsummer Day", "1952-06-29": "Sunday", "1952-07-06": "Sunday", "1952-07-13": "Sunday", "1952-07-20": "Sunday", "1952-07-27": "Sunday", "1952-08-03": "Sunday", "1952-08-10": "Sunday", "1952-08-17": "Sunday", "1952-08-24": "Sunday", "1952-08-31": "Sunday", "1952-09-07": "Sunday", "1952-09-14": "Sunday", "1952-09-21": "Sunday", "1952-09-28": "Sunday", "1952-10-05": "Sunday", "1952-10-12": "Sunday", "1952-10-19": "Sunday", "1952-10-26": "Sunday", "1952-11-02": "Sunday", "1952-11-09": "Sunday", "1952-11-16": "Sunday", "1952-11-23": "Sunday", "1952-11-30": "Sunday", "1952-12-07": "Sunday", "1952-12-14": "Sunday", "1952-12-21": "Sunday", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Second Day of Christmas", "1952-12-28": "Sunday", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-04": "Sunday", "1953-01-06": "Epiphany", "1953-01-11": "Sunday", "1953-01-18": "Sunday", "1953-01-25": "Sunday", "1953-02-01": "Sunday", "1953-02-08": "Sunday", "1953-02-15": "Sunday", "1953-02-22": "Sunday", "1953-03-01": "Sunday", "1953-03-08": "Sunday", "1953-03-15": "Sunday", "1953-03-22": "Sunday", "1953-03-25": "Feast of the Annunciation", "1953-03-29": "Sunday", "1953-04-03": "Good Friday", "1953-04-05": "Easter Sunday; Sunday", "1953-04-06": "Easter Monday", "1953-04-12": "Sunday", "1953-04-19": "Sunday", "1953-04-26": "Sunday", "1953-05-01": "May Day", "1953-05-03": "Sunday", "1953-05-10": "Sunday", "1953-05-14": "Ascension Day", "1953-05-17": "Sunday", "1953-05-24": "Sunday; Whit Sunday", "1953-05-25": "Whit Monday", "1953-05-31": "Sunday", "1953-06-07": "Sunday", "1953-06-14": "Sunday", "1953-06-19": "Midsummer Eve", "1953-06-20": "Midsummer Day", "1953-06-21": "Sunday", "1953-06-28": "Sunday", "1953-07-05": "Sunday", "1953-07-12": "Sunday", "1953-07-19": "Sunday", "1953-07-26": "Sunday", "1953-08-02": "Sunday", "1953-08-09": "Sunday", "1953-08-16": "Sunday", "1953-08-23": "Sunday", "1953-08-30": "Sunday", "1953-09-06": "Sunday", "1953-09-13": "Sunday", "1953-09-20": "Sunday", "1953-09-27": "Sunday", "1953-10-04": "Sunday", "1953-10-11": "Sunday", "1953-10-18": "Sunday", "1953-10-25": "Sunday", "1953-10-31": "All Saints' Day", "1953-11-01": "Sunday", "1953-11-08": "Sunday", "1953-11-15": "Sunday", "1953-11-22": "Sunday", "1953-11-29": "Sunday", "1953-12-06": "Sunday", "1953-12-13": "Sunday", "1953-12-20": "Sunday", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Second Day of Christmas", "1953-12-27": "Sunday", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-03": "Sunday", "1954-01-06": "Epiphany", "1954-01-10": "Sunday", "1954-01-17": "Sunday", "1954-01-24": "Sunday", "1954-01-31": "Sunday", "1954-02-07": "Sunday", "1954-02-14": "Sunday", "1954-02-21": "Sunday", "1954-02-28": "Sunday", "1954-03-07": "Sunday", "1954-03-14": "Sunday", "1954-03-21": "Sunday", "1954-03-28": "Sunday", "1954-04-04": "Sunday", "1954-04-11": "Sunday", "1954-04-16": "Good Friday", "1954-04-18": "Easter Sunday; Sunday", "1954-04-19": "Easter Monday", "1954-04-25": "Sunday", "1954-05-01": "May Day", "1954-05-02": "Sunday", "1954-05-09": "Sunday", "1954-05-16": "Sunday", "1954-05-23": "Sunday", "1954-05-27": "Ascension Day", "1954-05-30": "Sunday", "1954-06-06": "Sunday; Whit Sunday", "1954-06-07": "Whit Monday", "1954-06-13": "Sunday", "1954-06-20": "Sunday", "1954-06-25": "Midsummer Eve", "1954-06-26": "Midsummer Day", "1954-06-27": "Sunday", "1954-07-04": "Sunday", "1954-07-11": "Sunday", "1954-07-18": "Sunday", "1954-07-25": "Sunday", "1954-08-01": "Sunday", "1954-08-08": "Sunday", "1954-08-15": "Sunday", "1954-08-22": "Sunday", "1954-08-29": "Sunday", "1954-09-05": "Sunday", "1954-09-12": "Sunday", "1954-09-19": "Sunday", "1954-09-26": "Sunday", "1954-10-03": "Sunday", "1954-10-10": "Sunday", "1954-10-17": "Sunday", "1954-10-24": "Sunday", "1954-10-31": "Sunday", "1954-11-06": "All Saints' Day", "1954-11-07": "Sunday", "1954-11-14": "Sunday", "1954-11-21": "Sunday", "1954-11-28": "Sunday", "1954-12-05": "Sunday", "1954-12-12": "Sunday", "1954-12-19": "Sunday", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Second Day of Christmas; Sunday", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-02": "Sunday", "1955-01-06": "Epiphany", "1955-01-09": "Sunday", "1955-01-16": "Sunday", "1955-01-23": "Sunday", "1955-01-30": "Sunday", "1955-02-06": "Sunday", "1955-02-13": "Sunday", "1955-02-20": "Sunday", "1955-02-27": "Sunday", "1955-03-06": "Sunday", "1955-03-13": "Sunday", "1955-03-20": "Sunday", "1955-03-27": "Sunday", "1955-04-03": "Sunday", "1955-04-08": "Good Friday", "1955-04-10": "Easter Sunday; Sunday", "1955-04-11": "Easter Monday", "1955-04-17": "Sunday", "1955-04-24": "Sunday", "1955-05-01": "May Day; Sunday", "1955-05-08": "Sunday", "1955-05-15": "Sunday", "1955-05-19": "Ascension Day", "1955-05-22": "Sunday", "1955-05-29": "Sunday; Whit Sunday", "1955-05-30": "Whit Monday", "1955-06-05": "Sunday", "1955-06-12": "Sunday", "1955-06-19": "Sunday", "1955-06-24": "Midsummer Eve", "1955-06-25": "Midsummer Day", "1955-06-26": "Sunday", "1955-07-03": "Sunday", "1955-07-10": "Sunday", "1955-07-17": "Sunday", "1955-07-24": "Sunday", "1955-07-31": "Sunday", "1955-08-07": "Sunday", "1955-08-14": "Sunday", "1955-08-21": "Sunday", "1955-08-28": "Sunday", "1955-09-04": "Sunday", "1955-09-11": "Sunday", "1955-09-18": "Sunday", "1955-09-25": "Sunday", "1955-10-02": "Sunday", "1955-10-09": "Sunday", "1955-10-16": "Sunday", "1955-10-23": "Sunday", "1955-10-30": "Sunday", "1955-11-05": "All Saints' Day", "1955-11-06": "Sunday", "1955-11-13": "Sunday", "1955-11-20": "Sunday", "1955-11-27": "Sunday", "1955-12-04": "Sunday", "1955-12-11": "Sunday", "1955-12-18": "Sunday", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day; Sunday", "1955-12-26": "Second Day of Christmas", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day; Sunday", "1956-01-06": "Epiphany", "1956-01-08": "Sunday", "1956-01-15": "Sunday", "1956-01-22": "Sunday", "1956-01-29": "Sunday", "1956-02-05": "Sunday", "1956-02-12": "Sunday", "1956-02-19": "Sunday", "1956-02-26": "Sunday", "1956-03-04": "Sunday", "1956-03-11": "Sunday", "1956-03-18": "Sunday", "1956-03-25": "Sunday", "1956-03-30": "Good Friday", "1956-04-01": "Easter Sunday; Sunday", "1956-04-02": "Easter Monday", "1956-04-08": "Sunday", "1956-04-15": "Sunday", "1956-04-22": "Sunday", "1956-04-29": "Sunday", "1956-05-01": "May Day", "1956-05-06": "Sunday", "1956-05-10": "Ascension Day", "1956-05-13": "Sunday", "1956-05-20": "Sunday; Whit Sunday", "1956-05-21": "Whit Monday", "1956-05-27": "Sunday", "1956-06-03": "Sunday", "1956-06-10": "Sunday", "1956-06-17": "Sunday", "1956-06-22": "Midsummer Eve", "1956-06-23": "Midsummer Day", "1956-06-24": "Sunday", "1956-07-01": "Sunday", "1956-07-08": "Sunday", "1956-07-15": "Sunday", "1956-07-22": "Sunday", "1956-07-29": "Sunday", "1956-08-05": "Sunday", "1956-08-12": "Sunday", "1956-08-19": "Sunday", "1956-08-26": "Sunday", "1956-09-02": "Sunday", "1956-09-09": "Sunday", "1956-09-16": "Sunday", "1956-09-23": "Sunday", "1956-09-30": "Sunday", "1956-10-07": "Sunday", "1956-10-14": "Sunday", "1956-10-21": "Sunday", "1956-10-28": "Sunday", "1956-11-03": "All Saints' Day", "1956-11-04": "Sunday", "1956-11-11": "Sunday", "1956-11-18": "Sunday", "1956-11-25": "Sunday", "1956-12-02": "Sunday", "1956-12-09": "Sunday", "1956-12-16": "Sunday", "1956-12-23": "Sunday", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Second Day of Christmas", "1956-12-30": "Sunday", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany; Sunday", "1957-01-13": "Sunday", "1957-01-20": "Sunday", "1957-01-27": "Sunday", "1957-02-03": "Sunday", "1957-02-10": "Sunday", "1957-02-17": "Sunday", "1957-02-24": "Sunday", "1957-03-03": "Sunday", "1957-03-10": "Sunday", "1957-03-17": "Sunday", "1957-03-24": "Sunday", "1957-03-31": "Sunday", "1957-04-07": "Sunday", "1957-04-14": "Sunday", "1957-04-19": "Good Friday", "1957-04-21": "Easter Sunday; Sunday", "1957-04-22": "Easter Monday", "1957-04-28": "Sunday", "1957-05-01": "May Day", "1957-05-05": "Sunday", "1957-05-12": "Sunday", "1957-05-19": "Sunday", "1957-05-26": "Sunday", "1957-05-30": "Ascension Day", "1957-06-02": "Sunday", "1957-06-09": "Sunday; Whit Sunday", "1957-06-10": "Whit Monday", "1957-06-16": "Sunday", "1957-06-21": "Midsummer Eve", "1957-06-22": "Midsummer Day", "1957-06-23": "Sunday", "1957-06-30": "Sunday", "1957-07-07": "Sunday", "1957-07-14": "Sunday", "1957-07-21": "Sunday", "1957-07-28": "Sunday", "1957-08-04": "Sunday", "1957-08-11": "Sunday", "1957-08-18": "Sunday", "1957-08-25": "Sunday", "1957-09-01": "Sunday", "1957-09-08": "Sunday", "1957-09-15": "Sunday", "1957-09-22": "Sunday", "1957-09-29": "Sunday", "1957-10-06": "Sunday", "1957-10-13": "Sunday", "1957-10-20": "Sunday", "1957-10-27": "Sunday", "1957-11-02": "All Saints' Day", "1957-11-03": "Sunday", "1957-11-10": "Sunday", "1957-11-17": "Sunday", "1957-11-24": "Sunday", "1957-12-01": "Sunday", "1957-12-08": "Sunday", "1957-12-15": "Sunday", "1957-12-22": "Sunday", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Second Day of Christmas", "1957-12-29": "Sunday", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-05": "Sunday", "1958-01-06": "Epiphany", "1958-01-12": "Sunday", "1958-01-19": "Sunday", "1958-01-26": "Sunday", "1958-02-02": "Sunday", "1958-02-09": "Sunday", "1958-02-16": "Sunday", "1958-02-23": "Sunday", "1958-03-02": "Sunday", "1958-03-09": "Sunday", "1958-03-16": "Sunday", "1958-03-23": "Sunday", "1958-03-30": "Sunday", "1958-04-04": "Good Friday", "1958-04-06": "Easter Sunday; Sunday", "1958-04-07": "Easter Monday", "1958-04-13": "Sunday", "1958-04-20": "Sunday", "1958-04-27": "Sunday", "1958-05-01": "May Day", "1958-05-04": "Sunday", "1958-05-11": "Sunday", "1958-05-15": "Ascension Day", "1958-05-18": "Sunday", "1958-05-25": "Sunday; Whit Sunday", "1958-05-26": "Whit Monday", "1958-06-01": "Sunday", "1958-06-08": "Sunday", "1958-06-15": "Sunday", "1958-06-20": "Midsummer Eve", "1958-06-21": "Midsummer Day", "1958-06-22": "Sunday", "1958-06-29": "Sunday", "1958-07-06": "Sunday", "1958-07-13": "Sunday", "1958-07-20": "Sunday", "1958-07-27": "Sunday", "1958-08-03": "Sunday", "1958-08-10": "Sunday", "1958-08-17": "Sunday", "1958-08-24": "Sunday", "1958-08-31": "Sunday", "1958-09-07": "Sunday", "1958-09-14": "Sunday", "1958-09-21": "Sunday", "1958-09-28": "Sunday", "1958-10-05": "Sunday", "1958-10-12": "Sunday", "1958-10-19": "Sunday", "1958-10-26": "Sunday", "1958-11-01": "All Saints' Day", "1958-11-02": "Sunday", "1958-11-09": "Sunday", "1958-11-16": "Sunday", "1958-11-23": "Sunday", "1958-11-30": "Sunday", "1958-12-07": "Sunday", "1958-12-14": "Sunday", "1958-12-21": "Sunday", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Second Day of Christmas", "1958-12-28": "Sunday", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-04": "Sunday", "1959-01-06": "Epiphany", "1959-01-11": "Sunday", "1959-01-18": "Sunday", "1959-01-25": "Sunday", "1959-02-01": "Sunday", "1959-02-08": "Sunday", "1959-02-15": "Sunday", "1959-02-22": "Sunday", "1959-03-01": "Sunday", "1959-03-08": "Sunday", "1959-03-15": "Sunday", "1959-03-22": "Sunday", "1959-03-27": "Good Friday", "1959-03-29": "Easter Sunday; Sunday", "1959-03-30": "Easter Monday", "1959-04-05": "Sunday", "1959-04-12": "Sunday", "1959-04-19": "Sunday", "1959-04-26": "Sunday", "1959-05-01": "May Day", "1959-05-03": "Sunday", "1959-05-07": "Ascension Day", "1959-05-10": "Sunday", "1959-05-17": "Sunday; Whit Sunday", "1959-05-18": "Whit Monday", "1959-05-24": "Sunday", "1959-05-31": "Sunday", "1959-06-07": "Sunday", "1959-06-14": "Sunday", "1959-06-19": "Midsummer Eve", "1959-06-20": "Midsummer Day", "1959-06-21": "Sunday", "1959-06-28": "Sunday", "1959-07-05": "Sunday", "1959-07-12": "Sunday", "1959-07-19": "Sunday", "1959-07-26": "Sunday", "1959-08-02": "Sunday", "1959-08-09": "Sunday", "1959-08-16": "Sunday", "1959-08-23": "Sunday", "1959-08-30": "Sunday", "1959-09-06": "Sunday", "1959-09-13": "Sunday", "1959-09-20": "Sunday", "1959-09-27": "Sunday", "1959-10-04": "Sunday", "1959-10-11": "Sunday", "1959-10-18": "Sunday", "1959-10-25": "Sunday", "1959-10-31": "All Saints' Day", "1959-11-01": "Sunday", "1959-11-08": "Sunday", "1959-11-15": "Sunday", "1959-11-22": "Sunday", "1959-11-29": "Sunday", "1959-12-06": "Sunday", "1959-12-13": "Sunday", "1959-12-20": "Sunday", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Second Day of Christmas", "1959-12-27": "Sunday", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-03": "Sunday", "1960-01-06": "Epiphany", "1960-01-10": "Sunday", "1960-01-17": "Sunday", "1960-01-24": "Sunday", "1960-01-31": "Sunday", "1960-02-07": "Sunday", "1960-02-14": "Sunday", "1960-02-21": "Sunday", "1960-02-28": "Sunday", "1960-03-06": "Sunday", "1960-03-13": "Sunday", "1960-03-20": "Sunday", "1960-03-27": "Sunday", "1960-04-03": "Sunday", "1960-04-10": "Sunday", "1960-04-15": "Good Friday", "1960-04-17": "Easter Sunday; Sunday", "1960-04-18": "Easter Monday", "1960-04-24": "Sunday", "1960-05-01": "May Day; Sunday", "1960-05-08": "Sunday", "1960-05-15": "Sunday", "1960-05-22": "Sunday", "1960-05-26": "Ascension Day", "1960-05-29": "Sunday", "1960-06-05": "Sunday; Whit Sunday", "1960-06-06": "Whit Monday", "1960-06-12": "Sunday", "1960-06-19": "Sunday", "1960-06-24": "Midsummer Eve", "1960-06-25": "Midsummer Day", "1960-06-26": "Sunday", "1960-07-03": "Sunday", "1960-07-10": "Sunday", "1960-07-17": "Sunday", "1960-07-24": "Sunday", "1960-07-31": "Sunday", "1960-08-07": "Sunday", "1960-08-14": "Sunday", "1960-08-21": "Sunday", "1960-08-28": "Sunday", "1960-09-04": "Sunday", "1960-09-11": "Sunday", "1960-09-18": "Sunday", "1960-09-25": "Sunday", "1960-10-02": "Sunday", "1960-10-09": "Sunday", "1960-10-16": "Sunday", "1960-10-23": "Sunday", "1960-10-30": "Sunday", "1960-11-05": "All Saints' Day", "1960-11-06": "Sunday", "1960-11-13": "Sunday", "1960-11-20": "Sunday", "1960-11-27": "Sunday", "1960-12-04": "Sunday", "1960-12-11": "Sunday", "1960-12-18": "Sunday", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day; Sunday", "1960-12-26": "Second Day of Christmas", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day; Sunday", "1961-01-06": "Epiphany", "1961-01-08": "Sunday", "1961-01-15": "Sunday", "1961-01-22": "Sunday", "1961-01-29": "Sunday", "1961-02-05": "Sunday", "1961-02-12": "Sunday", "1961-02-19": "Sunday", "1961-02-26": "Sunday", "1961-03-05": "Sunday", "1961-03-12": "Sunday", "1961-03-19": "Sunday", "1961-03-26": "Sunday", "1961-03-31": "Good Friday", "1961-04-02": "Easter Sunday; Sunday", "1961-04-03": "Easter Monday", "1961-04-09": "Sunday", "1961-04-16": "Sunday", "1961-04-23": "Sunday", "1961-04-30": "Sunday", "1961-05-01": "May Day", "1961-05-07": "Sunday", "1961-05-11": "Ascension Day", "1961-05-14": "Sunday", "1961-05-21": "Sunday; Whit Sunday", "1961-05-22": "Whit Monday", "1961-05-28": "Sunday", "1961-06-04": "Sunday", "1961-06-11": "Sunday", "1961-06-18": "Sunday", "1961-06-23": "Midsummer Eve", "1961-06-24": "Midsummer Day", "1961-06-25": "Sunday", "1961-07-02": "Sunday", "1961-07-09": "Sunday", "1961-07-16": "Sunday", "1961-07-23": "Sunday", "1961-07-30": "Sunday", "1961-08-06": "Sunday", "1961-08-13": "Sunday", "1961-08-20": "Sunday", "1961-08-27": "Sunday", "1961-09-03": "Sunday", "1961-09-10": "Sunday", "1961-09-17": "Sunday", "1961-09-24": "Sunday", "1961-10-01": "Sunday", "1961-10-08": "Sunday", "1961-10-15": "Sunday", "1961-10-22": "Sunday", "1961-10-29": "Sunday", "1961-11-04": "All Saints' Day", "1961-11-05": "Sunday", "1961-11-12": "Sunday", "1961-11-19": "Sunday", "1961-11-26": "Sunday", "1961-12-03": "Sunday", "1961-12-10": "Sunday", "1961-12-17": "Sunday", "1961-12-24": "Christmas Eve; Sunday", "1961-12-25": "Christmas Day", "1961-12-26": "Second Day of Christmas", "1961-12-31": "New Year's Eve; Sunday", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-01-07": "Sunday", "1962-01-14": "Sunday", "1962-01-21": "Sunday", "1962-01-28": "Sunday", "1962-02-04": "Sunday", "1962-02-11": "Sunday", "1962-02-18": "Sunday", "1962-02-25": "Sunday", "1962-03-04": "Sunday", "1962-03-11": "Sunday", "1962-03-18": "Sunday", "1962-03-25": "Sunday", "1962-04-01": "Sunday", "1962-04-08": "Sunday", "1962-04-15": "Sunday", "1962-04-20": "Good Friday", "1962-04-22": "Easter Sunday; Sunday", "1962-04-23": "Easter Monday", "1962-04-29": "Sunday", "1962-05-01": "May Day", "1962-05-06": "Sunday", "1962-05-13": "Sunday", "1962-05-20": "Sunday", "1962-05-27": "Sunday", "1962-05-31": "Ascension Day", "1962-06-03": "Sunday", "1962-06-10": "Sunday; Whit Sunday", "1962-06-11": "Whit Monday", "1962-06-17": "Sunday", "1962-06-22": "Midsummer Eve", "1962-06-23": "Midsummer Day", "1962-06-24": "Sunday", "1962-07-01": "Sunday", "1962-07-08": "Sunday", "1962-07-15": "Sunday", "1962-07-22": "Sunday", "1962-07-29": "Sunday", "1962-08-05": "Sunday", "1962-08-12": "Sunday", "1962-08-19": "Sunday", "1962-08-26": "Sunday", "1962-09-02": "Sunday", "1962-09-09": "Sunday", "1962-09-16": "Sunday", "1962-09-23": "Sunday", "1962-09-30": "Sunday", "1962-10-07": "Sunday", "1962-10-14": "Sunday", "1962-10-21": "Sunday", "1962-10-28": "Sunday", "1962-11-03": "All Saints' Day", "1962-11-04": "Sunday", "1962-11-11": "Sunday", "1962-11-18": "Sunday", "1962-11-25": "Sunday", "1962-12-02": "Sunday", "1962-12-09": "Sunday", "1962-12-16": "Sunday", "1962-12-23": "Sunday", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Second Day of Christmas", "1962-12-30": "Sunday", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany; Sunday", "1963-01-13": "Sunday", "1963-01-20": "Sunday", "1963-01-27": "Sunday", "1963-02-03": "Sunday", "1963-02-10": "Sunday", "1963-02-17": "Sunday", "1963-02-24": "Sunday", "1963-03-03": "Sunday", "1963-03-10": "Sunday", "1963-03-17": "Sunday", "1963-03-24": "Sunday", "1963-03-31": "Sunday", "1963-04-07": "Sunday", "1963-04-12": "Good Friday", "1963-04-14": "Easter Sunday; Sunday", "1963-04-15": "Easter Monday", "1963-04-21": "Sunday", "1963-04-28": "Sunday", "1963-05-01": "May Day", "1963-05-05": "Sunday", "1963-05-12": "Sunday", "1963-05-19": "Sunday", "1963-05-23": "Ascension Day", "1963-05-26": "Sunday", "1963-06-02": "Sunday; Whit Sunday", "1963-06-03": "Whit Monday", "1963-06-09": "Sunday", "1963-06-16": "Sunday", "1963-06-21": "Midsummer Eve", "1963-06-22": "Midsummer Day", "1963-06-23": "Sunday", "1963-06-30": "Sunday", "1963-07-07": "Sunday", "1963-07-14": "Sunday", "1963-07-21": "Sunday", "1963-07-28": "Sunday", "1963-08-04": "Sunday", "1963-08-11": "Sunday", "1963-08-18": "Sunday", "1963-08-25": "Sunday", "1963-09-01": "Sunday", "1963-09-08": "Sunday", "1963-09-15": "Sunday", "1963-09-22": "Sunday", "1963-09-29": "Sunday", "1963-10-06": "Sunday", "1963-10-13": "Sunday", "1963-10-20": "Sunday", "1963-10-27": "Sunday", "1963-11-02": "All Saints' Day", "1963-11-03": "Sunday", "1963-11-10": "Sunday", "1963-11-17": "Sunday", "1963-11-24": "Sunday", "1963-12-01": "Sunday", "1963-12-08": "Sunday", "1963-12-15": "Sunday", "1963-12-22": "Sunday", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Second Day of Christmas", "1963-12-29": "Sunday", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-05": "Sunday", "1964-01-06": "Epiphany", "1964-01-12": "Sunday", "1964-01-19": "Sunday", "1964-01-26": "Sunday", "1964-02-02": "Sunday", "1964-02-09": "Sunday", "1964-02-16": "Sunday", "1964-02-23": "Sunday", "1964-03-01": "Sunday", "1964-03-08": "Sunday", "1964-03-15": "Sunday", "1964-03-22": "Sunday", "1964-03-27": "Good Friday", "1964-03-29": "Easter Sunday; Sunday", "1964-03-30": "Easter Monday", "1964-04-05": "Sunday", "1964-04-12": "Sunday", "1964-04-19": "Sunday", "1964-04-26": "Sunday", "1964-05-01": "May Day", "1964-05-03": "Sunday", "1964-05-07": "Ascension Day", "1964-05-10": "Sunday", "1964-05-17": "Sunday; Whit Sunday", "1964-05-18": "Whit Monday", "1964-05-24": "Sunday", "1964-05-31": "Sunday", "1964-06-07": "Sunday", "1964-06-14": "Sunday", "1964-06-19": "Midsummer Eve", "1964-06-20": "Midsummer Day", "1964-06-21": "Sunday", "1964-06-28": "Sunday", "1964-07-05": "Sunday", "1964-07-12": "Sunday", "1964-07-19": "Sunday", "1964-07-26": "Sunday", "1964-08-02": "Sunday", "1964-08-09": "Sunday", "1964-08-16": "Sunday", "1964-08-23": "Sunday", "1964-08-30": "Sunday", "1964-09-06": "Sunday", "1964-09-13": "Sunday", "1964-09-20": "Sunday", "1964-09-27": "Sunday", "1964-10-04": "Sunday", "1964-10-11": "Sunday", "1964-10-18": "Sunday", "1964-10-25": "Sunday", "1964-10-31": "All Saints' Day", "1964-11-01": "Sunday", "1964-11-08": "Sunday", "1964-11-15": "Sunday", "1964-11-22": "Sunday", "1964-11-29": "Sunday", "1964-12-06": "Sunday", "1964-12-13": "Sunday", "1964-12-20": "Sunday", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Second Day of Christmas", "1964-12-27": "Sunday", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-03": "Sunday", "1965-01-06": "Epiphany", "1965-01-10": "Sunday", "1965-01-17": "Sunday", "1965-01-24": "Sunday", "1965-01-31": "Sunday", "1965-02-07": "Sunday", "1965-02-14": "Sunday", "1965-02-21": "Sunday", "1965-02-28": "Sunday", "1965-03-07": "Sunday", "1965-03-14": "Sunday", "1965-03-21": "Sunday", "1965-03-28": "Sunday", "1965-04-04": "Sunday", "1965-04-11": "Sunday", "1965-04-16": "Good Friday", "1965-04-18": "Easter Sunday; Sunday", "1965-04-19": "Easter Monday", "1965-04-25": "Sunday", "1965-05-01": "May Day", "1965-05-02": "Sunday", "1965-05-09": "Sunday", "1965-05-16": "Sunday", "1965-05-23": "Sunday", "1965-05-27": "Ascension Day", "1965-05-30": "Sunday", "1965-06-06": "Sunday; Whit Sunday", "1965-06-07": "Whit Monday", "1965-06-13": "Sunday", "1965-06-20": "Sunday", "1965-06-25": "Midsummer Eve", "1965-06-26": "Midsummer Day", "1965-06-27": "Sunday", "1965-07-04": "Sunday", "1965-07-11": "Sunday", "1965-07-18": "Sunday", "1965-07-25": "Sunday", "1965-08-01": "Sunday", "1965-08-08": "Sunday", "1965-08-15": "Sunday", "1965-08-22": "Sunday", "1965-08-29": "Sunday", "1965-09-05": "Sunday", "1965-09-12": "Sunday", "1965-09-19": "Sunday", "1965-09-26": "Sunday", "1965-10-03": "Sunday", "1965-10-10": "Sunday", "1965-10-17": "Sunday", "1965-10-24": "Sunday", "1965-10-31": "Sunday", "1965-11-06": "All Saints' Day", "1965-11-07": "Sunday", "1965-11-14": "Sunday", "1965-11-21": "Sunday", "1965-11-28": "Sunday", "1965-12-05": "Sunday", "1965-12-12": "Sunday", "1965-12-19": "Sunday", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Second Day of Christmas; Sunday", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-02": "Sunday", "1966-01-06": "Epiphany", "1966-01-09": "Sunday", "1966-01-16": "Sunday", "1966-01-23": "Sunday", "1966-01-30": "Sunday", "1966-02-06": "Sunday", "1966-02-13": "Sunday", "1966-02-20": "Sunday", "1966-02-27": "Sunday", "1966-03-06": "Sunday", "1966-03-13": "Sunday", "1966-03-20": "Sunday", "1966-03-27": "Sunday", "1966-04-03": "Sunday", "1966-04-08": "Good Friday", "1966-04-10": "Easter Sunday; Sunday", "1966-04-11": "Easter Monday", "1966-04-17": "Sunday", "1966-04-24": "Sunday", "1966-05-01": "May Day; Sunday", "1966-05-08": "Sunday", "1966-05-15": "Sunday", "1966-05-19": "Ascension Day", "1966-05-22": "Sunday", "1966-05-29": "Sunday; Whit Sunday", "1966-05-30": "Whit Monday", "1966-06-05": "Sunday", "1966-06-12": "Sunday", "1966-06-19": "Sunday", "1966-06-24": "Midsummer Eve", "1966-06-25": "Midsummer Day", "1966-06-26": "Sunday", "1966-07-03": "Sunday", "1966-07-10": "Sunday", "1966-07-17": "Sunday", "1966-07-24": "Sunday", "1966-07-31": "Sunday", "1966-08-07": "Sunday", "1966-08-14": "Sunday", "1966-08-21": "Sunday", "1966-08-28": "Sunday", "1966-09-04": "Sunday", "1966-09-11": "Sunday", "1966-09-18": "Sunday", "1966-09-25": "Sunday", "1966-10-02": "Sunday", "1966-10-09": "Sunday", "1966-10-16": "Sunday", "1966-10-23": "Sunday", "1966-10-30": "Sunday", "1966-11-05": "All Saints' Day", "1966-11-06": "Sunday", "1966-11-13": "Sunday", "1966-11-20": "Sunday", "1966-11-27": "Sunday", "1966-12-04": "Sunday", "1966-12-11": "Sunday", "1966-12-18": "Sunday", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day; Sunday", "1966-12-26": "Second Day of Christmas", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day; Sunday", "1967-01-06": "Epiphany", "1967-01-08": "Sunday", "1967-01-15": "Sunday", "1967-01-22": "Sunday", "1967-01-29": "Sunday", "1967-02-05": "Sunday", "1967-02-12": "Sunday", "1967-02-19": "Sunday", "1967-02-26": "Sunday", "1967-03-05": "Sunday", "1967-03-12": "Sunday", "1967-03-19": "Sunday", "1967-03-24": "Good Friday", "1967-03-26": "Easter Sunday; Sunday", "1967-03-27": "Easter Monday", "1967-04-02": "Sunday", "1967-04-09": "Sunday", "1967-04-16": "Sunday", "1967-04-23": "Sunday", "1967-04-30": "Sunday", "1967-05-01": "May Day", "1967-05-04": "Ascension Day", "1967-05-07": "Sunday", "1967-05-14": "Sunday; Whit Sunday", "1967-05-15": "Whit Monday", "1967-05-21": "Sunday", "1967-05-28": "Sunday", "1967-06-04": "Sunday", "1967-06-11": "Sunday", "1967-06-18": "Sunday", "1967-06-23": "Midsummer Eve", "1967-06-24": "Midsummer Day", "1967-06-25": "Sunday", "1967-07-02": "Sunday", "1967-07-09": "Sunday", "1967-07-16": "Sunday", "1967-07-23": "Sunday", "1967-07-30": "Sunday", "1967-08-06": "Sunday", "1967-08-13": "Sunday", "1967-08-20": "Sunday", "1967-08-27": "Sunday", "1967-09-03": "Sunday", "1967-09-10": "Sunday", "1967-09-17": "Sunday", "1967-09-24": "Sunday", "1967-10-01": "Sunday", "1967-10-08": "Sunday", "1967-10-15": "Sunday", "1967-10-22": "Sunday", "1967-10-29": "Sunday", "1967-11-04": "All Saints' Day", "1967-11-05": "Sunday", "1967-11-12": "Sunday", "1967-11-19": "Sunday", "1967-11-26": "Sunday", "1967-12-03": "Sunday", "1967-12-10": "Sunday", "1967-12-17": "Sunday", "1967-12-24": "Christmas Eve; Sunday", "1967-12-25": "Christmas Day", "1967-12-26": "Second Day of Christmas", "1967-12-31": "New Year's Eve; Sunday", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-01-07": "Sunday", "1968-01-14": "Sunday", "1968-01-21": "Sunday", "1968-01-28": "Sunday", "1968-02-04": "Sunday", "1968-02-11": "Sunday", "1968-02-18": "Sunday", "1968-02-25": "Sunday", "1968-03-03": "Sunday", "1968-03-10": "Sunday", "1968-03-17": "Sunday", "1968-03-24": "Sunday", "1968-03-31": "Sunday", "1968-04-07": "Sunday", "1968-04-12": "Good Friday", "1968-04-14": "Easter Sunday; Sunday", "1968-04-15": "Easter Monday", "1968-04-21": "Sunday", "1968-04-28": "Sunday", "1968-05-01": "May Day", "1968-05-05": "Sunday", "1968-05-12": "Sunday", "1968-05-19": "Sunday", "1968-05-23": "Ascension Day", "1968-05-26": "Sunday", "1968-06-02": "Sunday; Whit Sunday", "1968-06-03": "Whit Monday", "1968-06-09": "Sunday", "1968-06-16": "Sunday", "1968-06-21": "Midsummer Eve", "1968-06-22": "Midsummer Day", "1968-06-23": "Sunday", "1968-06-30": "Sunday", "1968-07-07": "Sunday", "1968-07-14": "Sunday", "1968-07-21": "Sunday", "1968-07-28": "Sunday", "1968-08-04": "Sunday", "1968-08-11": "Sunday", "1968-08-18": "Sunday", "1968-08-25": "Sunday", "1968-09-01": "Sunday", "1968-09-08": "Sunday", "1968-09-15": "Sunday", "1968-09-22": "Sunday", "1968-09-29": "Sunday", "1968-10-06": "Sunday", "1968-10-13": "Sunday", "1968-10-20": "Sunday", "1968-10-27": "Sunday", "1968-11-02": "All Saints' Day", "1968-11-03": "Sunday", "1968-11-10": "Sunday", "1968-11-17": "Sunday", "1968-11-24": "Sunday", "1968-12-01": "Sunday", "1968-12-08": "Sunday", "1968-12-15": "Sunday", "1968-12-22": "Sunday", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Second Day of Christmas", "1968-12-29": "Sunday", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-05": "Sunday", "1969-01-06": "Epiphany", "1969-01-12": "Sunday", "1969-01-19": "Sunday", "1969-01-26": "Sunday", "1969-02-02": "Sunday", "1969-02-09": "Sunday", "1969-02-16": "Sunday", "1969-02-23": "Sunday", "1969-03-02": "Sunday", "1969-03-09": "Sunday", "1969-03-16": "Sunday", "1969-03-23": "Sunday", "1969-03-30": "Sunday", "1969-04-04": "Good Friday", "1969-04-06": "Easter Sunday; Sunday", "1969-04-07": "Easter Monday", "1969-04-13": "Sunday", "1969-04-20": "Sunday", "1969-04-27": "Sunday", "1969-05-01": "May Day", "1969-05-04": "Sunday", "1969-05-11": "Sunday", "1969-05-15": "Ascension Day", "1969-05-18": "Sunday", "1969-05-25": "Sunday; Whit Sunday", "1969-05-26": "Whit Monday", "1969-06-01": "Sunday", "1969-06-08": "Sunday", "1969-06-15": "Sunday", "1969-06-20": "Midsummer Eve", "1969-06-21": "Midsummer Day", "1969-06-22": "Sunday", "1969-06-29": "Sunday", "1969-07-06": "Sunday", "1969-07-13": "Sunday", "1969-07-20": "Sunday", "1969-07-27": "Sunday", "1969-08-03": "Sunday", "1969-08-10": "Sunday", "1969-08-17": "Sunday", "1969-08-24": "Sunday", "1969-08-31": "Sunday", "1969-09-07": "Sunday", "1969-09-14": "Sunday", "1969-09-21": "Sunday", "1969-09-28": "Sunday", "1969-10-05": "Sunday", "1969-10-12": "Sunday", "1969-10-19": "Sunday", "1969-10-26": "Sunday", "1969-11-01": "All Saints' Day", "1969-11-02": "Sunday", "1969-11-09": "Sunday", "1969-11-16": "Sunday", "1969-11-23": "Sunday", "1969-11-30": "Sunday", "1969-12-07": "Sunday", "1969-12-14": "Sunday", "1969-12-21": "Sunday", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Second Day of Christmas", "1969-12-28": "Sunday", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-04": "Sunday", "1970-01-06": "Epiphany", "1970-01-11": "Sunday", "1970-01-18": "Sunday", "1970-01-25": "Sunday", "1970-02-01": "Sunday", "1970-02-08": "Sunday", "1970-02-15": "Sunday", "1970-02-22": "Sunday", "1970-03-01": "Sunday", "1970-03-08": "Sunday", "1970-03-15": "Sunday", "1970-03-22": "Sunday", "1970-03-27": "Good Friday", "1970-03-29": "Easter Sunday; Sunday", "1970-03-30": "Easter Monday", "1970-04-05": "Sunday", "1970-04-12": "Sunday", "1970-04-19": "Sunday", "1970-04-26": "Sunday", "1970-05-01": "May Day", "1970-05-03": "Sunday", "1970-05-07": "Ascension Day", "1970-05-10": "Sunday", "1970-05-17": "Sunday; Whit Sunday", "1970-05-18": "Whit Monday", "1970-05-24": "Sunday", "1970-05-31": "Sunday", "1970-06-07": "Sunday", "1970-06-14": "Sunday", "1970-06-19": "Midsummer Eve", "1970-06-20": "Midsummer Day", "1970-06-21": "Sunday", "1970-06-28": "Sunday", "1970-07-05": "Sunday", "1970-07-12": "Sunday", "1970-07-19": "Sunday", "1970-07-26": "Sunday", "1970-08-02": "Sunday", "1970-08-09": "Sunday", "1970-08-16": "Sunday", "1970-08-23": "Sunday", "1970-08-30": "Sunday", "1970-09-06": "Sunday", "1970-09-13": "Sunday", "1970-09-20": "Sunday", "1970-09-27": "Sunday", "1970-10-04": "Sunday", "1970-10-11": "Sunday", "1970-10-18": "Sunday", "1970-10-25": "Sunday", "1970-10-31": "All Saints' Day", "1970-11-01": "Sunday", "1970-11-08": "Sunday", "1970-11-15": "Sunday", "1970-11-22": "Sunday", "1970-11-29": "Sunday", "1970-12-06": "Sunday", "1970-12-13": "Sunday", "1970-12-20": "Sunday", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Second Day of Christmas", "1970-12-27": "Sunday", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-03": "Sunday", "1971-01-06": "Epiphany", "1971-01-10": "Sunday", "1971-01-17": "Sunday", "1971-01-24": "Sunday", "1971-01-31": "Sunday", "1971-02-07": "Sunday", "1971-02-14": "Sunday", "1971-02-21": "Sunday", "1971-02-28": "Sunday", "1971-03-07": "Sunday", "1971-03-14": "Sunday", "1971-03-21": "Sunday", "1971-03-28": "Sunday", "1971-04-04": "Sunday", "1971-04-09": "Good Friday", "1971-04-11": "Easter Sunday; Sunday", "1971-04-12": "Easter Monday", "1971-04-18": "Sunday", "1971-04-25": "Sunday", "1971-05-01": "May Day", "1971-05-02": "Sunday", "1971-05-09": "Sunday", "1971-05-16": "Sunday", "1971-05-20": "Ascension Day", "1971-05-23": "Sunday", "1971-05-30": "Sunday; Whit Sunday", "1971-05-31": "Whit Monday", "1971-06-06": "Sunday", "1971-06-13": "Sunday", "1971-06-20": "Sunday", "1971-06-25": "Midsummer Eve", "1971-06-26": "Midsummer Day", "1971-06-27": "Sunday", "1971-07-04": "Sunday", "1971-07-11": "Sunday", "1971-07-18": "Sunday", "1971-07-25": "Sunday", "1971-08-01": "Sunday", "1971-08-08": "Sunday", "1971-08-15": "Sunday", "1971-08-22": "Sunday", "1971-08-29": "Sunday", "1971-09-05": "Sunday", "1971-09-12": "Sunday", "1971-09-19": "Sunday", "1971-09-26": "Sunday", "1971-10-03": "Sunday", "1971-10-10": "Sunday", "1971-10-17": "Sunday", "1971-10-24": "Sunday", "1971-10-31": "Sunday", "1971-11-06": "All Saints' Day", "1971-11-07": "Sunday", "1971-11-14": "Sunday", "1971-11-21": "Sunday", "1971-11-28": "Sunday", "1971-12-05": "Sunday", "1971-12-12": "Sunday", "1971-12-19": "Sunday", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Second Day of Christmas; Sunday", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-02": "Sunday", "1972-01-06": "Epiphany", "1972-01-09": "Sunday", "1972-01-16": "Sunday", "1972-01-23": "Sunday", "1972-01-30": "Sunday", "1972-02-06": "Sunday", "1972-02-13": "Sunday", "1972-02-20": "Sunday", "1972-02-27": "Sunday", "1972-03-05": "Sunday", "1972-03-12": "Sunday", "1972-03-19": "Sunday", "1972-03-26": "Sunday", "1972-03-31": "Good Friday", "1972-04-02": "Easter Sunday; Sunday", "1972-04-03": "Easter Monday", "1972-04-09": "Sunday", "1972-04-16": "Sunday", "1972-04-23": "Sunday", "1972-04-30": "Sunday", "1972-05-01": "May Day", "1972-05-07": "Sunday", "1972-05-11": "Ascension Day", "1972-05-14": "Sunday", "1972-05-21": "Sunday; Whit Sunday", "1972-05-22": "Whit Monday", "1972-05-28": "Sunday", "1972-06-04": "Sunday", "1972-06-11": "Sunday", "1972-06-18": "Sunday", "1972-06-23": "Midsummer Eve", "1972-06-24": "Midsummer Day", "1972-06-25": "Sunday", "1972-07-02": "Sunday", "1972-07-09": "Sunday", "1972-07-16": "Sunday", "1972-07-23": "Sunday", "1972-07-30": "Sunday", "1972-08-06": "Sunday", "1972-08-13": "Sunday", "1972-08-20": "Sunday", "1972-08-27": "Sunday", "1972-09-03": "Sunday", "1972-09-10": "Sunday", "1972-09-17": "Sunday", "1972-09-24": "Sunday", "1972-10-01": "Sunday", "1972-10-08": "Sunday", "1972-10-15": "Sunday", "1972-10-22": "Sunday", "1972-10-29": "Sunday", "1972-11-04": "All Saints' Day", "1972-11-05": "Sunday", "1972-11-12": "Sunday", "1972-11-19": "Sunday", "1972-11-26": "Sunday", "1972-12-03": "Sunday", "1972-12-10": "Sunday", "1972-12-17": "Sunday", "1972-12-24": "Christmas Eve; Sunday", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1972-12-31": "New Year's Eve; Sunday", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-01-07": "Sunday", "1973-01-14": "Sunday", "1973-01-21": "Sunday", "1973-01-28": "Sunday", "1973-02-04": "Sunday", "1973-02-11": "Sunday", "1973-02-18": "Sunday", "1973-02-25": "Sunday", "1973-03-04": "Sunday", "1973-03-11": "Sunday", "1973-03-18": "Sunday", "1973-03-25": "Sunday", "1973-04-01": "Sunday", "1973-04-08": "Sunday", "1973-04-15": "Sunday", "1973-04-20": "Good Friday", "1973-04-22": "Easter Sunday; Sunday", "1973-04-23": "Easter Monday", "1973-04-29": "Sunday", "1973-05-01": "May Day", "1973-05-06": "Sunday", "1973-05-13": "Sunday", "1973-05-20": "Sunday", "1973-05-27": "Sunday", "1973-05-31": "Ascension Day", "1973-06-03": "Sunday", "1973-06-10": "Sunday; Whit Sunday", "1973-06-11": "Whit Monday", "1973-06-17": "Sunday", "1973-06-22": "Midsummer Eve", "1973-06-23": "Midsummer Day", "1973-06-24": "Sunday", "1973-07-01": "Sunday", "1973-07-08": "Sunday", "1973-07-15": "Sunday", "1973-07-22": "Sunday", "1973-07-29": "Sunday", "1973-08-05": "Sunday", "1973-08-12": "Sunday", "1973-08-19": "Sunday", "1973-08-26": "Sunday", "1973-09-02": "Sunday", "1973-09-09": "Sunday", "1973-09-16": "Sunday", "1973-09-23": "Sunday", "1973-09-30": "Sunday", "1973-10-07": "Sunday", "1973-10-14": "Sunday", "1973-10-21": "Sunday", "1973-10-28": "Sunday", "1973-11-03": "All Saints' Day", "1973-11-04": "Sunday", "1973-11-11": "Sunday", "1973-11-18": "Sunday", "1973-11-25": "Sunday", "1973-12-02": "Sunday", "1973-12-09": "Sunday", "1973-12-16": "Sunday", "1973-12-23": "Sunday", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1973-12-30": "Sunday", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany; Sunday", "1974-01-13": "Sunday", "1974-01-20": "Sunday", "1974-01-27": "Sunday", "1974-02-03": "Sunday", "1974-02-10": "Sunday", "1974-02-17": "Sunday", "1974-02-24": "Sunday", "1974-03-03": "Sunday", "1974-03-10": "Sunday", "1974-03-17": "Sunday", "1974-03-24": "Sunday", "1974-03-31": "Sunday", "1974-04-07": "Sunday", "1974-04-12": "Good Friday", "1974-04-14": "Easter Sunday; Sunday", "1974-04-15": "Easter Monday", "1974-04-21": "Sunday", "1974-04-28": "Sunday", "1974-05-01": "May Day", "1974-05-05": "Sunday", "1974-05-12": "Sunday", "1974-05-19": "Sunday", "1974-05-23": "Ascension Day", "1974-05-26": "Sunday", "1974-06-02": "Sunday; Whit Sunday", "1974-06-03": "Whit Monday", "1974-06-09": "Sunday", "1974-06-16": "Sunday", "1974-06-21": "Midsummer Eve", "1974-06-22": "Midsummer Day", "1974-06-23": "Sunday", "1974-06-30": "Sunday", "1974-07-07": "Sunday", "1974-07-14": "Sunday", "1974-07-21": "Sunday", "1974-07-28": "Sunday", "1974-08-04": "Sunday", "1974-08-11": "Sunday", "1974-08-18": "Sunday", "1974-08-25": "Sunday", "1974-09-01": "Sunday", "1974-09-08": "Sunday", "1974-09-15": "Sunday", "1974-09-22": "Sunday", "1974-09-29": "Sunday", "1974-10-06": "Sunday", "1974-10-13": "Sunday", "1974-10-20": "Sunday", "1974-10-27": "Sunday", "1974-11-02": "All Saints' Day", "1974-11-03": "Sunday", "1974-11-10": "Sunday", "1974-11-17": "Sunday", "1974-11-24": "Sunday", "1974-12-01": "Sunday", "1974-12-08": "Sunday", "1974-12-15": "Sunday", "1974-12-22": "Sunday", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1974-12-29": "Sunday", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-05": "Sunday", "1975-01-06": "Epiphany", "1975-01-12": "Sunday", "1975-01-19": "Sunday", "1975-01-26": "Sunday", "1975-02-02": "Sunday", "1975-02-09": "Sunday", "1975-02-16": "Sunday", "1975-02-23": "Sunday", "1975-03-02": "Sunday", "1975-03-09": "Sunday", "1975-03-16": "Sunday", "1975-03-23": "Sunday", "1975-03-28": "Good Friday", "1975-03-30": "Easter Sunday; Sunday", "1975-03-31": "Easter Monday", "1975-04-06": "Sunday", "1975-04-13": "Sunday", "1975-04-20": "Sunday", "1975-04-27": "Sunday", "1975-05-01": "May Day", "1975-05-04": "Sunday", "1975-05-08": "Ascension Day", "1975-05-11": "Sunday", "1975-05-18": "Sunday; Whit Sunday", "1975-05-19": "Whit Monday", "1975-05-25": "Sunday", "1975-06-01": "Sunday", "1975-06-08": "Sunday", "1975-06-15": "Sunday", "1975-06-20": "Midsummer Eve", "1975-06-21": "Midsummer Day", "1975-06-22": "Sunday", "1975-06-29": "Sunday", "1975-07-06": "Sunday", "1975-07-13": "Sunday", "1975-07-20": "Sunday", "1975-07-27": "Sunday", "1975-08-03": "Sunday", "1975-08-10": "Sunday", "1975-08-17": "Sunday", "1975-08-24": "Sunday", "1975-08-31": "Sunday", "1975-09-07": "Sunday", "1975-09-14": "Sunday", "1975-09-21": "Sunday", "1975-09-28": "Sunday", "1975-10-05": "Sunday", "1975-10-12": "Sunday", "1975-10-19": "Sunday", "1975-10-26": "Sunday", "1975-11-01": "All Saints' Day", "1975-11-02": "Sunday", "1975-11-09": "Sunday", "1975-11-16": "Sunday", "1975-11-23": "Sunday", "1975-11-30": "Sunday", "1975-12-07": "Sunday", "1975-12-14": "Sunday", "1975-12-21": "Sunday", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1975-12-28": "Sunday", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-04": "Sunday", "1976-01-06": "Epiphany", "1976-01-11": "Sunday", "1976-01-18": "Sunday", "1976-01-25": "Sunday", "1976-02-01": "Sunday", "1976-02-08": "Sunday", "1976-02-15": "Sunday", "1976-02-22": "Sunday", "1976-02-29": "Sunday", "1976-03-07": "Sunday", "1976-03-14": "Sunday", "1976-03-21": "Sunday", "1976-03-28": "Sunday", "1976-04-04": "Sunday", "1976-04-11": "Sunday", "1976-04-16": "Good Friday", "1976-04-18": "Easter Sunday; Sunday", "1976-04-19": "Easter Monday", "1976-04-25": "Sunday", "1976-05-01": "May Day", "1976-05-02": "Sunday", "1976-05-09": "Sunday", "1976-05-16": "Sunday", "1976-05-23": "Sunday", "1976-05-27": "Ascension Day", "1976-05-30": "Sunday", "1976-06-06": "Sunday; Whit Sunday", "1976-06-07": "Whit Monday", "1976-06-13": "Sunday", "1976-06-20": "Sunday", "1976-06-25": "Midsummer Eve", "1976-06-26": "Midsummer Day", "1976-06-27": "Sunday", "1976-07-04": "Sunday", "1976-07-11": "Sunday", "1976-07-18": "Sunday", "1976-07-25": "Sunday", "1976-08-01": "Sunday", "1976-08-08": "Sunday", "1976-08-15": "Sunday", "1976-08-22": "Sunday", "1976-08-29": "Sunday", "1976-09-05": "Sunday", "1976-09-12": "Sunday", "1976-09-19": "Sunday", "1976-09-26": "Sunday", "1976-10-03": "Sunday", "1976-10-10": "Sunday", "1976-10-17": "Sunday", "1976-10-24": "Sunday", "1976-10-31": "Sunday", "1976-11-06": "All Saints' Day", "1976-11-07": "Sunday", "1976-11-14": "Sunday", "1976-11-21": "Sunday", "1976-11-28": "Sunday", "1976-12-05": "Sunday", "1976-12-12": "Sunday", "1976-12-19": "Sunday", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas; Sunday", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-02": "Sunday", "1977-01-06": "Epiphany", "1977-01-09": "Sunday", "1977-01-16": "Sunday", "1977-01-23": "Sunday", "1977-01-30": "Sunday", "1977-02-06": "Sunday", "1977-02-13": "Sunday", "1977-02-20": "Sunday", "1977-02-27": "Sunday", "1977-03-06": "Sunday", "1977-03-13": "Sunday", "1977-03-20": "Sunday", "1977-03-27": "Sunday", "1977-04-03": "Sunday", "1977-04-08": "Good Friday", "1977-04-10": "Easter Sunday; Sunday", "1977-04-11": "Easter Monday", "1977-04-17": "Sunday", "1977-04-24": "Sunday", "1977-05-01": "May Day; Sunday", "1977-05-08": "Sunday", "1977-05-15": "Sunday", "1977-05-19": "Ascension Day", "1977-05-22": "Sunday", "1977-05-29": "Sunday; Whit Sunday", "1977-05-30": "Whit Monday", "1977-06-05": "Sunday", "1977-06-12": "Sunday", "1977-06-19": "Sunday", "1977-06-24": "Midsummer Eve", "1977-06-25": "Midsummer Day", "1977-06-26": "Sunday", "1977-07-03": "Sunday", "1977-07-10": "Sunday", "1977-07-17": "Sunday", "1977-07-24": "Sunday", "1977-07-31": "Sunday", "1977-08-07": "Sunday", "1977-08-14": "Sunday", "1977-08-21": "Sunday", "1977-08-28": "Sunday", "1977-09-04": "Sunday", "1977-09-11": "Sunday", "1977-09-18": "Sunday", "1977-09-25": "Sunday", "1977-10-02": "Sunday", "1977-10-09": "Sunday", "1977-10-16": "Sunday", "1977-10-23": "Sunday", "1977-10-30": "Sunday", "1977-11-05": "All Saints' Day", "1977-11-06": "Sunday", "1977-11-13": "Sunday", "1977-11-20": "Sunday", "1977-11-27": "Sunday", "1977-12-04": "Sunday", "1977-12-11": "Sunday", "1977-12-18": "Sunday", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day; Sunday", "1977-12-26": "Second Day of Christmas", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day; Sunday", "1978-01-06": "Epiphany", "1978-01-08": "Sunday", "1978-01-15": "Sunday", "1978-01-22": "Sunday", "1978-01-29": "Sunday", "1978-02-05": "Sunday", "1978-02-12": "Sunday", "1978-02-19": "Sunday", "1978-02-26": "Sunday", "1978-03-05": "Sunday", "1978-03-12": "Sunday", "1978-03-19": "Sunday", "1978-03-24": "Good Friday", "1978-03-26": "Easter Sunday; Sunday", "1978-03-27": "Easter Monday", "1978-04-02": "Sunday", "1978-04-09": "Sunday", "1978-04-16": "Sunday", "1978-04-23": "Sunday", "1978-04-30": "Sunday", "1978-05-01": "May Day", "1978-05-04": "Ascension Day", "1978-05-07": "Sunday", "1978-05-14": "Sunday; Whit Sunday", "1978-05-15": "Whit Monday", "1978-05-21": "Sunday", "1978-05-28": "Sunday", "1978-06-04": "Sunday", "1978-06-11": "Sunday", "1978-06-18": "Sunday", "1978-06-23": "Midsummer Eve", "1978-06-24": "Midsummer Day", "1978-06-25": "Sunday", "1978-07-02": "Sunday", "1978-07-09": "Sunday", "1978-07-16": "Sunday", "1978-07-23": "Sunday", "1978-07-30": "Sunday", "1978-08-06": "Sunday", "1978-08-13": "Sunday", "1978-08-20": "Sunday", "1978-08-27": "Sunday", "1978-09-03": "Sunday", "1978-09-10": "Sunday", "1978-09-17": "Sunday", "1978-09-24": "Sunday", "1978-10-01": "Sunday", "1978-10-08": "Sunday", "1978-10-15": "Sunday", "1978-10-22": "Sunday", "1978-10-29": "Sunday", "1978-11-04": "All Saints' Day", "1978-11-05": "Sunday", "1978-11-12": "Sunday", "1978-11-19": "Sunday", "1978-11-26": "Sunday", "1978-12-03": "Sunday", "1978-12-10": "Sunday", "1978-12-17": "Sunday", "1978-12-24": "Christmas Eve; Sunday", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1978-12-31": "New Year's Eve; Sunday", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-01-07": "Sunday", "1979-01-14": "Sunday", "1979-01-21": "Sunday", "1979-01-28": "Sunday", "1979-02-04": "Sunday", "1979-02-11": "Sunday", "1979-02-18": "Sunday", "1979-02-25": "Sunday", "1979-03-04": "Sunday", "1979-03-11": "Sunday", "1979-03-18": "Sunday", "1979-03-25": "Sunday", "1979-04-01": "Sunday", "1979-04-08": "Sunday", "1979-04-13": "Good Friday", "1979-04-15": "Easter Sunday; Sunday", "1979-04-16": "Easter Monday", "1979-04-22": "Sunday", "1979-04-29": "Sunday", "1979-05-01": "May Day", "1979-05-06": "Sunday", "1979-05-13": "Sunday", "1979-05-20": "Sunday", "1979-05-24": "Ascension Day", "1979-05-27": "Sunday", "1979-06-03": "Sunday; Whit Sunday", "1979-06-04": "Whit Monday", "1979-06-10": "Sunday", "1979-06-17": "Sunday", "1979-06-22": "Midsummer Eve", "1979-06-23": "Midsummer Day", "1979-06-24": "Sunday", "1979-07-01": "Sunday", "1979-07-08": "Sunday", "1979-07-15": "Sunday", "1979-07-22": "Sunday", "1979-07-29": "Sunday", "1979-08-05": "Sunday", "1979-08-12": "Sunday", "1979-08-19": "Sunday", "1979-08-26": "Sunday", "1979-09-02": "Sunday", "1979-09-09": "Sunday", "1979-09-16": "Sunday", "1979-09-23": "Sunday", "1979-09-30": "Sunday", "1979-10-07": "Sunday", "1979-10-14": "Sunday", "1979-10-21": "Sunday", "1979-10-28": "Sunday", "1979-11-03": "All Saints' Day", "1979-11-04": "Sunday", "1979-11-11": "Sunday", "1979-11-18": "Sunday", "1979-11-25": "Sunday", "1979-12-02": "Sunday", "1979-12-09": "Sunday", "1979-12-16": "Sunday", "1979-12-23": "Sunday", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1979-12-30": "Sunday", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany; Sunday", "1980-01-13": "Sunday", "1980-01-20": "Sunday", "1980-01-27": "Sunday", "1980-02-03": "Sunday", "1980-02-10": "Sunday", "1980-02-17": "Sunday", "1980-02-24": "Sunday", "1980-03-02": "Sunday", "1980-03-09": "Sunday", "1980-03-16": "Sunday", "1980-03-23": "Sunday", "1980-03-30": "Sunday", "1980-04-04": "Good Friday", "1980-04-06": "Easter Sunday; Sunday", "1980-04-07": "Easter Monday", "1980-04-13": "Sunday", "1980-04-20": "Sunday", "1980-04-27": "Sunday", "1980-05-01": "May Day", "1980-05-04": "Sunday", "1980-05-11": "Sunday", "1980-05-15": "Ascension Day", "1980-05-18": "Sunday", "1980-05-25": "Sunday; Whit Sunday", "1980-05-26": "Whit Monday", "1980-06-01": "Sunday", "1980-06-08": "Sunday", "1980-06-15": "Sunday", "1980-06-20": "Midsummer Eve", "1980-06-21": "Midsummer Day", "1980-06-22": "Sunday", "1980-06-29": "Sunday", "1980-07-06": "Sunday", "1980-07-13": "Sunday", "1980-07-20": "Sunday", "1980-07-27": "Sunday", "1980-08-03": "Sunday", "1980-08-10": "Sunday", "1980-08-17": "Sunday", "1980-08-24": "Sunday", "1980-08-31": "Sunday", "1980-09-07": "Sunday", "1980-09-14": "Sunday", "1980-09-21": "Sunday", "1980-09-28": "Sunday", "1980-10-05": "Sunday", "1980-10-12": "Sunday", "1980-10-19": "Sunday", "1980-10-26": "Sunday", "1980-11-01": "All Saints' Day", "1980-11-02": "Sunday", "1980-11-09": "Sunday", "1980-11-16": "Sunday", "1980-11-23": "Sunday", "1980-11-30": "Sunday", "1980-12-07": "Sunday", "1980-12-14": "Sunday", "1980-12-21": "Sunday", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1980-12-28": "Sunday", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-04": "Sunday", "1981-01-06": "Epiphany", "1981-01-11": "Sunday", "1981-01-18": "Sunday", "1981-01-25": "Sunday", "1981-02-01": "Sunday", "1981-02-08": "Sunday", "1981-02-15": "Sunday", "1981-02-22": "Sunday", "1981-03-01": "Sunday", "1981-03-08": "Sunday", "1981-03-15": "Sunday", "1981-03-22": "Sunday", "1981-03-29": "Sunday", "1981-04-05": "Sunday", "1981-04-12": "Sunday", "1981-04-17": "Good Friday", "1981-04-19": "Easter Sunday; Sunday", "1981-04-20": "Easter Monday", "1981-04-26": "Sunday", "1981-05-01": "May Day", "1981-05-03": "Sunday", "1981-05-10": "Sunday", "1981-05-17": "Sunday", "1981-05-24": "Sunday", "1981-05-28": "Ascension Day", "1981-05-31": "Sunday", "1981-06-07": "Sunday; Whit Sunday", "1981-06-08": "Whit Monday", "1981-06-14": "Sunday", "1981-06-19": "Midsummer Eve", "1981-06-20": "Midsummer Day", "1981-06-21": "Sunday", "1981-06-28": "Sunday", "1981-07-05": "Sunday", "1981-07-12": "Sunday", "1981-07-19": "Sunday", "1981-07-26": "Sunday", "1981-08-02": "Sunday", "1981-08-09": "Sunday", "1981-08-16": "Sunday", "1981-08-23": "Sunday", "1981-08-30": "Sunday", "1981-09-06": "Sunday", "1981-09-13": "Sunday", "1981-09-20": "Sunday", "1981-09-27": "Sunday", "1981-10-04": "Sunday", "1981-10-11": "Sunday", "1981-10-18": "Sunday", "1981-10-25": "Sunday", "1981-10-31": "All Saints' Day", "1981-11-01": "Sunday", "1981-11-08": "Sunday", "1981-11-15": "Sunday", "1981-11-22": "Sunday", "1981-11-29": "Sunday", "1981-12-06": "Sunday", "1981-12-13": "Sunday", "1981-12-20": "Sunday", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1981-12-27": "Sunday", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-03": "Sunday", "1982-01-06": "Epiphany", "1982-01-10": "Sunday", "1982-01-17": "Sunday", "1982-01-24": "Sunday", "1982-01-31": "Sunday", "1982-02-07": "Sunday", "1982-02-14": "Sunday", "1982-02-21": "Sunday", "1982-02-28": "Sunday", "1982-03-07": "Sunday", "1982-03-14": "Sunday", "1982-03-21": "Sunday", "1982-03-28": "Sunday", "1982-04-04": "Sunday", "1982-04-09": "Good Friday", "1982-04-11": "Easter Sunday; Sunday", "1982-04-12": "Easter Monday", "1982-04-18": "Sunday", "1982-04-25": "Sunday", "1982-05-01": "May Day", "1982-05-02": "Sunday", "1982-05-09": "Sunday", "1982-05-16": "Sunday", "1982-05-20": "Ascension Day", "1982-05-23": "Sunday", "1982-05-30": "Sunday; Whit Sunday", "1982-05-31": "Whit Monday", "1982-06-06": "Sunday", "1982-06-13": "Sunday", "1982-06-20": "Sunday", "1982-06-25": "Midsummer Eve", "1982-06-26": "Midsummer Day", "1982-06-27": "Sunday", "1982-07-04": "Sunday", "1982-07-11": "Sunday", "1982-07-18": "Sunday", "1982-07-25": "Sunday", "1982-08-01": "Sunday", "1982-08-08": "Sunday", "1982-08-15": "Sunday", "1982-08-22": "Sunday", "1982-08-29": "Sunday", "1982-09-05": "Sunday", "1982-09-12": "Sunday", "1982-09-19": "Sunday", "1982-09-26": "Sunday", "1982-10-03": "Sunday", "1982-10-10": "Sunday", "1982-10-17": "Sunday", "1982-10-24": "Sunday", "1982-10-31": "Sunday", "1982-11-06": "All Saints' Day", "1982-11-07": "Sunday", "1982-11-14": "Sunday", "1982-11-21": "Sunday", "1982-11-28": "Sunday", "1982-12-05": "Sunday", "1982-12-12": "Sunday", "1982-12-19": "Sunday", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas; Sunday", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-02": "Sunday", "1983-01-06": "Epiphany", "1983-01-09": "Sunday", "1983-01-16": "Sunday", "1983-01-23": "Sunday", "1983-01-30": "Sunday", "1983-02-06": "Sunday", "1983-02-13": "Sunday", "1983-02-20": "Sunday", "1983-02-27": "Sunday", "1983-03-06": "Sunday", "1983-03-13": "Sunday", "1983-03-20": "Sunday", "1983-03-27": "Sunday", "1983-04-01": "Good Friday", "1983-04-03": "Easter Sunday; Sunday", "1983-04-04": "Easter Monday", "1983-04-10": "Sunday", "1983-04-17": "Sunday", "1983-04-24": "Sunday", "1983-05-01": "May Day; Sunday", "1983-05-08": "Sunday", "1983-05-12": "Ascension Day", "1983-05-15": "Sunday", "1983-05-22": "Sunday; Whit Sunday", "1983-05-23": "Whit Monday", "1983-05-29": "Sunday", "1983-06-05": "Sunday", "1983-06-12": "Sunday", "1983-06-19": "Sunday", "1983-06-24": "Midsummer Eve", "1983-06-25": "Midsummer Day", "1983-06-26": "Sunday", "1983-07-03": "Sunday", "1983-07-10": "Sunday", "1983-07-17": "Sunday", "1983-07-24": "Sunday", "1983-07-31": "Sunday", "1983-08-07": "Sunday", "1983-08-14": "Sunday", "1983-08-21": "Sunday", "1983-08-28": "Sunday", "1983-09-04": "Sunday", "1983-09-11": "Sunday", "1983-09-18": "Sunday", "1983-09-25": "Sunday", "1983-10-02": "Sunday", "1983-10-09": "Sunday", "1983-10-16": "Sunday", "1983-10-23": "Sunday", "1983-10-30": "Sunday", "1983-11-05": "All Saints' Day", "1983-11-06": "Sunday", "1983-11-13": "Sunday", "1983-11-20": "Sunday", "1983-11-27": "Sunday", "1983-12-04": "Sunday", "1983-12-11": "Sunday", "1983-12-18": "Sunday", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day; Sunday", "1983-12-26": "Second Day of Christmas", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day; Sunday", "1984-01-06": "Epiphany", "1984-01-08": "Sunday", "1984-01-15": "Sunday", "1984-01-22": "Sunday", "1984-01-29": "Sunday", "1984-02-05": "Sunday", "1984-02-12": "Sunday", "1984-02-19": "Sunday", "1984-02-26": "Sunday", "1984-03-04": "Sunday", "1984-03-11": "Sunday", "1984-03-18": "Sunday", "1984-03-25": "Sunday", "1984-04-01": "Sunday", "1984-04-08": "Sunday", "1984-04-15": "Sunday", "1984-04-20": "Good Friday", "1984-04-22": "Easter Sunday; Sunday", "1984-04-23": "Easter Monday", "1984-04-29": "Sunday", "1984-05-01": "May Day", "1984-05-06": "Sunday", "1984-05-13": "Sunday", "1984-05-20": "Sunday", "1984-05-27": "Sunday", "1984-05-31": "Ascension Day", "1984-06-03": "Sunday", "1984-06-10": "Sunday; Whit Sunday", "1984-06-11": "Whit Monday", "1984-06-17": "Sunday", "1984-06-22": "Midsummer Eve", "1984-06-23": "Midsummer Day", "1984-06-24": "Sunday", "1984-07-01": "Sunday", "1984-07-08": "Sunday", "1984-07-15": "Sunday", "1984-07-22": "Sunday", "1984-07-29": "Sunday", "1984-08-05": "Sunday", "1984-08-12": "Sunday", "1984-08-19": "Sunday", "1984-08-26": "Sunday", "1984-09-02": "Sunday", "1984-09-09": "Sunday", "1984-09-16": "Sunday", "1984-09-23": "Sunday", "1984-09-30": "Sunday", "1984-10-07": "Sunday", "1984-10-14": "Sunday", "1984-10-21": "Sunday", "1984-10-28": "Sunday", "1984-11-03": "All Saints' Day", "1984-11-04": "Sunday", "1984-11-11": "Sunday", "1984-11-18": "Sunday", "1984-11-25": "Sunday", "1984-12-02": "Sunday", "1984-12-09": "Sunday", "1984-12-16": "Sunday", "1984-12-23": "Sunday", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1984-12-30": "Sunday", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany; Sunday", "1985-01-13": "Sunday", "1985-01-20": "Sunday", "1985-01-27": "Sunday", "1985-02-03": "Sunday", "1985-02-10": "Sunday", "1985-02-17": "Sunday", "1985-02-24": "Sunday", "1985-03-03": "Sunday", "1985-03-10": "Sunday", "1985-03-17": "Sunday", "1985-03-24": "Sunday", "1985-03-31": "Sunday", "1985-04-05": "Good Friday", "1985-04-07": "Easter Sunday; Sunday", "1985-04-08": "Easter Monday", "1985-04-14": "Sunday", "1985-04-21": "Sunday", "1985-04-28": "Sunday", "1985-05-01": "May Day", "1985-05-05": "Sunday", "1985-05-12": "Sunday", "1985-05-16": "Ascension Day", "1985-05-19": "Sunday", "1985-05-26": "Sunday; Whit Sunday", "1985-05-27": "Whit Monday", "1985-06-02": "Sunday", "1985-06-09": "Sunday", "1985-06-16": "Sunday", "1985-06-21": "Midsummer Eve", "1985-06-22": "Midsummer Day", "1985-06-23": "Sunday", "1985-06-30": "Sunday", "1985-07-07": "Sunday", "1985-07-14": "Sunday", "1985-07-21": "Sunday", "1985-07-28": "Sunday", "1985-08-04": "Sunday", "1985-08-11": "Sunday", "1985-08-18": "Sunday", "1985-08-25": "Sunday", "1985-09-01": "Sunday", "1985-09-08": "Sunday", "1985-09-15": "Sunday", "1985-09-22": "Sunday", "1985-09-29": "Sunday", "1985-10-06": "Sunday", "1985-10-13": "Sunday", "1985-10-20": "Sunday", "1985-10-27": "Sunday", "1985-11-02": "All Saints' Day", "1985-11-03": "Sunday", "1985-11-10": "Sunday", "1985-11-17": "Sunday", "1985-11-24": "Sunday", "1985-12-01": "Sunday", "1985-12-08": "Sunday", "1985-12-15": "Sunday", "1985-12-22": "Sunday", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1985-12-29": "Sunday", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-05": "Sunday", "1986-01-06": "Epiphany", "1986-01-12": "Sunday", "1986-01-19": "Sunday", "1986-01-26": "Sunday", "1986-02-02": "Sunday", "1986-02-09": "Sunday", "1986-02-16": "Sunday", "1986-02-23": "Sunday", "1986-03-02": "Sunday", "1986-03-09": "Sunday", "1986-03-16": "Sunday", "1986-03-23": "Sunday", "1986-03-28": "Good Friday", "1986-03-30": "Easter Sunday; Sunday", "1986-03-31": "Easter Monday", "1986-04-06": "Sunday", "1986-04-13": "Sunday", "1986-04-20": "Sunday", "1986-04-27": "Sunday", "1986-05-01": "May Day", "1986-05-04": "Sunday", "1986-05-08": "Ascension Day", "1986-05-11": "Sunday", "1986-05-18": "Sunday; Whit Sunday", "1986-05-19": "Whit Monday", "1986-05-25": "Sunday", "1986-06-01": "Sunday", "1986-06-08": "Sunday", "1986-06-15": "Sunday", "1986-06-20": "Midsummer Eve", "1986-06-21": "Midsummer Day", "1986-06-22": "Sunday", "1986-06-29": "Sunday", "1986-07-06": "Sunday", "1986-07-13": "Sunday", "1986-07-20": "Sunday", "1986-07-27": "Sunday", "1986-08-03": "Sunday", "1986-08-10": "Sunday", "1986-08-17": "Sunday", "1986-08-24": "Sunday", "1986-08-31": "Sunday", "1986-09-07": "Sunday", "1986-09-14": "Sunday", "1986-09-21": "Sunday", "1986-09-28": "Sunday", "1986-10-05": "Sunday", "1986-10-12": "Sunday", "1986-10-19": "Sunday", "1986-10-26": "Sunday", "1986-11-01": "All Saints' Day", "1986-11-02": "Sunday", "1986-11-09": "Sunday", "1986-11-16": "Sunday", "1986-11-23": "Sunday", "1986-11-30": "Sunday", "1986-12-07": "Sunday", "1986-12-14": "Sunday", "1986-12-21": "Sunday", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1986-12-28": "Sunday", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-04": "Sunday", "1987-01-06": "Epiphany", "1987-01-11": "Sunday", "1987-01-18": "Sunday", "1987-01-25": "Sunday", "1987-02-01": "Sunday", "1987-02-08": "Sunday", "1987-02-15": "Sunday", "1987-02-22": "Sunday", "1987-03-01": "Sunday", "1987-03-08": "Sunday", "1987-03-15": "Sunday", "1987-03-22": "Sunday", "1987-03-29": "Sunday", "1987-04-05": "Sunday", "1987-04-12": "Sunday", "1987-04-17": "Good Friday", "1987-04-19": "Easter Sunday; Sunday", "1987-04-20": "Easter Monday", "1987-04-26": "Sunday", "1987-05-01": "May Day", "1987-05-03": "Sunday", "1987-05-10": "Sunday", "1987-05-17": "Sunday", "1987-05-24": "Sunday", "1987-05-28": "Ascension Day", "1987-05-31": "Sunday", "1987-06-07": "Sunday; Whit Sunday", "1987-06-08": "Whit Monday", "1987-06-14": "Sunday", "1987-06-19": "Midsummer Eve", "1987-06-20": "Midsummer Day", "1987-06-21": "Sunday", "1987-06-28": "Sunday", "1987-07-05": "Sunday", "1987-07-12": "Sunday", "1987-07-19": "Sunday", "1987-07-26": "Sunday", "1987-08-02": "Sunday", "1987-08-09": "Sunday", "1987-08-16": "Sunday", "1987-08-23": "Sunday", "1987-08-30": "Sunday", "1987-09-06": "Sunday", "1987-09-13": "Sunday", "1987-09-20": "Sunday", "1987-09-27": "Sunday", "1987-10-04": "Sunday", "1987-10-11": "Sunday", "1987-10-18": "Sunday", "1987-10-25": "Sunday", "1987-10-31": "All Saints' Day", "1987-11-01": "Sunday", "1987-11-08": "Sunday", "1987-11-15": "Sunday", "1987-11-22": "Sunday", "1987-11-29": "Sunday", "1987-12-06": "Sunday", "1987-12-13": "Sunday", "1987-12-20": "Sunday", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1987-12-27": "Sunday", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-03": "Sunday", "1988-01-06": "Epiphany", "1988-01-10": "Sunday", "1988-01-17": "Sunday", "1988-01-24": "Sunday", "1988-01-31": "Sunday", "1988-02-07": "Sunday", "1988-02-14": "Sunday", "1988-02-21": "Sunday", "1988-02-28": "Sunday", "1988-03-06": "Sunday", "1988-03-13": "Sunday", "1988-03-20": "Sunday", "1988-03-27": "Sunday", "1988-04-01": "Good Friday", "1988-04-03": "Easter Sunday; Sunday", "1988-04-04": "Easter Monday", "1988-04-10": "Sunday", "1988-04-17": "Sunday", "1988-04-24": "Sunday", "1988-05-01": "May Day; Sunday", "1988-05-08": "Sunday", "1988-05-12": "Ascension Day", "1988-05-15": "Sunday", "1988-05-22": "Sunday; Whit Sunday", "1988-05-23": "Whit Monday", "1988-05-29": "Sunday", "1988-06-05": "Sunday", "1988-06-12": "Sunday", "1988-06-19": "Sunday", "1988-06-24": "Midsummer Eve", "1988-06-25": "Midsummer Day", "1988-06-26": "Sunday", "1988-07-03": "Sunday", "1988-07-10": "Sunday", "1988-07-17": "Sunday", "1988-07-24": "Sunday", "1988-07-31": "Sunday", "1988-08-07": "Sunday", "1988-08-14": "Sunday", "1988-08-21": "Sunday", "1988-08-28": "Sunday", "1988-09-04": "Sunday", "1988-09-11": "Sunday", "1988-09-18": "Sunday", "1988-09-25": "Sunday", "1988-10-02": "Sunday", "1988-10-09": "Sunday", "1988-10-16": "Sunday", "1988-10-23": "Sunday", "1988-10-30": "Sunday", "1988-11-05": "All Saints' Day", "1988-11-06": "Sunday", "1988-11-13": "Sunday", "1988-11-20": "Sunday", "1988-11-27": "Sunday", "1988-12-04": "Sunday", "1988-12-11": "Sunday", "1988-12-18": "Sunday", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day; Sunday", "1988-12-26": "Second Day of Christmas", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day; Sunday", "1989-01-06": "Epiphany", "1989-01-08": "Sunday", "1989-01-15": "Sunday", "1989-01-22": "Sunday", "1989-01-29": "Sunday", "1989-02-05": "Sunday", "1989-02-12": "Sunday", "1989-02-19": "Sunday", "1989-02-26": "Sunday", "1989-03-05": "Sunday", "1989-03-12": "Sunday", "1989-03-19": "Sunday", "1989-03-24": "Good Friday", "1989-03-26": "Easter Sunday; Sunday", "1989-03-27": "Easter Monday", "1989-04-02": "Sunday", "1989-04-09": "Sunday", "1989-04-16": "Sunday", "1989-04-23": "Sunday", "1989-04-30": "Sunday", "1989-05-01": "May Day", "1989-05-04": "Ascension Day", "1989-05-07": "Sunday", "1989-05-14": "Sunday; Whit Sunday", "1989-05-15": "Whit Monday", "1989-05-21": "Sunday", "1989-05-28": "Sunday", "1989-06-04": "Sunday", "1989-06-11": "Sunday", "1989-06-18": "Sunday", "1989-06-23": "Midsummer Eve", "1989-06-24": "Midsummer Day", "1989-06-25": "Sunday", "1989-07-02": "Sunday", "1989-07-09": "Sunday", "1989-07-16": "Sunday", "1989-07-23": "Sunday", "1989-07-30": "Sunday", "1989-08-06": "Sunday", "1989-08-13": "Sunday", "1989-08-20": "Sunday", "1989-08-27": "Sunday", "1989-09-03": "Sunday", "1989-09-10": "Sunday", "1989-09-17": "Sunday", "1989-09-24": "Sunday", "1989-10-01": "Sunday", "1989-10-08": "Sunday", "1989-10-15": "Sunday", "1989-10-22": "Sunday", "1989-10-29": "Sunday", "1989-11-04": "All Saints' Day", "1989-11-05": "Sunday", "1989-11-12": "Sunday", "1989-11-19": "Sunday", "1989-11-26": "Sunday", "1989-12-03": "Sunday", "1989-12-10": "Sunday", "1989-12-17": "Sunday", "1989-12-24": "Christmas Eve; Sunday", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1989-12-31": "New Year's Eve; Sunday", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-01-07": "Sunday", "1990-01-14": "Sunday", "1990-01-21": "Sunday", "1990-01-28": "Sunday", "1990-02-04": "Sunday", "1990-02-11": "Sunday", "1990-02-18": "Sunday", "1990-02-25": "Sunday", "1990-03-04": "Sunday", "1990-03-11": "Sunday", "1990-03-18": "Sunday", "1990-03-25": "Sunday", "1990-04-01": "Sunday", "1990-04-08": "Sunday", "1990-04-13": "Good Friday", "1990-04-15": "Easter Sunday; Sunday", "1990-04-16": "Easter Monday", "1990-04-22": "Sunday", "1990-04-29": "Sunday", "1990-05-01": "May Day", "1990-05-06": "Sunday", "1990-05-13": "Sunday", "1990-05-20": "Sunday", "1990-05-24": "Ascension Day", "1990-05-27": "Sunday", "1990-06-03": "Sunday; Whit Sunday", "1990-06-04": "Whit Monday", "1990-06-10": "Sunday", "1990-06-17": "Sunday", "1990-06-22": "Midsummer Eve", "1990-06-23": "Midsummer Day", "1990-06-24": "Sunday", "1990-07-01": "Sunday", "1990-07-08": "Sunday", "1990-07-15": "Sunday", "1990-07-22": "Sunday", "1990-07-29": "Sunday", "1990-08-05": "Sunday", "1990-08-12": "Sunday", "1990-08-19": "Sunday", "1990-08-26": "Sunday", "1990-09-02": "Sunday", "1990-09-09": "Sunday", "1990-09-16": "Sunday", "1990-09-23": "Sunday", "1990-09-30": "Sunday", "1990-10-07": "Sunday", "1990-10-14": "Sunday", "1990-10-21": "Sunday", "1990-10-28": "Sunday", "1990-11-03": "All Saints' Day", "1990-11-04": "Sunday", "1990-11-11": "Sunday", "1990-11-18": "Sunday", "1990-11-25": "Sunday", "1990-12-02": "Sunday", "1990-12-09": "Sunday", "1990-12-16": "Sunday", "1990-12-23": "Sunday", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1990-12-30": "Sunday", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany; Sunday", "1991-01-13": "Sunday", "1991-01-20": "Sunday", "1991-01-27": "Sunday", "1991-02-03": "Sunday", "1991-02-10": "Sunday", "1991-02-17": "Sunday", "1991-02-24": "Sunday", "1991-03-03": "Sunday", "1991-03-10": "Sunday", "1991-03-17": "Sunday", "1991-03-24": "Sunday", "1991-03-29": "Good Friday", "1991-03-31": "Easter Sunday; Sunday", "1991-04-01": "Easter Monday", "1991-04-07": "Sunday", "1991-04-14": "Sunday", "1991-04-21": "Sunday", "1991-04-28": "Sunday", "1991-05-01": "May Day", "1991-05-05": "Sunday", "1991-05-09": "Ascension Day", "1991-05-12": "Sunday", "1991-05-19": "Sunday; Whit Sunday", "1991-05-20": "Whit Monday", "1991-05-26": "Sunday", "1991-06-02": "Sunday", "1991-06-09": "Sunday", "1991-06-16": "Sunday", "1991-06-21": "Midsummer Eve", "1991-06-22": "Midsummer Day", "1991-06-23": "Sunday", "1991-06-30": "Sunday", "1991-07-07": "Sunday", "1991-07-14": "Sunday", "1991-07-21": "Sunday", "1991-07-28": "Sunday", "1991-08-04": "Sunday", "1991-08-11": "Sunday", "1991-08-18": "Sunday", "1991-08-25": "Sunday", "1991-09-01": "Sunday", "1991-09-08": "Sunday", "1991-09-15": "Sunday", "1991-09-22": "Sunday", "1991-09-29": "Sunday", "1991-10-06": "Sunday", "1991-10-13": "Sunday", "1991-10-20": "Sunday", "1991-10-27": "Sunday", "1991-11-02": "All Saints' Day", "1991-11-03": "Sunday", "1991-11-10": "Sunday", "1991-11-17": "Sunday", "1991-11-24": "Sunday", "1991-12-01": "Sunday", "1991-12-08": "Sunday", "1991-12-15": "Sunday", "1991-12-22": "Sunday", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1991-12-29": "Sunday", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-05": "Sunday", "1992-01-06": "Epiphany", "1992-01-12": "Sunday", "1992-01-19": "Sunday", "1992-01-26": "Sunday", "1992-02-02": "Sunday", "1992-02-09": "Sunday", "1992-02-16": "Sunday", "1992-02-23": "Sunday", "1992-03-01": "Sunday", "1992-03-08": "Sunday", "1992-03-15": "Sunday", "1992-03-22": "Sunday", "1992-03-29": "Sunday", "1992-04-05": "Sunday", "1992-04-12": "Sunday", "1992-04-17": "Good Friday", "1992-04-19": "Easter Sunday; Sunday", "1992-04-20": "Easter Monday", "1992-04-26": "Sunday", "1992-05-01": "May Day", "1992-05-03": "Sunday", "1992-05-10": "Sunday", "1992-05-17": "Sunday", "1992-05-24": "Sunday", "1992-05-28": "Ascension Day", "1992-05-31": "Sunday", "1992-06-07": "Sunday; Whit Sunday", "1992-06-08": "Whit Monday", "1992-06-14": "Sunday", "1992-06-19": "Midsummer Eve", "1992-06-20": "Midsummer Day", "1992-06-21": "Sunday", "1992-06-28": "Sunday", "1992-07-05": "Sunday", "1992-07-12": "Sunday", "1992-07-19": "Sunday", "1992-07-26": "Sunday", "1992-08-02": "Sunday", "1992-08-09": "Sunday", "1992-08-16": "Sunday", "1992-08-23": "Sunday", "1992-08-30": "Sunday", "1992-09-06": "Sunday", "1992-09-13": "Sunday", "1992-09-20": "Sunday", "1992-09-27": "Sunday", "1992-10-04": "Sunday", "1992-10-11": "Sunday", "1992-10-18": "Sunday", "1992-10-25": "Sunday", "1992-10-31": "All Saints' Day", "1992-11-01": "Sunday", "1992-11-08": "Sunday", "1992-11-15": "Sunday", "1992-11-22": "Sunday", "1992-11-29": "Sunday", "1992-12-06": "Sunday", "1992-12-13": "Sunday", "1992-12-20": "Sunday", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1992-12-27": "Sunday", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-03": "Sunday", "1993-01-06": "Epiphany", "1993-01-10": "Sunday", "1993-01-17": "Sunday", "1993-01-24": "Sunday", "1993-01-31": "Sunday", "1993-02-07": "Sunday", "1993-02-14": "Sunday", "1993-02-21": "Sunday", "1993-02-28": "Sunday", "1993-03-07": "Sunday", "1993-03-14": "Sunday", "1993-03-21": "Sunday", "1993-03-28": "Sunday", "1993-04-04": "Sunday", "1993-04-09": "Good Friday", "1993-04-11": "Easter Sunday; Sunday", "1993-04-12": "Easter Monday", "1993-04-18": "Sunday", "1993-04-25": "Sunday", "1993-05-01": "May Day", "1993-05-02": "Sunday", "1993-05-09": "Sunday", "1993-05-16": "Sunday", "1993-05-20": "Ascension Day", "1993-05-23": "Sunday", "1993-05-30": "Sunday; Whit Sunday", "1993-05-31": "Whit Monday", "1993-06-06": "Sunday", "1993-06-13": "Sunday", "1993-06-20": "Sunday", "1993-06-25": "Midsummer Eve", "1993-06-26": "Midsummer Day", "1993-06-27": "Sunday", "1993-07-04": "Sunday", "1993-07-11": "Sunday", "1993-07-18": "Sunday", "1993-07-25": "Sunday", "1993-08-01": "Sunday", "1993-08-08": "Sunday", "1993-08-15": "Sunday", "1993-08-22": "Sunday", "1993-08-29": "Sunday", "1993-09-05": "Sunday", "1993-09-12": "Sunday", "1993-09-19": "Sunday", "1993-09-26": "Sunday", "1993-10-03": "Sunday", "1993-10-10": "Sunday", "1993-10-17": "Sunday", "1993-10-24": "Sunday", "1993-10-31": "Sunday", "1993-11-06": "All Saints' Day", "1993-11-07": "Sunday", "1993-11-14": "Sunday", "1993-11-21": "Sunday", "1993-11-28": "Sunday", "1993-12-05": "Sunday", "1993-12-12": "Sunday", "1993-12-19": "Sunday", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas; Sunday", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-02": "Sunday", "1994-01-06": "Epiphany", "1994-01-09": "Sunday", "1994-01-16": "Sunday", "1994-01-23": "Sunday", "1994-01-30": "Sunday", "1994-02-06": "Sunday", "1994-02-13": "Sunday", "1994-02-20": "Sunday", "1994-02-27": "Sunday", "1994-03-06": "Sunday", "1994-03-13": "Sunday", "1994-03-20": "Sunday", "1994-03-27": "Sunday", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday; Sunday", "1994-04-04": "Easter Monday", "1994-04-10": "Sunday", "1994-04-17": "Sunday", "1994-04-24": "Sunday", "1994-05-01": "May Day; Sunday", "1994-05-08": "Sunday", "1994-05-12": "Ascension Day", "1994-05-15": "Sunday", "1994-05-22": "Sunday; Whit Sunday", "1994-05-23": "Whit Monday", "1994-05-29": "Sunday", "1994-06-05": "Sunday", "1994-06-12": "Sunday", "1994-06-19": "Sunday", "1994-06-24": "Midsummer Eve", "1994-06-25": "Midsummer Day", "1994-06-26": "Sunday", "1994-07-03": "Sunday", "1994-07-10": "Sunday", "1994-07-17": "Sunday", "1994-07-24": "Sunday", "1994-07-31": "Sunday", "1994-08-07": "Sunday", "1994-08-14": "Sunday", "1994-08-21": "Sunday", "1994-08-28": "Sunday", "1994-09-04": "Sunday", "1994-09-11": "Sunday", "1994-09-18": "Sunday", "1994-09-25": "Sunday", "1994-10-02": "Sunday", "1994-10-09": "Sunday", "1994-10-16": "Sunday", "1994-10-23": "Sunday", "1994-10-30": "Sunday", "1994-11-05": "All Saints' Day", "1994-11-06": "Sunday", "1994-11-13": "Sunday", "1994-11-20": "Sunday", "1994-11-27": "Sunday", "1994-12-04": "Sunday", "1994-12-11": "Sunday", "1994-12-18": "Sunday", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day; Sunday", "1994-12-26": "Second Day of Christmas", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day; Sunday", "1995-01-06": "Epiphany", "1995-01-08": "Sunday", "1995-01-15": "Sunday", "1995-01-22": "Sunday", "1995-01-29": "Sunday", "1995-02-05": "Sunday", "1995-02-12": "Sunday", "1995-02-19": "Sunday", "1995-02-26": "Sunday", "1995-03-05": "Sunday", "1995-03-12": "Sunday", "1995-03-19": "Sunday", "1995-03-26": "Sunday", "1995-04-02": "Sunday", "1995-04-09": "Sunday", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday; Sunday", "1995-04-17": "Easter Monday", "1995-04-23": "Sunday", "1995-04-30": "Sunday", "1995-05-01": "May Day", "1995-05-07": "Sunday", "1995-05-14": "Sunday", "1995-05-21": "Sunday", "1995-05-25": "Ascension Day", "1995-05-28": "Sunday", "1995-06-04": "Sunday; Whit Sunday", "1995-06-05": "Whit Monday", "1995-06-11": "Sunday", "1995-06-18": "Sunday", "1995-06-23": "Midsummer Eve", "1995-06-24": "Midsummer Day", "1995-06-25": "Sunday", "1995-07-02": "Sunday", "1995-07-09": "Sunday", "1995-07-16": "Sunday", "1995-07-23": "Sunday", "1995-07-30": "Sunday", "1995-08-06": "Sunday", "1995-08-13": "Sunday", "1995-08-20": "Sunday", "1995-08-27": "Sunday", "1995-09-03": "Sunday", "1995-09-10": "Sunday", "1995-09-17": "Sunday", "1995-09-24": "Sunday", "1995-10-01": "Sunday", "1995-10-08": "Sunday", "1995-10-15": "Sunday", "1995-10-22": "Sunday", "1995-10-29": "Sunday", "1995-11-04": "All Saints' Day", "1995-11-05": "Sunday", "1995-11-12": "Sunday", "1995-11-19": "Sunday", "1995-11-26": "Sunday", "1995-12-03": "Sunday", "1995-12-10": "Sunday", "1995-12-17": "Sunday", "1995-12-24": "Christmas Eve; Sunday", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1995-12-31": "New Year's Eve; Sunday", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-01-07": "Sunday", "1996-01-14": "Sunday", "1996-01-21": "Sunday", "1996-01-28": "Sunday", "1996-02-04": "Sunday", "1996-02-11": "Sunday", "1996-02-18": "Sunday", "1996-02-25": "Sunday", "1996-03-03": "Sunday", "1996-03-10": "Sunday", "1996-03-17": "Sunday", "1996-03-24": "Sunday", "1996-03-31": "Sunday", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday; Sunday", "1996-04-08": "Easter Monday", "1996-04-14": "Sunday", "1996-04-21": "Sunday", "1996-04-28": "Sunday", "1996-05-01": "May Day", "1996-05-05": "Sunday", "1996-05-12": "Sunday", "1996-05-16": "Ascension Day", "1996-05-19": "Sunday", "1996-05-26": "Sunday; Whit Sunday", "1996-05-27": "Whit Monday", "1996-06-02": "Sunday", "1996-06-09": "Sunday", "1996-06-16": "Sunday", "1996-06-21": "Midsummer Eve", "1996-06-22": "Midsummer Day", "1996-06-23": "Sunday", "1996-06-30": "Sunday", "1996-07-07": "Sunday", "1996-07-14": "Sunday", "1996-07-21": "Sunday", "1996-07-28": "Sunday", "1996-08-04": "Sunday", "1996-08-11": "Sunday", "1996-08-18": "Sunday", "1996-08-25": "Sunday", "1996-09-01": "Sunday", "1996-09-08": "Sunday", "1996-09-15": "Sunday", "1996-09-22": "Sunday", "1996-09-29": "Sunday", "1996-10-06": "Sunday", "1996-10-13": "Sunday", "1996-10-20": "Sunday", "1996-10-27": "Sunday", "1996-11-02": "All Saints' Day", "1996-11-03": "Sunday", "1996-11-10": "Sunday", "1996-11-17": "Sunday", "1996-11-24": "Sunday", "1996-12-01": "Sunday", "1996-12-08": "Sunday", "1996-12-15": "Sunday", "1996-12-22": "Sunday", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1996-12-29": "Sunday", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-05": "Sunday", "1997-01-06": "Epiphany", "1997-01-12": "Sunday", "1997-01-19": "Sunday", "1997-01-26": "Sunday", "1997-02-02": "Sunday", "1997-02-09": "Sunday", "1997-02-16": "Sunday", "1997-02-23": "Sunday", "1997-03-02": "Sunday", "1997-03-09": "Sunday", "1997-03-16": "Sunday", "1997-03-23": "Sunday", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday; Sunday", "1997-03-31": "Easter Monday", "1997-04-06": "Sunday", "1997-04-13": "Sunday", "1997-04-20": "Sunday", "1997-04-27": "Sunday", "1997-05-01": "May Day", "1997-05-04": "Sunday", "1997-05-08": "Ascension Day", "1997-05-11": "Sunday", "1997-05-18": "Sunday; Whit Sunday", "1997-05-19": "Whit Monday", "1997-05-25": "Sunday", "1997-06-01": "Sunday", "1997-06-08": "Sunday", "1997-06-15": "Sunday", "1997-06-20": "Midsummer Eve", "1997-06-21": "Midsummer Day", "1997-06-22": "Sunday", "1997-06-29": "Sunday", "1997-07-06": "Sunday", "1997-07-13": "Sunday", "1997-07-20": "Sunday", "1997-07-27": "Sunday", "1997-08-03": "Sunday", "1997-08-10": "Sunday", "1997-08-17": "Sunday", "1997-08-24": "Sunday", "1997-08-31": "Sunday", "1997-09-07": "Sunday", "1997-09-14": "Sunday", "1997-09-21": "Sunday", "1997-09-28": "Sunday", "1997-10-05": "Sunday", "1997-10-12": "Sunday", "1997-10-19": "Sunday", "1997-10-26": "Sunday", "1997-11-01": "All Saints' Day", "1997-11-02": "Sunday", "1997-11-09": "Sunday", "1997-11-16": "Sunday", "1997-11-23": "Sunday", "1997-11-30": "Sunday", "1997-12-07": "Sunday", "1997-12-14": "Sunday", "1997-12-21": "Sunday", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1997-12-28": "Sunday", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-04": "Sunday", "1998-01-06": "Epiphany", "1998-01-11": "Sunday", "1998-01-18": "Sunday", "1998-01-25": "Sunday", "1998-02-01": "Sunday", "1998-02-08": "Sunday", "1998-02-15": "Sunday", "1998-02-22": "Sunday", "1998-03-01": "Sunday", "1998-03-08": "Sunday", "1998-03-15": "Sunday", "1998-03-22": "Sunday", "1998-03-29": "Sunday", "1998-04-05": "Sunday", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday; Sunday", "1998-04-13": "Easter Monday", "1998-04-19": "Sunday", "1998-04-26": "Sunday", "1998-05-01": "May Day", "1998-05-03": "Sunday", "1998-05-10": "Sunday", "1998-05-17": "Sunday", "1998-05-21": "Ascension Day", "1998-05-24": "Sunday", "1998-05-31": "Sunday; Whit Sunday", "1998-06-01": "Whit Monday", "1998-06-07": "Sunday", "1998-06-14": "Sunday", "1998-06-19": "Midsummer Eve", "1998-06-20": "Midsummer Day", "1998-06-21": "Sunday", "1998-06-28": "Sunday", "1998-07-05": "Sunday", "1998-07-12": "Sunday", "1998-07-19": "Sunday", "1998-07-26": "Sunday", "1998-08-02": "Sunday", "1998-08-09": "Sunday", "1998-08-16": "Sunday", "1998-08-23": "Sunday", "1998-08-30": "Sunday", "1998-09-06": "Sunday", "1998-09-13": "Sunday", "1998-09-20": "Sunday", "1998-09-27": "Sunday", "1998-10-04": "Sunday", "1998-10-11": "Sunday", "1998-10-18": "Sunday", "1998-10-25": "Sunday", "1998-10-31": "All Saints' Day", "1998-11-01": "Sunday", "1998-11-08": "Sunday", "1998-11-15": "Sunday", "1998-11-22": "Sunday", "1998-11-29": "Sunday", "1998-12-06": "Sunday", "1998-12-13": "Sunday", "1998-12-20": "Sunday", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1998-12-27": "Sunday", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-03": "Sunday", "1999-01-06": "Epiphany", "1999-01-10": "Sunday", "1999-01-17": "Sunday", "1999-01-24": "Sunday", "1999-01-31": "Sunday", "1999-02-07": "Sunday", "1999-02-14": "Sunday", "1999-02-21": "Sunday", "1999-02-28": "Sunday", "1999-03-07": "Sunday", "1999-03-14": "Sunday", "1999-03-21": "Sunday", "1999-03-28": "Sunday", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday; Sunday", "1999-04-05": "Easter Monday", "1999-04-11": "Sunday", "1999-04-18": "Sunday", "1999-04-25": "Sunday", "1999-05-01": "May Day", "1999-05-02": "Sunday", "1999-05-09": "Sunday", "1999-05-13": "Ascension Day", "1999-05-16": "Sunday", "1999-05-23": "Sunday; Whit Sunday", "1999-05-24": "Whit Monday", "1999-05-30": "Sunday", "1999-06-06": "Sunday", "1999-06-13": "Sunday", "1999-06-20": "Sunday", "1999-06-25": "Midsummer Eve", "1999-06-26": "Midsummer Day", "1999-06-27": "Sunday", "1999-07-04": "Sunday", "1999-07-11": "Sunday", "1999-07-18": "Sunday", "1999-07-25": "Sunday", "1999-08-01": "Sunday", "1999-08-08": "Sunday", "1999-08-15": "Sunday", "1999-08-22": "Sunday", "1999-08-29": "Sunday", "1999-09-05": "Sunday", "1999-09-12": "Sunday", "1999-09-19": "Sunday", "1999-09-26": "Sunday", "1999-10-03": "Sunday", "1999-10-10": "Sunday", "1999-10-17": "Sunday", "1999-10-24": "Sunday", "1999-10-31": "Sunday", "1999-11-06": "All Saints' Day", "1999-11-07": "Sunday", "1999-11-14": "Sunday", "1999-11-21": "Sunday", "1999-11-28": "Sunday", "1999-12-05": "Sunday", "1999-12-12": "Sunday", "1999-12-19": "Sunday", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas; Sunday", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-02": "Sunday", "2000-01-06": "Epiphany", "2000-01-09": "Sunday", "2000-01-16": "Sunday", "2000-01-23": "Sunday", "2000-01-30": "Sunday", "2000-02-06": "Sunday", "2000-02-13": "Sunday", "2000-02-20": "Sunday", "2000-02-27": "Sunday", "2000-03-05": "Sunday", "2000-03-12": "Sunday", "2000-03-19": "Sunday", "2000-03-26": "Sunday", "2000-04-02": "Sunday", "2000-04-09": "Sunday", "2000-04-16": "Sunday", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday; Sunday", "2000-04-24": "Easter Monday", "2000-04-30": "Sunday", "2000-05-01": "May Day", "2000-05-07": "Sunday", "2000-05-14": "Sunday", "2000-05-21": "Sunday", "2000-05-28": "Sunday", "2000-06-01": "Ascension Day", "2000-06-04": "Sunday", "2000-06-11": "Sunday; Whit Sunday", "2000-06-12": "Whit Monday", "2000-06-18": "Sunday", "2000-06-23": "Midsummer Eve", "2000-06-24": "Midsummer Day", "2000-06-25": "Sunday", "2000-07-02": "Sunday", "2000-07-09": "Sunday", "2000-07-16": "Sunday", "2000-07-23": "Sunday", "2000-07-30": "Sunday", "2000-08-06": "Sunday", "2000-08-13": "Sunday", "2000-08-20": "Sunday", "2000-08-27": "Sunday", "2000-09-03": "Sunday", "2000-09-10": "Sunday", "2000-09-17": "Sunday", "2000-09-24": "Sunday", "2000-10-01": "Sunday", "2000-10-08": "Sunday", "2000-10-15": "Sunday", "2000-10-22": "Sunday", "2000-10-29": "Sunday", "2000-11-04": "All Saints' Day", "2000-11-05": "Sunday", "2000-11-12": "Sunday", "2000-11-19": "Sunday", "2000-11-26": "Sunday", "2000-12-03": "Sunday", "2000-12-10": "Sunday", "2000-12-17": "Sunday", "2000-12-24": "Christmas Eve; Sunday", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-31": "New Year's Eve; Sunday", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-01-07": "Sunday", "2001-01-14": "Sunday", "2001-01-21": "Sunday", "2001-01-28": "Sunday", "2001-02-04": "Sunday", "2001-02-11": "Sunday", "2001-02-18": "Sunday", "2001-02-25": "Sunday", "2001-03-04": "Sunday", "2001-03-11": "Sunday", "2001-03-18": "Sunday", "2001-03-25": "Sunday", "2001-04-01": "Sunday", "2001-04-08": "Sunday", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday; Sunday", "2001-04-16": "Easter Monday", "2001-04-22": "Sunday", "2001-04-29": "Sunday", "2001-05-01": "May Day", "2001-05-06": "Sunday", "2001-05-13": "Sunday", "2001-05-20": "Sunday", "2001-05-24": "Ascension Day", "2001-05-27": "Sunday", "2001-06-03": "Sunday; Whit Sunday", "2001-06-04": "Whit Monday", "2001-06-10": "Sunday", "2001-06-17": "Sunday", "2001-06-22": "Midsummer Eve", "2001-06-23": "Midsummer Day", "2001-06-24": "Sunday", "2001-07-01": "Sunday", "2001-07-08": "Sunday", "2001-07-15": "Sunday", "2001-07-22": "Sunday", "2001-07-29": "Sunday", "2001-08-05": "Sunday", "2001-08-12": "Sunday", "2001-08-19": "Sunday", "2001-08-26": "Sunday", "2001-09-02": "Sunday", "2001-09-09": "Sunday", "2001-09-16": "Sunday", "2001-09-23": "Sunday", "2001-09-30": "Sunday", "2001-10-07": "Sunday", "2001-10-14": "Sunday", "2001-10-21": "Sunday", "2001-10-28": "Sunday", "2001-11-03": "All Saints' Day", "2001-11-04": "Sunday", "2001-11-11": "Sunday", "2001-11-18": "Sunday", "2001-11-25": "Sunday", "2001-12-02": "Sunday", "2001-12-09": "Sunday", "2001-12-16": "Sunday", "2001-12-23": "Sunday", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2001-12-30": "Sunday", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany; Sunday", "2002-01-13": "Sunday", "2002-01-20": "Sunday", "2002-01-27": "Sunday", "2002-02-03": "Sunday", "2002-02-10": "Sunday", "2002-02-17": "Sunday", "2002-02-24": "Sunday", "2002-03-03": "Sunday", "2002-03-10": "Sunday", "2002-03-17": "Sunday", "2002-03-24": "Sunday", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday; Sunday", "2002-04-01": "Easter Monday", "2002-04-07": "Sunday", "2002-04-14": "Sunday", "2002-04-21": "Sunday", "2002-04-28": "Sunday", "2002-05-01": "May Day", "2002-05-05": "Sunday", "2002-05-09": "Ascension Day", "2002-05-12": "Sunday", "2002-05-19": "Sunday; Whit Sunday", "2002-05-20": "Whit Monday", "2002-05-26": "Sunday", "2002-06-02": "Sunday", "2002-06-09": "Sunday", "2002-06-16": "Sunday", "2002-06-21": "Midsummer Eve", "2002-06-22": "Midsummer Day", "2002-06-23": "Sunday", "2002-06-30": "Sunday", "2002-07-07": "Sunday", "2002-07-14": "Sunday", "2002-07-21": "Sunday", "2002-07-28": "Sunday", "2002-08-04": "Sunday", "2002-08-11": "Sunday", "2002-08-18": "Sunday", "2002-08-25": "Sunday", "2002-09-01": "Sunday", "2002-09-08": "Sunday", "2002-09-15": "Sunday", "2002-09-22": "Sunday", "2002-09-29": "Sunday", "2002-10-06": "Sunday", "2002-10-13": "Sunday", "2002-10-20": "Sunday", "2002-10-27": "Sunday", "2002-11-02": "All Saints' Day", "2002-11-03": "Sunday", "2002-11-10": "Sunday", "2002-11-17": "Sunday", "2002-11-24": "Sunday", "2002-12-01": "Sunday", "2002-12-08": "Sunday", "2002-12-15": "Sunday", "2002-12-22": "Sunday", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2002-12-29": "Sunday", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-05": "Sunday", "2003-01-06": "Epiphany", "2003-01-12": "Sunday", "2003-01-19": "Sunday", "2003-01-26": "Sunday", "2003-02-02": "Sunday", "2003-02-09": "Sunday", "2003-02-16": "Sunday", "2003-02-23": "Sunday", "2003-03-02": "Sunday", "2003-03-09": "Sunday", "2003-03-16": "Sunday", "2003-03-23": "Sunday", "2003-03-30": "Sunday", "2003-04-06": "Sunday", "2003-04-13": "Sunday", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday; Sunday", "2003-04-21": "Easter Monday", "2003-04-27": "Sunday", "2003-05-01": "May Day", "2003-05-04": "Sunday", "2003-05-11": "Sunday", "2003-05-18": "Sunday", "2003-05-25": "Sunday", "2003-05-29": "Ascension Day", "2003-06-01": "Sunday", "2003-06-08": "Sunday; Whit Sunday", "2003-06-09": "Whit Monday", "2003-06-15": "Sunday", "2003-06-20": "Midsummer Eve", "2003-06-21": "Midsummer Day", "2003-06-22": "Sunday", "2003-06-29": "Sunday", "2003-07-06": "Sunday", "2003-07-13": "Sunday", "2003-07-20": "Sunday", "2003-07-27": "Sunday", "2003-08-03": "Sunday", "2003-08-10": "Sunday", "2003-08-17": "Sunday", "2003-08-24": "Sunday", "2003-08-31": "Sunday", "2003-09-07": "Sunday", "2003-09-14": "Sunday", "2003-09-21": "Sunday", "2003-09-28": "Sunday", "2003-10-05": "Sunday", "2003-10-12": "Sunday", "2003-10-19": "Sunday", "2003-10-26": "Sunday", "2003-11-01": "All Saints' Day", "2003-11-02": "Sunday", "2003-11-09": "Sunday", "2003-11-16": "Sunday", "2003-11-23": "Sunday", "2003-11-30": "Sunday", "2003-12-07": "Sunday", "2003-12-14": "Sunday", "2003-12-21": "Sunday", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2003-12-28": "Sunday", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-04": "Sunday", "2004-01-06": "Epiphany", "2004-01-11": "Sunday", "2004-01-18": "Sunday", "2004-01-25": "Sunday", "2004-02-01": "Sunday", "2004-02-08": "Sunday", "2004-02-15": "Sunday", "2004-02-22": "Sunday", "2004-02-29": "Sunday", "2004-03-07": "Sunday", "2004-03-14": "Sunday", "2004-03-21": "Sunday", "2004-03-28": "Sunday", "2004-04-04": "Sunday", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday; Sunday", "2004-04-12": "Easter Monday", "2004-04-18": "Sunday", "2004-04-25": "Sunday", "2004-05-01": "May Day", "2004-05-02": "Sunday", "2004-05-09": "Sunday", "2004-05-16": "Sunday", "2004-05-20": "Ascension Day", "2004-05-23": "Sunday", "2004-05-30": "Sunday; Whit Sunday", "2004-05-31": "Whit Monday", "2004-06-06": "Sunday", "2004-06-13": "Sunday", "2004-06-20": "Sunday", "2004-06-25": "Midsummer Eve", "2004-06-26": "Midsummer Day", "2004-06-27": "Sunday", "2004-07-04": "Sunday", "2004-07-11": "Sunday", "2004-07-18": "Sunday", "2004-07-25": "Sunday", "2004-08-01": "Sunday", "2004-08-08": "Sunday", "2004-08-15": "Sunday", "2004-08-22": "Sunday", "2004-08-29": "Sunday", "2004-09-05": "Sunday", "2004-09-12": "Sunday", "2004-09-19": "Sunday", "2004-09-26": "Sunday", "2004-10-03": "Sunday", "2004-10-10": "Sunday", "2004-10-17": "Sunday", "2004-10-24": "Sunday", "2004-10-31": "Sunday", "2004-11-06": "All Saints' Day", "2004-11-07": "Sunday", "2004-11-14": "Sunday", "2004-11-21": "Sunday", "2004-11-28": "Sunday", "2004-12-05": "Sunday", "2004-12-12": "Sunday", "2004-12-19": "Sunday", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas; Sunday", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-02": "Sunday", "2005-01-06": "Epiphany", "2005-01-09": "Sunday", "2005-01-16": "Sunday", "2005-01-23": "Sunday", "2005-01-30": "Sunday", "2005-02-06": "Sunday", "2005-02-13": "Sunday", "2005-02-20": "Sunday", "2005-02-27": "Sunday", "2005-03-06": "Sunday", "2005-03-13": "Sunday", "2005-03-20": "Sunday", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday; Sunday", "2005-03-28": "Easter Monday", "2005-04-03": "Sunday", "2005-04-10": "Sunday", "2005-04-17": "Sunday", "2005-04-24": "Sunday", "2005-05-01": "May Day; Sunday", "2005-05-05": "Ascension Day", "2005-05-08": "Sunday", "2005-05-15": "Sunday; Whit Sunday", "2005-05-22": "Sunday", "2005-05-29": "Sunday", "2005-06-05": "Sunday", "2005-06-06": "National Day of Sweden", "2005-06-12": "Sunday", "2005-06-19": "Sunday", "2005-06-24": "Midsummer Eve", "2005-06-25": "Midsummer Day", "2005-06-26": "Sunday", "2005-07-03": "Sunday", "2005-07-10": "Sunday", "2005-07-17": "Sunday", "2005-07-24": "Sunday", "2005-07-31": "Sunday", "2005-08-07": "Sunday", "2005-08-14": "Sunday", "2005-08-21": "Sunday", "2005-08-28": "Sunday", "2005-09-04": "Sunday", "2005-09-11": "Sunday", "2005-09-18": "Sunday", "2005-09-25": "Sunday", "2005-10-02": "Sunday", "2005-10-09": "Sunday", "2005-10-16": "Sunday", "2005-10-23": "Sunday", "2005-10-30": "Sunday", "2005-11-05": "All Saints' Day", "2005-11-06": "Sunday", "2005-11-13": "Sunday", "2005-11-20": "Sunday", "2005-11-27": "Sunday", "2005-12-04": "Sunday", "2005-12-11": "Sunday", "2005-12-18": "Sunday", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day; Sunday", "2005-12-26": "Second Day of Christmas", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day; Sunday", "2006-01-06": "Epiphany", "2006-01-08": "Sunday", "2006-01-15": "Sunday", "2006-01-22": "Sunday", "2006-01-29": "Sunday", "2006-02-05": "Sunday", "2006-02-12": "Sunday", "2006-02-19": "Sunday", "2006-02-26": "Sunday", "2006-03-05": "Sunday", "2006-03-12": "Sunday", "2006-03-19": "Sunday", "2006-03-26": "Sunday", "2006-04-02": "Sunday", "2006-04-09": "Sunday", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday; Sunday", "2006-04-17": "Easter Monday", "2006-04-23": "Sunday", "2006-04-30": "Sunday", "2006-05-01": "May Day", "2006-05-07": "Sunday", "2006-05-14": "Sunday", "2006-05-21": "Sunday", "2006-05-25": "Ascension Day", "2006-05-28": "Sunday", "2006-06-04": "Sunday; Whit Sunday", "2006-06-06": "National Day of Sweden", "2006-06-11": "Sunday", "2006-06-18": "Sunday", "2006-06-23": "Midsummer Eve", "2006-06-24": "Midsummer Day", "2006-06-25": "Sunday", "2006-07-02": "Sunday", "2006-07-09": "Sunday", "2006-07-16": "Sunday", "2006-07-23": "Sunday", "2006-07-30": "Sunday", "2006-08-06": "Sunday", "2006-08-13": "Sunday", "2006-08-20": "Sunday", "2006-08-27": "Sunday", "2006-09-03": "Sunday", "2006-09-10": "Sunday", "2006-09-17": "Sunday", "2006-09-24": "Sunday", "2006-10-01": "Sunday", "2006-10-08": "Sunday", "2006-10-15": "Sunday", "2006-10-22": "Sunday", "2006-10-29": "Sunday", "2006-11-04": "All Saints' Day", "2006-11-05": "Sunday", "2006-11-12": "Sunday", "2006-11-19": "Sunday", "2006-11-26": "Sunday", "2006-12-03": "Sunday", "2006-12-10": "Sunday", "2006-12-17": "Sunday", "2006-12-24": "Christmas Eve; Sunday", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2006-12-31": "New Year's Eve; Sunday", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-01-07": "Sunday", "2007-01-14": "Sunday", "2007-01-21": "Sunday", "2007-01-28": "Sunday", "2007-02-04": "Sunday", "2007-02-11": "Sunday", "2007-02-18": "Sunday", "2007-02-25": "Sunday", "2007-03-04": "Sunday", "2007-03-11": "Sunday", "2007-03-18": "Sunday", "2007-03-25": "Sunday", "2007-04-01": "Sunday", "2007-04-06": "Good Friday", "2007-04-08": "Easter Sunday; Sunday", "2007-04-09": "Easter Monday", "2007-04-15": "Sunday", "2007-04-22": "Sunday", "2007-04-29": "Sunday", "2007-05-01": "May Day", "2007-05-06": "Sunday", "2007-05-13": "Sunday", "2007-05-17": "Ascension Day", "2007-05-20": "Sunday", "2007-05-27": "Sunday; Whit Sunday", "2007-06-03": "Sunday", "2007-06-06": "National Day of Sweden", "2007-06-10": "Sunday", "2007-06-17": "Sunday", "2007-06-22": "Midsummer Eve", "2007-06-23": "Midsummer Day", "2007-06-24": "Sunday", "2007-07-01": "Sunday", "2007-07-08": "Sunday", "2007-07-15": "Sunday", "2007-07-22": "Sunday", "2007-07-29": "Sunday", "2007-08-05": "Sunday", "2007-08-12": "Sunday", "2007-08-19": "Sunday", "2007-08-26": "Sunday", "2007-09-02": "Sunday", "2007-09-09": "Sunday", "2007-09-16": "Sunday", "2007-09-23": "Sunday", "2007-09-30": "Sunday", "2007-10-07": "Sunday", "2007-10-14": "Sunday", "2007-10-21": "Sunday", "2007-10-28": "Sunday", "2007-11-03": "All Saints' Day", "2007-11-04": "Sunday", "2007-11-11": "Sunday", "2007-11-18": "Sunday", "2007-11-25": "Sunday", "2007-12-02": "Sunday", "2007-12-09": "Sunday", "2007-12-16": "Sunday", "2007-12-23": "Sunday", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2007-12-30": "Sunday", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany; Sunday", "2008-01-13": "Sunday", "2008-01-20": "Sunday", "2008-01-27": "Sunday", "2008-02-03": "Sunday", "2008-02-10": "Sunday", "2008-02-17": "Sunday", "2008-02-24": "Sunday", "2008-03-02": "Sunday", "2008-03-09": "Sunday", "2008-03-16": "Sunday", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday; Sunday", "2008-03-24": "Easter Monday", "2008-03-30": "Sunday", "2008-04-06": "Sunday", "2008-04-13": "Sunday", "2008-04-20": "Sunday", "2008-04-27": "Sunday", "2008-05-01": "Ascension Day; May Day", "2008-05-04": "Sunday", "2008-05-11": "Sunday; Whit Sunday", "2008-05-18": "Sunday", "2008-05-25": "Sunday", "2008-06-01": "Sunday", "2008-06-06": "National Day of Sweden", "2008-06-08": "Sunday", "2008-06-15": "Sunday", "2008-06-20": "Midsummer Eve", "2008-06-21": "Midsummer Day", "2008-06-22": "Sunday", "2008-06-29": "Sunday", "2008-07-06": "Sunday", "2008-07-13": "Sunday", "2008-07-20": "Sunday", "2008-07-27": "Sunday", "2008-08-03": "Sunday", "2008-08-10": "Sunday", "2008-08-17": "Sunday", "2008-08-24": "Sunday", "2008-08-31": "Sunday", "2008-09-07": "Sunday", "2008-09-14": "Sunday", "2008-09-21": "Sunday", "2008-09-28": "Sunday", "2008-10-05": "Sunday", "2008-10-12": "Sunday", "2008-10-19": "Sunday", "2008-10-26": "Sunday", "2008-11-01": "All Saints' Day", "2008-11-02": "Sunday", "2008-11-09": "Sunday", "2008-11-16": "Sunday", "2008-11-23": "Sunday", "2008-11-30": "Sunday", "2008-12-07": "Sunday", "2008-12-14": "Sunday", "2008-12-21": "Sunday", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2008-12-28": "Sunday", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-04": "Sunday", "2009-01-06": "Epiphany", "2009-01-11": "Sunday", "2009-01-18": "Sunday", "2009-01-25": "Sunday", "2009-02-01": "Sunday", "2009-02-08": "Sunday", "2009-02-15": "Sunday", "2009-02-22": "Sunday", "2009-03-01": "Sunday", "2009-03-08": "Sunday", "2009-03-15": "Sunday", "2009-03-22": "Sunday", "2009-03-29": "Sunday", "2009-04-05": "Sunday", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday; Sunday", "2009-04-13": "Easter Monday", "2009-04-19": "Sunday", "2009-04-26": "Sunday", "2009-05-01": "May Day", "2009-05-03": "Sunday", "2009-05-10": "Sunday", "2009-05-17": "Sunday", "2009-05-21": "Ascension Day", "2009-05-24": "Sunday", "2009-05-31": "Sunday; Whit Sunday", "2009-06-06": "National Day of Sweden", "2009-06-07": "Sunday", "2009-06-14": "Sunday", "2009-06-19": "Midsummer Eve", "2009-06-20": "Midsummer Day", "2009-06-21": "Sunday", "2009-06-28": "Sunday", "2009-07-05": "Sunday", "2009-07-12": "Sunday", "2009-07-19": "Sunday", "2009-07-26": "Sunday", "2009-08-02": "Sunday", "2009-08-09": "Sunday", "2009-08-16": "Sunday", "2009-08-23": "Sunday", "2009-08-30": "Sunday", "2009-09-06": "Sunday", "2009-09-13": "Sunday", "2009-09-20": "Sunday", "2009-09-27": "Sunday", "2009-10-04": "Sunday", "2009-10-11": "Sunday", "2009-10-18": "Sunday", "2009-10-25": "Sunday", "2009-10-31": "All Saints' Day", "2009-11-01": "Sunday", "2009-11-08": "Sunday", "2009-11-15": "Sunday", "2009-11-22": "Sunday", "2009-11-29": "Sunday", "2009-12-06": "Sunday", "2009-12-13": "Sunday", "2009-12-20": "Sunday", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2009-12-27": "Sunday", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-03": "Sunday", "2010-01-06": "Epiphany", "2010-01-10": "Sunday", "2010-01-17": "Sunday", "2010-01-24": "Sunday", "2010-01-31": "Sunday", "2010-02-07": "Sunday", "2010-02-14": "Sunday", "2010-02-21": "Sunday", "2010-02-28": "Sunday", "2010-03-07": "Sunday", "2010-03-14": "Sunday", "2010-03-21": "Sunday", "2010-03-28": "Sunday", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday; Sunday", "2010-04-05": "Easter Monday", "2010-04-11": "Sunday", "2010-04-18": "Sunday", "2010-04-25": "Sunday", "2010-05-01": "May Day", "2010-05-02": "Sunday", "2010-05-09": "Sunday", "2010-05-13": "Ascension Day", "2010-05-16": "Sunday", "2010-05-23": "Sunday; Whit Sunday", "2010-05-30": "Sunday", "2010-06-06": "National Day of Sweden; Sunday", "2010-06-13": "Sunday", "2010-06-20": "Sunday", "2010-06-25": "Midsummer Eve", "2010-06-26": "Midsummer Day", "2010-06-27": "Sunday", "2010-07-04": "Sunday", "2010-07-11": "Sunday", "2010-07-18": "Sunday", "2010-07-25": "Sunday", "2010-08-01": "Sunday", "2010-08-08": "Sunday", "2010-08-15": "Sunday", "2010-08-22": "Sunday", "2010-08-29": "Sunday", "2010-09-05": "Sunday", "2010-09-12": "Sunday", "2010-09-19": "Sunday", "2010-09-26": "Sunday", "2010-10-03": "Sunday", "2010-10-10": "Sunday", "2010-10-17": "Sunday", "2010-10-24": "Sunday", "2010-10-31": "Sunday", "2010-11-06": "All Saints' Day", "2010-11-07": "Sunday", "2010-11-14": "Sunday", "2010-11-21": "Sunday", "2010-11-28": "Sunday", "2010-12-05": "Sunday", "2010-12-12": "Sunday", "2010-12-19": "Sunday", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas; Sunday", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-02": "Sunday", "2011-01-06": "Epiphany", "2011-01-09": "Sunday", "2011-01-16": "Sunday", "2011-01-23": "Sunday", "2011-01-30": "Sunday", "2011-02-06": "Sunday", "2011-02-13": "Sunday", "2011-02-20": "Sunday", "2011-02-27": "Sunday", "2011-03-06": "Sunday", "2011-03-13": "Sunday", "2011-03-20": "Sunday", "2011-03-27": "Sunday", "2011-04-03": "Sunday", "2011-04-10": "Sunday", "2011-04-17": "Sunday", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday; Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "May Day; Sunday", "2011-05-08": "Sunday", "2011-05-15": "Sunday", "2011-05-22": "Sunday", "2011-05-29": "Sunday", "2011-06-02": "Ascension Day", "2011-06-05": "Sunday", "2011-06-06": "National Day of Sweden", "2011-06-12": "Sunday; Whit Sunday", "2011-06-19": "Sunday", "2011-06-24": "Midsummer Eve", "2011-06-25": "Midsummer Day", "2011-06-26": "Sunday", "2011-07-03": "Sunday", "2011-07-10": "Sunday", "2011-07-17": "Sunday", "2011-07-24": "Sunday", "2011-07-31": "Sunday", "2011-08-07": "Sunday", "2011-08-14": "Sunday", "2011-08-21": "Sunday", "2011-08-28": "Sunday", "2011-09-04": "Sunday", "2011-09-11": "Sunday", "2011-09-18": "Sunday", "2011-09-25": "Sunday", "2011-10-02": "Sunday", "2011-10-09": "Sunday", "2011-10-16": "Sunday", "2011-10-23": "Sunday", "2011-10-30": "Sunday", "2011-11-05": "All Saints' Day", "2011-11-06": "Sunday", "2011-11-13": "Sunday", "2011-11-20": "Sunday", "2011-11-27": "Sunday", "2011-12-04": "Sunday", "2011-12-11": "Sunday", "2011-12-18": "Sunday", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day; Sunday", "2011-12-26": "Second Day of Christmas", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day; Sunday", "2012-01-06": "Epiphany", "2012-01-08": "Sunday", "2012-01-15": "Sunday", "2012-01-22": "Sunday", "2012-01-29": "Sunday", "2012-02-05": "Sunday", "2012-02-12": "Sunday", "2012-02-19": "Sunday", "2012-02-26": "Sunday", "2012-03-04": "Sunday", "2012-03-11": "Sunday", "2012-03-18": "Sunday", "2012-03-25": "Sunday", "2012-04-01": "Sunday", "2012-04-06": "Good Friday", "2012-04-08": "Easter Sunday; Sunday", "2012-04-09": "Easter Monday", "2012-04-15": "Sunday", "2012-04-22": "Sunday", "2012-04-29": "Sunday", "2012-05-01": "May Day", "2012-05-06": "Sunday", "2012-05-13": "Sunday", "2012-05-17": "Ascension Day", "2012-05-20": "Sunday", "2012-05-27": "Sunday; Whit Sunday", "2012-06-03": "Sunday", "2012-06-06": "National Day of Sweden", "2012-06-10": "Sunday", "2012-06-17": "Sunday", "2012-06-22": "Midsummer Eve", "2012-06-23": "Midsummer Day", "2012-06-24": "Sunday", "2012-07-01": "Sunday", "2012-07-08": "Sunday", "2012-07-15": "Sunday", "2012-07-22": "Sunday", "2012-07-29": "Sunday", "2012-08-05": "Sunday", "2012-08-12": "Sunday", "2012-08-19": "Sunday", "2012-08-26": "Sunday", "2012-09-02": "Sunday", "2012-09-09": "Sunday", "2012-09-16": "Sunday", "2012-09-23": "Sunday", "2012-09-30": "Sunday", "2012-10-07": "Sunday", "2012-10-14": "Sunday", "2012-10-21": "Sunday", "2012-10-28": "Sunday", "2012-11-03": "All Saints' Day", "2012-11-04": "Sunday", "2012-11-11": "Sunday", "2012-11-18": "Sunday", "2012-11-25": "Sunday", "2012-12-02": "Sunday", "2012-12-09": "Sunday", "2012-12-16": "Sunday", "2012-12-23": "Sunday", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2012-12-30": "Sunday", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany; Sunday", "2013-01-13": "Sunday", "2013-01-20": "Sunday", "2013-01-27": "Sunday", "2013-02-03": "Sunday", "2013-02-10": "Sunday", "2013-02-17": "Sunday", "2013-02-24": "Sunday", "2013-03-03": "Sunday", "2013-03-10": "Sunday", "2013-03-17": "Sunday", "2013-03-24": "Sunday", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday; Sunday", "2013-04-01": "Easter Monday", "2013-04-07": "Sunday", "2013-04-14": "Sunday", "2013-04-21": "Sunday", "2013-04-28": "Sunday", "2013-05-01": "May Day", "2013-05-05": "Sunday", "2013-05-09": "Ascension Day", "2013-05-12": "Sunday", "2013-05-19": "Sunday; Whit Sunday", "2013-05-26": "Sunday", "2013-06-02": "Sunday", "2013-06-06": "National Day of Sweden", "2013-06-09": "Sunday", "2013-06-16": "Sunday", "2013-06-21": "Midsummer Eve", "2013-06-22": "Midsummer Day", "2013-06-23": "Sunday", "2013-06-30": "Sunday", "2013-07-07": "Sunday", "2013-07-14": "Sunday", "2013-07-21": "Sunday", "2013-07-28": "Sunday", "2013-08-04": "Sunday", "2013-08-11": "Sunday", "2013-08-18": "Sunday", "2013-08-25": "Sunday", "2013-09-01": "Sunday", "2013-09-08": "Sunday", "2013-09-15": "Sunday", "2013-09-22": "Sunday", "2013-09-29": "Sunday", "2013-10-06": "Sunday", "2013-10-13": "Sunday", "2013-10-20": "Sunday", "2013-10-27": "Sunday", "2013-11-02": "All Saints' Day", "2013-11-03": "Sunday", "2013-11-10": "Sunday", "2013-11-17": "Sunday", "2013-11-24": "Sunday", "2013-12-01": "Sunday", "2013-12-08": "Sunday", "2013-12-15": "Sunday", "2013-12-22": "Sunday", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2013-12-29": "Sunday", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-05": "Sunday", "2014-01-06": "Epiphany", "2014-01-12": "Sunday", "2014-01-19": "Sunday", "2014-01-26": "Sunday", "2014-02-02": "Sunday", "2014-02-09": "Sunday", "2014-02-16": "Sunday", "2014-02-23": "Sunday", "2014-03-02": "Sunday", "2014-03-09": "Sunday", "2014-03-16": "Sunday", "2014-03-23": "Sunday", "2014-03-30": "Sunday", "2014-04-06": "Sunday", "2014-04-13": "Sunday", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday; Sunday", "2014-04-21": "Easter Monday", "2014-04-27": "Sunday", "2014-05-01": "May Day", "2014-05-04": "Sunday", "2014-05-11": "Sunday", "2014-05-18": "Sunday", "2014-05-25": "Sunday", "2014-05-29": "Ascension Day", "2014-06-01": "Sunday", "2014-06-06": "National Day of Sweden", "2014-06-08": "Sunday; Whit Sunday", "2014-06-15": "Sunday", "2014-06-20": "Midsummer Eve", "2014-06-21": "Midsummer Day", "2014-06-22": "Sunday", "2014-06-29": "Sunday", "2014-07-06": "Sunday", "2014-07-13": "Sunday", "2014-07-20": "Sunday", "2014-07-27": "Sunday", "2014-08-03": "Sunday", "2014-08-10": "Sunday", "2014-08-17": "Sunday", "2014-08-24": "Sunday", "2014-08-31": "Sunday", "2014-09-07": "Sunday", "2014-09-14": "Sunday", "2014-09-21": "Sunday", "2014-09-28": "Sunday", "2014-10-05": "Sunday", "2014-10-12": "Sunday", "2014-10-19": "Sunday", "2014-10-26": "Sunday", "2014-11-01": "All Saints' Day", "2014-11-02": "Sunday", "2014-11-09": "Sunday", "2014-11-16": "Sunday", "2014-11-23": "Sunday", "2014-11-30": "Sunday", "2014-12-07": "Sunday", "2014-12-14": "Sunday", "2014-12-21": "Sunday", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2014-12-28": "Sunday", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-04": "Sunday", "2015-01-06": "Epiphany", "2015-01-11": "Sunday", "2015-01-18": "Sunday", "2015-01-25": "Sunday", "2015-02-01": "Sunday", "2015-02-08": "Sunday", "2015-02-15": "Sunday", "2015-02-22": "Sunday", "2015-03-01": "Sunday", "2015-03-08": "Sunday", "2015-03-15": "Sunday", "2015-03-22": "Sunday", "2015-03-29": "Sunday", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday; Sunday", "2015-04-06": "Easter Monday", "2015-04-12": "Sunday", "2015-04-19": "Sunday", "2015-04-26": "Sunday", "2015-05-01": "May Day", "2015-05-03": "Sunday", "2015-05-10": "Sunday", "2015-05-14": "Ascension Day", "2015-05-17": "Sunday", "2015-05-24": "Sunday; Whit Sunday", "2015-05-31": "Sunday", "2015-06-06": "National Day of Sweden", "2015-06-07": "Sunday", "2015-06-14": "Sunday", "2015-06-19": "Midsummer Eve", "2015-06-20": "Midsummer Day", "2015-06-21": "Sunday", "2015-06-28": "Sunday", "2015-07-05": "Sunday", "2015-07-12": "Sunday", "2015-07-19": "Sunday", "2015-07-26": "Sunday", "2015-08-02": "Sunday", "2015-08-09": "Sunday", "2015-08-16": "Sunday", "2015-08-23": "Sunday", "2015-08-30": "Sunday", "2015-09-06": "Sunday", "2015-09-13": "Sunday", "2015-09-20": "Sunday", "2015-09-27": "Sunday", "2015-10-04": "Sunday", "2015-10-11": "Sunday", "2015-10-18": "Sunday", "2015-10-25": "Sunday", "2015-10-31": "All Saints' Day", "2015-11-01": "Sunday", "2015-11-08": "Sunday", "2015-11-15": "Sunday", "2015-11-22": "Sunday", "2015-11-29": "Sunday", "2015-12-06": "Sunday", "2015-12-13": "Sunday", "2015-12-20": "Sunday", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2015-12-27": "Sunday", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-03": "Sunday", "2016-01-06": "Epiphany", "2016-01-10": "Sunday", "2016-01-17": "Sunday", "2016-01-24": "Sunday", "2016-01-31": "Sunday", "2016-02-07": "Sunday", "2016-02-14": "Sunday", "2016-02-21": "Sunday", "2016-02-28": "Sunday", "2016-03-06": "Sunday", "2016-03-13": "Sunday", "2016-03-20": "Sunday", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday; Sunday", "2016-03-28": "Easter Monday", "2016-04-03": "Sunday", "2016-04-10": "Sunday", "2016-04-17": "Sunday", "2016-04-24": "Sunday", "2016-05-01": "May Day; Sunday", "2016-05-05": "Ascension Day", "2016-05-08": "Sunday", "2016-05-15": "Sunday; Whit Sunday", "2016-05-22": "Sunday", "2016-05-29": "Sunday", "2016-06-05": "Sunday", "2016-06-06": "National Day of Sweden", "2016-06-12": "Sunday", "2016-06-19": "Sunday", "2016-06-24": "Midsummer Eve", "2016-06-25": "Midsummer Day", "2016-06-26": "Sunday", "2016-07-03": "Sunday", "2016-07-10": "Sunday", "2016-07-17": "Sunday", "2016-07-24": "Sunday", "2016-07-31": "Sunday", "2016-08-07": "Sunday", "2016-08-14": "Sunday", "2016-08-21": "Sunday", "2016-08-28": "Sunday", "2016-09-04": "Sunday", "2016-09-11": "Sunday", "2016-09-18": "Sunday", "2016-09-25": "Sunday", "2016-10-02": "Sunday", "2016-10-09": "Sunday", "2016-10-16": "Sunday", "2016-10-23": "Sunday", "2016-10-30": "Sunday", "2016-11-05": "All Saints' Day", "2016-11-06": "Sunday", "2016-11-13": "Sunday", "2016-11-20": "Sunday", "2016-11-27": "Sunday", "2016-12-04": "Sunday", "2016-12-11": "Sunday", "2016-12-18": "Sunday", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day; Sunday", "2016-12-26": "Second Day of Christmas", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day; Sunday", "2017-01-06": "Epiphany", "2017-01-08": "Sunday", "2017-01-15": "Sunday", "2017-01-22": "Sunday", "2017-01-29": "Sunday", "2017-02-05": "Sunday", "2017-02-12": "Sunday", "2017-02-19": "Sunday", "2017-02-26": "Sunday", "2017-03-05": "Sunday", "2017-03-12": "Sunday", "2017-03-19": "Sunday", "2017-03-26": "Sunday", "2017-04-02": "Sunday", "2017-04-09": "Sunday", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday; Sunday", "2017-04-17": "Easter Monday", "2017-04-23": "Sunday", "2017-04-30": "Sunday", "2017-05-01": "May Day", "2017-05-07": "Sunday", "2017-05-14": "Sunday", "2017-05-21": "Sunday", "2017-05-25": "Ascension Day", "2017-05-28": "Sunday", "2017-06-04": "Sunday; Whit Sunday", "2017-06-06": "National Day of Sweden", "2017-06-11": "Sunday", "2017-06-18": "Sunday", "2017-06-23": "Midsummer Eve", "2017-06-24": "Midsummer Day", "2017-06-25": "Sunday", "2017-07-02": "Sunday", "2017-07-09": "Sunday", "2017-07-16": "Sunday", "2017-07-23": "Sunday", "2017-07-30": "Sunday", "2017-08-06": "Sunday", "2017-08-13": "Sunday", "2017-08-20": "Sunday", "2017-08-27": "Sunday", "2017-09-03": "Sunday", "2017-09-10": "Sunday", "2017-09-17": "Sunday", "2017-09-24": "Sunday", "2017-10-01": "Sunday", "2017-10-08": "Sunday", "2017-10-15": "Sunday", "2017-10-22": "Sunday", "2017-10-29": "Sunday", "2017-11-04": "All Saints' Day", "2017-11-05": "Sunday", "2017-11-12": "Sunday", "2017-11-19": "Sunday", "2017-11-26": "Sunday", "2017-12-03": "Sunday", "2017-12-10": "Sunday", "2017-12-17": "Sunday", "2017-12-24": "Christmas Eve; Sunday", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2017-12-31": "New Year's Eve; Sunday", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-01-07": "Sunday", "2018-01-14": "Sunday", "2018-01-21": "Sunday", "2018-01-28": "Sunday", "2018-02-04": "Sunday", "2018-02-11": "Sunday", "2018-02-18": "Sunday", "2018-02-25": "Sunday", "2018-03-04": "Sunday", "2018-03-11": "Sunday", "2018-03-18": "Sunday", "2018-03-25": "Sunday", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday; Sunday", "2018-04-02": "Easter Monday", "2018-04-08": "Sunday", "2018-04-15": "Sunday", "2018-04-22": "Sunday", "2018-04-29": "Sunday", "2018-05-01": "May Day", "2018-05-06": "Sunday", "2018-05-10": "Ascension Day", "2018-05-13": "Sunday", "2018-05-20": "Sunday; Whit Sunday", "2018-05-27": "Sunday", "2018-06-03": "Sunday", "2018-06-06": "National Day of Sweden", "2018-06-10": "Sunday", "2018-06-17": "Sunday", "2018-06-22": "Midsummer Eve", "2018-06-23": "Midsummer Day", "2018-06-24": "Sunday", "2018-07-01": "Sunday", "2018-07-08": "Sunday", "2018-07-15": "Sunday", "2018-07-22": "Sunday", "2018-07-29": "Sunday", "2018-08-05": "Sunday", "2018-08-12": "Sunday", "2018-08-19": "Sunday", "2018-08-26": "Sunday", "2018-09-02": "Sunday", "2018-09-09": "Sunday", "2018-09-16": "Sunday", "2018-09-23": "Sunday", "2018-09-30": "Sunday", "2018-10-07": "Sunday", "2018-10-14": "Sunday", "2018-10-21": "Sunday", "2018-10-28": "Sunday", "2018-11-03": "All Saints' Day", "2018-11-04": "Sunday", "2018-11-11": "Sunday", "2018-11-18": "Sunday", "2018-11-25": "Sunday", "2018-12-02": "Sunday", "2018-12-09": "Sunday", "2018-12-16": "Sunday", "2018-12-23": "Sunday", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2018-12-30": "Sunday", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany; Sunday", "2019-01-13": "Sunday", "2019-01-20": "Sunday", "2019-01-27": "Sunday", "2019-02-03": "Sunday", "2019-02-10": "Sunday", "2019-02-17": "Sunday", "2019-02-24": "Sunday", "2019-03-03": "Sunday", "2019-03-10": "Sunday", "2019-03-17": "Sunday", "2019-03-24": "Sunday", "2019-03-31": "Sunday", "2019-04-07": "Sunday", "2019-04-14": "Sunday", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday; Sunday", "2019-04-22": "Easter Monday", "2019-04-28": "Sunday", "2019-05-01": "May Day", "2019-05-05": "Sunday", "2019-05-12": "Sunday", "2019-05-19": "Sunday", "2019-05-26": "Sunday", "2019-05-30": "Ascension Day", "2019-06-02": "Sunday", "2019-06-06": "National Day of Sweden", "2019-06-09": "Sunday; Whit Sunday", "2019-06-16": "Sunday", "2019-06-21": "Midsummer Eve", "2019-06-22": "Midsummer Day", "2019-06-23": "Sunday", "2019-06-30": "Sunday", "2019-07-07": "Sunday", "2019-07-14": "Sunday", "2019-07-21": "Sunday", "2019-07-28": "Sunday", "2019-08-04": "Sunday", "2019-08-11": "Sunday", "2019-08-18": "Sunday", "2019-08-25": "Sunday", "2019-09-01": "Sunday", "2019-09-08": "Sunday", "2019-09-15": "Sunday", "2019-09-22": "Sunday", "2019-09-29": "Sunday", "2019-10-06": "Sunday", "2019-10-13": "Sunday", "2019-10-20": "Sunday", "2019-10-27": "Sunday", "2019-11-02": "All Saints' Day", "2019-11-03": "Sunday", "2019-11-10": "Sunday", "2019-11-17": "Sunday", "2019-11-24": "Sunday", "2019-12-01": "Sunday", "2019-12-08": "Sunday", "2019-12-15": "Sunday", "2019-12-22": "Sunday", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2019-12-29": "Sunday", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-05": "Sunday", "2020-01-06": "Epiphany", "2020-01-12": "Sunday", "2020-01-19": "Sunday", "2020-01-26": "Sunday", "2020-02-02": "Sunday", "2020-02-09": "Sunday", "2020-02-16": "Sunday", "2020-02-23": "Sunday", "2020-03-01": "Sunday", "2020-03-08": "Sunday", "2020-03-15": "Sunday", "2020-03-22": "Sunday", "2020-03-29": "Sunday", "2020-04-05": "Sunday", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday; Sunday", "2020-04-13": "Easter Monday", "2020-04-19": "Sunday", "2020-04-26": "Sunday", "2020-05-01": "May Day", "2020-05-03": "Sunday", "2020-05-10": "Sunday", "2020-05-17": "Sunday", "2020-05-21": "Ascension Day", "2020-05-24": "Sunday", "2020-05-31": "Sunday; Whit Sunday", "2020-06-06": "National Day of Sweden", "2020-06-07": "Sunday", "2020-06-14": "Sunday", "2020-06-19": "Midsummer Eve", "2020-06-20": "Midsummer Day", "2020-06-21": "Sunday", "2020-06-28": "Sunday", "2020-07-05": "Sunday", "2020-07-12": "Sunday", "2020-07-19": "Sunday", "2020-07-26": "Sunday", "2020-08-02": "Sunday", "2020-08-09": "Sunday", "2020-08-16": "Sunday", "2020-08-23": "Sunday", "2020-08-30": "Sunday", "2020-09-06": "Sunday", "2020-09-13": "Sunday", "2020-09-20": "Sunday", "2020-09-27": "Sunday", "2020-10-04": "Sunday", "2020-10-11": "Sunday", "2020-10-18": "Sunday", "2020-10-25": "Sunday", "2020-10-31": "All Saints' Day", "2020-11-01": "Sunday", "2020-11-08": "Sunday", "2020-11-15": "Sunday", "2020-11-22": "Sunday", "2020-11-29": "Sunday", "2020-12-06": "Sunday", "2020-12-13": "Sunday", "2020-12-20": "Sunday", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2020-12-27": "Sunday", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-03": "Sunday", "2021-01-06": "Epiphany", "2021-01-10": "Sunday", "2021-01-17": "Sunday", "2021-01-24": "Sunday", "2021-01-31": "Sunday", "2021-02-07": "Sunday", "2021-02-14": "Sunday", "2021-02-21": "Sunday", "2021-02-28": "Sunday", "2021-03-07": "Sunday", "2021-03-14": "Sunday", "2021-03-21": "Sunday", "2021-03-28": "Sunday", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday; Sunday", "2021-04-05": "Easter Monday", "2021-04-11": "Sunday", "2021-04-18": "Sunday", "2021-04-25": "Sunday", "2021-05-01": "May Day", "2021-05-02": "Sunday", "2021-05-09": "Sunday", "2021-05-13": "Ascension Day", "2021-05-16": "Sunday", "2021-05-23": "Sunday; Whit Sunday", "2021-05-30": "Sunday", "2021-06-06": "National Day of Sweden; Sunday", "2021-06-13": "Sunday", "2021-06-20": "Sunday", "2021-06-25": "Midsummer Eve", "2021-06-26": "Midsummer Day", "2021-06-27": "Sunday", "2021-07-04": "Sunday", "2021-07-11": "Sunday", "2021-07-18": "Sunday", "2021-07-25": "Sunday", "2021-08-01": "Sunday", "2021-08-08": "Sunday", "2021-08-15": "Sunday", "2021-08-22": "Sunday", "2021-08-29": "Sunday", "2021-09-05": "Sunday", "2021-09-12": "Sunday", "2021-09-19": "Sunday", "2021-09-26": "Sunday", "2021-10-03": "Sunday", "2021-10-10": "Sunday", "2021-10-17": "Sunday", "2021-10-24": "Sunday", "2021-10-31": "Sunday", "2021-11-06": "All Saints' Day", "2021-11-07": "Sunday", "2021-11-14": "Sunday", "2021-11-21": "Sunday", "2021-11-28": "Sunday", "2021-12-05": "Sunday", "2021-12-12": "Sunday", "2021-12-19": "Sunday", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas; Sunday", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-02": "Sunday", "2022-01-06": "Epiphany", "2022-01-09": "Sunday", "2022-01-16": "Sunday", "2022-01-23": "Sunday", "2022-01-30": "Sunday", "2022-02-06": "Sunday", "2022-02-13": "Sunday", "2022-02-20": "Sunday", "2022-02-27": "Sunday", "2022-03-06": "Sunday", "2022-03-13": "Sunday", "2022-03-20": "Sunday", "2022-03-27": "Sunday", "2022-04-03": "Sunday", "2022-04-10": "Sunday", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday; Sunday", "2022-04-18": "Easter Monday", "2022-04-24": "Sunday", "2022-05-01": "May Day; Sunday", "2022-05-08": "Sunday", "2022-05-15": "Sunday", "2022-05-22": "Sunday", "2022-05-26": "Ascension Day", "2022-05-29": "Sunday", "2022-06-05": "Sunday; Whit Sunday", "2022-06-06": "National Day of Sweden", "2022-06-12": "Sunday", "2022-06-19": "Sunday", "2022-06-24": "Midsummer Eve", "2022-06-25": "Midsummer Day", "2022-06-26": "Sunday", "2022-07-03": "Sunday", "2022-07-10": "Sunday", "2022-07-17": "Sunday", "2022-07-24": "Sunday", "2022-07-31": "Sunday", "2022-08-07": "Sunday", "2022-08-14": "Sunday", "2022-08-21": "Sunday", "2022-08-28": "Sunday", "2022-09-04": "Sunday", "2022-09-11": "Sunday", "2022-09-18": "Sunday", "2022-09-25": "Sunday", "2022-10-02": "Sunday", "2022-10-09": "Sunday", "2022-10-16": "Sunday", "2022-10-23": "Sunday", "2022-10-30": "Sunday", "2022-11-05": "All Saints' Day", "2022-11-06": "Sunday", "2022-11-13": "Sunday", "2022-11-20": "Sunday", "2022-11-27": "Sunday", "2022-12-04": "Sunday", "2022-12-11": "Sunday", "2022-12-18": "Sunday", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day; Sunday", "2022-12-26": "Second Day of Christmas", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day; Sunday", "2023-01-06": "Epiphany", "2023-01-08": "Sunday", "2023-01-15": "Sunday", "2023-01-22": "Sunday", "2023-01-29": "Sunday", "2023-02-05": "Sunday", "2023-02-12": "Sunday", "2023-02-19": "Sunday", "2023-02-26": "Sunday", "2023-03-05": "Sunday", "2023-03-12": "Sunday", "2023-03-19": "Sunday", "2023-03-26": "Sunday", "2023-04-02": "Sunday", "2023-04-07": "Good Friday", "2023-04-09": "Easter Sunday; Sunday", "2023-04-10": "Easter Monday", "2023-04-16": "Sunday", "2023-04-23": "Sunday", "2023-04-30": "Sunday", "2023-05-01": "May Day", "2023-05-07": "Sunday", "2023-05-14": "Sunday", "2023-05-18": "Ascension Day", "2023-05-21": "Sunday", "2023-05-28": "Sunday; Whit Sunday", "2023-06-04": "Sunday", "2023-06-06": "National Day of Sweden", "2023-06-11": "Sunday", "2023-06-18": "Sunday", "2023-06-23": "Midsummer Eve", "2023-06-24": "Midsummer Day", "2023-06-25": "Sunday", "2023-07-02": "Sunday", "2023-07-09": "Sunday", "2023-07-16": "Sunday", "2023-07-23": "Sunday", "2023-07-30": "Sunday", "2023-08-06": "Sunday", "2023-08-13": "Sunday", "2023-08-20": "Sunday", "2023-08-27": "Sunday", "2023-09-03": "Sunday", "2023-09-10": "Sunday", "2023-09-17": "Sunday", "2023-09-24": "Sunday", "2023-10-01": "Sunday", "2023-10-08": "Sunday", "2023-10-15": "Sunday", "2023-10-22": "Sunday", "2023-10-29": "Sunday", "2023-11-04": "All Saints' Day", "2023-11-05": "Sunday", "2023-11-12": "Sunday", "2023-11-19": "Sunday", "2023-11-26": "Sunday", "2023-12-03": "Sunday", "2023-12-10": "Sunday", "2023-12-17": "Sunday", "2023-12-24": "Christmas Eve; Sunday", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2023-12-31": "New Year's Eve; Sunday", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-01-07": "Sunday", "2024-01-14": "Sunday", "2024-01-21": "Sunday", "2024-01-28": "Sunday", "2024-02-04": "Sunday", "2024-02-11": "Sunday", "2024-02-18": "Sunday", "2024-02-25": "Sunday", "2024-03-03": "Sunday", "2024-03-10": "Sunday", "2024-03-17": "Sunday", "2024-03-24": "Sunday", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday; Sunday", "2024-04-01": "Easter Monday", "2024-04-07": "Sunday", "2024-04-14": "Sunday", "2024-04-21": "Sunday", "2024-04-28": "Sunday", "2024-05-01": "May Day", "2024-05-05": "Sunday", "2024-05-09": "Ascension Day", "2024-05-12": "Sunday", "2024-05-19": "Sunday; Whit Sunday", "2024-05-26": "Sunday", "2024-06-02": "Sunday", "2024-06-06": "National Day of Sweden", "2024-06-09": "Sunday", "2024-06-16": "Sunday", "2024-06-21": "Midsummer Eve", "2024-06-22": "Midsummer Day", "2024-06-23": "Sunday", "2024-06-30": "Sunday", "2024-07-07": "Sunday", "2024-07-14": "Sunday", "2024-07-21": "Sunday", "2024-07-28": "Sunday", "2024-08-04": "Sunday", "2024-08-11": "Sunday", "2024-08-18": "Sunday", "2024-08-25": "Sunday", "2024-09-01": "Sunday", "2024-09-08": "Sunday", "2024-09-15": "Sunday", "2024-09-22": "Sunday", "2024-09-29": "Sunday", "2024-10-06": "Sunday", "2024-10-13": "Sunday", "2024-10-20": "Sunday", "2024-10-27": "Sunday", "2024-11-02": "All Saints' Day", "2024-11-03": "Sunday", "2024-11-10": "Sunday", "2024-11-17": "Sunday", "2024-11-24": "Sunday", "2024-12-01": "Sunday", "2024-12-08": "Sunday", "2024-12-15": "Sunday", "2024-12-22": "Sunday", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2024-12-29": "Sunday", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-05": "Sunday", "2025-01-06": "Epiphany", "2025-01-12": "Sunday", "2025-01-19": "Sunday", "2025-01-26": "Sunday", "2025-02-02": "Sunday", "2025-02-09": "Sunday", "2025-02-16": "Sunday", "2025-02-23": "Sunday", "2025-03-02": "Sunday", "2025-03-09": "Sunday", "2025-03-16": "Sunday", "2025-03-23": "Sunday", "2025-03-30": "Sunday", "2025-04-06": "Sunday", "2025-04-13": "Sunday", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday; Sunday", "2025-04-21": "Easter Monday", "2025-04-27": "Sunday", "2025-05-01": "May Day", "2025-05-04": "Sunday", "2025-05-11": "Sunday", "2025-05-18": "Sunday", "2025-05-25": "Sunday", "2025-05-29": "Ascension Day", "2025-06-01": "Sunday", "2025-06-06": "National Day of Sweden", "2025-06-08": "Sunday; Whit Sunday", "2025-06-15": "Sunday", "2025-06-20": "Midsummer Eve", "2025-06-21": "Midsummer Day", "2025-06-22": "Sunday", "2025-06-29": "Sunday", "2025-07-06": "Sunday", "2025-07-13": "Sunday", "2025-07-20": "Sunday", "2025-07-27": "Sunday", "2025-08-03": "Sunday", "2025-08-10": "Sunday", "2025-08-17": "Sunday", "2025-08-24": "Sunday", "2025-08-31": "Sunday", "2025-09-07": "Sunday", "2025-09-14": "Sunday", "2025-09-21": "Sunday", "2025-09-28": "Sunday", "2025-10-05": "Sunday", "2025-10-12": "Sunday", "2025-10-19": "Sunday", "2025-10-26": "Sunday", "2025-11-01": "All Saints' Day", "2025-11-02": "Sunday", "2025-11-09": "Sunday", "2025-11-16": "Sunday", "2025-11-23": "Sunday", "2025-11-30": "Sunday", "2025-12-07": "Sunday", "2025-12-14": "Sunday", "2025-12-21": "Sunday", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2025-12-28": "Sunday", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-04": "Sunday", "2026-01-06": "Epiphany", "2026-01-11": "Sunday", "2026-01-18": "Sunday", "2026-01-25": "Sunday", "2026-02-01": "Sunday", "2026-02-08": "Sunday", "2026-02-15": "Sunday", "2026-02-22": "Sunday", "2026-03-01": "Sunday", "2026-03-08": "Sunday", "2026-03-15": "Sunday", "2026-03-22": "Sunday", "2026-03-29": "Sunday", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday; Sunday", "2026-04-06": "Easter Monday", "2026-04-12": "Sunday", "2026-04-19": "Sunday", "2026-04-26": "Sunday", "2026-05-01": "May Day", "2026-05-03": "Sunday", "2026-05-10": "Sunday", "2026-05-14": "Ascension Day", "2026-05-17": "Sunday", "2026-05-24": "Sunday; Whit Sunday", "2026-05-31": "Sunday", "2026-06-06": "National Day of Sweden", "2026-06-07": "Sunday", "2026-06-14": "Sunday", "2026-06-19": "Midsummer Eve", "2026-06-20": "Midsummer Day", "2026-06-21": "Sunday", "2026-06-28": "Sunday", "2026-07-05": "Sunday", "2026-07-12": "Sunday", "2026-07-19": "Sunday", "2026-07-26": "Sunday", "2026-08-02": "Sunday", "2026-08-09": "Sunday", "2026-08-16": "Sunday", "2026-08-23": "Sunday", "2026-08-30": "Sunday", "2026-09-06": "Sunday", "2026-09-13": "Sunday", "2026-09-20": "Sunday", "2026-09-27": "Sunday", "2026-10-04": "Sunday", "2026-10-11": "Sunday", "2026-10-18": "Sunday", "2026-10-25": "Sunday", "2026-10-31": "All Saints' Day", "2026-11-01": "Sunday", "2026-11-08": "Sunday", "2026-11-15": "Sunday", "2026-11-22": "Sunday", "2026-11-29": "Sunday", "2026-12-06": "Sunday", "2026-12-13": "Sunday", "2026-12-20": "Sunday", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2026-12-27": "Sunday", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-03": "Sunday", "2027-01-06": "Epiphany", "2027-01-10": "Sunday", "2027-01-17": "Sunday", "2027-01-24": "Sunday", "2027-01-31": "Sunday", "2027-02-07": "Sunday", "2027-02-14": "Sunday", "2027-02-21": "Sunday", "2027-02-28": "Sunday", "2027-03-07": "Sunday", "2027-03-14": "Sunday", "2027-03-21": "Sunday", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday; Sunday", "2027-03-29": "Easter Monday", "2027-04-04": "Sunday", "2027-04-11": "Sunday", "2027-04-18": "Sunday", "2027-04-25": "Sunday", "2027-05-01": "May Day", "2027-05-02": "Sunday", "2027-05-06": "Ascension Day", "2027-05-09": "Sunday", "2027-05-16": "Sunday; Whit Sunday", "2027-05-23": "Sunday", "2027-05-30": "Sunday", "2027-06-06": "National Day of Sweden; Sunday", "2027-06-13": "Sunday", "2027-06-20": "Sunday", "2027-06-25": "Midsummer Eve", "2027-06-26": "Midsummer Day", "2027-06-27": "Sunday", "2027-07-04": "Sunday", "2027-07-11": "Sunday", "2027-07-18": "Sunday", "2027-07-25": "Sunday", "2027-08-01": "Sunday", "2027-08-08": "Sunday", "2027-08-15": "Sunday", "2027-08-22": "Sunday", "2027-08-29": "Sunday", "2027-09-05": "Sunday", "2027-09-12": "Sunday", "2027-09-19": "Sunday", "2027-09-26": "Sunday", "2027-10-03": "Sunday", "2027-10-10": "Sunday", "2027-10-17": "Sunday", "2027-10-24": "Sunday", "2027-10-31": "Sunday", "2027-11-06": "All Saints' Day", "2027-11-07": "Sunday", "2027-11-14": "Sunday", "2027-11-21": "Sunday", "2027-11-28": "Sunday", "2027-12-05": "Sunday", "2027-12-12": "Sunday", "2027-12-19": "Sunday", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas; Sunday", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-02": "Sunday", "2028-01-06": "Epiphany", "2028-01-09": "Sunday", "2028-01-16": "Sunday", "2028-01-23": "Sunday", "2028-01-30": "Sunday", "2028-02-06": "Sunday", "2028-02-13": "Sunday", "2028-02-20": "Sunday", "2028-02-27": "Sunday", "2028-03-05": "Sunday", "2028-03-12": "Sunday", "2028-03-19": "Sunday", "2028-03-26": "Sunday", "2028-04-02": "Sunday", "2028-04-09": "Sunday", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday; Sunday", "2028-04-17": "Easter Monday", "2028-04-23": "Sunday", "2028-04-30": "Sunday", "2028-05-01": "May Day", "2028-05-07": "Sunday", "2028-05-14": "Sunday", "2028-05-21": "Sunday", "2028-05-25": "Ascension Day", "2028-05-28": "Sunday", "2028-06-04": "Sunday; Whit Sunday", "2028-06-06": "National Day of Sweden", "2028-06-11": "Sunday", "2028-06-18": "Sunday", "2028-06-23": "Midsummer Eve", "2028-06-24": "Midsummer Day", "2028-06-25": "Sunday", "2028-07-02": "Sunday", "2028-07-09": "Sunday", "2028-07-16": "Sunday", "2028-07-23": "Sunday", "2028-07-30": "Sunday", "2028-08-06": "Sunday", "2028-08-13": "Sunday", "2028-08-20": "Sunday", "2028-08-27": "Sunday", "2028-09-03": "Sunday", "2028-09-10": "Sunday", "2028-09-17": "Sunday", "2028-09-24": "Sunday", "2028-10-01": "Sunday", "2028-10-08": "Sunday", "2028-10-15": "Sunday", "2028-10-22": "Sunday", "2028-10-29": "Sunday", "2028-11-04": "All Saints' Day", "2028-11-05": "Sunday", "2028-11-12": "Sunday", "2028-11-19": "Sunday", "2028-11-26": "Sunday", "2028-12-03": "Sunday", "2028-12-10": "Sunday", "2028-12-17": "Sunday", "2028-12-24": "Christmas Eve; Sunday", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2028-12-31": "New Year's Eve; Sunday", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-01-07": "Sunday", "2029-01-14": "Sunday", "2029-01-21": "Sunday", "2029-01-28": "Sunday", "2029-02-04": "Sunday", "2029-02-11": "Sunday", "2029-02-18": "Sunday", "2029-02-25": "Sunday", "2029-03-04": "Sunday", "2029-03-11": "Sunday", "2029-03-18": "Sunday", "2029-03-25": "Sunday", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday; Sunday", "2029-04-02": "Easter Monday", "2029-04-08": "Sunday", "2029-04-15": "Sunday", "2029-04-22": "Sunday", "2029-04-29": "Sunday", "2029-05-01": "May Day", "2029-05-06": "Sunday", "2029-05-10": "Ascension Day", "2029-05-13": "Sunday", "2029-05-20": "Sunday; Whit Sunday", "2029-05-27": "Sunday", "2029-06-03": "Sunday", "2029-06-06": "National Day of Sweden", "2029-06-10": "Sunday", "2029-06-17": "Sunday", "2029-06-22": "Midsummer Eve", "2029-06-23": "Midsummer Day", "2029-06-24": "Sunday", "2029-07-01": "Sunday", "2029-07-08": "Sunday", "2029-07-15": "Sunday", "2029-07-22": "Sunday", "2029-07-29": "Sunday", "2029-08-05": "Sunday", "2029-08-12": "Sunday", "2029-08-19": "Sunday", "2029-08-26": "Sunday", "2029-09-02": "Sunday", "2029-09-09": "Sunday", "2029-09-16": "Sunday", "2029-09-23": "Sunday", "2029-09-30": "Sunday", "2029-10-07": "Sunday", "2029-10-14": "Sunday", "2029-10-21": "Sunday", "2029-10-28": "Sunday", "2029-11-03": "All Saints' Day", "2029-11-04": "Sunday", "2029-11-11": "Sunday", "2029-11-18": "Sunday", "2029-11-25": "Sunday", "2029-12-02": "Sunday", "2029-12-09": "Sunday", "2029-12-16": "Sunday", "2029-12-23": "Sunday", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2029-12-30": "Sunday", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany; Sunday", "2030-01-13": "Sunday", "2030-01-20": "Sunday", "2030-01-27": "Sunday", "2030-02-03": "Sunday", "2030-02-10": "Sunday", "2030-02-17": "Sunday", "2030-02-24": "Sunday", "2030-03-03": "Sunday", "2030-03-10": "Sunday", "2030-03-17": "Sunday", "2030-03-24": "Sunday", "2030-03-31": "Sunday", "2030-04-07": "Sunday", "2030-04-14": "Sunday", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday; Sunday", "2030-04-22": "Easter Monday", "2030-04-28": "Sunday", "2030-05-01": "May Day", "2030-05-05": "Sunday", "2030-05-12": "Sunday", "2030-05-19": "Sunday", "2030-05-26": "Sunday", "2030-05-30": "Ascension Day", "2030-06-02": "Sunday", "2030-06-06": "National Day of Sweden", "2030-06-09": "Sunday; Whit Sunday", "2030-06-16": "Sunday", "2030-06-21": "Midsummer Eve", "2030-06-22": "Midsummer Day", "2030-06-23": "Sunday", "2030-06-30": "Sunday", "2030-07-07": "Sunday", "2030-07-14": "Sunday", "2030-07-21": "Sunday", "2030-07-28": "Sunday", "2030-08-04": "Sunday", "2030-08-11": "Sunday", "2030-08-18": "Sunday", "2030-08-25": "Sunday", "2030-09-01": "Sunday", "2030-09-08": "Sunday", "2030-09-15": "Sunday", "2030-09-22": "Sunday", "2030-09-29": "Sunday", "2030-10-06": "Sunday", "2030-10-13": "Sunday", "2030-10-20": "Sunday", "2030-10-27": "Sunday", "2030-11-02": "All Saints' Day", "2030-11-03": "Sunday", "2030-11-10": "Sunday", "2030-11-17": "Sunday", "2030-11-24": "Sunday", "2030-12-01": "Sunday", "2030-12-08": "Sunday", "2030-12-15": "Sunday", "2030-12-22": "Sunday", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2030-12-29": "Sunday", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-05": "Sunday", "2031-01-06": "Epiphany", "2031-01-12": "Sunday", "2031-01-19": "Sunday", "2031-01-26": "Sunday", "2031-02-02": "Sunday", "2031-02-09": "Sunday", "2031-02-16": "Sunday", "2031-02-23": "Sunday", "2031-03-02": "Sunday", "2031-03-09": "Sunday", "2031-03-16": "Sunday", "2031-03-23": "Sunday", "2031-03-30": "Sunday", "2031-04-06": "Sunday", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday; Sunday", "2031-04-14": "Easter Monday", "2031-04-20": "Sunday", "2031-04-27": "Sunday", "2031-05-01": "May Day", "2031-05-04": "Sunday", "2031-05-11": "Sunday", "2031-05-18": "Sunday", "2031-05-22": "Ascension Day", "2031-05-25": "Sunday", "2031-06-01": "Sunday; Whit Sunday", "2031-06-06": "National Day of Sweden", "2031-06-08": "Sunday", "2031-06-15": "Sunday", "2031-06-20": "Midsummer Eve", "2031-06-21": "Midsummer Day", "2031-06-22": "Sunday", "2031-06-29": "Sunday", "2031-07-06": "Sunday", "2031-07-13": "Sunday", "2031-07-20": "Sunday", "2031-07-27": "Sunday", "2031-08-03": "Sunday", "2031-08-10": "Sunday", "2031-08-17": "Sunday", "2031-08-24": "Sunday", "2031-08-31": "Sunday", "2031-09-07": "Sunday", "2031-09-14": "Sunday", "2031-09-21": "Sunday", "2031-09-28": "Sunday", "2031-10-05": "Sunday", "2031-10-12": "Sunday", "2031-10-19": "Sunday", "2031-10-26": "Sunday", "2031-11-01": "All Saints' Day", "2031-11-02": "Sunday", "2031-11-09": "Sunday", "2031-11-16": "Sunday", "2031-11-23": "Sunday", "2031-11-30": "Sunday", "2031-12-07": "Sunday", "2031-12-14": "Sunday", "2031-12-21": "Sunday", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2031-12-28": "Sunday", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-04": "Sunday", "2032-01-06": "Epiphany", "2032-01-11": "Sunday", "2032-01-18": "Sunday", "2032-01-25": "Sunday", "2032-02-01": "Sunday", "2032-02-08": "Sunday", "2032-02-15": "Sunday", "2032-02-22": "Sunday", "2032-02-29": "Sunday", "2032-03-07": "Sunday", "2032-03-14": "Sunday", "2032-03-21": "Sunday", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday; Sunday", "2032-03-29": "Easter Monday", "2032-04-04": "Sunday", "2032-04-11": "Sunday", "2032-04-18": "Sunday", "2032-04-25": "Sunday", "2032-05-01": "May Day", "2032-05-02": "Sunday", "2032-05-06": "Ascension Day", "2032-05-09": "Sunday", "2032-05-16": "Sunday; Whit Sunday", "2032-05-23": "Sunday", "2032-05-30": "Sunday", "2032-06-06": "National Day of Sweden; Sunday", "2032-06-13": "Sunday", "2032-06-20": "Sunday", "2032-06-25": "Midsummer Eve", "2032-06-26": "Midsummer Day", "2032-06-27": "Sunday", "2032-07-04": "Sunday", "2032-07-11": "Sunday", "2032-07-18": "Sunday", "2032-07-25": "Sunday", "2032-08-01": "Sunday", "2032-08-08": "Sunday", "2032-08-15": "Sunday", "2032-08-22": "Sunday", "2032-08-29": "Sunday", "2032-09-05": "Sunday", "2032-09-12": "Sunday", "2032-09-19": "Sunday", "2032-09-26": "Sunday", "2032-10-03": "Sunday", "2032-10-10": "Sunday", "2032-10-17": "Sunday", "2032-10-24": "Sunday", "2032-10-31": "Sunday", "2032-11-06": "All Saints' Day", "2032-11-07": "Sunday", "2032-11-14": "Sunday", "2032-11-21": "Sunday", "2032-11-28": "Sunday", "2032-12-05": "Sunday", "2032-12-12": "Sunday", "2032-12-19": "Sunday", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas; Sunday", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-02": "Sunday", "2033-01-06": "Epiphany", "2033-01-09": "Sunday", "2033-01-16": "Sunday", "2033-01-23": "Sunday", "2033-01-30": "Sunday", "2033-02-06": "Sunday", "2033-02-13": "Sunday", "2033-02-20": "Sunday", "2033-02-27": "Sunday", "2033-03-06": "Sunday", "2033-03-13": "Sunday", "2033-03-20": "Sunday", "2033-03-27": "Sunday", "2033-04-03": "Sunday", "2033-04-10": "Sunday", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday; Sunday", "2033-04-18": "Easter Monday", "2033-04-24": "Sunday", "2033-05-01": "May Day; Sunday", "2033-05-08": "Sunday", "2033-05-15": "Sunday", "2033-05-22": "Sunday", "2033-05-26": "Ascension Day", "2033-05-29": "Sunday", "2033-06-05": "Sunday; Whit Sunday", "2033-06-06": "National Day of Sweden", "2033-06-12": "Sunday", "2033-06-19": "Sunday", "2033-06-24": "Midsummer Eve", "2033-06-25": "Midsummer Day", "2033-06-26": "Sunday", "2033-07-03": "Sunday", "2033-07-10": "Sunday", "2033-07-17": "Sunday", "2033-07-24": "Sunday", "2033-07-31": "Sunday", "2033-08-07": "Sunday", "2033-08-14": "Sunday", "2033-08-21": "Sunday", "2033-08-28": "Sunday", "2033-09-04": "Sunday", "2033-09-11": "Sunday", "2033-09-18": "Sunday", "2033-09-25": "Sunday", "2033-10-02": "Sunday", "2033-10-09": "Sunday", "2033-10-16": "Sunday", "2033-10-23": "Sunday", "2033-10-30": "Sunday", "2033-11-05": "All Saints' Day", "2033-11-06": "Sunday", "2033-11-13": "Sunday", "2033-11-20": "Sunday", "2033-11-27": "Sunday", "2033-12-04": "Sunday", "2033-12-11": "Sunday", "2033-12-18": "Sunday", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day; Sunday", "2033-12-26": "Second Day of Christmas", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day; Sunday", "2034-01-06": "Epiphany", "2034-01-08": "Sunday", "2034-01-15": "Sunday", "2034-01-22": "Sunday", "2034-01-29": "Sunday", "2034-02-05": "Sunday", "2034-02-12": "Sunday", "2034-02-19": "Sunday", "2034-02-26": "Sunday", "2034-03-05": "Sunday", "2034-03-12": "Sunday", "2034-03-19": "Sunday", "2034-03-26": "Sunday", "2034-04-02": "Sunday", "2034-04-07": "Good Friday", "2034-04-09": "Easter Sunday; Sunday", "2034-04-10": "Easter Monday", "2034-04-16": "Sunday", "2034-04-23": "Sunday", "2034-04-30": "Sunday", "2034-05-01": "May Day", "2034-05-07": "Sunday", "2034-05-14": "Sunday", "2034-05-18": "Ascension Day", "2034-05-21": "Sunday", "2034-05-28": "Sunday; Whit Sunday", "2034-06-04": "Sunday", "2034-06-06": "National Day of Sweden", "2034-06-11": "Sunday", "2034-06-18": "Sunday", "2034-06-23": "Midsummer Eve", "2034-06-24": "Midsummer Day", "2034-06-25": "Sunday", "2034-07-02": "Sunday", "2034-07-09": "Sunday", "2034-07-16": "Sunday", "2034-07-23": "Sunday", "2034-07-30": "Sunday", "2034-08-06": "Sunday", "2034-08-13": "Sunday", "2034-08-20": "Sunday", "2034-08-27": "Sunday", "2034-09-03": "Sunday", "2034-09-10": "Sunday", "2034-09-17": "Sunday", "2034-09-24": "Sunday", "2034-10-01": "Sunday", "2034-10-08": "Sunday", "2034-10-15": "Sunday", "2034-10-22": "Sunday", "2034-10-29": "Sunday", "2034-11-04": "All Saints' Day", "2034-11-05": "Sunday", "2034-11-12": "Sunday", "2034-11-19": "Sunday", "2034-11-26": "Sunday", "2034-12-03": "Sunday", "2034-12-10": "Sunday", "2034-12-17": "Sunday", "2034-12-24": "Christmas Eve; Sunday", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2034-12-31": "New Year's Eve; Sunday", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-01-07": "Sunday", "2035-01-14": "Sunday", "2035-01-21": "Sunday", "2035-01-28": "Sunday", "2035-02-04": "Sunday", "2035-02-11": "Sunday", "2035-02-18": "Sunday", "2035-02-25": "Sunday", "2035-03-04": "Sunday", "2035-03-11": "Sunday", "2035-03-18": "Sunday", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday; Sunday", "2035-03-26": "Easter Monday", "2035-04-01": "Sunday", "2035-04-08": "Sunday", "2035-04-15": "Sunday", "2035-04-22": "Sunday", "2035-04-29": "Sunday", "2035-05-01": "May Day", "2035-05-03": "Ascension Day", "2035-05-06": "Sunday", "2035-05-13": "Sunday; Whit Sunday", "2035-05-20": "Sunday", "2035-05-27": "Sunday", "2035-06-03": "Sunday", "2035-06-06": "National Day of Sweden", "2035-06-10": "Sunday", "2035-06-17": "Sunday", "2035-06-22": "Midsummer Eve", "2035-06-23": "Midsummer Day", "2035-06-24": "Sunday", "2035-07-01": "Sunday", "2035-07-08": "Sunday", "2035-07-15": "Sunday", "2035-07-22": "Sunday", "2035-07-29": "Sunday", "2035-08-05": "Sunday", "2035-08-12": "Sunday", "2035-08-19": "Sunday", "2035-08-26": "Sunday", "2035-09-02": "Sunday", "2035-09-09": "Sunday", "2035-09-16": "Sunday", "2035-09-23": "Sunday", "2035-09-30": "Sunday", "2035-10-07": "Sunday", "2035-10-14": "Sunday", "2035-10-21": "Sunday", "2035-10-28": "Sunday", "2035-11-03": "All Saints' Day", "2035-11-04": "Sunday", "2035-11-11": "Sunday", "2035-11-18": "Sunday", "2035-11-25": "Sunday", "2035-12-02": "Sunday", "2035-12-09": "Sunday", "2035-12-16": "Sunday", "2035-12-23": "Sunday", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2035-12-30": "Sunday", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany; Sunday", "2036-01-13": "Sunday", "2036-01-20": "Sunday", "2036-01-27": "Sunday", "2036-02-03": "Sunday", "2036-02-10": "Sunday", "2036-02-17": "Sunday", "2036-02-24": "Sunday", "2036-03-02": "Sunday", "2036-03-09": "Sunday", "2036-03-16": "Sunday", "2036-03-23": "Sunday", "2036-03-30": "Sunday", "2036-04-06": "Sunday", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday; Sunday", "2036-04-14": "Easter Monday", "2036-04-20": "Sunday", "2036-04-27": "Sunday", "2036-05-01": "May Day", "2036-05-04": "Sunday", "2036-05-11": "Sunday", "2036-05-18": "Sunday", "2036-05-22": "Ascension Day", "2036-05-25": "Sunday", "2036-06-01": "Sunday; Whit Sunday", "2036-06-06": "National Day of Sweden", "2036-06-08": "Sunday", "2036-06-15": "Sunday", "2036-06-20": "Midsummer Eve", "2036-06-21": "Midsummer Day", "2036-06-22": "Sunday", "2036-06-29": "Sunday", "2036-07-06": "Sunday", "2036-07-13": "Sunday", "2036-07-20": "Sunday", "2036-07-27": "Sunday", "2036-08-03": "Sunday", "2036-08-10": "Sunday", "2036-08-17": "Sunday", "2036-08-24": "Sunday", "2036-08-31": "Sunday", "2036-09-07": "Sunday", "2036-09-14": "Sunday", "2036-09-21": "Sunday", "2036-09-28": "Sunday", "2036-10-05": "Sunday", "2036-10-12": "Sunday", "2036-10-19": "Sunday", "2036-10-26": "Sunday", "2036-11-01": "All Saints' Day", "2036-11-02": "Sunday", "2036-11-09": "Sunday", "2036-11-16": "Sunday", "2036-11-23": "Sunday", "2036-11-30": "Sunday", "2036-12-07": "Sunday", "2036-12-14": "Sunday", "2036-12-21": "Sunday", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2036-12-28": "Sunday", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-04": "Sunday", "2037-01-06": "Epiphany", "2037-01-11": "Sunday", "2037-01-18": "Sunday", "2037-01-25": "Sunday", "2037-02-01": "Sunday", "2037-02-08": "Sunday", "2037-02-15": "Sunday", "2037-02-22": "Sunday", "2037-03-01": "Sunday", "2037-03-08": "Sunday", "2037-03-15": "Sunday", "2037-03-22": "Sunday", "2037-03-29": "Sunday", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday; Sunday", "2037-04-06": "Easter Monday", "2037-04-12": "Sunday", "2037-04-19": "Sunday", "2037-04-26": "Sunday", "2037-05-01": "May Day", "2037-05-03": "Sunday", "2037-05-10": "Sunday", "2037-05-14": "Ascension Day", "2037-05-17": "Sunday", "2037-05-24": "Sunday; Whit Sunday", "2037-05-31": "Sunday", "2037-06-06": "National Day of Sweden", "2037-06-07": "Sunday", "2037-06-14": "Sunday", "2037-06-19": "Midsummer Eve", "2037-06-20": "Midsummer Day", "2037-06-21": "Sunday", "2037-06-28": "Sunday", "2037-07-05": "Sunday", "2037-07-12": "Sunday", "2037-07-19": "Sunday", "2037-07-26": "Sunday", "2037-08-02": "Sunday", "2037-08-09": "Sunday", "2037-08-16": "Sunday", "2037-08-23": "Sunday", "2037-08-30": "Sunday", "2037-09-06": "Sunday", "2037-09-13": "Sunday", "2037-09-20": "Sunday", "2037-09-27": "Sunday", "2037-10-04": "Sunday", "2037-10-11": "Sunday", "2037-10-18": "Sunday", "2037-10-25": "Sunday", "2037-10-31": "All Saints' Day", "2037-11-01": "Sunday", "2037-11-08": "Sunday", "2037-11-15": "Sunday", "2037-11-22": "Sunday", "2037-11-29": "Sunday", "2037-12-06": "Sunday", "2037-12-13": "Sunday", "2037-12-20": "Sunday", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2037-12-27": "Sunday", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-03": "Sunday", "2038-01-06": "Epiphany", "2038-01-10": "Sunday", "2038-01-17": "Sunday", "2038-01-24": "Sunday", "2038-01-31": "Sunday", "2038-02-07": "Sunday", "2038-02-14": "Sunday", "2038-02-21": "Sunday", "2038-02-28": "Sunday", "2038-03-07": "Sunday", "2038-03-14": "Sunday", "2038-03-21": "Sunday", "2038-03-28": "Sunday", "2038-04-04": "Sunday", "2038-04-11": "Sunday", "2038-04-18": "Sunday", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday; Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "May Day", "2038-05-02": "Sunday", "2038-05-09": "Sunday", "2038-05-16": "Sunday", "2038-05-23": "Sunday", "2038-05-30": "Sunday", "2038-06-03": "Ascension Day", "2038-06-06": "National Day of Sweden; Sunday", "2038-06-13": "Sunday; Whit Sunday", "2038-06-20": "Sunday", "2038-06-25": "Midsummer Eve", "2038-06-26": "Midsummer Day", "2038-06-27": "Sunday", "2038-07-04": "Sunday", "2038-07-11": "Sunday", "2038-07-18": "Sunday", "2038-07-25": "Sunday", "2038-08-01": "Sunday", "2038-08-08": "Sunday", "2038-08-15": "Sunday", "2038-08-22": "Sunday", "2038-08-29": "Sunday", "2038-09-05": "Sunday", "2038-09-12": "Sunday", "2038-09-19": "Sunday", "2038-09-26": "Sunday", "2038-10-03": "Sunday", "2038-10-10": "Sunday", "2038-10-17": "Sunday", "2038-10-24": "Sunday", "2038-10-31": "Sunday", "2038-11-06": "All Saints' Day", "2038-11-07": "Sunday", "2038-11-14": "Sunday", "2038-11-21": "Sunday", "2038-11-28": "Sunday", "2038-12-05": "Sunday", "2038-12-12": "Sunday", "2038-12-19": "Sunday", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas; Sunday", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-02": "Sunday", "2039-01-06": "Epiphany", "2039-01-09": "Sunday", "2039-01-16": "Sunday", "2039-01-23": "Sunday", "2039-01-30": "Sunday", "2039-02-06": "Sunday", "2039-02-13": "Sunday", "2039-02-20": "Sunday", "2039-02-27": "Sunday", "2039-03-06": "Sunday", "2039-03-13": "Sunday", "2039-03-20": "Sunday", "2039-03-27": "Sunday", "2039-04-03": "Sunday", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday; Sunday", "2039-04-11": "Easter Monday", "2039-04-17": "Sunday", "2039-04-24": "Sunday", "2039-05-01": "May Day; Sunday", "2039-05-08": "Sunday", "2039-05-15": "Sunday", "2039-05-19": "Ascension Day", "2039-05-22": "Sunday", "2039-05-29": "Sunday; Whit Sunday", "2039-06-05": "Sunday", "2039-06-06": "National Day of Sweden", "2039-06-12": "Sunday", "2039-06-19": "Sunday", "2039-06-24": "Midsummer Eve", "2039-06-25": "Midsummer Day", "2039-06-26": "Sunday", "2039-07-03": "Sunday", "2039-07-10": "Sunday", "2039-07-17": "Sunday", "2039-07-24": "Sunday", "2039-07-31": "Sunday", "2039-08-07": "Sunday", "2039-08-14": "Sunday", "2039-08-21": "Sunday", "2039-08-28": "Sunday", "2039-09-04": "Sunday", "2039-09-11": "Sunday", "2039-09-18": "Sunday", "2039-09-25": "Sunday", "2039-10-02": "Sunday", "2039-10-09": "Sunday", "2039-10-16": "Sunday", "2039-10-23": "Sunday", "2039-10-30": "Sunday", "2039-11-05": "All Saints' Day", "2039-11-06": "Sunday", "2039-11-13": "Sunday", "2039-11-20": "Sunday", "2039-11-27": "Sunday", "2039-12-04": "Sunday", "2039-12-11": "Sunday", "2039-12-18": "Sunday", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day; Sunday", "2039-12-26": "Second Day of Christmas", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day; Sunday", "2040-01-06": "Epiphany", "2040-01-08": "Sunday", "2040-01-15": "Sunday", "2040-01-22": "Sunday", "2040-01-29": "Sunday", "2040-02-05": "Sunday", "2040-02-12": "Sunday", "2040-02-19": "Sunday", "2040-02-26": "Sunday", "2040-03-04": "Sunday", "2040-03-11": "Sunday", "2040-03-18": "Sunday", "2040-03-25": "Sunday", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday; Sunday", "2040-04-02": "Easter Monday", "2040-04-08": "Sunday", "2040-04-15": "Sunday", "2040-04-22": "Sunday", "2040-04-29": "Sunday", "2040-05-01": "May Day", "2040-05-06": "Sunday", "2040-05-10": "Ascension Day", "2040-05-13": "Sunday", "2040-05-20": "Sunday; Whit Sunday", "2040-05-27": "Sunday", "2040-06-03": "Sunday", "2040-06-06": "National Day of Sweden", "2040-06-10": "Sunday", "2040-06-17": "Sunday", "2040-06-22": "Midsummer Eve", "2040-06-23": "Midsummer Day", "2040-06-24": "Sunday", "2040-07-01": "Sunday", "2040-07-08": "Sunday", "2040-07-15": "Sunday", "2040-07-22": "Sunday", "2040-07-29": "Sunday", "2040-08-05": "Sunday", "2040-08-12": "Sunday", "2040-08-19": "Sunday", "2040-08-26": "Sunday", "2040-09-02": "Sunday", "2040-09-09": "Sunday", "2040-09-16": "Sunday", "2040-09-23": "Sunday", "2040-09-30": "Sunday", "2040-10-07": "Sunday", "2040-10-14": "Sunday", "2040-10-21": "Sunday", "2040-10-28": "Sunday", "2040-11-03": "All Saints' Day", "2040-11-04": "Sunday", "2040-11-11": "Sunday", "2040-11-18": "Sunday", "2040-11-25": "Sunday", "2040-12-02": "Sunday", "2040-12-09": "Sunday", "2040-12-16": "Sunday", "2040-12-23": "Sunday", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2040-12-30": "Sunday", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany; Sunday", "2041-01-13": "Sunday", "2041-01-20": "Sunday", "2041-01-27": "Sunday", "2041-02-03": "Sunday", "2041-02-10": "Sunday", "2041-02-17": "Sunday", "2041-02-24": "Sunday", "2041-03-03": "Sunday", "2041-03-10": "Sunday", "2041-03-17": "Sunday", "2041-03-24": "Sunday", "2041-03-31": "Sunday", "2041-04-07": "Sunday", "2041-04-14": "Sunday", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday; Sunday", "2041-04-22": "Easter Monday", "2041-04-28": "Sunday", "2041-05-01": "May Day", "2041-05-05": "Sunday", "2041-05-12": "Sunday", "2041-05-19": "Sunday", "2041-05-26": "Sunday", "2041-05-30": "Ascension Day", "2041-06-02": "Sunday", "2041-06-06": "National Day of Sweden", "2041-06-09": "Sunday; Whit Sunday", "2041-06-16": "Sunday", "2041-06-21": "Midsummer Eve", "2041-06-22": "Midsummer Day", "2041-06-23": "Sunday", "2041-06-30": "Sunday", "2041-07-07": "Sunday", "2041-07-14": "Sunday", "2041-07-21": "Sunday", "2041-07-28": "Sunday", "2041-08-04": "Sunday", "2041-08-11": "Sunday", "2041-08-18": "Sunday", "2041-08-25": "Sunday", "2041-09-01": "Sunday", "2041-09-08": "Sunday", "2041-09-15": "Sunday", "2041-09-22": "Sunday", "2041-09-29": "Sunday", "2041-10-06": "Sunday", "2041-10-13": "Sunday", "2041-10-20": "Sunday", "2041-10-27": "Sunday", "2041-11-02": "All Saints' Day", "2041-11-03": "Sunday", "2041-11-10": "Sunday", "2041-11-17": "Sunday", "2041-11-24": "Sunday", "2041-12-01": "Sunday", "2041-12-08": "Sunday", "2041-12-15": "Sunday", "2041-12-22": "Sunday", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2041-12-29": "Sunday", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-05": "Sunday", "2042-01-06": "Epiphany", "2042-01-12": "Sunday", "2042-01-19": "Sunday", "2042-01-26": "Sunday", "2042-02-02": "Sunday", "2042-02-09": "Sunday", "2042-02-16": "Sunday", "2042-02-23": "Sunday", "2042-03-02": "Sunday", "2042-03-09": "Sunday", "2042-03-16": "Sunday", "2042-03-23": "Sunday", "2042-03-30": "Sunday", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday; Sunday", "2042-04-07": "Easter Monday", "2042-04-13": "Sunday", "2042-04-20": "Sunday", "2042-04-27": "Sunday", "2042-05-01": "May Day", "2042-05-04": "Sunday", "2042-05-11": "Sunday", "2042-05-15": "Ascension Day", "2042-05-18": "Sunday", "2042-05-25": "Sunday; Whit Sunday", "2042-06-01": "Sunday", "2042-06-06": "National Day of Sweden", "2042-06-08": "Sunday", "2042-06-15": "Sunday", "2042-06-20": "Midsummer Eve", "2042-06-21": "Midsummer Day", "2042-06-22": "Sunday", "2042-06-29": "Sunday", "2042-07-06": "Sunday", "2042-07-13": "Sunday", "2042-07-20": "Sunday", "2042-07-27": "Sunday", "2042-08-03": "Sunday", "2042-08-10": "Sunday", "2042-08-17": "Sunday", "2042-08-24": "Sunday", "2042-08-31": "Sunday", "2042-09-07": "Sunday", "2042-09-14": "Sunday", "2042-09-21": "Sunday", "2042-09-28": "Sunday", "2042-10-05": "Sunday", "2042-10-12": "Sunday", "2042-10-19": "Sunday", "2042-10-26": "Sunday", "2042-11-01": "All Saints' Day", "2042-11-02": "Sunday", "2042-11-09": "Sunday", "2042-11-16": "Sunday", "2042-11-23": "Sunday", "2042-11-30": "Sunday", "2042-12-07": "Sunday", "2042-12-14": "Sunday", "2042-12-21": "Sunday", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2042-12-28": "Sunday", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-04": "Sunday", "2043-01-06": "Epiphany", "2043-01-11": "Sunday", "2043-01-18": "Sunday", "2043-01-25": "Sunday", "2043-02-01": "Sunday", "2043-02-08": "Sunday", "2043-02-15": "Sunday", "2043-02-22": "Sunday", "2043-03-01": "Sunday", "2043-03-08": "Sunday", "2043-03-15": "Sunday", "2043-03-22": "Sunday", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday; Sunday", "2043-03-30": "Easter Monday", "2043-04-05": "Sunday", "2043-04-12": "Sunday", "2043-04-19": "Sunday", "2043-04-26": "Sunday", "2043-05-01": "May Day", "2043-05-03": "Sunday", "2043-05-07": "Ascension Day", "2043-05-10": "Sunday", "2043-05-17": "Sunday; Whit Sunday", "2043-05-24": "Sunday", "2043-05-31": "Sunday", "2043-06-06": "National Day of Sweden", "2043-06-07": "Sunday", "2043-06-14": "Sunday", "2043-06-19": "Midsummer Eve", "2043-06-20": "Midsummer Day", "2043-06-21": "Sunday", "2043-06-28": "Sunday", "2043-07-05": "Sunday", "2043-07-12": "Sunday", "2043-07-19": "Sunday", "2043-07-26": "Sunday", "2043-08-02": "Sunday", "2043-08-09": "Sunday", "2043-08-16": "Sunday", "2043-08-23": "Sunday", "2043-08-30": "Sunday", "2043-09-06": "Sunday", "2043-09-13": "Sunday", "2043-09-20": "Sunday", "2043-09-27": "Sunday", "2043-10-04": "Sunday", "2043-10-11": "Sunday", "2043-10-18": "Sunday", "2043-10-25": "Sunday", "2043-10-31": "All Saints' Day", "2043-11-01": "Sunday", "2043-11-08": "Sunday", "2043-11-15": "Sunday", "2043-11-22": "Sunday", "2043-11-29": "Sunday", "2043-12-06": "Sunday", "2043-12-13": "Sunday", "2043-12-20": "Sunday", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2043-12-27": "Sunday", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-03": "Sunday", "2044-01-06": "Epiphany", "2044-01-10": "Sunday", "2044-01-17": "Sunday", "2044-01-24": "Sunday", "2044-01-31": "Sunday", "2044-02-07": "Sunday", "2044-02-14": "Sunday", "2044-02-21": "Sunday", "2044-02-28": "Sunday", "2044-03-06": "Sunday", "2044-03-13": "Sunday", "2044-03-20": "Sunday", "2044-03-27": "Sunday", "2044-04-03": "Sunday", "2044-04-10": "Sunday", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday; Sunday", "2044-04-18": "Easter Monday", "2044-04-24": "Sunday", "2044-05-01": "May Day; Sunday", "2044-05-08": "Sunday", "2044-05-15": "Sunday", "2044-05-22": "Sunday", "2044-05-26": "Ascension Day", "2044-05-29": "Sunday", "2044-06-05": "Sunday; Whit Sunday", "2044-06-06": "National Day of Sweden", "2044-06-12": "Sunday", "2044-06-19": "Sunday", "2044-06-24": "Midsummer Eve", "2044-06-25": "Midsummer Day", "2044-06-26": "Sunday", "2044-07-03": "Sunday", "2044-07-10": "Sunday", "2044-07-17": "Sunday", "2044-07-24": "Sunday", "2044-07-31": "Sunday", "2044-08-07": "Sunday", "2044-08-14": "Sunday", "2044-08-21": "Sunday", "2044-08-28": "Sunday", "2044-09-04": "Sunday", "2044-09-11": "Sunday", "2044-09-18": "Sunday", "2044-09-25": "Sunday", "2044-10-02": "Sunday", "2044-10-09": "Sunday", "2044-10-16": "Sunday", "2044-10-23": "Sunday", "2044-10-30": "Sunday", "2044-11-05": "All Saints' Day", "2044-11-06": "Sunday", "2044-11-13": "Sunday", "2044-11-20": "Sunday", "2044-11-27": "Sunday", "2044-12-04": "Sunday", "2044-12-11": "Sunday", "2044-12-18": "Sunday", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day; Sunday", "2044-12-26": "Second Day of Christmas", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day; Sunday", "2045-01-06": "Epiphany", "2045-01-08": "Sunday", "2045-01-15": "Sunday", "2045-01-22": "Sunday", "2045-01-29": "Sunday", "2045-02-05": "Sunday", "2045-02-12": "Sunday", "2045-02-19": "Sunday", "2045-02-26": "Sunday", "2045-03-05": "Sunday", "2045-03-12": "Sunday", "2045-03-19": "Sunday", "2045-03-26": "Sunday", "2045-04-02": "Sunday", "2045-04-07": "Good Friday", "2045-04-09": "Easter Sunday; Sunday", "2045-04-10": "Easter Monday", "2045-04-16": "Sunday", "2045-04-23": "Sunday", "2045-04-30": "Sunday", "2045-05-01": "May Day", "2045-05-07": "Sunday", "2045-05-14": "Sunday", "2045-05-18": "Ascension Day", "2045-05-21": "Sunday", "2045-05-28": "Sunday; Whit Sunday", "2045-06-04": "Sunday", "2045-06-06": "National Day of Sweden", "2045-06-11": "Sunday", "2045-06-18": "Sunday", "2045-06-23": "Midsummer Eve", "2045-06-24": "Midsummer Day", "2045-06-25": "Sunday", "2045-07-02": "Sunday", "2045-07-09": "Sunday", "2045-07-16": "Sunday", "2045-07-23": "Sunday", "2045-07-30": "Sunday", "2045-08-06": "Sunday", "2045-08-13": "Sunday", "2045-08-20": "Sunday", "2045-08-27": "Sunday", "2045-09-03": "Sunday", "2045-09-10": "Sunday", "2045-09-17": "Sunday", "2045-09-24": "Sunday", "2045-10-01": "Sunday", "2045-10-08": "Sunday", "2045-10-15": "Sunday", "2045-10-22": "Sunday", "2045-10-29": "Sunday", "2045-11-04": "All Saints' Day", "2045-11-05": "Sunday", "2045-11-12": "Sunday", "2045-11-19": "Sunday", "2045-11-26": "Sunday", "2045-12-03": "Sunday", "2045-12-10": "Sunday", "2045-12-17": "Sunday", "2045-12-24": "Christmas Eve; Sunday", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2045-12-31": "New Year's Eve; Sunday", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-01-07": "Sunday", "2046-01-14": "Sunday", "2046-01-21": "Sunday", "2046-01-28": "Sunday", "2046-02-04": "Sunday", "2046-02-11": "Sunday", "2046-02-18": "Sunday", "2046-02-25": "Sunday", "2046-03-04": "Sunday", "2046-03-11": "Sunday", "2046-03-18": "Sunday", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday; Sunday", "2046-03-26": "Easter Monday", "2046-04-01": "Sunday", "2046-04-08": "Sunday", "2046-04-15": "Sunday", "2046-04-22": "Sunday", "2046-04-29": "Sunday", "2046-05-01": "May Day", "2046-05-03": "Ascension Day", "2046-05-06": "Sunday", "2046-05-13": "Sunday; Whit Sunday", "2046-05-20": "Sunday", "2046-05-27": "Sunday", "2046-06-03": "Sunday", "2046-06-06": "National Day of Sweden", "2046-06-10": "Sunday", "2046-06-17": "Sunday", "2046-06-22": "Midsummer Eve", "2046-06-23": "Midsummer Day", "2046-06-24": "Sunday", "2046-07-01": "Sunday", "2046-07-08": "Sunday", "2046-07-15": "Sunday", "2046-07-22": "Sunday", "2046-07-29": "Sunday", "2046-08-05": "Sunday", "2046-08-12": "Sunday", "2046-08-19": "Sunday", "2046-08-26": "Sunday", "2046-09-02": "Sunday", "2046-09-09": "Sunday", "2046-09-16": "Sunday", "2046-09-23": "Sunday", "2046-09-30": "Sunday", "2046-10-07": "Sunday", "2046-10-14": "Sunday", "2046-10-21": "Sunday", "2046-10-28": "Sunday", "2046-11-03": "All Saints' Day", "2046-11-04": "Sunday", "2046-11-11": "Sunday", "2046-11-18": "Sunday", "2046-11-25": "Sunday", "2046-12-02": "Sunday", "2046-12-09": "Sunday", "2046-12-16": "Sunday", "2046-12-23": "Sunday", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2046-12-30": "Sunday", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany; Sunday", "2047-01-13": "Sunday", "2047-01-20": "Sunday", "2047-01-27": "Sunday", "2047-02-03": "Sunday", "2047-02-10": "Sunday", "2047-02-17": "Sunday", "2047-02-24": "Sunday", "2047-03-03": "Sunday", "2047-03-10": "Sunday", "2047-03-17": "Sunday", "2047-03-24": "Sunday", "2047-03-31": "Sunday", "2047-04-07": "Sunday", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday; Sunday", "2047-04-15": "Easter Monday", "2047-04-21": "Sunday", "2047-04-28": "Sunday", "2047-05-01": "May Day", "2047-05-05": "Sunday", "2047-05-12": "Sunday", "2047-05-19": "Sunday", "2047-05-23": "Ascension Day", "2047-05-26": "Sunday", "2047-06-02": "Sunday; Whit Sunday", "2047-06-06": "National Day of Sweden", "2047-06-09": "Sunday", "2047-06-16": "Sunday", "2047-06-21": "Midsummer Eve", "2047-06-22": "Midsummer Day", "2047-06-23": "Sunday", "2047-06-30": "Sunday", "2047-07-07": "Sunday", "2047-07-14": "Sunday", "2047-07-21": "Sunday", "2047-07-28": "Sunday", "2047-08-04": "Sunday", "2047-08-11": "Sunday", "2047-08-18": "Sunday", "2047-08-25": "Sunday", "2047-09-01": "Sunday", "2047-09-08": "Sunday", "2047-09-15": "Sunday", "2047-09-22": "Sunday", "2047-09-29": "Sunday", "2047-10-06": "Sunday", "2047-10-13": "Sunday", "2047-10-20": "Sunday", "2047-10-27": "Sunday", "2047-11-02": "All Saints' Day", "2047-11-03": "Sunday", "2047-11-10": "Sunday", "2047-11-17": "Sunday", "2047-11-24": "Sunday", "2047-12-01": "Sunday", "2047-12-08": "Sunday", "2047-12-15": "Sunday", "2047-12-22": "Sunday", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2047-12-29": "Sunday", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-05": "Sunday", "2048-01-06": "Epiphany", "2048-01-12": "Sunday", "2048-01-19": "Sunday", "2048-01-26": "Sunday", "2048-02-02": "Sunday", "2048-02-09": "Sunday", "2048-02-16": "Sunday", "2048-02-23": "Sunday", "2048-03-01": "Sunday", "2048-03-08": "Sunday", "2048-03-15": "Sunday", "2048-03-22": "Sunday", "2048-03-29": "Sunday", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday; Sunday", "2048-04-06": "Easter Monday", "2048-04-12": "Sunday", "2048-04-19": "Sunday", "2048-04-26": "Sunday", "2048-05-01": "May Day", "2048-05-03": "Sunday", "2048-05-10": "Sunday", "2048-05-14": "Ascension Day", "2048-05-17": "Sunday", "2048-05-24": "Sunday; Whit Sunday", "2048-05-31": "Sunday", "2048-06-06": "National Day of Sweden", "2048-06-07": "Sunday", "2048-06-14": "Sunday", "2048-06-19": "Midsummer Eve", "2048-06-20": "Midsummer Day", "2048-06-21": "Sunday", "2048-06-28": "Sunday", "2048-07-05": "Sunday", "2048-07-12": "Sunday", "2048-07-19": "Sunday", "2048-07-26": "Sunday", "2048-08-02": "Sunday", "2048-08-09": "Sunday", "2048-08-16": "Sunday", "2048-08-23": "Sunday", "2048-08-30": "Sunday", "2048-09-06": "Sunday", "2048-09-13": "Sunday", "2048-09-20": "Sunday", "2048-09-27": "Sunday", "2048-10-04": "Sunday", "2048-10-11": "Sunday", "2048-10-18": "Sunday", "2048-10-25": "Sunday", "2048-10-31": "All Saints' Day", "2048-11-01": "Sunday", "2048-11-08": "Sunday", "2048-11-15": "Sunday", "2048-11-22": "Sunday", "2048-11-29": "Sunday", "2048-12-06": "Sunday", "2048-12-13": "Sunday", "2048-12-20": "Sunday", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2048-12-27": "Sunday", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-03": "Sunday", "2049-01-06": "Epiphany", "2049-01-10": "Sunday", "2049-01-17": "Sunday", "2049-01-24": "Sunday", "2049-01-31": "Sunday", "2049-02-07": "Sunday", "2049-02-14": "Sunday", "2049-02-21": "Sunday", "2049-02-28": "Sunday", "2049-03-07": "Sunday", "2049-03-14": "Sunday", "2049-03-21": "Sunday", "2049-03-28": "Sunday", "2049-04-04": "Sunday", "2049-04-11": "Sunday", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday; Sunday", "2049-04-19": "Easter Monday", "2049-04-25": "Sunday", "2049-05-01": "May Day", "2049-05-02": "Sunday", "2049-05-09": "Sunday", "2049-05-16": "Sunday", "2049-05-23": "Sunday", "2049-05-27": "Ascension Day", "2049-05-30": "Sunday", "2049-06-06": "National Day of Sweden; Sunday; Whit Sunday", "2049-06-13": "Sunday", "2049-06-20": "Sunday", "2049-06-25": "Midsummer Eve", "2049-06-26": "Midsummer Day", "2049-06-27": "Sunday", "2049-07-04": "Sunday", "2049-07-11": "Sunday", "2049-07-18": "Sunday", "2049-07-25": "Sunday", "2049-08-01": "Sunday", "2049-08-08": "Sunday", "2049-08-15": "Sunday", "2049-08-22": "Sunday", "2049-08-29": "Sunday", "2049-09-05": "Sunday", "2049-09-12": "Sunday", "2049-09-19": "Sunday", "2049-09-26": "Sunday", "2049-10-03": "Sunday", "2049-10-10": "Sunday", "2049-10-17": "Sunday", "2049-10-24": "Sunday", "2049-10-31": "Sunday", "2049-11-06": "All Saints' Day", "2049-11-07": "Sunday", "2049-11-14": "Sunday", "2049-11-21": "Sunday", "2049-11-28": "Sunday", "2049-12-05": "Sunday", "2049-12-12": "Sunday", "2049-12-19": "Sunday", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas; Sunday", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-02": "Sunday", "2050-01-06": "Epiphany", "2050-01-09": "Sunday", "2050-01-16": "Sunday", "2050-01-23": "Sunday", "2050-01-30": "Sunday", "2050-02-06": "Sunday", "2050-02-13": "Sunday", "2050-02-20": "Sunday", "2050-02-27": "Sunday", "2050-03-06": "Sunday", "2050-03-13": "Sunday", "2050-03-20": "Sunday", "2050-03-27": "Sunday", "2050-04-03": "Sunday", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday; Sunday", "2050-04-11": "Easter Monday", "2050-04-17": "Sunday", "2050-04-24": "Sunday", "2050-05-01": "May Day; Sunday", "2050-05-08": "Sunday", "2050-05-15": "Sunday", "2050-05-19": "Ascension Day", "2050-05-22": "Sunday", "2050-05-29": "Sunday; Whit Sunday", "2050-06-05": "Sunday", "2050-06-06": "National Day of Sweden", "2050-06-12": "Sunday", "2050-06-19": "Sunday", "2050-06-24": "Midsummer Eve", "2050-06-25": "Midsummer Day", "2050-06-26": "Sunday", "2050-07-03": "Sunday", "2050-07-10": "Sunday", "2050-07-17": "Sunday", "2050-07-24": "Sunday", "2050-07-31": "Sunday", "2050-08-07": "Sunday", "2050-08-14": "Sunday", "2050-08-21": "Sunday", "2050-08-28": "Sunday", "2050-09-04": "Sunday", "2050-09-11": "Sunday", "2050-09-18": "Sunday", "2050-09-25": "Sunday", "2050-10-02": "Sunday", "2050-10-09": "Sunday", "2050-10-16": "Sunday", "2050-10-23": "Sunday", "2050-10-30": "Sunday", "2050-11-05": "All Saints' Day", "2050-11-06": "Sunday", "2050-11-13": "Sunday", "2050-11-20": "Sunday", "2050-11-27": "Sunday", "2050-12-04": "Sunday", "2050-12-11": "Sunday", "2050-12-18": "Sunday", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day; Sunday", "2050-12-26": "Second Day of Christmas", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/SG_COMMON.json000066400000000000000000001406741500152103600215730ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-17": "Chinese New Year (estimated)", "1950-02-18": "Chinese New Year (estimated)", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-04-10": "Easter Monday", "1950-05-01": "Labor Day", "1950-05-31": "Vesak Day (estimated)", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Second Day of Eid al-Fitr (estimated)", "1950-08-09": "National Day", "1950-09-23": "Eid al-Adha (estimated)", "1950-11-08": "Deepavali", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-02-06": "Chinese New Year (estimated)", "1951-02-07": "Chinese New Year (estimated)", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-03-26": "Easter Monday", "1951-05-01": "Labor Day", "1951-05-20": "Vesak Day (estimated)", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Second Day of Eid al-Fitr (estimated)", "1951-08-09": "National Day", "1951-09-12": "Eid al-Adha (estimated)", "1951-10-28": "Deepavali", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-27": "Chinese New Year (estimated)", "1952-01-28": "Chinese New Year (estimated)", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-04-14": "Easter Monday", "1952-05-01": "Labor Day", "1952-05-08": "Vesak Day (estimated)", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Second Day of Eid al-Fitr (estimated)", "1952-08-09": "National Day", "1952-08-31": "Eid al-Adha (estimated)", "1952-11-15": "Deepavali", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-02-14": "Chinese New Year (estimated)", "1953-02-15": "Chinese New Year (estimated)", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-04-06": "Easter Monday", "1953-05-01": "Labor Day", "1953-05-27": "Vesak Day (estimated)", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Second Day of Eid al-Fitr (estimated)", "1953-08-09": "National Day", "1953-08-20": "Eid al-Adha (estimated)", "1953-11-05": "Deepavali", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-02-03": "Chinese New Year (estimated)", "1954-02-04": "Chinese New Year (estimated)", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-04-19": "Easter Monday", "1954-05-01": "Labor Day", "1954-05-17": "Vesak Day (estimated)", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Second Day of Eid al-Fitr (estimated)", "1954-08-09": "Eid al-Adha (estimated); National Day", "1954-10-25": "Deepavali", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-01-24": "Chinese New Year (estimated)", "1955-01-25": "Chinese New Year (estimated)", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-04-11": "Easter Monday", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Second Day of Eid al-Fitr (estimated)", "1955-06-05": "Vesak Day (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-08-09": "National Day", "1955-11-12": "Deepavali", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1956-01-01": "New Year's Day", "1956-02-12": "Chinese New Year (estimated)", "1956-02-13": "Chinese New Year (estimated)", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Second Day of Eid al-Fitr (estimated)", "1956-05-24": "Vesak Day (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-08-09": "National Day", "1956-11-01": "Deepavali", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-31": "Chinese New Year (estimated)", "1957-02-01": "Chinese New Year (estimated)", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-04-22": "Easter Monday", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-05-02": "Second Day of Eid al-Fitr (estimated)", "1957-05-14": "Vesak Day (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-08-09": "National Day", "1957-11-20": "Deepavali", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-02-18": "Chinese New Year (estimated)", "1958-02-19": "Chinese New Year (estimated)", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-04-07": "Easter Monday", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Second Day of Eid al-Fitr (estimated)", "1958-05-01": "Labor Day", "1958-06-02": "Vesak Day (estimated)", "1958-06-27": "Eid al-Adha (estimated)", "1958-08-09": "National Day", "1958-11-09": "Deepavali", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-02-08": "Chinese New Year (estimated)", "1959-02-09": "Chinese New Year (estimated)", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-03-30": "Easter Monday", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Second Day of Eid al-Fitr (estimated)", "1959-05-01": "Labor Day", "1959-05-22": "Vesak Day (estimated)", "1959-06-17": "Eid al-Adha (estimated)", "1959-08-09": "National Day", "1959-10-30": "Deepavali", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-01-28": "Chinese New Year (estimated)", "1960-01-29": "Chinese New Year (estimated)", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Second Day of Eid al-Fitr (estimated)", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-10": "Vesak Day (estimated)", "1960-06-04": "Eid al-Adha (estimated)", "1960-08-09": "National Day", "1960-11-17": "Deepavali", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1961-01-01": "New Year's Day", "1961-02-15": "Chinese New Year (estimated)", "1961-02-16": "Chinese New Year (estimated)", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Second Day of Eid al-Fitr (estimated)", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-29": "Vesak Day (estimated)", "1961-08-09": "National Day", "1961-11-06": "Deepavali", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-02-05": "Chinese New Year (estimated)", "1962-02-06": "Chinese New Year (estimated)", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Second Day of Eid al-Fitr (estimated)", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-18": "Vesak Day (estimated)", "1962-08-09": "National Day", "1962-10-26": "Deepavali", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-25": "Chinese New Year (estimated)", "1963-01-26": "Chinese New Year (estimated)", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Second Day of Eid al-Fitr (estimated)", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-08": "Vesak Day (estimated)", "1963-08-09": "National Day", "1963-11-14": "Deepavali", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-02-13": "Chinese New Year (estimated)", "1964-02-14": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1964-02-15": "Second Day of Eid al-Fitr (estimated)", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-03-30": "Easter Monday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labor Day", "1964-05-26": "Vesak Day (estimated)", "1964-08-09": "National Day", "1964-11-02": "Deepavali", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-02-02": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1965-02-03": "Chinese New Year (estimated); Second Day of Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-15": "Vesak Day (estimated)", "1965-08-09": "National Day", "1965-10-22": "Deepavali", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1966-01-01": "New Year's Day", "1966-01-21": "Chinese New Year (estimated)", "1966-01-22": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1966-01-23": "Second Day of Eid al-Fitr (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-06-03": "Vesak Day (estimated)", "1966-08-09": "National Day", "1966-11-10": "Deepavali", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Second Day of Eid al-Fitr (estimated)", "1967-02-09": "Chinese New Year (estimated)", "1967-02-10": "Chinese New Year (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-23": "Vesak Day (estimated)", "1967-08-09": "National Day", "1967-10-31": "Deepavali", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Second Day of Eid al-Fitr (estimated)", "1968-01-30": "Chinese New Year (estimated)", "1968-01-31": "Chinese New Year (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-11": "Vesak Day (estimated)", "1968-08-09": "National Day", "1968-11-18": "Deepavali", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Second Day of Eid al-Fitr (estimated)", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-02-17": "Chinese New Year (estimated)", "1969-02-18": "Chinese New Year (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-04-04": "Good Friday", "1969-05-01": "Labor Day", "1969-05-30": "Vesak Day (estimated)", "1969-08-09": "National Day", "1969-11-08": "Deepavali", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-06": "Chinese New Year (estimated)", "1970-02-07": "Chinese New Year (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-27": "Good Friday", "1970-05-01": "Labor Day", "1970-05-19": "Vesak Day (estimated)", "1970-08-09": "National Day", "1970-10-28": "Deepavali", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-27": "Chinese New Year (estimated)", "1971-01-28": "Chinese New Year (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-04-09": "Good Friday", "1971-05-01": "Labor Day", "1971-05-09": "Vesak Day (estimated)", "1971-08-09": "National Day", "1971-11-16": "Deepavali", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-02-15": "Chinese New Year (estimated)", "1972-02-16": "Chinese New Year (estimated)", "1972-03-31": "Good Friday", "1972-05-01": "Labor Day", "1972-05-27": "Vesak Day (estimated)", "1972-08-09": "National Day", "1972-11-04": "Deepavali", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-02-03": "Chinese New Year (estimated)", "1973-02-04": "Chinese New Year (estimated)", "1973-04-20": "Good Friday", "1973-05-01": "Labor Day", "1973-05-17": "Vesak Day (estimated)", "1973-08-09": "National Day", "1973-10-24": "Deepavali", "1973-10-27": "Eid al-Fitr (estimated)", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-23": "Chinese New Year (estimated)", "1974-01-24": "Chinese New Year (estimated)", "1974-04-12": "Good Friday", "1974-05-01": "Labor Day", "1974-05-06": "Vesak Day (estimated)", "1974-08-09": "National Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-12": "Deepavali", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-11": "Chinese New Year (estimated)", "1975-02-12": "Chinese New Year (estimated)", "1975-03-28": "Good Friday", "1975-05-01": "Labor Day", "1975-05-25": "Vesak Day (estimated)", "1975-08-09": "National Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "Deepavali", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-31": "Chinese New Year (estimated)", "1976-02-01": "Chinese New Year (estimated)", "1976-04-16": "Good Friday", "1976-05-01": "Labor Day", "1976-05-13": "Vesak Day (estimated)", "1976-08-09": "National Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-11-19": "Deepavali", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-02-18": "Chinese New Year (estimated)", "1977-02-19": "Chinese New Year (estimated)", "1977-04-08": "Good Friday", "1977-05-01": "Labor Day", "1977-06-01": "Vesak Day (estimated)", "1977-08-09": "National Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-11-09": "Deepavali", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-02-07": "Chinese New Year (estimated)", "1978-02-08": "Chinese New Year (estimated)", "1978-03-24": "Good Friday", "1978-05-01": "Labor Day", "1978-05-21": "Vesak Day (estimated)", "1978-08-09": "National Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-10-30": "Deepavali", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-28": "Chinese New Year (estimated)", "1979-01-29": "Chinese New Year (estimated)", "1979-04-13": "Good Friday", "1979-05-01": "Labor Day", "1979-05-10": "Vesak Day (estimated)", "1979-08-09": "National Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-18": "Deepavali", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-16": "Chinese New Year (estimated)", "1980-02-17": "Chinese New Year (estimated)", "1980-04-04": "Good Friday", "1980-05-01": "Labor Day", "1980-05-28": "Vesak Day (estimated)", "1980-08-09": "National Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-06": "Deepavali", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-05": "Chinese New Year (estimated)", "1981-02-06": "Chinese New Year (estimated)", "1981-04-17": "Good Friday", "1981-05-01": "Labor Day", "1981-05-18": "Vesak Day (estimated)", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-09": "National Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-26": "Deepavali", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-25": "Chinese New Year (estimated)", "1982-01-26": "Chinese New Year (estimated)", "1982-04-09": "Good Friday", "1982-05-01": "Labor Day", "1982-05-08": "Vesak Day (estimated)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-09": "National Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-11-13": "Deepavali", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-02-13": "Chinese New Year (estimated)", "1983-02-14": "Chinese New Year (estimated)", "1983-04-01": "Good Friday", "1983-05-01": "Labor Day", "1983-05-27": "Vesak Day (estimated)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-09": "National Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-11-03": "Deepavali", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-02-02": "Chinese New Year (estimated)", "1984-02-03": "Chinese New Year (estimated)", "1984-04-20": "Good Friday", "1984-05-01": "Labor Day", "1984-05-15": "Vesak Day (estimated)", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-09": "National Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-10-22": "Deepavali", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-20": "Chinese New Year (estimated)", "1985-02-21": "Chinese New Year (estimated)", "1985-04-05": "Good Friday", "1985-05-01": "Labor Day", "1985-06-03": "Vesak Day (estimated)", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-09": "National Day", "1985-08-26": "Eid al-Adha (estimated)", "1985-11-10": "Deepavali", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-09": "Chinese New Year (estimated)", "1986-02-10": "Chinese New Year (estimated)", "1986-03-28": "Good Friday", "1986-05-01": "Labor Day", "1986-05-23": "Vesak Day (estimated)", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-09": "National Day", "1986-08-15": "Eid al-Adha (estimated)", "1986-10-31": "Deepavali", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-29": "Chinese New Year (estimated)", "1987-01-30": "Chinese New Year (estimated)", "1987-04-17": "Good Friday", "1987-05-01": "Labor Day", "1987-05-12": "Vesak Day (estimated)", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-09": "National Day", "1987-11-19": "Deepavali", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-17": "Chinese New Year (estimated)", "1988-02-18": "Chinese New Year (estimated)", "1988-04-01": "Good Friday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-30": "Vesak Day (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-09": "National Day", "1988-11-07": "Deepavali", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-02-06": "Chinese New Year (estimated)", "1989-02-07": "Chinese New Year (estimated)", "1989-03-24": "Good Friday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-19": "Vesak Day (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-09": "National Day", "1989-10-27": "Deepavali", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-27": "Chinese New Year (estimated)", "1990-01-28": "Chinese New Year (estimated)", "1990-04-13": "Good Friday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-05-09": "Vesak Day (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-09": "National Day", "1990-11-15": "Deepavali", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-15": "Chinese New Year (estimated)", "1991-02-16": "Chinese New Year (estimated)", "1991-03-29": "Good Friday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-05-28": "Vesak Day (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-09": "National Day", "1991-11-04": "Deepavali", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-04": "Chinese New Year (estimated)", "1992-02-05": "Chinese New Year (estimated)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-17": "Good Friday", "1992-05-01": "Labor Day", "1992-05-17": "Vesak Day (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-09": "National Day", "1992-10-24": "Deepavali", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-23": "Chinese New Year (estimated)", "1993-01-24": "Chinese New Year (estimated)", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-09": "Good Friday", "1993-05-01": "Labor Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-04": "Vesak Day (estimated)", "1993-08-09": "National Day", "1993-11-12": "Deepavali", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-02-10": "Chinese New Year (estimated)", "1994-02-11": "Chinese New Year (estimated)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-04-01": "Good Friday", "1994-05-01": "Labor Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-25": "Vesak Day (estimated)", "1994-08-09": "National Day", "1994-11-01": "Deepavali", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-31": "Chinese New Year (estimated)", "1995-02-01": "Chinese New Year (estimated)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-14": "Good Friday", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-14": "Vesak Day (estimated)", "1995-08-09": "National Day", "1995-11-20": "Deepavali", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1996-02-20": "Chinese New Year (estimated)", "1996-04-05": "Good Friday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labor Day", "1996-05-31": "Vesak Day (estimated)", "1996-08-09": "National Day", "1996-11-09": "Deepavali", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-07": "Chinese New Year (estimated)", "1997-02-08": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labor Day", "1997-05-21": "Vesak Day (estimated)", "1997-08-09": "National Day", "1997-10-29": "Deepavali", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-28": "Chinese New Year (estimated)", "1998-01-29": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-05-01": "Labor Day", "1998-05-10": "Vesak Day (estimated)", "1998-05-11": "Vesak Day (estimated) (observed)", "1998-08-09": "National Day", "1998-08-10": "National Day (observed)", "1998-11-17": "Deepavali", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-02-16": "Chinese New Year (estimated)", "1999-02-17": "Chinese New Year (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-05-01": "Labor Day", "1999-05-29": "Vesak Day (estimated)", "1999-08-09": "National Day", "1999-11-06": "Deepavali", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-02-05": "Chinese New Year (estimated)", "2000-02-06": "Chinese New Year (estimated)", "2000-02-07": "Chinese New Year (estimated) (observed)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-21": "Good Friday", "2000-05-01": "Labor Day", "2000-05-18": "Vesak Day (estimated)", "2000-08-09": "National Day", "2000-10-25": "Deepavali", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-01-24": "Chinese New Year", "2001-01-25": "Chinese New Year", "2001-03-06": "Eid al-Adha", "2001-04-13": "Good Friday", "2001-05-01": "Labor Day", "2001-05-07": "Vesak Day", "2001-08-09": "National Day", "2001-11-03": "Polling Day", "2001-11-14": "Deepavali", "2001-12-16": "Eid al-Fitr", "2001-12-17": "Eid al-Fitr (observed)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-12": "Chinese New Year", "2002-02-13": "Chinese New Year", "2002-02-23": "Eid al-Adha", "2002-03-29": "Good Friday", "2002-05-01": "Labor Day", "2002-05-26": "Vesak Day", "2002-05-27": "Vesak Day (observed)", "2002-08-09": "National Day", "2002-11-03": "Deepavali", "2002-11-04": "Deepavali (observed)", "2002-12-06": "Eid al-Fitr", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-01": "Chinese New Year", "2003-02-02": "Chinese New Year", "2003-02-03": "Chinese New Year (observed)", "2003-02-12": "Eid al-Adha", "2003-04-18": "Good Friday", "2003-05-01": "Labor Day", "2003-05-15": "Vesak Day", "2003-08-09": "National Day", "2003-10-23": "Deepavali", "2003-11-25": "Eid al-Fitr", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-22": "Chinese New Year", "2004-01-23": "Chinese New Year", "2004-02-01": "Eid al-Adha", "2004-02-02": "Eid al-Adha (observed)", "2004-04-09": "Good Friday", "2004-05-01": "Labor Day", "2004-06-02": "Vesak Day", "2004-08-09": "National Day", "2004-11-11": "Deepavali", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha", "2005-02-09": "Chinese New Year", "2005-02-10": "Chinese New Year", "2005-03-25": "Good Friday", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-05-22": "Vesak Day", "2005-05-23": "Vesak Day (observed)", "2005-08-09": "National Day", "2005-11-01": "Deepavali", "2005-11-03": "Eid al-Fitr", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha", "2006-01-30": "Chinese New Year", "2006-01-31": "Chinese New Year", "2006-04-14": "Good Friday", "2006-05-01": "Labor Day", "2006-05-06": "Polling Day", "2006-05-12": "Vesak Day", "2006-08-09": "National Day", "2006-10-21": "Deepavali", "2006-10-24": "Eid al-Fitr", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-01-02": "Eid al-Adha (observed)", "2007-02-19": "Chinese New Year", "2007-02-20": "Chinese New Year", "2007-04-06": "Good Friday", "2007-05-01": "Labor Day", "2007-05-31": "Vesak Day", "2007-08-09": "National Day", "2007-10-13": "Eid al-Fitr", "2007-11-08": "Deepavali", "2007-12-20": "Eid al-Adha", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-07": "Chinese New Year", "2008-02-08": "Chinese New Year", "2008-03-21": "Good Friday", "2008-05-01": "Labor Day", "2008-05-19": "Vesak Day", "2008-08-09": "National Day", "2008-10-01": "Eid al-Fitr", "2008-10-27": "Deepavali", "2008-12-08": "Eid al-Adha", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-26": "Chinese New Year", "2009-01-27": "Chinese New Year", "2009-04-10": "Good Friday", "2009-05-01": "Labor Day", "2009-05-09": "Vesak Day", "2009-08-09": "National Day", "2009-08-10": "National Day (observed)", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr (observed)", "2009-11-15": "Deepavali", "2009-11-16": "Deepavali (observed)", "2009-11-27": "Eid al-Adha", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-14": "Chinese New Year", "2010-02-15": "Chinese New Year", "2010-02-16": "Chinese New Year (observed)", "2010-04-02": "Good Friday", "2010-05-01": "Labor Day", "2010-05-28": "Vesak Day", "2010-08-09": "National Day", "2010-09-10": "Eid al-Fitr", "2010-11-05": "Deepavali", "2010-11-17": "Eid al-Adha", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-03": "Chinese New Year", "2011-02-04": "Chinese New Year", "2011-04-22": "Good Friday", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-05-07": "Polling Day", "2011-05-17": "Vesak Day", "2011-08-09": "National Day", "2011-08-30": "Eid al-Fitr", "2011-10-26": "Deepavali", "2011-11-06": "Eid al-Adha", "2011-11-07": "Eid al-Adha (observed)", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-23": "Chinese New Year", "2012-01-24": "Chinese New Year", "2012-04-06": "Good Friday", "2012-05-01": "Labor Day", "2012-05-05": "Vesak Day", "2012-08-09": "National Day", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr (observed)", "2012-10-26": "Eid al-Adha", "2012-11-13": "Deepavali", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-02-10": "Chinese New Year", "2013-02-11": "Chinese New Year", "2013-02-12": "Chinese New Year (observed)", "2013-03-29": "Good Friday", "2013-05-01": "Labor Day", "2013-05-24": "Vesak Day", "2013-08-08": "Eid al-Fitr", "2013-08-09": "National Day", "2013-10-15": "Eid al-Adha", "2013-11-02": "Deepavali", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-31": "Chinese New Year", "2014-02-01": "Chinese New Year", "2014-04-18": "Good Friday", "2014-05-01": "Labor Day", "2014-05-13": "Vesak Day", "2014-07-28": "Eid al-Fitr", "2014-08-09": "National Day", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha (observed)", "2014-10-22": "Deepavali", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-02-19": "Chinese New Year", "2015-02-20": "Chinese New Year", "2015-04-03": "Good Friday", "2015-05-01": "Labor Day", "2015-06-01": "Vesak Day", "2015-07-17": "Eid al-Fitr", "2015-08-07": "SG50 Public Holiday", "2015-08-09": "National Day", "2015-08-10": "National Day (observed)", "2015-09-11": "Polling Day", "2015-09-24": "Eid al-Adha", "2015-11-10": "Deepavali", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-02-08": "Chinese New Year", "2016-02-09": "Chinese New Year", "2016-03-25": "Good Friday", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-05-21": "Vesak Day", "2016-07-06": "Eid al-Fitr", "2016-08-09": "National Day", "2016-09-12": "Eid al-Adha", "2016-10-29": "Deepavali", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-28": "Chinese New Year", "2017-01-29": "Chinese New Year", "2017-01-30": "Chinese New Year (observed)", "2017-04-14": "Good Friday", "2017-05-01": "Labor Day", "2017-05-10": "Vesak Day", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr (observed)", "2017-08-09": "National Day", "2017-09-01": "Eid al-Adha", "2017-10-18": "Deepavali", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-02-16": "Chinese New Year", "2018-02-17": "Chinese New Year", "2018-03-30": "Good Friday", "2018-05-01": "Labor Day", "2018-05-29": "Vesak Day", "2018-06-15": "Eid al-Fitr", "2018-08-09": "National Day", "2018-08-22": "Eid al-Adha", "2018-11-06": "Deepavali", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-02-05": "Chinese New Year", "2019-02-06": "Chinese New Year", "2019-04-19": "Good Friday", "2019-05-01": "Labor Day", "2019-05-19": "Vesak Day", "2019-05-20": "Vesak Day (observed)", "2019-06-05": "Eid al-Fitr", "2019-08-09": "National Day", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha (observed)", "2019-10-27": "Deepavali", "2019-10-28": "Deepavali (observed)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-25": "Chinese New Year", "2020-01-26": "Chinese New Year", "2020-01-27": "Chinese New Year (observed)", "2020-04-10": "Good Friday", "2020-05-01": "Labor Day", "2020-05-07": "Vesak Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (observed)", "2020-07-10": "Polling Day", "2020-07-31": "Eid al-Adha", "2020-08-09": "National Day", "2020-08-10": "National Day (observed)", "2020-11-14": "Deepavali", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-02-12": "Chinese New Year", "2021-02-13": "Chinese New Year", "2021-04-02": "Good Friday", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-05-26": "Vesak Day", "2021-07-20": "Eid al-Adha", "2021-08-09": "National Day", "2021-11-04": "Deepavali", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-02-01": "Chinese New Year", "2022-02-02": "Chinese New Year", "2022-04-15": "Good Friday", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day (observed)", "2022-05-03": "Eid al-Fitr", "2022-05-15": "Vesak Day", "2022-05-16": "Vesak Day (observed)", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-08-09": "National Day", "2022-10-24": "Deepavali", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-22": "Chinese New Year", "2023-01-23": "Chinese New Year", "2023-01-24": "Chinese New Year (observed)", "2023-04-07": "Good Friday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-06-02": "Vesak Day", "2023-06-29": "Eid al-Adha", "2023-08-09": "National Day", "2023-09-01": "Polling Day", "2023-11-12": "Deepavali", "2023-11-13": "Deepavali (observed)", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-02-10": "Chinese New Year", "2024-02-11": "Chinese New Year", "2024-02-12": "Chinese New Year (observed)", "2024-03-29": "Good Friday", "2024-04-10": "Eid al-Fitr", "2024-05-01": "Labor Day", "2024-05-22": "Vesak Day", "2024-06-17": "Eid al-Adha", "2024-08-09": "National Day", "2024-10-31": "Deepavali", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-01-30": "Chinese New Year", "2025-03-31": "Eid al-Fitr", "2025-04-18": "Good Friday", "2025-05-01": "Labor Day", "2025-05-12": "Vesak Day", "2025-06-07": "Eid al-Adha", "2025-08-09": "National Day", "2025-10-20": "Deepavali", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-02-17": "Chinese New Year (estimated)", "2026-02-18": "Chinese New Year (estimated)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-03": "Good Friday", "2026-05-01": "Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-31": "Vesak Day (estimated)", "2026-06-01": "Vesak Day (estimated) (observed)", "2026-08-09": "National Day", "2026-08-10": "National Day (observed)", "2026-11-07": "Deepavali", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-02-06": "Chinese New Year (estimated)", "2027-02-07": "Chinese New Year (estimated)", "2027-02-08": "Chinese New Year (estimated) (observed)", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-26": "Good Friday", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (estimated) (observed)", "2027-05-20": "Vesak Day (estimated)", "2027-08-09": "National Day", "2027-10-27": "Deepavali", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-01-26": "Chinese New Year (estimated)", "2028-01-27": "Chinese New Year (estimated)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-04-14": "Good Friday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Vesak Day (estimated)", "2028-08-09": "National Day", "2028-11-14": "Deepavali", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-13": "Chinese New Year (estimated)", "2029-02-14": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "2029-03-30": "Good Friday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-05-27": "Vesak Day (estimated)", "2029-05-28": "Vesak Day (estimated) (observed)", "2029-08-09": "National Day", "2029-11-04": "Deepavali", "2029-11-05": "Deepavali (observed)", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-03": "Chinese New Year (estimated)", "2030-02-04": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "2030-02-05": "Chinese New Year (estimated) (observed)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-19": "Good Friday", "2030-05-01": "Labor Day", "2030-05-16": "Vesak Day (estimated)", "2030-08-09": "National Day", "2030-10-25": "Deepavali", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-23": "Chinese New Year (estimated)", "2031-01-24": "Chinese New Year (estimated); Eid al-Fitr (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-11": "Good Friday", "2031-05-01": "Labor Day", "2031-06-04": "Vesak Day (estimated)", "2031-08-09": "National Day", "2031-11-13": "Deepavali", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-11": "Chinese New Year (estimated)", "2032-02-12": "Chinese New Year (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-05-01": "Labor Day", "2032-05-23": "Vesak Day (estimated)", "2032-05-24": "Vesak Day (estimated) (observed)", "2032-08-09": "National Day", "2032-11-01": "Deepavali", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (estimated) (observed)", "2033-01-31": "Chinese New Year (estimated)", "2033-02-01": "Chinese New Year (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-15": "Good Friday", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-05-13": "Vesak Day (estimated)", "2033-08-09": "National Day", "2033-10-21": "Deepavali", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-19": "Chinese New Year (estimated)", "2034-02-20": "Chinese New Year (estimated)", "2034-02-21": "Chinese New Year (estimated) (observed)", "2034-03-01": "Eid al-Adha (estimated)", "2034-04-07": "Good Friday", "2034-05-01": "Labor Day", "2034-06-01": "Vesak Day (estimated)", "2034-08-09": "National Day", "2034-11-09": "Deepavali", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-08": "Chinese New Year (estimated)", "2035-02-09": "Chinese New Year (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated) (observed)", "2035-03-23": "Good Friday", "2035-05-01": "Labor Day", "2035-05-22": "Vesak Day (estimated)", "2035-08-09": "National Day", "2035-10-29": "Deepavali", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-28": "Chinese New Year (estimated)", "2036-01-29": "Chinese New Year (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-04-11": "Good Friday", "2036-05-01": "Labor Day", "2036-05-10": "Vesak Day (estimated)", "2036-08-09": "National Day", "2036-11-16": "Deepavali", "2036-11-17": "Deepavali (observed)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year (estimated)", "2037-02-16": "Chinese New Year (estimated)", "2037-02-17": "Chinese New Year (estimated) (observed)", "2037-04-03": "Good Friday", "2037-05-01": "Labor Day", "2037-05-29": "Vesak Day (estimated)", "2037-08-09": "National Day", "2037-08-10": "National Day (observed)", "2037-11-05": "Deepavali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated) (observed)", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year (estimated)", "2038-02-05": "Chinese New Year (estimated)", "2038-04-23": "Good Friday", "2038-05-01": "Labor Day", "2038-05-18": "Vesak Day (estimated)", "2038-08-09": "National Day", "2038-10-26": "Deepavali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "Chinese New Year (estimated)", "2039-01-25": "Chinese New Year (estimated)", "2039-04-08": "Good Friday", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-05-07": "Vesak Day (estimated)", "2039-08-09": "National Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Deepavali", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-12": "Chinese New Year (estimated)", "2040-02-13": "Chinese New Year (estimated)", "2040-02-14": "Chinese New Year (estimated) (observed)", "2040-03-30": "Good Friday", "2040-05-01": "Labor Day", "2040-05-25": "Vesak Day (estimated)", "2040-08-09": "National Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated) (observed)", "2040-11-03": "Deepavali", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-02-01": "Chinese New Year (estimated)", "2041-02-02": "Chinese New Year (estimated)", "2041-04-19": "Good Friday", "2041-05-01": "Labor Day", "2041-05-14": "Vesak Day (estimated)", "2041-08-09": "National Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-23": "Deepavali", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-22": "Chinese New Year (estimated)", "2042-01-23": "Chinese New Year (estimated)", "2042-04-04": "Good Friday", "2042-05-01": "Labor Day", "2042-06-02": "Vesak Day (estimated)", "2042-08-09": "National Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-11-11": "Deepavali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated) (observed)", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-10": "Chinese New Year (estimated)", "2043-02-11": "Chinese New Year (estimated)", "2043-03-27": "Good Friday", "2043-05-01": "Labor Day", "2043-05-23": "Vesak Day (estimated)", "2043-08-09": "National Day", "2043-08-10": "National Day (observed)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-31": "Deepavali", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year (estimated)", "2044-01-31": "Chinese New Year (estimated)", "2044-02-01": "Chinese New Year (estimated) (observed)", "2044-04-15": "Good Friday", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-05-12": "Vesak Day (estimated)", "2044-08-09": "National Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Deepavali", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-17": "Chinese New Year (estimated)", "2045-02-18": "Chinese New Year (estimated)", "2045-04-07": "Good Friday", "2045-05-01": "Labor Day", "2045-05-31": "Vesak Day (estimated)", "2045-08-09": "National Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Deepavali", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-02-06": "Chinese New Year (estimated)", "2046-02-07": "Chinese New Year (estimated)", "2046-03-23": "Good Friday", "2046-05-01": "Labor Day", "2046-05-20": "Vesak Day (estimated)", "2046-05-21": "Vesak Day (estimated) (observed)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-09": "National Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-27": "Deepavali", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-26": "Chinese New Year (estimated)", "2047-01-27": "Chinese New Year (estimated)", "2047-01-28": "Chinese New Year (estimated) (observed)", "2047-04-12": "Good Friday", "2047-05-01": "Labor Day", "2047-05-09": "Vesak Day (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-09": "National Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-11-15": "Deepavali", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-02-14": "Chinese New Year (estimated)", "2048-02-15": "Chinese New Year (estimated)", "2048-04-03": "Good Friday", "2048-05-01": "Labor Day", "2048-05-27": "Vesak Day (estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated) (observed)", "2048-08-09": "National Day", "2048-08-10": "National Day (observed)", "2048-09-19": "Eid al-Adha (estimated)", "2048-11-04": "Deepavali", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-02-02": "Chinese New Year (estimated)", "2049-02-03": "Chinese New Year (estimated)", "2049-04-16": "Good Friday", "2049-05-01": "Labor Day", "2049-05-16": "Vesak Day (estimated)", "2049-05-17": "Vesak Day (estimated) (observed)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-09": "National Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-25": "Deepavali", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-01-23": "Chinese New Year (estimated)", "2050-01-24": "Chinese New Year (estimated)", "2050-01-25": "Chinese New Year (estimated) (observed)", "2050-04-08": "Good Friday", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-04": "Vesak Day (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-09": "National Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated) (observed)", "2050-11-12": "Deepavali", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/SI_COMMON.json000066400000000000000000001362231500152103600215700ustar00rootroot00000000000000{ "1992-01-01": "New Year's Day", "1992-01-02": "New Year's Day", "1992-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-04-27": "Day of Uprising Against Occupation", "1992-05-01": "Labor Day", "1992-05-02": "Labor Day", "1992-06-07": "Whit Sunday", "1992-06-25": "Statehood Day", "1992-08-15": "Assumption Day", "1992-10-31": "Reformation Day", "1992-11-01": "Day of Remembrance for the Dead", "1992-12-25": "Christmas Day", "1992-12-26": "Independence Day", "1993-01-01": "New Year's Day", "1993-01-02": "New Year's Day", "1993-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-04-27": "Day of Uprising Against Occupation", "1993-05-01": "Labor Day", "1993-05-02": "Labor Day", "1993-05-30": "Whit Sunday", "1993-06-25": "Statehood Day", "1993-08-15": "Assumption Day", "1993-10-31": "Reformation Day", "1993-11-01": "Day of Remembrance for the Dead", "1993-12-25": "Christmas Day", "1993-12-26": "Independence Day", "1994-01-01": "New Year's Day", "1994-01-02": "New Year's Day", "1994-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-04-27": "Day of Uprising Against Occupation", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day", "1994-05-22": "Whit Sunday", "1994-06-25": "Statehood Day", "1994-08-15": "Assumption Day", "1994-10-31": "Reformation Day", "1994-11-01": "Day of Remembrance for the Dead", "1994-12-25": "Christmas Day", "1994-12-26": "Independence Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day", "1995-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-04-27": "Day of Uprising Against Occupation", "1995-05-01": "Labor Day", "1995-05-02": "Labor Day", "1995-06-04": "Whit Sunday", "1995-06-25": "Statehood Day", "1995-08-15": "Assumption Day", "1995-10-31": "Reformation Day", "1995-11-01": "Day of Remembrance for the Dead", "1995-12-25": "Christmas Day", "1995-12-26": "Independence Day", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Day", "1996-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-04-27": "Day of Uprising Against Occupation", "1996-05-01": "Labor Day", "1996-05-02": "Labor Day", "1996-05-26": "Whit Sunday", "1996-06-25": "Statehood Day", "1996-08-15": "Assumption Day", "1996-10-31": "Reformation Day", "1996-11-01": "Day of Remembrance for the Dead", "1996-12-25": "Christmas Day", "1996-12-26": "Independence Day", "1997-01-01": "New Year's Day", "1997-01-02": "New Year's Day", "1997-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-04-27": "Day of Uprising Against Occupation", "1997-05-01": "Labor Day", "1997-05-02": "Labor Day", "1997-05-18": "Whit Sunday", "1997-06-25": "Statehood Day", "1997-08-15": "Assumption Day", "1997-10-31": "Reformation Day", "1997-11-01": "Day of Remembrance for the Dead", "1997-12-25": "Christmas Day", "1997-12-26": "Independence Day", "1998-01-01": "New Year's Day", "1998-01-02": "New Year's Day", "1998-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-04-27": "Day of Uprising Against Occupation", "1998-05-01": "Labor Day", "1998-05-02": "Labor Day", "1998-05-31": "Whit Sunday", "1998-06-25": "Statehood Day", "1998-08-15": "Assumption Day", "1998-10-31": "Reformation Day", "1998-11-01": "Day of Remembrance for the Dead", "1998-12-25": "Christmas Day", "1998-12-26": "Independence Day", "1999-01-01": "New Year's Day", "1999-01-02": "New Year's Day", "1999-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-04-27": "Day of Uprising Against Occupation", "1999-05-01": "Labor Day", "1999-05-02": "Labor Day", "1999-05-23": "Whit Sunday", "1999-06-25": "Statehood Day", "1999-08-15": "Assumption Day", "1999-10-31": "Reformation Day", "1999-11-01": "Day of Remembrance for the Dead", "1999-12-25": "Christmas Day", "1999-12-26": "Independence Day", "2000-01-01": "New Year's Day", "2000-01-02": "New Year's Day", "2000-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-04-27": "Day of Uprising Against Occupation", "2000-05-01": "Labor Day", "2000-05-02": "Labor Day", "2000-06-11": "Whit Sunday", "2000-06-25": "Statehood Day", "2000-08-15": "Assumption Day", "2000-10-31": "Reformation Day", "2000-11-01": "Day of Remembrance for the Dead", "2000-12-25": "Christmas Day", "2000-12-26": "Independence Day", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Day", "2001-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-04-27": "Day of Uprising Against Occupation", "2001-05-01": "Labor Day", "2001-05-02": "Labor Day", "2001-06-03": "Whit Sunday", "2001-06-25": "Statehood Day", "2001-08-15": "Assumption Day", "2001-10-31": "Reformation Day", "2001-11-01": "Day of Remembrance for the Dead", "2001-12-25": "Christmas Day", "2001-12-26": "Independence Day", "2002-01-01": "New Year's Day", "2002-01-02": "New Year's Day", "2002-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-04-27": "Day of Uprising Against Occupation", "2002-05-01": "Labor Day", "2002-05-02": "Labor Day", "2002-05-19": "Whit Sunday", "2002-06-25": "Statehood Day", "2002-08-15": "Assumption Day", "2002-10-31": "Reformation Day", "2002-11-01": "Day of Remembrance for the Dead", "2002-12-25": "Christmas Day", "2002-12-26": "Independence Day", "2003-01-01": "New Year's Day", "2003-01-02": "New Year's Day", "2003-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-04-27": "Day of Uprising Against Occupation", "2003-05-01": "Labor Day", "2003-05-02": "Labor Day", "2003-06-08": "Whit Sunday", "2003-06-25": "Statehood Day", "2003-08-15": "Assumption Day", "2003-10-31": "Reformation Day", "2003-11-01": "Day of Remembrance for the Dead", "2003-12-25": "Christmas Day", "2003-12-26": "Independence Day", "2004-01-01": "New Year's Day", "2004-01-02": "New Year's Day", "2004-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-04-27": "Day of Uprising Against Occupation", "2004-05-01": "Labor Day", "2004-05-02": "Labor Day", "2004-05-30": "Whit Sunday", "2004-06-25": "Statehood Day", "2004-08-15": "Assumption Day", "2004-10-31": "Reformation Day", "2004-11-01": "Day of Remembrance for the Dead", "2004-12-25": "Christmas Day", "2004-12-26": "Independence Day", "2005-01-01": "New Year's Day", "2005-01-02": "New Year's Day", "2005-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-04-27": "Day of Uprising Against Occupation", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day", "2005-05-15": "Whit Sunday", "2005-06-25": "Statehood Day", "2005-08-15": "Assumption Day", "2005-10-31": "Reformation Day", "2005-11-01": "Day of Remembrance for the Dead", "2005-11-23": "Rudolf Maister Day", "2005-12-25": "Christmas Day", "2005-12-26": "Independence and Unity Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day", "2006-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-04-27": "Day of Uprising Against Occupation", "2006-05-01": "Labor Day", "2006-05-02": "Labor Day", "2006-06-04": "Whit Sunday", "2006-06-25": "Statehood Day", "2006-08-15": "Assumption Day", "2006-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2006-09-15": "Return of Primorska into the Homeland", "2006-10-31": "Reformation Day", "2006-11-01": "Day of Remembrance for the Dead", "2006-11-23": "Rudolf Maister Day", "2006-12-25": "Christmas Day", "2006-12-26": "Independence and Unity Day", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Day", "2007-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-04-27": "Day of Uprising Against Occupation", "2007-05-01": "Labor Day", "2007-05-02": "Labor Day", "2007-05-27": "Whit Sunday", "2007-06-25": "Statehood Day", "2007-08-15": "Assumption Day", "2007-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2007-09-15": "Return of Primorska into the Homeland", "2007-10-31": "Reformation Day", "2007-11-01": "Day of Remembrance for the Dead", "2007-11-23": "Rudolf Maister Day", "2007-12-25": "Christmas Day", "2007-12-26": "Independence and Unity Day", "2008-01-01": "New Year's Day", "2008-01-02": "New Year's Day", "2008-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-04-27": "Day of Uprising Against Occupation", "2008-05-01": "Labor Day", "2008-05-02": "Labor Day", "2008-05-11": "Whit Sunday", "2008-06-25": "Statehood Day", "2008-08-15": "Assumption Day", "2008-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2008-09-15": "Return of Primorska into the Homeland", "2008-10-31": "Reformation Day", "2008-11-01": "Day of Remembrance for the Dead", "2008-11-23": "Rudolf Maister Day", "2008-12-25": "Christmas Day", "2008-12-26": "Independence and Unity Day", "2009-01-01": "New Year's Day", "2009-01-02": "New Year's Day", "2009-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-04-27": "Day of Uprising Against Occupation", "2009-05-01": "Labor Day", "2009-05-02": "Labor Day", "2009-05-31": "Whit Sunday", "2009-06-25": "Statehood Day", "2009-08-15": "Assumption Day", "2009-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2009-09-15": "Return of Primorska into the Homeland", "2009-10-31": "Reformation Day", "2009-11-01": "Day of Remembrance for the Dead", "2009-11-23": "Rudolf Maister Day", "2009-12-25": "Christmas Day", "2009-12-26": "Independence and Unity Day", "2010-01-01": "New Year's Day", "2010-01-02": "New Year's Day", "2010-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-27": "Day of Uprising Against Occupation", "2010-05-01": "Labor Day", "2010-05-02": "Labor Day", "2010-05-23": "Whit Sunday", "2010-06-25": "Statehood Day", "2010-08-15": "Assumption Day", "2010-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2010-09-15": "Return of Primorska into the Homeland", "2010-10-31": "Reformation Day", "2010-11-01": "Day of Remembrance for the Dead", "2010-11-23": "Rudolf Maister Day", "2010-12-25": "Christmas Day", "2010-12-26": "Independence and Unity Day", "2011-01-01": "New Year's Day", "2011-01-02": "New Year's Day", "2011-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-04-27": "Day of Uprising Against Occupation", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day", "2011-06-08": "Primo\u017e Trubar Day", "2011-06-12": "Whit Sunday", "2011-06-25": "Statehood Day", "2011-08-15": "Assumption Day", "2011-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2011-09-15": "Return of Primorska into the Homeland", "2011-10-31": "Reformation Day", "2011-11-01": "Day of Remembrance for the Dead", "2011-11-23": "Rudolf Maister Day", "2011-12-25": "Christmas Day", "2011-12-26": "Independence and Unity Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day", "2012-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-04-27": "Day of Uprising Against Occupation", "2012-05-01": "Labor Day", "2012-05-02": "Labor Day", "2012-05-27": "Whit Sunday", "2012-06-08": "Primo\u017e Trubar Day", "2012-06-25": "Statehood Day", "2012-08-15": "Assumption Day", "2012-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2012-09-15": "Return of Primorska into the Homeland", "2012-10-31": "Reformation Day", "2012-11-01": "Day of Remembrance for the Dead", "2012-11-23": "Rudolf Maister Day", "2012-12-25": "Christmas Day", "2012-12-26": "Independence and Unity Day", "2013-01-01": "New Year's Day", "2013-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-04-27": "Day of Uprising Against Occupation", "2013-05-01": "Labor Day", "2013-05-02": "Labor Day", "2013-05-19": "Whit Sunday", "2013-06-08": "Primo\u017e Trubar Day", "2013-06-25": "Statehood Day", "2013-08-15": "Assumption Day", "2013-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2013-09-15": "Return of Primorska into the Homeland", "2013-10-31": "Reformation Day", "2013-11-01": "Day of Remembrance for the Dead", "2013-11-23": "Rudolf Maister Day", "2013-12-25": "Christmas Day", "2013-12-26": "Independence and Unity Day", "2014-01-01": "New Year's Day", "2014-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-04-27": "Day of Uprising Against Occupation", "2014-05-01": "Labor Day", "2014-05-02": "Labor Day", "2014-06-08": "Primo\u017e Trubar Day; Whit Sunday", "2014-06-25": "Statehood Day", "2014-08-15": "Assumption Day", "2014-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2014-09-15": "Return of Primorska into the Homeland", "2014-10-31": "Reformation Day", "2014-11-01": "Day of Remembrance for the Dead", "2014-11-23": "Rudolf Maister Day", "2014-12-25": "Christmas Day", "2014-12-26": "Independence and Unity Day", "2015-01-01": "New Year's Day", "2015-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-04-27": "Day of Uprising Against Occupation", "2015-05-01": "Labor Day", "2015-05-02": "Labor Day", "2015-05-24": "Whit Sunday", "2015-06-08": "Primo\u017e Trubar Day", "2015-06-25": "Statehood Day", "2015-08-15": "Assumption Day", "2015-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2015-09-15": "Return of Primorska into the Homeland", "2015-10-25": "Sovereignty Day", "2015-10-31": "Reformation Day", "2015-11-01": "Day of Remembrance for the Dead", "2015-11-23": "Rudolf Maister Day", "2015-12-25": "Christmas Day", "2015-12-26": "Independence and Unity Day", "2016-01-01": "New Year's Day", "2016-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-27": "Day of Uprising Against Occupation", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day", "2016-05-15": "Whit Sunday", "2016-06-08": "Primo\u017e Trubar Day", "2016-06-25": "Statehood Day", "2016-08-15": "Assumption Day", "2016-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2016-09-15": "Return of Primorska into the Homeland", "2016-10-25": "Sovereignty Day", "2016-10-31": "Reformation Day", "2016-11-01": "Day of Remembrance for the Dead", "2016-11-23": "Rudolf Maister Day", "2016-12-25": "Christmas Day", "2016-12-26": "Independence and Unity Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day", "2017-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-27": "Day of Uprising Against Occupation", "2017-05-01": "Labor Day", "2017-05-02": "Labor Day", "2017-06-04": "Whit Sunday", "2017-06-08": "Primo\u017e Trubar Day", "2017-06-25": "Statehood Day", "2017-08-15": "Assumption Day", "2017-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2017-09-15": "Return of Primorska into the Homeland", "2017-10-25": "Sovereignty Day", "2017-10-31": "Reformation Day", "2017-11-01": "Day of Remembrance for the Dead", "2017-11-23": "Rudolf Maister Day", "2017-12-25": "Christmas Day", "2017-12-26": "Independence and Unity Day", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Day", "2018-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-27": "Day of Uprising Against Occupation", "2018-05-01": "Labor Day", "2018-05-02": "Labor Day", "2018-05-20": "Whit Sunday", "2018-06-08": "Primo\u017e Trubar Day", "2018-06-25": "Statehood Day", "2018-08-15": "Assumption Day", "2018-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2018-09-15": "Return of Primorska into the Homeland", "2018-10-25": "Sovereignty Day", "2018-10-31": "Reformation Day", "2018-11-01": "Day of Remembrance for the Dead", "2018-11-23": "Rudolf Maister Day", "2018-12-25": "Christmas Day", "2018-12-26": "Independence and Unity Day", "2019-01-01": "New Year's Day", "2019-01-02": "New Year's Day", "2019-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-04-27": "Day of Uprising Against Occupation", "2019-05-01": "Labor Day", "2019-05-02": "Labor Day", "2019-06-08": "Primo\u017e Trubar Day", "2019-06-09": "Whit Sunday", "2019-06-25": "Statehood Day", "2019-08-15": "Assumption Day", "2019-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2019-09-15": "Return of Primorska into the Homeland", "2019-10-25": "Sovereignty Day", "2019-10-31": "Reformation Day", "2019-11-01": "Day of Remembrance for the Dead", "2019-11-23": "Rudolf Maister Day", "2019-12-25": "Christmas Day", "2019-12-26": "Independence and Unity Day", "2020-01-01": "New Year's Day", "2020-01-02": "New Year's Day", "2020-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-04-27": "Day of Uprising Against Occupation", "2020-05-01": "Labor Day", "2020-05-02": "Labor Day", "2020-05-31": "Whit Sunday", "2020-06-08": "Primo\u017e Trubar Day", "2020-06-25": "Statehood Day", "2020-08-15": "Assumption Day", "2020-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2020-09-15": "Return of Primorska into the Homeland", "2020-09-23": "Slovenian Sport's Day", "2020-10-25": "Sovereignty Day", "2020-10-31": "Reformation Day", "2020-11-01": "Day of Remembrance for the Dead", "2020-11-23": "Rudolf Maister Day", "2020-12-25": "Christmas Day", "2020-12-26": "Independence and Unity Day", "2021-01-01": "New Year's Day", "2021-01-02": "New Year's Day", "2021-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-27": "Day of Uprising Against Occupation", "2021-05-01": "Labor Day", "2021-05-02": "Labor Day", "2021-05-23": "Whit Sunday", "2021-06-08": "Primo\u017e Trubar Day", "2021-06-25": "Statehood Day", "2021-08-15": "Assumption Day", "2021-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2021-09-15": "Return of Primorska into the Homeland", "2021-09-23": "Slovenian Sport's Day", "2021-10-25": "Sovereignty Day", "2021-10-31": "Reformation Day", "2021-11-01": "Day of Remembrance for the Dead", "2021-11-23": "Rudolf Maister Day", "2021-12-25": "Christmas Day", "2021-12-26": "Independence and Unity Day", "2022-01-01": "New Year's Day", "2022-01-02": "New Year's Day", "2022-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-27": "Day of Uprising Against Occupation", "2022-05-01": "Labor Day", "2022-05-02": "Labor Day", "2022-06-05": "Whit Sunday", "2022-06-08": "Primo\u017e Trubar Day", "2022-06-25": "Statehood Day", "2022-08-15": "Assumption Day", "2022-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2022-09-15": "Return of Primorska into the Homeland", "2022-09-23": "Slovenian Sport's Day", "2022-10-25": "Sovereignty Day", "2022-10-31": "Reformation Day", "2022-11-01": "Day of Remembrance for the Dead", "2022-11-23": "Rudolf Maister Day", "2022-12-25": "Christmas Day", "2022-12-26": "Independence and Unity Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day", "2023-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-27": "Day of Uprising Against Occupation", "2023-05-01": "Labor Day", "2023-05-02": "Labor Day", "2023-05-28": "Whit Sunday", "2023-06-08": "Primo\u017e Trubar Day", "2023-06-25": "Statehood Day", "2023-08-14": "Solidarity Day", "2023-08-15": "Assumption Day", "2023-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2023-09-15": "Return of Primorska into the Homeland", "2023-09-23": "Slovenian Sport's Day", "2023-10-25": "Sovereignty Day", "2023-10-31": "Reformation Day", "2023-11-01": "Day of Remembrance for the Dead", "2023-11-23": "Rudolf Maister Day", "2023-12-25": "Christmas Day", "2023-12-26": "Independence and Unity Day", "2024-01-01": "New Year's Day", "2024-01-02": "New Year's Day", "2024-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-27": "Day of Uprising Against Occupation", "2024-05-01": "Labor Day", "2024-05-02": "Labor Day", "2024-05-19": "Whit Sunday", "2024-06-08": "Primo\u017e Trubar Day", "2024-06-25": "Statehood Day", "2024-08-15": "Assumption Day", "2024-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2024-09-15": "Return of Primorska into the Homeland", "2024-09-23": "Slovenian Sport's Day", "2024-10-25": "Sovereignty Day", "2024-10-31": "Reformation Day", "2024-11-01": "Day of Remembrance for the Dead", "2024-11-23": "Rudolf Maister Day", "2024-12-25": "Christmas Day", "2024-12-26": "Independence and Unity Day", "2025-01-01": "New Year's Day", "2025-01-02": "New Year's Day", "2025-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-27": "Day of Uprising Against Occupation", "2025-05-01": "Labor Day", "2025-05-02": "Labor Day", "2025-06-08": "Primo\u017e Trubar Day; Whit Sunday", "2025-06-25": "Statehood Day", "2025-08-15": "Assumption Day", "2025-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2025-09-15": "Integration of Primorska into the Homeland", "2025-09-23": "Slovenian Sport's Day", "2025-10-25": "Sovereignty Day", "2025-10-31": "Reformation Day", "2025-11-01": "Day of Remembrance for the Dead", "2025-11-23": "Rudolf Maister Day", "2025-12-25": "Christmas Day", "2025-12-26": "Independence and Unity Day", "2026-01-01": "New Year's Day", "2026-01-02": "New Year's Day", "2026-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-27": "Day of Uprising Against Occupation", "2026-05-01": "Labor Day", "2026-05-02": "Labor Day", "2026-05-24": "Whit Sunday", "2026-06-08": "Primo\u017e Trubar Day", "2026-06-25": "Statehood Day", "2026-08-15": "Assumption Day", "2026-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2026-09-15": "Integration of Primorska into the Homeland", "2026-09-23": "Slovenian Sport's Day", "2026-10-25": "Sovereignty Day", "2026-10-31": "Reformation Day", "2026-11-01": "Day of Remembrance for the Dead", "2026-11-23": "Rudolf Maister Day", "2026-12-25": "Christmas Day", "2026-12-26": "Independence and Unity Day", "2027-01-01": "New Year's Day", "2027-01-02": "New Year's Day", "2027-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-27": "Day of Uprising Against Occupation", "2027-05-01": "Labor Day", "2027-05-02": "Labor Day", "2027-05-16": "Whit Sunday", "2027-06-08": "Primo\u017e Trubar Day", "2027-06-25": "Statehood Day", "2027-08-15": "Assumption Day", "2027-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2027-09-15": "Integration of Primorska into the Homeland", "2027-09-23": "Slovenian Sport's Day", "2027-10-25": "Sovereignty Day", "2027-10-31": "Reformation Day", "2027-11-01": "Day of Remembrance for the Dead", "2027-11-23": "Rudolf Maister Day", "2027-12-25": "Christmas Day", "2027-12-26": "Independence and Unity Day", "2028-01-01": "New Year's Day", "2028-01-02": "New Year's Day", "2028-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-27": "Day of Uprising Against Occupation", "2028-05-01": "Labor Day", "2028-05-02": "Labor Day", "2028-06-04": "Whit Sunday", "2028-06-08": "Primo\u017e Trubar Day", "2028-06-25": "Statehood Day", "2028-08-15": "Assumption Day", "2028-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2028-09-15": "Integration of Primorska into the Homeland", "2028-09-23": "Slovenian Sport's Day", "2028-10-25": "Sovereignty Day", "2028-10-31": "Reformation Day", "2028-11-01": "Day of Remembrance for the Dead", "2028-11-23": "Rudolf Maister Day", "2028-12-25": "Christmas Day", "2028-12-26": "Independence and Unity Day", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Day", "2029-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-27": "Day of Uprising Against Occupation", "2029-05-01": "Labor Day", "2029-05-02": "Labor Day", "2029-05-20": "Whit Sunday", "2029-06-08": "Primo\u017e Trubar Day", "2029-06-25": "Statehood Day", "2029-08-15": "Assumption Day", "2029-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2029-09-15": "Integration of Primorska into the Homeland", "2029-09-23": "Slovenian Sport's Day", "2029-10-25": "Sovereignty Day", "2029-10-31": "Reformation Day", "2029-11-01": "Day of Remembrance for the Dead", "2029-11-23": "Rudolf Maister Day", "2029-12-25": "Christmas Day", "2029-12-26": "Independence and Unity Day", "2030-01-01": "New Year's Day", "2030-01-02": "New Year's Day", "2030-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-27": "Day of Uprising Against Occupation", "2030-05-01": "Labor Day", "2030-05-02": "Labor Day", "2030-06-08": "Primo\u017e Trubar Day", "2030-06-09": "Whit Sunday", "2030-06-25": "Statehood Day", "2030-08-15": "Assumption Day", "2030-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2030-09-15": "Integration of Primorska into the Homeland", "2030-09-23": "Slovenian Sport's Day", "2030-10-25": "Sovereignty Day", "2030-10-31": "Reformation Day", "2030-11-01": "Day of Remembrance for the Dead", "2030-11-23": "Rudolf Maister Day", "2030-12-25": "Christmas Day", "2030-12-26": "Independence and Unity Day", "2031-01-01": "New Year's Day", "2031-01-02": "New Year's Day", "2031-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-27": "Day of Uprising Against Occupation", "2031-05-01": "Labor Day", "2031-05-02": "Labor Day", "2031-06-01": "Whit Sunday", "2031-06-08": "Primo\u017e Trubar Day", "2031-06-25": "Statehood Day", "2031-08-15": "Assumption Day", "2031-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2031-09-15": "Integration of Primorska into the Homeland", "2031-09-23": "Slovenian Sport's Day", "2031-10-25": "Sovereignty Day", "2031-10-31": "Reformation Day", "2031-11-01": "Day of Remembrance for the Dead", "2031-11-23": "Rudolf Maister Day", "2031-12-25": "Christmas Day", "2031-12-26": "Independence and Unity Day", "2032-01-01": "New Year's Day", "2032-01-02": "New Year's Day", "2032-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-27": "Day of Uprising Against Occupation", "2032-05-01": "Labor Day", "2032-05-02": "Labor Day", "2032-05-16": "Whit Sunday", "2032-06-08": "Primo\u017e Trubar Day", "2032-06-25": "Statehood Day", "2032-08-15": "Assumption Day", "2032-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2032-09-15": "Integration of Primorska into the Homeland", "2032-09-23": "Slovenian Sport's Day", "2032-10-25": "Sovereignty Day", "2032-10-31": "Reformation Day", "2032-11-01": "Day of Remembrance for the Dead", "2032-11-23": "Rudolf Maister Day", "2032-12-25": "Christmas Day", "2032-12-26": "Independence and Unity Day", "2033-01-01": "New Year's Day", "2033-01-02": "New Year's Day", "2033-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-27": "Day of Uprising Against Occupation", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day", "2033-06-05": "Whit Sunday", "2033-06-08": "Primo\u017e Trubar Day", "2033-06-25": "Statehood Day", "2033-08-15": "Assumption Day", "2033-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2033-09-15": "Integration of Primorska into the Homeland", "2033-09-23": "Slovenian Sport's Day", "2033-10-25": "Sovereignty Day", "2033-10-31": "Reformation Day", "2033-11-01": "Day of Remembrance for the Dead", "2033-11-23": "Rudolf Maister Day", "2033-12-25": "Christmas Day", "2033-12-26": "Independence and Unity Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day", "2034-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-27": "Day of Uprising Against Occupation", "2034-05-01": "Labor Day", "2034-05-02": "Labor Day", "2034-05-28": "Whit Sunday", "2034-06-08": "Primo\u017e Trubar Day", "2034-06-25": "Statehood Day", "2034-08-15": "Assumption Day", "2034-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2034-09-15": "Integration of Primorska into the Homeland", "2034-09-23": "Slovenian Sport's Day", "2034-10-25": "Sovereignty Day", "2034-10-31": "Reformation Day", "2034-11-01": "Day of Remembrance for the Dead", "2034-11-23": "Rudolf Maister Day", "2034-12-25": "Christmas Day", "2034-12-26": "Independence and Unity Day", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Day", "2035-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-27": "Day of Uprising Against Occupation", "2035-05-01": "Labor Day", "2035-05-02": "Labor Day", "2035-05-13": "Whit Sunday", "2035-06-08": "Primo\u017e Trubar Day", "2035-06-25": "Statehood Day", "2035-08-15": "Assumption Day", "2035-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2035-09-15": "Integration of Primorska into the Homeland", "2035-09-23": "Slovenian Sport's Day", "2035-10-25": "Sovereignty Day", "2035-10-31": "Reformation Day", "2035-11-01": "Day of Remembrance for the Dead", "2035-11-23": "Rudolf Maister Day", "2035-12-25": "Christmas Day", "2035-12-26": "Independence and Unity Day", "2036-01-01": "New Year's Day", "2036-01-02": "New Year's Day", "2036-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-27": "Day of Uprising Against Occupation", "2036-05-01": "Labor Day", "2036-05-02": "Labor Day", "2036-06-01": "Whit Sunday", "2036-06-08": "Primo\u017e Trubar Day", "2036-06-25": "Statehood Day", "2036-08-15": "Assumption Day", "2036-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2036-09-15": "Integration of Primorska into the Homeland", "2036-09-23": "Slovenian Sport's Day", "2036-10-25": "Sovereignty Day", "2036-10-31": "Reformation Day", "2036-11-01": "Day of Remembrance for the Dead", "2036-11-23": "Rudolf Maister Day", "2036-12-25": "Christmas Day", "2036-12-26": "Independence and Unity Day", "2037-01-01": "New Year's Day", "2037-01-02": "New Year's Day", "2037-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-27": "Day of Uprising Against Occupation", "2037-05-01": "Labor Day", "2037-05-02": "Labor Day", "2037-05-24": "Whit Sunday", "2037-06-08": "Primo\u017e Trubar Day", "2037-06-25": "Statehood Day", "2037-08-15": "Assumption Day", "2037-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2037-09-15": "Integration of Primorska into the Homeland", "2037-09-23": "Slovenian Sport's Day", "2037-10-25": "Sovereignty Day", "2037-10-31": "Reformation Day", "2037-11-01": "Day of Remembrance for the Dead", "2037-11-23": "Rudolf Maister Day", "2037-12-25": "Christmas Day", "2037-12-26": "Independence and Unity Day", "2038-01-01": "New Year's Day", "2038-01-02": "New Year's Day", "2038-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-04-27": "Day of Uprising Against Occupation", "2038-05-01": "Labor Day", "2038-05-02": "Labor Day", "2038-06-08": "Primo\u017e Trubar Day", "2038-06-13": "Whit Sunday", "2038-06-25": "Statehood Day", "2038-08-15": "Assumption Day", "2038-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2038-09-15": "Integration of Primorska into the Homeland", "2038-09-23": "Slovenian Sport's Day", "2038-10-25": "Sovereignty Day", "2038-10-31": "Reformation Day", "2038-11-01": "Day of Remembrance for the Dead", "2038-11-23": "Rudolf Maister Day", "2038-12-25": "Christmas Day", "2038-12-26": "Independence and Unity Day", "2039-01-01": "New Year's Day", "2039-01-02": "New Year's Day", "2039-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-27": "Day of Uprising Against Occupation", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day", "2039-05-29": "Whit Sunday", "2039-06-08": "Primo\u017e Trubar Day", "2039-06-25": "Statehood Day", "2039-08-15": "Assumption Day", "2039-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2039-09-15": "Integration of Primorska into the Homeland", "2039-09-23": "Slovenian Sport's Day", "2039-10-25": "Sovereignty Day", "2039-10-31": "Reformation Day", "2039-11-01": "Day of Remembrance for the Dead", "2039-11-23": "Rudolf Maister Day", "2039-12-25": "Christmas Day", "2039-12-26": "Independence and Unity Day", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day", "2040-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-27": "Day of Uprising Against Occupation", "2040-05-01": "Labor Day", "2040-05-02": "Labor Day", "2040-05-20": "Whit Sunday", "2040-06-08": "Primo\u017e Trubar Day", "2040-06-25": "Statehood Day", "2040-08-15": "Assumption Day", "2040-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2040-09-15": "Integration of Primorska into the Homeland", "2040-09-23": "Slovenian Sport's Day", "2040-10-25": "Sovereignty Day", "2040-10-31": "Reformation Day", "2040-11-01": "Day of Remembrance for the Dead", "2040-11-23": "Rudolf Maister Day", "2040-12-25": "Christmas Day", "2040-12-26": "Independence and Unity Day", "2041-01-01": "New Year's Day", "2041-01-02": "New Year's Day", "2041-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-27": "Day of Uprising Against Occupation", "2041-05-01": "Labor Day", "2041-05-02": "Labor Day", "2041-06-08": "Primo\u017e Trubar Day", "2041-06-09": "Whit Sunday", "2041-06-25": "Statehood Day", "2041-08-15": "Assumption Day", "2041-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2041-09-15": "Integration of Primorska into the Homeland", "2041-09-23": "Slovenian Sport's Day", "2041-10-25": "Sovereignty Day", "2041-10-31": "Reformation Day", "2041-11-01": "Day of Remembrance for the Dead", "2041-11-23": "Rudolf Maister Day", "2041-12-25": "Christmas Day", "2041-12-26": "Independence and Unity Day", "2042-01-01": "New Year's Day", "2042-01-02": "New Year's Day", "2042-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-27": "Day of Uprising Against Occupation", "2042-05-01": "Labor Day", "2042-05-02": "Labor Day", "2042-05-25": "Whit Sunday", "2042-06-08": "Primo\u017e Trubar Day", "2042-06-25": "Statehood Day", "2042-08-15": "Assumption Day", "2042-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2042-09-15": "Integration of Primorska into the Homeland", "2042-09-23": "Slovenian Sport's Day", "2042-10-25": "Sovereignty Day", "2042-10-31": "Reformation Day", "2042-11-01": "Day of Remembrance for the Dead", "2042-11-23": "Rudolf Maister Day", "2042-12-25": "Christmas Day", "2042-12-26": "Independence and Unity Day", "2043-01-01": "New Year's Day", "2043-01-02": "New Year's Day", "2043-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-27": "Day of Uprising Against Occupation", "2043-05-01": "Labor Day", "2043-05-02": "Labor Day", "2043-05-17": "Whit Sunday", "2043-06-08": "Primo\u017e Trubar Day", "2043-06-25": "Statehood Day", "2043-08-15": "Assumption Day", "2043-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2043-09-15": "Integration of Primorska into the Homeland", "2043-09-23": "Slovenian Sport's Day", "2043-10-25": "Sovereignty Day", "2043-10-31": "Reformation Day", "2043-11-01": "Day of Remembrance for the Dead", "2043-11-23": "Rudolf Maister Day", "2043-12-25": "Christmas Day", "2043-12-26": "Independence and Unity Day", "2044-01-01": "New Year's Day", "2044-01-02": "New Year's Day", "2044-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-27": "Day of Uprising Against Occupation", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day", "2044-06-05": "Whit Sunday", "2044-06-08": "Primo\u017e Trubar Day", "2044-06-25": "Statehood Day", "2044-08-15": "Assumption Day", "2044-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2044-09-15": "Integration of Primorska into the Homeland", "2044-09-23": "Slovenian Sport's Day", "2044-10-25": "Sovereignty Day", "2044-10-31": "Reformation Day", "2044-11-01": "Day of Remembrance for the Dead", "2044-11-23": "Rudolf Maister Day", "2044-12-25": "Christmas Day", "2044-12-26": "Independence and Unity Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day", "2045-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-27": "Day of Uprising Against Occupation", "2045-05-01": "Labor Day", "2045-05-02": "Labor Day", "2045-05-28": "Whit Sunday", "2045-06-08": "Primo\u017e Trubar Day", "2045-06-25": "Statehood Day", "2045-08-15": "Assumption Day", "2045-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2045-09-15": "Integration of Primorska into the Homeland", "2045-09-23": "Slovenian Sport's Day", "2045-10-25": "Sovereignty Day", "2045-10-31": "Reformation Day", "2045-11-01": "Day of Remembrance for the Dead", "2045-11-23": "Rudolf Maister Day", "2045-12-25": "Christmas Day", "2045-12-26": "Independence and Unity Day", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Day", "2046-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-27": "Day of Uprising Against Occupation", "2046-05-01": "Labor Day", "2046-05-02": "Labor Day", "2046-05-13": "Whit Sunday", "2046-06-08": "Primo\u017e Trubar Day", "2046-06-25": "Statehood Day", "2046-08-15": "Assumption Day", "2046-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2046-09-15": "Integration of Primorska into the Homeland", "2046-09-23": "Slovenian Sport's Day", "2046-10-25": "Sovereignty Day", "2046-10-31": "Reformation Day", "2046-11-01": "Day of Remembrance for the Dead", "2046-11-23": "Rudolf Maister Day", "2046-12-25": "Christmas Day", "2046-12-26": "Independence and Unity Day", "2047-01-01": "New Year's Day", "2047-01-02": "New Year's Day", "2047-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-27": "Day of Uprising Against Occupation", "2047-05-01": "Labor Day", "2047-05-02": "Labor Day", "2047-06-02": "Whit Sunday", "2047-06-08": "Primo\u017e Trubar Day", "2047-06-25": "Statehood Day", "2047-08-15": "Assumption Day", "2047-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2047-09-15": "Integration of Primorska into the Homeland", "2047-09-23": "Slovenian Sport's Day", "2047-10-25": "Sovereignty Day", "2047-10-31": "Reformation Day", "2047-11-01": "Day of Remembrance for the Dead", "2047-11-23": "Rudolf Maister Day", "2047-12-25": "Christmas Day", "2047-12-26": "Independence and Unity Day", "2048-01-01": "New Year's Day", "2048-01-02": "New Year's Day", "2048-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-27": "Day of Uprising Against Occupation", "2048-05-01": "Labor Day", "2048-05-02": "Labor Day", "2048-05-24": "Whit Sunday", "2048-06-08": "Primo\u017e Trubar Day", "2048-06-25": "Statehood Day", "2048-08-15": "Assumption Day", "2048-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2048-09-15": "Integration of Primorska into the Homeland", "2048-09-23": "Slovenian Sport's Day", "2048-10-25": "Sovereignty Day", "2048-10-31": "Reformation Day", "2048-11-01": "Day of Remembrance for the Dead", "2048-11-23": "Rudolf Maister Day", "2048-12-25": "Christmas Day", "2048-12-26": "Independence and Unity Day", "2049-01-01": "New Year's Day", "2049-01-02": "New Year's Day", "2049-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-27": "Day of Uprising Against Occupation", "2049-05-01": "Labor Day", "2049-05-02": "Labor Day", "2049-06-06": "Whit Sunday", "2049-06-08": "Primo\u017e Trubar Day", "2049-06-25": "Statehood Day", "2049-08-15": "Assumption Day", "2049-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2049-09-15": "Integration of Primorska into the Homeland", "2049-09-23": "Slovenian Sport's Day", "2049-10-25": "Sovereignty Day", "2049-10-31": "Reformation Day", "2049-11-01": "Day of Remembrance for the Dead", "2049-11-23": "Rudolf Maister Day", "2049-12-25": "Christmas Day", "2049-12-26": "Independence and Unity Day", "2050-01-01": "New Year's Day", "2050-01-02": "New Year's Day", "2050-02-08": "Pre\u0161eren's Day, the Slovenian Cultural Holiday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-27": "Day of Uprising Against Occupation", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day", "2050-05-29": "Whit Sunday", "2050-06-08": "Primo\u017e Trubar Day", "2050-06-25": "Statehood Day", "2050-08-15": "Assumption Day", "2050-08-17": "Unification of Prekmurje Slovenes with the Mother Nation", "2050-09-15": "Integration of Primorska into the Homeland", "2050-09-23": "Slovenian Sport's Day", "2050-10-25": "Sovereignty Day", "2050-10-31": "Reformation Day", "2050-11-01": "Day of Remembrance for the Dead", "2050-11-23": "Rudolf Maister Day", "2050-12-25": "Christmas Day", "2050-12-26": "Independence and Unity Day" } holidays-0.71/snapshots/countries/SK_COMMON.json000066400000000000000000001237041500152103600215720ustar00rootroot00000000000000{ "1993-01-01": "Day of the Establishment of the Slovak Republic", "1993-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-07-05": "Saints Cyril and Methodius Day", "1993-08-29": "Slovak National Uprising Anniversary", "1993-09-01": "Constitution Day", "1993-09-15": "Day of Our Lady of the Seven Sorrows", "1993-11-01": "All Saints' Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "Day of the Establishment of the Slovak Republic", "1994-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-07-05": "Saints Cyril and Methodius Day", "1994-08-29": "Slovak National Uprising Anniversary", "1994-09-01": "Constitution Day", "1994-09-15": "Day of Our Lady of the Seven Sorrows", "1994-11-01": "All Saints' Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "Day of the Establishment of the Slovak Republic", "1995-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-07-05": "Saints Cyril and Methodius Day", "1995-08-29": "Slovak National Uprising Anniversary", "1995-09-01": "Constitution Day", "1995-09-15": "Day of Our Lady of the Seven Sorrows", "1995-11-01": "All Saints' Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "Day of the Establishment of the Slovak Republic", "1996-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-07-05": "Saints Cyril and Methodius Day", "1996-08-29": "Slovak National Uprising Anniversary", "1996-09-01": "Constitution Day", "1996-09-15": "Day of Our Lady of the Seven Sorrows", "1996-11-01": "All Saints' Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "Day of the Establishment of the Slovak Republic", "1997-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Day of Victory over Fascism", "1997-07-05": "Saints Cyril and Methodius Day", "1997-08-29": "Slovak National Uprising Anniversary", "1997-09-01": "Constitution Day", "1997-09-15": "Day of Our Lady of the Seven Sorrows", "1997-11-01": "All Saints' Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "Day of the Establishment of the Slovak Republic", "1998-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Day of Victory over Fascism", "1998-07-05": "Saints Cyril and Methodius Day", "1998-08-29": "Slovak National Uprising Anniversary", "1998-09-01": "Constitution Day", "1998-09-15": "Day of Our Lady of the Seven Sorrows", "1998-11-01": "All Saints' Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "Day of the Establishment of the Slovak Republic", "1999-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Day of Victory over Fascism", "1999-07-05": "Saints Cyril and Methodius Day", "1999-08-29": "Slovak National Uprising Anniversary", "1999-09-01": "Constitution Day", "1999-09-15": "Day of Our Lady of the Seven Sorrows", "1999-11-01": "All Saints' Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "Day of the Establishment of the Slovak Republic", "2000-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Day of Victory over Fascism", "2000-07-05": "Saints Cyril and Methodius Day", "2000-08-29": "Slovak National Uprising Anniversary", "2000-09-01": "Constitution Day", "2000-09-15": "Day of Our Lady of the Seven Sorrows", "2000-11-01": "All Saints' Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2001-01-01": "Day of the Establishment of the Slovak Republic", "2001-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Day of Victory over Fascism", "2001-07-05": "Saints Cyril and Methodius Day", "2001-08-29": "Slovak National Uprising Anniversary", "2001-09-01": "Constitution Day", "2001-09-15": "Day of Our Lady of the Seven Sorrows", "2001-11-01": "All Saints' Day", "2001-11-17": "Struggle for Freedom and Democracy Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "Day of the Establishment of the Slovak Republic", "2002-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Day of Victory over Fascism", "2002-07-05": "Saints Cyril and Methodius Day", "2002-08-29": "Slovak National Uprising Anniversary", "2002-09-01": "Constitution Day", "2002-09-15": "Day of Our Lady of the Seven Sorrows", "2002-11-01": "All Saints' Day", "2002-11-17": "Struggle for Freedom and Democracy Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "Day of the Establishment of the Slovak Republic", "2003-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Day of Victory over Fascism", "2003-07-05": "Saints Cyril and Methodius Day", "2003-08-29": "Slovak National Uprising Anniversary", "2003-09-01": "Constitution Day", "2003-09-15": "Day of Our Lady of the Seven Sorrows", "2003-11-01": "All Saints' Day", "2003-11-17": "Struggle for Freedom and Democracy Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "Day of the Establishment of the Slovak Republic", "2004-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Day of Victory over Fascism", "2004-07-05": "Saints Cyril and Methodius Day", "2004-08-29": "Slovak National Uprising Anniversary", "2004-09-01": "Constitution Day", "2004-09-15": "Day of Our Lady of the Seven Sorrows", "2004-11-01": "All Saints' Day", "2004-11-17": "Struggle for Freedom and Democracy Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "Day of the Establishment of the Slovak Republic", "2005-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-08": "Day of Victory over Fascism", "2005-07-05": "Saints Cyril and Methodius Day", "2005-08-29": "Slovak National Uprising Anniversary", "2005-09-01": "Constitution Day", "2005-09-15": "Day of Our Lady of the Seven Sorrows", "2005-11-01": "All Saints' Day", "2005-11-17": "Struggle for Freedom and Democracy Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "Day of the Establishment of the Slovak Republic", "2006-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Day of Victory over Fascism", "2006-07-05": "Saints Cyril and Methodius Day", "2006-08-29": "Slovak National Uprising Anniversary", "2006-09-01": "Constitution Day", "2006-09-15": "Day of Our Lady of the Seven Sorrows", "2006-11-01": "All Saints' Day", "2006-11-17": "Struggle for Freedom and Democracy Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "Day of the Establishment of the Slovak Republic", "2007-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Day of Victory over Fascism", "2007-07-05": "Saints Cyril and Methodius Day", "2007-08-29": "Slovak National Uprising Anniversary", "2007-09-01": "Constitution Day", "2007-09-15": "Day of Our Lady of the Seven Sorrows", "2007-11-01": "All Saints' Day", "2007-11-17": "Struggle for Freedom and Democracy Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "Day of the Establishment of the Slovak Republic", "2008-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-05-08": "Day of Victory over Fascism", "2008-07-05": "Saints Cyril and Methodius Day", "2008-08-29": "Slovak National Uprising Anniversary", "2008-09-01": "Constitution Day", "2008-09-15": "Day of Our Lady of the Seven Sorrows", "2008-11-01": "All Saints' Day", "2008-11-17": "Struggle for Freedom and Democracy Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "Day of the Establishment of the Slovak Republic", "2009-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Day of Victory over Fascism", "2009-07-05": "Saints Cyril and Methodius Day", "2009-08-29": "Slovak National Uprising Anniversary", "2009-09-01": "Constitution Day", "2009-09-15": "Day of Our Lady of the Seven Sorrows", "2009-11-01": "All Saints' Day", "2009-11-17": "Struggle for Freedom and Democracy Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "Day of the Establishment of the Slovak Republic", "2010-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Day of Victory over Fascism", "2010-07-05": "Saints Cyril and Methodius Day", "2010-08-29": "Slovak National Uprising Anniversary", "2010-09-01": "Constitution Day", "2010-09-15": "Day of Our Lady of the Seven Sorrows", "2010-11-01": "All Saints' Day", "2010-11-17": "Struggle for Freedom and Democracy Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "Day of the Establishment of the Slovak Republic", "2011-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Day of Victory over Fascism", "2011-07-05": "Saints Cyril and Methodius Day", "2011-08-29": "Slovak National Uprising Anniversary", "2011-09-01": "Constitution Day", "2011-09-15": "Day of Our Lady of the Seven Sorrows", "2011-11-01": "All Saints' Day", "2011-11-17": "Struggle for Freedom and Democracy Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "Day of the Establishment of the Slovak Republic", "2012-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Day of Victory over Fascism", "2012-07-05": "Saints Cyril and Methodius Day", "2012-08-29": "Slovak National Uprising Anniversary", "2012-09-01": "Constitution Day", "2012-09-15": "Day of Our Lady of the Seven Sorrows", "2012-11-01": "All Saints' Day", "2012-11-17": "Struggle for Freedom and Democracy Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "Day of the Establishment of the Slovak Republic", "2013-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Day of Victory over Fascism", "2013-07-05": "Saints Cyril and Methodius Day", "2013-08-29": "Slovak National Uprising Anniversary", "2013-09-01": "Constitution Day", "2013-09-15": "Day of Our Lady of the Seven Sorrows", "2013-11-01": "All Saints' Day", "2013-11-17": "Struggle for Freedom and Democracy Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "Day of the Establishment of the Slovak Republic", "2014-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Day of Victory over Fascism", "2014-07-05": "Saints Cyril and Methodius Day", "2014-08-29": "Slovak National Uprising Anniversary", "2014-09-01": "Constitution Day", "2014-09-15": "Day of Our Lady of the Seven Sorrows", "2014-11-01": "All Saints' Day", "2014-11-17": "Struggle for Freedom and Democracy Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "Day of the Establishment of the Slovak Republic", "2015-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Day of Victory over Fascism", "2015-07-05": "Saints Cyril and Methodius Day", "2015-08-29": "Slovak National Uprising Anniversary", "2015-09-01": "Constitution Day", "2015-09-15": "Day of Our Lady of the Seven Sorrows", "2015-11-01": "All Saints' Day", "2015-11-17": "Struggle for Freedom and Democracy Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "Day of the Establishment of the Slovak Republic", "2016-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-08": "Day of Victory over Fascism", "2016-07-05": "Saints Cyril and Methodius Day", "2016-08-29": "Slovak National Uprising Anniversary", "2016-09-01": "Constitution Day", "2016-09-15": "Day of Our Lady of the Seven Sorrows", "2016-11-01": "All Saints' Day", "2016-11-17": "Struggle for Freedom and Democracy Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "Day of the Establishment of the Slovak Republic", "2017-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Day of Victory over Fascism", "2017-07-05": "Saints Cyril and Methodius Day", "2017-08-29": "Slovak National Uprising Anniversary", "2017-09-01": "Constitution Day", "2017-09-15": "Day of Our Lady of the Seven Sorrows", "2017-11-01": "All Saints' Day", "2017-11-17": "Struggle for Freedom and Democracy Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "Day of the Establishment of the Slovak Republic", "2018-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Day of Victory over Fascism", "2018-07-05": "Saints Cyril and Methodius Day", "2018-08-29": "Slovak National Uprising Anniversary", "2018-09-01": "Constitution Day", "2018-09-15": "Day of Our Lady of the Seven Sorrows", "2018-10-30": "100th anniversary of the adoption of the Declaration of the Slovak Nation", "2018-11-01": "All Saints' Day", "2018-11-17": "Struggle for Freedom and Democracy Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "Day of the Establishment of the Slovak Republic", "2019-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Day of Victory over Fascism", "2019-07-05": "Saints Cyril and Methodius Day", "2019-08-29": "Slovak National Uprising Anniversary", "2019-09-01": "Constitution Day", "2019-09-15": "Day of Our Lady of the Seven Sorrows", "2019-11-01": "All Saints' Day", "2019-11-17": "Struggle for Freedom and Democracy Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "Day of the Establishment of the Slovak Republic", "2020-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Day of Victory over Fascism", "2020-07-05": "Saints Cyril and Methodius Day", "2020-08-29": "Slovak National Uprising Anniversary", "2020-09-01": "Constitution Day", "2020-09-15": "Day of Our Lady of the Seven Sorrows", "2020-11-01": "All Saints' Day", "2020-11-17": "Struggle for Freedom and Democracy Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "Day of the Establishment of the Slovak Republic", "2021-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Day of Victory over Fascism", "2021-07-05": "Saints Cyril and Methodius Day", "2021-08-29": "Slovak National Uprising Anniversary", "2021-09-01": "Constitution Day", "2021-09-15": "Day of Our Lady of the Seven Sorrows", "2021-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2021-11-01": "All Saints' Day", "2021-11-17": "Struggle for Freedom and Democracy Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "Day of the Establishment of the Slovak Republic", "2022-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Day of Victory over Fascism", "2022-07-05": "Saints Cyril and Methodius Day", "2022-08-29": "Slovak National Uprising Anniversary", "2022-09-01": "Constitution Day", "2022-09-15": "Day of Our Lady of the Seven Sorrows", "2022-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2022-11-01": "All Saints' Day", "2022-11-17": "Struggle for Freedom and Democracy Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "Day of the Establishment of the Slovak Republic", "2023-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Day of Victory over Fascism", "2023-07-05": "Saints Cyril and Methodius Day", "2023-08-29": "Slovak National Uprising Anniversary", "2023-09-01": "Constitution Day", "2023-09-15": "Day of Our Lady of the Seven Sorrows", "2023-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2023-11-01": "All Saints' Day", "2023-11-17": "Struggle for Freedom and Democracy Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "Day of the Establishment of the Slovak Republic", "2024-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Day of Victory over Fascism", "2024-07-05": "Saints Cyril and Methodius Day", "2024-08-29": "Slovak National Uprising Anniversary", "2024-09-01": "Constitution Day", "2024-09-15": "Day of Our Lady of the Seven Sorrows", "2024-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2024-11-01": "All Saints' Day", "2024-11-17": "Struggle for Freedom and Democracy Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "Day of the Establishment of the Slovak Republic", "2025-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Day of Victory over Fascism", "2025-07-05": "Saints Cyril and Methodius Day", "2025-08-29": "Slovak National Uprising Anniversary", "2025-09-01": "Constitution Day", "2025-09-15": "Day of Our Lady of the Seven Sorrows", "2025-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2025-11-01": "All Saints' Day", "2025-11-17": "Struggle for Freedom and Democracy Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "Day of the Establishment of the Slovak Republic", "2026-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Day of Victory over Fascism", "2026-07-05": "Saints Cyril and Methodius Day", "2026-08-29": "Slovak National Uprising Anniversary", "2026-09-01": "Constitution Day", "2026-09-15": "Day of Our Lady of the Seven Sorrows", "2026-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2026-11-01": "All Saints' Day", "2026-11-17": "Struggle for Freedom and Democracy Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "Day of the Establishment of the Slovak Republic", "2027-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-08": "Day of Victory over Fascism", "2027-07-05": "Saints Cyril and Methodius Day", "2027-08-29": "Slovak National Uprising Anniversary", "2027-09-01": "Constitution Day", "2027-09-15": "Day of Our Lady of the Seven Sorrows", "2027-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2027-11-01": "All Saints' Day", "2027-11-17": "Struggle for Freedom and Democracy Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "Day of the Establishment of the Slovak Republic", "2028-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Day of Victory over Fascism", "2028-07-05": "Saints Cyril and Methodius Day", "2028-08-29": "Slovak National Uprising Anniversary", "2028-09-01": "Constitution Day", "2028-09-15": "Day of Our Lady of the Seven Sorrows", "2028-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2028-11-01": "All Saints' Day", "2028-11-17": "Struggle for Freedom and Democracy Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "Day of the Establishment of the Slovak Republic", "2029-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Day of Victory over Fascism", "2029-07-05": "Saints Cyril and Methodius Day", "2029-08-29": "Slovak National Uprising Anniversary", "2029-09-01": "Constitution Day", "2029-09-15": "Day of Our Lady of the Seven Sorrows", "2029-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2029-11-01": "All Saints' Day", "2029-11-17": "Struggle for Freedom and Democracy Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "Day of the Establishment of the Slovak Republic", "2030-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Day of Victory over Fascism", "2030-07-05": "Saints Cyril and Methodius Day", "2030-08-29": "Slovak National Uprising Anniversary", "2030-09-01": "Constitution Day", "2030-09-15": "Day of Our Lady of the Seven Sorrows", "2030-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2030-11-01": "All Saints' Day", "2030-11-17": "Struggle for Freedom and Democracy Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "Day of the Establishment of the Slovak Republic", "2031-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Day of Victory over Fascism", "2031-07-05": "Saints Cyril and Methodius Day", "2031-08-29": "Slovak National Uprising Anniversary", "2031-09-01": "Constitution Day", "2031-09-15": "Day of Our Lady of the Seven Sorrows", "2031-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2031-11-01": "All Saints' Day", "2031-11-17": "Struggle for Freedom and Democracy Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "Day of the Establishment of the Slovak Republic", "2032-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-08": "Day of Victory over Fascism", "2032-07-05": "Saints Cyril and Methodius Day", "2032-08-29": "Slovak National Uprising Anniversary", "2032-09-01": "Constitution Day", "2032-09-15": "Day of Our Lady of the Seven Sorrows", "2032-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2032-11-01": "All Saints' Day", "2032-11-17": "Struggle for Freedom and Democracy Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "Day of the Establishment of the Slovak Republic", "2033-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Day of Victory over Fascism", "2033-07-05": "Saints Cyril and Methodius Day", "2033-08-29": "Slovak National Uprising Anniversary", "2033-09-01": "Constitution Day", "2033-09-15": "Day of Our Lady of the Seven Sorrows", "2033-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2033-11-01": "All Saints' Day", "2033-11-17": "Struggle for Freedom and Democracy Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "Day of the Establishment of the Slovak Republic", "2034-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Day of Victory over Fascism", "2034-07-05": "Saints Cyril and Methodius Day", "2034-08-29": "Slovak National Uprising Anniversary", "2034-09-01": "Constitution Day", "2034-09-15": "Day of Our Lady of the Seven Sorrows", "2034-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2034-11-01": "All Saints' Day", "2034-11-17": "Struggle for Freedom and Democracy Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "Day of the Establishment of the Slovak Republic", "2035-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-08": "Day of Victory over Fascism", "2035-07-05": "Saints Cyril and Methodius Day", "2035-08-29": "Slovak National Uprising Anniversary", "2035-09-01": "Constitution Day", "2035-09-15": "Day of Our Lady of the Seven Sorrows", "2035-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2035-11-01": "All Saints' Day", "2035-11-17": "Struggle for Freedom and Democracy Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "Day of the Establishment of the Slovak Republic", "2036-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Day of Victory over Fascism", "2036-07-05": "Saints Cyril and Methodius Day", "2036-08-29": "Slovak National Uprising Anniversary", "2036-09-01": "Constitution Day", "2036-09-15": "Day of Our Lady of the Seven Sorrows", "2036-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2036-11-01": "All Saints' Day", "2036-11-17": "Struggle for Freedom and Democracy Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "Day of the Establishment of the Slovak Republic", "2037-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Day of Victory over Fascism", "2037-07-05": "Saints Cyril and Methodius Day", "2037-08-29": "Slovak National Uprising Anniversary", "2037-09-01": "Constitution Day", "2037-09-15": "Day of Our Lady of the Seven Sorrows", "2037-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2037-11-01": "All Saints' Day", "2037-11-17": "Struggle for Freedom and Democracy Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "Day of the Establishment of the Slovak Republic", "2038-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Day of Victory over Fascism", "2038-07-05": "Saints Cyril and Methodius Day", "2038-08-29": "Slovak National Uprising Anniversary", "2038-09-01": "Constitution Day", "2038-09-15": "Day of Our Lady of the Seven Sorrows", "2038-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2038-11-01": "All Saints' Day", "2038-11-17": "Struggle for Freedom and Democracy Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "Day of the Establishment of the Slovak Republic", "2039-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Day of Victory over Fascism", "2039-07-05": "Saints Cyril and Methodius Day", "2039-08-29": "Slovak National Uprising Anniversary", "2039-09-01": "Constitution Day", "2039-09-15": "Day of Our Lady of the Seven Sorrows", "2039-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2039-11-01": "All Saints' Day", "2039-11-17": "Struggle for Freedom and Democracy Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Second Day of Christmas", "2040-01-01": "Day of the Establishment of the Slovak Republic", "2040-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Day of Victory over Fascism", "2040-07-05": "Saints Cyril and Methodius Day", "2040-08-29": "Slovak National Uprising Anniversary", "2040-09-01": "Constitution Day", "2040-09-15": "Day of Our Lady of the Seven Sorrows", "2040-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2040-11-01": "All Saints' Day", "2040-11-17": "Struggle for Freedom and Democracy Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "Day of the Establishment of the Slovak Republic", "2041-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Day of Victory over Fascism", "2041-07-05": "Saints Cyril and Methodius Day", "2041-08-29": "Slovak National Uprising Anniversary", "2041-09-01": "Constitution Day", "2041-09-15": "Day of Our Lady of the Seven Sorrows", "2041-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2041-11-01": "All Saints' Day", "2041-11-17": "Struggle for Freedom and Democracy Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "Day of the Establishment of the Slovak Republic", "2042-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Day of Victory over Fascism", "2042-07-05": "Saints Cyril and Methodius Day", "2042-08-29": "Slovak National Uprising Anniversary", "2042-09-01": "Constitution Day", "2042-09-15": "Day of Our Lady of the Seven Sorrows", "2042-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2042-11-01": "All Saints' Day", "2042-11-17": "Struggle for Freedom and Democracy Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "Day of the Establishment of the Slovak Republic", "2043-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-08": "Day of Victory over Fascism", "2043-07-05": "Saints Cyril and Methodius Day", "2043-08-29": "Slovak National Uprising Anniversary", "2043-09-01": "Constitution Day", "2043-09-15": "Day of Our Lady of the Seven Sorrows", "2043-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2043-11-01": "All Saints' Day", "2043-11-17": "Struggle for Freedom and Democracy Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "Day of the Establishment of the Slovak Republic", "2044-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Day of Victory over Fascism", "2044-07-05": "Saints Cyril and Methodius Day", "2044-08-29": "Slovak National Uprising Anniversary", "2044-09-01": "Constitution Day", "2044-09-15": "Day of Our Lady of the Seven Sorrows", "2044-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2044-11-01": "All Saints' Day", "2044-11-17": "Struggle for Freedom and Democracy Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "Day of the Establishment of the Slovak Republic", "2045-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Day of Victory over Fascism", "2045-07-05": "Saints Cyril and Methodius Day", "2045-08-29": "Slovak National Uprising Anniversary", "2045-09-01": "Constitution Day", "2045-09-15": "Day of Our Lady of the Seven Sorrows", "2045-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2045-11-01": "All Saints' Day", "2045-11-17": "Struggle for Freedom and Democracy Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "Day of the Establishment of the Slovak Republic", "2046-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-08": "Day of Victory over Fascism", "2046-07-05": "Saints Cyril and Methodius Day", "2046-08-29": "Slovak National Uprising Anniversary", "2046-09-01": "Constitution Day", "2046-09-15": "Day of Our Lady of the Seven Sorrows", "2046-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2046-11-01": "All Saints' Day", "2046-11-17": "Struggle for Freedom and Democracy Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "Day of the Establishment of the Slovak Republic", "2047-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Day of Victory over Fascism", "2047-07-05": "Saints Cyril and Methodius Day", "2047-08-29": "Slovak National Uprising Anniversary", "2047-09-01": "Constitution Day", "2047-09-15": "Day of Our Lady of the Seven Sorrows", "2047-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2047-11-01": "All Saints' Day", "2047-11-17": "Struggle for Freedom and Democracy Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "Day of the Establishment of the Slovak Republic", "2048-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Day of Victory over Fascism", "2048-07-05": "Saints Cyril and Methodius Day", "2048-08-29": "Slovak National Uprising Anniversary", "2048-09-01": "Constitution Day", "2048-09-15": "Day of Our Lady of the Seven Sorrows", "2048-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2048-11-01": "All Saints' Day", "2048-11-17": "Struggle for Freedom and Democracy Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "Day of the Establishment of the Slovak Republic", "2049-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Day of Victory over Fascism", "2049-07-05": "Saints Cyril and Methodius Day", "2049-08-29": "Slovak National Uprising Anniversary", "2049-09-01": "Constitution Day", "2049-09-15": "Day of Our Lady of the Seven Sorrows", "2049-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2049-11-01": "All Saints' Day", "2049-11-17": "Struggle for Freedom and Democracy Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "Day of the Establishment of the Slovak Republic", "2050-01-06": "Epiphany (Three Kings' Day and Orthodox Christmas)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Day of Victory over Fascism", "2050-07-05": "Saints Cyril and Methodius Day", "2050-08-29": "Slovak National Uprising Anniversary", "2050-09-01": "Constitution Day", "2050-09-15": "Day of Our Lady of the Seven Sorrows", "2050-10-28": "Day of the Establishment of the Independent Czech-Slovak State", "2050-11-01": "All Saints' Day", "2050-11-17": "Struggle for Freedom and Democracy Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/SL_COMMON.json000066400000000000000000001374331500152103600215770ustar00rootroot00000000000000{ "1962-01-01": "New Year's Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-04-27": "Independence Day", "1962-05-01": "Labor Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-13": "Prophet's Birthday (observed, estimated)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr (observed, estimated)", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-04-27": "Independence Day", "1963-04-29": "Independence Day (observed)", "1963-05-01": "Labor Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-08-02": "Prophet's Birthday (estimated)", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-27": "Independence Day", "1964-05-01": "Labor Day", "1964-07-21": "Prophet's Birthday (estimated)", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1964-12-28": "Boxing Day (observed)", "1965-01-01": "New Year's Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha (observed, estimated)", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-04-27": "Independence Day", "1965-05-01": "Labor Day", "1965-05-03": "Labor Day (observed)", "1965-07-10": "Prophet's Birthday (estimated)", "1965-07-12": "Prophet's Birthday (observed, estimated)", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1965-12-27": "Christmas Day (observed)", "1965-12-28": "Boxing Day (observed)", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (observed)", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-24": "Eid al-Fitr (observed, estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-04-27": "Independence Day", "1966-05-01": "Labor Day", "1966-05-02": "Labor Day (observed)", "1966-07-01": "Prophet's Birthday (estimated)", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1966-12-27": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-27": "Independence Day", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-11": "Eid al-Adha (observed, estimated)", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-04-27": "Independence Day", "1968-04-29": "Independence Day (observed)", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-06-10": "Prophet's Birthday (observed, estimated)", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-23": "Eid al-Fitr (observed, estimated)", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-27": "Independence Day", "1969-04-28": "Independence Day (observed)", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-27": "Independence Day", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1970-12-28": "Boxing Day (observed)", "1971-01-01": "New Year's Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-08": "Eid al-Adha (observed, estimated)", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-27": "Independence Day", "1971-05-01": "Labor Day", "1971-05-03": "Labor Day (observed)", "1971-05-07": "Prophet's Birthday (estimated)", "1971-11-19": "Eid al-Fitr (estimated)", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1971-12-27": "Christmas Day (observed)", "1971-12-28": "Boxing Day (observed)", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (observed)", "1972-01-26": "Eid al-Adha (estimated)", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "Prophet's Birthday (estimated)", "1972-04-27": "Independence Day", "1972-05-01": "Labor Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-01-15": "Eid al-Adha (observed, estimated)", "1973-04-15": "Prophet's Birthday (estimated)", "1973-04-16": "Prophet's Birthday (observed, estimated)", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-27": "Independence Day", "1973-05-01": "Labor Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-29": "Eid al-Fitr (observed, estimated)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-27": "Independence Day", "1974-04-29": "Independence Day (observed)", "1974-05-01": "Labor Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-24": "Prophet's Birthday (estimated)", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-27": "Independence Day", "1975-04-28": "Independence Day (observed)", "1975-05-01": "Labor Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-15": "Eid al-Adha (observed, estimated)", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-27": "Independence Day", "1976-05-01": "Labor Day", "1976-05-03": "Labor Day (observed)", "1976-09-24": "Eid al-Fitr (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1976-12-27": "Christmas Day (observed)", "1976-12-28": "Boxing Day (observed)", "1977-01-01": "New Year's Day", "1977-01-03": "New Year's Day (observed)", "1977-03-02": "Prophet's Birthday (estimated)", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-27": "Independence Day", "1977-05-01": "Labor Day", "1977-05-02": "Labor Day (observed)", "1977-09-14": "Eid al-Fitr (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1977-12-27": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-19": "Prophet's Birthday (estimated)", "1978-02-20": "Prophet's Birthday (observed, estimated)", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-27": "Independence Day", "1978-05-01": "Labor Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr (observed, estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-27": "Independence Day", "1979-05-01": "Labor Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-27": "Independence Day", "1980-04-28": "Independence Day (observed)", "1980-05-01": "Labor Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha (observed, estimated)", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-01-19": "Prophet's Birthday (observed, estimated)", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-27": "Independence Day", "1981-05-01": "Labor Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-03": "Eid al-Fitr (observed, estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1981-12-28": "Boxing Day (observed)", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet's Birthday (estimated)", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-27": "Independence Day", "1982-05-01": "Labor Day", "1982-05-03": "Labor Day (observed)", "1982-07-21": "Eid al-Fitr (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1982-12-27": "Prophet's Birthday (estimated)", "1982-12-28": "Christmas Day (observed)", "1982-12-29": "Boxing Day (observed)", "1983-01-01": "New Year's Day", "1983-01-03": "New Year's Day (observed)", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-27": "Independence Day", "1983-05-01": "Labor Day", "1983-05-02": "Labor Day (observed)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-19": "Eid al-Adha (observed, estimated)", "1983-12-16": "Prophet's Birthday (estimated)", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1983-12-27": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-27": "Independence Day", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-02": "Eid al-Fitr (observed, estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-12-04": "Prophet's Birthday (estimated)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-27": "Independence Day", "1985-04-29": "Independence Day (observed)", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-11-24": "Prophet's Birthday (estimated)", "1985-11-25": "Prophet's Birthday (observed, estimated)", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-27": "Independence Day", "1986-04-28": "Independence Day (observed)", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr (observed, estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-11-14": "Prophet's Birthday (estimated)", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-04-27": "Independence Day", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-11-03": "Prophet's Birthday (estimated)", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1987-12-28": "Boxing Day (observed)", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-27": "Independence Day", "1988-05-01": "Labor Day", "1988-05-02": "Labor Day (observed)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-25": "Eid al-Adha (observed, estimated)", "1988-10-22": "Prophet's Birthday (estimated)", "1988-10-24": "Prophet's Birthday (observed, estimated)", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-27": "Independence Day", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-08": "Eid al-Fitr (observed, estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-10-11": "Prophet's Birthday (estimated)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Independence Day", "1990-05-01": "Labor Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-10-01": "Prophet's Birthday (estimated)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-27": "Independence Day", "1991-04-29": "Independence Day (observed)", "1991-05-01": "Labor Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-24": "Eid al-Adha (observed, estimated)", "1991-09-20": "Prophet's Birthday (estimated)", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-06": "Eid al-Fitr (observed, estimated)", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-27": "Independence Day", "1992-05-01": "Labor Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-09-09": "Prophet's Birthday (estimated)", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-27": "Independence Day", "1993-05-01": "Labor Day", "1993-05-03": "Labor Day (observed)", "1993-05-31": "Eid al-Adha (estimated)", "1993-08-29": "Prophet's Birthday (estimated)", "1993-08-30": "Prophet's Birthday (observed, estimated)", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr (observed, estimated)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-27": "Independence Day", "1994-05-01": "Labor Day", "1994-05-02": "Labor Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-08-19": "Prophet's Birthday (estimated)", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-27": "Independence Day", "1995-05-01": "Labor Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-08-08": "Prophet's Birthday (estimated)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-27": "Eid al-Adha (estimated); Independence Day", "1996-04-29": "Eid al-Adha (observed, estimated); Independence Day (observed)", "1996-05-01": "Labor Day", "1996-07-27": "Prophet's Birthday (estimated)", "1996-07-29": "Prophet's Birthday (observed, estimated)", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-10": "Eid al-Fitr (observed, estimated)", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-27": "Independence Day", "1997-04-28": "Independence Day (observed)", "1997-05-01": "Labor Day", "1997-07-16": "Prophet's Birthday (estimated)", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-27": "Independence Day", "1998-05-01": "Labor Day", "1998-07-06": "Prophet's Birthday (estimated)", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-29": "Eid al-Adha (observed, estimated)", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-27": "Independence Day", "1999-05-01": "Labor Day", "1999-05-03": "Labor Day (observed)", "1999-06-26": "Prophet's Birthday (estimated)", "1999-06-28": "Prophet's Birthday (observed, estimated)", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-10": "Eid al-Fitr (observed, estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-27": "Independence Day", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-27": "Independence Day", "2001-05-01": "Labor Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr (observed, estimated)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-02-18": "Armed Forces Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-27": "Independence Day", "2002-04-29": "Independence Day (observed)", "2002-05-01": "Labor Day", "2002-05-24": "Prophet's Birthday (estimated)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-18": "Armed Forces Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-27": "Independence Day", "2003-04-28": "Independence Day (observed)", "2003-05-01": "Labor Day", "2003-05-13": "Prophet's Birthday (estimated)", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha (observed, estimated)", "2004-02-18": "Armed Forces Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-27": "Independence Day", "2004-05-01": "Labor Day; Prophet's Birthday (estimated)", "2004-05-03": "Labor Day (observed); Prophet's Birthday (observed, estimated)", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr (observed, estimated)", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-21": "Eid al-Adha (estimated)", "2005-02-18": "Armed Forces Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-21": "Prophet's Birthday (estimated)", "2005-04-27": "Independence Day", "2005-05-01": "Labor Day", "2005-05-02": "Labor Day (observed)", "2005-11-03": "Eid al-Fitr (estimated)", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha (estimated)", "2006-02-18": "Armed Forces Day", "2006-02-20": "Armed Forces Day (observed)", "2006-04-10": "Prophet's Birthday (estimated)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-27": "Independence Day", "2006-05-01": "Labor Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-02-18": "Armed Forces Day", "2007-02-19": "Armed Forces Day (observed)", "2007-03-31": "Prophet's Birthday (estimated)", "2007-04-02": "Prophet's Birthday (observed, estimated)", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-27": "Independence Day", "2007-05-01": "Labor Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-15": "Eid al-Fitr (observed, estimated)", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-02-18": "Armed Forces Day", "2008-03-20": "Prophet's Birthday (estimated)", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-27": "Independence Day", "2008-04-28": "Independence Day (observed)", "2008-05-01": "Labor Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-02-18": "Armed Forces Day", "2009-03-09": "Prophet's Birthday (estimated)", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-27": "Independence Day", "2009-05-01": "Labor Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr (observed, estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-02-18": "Armed Forces Day", "2010-02-26": "Prophet's Birthday (estimated)", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-27": "Independence Day", "2010-05-01": "Labor Day", "2010-05-03": "Labor Day (observed)", "2010-09-10": "Eid al-Fitr (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-02-15": "Prophet's Birthday (estimated)", "2011-02-18": "Armed Forces Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-04-27": "Independence Day", "2011-05-01": "Labor Day", "2011-05-02": "Labor Day (observed)", "2011-08-30": "Eid al-Fitr (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha (observed, estimated)", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-04": "Prophet's Birthday (estimated)", "2012-02-06": "Prophet's Birthday (observed, estimated)", "2012-02-18": "Armed Forces Day", "2012-02-20": "Armed Forces Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-27": "Independence Day", "2012-05-01": "Labor Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr (observed, estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-24": "Prophet's Birthday (estimated)", "2013-02-18": "Armed Forces Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-27": "Independence Day", "2013-04-29": "Independence Day (observed)", "2013-05-01": "Labor Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-10-15": "Eid al-Adha (estimated)", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-13": "Prophet's Birthday (estimated)", "2014-02-18": "Armed Forces Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-27": "Independence Day", "2014-04-28": "Independence Day (observed)", "2014-05-01": "Labor Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-06": "Eid al-Adha (observed, estimated)", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday (estimated)", "2015-01-05": "Prophet's Birthday (observed, estimated)", "2015-02-18": "Armed Forces Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-27": "Independence Day", "2015-05-01": "Labor Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-12-23": "Prophet's Birthday (estimated)", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-02-18": "Armed Forces Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-27": "Independence Day", "2016-05-01": "Labor Day", "2016-05-02": "Labor Day (observed)", "2016-07-06": "Eid al-Fitr (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha (observed, estimated)", "2016-12-11": "Prophet's Birthday (estimated)", "2016-12-12": "Prophet's Birthday (observed, estimated)", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-18": "Armed Forces Day", "2017-02-20": "Armed Forces Day (observed)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-27": "Independence Day", "2017-05-01": "Labor Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr (observed, estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-11-30": "Prophet's Birthday (estimated)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-18": "Armed Forces Day", "2018-02-19": "Armed Forces Day (observed)", "2018-03-08": "International Women's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-27": "Independence Day", "2018-05-01": "Labor Day", "2018-06-15": "Eid al-Fitr", "2018-08-22": "Eid al-Adha", "2018-11-21": "Prophet's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-18": "Armed Forces Day", "2019-03-08": "International Women's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-27": "Independence Day", "2019-04-29": "Independence Day (observed)", "2019-05-01": "Labor Day", "2019-06-05": "Eid al-Fitr", "2019-08-12": "Eid al-Adha", "2019-11-10": "Prophet's Birthday", "2019-11-11": "Prophet's Birthday (observed)", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-18": "Armed Forces Day", "2020-03-08": "International Women's Day", "2020-03-09": "International Women's Day (observed)", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-27": "Independence Day", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr (observed)", "2020-07-31": "Eid al-Adha", "2020-10-29": "Prophet's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-18": "Armed Forces Day", "2021-03-08": "International Women's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-27": "Independence Day", "2021-05-01": "Labor Day", "2021-05-03": "Labor Day (observed)", "2021-05-13": "Eid al-Fitr", "2021-07-20": "Eid al-Adha", "2021-10-18": "Prophet's Birthday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-18": "Armed Forces Day", "2022-03-08": "International Women's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-27": "Independence Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Labor Day (observed)", "2022-07-09": "Eid al-Adha", "2022-07-11": "Eid al-Adha (observed)", "2022-10-08": "Prophet's Birthday", "2022-10-10": "Prophet's Birthday (observed)", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-18": "Armed Forces Day", "2023-02-20": "Armed Forces Day (observed)", "2023-03-08": "International Women's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-21": "Eid al-Fitr", "2023-04-27": "Independence Day", "2023-05-01": "Labor Day", "2023-06-28": "Eid al-Adha", "2023-09-27": "Prophet's Birthday", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-18": "Armed Forces Day", "2024-02-19": "Armed Forces Day (observed)", "2024-03-08": "International Women's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-10": "Eid al-Fitr", "2024-04-27": "Independence Day", "2024-04-29": "Independence Day (observed)", "2024-05-01": "Labor Day", "2024-06-16": "Eid al-Adha", "2024-06-17": "Eid al-Adha (observed)", "2024-09-15": "Prophet's Birthday", "2024-09-16": "Prophet's Birthday (observed)", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-18": "Armed Forces Day", "2025-03-08": "International Women's Day", "2025-03-10": "International Women's Day (observed)", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr (observed, estimated)", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-27": "Independence Day", "2025-04-28": "Independence Day (observed)", "2025-05-01": "Labor Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-09-04": "Prophet's Birthday (estimated)", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-18": "Armed Forces Day", "2026-03-08": "International Women's Day", "2026-03-09": "International Women's Day (observed)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-27": "Independence Day", "2026-05-01": "Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-08-25": "Prophet's Birthday (estimated)", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-18": "Armed Forces Day", "2027-03-08": "International Women's Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-27": "Independence Day", "2027-05-01": "Labor Day", "2027-05-03": "Labor Day (observed)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-08-14": "Prophet's Birthday (estimated)", "2027-08-16": "Prophet's Birthday (observed, estimated)", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-18": "Armed Forces Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Eid al-Fitr (observed, estimated)", "2028-03-08": "International Women's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-27": "Independence Day", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-08-03": "Prophet's Birthday (estimated)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-18": "Armed Forces Day", "2029-02-19": "Armed Forces Day (observed)", "2029-03-08": "International Women's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-27": "Independence Day", "2029-05-01": "Labor Day", "2029-07-24": "Prophet's Birthday (estimated)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-18": "Armed Forces Day", "2030-03-08": "International Women's Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-15": "Eid al-Adha (observed, estimated)", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-27": "Independence Day", "2030-04-29": "Independence Day (observed)", "2030-05-01": "Labor Day", "2030-07-13": "Prophet's Birthday (estimated)", "2030-07-15": "Prophet's Birthday (observed, estimated)", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-18": "Armed Forces Day", "2031-03-08": "International Women's Day", "2031-03-10": "International Women's Day (observed)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-27": "Independence Day", "2031-04-28": "Independence Day (observed)", "2031-05-01": "Labor Day", "2031-07-02": "Prophet's Birthday (estimated)", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-18": "Armed Forces Day", "2032-03-08": "International Women's Day", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-27": "Independence Day", "2032-05-01": "Labor Day", "2032-05-03": "Labor Day (observed)", "2032-06-20": "Prophet's Birthday (estimated)", "2032-06-21": "Prophet's Birthday (observed, estimated)", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-02-18": "Armed Forces Day", "2033-03-08": "International Women's Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-27": "Independence Day", "2033-05-01": "Labor Day", "2033-05-02": "Labor Day (observed)", "2033-06-09": "Prophet's Birthday (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-18": "Armed Forces Day", "2034-02-20": "Armed Forces Day (observed)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-08": "International Women's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-27": "Independence Day", "2034-05-01": "Labor Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-18": "Armed Forces Day; Eid al-Adha (estimated)", "2035-02-19": "Armed Forces Day (observed); Eid al-Adha (observed, estimated)", "2035-03-08": "International Women's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-27": "Independence Day", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-05-21": "Prophet's Birthday (observed, estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (observed, estimated)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-18": "Armed Forces Day", "2036-03-08": "International Women's Day", "2036-03-10": "International Women's Day (observed)", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-27": "Independence Day", "2036-04-28": "Independence Day (observed)", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-18": "Armed Forces Day", "2037-03-08": "International Women's Day", "2037-03-09": "International Women's Day (observed)", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-27": "Independence Day", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (observed, estimated)", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-18": "Eid al-Adha (observed, estimated)", "2038-02-18": "Armed Forces Day", "2038-03-08": "International Women's Day", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-19": "Prophet's Birthday (observed, estimated)", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-04-27": "Independence Day", "2038-05-01": "Labor Day", "2038-05-03": "Labor Day (observed)", "2038-10-29": "Eid al-Fitr (estimated)", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-05": "Eid al-Adha (estimated)", "2039-02-18": "Armed Forces Day", "2039-03-08": "International Women's Day", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-27": "Independence Day", "2039-05-01": "Labor Day", "2039-05-02": "Labor Day (observed)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Eid al-Adha (estimated)", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-18": "Armed Forces Day", "2040-02-20": "Armed Forces Day (observed)", "2040-03-08": "International Women's Day", "2040-03-25": "Prophet's Birthday (estimated)", "2040-03-26": "Prophet's Birthday (observed, estimated)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-27": "Independence Day", "2040-05-01": "Labor Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (observed, estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-18": "Armed Forces Day", "2041-03-08": "International Women's Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-27": "Independence Day", "2041-04-29": "Independence Day (observed)", "2041-05-01": "Labor Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-18": "Armed Forces Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-08": "International Women's Day", "2042-03-10": "International Women's Day (observed)", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-27": "Independence Day", "2042-04-28": "Independence Day (observed)", "2042-05-01": "Labor Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-18": "Armed Forces Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-02-23": "Prophet's Birthday (observed, estimated)", "2043-03-08": "International Women's Day", "2043-03-09": "International Women's Day (observed)", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-27": "Independence Day", "2043-05-01": "Labor Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-02-18": "Armed Forces Day", "2044-03-08": "International Women's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-27": "Independence Day", "2044-05-01": "Labor Day", "2044-05-02": "Labor Day (observed)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Prophet's Birthday (estimated)", "2045-02-18": "Armed Forces Day", "2045-02-20": "Armed Forces Day (observed)", "2045-03-08": "International Women's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-27": "Independence Day", "2045-05-01": "Labor Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-23": "Eid al-Adha (observed, estimated)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-02-18": "Armed Forces Day", "2046-02-19": "Armed Forces Day (observed)", "2046-03-08": "International Women's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-27": "Independence Day", "2046-05-01": "Labor Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-02-18": "Armed Forces Day", "2047-03-08": "International Women's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-27": "Independence Day", "2047-04-29": "Independence Day (observed)", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2047-12-29": "Prophet's Birthday (estimated)", "2047-12-30": "Prophet's Birthday (observed, estimated)", "2048-01-01": "New Year's Day", "2048-02-18": "Armed Forces Day", "2048-03-08": "International Women's Day", "2048-03-09": "International Women's Day (observed)", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-27": "Independence Day", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (observed, estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-21": "Eid al-Adha (observed, estimated)", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-18": "Armed Forces Day", "2049-03-08": "International Women's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-27": "Independence Day", "2049-05-01": "Labor Day", "2049-05-03": "Labor Day (observed)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-18": "Armed Forces Day", "2050-03-08": "International Women's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-27": "Independence Day", "2050-05-01": "Labor Day", "2050-05-02": "Labor Day (observed)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-11-26": "Prophet's Birthday (estimated)", "2050-11-28": "Prophet's Birthday (observed, estimated)", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/SM_COMMON.json000066400000000000000000002103131500152103600215650ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Epiphany", "1950-02-05": "Feast of Saint Agatha", "1950-03-25": "Anniversary of the Arengo", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-05-01": "Labour Day", "1950-06-08": "Corpus Cristi", "1950-07-28": "Liberation from Fascism Day", "1950-08-15": "Assumption Day", "1950-09-03": "Foundation Day", "1950-11-01": "All Saints' Day", "1950-11-02": "Commemoration of the Dead", "1950-12-08": "Immaculate Conception Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-05": "Feast of Saint Agatha", "1951-03-25": "Anniversary of the Arengo; Easter Sunday", "1951-03-26": "Easter Monday", "1951-05-01": "Labour Day", "1951-05-24": "Corpus Cristi", "1951-07-28": "Liberation from Fascism Day", "1951-08-15": "Assumption Day", "1951-09-03": "Foundation Day", "1951-11-01": "All Saints' Day", "1951-11-02": "Commemoration of the Dead", "1951-12-08": "Immaculate Conception Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-05": "Feast of Saint Agatha", "1952-03-25": "Anniversary of the Arengo", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-05-01": "Labour Day", "1952-06-12": "Corpus Cristi", "1952-07-28": "Liberation from Fascism Day", "1952-08-15": "Assumption Day", "1952-09-03": "Foundation Day", "1952-11-01": "All Saints' Day", "1952-11-02": "Commemoration of the Dead", "1952-12-08": "Immaculate Conception Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-05": "Feast of Saint Agatha", "1953-03-25": "Anniversary of the Arengo", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-05-01": "Labour Day", "1953-06-04": "Corpus Cristi", "1953-07-28": "Liberation from Fascism Day", "1953-08-15": "Assumption Day", "1953-09-03": "Foundation Day", "1953-11-01": "All Saints' Day", "1953-11-02": "Commemoration of the Dead", "1953-12-08": "Immaculate Conception Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-02-05": "Feast of Saint Agatha", "1954-03-25": "Anniversary of the Arengo", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-05-01": "Labour Day", "1954-06-17": "Corpus Cristi", "1954-07-28": "Liberation from Fascism Day", "1954-08-15": "Assumption Day", "1954-09-03": "Foundation Day", "1954-11-01": "All Saints' Day", "1954-11-02": "Commemoration of the Dead", "1954-12-08": "Immaculate Conception Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-05": "Feast of Saint Agatha", "1955-03-25": "Anniversary of the Arengo", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-05-01": "Labour Day", "1955-06-09": "Corpus Cristi", "1955-07-28": "Liberation from Fascism Day", "1955-08-15": "Assumption Day", "1955-09-03": "Foundation Day", "1955-11-01": "All Saints' Day", "1955-11-02": "Commemoration of the Dead", "1955-12-08": "Immaculate Conception Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-01-06": "Epiphany", "1956-02-05": "Feast of Saint Agatha", "1956-03-25": "Anniversary of the Arengo", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-05-01": "Labour Day", "1956-05-31": "Corpus Cristi", "1956-07-28": "Liberation from Fascism Day", "1956-08-15": "Assumption Day", "1956-09-03": "Foundation Day", "1956-11-01": "All Saints' Day", "1956-11-02": "Commemoration of the Dead", "1956-12-08": "Immaculate Conception Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-02-05": "Feast of Saint Agatha", "1957-03-25": "Anniversary of the Arengo", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-05-01": "Labour Day", "1957-06-20": "Corpus Cristi", "1957-07-28": "Liberation from Fascism Day", "1957-08-15": "Assumption Day", "1957-09-03": "Foundation Day", "1957-11-01": "All Saints' Day", "1957-11-02": "Commemoration of the Dead", "1957-12-08": "Immaculate Conception Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-05": "Feast of Saint Agatha", "1958-03-25": "Anniversary of the Arengo", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-05-01": "Labour Day", "1958-06-05": "Corpus Cristi", "1958-07-28": "Liberation from Fascism Day", "1958-08-15": "Assumption Day", "1958-09-03": "Foundation Day", "1958-11-01": "All Saints' Day", "1958-11-02": "Commemoration of the Dead", "1958-12-08": "Immaculate Conception Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-05": "Feast of Saint Agatha", "1959-03-25": "Anniversary of the Arengo", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-05-01": "Labour Day", "1959-05-28": "Corpus Cristi", "1959-07-28": "Liberation from Fascism Day", "1959-08-15": "Assumption Day", "1959-09-03": "Foundation Day", "1959-11-01": "All Saints' Day", "1959-11-02": "Commemoration of the Dead", "1959-12-08": "Immaculate Conception Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-05": "Feast of Saint Agatha", "1960-03-25": "Anniversary of the Arengo", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-05-01": "Labour Day", "1960-06-16": "Corpus Cristi", "1960-07-28": "Liberation from Fascism Day", "1960-08-15": "Assumption Day", "1960-09-03": "Foundation Day", "1960-11-01": "All Saints' Day", "1960-11-02": "Commemoration of the Dead", "1960-12-08": "Immaculate Conception Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-01-06": "Epiphany", "1961-02-05": "Feast of Saint Agatha", "1961-03-25": "Anniversary of the Arengo", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-05-01": "Labour Day", "1961-06-01": "Corpus Cristi", "1961-07-28": "Liberation from Fascism Day", "1961-08-15": "Assumption Day", "1961-09-03": "Foundation Day", "1961-11-01": "All Saints' Day", "1961-11-02": "Commemoration of the Dead", "1961-12-08": "Immaculate Conception Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-02-05": "Feast of Saint Agatha", "1962-03-25": "Anniversary of the Arengo", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-05-01": "Labour Day", "1962-06-21": "Corpus Cristi", "1962-07-28": "Liberation from Fascism Day", "1962-08-15": "Assumption Day", "1962-09-03": "Foundation Day", "1962-11-01": "All Saints' Day", "1962-11-02": "Commemoration of the Dead", "1962-12-08": "Immaculate Conception Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-05": "Feast of Saint Agatha", "1963-03-25": "Anniversary of the Arengo", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-05-01": "Labour Day", "1963-06-13": "Corpus Cristi", "1963-07-28": "Liberation from Fascism Day", "1963-08-15": "Assumption Day", "1963-09-03": "Foundation Day", "1963-11-01": "All Saints' Day", "1963-11-02": "Commemoration of the Dead", "1963-12-08": "Immaculate Conception Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-05": "Feast of Saint Agatha", "1964-03-25": "Anniversary of the Arengo", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-05-01": "Labour Day", "1964-05-28": "Corpus Cristi", "1964-07-28": "Liberation from Fascism Day", "1964-08-15": "Assumption Day", "1964-09-03": "Foundation Day", "1964-11-01": "All Saints' Day", "1964-11-02": "Commemoration of the Dead", "1964-12-08": "Immaculate Conception Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-02-05": "Feast of Saint Agatha", "1965-03-25": "Anniversary of the Arengo", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-05-01": "Labour Day", "1965-06-17": "Corpus Cristi", "1965-07-28": "Liberation from Fascism Day", "1965-08-15": "Assumption Day", "1965-09-03": "Foundation Day", "1965-11-01": "All Saints' Day", "1965-11-02": "Commemoration of the Dead", "1965-12-08": "Immaculate Conception Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-05": "Feast of Saint Agatha", "1966-03-25": "Anniversary of the Arengo", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-05-01": "Labour Day", "1966-06-09": "Corpus Cristi", "1966-07-28": "Liberation from Fascism Day", "1966-08-15": "Assumption Day", "1966-09-03": "Foundation Day", "1966-11-01": "All Saints' Day", "1966-11-02": "Commemoration of the Dead", "1966-12-08": "Immaculate Conception Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-01-06": "Epiphany", "1967-02-05": "Feast of Saint Agatha", "1967-03-25": "Anniversary of the Arengo", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-05-01": "Labour Day", "1967-05-25": "Corpus Cristi", "1967-07-28": "Liberation from Fascism Day", "1967-08-15": "Assumption Day", "1967-09-03": "Foundation Day", "1967-11-01": "All Saints' Day", "1967-11-02": "Commemoration of the Dead", "1967-12-08": "Immaculate Conception Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-05": "Feast of Saint Agatha", "1968-03-25": "Anniversary of the Arengo", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-05-01": "Labour Day", "1968-06-13": "Corpus Cristi", "1968-07-28": "Liberation from Fascism Day", "1968-08-15": "Assumption Day", "1968-09-03": "Foundation Day", "1968-11-01": "All Saints' Day", "1968-11-02": "Commemoration of the Dead", "1968-12-08": "Immaculate Conception Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-05": "Feast of Saint Agatha", "1969-03-25": "Anniversary of the Arengo", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-05-01": "Labour Day", "1969-06-05": "Corpus Cristi", "1969-07-28": "Liberation from Fascism Day", "1969-08-15": "Assumption Day", "1969-09-03": "Foundation Day", "1969-11-01": "All Saints' Day", "1969-11-02": "Commemoration of the Dead", "1969-12-08": "Immaculate Conception Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-05": "Feast of Saint Agatha", "1970-03-25": "Anniversary of the Arengo", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-05-01": "Labour Day", "1970-05-28": "Corpus Cristi", "1970-07-28": "Liberation from Fascism Day", "1970-08-15": "Assumption Day", "1970-09-03": "Foundation Day", "1970-11-01": "All Saints' Day", "1970-11-02": "Commemoration of the Dead", "1970-12-08": "Immaculate Conception Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-05": "Feast of Saint Agatha", "1971-03-25": "Anniversary of the Arengo", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-05-01": "Labour Day", "1971-06-10": "Corpus Cristi", "1971-07-28": "Liberation from Fascism Day", "1971-08-15": "Assumption Day", "1971-09-03": "Foundation Day", "1971-11-01": "All Saints' Day", "1971-11-02": "Commemoration of the Dead", "1971-12-08": "Immaculate Conception Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-05": "Feast of Saint Agatha", "1972-03-25": "Anniversary of the Arengo", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-05-01": "Labour Day", "1972-06-01": "Corpus Cristi", "1972-07-28": "Liberation from Fascism Day", "1972-08-15": "Assumption Day", "1972-09-03": "Foundation Day", "1972-11-01": "All Saints' Day", "1972-11-02": "Commemoration of the Dead", "1972-12-08": "Immaculate Conception Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-02-05": "Feast of Saint Agatha", "1973-03-25": "Anniversary of the Arengo", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-05-01": "Labour Day", "1973-06-21": "Corpus Cristi", "1973-07-28": "Liberation from Fascism Day", "1973-08-15": "Assumption Day", "1973-09-03": "Foundation Day", "1973-11-01": "All Saints' Day", "1973-11-02": "Commemoration of the Dead", "1973-12-08": "Immaculate Conception Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-05": "Feast of Saint Agatha", "1974-03-25": "Anniversary of the Arengo", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-05-01": "Labour Day", "1974-06-13": "Corpus Cristi", "1974-07-28": "Liberation from Fascism Day", "1974-08-15": "Assumption Day", "1974-09-03": "Foundation Day", "1974-11-01": "All Saints' Day", "1974-11-02": "Commemoration of the Dead", "1974-12-08": "Immaculate Conception Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-05": "Feast of Saint Agatha", "1975-03-25": "Anniversary of the Arengo", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-05-01": "Labour Day", "1975-05-29": "Corpus Cristi", "1975-07-28": "Liberation from Fascism Day", "1975-08-15": "Assumption Day", "1975-09-03": "Foundation Day", "1975-11-01": "All Saints' Day", "1975-11-02": "Commemoration of the Dead", "1975-12-08": "Immaculate Conception Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-02-05": "Feast of Saint Agatha", "1976-03-25": "Anniversary of the Arengo", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-05-01": "Labour Day", "1976-06-17": "Corpus Cristi", "1976-07-28": "Liberation from Fascism Day", "1976-08-15": "Assumption Day", "1976-09-03": "Foundation Day", "1976-11-01": "All Saints' Day", "1976-11-02": "Commemoration of the Dead", "1976-12-08": "Immaculate Conception Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-05": "Feast of Saint Agatha", "1977-03-25": "Anniversary of the Arengo", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-05-01": "Labour Day", "1977-06-09": "Corpus Cristi", "1977-07-28": "Liberation from Fascism Day", "1977-08-15": "Assumption Day", "1977-09-03": "Foundation Day", "1977-11-01": "All Saints' Day", "1977-11-02": "Commemoration of the Dead", "1977-12-08": "Immaculate Conception Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-01-06": "Epiphany", "1978-02-05": "Feast of Saint Agatha", "1978-03-25": "Anniversary of the Arengo", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-05-01": "Labour Day", "1978-05-25": "Corpus Cristi", "1978-07-28": "Liberation from Fascism Day", "1978-08-15": "Assumption Day", "1978-09-03": "Foundation Day", "1978-11-01": "All Saints' Day", "1978-11-02": "Commemoration of the Dead", "1978-12-08": "Immaculate Conception Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-05": "Feast of Saint Agatha", "1979-03-25": "Anniversary of the Arengo", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-05-01": "Labour Day", "1979-06-14": "Corpus Cristi", "1979-07-28": "Liberation from Fascism Day", "1979-08-15": "Assumption Day", "1979-09-03": "Foundation Day", "1979-11-01": "All Saints' Day", "1979-11-02": "Commemoration of the Dead", "1979-12-08": "Immaculate Conception Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-05": "Feast of Saint Agatha", "1980-03-25": "Anniversary of the Arengo", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-05-01": "Labour Day", "1980-06-05": "Corpus Cristi", "1980-07-28": "Liberation from Fascism Day", "1980-08-15": "Assumption Day", "1980-09-03": "Foundation Day", "1980-11-01": "All Saints' Day", "1980-11-02": "Commemoration of the Dead", "1980-12-08": "Immaculate Conception Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-02-05": "Feast of Saint Agatha", "1981-03-25": "Anniversary of the Arengo", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-05-01": "Labour Day", "1981-06-18": "Corpus Cristi", "1981-07-28": "Liberation from Fascism Day", "1981-08-15": "Assumption Day", "1981-09-03": "Foundation Day", "1981-11-01": "All Saints' Day", "1981-11-02": "Commemoration of the Dead", "1981-12-08": "Immaculate Conception Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-02-05": "Feast of Saint Agatha", "1982-03-25": "Anniversary of the Arengo", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-05-01": "Labour Day", "1982-06-10": "Corpus Cristi", "1982-07-28": "Liberation from Fascism Day", "1982-08-15": "Assumption Day", "1982-09-03": "Foundation Day", "1982-11-01": "All Saints' Day", "1982-11-02": "Commemoration of the Dead", "1982-12-08": "Immaculate Conception Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-05": "Feast of Saint Agatha", "1983-03-25": "Anniversary of the Arengo", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-05-01": "Labour Day", "1983-06-02": "Corpus Cristi", "1983-07-28": "Liberation from Fascism Day", "1983-08-15": "Assumption Day", "1983-09-03": "Foundation Day", "1983-11-01": "All Saints' Day", "1983-11-02": "Commemoration of the Dead", "1983-12-08": "Immaculate Conception Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-01-06": "Epiphany", "1984-02-05": "Feast of Saint Agatha", "1984-03-25": "Anniversary of the Arengo", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-05-01": "Labour Day", "1984-06-21": "Corpus Cristi", "1984-07-28": "Liberation from Fascism Day", "1984-08-15": "Assumption Day", "1984-09-03": "Foundation Day", "1984-11-01": "All Saints' Day", "1984-11-02": "Commemoration of the Dead", "1984-12-08": "Immaculate Conception Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-05": "Feast of Saint Agatha", "1985-03-25": "Anniversary of the Arengo", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-05-01": "Labour Day", "1985-06-06": "Corpus Cristi", "1985-07-28": "Liberation from Fascism Day", "1985-08-15": "Assumption Day", "1985-09-03": "Foundation Day", "1985-11-01": "All Saints' Day", "1985-11-02": "Commemoration of the Dead", "1985-12-08": "Immaculate Conception Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-02-05": "Feast of Saint Agatha", "1986-03-25": "Anniversary of the Arengo", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-05-01": "Labour Day", "1986-05-29": "Corpus Cristi", "1986-07-28": "Liberation from Fascism Day", "1986-08-15": "Assumption Day", "1986-09-03": "Foundation Day", "1986-11-01": "All Saints' Day", "1986-11-02": "Commemoration of the Dead", "1986-12-08": "Immaculate Conception Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-02-05": "Feast of Saint Agatha", "1987-03-25": "Anniversary of the Arengo", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-05-01": "Labour Day", "1987-06-18": "Corpus Cristi", "1987-07-28": "Liberation from Fascism Day", "1987-08-15": "Assumption Day", "1987-09-03": "Foundation Day", "1987-11-01": "All Saints' Day", "1987-11-02": "Commemoration of the Dead", "1987-12-08": "Immaculate Conception Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-02-05": "Feast of Saint Agatha", "1988-03-25": "Anniversary of the Arengo", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-05-01": "Labour Day", "1988-06-02": "Corpus Cristi", "1988-07-28": "Liberation from Fascism Day", "1988-08-15": "Assumption Day", "1988-09-03": "Foundation Day", "1988-11-01": "All Saints' Day", "1988-11-02": "Commemoration of the Dead", "1988-12-08": "Immaculate Conception Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-01-06": "Epiphany", "1989-02-05": "Feast of Saint Agatha", "1989-03-25": "Anniversary of the Arengo", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-05-01": "Labour Day", "1989-05-25": "Corpus Cristi", "1989-07-28": "Liberation from Fascism Day", "1989-08-15": "Assumption Day", "1989-09-03": "Foundation Day", "1989-11-01": "All Saints' Day", "1989-11-02": "Commemoration of the Dead", "1989-12-08": "Immaculate Conception Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-02-05": "Feast of Saint Agatha", "1990-03-25": "Anniversary of the Arengo", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-05-01": "Labour Day", "1990-06-14": "Corpus Cristi", "1990-07-28": "Liberation from Fascism Day", "1990-08-15": "Assumption Day", "1990-09-03": "Foundation Day", "1990-11-01": "All Saints' Day", "1990-11-02": "Commemoration of the Dead", "1990-12-08": "Immaculate Conception Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-02-05": "Feast of Saint Agatha", "1991-03-25": "Anniversary of the Arengo", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-05-01": "Labour Day", "1991-05-30": "Corpus Cristi", "1991-07-28": "Liberation from Fascism Day", "1991-08-15": "Assumption Day", "1991-09-03": "Foundation Day", "1991-11-01": "All Saints' Day", "1991-11-02": "Commemoration of the Dead", "1991-12-08": "Immaculate Conception Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-02-05": "Feast of Saint Agatha", "1992-03-25": "Anniversary of the Arengo", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-05-01": "Labour Day", "1992-06-18": "Corpus Cristi", "1992-07-28": "Liberation from Fascism Day", "1992-08-15": "Assumption Day", "1992-09-03": "Foundation Day", "1992-11-01": "All Saints' Day", "1992-11-02": "Commemoration of the Dead", "1992-12-08": "Immaculate Conception Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-02-05": "Feast of Saint Agatha", "1993-03-25": "Anniversary of the Arengo", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-05-01": "Labour Day", "1993-06-10": "Corpus Cristi", "1993-07-28": "Liberation from Fascism Day", "1993-08-15": "Assumption Day", "1993-09-03": "Foundation Day", "1993-11-01": "All Saints' Day", "1993-11-02": "Commemoration of the Dead", "1993-12-08": "Immaculate Conception Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-02-05": "Feast of Saint Agatha", "1994-03-25": "Anniversary of the Arengo", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-05-01": "Labour Day", "1994-06-02": "Corpus Cristi", "1994-07-28": "Liberation from Fascism Day", "1994-08-15": "Assumption Day", "1994-09-03": "Foundation Day", "1994-11-01": "All Saints' Day", "1994-11-02": "Commemoration of the Dead", "1994-12-08": "Immaculate Conception Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-06": "Epiphany", "1995-02-05": "Feast of Saint Agatha", "1995-03-25": "Anniversary of the Arengo", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-05-01": "Labour Day", "1995-06-15": "Corpus Cristi", "1995-07-28": "Liberation from Fascism Day", "1995-08-15": "Assumption Day", "1995-09-03": "Foundation Day", "1995-11-01": "All Saints' Day", "1995-11-02": "Commemoration of the Dead", "1995-12-08": "Immaculate Conception Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-02-05": "Feast of Saint Agatha", "1996-03-25": "Anniversary of the Arengo", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-05-01": "Labour Day", "1996-06-06": "Corpus Cristi", "1996-07-28": "Liberation from Fascism Day", "1996-08-15": "Assumption Day", "1996-09-03": "Foundation Day", "1996-11-01": "All Saints' Day", "1996-11-02": "Commemoration of the Dead", "1996-12-08": "Immaculate Conception Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-02-05": "Feast of Saint Agatha", "1997-03-25": "Anniversary of the Arengo", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-05-01": "Labour Day", "1997-05-29": "Corpus Cristi", "1997-07-28": "Liberation from Fascism Day", "1997-08-15": "Assumption Day", "1997-09-03": "Foundation Day", "1997-11-01": "All Saints' Day", "1997-11-02": "Commemoration of the Dead", "1997-12-08": "Immaculate Conception Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-02-05": "Feast of Saint Agatha", "1998-03-25": "Anniversary of the Arengo", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-05-01": "Labour Day", "1998-06-11": "Corpus Cristi", "1998-07-28": "Liberation from Fascism Day", "1998-08-15": "Assumption Day", "1998-09-03": "Foundation Day", "1998-11-01": "All Saints' Day", "1998-11-02": "Commemoration of the Dead", "1998-12-08": "Immaculate Conception Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-02-05": "Feast of Saint Agatha", "1999-03-25": "Anniversary of the Arengo", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-05-01": "Labour Day", "1999-06-03": "Corpus Cristi", "1999-07-28": "Liberation from Fascism Day", "1999-08-15": "Assumption Day", "1999-09-03": "Foundation Day", "1999-11-01": "All Saints' Day", "1999-11-02": "Commemoration of the Dead", "1999-12-08": "Immaculate Conception Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-02-05": "Feast of Saint Agatha", "2000-03-25": "Anniversary of the Arengo", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-06-22": "Corpus Cristi", "2000-07-28": "Liberation from Fascism Day", "2000-08-15": "Assumption Day", "2000-09-03": "Foundation Day", "2000-11-01": "All Saints' Day", "2000-11-02": "Commemoration of the Dead", "2000-12-08": "Immaculate Conception Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-02-05": "Feast of Saint Agatha", "2001-03-25": "Anniversary of the Arengo", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-05-01": "Labour Day", "2001-06-14": "Corpus Cristi", "2001-07-28": "Liberation from Fascism Day", "2001-08-15": "Assumption Day", "2001-09-03": "Foundation Day", "2001-11-01": "All Saints' Day", "2001-11-02": "Commemoration of the Dead", "2001-12-08": "Immaculate Conception Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-02-05": "Feast of Saint Agatha", "2002-03-25": "Anniversary of the Arengo", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-05-01": "Labour Day", "2002-05-30": "Corpus Cristi", "2002-07-28": "Liberation from Fascism Day", "2002-08-15": "Assumption Day", "2002-09-03": "Foundation Day", "2002-11-01": "All Saints' Day", "2002-11-02": "Commemoration of the Dead", "2002-12-08": "Immaculate Conception Day", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-02-05": "Feast of Saint Agatha", "2003-03-25": "Anniversary of the Arengo", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-05-01": "Labour Day", "2003-06-19": "Corpus Cristi", "2003-07-28": "Liberation from Fascism Day", "2003-08-15": "Assumption Day", "2003-09-03": "Foundation Day", "2003-11-01": "All Saints' Day", "2003-11-02": "Commemoration of the Dead", "2003-12-08": "Immaculate Conception Day", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-02-05": "Feast of Saint Agatha", "2004-03-25": "Anniversary of the Arengo", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-05-01": "Labour Day", "2004-06-10": "Corpus Cristi", "2004-07-28": "Liberation from Fascism Day", "2004-08-15": "Assumption Day", "2004-09-03": "Foundation Day", "2004-11-01": "All Saints' Day", "2004-11-02": "Commemoration of the Dead", "2004-12-08": "Immaculate Conception Day", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-02-05": "Feast of Saint Agatha", "2005-03-25": "Anniversary of the Arengo", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-05-01": "Labour Day", "2005-05-26": "Corpus Cristi", "2005-07-28": "Liberation from Fascism Day", "2005-08-15": "Assumption Day", "2005-09-03": "Foundation Day", "2005-11-01": "All Saints' Day", "2005-11-02": "Commemoration of the Dead", "2005-12-08": "Immaculate Conception Day", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-06": "Epiphany", "2006-02-05": "Feast of Saint Agatha", "2006-03-25": "Anniversary of the Arengo", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-06-15": "Corpus Cristi", "2006-07-28": "Liberation from Fascism Day", "2006-08-15": "Assumption Day", "2006-09-03": "Foundation Day", "2006-11-01": "All Saints' Day", "2006-11-02": "Commemoration of the Dead", "2006-12-08": "Immaculate Conception Day", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-02-05": "Feast of Saint Agatha", "2007-03-25": "Anniversary of the Arengo", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-05-01": "Labour Day", "2007-06-07": "Corpus Cristi", "2007-07-28": "Liberation from Fascism Day", "2007-08-15": "Assumption Day", "2007-09-03": "Foundation Day", "2007-11-01": "All Saints' Day", "2007-11-02": "Commemoration of the Dead", "2007-12-08": "Immaculate Conception Day", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-02-05": "Feast of Saint Agatha", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-03-25": "Anniversary of the Arengo", "2008-05-01": "Labour Day", "2008-05-22": "Corpus Cristi", "2008-07-28": "Liberation from Fascism Day", "2008-08-15": "Assumption Day", "2008-09-03": "Foundation Day", "2008-11-01": "All Saints' Day", "2008-11-02": "Commemoration of the Dead", "2008-12-08": "Immaculate Conception Day", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-02-05": "Feast of Saint Agatha", "2009-03-25": "Anniversary of the Arengo", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-05-01": "Labour Day", "2009-06-11": "Corpus Cristi", "2009-07-28": "Liberation from Fascism Day", "2009-08-15": "Assumption Day", "2009-09-03": "Foundation Day", "2009-11-01": "All Saints' Day", "2009-11-02": "Commemoration of the Dead", "2009-12-08": "Immaculate Conception Day", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-02-05": "Feast of Saint Agatha", "2010-03-25": "Anniversary of the Arengo", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-05-01": "Labour Day", "2010-06-03": "Corpus Cristi", "2010-07-28": "Liberation from Fascism Day", "2010-08-15": "Assumption Day", "2010-09-03": "Foundation Day", "2010-11-01": "All Saints' Day", "2010-11-02": "Commemoration of the Dead", "2010-12-08": "Immaculate Conception Day", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-02-05": "Feast of Saint Agatha", "2011-03-25": "Anniversary of the Arengo", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-05-01": "Labour Day", "2011-06-23": "Corpus Cristi", "2011-07-28": "Liberation from Fascism Day", "2011-08-15": "Assumption Day", "2011-09-03": "Foundation Day", "2011-11-01": "All Saints' Day", "2011-11-02": "Commemoration of the Dead", "2011-12-08": "Immaculate Conception Day", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-06": "Epiphany", "2012-02-05": "Feast of Saint Agatha", "2012-03-25": "Anniversary of the Arengo", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-05-01": "Labour Day", "2012-06-07": "Corpus Cristi", "2012-07-28": "Liberation from Fascism Day", "2012-08-15": "Assumption Day", "2012-09-03": "Foundation Day", "2012-11-01": "All Saints' Day", "2012-11-02": "Commemoration of the Dead", "2012-12-08": "Immaculate Conception Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-02-05": "Feast of Saint Agatha", "2013-03-25": "Anniversary of the Arengo", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-05-01": "Labour Day", "2013-05-30": "Corpus Cristi", "2013-07-28": "Liberation from Fascism Day", "2013-08-15": "Assumption Day", "2013-09-03": "Foundation Day", "2013-11-01": "All Saints' Day", "2013-11-02": "Commemoration of the Dead", "2013-12-08": "Immaculate Conception Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-02-05": "Feast of Saint Agatha", "2014-03-25": "Anniversary of the Arengo", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-05-01": "Labour Day", "2014-06-19": "Corpus Cristi", "2014-07-28": "Liberation from Fascism Day", "2014-08-15": "Assumption Day", "2014-09-03": "Foundation Day", "2014-11-01": "All Saints' Day", "2014-11-02": "Commemoration of the Dead", "2014-12-08": "Immaculate Conception Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-02-05": "Feast of Saint Agatha", "2015-03-25": "Anniversary of the Arengo", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-05-01": "Labour Day", "2015-06-04": "Corpus Cristi", "2015-07-28": "Liberation from Fascism Day", "2015-08-15": "Assumption Day", "2015-09-03": "Foundation Day", "2015-11-01": "All Saints' Day", "2015-11-02": "Commemoration of the Dead", "2015-12-08": "Immaculate Conception Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-02-05": "Feast of Saint Agatha", "2016-03-25": "Anniversary of the Arengo", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-05-01": "Labour Day", "2016-05-26": "Corpus Cristi", "2016-07-28": "Liberation from Fascism Day", "2016-08-15": "Assumption Day", "2016-09-03": "Foundation Day", "2016-11-01": "All Saints' Day", "2016-11-02": "Commemoration of the Dead", "2016-12-08": "Immaculate Conception Day", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-06": "Epiphany", "2017-02-05": "Feast of Saint Agatha", "2017-03-25": "Anniversary of the Arengo", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-06-15": "Corpus Cristi", "2017-07-28": "Liberation from Fascism Day", "2017-08-15": "Assumption Day", "2017-09-03": "Foundation Day", "2017-11-01": "All Saints' Day", "2017-11-02": "Commemoration of the Dead", "2017-12-08": "Immaculate Conception Day", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-02-05": "Feast of Saint Agatha", "2018-03-25": "Anniversary of the Arengo", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-05-01": "Labour Day", "2018-05-31": "Corpus Cristi", "2018-07-28": "Liberation from Fascism Day", "2018-08-15": "Assumption Day", "2018-09-03": "Foundation Day", "2018-11-01": "All Saints' Day", "2018-11-02": "Commemoration of the Dead", "2018-12-08": "Immaculate Conception Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-02-05": "Feast of Saint Agatha", "2019-03-25": "Anniversary of the Arengo", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-05-01": "Labour Day", "2019-06-20": "Corpus Cristi", "2019-07-28": "Liberation from Fascism Day", "2019-08-15": "Assumption Day", "2019-09-03": "Foundation Day", "2019-11-01": "All Saints' Day", "2019-11-02": "Commemoration of the Dead", "2019-12-08": "Immaculate Conception Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-02-05": "Feast of Saint Agatha", "2020-03-25": "Anniversary of the Arengo", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-05-01": "Labour Day", "2020-06-11": "Corpus Cristi", "2020-07-28": "Liberation from Fascism Day", "2020-08-15": "Assumption Day", "2020-09-03": "Foundation Day", "2020-11-01": "All Saints' Day", "2020-11-02": "Commemoration of the Dead", "2020-12-08": "Immaculate Conception Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-02-05": "Feast of Saint Agatha", "2021-03-25": "Anniversary of the Arengo", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-05-01": "Labour Day", "2021-06-03": "Corpus Cristi", "2021-07-28": "Liberation from Fascism Day", "2021-08-15": "Assumption Day", "2021-09-03": "Foundation Day", "2021-11-01": "All Saints' Day", "2021-11-02": "Commemoration of the Dead", "2021-12-08": "Immaculate Conception Day", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-02-05": "Feast of Saint Agatha", "2022-03-25": "Anniversary of the Arengo", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-05-01": "Labour Day", "2022-06-16": "Corpus Cristi", "2022-07-28": "Liberation from Fascism Day", "2022-08-15": "Assumption Day", "2022-09-03": "Foundation Day", "2022-11-01": "All Saints' Day", "2022-11-02": "Commemoration of the Dead", "2022-12-08": "Immaculate Conception Day", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-06": "Epiphany", "2023-02-05": "Feast of Saint Agatha", "2023-03-25": "Anniversary of the Arengo", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-05-01": "Labour Day", "2023-06-08": "Corpus Cristi", "2023-07-28": "Liberation from Fascism Day", "2023-08-15": "Assumption Day", "2023-09-03": "Foundation Day", "2023-11-01": "All Saints' Day", "2023-11-02": "Commemoration of the Dead", "2023-12-08": "Immaculate Conception Day", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-02-05": "Feast of Saint Agatha", "2024-03-25": "Anniversary of the Arengo", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-05-01": "Labour Day", "2024-05-30": "Corpus Cristi", "2024-07-28": "Liberation from Fascism Day", "2024-08-15": "Assumption Day", "2024-09-03": "Foundation Day", "2024-11-01": "All Saints' Day", "2024-11-02": "Commemoration of the Dead", "2024-12-08": "Immaculate Conception Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-02-05": "Feast of Saint Agatha", "2025-03-25": "Anniversary of the Arengo", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-05-01": "Labour Day", "2025-06-19": "Corpus Cristi", "2025-07-28": "Liberation from Fascism Day", "2025-08-15": "Assumption Day", "2025-09-03": "Foundation Day", "2025-11-01": "All Saints' Day", "2025-11-02": "Commemoration of the Dead", "2025-12-08": "Immaculate Conception Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-02-05": "Feast of Saint Agatha", "2026-03-25": "Anniversary of the Arengo", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-05-01": "Labour Day", "2026-06-04": "Corpus Cristi", "2026-07-28": "Liberation from Fascism Day", "2026-08-15": "Assumption Day", "2026-09-03": "Foundation Day", "2026-11-01": "All Saints' Day", "2026-11-02": "Commemoration of the Dead", "2026-12-08": "Immaculate Conception Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-02-05": "Feast of Saint Agatha", "2027-03-25": "Anniversary of the Arengo", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-05-01": "Labour Day", "2027-05-27": "Corpus Cristi", "2027-07-28": "Liberation from Fascism Day", "2027-08-15": "Assumption Day", "2027-09-03": "Foundation Day", "2027-11-01": "All Saints' Day", "2027-11-02": "Commemoration of the Dead", "2027-12-08": "Immaculate Conception Day", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-02-05": "Feast of Saint Agatha", "2028-03-25": "Anniversary of the Arengo", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-05-01": "Labour Day", "2028-06-15": "Corpus Cristi", "2028-07-28": "Liberation from Fascism Day", "2028-08-15": "Assumption Day", "2028-09-03": "Foundation Day", "2028-11-01": "All Saints' Day", "2028-11-02": "Commemoration of the Dead", "2028-12-08": "Immaculate Conception Day", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-02-05": "Feast of Saint Agatha", "2029-03-25": "Anniversary of the Arengo", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-05-01": "Labour Day", "2029-05-31": "Corpus Cristi", "2029-07-28": "Liberation from Fascism Day", "2029-08-15": "Assumption Day", "2029-09-03": "Foundation Day", "2029-11-01": "All Saints' Day", "2029-11-02": "Commemoration of the Dead", "2029-12-08": "Immaculate Conception Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-02-05": "Feast of Saint Agatha", "2030-03-25": "Anniversary of the Arengo", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-05-01": "Labour Day", "2030-06-20": "Corpus Cristi", "2030-07-28": "Liberation from Fascism Day", "2030-08-15": "Assumption Day", "2030-09-03": "Foundation Day", "2030-11-01": "All Saints' Day", "2030-11-02": "Commemoration of the Dead", "2030-12-08": "Immaculate Conception Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-02-05": "Feast of Saint Agatha", "2031-03-25": "Anniversary of the Arengo", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-05-01": "Labour Day", "2031-06-12": "Corpus Cristi", "2031-07-28": "Liberation from Fascism Day", "2031-08-15": "Assumption Day", "2031-09-03": "Foundation Day", "2031-11-01": "All Saints' Day", "2031-11-02": "Commemoration of the Dead", "2031-12-08": "Immaculate Conception Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-02-05": "Feast of Saint Agatha", "2032-03-25": "Anniversary of the Arengo", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-05-01": "Labour Day", "2032-05-27": "Corpus Cristi", "2032-07-28": "Liberation from Fascism Day", "2032-08-15": "Assumption Day", "2032-09-03": "Foundation Day", "2032-11-01": "All Saints' Day", "2032-11-02": "Commemoration of the Dead", "2032-12-08": "Immaculate Conception Day", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-02-05": "Feast of Saint Agatha", "2033-03-25": "Anniversary of the Arengo", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-05-01": "Labour Day", "2033-06-16": "Corpus Cristi", "2033-07-28": "Liberation from Fascism Day", "2033-08-15": "Assumption Day", "2033-09-03": "Foundation Day", "2033-11-01": "All Saints' Day", "2033-11-02": "Commemoration of the Dead", "2033-12-08": "Immaculate Conception Day", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-06": "Epiphany", "2034-02-05": "Feast of Saint Agatha", "2034-03-25": "Anniversary of the Arengo", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-05-01": "Labour Day", "2034-06-08": "Corpus Cristi", "2034-07-28": "Liberation from Fascism Day", "2034-08-15": "Assumption Day", "2034-09-03": "Foundation Day", "2034-11-01": "All Saints' Day", "2034-11-02": "Commemoration of the Dead", "2034-12-08": "Immaculate Conception Day", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-02-05": "Feast of Saint Agatha", "2035-03-25": "Anniversary of the Arengo; Easter Sunday", "2035-03-26": "Easter Monday", "2035-05-01": "Labour Day", "2035-05-24": "Corpus Cristi", "2035-07-28": "Liberation from Fascism Day", "2035-08-15": "Assumption Day", "2035-09-03": "Foundation Day", "2035-11-01": "All Saints' Day", "2035-11-02": "Commemoration of the Dead", "2035-12-08": "Immaculate Conception Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-02-05": "Feast of Saint Agatha", "2036-03-25": "Anniversary of the Arengo", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-05-01": "Labour Day", "2036-06-12": "Corpus Cristi", "2036-07-28": "Liberation from Fascism Day", "2036-08-15": "Assumption Day", "2036-09-03": "Foundation Day", "2036-11-01": "All Saints' Day", "2036-11-02": "Commemoration of the Dead", "2036-12-08": "Immaculate Conception Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-02-05": "Feast of Saint Agatha", "2037-03-25": "Anniversary of the Arengo", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-05-01": "Labour Day", "2037-06-04": "Corpus Cristi", "2037-07-28": "Liberation from Fascism Day", "2037-08-15": "Assumption Day", "2037-09-03": "Foundation Day", "2037-11-01": "All Saints' Day", "2037-11-02": "Commemoration of the Dead", "2037-12-08": "Immaculate Conception Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-02-05": "Feast of Saint Agatha", "2038-03-25": "Anniversary of the Arengo", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-05-01": "Labour Day", "2038-06-24": "Corpus Cristi", "2038-07-28": "Liberation from Fascism Day", "2038-08-15": "Assumption Day", "2038-09-03": "Foundation Day", "2038-11-01": "All Saints' Day", "2038-11-02": "Commemoration of the Dead", "2038-12-08": "Immaculate Conception Day", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-02-05": "Feast of Saint Agatha", "2039-03-25": "Anniversary of the Arengo", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-05-01": "Labour Day", "2039-06-09": "Corpus Cristi", "2039-07-28": "Liberation from Fascism Day", "2039-08-15": "Assumption Day", "2039-09-03": "Foundation Day", "2039-11-01": "All Saints' Day", "2039-11-02": "Commemoration of the Dead", "2039-12-08": "Immaculate Conception Day", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-06": "Epiphany", "2040-02-05": "Feast of Saint Agatha", "2040-03-25": "Anniversary of the Arengo", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-05-01": "Labour Day", "2040-05-31": "Corpus Cristi", "2040-07-28": "Liberation from Fascism Day", "2040-08-15": "Assumption Day", "2040-09-03": "Foundation Day", "2040-11-01": "All Saints' Day", "2040-11-02": "Commemoration of the Dead", "2040-12-08": "Immaculate Conception Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-02-05": "Feast of Saint Agatha", "2041-03-25": "Anniversary of the Arengo", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-05-01": "Labour Day", "2041-06-20": "Corpus Cristi", "2041-07-28": "Liberation from Fascism Day", "2041-08-15": "Assumption Day", "2041-09-03": "Foundation Day", "2041-11-01": "All Saints' Day", "2041-11-02": "Commemoration of the Dead", "2041-12-08": "Immaculate Conception Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-02-05": "Feast of Saint Agatha", "2042-03-25": "Anniversary of the Arengo", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-05-01": "Labour Day", "2042-06-05": "Corpus Cristi", "2042-07-28": "Liberation from Fascism Day", "2042-08-15": "Assumption Day", "2042-09-03": "Foundation Day", "2042-11-01": "All Saints' Day", "2042-11-02": "Commemoration of the Dead", "2042-12-08": "Immaculate Conception Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-02-05": "Feast of Saint Agatha", "2043-03-25": "Anniversary of the Arengo", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-05-01": "Labour Day", "2043-05-28": "Corpus Cristi", "2043-07-28": "Liberation from Fascism Day", "2043-08-15": "Assumption Day", "2043-09-03": "Foundation Day", "2043-11-01": "All Saints' Day", "2043-11-02": "Commemoration of the Dead", "2043-12-08": "Immaculate Conception Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-02-05": "Feast of Saint Agatha", "2044-03-25": "Anniversary of the Arengo", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-05-01": "Labour Day", "2044-06-16": "Corpus Cristi", "2044-07-28": "Liberation from Fascism Day", "2044-08-15": "Assumption Day", "2044-09-03": "Foundation Day", "2044-11-01": "All Saints' Day", "2044-11-02": "Commemoration of the Dead", "2044-12-08": "Immaculate Conception Day", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-06": "Epiphany", "2045-02-05": "Feast of Saint Agatha", "2045-03-25": "Anniversary of the Arengo", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-05-01": "Labour Day", "2045-06-08": "Corpus Cristi", "2045-07-28": "Liberation from Fascism Day", "2045-08-15": "Assumption Day", "2045-09-03": "Foundation Day", "2045-11-01": "All Saints' Day", "2045-11-02": "Commemoration of the Dead", "2045-12-08": "Immaculate Conception Day", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-02-05": "Feast of Saint Agatha", "2046-03-25": "Anniversary of the Arengo; Easter Sunday", "2046-03-26": "Easter Monday", "2046-05-01": "Labour Day", "2046-05-24": "Corpus Cristi", "2046-07-28": "Liberation from Fascism Day", "2046-08-15": "Assumption Day", "2046-09-03": "Foundation Day", "2046-11-01": "All Saints' Day", "2046-11-02": "Commemoration of the Dead", "2046-12-08": "Immaculate Conception Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-02-05": "Feast of Saint Agatha", "2047-03-25": "Anniversary of the Arengo", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-05-01": "Labour Day", "2047-06-13": "Corpus Cristi", "2047-07-28": "Liberation from Fascism Day", "2047-08-15": "Assumption Day", "2047-09-03": "Foundation Day", "2047-11-01": "All Saints' Day", "2047-11-02": "Commemoration of the Dead", "2047-12-08": "Immaculate Conception Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-02-05": "Feast of Saint Agatha", "2048-03-25": "Anniversary of the Arengo", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-05-01": "Labour Day", "2048-06-04": "Corpus Cristi", "2048-07-28": "Liberation from Fascism Day", "2048-08-15": "Assumption Day", "2048-09-03": "Foundation Day", "2048-11-01": "All Saints' Day", "2048-11-02": "Commemoration of the Dead", "2048-12-08": "Immaculate Conception Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-02-05": "Feast of Saint Agatha", "2049-03-25": "Anniversary of the Arengo", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-05-01": "Labour Day", "2049-06-17": "Corpus Cristi", "2049-07-28": "Liberation from Fascism Day", "2049-08-15": "Assumption Day", "2049-09-03": "Foundation Day", "2049-11-01": "All Saints' Day", "2049-11-02": "Commemoration of the Dead", "2049-12-08": "Immaculate Conception Day", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-02-05": "Feast of Saint Agatha", "2050-03-25": "Anniversary of the Arengo", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-05-01": "Labour Day", "2050-06-09": "Corpus Cristi", "2050-07-28": "Liberation from Fascism Day", "2050-08-15": "Assumption Day", "2050-09-03": "Foundation Day", "2050-11-01": "All Saints' Day", "2050-11-02": "Commemoration of the Dead", "2050-12-08": "Immaculate Conception Day", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/SR_COMMON.json000066400000000000000000001052651500152103600216030ustar00rootroot00000000000000{ "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-30": "Birthday of H.M. the Queen", "1972-05-01": "Labor Day", "1972-07-01": "Day of Freedoms", "1972-11-07": "Eid al-Fitr (estimated)", "1972-12-25": "Christmas Day", "1972-12-26": "Second Day of Christmas", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-30": "Birthday of H.M. the Queen", "1973-05-01": "Labor Day", "1973-07-01": "Day of Freedoms", "1973-10-27": "Eid al-Fitr (estimated)", "1973-12-25": "Christmas Day", "1973-12-26": "Second Day of Christmas", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-30": "Birthday of H.M. the Queen", "1974-05-01": "Labor Day", "1974-07-01": "Day of Freedoms", "1974-10-16": "Eid al-Fitr (estimated)", "1974-12-25": "Christmas Day", "1974-12-26": "Second Day of Christmas", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-30": "Birthday of H.M. the Queen", "1975-05-01": "Labor Day", "1975-07-01": "Day of Freedoms", "1975-10-06": "Eid al-Fitr (estimated)", "1975-12-25": "Christmas Day", "1975-12-26": "Second Day of Christmas", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-07-01": "Day of Freedoms", "1976-09-24": "Eid al-Fitr (estimated)", "1976-11-25": "Republic Day", "1976-12-25": "Christmas Day", "1976-12-26": "Second Day of Christmas", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-07-01": "Day of Freedoms", "1977-09-14": "Eid al-Fitr (estimated)", "1977-11-25": "Republic Day", "1977-12-25": "Christmas Day", "1977-12-26": "Second Day of Christmas", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-07-01": "Day of Freedoms", "1978-09-03": "Eid al-Fitr (estimated)", "1978-11-25": "Republic Day", "1978-12-25": "Christmas Day", "1978-12-26": "Second Day of Christmas", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-07-01": "Day of Freedoms", "1979-08-23": "Eid al-Fitr (estimated)", "1979-11-25": "Republic Day", "1979-12-25": "Christmas Day", "1979-12-26": "Second Day of Christmas", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-07-01": "Day of Freedoms", "1980-08-12": "Eid al-Fitr (estimated)", "1980-11-25": "Republic Day", "1980-12-25": "Christmas Day", "1980-12-26": "Second Day of Christmas", "1981-01-01": "New Year's Day", "1981-02-25": "Day of Liberation and Renewal", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-07-01": "Day of Freedoms", "1981-08-01": "Eid al-Fitr (estimated)", "1981-11-25": "Republic Day", "1981-12-25": "Christmas Day", "1981-12-26": "Second Day of Christmas", "1982-01-01": "New Year's Day", "1982-02-25": "Day of Liberation and Renewal", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-07-01": "Day of Freedoms", "1982-07-21": "Eid al-Fitr (estimated)", "1982-11-25": "Republic Day", "1982-12-25": "Christmas Day", "1982-12-26": "Second Day of Christmas", "1983-01-01": "New Year's Day", "1983-02-25": "Day of Liberation and Renewal", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-07-01": "Day of Freedoms", "1983-07-11": "Eid al-Fitr (estimated)", "1983-11-25": "Republic Day", "1983-12-25": "Christmas Day", "1983-12-26": "Second Day of Christmas", "1984-01-01": "New Year's Day", "1984-02-25": "Day of Liberation and Renewal", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Day of Freedoms", "1984-11-25": "Republic Day", "1984-12-25": "Christmas Day", "1984-12-26": "Second Day of Christmas", "1985-01-01": "New Year's Day", "1985-02-25": "Day of Liberation and Renewal", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-07-01": "Day of Freedoms", "1985-11-25": "Republic Day", "1985-12-25": "Christmas Day", "1985-12-26": "Second Day of Christmas", "1986-01-01": "New Year's Day", "1986-02-25": "Day of Liberation and Renewal", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-07-01": "Day of Freedoms", "1986-11-25": "Republic Day", "1986-12-25": "Christmas Day", "1986-12-26": "Second Day of Christmas", "1987-01-01": "New Year's Day", "1987-02-25": "Day of Liberation and Renewal", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-07-01": "Day of Freedoms", "1987-11-25": "Republic Day", "1987-12-25": "Christmas Day", "1987-12-26": "Second Day of Christmas", "1988-01-01": "New Year's Day", "1988-02-25": "Day of Liberation and Renewal", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-01": "Day of Freedoms", "1988-11-25": "Republic Day", "1988-12-25": "Christmas Day", "1988-12-26": "Second Day of Christmas", "1989-01-01": "New Year's Day", "1989-02-25": "Day of Liberation and Renewal", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-01": "Day of Freedoms", "1989-11-25": "Republic Day", "1989-12-25": "Christmas Day", "1989-12-26": "Second Day of Christmas", "1990-01-01": "New Year's Day", "1990-02-25": "Day of Liberation and Renewal", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labor Day", "1990-07-01": "Day of Freedoms", "1990-11-25": "Republic Day", "1990-12-25": "Christmas Day", "1990-12-26": "Second Day of Christmas", "1991-01-01": "New Year's Day", "1991-02-25": "Day of Liberation and Renewal", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labor Day", "1991-07-01": "Day of Freedoms", "1991-11-25": "Republic Day", "1991-12-25": "Christmas Day", "1991-12-26": "Second Day of Christmas", "1992-01-01": "New Year's Day", "1992-02-25": "Day of Liberation and Renewal", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-07-01": "Day of Freedoms", "1992-11-25": "Republic Day", "1992-12-25": "Christmas Day", "1992-12-26": "Second Day of Christmas", "1993-01-01": "New Year's Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-07-01": "Day of Freedoms", "1993-11-25": "Republic Day", "1993-12-25": "Christmas Day", "1993-12-26": "Second Day of Christmas", "1994-01-01": "New Year's Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-07-01": "Day of Freedoms", "1994-11-25": "Republic Day", "1994-12-25": "Christmas Day", "1994-12-26": "Second Day of Christmas", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-07-01": "Day of Freedoms", "1995-11-25": "Republic Day", "1995-12-25": "Christmas Day", "1995-12-26": "Second Day of Christmas", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-07-01": "Day of Freedoms", "1996-11-25": "Republic Day", "1996-12-25": "Christmas Day", "1996-12-26": "Second Day of Christmas", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-07-01": "Day of Freedoms", "1997-11-25": "Republic Day", "1997-12-25": "Christmas Day", "1997-12-26": "Second Day of Christmas", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-07-01": "Day of Freedoms", "1998-11-25": "Republic Day", "1998-12-25": "Christmas Day", "1998-12-26": "Second Day of Christmas", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-07-01": "Day of Freedoms", "1999-11-25": "Republic Day", "1999-12-25": "Christmas Day", "1999-12-26": "Second Day of Christmas", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-07-01": "Day of Freedoms", "2000-11-25": "Republic Day", "2000-12-25": "Christmas Day", "2000-12-26": "Second Day of Christmas", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-10": "Holi", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-07-01": "Day of Freedoms", "2001-11-25": "Republic Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2001-12-26": "Second Day of Christmas", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday; Holi", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-07-01": "Day of Freedoms", "2002-11-25": "Republic Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-25": "Christmas Day", "2002-12-26": "Second Day of Christmas", "2003-01-01": "New Year's Day", "2003-03-18": "Holi", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-07-01": "Day of Freedoms", "2003-11-25": "Eid al-Fitr (estimated); Republic Day", "2003-12-25": "Christmas Day", "2003-12-26": "Second Day of Christmas", "2004-01-01": "New Year's Day", "2004-03-07": "Holi", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-07-01": "Day of Freedoms", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-25": "Republic Day", "2004-12-25": "Christmas Day", "2004-12-26": "Second Day of Christmas", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Holi", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-07-01": "Day of Freedoms", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-25": "Republic Day", "2005-12-25": "Christmas Day", "2005-12-26": "Second Day of Christmas", "2006-01-01": "New Year's Day", "2006-03-15": "Holi", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-07-01": "Day of Freedoms", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-25": "Republic Day", "2006-12-25": "Christmas Day", "2006-12-26": "Second Day of Christmas", "2007-01-01": "New Year's Day", "2007-03-04": "Holi", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-07-01": "Day of Freedoms", "2007-08-09": "Indigenous People Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-11-25": "Republic Day", "2007-12-25": "Christmas Day", "2007-12-26": "Second Day of Christmas", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Holi", "2008-03-24": "Easter Monday", "2008-05-01": "Labor Day", "2008-07-01": "Day of Freedoms", "2008-08-09": "Indigenous People Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-11-25": "Independence Day", "2008-12-25": "Christmas Day", "2008-12-26": "Second Day of Christmas", "2009-01-01": "New Year's Day", "2009-03-11": "Holi", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-07-01": "Day of Freedoms", "2009-08-09": "Indigenous People Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-11-25": "Independence Day", "2009-12-25": "Christmas Day", "2009-12-26": "Second Day of Christmas", "2010-01-01": "New Year's Day", "2010-03-01": "Holi", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-07-01": "Day of Freedoms", "2010-08-09": "Indigenous People Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-11-25": "Independence Day", "2010-12-25": "Christmas Day", "2010-12-26": "Second Day of Christmas", "2011-01-01": "New Year's Day", "2011-03-20": "Holi", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-07-01": "Day of Freedoms", "2011-08-09": "Indigenous People Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-11-25": "Independence Day", "2011-12-25": "Christmas Day", "2011-12-26": "Second Day of Christmas", "2012-01-01": "New Year's Day", "2012-02-25": "Day of Liberation and Renewal", "2012-03-08": "Holi", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-07-01": "Day of Freedoms", "2012-08-09": "Indigenous People Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-10-10": "Day of the Maroons", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-12": "Diwali", "2012-11-25": "Independence Day", "2012-12-25": "Christmas Day", "2012-12-26": "Second Day of Christmas", "2013-01-01": "New Year's Day", "2013-02-25": "Day of Liberation and Renewal", "2013-03-27": "Holi", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-07-01": "Day of Freedoms", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Indigenous People Day", "2013-10-10": "Day of the Maroons", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-01": "Diwali", "2013-11-25": "Independence Day", "2013-12-25": "Christmas Day", "2013-12-26": "Second Day of Christmas", "2014-01-01": "New Year's Day", "2014-02-25": "Day of Liberation and Renewal", "2014-03-17": "Holi", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-07-01": "Day of Freedoms", "2014-07-29": "Eid al-Fitr", "2014-08-09": "Indigenous People Day", "2014-10-05": "Eid al-Adha", "2014-10-10": "Day of the Maroons", "2014-10-23": "Diwali", "2014-11-25": "Independence Day", "2014-12-25": "Christmas Day", "2014-12-26": "Second Day of Christmas", "2015-01-01": "New Year's Day", "2015-02-25": "Day of Liberation and Renewal", "2015-03-06": "Holi", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-07-01": "Day of Freedoms", "2015-07-18": "Eid al-Fitr", "2015-08-09": "Indigenous People Day", "2015-09-24": "Eid al-Adha", "2015-10-10": "Day of the Maroons", "2015-11-11": "Diwali", "2015-11-25": "Independence Day", "2015-12-25": "Christmas Day", "2015-12-26": "Second Day of Christmas", "2016-01-01": "New Year's Day", "2016-02-25": "Day of Liberation and Renewal", "2016-03-23": "Holi", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-07-01": "Day of Freedoms", "2016-07-07": "Eid al-Fitr", "2016-08-09": "Indigenous People Day", "2016-09-13": "Eid al-Adha", "2016-10-10": "Day of the Maroons", "2016-10-30": "Diwali", "2016-11-25": "Independence Day", "2016-12-25": "Christmas Day", "2016-12-26": "Second Day of Christmas", "2017-01-01": "New Year's Day", "2017-02-25": "Day of Liberation and Renewal", "2017-03-12": "Holi", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-06-26": "Eid al-Fitr", "2017-07-01": "Day of Freedoms", "2017-08-09": "Indigenous People Day", "2017-09-02": "Eid al-Adha", "2017-10-10": "Day of the Maroons", "2017-10-19": "Diwali", "2017-11-25": "Independence Day", "2017-12-25": "Christmas Day", "2017-12-26": "Second Day of Christmas", "2018-01-01": "New Year's Day", "2018-02-25": "Day of Liberation and Renewal", "2018-03-02": "Holi", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-06-15": "Eid al-Fitr", "2018-07-01": "Day of Freedoms", "2018-08-09": "Indigenous People Day", "2018-08-21": "Eid al-Adha", "2018-10-10": "Day of the Maroons", "2018-11-07": "Diwali", "2018-11-25": "Independence Day", "2018-12-25": "Christmas Day", "2018-12-26": "Second Day of Christmas", "2019-01-01": "New Year's Day", "2019-02-25": "Day of Liberation and Renewal", "2019-03-21": "Holi", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-06-05": "Eid al-Fitr", "2019-07-01": "Day of Freedoms", "2019-08-09": "Indigenous People Day", "2019-08-12": "Eid al-Adha", "2019-10-10": "Day of the Maroons", "2019-10-27": "Diwali", "2019-11-25": "Independence Day", "2019-12-25": "Christmas Day", "2019-12-26": "Second Day of Christmas", "2020-01-01": "New Year's Day", "2020-02-25": "Day of Liberation and Renewal", "2020-03-09": "Holi", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr", "2020-07-01": "Day of Freedoms", "2020-07-31": "Eid al-Adha", "2020-08-09": "Indigenous People Day", "2020-10-10": "Day of the Maroons", "2020-11-14": "Diwali", "2020-11-25": "Independence Day", "2020-12-25": "Christmas Day", "2020-12-26": "Second Day of Christmas", "2021-01-01": "New Year's Day", "2021-03-28": "Holi", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr", "2021-07-01": "Day of Freedoms", "2021-07-20": "Eid al-Adha", "2021-08-09": "Indigenous People Day", "2021-10-10": "Day of the Maroons", "2021-11-04": "Diwali", "2021-11-25": "Independence Day", "2021-12-25": "Christmas Day", "2021-12-26": "Second Day of Christmas", "2022-01-01": "New Year's Day", "2022-02-01": "Chinese New Year", "2022-03-18": "Holi", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr", "2022-07-01": "Day of Freedoms", "2022-07-09": "Eid al-Adha", "2022-08-09": "Indigenous People Day", "2022-10-10": "Day of the Maroons", "2022-10-24": "Diwali", "2022-11-25": "Independence Day", "2022-12-25": "Christmas Day", "2022-12-26": "Second Day of Christmas", "2023-01-01": "New Year's Day", "2023-01-22": "Chinese New Year", "2023-03-07": "Holi", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-22": "Eid al-Fitr", "2023-05-01": "Labor Day", "2023-06-29": "Eid al-Adha", "2023-07-01": "Day of Freedoms", "2023-08-09": "Indigenous People Day", "2023-10-10": "Day of the Maroons", "2023-11-12": "Diwali", "2023-11-25": "Independence Day", "2023-12-25": "Christmas Day", "2023-12-26": "Second Day of Christmas", "2024-01-01": "New Year's Day", "2024-02-10": "Chinese New Year", "2024-03-25": "Holi", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-10": "Eid al-Fitr", "2024-05-01": "Labor Day", "2024-06-16": "Eid al-Adha", "2024-07-01": "Day of Freedoms", "2024-08-09": "Indigenous People Day", "2024-10-10": "Day of the Maroons", "2024-10-31": "Diwali", "2024-11-25": "Independence Day", "2024-12-25": "Christmas Day", "2024-12-26": "Second Day of Christmas", "2025-01-01": "New Year's Day", "2025-01-29": "Chinese New Year", "2025-03-14": "Holi", "2025-03-31": "Eid al-Fitr", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-06-07": "Eid al-Adha", "2025-07-01": "Day of Freedoms", "2025-08-09": "Indigenous People Day", "2025-10-10": "Day of the Maroons", "2025-10-20": "Diwali", "2025-11-25": "Independence Day", "2025-12-25": "Christmas Day", "2025-12-26": "Second Day of Christmas", "2026-01-01": "New Year's Day", "2026-02-17": "Chinese New Year", "2026-03-03": "Holi", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-07-01": "Day of Freedoms", "2026-08-09": "Indigenous People Day", "2026-10-10": "Day of the Maroons", "2026-11-08": "Diwali", "2026-11-25": "Independence Day", "2026-12-25": "Christmas Day", "2026-12-26": "Second Day of Christmas", "2027-01-01": "New Year's Day", "2027-02-06": "Chinese New Year", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-22": "Holi", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-07-01": "Day of Freedoms", "2027-08-09": "Indigenous People Day", "2027-10-10": "Day of the Maroons", "2027-10-28": "Diwali", "2027-11-25": "Independence Day", "2027-12-25": "Christmas Day", "2027-12-26": "Second Day of Christmas", "2028-01-01": "New Year's Day", "2028-01-26": "Chinese New Year", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-11": "Holi", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-07-01": "Day of Freedoms", "2028-08-09": "Indigenous People Day", "2028-10-10": "Day of the Maroons", "2028-10-17": "Diwali", "2028-11-25": "Independence Day", "2028-12-25": "Christmas Day", "2028-12-26": "Second Day of Christmas", "2029-01-01": "New Year's Day", "2029-02-13": "Chinese New Year", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-28": "Holi", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labor Day", "2029-07-01": "Day of Freedoms", "2029-08-09": "Indigenous People Day", "2029-10-10": "Day of the Maroons", "2029-11-05": "Diwali", "2029-11-25": "Independence Day", "2029-12-25": "Christmas Day", "2029-12-26": "Second Day of Christmas", "2030-01-01": "New Year's Day", "2030-02-03": "Chinese New Year", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-19": "Holi", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-07-01": "Day of Freedoms", "2030-08-09": "Indigenous People Day", "2030-10-10": "Day of the Maroons", "2030-10-25": "Diwali", "2030-11-25": "Independence Day", "2030-12-25": "Christmas Day", "2030-12-26": "Second Day of Christmas", "2031-01-01": "New Year's Day", "2031-01-23": "Chinese New Year", "2031-01-24": "Eid al-Fitr (estimated)", "2031-03-09": "Holi", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-07-01": "Day of Freedoms", "2031-08-09": "Indigenous People Day", "2031-10-10": "Day of the Maroons", "2031-11-13": "Diwali", "2031-11-25": "Independence Day", "2031-12-25": "Christmas Day", "2031-12-26": "Second Day of Christmas", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-11": "Chinese New Year", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-27": "Holi", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-07-01": "Day of Freedoms", "2032-08-09": "Indigenous People Day", "2032-10-10": "Day of the Maroons", "2032-11-01": "Diwali", "2032-11-25": "Independence Day", "2032-12-25": "Christmas Day", "2032-12-26": "Second Day of Christmas", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-31": "Chinese New Year", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-16": "Holi", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-07-01": "Day of Freedoms", "2033-08-09": "Indigenous People Day", "2033-10-10": "Day of the Maroons", "2033-10-21": "Diwali", "2033-11-25": "Independence Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Second Day of Christmas", "2034-01-01": "New Year's Day", "2034-02-19": "Chinese New Year", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-05": "Holi", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-07-01": "Day of Freedoms", "2034-08-09": "Indigenous People Day", "2034-10-10": "Day of the Maroons", "2034-11-09": "Diwali", "2034-11-25": "Independence Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2034-12-26": "Second Day of Christmas", "2035-01-01": "New Year's Day", "2035-02-08": "Chinese New Year", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-23": "Good Friday", "2035-03-24": "Holi", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-07-01": "Day of Freedoms", "2035-08-09": "Indigenous People Day", "2035-10-10": "Day of the Maroons", "2035-10-29": "Diwali", "2035-11-25": "Independence Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-25": "Christmas Day", "2035-12-26": "Second Day of Christmas", "2036-01-01": "New Year's Day", "2036-01-28": "Chinese New Year", "2036-02-07": "Eid al-Adha (estimated)", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-07-01": "Day of Freedoms", "2036-08-09": "Indigenous People Day", "2036-10-10": "Day of the Maroons", "2036-11-16": "Diwali", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-25": "Independence Day", "2036-12-25": "Christmas Day", "2036-12-26": "Second Day of Christmas", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-15": "Chinese New Year", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-07-01": "Day of Freedoms", "2037-08-09": "Indigenous People Day", "2037-10-10": "Day of the Maroons", "2037-11-05": "Diwali", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-25": "Independence Day", "2037-12-25": "Christmas Day", "2037-12-26": "Second Day of Christmas", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-02-04": "Chinese New Year", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-07-01": "Day of Freedoms", "2038-08-09": "Indigenous People Day", "2038-10-10": "Day of the Maroons", "2038-10-26": "Diwali", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-25": "Independence Day", "2038-12-25": "Christmas Day", "2038-12-26": "Second Day of Christmas", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-24": "Chinese New Year", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-07-01": "Day of Freedoms", "2039-08-09": "Indigenous People Day", "2039-10-10": "Day of the Maroons", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-14": "Diwali", "2039-11-25": "Independence Day", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated); Second Day of Christmas", "2040-01-01": "New Year's Day", "2040-02-12": "Chinese New Year", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-07-01": "Day of Freedoms", "2040-08-09": "Indigenous People Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-10": "Day of the Maroons", "2040-11-03": "Diwali", "2040-11-25": "Independence Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2040-12-26": "Second Day of Christmas", "2041-01-01": "New Year's Day", "2041-02-01": "Chinese New Year", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-07-01": "Day of Freedoms", "2041-08-09": "Indigenous People Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-10": "Day of the Maroons", "2041-10-23": "Diwali", "2041-11-25": "Independence Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas Day", "2041-12-26": "Second Day of Christmas", "2042-01-01": "New Year's Day", "2042-01-22": "Chinese New Year", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-07-01": "Day of Freedoms", "2042-08-09": "Indigenous People Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-10": "Day of the Maroons", "2042-11-11": "Diwali", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-25": "Independence Day", "2042-12-25": "Christmas Day", "2042-12-26": "Second Day of Christmas", "2043-01-01": "New Year's Day", "2043-02-10": "Chinese New Year", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-07-01": "Day of Freedoms", "2043-08-09": "Indigenous People Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-10": "Day of the Maroons", "2043-10-31": "Diwali", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-25": "Independence Day", "2043-12-25": "Christmas Day", "2043-12-26": "Second Day of Christmas", "2044-01-01": "New Year's Day", "2044-01-30": "Chinese New Year", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-07-01": "Day of Freedoms", "2044-08-09": "Indigenous People Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-10": "Day of the Maroons", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-17": "Diwali", "2044-11-25": "Independence Day", "2044-12-25": "Christmas Day", "2044-12-26": "Second Day of Christmas", "2045-01-01": "New Year's Day", "2045-02-17": "Chinese New Year", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-07-01": "Day of Freedoms", "2045-08-09": "Indigenous People Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-10-10": "Day of the Maroons", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-07": "Diwali", "2045-11-25": "Independence Day", "2045-12-25": "Christmas Day", "2045-12-26": "Second Day of Christmas", "2046-01-01": "New Year's Day", "2046-02-06": "Chinese New Year", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-07-01": "Day of Freedoms", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-09": "Indigenous People Day", "2046-10-10": "Day of the Maroons; Eid al-Adha (estimated)", "2046-10-27": "Diwali", "2046-11-25": "Independence Day", "2046-12-25": "Christmas Day", "2046-12-26": "Second Day of Christmas", "2047-01-01": "New Year's Day", "2047-01-26": "Chinese New Year", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-07-01": "Day of Freedoms", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-09": "Indigenous People Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-10": "Day of the Maroons", "2047-11-15": "Diwali", "2047-11-25": "Independence Day", "2047-12-25": "Christmas Day", "2047-12-26": "Second Day of Christmas", "2048-01-01": "New Year's Day", "2048-02-14": "Chinese New Year", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-07-01": "Day of Freedoms", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-09": "Indigenous People Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-10": "Day of the Maroons", "2048-11-04": "Diwali", "2048-11-25": "Independence Day", "2048-12-25": "Christmas Day", "2048-12-26": "Second Day of Christmas", "2049-01-01": "New Year's Day", "2049-02-02": "Chinese New Year", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-07-01": "Day of Freedoms; Eid al-Fitr (estimated)", "2049-08-09": "Indigenous People Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-10": "Day of the Maroons", "2049-10-25": "Diwali", "2049-11-25": "Independence Day", "2049-12-25": "Christmas Day", "2049-12-26": "Second Day of Christmas", "2050-01-01": "New Year's Day", "2050-01-23": "Chinese New Year", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-07-01": "Day of Freedoms", "2050-08-09": "Indigenous People Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-10-10": "Day of the Maroons", "2050-11-12": "Diwali", "2050-11-25": "Independence Day", "2050-12-25": "Christmas Day", "2050-12-26": "Second Day of Christmas" } holidays-0.71/snapshots/countries/SV_AH.json000066400000000000000000000672171500152103600211130ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_CA.json000066400000000000000000000672171500152103600211060ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_CH.json000066400000000000000000000672171500152103600211150ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_COMMON.json000066400000000000000000000672171500152103600216130ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_CU.json000066400000000000000000000672171500152103600211320ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_LI.json000066400000000000000000000672171500152103600211270ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_MO.json000066400000000000000000000672171500152103600211360ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_PA.json000066400000000000000000000672171500152103600211230ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_SA.json000066400000000000000000000672171500152103600211260ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_SM.json000066400000000000000000000672171500152103600211420ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_SO.json000066400000000000000000000672171500152103600211440ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_SS.json000066400000000000000000001043031500152103600211340ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-03": "Feast of San Salvador", "1973-08-05": "Feast of San Salvador", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-03": "Feast of San Salvador", "1974-08-05": "Feast of San Salvador", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-03": "Feast of San Salvador", "1975-08-05": "Feast of San Salvador", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-03": "Feast of San Salvador", "1976-08-05": "Feast of San Salvador", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-03": "Feast of San Salvador", "1977-08-05": "Feast of San Salvador", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-03": "Feast of San Salvador", "1978-08-05": "Feast of San Salvador", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-03": "Feast of San Salvador", "1979-08-05": "Feast of San Salvador", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-03": "Feast of San Salvador", "1980-08-05": "Feast of San Salvador", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-03": "Feast of San Salvador", "1981-08-05": "Feast of San Salvador", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-03": "Feast of San Salvador", "1982-08-05": "Feast of San Salvador", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-03": "Feast of San Salvador", "1983-08-05": "Feast of San Salvador", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-03": "Feast of San Salvador", "1984-08-05": "Feast of San Salvador", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-03": "Feast of San Salvador", "1985-08-05": "Feast of San Salvador", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-03": "Feast of San Salvador", "1986-08-05": "Feast of San Salvador", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-03": "Feast of San Salvador", "1987-08-05": "Feast of San Salvador", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-03": "Feast of San Salvador", "1988-08-05": "Feast of San Salvador", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-03": "Feast of San Salvador", "1989-08-05": "Feast of San Salvador", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-03": "Feast of San Salvador", "1990-08-05": "Feast of San Salvador", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-03": "Feast of San Salvador", "1991-08-05": "Feast of San Salvador", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-03": "Feast of San Salvador", "1992-08-05": "Feast of San Salvador", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-03": "Feast of San Salvador", "1993-08-05": "Feast of San Salvador", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-03": "Feast of San Salvador", "1994-08-05": "Feast of San Salvador", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-03": "Feast of San Salvador", "1995-08-05": "Feast of San Salvador", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-03": "Feast of San Salvador", "1996-08-05": "Feast of San Salvador", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-03": "Feast of San Salvador", "1997-08-05": "Feast of San Salvador", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-03": "Feast of San Salvador", "1998-08-05": "Feast of San Salvador", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-03": "Feast of San Salvador", "1999-08-05": "Feast of San Salvador", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-03": "Feast of San Salvador", "2000-08-05": "Feast of San Salvador", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-03": "Feast of San Salvador", "2001-08-05": "Feast of San Salvador", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-03": "Feast of San Salvador", "2002-08-05": "Feast of San Salvador", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-03": "Feast of San Salvador", "2003-08-05": "Feast of San Salvador", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-03": "Feast of San Salvador", "2004-08-05": "Feast of San Salvador", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-03": "Feast of San Salvador", "2005-08-05": "Feast of San Salvador", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-03": "Feast of San Salvador", "2006-08-05": "Feast of San Salvador", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-03": "Feast of San Salvador", "2007-08-05": "Feast of San Salvador", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-03": "Feast of San Salvador", "2008-08-05": "Feast of San Salvador", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-03": "Feast of San Salvador", "2009-08-05": "Feast of San Salvador", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-03": "Feast of San Salvador", "2010-08-05": "Feast of San Salvador", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-03": "Feast of San Salvador", "2011-08-05": "Feast of San Salvador", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-03": "Feast of San Salvador", "2012-08-05": "Feast of San Salvador", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-03": "Feast of San Salvador", "2013-08-05": "Feast of San Salvador", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-03": "Feast of San Salvador", "2014-08-05": "Feast of San Salvador", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-03": "Feast of San Salvador", "2015-08-05": "Feast of San Salvador", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-03": "Feast of San Salvador", "2016-08-05": "Feast of San Salvador", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-03": "Feast of San Salvador", "2017-08-05": "Feast of San Salvador", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-03": "Feast of San Salvador", "2018-08-05": "Feast of San Salvador", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-03": "Feast of San Salvador", "2019-08-05": "Feast of San Salvador", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-03": "Feast of San Salvador", "2020-08-05": "Feast of San Salvador", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-03": "Feast of San Salvador", "2021-08-05": "Feast of San Salvador", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-03": "Feast of San Salvador", "2022-08-05": "Feast of San Salvador", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-03": "Feast of San Salvador", "2023-08-05": "Feast of San Salvador", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-03": "Feast of San Salvador", "2024-08-05": "Feast of San Salvador", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-03": "Feast of San Salvador", "2025-08-05": "Feast of San Salvador", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-03": "Feast of San Salvador", "2026-08-05": "Feast of San Salvador", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-03": "Feast of San Salvador", "2027-08-05": "Feast of San Salvador", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-03": "Feast of San Salvador", "2028-08-05": "Feast of San Salvador", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-03": "Feast of San Salvador", "2029-08-05": "Feast of San Salvador", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-03": "Feast of San Salvador", "2030-08-05": "Feast of San Salvador", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-03": "Feast of San Salvador", "2031-08-05": "Feast of San Salvador", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-03": "Feast of San Salvador", "2032-08-05": "Feast of San Salvador", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-03": "Feast of San Salvador", "2033-08-05": "Feast of San Salvador", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-03": "Feast of San Salvador", "2034-08-05": "Feast of San Salvador", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-03": "Feast of San Salvador", "2035-08-05": "Feast of San Salvador", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-03": "Feast of San Salvador", "2036-08-05": "Feast of San Salvador", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-03": "Feast of San Salvador", "2037-08-05": "Feast of San Salvador", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-03": "Feast of San Salvador", "2038-08-05": "Feast of San Salvador", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-03": "Feast of San Salvador", "2039-08-05": "Feast of San Salvador", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-03": "Feast of San Salvador", "2040-08-05": "Feast of San Salvador", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-03": "Feast of San Salvador", "2041-08-05": "Feast of San Salvador", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-03": "Feast of San Salvador", "2042-08-05": "Feast of San Salvador", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-03": "Feast of San Salvador", "2043-08-05": "Feast of San Salvador", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-03": "Feast of San Salvador", "2044-08-05": "Feast of San Salvador", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-03": "Feast of San Salvador", "2045-08-05": "Feast of San Salvador", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-03": "Feast of San Salvador", "2046-08-05": "Feast of San Salvador", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-03": "Feast of San Salvador", "2047-08-05": "Feast of San Salvador", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-03": "Feast of San Salvador", "2048-08-05": "Feast of San Salvador", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-03": "Feast of San Salvador", "2049-08-05": "Feast of San Salvador", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-03": "Feast of San Salvador", "2050-08-05": "Feast of San Salvador", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_SV.json000066400000000000000000000672171500152103600211530ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_UN.json000066400000000000000000000672171500152103600211450ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SV_US.json000066400000000000000000000672171500152103600211520ustar00rootroot00000000000000{ "1973-01-01": "New Year's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-05-01": "Labor Day", "1973-08-06": "Celebrations of San Salvador", "1973-09-15": "Independence Day", "1973-11-02": "All Souls' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-05-01": "Labor Day", "1974-08-06": "Celebrations of San Salvador", "1974-09-15": "Independence Day", "1974-11-02": "All Souls' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-05-01": "Labor Day", "1975-08-06": "Celebrations of San Salvador", "1975-09-15": "Independence Day", "1975-11-02": "All Souls' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-05-01": "Labor Day", "1976-08-06": "Celebrations of San Salvador", "1976-09-15": "Independence Day", "1976-11-02": "All Souls' Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-05-01": "Labor Day", "1977-08-06": "Celebrations of San Salvador", "1977-09-15": "Independence Day", "1977-11-02": "All Souls' Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-05-01": "Labor Day", "1978-08-06": "Celebrations of San Salvador", "1978-09-15": "Independence Day", "1978-11-02": "All Souls' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-05-01": "Labor Day", "1979-08-06": "Celebrations of San Salvador", "1979-09-15": "Independence Day", "1979-11-02": "All Souls' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-05-01": "Labor Day", "1980-08-06": "Celebrations of San Salvador", "1980-09-15": "Independence Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-05-01": "Labor Day", "1981-08-06": "Celebrations of San Salvador", "1981-09-15": "Independence Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-05-01": "Labor Day", "1982-08-06": "Celebrations of San Salvador", "1982-09-15": "Independence Day", "1982-11-02": "All Souls' Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-05-01": "Labor Day", "1983-08-06": "Celebrations of San Salvador", "1983-09-15": "Independence Day", "1983-11-02": "All Souls' Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-05-01": "Labor Day", "1984-08-06": "Celebrations of San Salvador", "1984-09-15": "Independence Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-05-01": "Labor Day", "1985-08-06": "Celebrations of San Salvador", "1985-09-15": "Independence Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-05-01": "Labor Day", "1986-08-06": "Celebrations of San Salvador", "1986-09-15": "Independence Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-05-01": "Labor Day", "1987-08-06": "Celebrations of San Salvador", "1987-09-15": "Independence Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-05-01": "Labor Day", "1988-08-06": "Celebrations of San Salvador", "1988-09-15": "Independence Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-05-01": "Labor Day", "1989-08-06": "Celebrations of San Salvador", "1989-09-15": "Independence Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-05-01": "Labor Day", "1990-08-06": "Celebrations of San Salvador", "1990-09-15": "Independence Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-05-01": "Labor Day", "1991-08-06": "Celebrations of San Salvador", "1991-09-15": "Independence Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-05-01": "Labor Day", "1992-08-06": "Celebrations of San Salvador", "1992-09-15": "Independence Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-05-01": "Labor Day", "1993-08-06": "Celebrations of San Salvador", "1993-09-15": "Independence Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-05-01": "Labor Day", "1994-08-06": "Celebrations of San Salvador", "1994-09-15": "Independence Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-05-01": "Labor Day", "1995-08-06": "Celebrations of San Salvador", "1995-09-15": "Independence Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-05-01": "Labor Day", "1996-08-06": "Celebrations of San Salvador", "1996-09-15": "Independence Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-05-01": "Labor Day", "1997-08-06": "Celebrations of San Salvador", "1997-09-15": "Independence Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-05-01": "Labor Day", "1998-08-06": "Celebrations of San Salvador", "1998-09-15": "Independence Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-05-01": "Labor Day", "1999-08-06": "Celebrations of San Salvador", "1999-09-15": "Independence Day", "1999-11-02": "All Souls' Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-05-01": "Labor Day", "2000-08-06": "Celebrations of San Salvador", "2000-09-15": "Independence Day", "2000-11-02": "All Souls' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-05-01": "Labor Day", "2001-08-06": "Celebrations of San Salvador", "2001-09-15": "Independence Day", "2001-11-02": "All Souls' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-05-01": "Labor Day", "2002-08-06": "Celebrations of San Salvador", "2002-09-15": "Independence Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-05-01": "Labor Day", "2003-08-06": "Celebrations of San Salvador", "2003-09-15": "Independence Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-05-01": "Labor Day", "2004-08-06": "Celebrations of San Salvador", "2004-09-15": "Independence Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-05-01": "Labor Day", "2005-08-06": "Celebrations of San Salvador", "2005-09-15": "Independence Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-05-01": "Labor Day", "2006-08-06": "Celebrations of San Salvador", "2006-09-15": "Independence Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-05-01": "Labor Day", "2007-08-06": "Celebrations of San Salvador", "2007-09-15": "Independence Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-05-01": "Labor Day", "2008-08-06": "Celebrations of San Salvador", "2008-09-15": "Independence Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-05-01": "Labor Day", "2009-08-06": "Celebrations of San Salvador", "2009-09-15": "Independence Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-05-01": "Labor Day", "2010-08-06": "Celebrations of San Salvador", "2010-09-15": "Independence Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-05-01": "Labor Day", "2011-08-06": "Celebrations of San Salvador", "2011-09-15": "Independence Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-05-01": "Labor Day", "2012-08-06": "Celebrations of San Salvador", "2012-09-15": "Independence Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-05-01": "Labor Day", "2013-06-17": "Father's Day", "2013-08-06": "Celebrations of San Salvador", "2013-09-15": "Independence Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-05-01": "Labor Day", "2014-06-17": "Father's Day", "2014-08-06": "Celebrations of San Salvador", "2014-09-15": "Independence Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-05-01": "Labor Day", "2015-06-17": "Father's Day", "2015-08-06": "Celebrations of San Salvador", "2015-09-15": "Independence Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-05-01": "Labor Day", "2016-05-10": "Mother's Day", "2016-06-17": "Father's Day", "2016-08-06": "Celebrations of San Salvador", "2016-09-15": "Independence Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-05-01": "Labor Day", "2017-05-10": "Mother's Day", "2017-06-17": "Father's Day", "2017-08-06": "Celebrations of San Salvador", "2017-09-15": "Independence Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-05-01": "Labor Day", "2018-05-10": "Mother's Day", "2018-06-17": "Father's Day", "2018-08-06": "Celebrations of San Salvador", "2018-09-15": "Independence Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-05-01": "Labor Day", "2019-05-10": "Mother's Day", "2019-06-17": "Father's Day", "2019-08-06": "Celebrations of San Salvador", "2019-09-15": "Independence Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-05-01": "Labor Day", "2020-05-10": "Mother's Day", "2020-06-17": "Father's Day", "2020-08-06": "Celebrations of San Salvador", "2020-09-15": "Independence Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-05-01": "Labor Day", "2021-05-10": "Mother's Day", "2021-06-17": "Father's Day", "2021-08-06": "Celebrations of San Salvador", "2021-09-15": "Independence Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-05-01": "Labor Day", "2022-05-10": "Mother's Day", "2022-06-17": "Father's Day", "2022-08-06": "Celebrations of San Salvador", "2022-09-15": "Independence Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-05-01": "Labor Day", "2023-05-10": "Mother's Day", "2023-06-17": "Father's Day", "2023-08-06": "Celebrations of San Salvador", "2023-09-15": "Independence Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-05-01": "Labor Day", "2024-05-10": "Mother's Day", "2024-06-17": "Father's Day", "2024-08-06": "Celebrations of San Salvador", "2024-09-15": "Independence Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-05-01": "Labor Day", "2025-05-10": "Mother's Day", "2025-06-17": "Father's Day", "2025-08-06": "Celebrations of San Salvador", "2025-09-15": "Independence Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-05-01": "Labor Day", "2026-05-10": "Mother's Day", "2026-06-17": "Father's Day", "2026-08-06": "Celebrations of San Salvador", "2026-09-15": "Independence Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-05-01": "Labor Day", "2027-05-10": "Mother's Day", "2027-06-17": "Father's Day", "2027-08-06": "Celebrations of San Salvador", "2027-09-15": "Independence Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-05-01": "Labor Day", "2028-05-10": "Mother's Day", "2028-06-17": "Father's Day", "2028-08-06": "Celebrations of San Salvador", "2028-09-15": "Independence Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-05-01": "Labor Day", "2029-05-10": "Mother's Day", "2029-06-17": "Father's Day", "2029-08-06": "Celebrations of San Salvador", "2029-09-15": "Independence Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-05-01": "Labor Day", "2030-05-10": "Mother's Day", "2030-06-17": "Father's Day", "2030-08-06": "Celebrations of San Salvador", "2030-09-15": "Independence Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-05-01": "Labor Day", "2031-05-10": "Mother's Day", "2031-06-17": "Father's Day", "2031-08-06": "Celebrations of San Salvador", "2031-09-15": "Independence Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-05-01": "Labor Day", "2032-05-10": "Mother's Day", "2032-06-17": "Father's Day", "2032-08-06": "Celebrations of San Salvador", "2032-09-15": "Independence Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-05-01": "Labor Day", "2033-05-10": "Mother's Day", "2033-06-17": "Father's Day", "2033-08-06": "Celebrations of San Salvador", "2033-09-15": "Independence Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-05-01": "Labor Day", "2034-05-10": "Mother's Day", "2034-06-17": "Father's Day", "2034-08-06": "Celebrations of San Salvador", "2034-09-15": "Independence Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-05-01": "Labor Day", "2035-05-10": "Mother's Day", "2035-06-17": "Father's Day", "2035-08-06": "Celebrations of San Salvador", "2035-09-15": "Independence Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-05-01": "Labor Day", "2036-05-10": "Mother's Day", "2036-06-17": "Father's Day", "2036-08-06": "Celebrations of San Salvador", "2036-09-15": "Independence Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-05-01": "Labor Day", "2037-05-10": "Mother's Day", "2037-06-17": "Father's Day", "2037-08-06": "Celebrations of San Salvador", "2037-09-15": "Independence Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-05-01": "Labor Day", "2038-05-10": "Mother's Day", "2038-06-17": "Father's Day", "2038-08-06": "Celebrations of San Salvador", "2038-09-15": "Independence Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-05-01": "Labor Day", "2039-05-10": "Mother's Day", "2039-06-17": "Father's Day", "2039-08-06": "Celebrations of San Salvador", "2039-09-15": "Independence Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-05-01": "Labor Day", "2040-05-10": "Mother's Day", "2040-06-17": "Father's Day", "2040-08-06": "Celebrations of San Salvador", "2040-09-15": "Independence Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-05-01": "Labor Day", "2041-05-10": "Mother's Day", "2041-06-17": "Father's Day", "2041-08-06": "Celebrations of San Salvador", "2041-09-15": "Independence Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-05-01": "Labor Day", "2042-05-10": "Mother's Day", "2042-06-17": "Father's Day", "2042-08-06": "Celebrations of San Salvador", "2042-09-15": "Independence Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-05-01": "Labor Day", "2043-05-10": "Mother's Day", "2043-06-17": "Father's Day", "2043-08-06": "Celebrations of San Salvador", "2043-09-15": "Independence Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-05-01": "Labor Day", "2044-05-10": "Mother's Day", "2044-06-17": "Father's Day", "2044-08-06": "Celebrations of San Salvador", "2044-09-15": "Independence Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-05-01": "Labor Day", "2045-05-10": "Mother's Day", "2045-06-17": "Father's Day", "2045-08-06": "Celebrations of San Salvador", "2045-09-15": "Independence Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-05-01": "Labor Day", "2046-05-10": "Mother's Day", "2046-06-17": "Father's Day", "2046-08-06": "Celebrations of San Salvador", "2046-09-15": "Independence Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-05-01": "Labor Day", "2047-05-10": "Mother's Day", "2047-06-17": "Father's Day", "2047-08-06": "Celebrations of San Salvador", "2047-09-15": "Independence Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-05-01": "Labor Day", "2048-05-10": "Mother's Day", "2048-06-17": "Father's Day", "2048-08-06": "Celebrations of San Salvador", "2048-09-15": "Independence Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-05-01": "Labor Day", "2049-05-10": "Mother's Day", "2049-06-17": "Father's Day", "2049-08-06": "Celebrations of San Salvador", "2049-09-15": "Independence Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-05-01": "Labor Day", "2050-05-10": "Mother's Day", "2050-06-17": "Father's Day", "2050-08-06": "Celebrations of San Salvador", "2050-09-15": "Independence Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/SZ_COMMON.json000066400000000000000000001136331500152103600216110ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-01": "Worker's Day", "1950-05-18": "Ascension Day", "1950-09-06": "Independence Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-01": "Worker's Day", "1951-05-03": "Ascension Day", "1951-09-06": "Independence Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-01": "Worker's Day", "1952-05-22": "Ascension Day", "1952-09-06": "Independence Day", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-01": "Worker's Day", "1953-05-14": "Ascension Day", "1953-09-06": "Independence Day", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-01": "Worker's Day", "1954-05-27": "Ascension Day", "1954-09-06": "Independence Day", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-01": "Worker's Day", "1955-05-19": "Ascension Day", "1955-09-06": "Independence Day", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-05-01": "Worker's Day", "1956-05-10": "Ascension Day", "1956-09-06": "Independence Day", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-01": "Worker's Day", "1957-05-30": "Ascension Day", "1957-09-06": "Independence Day", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-01": "Worker's Day", "1958-05-15": "Ascension Day", "1958-09-06": "Independence Day", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-05-01": "Worker's Day", "1959-05-07": "Ascension Day", "1959-09-06": "Independence Day", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-01": "Worker's Day", "1960-05-26": "Ascension Day", "1960-09-06": "Independence Day", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-05-01": "Worker's Day", "1961-05-11": "Ascension Day", "1961-09-06": "Independence Day", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-01": "Worker's Day", "1962-05-31": "Ascension Day", "1962-09-06": "Independence Day", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-01": "Worker's Day", "1963-05-23": "Ascension Day", "1963-09-06": "Independence Day", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-05-01": "Worker's Day", "1964-05-07": "Ascension Day", "1964-09-06": "Independence Day", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-01": "Worker's Day", "1965-05-27": "Ascension Day", "1965-09-06": "Independence Day", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1966-01-01": "New Year's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-01": "Worker's Day", "1966-05-19": "Ascension Day", "1966-09-06": "Independence Day", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-05-01": "Worker's Day", "1967-05-04": "Ascension Day", "1967-09-06": "Independence Day", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-01": "Worker's Day", "1968-05-23": "Ascension Day", "1968-09-06": "Independence Day", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-04-25": "National Flag Day", "1969-05-01": "Worker's Day", "1969-05-15": "Ascension Day", "1969-09-06": "Independence Day", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-25": "National Flag Day", "1970-05-01": "Worker's Day", "1970-05-07": "Ascension Day", "1970-09-06": "Independence Day", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-04-25": "National Flag Day", "1971-05-01": "Worker's Day", "1971-05-20": "Ascension Day", "1971-09-06": "Independence Day", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-25": "National Flag Day", "1972-05-01": "Worker's Day", "1972-05-11": "Ascension Day", "1972-09-06": "Independence Day", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-04-25": "National Flag Day", "1973-05-01": "Worker's Day", "1973-05-31": "Ascension Day", "1973-09-06": "Independence Day", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-04-25": "National Flag Day", "1974-05-01": "Worker's Day", "1974-05-23": "Ascension Day", "1974-09-06": "Independence Day", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-04-25": "National Flag Day", "1975-05-01": "Worker's Day", "1975-05-08": "Ascension Day", "1975-09-06": "Independence Day", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-04-25": "National Flag Day", "1976-05-01": "Worker's Day", "1976-05-27": "Ascension Day", "1976-09-06": "Independence Day", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-04-25": "National Flag Day", "1977-05-01": "Worker's Day", "1977-05-19": "Ascension Day", "1977-09-06": "Independence Day", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-04-25": "National Flag Day", "1978-05-01": "Worker's Day", "1978-05-04": "Ascension Day", "1978-09-06": "Independence Day", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-04-25": "National Flag Day", "1979-05-01": "Worker's Day", "1979-05-24": "Ascension Day", "1979-09-06": "Independence Day", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-04-25": "National Flag Day", "1980-05-01": "Worker's Day", "1980-05-15": "Ascension Day", "1980-09-06": "Independence Day", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-04-25": "National Flag Day", "1981-05-01": "Worker's Day", "1981-05-28": "Ascension Day", "1981-09-06": "Independence Day", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-04-25": "National Flag Day", "1982-05-01": "Worker's Day", "1982-05-20": "Ascension Day", "1982-09-06": "Independence Day", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-04-25": "National Flag Day", "1983-05-01": "Worker's Day", "1983-05-12": "Ascension Day", "1983-07-22": "Birthday of Late King Sobhuza", "1983-09-06": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1984-01-01": "New Year's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-04-25": "National Flag Day", "1984-05-01": "Worker's Day", "1984-05-31": "Ascension Day", "1984-07-22": "Birthday of Late King Sobhuza", "1984-09-06": "Independence Day", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-04-25": "National Flag Day", "1985-05-01": "Worker's Day", "1985-05-16": "Ascension Day", "1985-07-22": "Birthday of Late King Sobhuza", "1985-09-06": "Independence Day", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-04-25": "National Flag Day", "1986-05-01": "Worker's Day", "1986-05-08": "Ascension Day", "1986-07-22": "Birthday of Late King Sobhuza", "1986-09-06": "Independence Day", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-04-17": "Good Friday", "1987-04-19": "King's Birthday", "1987-04-20": "Easter Monday", "1987-04-25": "National Flag Day", "1987-05-01": "Worker's Day", "1987-05-28": "Ascension Day", "1987-07-22": "Birthday of Late King Sobhuza", "1987-09-06": "Independence Day", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-04-19": "King's Birthday", "1988-04-25": "National Flag Day", "1988-05-01": "Worker's Day", "1988-05-12": "Ascension Day", "1988-07-22": "Birthday of Late King Sobhuza", "1988-09-06": "Independence Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-19": "King's Birthday", "1989-04-25": "National Flag Day", "1989-05-01": "Worker's Day", "1989-05-04": "Ascension Day", "1989-07-22": "Birthday of Late King Sobhuza", "1989-09-06": "Independence Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-19": "King's Birthday", "1990-04-25": "National Flag Day", "1990-05-01": "Worker's Day", "1990-05-24": "Ascension Day", "1990-07-22": "Birthday of Late King Sobhuza", "1990-09-06": "Independence Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-19": "King's Birthday", "1991-04-25": "National Flag Day", "1991-05-01": "Worker's Day", "1991-05-09": "Ascension Day", "1991-07-22": "Birthday of Late King Sobhuza", "1991-09-06": "Independence Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-19": "King's Birthday", "1992-04-20": "Easter Monday", "1992-04-25": "National Flag Day", "1992-05-01": "Worker's Day", "1992-05-28": "Ascension Day", "1992-07-22": "Birthday of Late King Sobhuza", "1992-09-06": "Independence Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-19": "King's Birthday", "1993-04-25": "National Flag Day", "1993-05-01": "Worker's Day", "1993-05-20": "Ascension Day", "1993-07-22": "Birthday of Late King Sobhuza", "1993-09-06": "Independence Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-19": "King's Birthday", "1994-04-25": "National Flag Day", "1994-05-01": "Worker's Day", "1994-05-12": "Ascension Day", "1994-07-22": "Birthday of Late King Sobhuza", "1994-09-06": "Independence Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1995-01-01": "New Year's Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-19": "King's Birthday", "1995-04-25": "National Flag Day", "1995-05-01": "Worker's Day", "1995-05-25": "Ascension Day", "1995-07-22": "Birthday of Late King Sobhuza", "1995-09-06": "Independence Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-19": "King's Birthday", "1996-04-25": "National Flag Day", "1996-05-01": "Worker's Day", "1996-05-16": "Ascension Day", "1996-07-22": "Birthday of Late King Sobhuza", "1996-09-06": "Independence Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-19": "King's Birthday", "1997-04-25": "National Flag Day", "1997-05-01": "Worker's Day", "1997-05-08": "Ascension Day", "1997-07-22": "Birthday of Late King Sobhuza", "1997-09-06": "Independence Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-19": "King's Birthday", "1998-04-25": "National Flag Day", "1998-05-01": "Worker's Day", "1998-05-21": "Ascension Day", "1998-07-22": "Birthday of Late King Sobhuza", "1998-09-06": "Independence Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-19": "King's Birthday", "1999-04-25": "National Flag Day", "1999-05-01": "Worker's Day", "1999-05-13": "Ascension Day", "1999-07-22": "Birthday of Late King Sobhuza", "1999-09-06": "Independence Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-31": "Y2K changeover", "2000-01-01": "New Year's Day", "2000-01-03": "Y2K changeover", "2000-04-19": "King's Birthday", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "National Flag Day", "2000-05-01": "Worker's Day", "2000-06-01": "Ascension Day", "2000-07-22": "Birthday of Late King Sobhuza", "2000-09-06": "Independence Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-19": "King's Birthday", "2001-04-25": "National Flag Day", "2001-05-01": "Worker's Day", "2001-05-24": "Ascension Day", "2001-07-22": "Birthday of Late King Sobhuza", "2001-09-06": "Independence Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-19": "King's Birthday", "2002-04-25": "National Flag Day", "2002-05-01": "Worker's Day", "2002-05-09": "Ascension Day", "2002-07-22": "Birthday of Late King Sobhuza", "2002-09-06": "Independence Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "King's Birthday", "2003-04-21": "Easter Monday", "2003-04-25": "National Flag Day", "2003-05-01": "Worker's Day", "2003-05-29": "Ascension Day", "2003-07-22": "Birthday of Late King Sobhuza", "2003-09-06": "Independence Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-19": "King's Birthday", "2004-04-25": "National Flag Day", "2004-05-01": "Worker's Day", "2004-05-20": "Ascension Day", "2004-07-22": "Birthday of Late King Sobhuza", "2004-09-06": "Independence Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-19": "King's Birthday", "2005-04-25": "National Flag Day", "2005-05-01": "Worker's Day", "2005-05-05": "Ascension Day", "2005-07-22": "Birthday of Late King Sobhuza", "2005-09-06": "Independence Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-19": "King's Birthday", "2006-04-25": "National Flag Day", "2006-05-01": "Worker's Day", "2006-05-25": "Ascension Day", "2006-07-22": "Birthday of Late King Sobhuza", "2006-09-06": "Independence Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-19": "King's Birthday", "2007-04-25": "National Flag Day", "2007-05-01": "Worker's Day", "2007-05-17": "Ascension Day", "2007-07-22": "Birthday of Late King Sobhuza", "2007-09-06": "Independence Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-19": "King's Birthday", "2008-04-25": "National Flag Day", "2008-05-01": "Ascension Day; Worker's Day", "2008-07-22": "Birthday of Late King Sobhuza", "2008-09-06": "Independence Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-19": "King's Birthday", "2009-04-25": "National Flag Day", "2009-05-01": "Worker's Day", "2009-05-21": "Ascension Day", "2009-07-22": "Birthday of Late King Sobhuza", "2009-09-06": "Independence Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-19": "King's Birthday", "2010-04-25": "National Flag Day", "2010-05-01": "Worker's Day", "2010-05-13": "Ascension Day", "2010-07-22": "Birthday of Late King Sobhuza", "2010-09-06": "Independence Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2011-01-01": "New Year's Day", "2011-04-19": "King's Birthday", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday; National Flag Day", "2011-05-01": "Worker's Day", "2011-06-02": "Ascension Day", "2011-07-22": "Birthday of Late King Sobhuza", "2011-09-06": "Independence Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-19": "King's Birthday", "2012-04-25": "National Flag Day", "2012-05-01": "Worker's Day", "2012-05-17": "Ascension Day", "2012-07-22": "Birthday of Late King Sobhuza", "2012-09-06": "Independence Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-19": "King's Birthday", "2013-04-25": "National Flag Day", "2013-05-01": "Worker's Day", "2013-05-09": "Ascension Day", "2013-07-22": "Birthday of Late King Sobhuza", "2013-09-06": "Independence Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "King's Birthday", "2014-04-21": "Easter Monday", "2014-04-25": "National Flag Day", "2014-05-01": "Worker's Day", "2014-05-29": "Ascension Day", "2014-07-22": "Birthday of Late King Sobhuza", "2014-09-06": "Independence Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-19": "King's Birthday", "2015-04-25": "National Flag Day", "2015-05-01": "Worker's Day", "2015-05-14": "Ascension Day", "2015-07-22": "Birthday of Late King Sobhuza", "2015-09-06": "Independence Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-19": "King's Birthday", "2016-04-25": "National Flag Day", "2016-05-01": "Worker's Day", "2016-05-05": "Ascension Day", "2016-07-22": "Birthday of Late King Sobhuza", "2016-09-06": "Independence Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-19": "King's Birthday", "2017-04-25": "National Flag Day", "2017-05-01": "Worker's Day", "2017-05-25": "Ascension Day", "2017-07-22": "Birthday of Late King Sobhuza", "2017-09-06": "Independence Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-19": "King's Birthday", "2018-04-25": "National Flag Day", "2018-05-01": "Worker's Day", "2018-05-10": "Ascension Day", "2018-07-22": "Birthday of Late King Sobhuza", "2018-09-06": "Independence Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday; King's Birthday", "2019-04-22": "Easter Monday", "2019-04-25": "National Flag Day", "2019-05-01": "Worker's Day", "2019-05-30": "Ascension Day", "2019-07-22": "Birthday of Late King Sobhuza", "2019-09-06": "Independence Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-19": "King's Birthday", "2020-04-25": "National Flag Day", "2020-05-01": "Worker's Day", "2020-05-21": "Ascension Day", "2020-07-22": "Birthday of Late King Sobhuza", "2020-09-06": "Independence Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-19": "King's Birthday", "2021-04-25": "National Flag Day", "2021-04-26": "National Flag Day (observed)", "2021-05-01": "Worker's Day", "2021-05-13": "Ascension Day", "2021-07-22": "Birthday of Late King Sobhuza", "2021-09-06": "Independence Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-19": "King's Birthday", "2022-04-25": "National Flag Day", "2022-05-01": "Worker's Day", "2022-05-02": "Worker's Day (observed)", "2022-05-26": "Ascension Day", "2022-07-22": "Birthday of Late King Sobhuza", "2022-09-06": "Independence Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-19": "King's Birthday", "2023-04-25": "National Flag Day", "2023-05-01": "Worker's Day", "2023-05-18": "Ascension Day", "2023-07-22": "Birthday of Late King Sobhuza", "2023-09-06": "Independence Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-19": "King's Birthday", "2024-04-25": "National Flag Day", "2024-05-01": "Worker's Day", "2024-05-09": "Ascension Day", "2024-07-22": "Birthday of Late King Sobhuza", "2024-09-06": "Independence Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "King's Birthday", "2025-04-21": "Easter Monday", "2025-04-25": "National Flag Day", "2025-05-01": "Worker's Day", "2025-05-29": "Ascension Day", "2025-07-22": "Birthday of Late King Sobhuza", "2025-09-06": "Independence Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-19": "King's Birthday", "2026-04-20": "King's Birthday (observed)", "2026-04-25": "National Flag Day", "2026-05-01": "Worker's Day", "2026-05-14": "Ascension Day", "2026-07-22": "Birthday of Late King Sobhuza", "2026-09-06": "Independence Day", "2026-09-07": "Independence Day (observed)", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-19": "King's Birthday", "2027-04-25": "National Flag Day", "2027-04-26": "National Flag Day (observed)", "2027-05-01": "Worker's Day", "2027-05-06": "Ascension Day", "2027-07-22": "Birthday of Late King Sobhuza", "2027-09-06": "Independence Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-19": "King's Birthday", "2028-04-25": "National Flag Day", "2028-05-01": "Worker's Day", "2028-05-25": "Ascension Day", "2028-07-22": "Birthday of Late King Sobhuza", "2028-09-06": "Independence Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-19": "King's Birthday", "2029-04-25": "National Flag Day", "2029-05-01": "Worker's Day", "2029-05-10": "Ascension Day", "2029-07-22": "Birthday of Late King Sobhuza", "2029-07-23": "Birthday of Late King Sobhuza (observed)", "2029-09-06": "Independence Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday; King's Birthday", "2030-04-22": "Easter Monday", "2030-04-25": "National Flag Day", "2030-05-01": "Worker's Day", "2030-05-30": "Ascension Day", "2030-07-22": "Birthday of Late King Sobhuza", "2030-09-06": "Independence Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-19": "King's Birthday", "2031-04-25": "National Flag Day", "2031-05-01": "Worker's Day", "2031-05-22": "Ascension Day", "2031-07-22": "Birthday of Late King Sobhuza", "2031-09-06": "Independence Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-19": "King's Birthday", "2032-04-25": "National Flag Day", "2032-04-26": "National Flag Day (observed)", "2032-05-01": "Worker's Day", "2032-05-06": "Ascension Day", "2032-07-22": "Birthday of Late King Sobhuza", "2032-09-06": "Independence Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-19": "King's Birthday", "2033-04-25": "National Flag Day", "2033-05-01": "Worker's Day", "2033-05-02": "Worker's Day (observed)", "2033-05-26": "Ascension Day", "2033-07-22": "Birthday of Late King Sobhuza", "2033-09-06": "Independence Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-19": "King's Birthday", "2034-04-25": "National Flag Day", "2034-05-01": "Worker's Day", "2034-05-18": "Ascension Day", "2034-07-22": "Birthday of Late King Sobhuza", "2034-09-06": "Independence Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-19": "King's Birthday", "2035-04-25": "National Flag Day", "2035-05-01": "Worker's Day", "2035-05-03": "Ascension Day", "2035-07-22": "Birthday of Late King Sobhuza", "2035-07-23": "Birthday of Late King Sobhuza (observed)", "2035-09-06": "Independence Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-19": "King's Birthday", "2036-04-25": "National Flag Day", "2036-05-01": "Worker's Day", "2036-05-22": "Ascension Day", "2036-07-22": "Birthday of Late King Sobhuza", "2036-09-06": "Independence Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-19": "King's Birthday", "2037-04-20": "King's Birthday (observed)", "2037-04-25": "National Flag Day", "2037-05-01": "Worker's Day", "2037-05-14": "Ascension Day", "2037-07-22": "Birthday of Late King Sobhuza", "2037-09-06": "Independence Day", "2037-09-07": "Independence Day (observed)", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-04-19": "King's Birthday", "2038-04-23": "Good Friday", "2038-04-25": "National Flag Day", "2038-04-26": "Easter Monday", "2038-04-27": "National Flag Day (observed)", "2038-05-01": "Worker's Day", "2038-06-03": "Ascension Day", "2038-07-22": "Birthday of Late King Sobhuza", "2038-09-06": "Independence Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-19": "King's Birthday", "2039-04-25": "National Flag Day", "2039-05-01": "Worker's Day", "2039-05-02": "Worker's Day (observed)", "2039-05-19": "Ascension Day", "2039-07-22": "Birthday of Late King Sobhuza", "2039-09-06": "Independence Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-19": "King's Birthday", "2040-04-25": "National Flag Day", "2040-05-01": "Worker's Day", "2040-05-10": "Ascension Day", "2040-07-22": "Birthday of Late King Sobhuza", "2040-07-23": "Birthday of Late King Sobhuza (observed)", "2040-09-06": "Independence Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday; King's Birthday", "2041-04-22": "Easter Monday", "2041-04-25": "National Flag Day", "2041-05-01": "Worker's Day", "2041-05-30": "Ascension Day", "2041-07-22": "Birthday of Late King Sobhuza", "2041-09-06": "Independence Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-19": "King's Birthday", "2042-04-25": "National Flag Day", "2042-05-01": "Worker's Day", "2042-05-15": "Ascension Day", "2042-07-22": "Birthday of Late King Sobhuza", "2042-09-06": "Independence Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-19": "King's Birthday", "2043-04-20": "King's Birthday (observed)", "2043-04-25": "National Flag Day", "2043-05-01": "Worker's Day", "2043-05-07": "Ascension Day", "2043-07-22": "Birthday of Late King Sobhuza", "2043-09-06": "Independence Day", "2043-09-07": "Independence Day (observed)", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-19": "King's Birthday", "2044-04-25": "National Flag Day", "2044-05-01": "Worker's Day", "2044-05-02": "Worker's Day (observed)", "2044-05-26": "Ascension Day", "2044-07-22": "Birthday of Late King Sobhuza", "2044-09-06": "Independence Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-19": "King's Birthday", "2045-04-25": "National Flag Day", "2045-05-01": "Worker's Day", "2045-05-18": "Ascension Day", "2045-07-22": "Birthday of Late King Sobhuza", "2045-09-06": "Independence Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-19": "King's Birthday", "2046-04-25": "National Flag Day", "2046-05-01": "Worker's Day", "2046-05-03": "Ascension Day", "2046-07-22": "Birthday of Late King Sobhuza", "2046-07-23": "Birthday of Late King Sobhuza (observed)", "2046-09-06": "Independence Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-19": "King's Birthday", "2047-04-25": "National Flag Day", "2047-05-01": "Worker's Day", "2047-05-23": "Ascension Day", "2047-07-22": "Birthday of Late King Sobhuza", "2047-09-06": "Independence Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-19": "King's Birthday", "2048-04-20": "King's Birthday (observed)", "2048-04-25": "National Flag Day", "2048-05-01": "Worker's Day", "2048-05-14": "Ascension Day", "2048-07-22": "Birthday of Late King Sobhuza", "2048-09-06": "Independence Day", "2048-09-07": "Independence Day (observed)", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday; King's Birthday", "2049-04-25": "National Flag Day", "2049-04-26": "National Flag Day (observed)", "2049-05-01": "Worker's Day", "2049-05-27": "Ascension Day", "2049-07-22": "Birthday of Late King Sobhuza", "2049-09-06": "Independence Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-19": "King's Birthday", "2050-04-25": "National Flag Day", "2050-05-01": "Worker's Day", "2050-05-02": "Worker's Day (observed)", "2050-05-19": "Ascension Day", "2050-07-22": "Birthday of Late King Sobhuza", "2050-09-06": "Independence Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/TD_COMMON.json000066400000000000000000001271131500152103600215620ustar00rootroot00000000000000{ "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-03-08": "International Women's Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-04-03": "Easter Monday", "1961-05-01": "Labour Day", "1961-05-25": "Eid al-Adha (estimated)", "1961-08-11": "Independence Day", "1961-08-23": "Mawlid (estimated)", "1961-11-01": "All Saints' Day", "1961-11-28": "Republic Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "International Women's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labour Day", "1962-05-14": "Eid al-Adha (estimated)", "1962-08-11": "Independence Day", "1962-08-12": "Mawlid (estimated)", "1962-11-01": "All Saints' Day", "1962-11-28": "Republic Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-03-08": "International Women's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labour Day", "1963-05-03": "Eid al-Adha (estimated)", "1963-08-02": "Mawlid (estimated)", "1963-08-11": "Independence Day", "1963-08-12": "Independence Day (observed)", "1963-11-01": "All Saints' Day", "1963-11-28": "Republic Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-03-08": "International Women's Day", "1964-03-09": "International Women's Day (observed)", "1964-03-30": "Easter Monday", "1964-04-22": "Eid al-Adha (estimated)", "1964-05-01": "Labour Day", "1964-07-21": "Mawlid (estimated)", "1964-08-11": "Independence Day", "1964-11-01": "All Saints' Day", "1964-11-28": "Republic Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-03-08": "International Women's Day", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-19": "Easter Monday", "1965-05-01": "Labour Day", "1965-07-10": "Mawlid (estimated)", "1965-08-11": "Independence Day", "1965-11-01": "All Saints' Day", "1965-11-28": "Republic Day", "1965-11-29": "Republic Day (observed)", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-03-08": "International Women's Day", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-11": "Easter Monday", "1966-05-01": "Labour Day", "1966-05-02": "Labour Day (observed)", "1966-07-01": "Mawlid (estimated)", "1966-08-11": "Independence Day", "1966-11-01": "All Saints' Day", "1966-11-28": "Republic Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-12": "Eid al-Fitr (estimated)", "1967-03-08": "International Women's Day", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-27": "Easter Monday", "1967-05-01": "Labour Day", "1967-06-19": "Mawlid (estimated)", "1967-08-11": "Independence Day", "1967-11-01": "All Saints' Day", "1967-11-28": "Republic Day", "1967-12-25": "Christmas Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-03-08": "International Women's Day", "1968-03-09": "Eid al-Adha (estimated)", "1968-04-15": "Easter Monday", "1968-05-01": "Labour Day", "1968-06-08": "Mawlid (estimated)", "1968-08-11": "Independence Day", "1968-08-12": "Independence Day (observed)", "1968-11-01": "All Saints' Day", "1968-11-28": "Republic Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-27": "Eid al-Adha (estimated)", "1969-03-08": "International Women's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labour Day", "1969-05-28": "Mawlid (estimated)", "1969-08-11": "Independence Day", "1969-11-01": "All Saints' Day", "1969-11-28": "Republic Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-16": "Eid al-Adha (estimated)", "1970-03-08": "International Women's Day", "1970-03-09": "International Women's Day (observed)", "1970-03-30": "Easter Monday", "1970-05-01": "Labour Day", "1970-05-18": "Mawlid (estimated)", "1970-08-11": "Independence Day", "1970-11-01": "All Saints' Day", "1970-11-28": "Republic Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-06": "Eid al-Adha (estimated)", "1971-03-08": "International Women's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labour Day", "1971-05-07": "Mawlid (estimated)", "1971-08-11": "Independence Day", "1971-11-01": "All Saints' Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-28": "Republic Day", "1971-11-29": "Republic Day (observed)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (estimated)", "1972-03-08": "International Women's Day", "1972-04-03": "Easter Monday", "1972-04-25": "Mawlid (estimated)", "1972-05-01": "Labour Day", "1972-08-11": "Independence Day", "1972-11-01": "All Saints' Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-28": "Republic Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (estimated)", "1973-03-08": "International Women's Day", "1973-04-15": "Mawlid (estimated)", "1973-04-23": "Easter Monday", "1973-05-01": "Labour Day", "1973-08-11": "Independence Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-11-01": "All Saints' Day", "1973-11-28": "Republic Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (estimated)", "1974-03-08": "International Women's Day", "1974-04-04": "Mawlid (estimated)", "1974-04-15": "Easter Monday", "1974-05-01": "Labour Day", "1974-08-11": "Independence Day", "1974-08-12": "Independence Day (observed)", "1974-10-16": "Eid al-Fitr (estimated)", "1974-11-01": "All Saints' Day", "1974-11-28": "Republic Day", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-08": "International Women's Day", "1975-03-24": "Mawlid (estimated)", "1975-03-31": "Easter Monday", "1975-05-01": "Labour Day", "1975-08-11": "Independence Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-11-01": "All Saints' Day", "1975-11-28": "Republic Day", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-08": "International Women's Day", "1976-03-12": "Mawlid (estimated)", "1976-04-19": "Easter Monday", "1976-05-01": "Labour Day", "1976-08-11": "Independence Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-11-01": "All Saints' Day", "1976-11-28": "Republic Day", "1976-11-29": "Republic Day (observed)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-03-02": "Mawlid (estimated)", "1977-03-08": "International Women's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labour Day", "1977-05-02": "Labour Day (observed)", "1977-08-11": "Independence Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-11-01": "All Saints' Day", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-28": "Republic Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-19": "Mawlid (estimated)", "1978-03-08": "International Women's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labour Day", "1978-08-11": "Independence Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-11-01": "All Saints' Day", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-28": "Republic Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-09": "Mawlid (estimated)", "1979-03-08": "International Women's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labour Day", "1979-08-11": "Independence Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "All Saints' Day", "1979-11-28": "Republic Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-30": "Mawlid (estimated)", "1980-03-08": "International Women's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labour Day", "1980-08-11": "Independence Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-11-01": "All Saints' Day", "1980-11-28": "Republic Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-18": "Mawlid (estimated)", "1981-03-08": "International Women's Day", "1981-03-09": "International Women's Day (observed)", "1981-04-20": "Easter Monday", "1981-05-01": "Labour Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-11": "Independence Day", "1981-10-08": "Eid al-Adha (estimated)", "1981-11-01": "All Saints' Day", "1981-11-28": "Republic Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-07": "Mawlid (estimated)", "1982-03-08": "International Women's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labour Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-08-11": "Independence Day", "1982-09-27": "Eid al-Adha (estimated)", "1982-11-01": "All Saints' Day", "1982-11-28": "Republic Day", "1982-11-29": "Republic Day (observed)", "1982-12-25": "Christmas Day", "1982-12-27": "Mawlid (estimated)", "1983-01-01": "New Year's Day", "1983-03-08": "International Women's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labour Day", "1983-05-02": "Labour Day (observed)", "1983-07-11": "Eid al-Fitr (estimated)", "1983-08-11": "Independence Day", "1983-09-17": "Eid al-Adha (estimated)", "1983-11-01": "All Saints' Day", "1983-11-28": "Republic Day", "1983-12-16": "Mawlid (estimated)", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-08": "International Women's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labour Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-08-11": "Independence Day", "1984-09-05": "Eid al-Adha (estimated)", "1984-11-01": "All Saints' Day", "1984-11-28": "Republic Day", "1984-12-04": "Mawlid (estimated)", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-03-08": "International Women's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labour Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-08-11": "Independence Day", "1985-08-12": "Independence Day (observed)", "1985-08-26": "Eid al-Adha (estimated)", "1985-11-01": "All Saints' Day", "1985-11-24": "Mawlid (estimated)", "1985-11-28": "Republic Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-08": "International Women's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labour Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-08-11": "Independence Day", "1986-08-15": "Eid al-Adha (estimated)", "1986-11-01": "All Saints' Day", "1986-11-14": "Mawlid (estimated)", "1986-11-28": "Republic Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-08": "International Women's Day", "1987-03-09": "International Women's Day (observed)", "1987-04-20": "Easter Monday", "1987-05-01": "Labour Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-11": "Independence Day", "1987-11-01": "All Saints' Day", "1987-11-03": "Mawlid (estimated)", "1987-11-28": "Republic Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-08": "International Women's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labour Day", "1988-05-02": "Labour Day (observed)", "1988-05-16": "Eid al-Fitr (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-08-11": "Independence Day", "1988-10-22": "Mawlid (estimated)", "1988-11-01": "All Saints' Day", "1988-11-28": "Republic Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-08": "International Women's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labour Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-08-11": "Independence Day", "1989-10-11": "Mawlid (estimated)", "1989-11-01": "All Saints' Day", "1989-11-28": "Republic Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-03-08": "International Women's Day", "1990-04-16": "Easter Monday", "1990-04-26": "Eid al-Fitr (estimated)", "1990-05-01": "Labour Day", "1990-07-02": "Eid al-Adha (estimated)", "1990-08-11": "Independence Day", "1990-10-01": "Mawlid (estimated)", "1990-11-01": "All Saints' Day", "1990-11-28": "Republic Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-08": "International Women's Day", "1991-04-01": "Easter Monday", "1991-04-15": "Eid al-Fitr (estimated)", "1991-05-01": "Labour Day", "1991-06-22": "Eid al-Adha (estimated)", "1991-08-11": "Independence Day", "1991-08-12": "Independence Day (observed)", "1991-09-20": "Mawlid (estimated)", "1991-11-01": "All Saints' Day", "1991-11-28": "Republic Day", "1991-12-01": "Freedom and Democracy Day", "1991-12-02": "Freedom and Democracy Day (observed)", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-08": "International Women's Day", "1992-03-09": "International Women's Day (observed)", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-20": "Easter Monday", "1992-05-01": "Labour Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-08-11": "Independence Day", "1992-09-09": "Mawlid (estimated)", "1992-11-01": "All Saints' Day", "1992-11-28": "Republic Day", "1992-12-01": "Freedom and Democracy Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-08": "International Women's Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-04-12": "Easter Monday", "1993-05-01": "Labour Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-08-11": "Independence Day", "1993-08-29": "Mawlid (estimated)", "1993-11-01": "All Saints' Day", "1993-11-28": "Republic Day", "1993-11-29": "Republic Day (observed)", "1993-12-01": "Freedom and Democracy Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-08": "International Women's Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-04-04": "Easter Monday", "1994-05-01": "Labour Day", "1994-05-02": "Labour Day (observed)", "1994-05-20": "Eid al-Adha (estimated)", "1994-08-11": "Independence Day", "1994-08-19": "Mawlid (estimated)", "1994-11-01": "All Saints' Day", "1994-11-28": "Republic Day", "1994-12-01": "Freedom and Democracy Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-08": "International Women's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labour Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-08-08": "Mawlid (estimated)", "1995-08-11": "Independence Day", "1995-11-01": "All Saints' Day", "1995-11-28": "Republic Day", "1995-12-01": "Freedom and Democracy Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-08": "International Women's Day", "1996-04-08": "Easter Monday", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Labour Day", "1996-07-27": "Mawlid (estimated)", "1996-08-11": "Independence Day", "1996-08-12": "Independence Day (observed)", "1996-11-01": "All Saints' Day", "1996-11-28": "Republic Day", "1996-12-01": "Freedom and Democracy Day", "1996-12-02": "Freedom and Democracy Day (observed)", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-08": "International Women's Day", "1997-03-31": "Easter Monday", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-01": "Labour Day", "1997-07-16": "Mawlid (estimated)", "1997-08-11": "Independence Day", "1997-11-01": "All Saints' Day", "1997-11-28": "Republic Day", "1997-12-01": "Freedom and Democracy Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-03-08": "International Women's Day", "1998-03-09": "International Women's Day (observed)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-13": "Easter Monday", "1998-05-01": "Labour Day", "1998-07-06": "Mawlid (estimated)", "1998-08-11": "Independence Day", "1998-11-01": "All Saints' Day", "1998-11-28": "Republic Day", "1998-12-01": "Freedom and Democracy Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-08": "International Women's Day", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-05": "Easter Monday", "1999-05-01": "Labour Day", "1999-06-26": "Mawlid (estimated)", "1999-08-11": "Independence Day", "1999-11-01": "All Saints' Day", "1999-11-28": "Republic Day", "1999-11-29": "Republic Day (observed)", "1999-12-01": "Freedom and Democracy Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-08": "International Women's Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-06-14": "Mawlid (estimated)", "2000-08-11": "Independence Day", "2000-11-01": "All Saints' Day", "2000-11-28": "Republic Day", "2000-12-01": "Freedom and Democracy Day", "2000-12-25": "Christmas Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-08": "International Women's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labour Day", "2001-06-04": "Mawlid (estimated)", "2001-08-11": "Independence Day", "2001-11-01": "All Saints' Day", "2001-11-28": "Republic Day", "2001-12-01": "Freedom and Democracy Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-08": "International Women's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labour Day", "2002-05-24": "Mawlid (estimated)", "2002-08-11": "Independence Day", "2002-08-12": "Independence Day (observed)", "2002-11-01": "All Saints' Day", "2002-11-28": "Republic Day", "2002-12-01": "Freedom and Democracy Day", "2002-12-02": "Freedom and Democracy Day (observed)", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-08": "International Women's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labour Day", "2003-05-13": "Mawlid (estimated)", "2003-08-11": "Independence Day", "2003-11-01": "All Saints' Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-28": "Republic Day", "2003-12-01": "Freedom and Democracy Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-03-08": "International Women's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labour Day; Mawlid (estimated)", "2004-08-11": "Independence Day", "2004-11-01": "All Saints' Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-28": "Republic Day", "2004-11-29": "Republic Day (observed)", "2004-12-01": "Freedom and Democracy Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-03-08": "International Women's Day", "2005-03-28": "Easter Monday", "2005-04-21": "Mawlid (estimated)", "2005-05-01": "Labour Day", "2005-05-02": "Labour Day (observed)", "2005-08-11": "Independence Day", "2005-11-01": "All Saints' Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-28": "Republic Day", "2005-12-01": "Freedom and Democracy Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-10": "Eid al-Adha (estimated)", "2006-03-08": "International Women's Day", "2006-04-10": "Mawlid (estimated)", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-08-11": "Independence Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-01": "All Saints' Day", "2006-11-28": "Republic Day", "2006-12-01": "Freedom and Democracy Day", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-03-08": "International Women's Day", "2007-03-31": "Mawlid (estimated)", "2007-04-09": "Easter Monday", "2007-05-01": "Labour Day", "2007-08-11": "Independence Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-11-01": "All Saints' Day", "2007-11-28": "Republic Day", "2007-12-01": "Freedom and Democracy Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-08": "International Women's Day", "2008-03-20": "Mawlid (estimated)", "2008-03-24": "Easter Monday", "2008-05-01": "Labour Day", "2008-08-11": "Independence Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-11-01": "All Saints' Day", "2008-11-28": "Republic Day", "2008-12-01": "Freedom and Democracy Day", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-08": "International Women's Day", "2009-03-09": "International Women's Day (observed); Mawlid (estimated)", "2009-04-13": "Easter Monday", "2009-05-01": "Labour Day", "2009-08-11": "Independence Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-11-01": "All Saints' Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Republic Day", "2009-12-01": "Freedom and Democracy Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-26": "Mawlid (estimated)", "2010-03-08": "International Women's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labour Day", "2010-08-11": "Independence Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-11-01": "All Saints' Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-28": "Republic Day", "2010-11-29": "Republic Day (observed)", "2010-12-01": "Freedom and Democracy Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-02-15": "Mawlid (estimated)", "2011-03-08": "International Women's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labour Day", "2011-05-02": "Labour Day (observed)", "2011-08-11": "Independence Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-11-01": "All Saints' Day", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-28": "Republic Day", "2011-12-01": "Freedom and Democracy Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-04": "Mawlid (estimated)", "2012-03-08": "International Women's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labour Day", "2012-08-11": "Independence Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-11-01": "All Saints' Day", "2012-11-28": "Republic Day", "2012-12-01": "Freedom and Democracy Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-24": "Mawlid (estimated)", "2013-03-08": "International Women's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labour Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-11": "Independence Day", "2013-08-12": "Independence Day (observed)", "2013-10-15": "Eid al-Adha (estimated)", "2013-11-01": "All Saints' Day", "2013-11-28": "Republic Day", "2013-12-01": "Freedom and Democracy Day", "2013-12-02": "Freedom and Democracy Day (observed)", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-13": "Mawlid (estimated)", "2014-03-08": "International Women's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labour Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-08-11": "Independence Day", "2014-10-04": "Eid al-Adha (estimated)", "2014-11-01": "All Saints' Day", "2014-11-28": "Republic Day", "2014-12-01": "Freedom and Democracy Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-03": "Mawlid", "2015-03-08": "International Women's Day", "2015-03-09": "International Women's Day (observed)", "2015-04-06": "Easter Monday", "2015-05-01": "Labour Day", "2015-07-18": "Eid al-Fitr", "2015-08-11": "Independence Day", "2015-09-24": "Eid al-Adha", "2015-11-01": "All Saints' Day", "2015-11-28": "Republic Day", "2015-12-01": "Freedom and Democracy Day", "2015-12-24": "Mawlid", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-08": "International Women's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labour Day", "2016-05-02": "Labour Day (observed)", "2016-07-07": "Eid al-Fitr", "2016-08-11": "Independence Day", "2016-09-13": "Eid al-Adha", "2016-11-01": "All Saints' Day", "2016-11-28": "Republic Day", "2016-12-01": "Freedom and Democracy Day", "2016-12-12": "Mawlid", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-08": "International Women's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-06-26": "Eid al-Fitr", "2017-08-11": "Independence Day", "2017-09-02": "Eid al-Adha", "2017-11-01": "All Saints' Day", "2017-11-28": "Republic Day", "2017-12-01": "Freedom and Democracy Day; Mawlid", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-08": "International Women's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labour Day", "2018-06-15": "Eid al-Fitr", "2018-08-11": "Independence Day", "2018-08-22": "Eid al-Adha", "2018-11-01": "All Saints' Day", "2018-11-21": "Mawlid", "2018-11-28": "Republic Day", "2018-12-01": "Freedom and Democracy Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-08": "International Women's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labour Day", "2019-06-04": "Eid al-Fitr", "2019-08-11": "Eid al-Adha; Independence Day", "2019-08-12": "Independence Day (observed)", "2019-11-01": "All Saints' Day", "2019-11-09": "Mawlid", "2019-11-28": "Republic Day", "2019-12-01": "Freedom and Democracy Day", "2019-12-02": "Freedom and Democracy Day (observed)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-03-08": "International Women's Day", "2020-03-09": "International Women's Day (observed)", "2020-04-13": "Easter Monday", "2020-05-01": "Labour Day", "2020-05-24": "Eid al-Fitr", "2020-07-31": "Eid al-Adha", "2020-08-11": "Independence Day", "2020-10-29": "Mawlid", "2020-11-01": "All Saints' Day", "2020-11-28": "Republic Day", "2020-12-01": "Freedom and Democracy Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-03-08": "International Women's Day", "2021-04-05": "Easter Monday", "2021-04-23": "Funeral of Idriss D\u00e9by Itno", "2021-05-01": "Labour Day", "2021-05-13": "Eid al-Fitr", "2021-07-20": "Eid al-Adha", "2021-08-11": "Independence Day", "2021-10-18": "Mawlid", "2021-11-01": "All Saints' Day", "2021-11-28": "Republic Day", "2021-11-29": "Republic Day (observed)", "2021-12-01": "Freedom and Democracy Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-03-08": "International Women's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labour Day", "2022-05-02": "Eid al-Fitr; Labour Day (observed)", "2022-07-09": "Eid al-Adha", "2022-08-11": "Independence Day", "2022-10-08": "Mawlid", "2022-11-01": "All Saints' Day", "2022-11-28": "Republic Day", "2022-12-01": "Freedom and Democracy Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-03-08": "International Women's Day", "2023-04-10": "Easter Monday", "2023-04-21": "Eid al-Fitr", "2023-05-01": "Labour Day", "2023-06-28": "Eid al-Adha", "2023-08-11": "Independence Day", "2023-09-27": "Mawlid (estimated)", "2023-11-01": "All Saints' Day", "2023-11-28": "Republic Day", "2023-12-01": "Freedom and Democracy Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-08": "International Women's Day", "2024-04-01": "Easter Monday", "2024-04-10": "Eid al-Fitr", "2024-05-01": "Labour Day", "2024-06-16": "Eid al-Adha (estimated)", "2024-08-11": "Independence Day", "2024-08-12": "Independence Day (observed)", "2024-09-15": "Mawlid (estimated)", "2024-11-01": "All Saints' Day", "2024-11-28": "Republic Day", "2024-12-01": "Freedom and Democracy Day", "2024-12-02": "Freedom and Democracy Day (observed)", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-08": "International Women's Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-04-21": "Easter Monday", "2025-05-01": "Labour Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-08-11": "Independence Day", "2025-09-04": "Mawlid (estimated)", "2025-11-01": "All Saints' Day", "2025-11-28": "Republic Day", "2025-12-01": "Freedom and Democracy Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-08": "International Women's Day", "2026-03-09": "International Women's Day (observed)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-06": "Easter Monday", "2026-05-01": "Labour Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-08-11": "Independence Day", "2026-08-25": "Mawlid (estimated)", "2026-11-01": "All Saints' Day", "2026-11-28": "Republic Day", "2026-12-01": "Freedom and Democracy Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-08": "International Women's Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-29": "Easter Monday", "2027-05-01": "Labour Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-08-11": "Independence Day", "2027-08-14": "Mawlid (estimated)", "2027-11-01": "All Saints' Day", "2027-11-28": "Republic Day", "2027-11-29": "Republic Day (observed)", "2027-12-01": "Freedom and Democracy Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-08": "International Women's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labour Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-08-03": "Mawlid (estimated)", "2028-08-11": "Independence Day", "2028-11-01": "All Saints' Day", "2028-11-28": "Republic Day", "2028-12-01": "Freedom and Democracy Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-08": "International Women's Day", "2029-04-02": "Easter Monday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "Labour Day", "2029-07-24": "Mawlid (estimated)", "2029-08-11": "Independence Day", "2029-11-01": "All Saints' Day", "2029-11-28": "Republic Day", "2029-12-01": "Freedom and Democracy Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-08": "International Women's Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-22": "Easter Monday", "2030-05-01": "Labour Day", "2030-07-13": "Mawlid (estimated)", "2030-08-11": "Independence Day", "2030-08-12": "Independence Day (observed)", "2030-11-01": "All Saints' Day", "2030-11-28": "Republic Day", "2030-12-01": "Freedom and Democracy Day", "2030-12-02": "Freedom and Democracy Day (observed)", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-03-08": "International Women's Day", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-14": "Easter Monday", "2031-05-01": "Labour Day", "2031-07-02": "Mawlid (estimated)", "2031-08-11": "Independence Day", "2031-11-01": "All Saints' Day", "2031-11-28": "Republic Day", "2031-12-01": "Freedom and Democracy Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-03-08": "International Women's Day", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-29": "Easter Monday", "2032-05-01": "Labour Day", "2032-06-20": "Mawlid (estimated)", "2032-08-11": "Independence Day", "2032-11-01": "All Saints' Day", "2032-11-28": "Republic Day", "2032-11-29": "Republic Day (observed)", "2032-12-01": "Freedom and Democracy Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-03-08": "International Women's Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-18": "Easter Monday", "2033-05-01": "Labour Day", "2033-05-02": "Labour Day (observed)", "2033-06-09": "Mawlid (estimated)", "2033-08-11": "Independence Day", "2033-11-01": "All Saints' Day", "2033-11-28": "Republic Day", "2033-12-01": "Freedom and Democracy Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-08": "International Women's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labour Day", "2034-05-30": "Mawlid (estimated)", "2034-08-11": "Independence Day", "2034-11-01": "All Saints' Day", "2034-11-28": "Republic Day", "2034-12-01": "Freedom and Democracy Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-08": "International Women's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labour Day", "2035-05-20": "Mawlid (estimated)", "2035-08-11": "Independence Day", "2035-11-01": "All Saints' Day", "2035-11-28": "Republic Day", "2035-12-01": "Eid al-Fitr (estimated); Freedom and Democracy Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "International Women's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labour Day", "2036-05-08": "Mawlid (estimated)", "2036-08-11": "Independence Day", "2036-11-01": "All Saints' Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-28": "Republic Day", "2036-12-01": "Freedom and Democracy Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-03-08": "International Women's Day", "2037-03-09": "International Women's Day (observed)", "2037-04-06": "Easter Monday", "2037-04-28": "Mawlid (estimated)", "2037-05-01": "Labour Day", "2037-08-11": "Independence Day", "2037-11-01": "All Saints' Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-28": "Republic Day", "2037-12-01": "Freedom and Democracy Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-03-08": "International Women's Day", "2038-04-17": "Mawlid (estimated)", "2038-04-26": "Easter Monday", "2038-05-01": "Labour Day", "2038-08-11": "Independence Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "All Saints' Day", "2038-11-28": "Republic Day", "2038-11-29": "Republic Day (observed)", "2038-12-01": "Freedom and Democracy Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-03-08": "International Women's Day", "2039-04-06": "Mawlid (estimated)", "2039-04-11": "Easter Monday", "2039-05-01": "Labour Day", "2039-05-02": "Labour Day (observed)", "2039-08-11": "Independence Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "All Saints' Day", "2039-11-28": "Republic Day", "2039-12-01": "Freedom and Democracy Day", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-08": "International Women's Day", "2040-03-25": "Mawlid (estimated)", "2040-04-02": "Easter Monday", "2040-05-01": "Labour Day", "2040-08-11": "Independence Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "All Saints' Day", "2040-11-28": "Republic Day", "2040-12-01": "Freedom and Democracy Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-08": "International Women's Day", "2041-03-15": "Mawlid (estimated)", "2041-04-22": "Easter Monday", "2041-05-01": "Labour Day", "2041-08-11": "Independence Day", "2041-08-12": "Independence Day (observed)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-11-01": "All Saints' Day", "2041-11-28": "Republic Day", "2041-12-01": "Freedom and Democracy Day", "2041-12-02": "Freedom and Democracy Day (observed)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-04": "Mawlid (estimated)", "2042-03-08": "International Women's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labour Day", "2042-08-11": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-11-01": "All Saints' Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-28": "Republic Day", "2042-12-01": "Freedom and Democracy Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-02-22": "Mawlid (estimated)", "2043-03-08": "International Women's Day", "2043-03-09": "International Women's Day (observed)", "2043-03-30": "Easter Monday", "2043-05-01": "Labour Day", "2043-08-11": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-11-01": "All Saints' Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-28": "Republic Day", "2043-12-01": "Freedom and Democracy Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-02-11": "Mawlid (estimated)", "2044-03-08": "International Women's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labour Day", "2044-05-02": "Labour Day (observed)", "2044-08-11": "Independence Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "All Saints' Day", "2044-11-28": "Republic Day", "2044-12-01": "Freedom and Democracy Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-30": "Mawlid (estimated)", "2045-03-08": "International Women's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labour Day", "2045-08-11": "Independence Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "All Saints' Day", "2045-11-28": "Republic Day", "2045-12-01": "Freedom and Democracy Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-19": "Mawlid (estimated)", "2046-03-08": "International Women's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labour Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-11": "Independence Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "All Saints' Day", "2046-11-28": "Republic Day", "2046-12-01": "Freedom and Democracy Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-08": "Mawlid (estimated)", "2047-03-08": "International Women's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labour Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-11": "Independence Day", "2047-08-12": "Independence Day (observed)", "2047-09-30": "Eid al-Adha (estimated)", "2047-11-01": "All Saints' Day", "2047-11-28": "Republic Day", "2047-12-01": "Freedom and Democracy Day", "2047-12-02": "Freedom and Democracy Day (observed)", "2047-12-25": "Christmas Day", "2047-12-29": "Mawlid (estimated)", "2048-01-01": "New Year's Day", "2048-03-08": "International Women's Day", "2048-03-09": "International Women's Day (observed)", "2048-04-06": "Easter Monday", "2048-05-01": "Labour Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-11": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-11-01": "All Saints' Day", "2048-11-28": "Republic Day", "2048-12-01": "Freedom and Democracy Day", "2048-12-18": "Mawlid (estimated)", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-08": "International Women's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labour Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-11": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-11-01": "All Saints' Day", "2049-11-28": "Republic Day", "2049-11-29": "Republic Day (observed)", "2049-12-01": "Freedom and Democracy Day", "2049-12-07": "Mawlid (estimated)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-03-08": "International Women's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labour Day", "2050-05-02": "Labour Day (observed)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-11": "Independence Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-11-01": "All Saints' Day", "2050-11-26": "Mawlid (estimated)", "2050-11-28": "Republic Day", "2050-12-01": "Freedom and Democracy Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/TF_COMMON.json000066400000000000000000001046221500152103600215640ustar00rootroot00000000000000{ "1956-01-01": "New Year's Day", "1956-04-02": "Easter Monday", "1956-05-01": "Labor Day", "1956-05-08": "Victory Day", "1956-05-10": "Ascension Day", "1956-05-21": "Whit Monday", "1956-07-14": "National Day", "1956-08-15": "Assumption Day", "1956-11-01": "All Saints' Day", "1956-11-11": "Armistice Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-04-22": "Easter Monday", "1957-05-01": "Labor Day", "1957-05-08": "Victory Day", "1957-05-30": "Ascension Day", "1957-06-10": "Whit Monday", "1957-07-14": "National Day", "1957-08-15": "Assumption Day", "1957-11-01": "All Saints' Day", "1957-11-11": "Armistice Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-04-07": "Easter Monday", "1958-05-01": "Labor Day", "1958-05-08": "Victory Day", "1958-05-15": "Ascension Day", "1958-05-26": "Whit Monday", "1958-07-14": "National Day", "1958-08-15": "Assumption Day", "1958-11-01": "All Saints' Day", "1958-11-11": "Armistice Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-03-30": "Easter Monday", "1959-05-01": "Labor Day", "1959-05-07": "Ascension Day", "1959-05-08": "Victory Day", "1959-05-18": "Whit Monday", "1959-07-14": "National Day", "1959-08-15": "Assumption Day", "1959-11-01": "All Saints' Day", "1959-11-11": "Armistice Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-04-18": "Easter Monday", "1960-05-01": "Labor Day", "1960-05-26": "Ascension Day", "1960-06-06": "Whit Monday", "1960-07-14": "National Day", "1960-08-15": "Assumption Day", "1960-11-01": "All Saints' Day", "1960-11-11": "Armistice Day", "1960-12-25": "Christmas Day", "1961-01-01": "New Year's Day", "1961-04-03": "Easter Monday", "1961-05-01": "Labor Day", "1961-05-11": "Ascension Day", "1961-05-22": "Whit Monday", "1961-07-14": "National Day", "1961-08-15": "Assumption Day", "1961-11-01": "All Saints' Day", "1961-11-11": "Armistice Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-04-23": "Easter Monday", "1962-05-01": "Labor Day", "1962-05-31": "Ascension Day", "1962-06-11": "Whit Monday", "1962-07-14": "National Day", "1962-08-15": "Assumption Day", "1962-11-01": "All Saints' Day", "1962-11-11": "Armistice Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-04-15": "Easter Monday", "1963-05-01": "Labor Day", "1963-05-23": "Ascension Day", "1963-06-03": "Whit Monday", "1963-07-14": "National Day", "1963-08-15": "Assumption Day", "1963-11-01": "All Saints' Day", "1963-11-11": "Armistice Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-03-30": "Easter Monday", "1964-05-01": "Labor Day", "1964-05-07": "Ascension Day", "1964-05-18": "Whit Monday", "1964-07-14": "National Day", "1964-08-15": "Assumption Day", "1964-11-01": "All Saints' Day", "1964-11-11": "Armistice Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-04-19": "Easter Monday", "1965-05-01": "Labor Day", "1965-05-27": "Ascension Day", "1965-06-07": "Whit Monday", "1965-07-14": "National Day", "1965-08-15": "Assumption Day", "1965-11-01": "All Saints' Day", "1965-11-11": "Armistice Day", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-04-11": "Easter Monday", "1966-05-01": "Labor Day", "1966-05-19": "Ascension Day", "1966-05-30": "Whit Monday", "1966-07-14": "National Day", "1966-08-15": "Assumption Day", "1966-11-01": "All Saints' Day", "1966-11-11": "Armistice Day", "1966-12-25": "Christmas Day", "1967-01-01": "New Year's Day", "1967-03-27": "Easter Monday", "1967-05-01": "Labor Day", "1967-05-04": "Ascension Day", "1967-05-15": "Whit Monday", "1967-07-14": "National Day", "1967-08-15": "Assumption Day", "1967-11-01": "All Saints' Day", "1967-11-11": "Armistice Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-04-15": "Easter Monday", "1968-05-01": "Labor Day", "1968-05-23": "Ascension Day", "1968-06-03": "Whit Monday", "1968-07-14": "National Day", "1968-08-15": "Assumption Day", "1968-11-01": "All Saints' Day", "1968-11-11": "Armistice Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-04-07": "Easter Monday", "1969-05-01": "Labor Day", "1969-05-15": "Ascension Day", "1969-05-26": "Whit Monday", "1969-07-14": "National Day", "1969-08-15": "Assumption Day", "1969-11-01": "All Saints' Day", "1969-11-11": "Armistice Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-30": "Easter Monday", "1970-05-01": "Labor Day", "1970-05-07": "Ascension Day", "1970-05-18": "Whit Monday", "1970-07-14": "National Day", "1970-08-15": "Assumption Day", "1970-11-01": "All Saints' Day", "1970-11-11": "Armistice Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-04-12": "Easter Monday", "1971-05-01": "Labor Day", "1971-05-20": "Ascension Day", "1971-05-31": "Whit Monday", "1971-07-14": "National Day", "1971-08-15": "Assumption Day", "1971-11-01": "All Saints' Day", "1971-11-11": "Armistice Day", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-04-03": "Easter Monday", "1972-05-01": "Labor Day", "1972-05-11": "Ascension Day", "1972-05-22": "Whit Monday", "1972-07-14": "National Day", "1972-08-15": "Assumption Day", "1972-11-01": "All Saints' Day", "1972-11-11": "Armistice Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-04-23": "Easter Monday", "1973-05-01": "Labor Day", "1973-05-31": "Ascension Day", "1973-06-11": "Whit Monday", "1973-07-14": "National Day", "1973-08-15": "Assumption Day", "1973-11-01": "All Saints' Day", "1973-11-11": "Armistice Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-04-15": "Easter Monday", "1974-05-01": "Labor Day", "1974-05-23": "Ascension Day", "1974-06-03": "Whit Monday", "1974-07-14": "National Day", "1974-08-15": "Assumption Day", "1974-11-01": "All Saints' Day", "1974-11-11": "Armistice Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-31": "Easter Monday", "1975-05-01": "Labor Day", "1975-05-08": "Ascension Day", "1975-05-19": "Whit Monday", "1975-07-14": "National Day", "1975-08-15": "Assumption Day", "1975-11-01": "All Saints' Day", "1975-11-11": "Armistice Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-04-19": "Easter Monday", "1976-05-01": "Labor Day", "1976-05-27": "Ascension Day", "1976-06-07": "Whit Monday", "1976-07-14": "National Day", "1976-08-15": "Assumption Day", "1976-11-01": "All Saints' Day", "1976-11-11": "Armistice Day", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-04-11": "Easter Monday", "1977-05-01": "Labor Day", "1977-05-19": "Ascension Day", "1977-05-30": "Whit Monday", "1977-07-14": "National Day", "1977-08-15": "Assumption Day", "1977-11-01": "All Saints' Day", "1977-11-11": "Armistice Day", "1977-12-25": "Christmas Day", "1978-01-01": "New Year's Day", "1978-03-27": "Easter Monday", "1978-05-01": "Labor Day", "1978-05-04": "Ascension Day", "1978-05-15": "Whit Monday", "1978-07-14": "National Day", "1978-08-15": "Assumption Day", "1978-11-01": "All Saints' Day", "1978-11-11": "Armistice Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-04-16": "Easter Monday", "1979-05-01": "Labor Day", "1979-05-24": "Ascension Day", "1979-06-04": "Whit Monday", "1979-07-14": "National Day", "1979-08-15": "Assumption Day", "1979-11-01": "All Saints' Day", "1979-11-11": "Armistice Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-04-07": "Easter Monday", "1980-05-01": "Labor Day", "1980-05-15": "Ascension Day", "1980-05-26": "Whit Monday", "1980-07-14": "National Day", "1980-08-15": "Assumption Day", "1980-11-01": "All Saints' Day", "1980-11-11": "Armistice Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-04-20": "Easter Monday", "1981-05-01": "Labor Day", "1981-05-28": "Ascension Day", "1981-06-08": "Whit Monday", "1981-07-14": "National Day", "1981-08-15": "Assumption Day", "1981-11-01": "All Saints' Day", "1981-11-11": "Armistice Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-04-12": "Easter Monday", "1982-05-01": "Labor Day", "1982-05-08": "Victory Day", "1982-05-20": "Ascension Day", "1982-05-31": "Whit Monday", "1982-07-14": "National Day", "1982-08-15": "Assumption Day", "1982-11-01": "All Saints' Day", "1982-11-11": "Armistice Day", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-04-04": "Easter Monday", "1983-05-01": "Labor Day", "1983-05-08": "Victory Day", "1983-05-12": "Ascension Day", "1983-05-23": "Whit Monday", "1983-07-14": "National Day", "1983-08-15": "Assumption Day", "1983-11-01": "All Saints' Day", "1983-11-11": "Armistice Day", "1983-12-25": "Christmas Day", "1984-01-01": "New Year's Day", "1984-04-23": "Easter Monday", "1984-05-01": "Labor Day", "1984-05-08": "Victory Day", "1984-05-31": "Ascension Day", "1984-06-11": "Whit Monday", "1984-07-14": "National Day", "1984-08-15": "Assumption Day", "1984-11-01": "All Saints' Day", "1984-11-11": "Armistice Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-04-08": "Easter Monday", "1985-05-01": "Labor Day", "1985-05-08": "Victory Day", "1985-05-16": "Ascension Day", "1985-05-27": "Whit Monday", "1985-07-14": "National Day", "1985-08-15": "Assumption Day", "1985-11-01": "All Saints' Day", "1985-11-11": "Armistice Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-31": "Easter Monday", "1986-05-01": "Labor Day", "1986-05-08": "Ascension Day; Victory Day", "1986-05-19": "Whit Monday", "1986-07-14": "National Day", "1986-08-15": "Assumption Day", "1986-11-01": "All Saints' Day", "1986-11-11": "Armistice Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-04-20": "Easter Monday", "1987-05-01": "Labor Day", "1987-05-08": "Victory Day", "1987-05-28": "Ascension Day", "1987-06-08": "Whit Monday", "1987-07-14": "National Day", "1987-08-15": "Assumption Day", "1987-11-01": "All Saints' Day", "1987-11-11": "Armistice Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-04-04": "Easter Monday", "1988-05-01": "Labor Day", "1988-05-08": "Victory Day", "1988-05-12": "Ascension Day", "1988-05-23": "Whit Monday", "1988-07-14": "National Day", "1988-08-15": "Assumption Day", "1988-11-01": "All Saints' Day", "1988-11-11": "Armistice Day", "1988-12-25": "Christmas Day", "1989-01-01": "New Year's Day", "1989-03-27": "Easter Monday", "1989-05-01": "Labor Day", "1989-05-04": "Ascension Day", "1989-05-08": "Victory Day", "1989-05-15": "Whit Monday", "1989-07-14": "National Day", "1989-08-15": "Assumption Day", "1989-11-01": "All Saints' Day", "1989-11-11": "Armistice Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-04-16": "Easter Monday", "1990-05-01": "Labor Day", "1990-05-08": "Victory Day", "1990-05-24": "Ascension Day", "1990-06-04": "Whit Monday", "1990-07-14": "National Day", "1990-08-15": "Assumption Day", "1990-11-01": "All Saints' Day", "1990-11-11": "Armistice Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-04-01": "Easter Monday", "1991-05-01": "Labor Day", "1991-05-08": "Victory Day", "1991-05-09": "Ascension Day", "1991-05-20": "Whit Monday", "1991-07-14": "National Day", "1991-08-15": "Assumption Day", "1991-11-01": "All Saints' Day", "1991-11-11": "Armistice Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-04-20": "Easter Monday", "1992-05-01": "Labor Day", "1992-05-08": "Victory Day", "1992-05-28": "Ascension Day", "1992-06-08": "Whit Monday", "1992-07-14": "National Day", "1992-08-15": "Assumption Day", "1992-11-01": "All Saints' Day", "1992-11-11": "Armistice Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-04-12": "Easter Monday", "1993-05-01": "Labor Day", "1993-05-08": "Victory Day", "1993-05-20": "Ascension Day", "1993-05-31": "Whit Monday", "1993-07-14": "National Day", "1993-08-15": "Assumption Day", "1993-11-01": "All Saints' Day", "1993-11-11": "Armistice Day", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-04-04": "Easter Monday", "1994-05-01": "Labor Day", "1994-05-08": "Victory Day", "1994-05-12": "Ascension Day", "1994-05-23": "Whit Monday", "1994-07-14": "National Day", "1994-08-15": "Assumption Day", "1994-11-01": "All Saints' Day", "1994-11-11": "Armistice Day", "1994-12-25": "Christmas Day", "1995-01-01": "New Year's Day", "1995-04-17": "Easter Monday", "1995-05-01": "Labor Day", "1995-05-08": "Victory Day", "1995-05-25": "Ascension Day", "1995-06-05": "Whit Monday", "1995-07-14": "National Day", "1995-08-15": "Assumption Day", "1995-11-01": "All Saints' Day", "1995-11-11": "Armistice Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-04-08": "Easter Monday", "1996-05-01": "Labor Day", "1996-05-08": "Victory Day", "1996-05-16": "Ascension Day", "1996-05-27": "Whit Monday", "1996-07-14": "National Day", "1996-08-15": "Assumption Day", "1996-11-01": "All Saints' Day", "1996-11-11": "Armistice Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-31": "Easter Monday", "1997-05-01": "Labor Day", "1997-05-08": "Ascension Day; Victory Day", "1997-05-19": "Whit Monday", "1997-07-14": "National Day", "1997-08-15": "Assumption Day", "1997-11-01": "All Saints' Day", "1997-11-11": "Armistice Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-04-13": "Easter Monday", "1998-05-01": "Labor Day", "1998-05-08": "Victory Day", "1998-05-21": "Ascension Day", "1998-06-01": "Whit Monday", "1998-07-14": "National Day", "1998-08-15": "Assumption Day", "1998-11-01": "All Saints' Day", "1998-11-11": "Armistice Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-04-05": "Easter Monday", "1999-05-01": "Labor Day", "1999-05-08": "Victory Day", "1999-05-13": "Ascension Day", "1999-05-24": "Whit Monday", "1999-07-14": "National Day", "1999-08-15": "Assumption Day", "1999-11-01": "All Saints' Day", "1999-11-11": "Armistice Day", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-04-24": "Easter Monday", "2000-05-01": "Labor Day", "2000-05-08": "Victory Day", "2000-06-01": "Ascension Day", "2000-06-12": "Whit Monday", "2000-07-14": "National Day", "2000-08-15": "Assumption Day", "2000-11-01": "All Saints' Day", "2000-11-11": "Armistice Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-04-16": "Easter Monday", "2001-05-01": "Labor Day", "2001-05-08": "Victory Day", "2001-05-24": "Ascension Day", "2001-06-04": "Whit Monday", "2001-07-14": "National Day", "2001-08-15": "Assumption Day", "2001-11-01": "All Saints' Day", "2001-11-11": "Armistice Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-04-01": "Easter Monday", "2002-05-01": "Labor Day", "2002-05-08": "Victory Day", "2002-05-09": "Ascension Day", "2002-05-20": "Whit Monday", "2002-07-14": "National Day", "2002-08-15": "Assumption Day", "2002-11-01": "All Saints' Day", "2002-11-11": "Armistice Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-04-21": "Easter Monday", "2003-05-01": "Labor Day", "2003-05-08": "Victory Day", "2003-05-29": "Ascension Day", "2003-06-09": "Whit Monday", "2003-07-14": "National Day", "2003-08-15": "Assumption Day", "2003-11-01": "All Saints' Day", "2003-11-11": "Armistice Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-04-12": "Easter Monday", "2004-05-01": "Labor Day", "2004-05-08": "Victory Day", "2004-05-20": "Ascension Day", "2004-05-31": "Whit Monday", "2004-07-14": "National Day", "2004-08-15": "Assumption Day", "2004-11-01": "All Saints' Day", "2004-11-11": "Armistice Day", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-28": "Easter Monday", "2005-05-01": "Labor Day", "2005-05-05": "Ascension Day", "2005-05-08": "Victory Day", "2005-07-14": "National Day", "2005-08-15": "Assumption Day", "2005-11-01": "All Saints' Day", "2005-11-11": "Armistice Day", "2005-12-25": "Christmas Day", "2006-01-01": "New Year's Day", "2006-04-17": "Easter Monday", "2006-05-01": "Labor Day", "2006-05-08": "Victory Day", "2006-05-25": "Ascension Day", "2006-07-14": "National Day", "2006-08-15": "Assumption Day", "2006-11-01": "All Saints' Day", "2006-11-11": "Armistice Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-04-09": "Easter Monday", "2007-05-01": "Labor Day", "2007-05-08": "Victory Day", "2007-05-17": "Ascension Day", "2007-07-14": "National Day", "2007-08-15": "Assumption Day", "2007-11-01": "All Saints' Day", "2007-11-11": "Armistice Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labor Day", "2008-05-08": "Victory Day", "2008-05-12": "Whit Monday", "2008-07-14": "National Day", "2008-08-15": "Assumption Day", "2008-11-01": "All Saints' Day", "2008-11-11": "Armistice Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-04-13": "Easter Monday", "2009-05-01": "Labor Day", "2009-05-08": "Victory Day", "2009-05-21": "Ascension Day", "2009-06-01": "Whit Monday", "2009-07-14": "National Day", "2009-08-15": "Assumption Day", "2009-11-01": "All Saints' Day", "2009-11-11": "Armistice Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-04-05": "Easter Monday", "2010-05-01": "Labor Day", "2010-05-08": "Victory Day", "2010-05-13": "Ascension Day", "2010-05-24": "Whit Monday", "2010-07-14": "National Day", "2010-08-15": "Assumption Day", "2010-11-01": "All Saints' Day", "2010-11-11": "Armistice Day", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-04-25": "Easter Monday", "2011-05-01": "Labor Day", "2011-05-08": "Victory Day", "2011-06-02": "Ascension Day", "2011-06-13": "Whit Monday", "2011-07-14": "National Day", "2011-08-15": "Assumption Day", "2011-11-01": "All Saints' Day", "2011-11-11": "Armistice Day", "2011-12-25": "Christmas Day", "2012-01-01": "New Year's Day", "2012-04-09": "Easter Monday", "2012-05-01": "Labor Day", "2012-05-08": "Victory Day", "2012-05-17": "Ascension Day", "2012-05-28": "Whit Monday", "2012-07-14": "National Day", "2012-08-15": "Assumption Day", "2012-11-01": "All Saints' Day", "2012-11-11": "Armistice Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-04-01": "Easter Monday", "2013-05-01": "Labor Day", "2013-05-08": "Victory Day", "2013-05-09": "Ascension Day", "2013-05-20": "Whit Monday", "2013-07-14": "National Day", "2013-08-15": "Assumption Day", "2013-11-01": "All Saints' Day", "2013-11-11": "Armistice Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-04-21": "Easter Monday", "2014-05-01": "Labor Day", "2014-05-08": "Victory Day", "2014-05-29": "Ascension Day", "2014-06-09": "Whit Monday", "2014-07-14": "National Day", "2014-08-15": "Assumption Day", "2014-11-01": "All Saints' Day", "2014-11-11": "Armistice Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-06": "Easter Monday", "2015-05-01": "Labor Day", "2015-05-08": "Victory Day", "2015-05-14": "Ascension Day", "2015-05-25": "Whit Monday", "2015-07-14": "National Day", "2015-08-15": "Assumption Day", "2015-11-01": "All Saints' Day", "2015-11-11": "Armistice Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-28": "Easter Monday", "2016-05-01": "Labor Day", "2016-05-05": "Ascension Day", "2016-05-08": "Victory Day", "2016-05-16": "Whit Monday", "2016-07-14": "National Day", "2016-08-15": "Assumption Day", "2016-11-01": "All Saints' Day", "2016-11-11": "Armistice Day", "2016-12-25": "Christmas Day", "2017-01-01": "New Year's Day", "2017-04-17": "Easter Monday", "2017-05-01": "Labor Day", "2017-05-08": "Victory Day", "2017-05-25": "Ascension Day", "2017-06-05": "Whit Monday", "2017-07-14": "National Day", "2017-08-15": "Assumption Day", "2017-11-01": "All Saints' Day", "2017-11-11": "Armistice Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-04-02": "Easter Monday", "2018-05-01": "Labor Day", "2018-05-08": "Victory Day", "2018-05-10": "Ascension Day", "2018-05-21": "Whit Monday", "2018-07-14": "National Day", "2018-08-15": "Assumption Day", "2018-11-01": "All Saints' Day", "2018-11-11": "Armistice Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-22": "Easter Monday", "2019-05-01": "Labor Day", "2019-05-08": "Victory Day", "2019-05-30": "Ascension Day", "2019-06-10": "Whit Monday", "2019-07-14": "National Day", "2019-08-15": "Assumption Day", "2019-11-01": "All Saints' Day", "2019-11-11": "Armistice Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-13": "Easter Monday", "2020-05-01": "Labor Day", "2020-05-08": "Victory Day", "2020-05-21": "Ascension Day", "2020-06-01": "Whit Monday", "2020-07-14": "National Day", "2020-08-15": "Assumption Day", "2020-11-01": "All Saints' Day", "2020-11-11": "Armistice Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-05": "Easter Monday", "2021-05-01": "Labor Day", "2021-05-08": "Victory Day", "2021-05-13": "Ascension Day", "2021-05-24": "Whit Monday", "2021-07-14": "National Day", "2021-08-15": "Assumption Day", "2021-11-01": "All Saints' Day", "2021-11-11": "Armistice Day", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-04-18": "Easter Monday", "2022-05-01": "Labor Day", "2022-05-08": "Victory Day", "2022-05-26": "Ascension Day", "2022-06-06": "Whit Monday", "2022-07-14": "National Day", "2022-08-15": "Assumption Day", "2022-11-01": "All Saints' Day", "2022-11-11": "Armistice Day", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-04-10": "Easter Monday", "2023-05-01": "Labor Day", "2023-05-08": "Victory Day", "2023-05-18": "Ascension Day", "2023-05-29": "Whit Monday", "2023-07-14": "National Day", "2023-08-15": "Assumption Day", "2023-11-01": "All Saints' Day", "2023-11-11": "Armistice Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-04-01": "Easter Monday", "2024-05-01": "Labor Day", "2024-05-08": "Victory Day", "2024-05-09": "Ascension Day", "2024-05-20": "Whit Monday", "2024-07-14": "National Day", "2024-08-15": "Assumption Day", "2024-11-01": "All Saints' Day", "2024-11-11": "Armistice Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-21": "Easter Monday", "2025-05-01": "Labor Day", "2025-05-08": "Victory Day", "2025-05-29": "Ascension Day", "2025-06-09": "Whit Monday", "2025-07-14": "National Day", "2025-08-15": "Assumption Day", "2025-11-01": "All Saints' Day", "2025-11-11": "Armistice Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-06": "Easter Monday", "2026-05-01": "Labor Day", "2026-05-08": "Victory Day", "2026-05-14": "Ascension Day", "2026-05-25": "Whit Monday", "2026-07-14": "National Day", "2026-08-15": "Assumption Day", "2026-11-01": "All Saints' Day", "2026-11-11": "Armistice Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-29": "Easter Monday", "2027-05-01": "Labor Day", "2027-05-06": "Ascension Day", "2027-05-08": "Victory Day", "2027-05-17": "Whit Monday", "2027-07-14": "National Day", "2027-08-15": "Assumption Day", "2027-11-01": "All Saints' Day", "2027-11-11": "Armistice Day", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-04-17": "Easter Monday", "2028-05-01": "Labor Day", "2028-05-08": "Victory Day", "2028-05-25": "Ascension Day", "2028-06-05": "Whit Monday", "2028-07-14": "National Day", "2028-08-15": "Assumption Day", "2028-11-01": "All Saints' Day", "2028-11-11": "Armistice Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-04-02": "Easter Monday", "2029-05-01": "Labor Day", "2029-05-08": "Victory Day", "2029-05-10": "Ascension Day", "2029-05-21": "Whit Monday", "2029-07-14": "National Day", "2029-08-15": "Assumption Day", "2029-11-01": "All Saints' Day", "2029-11-11": "Armistice Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-22": "Easter Monday", "2030-05-01": "Labor Day", "2030-05-08": "Victory Day", "2030-05-30": "Ascension Day", "2030-06-10": "Whit Monday", "2030-07-14": "National Day", "2030-08-15": "Assumption Day", "2030-11-01": "All Saints' Day", "2030-11-11": "Armistice Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-14": "Easter Monday", "2031-05-01": "Labor Day", "2031-05-08": "Victory Day", "2031-05-22": "Ascension Day", "2031-06-02": "Whit Monday", "2031-07-14": "National Day", "2031-08-15": "Assumption Day", "2031-11-01": "All Saints' Day", "2031-11-11": "Armistice Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-29": "Easter Monday", "2032-05-01": "Labor Day", "2032-05-06": "Ascension Day", "2032-05-08": "Victory Day", "2032-05-17": "Whit Monday", "2032-07-14": "National Day", "2032-08-15": "Assumption Day", "2032-11-01": "All Saints' Day", "2032-11-11": "Armistice Day", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-04-18": "Easter Monday", "2033-05-01": "Labor Day", "2033-05-08": "Victory Day", "2033-05-26": "Ascension Day", "2033-06-06": "Whit Monday", "2033-07-14": "National Day", "2033-08-15": "Assumption Day", "2033-11-01": "All Saints' Day", "2033-11-11": "Armistice Day", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-04-10": "Easter Monday", "2034-05-01": "Labor Day", "2034-05-08": "Victory Day", "2034-05-18": "Ascension Day", "2034-05-29": "Whit Monday", "2034-07-14": "National Day", "2034-08-15": "Assumption Day", "2034-11-01": "All Saints' Day", "2034-11-11": "Armistice Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-26": "Easter Monday", "2035-05-01": "Labor Day", "2035-05-03": "Ascension Day", "2035-05-08": "Victory Day", "2035-05-14": "Whit Monday", "2035-07-14": "National Day", "2035-08-15": "Assumption Day", "2035-11-01": "All Saints' Day", "2035-11-11": "Armistice Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-14": "Easter Monday", "2036-05-01": "Labor Day", "2036-05-08": "Victory Day", "2036-05-22": "Ascension Day", "2036-06-02": "Whit Monday", "2036-07-14": "National Day", "2036-08-15": "Assumption Day", "2036-11-01": "All Saints' Day", "2036-11-11": "Armistice Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-06": "Easter Monday", "2037-05-01": "Labor Day", "2037-05-08": "Victory Day", "2037-05-14": "Ascension Day", "2037-05-25": "Whit Monday", "2037-07-14": "National Day", "2037-08-15": "Assumption Day", "2037-11-01": "All Saints' Day", "2037-11-11": "Armistice Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-26": "Easter Monday", "2038-05-01": "Labor Day", "2038-05-08": "Victory Day", "2038-06-03": "Ascension Day", "2038-06-14": "Whit Monday", "2038-07-14": "National Day", "2038-08-15": "Assumption Day", "2038-11-01": "All Saints' Day", "2038-11-11": "Armistice Day", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-04-11": "Easter Monday", "2039-05-01": "Labor Day", "2039-05-08": "Victory Day", "2039-05-19": "Ascension Day", "2039-05-30": "Whit Monday", "2039-07-14": "National Day", "2039-08-15": "Assumption Day", "2039-11-01": "All Saints' Day", "2039-11-11": "Armistice Day", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-04-02": "Easter Monday", "2040-05-01": "Labor Day", "2040-05-08": "Victory Day", "2040-05-10": "Ascension Day", "2040-05-21": "Whit Monday", "2040-07-14": "National Day", "2040-08-15": "Assumption Day", "2040-11-01": "All Saints' Day", "2040-11-11": "Armistice Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-22": "Easter Monday", "2041-05-01": "Labor Day", "2041-05-08": "Victory Day", "2041-05-30": "Ascension Day", "2041-06-10": "Whit Monday", "2041-07-14": "National Day", "2041-08-15": "Assumption Day", "2041-11-01": "All Saints' Day", "2041-11-11": "Armistice Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-07": "Easter Monday", "2042-05-01": "Labor Day", "2042-05-08": "Victory Day", "2042-05-15": "Ascension Day", "2042-05-26": "Whit Monday", "2042-07-14": "National Day", "2042-08-15": "Assumption Day", "2042-11-01": "All Saints' Day", "2042-11-11": "Armistice Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-30": "Easter Monday", "2043-05-01": "Labor Day", "2043-05-07": "Ascension Day", "2043-05-08": "Victory Day", "2043-05-18": "Whit Monday", "2043-07-14": "National Day", "2043-08-15": "Assumption Day", "2043-11-01": "All Saints' Day", "2043-11-11": "Armistice Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-18": "Easter Monday", "2044-05-01": "Labor Day", "2044-05-08": "Victory Day", "2044-05-26": "Ascension Day", "2044-06-06": "Whit Monday", "2044-07-14": "National Day", "2044-08-15": "Assumption Day", "2044-11-01": "All Saints' Day", "2044-11-11": "Armistice Day", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-04-10": "Easter Monday", "2045-05-01": "Labor Day", "2045-05-08": "Victory Day", "2045-05-18": "Ascension Day", "2045-05-29": "Whit Monday", "2045-07-14": "National Day", "2045-08-15": "Assumption Day", "2045-11-01": "All Saints' Day", "2045-11-11": "Armistice Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-26": "Easter Monday", "2046-05-01": "Labor Day", "2046-05-03": "Ascension Day", "2046-05-08": "Victory Day", "2046-05-14": "Whit Monday", "2046-07-14": "National Day", "2046-08-15": "Assumption Day", "2046-11-01": "All Saints' Day", "2046-11-11": "Armistice Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-15": "Easter Monday", "2047-05-01": "Labor Day", "2047-05-08": "Victory Day", "2047-05-23": "Ascension Day", "2047-06-03": "Whit Monday", "2047-07-14": "National Day", "2047-08-15": "Assumption Day", "2047-11-01": "All Saints' Day", "2047-11-11": "Armistice Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-06": "Easter Monday", "2048-05-01": "Labor Day", "2048-05-08": "Victory Day", "2048-05-14": "Ascension Day", "2048-05-25": "Whit Monday", "2048-07-14": "National Day", "2048-08-15": "Assumption Day", "2048-11-01": "All Saints' Day", "2048-11-11": "Armistice Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-19": "Easter Monday", "2049-05-01": "Labor Day", "2049-05-08": "Victory Day", "2049-05-27": "Ascension Day", "2049-06-07": "Whit Monday", "2049-07-14": "National Day", "2049-08-15": "Assumption Day", "2049-11-01": "All Saints' Day", "2049-11-11": "Armistice Day", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-04-11": "Easter Monday", "2050-05-01": "Labor Day", "2050-05-08": "Victory Day", "2050-05-19": "Ascension Day", "2050-05-30": "Whit Monday", "2050-07-14": "National Day", "2050-08-15": "Assumption Day", "2050-11-01": "All Saints' Day", "2050-11-11": "Armistice Day", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/TH_COMMON.json000066400000000000000000004257221500152103600215750ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day", "1950-02-03": "Thai Veterans Day", "1950-03-03": "Makha Bucha", "1950-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1950-04-06": "Chakri Day", "1950-04-13": "Songkran Festival", "1950-04-14": "Songkran Festival", "1950-04-15": "National Mother's Day; Songkran Festival", "1950-05-31": "Visakha Bucha", "1950-06-01": "Visakha Bucha", "1950-06-24": "National Day", "1950-07-01": "Mid-Year Closing Day", "1950-07-29": "Buddhist Lent Day", "1950-07-30": "Buddhist Lent Day", "1950-10-23": "HM King Chulalongkorn Memorial Day", "1950-11-24": "Loy Krathong", "1950-12-04": "The King's Birthday", "1950-12-05": "The King's Birthday", "1950-12-06": "The King's Birthday", "1950-12-09": "Constitution Day", "1950-12-10": "Constitution Day", "1950-12-11": "Constitution Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-01-02": "New Year's Day", "1951-02-03": "Thai Veterans Day", "1951-02-21": "Makha Bucha", "1951-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1951-04-06": "Chakri Day", "1951-04-13": "Songkran Festival", "1951-04-14": "Songkran Festival", "1951-04-15": "National Mother's Day; Songkran Festival", "1951-05-20": "Visakha Bucha", "1951-05-21": "Visakha Bucha", "1951-06-24": "National Day", "1951-07-01": "Mid-Year Closing Day", "1951-07-18": "Buddhist Lent Day", "1951-07-19": "Buddhist Lent Day", "1951-10-23": "HM King Chulalongkorn Memorial Day", "1951-10-24": "United Nations Day", "1951-11-13": "Loy Krathong", "1951-12-05": "The King's Birthday", "1951-12-06": "The King's Birthday", "1951-12-07": "The King's Birthday", "1951-12-09": "Constitution Day", "1951-12-10": "Constitution Day", "1951-12-11": "Constitution Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-01-02": "New Year's Day", "1952-02-03": "Thai Veterans Day", "1952-02-10": "Makha Bucha", "1952-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1952-04-06": "Chakri Day", "1952-04-13": "Songkran Festival", "1952-04-14": "Songkran Festival", "1952-04-15": "National Mother's Day; Songkran Festival", "1952-05-08": "Visakha Bucha", "1952-05-09": "Visakha Bucha", "1952-06-23": "National Day", "1952-06-24": "National Day", "1952-06-25": "National Day", "1952-07-01": "Mid-Year Closing Day", "1952-07-07": "Buddhist Lent Day", "1952-07-08": "Buddhist Lent Day", "1952-10-23": "HM King Chulalongkorn Memorial Day", "1952-10-24": "United Nations Day", "1952-11-02": "Loy Krathong", "1952-12-04": "The King's Birthday", "1952-12-05": "The King's Birthday", "1952-12-06": "The King's Birthday", "1952-12-09": "Constitution Day", "1952-12-10": "Constitution Day", "1952-12-11": "Constitution Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-01-02": "New Year's Day", "1953-02-03": "Thai Veterans Day", "1953-02-28": "Makha Bucha", "1953-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1953-04-06": "Chakri Day", "1953-04-13": "Songkran Festival", "1953-04-14": "Songkran Festival", "1953-04-15": "National Mother's Day; Songkran Festival", "1953-05-28": "Visakha Bucha", "1953-05-29": "Visakha Bucha", "1953-06-23": "National Day", "1953-06-24": "National Day", "1953-06-25": "National Day", "1953-07-01": "Mid-Year Closing Day", "1953-07-26": "Buddhist Lent Day", "1953-07-27": "Buddhist Lent Day", "1953-10-23": "HM King Chulalongkorn Memorial Day", "1953-10-24": "United Nations Day", "1953-11-21": "Loy Krathong", "1953-12-04": "The King's Birthday", "1953-12-05": "The King's Birthday", "1953-12-06": "The King's Birthday", "1953-12-09": "Constitution Day", "1953-12-10": "Constitution Day", "1953-12-11": "Constitution Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-01-02": "New Year's Day", "1954-02-03": "Thai Veterans Day", "1954-02-18": "Makha Bucha", "1954-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1954-04-06": "Chakri Day", "1954-04-15": "National Mother's Day", "1954-05-17": "Visakha Bucha", "1954-06-24": "National Day", "1954-07-01": "Mid-Year Closing Day", "1954-07-16": "Buddhist Lent Day", "1954-10-23": "HM King Chulalongkorn Memorial Day", "1954-10-24": "United Nations Day", "1954-11-10": "Loy Krathong", "1954-12-05": "The King's Birthday", "1954-12-10": "Constitution Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-03": "Thai Veterans Day", "1955-02-07": "Makha Bucha", "1955-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1955-04-06": "Chakri Day", "1955-04-15": "National Mother's Day", "1955-05-06": "Visakha Bucha", "1955-06-24": "National Day", "1955-07-01": "Mid-Year Closing Day", "1955-07-05": "Buddhist Lent Day", "1955-10-03": "National Children's Day", "1955-10-23": "HM King Chulalongkorn Memorial Day", "1955-10-24": "United Nations Day", "1955-10-30": "Loy Krathong", "1955-12-05": "The King's Birthday", "1955-12-10": "Constitution Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-03": "Thai Veterans Day", "1956-02-25": "Makha Bucha", "1956-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1956-04-06": "Chakri Day", "1956-04-15": "National Mother's Day", "1956-05-24": "Visakha Bucha", "1956-06-24": "National Day", "1956-07-01": "Mid-Year Closing Day", "1956-07-23": "Buddhist Lent Day", "1956-10-01": "National Children's Day", "1956-10-23": "HM King Chulalongkorn Memorial Day", "1956-10-24": "United Nations Day", "1956-11-17": "Loy Krathong", "1956-12-05": "The King's Birthday", "1956-12-10": "Constitution Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-01-16": "Teacher's Day", "1957-02-03": "Thai Veterans Day", "1957-02-14": "Makha Bucha", "1957-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1957-04-06": "Chakri Day", "1957-04-13": "Songkran Festival", "1957-04-15": "National Mother's Day", "1957-05-13": "Visakha Bucha", "1957-06-24": "National Day", "1957-07-01": "Mid-Year Closing Day", "1957-07-13": "Buddhist Lent Day", "1957-10-07": "National Children's Day", "1957-10-23": "HM King Chulalongkorn Memorial Day", "1957-11-07": "Loy Krathong", "1957-12-05": "The King's Birthday", "1957-12-10": "Constitution Day", "1958-01-01": "New Year's Day", "1958-01-16": "Teacher's Day", "1958-02-03": "Thai Veterans Day", "1958-03-05": "Makha Bucha", "1958-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1958-04-06": "Chakri Day", "1958-04-13": "Songkran Festival", "1958-05-05": "Coronation Day", "1958-06-02": "Visakha Bucha", "1958-06-24": "National Day", "1958-07-01": "Mid-Year Closing Day", "1958-08-01": "Buddhist Lent Day", "1958-10-06": "National Children's Day", "1958-10-23": "HM King Chulalongkorn Memorial Day", "1958-11-26": "Loy Krathong", "1958-12-05": "The King's Birthday", "1958-12-10": "Constitution Day", "1959-01-01": "New Year's Day", "1959-01-16": "Teacher's Day", "1959-02-03": "Thai Veterans Day", "1959-02-23": "Makha Bucha", "1959-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1959-04-06": "Chakri Day", "1959-04-08": "Royal Thai Armed Forces Day", "1959-04-13": "Songkran Festival", "1959-05-05": "Coronation Day", "1959-05-22": "Visakha Bucha", "1959-06-24": "National Day", "1959-07-01": "Mid-Year Closing Day", "1959-07-21": "Buddhist Lent Day", "1959-10-05": "National Children's Day", "1959-10-23": "HM King Chulalongkorn Memorial Day", "1959-11-15": "Loy Krathong", "1959-12-05": "The King's Birthday", "1959-12-10": "Constitution Day", "1960-01-01": "New Year's Day", "1960-01-16": "Teacher's Day", "1960-02-03": "Thai Veterans Day", "1960-02-12": "Makha Bucha", "1960-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1960-04-06": "Chakri Day", "1960-04-08": "Royal Thai Armed Forces Day", "1960-04-13": "Songkran Festival", "1960-05-02": "Royal Ploughing Ceremony", "1960-05-05": "Coronation Day", "1960-05-10": "Visakha Bucha", "1960-07-01": "Mid-Year Closing Day", "1960-07-09": "Buddhist Lent Day", "1960-10-03": "National Children's Day", "1960-10-23": "HM King Chulalongkorn Memorial Day", "1960-11-03": "Loy Krathong", "1960-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1960-12-10": "Constitution Day", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (in lieu)", "1961-01-16": "Teacher's Day", "1961-02-03": "Thai Veterans Day", "1961-03-01": "Makha Bucha", "1961-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1961-04-06": "Chakri Day", "1961-04-08": "Royal Thai Armed Forces Day", "1961-04-13": "Songkran Festival", "1961-05-05": "Coronation Day", "1961-05-11": "Royal Ploughing Ceremony", "1961-05-29": "Visakha Bucha", "1961-07-01": "Mid-Year Closing Day", "1961-07-28": "Buddhist Lent Day", "1961-10-02": "National Children's Day", "1961-10-23": "HM King Chulalongkorn Memorial Day", "1961-11-22": "Loy Krathong", "1961-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1961-12-10": "Constitution Day", "1961-12-11": "Constitution Day (in lieu)", "1962-01-01": "New Year's Day", "1962-01-16": "Teacher's Day", "1962-02-03": "Thai Veterans Day", "1962-02-19": "Makha Bucha", "1962-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1962-04-06": "Chakri Day", "1962-04-08": "Royal Thai Armed Forces Day", "1962-04-13": "Songkran Festival", "1962-05-05": "Coronation Day", "1962-05-07": "Coronation Day (in lieu); Royal Ploughing Ceremony", "1962-05-18": "Visakha Bucha", "1962-07-01": "Mid-Year Closing Day", "1962-07-16": "Asarnha Bucha", "1962-07-17": "Buddhist Lent Day", "1962-10-01": "National Children's Day", "1962-10-23": "HM King Chulalongkorn Memorial Day", "1962-11-11": "Loy Krathong", "1962-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1962-12-10": "Constitution Day", "1963-01-01": "New Year's Day", "1963-01-16": "Teacher's Day", "1963-02-03": "Thai Veterans Day", "1963-02-08": "Makha Bucha", "1963-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1963-04-06": "Chakri Day", "1963-04-08": "Chakri Day (in lieu); Royal Thai Armed Forces Day", "1963-04-13": "Songkran Festival", "1963-04-15": "Songkran Festival (in lieu)", "1963-05-05": "Coronation Day", "1963-05-06": "Coronation Day (in lieu)", "1963-05-07": "Visakha Bucha", "1963-05-10": "Royal Ploughing Ceremony", "1963-07-01": "Mid-Year Closing Day", "1963-07-06": "Asarnha Bucha", "1963-07-07": "Buddhist Lent Day", "1963-07-08": "Asarnha Bucha (in lieu)", "1963-10-07": "National Children's Day", "1963-10-23": "HM King Chulalongkorn Memorial Day", "1963-11-01": "Loy Krathong", "1963-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1963-12-10": "Constitution Day", "1964-01-01": "New Year's Day", "1964-01-16": "Teacher's Day", "1964-02-03": "Thai Veterans Day", "1964-02-27": "Makha Bucha", "1964-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1964-04-06": "Chakri Day", "1964-04-08": "Royal Thai Armed Forces Day", "1964-04-13": "Songkran Festival", "1964-05-05": "Coronation Day", "1964-05-08": "Royal Ploughing Ceremony", "1964-05-26": "Visakha Bucha", "1964-07-01": "Mid-Year Closing Day", "1964-07-24": "Asarnha Bucha", "1964-07-25": "Buddhist Lent Day", "1964-07-27": "Buddhist Lent Day (in lieu)", "1964-10-23": "HM King Chulalongkorn Memorial Day", "1964-11-19": "Loy Krathong", "1964-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1964-12-07": "HM King Bhumibol Adulyadej's Birthday (in lieu); National Day (in lieu)", "1964-12-10": "Constitution Day", "1965-01-01": "New Year's Day", "1965-01-09": "National Children's Day", "1965-01-16": "Teacher's Day", "1965-02-03": "Thai Veterans Day", "1965-02-16": "Makha Bucha", "1965-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1965-04-06": "Chakri Day", "1965-04-08": "Royal Thai Armed Forces Day", "1965-04-13": "Songkran Festival", "1965-05-05": "Coronation Day", "1965-05-13": "Royal Ploughing Ceremony", "1965-05-15": "Visakha Bucha", "1965-05-17": "Visakha Bucha (in lieu)", "1965-07-01": "Mid-Year Closing Day", "1965-07-13": "Asarnha Bucha", "1965-07-14": "Buddhist Lent Day", "1965-10-23": "HM King Chulalongkorn Memorial Day", "1965-10-25": "HM King Chulalongkorn Memorial Day (in lieu)", "1965-11-08": "Loy Krathong", "1965-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1965-12-06": "HM King Bhumibol Adulyadej's Birthday (in lieu); National Day (in lieu)", "1965-12-10": "Constitution Day", "1966-01-01": "New Year's Day", "1966-01-03": "New Year's Day (in lieu)", "1966-01-08": "National Children's Day", "1966-01-16": "Teacher's Day", "1966-02-03": "Thai Veterans Day", "1966-03-06": "Makha Bucha", "1966-03-07": "Makha Bucha (in lieu)", "1966-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1966-04-06": "Chakri Day", "1966-04-08": "Royal Thai Armed Forces Day", "1966-04-13": "Songkran Festival", "1966-05-05": "Coronation Day", "1966-05-13": "Royal Ploughing Ceremony", "1966-06-03": "Visakha Bucha", "1966-07-01": "Mid-Year Closing Day", "1966-08-01": "Asarnha Bucha", "1966-08-02": "Buddhist Lent Day", "1966-10-23": "HM King Chulalongkorn Memorial Day", "1966-10-24": "HM King Chulalongkorn Memorial Day (in lieu)", "1966-11-27": "Loy Krathong", "1966-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1966-12-10": "Constitution Day", "1966-12-12": "Constitution Day (in lieu)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (in lieu)", "1967-01-14": "National Children's Day", "1967-01-16": "Teacher's Day", "1967-02-03": "Thai Veterans Day", "1967-02-24": "Makha Bucha", "1967-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1967-04-06": "Chakri Day", "1967-04-08": "Royal Thai Armed Forces Day", "1967-04-13": "Songkran Festival", "1967-05-05": "Coronation Day", "1967-05-11": "Royal Ploughing Ceremony", "1967-05-23": "Visakha Bucha", "1967-07-01": "Mid-Year Closing Day", "1967-07-21": "Asarnha Bucha", "1967-07-22": "Buddhist Lent Day", "1967-07-24": "Buddhist Lent Day (in lieu)", "1967-10-23": "HM King Chulalongkorn Memorial Day", "1967-11-16": "Loy Krathong", "1967-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1967-12-10": "Constitution Day", "1967-12-11": "Constitution Day (in lieu)", "1968-01-01": "New Year's Day", "1968-01-13": "National Children's Day", "1968-01-16": "Teacher's Day", "1968-02-03": "Thai Veterans Day", "1968-02-13": "Makha Bucha", "1968-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1968-04-06": "Chakri Day", "1968-04-08": "Chakri Day (in lieu); Royal Thai Armed Forces Day", "1968-04-13": "Songkran Festival", "1968-04-15": "Songkran Festival (in lieu)", "1968-05-05": "Coronation Day", "1968-05-06": "Coronation Day (in lieu)", "1968-05-10": "Royal Ploughing Ceremony", "1968-05-11": "Visakha Bucha", "1968-05-13": "Visakha Bucha (in lieu)", "1968-07-01": "Mid-Year Closing Day", "1968-07-09": "Asarnha Bucha", "1968-07-10": "Buddhist Lent Day", "1968-10-23": "HM King Chulalongkorn Memorial Day", "1968-11-04": "Loy Krathong", "1968-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1968-12-10": "Constitution Day", "1969-01-01": "New Year's Day", "1969-01-11": "National Children's Day", "1969-01-16": "Teacher's Day", "1969-02-03": "Thai Veterans Day", "1969-03-02": "Makha Bucha", "1969-03-03": "Makha Bucha (in lieu)", "1969-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1969-04-06": "Chakri Day", "1969-04-07": "Chakri Day (in lieu)", "1969-04-08": "Royal Thai Armed Forces Day", "1969-04-13": "Songkran Festival", "1969-04-14": "Songkran Festival (in lieu)", "1969-05-05": "Coronation Day", "1969-05-09": "Royal Ploughing Ceremony", "1969-05-30": "Visakha Bucha", "1969-07-01": "Mid-Year Closing Day", "1969-07-28": "Asarnha Bucha", "1969-07-29": "Buddhist Lent Day", "1969-10-23": "HM King Chulalongkorn Memorial Day", "1969-11-23": "Loy Krathong", "1969-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1969-12-10": "Constitution Day", "1970-01-01": "New Year's Day", "1970-01-10": "National Children's Day", "1970-01-16": "Teacher's Day", "1970-02-03": "Thai Veterans Day", "1970-02-20": "Makha Bucha", "1970-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1970-04-06": "Chakri Day", "1970-04-08": "Royal Thai Armed Forces Day", "1970-04-13": "Songkran Festival", "1970-05-05": "Coronation Day", "1970-05-08": "Royal Ploughing Ceremony", "1970-05-19": "Visakha Bucha", "1970-07-01": "Mid-Year Closing Day", "1970-07-18": "Asarnha Bucha", "1970-07-19": "Buddhist Lent Day", "1970-07-20": "Asarnha Bucha (in lieu)", "1970-10-23": "HM King Chulalongkorn Memorial Day", "1970-11-13": "Loy Krathong", "1970-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1970-12-07": "HM King Bhumibol Adulyadej's Birthday (in lieu); National Day (in lieu)", "1970-12-10": "Constitution Day", "1971-01-01": "New Year's Day", "1971-01-09": "National Children's Day", "1971-01-16": "Teacher's Day", "1971-02-03": "Thai Veterans Day", "1971-02-10": "Makha Bucha", "1971-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1971-04-06": "Chakri Day", "1971-04-08": "Royal Thai Armed Forces Day", "1971-04-13": "Songkran Festival", "1971-05-05": "Coronation Day", "1971-05-07": "Royal Ploughing Ceremony", "1971-05-09": "Visakha Bucha", "1971-05-10": "Visakha Bucha (in lieu)", "1971-07-01": "Mid-Year Closing Day", "1971-07-07": "Asarnha Bucha", "1971-07-08": "Buddhist Lent Day", "1971-10-23": "HM King Chulalongkorn Memorial Day", "1971-10-25": "HM King Chulalongkorn Memorial Day (in lieu)", "1971-11-02": "Loy Krathong", "1971-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1971-12-06": "HM King Bhumibol Adulyadej's Birthday (in lieu); National Day (in lieu)", "1971-12-10": "Constitution Day", "1972-01-01": "New Year's Day", "1972-01-03": "New Year's Day (in lieu)", "1972-01-08": "National Children's Day", "1972-01-16": "Teacher's Day", "1972-02-03": "Thai Veterans Day", "1972-02-28": "Makha Bucha", "1972-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1972-04-06": "Chakri Day", "1972-04-08": "Royal Thai Armed Forces Day", "1972-04-13": "Songkran Festival", "1972-05-05": "Coronation Day", "1972-05-08": "Royal Ploughing Ceremony", "1972-05-27": "Visakha Bucha", "1972-05-29": "Visakha Bucha (in lieu)", "1972-07-01": "Mid-Year Closing Day", "1972-07-25": "Asarnha Bucha", "1972-07-26": "Buddhist Lent Day", "1972-10-23": "HM King Chulalongkorn Memorial Day", "1972-11-20": "Loy Krathong", "1972-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1972-12-10": "Constitution Day", "1972-12-11": "Constitution Day (in lieu)", "1973-01-01": "New Year's Day", "1973-01-13": "National Children's Day", "1973-01-16": "Teacher's Day", "1973-02-03": "Thai Veterans Day", "1973-02-17": "Makha Bucha", "1973-02-19": "Makha Bucha (in lieu)", "1973-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1973-04-06": "Chakri Day", "1973-04-08": "Royal Thai Armed Forces Day", "1973-04-13": "Songkran Festival", "1973-05-05": "Coronation Day", "1973-05-07": "Coronation Day (in lieu); Royal Ploughing Ceremony", "1973-05-16": "Visakha Bucha", "1973-07-01": "Mid-Year Closing Day", "1973-07-15": "Asarnha Bucha", "1973-07-16": "Buddhist Lent Day", "1973-07-17": "Asarnha Bucha (in lieu)", "1973-10-23": "HM King Chulalongkorn Memorial Day", "1973-11-10": "Loy Krathong", "1973-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1973-12-10": "Constitution Day", "1974-01-01": "New Year's Day", "1974-01-12": "National Children's Day", "1974-01-16": "Teacher's Day", "1974-02-03": "Thai Veterans Day", "1974-02-07": "Makha Bucha", "1974-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1974-04-06": "Chakri Day", "1974-04-08": "Royal Thai Armed Forces Day", "1974-04-13": "Songkran Festival", "1974-05-01": "National Labor Day", "1974-05-05": "Coronation Day", "1974-05-06": "Visakha Bucha", "1974-05-08": "Royal Ploughing Ceremony", "1974-07-01": "Mid-Year Closing Day", "1974-07-04": "Asarnha Bucha", "1974-07-05": "Buddhist Lent Day", "1974-10-23": "HM King Chulalongkorn Memorial Day", "1974-10-30": "Loy Krathong", "1974-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1974-12-10": "Constitution Day", "1975-01-01": "New Year's Day", "1975-01-11": "National Children's Day", "1975-01-16": "Teacher's Day", "1975-02-03": "Thai Veterans Day", "1975-02-25": "Makha Bucha", "1975-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1975-04-06": "Chakri Day", "1975-04-08": "Royal Thai Armed Forces Day", "1975-04-13": "Songkran Festival", "1975-05-01": "National Labor Day", "1975-05-05": "Coronation Day", "1975-05-07": "Royal Ploughing Ceremony", "1975-05-25": "Visakha Bucha", "1975-07-01": "Mid-Year Closing Day", "1975-07-23": "Asarnha Bucha", "1975-07-24": "Buddhist Lent Day", "1975-10-23": "HM King Chulalongkorn Memorial Day", "1975-11-18": "Loy Krathong", "1975-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1975-12-10": "Constitution Day", "1976-01-01": "New Year's Day", "1976-01-10": "National Children's Day", "1976-01-16": "Teacher's Day", "1976-02-03": "Thai Veterans Day", "1976-02-15": "Makha Bucha", "1976-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1976-04-06": "Chakri Day", "1976-04-08": "Royal Thai Armed Forces Day", "1976-04-13": "Songkran Festival", "1976-05-01": "National Labor Day", "1976-05-05": "Coronation Day", "1976-05-10": "Royal Ploughing Ceremony", "1976-05-13": "Visakha Bucha", "1976-07-01": "Mid-Year Closing Day", "1976-07-11": "Asarnha Bucha", "1976-07-12": "Buddhist Lent Day", "1976-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1976-10-23": "HM King Chulalongkorn Memorial Day", "1976-11-06": "Loy Krathong", "1976-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1976-12-10": "Constitution Day", "1977-01-01": "New Year's Day", "1977-01-08": "National Children's Day", "1977-01-16": "Teacher's Day", "1977-02-03": "Thai Veterans Day", "1977-03-04": "Makha Bucha", "1977-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1977-04-06": "Chakri Day", "1977-04-08": "Royal Thai Armed Forces Day", "1977-04-13": "Songkran Festival", "1977-05-01": "National Labor Day", "1977-05-05": "Coronation Day", "1977-05-12": "Royal Ploughing Ceremony", "1977-06-01": "Visakha Bucha", "1977-07-01": "Mid-Year Closing Day", "1977-07-30": "Asarnha Bucha", "1977-07-31": "Buddhist Lent Day", "1977-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1977-10-23": "HM King Chulalongkorn Memorial Day", "1977-11-25": "Loy Krathong", "1977-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1977-12-10": "Constitution Day", "1978-01-01": "New Year's Day", "1978-01-14": "National Children's Day", "1978-01-16": "Teacher's Day", "1978-02-03": "Thai Veterans Day", "1978-02-22": "Makha Bucha", "1978-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1978-04-06": "Chakri Day", "1978-04-08": "Royal Thai Armed Forces Day", "1978-04-13": "Songkran Festival", "1978-05-01": "National Labor Day", "1978-05-05": "Coronation Day", "1978-05-11": "Royal Ploughing Ceremony", "1978-05-21": "Visakha Bucha", "1978-07-01": "Mid-Year Closing Day", "1978-07-19": "Asarnha Bucha", "1978-07-20": "Buddhist Lent Day", "1978-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1978-10-23": "HM King Chulalongkorn Memorial Day", "1978-11-14": "Loy Krathong", "1978-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1978-12-10": "Constitution Day", "1979-01-01": "New Year's Day", "1979-01-13": "National Children's Day", "1979-01-16": "Teacher's Day", "1979-02-03": "Thai Veterans Day", "1979-02-11": "Makha Bucha", "1979-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1979-04-06": "Chakri Day", "1979-04-08": "Royal Thai Armed Forces Day", "1979-04-13": "Songkran Festival", "1979-05-01": "National Labor Day", "1979-05-05": "Coronation Day", "1979-05-07": "Royal Ploughing Ceremony", "1979-05-10": "Visakha Bucha", "1979-07-01": "Mid-Year Closing Day", "1979-07-09": "Asarnha Bucha", "1979-07-10": "Buddhist Lent Day", "1979-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1979-10-23": "HM King Chulalongkorn Memorial Day", "1979-11-04": "Loy Krathong", "1979-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day", "1979-12-10": "Constitution Day", "1980-01-01": "New Year's Day", "1980-01-12": "National Children's Day", "1980-01-16": "Teacher's Day", "1980-01-25": "Royal Thai Armed Forces Day", "1980-02-03": "Thai Veterans Day", "1980-03-01": "Makha Bucha", "1980-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1980-04-06": "Chakri Day", "1980-04-13": "Songkran Festival", "1980-05-01": "National Labor Day", "1980-05-05": "Coronation Day", "1980-05-14": "Royal Ploughing Ceremony", "1980-05-29": "Visakha Bucha", "1980-07-01": "Mid-Year Closing Day", "1980-07-27": "Asarnha Bucha", "1980-07-28": "Buddhist Lent Day", "1980-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1980-10-23": "HM King Chulalongkorn Memorial Day", "1980-11-22": "Loy Krathong", "1980-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1980-12-10": "Constitution Day", "1981-01-01": "New Year's Day", "1981-01-10": "National Children's Day", "1981-01-16": "Teacher's Day", "1981-01-25": "Royal Thai Armed Forces Day", "1981-02-03": "Thai Veterans Day", "1981-02-19": "Makha Bucha", "1981-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1981-04-06": "Chakri Day", "1981-04-13": "Songkran Festival", "1981-05-01": "National Labor Day", "1981-05-05": "Coronation Day", "1981-05-07": "Royal Ploughing Ceremony", "1981-05-18": "Visakha Bucha", "1981-07-01": "Mid-Year Closing Day", "1981-07-16": "Asarnha Bucha", "1981-07-17": "Buddhist Lent Day", "1981-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1981-10-23": "HM King Chulalongkorn Memorial Day", "1981-11-11": "Loy Krathong", "1981-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1981-12-10": "Constitution Day", "1982-01-01": "New Year's Day", "1982-01-09": "National Children's Day", "1982-01-16": "Teacher's Day", "1982-01-25": "Royal Thai Armed Forces Day", "1982-02-03": "Thai Veterans Day", "1982-02-08": "Makha Bucha", "1982-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1982-04-06": "Chakri Day", "1982-04-13": "Songkran Festival", "1982-05-01": "National Labor Day", "1982-05-05": "Coronation Day", "1982-05-07": "Visakha Bucha", "1982-05-19": "Royal Ploughing Ceremony", "1982-07-01": "Mid-Year Closing Day", "1982-07-05": "Asarnha Bucha", "1982-07-06": "Buddhist Lent Day", "1982-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1982-08-18": "National Science Day", "1982-10-23": "HM King Chulalongkorn Memorial Day", "1982-10-31": "Loy Krathong", "1982-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1982-12-10": "Constitution Day", "1983-01-01": "New Year's Day", "1983-01-08": "National Children's Day", "1983-01-16": "Teacher's Day", "1983-01-25": "Royal Thai Armed Forces Day", "1983-02-03": "Thai Veterans Day", "1983-02-26": "Makha Bucha", "1983-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1983-04-06": "Chakri Memorial Day", "1983-04-13": "Songkran Festival", "1983-05-01": "National Labor Day", "1983-05-05": "Coronation Day", "1983-05-11": "Royal Ploughing Ceremony", "1983-05-26": "Visakha Bucha", "1983-07-01": "Mid-Year Closing Day", "1983-07-24": "Asarnha Bucha", "1983-07-25": "Buddhist Lent Day", "1983-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1983-08-18": "National Science Day", "1983-10-23": "HM King Chulalongkorn Memorial Day", "1983-11-19": "Loy Krathong", "1983-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1983-12-10": "Constitution Day", "1984-01-01": "New Year's Day", "1984-01-14": "National Children's Day", "1984-01-16": "Teacher's Day", "1984-01-25": "Royal Thai Armed Forces Day", "1984-02-03": "Thai Veterans Day", "1984-02-16": "Makha Bucha", "1984-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1984-04-06": "Chakri Memorial Day", "1984-04-13": "Songkran Festival", "1984-05-01": "National Labor Day", "1984-05-05": "Coronation Day", "1984-05-10": "Royal Ploughing Ceremony", "1984-05-14": "Visakha Bucha", "1984-07-01": "Mid-Year Closing Day", "1984-07-12": "Asarnha Bucha", "1984-07-13": "Buddhist Lent Day", "1984-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1984-08-18": "National Science Day", "1984-10-23": "HM King Chulalongkorn Memorial Day", "1984-11-07": "Loy Krathong", "1984-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1984-12-10": "Constitution Day", "1985-01-01": "New Year's Day", "1985-01-12": "National Children's Day", "1985-01-16": "Teacher's Day", "1985-01-25": "Royal Thai Armed Forces Day", "1985-02-03": "Thai Veterans Day", "1985-02-26": "National Artist Day", "1985-03-05": "Makha Bucha", "1985-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1985-04-06": "Chakri Memorial Day", "1985-04-09": "HM Queen Rambai Barni's Royal Cremation Ceremony", "1985-04-13": "Songkran Festival", "1985-05-01": "National Labor Day", "1985-05-05": "Coronation Day", "1985-05-09": "Royal Ploughing Ceremony", "1985-06-02": "Visakha Bucha", "1985-07-01": "Mid-Year Closing Day", "1985-07-31": "Asarnha Bucha", "1985-08-01": "Buddhist Lent Day", "1985-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1985-08-18": "National Science Day", "1985-10-23": "HM King Chulalongkorn Memorial Day", "1985-11-26": "Loy Krathong", "1985-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1985-12-10": "Constitution Day", "1986-01-01": "New Year's Day", "1986-01-11": "National Children's Day", "1986-01-16": "Teacher's Day", "1986-01-25": "Royal Thai Armed Forces Day", "1986-02-03": "Thai Veterans Day", "1986-02-23": "Makha Bucha", "1986-02-26": "National Artist Day", "1986-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1986-04-06": "Chakri Memorial Day", "1986-04-13": "Songkran Festival", "1986-05-01": "National Labor Day", "1986-05-05": "Coronation Day", "1986-05-09": "Royal Ploughing Ceremony", "1986-05-22": "Visakha Bucha", "1986-07-01": "Mid-Year Closing Day", "1986-07-20": "Asarnha Bucha", "1986-07-21": "Buddhist Lent Day", "1986-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1986-08-18": "National Science Day", "1986-10-23": "HM King Chulalongkorn Memorial Day", "1986-11-15": "Loy Krathong", "1986-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1986-12-10": "Constitution Day", "1987-01-01": "New Year's Day", "1987-01-10": "National Children's Day", "1987-01-16": "Teacher's Day", "1987-01-25": "Royal Thai Armed Forces Day", "1987-02-03": "Thai Veterans Day", "1987-02-12": "Makha Bucha", "1987-02-26": "National Artist Day", "1987-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1987-04-06": "Chakri Memorial Day", "1987-04-13": "Songkran Festival", "1987-05-01": "National Labor Day", "1987-05-05": "Coronation Day", "1987-05-08": "Royal Ploughing Ceremony", "1987-05-11": "Visakha Bucha", "1987-07-01": "Mid-Year Closing Day", "1987-07-10": "Asarnha Bucha", "1987-07-11": "Buddhist Lent Day", "1987-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1987-08-18": "National Science Day", "1987-10-23": "HM King Chulalongkorn Memorial Day", "1987-11-05": "Loy Krathong", "1987-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1987-12-10": "Constitution Day", "1988-01-01": "New Year's Day", "1988-01-09": "National Children's Day", "1988-01-16": "Teacher's Day", "1988-01-25": "Royal Thai Armed Forces Day", "1988-02-03": "Thai Veterans Day", "1988-02-26": "National Artist Day", "1988-03-02": "Makha Bucha", "1988-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1988-04-06": "Chakri Memorial Day", "1988-04-13": "Songkran Festival", "1988-05-01": "National Labor Day", "1988-05-05": "Coronation Day", "1988-05-11": "Royal Ploughing Ceremony", "1988-05-30": "Visakha Bucha", "1988-07-01": "Mid-Year Closing Day", "1988-07-28": "Asarnha Bucha", "1988-07-29": "Buddhist Lent Day", "1988-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1988-08-18": "National Science Day", "1988-10-23": "HM King Chulalongkorn Memorial Day", "1988-11-23": "Loy Krathong", "1988-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1988-12-10": "Constitution Day", "1989-01-01": "New Year's Day", "1989-01-14": "National Children's Day", "1989-01-16": "Teacher's Day", "1989-01-25": "Royal Thai Armed Forces Day", "1989-02-03": "Thai Veterans Day", "1989-02-20": "Makha Bucha", "1989-02-26": "National Artist Day", "1989-03-08": "International Women's Day", "1989-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1989-04-06": "Chakri Memorial Day", "1989-04-12": "Songkran Festival", "1989-04-13": "Songkran Festival", "1989-04-14": "Songkran Festival", "1989-05-01": "National Labor Day", "1989-05-05": "Coronation Day", "1989-05-11": "Royal Ploughing Ceremony", "1989-05-19": "Visakha Bucha", "1989-07-01": "Mid-Year Closing Day", "1989-07-17": "Asarnha Bucha", "1989-07-18": "Buddhist Lent Day", "1989-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1989-08-18": "National Science Day", "1989-10-23": "HM King Chulalongkorn Memorial Day", "1989-11-12": "Loy Krathong", "1989-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1989-12-10": "Constitution Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-01-13": "National Children's Day", "1990-01-14": "National Forest Conservation Day", "1990-01-16": "Teacher's Day", "1990-01-17": "HM King Ramkamhaeng Memorial Day", "1990-01-25": "Royal Thai Armed Forces Day", "1990-02-03": "Thai Veterans Day", "1990-02-09": "Makha Bucha", "1990-02-26": "National Artist Day", "1990-03-08": "International Women's Day", "1990-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1990-04-06": "Chakri Memorial Day", "1990-04-12": "Songkran Festival", "1990-04-13": "Songkran Festival", "1990-04-14": "Songkran Festival", "1990-05-01": "National Labor Day", "1990-05-05": "Coronation Day", "1990-05-08": "Visakha Bucha", "1990-05-11": "Royal Ploughing Ceremony", "1990-07-01": "Mid-Year Closing Day", "1990-07-07": "Asarnha Bucha", "1990-07-08": "Buddhist Lent Day", "1990-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1990-08-18": "National Science Day", "1990-10-23": "HM King Chulalongkorn Memorial Day", "1990-11-02": "Loy Krathong", "1990-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1990-12-10": "Constitution Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-01-12": "National Children's Day", "1991-01-14": "National Forest Conservation Day", "1991-01-16": "Teacher's Day", "1991-01-17": "HM King Ramkamhaeng Memorial Day", "1991-01-25": "Royal Thai Armed Forces Day", "1991-02-03": "Thai Veterans Day", "1991-02-26": "National Artist Day", "1991-02-28": "Makha Bucha", "1991-03-08": "International Women's Day", "1991-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1991-04-06": "Chakri Memorial Day", "1991-04-12": "Songkran Festival", "1991-04-13": "Songkran Festival", "1991-04-14": "Songkran Festival", "1991-05-01": "National Labor Day", "1991-05-05": "Coronation Day", "1991-05-10": "Royal Ploughing Ceremony", "1991-05-28": "Visakha Bucha", "1991-07-01": "Mid-Year Closing Day", "1991-07-26": "Asarnha Bucha", "1991-07-27": "Buddhist Lent Day", "1991-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1991-08-18": "National Science Day", "1991-10-23": "HM King Chulalongkorn Memorial Day", "1991-11-21": "Loy Krathong", "1991-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1991-12-10": "Constitution Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-01-11": "National Children's Day", "1992-01-14": "National Forest Conservation Day", "1992-01-16": "Teacher's Day", "1992-01-17": "HM King Ramkamhaeng Memorial Day", "1992-01-25": "Royal Thai Armed Forces Day", "1992-02-03": "Thai Veterans Day", "1992-02-18": "Makha Bucha", "1992-02-26": "National Artist Day", "1992-03-08": "International Women's Day", "1992-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1992-04-06": "Chakri Memorial Day", "1992-04-12": "Songkran Festival", "1992-04-13": "Songkran Festival", "1992-04-14": "Songkran Festival", "1992-05-01": "National Labor Day", "1992-05-05": "Coronation Day", "1992-05-14": "Royal Ploughing Ceremony", "1992-05-16": "Visakha Bucha", "1992-05-18": "Special In Lieu Holiday", "1992-07-01": "Mid-Year Closing Day", "1992-07-14": "Asarnha Bucha", "1992-07-15": "Buddhist Lent Day", "1992-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1992-08-18": "National Science Day", "1992-10-23": "HM King Chulalongkorn Memorial Day", "1992-11-09": "Loy Krathong", "1992-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1992-12-07": "Special In Lieu Holiday", "1992-12-10": "Constitution Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-01-09": "National Children's Day", "1993-01-14": "National Forest Conservation Day", "1993-01-16": "Teacher's Day", "1993-01-17": "HM King Ramkamhaeng Memorial Day", "1993-01-25": "Royal Thai Armed Forces Day", "1993-02-03": "Thai Veterans Day", "1993-02-06": "Makha Bucha", "1993-02-26": "National Artist Day", "1993-03-08": "International Women's Day; Special In Lieu Holiday", "1993-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1993-04-06": "Chakri Memorial Day", "1993-04-12": "Songkran Festival", "1993-04-13": "Songkran Festival", "1993-04-14": "Songkran Festival", "1993-05-01": "National Labor Day", "1993-05-03": "Special In Lieu Holiday", "1993-05-05": "Coronation Day; Visakha Bucha", "1993-05-17": "Royal Ploughing Ceremony", "1993-07-01": "Mid-Year Closing Day", "1993-07-03": "Asarnha Bucha", "1993-07-04": "Buddhist Lent Day", "1993-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1993-08-18": "National Science Day", "1993-10-23": "HM King Chulalongkorn Memorial Day", "1993-10-25": "Special In Lieu Holiday", "1993-10-29": "Loy Krathong", "1993-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1993-12-06": "Special In Lieu Holiday", "1993-12-10": "Constitution Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-01-03": "Special In Lieu Holiday", "1994-01-08": "National Children's Day", "1994-01-14": "National Forest Conservation Day", "1994-01-16": "Teacher's Day", "1994-01-17": "HM King Ramkamhaeng Memorial Day", "1994-01-25": "Royal Thai Armed Forces Day", "1994-02-03": "Thai Veterans Day", "1994-02-24": "Makha Bucha", "1994-02-26": "National Artist Day", "1994-03-08": "International Women's Day", "1994-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1994-04-06": "Chakri Memorial Day", "1994-04-12": "Songkran Festival", "1994-04-13": "Songkran Festival", "1994-04-14": "Songkran Festival", "1994-05-01": "National Labor Day", "1994-05-02": "Special In Lieu Holiday", "1994-05-05": "Coronation Day", "1994-05-11": "Royal Ploughing Ceremony", "1994-05-24": "Visakha Bucha", "1994-07-01": "Mid-Year Closing Day", "1994-07-22": "Asarnha Bucha", "1994-07-23": "Buddhist Lent Day", "1994-07-25": "Special In Lieu Holiday", "1994-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1994-08-18": "National Science Day", "1994-10-23": "HM King Chulalongkorn Memorial Day", "1994-10-24": "Special In Lieu Holiday", "1994-11-17": "Loy Krathong", "1994-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1994-12-10": "Constitution Day", "1994-12-12": "Special In Lieu Holiday", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (in lieu)", "1995-01-03": "New Year's Eve (in lieu)", "1995-01-13": "National Aviation Day", "1995-01-14": "National Children's Day; National Forest Conservation Day", "1995-01-16": "Teacher's Day", "1995-01-17": "HM King Ramkamhaeng Memorial Day", "1995-01-25": "Royal Thai Armed Forces Day", "1995-02-03": "Thai Veterans Day", "1995-02-14": "Makha Bucha", "1995-02-26": "National Artist Day", "1995-03-08": "International Women's Day", "1995-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1995-04-06": "Chakri Memorial Day", "1995-04-12": "Songkran Festival", "1995-04-13": "Songkran Festival", "1995-04-14": "Songkran Festival", "1995-05-01": "National Labor Day", "1995-05-05": "Coronation Day", "1995-05-10": "Royal Ploughing Ceremony", "1995-05-13": "Visakha Bucha", "1995-05-15": "Visakha Bucha (in lieu)", "1995-07-01": "Mid-Year Closing Day", "1995-07-11": "Asarnha Bucha", "1995-07-12": "Buddhist Lent Day", "1995-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1995-08-14": "HM Queen Sirikit's Birthday (in lieu); National Mother's Day (in lieu)", "1995-08-18": "National Science Day", "1995-10-23": "HM King Chulalongkorn Memorial Day", "1995-11-06": "Loy Krathong", "1995-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1995-12-10": "Constitution Day", "1995-12-11": "Constitution Day (in lieu)", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-01-02": "New Year's Eve (in lieu)", "1996-01-13": "National Aviation Day; National Children's Day", "1996-01-14": "National Forest Conservation Day", "1996-01-16": "Teacher's Day", "1996-01-17": "HM King Ramkamhaeng Memorial Day", "1996-01-25": "Royal Thai Armed Forces Day", "1996-02-03": "Thai Veterans Day", "1996-02-26": "National Artist Day", "1996-03-03": "Makha Bucha", "1996-03-04": "Makha Bucha (in lieu)", "1996-03-08": "International Women's Day", "1996-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1996-04-06": "Chakri Memorial Day", "1996-04-08": "Chakri Memorial Day (in lieu)", "1996-04-12": "Songkran Festival", "1996-04-13": "Songkran Festival", "1996-04-14": "Songkran Festival", "1996-04-15": "Songkran Festival (in lieu)", "1996-05-01": "National Labor Day", "1996-05-05": "Coronation Day", "1996-05-06": "Coronation Day (in lieu)", "1996-05-16": "Royal Ploughing Ceremony", "1996-05-31": "Visakha Bucha", "1996-06-10": "HM King Bhumibol Adulyadej's Golden Jubilee", "1996-07-01": "Mid-Year Closing Day", "1996-07-29": "Asarnha Bucha", "1996-07-30": "Buddhist Lent Day", "1996-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1996-08-18": "National Science Day", "1996-10-23": "HM King Chulalongkorn Memorial Day", "1996-11-24": "Loy Krathong", "1996-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1996-12-10": "Constitution Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-01-11": "National Children's Day", "1997-01-13": "National Aviation Day", "1997-01-14": "National Forest Conservation Day", "1997-01-16": "Teacher's Day", "1997-01-17": "HM King Ramkamhaeng Memorial Day", "1997-01-25": "Royal Thai Armed Forces Day", "1997-02-03": "Thai Veterans Day", "1997-02-21": "Makha Bucha", "1997-02-26": "National Artist Day", "1997-03-08": "International Women's Day", "1997-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1997-04-06": "Chakri Memorial Day", "1997-04-07": "Chakri Memorial Day (in lieu)", "1997-04-12": "Songkran Festival", "1997-04-13": "Songkran Festival", "1997-04-14": "Songkran Festival", "1997-04-15": "Songkran Festival (in lieu)", "1997-05-01": "National Labor Day", "1997-05-05": "Coronation Day", "1997-05-09": "Royal Ploughing Ceremony", "1997-05-20": "Visakha Bucha", "1997-07-01": "Mid-Year Closing Day", "1997-07-19": "Asarnha Bucha", "1997-07-20": "Buddhist Lent Day", "1997-07-21": "Asarnha Bucha (in lieu)", "1997-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1997-08-18": "National Science Day", "1997-10-23": "HM King Chulalongkorn Memorial Day", "1997-11-14": "Loy Krathong", "1997-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1997-12-10": "Constitution Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-01-10": "National Children's Day", "1998-01-13": "National Aviation Day", "1998-01-14": "National Forest Conservation Day", "1998-01-16": "Teacher's Day", "1998-01-17": "HM King Ramkamhaeng Memorial Day", "1998-01-25": "Royal Thai Armed Forces Day", "1998-02-03": "Thai Veterans Day", "1998-02-11": "Makha Bucha", "1998-02-26": "National Artist Day", "1998-03-08": "International Women's Day", "1998-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1998-04-06": "Chakri Memorial Day", "1998-04-13": "Songkran Festival", "1998-04-14": "Songkran Festival", "1998-04-15": "Songkran Festival", "1998-05-01": "National Labor Day", "1998-05-05": "Coronation Day", "1998-05-08": "Royal Ploughing Ceremony", "1998-05-10": "Visakha Bucha", "1998-05-11": "Special In Lieu Holiday", "1998-07-01": "Mid-Year Closing Day", "1998-07-08": "Asarnha Bucha", "1998-07-09": "Buddhist Lent Day", "1998-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1998-08-18": "National Science Day", "1998-10-23": "HM King Chulalongkorn Memorial Day", "1998-11-03": "Loy Krathong", "1998-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1998-12-07": "Special In Lieu Holiday", "1998-12-10": "Constitution Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-01-09": "National Children's Day", "1999-01-13": "National Aviation Day", "1999-01-14": "National Forest Conservation Day", "1999-01-16": "Teacher's Day", "1999-01-17": "HM King Ramkamhaeng Memorial Day", "1999-01-25": "Royal Thai Armed Forces Day", "1999-02-03": "Thai Veterans Day", "1999-02-26": "National Artist Day", "1999-03-01": "Makha Bucha", "1999-03-08": "International Women's Day", "1999-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "1999-04-06": "Chakri Memorial Day", "1999-04-13": "Songkran Festival", "1999-04-14": "Songkran Festival", "1999-04-15": "Songkran Festival", "1999-05-01": "National Labor Day", "1999-05-03": "Special In Lieu Holiday", "1999-05-05": "Coronation Day", "1999-05-14": "Royal Ploughing Ceremony", "1999-05-29": "Visakha Bucha", "1999-05-31": "Special In Lieu Holiday", "1999-07-01": "Mid-Year Closing Day", "1999-07-27": "Asarnha Bucha", "1999-07-28": "Buddhist Lent Day", "1999-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "1999-08-18": "National Science Day", "1999-10-23": "HM King Chulalongkorn Memorial Day", "1999-10-25": "Special In Lieu Holiday", "1999-11-22": "Loy Krathong", "1999-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "1999-12-06": "Special In Lieu Holiday", "1999-12-10": "Constitution Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-01-03": "Special In Lieu Holiday", "2000-01-08": "National Children's Day", "2000-01-13": "National Aviation Day", "2000-01-14": "National Forest Conservation Day", "2000-01-16": "Teacher's Day", "2000-01-17": "HM King Ramkamhaeng Memorial Day", "2000-01-25": "Royal Thai Armed Forces Day", "2000-02-03": "Thai Veterans Day", "2000-02-19": "Makha Bucha", "2000-02-21": "Special In Lieu Holiday", "2000-02-26": "National Artist Day", "2000-03-08": "International Women's Day", "2000-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2000-04-06": "Chakri Memorial Day", "2000-04-13": "Songkran Festival", "2000-04-14": "Songkran Festival", "2000-04-15": "Songkran Festival", "2000-05-01": "National Labor Day", "2000-05-05": "Coronation Day", "2000-05-15": "Royal Ploughing Ceremony", "2000-05-17": "Visakha Bucha", "2000-07-01": "Mid-Year Closing Day", "2000-07-16": "Asarnha Bucha", "2000-07-17": "Buddhist Lent Day", "2000-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2000-08-14": "Special In Lieu Holiday", "2000-08-18": "National Science Day", "2000-10-23": "HM King Chulalongkorn Memorial Day", "2000-11-11": "Loy Krathong", "2000-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2000-12-10": "Constitution Day", "2000-12-11": "Special In Lieu Holiday", "2000-12-29": "Thai Election Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-01-02": "New Year's Eve (in lieu)", "2001-01-13": "National Aviation Day; National Children's Day", "2001-01-14": "National Forest Conservation Day", "2001-01-16": "Teacher's Day", "2001-01-17": "HM King Ramkamhaeng Memorial Day", "2001-01-25": "Royal Thai Armed Forces Day", "2001-02-03": "Thai Veterans Day", "2001-02-08": "Makha Bucha", "2001-02-26": "National Artist Day", "2001-03-08": "International Women's Day", "2001-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2001-04-06": "Chakri Memorial Day", "2001-04-13": "Songkran Festival", "2001-04-14": "Songkran Festival", "2001-04-15": "Songkran Festival", "2001-04-16": "Songkran Festival (in lieu)", "2001-05-01": "National Labor Day", "2001-05-05": "Coronation Day", "2001-05-07": "Coronation Day (in lieu); Visakha Bucha", "2001-05-16": "Royal Ploughing Ceremony", "2001-07-01": "Mid-Year Closing Day", "2001-07-05": "Asarnha Bucha", "2001-07-06": "Buddhist Lent Day", "2001-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2001-08-13": "HM Queen Sirikit's Birthday (in lieu); National Mother's Day (in lieu)", "2001-08-18": "National Science Day", "2001-10-23": "HM King Chulalongkorn Memorial Day", "2001-10-31": "Loy Krathong", "2001-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2001-12-10": "Constitution Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-01-12": "National Children's Day", "2002-01-13": "National Aviation Day", "2002-01-14": "National Forest Conservation Day", "2002-01-16": "Teacher's Day", "2002-01-17": "HM King Ramkamhaeng Memorial Day", "2002-01-25": "Royal Thai Armed Forces Day", "2002-02-03": "Thai Veterans Day", "2002-02-26": "Makha Bucha; National Artist Day", "2002-03-08": "International Women's Day", "2002-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2002-04-06": "Chakri Memorial Day", "2002-04-08": "Chakri Memorial Day (in lieu)", "2002-04-13": "Songkran Festival", "2002-04-14": "Songkran Festival", "2002-04-15": "Songkran Festival", "2002-04-16": "Songkran Festival (in lieu)", "2002-05-01": "National Labor Day", "2002-05-05": "Coronation Day", "2002-05-06": "Coronation Day (in lieu)", "2002-05-09": "Royal Ploughing Ceremony", "2002-05-26": "Visakha Bucha", "2002-05-27": "Visakha Bucha (in lieu)", "2002-07-01": "Mid-Year Closing Day", "2002-07-24": "Asarnha Bucha", "2002-07-25": "Buddhist Lent Day", "2002-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2002-08-18": "National Science Day", "2002-10-23": "HM King Chulalongkorn Memorial Day", "2002-11-19": "Loy Krathong", "2002-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2002-12-10": "Constitution Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-01-11": "National Children's Day", "2003-01-13": "National Aviation Day", "2003-01-14": "National Forest Conservation Day", "2003-01-16": "Teacher's Day", "2003-01-17": "HM King Ramkamhaeng Memorial Day", "2003-01-25": "Royal Thai Armed Forces Day", "2003-02-03": "Thai Veterans Day", "2003-02-16": "Makha Bucha", "2003-02-17": "Makha Bucha (in lieu)", "2003-02-26": "National Artist Day", "2003-03-08": "International Women's Day", "2003-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2003-04-06": "Chakri Memorial Day", "2003-04-07": "Chakri Memorial Day (in lieu)", "2003-04-13": "Songkran Festival", "2003-04-14": "Songkran Festival", "2003-04-15": "Songkran Festival", "2003-04-16": "Songkran Festival (in lieu)", "2003-05-01": "National Labor Day", "2003-05-05": "Coronation Day", "2003-05-08": "Royal Ploughing Ceremony", "2003-05-15": "Visakha Bucha", "2003-07-01": "Mid-Year Closing Day", "2003-07-13": "Asarnha Bucha", "2003-07-14": "Buddhist Lent Day", "2003-07-15": "Asarnha Bucha (in lieu)", "2003-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2003-08-18": "National Science Day", "2003-10-23": "HM King Chulalongkorn Memorial Day", "2003-11-08": "Loy Krathong", "2003-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2003-12-10": "Constitution Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-01-10": "National Children's Day", "2004-01-13": "National Aviation Day", "2004-01-14": "National Forest Conservation Day", "2004-01-16": "Teacher's Day", "2004-01-17": "HM King Ramkamhaeng Memorial Day", "2004-01-25": "Royal Thai Armed Forces Day", "2004-02-03": "Thai Veterans Day", "2004-02-26": "National Artist Day", "2004-03-05": "Makha Bucha", "2004-03-08": "International Women's Day", "2004-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2004-04-06": "Chakri Memorial Day", "2004-04-13": "Songkran Festival", "2004-04-14": "Songkran Festival", "2004-04-15": "Songkran Festival", "2004-05-01": "National Labor Day", "2004-05-03": "National Labor Day (in lieu)", "2004-05-05": "Coronation Day", "2004-05-07": "Royal Ploughing Ceremony", "2004-06-02": "Visakha Bucha", "2004-07-01": "Mid-Year Closing Day", "2004-07-31": "Asarnha Bucha", "2004-08-01": "Buddhist Lent Day", "2004-08-02": "Asarnha Bucha (in lieu)", "2004-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2004-08-18": "National Science Day", "2004-10-23": "HM King Chulalongkorn Memorial Day", "2004-10-25": "HM King Chulalongkorn Memorial Day (in lieu)", "2004-11-26": "Loy Krathong", "2004-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2004-12-06": "HM King Bhumibol Adulyadej's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2004-12-10": "Constitution Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (in lieu)", "2005-01-08": "National Children's Day", "2005-01-13": "National Aviation Day", "2005-01-14": "National Forest Conservation Day", "2005-01-16": "Teacher's Day", "2005-01-17": "HM King Ramkamhaeng Memorial Day", "2005-01-25": "Royal Thai Armed Forces Day", "2005-02-03": "Thai Veterans Day", "2005-02-23": "Makha Bucha", "2005-02-26": "National Artist Day", "2005-03-08": "International Women's Day", "2005-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2005-04-06": "Chakri Memorial Day", "2005-04-13": "Songkran Festival", "2005-04-14": "Songkran Festival", "2005-04-15": "Songkran Festival", "2005-05-01": "National Labor Day", "2005-05-02": "National Labor Day (in lieu)", "2005-05-05": "Coronation Day", "2005-05-11": "Royal Ploughing Ceremony", "2005-05-22": "Visakha Bucha", "2005-05-23": "Visakha Bucha (in lieu)", "2005-07-01": "Mid-Year Closing Day", "2005-07-20": "Asarnha Bucha", "2005-07-21": "Buddhist Lent Day", "2005-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2005-08-18": "National Science Day", "2005-10-23": "HM King Chulalongkorn Memorial Day", "2005-10-24": "HM King Chulalongkorn Memorial Day (in lieu)", "2005-11-15": "Loy Krathong", "2005-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2005-12-10": "Constitution Day", "2005-12-12": "Constitution Day (in lieu)", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (in lieu)", "2006-01-03": "New Year's Eve (in lieu)", "2006-01-13": "National Aviation Day", "2006-01-14": "National Children's Day; National Forest Conservation Day", "2006-01-16": "Teacher's Day", "2006-01-17": "HM King Ramkamhaeng Memorial Day", "2006-01-25": "Royal Thai Armed Forces Day", "2006-02-03": "Thai Veterans Day", "2006-02-12": "Makha Bucha", "2006-02-13": "Makha Bucha (in lieu)", "2006-02-26": "National Artist Day", "2006-03-08": "International Women's Day", "2006-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2006-04-06": "Chakri Memorial Day", "2006-04-13": "Songkran Festival", "2006-04-14": "Songkran Festival", "2006-04-15": "Songkran Festival", "2006-04-17": "Songkran Festival (in lieu)", "2006-04-19": "Thai Election Day", "2006-05-01": "National Labor Day", "2006-05-05": "Coronation Day", "2006-05-11": "Royal Ploughing Ceremony; Visakha Bucha", "2006-06-09": "HM King Bhumibol Adulyadej's 60th Anniversary of Accession Event", "2006-06-12": "HM King Bhumibol Adulyadej's 60th Anniversary of Accession Event", "2006-06-13": "HM King Bhumibol Adulyadej's 60th Anniversary of Accession Event", "2006-07-01": "Mid-Year Closing Day", "2006-07-10": "Asarnha Bucha", "2006-07-11": "Buddhist Lent Day", "2006-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2006-08-14": "HM Queen Sirikit's Birthday (in lieu); National Mother's Day (in lieu)", "2006-08-18": "National Science Day", "2006-09-20": "Emergency Lockdown (Thai Military Coup d'\u00e9tat)", "2006-10-23": "HM King Chulalongkorn Memorial Day", "2006-11-05": "Loy Krathong", "2006-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2006-12-10": "Constitution Day", "2006-12-11": "Constitution Day (in lieu)", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-01-02": "New Year's Eve (in lieu)", "2007-01-13": "National Aviation Day; National Children's Day", "2007-01-14": "National Forest Conservation Day", "2007-01-16": "Teacher's Day", "2007-01-17": "HM King Ramkamhaeng Memorial Day", "2007-01-18": "Royal Thai Armed Forces Day", "2007-02-03": "Thai Veterans Day", "2007-02-26": "National Artist Day", "2007-03-03": "Makha Bucha", "2007-03-05": "Makha Bucha (in lieu)", "2007-03-08": "International Women's Day", "2007-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2007-04-06": "Chakri Memorial Day", "2007-04-13": "Songkran Festival", "2007-04-14": "Songkran Festival", "2007-04-15": "Songkran Festival", "2007-04-16": "Songkran Festival (in lieu)", "2007-05-01": "National Labor Day", "2007-05-05": "Coronation Day", "2007-05-07": "Coronation Day (in lieu)", "2007-05-10": "Royal Ploughing Ceremony", "2007-05-31": "Visakha Bucha", "2007-07-01": "Mid-Year Closing Day", "2007-07-29": "Asarnha Bucha", "2007-07-30": "Buddhist Lent Day", "2007-07-31": "Asarnha Bucha (in lieu)", "2007-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2007-08-13": "HM Queen Sirikit's Birthday (in lieu); National Mother's Day (in lieu)", "2007-08-18": "National Science Day", "2007-10-23": "HM King Chulalongkorn Memorial Day", "2007-11-24": "Loy Krathong", "2007-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2007-12-10": "Constitution Day", "2007-12-24": "Thai Election Day (in lieu)", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-01-12": "National Children's Day", "2008-01-13": "National Aviation Day", "2008-01-14": "National Forest Conservation Day", "2008-01-16": "Teacher's Day", "2008-01-17": "HM King Ramkamhaeng Memorial Day", "2008-01-18": "Royal Thai Armed Forces Day", "2008-02-03": "Thai Veterans Day", "2008-02-21": "Makha Bucha", "2008-02-26": "National Artist Day", "2008-03-08": "International Women's Day", "2008-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2008-04-06": "Chakri Memorial Day", "2008-04-07": "Chakri Memorial Day (in lieu)", "2008-04-13": "Songkran Festival", "2008-04-14": "Songkran Festival", "2008-04-15": "Songkran Festival", "2008-04-16": "Songkran Festival (in lieu)", "2008-05-01": "National Labor Day", "2008-05-05": "Coronation Day", "2008-05-09": "Royal Ploughing Ceremony", "2008-05-19": "Visakha Bucha", "2008-07-01": "Mid-Year Closing Day", "2008-07-17": "Asarnha Bucha", "2008-07-18": "Buddhist Lent Day", "2008-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2008-08-18": "National Science Day", "2008-10-23": "HM King Chulalongkorn Memorial Day", "2008-11-12": "Loy Krathong", "2008-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2008-12-10": "Constitution Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-01-02": "Bridge Public Holiday", "2009-01-10": "National Children's Day", "2009-01-13": "National Aviation Day", "2009-01-14": "National Forest Conservation Day", "2009-01-16": "Teacher's Day", "2009-01-17": "HM King Ramkamhaeng Memorial Day", "2009-01-18": "Royal Thai Armed Forces Day", "2009-02-03": "Thai Veterans Day", "2009-02-09": "Makha Bucha", "2009-02-26": "National Artist Day", "2009-03-08": "International Women's Day", "2009-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2009-04-06": "Chakri Memorial Day", "2009-04-10": "Emergency Lockdown (Thai Political Unrest)", "2009-04-13": "Songkran Festival", "2009-04-14": "Songkran Festival", "2009-04-15": "Songkran Festival", "2009-04-16": "Emergency Lockdown (Thai Political Unrest)", "2009-04-17": "Emergency Lockdown (Thai Political Unrest)", "2009-05-01": "National Labor Day", "2009-05-05": "Coronation Day", "2009-05-08": "Visakha Bucha", "2009-05-11": "Royal Ploughing Ceremony", "2009-07-01": "Mid-Year Closing Day", "2009-07-06": "Bridge Public Holiday", "2009-07-07": "Asarnha Bucha", "2009-07-08": "Buddhist Lent Day", "2009-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2009-08-18": "National Science Day", "2009-10-23": "HM King Chulalongkorn Memorial Day", "2009-11-02": "Loy Krathong", "2009-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2009-12-07": "HM King Bhumibol Adulyadej's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2009-12-10": "Constitution Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-01-09": "National Children's Day", "2010-01-13": "National Aviation Day", "2010-01-14": "National Forest Conservation Day", "2010-01-16": "Teacher's Day", "2010-01-17": "HM King Ramkamhaeng Memorial Day", "2010-01-18": "Royal Thai Armed Forces Day", "2010-02-03": "Thai Veterans Day", "2010-02-26": "National Artist Day", "2010-02-28": "Makha Bucha", "2010-03-01": "Makha Bucha (in lieu)", "2010-03-08": "International Women's Day", "2010-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2010-04-06": "Chakri Memorial Day", "2010-04-13": "Songkran Festival", "2010-04-14": "Songkran Festival", "2010-04-15": "Songkran Festival", "2010-05-01": "National Labor Day", "2010-05-03": "National Labor Day (in lieu)", "2010-05-05": "Coronation Day", "2010-05-13": "Royal Ploughing Ceremony", "2010-05-20": "Bridge Public Holiday", "2010-05-21": "Bridge Public Holiday", "2010-05-28": "Visakha Bucha", "2010-07-01": "Mid-Year Closing Day", "2010-07-26": "Asarnha Bucha", "2010-07-27": "Buddhist Lent Day", "2010-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2010-08-13": "Bridge Public Holiday", "2010-08-18": "National Science Day", "2010-10-23": "HM King Chulalongkorn Memorial Day", "2010-10-25": "HM King Chulalongkorn Memorial Day (in lieu)", "2010-11-21": "Loy Krathong", "2010-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2010-12-06": "HM King Bhumibol Adulyadej's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2010-12-10": "Constitution Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (in lieu)", "2011-01-08": "National Children's Day", "2011-01-13": "National Aviation Day", "2011-01-14": "National Forest Conservation Day", "2011-01-16": "Teacher's Day", "2011-01-17": "HM King Ramkamhaeng Memorial Day", "2011-01-18": "Royal Thai Armed Forces Day", "2011-02-03": "Thai Veterans Day", "2011-02-18": "Makha Bucha", "2011-02-26": "National Artist Day", "2011-03-08": "International Women's Day", "2011-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2011-04-06": "Chakri Memorial Day", "2011-04-13": "Songkran Festival", "2011-04-14": "Songkran Festival", "2011-04-15": "Songkran Festival", "2011-05-01": "National Labor Day", "2011-05-02": "National Labor Day (in lieu)", "2011-05-05": "Coronation Day", "2011-05-13": "Royal Ploughing Ceremony", "2011-05-16": "Bridge Public Holiday", "2011-05-17": "Visakha Bucha", "2011-07-01": "Mid-Year Closing Day", "2011-07-15": "Asarnha Bucha", "2011-07-16": "Buddhist Lent Day", "2011-07-18": "Buddhist Lent Day (in lieu)", "2011-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2011-08-18": "National Science Day", "2011-10-23": "HM King Chulalongkorn Memorial Day", "2011-10-24": "HM King Chulalongkorn Memorial Day (in lieu)", "2011-10-27": "Emergency Lockdown (2011 Thailand Floods)", "2011-10-28": "Emergency Lockdown (2011 Thailand Floods)", "2011-10-29": "Emergency Lockdown (2011 Thailand Floods)", "2011-10-30": "Emergency Lockdown (2011 Thailand Floods)", "2011-10-31": "Emergency Lockdown (2011 Thailand Floods)", "2011-11-10": "Loy Krathong", "2011-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2011-12-10": "Constitution Day", "2011-12-12": "Constitution Day (in lieu)", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (in lieu)", "2012-01-03": "New Year's Eve (in lieu)", "2012-01-13": "National Aviation Day", "2012-01-14": "National Children's Day; National Forest Conservation Day", "2012-01-16": "Teacher's Day", "2012-01-17": "HM King Ramkamhaeng Memorial Day", "2012-01-18": "Royal Thai Armed Forces Day", "2012-02-03": "Thai Veterans Day", "2012-02-26": "National Artist Day", "2012-03-07": "Makha Bucha", "2012-03-08": "International Women's Day", "2012-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2012-04-06": "Chakri Memorial Day", "2012-04-09": "Bridge Public Holiday", "2012-04-13": "Songkran Festival", "2012-04-14": "Songkran Festival", "2012-04-15": "Songkran Festival", "2012-04-16": "Songkran Festival (in lieu)", "2012-05-01": "National Labor Day", "2012-05-05": "Coronation Day", "2012-05-07": "Coronation Day (in lieu)", "2012-05-09": "Royal Ploughing Ceremony", "2012-06-04": "Visakha Bucha", "2012-07-01": "Mid-Year Closing Day", "2012-08-02": "Asarnha Bucha", "2012-08-03": "Buddhist Lent Day", "2012-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2012-08-13": "HM Queen Sirikit's Birthday (in lieu); National Mother's Day (in lieu)", "2012-08-18": "National Science Day", "2012-10-23": "HM King Chulalongkorn Memorial Day", "2012-11-28": "Loy Krathong", "2012-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2012-12-10": "Constitution Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-12": "National Children's Day", "2013-01-13": "National Aviation Day", "2013-01-14": "National Forest Conservation Day", "2013-01-16": "Teacher's Day", "2013-01-17": "HM King Ramkamhaeng Memorial Day", "2013-01-18": "Royal Thai Armed Forces Day", "2013-02-03": "Thai Veterans Day", "2013-02-25": "Makha Bucha", "2013-02-26": "National Artist Day", "2013-03-08": "International Women's Day", "2013-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2013-04-06": "Chakri Memorial Day", "2013-04-08": "Chakri Memorial Day (in lieu)", "2013-04-13": "Songkran Festival", "2013-04-14": "Songkran Festival", "2013-04-15": "Songkran Festival", "2013-04-16": "Songkran Festival (in lieu)", "2013-05-01": "National Labor Day", "2013-05-05": "Coronation Day", "2013-05-06": "Coronation Day (in lieu)", "2013-05-13": "Royal Ploughing Ceremony", "2013-05-24": "Visakha Bucha", "2013-07-01": "Mid-Year Closing Day", "2013-07-22": "Asarnha Bucha", "2013-07-23": "Buddhist Lent Day", "2013-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2013-08-18": "National Science Day", "2013-10-23": "HM King Chulalongkorn Memorial Day", "2013-11-17": "Loy Krathong", "2013-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2013-12-10": "Constitution Day", "2013-12-30": "Bridge Public Holiday", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-11": "National Children's Day", "2014-01-13": "National Aviation Day", "2014-01-14": "National Forest Conservation Day", "2014-01-16": "Teacher's Day", "2014-01-17": "HM King Ramkamhaeng Memorial Day", "2014-01-18": "Royal Thai Armed Forces Day", "2014-02-03": "Thai Veterans Day", "2014-02-14": "Makha Bucha", "2014-02-26": "National Artist Day", "2014-03-08": "International Women's Day", "2014-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2014-04-06": "Chakri Memorial Day", "2014-04-07": "Chakri Memorial Day (in lieu)", "2014-04-13": "Songkran Festival", "2014-04-14": "Songkran Festival", "2014-04-15": "Songkran Festival", "2014-04-16": "Songkran Festival (in lieu)", "2014-05-01": "National Labor Day", "2014-05-05": "Coronation Day", "2014-05-09": "Royal Ploughing Ceremony", "2014-05-13": "Visakha Bucha", "2014-07-01": "Mid-Year Closing Day", "2014-07-11": "Asarnha Bucha", "2014-07-12": "Buddhist Lent Day", "2014-07-14": "Buddhist Lent Day (in lieu)", "2014-08-11": "Bridge Public Holiday", "2014-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2014-08-18": "National Science Day", "2014-10-23": "HM King Chulalongkorn Memorial Day", "2014-11-06": "Loy Krathong", "2014-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2014-12-10": "Constitution Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-02": "Bridge Public Holiday", "2015-01-10": "National Children's Day", "2015-01-13": "National Aviation Day", "2015-01-14": "National Forest Conservation Day", "2015-01-16": "Teacher's Day", "2015-01-17": "HM King Ramkamhaeng Memorial Day", "2015-01-18": "Royal Thai Armed Forces Day", "2015-02-03": "Thai Veterans Day", "2015-02-26": "National Artist Day", "2015-03-04": "Makha Bucha", "2015-03-08": "International Women's Day", "2015-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2015-04-06": "Chakri Memorial Day", "2015-04-13": "Songkran Festival", "2015-04-14": "Songkran Festival", "2015-04-15": "Songkran Festival", "2015-05-01": "National Labor Day", "2015-05-04": "Bridge Public Holiday", "2015-05-05": "Coronation Day", "2015-05-13": "Royal Ploughing Ceremony", "2015-06-01": "Visakha Bucha", "2015-07-01": "Mid-Year Closing Day", "2015-07-30": "Asarnha Bucha", "2015-07-31": "Buddhist Lent Day", "2015-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2015-08-18": "National Science Day", "2015-10-23": "HM King Chulalongkorn Memorial Day", "2015-11-25": "Loy Krathong", "2015-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2015-12-07": "HM King Bhumibol Adulyadej's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2015-12-10": "Constitution Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-09": "National Children's Day", "2016-01-13": "National Aviation Day", "2016-01-14": "National Forest Conservation Day", "2016-01-16": "Teacher's Day", "2016-01-17": "HM King Ramkamhaeng Memorial Day", "2016-01-18": "Royal Thai Armed Forces Day", "2016-02-03": "Thai Veterans Day", "2016-02-22": "Makha Bucha", "2016-02-26": "National Artist Day", "2016-03-08": "International Women's Day", "2016-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2016-04-06": "Chakri Memorial Day", "2016-04-13": "Songkran Festival", "2016-04-14": "Songkran Festival", "2016-04-15": "Songkran Festival", "2016-05-01": "National Labor Day", "2016-05-02": "National Labor Day (in lieu)", "2016-05-05": "Coronation Day", "2016-05-06": "Bridge Public Holiday", "2016-05-09": "Royal Ploughing Ceremony", "2016-05-20": "Visakha Bucha", "2016-07-01": "Mid-Year Closing Day", "2016-07-18": "Bridge Public Holiday", "2016-07-19": "Asarnha Bucha", "2016-07-20": "Buddhist Lent Day", "2016-08-12": "HM Queen Sirikit's Birthday; National Mother's Day", "2016-08-18": "National Science Day", "2016-10-14": "Day of Mourning for HM King Bhumibol Adulyadej", "2016-10-23": "HM King Chulalongkorn Memorial Day", "2016-10-24": "HM King Chulalongkorn Memorial Day (in lieu)", "2016-11-14": "Loy Krathong", "2016-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2016-12-10": "Constitution Day", "2016-12-12": "Constitution Day (in lieu)", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (in lieu)", "2017-01-03": "New Year's Eve (in lieu)", "2017-01-13": "National Aviation Day", "2017-01-14": "National Children's Day; National Forest Conservation Day", "2017-01-16": "Teacher's Day", "2017-01-17": "HM King Ramkamhaeng Memorial Day", "2017-01-18": "Royal Thai Armed Forces Day", "2017-02-03": "Thai Veterans Day", "2017-02-11": "Makha Bucha", "2017-02-13": "Makha Bucha (in lieu)", "2017-02-26": "National Artist Day", "2017-03-08": "International Women's Day", "2017-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2017-04-06": "Chakri Memorial Day", "2017-04-13": "Songkran Festival", "2017-04-14": "Songkran Festival", "2017-04-15": "Songkran Festival", "2017-04-17": "Songkran Festival (in lieu)", "2017-05-01": "National Labor Day", "2017-05-10": "Visakha Bucha", "2017-05-12": "Royal Ploughing Ceremony", "2017-07-01": "Mid-Year Closing Day", "2017-07-08": "Asarnha Bucha", "2017-07-09": "Buddhist Lent Day", "2017-07-10": "Asarnha Bucha (in lieu)", "2017-07-28": "HM King Maha Vajiralongkorn's Birthday", "2017-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2017-08-14": "HM Queen Sirikit The Queen Mother's Birthday (in lieu); National Mother's Day (in lieu)", "2017-08-18": "National Science Day", "2017-09-28": "Thai National Flag Day", "2017-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2017-10-23": "HM King Chulalongkorn Memorial Day", "2017-10-26": "HM King Bhumibol Adulyadej's Royal Cremation Ceremony", "2017-11-03": "Loy Krathong", "2017-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2017-12-10": "Constitution Day", "2017-12-11": "Constitution Day (in lieu)", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-02": "New Year's Eve (in lieu)", "2018-01-13": "National Aviation Day; National Children's Day", "2018-01-14": "National Forest Conservation Day", "2018-01-16": "Teacher's Day", "2018-01-17": "HM King Ramkamhaeng Memorial Day", "2018-01-18": "Royal Thai Armed Forces Day", "2018-02-03": "Thai Veterans Day", "2018-02-26": "National Artist Day", "2018-03-01": "Makha Bucha", "2018-03-08": "International Women's Day", "2018-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2018-04-06": "Chakri Memorial Day", "2018-04-13": "Songkran Festival", "2018-04-14": "Songkran Festival", "2018-04-15": "Songkran Festival", "2018-04-16": "Songkran Festival (in lieu)", "2018-05-01": "National Labor Day", "2018-05-14": "Royal Ploughing Ceremony", "2018-05-29": "Visakha Bucha", "2018-07-01": "Mid-Year Closing Day", "2018-07-27": "Asarnha Bucha", "2018-07-28": "Buddhist Lent Day; HM King Maha Vajiralongkorn's Birthday", "2018-07-30": "Buddhist Lent Day (in lieu); HM King Maha Vajiralongkorn's Birthday (in lieu)", "2018-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2018-08-13": "HM Queen Sirikit The Queen Mother's Birthday (in lieu); National Mother's Day (in lieu)", "2018-08-18": "National Science Day", "2018-09-28": "Thai National Flag Day", "2018-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2018-10-15": "HM King Bhumibol Adulyadej Memorial Day (in lieu)", "2018-10-23": "HM King Chulalongkorn Memorial Day", "2018-11-22": "Loy Krathong", "2018-12-05": "HM King Bhumibol Adulyadej's Birthday; National Day; National Father's Day", "2018-12-10": "Constitution Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-12": "National Children's Day", "2019-01-13": "National Aviation Day", "2019-01-14": "National Forest Conservation Day", "2019-01-16": "Teacher's Day", "2019-01-17": "HM King Ramkamhaeng Memorial Day", "2019-01-18": "Royal Thai Armed Forces Day", "2019-02-03": "Thai Veterans Day", "2019-02-19": "Makha Bucha", "2019-02-26": "National Artist Day", "2019-03-08": "International Women's Day", "2019-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2019-04-06": "Chakri Memorial Day", "2019-04-08": "Chakri Memorial Day (in lieu)", "2019-04-13": "Songkran Festival", "2019-04-14": "Songkran Festival", "2019-04-15": "Songkran Festival", "2019-04-16": "Songkran Festival (in lieu)", "2019-05-01": "National Labor Day", "2019-05-06": "HM King Maha Vajiralongkorn's Coronation Celebrations", "2019-05-09": "Royal Ploughing Ceremony", "2019-05-18": "Visakha Bucha", "2019-05-20": "Visakha Bucha (in lieu)", "2019-06-03": "HM Queen Suthida's Birthday", "2019-07-16": "Asarnha Bucha", "2019-07-17": "Buddhist Lent Day", "2019-07-28": "HM King Maha Vajiralongkorn's Birthday", "2019-07-29": "HM King Maha Vajiralongkorn's Birthday (in lieu)", "2019-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2019-08-18": "National Science Day", "2019-09-28": "Thai National Flag Day", "2019-10-13": "HM King Bhumibol Adulyadej the Great Memorial Day", "2019-10-14": "HM King Bhumibol Adulyadej the Great Memorial Day (in lieu)", "2019-10-23": "HM King Chulalongkorn Memorial Day", "2019-11-11": "Loy Krathong", "2019-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2019-12-10": "Constitution Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-11": "National Children's Day", "2020-01-13": "National Aviation Day", "2020-01-14": "National Forest Conservation Day", "2020-01-16": "Teacher's Day", "2020-01-17": "HM King Ramkamhaeng Memorial Day", "2020-01-18": "Royal Thai Armed Forces Day", "2020-02-03": "Thai Veterans Day", "2020-02-08": "Makha Bucha", "2020-02-10": "Makha Bucha (in lieu)", "2020-02-26": "National Artist Day", "2020-03-08": "International Women's Day", "2020-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2020-04-06": "Chakri Memorial Day", "2020-05-01": "National Labor Day", "2020-05-04": "Coronation Day", "2020-05-06": "Visakha Bucha", "2020-05-11": "Royal Ploughing Ceremony", "2020-06-03": "HM Queen Suthida's Birthday", "2020-07-05": "Asarnha Bucha", "2020-07-06": "Buddhist Lent Day", "2020-07-07": "Asarnha Bucha (in lieu)", "2020-07-27": "Songkran Festival (in lieu)", "2020-07-28": "HM King Maha Vajiralongkorn's Birthday", "2020-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2020-08-18": "National Science Day", "2020-09-04": "Songkran Festival (in lieu)", "2020-09-07": "Songkran Festival (in lieu)", "2020-09-28": "Thai National Flag Day", "2020-10-13": "HM King Bhumibol Adulyadej the Great Memorial Day", "2020-10-23": "HM King Chulalongkorn Memorial Day", "2020-10-31": "Loy Krathong", "2020-11-19": "Bridge Public Holiday", "2020-11-20": "Bridge Public Holiday", "2020-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2020-12-07": "HM King Bhumibol Adulyadej the Great's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2020-12-10": "Constitution Day", "2020-12-11": "Bridge Public Holiday", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-09": "National Children's Day", "2021-01-13": "National Aviation Day", "2021-01-14": "National Forest Conservation Day", "2021-01-16": "Teacher's Day", "2021-01-17": "HM King Ramkamhaeng Memorial Day", "2021-01-18": "Royal Thai Armed Forces Day", "2021-02-03": "Thai Veterans Day", "2021-02-12": "Bridge Public Holiday", "2021-02-26": "Makha Bucha; National Artist Day", "2021-03-08": "International Women's Day", "2021-04-01": "Additional Closing Day for Bank for Agriculture and Agricultural Cooperatives", "2021-04-06": "Chakri Memorial Day", "2021-04-12": "Bridge Public Holiday", "2021-04-13": "Songkran Festival", "2021-04-14": "Songkran Festival", "2021-04-15": "Songkran Festival", "2021-05-01": "National Labor Day", "2021-05-03": "National Labor Day (in lieu)", "2021-05-04": "Coronation Day", "2021-05-10": "Royal Ploughing Ceremony", "2021-05-26": "Visakha Bucha", "2021-06-03": "HM Queen Suthida's Birthday", "2021-07-24": "Asarnha Bucha", "2021-07-25": "Buddhist Lent Day", "2021-07-26": "Asarnha Bucha (in lieu)", "2021-07-28": "HM King Maha Vajiralongkorn's Birthday", "2021-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2021-08-18": "National Science Day", "2021-09-24": "Bridge Public Holiday", "2021-09-28": "Thai National Flag Day", "2021-10-13": "HM King Bhumibol Adulyadej the Great Memorial Day", "2021-10-23": "HM King Chulalongkorn Memorial Day", "2021-10-25": "HM King Chulalongkorn Memorial Day (in lieu)", "2021-11-19": "Loy Krathong", "2021-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2021-12-06": "HM King Bhumibol Adulyadej the Great's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2021-12-10": "Constitution Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (in lieu)", "2022-01-08": "National Children's Day", "2022-01-13": "National Aviation Day", "2022-01-14": "National Forest Conservation Day", "2022-01-16": "Teacher's Day", "2022-01-17": "HM King Ramkamhaeng Memorial Day", "2022-01-18": "Royal Thai Armed Forces Day", "2022-02-03": "Thai Veterans Day", "2022-02-16": "Makha Bucha", "2022-02-26": "National Artist Day", "2022-03-08": "International Women's Day", "2022-04-06": "Chakri Memorial Day", "2022-04-13": "Songkran Festival", "2022-04-14": "Songkran Festival", "2022-04-15": "Songkran Festival", "2022-05-01": "National Labor Day", "2022-05-02": "National Labor Day (in lieu)", "2022-05-04": "Coronation Day", "2022-05-13": "Royal Ploughing Ceremony", "2022-05-15": "Visakha Bucha", "2022-05-16": "Visakha Bucha (in lieu)", "2022-06-03": "HM Queen Suthida's Birthday", "2022-07-13": "Asarnha Bucha", "2022-07-14": "Buddhist Lent Day", "2022-07-15": "Bridge Public Holiday", "2022-07-28": "HM King Maha Vajiralongkorn's Birthday", "2022-07-29": "Bridge Public Holiday", "2022-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2022-08-18": "National Science Day", "2022-09-28": "Thai National Flag Day", "2022-10-13": "HM King Bhumibol Adulyadej the Great Memorial Day", "2022-10-14": "Bridge Public Holiday", "2022-10-23": "HM King Chulalongkorn Memorial Day", "2022-10-24": "HM King Chulalongkorn Memorial Day (in lieu)", "2022-11-08": "Loy Krathong", "2022-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2022-12-10": "Constitution Day", "2022-12-12": "Constitution Day (in lieu)", "2022-12-30": "Bridge Public Holiday", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (in lieu)", "2023-01-03": "New Year's Eve (in lieu)", "2023-01-13": "National Aviation Day", "2023-01-14": "National Children's Day; National Forest Conservation Day", "2023-01-16": "Teacher's Day", "2023-01-17": "HM King Ramkamhaeng Memorial Day", "2023-01-18": "Royal Thai Armed Forces Day", "2023-02-03": "Thai Veterans Day", "2023-02-26": "National Artist Day", "2023-03-06": "Makha Bucha", "2023-03-08": "International Women's Day", "2023-04-06": "Chakri Memorial Day", "2023-04-13": "Songkran Festival", "2023-04-14": "Songkran Festival", "2023-04-15": "Songkran Festival", "2023-04-17": "Songkran Festival (in lieu)", "2023-05-01": "National Labor Day", "2023-05-04": "Coronation Day", "2023-05-05": "Bridge Public Holiday", "2023-05-17": "Royal Ploughing Ceremony", "2023-06-03": "HM Queen Suthida's Birthday; Visakha Bucha", "2023-06-05": "HM Queen Suthida's Birthday (in lieu); Visakha Bucha (in lieu)", "2023-07-28": "HM King Maha Vajiralongkorn's Birthday", "2023-07-31": "Bridge Public Holiday", "2023-08-01": "Asarnha Bucha", "2023-08-02": "Buddhist Lent Day", "2023-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2023-08-14": "HM Queen Sirikit The Queen Mother's Birthday (in lieu); National Mother's Day (in lieu)", "2023-08-18": "National Science Day", "2023-09-28": "Thai National Flag Day", "2023-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2023-10-23": "HM King Chulalongkorn Memorial Day", "2023-11-27": "Loy Krathong", "2023-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2023-12-10": "Constitution Day", "2023-12-11": "Constitution Day (in lieu)", "2023-12-29": "Bridge Public Holiday", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-13": "National Aviation Day; National Children's Day", "2024-01-14": "National Forest Conservation Day", "2024-01-16": "Teacher's Day", "2024-01-17": "HM King Ramkamhaeng Memorial Day", "2024-01-18": "Royal Thai Armed Forces Day", "2024-02-03": "Thai Veterans Day", "2024-02-24": "Makha Bucha", "2024-02-26": "Makha Bucha (in lieu); National Artist Day", "2024-03-08": "International Women's Day", "2024-04-06": "Chakri Memorial Day", "2024-04-08": "Chakri Memorial Day (in lieu)", "2024-04-12": "Bridge Public Holiday", "2024-04-13": "Songkran Festival", "2024-04-14": "Songkran Festival", "2024-04-15": "Songkran Festival", "2024-04-16": "Songkran Festival (in lieu)", "2024-05-01": "National Labor Day", "2024-05-04": "Coronation Day", "2024-05-06": "Coronation Day (in lieu)", "2024-05-10": "Royal Ploughing Ceremony", "2024-05-22": "Visakha Bucha", "2024-06-03": "HM Queen Suthida's Birthday", "2024-07-20": "Asarnha Bucha", "2024-07-21": "Buddhist Lent Day", "2024-07-22": "Asarnha Bucha (in lieu)", "2024-07-28": "HM King Maha Vajiralongkorn's Birthday", "2024-07-29": "HM King Maha Vajiralongkorn's Birthday (in lieu)", "2024-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2024-08-18": "National Science Day", "2024-09-28": "Thai National Flag Day", "2024-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2024-10-14": "HM King Bhumibol Adulyadej Memorial Day (in lieu)", "2024-10-23": "HM King Chulalongkorn Memorial Day", "2024-11-15": "Loy Krathong", "2024-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2024-12-10": "Constitution Day", "2024-12-30": "Bridge Public Holiday", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-11": "National Children's Day", "2025-01-13": "National Aviation Day", "2025-01-14": "National Forest Conservation Day", "2025-01-16": "Teacher's Day", "2025-01-17": "HM King Ramkamhaeng Memorial Day", "2025-01-18": "Royal Thai Armed Forces Day", "2025-02-03": "Thai Veterans Day", "2025-02-12": "Makha Bucha", "2025-02-26": "National Artist Day", "2025-03-08": "International Women's Day", "2025-04-06": "Chakri Memorial Day", "2025-04-07": "Chakri Memorial Day (in lieu)", "2025-04-13": "Songkran Festival", "2025-04-14": "Songkran Festival", "2025-04-15": "Songkran Festival", "2025-04-16": "Songkran Festival (in lieu)", "2025-05-01": "National Labor Day", "2025-05-04": "Coronation Day", "2025-05-05": "Coronation Day (in lieu)", "2025-05-09": "Royal Ploughing Ceremony", "2025-05-11": "Visakha Bucha", "2025-05-12": "Visakha Bucha (in lieu)", "2025-06-02": "Bridge Public Holiday", "2025-06-03": "HM Queen Suthida's Birthday", "2025-07-10": "Asarnha Bucha", "2025-07-11": "Buddhist Lent Day", "2025-07-28": "HM King Maha Vajiralongkorn's Birthday", "2025-08-11": "Bridge Public Holiday", "2025-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2025-08-18": "National Science Day", "2025-09-28": "Thai National Flag Day", "2025-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2025-10-23": "HM King Chulalongkorn Memorial Day", "2025-11-05": "Loy Krathong", "2025-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2025-12-10": "Constitution Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-02": "Bridge Public Holiday", "2026-01-10": "National Children's Day", "2026-01-13": "National Aviation Day", "2026-01-14": "National Forest Conservation Day", "2026-01-16": "Teacher's Day", "2026-01-17": "HM King Ramkamhaeng Memorial Day", "2026-01-18": "Royal Thai Armed Forces Day", "2026-02-03": "Thai Veterans Day", "2026-02-26": "National Artist Day", "2026-03-03": "Makha Bucha", "2026-03-08": "International Women's Day", "2026-04-06": "Chakri Memorial Day", "2026-04-13": "Songkran Festival", "2026-04-14": "Songkran Festival", "2026-04-15": "Songkran Festival", "2026-05-01": "National Labor Day", "2026-05-04": "Coronation Day", "2026-05-31": "Visakha Bucha", "2026-06-01": "Visakha Bucha (in lieu)", "2026-06-03": "HM Queen Suthida's Birthday", "2026-07-28": "HM King Maha Vajiralongkorn's Birthday", "2026-07-29": "Asarnha Bucha", "2026-07-30": "Buddhist Lent Day", "2026-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2026-08-18": "National Science Day", "2026-09-28": "Thai National Flag Day", "2026-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2026-10-23": "HM King Chulalongkorn Memorial Day", "2026-11-24": "Loy Krathong", "2026-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2026-12-07": "HM King Bhumibol Adulyadej the Great's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2026-12-10": "Constitution Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-09": "National Children's Day", "2027-01-13": "National Aviation Day", "2027-01-14": "National Forest Conservation Day", "2027-01-16": "Teacher's Day", "2027-01-17": "HM King Ramkamhaeng Memorial Day", "2027-01-18": "Royal Thai Armed Forces Day", "2027-02-03": "Thai Veterans Day", "2027-02-21": "Makha Bucha", "2027-02-22": "Makha Bucha (in lieu)", "2027-02-26": "National Artist Day", "2027-03-08": "International Women's Day", "2027-04-06": "Chakri Memorial Day", "2027-04-13": "Songkran Festival", "2027-04-14": "Songkran Festival", "2027-04-15": "Songkran Festival", "2027-05-01": "National Labor Day", "2027-05-03": "National Labor Day (in lieu)", "2027-05-04": "Coronation Day", "2027-05-20": "Visakha Bucha", "2027-06-03": "HM Queen Suthida's Birthday", "2027-07-18": "Asarnha Bucha", "2027-07-19": "Buddhist Lent Day", "2027-07-20": "Asarnha Bucha (in lieu)", "2027-07-28": "HM King Maha Vajiralongkorn's Birthday", "2027-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2027-08-18": "National Science Day", "2027-09-28": "Thai National Flag Day", "2027-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2027-10-23": "HM King Chulalongkorn Memorial Day", "2027-10-25": "HM King Chulalongkorn Memorial Day (in lieu)", "2027-11-13": "Loy Krathong", "2027-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2027-12-06": "HM King Bhumibol Adulyadej the Great's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2027-12-10": "Constitution Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (in lieu)", "2028-01-08": "National Children's Day", "2028-01-13": "National Aviation Day", "2028-01-14": "National Forest Conservation Day", "2028-01-16": "Teacher's Day", "2028-01-17": "HM King Ramkamhaeng Memorial Day", "2028-01-18": "Royal Thai Armed Forces Day", "2028-02-03": "Thai Veterans Day", "2028-02-10": "Makha Bucha", "2028-02-26": "National Artist Day", "2028-03-08": "International Women's Day", "2028-04-06": "Chakri Memorial Day", "2028-04-13": "Songkran Festival", "2028-04-14": "Songkran Festival", "2028-04-15": "Songkran Festival", "2028-04-17": "Songkran Festival (in lieu)", "2028-05-01": "National Labor Day", "2028-05-04": "Coronation Day", "2028-05-08": "Visakha Bucha", "2028-06-03": "HM Queen Suthida's Birthday", "2028-06-05": "HM Queen Suthida's Birthday (in lieu)", "2028-07-06": "Asarnha Bucha", "2028-07-07": "Buddhist Lent Day", "2028-07-28": "HM King Maha Vajiralongkorn's Birthday", "2028-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2028-08-14": "HM Queen Sirikit The Queen Mother's Birthday (in lieu); National Mother's Day (in lieu)", "2028-08-18": "National Science Day", "2028-09-28": "Thai National Flag Day", "2028-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2028-10-23": "HM King Chulalongkorn Memorial Day", "2028-11-01": "Loy Krathong", "2028-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2028-12-10": "Constitution Day", "2028-12-11": "Constitution Day (in lieu)", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-02": "New Year's Eve (in lieu)", "2029-01-13": "National Aviation Day; National Children's Day", "2029-01-14": "National Forest Conservation Day", "2029-01-16": "Teacher's Day", "2029-01-17": "HM King Ramkamhaeng Memorial Day", "2029-01-18": "Royal Thai Armed Forces Day", "2029-02-03": "Thai Veterans Day", "2029-02-26": "National Artist Day", "2029-02-27": "Makha Bucha", "2029-03-08": "International Women's Day", "2029-04-06": "Chakri Memorial Day", "2029-04-13": "Songkran Festival", "2029-04-14": "Songkran Festival", "2029-04-15": "Songkran Festival", "2029-04-16": "Songkran Festival (in lieu)", "2029-05-01": "National Labor Day", "2029-05-04": "Coronation Day", "2029-05-27": "Visakha Bucha", "2029-05-28": "Visakha Bucha (in lieu)", "2029-06-03": "HM Queen Suthida's Birthday", "2029-06-04": "HM Queen Suthida's Birthday (in lieu)", "2029-07-25": "Asarnha Bucha", "2029-07-26": "Buddhist Lent Day", "2029-07-28": "HM King Maha Vajiralongkorn's Birthday", "2029-07-30": "HM King Maha Vajiralongkorn's Birthday (in lieu)", "2029-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2029-08-13": "HM Queen Sirikit The Queen Mother's Birthday (in lieu); National Mother's Day (in lieu)", "2029-08-18": "National Science Day", "2029-09-28": "Thai National Flag Day", "2029-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2029-10-15": "HM King Bhumibol Adulyadej Memorial Day (in lieu)", "2029-10-23": "HM King Chulalongkorn Memorial Day", "2029-11-20": "Loy Krathong", "2029-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2029-12-10": "Constitution Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-12": "National Children's Day", "2030-01-13": "National Aviation Day", "2030-01-14": "National Forest Conservation Day", "2030-01-16": "Teacher's Day", "2030-01-17": "HM King Ramkamhaeng Memorial Day", "2030-01-18": "Royal Thai Armed Forces Day", "2030-02-03": "Thai Veterans Day", "2030-02-17": "Makha Bucha", "2030-02-18": "Makha Bucha (in lieu)", "2030-02-26": "National Artist Day", "2030-03-08": "International Women's Day", "2030-04-06": "Chakri Memorial Day", "2030-04-08": "Chakri Memorial Day (in lieu)", "2030-04-13": "Songkran Festival", "2030-04-14": "Songkran Festival", "2030-04-15": "Songkran Festival", "2030-04-16": "Songkran Festival (in lieu)", "2030-05-01": "National Labor Day", "2030-05-04": "Coronation Day", "2030-05-06": "Coronation Day (in lieu)", "2030-05-16": "Visakha Bucha", "2030-06-03": "HM Queen Suthida's Birthday", "2030-07-14": "Asarnha Bucha", "2030-07-15": "Buddhist Lent Day", "2030-07-16": "Asarnha Bucha (in lieu)", "2030-07-28": "HM King Maha Vajiralongkorn's Birthday", "2030-07-29": "HM King Maha Vajiralongkorn's Birthday (in lieu)", "2030-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2030-08-18": "National Science Day", "2030-09-28": "Thai National Flag Day", "2030-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2030-10-14": "HM King Bhumibol Adulyadej Memorial Day (in lieu)", "2030-10-23": "HM King Chulalongkorn Memorial Day", "2030-11-09": "Loy Krathong", "2030-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2030-12-10": "Constitution Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-11": "National Children's Day", "2031-01-13": "National Aviation Day", "2031-01-14": "National Forest Conservation Day", "2031-01-16": "Teacher's Day", "2031-01-17": "HM King Ramkamhaeng Memorial Day", "2031-01-18": "Royal Thai Armed Forces Day", "2031-02-03": "Thai Veterans Day", "2031-02-26": "National Artist Day", "2031-03-07": "Makha Bucha", "2031-03-08": "International Women's Day", "2031-04-06": "Chakri Memorial Day", "2031-04-07": "Chakri Memorial Day (in lieu)", "2031-04-13": "Songkran Festival", "2031-04-14": "Songkran Festival", "2031-04-15": "Songkran Festival", "2031-04-16": "Songkran Festival (in lieu)", "2031-05-01": "National Labor Day", "2031-05-04": "Coronation Day", "2031-05-05": "Coronation Day (in lieu)", "2031-06-03": "HM Queen Suthida's Birthday", "2031-06-04": "Visakha Bucha", "2031-07-28": "HM King Maha Vajiralongkorn's Birthday", "2031-08-02": "Asarnha Bucha", "2031-08-03": "Buddhist Lent Day", "2031-08-04": "Asarnha Bucha (in lieu)", "2031-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2031-08-18": "National Science Day", "2031-09-28": "Thai National Flag Day", "2031-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2031-10-23": "HM King Chulalongkorn Memorial Day", "2031-11-28": "Loy Krathong", "2031-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2031-12-10": "Constitution Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-10": "National Children's Day", "2032-01-13": "National Aviation Day", "2032-01-14": "National Forest Conservation Day", "2032-01-16": "Teacher's Day", "2032-01-17": "HM King Ramkamhaeng Memorial Day", "2032-01-18": "Royal Thai Armed Forces Day", "2032-02-03": "Thai Veterans Day", "2032-02-25": "Makha Bucha", "2032-02-26": "National Artist Day", "2032-03-08": "International Women's Day", "2032-04-06": "Chakri Memorial Day", "2032-04-13": "Songkran Festival", "2032-04-14": "Songkran Festival", "2032-04-15": "Songkran Festival", "2032-05-01": "National Labor Day", "2032-05-03": "National Labor Day (in lieu)", "2032-05-04": "Coronation Day", "2032-05-23": "Visakha Bucha", "2032-05-24": "Visakha Bucha (in lieu)", "2032-06-03": "HM Queen Suthida's Birthday", "2032-07-22": "Asarnha Bucha", "2032-07-23": "Buddhist Lent Day", "2032-07-28": "HM King Maha Vajiralongkorn's Birthday", "2032-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2032-08-18": "National Science Day", "2032-09-28": "Thai National Flag Day", "2032-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2032-10-23": "HM King Chulalongkorn Memorial Day", "2032-10-25": "HM King Chulalongkorn Memorial Day (in lieu)", "2032-11-17": "Loy Krathong", "2032-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2032-12-06": "HM King Bhumibol Adulyadej the Great's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2032-12-10": "Constitution Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (in lieu)", "2033-01-08": "National Children's Day", "2033-01-13": "National Aviation Day", "2033-01-14": "National Forest Conservation Day", "2033-01-16": "Teacher's Day", "2033-01-17": "HM King Ramkamhaeng Memorial Day", "2033-01-18": "Royal Thai Armed Forces Day", "2033-02-03": "Thai Veterans Day", "2033-02-14": "Makha Bucha", "2033-02-26": "National Artist Day", "2033-03-08": "International Women's Day", "2033-04-06": "Chakri Memorial Day", "2033-04-13": "Songkran Festival", "2033-04-14": "Songkran Festival", "2033-04-15": "Songkran Festival", "2033-05-01": "National Labor Day", "2033-05-02": "National Labor Day (in lieu)", "2033-05-04": "Coronation Day", "2033-05-13": "Visakha Bucha", "2033-06-03": "HM Queen Suthida's Birthday", "2033-07-11": "Asarnha Bucha", "2033-07-12": "Buddhist Lent Day", "2033-07-28": "HM King Maha Vajiralongkorn's Birthday", "2033-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2033-08-18": "National Science Day", "2033-09-28": "Thai National Flag Day", "2033-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2033-10-23": "HM King Chulalongkorn Memorial Day", "2033-10-24": "HM King Chulalongkorn Memorial Day (in lieu)", "2033-11-06": "Loy Krathong", "2033-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2033-12-10": "Constitution Day", "2033-12-12": "Constitution Day (in lieu)", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (in lieu)", "2034-01-03": "New Year's Eve (in lieu)", "2034-01-13": "National Aviation Day", "2034-01-14": "National Children's Day; National Forest Conservation Day", "2034-01-16": "Teacher's Day", "2034-01-17": "HM King Ramkamhaeng Memorial Day", "2034-01-18": "Royal Thai Armed Forces Day", "2034-02-03": "Thai Veterans Day", "2034-02-26": "National Artist Day", "2034-03-04": "Makha Bucha", "2034-03-06": "Makha Bucha (in lieu)", "2034-03-08": "International Women's Day", "2034-04-06": "Chakri Memorial Day", "2034-04-13": "Songkran Festival", "2034-04-14": "Songkran Festival", "2034-04-15": "Songkran Festival", "2034-04-17": "Songkran Festival (in lieu)", "2034-05-01": "National Labor Day", "2034-05-04": "Coronation Day", "2034-06-01": "Visakha Bucha", "2034-06-03": "HM Queen Suthida's Birthday", "2034-06-05": "HM Queen Suthida's Birthday (in lieu)", "2034-07-28": "HM King Maha Vajiralongkorn's Birthday", "2034-07-30": "Asarnha Bucha", "2034-07-31": "Buddhist Lent Day", "2034-08-01": "Asarnha Bucha (in lieu)", "2034-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2034-08-14": "HM Queen Sirikit The Queen Mother's Birthday (in lieu); National Mother's Day (in lieu)", "2034-08-18": "National Science Day", "2034-09-28": "Thai National Flag Day", "2034-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2034-10-23": "HM King Chulalongkorn Memorial Day", "2034-11-25": "Loy Krathong", "2034-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2034-12-10": "Constitution Day", "2034-12-11": "Constitution Day (in lieu)", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-02": "New Year's Eve (in lieu)", "2035-01-13": "National Aviation Day; National Children's Day", "2035-01-14": "National Forest Conservation Day", "2035-01-16": "Teacher's Day", "2035-01-17": "HM King Ramkamhaeng Memorial Day", "2035-01-18": "Royal Thai Armed Forces Day", "2035-02-03": "Thai Veterans Day", "2035-02-22": "Makha Bucha", "2035-02-26": "National Artist Day", "2035-03-08": "International Women's Day", "2035-04-06": "Chakri Memorial Day", "2035-04-13": "Songkran Festival", "2035-04-14": "Songkran Festival", "2035-04-15": "Songkran Festival", "2035-04-16": "Songkran Festival (in lieu)", "2035-05-01": "National Labor Day", "2035-05-04": "Coronation Day", "2035-05-21": "Visakha Bucha", "2035-06-03": "HM Queen Suthida's Birthday", "2035-06-04": "HM Queen Suthida's Birthday (in lieu)", "2035-07-20": "Asarnha Bucha", "2035-07-21": "Buddhist Lent Day", "2035-07-23": "Buddhist Lent Day (in lieu)", "2035-07-28": "HM King Maha Vajiralongkorn's Birthday", "2035-07-30": "HM King Maha Vajiralongkorn's Birthday (in lieu)", "2035-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2035-08-13": "HM Queen Sirikit The Queen Mother's Birthday (in lieu); National Mother's Day (in lieu)", "2035-08-18": "National Science Day", "2035-09-28": "Thai National Flag Day", "2035-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2035-10-15": "HM King Bhumibol Adulyadej Memorial Day (in lieu)", "2035-10-23": "HM King Chulalongkorn Memorial Day", "2035-11-15": "Loy Krathong", "2035-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2035-12-10": "Constitution Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-12": "National Children's Day", "2036-01-13": "National Aviation Day", "2036-01-14": "National Forest Conservation Day", "2036-01-16": "Teacher's Day", "2036-01-17": "HM King Ramkamhaeng Memorial Day", "2036-01-18": "Royal Thai Armed Forces Day", "2036-02-03": "Thai Veterans Day", "2036-02-12": "Makha Bucha", "2036-02-26": "National Artist Day", "2036-03-08": "International Women's Day", "2036-04-06": "Chakri Memorial Day", "2036-04-07": "Chakri Memorial Day (in lieu)", "2036-04-13": "Songkran Festival", "2036-04-14": "Songkran Festival", "2036-04-15": "Songkran Festival", "2036-04-16": "Songkran Festival (in lieu)", "2036-05-01": "National Labor Day", "2036-05-04": "Coronation Day", "2036-05-05": "Coronation Day (in lieu)", "2036-05-10": "Visakha Bucha", "2036-05-12": "Visakha Bucha (in lieu)", "2036-06-03": "HM Queen Suthida's Birthday", "2036-07-08": "Asarnha Bucha", "2036-07-09": "Buddhist Lent Day", "2036-07-28": "HM King Maha Vajiralongkorn's Birthday", "2036-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2036-08-18": "National Science Day", "2036-09-28": "Thai National Flag Day", "2036-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2036-10-23": "HM King Chulalongkorn Memorial Day", "2036-11-03": "Loy Krathong", "2036-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2036-12-10": "Constitution Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-10": "National Children's Day", "2037-01-13": "National Aviation Day", "2037-01-14": "National Forest Conservation Day", "2037-01-16": "Teacher's Day", "2037-01-17": "HM King Ramkamhaeng Memorial Day", "2037-01-18": "Royal Thai Armed Forces Day", "2037-02-03": "Thai Veterans Day", "2037-02-26": "National Artist Day", "2037-03-01": "Makha Bucha", "2037-03-02": "Makha Bucha (in lieu)", "2037-03-08": "International Women's Day", "2037-04-06": "Chakri Memorial Day", "2037-04-13": "Songkran Festival", "2037-04-14": "Songkran Festival", "2037-04-15": "Songkran Festival", "2037-05-01": "National Labor Day", "2037-05-04": "Coronation Day", "2037-05-29": "Visakha Bucha", "2037-06-03": "HM Queen Suthida's Birthday", "2037-07-27": "Asarnha Bucha", "2037-07-28": "Buddhist Lent Day; HM King Maha Vajiralongkorn's Birthday", "2037-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2037-08-18": "National Science Day", "2037-09-28": "Thai National Flag Day", "2037-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2037-10-23": "HM King Chulalongkorn Memorial Day", "2037-11-22": "Loy Krathong", "2037-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2037-12-07": "HM King Bhumibol Adulyadej the Great's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2037-12-10": "Constitution Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-09": "National Children's Day", "2038-01-13": "National Aviation Day", "2038-01-14": "National Forest Conservation Day", "2038-01-16": "Teacher's Day", "2038-01-17": "HM King Ramkamhaeng Memorial Day", "2038-01-18": "Royal Thai Armed Forces Day", "2038-02-03": "Thai Veterans Day", "2038-02-19": "Makha Bucha", "2038-02-26": "National Artist Day", "2038-03-08": "International Women's Day", "2038-04-06": "Chakri Memorial Day", "2038-04-13": "Songkran Festival", "2038-04-14": "Songkran Festival", "2038-04-15": "Songkran Festival", "2038-05-01": "National Labor Day", "2038-05-03": "National Labor Day (in lieu)", "2038-05-04": "Coronation Day", "2038-05-18": "Visakha Bucha", "2038-06-03": "HM Queen Suthida's Birthday", "2038-07-16": "Asarnha Bucha", "2038-07-17": "Buddhist Lent Day", "2038-07-19": "Buddhist Lent Day (in lieu)", "2038-07-28": "HM King Maha Vajiralongkorn's Birthday", "2038-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2038-08-18": "National Science Day", "2038-09-28": "Thai National Flag Day", "2038-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2038-10-23": "HM King Chulalongkorn Memorial Day", "2038-10-25": "HM King Chulalongkorn Memorial Day (in lieu)", "2038-11-11": "Loy Krathong", "2038-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2038-12-06": "HM King Bhumibol Adulyadej the Great's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2038-12-10": "Constitution Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (in lieu)", "2039-01-08": "National Children's Day", "2039-01-13": "National Aviation Day", "2039-01-14": "National Forest Conservation Day", "2039-01-16": "Teacher's Day", "2039-01-17": "HM King Ramkamhaeng Memorial Day", "2039-01-18": "Royal Thai Armed Forces Day", "2039-02-03": "Thai Veterans Day", "2039-02-08": "Makha Bucha", "2039-02-26": "National Artist Day", "2039-03-08": "International Women's Day", "2039-04-06": "Chakri Memorial Day", "2039-04-13": "Songkran Festival", "2039-04-14": "Songkran Festival", "2039-04-15": "Songkran Festival", "2039-05-01": "National Labor Day", "2039-05-02": "National Labor Day (in lieu)", "2039-05-04": "Coronation Day", "2039-05-07": "Visakha Bucha", "2039-05-09": "Visakha Bucha (in lieu)", "2039-06-03": "HM Queen Suthida's Birthday", "2039-07-05": "Asarnha Bucha", "2039-07-06": "Buddhist Lent Day", "2039-07-28": "HM King Maha Vajiralongkorn's Birthday", "2039-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2039-08-18": "National Science Day", "2039-09-28": "Thai National Flag Day", "2039-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2039-10-23": "HM King Chulalongkorn Memorial Day", "2039-10-24": "HM King Chulalongkorn Memorial Day (in lieu)", "2039-10-31": "Loy Krathong", "2039-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2039-12-10": "Constitution Day", "2039-12-12": "Constitution Day (in lieu)", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (in lieu)", "2040-01-03": "New Year's Eve (in lieu)", "2040-01-13": "National Aviation Day", "2040-01-14": "National Children's Day; National Forest Conservation Day", "2040-01-16": "Teacher's Day", "2040-01-17": "HM King Ramkamhaeng Memorial Day", "2040-01-18": "Royal Thai Armed Forces Day", "2040-02-03": "Thai Veterans Day", "2040-02-26": "Makha Bucha; National Artist Day", "2040-02-27": "Makha Bucha (in lieu)", "2040-03-08": "International Women's Day", "2040-04-06": "Chakri Memorial Day", "2040-04-13": "Songkran Festival", "2040-04-14": "Songkran Festival", "2040-04-15": "Songkran Festival", "2040-04-16": "Songkran Festival (in lieu)", "2040-05-01": "National Labor Day", "2040-05-04": "Coronation Day", "2040-05-25": "Visakha Bucha", "2040-06-03": "HM Queen Suthida's Birthday", "2040-06-04": "HM Queen Suthida's Birthday (in lieu)", "2040-07-23": "Asarnha Bucha", "2040-07-24": "Buddhist Lent Day", "2040-07-28": "HM King Maha Vajiralongkorn's Birthday", "2040-07-30": "HM King Maha Vajiralongkorn's Birthday (in lieu)", "2040-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2040-08-13": "HM Queen Sirikit The Queen Mother's Birthday (in lieu); National Mother's Day (in lieu)", "2040-08-18": "National Science Day", "2040-09-28": "Thai National Flag Day", "2040-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2040-10-15": "HM King Bhumibol Adulyadej Memorial Day (in lieu)", "2040-10-23": "HM King Chulalongkorn Memorial Day", "2040-11-18": "Loy Krathong", "2040-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2040-12-10": "Constitution Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-12": "National Children's Day", "2041-01-13": "National Aviation Day", "2041-01-14": "National Forest Conservation Day", "2041-01-16": "Teacher's Day", "2041-01-17": "HM King Ramkamhaeng Memorial Day", "2041-01-18": "Royal Thai Armed Forces Day", "2041-02-03": "Thai Veterans Day", "2041-02-15": "Makha Bucha", "2041-02-26": "National Artist Day", "2041-03-08": "International Women's Day", "2041-04-06": "Chakri Memorial Day", "2041-04-08": "Chakri Memorial Day (in lieu)", "2041-04-13": "Songkran Festival", "2041-04-14": "Songkran Festival", "2041-04-15": "Songkran Festival", "2041-04-16": "Songkran Festival (in lieu)", "2041-05-01": "National Labor Day", "2041-05-04": "Coronation Day", "2041-05-06": "Coronation Day (in lieu)", "2041-05-14": "Visakha Bucha", "2041-06-03": "HM Queen Suthida's Birthday", "2041-07-12": "Asarnha Bucha", "2041-07-13": "Buddhist Lent Day", "2041-07-15": "Buddhist Lent Day (in lieu)", "2041-07-28": "HM King Maha Vajiralongkorn's Birthday", "2041-07-29": "HM King Maha Vajiralongkorn's Birthday (in lieu)", "2041-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2041-08-18": "National Science Day", "2041-09-28": "Thai National Flag Day", "2041-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2041-10-14": "HM King Bhumibol Adulyadej Memorial Day (in lieu)", "2041-10-23": "HM King Chulalongkorn Memorial Day", "2041-11-07": "Loy Krathong", "2041-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2041-12-10": "Constitution Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-11": "National Children's Day", "2042-01-13": "National Aviation Day", "2042-01-14": "National Forest Conservation Day", "2042-01-16": "Teacher's Day", "2042-01-17": "HM King Ramkamhaeng Memorial Day", "2042-01-18": "Royal Thai Armed Forces Day", "2042-02-03": "Thai Veterans Day", "2042-02-26": "National Artist Day", "2042-03-05": "Makha Bucha", "2042-03-08": "International Women's Day", "2042-04-06": "Chakri Memorial Day", "2042-04-07": "Chakri Memorial Day (in lieu)", "2042-04-13": "Songkran Festival", "2042-04-14": "Songkran Festival", "2042-04-15": "Songkran Festival", "2042-04-16": "Songkran Festival (in lieu)", "2042-05-01": "National Labor Day", "2042-05-04": "Coronation Day", "2042-05-05": "Coronation Day (in lieu)", "2042-06-02": "Visakha Bucha", "2042-06-03": "HM Queen Suthida's Birthday", "2042-07-28": "HM King Maha Vajiralongkorn's Birthday", "2042-07-31": "Asarnha Bucha", "2042-08-01": "Buddhist Lent Day", "2042-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2042-08-18": "National Science Day", "2042-09-28": "Thai National Flag Day", "2042-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2042-10-23": "HM King Chulalongkorn Memorial Day", "2042-11-26": "Loy Krathong", "2042-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2042-12-10": "Constitution Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-10": "National Children's Day", "2043-01-13": "National Aviation Day", "2043-01-14": "National Forest Conservation Day", "2043-01-16": "Teacher's Day", "2043-01-17": "HM King Ramkamhaeng Memorial Day", "2043-01-18": "Royal Thai Armed Forces Day", "2043-02-03": "Thai Veterans Day", "2043-02-23": "Makha Bucha", "2043-02-26": "National Artist Day", "2043-03-08": "International Women's Day", "2043-04-06": "Chakri Memorial Day", "2043-04-13": "Songkran Festival", "2043-04-14": "Songkran Festival", "2043-04-15": "Songkran Festival", "2043-05-01": "National Labor Day", "2043-05-04": "Coronation Day", "2043-05-22": "Visakha Bucha", "2043-06-03": "HM Queen Suthida's Birthday", "2043-07-21": "Asarnha Bucha", "2043-07-22": "Buddhist Lent Day", "2043-07-28": "HM King Maha Vajiralongkorn's Birthday", "2043-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2043-08-18": "National Science Day", "2043-09-28": "Thai National Flag Day", "2043-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2043-10-23": "HM King Chulalongkorn Memorial Day", "2043-11-16": "Loy Krathong", "2043-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2043-12-07": "HM King Bhumibol Adulyadej the Great's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2043-12-10": "Constitution Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-09": "National Children's Day", "2044-01-13": "National Aviation Day", "2044-01-14": "National Forest Conservation Day", "2044-01-16": "Teacher's Day", "2044-01-17": "HM King Ramkamhaeng Memorial Day", "2044-01-18": "Royal Thai Armed Forces Day", "2044-02-03": "Thai Veterans Day", "2044-02-13": "Makha Bucha", "2044-02-15": "Makha Bucha (in lieu)", "2044-02-26": "National Artist Day", "2044-03-08": "International Women's Day", "2044-04-06": "Chakri Memorial Day", "2044-04-13": "Songkran Festival", "2044-04-14": "Songkran Festival", "2044-04-15": "Songkran Festival", "2044-05-01": "National Labor Day", "2044-05-02": "National Labor Day (in lieu)", "2044-05-04": "Coronation Day", "2044-05-11": "Visakha Bucha", "2044-06-03": "HM Queen Suthida's Birthday", "2044-07-09": "Asarnha Bucha", "2044-07-10": "Buddhist Lent Day", "2044-07-11": "Asarnha Bucha (in lieu)", "2044-07-28": "HM King Maha Vajiralongkorn's Birthday", "2044-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2044-08-18": "National Science Day", "2044-09-28": "Thai National Flag Day", "2044-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2044-10-23": "HM King Chulalongkorn Memorial Day", "2044-10-24": "HM King Chulalongkorn Memorial Day (in lieu)", "2044-11-04": "Loy Krathong", "2044-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2044-12-10": "Constitution Day", "2044-12-12": "Constitution Day (in lieu)", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (in lieu)", "2045-01-03": "New Year's Eve (in lieu)", "2045-01-13": "National Aviation Day", "2045-01-14": "National Children's Day; National Forest Conservation Day", "2045-01-16": "Teacher's Day", "2045-01-17": "HM King Ramkamhaeng Memorial Day", "2045-01-18": "Royal Thai Armed Forces Day", "2045-02-03": "Thai Veterans Day", "2045-02-26": "National Artist Day", "2045-03-02": "Makha Bucha", "2045-03-08": "International Women's Day", "2045-04-06": "Chakri Memorial Day", "2045-04-13": "Songkran Festival", "2045-04-14": "Songkran Festival", "2045-04-15": "Songkran Festival", "2045-04-17": "Songkran Festival (in lieu)", "2045-05-01": "National Labor Day", "2045-05-04": "Coronation Day", "2045-05-30": "Visakha Bucha", "2045-06-03": "HM Queen Suthida's Birthday", "2045-06-05": "HM Queen Suthida's Birthday (in lieu)", "2045-07-28": "Asarnha Bucha; HM King Maha Vajiralongkorn's Birthday", "2045-07-29": "Buddhist Lent Day", "2045-07-31": "Buddhist Lent Day (in lieu)", "2045-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2045-08-14": "HM Queen Sirikit The Queen Mother's Birthday (in lieu); National Mother's Day (in lieu)", "2045-08-18": "National Science Day", "2045-09-28": "Thai National Flag Day", "2045-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2045-10-23": "HM King Chulalongkorn Memorial Day", "2045-11-23": "Loy Krathong", "2045-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2045-12-10": "Constitution Day", "2045-12-11": "Constitution Day (in lieu)", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-02": "New Year's Eve (in lieu)", "2046-01-13": "National Aviation Day; National Children's Day", "2046-01-14": "National Forest Conservation Day", "2046-01-16": "Teacher's Day", "2046-01-17": "HM King Ramkamhaeng Memorial Day", "2046-01-18": "Royal Thai Armed Forces Day", "2046-02-03": "Thai Veterans Day", "2046-02-20": "Makha Bucha", "2046-02-26": "National Artist Day", "2046-03-08": "International Women's Day", "2046-04-06": "Chakri Memorial Day", "2046-04-13": "Songkran Festival", "2046-04-14": "Songkran Festival", "2046-04-15": "Songkran Festival", "2046-04-16": "Songkran Festival (in lieu)", "2046-05-01": "National Labor Day", "2046-05-04": "Coronation Day", "2046-05-19": "Visakha Bucha", "2046-05-21": "Visakha Bucha (in lieu)", "2046-06-03": "HM Queen Suthida's Birthday", "2046-06-04": "HM Queen Suthida's Birthday (in lieu)", "2046-07-18": "Asarnha Bucha", "2046-07-19": "Buddhist Lent Day", "2046-07-28": "HM King Maha Vajiralongkorn's Birthday", "2046-07-30": "HM King Maha Vajiralongkorn's Birthday (in lieu)", "2046-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2046-08-13": "HM Queen Sirikit The Queen Mother's Birthday (in lieu); National Mother's Day (in lieu)", "2046-08-18": "National Science Day", "2046-09-28": "Thai National Flag Day", "2046-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2046-10-15": "HM King Bhumibol Adulyadej Memorial Day (in lieu)", "2046-10-23": "HM King Chulalongkorn Memorial Day", "2046-11-13": "Loy Krathong", "2046-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2046-12-10": "Constitution Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-12": "National Children's Day", "2047-01-13": "National Aviation Day", "2047-01-14": "National Forest Conservation Day", "2047-01-16": "Teacher's Day", "2047-01-17": "HM King Ramkamhaeng Memorial Day", "2047-01-18": "Royal Thai Armed Forces Day", "2047-02-03": "Thai Veterans Day", "2047-02-10": "Makha Bucha", "2047-02-11": "Makha Bucha (in lieu)", "2047-02-26": "National Artist Day", "2047-03-08": "International Women's Day", "2047-04-06": "Chakri Memorial Day", "2047-04-08": "Chakri Memorial Day (in lieu)", "2047-04-13": "Songkran Festival", "2047-04-14": "Songkran Festival", "2047-04-15": "Songkran Festival", "2047-04-16": "Songkran Festival (in lieu)", "2047-05-01": "National Labor Day", "2047-05-04": "Coronation Day", "2047-05-06": "Coronation Day (in lieu)", "2047-05-09": "Visakha Bucha", "2047-06-03": "HM Queen Suthida's Birthday", "2047-07-07": "Asarnha Bucha", "2047-07-08": "Buddhist Lent Day", "2047-07-09": "Asarnha Bucha (in lieu)", "2047-07-28": "HM King Maha Vajiralongkorn's Birthday", "2047-07-29": "HM King Maha Vajiralongkorn's Birthday (in lieu)", "2047-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2047-08-18": "National Science Day", "2047-09-28": "Thai National Flag Day", "2047-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2047-10-14": "HM King Bhumibol Adulyadej Memorial Day (in lieu)", "2047-10-23": "HM King Chulalongkorn Memorial Day", "2047-11-02": "Loy Krathong", "2047-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2047-12-10": "Constitution Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-11": "National Children's Day", "2048-01-13": "National Aviation Day", "2048-01-14": "National Forest Conservation Day", "2048-01-16": "Teacher's Day", "2048-01-17": "HM King Ramkamhaeng Memorial Day", "2048-01-18": "Royal Thai Armed Forces Day", "2048-02-03": "Thai Veterans Day", "2048-02-26": "National Artist Day", "2048-02-28": "Makha Bucha", "2048-03-08": "International Women's Day", "2048-04-06": "Chakri Memorial Day", "2048-04-13": "Songkran Festival", "2048-04-14": "Songkran Festival", "2048-04-15": "Songkran Festival", "2048-05-01": "National Labor Day", "2048-05-04": "Coronation Day", "2048-05-27": "Visakha Bucha", "2048-06-03": "HM Queen Suthida's Birthday", "2048-07-25": "Asarnha Bucha", "2048-07-26": "Buddhist Lent Day", "2048-07-27": "Asarnha Bucha (in lieu)", "2048-07-28": "HM King Maha Vajiralongkorn's Birthday", "2048-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2048-08-18": "National Science Day", "2048-09-28": "Thai National Flag Day", "2048-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2048-10-23": "HM King Chulalongkorn Memorial Day", "2048-11-20": "Loy Krathong", "2048-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2048-12-07": "HM King Bhumibol Adulyadej the Great's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2048-12-10": "Constitution Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-09": "National Children's Day", "2049-01-13": "National Aviation Day", "2049-01-14": "National Forest Conservation Day", "2049-01-16": "Teacher's Day", "2049-01-17": "HM King Ramkamhaeng Memorial Day", "2049-01-18": "Royal Thai Armed Forces Day", "2049-02-03": "Thai Veterans Day", "2049-02-17": "Makha Bucha", "2049-02-26": "National Artist Day", "2049-03-08": "International Women's Day", "2049-04-06": "Chakri Memorial Day", "2049-04-13": "Songkran Festival", "2049-04-14": "Songkran Festival", "2049-04-15": "Songkran Festival", "2049-05-01": "National Labor Day", "2049-05-03": "National Labor Day (in lieu)", "2049-05-04": "Coronation Day", "2049-05-16": "Visakha Bucha", "2049-05-17": "Visakha Bucha (in lieu)", "2049-06-03": "HM Queen Suthida's Birthday", "2049-07-14": "Asarnha Bucha", "2049-07-15": "Buddhist Lent Day", "2049-07-28": "HM King Maha Vajiralongkorn's Birthday", "2049-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2049-08-18": "National Science Day", "2049-09-28": "Thai National Flag Day", "2049-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2049-10-23": "HM King Chulalongkorn Memorial Day", "2049-10-25": "HM King Chulalongkorn Memorial Day (in lieu)", "2049-11-09": "Loy Krathong", "2049-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2049-12-06": "HM King Bhumibol Adulyadej the Great's Birthday (in lieu); National Day (in lieu); National Father's Day (in lieu)", "2049-12-10": "Constitution Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (in lieu)", "2050-01-08": "National Children's Day", "2050-01-13": "National Aviation Day", "2050-01-14": "National Forest Conservation Day", "2050-01-16": "Teacher's Day", "2050-01-17": "HM King Ramkamhaeng Memorial Day", "2050-01-18": "Royal Thai Armed Forces Day", "2050-02-03": "Thai Veterans Day", "2050-02-26": "National Artist Day", "2050-03-07": "Makha Bucha", "2050-03-08": "International Women's Day", "2050-04-06": "Chakri Memorial Day", "2050-04-13": "Songkran Festival", "2050-04-14": "Songkran Festival", "2050-04-15": "Songkran Festival", "2050-05-01": "National Labor Day", "2050-05-02": "National Labor Day (in lieu)", "2050-05-04": "Coronation Day", "2050-06-03": "HM Queen Suthida's Birthday", "2050-06-04": "Visakha Bucha", "2050-06-06": "Visakha Bucha (in lieu)", "2050-07-28": "HM King Maha Vajiralongkorn's Birthday", "2050-08-02": "Asarnha Bucha", "2050-08-03": "Buddhist Lent Day", "2050-08-12": "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", "2050-08-18": "National Science Day", "2050-09-28": "Thai National Flag Day", "2050-10-13": "HM King Bhumibol Adulyadej Memorial Day", "2050-10-23": "HM King Chulalongkorn Memorial Day", "2050-10-24": "HM King Chulalongkorn Memorial Day (in lieu)", "2050-11-28": "Loy Krathong", "2050-12-05": "HM King Bhumibol Adulyadej the Great's Birthday; National Day; National Father's Day", "2050-12-10": "Constitution Day", "2050-12-12": "Constitution Day (in lieu)", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/TL_COMMON.json000066400000000000000000001533471500152103600216020ustar00rootroot00000000000000{ "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-03-01": "Ash Wednesday", "2006-04-13": "Holy Thursday", "2006-04-14": "Holy Friday", "2006-05-01": "International Worker's Day", "2006-05-20": "Restoration of Independence Day", "2006-05-25": "The Day of Ascension of Jesus Christ into Heaven", "2006-06-01": "International Children's Day", "2006-06-15": "Corpus Christi", "2006-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2006-08-30": "Popular Consultation Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-11-01": "All Saints' Day", "2006-11-02": "All Souls' Day", "2006-11-03": "National Women's Day", "2006-11-12": "National Youth Day", "2006-11-28": "Proclamation of Independence Day", "2006-12-07": "National Heroes Day", "2006-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2006-12-10": "International Human Rights Day", "2006-12-25": "Christmas Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-02-21": "Ash Wednesday", "2007-04-05": "Holy Thursday", "2007-04-06": "Holy Friday", "2007-05-01": "International Worker's Day", "2007-05-17": "The Day of Ascension of Jesus Christ into Heaven", "2007-05-20": "Restoration of Independence Day", "2007-06-01": "International Children's Day", "2007-06-07": "Corpus Christi", "2007-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2007-08-30": "Popular Consultation Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-11-01": "All Saints' Day", "2007-11-02": "All Souls' Day", "2007-11-03": "National Women's Day", "2007-11-12": "National Youth Day", "2007-11-28": "Proclamation of Independence Day", "2007-12-07": "National Heroes Day", "2007-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2007-12-10": "International Human Rights Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-02-06": "Ash Wednesday", "2008-03-20": "Holy Thursday", "2008-03-21": "Holy Friday", "2008-05-01": "International Worker's Day; The Day of Ascension of Jesus Christ into Heaven", "2008-05-20": "Restoration of Independence Day", "2008-05-22": "Corpus Christi", "2008-06-01": "International Children's Day", "2008-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2008-08-30": "Popular Consultation Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-11-01": "All Saints' Day", "2008-11-02": "All Souls' Day", "2008-11-03": "National Women's Day", "2008-11-12": "National Youth Day", "2008-11-28": "Proclamation of Independence Day", "2008-12-07": "National Heroes Day", "2008-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness; Eid al-Adha (estimated)", "2008-12-10": "International Human Rights Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-02-25": "Ash Wednesday", "2009-04-09": "Holy Thursday", "2009-04-10": "Holy Friday", "2009-05-01": "International Worker's Day", "2009-05-20": "Restoration of Independence Day", "2009-05-21": "The Day of Ascension of Jesus Christ into Heaven", "2009-06-01": "International Children's Day", "2009-06-11": "Corpus Christi", "2009-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2009-08-30": "Popular Consultation Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-11-01": "All Saints' Day", "2009-11-02": "All Souls' Day", "2009-11-03": "National Women's Day", "2009-11-12": "National Youth Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Proclamation of Independence Day", "2009-12-07": "National Heroes Day", "2009-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2009-12-10": "International Human Rights Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-02-17": "Ash Wednesday", "2010-04-01": "Holy Thursday", "2010-04-02": "Holy Friday", "2010-05-01": "International Worker's Day", "2010-05-13": "The Day of Ascension of Jesus Christ into Heaven", "2010-05-20": "Restoration of Independence Day", "2010-06-01": "International Children's Day", "2010-06-03": "Corpus Christi", "2010-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2010-08-30": "Popular Consultation Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-11-01": "All Saints' Day", "2010-11-02": "All Souls' Day", "2010-11-03": "National Holidays (Special); National Women's Day", "2010-11-12": "National Youth Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-28": "Proclamation of Independence Day", "2010-12-07": "National Heroes Day", "2010-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2010-12-10": "International Human Rights Day", "2010-12-24": "National Holidays (Special)", "2010-12-25": "Christmas Day", "2010-12-31": "National Holidays (Special)", "2011-01-01": "New Year's Day", "2011-03-09": "Ash Wednesday", "2011-04-21": "Holy Thursday", "2011-04-22": "Holy Friday", "2011-05-01": "International Worker's Day", "2011-05-20": "Restoration of Independence Day", "2011-06-01": "International Children's Day", "2011-06-02": "The Day of Ascension of Jesus Christ into Heaven", "2011-06-23": "Corpus Christi", "2011-08-15": "National Holidays (Special)", "2011-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2011-08-30": "Popular Consultation Day", "2011-08-31": "Eid al-Fitr", "2011-11-01": "All Saints' Day", "2011-11-02": "All Souls' Day", "2011-11-03": "National Holidays (Special); National Women's Day", "2011-11-07": "Eid al-Adha", "2011-11-12": "National Youth Day", "2011-11-28": "Proclamation of Independence Day", "2011-12-07": "National Heroes Day", "2011-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2011-12-10": "International Human Rights Day", "2011-12-25": "Christmas Day", "2011-12-26": "National Holidays (Special)", "2012-01-01": "New Year's Day", "2012-01-02": "National Holidays (Special)", "2012-01-23": "National Holidays (Special)", "2012-02-22": "Ash Wednesday; National Holidays (Special)", "2012-03-16": "Presidential Election Day", "2012-04-05": "Holy Thursday", "2012-04-06": "Holy Friday", "2012-04-16": "Presidential Election Day", "2012-04-17": "Presidential Election Day", "2012-05-01": "International Worker's Day", "2012-05-17": "The Day of Ascension of Jesus Christ into Heaven", "2012-05-20": "Restoration of Independence Day", "2012-06-01": "International Children's Day", "2012-06-07": "Corpus Christi", "2012-07-06": "Parliamentary Election Day", "2012-07-09": "Parliamentary Election Day", "2012-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL); Eid al-Fitr", "2012-08-30": "Popular Consultation Day", "2012-10-26": "Eid al-Adha", "2012-11-01": "All Saints' Day", "2012-11-02": "All Souls' Day", "2012-11-03": "National Women's Day", "2012-11-12": "National Youth Day", "2012-11-27": "Centenary of the Revolt of Dom Boaventura", "2012-11-28": "Proclamation of Independence Day", "2012-11-29": "Centenary of the Revolt of Dom Boaventura", "2012-12-07": "National Heroes Day", "2012-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2012-12-10": "International Human Rights Day", "2012-12-24": "National Holidays (Special)", "2012-12-25": "Christmas Day", "2012-12-26": "National Holidays (Special)", "2012-12-31": "National Holidays (Special)", "2013-01-01": "New Year's Day", "2013-02-13": "Ash Wednesday; National Holidays (Special)", "2013-03-28": "Holy Thursday; National Holidays (Special)", "2013-03-29": "Holy Friday", "2013-04-01": "National Holidays (Special)", "2013-05-01": "International Worker's Day", "2013-05-09": "The Day of Ascension of Jesus Christ into Heaven", "2013-05-20": "Restoration of Independence Day", "2013-05-30": "Corpus Christi", "2013-06-01": "International Children's Day", "2013-08-08": "Eid al-Fitr", "2013-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL); National Holidays (Special)", "2013-08-30": "Popular Consultation Day", "2013-10-15": "Eid al-Adha", "2013-11-01": "All Saints' Day", "2013-11-02": "All Souls' Day", "2013-11-03": "National Women's Day", "2013-11-12": "National Youth Day", "2013-11-28": "Proclamation of Independence Day", "2013-11-29": "National Holidays (Special)", "2013-12-07": "National Heroes Day", "2013-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2013-12-10": "International Human Rights Day", "2013-12-24": "National Holidays (Special)", "2013-12-25": "Christmas Day", "2013-12-26": "National Holidays (Special)", "2013-12-31": "National Holidays (Special)", "2014-01-01": "New Year's Day", "2014-03-05": "Ash Wednesday; National Holidays (Special)", "2014-04-17": "Holy Thursday; National Holidays (Special)", "2014-04-18": "Holy Friday", "2014-04-21": "National Holidays (Special)", "2014-05-01": "International Worker's Day", "2014-05-20": "Restoration of Independence Day", "2014-05-29": "The Day of Ascension of Jesus Christ into Heaven", "2014-06-01": "International Children's Day", "2014-06-19": "Corpus Christi", "2014-07-22": "National Holidays (Special)", "2014-07-23": "National Holidays (Special)", "2014-07-28": "Eid al-Fitr", "2014-08-15": "National Holidays (Special)", "2014-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL); National Holidays (Special)", "2014-08-30": "Popular Consultation Day", "2014-10-04": "Eid al-Adha", "2014-11-01": "All Saints' Day", "2014-11-02": "All Souls' Day", "2014-11-03": "National Women's Day", "2014-11-12": "National Youth Day", "2014-11-28": "Proclamation of Independence Day", "2014-12-07": "National Heroes Day", "2014-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2014-12-10": "International Human Rights Day", "2014-12-24": "National Holidays (Special)", "2014-12-25": "Christmas Day", "2014-12-26": "National Holidays (Special)", "2014-12-31": "National Holidays (Special)", "2015-01-01": "New Year's Day", "2015-01-02": "National Holidays (Special)", "2015-02-18": "Ash Wednesday; National Holidays (Special)", "2015-04-02": "Holy Thursday; National Holidays (Special)", "2015-04-03": "Holy Friday", "2015-05-01": "International Worker's Day", "2015-05-13": "National Holidays (Special)", "2015-05-14": "The Day of Ascension of Jesus Christ into Heaven", "2015-05-20": "Restoration of Independence Day", "2015-06-01": "International Children's Day", "2015-06-04": "Corpus Christi", "2015-06-05": "Funeral Ceremonies of Fernando 'La Sama' de Ara\u00fajo", "2015-07-17": "Eid al-Fitr", "2015-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL); National Holidays (Special)", "2015-08-30": "Popular Consultation Day", "2015-09-24": "Eid al-Adha", "2015-11-01": "All Saints' Day", "2015-11-02": "All Souls' Day", "2015-11-03": "National Women's Day", "2015-11-12": "National Youth Day", "2015-11-28": "Proclamation of Independence Day", "2015-12-07": "National Heroes Day", "2015-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2015-12-10": "International Human Rights Day", "2015-12-24": "National Holidays (Special)", "2015-12-25": "Christmas Day", "2015-12-31": "National Holidays (Special)", "2016-01-01": "New Year's Day", "2016-02-10": "Ash Wednesday; National Holidays (Special)", "2016-03-24": "Holy Thursday; National Holidays (Special)", "2016-03-25": "Holy Friday", "2016-05-01": "International Worker's Day", "2016-05-05": "The Day of Ascension of Jesus Christ into Heaven", "2016-05-20": "Restoration of Independence Day", "2016-05-26": "Corpus Christi", "2016-06-01": "International Children's Day", "2016-07-06": "National Holidays (Special)", "2016-07-07": "Eid al-Fitr", "2016-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2016-08-30": "Popular Consultation Day", "2016-09-18": "Eid al-Adha", "2016-11-01": "All Saints' Day", "2016-11-02": "All Souls' Day", "2016-11-03": "National Holidays (Special); National Women's Day", "2016-11-12": "National Youth Day", "2016-11-28": "Proclamation of Independence Day", "2016-12-07": "National Heroes Day", "2016-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2016-12-10": "International Human Rights Day", "2016-12-25": "Christmas Day", "2016-12-26": "National Holidays (Special)", "2017-01-01": "New Year's Day", "2017-01-02": "National Holidays (Special)", "2017-03-01": "Ash Wednesday; National Holidays (Special)", "2017-03-03": "Veteran's Day", "2017-03-20": "Presidential Election Day", "2017-03-21": "Presidential Election Day", "2017-04-13": "Holy Thursday; National Holidays (Special)", "2017-04-14": "Holy Friday", "2017-05-01": "International Worker's Day", "2017-05-20": "Restoration of Independence Day", "2017-05-25": "The Day of Ascension of Jesus Christ into Heaven", "2017-06-01": "International Children's Day", "2017-06-15": "Corpus Christi", "2017-06-26": "Eid al-Fitr", "2017-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2017-08-30": "Popular Consultation Day", "2017-09-01": "Eid al-Adha", "2017-11-01": "All Saints' Day", "2017-11-02": "All Souls' Day", "2017-11-03": "National Women's Day", "2017-11-12": "National Youth Day", "2017-11-28": "Proclamation of Independence Day", "2017-12-07": "Memorial Day", "2017-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2017-12-10": "International Human Rights Day", "2017-12-25": "Christmas Day", "2017-12-26": "National Holidays (Special)", "2017-12-31": "National Heroes Day", "2018-01-01": "New Year's Day", "2018-01-02": "National Holidays (Special)", "2018-02-14": "Ash Wednesday; National Holidays (Special)", "2018-02-16": "National Holidays (Special)", "2018-03-03": "Veteran's Day", "2018-03-29": "Holy Thursday; National Holidays (Special)", "2018-03-30": "Holy Friday", "2018-05-01": "International Worker's Day", "2018-05-10": "The Day of Ascension of Jesus Christ into Heaven", "2018-05-20": "Restoration of Independence Day", "2018-05-31": "Corpus Christi", "2018-06-01": "International Children's Day", "2018-06-15": "Eid al-Fitr", "2018-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2018-08-21": "Eid al-Adha", "2018-08-22": "National Holidays (Special)", "2018-08-30": "Popular Consultation Day", "2018-11-01": "All Saints' Day", "2018-11-02": "All Souls' Day", "2018-11-03": "National Women's Day", "2018-11-12": "National Youth Day", "2018-11-28": "Proclamation of Independence Day", "2018-12-07": "Memorial Day", "2018-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2018-12-10": "International Human Rights Day", "2018-12-25": "Christmas Day", "2018-12-31": "National Heroes Day", "2019-01-01": "New Year's Day", "2019-02-05": "National Holidays (Special)", "2019-03-03": "Veteran's Day", "2019-03-06": "Ash Wednesday; National Holidays (Special)", "2019-04-18": "Holy Thursday; National Holidays (Special)", "2019-04-19": "Holy Friday", "2019-05-01": "International Worker's Day", "2019-05-20": "Restoration of Independence Day", "2019-05-30": "The Day of Ascension of Jesus Christ into Heaven", "2019-06-01": "International Children's Day", "2019-06-06": "Eid al-Fitr", "2019-06-20": "Corpus Christi", "2019-08-11": "Eid al-Adha", "2019-08-12": "National Holidays (Special)", "2019-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL); National Holidays (Special)", "2019-08-26": "20th Anniversary Celebrations of the Popular Consultation", "2019-08-27": "20th Anniversary Celebrations of the Popular Consultation", "2019-08-28": "20th Anniversary Celebrations of the Popular Consultation", "2019-08-29": "20th Anniversary Celebrations of the Popular Consultation", "2019-08-30": "Popular Consultation Day", "2019-10-31": "National Holidays (Special)", "2019-11-01": "All Saints' Day", "2019-11-02": "All Souls' Day", "2019-11-03": "National Women's Day", "2019-11-12": "National Youth Day", "2019-11-28": "Proclamation of Independence Day", "2019-12-07": "Memorial Day", "2019-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2019-12-10": "International Human Rights Day", "2019-12-24": "National Holidays (Special)", "2019-12-25": "Christmas Day", "2019-12-26": "National Holidays (Special)", "2019-12-30": "National Holidays (Special)", "2019-12-31": "National Heroes Day", "2020-01-01": "New Year's Day", "2020-01-02": "National Holidays (Special)", "2020-02-26": "Ash Wednesday; National Holidays (Special)", "2020-03-03": "Veteran's Day", "2020-04-09": "Holy Thursday", "2020-04-10": "Holy Friday", "2020-05-01": "International Worker's Day", "2020-05-20": "Restoration of Independence Day", "2020-05-21": "The Day of Ascension of Jesus Christ into Heaven", "2020-05-24": "Eid al-Fitr", "2020-06-01": "International Children's Day", "2020-06-11": "Corpus Christi", "2020-07-31": "Eid al-Adha", "2020-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL); National Holidays (Special)", "2020-08-30": "Popular Consultation Day", "2020-08-31": "National Holidays (Special)", "2020-11-01": "All Saints' Day", "2020-11-02": "All Souls' Day", "2020-11-03": "National Holidays (Special); National Women's Day", "2020-11-12": "National Youth Day", "2020-11-28": "Proclamation of Independence Day", "2020-12-07": "Memorial Day", "2020-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2020-12-10": "International Human Rights Day", "2020-12-24": "National Holidays (Special)", "2020-12-25": "Christmas Day", "2020-12-31": "National Heroes Day", "2021-01-01": "New Year's Day", "2021-02-12": "National Holidays (Special)", "2021-02-17": "Ash Wednesday; National Holidays (Special)", "2021-03-03": "Veteran's Day", "2021-04-01": "Holy Thursday", "2021-04-02": "Holy Friday", "2021-05-01": "International Worker's Day", "2021-05-13": "Eid al-Fitr; The Day of Ascension of Jesus Christ into Heaven", "2021-05-20": "Restoration of Independence Day", "2021-06-01": "International Children's Day", "2021-06-03": "Corpus Christi", "2021-07-19": "Eid al-Adha", "2021-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2021-08-30": "Popular Consultation Day", "2021-11-01": "All Saints' Day", "2021-11-02": "All Souls' Day", "2021-11-03": "National Holidays (Special); National Women's Day", "2021-11-12": "National Youth Day", "2021-11-28": "Proclamation of Independence Day", "2021-12-07": "Memorial Day", "2021-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2021-12-10": "International Human Rights Day", "2021-12-25": "Christmas Day", "2021-12-31": "National Heroes Day", "2022-01-01": "New Year's Day", "2022-02-01": "National Holidays (Special)", "2022-03-02": "Ash Wednesday; National Holidays (Special)", "2022-03-03": "Veteran's Day", "2022-03-18": "Presidential Election Day", "2022-04-14": "Holy Thursday; National Holidays (Special)", "2022-04-15": "Holy Friday", "2022-04-18": "Presidential Election Day", "2022-04-19": "Presidential Election Day", "2022-04-20": "Presidential Election Day", "2022-05-01": "International Worker's Day", "2022-05-02": "Eid al-Fitr", "2022-05-20": "Restoration of Independence Day", "2022-05-26": "The Day of Ascension of Jesus Christ into Heaven", "2022-06-01": "International Children's Day", "2022-06-16": "Corpus Christi", "2022-07-09": "Eid al-Adha", "2022-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2022-08-29": "National Holidays (Special)", "2022-08-30": "Popular Consultation Day", "2022-09-06": "National Holidays (Special)", "2022-10-31": "National Holidays (Special)", "2022-11-01": "All Saints' Day", "2022-11-02": "All Souls' Day", "2022-11-03": "National Women's Day", "2022-11-12": "National Youth Day", "2022-11-28": "Proclamation of Independence Day", "2022-12-07": "Memorial Day", "2022-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2022-12-09": "National Holidays (Special)", "2022-12-10": "International Human Rights Day", "2022-12-25": "Christmas Day", "2022-12-26": "National Holidays (Special)", "2022-12-31": "National Heroes Day", "2023-01-01": "New Year's Day", "2023-01-02": "National Holidays (Special)", "2023-01-23": "National Holidays (Special)", "2023-02-22": "Ash Wednesday; National Holidays (Special)", "2023-03-03": "Veteran's Day", "2023-04-06": "Holy Thursday; National Holidays (Special)", "2023-04-07": "Holy Friday", "2023-04-10": "National Holidays (Special)", "2023-04-20": "National Holidays (Special)", "2023-04-21": "National Holidays (Special)", "2023-04-22": "Eid al-Fitr", "2023-05-01": "International Worker's Day", "2023-05-18": "The Day of Ascension of Jesus Christ into Heaven", "2023-05-19": "Parliamentary Election Day", "2023-05-20": "Restoration of Independence Day", "2023-05-22": "Parliamentary Election Day", "2023-06-01": "International Children's Day", "2023-06-08": "Corpus Christi", "2023-06-29": "Eid al-Adha", "2023-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2023-08-30": "Popular Consultation Day", "2023-10-27": "Local Election Day", "2023-11-01": "All Saints' Day", "2023-11-02": "All Souls' Day", "2023-11-03": "National Women's Day", "2023-11-12": "National Youth Day", "2023-11-13": "Local Election Day", "2023-11-28": "Proclamation of Independence Day", "2023-12-07": "Memorial Day", "2023-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2023-12-10": "International Human Rights Day", "2023-12-25": "Christmas Day", "2023-12-26": "National Holidays (Special)", "2023-12-31": "National Heroes Day", "2024-01-01": "New Year's Day", "2024-01-02": "National Holidays (Special)", "2024-02-14": "Ash Wednesday; National Holidays (Special)", "2024-03-03": "Veteran's Day", "2024-03-28": "Holy Thursday; National Holidays (Special)", "2024-03-29": "Holy Friday", "2024-04-10": "Eid al-Fitr", "2024-05-01": "International Worker's Day", "2024-05-09": "The Day of Ascension of Jesus Christ into Heaven", "2024-05-20": "Restoration of Independence Day", "2024-05-30": "Corpus Christi", "2024-06-01": "International Children's Day", "2024-06-17": "Eid al-Adha", "2024-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2024-08-28": "25th Anniversary Celebrations of the Popular Consultation", "2024-08-29": "25th Anniversary Celebrations of the Popular Consultation", "2024-08-30": "Popular Consultation Day", "2024-09-09": "Visit of His Holiness Pope Francis to Timor-Leste", "2024-09-10": "Visit of His Holiness Pope Francis to Timor-Leste", "2024-09-11": "Visit of His Holiness Pope Francis to Timor-Leste", "2024-10-31": "National Holidays (Special)", "2024-11-01": "All Saints' Day", "2024-11-02": "All Souls' Day", "2024-11-03": "National Women's Day", "2024-11-12": "National Youth Day", "2024-11-28": "Proclamation of Independence Day", "2024-11-29": "National Holidays (Special)", "2024-12-07": "Memorial Day", "2024-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2024-12-10": "International Human Rights Day", "2024-12-24": "National Holidays (Special)", "2024-12-25": "Christmas Day", "2024-12-31": "National Heroes Day", "2025-01-01": "New Year's Day", "2025-01-02": "National Holidays (Special)", "2025-01-29": "National Holidays (Special)", "2025-03-03": "Veteran's Day", "2025-03-05": "Ash Wednesday; National Holidays (Special)", "2025-03-31": "Eid al-Fitr", "2025-04-17": "Holy Thursday", "2025-04-18": "Holy Friday", "2025-05-01": "International Worker's Day", "2025-05-20": "Restoration of Independence Day", "2025-05-29": "The Day of Ascension of Jesus Christ into Heaven", "2025-06-01": "International Children's Day", "2025-06-06": "Eid al-Adha", "2025-06-19": "Corpus Christi", "2025-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2025-08-30": "Popular Consultation Day", "2025-11-01": "All Saints' Day", "2025-11-02": "All Souls' Day", "2025-11-03": "National Women's Day", "2025-11-12": "National Youth Day", "2025-11-28": "Proclamation of Independence Day", "2025-12-07": "Memorial Day", "2025-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2025-12-10": "International Human Rights Day", "2025-12-25": "Christmas Day", "2025-12-31": "National Heroes Day", "2026-01-01": "New Year's Day", "2026-02-18": "Ash Wednesday", "2026-03-03": "Veteran's Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-02": "Holy Thursday", "2026-04-03": "Holy Friday", "2026-05-01": "International Worker's Day", "2026-05-14": "The Day of Ascension of Jesus Christ into Heaven", "2026-05-20": "Restoration of Independence Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-06-01": "International Children's Day", "2026-06-04": "Corpus Christi", "2026-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2026-08-30": "Popular Consultation Day", "2026-11-01": "All Saints' Day", "2026-11-02": "All Souls' Day", "2026-11-03": "National Women's Day", "2026-11-12": "National Youth Day", "2026-11-28": "Proclamation of Independence Day", "2026-12-07": "Memorial Day", "2026-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2026-12-10": "International Human Rights Day", "2026-12-25": "Christmas Day", "2026-12-31": "National Heroes Day", "2027-01-01": "New Year's Day", "2027-02-10": "Ash Wednesday", "2027-03-03": "Veteran's Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-25": "Holy Thursday", "2027-03-26": "Holy Friday", "2027-05-01": "International Worker's Day", "2027-05-06": "The Day of Ascension of Jesus Christ into Heaven", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-20": "Restoration of Independence Day", "2027-05-27": "Corpus Christi", "2027-06-01": "International Children's Day", "2027-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2027-08-30": "Popular Consultation Day", "2027-11-01": "All Saints' Day", "2027-11-02": "All Souls' Day", "2027-11-03": "National Women's Day", "2027-11-12": "National Youth Day", "2027-11-28": "Proclamation of Independence Day", "2027-12-07": "Memorial Day", "2027-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2027-12-10": "International Human Rights Day", "2027-12-25": "Christmas Day", "2027-12-31": "National Heroes Day", "2028-01-01": "New Year's Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-03-01": "Ash Wednesday", "2028-03-03": "Veteran's Day", "2028-04-13": "Holy Thursday", "2028-04-14": "Holy Friday", "2028-05-01": "International Worker's Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-20": "Restoration of Independence Day", "2028-05-25": "The Day of Ascension of Jesus Christ into Heaven", "2028-06-01": "International Children's Day", "2028-06-15": "Corpus Christi", "2028-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2028-08-30": "Popular Consultation Day", "2028-11-01": "All Saints' Day", "2028-11-02": "All Souls' Day", "2028-11-03": "National Women's Day", "2028-11-12": "National Youth Day", "2028-11-28": "Proclamation of Independence Day", "2028-12-07": "Memorial Day", "2028-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2028-12-10": "International Human Rights Day", "2028-12-25": "Christmas Day", "2028-12-31": "National Heroes Day", "2029-01-01": "New Year's Day", "2029-02-14": "Ash Wednesday; Eid al-Fitr (estimated)", "2029-03-03": "Veteran's Day", "2029-03-29": "Holy Thursday", "2029-03-30": "Holy Friday", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-01": "International Worker's Day", "2029-05-10": "The Day of Ascension of Jesus Christ into Heaven", "2029-05-20": "Restoration of Independence Day", "2029-05-31": "Corpus Christi", "2029-06-01": "International Children's Day", "2029-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2029-08-30": "Popular Consultation Day", "2029-11-01": "All Saints' Day", "2029-11-02": "All Souls' Day", "2029-11-03": "National Women's Day", "2029-11-12": "National Youth Day", "2029-11-28": "Proclamation of Independence Day", "2029-12-07": "Memorial Day", "2029-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2029-12-10": "International Human Rights Day", "2029-12-25": "Christmas Day", "2029-12-31": "National Heroes Day", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-03": "Veteran's Day", "2030-03-06": "Ash Wednesday", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-18": "Holy Thursday", "2030-04-19": "Holy Friday", "2030-05-01": "International Worker's Day", "2030-05-20": "Restoration of Independence Day", "2030-05-30": "The Day of Ascension of Jesus Christ into Heaven", "2030-06-01": "International Children's Day", "2030-06-20": "Corpus Christi", "2030-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2030-08-30": "Popular Consultation Day", "2030-11-01": "All Saints' Day", "2030-11-02": "All Souls' Day", "2030-11-03": "National Women's Day", "2030-11-12": "National Youth Day", "2030-11-28": "Proclamation of Independence Day", "2030-12-07": "Memorial Day", "2030-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2030-12-10": "International Human Rights Day", "2030-12-25": "Christmas Day", "2030-12-31": "National Heroes Day", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-02-26": "Ash Wednesday", "2031-03-03": "Veteran's Day", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-10": "Holy Thursday", "2031-04-11": "Holy Friday", "2031-05-01": "International Worker's Day", "2031-05-20": "Restoration of Independence Day", "2031-05-22": "The Day of Ascension of Jesus Christ into Heaven", "2031-06-01": "International Children's Day", "2031-06-12": "Corpus Christi", "2031-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2031-08-30": "Popular Consultation Day", "2031-11-01": "All Saints' Day", "2031-11-02": "All Souls' Day", "2031-11-03": "National Women's Day", "2031-11-12": "National Youth Day", "2031-11-28": "Proclamation of Independence Day", "2031-12-07": "Memorial Day", "2031-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2031-12-10": "International Human Rights Day", "2031-12-25": "Christmas Day", "2031-12-31": "National Heroes Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-02-11": "Ash Wednesday", "2032-03-03": "Veteran's Day", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-25": "Holy Thursday", "2032-03-26": "Holy Friday", "2032-05-01": "International Worker's Day", "2032-05-06": "The Day of Ascension of Jesus Christ into Heaven", "2032-05-20": "Restoration of Independence Day", "2032-05-27": "Corpus Christi", "2032-06-01": "International Children's Day", "2032-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2032-08-30": "Popular Consultation Day", "2032-11-01": "All Saints' Day", "2032-11-02": "All Souls' Day", "2032-11-03": "National Women's Day", "2032-11-12": "National Youth Day", "2032-11-28": "Proclamation of Independence Day", "2032-12-07": "Memorial Day", "2032-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2032-12-10": "International Human Rights Day", "2032-12-25": "Christmas Day", "2032-12-31": "National Heroes Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-03-02": "Ash Wednesday", "2033-03-03": "Veteran's Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-14": "Holy Thursday", "2033-04-15": "Holy Friday", "2033-05-01": "International Worker's Day", "2033-05-20": "Restoration of Independence Day", "2033-05-26": "The Day of Ascension of Jesus Christ into Heaven", "2033-06-01": "International Children's Day", "2033-06-16": "Corpus Christi", "2033-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2033-08-30": "Popular Consultation Day", "2033-11-01": "All Saints' Day", "2033-11-02": "All Souls' Day", "2033-11-03": "National Women's Day", "2033-11-12": "National Youth Day", "2033-11-28": "Proclamation of Independence Day", "2033-12-07": "Memorial Day", "2033-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2033-12-10": "International Human Rights Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-31": "National Heroes Day", "2034-01-01": "New Year's Day", "2034-02-22": "Ash Wednesday", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-03": "Veteran's Day", "2034-04-06": "Holy Thursday", "2034-04-07": "Holy Friday", "2034-05-01": "International Worker's Day", "2034-05-18": "The Day of Ascension of Jesus Christ into Heaven", "2034-05-20": "Restoration of Independence Day", "2034-06-01": "International Children's Day", "2034-06-08": "Corpus Christi", "2034-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2034-08-30": "Popular Consultation Day", "2034-11-01": "All Saints' Day", "2034-11-02": "All Souls' Day", "2034-11-03": "National Women's Day", "2034-11-12": "National Youth Day", "2034-11-28": "Proclamation of Independence Day", "2034-12-07": "Memorial Day", "2034-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2034-12-10": "International Human Rights Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2034-12-31": "National Heroes Day", "2035-01-01": "New Year's Day", "2035-02-07": "Ash Wednesday", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-03": "Veteran's Day", "2035-03-22": "Holy Thursday", "2035-03-23": "Holy Friday", "2035-05-01": "International Worker's Day", "2035-05-03": "The Day of Ascension of Jesus Christ into Heaven", "2035-05-20": "Restoration of Independence Day", "2035-05-24": "Corpus Christi", "2035-06-01": "International Children's Day", "2035-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2035-08-30": "Popular Consultation Day", "2035-11-01": "All Saints' Day", "2035-11-02": "All Souls' Day", "2035-11-03": "National Women's Day", "2035-11-12": "National Youth Day", "2035-11-28": "Proclamation of Independence Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-07": "Memorial Day", "2035-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2035-12-10": "International Human Rights Day", "2035-12-25": "Christmas Day", "2035-12-31": "National Heroes Day", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-27": "Ash Wednesday", "2036-03-03": "Veteran's Day", "2036-04-10": "Holy Thursday", "2036-04-11": "Holy Friday", "2036-05-01": "International Worker's Day", "2036-05-20": "Restoration of Independence Day", "2036-05-22": "The Day of Ascension of Jesus Christ into Heaven", "2036-06-01": "International Children's Day", "2036-06-12": "Corpus Christi", "2036-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2036-08-30": "Popular Consultation Day", "2036-11-01": "All Saints' Day", "2036-11-02": "All Souls' Day", "2036-11-03": "National Women's Day", "2036-11-12": "National Youth Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-28": "Proclamation of Independence Day", "2036-12-07": "Memorial Day", "2036-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2036-12-10": "International Human Rights Day", "2036-12-25": "Christmas Day", "2036-12-31": "National Heroes Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-02-18": "Ash Wednesday", "2037-03-03": "Veteran's Day", "2037-04-02": "Holy Thursday", "2037-04-03": "Holy Friday", "2037-05-01": "International Worker's Day", "2037-05-14": "The Day of Ascension of Jesus Christ into Heaven", "2037-05-20": "Restoration of Independence Day", "2037-06-01": "International Children's Day", "2037-06-04": "Corpus Christi", "2037-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2037-08-30": "Popular Consultation Day", "2037-11-01": "All Saints' Day", "2037-11-02": "All Souls' Day", "2037-11-03": "National Women's Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-12": "National Youth Day", "2037-11-28": "Proclamation of Independence Day", "2037-12-07": "Memorial Day", "2037-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2037-12-10": "International Human Rights Day", "2037-12-25": "Christmas Day", "2037-12-31": "National Heroes Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-03-03": "Veteran's Day", "2038-03-10": "Ash Wednesday", "2038-04-22": "Holy Thursday", "2038-04-23": "Holy Friday", "2038-05-01": "International Worker's Day", "2038-05-20": "Restoration of Independence Day", "2038-06-01": "International Children's Day", "2038-06-03": "The Day of Ascension of Jesus Christ into Heaven", "2038-06-24": "Corpus Christi", "2038-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2038-08-30": "Popular Consultation Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-11-01": "All Saints' Day", "2038-11-02": "All Souls' Day", "2038-11-03": "National Women's Day", "2038-11-12": "National Youth Day", "2038-11-28": "Proclamation of Independence Day", "2038-12-07": "Memorial Day", "2038-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2038-12-10": "International Human Rights Day", "2038-12-25": "Christmas Day", "2038-12-31": "National Heroes Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-02-23": "Ash Wednesday", "2039-03-03": "Veteran's Day", "2039-04-07": "Holy Thursday", "2039-04-08": "Holy Friday", "2039-05-01": "International Worker's Day", "2039-05-19": "The Day of Ascension of Jesus Christ into Heaven", "2039-05-20": "Restoration of Independence Day", "2039-06-01": "International Children's Day", "2039-06-09": "Corpus Christi", "2039-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2039-08-30": "Popular Consultation Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-11-01": "All Saints' Day", "2039-11-02": "All Souls' Day", "2039-11-03": "National Women's Day", "2039-11-12": "National Youth Day", "2039-11-28": "Proclamation of Independence Day", "2039-12-07": "Memorial Day", "2039-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2039-12-10": "International Human Rights Day", "2039-12-25": "Christmas Day", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-31": "National Heroes Day", "2040-01-01": "New Year's Day", "2040-02-15": "Ash Wednesday", "2040-03-03": "Veteran's Day", "2040-03-29": "Holy Thursday", "2040-03-30": "Holy Friday", "2040-05-01": "International Worker's Day", "2040-05-10": "The Day of Ascension of Jesus Christ into Heaven", "2040-05-20": "Restoration of Independence Day", "2040-05-31": "Corpus Christi", "2040-06-01": "International Children's Day", "2040-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2040-08-30": "Popular Consultation Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-11-01": "All Saints' Day", "2040-11-02": "All Souls' Day", "2040-11-03": "National Women's Day", "2040-11-12": "National Youth Day", "2040-11-28": "Proclamation of Independence Day", "2040-12-07": "Memorial Day", "2040-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2040-12-10": "International Human Rights Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2040-12-31": "National Heroes Day", "2041-01-01": "New Year's Day", "2041-03-03": "Veteran's Day", "2041-03-06": "Ash Wednesday", "2041-04-18": "Holy Thursday", "2041-04-19": "Holy Friday", "2041-05-01": "International Worker's Day", "2041-05-20": "Restoration of Independence Day", "2041-05-30": "The Day of Ascension of Jesus Christ into Heaven", "2041-06-01": "International Children's Day", "2041-06-20": "Corpus Christi", "2041-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2041-08-30": "Popular Consultation Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-11-01": "All Saints' Day", "2041-11-02": "All Souls' Day", "2041-11-03": "National Women's Day", "2041-11-12": "National Youth Day", "2041-11-28": "Proclamation of Independence Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-07": "Memorial Day", "2041-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2041-12-10": "International Human Rights Day", "2041-12-25": "Christmas Day", "2041-12-31": "National Heroes Day", "2042-01-01": "New Year's Day", "2042-02-19": "Ash Wednesday", "2042-03-03": "Veteran's Day", "2042-04-03": "Holy Thursday", "2042-04-04": "Holy Friday", "2042-05-01": "International Worker's Day", "2042-05-15": "The Day of Ascension of Jesus Christ into Heaven", "2042-05-20": "Restoration of Independence Day", "2042-06-01": "International Children's Day", "2042-06-05": "Corpus Christi", "2042-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2042-08-30": "Popular Consultation Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-11-01": "All Saints' Day", "2042-11-02": "All Souls' Day", "2042-11-03": "National Women's Day", "2042-11-12": "National Youth Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-28": "Proclamation of Independence Day", "2042-12-07": "Memorial Day", "2042-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2042-12-10": "International Human Rights Day", "2042-12-25": "Christmas Day", "2042-12-31": "National Heroes Day", "2043-01-01": "New Year's Day", "2043-02-11": "Ash Wednesday", "2043-03-03": "Veteran's Day", "2043-03-26": "Holy Thursday", "2043-03-27": "Holy Friday", "2043-05-01": "International Worker's Day", "2043-05-07": "The Day of Ascension of Jesus Christ into Heaven", "2043-05-20": "Restoration of Independence Day", "2043-05-28": "Corpus Christi", "2043-06-01": "International Children's Day", "2043-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2043-08-30": "Popular Consultation Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-11-01": "All Saints' Day", "2043-11-02": "All Souls' Day", "2043-11-03": "National Women's Day", "2043-11-12": "Eid al-Adha (estimated); National Youth Day", "2043-11-28": "Proclamation of Independence Day", "2043-12-07": "Memorial Day", "2043-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2043-12-10": "International Human Rights Day", "2043-12-25": "Christmas Day", "2043-12-31": "National Heroes Day", "2044-01-01": "New Year's Day", "2044-03-02": "Ash Wednesday", "2044-03-03": "Veteran's Day", "2044-04-14": "Holy Thursday", "2044-04-15": "Holy Friday", "2044-05-01": "International Worker's Day", "2044-05-20": "Restoration of Independence Day", "2044-05-26": "The Day of Ascension of Jesus Christ into Heaven", "2044-06-01": "International Children's Day", "2044-06-16": "Corpus Christi", "2044-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-30": "Popular Consultation Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "All Saints' Day", "2044-11-02": "All Souls' Day", "2044-11-03": "National Women's Day", "2044-11-12": "National Youth Day", "2044-11-28": "Proclamation of Independence Day", "2044-12-07": "Memorial Day", "2044-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2044-12-10": "International Human Rights Day", "2044-12-25": "Christmas Day", "2044-12-31": "National Heroes Day", "2045-01-01": "New Year's Day", "2045-02-22": "Ash Wednesday", "2045-03-03": "Veteran's Day", "2045-04-06": "Holy Thursday", "2045-04-07": "Holy Friday", "2045-05-01": "International Worker's Day", "2045-05-18": "The Day of Ascension of Jesus Christ into Heaven", "2045-05-20": "Restoration of Independence Day", "2045-06-01": "International Children's Day", "2045-06-08": "Corpus Christi", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2045-08-30": "Popular Consultation Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-11-01": "All Saints' Day", "2045-11-02": "All Souls' Day", "2045-11-03": "National Women's Day", "2045-11-12": "National Youth Day", "2045-11-28": "Proclamation of Independence Day", "2045-12-07": "Memorial Day", "2045-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2045-12-10": "International Human Rights Day", "2045-12-25": "Christmas Day", "2045-12-31": "National Heroes Day", "2046-01-01": "New Year's Day", "2046-02-07": "Ash Wednesday", "2046-03-03": "Veteran's Day", "2046-03-22": "Holy Thursday", "2046-03-23": "Holy Friday", "2046-05-01": "International Worker's Day", "2046-05-03": "The Day of Ascension of Jesus Christ into Heaven", "2046-05-20": "Restoration of Independence Day", "2046-05-24": "Corpus Christi", "2046-06-01": "International Children's Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2046-08-30": "Popular Consultation Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-11-01": "All Saints' Day", "2046-11-02": "All Souls' Day", "2046-11-03": "National Women's Day", "2046-11-12": "National Youth Day", "2046-11-28": "Proclamation of Independence Day", "2046-12-07": "Memorial Day", "2046-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2046-12-10": "International Human Rights Day", "2046-12-25": "Christmas Day", "2046-12-31": "National Heroes Day", "2047-01-01": "New Year's Day", "2047-02-27": "Ash Wednesday", "2047-03-03": "Veteran's Day", "2047-04-11": "Holy Thursday", "2047-04-12": "Holy Friday", "2047-05-01": "International Worker's Day", "2047-05-20": "Restoration of Independence Day", "2047-05-23": "The Day of Ascension of Jesus Christ into Heaven", "2047-06-01": "International Children's Day", "2047-06-13": "Corpus Christi", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2047-08-30": "Popular Consultation Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-11-01": "All Saints' Day", "2047-11-02": "All Souls' Day", "2047-11-03": "National Women's Day", "2047-11-12": "National Youth Day", "2047-11-28": "Proclamation of Independence Day", "2047-12-07": "Memorial Day", "2047-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2047-12-10": "International Human Rights Day", "2047-12-25": "Christmas Day", "2047-12-31": "National Heroes Day", "2048-01-01": "New Year's Day", "2048-02-19": "Ash Wednesday", "2048-03-03": "Veteran's Day", "2048-04-02": "Holy Thursday", "2048-04-03": "Holy Friday", "2048-05-01": "International Worker's Day", "2048-05-14": "The Day of Ascension of Jesus Christ into Heaven", "2048-05-20": "Restoration of Independence Day", "2048-06-01": "International Children's Day", "2048-06-04": "Corpus Christi", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2048-08-30": "Popular Consultation Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-11-01": "All Saints' Day", "2048-11-02": "All Souls' Day", "2048-11-03": "National Women's Day", "2048-11-12": "National Youth Day", "2048-11-28": "Proclamation of Independence Day", "2048-12-07": "Memorial Day", "2048-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2048-12-10": "International Human Rights Day", "2048-12-25": "Christmas Day", "2048-12-31": "National Heroes Day", "2049-01-01": "New Year's Day", "2049-03-03": "Ash Wednesday; Veteran's Day", "2049-04-15": "Holy Thursday", "2049-04-16": "Holy Friday", "2049-05-01": "International Worker's Day", "2049-05-20": "Restoration of Independence Day", "2049-05-27": "The Day of Ascension of Jesus Christ into Heaven", "2049-06-01": "International Children's Day", "2049-06-17": "Corpus Christi", "2049-07-01": "Eid al-Fitr (estimated)", "2049-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2049-08-30": "Popular Consultation Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-11-01": "All Saints' Day", "2049-11-02": "All Souls' Day", "2049-11-03": "National Women's Day", "2049-11-12": "National Youth Day", "2049-11-28": "Proclamation of Independence Day", "2049-12-07": "Memorial Day", "2049-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2049-12-10": "International Human Rights Day", "2049-12-25": "Christmas Day", "2049-12-31": "National Heroes Day", "2050-01-01": "New Year's Day", "2050-02-23": "Ash Wednesday", "2050-03-03": "Veteran's Day", "2050-04-07": "Holy Thursday", "2050-04-08": "Holy Friday", "2050-05-01": "International Worker's Day", "2050-05-19": "The Day of Ascension of Jesus Christ into Heaven", "2050-05-20": "Restoration of Independence Day", "2050-06-01": "International Children's Day", "2050-06-09": "Corpus Christi", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-20": "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-30": "Popular Consultation Day", "2050-11-01": "All Saints' Day", "2050-11-02": "All Souls' Day", "2050-11-03": "National Women's Day", "2050-11-12": "National Youth Day", "2050-11-28": "Proclamation of Independence Day", "2050-12-07": "Memorial Day", "2050-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness", "2050-12-10": "International Human Rights Day", "2050-12-25": "Christmas Day", "2050-12-31": "National Heroes Day" } holidays-0.71/snapshots/countries/TN_COMMON.json000066400000000000000000002230631500152103600215750ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day; Prophet's Birthday (estimated)", "1950-01-14": "Revolution and Youth Day", "1950-03-20": "Independence Day", "1950-04-09": "Martyrs' Day", "1950-05-01": "Labor Day", "1950-07-16": "Eid al-Fitr (estimated)", "1950-07-17": "Eid al-Fitr Holiday (estimated)", "1950-07-18": "Eid al-Fitr Holiday (estimated)", "1950-07-25": "Republic Day", "1950-08-13": "Women's Day", "1950-09-22": "Arafat Day (estimated)", "1950-09-23": "Eid al-Adha (estimated)", "1950-09-24": "Eid al-Adha Holiday (estimated)", "1950-09-25": "Eid al-Adha Holiday (estimated)", "1950-10-13": "Islamic New Year (estimated)", "1950-10-15": "Evacuation Day", "1950-12-22": "Prophet's Birthday (estimated)", "1951-01-01": "New Year's Day", "1951-01-14": "Revolution and Youth Day", "1951-03-20": "Independence Day", "1951-04-09": "Martyrs' Day", "1951-05-01": "Labor Day", "1951-07-06": "Eid al-Fitr (estimated)", "1951-07-07": "Eid al-Fitr Holiday (estimated)", "1951-07-08": "Eid al-Fitr Holiday (estimated)", "1951-07-25": "Republic Day", "1951-08-13": "Women's Day", "1951-09-11": "Arafat Day (estimated)", "1951-09-12": "Eid al-Adha (estimated)", "1951-09-13": "Eid al-Adha Holiday (estimated)", "1951-09-14": "Eid al-Adha Holiday (estimated)", "1951-10-02": "Islamic New Year (estimated)", "1951-10-15": "Evacuation Day", "1951-12-11": "Prophet's Birthday (estimated)", "1952-01-01": "New Year's Day", "1952-01-14": "Revolution and Youth Day", "1952-03-20": "Independence Day", "1952-04-09": "Martyrs' Day", "1952-05-01": "Labor Day", "1952-06-23": "Eid al-Fitr (estimated)", "1952-06-24": "Eid al-Fitr Holiday (estimated)", "1952-06-25": "Eid al-Fitr Holiday (estimated)", "1952-07-25": "Republic Day", "1952-08-13": "Women's Day", "1952-08-30": "Arafat Day (estimated)", "1952-08-31": "Eid al-Adha (estimated)", "1952-09-01": "Eid al-Adha Holiday (estimated)", "1952-09-02": "Eid al-Adha Holiday (estimated)", "1952-09-21": "Islamic New Year (estimated)", "1952-10-15": "Evacuation Day", "1952-11-30": "Prophet's Birthday (estimated)", "1953-01-01": "New Year's Day", "1953-01-14": "Revolution and Youth Day", "1953-03-20": "Independence Day", "1953-04-09": "Martyrs' Day", "1953-05-01": "Labor Day", "1953-06-13": "Eid al-Fitr (estimated)", "1953-06-14": "Eid al-Fitr Holiday (estimated)", "1953-06-15": "Eid al-Fitr Holiday (estimated)", "1953-07-25": "Republic Day", "1953-08-13": "Women's Day", "1953-08-19": "Arafat Day (estimated)", "1953-08-20": "Eid al-Adha (estimated)", "1953-08-21": "Eid al-Adha Holiday (estimated)", "1953-08-22": "Eid al-Adha Holiday (estimated)", "1953-09-10": "Islamic New Year (estimated)", "1953-10-15": "Evacuation Day", "1953-11-19": "Prophet's Birthday (estimated)", "1954-01-01": "New Year's Day", "1954-01-14": "Revolution and Youth Day", "1954-03-20": "Independence Day", "1954-04-09": "Martyrs' Day", "1954-05-01": "Labor Day", "1954-06-02": "Eid al-Fitr (estimated)", "1954-06-03": "Eid al-Fitr Holiday (estimated)", "1954-06-04": "Eid al-Fitr Holiday (estimated)", "1954-07-25": "Republic Day", "1954-08-08": "Arafat Day (estimated)", "1954-08-09": "Eid al-Adha (estimated)", "1954-08-10": "Eid al-Adha Holiday (estimated)", "1954-08-11": "Eid al-Adha Holiday (estimated)", "1954-08-13": "Women's Day", "1954-08-30": "Islamic New Year (estimated)", "1954-10-15": "Evacuation Day", "1954-11-08": "Prophet's Birthday (estimated)", "1955-01-01": "New Year's Day", "1955-01-14": "Revolution and Youth Day", "1955-03-20": "Independence Day", "1955-04-09": "Martyrs' Day", "1955-05-01": "Labor Day", "1955-05-23": "Eid al-Fitr (estimated)", "1955-05-24": "Eid al-Fitr Holiday (estimated)", "1955-05-25": "Eid al-Fitr Holiday (estimated)", "1955-07-25": "Republic Day", "1955-07-29": "Arafat Day (estimated)", "1955-07-30": "Eid al-Adha (estimated)", "1955-07-31": "Eid al-Adha Holiday (estimated)", "1955-08-01": "Eid al-Adha Holiday (estimated)", "1955-08-13": "Women's Day", "1955-08-20": "Islamic New Year (estimated)", "1955-10-15": "Evacuation Day", "1955-10-29": "Prophet's Birthday (estimated)", "1956-01-01": "New Year's Day", "1956-01-14": "Revolution and Youth Day", "1956-03-20": "Independence Day", "1956-04-09": "Martyrs' Day", "1956-05-01": "Labor Day", "1956-05-11": "Eid al-Fitr (estimated)", "1956-05-12": "Eid al-Fitr Holiday (estimated)", "1956-05-13": "Eid al-Fitr Holiday (estimated)", "1956-07-18": "Arafat Day (estimated)", "1956-07-19": "Eid al-Adha (estimated)", "1956-07-20": "Eid al-Adha Holiday (estimated)", "1956-07-21": "Eid al-Adha Holiday (estimated)", "1956-07-25": "Republic Day", "1956-08-08": "Islamic New Year (estimated)", "1956-08-13": "Women's Day", "1956-10-15": "Evacuation Day", "1956-10-17": "Prophet's Birthday (estimated)", "1957-01-01": "New Year's Day", "1957-01-14": "Revolution and Youth Day", "1957-03-20": "Independence Day", "1957-04-09": "Martyrs' Day", "1957-05-01": "Eid al-Fitr (estimated); Labor Day", "1957-05-02": "Eid al-Fitr Holiday (estimated)", "1957-05-03": "Eid al-Fitr Holiday (estimated)", "1957-07-07": "Arafat Day (estimated)", "1957-07-08": "Eid al-Adha (estimated)", "1957-07-09": "Eid al-Adha Holiday (estimated)", "1957-07-10": "Eid al-Adha Holiday (estimated)", "1957-07-25": "Republic Day", "1957-07-28": "Islamic New Year (estimated)", "1957-08-13": "Women's Day", "1957-10-06": "Prophet's Birthday (estimated)", "1957-10-15": "Evacuation Day", "1958-01-01": "New Year's Day", "1958-01-14": "Revolution and Youth Day", "1958-03-20": "Independence Day", "1958-04-09": "Martyrs' Day", "1958-04-20": "Eid al-Fitr (estimated)", "1958-04-21": "Eid al-Fitr Holiday (estimated)", "1958-04-22": "Eid al-Fitr Holiday (estimated)", "1958-05-01": "Labor Day", "1958-06-26": "Arafat Day (estimated)", "1958-06-27": "Eid al-Adha (estimated)", "1958-06-28": "Eid al-Adha Holiday (estimated)", "1958-06-29": "Eid al-Adha Holiday (estimated)", "1958-07-18": "Islamic New Year (estimated)", "1958-07-25": "Republic Day", "1958-08-13": "Women's Day", "1958-09-26": "Prophet's Birthday (estimated)", "1958-10-15": "Evacuation Day", "1959-01-01": "New Year's Day", "1959-01-14": "Revolution and Youth Day", "1959-03-20": "Independence Day", "1959-04-09": "Martyrs' Day", "1959-04-10": "Eid al-Fitr (estimated)", "1959-04-11": "Eid al-Fitr Holiday (estimated)", "1959-04-12": "Eid al-Fitr Holiday (estimated)", "1959-05-01": "Labor Day", "1959-06-16": "Arafat Day (estimated)", "1959-06-17": "Eid al-Adha (estimated)", "1959-06-18": "Eid al-Adha Holiday (estimated)", "1959-06-19": "Eid al-Adha Holiday (estimated)", "1959-07-07": "Islamic New Year (estimated)", "1959-07-25": "Republic Day", "1959-08-13": "Women's Day", "1959-09-15": "Prophet's Birthday (estimated)", "1959-10-15": "Evacuation Day", "1960-01-01": "New Year's Day", "1960-01-14": "Revolution and Youth Day", "1960-03-20": "Independence Day", "1960-03-28": "Eid al-Fitr (estimated)", "1960-03-29": "Eid al-Fitr Holiday (estimated)", "1960-03-30": "Eid al-Fitr Holiday (estimated)", "1960-04-09": "Martyrs' Day", "1960-05-01": "Labor Day", "1960-06-03": "Arafat Day (estimated)", "1960-06-04": "Eid al-Adha (estimated)", "1960-06-05": "Eid al-Adha Holiday (estimated)", "1960-06-06": "Eid al-Adha Holiday (estimated)", "1960-06-25": "Islamic New Year (estimated)", "1960-07-25": "Republic Day", "1960-08-13": "Women's Day", "1960-09-03": "Prophet's Birthday (estimated)", "1960-10-15": "Evacuation Day", "1961-01-01": "New Year's Day", "1961-01-14": "Revolution and Youth Day", "1961-03-18": "Eid al-Fitr (estimated)", "1961-03-19": "Eid al-Fitr Holiday (estimated)", "1961-03-20": "Eid al-Fitr Holiday (estimated); Independence Day", "1961-04-09": "Martyrs' Day", "1961-05-01": "Labor Day", "1961-05-24": "Arafat Day (estimated)", "1961-05-25": "Eid al-Adha (estimated)", "1961-05-26": "Eid al-Adha Holiday (estimated)", "1961-05-27": "Eid al-Adha Holiday (estimated)", "1961-06-14": "Islamic New Year (estimated)", "1961-07-25": "Republic Day", "1961-08-13": "Women's Day", "1961-08-23": "Prophet's Birthday (estimated)", "1961-10-15": "Evacuation Day", "1962-01-01": "New Year's Day", "1962-01-14": "Revolution and Youth Day", "1962-03-07": "Eid al-Fitr (estimated)", "1962-03-08": "Eid al-Fitr Holiday (estimated)", "1962-03-09": "Eid al-Fitr Holiday (estimated)", "1962-03-20": "Independence Day", "1962-04-09": "Martyrs' Day", "1962-05-01": "Labor Day", "1962-05-13": "Arafat Day (estimated)", "1962-05-14": "Eid al-Adha (estimated)", "1962-05-15": "Eid al-Adha Holiday (estimated)", "1962-05-16": "Eid al-Adha Holiday (estimated)", "1962-06-03": "Islamic New Year (estimated)", "1962-07-25": "Republic Day", "1962-08-12": "Prophet's Birthday (estimated)", "1962-08-13": "Women's Day", "1962-10-15": "Evacuation Day", "1963-01-01": "New Year's Day", "1963-01-14": "Revolution and Youth Day", "1963-02-24": "Eid al-Fitr (estimated)", "1963-02-25": "Eid al-Fitr Holiday (estimated)", "1963-02-26": "Eid al-Fitr Holiday (estimated)", "1963-03-20": "Independence Day", "1963-04-09": "Martyrs' Day", "1963-05-01": "Labor Day", "1963-05-02": "Arafat Day (estimated)", "1963-05-03": "Eid al-Adha (estimated)", "1963-05-04": "Eid al-Adha Holiday (estimated)", "1963-05-05": "Eid al-Adha Holiday (estimated)", "1963-05-24": "Islamic New Year (estimated)", "1963-07-25": "Republic Day", "1963-08-02": "Prophet's Birthday (estimated)", "1963-08-13": "Women's Day", "1963-10-15": "Evacuation Day", "1964-01-01": "New Year's Day", "1964-01-14": "Revolution and Youth Day", "1964-02-14": "Eid al-Fitr (estimated)", "1964-02-15": "Eid al-Fitr Holiday (estimated)", "1964-02-16": "Eid al-Fitr Holiday (estimated)", "1964-03-20": "Independence Day", "1964-04-09": "Martyrs' Day", "1964-04-21": "Arafat Day (estimated)", "1964-04-22": "Eid al-Adha (estimated)", "1964-04-23": "Eid al-Adha Holiday (estimated)", "1964-04-24": "Eid al-Adha Holiday (estimated)", "1964-05-01": "Labor Day", "1964-05-12": "Islamic New Year (estimated)", "1964-07-21": "Prophet's Birthday (estimated)", "1964-07-25": "Republic Day", "1964-08-13": "Women's Day", "1964-10-15": "Evacuation Day", "1965-01-01": "New Year's Day", "1965-01-14": "Revolution and Youth Day", "1965-02-02": "Eid al-Fitr (estimated)", "1965-02-03": "Eid al-Fitr Holiday (estimated)", "1965-02-04": "Eid al-Fitr Holiday (estimated)", "1965-03-20": "Independence Day", "1965-04-09": "Martyrs' Day", "1965-04-10": "Arafat Day (estimated)", "1965-04-11": "Eid al-Adha (estimated)", "1965-04-12": "Eid al-Adha Holiday (estimated)", "1965-04-13": "Eid al-Adha Holiday (estimated)", "1965-05-01": "Islamic New Year (estimated); Labor Day", "1965-07-10": "Prophet's Birthday (estimated)", "1965-07-25": "Republic Day", "1965-08-13": "Women's Day", "1965-10-15": "Evacuation Day", "1966-01-01": "New Year's Day", "1966-01-14": "Revolution and Youth Day", "1966-01-22": "Eid al-Fitr (estimated)", "1966-01-23": "Eid al-Fitr Holiday (estimated)", "1966-01-24": "Eid al-Fitr Holiday (estimated)", "1966-03-20": "Independence Day", "1966-03-31": "Arafat Day (estimated)", "1966-04-01": "Eid al-Adha (estimated)", "1966-04-02": "Eid al-Adha Holiday (estimated)", "1966-04-03": "Eid al-Adha Holiday (estimated)", "1966-04-09": "Martyrs' Day", "1966-04-21": "Islamic New Year (estimated)", "1966-05-01": "Labor Day", "1966-07-01": "Prophet's Birthday (estimated)", "1966-07-25": "Republic Day", "1966-08-13": "Women's Day", "1966-10-15": "Evacuation Day", "1967-01-01": "New Year's Day", "1967-01-12": "Eid al-Fitr (estimated)", "1967-01-13": "Eid al-Fitr Holiday (estimated)", "1967-01-14": "Eid al-Fitr Holiday (estimated); Revolution and Youth Day", "1967-03-20": "Arafat Day (estimated); Independence Day", "1967-03-21": "Eid al-Adha (estimated)", "1967-03-22": "Eid al-Adha Holiday (estimated)", "1967-03-23": "Eid al-Adha Holiday (estimated)", "1967-04-09": "Martyrs' Day", "1967-04-11": "Islamic New Year (estimated)", "1967-05-01": "Labor Day", "1967-06-19": "Prophet's Birthday (estimated)", "1967-07-25": "Republic Day", "1967-08-13": "Women's Day", "1967-10-15": "Evacuation Day", "1968-01-01": "Eid al-Fitr (estimated); New Year's Day", "1968-01-02": "Eid al-Fitr Holiday (estimated)", "1968-01-03": "Eid al-Fitr Holiday (estimated)", "1968-01-14": "Revolution and Youth Day", "1968-03-08": "Arafat Day (estimated)", "1968-03-09": "Eid al-Adha (estimated)", "1968-03-10": "Eid al-Adha Holiday (estimated)", "1968-03-11": "Eid al-Adha Holiday (estimated)", "1968-03-20": "Independence Day", "1968-03-30": "Islamic New Year (estimated)", "1968-04-09": "Martyrs' Day", "1968-05-01": "Labor Day", "1968-06-08": "Prophet's Birthday (estimated)", "1968-07-25": "Republic Day", "1968-08-13": "Women's Day", "1968-10-15": "Evacuation Day", "1968-12-21": "Eid al-Fitr (estimated)", "1968-12-22": "Eid al-Fitr Holiday (estimated)", "1968-12-23": "Eid al-Fitr Holiday (estimated)", "1969-01-01": "New Year's Day", "1969-01-14": "Revolution and Youth Day", "1969-02-26": "Arafat Day (estimated)", "1969-02-27": "Eid al-Adha (estimated)", "1969-02-28": "Eid al-Adha Holiday (estimated)", "1969-03-01": "Eid al-Adha Holiday (estimated)", "1969-03-19": "Islamic New Year (estimated)", "1969-03-20": "Independence Day", "1969-04-09": "Martyrs' Day", "1969-05-01": "Labor Day", "1969-05-28": "Prophet's Birthday (estimated)", "1969-07-25": "Republic Day", "1969-08-13": "Women's Day", "1969-10-15": "Evacuation Day", "1969-12-10": "Eid al-Fitr (estimated)", "1969-12-11": "Eid al-Fitr Holiday (estimated)", "1969-12-12": "Eid al-Fitr Holiday (estimated)", "1970-01-01": "New Year's Day", "1970-01-14": "Revolution and Youth Day", "1970-02-15": "Arafat Day (estimated)", "1970-02-16": "Eid al-Adha (estimated)", "1970-02-17": "Eid al-Adha Holiday (estimated)", "1970-02-18": "Eid al-Adha Holiday (estimated)", "1970-03-09": "Islamic New Year (estimated)", "1970-03-20": "Independence Day", "1970-04-09": "Martyrs' Day", "1970-05-01": "Labor Day", "1970-05-18": "Prophet's Birthday (estimated)", "1970-07-25": "Republic Day", "1970-08-13": "Women's Day", "1970-10-15": "Evacuation Day", "1970-11-30": "Eid al-Fitr (estimated)", "1970-12-01": "Eid al-Fitr Holiday (estimated)", "1970-12-02": "Eid al-Fitr Holiday (estimated)", "1971-01-01": "New Year's Day", "1971-01-14": "Revolution and Youth Day", "1971-02-05": "Arafat Day (estimated)", "1971-02-06": "Eid al-Adha (estimated)", "1971-02-07": "Eid al-Adha Holiday (estimated)", "1971-02-08": "Eid al-Adha Holiday (estimated)", "1971-02-26": "Islamic New Year (estimated)", "1971-03-20": "Independence Day", "1971-04-09": "Martyrs' Day", "1971-05-01": "Labor Day", "1971-05-07": "Prophet's Birthday (estimated)", "1971-07-25": "Republic Day", "1971-08-13": "Women's Day", "1971-10-15": "Evacuation Day", "1971-11-19": "Eid al-Fitr (estimated)", "1971-11-20": "Eid al-Fitr Holiday (estimated)", "1971-11-21": "Eid al-Fitr Holiday (estimated)", "1972-01-01": "New Year's Day", "1972-01-14": "Revolution and Youth Day", "1972-01-25": "Arafat Day (estimated)", "1972-01-26": "Eid al-Adha (estimated)", "1972-01-27": "Eid al-Adha Holiday (estimated)", "1972-01-28": "Eid al-Adha Holiday (estimated)", "1972-02-16": "Islamic New Year (estimated)", "1972-03-20": "Independence Day", "1972-04-09": "Martyrs' Day", "1972-04-25": "Prophet's Birthday (estimated)", "1972-05-01": "Labor Day", "1972-07-25": "Republic Day", "1972-08-13": "Women's Day", "1972-10-15": "Evacuation Day", "1972-11-07": "Eid al-Fitr (estimated)", "1972-11-08": "Eid al-Fitr Holiday (estimated)", "1972-11-09": "Eid al-Fitr Holiday (estimated)", "1973-01-01": "New Year's Day", "1973-01-13": "Arafat Day (estimated)", "1973-01-14": "Eid al-Adha (estimated); Revolution and Youth Day", "1973-01-15": "Eid al-Adha Holiday (estimated)", "1973-01-16": "Eid al-Adha Holiday (estimated)", "1973-02-04": "Islamic New Year (estimated)", "1973-03-20": "Independence Day", "1973-04-09": "Martyrs' Day", "1973-04-15": "Prophet's Birthday (estimated)", "1973-05-01": "Labor Day", "1973-07-25": "Republic Day", "1973-08-13": "Women's Day", "1973-10-15": "Evacuation Day", "1973-10-27": "Eid al-Fitr (estimated)", "1973-10-28": "Eid al-Fitr Holiday (estimated)", "1973-10-29": "Eid al-Fitr Holiday (estimated)", "1974-01-01": "New Year's Day", "1974-01-02": "Arafat Day (estimated)", "1974-01-03": "Eid al-Adha (estimated)", "1974-01-04": "Eid al-Adha Holiday (estimated)", "1974-01-05": "Eid al-Adha Holiday (estimated)", "1974-01-14": "Revolution and Youth Day", "1974-01-24": "Islamic New Year (estimated)", "1974-03-20": "Independence Day", "1974-04-04": "Prophet's Birthday (estimated)", "1974-04-09": "Martyrs' Day", "1974-05-01": "Labor Day", "1974-07-25": "Republic Day", "1974-08-13": "Women's Day", "1974-10-15": "Evacuation Day", "1974-10-16": "Eid al-Fitr (estimated)", "1974-10-17": "Eid al-Fitr Holiday (estimated)", "1974-10-18": "Eid al-Fitr Holiday (estimated)", "1974-12-23": "Arafat Day (estimated)", "1974-12-24": "Eid al-Adha (estimated)", "1974-12-25": "Eid al-Adha Holiday (estimated)", "1974-12-26": "Eid al-Adha Holiday (estimated)", "1975-01-01": "New Year's Day", "1975-01-13": "Islamic New Year (estimated)", "1975-01-14": "Revolution and Youth Day", "1975-03-20": "Independence Day", "1975-03-24": "Prophet's Birthday (estimated)", "1975-04-09": "Martyrs' Day", "1975-05-01": "Labor Day", "1975-07-25": "Republic Day", "1975-08-13": "Women's Day", "1975-10-06": "Eid al-Fitr (estimated)", "1975-10-07": "Eid al-Fitr Holiday (estimated)", "1975-10-08": "Eid al-Fitr Holiday (estimated)", "1975-10-15": "Evacuation Day", "1975-12-12": "Arafat Day (estimated)", "1975-12-13": "Eid al-Adha (estimated)", "1975-12-14": "Eid al-Adha Holiday (estimated)", "1975-12-15": "Eid al-Adha Holiday (estimated)", "1976-01-01": "New Year's Day", "1976-01-02": "Islamic New Year (estimated)", "1976-01-14": "Revolution and Youth Day", "1976-03-12": "Prophet's Birthday (estimated)", "1976-03-20": "Independence Day", "1976-04-09": "Martyrs' Day", "1976-05-01": "Labor Day", "1976-07-25": "Republic Day", "1976-08-13": "Women's Day", "1976-09-24": "Eid al-Fitr (estimated)", "1976-09-25": "Eid al-Fitr Holiday (estimated)", "1976-09-26": "Eid al-Fitr Holiday (estimated)", "1976-10-15": "Evacuation Day", "1976-11-30": "Arafat Day (estimated)", "1976-12-01": "Eid al-Adha (estimated)", "1976-12-02": "Eid al-Adha Holiday (estimated)", "1976-12-03": "Eid al-Adha Holiday (estimated)", "1976-12-22": "Islamic New Year (estimated)", "1977-01-01": "New Year's Day", "1977-01-14": "Revolution and Youth Day", "1977-03-02": "Prophet's Birthday (estimated)", "1977-03-20": "Independence Day", "1977-04-09": "Martyrs' Day", "1977-05-01": "Labor Day", "1977-07-25": "Republic Day", "1977-08-13": "Women's Day", "1977-09-14": "Eid al-Fitr (estimated)", "1977-09-15": "Eid al-Fitr Holiday (estimated)", "1977-09-16": "Eid al-Fitr Holiday (estimated)", "1977-10-15": "Evacuation Day", "1977-11-20": "Arafat Day (estimated)", "1977-11-21": "Eid al-Adha (estimated)", "1977-11-22": "Eid al-Adha Holiday (estimated)", "1977-11-23": "Eid al-Adha Holiday (estimated)", "1977-12-11": "Islamic New Year (estimated)", "1978-01-01": "New Year's Day", "1978-01-14": "Revolution and Youth Day", "1978-02-19": "Prophet's Birthday (estimated)", "1978-03-20": "Independence Day", "1978-04-09": "Martyrs' Day", "1978-05-01": "Labor Day", "1978-07-25": "Republic Day", "1978-08-13": "Women's Day", "1978-09-03": "Eid al-Fitr (estimated)", "1978-09-04": "Eid al-Fitr Holiday (estimated)", "1978-09-05": "Eid al-Fitr Holiday (estimated)", "1978-10-15": "Evacuation Day", "1978-11-09": "Arafat Day (estimated)", "1978-11-10": "Eid al-Adha (estimated)", "1978-11-11": "Eid al-Adha Holiday (estimated)", "1978-11-12": "Eid al-Adha Holiday (estimated)", "1978-12-01": "Islamic New Year (estimated)", "1979-01-01": "New Year's Day", "1979-01-14": "Revolution and Youth Day", "1979-02-09": "Prophet's Birthday (estimated)", "1979-03-20": "Independence Day", "1979-04-09": "Martyrs' Day", "1979-05-01": "Labor Day", "1979-07-25": "Republic Day", "1979-08-13": "Women's Day", "1979-08-23": "Eid al-Fitr (estimated)", "1979-08-24": "Eid al-Fitr Holiday (estimated)", "1979-08-25": "Eid al-Fitr Holiday (estimated)", "1979-10-15": "Evacuation Day", "1979-10-30": "Arafat Day (estimated)", "1979-10-31": "Eid al-Adha (estimated)", "1979-11-01": "Eid al-Adha Holiday (estimated)", "1979-11-02": "Eid al-Adha Holiday (estimated)", "1979-11-20": "Islamic New Year (estimated)", "1980-01-01": "New Year's Day", "1980-01-14": "Revolution and Youth Day", "1980-01-30": "Prophet's Birthday (estimated)", "1980-03-20": "Independence Day", "1980-04-09": "Martyrs' Day", "1980-05-01": "Labor Day", "1980-07-25": "Republic Day", "1980-08-12": "Eid al-Fitr (estimated)", "1980-08-13": "Eid al-Fitr Holiday (estimated); Women's Day", "1980-08-14": "Eid al-Fitr Holiday (estimated)", "1980-10-15": "Evacuation Day", "1980-10-18": "Arafat Day (estimated)", "1980-10-19": "Eid al-Adha (estimated)", "1980-10-20": "Eid al-Adha Holiday (estimated)", "1980-10-21": "Eid al-Adha Holiday (estimated)", "1980-11-09": "Islamic New Year (estimated)", "1981-01-01": "New Year's Day", "1981-01-14": "Revolution and Youth Day", "1981-01-18": "Prophet's Birthday (estimated)", "1981-03-20": "Independence Day", "1981-04-09": "Martyrs' Day", "1981-05-01": "Labor Day", "1981-07-25": "Republic Day", "1981-08-01": "Eid al-Fitr (estimated)", "1981-08-02": "Eid al-Fitr Holiday (estimated)", "1981-08-03": "Eid al-Fitr Holiday (estimated)", "1981-08-13": "Women's Day", "1981-10-07": "Arafat Day (estimated)", "1981-10-08": "Eid al-Adha (estimated)", "1981-10-09": "Eid al-Adha Holiday (estimated)", "1981-10-10": "Eid al-Adha Holiday (estimated)", "1981-10-15": "Evacuation Day", "1981-10-28": "Islamic New Year (estimated)", "1982-01-01": "New Year's Day", "1982-01-07": "Prophet's Birthday (estimated)", "1982-01-14": "Revolution and Youth Day", "1982-03-20": "Independence Day", "1982-04-09": "Martyrs' Day", "1982-05-01": "Labor Day", "1982-07-21": "Eid al-Fitr (estimated)", "1982-07-22": "Eid al-Fitr Holiday (estimated)", "1982-07-23": "Eid al-Fitr Holiday (estimated)", "1982-07-25": "Republic Day", "1982-08-13": "Women's Day", "1982-09-26": "Arafat Day (estimated)", "1982-09-27": "Eid al-Adha (estimated)", "1982-09-28": "Eid al-Adha Holiday (estimated)", "1982-09-29": "Eid al-Adha Holiday (estimated)", "1982-10-15": "Evacuation Day", "1982-10-18": "Islamic New Year (estimated)", "1982-12-27": "Prophet's Birthday (estimated)", "1983-01-01": "New Year's Day", "1983-01-14": "Revolution and Youth Day", "1983-03-20": "Independence Day", "1983-04-09": "Martyrs' Day", "1983-05-01": "Labor Day", "1983-07-11": "Eid al-Fitr (estimated)", "1983-07-12": "Eid al-Fitr Holiday (estimated)", "1983-07-13": "Eid al-Fitr Holiday (estimated)", "1983-07-25": "Republic Day", "1983-08-13": "Women's Day", "1983-09-16": "Arafat Day (estimated)", "1983-09-17": "Eid al-Adha (estimated)", "1983-09-18": "Eid al-Adha Holiday (estimated)", "1983-09-19": "Eid al-Adha Holiday (estimated)", "1983-10-07": "Islamic New Year (estimated)", "1983-10-15": "Evacuation Day", "1983-12-16": "Prophet's Birthday (estimated)", "1984-01-01": "New Year's Day", "1984-01-14": "Revolution and Youth Day", "1984-03-20": "Independence Day", "1984-04-09": "Martyrs' Day", "1984-05-01": "Labor Day", "1984-06-30": "Eid al-Fitr (estimated)", "1984-07-01": "Eid al-Fitr Holiday (estimated)", "1984-07-02": "Eid al-Fitr Holiday (estimated)", "1984-07-25": "Republic Day", "1984-08-13": "Women's Day", "1984-09-04": "Arafat Day (estimated)", "1984-09-05": "Eid al-Adha (estimated)", "1984-09-06": "Eid al-Adha Holiday (estimated)", "1984-09-07": "Eid al-Adha Holiday (estimated)", "1984-09-26": "Islamic New Year (estimated)", "1984-10-15": "Evacuation Day", "1984-12-04": "Prophet's Birthday (estimated)", "1985-01-01": "New Year's Day", "1985-01-14": "Revolution and Youth Day", "1985-03-20": "Independence Day", "1985-04-09": "Martyrs' Day", "1985-05-01": "Labor Day", "1985-06-19": "Eid al-Fitr (estimated)", "1985-06-20": "Eid al-Fitr Holiday (estimated)", "1985-06-21": "Eid al-Fitr Holiday (estimated)", "1985-07-25": "Republic Day", "1985-08-13": "Women's Day", "1985-08-25": "Arafat Day (estimated)", "1985-08-26": "Eid al-Adha (estimated)", "1985-08-27": "Eid al-Adha Holiday (estimated)", "1985-08-28": "Eid al-Adha Holiday (estimated)", "1985-09-15": "Islamic New Year (estimated)", "1985-10-15": "Evacuation Day", "1985-11-24": "Prophet's Birthday (estimated)", "1986-01-01": "New Year's Day", "1986-01-14": "Revolution and Youth Day", "1986-03-20": "Independence Day", "1986-04-09": "Martyrs' Day", "1986-05-01": "Labor Day", "1986-06-08": "Eid al-Fitr (estimated)", "1986-06-09": "Eid al-Fitr Holiday (estimated)", "1986-06-10": "Eid al-Fitr Holiday (estimated)", "1986-07-25": "Republic Day", "1986-08-13": "Women's Day", "1986-08-14": "Arafat Day (estimated)", "1986-08-15": "Eid al-Adha (estimated)", "1986-08-16": "Eid al-Adha Holiday (estimated)", "1986-08-17": "Eid al-Adha Holiday (estimated)", "1986-09-05": "Islamic New Year (estimated)", "1986-10-15": "Evacuation Day", "1986-11-14": "Prophet's Birthday (estimated)", "1987-01-01": "New Year's Day", "1987-01-14": "Revolution and Youth Day", "1987-03-20": "Independence Day", "1987-04-09": "Martyrs' Day", "1987-05-01": "Labor Day", "1987-05-28": "Eid al-Fitr (estimated)", "1987-05-29": "Eid al-Fitr Holiday (estimated)", "1987-05-30": "Eid al-Fitr Holiday (estimated)", "1987-07-25": "Republic Day", "1987-08-03": "Arafat Day (estimated)", "1987-08-04": "Eid al-Adha (estimated)", "1987-08-05": "Eid al-Adha Holiday (estimated)", "1987-08-06": "Eid al-Adha Holiday (estimated)", "1987-08-13": "Women's Day", "1987-08-25": "Islamic New Year (estimated)", "1987-10-15": "Evacuation Day", "1987-11-03": "Prophet's Birthday (estimated)", "1988-01-01": "New Year's Day", "1988-01-14": "Revolution and Youth Day", "1988-03-20": "Independence Day", "1988-04-09": "Martyrs' Day", "1988-05-01": "Labor Day", "1988-05-16": "Eid al-Fitr (estimated)", "1988-05-17": "Eid al-Fitr Holiday (estimated)", "1988-05-18": "Eid al-Fitr Holiday (estimated)", "1988-07-22": "Arafat Day (estimated)", "1988-07-23": "Eid al-Adha (estimated)", "1988-07-24": "Eid al-Adha Holiday (estimated)", "1988-07-25": "Eid al-Adha Holiday (estimated); Republic Day", "1988-08-13": "Islamic New Year (estimated); Women's Day", "1988-10-15": "Evacuation Day", "1988-10-22": "Prophet's Birthday (estimated)", "1989-01-01": "New Year's Day", "1989-01-14": "Revolution and Youth Day", "1989-03-20": "Independence Day", "1989-04-09": "Martyrs' Day", "1989-05-01": "Labor Day", "1989-05-06": "Eid al-Fitr (estimated)", "1989-05-07": "Eid al-Fitr Holiday (estimated)", "1989-05-08": "Eid al-Fitr Holiday (estimated)", "1989-07-12": "Arafat Day (estimated)", "1989-07-13": "Eid al-Adha (estimated)", "1989-07-14": "Eid al-Adha Holiday (estimated)", "1989-07-15": "Eid al-Adha Holiday (estimated)", "1989-07-25": "Republic Day", "1989-08-02": "Islamic New Year (estimated)", "1989-08-13": "Women's Day", "1989-10-11": "Prophet's Birthday (estimated)", "1989-10-15": "Evacuation Day", "1990-01-01": "New Year's Day", "1990-01-14": "Revolution and Youth Day", "1990-03-20": "Independence Day", "1990-04-09": "Martyrs' Day", "1990-04-26": "Eid al-Fitr (estimated)", "1990-04-27": "Eid al-Fitr Holiday (estimated)", "1990-04-28": "Eid al-Fitr Holiday (estimated)", "1990-05-01": "Labor Day", "1990-07-01": "Arafat Day (estimated)", "1990-07-02": "Eid al-Adha (estimated)", "1990-07-03": "Eid al-Adha Holiday (estimated)", "1990-07-04": "Eid al-Adha Holiday (estimated)", "1990-07-23": "Islamic New Year (estimated)", "1990-07-25": "Republic Day", "1990-08-13": "Women's Day", "1990-10-01": "Prophet's Birthday (estimated)", "1990-10-15": "Evacuation Day", "1991-01-01": "New Year's Day", "1991-01-14": "Revolution and Youth Day", "1991-03-20": "Independence Day", "1991-04-09": "Martyrs' Day", "1991-04-15": "Eid al-Fitr (estimated)", "1991-04-16": "Eid al-Fitr Holiday (estimated)", "1991-04-17": "Eid al-Fitr Holiday (estimated)", "1991-05-01": "Labor Day", "1991-06-21": "Arafat Day (estimated)", "1991-06-22": "Eid al-Adha (estimated)", "1991-06-23": "Eid al-Adha Holiday (estimated)", "1991-06-24": "Eid al-Adha Holiday (estimated)", "1991-07-12": "Islamic New Year (estimated)", "1991-07-25": "Republic Day", "1991-08-13": "Women's Day", "1991-09-20": "Prophet's Birthday (estimated)", "1991-10-15": "Evacuation Day", "1992-01-01": "New Year's Day", "1992-01-14": "Revolution and Youth Day", "1992-03-20": "Independence Day", "1992-04-04": "Eid al-Fitr (estimated)", "1992-04-05": "Eid al-Fitr Holiday (estimated)", "1992-04-06": "Eid al-Fitr Holiday (estimated)", "1992-04-09": "Martyrs' Day", "1992-05-01": "Labor Day", "1992-06-10": "Arafat Day (estimated)", "1992-06-11": "Eid al-Adha (estimated)", "1992-06-12": "Eid al-Adha Holiday (estimated)", "1992-06-13": "Eid al-Adha Holiday (estimated)", "1992-07-01": "Islamic New Year (estimated)", "1992-07-25": "Republic Day", "1992-08-13": "Women's Day", "1992-09-09": "Prophet's Birthday (estimated)", "1992-10-15": "Evacuation Day", "1993-01-01": "New Year's Day", "1993-01-14": "Revolution and Youth Day", "1993-03-20": "Independence Day", "1993-03-24": "Eid al-Fitr (estimated)", "1993-03-25": "Eid al-Fitr Holiday (estimated)", "1993-03-26": "Eid al-Fitr Holiday (estimated)", "1993-04-09": "Martyrs' Day", "1993-05-01": "Labor Day", "1993-05-30": "Arafat Day (estimated)", "1993-05-31": "Eid al-Adha (estimated)", "1993-06-01": "Eid al-Adha Holiday (estimated)", "1993-06-02": "Eid al-Adha Holiday (estimated)", "1993-06-21": "Islamic New Year (estimated)", "1993-07-25": "Republic Day", "1993-08-13": "Women's Day", "1993-08-29": "Prophet's Birthday (estimated)", "1993-10-15": "Evacuation Day", "1994-01-01": "New Year's Day", "1994-01-14": "Revolution and Youth Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-14": "Eid al-Fitr Holiday (estimated)", "1994-03-15": "Eid al-Fitr Holiday (estimated)", "1994-03-20": "Independence Day", "1994-04-09": "Martyrs' Day", "1994-05-01": "Labor Day", "1994-05-19": "Arafat Day (estimated)", "1994-05-20": "Eid al-Adha (estimated)", "1994-05-21": "Eid al-Adha Holiday (estimated)", "1994-05-22": "Eid al-Adha Holiday (estimated)", "1994-06-10": "Islamic New Year (estimated)", "1994-07-25": "Republic Day", "1994-08-13": "Women's Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-10-15": "Evacuation Day", "1995-01-01": "New Year's Day", "1995-01-14": "Revolution and Youth Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-03": "Eid al-Fitr Holiday (estimated)", "1995-03-04": "Eid al-Fitr Holiday (estimated)", "1995-03-20": "Independence Day", "1995-04-09": "Martyrs' Day", "1995-05-01": "Labor Day", "1995-05-08": "Arafat Day (estimated)", "1995-05-09": "Eid al-Adha (estimated)", "1995-05-10": "Eid al-Adha Holiday (estimated)", "1995-05-11": "Eid al-Adha Holiday (estimated)", "1995-05-30": "Islamic New Year (estimated)", "1995-07-25": "Republic Day", "1995-08-08": "Prophet's Birthday (estimated)", "1995-08-13": "Women's Day", "1995-10-15": "Evacuation Day", "1996-01-01": "New Year's Day", "1996-01-14": "Revolution and Youth Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-02-20": "Eid al-Fitr Holiday (estimated)", "1996-02-21": "Eid al-Fitr Holiday (estimated)", "1996-03-20": "Independence Day", "1996-04-09": "Martyrs' Day", "1996-04-26": "Arafat Day (estimated)", "1996-04-27": "Eid al-Adha (estimated)", "1996-04-28": "Eid al-Adha Holiday (estimated)", "1996-04-29": "Eid al-Adha Holiday (estimated)", "1996-05-01": "Labor Day", "1996-05-18": "Islamic New Year (estimated)", "1996-07-25": "Republic Day", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-13": "Women's Day", "1996-10-15": "Evacuation Day", "1997-01-01": "New Year's Day", "1997-01-14": "Revolution and Youth Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-02-09": "Eid al-Fitr Holiday (estimated)", "1997-02-10": "Eid al-Fitr Holiday (estimated)", "1997-03-20": "Independence Day", "1997-04-09": "Martyrs' Day", "1997-04-16": "Arafat Day (estimated)", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-18": "Eid al-Adha Holiday (estimated)", "1997-04-19": "Eid al-Adha Holiday (estimated)", "1997-05-01": "Labor Day", "1997-05-07": "Islamic New Year (estimated)", "1997-07-16": "Prophet's Birthday (estimated)", "1997-07-25": "Republic Day", "1997-08-13": "Women's Day", "1997-10-15": "Evacuation Day", "1998-01-01": "New Year's Day", "1998-01-14": "Revolution and Youth Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-01-30": "Eid al-Fitr Holiday (estimated)", "1998-01-31": "Eid al-Fitr Holiday (estimated)", "1998-03-20": "Independence Day", "1998-04-06": "Arafat Day (estimated)", "1998-04-07": "Eid al-Adha (estimated)", "1998-04-08": "Eid al-Adha Holiday (estimated)", "1998-04-09": "Eid al-Adha Holiday (estimated); Martyrs' Day", "1998-04-27": "Islamic New Year (estimated)", "1998-05-01": "Labor Day", "1998-07-06": "Prophet's Birthday (estimated)", "1998-07-25": "Republic Day", "1998-08-13": "Women's Day", "1998-10-15": "Evacuation Day", "1999-01-01": "New Year's Day", "1999-01-14": "Revolution and Youth Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-01-19": "Eid al-Fitr Holiday (estimated)", "1999-01-20": "Eid al-Fitr Holiday (estimated)", "1999-03-20": "Independence Day", "1999-03-26": "Arafat Day (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-03-28": "Eid al-Adha Holiday (estimated)", "1999-03-29": "Eid al-Adha Holiday (estimated)", "1999-04-09": "Martyrs' Day", "1999-04-17": "Islamic New Year (estimated)", "1999-05-01": "Labor Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-07-25": "Republic Day", "1999-08-13": "Women's Day", "1999-10-15": "Evacuation Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-09": "Eid al-Fitr Holiday (estimated)", "2000-01-10": "Eid al-Fitr Holiday (estimated)", "2000-01-14": "Revolution and Youth Day", "2000-03-15": "Arafat Day (estimated)", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-17": "Eid al-Adha Holiday (estimated)", "2000-03-18": "Eid al-Adha Holiday (estimated)", "2000-03-20": "Independence Day", "2000-04-06": "Islamic New Year (estimated)", "2000-04-09": "Martyrs' Day", "2000-05-01": "Labor Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-07-25": "Republic Day", "2000-08-13": "Women's Day", "2000-10-15": "Evacuation Day", "2000-12-27": "Eid al-Fitr (estimated)", "2000-12-28": "Eid al-Fitr Holiday (estimated)", "2000-12-29": "Eid al-Fitr Holiday (estimated)", "2001-01-01": "New Year's Day", "2001-01-14": "Revolution and Youth Day", "2001-03-04": "Arafat Day (estimated)", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-06": "Eid al-Adha Holiday (estimated)", "2001-03-07": "Eid al-Adha Holiday (estimated)", "2001-03-20": "Independence Day", "2001-03-26": "Islamic New Year (estimated)", "2001-04-09": "Martyrs' Day", "2001-05-01": "Labor Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-07-25": "Republic Day", "2001-08-13": "Women's Day", "2001-10-15": "Evacuation Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-17": "Eid al-Fitr Holiday (estimated)", "2001-12-18": "Eid al-Fitr Holiday (estimated)", "2002-01-01": "New Year's Day", "2002-01-14": "Revolution and Youth Day", "2002-02-21": "Arafat Day (estimated)", "2002-02-22": "Eid al-Adha (estimated)", "2002-02-23": "Eid al-Adha Holiday (estimated)", "2002-02-24": "Eid al-Adha Holiday (estimated)", "2002-03-15": "Islamic New Year (estimated)", "2002-03-20": "Independence Day", "2002-04-09": "Martyrs' Day", "2002-05-01": "Labor Day", "2002-05-24": "Prophet's Birthday (estimated)", "2002-07-25": "Republic Day", "2002-08-13": "Women's Day", "2002-10-15": "Evacuation Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-06": "Eid al-Fitr Holiday (estimated)", "2002-12-07": "Eid al-Fitr Holiday (estimated)", "2003-01-01": "New Year's Day", "2003-01-14": "Revolution and Youth Day", "2003-02-10": "Arafat Day (estimated)", "2003-02-11": "Eid al-Adha (estimated)", "2003-02-12": "Eid al-Adha Holiday (estimated)", "2003-02-13": "Eid al-Adha Holiday (estimated)", "2003-03-04": "Islamic New Year (estimated)", "2003-03-20": "Independence Day", "2003-04-09": "Martyrs' Day", "2003-05-01": "Labor Day", "2003-05-13": "Prophet's Birthday (estimated)", "2003-07-25": "Republic Day", "2003-08-13": "Women's Day", "2003-10-15": "Evacuation Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-11-26": "Eid al-Fitr Holiday (estimated)", "2003-11-27": "Eid al-Fitr Holiday (estimated)", "2004-01-01": "New Year's Day", "2004-01-14": "Revolution and Youth Day", "2004-01-31": "Arafat Day (estimated)", "2004-02-01": "Eid al-Adha (estimated)", "2004-02-02": "Eid al-Adha Holiday (estimated)", "2004-02-03": "Eid al-Adha Holiday (estimated)", "2004-02-21": "Islamic New Year (estimated)", "2004-03-20": "Independence Day", "2004-04-09": "Martyrs' Day", "2004-05-01": "Labor Day; Prophet's Birthday (estimated)", "2004-07-25": "Republic Day", "2004-08-13": "Women's Day", "2004-10-15": "Evacuation Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-11-15": "Eid al-Fitr Holiday (estimated)", "2004-11-16": "Eid al-Fitr Holiday (estimated)", "2005-01-01": "New Year's Day", "2005-01-14": "Revolution and Youth Day", "2005-01-20": "Arafat Day (estimated)", "2005-01-21": "Eid al-Adha (estimated)", "2005-01-22": "Eid al-Adha Holiday (estimated)", "2005-01-23": "Eid al-Adha Holiday (estimated)", "2005-02-10": "Islamic New Year (estimated)", "2005-03-20": "Independence Day", "2005-04-09": "Martyrs' Day", "2005-04-21": "Prophet's Birthday (estimated)", "2005-05-01": "Labor Day", "2005-07-25": "Republic Day", "2005-08-13": "Women's Day", "2005-10-15": "Evacuation Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-11-04": "Eid al-Fitr Holiday (estimated)", "2005-11-05": "Eid al-Fitr Holiday (estimated)", "2006-01-01": "New Year's Day", "2006-01-09": "Arafat Day (estimated)", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-11": "Eid al-Adha Holiday (estimated)", "2006-01-12": "Eid al-Adha Holiday (estimated)", "2006-01-14": "Revolution and Youth Day", "2006-01-31": "Islamic New Year (estimated)", "2006-03-20": "Independence Day", "2006-04-09": "Martyrs' Day", "2006-04-10": "Prophet's Birthday (estimated)", "2006-05-01": "Labor Day", "2006-07-25": "Republic Day", "2006-08-13": "Women's Day", "2006-10-15": "Evacuation Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-10-24": "Eid al-Fitr Holiday (estimated)", "2006-10-25": "Eid al-Fitr Holiday (estimated)", "2006-12-30": "Arafat Day (estimated)", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "Eid al-Adha Holiday (estimated); New Year's Day", "2007-01-02": "Eid al-Adha Holiday (estimated)", "2007-01-14": "Revolution and Youth Day", "2007-01-20": "Islamic New Year (estimated)", "2007-03-20": "Independence Day", "2007-03-31": "Prophet's Birthday (estimated)", "2007-04-09": "Martyrs' Day", "2007-05-01": "Labor Day", "2007-07-25": "Republic Day", "2007-08-13": "Women's Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "Eid al-Fitr Holiday (estimated)", "2007-10-15": "Eid al-Fitr Holiday (estimated); Evacuation Day", "2007-12-19": "Arafat Day (estimated)", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-21": "Eid al-Adha Holiday (estimated)", "2007-12-22": "Eid al-Adha Holiday (estimated)", "2008-01-01": "New Year's Day", "2008-01-10": "Islamic New Year (estimated)", "2008-01-14": "Revolution and Youth Day", "2008-03-20": "Independence Day; Prophet's Birthday (estimated)", "2008-04-09": "Martyrs' Day", "2008-05-01": "Labor Day", "2008-07-25": "Republic Day", "2008-08-13": "Women's Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-02": "Eid al-Fitr Holiday (estimated)", "2008-10-03": "Eid al-Fitr Holiday (estimated)", "2008-10-15": "Evacuation Day", "2008-12-07": "Arafat Day (estimated)", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Eid al-Adha Holiday (estimated)", "2008-12-10": "Eid al-Adha Holiday (estimated)", "2008-12-29": "Islamic New Year (estimated)", "2009-01-01": "New Year's Day", "2009-01-14": "Revolution and Youth Day", "2009-03-09": "Prophet's Birthday (estimated)", "2009-03-20": "Independence Day", "2009-04-09": "Martyrs' Day", "2009-05-01": "Labor Day", "2009-07-25": "Republic Day", "2009-08-13": "Women's Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-09-21": "Eid al-Fitr Holiday (estimated)", "2009-09-22": "Eid al-Fitr Holiday (estimated)", "2009-10-15": "Evacuation Day", "2009-11-26": "Arafat Day (estimated)", "2009-11-27": "Eid al-Adha (estimated)", "2009-11-28": "Eid al-Adha Holiday (estimated)", "2009-11-29": "Eid al-Adha Holiday (estimated)", "2009-12-18": "Islamic New Year (estimated)", "2010-01-01": "New Year's Day", "2010-01-14": "Revolution and Youth Day", "2010-02-26": "Prophet's Birthday (estimated)", "2010-03-20": "Independence Day", "2010-04-09": "Martyrs' Day", "2010-05-01": "Labor Day", "2010-07-25": "Republic Day", "2010-08-13": "Women's Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-09-11": "Eid al-Fitr Holiday (estimated)", "2010-09-12": "Eid al-Fitr Holiday (estimated)", "2010-10-15": "Evacuation Day", "2010-11-15": "Arafat Day (estimated)", "2010-11-16": "Eid al-Adha (estimated)", "2010-11-17": "Eid al-Adha Holiday (estimated)", "2010-11-18": "Eid al-Adha Holiday (estimated)", "2010-12-07": "Islamic New Year (estimated)", "2011-01-01": "New Year's Day", "2011-01-14": "Revolution and Youth Day", "2011-02-15": "Prophet's Birthday (estimated)", "2011-03-20": "Independence Day", "2011-04-09": "Martyrs' Day", "2011-05-01": "Labor Day", "2011-07-25": "Republic Day", "2011-08-13": "Women's Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-08-31": "Eid al-Fitr Holiday (estimated)", "2011-09-01": "Eid al-Fitr Holiday (estimated)", "2011-10-15": "Evacuation Day", "2011-11-05": "Arafat Day (estimated)", "2011-11-06": "Eid al-Adha (estimated)", "2011-11-07": "Eid al-Adha Holiday (estimated)", "2011-11-08": "Eid al-Adha Holiday (estimated)", "2011-11-26": "Islamic New Year (estimated)", "2012-01-01": "New Year's Day", "2012-01-14": "Revolution and Youth Day", "2012-02-04": "Prophet's Birthday (estimated)", "2012-03-20": "Independence Day", "2012-04-09": "Martyrs' Day", "2012-05-01": "Labor Day", "2012-07-25": "Republic Day", "2012-08-13": "Women's Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-08-20": "Eid al-Fitr Holiday (estimated)", "2012-08-21": "Eid al-Fitr Holiday (estimated)", "2012-10-15": "Evacuation Day", "2012-10-25": "Arafat Day (estimated)", "2012-10-26": "Eid al-Adha (estimated)", "2012-10-27": "Eid al-Adha Holiday (estimated)", "2012-10-28": "Eid al-Adha Holiday (estimated)", "2012-11-15": "Islamic New Year (estimated)", "2013-01-01": "New Year's Day", "2013-01-14": "Revolution and Youth Day", "2013-01-24": "Prophet's Birthday (estimated)", "2013-03-20": "Independence Day", "2013-04-09": "Martyrs' Day", "2013-05-01": "Labor Day", "2013-07-25": "Republic Day", "2013-08-08": "Eid al-Fitr (estimated)", "2013-08-09": "Eid al-Fitr Holiday (estimated)", "2013-08-10": "Eid al-Fitr Holiday (estimated)", "2013-08-13": "Women's Day", "2013-10-14": "Arafat Day (estimated)", "2013-10-15": "Eid al-Adha (estimated); Evacuation Day", "2013-10-16": "Eid al-Adha Holiday (estimated)", "2013-10-17": "Eid al-Adha Holiday (estimated)", "2013-11-04": "Islamic New Year (estimated)", "2014-01-01": "New Year's Day", "2014-01-13": "Prophet's Birthday (estimated)", "2014-01-14": "Revolution and Youth Day", "2014-03-20": "Independence Day", "2014-04-09": "Martyrs' Day", "2014-05-01": "Labor Day", "2014-07-25": "Republic Day", "2014-07-28": "Eid al-Fitr (estimated)", "2014-07-29": "Eid al-Fitr Holiday (estimated)", "2014-07-30": "Eid al-Fitr Holiday (estimated)", "2014-08-13": "Women's Day", "2014-10-03": "Arafat Day (estimated)", "2014-10-04": "Eid al-Adha (estimated)", "2014-10-05": "Eid al-Adha Holiday (estimated)", "2014-10-06": "Eid al-Adha Holiday (estimated)", "2014-10-15": "Evacuation Day", "2014-10-25": "Islamic New Year (estimated)", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday (estimated)", "2015-01-14": "Revolution and Youth Day", "2015-03-20": "Independence Day", "2015-04-09": "Martyrs' Day", "2015-05-01": "Labor Day", "2015-07-17": "Eid al-Fitr (estimated)", "2015-07-18": "Eid al-Fitr Holiday (estimated)", "2015-07-19": "Eid al-Fitr Holiday (estimated)", "2015-07-25": "Republic Day", "2015-08-13": "Women's Day", "2015-09-22": "Arafat Day (estimated)", "2015-09-23": "Eid al-Adha (estimated)", "2015-09-24": "Eid al-Adha Holiday (estimated)", "2015-09-25": "Eid al-Adha Holiday (estimated)", "2015-10-14": "Islamic New Year (estimated)", "2015-10-15": "Evacuation Day", "2015-12-23": "Prophet's Birthday (estimated)", "2016-01-01": "New Year's Day", "2016-01-14": "Revolution and Youth Day", "2016-03-20": "Independence Day", "2016-04-09": "Martyrs' Day", "2016-05-01": "Labor Day", "2016-07-06": "Eid al-Fitr (estimated)", "2016-07-07": "Eid al-Fitr Holiday (estimated)", "2016-07-08": "Eid al-Fitr Holiday (estimated)", "2016-07-25": "Republic Day", "2016-08-13": "Women's Day", "2016-09-10": "Arafat Day (estimated)", "2016-09-11": "Eid al-Adha (estimated)", "2016-09-12": "Eid al-Adha Holiday (estimated)", "2016-09-13": "Eid al-Adha Holiday (estimated)", "2016-10-02": "Islamic New Year (estimated)", "2016-10-15": "Evacuation Day", "2016-12-11": "Prophet's Birthday (estimated)", "2017-01-01": "New Year's Day", "2017-01-14": "Revolution and Youth Day", "2017-03-20": "Independence Day", "2017-04-09": "Martyrs' Day", "2017-05-01": "Labor Day", "2017-06-25": "Eid al-Fitr (estimated)", "2017-06-26": "Eid al-Fitr Holiday (estimated)", "2017-06-27": "Eid al-Fitr Holiday (estimated)", "2017-07-25": "Republic Day", "2017-08-13": "Women's Day", "2017-08-31": "Arafat Day (estimated)", "2017-09-01": "Eid al-Adha (estimated)", "2017-09-02": "Eid al-Adha Holiday (estimated)", "2017-09-03": "Eid al-Adha Holiday (estimated)", "2017-09-21": "Islamic New Year (estimated)", "2017-10-15": "Evacuation Day", "2017-11-30": "Prophet's Birthday (estimated)", "2018-01-01": "New Year's Day", "2018-01-14": "Revolution and Youth Day", "2018-03-20": "Independence Day", "2018-04-09": "Martyrs' Day", "2018-05-01": "Labor Day", "2018-06-15": "Eid al-Fitr (estimated)", "2018-06-16": "Eid al-Fitr Holiday (estimated)", "2018-06-17": "Eid al-Fitr Holiday (estimated)", "2018-07-25": "Republic Day", "2018-08-13": "Women's Day", "2018-08-20": "Arafat Day (estimated)", "2018-08-21": "Eid al-Adha (estimated)", "2018-08-22": "Eid al-Adha Holiday (estimated)", "2018-08-23": "Eid al-Adha Holiday (estimated)", "2018-09-11": "Islamic New Year (estimated)", "2018-10-15": "Evacuation Day", "2018-11-20": "Prophet's Birthday (estimated)", "2019-01-01": "New Year's Day", "2019-01-14": "Revolution and Youth Day", "2019-03-20": "Independence Day", "2019-04-09": "Martyrs' Day", "2019-05-01": "Labor Day", "2019-06-04": "Eid al-Fitr (estimated)", "2019-06-05": "Eid al-Fitr Holiday (estimated)", "2019-06-06": "Eid al-Fitr Holiday (estimated)", "2019-07-25": "Republic Day", "2019-08-10": "Arafat Day (estimated)", "2019-08-11": "Eid al-Adha (estimated)", "2019-08-12": "Eid al-Adha Holiday (estimated)", "2019-08-13": "Eid al-Adha Holiday (estimated); Women's Day", "2019-08-31": "Islamic New Year (estimated)", "2019-10-15": "Evacuation Day", "2019-11-09": "Prophet's Birthday (estimated)", "2020-01-01": "New Year's Day", "2020-01-14": "Revolution and Youth Day", "2020-03-20": "Independence Day", "2020-04-09": "Martyrs' Day", "2020-05-01": "Labor Day", "2020-05-24": "Eid al-Fitr (estimated)", "2020-05-25": "Eid al-Fitr Holiday (estimated)", "2020-05-26": "Eid al-Fitr Holiday (estimated)", "2020-07-25": "Republic Day", "2020-07-30": "Arafat Day (estimated)", "2020-07-31": "Eid al-Adha (estimated)", "2020-08-01": "Eid al-Adha Holiday (estimated)", "2020-08-02": "Eid al-Adha Holiday (estimated)", "2020-08-13": "Women's Day", "2020-08-20": "Islamic New Year (estimated)", "2020-10-15": "Evacuation Day", "2020-10-29": "Prophet's Birthday (estimated)", "2021-01-01": "New Year's Day", "2021-01-14": "Revolution and Youth Day", "2021-03-20": "Independence Day", "2021-04-09": "Martyrs' Day", "2021-05-01": "Labor Day", "2021-05-13": "Eid al-Fitr (estimated)", "2021-05-14": "Eid al-Fitr Holiday (estimated)", "2021-05-15": "Eid al-Fitr Holiday (estimated)", "2021-07-19": "Arafat Day (estimated)", "2021-07-20": "Eid al-Adha (estimated)", "2021-07-21": "Eid al-Adha Holiday (estimated)", "2021-07-22": "Eid al-Adha Holiday (estimated)", "2021-07-25": "Republic Day", "2021-08-09": "Islamic New Year (estimated)", "2021-08-13": "Women's Day", "2021-10-15": "Evacuation Day", "2021-10-18": "Prophet's Birthday (estimated)", "2022-01-01": "New Year's Day", "2022-01-14": "Revolution and Youth Day", "2022-03-20": "Independence Day", "2022-04-09": "Martyrs' Day", "2022-05-01": "Labor Day", "2022-05-02": "Eid al-Fitr (estimated)", "2022-05-03": "Eid al-Fitr Holiday (estimated)", "2022-05-04": "Eid al-Fitr Holiday (estimated)", "2022-07-08": "Arafat Day (estimated)", "2022-07-09": "Eid al-Adha (estimated)", "2022-07-10": "Eid al-Adha Holiday (estimated)", "2022-07-11": "Eid al-Adha Holiday (estimated)", "2022-07-25": "Republic Day", "2022-07-30": "Islamic New Year (estimated)", "2022-08-13": "Women's Day", "2022-10-08": "Prophet's Birthday (estimated)", "2022-10-15": "Evacuation Day", "2023-01-01": "New Year's Day", "2023-01-14": "Revolution and Youth Day", "2023-03-20": "Independence Day", "2023-04-09": "Martyrs' Day", "2023-04-21": "Eid al-Fitr (estimated)", "2023-04-22": "Eid al-Fitr Holiday (estimated)", "2023-04-23": "Eid al-Fitr Holiday (estimated)", "2023-05-01": "Labor Day", "2023-06-27": "Arafat Day (estimated)", "2023-06-28": "Eid al-Adha (estimated)", "2023-06-29": "Eid al-Adha Holiday (estimated)", "2023-06-30": "Eid al-Adha Holiday (estimated)", "2023-07-19": "Islamic New Year (estimated)", "2023-07-25": "Republic Day", "2023-08-13": "Women's Day", "2023-09-27": "Prophet's Birthday (estimated)", "2023-10-15": "Evacuation Day", "2024-01-01": "New Year's Day", "2024-01-14": "Revolution and Youth Day", "2024-03-20": "Independence Day", "2024-04-09": "Martyrs' Day", "2024-04-10": "Eid al-Fitr (estimated)", "2024-04-11": "Eid al-Fitr Holiday (estimated)", "2024-04-12": "Eid al-Fitr Holiday (estimated)", "2024-05-01": "Labor Day", "2024-06-15": "Arafat Day (estimated)", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha Holiday (estimated)", "2024-06-18": "Eid al-Adha Holiday (estimated)", "2024-07-07": "Islamic New Year (estimated)", "2024-07-25": "Republic Day", "2024-08-13": "Women's Day", "2024-09-15": "Prophet's Birthday (estimated)", "2024-10-15": "Evacuation Day", "2025-01-01": "New Year's Day", "2025-01-14": "Revolution and Youth Day", "2025-03-20": "Independence Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr Holiday (estimated)", "2025-04-01": "Eid al-Fitr Holiday (estimated)", "2025-04-09": "Martyrs' Day", "2025-05-01": "Labor Day", "2025-06-05": "Arafat Day (estimated)", "2025-06-06": "Eid al-Adha (estimated)", "2025-06-07": "Eid al-Adha Holiday (estimated)", "2025-06-08": "Eid al-Adha Holiday (estimated)", "2025-06-26": "Islamic New Year (estimated)", "2025-07-25": "Republic Day", "2025-08-13": "Women's Day", "2025-09-04": "Prophet's Birthday (estimated)", "2025-10-15": "Evacuation Day", "2026-01-01": "New Year's Day", "2026-01-14": "Revolution and Youth Day", "2026-03-20": "Eid al-Fitr (estimated); Independence Day", "2026-03-21": "Eid al-Fitr Holiday (estimated)", "2026-03-22": "Eid al-Fitr Holiday (estimated)", "2026-04-09": "Martyrs' Day", "2026-05-01": "Labor Day", "2026-05-26": "Arafat Day (estimated)", "2026-05-27": "Eid al-Adha (estimated)", "2026-05-28": "Eid al-Adha Holiday (estimated)", "2026-05-29": "Eid al-Adha Holiday (estimated)", "2026-06-16": "Islamic New Year (estimated)", "2026-07-25": "Republic Day", "2026-08-13": "Women's Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-10-15": "Evacuation Day", "2027-01-01": "New Year's Day", "2027-01-14": "Revolution and Youth Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-10": "Eid al-Fitr Holiday (estimated)", "2027-03-11": "Eid al-Fitr Holiday (estimated)", "2027-03-20": "Independence Day", "2027-04-09": "Martyrs' Day", "2027-05-01": "Labor Day", "2027-05-15": "Arafat Day (estimated)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha Holiday (estimated)", "2027-05-18": "Eid al-Adha Holiday (estimated)", "2027-06-06": "Islamic New Year (estimated)", "2027-07-25": "Republic Day", "2027-08-13": "Women's Day", "2027-08-14": "Prophet's Birthday (estimated)", "2027-10-15": "Evacuation Day", "2028-01-01": "New Year's Day", "2028-01-14": "Revolution and Youth Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-27": "Eid al-Fitr Holiday (estimated)", "2028-02-28": "Eid al-Fitr Holiday (estimated)", "2028-03-20": "Independence Day", "2028-04-09": "Martyrs' Day", "2028-05-01": "Labor Day", "2028-05-04": "Arafat Day (estimated)", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-06": "Eid al-Adha Holiday (estimated)", "2028-05-07": "Eid al-Adha Holiday (estimated)", "2028-05-25": "Islamic New Year (estimated)", "2028-07-25": "Republic Day", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-13": "Women's Day", "2028-10-15": "Evacuation Day", "2029-01-01": "New Year's Day", "2029-01-14": "Revolution and Youth Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-02-15": "Eid al-Fitr Holiday (estimated)", "2029-02-16": "Eid al-Fitr Holiday (estimated)", "2029-03-20": "Independence Day", "2029-04-09": "Martyrs' Day", "2029-04-23": "Arafat Day (estimated)", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-25": "Eid al-Adha Holiday (estimated)", "2029-04-26": "Eid al-Adha Holiday (estimated)", "2029-05-01": "Labor Day", "2029-05-14": "Islamic New Year (estimated)", "2029-07-24": "Prophet's Birthday (estimated)", "2029-07-25": "Republic Day", "2029-08-13": "Women's Day", "2029-10-15": "Evacuation Day", "2030-01-01": "New Year's Day", "2030-01-14": "Revolution and Youth Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-02-05": "Eid al-Fitr Holiday (estimated)", "2030-02-06": "Eid al-Fitr Holiday (estimated)", "2030-03-20": "Independence Day", "2030-04-09": "Martyrs' Day", "2030-04-12": "Arafat Day (estimated)", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-14": "Eid al-Adha Holiday (estimated)", "2030-04-15": "Eid al-Adha Holiday (estimated)", "2030-05-01": "Labor Day", "2030-05-03": "Islamic New Year (estimated)", "2030-07-13": "Prophet's Birthday (estimated)", "2030-07-25": "Republic Day", "2030-08-13": "Women's Day", "2030-10-15": "Evacuation Day", "2031-01-01": "New Year's Day", "2031-01-14": "Revolution and Youth Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-01-25": "Eid al-Fitr Holiday (estimated)", "2031-01-26": "Eid al-Fitr Holiday (estimated)", "2031-03-20": "Independence Day", "2031-04-01": "Arafat Day (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-03": "Eid al-Adha Holiday (estimated)", "2031-04-04": "Eid al-Adha Holiday (estimated)", "2031-04-09": "Martyrs' Day", "2031-04-23": "Islamic New Year (estimated)", "2031-05-01": "Labor Day", "2031-07-02": "Prophet's Birthday (estimated)", "2031-07-25": "Republic Day", "2031-08-13": "Women's Day", "2031-10-15": "Evacuation Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated); Revolution and Youth Day", "2032-01-15": "Eid al-Fitr Holiday (estimated)", "2032-01-16": "Eid al-Fitr Holiday (estimated)", "2032-03-20": "Independence Day", "2032-03-21": "Arafat Day (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Eid al-Adha Holiday (estimated)", "2032-03-24": "Eid al-Adha Holiday (estimated)", "2032-04-09": "Martyrs' Day", "2032-04-11": "Islamic New Year (estimated)", "2032-05-01": "Labor Day", "2032-06-20": "Prophet's Birthday (estimated)", "2032-07-25": "Republic Day", "2032-08-13": "Women's Day", "2032-10-15": "Evacuation Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr Holiday (estimated)", "2033-01-04": "Eid al-Fitr Holiday (estimated)", "2033-01-14": "Revolution and Youth Day", "2033-03-10": "Arafat Day (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha Holiday (estimated)", "2033-03-13": "Eid al-Adha Holiday (estimated)", "2033-03-20": "Independence Day", "2033-04-01": "Islamic New Year (estimated)", "2033-04-09": "Martyrs' Day", "2033-05-01": "Labor Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-07-25": "Republic Day", "2033-08-13": "Women's Day", "2033-10-15": "Evacuation Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr Holiday (estimated)", "2033-12-25": "Eid al-Fitr Holiday (estimated)", "2034-01-01": "New Year's Day", "2034-01-14": "Revolution and Youth Day", "2034-02-28": "Arafat Day (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha Holiday (estimated)", "2034-03-03": "Eid al-Adha Holiday (estimated)", "2034-03-20": "Independence Day", "2034-03-21": "Islamic New Year (estimated)", "2034-04-09": "Martyrs' Day", "2034-05-01": "Labor Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-07-25": "Republic Day", "2034-08-13": "Women's Day", "2034-10-15": "Evacuation Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr Holiday (estimated)", "2034-12-14": "Eid al-Fitr Holiday (estimated)", "2035-01-01": "New Year's Day", "2035-01-14": "Revolution and Youth Day", "2035-02-17": "Arafat Day (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha Holiday (estimated)", "2035-02-20": "Eid al-Adha Holiday (estimated)", "2035-03-11": "Islamic New Year (estimated)", "2035-03-20": "Independence Day", "2035-04-09": "Martyrs' Day", "2035-05-01": "Labor Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-07-25": "Republic Day", "2035-08-13": "Women's Day", "2035-10-15": "Evacuation Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr Holiday (estimated)", "2035-12-03": "Eid al-Fitr Holiday (estimated)", "2036-01-01": "New Year's Day", "2036-01-14": "Revolution and Youth Day", "2036-02-06": "Arafat Day (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha Holiday (estimated)", "2036-02-09": "Eid al-Adha Holiday (estimated)", "2036-02-28": "Islamic New Year (estimated)", "2036-03-20": "Independence Day", "2036-04-09": "Martyrs' Day", "2036-05-01": "Labor Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-07-25": "Republic Day", "2036-08-13": "Women's Day", "2036-10-15": "Evacuation Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr Holiday (estimated)", "2036-11-21": "Eid al-Fitr Holiday (estimated)", "2037-01-01": "New Year's Day", "2037-01-14": "Revolution and Youth Day", "2037-01-25": "Arafat Day (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha Holiday (estimated)", "2037-01-28": "Eid al-Adha Holiday (estimated)", "2037-02-16": "Islamic New Year (estimated)", "2037-03-20": "Independence Day", "2037-04-09": "Martyrs' Day", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Labor Day", "2037-07-25": "Republic Day", "2037-08-13": "Women's Day", "2037-10-15": "Evacuation Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr Holiday (estimated)", "2037-11-10": "Eid al-Fitr Holiday (estimated)", "2038-01-01": "New Year's Day", "2038-01-14": "Revolution and Youth Day", "2038-01-15": "Arafat Day (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha Holiday (estimated)", "2038-01-18": "Eid al-Adha Holiday (estimated)", "2038-02-05": "Islamic New Year (estimated)", "2038-03-20": "Independence Day", "2038-04-09": "Martyrs' Day", "2038-04-17": "Prophet's Birthday (estimated)", "2038-05-01": "Labor Day", "2038-07-25": "Republic Day", "2038-08-13": "Women's Day", "2038-10-15": "Evacuation Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-10-30": "Eid al-Fitr Holiday (estimated)", "2038-10-31": "Eid al-Fitr Holiday (estimated)", "2039-01-01": "New Year's Day", "2039-01-04": "Arafat Day (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha Holiday (estimated)", "2039-01-07": "Eid al-Adha Holiday (estimated)", "2039-01-14": "Revolution and Youth Day", "2039-01-26": "Islamic New Year (estimated)", "2039-03-20": "Independence Day", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-09": "Martyrs' Day", "2039-05-01": "Labor Day", "2039-07-25": "Republic Day", "2039-08-13": "Women's Day", "2039-10-15": "Evacuation Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr Holiday (estimated)", "2039-10-21": "Eid al-Fitr Holiday (estimated)", "2039-12-25": "Arafat Day (estimated)", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha Holiday (estimated)", "2039-12-28": "Eid al-Adha Holiday (estimated)", "2040-01-01": "New Year's Day", "2040-01-14": "Revolution and Youth Day", "2040-01-15": "Islamic New Year (estimated)", "2040-03-20": "Independence Day", "2040-03-25": "Prophet's Birthday (estimated)", "2040-04-09": "Martyrs' Day", "2040-05-01": "Labor Day", "2040-07-25": "Republic Day", "2040-08-13": "Women's Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr Holiday (estimated)", "2040-10-09": "Eid al-Fitr Holiday (estimated)", "2040-10-15": "Evacuation Day", "2040-12-13": "Arafat Day (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha Holiday (estimated)", "2040-12-16": "Eid al-Adha Holiday (estimated)", "2041-01-01": "New Year's Day", "2041-01-04": "Islamic New Year (estimated)", "2041-01-14": "Revolution and Youth Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-03-20": "Independence Day", "2041-04-09": "Martyrs' Day", "2041-05-01": "Labor Day", "2041-07-25": "Republic Day", "2041-08-13": "Women's Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr Holiday (estimated)", "2041-09-28": "Eid al-Fitr Holiday (estimated)", "2041-10-15": "Evacuation Day", "2041-12-03": "Arafat Day (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha Holiday (estimated)", "2041-12-06": "Eid al-Adha Holiday (estimated)", "2041-12-24": "Islamic New Year (estimated)", "2042-01-01": "New Year's Day", "2042-01-14": "Revolution and Youth Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-03-20": "Independence Day", "2042-04-09": "Martyrs' Day", "2042-05-01": "Labor Day", "2042-07-25": "Republic Day", "2042-08-13": "Women's Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr Holiday (estimated)", "2042-09-17": "Eid al-Fitr Holiday (estimated)", "2042-10-15": "Evacuation Day", "2042-11-22": "Arafat Day (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha Holiday (estimated)", "2042-11-25": "Eid al-Adha Holiday (estimated)", "2042-12-14": "Islamic New Year (estimated)", "2043-01-01": "New Year's Day", "2043-01-14": "Revolution and Youth Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-20": "Independence Day", "2043-04-09": "Martyrs' Day", "2043-05-01": "Labor Day", "2043-07-25": "Republic Day", "2043-08-13": "Women's Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr Holiday (estimated)", "2043-09-06": "Eid al-Fitr Holiday (estimated)", "2043-10-15": "Evacuation Day", "2043-11-11": "Arafat Day (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha Holiday (estimated)", "2043-11-14": "Eid al-Adha Holiday (estimated)", "2043-12-03": "Islamic New Year (estimated)", "2044-01-01": "New Year's Day", "2044-01-14": "Revolution and Youth Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-03-20": "Independence Day", "2044-04-09": "Martyrs' Day", "2044-05-01": "Labor Day", "2044-07-25": "Republic Day", "2044-08-13": "Women's Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr Holiday (estimated)", "2044-08-26": "Eid al-Fitr Holiday (estimated)", "2044-10-15": "Evacuation Day", "2044-10-30": "Arafat Day (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha Holiday (estimated)", "2044-11-02": "Eid al-Adha Holiday (estimated)", "2044-11-21": "Islamic New Year (estimated)", "2045-01-01": "New Year's Day", "2045-01-14": "Revolution and Youth Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-03-20": "Independence Day", "2045-04-09": "Martyrs' Day", "2045-05-01": "Labor Day", "2045-07-25": "Republic Day", "2045-08-13": "Women's Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr Holiday (estimated)", "2045-08-16": "Eid al-Fitr Holiday (estimated)", "2045-10-15": "Evacuation Day", "2045-10-20": "Arafat Day (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha Holiday (estimated)", "2045-10-23": "Eid al-Adha Holiday (estimated)", "2045-11-10": "Islamic New Year (estimated)", "2046-01-01": "New Year's Day", "2046-01-14": "Revolution and Youth Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-03-20": "Independence Day", "2046-04-09": "Martyrs' Day", "2046-05-01": "Labor Day", "2046-07-25": "Republic Day", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr Holiday (estimated)", "2046-08-05": "Eid al-Fitr Holiday (estimated)", "2046-08-13": "Women's Day", "2046-10-09": "Arafat Day (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha Holiday (estimated)", "2046-10-12": "Eid al-Adha Holiday (estimated)", "2046-10-15": "Evacuation Day", "2046-10-31": "Islamic New Year (estimated)", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-14": "Revolution and Youth Day", "2047-03-20": "Independence Day", "2047-04-09": "Martyrs' Day", "2047-05-01": "Labor Day", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr Holiday (estimated); Republic Day", "2047-07-26": "Eid al-Fitr Holiday (estimated)", "2047-08-13": "Women's Day", "2047-09-29": "Arafat Day (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha Holiday (estimated)", "2047-10-02": "Eid al-Adha Holiday (estimated)", "2047-10-15": "Evacuation Day", "2047-10-20": "Islamic New Year (estimated)", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-01-14": "Revolution and Youth Day", "2048-03-20": "Independence Day", "2048-04-09": "Martyrs' Day", "2048-05-01": "Labor Day", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr Holiday (estimated)", "2048-07-14": "Eid al-Fitr Holiday (estimated)", "2048-07-25": "Republic Day", "2048-08-13": "Women's Day", "2048-09-18": "Arafat Day (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha Holiday (estimated)", "2048-09-21": "Eid al-Adha Holiday (estimated)", "2048-10-09": "Islamic New Year (estimated)", "2048-10-15": "Evacuation Day", "2048-12-18": "Prophet's Birthday (estimated)", "2049-01-01": "New Year's Day", "2049-01-14": "Revolution and Youth Day", "2049-03-20": "Independence Day", "2049-04-09": "Martyrs' Day", "2049-05-01": "Labor Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr Holiday (estimated)", "2049-07-03": "Eid al-Fitr Holiday (estimated)", "2049-07-25": "Republic Day", "2049-08-13": "Women's Day", "2049-09-07": "Arafat Day (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha Holiday (estimated)", "2049-09-10": "Eid al-Adha Holiday (estimated)", "2049-09-28": "Islamic New Year (estimated)", "2049-10-15": "Evacuation Day", "2049-12-07": "Prophet's Birthday (estimated)", "2050-01-01": "New Year's Day", "2050-01-14": "Revolution and Youth Day", "2050-03-20": "Independence Day", "2050-04-09": "Martyrs' Day", "2050-05-01": "Labor Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr Holiday (estimated)", "2050-06-22": "Eid al-Fitr Holiday (estimated)", "2050-07-25": "Republic Day", "2050-08-13": "Women's Day", "2050-08-27": "Arafat Day (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha Holiday (estimated)", "2050-08-30": "Eid al-Adha Holiday (estimated)", "2050-09-17": "Islamic New Year (estimated)", "2050-10-15": "Evacuation Day", "2050-11-26": "Prophet's Birthday (estimated)" } holidays-0.71/snapshots/countries/TO_COMMON.json000066400000000000000000001022031500152103600215660ustar00rootroot00000000000000{ "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-04-25": "Anzac Day", "1989-05-04": "Birthday of the Heir to the Crown of Tonga", "1989-06-04": "Emancipation Day", "1989-06-05": "Emancipation Day (observed)", "1989-07-04": "Birthday of the Reigning Sovereign of Tonga", "1989-11-04": "Constitution Day", "1989-12-04": "Anniversary of the Coronation of HM King George Tupou I", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-25": "Anzac Day", "1990-05-04": "Birthday of the Heir to the Crown of Tonga", "1990-06-04": "Emancipation Day", "1990-07-04": "Birthday of the Reigning Sovereign of Tonga", "1990-11-04": "Constitution Day", "1990-11-05": "Constitution Day (observed)", "1990-12-04": "Anniversary of the Coronation of HM King George Tupou I", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-25": "Anzac Day", "1991-05-04": "Birthday of the Heir to the Crown of Tonga", "1991-06-04": "Emancipation Day", "1991-07-04": "Birthday of the Reigning Sovereign of Tonga", "1991-11-04": "Constitution Day", "1991-12-04": "Anniversary of the Coronation of HM King George Tupou I", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-25": "Anzac Day", "1992-05-04": "Birthday of the Heir to the Crown of Tonga", "1992-06-04": "Emancipation Day", "1992-07-04": "Birthday of the Reigning Sovereign of Tonga", "1992-11-04": "Constitution Day", "1992-12-04": "Anniversary of the Coronation of HM King George Tupou I", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-25": "Anzac Day", "1993-04-26": "Anzac Day (observed)", "1993-05-04": "Birthday of the Heir to the Crown of Tonga", "1993-06-04": "Emancipation Day", "1993-07-04": "Birthday of the Reigning Sovereign of Tonga", "1993-07-05": "Birthday of the Reigning Sovereign of Tonga (observed)", "1993-11-04": "Constitution Day", "1993-12-04": "Anniversary of the Coronation of HM King George Tupou I", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-25": "Anzac Day", "1994-05-04": "Birthday of the Heir to the Crown of Tonga", "1994-06-04": "Emancipation Day", "1994-07-04": "Birthday of the Reigning Sovereign of Tonga", "1994-11-04": "Constitution Day", "1994-12-04": "Anniversary of the Coronation of HM King George Tupou I", "1994-12-05": "Anniversary of the Coronation of HM King George Tupou I (observed)", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Boxing Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-25": "Anzac Day", "1995-05-04": "Birthday of the Heir to the Crown of Tonga", "1995-06-04": "Emancipation Day", "1995-06-05": "Emancipation Day (observed)", "1995-07-04": "Birthday of the Reigning Sovereign of Tonga", "1995-11-04": "Constitution Day", "1995-12-04": "Anniversary of the Coronation of HM King George Tupou I", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-25": "Anzac Day", "1996-05-04": "Birthday of the Heir to the Crown of Tonga", "1996-06-04": "Emancipation Day", "1996-07-04": "Birthday of the Reigning Sovereign of Tonga", "1996-11-04": "Constitution Day", "1996-12-04": "Anniversary of the Coronation of HM King George Tupou I", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-25": "Anzac Day", "1997-05-04": "Birthday of the Heir to the Crown of Tonga", "1997-05-05": "Birthday of the Heir to the Crown of Tonga (observed)", "1997-06-04": "Emancipation Day", "1997-07-04": "Birthday of the Reigning Sovereign of Tonga", "1997-11-04": "Constitution Day", "1997-12-04": "Anniversary of the Coronation of HM King George Tupou I", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-25": "Anzac Day", "1998-05-04": "Birthday of the Heir to the Crown of Tonga", "1998-06-04": "Emancipation Day", "1998-07-04": "Birthday of the Reigning Sovereign of Tonga", "1998-11-04": "Constitution Day", "1998-12-04": "Anniversary of the Coronation of HM King George Tupou I", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-25": "Anzac Day", "1999-04-26": "Anzac Day (observed)", "1999-05-04": "Birthday of the Heir to the Crown of Tonga", "1999-06-04": "Emancipation Day", "1999-07-04": "Birthday of the Reigning Sovereign of Tonga", "1999-07-05": "Birthday of the Reigning Sovereign of Tonga (observed)", "1999-11-04": "Constitution Day", "1999-12-04": "Anniversary of the Coronation of HM King George Tupou I", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-04-25": "Anzac Day", "2000-05-04": "Birthday of the Heir to the Crown of Tonga", "2000-06-04": "Emancipation Day", "2000-06-05": "Emancipation Day (observed)", "2000-07-04": "Birthday of the Reigning Sovereign of Tonga", "2000-11-04": "Constitution Day", "2000-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-25": "Anzac Day", "2001-05-04": "Birthday of the Heir to the Crown of Tonga", "2001-06-04": "Emancipation Day", "2001-07-04": "Birthday of the Reigning Sovereign of Tonga", "2001-11-04": "Constitution Day", "2001-11-05": "Constitution Day (observed)", "2001-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-25": "Anzac Day", "2002-05-04": "Birthday of the Heir to the Crown of Tonga", "2002-06-04": "Emancipation Day", "2002-07-04": "Birthday of the Reigning Sovereign of Tonga", "2002-11-04": "Constitution Day", "2002-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-25": "Anzac Day", "2003-05-04": "Birthday of the Heir to the Crown of Tonga", "2003-05-05": "Birthday of the Heir to the Crown of Tonga (observed)", "2003-06-04": "Emancipation Day", "2003-07-04": "Birthday of the Reigning Sovereign of Tonga", "2003-11-04": "Constitution Day", "2003-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-25": "Anzac Day", "2004-04-26": "Anzac Day (observed)", "2004-05-04": "Birthday of the Heir to the Crown of Tonga", "2004-06-04": "Emancipation Day", "2004-07-04": "Birthday of the Reigning Sovereign of Tonga", "2004-07-05": "Birthday of the Reigning Sovereign of Tonga (observed)", "2004-11-04": "Constitution Day", "2004-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-25": "Anzac Day", "2005-05-04": "Birthday of the Heir to the Crown of Tonga", "2005-06-04": "Emancipation Day", "2005-07-04": "Birthday of the Reigning Sovereign of Tonga", "2005-11-04": "Constitution Day", "2005-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2005-12-05": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Boxing Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-25": "Anzac Day", "2006-05-04": "Birthday of the Heir to the Crown of Tonga", "2006-06-04": "Emancipation Day", "2006-06-05": "Emancipation Day (observed)", "2006-07-04": "Birthday of the Reigning Sovereign of Tonga", "2006-11-04": "Constitution Day", "2006-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-25": "Anzac Day", "2007-05-04": "Birthday of the Reigning Sovereign of Tonga", "2007-06-04": "Emancipation Day", "2007-07-12": "Birthday of the Heir to the Crown of Tonga", "2007-11-04": "Constitution Day", "2007-11-05": "Constitution Day (observed)", "2007-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-25": "Anzac Day", "2008-05-04": "Birthday of the Reigning Sovereign of Tonga", "2008-05-05": "Birthday of the Reigning Sovereign of Tonga (observed)", "2008-06-04": "Emancipation Day", "2008-07-12": "Birthday of the Heir to the Crown of Tonga", "2008-08-01": "Anniversary of the Coronation Day of the reigning Sovereign of Tonga", "2008-11-04": "Constitution Day", "2008-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-25": "Anzac Day", "2009-05-04": "Birthday of the Reigning Sovereign of Tonga", "2009-06-04": "Emancipation Day", "2009-07-12": "Birthday of the Heir to the Crown of Tonga", "2009-07-13": "Birthday of the Heir to the Crown of Tonga (observed)", "2009-08-01": "Anniversary of the Coronation Day of the reigning Sovereign of Tonga", "2009-11-04": "Constitution Day", "2009-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-25": "Anzac Day", "2010-04-26": "Anzac Day (observed)", "2010-05-04": "Birthday of the Reigning Sovereign of Tonga", "2010-06-07": "Emancipation Day (observed)", "2010-07-12": "Birthday of the Heir to the Crown of Tonga", "2010-08-02": "Anniversary of the Coronation Day of the reigning Sovereign of Tonga (observed)", "2010-11-08": "Constitution Day (observed)", "2010-12-06": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Anzac Day; Easter Monday", "2011-05-02": "Birthday of the Reigning Sovereign of Tonga (observed)", "2011-06-06": "Emancipation Day (observed)", "2011-07-11": "Birthday of the Heir to the Crown of Tonga (observed)", "2011-08-01": "Anniversary of the Coronation Day of the reigning Sovereign of Tonga", "2011-11-07": "Constitution Day (observed)", "2011-12-05": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-25": "Anzac Day", "2012-06-04": "Emancipation Day", "2012-09-17": "Birthday of the Heir to the Crown of Tonga", "2012-11-05": "Constitution Day (observed)", "2012-12-03": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-25": "Anzac Day", "2013-06-03": "Emancipation Day (observed)", "2013-07-04": "Birthday of the Reigning Sovereign of Tonga", "2013-09-17": "Birthday of the Heir to the Crown of Tonga", "2013-11-04": "Constitution Day", "2013-12-02": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-25": "Anzac Day", "2014-06-02": "Emancipation Day (observed)", "2014-07-04": "Birthday of the Reigning Sovereign of Tonga", "2014-09-17": "Birthday of the Heir to the Crown of Tonga", "2014-11-03": "Constitution Day (observed)", "2014-12-08": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-25": "Anzac Day", "2015-06-08": "Emancipation Day (observed)", "2015-07-04": "Birthday of the Reigning Sovereign of Tonga", "2015-09-17": "Birthday of the Heir to the Crown of Tonga", "2015-11-02": "Constitution Day (observed)", "2015-12-07": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-25": "Anzac Day", "2016-06-06": "Emancipation Day (observed)", "2016-07-04": "Birthday of the Reigning Sovereign of Tonga", "2016-09-17": "Birthday of the Heir to the Crown of Tonga", "2016-11-07": "Constitution Day (observed)", "2016-12-05": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-25": "Anzac Day", "2017-06-05": "Emancipation Day (observed)", "2017-07-04": "Birthday of the Reigning Sovereign of Tonga", "2017-09-17": "Birthday of the Heir to the Crown of Tonga", "2017-09-18": "Birthday of the Heir to the Crown of Tonga (observed)", "2017-11-06": "Constitution Day (observed)", "2017-11-29": "Tonga Rugby Public Holiday", "2017-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-25": "Anzac Day", "2018-06-04": "Emancipation Day", "2018-07-04": "Birthday of the Reigning Sovereign of Tonga", "2018-09-17": "Birthday of the Heir to the Crown of Tonga", "2018-11-05": "Constitution Day (observed)", "2018-12-03": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-25": "Anzac Day", "2019-06-03": "Emancipation Day (observed)", "2019-07-04": "Birthday of the Reigning Sovereign of Tonga", "2019-09-17": "Birthday of the Heir to the Crown of Tonga", "2019-09-19": "State Funeral of 'Akilisi Pohiva", "2019-11-04": "Constitution Day", "2019-11-15": "Tonga Rugby Public Holiday", "2019-12-02": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-25": "Anzac Day", "2020-06-08": "Emancipation Day (observed)", "2020-07-04": "Birthday of the Reigning Sovereign of Tonga", "2020-09-17": "Birthday of the Heir to the Crown of Tonga", "2020-11-02": "Constitution Day (observed)", "2020-12-07": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-25": "Anzac Day", "2021-06-07": "Emancipation Day (observed)", "2021-07-04": "Birthday of the Reigning Sovereign of Tonga", "2021-07-05": "Birthday of the Reigning Sovereign of Tonga (observed)", "2021-09-17": "Birthday of the Heir to the Crown of Tonga", "2021-11-08": "Constitution Day (observed)", "2021-12-06": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-25": "Anzac Day", "2022-06-06": "Emancipation Day (observed)", "2022-07-04": "Birthday of the Reigning Sovereign of Tonga", "2022-09-17": "Birthday of the Heir to the Crown of Tonga", "2022-11-07": "Constitution Day (observed)", "2022-12-05": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-25": "Anzac Day", "2023-06-05": "Emancipation Day (observed)", "2023-07-04": "Birthday of the Reigning Sovereign of Tonga", "2023-09-17": "Birthday of the Heir to the Crown of Tonga", "2023-09-18": "Birthday of the Heir to the Crown of Tonga (observed)", "2023-11-06": "Constitution Day (observed)", "2023-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-25": "Anzac Day", "2024-06-03": "Emancipation Day (observed)", "2024-07-04": "Birthday of the Reigning Sovereign of Tonga", "2024-09-17": "Birthday of the Heir to the Crown of Tonga", "2024-11-04": "Constitution Day", "2024-12-02": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-25": "Anzac Day", "2025-06-02": "Emancipation Day (observed)", "2025-07-04": "Birthday of the Reigning Sovereign of Tonga", "2025-09-17": "Birthday of the Heir to the Crown of Tonga", "2025-11-03": "Constitution Day (observed)", "2025-12-08": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-25": "Anzac Day", "2026-06-08": "Emancipation Day (observed)", "2026-07-04": "Birthday of the Reigning Sovereign of Tonga", "2026-09-17": "Birthday of the Heir to the Crown of Tonga", "2026-11-02": "Constitution Day (observed)", "2026-12-07": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-25": "Anzac Day", "2027-06-07": "Emancipation Day (observed)", "2027-07-04": "Birthday of the Reigning Sovereign of Tonga", "2027-07-05": "Birthday of the Reigning Sovereign of Tonga (observed)", "2027-09-17": "Birthday of the Heir to the Crown of Tonga", "2027-11-08": "Constitution Day (observed)", "2027-12-06": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-25": "Anzac Day", "2028-06-05": "Emancipation Day (observed)", "2028-07-04": "Birthday of the Reigning Sovereign of Tonga", "2028-09-17": "Birthday of the Heir to the Crown of Tonga", "2028-09-18": "Birthday of the Heir to the Crown of Tonga (observed)", "2028-11-06": "Constitution Day (observed)", "2028-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-25": "Anzac Day", "2029-06-04": "Emancipation Day", "2029-07-04": "Birthday of the Reigning Sovereign of Tonga", "2029-09-17": "Birthday of the Heir to the Crown of Tonga", "2029-11-05": "Constitution Day (observed)", "2029-12-03": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-25": "Anzac Day", "2030-06-03": "Emancipation Day (observed)", "2030-07-04": "Birthday of the Reigning Sovereign of Tonga", "2030-09-17": "Birthday of the Heir to the Crown of Tonga", "2030-11-04": "Constitution Day", "2030-12-02": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-25": "Anzac Day", "2031-06-02": "Emancipation Day (observed)", "2031-07-04": "Birthday of the Reigning Sovereign of Tonga", "2031-09-17": "Birthday of the Heir to the Crown of Tonga", "2031-11-03": "Constitution Day (observed)", "2031-12-08": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-25": "Anzac Day", "2032-06-07": "Emancipation Day (observed)", "2032-07-04": "Birthday of the Reigning Sovereign of Tonga", "2032-07-05": "Birthday of the Reigning Sovereign of Tonga (observed)", "2032-09-17": "Birthday of the Heir to the Crown of Tonga", "2032-11-08": "Constitution Day (observed)", "2032-12-06": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-25": "Anzac Day", "2033-06-06": "Emancipation Day (observed)", "2033-07-04": "Birthday of the Reigning Sovereign of Tonga", "2033-09-17": "Birthday of the Heir to the Crown of Tonga", "2033-11-07": "Constitution Day (observed)", "2033-12-05": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-25": "Anzac Day", "2034-06-05": "Emancipation Day (observed)", "2034-07-04": "Birthday of the Reigning Sovereign of Tonga", "2034-09-17": "Birthday of the Heir to the Crown of Tonga", "2034-09-18": "Birthday of the Heir to the Crown of Tonga (observed)", "2034-11-06": "Constitution Day (observed)", "2034-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-25": "Anzac Day", "2035-06-04": "Emancipation Day", "2035-07-04": "Birthday of the Reigning Sovereign of Tonga", "2035-09-17": "Birthday of the Heir to the Crown of Tonga", "2035-11-05": "Constitution Day (observed)", "2035-12-03": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-25": "Anzac Day", "2036-06-02": "Emancipation Day (observed)", "2036-07-04": "Birthday of the Reigning Sovereign of Tonga", "2036-09-17": "Birthday of the Heir to the Crown of Tonga", "2036-11-03": "Constitution Day (observed)", "2036-12-08": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-25": "Anzac Day", "2037-06-08": "Emancipation Day (observed)", "2037-07-04": "Birthday of the Reigning Sovereign of Tonga", "2037-09-17": "Birthday of the Heir to the Crown of Tonga", "2037-11-02": "Constitution Day (observed)", "2037-12-07": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-25": "Anzac Day", "2038-04-26": "Easter Monday", "2038-06-07": "Emancipation Day (observed)", "2038-07-04": "Birthday of the Reigning Sovereign of Tonga", "2038-07-05": "Birthday of the Reigning Sovereign of Tonga (observed)", "2038-09-17": "Birthday of the Heir to the Crown of Tonga", "2038-11-08": "Constitution Day (observed)", "2038-12-06": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-25": "Anzac Day", "2039-06-06": "Emancipation Day (observed)", "2039-07-04": "Birthday of the Reigning Sovereign of Tonga", "2039-09-17": "Birthday of the Heir to the Crown of Tonga", "2039-11-07": "Constitution Day (observed)", "2039-12-05": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-25": "Anzac Day", "2040-06-04": "Emancipation Day", "2040-07-04": "Birthday of the Reigning Sovereign of Tonga", "2040-09-17": "Birthday of the Heir to the Crown of Tonga", "2040-11-05": "Constitution Day (observed)", "2040-12-03": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-25": "Anzac Day", "2041-06-03": "Emancipation Day (observed)", "2041-07-04": "Birthday of the Reigning Sovereign of Tonga", "2041-09-17": "Birthday of the Heir to the Crown of Tonga", "2041-11-04": "Constitution Day", "2041-12-02": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-25": "Anzac Day", "2042-06-02": "Emancipation Day (observed)", "2042-07-04": "Birthday of the Reigning Sovereign of Tonga", "2042-09-17": "Birthday of the Heir to the Crown of Tonga", "2042-11-03": "Constitution Day (observed)", "2042-12-08": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-25": "Anzac Day", "2043-06-08": "Emancipation Day (observed)", "2043-07-04": "Birthday of the Reigning Sovereign of Tonga", "2043-09-17": "Birthday of the Heir to the Crown of Tonga", "2043-11-02": "Constitution Day (observed)", "2043-12-07": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-25": "Anzac Day", "2044-06-06": "Emancipation Day (observed)", "2044-07-04": "Birthday of the Reigning Sovereign of Tonga", "2044-09-17": "Birthday of the Heir to the Crown of Tonga", "2044-11-07": "Constitution Day (observed)", "2044-12-05": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-25": "Anzac Day", "2045-06-05": "Emancipation Day (observed)", "2045-07-04": "Birthday of the Reigning Sovereign of Tonga", "2045-09-17": "Birthday of the Heir to the Crown of Tonga", "2045-09-18": "Birthday of the Heir to the Crown of Tonga (observed)", "2045-11-06": "Constitution Day (observed)", "2045-12-04": "Anniversary of the Coronation of HM King George Tupou I", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-25": "Anzac Day", "2046-06-04": "Emancipation Day", "2046-07-04": "Birthday of the Reigning Sovereign of Tonga", "2046-09-17": "Birthday of the Heir to the Crown of Tonga", "2046-11-05": "Constitution Day (observed)", "2046-12-03": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-25": "Anzac Day", "2047-06-03": "Emancipation Day (observed)", "2047-07-04": "Birthday of the Reigning Sovereign of Tonga", "2047-09-17": "Birthday of the Heir to the Crown of Tonga", "2047-11-04": "Constitution Day", "2047-12-02": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-25": "Anzac Day", "2048-06-08": "Emancipation Day (observed)", "2048-07-04": "Birthday of the Reigning Sovereign of Tonga", "2048-09-17": "Birthday of the Heir to the Crown of Tonga", "2048-11-02": "Constitution Day (observed)", "2048-12-07": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-25": "Anzac Day", "2049-06-07": "Emancipation Day (observed)", "2049-07-04": "Birthday of the Reigning Sovereign of Tonga", "2049-07-05": "Birthday of the Reigning Sovereign of Tonga (observed)", "2049-09-17": "Birthday of the Heir to the Crown of Tonga", "2049-11-08": "Constitution Day (observed)", "2049-12-06": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-25": "Anzac Day", "2050-06-06": "Emancipation Day (observed)", "2050-07-04": "Birthday of the Reigning Sovereign of Tonga", "2050-09-17": "Birthday of the Heir to the Crown of Tonga", "2050-11-07": "Constitution Day (observed)", "2050-12-05": "Anniversary of the Coronation of HM King George Tupou I (observed)", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day" } holidays-0.71/snapshots/countries/TR_COMMON.json000066400000000000000000002041171500152103600216000ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-23": "National Sovereignty Day", "1950-05-19": "Youth and Sports Day", "1950-07-15": "Eid al-Fitr (from 1pm)", "1950-07-16": "Eid al-Fitr", "1950-07-17": "Eid al-Fitr", "1950-07-18": "Eid al-Fitr", "1950-08-30": "Victory Day", "1950-09-22": "Eid al-Adha (from 1pm)", "1950-09-23": "Eid al-Adha", "1950-09-24": "Eid al-Adha", "1950-09-25": "Eid al-Adha", "1950-09-26": "Eid al-Adha", "1950-10-28": "Republic Day (from 1pm)", "1950-10-29": "Republic Day", "1950-10-30": "Republic Day", "1951-01-01": "New Year's Day", "1951-04-23": "National Sovereignty Day", "1951-05-19": "Youth and Sports Day", "1951-07-05": "Eid al-Fitr (from 1pm)", "1951-07-06": "Eid al-Fitr", "1951-07-07": "Eid al-Fitr", "1951-07-08": "Eid al-Fitr", "1951-08-30": "Victory Day", "1951-09-11": "Eid al-Adha (from 1pm)", "1951-09-12": "Eid al-Adha", "1951-09-13": "Eid al-Adha", "1951-09-14": "Eid al-Adha", "1951-09-15": "Eid al-Adha", "1951-10-28": "Republic Day (from 1pm)", "1951-10-29": "Republic Day", "1951-10-30": "Republic Day", "1952-01-01": "New Year's Day", "1952-04-23": "National Sovereignty Day", "1952-05-19": "Youth and Sports Day", "1952-06-23": "Eid al-Fitr (from 1pm)", "1952-06-24": "Eid al-Fitr", "1952-06-25": "Eid al-Fitr", "1952-06-26": "Eid al-Fitr", "1952-08-30": "Eid al-Adha (from 1pm); Victory Day", "1952-08-31": "Eid al-Adha", "1952-09-01": "Eid al-Adha", "1952-09-02": "Eid al-Adha", "1952-09-03": "Eid al-Adha", "1952-10-28": "Republic Day (from 1pm)", "1952-10-29": "Republic Day", "1952-10-30": "Republic Day", "1953-01-01": "New Year's Day", "1953-04-23": "National Sovereignty Day", "1953-05-19": "Youth and Sports Day", "1953-06-12": "Eid al-Fitr (from 1pm)", "1953-06-13": "Eid al-Fitr", "1953-06-14": "Eid al-Fitr", "1953-06-15": "Eid al-Fitr", "1953-08-19": "Eid al-Adha (from 1pm)", "1953-08-20": "Eid al-Adha", "1953-08-21": "Eid al-Adha", "1953-08-22": "Eid al-Adha", "1953-08-23": "Eid al-Adha", "1953-08-30": "Victory Day", "1953-10-28": "Republic Day (from 1pm)", "1953-10-29": "Republic Day", "1953-10-30": "Republic Day", "1954-01-01": "New Year's Day", "1954-04-23": "National Sovereignty Day", "1954-05-19": "Youth and Sports Day", "1954-06-01": "Eid al-Fitr (from 1pm)", "1954-06-02": "Eid al-Fitr", "1954-06-03": "Eid al-Fitr", "1954-06-04": "Eid al-Fitr", "1954-08-08": "Eid al-Adha (from 1pm)", "1954-08-09": "Eid al-Adha", "1954-08-10": "Eid al-Adha", "1954-08-11": "Eid al-Adha", "1954-08-12": "Eid al-Adha", "1954-08-30": "Victory Day", "1954-10-28": "Republic Day (from 1pm)", "1954-10-29": "Republic Day", "1954-10-30": "Republic Day", "1955-01-01": "New Year's Day", "1955-04-23": "National Sovereignty Day", "1955-05-19": "Youth and Sports Day", "1955-05-22": "Eid al-Fitr (from 1pm)", "1955-05-23": "Eid al-Fitr", "1955-05-24": "Eid al-Fitr", "1955-05-25": "Eid al-Fitr", "1955-07-29": "Eid al-Adha (from 1pm)", "1955-07-30": "Eid al-Adha", "1955-07-31": "Eid al-Adha", "1955-08-01": "Eid al-Adha", "1955-08-02": "Eid al-Adha", "1955-08-30": "Victory Day", "1955-10-28": "Republic Day (from 1pm)", "1955-10-29": "Republic Day", "1955-10-30": "Republic Day", "1956-01-01": "New Year's Day", "1956-04-23": "National Sovereignty Day", "1956-05-11": "Eid al-Fitr (from 1pm)", "1956-05-12": "Eid al-Fitr", "1956-05-13": "Eid al-Fitr", "1956-05-14": "Eid al-Fitr", "1956-05-19": "Youth and Sports Day", "1956-07-18": "Eid al-Adha (from 1pm)", "1956-07-19": "Eid al-Adha", "1956-07-20": "Eid al-Adha", "1956-07-21": "Eid al-Adha", "1956-07-22": "Eid al-Adha", "1956-08-30": "Victory Day", "1956-10-28": "Republic Day (from 1pm)", "1956-10-29": "Republic Day", "1956-10-30": "Republic Day", "1957-01-01": "New Year's Day", "1957-04-23": "National Sovereignty Day", "1957-04-30": "Eid al-Fitr (from 1pm)", "1957-05-01": "Eid al-Fitr", "1957-05-02": "Eid al-Fitr", "1957-05-03": "Eid al-Fitr", "1957-05-19": "Youth and Sports Day", "1957-07-07": "Eid al-Adha (from 1pm)", "1957-07-08": "Eid al-Adha", "1957-07-09": "Eid al-Adha", "1957-07-10": "Eid al-Adha", "1957-07-11": "Eid al-Adha", "1957-08-30": "Victory Day", "1957-10-28": "Republic Day (from 1pm)", "1957-10-29": "Republic Day", "1957-10-30": "Republic Day", "1958-01-01": "New Year's Day", "1958-04-19": "Eid al-Fitr (from 1pm)", "1958-04-20": "Eid al-Fitr", "1958-04-21": "Eid al-Fitr", "1958-04-22": "Eid al-Fitr", "1958-04-23": "National Sovereignty Day", "1958-05-19": "Youth and Sports Day", "1958-06-27": "Eid al-Adha (from 1pm)", "1958-06-28": "Eid al-Adha", "1958-06-29": "Eid al-Adha", "1958-06-30": "Eid al-Adha", "1958-07-01": "Eid al-Adha", "1958-08-30": "Victory Day", "1958-10-28": "Republic Day (from 1pm)", "1958-10-29": "Republic Day", "1958-10-30": "Republic Day", "1959-01-01": "New Year's Day", "1959-04-08": "Eid al-Fitr (from 1pm)", "1959-04-09": "Eid al-Fitr", "1959-04-10": "Eid al-Fitr", "1959-04-11": "Eid al-Fitr", "1959-04-23": "National Sovereignty Day", "1959-05-19": "Youth and Sports Day", "1959-06-16": "Eid al-Adha (from 1pm)", "1959-06-17": "Eid al-Adha", "1959-06-18": "Eid al-Adha", "1959-06-19": "Eid al-Adha", "1959-06-20": "Eid al-Adha", "1959-08-30": "Victory Day", "1959-10-28": "Republic Day (from 1pm)", "1959-10-29": "Republic Day", "1959-10-30": "Republic Day", "1960-01-01": "New Year's Day", "1960-03-28": "Eid al-Fitr (from 1pm)", "1960-03-29": "Eid al-Fitr", "1960-03-30": "Eid al-Fitr", "1960-03-31": "Eid al-Fitr", "1960-04-23": "National Sovereignty Day", "1960-05-19": "Youth and Sports Day", "1960-06-04": "Eid al-Adha (from 1pm)", "1960-06-05": "Eid al-Adha", "1960-06-06": "Eid al-Adha", "1960-06-07": "Eid al-Adha", "1960-06-08": "Eid al-Adha", "1960-08-30": "Victory Day", "1960-10-28": "Republic Day (from 1pm)", "1960-10-29": "Republic Day", "1960-10-30": "Republic Day", "1961-01-01": "New Year's Day", "1961-03-17": "Eid al-Fitr (from 1pm)", "1961-03-18": "Eid al-Fitr", "1961-03-19": "Eid al-Fitr", "1961-03-20": "Eid al-Fitr", "1961-04-23": "National Sovereignty Day", "1961-05-19": "Youth and Sports Day", "1961-05-24": "Eid al-Adha (from 1pm)", "1961-05-25": "Eid al-Adha", "1961-05-26": "Eid al-Adha", "1961-05-27": "Eid al-Adha", "1961-05-28": "Eid al-Adha", "1961-08-30": "Victory Day", "1961-10-28": "Republic Day (from 1pm)", "1961-10-29": "Republic Day", "1961-10-30": "Republic Day", "1962-01-01": "New Year's Day", "1962-03-07": "Eid al-Fitr (from 1pm)", "1962-03-08": "Eid al-Fitr", "1962-03-09": "Eid al-Fitr", "1962-03-10": "Eid al-Fitr", "1962-04-23": "National Sovereignty Day", "1962-05-13": "Eid al-Adha (from 1pm)", "1962-05-14": "Eid al-Adha", "1962-05-15": "Eid al-Adha", "1962-05-16": "Eid al-Adha", "1962-05-17": "Eid al-Adha", "1962-05-19": "Youth and Sports Day", "1962-08-30": "Victory Day", "1962-10-28": "Republic Day (from 1pm)", "1962-10-29": "Republic Day", "1962-10-30": "Republic Day", "1963-01-01": "New Year's Day", "1963-02-24": "Eid al-Fitr (from 1pm)", "1963-02-25": "Eid al-Fitr", "1963-02-26": "Eid al-Fitr", "1963-02-27": "Eid al-Fitr", "1963-04-23": "National Sovereignty Day", "1963-05-03": "Eid al-Adha (from 1pm)", "1963-05-04": "Eid al-Adha", "1963-05-05": "Eid al-Adha", "1963-05-06": "Eid al-Adha", "1963-05-07": "Eid al-Adha", "1963-05-19": "Youth and Sports Day", "1963-05-27": "Freedom and Constitution Day", "1963-08-30": "Victory Day", "1963-10-28": "Republic Day (from 1pm)", "1963-10-29": "Republic Day", "1963-10-30": "Republic Day", "1964-01-01": "New Year's Day", "1964-02-14": "Eid al-Fitr (from 1pm)", "1964-02-15": "Eid al-Fitr", "1964-02-16": "Eid al-Fitr", "1964-02-17": "Eid al-Fitr", "1964-04-22": "Eid al-Adha (from 1pm)", "1964-04-23": "Eid al-Adha; National Sovereignty Day", "1964-04-24": "Eid al-Adha", "1964-04-25": "Eid al-Adha", "1964-04-26": "Eid al-Adha", "1964-05-19": "Youth and Sports Day", "1964-05-27": "Freedom and Constitution Day", "1964-08-30": "Victory Day", "1964-10-28": "Republic Day (from 1pm)", "1964-10-29": "Republic Day", "1964-10-30": "Republic Day", "1965-01-01": "New Year's Day", "1965-02-02": "Eid al-Fitr (from 1pm)", "1965-02-03": "Eid al-Fitr", "1965-02-04": "Eid al-Fitr", "1965-02-05": "Eid al-Fitr", "1965-04-11": "Eid al-Adha (from 1pm)", "1965-04-12": "Eid al-Adha", "1965-04-13": "Eid al-Adha", "1965-04-14": "Eid al-Adha", "1965-04-15": "Eid al-Adha", "1965-04-23": "National Sovereignty Day", "1965-05-19": "Youth and Sports Day", "1965-05-27": "Freedom and Constitution Day", "1965-08-30": "Victory Day", "1965-10-28": "Republic Day (from 1pm)", "1965-10-29": "Republic Day", "1965-10-30": "Republic Day", "1966-01-01": "New Year's Day", "1966-01-22": "Eid al-Fitr (from 1pm)", "1966-01-23": "Eid al-Fitr", "1966-01-24": "Eid al-Fitr", "1966-01-25": "Eid al-Fitr", "1966-03-31": "Eid al-Adha (from 1pm)", "1966-04-01": "Eid al-Adha", "1966-04-02": "Eid al-Adha", "1966-04-03": "Eid al-Adha", "1966-04-04": "Eid al-Adha", "1966-04-23": "National Sovereignty Day", "1966-05-19": "Youth and Sports Day", "1966-05-27": "Freedom and Constitution Day", "1966-08-30": "Victory Day", "1966-10-28": "Republic Day (from 1pm)", "1966-10-29": "Republic Day", "1966-10-30": "Republic Day", "1967-01-01": "New Year's Day", "1967-01-11": "Eid al-Fitr (from 1pm)", "1967-01-12": "Eid al-Fitr", "1967-01-13": "Eid al-Fitr", "1967-01-14": "Eid al-Fitr", "1967-03-20": "Eid al-Adha (from 1pm)", "1967-03-21": "Eid al-Adha", "1967-03-22": "Eid al-Adha", "1967-03-23": "Eid al-Adha", "1967-03-24": "Eid al-Adha", "1967-04-23": "National Sovereignty Day", "1967-05-19": "Youth and Sports Day", "1967-05-27": "Freedom and Constitution Day", "1967-08-30": "Victory Day", "1967-10-28": "Republic Day (from 1pm)", "1967-10-29": "Republic Day", "1967-10-30": "Republic Day", "1968-01-01": "Eid al-Fitr; New Year's Day", "1968-01-02": "Eid al-Fitr", "1968-01-03": "Eid al-Fitr", "1968-03-09": "Eid al-Adha (from 1pm)", "1968-03-10": "Eid al-Adha", "1968-03-11": "Eid al-Adha", "1968-03-12": "Eid al-Adha", "1968-03-13": "Eid al-Adha", "1968-04-23": "National Sovereignty Day", "1968-05-19": "Youth and Sports Day", "1968-05-27": "Freedom and Constitution Day", "1968-08-30": "Victory Day", "1968-10-28": "Republic Day (from 1pm)", "1968-10-29": "Republic Day", "1968-10-30": "Republic Day", "1968-12-20": "Eid al-Fitr (from 1pm)", "1968-12-21": "Eid al-Fitr", "1968-12-22": "Eid al-Fitr", "1968-12-23": "Eid al-Fitr", "1969-01-01": "New Year's Day", "1969-02-26": "Eid al-Adha (from 1pm)", "1969-02-27": "Eid al-Adha", "1969-02-28": "Eid al-Adha", "1969-03-01": "Eid al-Adha", "1969-03-02": "Eid al-Adha", "1969-04-23": "National Sovereignty Day", "1969-05-19": "Youth and Sports Day", "1969-05-27": "Freedom and Constitution Day", "1969-08-30": "Victory Day", "1969-10-28": "Republic Day (from 1pm)", "1969-10-29": "Republic Day", "1969-10-30": "Republic Day", "1969-12-10": "Eid al-Fitr (from 1pm)", "1969-12-11": "Eid al-Fitr", "1969-12-12": "Eid al-Fitr", "1969-12-13": "Eid al-Fitr", "1970-01-01": "New Year's Day", "1970-02-16": "Eid al-Adha (from 1pm)", "1970-02-17": "Eid al-Adha", "1970-02-18": "Eid al-Adha", "1970-02-19": "Eid al-Adha", "1970-02-20": "Eid al-Adha", "1970-04-23": "National Sovereignty Day", "1970-05-19": "Youth and Sports Day", "1970-05-27": "Freedom and Constitution Day", "1970-08-30": "Victory Day", "1970-10-28": "Republic Day (from 1pm)", "1970-10-29": "Republic Day", "1970-10-30": "Republic Day", "1970-11-30": "Eid al-Fitr (from 1pm)", "1970-12-01": "Eid al-Fitr", "1970-12-02": "Eid al-Fitr", "1970-12-03": "Eid al-Fitr", "1971-01-01": "New Year's Day", "1971-02-05": "Eid al-Adha (from 1pm)", "1971-02-06": "Eid al-Adha", "1971-02-07": "Eid al-Adha", "1971-02-08": "Eid al-Adha", "1971-02-09": "Eid al-Adha", "1971-04-23": "National Sovereignty Day", "1971-05-19": "Youth and Sports Day", "1971-05-27": "Freedom and Constitution Day", "1971-08-30": "Victory Day", "1971-10-28": "Republic Day (from 1pm)", "1971-10-29": "Republic Day", "1971-10-30": "Republic Day", "1971-11-19": "Eid al-Fitr (from 1pm)", "1971-11-20": "Eid al-Fitr", "1971-11-21": "Eid al-Fitr", "1971-11-22": "Eid al-Fitr", "1972-01-01": "New Year's Day", "1972-01-26": "Eid al-Adha (from 1pm)", "1972-01-27": "Eid al-Adha", "1972-01-28": "Eid al-Adha", "1972-01-29": "Eid al-Adha", "1972-01-30": "Eid al-Adha", "1972-04-23": "National Sovereignty Day", "1972-05-19": "Youth and Sports Day", "1972-05-27": "Freedom and Constitution Day", "1972-08-30": "Victory Day", "1972-10-28": "Republic Day (from 1pm)", "1972-10-29": "Republic Day", "1972-10-30": "Republic Day", "1972-11-07": "Eid al-Fitr (from 1pm)", "1972-11-08": "Eid al-Fitr", "1972-11-09": "Eid al-Fitr", "1972-11-10": "Eid al-Fitr", "1973-01-01": "New Year's Day", "1973-01-14": "Eid al-Adha (from 1pm)", "1973-01-15": "Eid al-Adha", "1973-01-16": "Eid al-Adha", "1973-01-17": "Eid al-Adha", "1973-01-18": "Eid al-Adha", "1973-04-23": "National Sovereignty Day", "1973-05-19": "Youth and Sports Day", "1973-05-27": "Freedom and Constitution Day", "1973-08-30": "Victory Day", "1973-10-27": "Eid al-Fitr (from 1pm)", "1973-10-28": "Eid al-Fitr; Republic Day (from 1pm)", "1973-10-29": "Eid al-Fitr; Republic Day", "1973-10-30": "Eid al-Fitr; Republic Day", "1974-01-01": "New Year's Day", "1974-01-03": "Eid al-Adha (from 1pm)", "1974-01-04": "Eid al-Adha", "1974-01-05": "Eid al-Adha", "1974-01-06": "Eid al-Adha", "1974-01-07": "Eid al-Adha", "1974-04-23": "National Sovereignty Day", "1974-05-19": "Youth and Sports Day", "1974-05-27": "Freedom and Constitution Day", "1974-08-30": "Victory Day", "1974-10-16": "Eid al-Fitr (from 1pm)", "1974-10-17": "Eid al-Fitr", "1974-10-18": "Eid al-Fitr", "1974-10-19": "Eid al-Fitr", "1974-10-28": "Republic Day (from 1pm)", "1974-10-29": "Republic Day", "1974-10-30": "Republic Day", "1974-12-23": "Eid al-Adha (from 1pm)", "1974-12-24": "Eid al-Adha", "1974-12-25": "Eid al-Adha", "1974-12-26": "Eid al-Adha", "1974-12-27": "Eid al-Adha", "1975-01-01": "New Year's Day", "1975-04-23": "National Sovereignty Day", "1975-05-19": "Youth and Sports Day", "1975-05-27": "Freedom and Constitution Day", "1975-08-30": "Victory Day", "1975-10-05": "Eid al-Fitr (from 1pm)", "1975-10-06": "Eid al-Fitr", "1975-10-07": "Eid al-Fitr", "1975-10-08": "Eid al-Fitr", "1975-10-28": "Republic Day (from 1pm)", "1975-10-29": "Republic Day", "1975-10-30": "Republic Day", "1975-12-12": "Eid al-Adha (from 1pm)", "1975-12-13": "Eid al-Adha", "1975-12-14": "Eid al-Adha", "1975-12-15": "Eid al-Adha", "1975-12-16": "Eid al-Adha", "1976-01-01": "New Year's Day", "1976-04-23": "National Sovereignty Day", "1976-05-19": "Youth and Sports Day", "1976-05-27": "Freedom and Constitution Day", "1976-08-30": "Victory Day", "1976-09-24": "Eid al-Fitr (from 1pm)", "1976-09-25": "Eid al-Fitr", "1976-09-26": "Eid al-Fitr", "1976-09-27": "Eid al-Fitr", "1976-10-28": "Republic Day (from 1pm)", "1976-10-29": "Republic Day", "1976-10-30": "Republic Day", "1976-12-01": "Eid al-Adha (from 1pm)", "1976-12-02": "Eid al-Adha", "1976-12-03": "Eid al-Adha", "1976-12-04": "Eid al-Adha", "1976-12-05": "Eid al-Adha", "1977-01-01": "New Year's Day", "1977-04-23": "National Sovereignty Day", "1977-05-19": "Youth and Sports Day", "1977-05-27": "Freedom and Constitution Day", "1977-08-30": "Victory Day", "1977-09-14": "Eid al-Fitr (from 1pm)", "1977-09-15": "Eid al-Fitr", "1977-09-16": "Eid al-Fitr", "1977-09-17": "Eid al-Fitr", "1977-10-28": "Republic Day (from 1pm)", "1977-10-29": "Republic Day", "1977-10-30": "Republic Day", "1977-11-21": "Eid al-Adha (from 1pm)", "1977-11-22": "Eid al-Adha", "1977-11-23": "Eid al-Adha", "1977-11-24": "Eid al-Adha", "1977-11-25": "Eid al-Adha", "1978-01-01": "New Year's Day", "1978-04-23": "National Sovereignty Day", "1978-05-19": "Youth and Sports Day", "1978-05-27": "Freedom and Constitution Day", "1978-08-30": "Victory Day", "1978-09-03": "Eid al-Fitr (from 1pm)", "1978-09-04": "Eid al-Fitr", "1978-09-05": "Eid al-Fitr", "1978-09-06": "Eid al-Fitr", "1978-10-28": "Republic Day (from 1pm)", "1978-10-29": "Republic Day", "1978-10-30": "Republic Day", "1978-11-10": "Eid al-Adha (from 1pm)", "1978-11-11": "Eid al-Adha", "1978-11-12": "Eid al-Adha", "1978-11-13": "Eid al-Adha", "1978-11-14": "Eid al-Adha", "1979-01-01": "New Year's Day", "1979-04-23": "National Sovereignty Day", "1979-05-19": "Youth and Sports Day", "1979-05-27": "Freedom and Constitution Day", "1979-08-23": "Eid al-Fitr (from 1pm)", "1979-08-24": "Eid al-Fitr", "1979-08-25": "Eid al-Fitr", "1979-08-26": "Eid al-Fitr", "1979-08-30": "Victory Day", "1979-10-28": "Republic Day (from 1pm)", "1979-10-29": "Republic Day", "1979-10-30": "Eid al-Adha (from 1pm); Republic Day", "1979-10-31": "Eid al-Adha", "1979-11-01": "Eid al-Adha", "1979-11-02": "Eid al-Adha", "1979-11-03": "Eid al-Adha", "1980-01-01": "New Year's Day", "1980-04-23": "National Sovereignty Day", "1980-05-19": "Youth and Sports Day", "1980-05-27": "Freedom and Constitution Day", "1980-08-11": "Eid al-Fitr (from 1pm)", "1980-08-12": "Eid al-Fitr", "1980-08-13": "Eid al-Fitr", "1980-08-14": "Eid al-Fitr", "1980-08-30": "Victory Day", "1980-10-18": "Eid al-Adha (from 1pm)", "1980-10-19": "Eid al-Adha", "1980-10-20": "Eid al-Adha", "1980-10-21": "Eid al-Adha", "1980-10-22": "Eid al-Adha", "1980-10-28": "Republic Day (from 1pm)", "1980-10-29": "Republic Day", "1980-10-30": "Republic Day", "1981-01-01": "New Year's Day", "1981-04-23": "National Sovereignty and Children's Day", "1981-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1981-07-31": "Eid al-Fitr (from 1pm)", "1981-08-01": "Eid al-Fitr", "1981-08-02": "Eid al-Fitr", "1981-08-03": "Eid al-Fitr", "1981-08-30": "Victory Day", "1981-10-07": "Eid al-Adha (from 1pm)", "1981-10-08": "Eid al-Adha", "1981-10-09": "Eid al-Adha", "1981-10-10": "Eid al-Adha", "1981-10-11": "Eid al-Adha", "1981-10-28": "Republic Day (from 1pm)", "1981-10-29": "Republic Day", "1982-01-01": "New Year's Day", "1982-04-23": "National Sovereignty and Children's Day", "1982-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1982-07-21": "Eid al-Fitr (from 1pm)", "1982-07-22": "Eid al-Fitr", "1982-07-23": "Eid al-Fitr", "1982-07-24": "Eid al-Fitr", "1982-08-30": "Victory Day", "1982-09-26": "Eid al-Adha (from 1pm)", "1982-09-27": "Eid al-Adha", "1982-09-28": "Eid al-Adha", "1982-09-29": "Eid al-Adha", "1982-09-30": "Eid al-Adha", "1982-10-28": "Republic Day (from 1pm)", "1982-10-29": "Republic Day", "1983-01-01": "New Year's Day", "1983-04-23": "National Sovereignty and Children's Day", "1983-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1983-07-11": "Eid al-Fitr (from 1pm)", "1983-07-12": "Eid al-Fitr", "1983-07-13": "Eid al-Fitr", "1983-07-14": "Eid al-Fitr", "1983-08-30": "Victory Day", "1983-09-16": "Eid al-Adha (from 1pm)", "1983-09-17": "Eid al-Adha", "1983-09-18": "Eid al-Adha", "1983-09-19": "Eid al-Adha", "1983-09-20": "Eid al-Adha", "1983-10-28": "Republic Day (from 1pm)", "1983-10-29": "Republic Day", "1984-01-01": "New Year's Day", "1984-04-23": "National Sovereignty and Children's Day", "1984-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1984-06-29": "Eid al-Fitr (from 1pm)", "1984-06-30": "Eid al-Fitr", "1984-07-01": "Eid al-Fitr", "1984-07-02": "Eid al-Fitr", "1984-08-30": "Victory Day", "1984-09-05": "Eid al-Adha (from 1pm)", "1984-09-06": "Eid al-Adha", "1984-09-07": "Eid al-Adha", "1984-09-08": "Eid al-Adha", "1984-09-09": "Eid al-Adha", "1984-10-28": "Republic Day (from 1pm)", "1984-10-29": "Republic Day", "1985-01-01": "New Year's Day", "1985-04-23": "National Sovereignty and Children's Day", "1985-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1985-06-19": "Eid al-Fitr (from 1pm)", "1985-06-20": "Eid al-Fitr", "1985-06-21": "Eid al-Fitr", "1985-06-22": "Eid al-Fitr", "1985-08-25": "Eid al-Adha (from 1pm)", "1985-08-26": "Eid al-Adha", "1985-08-27": "Eid al-Adha", "1985-08-28": "Eid al-Adha", "1985-08-29": "Eid al-Adha", "1985-08-30": "Victory Day", "1985-10-28": "Republic Day (from 1pm)", "1985-10-29": "Republic Day", "1986-01-01": "New Year's Day", "1986-04-23": "National Sovereignty and Children's Day", "1986-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1986-06-08": "Eid al-Fitr (from 1pm)", "1986-06-09": "Eid al-Fitr", "1986-06-10": "Eid al-Fitr", "1986-06-11": "Eid al-Fitr", "1986-08-15": "Eid al-Adha (from 1pm)", "1986-08-16": "Eid al-Adha", "1986-08-17": "Eid al-Adha", "1986-08-18": "Eid al-Adha", "1986-08-19": "Eid al-Adha", "1986-08-30": "Victory Day", "1986-10-28": "Republic Day (from 1pm)", "1986-10-29": "Republic Day", "1987-01-01": "New Year's Day", "1987-04-23": "National Sovereignty and Children's Day", "1987-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1987-05-28": "Eid al-Fitr (from 1pm)", "1987-05-29": "Eid al-Fitr", "1987-05-30": "Eid al-Fitr", "1987-05-31": "Eid al-Fitr", "1987-08-04": "Eid al-Adha (from 1pm)", "1987-08-05": "Eid al-Adha", "1987-08-06": "Eid al-Adha", "1987-08-07": "Eid al-Adha", "1987-08-08": "Eid al-Adha", "1987-08-30": "Victory Day", "1987-10-28": "Republic Day (from 1pm)", "1987-10-29": "Republic Day", "1988-01-01": "New Year's Day", "1988-04-23": "National Sovereignty and Children's Day", "1988-05-16": "Eid al-Fitr (from 1pm)", "1988-05-17": "Eid al-Fitr", "1988-05-18": "Eid al-Fitr", "1988-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day; Eid al-Fitr", "1988-07-23": "Eid al-Adha (from 1pm)", "1988-07-24": "Eid al-Adha", "1988-07-25": "Eid al-Adha", "1988-07-26": "Eid al-Adha", "1988-07-27": "Eid al-Adha", "1988-08-30": "Victory Day", "1988-10-28": "Republic Day (from 1pm)", "1988-10-29": "Republic Day", "1989-01-01": "New Year's Day", "1989-04-23": "National Sovereignty and Children's Day", "1989-05-05": "Eid al-Fitr (from 1pm)", "1989-05-06": "Eid al-Fitr", "1989-05-07": "Eid al-Fitr", "1989-05-08": "Eid al-Fitr", "1989-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1989-07-12": "Eid al-Adha (from 1pm)", "1989-07-13": "Eid al-Adha", "1989-07-14": "Eid al-Adha", "1989-07-15": "Eid al-Adha", "1989-07-16": "Eid al-Adha", "1989-08-30": "Victory Day", "1989-10-28": "Republic Day (from 1pm)", "1989-10-29": "Republic Day", "1990-01-01": "New Year's Day", "1990-04-23": "National Sovereignty and Children's Day", "1990-04-25": "Eid al-Fitr (from 1pm)", "1990-04-26": "Eid al-Fitr", "1990-04-27": "Eid al-Fitr", "1990-04-28": "Eid al-Fitr", "1990-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1990-07-02": "Eid al-Adha (from 1pm)", "1990-07-03": "Eid al-Adha", "1990-07-04": "Eid al-Adha", "1990-07-05": "Eid al-Adha", "1990-07-06": "Eid al-Adha", "1990-08-30": "Victory Day", "1990-10-28": "Republic Day (from 1pm)", "1990-10-29": "Republic Day", "1991-01-01": "New Year's Day", "1991-04-15": "Eid al-Fitr (from 1pm)", "1991-04-16": "Eid al-Fitr", "1991-04-17": "Eid al-Fitr", "1991-04-18": "Eid al-Fitr", "1991-04-23": "National Sovereignty and Children's Day", "1991-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1991-06-22": "Eid al-Adha (from 1pm)", "1991-06-23": "Eid al-Adha", "1991-06-24": "Eid al-Adha", "1991-06-25": "Eid al-Adha", "1991-06-26": "Eid al-Adha", "1991-08-30": "Victory Day", "1991-10-28": "Republic Day (from 1pm)", "1991-10-29": "Republic Day", "1992-01-01": "New Year's Day", "1992-04-03": "Eid al-Fitr (from 1pm)", "1992-04-04": "Eid al-Fitr", "1992-04-05": "Eid al-Fitr", "1992-04-06": "Eid al-Fitr", "1992-04-23": "National Sovereignty and Children's Day", "1992-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1992-06-10": "Eid al-Adha (from 1pm)", "1992-06-11": "Eid al-Adha", "1992-06-12": "Eid al-Adha", "1992-06-13": "Eid al-Adha", "1992-06-14": "Eid al-Adha", "1992-08-30": "Victory Day", "1992-10-28": "Republic Day (from 1pm)", "1992-10-29": "Republic Day", "1993-01-01": "New Year's Day", "1993-03-23": "Eid al-Fitr (from 1pm)", "1993-03-24": "Eid al-Fitr", "1993-03-25": "Eid al-Fitr", "1993-03-26": "Eid al-Fitr", "1993-04-23": "National Sovereignty and Children's Day", "1993-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1993-05-31": "Eid al-Adha (from 1pm)", "1993-06-01": "Eid al-Adha", "1993-06-02": "Eid al-Adha", "1993-06-03": "Eid al-Adha", "1993-06-04": "Eid al-Adha", "1993-08-30": "Victory Day", "1993-10-28": "Republic Day (from 1pm)", "1993-10-29": "Republic Day", "1994-01-01": "New Year's Day", "1994-03-12": "Eid al-Fitr (from 1pm)", "1994-03-13": "Eid al-Fitr", "1994-03-14": "Eid al-Fitr", "1994-03-15": "Eid al-Fitr", "1994-04-23": "National Sovereignty and Children's Day", "1994-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1994-05-20": "Eid al-Adha (from 1pm)", "1994-05-21": "Eid al-Adha", "1994-05-22": "Eid al-Adha", "1994-05-23": "Eid al-Adha", "1994-05-24": "Eid al-Adha", "1994-08-30": "Victory Day", "1994-10-28": "Republic Day (from 1pm)", "1994-10-29": "Republic Day", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (from 1pm)", "1995-03-03": "Eid al-Fitr", "1995-03-04": "Eid al-Fitr", "1995-03-05": "Eid al-Fitr", "1995-04-23": "National Sovereignty and Children's Day", "1995-05-09": "Eid al-Adha (from 1pm)", "1995-05-10": "Eid al-Adha", "1995-05-11": "Eid al-Adha", "1995-05-12": "Eid al-Adha", "1995-05-13": "Eid al-Adha", "1995-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1995-08-30": "Victory Day", "1995-10-28": "Republic Day (from 1pm)", "1995-10-29": "Republic Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (from 1pm)", "1996-02-20": "Eid al-Fitr", "1996-02-21": "Eid al-Fitr", "1996-02-22": "Eid al-Fitr", "1996-04-23": "National Sovereignty and Children's Day", "1996-04-27": "Eid al-Adha (from 1pm)", "1996-04-28": "Eid al-Adha", "1996-04-29": "Eid al-Adha", "1996-04-30": "Eid al-Adha", "1996-05-01": "Eid al-Adha", "1996-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1996-08-30": "Victory Day", "1996-10-28": "Republic Day (from 1pm)", "1996-10-29": "Republic Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (from 1pm)", "1997-02-09": "Eid al-Fitr", "1997-02-10": "Eid al-Fitr", "1997-02-11": "Eid al-Fitr", "1997-04-17": "Eid al-Adha (from 1pm)", "1997-04-18": "Eid al-Adha", "1997-04-19": "Eid al-Adha", "1997-04-20": "Eid al-Adha", "1997-04-21": "Eid al-Adha", "1997-04-23": "National Sovereignty and Children's Day", "1997-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1997-08-30": "Victory Day", "1997-10-28": "Republic Day (from 1pm)", "1997-10-29": "Republic Day", "1998-01-01": "New Year's Day", "1998-01-28": "Eid al-Fitr (from 1pm)", "1998-01-29": "Eid al-Fitr", "1998-01-30": "Eid al-Fitr", "1998-01-31": "Eid al-Fitr", "1998-04-06": "Eid al-Adha (from 1pm)", "1998-04-07": "Eid al-Adha", "1998-04-08": "Eid al-Adha", "1998-04-09": "Eid al-Adha", "1998-04-10": "Eid al-Adha", "1998-04-23": "National Sovereignty and Children's Day", "1998-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1998-08-30": "Victory Day", "1998-10-28": "Republic Day (from 1pm)", "1998-10-29": "Republic Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (from 1pm)", "1999-01-19": "Eid al-Fitr", "1999-01-20": "Eid al-Fitr", "1999-01-21": "Eid al-Fitr", "1999-03-27": "Eid al-Adha (from 1pm)", "1999-03-28": "Eid al-Adha", "1999-03-29": "Eid al-Adha", "1999-03-30": "Eid al-Adha", "1999-03-31": "Eid al-Adha", "1999-04-23": "National Sovereignty and Children's Day", "1999-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "1999-08-30": "Victory Day", "1999-10-28": "Republic Day (from 1pm)", "1999-10-29": "Republic Day", "1999-12-31": "Public holiday", "2000-01-01": "New Year's Day", "2000-01-07": "Eid al-Fitr (from 1pm)", "2000-01-08": "Eid al-Fitr", "2000-01-09": "Eid al-Fitr", "2000-01-10": "Eid al-Fitr", "2000-03-15": "Eid al-Adha (from 1pm)", "2000-03-16": "Eid al-Adha", "2000-03-17": "Eid al-Adha", "2000-03-18": "Eid al-Adha", "2000-03-19": "Eid al-Adha", "2000-04-23": "National Sovereignty and Children's Day", "2000-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2000-08-30": "Victory Day", "2000-10-28": "Republic Day (from 1pm)", "2000-10-29": "Republic Day", "2000-12-26": "Eid al-Fitr (from 1pm)", "2000-12-27": "Eid al-Fitr", "2000-12-28": "Eid al-Fitr", "2000-12-29": "Eid al-Fitr", "2001-01-01": "New Year's Day", "2001-03-04": "Eid al-Adha (from 1pm)", "2001-03-05": "Eid al-Adha", "2001-03-06": "Eid al-Adha", "2001-03-07": "Eid al-Adha", "2001-03-08": "Eid al-Adha", "2001-04-23": "National Sovereignty and Children's Day", "2001-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2001-08-30": "Victory Day", "2001-10-28": "Republic Day (from 1pm)", "2001-10-29": "Republic Day", "2001-12-15": "Eid al-Fitr (from 1pm)", "2001-12-16": "Eid al-Fitr", "2001-12-17": "Eid al-Fitr", "2001-12-18": "Eid al-Fitr", "2002-01-01": "New Year's Day", "2002-02-21": "Eid al-Adha (from 1pm)", "2002-02-22": "Eid al-Adha", "2002-02-23": "Eid al-Adha", "2002-02-24": "Eid al-Adha", "2002-02-25": "Eid al-Adha", "2002-04-23": "National Sovereignty and Children's Day", "2002-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2002-08-30": "Victory Day", "2002-10-28": "Republic Day (from 1pm)", "2002-10-29": "Republic Day", "2002-12-04": "Eid al-Fitr (from 1pm)", "2002-12-05": "Eid al-Fitr", "2002-12-06": "Eid al-Fitr", "2002-12-07": "Eid al-Fitr", "2003-01-01": "New Year's Day", "2003-02-10": "Eid al-Adha (from 1pm)", "2003-02-11": "Eid al-Adha", "2003-02-12": "Eid al-Adha", "2003-02-13": "Eid al-Adha", "2003-02-14": "Eid al-Adha", "2003-04-23": "National Sovereignty and Children's Day", "2003-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2003-08-30": "Victory Day", "2003-10-28": "Republic Day (from 1pm)", "2003-10-29": "Republic Day", "2003-11-24": "Eid al-Fitr (from 1pm)", "2003-11-25": "Eid al-Fitr", "2003-11-26": "Eid al-Fitr", "2003-11-27": "Eid al-Fitr", "2004-01-01": "New Year's Day", "2004-01-31": "Eid al-Adha (from 1pm)", "2004-02-01": "Eid al-Adha", "2004-02-02": "Eid al-Adha", "2004-02-03": "Eid al-Adha", "2004-02-04": "Eid al-Adha", "2004-04-23": "National Sovereignty and Children's Day", "2004-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2004-08-30": "Victory Day", "2004-10-28": "Republic Day (from 1pm)", "2004-10-29": "Republic Day", "2004-11-13": "Eid al-Fitr (from 1pm)", "2004-11-14": "Eid al-Fitr", "2004-11-15": "Eid al-Fitr", "2004-11-16": "Eid al-Fitr", "2005-01-01": "New Year's Day", "2005-01-19": "Eid al-Adha (from 1pm)", "2005-01-20": "Eid al-Adha", "2005-01-21": "Eid al-Adha", "2005-01-22": "Eid al-Adha", "2005-01-23": "Eid al-Adha", "2005-04-23": "National Sovereignty and Children's Day", "2005-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2005-08-30": "Victory Day", "2005-10-28": "Republic Day (from 1pm)", "2005-10-29": "Republic Day", "2005-11-02": "Eid al-Fitr (from 1pm)", "2005-11-03": "Eid al-Fitr", "2005-11-04": "Eid al-Fitr", "2005-11-05": "Eid al-Fitr", "2006-01-01": "New Year's Day", "2006-01-09": "Eid al-Adha (from 1pm)", "2006-01-10": "Eid al-Adha", "2006-01-11": "Eid al-Adha", "2006-01-12": "Eid al-Adha", "2006-01-13": "Eid al-Adha", "2006-04-23": "National Sovereignty and Children's Day", "2006-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2006-08-30": "Victory Day", "2006-10-22": "Eid al-Fitr (from 1pm)", "2006-10-23": "Eid al-Fitr", "2006-10-24": "Eid al-Fitr", "2006-10-25": "Eid al-Fitr", "2006-10-28": "Republic Day (from 1pm)", "2006-10-29": "Republic Day", "2006-12-30": "Eid al-Adha (from 1pm)", "2006-12-31": "Eid al-Adha", "2007-01-01": "Eid al-Adha; New Year's Day", "2007-01-02": "Eid al-Adha", "2007-01-03": "Eid al-Adha", "2007-04-23": "National Sovereignty and Children's Day", "2007-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2007-08-30": "Victory Day", "2007-10-11": "Eid al-Fitr (from 1pm)", "2007-10-12": "Eid al-Fitr", "2007-10-13": "Eid al-Fitr", "2007-10-14": "Eid al-Fitr", "2007-10-28": "Republic Day (from 1pm)", "2007-10-29": "Republic Day", "2007-12-19": "Eid al-Adha (from 1pm)", "2007-12-20": "Eid al-Adha", "2007-12-21": "Eid al-Adha", "2007-12-22": "Eid al-Adha", "2007-12-23": "Eid al-Adha", "2008-01-01": "New Year's Day", "2008-04-23": "National Sovereignty and Children's Day", "2008-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2008-08-30": "Victory Day", "2008-09-29": "Eid al-Fitr (from 1pm)", "2008-09-30": "Eid al-Fitr", "2008-10-01": "Eid al-Fitr", "2008-10-02": "Eid al-Fitr", "2008-10-28": "Republic Day (from 1pm)", "2008-10-29": "Republic Day", "2008-12-07": "Eid al-Adha (from 1pm)", "2008-12-08": "Eid al-Adha", "2008-12-09": "Eid al-Adha", "2008-12-10": "Eid al-Adha", "2008-12-11": "Eid al-Adha", "2009-01-01": "New Year's Day", "2009-04-23": "National Sovereignty and Children's Day", "2009-05-01": "Labour and Solidarity Day", "2009-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2009-08-30": "Victory Day", "2009-09-19": "Eid al-Fitr (from 1pm)", "2009-09-20": "Eid al-Fitr", "2009-09-21": "Eid al-Fitr", "2009-09-22": "Eid al-Fitr", "2009-10-28": "Republic Day (from 1pm)", "2009-10-29": "Republic Day", "2009-11-26": "Eid al-Adha (from 1pm)", "2009-11-27": "Eid al-Adha", "2009-11-28": "Eid al-Adha", "2009-11-29": "Eid al-Adha", "2009-11-30": "Eid al-Adha", "2010-01-01": "New Year's Day", "2010-04-23": "National Sovereignty and Children's Day", "2010-05-01": "Labour and Solidarity Day", "2010-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2010-08-30": "Victory Day", "2010-09-08": "Eid al-Fitr (from 1pm)", "2010-09-09": "Eid al-Fitr", "2010-09-10": "Eid al-Fitr", "2010-09-11": "Eid al-Fitr", "2010-10-28": "Republic Day (from 1pm)", "2010-10-29": "Republic Day", "2010-11-15": "Eid al-Adha (from 1pm)", "2010-11-16": "Eid al-Adha", "2010-11-17": "Eid al-Adha", "2010-11-18": "Eid al-Adha", "2010-11-19": "Eid al-Adha", "2011-01-01": "New Year's Day", "2011-04-23": "National Sovereignty and Children's Day", "2011-05-01": "Labour and Solidarity Day", "2011-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2011-08-29": "Eid al-Fitr (from 1pm)", "2011-08-30": "Eid al-Fitr; Victory Day", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Eid al-Fitr", "2011-10-28": "Republic Day (from 1pm)", "2011-10-29": "Republic Day", "2011-11-05": "Eid al-Adha (from 1pm)", "2011-11-06": "Eid al-Adha", "2011-11-07": "Eid al-Adha", "2011-11-08": "Eid al-Adha", "2011-11-09": "Eid al-Adha", "2012-01-01": "New Year's Day", "2012-04-23": "National Sovereignty and Children's Day", "2012-05-01": "Labour and Solidarity Day", "2012-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2012-08-18": "Eid al-Fitr (from 1pm)", "2012-08-19": "Eid al-Fitr", "2012-08-20": "Eid al-Fitr", "2012-08-21": "Eid al-Fitr", "2012-08-30": "Victory Day", "2012-10-24": "Eid al-Adha (from 1pm)", "2012-10-25": "Eid al-Adha", "2012-10-26": "Eid al-Adha", "2012-10-27": "Eid al-Adha", "2012-10-28": "Eid al-Adha; Republic Day (from 1pm)", "2012-10-29": "Republic Day", "2013-01-01": "New Year's Day", "2013-04-23": "National Sovereignty and Children's Day", "2013-05-01": "Labour and Solidarity Day", "2013-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2013-08-07": "Eid al-Fitr (from 1pm)", "2013-08-08": "Eid al-Fitr", "2013-08-09": "Eid al-Fitr", "2013-08-10": "Eid al-Fitr", "2013-08-30": "Victory Day", "2013-10-14": "Eid al-Adha (from 1pm)", "2013-10-15": "Eid al-Adha", "2013-10-16": "Eid al-Adha", "2013-10-17": "Eid al-Adha", "2013-10-18": "Eid al-Adha", "2013-10-28": "Republic Day (from 1pm)", "2013-10-29": "Republic Day", "2014-01-01": "New Year's Day", "2014-04-23": "National Sovereignty and Children's Day", "2014-05-01": "Labour and Solidarity Day", "2014-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2014-07-27": "Eid al-Fitr (from 1pm)", "2014-07-28": "Eid al-Fitr", "2014-07-29": "Eid al-Fitr", "2014-07-30": "Eid al-Fitr", "2014-08-30": "Victory Day", "2014-10-03": "Eid al-Adha (from 1pm)", "2014-10-04": "Eid al-Adha", "2014-10-05": "Eid al-Adha", "2014-10-06": "Eid al-Adha", "2014-10-07": "Eid al-Adha", "2014-10-28": "Republic Day (from 1pm)", "2014-10-29": "Republic Day", "2015-01-01": "New Year's Day", "2015-04-23": "National Sovereignty and Children's Day", "2015-05-01": "Labour and Solidarity Day", "2015-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2015-07-16": "Eid al-Fitr (from 1pm)", "2015-07-17": "Eid al-Fitr", "2015-07-18": "Eid al-Fitr", "2015-07-19": "Eid al-Fitr", "2015-08-30": "Victory Day", "2015-09-23": "Eid al-Adha (from 1pm)", "2015-09-24": "Eid al-Adha", "2015-09-25": "Eid al-Adha", "2015-09-26": "Eid al-Adha", "2015-09-27": "Eid al-Adha", "2015-10-28": "Republic Day (from 1pm)", "2015-10-29": "Republic Day", "2016-01-01": "New Year's Day", "2016-04-23": "National Sovereignty and Children's Day", "2016-05-01": "Labour and Solidarity Day", "2016-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2016-07-04": "Eid al-Fitr (from 1pm)", "2016-07-05": "Eid al-Fitr", "2016-07-06": "Eid al-Fitr", "2016-07-07": "Eid al-Fitr", "2016-08-30": "Victory Day", "2016-09-11": "Eid al-Adha (from 1pm)", "2016-09-12": "Eid al-Adha", "2016-09-13": "Eid al-Adha", "2016-09-14": "Eid al-Adha", "2016-09-15": "Eid al-Adha", "2016-10-28": "Republic Day (from 1pm)", "2016-10-29": "Republic Day", "2017-01-01": "New Year's Day", "2017-04-23": "National Sovereignty and Children's Day", "2017-05-01": "Labour and Solidarity Day", "2017-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2017-06-24": "Eid al-Fitr (from 1pm)", "2017-06-25": "Eid al-Fitr", "2017-06-26": "Eid al-Fitr", "2017-06-27": "Eid al-Fitr", "2017-07-15": "Democracy and National Unity Day", "2017-08-30": "Victory Day", "2017-08-31": "Eid al-Adha (from 1pm)", "2017-09-01": "Eid al-Adha", "2017-09-02": "Eid al-Adha", "2017-09-03": "Eid al-Adha", "2017-09-04": "Eid al-Adha", "2017-10-28": "Republic Day (from 1pm)", "2017-10-29": "Republic Day", "2018-01-01": "New Year's Day", "2018-04-23": "National Sovereignty and Children's Day", "2018-05-01": "Labour and Solidarity Day", "2018-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2018-06-14": "Eid al-Fitr (from 1pm)", "2018-06-15": "Eid al-Fitr", "2018-06-16": "Eid al-Fitr", "2018-06-17": "Eid al-Fitr", "2018-07-15": "Democracy and National Unity Day", "2018-08-20": "Eid al-Adha (from 1pm)", "2018-08-21": "Eid al-Adha", "2018-08-22": "Eid al-Adha", "2018-08-23": "Eid al-Adha", "2018-08-24": "Eid al-Adha", "2018-08-30": "Victory Day", "2018-10-28": "Republic Day (from 1pm)", "2018-10-29": "Republic Day", "2019-01-01": "New Year's Day", "2019-04-23": "National Sovereignty and Children's Day", "2019-05-01": "Labour and Solidarity Day", "2019-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2019-06-03": "Eid al-Fitr (from 1pm)", "2019-06-04": "Eid al-Fitr", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Eid al-Fitr", "2019-07-15": "Democracy and National Unity Day", "2019-08-10": "Eid al-Adha (from 1pm)", "2019-08-11": "Eid al-Adha", "2019-08-12": "Eid al-Adha", "2019-08-13": "Eid al-Adha", "2019-08-14": "Eid al-Adha", "2019-08-30": "Victory Day", "2019-10-28": "Republic Day (from 1pm)", "2019-10-29": "Republic Day", "2020-01-01": "New Year's Day", "2020-04-23": "National Sovereignty and Children's Day", "2020-05-01": "Labour and Solidarity Day", "2020-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2020-05-23": "Eid al-Fitr (from 1pm)", "2020-05-24": "Eid al-Fitr", "2020-05-25": "Eid al-Fitr", "2020-05-26": "Eid al-Fitr", "2020-07-15": "Democracy and National Unity Day", "2020-07-30": "Eid al-Adha (from 1pm)", "2020-07-31": "Eid al-Adha", "2020-08-01": "Eid al-Adha", "2020-08-02": "Eid al-Adha", "2020-08-03": "Eid al-Adha", "2020-08-30": "Victory Day", "2020-10-28": "Republic Day (from 1pm)", "2020-10-29": "Republic Day", "2021-01-01": "New Year's Day", "2021-04-23": "National Sovereignty and Children's Day", "2021-05-01": "Labour and Solidarity Day", "2021-05-12": "Eid al-Fitr (from 1pm)", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Eid al-Fitr", "2021-05-15": "Eid al-Fitr", "2021-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2021-07-15": "Democracy and National Unity Day", "2021-07-19": "Eid al-Adha (from 1pm)", "2021-07-20": "Eid al-Adha", "2021-07-21": "Eid al-Adha", "2021-07-22": "Eid al-Adha", "2021-07-23": "Eid al-Adha", "2021-08-30": "Victory Day", "2021-10-28": "Republic Day (from 1pm)", "2021-10-29": "Republic Day", "2022-01-01": "New Year's Day", "2022-04-23": "National Sovereignty and Children's Day", "2022-05-01": "Eid al-Fitr (from 1pm); Labour and Solidarity Day", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Eid al-Fitr", "2022-05-04": "Eid al-Fitr", "2022-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2022-07-08": "Eid al-Adha (from 1pm)", "2022-07-09": "Eid al-Adha", "2022-07-10": "Eid al-Adha", "2022-07-11": "Eid al-Adha", "2022-07-12": "Eid al-Adha", "2022-07-15": "Democracy and National Unity Day", "2022-08-30": "Victory Day", "2022-10-28": "Republic Day (from 1pm)", "2022-10-29": "Republic Day", "2023-01-01": "New Year's Day", "2023-04-20": "Eid al-Fitr (from 1pm)", "2023-04-21": "Eid al-Fitr", "2023-04-22": "Eid al-Fitr", "2023-04-23": "Eid al-Fitr; National Sovereignty and Children's Day", "2023-05-01": "Labour and Solidarity Day", "2023-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2023-06-27": "Eid al-Adha (from 1pm)", "2023-06-28": "Eid al-Adha", "2023-06-29": "Eid al-Adha", "2023-06-30": "Eid al-Adha", "2023-07-01": "Eid al-Adha", "2023-07-15": "Democracy and National Unity Day", "2023-08-30": "Victory Day", "2023-10-28": "Republic Day (from 1pm)", "2023-10-29": "Republic Day", "2024-01-01": "New Year's Day", "2024-04-09": "Eid al-Fitr (from 1pm)", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Eid al-Fitr", "2024-04-12": "Eid al-Fitr", "2024-04-23": "National Sovereignty and Children's Day", "2024-05-01": "Labour and Solidarity Day", "2024-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2024-06-15": "Eid al-Adha (from 1pm)", "2024-06-16": "Eid al-Adha", "2024-06-17": "Eid al-Adha", "2024-06-18": "Eid al-Adha", "2024-06-19": "Eid al-Adha", "2024-07-15": "Democracy and National Unity Day", "2024-08-30": "Victory Day", "2024-10-28": "Republic Day (from 1pm)", "2024-10-29": "Republic Day", "2025-01-01": "New Year's Day", "2025-03-29": "Eid al-Fitr (from 1pm)", "2025-03-30": "Eid al-Fitr", "2025-03-31": "Eid al-Fitr", "2025-04-01": "Eid al-Fitr", "2025-04-23": "National Sovereignty and Children's Day", "2025-05-01": "Labour and Solidarity Day", "2025-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2025-06-05": "Eid al-Adha (from 1pm)", "2025-06-06": "Eid al-Adha", "2025-06-07": "Eid al-Adha", "2025-06-08": "Eid al-Adha", "2025-06-09": "Eid al-Adha", "2025-07-15": "Democracy and National Unity Day", "2025-08-30": "Victory Day", "2025-10-28": "Republic Day (from 1pm)", "2025-10-29": "Republic Day", "2026-01-01": "New Year's Day", "2026-03-19": "Eid al-Fitr (from 1pm)", "2026-03-20": "Eid al-Fitr", "2026-03-21": "Eid al-Fitr", "2026-03-22": "Eid al-Fitr", "2026-04-23": "National Sovereignty and Children's Day", "2026-05-01": "Labour and Solidarity Day", "2026-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2026-05-26": "Eid al-Adha (from 1pm)", "2026-05-27": "Eid al-Adha", "2026-05-28": "Eid al-Adha", "2026-05-29": "Eid al-Adha", "2026-05-30": "Eid al-Adha", "2026-07-15": "Democracy and National Unity Day", "2026-08-30": "Victory Day", "2026-10-28": "Republic Day (from 1pm)", "2026-10-29": "Republic Day", "2027-01-01": "New Year's Day", "2027-03-08": "Eid al-Fitr (from 1pm)", "2027-03-09": "Eid al-Fitr", "2027-03-10": "Eid al-Fitr", "2027-03-11": "Eid al-Fitr", "2027-04-23": "National Sovereignty and Children's Day", "2027-05-01": "Labour and Solidarity Day", "2027-05-15": "Eid al-Adha (from 1pm)", "2027-05-16": "Eid al-Adha", "2027-05-17": "Eid al-Adha", "2027-05-18": "Eid al-Adha", "2027-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day; Eid al-Adha", "2027-07-15": "Democracy and National Unity Day", "2027-08-30": "Victory Day", "2027-10-28": "Republic Day (from 1pm)", "2027-10-29": "Republic Day", "2028-01-01": "New Year's Day", "2028-02-25": "Eid al-Fitr (from 1pm)", "2028-02-26": "Eid al-Fitr", "2028-02-27": "Eid al-Fitr", "2028-02-28": "Eid al-Fitr", "2028-04-23": "National Sovereignty and Children's Day", "2028-05-01": "Labour and Solidarity Day", "2028-05-04": "Eid al-Adha (from 1pm)", "2028-05-05": "Eid al-Adha", "2028-05-06": "Eid al-Adha", "2028-05-07": "Eid al-Adha", "2028-05-08": "Eid al-Adha", "2028-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2028-07-15": "Democracy and National Unity Day", "2028-08-30": "Victory Day", "2028-10-28": "Republic Day (from 1pm)", "2028-10-29": "Republic Day", "2029-01-01": "New Year's Day", "2029-02-13": "Eid al-Fitr (from 1pm)", "2029-02-14": "Eid al-Fitr", "2029-02-15": "Eid al-Fitr", "2029-02-16": "Eid al-Fitr", "2029-04-23": "Eid al-Adha (from 1pm); National Sovereignty and Children's Day", "2029-04-24": "Eid al-Adha", "2029-04-25": "Eid al-Adha", "2029-04-26": "Eid al-Adha", "2029-04-27": "Eid al-Adha", "2029-05-01": "Labour and Solidarity Day", "2029-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2029-07-15": "Democracy and National Unity Day", "2029-08-30": "Victory Day", "2029-10-28": "Republic Day (from 1pm)", "2029-10-29": "Republic Day", "2030-01-01": "New Year's Day", "2030-02-03": "Eid al-Fitr (from 1pm)", "2030-02-04": "Eid al-Fitr", "2030-02-05": "Eid al-Fitr", "2030-02-06": "Eid al-Fitr", "2030-04-12": "Eid al-Adha (from 1pm)", "2030-04-13": "Eid al-Adha", "2030-04-14": "Eid al-Adha", "2030-04-15": "Eid al-Adha", "2030-04-16": "Eid al-Adha", "2030-04-23": "National Sovereignty and Children's Day", "2030-05-01": "Labour and Solidarity Day", "2030-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2030-07-15": "Democracy and National Unity Day", "2030-08-30": "Victory Day", "2030-10-28": "Republic Day (from 1pm)", "2030-10-29": "Republic Day", "2031-01-01": "New Year's Day", "2031-01-23": "Eid al-Fitr (from 1pm)", "2031-01-24": "Eid al-Fitr", "2031-01-25": "Eid al-Fitr", "2031-01-26": "Eid al-Fitr", "2031-04-01": "Eid al-Adha (from 1pm)", "2031-04-02": "Eid al-Adha", "2031-04-03": "Eid al-Adha", "2031-04-04": "Eid al-Adha", "2031-04-05": "Eid al-Adha", "2031-04-23": "National Sovereignty and Children's Day", "2031-05-01": "Labour and Solidarity Day", "2031-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2031-07-15": "Democracy and National Unity Day", "2031-08-30": "Victory Day", "2031-10-28": "Republic Day (from 1pm)", "2031-10-29": "Republic Day", "2032-01-01": "New Year's Day", "2032-01-13": "Eid al-Fitr (from 1pm)", "2032-01-14": "Eid al-Fitr", "2032-01-15": "Eid al-Fitr", "2032-01-16": "Eid al-Fitr", "2032-03-21": "Eid al-Adha (from 1pm)", "2032-03-22": "Eid al-Adha", "2032-03-23": "Eid al-Adha", "2032-03-24": "Eid al-Adha", "2032-03-25": "Eid al-Adha", "2032-04-23": "National Sovereignty and Children's Day", "2032-05-01": "Labour and Solidarity Day", "2032-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2032-07-15": "Democracy and National Unity Day", "2032-08-30": "Victory Day", "2032-10-28": "Republic Day (from 1pm)", "2032-10-29": "Republic Day", "2033-01-01": "Eid al-Fitr (from 1pm) (estimated); New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "Eid al-Fitr (estimated)", "2033-01-04": "Eid al-Fitr (estimated)", "2033-03-10": "Eid al-Adha (from 1pm) (estimated)", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-12": "Eid al-Adha (estimated)", "2033-03-13": "Eid al-Adha (estimated)", "2033-03-14": "Eid al-Adha (estimated)", "2033-04-23": "National Sovereignty and Children's Day", "2033-05-01": "Labour and Solidarity Day", "2033-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2033-07-15": "Democracy and National Unity Day", "2033-08-30": "Victory Day", "2033-10-28": "Republic Day (from 1pm)", "2033-10-29": "Republic Day", "2033-12-22": "Eid al-Fitr (from 1pm) (estimated)", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-24": "Eid al-Fitr (estimated)", "2033-12-25": "Eid al-Fitr (estimated)", "2034-01-01": "New Year's Day", "2034-02-28": "Eid al-Adha (from 1pm) (estimated)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-02": "Eid al-Adha (estimated)", "2034-03-03": "Eid al-Adha (estimated)", "2034-03-04": "Eid al-Adha (estimated)", "2034-04-23": "National Sovereignty and Children's Day", "2034-05-01": "Labour and Solidarity Day", "2034-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2034-07-15": "Democracy and National Unity Day", "2034-08-30": "Victory Day", "2034-10-28": "Republic Day (from 1pm)", "2034-10-29": "Republic Day", "2034-12-11": "Eid al-Fitr (from 1pm) (estimated)", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-13": "Eid al-Fitr (estimated)", "2034-12-14": "Eid al-Fitr (estimated)", "2035-01-01": "New Year's Day", "2035-02-17": "Eid al-Adha (from 1pm) (estimated)", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (estimated)", "2035-02-20": "Eid al-Adha (estimated)", "2035-02-21": "Eid al-Adha (estimated)", "2035-04-23": "National Sovereignty and Children's Day", "2035-05-01": "Labour and Solidarity Day", "2035-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2035-07-15": "Democracy and National Unity Day", "2035-08-30": "Victory Day", "2035-10-28": "Republic Day (from 1pm)", "2035-10-29": "Republic Day", "2035-11-30": "Eid al-Fitr (from 1pm) (estimated)", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-02": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (estimated)", "2036-01-01": "New Year's Day", "2036-02-06": "Eid al-Adha (from 1pm) (estimated)", "2036-02-07": "Eid al-Adha (estimated)", "2036-02-08": "Eid al-Adha (estimated)", "2036-02-09": "Eid al-Adha (estimated)", "2036-02-10": "Eid al-Adha (estimated)", "2036-04-23": "National Sovereignty and Children's Day", "2036-05-01": "Labour and Solidarity Day", "2036-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2036-07-15": "Democracy and National Unity Day", "2036-08-30": "Victory Day", "2036-10-28": "Republic Day (from 1pm)", "2036-10-29": "Republic Day", "2036-11-18": "Eid al-Fitr (from 1pm) (estimated)", "2036-11-19": "Eid al-Fitr (estimated)", "2036-11-20": "Eid al-Fitr (estimated)", "2036-11-21": "Eid al-Fitr (estimated)", "2037-01-01": "New Year's Day", "2037-01-25": "Eid al-Adha (from 1pm) (estimated)", "2037-01-26": "Eid al-Adha (estimated)", "2037-01-27": "Eid al-Adha (estimated)", "2037-01-28": "Eid al-Adha (estimated)", "2037-01-29": "Eid al-Adha (estimated)", "2037-04-23": "National Sovereignty and Children's Day", "2037-05-01": "Labour and Solidarity Day", "2037-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2037-07-15": "Democracy and National Unity Day", "2037-08-30": "Victory Day", "2037-10-28": "Republic Day (from 1pm)", "2037-10-29": "Republic Day", "2037-11-07": "Eid al-Fitr (from 1pm) (estimated)", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (estimated)", "2037-11-10": "Eid al-Fitr (estimated)", "2038-01-01": "New Year's Day", "2038-01-15": "Eid al-Adha (from 1pm) (estimated)", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-17": "Eid al-Adha (estimated)", "2038-01-18": "Eid al-Adha (estimated)", "2038-01-19": "Eid al-Adha (estimated)", "2038-04-23": "National Sovereignty and Children's Day", "2038-05-01": "Labour and Solidarity Day", "2038-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2038-07-15": "Democracy and National Unity Day", "2038-08-30": "Victory Day", "2038-10-28": "Eid al-Fitr (from 1pm) (estimated); Republic Day (from 1pm)", "2038-10-29": "Eid al-Fitr (estimated); Republic Day", "2038-10-30": "Eid al-Fitr (estimated)", "2038-10-31": "Eid al-Fitr (estimated)", "2039-01-01": "New Year's Day", "2039-01-04": "Eid al-Adha (from 1pm) (estimated)", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-06": "Eid al-Adha (estimated)", "2039-01-07": "Eid al-Adha (estimated)", "2039-01-08": "Eid al-Adha (estimated)", "2039-04-23": "National Sovereignty and Children's Day", "2039-05-01": "Labour and Solidarity Day", "2039-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2039-07-15": "Democracy and National Unity Day", "2039-08-30": "Victory Day", "2039-10-18": "Eid al-Fitr (from 1pm) (estimated)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-10-20": "Eid al-Fitr (estimated)", "2039-10-21": "Eid al-Fitr (estimated)", "2039-10-28": "Republic Day (from 1pm)", "2039-10-29": "Republic Day", "2039-12-25": "Eid al-Adha (from 1pm) (estimated)", "2039-12-26": "Eid al-Adha (estimated)", "2039-12-27": "Eid al-Adha (estimated)", "2039-12-28": "Eid al-Adha (estimated)", "2039-12-29": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-04-23": "National Sovereignty and Children's Day", "2040-05-01": "Labour and Solidarity Day", "2040-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2040-07-15": "Democracy and National Unity Day", "2040-08-30": "Victory Day", "2040-10-06": "Eid al-Fitr (from 1pm) (estimated)", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (estimated)", "2040-10-09": "Eid al-Fitr (estimated)", "2040-10-28": "Republic Day (from 1pm)", "2040-10-29": "Republic Day", "2040-12-13": "Eid al-Adha (from 1pm) (estimated)", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-15": "Eid al-Adha (estimated)", "2040-12-16": "Eid al-Adha (estimated)", "2040-12-17": "Eid al-Adha (estimated)", "2041-01-01": "New Year's Day", "2041-04-23": "National Sovereignty and Children's Day", "2041-05-01": "Labour and Solidarity Day", "2041-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2041-07-15": "Democracy and National Unity Day", "2041-08-30": "Victory Day", "2041-09-25": "Eid al-Fitr (from 1pm) (estimated)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-09-27": "Eid al-Fitr (estimated)", "2041-09-28": "Eid al-Fitr (estimated)", "2041-10-28": "Republic Day (from 1pm)", "2041-10-29": "Republic Day", "2041-12-03": "Eid al-Adha (from 1pm) (estimated)", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-05": "Eid al-Adha (estimated)", "2041-12-06": "Eid al-Adha (estimated)", "2041-12-07": "Eid al-Adha (estimated)", "2042-01-01": "New Year's Day", "2042-04-23": "National Sovereignty and Children's Day", "2042-05-01": "Labour and Solidarity Day", "2042-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2042-07-15": "Democracy and National Unity Day", "2042-08-30": "Victory Day", "2042-09-14": "Eid al-Fitr (from 1pm) (estimated)", "2042-09-15": "Eid al-Fitr (estimated)", "2042-09-16": "Eid al-Fitr (estimated)", "2042-09-17": "Eid al-Fitr (estimated)", "2042-10-28": "Republic Day (from 1pm)", "2042-10-29": "Republic Day", "2042-11-22": "Eid al-Adha (from 1pm) (estimated)", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (estimated)", "2042-11-25": "Eid al-Adha (estimated)", "2042-11-26": "Eid al-Adha (estimated)", "2043-01-01": "New Year's Day", "2043-04-23": "National Sovereignty and Children's Day", "2043-05-01": "Labour and Solidarity Day", "2043-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2043-07-15": "Democracy and National Unity Day", "2043-08-30": "Victory Day", "2043-09-03": "Eid al-Fitr (from 1pm) (estimated)", "2043-09-04": "Eid al-Fitr (estimated)", "2043-09-05": "Eid al-Fitr (estimated)", "2043-09-06": "Eid al-Fitr (estimated)", "2043-10-28": "Republic Day (from 1pm)", "2043-10-29": "Republic Day", "2043-11-11": "Eid al-Adha (from 1pm) (estimated)", "2043-11-12": "Eid al-Adha (estimated)", "2043-11-13": "Eid al-Adha (estimated)", "2043-11-14": "Eid al-Adha (estimated)", "2043-11-15": "Eid al-Adha (estimated)", "2044-01-01": "New Year's Day", "2044-04-23": "National Sovereignty and Children's Day", "2044-05-01": "Labour and Solidarity Day", "2044-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2044-07-15": "Democracy and National Unity Day", "2044-08-23": "Eid al-Fitr (from 1pm) (estimated)", "2044-08-24": "Eid al-Fitr (estimated)", "2044-08-25": "Eid al-Fitr (estimated)", "2044-08-26": "Eid al-Fitr (estimated)", "2044-08-30": "Victory Day", "2044-10-28": "Republic Day (from 1pm)", "2044-10-29": "Republic Day", "2044-10-30": "Eid al-Adha (from 1pm) (estimated)", "2044-10-31": "Eid al-Adha (estimated)", "2044-11-01": "Eid al-Adha (estimated)", "2044-11-02": "Eid al-Adha (estimated)", "2044-11-03": "Eid al-Adha (estimated)", "2045-01-01": "New Year's Day", "2045-04-23": "National Sovereignty and Children's Day", "2045-05-01": "Labour and Solidarity Day", "2045-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2045-07-15": "Democracy and National Unity Day", "2045-08-13": "Eid al-Fitr (from 1pm) (estimated)", "2045-08-14": "Eid al-Fitr (estimated)", "2045-08-15": "Eid al-Fitr (estimated)", "2045-08-16": "Eid al-Fitr (estimated)", "2045-08-30": "Victory Day", "2045-10-20": "Eid al-Adha (from 1pm) (estimated)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-22": "Eid al-Adha (estimated)", "2045-10-23": "Eid al-Adha (estimated)", "2045-10-24": "Eid al-Adha (estimated)", "2045-10-28": "Republic Day (from 1pm)", "2045-10-29": "Republic Day", "2046-01-01": "New Year's Day", "2046-04-23": "National Sovereignty and Children's Day", "2046-05-01": "Labour and Solidarity Day", "2046-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2046-07-15": "Democracy and National Unity Day", "2046-08-02": "Eid al-Fitr (from 1pm) (estimated)", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-04": "Eid al-Fitr (estimated)", "2046-08-05": "Eid al-Fitr (estimated)", "2046-08-30": "Victory Day", "2046-10-09": "Eid al-Adha (from 1pm) (estimated)", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-11": "Eid al-Adha (estimated)", "2046-10-12": "Eid al-Adha (estimated)", "2046-10-13": "Eid al-Adha (estimated)", "2046-10-28": "Republic Day (from 1pm)", "2046-10-29": "Republic Day", "2047-01-01": "New Year's Day", "2047-04-23": "National Sovereignty and Children's Day", "2047-05-01": "Labour and Solidarity Day", "2047-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2047-07-15": "Democracy and National Unity Day", "2047-07-23": "Eid al-Fitr (from 1pm) (estimated)", "2047-07-24": "Eid al-Fitr (estimated)", "2047-07-25": "Eid al-Fitr (estimated)", "2047-07-26": "Eid al-Fitr (estimated)", "2047-08-30": "Victory Day", "2047-09-29": "Eid al-Adha (from 1pm) (estimated)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Eid al-Adha (estimated)", "2047-10-02": "Eid al-Adha (estimated)", "2047-10-03": "Eid al-Adha (estimated)", "2047-10-28": "Republic Day (from 1pm)", "2047-10-29": "Republic Day", "2048-01-01": "New Year's Day", "2048-04-23": "National Sovereignty and Children's Day", "2048-05-01": "Labour and Solidarity Day", "2048-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2048-07-11": "Eid al-Fitr (from 1pm) (estimated)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (estimated)", "2048-07-14": "Eid al-Fitr (estimated)", "2048-07-15": "Democracy and National Unity Day", "2048-08-30": "Victory Day", "2048-09-18": "Eid al-Adha (from 1pm) (estimated)", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-20": "Eid al-Adha (estimated)", "2048-09-21": "Eid al-Adha (estimated)", "2048-09-22": "Eid al-Adha (estimated)", "2048-10-28": "Republic Day (from 1pm)", "2048-10-29": "Republic Day", "2049-01-01": "New Year's Day", "2049-04-23": "National Sovereignty and Children's Day", "2049-05-01": "Labour and Solidarity Day", "2049-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2049-06-30": "Eid al-Fitr (from 1pm) (estimated)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-02": "Eid al-Fitr (estimated)", "2049-07-03": "Eid al-Fitr (estimated)", "2049-07-15": "Democracy and National Unity Day", "2049-08-30": "Victory Day", "2049-09-07": "Eid al-Adha (from 1pm) (estimated)", "2049-09-08": "Eid al-Adha (estimated)", "2049-09-09": "Eid al-Adha (estimated)", "2049-09-10": "Eid al-Adha (estimated)", "2049-09-11": "Eid al-Adha (estimated)", "2049-10-28": "Republic Day (from 1pm)", "2049-10-29": "Republic Day", "2050-01-01": "New Year's Day", "2050-04-23": "National Sovereignty and Children's Day", "2050-05-01": "Labour and Solidarity Day", "2050-05-19": "Commemoration of Atat\u00fcrk, Youth and Sports Day", "2050-06-19": "Eid al-Fitr (from 1pm) (estimated)", "2050-06-20": "Eid al-Fitr (estimated)", "2050-06-21": "Eid al-Fitr (estimated)", "2050-06-22": "Eid al-Fitr (estimated)", "2050-07-15": "Democracy and National Unity Day", "2050-08-27": "Eid al-Adha (from 1pm) (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (estimated)", "2050-08-30": "Eid al-Adha (estimated); Victory Day", "2050-08-31": "Eid al-Adha (estimated)", "2050-10-28": "Republic Day (from 1pm)", "2050-10-29": "Republic Day" } holidays-0.71/snapshots/countries/TV_COMMON.json000066400000000000000000000712741500152103600216120ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-03-12": "Commonwealth Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-14": "Gospel Day", "1990-06-09": "Queen's Birthday", "1990-08-06": "National Children's Day", "1990-10-01": "Tuvalu Day", "1990-10-02": "Tuvalu Day", "1990-11-12": "Heir to the Throne's Birthday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-11": "Commonwealth Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-13": "Gospel Day", "1991-06-08": "Queen's Birthday", "1991-08-05": "National Children's Day", "1991-10-01": "Tuvalu Day", "1991-10-02": "Tuvalu Day", "1991-11-11": "Heir to the Throne's Birthday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-09": "Commonwealth Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-11": "Gospel Day", "1992-06-13": "Queen's Birthday", "1992-08-03": "National Children's Day", "1992-10-01": "Tuvalu Day", "1992-10-02": "Tuvalu Day", "1992-11-09": "Heir to the Throne's Birthday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-03-08": "Commonwealth Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-10": "Gospel Day", "1993-06-12": "Queen's Birthday", "1993-08-02": "National Children's Day", "1993-10-01": "Tuvalu Day", "1993-10-02": "Tuvalu Day", "1993-10-04": "Tuvalu Day (observed)", "1993-11-08": "Heir to the Throne's Birthday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-03-14": "Commonwealth Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-09": "Gospel Day", "1994-06-11": "Queen's Birthday", "1994-08-01": "National Children's Day", "1994-10-01": "Tuvalu Day", "1994-10-02": "Tuvalu Day", "1994-10-03": "Tuvalu Day (observed)", "1994-10-04": "Tuvalu Day (observed)", "1994-11-14": "Heir to the Throne's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-13": "Commonwealth Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-15": "Gospel Day", "1995-06-10": "Queen's Birthday", "1995-08-07": "National Children's Day", "1995-10-01": "Tuvalu Day", "1995-10-02": "Tuvalu Day", "1995-10-03": "Tuvalu Day (observed)", "1995-11-13": "Heir to the Throne's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-03-11": "Commonwealth Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-13": "Gospel Day", "1996-06-08": "Queen's Birthday", "1996-08-05": "National Children's Day", "1996-10-01": "Tuvalu Day", "1996-10-02": "Tuvalu Day", "1996-11-11": "Heir to the Throne's Birthday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-10": "Commonwealth Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-12": "Gospel Day", "1997-06-14": "Queen's Birthday", "1997-08-04": "National Children's Day", "1997-10-01": "Tuvalu Day", "1997-10-02": "Tuvalu Day", "1997-11-10": "Heir to the Throne's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-03-09": "Commonwealth Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-11": "Gospel Day", "1998-06-13": "Queen's Birthday", "1998-08-03": "National Children's Day", "1998-10-01": "Tuvalu Day", "1998-10-02": "Tuvalu Day", "1998-11-09": "Heir to the Throne's Birthday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-03-08": "Commonwealth Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-10": "Gospel Day", "1999-06-12": "Queen's Birthday", "1999-08-02": "National Children's Day", "1999-10-01": "Tuvalu Day", "1999-10-02": "Tuvalu Day", "1999-10-04": "Tuvalu Day (observed)", "1999-11-08": "Heir to the Throne's Birthday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-03-13": "Commonwealth Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-15": "Gospel Day", "2000-06-10": "Queen's Birthday", "2000-08-07": "National Children's Day", "2000-10-01": "Tuvalu Day", "2000-10-02": "Tuvalu Day", "2000-10-03": "Tuvalu Day (observed)", "2000-11-13": "Heir to the Throne's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-03-12": "Commonwealth Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-14": "Gospel Day", "2001-06-09": "Queen's Birthday", "2001-08-06": "National Children's Day", "2001-10-01": "Tuvalu Day", "2001-10-02": "Tuvalu Day", "2001-11-12": "Heir to the Throne's Birthday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-11": "Commonwealth Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-13": "Gospel Day", "2002-06-08": "Queen's Birthday", "2002-08-05": "National Children's Day", "2002-10-01": "Tuvalu Day", "2002-10-02": "Tuvalu Day", "2002-11-11": "Heir to the Throne's Birthday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-10": "Commonwealth Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-12": "Gospel Day", "2003-06-14": "Queen's Birthday", "2003-08-04": "National Children's Day", "2003-10-01": "Tuvalu Day", "2003-10-02": "Tuvalu Day", "2003-11-10": "Heir to the Throne's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-03-08": "Commonwealth Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-10": "Gospel Day", "2004-06-12": "Queen's Birthday", "2004-08-02": "National Children's Day", "2004-10-01": "Tuvalu Day", "2004-10-02": "Tuvalu Day", "2004-10-04": "Tuvalu Day (observed)", "2004-11-08": "Heir to the Throne's Birthday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-14": "Commonwealth Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-09": "Gospel Day", "2005-06-11": "Queen's Birthday", "2005-08-01": "National Children's Day", "2005-10-01": "Tuvalu Day", "2005-10-02": "Tuvalu Day", "2005-10-03": "Tuvalu Day (observed)", "2005-10-04": "Tuvalu Day (observed)", "2005-11-14": "Heir to the Throne's Birthday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-13": "Commonwealth Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-15": "Gospel Day", "2006-06-10": "Queen's Birthday", "2006-08-07": "National Children's Day", "2006-10-01": "Tuvalu Day", "2006-10-02": "Tuvalu Day", "2006-10-03": "Tuvalu Day (observed)", "2006-11-13": "Heir to the Throne's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-03-12": "Commonwealth Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-14": "Gospel Day", "2007-06-09": "Queen's Birthday", "2007-08-06": "National Children's Day", "2007-10-01": "Tuvalu Day", "2007-10-02": "Tuvalu Day", "2007-11-12": "Heir to the Throne's Birthday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-10": "Commonwealth Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-12": "Gospel Day", "2008-06-14": "Queen's Birthday", "2008-08-04": "National Children's Day", "2008-10-01": "Tuvalu Day", "2008-10-02": "Tuvalu Day", "2008-11-10": "Heir to the Throne's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-09": "Commonwealth Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-11": "Gospel Day", "2009-06-13": "Queen's Birthday", "2009-08-03": "National Children's Day", "2009-10-01": "Tuvalu Day", "2009-10-02": "Tuvalu Day", "2009-11-09": "Heir to the Throne's Birthday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-03-08": "Commonwealth Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-10": "Gospel Day", "2010-06-12": "Queen's Birthday", "2010-08-02": "National Children's Day", "2010-10-01": "Tuvalu Day", "2010-10-02": "Tuvalu Day", "2010-10-04": "Tuvalu Day (observed)", "2010-11-08": "Heir to the Throne's Birthday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-03-14": "Commonwealth Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-09": "Gospel Day", "2011-06-11": "Queen's Birthday", "2011-08-01": "National Children's Day", "2011-10-01": "Tuvalu Day", "2011-10-02": "Tuvalu Day", "2011-10-03": "Tuvalu Day (observed)", "2011-10-04": "Tuvalu Day (observed)", "2011-11-14": "Heir to the Throne's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-12": "Commonwealth Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-14": "Gospel Day", "2012-06-09": "Queen's Birthday", "2012-08-06": "National Children's Day", "2012-10-01": "Tuvalu Day", "2012-10-02": "Tuvalu Day", "2012-11-12": "Heir to the Throne's Birthday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-11": "Commonwealth Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-13": "Gospel Day", "2013-06-08": "Queen's Birthday", "2013-08-05": "National Children's Day", "2013-10-01": "Tuvalu Day", "2013-10-02": "Tuvalu Day", "2013-11-11": "Heir to the Throne's Birthday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-10": "Commonwealth Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-12": "Gospel Day", "2014-06-14": "Queen's Birthday", "2014-08-04": "National Children's Day", "2014-10-01": "Tuvalu Day", "2014-10-02": "Tuvalu Day", "2014-11-10": "Heir to the Throne's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-03-09": "Commonwealth Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-11": "Gospel Day", "2015-06-13": "Queen's Birthday", "2015-08-03": "National Children's Day", "2015-10-01": "Tuvalu Day", "2015-10-02": "Tuvalu Day", "2015-11-09": "Heir to the Throne's Birthday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-14": "Commonwealth Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-09": "Gospel Day", "2016-06-11": "Queen's Birthday", "2016-08-01": "National Children's Day", "2016-10-01": "Tuvalu Day", "2016-10-02": "Tuvalu Day", "2016-10-03": "Tuvalu Day (observed)", "2016-10-04": "Tuvalu Day (observed)", "2016-11-14": "Heir to the Throne's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-13": "Commonwealth Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-15": "Gospel Day", "2017-06-10": "Queen's Birthday", "2017-08-07": "National Children's Day", "2017-10-01": "Tuvalu Day", "2017-10-02": "Tuvalu Day", "2017-10-03": "Tuvalu Day (observed)", "2017-11-13": "Heir to the Throne's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-12": "Commonwealth Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-14": "Gospel Day", "2018-06-09": "Queen's Birthday", "2018-08-06": "National Children's Day", "2018-10-01": "Tuvalu Day", "2018-10-02": "Tuvalu Day", "2018-11-12": "Heir to the Throne's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-11": "Commonwealth Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-13": "Gospel Day", "2019-06-08": "Queen's Birthday", "2019-08-05": "National Youth Day", "2019-10-01": "Tuvalu Day", "2019-10-02": "Tuvalu Day", "2019-10-14": "National Children's Day", "2019-11-11": "Heir to the Throne's Birthday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-03-09": "Commonwealth Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-11": "Gospel Day", "2020-06-13": "Queen's Birthday", "2020-08-03": "National Youth Day", "2020-10-01": "Tuvalu Day", "2020-10-02": "Tuvalu Day", "2020-10-12": "National Children's Day", "2020-11-09": "Heir to the Throne's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-10": "Gospel Day", "2021-06-12": "Queen's Birthday", "2021-08-02": "National Youth Day", "2021-10-01": "Tuvalu Day", "2021-10-02": "Tuvalu Day", "2021-10-04": "Tuvalu Day (observed)", "2021-10-11": "National Children's Day", "2021-11-08": "Heir to the Throne's Birthday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-09": "Gospel Day", "2022-06-11": "Queen's Birthday", "2022-08-01": "National Youth Day", "2022-10-01": "Tuvalu Day", "2022-10-02": "Tuvalu Day", "2022-10-03": "Tuvalu Day (observed)", "2022-10-04": "Tuvalu Day (observed)", "2022-10-10": "National Children's Day", "2022-11-14": "Heir to the Throne's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-15": "Gospel Day", "2023-06-10": "King's Birthday", "2023-08-07": "National Youth Day", "2023-10-01": "Tuvalu Day", "2023-10-02": "Tuvalu Day", "2023-10-03": "Tuvalu Day (observed)", "2023-10-09": "National Children's Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-13": "Gospel Day", "2024-06-08": "King's Birthday", "2024-08-05": "National Youth Day", "2024-10-01": "Tuvalu Day", "2024-10-02": "Tuvalu Day", "2024-10-14": "National Children's Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-12": "Gospel Day", "2025-06-14": "King's Birthday", "2025-08-04": "National Youth Day", "2025-10-01": "Tuvalu Day", "2025-10-02": "Tuvalu Day", "2025-10-13": "National Children's Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-11": "Gospel Day", "2026-06-13": "King's Birthday", "2026-08-03": "National Youth Day", "2026-10-01": "Tuvalu Day", "2026-10-02": "Tuvalu Day", "2026-10-12": "National Children's Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-10": "Gospel Day", "2027-06-12": "King's Birthday", "2027-08-02": "National Youth Day", "2027-10-01": "Tuvalu Day", "2027-10-02": "Tuvalu Day", "2027-10-04": "Tuvalu Day (observed)", "2027-10-11": "National Children's Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-15": "Gospel Day", "2028-06-10": "King's Birthday", "2028-08-07": "National Youth Day", "2028-10-01": "Tuvalu Day", "2028-10-02": "Tuvalu Day", "2028-10-03": "Tuvalu Day (observed)", "2028-10-09": "National Children's Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-14": "Gospel Day", "2029-06-09": "King's Birthday", "2029-08-06": "National Youth Day", "2029-10-01": "Tuvalu Day", "2029-10-02": "Tuvalu Day", "2029-10-15": "National Children's Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-13": "Gospel Day", "2030-06-08": "King's Birthday", "2030-08-05": "National Youth Day", "2030-10-01": "Tuvalu Day", "2030-10-02": "Tuvalu Day", "2030-10-14": "National Children's Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-12": "Gospel Day", "2031-06-14": "King's Birthday", "2031-08-04": "National Youth Day", "2031-10-01": "Tuvalu Day", "2031-10-02": "Tuvalu Day", "2031-10-13": "National Children's Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-10": "Gospel Day", "2032-06-12": "King's Birthday", "2032-08-02": "National Youth Day", "2032-10-01": "Tuvalu Day", "2032-10-02": "Tuvalu Day", "2032-10-04": "Tuvalu Day (observed)", "2032-10-11": "National Children's Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-09": "Gospel Day", "2033-06-11": "King's Birthday", "2033-08-01": "National Youth Day", "2033-10-01": "Tuvalu Day", "2033-10-02": "Tuvalu Day", "2033-10-03": "Tuvalu Day (observed)", "2033-10-04": "Tuvalu Day (observed)", "2033-10-10": "National Children's Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-15": "Gospel Day", "2034-06-10": "King's Birthday", "2034-08-07": "National Youth Day", "2034-10-01": "Tuvalu Day", "2034-10-02": "Tuvalu Day", "2034-10-03": "Tuvalu Day (observed)", "2034-10-09": "National Children's Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-14": "Gospel Day", "2035-06-09": "King's Birthday", "2035-08-06": "National Youth Day", "2035-10-01": "Tuvalu Day", "2035-10-02": "Tuvalu Day", "2035-10-15": "National Children's Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-12": "Gospel Day", "2036-06-14": "King's Birthday", "2036-08-04": "National Youth Day", "2036-10-01": "Tuvalu Day", "2036-10-02": "Tuvalu Day", "2036-10-13": "National Children's Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-11": "Gospel Day", "2037-06-13": "King's Birthday", "2037-08-03": "National Youth Day", "2037-10-01": "Tuvalu Day", "2037-10-02": "Tuvalu Day", "2037-10-12": "National Children's Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-10": "Gospel Day", "2038-06-12": "King's Birthday", "2038-08-02": "National Youth Day", "2038-10-01": "Tuvalu Day", "2038-10-02": "Tuvalu Day", "2038-10-04": "Tuvalu Day (observed)", "2038-10-11": "National Children's Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-09": "Gospel Day", "2039-06-11": "King's Birthday", "2039-08-01": "National Youth Day", "2039-10-01": "Tuvalu Day", "2039-10-02": "Tuvalu Day", "2039-10-03": "Tuvalu Day (observed)", "2039-10-04": "Tuvalu Day (observed)", "2039-10-10": "National Children's Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-14": "Gospel Day", "2040-06-09": "King's Birthday", "2040-08-06": "National Youth Day", "2040-10-01": "Tuvalu Day", "2040-10-02": "Tuvalu Day", "2040-10-15": "National Children's Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-13": "Gospel Day", "2041-06-08": "King's Birthday", "2041-08-05": "National Youth Day", "2041-10-01": "Tuvalu Day", "2041-10-02": "Tuvalu Day", "2041-10-14": "National Children's Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-12": "Gospel Day", "2042-06-14": "King's Birthday", "2042-08-04": "National Youth Day", "2042-10-01": "Tuvalu Day", "2042-10-02": "Tuvalu Day", "2042-10-13": "National Children's Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-11": "Gospel Day", "2043-06-13": "King's Birthday", "2043-08-03": "National Youth Day", "2043-10-01": "Tuvalu Day", "2043-10-02": "Tuvalu Day", "2043-10-12": "National Children's Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-09": "Gospel Day", "2044-06-11": "King's Birthday", "2044-08-01": "National Youth Day", "2044-10-01": "Tuvalu Day", "2044-10-02": "Tuvalu Day", "2044-10-03": "Tuvalu Day (observed)", "2044-10-04": "Tuvalu Day (observed)", "2044-10-10": "National Children's Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-15": "Gospel Day", "2045-06-10": "King's Birthday", "2045-08-07": "National Youth Day", "2045-10-01": "Tuvalu Day", "2045-10-02": "Tuvalu Day", "2045-10-03": "Tuvalu Day (observed)", "2045-10-09": "National Children's Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-14": "Gospel Day", "2046-06-09": "King's Birthday", "2046-08-06": "National Youth Day", "2046-10-01": "Tuvalu Day", "2046-10-02": "Tuvalu Day", "2046-10-15": "National Children's Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-13": "Gospel Day", "2047-06-08": "King's Birthday", "2047-08-05": "National Youth Day", "2047-10-01": "Tuvalu Day", "2047-10-02": "Tuvalu Day", "2047-10-14": "National Children's Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-11": "Gospel Day", "2048-06-13": "King's Birthday", "2048-08-03": "National Youth Day", "2048-10-01": "Tuvalu Day", "2048-10-02": "Tuvalu Day", "2048-10-12": "National Children's Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-10": "Gospel Day", "2049-06-12": "King's Birthday", "2049-08-02": "National Youth Day", "2049-10-01": "Tuvalu Day", "2049-10-02": "Tuvalu Day", "2049-10-04": "Tuvalu Day (observed)", "2049-10-11": "National Children's Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-09": "Gospel Day", "2050-06-11": "King's Birthday", "2050-08-01": "National Youth Day", "2050-10-01": "Tuvalu Day", "2050-10-02": "Tuvalu Day", "2050-10-03": "Tuvalu Day (observed)", "2050-10-04": "Tuvalu Day (observed)", "2050-10-10": "National Children's Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/TV_FUN.json000066400000000000000000001024011500152103600212350ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-03-12": "Commonwealth Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-04-23": "The Day of the Bombing", "1990-05-14": "Gospel Day", "1990-06-09": "Queen's Birthday", "1990-08-06": "National Children's Day", "1990-10-01": "Tuvalu Day", "1990-10-02": "Tuvalu Day", "1990-10-21": "Cyclone Day", "1990-11-12": "Heir to the Throne's Birthday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-11": "Commonwealth Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-23": "The Day of the Bombing", "1991-05-13": "Gospel Day", "1991-06-08": "Queen's Birthday", "1991-08-05": "National Children's Day", "1991-10-01": "Tuvalu Day", "1991-10-02": "Tuvalu Day", "1991-10-21": "Cyclone Day", "1991-11-11": "Heir to the Throne's Birthday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-09": "Commonwealth Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-04-23": "The Day of the Bombing", "1992-05-11": "Gospel Day", "1992-06-13": "Queen's Birthday", "1992-08-03": "National Children's Day", "1992-10-01": "Tuvalu Day", "1992-10-02": "Tuvalu Day", "1992-10-21": "Cyclone Day", "1992-11-09": "Heir to the Throne's Birthday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-03-08": "Commonwealth Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-23": "The Day of the Bombing", "1993-05-10": "Gospel Day", "1993-06-12": "Queen's Birthday", "1993-08-02": "National Children's Day", "1993-10-01": "Tuvalu Day", "1993-10-02": "Tuvalu Day", "1993-10-04": "Tuvalu Day (observed)", "1993-10-21": "Cyclone Day", "1993-11-08": "Heir to the Throne's Birthday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-03-14": "Commonwealth Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-23": "The Day of the Bombing", "1994-05-09": "Gospel Day", "1994-06-11": "Queen's Birthday", "1994-08-01": "National Children's Day", "1994-10-01": "Tuvalu Day", "1994-10-02": "Tuvalu Day", "1994-10-03": "Tuvalu Day (observed)", "1994-10-04": "Tuvalu Day (observed)", "1994-10-21": "Cyclone Day", "1994-11-14": "Heir to the Throne's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-13": "Commonwealth Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-04-23": "The Day of the Bombing", "1995-05-15": "Gospel Day", "1995-06-10": "Queen's Birthday", "1995-08-07": "National Children's Day", "1995-10-01": "Tuvalu Day", "1995-10-02": "Tuvalu Day", "1995-10-03": "Tuvalu Day (observed)", "1995-10-21": "Cyclone Day", "1995-11-13": "Heir to the Throne's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-03-11": "Commonwealth Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-23": "The Day of the Bombing", "1996-05-13": "Gospel Day", "1996-06-08": "Queen's Birthday", "1996-08-05": "National Children's Day", "1996-10-01": "Tuvalu Day", "1996-10-02": "Tuvalu Day", "1996-10-21": "Cyclone Day", "1996-11-11": "Heir to the Throne's Birthday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-10": "Commonwealth Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-23": "The Day of the Bombing", "1997-05-12": "Gospel Day", "1997-06-14": "Queen's Birthday", "1997-08-04": "National Children's Day", "1997-10-01": "Tuvalu Day", "1997-10-02": "Tuvalu Day", "1997-10-21": "Cyclone Day", "1997-11-10": "Heir to the Throne's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-03-09": "Commonwealth Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-23": "The Day of the Bombing", "1998-05-11": "Gospel Day", "1998-06-13": "Queen's Birthday", "1998-08-03": "National Children's Day", "1998-10-01": "Tuvalu Day", "1998-10-02": "Tuvalu Day", "1998-10-21": "Cyclone Day", "1998-11-09": "Heir to the Throne's Birthday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-03-08": "Commonwealth Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-23": "The Day of the Bombing", "1999-05-10": "Gospel Day", "1999-06-12": "Queen's Birthday", "1999-08-02": "National Children's Day", "1999-10-01": "Tuvalu Day", "1999-10-02": "Tuvalu Day", "1999-10-04": "Tuvalu Day (observed)", "1999-10-21": "Cyclone Day", "1999-11-08": "Heir to the Throne's Birthday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-03-13": "Commonwealth Day", "2000-04-21": "Good Friday", "2000-04-23": "The Day of the Bombing", "2000-04-24": "Easter Monday", "2000-05-15": "Gospel Day", "2000-06-10": "Queen's Birthday", "2000-08-07": "National Children's Day", "2000-10-01": "Tuvalu Day", "2000-10-02": "Tuvalu Day", "2000-10-03": "Tuvalu Day (observed)", "2000-10-21": "Cyclone Day", "2000-11-13": "Heir to the Throne's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-03-12": "Commonwealth Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-04-23": "The Day of the Bombing", "2001-05-14": "Gospel Day", "2001-06-09": "Queen's Birthday", "2001-08-06": "National Children's Day", "2001-10-01": "Tuvalu Day", "2001-10-02": "Tuvalu Day", "2001-10-21": "Cyclone Day", "2001-11-12": "Heir to the Throne's Birthday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-11": "Commonwealth Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-23": "The Day of the Bombing", "2002-05-13": "Gospel Day", "2002-06-08": "Queen's Birthday", "2002-08-05": "National Children's Day", "2002-10-01": "Tuvalu Day", "2002-10-02": "Tuvalu Day", "2002-10-21": "Cyclone Day", "2002-11-11": "Heir to the Throne's Birthday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-10": "Commonwealth Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-04-23": "The Day of the Bombing", "2003-05-12": "Gospel Day", "2003-06-14": "Queen's Birthday", "2003-08-04": "National Children's Day", "2003-10-01": "Tuvalu Day", "2003-10-02": "Tuvalu Day", "2003-10-21": "Cyclone Day", "2003-11-10": "Heir to the Throne's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-03-08": "Commonwealth Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-23": "The Day of the Bombing", "2004-05-10": "Gospel Day", "2004-06-12": "Queen's Birthday", "2004-08-02": "National Children's Day", "2004-10-01": "Tuvalu Day", "2004-10-02": "Tuvalu Day", "2004-10-04": "Tuvalu Day (observed)", "2004-10-21": "Cyclone Day", "2004-11-08": "Heir to the Throne's Birthday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-14": "Commonwealth Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-23": "The Day of the Bombing", "2005-05-09": "Gospel Day", "2005-06-11": "Queen's Birthday", "2005-08-01": "National Children's Day", "2005-10-01": "Tuvalu Day", "2005-10-02": "Tuvalu Day", "2005-10-03": "Tuvalu Day (observed)", "2005-10-04": "Tuvalu Day (observed)", "2005-10-21": "Cyclone Day", "2005-11-14": "Heir to the Throne's Birthday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-13": "Commonwealth Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-04-23": "The Day of the Bombing", "2006-05-15": "Gospel Day", "2006-06-10": "Queen's Birthday", "2006-08-07": "National Children's Day", "2006-10-01": "Tuvalu Day", "2006-10-02": "Tuvalu Day", "2006-10-03": "Tuvalu Day (observed)", "2006-10-21": "Cyclone Day", "2006-11-13": "Heir to the Throne's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-03-12": "Commonwealth Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-23": "The Day of the Bombing", "2007-05-14": "Gospel Day", "2007-06-09": "Queen's Birthday", "2007-08-06": "National Children's Day", "2007-10-01": "Tuvalu Day", "2007-10-02": "Tuvalu Day", "2007-10-21": "Cyclone Day", "2007-11-12": "Heir to the Throne's Birthday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-10": "Commonwealth Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-23": "The Day of the Bombing", "2008-05-12": "Gospel Day", "2008-06-14": "Queen's Birthday", "2008-08-04": "National Children's Day", "2008-10-01": "Tuvalu Day", "2008-10-02": "Tuvalu Day", "2008-10-21": "Cyclone Day", "2008-11-10": "Heir to the Throne's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-09": "Commonwealth Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-23": "The Day of the Bombing", "2009-05-11": "Gospel Day", "2009-06-13": "Queen's Birthday", "2009-08-03": "National Children's Day", "2009-10-01": "Tuvalu Day", "2009-10-02": "Tuvalu Day", "2009-10-21": "Cyclone Day", "2009-11-09": "Heir to the Throne's Birthday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-03-08": "Commonwealth Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-23": "The Day of the Bombing", "2010-05-10": "Gospel Day", "2010-06-12": "Queen's Birthday", "2010-08-02": "National Children's Day", "2010-10-01": "Tuvalu Day", "2010-10-02": "Tuvalu Day", "2010-10-04": "Tuvalu Day (observed)", "2010-10-21": "Cyclone Day", "2010-11-08": "Heir to the Throne's Birthday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-03-14": "Commonwealth Day", "2011-04-22": "Good Friday", "2011-04-23": "The Day of the Bombing", "2011-04-25": "Easter Monday", "2011-05-09": "Gospel Day", "2011-06-11": "Queen's Birthday", "2011-08-01": "National Children's Day", "2011-10-01": "Tuvalu Day", "2011-10-02": "Tuvalu Day", "2011-10-03": "Tuvalu Day (observed)", "2011-10-04": "Tuvalu Day (observed)", "2011-10-21": "Cyclone Day", "2011-11-14": "Heir to the Throne's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-12": "Commonwealth Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-23": "The Day of the Bombing", "2012-05-14": "Gospel Day", "2012-06-09": "Queen's Birthday", "2012-08-06": "National Children's Day", "2012-10-01": "Tuvalu Day", "2012-10-02": "Tuvalu Day", "2012-10-21": "Cyclone Day", "2012-11-12": "Heir to the Throne's Birthday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-11": "Commonwealth Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-23": "The Day of the Bombing", "2013-05-13": "Gospel Day", "2013-06-08": "Queen's Birthday", "2013-08-05": "National Children's Day", "2013-10-01": "Tuvalu Day", "2013-10-02": "Tuvalu Day", "2013-10-21": "Cyclone Day", "2013-11-11": "Heir to the Throne's Birthday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-10": "Commonwealth Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-04-23": "The Day of the Bombing", "2014-05-12": "Gospel Day", "2014-06-14": "Queen's Birthday", "2014-08-04": "National Children's Day", "2014-10-01": "Tuvalu Day", "2014-10-02": "Tuvalu Day", "2014-10-21": "Cyclone Day", "2014-11-10": "Heir to the Throne's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-03-09": "Commonwealth Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-23": "The Day of the Bombing", "2015-05-11": "Gospel Day", "2015-06-13": "Queen's Birthday", "2015-08-03": "National Children's Day", "2015-10-01": "Tuvalu Day", "2015-10-02": "Tuvalu Day", "2015-10-21": "Cyclone Day", "2015-11-09": "Heir to the Throne's Birthday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-14": "Commonwealth Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-23": "The Day of the Bombing", "2016-05-09": "Gospel Day", "2016-06-11": "Queen's Birthday", "2016-08-01": "National Children's Day", "2016-10-01": "Tuvalu Day", "2016-10-02": "Tuvalu Day", "2016-10-03": "Tuvalu Day (observed)", "2016-10-04": "Tuvalu Day (observed)", "2016-10-21": "Cyclone Day", "2016-11-14": "Heir to the Throne's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-13": "Commonwealth Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-04-23": "The Day of the Bombing", "2017-05-15": "Gospel Day", "2017-06-10": "Queen's Birthday", "2017-08-07": "National Children's Day", "2017-10-01": "Tuvalu Day", "2017-10-02": "Tuvalu Day", "2017-10-03": "Tuvalu Day (observed)", "2017-10-21": "Cyclone Day", "2017-11-13": "Heir to the Throne's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-12": "Commonwealth Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-23": "The Day of the Bombing", "2018-05-14": "Gospel Day", "2018-06-09": "Queen's Birthday", "2018-08-06": "National Children's Day", "2018-10-01": "Tuvalu Day", "2018-10-02": "Tuvalu Day", "2018-10-21": "Cyclone Day", "2018-11-12": "Heir to the Throne's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-11": "Commonwealth Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-04-23": "The Day of the Bombing", "2019-05-13": "Gospel Day", "2019-06-08": "Queen's Birthday", "2019-08-05": "National Youth Day", "2019-10-01": "Tuvalu Day", "2019-10-02": "Tuvalu Day", "2019-10-14": "National Children's Day", "2019-10-21": "Cyclone Day", "2019-11-11": "Heir to the Throne's Birthday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-03-09": "Commonwealth Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-23": "The Day of the Bombing", "2020-05-11": "Gospel Day", "2020-06-13": "Queen's Birthday", "2020-08-03": "National Youth Day", "2020-10-01": "Tuvalu Day", "2020-10-02": "Tuvalu Day", "2020-10-12": "National Children's Day", "2020-10-21": "Cyclone Day", "2020-11-09": "Heir to the Throne's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-23": "The Day of the Bombing", "2021-05-10": "Gospel Day", "2021-06-12": "Queen's Birthday", "2021-08-02": "National Youth Day", "2021-10-01": "Tuvalu Day", "2021-10-02": "Tuvalu Day", "2021-10-04": "Tuvalu Day (observed)", "2021-10-11": "National Children's Day", "2021-10-21": "Cyclone Day", "2021-11-08": "Heir to the Throne's Birthday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-04-23": "The Day of the Bombing", "2022-05-09": "Gospel Day", "2022-06-11": "Queen's Birthday", "2022-08-01": "National Youth Day", "2022-10-01": "Tuvalu Day", "2022-10-02": "Tuvalu Day", "2022-10-03": "Tuvalu Day (observed)", "2022-10-04": "Tuvalu Day (observed)", "2022-10-10": "National Children's Day", "2022-10-21": "Cyclone Day", "2022-11-14": "Heir to the Throne's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-23": "The Day of the Bombing", "2023-05-15": "Gospel Day", "2023-06-10": "King's Birthday", "2023-08-07": "National Youth Day", "2023-10-01": "Tuvalu Day", "2023-10-02": "Tuvalu Day", "2023-10-03": "Tuvalu Day (observed)", "2023-10-09": "National Children's Day", "2023-10-21": "Cyclone Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-23": "The Day of the Bombing", "2024-05-13": "Gospel Day", "2024-06-08": "King's Birthday", "2024-08-05": "National Youth Day", "2024-10-01": "Tuvalu Day", "2024-10-02": "Tuvalu Day", "2024-10-14": "National Children's Day", "2024-10-21": "Cyclone Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-04-23": "The Day of the Bombing", "2025-05-12": "Gospel Day", "2025-06-14": "King's Birthday", "2025-08-04": "National Youth Day", "2025-10-01": "Tuvalu Day", "2025-10-02": "Tuvalu Day", "2025-10-13": "National Children's Day", "2025-10-21": "Cyclone Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-23": "The Day of the Bombing", "2026-05-11": "Gospel Day", "2026-06-13": "King's Birthday", "2026-08-03": "National Youth Day", "2026-10-01": "Tuvalu Day", "2026-10-02": "Tuvalu Day", "2026-10-12": "National Children's Day", "2026-10-21": "Cyclone Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-23": "The Day of the Bombing", "2027-05-10": "Gospel Day", "2027-06-12": "King's Birthday", "2027-08-02": "National Youth Day", "2027-10-01": "Tuvalu Day", "2027-10-02": "Tuvalu Day", "2027-10-04": "Tuvalu Day (observed)", "2027-10-11": "National Children's Day", "2027-10-21": "Cyclone Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-04-23": "The Day of the Bombing", "2028-05-15": "Gospel Day", "2028-06-10": "King's Birthday", "2028-08-07": "National Youth Day", "2028-10-01": "Tuvalu Day", "2028-10-02": "Tuvalu Day", "2028-10-03": "Tuvalu Day (observed)", "2028-10-09": "National Children's Day", "2028-10-21": "Cyclone Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-23": "The Day of the Bombing", "2029-05-14": "Gospel Day", "2029-06-09": "King's Birthday", "2029-08-06": "National Youth Day", "2029-10-01": "Tuvalu Day", "2029-10-02": "Tuvalu Day", "2029-10-15": "National Children's Day", "2029-10-21": "Cyclone Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-04-23": "The Day of the Bombing", "2030-05-13": "Gospel Day", "2030-06-08": "King's Birthday", "2030-08-05": "National Youth Day", "2030-10-01": "Tuvalu Day", "2030-10-02": "Tuvalu Day", "2030-10-14": "National Children's Day", "2030-10-21": "Cyclone Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-23": "The Day of the Bombing", "2031-05-12": "Gospel Day", "2031-06-14": "King's Birthday", "2031-08-04": "National Youth Day", "2031-10-01": "Tuvalu Day", "2031-10-02": "Tuvalu Day", "2031-10-13": "National Children's Day", "2031-10-21": "Cyclone Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-23": "The Day of the Bombing", "2032-05-10": "Gospel Day", "2032-06-12": "King's Birthday", "2032-08-02": "National Youth Day", "2032-10-01": "Tuvalu Day", "2032-10-02": "Tuvalu Day", "2032-10-04": "Tuvalu Day (observed)", "2032-10-11": "National Children's Day", "2032-10-21": "Cyclone Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-04-23": "The Day of the Bombing", "2033-05-09": "Gospel Day", "2033-06-11": "King's Birthday", "2033-08-01": "National Youth Day", "2033-10-01": "Tuvalu Day", "2033-10-02": "Tuvalu Day", "2033-10-03": "Tuvalu Day (observed)", "2033-10-04": "Tuvalu Day (observed)", "2033-10-10": "National Children's Day", "2033-10-21": "Cyclone Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-23": "The Day of the Bombing", "2034-05-15": "Gospel Day", "2034-06-10": "King's Birthday", "2034-08-07": "National Youth Day", "2034-10-01": "Tuvalu Day", "2034-10-02": "Tuvalu Day", "2034-10-03": "Tuvalu Day (observed)", "2034-10-09": "National Children's Day", "2034-10-21": "Cyclone Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-23": "The Day of the Bombing", "2035-05-14": "Gospel Day", "2035-06-09": "King's Birthday", "2035-08-06": "National Youth Day", "2035-10-01": "Tuvalu Day", "2035-10-02": "Tuvalu Day", "2035-10-15": "National Children's Day", "2035-10-21": "Cyclone Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-23": "The Day of the Bombing", "2036-05-12": "Gospel Day", "2036-06-14": "King's Birthday", "2036-08-04": "National Youth Day", "2036-10-01": "Tuvalu Day", "2036-10-02": "Tuvalu Day", "2036-10-13": "National Children's Day", "2036-10-21": "Cyclone Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-23": "The Day of the Bombing", "2037-05-11": "Gospel Day", "2037-06-13": "King's Birthday", "2037-08-03": "National Youth Day", "2037-10-01": "Tuvalu Day", "2037-10-02": "Tuvalu Day", "2037-10-12": "National Children's Day", "2037-10-21": "Cyclone Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday; The Day of the Bombing", "2038-04-26": "Easter Monday", "2038-05-10": "Gospel Day", "2038-06-12": "King's Birthday", "2038-08-02": "National Youth Day", "2038-10-01": "Tuvalu Day", "2038-10-02": "Tuvalu Day", "2038-10-04": "Tuvalu Day (observed)", "2038-10-11": "National Children's Day", "2038-10-21": "Cyclone Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-23": "The Day of the Bombing", "2039-05-09": "Gospel Day", "2039-06-11": "King's Birthday", "2039-08-01": "National Youth Day", "2039-10-01": "Tuvalu Day", "2039-10-02": "Tuvalu Day", "2039-10-03": "Tuvalu Day (observed)", "2039-10-04": "Tuvalu Day (observed)", "2039-10-10": "National Children's Day", "2039-10-21": "Cyclone Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-23": "The Day of the Bombing", "2040-05-14": "Gospel Day", "2040-06-09": "King's Birthday", "2040-08-06": "National Youth Day", "2040-10-01": "Tuvalu Day", "2040-10-02": "Tuvalu Day", "2040-10-15": "National Children's Day", "2040-10-21": "Cyclone Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-04-23": "The Day of the Bombing", "2041-05-13": "Gospel Day", "2041-06-08": "King's Birthday", "2041-08-05": "National Youth Day", "2041-10-01": "Tuvalu Day", "2041-10-02": "Tuvalu Day", "2041-10-14": "National Children's Day", "2041-10-21": "Cyclone Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-23": "The Day of the Bombing", "2042-05-12": "Gospel Day", "2042-06-14": "King's Birthday", "2042-08-04": "National Youth Day", "2042-10-01": "Tuvalu Day", "2042-10-02": "Tuvalu Day", "2042-10-13": "National Children's Day", "2042-10-21": "Cyclone Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-23": "The Day of the Bombing", "2043-05-11": "Gospel Day", "2043-06-13": "King's Birthday", "2043-08-03": "National Youth Day", "2043-10-01": "Tuvalu Day", "2043-10-02": "Tuvalu Day", "2043-10-12": "National Children's Day", "2043-10-21": "Cyclone Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-04-23": "The Day of the Bombing", "2044-05-09": "Gospel Day", "2044-06-11": "King's Birthday", "2044-08-01": "National Youth Day", "2044-10-01": "Tuvalu Day", "2044-10-02": "Tuvalu Day", "2044-10-03": "Tuvalu Day (observed)", "2044-10-04": "Tuvalu Day (observed)", "2044-10-10": "National Children's Day", "2044-10-21": "Cyclone Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-23": "The Day of the Bombing", "2045-05-15": "Gospel Day", "2045-06-10": "King's Birthday", "2045-08-07": "National Youth Day", "2045-10-01": "Tuvalu Day", "2045-10-02": "Tuvalu Day", "2045-10-03": "Tuvalu Day (observed)", "2045-10-09": "National Children's Day", "2045-10-21": "Cyclone Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-23": "The Day of the Bombing", "2046-05-14": "Gospel Day", "2046-06-09": "King's Birthday", "2046-08-06": "National Youth Day", "2046-10-01": "Tuvalu Day", "2046-10-02": "Tuvalu Day", "2046-10-15": "National Children's Day", "2046-10-21": "Cyclone Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-04-23": "The Day of the Bombing", "2047-05-13": "Gospel Day", "2047-06-08": "King's Birthday", "2047-08-05": "National Youth Day", "2047-10-01": "Tuvalu Day", "2047-10-02": "Tuvalu Day", "2047-10-14": "National Children's Day", "2047-10-21": "Cyclone Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-23": "The Day of the Bombing", "2048-05-11": "Gospel Day", "2048-06-13": "King's Birthday", "2048-08-03": "National Youth Day", "2048-10-01": "Tuvalu Day", "2048-10-02": "Tuvalu Day", "2048-10-12": "National Children's Day", "2048-10-21": "Cyclone Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-04-23": "The Day of the Bombing", "2049-05-10": "Gospel Day", "2049-06-12": "King's Birthday", "2049-08-02": "National Youth Day", "2049-10-01": "Tuvalu Day", "2049-10-02": "Tuvalu Day", "2049-10-04": "Tuvalu Day (observed)", "2049-10-11": "National Children's Day", "2049-10-21": "Cyclone Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-23": "The Day of the Bombing", "2050-05-09": "Gospel Day", "2050-06-11": "King's Birthday", "2050-08-01": "National Youth Day", "2050-10-01": "Tuvalu Day", "2050-10-02": "Tuvalu Day", "2050-10-03": "Tuvalu Day (observed)", "2050-10-04": "Tuvalu Day (observed)", "2050-10-10": "National Children's Day", "2050-10-21": "Cyclone Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/TV_NIT.json000066400000000000000000000751341500152103600212530ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-03-12": "Commonwealth Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-14": "Gospel Day", "1990-06-09": "Queen's Birthday", "1990-08-06": "National Children's Day", "1990-09-17": "Niutao Day", "1990-10-01": "Tuvalu Day", "1990-10-02": "Tuvalu Day", "1990-11-12": "Heir to the Throne's Birthday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-11": "Commonwealth Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-13": "Gospel Day", "1991-06-08": "Queen's Birthday", "1991-08-05": "National Children's Day", "1991-09-17": "Niutao Day", "1991-10-01": "Tuvalu Day", "1991-10-02": "Tuvalu Day", "1991-11-11": "Heir to the Throne's Birthday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-09": "Commonwealth Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-11": "Gospel Day", "1992-06-13": "Queen's Birthday", "1992-08-03": "National Children's Day", "1992-09-17": "Niutao Day", "1992-10-01": "Tuvalu Day", "1992-10-02": "Tuvalu Day", "1992-11-09": "Heir to the Throne's Birthday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-03-08": "Commonwealth Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-10": "Gospel Day", "1993-06-12": "Queen's Birthday", "1993-08-02": "National Children's Day", "1993-09-17": "Niutao Day", "1993-10-01": "Tuvalu Day", "1993-10-02": "Tuvalu Day", "1993-10-04": "Tuvalu Day (observed)", "1993-11-08": "Heir to the Throne's Birthday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-03-14": "Commonwealth Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-09": "Gospel Day", "1994-06-11": "Queen's Birthday", "1994-08-01": "National Children's Day", "1994-09-17": "Niutao Day", "1994-10-01": "Tuvalu Day", "1994-10-02": "Tuvalu Day", "1994-10-03": "Tuvalu Day (observed)", "1994-10-04": "Tuvalu Day (observed)", "1994-11-14": "Heir to the Throne's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-13": "Commonwealth Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-15": "Gospel Day", "1995-06-10": "Queen's Birthday", "1995-08-07": "National Children's Day", "1995-09-17": "Niutao Day", "1995-10-01": "Tuvalu Day", "1995-10-02": "Tuvalu Day", "1995-10-03": "Tuvalu Day (observed)", "1995-11-13": "Heir to the Throne's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-03-11": "Commonwealth Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-13": "Gospel Day", "1996-06-08": "Queen's Birthday", "1996-08-05": "National Children's Day", "1996-09-17": "Niutao Day", "1996-10-01": "Tuvalu Day", "1996-10-02": "Tuvalu Day", "1996-11-11": "Heir to the Throne's Birthday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-10": "Commonwealth Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-12": "Gospel Day", "1997-06-14": "Queen's Birthday", "1997-08-04": "National Children's Day", "1997-09-17": "Niutao Day", "1997-10-01": "Tuvalu Day", "1997-10-02": "Tuvalu Day", "1997-11-10": "Heir to the Throne's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-03-09": "Commonwealth Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-11": "Gospel Day", "1998-06-13": "Queen's Birthday", "1998-08-03": "National Children's Day", "1998-09-17": "Niutao Day", "1998-10-01": "Tuvalu Day", "1998-10-02": "Tuvalu Day", "1998-11-09": "Heir to the Throne's Birthday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-03-08": "Commonwealth Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-10": "Gospel Day", "1999-06-12": "Queen's Birthday", "1999-08-02": "National Children's Day", "1999-09-17": "Niutao Day", "1999-10-01": "Tuvalu Day", "1999-10-02": "Tuvalu Day", "1999-10-04": "Tuvalu Day (observed)", "1999-11-08": "Heir to the Throne's Birthday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-03-13": "Commonwealth Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-15": "Gospel Day", "2000-06-10": "Queen's Birthday", "2000-08-07": "National Children's Day", "2000-09-17": "Niutao Day", "2000-10-01": "Tuvalu Day", "2000-10-02": "Tuvalu Day", "2000-10-03": "Tuvalu Day (observed)", "2000-11-13": "Heir to the Throne's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-03-12": "Commonwealth Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-14": "Gospel Day", "2001-06-09": "Queen's Birthday", "2001-08-06": "National Children's Day", "2001-09-17": "Niutao Day", "2001-10-01": "Tuvalu Day", "2001-10-02": "Tuvalu Day", "2001-11-12": "Heir to the Throne's Birthday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-11": "Commonwealth Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-13": "Gospel Day", "2002-06-08": "Queen's Birthday", "2002-08-05": "National Children's Day", "2002-09-17": "Niutao Day", "2002-10-01": "Tuvalu Day", "2002-10-02": "Tuvalu Day", "2002-11-11": "Heir to the Throne's Birthday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-10": "Commonwealth Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-12": "Gospel Day", "2003-06-14": "Queen's Birthday", "2003-08-04": "National Children's Day", "2003-09-17": "Niutao Day", "2003-10-01": "Tuvalu Day", "2003-10-02": "Tuvalu Day", "2003-11-10": "Heir to the Throne's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-03-08": "Commonwealth Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-10": "Gospel Day", "2004-06-12": "Queen's Birthday", "2004-08-02": "National Children's Day", "2004-09-17": "Niutao Day", "2004-10-01": "Tuvalu Day", "2004-10-02": "Tuvalu Day", "2004-10-04": "Tuvalu Day (observed)", "2004-11-08": "Heir to the Throne's Birthday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-14": "Commonwealth Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-09": "Gospel Day", "2005-06-11": "Queen's Birthday", "2005-08-01": "National Children's Day", "2005-09-17": "Niutao Day", "2005-10-01": "Tuvalu Day", "2005-10-02": "Tuvalu Day", "2005-10-03": "Tuvalu Day (observed)", "2005-10-04": "Tuvalu Day (observed)", "2005-11-14": "Heir to the Throne's Birthday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-13": "Commonwealth Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-15": "Gospel Day", "2006-06-10": "Queen's Birthday", "2006-08-07": "National Children's Day", "2006-09-17": "Niutao Day", "2006-10-01": "Tuvalu Day", "2006-10-02": "Tuvalu Day", "2006-10-03": "Tuvalu Day (observed)", "2006-11-13": "Heir to the Throne's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-03-12": "Commonwealth Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-14": "Gospel Day", "2007-06-09": "Queen's Birthday", "2007-08-06": "National Children's Day", "2007-09-17": "Niutao Day", "2007-10-01": "Tuvalu Day", "2007-10-02": "Tuvalu Day", "2007-11-12": "Heir to the Throne's Birthday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-10": "Commonwealth Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-12": "Gospel Day", "2008-06-14": "Queen's Birthday", "2008-08-04": "National Children's Day", "2008-09-17": "Niutao Day", "2008-10-01": "Tuvalu Day", "2008-10-02": "Tuvalu Day", "2008-11-10": "Heir to the Throne's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-09": "Commonwealth Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-11": "Gospel Day", "2009-06-13": "Queen's Birthday", "2009-08-03": "National Children's Day", "2009-09-17": "Niutao Day", "2009-10-01": "Tuvalu Day", "2009-10-02": "Tuvalu Day", "2009-11-09": "Heir to the Throne's Birthday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-03-08": "Commonwealth Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-10": "Gospel Day", "2010-06-12": "Queen's Birthday", "2010-08-02": "National Children's Day", "2010-09-17": "Niutao Day", "2010-10-01": "Tuvalu Day", "2010-10-02": "Tuvalu Day", "2010-10-04": "Tuvalu Day (observed)", "2010-11-08": "Heir to the Throne's Birthday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-03-14": "Commonwealth Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-09": "Gospel Day", "2011-06-11": "Queen's Birthday", "2011-08-01": "National Children's Day", "2011-09-17": "Niutao Day", "2011-10-01": "Tuvalu Day", "2011-10-02": "Tuvalu Day", "2011-10-03": "Tuvalu Day (observed)", "2011-10-04": "Tuvalu Day (observed)", "2011-11-14": "Heir to the Throne's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-12": "Commonwealth Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-14": "Gospel Day", "2012-06-09": "Queen's Birthday", "2012-08-06": "National Children's Day", "2012-09-17": "Niutao Day", "2012-10-01": "Tuvalu Day", "2012-10-02": "Tuvalu Day", "2012-11-12": "Heir to the Throne's Birthday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-11": "Commonwealth Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-13": "Gospel Day", "2013-06-08": "Queen's Birthday", "2013-08-05": "National Children's Day", "2013-09-17": "Niutao Day", "2013-10-01": "Tuvalu Day", "2013-10-02": "Tuvalu Day", "2013-11-11": "Heir to the Throne's Birthday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-10": "Commonwealth Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-12": "Gospel Day", "2014-06-14": "Queen's Birthday", "2014-08-04": "National Children's Day", "2014-09-17": "Niutao Day", "2014-10-01": "Tuvalu Day", "2014-10-02": "Tuvalu Day", "2014-11-10": "Heir to the Throne's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-03-09": "Commonwealth Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-11": "Gospel Day", "2015-06-13": "Queen's Birthday", "2015-08-03": "National Children's Day", "2015-09-17": "Niutao Day", "2015-10-01": "Tuvalu Day", "2015-10-02": "Tuvalu Day", "2015-11-09": "Heir to the Throne's Birthday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-14": "Commonwealth Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-09": "Gospel Day", "2016-06-11": "Queen's Birthday", "2016-08-01": "National Children's Day", "2016-09-17": "Niutao Day", "2016-10-01": "Tuvalu Day", "2016-10-02": "Tuvalu Day", "2016-10-03": "Tuvalu Day (observed)", "2016-10-04": "Tuvalu Day (observed)", "2016-11-14": "Heir to the Throne's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-13": "Commonwealth Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-15": "Gospel Day", "2017-06-10": "Queen's Birthday", "2017-08-07": "National Children's Day", "2017-09-17": "Niutao Day", "2017-10-01": "Tuvalu Day", "2017-10-02": "Tuvalu Day", "2017-10-03": "Tuvalu Day (observed)", "2017-11-13": "Heir to the Throne's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-12": "Commonwealth Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-14": "Gospel Day", "2018-06-09": "Queen's Birthday", "2018-08-06": "National Children's Day", "2018-09-17": "Niutao Day", "2018-10-01": "Tuvalu Day", "2018-10-02": "Tuvalu Day", "2018-11-12": "Heir to the Throne's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-11": "Commonwealth Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-13": "Gospel Day", "2019-06-08": "Queen's Birthday", "2019-08-05": "National Youth Day", "2019-09-17": "Niutao Day", "2019-10-01": "Tuvalu Day", "2019-10-02": "Tuvalu Day", "2019-10-14": "National Children's Day", "2019-11-11": "Heir to the Throne's Birthday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-03-09": "Commonwealth Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-11": "Gospel Day", "2020-06-13": "Queen's Birthday", "2020-08-03": "National Youth Day", "2020-09-17": "Niutao Day", "2020-10-01": "Tuvalu Day", "2020-10-02": "Tuvalu Day", "2020-10-12": "National Children's Day", "2020-11-09": "Heir to the Throne's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-10": "Gospel Day", "2021-06-12": "Queen's Birthday", "2021-08-02": "National Youth Day", "2021-09-17": "Niutao Day", "2021-10-01": "Tuvalu Day", "2021-10-02": "Tuvalu Day", "2021-10-04": "Tuvalu Day (observed)", "2021-10-11": "National Children's Day", "2021-11-08": "Heir to the Throne's Birthday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-09": "Gospel Day", "2022-06-11": "Queen's Birthday", "2022-08-01": "National Youth Day", "2022-09-17": "Niutao Day", "2022-10-01": "Tuvalu Day", "2022-10-02": "Tuvalu Day", "2022-10-03": "Tuvalu Day (observed)", "2022-10-04": "Tuvalu Day (observed)", "2022-10-10": "National Children's Day", "2022-11-14": "Heir to the Throne's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-15": "Gospel Day", "2023-06-10": "King's Birthday", "2023-08-07": "National Youth Day", "2023-09-17": "Niutao Day", "2023-10-01": "Tuvalu Day", "2023-10-02": "Tuvalu Day", "2023-10-03": "Tuvalu Day (observed)", "2023-10-09": "National Children's Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-13": "Gospel Day", "2024-06-08": "King's Birthday", "2024-08-05": "National Youth Day", "2024-09-17": "Niutao Day", "2024-10-01": "Tuvalu Day", "2024-10-02": "Tuvalu Day", "2024-10-14": "National Children's Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-12": "Gospel Day", "2025-06-14": "King's Birthday", "2025-08-04": "National Youth Day", "2025-09-17": "Niutao Day", "2025-10-01": "Tuvalu Day", "2025-10-02": "Tuvalu Day", "2025-10-13": "National Children's Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-11": "Gospel Day", "2026-06-13": "King's Birthday", "2026-08-03": "National Youth Day", "2026-09-17": "Niutao Day", "2026-10-01": "Tuvalu Day", "2026-10-02": "Tuvalu Day", "2026-10-12": "National Children's Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-10": "Gospel Day", "2027-06-12": "King's Birthday", "2027-08-02": "National Youth Day", "2027-09-17": "Niutao Day", "2027-10-01": "Tuvalu Day", "2027-10-02": "Tuvalu Day", "2027-10-04": "Tuvalu Day (observed)", "2027-10-11": "National Children's Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-15": "Gospel Day", "2028-06-10": "King's Birthday", "2028-08-07": "National Youth Day", "2028-09-17": "Niutao Day", "2028-10-01": "Tuvalu Day", "2028-10-02": "Tuvalu Day", "2028-10-03": "Tuvalu Day (observed)", "2028-10-09": "National Children's Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-14": "Gospel Day", "2029-06-09": "King's Birthday", "2029-08-06": "National Youth Day", "2029-09-17": "Niutao Day", "2029-10-01": "Tuvalu Day", "2029-10-02": "Tuvalu Day", "2029-10-15": "National Children's Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-13": "Gospel Day", "2030-06-08": "King's Birthday", "2030-08-05": "National Youth Day", "2030-09-17": "Niutao Day", "2030-10-01": "Tuvalu Day", "2030-10-02": "Tuvalu Day", "2030-10-14": "National Children's Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-12": "Gospel Day", "2031-06-14": "King's Birthday", "2031-08-04": "National Youth Day", "2031-09-17": "Niutao Day", "2031-10-01": "Tuvalu Day", "2031-10-02": "Tuvalu Day", "2031-10-13": "National Children's Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-10": "Gospel Day", "2032-06-12": "King's Birthday", "2032-08-02": "National Youth Day", "2032-09-17": "Niutao Day", "2032-10-01": "Tuvalu Day", "2032-10-02": "Tuvalu Day", "2032-10-04": "Tuvalu Day (observed)", "2032-10-11": "National Children's Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-09": "Gospel Day", "2033-06-11": "King's Birthday", "2033-08-01": "National Youth Day", "2033-09-17": "Niutao Day", "2033-10-01": "Tuvalu Day", "2033-10-02": "Tuvalu Day", "2033-10-03": "Tuvalu Day (observed)", "2033-10-04": "Tuvalu Day (observed)", "2033-10-10": "National Children's Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-15": "Gospel Day", "2034-06-10": "King's Birthday", "2034-08-07": "National Youth Day", "2034-09-17": "Niutao Day", "2034-10-01": "Tuvalu Day", "2034-10-02": "Tuvalu Day", "2034-10-03": "Tuvalu Day (observed)", "2034-10-09": "National Children's Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-14": "Gospel Day", "2035-06-09": "King's Birthday", "2035-08-06": "National Youth Day", "2035-09-17": "Niutao Day", "2035-10-01": "Tuvalu Day", "2035-10-02": "Tuvalu Day", "2035-10-15": "National Children's Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-12": "Gospel Day", "2036-06-14": "King's Birthday", "2036-08-04": "National Youth Day", "2036-09-17": "Niutao Day", "2036-10-01": "Tuvalu Day", "2036-10-02": "Tuvalu Day", "2036-10-13": "National Children's Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-11": "Gospel Day", "2037-06-13": "King's Birthday", "2037-08-03": "National Youth Day", "2037-09-17": "Niutao Day", "2037-10-01": "Tuvalu Day", "2037-10-02": "Tuvalu Day", "2037-10-12": "National Children's Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-10": "Gospel Day", "2038-06-12": "King's Birthday", "2038-08-02": "National Youth Day", "2038-09-17": "Niutao Day", "2038-10-01": "Tuvalu Day", "2038-10-02": "Tuvalu Day", "2038-10-04": "Tuvalu Day (observed)", "2038-10-11": "National Children's Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-09": "Gospel Day", "2039-06-11": "King's Birthday", "2039-08-01": "National Youth Day", "2039-09-17": "Niutao Day", "2039-10-01": "Tuvalu Day", "2039-10-02": "Tuvalu Day", "2039-10-03": "Tuvalu Day (observed)", "2039-10-04": "Tuvalu Day (observed)", "2039-10-10": "National Children's Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-14": "Gospel Day", "2040-06-09": "King's Birthday", "2040-08-06": "National Youth Day", "2040-09-17": "Niutao Day", "2040-10-01": "Tuvalu Day", "2040-10-02": "Tuvalu Day", "2040-10-15": "National Children's Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-13": "Gospel Day", "2041-06-08": "King's Birthday", "2041-08-05": "National Youth Day", "2041-09-17": "Niutao Day", "2041-10-01": "Tuvalu Day", "2041-10-02": "Tuvalu Day", "2041-10-14": "National Children's Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-12": "Gospel Day", "2042-06-14": "King's Birthday", "2042-08-04": "National Youth Day", "2042-09-17": "Niutao Day", "2042-10-01": "Tuvalu Day", "2042-10-02": "Tuvalu Day", "2042-10-13": "National Children's Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-11": "Gospel Day", "2043-06-13": "King's Birthday", "2043-08-03": "National Youth Day", "2043-09-17": "Niutao Day", "2043-10-01": "Tuvalu Day", "2043-10-02": "Tuvalu Day", "2043-10-12": "National Children's Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-09": "Gospel Day", "2044-06-11": "King's Birthday", "2044-08-01": "National Youth Day", "2044-09-17": "Niutao Day", "2044-10-01": "Tuvalu Day", "2044-10-02": "Tuvalu Day", "2044-10-03": "Tuvalu Day (observed)", "2044-10-04": "Tuvalu Day (observed)", "2044-10-10": "National Children's Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-15": "Gospel Day", "2045-06-10": "King's Birthday", "2045-08-07": "National Youth Day", "2045-09-17": "Niutao Day", "2045-10-01": "Tuvalu Day", "2045-10-02": "Tuvalu Day", "2045-10-03": "Tuvalu Day (observed)", "2045-10-09": "National Children's Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-14": "Gospel Day", "2046-06-09": "King's Birthday", "2046-08-06": "National Youth Day", "2046-09-17": "Niutao Day", "2046-10-01": "Tuvalu Day", "2046-10-02": "Tuvalu Day", "2046-10-15": "National Children's Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-13": "Gospel Day", "2047-06-08": "King's Birthday", "2047-08-05": "National Youth Day", "2047-09-17": "Niutao Day", "2047-10-01": "Tuvalu Day", "2047-10-02": "Tuvalu Day", "2047-10-14": "National Children's Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-11": "Gospel Day", "2048-06-13": "King's Birthday", "2048-08-03": "National Youth Day", "2048-09-17": "Niutao Day", "2048-10-01": "Tuvalu Day", "2048-10-02": "Tuvalu Day", "2048-10-12": "National Children's Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-10": "Gospel Day", "2049-06-12": "King's Birthday", "2049-08-02": "National Youth Day", "2049-09-17": "Niutao Day", "2049-10-01": "Tuvalu Day", "2049-10-02": "Tuvalu Day", "2049-10-04": "Tuvalu Day (observed)", "2049-10-11": "National Children's Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-09": "Gospel Day", "2050-06-11": "King's Birthday", "2050-08-01": "National Youth Day", "2050-09-17": "Niutao Day", "2050-10-01": "Tuvalu Day", "2050-10-02": "Tuvalu Day", "2050-10-03": "Tuvalu Day (observed)", "2050-10-04": "Tuvalu Day (observed)", "2050-10-10": "National Children's Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/TV_NKF.json000066400000000000000000000754231500152103600212400ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-02-11": "Nukufetau Day", "1990-03-12": "Commonwealth Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-14": "Gospel Day", "1990-06-09": "Queen's Birthday", "1990-08-06": "National Children's Day", "1990-10-01": "Tuvalu Day", "1990-10-02": "Tuvalu Day", "1990-11-12": "Heir to the Throne's Birthday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-02-11": "Nukufetau Day", "1991-03-11": "Commonwealth Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-13": "Gospel Day", "1991-06-08": "Queen's Birthday", "1991-08-05": "National Children's Day", "1991-10-01": "Tuvalu Day", "1991-10-02": "Tuvalu Day", "1991-11-11": "Heir to the Throne's Birthday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-02-11": "Nukufetau Day", "1992-03-09": "Commonwealth Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-11": "Gospel Day", "1992-06-13": "Queen's Birthday", "1992-08-03": "National Children's Day", "1992-10-01": "Tuvalu Day", "1992-10-02": "Tuvalu Day", "1992-11-09": "Heir to the Throne's Birthday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-02-11": "Nukufetau Day", "1993-03-08": "Commonwealth Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-10": "Gospel Day", "1993-06-12": "Queen's Birthday", "1993-08-02": "National Children's Day", "1993-10-01": "Tuvalu Day", "1993-10-02": "Tuvalu Day", "1993-10-04": "Tuvalu Day (observed)", "1993-11-08": "Heir to the Throne's Birthday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-02-11": "Nukufetau Day", "1994-03-14": "Commonwealth Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-09": "Gospel Day", "1994-06-11": "Queen's Birthday", "1994-08-01": "National Children's Day", "1994-10-01": "Tuvalu Day", "1994-10-02": "Tuvalu Day", "1994-10-03": "Tuvalu Day (observed)", "1994-10-04": "Tuvalu Day (observed)", "1994-11-14": "Heir to the Throne's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-11": "Nukufetau Day", "1995-03-13": "Commonwealth Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-15": "Gospel Day", "1995-06-10": "Queen's Birthday", "1995-08-07": "National Children's Day", "1995-10-01": "Tuvalu Day", "1995-10-02": "Tuvalu Day", "1995-10-03": "Tuvalu Day (observed)", "1995-11-13": "Heir to the Throne's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-02-11": "Nukufetau Day", "1996-03-11": "Commonwealth Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-13": "Gospel Day", "1996-06-08": "Queen's Birthday", "1996-08-05": "National Children's Day", "1996-10-01": "Tuvalu Day", "1996-10-02": "Tuvalu Day", "1996-11-11": "Heir to the Throne's Birthday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-02-11": "Nukufetau Day", "1997-03-10": "Commonwealth Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-12": "Gospel Day", "1997-06-14": "Queen's Birthday", "1997-08-04": "National Children's Day", "1997-10-01": "Tuvalu Day", "1997-10-02": "Tuvalu Day", "1997-11-10": "Heir to the Throne's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-02-11": "Nukufetau Day", "1998-03-09": "Commonwealth Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-11": "Gospel Day", "1998-06-13": "Queen's Birthday", "1998-08-03": "National Children's Day", "1998-10-01": "Tuvalu Day", "1998-10-02": "Tuvalu Day", "1998-11-09": "Heir to the Throne's Birthday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-02-11": "Nukufetau Day", "1999-03-08": "Commonwealth Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-10": "Gospel Day", "1999-06-12": "Queen's Birthday", "1999-08-02": "National Children's Day", "1999-10-01": "Tuvalu Day", "1999-10-02": "Tuvalu Day", "1999-10-04": "Tuvalu Day (observed)", "1999-11-08": "Heir to the Throne's Birthday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-02-11": "Nukufetau Day", "2000-03-13": "Commonwealth Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-15": "Gospel Day", "2000-06-10": "Queen's Birthday", "2000-08-07": "National Children's Day", "2000-10-01": "Tuvalu Day", "2000-10-02": "Tuvalu Day", "2000-10-03": "Tuvalu Day (observed)", "2000-11-13": "Heir to the Throne's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-02-11": "Nukufetau Day", "2001-03-12": "Commonwealth Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-14": "Gospel Day", "2001-06-09": "Queen's Birthday", "2001-08-06": "National Children's Day", "2001-10-01": "Tuvalu Day", "2001-10-02": "Tuvalu Day", "2001-11-12": "Heir to the Throne's Birthday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-02-11": "Nukufetau Day", "2002-03-11": "Commonwealth Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-13": "Gospel Day", "2002-06-08": "Queen's Birthday", "2002-08-05": "National Children's Day", "2002-10-01": "Tuvalu Day", "2002-10-02": "Tuvalu Day", "2002-11-11": "Heir to the Throne's Birthday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-02-11": "Nukufetau Day", "2003-03-10": "Commonwealth Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-12": "Gospel Day", "2003-06-14": "Queen's Birthday", "2003-08-04": "National Children's Day", "2003-10-01": "Tuvalu Day", "2003-10-02": "Tuvalu Day", "2003-11-10": "Heir to the Throne's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-02-11": "Nukufetau Day", "2004-03-08": "Commonwealth Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-10": "Gospel Day", "2004-06-12": "Queen's Birthday", "2004-08-02": "National Children's Day", "2004-10-01": "Tuvalu Day", "2004-10-02": "Tuvalu Day", "2004-10-04": "Tuvalu Day (observed)", "2004-11-08": "Heir to the Throne's Birthday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-02-11": "Nukufetau Day", "2005-03-14": "Commonwealth Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-09": "Gospel Day", "2005-06-11": "Queen's Birthday", "2005-08-01": "National Children's Day", "2005-10-01": "Tuvalu Day", "2005-10-02": "Tuvalu Day", "2005-10-03": "Tuvalu Day (observed)", "2005-10-04": "Tuvalu Day (observed)", "2005-11-14": "Heir to the Throne's Birthday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-11": "Nukufetau Day", "2006-03-13": "Commonwealth Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-15": "Gospel Day", "2006-06-10": "Queen's Birthday", "2006-08-07": "National Children's Day", "2006-10-01": "Tuvalu Day", "2006-10-02": "Tuvalu Day", "2006-10-03": "Tuvalu Day (observed)", "2006-11-13": "Heir to the Throne's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-02-11": "Nukufetau Day", "2007-03-12": "Commonwealth Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-14": "Gospel Day", "2007-06-09": "Queen's Birthday", "2007-08-06": "National Children's Day", "2007-10-01": "Tuvalu Day", "2007-10-02": "Tuvalu Day", "2007-11-12": "Heir to the Throne's Birthday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-02-11": "Nukufetau Day", "2008-03-10": "Commonwealth Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-12": "Gospel Day", "2008-06-14": "Queen's Birthday", "2008-08-04": "National Children's Day", "2008-10-01": "Tuvalu Day", "2008-10-02": "Tuvalu Day", "2008-11-10": "Heir to the Throne's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-02-11": "Nukufetau Day", "2009-03-09": "Commonwealth Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-11": "Gospel Day", "2009-06-13": "Queen's Birthday", "2009-08-03": "National Children's Day", "2009-10-01": "Tuvalu Day", "2009-10-02": "Tuvalu Day", "2009-11-09": "Heir to the Throne's Birthday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-02-11": "Nukufetau Day", "2010-03-08": "Commonwealth Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-10": "Gospel Day", "2010-06-12": "Queen's Birthday", "2010-08-02": "National Children's Day", "2010-10-01": "Tuvalu Day", "2010-10-02": "Tuvalu Day", "2010-10-04": "Tuvalu Day (observed)", "2010-11-08": "Heir to the Throne's Birthday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-02-11": "Nukufetau Day", "2011-03-14": "Commonwealth Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-09": "Gospel Day", "2011-06-11": "Queen's Birthday", "2011-08-01": "National Children's Day", "2011-10-01": "Tuvalu Day", "2011-10-02": "Tuvalu Day", "2011-10-03": "Tuvalu Day (observed)", "2011-10-04": "Tuvalu Day (observed)", "2011-11-14": "Heir to the Throne's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-11": "Nukufetau Day", "2012-03-12": "Commonwealth Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-14": "Gospel Day", "2012-06-09": "Queen's Birthday", "2012-08-06": "National Children's Day", "2012-10-01": "Tuvalu Day", "2012-10-02": "Tuvalu Day", "2012-11-12": "Heir to the Throne's Birthday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-02-11": "Nukufetau Day", "2013-03-11": "Commonwealth Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-13": "Gospel Day", "2013-06-08": "Queen's Birthday", "2013-08-05": "National Children's Day", "2013-10-01": "Tuvalu Day", "2013-10-02": "Tuvalu Day", "2013-11-11": "Heir to the Throne's Birthday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-02-11": "Nukufetau Day", "2014-03-10": "Commonwealth Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-12": "Gospel Day", "2014-06-14": "Queen's Birthday", "2014-08-04": "National Children's Day", "2014-10-01": "Tuvalu Day", "2014-10-02": "Tuvalu Day", "2014-11-10": "Heir to the Throne's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-11": "Nukufetau Day", "2015-03-09": "Commonwealth Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-11": "Gospel Day", "2015-06-13": "Queen's Birthday", "2015-08-03": "National Children's Day", "2015-10-01": "Tuvalu Day", "2015-10-02": "Tuvalu Day", "2015-11-09": "Heir to the Throne's Birthday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-02-11": "Nukufetau Day", "2016-03-14": "Commonwealth Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-09": "Gospel Day", "2016-06-11": "Queen's Birthday", "2016-08-01": "National Children's Day", "2016-10-01": "Tuvalu Day", "2016-10-02": "Tuvalu Day", "2016-10-03": "Tuvalu Day (observed)", "2016-10-04": "Tuvalu Day (observed)", "2016-11-14": "Heir to the Throne's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-11": "Nukufetau Day", "2017-03-13": "Commonwealth Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-15": "Gospel Day", "2017-06-10": "Queen's Birthday", "2017-08-07": "National Children's Day", "2017-10-01": "Tuvalu Day", "2017-10-02": "Tuvalu Day", "2017-10-03": "Tuvalu Day (observed)", "2017-11-13": "Heir to the Throne's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-11": "Nukufetau Day", "2018-03-12": "Commonwealth Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-14": "Gospel Day", "2018-06-09": "Queen's Birthday", "2018-08-06": "National Children's Day", "2018-10-01": "Tuvalu Day", "2018-10-02": "Tuvalu Day", "2018-11-12": "Heir to the Throne's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-11": "Nukufetau Day", "2019-03-11": "Commonwealth Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-13": "Gospel Day", "2019-06-08": "Queen's Birthday", "2019-08-05": "National Youth Day", "2019-10-01": "Tuvalu Day", "2019-10-02": "Tuvalu Day", "2019-10-14": "National Children's Day", "2019-11-11": "Heir to the Throne's Birthday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-11": "Nukufetau Day", "2020-03-09": "Commonwealth Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-11": "Gospel Day", "2020-06-13": "Queen's Birthday", "2020-08-03": "National Youth Day", "2020-10-01": "Tuvalu Day", "2020-10-02": "Tuvalu Day", "2020-10-12": "National Children's Day", "2020-11-09": "Heir to the Throne's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-11": "Nukufetau Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-10": "Gospel Day", "2021-06-12": "Queen's Birthday", "2021-08-02": "National Youth Day", "2021-10-01": "Tuvalu Day", "2021-10-02": "Tuvalu Day", "2021-10-04": "Tuvalu Day (observed)", "2021-10-11": "National Children's Day", "2021-11-08": "Heir to the Throne's Birthday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-11": "Nukufetau Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-09": "Gospel Day", "2022-06-11": "Queen's Birthday", "2022-08-01": "National Youth Day", "2022-10-01": "Tuvalu Day", "2022-10-02": "Tuvalu Day", "2022-10-03": "Tuvalu Day (observed)", "2022-10-04": "Tuvalu Day (observed)", "2022-10-10": "National Children's Day", "2022-11-14": "Heir to the Throne's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-11": "Nukufetau Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-15": "Gospel Day", "2023-06-10": "King's Birthday", "2023-08-07": "National Youth Day", "2023-10-01": "Tuvalu Day", "2023-10-02": "Tuvalu Day", "2023-10-03": "Tuvalu Day (observed)", "2023-10-09": "National Children's Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-11": "Nukufetau Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-13": "Gospel Day", "2024-06-08": "King's Birthday", "2024-08-05": "National Youth Day", "2024-10-01": "Tuvalu Day", "2024-10-02": "Tuvalu Day", "2024-10-14": "National Children's Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-11": "Nukufetau Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-12": "Gospel Day", "2025-06-14": "King's Birthday", "2025-08-04": "National Youth Day", "2025-10-01": "Tuvalu Day", "2025-10-02": "Tuvalu Day", "2025-10-13": "National Children's Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-11": "Nukufetau Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-11": "Gospel Day", "2026-06-13": "King's Birthday", "2026-08-03": "National Youth Day", "2026-10-01": "Tuvalu Day", "2026-10-02": "Tuvalu Day", "2026-10-12": "National Children's Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-11": "Nukufetau Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-10": "Gospel Day", "2027-06-12": "King's Birthday", "2027-08-02": "National Youth Day", "2027-10-01": "Tuvalu Day", "2027-10-02": "Tuvalu Day", "2027-10-04": "Tuvalu Day (observed)", "2027-10-11": "National Children's Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-11": "Nukufetau Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-15": "Gospel Day", "2028-06-10": "King's Birthday", "2028-08-07": "National Youth Day", "2028-10-01": "Tuvalu Day", "2028-10-02": "Tuvalu Day", "2028-10-03": "Tuvalu Day (observed)", "2028-10-09": "National Children's Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-11": "Nukufetau Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-14": "Gospel Day", "2029-06-09": "King's Birthday", "2029-08-06": "National Youth Day", "2029-10-01": "Tuvalu Day", "2029-10-02": "Tuvalu Day", "2029-10-15": "National Children's Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-11": "Nukufetau Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-13": "Gospel Day", "2030-06-08": "King's Birthday", "2030-08-05": "National Youth Day", "2030-10-01": "Tuvalu Day", "2030-10-02": "Tuvalu Day", "2030-10-14": "National Children's Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-11": "Nukufetau Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-12": "Gospel Day", "2031-06-14": "King's Birthday", "2031-08-04": "National Youth Day", "2031-10-01": "Tuvalu Day", "2031-10-02": "Tuvalu Day", "2031-10-13": "National Children's Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-11": "Nukufetau Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-10": "Gospel Day", "2032-06-12": "King's Birthday", "2032-08-02": "National Youth Day", "2032-10-01": "Tuvalu Day", "2032-10-02": "Tuvalu Day", "2032-10-04": "Tuvalu Day (observed)", "2032-10-11": "National Children's Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-02-11": "Nukufetau Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-09": "Gospel Day", "2033-06-11": "King's Birthday", "2033-08-01": "National Youth Day", "2033-10-01": "Tuvalu Day", "2033-10-02": "Tuvalu Day", "2033-10-03": "Tuvalu Day (observed)", "2033-10-04": "Tuvalu Day (observed)", "2033-10-10": "National Children's Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-11": "Nukufetau Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-15": "Gospel Day", "2034-06-10": "King's Birthday", "2034-08-07": "National Youth Day", "2034-10-01": "Tuvalu Day", "2034-10-02": "Tuvalu Day", "2034-10-03": "Tuvalu Day (observed)", "2034-10-09": "National Children's Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-11": "Nukufetau Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-14": "Gospel Day", "2035-06-09": "King's Birthday", "2035-08-06": "National Youth Day", "2035-10-01": "Tuvalu Day", "2035-10-02": "Tuvalu Day", "2035-10-15": "National Children's Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-11": "Nukufetau Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-12": "Gospel Day", "2036-06-14": "King's Birthday", "2036-08-04": "National Youth Day", "2036-10-01": "Tuvalu Day", "2036-10-02": "Tuvalu Day", "2036-10-13": "National Children's Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-11": "Nukufetau Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-11": "Gospel Day", "2037-06-13": "King's Birthday", "2037-08-03": "National Youth Day", "2037-10-01": "Tuvalu Day", "2037-10-02": "Tuvalu Day", "2037-10-12": "National Children's Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-02-11": "Nukufetau Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-10": "Gospel Day", "2038-06-12": "King's Birthday", "2038-08-02": "National Youth Day", "2038-10-01": "Tuvalu Day", "2038-10-02": "Tuvalu Day", "2038-10-04": "Tuvalu Day (observed)", "2038-10-11": "National Children's Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-02-11": "Nukufetau Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-09": "Gospel Day", "2039-06-11": "King's Birthday", "2039-08-01": "National Youth Day", "2039-10-01": "Tuvalu Day", "2039-10-02": "Tuvalu Day", "2039-10-03": "Tuvalu Day (observed)", "2039-10-04": "Tuvalu Day (observed)", "2039-10-10": "National Children's Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-11": "Nukufetau Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-14": "Gospel Day", "2040-06-09": "King's Birthday", "2040-08-06": "National Youth Day", "2040-10-01": "Tuvalu Day", "2040-10-02": "Tuvalu Day", "2040-10-15": "National Children's Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-11": "Nukufetau Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-13": "Gospel Day", "2041-06-08": "King's Birthday", "2041-08-05": "National Youth Day", "2041-10-01": "Tuvalu Day", "2041-10-02": "Tuvalu Day", "2041-10-14": "National Children's Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-11": "Nukufetau Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-12": "Gospel Day", "2042-06-14": "King's Birthday", "2042-08-04": "National Youth Day", "2042-10-01": "Tuvalu Day", "2042-10-02": "Tuvalu Day", "2042-10-13": "National Children's Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-11": "Nukufetau Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-11": "Gospel Day", "2043-06-13": "King's Birthday", "2043-08-03": "National Youth Day", "2043-10-01": "Tuvalu Day", "2043-10-02": "Tuvalu Day", "2043-10-12": "National Children's Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-11": "Nukufetau Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-09": "Gospel Day", "2044-06-11": "King's Birthday", "2044-08-01": "National Youth Day", "2044-10-01": "Tuvalu Day", "2044-10-02": "Tuvalu Day", "2044-10-03": "Tuvalu Day (observed)", "2044-10-04": "Tuvalu Day (observed)", "2044-10-10": "National Children's Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-11": "Nukufetau Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-15": "Gospel Day", "2045-06-10": "King's Birthday", "2045-08-07": "National Youth Day", "2045-10-01": "Tuvalu Day", "2045-10-02": "Tuvalu Day", "2045-10-03": "Tuvalu Day (observed)", "2045-10-09": "National Children's Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-11": "Nukufetau Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-14": "Gospel Day", "2046-06-09": "King's Birthday", "2046-08-06": "National Youth Day", "2046-10-01": "Tuvalu Day", "2046-10-02": "Tuvalu Day", "2046-10-15": "National Children's Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-11": "Nukufetau Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-13": "Gospel Day", "2047-06-08": "King's Birthday", "2047-08-05": "National Youth Day", "2047-10-01": "Tuvalu Day", "2047-10-02": "Tuvalu Day", "2047-10-14": "National Children's Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-11": "Nukufetau Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-11": "Gospel Day", "2048-06-13": "King's Birthday", "2048-08-03": "National Youth Day", "2048-10-01": "Tuvalu Day", "2048-10-02": "Tuvalu Day", "2048-10-12": "National Children's Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-11": "Nukufetau Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-10": "Gospel Day", "2049-06-12": "King's Birthday", "2049-08-02": "National Youth Day", "2049-10-01": "Tuvalu Day", "2049-10-02": "Tuvalu Day", "2049-10-04": "Tuvalu Day (observed)", "2049-10-11": "National Children's Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-11": "Nukufetau Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-09": "Gospel Day", "2050-06-11": "King's Birthday", "2050-08-01": "National Youth Day", "2050-10-01": "Tuvalu Day", "2050-10-02": "Tuvalu Day", "2050-10-03": "Tuvalu Day (observed)", "2050-10-04": "Tuvalu Day (observed)", "2050-10-10": "National Children's Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/TV_NKL.json000066400000000000000000000744741500152103600212530ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-03-12": "Commonwealth Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-10": "Gospel Day", "1990-05-14": "Gospel Day", "1990-06-09": "Queen's Birthday", "1990-08-06": "National Children's Day", "1990-10-01": "Tuvalu Day", "1990-10-02": "Tuvalu Day", "1990-11-12": "Heir to the Throne's Birthday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-11": "Commonwealth Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-10": "Gospel Day", "1991-05-13": "Gospel Day", "1991-06-08": "Queen's Birthday", "1991-08-05": "National Children's Day", "1991-10-01": "Tuvalu Day", "1991-10-02": "Tuvalu Day", "1991-11-11": "Heir to the Throne's Birthday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-09": "Commonwealth Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-10": "Gospel Day", "1992-05-11": "Gospel Day", "1992-06-13": "Queen's Birthday", "1992-08-03": "National Children's Day", "1992-10-01": "Tuvalu Day", "1992-10-02": "Tuvalu Day", "1992-11-09": "Heir to the Throne's Birthday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-03-08": "Commonwealth Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-10": "Gospel Day", "1993-06-12": "Queen's Birthday", "1993-08-02": "National Children's Day", "1993-10-01": "Tuvalu Day", "1993-10-02": "Tuvalu Day", "1993-10-04": "Tuvalu Day (observed)", "1993-11-08": "Heir to the Throne's Birthday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-03-14": "Commonwealth Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-09": "Gospel Day", "1994-05-10": "Gospel Day", "1994-06-11": "Queen's Birthday", "1994-08-01": "National Children's Day", "1994-10-01": "Tuvalu Day", "1994-10-02": "Tuvalu Day", "1994-10-03": "Tuvalu Day (observed)", "1994-10-04": "Tuvalu Day (observed)", "1994-11-14": "Heir to the Throne's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-13": "Commonwealth Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-10": "Gospel Day", "1995-05-15": "Gospel Day", "1995-06-10": "Queen's Birthday", "1995-08-07": "National Children's Day", "1995-10-01": "Tuvalu Day", "1995-10-02": "Tuvalu Day", "1995-10-03": "Tuvalu Day (observed)", "1995-11-13": "Heir to the Throne's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-03-11": "Commonwealth Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-10": "Gospel Day", "1996-05-13": "Gospel Day", "1996-06-08": "Queen's Birthday", "1996-08-05": "National Children's Day", "1996-10-01": "Tuvalu Day", "1996-10-02": "Tuvalu Day", "1996-11-11": "Heir to the Throne's Birthday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-10": "Commonwealth Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-10": "Gospel Day", "1997-05-12": "Gospel Day", "1997-06-14": "Queen's Birthday", "1997-08-04": "National Children's Day", "1997-10-01": "Tuvalu Day", "1997-10-02": "Tuvalu Day", "1997-11-10": "Heir to the Throne's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-03-09": "Commonwealth Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-10": "Gospel Day", "1998-05-11": "Gospel Day", "1998-06-13": "Queen's Birthday", "1998-08-03": "National Children's Day", "1998-10-01": "Tuvalu Day", "1998-10-02": "Tuvalu Day", "1998-11-09": "Heir to the Throne's Birthday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-03-08": "Commonwealth Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-10": "Gospel Day", "1999-06-12": "Queen's Birthday", "1999-08-02": "National Children's Day", "1999-10-01": "Tuvalu Day", "1999-10-02": "Tuvalu Day", "1999-10-04": "Tuvalu Day (observed)", "1999-11-08": "Heir to the Throne's Birthday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-03-13": "Commonwealth Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-10": "Gospel Day", "2000-05-15": "Gospel Day", "2000-06-10": "Queen's Birthday", "2000-08-07": "National Children's Day", "2000-10-01": "Tuvalu Day", "2000-10-02": "Tuvalu Day", "2000-10-03": "Tuvalu Day (observed)", "2000-11-13": "Heir to the Throne's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-03-12": "Commonwealth Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-10": "Gospel Day", "2001-05-14": "Gospel Day", "2001-06-09": "Queen's Birthday", "2001-08-06": "National Children's Day", "2001-10-01": "Tuvalu Day", "2001-10-02": "Tuvalu Day", "2001-11-12": "Heir to the Throne's Birthday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-11": "Commonwealth Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-10": "Gospel Day", "2002-05-13": "Gospel Day", "2002-06-08": "Queen's Birthday", "2002-08-05": "National Children's Day", "2002-10-01": "Tuvalu Day", "2002-10-02": "Tuvalu Day", "2002-11-11": "Heir to the Throne's Birthday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-10": "Commonwealth Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-10": "Gospel Day", "2003-05-12": "Gospel Day", "2003-06-14": "Queen's Birthday", "2003-08-04": "National Children's Day", "2003-10-01": "Tuvalu Day", "2003-10-02": "Tuvalu Day", "2003-11-10": "Heir to the Throne's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-03-08": "Commonwealth Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-10": "Gospel Day", "2004-06-12": "Queen's Birthday", "2004-08-02": "National Children's Day", "2004-10-01": "Tuvalu Day", "2004-10-02": "Tuvalu Day", "2004-10-04": "Tuvalu Day (observed)", "2004-11-08": "Heir to the Throne's Birthday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-14": "Commonwealth Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-09": "Gospel Day", "2005-05-10": "Gospel Day", "2005-06-11": "Queen's Birthday", "2005-08-01": "National Children's Day", "2005-10-01": "Tuvalu Day", "2005-10-02": "Tuvalu Day", "2005-10-03": "Tuvalu Day (observed)", "2005-10-04": "Tuvalu Day (observed)", "2005-11-14": "Heir to the Throne's Birthday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-13": "Commonwealth Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-10": "Gospel Day", "2006-05-15": "Gospel Day", "2006-06-10": "Queen's Birthday", "2006-08-07": "National Children's Day", "2006-10-01": "Tuvalu Day", "2006-10-02": "Tuvalu Day", "2006-10-03": "Tuvalu Day (observed)", "2006-11-13": "Heir to the Throne's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-03-12": "Commonwealth Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-10": "Gospel Day", "2007-05-14": "Gospel Day", "2007-06-09": "Queen's Birthday", "2007-08-06": "National Children's Day", "2007-10-01": "Tuvalu Day", "2007-10-02": "Tuvalu Day", "2007-11-12": "Heir to the Throne's Birthday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-10": "Commonwealth Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-10": "Gospel Day", "2008-05-12": "Gospel Day", "2008-06-14": "Queen's Birthday", "2008-08-04": "National Children's Day", "2008-10-01": "Tuvalu Day", "2008-10-02": "Tuvalu Day", "2008-11-10": "Heir to the Throne's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-09": "Commonwealth Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-10": "Gospel Day", "2009-05-11": "Gospel Day", "2009-06-13": "Queen's Birthday", "2009-08-03": "National Children's Day", "2009-10-01": "Tuvalu Day", "2009-10-02": "Tuvalu Day", "2009-11-09": "Heir to the Throne's Birthday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-03-08": "Commonwealth Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-10": "Gospel Day", "2010-06-12": "Queen's Birthday", "2010-08-02": "National Children's Day", "2010-10-01": "Tuvalu Day", "2010-10-02": "Tuvalu Day", "2010-10-04": "Tuvalu Day (observed)", "2010-11-08": "Heir to the Throne's Birthday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-03-14": "Commonwealth Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-09": "Gospel Day", "2011-05-10": "Gospel Day", "2011-06-11": "Queen's Birthday", "2011-08-01": "National Children's Day", "2011-10-01": "Tuvalu Day", "2011-10-02": "Tuvalu Day", "2011-10-03": "Tuvalu Day (observed)", "2011-10-04": "Tuvalu Day (observed)", "2011-11-14": "Heir to the Throne's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-12": "Commonwealth Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-10": "Gospel Day", "2012-05-14": "Gospel Day", "2012-06-09": "Queen's Birthday", "2012-08-06": "National Children's Day", "2012-10-01": "Tuvalu Day", "2012-10-02": "Tuvalu Day", "2012-11-12": "Heir to the Throne's Birthday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-11": "Commonwealth Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-10": "Gospel Day", "2013-05-13": "Gospel Day", "2013-06-08": "Queen's Birthday", "2013-08-05": "National Children's Day", "2013-10-01": "Tuvalu Day", "2013-10-02": "Tuvalu Day", "2013-11-11": "Heir to the Throne's Birthday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-10": "Commonwealth Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-10": "Gospel Day", "2014-05-12": "Gospel Day", "2014-06-14": "Queen's Birthday", "2014-08-04": "National Children's Day", "2014-10-01": "Tuvalu Day", "2014-10-02": "Tuvalu Day", "2014-11-10": "Heir to the Throne's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-03-09": "Commonwealth Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-10": "Gospel Day", "2015-05-11": "Gospel Day", "2015-06-13": "Queen's Birthday", "2015-08-03": "National Children's Day", "2015-10-01": "Tuvalu Day", "2015-10-02": "Tuvalu Day", "2015-11-09": "Heir to the Throne's Birthday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-14": "Commonwealth Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-09": "Gospel Day", "2016-05-10": "Gospel Day", "2016-06-11": "Queen's Birthday", "2016-08-01": "National Children's Day", "2016-10-01": "Tuvalu Day", "2016-10-02": "Tuvalu Day", "2016-10-03": "Tuvalu Day (observed)", "2016-10-04": "Tuvalu Day (observed)", "2016-11-14": "Heir to the Throne's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-13": "Commonwealth Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-10": "Gospel Day", "2017-05-15": "Gospel Day", "2017-06-10": "Queen's Birthday", "2017-08-07": "National Children's Day", "2017-10-01": "Tuvalu Day", "2017-10-02": "Tuvalu Day", "2017-10-03": "Tuvalu Day (observed)", "2017-11-13": "Heir to the Throne's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-12": "Commonwealth Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-10": "Gospel Day", "2018-05-14": "Gospel Day", "2018-06-09": "Queen's Birthday", "2018-08-06": "National Children's Day", "2018-10-01": "Tuvalu Day", "2018-10-02": "Tuvalu Day", "2018-11-12": "Heir to the Throne's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-11": "Commonwealth Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-10": "Gospel Day", "2019-05-13": "Gospel Day", "2019-06-08": "Queen's Birthday", "2019-08-05": "National Youth Day", "2019-10-01": "Tuvalu Day", "2019-10-02": "Tuvalu Day", "2019-10-14": "National Children's Day", "2019-11-11": "Heir to the Throne's Birthday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-03-09": "Commonwealth Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-10": "Gospel Day", "2020-05-11": "Gospel Day", "2020-06-13": "Queen's Birthday", "2020-08-03": "National Youth Day", "2020-10-01": "Tuvalu Day", "2020-10-02": "Tuvalu Day", "2020-10-12": "National Children's Day", "2020-11-09": "Heir to the Throne's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-10": "Gospel Day", "2021-06-12": "Queen's Birthday", "2021-08-02": "National Youth Day", "2021-10-01": "Tuvalu Day", "2021-10-02": "Tuvalu Day", "2021-10-04": "Tuvalu Day (observed)", "2021-10-11": "National Children's Day", "2021-11-08": "Heir to the Throne's Birthday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-09": "Gospel Day", "2022-05-10": "Gospel Day", "2022-06-11": "Queen's Birthday", "2022-08-01": "National Youth Day", "2022-10-01": "Tuvalu Day", "2022-10-02": "Tuvalu Day", "2022-10-03": "Tuvalu Day (observed)", "2022-10-04": "Tuvalu Day (observed)", "2022-10-10": "National Children's Day", "2022-11-14": "Heir to the Throne's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-10": "Gospel Day", "2023-05-15": "Gospel Day", "2023-06-10": "King's Birthday", "2023-08-07": "National Youth Day", "2023-10-01": "Tuvalu Day", "2023-10-02": "Tuvalu Day", "2023-10-03": "Tuvalu Day (observed)", "2023-10-09": "National Children's Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-10": "Gospel Day", "2024-05-13": "Gospel Day", "2024-06-08": "King's Birthday", "2024-08-05": "National Youth Day", "2024-10-01": "Tuvalu Day", "2024-10-02": "Tuvalu Day", "2024-10-14": "National Children's Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-10": "Gospel Day", "2025-05-12": "Gospel Day", "2025-06-14": "King's Birthday", "2025-08-04": "National Youth Day", "2025-10-01": "Tuvalu Day", "2025-10-02": "Tuvalu Day", "2025-10-13": "National Children's Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-10": "Gospel Day", "2026-05-11": "Gospel Day", "2026-06-13": "King's Birthday", "2026-08-03": "National Youth Day", "2026-10-01": "Tuvalu Day", "2026-10-02": "Tuvalu Day", "2026-10-12": "National Children's Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-10": "Gospel Day", "2027-06-12": "King's Birthday", "2027-08-02": "National Youth Day", "2027-10-01": "Tuvalu Day", "2027-10-02": "Tuvalu Day", "2027-10-04": "Tuvalu Day (observed)", "2027-10-11": "National Children's Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-10": "Gospel Day", "2028-05-15": "Gospel Day", "2028-06-10": "King's Birthday", "2028-08-07": "National Youth Day", "2028-10-01": "Tuvalu Day", "2028-10-02": "Tuvalu Day", "2028-10-03": "Tuvalu Day (observed)", "2028-10-09": "National Children's Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-10": "Gospel Day", "2029-05-14": "Gospel Day", "2029-06-09": "King's Birthday", "2029-08-06": "National Youth Day", "2029-10-01": "Tuvalu Day", "2029-10-02": "Tuvalu Day", "2029-10-15": "National Children's Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-10": "Gospel Day", "2030-05-13": "Gospel Day", "2030-06-08": "King's Birthday", "2030-08-05": "National Youth Day", "2030-10-01": "Tuvalu Day", "2030-10-02": "Tuvalu Day", "2030-10-14": "National Children's Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-10": "Gospel Day", "2031-05-12": "Gospel Day", "2031-06-14": "King's Birthday", "2031-08-04": "National Youth Day", "2031-10-01": "Tuvalu Day", "2031-10-02": "Tuvalu Day", "2031-10-13": "National Children's Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-10": "Gospel Day", "2032-06-12": "King's Birthday", "2032-08-02": "National Youth Day", "2032-10-01": "Tuvalu Day", "2032-10-02": "Tuvalu Day", "2032-10-04": "Tuvalu Day (observed)", "2032-10-11": "National Children's Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-09": "Gospel Day", "2033-05-10": "Gospel Day", "2033-06-11": "King's Birthday", "2033-08-01": "National Youth Day", "2033-10-01": "Tuvalu Day", "2033-10-02": "Tuvalu Day", "2033-10-03": "Tuvalu Day (observed)", "2033-10-04": "Tuvalu Day (observed)", "2033-10-10": "National Children's Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-10": "Gospel Day", "2034-05-15": "Gospel Day", "2034-06-10": "King's Birthday", "2034-08-07": "National Youth Day", "2034-10-01": "Tuvalu Day", "2034-10-02": "Tuvalu Day", "2034-10-03": "Tuvalu Day (observed)", "2034-10-09": "National Children's Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-10": "Gospel Day", "2035-05-14": "Gospel Day", "2035-06-09": "King's Birthday", "2035-08-06": "National Youth Day", "2035-10-01": "Tuvalu Day", "2035-10-02": "Tuvalu Day", "2035-10-15": "National Children's Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-10": "Gospel Day", "2036-05-12": "Gospel Day", "2036-06-14": "King's Birthday", "2036-08-04": "National Youth Day", "2036-10-01": "Tuvalu Day", "2036-10-02": "Tuvalu Day", "2036-10-13": "National Children's Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-10": "Gospel Day", "2037-05-11": "Gospel Day", "2037-06-13": "King's Birthday", "2037-08-03": "National Youth Day", "2037-10-01": "Tuvalu Day", "2037-10-02": "Tuvalu Day", "2037-10-12": "National Children's Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-10": "Gospel Day", "2038-06-12": "King's Birthday", "2038-08-02": "National Youth Day", "2038-10-01": "Tuvalu Day", "2038-10-02": "Tuvalu Day", "2038-10-04": "Tuvalu Day (observed)", "2038-10-11": "National Children's Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-09": "Gospel Day", "2039-05-10": "Gospel Day", "2039-06-11": "King's Birthday", "2039-08-01": "National Youth Day", "2039-10-01": "Tuvalu Day", "2039-10-02": "Tuvalu Day", "2039-10-03": "Tuvalu Day (observed)", "2039-10-04": "Tuvalu Day (observed)", "2039-10-10": "National Children's Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-10": "Gospel Day", "2040-05-14": "Gospel Day", "2040-06-09": "King's Birthday", "2040-08-06": "National Youth Day", "2040-10-01": "Tuvalu Day", "2040-10-02": "Tuvalu Day", "2040-10-15": "National Children's Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-10": "Gospel Day", "2041-05-13": "Gospel Day", "2041-06-08": "King's Birthday", "2041-08-05": "National Youth Day", "2041-10-01": "Tuvalu Day", "2041-10-02": "Tuvalu Day", "2041-10-14": "National Children's Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-10": "Gospel Day", "2042-05-12": "Gospel Day", "2042-06-14": "King's Birthday", "2042-08-04": "National Youth Day", "2042-10-01": "Tuvalu Day", "2042-10-02": "Tuvalu Day", "2042-10-13": "National Children's Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-10": "Gospel Day", "2043-05-11": "Gospel Day", "2043-06-13": "King's Birthday", "2043-08-03": "National Youth Day", "2043-10-01": "Tuvalu Day", "2043-10-02": "Tuvalu Day", "2043-10-12": "National Children's Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-09": "Gospel Day", "2044-05-10": "Gospel Day", "2044-06-11": "King's Birthday", "2044-08-01": "National Youth Day", "2044-10-01": "Tuvalu Day", "2044-10-02": "Tuvalu Day", "2044-10-03": "Tuvalu Day (observed)", "2044-10-04": "Tuvalu Day (observed)", "2044-10-10": "National Children's Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-10": "Gospel Day", "2045-05-15": "Gospel Day", "2045-06-10": "King's Birthday", "2045-08-07": "National Youth Day", "2045-10-01": "Tuvalu Day", "2045-10-02": "Tuvalu Day", "2045-10-03": "Tuvalu Day (observed)", "2045-10-09": "National Children's Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-10": "Gospel Day", "2046-05-14": "Gospel Day", "2046-06-09": "King's Birthday", "2046-08-06": "National Youth Day", "2046-10-01": "Tuvalu Day", "2046-10-02": "Tuvalu Day", "2046-10-15": "National Children's Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-10": "Gospel Day", "2047-05-13": "Gospel Day", "2047-06-08": "King's Birthday", "2047-08-05": "National Youth Day", "2047-10-01": "Tuvalu Day", "2047-10-02": "Tuvalu Day", "2047-10-14": "National Children's Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-10": "Gospel Day", "2048-05-11": "Gospel Day", "2048-06-13": "King's Birthday", "2048-08-03": "National Youth Day", "2048-10-01": "Tuvalu Day", "2048-10-02": "Tuvalu Day", "2048-10-12": "National Children's Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-10": "Gospel Day", "2049-06-12": "King's Birthday", "2049-08-02": "National Youth Day", "2049-10-01": "Tuvalu Day", "2049-10-02": "Tuvalu Day", "2049-10-04": "Tuvalu Day (observed)", "2049-10-11": "National Children's Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-09": "Gospel Day", "2050-05-10": "Gospel Day", "2050-06-11": "King's Birthday", "2050-08-01": "National Youth Day", "2050-10-01": "Tuvalu Day", "2050-10-02": "Tuvalu Day", "2050-10-03": "Tuvalu Day (observed)", "2050-10-04": "Tuvalu Day (observed)", "2050-10-10": "National Children's Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/TV_NMA.json000066400000000000000000001010711500152103600212220ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-01-08": "Golden Jubilee", "1990-02-03": "Big Day", "1990-03-12": "Commonwealth Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-14": "Gospel Day", "1990-06-09": "Queen's Birthday", "1990-08-06": "National Children's Day", "1990-10-01": "Tuvalu Day", "1990-10-02": "Tuvalu Day", "1990-11-12": "Heir to the Throne's Birthday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-08": "Golden Jubilee", "1991-02-03": "Big Day", "1991-03-11": "Commonwealth Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-13": "Gospel Day", "1991-06-08": "Queen's Birthday", "1991-08-05": "National Children's Day", "1991-10-01": "Tuvalu Day", "1991-10-02": "Tuvalu Day", "1991-11-11": "Heir to the Throne's Birthday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-08": "Golden Jubilee", "1992-02-03": "Big Day", "1992-03-09": "Commonwealth Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-11": "Gospel Day", "1992-06-13": "Queen's Birthday", "1992-08-03": "National Children's Day", "1992-10-01": "Tuvalu Day", "1992-10-02": "Tuvalu Day", "1992-11-09": "Heir to the Throne's Birthday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-01-08": "Golden Jubilee", "1993-02-03": "Big Day", "1993-03-08": "Commonwealth Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-10": "Gospel Day", "1993-06-12": "Queen's Birthday", "1993-08-02": "National Children's Day", "1993-10-01": "Tuvalu Day", "1993-10-02": "Tuvalu Day", "1993-10-04": "Tuvalu Day (observed)", "1993-11-08": "Heir to the Throne's Birthday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-01-08": "Golden Jubilee", "1994-02-03": "Big Day", "1994-03-14": "Commonwealth Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-09": "Gospel Day", "1994-06-11": "Queen's Birthday", "1994-08-01": "National Children's Day", "1994-10-01": "Tuvalu Day", "1994-10-02": "Tuvalu Day", "1994-10-03": "Tuvalu Day (observed)", "1994-10-04": "Tuvalu Day (observed)", "1994-11-14": "Heir to the Throne's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-08": "Golden Jubilee", "1995-02-03": "Big Day", "1995-03-13": "Commonwealth Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-15": "Gospel Day", "1995-06-10": "Queen's Birthday", "1995-08-07": "National Children's Day", "1995-10-01": "Tuvalu Day", "1995-10-02": "Tuvalu Day", "1995-10-03": "Tuvalu Day (observed)", "1995-11-13": "Heir to the Throne's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-08": "Golden Jubilee", "1996-02-03": "Big Day", "1996-03-11": "Commonwealth Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-13": "Gospel Day", "1996-06-08": "Queen's Birthday", "1996-08-05": "National Children's Day", "1996-10-01": "Tuvalu Day", "1996-10-02": "Tuvalu Day", "1996-11-11": "Heir to the Throne's Birthday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-08": "Golden Jubilee", "1997-02-03": "Big Day", "1997-03-10": "Commonwealth Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-12": "Gospel Day", "1997-06-14": "Queen's Birthday", "1997-08-04": "National Children's Day", "1997-10-01": "Tuvalu Day", "1997-10-02": "Tuvalu Day", "1997-11-10": "Heir to the Throne's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-08": "Golden Jubilee", "1998-02-03": "Big Day", "1998-03-09": "Commonwealth Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-11": "Gospel Day", "1998-06-13": "Queen's Birthday", "1998-08-03": "National Children's Day", "1998-10-01": "Tuvalu Day", "1998-10-02": "Tuvalu Day", "1998-11-09": "Heir to the Throne's Birthday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-01-08": "Golden Jubilee", "1999-02-03": "Big Day", "1999-03-08": "Commonwealth Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-10": "Gospel Day", "1999-06-12": "Queen's Birthday", "1999-08-02": "National Children's Day", "1999-10-01": "Tuvalu Day", "1999-10-02": "Tuvalu Day", "1999-10-04": "Tuvalu Day (observed)", "1999-11-08": "Heir to the Throne's Birthday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-08": "Golden Jubilee", "2000-02-03": "Big Day", "2000-03-13": "Commonwealth Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-15": "Gospel Day", "2000-06-10": "Queen's Birthday", "2000-08-07": "National Children's Day", "2000-10-01": "Tuvalu Day", "2000-10-02": "Tuvalu Day", "2000-10-03": "Tuvalu Day (observed)", "2000-11-13": "Heir to the Throne's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-08": "Golden Jubilee", "2001-02-03": "Big Day", "2001-03-12": "Commonwealth Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-14": "Gospel Day", "2001-06-09": "Queen's Birthday", "2001-08-06": "National Children's Day", "2001-10-01": "Tuvalu Day", "2001-10-02": "Tuvalu Day", "2001-11-12": "Heir to the Throne's Birthday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-08": "Golden Jubilee", "2002-02-03": "Big Day", "2002-03-11": "Commonwealth Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-13": "Gospel Day", "2002-06-08": "Queen's Birthday", "2002-08-05": "National Children's Day", "2002-10-01": "Tuvalu Day", "2002-10-02": "Tuvalu Day", "2002-11-11": "Heir to the Throne's Birthday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-08": "Golden Jubilee", "2003-02-03": "Big Day", "2003-03-10": "Commonwealth Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-12": "Gospel Day", "2003-06-14": "Queen's Birthday", "2003-08-04": "National Children's Day", "2003-10-01": "Tuvalu Day", "2003-10-02": "Tuvalu Day", "2003-11-10": "Heir to the Throne's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-08": "Golden Jubilee", "2004-02-03": "Big Day", "2004-03-08": "Commonwealth Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-10": "Gospel Day", "2004-06-12": "Queen's Birthday", "2004-08-02": "National Children's Day", "2004-10-01": "Tuvalu Day", "2004-10-02": "Tuvalu Day", "2004-10-04": "Tuvalu Day (observed)", "2004-11-08": "Heir to the Throne's Birthday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-08": "Golden Jubilee", "2005-02-03": "Big Day", "2005-03-14": "Commonwealth Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-09": "Gospel Day", "2005-06-11": "Queen's Birthday", "2005-08-01": "National Children's Day", "2005-10-01": "Tuvalu Day", "2005-10-02": "Tuvalu Day", "2005-10-03": "Tuvalu Day (observed)", "2005-10-04": "Tuvalu Day (observed)", "2005-11-14": "Heir to the Throne's Birthday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-08": "Golden Jubilee", "2006-02-03": "Big Day", "2006-03-13": "Commonwealth Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-15": "Gospel Day", "2006-06-10": "Queen's Birthday", "2006-08-07": "National Children's Day", "2006-10-01": "Tuvalu Day", "2006-10-02": "Tuvalu Day", "2006-10-03": "Tuvalu Day (observed)", "2006-11-13": "Heir to the Throne's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-08": "Golden Jubilee", "2007-02-03": "Big Day", "2007-03-12": "Commonwealth Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-14": "Gospel Day", "2007-06-09": "Queen's Birthday", "2007-08-06": "National Children's Day", "2007-10-01": "Tuvalu Day", "2007-10-02": "Tuvalu Day", "2007-11-12": "Heir to the Throne's Birthday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-08": "Golden Jubilee", "2008-02-03": "Big Day", "2008-03-10": "Commonwealth Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-12": "Gospel Day", "2008-06-14": "Queen's Birthday", "2008-08-04": "National Children's Day", "2008-10-01": "Tuvalu Day", "2008-10-02": "Tuvalu Day", "2008-11-10": "Heir to the Throne's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-08": "Golden Jubilee", "2009-02-03": "Big Day", "2009-03-09": "Commonwealth Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-11": "Gospel Day", "2009-06-13": "Queen's Birthday", "2009-08-03": "National Children's Day", "2009-10-01": "Tuvalu Day", "2009-10-02": "Tuvalu Day", "2009-11-09": "Heir to the Throne's Birthday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-01-08": "Golden Jubilee", "2010-02-03": "Big Day", "2010-03-08": "Commonwealth Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-10": "Gospel Day", "2010-06-12": "Queen's Birthday", "2010-08-02": "National Children's Day", "2010-10-01": "Tuvalu Day", "2010-10-02": "Tuvalu Day", "2010-10-04": "Tuvalu Day (observed)", "2010-11-08": "Heir to the Throne's Birthday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-08": "Golden Jubilee", "2011-02-03": "Big Day", "2011-03-14": "Commonwealth Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-09": "Gospel Day", "2011-06-11": "Queen's Birthday", "2011-08-01": "National Children's Day", "2011-10-01": "Tuvalu Day", "2011-10-02": "Tuvalu Day", "2011-10-03": "Tuvalu Day (observed)", "2011-10-04": "Tuvalu Day (observed)", "2011-11-14": "Heir to the Throne's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-08": "Golden Jubilee", "2012-02-03": "Big Day", "2012-03-12": "Commonwealth Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-14": "Gospel Day", "2012-06-09": "Queen's Birthday", "2012-08-06": "National Children's Day", "2012-10-01": "Tuvalu Day", "2012-10-02": "Tuvalu Day", "2012-11-12": "Heir to the Throne's Birthday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-08": "Golden Jubilee", "2013-02-03": "Big Day", "2013-03-11": "Commonwealth Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-13": "Gospel Day", "2013-06-08": "Queen's Birthday", "2013-08-05": "National Children's Day", "2013-10-01": "Tuvalu Day", "2013-10-02": "Tuvalu Day", "2013-11-11": "Heir to the Throne's Birthday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-08": "Golden Jubilee", "2014-02-03": "Big Day", "2014-03-10": "Commonwealth Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-12": "Gospel Day", "2014-06-14": "Queen's Birthday", "2014-08-04": "National Children's Day", "2014-10-01": "Tuvalu Day", "2014-10-02": "Tuvalu Day", "2014-11-10": "Heir to the Throne's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-08": "Golden Jubilee", "2015-02-03": "Big Day", "2015-03-09": "Commonwealth Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-11": "Gospel Day", "2015-06-13": "Queen's Birthday", "2015-08-03": "National Children's Day", "2015-10-01": "Tuvalu Day", "2015-10-02": "Tuvalu Day", "2015-11-09": "Heir to the Throne's Birthday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-01-08": "Golden Jubilee", "2016-02-03": "Big Day", "2016-03-14": "Commonwealth Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-09": "Gospel Day", "2016-06-11": "Queen's Birthday", "2016-08-01": "National Children's Day", "2016-10-01": "Tuvalu Day", "2016-10-02": "Tuvalu Day", "2016-10-03": "Tuvalu Day (observed)", "2016-10-04": "Tuvalu Day (observed)", "2016-11-14": "Heir to the Throne's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-08": "Golden Jubilee", "2017-02-03": "Big Day", "2017-03-13": "Commonwealth Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-15": "Gospel Day", "2017-06-10": "Queen's Birthday", "2017-08-07": "National Children's Day", "2017-10-01": "Tuvalu Day", "2017-10-02": "Tuvalu Day", "2017-10-03": "Tuvalu Day (observed)", "2017-11-13": "Heir to the Throne's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-08": "Golden Jubilee", "2018-02-03": "Big Day", "2018-03-12": "Commonwealth Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-14": "Gospel Day", "2018-06-09": "Queen's Birthday", "2018-08-06": "National Children's Day", "2018-10-01": "Tuvalu Day", "2018-10-02": "Tuvalu Day", "2018-11-12": "Heir to the Throne's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-08": "Golden Jubilee", "2019-02-03": "Big Day", "2019-03-11": "Commonwealth Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-13": "Gospel Day", "2019-06-08": "Queen's Birthday", "2019-08-05": "National Youth Day", "2019-10-01": "Tuvalu Day", "2019-10-02": "Tuvalu Day", "2019-10-14": "National Children's Day", "2019-11-11": "Heir to the Throne's Birthday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-08": "Golden Jubilee", "2020-02-03": "Big Day", "2020-03-09": "Commonwealth Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-11": "Gospel Day", "2020-06-13": "Queen's Birthday", "2020-08-03": "National Youth Day", "2020-10-01": "Tuvalu Day", "2020-10-02": "Tuvalu Day", "2020-10-12": "National Children's Day", "2020-11-09": "Heir to the Throne's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-01-08": "Golden Jubilee", "2021-02-03": "Big Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-10": "Gospel Day", "2021-06-12": "Queen's Birthday", "2021-08-02": "National Youth Day", "2021-10-01": "Tuvalu Day", "2021-10-02": "Tuvalu Day", "2021-10-04": "Tuvalu Day (observed)", "2021-10-11": "National Children's Day", "2021-11-08": "Heir to the Throne's Birthday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-08": "Golden Jubilee", "2022-02-03": "Big Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-09": "Gospel Day", "2022-06-11": "Queen's Birthday", "2022-08-01": "National Youth Day", "2022-10-01": "Tuvalu Day", "2022-10-02": "Tuvalu Day", "2022-10-03": "Tuvalu Day (observed)", "2022-10-04": "Tuvalu Day (observed)", "2022-10-10": "National Children's Day", "2022-11-14": "Heir to the Throne's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-08": "Golden Jubilee", "2023-02-03": "Big Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-15": "Gospel Day", "2023-06-10": "King's Birthday", "2023-08-07": "National Youth Day", "2023-10-01": "Tuvalu Day", "2023-10-02": "Tuvalu Day", "2023-10-03": "Tuvalu Day (observed)", "2023-10-09": "National Children's Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-08": "Golden Jubilee", "2024-02-03": "Big Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-13": "Gospel Day", "2024-06-08": "King's Birthday", "2024-08-05": "National Youth Day", "2024-10-01": "Tuvalu Day", "2024-10-02": "Tuvalu Day", "2024-10-14": "National Children's Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-08": "Golden Jubilee", "2025-02-03": "Big Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-12": "Gospel Day", "2025-06-14": "King's Birthday", "2025-08-04": "National Youth Day", "2025-10-01": "Tuvalu Day", "2025-10-02": "Tuvalu Day", "2025-10-13": "National Children's Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-08": "Golden Jubilee", "2026-02-03": "Big Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-11": "Gospel Day", "2026-06-13": "King's Birthday", "2026-08-03": "National Youth Day", "2026-10-01": "Tuvalu Day", "2026-10-02": "Tuvalu Day", "2026-10-12": "National Children's Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-01-08": "Golden Jubilee", "2027-02-03": "Big Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-10": "Gospel Day", "2027-06-12": "King's Birthday", "2027-08-02": "National Youth Day", "2027-10-01": "Tuvalu Day", "2027-10-02": "Tuvalu Day", "2027-10-04": "Tuvalu Day (observed)", "2027-10-11": "National Children's Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-08": "Golden Jubilee", "2028-02-03": "Big Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-15": "Gospel Day", "2028-06-10": "King's Birthday", "2028-08-07": "National Youth Day", "2028-10-01": "Tuvalu Day", "2028-10-02": "Tuvalu Day", "2028-10-03": "Tuvalu Day (observed)", "2028-10-09": "National Children's Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-08": "Golden Jubilee", "2029-02-03": "Big Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-14": "Gospel Day", "2029-06-09": "King's Birthday", "2029-08-06": "National Youth Day", "2029-10-01": "Tuvalu Day", "2029-10-02": "Tuvalu Day", "2029-10-15": "National Children's Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-08": "Golden Jubilee", "2030-02-03": "Big Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-13": "Gospel Day", "2030-06-08": "King's Birthday", "2030-08-05": "National Youth Day", "2030-10-01": "Tuvalu Day", "2030-10-02": "Tuvalu Day", "2030-10-14": "National Children's Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-08": "Golden Jubilee", "2031-02-03": "Big Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-12": "Gospel Day", "2031-06-14": "King's Birthday", "2031-08-04": "National Youth Day", "2031-10-01": "Tuvalu Day", "2031-10-02": "Tuvalu Day", "2031-10-13": "National Children's Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-08": "Golden Jubilee", "2032-02-03": "Big Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-10": "Gospel Day", "2032-06-12": "King's Birthday", "2032-08-02": "National Youth Day", "2032-10-01": "Tuvalu Day", "2032-10-02": "Tuvalu Day", "2032-10-04": "Tuvalu Day (observed)", "2032-10-11": "National Children's Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-08": "Golden Jubilee", "2033-02-03": "Big Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-09": "Gospel Day", "2033-06-11": "King's Birthday", "2033-08-01": "National Youth Day", "2033-10-01": "Tuvalu Day", "2033-10-02": "Tuvalu Day", "2033-10-03": "Tuvalu Day (observed)", "2033-10-04": "Tuvalu Day (observed)", "2033-10-10": "National Children's Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-08": "Golden Jubilee", "2034-02-03": "Big Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-15": "Gospel Day", "2034-06-10": "King's Birthday", "2034-08-07": "National Youth Day", "2034-10-01": "Tuvalu Day", "2034-10-02": "Tuvalu Day", "2034-10-03": "Tuvalu Day (observed)", "2034-10-09": "National Children's Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-08": "Golden Jubilee", "2035-02-03": "Big Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-14": "Gospel Day", "2035-06-09": "King's Birthday", "2035-08-06": "National Youth Day", "2035-10-01": "Tuvalu Day", "2035-10-02": "Tuvalu Day", "2035-10-15": "National Children's Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-08": "Golden Jubilee", "2036-02-03": "Big Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-12": "Gospel Day", "2036-06-14": "King's Birthday", "2036-08-04": "National Youth Day", "2036-10-01": "Tuvalu Day", "2036-10-02": "Tuvalu Day", "2036-10-13": "National Children's Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-08": "Golden Jubilee", "2037-02-03": "Big Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-11": "Gospel Day", "2037-06-13": "King's Birthday", "2037-08-03": "National Youth Day", "2037-10-01": "Tuvalu Day", "2037-10-02": "Tuvalu Day", "2037-10-12": "National Children's Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-01-08": "Golden Jubilee", "2038-02-03": "Big Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-10": "Gospel Day", "2038-06-12": "King's Birthday", "2038-08-02": "National Youth Day", "2038-10-01": "Tuvalu Day", "2038-10-02": "Tuvalu Day", "2038-10-04": "Tuvalu Day (observed)", "2038-10-11": "National Children's Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-08": "Golden Jubilee", "2039-02-03": "Big Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-09": "Gospel Day", "2039-06-11": "King's Birthday", "2039-08-01": "National Youth Day", "2039-10-01": "Tuvalu Day", "2039-10-02": "Tuvalu Day", "2039-10-03": "Tuvalu Day (observed)", "2039-10-04": "Tuvalu Day (observed)", "2039-10-10": "National Children's Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-08": "Golden Jubilee", "2040-02-03": "Big Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-14": "Gospel Day", "2040-06-09": "King's Birthday", "2040-08-06": "National Youth Day", "2040-10-01": "Tuvalu Day", "2040-10-02": "Tuvalu Day", "2040-10-15": "National Children's Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-08": "Golden Jubilee", "2041-02-03": "Big Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-13": "Gospel Day", "2041-06-08": "King's Birthday", "2041-08-05": "National Youth Day", "2041-10-01": "Tuvalu Day", "2041-10-02": "Tuvalu Day", "2041-10-14": "National Children's Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-08": "Golden Jubilee", "2042-02-03": "Big Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-12": "Gospel Day", "2042-06-14": "King's Birthday", "2042-08-04": "National Youth Day", "2042-10-01": "Tuvalu Day", "2042-10-02": "Tuvalu Day", "2042-10-13": "National Children's Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-08": "Golden Jubilee", "2043-02-03": "Big Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-11": "Gospel Day", "2043-06-13": "King's Birthday", "2043-08-03": "National Youth Day", "2043-10-01": "Tuvalu Day", "2043-10-02": "Tuvalu Day", "2043-10-12": "National Children's Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-01-08": "Golden Jubilee", "2044-02-03": "Big Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-09": "Gospel Day", "2044-06-11": "King's Birthday", "2044-08-01": "National Youth Day", "2044-10-01": "Tuvalu Day", "2044-10-02": "Tuvalu Day", "2044-10-03": "Tuvalu Day (observed)", "2044-10-04": "Tuvalu Day (observed)", "2044-10-10": "National Children's Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-08": "Golden Jubilee", "2045-02-03": "Big Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-15": "Gospel Day", "2045-06-10": "King's Birthday", "2045-08-07": "National Youth Day", "2045-10-01": "Tuvalu Day", "2045-10-02": "Tuvalu Day", "2045-10-03": "Tuvalu Day (observed)", "2045-10-09": "National Children's Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-08": "Golden Jubilee", "2046-02-03": "Big Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-14": "Gospel Day", "2046-06-09": "King's Birthday", "2046-08-06": "National Youth Day", "2046-10-01": "Tuvalu Day", "2046-10-02": "Tuvalu Day", "2046-10-15": "National Children's Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-08": "Golden Jubilee", "2047-02-03": "Big Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-13": "Gospel Day", "2047-06-08": "King's Birthday", "2047-08-05": "National Youth Day", "2047-10-01": "Tuvalu Day", "2047-10-02": "Tuvalu Day", "2047-10-14": "National Children's Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-08": "Golden Jubilee", "2048-02-03": "Big Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-11": "Gospel Day", "2048-06-13": "King's Birthday", "2048-08-03": "National Youth Day", "2048-10-01": "Tuvalu Day", "2048-10-02": "Tuvalu Day", "2048-10-12": "National Children's Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-01-08": "Golden Jubilee", "2049-02-03": "Big Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-10": "Gospel Day", "2049-06-12": "King's Birthday", "2049-08-02": "National Youth Day", "2049-10-01": "Tuvalu Day", "2049-10-02": "Tuvalu Day", "2049-10-04": "Tuvalu Day (observed)", "2049-10-11": "National Children's Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-08": "Golden Jubilee", "2050-02-03": "Big Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-09": "Gospel Day", "2050-06-11": "King's Birthday", "2050-08-01": "National Youth Day", "2050-10-01": "Tuvalu Day", "2050-10-02": "Tuvalu Day", "2050-10-03": "Tuvalu Day (observed)", "2050-10-04": "Tuvalu Day (observed)", "2050-10-10": "National Children's Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/TV_NMG.json000066400000000000000000000752061500152103600212420ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-03-12": "Commonwealth Day", "1990-04-13": "Good Friday", "1990-04-15": "Nanumaga Day", "1990-04-16": "Easter Monday", "1990-05-14": "Gospel Day", "1990-06-09": "Queen's Birthday", "1990-08-06": "National Children's Day", "1990-10-01": "Tuvalu Day", "1990-10-02": "Tuvalu Day", "1990-11-12": "Heir to the Throne's Birthday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-11": "Commonwealth Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-04-15": "Nanumaga Day", "1991-05-13": "Gospel Day", "1991-06-08": "Queen's Birthday", "1991-08-05": "National Children's Day", "1991-10-01": "Tuvalu Day", "1991-10-02": "Tuvalu Day", "1991-11-11": "Heir to the Throne's Birthday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-09": "Commonwealth Day", "1992-04-15": "Nanumaga Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-11": "Gospel Day", "1992-06-13": "Queen's Birthday", "1992-08-03": "National Children's Day", "1992-10-01": "Tuvalu Day", "1992-10-02": "Tuvalu Day", "1992-11-09": "Heir to the Throne's Birthday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-03-08": "Commonwealth Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-04-15": "Nanumaga Day", "1993-05-10": "Gospel Day", "1993-06-12": "Queen's Birthday", "1993-08-02": "National Children's Day", "1993-10-01": "Tuvalu Day", "1993-10-02": "Tuvalu Day", "1993-10-04": "Tuvalu Day (observed)", "1993-11-08": "Heir to the Throne's Birthday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-03-14": "Commonwealth Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-04-15": "Nanumaga Day", "1994-05-09": "Gospel Day", "1994-06-11": "Queen's Birthday", "1994-08-01": "National Children's Day", "1994-10-01": "Tuvalu Day", "1994-10-02": "Tuvalu Day", "1994-10-03": "Tuvalu Day (observed)", "1994-10-04": "Tuvalu Day (observed)", "1994-11-14": "Heir to the Throne's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-13": "Commonwealth Day", "1995-04-14": "Good Friday", "1995-04-15": "Nanumaga Day", "1995-04-17": "Easter Monday", "1995-05-15": "Gospel Day", "1995-06-10": "Queen's Birthday", "1995-08-07": "National Children's Day", "1995-10-01": "Tuvalu Day", "1995-10-02": "Tuvalu Day", "1995-10-03": "Tuvalu Day (observed)", "1995-11-13": "Heir to the Throne's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-03-11": "Commonwealth Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-04-15": "Nanumaga Day", "1996-05-13": "Gospel Day", "1996-06-08": "Queen's Birthday", "1996-08-05": "National Children's Day", "1996-10-01": "Tuvalu Day", "1996-10-02": "Tuvalu Day", "1996-11-11": "Heir to the Throne's Birthday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-10": "Commonwealth Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-04-15": "Nanumaga Day", "1997-05-12": "Gospel Day", "1997-06-14": "Queen's Birthday", "1997-08-04": "National Children's Day", "1997-10-01": "Tuvalu Day", "1997-10-02": "Tuvalu Day", "1997-11-10": "Heir to the Throne's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-03-09": "Commonwealth Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-04-15": "Nanumaga Day", "1998-05-11": "Gospel Day", "1998-06-13": "Queen's Birthday", "1998-08-03": "National Children's Day", "1998-10-01": "Tuvalu Day", "1998-10-02": "Tuvalu Day", "1998-11-09": "Heir to the Throne's Birthday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-03-08": "Commonwealth Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-04-15": "Nanumaga Day", "1999-05-10": "Gospel Day", "1999-06-12": "Queen's Birthday", "1999-08-02": "National Children's Day", "1999-10-01": "Tuvalu Day", "1999-10-02": "Tuvalu Day", "1999-10-04": "Tuvalu Day (observed)", "1999-11-08": "Heir to the Throne's Birthday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-03-13": "Commonwealth Day", "2000-04-15": "Nanumaga Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-15": "Gospel Day", "2000-06-10": "Queen's Birthday", "2000-08-07": "National Children's Day", "2000-10-01": "Tuvalu Day", "2000-10-02": "Tuvalu Day", "2000-10-03": "Tuvalu Day (observed)", "2000-11-13": "Heir to the Throne's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-03-12": "Commonwealth Day", "2001-04-13": "Good Friday", "2001-04-15": "Nanumaga Day", "2001-04-16": "Easter Monday", "2001-05-14": "Gospel Day", "2001-06-09": "Queen's Birthday", "2001-08-06": "National Children's Day", "2001-10-01": "Tuvalu Day", "2001-10-02": "Tuvalu Day", "2001-11-12": "Heir to the Throne's Birthday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-11": "Commonwealth Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-04-15": "Nanumaga Day", "2002-05-13": "Gospel Day", "2002-06-08": "Queen's Birthday", "2002-08-05": "National Children's Day", "2002-10-01": "Tuvalu Day", "2002-10-02": "Tuvalu Day", "2002-11-11": "Heir to the Throne's Birthday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-10": "Commonwealth Day", "2003-04-15": "Nanumaga Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-12": "Gospel Day", "2003-06-14": "Queen's Birthday", "2003-08-04": "National Children's Day", "2003-10-01": "Tuvalu Day", "2003-10-02": "Tuvalu Day", "2003-11-10": "Heir to the Throne's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-03-08": "Commonwealth Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-04-15": "Nanumaga Day", "2004-05-10": "Gospel Day", "2004-06-12": "Queen's Birthday", "2004-08-02": "National Children's Day", "2004-10-01": "Tuvalu Day", "2004-10-02": "Tuvalu Day", "2004-10-04": "Tuvalu Day (observed)", "2004-11-08": "Heir to the Throne's Birthday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-14": "Commonwealth Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-04-15": "Nanumaga Day", "2005-05-09": "Gospel Day", "2005-06-11": "Queen's Birthday", "2005-08-01": "National Children's Day", "2005-10-01": "Tuvalu Day", "2005-10-02": "Tuvalu Day", "2005-10-03": "Tuvalu Day (observed)", "2005-10-04": "Tuvalu Day (observed)", "2005-11-14": "Heir to the Throne's Birthday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-13": "Commonwealth Day", "2006-04-14": "Good Friday", "2006-04-15": "Nanumaga Day", "2006-04-17": "Easter Monday", "2006-05-15": "Gospel Day", "2006-06-10": "Queen's Birthday", "2006-08-07": "National Children's Day", "2006-10-01": "Tuvalu Day", "2006-10-02": "Tuvalu Day", "2006-10-03": "Tuvalu Day (observed)", "2006-11-13": "Heir to the Throne's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-03-12": "Commonwealth Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-04-15": "Nanumaga Day", "2007-05-14": "Gospel Day", "2007-06-09": "Queen's Birthday", "2007-08-06": "National Children's Day", "2007-10-01": "Tuvalu Day", "2007-10-02": "Tuvalu Day", "2007-11-12": "Heir to the Throne's Birthday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-10": "Commonwealth Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-04-15": "Nanumaga Day", "2008-05-12": "Gospel Day", "2008-06-14": "Queen's Birthday", "2008-08-04": "National Children's Day", "2008-10-01": "Tuvalu Day", "2008-10-02": "Tuvalu Day", "2008-11-10": "Heir to the Throne's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-09": "Commonwealth Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-04-15": "Nanumaga Day", "2009-05-11": "Gospel Day", "2009-06-13": "Queen's Birthday", "2009-08-03": "National Children's Day", "2009-10-01": "Tuvalu Day", "2009-10-02": "Tuvalu Day", "2009-11-09": "Heir to the Throne's Birthday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-03-08": "Commonwealth Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-04-15": "Nanumaga Day", "2010-05-10": "Gospel Day", "2010-06-12": "Queen's Birthday", "2010-08-02": "National Children's Day", "2010-10-01": "Tuvalu Day", "2010-10-02": "Tuvalu Day", "2010-10-04": "Tuvalu Day (observed)", "2010-11-08": "Heir to the Throne's Birthday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-03-14": "Commonwealth Day", "2011-04-15": "Nanumaga Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-09": "Gospel Day", "2011-06-11": "Queen's Birthday", "2011-08-01": "National Children's Day", "2011-10-01": "Tuvalu Day", "2011-10-02": "Tuvalu Day", "2011-10-03": "Tuvalu Day (observed)", "2011-10-04": "Tuvalu Day (observed)", "2011-11-14": "Heir to the Throne's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-12": "Commonwealth Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-04-15": "Nanumaga Day", "2012-05-14": "Gospel Day", "2012-06-09": "Queen's Birthday", "2012-08-06": "National Children's Day", "2012-10-01": "Tuvalu Day", "2012-10-02": "Tuvalu Day", "2012-11-12": "Heir to the Throne's Birthday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-11": "Commonwealth Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-04-15": "Nanumaga Day", "2013-05-13": "Gospel Day", "2013-06-08": "Queen's Birthday", "2013-08-05": "National Children's Day", "2013-10-01": "Tuvalu Day", "2013-10-02": "Tuvalu Day", "2013-11-11": "Heir to the Throne's Birthday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-10": "Commonwealth Day", "2014-04-15": "Nanumaga Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-12": "Gospel Day", "2014-06-14": "Queen's Birthday", "2014-08-04": "National Children's Day", "2014-10-01": "Tuvalu Day", "2014-10-02": "Tuvalu Day", "2014-11-10": "Heir to the Throne's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-03-09": "Commonwealth Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-04-15": "Nanumaga Day", "2015-05-11": "Gospel Day", "2015-06-13": "Queen's Birthday", "2015-08-03": "National Children's Day", "2015-10-01": "Tuvalu Day", "2015-10-02": "Tuvalu Day", "2015-11-09": "Heir to the Throne's Birthday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-14": "Commonwealth Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-04-15": "Nanumaga Day", "2016-05-09": "Gospel Day", "2016-06-11": "Queen's Birthday", "2016-08-01": "National Children's Day", "2016-10-01": "Tuvalu Day", "2016-10-02": "Tuvalu Day", "2016-10-03": "Tuvalu Day (observed)", "2016-10-04": "Tuvalu Day (observed)", "2016-11-14": "Heir to the Throne's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-13": "Commonwealth Day", "2017-04-14": "Good Friday", "2017-04-15": "Nanumaga Day", "2017-04-17": "Easter Monday", "2017-05-15": "Gospel Day", "2017-06-10": "Queen's Birthday", "2017-08-07": "National Children's Day", "2017-10-01": "Tuvalu Day", "2017-10-02": "Tuvalu Day", "2017-10-03": "Tuvalu Day (observed)", "2017-11-13": "Heir to the Throne's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-12": "Commonwealth Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-04-15": "Nanumaga Day", "2018-05-14": "Gospel Day", "2018-06-09": "Queen's Birthday", "2018-08-06": "National Children's Day", "2018-10-01": "Tuvalu Day", "2018-10-02": "Tuvalu Day", "2018-11-12": "Heir to the Throne's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-11": "Commonwealth Day", "2019-04-15": "Nanumaga Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-13": "Gospel Day", "2019-06-08": "Queen's Birthday", "2019-08-05": "National Youth Day", "2019-10-01": "Tuvalu Day", "2019-10-02": "Tuvalu Day", "2019-10-14": "National Children's Day", "2019-11-11": "Heir to the Throne's Birthday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-03-09": "Commonwealth Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-04-15": "Nanumaga Day", "2020-05-11": "Gospel Day", "2020-06-13": "Queen's Birthday", "2020-08-03": "National Youth Day", "2020-10-01": "Tuvalu Day", "2020-10-02": "Tuvalu Day", "2020-10-12": "National Children's Day", "2020-11-09": "Heir to the Throne's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-04-15": "Nanumaga Day", "2021-05-10": "Gospel Day", "2021-06-12": "Queen's Birthday", "2021-08-02": "National Youth Day", "2021-10-01": "Tuvalu Day", "2021-10-02": "Tuvalu Day", "2021-10-04": "Tuvalu Day (observed)", "2021-10-11": "National Children's Day", "2021-11-08": "Heir to the Throne's Birthday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday; Nanumaga Day", "2022-04-18": "Easter Monday", "2022-05-09": "Gospel Day", "2022-06-11": "Queen's Birthday", "2022-08-01": "National Youth Day", "2022-10-01": "Tuvalu Day", "2022-10-02": "Tuvalu Day", "2022-10-03": "Tuvalu Day (observed)", "2022-10-04": "Tuvalu Day (observed)", "2022-10-10": "National Children's Day", "2022-11-14": "Heir to the Throne's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-04-15": "Nanumaga Day", "2023-05-15": "Gospel Day", "2023-06-10": "King's Birthday", "2023-08-07": "National Youth Day", "2023-10-01": "Tuvalu Day", "2023-10-02": "Tuvalu Day", "2023-10-03": "Tuvalu Day (observed)", "2023-10-09": "National Children's Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-04-15": "Nanumaga Day", "2024-05-13": "Gospel Day", "2024-06-08": "King's Birthday", "2024-08-05": "National Youth Day", "2024-10-01": "Tuvalu Day", "2024-10-02": "Tuvalu Day", "2024-10-14": "National Children's Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-15": "Nanumaga Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-12": "Gospel Day", "2025-06-14": "King's Birthday", "2025-08-04": "National Youth Day", "2025-10-01": "Tuvalu Day", "2025-10-02": "Tuvalu Day", "2025-10-13": "National Children's Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-04-15": "Nanumaga Day", "2026-05-11": "Gospel Day", "2026-06-13": "King's Birthday", "2026-08-03": "National Youth Day", "2026-10-01": "Tuvalu Day", "2026-10-02": "Tuvalu Day", "2026-10-12": "National Children's Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-04-15": "Nanumaga Day", "2027-05-10": "Gospel Day", "2027-06-12": "King's Birthday", "2027-08-02": "National Youth Day", "2027-10-01": "Tuvalu Day", "2027-10-02": "Tuvalu Day", "2027-10-04": "Tuvalu Day (observed)", "2027-10-11": "National Children's Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-04-15": "Nanumaga Day", "2028-04-17": "Easter Monday", "2028-05-15": "Gospel Day", "2028-06-10": "King's Birthday", "2028-08-07": "National Youth Day", "2028-10-01": "Tuvalu Day", "2028-10-02": "Tuvalu Day", "2028-10-03": "Tuvalu Day (observed)", "2028-10-09": "National Children's Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-04-15": "Nanumaga Day", "2029-05-14": "Gospel Day", "2029-06-09": "King's Birthday", "2029-08-06": "National Youth Day", "2029-10-01": "Tuvalu Day", "2029-10-02": "Tuvalu Day", "2029-10-15": "National Children's Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-15": "Nanumaga Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-13": "Gospel Day", "2030-06-08": "King's Birthday", "2030-08-05": "National Youth Day", "2030-10-01": "Tuvalu Day", "2030-10-02": "Tuvalu Day", "2030-10-14": "National Children's Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-04-15": "Nanumaga Day", "2031-05-12": "Gospel Day", "2031-06-14": "King's Birthday", "2031-08-04": "National Youth Day", "2031-10-01": "Tuvalu Day", "2031-10-02": "Tuvalu Day", "2031-10-13": "National Children's Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-04-15": "Nanumaga Day", "2032-05-10": "Gospel Day", "2032-06-12": "King's Birthday", "2032-08-02": "National Youth Day", "2032-10-01": "Tuvalu Day", "2032-10-02": "Tuvalu Day", "2032-10-04": "Tuvalu Day (observed)", "2032-10-11": "National Children's Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday; Nanumaga Day", "2033-04-18": "Easter Monday", "2033-05-09": "Gospel Day", "2033-06-11": "King's Birthday", "2033-08-01": "National Youth Day", "2033-10-01": "Tuvalu Day", "2033-10-02": "Tuvalu Day", "2033-10-03": "Tuvalu Day (observed)", "2033-10-04": "Tuvalu Day (observed)", "2033-10-10": "National Children's Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-04-15": "Nanumaga Day", "2034-05-15": "Gospel Day", "2034-06-10": "King's Birthday", "2034-08-07": "National Youth Day", "2034-10-01": "Tuvalu Day", "2034-10-02": "Tuvalu Day", "2034-10-03": "Tuvalu Day (observed)", "2034-10-09": "National Children's Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-04-15": "Nanumaga Day", "2035-05-14": "Gospel Day", "2035-06-09": "King's Birthday", "2035-08-06": "National Youth Day", "2035-10-01": "Tuvalu Day", "2035-10-02": "Tuvalu Day", "2035-10-15": "National Children's Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-04-15": "Nanumaga Day", "2036-05-12": "Gospel Day", "2036-06-14": "King's Birthday", "2036-08-04": "National Youth Day", "2036-10-01": "Tuvalu Day", "2036-10-02": "Tuvalu Day", "2036-10-13": "National Children's Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-04-15": "Nanumaga Day", "2037-05-11": "Gospel Day", "2037-06-13": "King's Birthday", "2037-08-03": "National Youth Day", "2037-10-01": "Tuvalu Day", "2037-10-02": "Tuvalu Day", "2037-10-12": "National Children's Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-15": "Nanumaga Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-10": "Gospel Day", "2038-06-12": "King's Birthday", "2038-08-02": "National Youth Day", "2038-10-01": "Tuvalu Day", "2038-10-02": "Tuvalu Day", "2038-10-04": "Tuvalu Day (observed)", "2038-10-11": "National Children's Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-04-15": "Nanumaga Day", "2039-05-09": "Gospel Day", "2039-06-11": "King's Birthday", "2039-08-01": "National Youth Day", "2039-10-01": "Tuvalu Day", "2039-10-02": "Tuvalu Day", "2039-10-03": "Tuvalu Day (observed)", "2039-10-04": "Tuvalu Day (observed)", "2039-10-10": "National Children's Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-04-15": "Nanumaga Day", "2040-05-14": "Gospel Day", "2040-06-09": "King's Birthday", "2040-08-06": "National Youth Day", "2040-10-01": "Tuvalu Day", "2040-10-02": "Tuvalu Day", "2040-10-15": "National Children's Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-15": "Nanumaga Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-13": "Gospel Day", "2041-06-08": "King's Birthday", "2041-08-05": "National Youth Day", "2041-10-01": "Tuvalu Day", "2041-10-02": "Tuvalu Day", "2041-10-14": "National Children's Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-04-15": "Nanumaga Day", "2042-05-12": "Gospel Day", "2042-06-14": "King's Birthday", "2042-08-04": "National Youth Day", "2042-10-01": "Tuvalu Day", "2042-10-02": "Tuvalu Day", "2042-10-13": "National Children's Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-04-15": "Nanumaga Day", "2043-05-11": "Gospel Day", "2043-06-13": "King's Birthday", "2043-08-03": "National Youth Day", "2043-10-01": "Tuvalu Day", "2043-10-02": "Tuvalu Day", "2043-10-12": "National Children's Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday; Nanumaga Day", "2044-04-18": "Easter Monday", "2044-05-09": "Gospel Day", "2044-06-11": "King's Birthday", "2044-08-01": "National Youth Day", "2044-10-01": "Tuvalu Day", "2044-10-02": "Tuvalu Day", "2044-10-03": "Tuvalu Day (observed)", "2044-10-04": "Tuvalu Day (observed)", "2044-10-10": "National Children's Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-04-15": "Nanumaga Day", "2045-05-15": "Gospel Day", "2045-06-10": "King's Birthday", "2045-08-07": "National Youth Day", "2045-10-01": "Tuvalu Day", "2045-10-02": "Tuvalu Day", "2045-10-03": "Tuvalu Day (observed)", "2045-10-09": "National Children's Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-04-15": "Nanumaga Day", "2046-05-14": "Gospel Day", "2046-06-09": "King's Birthday", "2046-08-06": "National Youth Day", "2046-10-01": "Tuvalu Day", "2046-10-02": "Tuvalu Day", "2046-10-15": "National Children's Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday; Nanumaga Day", "2047-05-13": "Gospel Day", "2047-06-08": "King's Birthday", "2047-08-05": "National Youth Day", "2047-10-01": "Tuvalu Day", "2047-10-02": "Tuvalu Day", "2047-10-14": "National Children's Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-04-15": "Nanumaga Day", "2048-05-11": "Gospel Day", "2048-06-13": "King's Birthday", "2048-08-03": "National Youth Day", "2048-10-01": "Tuvalu Day", "2048-10-02": "Tuvalu Day", "2048-10-12": "National Children's Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-15": "Nanumaga Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-10": "Gospel Day", "2049-06-12": "King's Birthday", "2049-08-02": "National Youth Day", "2049-10-01": "Tuvalu Day", "2049-10-02": "Tuvalu Day", "2049-10-04": "Tuvalu Day (observed)", "2049-10-11": "National Children's Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-04-15": "Nanumaga Day", "2050-05-09": "Gospel Day", "2050-06-11": "King's Birthday", "2050-08-01": "National Youth Day", "2050-10-01": "Tuvalu Day", "2050-10-02": "Tuvalu Day", "2050-10-03": "Tuvalu Day (observed)", "2050-10-04": "Tuvalu Day (observed)", "2050-10-10": "National Children's Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/TV_NUI.json000066400000000000000000000757121500152103600212560ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-02-16": "Day of the Flood", "1990-03-12": "Commonwealth Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-14": "Gospel Day", "1990-06-09": "Queen's Birthday", "1990-08-06": "National Children's Day", "1990-10-01": "Tuvalu Day", "1990-10-02": "Tuvalu Day", "1990-11-12": "Heir to the Throne's Birthday", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-02-16": "Day of the Flood", "1991-03-11": "Commonwealth Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-13": "Gospel Day", "1991-06-08": "Queen's Birthday", "1991-08-05": "National Children's Day", "1991-10-01": "Tuvalu Day", "1991-10-02": "Tuvalu Day", "1991-11-11": "Heir to the Throne's Birthday", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-02-16": "Day of the Flood", "1992-03-09": "Commonwealth Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-11": "Gospel Day", "1992-06-13": "Queen's Birthday", "1992-08-03": "National Children's Day", "1992-10-01": "Tuvalu Day", "1992-10-02": "Tuvalu Day", "1992-11-09": "Heir to the Throne's Birthday", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-02-16": "Day of the Flood", "1993-03-08": "Commonwealth Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-10": "Gospel Day", "1993-06-12": "Queen's Birthday", "1993-08-02": "National Children's Day", "1993-10-01": "Tuvalu Day", "1993-10-02": "Tuvalu Day", "1993-10-04": "Tuvalu Day (observed)", "1993-11-08": "Heir to the Throne's Birthday", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-02-16": "Day of the Flood", "1994-03-14": "Commonwealth Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-09": "Gospel Day", "1994-06-11": "Queen's Birthday", "1994-08-01": "National Children's Day", "1994-10-01": "Tuvalu Day", "1994-10-02": "Tuvalu Day", "1994-10-03": "Tuvalu Day (observed)", "1994-10-04": "Tuvalu Day (observed)", "1994-11-14": "Heir to the Throne's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-02-16": "Day of the Flood", "1995-03-13": "Commonwealth Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-15": "Gospel Day", "1995-06-10": "Queen's Birthday", "1995-08-07": "National Children's Day", "1995-10-01": "Tuvalu Day", "1995-10-02": "Tuvalu Day", "1995-10-03": "Tuvalu Day (observed)", "1995-11-13": "Heir to the Throne's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-02-16": "Day of the Flood", "1996-03-11": "Commonwealth Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-13": "Gospel Day", "1996-06-08": "Queen's Birthday", "1996-08-05": "National Children's Day", "1996-10-01": "Tuvalu Day", "1996-10-02": "Tuvalu Day", "1996-11-11": "Heir to the Throne's Birthday", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-02-16": "Day of the Flood", "1997-03-10": "Commonwealth Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-12": "Gospel Day", "1997-06-14": "Queen's Birthday", "1997-08-04": "National Children's Day", "1997-10-01": "Tuvalu Day", "1997-10-02": "Tuvalu Day", "1997-11-10": "Heir to the Throne's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-02-16": "Day of the Flood", "1998-03-09": "Commonwealth Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-11": "Gospel Day", "1998-06-13": "Queen's Birthday", "1998-08-03": "National Children's Day", "1998-10-01": "Tuvalu Day", "1998-10-02": "Tuvalu Day", "1998-11-09": "Heir to the Throne's Birthday", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-02-16": "Day of the Flood", "1999-03-08": "Commonwealth Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-10": "Gospel Day", "1999-06-12": "Queen's Birthday", "1999-08-02": "National Children's Day", "1999-10-01": "Tuvalu Day", "1999-10-02": "Tuvalu Day", "1999-10-04": "Tuvalu Day (observed)", "1999-11-08": "Heir to the Throne's Birthday", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-02-16": "Day of the Flood", "2000-03-13": "Commonwealth Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-15": "Gospel Day", "2000-06-10": "Queen's Birthday", "2000-08-07": "National Children's Day", "2000-10-01": "Tuvalu Day", "2000-10-02": "Tuvalu Day", "2000-10-03": "Tuvalu Day (observed)", "2000-11-13": "Heir to the Throne's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-02-16": "Day of the Flood", "2001-03-12": "Commonwealth Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-14": "Gospel Day", "2001-06-09": "Queen's Birthday", "2001-08-06": "National Children's Day", "2001-10-01": "Tuvalu Day", "2001-10-02": "Tuvalu Day", "2001-11-12": "Heir to the Throne's Birthday", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-02-16": "Day of the Flood", "2002-03-11": "Commonwealth Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-13": "Gospel Day", "2002-06-08": "Queen's Birthday", "2002-08-05": "National Children's Day", "2002-10-01": "Tuvalu Day", "2002-10-02": "Tuvalu Day", "2002-11-11": "Heir to the Throne's Birthday", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-02-16": "Day of the Flood", "2003-03-10": "Commonwealth Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-12": "Gospel Day", "2003-06-14": "Queen's Birthday", "2003-08-04": "National Children's Day", "2003-10-01": "Tuvalu Day", "2003-10-02": "Tuvalu Day", "2003-11-10": "Heir to the Throne's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-02-16": "Day of the Flood", "2004-03-08": "Commonwealth Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-10": "Gospel Day", "2004-06-12": "Queen's Birthday", "2004-08-02": "National Children's Day", "2004-10-01": "Tuvalu Day", "2004-10-02": "Tuvalu Day", "2004-10-04": "Tuvalu Day (observed)", "2004-11-08": "Heir to the Throne's Birthday", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-02-16": "Day of the Flood", "2005-03-14": "Commonwealth Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-09": "Gospel Day", "2005-06-11": "Queen's Birthday", "2005-08-01": "National Children's Day", "2005-10-01": "Tuvalu Day", "2005-10-02": "Tuvalu Day", "2005-10-03": "Tuvalu Day (observed)", "2005-10-04": "Tuvalu Day (observed)", "2005-11-14": "Heir to the Throne's Birthday", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-16": "Day of the Flood", "2006-03-13": "Commonwealth Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-15": "Gospel Day", "2006-06-10": "Queen's Birthday", "2006-08-07": "National Children's Day", "2006-10-01": "Tuvalu Day", "2006-10-02": "Tuvalu Day", "2006-10-03": "Tuvalu Day (observed)", "2006-11-13": "Heir to the Throne's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-02-16": "Day of the Flood", "2007-03-12": "Commonwealth Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-14": "Gospel Day", "2007-06-09": "Queen's Birthday", "2007-08-06": "National Children's Day", "2007-10-01": "Tuvalu Day", "2007-10-02": "Tuvalu Day", "2007-11-12": "Heir to the Throne's Birthday", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-02-16": "Day of the Flood", "2008-03-10": "Commonwealth Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-12": "Gospel Day", "2008-06-14": "Queen's Birthday", "2008-08-04": "National Children's Day", "2008-10-01": "Tuvalu Day", "2008-10-02": "Tuvalu Day", "2008-11-10": "Heir to the Throne's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-02-16": "Day of the Flood", "2009-03-09": "Commonwealth Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-11": "Gospel Day", "2009-06-13": "Queen's Birthday", "2009-08-03": "National Children's Day", "2009-10-01": "Tuvalu Day", "2009-10-02": "Tuvalu Day", "2009-11-09": "Heir to the Throne's Birthday", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-02-16": "Day of the Flood", "2010-03-08": "Commonwealth Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-10": "Gospel Day", "2010-06-12": "Queen's Birthday", "2010-08-02": "National Children's Day", "2010-10-01": "Tuvalu Day", "2010-10-02": "Tuvalu Day", "2010-10-04": "Tuvalu Day (observed)", "2010-11-08": "Heir to the Throne's Birthday", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-02-16": "Day of the Flood", "2011-03-14": "Commonwealth Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-09": "Gospel Day", "2011-06-11": "Queen's Birthday", "2011-08-01": "National Children's Day", "2011-10-01": "Tuvalu Day", "2011-10-02": "Tuvalu Day", "2011-10-03": "Tuvalu Day (observed)", "2011-10-04": "Tuvalu Day (observed)", "2011-11-14": "Heir to the Throne's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-16": "Day of the Flood", "2012-03-12": "Commonwealth Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-14": "Gospel Day", "2012-06-09": "Queen's Birthday", "2012-08-06": "National Children's Day", "2012-10-01": "Tuvalu Day", "2012-10-02": "Tuvalu Day", "2012-11-12": "Heir to the Throne's Birthday", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-02-16": "Day of the Flood", "2013-03-11": "Commonwealth Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-13": "Gospel Day", "2013-06-08": "Queen's Birthday", "2013-08-05": "National Children's Day", "2013-10-01": "Tuvalu Day", "2013-10-02": "Tuvalu Day", "2013-11-11": "Heir to the Throne's Birthday", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-02-16": "Day of the Flood", "2014-03-10": "Commonwealth Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-12": "Gospel Day", "2014-06-14": "Queen's Birthday", "2014-08-04": "National Children's Day", "2014-10-01": "Tuvalu Day", "2014-10-02": "Tuvalu Day", "2014-11-10": "Heir to the Throne's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-02-16": "Day of the Flood", "2015-03-09": "Commonwealth Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-11": "Gospel Day", "2015-06-13": "Queen's Birthday", "2015-08-03": "National Children's Day", "2015-10-01": "Tuvalu Day", "2015-10-02": "Tuvalu Day", "2015-11-09": "Heir to the Throne's Birthday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-02-16": "Day of the Flood", "2016-03-14": "Commonwealth Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-09": "Gospel Day", "2016-06-11": "Queen's Birthday", "2016-08-01": "National Children's Day", "2016-10-01": "Tuvalu Day", "2016-10-02": "Tuvalu Day", "2016-10-03": "Tuvalu Day (observed)", "2016-10-04": "Tuvalu Day (observed)", "2016-11-14": "Heir to the Throne's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-16": "Day of the Flood", "2017-03-13": "Commonwealth Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-15": "Gospel Day", "2017-06-10": "Queen's Birthday", "2017-08-07": "National Children's Day", "2017-10-01": "Tuvalu Day", "2017-10-02": "Tuvalu Day", "2017-10-03": "Tuvalu Day (observed)", "2017-11-13": "Heir to the Throne's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-16": "Day of the Flood", "2018-03-12": "Commonwealth Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-14": "Gospel Day", "2018-06-09": "Queen's Birthday", "2018-08-06": "National Children's Day", "2018-10-01": "Tuvalu Day", "2018-10-02": "Tuvalu Day", "2018-11-12": "Heir to the Throne's Birthday", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-16": "Day of the Flood", "2019-03-11": "Commonwealth Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-13": "Gospel Day", "2019-06-08": "Queen's Birthday", "2019-08-05": "National Youth Day", "2019-10-01": "Tuvalu Day", "2019-10-02": "Tuvalu Day", "2019-10-14": "National Children's Day", "2019-11-11": "Heir to the Throne's Birthday", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-16": "Day of the Flood", "2020-03-09": "Commonwealth Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-11": "Gospel Day", "2020-06-13": "Queen's Birthday", "2020-08-03": "National Youth Day", "2020-10-01": "Tuvalu Day", "2020-10-02": "Tuvalu Day", "2020-10-12": "National Children's Day", "2020-11-09": "Heir to the Throne's Birthday", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-02-16": "Day of the Flood", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-10": "Gospel Day", "2021-06-12": "Queen's Birthday", "2021-08-02": "National Youth Day", "2021-10-01": "Tuvalu Day", "2021-10-02": "Tuvalu Day", "2021-10-04": "Tuvalu Day (observed)", "2021-10-11": "National Children's Day", "2021-11-08": "Heir to the Throne's Birthday", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-02-16": "Day of the Flood", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-09": "Gospel Day", "2022-06-11": "Queen's Birthday", "2022-08-01": "National Youth Day", "2022-10-01": "Tuvalu Day", "2022-10-02": "Tuvalu Day", "2022-10-03": "Tuvalu Day (observed)", "2022-10-04": "Tuvalu Day (observed)", "2022-10-10": "National Children's Day", "2022-11-14": "Heir to the Throne's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-16": "Day of the Flood", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-15": "Gospel Day", "2023-06-10": "King's Birthday", "2023-08-07": "National Youth Day", "2023-10-01": "Tuvalu Day", "2023-10-02": "Tuvalu Day", "2023-10-03": "Tuvalu Day (observed)", "2023-10-09": "National Children's Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-16": "Day of the Flood", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-13": "Gospel Day", "2024-06-08": "King's Birthday", "2024-08-05": "National Youth Day", "2024-10-01": "Tuvalu Day", "2024-10-02": "Tuvalu Day", "2024-10-14": "National Children's Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-16": "Day of the Flood", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-12": "Gospel Day", "2025-06-14": "King's Birthday", "2025-08-04": "National Youth Day", "2025-10-01": "Tuvalu Day", "2025-10-02": "Tuvalu Day", "2025-10-13": "National Children's Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-16": "Day of the Flood", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-11": "Gospel Day", "2026-06-13": "King's Birthday", "2026-08-03": "National Youth Day", "2026-10-01": "Tuvalu Day", "2026-10-02": "Tuvalu Day", "2026-10-12": "National Children's Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-02-16": "Day of the Flood", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-10": "Gospel Day", "2027-06-12": "King's Birthday", "2027-08-02": "National Youth Day", "2027-10-01": "Tuvalu Day", "2027-10-02": "Tuvalu Day", "2027-10-04": "Tuvalu Day (observed)", "2027-10-11": "National Children's Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-16": "Day of the Flood", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-15": "Gospel Day", "2028-06-10": "King's Birthday", "2028-08-07": "National Youth Day", "2028-10-01": "Tuvalu Day", "2028-10-02": "Tuvalu Day", "2028-10-03": "Tuvalu Day (observed)", "2028-10-09": "National Children's Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-16": "Day of the Flood", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-14": "Gospel Day", "2029-06-09": "King's Birthday", "2029-08-06": "National Youth Day", "2029-10-01": "Tuvalu Day", "2029-10-02": "Tuvalu Day", "2029-10-15": "National Children's Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-16": "Day of the Flood", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-13": "Gospel Day", "2030-06-08": "King's Birthday", "2030-08-05": "National Youth Day", "2030-10-01": "Tuvalu Day", "2030-10-02": "Tuvalu Day", "2030-10-14": "National Children's Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-16": "Day of the Flood", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-12": "Gospel Day", "2031-06-14": "King's Birthday", "2031-08-04": "National Youth Day", "2031-10-01": "Tuvalu Day", "2031-10-02": "Tuvalu Day", "2031-10-13": "National Children's Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-16": "Day of the Flood", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-10": "Gospel Day", "2032-06-12": "King's Birthday", "2032-08-02": "National Youth Day", "2032-10-01": "Tuvalu Day", "2032-10-02": "Tuvalu Day", "2032-10-04": "Tuvalu Day (observed)", "2032-10-11": "National Children's Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-02-16": "Day of the Flood", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-09": "Gospel Day", "2033-06-11": "King's Birthday", "2033-08-01": "National Youth Day", "2033-10-01": "Tuvalu Day", "2033-10-02": "Tuvalu Day", "2033-10-03": "Tuvalu Day (observed)", "2033-10-04": "Tuvalu Day (observed)", "2033-10-10": "National Children's Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-16": "Day of the Flood", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-15": "Gospel Day", "2034-06-10": "King's Birthday", "2034-08-07": "National Youth Day", "2034-10-01": "Tuvalu Day", "2034-10-02": "Tuvalu Day", "2034-10-03": "Tuvalu Day (observed)", "2034-10-09": "National Children's Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-16": "Day of the Flood", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-14": "Gospel Day", "2035-06-09": "King's Birthday", "2035-08-06": "National Youth Day", "2035-10-01": "Tuvalu Day", "2035-10-02": "Tuvalu Day", "2035-10-15": "National Children's Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-16": "Day of the Flood", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-12": "Gospel Day", "2036-06-14": "King's Birthday", "2036-08-04": "National Youth Day", "2036-10-01": "Tuvalu Day", "2036-10-02": "Tuvalu Day", "2036-10-13": "National Children's Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-16": "Day of the Flood", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-11": "Gospel Day", "2037-06-13": "King's Birthday", "2037-08-03": "National Youth Day", "2037-10-01": "Tuvalu Day", "2037-10-02": "Tuvalu Day", "2037-10-12": "National Children's Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-02-16": "Day of the Flood", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-10": "Gospel Day", "2038-06-12": "King's Birthday", "2038-08-02": "National Youth Day", "2038-10-01": "Tuvalu Day", "2038-10-02": "Tuvalu Day", "2038-10-04": "Tuvalu Day (observed)", "2038-10-11": "National Children's Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-02-16": "Day of the Flood", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-09": "Gospel Day", "2039-06-11": "King's Birthday", "2039-08-01": "National Youth Day", "2039-10-01": "Tuvalu Day", "2039-10-02": "Tuvalu Day", "2039-10-03": "Tuvalu Day (observed)", "2039-10-04": "Tuvalu Day (observed)", "2039-10-10": "National Children's Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-16": "Day of the Flood", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-14": "Gospel Day", "2040-06-09": "King's Birthday", "2040-08-06": "National Youth Day", "2040-10-01": "Tuvalu Day", "2040-10-02": "Tuvalu Day", "2040-10-15": "National Children's Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-16": "Day of the Flood", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-13": "Gospel Day", "2041-06-08": "King's Birthday", "2041-08-05": "National Youth Day", "2041-10-01": "Tuvalu Day", "2041-10-02": "Tuvalu Day", "2041-10-14": "National Children's Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-16": "Day of the Flood", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-12": "Gospel Day", "2042-06-14": "King's Birthday", "2042-08-04": "National Youth Day", "2042-10-01": "Tuvalu Day", "2042-10-02": "Tuvalu Day", "2042-10-13": "National Children's Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-16": "Day of the Flood", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-11": "Gospel Day", "2043-06-13": "King's Birthday", "2043-08-03": "National Youth Day", "2043-10-01": "Tuvalu Day", "2043-10-02": "Tuvalu Day", "2043-10-12": "National Children's Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-02-16": "Day of the Flood", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-09": "Gospel Day", "2044-06-11": "King's Birthday", "2044-08-01": "National Youth Day", "2044-10-01": "Tuvalu Day", "2044-10-02": "Tuvalu Day", "2044-10-03": "Tuvalu Day (observed)", "2044-10-04": "Tuvalu Day (observed)", "2044-10-10": "National Children's Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-16": "Day of the Flood", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-15": "Gospel Day", "2045-06-10": "King's Birthday", "2045-08-07": "National Youth Day", "2045-10-01": "Tuvalu Day", "2045-10-02": "Tuvalu Day", "2045-10-03": "Tuvalu Day (observed)", "2045-10-09": "National Children's Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-16": "Day of the Flood", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-14": "Gospel Day", "2046-06-09": "King's Birthday", "2046-08-06": "National Youth Day", "2046-10-01": "Tuvalu Day", "2046-10-02": "Tuvalu Day", "2046-10-15": "National Children's Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-16": "Day of the Flood", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-13": "Gospel Day", "2047-06-08": "King's Birthday", "2047-08-05": "National Youth Day", "2047-10-01": "Tuvalu Day", "2047-10-02": "Tuvalu Day", "2047-10-14": "National Children's Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-16": "Day of the Flood", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-11": "Gospel Day", "2048-06-13": "King's Birthday", "2048-08-03": "National Youth Day", "2048-10-01": "Tuvalu Day", "2048-10-02": "Tuvalu Day", "2048-10-12": "National Children's Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-02-16": "Day of the Flood", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-10": "Gospel Day", "2049-06-12": "King's Birthday", "2049-08-02": "National Youth Day", "2049-10-01": "Tuvalu Day", "2049-10-02": "Tuvalu Day", "2049-10-04": "Tuvalu Day (observed)", "2049-10-11": "National Children's Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-02-16": "Day of the Flood", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-09": "Gospel Day", "2050-06-11": "King's Birthday", "2050-08-01": "National Youth Day", "2050-10-01": "Tuvalu Day", "2050-10-02": "Tuvalu Day", "2050-10-03": "Tuvalu Day (observed)", "2050-10-04": "Tuvalu Day (observed)", "2050-10-10": "National Children's Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/TV_VAI.json000066400000000000000000000750371500152103600212420ustar00rootroot00000000000000{ "1990-01-01": "New Year's Day", "1990-03-12": "Commonwealth Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-14": "Gospel Day", "1990-06-09": "Queen's Birthday", "1990-08-06": "National Children's Day", "1990-10-01": "Tuvalu Day", "1990-10-02": "Tuvalu Day", "1990-11-12": "Heir to the Throne's Birthday", "1990-11-25": "Happy Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-11": "Commonwealth Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-13": "Gospel Day", "1991-06-08": "Queen's Birthday", "1991-08-05": "National Children's Day", "1991-10-01": "Tuvalu Day", "1991-10-02": "Tuvalu Day", "1991-11-11": "Heir to the Throne's Birthday", "1991-11-25": "Happy Day", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-03-09": "Commonwealth Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-11": "Gospel Day", "1992-06-13": "Queen's Birthday", "1992-08-03": "National Children's Day", "1992-10-01": "Tuvalu Day", "1992-10-02": "Tuvalu Day", "1992-11-09": "Heir to the Throne's Birthday", "1992-11-25": "Happy Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1992-12-28": "Boxing Day (observed)", "1993-01-01": "New Year's Day", "1993-03-08": "Commonwealth Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-10": "Gospel Day", "1993-06-12": "Queen's Birthday", "1993-08-02": "National Children's Day", "1993-10-01": "Tuvalu Day", "1993-10-02": "Tuvalu Day", "1993-10-04": "Tuvalu Day (observed)", "1993-11-08": "Heir to the Throne's Birthday", "1993-11-25": "Happy Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Christmas Day (observed)", "1993-12-28": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-01-03": "New Year's Day (observed)", "1994-03-14": "Commonwealth Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-09": "Gospel Day", "1994-06-11": "Queen's Birthday", "1994-08-01": "National Children's Day", "1994-10-01": "Tuvalu Day", "1994-10-02": "Tuvalu Day", "1994-10-03": "Tuvalu Day (observed)", "1994-10-04": "Tuvalu Day (observed)", "1994-11-14": "Heir to the Throne's Birthday", "1994-11-25": "Happy Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-13": "Commonwealth Day", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-15": "Gospel Day", "1995-06-10": "Queen's Birthday", "1995-08-07": "National Children's Day", "1995-10-01": "Tuvalu Day", "1995-10-02": "Tuvalu Day", "1995-10-03": "Tuvalu Day (observed)", "1995-11-13": "Heir to the Throne's Birthday", "1995-11-25": "Happy Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-03-11": "Commonwealth Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-13": "Gospel Day", "1996-06-08": "Queen's Birthday", "1996-08-05": "National Children's Day", "1996-10-01": "Tuvalu Day", "1996-10-02": "Tuvalu Day", "1996-11-11": "Heir to the Throne's Birthday", "1996-11-25": "Happy Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-10": "Commonwealth Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-12": "Gospel Day", "1997-06-14": "Queen's Birthday", "1997-08-04": "National Children's Day", "1997-10-01": "Tuvalu Day", "1997-10-02": "Tuvalu Day", "1997-11-10": "Heir to the Throne's Birthday", "1997-11-25": "Happy Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-03-09": "Commonwealth Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-11": "Gospel Day", "1998-06-13": "Queen's Birthday", "1998-08-03": "National Children's Day", "1998-10-01": "Tuvalu Day", "1998-10-02": "Tuvalu Day", "1998-11-09": "Heir to the Throne's Birthday", "1998-11-25": "Happy Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1998-12-28": "Boxing Day (observed)", "1999-01-01": "New Year's Day", "1999-03-08": "Commonwealth Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-10": "Gospel Day", "1999-06-12": "Queen's Birthday", "1999-08-02": "National Children's Day", "1999-10-01": "Tuvalu Day", "1999-10-02": "Tuvalu Day", "1999-10-04": "Tuvalu Day (observed)", "1999-11-08": "Heir to the Throne's Birthday", "1999-11-25": "Happy Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Christmas Day (observed)", "1999-12-28": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-03-13": "Commonwealth Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-15": "Gospel Day", "2000-06-10": "Queen's Birthday", "2000-08-07": "National Children's Day", "2000-10-01": "Tuvalu Day", "2000-10-02": "Tuvalu Day", "2000-10-03": "Tuvalu Day (observed)", "2000-11-13": "Heir to the Throne's Birthday", "2000-11-25": "Happy Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-03-12": "Commonwealth Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-14": "Gospel Day", "2001-06-09": "Queen's Birthday", "2001-08-06": "National Children's Day", "2001-10-01": "Tuvalu Day", "2001-10-02": "Tuvalu Day", "2001-11-12": "Heir to the Throne's Birthday", "2001-11-25": "Happy Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-11": "Commonwealth Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-13": "Gospel Day", "2002-06-08": "Queen's Birthday", "2002-08-05": "National Children's Day", "2002-10-01": "Tuvalu Day", "2002-10-02": "Tuvalu Day", "2002-11-11": "Heir to the Throne's Birthday", "2002-11-25": "Happy Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-03-10": "Commonwealth Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-12": "Gospel Day", "2003-06-14": "Queen's Birthday", "2003-08-04": "National Children's Day", "2003-10-01": "Tuvalu Day", "2003-10-02": "Tuvalu Day", "2003-11-10": "Heir to the Throne's Birthday", "2003-11-25": "Happy Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-03-08": "Commonwealth Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-10": "Gospel Day", "2004-06-12": "Queen's Birthday", "2004-08-02": "National Children's Day", "2004-10-01": "Tuvalu Day", "2004-10-02": "Tuvalu Day", "2004-10-04": "Tuvalu Day (observed)", "2004-11-08": "Heir to the Throne's Birthday", "2004-11-25": "Happy Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Christmas Day (observed)", "2004-12-28": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-03-14": "Commonwealth Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-09": "Gospel Day", "2005-06-11": "Queen's Birthday", "2005-08-01": "National Children's Day", "2005-10-01": "Tuvalu Day", "2005-10-02": "Tuvalu Day", "2005-10-03": "Tuvalu Day (observed)", "2005-10-04": "Tuvalu Day (observed)", "2005-11-14": "Heir to the Throne's Birthday", "2005-11-25": "Happy Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-13": "Commonwealth Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-15": "Gospel Day", "2006-06-10": "Queen's Birthday", "2006-08-07": "National Children's Day", "2006-10-01": "Tuvalu Day", "2006-10-02": "Tuvalu Day", "2006-10-03": "Tuvalu Day (observed)", "2006-11-13": "Heir to the Throne's Birthday", "2006-11-25": "Happy Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-03-12": "Commonwealth Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-14": "Gospel Day", "2007-06-09": "Queen's Birthday", "2007-08-06": "National Children's Day", "2007-10-01": "Tuvalu Day", "2007-10-02": "Tuvalu Day", "2007-11-12": "Heir to the Throne's Birthday", "2007-11-25": "Happy Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-10": "Commonwealth Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-12": "Gospel Day", "2008-06-14": "Queen's Birthday", "2008-08-04": "National Children's Day", "2008-10-01": "Tuvalu Day", "2008-10-02": "Tuvalu Day", "2008-11-10": "Heir to the Throne's Birthday", "2008-11-25": "Happy Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-03-09": "Commonwealth Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-11": "Gospel Day", "2009-06-13": "Queen's Birthday", "2009-08-03": "National Children's Day", "2009-10-01": "Tuvalu Day", "2009-10-02": "Tuvalu Day", "2009-11-09": "Heir to the Throne's Birthday", "2009-11-25": "Happy Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2009-12-28": "Boxing Day (observed)", "2010-01-01": "New Year's Day", "2010-03-08": "Commonwealth Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-10": "Gospel Day", "2010-06-12": "Queen's Birthday", "2010-08-02": "National Children's Day", "2010-10-01": "Tuvalu Day", "2010-10-02": "Tuvalu Day", "2010-10-04": "Tuvalu Day (observed)", "2010-11-08": "Heir to the Throne's Birthday", "2010-11-25": "Happy Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Christmas Day (observed)", "2010-12-28": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-03-14": "Commonwealth Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-09": "Gospel Day", "2011-06-11": "Queen's Birthday", "2011-08-01": "National Children's Day", "2011-10-01": "Tuvalu Day", "2011-10-02": "Tuvalu Day", "2011-10-03": "Tuvalu Day (observed)", "2011-10-04": "Tuvalu Day (observed)", "2011-11-14": "Heir to the Throne's Birthday", "2011-11-25": "Happy Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-12": "Commonwealth Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-14": "Gospel Day", "2012-06-09": "Queen's Birthday", "2012-08-06": "National Children's Day", "2012-10-01": "Tuvalu Day", "2012-10-02": "Tuvalu Day", "2012-11-12": "Heir to the Throne's Birthday", "2012-11-25": "Happy Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-11": "Commonwealth Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-13": "Gospel Day", "2013-06-08": "Queen's Birthday", "2013-08-05": "National Children's Day", "2013-10-01": "Tuvalu Day", "2013-10-02": "Tuvalu Day", "2013-11-11": "Heir to the Throne's Birthday", "2013-11-25": "Happy Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-03-10": "Commonwealth Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-12": "Gospel Day", "2014-06-14": "Queen's Birthday", "2014-08-04": "National Children's Day", "2014-10-01": "Tuvalu Day", "2014-10-02": "Tuvalu Day", "2014-11-10": "Heir to the Throne's Birthday", "2014-11-25": "Happy Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-03-09": "Commonwealth Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-11": "Gospel Day", "2015-06-13": "Queen's Birthday", "2015-08-03": "National Children's Day", "2015-10-01": "Tuvalu Day", "2015-10-02": "Tuvalu Day", "2015-11-09": "Heir to the Throne's Birthday", "2015-11-25": "Happy Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2015-12-28": "Boxing Day (observed)", "2016-01-01": "New Year's Day", "2016-03-14": "Commonwealth Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-09": "Gospel Day", "2016-06-11": "Queen's Birthday", "2016-08-01": "National Children's Day", "2016-10-01": "Tuvalu Day", "2016-10-02": "Tuvalu Day", "2016-10-03": "Tuvalu Day (observed)", "2016-10-04": "Tuvalu Day (observed)", "2016-11-14": "Heir to the Throne's Birthday", "2016-11-25": "Happy Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-13": "Commonwealth Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-15": "Gospel Day", "2017-06-10": "Queen's Birthday", "2017-08-07": "National Children's Day", "2017-10-01": "Tuvalu Day", "2017-10-02": "Tuvalu Day", "2017-10-03": "Tuvalu Day (observed)", "2017-11-13": "Heir to the Throne's Birthday", "2017-11-25": "Happy Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-03-12": "Commonwealth Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-14": "Gospel Day", "2018-06-09": "Queen's Birthday", "2018-08-06": "National Children's Day", "2018-10-01": "Tuvalu Day", "2018-10-02": "Tuvalu Day", "2018-11-12": "Heir to the Throne's Birthday", "2018-11-25": "Happy Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-03-11": "Commonwealth Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-13": "Gospel Day", "2019-06-08": "Queen's Birthday", "2019-08-05": "National Youth Day", "2019-10-01": "Tuvalu Day", "2019-10-02": "Tuvalu Day", "2019-10-14": "National Children's Day", "2019-11-11": "Heir to the Throne's Birthday", "2019-11-25": "Happy Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-03-09": "Commonwealth Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-11": "Gospel Day", "2020-06-13": "Queen's Birthday", "2020-08-03": "National Youth Day", "2020-10-01": "Tuvalu Day", "2020-10-02": "Tuvalu Day", "2020-10-12": "National Children's Day", "2020-11-09": "Heir to the Throne's Birthday", "2020-11-25": "Happy Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2020-12-28": "Boxing Day (observed)", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-10": "Gospel Day", "2021-06-12": "Queen's Birthday", "2021-08-02": "National Youth Day", "2021-10-01": "Tuvalu Day", "2021-10-02": "Tuvalu Day", "2021-10-04": "Tuvalu Day (observed)", "2021-10-11": "National Children's Day", "2021-11-08": "Heir to the Throne's Birthday", "2021-11-25": "Happy Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Christmas Day (observed)", "2021-12-28": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-09": "Gospel Day", "2022-06-11": "Queen's Birthday", "2022-08-01": "National Youth Day", "2022-10-01": "Tuvalu Day", "2022-10-02": "Tuvalu Day", "2022-10-03": "Tuvalu Day (observed)", "2022-10-04": "Tuvalu Day (observed)", "2022-10-10": "National Children's Day", "2022-11-14": "Heir to the Throne's Birthday", "2022-11-25": "Happy Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-15": "Gospel Day", "2023-06-10": "King's Birthday", "2023-08-07": "National Youth Day", "2023-10-01": "Tuvalu Day", "2023-10-02": "Tuvalu Day", "2023-10-03": "Tuvalu Day (observed)", "2023-10-09": "National Children's Day", "2023-11-25": "Happy Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-13": "Gospel Day", "2024-06-08": "King's Birthday", "2024-08-05": "National Youth Day", "2024-10-01": "Tuvalu Day", "2024-10-02": "Tuvalu Day", "2024-10-14": "National Children's Day", "2024-11-25": "Happy Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-12": "Gospel Day", "2025-06-14": "King's Birthday", "2025-08-04": "National Youth Day", "2025-10-01": "Tuvalu Day", "2025-10-02": "Tuvalu Day", "2025-10-13": "National Children's Day", "2025-11-25": "Happy Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-11": "Gospel Day", "2026-06-13": "King's Birthday", "2026-08-03": "National Youth Day", "2026-10-01": "Tuvalu Day", "2026-10-02": "Tuvalu Day", "2026-10-12": "National Children's Day", "2026-11-25": "Happy Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2026-12-28": "Boxing Day (observed)", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-10": "Gospel Day", "2027-06-12": "King's Birthday", "2027-08-02": "National Youth Day", "2027-10-01": "Tuvalu Day", "2027-10-02": "Tuvalu Day", "2027-10-04": "Tuvalu Day (observed)", "2027-10-11": "National Children's Day", "2027-11-25": "Happy Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Christmas Day (observed)", "2027-12-28": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-15": "Gospel Day", "2028-06-10": "King's Birthday", "2028-08-07": "National Youth Day", "2028-10-01": "Tuvalu Day", "2028-10-02": "Tuvalu Day", "2028-10-03": "Tuvalu Day (observed)", "2028-10-09": "National Children's Day", "2028-11-25": "Happy Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-14": "Gospel Day", "2029-06-09": "King's Birthday", "2029-08-06": "National Youth Day", "2029-10-01": "Tuvalu Day", "2029-10-02": "Tuvalu Day", "2029-10-15": "National Children's Day", "2029-11-25": "Happy Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-13": "Gospel Day", "2030-06-08": "King's Birthday", "2030-08-05": "National Youth Day", "2030-10-01": "Tuvalu Day", "2030-10-02": "Tuvalu Day", "2030-10-14": "National Children's Day", "2030-11-25": "Happy Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-12": "Gospel Day", "2031-06-14": "King's Birthday", "2031-08-04": "National Youth Day", "2031-10-01": "Tuvalu Day", "2031-10-02": "Tuvalu Day", "2031-10-13": "National Children's Day", "2031-11-25": "Happy Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-10": "Gospel Day", "2032-06-12": "King's Birthday", "2032-08-02": "National Youth Day", "2032-10-01": "Tuvalu Day", "2032-10-02": "Tuvalu Day", "2032-10-04": "Tuvalu Day (observed)", "2032-10-11": "National Children's Day", "2032-11-25": "Happy Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Christmas Day (observed)", "2032-12-28": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-09": "Gospel Day", "2033-06-11": "King's Birthday", "2033-08-01": "National Youth Day", "2033-10-01": "Tuvalu Day", "2033-10-02": "Tuvalu Day", "2033-10-03": "Tuvalu Day (observed)", "2033-10-04": "Tuvalu Day (observed)", "2033-10-10": "National Children's Day", "2033-11-25": "Happy Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-15": "Gospel Day", "2034-06-10": "King's Birthday", "2034-08-07": "National Youth Day", "2034-10-01": "Tuvalu Day", "2034-10-02": "Tuvalu Day", "2034-10-03": "Tuvalu Day (observed)", "2034-10-09": "National Children's Day", "2034-11-25": "Happy Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-14": "Gospel Day", "2035-06-09": "King's Birthday", "2035-08-06": "National Youth Day", "2035-10-01": "Tuvalu Day", "2035-10-02": "Tuvalu Day", "2035-10-15": "National Children's Day", "2035-11-25": "Happy Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-12": "Gospel Day", "2036-06-14": "King's Birthday", "2036-08-04": "National Youth Day", "2036-10-01": "Tuvalu Day", "2036-10-02": "Tuvalu Day", "2036-10-13": "National Children's Day", "2036-11-25": "Happy Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-11": "Gospel Day", "2037-06-13": "King's Birthday", "2037-08-03": "National Youth Day", "2037-10-01": "Tuvalu Day", "2037-10-02": "Tuvalu Day", "2037-10-12": "National Children's Day", "2037-11-25": "Happy Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2037-12-28": "Boxing Day (observed)", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-10": "Gospel Day", "2038-06-12": "King's Birthday", "2038-08-02": "National Youth Day", "2038-10-01": "Tuvalu Day", "2038-10-02": "Tuvalu Day", "2038-10-04": "Tuvalu Day (observed)", "2038-10-11": "National Children's Day", "2038-11-25": "Happy Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Christmas Day (observed)", "2038-12-28": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-09": "Gospel Day", "2039-06-11": "King's Birthday", "2039-08-01": "National Youth Day", "2039-10-01": "Tuvalu Day", "2039-10-02": "Tuvalu Day", "2039-10-03": "Tuvalu Day (observed)", "2039-10-04": "Tuvalu Day (observed)", "2039-10-10": "National Children's Day", "2039-11-25": "Happy Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-14": "Gospel Day", "2040-06-09": "King's Birthday", "2040-08-06": "National Youth Day", "2040-10-01": "Tuvalu Day", "2040-10-02": "Tuvalu Day", "2040-10-15": "National Children's Day", "2040-11-25": "Happy Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-13": "Gospel Day", "2041-06-08": "King's Birthday", "2041-08-05": "National Youth Day", "2041-10-01": "Tuvalu Day", "2041-10-02": "Tuvalu Day", "2041-10-14": "National Children's Day", "2041-11-25": "Happy Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-12": "Gospel Day", "2042-06-14": "King's Birthday", "2042-08-04": "National Youth Day", "2042-10-01": "Tuvalu Day", "2042-10-02": "Tuvalu Day", "2042-10-13": "National Children's Day", "2042-11-25": "Happy Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-11": "Gospel Day", "2043-06-13": "King's Birthday", "2043-08-03": "National Youth Day", "2043-10-01": "Tuvalu Day", "2043-10-02": "Tuvalu Day", "2043-10-12": "National Children's Day", "2043-11-25": "Happy Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2043-12-28": "Boxing Day (observed)", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-09": "Gospel Day", "2044-06-11": "King's Birthday", "2044-08-01": "National Youth Day", "2044-10-01": "Tuvalu Day", "2044-10-02": "Tuvalu Day", "2044-10-03": "Tuvalu Day (observed)", "2044-10-04": "Tuvalu Day (observed)", "2044-10-10": "National Children's Day", "2044-11-25": "Happy Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-15": "Gospel Day", "2045-06-10": "King's Birthday", "2045-08-07": "National Youth Day", "2045-10-01": "Tuvalu Day", "2045-10-02": "Tuvalu Day", "2045-10-03": "Tuvalu Day (observed)", "2045-10-09": "National Children's Day", "2045-11-25": "Happy Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-14": "Gospel Day", "2046-06-09": "King's Birthday", "2046-08-06": "National Youth Day", "2046-10-01": "Tuvalu Day", "2046-10-02": "Tuvalu Day", "2046-10-15": "National Children's Day", "2046-11-25": "Happy Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-13": "Gospel Day", "2047-06-08": "King's Birthday", "2047-08-05": "National Youth Day", "2047-10-01": "Tuvalu Day", "2047-10-02": "Tuvalu Day", "2047-10-14": "National Children's Day", "2047-11-25": "Happy Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-11": "Gospel Day", "2048-06-13": "King's Birthday", "2048-08-03": "National Youth Day", "2048-10-01": "Tuvalu Day", "2048-10-02": "Tuvalu Day", "2048-10-12": "National Children's Day", "2048-11-25": "Happy Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2048-12-28": "Boxing Day (observed)", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-10": "Gospel Day", "2049-06-12": "King's Birthday", "2049-08-02": "National Youth Day", "2049-10-01": "Tuvalu Day", "2049-10-02": "Tuvalu Day", "2049-10-04": "Tuvalu Day (observed)", "2049-10-11": "National Children's Day", "2049-11-25": "Happy Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Christmas Day (observed)", "2049-12-28": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-09": "Gospel Day", "2050-06-11": "King's Birthday", "2050-08-01": "National Youth Day", "2050-10-01": "Tuvalu Day", "2050-10-02": "Tuvalu Day", "2050-10-03": "Tuvalu Day (observed)", "2050-10-04": "Tuvalu Day (observed)", "2050-10-10": "National Children's Day", "2050-11-25": "Happy Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/TW_COMMON.json000066400000000000000000002055001500152103600216020ustar00rootroot00000000000000{ "1998-01-01": "Founding Day of the Republic of China", "1998-01-02": "Founding Day of the Republic of China", "1998-01-27": "Chinese New Year's Eve", "1998-01-28": "Chinese New Year", "1998-01-29": "Chinese New Year", "1998-01-30": "Chinese New Year", "1998-01-31": "Chinese New Year (observed)", "1998-02-28": "Peace Memorial Day", "1998-03-08": "Women's Day", "1998-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "1998-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "1998-04-04": "Children's Day; Children's Day (observed); Women's Day (observed)", "1998-04-05": "Late President Chiang Kai-shek's Memorial Day; Tomb-Sweeping Day", "1998-04-06": "Tomb-Sweeping Day (observed)", "1998-05-01": "Labor Day", "1998-05-30": "Dragon Boat Festival", "1998-09-03": "Armed Forces Day", "1998-09-28": "Confucius' Birthday; Teacher's Day", "1998-10-05": "Mid-Autumn Festival", "1998-10-10": "National Day", "1998-10-25": "Taiwan Retrocession Day", "1998-10-31": "Late President Chiang Kai-shek's Birthday", "1998-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "1998-12-25": "Constitution Day", "1999-01-01": "Founding Day of the Republic of China", "1999-01-02": "Founding Day of the Republic of China; Founding Day of the Republic of China (observed)", "1999-02-15": "Chinese New Year's Eve", "1999-02-16": "Chinese New Year", "1999-02-17": "Chinese New Year", "1999-02-18": "Chinese New Year", "1999-02-28": "Peace Memorial Day", "1999-03-08": "Women's Day", "1999-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "1999-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "1999-04-04": "Children's Day; Children's Day (observed); Women's Day (observed)", "1999-04-05": "Late President Chiang Kai-shek's Memorial Day; Tomb-Sweeping Day", "1999-05-01": "Labor Day", "1999-06-18": "Dragon Boat Festival", "1999-06-19": "Dragon Boat Festival (observed)", "1999-09-03": "Armed Forces Day", "1999-09-24": "Mid-Autumn Festival", "1999-09-28": "Confucius' Birthday; Teacher's Day", "1999-10-10": "National Day", "1999-10-25": "Taiwan Retrocession Day", "1999-10-31": "Late President Chiang Kai-shek's Birthday", "1999-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "1999-12-25": "Constitution Day", "2000-01-01": "Founding Day of the Republic of China", "2000-01-02": "Founding Day of the Republic of China", "2000-02-04": "Chinese New Year's Eve", "2000-02-05": "Chinese New Year", "2000-02-06": "Chinese New Year", "2000-02-07": "Chinese New Year", "2000-02-28": "Peace Memorial Day", "2000-03-08": "Women's Day", "2000-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2000-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2000-04-03": "Children's Day (observed); Day off (substituted from 04/08/2000); Women's Day (observed)", "2000-04-04": "Children's Day; Late President Chiang Kai-shek's Memorial Day; Tomb-Sweeping Day", "2000-05-01": "Labor Day", "2000-05-11": "The Buddha's Birthday", "2000-05-14": "The Buddha's Birthday (observed)", "2000-06-06": "Dragon Boat Festival", "2000-09-03": "Armed Forces Day", "2000-09-04": "Armed Forces Day (observed)", "2000-09-12": "Mid-Autumn Festival", "2000-09-28": "Confucius' Birthday; Teacher's Day", "2000-10-10": "National Day", "2000-10-25": "Taiwan Retrocession Day", "2000-10-31": "Late President Chiang Kai-shek's Birthday", "2000-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2000-12-25": "Constitution Day", "2001-01-01": "Founding Day of the Republic of China", "2001-01-22": "Day off (substituted from 01/20/2001)", "2001-01-23": "Chinese New Year's Eve", "2001-01-24": "Chinese New Year; Taoism Day", "2001-01-25": "Chinese New Year", "2001-01-26": "Chinese New Year", "2001-02-28": "Peace Memorial Day", "2001-03-08": "Women's Day", "2001-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2001-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2001-04-04": "Children's Day", "2001-04-05": "Late President Chiang Kai-shek's Memorial Day; Tomb-Sweeping Day", "2001-04-30": "The Buddha's Birthday", "2001-05-01": "Labor Day", "2001-06-25": "Dragon Boat Festival", "2001-09-03": "Armed Forces Day", "2001-09-28": "Confucius' Birthday; Teacher's Day", "2001-10-01": "Mid-Autumn Festival", "2001-10-10": "National Day", "2001-10-25": "Taiwan Retrocession Day", "2001-10-31": "Late President Chiang Kai-shek's Birthday", "2001-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2001-12-25": "Constitution Day", "2002-01-01": "Founding Day of the Republic of China", "2002-02-11": "Chinese New Year's Eve", "2002-02-12": "Chinese New Year; Taoism Day", "2002-02-13": "Chinese New Year", "2002-02-14": "Chinese New Year", "2002-02-28": "Peace Memorial Day", "2002-03-08": "Women's Day", "2002-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2002-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2002-04-04": "Children's Day", "2002-04-05": "Late President Chiang Kai-shek's Memorial Day; Tomb-Sweeping Day", "2002-05-01": "Labor Day", "2002-05-19": "The Buddha's Birthday", "2002-06-15": "Dragon Boat Festival", "2002-09-03": "Armed Forces Day", "2002-09-21": "Mid-Autumn Festival", "2002-09-28": "Confucius' Birthday; Teacher's Day", "2002-10-10": "National Day", "2002-10-25": "Taiwan Retrocession Day", "2002-10-31": "Late President Chiang Kai-shek's Birthday", "2002-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2002-12-25": "Constitution Day", "2003-01-01": "Founding Day of the Republic of China", "2003-01-31": "Chinese New Year's Eve", "2003-02-01": "Chinese New Year; Taoism Day", "2003-02-02": "Chinese New Year", "2003-02-03": "Chinese New Year", "2003-02-04": "Chinese New Year (observed)", "2003-02-05": "Chinese New Year (observed)", "2003-02-28": "Peace Memorial Day", "2003-03-08": "Women's Day", "2003-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2003-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2003-04-04": "Children's Day", "2003-04-05": "Late President Chiang Kai-shek's Memorial Day; Tomb-Sweeping Day", "2003-05-01": "Labor Day", "2003-05-08": "The Buddha's Birthday", "2003-06-04": "Dragon Boat Festival", "2003-09-03": "Armed Forces Day", "2003-09-11": "Mid-Autumn Festival", "2003-09-28": "Confucius' Birthday; Teacher's Day", "2003-10-10": "National Day", "2003-10-25": "Taiwan Retrocession Day", "2003-10-31": "Late President Chiang Kai-shek's Birthday", "2003-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2003-12-25": "Constitution Day", "2004-01-01": "Founding Day of the Republic of China", "2004-01-21": "Chinese New Year's Eve", "2004-01-22": "Chinese New Year; Taoism Day", "2004-01-23": "Chinese New Year", "2004-01-24": "Chinese New Year", "2004-01-26": "Chinese New Year (observed)", "2004-02-28": "Peace Memorial Day", "2004-03-08": "Women's Day", "2004-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2004-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2004-04-04": "Children's Day; Late President Chiang Kai-shek's Memorial Day; Tomb-Sweeping Day", "2004-05-01": "Labor Day", "2004-05-26": "The Buddha's Birthday", "2004-06-22": "Dragon Boat Festival", "2004-09-03": "Armed Forces Day", "2004-09-28": "Confucius' Birthday; Mid-Autumn Festival; Teacher's Day", "2004-10-10": "National Day", "2004-10-25": "Taiwan Retrocession Day", "2004-10-31": "Late President Chiang Kai-shek's Birthday", "2004-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2004-12-25": "Constitution Day", "2005-01-01": "Founding Day of the Republic of China", "2005-02-07": "Day off (substituted from 02/05/2005)", "2005-02-08": "Chinese New Year's Eve", "2005-02-09": "Chinese New Year; Taoism Day", "2005-02-10": "Chinese New Year", "2005-02-11": "Chinese New Year", "2005-02-28": "Peace Memorial Day", "2005-03-08": "Women's Day", "2005-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2005-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2005-04-04": "Children's Day", "2005-04-05": "Late President Chiang Kai-shek's Memorial Day; Tomb-Sweeping Day", "2005-05-01": "Labor Day", "2005-05-15": "The Buddha's Birthday", "2005-06-11": "Dragon Boat Festival", "2005-09-03": "Armed Forces Day", "2005-09-18": "Mid-Autumn Festival", "2005-09-28": "Confucius' Birthday; Teacher's Day", "2005-10-10": "National Day", "2005-10-25": "Taiwan Retrocession Day", "2005-10-31": "Late President Chiang Kai-shek's Birthday", "2005-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2005-12-25": "Constitution Day", "2006-01-01": "Founding Day of the Republic of China", "2006-01-28": "Chinese New Year's Eve", "2006-01-29": "Chinese New Year; Taoism Day", "2006-01-30": "Chinese New Year", "2006-01-31": "Chinese New Year", "2006-02-01": "Chinese New Year's Eve (observed)", "2006-02-02": "Chinese New Year (observed)", "2006-02-28": "Peace Memorial Day", "2006-03-08": "Women's Day", "2006-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2006-03-14": "Anti-Aggression Day", "2006-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2006-04-04": "Children's Day", "2006-04-05": "Late President Chiang Kai-shek's Memorial Day; Tomb-Sweeping Day", "2006-05-01": "Labor Day", "2006-05-05": "The Buddha's Birthday", "2006-05-31": "Dragon Boat Festival", "2006-09-03": "Armed Forces Day", "2006-09-28": "Confucius' Birthday; Teacher's Day", "2006-10-06": "Mid-Autumn Festival", "2006-10-09": "Day off (substituted from 10/14/2006)", "2006-10-10": "National Day", "2006-10-25": "Taiwan Retrocession Day", "2006-10-31": "Late President Chiang Kai-shek's Birthday", "2006-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2006-12-25": "Constitution Day", "2007-01-01": "Founding Day of the Republic of China", "2007-02-17": "Chinese New Year's Eve", "2007-02-18": "Chinese New Year; Taoism Day", "2007-02-19": "Chinese New Year", "2007-02-20": "Chinese New Year", "2007-02-21": "Chinese New Year's Eve (observed)", "2007-02-22": "Chinese New Year (observed)", "2007-02-23": "Day off (substituted from 03/03/2007)", "2007-02-28": "Peace Memorial Day", "2007-03-08": "Women's Day", "2007-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2007-03-14": "Anti-Aggression Day", "2007-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2007-04-04": "Children's Day", "2007-04-05": "Late President Chiang Kai-shek's Memorial Day; Tomb-Sweeping Day", "2007-04-06": "Day off (substituted from 04/14/2007)", "2007-05-01": "Labor Day", "2007-05-24": "The Buddha's Birthday", "2007-06-18": "Day off (substituted from 06/23/2007)", "2007-06-19": "Dragon Boat Festival", "2007-09-03": "Armed Forces Day", "2007-09-24": "Day off (substituted from 09/29/2007)", "2007-09-25": "Mid-Autumn Festival", "2007-09-28": "Confucius' Birthday; Teacher's Day", "2007-10-10": "National Day", "2007-10-25": "Taiwan Retrocession Day", "2007-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2007-12-25": "Constitution Day", "2008-01-01": "Founding Day of the Republic of China", "2008-02-06": "Chinese New Year's Eve", "2008-02-07": "Chinese New Year; Taoism Day", "2008-02-08": "Chinese New Year", "2008-02-09": "Chinese New Year", "2008-02-11": "Chinese New Year (observed)", "2008-02-28": "Peace Memorial Day", "2008-03-08": "Women's Day", "2008-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2008-03-14": "Anti-Aggression Day", "2008-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2008-04-04": "Children's Day; Tomb-Sweeping Day", "2008-05-01": "Labor Day", "2008-05-12": "The Buddha's Birthday", "2008-06-08": "Dragon Boat Festival", "2008-07-15": "Commemoration Day of the Lifting of Martial Law", "2008-09-03": "Armed Forces Day", "2008-09-14": "Mid-Autumn Festival", "2008-09-28": "Confucius' Birthday; Teacher's Day", "2008-10-10": "National Day", "2008-10-24": "Taiwan United Nations Day", "2008-10-25": "Taiwan Retrocession Day", "2008-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2008-12-25": "Constitution Day", "2009-01-01": "Founding Day of the Republic of China", "2009-01-02": "Day off (substituted from 01/10/2009)", "2009-01-25": "Chinese New Year's Eve", "2009-01-26": "Chinese New Year; Taoism Day", "2009-01-27": "Chinese New Year", "2009-01-28": "Chinese New Year", "2009-01-29": "Chinese New Year's Eve (observed)", "2009-01-30": "Day off (substituted from 01/17/2009)", "2009-02-28": "Peace Memorial Day", "2009-03-08": "Women's Day", "2009-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2009-03-14": "Anti-Aggression Day", "2009-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2009-04-04": "Children's Day; Tomb-Sweeping Day", "2009-05-01": "Labor Day", "2009-05-02": "The Buddha's Birthday", "2009-05-28": "Dragon Boat Festival", "2009-05-29": "Day off (substituted from 06/06/2009)", "2009-07-15": "Commemoration Day of the Lifting of Martial Law", "2009-09-03": "Armed Forces Day", "2009-09-28": "Confucius' Birthday; Teacher's Day", "2009-10-03": "Mid-Autumn Festival", "2009-10-10": "National Day", "2009-10-24": "Taiwan United Nations Day", "2009-10-25": "Taiwan Retrocession Day", "2009-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2009-12-25": "Constitution Day", "2010-01-01": "Founding Day of the Republic of China", "2010-02-13": "Chinese New Year's Eve", "2010-02-14": "Chinese New Year; Taoism Day", "2010-02-15": "Chinese New Year", "2010-02-16": "Chinese New Year", "2010-02-17": "Chinese New Year's Eve (observed)", "2010-02-18": "Chinese New Year (observed)", "2010-02-19": "Day off (substituted from 02/06/2010)", "2010-02-28": "Peace Memorial Day", "2010-03-08": "Women's Day", "2010-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2010-03-14": "Anti-Aggression Day", "2010-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2010-04-04": "Children's Day", "2010-04-05": "Tomb-Sweeping Day", "2010-05-01": "Labor Day", "2010-05-21": "The Buddha's Birthday", "2010-06-16": "Dragon Boat Festival", "2010-07-15": "Commemoration Day of the Lifting of Martial Law", "2010-09-03": "Armed Forces Day", "2010-09-22": "Mid-Autumn Festival", "2010-09-28": "Confucius' Birthday; Teacher's Day", "2010-10-10": "National Day", "2010-10-24": "Taiwan United Nations Day", "2010-10-25": "Taiwan Retrocession Day", "2010-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2010-12-25": "Constitution Day", "2011-01-01": "Founding Day of the Republic of China", "2011-02-02": "Chinese New Year's Eve", "2011-02-03": "Chinese New Year; Taoism Day", "2011-02-04": "Chinese New Year", "2011-02-05": "Chinese New Year", "2011-02-07": "Chinese New Year (observed)", "2011-02-28": "Peace Memorial Day", "2011-03-08": "Women's Day", "2011-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2011-03-14": "Anti-Aggression Day", "2011-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2011-04-04": "Children's Day", "2011-04-05": "Tomb-Sweeping Day", "2011-05-01": "Labor Day", "2011-05-10": "The Buddha's Birthday", "2011-06-06": "Dragon Boat Festival", "2011-07-15": "Commemoration Day of the Lifting of Martial Law", "2011-09-03": "Armed Forces Day", "2011-09-12": "Mid-Autumn Festival", "2011-09-28": "Confucius' Birthday; Teacher's Day", "2011-10-10": "National Day", "2011-10-24": "Taiwan United Nations Day", "2011-10-25": "Taiwan Retrocession Day", "2011-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2011-12-25": "Constitution Day", "2012-01-01": "Founding Day of the Republic of China", "2012-01-22": "Chinese New Year's Eve", "2012-01-23": "Chinese New Year; Taoism Day", "2012-01-24": "Chinese New Year", "2012-01-25": "Chinese New Year", "2012-01-26": "Chinese New Year's Eve (observed)", "2012-01-27": "Day off (substituted from 02/04/2012)", "2012-02-27": "Day off (substituted from 03/03/2012)", "2012-02-28": "Peace Memorial Day", "2012-03-08": "Women's Day", "2012-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2012-03-14": "Anti-Aggression Day", "2012-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2012-04-04": "Children's Day; Tomb-Sweeping Day", "2012-04-28": "The Buddha's Birthday", "2012-05-01": "Labor Day", "2012-06-23": "Dragon Boat Festival", "2012-07-15": "Commemoration Day of the Lifting of Martial Law", "2012-09-03": "Armed Forces Day", "2012-09-28": "Confucius' Birthday; Teacher's Day", "2012-09-30": "Mid-Autumn Festival", "2012-10-10": "National Day", "2012-10-24": "Taiwan United Nations Day", "2012-10-25": "Taiwan Retrocession Day", "2012-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2012-12-25": "Constitution Day", "2012-12-31": "Day off (substituted from 12/22/2012)", "2013-01-01": "Founding Day of the Republic of China", "2013-02-09": "Chinese New Year's Eve", "2013-02-10": "Chinese New Year; Taoism Day", "2013-02-11": "Chinese New Year", "2013-02-12": "Chinese New Year", "2013-02-13": "Chinese New Year's Eve (observed)", "2013-02-14": "Chinese New Year (observed)", "2013-02-15": "Day off (substituted from 02/23/2013)", "2013-02-28": "Peace Memorial Day", "2013-03-08": "Women's Day", "2013-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2013-03-14": "Anti-Aggression Day", "2013-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2013-04-04": "Children's Day; Tomb-Sweeping Day", "2013-04-05": "Children's Day (observed)", "2013-05-01": "Labor Day", "2013-05-17": "The Buddha's Birthday", "2013-06-12": "Dragon Boat Festival", "2013-07-15": "Commemoration Day of the Lifting of Martial Law", "2013-09-03": "Armed Forces Day", "2013-09-19": "Mid-Autumn Festival", "2013-09-20": "Day off (substituted from 09/14/2013)", "2013-09-28": "Confucius' Birthday; Teacher's Day", "2013-10-10": "National Day", "2013-10-24": "Taiwan United Nations Day", "2013-10-25": "Taiwan Retrocession Day", "2013-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2013-12-25": "Constitution Day", "2014-01-01": "Founding Day of the Republic of China", "2014-01-30": "Chinese New Year's Eve", "2014-01-31": "Chinese New Year; Taoism Day", "2014-02-01": "Chinese New Year", "2014-02-02": "Chinese New Year", "2014-02-03": "Chinese New Year (observed)", "2014-02-04": "Chinese New Year (observed)", "2014-02-28": "Peace Memorial Day", "2014-03-08": "Women's Day", "2014-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2014-03-14": "Anti-Aggression Day", "2014-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2014-04-04": "Children's Day", "2014-04-05": "Tomb-Sweeping Day", "2014-05-01": "Labor Day", "2014-05-06": "The Buddha's Birthday", "2014-06-02": "Dragon Boat Festival", "2014-07-15": "Commemoration Day of the Lifting of Martial Law", "2014-09-03": "Armed Forces Day", "2014-09-08": "Mid-Autumn Festival", "2014-09-28": "Confucius' Birthday; Teacher's Day", "2014-10-10": "National Day", "2014-10-24": "Taiwan United Nations Day", "2014-10-25": "Taiwan Retrocession Day", "2014-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2014-12-25": "Constitution Day", "2015-01-01": "Founding Day of the Republic of China", "2015-01-02": "Day off (substituted from 12/27/2014)", "2015-02-18": "Chinese New Year's Eve", "2015-02-19": "Chinese New Year; Taoism Day", "2015-02-20": "Chinese New Year", "2015-02-21": "Chinese New Year", "2015-02-23": "Chinese New Year (observed)", "2015-02-27": "Peace Memorial Day (observed)", "2015-02-28": "Peace Memorial Day", "2015-03-08": "Women's Day", "2015-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2015-03-14": "Anti-Aggression Day", "2015-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2015-04-03": "Children's Day (observed)", "2015-04-04": "Children's Day", "2015-04-05": "Tomb-Sweeping Day", "2015-04-06": "Tomb-Sweeping Day (observed)", "2015-05-01": "Labor Day", "2015-05-25": "The Buddha's Birthday", "2015-06-19": "Dragon Boat Festival (observed)", "2015-06-20": "Dragon Boat Festival", "2015-07-15": "Commemoration Day of the Lifting of Martial Law", "2015-09-03": "Armed Forces Day", "2015-09-27": "Mid-Autumn Festival", "2015-09-28": "Confucius' Birthday; Mid-Autumn Festival (observed); Teacher's Day", "2015-10-09": "National Day (observed)", "2015-10-10": "National Day", "2015-10-24": "Taiwan United Nations Day", "2015-10-25": "Taiwan Retrocession Day", "2015-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2015-12-25": "Constitution Day", "2016-01-01": "Founding Day of the Republic of China", "2016-02-07": "Chinese New Year's Eve", "2016-02-08": "Chinese New Year; Taoism Day", "2016-02-09": "Chinese New Year", "2016-02-10": "Chinese New Year", "2016-02-11": "Chinese New Year's Eve (observed)", "2016-02-12": "Day off (substituted from 01/30/2016)", "2016-02-28": "Peace Memorial Day", "2016-02-29": "Peace Memorial Day (observed)", "2016-03-08": "Women's Day", "2016-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2016-03-14": "Anti-Aggression Day", "2016-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2016-04-04": "Children's Day; Tomb-Sweeping Day", "2016-04-05": "Children's Day (observed)", "2016-05-01": "Labor Day", "2016-05-14": "The Buddha's Birthday", "2016-06-09": "Dragon Boat Festival", "2016-06-10": "Day off (substituted from 06/04/2016)", "2016-07-15": "Commemoration Day of the Lifting of Martial Law", "2016-09-03": "Armed Forces Day", "2016-09-15": "Mid-Autumn Festival", "2016-09-16": "Day off (substituted from 09/10/2016)", "2016-09-28": "Confucius' Birthday; Teacher's Day", "2016-10-10": "National Day", "2016-10-24": "Taiwan United Nations Day", "2016-10-25": "Taiwan Retrocession Day", "2016-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2016-12-25": "Constitution Day", "2017-01-01": "Founding Day of the Republic of China", "2017-01-02": "Founding Day of the Republic of China (observed)", "2017-01-27": "Chinese New Year's Eve", "2017-01-28": "Chinese New Year; Taoism Day", "2017-01-29": "Chinese New Year", "2017-01-30": "Chinese New Year", "2017-01-31": "Chinese New Year (observed)", "2017-02-01": "Chinese New Year (observed)", "2017-02-27": "Day off (substituted from 02/18/2017)", "2017-02-28": "Peace Memorial Day", "2017-03-08": "Women's Day", "2017-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2017-03-14": "Anti-Aggression Day", "2017-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2017-04-03": "Children's Day (observed)", "2017-04-04": "Children's Day; Tomb-Sweeping Day", "2017-05-01": "Labor Day", "2017-05-03": "The Buddha's Birthday", "2017-05-29": "Day off (substituted from 06/03/2017)", "2017-05-30": "Dragon Boat Festival", "2017-07-15": "Commemoration Day of the Lifting of Martial Law", "2017-09-03": "Armed Forces Day", "2017-09-28": "Confucius' Birthday; Teacher's Day", "2017-10-04": "Mid-Autumn Festival", "2017-10-09": "Day off (substituted from 09/30/2017)", "2017-10-10": "National Day", "2017-10-24": "Taiwan United Nations Day", "2017-10-25": "Taiwan Retrocession Day", "2017-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2017-12-25": "Constitution Day", "2018-01-01": "Founding Day of the Republic of China", "2018-02-15": "Chinese New Year's Eve", "2018-02-16": "Chinese New Year; Taoism Day", "2018-02-17": "Chinese New Year", "2018-02-18": "Chinese New Year", "2018-02-19": "Chinese New Year (observed)", "2018-02-20": "Chinese New Year (observed)", "2018-02-28": "Peace Memorial Day", "2018-03-08": "Women's Day", "2018-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2018-03-14": "Anti-Aggression Day", "2018-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2018-04-04": "Children's Day", "2018-04-05": "Tomb-Sweeping Day", "2018-04-06": "Day off (substituted from 03/31/2018)", "2018-05-01": "Labor Day", "2018-05-22": "The Buddha's Birthday", "2018-06-18": "Dragon Boat Festival", "2018-07-15": "Commemoration Day of the Lifting of Martial Law", "2018-09-03": "Armed Forces Day", "2018-09-24": "Mid-Autumn Festival", "2018-09-28": "Confucius' Birthday; Teacher's Day", "2018-10-10": "National Day", "2018-10-24": "Taiwan United Nations Day", "2018-10-25": "Taiwan Retrocession Day", "2018-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2018-12-25": "Constitution Day", "2018-12-31": "Day off (substituted from 12/22/2018)", "2019-01-01": "Founding Day of the Republic of China", "2019-02-04": "Chinese New Year's Eve", "2019-02-05": "Chinese New Year; Taoism Day", "2019-02-06": "Chinese New Year", "2019-02-07": "Chinese New Year", "2019-02-08": "Day off (substituted from 01/19/2019)", "2019-02-28": "Peace Memorial Day", "2019-03-01": "Day off (substituted from 02/23/2019)", "2019-03-08": "Women's Day", "2019-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2019-03-14": "Anti-Aggression Day", "2019-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2019-04-04": "Children's Day", "2019-04-05": "Tomb-Sweeping Day", "2019-05-01": "Labor Day", "2019-05-12": "The Buddha's Birthday", "2019-06-07": "Dragon Boat Festival", "2019-07-15": "Commemoration Day of the Lifting of Martial Law", "2019-09-03": "Armed Forces Day", "2019-09-13": "Mid-Autumn Festival", "2019-09-28": "Confucius' Birthday; Teacher's Day", "2019-10-10": "National Day", "2019-10-11": "Day off (substituted from 10/05/2019)", "2019-10-24": "Taiwan United Nations Day", "2019-10-25": "Taiwan Retrocession Day", "2019-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2019-12-25": "Constitution Day", "2020-01-01": "Founding Day of the Republic of China", "2020-01-23": "Day off (substituted from 02/15/2020)", "2020-01-24": "Chinese New Year's Eve", "2020-01-25": "Chinese New Year; Taoism Day", "2020-01-26": "Chinese New Year", "2020-01-27": "Chinese New Year", "2020-01-28": "Chinese New Year (observed)", "2020-01-29": "Chinese New Year (observed)", "2020-02-28": "Peace Memorial Day", "2020-03-08": "Women's Day", "2020-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2020-03-14": "Anti-Aggression Day", "2020-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2020-04-02": "Tomb-Sweeping Day (observed)", "2020-04-03": "Children's Day (observed)", "2020-04-04": "Children's Day; Tomb-Sweeping Day", "2020-04-30": "The Buddha's Birthday", "2020-05-01": "Labor Day", "2020-06-25": "Dragon Boat Festival", "2020-06-26": "Day off (substituted from 06/20/2020)", "2020-07-15": "Commemoration Day of the Lifting of Martial Law", "2020-09-03": "Armed Forces Day", "2020-09-28": "Confucius' Birthday; Teacher's Day", "2020-10-01": "Mid-Autumn Festival", "2020-10-02": "Day off (substituted from 09/26/2020)", "2020-10-09": "National Day (observed)", "2020-10-10": "National Day", "2020-10-24": "Taiwan United Nations Day", "2020-10-25": "Taiwan Retrocession Day", "2020-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2020-12-25": "Constitution Day", "2021-01-01": "Founding Day of the Republic of China", "2021-02-10": "Day off (substituted from 02/20/2021)", "2021-02-11": "Chinese New Year's Eve", "2021-02-12": "Chinese New Year; Taoism Day", "2021-02-13": "Chinese New Year", "2021-02-14": "Chinese New Year", "2021-02-15": "Chinese New Year (observed)", "2021-02-16": "Chinese New Year (observed)", "2021-02-28": "Peace Memorial Day", "2021-03-01": "Peace Memorial Day (observed)", "2021-03-08": "Women's Day", "2021-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2021-03-14": "Anti-Aggression Day", "2021-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2021-04-02": "Children's Day (observed)", "2021-04-04": "Children's Day; Tomb-Sweeping Day", "2021-04-05": "Tomb-Sweeping Day (observed)", "2021-05-01": "Labor Day", "2021-05-19": "The Buddha's Birthday", "2021-06-14": "Dragon Boat Festival", "2021-07-15": "Commemoration Day of the Lifting of Martial Law", "2021-09-03": "Armed Forces Day", "2021-09-20": "Day off (substituted from 09/11/2021)", "2021-09-21": "Mid-Autumn Festival", "2021-09-28": "Confucius' Birthday; Teacher's Day", "2021-10-10": "National Day", "2021-10-11": "National Day (observed)", "2021-10-24": "Taiwan United Nations Day", "2021-10-25": "Taiwan Retrocession Day", "2021-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2021-12-25": "Constitution Day", "2021-12-31": "Founding Day of the Republic of China (observed)", "2022-01-01": "Founding Day of the Republic of China", "2022-01-31": "Chinese New Year's Eve", "2022-02-01": "Chinese New Year; Taoism Day", "2022-02-02": "Chinese New Year", "2022-02-03": "Chinese New Year", "2022-02-04": "Day off (substituted from 01/22/2022)", "2022-02-28": "Peace Memorial Day", "2022-03-08": "Women's Day", "2022-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2022-03-14": "Anti-Aggression Day", "2022-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2022-04-04": "Children's Day", "2022-04-05": "Tomb-Sweeping Day", "2022-05-01": "Labor Day", "2022-05-08": "The Buddha's Birthday", "2022-06-03": "Dragon Boat Festival", "2022-07-15": "Commemoration Day of the Lifting of Martial Law", "2022-09-03": "Armed Forces Day", "2022-09-09": "Mid-Autumn Festival (observed)", "2022-09-10": "Mid-Autumn Festival", "2022-09-28": "Confucius' Birthday; Teacher's Day", "2022-10-10": "National Day", "2022-10-24": "Taiwan United Nations Day", "2022-10-25": "Taiwan Retrocession Day", "2022-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2022-12-25": "Constitution Day", "2023-01-01": "Founding Day of the Republic of China", "2023-01-02": "Founding Day of the Republic of China (observed)", "2023-01-20": "Day off (substituted from 01/07/2023)", "2023-01-21": "Chinese New Year's Eve", "2023-01-22": "Chinese New Year; Taoism Day", "2023-01-23": "Chinese New Year", "2023-01-24": "Chinese New Year", "2023-01-25": "Chinese New Year's Eve (observed)", "2023-01-26": "Chinese New Year (observed)", "2023-01-27": "Day off (substituted from 02/04/2023)", "2023-02-27": "Day off (substituted from 02/18/2023)", "2023-02-28": "Peace Memorial Day", "2023-03-08": "Women's Day", "2023-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2023-03-14": "Anti-Aggression Day", "2023-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2023-04-03": "Day off (substituted from 03/25/2023)", "2023-04-04": "Children's Day", "2023-04-05": "Tomb-Sweeping Day", "2023-05-01": "Labor Day", "2023-05-26": "The Buddha's Birthday", "2023-06-22": "Dragon Boat Festival", "2023-06-23": "Day off (substituted from 06/17/2023)", "2023-07-15": "Commemoration Day of the Lifting of Martial Law", "2023-09-03": "Armed Forces Day", "2023-09-28": "Confucius' Birthday; Teacher's Day", "2023-09-29": "Mid-Autumn Festival", "2023-10-09": "Day off (substituted from 09/23/2023)", "2023-10-10": "National Day", "2023-10-24": "Taiwan United Nations Day", "2023-10-25": "Taiwan Retrocession Day", "2023-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2023-12-25": "Constitution Day", "2024-01-01": "Founding Day of the Republic of China", "2024-02-08": "Day off (substituted from 02/17/2024)", "2024-02-09": "Chinese New Year's Eve", "2024-02-10": "Chinese New Year; Taoism Day", "2024-02-11": "Chinese New Year", "2024-02-12": "Chinese New Year", "2024-02-13": "Chinese New Year (observed)", "2024-02-14": "Chinese New Year (observed)", "2024-02-28": "Peace Memorial Day", "2024-03-08": "Women's Day", "2024-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2024-03-14": "Anti-Aggression Day", "2024-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2024-04-04": "Children's Day; Tomb-Sweeping Day", "2024-04-05": "Children's Day (observed)", "2024-05-01": "Labor Day", "2024-05-15": "The Buddha's Birthday", "2024-06-10": "Dragon Boat Festival", "2024-07-15": "Commemoration Day of the Lifting of Martial Law", "2024-09-03": "Armed Forces Day", "2024-09-17": "Mid-Autumn Festival", "2024-09-28": "Confucius' Birthday; Teacher's Day", "2024-10-10": "National Day", "2024-10-24": "Taiwan United Nations Day", "2024-10-25": "Taiwan Retrocession Day", "2024-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2024-12-25": "Constitution Day", "2025-01-01": "Founding Day of the Republic of China", "2025-01-27": "Day off (substituted from 02/08/2025)", "2025-01-28": "Chinese New Year's Eve", "2025-01-29": "Chinese New Year; Taoism Day", "2025-01-30": "Chinese New Year", "2025-01-31": "Chinese New Year", "2025-02-28": "Peace Memorial Day", "2025-03-08": "Women's Day", "2025-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2025-03-14": "Anti-Aggression Day", "2025-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2025-04-03": "Children's Day (observed)", "2025-04-04": "Children's Day; Tomb-Sweeping Day", "2025-05-01": "Labor Day", "2025-05-05": "The Buddha's Birthday", "2025-05-30": "Dragon Boat Festival (observed)", "2025-05-31": "Dragon Boat Festival", "2025-07-15": "Commemoration Day of the Lifting of Martial Law", "2025-09-03": "Armed Forces Day", "2025-09-28": "Confucius' Birthday; Teacher's Day", "2025-10-06": "Mid-Autumn Festival", "2025-10-10": "National Day", "2025-10-24": "Taiwan United Nations Day", "2025-10-25": "Taiwan Retrocession Day", "2025-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2025-12-25": "Constitution Day", "2026-01-01": "Founding Day of the Republic of China", "2026-02-16": "Chinese New Year's Eve", "2026-02-17": "Chinese New Year; Taoism Day", "2026-02-18": "Chinese New Year", "2026-02-19": "Chinese New Year", "2026-02-27": "Peace Memorial Day (observed)", "2026-02-28": "Peace Memorial Day", "2026-03-08": "Women's Day", "2026-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2026-03-14": "Anti-Aggression Day", "2026-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2026-04-03": "Children's Day (observed)", "2026-04-04": "Children's Day", "2026-04-05": "Tomb-Sweeping Day", "2026-04-06": "Tomb-Sweeping Day (observed)", "2026-05-01": "Labor Day", "2026-05-24": "The Buddha's Birthday", "2026-06-19": "Dragon Boat Festival", "2026-07-15": "Commemoration Day of the Lifting of Martial Law", "2026-09-03": "Armed Forces Day", "2026-09-25": "Mid-Autumn Festival", "2026-09-28": "Confucius' Birthday; Teacher's Day", "2026-10-09": "National Day (observed)", "2026-10-10": "National Day", "2026-10-24": "Taiwan United Nations Day", "2026-10-25": "Taiwan Retrocession Day", "2026-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2026-12-25": "Constitution Day", "2027-01-01": "Founding Day of the Republic of China", "2027-02-05": "Chinese New Year's Eve", "2027-02-06": "Chinese New Year; Taoism Day", "2027-02-07": "Chinese New Year", "2027-02-08": "Chinese New Year", "2027-02-09": "Chinese New Year (observed)", "2027-02-10": "Chinese New Year (observed)", "2027-02-28": "Peace Memorial Day", "2027-03-01": "Peace Memorial Day (observed)", "2027-03-08": "Women's Day", "2027-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2027-03-14": "Anti-Aggression Day", "2027-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2027-04-04": "Children's Day", "2027-04-05": "Tomb-Sweeping Day", "2027-04-06": "Children's Day (observed)", "2027-05-01": "Labor Day", "2027-05-13": "The Buddha's Birthday", "2027-06-09": "Dragon Boat Festival", "2027-07-15": "Commemoration Day of the Lifting of Martial Law", "2027-09-03": "Armed Forces Day", "2027-09-15": "Mid-Autumn Festival", "2027-09-28": "Confucius' Birthday; Teacher's Day", "2027-10-10": "National Day", "2027-10-11": "National Day (observed)", "2027-10-24": "Taiwan United Nations Day", "2027-10-25": "Taiwan Retrocession Day", "2027-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2027-12-25": "Constitution Day", "2027-12-31": "Founding Day of the Republic of China (observed)", "2028-01-01": "Founding Day of the Republic of China", "2028-01-25": "Chinese New Year's Eve", "2028-01-26": "Chinese New Year; Taoism Day", "2028-01-27": "Chinese New Year", "2028-01-28": "Chinese New Year", "2028-02-28": "Peace Memorial Day", "2028-03-08": "Women's Day", "2028-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2028-03-14": "Anti-Aggression Day", "2028-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2028-04-03": "Children's Day (observed)", "2028-04-04": "Children's Day; Tomb-Sweeping Day", "2028-05-01": "Labor Day", "2028-05-02": "The Buddha's Birthday", "2028-05-28": "Dragon Boat Festival", "2028-05-29": "Dragon Boat Festival (observed)", "2028-07-15": "Commemoration Day of the Lifting of Martial Law", "2028-09-03": "Armed Forces Day", "2028-09-28": "Confucius' Birthday; Teacher's Day", "2028-10-03": "Mid-Autumn Festival", "2028-10-10": "National Day", "2028-10-24": "Taiwan United Nations Day", "2028-10-25": "Taiwan Retrocession Day", "2028-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2028-12-25": "Constitution Day", "2029-01-01": "Founding Day of the Republic of China", "2029-02-12": "Chinese New Year's Eve", "2029-02-13": "Chinese New Year; Taoism Day", "2029-02-14": "Chinese New Year", "2029-02-15": "Chinese New Year", "2029-02-28": "Peace Memorial Day", "2029-03-08": "Women's Day", "2029-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2029-03-14": "Anti-Aggression Day", "2029-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2029-04-03": "Children's Day (observed)", "2029-04-04": "Children's Day; Tomb-Sweeping Day", "2029-05-01": "Labor Day", "2029-05-20": "The Buddha's Birthday", "2029-06-15": "Dragon Boat Festival (observed)", "2029-06-16": "Dragon Boat Festival", "2029-07-15": "Commemoration Day of the Lifting of Martial Law", "2029-09-03": "Armed Forces Day", "2029-09-21": "Mid-Autumn Festival (observed)", "2029-09-22": "Mid-Autumn Festival", "2029-09-28": "Confucius' Birthday; Teacher's Day", "2029-10-10": "National Day", "2029-10-24": "Taiwan United Nations Day", "2029-10-25": "Taiwan Retrocession Day", "2029-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2029-12-25": "Constitution Day", "2030-01-01": "Founding Day of the Republic of China", "2030-02-02": "Chinese New Year's Eve", "2030-02-03": "Chinese New Year; Taoism Day", "2030-02-04": "Chinese New Year", "2030-02-05": "Chinese New Year", "2030-02-06": "Chinese New Year's Eve (observed)", "2030-02-07": "Chinese New Year (observed)", "2030-02-28": "Peace Memorial Day", "2030-03-08": "Women's Day", "2030-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2030-03-14": "Anti-Aggression Day", "2030-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2030-04-04": "Children's Day", "2030-04-05": "Tomb-Sweeping Day", "2030-05-01": "Labor Day", "2030-05-09": "The Buddha's Birthday", "2030-06-05": "Dragon Boat Festival", "2030-07-15": "Commemoration Day of the Lifting of Martial Law", "2030-09-03": "Armed Forces Day", "2030-09-12": "Mid-Autumn Festival", "2030-09-28": "Confucius' Birthday; Teacher's Day", "2030-10-10": "National Day", "2030-10-24": "Taiwan United Nations Day", "2030-10-25": "Taiwan Retrocession Day", "2030-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2030-12-25": "Constitution Day", "2031-01-01": "Founding Day of the Republic of China", "2031-01-22": "Chinese New Year's Eve", "2031-01-23": "Chinese New Year; Taoism Day", "2031-01-24": "Chinese New Year", "2031-01-25": "Chinese New Year", "2031-01-27": "Chinese New Year (observed)", "2031-02-28": "Peace Memorial Day", "2031-03-08": "Women's Day", "2031-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2031-03-14": "Anti-Aggression Day", "2031-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2031-04-03": "Tomb-Sweeping Day (observed)", "2031-04-04": "Children's Day", "2031-04-05": "Tomb-Sweeping Day", "2031-05-01": "Labor Day", "2031-05-28": "The Buddha's Birthday", "2031-06-24": "Dragon Boat Festival", "2031-07-15": "Commemoration Day of the Lifting of Martial Law", "2031-09-03": "Armed Forces Day", "2031-09-28": "Confucius' Birthday; Teacher's Day", "2031-10-01": "Mid-Autumn Festival", "2031-10-10": "National Day", "2031-10-24": "Taiwan United Nations Day", "2031-10-25": "Taiwan Retrocession Day", "2031-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2031-12-25": "Constitution Day", "2032-01-01": "Founding Day of the Republic of China", "2032-02-10": "Chinese New Year's Eve", "2032-02-11": "Chinese New Year; Taoism Day", "2032-02-12": "Chinese New Year", "2032-02-13": "Chinese New Year", "2032-02-27": "Peace Memorial Day (observed)", "2032-02-28": "Peace Memorial Day", "2032-03-08": "Women's Day", "2032-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2032-03-14": "Anti-Aggression Day", "2032-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2032-04-02": "Children's Day (observed)", "2032-04-04": "Children's Day; Tomb-Sweeping Day", "2032-04-05": "Tomb-Sweeping Day (observed)", "2032-05-01": "Labor Day", "2032-05-16": "The Buddha's Birthday", "2032-06-11": "Dragon Boat Festival (observed)", "2032-06-12": "Dragon Boat Festival", "2032-07-15": "Commemoration Day of the Lifting of Martial Law", "2032-09-03": "Armed Forces Day", "2032-09-19": "Mid-Autumn Festival", "2032-09-20": "Mid-Autumn Festival (observed)", "2032-09-28": "Confucius' Birthday; Teacher's Day", "2032-10-10": "National Day", "2032-10-11": "National Day (observed)", "2032-10-24": "Taiwan United Nations Day", "2032-10-25": "Taiwan Retrocession Day", "2032-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2032-12-25": "Constitution Day", "2032-12-31": "Founding Day of the Republic of China (observed)", "2033-01-01": "Founding Day of the Republic of China", "2033-01-30": "Chinese New Year's Eve", "2033-01-31": "Chinese New Year; Taoism Day", "2033-02-01": "Chinese New Year", "2033-02-02": "Chinese New Year", "2033-02-03": "Chinese New Year's Eve (observed)", "2033-02-28": "Peace Memorial Day", "2033-03-08": "Women's Day", "2033-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2033-03-14": "Anti-Aggression Day", "2033-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2033-04-04": "Children's Day; Tomb-Sweeping Day", "2033-04-05": "Children's Day (observed)", "2033-05-01": "Labor Day", "2033-05-06": "The Buddha's Birthday", "2033-06-01": "Dragon Boat Festival", "2033-07-15": "Commemoration Day of the Lifting of Martial Law", "2033-09-03": "Armed Forces Day", "2033-09-08": "Mid-Autumn Festival", "2033-09-28": "Confucius' Birthday; Teacher's Day", "2033-10-10": "National Day", "2033-10-24": "Taiwan United Nations Day", "2033-10-25": "Taiwan Retrocession Day", "2033-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2033-12-25": "Constitution Day", "2034-01-01": "Founding Day of the Republic of China", "2034-01-02": "Founding Day of the Republic of China (observed)", "2034-02-18": "Chinese New Year's Eve", "2034-02-19": "Chinese New Year; Taoism Day", "2034-02-20": "Chinese New Year", "2034-02-21": "Chinese New Year", "2034-02-22": "Chinese New Year's Eve (observed)", "2034-02-23": "Chinese New Year (observed)", "2034-02-28": "Peace Memorial Day", "2034-03-08": "Women's Day", "2034-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2034-03-14": "Anti-Aggression Day", "2034-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2034-04-04": "Children's Day", "2034-04-05": "Tomb-Sweeping Day", "2034-05-01": "Labor Day", "2034-05-25": "The Buddha's Birthday", "2034-06-20": "Dragon Boat Festival", "2034-07-15": "Commemoration Day of the Lifting of Martial Law", "2034-09-03": "Armed Forces Day", "2034-09-27": "Mid-Autumn Festival", "2034-09-28": "Confucius' Birthday; Teacher's Day", "2034-10-10": "National Day", "2034-10-24": "Taiwan United Nations Day", "2034-10-25": "Taiwan Retrocession Day", "2034-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2034-12-25": "Constitution Day", "2035-01-01": "Founding Day of the Republic of China", "2035-02-07": "Chinese New Year's Eve", "2035-02-08": "Chinese New Year; Taoism Day", "2035-02-09": "Chinese New Year", "2035-02-10": "Chinese New Year", "2035-02-12": "Chinese New Year (observed)", "2035-02-28": "Peace Memorial Day", "2035-03-08": "Women's Day", "2035-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2035-03-14": "Anti-Aggression Day", "2035-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2035-04-04": "Children's Day", "2035-04-05": "Tomb-Sweeping Day", "2035-05-01": "Labor Day", "2035-05-15": "The Buddha's Birthday", "2035-06-10": "Dragon Boat Festival", "2035-06-11": "Dragon Boat Festival (observed)", "2035-07-15": "Commemoration Day of the Lifting of Martial Law", "2035-09-03": "Armed Forces Day", "2035-09-16": "Mid-Autumn Festival", "2035-09-17": "Mid-Autumn Festival (observed)", "2035-09-28": "Confucius' Birthday; Teacher's Day", "2035-10-10": "National Day", "2035-10-24": "Taiwan United Nations Day", "2035-10-25": "Taiwan Retrocession Day", "2035-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2035-12-25": "Constitution Day", "2036-01-01": "Founding Day of the Republic of China", "2036-01-27": "Chinese New Year's Eve", "2036-01-28": "Chinese New Year; Taoism Day", "2036-01-29": "Chinese New Year", "2036-01-30": "Chinese New Year", "2036-01-31": "Chinese New Year's Eve (observed)", "2036-02-28": "Peace Memorial Day", "2036-03-08": "Women's Day", "2036-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2036-03-14": "Anti-Aggression Day", "2036-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2036-04-03": "Children's Day (observed)", "2036-04-04": "Children's Day; Tomb-Sweeping Day", "2036-05-01": "Labor Day", "2036-05-03": "The Buddha's Birthday", "2036-05-30": "Dragon Boat Festival", "2036-07-15": "Commemoration Day of the Lifting of Martial Law", "2036-09-03": "Armed Forces Day", "2036-09-28": "Confucius' Birthday; Teacher's Day", "2036-10-03": "Mid-Autumn Festival (observed)", "2036-10-04": "Mid-Autumn Festival", "2036-10-10": "National Day", "2036-10-24": "Taiwan United Nations Day", "2036-10-25": "Taiwan Retrocession Day", "2036-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2036-12-25": "Constitution Day", "2037-01-01": "Founding Day of the Republic of China", "2037-02-14": "Chinese New Year's Eve", "2037-02-15": "Chinese New Year; Taoism Day", "2037-02-16": "Chinese New Year", "2037-02-17": "Chinese New Year", "2037-02-18": "Chinese New Year's Eve (observed)", "2037-02-19": "Chinese New Year (observed)", "2037-02-27": "Peace Memorial Day (observed)", "2037-02-28": "Peace Memorial Day", "2037-03-08": "Women's Day", "2037-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2037-03-14": "Anti-Aggression Day", "2037-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2037-04-02": "Tomb-Sweeping Day (observed)", "2037-04-03": "Children's Day (observed)", "2037-04-04": "Children's Day; Tomb-Sweeping Day", "2037-05-01": "Labor Day", "2037-05-22": "The Buddha's Birthday", "2037-06-18": "Dragon Boat Festival", "2037-07-15": "Commemoration Day of the Lifting of Martial Law", "2037-09-03": "Armed Forces Day", "2037-09-24": "Mid-Autumn Festival", "2037-09-28": "Confucius' Birthday; Teacher's Day", "2037-10-09": "National Day (observed)", "2037-10-10": "National Day", "2037-10-24": "Taiwan United Nations Day", "2037-10-25": "Taiwan Retrocession Day", "2037-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2037-12-25": "Constitution Day", "2038-01-01": "Founding Day of the Republic of China", "2038-02-03": "Chinese New Year's Eve", "2038-02-04": "Chinese New Year; Taoism Day", "2038-02-05": "Chinese New Year", "2038-02-06": "Chinese New Year", "2038-02-08": "Chinese New Year (observed)", "2038-02-28": "Peace Memorial Day", "2038-03-01": "Peace Memorial Day (observed)", "2038-03-08": "Women's Day", "2038-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2038-03-14": "Anti-Aggression Day", "2038-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2038-04-04": "Children's Day", "2038-04-05": "Tomb-Sweeping Day", "2038-04-06": "Children's Day (observed)", "2038-05-01": "Labor Day", "2038-05-11": "The Buddha's Birthday", "2038-06-07": "Dragon Boat Festival", "2038-07-15": "Commemoration Day of the Lifting of Martial Law", "2038-09-03": "Armed Forces Day", "2038-09-13": "Mid-Autumn Festival", "2038-09-28": "Confucius' Birthday; Teacher's Day", "2038-10-10": "National Day", "2038-10-11": "National Day (observed)", "2038-10-24": "Taiwan United Nations Day", "2038-10-25": "Taiwan Retrocession Day", "2038-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2038-12-25": "Constitution Day", "2038-12-31": "Founding Day of the Republic of China (observed)", "2039-01-01": "Founding Day of the Republic of China", "2039-01-23": "Chinese New Year's Eve", "2039-01-24": "Chinese New Year; Taoism Day", "2039-01-25": "Chinese New Year", "2039-01-26": "Chinese New Year", "2039-01-27": "Chinese New Year's Eve (observed)", "2039-02-28": "Peace Memorial Day", "2039-03-08": "Women's Day", "2039-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2039-03-14": "Anti-Aggression Day", "2039-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2039-04-04": "Children's Day", "2039-04-05": "Tomb-Sweeping Day", "2039-04-30": "The Buddha's Birthday", "2039-05-01": "Labor Day", "2039-05-27": "Dragon Boat Festival", "2039-07-15": "Commemoration Day of the Lifting of Martial Law", "2039-09-03": "Armed Forces Day", "2039-09-28": "Confucius' Birthday; Teacher's Day", "2039-10-02": "Mid-Autumn Festival", "2039-10-03": "Mid-Autumn Festival (observed)", "2039-10-10": "National Day", "2039-10-24": "Taiwan United Nations Day", "2039-10-25": "Taiwan Retrocession Day", "2039-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2039-12-25": "Constitution Day", "2040-01-01": "Founding Day of the Republic of China", "2040-01-02": "Founding Day of the Republic of China (observed)", "2040-02-11": "Chinese New Year's Eve", "2040-02-12": "Chinese New Year; Taoism Day", "2040-02-13": "Chinese New Year", "2040-02-14": "Chinese New Year", "2040-02-15": "Chinese New Year's Eve (observed)", "2040-02-16": "Chinese New Year (observed)", "2040-02-28": "Peace Memorial Day", "2040-03-08": "Women's Day", "2040-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2040-03-14": "Anti-Aggression Day", "2040-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2040-04-03": "Children's Day (observed)", "2040-04-04": "Children's Day; Tomb-Sweeping Day", "2040-05-01": "Labor Day", "2040-05-18": "The Buddha's Birthday", "2040-06-14": "Dragon Boat Festival", "2040-07-15": "Commemoration Day of the Lifting of Martial Law", "2040-09-03": "Armed Forces Day", "2040-09-20": "Mid-Autumn Festival", "2040-09-28": "Confucius' Birthday; Teacher's Day", "2040-10-10": "National Day", "2040-10-24": "Taiwan United Nations Day", "2040-10-25": "Taiwan Retrocession Day", "2040-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2040-12-25": "Constitution Day", "2041-01-01": "Founding Day of the Republic of China", "2041-01-31": "Chinese New Year's Eve", "2041-02-01": "Chinese New Year; Taoism Day", "2041-02-02": "Chinese New Year", "2041-02-03": "Chinese New Year", "2041-02-04": "Chinese New Year (observed)", "2041-02-05": "Chinese New Year (observed)", "2041-02-28": "Peace Memorial Day", "2041-03-08": "Women's Day", "2041-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2041-03-14": "Anti-Aggression Day", "2041-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2041-04-04": "Children's Day; Tomb-Sweeping Day", "2041-04-05": "Children's Day (observed)", "2041-05-01": "Labor Day", "2041-05-07": "The Buddha's Birthday", "2041-06-03": "Dragon Boat Festival", "2041-07-15": "Commemoration Day of the Lifting of Martial Law", "2041-09-03": "Armed Forces Day", "2041-09-10": "Mid-Autumn Festival", "2041-09-28": "Confucius' Birthday; Teacher's Day", "2041-10-10": "National Day", "2041-10-24": "Taiwan United Nations Day", "2041-10-25": "Taiwan Retrocession Day", "2041-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2041-12-25": "Constitution Day", "2042-01-01": "Founding Day of the Republic of China", "2042-01-21": "Chinese New Year's Eve", "2042-01-22": "Chinese New Year; Taoism Day", "2042-01-23": "Chinese New Year", "2042-01-24": "Chinese New Year", "2042-02-28": "Peace Memorial Day", "2042-03-08": "Women's Day", "2042-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2042-03-14": "Anti-Aggression Day", "2042-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2042-04-03": "Tomb-Sweeping Day (observed)", "2042-04-04": "Children's Day", "2042-04-05": "Tomb-Sweeping Day", "2042-05-01": "Labor Day", "2042-05-26": "The Buddha's Birthday", "2042-06-22": "Dragon Boat Festival", "2042-06-23": "Dragon Boat Festival (observed)", "2042-07-15": "Commemoration Day of the Lifting of Martial Law", "2042-09-03": "Armed Forces Day", "2042-09-28": "Confucius' Birthday; Mid-Autumn Festival; Teacher's Day", "2042-09-29": "Mid-Autumn Festival (observed)", "2042-10-10": "National Day", "2042-10-24": "Taiwan United Nations Day", "2042-10-25": "Taiwan Retrocession Day", "2042-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2042-12-25": "Constitution Day", "2043-01-01": "Founding Day of the Republic of China", "2043-02-09": "Chinese New Year's Eve", "2043-02-10": "Chinese New Year; Taoism Day", "2043-02-11": "Chinese New Year", "2043-02-12": "Chinese New Year", "2043-02-27": "Peace Memorial Day (observed)", "2043-02-28": "Peace Memorial Day", "2043-03-08": "Women's Day", "2043-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2043-03-14": "Anti-Aggression Day", "2043-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2043-04-03": "Children's Day (observed)", "2043-04-04": "Children's Day", "2043-04-05": "Tomb-Sweeping Day", "2043-04-06": "Tomb-Sweeping Day (observed)", "2043-05-01": "Labor Day", "2043-05-16": "The Buddha's Birthday", "2043-06-11": "Dragon Boat Festival", "2043-07-15": "Commemoration Day of the Lifting of Martial Law", "2043-09-03": "Armed Forces Day", "2043-09-17": "Mid-Autumn Festival", "2043-09-28": "Confucius' Birthday; Teacher's Day", "2043-10-09": "National Day (observed)", "2043-10-10": "National Day", "2043-10-24": "Taiwan United Nations Day", "2043-10-25": "Taiwan Retrocession Day", "2043-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2043-12-25": "Constitution Day", "2044-01-01": "Founding Day of the Republic of China", "2044-01-29": "Chinese New Year's Eve", "2044-01-30": "Chinese New Year; Taoism Day", "2044-01-31": "Chinese New Year", "2044-02-01": "Chinese New Year", "2044-02-02": "Chinese New Year (observed)", "2044-02-03": "Chinese New Year (observed)", "2044-02-28": "Peace Memorial Day", "2044-02-29": "Peace Memorial Day (observed)", "2044-03-08": "Women's Day", "2044-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2044-03-14": "Anti-Aggression Day", "2044-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2044-04-04": "Children's Day; Tomb-Sweeping Day", "2044-04-05": "Children's Day (observed)", "2044-05-01": "Labor Day", "2044-05-05": "The Buddha's Birthday", "2044-05-31": "Dragon Boat Festival", "2044-07-15": "Commemoration Day of the Lifting of Martial Law", "2044-09-03": "Armed Forces Day", "2044-09-28": "Confucius' Birthday; Teacher's Day", "2044-10-05": "Mid-Autumn Festival", "2044-10-10": "National Day", "2044-10-24": "Taiwan United Nations Day", "2044-10-25": "Taiwan Retrocession Day", "2044-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2044-12-25": "Constitution Day", "2045-01-01": "Founding Day of the Republic of China", "2045-01-02": "Founding Day of the Republic of China (observed)", "2045-02-16": "Chinese New Year's Eve", "2045-02-17": "Chinese New Year; Taoism Day", "2045-02-18": "Chinese New Year", "2045-02-19": "Chinese New Year", "2045-02-20": "Chinese New Year (observed)", "2045-02-21": "Chinese New Year (observed)", "2045-02-28": "Peace Memorial Day", "2045-03-08": "Women's Day", "2045-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2045-03-14": "Anti-Aggression Day", "2045-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2045-04-03": "Children's Day (observed)", "2045-04-04": "Children's Day; Tomb-Sweeping Day", "2045-05-01": "Labor Day", "2045-05-24": "The Buddha's Birthday", "2045-06-19": "Dragon Boat Festival", "2045-07-15": "Commemoration Day of the Lifting of Martial Law", "2045-09-03": "Armed Forces Day", "2045-09-25": "Mid-Autumn Festival", "2045-09-28": "Confucius' Birthday; Teacher's Day", "2045-10-10": "National Day", "2045-10-24": "Taiwan United Nations Day", "2045-10-25": "Taiwan Retrocession Day", "2045-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2045-12-25": "Constitution Day", "2046-01-01": "Founding Day of the Republic of China", "2046-02-05": "Chinese New Year's Eve", "2046-02-06": "Chinese New Year; Taoism Day", "2046-02-07": "Chinese New Year", "2046-02-08": "Chinese New Year", "2046-02-28": "Peace Memorial Day", "2046-03-08": "Women's Day", "2046-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2046-03-14": "Anti-Aggression Day", "2046-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2046-04-04": "Children's Day", "2046-04-05": "Tomb-Sweeping Day", "2046-05-01": "Labor Day", "2046-05-13": "The Buddha's Birthday", "2046-06-08": "Dragon Boat Festival", "2046-07-15": "Commemoration Day of the Lifting of Martial Law", "2046-09-03": "Armed Forces Day", "2046-09-14": "Mid-Autumn Festival (observed)", "2046-09-15": "Mid-Autumn Festival", "2046-09-28": "Confucius' Birthday; Teacher's Day", "2046-10-10": "National Day", "2046-10-24": "Taiwan United Nations Day", "2046-10-25": "Taiwan Retrocession Day", "2046-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2046-12-25": "Constitution Day", "2047-01-01": "Founding Day of the Republic of China", "2047-01-25": "Chinese New Year's Eve", "2047-01-26": "Chinese New Year; Taoism Day", "2047-01-27": "Chinese New Year", "2047-01-28": "Chinese New Year", "2047-01-29": "Chinese New Year (observed)", "2047-01-30": "Chinese New Year (observed)", "2047-02-28": "Peace Memorial Day", "2047-03-08": "Women's Day", "2047-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2047-03-14": "Anti-Aggression Day", "2047-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2047-04-04": "Children's Day", "2047-04-05": "Tomb-Sweeping Day", "2047-05-01": "Labor Day", "2047-05-02": "The Buddha's Birthday", "2047-05-29": "Dragon Boat Festival", "2047-07-15": "Commemoration Day of the Lifting of Martial Law", "2047-09-03": "Armed Forces Day", "2047-09-28": "Confucius' Birthday; Teacher's Day", "2047-10-04": "Mid-Autumn Festival", "2047-10-10": "National Day", "2047-10-24": "Taiwan United Nations Day", "2047-10-25": "Taiwan Retrocession Day", "2047-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2047-12-25": "Constitution Day", "2048-01-01": "Founding Day of the Republic of China", "2048-02-13": "Chinese New Year's Eve", "2048-02-14": "Chinese New Year; Taoism Day", "2048-02-15": "Chinese New Year", "2048-02-16": "Chinese New Year", "2048-02-17": "Chinese New Year (observed)", "2048-02-18": "Chinese New Year (observed)", "2048-02-28": "Peace Memorial Day", "2048-03-08": "Women's Day", "2048-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2048-03-14": "Anti-Aggression Day", "2048-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2048-04-02": "Tomb-Sweeping Day (observed)", "2048-04-03": "Children's Day (observed)", "2048-04-04": "Children's Day; Tomb-Sweeping Day", "2048-05-01": "Labor Day", "2048-05-20": "The Buddha's Birthday", "2048-06-15": "Dragon Boat Festival", "2048-07-15": "Commemoration Day of the Lifting of Martial Law", "2048-09-03": "Armed Forces Day", "2048-09-22": "Mid-Autumn Festival", "2048-09-28": "Confucius' Birthday; Teacher's Day", "2048-10-09": "National Day (observed)", "2048-10-10": "National Day", "2048-10-24": "Taiwan United Nations Day", "2048-10-25": "Taiwan Retrocession Day", "2048-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2048-12-25": "Constitution Day", "2049-01-01": "Founding Day of the Republic of China", "2049-02-01": "Chinese New Year's Eve", "2049-02-02": "Chinese New Year; Taoism Day", "2049-02-03": "Chinese New Year", "2049-02-04": "Chinese New Year", "2049-02-28": "Peace Memorial Day", "2049-03-01": "Peace Memorial Day (observed)", "2049-03-08": "Women's Day", "2049-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2049-03-14": "Anti-Aggression Day", "2049-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2049-04-02": "Children's Day (observed)", "2049-04-04": "Children's Day; Tomb-Sweeping Day", "2049-04-05": "Tomb-Sweeping Day (observed)", "2049-05-01": "Labor Day", "2049-05-09": "The Buddha's Birthday", "2049-06-04": "Dragon Boat Festival", "2049-07-15": "Commemoration Day of the Lifting of Martial Law", "2049-09-03": "Armed Forces Day", "2049-09-10": "Mid-Autumn Festival (observed)", "2049-09-11": "Mid-Autumn Festival", "2049-09-28": "Confucius' Birthday; Teacher's Day", "2049-10-10": "National Day", "2049-10-11": "National Day (observed)", "2049-10-24": "Taiwan United Nations Day", "2049-10-25": "Taiwan Retrocession Day", "2049-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2049-12-25": "Constitution Day", "2049-12-31": "Founding Day of the Republic of China (observed)", "2050-01-01": "Founding Day of the Republic of China", "2050-01-22": "Chinese New Year's Eve", "2050-01-23": "Chinese New Year; Taoism Day", "2050-01-24": "Chinese New Year", "2050-01-25": "Chinese New Year", "2050-01-26": "Chinese New Year's Eve (observed)", "2050-01-27": "Chinese New Year (observed)", "2050-02-28": "Peace Memorial Day", "2050-03-08": "Women's Day", "2050-03-12": "Arbor Day; Dr. Sun Yat-sen's Memorial Day", "2050-03-14": "Anti-Aggression Day", "2050-03-29": "Revolutionary Martyrs Memorial Day; Youth Day", "2050-04-04": "Children's Day", "2050-04-05": "Tomb-Sweeping Day", "2050-05-01": "Labor Day", "2050-05-28": "The Buddha's Birthday", "2050-06-23": "Dragon Boat Festival", "2050-07-15": "Commemoration Day of the Lifting of Martial Law", "2050-09-03": "Armed Forces Day", "2050-09-28": "Confucius' Birthday; Teacher's Day", "2050-09-30": "Mid-Autumn Festival", "2050-10-10": "National Day", "2050-10-24": "Taiwan United Nations Day", "2050-10-25": "Taiwan Retrocession Day", "2050-11-12": "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday", "2050-12-25": "Constitution Day" } holidays-0.71/snapshots/countries/TZ_COMMON.json000066400000000000000000001146631500152103600216160ustar00rootroot00000000000000{ "1994-01-01": "New Year's Day", "1994-01-12": "Zanzibar Revolution Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-04-01": "Good Friday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-04-07": "The Sheikh Abeid Amani Karume Day", "1994-04-26": "Union Celebrations", "1994-05-01": "Worker's Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-07-07": "International Trade Fair", "1994-08-08": "Peasants Day", "1994-08-19": "Prophet's Birthday (estimated)", "1994-12-09": "Independence and Republic Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1995-01-01": "New Year's Day", "1995-01-12": "Zanzibar Revolution Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-04-07": "The Sheikh Abeid Amani Karume Day", "1995-04-14": "Good Friday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-04-26": "Union Celebrations", "1995-05-01": "Worker's Day", "1995-05-09": "Eid al-Adha (estimated)", "1995-07-07": "International Trade Fair", "1995-08-08": "Peasants Day; Prophet's Birthday (estimated)", "1995-12-09": "Independence and Republic Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-12": "Zanzibar Revolution Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-04-05": "Good Friday", "1996-04-07": "Easter Sunday; The Sheikh Abeid Amani Karume Day", "1996-04-08": "Easter Monday", "1996-04-26": "Union Celebrations", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-01": "Worker's Day", "1996-07-07": "International Trade Fair", "1996-07-27": "Prophet's Birthday (estimated)", "1996-08-08": "Peasants Day", "1996-12-09": "Independence and Republic Day", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-12": "Zanzibar Revolution Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-28": "Good Friday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-04-07": "The Sheikh Abeid Amani Karume Day", "1997-04-17": "Eid al-Adha (estimated)", "1997-04-26": "Union Celebrations", "1997-05-01": "Worker's Day", "1997-07-07": "International Trade Fair", "1997-07-16": "Prophet's Birthday (estimated)", "1997-08-08": "Peasants Day", "1997-12-09": "Independence and Republic Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-12": "Zanzibar Revolution Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-04-07": "Eid al-Adha (estimated); The Sheikh Abeid Amani Karume Day", "1998-04-10": "Good Friday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-04-26": "Union Celebrations", "1998-05-01": "Worker's Day", "1998-07-06": "Prophet's Birthday (estimated)", "1998-07-07": "International Trade Fair", "1998-08-08": "Peasants Day", "1998-12-09": "Independence and Republic Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-12": "Zanzibar Revolution Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-27": "Eid al-Adha (estimated)", "1999-04-02": "Good Friday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-04-07": "The Sheikh Abeid Amani Karume Day", "1999-04-26": "Union Celebrations", "1999-05-01": "Worker's Day", "1999-06-26": "Prophet's Birthday (estimated)", "1999-07-07": "International Trade Fair", "1999-08-08": "Peasants Day", "1999-12-09": "Independence and Republic Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-01-12": "Zanzibar Revolution Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-04-07": "The Sheikh Abeid Amani Karume Day", "2000-04-21": "Good Friday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-04-26": "Union Celebrations", "2000-05-01": "Worker's Day", "2000-06-14": "Prophet's Birthday (estimated)", "2000-07-07": "International Trade Fair", "2000-08-08": "Peasants Day", "2000-12-09": "Independence and Republic Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-01-12": "Zanzibar Revolution Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-04-07": "The Sheikh Abeid Amani Karume Day", "2001-04-13": "Good Friday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-04-26": "Union Celebrations", "2001-05-01": "Worker's Day", "2001-06-04": "Prophet's Birthday (estimated)", "2001-07-07": "International Trade Fair", "2001-08-08": "Peasants Day", "2001-12-09": "Independence and Republic Day", "2001-12-16": "Eid al-Fitr (estimated)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-12": "Zanzibar Revolution Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-29": "Good Friday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-04-07": "The Sheikh Abeid Amani Karume Day", "2002-04-26": "Union Celebrations", "2002-05-01": "Worker's Day", "2002-05-24": "Prophet's Birthday (estimated)", "2002-07-07": "International Trade Fair", "2002-08-08": "Peasants Day", "2002-08-25": "National Population and Housing Census Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-09": "Independence and Republic Day", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-12": "Zanzibar Revolution Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-04-07": "The Sheikh Abeid Amani Karume Day", "2003-04-18": "Good Friday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-04-26": "Union Celebrations", "2003-05-01": "Worker's Day", "2003-05-13": "Prophet's Birthday (estimated)", "2003-07-07": "International Trade Fair", "2003-08-08": "Peasants Day", "2003-10-14": "The Mwalimu Nyerere Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-09": "Independence and Republic Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-12": "Zanzibar Revolution Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-04-07": "The Sheikh Abeid Amani Karume Day", "2004-04-09": "Good Friday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-04-26": "Union Celebrations", "2004-05-01": "Prophet's Birthday (estimated); Worker's Day", "2004-07-07": "International Trade Fair", "2004-08-08": "Peasants Day", "2004-10-14": "The Mwalimu Nyerere Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-09": "Independence and Republic Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2005-01-01": "New Year's Day", "2005-01-12": "Zanzibar Revolution Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-03-25": "Good Friday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-04-07": "The Sheikh Abeid Amani Karume Day", "2005-04-21": "Prophet's Birthday (estimated)", "2005-04-26": "Union Celebrations", "2005-05-01": "Worker's Day", "2005-07-07": "International Trade Fair", "2005-08-08": "Peasants Day", "2005-10-14": "The Mwalimu Nyerere Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-12-09": "Independence and Republic Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha (estimated)", "2006-01-12": "Zanzibar Revolution Day", "2006-04-07": "The Sheikh Abeid Amani Karume Day", "2006-04-10": "Prophet's Birthday (estimated)", "2006-04-14": "Good Friday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-04-26": "Union Celebrations", "2006-05-01": "Worker's Day", "2006-07-07": "International Trade Fair", "2006-08-08": "Peasants Day", "2006-10-14": "The Mwalimu Nyerere Day", "2006-10-23": "Eid al-Fitr (estimated)", "2006-12-09": "Independence and Republic Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2006-12-31": "Eid al-Adha (estimated)", "2007-01-01": "New Year's Day", "2007-01-12": "Zanzibar Revolution Day", "2007-03-31": "Prophet's Birthday (estimated)", "2007-04-06": "Good Friday", "2007-04-07": "The Sheikh Abeid Amani Karume Day", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-04-26": "Union Celebrations", "2007-05-01": "Worker's Day", "2007-07-07": "International Trade Fair", "2007-08-08": "Peasants Day", "2007-10-13": "Eid al-Fitr (estimated)", "2007-10-14": "The Mwalimu Nyerere Day", "2007-12-09": "Independence and Republic Day", "2007-12-20": "Eid al-Adha (estimated)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-12": "Zanzibar Revolution Day", "2008-03-20": "Prophet's Birthday (estimated)", "2008-03-21": "Good Friday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-04-07": "The Sheikh Abeid Amani Karume Day", "2008-04-26": "Union Celebrations", "2008-05-01": "Worker's Day", "2008-07-07": "International Trade Fair", "2008-08-08": "Peasants Day", "2008-10-01": "Eid al-Fitr (estimated)", "2008-10-14": "The Mwalimu Nyerere Day", "2008-12-08": "Eid al-Adha (estimated)", "2008-12-09": "Independence and Republic Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-12": "Zanzibar Revolution Day", "2009-03-09": "Prophet's Birthday (estimated)", "2009-04-07": "The Sheikh Abeid Amani Karume Day", "2009-04-10": "Good Friday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-04-26": "Union Celebrations", "2009-05-01": "Worker's Day", "2009-07-07": "International Trade Fair", "2009-08-08": "Peasants Day", "2009-09-20": "Eid al-Fitr (estimated)", "2009-10-14": "The Mwalimu Nyerere Day", "2009-11-27": "Eid al-Adha (estimated)", "2009-12-09": "Independence and Republic Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-12": "Zanzibar Revolution Day", "2010-02-26": "Prophet's Birthday (estimated)", "2010-04-02": "Good Friday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-07": "The Sheikh Abeid Amani Karume Day", "2010-04-26": "Union Celebrations", "2010-05-01": "Worker's Day", "2010-07-07": "International Trade Fair", "2010-08-08": "Peasants Day", "2010-09-10": "Eid al-Fitr (estimated)", "2010-10-14": "The Mwalimu Nyerere Day", "2010-11-16": "Eid al-Adha (estimated)", "2010-12-09": "Independence and Republic Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2011-01-01": "New Year's Day", "2011-01-12": "Zanzibar Revolution Day", "2011-02-15": "Prophet's Birthday (estimated)", "2011-04-07": "The Sheikh Abeid Amani Karume Day", "2011-04-22": "Good Friday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-04-26": "Union Celebrations", "2011-05-01": "Worker's Day", "2011-07-07": "International Trade Fair", "2011-08-08": "Peasants Day", "2011-08-30": "Eid al-Fitr (estimated)", "2011-10-14": "The Mwalimu Nyerere Day", "2011-11-06": "Eid al-Adha (estimated)", "2011-12-09": "Independence and Republic Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2012-01-01": "New Year's Day", "2012-01-12": "Zanzibar Revolution Day", "2012-02-04": "Prophet's Birthday (estimated)", "2012-04-06": "Good Friday", "2012-04-07": "The Sheikh Abeid Amani Karume Day", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-04-26": "Union Celebrations", "2012-05-01": "Worker's Day", "2012-07-07": "International Trade Fair", "2012-08-08": "Peasants Day", "2012-08-19": "Eid al-Fitr (estimated)", "2012-10-14": "The Mwalimu Nyerere Day", "2012-10-26": "Eid al-Adha (estimated)", "2012-12-09": "Independence and Republic Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-12": "Zanzibar Revolution Day", "2013-01-24": "Prophet's Birthday", "2013-03-29": "Good Friday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-04-07": "The Sheikh Abeid Amani Karume Day", "2013-04-26": "Union Celebrations", "2013-05-01": "Worker's Day", "2013-07-07": "International Trade Fair", "2013-08-08": "Eid al-Fitr; Peasants Day", "2013-10-14": "The Mwalimu Nyerere Day", "2013-10-15": "Eid al-Adha", "2013-12-09": "Independence and Republic Day", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-12": "Zanzibar Revolution Day", "2014-01-14": "Prophet's Birthday", "2014-04-07": "The Sheikh Abeid Amani Karume Day", "2014-04-18": "Good Friday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-04-26": "Union Celebrations", "2014-05-01": "Worker's Day", "2014-07-07": "International Trade Fair", "2014-07-29": "Eid al-Fitr", "2014-08-08": "Peasants Day", "2014-10-05": "Eid al-Adha", "2014-10-14": "The Mwalimu Nyerere Day", "2014-12-09": "Independence and Republic Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-03": "Prophet's Birthday", "2015-01-12": "Zanzibar Revolution Day", "2015-04-03": "Good Friday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-04-07": "The Sheikh Abeid Amani Karume Day", "2015-04-26": "Union Celebrations", "2015-05-01": "Worker's Day", "2015-07-07": "International Trade Fair", "2015-07-18": "Eid al-Fitr", "2015-08-08": "Peasants Day", "2015-09-23": "Eid al-Adha", "2015-10-14": "The Mwalimu Nyerere Day", "2015-11-05": "John Pombe Magufuli Inauguration Day", "2015-12-09": "Independence and Republic Day", "2015-12-24": "Prophet's Birthday", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-01-12": "Zanzibar Revolution Day", "2016-03-25": "Good Friday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-04-07": "The Sheikh Abeid Amani Karume Day", "2016-04-26": "Union Celebrations", "2016-05-01": "Worker's Day", "2016-07-07": "Eid al-Fitr; International Trade Fair", "2016-08-08": "Peasants Day", "2016-09-16": "Eid al-Adha", "2016-10-14": "The Mwalimu Nyerere Day", "2016-12-09": "Independence and Republic Day", "2016-12-12": "Prophet's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2017-01-01": "New Year's Day", "2017-01-12": "Zanzibar Revolution Day", "2017-04-07": "The Sheikh Abeid Amani Karume Day", "2017-04-14": "Good Friday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-26": "Union Celebrations", "2017-05-01": "Worker's Day", "2017-06-26": "Eid al-Fitr", "2017-07-07": "International Trade Fair", "2017-08-08": "Peasants Day", "2017-09-02": "Eid al-Adha", "2017-10-14": "The Mwalimu Nyerere Day", "2017-12-01": "Prophet's Birthday", "2017-12-09": "Independence and Republic Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-12": "Zanzibar Revolution Day", "2018-03-30": "Good Friday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-07": "The Sheikh Abeid Amani Karume Day", "2018-04-26": "Union Celebrations", "2018-05-01": "Worker's Day", "2018-06-15": "Eid al-Fitr", "2018-07-07": "International Trade Fair", "2018-08-08": "Peasants Day", "2018-08-22": "Eid al-Adha", "2018-10-14": "The Mwalimu Nyerere Day", "2018-11-21": "Prophet's Birthday", "2018-12-09": "Independence and Republic Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-12": "Zanzibar Revolution Day", "2019-04-07": "The Sheikh Abeid Amani Karume Day", "2019-04-19": "Good Friday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-04-26": "Union Celebrations", "2019-05-01": "Worker's Day", "2019-06-05": "Eid al-Fitr", "2019-07-07": "International Trade Fair", "2019-08-08": "Peasants Day", "2019-08-13": "Eid al-Adha", "2019-10-14": "The Mwalimu Nyerere Day", "2019-11-10": "Prophet's Birthday", "2019-12-09": "Independence and Republic Day", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-12": "Zanzibar Revolution Day", "2020-04-07": "The Sheikh Abeid Amani Karume Day", "2020-04-10": "Good Friday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-04-26": "Union Celebrations", "2020-05-01": "Worker's Day", "2020-05-24": "Eid al-Fitr", "2020-07-07": "International Trade Fair", "2020-07-31": "Eid al-Adha", "2020-08-08": "Peasants Day", "2020-10-14": "The Mwalimu Nyerere Day", "2020-10-28": "Tanzania General Election Day", "2020-10-29": "Prophet's Birthday", "2020-12-09": "Independence and Republic Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-01-12": "Zanzibar Revolution Day", "2021-03-22": "John Pombe Magufuli's Funeral", "2021-03-25": "John Pombe Magufuli's Funeral", "2021-04-02": "Good Friday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-07": "The Sheikh Abeid Amani Karume Day", "2021-04-26": "Union Celebrations", "2021-05-01": "Worker's Day", "2021-05-14": "Eid al-Fitr", "2021-07-07": "International Trade Fair", "2021-07-21": "Eid al-Adha", "2021-08-08": "Peasants Day", "2021-10-14": "The Mwalimu Nyerere Day", "2021-10-19": "Prophet's Birthday", "2021-12-09": "Independence and Republic Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2022-01-01": "New Year's Day", "2022-01-12": "Zanzibar Revolution Day", "2022-04-07": "The Sheikh Abeid Amani Karume Day", "2022-04-15": "Good Friday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-26": "Union Celebrations", "2022-05-01": "Worker's Day", "2022-05-03": "Eid al-Fitr", "2022-07-07": "International Trade Fair", "2022-07-10": "Eid al-Adha", "2022-08-08": "Peasants Day", "2022-08-23": "National Population and Housing Census Day", "2022-10-09": "Prophet's Birthday", "2022-10-14": "The Mwalimu Nyerere Day", "2022-12-09": "Independence and Republic Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2023-01-01": "New Year's Day", "2023-01-12": "Zanzibar Revolution Day", "2023-04-07": "Good Friday; The Sheikh Abeid Amani Karume Day", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-22": "Eid al-Fitr", "2023-04-26": "Union Celebrations", "2023-05-01": "Worker's Day", "2023-06-29": "Eid al-Adha", "2023-07-07": "International Trade Fair", "2023-08-08": "Peasants Day", "2023-09-28": "Prophet's Birthday", "2023-10-14": "The Mwalimu Nyerere Day", "2023-12-09": "Independence and Republic Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-12": "Zanzibar Revolution Day", "2024-03-29": "Good Friday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-07": "The Sheikh Abeid Amani Karume Day", "2024-04-10": "Eid al-Fitr", "2024-04-26": "Union Celebrations", "2024-05-01": "Worker's Day", "2024-06-16": "Eid al-Adha (estimated)", "2024-07-07": "International Trade Fair", "2024-08-08": "Peasants Day", "2024-09-15": "Prophet's Birthday (estimated)", "2024-10-14": "The Mwalimu Nyerere Day", "2024-12-09": "Independence and Republic Day", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-12": "Zanzibar Revolution Day", "2025-03-30": "Eid al-Fitr (estimated)", "2025-04-07": "The Sheikh Abeid Amani Karume Day", "2025-04-18": "Good Friday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-26": "Union Celebrations", "2025-05-01": "Worker's Day", "2025-06-06": "Eid al-Adha (estimated)", "2025-07-07": "International Trade Fair", "2025-08-08": "Peasants Day", "2025-09-04": "Prophet's Birthday (estimated)", "2025-10-14": "The Mwalimu Nyerere Day", "2025-12-09": "Independence and Republic Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-12": "Zanzibar Revolution Day", "2026-03-20": "Eid al-Fitr (estimated)", "2026-04-03": "Good Friday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-07": "The Sheikh Abeid Amani Karume Day", "2026-04-26": "Union Celebrations", "2026-05-01": "Worker's Day", "2026-05-27": "Eid al-Adha (estimated)", "2026-07-07": "International Trade Fair", "2026-08-08": "Peasants Day", "2026-08-25": "Prophet's Birthday (estimated)", "2026-10-14": "The Mwalimu Nyerere Day", "2026-12-09": "Independence and Republic Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-01-12": "Zanzibar Revolution Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-26": "Good Friday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-04-07": "The Sheikh Abeid Amani Karume Day", "2027-04-26": "Union Celebrations", "2027-05-01": "Worker's Day", "2027-05-16": "Eid al-Adha (estimated)", "2027-07-07": "International Trade Fair", "2027-08-08": "Peasants Day", "2027-08-14": "Prophet's Birthday (estimated)", "2027-10-14": "The Mwalimu Nyerere Day", "2027-12-09": "Independence and Republic Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2028-01-01": "New Year's Day", "2028-01-12": "Zanzibar Revolution Day", "2028-02-26": "Eid al-Fitr (estimated)", "2028-04-07": "The Sheikh Abeid Amani Karume Day", "2028-04-14": "Good Friday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-26": "Union Celebrations", "2028-05-01": "Worker's Day", "2028-05-05": "Eid al-Adha (estimated)", "2028-07-07": "International Trade Fair", "2028-08-03": "Prophet's Birthday (estimated)", "2028-08-08": "Peasants Day", "2028-10-14": "The Mwalimu Nyerere Day", "2028-12-09": "Independence and Republic Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-12": "Zanzibar Revolution Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-30": "Good Friday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-07": "The Sheikh Abeid Amani Karume Day", "2029-04-24": "Eid al-Adha (estimated)", "2029-04-26": "Union Celebrations", "2029-05-01": "Worker's Day", "2029-07-07": "International Trade Fair", "2029-07-24": "Prophet's Birthday (estimated)", "2029-08-08": "Peasants Day", "2029-10-14": "The Mwalimu Nyerere Day", "2029-12-09": "Independence and Republic Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-12": "Zanzibar Revolution Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-04-07": "The Sheikh Abeid Amani Karume Day", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-19": "Good Friday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-26": "Union Celebrations", "2030-05-01": "Worker's Day", "2030-07-07": "International Trade Fair", "2030-07-13": "Prophet's Birthday (estimated)", "2030-08-08": "Peasants Day", "2030-10-14": "The Mwalimu Nyerere Day", "2030-12-09": "Independence and Republic Day", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-12": "Zanzibar Revolution Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-04-02": "Eid al-Adha (estimated)", "2031-04-07": "The Sheikh Abeid Amani Karume Day", "2031-04-11": "Good Friday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-26": "Union Celebrations", "2031-05-01": "Worker's Day", "2031-07-02": "Prophet's Birthday (estimated)", "2031-07-07": "International Trade Fair", "2031-08-08": "Peasants Day", "2031-10-14": "The Mwalimu Nyerere Day", "2031-12-09": "Independence and Republic Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-12": "Zanzibar Revolution Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-26": "Good Friday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-04-07": "The Sheikh Abeid Amani Karume Day", "2032-04-26": "Union Celebrations", "2032-05-01": "Worker's Day", "2032-06-20": "Prophet's Birthday (estimated)", "2032-07-07": "International Trade Fair", "2032-08-08": "Peasants Day", "2032-10-14": "The Mwalimu Nyerere Day", "2032-12-09": "Independence and Republic Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-12": "Zanzibar Revolution Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-04-07": "The Sheikh Abeid Amani Karume Day", "2033-04-15": "Good Friday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-26": "Union Celebrations", "2033-05-01": "Worker's Day", "2033-06-09": "Prophet's Birthday (estimated)", "2033-07-07": "International Trade Fair", "2033-08-08": "Peasants Day", "2033-10-14": "The Mwalimu Nyerere Day", "2033-12-09": "Independence and Republic Day", "2033-12-23": "Eid al-Fitr (estimated)", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2034-01-01": "New Year's Day", "2034-01-12": "Zanzibar Revolution Day", "2034-03-01": "Eid al-Adha (estimated)", "2034-04-07": "Good Friday; The Sheikh Abeid Amani Karume Day", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-26": "Union Celebrations", "2034-05-01": "Worker's Day", "2034-05-30": "Prophet's Birthday (estimated)", "2034-07-07": "International Trade Fair", "2034-08-08": "Peasants Day", "2034-10-14": "The Mwalimu Nyerere Day", "2034-12-09": "Independence and Republic Day", "2034-12-12": "Eid al-Fitr (estimated)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-12": "Zanzibar Revolution Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-03-23": "Good Friday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-04-07": "The Sheikh Abeid Amani Karume Day", "2035-04-26": "Union Celebrations", "2035-05-01": "Worker's Day", "2035-05-20": "Prophet's Birthday (estimated)", "2035-07-07": "International Trade Fair", "2035-08-08": "Peasants Day", "2035-10-14": "The Mwalimu Nyerere Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-09": "Independence and Republic Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-12": "Zanzibar Revolution Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-04-07": "The Sheikh Abeid Amani Karume Day", "2036-04-11": "Good Friday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-26": "Union Celebrations", "2036-05-01": "Worker's Day", "2036-05-08": "Prophet's Birthday (estimated)", "2036-07-07": "International Trade Fair", "2036-08-08": "Peasants Day", "2036-10-14": "The Mwalimu Nyerere Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-09": "Independence and Republic Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-12": "Zanzibar Revolution Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-04-03": "Good Friday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-07": "The Sheikh Abeid Amani Karume Day", "2037-04-26": "Union Celebrations", "2037-04-28": "Prophet's Birthday (estimated)", "2037-05-01": "Worker's Day", "2037-07-07": "International Trade Fair", "2037-08-08": "Peasants Day", "2037-10-14": "The Mwalimu Nyerere Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-12-09": "Independence and Republic Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-01-12": "Zanzibar Revolution Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-04-07": "The Sheikh Abeid Amani Karume Day", "2038-04-17": "Prophet's Birthday (estimated)", "2038-04-23": "Good Friday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday; Union Celebrations", "2038-05-01": "Worker's Day", "2038-07-07": "International Trade Fair", "2038-08-08": "Peasants Day", "2038-10-14": "The Mwalimu Nyerere Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-12-09": "Independence and Republic Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2039-01-01": "New Year's Day", "2039-01-05": "Eid al-Adha (estimated)", "2039-01-12": "Zanzibar Revolution Day", "2039-04-06": "Prophet's Birthday (estimated)", "2039-04-07": "The Sheikh Abeid Amani Karume Day", "2039-04-08": "Good Friday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-26": "Union Celebrations", "2039-05-01": "Worker's Day", "2039-07-07": "International Trade Fair", "2039-08-08": "Peasants Day", "2039-10-14": "The Mwalimu Nyerere Day", "2039-10-19": "Eid al-Fitr (estimated)", "2039-12-09": "Independence and Republic Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day; Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-12": "Zanzibar Revolution Day", "2040-03-25": "Prophet's Birthday (estimated)", "2040-03-30": "Good Friday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-07": "The Sheikh Abeid Amani Karume Day", "2040-04-26": "Union Celebrations", "2040-05-01": "Worker's Day", "2040-07-07": "International Trade Fair", "2040-08-08": "Peasants Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-14": "The Mwalimu Nyerere Day", "2040-12-09": "Independence and Republic Day", "2040-12-14": "Eid al-Adha (estimated)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-12": "Zanzibar Revolution Day", "2041-03-15": "Prophet's Birthday (estimated)", "2041-04-07": "The Sheikh Abeid Amani Karume Day", "2041-04-19": "Good Friday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-26": "Union Celebrations", "2041-05-01": "Worker's Day", "2041-07-07": "International Trade Fair", "2041-08-08": "Peasants Day", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-14": "The Mwalimu Nyerere Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-09": "Independence and Republic Day", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-12": "Zanzibar Revolution Day", "2042-03-04": "Prophet's Birthday (estimated)", "2042-04-04": "Good Friday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday; The Sheikh Abeid Amani Karume Day", "2042-04-26": "Union Celebrations", "2042-05-01": "Worker's Day", "2042-07-07": "International Trade Fair", "2042-08-08": "Peasants Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-14": "The Mwalimu Nyerere Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-12-09": "Independence and Republic Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-12": "Zanzibar Revolution Day", "2043-02-22": "Prophet's Birthday (estimated)", "2043-03-27": "Good Friday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-04-07": "The Sheikh Abeid Amani Karume Day", "2043-04-26": "Union Celebrations", "2043-05-01": "Worker's Day", "2043-07-07": "International Trade Fair", "2043-08-08": "Peasants Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-14": "The Mwalimu Nyerere Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-09": "Independence and Republic Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-01-12": "Zanzibar Revolution Day", "2044-02-11": "Prophet's Birthday (estimated)", "2044-04-07": "The Sheikh Abeid Amani Karume Day", "2044-04-15": "Good Friday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-26": "Union Celebrations", "2044-05-01": "Worker's Day", "2044-07-07": "International Trade Fair", "2044-08-08": "Peasants Day", "2044-08-24": "Eid al-Fitr (estimated)", "2044-10-14": "The Mwalimu Nyerere Day", "2044-10-31": "Eid al-Adha (estimated)", "2044-12-09": "Independence and Republic Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2045-01-01": "New Year's Day", "2045-01-12": "Zanzibar Revolution Day", "2045-01-30": "Prophet's Birthday (estimated)", "2045-04-07": "Good Friday; The Sheikh Abeid Amani Karume Day", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-26": "Union Celebrations", "2045-05-01": "Worker's Day", "2045-07-07": "International Trade Fair", "2045-08-08": "Peasants Day", "2045-08-14": "Eid al-Fitr (estimated)", "2045-10-14": "The Mwalimu Nyerere Day", "2045-10-21": "Eid al-Adha (estimated)", "2045-12-09": "Independence and Republic Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-12": "Zanzibar Revolution Day", "2046-01-19": "Prophet's Birthday (estimated)", "2046-03-23": "Good Friday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-04-07": "The Sheikh Abeid Amani Karume Day", "2046-04-26": "Union Celebrations", "2046-05-01": "Worker's Day", "2046-07-07": "International Trade Fair", "2046-08-03": "Eid al-Fitr (estimated)", "2046-08-08": "Peasants Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-10-14": "The Mwalimu Nyerere Day", "2046-12-09": "Independence and Republic Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-08": "Prophet's Birthday (estimated)", "2047-01-12": "Zanzibar Revolution Day", "2047-04-07": "The Sheikh Abeid Amani Karume Day", "2047-04-12": "Good Friday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-26": "Union Celebrations", "2047-05-01": "Worker's Day", "2047-07-07": "International Trade Fair", "2047-07-24": "Eid al-Fitr (estimated)", "2047-08-08": "Peasants Day", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-14": "The Mwalimu Nyerere Day", "2047-12-09": "Independence and Republic Day", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2047-12-29": "Prophet's Birthday (estimated)", "2048-01-01": "New Year's Day", "2048-01-12": "Zanzibar Revolution Day", "2048-04-03": "Good Friday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-07": "The Sheikh Abeid Amani Karume Day", "2048-04-26": "Union Celebrations", "2048-05-01": "Worker's Day", "2048-07-07": "International Trade Fair", "2048-07-12": "Eid al-Fitr (estimated)", "2048-08-08": "Peasants Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-10-14": "The Mwalimu Nyerere Day", "2048-12-09": "Independence and Republic Day", "2048-12-18": "Prophet's Birthday (estimated)", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-01-12": "Zanzibar Revolution Day", "2049-04-07": "The Sheikh Abeid Amani Karume Day", "2049-04-16": "Good Friday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-26": "Union Celebrations", "2049-05-01": "Worker's Day", "2049-07-01": "Eid al-Fitr (estimated)", "2049-07-07": "International Trade Fair", "2049-08-08": "Peasants Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-14": "The Mwalimu Nyerere Day", "2049-12-07": "Prophet's Birthday (estimated)", "2049-12-09": "Independence and Republic Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2050-01-01": "New Year's Day", "2050-01-12": "Zanzibar Revolution Day", "2050-04-07": "The Sheikh Abeid Amani Karume Day", "2050-04-08": "Good Friday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-26": "Union Celebrations", "2050-05-01": "Worker's Day", "2050-06-20": "Eid al-Fitr (estimated)", "2050-07-07": "International Trade Fair", "2050-08-08": "Peasants Day", "2050-08-28": "Eid al-Adha (estimated)", "2050-10-14": "The Mwalimu Nyerere Day", "2050-11-26": "Prophet's Birthday (estimated)", "2050-12-09": "Independence and Republic Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day" } holidays-0.71/snapshots/countries/UA_COMMON.json000066400000000000000000001220071500152103600215550ustar00rootroot00000000000000{ "1991-01-01": "New Year's Day", "1991-01-07": "Christmas Day", "1991-03-08": "International Women's Day", "1991-04-07": "Easter Sunday (Pascha)", "1991-05-01": "International Workers' Solidarity Day", "1991-05-02": "International Workers' Solidarity Day", "1991-05-03": "Day off (substituted from 05/05/1991)", "1991-05-09": "Victory Day", "1991-05-10": "Day off (substituted from 05/12/1991)", "1991-05-26": "Holy Trinity Day", "1991-07-15": "Day off (substituted from 07/13/1991)", "1991-07-16": "Independence Day", "1991-11-07": "Anniversary of the Great October Socialist Revolution", "1991-11-08": "Anniversary of the Great October Socialist Revolution", "1992-01-01": "New Year's Day", "1992-01-06": "Day off (substituted from 01/04/1992)", "1992-01-07": "Christmas Day", "1992-03-08": "International Women's Day", "1992-04-26": "Easter Sunday (Pascha)", "1992-04-27": "Day off (substituted from 05/16/1992)", "1992-05-01": "International Workers' Solidarity Day", "1992-05-02": "International Workers' Solidarity Day", "1992-05-09": "Victory Day", "1992-06-14": "Holy Trinity Day", "1992-08-24": "Independence Day", "1992-11-07": "Anniversary of the Great October Socialist Revolution", "1992-11-08": "Anniversary of the Great October Socialist Revolution", "1993-01-01": "New Year's Day", "1993-01-07": "Christmas Day", "1993-01-08": "Day off (substituted from 01/10/1993)", "1993-03-08": "International Women's Day", "1993-04-18": "Easter Sunday (Pascha)", "1993-05-01": "International Workers' Solidarity Day", "1993-05-02": "International Workers' Solidarity Day", "1993-05-09": "Victory Day", "1993-06-06": "Holy Trinity Day", "1993-08-23": "Day off (substituted from 08/21/1993)", "1993-08-24": "Independence Day", "1993-11-07": "Anniversary of the Great October Socialist Revolution", "1993-11-08": "Anniversary of the Great October Socialist Revolution", "1994-01-01": "New Year's Day", "1994-01-07": "Christmas Day", "1994-03-07": "Day off (substituted from 03/05/1994)", "1994-03-08": "International Women's Day", "1994-05-01": "Easter Sunday (Pascha); International Workers' Solidarity Day", "1994-05-02": "International Workers' Solidarity Day", "1994-05-09": "Victory Day", "1994-06-19": "Holy Trinity Day", "1994-08-24": "Independence Day", "1994-11-07": "Anniversary of the Great October Socialist Revolution", "1994-11-08": "Anniversary of the Great October Socialist Revolution", "1995-01-01": "New Year's Day", "1995-01-07": "Christmas Day", "1995-01-09": "Presidential decree holiday", "1995-03-08": "International Women's Day", "1995-04-23": "Easter Sunday (Pascha)", "1995-04-24": "Easter Sunday (Pascha) (observed)", "1995-05-01": "International Workers' Solidarity Day", "1995-05-02": "International Workers' Solidarity Day", "1995-05-08": "Day off (substituted from 05/06/1995)", "1995-05-09": "Victory Day", "1995-06-11": "Holy Trinity Day", "1995-06-12": "Holy Trinity Day (observed)", "1995-08-24": "Independence Day", "1995-08-25": "Day off (substituted from 08/27/1995)", "1995-11-06": "Day off (substituted from 11/04/1995)", "1995-11-07": "Anniversary of the Great October Socialist Revolution", "1995-11-08": "Anniversary of the Great October Socialist Revolution", "1996-01-01": "New Year's Day", "1996-01-07": "Christmas Day", "1996-01-08": "Christmas Day (observed)", "1996-03-08": "International Women's Day", "1996-04-14": "Easter Sunday (Pascha)", "1996-04-15": "Easter Sunday (Pascha) (observed)", "1996-05-01": "International Workers' Solidarity Day", "1996-05-02": "International Workers' Solidarity Day", "1996-05-03": "Day off (substituted from 05/05/1996)", "1996-05-09": "Victory Day", "1996-05-10": "Day off (substituted from 05/12/1996)", "1996-06-02": "Holy Trinity Day", "1996-06-03": "Holy Trinity Day (observed)", "1996-08-24": "Independence Day", "1996-08-26": "Independence Day (observed)", "1996-11-07": "Anniversary of the Great October Socialist Revolution", "1996-11-08": "Anniversary of the Great October Socialist Revolution", "1997-01-01": "New Year's Day", "1997-01-02": "Day off (substituted from 12/28/1996)", "1997-01-06": "Day off (substituted from 01/04/1997)", "1997-01-07": "Christmas Day", "1997-01-08": "Day off (substituted from 01/11/1997)", "1997-03-08": "International Women's Day", "1997-03-10": "International Women's Day (observed)", "1997-04-27": "Easter Sunday (Pascha)", "1997-04-28": "Easter Sunday (Pascha) (observed)", "1997-04-29": "Day off (substituted from 04/19/1997)", "1997-04-30": "Day off (substituted from 05/17/1997)", "1997-05-01": "International Workers' Solidarity Day", "1997-05-02": "International Workers' Solidarity Day", "1997-05-09": "Victory Day", "1997-06-15": "Holy Trinity Day", "1997-06-16": "Holy Trinity Day (observed)", "1997-06-28": "Day of the Constitution of Ukraine", "1997-06-30": "Day of the Constitution of Ukraine (observed)", "1997-08-24": "Independence Day", "1997-08-25": "Independence Day (observed)", "1997-11-07": "Anniversary of the Great October Socialist Revolution", "1997-11-08": "Anniversary of the Great October Socialist Revolution", "1997-11-10": "Anniversary of the Great October Socialist Revolution (observed)", "1998-01-01": "New Year's Day", "1998-01-02": "Day off (substituted from 01/04/1998)", "1998-01-07": "Christmas Day", "1998-03-08": "International Women's Day", "1998-04-19": "Easter Sunday (Pascha)", "1998-05-01": "International Workers' Solidarity Day", "1998-05-02": "International Workers' Solidarity Day", "1998-05-09": "Victory Day", "1998-06-07": "Holy Trinity Day", "1998-06-28": "Day of the Constitution of Ukraine", "1998-08-24": "Independence Day", "1998-11-07": "Anniversary of the Great October Socialist Revolution", "1998-11-08": "Anniversary of the Great October Socialist Revolution", "1999-01-01": "New Year's Day", "1999-01-07": "Christmas Day", "1999-01-08": "Day off (substituted from 01/10/1999)", "1999-03-08": "International Women's Day", "1999-04-11": "Easter Sunday (Pascha)", "1999-04-12": "Day off (substituted from 04/24/1999)", "1999-05-01": "International Workers' Solidarity Day", "1999-05-02": "International Workers' Solidarity Day", "1999-05-03": "International Workers' Solidarity Day (observed)", "1999-05-04": "International Workers' Solidarity Day (observed)", "1999-05-09": "Victory Day", "1999-05-10": "Victory Day (observed)", "1999-05-30": "Holy Trinity Day", "1999-05-31": "Holy Trinity Day (observed)", "1999-06-28": "Day of the Constitution of Ukraine", "1999-08-23": "Day off (substituted from 08/21/1999)", "1999-08-24": "Independence Day", "1999-11-07": "Anniversary of the Great October Socialist Revolution", "1999-11-08": "Anniversary of the Great October Socialist Revolution", "1999-11-09": "Anniversary of the Great October Socialist Revolution (observed)", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-01-07": "Christmas Day", "2000-03-08": "International Women's Day", "2000-04-30": "Easter Sunday (Pascha)", "2000-05-01": "International Workers' Solidarity Day", "2000-05-02": "International Workers' Solidarity Day", "2000-05-03": "Easter Sunday (Pascha) (observed)", "2000-05-08": "Day off (substituted from 05/06/2000)", "2000-05-09": "Victory Day", "2000-06-18": "Holy Trinity Day", "2000-06-19": "Holy Trinity Day (observed)", "2000-06-28": "Day of the Constitution of Ukraine", "2000-08-24": "Independence Day", "2000-08-25": "Day off (substituted from 08/27/2000)", "2001-01-01": "New Year's Day", "2001-01-07": "Christmas Day", "2001-01-08": "Christmas Day (observed)", "2001-03-08": "International Women's Day", "2001-03-09": "Day off (substituted from 03/11/2001)", "2001-04-15": "Easter Sunday (Pascha)", "2001-04-16": "Easter Sunday (Pascha) (observed)", "2001-04-30": "Day off (substituted from 04/28/2001)", "2001-05-01": "International Workers' Solidarity Day", "2001-05-02": "International Workers' Solidarity Day", "2001-05-09": "Victory Day", "2001-05-10": "Day off (substituted from 05/05/2001)", "2001-05-11": "Day off (substituted from 05/06/2001)", "2001-06-03": "Holy Trinity Day", "2001-06-04": "Holy Trinity Day (observed)", "2001-06-28": "Day of the Constitution of Ukraine", "2001-06-29": "Day off (substituted from 06/23/2001)", "2001-08-24": "Independence Day", "2001-12-31": "Day off (substituted from 12/29/2001)", "2002-01-01": "New Year's Day", "2002-01-07": "Christmas Day", "2002-03-08": "International Women's Day", "2002-05-01": "International Workers' Solidarity Day", "2002-05-02": "International Workers' Solidarity Day", "2002-05-03": "Day off (substituted from 05/11/2002)", "2002-05-05": "Easter Sunday (Pascha)", "2002-05-06": "Easter Sunday (Pascha) (observed)", "2002-05-09": "Victory Day", "2002-06-23": "Holy Trinity Day", "2002-06-24": "Holy Trinity Day (observed)", "2002-06-28": "Day of the Constitution of Ukraine", "2002-08-24": "Independence Day", "2002-08-26": "Independence Day (observed)", "2002-12-30": "Day off (substituted from 12/28/2002)", "2002-12-31": "Day off (substituted from 12/29/2002)", "2003-01-01": "New Year's Day", "2003-01-06": "Day off (substituted from 01/04/2003)", "2003-01-07": "Christmas Day", "2003-03-08": "International Women's Day", "2003-03-10": "International Women's Day (observed)", "2003-04-27": "Easter Sunday (Pascha)", "2003-04-28": "Easter Sunday (Pascha) (observed)", "2003-05-01": "International Workers' Solidarity Day", "2003-05-02": "International Workers' Solidarity Day", "2003-05-09": "Victory Day", "2003-06-15": "Holy Trinity Day", "2003-06-16": "Holy Trinity Day (observed)", "2003-06-28": "Day of the Constitution of Ukraine", "2003-06-30": "Day of the Constitution of Ukraine (observed)", "2003-08-24": "Independence Day", "2003-08-25": "Independence Day (observed)", "2004-01-01": "New Year's Day", "2004-01-02": "Day off (substituted from 01/10/2004)", "2004-01-05": "Day off (substituted from 01/17/2004)", "2004-01-06": "Day off (substituted from 01/31/2004)", "2004-01-07": "Christmas Day", "2004-03-08": "International Women's Day", "2004-04-11": "Easter Sunday (Pascha)", "2004-04-12": "Easter Sunday (Pascha) (observed)", "2004-05-01": "International Workers' Solidarity Day", "2004-05-02": "International Workers' Solidarity Day", "2004-05-03": "International Workers' Solidarity Day (observed)", "2004-05-04": "International Workers' Solidarity Day (observed)", "2004-05-09": "Victory Day", "2004-05-10": "Victory Day (observed)", "2004-05-30": "Holy Trinity Day", "2004-05-31": "Holy Trinity Day (observed)", "2004-06-28": "Day of the Constitution of Ukraine", "2004-08-23": "Day off (substituted from 08/21/2004)", "2004-08-24": "Independence Day", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-01-07": "Christmas Day", "2005-03-07": "Day off (substituted from 03/05/2005)", "2005-03-08": "International Women's Day", "2005-05-01": "Easter Sunday (Pascha); International Workers' Solidarity Day", "2005-05-02": "International Workers' Solidarity Day", "2005-05-03": "Easter Sunday (Pascha) (observed); International Workers' Solidarity Day (observed)", "2005-05-09": "Victory Day", "2005-05-10": "Day off (substituted from 05/14/2005)", "2005-06-19": "Holy Trinity Day", "2005-06-20": "Holy Trinity Day (observed)", "2005-06-27": "Day off (substituted from 06/25/2005)", "2005-06-28": "Day of the Constitution of Ukraine", "2005-08-24": "Independence Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-03": "Day off (substituted from 01/21/2006)", "2006-01-04": "Day off (substituted from 02/04/2006)", "2006-01-05": "Day off (substituted from 02/18/2006)", "2006-01-06": "Day off (substituted from 03/11/2006)", "2006-01-07": "Christmas Day", "2006-01-09": "Christmas Day (observed)", "2006-03-08": "International Women's Day", "2006-04-23": "Easter Sunday (Pascha)", "2006-04-24": "Easter Sunday (Pascha) (observed)", "2006-05-01": "International Workers' Solidarity Day", "2006-05-02": "International Workers' Solidarity Day", "2006-05-08": "Day off (substituted from 05/06/2006)", "2006-05-09": "Victory Day", "2006-06-11": "Holy Trinity Day", "2006-06-12": "Holy Trinity Day (observed)", "2006-06-28": "Day of the Constitution of Ukraine", "2006-08-24": "Independence Day", "2006-08-25": "Day off (substituted from 09/09/2006)", "2007-01-01": "New Year's Day", "2007-01-02": "Day off (substituted from 01/20/2007)", "2007-01-03": "Day off (substituted from 01/27/2007)", "2007-01-04": "Day off (substituted from 02/10/2007)", "2007-01-05": "Day off (substituted from 02/24/2007)", "2007-01-07": "Christmas Day", "2007-01-08": "Christmas Day (observed)", "2007-03-08": "International Women's Day", "2007-03-09": "Day off (substituted from 03/03/2007)", "2007-04-08": "Easter Sunday (Pascha)", "2007-04-09": "Easter Sunday (Pascha) (observed)", "2007-04-30": "Day off (substituted from 04/28/2007)", "2007-05-01": "International Workers' Solidarity Day", "2007-05-02": "International Workers' Solidarity Day", "2007-05-09": "Victory Day", "2007-05-27": "Holy Trinity Day", "2007-05-28": "Holy Trinity Day (observed)", "2007-06-28": "Day of the Constitution of Ukraine", "2007-06-29": "Day off (substituted from 06/16/2007)", "2007-08-24": "Independence Day", "2007-12-31": "Day off (substituted from 12/29/2007)", "2008-01-01": "New Year's Day", "2008-01-02": "Day off (substituted from 01/12/2008)", "2008-01-03": "Day off (substituted from 01/26/2008)", "2008-01-04": "Day off (substituted from 02/09/2008)", "2008-01-07": "Christmas Day", "2008-03-08": "International Women's Day", "2008-03-10": "International Women's Day (observed)", "2008-04-27": "Easter Sunday (Pascha)", "2008-04-28": "Easter Sunday (Pascha) (observed)", "2008-04-29": "Day off (substituted from 05/17/2008)", "2008-04-30": "Day off (substituted from 05/31/2008)", "2008-05-01": "International Workers' Solidarity Day", "2008-05-02": "International Workers' Solidarity Day", "2008-05-09": "Victory Day", "2008-06-15": "Holy Trinity Day", "2008-06-16": "Holy Trinity Day (observed)", "2008-06-28": "Day of the Constitution of Ukraine", "2008-06-30": "Day of the Constitution of Ukraine (observed)", "2008-08-24": "Independence Day", "2008-08-25": "Independence Day (observed)", "2009-01-01": "New Year's Day", "2009-01-02": "Day off (substituted from 01/10/2009)", "2009-01-05": "Day off (substituted from 01/24/2009)", "2009-01-06": "Day off (substituted from 02/07/2009)", "2009-01-07": "Christmas Day", "2009-03-08": "International Women's Day", "2009-03-09": "International Women's Day (observed)", "2009-04-19": "Easter Sunday (Pascha)", "2009-04-20": "Easter Sunday (Pascha) (observed)", "2009-05-01": "International Workers' Solidarity Day", "2009-05-02": "International Workers' Solidarity Day", "2009-05-04": "International Workers' Solidarity Day (observed)", "2009-05-09": "Victory Day", "2009-05-11": "Victory Day (observed)", "2009-06-07": "Holy Trinity Day", "2009-06-08": "Holy Trinity Day (observed)", "2009-06-28": "Day of the Constitution of Ukraine", "2009-06-29": "Day of the Constitution of Ukraine (observed)", "2009-08-24": "Independence Day", "2010-01-01": "New Year's Day", "2010-01-04": "Day off (substituted from 01/30/2010)", "2010-01-05": "Day off (substituted from 02/13/2010)", "2010-01-06": "Day off (substituted from 02/27/2010)", "2010-01-07": "Christmas Day", "2010-01-08": "Day off (substituted from 03/13/2010)", "2010-03-08": "International Women's Day", "2010-04-04": "Easter Sunday (Pascha)", "2010-04-05": "Easter Sunday (Pascha) (observed)", "2010-05-01": "International Workers' Solidarity Day", "2010-05-02": "International Workers' Solidarity Day", "2010-05-03": "International Workers' Solidarity Day (observed)", "2010-05-04": "International Workers' Solidarity Day (observed)", "2010-05-09": "Victory Day", "2010-05-10": "Victory Day (observed)", "2010-05-23": "Holy Trinity Day", "2010-05-24": "Holy Trinity Day (observed)", "2010-06-28": "Day of the Constitution of Ukraine", "2010-08-23": "Day off (substituted from 08/21/2010)", "2010-08-24": "Independence Day", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-01-07": "Christmas Day", "2011-03-07": "Day off (substituted from 03/12/2011)", "2011-03-08": "International Women's Day", "2011-04-24": "Easter Sunday (Pascha)", "2011-04-25": "Easter Sunday (Pascha) (observed)", "2011-05-01": "International Workers' Solidarity Day", "2011-05-02": "International Workers' Solidarity Day", "2011-05-03": "International Workers' Solidarity Day (observed)", "2011-05-09": "Victory Day", "2011-06-12": "Holy Trinity Day", "2011-06-13": "Holy Trinity Day (observed)", "2011-06-27": "Day off (substituted from 06/25/2011)", "2011-06-28": "Day of the Constitution of Ukraine", "2011-08-24": "Independence Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-07": "Christmas Day", "2012-01-09": "Christmas Day (observed)", "2012-03-08": "International Women's Day", "2012-03-09": "Day off (substituted from 03/03/2012)", "2012-04-15": "Easter Sunday (Pascha)", "2012-04-16": "Easter Sunday (Pascha) (observed)", "2012-04-30": "Day off (substituted from 04/28/2012)", "2012-05-01": "International Workers' Solidarity Day", "2012-05-02": "International Workers' Solidarity Day", "2012-05-09": "Victory Day", "2012-06-03": "Holy Trinity Day", "2012-06-04": "Holy Trinity Day (observed)", "2012-06-28": "Day of the Constitution of Ukraine", "2012-06-29": "Day off (substituted from 07/07/2012)", "2012-08-24": "Independence Day", "2012-12-31": "Day off (substituted from 12/29/2012)", "2013-01-01": "New Year's Day", "2013-01-07": "Christmas Day", "2013-03-08": "International Women's Day", "2013-05-01": "International Workers' Solidarity Day", "2013-05-02": "International Workers' Solidarity Day", "2013-05-03": "Day off (substituted from 05/18/2013)", "2013-05-05": "Easter Sunday (Pascha)", "2013-05-06": "Easter Sunday (Pascha) (observed)", "2013-05-09": "Victory Day", "2013-05-10": "Day off (substituted from 06/01/2013)", "2013-06-23": "Holy Trinity Day", "2013-06-24": "Holy Trinity Day (observed)", "2013-06-28": "Day of the Constitution of Ukraine", "2013-08-24": "Independence Day", "2013-08-26": "Independence Day (observed)", "2014-01-01": "New Year's Day", "2014-01-02": "Day off (substituted from 01/11/2014)", "2014-01-03": "Day off (substituted from 01/25/2014)", "2014-01-06": "Day off (substituted from 02/08/2014)", "2014-01-07": "Christmas Day", "2014-03-08": "International Women's Day", "2014-03-10": "International Women's Day (observed)", "2014-04-20": "Easter Sunday (Pascha)", "2014-04-21": "Easter Sunday (Pascha) (observed)", "2014-05-01": "International Workers' Solidarity Day", "2014-05-02": "International Workers' Solidarity Day", "2014-05-09": "Victory Day", "2014-06-08": "Holy Trinity Day", "2014-06-09": "Holy Trinity Day (observed)", "2014-06-28": "Day of the Constitution of Ukraine", "2014-06-30": "Day of the Constitution of Ukraine (observed)", "2014-08-24": "Independence Day", "2014-08-25": "Independence Day (observed)", "2015-01-01": "New Year's Day", "2015-01-02": "Day off (substituted from 01/17/2015)", "2015-01-07": "Christmas Day", "2015-01-08": "Day off (substituted from 01/31/2015)", "2015-01-09": "Day off (substituted from 02/14/2015)", "2015-03-08": "International Women's Day", "2015-03-09": "International Women's Day (observed)", "2015-04-12": "Easter Sunday (Pascha)", "2015-04-13": "Easter Sunday (Pascha) (observed)", "2015-05-01": "International Workers' Solidarity Day", "2015-05-02": "International Workers' Solidarity Day", "2015-05-04": "International Workers' Solidarity Day (observed)", "2015-05-09": "Victory Day", "2015-05-11": "Victory Day (observed)", "2015-05-31": "Holy Trinity Day", "2015-06-01": "Holy Trinity Day (observed)", "2015-06-28": "Day of the Constitution of Ukraine", "2015-06-29": "Day of the Constitution of Ukraine (observed)", "2015-08-24": "Independence Day", "2015-10-14": "Defender of Ukraine Day", "2016-01-01": "New Year's Day", "2016-01-07": "Christmas Day", "2016-01-08": "Day off (substituted from 01/16/2016)", "2016-03-07": "Day off (substituted from 03/12/2016)", "2016-03-08": "International Women's Day", "2016-05-01": "Easter Sunday (Pascha); International Workers' Solidarity Day", "2016-05-02": "International Workers' Solidarity Day", "2016-05-03": "Easter Sunday (Pascha) (observed); International Workers' Solidarity Day (observed)", "2016-05-09": "Day of Victory over Nazism in World War II (Victory Day)", "2016-06-19": "Holy Trinity Day", "2016-06-20": "Holy Trinity Day (observed)", "2016-06-27": "Day off (substituted from 07/02/2016)", "2016-06-28": "Day of the Constitution of Ukraine", "2016-08-24": "Independence Day", "2016-10-14": "Defender of Ukraine Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-07": "Christmas Day", "2017-01-09": "Christmas Day (observed)", "2017-03-08": "International Women's Day", "2017-04-16": "Easter Sunday (Pascha)", "2017-04-17": "Easter Sunday (Pascha) (observed)", "2017-05-01": "International Workers' Solidarity Day", "2017-05-02": "International Workers' Solidarity Day", "2017-05-08": "Day off (substituted from 05/13/2017)", "2017-05-09": "Day of Victory over Nazism in World War II (Victory Day)", "2017-06-04": "Holy Trinity Day", "2017-06-05": "Holy Trinity Day (observed)", "2017-06-28": "Day of the Constitution of Ukraine", "2017-08-24": "Independence Day", "2017-08-25": "Day off (substituted from 08/19/2017)", "2017-10-14": "Defender of Ukraine Day", "2017-10-16": "Defender of Ukraine Day (observed)", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-07": "Christmas Day", "2018-01-08": "Christmas Day (observed)", "2018-03-08": "International Women's Day", "2018-03-09": "Day off (substituted from 03/03/2018)", "2018-04-08": "Easter Sunday (Pascha)", "2018-04-09": "Easter Sunday (Pascha) (observed)", "2018-04-30": "Day off (substituted from 05/05/2018)", "2018-05-01": "Labor Day", "2018-05-09": "Day of Victory over Nazism in World War II (Victory Day)", "2018-05-27": "Holy Trinity Day", "2018-05-28": "Holy Trinity Day (observed)", "2018-06-28": "Day of the Constitution of Ukraine", "2018-06-29": "Day off (substituted from 06/23/2018)", "2018-08-24": "Independence Day", "2018-10-14": "Defender of Ukraine Day", "2018-10-15": "Defender of Ukraine Day (observed)", "2018-12-24": "Day off (substituted from 12/22/2018)", "2018-12-25": "Christmas Day", "2018-12-31": "Day off (substituted from 12/29/2018)", "2019-01-01": "New Year's Day", "2019-01-07": "Christmas Day", "2019-03-08": "International Women's Day", "2019-04-28": "Easter Sunday (Pascha)", "2019-04-29": "Easter Sunday (Pascha) (observed)", "2019-04-30": "Day off (substituted from 05/11/2019)", "2019-05-01": "Labor Day", "2019-05-09": "Day of Victory over Nazism in World War II (Victory Day)", "2019-06-16": "Holy Trinity Day", "2019-06-17": "Holy Trinity Day (observed)", "2019-06-28": "Day of the Constitution of Ukraine", "2019-08-24": "Independence Day", "2019-08-26": "Independence Day (observed)", "2019-10-14": "Defender of Ukraine Day", "2019-12-25": "Christmas Day", "2019-12-30": "Day off (substituted from 12/21/2019)", "2019-12-31": "Day off (substituted from 12/28/2019)", "2020-01-01": "New Year's Day", "2020-01-06": "Day off (substituted from 01/11/2020)", "2020-01-07": "Christmas Day", "2020-03-08": "International Women's Day", "2020-03-09": "International Women's Day (observed)", "2020-04-19": "Easter Sunday (Pascha)", "2020-04-20": "Easter Sunday (Pascha) (observed)", "2020-05-01": "Labor Day", "2020-05-09": "Day of Victory over Nazism in World War II (Victory Day)", "2020-05-11": "Day of Victory over Nazism in World War II (Victory Day) (observed)", "2020-06-07": "Holy Trinity Day", "2020-06-08": "Holy Trinity Day (observed)", "2020-06-28": "Day of the Constitution of Ukraine", "2020-06-29": "Day of the Constitution of Ukraine (observed)", "2020-08-24": "Independence Day", "2020-10-14": "Defender of Ukraine Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-07": "Christmas Day", "2021-01-08": "Day off (substituted from 01/16/2021)", "2021-03-08": "International Women's Day", "2021-05-01": "Labor Day", "2021-05-02": "Easter Sunday (Pascha)", "2021-05-03": "Labor Day (observed)", "2021-05-04": "Easter Sunday (Pascha) (observed)", "2021-05-09": "Day of Victory over Nazism in World War II (Victory Day)", "2021-05-10": "Day of Victory over Nazism in World War II (Victory Day) (observed)", "2021-06-20": "Holy Trinity Day", "2021-06-21": "Holy Trinity Day (observed)", "2021-06-28": "Day of the Constitution of Ukraine", "2021-08-23": "Day off (substituted from 08/28/2021)", "2021-08-24": "Independence Day", "2021-10-14": "Day of defenders of Ukraine", "2021-10-15": "Day off (substituted from 10/23/2021)", "2021-12-25": "Christmas Day", "2021-12-27": "Christmas Day (observed)", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-07": "Christmas Day", "2022-03-07": "Day off (substituted from 03/12/2022)", "2022-03-08": "International Women's Day", "2022-04-24": "Easter Sunday (Pascha)", "2022-05-01": "Labor Day", "2022-05-09": "Day of Victory over Nazism in World War II (Victory Day)", "2022-06-12": "Holy Trinity Day", "2022-06-28": "Day of the Constitution of Ukraine", "2022-07-28": "Ukrainian Statehood Day", "2022-08-24": "Independence Day", "2022-10-14": "Day of defenders of Ukraine", "2022-12-25": "Christmas Day", "2023-01-01": "New Year's Day", "2023-01-07": "Christmas Day", "2023-03-08": "International Women's Day", "2023-04-16": "Easter Sunday (Pascha)", "2023-05-01": "Labor Day", "2023-05-09": "Day of Victory over Nazism in World War II (Victory Day)", "2023-06-04": "Holy Trinity Day", "2023-06-28": "Day of the Constitution of Ukraine", "2023-07-28": "Ukrainian Statehood Day", "2023-08-24": "Independence Day", "2023-10-01": "Day of defenders of Ukraine", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-08": "International Women's Day", "2024-05-01": "Labor Day", "2024-05-05": "Easter Sunday (Pascha)", "2024-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2024-06-23": "Holy Trinity Day", "2024-06-28": "Day of the Constitution of Ukraine", "2024-07-15": "Ukrainian Statehood Day", "2024-08-24": "Independence Day", "2024-10-01": "Day of defenders of Ukraine", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-08": "International Women's Day", "2025-04-20": "Easter Sunday (Pascha)", "2025-05-01": "Labor Day", "2025-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2025-06-08": "Holy Trinity Day", "2025-06-28": "Day of the Constitution of Ukraine", "2025-07-15": "Ukrainian Statehood Day", "2025-08-24": "Independence Day", "2025-10-01": "Day of defenders of Ukraine", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-08": "International Women's Day", "2026-04-12": "Easter Sunday (Pascha)", "2026-05-01": "Labor Day", "2026-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2026-05-31": "Holy Trinity Day", "2026-06-28": "Day of the Constitution of Ukraine", "2026-07-15": "Ukrainian Statehood Day", "2026-08-24": "Independence Day", "2026-10-01": "Day of defenders of Ukraine", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-08": "International Women's Day", "2027-05-01": "Labor Day", "2027-05-02": "Easter Sunday (Pascha)", "2027-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2027-06-20": "Holy Trinity Day", "2027-06-28": "Day of the Constitution of Ukraine", "2027-07-15": "Ukrainian Statehood Day", "2027-08-24": "Independence Day", "2027-10-01": "Day of defenders of Ukraine", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-03-08": "International Women's Day", "2028-04-16": "Easter Sunday (Pascha)", "2028-05-01": "Labor Day", "2028-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2028-06-04": "Holy Trinity Day", "2028-06-28": "Day of the Constitution of Ukraine", "2028-07-15": "Ukrainian Statehood Day", "2028-08-24": "Independence Day", "2028-10-01": "Day of defenders of Ukraine", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-08": "International Women's Day", "2029-04-08": "Easter Sunday (Pascha)", "2029-05-01": "Labor Day", "2029-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2029-05-27": "Holy Trinity Day", "2029-06-28": "Day of the Constitution of Ukraine", "2029-07-15": "Ukrainian Statehood Day", "2029-08-24": "Independence Day", "2029-10-01": "Day of defenders of Ukraine", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-03-08": "International Women's Day", "2030-04-28": "Easter Sunday (Pascha)", "2030-05-01": "Labor Day", "2030-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2030-06-16": "Holy Trinity Day", "2030-06-28": "Day of the Constitution of Ukraine", "2030-07-15": "Ukrainian Statehood Day", "2030-08-24": "Independence Day", "2030-10-01": "Day of defenders of Ukraine", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-03-08": "International Women's Day", "2031-04-13": "Easter Sunday (Pascha)", "2031-05-01": "Labor Day", "2031-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2031-06-01": "Holy Trinity Day", "2031-06-28": "Day of the Constitution of Ukraine", "2031-07-15": "Ukrainian Statehood Day", "2031-08-24": "Independence Day", "2031-10-01": "Day of defenders of Ukraine", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-08": "International Women's Day", "2032-05-01": "Labor Day", "2032-05-02": "Easter Sunday (Pascha)", "2032-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2032-06-20": "Holy Trinity Day", "2032-06-28": "Day of the Constitution of Ukraine", "2032-07-15": "Ukrainian Statehood Day", "2032-08-24": "Independence Day", "2032-10-01": "Day of defenders of Ukraine", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-03-08": "International Women's Day", "2033-04-24": "Easter Sunday (Pascha)", "2033-05-01": "Labor Day", "2033-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2033-06-12": "Holy Trinity Day", "2033-06-28": "Day of the Constitution of Ukraine", "2033-07-15": "Ukrainian Statehood Day", "2033-08-24": "Independence Day", "2033-10-01": "Day of defenders of Ukraine", "2033-12-25": "Christmas Day", "2034-01-01": "New Year's Day", "2034-03-08": "International Women's Day", "2034-04-09": "Easter Sunday (Pascha)", "2034-05-01": "Labor Day", "2034-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2034-05-28": "Holy Trinity Day", "2034-06-28": "Day of the Constitution of Ukraine", "2034-07-15": "Ukrainian Statehood Day", "2034-08-24": "Independence Day", "2034-10-01": "Day of defenders of Ukraine", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-08": "International Women's Day", "2035-04-29": "Easter Sunday (Pascha)", "2035-05-01": "Labor Day", "2035-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2035-06-17": "Holy Trinity Day", "2035-06-28": "Day of the Constitution of Ukraine", "2035-07-15": "Ukrainian Statehood Day", "2035-08-24": "Independence Day", "2035-10-01": "Day of defenders of Ukraine", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-03-08": "International Women's Day", "2036-04-20": "Easter Sunday (Pascha)", "2036-05-01": "Labor Day", "2036-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2036-06-08": "Holy Trinity Day", "2036-06-28": "Day of the Constitution of Ukraine", "2036-07-15": "Ukrainian Statehood Day", "2036-08-24": "Independence Day", "2036-10-01": "Day of defenders of Ukraine", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-03-08": "International Women's Day", "2037-04-05": "Easter Sunday (Pascha)", "2037-05-01": "Labor Day", "2037-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2037-05-24": "Holy Trinity Day", "2037-06-28": "Day of the Constitution of Ukraine", "2037-07-15": "Ukrainian Statehood Day", "2037-08-24": "Independence Day", "2037-10-01": "Day of defenders of Ukraine", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-03-08": "International Women's Day", "2038-04-25": "Easter Sunday (Pascha)", "2038-05-01": "Labor Day", "2038-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2038-06-13": "Holy Trinity Day", "2038-06-28": "Day of the Constitution of Ukraine", "2038-07-15": "Ukrainian Statehood Day", "2038-08-24": "Independence Day", "2038-10-01": "Day of defenders of Ukraine", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-03-08": "International Women's Day", "2039-04-17": "Easter Sunday (Pascha)", "2039-05-01": "Labor Day", "2039-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2039-06-05": "Holy Trinity Day", "2039-06-28": "Day of the Constitution of Ukraine", "2039-07-15": "Ukrainian Statehood Day", "2039-08-24": "Independence Day", "2039-10-01": "Day of defenders of Ukraine", "2039-12-25": "Christmas Day", "2040-01-01": "New Year's Day", "2040-03-08": "International Women's Day", "2040-05-01": "Labor Day", "2040-05-06": "Easter Sunday (Pascha)", "2040-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2040-06-24": "Holy Trinity Day", "2040-06-28": "Day of the Constitution of Ukraine", "2040-07-15": "Ukrainian Statehood Day", "2040-08-24": "Independence Day", "2040-10-01": "Day of defenders of Ukraine", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-08": "International Women's Day", "2041-04-21": "Easter Sunday (Pascha)", "2041-05-01": "Labor Day", "2041-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2041-06-09": "Holy Trinity Day", "2041-06-28": "Day of the Constitution of Ukraine", "2041-07-15": "Ukrainian Statehood Day", "2041-08-24": "Independence Day", "2041-10-01": "Day of defenders of Ukraine", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-08": "International Women's Day", "2042-04-13": "Easter Sunday (Pascha)", "2042-05-01": "Labor Day", "2042-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2042-06-01": "Holy Trinity Day", "2042-06-28": "Day of the Constitution of Ukraine", "2042-07-15": "Ukrainian Statehood Day", "2042-08-24": "Independence Day", "2042-10-01": "Day of defenders of Ukraine", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-08": "International Women's Day", "2043-05-01": "Labor Day", "2043-05-03": "Easter Sunday (Pascha)", "2043-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2043-06-21": "Holy Trinity Day", "2043-06-28": "Day of the Constitution of Ukraine", "2043-07-15": "Ukrainian Statehood Day", "2043-08-24": "Independence Day", "2043-10-01": "Day of defenders of Ukraine", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-03-08": "International Women's Day", "2044-04-24": "Easter Sunday (Pascha)", "2044-05-01": "Labor Day", "2044-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2044-06-12": "Holy Trinity Day", "2044-06-28": "Day of the Constitution of Ukraine", "2044-07-15": "Ukrainian Statehood Day", "2044-08-24": "Independence Day", "2044-10-01": "Day of defenders of Ukraine", "2044-12-25": "Christmas Day", "2045-01-01": "New Year's Day", "2045-03-08": "International Women's Day", "2045-04-09": "Easter Sunday (Pascha)", "2045-05-01": "Labor Day", "2045-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2045-05-28": "Holy Trinity Day", "2045-06-28": "Day of the Constitution of Ukraine", "2045-07-15": "Ukrainian Statehood Day", "2045-08-24": "Independence Day", "2045-10-01": "Day of defenders of Ukraine", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-08": "International Women's Day", "2046-04-29": "Easter Sunday (Pascha)", "2046-05-01": "Labor Day", "2046-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2046-06-17": "Holy Trinity Day", "2046-06-28": "Day of the Constitution of Ukraine", "2046-07-15": "Ukrainian Statehood Day", "2046-08-24": "Independence Day", "2046-10-01": "Day of defenders of Ukraine", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-03-08": "International Women's Day", "2047-04-21": "Easter Sunday (Pascha)", "2047-05-01": "Labor Day", "2047-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2047-06-09": "Holy Trinity Day", "2047-06-28": "Day of the Constitution of Ukraine", "2047-07-15": "Ukrainian Statehood Day", "2047-08-24": "Independence Day", "2047-10-01": "Day of defenders of Ukraine", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-03-08": "International Women's Day", "2048-04-05": "Easter Sunday (Pascha)", "2048-05-01": "Labor Day", "2048-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2048-05-24": "Holy Trinity Day", "2048-06-28": "Day of the Constitution of Ukraine", "2048-07-15": "Ukrainian Statehood Day", "2048-08-24": "Independence Day", "2048-10-01": "Day of defenders of Ukraine", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-08": "International Women's Day", "2049-04-25": "Easter Sunday (Pascha)", "2049-05-01": "Labor Day", "2049-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2049-06-13": "Holy Trinity Day", "2049-06-28": "Day of the Constitution of Ukraine", "2049-07-15": "Ukrainian Statehood Day", "2049-08-24": "Independence Day", "2049-10-01": "Day of defenders of Ukraine", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-03-08": "International Women's Day", "2050-04-17": "Easter Sunday (Pascha)", "2050-05-01": "Labor Day", "2050-05-08": "Day of Remembrance and Victory over Nazism in World War II 1939-1945", "2050-06-05": "Holy Trinity Day", "2050-06-28": "Day of the Constitution of Ukraine", "2050-07-15": "Ukrainian Statehood Day", "2050-08-24": "Independence Day", "2050-10-01": "Day of defenders of Ukraine", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/countries/UM_COMMON.json000066400000000000000000001556271500152103600216070ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_AK.json000066400000000000000000002121651500152103600211070ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-03-30": "Seward's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-18": "Alaska Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-30": "Seward's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-18": "Alaska Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-03-30": "Seward's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-17": "Alaska Day (observed)", "1952-10-18": "Alaska Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-03-30": "Seward's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-18": "Alaska Day", "1953-10-19": "Alaska Day (observed)", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-03-30": "Seward's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-18": "Alaska Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-03-28": "Seward's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-18": "Alaska Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-26": "Seward's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-18": "Alaska Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-03-25": "Seward's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-18": "Alaska Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-03-31": "Seward's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-17": "Alaska Day (observed)", "1958-10-18": "Alaska Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-30": "Seward's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-18": "Alaska Day", "1959-10-19": "Alaska Day (observed)", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-03-28": "Seward's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-18": "Alaska Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-27": "Seward's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-18": "Alaska Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-03-26": "Seward's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-18": "Alaska Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-03-25": "Seward's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-18": "Alaska Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-30": "Seward's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-18": "Alaska Day", "1964-10-19": "Alaska Day (observed)", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-03-29": "Seward's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-18": "Alaska Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-03-28": "Seward's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-18": "Alaska Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-27": "Seward's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-18": "Alaska Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-03-25": "Seward's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-18": "Alaska Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-03-31": "Seward's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-17": "Alaska Day (observed)", "1969-10-18": "Alaska Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-30": "Seward's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-18": "Alaska Day", "1970-10-19": "Alaska Day (observed)", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-03-29": "Seward's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-18": "Alaska Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-27": "Seward's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-18": "Alaska Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-03-26": "Seward's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-18": "Alaska Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-03-25": "Seward's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-18": "Alaska Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-31": "Seward's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-17": "Alaska Day (observed)", "1975-10-18": "Alaska Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-03-29": "Seward's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-18": "Alaska Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-03-28": "Seward's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-18": "Alaska Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-27": "Seward's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-18": "Alaska Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-03-26": "Seward's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-18": "Alaska Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-03-31": "Seward's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-17": "Alaska Day (observed)", "1980-10-18": "Alaska Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-03-30": "Seward's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-18": "Alaska Day", "1981-10-19": "Alaska Day (observed)", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-03-29": "Seward's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-18": "Alaska Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-03-28": "Seward's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-18": "Alaska Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-03-26": "Seward's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-18": "Alaska Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-03-25": "Seward's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-18": "Alaska Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-31": "Seward's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-17": "Alaska Day (observed)", "1986-10-18": "Alaska Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-03-30": "Seward's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-18": "Alaska Day", "1987-10-19": "Alaska Day (observed)", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-03-28": "Seward's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-18": "Alaska Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-27": "Seward's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-18": "Alaska Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-03-26": "Seward's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-18": "Alaska Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-25": "Seward's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-18": "Alaska Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-03-30": "Seward's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-18": "Alaska Day", "1992-10-19": "Alaska Day (observed)", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-03-29": "Seward's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-18": "Alaska Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-03-28": "Seward's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-18": "Alaska Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-03-27": "Seward's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-18": "Alaska Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-03-25": "Seward's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-18": "Alaska Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-31": "Seward's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-17": "Alaska Day (observed)", "1997-10-18": "Alaska Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-03-30": "Seward's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-18": "Alaska Day", "1998-10-19": "Alaska Day (observed)", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-03-29": "Seward's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-18": "Alaska Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-03-27": "Seward's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-18": "Alaska Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-03-26": "Seward's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-18": "Alaska Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-25": "Seward's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-18": "Alaska Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-03-31": "Seward's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-17": "Alaska Day (observed)", "2003-10-18": "Alaska Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-03-29": "Seward's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-18": "Alaska Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-28": "Seward's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-18": "Alaska Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-03-27": "Seward's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-18": "Alaska Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-03-26": "Seward's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-18": "Alaska Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-31": "Seward's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-17": "Alaska Day (observed)", "2008-10-18": "Alaska Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-03-30": "Seward's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-18": "Alaska Day", "2009-10-19": "Alaska Day (observed)", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-03-29": "Seward's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-18": "Alaska Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-03-28": "Seward's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-18": "Alaska Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-03-26": "Seward's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-18": "Alaska Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-25": "Seward's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-18": "Alaska Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-03-31": "Seward's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-17": "Alaska Day (observed)", "2014-10-18": "Alaska Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-03-30": "Seward's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day; Indigenous Peoples' Day", "2015-10-18": "Alaska Day", "2015-10-19": "Alaska Day (observed)", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-28": "Seward's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day; Indigenous Peoples' Day", "2016-10-18": "Alaska Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-03-27": "Seward's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day; Indigenous Peoples' Day", "2017-10-18": "Alaska Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-26": "Seward's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day; Indigenous Peoples' Day", "2018-10-18": "Alaska Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-03-25": "Seward's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day; Indigenous Peoples' Day", "2019-10-18": "Alaska Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-03-30": "Seward's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Indigenous Peoples' Day", "2020-10-18": "Alaska Day", "2020-10-19": "Alaska Day (observed)", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-03-29": "Seward's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Indigenous Peoples' Day", "2021-10-18": "Alaska Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-03-28": "Seward's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Indigenous Peoples' Day", "2022-10-18": "Alaska Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-03-27": "Seward's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Indigenous Peoples' Day", "2023-10-18": "Alaska Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-25": "Seward's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Indigenous Peoples' Day", "2024-10-18": "Alaska Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-03-31": "Seward's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Indigenous Peoples' Day", "2025-10-17": "Alaska Day (observed)", "2025-10-18": "Alaska Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-03-30": "Seward's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Indigenous Peoples' Day", "2026-10-18": "Alaska Day", "2026-10-19": "Alaska Day (observed)", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-29": "Seward's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Indigenous Peoples' Day", "2027-10-18": "Alaska Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-03-27": "Seward's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Indigenous Peoples' Day", "2028-10-18": "Alaska Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-26": "Seward's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Indigenous Peoples' Day", "2029-10-18": "Alaska Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-03-25": "Seward's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Indigenous Peoples' Day", "2030-10-18": "Alaska Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-03-31": "Seward's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Indigenous Peoples' Day", "2031-10-17": "Alaska Day (observed)", "2031-10-18": "Alaska Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-29": "Seward's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Indigenous Peoples' Day", "2032-10-18": "Alaska Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-03-28": "Seward's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Indigenous Peoples' Day", "2033-10-18": "Alaska Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-03-27": "Seward's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Indigenous Peoples' Day", "2034-10-18": "Alaska Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-26": "Seward's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Indigenous Peoples' Day", "2035-10-18": "Alaska Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-03-31": "Seward's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Indigenous Peoples' Day", "2036-10-17": "Alaska Day (observed)", "2036-10-18": "Alaska Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-03-30": "Seward's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Indigenous Peoples' Day", "2037-10-18": "Alaska Day", "2037-10-19": "Alaska Day (observed)", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-03-29": "Seward's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Indigenous Peoples' Day", "2038-10-18": "Alaska Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-03-28": "Seward's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Indigenous Peoples' Day", "2039-10-18": "Alaska Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-26": "Seward's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Indigenous Peoples' Day", "2040-10-18": "Alaska Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-03-25": "Seward's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Indigenous Peoples' Day", "2041-10-18": "Alaska Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-03-31": "Seward's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Indigenous Peoples' Day", "2042-10-17": "Alaska Day (observed)", "2042-10-18": "Alaska Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-30": "Seward's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Indigenous Peoples' Day", "2043-10-18": "Alaska Day", "2043-10-19": "Alaska Day (observed)", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-03-28": "Seward's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Indigenous Peoples' Day", "2044-10-18": "Alaska Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-03-27": "Seward's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Indigenous Peoples' Day", "2045-10-18": "Alaska Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-26": "Seward's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Indigenous Peoples' Day", "2046-10-18": "Alaska Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-03-25": "Seward's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Indigenous Peoples' Day", "2047-10-18": "Alaska Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-03-30": "Seward's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Indigenous Peoples' Day", "2048-10-18": "Alaska Day", "2048-10-19": "Alaska Day (observed)", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-03-29": "Seward's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Indigenous Peoples' Day", "2049-10-18": "Alaska Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-03-28": "Seward's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Indigenous Peoples' Day", "2050-10-18": "Alaska Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_AL.json000066400000000000000000002346751500152103600211220ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-24": "Confederate Memorial Day", "1950-05-30": "Memorial Day", "1950-06-05": "Jefferson Davis Birthday", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-04-23": "Confederate Memorial Day", "1951-05-30": "Memorial Day", "1951-06-04": "Jefferson Davis Birthday", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-28": "Confederate Memorial Day", "1952-05-30": "Memorial Day", "1952-06-02": "Jefferson Davis Birthday", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-27": "Confederate Memorial Day", "1953-05-30": "Memorial Day", "1953-06-01": "Jefferson Davis Birthday", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-26": "Confederate Memorial Day", "1954-05-30": "Memorial Day", "1954-06-07": "Jefferson Davis Birthday", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-25": "Confederate Memorial Day", "1955-05-30": "Memorial Day", "1955-06-06": "Jefferson Davis Birthday", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-04-23": "Confederate Memorial Day", "1956-05-30": "Memorial Day", "1956-06-04": "Jefferson Davis Birthday", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-22": "Confederate Memorial Day", "1957-05-30": "Memorial Day", "1957-06-03": "Jefferson Davis Birthday", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-28": "Confederate Memorial Day", "1958-05-30": "Memorial Day", "1958-06-02": "Jefferson Davis Birthday", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-04-27": "Confederate Memorial Day", "1959-05-30": "Memorial Day", "1959-06-01": "Jefferson Davis Birthday", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-25": "Confederate Memorial Day", "1960-05-30": "Memorial Day", "1960-06-06": "Jefferson Davis Birthday", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-04-24": "Confederate Memorial Day", "1961-05-30": "Memorial Day", "1961-06-05": "Jefferson Davis Birthday", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-23": "Confederate Memorial Day", "1962-05-30": "Memorial Day", "1962-06-04": "Jefferson Davis Birthday", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-22": "Confederate Memorial Day", "1963-05-30": "Memorial Day", "1963-06-03": "Jefferson Davis Birthday", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-04-27": "Confederate Memorial Day", "1964-05-30": "Memorial Day", "1964-06-01": "Jefferson Davis Birthday", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-26": "Confederate Memorial Day", "1965-05-30": "Memorial Day", "1965-06-07": "Jefferson Davis Birthday", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-25": "Confederate Memorial Day", "1966-05-30": "Memorial Day", "1966-06-06": "Jefferson Davis Birthday", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-04-24": "Confederate Memorial Day", "1967-05-30": "Memorial Day", "1967-06-05": "Jefferson Davis Birthday", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-22": "Confederate Memorial Day", "1968-05-30": "Memorial Day", "1968-06-03": "Jefferson Davis Birthday", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-28": "Confederate Memorial Day", "1969-05-30": "Memorial Day", "1969-06-02": "Jefferson Davis Birthday", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-04-27": "Confederate Memorial Day", "1970-05-30": "Memorial Day", "1970-06-01": "Jefferson Davis Birthday", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-26": "Confederate Memorial Day", "1971-05-31": "Memorial Day", "1971-06-07": "Jefferson Davis Birthday", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day; Columbus Day / Fraternal Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-04-24": "Confederate Memorial Day", "1972-05-29": "Memorial Day", "1972-06-05": "Jefferson Davis Birthday", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day; Columbus Day / Fraternal Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-23": "Confederate Memorial Day", "1973-05-28": "Memorial Day", "1973-06-04": "Jefferson Davis Birthday", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day; Columbus Day / Fraternal Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-22": "Confederate Memorial Day", "1974-05-27": "Memorial Day", "1974-06-03": "Jefferson Davis Birthday", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day; Columbus Day / Fraternal Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-04-28": "Confederate Memorial Day", "1975-05-26": "Memorial Day", "1975-06-02": "Jefferson Davis Birthday", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day; Columbus Day / Fraternal Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-26": "Confederate Memorial Day", "1976-05-31": "Memorial Day", "1976-06-07": "Jefferson Davis Birthday", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day; Columbus Day / Fraternal Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-25": "Confederate Memorial Day", "1977-05-30": "Memorial Day", "1977-06-06": "Jefferson Davis Birthday", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day; Columbus Day / Fraternal Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-04-24": "Confederate Memorial Day", "1978-05-29": "Memorial Day", "1978-06-05": "Jefferson Davis Birthday", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day; Columbus Day / Fraternal Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-23": "Confederate Memorial Day", "1979-05-28": "Memorial Day", "1979-06-04": "Jefferson Davis Birthday", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day; Columbus Day / Fraternal Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-28": "Confederate Memorial Day", "1980-05-26": "Memorial Day", "1980-06-02": "Jefferson Davis Birthday", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day; Columbus Day / Fraternal Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-27": "Confederate Memorial Day", "1981-05-25": "Memorial Day", "1981-06-01": "Jefferson Davis Birthday", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day; Columbus Day / Fraternal Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-26": "Confederate Memorial Day", "1982-05-31": "Memorial Day", "1982-06-07": "Jefferson Davis Birthday", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day; Columbus Day / Fraternal Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-25": "Confederate Memorial Day", "1983-05-30": "Memorial Day", "1983-06-06": "Jefferson Davis Birthday", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day; Columbus Day / Fraternal Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-23": "Confederate Memorial Day", "1984-05-28": "Memorial Day", "1984-06-04": "Jefferson Davis Birthday", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day; Columbus Day / Fraternal Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-22": "Confederate Memorial Day", "1985-05-27": "Memorial Day", "1985-06-03": "Jefferson Davis Birthday", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day; Columbus Day / Fraternal Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-04-28": "Confederate Memorial Day", "1986-05-26": "Memorial Day", "1986-06-02": "Jefferson Davis Birthday", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day; Columbus Day / Fraternal Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-27": "Confederate Memorial Day", "1987-05-25": "Memorial Day", "1987-06-01": "Jefferson Davis Birthday", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day; Columbus Day / Fraternal Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-25": "Confederate Memorial Day", "1988-05-30": "Memorial Day", "1988-06-06": "Jefferson Davis Birthday", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day; Columbus Day / Fraternal Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-04-24": "Confederate Memorial Day", "1989-05-29": "Memorial Day", "1989-06-05": "Jefferson Davis Birthday", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day; Columbus Day / Fraternal Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-23": "Confederate Memorial Day", "1990-05-28": "Memorial Day", "1990-06-04": "Jefferson Davis Birthday", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day; Columbus Day / Fraternal Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-04-22": "Confederate Memorial Day", "1991-05-27": "Memorial Day", "1991-06-03": "Jefferson Davis Birthday", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day; Columbus Day / Fraternal Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-27": "Confederate Memorial Day", "1992-05-25": "Memorial Day", "1992-06-01": "Jefferson Davis Birthday", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day; Columbus Day / Fraternal Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-26": "Confederate Memorial Day", "1993-05-31": "Memorial Day", "1993-06-07": "Jefferson Davis Birthday", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day; Columbus Day / Fraternal Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-25": "Confederate Memorial Day", "1994-05-30": "Memorial Day", "1994-06-06": "Jefferson Davis Birthday", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day; Columbus Day / Fraternal Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-24": "Confederate Memorial Day", "1995-05-29": "Memorial Day", "1995-06-05": "Jefferson Davis Birthday", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day; Columbus Day / Fraternal Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-22": "Confederate Memorial Day", "1996-05-27": "Memorial Day", "1996-06-03": "Jefferson Davis Birthday", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day; Columbus Day / Fraternal Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-04-28": "Confederate Memorial Day", "1997-05-26": "Memorial Day", "1997-06-02": "Jefferson Davis Birthday", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day; Columbus Day / Fraternal Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-27": "Confederate Memorial Day", "1998-05-25": "Memorial Day", "1998-06-01": "Jefferson Davis Birthday", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day; Columbus Day / Fraternal Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-26": "Confederate Memorial Day", "1999-05-31": "Memorial Day", "1999-06-07": "Jefferson Davis Birthday", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day; Columbus Day / Fraternal Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-24": "Confederate Memorial Day", "2000-05-29": "Memorial Day", "2000-06-05": "Jefferson Davis Birthday", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-23": "Confederate Memorial Day", "2001-05-28": "Memorial Day", "2001-06-04": "Jefferson Davis Birthday", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-04-22": "Confederate Memorial Day", "2002-05-27": "Memorial Day", "2002-06-03": "Jefferson Davis Birthday", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-28": "Confederate Memorial Day", "2003-05-26": "Memorial Day", "2003-06-02": "Jefferson Davis Birthday", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-26": "Confederate Memorial Day", "2004-05-31": "Memorial Day", "2004-06-07": "Jefferson Davis Birthday", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-04-25": "Confederate Memorial Day", "2005-05-30": "Memorial Day", "2005-06-06": "Jefferson Davis Birthday", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-24": "Confederate Memorial Day", "2006-05-29": "Memorial Day", "2006-06-05": "Jefferson Davis Birthday", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-23": "Confederate Memorial Day", "2007-05-28": "Memorial Day", "2007-06-04": "Jefferson Davis Birthday", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-04-28": "Confederate Memorial Day", "2008-05-26": "Memorial Day", "2008-06-02": "Jefferson Davis Birthday", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-27": "Confederate Memorial Day", "2009-05-25": "Memorial Day", "2009-06-01": "Jefferson Davis Birthday", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-26": "Confederate Memorial Day", "2010-05-31": "Memorial Day", "2010-06-07": "Jefferson Davis Birthday", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-25": "Confederate Memorial Day", "2011-05-30": "Memorial Day", "2011-06-06": "Jefferson Davis Birthday", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-23": "Confederate Memorial Day", "2012-05-28": "Memorial Day", "2012-06-04": "Jefferson Davis Birthday", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-04-22": "Confederate Memorial Day", "2013-05-27": "Memorial Day", "2013-06-03": "Jefferson Davis Birthday", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-28": "Confederate Memorial Day", "2014-05-26": "Memorial Day", "2014-06-02": "Jefferson Davis Birthday", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-27": "Confederate Memorial Day", "2015-05-25": "Memorial Day", "2015-06-01": "Jefferson Davis Birthday", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-04-25": "Confederate Memorial Day", "2016-05-30": "Memorial Day", "2016-06-06": "Jefferson Davis Birthday", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-24": "Confederate Memorial Day", "2017-05-29": "Memorial Day", "2017-06-05": "Jefferson Davis Birthday", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-04-23": "Confederate Memorial Day", "2018-05-28": "Memorial Day", "2018-06-04": "Jefferson Davis Birthday", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-22": "Confederate Memorial Day", "2019-05-27": "Memorial Day", "2019-06-03": "Jefferson Davis Birthday", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-27": "Confederate Memorial Day", "2020-05-25": "Memorial Day", "2020-06-01": "Jefferson Davis Birthday", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-26": "Confederate Memorial Day", "2021-05-31": "Memorial Day", "2021-06-07": "Jefferson Davis Birthday", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-25": "Confederate Memorial Day", "2022-05-30": "Memorial Day", "2022-06-06": "Jefferson Davis Birthday", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-24": "Confederate Memorial Day", "2023-05-29": "Memorial Day", "2023-06-05": "Jefferson Davis Birthday", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-04-22": "Confederate Memorial Day", "2024-05-27": "Memorial Day", "2024-06-03": "Jefferson Davis Birthday", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-28": "Confederate Memorial Day", "2025-05-26": "Memorial Day", "2025-06-02": "Jefferson Davis Birthday", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-27": "Confederate Memorial Day", "2026-05-25": "Memorial Day", "2026-06-01": "Jefferson Davis Birthday", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-04-26": "Confederate Memorial Day", "2027-05-31": "Memorial Day", "2027-06-07": "Jefferson Davis Birthday", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-24": "Confederate Memorial Day", "2028-05-29": "Memorial Day", "2028-06-05": "Jefferson Davis Birthday", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-04-23": "Confederate Memorial Day", "2029-05-28": "Memorial Day", "2029-06-04": "Jefferson Davis Birthday", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-22": "Confederate Memorial Day", "2030-05-27": "Memorial Day", "2030-06-03": "Jefferson Davis Birthday", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-28": "Confederate Memorial Day", "2031-05-26": "Memorial Day", "2031-06-02": "Jefferson Davis Birthday", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-04-26": "Confederate Memorial Day", "2032-05-31": "Memorial Day", "2032-06-07": "Jefferson Davis Birthday", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-25": "Confederate Memorial Day", "2033-05-30": "Memorial Day", "2033-06-06": "Jefferson Davis Birthday", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-24": "Confederate Memorial Day", "2034-05-29": "Memorial Day", "2034-06-05": "Jefferson Davis Birthday", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-04-23": "Confederate Memorial Day", "2035-05-28": "Memorial Day", "2035-06-04": "Jefferson Davis Birthday", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-28": "Confederate Memorial Day", "2036-05-26": "Memorial Day", "2036-06-02": "Jefferson Davis Birthday", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-27": "Confederate Memorial Day", "2037-05-25": "Memorial Day", "2037-06-01": "Jefferson Davis Birthday", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-26": "Confederate Memorial Day", "2038-05-31": "Memorial Day", "2038-06-07": "Jefferson Davis Birthday", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-25": "Confederate Memorial Day", "2039-05-30": "Memorial Day", "2039-06-06": "Jefferson Davis Birthday", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-04-23": "Confederate Memorial Day", "2040-05-28": "Memorial Day", "2040-06-04": "Jefferson Davis Birthday", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-22": "Confederate Memorial Day", "2041-05-27": "Memorial Day", "2041-06-03": "Jefferson Davis Birthday", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-28": "Confederate Memorial Day", "2042-05-26": "Memorial Day", "2042-06-02": "Jefferson Davis Birthday", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-04-27": "Confederate Memorial Day", "2043-05-25": "Memorial Day", "2043-06-01": "Jefferson Davis Birthday", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-25": "Confederate Memorial Day", "2044-05-30": "Memorial Day", "2044-06-06": "Jefferson Davis Birthday", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-24": "Confederate Memorial Day", "2045-05-29": "Memorial Day", "2045-06-05": "Jefferson Davis Birthday", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-04-23": "Confederate Memorial Day", "2046-05-28": "Memorial Day", "2046-06-04": "Jefferson Davis Birthday", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-22": "Confederate Memorial Day", "2047-05-27": "Memorial Day", "2047-06-03": "Jefferson Davis Birthday", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-27": "Confederate Memorial Day", "2048-05-25": "Memorial Day", "2048-06-01": "Jefferson Davis Birthday", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-26": "Confederate Memorial Day", "2049-05-31": "Memorial Day", "2049-06-07": "Jefferson Davis Birthday", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King, Jr & Robert E. Lee's Birthday", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "George Washington & Thomas Jefferson's Birthday; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-25": "Confederate Memorial Day", "2050-05-30": "Memorial Day", "2050-06-06": "Jefferson Davis Birthday", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Columbus Day / American Indian Heritage Day / Fraternal Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_AR.json000066400000000000000000002033651500152103600211200ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "George Washington's Birthday and Daisy Gatson Bates Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_AS.json000066400000000000000000002124041500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-17": "American Samoa Flag Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-08": "White Sunday", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-04-17": "American Samoa Flag Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-14": "White Sunday", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-17": "American Samoa Flag Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day; White Sunday", "1952-10-31": "Halloween", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-17": "American Samoa Flag Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-11": "White Sunday", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "American Samoa Flag Day (observed)", "1954-04-17": "American Samoa Flag Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-10": "White Sunday", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-17": "American Samoa Flag Day", "1955-04-18": "American Samoa Flag Day (observed)", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-09": "White Sunday", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-04-17": "American Samoa Flag Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-14": "White Sunday", "1956-10-31": "Halloween", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-17": "American Samoa Flag Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-13": "White Sunday", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-17": "American Samoa Flag Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day; White Sunday", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-04-17": "American Samoa Flag Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-11": "White Sunday", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-17": "American Samoa Flag Day", "1960-04-18": "American Samoa Flag Day (observed)", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-09": "White Sunday", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-04-17": "American Samoa Flag Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-08": "White Sunday", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-17": "American Samoa Flag Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-14": "White Sunday", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-17": "American Samoa Flag Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-13": "White Sunday", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-04-17": "American Samoa Flag Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-11": "White Sunday", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "American Samoa Flag Day (observed)", "1965-04-17": "American Samoa Flag Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-10": "White Sunday", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-17": "American Samoa Flag Day", "1966-04-18": "American Samoa Flag Day (observed)", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-09": "White Sunday", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-04-17": "American Samoa Flag Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-08": "White Sunday", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-17": "American Samoa Flag Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-13": "White Sunday", "1968-10-31": "Halloween", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-17": "American Samoa Flag Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day; White Sunday", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-04-17": "American Samoa Flag Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-11": "White Sunday", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-16": "American Samoa Flag Day (observed)", "1971-04-17": "American Samoa Flag Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-10": "White Sunday", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-04-17": "American Samoa Flag Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-08": "White Sunday", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-17": "American Samoa Flag Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-14": "White Sunday", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-17": "American Samoa Flag Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-13": "White Sunday", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-04-17": "American Samoa Flag Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-12": "White Sunday", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "American Samoa Flag Day (observed)", "1976-04-17": "American Samoa Flag Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-10": "White Sunday", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-17": "American Samoa Flag Day", "1977-04-18": "American Samoa Flag Day (observed)", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-09": "White Sunday", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-04-17": "American Samoa Flag Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-08": "White Sunday", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-17": "American Samoa Flag Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-14": "White Sunday", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-17": "American Samoa Flag Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-12": "White Sunday", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "American Samoa Flag Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-11": "White Sunday", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-16": "American Samoa Flag Day (observed)", "1982-04-17": "American Samoa Flag Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-10": "White Sunday", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-17": "American Samoa Flag Day", "1983-04-18": "American Samoa Flag Day (observed)", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-07-15": "Manu'a Islands Cession Day (observed)", "1983-07-16": "Manu'a Islands Cession Day", "1983-09-05": "Labor Day", "1983-10-09": "White Sunday", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-17": "American Samoa Flag Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-07-16": "Manu'a Islands Cession Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-14": "White Sunday", "1984-10-31": "Halloween", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-17": "American Samoa Flag Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-07-16": "Manu'a Islands Cession Day", "1985-09-02": "Labor Day", "1985-10-13": "White Sunday", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-04-17": "American Samoa Flag Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-07-16": "Manu'a Islands Cession Day", "1986-09-01": "Labor Day", "1986-10-12": "White Sunday", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "American Samoa Flag Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-07-16": "Manu'a Islands Cession Day", "1987-09-07": "Labor Day", "1987-10-11": "White Sunday", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-17": "American Samoa Flag Day", "1988-04-18": "American Samoa Flag Day (observed)", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-07-15": "Manu'a Islands Cession Day (observed)", "1988-07-16": "Manu'a Islands Cession Day", "1988-09-05": "Labor Day", "1988-10-09": "White Sunday", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-04-17": "American Samoa Flag Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-07-16": "Manu'a Islands Cession Day", "1989-07-17": "Manu'a Islands Cession Day (observed)", "1989-09-04": "Labor Day", "1989-10-08": "White Sunday", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-17": "American Samoa Flag Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-07-16": "Manu'a Islands Cession Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-14": "White Sunday", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-04-17": "American Samoa Flag Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-07-16": "Manu'a Islands Cession Day", "1991-09-02": "Labor Day", "1991-10-13": "White Sunday", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "American Samoa Flag Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-07-16": "Manu'a Islands Cession Day", "1992-09-07": "Labor Day", "1992-10-11": "White Sunday", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-16": "American Samoa Flag Day (observed)", "1993-04-17": "American Samoa Flag Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-07-16": "Manu'a Islands Cession Day", "1993-09-06": "Labor Day", "1993-10-10": "White Sunday", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-17": "American Samoa Flag Day", "1994-04-18": "American Samoa Flag Day (observed)", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-07-15": "Manu'a Islands Cession Day (observed)", "1994-07-16": "Manu'a Islands Cession Day", "1994-09-05": "Labor Day", "1994-10-09": "White Sunday", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-17": "American Samoa Flag Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-07-16": "Manu'a Islands Cession Day", "1995-07-17": "Manu'a Islands Cession Day (observed)", "1995-09-04": "Labor Day", "1995-10-08": "White Sunday", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-17": "American Samoa Flag Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-07-16": "Manu'a Islands Cession Day", "1996-09-02": "Labor Day", "1996-10-13": "White Sunday", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-04-17": "American Samoa Flag Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-07-16": "Manu'a Islands Cession Day", "1997-09-01": "Labor Day", "1997-10-12": "White Sunday", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-17": "American Samoa Flag Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-07-16": "Manu'a Islands Cession Day", "1998-09-07": "Labor Day", "1998-10-11": "White Sunday", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-16": "American Samoa Flag Day (observed)", "1999-04-17": "American Samoa Flag Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-07-16": "Manu'a Islands Cession Day", "1999-09-06": "Labor Day", "1999-10-10": "White Sunday", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-17": "American Samoa Flag Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-07-16": "Manu'a Islands Cession Day", "2000-07-17": "Manu'a Islands Cession Day (observed)", "2000-09-04": "Labor Day", "2000-10-08": "White Sunday", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-17": "American Samoa Flag Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-07-16": "Manu'a Islands Cession Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-14": "White Sunday", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-04-17": "American Samoa Flag Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-07-16": "Manu'a Islands Cession Day", "2002-09-02": "Labor Day", "2002-10-13": "White Sunday", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-17": "American Samoa Flag Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-07-16": "Manu'a Islands Cession Day", "2003-09-01": "Labor Day", "2003-10-12": "White Sunday", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-16": "American Samoa Flag Day (observed)", "2004-04-17": "American Samoa Flag Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-07-16": "Manu'a Islands Cession Day", "2004-09-06": "Labor Day", "2004-10-10": "White Sunday", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-04-17": "American Samoa Flag Day", "2005-04-18": "American Samoa Flag Day (observed)", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-07-15": "Manu'a Islands Cession Day (observed)", "2005-07-16": "Manu'a Islands Cession Day", "2005-09-05": "Labor Day", "2005-10-09": "White Sunday", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-17": "American Samoa Flag Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-07-16": "Manu'a Islands Cession Day", "2006-07-17": "Manu'a Islands Cession Day (observed)", "2006-09-04": "Labor Day", "2006-10-08": "White Sunday", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-17": "American Samoa Flag Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-07-16": "Manu'a Islands Cession Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-14": "White Sunday", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-04-17": "American Samoa Flag Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-07-16": "Manu'a Islands Cession Day", "2008-09-01": "Labor Day", "2008-10-12": "White Sunday", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-17": "American Samoa Flag Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-07-16": "Manu'a Islands Cession Day", "2009-09-07": "Labor Day", "2009-10-11": "White Sunday", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-16": "American Samoa Flag Day (observed)", "2010-04-17": "American Samoa Flag Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-07-16": "Manu'a Islands Cession Day", "2010-09-06": "Labor Day", "2010-10-10": "White Sunday", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-17": "American Samoa Flag Day", "2011-04-18": "American Samoa Flag Day (observed)", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-07-15": "Manu'a Islands Cession Day (observed)", "2011-07-16": "Manu'a Islands Cession Day", "2011-09-05": "Labor Day", "2011-10-09": "White Sunday", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-17": "American Samoa Flag Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-07-16": "Manu'a Islands Cession Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-14": "White Sunday", "2012-10-31": "Halloween", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-04-17": "American Samoa Flag Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-07-16": "Manu'a Islands Cession Day", "2013-09-02": "Labor Day", "2013-10-13": "White Sunday", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-17": "American Samoa Flag Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-07-16": "Manu'a Islands Cession Day", "2014-09-01": "Labor Day", "2014-10-12": "White Sunday", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-17": "American Samoa Flag Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-07-16": "Manu'a Islands Cession Day", "2015-09-07": "Labor Day", "2015-10-11": "White Sunday", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-04-17": "American Samoa Flag Day", "2016-04-18": "American Samoa Flag Day (observed)", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-07-15": "Manu'a Islands Cession Day (observed)", "2016-07-16": "Manu'a Islands Cession Day", "2016-09-05": "Labor Day", "2016-10-09": "White Sunday", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-17": "American Samoa Flag Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-07-16": "Manu'a Islands Cession Day", "2017-07-17": "Manu'a Islands Cession Day (observed)", "2017-09-04": "Labor Day", "2017-10-08": "White Sunday", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-04-17": "American Samoa Flag Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-07-16": "Manu'a Islands Cession Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-14": "White Sunday", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-17": "American Samoa Flag Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-07-16": "Manu'a Islands Cession Day", "2019-09-02": "Labor Day", "2019-10-13": "White Sunday", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-17": "American Samoa Flag Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-07-16": "Manu'a Islands Cession Day", "2020-09-07": "Labor Day", "2020-10-11": "White Sunday", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-16": "American Samoa Flag Day (observed)", "2021-04-17": "American Samoa Flag Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-07-16": "Manu'a Islands Cession Day", "2021-09-06": "Labor Day", "2021-10-10": "White Sunday", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-17": "American Samoa Flag Day", "2022-04-18": "American Samoa Flag Day (observed)", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-07-15": "Manu'a Islands Cession Day (observed)", "2022-07-16": "Manu'a Islands Cession Day", "2022-09-05": "Labor Day", "2022-10-09": "White Sunday", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-17": "American Samoa Flag Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-07-16": "Manu'a Islands Cession Day", "2023-07-17": "Manu'a Islands Cession Day (observed)", "2023-09-04": "Labor Day", "2023-10-08": "White Sunday", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-04-17": "American Samoa Flag Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-07-16": "Manu'a Islands Cession Day", "2024-09-02": "Labor Day", "2024-10-13": "White Sunday", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-17": "American Samoa Flag Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-07-16": "Manu'a Islands Cession Day", "2025-09-01": "Labor Day", "2025-10-12": "White Sunday", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-17": "American Samoa Flag Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-07-16": "Manu'a Islands Cession Day", "2026-09-07": "Labor Day", "2026-10-11": "White Sunday", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-04-16": "American Samoa Flag Day (observed)", "2027-04-17": "American Samoa Flag Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-07-16": "Manu'a Islands Cession Day", "2027-09-06": "Labor Day", "2027-10-10": "White Sunday", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-17": "American Samoa Flag Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-07-16": "Manu'a Islands Cession Day", "2028-07-17": "Manu'a Islands Cession Day (observed)", "2028-09-04": "Labor Day", "2028-10-08": "White Sunday", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-04-17": "American Samoa Flag Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-07-16": "Manu'a Islands Cession Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-14": "White Sunday", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-17": "American Samoa Flag Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-07-16": "Manu'a Islands Cession Day", "2030-09-02": "Labor Day", "2030-10-13": "White Sunday", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-17": "American Samoa Flag Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-07-16": "Manu'a Islands Cession Day", "2031-09-01": "Labor Day", "2031-10-12": "White Sunday", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-04-16": "American Samoa Flag Day (observed)", "2032-04-17": "American Samoa Flag Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-07-16": "Manu'a Islands Cession Day", "2032-09-06": "Labor Day", "2032-10-10": "White Sunday", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-17": "American Samoa Flag Day", "2033-04-18": "American Samoa Flag Day (observed)", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-07-15": "Manu'a Islands Cession Day (observed)", "2033-07-16": "Manu'a Islands Cession Day", "2033-09-05": "Labor Day", "2033-10-09": "White Sunday", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-17": "American Samoa Flag Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-07-16": "Manu'a Islands Cession Day", "2034-07-17": "Manu'a Islands Cession Day (observed)", "2034-09-04": "Labor Day", "2034-10-08": "White Sunday", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-04-17": "American Samoa Flag Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-07-16": "Manu'a Islands Cession Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-14": "White Sunday", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-17": "American Samoa Flag Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-07-16": "Manu'a Islands Cession Day", "2036-09-01": "Labor Day", "2036-10-12": "White Sunday", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-17": "American Samoa Flag Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-07-16": "Manu'a Islands Cession Day", "2037-09-07": "Labor Day", "2037-10-11": "White Sunday", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-16": "American Samoa Flag Day (observed)", "2038-04-17": "American Samoa Flag Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-07-16": "Manu'a Islands Cession Day", "2038-09-06": "Labor Day", "2038-10-10": "White Sunday", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-17": "American Samoa Flag Day", "2039-04-18": "American Samoa Flag Day (observed)", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-07-15": "Manu'a Islands Cession Day (observed)", "2039-07-16": "Manu'a Islands Cession Day", "2039-09-05": "Labor Day", "2039-10-09": "White Sunday", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-04-17": "American Samoa Flag Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-07-16": "Manu'a Islands Cession Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-14": "White Sunday", "2040-10-31": "Halloween", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-17": "American Samoa Flag Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-07-16": "Manu'a Islands Cession Day", "2041-09-02": "Labor Day", "2041-10-13": "White Sunday", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-17": "American Samoa Flag Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-07-16": "Manu'a Islands Cession Day", "2042-09-01": "Labor Day", "2042-10-12": "White Sunday", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-04-17": "American Samoa Flag Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-07-16": "Manu'a Islands Cession Day", "2043-09-07": "Labor Day", "2043-10-11": "White Sunday", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-17": "American Samoa Flag Day", "2044-04-18": "American Samoa Flag Day (observed)", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-07-15": "Manu'a Islands Cession Day (observed)", "2044-07-16": "Manu'a Islands Cession Day", "2044-09-05": "Labor Day", "2044-10-09": "White Sunday", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-17": "American Samoa Flag Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-07-16": "Manu'a Islands Cession Day", "2045-07-17": "Manu'a Islands Cession Day (observed)", "2045-09-04": "Labor Day", "2045-10-08": "White Sunday", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-04-17": "American Samoa Flag Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-07-16": "Manu'a Islands Cession Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-14": "White Sunday", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-17": "American Samoa Flag Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-07-16": "Manu'a Islands Cession Day", "2047-09-02": "Labor Day", "2047-10-13": "White Sunday", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-17": "American Samoa Flag Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-07-16": "Manu'a Islands Cession Day", "2048-09-07": "Labor Day", "2048-10-11": "White Sunday", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "American Samoa Flag Day (observed)", "2049-04-17": "American Samoa Flag Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-07-16": "Manu'a Islands Cession Day", "2049-09-06": "Labor Day", "2049-10-10": "White Sunday", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-17": "American Samoa Flag Day", "2050-04-18": "American Samoa Flag Day (observed)", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-07-15": "Manu'a Islands Cession Day (observed)", "2050-07-16": "Manu'a Islands Cession Day", "2050-09-05": "Labor Day", "2050-10-09": "White Sunday", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_AZ.json000066400000000000000000001776251500152103600211410ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Lincoln/Washington Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_CA.json000066400000000000000000002133231500152103600210740ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-12": "Lincoln's Birthday", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-11": "Lincoln's Birthday (observed)", "1972-02-12": "Lincoln's Birthday", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-12": "Lincoln's Birthday", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-12": "Lincoln's Birthday", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-12": "Lincoln's Birthday", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-11-28": "Day After Thanksgiving", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-12": "Lincoln's Birthday", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-11-26": "Day After Thanksgiving", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-11": "Lincoln's Birthday (observed)", "1977-02-12": "Lincoln's Birthday", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-11-25": "Day After Thanksgiving", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-12": "Lincoln's Birthday", "1978-02-13": "Lincoln's Birthday (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-11-24": "Day After Thanksgiving", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-12": "Lincoln's Birthday", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-11-23": "Day After Thanksgiving", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-12": "Lincoln's Birthday", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-11-28": "Day After Thanksgiving", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-12": "Lincoln's Birthday", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-11-27": "Day After Thanksgiving", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-12": "Lincoln's Birthday", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-11-26": "Day After Thanksgiving", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-11": "Lincoln's Birthday (observed)", "1983-02-12": "Lincoln's Birthday", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-11-25": "Day After Thanksgiving", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-12": "Lincoln's Birthday", "1984-02-13": "Lincoln's Birthday (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-11-23": "Day After Thanksgiving", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-12": "Lincoln's Birthday", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-11-29": "Day After Thanksgiving", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-12": "Lincoln's Birthday", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Day After Thanksgiving", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-12": "Lincoln's Birthday", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Day After Thanksgiving", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-12": "Lincoln's Birthday", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Day After Thanksgiving", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-12": "Lincoln's Birthday", "1989-02-13": "Lincoln's Birthday (observed)", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Day After Thanksgiving", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-12": "Lincoln's Birthday", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Day After Thanksgiving", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-12": "Lincoln's Birthday", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Day After Thanksgiving", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-12": "Lincoln's Birthday", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Day After Thanksgiving", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-12": "Lincoln's Birthday", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Day After Thanksgiving", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-11": "Lincoln's Birthday (observed)", "1994-02-12": "Lincoln's Birthday", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Day After Thanksgiving", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-12": "Lincoln's Birthday", "1995-02-13": "Lincoln's Birthday (observed)", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-03-31": "Cesar Chavez Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Day After Thanksgiving", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-12": "Lincoln's Birthday", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-03-31": "Cesar Chavez Day", "1996-04-01": "Cesar Chavez Day (observed)", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Day After Thanksgiving", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-12": "Lincoln's Birthday", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-31": "Cesar Chavez Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Day After Thanksgiving", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-12": "Lincoln's Birthday", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-03-31": "Cesar Chavez Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Day After Thanksgiving", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-12": "Lincoln's Birthday", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-03-31": "Cesar Chavez Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Day After Thanksgiving", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-11": "Lincoln's Birthday (observed)", "2000-02-12": "Lincoln's Birthday", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-03-31": "Cesar Chavez Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Day After Thanksgiving", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-12": "Lincoln's Birthday", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-03-31": "Cesar Chavez Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Day After Thanksgiving", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-12": "Lincoln's Birthday", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-31": "Cesar Chavez Day", "2002-04-01": "Cesar Chavez Day (observed)", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Day After Thanksgiving", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-12": "Lincoln's Birthday", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-03-31": "Cesar Chavez Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Day After Thanksgiving", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-12": "Lincoln's Birthday", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-03-31": "Cesar Chavez Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Day After Thanksgiving", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-11": "Lincoln's Birthday (observed)", "2005-02-12": "Lincoln's Birthday", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-31": "Cesar Chavez Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Day After Thanksgiving", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-12": "Lincoln's Birthday", "2006-02-13": "Lincoln's Birthday (observed)", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-03-31": "Cesar Chavez Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Day After Thanksgiving", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-12": "Lincoln's Birthday", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-03-31": "Cesar Chavez Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Day After Thanksgiving", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-12": "Lincoln's Birthday", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-31": "Cesar Chavez Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Day After Thanksgiving", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-12": "Lincoln's Birthday", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-03-31": "Cesar Chavez Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Day After Thanksgiving", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-03-31": "Cesar Chavez Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Day After Thanksgiving", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-03-31": "Cesar Chavez Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Day After Thanksgiving", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-03-31": "Cesar Chavez Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Day After Thanksgiving", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-31": "Cesar Chavez Day", "2013-04-01": "Cesar Chavez Day (observed)", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Day After Thanksgiving", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-15": "Susan B. Anthony Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-03-31": "Cesar Chavez Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Day After Thanksgiving", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-15": "Susan B. Anthony Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-03-31": "Cesar Chavez Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Day After Thanksgiving", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Susan B. Anthony Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-31": "Cesar Chavez Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Day After Thanksgiving", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-15": "Susan B. Anthony Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-03-31": "Cesar Chavez Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Day After Thanksgiving", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-15": "Susan B. Anthony Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-31": "Cesar Chavez Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Day After Thanksgiving", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-15": "Susan B. Anthony Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-03-31": "Cesar Chavez Day", "2019-04-01": "Cesar Chavez Day (observed)", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Day After Thanksgiving", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-15": "Susan B. Anthony Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-03-31": "Cesar Chavez Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Day After Thanksgiving", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Susan B. Anthony Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-03-31": "Cesar Chavez Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Day After Thanksgiving", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-15": "Susan B. Anthony Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-03-31": "Cesar Chavez Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Day After Thanksgiving", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-15": "Susan B. Anthony Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-03-31": "Cesar Chavez Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Day After Thanksgiving", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-15": "Susan B. Anthony Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-31": "Cesar Chavez Day", "2024-04-01": "Cesar Chavez Day (observed)", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Day After Thanksgiving", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-15": "Susan B. Anthony Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-03-31": "Cesar Chavez Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Day After Thanksgiving", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-15": "Susan B. Anthony Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-03-31": "Cesar Chavez Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Day After Thanksgiving", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Susan B. Anthony Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-31": "Cesar Chavez Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Day After Thanksgiving", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-15": "Susan B. Anthony Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-03-31": "Cesar Chavez Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Day After Thanksgiving", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-15": "Susan B. Anthony Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-31": "Cesar Chavez Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Day After Thanksgiving", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-15": "Susan B. Anthony Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-03-31": "Cesar Chavez Day", "2030-04-01": "Cesar Chavez Day (observed)", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Day After Thanksgiving", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-15": "Susan B. Anthony Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-03-31": "Cesar Chavez Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Day After Thanksgiving", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-15": "Susan B. Anthony Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-31": "Cesar Chavez Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Day After Thanksgiving", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-15": "Susan B. Anthony Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-03-31": "Cesar Chavez Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Day After Thanksgiving", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-15": "Susan B. Anthony Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-03-31": "Cesar Chavez Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Day After Thanksgiving", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-15": "Susan B. Anthony Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-31": "Cesar Chavez Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Day After Thanksgiving", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-15": "Susan B. Anthony Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-03-31": "Cesar Chavez Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Day After Thanksgiving", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-15": "Susan B. Anthony Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-03-31": "Cesar Chavez Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Day After Thanksgiving", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Susan B. Anthony Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-03-31": "Cesar Chavez Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Day After Thanksgiving", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-15": "Susan B. Anthony Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-03-31": "Cesar Chavez Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Day After Thanksgiving", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-15": "Susan B. Anthony Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-31": "Cesar Chavez Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Day After Thanksgiving", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-15": "Susan B. Anthony Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-03-31": "Cesar Chavez Day", "2041-04-01": "Cesar Chavez Day (observed)", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Day After Thanksgiving", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-15": "Susan B. Anthony Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-03-31": "Cesar Chavez Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Day After Thanksgiving", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-15": "Susan B. Anthony Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-31": "Cesar Chavez Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Day After Thanksgiving", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Susan B. Anthony Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-03-31": "Cesar Chavez Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Day After Thanksgiving", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-15": "Susan B. Anthony Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-03-31": "Cesar Chavez Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Day After Thanksgiving", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-15": "Susan B. Anthony Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-31": "Cesar Chavez Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Day After Thanksgiving", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-15": "Susan B. Anthony Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-03-31": "Cesar Chavez Day", "2047-04-01": "Cesar Chavez Day (observed)", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Day After Thanksgiving", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-15": "Susan B. Anthony Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-03-31": "Cesar Chavez Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Day After Thanksgiving", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Susan B. Anthony Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-03-31": "Cesar Chavez Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Day After Thanksgiving", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-15": "Susan B. Anthony Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-03-31": "Cesar Chavez Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Day After Thanksgiving", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_CO.json000066400000000000000000002005641500152103600211150ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday; Washington-Lincoln Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday; Washington-Lincoln Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday; Washington-Lincoln Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday; Washington-Lincoln Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday; Washington-Lincoln Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday; Washington-Lincoln Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday; Washington-Lincoln Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday; Washington-Lincoln Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday; Washington-Lincoln Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday; Washington-Lincoln Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday; Washington-Lincoln Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday; Washington-Lincoln Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday; Washington-Lincoln Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday; Washington-Lincoln Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday; Washington-Lincoln Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday; Washington-Lincoln Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday; Washington-Lincoln Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday; Washington-Lincoln Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday; Washington-Lincoln Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday; Washington-Lincoln Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday; Washington-Lincoln Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday; Washington-Lincoln Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday; Washington-Lincoln Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday; Washington-Lincoln Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday; Washington-Lincoln Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday; Washington-Lincoln Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday; Washington-Lincoln Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday; Washington-Lincoln Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday; Washington-Lincoln Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday; Washington-Lincoln Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday; Washington-Lincoln Day", "2001-03-17": "Saint Patrick's Day", "2001-03-31": "Cesar Chavez Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday; Washington-Lincoln Day", "2002-03-17": "Saint Patrick's Day", "2002-03-31": "Cesar Chavez Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday; Washington-Lincoln Day", "2003-03-17": "Saint Patrick's Day", "2003-03-31": "Cesar Chavez Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday; Washington-Lincoln Day", "2004-03-17": "Saint Patrick's Day", "2004-03-31": "Cesar Chavez Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday; Washington-Lincoln Day", "2005-03-17": "Saint Patrick's Day", "2005-03-31": "Cesar Chavez Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday; Washington-Lincoln Day", "2006-03-17": "Saint Patrick's Day", "2006-03-31": "Cesar Chavez Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday; Washington-Lincoln Day", "2007-03-17": "Saint Patrick's Day", "2007-03-31": "Cesar Chavez Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday; Washington-Lincoln Day", "2008-03-17": "Saint Patrick's Day", "2008-03-31": "Cesar Chavez Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday; Washington-Lincoln Day", "2009-03-17": "Saint Patrick's Day", "2009-03-31": "Cesar Chavez Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday; Washington-Lincoln Day", "2010-03-17": "Saint Patrick's Day", "2010-03-31": "Cesar Chavez Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday; Washington-Lincoln Day", "2011-03-17": "Saint Patrick's Day", "2011-03-31": "Cesar Chavez Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday; Washington-Lincoln Day", "2012-03-17": "Saint Patrick's Day", "2012-03-31": "Cesar Chavez Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday; Washington-Lincoln Day", "2013-03-17": "Saint Patrick's Day", "2013-03-31": "Cesar Chavez Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday; Washington-Lincoln Day", "2014-03-17": "Saint Patrick's Day", "2014-03-31": "Cesar Chavez Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday; Washington-Lincoln Day", "2015-03-17": "Saint Patrick's Day", "2015-03-31": "Cesar Chavez Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday; Washington-Lincoln Day", "2016-03-17": "Saint Patrick's Day", "2016-03-31": "Cesar Chavez Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday; Washington-Lincoln Day", "2017-03-17": "Saint Patrick's Day", "2017-03-31": "Cesar Chavez Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday; Washington-Lincoln Day", "2018-03-17": "Saint Patrick's Day", "2018-03-31": "Cesar Chavez Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday; Washington-Lincoln Day", "2019-03-17": "Saint Patrick's Day", "2019-03-31": "Cesar Chavez Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday; Washington-Lincoln Day", "2020-03-17": "Saint Patrick's Day", "2020-03-31": "Cesar Chavez Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-05": "Frances Xavier Cabrini Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday; Washington-Lincoln Day", "2021-03-17": "Saint Patrick's Day", "2021-03-31": "Cesar Chavez Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-04": "Frances Xavier Cabrini Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday; Washington-Lincoln Day", "2022-03-17": "Saint Patrick's Day", "2022-03-31": "Cesar Chavez Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-03": "Frances Xavier Cabrini Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday; Washington-Lincoln Day", "2023-03-17": "Saint Patrick's Day", "2023-03-31": "Cesar Chavez Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-02": "Frances Xavier Cabrini Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday; Washington-Lincoln Day", "2024-03-17": "Saint Patrick's Day", "2024-03-31": "Cesar Chavez Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-07": "Frances Xavier Cabrini Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday; Washington-Lincoln Day", "2025-03-17": "Saint Patrick's Day", "2025-03-31": "Cesar Chavez Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-06": "Frances Xavier Cabrini Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday; Washington-Lincoln Day", "2026-03-17": "Saint Patrick's Day", "2026-03-31": "Cesar Chavez Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-05": "Frances Xavier Cabrini Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday; Washington-Lincoln Day", "2027-03-17": "Saint Patrick's Day", "2027-03-31": "Cesar Chavez Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-04": "Frances Xavier Cabrini Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday; Washington-Lincoln Day", "2028-03-17": "Saint Patrick's Day", "2028-03-31": "Cesar Chavez Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-02": "Frances Xavier Cabrini Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday; Washington-Lincoln Day", "2029-03-17": "Saint Patrick's Day", "2029-03-31": "Cesar Chavez Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-01": "Frances Xavier Cabrini Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday; Washington-Lincoln Day", "2030-03-17": "Saint Patrick's Day", "2030-03-31": "Cesar Chavez Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-07": "Frances Xavier Cabrini Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday; Washington-Lincoln Day", "2031-03-17": "Saint Patrick's Day", "2031-03-31": "Cesar Chavez Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-06": "Frances Xavier Cabrini Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday; Washington-Lincoln Day", "2032-03-17": "Saint Patrick's Day", "2032-03-31": "Cesar Chavez Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-04": "Frances Xavier Cabrini Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday; Washington-Lincoln Day", "2033-03-17": "Saint Patrick's Day", "2033-03-31": "Cesar Chavez Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-03": "Frances Xavier Cabrini Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday; Washington-Lincoln Day", "2034-03-17": "Saint Patrick's Day", "2034-03-31": "Cesar Chavez Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-02": "Frances Xavier Cabrini Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday; Washington-Lincoln Day", "2035-03-17": "Saint Patrick's Day", "2035-03-31": "Cesar Chavez Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-01": "Frances Xavier Cabrini Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday; Washington-Lincoln Day", "2036-03-17": "Saint Patrick's Day", "2036-03-31": "Cesar Chavez Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-06": "Frances Xavier Cabrini Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday; Washington-Lincoln Day", "2037-03-17": "Saint Patrick's Day", "2037-03-31": "Cesar Chavez Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-05": "Frances Xavier Cabrini Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday; Washington-Lincoln Day", "2038-03-17": "Saint Patrick's Day", "2038-03-31": "Cesar Chavez Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-04": "Frances Xavier Cabrini Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday; Washington-Lincoln Day", "2039-03-17": "Saint Patrick's Day", "2039-03-31": "Cesar Chavez Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-03": "Frances Xavier Cabrini Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday; Washington-Lincoln Day", "2040-03-17": "Saint Patrick's Day", "2040-03-31": "Cesar Chavez Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-01": "Frances Xavier Cabrini Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday; Washington-Lincoln Day", "2041-03-17": "Saint Patrick's Day", "2041-03-31": "Cesar Chavez Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-07": "Frances Xavier Cabrini Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday; Washington-Lincoln Day", "2042-03-17": "Saint Patrick's Day", "2042-03-31": "Cesar Chavez Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-06": "Frances Xavier Cabrini Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday; Washington-Lincoln Day", "2043-03-17": "Saint Patrick's Day", "2043-03-31": "Cesar Chavez Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-05": "Frances Xavier Cabrini Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday; Washington-Lincoln Day", "2044-03-17": "Saint Patrick's Day", "2044-03-31": "Cesar Chavez Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-03": "Frances Xavier Cabrini Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday; Washington-Lincoln Day", "2045-03-17": "Saint Patrick's Day", "2045-03-31": "Cesar Chavez Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-02": "Frances Xavier Cabrini Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday; Washington-Lincoln Day", "2046-03-17": "Saint Patrick's Day", "2046-03-31": "Cesar Chavez Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-01": "Frances Xavier Cabrini Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday; Washington-Lincoln Day", "2047-03-17": "Saint Patrick's Day", "2047-03-31": "Cesar Chavez Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-07": "Frances Xavier Cabrini Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday; Washington-Lincoln Day", "2048-03-17": "Saint Patrick's Day", "2048-03-31": "Cesar Chavez Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-05": "Frances Xavier Cabrini Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday; Washington-Lincoln Day", "2049-03-17": "Saint Patrick's Day", "2049-03-31": "Cesar Chavez Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-04": "Frances Xavier Cabrini Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday; Washington-Lincoln Day", "2050-03-17": "Saint Patrick's Day", "2050-03-31": "Cesar Chavez Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-03": "Frances Xavier Cabrini Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_COMMON.json000066400000000000000000001676021500152103600216110ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_CT.json000066400000000000000000002066341500152103600211260ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-12": "Lincoln's Birthday", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-11": "Lincoln's Birthday (observed)", "1972-02-12": "Lincoln's Birthday", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-12": "Lincoln's Birthday", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-12": "Lincoln's Birthday", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-12": "Lincoln's Birthday", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-12": "Lincoln's Birthday", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-11": "Lincoln's Birthday (observed)", "1977-02-12": "Lincoln's Birthday", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-12": "Lincoln's Birthday", "1978-02-13": "Lincoln's Birthday (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-12": "Lincoln's Birthday", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-12": "Lincoln's Birthday", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-12": "Lincoln's Birthday", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-12": "Lincoln's Birthday", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-11": "Lincoln's Birthday (observed)", "1983-02-12": "Lincoln's Birthday", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-12": "Lincoln's Birthday", "1984-02-13": "Lincoln's Birthday (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-12": "Lincoln's Birthday", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-12": "Lincoln's Birthday", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-12": "Lincoln's Birthday", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-12": "Lincoln's Birthday", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-12": "Lincoln's Birthday", "1989-02-13": "Lincoln's Birthday (observed)", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-12": "Lincoln's Birthday", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-12": "Lincoln's Birthday", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-12": "Lincoln's Birthday", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-12": "Lincoln's Birthday", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-11": "Lincoln's Birthday (observed)", "1994-02-12": "Lincoln's Birthday", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-12": "Lincoln's Birthday", "1995-02-13": "Lincoln's Birthday (observed)", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-12": "Lincoln's Birthday", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-12": "Lincoln's Birthday", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-12": "Lincoln's Birthday", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-12": "Lincoln's Birthday", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-11": "Lincoln's Birthday (observed)", "2000-02-12": "Lincoln's Birthday", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-12": "Lincoln's Birthday", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-12": "Lincoln's Birthday", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-12": "Lincoln's Birthday", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-12": "Lincoln's Birthday", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-11": "Lincoln's Birthday (observed)", "2005-02-12": "Lincoln's Birthday", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-12": "Lincoln's Birthday", "2006-02-13": "Lincoln's Birthday (observed)", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-12": "Lincoln's Birthday", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-12": "Lincoln's Birthday", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-12": "Lincoln's Birthday", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-12": "Lincoln's Birthday", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-11": "Lincoln's Birthday (observed)", "2011-02-12": "Lincoln's Birthday", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-12": "Lincoln's Birthday", "2012-02-13": "Lincoln's Birthday (observed)", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-12": "Lincoln's Birthday", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-12": "Lincoln's Birthday", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-12": "Lincoln's Birthday", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-12": "Lincoln's Birthday", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-12": "Lincoln's Birthday", "2017-02-13": "Lincoln's Birthday (observed)", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-12": "Lincoln's Birthday", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-12": "Lincoln's Birthday", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-12": "Lincoln's Birthday", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-12": "Lincoln's Birthday", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-11": "Lincoln's Birthday (observed)", "2022-02-12": "Lincoln's Birthday", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-12": "Lincoln's Birthday", "2023-02-13": "Lincoln's Birthday (observed)", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-12": "Lincoln's Birthday", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-12": "Lincoln's Birthday", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-12": "Lincoln's Birthday", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-12": "Lincoln's Birthday", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-11": "Lincoln's Birthday (observed)", "2028-02-12": "Lincoln's Birthday", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-12": "Lincoln's Birthday", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-12": "Lincoln's Birthday", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-12": "Lincoln's Birthday", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-12": "Lincoln's Birthday", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-11": "Lincoln's Birthday (observed)", "2033-02-12": "Lincoln's Birthday", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-12": "Lincoln's Birthday", "2034-02-13": "Lincoln's Birthday (observed)", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-12": "Lincoln's Birthday", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-12": "Lincoln's Birthday", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-12": "Lincoln's Birthday", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-12": "Lincoln's Birthday", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-11": "Lincoln's Birthday (observed)", "2039-02-12": "Lincoln's Birthday", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-12": "Lincoln's Birthday", "2040-02-13": "Lincoln's Birthday (observed)", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-12": "Lincoln's Birthday", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-12": "Lincoln's Birthday", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-12": "Lincoln's Birthday", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-12": "Lincoln's Birthday", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-12": "Lincoln's Birthday", "2045-02-13": "Lincoln's Birthday (observed)", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-12": "Lincoln's Birthday", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-12": "Lincoln's Birthday", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-12": "Lincoln's Birthday", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-12": "Lincoln's Birthday", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-11": "Lincoln's Birthday (observed)", "2050-02-12": "Lincoln's Birthday", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_DC.json000066400000000000000000001766041500152103600211110ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-20": "Inauguration Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-20": "Inauguration Day", "1957-01-21": "Inauguration Day (observed)", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-20": "Inauguration Day", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-20": "Inauguration Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-20": "Inauguration Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-20": "Inauguration Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-01-20": "Inauguration Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-20": "Inauguration Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-20": "Inauguration Day", "1985-01-21": "Inauguration Day (observed)", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-01-20": "Inauguration Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-01-20": "Inauguration Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Inauguration Day; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-01-20": "Inauguration Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-01-20": "Inauguration Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-04-15": "Emancipation Day (observed)", "2005-04-16": "Emancipation Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-16": "Emancipation Day", "2006-04-17": "Emancipation Day (observed)", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-16": "Emancipation Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-04-16": "Emancipation Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-01-20": "Inauguration Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-16": "Emancipation Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-16": "Emancipation Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-15": "Emancipation Day (observed)", "2011-04-16": "Emancipation Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-16": "Emancipation Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-20": "Inauguration Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Inauguration Day (observed); Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-04-16": "Emancipation Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-16": "Emancipation Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-16": "Emancipation Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-04-15": "Emancipation Day (observed)", "2016-04-16": "Emancipation Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-01-20": "Inauguration Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-16": "Emancipation Day", "2017-04-17": "Emancipation Day (observed)", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-04-16": "Emancipation Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-16": "Emancipation Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day; Indigenous Peoples' Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-16": "Emancipation Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Indigenous Peoples' Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-01-20": "Inauguration Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-16": "Emancipation Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Indigenous Peoples' Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Emancipation Day (observed)", "2022-04-16": "Emancipation Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Indigenous Peoples' Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-16": "Emancipation Day", "2023-04-17": "Emancipation Day (observed)", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Indigenous Peoples' Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-04-16": "Emancipation Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Indigenous Peoples' Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Inauguration Day; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-16": "Emancipation Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Indigenous Peoples' Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-16": "Emancipation Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Indigenous Peoples' Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-04-16": "Emancipation Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Indigenous Peoples' Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-16": "Emancipation Day", "2028-04-17": "Emancipation Day (observed)", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Indigenous Peoples' Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-01-20": "Inauguration Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-04-16": "Emancipation Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Indigenous Peoples' Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-16": "Emancipation Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Indigenous Peoples' Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-16": "Emancipation Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Indigenous Peoples' Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-04-16": "Emancipation Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Indigenous Peoples' Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-01-20": "Inauguration Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Emancipation Day (observed)", "2033-04-16": "Emancipation Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Indigenous Peoples' Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-16": "Emancipation Day", "2034-04-17": "Emancipation Day (observed)", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Indigenous Peoples' Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-04-16": "Emancipation Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Indigenous Peoples' Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-16": "Emancipation Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Indigenous Peoples' Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-01-20": "Inauguration Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-16": "Emancipation Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Indigenous Peoples' Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-16": "Emancipation Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Indigenous Peoples' Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-15": "Emancipation Day (observed)", "2039-04-16": "Emancipation Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Indigenous Peoples' Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-04-16": "Emancipation Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Indigenous Peoples' Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-20": "Inauguration Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Inauguration Day (observed); Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-16": "Emancipation Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Indigenous Peoples' Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-16": "Emancipation Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Indigenous Peoples' Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-04-16": "Emancipation Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Indigenous Peoples' Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Emancipation Day (observed)", "2044-04-16": "Emancipation Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Indigenous Peoples' Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-01-20": "Inauguration Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-16": "Emancipation Day", "2045-04-17": "Emancipation Day (observed)", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Indigenous Peoples' Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-04-16": "Emancipation Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Indigenous Peoples' Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-16": "Emancipation Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Indigenous Peoples' Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-16": "Emancipation Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Indigenous Peoples' Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-01-20": "Inauguration Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Emancipation Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Indigenous Peoples' Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-15": "Emancipation Day (observed)", "2050-04-16": "Emancipation Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Indigenous Peoples' Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_DE.json000066400000000000000000002041031500152103600210750ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-11-28": "Day After Thanksgiving", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-11-26": "Day After Thanksgiving", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-11-25": "Day After Thanksgiving", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-11-24": "Day After Thanksgiving", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-11-23": "Day After Thanksgiving", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-11-28": "Day After Thanksgiving", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-11-27": "Day After Thanksgiving", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-11-26": "Day After Thanksgiving", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-11-25": "Day After Thanksgiving", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-11-23": "Day After Thanksgiving", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-11-29": "Day After Thanksgiving", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Day After Thanksgiving", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Day After Thanksgiving", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Day After Thanksgiving", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Day After Thanksgiving", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Day After Thanksgiving", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Day After Thanksgiving", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Day After Thanksgiving", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Day After Thanksgiving", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Day After Thanksgiving", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Day After Thanksgiving", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Day After Thanksgiving", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Day After Thanksgiving", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Day After Thanksgiving", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Day After Thanksgiving", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Day After Thanksgiving", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Day After Thanksgiving", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Day After Thanksgiving", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Day After Thanksgiving", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Day After Thanksgiving", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Day After Thanksgiving", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Day After Thanksgiving", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Day After Thanksgiving", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Day After Thanksgiving", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Day After Thanksgiving", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Day After Thanksgiving", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Day After Thanksgiving", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Day After Thanksgiving", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Day After Thanksgiving", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-04": "Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Day After Thanksgiving", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Day After Thanksgiving", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Day After Thanksgiving", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Day After Thanksgiving", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Day After Thanksgiving", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Day After Thanksgiving", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Day After Thanksgiving", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Day After Thanksgiving", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Day After Thanksgiving", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Day After Thanksgiving", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Day After Thanksgiving", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Day After Thanksgiving", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Day After Thanksgiving", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Day After Thanksgiving", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Day After Thanksgiving", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Day After Thanksgiving", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Day After Thanksgiving", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Day After Thanksgiving", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Day After Thanksgiving", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Day After Thanksgiving", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Day After Thanksgiving", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Day After Thanksgiving", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Day After Thanksgiving", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Day After Thanksgiving", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Day After Thanksgiving", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Day After Thanksgiving", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Day After Thanksgiving", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Day After Thanksgiving", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-04": "Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Day After Thanksgiving", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Day After Thanksgiving", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Day After Thanksgiving", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Day After Thanksgiving", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Day After Thanksgiving", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Day After Thanksgiving", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Day After Thanksgiving", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Day After Thanksgiving", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Day After Thanksgiving", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_FL.json000066400000000000000000002003041500152103600211050ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-11-28": "Friday After Thanksgiving", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-11-26": "Friday After Thanksgiving", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-11-25": "Friday After Thanksgiving", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-11-24": "Friday After Thanksgiving", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-11-23": "Friday After Thanksgiving", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-11-28": "Friday After Thanksgiving", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-11-27": "Friday After Thanksgiving", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-11-26": "Friday After Thanksgiving", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-11-25": "Friday After Thanksgiving", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-11-23": "Friday After Thanksgiving", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-11-29": "Friday After Thanksgiving", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Friday After Thanksgiving", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Friday After Thanksgiving", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Friday After Thanksgiving", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Friday After Thanksgiving", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Friday After Thanksgiving", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Friday After Thanksgiving", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Friday After Thanksgiving", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Friday After Thanksgiving", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Friday After Thanksgiving", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Friday After Thanksgiving", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Friday After Thanksgiving", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Friday After Thanksgiving", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Friday After Thanksgiving", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Friday After Thanksgiving", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Friday After Thanksgiving", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Friday After Thanksgiving", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Friday After Thanksgiving", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Friday After Thanksgiving", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Friday After Thanksgiving", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Friday After Thanksgiving", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Friday After Thanksgiving", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Friday After Thanksgiving", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Friday After Thanksgiving", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Friday After Thanksgiving", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Friday After Thanksgiving", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-15": "Susan B. Anthony Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Friday After Thanksgiving", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-15": "Susan B. Anthony Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Friday After Thanksgiving", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-15": "Susan B. Anthony Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Friday After Thanksgiving", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-15": "Susan B. Anthony Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Friday After Thanksgiving", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-15": "Susan B. Anthony Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Friday After Thanksgiving", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Susan B. Anthony Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Friday After Thanksgiving", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-15": "Susan B. Anthony Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Friday After Thanksgiving", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-15": "Susan B. Anthony Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Friday After Thanksgiving", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-15": "Susan B. Anthony Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Friday After Thanksgiving", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-15": "Susan B. Anthony Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Friday After Thanksgiving", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Susan B. Anthony Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Friday After Thanksgiving", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-15": "Susan B. Anthony Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Friday After Thanksgiving", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-15": "Susan B. Anthony Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Friday After Thanksgiving", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-15": "Susan B. Anthony Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Friday After Thanksgiving", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-15": "Susan B. Anthony Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Friday After Thanksgiving", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-15": "Susan B. Anthony Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Friday After Thanksgiving", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Susan B. Anthony Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Friday After Thanksgiving", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-15": "Susan B. Anthony Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Friday After Thanksgiving", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-15": "Susan B. Anthony Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Friday After Thanksgiving", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-15": "Susan B. Anthony Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Friday After Thanksgiving", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-15": "Susan B. Anthony Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Friday After Thanksgiving", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-15": "Susan B. Anthony Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Friday After Thanksgiving", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-15": "Susan B. Anthony Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Friday After Thanksgiving", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-15": "Susan B. Anthony Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Friday After Thanksgiving", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-15": "Susan B. Anthony Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Friday After Thanksgiving", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-15": "Susan B. Anthony Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Friday After Thanksgiving", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-15": "Susan B. Anthony Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Friday After Thanksgiving", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Susan B. Anthony Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Friday After Thanksgiving", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-15": "Susan B. Anthony Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Friday After Thanksgiving", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-15": "Susan B. Anthony Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Friday After Thanksgiving", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-15": "Susan B. Anthony Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Friday After Thanksgiving", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-15": "Susan B. Anthony Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Friday After Thanksgiving", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-15": "Susan B. Anthony Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Friday After Thanksgiving", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Susan B. Anthony Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Friday After Thanksgiving", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-15": "Susan B. Anthony Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Friday After Thanksgiving", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-15": "Susan B. Anthony Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Friday After Thanksgiving", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-15": "Susan B. Anthony Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Friday After Thanksgiving", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-15": "Susan B. Anthony Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Friday After Thanksgiving", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Susan B. Anthony Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Friday After Thanksgiving", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-15": "Susan B. Anthony Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Friday After Thanksgiving", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_GA.json000066400000000000000000002154271500152103600211070ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-24": "Confederate Memorial Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1950-12-26": "Washington's Birthday", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-04-23": "Confederate Memorial Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-24": "Washington's Birthday", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-28": "Confederate Memorial Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1952-12-26": "Washington's Birthday", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-27": "Confederate Memorial Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-24": "Washington's Birthday", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-26": "Confederate Memorial Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-23": "Washington's Birthday", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-25": "Confederate Memorial Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-23": "Washington's Birthday", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-04-23": "Confederate Memorial Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-24": "Washington's Birthday", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-22": "Confederate Memorial Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-24": "Washington's Birthday", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-28": "Confederate Memorial Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1958-12-26": "Washington's Birthday", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-04-27": "Confederate Memorial Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-24": "Washington's Birthday", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-25": "Confederate Memorial Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-23": "Washington's Birthday", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-04-24": "Confederate Memorial Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1961-12-26": "Washington's Birthday", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-23": "Confederate Memorial Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-24": "Washington's Birthday", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-22": "Confederate Memorial Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-24": "Washington's Birthday", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-04-27": "Confederate Memorial Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-24": "Washington's Birthday", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-26": "Confederate Memorial Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-23": "Washington's Birthday", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-25": "Confederate Memorial Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-23": "Washington's Birthday", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-04-24": "Confederate Memorial Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1967-12-26": "Washington's Birthday", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-22": "Confederate Memorial Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-24": "Washington's Birthday", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-28": "Confederate Memorial Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1969-12-26": "Washington's Birthday", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-04-27": "Confederate Memorial Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-24": "Washington's Birthday", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-26": "Confederate Memorial Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-23": "Washington's Birthday", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-04-24": "Confederate Memorial Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1972-12-26": "Washington's Birthday", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-23": "Confederate Memorial Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-24": "Washington's Birthday", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-22": "Confederate Memorial Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-24": "Washington's Birthday", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-04-28": "Confederate Memorial Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1975-12-26": "Washington's Birthday", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-26": "Confederate Memorial Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-23": "Washington's Birthday", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-25": "Confederate Memorial Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-23": "Washington's Birthday", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-04-24": "Confederate Memorial Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1978-12-26": "Washington's Birthday", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-23": "Confederate Memorial Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-24": "Washington's Birthday", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-28": "Confederate Memorial Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1980-12-26": "Washington's Birthday", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-27": "Confederate Memorial Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-24": "Washington's Birthday", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-26": "Confederate Memorial Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-23": "Washington's Birthday", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-25": "Confederate Memorial Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-23": "Washington's Birthday", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-23": "Confederate Memorial Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-24": "Washington's Birthday", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-22": "Confederate Memorial Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-24": "Washington's Birthday", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-04-28": "Confederate Memorial Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Robert E. Lee's Birthday", "1986-12-25": "Christmas Day", "1986-12-26": "Washington's Birthday", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-27": "Confederate Memorial Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Robert E. Lee's Birthday", "1987-12-24": "Washington's Birthday", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-25": "Confederate Memorial Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Robert E. Lee's Birthday", "1988-12-23": "Washington's Birthday", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-04-24": "Confederate Memorial Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Robert E. Lee's Birthday", "1989-12-25": "Christmas Day", "1989-12-26": "Washington's Birthday", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-23": "Confederate Memorial Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Robert E. Lee's Birthday", "1990-12-24": "Washington's Birthday", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-04-22": "Confederate Memorial Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Robert E. Lee's Birthday", "1991-12-24": "Washington's Birthday", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-27": "Confederate Memorial Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Robert E. Lee's Birthday", "1992-12-24": "Washington's Birthday", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-26": "Confederate Memorial Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Robert E. Lee's Birthday", "1993-12-23": "Washington's Birthday", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-25": "Confederate Memorial Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Robert E. Lee's Birthday", "1994-12-23": "Washington's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-24": "Confederate Memorial Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Robert E. Lee's Birthday", "1995-12-25": "Christmas Day", "1995-12-26": "Washington's Birthday", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-22": "Confederate Memorial Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Robert E. Lee's Birthday", "1996-12-24": "Washington's Birthday", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-04-28": "Confederate Memorial Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Robert E. Lee's Birthday", "1997-12-25": "Christmas Day", "1997-12-26": "Washington's Birthday", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-27": "Confederate Memorial Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Robert E. Lee's Birthday", "1998-12-24": "Washington's Birthday", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-26": "Confederate Memorial Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Robert E. Lee's Birthday", "1999-12-23": "Washington's Birthday", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-24": "Confederate Memorial Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Robert E. Lee's Birthday", "2000-12-25": "Christmas Day", "2000-12-26": "Washington's Birthday", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-23": "Confederate Memorial Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Robert E. Lee's Birthday", "2001-12-24": "Washington's Birthday", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-04-22": "Confederate Memorial Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Robert E. Lee's Birthday", "2002-12-24": "Washington's Birthday", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-28": "Confederate Memorial Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Robert E. Lee's Birthday", "2003-12-25": "Christmas Day", "2003-12-26": "Washington's Birthday", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-26": "Confederate Memorial Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Robert E. Lee's Birthday", "2004-12-23": "Washington's Birthday", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-04-25": "Confederate Memorial Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Robert E. Lee's Birthday", "2005-12-23": "Washington's Birthday", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-24": "Confederate Memorial Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Robert E. Lee's Birthday", "2006-12-25": "Christmas Day", "2006-12-26": "Washington's Birthday", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-23": "Confederate Memorial Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Robert E. Lee's Birthday", "2007-12-24": "Washington's Birthday", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-04-28": "Confederate Memorial Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Robert E. Lee's Birthday", "2008-12-25": "Christmas Day", "2008-12-26": "Washington's Birthday", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-27": "Confederate Memorial Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Robert E. Lee's Birthday", "2009-12-24": "Washington's Birthday", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-26": "Confederate Memorial Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Robert E. Lee's Birthday", "2010-12-23": "Washington's Birthday", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Robert E. Lee's Birthday", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-25": "Confederate Memorial Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Robert E. Lee's Birthday", "2011-12-23": "Washington's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-23": "Confederate Memorial Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Robert E. Lee's Birthday", "2012-12-24": "Washington's Birthday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-04-22": "Confederate Memorial Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Robert E. Lee's Birthday", "2013-12-24": "Washington's Birthday", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-28": "Confederate Memorial Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Robert E. Lee's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Washington's Birthday", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-27": "Confederate Memorial Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Robert E. Lee's Birthday", "2015-12-24": "Washington's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-04-25": "State Holiday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "State Holiday", "2016-12-23": "Washington's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-24": "State Holiday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "State Holiday", "2017-12-25": "Christmas Day", "2017-12-26": "Washington's Birthday", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-04-23": "State Holiday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "State Holiday", "2018-12-24": "Washington's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-22": "State Holiday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "State Holiday", "2019-12-24": "Washington's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "State Holiday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "State Holiday", "2020-12-24": "Washington's Birthday", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-26": "State Holiday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "State Holiday", "2021-12-23": "Washington's Birthday", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-25": "State Holiday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "State Holiday", "2022-12-23": "Washington's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-24": "State Holiday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "State Holiday", "2023-12-25": "Christmas Day", "2023-12-26": "Washington's Birthday", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-04-22": "State Holiday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "State Holiday", "2024-12-24": "Washington's Birthday", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-28": "State Holiday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "State Holiday", "2025-12-25": "Christmas Day", "2025-12-26": "Washington's Birthday", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-27": "State Holiday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "State Holiday", "2026-12-24": "Washington's Birthday", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-04-26": "State Holiday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "State Holiday", "2027-12-23": "Washington's Birthday", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-24": "State Holiday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "State Holiday", "2028-12-25": "Christmas Day", "2028-12-26": "Washington's Birthday", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-04-23": "State Holiday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "State Holiday", "2029-12-24": "Washington's Birthday", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-22": "State Holiday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "State Holiday", "2030-12-24": "Washington's Birthday", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-28": "State Holiday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "State Holiday", "2031-12-25": "Christmas Day", "2031-12-26": "Washington's Birthday", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-04-26": "State Holiday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "State Holiday", "2032-12-23": "Washington's Birthday", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-25": "State Holiday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "State Holiday", "2033-12-23": "Washington's Birthday", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-24": "State Holiday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "State Holiday", "2034-12-25": "Christmas Day", "2034-12-26": "Washington's Birthday", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-04-23": "State Holiday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "State Holiday", "2035-12-24": "Washington's Birthday", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-28": "State Holiday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "State Holiday", "2036-12-25": "Christmas Day", "2036-12-26": "Washington's Birthday", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-27": "State Holiday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "State Holiday", "2037-12-24": "Washington's Birthday", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-26": "State Holiday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "State Holiday", "2038-12-23": "Washington's Birthday", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-25": "State Holiday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "State Holiday", "2039-12-23": "Washington's Birthday", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-04-23": "State Holiday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "State Holiday", "2040-12-24": "Washington's Birthday", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-22": "State Holiday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "State Holiday", "2041-12-24": "Washington's Birthday", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-28": "State Holiday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "State Holiday", "2042-12-25": "Christmas Day", "2042-12-26": "Washington's Birthday", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-04-27": "State Holiday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "State Holiday", "2043-12-24": "Washington's Birthday", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-25": "State Holiday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "State Holiday", "2044-12-23": "Washington's Birthday", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-24": "State Holiday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "State Holiday", "2045-12-25": "Christmas Day", "2045-12-26": "Washington's Birthday", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-04-23": "State Holiday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "State Holiday", "2046-12-24": "Washington's Birthday", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-22": "State Holiday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "State Holiday", "2047-12-24": "Washington's Birthday", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-27": "State Holiday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "State Holiday", "2048-12-24": "Washington's Birthday", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-26": "State Holiday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "State Holiday", "2049-12-23": "Washington's Birthday", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-25": "State Holiday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "State Holiday", "2050-12-23": "Washington's Birthday", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_GU.json000066400000000000000000002222341500152103600211250ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-07-21": "Liberation Day (Guam)", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-02": "All Souls' Day", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-08": "Lady of Camarin Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-07-21": "Liberation Day (Guam)", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-02": "All Souls' Day", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-08": "Lady of Camarin Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-07-21": "Liberation Day (Guam)", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-02": "All Souls' Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-08": "Lady of Camarin Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-07-21": "Liberation Day (Guam)", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-02": "All Souls' Day", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-08": "Lady of Camarin Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-07-21": "Liberation Day (Guam)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-02": "All Souls' Day", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-08": "Lady of Camarin Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-07-21": "Liberation Day (Guam)", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-02": "All Souls' Day", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-08": "Lady of Camarin Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-07-21": "Liberation Day (Guam)", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-02": "All Souls' Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-08": "Lady of Camarin Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-07-21": "Liberation Day (Guam)", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-02": "All Souls' Day", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-08": "Lady of Camarin Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-07-21": "Liberation Day (Guam)", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-02": "All Souls' Day", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-08": "Lady of Camarin Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-07-21": "Liberation Day (Guam)", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-02": "All Souls' Day", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-08": "Lady of Camarin Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-07-21": "Liberation Day (Guam)", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-02": "All Souls' Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-08": "Lady of Camarin Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-07-21": "Liberation Day (Guam)", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-02": "All Souls' Day", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-08": "Lady of Camarin Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-07-21": "Liberation Day (Guam)", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-02": "All Souls' Day", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-08": "Lady of Camarin Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-07-21": "Liberation Day (Guam)", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-02": "All Souls' Day", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-08": "Lady of Camarin Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-07-21": "Liberation Day (Guam)", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-02": "All Souls' Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-08": "Lady of Camarin Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-07-21": "Liberation Day (Guam)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-02": "All Souls' Day", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-08": "Lady of Camarin Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-07-21": "Liberation Day (Guam)", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-02": "All Souls' Day", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-08": "Lady of Camarin Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-07-21": "Liberation Day (Guam)", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-02": "All Souls' Day", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-08": "Lady of Camarin Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-07-21": "Liberation Day (Guam)", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-02": "All Souls' Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-08": "Lady of Camarin Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-07-21": "Liberation Day (Guam)", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-02": "All Souls' Day", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-08": "Lady of Camarin Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-02": "Guam Discovery Day", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-07-21": "Liberation Day (Guam)", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-02": "All Souls' Day", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-08": "Lady of Camarin Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-01": "Guam Discovery Day", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-07-21": "Liberation Day (Guam)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-02": "All Souls' Day", "1971-11-25": "Thanksgiving Day", "1971-12-08": "Lady of Camarin Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-06": "Guam Discovery Day", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-07-21": "Liberation Day (Guam)", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-02": "All Souls' Day", "1972-11-23": "Thanksgiving Day", "1972-12-08": "Lady of Camarin Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-05": "Guam Discovery Day", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-07-21": "Liberation Day (Guam)", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-02": "All Souls' Day", "1973-11-22": "Thanksgiving Day", "1973-12-08": "Lady of Camarin Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-04": "Guam Discovery Day", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-07-21": "Liberation Day (Guam)", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-02": "All Souls' Day", "1974-11-28": "Thanksgiving Day", "1974-12-08": "Lady of Camarin Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-03": "Guam Discovery Day", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-07-21": "Liberation Day (Guam)", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-02": "All Souls' Day", "1975-11-27": "Thanksgiving Day", "1975-12-08": "Lady of Camarin Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-01": "Guam Discovery Day", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-07-21": "Liberation Day (Guam)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "All Souls' Day", "1976-11-25": "Thanksgiving Day", "1976-12-08": "Lady of Camarin Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-07": "Guam Discovery Day", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-07-21": "Liberation Day (Guam)", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-02": "All Souls' Day", "1977-11-24": "Thanksgiving Day", "1977-12-08": "Lady of Camarin Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-06": "Guam Discovery Day", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-07-21": "Liberation Day (Guam)", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-02": "All Souls' Day", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-08": "Lady of Camarin Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-05": "Guam Discovery Day", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-07-21": "Liberation Day (Guam)", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-02": "All Souls' Day", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-08": "Lady of Camarin Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-03": "Guam Discovery Day", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-07-21": "Liberation Day (Guam)", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-02": "All Souls' Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-08": "Lady of Camarin Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-02": "Guam Discovery Day", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-07-21": "Liberation Day (Guam)", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-02": "All Souls' Day", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-08": "Lady of Camarin Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-01": "Guam Discovery Day", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-07-21": "Liberation Day (Guam)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-02": "All Souls' Day", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-08": "Lady of Camarin Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-07": "Guam Discovery Day", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-07-21": "Liberation Day (Guam)", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-02": "All Souls' Day", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-08": "Lady of Camarin Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-05": "Guam Discovery Day", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-07-21": "Liberation Day (Guam)", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-02": "All Souls' Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-08": "Lady of Camarin Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-04": "Guam Discovery Day", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-07-21": "Liberation Day (Guam)", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-02": "All Souls' Day", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-08": "Lady of Camarin Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-03": "Guam Discovery Day", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-07-21": "Liberation Day (Guam)", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-02": "All Souls' Day", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-08": "Lady of Camarin Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-02": "Guam Discovery Day", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-07-21": "Liberation Day (Guam)", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-02": "All Souls' Day", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-08": "Lady of Camarin Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-07": "Guam Discovery Day", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-07-21": "Liberation Day (Guam)", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-02": "All Souls' Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-08": "Lady of Camarin Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-06": "Guam Discovery Day", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-07-21": "Liberation Day (Guam)", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-02": "All Souls' Day", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-08": "Lady of Camarin Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-05": "Guam Discovery Day", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-07-21": "Liberation Day (Guam)", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-02": "All Souls' Day", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-08": "Lady of Camarin Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-04": "Guam Discovery Day", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-07-21": "Liberation Day (Guam)", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-02": "All Souls' Day", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-08": "Lady of Camarin Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-02": "Guam Discovery Day", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-07-21": "Liberation Day (Guam)", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-02": "All Souls' Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-08": "Lady of Camarin Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-01": "Guam Discovery Day", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-07-21": "Liberation Day (Guam)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-02": "All Souls' Day", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-08": "Lady of Camarin Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-07": "Guam Discovery Day", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-07-21": "Liberation Day (Guam)", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-02": "All Souls' Day", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-08": "Lady of Camarin Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-06": "Guam Discovery Day", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-07-21": "Liberation Day (Guam)", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-02": "All Souls' Day", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-08": "Lady of Camarin Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-04": "Guam Discovery Day", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-07-21": "Liberation Day (Guam)", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-02": "All Souls' Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-08": "Lady of Camarin Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-03": "Guam Discovery Day", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-07-21": "Liberation Day (Guam)", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-02": "All Souls' Day", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-08": "Lady of Camarin Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-02": "Guam Discovery Day", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-07-21": "Liberation Day (Guam)", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-02": "All Souls' Day", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-08": "Lady of Camarin Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-01": "Guam Discovery Day", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-07-21": "Liberation Day (Guam)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-02": "All Souls' Day", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-08": "Lady of Camarin Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-06": "Guam Discovery Day", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-07-21": "Liberation Day (Guam)", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-02": "All Souls' Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-08": "Lady of Camarin Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-05": "Guam Discovery Day", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-07-21": "Liberation Day (Guam)", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-02": "All Souls' Day", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-08": "Lady of Camarin Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-04": "Guam Discovery Day", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-07-21": "Liberation Day (Guam)", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-02": "All Souls' Day", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-08": "Lady of Camarin Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-03": "Guam Discovery Day", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-07-21": "Liberation Day (Guam)", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-02": "All Souls' Day", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-08": "Lady of Camarin Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-01": "Guam Discovery Day", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-07-21": "Liberation Day (Guam)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "All Souls' Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-08": "Lady of Camarin Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-07": "Guam Discovery Day", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-07-21": "Liberation Day (Guam)", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-02": "All Souls' Day", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-08": "Lady of Camarin Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-06": "Guam Discovery Day", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-07-21": "Liberation Day (Guam)", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-02": "All Souls' Day", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-08": "Lady of Camarin Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-05": "Guam Discovery Day", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-07-21": "Liberation Day (Guam)", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-02": "All Souls' Day", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-08": "Lady of Camarin Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-03": "Guam Discovery Day", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-07-21": "Liberation Day (Guam)", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-02": "All Souls' Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-08": "Lady of Camarin Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-02": "Guam Discovery Day", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-07-21": "Liberation Day (Guam)", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-02": "All Souls' Day", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-08": "Lady of Camarin Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-01": "Guam Discovery Day", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-07-21": "Liberation Day (Guam)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "All Souls' Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-08": "Lady of Camarin Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-07": "Guam Discovery Day", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-07-21": "Liberation Day (Guam)", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-02": "All Souls' Day", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-08": "Lady of Camarin Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-05": "Guam Discovery Day", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-07-21": "Liberation Day (Guam)", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-02": "All Souls' Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-08": "Lady of Camarin Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-04": "Guam Discovery Day", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-07-21": "Liberation Day (Guam)", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-02": "All Souls' Day", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-08": "Lady of Camarin Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-03": "Guam Discovery Day", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-07-21": "Liberation Day (Guam)", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-02": "All Souls' Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-08": "Lady of Camarin Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-02": "Guam Discovery Day", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-07-21": "Liberation Day (Guam)", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-02": "All Souls' Day", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-08": "Lady of Camarin Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-07": "Guam Discovery Day", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-07-21": "Liberation Day (Guam)", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-02": "All Souls' Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-08": "Lady of Camarin Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-06": "Guam Discovery Day", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-07-21": "Liberation Day (Guam)", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-02": "All Souls' Day", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-08": "Lady of Camarin Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-05": "Guam Discovery Day", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-07-21": "Liberation Day (Guam)", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-02": "All Souls' Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-08": "Lady of Camarin Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-04": "Guam Discovery Day", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-07-21": "Liberation Day (Guam)", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-02": "All Souls' Day", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-08": "Lady of Camarin Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-02": "Guam Discovery Day", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-07-21": "Liberation Day (Guam)", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-02": "All Souls' Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-08": "Lady of Camarin Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-01": "Guam Discovery Day", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-07-21": "Liberation Day (Guam)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-02": "All Souls' Day", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-08": "Lady of Camarin Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-07": "Guam Discovery Day", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-07-21": "Liberation Day (Guam)", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-02": "All Souls' Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-08": "Lady of Camarin Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-06": "Guam Discovery Day", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-07-21": "Liberation Day (Guam)", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-02": "All Souls' Day", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-08": "Lady of Camarin Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-04": "Guam Discovery Day", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-07-21": "Liberation Day (Guam)", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-02": "All Souls' Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-08": "Lady of Camarin Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-03": "Guam Discovery Day", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-07-21": "Liberation Day (Guam)", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-02": "All Souls' Day", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-08": "Lady of Camarin Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-02": "Guam Discovery Day", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-07-21": "Liberation Day (Guam)", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-02": "All Souls' Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-08": "Lady of Camarin Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-01": "Guam Discovery Day", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-07-21": "Liberation Day (Guam)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-02": "All Souls' Day", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-08": "Lady of Camarin Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-06": "Guam Discovery Day", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-07-21": "Liberation Day (Guam)", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-02": "All Souls' Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-08": "Lady of Camarin Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-05": "Guam Discovery Day", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-07-21": "Liberation Day (Guam)", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-02": "All Souls' Day", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-08": "Lady of Camarin Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-04": "Guam Discovery Day", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-07-21": "Liberation Day (Guam)", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-02": "All Souls' Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-08": "Lady of Camarin Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-03": "Guam Discovery Day", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-07-21": "Liberation Day (Guam)", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-02": "All Souls' Day", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-08": "Lady of Camarin Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-01": "Guam Discovery Day", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-07-21": "Liberation Day (Guam)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "All Souls' Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-08": "Lady of Camarin Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-07": "Guam Discovery Day", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-07-21": "Liberation Day (Guam)", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-02": "All Souls' Day", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-08": "Lady of Camarin Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-06": "Guam Discovery Day", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-07-21": "Liberation Day (Guam)", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-02": "All Souls' Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-08": "Lady of Camarin Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-05": "Guam Discovery Day", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-07-21": "Liberation Day (Guam)", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-02": "All Souls' Day", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-08": "Lady of Camarin Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-03": "Guam Discovery Day", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-07-21": "Liberation Day (Guam)", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-02": "All Souls' Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-08": "Lady of Camarin Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-02": "Guam Discovery Day", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-07-21": "Liberation Day (Guam)", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-02": "All Souls' Day", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-08": "Lady of Camarin Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-01": "Guam Discovery Day", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-07-21": "Liberation Day (Guam)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "All Souls' Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-08": "Lady of Camarin Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-07": "Guam Discovery Day", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-07-21": "Liberation Day (Guam)", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-02": "All Souls' Day", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-08": "Lady of Camarin Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-05": "Guam Discovery Day", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-07-21": "Liberation Day (Guam)", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-02": "All Souls' Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-08": "Lady of Camarin Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-04": "Guam Discovery Day", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-07-21": "Liberation Day (Guam)", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-02": "All Souls' Day", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-08": "Lady of Camarin Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-03": "Guam Discovery Day", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-07-21": "Liberation Day (Guam)", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-02": "All Souls' Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-08": "Lady of Camarin Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-02": "Guam Discovery Day", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-07-21": "Liberation Day (Guam)", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-02": "All Souls' Day", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-08": "Lady of Camarin Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-07": "Guam Discovery Day", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-07-21": "Liberation Day (Guam)", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-02": "All Souls' Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-08": "Lady of Camarin Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-06": "Guam Discovery Day", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-07-21": "Liberation Day (Guam)", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-02": "All Souls' Day", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-08": "Lady of Camarin Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-05": "Guam Discovery Day", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-07-21": "Liberation Day (Guam)", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-02": "All Souls' Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-08": "Lady of Camarin Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-04": "Guam Discovery Day", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-07-21": "Liberation Day (Guam)", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-02": "All Souls' Day", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-08": "Lady of Camarin Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-02": "Guam Discovery Day", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-07-21": "Liberation Day (Guam)", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-02": "All Souls' Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-08": "Lady of Camarin Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-01": "Guam Discovery Day", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-07-21": "Liberation Day (Guam)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-02": "All Souls' Day", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-08": "Lady of Camarin Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-07": "Guam Discovery Day", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-07-21": "Liberation Day (Guam)", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-02": "All Souls' Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-08": "Lady of Camarin Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_HI.json000066400000000000000000002272531500152103600211200ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1950-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1950-05-30": "Memorial Day", "1950-06-11": "Kamehameha Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1951-05-30": "Memorial Day", "1951-06-11": "Kamehameha Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1952-05-30": "Memorial Day", "1952-06-11": "Kamehameha Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1953-05-30": "Memorial Day", "1953-06-11": "Kamehameha Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1954-05-30": "Memorial Day", "1954-06-11": "Kamehameha Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1955-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1955-05-30": "Memorial Day", "1955-06-11": "Kamehameha Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1956-05-30": "Memorial Day", "1956-06-11": "Kamehameha Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1957-05-30": "Memorial Day", "1957-06-11": "Kamehameha Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1958-05-30": "Memorial Day", "1958-06-11": "Kamehameha Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1959-05-30": "Memorial Day", "1959-06-11": "Kamehameha Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-08-21": "Statehood Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1960-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1960-05-30": "Memorial Day", "1960-06-11": "Kamehameha Day", "1960-07-04": "Independence Day", "1960-08-19": "Statehood Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1961-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1961-05-30": "Memorial Day", "1961-06-11": "Kamehameha Day", "1961-07-04": "Independence Day", "1961-08-18": "Statehood Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1962-05-30": "Memorial Day", "1962-06-11": "Kamehameha Day", "1962-07-04": "Independence Day", "1962-08-17": "Statehood Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1963-05-30": "Memorial Day", "1963-06-11": "Kamehameha Day", "1963-07-04": "Independence Day", "1963-08-16": "Statehood Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1964-05-30": "Memorial Day", "1964-06-11": "Kamehameha Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-08-21": "Statehood Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1965-05-30": "Memorial Day", "1965-06-11": "Kamehameha Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-08-20": "Statehood Day", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1966-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1966-05-30": "Memorial Day", "1966-06-11": "Kamehameha Day", "1966-07-04": "Independence Day", "1966-08-19": "Statehood Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1967-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1967-05-30": "Memorial Day", "1967-06-11": "Kamehameha Day", "1967-07-04": "Independence Day", "1967-08-18": "Statehood Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1968-05-30": "Memorial Day", "1968-06-11": "Kamehameha Day", "1968-07-04": "Independence Day", "1968-08-16": "Statehood Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1969-05-30": "Memorial Day", "1969-06-11": "Kamehameha Day", "1969-07-04": "Independence Day", "1969-08-15": "Statehood Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1970-05-30": "Memorial Day", "1970-06-11": "Kamehameha Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-08-21": "Statehood Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1971-05-31": "Memorial Day", "1971-06-11": "Kamehameha Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-08-20": "Statehood Day", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1972-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1972-05-29": "Memorial Day", "1972-06-11": "Kamehameha Day", "1972-07-04": "Independence Day", "1972-08-18": "Statehood Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1973-05-28": "Memorial Day", "1973-06-11": "Kamehameha Day", "1973-07-04": "Independence Day", "1973-08-17": "Statehood Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1974-05-27": "Memorial Day", "1974-06-11": "Kamehameha Day", "1974-07-04": "Independence Day", "1974-08-16": "Statehood Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1975-05-26": "Memorial Day", "1975-06-11": "Kamehameha Day", "1975-07-04": "Independence Day", "1975-08-15": "Statehood Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1976-05-31": "Memorial Day", "1976-06-11": "Kamehameha Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-08-20": "Statehood Day", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1977-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1977-05-30": "Memorial Day", "1977-06-11": "Kamehameha Day", "1977-07-04": "Independence Day", "1977-08-19": "Statehood Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1978-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1978-05-29": "Memorial Day", "1978-06-11": "Kamehameha Day", "1978-07-04": "Independence Day", "1978-08-18": "Statehood Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1979-05-28": "Memorial Day", "1979-06-11": "Kamehameha Day", "1979-07-04": "Independence Day", "1979-08-17": "Statehood Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1980-05-26": "Memorial Day", "1980-06-11": "Kamehameha Day", "1980-07-04": "Independence Day", "1980-08-15": "Statehood Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1981-05-25": "Memorial Day", "1981-06-11": "Kamehameha Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-08-21": "Statehood Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1982-05-31": "Memorial Day", "1982-06-11": "Kamehameha Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-08-20": "Statehood Day", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1983-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1983-05-30": "Memorial Day", "1983-06-11": "Kamehameha Day", "1983-07-04": "Independence Day", "1983-08-19": "Statehood Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1984-05-28": "Memorial Day", "1984-06-11": "Kamehameha Day", "1984-07-04": "Independence Day", "1984-08-17": "Statehood Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1985-05-27": "Memorial Day", "1985-06-11": "Kamehameha Day", "1985-07-04": "Independence Day", "1985-08-16": "Statehood Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1986-05-26": "Memorial Day", "1986-06-11": "Kamehameha Day", "1986-07-04": "Independence Day", "1986-08-15": "Statehood Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1987-05-25": "Memorial Day", "1987-06-11": "Kamehameha Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-08-21": "Statehood Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1988-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1988-05-30": "Memorial Day", "1988-06-11": "Kamehameha Day", "1988-07-04": "Independence Day", "1988-08-19": "Statehood Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1989-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1989-05-29": "Memorial Day", "1989-06-11": "Kamehameha Day", "1989-07-04": "Independence Day", "1989-08-18": "Statehood Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1990-05-28": "Memorial Day", "1990-06-11": "Kamehameha Day", "1990-07-04": "Independence Day", "1990-08-17": "Statehood Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1991-05-27": "Memorial Day", "1991-06-11": "Kamehameha Day", "1991-07-04": "Independence Day", "1991-08-16": "Statehood Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1992-05-25": "Memorial Day", "1992-06-11": "Kamehameha Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-08-21": "Statehood Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1993-05-31": "Memorial Day", "1993-06-11": "Kamehameha Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-08-20": "Statehood Day", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1994-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1994-05-30": "Memorial Day", "1994-06-11": "Kamehameha Day", "1994-07-04": "Independence Day", "1994-08-19": "Statehood Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1995-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "1995-05-29": "Memorial Day", "1995-06-11": "Kamehameha Day", "1995-07-04": "Independence Day", "1995-08-18": "Statehood Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1996-05-27": "Memorial Day", "1996-06-11": "Kamehameha Day", "1996-07-04": "Independence Day", "1996-08-16": "Statehood Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1997-05-26": "Memorial Day", "1997-06-11": "Kamehameha Day", "1997-07-04": "Independence Day", "1997-08-15": "Statehood Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1998-05-25": "Memorial Day", "1998-06-11": "Kamehameha Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-08-21": "Statehood Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-03-26": "Prince Jonah Kuhio Kalanianaole Day", "1999-05-31": "Memorial Day", "1999-06-11": "Kamehameha Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-08-20": "Statehood Day", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2000-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2000-05-29": "Memorial Day", "2000-06-11": "Kamehameha Day", "2000-07-04": "Independence Day", "2000-08-18": "Statehood Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2001-05-28": "Memorial Day", "2001-06-11": "Kamehameha Day", "2001-07-04": "Independence Day", "2001-08-17": "Statehood Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2002-05-27": "Memorial Day", "2002-06-11": "Kamehameha Day", "2002-07-04": "Independence Day", "2002-08-16": "Statehood Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2003-05-26": "Memorial Day", "2003-06-11": "Kamehameha Day", "2003-07-04": "Independence Day", "2003-08-15": "Statehood Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2004-05-31": "Memorial Day", "2004-06-11": "Kamehameha Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-08-20": "Statehood Day", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2005-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2005-05-30": "Memorial Day", "2005-06-11": "Kamehameha Day", "2005-07-04": "Independence Day", "2005-08-19": "Statehood Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2006-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2006-05-29": "Memorial Day", "2006-06-11": "Kamehameha Day", "2006-07-04": "Independence Day", "2006-08-18": "Statehood Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2007-05-28": "Memorial Day", "2007-06-11": "Kamehameha Day", "2007-07-04": "Independence Day", "2007-08-17": "Statehood Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2008-05-26": "Memorial Day", "2008-06-11": "Kamehameha Day", "2008-07-04": "Independence Day", "2008-08-15": "Statehood Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2009-05-25": "Memorial Day", "2009-06-11": "Kamehameha Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-08-21": "Statehood Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2010-05-31": "Memorial Day", "2010-06-11": "Kamehameha Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-08-20": "Statehood Day", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2011-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2011-05-30": "Memorial Day", "2011-06-10": "Kamehameha Day (observed)", "2011-06-11": "Kamehameha Day", "2011-07-04": "Independence Day", "2011-08-19": "Statehood Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2012-05-28": "Memorial Day", "2012-06-11": "Kamehameha Day", "2012-07-04": "Independence Day", "2012-08-17": "Statehood Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2013-05-27": "Memorial Day", "2013-06-11": "Kamehameha Day", "2013-07-04": "Independence Day", "2013-08-16": "Statehood Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2014-05-26": "Memorial Day", "2014-06-11": "Kamehameha Day", "2014-07-04": "Independence Day", "2014-08-15": "Statehood Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-04": "Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2015-05-25": "Memorial Day", "2015-06-11": "Kamehameha Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-08-21": "Statehood Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2016-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2016-05-30": "Memorial Day", "2016-06-10": "Kamehameha Day (observed)", "2016-06-11": "Kamehameha Day", "2016-07-04": "Independence Day", "2016-08-19": "Statehood Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2017-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2017-05-29": "Memorial Day", "2017-06-11": "Kamehameha Day", "2017-06-12": "Kamehameha Day (observed)", "2017-07-04": "Independence Day", "2017-08-18": "Statehood Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2018-05-28": "Memorial Day", "2018-06-11": "Kamehameha Day", "2018-07-04": "Independence Day", "2018-08-17": "Statehood Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2019-05-27": "Memorial Day", "2019-06-11": "Kamehameha Day", "2019-07-04": "Independence Day", "2019-08-16": "Statehood Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2020-05-25": "Memorial Day", "2020-06-11": "Kamehameha Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-08-21": "Statehood Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2021-05-31": "Memorial Day", "2021-06-11": "Kamehameha Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-08-20": "Statehood Day", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2022-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2022-05-30": "Memorial Day", "2022-06-10": "Kamehameha Day (observed)", "2022-06-11": "Kamehameha Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-08-19": "Statehood Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2023-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2023-05-29": "Memorial Day", "2023-06-11": "Kamehameha Day", "2023-06-12": "Kamehameha Day (observed)", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-08-18": "Statehood Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2024-05-27": "Memorial Day", "2024-06-11": "Kamehameha Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-08-16": "Statehood Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2025-05-26": "Memorial Day", "2025-06-11": "Kamehameha Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-08-15": "Statehood Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2026-05-25": "Memorial Day", "2026-06-11": "Kamehameha Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-08-21": "Statehood Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2027-05-31": "Memorial Day", "2027-06-11": "Kamehameha Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-08-20": "Statehood Day", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2028-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2028-05-29": "Memorial Day", "2028-06-11": "Kamehameha Day", "2028-06-12": "Kamehameha Day (observed)", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-08-18": "Statehood Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2029-05-28": "Memorial Day", "2029-06-11": "Kamehameha Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-08-17": "Statehood Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2030-05-27": "Memorial Day", "2030-06-11": "Kamehameha Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-08-16": "Statehood Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2031-05-26": "Memorial Day", "2031-06-11": "Kamehameha Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-08-15": "Statehood Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2032-05-31": "Memorial Day", "2032-06-11": "Kamehameha Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-08-20": "Statehood Day", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2033-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2033-05-30": "Memorial Day", "2033-06-10": "Kamehameha Day (observed)", "2033-06-11": "Kamehameha Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-08-19": "Statehood Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2034-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2034-05-29": "Memorial Day", "2034-06-11": "Kamehameha Day", "2034-06-12": "Kamehameha Day (observed)", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-08-18": "Statehood Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2035-05-28": "Memorial Day", "2035-06-11": "Kamehameha Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-08-17": "Statehood Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2036-05-26": "Memorial Day", "2036-06-11": "Kamehameha Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-08-15": "Statehood Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2037-05-25": "Memorial Day", "2037-06-11": "Kamehameha Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-08-21": "Statehood Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2038-05-31": "Memorial Day", "2038-06-11": "Kamehameha Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-08-20": "Statehood Day", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2039-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2039-05-30": "Memorial Day", "2039-06-10": "Kamehameha Day (observed)", "2039-06-11": "Kamehameha Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-08-19": "Statehood Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2040-05-28": "Memorial Day", "2040-06-11": "Kamehameha Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-08-17": "Statehood Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2041-05-27": "Memorial Day", "2041-06-11": "Kamehameha Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-08-16": "Statehood Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2042-05-26": "Memorial Day", "2042-06-11": "Kamehameha Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-08-15": "Statehood Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-04": "Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2043-05-25": "Memorial Day", "2043-06-11": "Kamehameha Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-08-21": "Statehood Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2044-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2044-05-30": "Memorial Day", "2044-06-10": "Kamehameha Day (observed)", "2044-06-11": "Kamehameha Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-08-19": "Statehood Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2045-03-27": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2045-05-29": "Memorial Day", "2045-06-11": "Kamehameha Day", "2045-06-12": "Kamehameha Day (observed)", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-08-18": "Statehood Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2046-05-28": "Memorial Day", "2046-06-11": "Kamehameha Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-08-17": "Statehood Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2047-05-27": "Memorial Day", "2047-06-11": "Kamehameha Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-08-16": "Statehood Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2048-05-25": "Memorial Day", "2048-06-11": "Kamehameha Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-08-21": "Statehood Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2049-05-31": "Memorial Day", "2049-06-11": "Kamehameha Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-08-20": "Statehood Day", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-03-25": "Prince Jonah Kuhio Kalanianaole Day (observed)", "2050-03-26": "Prince Jonah Kuhio Kalanianaole Day", "2050-05-30": "Memorial Day", "2050-06-10": "Kamehameha Day (observed)", "2050-06-11": "Kamehameha Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-08-19": "Statehood Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_IA.json000066400000000000000000001767151500152103600211170ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-12": "Lincoln's Birthday", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-11": "Lincoln's Birthday (observed)", "1972-02-12": "Lincoln's Birthday", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-12": "Lincoln's Birthday", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-12": "Lincoln's Birthday", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-12": "Lincoln's Birthday", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-12": "Lincoln's Birthday", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-11": "Lincoln's Birthday (observed)", "1977-02-12": "Lincoln's Birthday", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-12": "Lincoln's Birthday", "1978-02-13": "Lincoln's Birthday (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-12": "Lincoln's Birthday", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-12": "Lincoln's Birthday", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-12": "Lincoln's Birthday", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-12": "Lincoln's Birthday", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-11": "Lincoln's Birthday (observed)", "1983-02-12": "Lincoln's Birthday", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-12": "Lincoln's Birthday", "1984-02-13": "Lincoln's Birthday (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-12": "Lincoln's Birthday", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-12": "Lincoln's Birthday", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-12": "Lincoln's Birthday", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-12": "Lincoln's Birthday", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-12": "Lincoln's Birthday", "1989-02-13": "Lincoln's Birthday (observed)", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-12": "Lincoln's Birthday", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-12": "Lincoln's Birthday", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-12": "Lincoln's Birthday", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-12": "Lincoln's Birthday", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-11": "Lincoln's Birthday (observed)", "1994-02-12": "Lincoln's Birthday", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-12": "Lincoln's Birthday", "1995-02-13": "Lincoln's Birthday (observed)", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-12": "Lincoln's Birthday", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-12": "Lincoln's Birthday", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-12": "Lincoln's Birthday", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-12": "Lincoln's Birthday", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-11": "Lincoln's Birthday (observed)", "2000-02-12": "Lincoln's Birthday", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-12": "Lincoln's Birthday", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-12": "Lincoln's Birthday", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-12": "Lincoln's Birthday", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-12": "Lincoln's Birthday", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-11": "Lincoln's Birthday (observed)", "2005-02-12": "Lincoln's Birthday", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-12": "Lincoln's Birthday", "2006-02-13": "Lincoln's Birthday (observed)", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-12": "Lincoln's Birthday", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-12": "Lincoln's Birthday", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-12": "Lincoln's Birthday", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-12": "Lincoln's Birthday", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-11": "Lincoln's Birthday (observed)", "2011-02-12": "Lincoln's Birthday", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-12": "Lincoln's Birthday", "2012-02-13": "Lincoln's Birthday (observed)", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-12": "Lincoln's Birthday", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-12": "Lincoln's Birthday", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-12": "Lincoln's Birthday", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-12": "Lincoln's Birthday", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-12": "Lincoln's Birthday", "2017-02-13": "Lincoln's Birthday (observed)", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-12": "Lincoln's Birthday", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-12": "Lincoln's Birthday", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-12": "Lincoln's Birthday", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-12": "Lincoln's Birthday", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-11": "Lincoln's Birthday (observed)", "2022-02-12": "Lincoln's Birthday", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-12": "Lincoln's Birthday", "2023-02-13": "Lincoln's Birthday (observed)", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-12": "Lincoln's Birthday", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-12": "Lincoln's Birthday", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-12": "Lincoln's Birthday", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-12": "Lincoln's Birthday", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-11": "Lincoln's Birthday (observed)", "2028-02-12": "Lincoln's Birthday", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-12": "Lincoln's Birthday", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-12": "Lincoln's Birthday", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-12": "Lincoln's Birthday", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-12": "Lincoln's Birthday", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-11": "Lincoln's Birthday (observed)", "2033-02-12": "Lincoln's Birthday", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-12": "Lincoln's Birthday", "2034-02-13": "Lincoln's Birthday (observed)", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-12": "Lincoln's Birthday", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-12": "Lincoln's Birthday", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-12": "Lincoln's Birthday", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-12": "Lincoln's Birthday", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-11": "Lincoln's Birthday (observed)", "2039-02-12": "Lincoln's Birthday", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-12": "Lincoln's Birthday", "2040-02-13": "Lincoln's Birthday (observed)", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-12": "Lincoln's Birthday", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-12": "Lincoln's Birthday", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-12": "Lincoln's Birthday", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-12": "Lincoln's Birthday", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-12": "Lincoln's Birthday", "2045-02-13": "Lincoln's Birthday (observed)", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-12": "Lincoln's Birthday", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-12": "Lincoln's Birthday", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-12": "Lincoln's Birthday", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-12": "Lincoln's Birthday", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-11": "Lincoln's Birthday (observed)", "2050-02-12": "Lincoln's Birthday", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_ID.json000066400000000000000000001742031500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. / Idaho Human Rights Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_IL.json000066400000000000000000002066761500152103600211320ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-12": "Lincoln's Birthday", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-11": "Lincoln's Birthday (observed)", "1972-02-12": "Lincoln's Birthday", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-12": "Lincoln's Birthday", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-12": "Lincoln's Birthday", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-12": "Lincoln's Birthday", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-12": "Lincoln's Birthday", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-11": "Lincoln's Birthday (observed)", "1977-02-12": "Lincoln's Birthday", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-12": "Lincoln's Birthday", "1978-02-13": "Lincoln's Birthday (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-06": "Casimir Pulaski Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-12": "Lincoln's Birthday", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-05": "Casimir Pulaski Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-12": "Lincoln's Birthday", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-03": "Casimir Pulaski Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-12": "Lincoln's Birthday", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-02": "Casimir Pulaski Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-12": "Lincoln's Birthday", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-01": "Casimir Pulaski Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-11": "Lincoln's Birthday (observed)", "1983-02-12": "Lincoln's Birthday", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-07": "Casimir Pulaski Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-12": "Lincoln's Birthday", "1984-02-13": "Lincoln's Birthday (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-05": "Casimir Pulaski Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-12": "Lincoln's Birthday", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-04": "Casimir Pulaski Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-12": "Lincoln's Birthday", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-03": "Casimir Pulaski Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-12": "Lincoln's Birthday", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-02": "Casimir Pulaski Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-12": "Lincoln's Birthday", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-07": "Casimir Pulaski Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-12": "Lincoln's Birthday", "1989-02-13": "Lincoln's Birthday (observed)", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-06": "Casimir Pulaski Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-12": "Lincoln's Birthday", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-05": "Casimir Pulaski Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-12": "Lincoln's Birthday", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-04": "Casimir Pulaski Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-12": "Lincoln's Birthday", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-02": "Casimir Pulaski Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-12": "Lincoln's Birthday", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-01": "Casimir Pulaski Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-11": "Lincoln's Birthday (observed)", "1994-02-12": "Lincoln's Birthday", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-07": "Casimir Pulaski Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-12": "Lincoln's Birthday", "1995-02-13": "Lincoln's Birthday (observed)", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-06": "Casimir Pulaski Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-12": "Lincoln's Birthday", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-04": "Casimir Pulaski Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-12": "Lincoln's Birthday", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-03": "Casimir Pulaski Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-12": "Lincoln's Birthday", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-02": "Casimir Pulaski Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-12": "Lincoln's Birthday", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-01": "Casimir Pulaski Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-11": "Lincoln's Birthday (observed)", "2000-02-12": "Lincoln's Birthday", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-06": "Casimir Pulaski Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-12": "Lincoln's Birthday", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-05": "Casimir Pulaski Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-12": "Lincoln's Birthday", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-04": "Casimir Pulaski Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-12": "Lincoln's Birthday", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-03": "Casimir Pulaski Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-12": "Lincoln's Birthday", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-01": "Casimir Pulaski Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-11": "Lincoln's Birthday (observed)", "2005-02-12": "Lincoln's Birthday", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-07": "Casimir Pulaski Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-12": "Lincoln's Birthday", "2006-02-13": "Lincoln's Birthday (observed)", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-06": "Casimir Pulaski Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-12": "Lincoln's Birthday", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-05": "Casimir Pulaski Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-12": "Lincoln's Birthday", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-03": "Casimir Pulaski Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-12": "Lincoln's Birthday", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-02": "Casimir Pulaski Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-12": "Lincoln's Birthday", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-01": "Casimir Pulaski Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-11": "Lincoln's Birthday (observed)", "2011-02-12": "Lincoln's Birthday", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-07": "Casimir Pulaski Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-12": "Lincoln's Birthday", "2012-02-13": "Lincoln's Birthday (observed)", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-05": "Casimir Pulaski Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-12": "Lincoln's Birthday", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-04": "Casimir Pulaski Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-12": "Lincoln's Birthday", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-03": "Casimir Pulaski Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-04": "Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-12": "Lincoln's Birthday", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-02": "Casimir Pulaski Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-12": "Lincoln's Birthday", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-07": "Casimir Pulaski Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-12": "Lincoln's Birthday", "2017-02-13": "Lincoln's Birthday (observed)", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-06": "Casimir Pulaski Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-12": "Lincoln's Birthday", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-05": "Casimir Pulaski Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-12": "Lincoln's Birthday", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-04": "Casimir Pulaski Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-12": "Lincoln's Birthday", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-02": "Casimir Pulaski Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-12": "Lincoln's Birthday", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-01": "Casimir Pulaski Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-11": "Lincoln's Birthday (observed)", "2022-02-12": "Lincoln's Birthday", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-07": "Casimir Pulaski Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-12": "Lincoln's Birthday", "2023-02-13": "Lincoln's Birthday (observed)", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-06": "Casimir Pulaski Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-12": "Lincoln's Birthday", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-04": "Casimir Pulaski Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-12": "Lincoln's Birthday", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-03": "Casimir Pulaski Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-12": "Lincoln's Birthday", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-02": "Casimir Pulaski Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-12": "Lincoln's Birthday", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-01": "Casimir Pulaski Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-11": "Lincoln's Birthday (observed)", "2028-02-12": "Lincoln's Birthday", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-06": "Casimir Pulaski Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-12": "Lincoln's Birthday", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-05": "Casimir Pulaski Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-12": "Lincoln's Birthday", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-04": "Casimir Pulaski Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-12": "Lincoln's Birthday", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-03": "Casimir Pulaski Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-12": "Lincoln's Birthday", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-01": "Casimir Pulaski Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-11": "Lincoln's Birthday (observed)", "2033-02-12": "Lincoln's Birthday", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-07": "Casimir Pulaski Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-12": "Lincoln's Birthday", "2034-02-13": "Lincoln's Birthday (observed)", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-06": "Casimir Pulaski Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-12": "Lincoln's Birthday", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-05": "Casimir Pulaski Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-12": "Lincoln's Birthday", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-03": "Casimir Pulaski Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-12": "Lincoln's Birthday", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-02": "Casimir Pulaski Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-12": "Lincoln's Birthday", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-01": "Casimir Pulaski Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-11": "Lincoln's Birthday (observed)", "2039-02-12": "Lincoln's Birthday", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-07": "Casimir Pulaski Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-12": "Lincoln's Birthday", "2040-02-13": "Lincoln's Birthday (observed)", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-05": "Casimir Pulaski Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-12": "Lincoln's Birthday", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-04": "Casimir Pulaski Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-12": "Lincoln's Birthday", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-03": "Casimir Pulaski Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-04": "Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-12": "Lincoln's Birthday", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-02": "Casimir Pulaski Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-12": "Lincoln's Birthday", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-07": "Casimir Pulaski Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-12": "Lincoln's Birthday", "2045-02-13": "Lincoln's Birthday (observed)", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-06": "Casimir Pulaski Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-12": "Lincoln's Birthday", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-05": "Casimir Pulaski Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-12": "Lincoln's Birthday", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-04": "Casimir Pulaski Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-12": "Lincoln's Birthday", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-02": "Casimir Pulaski Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-12": "Lincoln's Birthday", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-01": "Casimir Pulaski Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-11": "Lincoln's Birthday (observed)", "2050-02-12": "Lincoln's Birthday", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-07": "Casimir Pulaski Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_IN.json000066400000000000000000002171721500152103600211250ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1950-12-26": "Washington's Birthday", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-24": "Washington's Birthday", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1952-12-26": "Washington's Birthday", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-24": "Washington's Birthday", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-23": "Washington's Birthday", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-23": "Washington's Birthday", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-24": "Washington's Birthday", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-24": "Washington's Birthday", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1958-12-26": "Washington's Birthday", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-24": "Washington's Birthday", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-23": "Washington's Birthday", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1961-12-26": "Washington's Birthday", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-24": "Washington's Birthday", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-24": "Washington's Birthday", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-24": "Washington's Birthday", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-23": "Washington's Birthday", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-23": "Washington's Birthday", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1967-12-26": "Washington's Birthday", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-24": "Washington's Birthday", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1969-12-26": "Washington's Birthday", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-24": "Washington's Birthday", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-23": "Washington's Birthday", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1972-12-26": "Washington's Birthday", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-24": "Washington's Birthday", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-24": "Washington's Birthday", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1975-12-26": "Washington's Birthday", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-23": "Washington's Birthday", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-23": "Washington's Birthday", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1978-12-26": "Washington's Birthday", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-24": "Washington's Birthday", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1980-12-26": "Washington's Birthday", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-24": "Washington's Birthday", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-23": "Washington's Birthday", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-23": "Washington's Birthday", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-24": "Washington's Birthday", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-24": "Washington's Birthday", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1986-12-26": "Washington's Birthday", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-24": "Washington's Birthday", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-23": "Washington's Birthday", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1989-12-26": "Washington's Birthday", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-24": "Washington's Birthday", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-24": "Washington's Birthday", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-24": "Washington's Birthday", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-23": "Washington's Birthday", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-23": "Washington's Birthday", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1995-12-26": "Washington's Birthday", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-24": "Washington's Birthday", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1997-12-26": "Washington's Birthday", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-24": "Washington's Birthday", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-23": "Washington's Birthday", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2000-12-26": "Washington's Birthday", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-24": "Washington's Birthday", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-24": "Washington's Birthday", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2003-12-26": "Washington's Birthday", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-23": "Washington's Birthday", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-23": "Washington's Birthday", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-02": "Primary Election Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2006-12-26": "Washington's Birthday", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-24": "Washington's Birthday", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-06": "Primary Election Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2008-12-26": "Washington's Birthday", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-24": "Washington's Birthday", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-04": "Primary Election Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Lincoln's Birthday", "2010-12-23": "Washington's Birthday", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Lincoln's Birthday", "2011-12-23": "Washington's Birthday", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-08": "Primary Election Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Lincoln's Birthday", "2012-12-24": "Washington's Birthday", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Lincoln's Birthday", "2013-12-24": "Washington's Birthday", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-06": "Primary Election Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-04": "Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Lincoln's Birthday", "2014-12-25": "Christmas Day", "2014-12-26": "Washington's Birthday", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-05": "Primary Election Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-03": "Election Day", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Lincoln's Birthday", "2015-12-24": "Washington's Birthday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-03": "Primary Election Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Lincoln's Birthday", "2016-12-23": "Washington's Birthday", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-02": "Primary Election Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-07": "Election Day", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Lincoln's Birthday", "2017-12-25": "Christmas Day", "2017-12-26": "Washington's Birthday", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-08": "Primary Election Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Lincoln's Birthday", "2018-12-24": "Washington's Birthday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-07": "Primary Election Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-05": "Election Day", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Lincoln's Birthday", "2019-12-24": "Washington's Birthday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-05": "Primary Election Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Lincoln's Birthday", "2020-12-24": "Washington's Birthday", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-04": "Primary Election Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-02": "Election Day", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Lincoln's Birthday", "2021-12-23": "Washington's Birthday", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-03": "Primary Election Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Lincoln's Birthday", "2022-12-23": "Washington's Birthday", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-02": "Primary Election Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-07": "Election Day", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Lincoln's Birthday", "2023-12-25": "Christmas Day", "2023-12-26": "Washington's Birthday", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-07": "Primary Election Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Lincoln's Birthday", "2024-12-24": "Washington's Birthday", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-06": "Primary Election Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-04": "Election Day", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Lincoln's Birthday", "2025-12-25": "Christmas Day", "2025-12-26": "Washington's Birthday", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-05": "Primary Election Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Lincoln's Birthday", "2026-12-24": "Washington's Birthday", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-04": "Primary Election Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-02": "Election Day", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Lincoln's Birthday", "2027-12-23": "Washington's Birthday", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-02": "Primary Election Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Lincoln's Birthday", "2028-12-25": "Christmas Day", "2028-12-26": "Washington's Birthday", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-08": "Primary Election Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-06": "Election Day", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Lincoln's Birthday", "2029-12-24": "Washington's Birthday", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-07": "Primary Election Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Lincoln's Birthday", "2030-12-24": "Washington's Birthday", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-06": "Primary Election Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-04": "Election Day", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Lincoln's Birthday", "2031-12-25": "Christmas Day", "2031-12-26": "Washington's Birthday", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-04": "Primary Election Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Lincoln's Birthday", "2032-12-23": "Washington's Birthday", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-03": "Primary Election Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-08": "Election Day", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Lincoln's Birthday", "2033-12-23": "Washington's Birthday", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-02": "Primary Election Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Lincoln's Birthday", "2034-12-25": "Christmas Day", "2034-12-26": "Washington's Birthday", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-08": "Primary Election Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-06": "Election Day", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Lincoln's Birthday", "2035-12-24": "Washington's Birthday", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-06": "Primary Election Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Lincoln's Birthday", "2036-12-25": "Christmas Day", "2036-12-26": "Washington's Birthday", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-05": "Primary Election Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-03": "Election Day", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Lincoln's Birthday", "2037-12-24": "Washington's Birthday", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-04": "Primary Election Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Lincoln's Birthday", "2038-12-23": "Washington's Birthday", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-03": "Primary Election Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-08": "Election Day", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Lincoln's Birthday", "2039-12-23": "Washington's Birthday", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-08": "Primary Election Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Lincoln's Birthday", "2040-12-24": "Washington's Birthday", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-07": "Primary Election Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-05": "Election Day", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Lincoln's Birthday", "2041-12-24": "Washington's Birthday", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-06": "Primary Election Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-04": "Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Lincoln's Birthday", "2042-12-25": "Christmas Day", "2042-12-26": "Washington's Birthday", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-05": "Primary Election Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-03": "Election Day", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Lincoln's Birthday", "2043-12-24": "Washington's Birthday", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-03": "Primary Election Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Lincoln's Birthday", "2044-12-23": "Washington's Birthday", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-02": "Primary Election Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-07": "Election Day", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Lincoln's Birthday", "2045-12-25": "Christmas Day", "2045-12-26": "Washington's Birthday", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-08": "Primary Election Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Lincoln's Birthday", "2046-12-24": "Washington's Birthday", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-07": "Primary Election Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-05": "Election Day", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Lincoln's Birthday", "2047-12-24": "Washington's Birthday", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-05": "Primary Election Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Lincoln's Birthday", "2048-12-24": "Washington's Birthday", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-04": "Primary Election Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-02": "Election Day", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Lincoln's Birthday", "2049-12-23": "Washington's Birthday", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-03": "Primary Election Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Lincoln's Birthday", "2050-12-23": "Washington's Birthday", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_KS.json000066400000000000000000001721461500152103600211350ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-23": "Christmas Eve (observed)", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-22": "Christmas Eve (observed)", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-23": "Christmas Eve (observed)", "2021-12-24": "Christmas Day (observed); Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-23": "Christmas Eve (observed)", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-22": "Christmas Eve (observed)", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-23": "Christmas Eve (observed)", "2027-12-24": "Christmas Day (observed); Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-22": "Christmas Eve (observed)", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-23": "Christmas Eve (observed)", "2032-12-24": "Christmas Day (observed); Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-23": "Christmas Eve (observed)", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-22": "Christmas Eve (observed)", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-23": "Christmas Eve (observed)", "2038-12-24": "Christmas Day (observed); Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-23": "Christmas Eve (observed)", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-23": "Christmas Eve (observed)", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-22": "Christmas Eve (observed)", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-23": "Christmas Eve (observed)", "2049-12-24": "Christmas Day (observed); Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-23": "Christmas Eve (observed)", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_KY.json000066400000000000000000001777131500152103600211500ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2016-12-30": "New Year's Eve (observed)", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed); New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2022-12-30": "New Year's Eve (observed)", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed); New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed); New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2033-12-30": "New Year's Eve (observed)", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed); New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2039-12-30": "New Year's Eve (observed)", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2044-12-30": "New Year's Eve (observed)", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed); New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)", "2050-12-30": "New Year's Eve (observed)", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/US_LA.json000066400000000000000000002056311500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-21": "Mardi Gras", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-06": "Mardi Gras", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-02-26": "Mardi Gras", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-20": "Inauguration Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-17": "Mardi Gras", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-02": "Mardi Gras", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Mardi Gras; Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Mardi Gras; Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-20": "Inauguration Day", "1957-01-21": "Inauguration Day (observed)", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-05": "Mardi Gras", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-18": "Mardi Gras", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-10": "Mardi Gras", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-01": "Mardi Gras", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-20": "Inauguration Day", "1961-02-02": "Groundhog Day", "1961-02-14": "Mardi Gras; Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-06": "Mardi Gras", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-02-26": "Mardi Gras", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-11": "Mardi Gras", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-20": "Inauguration Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-02": "Mardi Gras", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Mardi Gras; Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-07": "Mardi Gras", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-02-27": "Mardi Gras", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-20": "Inauguration Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-18": "Mardi Gras", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-10": "Mardi Gras", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-02-23": "Mardi Gras", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-15": "Mardi Gras", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-20": "Inauguration Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-06": "Mardi Gras", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-02-26": "Mardi Gras", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-11": "Mardi Gras", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-02": "Mardi Gras", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-01-20": "Inauguration Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-02-22": "Mardi Gras", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-07": "Mardi Gras", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-02-27": "Mardi Gras", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-02-19": "Mardi Gras", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-20": "Inauguration Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-03": "Mardi Gras", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-02-23": "Mardi Gras", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-15": "Mardi Gras", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-06": "Mardi Gras", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-20": "Inauguration Day", "1985-01-21": "Inauguration Day (observed)", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-02-19": "Mardi Gras", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-11": "Mardi Gras", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-03": "Mardi Gras", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-02-16": "Mardi Gras", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-01-20": "Inauguration Day", "1989-02-02": "Groundhog Day", "1989-02-07": "Mardi Gras", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-02-27": "Mardi Gras", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-12": "Mardi Gras", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-03": "Mardi Gras", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-01-20": "Inauguration Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-02-23": "Mardi Gras", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-15": "Mardi Gras", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-02-28": "Mardi Gras", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-02-20": "Mardi Gras", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Inauguration Day; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-11": "Mardi Gras", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-02-24": "Mardi Gras", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-02-16": "Mardi Gras", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-07": "Mardi Gras", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-01-20": "Inauguration Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-02-27": "Mardi Gras", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-12": "Mardi Gras", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-04": "Mardi Gras", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-02-24": "Mardi Gras", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-01-20": "Inauguration Day", "2005-02-02": "Groundhog Day", "2005-02-08": "Mardi Gras", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-02-28": "Mardi Gras", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-02-20": "Mardi Gras", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-05": "Mardi Gras", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-01-20": "Inauguration Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-02-24": "Mardi Gras", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-02-16": "Mardi Gras", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-08": "Mardi Gras", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-02-21": "Mardi Gras", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-20": "Inauguration Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Inauguration Day (observed); Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-12": "Mardi Gras", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-04": "Mardi Gras", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-04": "Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-02-17": "Mardi Gras", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-09": "Mardi Gras", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-01-20": "Inauguration Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-02-28": "Mardi Gras", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-13": "Mardi Gras", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-05": "Mardi Gras", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-02-25": "Mardi Gras", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-01-20": "Inauguration Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-02-16": "Mardi Gras", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-01": "Mardi Gras", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-02-21": "Mardi Gras", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-13": "Mardi Gras", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Inauguration Day; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-04": "Mardi Gras", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-02-17": "Mardi Gras", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-09": "Mardi Gras", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-02-29": "Mardi Gras", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-01-20": "Inauguration Day", "2029-02-02": "Groundhog Day", "2029-02-13": "Mardi Gras", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-05": "Mardi Gras", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-02-25": "Mardi Gras", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-10": "Mardi Gras", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-01-20": "Inauguration Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-01": "Mardi Gras", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-02-21": "Mardi Gras", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-06": "Mardi Gras", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-02-26": "Mardi Gras", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-01-20": "Inauguration Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-02-17": "Mardi Gras", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-09": "Mardi Gras", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-02-22": "Mardi Gras", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Mardi Gras; Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-20": "Inauguration Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Inauguration Day (observed); Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-05": "Mardi Gras", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-02-18": "Mardi Gras", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-04": "Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-10": "Mardi Gras", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-01": "Mardi Gras", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-01-20": "Inauguration Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-02-21": "Mardi Gras", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-06": "Mardi Gras", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-02-26": "Mardi Gras", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-02-18": "Mardi Gras", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-01-20": "Inauguration Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-02": "Mardi Gras", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-02-22": "Mardi Gras", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_MA.json000066400000000000000000002062241500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Evacuation Day; Saint Patrick's Day", "1950-04-19": "Patriots' Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Evacuation Day; Saint Patrick's Day", "1951-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1951-04-19": "Patriots' Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Evacuation Day; Saint Patrick's Day", "1952-04-19": "Patriots' Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Evacuation Day; Saint Patrick's Day", "1953-04-19": "Patriots' Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Evacuation Day; Saint Patrick's Day", "1954-04-19": "Patriots' Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Evacuation Day; Saint Patrick's Day", "1955-04-19": "Patriots' Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Evacuation Day; Saint Patrick's Day", "1956-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1956-04-19": "Patriots' Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Evacuation Day; Saint Patrick's Day", "1957-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1957-04-19": "Patriots' Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Evacuation Day; Saint Patrick's Day", "1958-04-19": "Patriots' Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Evacuation Day; Saint Patrick's Day", "1959-04-19": "Patriots' Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Evacuation Day; Saint Patrick's Day", "1960-04-19": "Patriots' Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Evacuation Day; Saint Patrick's Day", "1961-04-19": "Patriots' Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Evacuation Day; Saint Patrick's Day", "1962-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1962-04-19": "Patriots' Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Evacuation Day; Saint Patrick's Day", "1963-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1963-04-19": "Patriots' Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Evacuation Day; Saint Patrick's Day", "1964-04-19": "Patriots' Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Evacuation Day; Saint Patrick's Day", "1965-04-19": "Patriots' Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Evacuation Day; Saint Patrick's Day", "1966-04-19": "Patriots' Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Evacuation Day; Saint Patrick's Day", "1967-04-19": "Patriots' Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Evacuation Day; Saint Patrick's Day", "1968-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1968-04-19": "Patriots' Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Evacuation Day; Saint Patrick's Day", "1969-04-21": "Patriots' Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Evacuation Day; Saint Patrick's Day", "1970-04-20": "Patriots' Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Evacuation Day; Saint Patrick's Day", "1971-04-19": "Patriots' Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Evacuation Day; Saint Patrick's Day", "1972-04-17": "Patriots' Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Evacuation Day; Saint Patrick's Day", "1973-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1973-04-16": "Patriots' Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Evacuation Day; Saint Patrick's Day", "1974-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1974-04-15": "Patriots' Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Evacuation Day; Saint Patrick's Day", "1975-04-21": "Patriots' Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Evacuation Day; Saint Patrick's Day", "1976-04-19": "Patriots' Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Evacuation Day; Saint Patrick's Day", "1977-04-18": "Patriots' Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Evacuation Day; Saint Patrick's Day", "1978-04-17": "Patriots' Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Evacuation Day; Saint Patrick's Day", "1979-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1979-04-16": "Patriots' Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Evacuation Day; Saint Patrick's Day", "1980-04-21": "Patriots' Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Evacuation Day; Saint Patrick's Day", "1981-04-20": "Patriots' Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Evacuation Day; Saint Patrick's Day", "1982-04-19": "Patriots' Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Evacuation Day; Saint Patrick's Day", "1983-04-18": "Patriots' Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Evacuation Day; Saint Patrick's Day", "1984-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1984-04-16": "Patriots' Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Evacuation Day; Saint Patrick's Day", "1985-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1985-04-15": "Patriots' Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Evacuation Day; Saint Patrick's Day", "1986-04-21": "Patriots' Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Evacuation Day; Saint Patrick's Day", "1987-04-20": "Patriots' Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Evacuation Day; Saint Patrick's Day", "1988-04-18": "Patriots' Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Evacuation Day; Saint Patrick's Day", "1989-04-17": "Patriots' Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Evacuation Day; Saint Patrick's Day", "1990-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1990-04-16": "Patriots' Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Evacuation Day; Saint Patrick's Day", "1991-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1991-04-15": "Patriots' Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Evacuation Day; Saint Patrick's Day", "1992-04-20": "Patriots' Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Evacuation Day; Saint Patrick's Day", "1993-04-19": "Patriots' Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Evacuation Day; Saint Patrick's Day", "1994-04-18": "Patriots' Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Evacuation Day; Saint Patrick's Day", "1995-04-17": "Patriots' Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Evacuation Day; Saint Patrick's Day", "1996-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "1996-04-15": "Patriots' Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Evacuation Day; Saint Patrick's Day", "1997-04-21": "Patriots' Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Evacuation Day; Saint Patrick's Day", "1998-04-20": "Patriots' Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Evacuation Day; Saint Patrick's Day", "1999-04-19": "Patriots' Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Evacuation Day; Saint Patrick's Day", "2000-04-17": "Patriots' Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Evacuation Day; Saint Patrick's Day", "2001-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2001-04-16": "Patriots' Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Evacuation Day; Saint Patrick's Day", "2002-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2002-04-15": "Patriots' Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Evacuation Day; Saint Patrick's Day", "2003-04-21": "Patriots' Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Evacuation Day; Saint Patrick's Day", "2004-04-19": "Patriots' Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Evacuation Day; Saint Patrick's Day", "2005-04-18": "Patriots' Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Evacuation Day; Saint Patrick's Day", "2006-04-17": "Patriots' Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Evacuation Day; Saint Patrick's Day", "2007-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2007-04-16": "Patriots' Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Evacuation Day; Saint Patrick's Day", "2008-04-21": "Patriots' Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Evacuation Day; Saint Patrick's Day", "2009-04-20": "Patriots' Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Evacuation Day; Saint Patrick's Day", "2010-04-19": "Patriots' Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Evacuation Day; Saint Patrick's Day", "2011-04-18": "Patriots' Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Evacuation Day; Saint Patrick's Day", "2012-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2012-04-16": "Patriots' Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Evacuation Day; Saint Patrick's Day", "2013-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2013-04-15": "Patriots' Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Evacuation Day; Saint Patrick's Day", "2014-04-21": "Patriots' Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Evacuation Day; Saint Patrick's Day", "2015-04-20": "Patriots' Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Evacuation Day; Saint Patrick's Day", "2016-04-18": "Patriots' Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Evacuation Day; Saint Patrick's Day", "2017-04-17": "Patriots' Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Evacuation Day; Saint Patrick's Day", "2018-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2018-04-16": "Patriots' Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Evacuation Day; Saint Patrick's Day", "2019-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2019-04-15": "Patriots' Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Evacuation Day; Saint Patrick's Day", "2020-04-20": "Patriots' Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Evacuation Day; Saint Patrick's Day", "2021-04-19": "Patriots' Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Evacuation Day; Saint Patrick's Day", "2022-04-18": "Patriots' Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Evacuation Day; Saint Patrick's Day", "2023-04-17": "Patriots' Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Evacuation Day; Saint Patrick's Day", "2024-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2024-04-15": "Patriots' Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Evacuation Day; Saint Patrick's Day", "2025-04-21": "Patriots' Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Evacuation Day; Saint Patrick's Day", "2026-04-20": "Patriots' Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Evacuation Day; Saint Patrick's Day", "2027-04-19": "Patriots' Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Evacuation Day; Saint Patrick's Day", "2028-04-17": "Patriots' Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Evacuation Day; Saint Patrick's Day", "2029-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2029-04-16": "Patriots' Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Evacuation Day; Saint Patrick's Day", "2030-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2030-04-15": "Patriots' Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Evacuation Day; Saint Patrick's Day", "2031-04-21": "Patriots' Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Evacuation Day; Saint Patrick's Day", "2032-04-19": "Patriots' Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Evacuation Day; Saint Patrick's Day", "2033-04-18": "Patriots' Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Evacuation Day; Saint Patrick's Day", "2034-04-17": "Patriots' Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Evacuation Day; Saint Patrick's Day", "2035-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2035-04-16": "Patriots' Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Evacuation Day; Saint Patrick's Day", "2036-04-21": "Patriots' Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Evacuation Day; Saint Patrick's Day", "2037-04-20": "Patriots' Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Evacuation Day; Saint Patrick's Day", "2038-04-19": "Patriots' Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Evacuation Day; Saint Patrick's Day", "2039-04-18": "Patriots' Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Evacuation Day; Saint Patrick's Day", "2040-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2040-04-16": "Patriots' Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Evacuation Day; Saint Patrick's Day", "2041-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2041-04-15": "Patriots' Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Evacuation Day; Saint Patrick's Day", "2042-04-21": "Patriots' Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Evacuation Day; Saint Patrick's Day", "2043-04-20": "Patriots' Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Evacuation Day; Saint Patrick's Day", "2044-04-18": "Patriots' Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Evacuation Day; Saint Patrick's Day", "2045-04-17": "Patriots' Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Evacuation Day; Saint Patrick's Day", "2046-03-19": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2046-04-16": "Patriots' Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Evacuation Day; Saint Patrick's Day", "2047-03-18": "Evacuation Day (observed); Saint Patrick's Day (observed)", "2047-04-15": "Patriots' Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Evacuation Day; Saint Patrick's Day", "2048-04-20": "Patriots' Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Evacuation Day; Saint Patrick's Day", "2049-04-19": "Patriots' Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Evacuation Day; Saint Patrick's Day", "2050-04-18": "Patriots' Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_MD.json000066400000000000000000002005421500152103600211100ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-20": "Inauguration Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-20": "Inauguration Day", "1957-01-21": "Inauguration Day (observed)", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-20": "Inauguration Day", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-20": "Inauguration Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-20": "Inauguration Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-20": "Inauguration Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-01-20": "Inauguration Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-20": "Inauguration Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-20": "Inauguration Day", "1985-01-21": "Inauguration Day (observed)", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-01-20": "Inauguration Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-01-20": "Inauguration Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Inauguration Day; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-01-20": "Inauguration Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-01-20": "Inauguration Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "American Indian Heritage Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-01-20": "Inauguration Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "American Indian Heritage Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "American Indian Heritage Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "American Indian Heritage Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "American Indian Heritage Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-20": "Inauguration Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Inauguration Day (observed); Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "American Indian Heritage Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "American Indian Heritage Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "American Indian Heritage Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "American Indian Heritage Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-01-20": "Inauguration Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "American Indian Heritage Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "American Indian Heritage Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "American Indian Heritage Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "American Indian Heritage Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-01-20": "Inauguration Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "American Indian Heritage Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "American Indian Heritage Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "American Indian Heritage Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "American Indian Heritage Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Inauguration Day; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "American Indian Heritage Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "American Indian Heritage Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "American Indian Heritage Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "American Indian Heritage Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-01-20": "Inauguration Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "American Indian Heritage Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "American Indian Heritage Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "American Indian Heritage Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "American Indian Heritage Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-01-20": "Inauguration Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "American Indian Heritage Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "American Indian Heritage Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "American Indian Heritage Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "American Indian Heritage Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-01-20": "Inauguration Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "American Indian Heritage Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "American Indian Heritage Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "American Indian Heritage Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "American Indian Heritage Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-20": "Inauguration Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Inauguration Day (observed); Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "American Indian Heritage Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "American Indian Heritage Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "American Indian Heritage Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "American Indian Heritage Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-01-20": "Inauguration Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "American Indian Heritage Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "American Indian Heritage Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "American Indian Heritage Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "American Indian Heritage Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-01-20": "Inauguration Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "American Indian Heritage Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "American Indian Heritage Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_ME.json000066400000000000000000001766471500152103600211330ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-19": "Patriots' Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-04-19": "Patriots' Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-19": "Patriots' Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-19": "Patriots' Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-19": "Patriots' Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-19": "Patriots' Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-04-19": "Patriots' Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Patriots' Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-19": "Patriots' Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-04-19": "Patriots' Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-19": "Patriots' Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-04-19": "Patriots' Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-19": "Patriots' Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-19": "Patriots' Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-04-19": "Patriots' Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-19": "Patriots' Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-19": "Patriots' Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-04-19": "Patriots' Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-19": "Patriots' Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-21": "Patriots' Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-04-20": "Patriots' Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-19": "Patriots' Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-04-17": "Patriots' Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-16": "Patriots' Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-15": "Patriots' Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-04-21": "Patriots' Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-19": "Patriots' Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-18": "Patriots' Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-04-17": "Patriots' Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-16": "Patriots' Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-21": "Patriots' Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-20": "Patriots' Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-19": "Patriots' Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-18": "Patriots' Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-16": "Patriots' Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-15": "Patriots' Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-04-21": "Patriots' Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-20": "Patriots' Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-18": "Patriots' Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-04-17": "Patriots' Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-16": "Patriots' Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-04-15": "Patriots' Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-20": "Patriots' Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-19": "Patriots' Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-18": "Patriots' Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-17": "Patriots' Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-15": "Patriots' Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-04-21": "Patriots' Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-20": "Patriots' Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-19": "Patriots' Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-17": "Patriots' Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-16": "Patriots' Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-04-15": "Patriots' Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-21": "Patriots' Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-19": "Patriots' Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-04-18": "Patriots' Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-17": "Patriots' Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-16": "Patriots' Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-04-21": "Patriots' Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-20": "Patriots' Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-19": "Patriots' Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-18": "Patriots' Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-16": "Patriots' Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-04-15": "Patriots' Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-21": "Patriots' Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-20": "Patriots' Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-04-18": "Patriots' Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-17": "Patriots' Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-04-16": "Patriots' Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-15": "Patriots' Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day; Indigenous Peoples' Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-20": "Patriots' Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Indigenous Peoples' Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-19": "Patriots' Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Indigenous Peoples' Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-18": "Patriots' Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Indigenous Peoples' Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-17": "Patriots' Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Indigenous Peoples' Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-04-15": "Patriots' Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Indigenous Peoples' Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-21": "Patriots' Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Indigenous Peoples' Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-20": "Patriots' Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Indigenous Peoples' Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-04-19": "Patriots' Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Indigenous Peoples' Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-17": "Patriots' Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Indigenous Peoples' Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-04-16": "Patriots' Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Indigenous Peoples' Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-15": "Patriots' Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Indigenous Peoples' Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-21": "Patriots' Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Indigenous Peoples' Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-04-19": "Patriots' Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Indigenous Peoples' Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-18": "Patriots' Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Indigenous Peoples' Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-17": "Patriots' Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Indigenous Peoples' Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-04-16": "Patriots' Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Indigenous Peoples' Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-21": "Patriots' Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Indigenous Peoples' Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-20": "Patriots' Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Indigenous Peoples' Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-19": "Patriots' Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Indigenous Peoples' Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-18": "Patriots' Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Indigenous Peoples' Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-04-16": "Patriots' Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Indigenous Peoples' Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-15": "Patriots' Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Indigenous Peoples' Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-21": "Patriots' Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Indigenous Peoples' Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-04-20": "Patriots' Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Indigenous Peoples' Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-18": "Patriots' Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Indigenous Peoples' Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-17": "Patriots' Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Indigenous Peoples' Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-04-16": "Patriots' Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Indigenous Peoples' Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-15": "Patriots' Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Indigenous Peoples' Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-20": "Patriots' Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Indigenous Peoples' Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-19": "Patriots' Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Indigenous Peoples' Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-18": "Patriots' Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Indigenous Peoples' Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_MI.json000066400000000000000000002007021500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-04": "Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-23": "Christmas Eve (observed)", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2016-12-30": "New Year's Eve (observed)", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Day After Thanksgiving", "2017-12-22": "Christmas Eve (observed)", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Day After Thanksgiving", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Day After Thanksgiving", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Day After Thanksgiving", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Day After Thanksgiving", "2021-12-23": "Christmas Eve (observed)", "2021-12-24": "Christmas Day (observed); Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed); New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Day After Thanksgiving", "2022-12-23": "Christmas Eve (observed)", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2022-12-30": "New Year's Eve (observed)", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Day After Thanksgiving", "2023-12-22": "Christmas Eve (observed)", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Day After Thanksgiving", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Day After Thanksgiving", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Day After Thanksgiving", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Day After Thanksgiving", "2027-12-23": "Christmas Eve (observed)", "2027-12-24": "Christmas Day (observed); Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed); New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Day After Thanksgiving", "2028-12-22": "Christmas Eve (observed)", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Day After Thanksgiving", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Day After Thanksgiving", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Day After Thanksgiving", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Day After Thanksgiving", "2032-12-23": "Christmas Eve (observed)", "2032-12-24": "Christmas Day (observed); Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed); New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Day After Thanksgiving", "2033-12-23": "Christmas Eve (observed)", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2033-12-30": "New Year's Eve (observed)", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Day After Thanksgiving", "2034-12-22": "Christmas Eve (observed)", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Day After Thanksgiving", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Day After Thanksgiving", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Day After Thanksgiving", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Day After Thanksgiving", "2038-12-23": "Christmas Eve (observed)", "2038-12-24": "Christmas Day (observed); Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed); New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Day After Thanksgiving", "2039-12-23": "Christmas Eve (observed)", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2039-12-30": "New Year's Eve (observed)", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Day After Thanksgiving", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Day After Thanksgiving", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-04": "Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Day After Thanksgiving", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Day After Thanksgiving", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Day After Thanksgiving", "2044-12-23": "Christmas Eve (observed)", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2044-12-30": "New Year's Eve (observed)", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Day After Thanksgiving", "2045-12-22": "Christmas Eve (observed)", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Day After Thanksgiving", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Day After Thanksgiving", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Day After Thanksgiving", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Day After Thanksgiving", "2049-12-23": "Christmas Eve (observed)", "2049-12-24": "Christmas Day (observed); Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed); New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Day After Thanksgiving", "2050-12-23": "Christmas Eve (observed)", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)", "2050-12-30": "New Year's Eve (observed)", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/US_MN.json000066400000000000000000001741101500152103600211230ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday; Washington's and Lincoln's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday; Washington's and Lincoln's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday; Washington's and Lincoln's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday; Washington's and Lincoln's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday; Washington's and Lincoln's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday; Washington's and Lincoln's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday; Washington's and Lincoln's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday; Washington's and Lincoln's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday; Washington's and Lincoln's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday; Washington's and Lincoln's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday; Washington's and Lincoln's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday; Washington's and Lincoln's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday; Washington's and Lincoln's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday; Washington's and Lincoln's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday; Washington's and Lincoln's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday; Washington's and Lincoln's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday; Washington's and Lincoln's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday; Washington's and Lincoln's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday; Washington's and Lincoln's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday; Washington's and Lincoln's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday; Washington's and Lincoln's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday; Washington's and Lincoln's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday; Washington's and Lincoln's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday; Washington's and Lincoln's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday; Washington's and Lincoln's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday; Washington's and Lincoln's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday; Washington's and Lincoln's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday; Washington's and Lincoln's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday; Washington's and Lincoln's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday; Washington's and Lincoln's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday; Washington's and Lincoln's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday; Washington's and Lincoln's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday; Washington's and Lincoln's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday; Washington's and Lincoln's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday; Washington's and Lincoln's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday; Washington's and Lincoln's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday; Washington's and Lincoln's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday; Washington's and Lincoln's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday; Washington's and Lincoln's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday; Washington's and Lincoln's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday; Washington's and Lincoln's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday; Washington's and Lincoln's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday; Washington's and Lincoln's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday; Washington's and Lincoln's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday; Washington's and Lincoln's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday; Washington's and Lincoln's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday; Washington's and Lincoln's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_MO.json000066400000000000000000002004011500152103600211150ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-08": "Truman Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-08": "Truman Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-08": "Truman Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-08": "Truman Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-07": "Truman Day (observed)", "1954-05-08": "Truman Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-08": "Truman Day", "1955-05-09": "Truman Day (observed)", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-08": "Truman Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-08": "Truman Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-08": "Truman Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-08": "Truman Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-08": "Truman Day", "1960-05-09": "Truman Day (observed)", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-08": "Truman Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-08": "Truman Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-08": "Truman Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-08": "Truman Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-07": "Truman Day (observed)", "1965-05-08": "Truman Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-08": "Truman Day", "1966-05-09": "Truman Day (observed)", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-08": "Truman Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-08": "Truman Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-08": "Truman Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-08": "Truman Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-07": "Truman Day (observed)", "1971-05-08": "Truman Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-08": "Truman Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-08": "Truman Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-08": "Truman Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-08": "Truman Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-07": "Truman Day (observed)", "1976-05-08": "Truman Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-08": "Truman Day", "1977-05-09": "Truman Day (observed)", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-08": "Truman Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-08": "Truman Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-08": "Truman Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-08": "Truman Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-07": "Truman Day (observed)", "1982-05-08": "Truman Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-08": "Truman Day", "1983-05-09": "Truman Day (observed)", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-08": "Truman Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-08": "Truman Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-08": "Truman Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-08": "Truman Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-08": "Truman Day", "1988-05-09": "Truman Day (observed)", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-08": "Truman Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-08": "Truman Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-08": "Truman Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-08": "Truman Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-07": "Truman Day (observed)", "1993-05-08": "Truman Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-08": "Truman Day", "1994-05-09": "Truman Day (observed)", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-08": "Truman Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-08": "Truman Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-08": "Truman Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-08": "Truman Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-07": "Truman Day (observed)", "1999-05-08": "Truman Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-08": "Truman Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-08": "Truman Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-08": "Truman Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-08": "Truman Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-07": "Truman Day (observed)", "2004-05-08": "Truman Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-08": "Truman Day", "2005-05-09": "Truman Day (observed)", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-08": "Truman Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-08": "Truman Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-08": "Truman Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-08": "Truman Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-07": "Truman Day (observed)", "2010-05-08": "Truman Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-08": "Truman Day", "2011-05-09": "Truman Day (observed)", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-08": "Truman Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-08": "Truman Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-08": "Truman Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-08": "Truman Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-08": "Truman Day", "2016-05-09": "Truman Day (observed)", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-08": "Truman Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-08": "Truman Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-08": "Truman Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-08": "Truman Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-07": "Truman Day (observed)", "2021-05-08": "Truman Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-08": "Truman Day", "2022-05-09": "Truman Day (observed)", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-08": "Truman Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-08": "Truman Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-08": "Truman Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-08": "Truman Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-07": "Truman Day (observed)", "2027-05-08": "Truman Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-08": "Truman Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-08": "Truman Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-08": "Truman Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-08": "Truman Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-07": "Truman Day (observed)", "2032-05-08": "Truman Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-08": "Truman Day", "2033-05-09": "Truman Day (observed)", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-08": "Truman Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-08": "Truman Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-08": "Truman Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-08": "Truman Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-07": "Truman Day (observed)", "2038-05-08": "Truman Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-08": "Truman Day", "2039-05-09": "Truman Day (observed)", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-08": "Truman Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-08": "Truman Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-08": "Truman Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-08": "Truman Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-08": "Truman Day", "2044-05-09": "Truman Day (observed)", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-08": "Truman Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-08": "Truman Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-08": "Truman Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-08": "Truman Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-07": "Truman Day (observed)", "2049-05-08": "Truman Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-08": "Truman Day", "2050-05-09": "Truman Day (observed)", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_MP.json000066400000000000000000002342741500152103600211350ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-03-24": "Commonwealth Covenant Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-09": "Commonwealth Cultural Day", "1950-10-31": "Halloween", "1950-11-03": "Citizenship Day (observed)", "1950-11-04": "Citizenship Day", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-08": "Constitution Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Commonwealth Covenant Day (observed); Good Friday", "1951-03-24": "Commonwealth Covenant Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-08": "Commonwealth Cultural Day", "1951-10-31": "Halloween", "1951-11-04": "Citizenship Day", "1951-11-05": "Citizenship Day (observed)", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-07": "Constitution Day (observed)", "1951-12-08": "Constitution Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-03-24": "Commonwealth Covenant Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-13": "Commonwealth Cultural Day", "1952-10-31": "Halloween", "1952-11-04": "Citizenship Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-08": "Constitution Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-03-24": "Commonwealth Covenant Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Commonwealth Cultural Day", "1953-10-31": "Halloween", "1953-11-04": "Citizenship Day", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-08": "Constitution Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-03-24": "Commonwealth Covenant Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-11": "Commonwealth Cultural Day", "1954-10-31": "Halloween", "1954-11-04": "Citizenship Day", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-08": "Constitution Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-03-24": "Commonwealth Covenant Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-10": "Commonwealth Cultural Day", "1955-10-31": "Halloween", "1955-11-04": "Citizenship Day", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-08": "Constitution Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-23": "Commonwealth Covenant Day (observed)", "1956-03-24": "Commonwealth Covenant Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-08": "Commonwealth Cultural Day", "1956-10-31": "Halloween", "1956-11-04": "Citizenship Day", "1956-11-05": "Citizenship Day (observed)", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-07": "Constitution Day (observed)", "1956-12-08": "Constitution Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-03-24": "Commonwealth Covenant Day", "1957-03-25": "Commonwealth Covenant Day (observed)", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-14": "Commonwealth Cultural Day", "1957-10-31": "Halloween", "1957-11-04": "Citizenship Day", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-08": "Constitution Day", "1957-12-09": "Constitution Day (observed)", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-03-24": "Commonwealth Covenant Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-13": "Commonwealth Cultural Day", "1958-10-31": "Halloween", "1958-11-04": "Citizenship Day", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-08": "Constitution Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-24": "Commonwealth Covenant Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Commonwealth Cultural Day", "1959-10-31": "Halloween", "1959-11-04": "Citizenship Day", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-08": "Constitution Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-03-24": "Commonwealth Covenant Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-10": "Commonwealth Cultural Day", "1960-10-31": "Halloween", "1960-11-04": "Citizenship Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-08": "Constitution Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-24": "Commonwealth Covenant Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-09": "Commonwealth Cultural Day", "1961-10-31": "Halloween", "1961-11-03": "Citizenship Day (observed)", "1961-11-04": "Citizenship Day", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-08": "Constitution Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-03-23": "Commonwealth Covenant Day (observed)", "1962-03-24": "Commonwealth Covenant Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-08": "Commonwealth Cultural Day", "1962-10-31": "Halloween", "1962-11-04": "Citizenship Day", "1962-11-05": "Citizenship Day (observed)", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-07": "Constitution Day (observed)", "1962-12-08": "Constitution Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-03-24": "Commonwealth Covenant Day", "1963-03-25": "Commonwealth Covenant Day (observed)", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-14": "Commonwealth Cultural Day", "1963-10-31": "Halloween", "1963-11-04": "Citizenship Day", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-08": "Constitution Day", "1963-12-09": "Constitution Day (observed)", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-24": "Commonwealth Covenant Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Commonwealth Cultural Day", "1964-10-31": "Halloween", "1964-11-04": "Citizenship Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-08": "Constitution Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-03-24": "Commonwealth Covenant Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-11": "Commonwealth Cultural Day", "1965-10-31": "Halloween", "1965-11-04": "Citizenship Day", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-08": "Constitution Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-03-24": "Commonwealth Covenant Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-10": "Commonwealth Cultural Day", "1966-10-31": "Halloween", "1966-11-04": "Citizenship Day", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-08": "Constitution Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Commonwealth Covenant Day; Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-09": "Commonwealth Cultural Day", "1967-10-31": "Halloween", "1967-11-03": "Citizenship Day (observed)", "1967-11-04": "Citizenship Day", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-08": "Constitution Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-03-24": "Commonwealth Covenant Day", "1968-03-25": "Commonwealth Covenant Day (observed)", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-14": "Commonwealth Cultural Day", "1968-10-31": "Halloween", "1968-11-04": "Citizenship Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-08": "Constitution Day", "1968-12-09": "Constitution Day (observed)", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-03-24": "Commonwealth Covenant Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-13": "Commonwealth Cultural Day", "1969-10-31": "Halloween", "1969-11-04": "Citizenship Day", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-08": "Constitution Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-24": "Commonwealth Covenant Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Commonwealth Cultural Day", "1970-10-31": "Halloween", "1970-11-04": "Citizenship Day", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-08": "Constitution Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-03-24": "Commonwealth Covenant Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day; Commonwealth Cultural Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-04": "Citizenship Day", "1971-11-25": "Thanksgiving Day", "1971-12-08": "Constitution Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-24": "Commonwealth Covenant Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day; Commonwealth Cultural Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-03": "Citizenship Day (observed)", "1972-11-04": "Citizenship Day", "1972-11-23": "Thanksgiving Day", "1972-12-08": "Constitution Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-03-23": "Commonwealth Covenant Day (observed)", "1973-03-24": "Commonwealth Covenant Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day; Commonwealth Cultural Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-04": "Citizenship Day", "1973-11-05": "Citizenship Day (observed)", "1973-11-22": "Thanksgiving Day", "1973-12-07": "Constitution Day (observed)", "1973-12-08": "Constitution Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-03-24": "Commonwealth Covenant Day", "1974-03-25": "Commonwealth Covenant Day (observed)", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day; Commonwealth Cultural Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-04": "Citizenship Day", "1974-11-28": "Thanksgiving Day", "1974-12-08": "Constitution Day", "1974-12-09": "Constitution Day (observed)", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-24": "Commonwealth Covenant Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day; Commonwealth Cultural Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-04": "Citizenship Day", "1975-11-27": "Thanksgiving Day", "1975-12-08": "Constitution Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-03-24": "Commonwealth Covenant Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day; Commonwealth Cultural Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-04": "Citizenship Day", "1976-11-25": "Thanksgiving Day", "1976-12-08": "Constitution Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-03-24": "Commonwealth Covenant Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day; Commonwealth Cultural Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-04": "Citizenship Day", "1977-11-24": "Thanksgiving Day", "1977-12-08": "Constitution Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Commonwealth Covenant Day; Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day; Commonwealth Cultural Day", "1978-10-31": "Halloween", "1978-11-03": "Citizenship Day (observed)", "1978-11-04": "Citizenship Day", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-08": "Constitution Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-03-23": "Commonwealth Covenant Day (observed)", "1979-03-24": "Commonwealth Covenant Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day; Commonwealth Cultural Day", "1979-10-31": "Halloween", "1979-11-04": "Citizenship Day", "1979-11-05": "Citizenship Day (observed)", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-07": "Constitution Day (observed)", "1979-12-08": "Constitution Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-03-24": "Commonwealth Covenant Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day; Commonwealth Cultural Day", "1980-10-31": "Halloween", "1980-11-04": "Citizenship Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-08": "Constitution Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-03-24": "Commonwealth Covenant Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day; Commonwealth Cultural Day", "1981-10-31": "Halloween", "1981-11-04": "Citizenship Day", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-08": "Constitution Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-03-24": "Commonwealth Covenant Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day; Commonwealth Cultural Day", "1982-10-31": "Halloween", "1982-11-04": "Citizenship Day", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-08": "Constitution Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-03-24": "Commonwealth Covenant Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day; Commonwealth Cultural Day", "1983-10-31": "Halloween", "1983-11-04": "Citizenship Day", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-08": "Constitution Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-03-23": "Commonwealth Covenant Day (observed)", "1984-03-24": "Commonwealth Covenant Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day; Commonwealth Cultural Day", "1984-10-31": "Halloween", "1984-11-04": "Citizenship Day", "1984-11-05": "Citizenship Day (observed)", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-07": "Constitution Day (observed)", "1984-12-08": "Constitution Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-03-24": "Commonwealth Covenant Day", "1985-03-25": "Commonwealth Covenant Day (observed)", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day; Commonwealth Cultural Day", "1985-10-31": "Halloween", "1985-11-04": "Citizenship Day", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-08": "Constitution Day", "1985-12-09": "Constitution Day (observed)", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-24": "Commonwealth Covenant Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day; Commonwealth Cultural Day", "1986-10-31": "Halloween", "1986-11-04": "Citizenship Day", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-08": "Constitution Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-03-24": "Commonwealth Covenant Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day; Commonwealth Cultural Day", "1987-10-31": "Halloween", "1987-11-04": "Citizenship Day", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-08": "Constitution Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-03-24": "Commonwealth Covenant Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day; Commonwealth Cultural Day", "1988-10-31": "Halloween", "1988-11-04": "Citizenship Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-08": "Constitution Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Commonwealth Covenant Day; Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day; Commonwealth Cultural Day", "1989-10-31": "Halloween", "1989-11-03": "Citizenship Day (observed)", "1989-11-04": "Citizenship Day", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-08": "Constitution Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-03-23": "Commonwealth Covenant Day (observed)", "1990-03-24": "Commonwealth Covenant Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day; Commonwealth Cultural Day", "1990-10-31": "Halloween", "1990-11-04": "Citizenship Day", "1990-11-05": "Citizenship Day (observed)", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-07": "Constitution Day (observed)", "1990-12-08": "Constitution Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-24": "Commonwealth Covenant Day", "1991-03-25": "Commonwealth Covenant Day (observed)", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day; Commonwealth Cultural Day", "1991-10-31": "Halloween", "1991-11-04": "Citizenship Day", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-08": "Constitution Day", "1991-12-09": "Constitution Day (observed)", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-03-24": "Commonwealth Covenant Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day; Commonwealth Cultural Day", "1992-10-31": "Halloween", "1992-11-04": "Citizenship Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-08": "Constitution Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-03-24": "Commonwealth Covenant Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day; Commonwealth Cultural Day", "1993-10-31": "Halloween", "1993-11-04": "Citizenship Day", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-08": "Constitution Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-03-24": "Commonwealth Covenant Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day; Commonwealth Cultural Day", "1994-10-31": "Halloween", "1994-11-04": "Citizenship Day", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-08": "Constitution Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-03-24": "Commonwealth Covenant Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day; Commonwealth Cultural Day", "1995-10-31": "Halloween", "1995-11-03": "Citizenship Day (observed)", "1995-11-04": "Citizenship Day", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-08": "Constitution Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-03-24": "Commonwealth Covenant Day", "1996-03-25": "Commonwealth Covenant Day (observed)", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day; Commonwealth Cultural Day", "1996-10-31": "Halloween", "1996-11-04": "Citizenship Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-08": "Constitution Day", "1996-12-09": "Constitution Day (observed)", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-24": "Commonwealth Covenant Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day; Commonwealth Cultural Day", "1997-10-31": "Halloween", "1997-11-04": "Citizenship Day", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-08": "Constitution Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-03-24": "Commonwealth Covenant Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day; Commonwealth Cultural Day", "1998-10-31": "Halloween", "1998-11-04": "Citizenship Day", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-08": "Constitution Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-03-24": "Commonwealth Covenant Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day; Commonwealth Cultural Day", "1999-10-31": "Halloween", "1999-11-04": "Citizenship Day", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-08": "Constitution Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-03-24": "Commonwealth Covenant Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day; Commonwealth Cultural Day", "2000-10-31": "Halloween", "2000-11-03": "Citizenship Day (observed)", "2000-11-04": "Citizenship Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-08": "Constitution Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-03-23": "Commonwealth Covenant Day (observed)", "2001-03-24": "Commonwealth Covenant Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day; Commonwealth Cultural Day", "2001-10-31": "Halloween", "2001-11-04": "Citizenship Day", "2001-11-05": "Citizenship Day (observed)", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-07": "Constitution Day (observed)", "2001-12-08": "Constitution Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-24": "Commonwealth Covenant Day", "2002-03-25": "Commonwealth Covenant Day (observed)", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day; Commonwealth Cultural Day", "2002-10-31": "Halloween", "2002-11-04": "Citizenship Day", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-08": "Constitution Day", "2002-12-09": "Constitution Day (observed)", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-03-24": "Commonwealth Covenant Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day; Commonwealth Cultural Day", "2003-10-31": "Halloween", "2003-11-04": "Citizenship Day", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-08": "Constitution Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-03-24": "Commonwealth Covenant Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day; Commonwealth Cultural Day", "2004-10-31": "Halloween", "2004-11-04": "Citizenship Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-08": "Constitution Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-24": "Commonwealth Covenant Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day; Commonwealth Cultural Day", "2005-10-31": "Halloween", "2005-11-04": "Citizenship Day", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-08": "Constitution Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-03-24": "Commonwealth Covenant Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day; Commonwealth Cultural Day", "2006-10-31": "Halloween", "2006-11-03": "Citizenship Day (observed)", "2006-11-04": "Citizenship Day", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-08": "Constitution Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-03-23": "Commonwealth Covenant Day (observed)", "2007-03-24": "Commonwealth Covenant Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day; Commonwealth Cultural Day", "2007-10-31": "Halloween", "2007-11-04": "Citizenship Day", "2007-11-05": "Citizenship Day (observed)", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-07": "Constitution Day (observed)", "2007-12-08": "Constitution Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-03-24": "Commonwealth Covenant Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day; Commonwealth Cultural Day", "2008-10-31": "Halloween", "2008-11-04": "Citizenship Day; Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-08": "Constitution Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-03-24": "Commonwealth Covenant Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day; Commonwealth Cultural Day", "2009-10-31": "Halloween", "2009-11-04": "Citizenship Day", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-08": "Constitution Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-03-24": "Commonwealth Covenant Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day; Commonwealth Cultural Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-04": "Citizenship Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-08": "Constitution Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-03-24": "Commonwealth Covenant Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day; Commonwealth Cultural Day", "2011-10-31": "Halloween", "2011-11-04": "Citizenship Day", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-08": "Constitution Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-03-23": "Commonwealth Covenant Day (observed)", "2012-03-24": "Commonwealth Covenant Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day; Commonwealth Cultural Day", "2012-10-31": "Halloween", "2012-11-04": "Citizenship Day", "2012-11-05": "Citizenship Day (observed)", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-07": "Constitution Day (observed)", "2012-12-08": "Constitution Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-24": "Commonwealth Covenant Day", "2013-03-25": "Commonwealth Covenant Day (observed)", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day; Commonwealth Cultural Day", "2013-10-31": "Halloween", "2013-11-04": "Citizenship Day", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-08": "Constitution Day", "2013-12-09": "Constitution Day (observed)", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-03-24": "Commonwealth Covenant Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day; Commonwealth Cultural Day", "2014-10-31": "Halloween", "2014-11-04": "Citizenship Day; Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-08": "Constitution Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-03-24": "Commonwealth Covenant Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day; Commonwealth Cultural Day", "2015-10-31": "Halloween", "2015-11-04": "Citizenship Day", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-08": "Constitution Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-24": "Commonwealth Covenant Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day; Commonwealth Cultural Day", "2016-10-31": "Halloween", "2016-11-04": "Citizenship Day", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-08": "Constitution Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-03-24": "Commonwealth Covenant Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day; Commonwealth Cultural Day", "2017-10-31": "Halloween", "2017-11-03": "Citizenship Day (observed)", "2017-11-04": "Citizenship Day", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-08": "Constitution Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-23": "Commonwealth Covenant Day (observed)", "2018-03-24": "Commonwealth Covenant Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day; Commonwealth Cultural Day", "2018-10-31": "Halloween", "2018-11-04": "Citizenship Day", "2018-11-05": "Citizenship Day (observed)", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-07": "Constitution Day (observed)", "2018-12-08": "Constitution Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-03-24": "Commonwealth Covenant Day", "2019-03-25": "Commonwealth Covenant Day (observed)", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day; Commonwealth Cultural Day", "2019-10-31": "Halloween", "2019-11-04": "Citizenship Day", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-08": "Constitution Day", "2019-12-09": "Constitution Day (observed)", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-03-24": "Commonwealth Covenant Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Commonwealth Cultural Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-04": "Citizenship Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-08": "Constitution Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-03-24": "Commonwealth Covenant Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Commonwealth Cultural Day", "2021-10-31": "Halloween", "2021-11-04": "Citizenship Day", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-08": "Constitution Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-03-24": "Commonwealth Covenant Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Commonwealth Cultural Day", "2022-10-31": "Halloween", "2022-11-04": "Citizenship Day", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-08": "Constitution Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-03-24": "Commonwealth Covenant Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Commonwealth Cultural Day", "2023-10-31": "Halloween", "2023-11-03": "Citizenship Day (observed)", "2023-11-04": "Citizenship Day", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-08": "Constitution Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-24": "Commonwealth Covenant Day", "2024-03-25": "Commonwealth Covenant Day (observed)", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Commonwealth Cultural Day", "2024-10-31": "Halloween", "2024-11-04": "Citizenship Day", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-08": "Constitution Day", "2024-12-09": "Constitution Day (observed)", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-03-24": "Commonwealth Covenant Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Commonwealth Cultural Day", "2025-10-31": "Halloween", "2025-11-04": "Citizenship Day", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-08": "Constitution Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-03-24": "Commonwealth Covenant Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Commonwealth Cultural Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-04": "Citizenship Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-08": "Constitution Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-24": "Commonwealth Covenant Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Commonwealth Cultural Day", "2027-10-31": "Halloween", "2027-11-04": "Citizenship Day", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-08": "Constitution Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-03-24": "Commonwealth Covenant Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Commonwealth Cultural Day", "2028-10-31": "Halloween", "2028-11-03": "Citizenship Day (observed)", "2028-11-04": "Citizenship Day", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-08": "Constitution Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-23": "Commonwealth Covenant Day (observed)", "2029-03-24": "Commonwealth Covenant Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Commonwealth Cultural Day", "2029-10-31": "Halloween", "2029-11-04": "Citizenship Day", "2029-11-05": "Citizenship Day (observed)", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-07": "Constitution Day (observed)", "2029-12-08": "Constitution Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-03-24": "Commonwealth Covenant Day", "2030-03-25": "Commonwealth Covenant Day (observed)", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Commonwealth Cultural Day", "2030-10-31": "Halloween", "2030-11-04": "Citizenship Day", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-08": "Constitution Day", "2030-12-09": "Constitution Day (observed)", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-03-24": "Commonwealth Covenant Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Commonwealth Cultural Day", "2031-10-31": "Halloween", "2031-11-04": "Citizenship Day", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-08": "Constitution Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-24": "Commonwealth Covenant Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Commonwealth Cultural Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-04": "Citizenship Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-08": "Constitution Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-03-24": "Commonwealth Covenant Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Commonwealth Cultural Day", "2033-10-31": "Halloween", "2033-11-04": "Citizenship Day", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-08": "Constitution Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-03-24": "Commonwealth Covenant Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Commonwealth Cultural Day", "2034-10-31": "Halloween", "2034-11-03": "Citizenship Day (observed)", "2034-11-04": "Citizenship Day", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-08": "Constitution Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Commonwealth Covenant Day (observed); Good Friday", "2035-03-24": "Commonwealth Covenant Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Commonwealth Cultural Day", "2035-10-31": "Halloween", "2035-11-04": "Citizenship Day", "2035-11-05": "Citizenship Day (observed)", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-07": "Constitution Day (observed)", "2035-12-08": "Constitution Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-03-24": "Commonwealth Covenant Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Commonwealth Cultural Day", "2036-10-31": "Halloween", "2036-11-04": "Citizenship Day; Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-08": "Constitution Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-03-24": "Commonwealth Covenant Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Commonwealth Cultural Day", "2037-10-31": "Halloween", "2037-11-04": "Citizenship Day", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-08": "Constitution Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-03-24": "Commonwealth Covenant Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Commonwealth Cultural Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-04": "Citizenship Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-08": "Constitution Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-03-24": "Commonwealth Covenant Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Commonwealth Cultural Day", "2039-10-31": "Halloween", "2039-11-04": "Citizenship Day", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-08": "Constitution Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-23": "Commonwealth Covenant Day (observed)", "2040-03-24": "Commonwealth Covenant Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Commonwealth Cultural Day", "2040-10-31": "Halloween", "2040-11-04": "Citizenship Day", "2040-11-05": "Citizenship Day (observed)", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-07": "Constitution Day (observed)", "2040-12-08": "Constitution Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-03-24": "Commonwealth Covenant Day", "2041-03-25": "Commonwealth Covenant Day (observed)", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Commonwealth Cultural Day", "2041-10-31": "Halloween", "2041-11-04": "Citizenship Day", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-08": "Constitution Day", "2041-12-09": "Constitution Day (observed)", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-03-24": "Commonwealth Covenant Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Commonwealth Cultural Day", "2042-10-31": "Halloween", "2042-11-04": "Citizenship Day; Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-08": "Constitution Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-24": "Commonwealth Covenant Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Commonwealth Cultural Day", "2043-10-31": "Halloween", "2043-11-04": "Citizenship Day", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-08": "Constitution Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-03-24": "Commonwealth Covenant Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Commonwealth Cultural Day", "2044-10-31": "Halloween", "2044-11-04": "Citizenship Day", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-08": "Constitution Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-03-24": "Commonwealth Covenant Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Commonwealth Cultural Day", "2045-10-31": "Halloween", "2045-11-03": "Citizenship Day (observed)", "2045-11-04": "Citizenship Day", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-08": "Constitution Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Commonwealth Covenant Day (observed); Good Friday", "2046-03-24": "Commonwealth Covenant Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Commonwealth Cultural Day", "2046-10-31": "Halloween", "2046-11-04": "Citizenship Day", "2046-11-05": "Citizenship Day (observed)", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-07": "Constitution Day (observed)", "2046-12-08": "Constitution Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-03-24": "Commonwealth Covenant Day", "2047-03-25": "Commonwealth Covenant Day (observed)", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Commonwealth Cultural Day", "2047-10-31": "Halloween", "2047-11-04": "Citizenship Day", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-08": "Constitution Day", "2047-12-09": "Constitution Day (observed)", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-03-24": "Commonwealth Covenant Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Commonwealth Cultural Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-04": "Citizenship Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-08": "Constitution Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-03-24": "Commonwealth Covenant Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Commonwealth Cultural Day", "2049-10-31": "Halloween", "2049-11-04": "Citizenship Day", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-08": "Constitution Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-03-24": "Commonwealth Covenant Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Commonwealth Cultural Day", "2050-10-31": "Halloween", "2050-11-04": "Citizenship Day", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-08": "Constitution Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_MS.json000066400000000000000000002031741500152103600211330ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-24": "Confederate Memorial Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-04-30": "Confederate Memorial Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-28": "Confederate Memorial Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-27": "Confederate Memorial Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-26": "Confederate Memorial Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-25": "Confederate Memorial Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-04-30": "Confederate Memorial Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-29": "Confederate Memorial Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-28": "Confederate Memorial Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-04-27": "Confederate Memorial Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-25": "Confederate Memorial Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-04-24": "Confederate Memorial Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-30": "Confederate Memorial Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-29": "Confederate Memorial Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-04-27": "Confederate Memorial Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-26": "Confederate Memorial Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-25": "Confederate Memorial Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-04-24": "Confederate Memorial Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-29": "Confederate Memorial Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-28": "Confederate Memorial Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-04-27": "Confederate Memorial Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-26": "Confederate Memorial Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-04-24": "Confederate Memorial Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-30": "Confederate Memorial Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-29": "Confederate Memorial Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-04-28": "Confederate Memorial Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-26": "Confederate Memorial Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-25": "Confederate Memorial Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-04-24": "Confederate Memorial Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-30": "Confederate Memorial Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-28": "Confederate Memorial Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-27": "Confederate Memorial Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-26": "Confederate Memorial Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-25": "Confederate Memorial Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-30": "Confederate Memorial Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-29": "Confederate Memorial Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-04-28": "Confederate Memorial Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-27": "Confederate Memorial Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-25": "Confederate Memorial Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-04-24": "Confederate Memorial Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-30": "Confederate Memorial Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-04-29": "Confederate Memorial Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-27": "Confederate Memorial Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-26": "Confederate Memorial Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-25": "Confederate Memorial Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-24": "Confederate Memorial Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-29": "Confederate Memorial Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-04-28": "Confederate Memorial Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-27": "Confederate Memorial Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-26": "Confederate Memorial Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-24": "Confederate Memorial Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-30": "Confederate Memorial Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-04-29": "Confederate Memorial Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-28": "Confederate Memorial Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-26": "Confederate Memorial Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-04-25": "Confederate Memorial Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-24": "Confederate Memorial Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-30": "Confederate Memorial Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-04-28": "Confederate Memorial Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-27": "Confederate Memorial Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-26": "Confederate Memorial Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-25": "Confederate Memorial Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-30": "Confederate Memorial Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-04-29": "Confederate Memorial Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-28": "Confederate Memorial Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-27": "Confederate Memorial Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-04-25": "Confederate Memorial Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-24": "Confederate Memorial Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-04-30": "Confederate Memorial Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-29": "Confederate Memorial Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-27": "Confederate Memorial Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-26": "Confederate Memorial Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-25": "Confederate Memorial Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-24": "Confederate Memorial Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-04-29": "Confederate Memorial Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-28": "Confederate Memorial Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-27": "Confederate Memorial Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-04-26": "Confederate Memorial Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-24": "Confederate Memorial Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-04-30": "Confederate Memorial Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-29": "Confederate Memorial Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-28": "Confederate Memorial Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-04-26": "Confederate Memorial Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-25": "Confederate Memorial Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-24": "Confederate Memorial Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-04-30": "Confederate Memorial Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-28": "Confederate Memorial Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-27": "Confederate Memorial Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-26": "Confederate Memorial Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-25": "Confederate Memorial Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-04-30": "Confederate Memorial Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-29": "Confederate Memorial Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-28": "Confederate Memorial Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-04-27": "Confederate Memorial Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-25": "Confederate Memorial Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-24": "Confederate Memorial Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-04-30": "Confederate Memorial Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-29": "Confederate Memorial Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-27": "Confederate Memorial Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-26": "Confederate Memorial Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-25": "Confederate Memorial Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_MT.json000066400000000000000000001763301500152103600211370ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-04": "Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-04": "Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Lincoln's and Washington's Birthdays; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_NC.json000066400000000000000000002136151500152103600211150ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-11-28": "Day After Thanksgiving", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-11-26": "Day After Thanksgiving", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-11-25": "Day After Thanksgiving", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-11-24": "Day After Thanksgiving", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-11-23": "Day After Thanksgiving", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-11-28": "Day After Thanksgiving", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-11-27": "Day After Thanksgiving", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-11-26": "Day After Thanksgiving", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-11-25": "Day After Thanksgiving", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-11-23": "Day After Thanksgiving", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-11-29": "Day After Thanksgiving", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Day After Thanksgiving", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Day After Thanksgiving", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Day After Thanksgiving", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Day After Thanksgiving", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Day After Thanksgiving", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Day After Thanksgiving", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Day After Thanksgiving", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Day After Thanksgiving", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Day After Thanksgiving", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Day After Thanksgiving", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Day After Thanksgiving", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Day After Thanksgiving", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Day After Thanksgiving", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Day After Thanksgiving", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Day After Thanksgiving", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Day After Thanksgiving", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Day After Thanksgiving", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Day After Thanksgiving", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Day After Thanksgiving", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Day After Thanksgiving", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Day After Thanksgiving", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Day After Thanksgiving", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Day After Thanksgiving", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Day After Thanksgiving", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Day After Thanksgiving", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Day After Thanksgiving", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Day After Thanksgiving", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Day After Thanksgiving", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Day After Christmas", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Day After Thanksgiving", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Day After Christmas", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Day After Thanksgiving", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Day After Christmas", "2015-12-28": "Day After Christmas (observed)", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Day After Thanksgiving", "2016-12-23": "Christmas Eve (observed)", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed); Day After Christmas", "2016-12-27": "Day After Christmas (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Day After Thanksgiving", "2017-12-22": "Christmas Eve (observed)", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Day After Christmas", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Day After Thanksgiving", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Day After Christmas", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Day After Thanksgiving", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Day After Christmas", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Day After Thanksgiving", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Day After Christmas", "2020-12-28": "Day After Christmas (observed)", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Day After Thanksgiving", "2021-12-23": "Christmas Eve (observed)", "2021-12-24": "Christmas Day (observed); Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Day After Christmas", "2021-12-27": "Day After Christmas (observed)", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Day After Thanksgiving", "2022-12-23": "Christmas Eve (observed)", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed); Day After Christmas", "2022-12-27": "Day After Christmas (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Day After Thanksgiving", "2023-12-22": "Christmas Eve (observed)", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Day After Christmas", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Day After Thanksgiving", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Day After Christmas", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Day After Thanksgiving", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Day After Christmas", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Day After Thanksgiving", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Day After Christmas", "2026-12-28": "Day After Christmas (observed)", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Day After Thanksgiving", "2027-12-23": "Christmas Eve (observed)", "2027-12-24": "Christmas Day (observed); Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Day After Christmas", "2027-12-27": "Day After Christmas (observed)", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Day After Thanksgiving", "2028-12-22": "Christmas Eve (observed)", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Day After Christmas", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Day After Thanksgiving", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Day After Christmas", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Day After Thanksgiving", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Day After Christmas", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Day After Thanksgiving", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Day After Christmas", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Day After Thanksgiving", "2032-12-23": "Christmas Eve (observed)", "2032-12-24": "Christmas Day (observed); Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Day After Christmas", "2032-12-27": "Day After Christmas (observed)", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Day After Thanksgiving", "2033-12-23": "Christmas Eve (observed)", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed); Day After Christmas", "2033-12-27": "Day After Christmas (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Day After Thanksgiving", "2034-12-22": "Christmas Eve (observed)", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Day After Christmas", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Day After Thanksgiving", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Day After Christmas", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Day After Thanksgiving", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Day After Christmas", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Day After Thanksgiving", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Day After Christmas", "2037-12-28": "Day After Christmas (observed)", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Day After Thanksgiving", "2038-12-23": "Christmas Eve (observed)", "2038-12-24": "Christmas Day (observed); Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Day After Christmas", "2038-12-27": "Day After Christmas (observed)", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Day After Thanksgiving", "2039-12-23": "Christmas Eve (observed)", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed); Day After Christmas", "2039-12-27": "Day After Christmas (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Day After Thanksgiving", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Day After Christmas", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Day After Thanksgiving", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Day After Christmas", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Day After Thanksgiving", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Day After Christmas", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Day After Thanksgiving", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Day After Christmas", "2043-12-28": "Day After Christmas (observed)", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Day After Thanksgiving", "2044-12-23": "Christmas Eve (observed)", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed); Day After Christmas", "2044-12-27": "Day After Christmas (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Day After Thanksgiving", "2045-12-22": "Christmas Eve (observed)", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Day After Christmas", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Day After Thanksgiving", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Day After Christmas", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Day After Thanksgiving", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Day After Christmas", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Day After Thanksgiving", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Day After Christmas", "2048-12-28": "Day After Christmas (observed)", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Day After Thanksgiving", "2049-12-23": "Christmas Eve (observed)", "2049-12-24": "Christmas Day (observed); Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Day After Christmas", "2049-12-27": "Day After Christmas (observed)", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Day After Thanksgiving", "2050-12-23": "Christmas Eve (observed)", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed); Day After Christmas", "2050-12-27": "Day After Christmas (observed)" } holidays-0.71/snapshots/countries/US_ND.json000066400000000000000000001662701500152103600211220ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_NE.json000066400000000000000000001757721500152103600211320ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-22": "Arbor Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-04-22": "Arbor Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-22": "Arbor Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-22": "Arbor Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-22": "Arbor Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-22": "Arbor Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-04-22": "Arbor Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-22": "Arbor Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-22": "Arbor Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-04-22": "Arbor Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-22": "Arbor Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-04-22": "Arbor Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-22": "Arbor Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-22": "Arbor Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-04-22": "Arbor Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-22": "Arbor Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-22": "Arbor Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-04-22": "Arbor Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-22": "Arbor Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-22": "Arbor Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-04-22": "Arbor Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-22": "Arbor Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-04-22": "Arbor Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-22": "Arbor Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-22": "Arbor Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-04-22": "Arbor Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-22": "Arbor Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-22": "Arbor Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-04-22": "Arbor Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-22": "Arbor Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-22": "Arbor Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-22": "Arbor Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-22": "Arbor Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-22": "Arbor Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-22": "Arbor Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-22": "Arbor Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-04-22": "Arbor Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-22": "Arbor Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-22": "Arbor Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-04-28": "Arbor Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-27": "Arbor Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-04-26": "Arbor Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-24": "Arbor Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-30": "Arbor Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-29": "Arbor Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-28": "Arbor Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-26": "Arbor Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-04-25": "Arbor Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-24": "Arbor Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-30": "Arbor Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-28": "Arbor Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-27": "Arbor Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-04-26": "Arbor Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-25": "Arbor Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-30": "Arbor Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-04-29": "Arbor Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-28": "Arbor Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-27": "Arbor Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-04-25": "Arbor Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-24": "Arbor Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-30": "Arbor Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-29": "Arbor Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-27": "Arbor Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-04-26": "Arbor Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-25": "Arbor Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-24": "Arbor Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-04-29": "Arbor Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-28": "Arbor Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-04-27": "Arbor Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-26": "Arbor Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-24": "Arbor Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Indigenous Peoples' Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-30": "Arbor Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Indigenous Peoples' Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-29": "Arbor Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Indigenous Peoples' Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-28": "Arbor Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Indigenous Peoples' Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-04-26": "Arbor Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Indigenous Peoples' Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-25": "Arbor Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Indigenous Peoples' Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-24": "Arbor Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Indigenous Peoples' Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-04-30": "Arbor Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Indigenous Peoples' Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-28": "Arbor Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Indigenous Peoples' Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-04-27": "Arbor Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Indigenous Peoples' Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-26": "Arbor Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Indigenous Peoples' Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-25": "Arbor Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Indigenous Peoples' Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-04-30": "Arbor Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Indigenous Peoples' Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-29": "Arbor Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Indigenous Peoples' Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-28": "Arbor Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Indigenous Peoples' Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-04-27": "Arbor Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Indigenous Peoples' Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-25": "Arbor Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Indigenous Peoples' Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-24": "Arbor Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Indigenous Peoples' Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-30": "Arbor Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Indigenous Peoples' Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-29": "Arbor Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Indigenous Peoples' Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-04-27": "Arbor Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Indigenous Peoples' Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-26": "Arbor Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Indigenous Peoples' Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-25": "Arbor Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Indigenous Peoples' Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-04-24": "Arbor Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Indigenous Peoples' Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-29": "Arbor Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Indigenous Peoples' Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-28": "Arbor Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Indigenous Peoples' Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-04-27": "Arbor Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Indigenous Peoples' Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-26": "Arbor Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Indigenous Peoples' Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-24": "Arbor Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Indigenous Peoples' Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-30": "Arbor Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Indigenous Peoples' Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-29": "Arbor Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Indigenous Peoples' Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_NH.json000066400000000000000000002000211500152103600211050ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-11-28": "Day After Thanksgiving", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-11-26": "Day After Thanksgiving", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-11-25": "Day After Thanksgiving", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-11-24": "Day After Thanksgiving", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-11-23": "Day After Thanksgiving", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-11-28": "Day After Thanksgiving", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-11-27": "Day After Thanksgiving", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-11-26": "Day After Thanksgiving", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-11-25": "Day After Thanksgiving", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-11-23": "Day After Thanksgiving", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-11-29": "Day After Thanksgiving", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Day After Thanksgiving", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Day After Thanksgiving", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Day After Thanksgiving", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Day After Thanksgiving", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Day After Thanksgiving", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Day After Thanksgiving", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Day After Thanksgiving", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Day After Thanksgiving", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Day After Thanksgiving", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Day After Thanksgiving", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Day After Thanksgiving", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Day After Thanksgiving", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Day After Thanksgiving", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Day After Thanksgiving", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Day After Thanksgiving", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Day After Thanksgiving", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Day After Thanksgiving", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Day After Thanksgiving", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Day After Thanksgiving", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Day After Thanksgiving", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Day After Thanksgiving", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Day After Thanksgiving", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Day After Thanksgiving", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Day After Thanksgiving", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Day After Thanksgiving", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Day After Thanksgiving", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Day After Thanksgiving", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Day After Thanksgiving", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-04": "Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Day After Thanksgiving", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Day After Thanksgiving", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Day After Thanksgiving", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Day After Thanksgiving", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Day After Thanksgiving", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Day After Thanksgiving", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Day After Thanksgiving", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Day After Thanksgiving", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Day After Thanksgiving", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Day After Thanksgiving", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Day After Thanksgiving", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Day After Thanksgiving", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Day After Thanksgiving", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Day After Thanksgiving", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Day After Thanksgiving", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Day After Thanksgiving", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Day After Thanksgiving", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Day After Thanksgiving", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Day After Thanksgiving", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Day After Thanksgiving", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Day After Thanksgiving", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Day After Thanksgiving", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Day After Thanksgiving", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Day After Thanksgiving", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Day After Thanksgiving", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Day After Thanksgiving", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Day After Thanksgiving", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Day After Thanksgiving", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-04": "Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Day After Thanksgiving", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Day After Thanksgiving", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Day After Thanksgiving", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Day After Thanksgiving", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Day After Thanksgiving", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Day After Thanksgiving", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Day After Thanksgiving", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Day After Thanksgiving", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Dr. Martin Luther King Jr. / Civil Rights Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Day After Thanksgiving", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_NJ.json000066400000000000000000002120221500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-12": "Lincoln's Birthday", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-11": "Lincoln's Birthday (observed)", "1972-02-12": "Lincoln's Birthday", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-12": "Lincoln's Birthday", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-12": "Lincoln's Birthday", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-12": "Lincoln's Birthday", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-12": "Lincoln's Birthday", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-11": "Lincoln's Birthday (observed)", "1977-02-12": "Lincoln's Birthday", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-12": "Lincoln's Birthday", "1978-02-13": "Lincoln's Birthday (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-12": "Lincoln's Birthday", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-12": "Lincoln's Birthday", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-12": "Lincoln's Birthday", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-12": "Lincoln's Birthday", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-11": "Lincoln's Birthday (observed)", "1983-02-12": "Lincoln's Birthday", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-12": "Lincoln's Birthday", "1984-02-13": "Lincoln's Birthday (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-12": "Lincoln's Birthday", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-12": "Lincoln's Birthday", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-12": "Lincoln's Birthday", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-12": "Lincoln's Birthday", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-12": "Lincoln's Birthday", "1989-02-13": "Lincoln's Birthday (observed)", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-12": "Lincoln's Birthday", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-12": "Lincoln's Birthday", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-12": "Lincoln's Birthday", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-12": "Lincoln's Birthday", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-11": "Lincoln's Birthday (observed)", "1994-02-12": "Lincoln's Birthday", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-12": "Lincoln's Birthday", "1995-02-13": "Lincoln's Birthday (observed)", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-12": "Lincoln's Birthday", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-12": "Lincoln's Birthday", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-12": "Lincoln's Birthday", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-12": "Lincoln's Birthday", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-11": "Lincoln's Birthday (observed)", "2000-02-12": "Lincoln's Birthday", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-12": "Lincoln's Birthday", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-12": "Lincoln's Birthday", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-12": "Lincoln's Birthday", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-12": "Lincoln's Birthday", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-11": "Lincoln's Birthday (observed)", "2005-02-12": "Lincoln's Birthday", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-12": "Lincoln's Birthday", "2006-02-13": "Lincoln's Birthday (observed)", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-12": "Lincoln's Birthday", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-12": "Lincoln's Birthday", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-12": "Lincoln's Birthday", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-12": "Lincoln's Birthday", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-11": "Lincoln's Birthday (observed)", "2011-02-12": "Lincoln's Birthday", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-12": "Lincoln's Birthday", "2012-02-13": "Lincoln's Birthday (observed)", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-12": "Lincoln's Birthday", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-12": "Lincoln's Birthday", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-04": "Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-12": "Lincoln's Birthday", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-12": "Lincoln's Birthday", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-12": "Lincoln's Birthday", "2017-02-13": "Lincoln's Birthday (observed)", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-12": "Lincoln's Birthday", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-12": "Lincoln's Birthday", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-12": "Lincoln's Birthday", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-12": "Lincoln's Birthday", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-11": "Lincoln's Birthday (observed)", "2022-02-12": "Lincoln's Birthday", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-12": "Lincoln's Birthday", "2023-02-13": "Lincoln's Birthday (observed)", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-12": "Lincoln's Birthday", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-12": "Lincoln's Birthday", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-12": "Lincoln's Birthday", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-12": "Lincoln's Birthday", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-11": "Lincoln's Birthday (observed)", "2028-02-12": "Lincoln's Birthday", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-12": "Lincoln's Birthday", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-12": "Lincoln's Birthday", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-12": "Lincoln's Birthday", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-12": "Lincoln's Birthday", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-11": "Lincoln's Birthday (observed)", "2033-02-12": "Lincoln's Birthday", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-12": "Lincoln's Birthday", "2034-02-13": "Lincoln's Birthday (observed)", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-12": "Lincoln's Birthday", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-12": "Lincoln's Birthday", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-12": "Lincoln's Birthday", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-12": "Lincoln's Birthday", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-11": "Lincoln's Birthday (observed)", "2039-02-12": "Lincoln's Birthday", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-12": "Lincoln's Birthday", "2040-02-13": "Lincoln's Birthday (observed)", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-12": "Lincoln's Birthday", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-12": "Lincoln's Birthday", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-04": "Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-12": "Lincoln's Birthday", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-12": "Lincoln's Birthday", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-12": "Lincoln's Birthday", "2045-02-13": "Lincoln's Birthday (observed)", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-12": "Lincoln's Birthday", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-12": "Lincoln's Birthday", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-12": "Lincoln's Birthday", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-12": "Lincoln's Birthday", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-11": "Lincoln's Birthday (observed)", "2050-02-12": "Lincoln's Birthday", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_NM.json000066400000000000000000001771611500152103600211340ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-11-24": "Presidents' Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-11-23": "Presidents' Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-11-28": "Presidents' Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-11-27": "Presidents' Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-11-26": "Presidents' Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-11-25": "Presidents' Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-11-23": "Presidents' Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-11-29": "Presidents' Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-11-28": "Presidents' Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-11-27": "Presidents' Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-11-25": "Presidents' Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-11-24": "Presidents' Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-11-23": "Presidents' Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-11-29": "Presidents' Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-11-27": "Presidents' Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-11-26": "Presidents' Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-11-25": "Presidents' Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-11-24": "Presidents' Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-11-29": "Presidents' Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-11-28": "Presidents' Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-11-27": "Presidents' Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-11-26": "Presidents' Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-11-24": "Presidents' Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-11-23": "Presidents' Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-11-29": "Presidents' Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-11-28": "Presidents' Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-11-26": "Presidents' Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-11-25": "Presidents' Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-11-24": "Presidents' Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-11-23": "Presidents' Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-11-28": "Presidents' Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-11-27": "Presidents' Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-11-26": "Presidents' Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-11-25": "Presidents' Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-11-23": "Presidents' Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-11-29": "Presidents' Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Presidents' Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Presidents' Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Presidents' Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Presidents' Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Presidents' Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Presidents' Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Presidents' Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Presidents' Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Presidents' Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Presidents' Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Presidents' Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Presidents' Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Presidents' Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Presidents' Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Presidents' Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Presidents' Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Presidents' Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Presidents' Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Presidents' Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Presidents' Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Presidents' Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Presidents' Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Presidents' Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Presidents' Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Presidents' Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Presidents' Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Presidents' Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Presidents' Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Presidents' Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Presidents' Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Presidents' Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Presidents' Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Presidents' Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day; Indigenous Peoples' Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Presidents' Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Indigenous Peoples' Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Presidents' Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Indigenous Peoples' Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Presidents' Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Indigenous Peoples' Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Presidents' Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Indigenous Peoples' Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Presidents' Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Indigenous Peoples' Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Presidents' Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Indigenous Peoples' Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Presidents' Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Indigenous Peoples' Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Presidents' Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Indigenous Peoples' Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Presidents' Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Indigenous Peoples' Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Presidents' Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Indigenous Peoples' Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Presidents' Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Indigenous Peoples' Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Presidents' Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Indigenous Peoples' Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Presidents' Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Indigenous Peoples' Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Presidents' Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Indigenous Peoples' Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Presidents' Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Indigenous Peoples' Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Presidents' Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Indigenous Peoples' Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Presidents' Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Indigenous Peoples' Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Presidents' Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Indigenous Peoples' Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Presidents' Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Indigenous Peoples' Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Presidents' Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Indigenous Peoples' Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Presidents' Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Indigenous Peoples' Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Presidents' Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Indigenous Peoples' Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Presidents' Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Indigenous Peoples' Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Presidents' Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Indigenous Peoples' Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Presidents' Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Indigenous Peoples' Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Presidents' Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Indigenous Peoples' Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Presidents' Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Indigenous Peoples' Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Presidents' Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Indigenous Peoples' Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Presidents' Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Indigenous Peoples' Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Presidents' Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Indigenous Peoples' Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Presidents' Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Indigenous Peoples' Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Presidents' Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_NV.json000066400000000000000000002025231500152103600211340ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween; Nevada Day", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-11-24": "Family Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween; Nevada Day", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-11-23": "Family Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween; Nevada Day", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-11-28": "Family Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-30": "Halloween (observed); Nevada Day (observed)", "1953-10-31": "Halloween; Nevada Day", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-11-27": "Family Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween; Nevada Day", "1954-11-01": "Halloween (observed); Nevada Day (observed)", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-11-26": "Family Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween; Nevada Day", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-11-25": "Family Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween; Nevada Day", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-11-23": "Family Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween; Nevada Day", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-11-29": "Family Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween; Nevada Day", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-11-28": "Family Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-30": "Halloween (observed); Nevada Day (observed)", "1959-10-31": "Halloween; Nevada Day", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-11-27": "Family Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween; Nevada Day", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-11-25": "Family Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween; Nevada Day", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-11-24": "Family Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween; Nevada Day", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-11-23": "Family Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween; Nevada Day", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-11-29": "Family Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-30": "Halloween (observed); Nevada Day (observed)", "1964-10-31": "Halloween; Nevada Day", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-11-27": "Family Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween; Nevada Day", "1965-11-01": "Halloween (observed); Nevada Day (observed)", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-11-26": "Family Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween; Nevada Day", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-11-25": "Family Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween; Nevada Day", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-11-24": "Family Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween; Nevada Day", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-11-29": "Family Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween; Nevada Day", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-11-28": "Family Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-30": "Halloween (observed); Nevada Day (observed)", "1970-10-31": "Halloween; Nevada Day", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-11-27": "Family Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween; Nevada Day", "1971-11-01": "Halloween (observed); Nevada Day (observed)", "1971-11-25": "Thanksgiving Day", "1971-11-26": "Family Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween; Nevada Day", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-11-24": "Family Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween; Nevada Day", "1973-11-22": "Thanksgiving Day", "1973-11-23": "Family Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween; Nevada Day", "1974-11-28": "Thanksgiving Day", "1974-11-29": "Family Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween; Nevada Day", "1975-11-27": "Thanksgiving Day", "1975-11-28": "Family Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween; Nevada Day", "1976-11-01": "Halloween (observed); Nevada Day (observed)", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-11-26": "Family Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween; Nevada Day", "1977-11-24": "Thanksgiving Day", "1977-11-25": "Family Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween; Nevada Day", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-11-24": "Family Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween; Nevada Day", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-11-23": "Family Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween; Nevada Day", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-11-28": "Family Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-30": "Halloween (observed); Nevada Day (observed)", "1981-10-31": "Halloween; Nevada Day", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-11-27": "Family Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween; Nevada Day", "1982-11-01": "Halloween (observed); Nevada Day (observed)", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-11-26": "Family Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween; Nevada Day", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-11-25": "Family Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween; Nevada Day", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-11-23": "Family Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween; Nevada Day", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-11-29": "Family Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween; Nevada Day", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Family Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-30": "Halloween (observed); Nevada Day (observed)", "1987-10-31": "Halloween; Nevada Day", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Family Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween; Nevada Day", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Family Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween; Nevada Day", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Family Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween; Nevada Day", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Family Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween; Nevada Day", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Family Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-30": "Halloween (observed); Nevada Day (observed)", "1992-10-31": "Halloween; Nevada Day", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Family Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween; Nevada Day", "1993-11-01": "Halloween (observed); Nevada Day (observed)", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Family Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween; Nevada Day", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Family Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween; Nevada Day", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Family Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween; Nevada Day", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Family Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween; Nevada Day", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Family Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-30": "Halloween (observed); Nevada Day (observed)", "1998-10-31": "Halloween; Nevada Day", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Family Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween; Nevada Day", "1999-11-01": "Halloween (observed); Nevada Day (observed)", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Family Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-27": "Nevada Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Family Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-26": "Nevada Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Family Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-25": "Nevada Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Family Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween; Nevada Day", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Family Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-29": "Nevada Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Family Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-28": "Nevada Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Family Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-27": "Nevada Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Family Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-26": "Nevada Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Family Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween; Nevada Day", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Family Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-30": "Nevada Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Family Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-29": "Nevada Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Family Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-28": "Nevada Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Family Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-26": "Nevada Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Family Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-25": "Nevada Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Family Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween; Nevada Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Family Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-30": "Nevada Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Family Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-28": "Nevada Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Family Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-27": "Nevada Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Family Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-26": "Nevada Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Family Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-25": "Nevada Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Family Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-30": "Nevada Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Family Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-29": "Nevada Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Family Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-28": "Nevada Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Family Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-27": "Nevada Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Family Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-25": "Nevada Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Family Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween; Nevada Day", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Family Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-30": "Nevada Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Family Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-29": "Nevada Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Family Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-27": "Nevada Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Family Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-26": "Nevada Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Family Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-25": "Nevada Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Family Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween; Nevada Day", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Family Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-29": "Nevada Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Family Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-28": "Nevada Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Family Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-27": "Nevada Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Family Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-26": "Nevada Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Family Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween; Nevada Day", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Family Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-30": "Nevada Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Family Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-29": "Nevada Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Family Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-28": "Nevada Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Family Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-26": "Nevada Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Family Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-25": "Nevada Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Family Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween; Nevada Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Family Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-30": "Nevada Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Family Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-28": "Nevada Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Family Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-27": "Nevada Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Family Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-26": "Nevada Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Family Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-25": "Nevada Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Family Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-30": "Nevada Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Family Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-29": "Nevada Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Family Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-28": "Nevada Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Family Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_NY.json000066400000000000000000002056331500152103600211440ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-12": "Lincoln's Birthday", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-11": "Lincoln's Birthday (observed)", "1972-02-12": "Lincoln's Birthday", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-12": "Lincoln's Birthday", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-12": "Lincoln's Birthday", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-12": "Lincoln's Birthday", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-12": "Lincoln's Birthday", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-11": "Lincoln's Birthday (observed)", "1977-02-12": "Lincoln's Birthday", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-12": "Lincoln's Birthday", "1978-02-13": "Lincoln's Birthday (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-12": "Lincoln's Birthday", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-12": "Lincoln's Birthday", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-12": "Lincoln's Birthday", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-12": "Lincoln's Birthday", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-11": "Lincoln's Birthday (observed)", "1983-02-12": "Lincoln's Birthday", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-12": "Lincoln's Birthday", "1984-02-13": "Lincoln's Birthday (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-12": "Lincoln's Birthday", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-12": "Lincoln's Birthday", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-12": "Lincoln's Birthday", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-12": "Lincoln's Birthday", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-12": "Lincoln's Birthday", "1989-02-13": "Lincoln's Birthday (observed)", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-12": "Lincoln's Birthday", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-12": "Lincoln's Birthday", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-12": "Lincoln's Birthday", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-12": "Lincoln's Birthday", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-11": "Lincoln's Birthday (observed)", "1994-02-12": "Lincoln's Birthday", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-12": "Lincoln's Birthday", "1995-02-13": "Lincoln's Birthday (observed)", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-12": "Lincoln's Birthday", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-12": "Lincoln's Birthday", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-12": "Lincoln's Birthday", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-12": "Lincoln's Birthday", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-11": "Lincoln's Birthday (observed)", "2000-02-12": "Lincoln's Birthday", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-12": "Lincoln's Birthday", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-12": "Lincoln's Birthday", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-12": "Lincoln's Birthday", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-12": "Lincoln's Birthday", "2004-02-14": "Valentine's Day", "2004-02-15": "Susan B. Anthony Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-11": "Lincoln's Birthday (observed)", "2005-02-12": "Lincoln's Birthday", "2005-02-14": "Valentine's Day", "2005-02-15": "Susan B. Anthony Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-12": "Lincoln's Birthday", "2006-02-13": "Lincoln's Birthday (observed)", "2006-02-14": "Valentine's Day", "2006-02-15": "Susan B. Anthony Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-12": "Lincoln's Birthday", "2007-02-14": "Valentine's Day", "2007-02-15": "Susan B. Anthony Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-12": "Lincoln's Birthday", "2008-02-14": "Valentine's Day", "2008-02-15": "Susan B. Anthony Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-12": "Lincoln's Birthday", "2009-02-14": "Valentine's Day", "2009-02-15": "Susan B. Anthony Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-12": "Lincoln's Birthday", "2010-02-14": "Valentine's Day", "2010-02-15": "Susan B. Anthony Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-11": "Lincoln's Birthday (observed)", "2011-02-12": "Lincoln's Birthday", "2011-02-14": "Valentine's Day", "2011-02-15": "Susan B. Anthony Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-12": "Lincoln's Birthday", "2012-02-13": "Lincoln's Birthday (observed)", "2012-02-14": "Valentine's Day", "2012-02-15": "Susan B. Anthony Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-12": "Lincoln's Birthday", "2013-02-14": "Valentine's Day", "2013-02-15": "Susan B. Anthony Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-12": "Lincoln's Birthday", "2014-02-14": "Valentine's Day", "2014-02-15": "Susan B. Anthony Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-04": "Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-12": "Lincoln's Birthday", "2015-02-14": "Valentine's Day", "2015-02-15": "Susan B. Anthony Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-03": "Election Day", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-12": "Lincoln's Birthday", "2016-02-14": "Valentine's Day", "2016-02-15": "Susan B. Anthony Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-12": "Lincoln's Birthday", "2017-02-13": "Lincoln's Birthday (observed)", "2017-02-14": "Valentine's Day", "2017-02-15": "Susan B. Anthony Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-07": "Election Day", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-12": "Lincoln's Birthday", "2018-02-14": "Valentine's Day", "2018-02-15": "Susan B. Anthony Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-12": "Lincoln's Birthday", "2019-02-14": "Valentine's Day", "2019-02-15": "Susan B. Anthony Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-05": "Election Day", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-12": "Lincoln's Birthday", "2020-02-14": "Valentine's Day", "2020-02-15": "Susan B. Anthony Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-12": "Lincoln's Birthday", "2021-02-14": "Valentine's Day", "2021-02-15": "Susan B. Anthony Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-02": "Election Day", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-11": "Lincoln's Birthday (observed)", "2022-02-12": "Lincoln's Birthday", "2022-02-14": "Valentine's Day", "2022-02-15": "Susan B. Anthony Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-12": "Lincoln's Birthday", "2023-02-13": "Lincoln's Birthday (observed)", "2023-02-14": "Valentine's Day", "2023-02-15": "Susan B. Anthony Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-07": "Election Day", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-12": "Lincoln's Birthday", "2024-02-14": "Valentine's Day", "2024-02-15": "Susan B. Anthony Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-12": "Lincoln's Birthday", "2025-02-14": "Valentine's Day", "2025-02-15": "Susan B. Anthony Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-04": "Election Day", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-12": "Lincoln's Birthday", "2026-02-14": "Valentine's Day", "2026-02-15": "Susan B. Anthony Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-12": "Lincoln's Birthday", "2027-02-14": "Valentine's Day", "2027-02-15": "Susan B. Anthony Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-02": "Election Day", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-11": "Lincoln's Birthday (observed)", "2028-02-12": "Lincoln's Birthday", "2028-02-14": "Valentine's Day", "2028-02-15": "Susan B. Anthony Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-12": "Lincoln's Birthday", "2029-02-14": "Valentine's Day", "2029-02-15": "Susan B. Anthony Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-06": "Election Day", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-12": "Lincoln's Birthday", "2030-02-14": "Valentine's Day", "2030-02-15": "Susan B. Anthony Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-12": "Lincoln's Birthday", "2031-02-14": "Valentine's Day", "2031-02-15": "Susan B. Anthony Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-04": "Election Day", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-12": "Lincoln's Birthday", "2032-02-14": "Valentine's Day", "2032-02-15": "Susan B. Anthony Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-11": "Lincoln's Birthday (observed)", "2033-02-12": "Lincoln's Birthday", "2033-02-14": "Valentine's Day", "2033-02-15": "Susan B. Anthony Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-08": "Election Day", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-12": "Lincoln's Birthday", "2034-02-13": "Lincoln's Birthday (observed)", "2034-02-14": "Valentine's Day", "2034-02-15": "Susan B. Anthony Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-12": "Lincoln's Birthday", "2035-02-14": "Valentine's Day", "2035-02-15": "Susan B. Anthony Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-06": "Election Day", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-12": "Lincoln's Birthday", "2036-02-14": "Valentine's Day", "2036-02-15": "Susan B. Anthony Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-12": "Lincoln's Birthday", "2037-02-14": "Valentine's Day", "2037-02-15": "Susan B. Anthony Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-03": "Election Day", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-12": "Lincoln's Birthday", "2038-02-14": "Valentine's Day", "2038-02-15": "Susan B. Anthony Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-11": "Lincoln's Birthday (observed)", "2039-02-12": "Lincoln's Birthday", "2039-02-14": "Valentine's Day", "2039-02-15": "Susan B. Anthony Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-08": "Election Day", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-12": "Lincoln's Birthday", "2040-02-13": "Lincoln's Birthday (observed)", "2040-02-14": "Valentine's Day", "2040-02-15": "Susan B. Anthony Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-12": "Lincoln's Birthday", "2041-02-14": "Valentine's Day", "2041-02-15": "Susan B. Anthony Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-05": "Election Day", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-12": "Lincoln's Birthday", "2042-02-14": "Valentine's Day", "2042-02-15": "Susan B. Anthony Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-04": "Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-12": "Lincoln's Birthday", "2043-02-14": "Valentine's Day", "2043-02-15": "Susan B. Anthony Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-03": "Election Day", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-12": "Lincoln's Birthday", "2044-02-14": "Valentine's Day", "2044-02-15": "Susan B. Anthony Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-12": "Lincoln's Birthday", "2045-02-13": "Lincoln's Birthday (observed)", "2045-02-14": "Valentine's Day", "2045-02-15": "Susan B. Anthony Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-07": "Election Day", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-12": "Lincoln's Birthday", "2046-02-14": "Valentine's Day", "2046-02-15": "Susan B. Anthony Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-12": "Lincoln's Birthday", "2047-02-14": "Valentine's Day", "2047-02-15": "Susan B. Anthony Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-05": "Election Day", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-12": "Lincoln's Birthday", "2048-02-14": "Valentine's Day", "2048-02-15": "Susan B. Anthony Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-12": "Lincoln's Birthday", "2049-02-14": "Valentine's Day", "2049-02-15": "Susan B. Anthony Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-02": "Election Day", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-11": "Lincoln's Birthday (observed)", "2050-02-12": "Lincoln's Birthday", "2050-02-14": "Valentine's Day", "2050-02-15": "Susan B. Anthony Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_OH.json000066400000000000000000001734021500152103600211220ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday; Washington-Lincoln Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday; Washington-Lincoln Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday; Washington-Lincoln Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday; Washington-Lincoln Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday; Washington-Lincoln Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday; Washington-Lincoln Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday; Washington-Lincoln Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday; Washington-Lincoln Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday; Washington-Lincoln Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday; Washington-Lincoln Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday; Washington-Lincoln Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday; Washington-Lincoln Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday; Washington-Lincoln Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday; Washington-Lincoln Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday; Washington-Lincoln Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday; Washington-Lincoln Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday; Washington-Lincoln Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday; Washington-Lincoln Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday; Washington-Lincoln Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday; Washington-Lincoln Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday; Washington-Lincoln Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday; Washington-Lincoln Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday; Washington-Lincoln Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday; Washington-Lincoln Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday; Washington-Lincoln Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday; Washington-Lincoln Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday; Washington-Lincoln Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday; Washington-Lincoln Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday; Washington-Lincoln Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday; Washington-Lincoln Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday; Washington-Lincoln Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday; Washington-Lincoln Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday; Washington-Lincoln Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday; Washington-Lincoln Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday; Washington-Lincoln Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday; Washington-Lincoln Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday; Washington-Lincoln Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday; Washington-Lincoln Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday; Washington-Lincoln Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday; Washington-Lincoln Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday; Washington-Lincoln Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday; Washington-Lincoln Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday; Washington-Lincoln Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday; Washington-Lincoln Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday; Washington-Lincoln Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday; Washington-Lincoln Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday; Washington-Lincoln Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday; Washington-Lincoln Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday; Washington-Lincoln Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday; Washington-Lincoln Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday; Washington-Lincoln Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday; Washington-Lincoln Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday; Washington-Lincoln Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday; Washington-Lincoln Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday; Washington-Lincoln Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday; Washington-Lincoln Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday; Washington-Lincoln Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday; Washington-Lincoln Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday; Washington-Lincoln Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday; Washington-Lincoln Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday; Washington-Lincoln Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday; Washington-Lincoln Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday; Washington-Lincoln Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday; Washington-Lincoln Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday; Washington-Lincoln Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday; Washington-Lincoln Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday; Washington-Lincoln Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday; Washington-Lincoln Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday; Washington-Lincoln Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday; Washington-Lincoln Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday; Washington-Lincoln Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday; Washington-Lincoln Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday; Washington-Lincoln Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday; Washington-Lincoln Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday; Washington-Lincoln Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday; Washington-Lincoln Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday; Washington-Lincoln Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday; Washington-Lincoln Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday; Washington-Lincoln Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday; Washington-Lincoln Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_OK.json000066400000000000000000001774301500152103600211320ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-11-28": "Day After Thanksgiving", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-11-26": "Day After Thanksgiving", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-11-25": "Day After Thanksgiving", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-11-24": "Day After Thanksgiving", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-11-23": "Day After Thanksgiving", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-11-28": "Day After Thanksgiving", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-11-27": "Day After Thanksgiving", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-11-26": "Day After Thanksgiving", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-11-25": "Day After Thanksgiving", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-11-23": "Day After Thanksgiving", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-11-29": "Day After Thanksgiving", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Day After Thanksgiving", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Day After Thanksgiving", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Day After Thanksgiving", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Day After Thanksgiving", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Day After Thanksgiving", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Day After Thanksgiving", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Day After Thanksgiving", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Day After Thanksgiving", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Day After Thanksgiving", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Day After Thanksgiving", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Day After Thanksgiving", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Day After Thanksgiving", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Day After Thanksgiving", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Day After Thanksgiving", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Day After Thanksgiving", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Day After Thanksgiving", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Day After Thanksgiving", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Day After Thanksgiving", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Day After Thanksgiving", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Day After Thanksgiving", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Day After Thanksgiving", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Day After Thanksgiving", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Day After Thanksgiving", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Day After Thanksgiving", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Day After Thanksgiving", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Day After Thanksgiving", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Day After Thanksgiving", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Day After Thanksgiving", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Day After Thanksgiving", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Day After Thanksgiving", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Day After Thanksgiving", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Day After Thanksgiving", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Day After Thanksgiving", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Day After Thanksgiving", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Day After Thanksgiving", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Day After Thanksgiving", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Day After Thanksgiving", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Day After Thanksgiving", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Day After Thanksgiving", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Day After Thanksgiving", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Day After Thanksgiving", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Day After Thanksgiving", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Day After Thanksgiving", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Day After Thanksgiving", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Day After Thanksgiving", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Day After Thanksgiving", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Day After Thanksgiving", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Day After Thanksgiving", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Day After Thanksgiving", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Day After Thanksgiving", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Day After Thanksgiving", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Day After Thanksgiving", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Day After Thanksgiving", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Day After Thanksgiving", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Day After Thanksgiving", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Day After Thanksgiving", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Day After Thanksgiving", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Day After Thanksgiving", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Day After Thanksgiving", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Day After Thanksgiving", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Day After Thanksgiving", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Day After Thanksgiving", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Day After Thanksgiving", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Day After Thanksgiving", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Day After Thanksgiving", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_OR.json000066400000000000000000001706701500152103600211400ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_PA.json000066400000000000000000002030561500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-11-24": "Day After Thanksgiving", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-11-23": "Day After Thanksgiving", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-11-28": "Day After Thanksgiving", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-11-27": "Day After Thanksgiving", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-11-26": "Day After Thanksgiving", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-11-25": "Day After Thanksgiving", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-11-23": "Day After Thanksgiving", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-11-29": "Day After Thanksgiving", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-11-28": "Day After Thanksgiving", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-11-27": "Day After Thanksgiving", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-11-25": "Day After Thanksgiving", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-11-24": "Day After Thanksgiving", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-11-23": "Day After Thanksgiving", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-11-29": "Day After Thanksgiving", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-11-27": "Day After Thanksgiving", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-11-26": "Day After Thanksgiving", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-11-25": "Day After Thanksgiving", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-11-24": "Day After Thanksgiving", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-11-29": "Day After Thanksgiving", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-11-28": "Day After Thanksgiving", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-11-27": "Day After Thanksgiving", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-11-26": "Day After Thanksgiving", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-11-24": "Day After Thanksgiving", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-11-23": "Day After Thanksgiving", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-11-29": "Day After Thanksgiving", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-11-28": "Day After Thanksgiving", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-11-26": "Day After Thanksgiving", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-11-25": "Day After Thanksgiving", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-11-24": "Day After Thanksgiving", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-11-23": "Day After Thanksgiving", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-11-28": "Day After Thanksgiving", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-11-27": "Day After Thanksgiving", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-11-26": "Day After Thanksgiving", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-11-25": "Day After Thanksgiving", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-11-23": "Day After Thanksgiving", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-11-29": "Day After Thanksgiving", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Day After Thanksgiving", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Day After Thanksgiving", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Day After Thanksgiving", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Day After Thanksgiving", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Day After Thanksgiving", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Day After Thanksgiving", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Day After Thanksgiving", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Day After Thanksgiving", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Day After Thanksgiving", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Day After Thanksgiving", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Day After Thanksgiving", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Day After Thanksgiving", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Day After Thanksgiving", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Day After Thanksgiving", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Day After Thanksgiving", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Day After Thanksgiving", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Day After Thanksgiving", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Day After Thanksgiving", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Day After Thanksgiving", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Day After Thanksgiving", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Day After Thanksgiving", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Day After Thanksgiving", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Day After Thanksgiving", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Day After Thanksgiving", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Day After Thanksgiving", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Day After Thanksgiving", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Day After Thanksgiving", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Day After Thanksgiving", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Day After Thanksgiving", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Day After Thanksgiving", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Day After Thanksgiving", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Day After Thanksgiving", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Day After Thanksgiving", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Day After Thanksgiving", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Day After Thanksgiving", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Day After Thanksgiving", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Day After Thanksgiving", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Day After Thanksgiving", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Day After Thanksgiving", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Day After Thanksgiving", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Day After Thanksgiving", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Day After Thanksgiving", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Day After Thanksgiving", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Day After Thanksgiving", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Day After Thanksgiving", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Day After Thanksgiving", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Day After Thanksgiving", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Day After Thanksgiving", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Day After Thanksgiving", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Day After Thanksgiving", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Day After Thanksgiving", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Day After Thanksgiving", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Day After Thanksgiving", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Day After Thanksgiving", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Day After Thanksgiving", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Day After Thanksgiving", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Day After Thanksgiving", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Day After Thanksgiving", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Day After Thanksgiving", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Day After Thanksgiving", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Day After Thanksgiving", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Day After Thanksgiving", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Day After Thanksgiving", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Day After Thanksgiving", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Day After Thanksgiving", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_PR.json000066400000000000000000002266361500152103600211450ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-01-06": "Epiphany", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-03-22": "Emancipation Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-07-25": "Constitution Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-19": "Discovery Day", "1950-11-20": "Discovery Day (observed)", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-06": "Epiphany", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-22": "Emancipation Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-07-25": "Constitution Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-19": "Discovery Day", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-06": "Epiphany", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-03-22": "Emancipation Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-07-25": "Constitution Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-11": "Armistice Day", "1952-11-19": "Discovery Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-06": "Epiphany", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-03-22": "Emancipation Day", "1953-03-23": "Emancipation Day (observed)", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-07-25": "Constitution Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-19": "Discovery Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-06": "Epiphany", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-03-22": "Emancipation Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-07-25": "Constitution Day", "1954-07-26": "Constitution Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-19": "Discovery Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-01-06": "Epiphany", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-03-22": "Emancipation Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-07-25": "Constitution Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-19": "Discovery Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-01-06": "Epiphany", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-22": "Emancipation Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-07-25": "Constitution Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-19": "Discovery Day", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-06": "Epiphany", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-03-22": "Emancipation Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-07-25": "Constitution Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-19": "Discovery Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-06": "Epiphany", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-03-22": "Emancipation Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-07-25": "Constitution Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-19": "Discovery Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-06": "Epiphany", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-22": "Emancipation Day", "1959-03-23": "Emancipation Day (observed)", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-07-25": "Constitution Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-19": "Discovery Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-06": "Epiphany", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-03-22": "Emancipation Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-07-25": "Constitution Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-11": "Veterans Day", "1960-11-19": "Discovery Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-06": "Epiphany", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-22": "Emancipation Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-07-25": "Constitution Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-19": "Discovery Day", "1961-11-20": "Discovery Day (observed)", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-06": "Epiphany", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-03-22": "Emancipation Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-07-25": "Constitution Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-19": "Discovery Day", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-06": "Epiphany", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-03-22": "Emancipation Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-07-25": "Constitution Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-19": "Discovery Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-06": "Epiphany", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-22": "Emancipation Day", "1964-03-23": "Emancipation Day (observed)", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-07-25": "Constitution Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-11": "Veterans Day", "1964-11-19": "Discovery Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-06": "Epiphany", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-03-22": "Emancipation Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-07-25": "Constitution Day", "1965-07-26": "Constitution Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-19": "Discovery Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-01-06": "Epiphany", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-03-22": "Emancipation Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-07-25": "Constitution Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-19": "Discovery Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-06": "Epiphany", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-22": "Emancipation Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-07-25": "Constitution Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-19": "Discovery Day", "1967-11-20": "Discovery Day (observed)", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-06": "Epiphany", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-03-22": "Emancipation Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-07-25": "Constitution Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-11": "Veterans Day", "1968-11-19": "Discovery Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-06": "Epiphany", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-03-22": "Emancipation Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-07-25": "Constitution Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-19": "Discovery Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-06": "Epiphany", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-22": "Emancipation Day", "1970-03-23": "Emancipation Day (observed)", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-07-25": "Constitution Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-19": "Discovery Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-06": "Epiphany", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-03-22": "Emancipation Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-07-25": "Constitution Day", "1971-07-26": "Constitution Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-19": "Discovery Day", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-01-06": "Epiphany", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-22": "Emancipation Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-07-25": "Constitution Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-19": "Discovery Day", "1972-11-20": "Discovery Day (observed)", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-06": "Epiphany", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-03-22": "Emancipation Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-07-25": "Constitution Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-19": "Discovery Day", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-06": "Epiphany", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-03-22": "Emancipation Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-07-25": "Constitution Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-19": "Discovery Day", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-06": "Epiphany", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-22": "Emancipation Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-07-25": "Constitution Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-19": "Discovery Day", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-06": "Epiphany", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-03-22": "Emancipation Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-07-25": "Constitution Day", "1976-07-26": "Constitution Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-19": "Discovery Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-01-06": "Epiphany", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-03-22": "Emancipation Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-07-25": "Constitution Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-19": "Discovery Day", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-06": "Epiphany", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-22": "Emancipation Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-07-25": "Constitution Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-19": "Discovery Day", "1978-11-20": "Discovery Day (observed)", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-06": "Epiphany", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-03-22": "Emancipation Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-07-25": "Constitution Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-19": "Discovery Day", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-06": "Epiphany", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-03-22": "Emancipation Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-07-25": "Constitution Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-11": "Veterans Day", "1980-11-19": "Discovery Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-06": "Epiphany", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-03-22": "Emancipation Day", "1981-03-23": "Emancipation Day (observed)", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-07-25": "Constitution Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-19": "Discovery Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-06": "Epiphany", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-03-22": "Emancipation Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-07-25": "Constitution Day", "1982-07-26": "Constitution Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-19": "Discovery Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-01-06": "Epiphany", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-03-22": "Emancipation Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-07-25": "Constitution Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-19": "Discovery Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-06": "Epiphany", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-03-22": "Emancipation Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-07-25": "Constitution Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-19": "Discovery Day", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-06": "Epiphany", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-03-22": "Emancipation Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-07-25": "Constitution Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-19": "Discovery Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-06": "Epiphany", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-22": "Emancipation Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-07-25": "Constitution Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-19": "Discovery Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-06": "Epiphany", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-03-22": "Emancipation Day", "1987-03-23": "Emancipation Day (observed)", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-07-25": "Constitution Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-19": "Discovery Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-06": "Epiphany", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-03-22": "Emancipation Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-07-25": "Constitution Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-11": "Veterans Day", "1988-11-19": "Discovery Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-06": "Epiphany", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-22": "Emancipation Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-07-25": "Constitution Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-19": "Discovery Day", "1989-11-20": "Discovery Day (observed)", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-06": "Epiphany", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-03-22": "Emancipation Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-07-25": "Constitution Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-19": "Discovery Day", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-06": "Epiphany", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-22": "Emancipation Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-07-25": "Constitution Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-19": "Discovery Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-06": "Epiphany", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-03-22": "Emancipation Day", "1992-03-23": "Emancipation Day (observed)", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-07-25": "Constitution Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-11": "Veterans Day", "1992-11-19": "Discovery Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-06": "Epiphany", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-03-22": "Emancipation Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-07-25": "Constitution Day", "1993-07-26": "Constitution Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-19": "Discovery Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-06": "Epiphany", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-03-22": "Emancipation Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-07-25": "Constitution Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-19": "Discovery Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-06": "Epiphany", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-03-22": "Emancipation Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-07-25": "Constitution Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-19": "Discovery Day", "1995-11-20": "Discovery Day (observed)", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-06": "Epiphany", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-03-22": "Emancipation Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-07-25": "Constitution Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-11": "Veterans Day", "1996-11-19": "Discovery Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-06": "Epiphany", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-22": "Emancipation Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-07-25": "Constitution Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-19": "Discovery Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-06": "Epiphany", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-03-22": "Emancipation Day", "1998-03-23": "Emancipation Day (observed)", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-07-25": "Constitution Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-19": "Discovery Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-06": "Epiphany", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-03-22": "Emancipation Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-07-25": "Constitution Day", "1999-07-26": "Constitution Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-19": "Discovery Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-06": "Epiphany", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-03-22": "Emancipation Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-07-25": "Constitution Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-19": "Discovery Day", "2000-11-20": "Discovery Day (observed)", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-06": "Epiphany", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-03-22": "Emancipation Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-07-25": "Constitution Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-19": "Discovery Day", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-06": "Epiphany", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-22": "Emancipation Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-07-25": "Constitution Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-19": "Discovery Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-06": "Epiphany", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-03-22": "Emancipation Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-07-25": "Constitution Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-19": "Discovery Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-06": "Epiphany", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-03-22": "Emancipation Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-07-25": "Constitution Day", "2004-07-26": "Constitution Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-11": "Veterans Day", "2004-11-19": "Discovery Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-06": "Epiphany", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-22": "Emancipation Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-07-25": "Constitution Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-19": "Discovery Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-06": "Epiphany", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-03-22": "Emancipation Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-07-25": "Constitution Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-19": "Discovery Day", "2006-11-20": "Discovery Day (observed)", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-06": "Epiphany", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-03-22": "Emancipation Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-07-25": "Constitution Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-19": "Discovery Day", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-06": "Epiphany", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-03-22": "Emancipation Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-07-25": "Constitution Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-11": "Veterans Day", "2008-11-19": "Discovery Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-06": "Epiphany", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-03-22": "Emancipation Day", "2009-03-23": "Emancipation Day (observed)", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-07-25": "Constitution Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-19": "Discovery Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-06": "Epiphany", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-03-22": "Emancipation Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-07-25": "Constitution Day", "2010-07-26": "Constitution Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-19": "Discovery Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-06": "Epiphany", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-03-22": "Emancipation Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-07-25": "Constitution Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-19": "Discovery Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-06": "Epiphany", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-03-22": "Emancipation Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-07-25": "Constitution Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-19": "Discovery Day", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-06": "Epiphany", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-22": "Emancipation Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-07-25": "Constitution Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-19": "Discovery Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-06": "Epiphany", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-03-22": "Emancipation Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-07-25": "Constitution Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-19": "Discovery Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-06": "Epiphany", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-03-22": "Emancipation Day", "2015-03-23": "Emancipation Day (observed)", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-07-25": "Constitution Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-19": "Discovery Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-06": "Epiphany", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-22": "Emancipation Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-07-25": "Constitution Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-11": "Veterans Day", "2016-11-19": "Discovery Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-06": "Epiphany", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-03-22": "Emancipation Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-07-25": "Constitution Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-19": "Discovery Day", "2017-11-20": "Discovery Day (observed)", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-06": "Epiphany", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-22": "Emancipation Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-07-25": "Constitution Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-19": "Discovery Day", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-06": "Epiphany", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-03-22": "Emancipation Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-07-25": "Constitution Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-19": "Discovery Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-06": "Epiphany", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-03-22": "Emancipation Day", "2020-03-23": "Emancipation Day (observed)", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-07-25": "Constitution Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-11": "Veterans Day", "2020-11-19": "Discovery Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-06": "Epiphany", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-03-22": "Emancipation Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-07-25": "Constitution Day", "2021-07-26": "Constitution Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-19": "Discovery Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-06": "Epiphany", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-03-22": "Emancipation Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-07-25": "Constitution Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-19": "Discovery Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-06": "Epiphany", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-03-22": "Emancipation Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-07-25": "Constitution Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-19": "Discovery Day", "2023-11-20": "Discovery Day (observed)", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-06": "Epiphany", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-22": "Emancipation Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-07-25": "Constitution Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-11": "Veterans Day", "2024-11-19": "Discovery Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-06": "Epiphany", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-03-22": "Emancipation Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-07-25": "Constitution Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-19": "Discovery Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-06": "Epiphany", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-03-22": "Emancipation Day", "2026-03-23": "Emancipation Day (observed)", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-07-25": "Constitution Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-19": "Discovery Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-06": "Epiphany", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-22": "Emancipation Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-07-25": "Constitution Day", "2027-07-26": "Constitution Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-19": "Discovery Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-06": "Epiphany", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-03-22": "Emancipation Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-07-25": "Constitution Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-19": "Discovery Day", "2028-11-20": "Discovery Day (observed)", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-06": "Epiphany", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-22": "Emancipation Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-07-25": "Constitution Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-19": "Discovery Day", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-06": "Epiphany", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-03-22": "Emancipation Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-07-25": "Constitution Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-19": "Discovery Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-06": "Epiphany", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-03-22": "Emancipation Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-07-25": "Constitution Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-19": "Discovery Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-06": "Epiphany", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-22": "Emancipation Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-07-25": "Constitution Day", "2032-07-26": "Constitution Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-11": "Veterans Day", "2032-11-19": "Discovery Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-06": "Epiphany", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-03-22": "Emancipation Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-07-25": "Constitution Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-19": "Discovery Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-06": "Epiphany", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-03-22": "Emancipation Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-07-25": "Constitution Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-19": "Discovery Day", "2034-11-20": "Discovery Day (observed)", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-06": "Epiphany", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-22": "Emancipation Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-07-25": "Constitution Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-19": "Discovery Day", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-06": "Epiphany", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-03-22": "Emancipation Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-07-25": "Constitution Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-11": "Veterans Day", "2036-11-19": "Discovery Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-06": "Epiphany", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-03-22": "Emancipation Day", "2037-03-23": "Emancipation Day (observed)", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-07-25": "Constitution Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-19": "Discovery Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-06": "Epiphany", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-03-22": "Emancipation Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-07-25": "Constitution Day", "2038-07-26": "Constitution Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-19": "Discovery Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-06": "Epiphany", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-03-22": "Emancipation Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-07-25": "Constitution Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-19": "Discovery Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-06": "Epiphany", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-22": "Emancipation Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-07-25": "Constitution Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-19": "Discovery Day", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-06": "Epiphany", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-03-22": "Emancipation Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-07-25": "Constitution Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-19": "Discovery Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-06": "Epiphany", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-03-22": "Emancipation Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-07-25": "Constitution Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-19": "Discovery Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-06": "Epiphany", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-22": "Emancipation Day", "2043-03-23": "Emancipation Day (observed)", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-07-25": "Constitution Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-19": "Discovery Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-06": "Epiphany", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-03-22": "Emancipation Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-07-25": "Constitution Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-11": "Veterans Day", "2044-11-19": "Discovery Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-06": "Epiphany", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-03-22": "Emancipation Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-07-25": "Constitution Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-19": "Discovery Day", "2045-11-20": "Discovery Day (observed)", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-06": "Epiphany", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-22": "Emancipation Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-07-25": "Constitution Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-19": "Discovery Day", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-06": "Epiphany", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-03-22": "Emancipation Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-07-25": "Constitution Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-19": "Discovery Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-06": "Epiphany", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-03-22": "Emancipation Day", "2048-03-23": "Emancipation Day (observed)", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-07-25": "Constitution Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-11": "Veterans Day", "2048-11-19": "Discovery Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-06": "Epiphany", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-03-22": "Emancipation Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-07-25": "Constitution Day", "2049-07-26": "Constitution Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-19": "Discovery Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-06": "Epiphany", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-03-22": "Emancipation Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-07-25": "Constitution Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-19": "Discovery Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_RI.json000066400000000000000000001771051500152103600211320ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-08-14": "Victory Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-08-13": "Victory Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-08-11": "Victory Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-08-10": "Victory Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-08-09": "Victory Day", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-08-08": "Victory Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-08-13": "Victory Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-08-12": "Victory Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-08-11": "Victory Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-08-10": "Victory Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-08-08": "Victory Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-08-14": "Victory Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-08-13": "Victory Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-08-12": "Victory Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-08-10": "Victory Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-08-09": "Victory Day", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-08-08": "Victory Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-08-14": "Victory Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-08-12": "Victory Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-08-11": "Victory Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-08-10": "Victory Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-08-09": "Victory Day", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-08-14": "Victory Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-08-13": "Victory Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-08-12": "Victory Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-08-11": "Victory Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-08-09": "Victory Day", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-08-08": "Victory Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-08-14": "Victory Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-08-13": "Victory Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-08-11": "Victory Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-08-10": "Victory Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-08-09": "Victory Day", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-08-08": "Victory Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-08-13": "Victory Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-08-12": "Victory Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-08-11": "Victory Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-08-10": "Victory Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-08-08": "Victory Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-08-14": "Victory Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-08-13": "Victory Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-08-12": "Victory Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-08-10": "Victory Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-08-09": "Victory Day", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-08-08": "Victory Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-08-14": "Victory Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-08-12": "Victory Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-08-11": "Victory Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-08-10": "Victory Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-08-09": "Victory Day", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-08-14": "Victory Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-08-13": "Victory Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-08-12": "Victory Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-08-11": "Victory Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-08-09": "Victory Day", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-08-08": "Victory Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-08-14": "Victory Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-08-13": "Victory Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-08-11": "Victory Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-08-10": "Victory Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-08-09": "Victory Day", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-08-08": "Victory Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-08-13": "Victory Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-08-12": "Victory Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-08-11": "Victory Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-08-10": "Victory Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-08-08": "Victory Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-08-14": "Victory Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-08-13": "Victory Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-08-12": "Victory Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-08-10": "Victory Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-08-09": "Victory Day", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-08-08": "Victory Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-08-14": "Victory Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-08-12": "Victory Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-08-11": "Victory Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-08-10": "Victory Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-08-09": "Victory Day", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-08-14": "Victory Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-08-13": "Victory Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-08-12": "Victory Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-08-11": "Victory Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-08-09": "Victory Day", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-08-08": "Victory Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-08-14": "Victory Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-08-13": "Victory Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-08-11": "Victory Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-08-10": "Victory Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-08-09": "Victory Day", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-08-08": "Victory Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-08-13": "Victory Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-08-12": "Victory Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-08-11": "Victory Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-08-10": "Victory Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-08-08": "Victory Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-08-14": "Victory Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-08-13": "Victory Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-08-12": "Victory Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-08-10": "Victory Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-08-09": "Victory Day", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-08-08": "Victory Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Indigenous Peoples' Day / Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_SC.json000066400000000000000000002020561500152103600211170ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-24": "Confederate Memorial Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-04-23": "Confederate Memorial Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-28": "Confederate Memorial Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-27": "Confederate Memorial Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-26": "Confederate Memorial Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-25": "Confederate Memorial Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-04-23": "Confederate Memorial Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-22": "Confederate Memorial Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-28": "Confederate Memorial Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-04-27": "Confederate Memorial Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-25": "Confederate Memorial Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-04-24": "Confederate Memorial Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-23": "Confederate Memorial Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-22": "Confederate Memorial Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-04-27": "Confederate Memorial Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-26": "Confederate Memorial Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-25": "Confederate Memorial Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-04-24": "Confederate Memorial Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-22": "Confederate Memorial Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-28": "Confederate Memorial Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-04-27": "Confederate Memorial Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "President's Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-26": "Confederate Memorial Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "President's Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-04-24": "Confederate Memorial Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "President's Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-23": "Confederate Memorial Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "President's Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-22": "Confederate Memorial Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "President's Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-04-28": "Confederate Memorial Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "President's Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-26": "Confederate Memorial Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "President's Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-25": "Confederate Memorial Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "President's Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-04-24": "Confederate Memorial Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "President's Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-23": "Confederate Memorial Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "President's Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-28": "Confederate Memorial Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "President's Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-27": "Confederate Memorial Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "President's Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-26": "Confederate Memorial Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "President's Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-25": "Confederate Memorial Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "President's Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-23": "Confederate Memorial Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "President's Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-22": "Confederate Memorial Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "President's Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-04-28": "Confederate Memorial Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "President's Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-27": "Confederate Memorial Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "President's Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-25": "Confederate Memorial Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "President's Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-04-24": "Confederate Memorial Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "President's Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-23": "Confederate Memorial Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "President's Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-04-22": "Confederate Memorial Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "President's Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-27": "Confederate Memorial Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "President's Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-26": "Confederate Memorial Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "President's Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-25": "Confederate Memorial Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "President's Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-24": "Confederate Memorial Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "President's Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-22": "Confederate Memorial Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "President's Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-04-28": "Confederate Memorial Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "President's Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-27": "Confederate Memorial Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "President's Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-26": "Confederate Memorial Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "President's Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-24": "Confederate Memorial Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "President's Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-23": "Confederate Memorial Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "President's Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-04-22": "Confederate Memorial Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "President's Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-28": "Confederate Memorial Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "President's Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-26": "Confederate Memorial Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "President's Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-04-25": "Confederate Memorial Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "President's Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-24": "Confederate Memorial Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "President's Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-23": "Confederate Memorial Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "President's Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-04-28": "Confederate Memorial Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "President's Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-27": "Confederate Memorial Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "President's Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-26": "Confederate Memorial Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "President's Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-25": "Confederate Memorial Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "President's Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-23": "Confederate Memorial Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "President's Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-04-22": "Confederate Memorial Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "President's Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-28": "Confederate Memorial Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "President's Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-27": "Confederate Memorial Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "President's Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-04-25": "Confederate Memorial Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "President's Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-24": "Confederate Memorial Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "President's Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-04-23": "Confederate Memorial Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "President's Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-22": "Confederate Memorial Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "President's Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-27": "Confederate Memorial Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "President's Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-26": "Confederate Memorial Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "President's Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-25": "Confederate Memorial Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "President's Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-24": "Confederate Memorial Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "President's Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-04-22": "Confederate Memorial Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "President's Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-28": "Confederate Memorial Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "President's Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-27": "Confederate Memorial Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "President's Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-04-26": "Confederate Memorial Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "President's Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-24": "Confederate Memorial Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "President's Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-04-23": "Confederate Memorial Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "President's Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-22": "Confederate Memorial Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "President's Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-28": "Confederate Memorial Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "President's Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-04-26": "Confederate Memorial Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "President's Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-25": "Confederate Memorial Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "President's Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-24": "Confederate Memorial Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "President's Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-04-23": "Confederate Memorial Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "President's Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-28": "Confederate Memorial Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "President's Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-27": "Confederate Memorial Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "President's Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-26": "Confederate Memorial Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "President's Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-25": "Confederate Memorial Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "President's Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-04-23": "Confederate Memorial Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "President's Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-22": "Confederate Memorial Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "President's Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-28": "Confederate Memorial Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "President's Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-04-27": "Confederate Memorial Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "President's Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-25": "Confederate Memorial Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "President's Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-24": "Confederate Memorial Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "President's Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-04-23": "Confederate Memorial Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "President's Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-22": "Confederate Memorial Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "President's Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-27": "Confederate Memorial Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "President's Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-26": "Confederate Memorial Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "President's Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-25": "Confederate Memorial Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_SD.json000066400000000000000000001723751500152103600211320ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day; Native Americans' Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day; Native Americans' Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day; Native Americans' Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day; Native Americans' Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day; Native Americans' Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day; Native Americans' Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day; Native Americans' Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day; Native Americans' Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day; Native Americans' Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day; Native Americans' Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day; Native Americans' Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day; Native Americans' Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day; Native Americans' Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day; Native Americans' Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day; Native Americans' Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day; Native Americans' Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day; Native Americans' Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day; Native Americans' Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day; Native Americans' Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day; Native Americans' Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day; Native Americans' Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day; Native Americans' Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day; Native Americans' Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day; Native Americans' Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day; Native Americans' Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day; Native Americans' Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day; Native Americans' Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day; Native Americans' Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day; Native Americans' Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day; Native Americans' Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Native Americans' Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Native Americans' Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Native Americans' Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Native Americans' Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Native Americans' Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Native Americans' Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Native Americans' Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Native Americans' Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Native Americans' Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Native Americans' Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Native Americans' Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Native Americans' Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Native Americans' Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Native Americans' Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Native Americans' Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Native Americans' Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Native Americans' Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Native Americans' Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Native Americans' Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Native Americans' Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Native Americans' Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Native Americans' Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Native Americans' Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Native Americans' Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Native Americans' Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Native Americans' Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Native Americans' Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Native Americans' Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Native Americans' Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Native Americans' Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Native Americans' Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_TN.json000066400000000000000000001774151500152103600211450ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "President's Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "President's Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "President's Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "President's Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "President's Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "President's Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "President's Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "President's Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "President's Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "President's Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "President's Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "President's Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "President's Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "President's Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "President's Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "President's Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "President's Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "President's Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "President's Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "President's Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "President's Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "President's Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "President's Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "President's Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "President's Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "President's Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "President's Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "President's Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "President's Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "President's Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "President's Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "President's Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "President's Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "President's Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "President's Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "President's Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "President's Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "President's Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "President's Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "President's Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "President's Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "President's Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "President's Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "President's Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "President's Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "President's Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "President's Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "President's Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "President's Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "President's Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "President's Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "President's Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "President's Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "President's Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "President's Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "President's Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "President's Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "President's Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "President's Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "President's Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "President's Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "President's Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "President's Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "President's Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "President's Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "President's Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "President's Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "President's Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "President's Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "President's Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "President's Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "President's Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "President's Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "President's Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "President's Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "President's Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "President's Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "President's Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "President's Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "President's Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_TX.json000066400000000000000000002735611500152103600211560ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-01-19": "Confederate Memorial Day", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-02": "Texas Independence Day", "1950-03-17": "Saint Patrick's Day", "1950-04-07": "Good Friday", "1950-04-21": "San Jacinto Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-19": "Confederate Memorial Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-02": "Texas Independence Day", "1951-03-17": "Saint Patrick's Day", "1951-03-23": "Good Friday", "1951-04-21": "San Jacinto Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-19": "Confederate Memorial Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-02": "Texas Independence Day", "1952-03-17": "Saint Patrick's Day", "1952-04-11": "Good Friday", "1952-04-21": "San Jacinto Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-19": "Confederate Memorial Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-02": "Texas Independence Day", "1953-03-17": "Saint Patrick's Day", "1953-04-03": "Good Friday", "1953-04-21": "San Jacinto Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-19": "Confederate Memorial Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-02": "Texas Independence Day", "1954-03-17": "Saint Patrick's Day", "1954-04-16": "Good Friday", "1954-04-21": "San Jacinto Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-01-19": "Confederate Memorial Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-02": "Texas Independence Day", "1955-03-17": "Saint Patrick's Day", "1955-04-08": "Good Friday", "1955-04-21": "San Jacinto Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-01-19": "Confederate Memorial Day", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-02": "Texas Independence Day", "1956-03-17": "Saint Patrick's Day", "1956-03-30": "Good Friday", "1956-04-21": "San Jacinto Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-19": "Confederate Memorial Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-02": "Texas Independence Day", "1957-03-17": "Saint Patrick's Day", "1957-04-19": "Good Friday", "1957-04-21": "San Jacinto Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-19": "Confederate Memorial Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-02": "Texas Independence Day", "1958-03-17": "Saint Patrick's Day", "1958-04-04": "Good Friday", "1958-04-21": "San Jacinto Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-19": "Confederate Memorial Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-02": "Texas Independence Day", "1959-03-17": "Saint Patrick's Day", "1959-03-27": "Good Friday", "1959-04-21": "San Jacinto Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-19": "Confederate Memorial Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-02": "Texas Independence Day", "1960-03-17": "Saint Patrick's Day", "1960-04-15": "Good Friday", "1960-04-21": "San Jacinto Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-19": "Confederate Memorial Day", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-02": "Texas Independence Day", "1961-03-17": "Saint Patrick's Day", "1961-03-31": "Good Friday", "1961-04-21": "San Jacinto Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-19": "Confederate Memorial Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-02": "Texas Independence Day", "1962-03-17": "Saint Patrick's Day", "1962-04-20": "Good Friday", "1962-04-21": "San Jacinto Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-19": "Confederate Memorial Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-02": "Texas Independence Day", "1963-03-17": "Saint Patrick's Day", "1963-04-12": "Good Friday", "1963-04-21": "San Jacinto Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-19": "Confederate Memorial Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-02": "Texas Independence Day", "1964-03-17": "Saint Patrick's Day", "1964-03-27": "Good Friday", "1964-04-21": "San Jacinto Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-19": "Confederate Memorial Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-02": "Texas Independence Day", "1965-03-17": "Saint Patrick's Day", "1965-04-16": "Good Friday", "1965-04-21": "San Jacinto Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-01-19": "Confederate Memorial Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-02": "Texas Independence Day", "1966-03-17": "Saint Patrick's Day", "1966-04-08": "Good Friday", "1966-04-21": "San Jacinto Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-19": "Confederate Memorial Day", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-02": "Texas Independence Day", "1967-03-17": "Saint Patrick's Day", "1967-03-24": "Good Friday", "1967-04-21": "San Jacinto Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-19": "Confederate Memorial Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-02": "Texas Independence Day", "1968-03-17": "Saint Patrick's Day", "1968-04-12": "Good Friday", "1968-04-21": "San Jacinto Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-19": "Confederate Memorial Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-02": "Texas Independence Day", "1969-03-17": "Saint Patrick's Day", "1969-04-04": "Good Friday", "1969-04-21": "San Jacinto Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-19": "Confederate Memorial Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-02": "Texas Independence Day", "1970-03-17": "Saint Patrick's Day", "1970-03-27": "Good Friday", "1970-04-21": "San Jacinto Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-19": "Confederate Memorial Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-02": "Texas Independence Day", "1971-03-17": "Saint Patrick's Day", "1971-04-09": "Good Friday", "1971-04-21": "San Jacinto Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-01-19": "Confederate Memorial Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-02": "Texas Independence Day", "1972-03-17": "Saint Patrick's Day", "1972-03-31": "Good Friday", "1972-04-21": "San Jacinto Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-19": "Confederate Memorial Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-02": "Texas Independence Day", "1973-03-17": "Saint Patrick's Day", "1973-04-20": "Good Friday", "1973-04-21": "San Jacinto Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-08-27": "Lyndon Baines Johnson Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-19": "Confederate Memorial Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-02": "Texas Independence Day", "1974-03-17": "Saint Patrick's Day", "1974-04-12": "Good Friday", "1974-04-21": "San Jacinto Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-08-27": "Lyndon Baines Johnson Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-19": "Confederate Memorial Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-02": "Texas Independence Day", "1975-03-17": "Saint Patrick's Day", "1975-03-28": "Good Friday", "1975-04-21": "San Jacinto Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-08-27": "Lyndon Baines Johnson Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-11-28": "Friday After Thanksgiving", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-19": "Confederate Memorial Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-02": "Texas Independence Day", "1976-03-17": "Saint Patrick's Day", "1976-04-16": "Good Friday", "1976-04-21": "San Jacinto Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-08-27": "Lyndon Baines Johnson Day", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-11-26": "Friday After Thanksgiving", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-01-19": "Confederate Memorial Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-02": "Texas Independence Day", "1977-03-17": "Saint Patrick's Day", "1977-04-08": "Good Friday", "1977-04-21": "San Jacinto Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-08-27": "Lyndon Baines Johnson Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-11-25": "Friday After Thanksgiving", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-19": "Confederate Memorial Day", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-02": "Texas Independence Day", "1978-03-17": "Saint Patrick's Day", "1978-03-24": "Good Friday", "1978-04-21": "San Jacinto Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-08-27": "Lyndon Baines Johnson Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-11-24": "Friday After Thanksgiving", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-19": "Confederate Memorial Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-02": "Texas Independence Day", "1979-03-17": "Saint Patrick's Day", "1979-04-13": "Good Friday", "1979-04-21": "San Jacinto Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-08-27": "Lyndon Baines Johnson Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-11-23": "Friday After Thanksgiving", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-19": "Confederate Memorial Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-02": "Texas Independence Day", "1980-03-17": "Saint Patrick's Day", "1980-04-04": "Good Friday", "1980-04-21": "San Jacinto Day", "1980-05-26": "Memorial Day", "1980-06-19": "Emancipation Day In Texas", "1980-07-04": "Independence Day", "1980-08-27": "Lyndon Baines Johnson Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-11-28": "Friday After Thanksgiving", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-19": "Confederate Memorial Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-02": "Texas Independence Day", "1981-03-17": "Saint Patrick's Day", "1981-04-17": "Good Friday", "1981-04-21": "San Jacinto Day", "1981-05-25": "Memorial Day", "1981-06-19": "Emancipation Day In Texas", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-08-27": "Lyndon Baines Johnson Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-11-27": "Friday After Thanksgiving", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Day After Christmas", "1982-01-01": "New Year's Day", "1982-01-19": "Confederate Memorial Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-02": "Texas Independence Day", "1982-03-17": "Saint Patrick's Day", "1982-04-09": "Good Friday", "1982-04-21": "San Jacinto Day", "1982-05-31": "Memorial Day", "1982-06-19": "Emancipation Day In Texas", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-08-27": "Lyndon Baines Johnson Day", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-11-26": "Friday After Thanksgiving", "1982-12-23": "Christmas Eve (observed)", "1982-12-24": "Christmas Day (observed); Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Day After Christmas", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-01-19": "Confederate Memorial Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-02": "Texas Independence Day", "1983-03-17": "Saint Patrick's Day", "1983-04-01": "Good Friday", "1983-04-21": "San Jacinto Day", "1983-05-30": "Memorial Day", "1983-06-19": "Emancipation Day In Texas", "1983-07-04": "Independence Day", "1983-08-27": "Lyndon Baines Johnson Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-11-25": "Friday After Thanksgiving", "1983-12-23": "Christmas Eve (observed)", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed); Day After Christmas", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-19": "Confederate Memorial Day", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-02": "Texas Independence Day", "1984-03-17": "Saint Patrick's Day", "1984-04-20": "Good Friday", "1984-04-21": "San Jacinto Day", "1984-05-28": "Memorial Day", "1984-06-19": "Emancipation Day In Texas", "1984-07-04": "Independence Day", "1984-08-27": "Lyndon Baines Johnson Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-11-23": "Friday After Thanksgiving", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Day After Christmas", "1985-01-01": "New Year's Day", "1985-01-19": "Confederate Memorial Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-02": "Texas Independence Day", "1985-03-17": "Saint Patrick's Day", "1985-04-05": "Good Friday", "1985-04-21": "San Jacinto Day", "1985-05-27": "Memorial Day", "1985-06-19": "Emancipation Day In Texas", "1985-07-04": "Independence Day", "1985-08-27": "Lyndon Baines Johnson Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-11-29": "Friday After Thanksgiving", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Day After Christmas", "1986-01-01": "New Year's Day", "1986-01-19": "Confederate Memorial Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-02": "Texas Independence Day", "1986-03-17": "Saint Patrick's Day", "1986-03-28": "Good Friday", "1986-04-21": "San Jacinto Day", "1986-05-26": "Memorial Day", "1986-06-19": "Emancipation Day In Texas", "1986-07-04": "Independence Day", "1986-08-27": "Lyndon Baines Johnson Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Friday After Thanksgiving", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Day After Christmas", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Confederate Memorial Day; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-02": "Texas Independence Day", "1987-03-17": "Saint Patrick's Day", "1987-04-17": "Good Friday", "1987-04-21": "San Jacinto Day", "1987-05-25": "Memorial Day", "1987-06-19": "Emancipation Day In Texas", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-08-27": "Lyndon Baines Johnson Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Friday After Thanksgiving", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Day After Christmas", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-01-19": "Confederate Memorial Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-02": "Texas Independence Day", "1988-03-17": "Saint Patrick's Day", "1988-04-01": "Good Friday", "1988-04-21": "San Jacinto Day", "1988-05-30": "Memorial Day", "1988-06-19": "Emancipation Day In Texas", "1988-07-04": "Independence Day", "1988-08-27": "Lyndon Baines Johnson Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Friday After Thanksgiving", "1988-12-23": "Christmas Eve (observed)", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed); Day After Christmas", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-01-19": "Confederate Memorial Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-02": "Texas Independence Day", "1989-03-17": "Saint Patrick's Day", "1989-03-24": "Good Friday", "1989-04-21": "San Jacinto Day", "1989-05-29": "Memorial Day", "1989-06-19": "Emancipation Day In Texas", "1989-07-04": "Independence Day", "1989-08-27": "Lyndon Baines Johnson Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Friday After Thanksgiving", "1989-12-22": "Christmas Eve (observed)", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Day After Christmas", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-01-19": "Confederate Memorial Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-02": "Texas Independence Day", "1990-03-17": "Saint Patrick's Day", "1990-04-13": "Good Friday", "1990-04-21": "San Jacinto Day", "1990-05-28": "Memorial Day", "1990-06-19": "Emancipation Day In Texas", "1990-07-04": "Independence Day", "1990-08-27": "Lyndon Baines Johnson Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Friday After Thanksgiving", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Day After Christmas", "1991-01-01": "New Year's Day", "1991-01-19": "Confederate Memorial Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-02": "Texas Independence Day", "1991-03-17": "Saint Patrick's Day", "1991-03-29": "Good Friday", "1991-04-21": "San Jacinto Day", "1991-05-27": "Memorial Day", "1991-06-19": "Emancipation Day In Texas", "1991-07-04": "Independence Day", "1991-08-27": "Lyndon Baines Johnson Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Friday After Thanksgiving", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Day After Christmas", "1992-01-01": "New Year's Day", "1992-01-19": "Confederate Memorial Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-02": "Texas Independence Day", "1992-03-17": "Saint Patrick's Day", "1992-04-17": "Good Friday", "1992-04-21": "San Jacinto Day", "1992-05-25": "Memorial Day", "1992-06-19": "Emancipation Day In Texas", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-08-27": "Lyndon Baines Johnson Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Friday After Thanksgiving", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Day After Christmas", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-01-19": "Confederate Memorial Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-02": "Texas Independence Day", "1993-03-17": "Saint Patrick's Day", "1993-04-09": "Good Friday", "1993-04-21": "San Jacinto Day", "1993-05-31": "Memorial Day", "1993-06-19": "Emancipation Day In Texas", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-08-27": "Lyndon Baines Johnson Day", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Friday After Thanksgiving", "1993-12-23": "Christmas Eve (observed)", "1993-12-24": "Christmas Day (observed); Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Day After Christmas", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-01-19": "Confederate Memorial Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-02": "Texas Independence Day", "1994-03-17": "Saint Patrick's Day", "1994-04-01": "Good Friday", "1994-04-21": "San Jacinto Day", "1994-05-30": "Memorial Day", "1994-06-19": "Emancipation Day In Texas", "1994-07-04": "Independence Day", "1994-08-27": "Lyndon Baines Johnson Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Friday After Thanksgiving", "1994-12-23": "Christmas Eve (observed)", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed); Day After Christmas", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-01-19": "Confederate Memorial Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-02": "Texas Independence Day", "1995-03-17": "Saint Patrick's Day", "1995-04-14": "Good Friday", "1995-04-21": "San Jacinto Day", "1995-05-29": "Memorial Day", "1995-06-19": "Emancipation Day In Texas", "1995-07-04": "Independence Day", "1995-08-27": "Lyndon Baines Johnson Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Friday After Thanksgiving", "1995-12-22": "Christmas Eve (observed)", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Day After Christmas", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-01-19": "Confederate Memorial Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-02": "Texas Independence Day", "1996-03-17": "Saint Patrick's Day", "1996-04-05": "Good Friday", "1996-04-21": "San Jacinto Day", "1996-05-27": "Memorial Day", "1996-06-19": "Emancipation Day In Texas", "1996-07-04": "Independence Day", "1996-08-27": "Lyndon Baines Johnson Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Friday After Thanksgiving", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Day After Christmas", "1997-01-01": "New Year's Day", "1997-01-19": "Confederate Memorial Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-02": "Texas Independence Day", "1997-03-17": "Saint Patrick's Day", "1997-03-28": "Good Friday", "1997-04-21": "San Jacinto Day", "1997-05-26": "Memorial Day", "1997-06-19": "Emancipation Day In Texas", "1997-07-04": "Independence Day", "1997-08-27": "Lyndon Baines Johnson Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Friday After Thanksgiving", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Day After Christmas", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Confederate Memorial Day; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-02": "Texas Independence Day", "1998-03-17": "Saint Patrick's Day", "1998-04-10": "Good Friday", "1998-04-21": "San Jacinto Day", "1998-05-25": "Memorial Day", "1998-06-19": "Emancipation Day In Texas", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-08-27": "Lyndon Baines Johnson Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Friday After Thanksgiving", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Day After Christmas", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-01-19": "Confederate Memorial Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-02": "Texas Independence Day", "1999-03-17": "Saint Patrick's Day", "1999-04-02": "Good Friday", "1999-04-21": "San Jacinto Day", "1999-05-31": "Memorial Day", "1999-06-19": "Emancipation Day In Texas", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-08-27": "Lyndon Baines Johnson Day", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Friday After Thanksgiving", "1999-12-23": "Christmas Eve (observed)", "1999-12-24": "Christmas Day (observed); Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Day After Christmas", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-01-19": "Confederate Memorial Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-02": "Texas Independence Day", "2000-03-17": "Saint Patrick's Day", "2000-03-31": "Cesar Chavez Day", "2000-04-21": "Good Friday; San Jacinto Day", "2000-05-29": "Memorial Day", "2000-06-19": "Emancipation Day In Texas", "2000-07-04": "Independence Day", "2000-08-27": "Lyndon Baines Johnson Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Friday After Thanksgiving", "2000-12-22": "Christmas Eve (observed)", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Day After Christmas", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-01-19": "Confederate Memorial Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-02": "Texas Independence Day", "2001-03-17": "Saint Patrick's Day", "2001-03-31": "Cesar Chavez Day", "2001-04-13": "Good Friday", "2001-04-21": "San Jacinto Day", "2001-05-28": "Memorial Day", "2001-06-19": "Emancipation Day In Texas", "2001-07-04": "Independence Day", "2001-08-27": "Lyndon Baines Johnson Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Friday After Thanksgiving", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Day After Christmas", "2002-01-01": "New Year's Day", "2002-01-19": "Confederate Memorial Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-02": "Texas Independence Day", "2002-03-17": "Saint Patrick's Day", "2002-03-29": "Good Friday", "2002-03-31": "Cesar Chavez Day", "2002-04-21": "San Jacinto Day", "2002-05-27": "Memorial Day", "2002-06-19": "Emancipation Day In Texas", "2002-07-04": "Independence Day", "2002-08-27": "Lyndon Baines Johnson Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Friday After Thanksgiving", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Day After Christmas", "2003-01-01": "New Year's Day", "2003-01-19": "Confederate Memorial Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-02": "Texas Independence Day", "2003-03-17": "Saint Patrick's Day", "2003-03-31": "Cesar Chavez Day", "2003-04-18": "Good Friday", "2003-04-21": "San Jacinto Day", "2003-05-26": "Memorial Day", "2003-06-19": "Emancipation Day In Texas", "2003-07-04": "Independence Day", "2003-08-27": "Lyndon Baines Johnson Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Friday After Thanksgiving", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Day After Christmas", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Confederate Memorial Day; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-02": "Texas Independence Day", "2004-03-17": "Saint Patrick's Day", "2004-03-31": "Cesar Chavez Day", "2004-04-09": "Good Friday", "2004-04-21": "San Jacinto Day", "2004-05-31": "Memorial Day", "2004-06-19": "Emancipation Day In Texas", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-08-27": "Lyndon Baines Johnson Day", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Friday After Thanksgiving", "2004-12-23": "Christmas Eve (observed)", "2004-12-24": "Christmas Day (observed); Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Day After Christmas", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-01-19": "Confederate Memorial Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-02": "Texas Independence Day", "2005-03-17": "Saint Patrick's Day", "2005-03-25": "Good Friday", "2005-03-31": "Cesar Chavez Day", "2005-04-21": "San Jacinto Day", "2005-05-30": "Memorial Day", "2005-06-19": "Emancipation Day In Texas", "2005-07-04": "Independence Day", "2005-08-27": "Lyndon Baines Johnson Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Friday After Thanksgiving", "2005-12-23": "Christmas Eve (observed)", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed); Day After Christmas", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-01-19": "Confederate Memorial Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-02": "Texas Independence Day", "2006-03-17": "Saint Patrick's Day", "2006-03-31": "Cesar Chavez Day", "2006-04-14": "Good Friday", "2006-04-21": "San Jacinto Day", "2006-05-29": "Memorial Day", "2006-06-19": "Emancipation Day In Texas", "2006-07-04": "Independence Day", "2006-08-27": "Lyndon Baines Johnson Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Friday After Thanksgiving", "2006-12-22": "Christmas Eve (observed)", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Day After Christmas", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-01-19": "Confederate Memorial Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-02": "Texas Independence Day", "2007-03-17": "Saint Patrick's Day", "2007-03-31": "Cesar Chavez Day", "2007-04-06": "Good Friday", "2007-04-21": "San Jacinto Day", "2007-05-28": "Memorial Day", "2007-06-19": "Emancipation Day In Texas", "2007-07-04": "Independence Day", "2007-08-27": "Lyndon Baines Johnson Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Friday After Thanksgiving", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Day After Christmas", "2008-01-01": "New Year's Day", "2008-01-19": "Confederate Memorial Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-02": "Texas Independence Day", "2008-03-17": "Saint Patrick's Day", "2008-03-21": "Good Friday", "2008-03-31": "Cesar Chavez Day", "2008-04-21": "San Jacinto Day", "2008-05-26": "Memorial Day", "2008-06-19": "Emancipation Day In Texas", "2008-07-04": "Independence Day", "2008-08-27": "Lyndon Baines Johnson Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Friday After Thanksgiving", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Day After Christmas", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Confederate Memorial Day; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-02": "Texas Independence Day", "2009-03-17": "Saint Patrick's Day", "2009-03-31": "Cesar Chavez Day", "2009-04-10": "Good Friday", "2009-04-21": "San Jacinto Day", "2009-05-25": "Memorial Day", "2009-06-19": "Emancipation Day In Texas", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-08-27": "Lyndon Baines Johnson Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Friday After Thanksgiving", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Day After Christmas", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-01-19": "Confederate Memorial Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-02": "Texas Independence Day", "2010-03-17": "Saint Patrick's Day", "2010-03-31": "Cesar Chavez Day", "2010-04-02": "Good Friday", "2010-04-21": "San Jacinto Day", "2010-05-31": "Memorial Day", "2010-06-19": "Emancipation Day In Texas", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-08-27": "Lyndon Baines Johnson Day", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Friday After Thanksgiving", "2010-12-23": "Christmas Eve (observed)", "2010-12-24": "Christmas Day (observed); Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Day After Christmas", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-01-19": "Confederate Memorial Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-02": "Texas Independence Day", "2011-03-17": "Saint Patrick's Day", "2011-03-31": "Cesar Chavez Day", "2011-04-21": "San Jacinto Day", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-06-19": "Emancipation Day In Texas", "2011-07-04": "Independence Day", "2011-08-27": "Lyndon Baines Johnson Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Friday After Thanksgiving", "2011-12-23": "Christmas Eve (observed)", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed); Day After Christmas", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-01-19": "Confederate Memorial Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-02": "Texas Independence Day", "2012-03-17": "Saint Patrick's Day", "2012-03-31": "Cesar Chavez Day", "2012-04-06": "Good Friday", "2012-04-21": "San Jacinto Day", "2012-05-28": "Memorial Day", "2012-06-19": "Emancipation Day In Texas", "2012-07-04": "Independence Day", "2012-08-27": "Lyndon Baines Johnson Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Friday After Thanksgiving", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Day After Christmas", "2013-01-01": "New Year's Day", "2013-01-19": "Confederate Memorial Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-02": "Texas Independence Day", "2013-03-17": "Saint Patrick's Day", "2013-03-29": "Good Friday", "2013-03-31": "Cesar Chavez Day", "2013-04-21": "San Jacinto Day", "2013-05-27": "Memorial Day", "2013-06-19": "Emancipation Day In Texas", "2013-07-04": "Independence Day", "2013-08-27": "Lyndon Baines Johnson Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Friday After Thanksgiving", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Day After Christmas", "2014-01-01": "New Year's Day", "2014-01-19": "Confederate Memorial Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-02": "Texas Independence Day", "2014-03-17": "Saint Patrick's Day", "2014-03-31": "Cesar Chavez Day", "2014-04-18": "Good Friday", "2014-04-21": "San Jacinto Day", "2014-05-26": "Memorial Day", "2014-06-19": "Emancipation Day In Texas", "2014-07-04": "Independence Day", "2014-08-27": "Lyndon Baines Johnson Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Friday After Thanksgiving", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Day After Christmas", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Confederate Memorial Day; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-02": "Texas Independence Day", "2015-03-17": "Saint Patrick's Day", "2015-03-31": "Cesar Chavez Day", "2015-04-03": "Good Friday", "2015-04-21": "San Jacinto Day", "2015-05-25": "Memorial Day", "2015-06-19": "Emancipation Day In Texas", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-08-27": "Lyndon Baines Johnson Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Friday After Thanksgiving", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Day After Christmas", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-01-19": "Confederate Memorial Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-02": "Texas Independence Day", "2016-03-17": "Saint Patrick's Day", "2016-03-25": "Good Friday", "2016-03-31": "Cesar Chavez Day", "2016-04-21": "San Jacinto Day", "2016-05-30": "Memorial Day", "2016-06-19": "Emancipation Day In Texas", "2016-07-04": "Independence Day", "2016-08-27": "Lyndon Baines Johnson Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Friday After Thanksgiving", "2016-12-23": "Christmas Eve (observed)", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed); Day After Christmas", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-01-19": "Confederate Memorial Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-02": "Texas Independence Day", "2017-03-17": "Saint Patrick's Day", "2017-03-31": "Cesar Chavez Day", "2017-04-14": "Good Friday", "2017-04-21": "San Jacinto Day", "2017-05-29": "Memorial Day", "2017-06-19": "Emancipation Day In Texas", "2017-07-04": "Independence Day", "2017-08-27": "Lyndon Baines Johnson Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Friday After Thanksgiving", "2017-12-22": "Christmas Eve (observed)", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Day After Christmas", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-01-19": "Confederate Memorial Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-02": "Texas Independence Day", "2018-03-17": "Saint Patrick's Day", "2018-03-30": "Good Friday", "2018-03-31": "Cesar Chavez Day", "2018-04-21": "San Jacinto Day", "2018-05-28": "Memorial Day", "2018-06-19": "Emancipation Day In Texas", "2018-07-04": "Independence Day", "2018-08-27": "Lyndon Baines Johnson Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Friday After Thanksgiving", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Day After Christmas", "2019-01-01": "New Year's Day", "2019-01-19": "Confederate Memorial Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-02": "Texas Independence Day", "2019-03-17": "Saint Patrick's Day", "2019-03-31": "Cesar Chavez Day", "2019-04-19": "Good Friday", "2019-04-21": "San Jacinto Day", "2019-05-27": "Memorial Day", "2019-06-19": "Emancipation Day In Texas", "2019-07-04": "Independence Day", "2019-08-27": "Lyndon Baines Johnson Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Friday After Thanksgiving", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Day After Christmas", "2020-01-01": "New Year's Day", "2020-01-19": "Confederate Memorial Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-02": "Texas Independence Day", "2020-03-17": "Saint Patrick's Day", "2020-03-31": "Cesar Chavez Day", "2020-04-10": "Good Friday", "2020-04-21": "San Jacinto Day", "2020-05-25": "Memorial Day", "2020-06-19": "Emancipation Day In Texas", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-08-27": "Lyndon Baines Johnson Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Friday After Thanksgiving", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Day After Christmas", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-01-19": "Confederate Memorial Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-02": "Texas Independence Day", "2021-03-17": "Saint Patrick's Day", "2021-03-31": "Cesar Chavez Day", "2021-04-02": "Good Friday", "2021-04-21": "San Jacinto Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-08-27": "Lyndon Baines Johnson Day", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Friday After Thanksgiving", "2021-12-23": "Christmas Eve (observed)", "2021-12-24": "Christmas Day (observed); Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Day After Christmas", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-01-19": "Confederate Memorial Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-02": "Texas Independence Day", "2022-03-17": "Saint Patrick's Day", "2022-03-31": "Cesar Chavez Day", "2022-04-15": "Good Friday", "2022-04-21": "San Jacinto Day", "2022-05-30": "Memorial Day", "2022-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-08-27": "Lyndon Baines Johnson Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Friday After Thanksgiving", "2022-12-23": "Christmas Eve (observed)", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed); Day After Christmas", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-01-19": "Confederate Memorial Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-02": "Texas Independence Day", "2023-03-17": "Saint Patrick's Day", "2023-03-31": "Cesar Chavez Day", "2023-04-07": "Good Friday", "2023-04-21": "San Jacinto Day", "2023-05-29": "Memorial Day", "2023-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-08-27": "Lyndon Baines Johnson Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Friday After Thanksgiving", "2023-12-22": "Christmas Eve (observed)", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Day After Christmas", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-01-19": "Confederate Memorial Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-02": "Texas Independence Day", "2024-03-17": "Saint Patrick's Day", "2024-03-29": "Good Friday", "2024-03-31": "Cesar Chavez Day", "2024-04-21": "San Jacinto Day", "2024-05-27": "Memorial Day", "2024-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-08-27": "Lyndon Baines Johnson Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Friday After Thanksgiving", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Day After Christmas", "2025-01-01": "New Year's Day", "2025-01-19": "Confederate Memorial Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-02": "Texas Independence Day", "2025-03-17": "Saint Patrick's Day", "2025-03-31": "Cesar Chavez Day", "2025-04-18": "Good Friday", "2025-04-21": "San Jacinto Day", "2025-05-26": "Memorial Day", "2025-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-08-27": "Lyndon Baines Johnson Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Friday After Thanksgiving", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Day After Christmas", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Confederate Memorial Day; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-02": "Texas Independence Day", "2026-03-17": "Saint Patrick's Day", "2026-03-31": "Cesar Chavez Day", "2026-04-03": "Good Friday", "2026-04-21": "San Jacinto Day", "2026-05-25": "Memorial Day", "2026-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-08-27": "Lyndon Baines Johnson Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Friday After Thanksgiving", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Day After Christmas", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-01-19": "Confederate Memorial Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-02": "Texas Independence Day", "2027-03-17": "Saint Patrick's Day", "2027-03-26": "Good Friday", "2027-03-31": "Cesar Chavez Day", "2027-04-21": "San Jacinto Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-08-27": "Lyndon Baines Johnson Day", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Friday After Thanksgiving", "2027-12-23": "Christmas Eve (observed)", "2027-12-24": "Christmas Day (observed); Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Day After Christmas", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-01-19": "Confederate Memorial Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-02": "Texas Independence Day", "2028-03-17": "Saint Patrick's Day", "2028-03-31": "Cesar Chavez Day", "2028-04-14": "Good Friday", "2028-04-21": "San Jacinto Day", "2028-05-29": "Memorial Day", "2028-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-08-27": "Lyndon Baines Johnson Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Friday After Thanksgiving", "2028-12-22": "Christmas Eve (observed)", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Day After Christmas", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-01-19": "Confederate Memorial Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-02": "Texas Independence Day", "2029-03-17": "Saint Patrick's Day", "2029-03-30": "Good Friday", "2029-03-31": "Cesar Chavez Day", "2029-04-21": "San Jacinto Day", "2029-05-28": "Memorial Day", "2029-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-08-27": "Lyndon Baines Johnson Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Friday After Thanksgiving", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Day After Christmas", "2030-01-01": "New Year's Day", "2030-01-19": "Confederate Memorial Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-02": "Texas Independence Day", "2030-03-17": "Saint Patrick's Day", "2030-03-31": "Cesar Chavez Day", "2030-04-19": "Good Friday", "2030-04-21": "San Jacinto Day", "2030-05-27": "Memorial Day", "2030-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-08-27": "Lyndon Baines Johnson Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Friday After Thanksgiving", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Day After Christmas", "2031-01-01": "New Year's Day", "2031-01-19": "Confederate Memorial Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-02": "Texas Independence Day", "2031-03-17": "Saint Patrick's Day", "2031-03-31": "Cesar Chavez Day", "2031-04-11": "Good Friday", "2031-04-21": "San Jacinto Day", "2031-05-26": "Memorial Day", "2031-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-08-27": "Lyndon Baines Johnson Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Friday After Thanksgiving", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Day After Christmas", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Confederate Memorial Day; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-02": "Texas Independence Day", "2032-03-17": "Saint Patrick's Day", "2032-03-26": "Good Friday", "2032-03-31": "Cesar Chavez Day", "2032-04-21": "San Jacinto Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-08-27": "Lyndon Baines Johnson Day", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Friday After Thanksgiving", "2032-12-23": "Christmas Eve (observed)", "2032-12-24": "Christmas Day (observed); Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Day After Christmas", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-01-19": "Confederate Memorial Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-02": "Texas Independence Day", "2033-03-17": "Saint Patrick's Day", "2033-03-31": "Cesar Chavez Day", "2033-04-15": "Good Friday", "2033-04-21": "San Jacinto Day", "2033-05-30": "Memorial Day", "2033-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-08-27": "Lyndon Baines Johnson Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Friday After Thanksgiving", "2033-12-23": "Christmas Eve (observed)", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed); Day After Christmas", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-01-19": "Confederate Memorial Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-02": "Texas Independence Day", "2034-03-17": "Saint Patrick's Day", "2034-03-31": "Cesar Chavez Day", "2034-04-07": "Good Friday", "2034-04-21": "San Jacinto Day", "2034-05-29": "Memorial Day", "2034-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-08-27": "Lyndon Baines Johnson Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Friday After Thanksgiving", "2034-12-22": "Christmas Eve (observed)", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Day After Christmas", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-01-19": "Confederate Memorial Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-02": "Texas Independence Day", "2035-03-17": "Saint Patrick's Day", "2035-03-23": "Good Friday", "2035-03-31": "Cesar Chavez Day", "2035-04-21": "San Jacinto Day", "2035-05-28": "Memorial Day", "2035-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-08-27": "Lyndon Baines Johnson Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Friday After Thanksgiving", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Day After Christmas", "2036-01-01": "New Year's Day", "2036-01-19": "Confederate Memorial Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-02": "Texas Independence Day", "2036-03-17": "Saint Patrick's Day", "2036-03-31": "Cesar Chavez Day", "2036-04-11": "Good Friday", "2036-04-21": "San Jacinto Day", "2036-05-26": "Memorial Day", "2036-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-08-27": "Lyndon Baines Johnson Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Friday After Thanksgiving", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Day After Christmas", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Confederate Memorial Day; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-02": "Texas Independence Day", "2037-03-17": "Saint Patrick's Day", "2037-03-31": "Cesar Chavez Day", "2037-04-03": "Good Friday", "2037-04-21": "San Jacinto Day", "2037-05-25": "Memorial Day", "2037-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-08-27": "Lyndon Baines Johnson Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Friday After Thanksgiving", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Day After Christmas", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-01-19": "Confederate Memorial Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-02": "Texas Independence Day", "2038-03-17": "Saint Patrick's Day", "2038-03-31": "Cesar Chavez Day", "2038-04-21": "San Jacinto Day", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-08-27": "Lyndon Baines Johnson Day", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Friday After Thanksgiving", "2038-12-23": "Christmas Eve (observed)", "2038-12-24": "Christmas Day (observed); Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Day After Christmas", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-01-19": "Confederate Memorial Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-02": "Texas Independence Day", "2039-03-17": "Saint Patrick's Day", "2039-03-31": "Cesar Chavez Day", "2039-04-08": "Good Friday", "2039-04-21": "San Jacinto Day", "2039-05-30": "Memorial Day", "2039-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-08-27": "Lyndon Baines Johnson Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Friday After Thanksgiving", "2039-12-23": "Christmas Eve (observed)", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed); Day After Christmas", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-01-19": "Confederate Memorial Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-02": "Texas Independence Day", "2040-03-17": "Saint Patrick's Day", "2040-03-30": "Good Friday", "2040-03-31": "Cesar Chavez Day", "2040-04-21": "San Jacinto Day", "2040-05-28": "Memorial Day", "2040-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-08-27": "Lyndon Baines Johnson Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Friday After Thanksgiving", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Day After Christmas", "2041-01-01": "New Year's Day", "2041-01-19": "Confederate Memorial Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-02": "Texas Independence Day", "2041-03-17": "Saint Patrick's Day", "2041-03-31": "Cesar Chavez Day", "2041-04-19": "Good Friday", "2041-04-21": "San Jacinto Day", "2041-05-27": "Memorial Day", "2041-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-08-27": "Lyndon Baines Johnson Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Friday After Thanksgiving", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Day After Christmas", "2042-01-01": "New Year's Day", "2042-01-19": "Confederate Memorial Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-02": "Texas Independence Day", "2042-03-17": "Saint Patrick's Day", "2042-03-31": "Cesar Chavez Day", "2042-04-04": "Good Friday", "2042-04-21": "San Jacinto Day", "2042-05-26": "Memorial Day", "2042-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-08-27": "Lyndon Baines Johnson Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Friday After Thanksgiving", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Day After Christmas", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Confederate Memorial Day; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-02": "Texas Independence Day", "2043-03-17": "Saint Patrick's Day", "2043-03-27": "Good Friday", "2043-03-31": "Cesar Chavez Day", "2043-04-21": "San Jacinto Day", "2043-05-25": "Memorial Day", "2043-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-08-27": "Lyndon Baines Johnson Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Friday After Thanksgiving", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Day After Christmas", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-01-19": "Confederate Memorial Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-02": "Texas Independence Day", "2044-03-17": "Saint Patrick's Day", "2044-03-31": "Cesar Chavez Day", "2044-04-15": "Good Friday", "2044-04-21": "San Jacinto Day", "2044-05-30": "Memorial Day", "2044-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-08-27": "Lyndon Baines Johnson Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Friday After Thanksgiving", "2044-12-23": "Christmas Eve (observed)", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed); Day After Christmas", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-01-19": "Confederate Memorial Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-02": "Texas Independence Day", "2045-03-17": "Saint Patrick's Day", "2045-03-31": "Cesar Chavez Day", "2045-04-07": "Good Friday", "2045-04-21": "San Jacinto Day", "2045-05-29": "Memorial Day", "2045-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-08-27": "Lyndon Baines Johnson Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Friday After Thanksgiving", "2045-12-22": "Christmas Eve (observed)", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Day After Christmas", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-01-19": "Confederate Memorial Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-02": "Texas Independence Day", "2046-03-17": "Saint Patrick's Day", "2046-03-23": "Good Friday", "2046-03-31": "Cesar Chavez Day", "2046-04-21": "San Jacinto Day", "2046-05-28": "Memorial Day", "2046-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-08-27": "Lyndon Baines Johnson Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Friday After Thanksgiving", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Day After Christmas", "2047-01-01": "New Year's Day", "2047-01-19": "Confederate Memorial Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-02": "Texas Independence Day", "2047-03-17": "Saint Patrick's Day", "2047-03-31": "Cesar Chavez Day", "2047-04-12": "Good Friday", "2047-04-21": "San Jacinto Day", "2047-05-27": "Memorial Day", "2047-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-08-27": "Lyndon Baines Johnson Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Friday After Thanksgiving", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Day After Christmas", "2048-01-01": "New Year's Day", "2048-01-19": "Confederate Memorial Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-02": "Texas Independence Day", "2048-03-17": "Saint Patrick's Day", "2048-03-31": "Cesar Chavez Day", "2048-04-03": "Good Friday", "2048-04-21": "San Jacinto Day", "2048-05-25": "Memorial Day", "2048-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-08-27": "Lyndon Baines Johnson Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Friday After Thanksgiving", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Day After Christmas", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-01-19": "Confederate Memorial Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-02": "Texas Independence Day", "2049-03-17": "Saint Patrick's Day", "2049-03-31": "Cesar Chavez Day", "2049-04-16": "Good Friday", "2049-04-21": "San Jacinto Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-08-27": "Lyndon Baines Johnson Day", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Friday After Thanksgiving", "2049-12-23": "Christmas Eve (observed)", "2049-12-24": "Christmas Day (observed); Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Day After Christmas", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-01-19": "Confederate Memorial Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-02": "Texas Independence Day", "2050-03-17": "Saint Patrick's Day", "2050-03-31": "Cesar Chavez Day", "2050-04-08": "Good Friday", "2050-04-21": "San Jacinto Day", "2050-05-30": "Memorial Day", "2050-06-19": "Emancipation Day In Texas; Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-08-27": "Lyndon Baines Johnson Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Friday After Thanksgiving", "2050-12-23": "Christmas Eve (observed)", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed); Day After Christmas" } holidays-0.71/snapshots/countries/US_UM.json000066400000000000000000001556271500152103600211460ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_UT.json000066400000000000000000002051031500152103600211360ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-07-24": "Pioneer Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-07-24": "Pioneer Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-07-24": "Pioneer Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-07-24": "Pioneer Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-07-23": "Pioneer Day (observed)", "1954-07-24": "Pioneer Day", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-07-24": "Pioneer Day", "1955-07-25": "Pioneer Day (observed)", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-07-24": "Pioneer Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-07-24": "Pioneer Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-07-24": "Pioneer Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-07-24": "Pioneer Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-07-24": "Pioneer Day", "1960-07-25": "Pioneer Day (observed)", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-07-24": "Pioneer Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-07-24": "Pioneer Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-07-24": "Pioneer Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-07-24": "Pioneer Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-07-23": "Pioneer Day (observed)", "1965-07-24": "Pioneer Day", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-07-24": "Pioneer Day", "1966-07-25": "Pioneer Day (observed)", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-07-24": "Pioneer Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-07-24": "Pioneer Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-07-24": "Pioneer Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-07-24": "Pioneer Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington and Lincoln Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-07-23": "Pioneer Day (observed)", "1971-07-24": "Pioneer Day", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington and Lincoln Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-07-24": "Pioneer Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington and Lincoln Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-07-24": "Pioneer Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington and Lincoln Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-07-24": "Pioneer Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington and Lincoln Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-07-24": "Pioneer Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Washington and Lincoln Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-07-23": "Pioneer Day (observed)", "1976-07-24": "Pioneer Day", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Washington and Lincoln Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-07-24": "Pioneer Day", "1977-07-25": "Pioneer Day (observed)", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Washington and Lincoln Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-07-24": "Pioneer Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Washington and Lincoln Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-07-24": "Pioneer Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Washington and Lincoln Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-07-24": "Pioneer Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Washington and Lincoln Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-07-24": "Pioneer Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Washington and Lincoln Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-07-23": "Pioneer Day (observed)", "1982-07-24": "Pioneer Day", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Washington and Lincoln Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-07-24": "Pioneer Day", "1983-07-25": "Pioneer Day (observed)", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Washington and Lincoln Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-07-24": "Pioneer Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Washington and Lincoln Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-07-24": "Pioneer Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Washington and Lincoln Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-07-24": "Pioneer Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Washington and Lincoln Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-07-24": "Pioneer Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Washington and Lincoln Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-07-24": "Pioneer Day", "1988-07-25": "Pioneer Day (observed)", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Washington and Lincoln Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-07-24": "Pioneer Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Washington and Lincoln Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-07-24": "Pioneer Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Washington and Lincoln Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-07-24": "Pioneer Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Washington and Lincoln Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-07-24": "Pioneer Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Washington and Lincoln Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-07-23": "Pioneer Day (observed)", "1993-07-24": "Pioneer Day", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Washington and Lincoln Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-07-24": "Pioneer Day", "1994-07-25": "Pioneer Day (observed)", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Washington and Lincoln Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-07-24": "Pioneer Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Washington and Lincoln Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-07-24": "Pioneer Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Washington and Lincoln Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-07-24": "Pioneer Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Washington and Lincoln Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-07-24": "Pioneer Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Washington and Lincoln Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-07-23": "Pioneer Day (observed)", "1999-07-24": "Pioneer Day", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Washington and Lincoln Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-07-24": "Pioneer Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Washington and Lincoln Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-07-24": "Pioneer Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Washington and Lincoln Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-07-24": "Pioneer Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Washington and Lincoln Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-07-24": "Pioneer Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Washington and Lincoln Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-07-23": "Pioneer Day (observed)", "2004-07-24": "Pioneer Day", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Washington and Lincoln Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-07-24": "Pioneer Day", "2005-07-25": "Pioneer Day (observed)", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Washington and Lincoln Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-07-24": "Pioneer Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Washington and Lincoln Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-07-24": "Pioneer Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Washington and Lincoln Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-07-24": "Pioneer Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Washington and Lincoln Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-07-24": "Pioneer Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Washington and Lincoln Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-07-23": "Pioneer Day (observed)", "2010-07-24": "Pioneer Day", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Washington and Lincoln Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-07-24": "Pioneer Day", "2011-07-25": "Pioneer Day (observed)", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Washington and Lincoln Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-07-24": "Pioneer Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Washington and Lincoln Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-07-24": "Pioneer Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Washington and Lincoln Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-07-24": "Pioneer Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Washington and Lincoln Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-07-24": "Pioneer Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Washington and Lincoln Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-07-24": "Pioneer Day", "2016-07-25": "Pioneer Day (observed)", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Washington and Lincoln Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-07-24": "Pioneer Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Washington and Lincoln Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-07-24": "Pioneer Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Washington and Lincoln Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-07-24": "Pioneer Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Washington and Lincoln Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-07-24": "Pioneer Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Washington and Lincoln Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-07-23": "Pioneer Day (observed)", "2021-07-24": "Pioneer Day", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Washington and Lincoln Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-07-24": "Pioneer Day", "2022-07-25": "Pioneer Day (observed)", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Washington and Lincoln Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-07-24": "Pioneer Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Washington and Lincoln Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-07-24": "Pioneer Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Washington and Lincoln Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-07-24": "Pioneer Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Washington and Lincoln Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-07-24": "Pioneer Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Washington and Lincoln Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-07-23": "Pioneer Day (observed)", "2027-07-24": "Pioneer Day", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Washington and Lincoln Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-07-24": "Pioneer Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Washington and Lincoln Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-07-24": "Pioneer Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Washington and Lincoln Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-07-24": "Pioneer Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Washington and Lincoln Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-07-24": "Pioneer Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Washington and Lincoln Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-07-23": "Pioneer Day (observed)", "2032-07-24": "Pioneer Day", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Washington and Lincoln Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-07-24": "Pioneer Day", "2033-07-25": "Pioneer Day (observed)", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Washington and Lincoln Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-07-24": "Pioneer Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Washington and Lincoln Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-07-24": "Pioneer Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Washington and Lincoln Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-07-24": "Pioneer Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Washington and Lincoln Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-07-24": "Pioneer Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Washington and Lincoln Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-07-23": "Pioneer Day (observed)", "2038-07-24": "Pioneer Day", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Washington and Lincoln Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-07-24": "Pioneer Day", "2039-07-25": "Pioneer Day (observed)", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Washington and Lincoln Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-07-24": "Pioneer Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Washington and Lincoln Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-07-24": "Pioneer Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Washington and Lincoln Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-07-24": "Pioneer Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Washington and Lincoln Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-07-24": "Pioneer Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Washington and Lincoln Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-07-24": "Pioneer Day", "2044-07-25": "Pioneer Day (observed)", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Washington and Lincoln Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-07-24": "Pioneer Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Washington and Lincoln Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-07-24": "Pioneer Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Washington and Lincoln Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-07-24": "Pioneer Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Washington and Lincoln Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-07-24": "Pioneer Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Washington and Lincoln Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-07-23": "Pioneer Day (observed)", "2049-07-24": "Pioneer Day", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Washington and Lincoln Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-07-24": "Pioneer Day", "2050-07-25": "Pioneer Day (observed)", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_VA.json000066400000000000000000002020601500152103600211130ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-01-19": "Lee Jackson Day", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-01-19": "Lee Jackson Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-01-19": "Lee Jackson Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-01-19": "Lee Jackson Day", "1953-01-20": "Inauguration Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-01-19": "Lee Jackson Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-01-19": "Lee Jackson Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-01-19": "Lee Jackson Day", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-01-19": "Lee Jackson Day", "1957-01-20": "Inauguration Day", "1957-01-21": "Inauguration Day (observed)", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-01-19": "Lee Jackson Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-01-19": "Lee Jackson Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-01-19": "Lee Jackson Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-19": "Lee Jackson Day", "1961-01-20": "Inauguration Day", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-01-19": "Lee Jackson Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-01-19": "Lee Jackson Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-01-19": "Lee Jackson Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-01-19": "Lee Jackson Day", "1965-01-20": "Inauguration Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-01-19": "Lee Jackson Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-19": "Lee Jackson Day", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-01-19": "Lee Jackson Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-01-19": "Lee Jackson Day", "1969-01-20": "Inauguration Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-01-19": "Lee Jackson Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-01-19": "Lee Jackson Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "George Washington Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-01-19": "Lee Jackson Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "George Washington Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-01-19": "Lee Jackson Day", "1973-01-20": "Inauguration Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "George Washington Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-01-19": "Lee Jackson Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "George Washington Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-01-19": "Lee Jackson Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "George Washington Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-01-19": "Lee Jackson Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "George Washington Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-01-19": "Lee Jackson Day", "1977-01-20": "Inauguration Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "George Washington Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-19": "Lee Jackson Day", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "George Washington Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-01-19": "Lee Jackson Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "George Washington Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-01-19": "Lee Jackson Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "George Washington Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-01-19": "Lee Jackson Day", "1981-01-20": "Inauguration Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "George Washington Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-01-19": "Lee Jackson Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "George Washington Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-01-17": "Lee Jackson Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "George Washington Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-16": "Lee Jackson Day", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "George Washington Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-01-20": "Inauguration Day", "1985-01-21": "Inauguration Day (observed); Lee Jackson Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "George Washington Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "George Washington Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "George Washington Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "George Washington Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1989-01-20": "Inauguration Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "George Washington Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "George Washington Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "George Washington Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "George Washington Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1993-01-20": "Inauguration Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "George Washington Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "George Washington Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "George Washington Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "George Washington Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Inauguration Day; Lee Jackson Day; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "George Washington Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "George Washington Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Lee Jackson Day; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "George Washington Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-14": "Lee Jackson Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "George Washington Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-12": "Lee Jackson Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-01-20": "Inauguration Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "George Washington Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-18": "Lee Jackson Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "George Washington Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-17": "Lee Jackson Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "George Washington Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-16": "Lee Jackson Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "George Washington Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-14": "Lee Jackson Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-01-20": "Inauguration Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "George Washington Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-13": "Lee Jackson Day", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "George Washington Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-12": "Lee Jackson Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "George Washington Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-18": "Lee Jackson Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "George Washington Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-16": "Lee Jackson Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-01-20": "Inauguration Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "George Washington Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-15": "Lee Jackson Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "George Washington Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-14": "Lee Jackson Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "George Washington Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-13": "Lee Jackson Day", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "George Washington Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-18": "Lee Jackson Day", "2013-01-20": "Inauguration Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Inauguration Day (observed); Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "George Washington Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-17": "Lee Jackson Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "George Washington Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-16": "Lee Jackson Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "George Washington Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-15": "Lee Jackson Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "George Washington Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-13": "Lee Jackson Day", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-01-20": "Inauguration Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "George Washington Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-12": "Lee Jackson Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "George Washington Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-18": "Lee Jackson Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "George Washington Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-17": "Lee Jackson Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "George Washington Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Indigenous Peoples' Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-01-20": "Inauguration Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "George Washington Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Indigenous Peoples' Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "George Washington Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Indigenous Peoples' Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "George Washington Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Indigenous Peoples' Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "George Washington Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Indigenous Peoples' Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Inauguration Day; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "George Washington Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Indigenous Peoples' Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "George Washington Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Indigenous Peoples' Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "George Washington Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Indigenous Peoples' Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "George Washington Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Indigenous Peoples' Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-01-20": "Inauguration Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "George Washington Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Indigenous Peoples' Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "George Washington Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Indigenous Peoples' Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "George Washington Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Indigenous Peoples' Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "George Washington Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Indigenous Peoples' Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-01-20": "Inauguration Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "George Washington Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Indigenous Peoples' Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "George Washington Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Indigenous Peoples' Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "George Washington Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Indigenous Peoples' Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "George Washington Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Indigenous Peoples' Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-01-20": "Inauguration Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "George Washington Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Indigenous Peoples' Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "George Washington Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Indigenous Peoples' Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "George Washington Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Indigenous Peoples' Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "George Washington Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Indigenous Peoples' Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-20": "Inauguration Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Inauguration Day (observed); Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "George Washington Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Indigenous Peoples' Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "George Washington Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Indigenous Peoples' Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "George Washington Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Indigenous Peoples' Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "George Washington Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Indigenous Peoples' Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-01-20": "Inauguration Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "George Washington Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Indigenous Peoples' Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "George Washington Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Indigenous Peoples' Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "George Washington Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Indigenous Peoples' Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "George Washington Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Indigenous Peoples' Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-01-20": "Inauguration Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "George Washington Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Indigenous Peoples' Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "George Washington Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Indigenous Peoples' Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_VI.json000066400000000000000000002617641500152103600211430ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-01-06": "Three Kings Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Presidents' Day; Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-03-31": "Transfer Day", "1950-04-06": "Holy Thursday", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-30": "Memorial Day", "1950-07-03": "Emancipation Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day and Puerto Rico Friendship Day", "1950-10-31": "Halloween", "1950-11-01": "Liberty Day", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1950-12-26": "Christmas Second Day", "1951-01-01": "New Year's Day", "1951-01-06": "Three Kings Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Presidents' Day; Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-22": "Holy Thursday", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-03-31": "Transfer Day", "1951-05-30": "Memorial Day", "1951-07-03": "Emancipation Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day and Puerto Rico Friendship Day", "1951-10-31": "Halloween", "1951-11-01": "Liberty Day", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1951-12-26": "Christmas Second Day", "1952-01-01": "New Year's Day", "1952-01-06": "Three Kings Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Presidents' Day; Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-03-31": "Transfer Day", "1952-04-10": "Holy Thursday", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-30": "Memorial Day", "1952-07-03": "Emancipation Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day and Puerto Rico Friendship Day", "1952-10-31": "Halloween", "1952-11-01": "Liberty Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1952-12-26": "Christmas Second Day", "1953-01-01": "New Year's Day", "1953-01-06": "Three Kings Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Presidents' Day; Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-03-31": "Transfer Day", "1953-04-02": "Holy Thursday", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-30": "Memorial Day", "1953-07-03": "Emancipation Day; Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day and Puerto Rico Friendship Day", "1953-10-31": "Halloween", "1953-11-01": "Liberty Day", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1953-12-26": "Christmas Second Day", "1954-01-01": "New Year's Day", "1954-01-06": "Three Kings Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Presidents' Day; Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-03-31": "Transfer Day", "1954-04-15": "Holy Thursday", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-30": "Memorial Day", "1954-07-03": "Emancipation Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day and Puerto Rico Friendship Day", "1954-10-31": "Halloween", "1954-11-01": "Liberty Day", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-26": "Christmas Second Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-01-06": "Three Kings Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Presidents' Day; Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-03-31": "Transfer Day", "1955-04-07": "Holy Thursday", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-30": "Memorial Day", "1955-07-03": "Emancipation Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day and Puerto Rico Friendship Day", "1955-10-31": "Halloween", "1955-11-01": "Liberty Day", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed); Christmas Second Day", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-01-06": "Three Kings Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Presidents' Day; Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-29": "Holy Thursday", "1956-03-30": "Good Friday", "1956-03-31": "Transfer Day", "1956-04-02": "Easter Monday", "1956-05-30": "Memorial Day", "1956-07-03": "Emancipation Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day and Puerto Rico Friendship Day", "1956-10-31": "Halloween", "1956-11-01": "Liberty Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1956-12-26": "Christmas Second Day", "1957-01-01": "New Year's Day", "1957-01-06": "Three Kings Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Presidents' Day; Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-03-31": "Transfer Day", "1957-04-18": "Holy Thursday", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Memorial Day", "1957-07-03": "Emancipation Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day and Puerto Rico Friendship Day", "1957-10-31": "Halloween", "1957-11-01": "Liberty Day", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1957-12-26": "Christmas Second Day", "1958-01-01": "New Year's Day", "1958-01-06": "Three Kings Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Presidents' Day; Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-03-31": "Transfer Day", "1958-04-03": "Holy Thursday", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-30": "Memorial Day", "1958-07-03": "Emancipation Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day and Puerto Rico Friendship Day", "1958-10-31": "Halloween", "1958-11-01": "Liberty Day", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1958-12-26": "Christmas Second Day", "1959-01-01": "New Year's Day", "1959-01-06": "Three Kings Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Presidents' Day; Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-26": "Holy Thursday", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-03-31": "Transfer Day", "1959-05-30": "Memorial Day", "1959-07-03": "Emancipation Day; Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day and Puerto Rico Friendship Day", "1959-10-31": "Halloween", "1959-11-01": "Liberty Day", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1959-12-26": "Christmas Second Day", "1960-01-01": "New Year's Day", "1960-01-06": "Three Kings Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Presidents' Day; Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-03-31": "Transfer Day", "1960-04-14": "Holy Thursday", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-30": "Memorial Day", "1960-07-03": "Emancipation Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day and Puerto Rico Friendship Day", "1960-10-31": "Halloween", "1960-11-01": "Liberty Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed); Christmas Second Day", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-06": "Three Kings Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Presidents' Day; Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-30": "Holy Thursday", "1961-03-31": "Good Friday; Transfer Day", "1961-04-03": "Easter Monday", "1961-05-30": "Memorial Day", "1961-07-03": "Emancipation Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day and Puerto Rico Friendship Day", "1961-10-31": "Halloween", "1961-11-01": "Liberty Day", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1961-12-26": "Christmas Second Day", "1962-01-01": "New Year's Day", "1962-01-06": "Three Kings Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Presidents' Day; Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-03-31": "Transfer Day", "1962-04-19": "Holy Thursday", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-30": "Memorial Day", "1962-07-03": "Emancipation Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day and Puerto Rico Friendship Day", "1962-10-31": "Halloween", "1962-11-01": "Liberty Day", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1962-12-26": "Christmas Second Day", "1963-01-01": "New Year's Day", "1963-01-06": "Three Kings Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Presidents' Day; Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-03-31": "Transfer Day", "1963-04-11": "Holy Thursday", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-30": "Memorial Day", "1963-07-03": "Emancipation Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day and Puerto Rico Friendship Day", "1963-10-31": "Halloween", "1963-11-01": "Liberty Day", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1963-12-26": "Christmas Second Day", "1964-01-01": "New Year's Day", "1964-01-06": "Three Kings Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Presidents' Day; Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-26": "Holy Thursday", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-03-31": "Transfer Day", "1964-05-30": "Memorial Day", "1964-07-03": "Emancipation Day; Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day and Puerto Rico Friendship Day", "1964-10-31": "Halloween", "1964-11-01": "Liberty Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1964-12-26": "Christmas Second Day", "1965-01-01": "New Year's Day", "1965-01-06": "Three Kings Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Presidents' Day; Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-03-31": "Transfer Day", "1965-04-15": "Holy Thursday", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-30": "Memorial Day", "1965-07-03": "Emancipation Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day and Puerto Rico Friendship Day", "1965-10-31": "Halloween", "1965-11-01": "Liberty Day", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-26": "Christmas Second Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-01-06": "Three Kings Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Presidents' Day; Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-03-31": "Transfer Day", "1966-04-07": "Holy Thursday", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-30": "Memorial Day", "1966-07-03": "Emancipation Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day and Puerto Rico Friendship Day", "1966-10-31": "Halloween", "1966-11-01": "Liberty Day", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed); Christmas Second Day", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-06": "Three Kings Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Presidents' Day; Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-23": "Holy Thursday", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-03-31": "Transfer Day", "1967-05-30": "Memorial Day", "1967-07-03": "Emancipation Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day and Puerto Rico Friendship Day", "1967-10-31": "Halloween", "1967-11-01": "Liberty Day", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1967-12-26": "Christmas Second Day", "1968-01-01": "New Year's Day", "1968-01-06": "Three Kings Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Presidents' Day; Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-03-31": "Transfer Day", "1968-04-11": "Holy Thursday", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-30": "Memorial Day", "1968-07-03": "Emancipation Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day and Puerto Rico Friendship Day", "1968-10-31": "Halloween", "1968-11-01": "Liberty Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1968-12-26": "Christmas Second Day", "1969-01-01": "New Year's Day", "1969-01-06": "Three Kings Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Presidents' Day; Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-03-31": "Transfer Day", "1969-04-03": "Holy Thursday", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-30": "Memorial Day", "1969-07-03": "Emancipation Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day and Puerto Rico Friendship Day", "1969-10-31": "Halloween", "1969-11-01": "Liberty Day", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1969-12-26": "Christmas Second Day", "1970-01-01": "New Year's Day", "1970-01-06": "Three Kings Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Presidents' Day; Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-26": "Holy Thursday", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-03-31": "Transfer Day", "1970-05-30": "Memorial Day", "1970-07-03": "Emancipation Day; Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day and Puerto Rico Friendship Day", "1970-10-31": "Halloween", "1970-11-01": "Liberty Day", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1970-12-26": "Christmas Second Day", "1971-01-01": "New Year's Day", "1971-01-06": "Three Kings Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-03-31": "Transfer Day", "1971-04-08": "Holy Thursday", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-31": "Memorial Day", "1971-07-03": "Emancipation Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-01": "Liberty Day", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-26": "Christmas Second Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-01-06": "Three Kings Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-30": "Holy Thursday", "1972-03-31": "Good Friday; Transfer Day", "1972-04-03": "Easter Monday", "1972-05-29": "Memorial Day", "1972-07-03": "Emancipation Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-01": "Liberty Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1972-12-26": "Christmas Second Day", "1973-01-01": "New Year's Day", "1973-01-06": "Three Kings Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-03-31": "Transfer Day", "1973-04-19": "Holy Thursday", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-28": "Memorial Day", "1973-07-03": "Emancipation Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-01": "Liberty Day", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1973-12-26": "Christmas Second Day", "1974-01-01": "New Year's Day", "1974-01-06": "Three Kings Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-03-31": "Transfer Day", "1974-04-11": "Holy Thursday", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-27": "Memorial Day", "1974-07-03": "Emancipation Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-01": "Liberty Day", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1974-12-26": "Christmas Second Day", "1975-01-01": "New Year's Day", "1975-01-06": "Three Kings Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-27": "Holy Thursday", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday; Transfer Day", "1975-05-26": "Memorial Day", "1975-07-03": "Emancipation Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-01": "Liberty Day", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1975-12-26": "Christmas Second Day", "1976-01-01": "New Year's Day", "1976-01-06": "Three Kings Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-03-31": "Transfer Day", "1976-04-15": "Holy Thursday", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-31": "Memorial Day", "1976-07-03": "Emancipation Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-01": "Liberty Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-26": "Christmas Second Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-01-06": "Three Kings Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-03-31": "Transfer Day", "1977-04-07": "Holy Thursday", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-30": "Memorial Day", "1977-07-03": "Emancipation Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-01": "Liberty Day", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed); Christmas Second Day", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-06": "Three Kings Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-23": "Holy Thursday", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-03-31": "Transfer Day", "1978-05-29": "Memorial Day", "1978-07-03": "Emancipation Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1978-10-31": "Halloween", "1978-11-01": "Liberty Day", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1978-12-26": "Christmas Second Day", "1979-01-01": "New Year's Day", "1979-01-06": "Three Kings Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-03-31": "Transfer Day", "1979-04-12": "Holy Thursday", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-28": "Memorial Day", "1979-07-03": "Emancipation Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1979-10-31": "Halloween", "1979-11-01": "Liberty Day", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1979-12-26": "Christmas Second Day", "1980-01-01": "New Year's Day", "1980-01-06": "Three Kings Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-03-31": "Transfer Day", "1980-04-03": "Holy Thursday", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-26": "Memorial Day", "1980-07-03": "Emancipation Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1980-10-31": "Halloween", "1980-11-01": "Liberty Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1980-12-26": "Christmas Second Day", "1981-01-01": "New Year's Day", "1981-01-06": "Three Kings Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-03-31": "Transfer Day", "1981-04-16": "Holy Thursday", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-25": "Memorial Day", "1981-07-03": "Emancipation Day; Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1981-10-31": "Halloween", "1981-11-01": "Liberty Day", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1981-12-26": "Christmas Second Day", "1982-01-01": "New Year's Day", "1982-01-06": "Three Kings Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-03-31": "Transfer Day", "1982-04-08": "Holy Thursday", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-31": "Memorial Day", "1982-07-03": "Emancipation Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1982-10-31": "Halloween", "1982-11-01": "Liberty Day", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-26": "Christmas Second Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-01-06": "Three Kings Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-03-31": "Holy Thursday; Transfer Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-30": "Memorial Day", "1983-07-03": "Emancipation Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1983-10-31": "Halloween", "1983-11-01": "Liberty Day", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed); Christmas Second Day", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-06": "Three Kings Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-03-31": "Transfer Day", "1984-04-19": "Holy Thursday", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-28": "Memorial Day", "1984-07-03": "Emancipation Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1984-10-31": "Halloween", "1984-11-01": "Liberty Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1984-12-26": "Christmas Second Day", "1985-01-01": "New Year's Day", "1985-01-06": "Three Kings Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-03-31": "Transfer Day", "1985-04-04": "Holy Thursday", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-27": "Memorial Day", "1985-07-03": "Emancipation Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1985-10-31": "Halloween", "1985-11-01": "Liberty Day", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1985-12-26": "Christmas Second Day", "1986-01-01": "New Year's Day", "1986-01-06": "Three Kings Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-27": "Holy Thursday", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday; Transfer Day", "1986-05-26": "Memorial Day", "1986-07-03": "Emancipation Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1986-10-31": "Halloween", "1986-11-01": "Liberty Day", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1986-12-26": "Christmas Second Day", "1987-01-01": "New Year's Day", "1987-01-06": "Three Kings Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-03-31": "Transfer Day", "1987-04-16": "Holy Thursday", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-25": "Memorial Day", "1987-07-03": "Emancipation Day; Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1987-10-31": "Halloween", "1987-11-01": "Liberty Day", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1987-12-26": "Christmas Second Day", "1988-01-01": "New Year's Day", "1988-01-06": "Three Kings Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-03-31": "Holy Thursday; Transfer Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-30": "Memorial Day", "1988-07-03": "Emancipation Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1988-10-31": "Halloween", "1988-11-01": "Liberty Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed); Christmas Second Day", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-06": "Three Kings Day", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-23": "Holy Thursday", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-03-31": "Transfer Day", "1989-05-29": "Memorial Day", "1989-07-03": "Emancipation Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1989-10-31": "Halloween", "1989-11-01": "Liberty Day", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1989-12-26": "Christmas Second Day", "1990-01-01": "New Year's Day", "1990-01-06": "Three Kings Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-03-31": "Transfer Day", "1990-04-12": "Holy Thursday", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-28": "Memorial Day", "1990-07-03": "Emancipation Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1990-10-31": "Halloween", "1990-11-01": "Liberty Day", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1990-12-26": "Christmas Second Day", "1991-01-01": "New Year's Day", "1991-01-06": "Three Kings Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-28": "Holy Thursday", "1991-03-29": "Good Friday", "1991-03-31": "Transfer Day", "1991-04-01": "Easter Monday", "1991-05-27": "Memorial Day", "1991-07-03": "Emancipation Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1991-10-31": "Halloween", "1991-11-01": "Liberty Day", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1991-12-26": "Christmas Second Day", "1992-01-01": "New Year's Day", "1992-01-06": "Three Kings Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-03-31": "Transfer Day", "1992-04-16": "Holy Thursday", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-25": "Memorial Day", "1992-07-03": "Emancipation Day; Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1992-10-31": "Halloween", "1992-11-01": "Liberty Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1992-12-26": "Christmas Second Day", "1993-01-01": "New Year's Day", "1993-01-06": "Three Kings Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-03-31": "Transfer Day", "1993-04-08": "Holy Thursday", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-31": "Memorial Day", "1993-07-03": "Emancipation Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1993-10-31": "Halloween", "1993-11-01": "Liberty Day", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-26": "Christmas Second Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-06": "Three Kings Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-03-31": "Holy Thursday; Transfer Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-30": "Memorial Day", "1994-07-03": "Emancipation Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1994-10-31": "Halloween", "1994-11-01": "Liberty Day", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed); Christmas Second Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-06": "Three Kings Day", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-03-31": "Transfer Day", "1995-04-13": "Holy Thursday", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-29": "Memorial Day", "1995-07-03": "Emancipation Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1995-10-31": "Halloween", "1995-11-01": "Liberty Day", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1995-12-26": "Christmas Second Day", "1996-01-01": "New Year's Day", "1996-01-06": "Three Kings Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-03-31": "Transfer Day", "1996-04-04": "Holy Thursday", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-27": "Memorial Day", "1996-07-03": "Emancipation Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1996-10-31": "Halloween", "1996-11-01": "Liberty Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1996-12-26": "Christmas Second Day", "1997-01-01": "New Year's Day", "1997-01-06": "Three Kings Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-27": "Holy Thursday", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday; Transfer Day", "1997-05-26": "Memorial Day", "1997-07-03": "Emancipation Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1997-10-31": "Halloween", "1997-11-01": "Liberty Day", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1997-12-26": "Christmas Second Day", "1998-01-01": "New Year's Day", "1998-01-06": "Three Kings Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-03-31": "Transfer Day", "1998-04-09": "Holy Thursday", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-25": "Memorial Day", "1998-07-03": "Emancipation Day; Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1998-10-31": "Halloween", "1998-11-01": "Liberty Day", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1998-12-26": "Christmas Second Day", "1999-01-01": "New Year's Day", "1999-01-06": "Three Kings Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-03-31": "Transfer Day", "1999-04-01": "Holy Thursday", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-31": "Memorial Day", "1999-07-03": "Emancipation Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1999-10-31": "Halloween", "1999-11-01": "Liberty Day", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-26": "Christmas Second Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-06": "Three Kings Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-03-31": "Transfer Day", "2000-04-20": "Holy Thursday", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-29": "Memorial Day", "2000-07-03": "Emancipation Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2000-10-31": "Halloween", "2000-11-01": "Liberty Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2000-12-26": "Christmas Second Day", "2001-01-01": "New Year's Day", "2001-01-06": "Three Kings Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-03-31": "Transfer Day", "2001-04-12": "Holy Thursday", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-28": "Memorial Day", "2001-07-03": "Emancipation Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2001-10-31": "Halloween", "2001-11-01": "Liberty Day", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2001-12-26": "Christmas Second Day", "2002-01-01": "New Year's Day", "2002-01-06": "Three Kings Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-28": "Holy Thursday", "2002-03-29": "Good Friday", "2002-03-31": "Transfer Day", "2002-04-01": "Easter Monday", "2002-05-27": "Memorial Day", "2002-07-03": "Emancipation Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2002-10-31": "Halloween", "2002-11-01": "Liberty Day", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2002-12-26": "Christmas Second Day", "2003-01-01": "New Year's Day", "2003-01-06": "Three Kings Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-03-31": "Transfer Day", "2003-04-17": "Holy Thursday", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-26": "Memorial Day", "2003-07-03": "Emancipation Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2003-10-31": "Halloween", "2003-11-01": "Liberty Day", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2003-12-26": "Christmas Second Day", "2004-01-01": "New Year's Day", "2004-01-06": "Three Kings Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-03-31": "Transfer Day", "2004-04-08": "Holy Thursday", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-31": "Memorial Day", "2004-07-03": "Emancipation Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2004-10-31": "Halloween", "2004-11-01": "Liberty Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-26": "Christmas Second Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-06": "Three Kings Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-24": "Holy Thursday", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-03-31": "Transfer Day", "2005-05-30": "Memorial Day", "2005-07-03": "Emancipation Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2005-10-31": "Halloween", "2005-11-01": "Liberty Day", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed); Christmas Second Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-06": "Three Kings Day", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-03-31": "Transfer Day", "2006-04-13": "Holy Thursday", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-29": "Memorial Day", "2006-07-03": "Emancipation Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2006-10-31": "Halloween", "2006-11-01": "Liberty Day", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2006-12-26": "Christmas Second Day", "2007-01-01": "New Year's Day", "2007-01-06": "Three Kings Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-03-31": "Transfer Day", "2007-04-05": "Holy Thursday", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-28": "Memorial Day", "2007-07-03": "Emancipation Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2007-10-31": "Halloween", "2007-11-01": "Liberty Day", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2007-12-26": "Christmas Second Day", "2008-01-01": "New Year's Day", "2008-01-06": "Three Kings Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-20": "Holy Thursday", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-03-31": "Transfer Day", "2008-05-26": "Memorial Day", "2008-07-03": "Emancipation Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2008-10-31": "Halloween", "2008-11-01": "Liberty Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2008-12-26": "Christmas Second Day", "2009-01-01": "New Year's Day", "2009-01-06": "Three Kings Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-03-31": "Transfer Day", "2009-04-09": "Holy Thursday", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-25": "Memorial Day", "2009-07-03": "Emancipation Day; Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2009-10-31": "Halloween", "2009-11-01": "Liberty Day", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2009-12-26": "Christmas Second Day", "2010-01-01": "New Year's Day", "2010-01-06": "Three Kings Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-03-31": "Transfer Day", "2010-04-01": "Holy Thursday", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-31": "Memorial Day", "2010-07-03": "Emancipation Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2010-10-31": "Halloween", "2010-11-01": "Liberty Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-26": "Christmas Second Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-06": "Three Kings Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-03-31": "Transfer Day", "2011-04-21": "Holy Thursday", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-30": "Memorial Day", "2011-07-03": "Emancipation Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2011-10-31": "Halloween", "2011-11-01": "Liberty Day", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed); Christmas Second Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-06": "Three Kings Day", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-03-31": "Transfer Day", "2012-04-05": "Holy Thursday", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-28": "Memorial Day", "2012-07-03": "Emancipation Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2012-10-31": "Halloween", "2012-11-01": "Liberty Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2012-12-26": "Christmas Second Day", "2013-01-01": "New Year's Day", "2013-01-06": "Three Kings Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-28": "Holy Thursday", "2013-03-29": "Good Friday", "2013-03-31": "Transfer Day", "2013-04-01": "Easter Monday", "2013-05-27": "Memorial Day", "2013-07-03": "Emancipation Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2013-10-31": "Halloween", "2013-11-01": "Liberty Day", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2013-12-26": "Christmas Second Day", "2014-01-01": "New Year's Day", "2014-01-06": "Three Kings Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-03-31": "Transfer Day", "2014-04-17": "Holy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-26": "Memorial Day", "2014-07-03": "Emancipation Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2014-10-31": "Halloween", "2014-11-01": "Liberty Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2014-12-26": "Christmas Second Day", "2015-01-01": "New Year's Day", "2015-01-06": "Three Kings Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-03-31": "Transfer Day", "2015-04-02": "Holy Thursday", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-25": "Memorial Day", "2015-07-03": "Emancipation Day; Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2015-10-31": "Halloween", "2015-11-01": "Liberty Day", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2015-12-26": "Christmas Second Day", "2016-01-01": "New Year's Day", "2016-01-06": "Three Kings Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-24": "Holy Thursday", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-03-31": "Transfer Day", "2016-05-30": "Memorial Day", "2016-07-03": "Emancipation Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2016-10-31": "Halloween", "2016-11-01": "Liberty Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed); Christmas Second Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-06": "Three Kings Day", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-03-31": "Transfer Day", "2017-04-13": "Holy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-29": "Memorial Day", "2017-07-03": "Emancipation Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2017-10-31": "Halloween", "2017-11-01": "Liberty Day", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2017-12-26": "Christmas Second Day", "2018-01-01": "New Year's Day", "2018-01-06": "Three Kings Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-29": "Holy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Transfer Day", "2018-04-02": "Easter Monday", "2018-05-28": "Memorial Day", "2018-07-03": "Emancipation Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2018-10-31": "Halloween", "2018-11-01": "Liberty Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2018-12-26": "Christmas Second Day", "2019-01-01": "New Year's Day", "2019-01-06": "Three Kings Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-03-31": "Transfer Day", "2019-04-18": "Holy Thursday", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-27": "Memorial Day", "2019-07-03": "Emancipation Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2019-10-31": "Halloween", "2019-11-01": "Liberty Day", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2019-12-26": "Christmas Second Day", "2020-01-01": "New Year's Day", "2020-01-06": "Three Kings Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-03-31": "Transfer Day", "2020-04-09": "Holy Thursday", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-25": "Memorial Day", "2020-07-03": "Emancipation Day; Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2020-10-31": "Halloween", "2020-11-01": "Liberty Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2020-12-26": "Christmas Second Day", "2021-01-01": "New Year's Day", "2021-01-06": "Three Kings Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-03-31": "Transfer Day", "2021-04-01": "Holy Thursday", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-03": "Emancipation Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2021-10-31": "Halloween", "2021-11-01": "Liberty Day", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-26": "Christmas Second Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-06": "Three Kings Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-03-31": "Transfer Day", "2022-04-14": "Holy Thursday", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-03": "Emancipation Day", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2022-10-31": "Halloween", "2022-11-01": "Liberty Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed); Christmas Second Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-06": "Three Kings Day", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-03-31": "Transfer Day", "2023-04-06": "Holy Thursday", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-03": "Emancipation Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2023-10-31": "Halloween", "2023-11-01": "Liberty Day", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2023-12-26": "Christmas Second Day", "2024-01-01": "New Year's Day", "2024-01-06": "Three Kings Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-28": "Holy Thursday", "2024-03-29": "Good Friday", "2024-03-31": "Transfer Day", "2024-04-01": "Easter Monday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-03": "Emancipation Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2024-10-31": "Halloween", "2024-11-01": "Liberty Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2024-12-26": "Christmas Second Day", "2025-01-01": "New Year's Day", "2025-01-06": "Three Kings Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-03-31": "Transfer Day", "2025-04-17": "Holy Thursday", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-03": "Emancipation Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2025-10-31": "Halloween", "2025-11-01": "Liberty Day", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2025-12-26": "Christmas Second Day", "2026-01-01": "New Year's Day", "2026-01-06": "Three Kings Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-03-31": "Transfer Day", "2026-04-02": "Holy Thursday", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Emancipation Day; Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2026-10-31": "Halloween", "2026-11-01": "Liberty Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2026-12-26": "Christmas Second Day", "2027-01-01": "New Year's Day", "2027-01-06": "Three Kings Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-25": "Holy Thursday", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-03-31": "Transfer Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-03": "Emancipation Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2027-10-31": "Halloween", "2027-11-01": "Liberty Day", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-26": "Christmas Second Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-06": "Three Kings Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-03-31": "Transfer Day", "2028-04-13": "Holy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-03": "Emancipation Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2028-10-31": "Halloween", "2028-11-01": "Liberty Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2028-12-26": "Christmas Second Day", "2029-01-01": "New Year's Day", "2029-01-06": "Three Kings Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-29": "Holy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Transfer Day", "2029-04-02": "Easter Monday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-03": "Emancipation Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2029-10-31": "Halloween", "2029-11-01": "Liberty Day", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2029-12-26": "Christmas Second Day", "2030-01-01": "New Year's Day", "2030-01-06": "Three Kings Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-03-31": "Transfer Day", "2030-04-18": "Holy Thursday", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-03": "Emancipation Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2030-10-31": "Halloween", "2030-11-01": "Liberty Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2030-12-26": "Christmas Second Day", "2031-01-01": "New Year's Day", "2031-01-06": "Three Kings Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-03-31": "Transfer Day", "2031-04-10": "Holy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-03": "Emancipation Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2031-10-31": "Halloween", "2031-11-01": "Liberty Day", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2031-12-26": "Christmas Second Day", "2032-01-01": "New Year's Day", "2032-01-06": "Three Kings Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-25": "Holy Thursday", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-03-31": "Transfer Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-03": "Emancipation Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2032-10-31": "Halloween", "2032-11-01": "Liberty Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-26": "Christmas Second Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-06": "Three Kings Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-03-31": "Transfer Day", "2033-04-14": "Holy Thursday", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-03": "Emancipation Day", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2033-10-31": "Halloween", "2033-11-01": "Liberty Day", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed); Christmas Second Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-06": "Three Kings Day", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-03-31": "Transfer Day", "2034-04-06": "Holy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-03": "Emancipation Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2034-10-31": "Halloween", "2034-11-01": "Liberty Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2034-12-26": "Christmas Second Day", "2035-01-01": "New Year's Day", "2035-01-06": "Three Kings Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-22": "Holy Thursday", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-03-31": "Transfer Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-03": "Emancipation Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2035-10-31": "Halloween", "2035-11-01": "Liberty Day", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2035-12-26": "Christmas Second Day", "2036-01-01": "New Year's Day", "2036-01-06": "Three Kings Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-03-31": "Transfer Day", "2036-04-10": "Holy Thursday", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-03": "Emancipation Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2036-10-31": "Halloween", "2036-11-01": "Liberty Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2036-12-26": "Christmas Second Day", "2037-01-01": "New Year's Day", "2037-01-06": "Three Kings Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-03-31": "Transfer Day", "2037-04-02": "Holy Thursday", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Emancipation Day; Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2037-10-31": "Halloween", "2037-11-01": "Liberty Day", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2037-12-26": "Christmas Second Day", "2038-01-01": "New Year's Day", "2038-01-06": "Three Kings Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-03-31": "Transfer Day", "2038-04-22": "Holy Thursday", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-03": "Emancipation Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2038-10-31": "Halloween", "2038-11-01": "Liberty Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-26": "Christmas Second Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-06": "Three Kings Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-03-31": "Transfer Day", "2039-04-07": "Holy Thursday", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-03": "Emancipation Day", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2039-10-31": "Halloween", "2039-11-01": "Liberty Day", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed); Christmas Second Day", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-06": "Three Kings Day", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-29": "Holy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Transfer Day", "2040-04-02": "Easter Monday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-03": "Emancipation Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2040-10-31": "Halloween", "2040-11-01": "Liberty Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2040-12-26": "Christmas Second Day", "2041-01-01": "New Year's Day", "2041-01-06": "Three Kings Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-03-31": "Transfer Day", "2041-04-18": "Holy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-03": "Emancipation Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2041-10-31": "Halloween", "2041-11-01": "Liberty Day", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2041-12-26": "Christmas Second Day", "2042-01-01": "New Year's Day", "2042-01-06": "Three Kings Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-03-31": "Transfer Day", "2042-04-03": "Holy Thursday", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-03": "Emancipation Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2042-10-31": "Halloween", "2042-11-01": "Liberty Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2042-12-26": "Christmas Second Day", "2043-01-01": "New Year's Day", "2043-01-06": "Three Kings Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-26": "Holy Thursday", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-03-31": "Transfer Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Emancipation Day; Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2043-10-31": "Halloween", "2043-11-01": "Liberty Day", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2043-12-26": "Christmas Second Day", "2044-01-01": "New Year's Day", "2044-01-06": "Three Kings Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-03-31": "Transfer Day", "2044-04-14": "Holy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-03": "Emancipation Day", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2044-10-31": "Halloween", "2044-11-01": "Liberty Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed); Christmas Second Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-06": "Three Kings Day", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-03-31": "Transfer Day", "2045-04-06": "Holy Thursday", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-03": "Emancipation Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2045-10-31": "Halloween", "2045-11-01": "Liberty Day", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2045-12-26": "Christmas Second Day", "2046-01-01": "New Year's Day", "2046-01-06": "Three Kings Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-22": "Holy Thursday", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-03-31": "Transfer Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-03": "Emancipation Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2046-10-31": "Halloween", "2046-11-01": "Liberty Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2046-12-26": "Christmas Second Day", "2047-01-01": "New Year's Day", "2047-01-06": "Three Kings Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-03-31": "Transfer Day", "2047-04-11": "Holy Thursday", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-03": "Emancipation Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2047-10-31": "Halloween", "2047-11-01": "Liberty Day", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2047-12-26": "Christmas Second Day", "2048-01-01": "New Year's Day", "2048-01-06": "Three Kings Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-03-31": "Transfer Day", "2048-04-02": "Holy Thursday", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Emancipation Day; Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2048-10-31": "Halloween", "2048-11-01": "Liberty Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2048-12-26": "Christmas Second Day", "2049-01-01": "New Year's Day", "2049-01-06": "Three Kings Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-03-31": "Transfer Day", "2049-04-15": "Holy Thursday", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-03": "Emancipation Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2049-10-31": "Halloween", "2049-11-01": "Liberty Day", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-26": "Christmas Second Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-06": "Three Kings Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-03-31": "Transfer Day", "2050-04-07": "Holy Thursday", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-03": "Emancipation Day", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2050-10-31": "Halloween", "2050-11-01": "Liberty Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed); Christmas Second Day" } holidays-0.71/snapshots/countries/US_VT.json000066400000000000000000002140331500152103600211410ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-07": "Town Meeting Day", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-08-16": "Bennington Battle Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-06": "Town Meeting Day", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-08-16": "Bennington Battle Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-04": "Town Meeting Day", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-08-15": "Bennington Battle Day (observed)", "1952-08-16": "Bennington Battle Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-03": "Town Meeting Day", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-08-16": "Bennington Battle Day", "1953-08-17": "Bennington Battle Day (observed)", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-02": "Town Meeting Day", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-08-16": "Bennington Battle Day", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-01": "Town Meeting Day", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-08-16": "Bennington Battle Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-06": "Town Meeting Day", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-08-16": "Bennington Battle Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-05": "Town Meeting Day", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-08-16": "Bennington Battle Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-04": "Town Meeting Day", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-08-15": "Bennington Battle Day (observed)", "1958-08-16": "Bennington Battle Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-03": "Town Meeting Day", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-08-16": "Bennington Battle Day", "1959-08-17": "Bennington Battle Day (observed)", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-01": "Town Meeting Day", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-08-16": "Bennington Battle Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-07": "Town Meeting Day", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-08-16": "Bennington Battle Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-06": "Town Meeting Day", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-08-16": "Bennington Battle Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-05": "Town Meeting Day", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-08-16": "Bennington Battle Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-03": "Town Meeting Day", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-08-16": "Bennington Battle Day", "1964-08-17": "Bennington Battle Day (observed)", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-02": "Town Meeting Day", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-08-16": "Bennington Battle Day", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-01": "Town Meeting Day", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-08-16": "Bennington Battle Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-07": "Town Meeting Day", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-08-16": "Bennington Battle Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-05": "Town Meeting Day", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-08-16": "Bennington Battle Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-04": "Town Meeting Day", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-08-15": "Bennington Battle Day (observed)", "1969-08-16": "Bennington Battle Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-03": "Town Meeting Day", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-08-16": "Bennington Battle Day", "1970-08-17": "Bennington Battle Day (observed)", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-02": "Town Meeting Day", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-08-16": "Bennington Battle Day", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-07": "Town Meeting Day", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-08-16": "Bennington Battle Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-06": "Town Meeting Day", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-08-16": "Bennington Battle Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-05": "Town Meeting Day", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-08-16": "Bennington Battle Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-04": "Town Meeting Day", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-08-15": "Bennington Battle Day (observed)", "1975-08-16": "Bennington Battle Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-02": "Town Meeting Day", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-08-16": "Bennington Battle Day", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-01": "Town Meeting Day", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-08-16": "Bennington Battle Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-07": "Town Meeting Day", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-08-16": "Bennington Battle Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-06": "Town Meeting Day", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-08-16": "Bennington Battle Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-04": "Town Meeting Day", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-08-15": "Bennington Battle Day (observed)", "1980-08-16": "Bennington Battle Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-03": "Town Meeting Day", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-08-16": "Bennington Battle Day", "1981-08-17": "Bennington Battle Day (observed)", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-02": "Town Meeting Day", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-08-16": "Bennington Battle Day", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-01": "Town Meeting Day", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-08-16": "Bennington Battle Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-06": "Town Meeting Day", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-08-16": "Bennington Battle Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-05": "Town Meeting Day", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-08-16": "Bennington Battle Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-04": "Town Meeting Day", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-08-15": "Bennington Battle Day (observed)", "1986-08-16": "Bennington Battle Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-03": "Town Meeting Day", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-08-16": "Bennington Battle Day", "1987-08-17": "Bennington Battle Day (observed)", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-01": "Town Meeting Day", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-08-16": "Bennington Battle Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-07": "Town Meeting Day", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-08-16": "Bennington Battle Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-06": "Town Meeting Day", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-08-16": "Bennington Battle Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-05": "Town Meeting Day", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-08-16": "Bennington Battle Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-03": "Town Meeting Day", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-08-16": "Bennington Battle Day", "1992-08-17": "Bennington Battle Day (observed)", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-02": "Town Meeting Day", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-08-16": "Bennington Battle Day", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-01": "Town Meeting Day", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-08-16": "Bennington Battle Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-07": "Town Meeting Day", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-08-16": "Bennington Battle Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-05": "Town Meeting Day", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-08-16": "Bennington Battle Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-04": "Town Meeting Day", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-08-15": "Bennington Battle Day (observed)", "1997-08-16": "Bennington Battle Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-03": "Town Meeting Day", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-08-16": "Bennington Battle Day", "1998-08-17": "Bennington Battle Day (observed)", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-02": "Town Meeting Day", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-08-16": "Bennington Battle Day", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-07": "Town Meeting Day", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-08-16": "Bennington Battle Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-06": "Town Meeting Day", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-08-16": "Bennington Battle Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-05": "Town Meeting Day", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-08-16": "Bennington Battle Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-04": "Town Meeting Day", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-08-15": "Bennington Battle Day (observed)", "2003-08-16": "Bennington Battle Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-02": "Town Meeting Day", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-08-16": "Bennington Battle Day", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-01": "Town Meeting Day", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-08-16": "Bennington Battle Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-07": "Town Meeting Day", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-08-16": "Bennington Battle Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-06": "Town Meeting Day", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-08-16": "Bennington Battle Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-04": "Town Meeting Day", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-08-15": "Bennington Battle Day (observed)", "2008-08-16": "Bennington Battle Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-03": "Town Meeting Day", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-08-16": "Bennington Battle Day", "2009-08-17": "Bennington Battle Day (observed)", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-02": "Town Meeting Day", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-08-16": "Bennington Battle Day", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-01": "Town Meeting Day", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-08-16": "Bennington Battle Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-06": "Town Meeting Day", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-08-16": "Bennington Battle Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-05": "Town Meeting Day", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-08-16": "Bennington Battle Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-04": "Town Meeting Day", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-08-15": "Bennington Battle Day (observed)", "2014-08-16": "Bennington Battle Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-03": "Town Meeting Day", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-08-16": "Bennington Battle Day", "2015-08-17": "Bennington Battle Day (observed)", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-01": "Town Meeting Day", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-08-16": "Bennington Battle Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-07": "Town Meeting Day", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-08-16": "Bennington Battle Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-06": "Town Meeting Day", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-08-16": "Bennington Battle Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-05": "Town Meeting Day", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-08-16": "Bennington Battle Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-03": "Town Meeting Day", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-08-16": "Bennington Battle Day", "2020-08-17": "Bennington Battle Day (observed)", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-02": "Town Meeting Day", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-08-16": "Bennington Battle Day", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-01": "Town Meeting Day", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-08-16": "Bennington Battle Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-07": "Town Meeting Day", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-08-16": "Bennington Battle Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-05": "Town Meeting Day", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-08-16": "Bennington Battle Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-04": "Town Meeting Day", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-08-15": "Bennington Battle Day (observed)", "2025-08-16": "Bennington Battle Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-03": "Town Meeting Day", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-08-16": "Bennington Battle Day", "2026-08-17": "Bennington Battle Day (observed)", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-02": "Town Meeting Day", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-08-16": "Bennington Battle Day", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-07": "Town Meeting Day", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-08-16": "Bennington Battle Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-06": "Town Meeting Day", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-08-16": "Bennington Battle Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-05": "Town Meeting Day", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-08-16": "Bennington Battle Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-04": "Town Meeting Day", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-08-15": "Bennington Battle Day (observed)", "2031-08-16": "Bennington Battle Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-02": "Town Meeting Day", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-08-16": "Bennington Battle Day", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-01": "Town Meeting Day", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-08-16": "Bennington Battle Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-07": "Town Meeting Day", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-08-16": "Bennington Battle Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-06": "Town Meeting Day", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-08-16": "Bennington Battle Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-04": "Town Meeting Day", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-08-15": "Bennington Battle Day (observed)", "2036-08-16": "Bennington Battle Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-03": "Town Meeting Day", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-08-16": "Bennington Battle Day", "2037-08-17": "Bennington Battle Day (observed)", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-02": "Town Meeting Day", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-08-16": "Bennington Battle Day", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-01": "Town Meeting Day", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-08-16": "Bennington Battle Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-06": "Town Meeting Day", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-08-16": "Bennington Battle Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-05": "Town Meeting Day", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-08-16": "Bennington Battle Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-04": "Town Meeting Day", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-08-15": "Bennington Battle Day (observed)", "2042-08-16": "Bennington Battle Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-03": "Town Meeting Day", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-08-16": "Bennington Battle Day", "2043-08-17": "Bennington Battle Day (observed)", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-01": "Town Meeting Day", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-08-16": "Bennington Battle Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-07": "Town Meeting Day", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-08-16": "Bennington Battle Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-06": "Town Meeting Day", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-08-16": "Bennington Battle Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-05": "Town Meeting Day", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-08-16": "Bennington Battle Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-03": "Town Meeting Day", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-08-16": "Bennington Battle Day", "2048-08-17": "Bennington Battle Day (observed)", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-02": "Town Meeting Day", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-08-16": "Bennington Battle Day", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-01": "Town Meeting Day", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-08-16": "Bennington Battle Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_WA.json000066400000000000000000001710101500152103600211140ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_WI.json000066400000000000000000002030551500152103600211310ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-15": "Susan B. Anthony Day", "1976-02-16": "Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-15": "Susan B. Anthony Day", "1977-02-21": "Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-15": "Susan B. Anthony Day", "1978-02-20": "Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-15": "Susan B. Anthony Day", "1979-02-19": "Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-15": "Susan B. Anthony Day", "1980-02-18": "Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-15": "Susan B. Anthony Day", "1981-02-16": "Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Susan B. Anthony Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-15": "Susan B. Anthony Day", "1983-02-21": "Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-15": "Susan B. Anthony Day", "1984-02-20": "Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-15": "Susan B. Anthony Day", "1985-02-18": "Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-15": "Susan B. Anthony Day", "1986-02-17": "Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-15": "Susan B. Anthony Day", "1987-02-16": "Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Susan B. Anthony Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-15": "Susan B. Anthony Day", "1989-02-20": "Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-15": "Susan B. Anthony Day", "1990-02-19": "Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-15": "Susan B. Anthony Day", "1991-02-18": "Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-15": "Susan B. Anthony Day", "1992-02-17": "Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Susan B. Anthony Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-15": "Susan B. Anthony Day", "1994-02-21": "Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-15": "Susan B. Anthony Day", "1995-02-20": "Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-15": "Susan B. Anthony Day", "1996-02-19": "Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-15": "Susan B. Anthony Day", "1997-02-17": "Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-15": "Susan B. Anthony Day", "1998-02-16": "Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Susan B. Anthony Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-15": "Susan B. Anthony Day", "2000-02-21": "Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-15": "Susan B. Anthony Day", "2001-02-19": "Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-15": "Susan B. Anthony Day", "2002-02-18": "Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-15": "Susan B. Anthony Day", "2003-02-17": "Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-15": "Susan B. Anthony Day", "2004-02-16": "Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-15": "Susan B. Anthony Day", "2005-02-21": "Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-15": "Susan B. Anthony Day", "2006-02-20": "Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-15": "Susan B. Anthony Day", "2007-02-19": "Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-15": "Susan B. Anthony Day", "2008-02-18": "Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-15": "Susan B. Anthony Day", "2009-02-16": "Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Susan B. Anthony Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-15": "Susan B. Anthony Day", "2011-02-21": "Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-15": "Susan B. Anthony Day", "2012-02-20": "Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-15": "Susan B. Anthony Day", "2013-02-18": "Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-15": "Susan B. Anthony Day", "2014-02-17": "Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-15": "Susan B. Anthony Day", "2015-02-16": "Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Susan B. Anthony Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-23": "Christmas Eve (observed)", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2016-12-30": "New Year's Eve (observed)", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-15": "Susan B. Anthony Day", "2017-02-20": "Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-22": "Christmas Eve (observed)", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-15": "Susan B. Anthony Day", "2018-02-19": "Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-15": "Susan B. Anthony Day", "2019-02-18": "Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-15": "Susan B. Anthony Day", "2020-02-17": "Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Susan B. Anthony Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-23": "Christmas Eve (observed)", "2021-12-24": "Christmas Day (observed); Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed); New Year's Eve", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-15": "Susan B. Anthony Day", "2022-02-21": "Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-23": "Christmas Eve (observed)", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2022-12-30": "New Year's Eve (observed)", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-15": "Susan B. Anthony Day", "2023-02-20": "Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-22": "Christmas Eve (observed)", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-15": "Susan B. Anthony Day", "2024-02-19": "Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-15": "Susan B. Anthony Day", "2025-02-17": "Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-15": "Susan B. Anthony Day", "2026-02-16": "Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Susan B. Anthony Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-23": "Christmas Eve (observed)", "2027-12-24": "Christmas Day (observed); Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed); New Year's Eve", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-15": "Susan B. Anthony Day", "2028-02-21": "Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-22": "Christmas Eve (observed)", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-15": "Susan B. Anthony Day", "2029-02-19": "Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-15": "Susan B. Anthony Day", "2030-02-18": "Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-15": "Susan B. Anthony Day", "2031-02-17": "Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-15": "Susan B. Anthony Day", "2032-02-16": "Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-23": "Christmas Eve (observed)", "2032-12-24": "Christmas Day (observed); Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed); New Year's Eve", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-15": "Susan B. Anthony Day", "2033-02-21": "Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-23": "Christmas Eve (observed)", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2033-12-30": "New Year's Eve (observed)", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-15": "Susan B. Anthony Day", "2034-02-20": "Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-22": "Christmas Eve (observed)", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-15": "Susan B. Anthony Day", "2035-02-19": "Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-15": "Susan B. Anthony Day", "2036-02-18": "Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-15": "Susan B. Anthony Day", "2037-02-16": "Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Susan B. Anthony Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-23": "Christmas Eve (observed)", "2038-12-24": "Christmas Day (observed); Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed); New Year's Eve", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-15": "Susan B. Anthony Day", "2039-02-21": "Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-23": "Christmas Eve (observed)", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2039-12-30": "New Year's Eve (observed)", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-15": "Susan B. Anthony Day", "2040-02-20": "Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-15": "Susan B. Anthony Day", "2041-02-18": "Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-15": "Susan B. Anthony Day", "2042-02-17": "Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-15": "Susan B. Anthony Day", "2043-02-16": "Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Susan B. Anthony Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-23": "Christmas Eve (observed)", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2044-12-30": "New Year's Eve (observed)", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-15": "Susan B. Anthony Day", "2045-02-20": "Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-22": "Christmas Eve (observed)", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-15": "Susan B. Anthony Day", "2046-02-19": "Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-15": "Susan B. Anthony Day", "2047-02-18": "Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-15": "Susan B. Anthony Day", "2048-02-17": "Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Susan B. Anthony Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-23": "Christmas Eve (observed)", "2049-12-24": "Christmas Day (observed); Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed); New Year's Eve", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-15": "Susan B. Anthony Day", "2050-02-21": "Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-23": "Christmas Eve (observed)", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)", "2050-12-30": "New Year's Eve (observed)", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/US_WV.json000066400000000000000000002136611500152103600211520ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-06-20": "West Virginia Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-06-20": "West Virginia Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-06-20": "West Virginia Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-06-19": "West Virginia Day (observed)", "1953-06-20": "West Virginia Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-06-20": "West Virginia Day", "1954-06-21": "West Virginia Day (observed)", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-06-20": "West Virginia Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-06-20": "West Virginia Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-06-20": "West Virginia Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-06-20": "West Virginia Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-06-19": "West Virginia Day (observed)", "1959-06-20": "West Virginia Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-06-20": "West Virginia Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-06-20": "West Virginia Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-06-20": "West Virginia Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-06-20": "West Virginia Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-06-19": "West Virginia Day (observed)", "1964-06-20": "West Virginia Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-06-20": "West Virginia Day", "1965-06-21": "West Virginia Day (observed)", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-06-20": "West Virginia Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-06-20": "West Virginia Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-06-20": "West Virginia Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-06-20": "West Virginia Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-06-19": "West Virginia Day (observed)", "1970-06-20": "West Virginia Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-06-20": "West Virginia Day", "1971-06-21": "West Virginia Day (observed)", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-06-20": "West Virginia Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-06-20": "West Virginia Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-06-20": "West Virginia Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-06-20": "West Virginia Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-11-28": "Day After Thanksgiving", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-06-20": "West Virginia Day", "1976-06-21": "West Virginia Day (observed)", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-11-26": "Day After Thanksgiving", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-06-20": "West Virginia Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-11-25": "Day After Thanksgiving", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-06-20": "West Virginia Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-11-24": "Day After Thanksgiving", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-06-20": "West Virginia Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-11-23": "Day After Thanksgiving", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-06-20": "West Virginia Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-11-28": "Day After Thanksgiving", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-06-19": "West Virginia Day (observed)", "1981-06-20": "West Virginia Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-11-27": "Day After Thanksgiving", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-06-20": "West Virginia Day", "1982-06-21": "West Virginia Day (observed)", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-11-26": "Day After Thanksgiving", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-06-20": "West Virginia Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-11-25": "Day After Thanksgiving", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-06-20": "West Virginia Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-11-23": "Day After Thanksgiving", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-06-20": "West Virginia Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-11-29": "Day After Thanksgiving", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-06-20": "West Virginia Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-11-28": "Day After Thanksgiving", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-06-19": "West Virginia Day (observed)", "1987-06-20": "West Virginia Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-11-27": "Day After Thanksgiving", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-06-20": "West Virginia Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-11-25": "Day After Thanksgiving", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-06-20": "West Virginia Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-11-24": "Day After Thanksgiving", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-06-20": "West Virginia Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-11-23": "Day After Thanksgiving", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-06-20": "West Virginia Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-11-29": "Day After Thanksgiving", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-06-19": "West Virginia Day (observed)", "1992-06-20": "West Virginia Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-11-27": "Day After Thanksgiving", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-06-20": "West Virginia Day", "1993-06-21": "West Virginia Day (observed)", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-11-26": "Day After Thanksgiving", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-06-20": "West Virginia Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-11-25": "Day After Thanksgiving", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-06-20": "West Virginia Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-11-24": "Day After Thanksgiving", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-06-20": "West Virginia Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-11-29": "Day After Thanksgiving", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-06-20": "West Virginia Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-11-28": "Day After Thanksgiving", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-06-19": "West Virginia Day (observed)", "1998-06-20": "West Virginia Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-11-27": "Day After Thanksgiving", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-06-20": "West Virginia Day", "1999-06-21": "West Virginia Day (observed)", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-11-26": "Day After Thanksgiving", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-06-20": "West Virginia Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-11-24": "Day After Thanksgiving", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-06-20": "West Virginia Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-11-23": "Day After Thanksgiving", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-06-20": "West Virginia Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-11-29": "Day After Thanksgiving", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-06-20": "West Virginia Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-11-28": "Day After Thanksgiving", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-06-20": "West Virginia Day", "2004-06-21": "West Virginia Day (observed)", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-11-26": "Day After Thanksgiving", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-06-20": "West Virginia Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-11-25": "Day After Thanksgiving", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-06-20": "West Virginia Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-11-24": "Day After Thanksgiving", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-06-20": "West Virginia Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-11-23": "Day After Thanksgiving", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-06-20": "West Virginia Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-11-28": "Day After Thanksgiving", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-06-19": "West Virginia Day (observed)", "2009-06-20": "West Virginia Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-11-27": "Day After Thanksgiving", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-06-20": "West Virginia Day", "2010-06-21": "West Virginia Day (observed)", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-02": "Election Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-11-26": "Day After Thanksgiving", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-06-20": "West Virginia Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-11-25": "Day After Thanksgiving", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-06-20": "West Virginia Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-11-23": "Day After Thanksgiving", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-06-20": "West Virginia Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-11-29": "Day After Thanksgiving", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-06-20": "West Virginia Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-04": "Election Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-11-28": "Day After Thanksgiving", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-06-19": "West Virginia Day (observed)", "2015-06-20": "West Virginia Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-11-27": "Day After Thanksgiving", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-06-20": "West Virginia Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-11-25": "Day After Thanksgiving", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-06-20": "West Virginia Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-11-24": "Day After Thanksgiving", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-06-20": "West Virginia Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-06": "Election Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-11-23": "Day After Thanksgiving", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-06-20": "West Virginia Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-11-29": "Day After Thanksgiving", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-06-19": "West Virginia Day (observed)", "2020-06-20": "West Virginia Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-11-27": "Day After Thanksgiving", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-06-20": "West Virginia Day", "2021-06-21": "West Virginia Day (observed)", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-11-26": "Day After Thanksgiving", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed); West Virginia Day", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-08": "Election Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-11-25": "Day After Thanksgiving", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-06-20": "West Virginia Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-11-24": "Day After Thanksgiving", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-06-20": "West Virginia Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-11-29": "Day After Thanksgiving", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-06-20": "West Virginia Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-11-28": "Day After Thanksgiving", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day; West Virginia Day (observed)", "2026-06-20": "West Virginia Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-03": "Election Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-11-27": "Day After Thanksgiving", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-06-20": "West Virginia Day", "2027-06-21": "West Virginia Day (observed)", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-11-26": "Day After Thanksgiving", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-06-20": "West Virginia Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-11-24": "Day After Thanksgiving", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-06-20": "West Virginia Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-11-23": "Day After Thanksgiving", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-06-20": "West Virginia Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-05": "Election Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-11-29": "Day After Thanksgiving", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-06-20": "West Virginia Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-11-28": "Day After Thanksgiving", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-06-20": "West Virginia Day", "2032-06-21": "West Virginia Day (observed)", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-11-26": "Day After Thanksgiving", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed); West Virginia Day", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-11-25": "Day After Thanksgiving", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-06-20": "West Virginia Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-07": "Election Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-11-24": "Day After Thanksgiving", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-06-20": "West Virginia Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-11-23": "Day After Thanksgiving", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-06-20": "West Virginia Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-11-28": "Day After Thanksgiving", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day; West Virginia Day (observed)", "2037-06-20": "West Virginia Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-11-27": "Day After Thanksgiving", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-06-20": "West Virginia Day", "2038-06-21": "West Virginia Day (observed)", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-02": "Election Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-11-26": "Day After Thanksgiving", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed); West Virginia Day", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-11-25": "Day After Thanksgiving", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-06-20": "West Virginia Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-11-23": "Day After Thanksgiving", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-06-20": "West Virginia Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-11-29": "Day After Thanksgiving", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-06-20": "West Virginia Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-04": "Election Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-11-28": "Day After Thanksgiving", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day; West Virginia Day (observed)", "2043-06-20": "West Virginia Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-11-27": "Day After Thanksgiving", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed); West Virginia Day", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-11-25": "Day After Thanksgiving", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-06-20": "West Virginia Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-11-24": "Day After Thanksgiving", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-06-20": "West Virginia Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-06": "Election Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-11-23": "Day After Thanksgiving", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-06-20": "West Virginia Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-11-29": "Day After Thanksgiving", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day; West Virginia Day (observed)", "2048-06-20": "West Virginia Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-11-27": "Day After Thanksgiving", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-06-20": "West Virginia Day", "2049-06-21": "West Virginia Day (observed)", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-11-26": "Day After Thanksgiving", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed); West Virginia Day", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-08": "Election Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-11-25": "Day After Thanksgiving", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/US_WY.json000066400000000000000000001710101500152103600211440ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-02-02": "Groundhog Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-05-30": "Memorial Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-31": "Halloween", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-02": "Groundhog Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-05-30": "Memorial Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-31": "Halloween", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-02": "Groundhog Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-05-30": "Memorial Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-31": "Halloween", "1952-11-04": "Election Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-02": "Groundhog Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-05-30": "Memorial Day", "1953-07-03": "Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-31": "Halloween", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-02": "Groundhog Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-05-30": "Memorial Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-31": "Halloween", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-02-02": "Groundhog Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-31": "Halloween", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed)", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-02-02": "Groundhog Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-31": "Halloween", "1956-11-06": "Election Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-02": "Groundhog Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-31": "Halloween", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-02": "Groundhog Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-31": "Halloween", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1959-01-01": "New Year's Day", "1959-02-02": "Groundhog Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-05-30": "Memorial Day", "1959-07-03": "Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-31": "Halloween", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-02": "Groundhog Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-31": "Halloween", "1960-11-08": "Election Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed)", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-02-02": "Groundhog Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-31": "Halloween", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-02": "Groundhog Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-31": "Halloween", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-02": "Groundhog Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-31": "Halloween", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-02": "Groundhog Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-05-30": "Memorial Day", "1964-07-03": "Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-31": "Halloween", "1964-11-03": "Election Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-02": "Groundhog Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-05-30": "Memorial Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-31": "Halloween", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-02-02": "Groundhog Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-31": "Halloween", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-02-02": "Groundhog Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-31": "Halloween", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-02": "Groundhog Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-05-30": "Memorial Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-31": "Halloween", "1968-11-05": "Election Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-02": "Groundhog Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-31": "Halloween", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-02": "Groundhog Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-05-30": "Memorial Day", "1970-07-03": "Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-31": "Halloween", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-02": "Groundhog Day", "1971-02-14": "Valentine's Day", "1971-02-15": "President's Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-05-31": "Memorial Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-02-02": "Groundhog Day", "1972-02-14": "Valentine's Day", "1972-02-21": "President's Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-02-02": "Groundhog Day", "1973-02-14": "Valentine's Day", "1973-02-19": "President's Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-02": "Groundhog Day", "1974-02-14": "Valentine's Day", "1974-02-18": "President's Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-02": "Groundhog Day", "1975-02-14": "Valentine's Day", "1975-02-17": "President's Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-02": "Groundhog Day", "1976-02-14": "Valentine's Day", "1976-02-16": "President's Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-05-31": "Memorial Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-02-02": "Groundhog Day", "1977-02-14": "Valentine's Day", "1977-02-21": "President's Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-02-02": "Groundhog Day", "1978-02-14": "Valentine's Day", "1978-02-20": "President's Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day", "1978-10-31": "Halloween", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-02": "Groundhog Day", "1979-02-14": "Valentine's Day", "1979-02-19": "President's Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day", "1979-10-31": "Halloween", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-02": "Groundhog Day", "1980-02-14": "Valentine's Day", "1980-02-18": "President's Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day", "1980-10-31": "Halloween", "1980-11-04": "Election Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-02": "Groundhog Day", "1981-02-14": "Valentine's Day", "1981-02-16": "President's Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day", "1981-10-31": "Halloween", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-02": "Groundhog Day", "1982-02-14": "Valentine's Day", "1982-02-15": "President's Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-05-31": "Memorial Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day", "1982-10-31": "Halloween", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-02-02": "Groundhog Day", "1983-02-14": "Valentine's Day", "1983-02-21": "President's Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day", "1983-10-31": "Halloween", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-02-02": "Groundhog Day", "1984-02-14": "Valentine's Day", "1984-02-20": "President's Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day", "1984-10-31": "Halloween", "1984-11-06": "Election Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-02": "Groundhog Day", "1985-02-14": "Valentine's Day", "1985-02-18": "President's Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day", "1985-10-31": "Halloween", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-02": "Groundhog Day", "1986-02-14": "Valentine's Day", "1986-02-17": "President's Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day", "1986-10-31": "Halloween", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-02": "Groundhog Day", "1987-02-14": "Valentine's Day", "1987-02-16": "President's Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day", "1987-10-31": "Halloween", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-02": "Groundhog Day", "1988-02-14": "Valentine's Day", "1988-02-15": "President's Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day", "1988-10-31": "Halloween", "1988-11-08": "Election Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-02": "Groundhog Day", "1989-02-14": "Valentine's Day", "1989-02-20": "President's Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day", "1989-10-31": "Halloween", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-02": "Groundhog Day", "1990-02-14": "Valentine's Day", "1990-02-19": "President's Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day", "1990-10-31": "Halloween", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-02": "Groundhog Day", "1991-02-14": "Valentine's Day", "1991-02-18": "President's Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day", "1991-10-31": "Halloween", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-02": "Groundhog Day", "1992-02-14": "Valentine's Day", "1992-02-17": "President's Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day", "1992-10-31": "Halloween", "1992-11-03": "Election Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-02": "Groundhog Day", "1993-02-14": "Valentine's Day", "1993-02-15": "President's Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-05-31": "Memorial Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day", "1993-10-31": "Halloween", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-02": "Groundhog Day", "1994-02-14": "Valentine's Day", "1994-02-21": "President's Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day", "1994-10-31": "Halloween", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-02": "Groundhog Day", "1995-02-14": "Valentine's Day", "1995-02-20": "President's Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day", "1995-10-31": "Halloween", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-02": "Groundhog Day", "1996-02-14": "Valentine's Day", "1996-02-19": "President's Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day", "1996-10-31": "Halloween", "1996-11-05": "Election Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-02": "Groundhog Day", "1997-02-14": "Valentine's Day", "1997-02-17": "President's Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day", "1997-10-31": "Halloween", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-02": "Groundhog Day", "1998-02-14": "Valentine's Day", "1998-02-16": "President's Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day", "1998-10-31": "Halloween", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-02": "Groundhog Day", "1999-02-14": "Valentine's Day", "1999-02-15": "President's Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-05-31": "Memorial Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day", "1999-10-31": "Halloween", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-02": "Groundhog Day", "2000-02-14": "Valentine's Day", "2000-02-21": "President's Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day", "2000-10-31": "Halloween", "2000-11-07": "Election Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-02": "Groundhog Day", "2001-02-14": "Valentine's Day", "2001-02-19": "President's Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day", "2001-10-31": "Halloween", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-02": "Groundhog Day", "2002-02-14": "Valentine's Day", "2002-02-18": "President's Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day", "2002-10-31": "Halloween", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-02": "Groundhog Day", "2003-02-14": "Valentine's Day", "2003-02-17": "President's Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day", "2003-10-31": "Halloween", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-02": "Groundhog Day", "2004-02-14": "Valentine's Day", "2004-02-16": "President's Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-05-31": "Memorial Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day", "2004-10-31": "Halloween", "2004-11-02": "Election Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-02": "Groundhog Day", "2005-02-14": "Valentine's Day", "2005-02-21": "President's Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day", "2005-10-31": "Halloween", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-02": "Groundhog Day", "2006-02-14": "Valentine's Day", "2006-02-20": "President's Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day", "2006-10-31": "Halloween", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-02": "Groundhog Day", "2007-02-14": "Valentine's Day", "2007-02-19": "President's Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day", "2007-10-31": "Halloween", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-02": "Groundhog Day", "2008-02-14": "Valentine's Day", "2008-02-18": "President's Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day", "2008-10-31": "Halloween", "2008-11-04": "Election Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-02": "Groundhog Day", "2009-02-14": "Valentine's Day", "2009-02-16": "President's Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day", "2009-10-31": "Halloween", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-02": "Groundhog Day", "2010-02-14": "Valentine's Day", "2010-02-15": "President's Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-05-31": "Memorial Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day", "2010-10-31": "Halloween", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-02": "Groundhog Day", "2011-02-14": "Valentine's Day", "2011-02-21": "President's Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day", "2011-10-31": "Halloween", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-02": "Groundhog Day", "2012-02-14": "Valentine's Day", "2012-02-20": "President's Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day", "2012-10-31": "Halloween", "2012-11-06": "Election Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-02": "Groundhog Day", "2013-02-14": "Valentine's Day", "2013-02-18": "President's Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day", "2013-10-31": "Halloween", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-02": "Groundhog Day", "2014-02-14": "Valentine's Day", "2014-02-17": "President's Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day", "2014-10-31": "Halloween", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-02": "Groundhog Day", "2015-02-14": "Valentine's Day", "2015-02-16": "President's Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day", "2015-10-31": "Halloween", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-02": "Groundhog Day", "2016-02-14": "Valentine's Day", "2016-02-15": "President's Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day", "2016-10-31": "Halloween", "2016-11-08": "Election Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-02": "Groundhog Day", "2017-02-14": "Valentine's Day", "2017-02-20": "President's Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day", "2017-10-31": "Halloween", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-02": "Groundhog Day", "2018-02-14": "Valentine's Day", "2018-02-19": "President's Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day", "2018-10-31": "Halloween", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-02": "Groundhog Day", "2019-02-14": "Valentine's Day", "2019-02-18": "President's Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day", "2019-10-31": "Halloween", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-02": "Groundhog Day", "2020-02-14": "Valentine's Day", "2020-02-17": "President's Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day", "2020-10-31": "Halloween", "2020-11-03": "Election Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-02": "Groundhog Day", "2021-02-14": "Valentine's Day", "2021-02-15": "President's Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day", "2021-10-31": "Halloween", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-02": "Groundhog Day", "2022-02-14": "Valentine's Day", "2022-02-21": "President's Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day", "2022-10-31": "Halloween", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-02": "Groundhog Day", "2023-02-14": "Valentine's Day", "2023-02-20": "President's Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day", "2023-10-31": "Halloween", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-02": "Groundhog Day", "2024-02-14": "Valentine's Day", "2024-02-19": "President's Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day", "2024-10-31": "Halloween", "2024-11-05": "Election Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-02": "Groundhog Day", "2025-02-14": "Valentine's Day", "2025-02-17": "President's Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day", "2025-10-31": "Halloween", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-02": "Groundhog Day", "2026-02-14": "Valentine's Day", "2026-02-16": "President's Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day", "2026-10-31": "Halloween", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-02": "Groundhog Day", "2027-02-14": "Valentine's Day", "2027-02-15": "President's Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day", "2027-10-31": "Halloween", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-02": "Groundhog Day", "2028-02-14": "Valentine's Day", "2028-02-21": "President's Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day", "2028-10-31": "Halloween", "2028-11-07": "Election Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-02": "Groundhog Day", "2029-02-14": "Valentine's Day", "2029-02-19": "President's Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day", "2029-10-31": "Halloween", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-02": "Groundhog Day", "2030-02-14": "Valentine's Day", "2030-02-18": "President's Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day", "2030-10-31": "Halloween", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-02": "Groundhog Day", "2031-02-14": "Valentine's Day", "2031-02-17": "President's Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day", "2031-10-31": "Halloween", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-02": "Groundhog Day", "2032-02-14": "Valentine's Day", "2032-02-16": "President's Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day", "2032-10-31": "Halloween", "2032-11-02": "Election Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-02": "Groundhog Day", "2033-02-14": "Valentine's Day", "2033-02-21": "President's Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day", "2033-10-31": "Halloween", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-02": "Groundhog Day", "2034-02-14": "Valentine's Day", "2034-02-20": "President's Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day", "2034-10-31": "Halloween", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-02": "Groundhog Day", "2035-02-14": "Valentine's Day", "2035-02-19": "President's Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day", "2035-10-31": "Halloween", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-02": "Groundhog Day", "2036-02-14": "Valentine's Day", "2036-02-18": "President's Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day", "2036-10-31": "Halloween", "2036-11-04": "Election Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-02": "Groundhog Day", "2037-02-14": "Valentine's Day", "2037-02-16": "President's Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day", "2037-10-31": "Halloween", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-02": "Groundhog Day", "2038-02-14": "Valentine's Day", "2038-02-15": "President's Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day", "2038-10-31": "Halloween", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-02": "Groundhog Day", "2039-02-14": "Valentine's Day", "2039-02-21": "President's Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day", "2039-10-31": "Halloween", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-02": "Groundhog Day", "2040-02-14": "Valentine's Day", "2040-02-20": "President's Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day", "2040-10-31": "Halloween", "2040-11-06": "Election Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-02": "Groundhog Day", "2041-02-14": "Valentine's Day", "2041-02-18": "President's Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day", "2041-10-31": "Halloween", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-02": "Groundhog Day", "2042-02-14": "Valentine's Day", "2042-02-17": "President's Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day", "2042-10-31": "Halloween", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-02": "Groundhog Day", "2043-02-14": "Valentine's Day", "2043-02-16": "President's Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day", "2043-10-31": "Halloween", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-02": "Groundhog Day", "2044-02-14": "Valentine's Day", "2044-02-15": "President's Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day", "2044-10-31": "Halloween", "2044-11-08": "Election Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-02": "Groundhog Day", "2045-02-14": "Valentine's Day", "2045-02-20": "President's Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day", "2045-10-31": "Halloween", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-02": "Groundhog Day", "2046-02-14": "Valentine's Day", "2046-02-19": "President's Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day", "2046-10-31": "Halloween", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-02": "Groundhog Day", "2047-02-14": "Valentine's Day", "2047-02-18": "President's Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day", "2047-10-31": "Halloween", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-02": "Groundhog Day", "2048-02-14": "Valentine's Day", "2048-02-17": "President's Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day", "2048-10-31": "Halloween", "2048-11-03": "Election Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-02": "Groundhog Day", "2049-02-14": "Valentine's Day", "2049-02-15": "President's Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day", "2049-10-31": "Halloween", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-02": "Groundhog Day", "2050-02-14": "Valentine's Day", "2050-02-21": "President's Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day", "2050-10-31": "Halloween", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/UY_COMMON.json000066400000000000000000002040001500152103600215770ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-06": "Children's Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-03": "Tourism Week", "1950-04-04": "Tourism Week", "1950-04-05": "Tourism Week", "1950-04-06": "Tourism Week", "1950-04-07": "Tourism Week", "1950-04-19": "Landing of the 33 Patriots", "1950-05-01": "Workers' Day", "1950-05-18": "Battle of Las Piedras", "1950-06-19": "Birthday of Artigas", "1950-07-18": "Constitution Day", "1950-08-25": "Independence Day", "1950-10-12": "Columbus Day", "1950-11-02": "All Souls' Day", "1950-12-08": "Beaches Day", "1950-12-25": "Day of the Family", "1951-01-01": "New Year's Day", "1951-01-06": "Children's Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-19": "Tourism Week", "1951-03-20": "Tourism Week", "1951-03-21": "Tourism Week", "1951-03-22": "Tourism Week", "1951-03-23": "Tourism Week", "1951-04-19": "Landing of the 33 Patriots", "1951-05-01": "Workers' Day", "1951-05-18": "Battle of Las Piedras", "1951-06-19": "Birthday of Artigas", "1951-07-18": "Constitution Day", "1951-08-25": "Independence Day", "1951-10-12": "Columbus Day", "1951-11-02": "All Souls' Day", "1951-12-08": "Beaches Day", "1951-12-25": "Day of the Family", "1952-01-01": "New Year's Day", "1952-01-06": "Children's Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-07": "Tourism Week", "1952-04-08": "Tourism Week", "1952-04-09": "Tourism Week", "1952-04-10": "Tourism Week", "1952-04-11": "Tourism Week", "1952-04-19": "Landing of the 33 Patriots", "1952-05-01": "Workers' Day", "1952-05-18": "Battle of Las Piedras", "1952-06-19": "Birthday of Artigas", "1952-07-18": "Constitution Day", "1952-08-25": "Independence Day", "1952-10-12": "Columbus Day", "1952-11-02": "All Souls' Day", "1952-12-08": "Beaches Day", "1952-12-25": "Day of the Family", "1953-01-01": "New Year's Day", "1953-01-06": "Children's Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-03-30": "Tourism Week", "1953-03-31": "Tourism Week", "1953-04-01": "Tourism Week", "1953-04-02": "Tourism Week", "1953-04-03": "Tourism Week", "1953-04-19": "Landing of the 33 Patriots", "1953-05-01": "Workers' Day", "1953-05-18": "Battle of Las Piedras", "1953-06-19": "Birthday of Artigas", "1953-07-18": "Constitution Day", "1953-08-25": "Independence Day", "1953-10-12": "Columbus Day", "1953-11-02": "All Souls' Day", "1953-12-08": "Beaches Day", "1953-12-25": "Day of the Family", "1954-01-01": "New Year's Day", "1954-01-06": "Children's Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-12": "Tourism Week", "1954-04-13": "Tourism Week", "1954-04-14": "Tourism Week", "1954-04-15": "Tourism Week", "1954-04-16": "Tourism Week", "1954-04-19": "Landing of the 33 Patriots", "1954-05-01": "Workers' Day", "1954-05-18": "Battle of Las Piedras", "1954-06-19": "Birthday of Artigas", "1954-07-18": "Constitution Day", "1954-08-25": "Independence Day", "1954-10-12": "Columbus Day", "1954-11-02": "All Souls' Day", "1954-12-08": "Beaches Day", "1954-12-25": "Day of the Family", "1955-01-01": "New Year's Day", "1955-01-06": "Children's Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-04": "Tourism Week", "1955-04-05": "Tourism Week", "1955-04-06": "Tourism Week", "1955-04-07": "Tourism Week", "1955-04-08": "Tourism Week", "1955-04-19": "Landing of the 33 Patriots", "1955-05-01": "Workers' Day", "1955-05-18": "Battle of Las Piedras", "1955-06-19": "Birthday of Artigas", "1955-07-18": "Constitution Day", "1955-08-25": "Independence Day", "1955-10-12": "Columbus Day", "1955-11-02": "All Souls' Day", "1955-12-08": "Beaches Day", "1955-12-25": "Day of the Family", "1956-01-01": "New Year's Day", "1956-01-06": "Children's Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-26": "Tourism Week", "1956-03-27": "Tourism Week", "1956-03-28": "Tourism Week", "1956-03-29": "Tourism Week", "1956-03-30": "Tourism Week", "1956-04-19": "Landing of the 33 Patriots", "1956-05-01": "Workers' Day", "1956-05-18": "Battle of Las Piedras", "1956-06-19": "Birthday of Artigas", "1956-07-18": "Constitution Day", "1956-08-25": "Independence Day", "1956-10-12": "Columbus Day", "1956-11-02": "All Souls' Day", "1956-12-08": "Beaches Day", "1956-12-25": "Day of the Family", "1957-01-01": "New Year's Day", "1957-01-06": "Children's Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-15": "Tourism Week", "1957-04-16": "Tourism Week", "1957-04-17": "Tourism Week", "1957-04-18": "Tourism Week", "1957-04-19": "Landing of the 33 Patriots; Tourism Week", "1957-05-01": "Workers' Day", "1957-05-18": "Battle of Las Piedras", "1957-06-19": "Birthday of Artigas", "1957-07-18": "Constitution Day", "1957-08-25": "Independence Day", "1957-10-12": "Columbus Day", "1957-11-02": "All Souls' Day", "1957-12-08": "Beaches Day", "1957-12-25": "Day of the Family", "1958-01-01": "New Year's Day", "1958-01-06": "Children's Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-03-31": "Tourism Week", "1958-04-01": "Tourism Week", "1958-04-02": "Tourism Week", "1958-04-03": "Tourism Week", "1958-04-04": "Tourism Week", "1958-04-19": "Landing of the 33 Patriots", "1958-05-01": "Workers' Day", "1958-05-18": "Battle of Las Piedras", "1958-06-19": "Birthday of Artigas", "1958-07-18": "Constitution Day", "1958-08-25": "Independence Day", "1958-10-12": "Columbus Day", "1958-11-02": "All Souls' Day", "1958-12-08": "Beaches Day", "1958-12-25": "Day of the Family", "1959-01-01": "New Year's Day", "1959-01-06": "Children's Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-23": "Tourism Week", "1959-03-24": "Tourism Week", "1959-03-25": "Tourism Week", "1959-03-26": "Tourism Week", "1959-03-27": "Tourism Week", "1959-04-19": "Landing of the 33 Patriots", "1959-05-01": "Workers' Day", "1959-05-18": "Battle of Las Piedras", "1959-06-19": "Birthday of Artigas", "1959-07-18": "Constitution Day", "1959-08-25": "Independence Day", "1959-10-12": "Columbus Day", "1959-11-02": "All Souls' Day", "1959-12-08": "Beaches Day", "1959-12-25": "Day of the Family", "1960-01-01": "New Year's Day", "1960-01-06": "Children's Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-11": "Tourism Week", "1960-04-12": "Tourism Week", "1960-04-13": "Tourism Week", "1960-04-14": "Tourism Week", "1960-04-15": "Tourism Week", "1960-04-19": "Landing of the 33 Patriots", "1960-05-01": "Workers' Day", "1960-05-18": "Battle of Las Piedras", "1960-06-19": "Birthday of Artigas", "1960-07-18": "Constitution Day", "1960-08-25": "Independence Day", "1960-10-12": "Columbus Day", "1960-11-02": "All Souls' Day", "1960-12-08": "Beaches Day", "1960-12-25": "Day of the Family", "1961-01-01": "New Year's Day", "1961-01-06": "Children's Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-27": "Tourism Week", "1961-03-28": "Tourism Week", "1961-03-29": "Tourism Week", "1961-03-30": "Tourism Week", "1961-03-31": "Tourism Week", "1961-04-19": "Landing of the 33 Patriots", "1961-05-01": "Workers' Day", "1961-05-18": "Battle of Las Piedras", "1961-06-19": "Birthday of Artigas", "1961-07-18": "Constitution Day", "1961-08-25": "Independence Day", "1961-10-12": "Columbus Day", "1961-11-02": "All Souls' Day", "1961-12-08": "Beaches Day", "1961-12-25": "Day of the Family", "1962-01-01": "New Year's Day", "1962-01-06": "Children's Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-16": "Tourism Week", "1962-04-17": "Tourism Week", "1962-04-18": "Tourism Week", "1962-04-19": "Landing of the 33 Patriots; Tourism Week", "1962-04-20": "Tourism Week", "1962-05-01": "Workers' Day", "1962-05-18": "Battle of Las Piedras", "1962-06-19": "Birthday of Artigas", "1962-07-18": "Constitution Day", "1962-08-25": "Independence Day", "1962-10-12": "Columbus Day", "1962-11-02": "All Souls' Day", "1962-12-08": "Beaches Day", "1962-12-25": "Day of the Family", "1963-01-01": "New Year's Day", "1963-01-06": "Children's Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-08": "Tourism Week", "1963-04-09": "Tourism Week", "1963-04-10": "Tourism Week", "1963-04-11": "Tourism Week", "1963-04-12": "Tourism Week", "1963-04-19": "Landing of the 33 Patriots", "1963-05-01": "Workers' Day", "1963-05-18": "Battle of Las Piedras", "1963-06-19": "Birthday of Artigas", "1963-07-18": "Constitution Day", "1963-08-25": "Independence Day", "1963-10-12": "Columbus Day", "1963-11-02": "All Souls' Day", "1963-12-08": "Beaches Day", "1963-12-25": "Day of the Family", "1964-01-01": "New Year's Day", "1964-01-06": "Children's Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-23": "Tourism Week", "1964-03-24": "Tourism Week", "1964-03-25": "Tourism Week", "1964-03-26": "Tourism Week", "1964-03-27": "Tourism Week", "1964-04-19": "Landing of the 33 Patriots", "1964-05-01": "Workers' Day", "1964-05-18": "Battle of Las Piedras", "1964-06-19": "Birthday of Artigas", "1964-07-18": "Constitution Day", "1964-08-25": "Independence Day", "1964-10-12": "Columbus Day", "1964-11-02": "All Souls' Day", "1964-12-08": "Beaches Day", "1964-12-25": "Day of the Family", "1965-01-01": "New Year's Day", "1965-01-06": "Children's Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-12": "Tourism Week", "1965-04-13": "Tourism Week", "1965-04-14": "Tourism Week", "1965-04-15": "Tourism Week", "1965-04-16": "Tourism Week", "1965-04-19": "Landing of the 33 Patriots", "1965-05-01": "Workers' Day", "1965-05-18": "Battle of Las Piedras", "1965-06-19": "Birthday of Artigas", "1965-07-18": "Constitution Day", "1965-08-25": "Independence Day", "1965-10-12": "Columbus Day", "1965-11-02": "All Souls' Day", "1965-12-08": "Beaches Day", "1965-12-25": "Day of the Family", "1966-01-01": "New Year's Day", "1966-01-06": "Children's Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-04": "Tourism Week", "1966-04-05": "Tourism Week", "1966-04-06": "Tourism Week", "1966-04-07": "Tourism Week", "1966-04-08": "Tourism Week", "1966-04-19": "Landing of the 33 Patriots", "1966-05-01": "Workers' Day", "1966-05-18": "Battle of Las Piedras", "1966-06-19": "Birthday of Artigas", "1966-07-18": "Constitution Day", "1966-08-25": "Independence Day", "1966-10-12": "Columbus Day", "1966-11-02": "All Souls' Day", "1966-12-08": "Beaches Day", "1966-12-25": "Day of the Family", "1967-01-01": "New Year's Day", "1967-01-06": "Children's Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-20": "Tourism Week", "1967-03-21": "Tourism Week", "1967-03-22": "Tourism Week", "1967-03-23": "Tourism Week", "1967-03-24": "Tourism Week", "1967-04-19": "Landing of the 33 Patriots", "1967-05-01": "Workers' Day", "1967-05-18": "Battle of Las Piedras", "1967-06-19": "Birthday of Artigas", "1967-07-18": "Constitution Day", "1967-08-25": "Independence Day", "1967-10-12": "Columbus Day", "1967-11-02": "All Souls' Day", "1967-12-08": "Beaches Day", "1967-12-25": "Day of the Family", "1968-01-01": "New Year's Day", "1968-01-06": "Children's Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-08": "Tourism Week", "1968-04-09": "Tourism Week", "1968-04-10": "Tourism Week", "1968-04-11": "Tourism Week", "1968-04-12": "Tourism Week", "1968-04-19": "Landing of the 33 Patriots", "1968-05-01": "Workers' Day", "1968-05-18": "Battle of Las Piedras", "1968-06-19": "Birthday of Artigas", "1968-07-18": "Constitution Day", "1968-08-25": "Independence Day", "1968-10-12": "Columbus Day", "1968-11-02": "All Souls' Day", "1968-12-08": "Beaches Day", "1968-12-25": "Day of the Family", "1969-01-01": "New Year's Day", "1969-01-06": "Children's Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-03-31": "Tourism Week", "1969-04-01": "Tourism Week", "1969-04-02": "Tourism Week", "1969-04-03": "Tourism Week", "1969-04-04": "Tourism Week", "1969-04-19": "Landing of the 33 Patriots", "1969-05-01": "Workers' Day", "1969-05-18": "Battle of Las Piedras", "1969-06-19": "Birthday of Artigas", "1969-07-18": "Constitution Day", "1969-08-25": "Independence Day", "1969-10-12": "Columbus Day", "1969-11-02": "All Souls' Day", "1969-12-08": "Beaches Day", "1969-12-25": "Day of the Family", "1970-01-01": "New Year's Day", "1970-01-06": "Children's Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-23": "Tourism Week", "1970-03-24": "Tourism Week", "1970-03-25": "Tourism Week", "1970-03-26": "Tourism Week", "1970-03-27": "Tourism Week", "1970-04-19": "Landing of the 33 Patriots", "1970-05-01": "Workers' Day", "1970-05-18": "Battle of Las Piedras", "1970-06-19": "Birthday of Artigas", "1970-07-18": "Constitution Day", "1970-08-25": "Independence Day", "1970-10-12": "Columbus Day", "1970-11-02": "All Souls' Day", "1970-12-08": "Beaches Day", "1970-12-25": "Day of the Family", "1971-01-01": "New Year's Day", "1971-01-06": "Children's Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-05": "Tourism Week", "1971-04-06": "Tourism Week", "1971-04-07": "Tourism Week", "1971-04-08": "Tourism Week", "1971-04-09": "Tourism Week", "1971-04-19": "Landing of the 33 Patriots", "1971-05-01": "Workers' Day", "1971-05-18": "Battle of Las Piedras", "1971-06-19": "Birthday of Artigas", "1971-07-18": "Constitution Day", "1971-08-25": "Independence Day", "1971-10-12": "Columbus Day", "1971-11-02": "All Souls' Day", "1971-12-08": "Beaches Day", "1971-12-25": "Day of the Family", "1972-01-01": "New Year's Day", "1972-01-06": "Children's Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-27": "Tourism Week", "1972-03-28": "Tourism Week", "1972-03-29": "Tourism Week", "1972-03-30": "Tourism Week", "1972-03-31": "Tourism Week", "1972-04-19": "Landing of the 33 Patriots", "1972-05-01": "Workers' Day", "1972-05-18": "Battle of Las Piedras", "1972-06-19": "Birthday of Artigas", "1972-07-18": "Constitution Day", "1972-08-25": "Independence Day", "1972-10-12": "Columbus Day", "1972-11-02": "All Souls' Day", "1972-12-08": "Beaches Day", "1972-12-25": "Day of the Family", "1973-01-01": "New Year's Day", "1973-01-06": "Children's Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-16": "Tourism Week", "1973-04-17": "Tourism Week", "1973-04-18": "Tourism Week", "1973-04-19": "Landing of the 33 Patriots; Tourism Week", "1973-04-20": "Tourism Week", "1973-05-01": "Workers' Day", "1973-05-18": "Battle of Las Piedras", "1973-06-19": "Birthday of Artigas", "1973-07-18": "Constitution Day", "1973-08-25": "Independence Day", "1973-10-12": "Columbus Day", "1973-11-02": "All Souls' Day", "1973-12-08": "Beaches Day", "1973-12-25": "Day of the Family", "1974-01-01": "New Year's Day", "1974-01-06": "Children's Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-08": "Tourism Week", "1974-04-09": "Tourism Week", "1974-04-10": "Tourism Week", "1974-04-11": "Tourism Week", "1974-04-12": "Tourism Week", "1974-04-19": "Landing of the 33 Patriots", "1974-05-01": "Workers' Day", "1974-05-18": "Battle of Las Piedras", "1974-06-19": "Birthday of Artigas", "1974-07-18": "Constitution Day", "1974-08-25": "Independence Day", "1974-10-12": "Columbus Day", "1974-11-02": "All Souls' Day", "1974-12-08": "Beaches Day", "1974-12-25": "Day of the Family", "1975-01-01": "New Year's Day", "1975-01-06": "Children's Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-24": "Tourism Week", "1975-03-25": "Tourism Week", "1975-03-26": "Tourism Week", "1975-03-27": "Tourism Week", "1975-03-28": "Tourism Week", "1975-04-19": "Landing of the 33 Patriots", "1975-05-01": "Workers' Day", "1975-05-18": "Battle of Las Piedras", "1975-06-19": "Birthday of Artigas", "1975-07-18": "Constitution Day", "1975-08-25": "Independence Day", "1975-10-12": "Columbus Day", "1975-11-02": "All Souls' Day", "1975-12-08": "Beaches Day", "1975-12-25": "Day of the Family", "1976-01-01": "New Year's Day", "1976-01-06": "Children's Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-12": "Tourism Week", "1976-04-13": "Tourism Week", "1976-04-14": "Tourism Week", "1976-04-15": "Tourism Week", "1976-04-16": "Tourism Week", "1976-04-19": "Landing of the 33 Patriots", "1976-05-01": "Workers' Day", "1976-05-18": "Battle of Las Piedras", "1976-06-19": "Birthday of Artigas", "1976-07-18": "Constitution Day", "1976-08-25": "Independence Day", "1976-10-12": "Columbus Day", "1976-11-02": "All Souls' Day", "1976-12-08": "Beaches Day", "1976-12-25": "Day of the Family", "1977-01-01": "New Year's Day", "1977-01-06": "Children's Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-04": "Tourism Week", "1977-04-05": "Tourism Week", "1977-04-06": "Tourism Week", "1977-04-07": "Tourism Week", "1977-04-08": "Tourism Week", "1977-04-19": "Landing of the 33 Patriots", "1977-05-01": "Workers' Day", "1977-05-18": "Battle of Las Piedras", "1977-06-19": "Birthday of Artigas", "1977-07-18": "Constitution Day", "1977-08-25": "Independence Day", "1977-10-12": "Columbus Day", "1977-11-02": "All Souls' Day", "1977-12-08": "Beaches Day", "1977-12-25": "Day of the Family", "1978-01-01": "New Year's Day", "1978-01-06": "Children's Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-20": "Tourism Week", "1978-03-21": "Tourism Week", "1978-03-22": "Tourism Week", "1978-03-23": "Tourism Week", "1978-03-24": "Tourism Week", "1978-04-19": "Landing of the 33 Patriots", "1978-05-01": "Workers' Day", "1978-05-18": "Battle of Las Piedras", "1978-06-19": "Birthday of Artigas", "1978-07-18": "Constitution Day", "1978-08-25": "Independence Day", "1978-10-12": "Columbus Day", "1978-11-02": "All Souls' Day", "1978-12-08": "Beaches Day", "1978-12-25": "Day of the Family", "1979-01-01": "New Year's Day", "1979-01-06": "Children's Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-09": "Tourism Week", "1979-04-10": "Tourism Week", "1979-04-11": "Tourism Week", "1979-04-12": "Tourism Week", "1979-04-13": "Tourism Week", "1979-04-19": "Landing of the 33 Patriots", "1979-05-01": "Workers' Day", "1979-05-18": "Battle of Las Piedras", "1979-06-19": "Birthday of Artigas", "1979-07-18": "Constitution Day", "1979-08-25": "Independence Day", "1979-10-12": "Columbus Day", "1979-11-02": "All Souls' Day", "1979-12-08": "Beaches Day", "1979-12-25": "Day of the Family", "1980-01-01": "New Year's Day", "1980-01-06": "Children's Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-03-31": "Tourism Week", "1980-04-01": "Tourism Week", "1980-04-02": "Tourism Week", "1980-04-03": "Tourism Week", "1980-04-04": "Tourism Week", "1980-04-19": "Landing of the 33 Patriots", "1980-05-05": "Workers' Day", "1980-05-18": "Battle of Las Piedras", "1980-06-23": "Birthday of Artigas", "1980-07-18": "Constitution Day", "1980-08-25": "Independence Day", "1980-10-12": "Columbus Day", "1980-11-02": "All Souls' Day", "1980-12-25": "Day of the Family", "1981-01-01": "New Year's Day", "1981-01-06": "Children's Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-13": "Tourism Week", "1981-04-14": "Tourism Week", "1981-04-15": "Tourism Week", "1981-04-16": "Tourism Week", "1981-04-17": "Tourism Week", "1981-04-19": "Landing of the 33 Patriots", "1981-05-04": "Workers' Day", "1981-05-18": "Battle of Las Piedras", "1981-06-22": "Birthday of Artigas", "1981-07-18": "Constitution Day", "1981-08-25": "Independence Day", "1981-10-12": "Columbus Day", "1981-11-02": "All Souls' Day", "1981-12-25": "Day of the Family", "1982-01-01": "New Year's Day", "1982-01-06": "Children's Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-05": "Tourism Week", "1982-04-06": "Tourism Week", "1982-04-07": "Tourism Week", "1982-04-08": "Tourism Week", "1982-04-09": "Tourism Week", "1982-04-19": "Landing of the 33 Patriots", "1982-05-01": "Workers' Day", "1982-05-17": "Battle of Las Piedras", "1982-06-19": "Birthday of Artigas", "1982-07-18": "Constitution Day", "1982-08-25": "Independence Day", "1982-10-11": "Columbus Day", "1982-11-01": "All Souls' Day", "1982-12-25": "Day of the Family", "1983-01-01": "New Year's Day", "1983-01-06": "Children's Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-03-28": "Tourism Week", "1983-03-29": "Tourism Week", "1983-03-30": "Tourism Week", "1983-03-31": "Tourism Week", "1983-04-01": "Tourism Week", "1983-04-18": "Landing of the 33 Patriots", "1983-05-01": "Workers' Day", "1983-05-16": "Battle of Las Piedras", "1983-06-19": "Birthday of Artigas", "1983-07-18": "Constitution Day", "1983-08-25": "Independence Day", "1983-10-10": "Columbus Day", "1983-10-31": "All Souls' Day", "1983-12-25": "Day of the Family", "1984-01-01": "New Year's Day", "1984-01-06": "Children's Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-16": "Tourism Week", "1984-04-17": "Tourism Week", "1984-04-18": "Tourism Week", "1984-04-19": "Landing of the 33 Patriots; Tourism Week", "1984-04-20": "Tourism Week", "1984-05-01": "Workers' Day", "1984-05-18": "Battle of Las Piedras", "1984-06-19": "Birthday of Artigas", "1984-07-18": "Constitution Day", "1984-08-25": "Independence Day", "1984-10-12": "Columbus Day", "1984-11-02": "All Souls' Day", "1984-12-25": "Day of the Family", "1985-01-01": "New Year's Day", "1985-01-06": "Children's Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-03-01": "Presidential Inauguration Day", "1985-04-01": "Tourism Week", "1985-04-02": "Tourism Week", "1985-04-03": "Tourism Week", "1985-04-04": "Tourism Week", "1985-04-05": "Tourism Week", "1985-04-19": "Landing of the 33 Patriots", "1985-05-01": "Workers' Day", "1985-05-18": "Battle of Las Piedras", "1985-06-19": "Birthday of Artigas", "1985-07-18": "Constitution Day", "1985-08-25": "Independence Day", "1985-10-12": "Columbus Day", "1985-11-02": "All Souls' Day", "1985-12-25": "Day of the Family", "1986-01-01": "New Year's Day", "1986-01-06": "Children's Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-24": "Tourism Week", "1986-03-25": "Tourism Week", "1986-03-26": "Tourism Week", "1986-03-27": "Tourism Week", "1986-03-28": "Tourism Week", "1986-04-19": "Landing of the 33 Patriots", "1986-05-01": "Workers' Day", "1986-05-18": "Battle of Las Piedras", "1986-06-19": "Birthday of Artigas", "1986-07-18": "Constitution Day", "1986-08-25": "Independence Day", "1986-10-12": "Columbus Day", "1986-11-02": "All Souls' Day", "1986-12-25": "Day of the Family", "1987-01-01": "New Year's Day", "1987-01-06": "Children's Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-13": "Tourism Week", "1987-04-14": "Tourism Week", "1987-04-15": "Tourism Week", "1987-04-16": "Tourism Week", "1987-04-17": "Tourism Week", "1987-04-19": "Landing of the 33 Patriots", "1987-05-01": "Workers' Day", "1987-05-18": "Battle of Las Piedras", "1987-06-19": "Birthday of Artigas", "1987-07-18": "Constitution Day", "1987-08-25": "Independence Day", "1987-10-12": "Columbus Day", "1987-11-02": "All Souls' Day", "1987-12-25": "Day of the Family", "1988-01-01": "New Year's Day", "1988-01-06": "Children's Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-03-28": "Tourism Week", "1988-03-29": "Tourism Week", "1988-03-30": "Tourism Week", "1988-03-31": "Tourism Week", "1988-04-01": "Tourism Week", "1988-04-19": "Landing of the 33 Patriots", "1988-05-01": "Workers' Day", "1988-05-18": "Battle of Las Piedras", "1988-06-19": "Birthday of Artigas", "1988-07-18": "Constitution Day", "1988-08-25": "Independence Day", "1988-10-12": "Columbus Day", "1988-11-02": "All Souls' Day", "1988-12-25": "Day of the Family", "1989-01-01": "New Year's Day", "1989-01-06": "Children's Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-20": "Tourism Week", "1989-03-21": "Tourism Week", "1989-03-22": "Tourism Week", "1989-03-23": "Tourism Week", "1989-03-24": "Tourism Week", "1989-04-19": "Landing of the 33 Patriots", "1989-05-01": "Workers' Day", "1989-05-18": "Battle of Las Piedras", "1989-06-19": "Birthday of Artigas", "1989-07-18": "Constitution Day", "1989-08-25": "Independence Day", "1989-10-12": "Columbus Day", "1989-11-02": "All Souls' Day", "1989-12-25": "Day of the Family", "1990-01-01": "New Year's Day", "1990-01-06": "Children's Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-03-01": "Presidential Inauguration Day", "1990-04-09": "Tourism Week", "1990-04-10": "Tourism Week", "1990-04-11": "Tourism Week", "1990-04-12": "Tourism Week", "1990-04-13": "Tourism Week", "1990-04-19": "Landing of the 33 Patriots", "1990-05-01": "Workers' Day", "1990-05-18": "Battle of Las Piedras", "1990-06-19": "Birthday of Artigas", "1990-07-18": "Constitution Day", "1990-08-25": "Independence Day", "1990-10-12": "Columbus Day", "1990-11-02": "All Souls' Day", "1990-12-25": "Day of the Family", "1991-01-01": "New Year's Day", "1991-01-06": "Children's Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-25": "Tourism Week", "1991-03-26": "Tourism Week", "1991-03-27": "Tourism Week", "1991-03-28": "Tourism Week", "1991-03-29": "Tourism Week", "1991-04-19": "Landing of the 33 Patriots", "1991-05-01": "Workers' Day", "1991-05-18": "Battle of Las Piedras", "1991-06-19": "Birthday of Artigas", "1991-07-18": "Constitution Day", "1991-08-25": "Independence Day", "1991-10-12": "Columbus Day", "1991-11-02": "All Souls' Day", "1991-12-25": "Day of the Family", "1992-01-01": "New Year's Day", "1992-01-06": "Children's Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-13": "Tourism Week", "1992-04-14": "Tourism Week", "1992-04-15": "Tourism Week", "1992-04-16": "Tourism Week", "1992-04-17": "Tourism Week", "1992-04-19": "Landing of the 33 Patriots", "1992-05-01": "Workers' Day", "1992-05-18": "Battle of Las Piedras", "1992-06-19": "Birthday of Artigas", "1992-07-18": "Constitution Day", "1992-08-25": "Independence Day", "1992-10-12": "Columbus Day", "1992-11-02": "All Souls' Day", "1992-12-25": "Day of the Family", "1993-01-01": "New Year's Day", "1993-01-06": "Children's Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-05": "Tourism Week", "1993-04-06": "Tourism Week", "1993-04-07": "Tourism Week", "1993-04-08": "Tourism Week", "1993-04-09": "Tourism Week", "1993-04-19": "Landing of the 33 Patriots", "1993-05-01": "Workers' Day", "1993-05-18": "Battle of Las Piedras", "1993-06-19": "Birthday of Artigas", "1993-07-18": "Constitution Day", "1993-08-25": "Independence Day", "1993-10-12": "Columbus Day", "1993-11-02": "All Souls' Day", "1993-12-25": "Day of the Family", "1994-01-01": "New Year's Day", "1994-01-06": "Children's Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-03-28": "Tourism Week", "1994-03-29": "Tourism Week", "1994-03-30": "Tourism Week", "1994-03-31": "Tourism Week", "1994-04-01": "Tourism Week", "1994-04-19": "Landing of the 33 Patriots", "1994-05-01": "Workers' Day", "1994-05-18": "Battle of Las Piedras", "1994-06-19": "Birthday of Artigas", "1994-07-18": "Constitution Day", "1994-08-25": "Independence Day", "1994-10-12": "Columbus Day", "1994-11-02": "All Souls' Day", "1994-12-25": "Day of the Family", "1995-01-01": "New Year's Day", "1995-01-06": "Children's Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-03-01": "Presidential Inauguration Day", "1995-04-10": "Tourism Week", "1995-04-11": "Tourism Week", "1995-04-12": "Tourism Week", "1995-04-13": "Tourism Week", "1995-04-14": "Tourism Week", "1995-04-19": "Landing of the 33 Patriots", "1995-05-01": "Workers' Day", "1995-05-18": "Battle of Las Piedras", "1995-06-19": "Birthday of Artigas", "1995-07-18": "Constitution Day", "1995-08-25": "Independence Day", "1995-10-12": "Columbus Day", "1995-11-02": "All Souls' Day", "1995-12-25": "Day of the Family", "1996-01-01": "New Year's Day", "1996-01-06": "Children's Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-01": "Tourism Week", "1996-04-02": "Tourism Week", "1996-04-03": "Tourism Week", "1996-04-04": "Tourism Week", "1996-04-05": "Tourism Week", "1996-04-19": "Landing of the 33 Patriots", "1996-05-01": "Workers' Day", "1996-05-18": "Battle of Las Piedras", "1996-06-19": "Birthday of Artigas", "1996-07-18": "Constitution Day", "1996-08-25": "Independence Day", "1996-10-12": "Columbus Day", "1996-11-02": "All Souls' Day", "1996-12-25": "Day of the Family", "1997-01-01": "New Year's Day", "1997-01-06": "Children's Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-24": "Tourism Week", "1997-03-25": "Tourism Week", "1997-03-26": "Tourism Week", "1997-03-27": "Tourism Week", "1997-03-28": "Tourism Week", "1997-04-19": "Landing of the 33 Patriots", "1997-05-01": "Workers' Day", "1997-05-18": "Battle of Las Piedras", "1997-06-23": "Birthday of Artigas", "1997-07-18": "Constitution Day", "1997-08-25": "Independence Day", "1997-10-12": "Columbus Day", "1997-11-02": "All Souls' Day", "1997-12-25": "Day of the Family", "1998-01-01": "New Year's Day", "1998-01-06": "Children's Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-06": "Tourism Week", "1998-04-07": "Tourism Week", "1998-04-08": "Tourism Week", "1998-04-09": "Tourism Week", "1998-04-10": "Tourism Week", "1998-04-19": "Landing of the 33 Patriots", "1998-05-01": "Workers' Day", "1998-05-18": "Battle of Las Piedras", "1998-06-22": "Birthday of Artigas", "1998-07-18": "Constitution Day", "1998-08-25": "Independence Day", "1998-10-12": "Columbus Day", "1998-11-02": "All Souls' Day", "1998-12-25": "Day of the Family", "1999-01-01": "New Year's Day", "1999-01-06": "Children's Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-03-29": "Tourism Week", "1999-03-30": "Tourism Week", "1999-03-31": "Tourism Week", "1999-04-01": "Tourism Week", "1999-04-02": "Tourism Week", "1999-04-19": "Landing of the 33 Patriots", "1999-05-01": "Workers' Day", "1999-05-17": "Battle of Las Piedras", "1999-06-19": "Birthday of Artigas", "1999-07-18": "Constitution Day", "1999-08-25": "Independence Day", "1999-10-11": "Columbus Day", "1999-11-01": "All Souls' Day", "1999-12-25": "Day of the Family", "2000-01-01": "New Year's Day", "2000-01-06": "Children's Day", "2000-03-01": "Presidential Inauguration Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-17": "Landing of the 33 Patriots; Tourism Week", "2000-04-18": "Tourism Week", "2000-04-19": "Tourism Week", "2000-04-20": "Tourism Week", "2000-04-21": "Tourism Week", "2000-05-01": "Workers' Day", "2000-05-22": "Battle of Las Piedras", "2000-06-19": "Birthday of Artigas", "2000-07-18": "Constitution Day", "2000-08-25": "Independence Day", "2000-10-16": "Columbus Day", "2000-11-06": "All Souls' Day", "2000-12-25": "Day of the Family", "2001-01-01": "New Year's Day", "2001-01-06": "Children's Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-09": "Tourism Week", "2001-04-10": "Tourism Week", "2001-04-11": "Tourism Week", "2001-04-12": "Tourism Week", "2001-04-13": "Tourism Week", "2001-04-23": "Landing of the 33 Patriots", "2001-05-01": "Workers' Day", "2001-05-21": "Battle of Las Piedras", "2001-06-18": "Birthday of Artigas", "2001-07-18": "Constitution Day", "2001-08-25": "Independence Day", "2001-10-15": "Columbus Day", "2001-11-05": "All Souls' Day", "2001-12-25": "Day of the Family", "2002-01-01": "New Year's Day", "2002-01-06": "Children's Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-25": "Tourism Week", "2002-03-26": "Tourism Week", "2002-03-27": "Tourism Week", "2002-03-28": "Tourism Week", "2002-03-29": "Tourism Week", "2002-04-22": "Landing of the 33 Patriots", "2002-05-01": "Workers' Day", "2002-05-18": "Battle of Las Piedras", "2002-06-19": "Birthday of Artigas", "2002-07-18": "Constitution Day", "2002-08-25": "Independence Day", "2002-10-12": "Columbus Day", "2002-11-02": "All Souls' Day", "2002-12-25": "Day of the Family", "2003-01-01": "New Year's Day", "2003-01-06": "Children's Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-14": "Tourism Week", "2003-04-15": "Tourism Week", "2003-04-16": "Tourism Week", "2003-04-17": "Tourism Week", "2003-04-18": "Tourism Week", "2003-04-19": "Landing of the 33 Patriots", "2003-05-01": "Workers' Day", "2003-05-18": "Battle of Las Piedras", "2003-06-19": "Birthday of Artigas", "2003-07-18": "Constitution Day", "2003-08-25": "Independence Day", "2003-10-12": "Columbus Day", "2003-11-02": "All Souls' Day", "2003-12-25": "Day of the Family", "2004-01-01": "New Year's Day", "2004-01-06": "Children's Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-05": "Tourism Week", "2004-04-06": "Tourism Week", "2004-04-07": "Tourism Week", "2004-04-08": "Tourism Week", "2004-04-09": "Tourism Week", "2004-04-19": "Landing of the 33 Patriots", "2004-05-01": "Workers' Day", "2004-05-17": "Battle of Las Piedras", "2004-06-19": "Birthday of Artigas", "2004-07-18": "Constitution Day", "2004-08-25": "Independence Day", "2004-10-11": "Columbus Day", "2004-11-02": "All Souls' Day", "2004-12-25": "Day of the Family", "2005-01-01": "New Year's Day", "2005-01-06": "Children's Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-01": "Presidential Inauguration Day", "2005-03-21": "Tourism Week", "2005-03-22": "Tourism Week", "2005-03-23": "Tourism Week", "2005-03-24": "Tourism Week", "2005-03-25": "Tourism Week", "2005-04-18": "Landing of the 33 Patriots", "2005-05-01": "Workers' Day", "2005-05-16": "Battle of Las Piedras", "2005-06-19": "Birthday of Artigas", "2005-07-18": "Constitution Day", "2005-08-25": "Independence Day", "2005-10-10": "Columbus Day", "2005-11-02": "All Souls' Day", "2005-12-25": "Day of the Family", "2006-01-01": "New Year's Day", "2006-01-06": "Children's Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-10": "Tourism Week", "2006-04-11": "Tourism Week", "2006-04-12": "Tourism Week", "2006-04-13": "Tourism Week", "2006-04-14": "Tourism Week", "2006-04-17": "Landing of the 33 Patriots", "2006-05-01": "Workers' Day", "2006-05-22": "Battle of Las Piedras", "2006-06-19": "Birthday of Artigas", "2006-07-18": "Constitution Day", "2006-08-25": "Independence Day", "2006-10-16": "Columbus Day", "2006-11-02": "All Souls' Day", "2006-12-25": "Day of the Family", "2007-01-01": "New Year's Day", "2007-01-06": "Children's Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-02": "Tourism Week", "2007-04-03": "Tourism Week", "2007-04-04": "Tourism Week", "2007-04-05": "Tourism Week", "2007-04-06": "Tourism Week", "2007-04-23": "Landing of the 33 Patriots", "2007-05-01": "Workers' Day", "2007-05-21": "Battle of Las Piedras", "2007-06-19": "Birthday of Artigas", "2007-07-18": "Constitution Day", "2007-08-25": "Independence Day", "2007-10-15": "Columbus Day", "2007-11-02": "All Souls' Day", "2007-12-25": "Day of the Family", "2008-01-01": "New Year's Day", "2008-01-06": "Children's Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-17": "Tourism Week", "2008-03-18": "Tourism Week", "2008-03-19": "Tourism Week", "2008-03-20": "Tourism Week", "2008-03-21": "Tourism Week", "2008-04-19": "Landing of the 33 Patriots", "2008-05-01": "Workers' Day", "2008-05-18": "Battle of Las Piedras", "2008-06-19": "Birthday of Artigas", "2008-07-18": "Constitution Day", "2008-08-25": "Independence Day", "2008-10-12": "Columbus Day", "2008-11-02": "All Souls' Day", "2008-12-25": "Day of the Family", "2009-01-01": "New Year's Day", "2009-01-06": "Children's Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-06": "Tourism Week", "2009-04-07": "Tourism Week", "2009-04-08": "Tourism Week", "2009-04-09": "Tourism Week", "2009-04-10": "Tourism Week", "2009-04-19": "Landing of the 33 Patriots", "2009-05-01": "Workers' Day", "2009-05-18": "Battle of Las Piedras", "2009-06-19": "Birthday of Artigas", "2009-07-18": "Constitution Day", "2009-08-25": "Independence Day", "2009-10-12": "Columbus Day", "2009-11-02": "All Souls' Day", "2009-12-25": "Day of the Family", "2010-01-01": "New Year's Day", "2010-01-06": "Children's Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-03-01": "Presidential Inauguration Day", "2010-03-29": "Tourism Week", "2010-03-30": "Tourism Week", "2010-03-31": "Tourism Week", "2010-04-01": "Tourism Week", "2010-04-02": "Tourism Week", "2010-04-19": "Landing of the 33 Patriots", "2010-05-01": "Workers' Day", "2010-05-17": "Battle of Las Piedras", "2010-06-19": "Birthday of Artigas", "2010-07-18": "Constitution Day", "2010-08-25": "Independence Day", "2010-10-11": "Columbus Day", "2010-11-02": "All Souls' Day", "2010-12-25": "Day of the Family", "2011-01-01": "New Year's Day", "2011-01-06": "Children's Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-18": "Landing of the 33 Patriots; Tourism Week", "2011-04-19": "Tourism Week", "2011-04-20": "Tourism Week", "2011-04-21": "Tourism Week", "2011-04-22": "Tourism Week", "2011-05-01": "Workers' Day", "2011-05-16": "Battle of Las Piedras", "2011-06-19": "Birthday of Artigas", "2011-07-18": "Constitution Day", "2011-08-25": "Independence Day", "2011-10-10": "Columbus Day", "2011-11-02": "All Souls' Day", "2011-12-25": "Day of the Family", "2012-01-01": "New Year's Day", "2012-01-06": "Children's Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-02": "Tourism Week", "2012-04-03": "Tourism Week", "2012-04-04": "Tourism Week", "2012-04-05": "Tourism Week", "2012-04-06": "Tourism Week", "2012-04-23": "Landing of the 33 Patriots", "2012-05-01": "Workers' Day", "2012-05-21": "Battle of Las Piedras", "2012-06-19": "Birthday of Artigas", "2012-07-18": "Constitution Day", "2012-08-25": "Independence Day", "2012-10-15": "Columbus Day", "2012-11-02": "All Souls' Day", "2012-12-25": "Day of the Family", "2013-01-01": "New Year's Day", "2013-01-06": "Children's Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-25": "Tourism Week", "2013-03-26": "Tourism Week", "2013-03-27": "Tourism Week", "2013-03-28": "Tourism Week", "2013-03-29": "Tourism Week", "2013-04-22": "Landing of the 33 Patriots", "2013-05-01": "Workers' Day", "2013-05-18": "Battle of Las Piedras", "2013-06-19": "Birthday of Artigas", "2013-07-18": "Constitution Day", "2013-08-25": "Independence Day", "2013-10-12": "Columbus Day", "2013-11-02": "All Souls' Day", "2013-12-25": "Day of the Family", "2014-01-01": "New Year's Day", "2014-01-06": "Children's Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-14": "Tourism Week", "2014-04-15": "Tourism Week", "2014-04-16": "Tourism Week", "2014-04-17": "Tourism Week", "2014-04-18": "Tourism Week", "2014-04-19": "Landing of the 33 Patriots", "2014-05-01": "Workers' Day", "2014-05-18": "Battle of Las Piedras", "2014-06-19": "Birthday of Artigas", "2014-07-18": "Constitution Day", "2014-08-25": "Independence Day", "2014-10-12": "Cultural Diversity Day", "2014-11-02": "All Souls' Day", "2014-12-25": "Day of the Family", "2015-01-01": "New Year's Day", "2015-01-06": "Children's Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-03-01": "Presidential Inauguration Day", "2015-03-30": "Tourism Week", "2015-03-31": "Tourism Week", "2015-04-01": "Tourism Week", "2015-04-02": "Tourism Week", "2015-04-03": "Tourism Week", "2015-04-19": "Landing of the 33 Patriots", "2015-05-01": "Workers' Day", "2015-05-18": "Battle of Las Piedras", "2015-06-19": "Birthday of Artigas", "2015-07-18": "Constitution Day", "2015-08-25": "Independence Day", "2015-10-12": "Cultural Diversity Day", "2015-11-02": "All Souls' Day", "2015-12-25": "Day of the Family", "2016-01-01": "New Year's Day", "2016-01-06": "Children's Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-21": "Tourism Week", "2016-03-22": "Tourism Week", "2016-03-23": "Tourism Week", "2016-03-24": "Tourism Week", "2016-03-25": "Tourism Week", "2016-04-18": "Landing of the 33 Patriots", "2016-05-01": "Workers' Day", "2016-05-16": "Battle of Las Piedras", "2016-06-19": "Birthday of Artigas", "2016-07-18": "Constitution Day", "2016-08-25": "Independence Day", "2016-10-10": "Cultural Diversity Day", "2016-11-02": "All Souls' Day", "2016-12-25": "Day of the Family", "2017-01-01": "New Year's Day", "2017-01-06": "Children's Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-10": "Tourism Week", "2017-04-11": "Tourism Week", "2017-04-12": "Tourism Week", "2017-04-13": "Tourism Week", "2017-04-14": "Tourism Week", "2017-04-17": "Landing of the 33 Patriots", "2017-05-01": "Workers' Day", "2017-05-22": "Battle of Las Piedras", "2017-06-19": "Birthday of Artigas", "2017-07-18": "Constitution Day", "2017-08-25": "Independence Day", "2017-10-16": "Cultural Diversity Day", "2017-11-02": "All Souls' Day", "2017-12-25": "Day of the Family", "2018-01-01": "New Year's Day", "2018-01-06": "Children's Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-26": "Tourism Week", "2018-03-27": "Tourism Week", "2018-03-28": "Tourism Week", "2018-03-29": "Tourism Week", "2018-03-30": "Tourism Week", "2018-04-23": "Landing of the 33 Patriots", "2018-05-01": "Workers' Day", "2018-05-21": "Battle of Las Piedras", "2018-06-19": "Birthday of Artigas", "2018-07-18": "Constitution Day", "2018-08-25": "Independence Day", "2018-10-15": "Cultural Diversity Day", "2018-11-02": "All Souls' Day", "2018-12-25": "Day of the Family", "2019-01-01": "New Year's Day", "2019-01-06": "Children's Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-15": "Tourism Week", "2019-04-16": "Tourism Week", "2019-04-17": "Tourism Week", "2019-04-18": "Tourism Week", "2019-04-19": "Tourism Week", "2019-04-22": "Landing of the 33 Patriots", "2019-05-01": "Workers' Day", "2019-05-18": "Battle of Las Piedras", "2019-06-19": "Birthday of Artigas", "2019-07-18": "Constitution Day", "2019-08-25": "Independence Day", "2019-10-12": "Cultural Diversity Day", "2019-11-02": "All Souls' Day", "2019-12-25": "Day of the Family", "2020-01-01": "New Year's Day", "2020-01-06": "Children's Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-03-01": "Presidential Inauguration Day", "2020-04-06": "Tourism Week", "2020-04-07": "Tourism Week", "2020-04-08": "Tourism Week", "2020-04-09": "Tourism Week", "2020-04-10": "Tourism Week", "2020-04-19": "Landing of the 33 Patriots", "2020-05-01": "Workers' Day", "2020-05-18": "Battle of Las Piedras", "2020-06-19": "Birthday of Artigas", "2020-07-18": "Constitution Day", "2020-08-25": "Independence Day", "2020-10-12": "Cultural Diversity Day", "2020-11-02": "All Souls' Day", "2020-12-25": "Day of the Family", "2021-01-01": "New Year's Day", "2021-01-06": "Children's Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-03-29": "Tourism Week", "2021-03-30": "Tourism Week", "2021-03-31": "Tourism Week", "2021-04-01": "Tourism Week", "2021-04-02": "Tourism Week", "2021-04-19": "Landing of the 33 Patriots", "2021-05-01": "Workers' Day", "2021-05-17": "Battle of Las Piedras", "2021-06-19": "Birthday of Artigas", "2021-07-18": "Constitution Day", "2021-08-25": "Independence Day", "2021-10-11": "Cultural Diversity Day", "2021-11-02": "All Souls' Day", "2021-12-25": "Day of the Family", "2022-01-01": "New Year's Day", "2022-01-06": "Children's Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-11": "Tourism Week", "2022-04-12": "Tourism Week", "2022-04-13": "Tourism Week", "2022-04-14": "Tourism Week", "2022-04-15": "Tourism Week", "2022-04-18": "Landing of the 33 Patriots", "2022-05-01": "Workers' Day", "2022-05-16": "Battle of Las Piedras", "2022-06-19": "Birthday of Artigas", "2022-07-18": "Constitution Day", "2022-08-25": "Independence Day", "2022-10-10": "Cultural Diversity Day", "2022-11-02": "All Souls' Day", "2022-12-25": "Day of the Family", "2023-01-01": "New Year's Day", "2023-01-06": "Children's Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-03": "Tourism Week", "2023-04-04": "Tourism Week", "2023-04-05": "Tourism Week", "2023-04-06": "Tourism Week", "2023-04-07": "Tourism Week", "2023-04-17": "Landing of the 33 Patriots", "2023-05-01": "Workers' Day", "2023-05-22": "Battle of Las Piedras", "2023-06-19": "Birthday of Artigas", "2023-07-18": "Constitution Day", "2023-08-25": "Independence Day", "2023-10-16": "Cultural Diversity Day", "2023-11-02": "All Souls' Day", "2023-12-25": "Day of the Family", "2024-01-01": "New Year's Day", "2024-01-06": "Children's Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-25": "Tourism Week", "2024-03-26": "Tourism Week", "2024-03-27": "Tourism Week", "2024-03-28": "Tourism Week", "2024-03-29": "Tourism Week", "2024-04-22": "Landing of the 33 Patriots", "2024-05-01": "Workers' Day", "2024-05-18": "Battle of Las Piedras", "2024-06-19": "Birthday of Artigas", "2024-07-18": "Constitution Day", "2024-08-25": "Independence Day", "2024-10-12": "Cultural Diversity Day", "2024-11-02": "All Souls' Day", "2024-12-25": "Day of the Family", "2025-01-01": "New Year's Day", "2025-01-06": "Children's Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-14": "Tourism Week", "2025-04-15": "Tourism Week", "2025-04-16": "Tourism Week", "2025-04-17": "Tourism Week", "2025-04-18": "Tourism Week", "2025-04-19": "Landing of the 33 Patriots", "2025-05-01": "Workers' Day", "2025-05-18": "Battle of Las Piedras", "2025-06-19": "Birthday of Artigas", "2025-07-18": "Constitution Day", "2025-08-25": "Independence Day", "2025-10-12": "Cultural Diversity Day", "2025-11-02": "All Souls' Day", "2025-12-25": "Day of the Family", "2026-01-01": "New Year's Day", "2026-01-06": "Children's Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-03-30": "Tourism Week", "2026-03-31": "Tourism Week", "2026-04-01": "Tourism Week", "2026-04-02": "Tourism Week", "2026-04-03": "Tourism Week", "2026-04-19": "Landing of the 33 Patriots", "2026-05-01": "Workers' Day", "2026-05-18": "Battle of Las Piedras", "2026-06-19": "Birthday of Artigas", "2026-07-18": "Constitution Day", "2026-08-25": "Independence Day", "2026-10-12": "Cultural Diversity Day", "2026-11-02": "All Souls' Day", "2026-12-25": "Day of the Family", "2027-01-01": "New Year's Day", "2027-01-06": "Children's Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-22": "Tourism Week", "2027-03-23": "Tourism Week", "2027-03-24": "Tourism Week", "2027-03-25": "Tourism Week", "2027-03-26": "Tourism Week", "2027-04-19": "Landing of the 33 Patriots", "2027-05-01": "Workers' Day", "2027-05-17": "Battle of Las Piedras", "2027-06-19": "Birthday of Artigas", "2027-07-18": "Constitution Day", "2027-08-25": "Independence Day", "2027-10-11": "Cultural Diversity Day", "2027-11-02": "All Souls' Day", "2027-12-25": "Day of the Family", "2028-01-01": "New Year's Day", "2028-01-06": "Children's Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-10": "Tourism Week", "2028-04-11": "Tourism Week", "2028-04-12": "Tourism Week", "2028-04-13": "Tourism Week", "2028-04-14": "Tourism Week", "2028-04-17": "Landing of the 33 Patriots", "2028-05-01": "Workers' Day", "2028-05-22": "Battle of Las Piedras", "2028-06-19": "Birthday of Artigas", "2028-07-18": "Constitution Day", "2028-08-25": "Independence Day", "2028-10-16": "Cultural Diversity Day", "2028-11-02": "All Souls' Day", "2028-12-25": "Day of the Family", "2029-01-01": "New Year's Day", "2029-01-06": "Children's Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-26": "Tourism Week", "2029-03-27": "Tourism Week", "2029-03-28": "Tourism Week", "2029-03-29": "Tourism Week", "2029-03-30": "Tourism Week", "2029-04-23": "Landing of the 33 Patriots", "2029-05-01": "Workers' Day", "2029-05-21": "Battle of Las Piedras", "2029-06-19": "Birthday of Artigas", "2029-07-18": "Constitution Day", "2029-08-25": "Independence Day", "2029-10-15": "Cultural Diversity Day", "2029-11-02": "All Souls' Day", "2029-12-25": "Day of the Family", "2030-01-01": "New Year's Day", "2030-01-06": "Children's Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-15": "Tourism Week", "2030-04-16": "Tourism Week", "2030-04-17": "Tourism Week", "2030-04-18": "Tourism Week", "2030-04-19": "Tourism Week", "2030-04-22": "Landing of the 33 Patriots", "2030-05-01": "Workers' Day", "2030-05-18": "Battle of Las Piedras", "2030-06-19": "Birthday of Artigas", "2030-07-18": "Constitution Day", "2030-08-25": "Independence Day", "2030-10-12": "Cultural Diversity Day", "2030-11-02": "All Souls' Day", "2030-12-25": "Day of the Family", "2031-01-01": "New Year's Day", "2031-01-06": "Children's Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-07": "Tourism Week", "2031-04-08": "Tourism Week", "2031-04-09": "Tourism Week", "2031-04-10": "Tourism Week", "2031-04-11": "Tourism Week", "2031-04-19": "Landing of the 33 Patriots", "2031-05-01": "Workers' Day", "2031-05-18": "Battle of Las Piedras", "2031-06-19": "Birthday of Artigas", "2031-07-18": "Constitution Day", "2031-08-25": "Independence Day", "2031-10-12": "Cultural Diversity Day", "2031-11-02": "All Souls' Day", "2031-12-25": "Day of the Family", "2032-01-01": "New Year's Day", "2032-01-06": "Children's Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-22": "Tourism Week", "2032-03-23": "Tourism Week", "2032-03-24": "Tourism Week", "2032-03-25": "Tourism Week", "2032-03-26": "Tourism Week", "2032-04-19": "Landing of the 33 Patriots", "2032-05-01": "Workers' Day", "2032-05-17": "Battle of Las Piedras", "2032-06-19": "Birthday of Artigas", "2032-07-18": "Constitution Day", "2032-08-25": "Independence Day", "2032-10-11": "Cultural Diversity Day", "2032-11-02": "All Souls' Day", "2032-12-25": "Day of the Family", "2033-01-01": "New Year's Day", "2033-01-06": "Children's Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-11": "Tourism Week", "2033-04-12": "Tourism Week", "2033-04-13": "Tourism Week", "2033-04-14": "Tourism Week", "2033-04-15": "Tourism Week", "2033-04-18": "Landing of the 33 Patriots", "2033-05-01": "Workers' Day", "2033-05-16": "Battle of Las Piedras", "2033-06-19": "Birthday of Artigas", "2033-07-18": "Constitution Day", "2033-08-25": "Independence Day", "2033-10-10": "Cultural Diversity Day", "2033-11-02": "All Souls' Day", "2033-12-25": "Day of the Family", "2034-01-01": "New Year's Day", "2034-01-06": "Children's Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-03": "Tourism Week", "2034-04-04": "Tourism Week", "2034-04-05": "Tourism Week", "2034-04-06": "Tourism Week", "2034-04-07": "Tourism Week", "2034-04-17": "Landing of the 33 Patriots", "2034-05-01": "Workers' Day", "2034-05-22": "Battle of Las Piedras", "2034-06-19": "Birthday of Artigas", "2034-07-18": "Constitution Day", "2034-08-25": "Independence Day", "2034-10-16": "Cultural Diversity Day", "2034-11-02": "All Souls' Day", "2034-12-25": "Day of the Family", "2035-01-01": "New Year's Day", "2035-01-06": "Children's Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-19": "Tourism Week", "2035-03-20": "Tourism Week", "2035-03-21": "Tourism Week", "2035-03-22": "Tourism Week", "2035-03-23": "Tourism Week", "2035-04-23": "Landing of the 33 Patriots", "2035-05-01": "Workers' Day", "2035-05-21": "Battle of Las Piedras", "2035-06-19": "Birthday of Artigas", "2035-07-18": "Constitution Day", "2035-08-25": "Independence Day", "2035-10-15": "Cultural Diversity Day", "2035-11-02": "All Souls' Day", "2035-12-25": "Day of the Family", "2036-01-01": "New Year's Day", "2036-01-06": "Children's Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-07": "Tourism Week", "2036-04-08": "Tourism Week", "2036-04-09": "Tourism Week", "2036-04-10": "Tourism Week", "2036-04-11": "Tourism Week", "2036-04-19": "Landing of the 33 Patriots", "2036-05-01": "Workers' Day", "2036-05-18": "Battle of Las Piedras", "2036-06-19": "Birthday of Artigas", "2036-07-18": "Constitution Day", "2036-08-25": "Independence Day", "2036-10-12": "Cultural Diversity Day", "2036-11-02": "All Souls' Day", "2036-12-25": "Day of the Family", "2037-01-01": "New Year's Day", "2037-01-06": "Children's Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-03-30": "Tourism Week", "2037-03-31": "Tourism Week", "2037-04-01": "Tourism Week", "2037-04-02": "Tourism Week", "2037-04-03": "Tourism Week", "2037-04-19": "Landing of the 33 Patriots", "2037-05-01": "Workers' Day", "2037-05-18": "Battle of Las Piedras", "2037-06-19": "Birthday of Artigas", "2037-07-18": "Constitution Day", "2037-08-25": "Independence Day", "2037-10-12": "Cultural Diversity Day", "2037-11-02": "All Souls' Day", "2037-12-25": "Day of the Family", "2038-01-01": "New Year's Day", "2038-01-06": "Children's Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-19": "Landing of the 33 Patriots; Tourism Week", "2038-04-20": "Tourism Week", "2038-04-21": "Tourism Week", "2038-04-22": "Tourism Week", "2038-04-23": "Tourism Week", "2038-05-01": "Workers' Day", "2038-05-17": "Battle of Las Piedras", "2038-06-19": "Birthday of Artigas", "2038-07-18": "Constitution Day", "2038-08-25": "Independence Day", "2038-10-11": "Cultural Diversity Day", "2038-11-02": "All Souls' Day", "2038-12-25": "Day of the Family", "2039-01-01": "New Year's Day", "2039-01-06": "Children's Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-04": "Tourism Week", "2039-04-05": "Tourism Week", "2039-04-06": "Tourism Week", "2039-04-07": "Tourism Week", "2039-04-08": "Tourism Week", "2039-04-18": "Landing of the 33 Patriots", "2039-05-01": "Workers' Day", "2039-05-16": "Battle of Las Piedras", "2039-06-19": "Birthday of Artigas", "2039-07-18": "Constitution Day", "2039-08-25": "Independence Day", "2039-10-10": "Cultural Diversity Day", "2039-11-02": "All Souls' Day", "2039-12-25": "Day of the Family", "2040-01-01": "New Year's Day", "2040-01-06": "Children's Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-26": "Tourism Week", "2040-03-27": "Tourism Week", "2040-03-28": "Tourism Week", "2040-03-29": "Tourism Week", "2040-03-30": "Tourism Week", "2040-04-23": "Landing of the 33 Patriots", "2040-05-01": "Workers' Day", "2040-05-21": "Battle of Las Piedras", "2040-06-19": "Birthday of Artigas", "2040-07-18": "Constitution Day", "2040-08-25": "Independence Day", "2040-10-15": "Cultural Diversity Day", "2040-11-02": "All Souls' Day", "2040-12-25": "Day of the Family", "2041-01-01": "New Year's Day", "2041-01-06": "Children's Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-15": "Tourism Week", "2041-04-16": "Tourism Week", "2041-04-17": "Tourism Week", "2041-04-18": "Tourism Week", "2041-04-19": "Tourism Week", "2041-04-22": "Landing of the 33 Patriots", "2041-05-01": "Workers' Day", "2041-05-18": "Battle of Las Piedras", "2041-06-19": "Birthday of Artigas", "2041-07-18": "Constitution Day", "2041-08-25": "Independence Day", "2041-10-12": "Cultural Diversity Day", "2041-11-02": "All Souls' Day", "2041-12-25": "Day of the Family", "2042-01-01": "New Year's Day", "2042-01-06": "Children's Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-03-31": "Tourism Week", "2042-04-01": "Tourism Week", "2042-04-02": "Tourism Week", "2042-04-03": "Tourism Week", "2042-04-04": "Tourism Week", "2042-04-19": "Landing of the 33 Patriots", "2042-05-01": "Workers' Day", "2042-05-18": "Battle of Las Piedras", "2042-06-19": "Birthday of Artigas", "2042-07-18": "Constitution Day", "2042-08-25": "Independence Day", "2042-10-12": "Cultural Diversity Day", "2042-11-02": "All Souls' Day", "2042-12-25": "Day of the Family", "2043-01-01": "New Year's Day", "2043-01-06": "Children's Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-23": "Tourism Week", "2043-03-24": "Tourism Week", "2043-03-25": "Tourism Week", "2043-03-26": "Tourism Week", "2043-03-27": "Tourism Week", "2043-04-19": "Landing of the 33 Patriots", "2043-05-01": "Workers' Day", "2043-05-18": "Battle of Las Piedras", "2043-06-19": "Birthday of Artigas", "2043-07-18": "Constitution Day", "2043-08-25": "Independence Day", "2043-10-12": "Cultural Diversity Day", "2043-11-02": "All Souls' Day", "2043-12-25": "Day of the Family", "2044-01-01": "New Year's Day", "2044-01-06": "Children's Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-11": "Tourism Week", "2044-04-12": "Tourism Week", "2044-04-13": "Tourism Week", "2044-04-14": "Tourism Week", "2044-04-15": "Tourism Week", "2044-04-18": "Landing of the 33 Patriots", "2044-05-01": "Workers' Day", "2044-05-16": "Battle of Las Piedras", "2044-06-19": "Birthday of Artigas", "2044-07-18": "Constitution Day", "2044-08-25": "Independence Day", "2044-10-10": "Cultural Diversity Day", "2044-11-02": "All Souls' Day", "2044-12-25": "Day of the Family", "2045-01-01": "New Year's Day", "2045-01-06": "Children's Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-03": "Tourism Week", "2045-04-04": "Tourism Week", "2045-04-05": "Tourism Week", "2045-04-06": "Tourism Week", "2045-04-07": "Tourism Week", "2045-04-17": "Landing of the 33 Patriots", "2045-05-01": "Workers' Day", "2045-05-22": "Battle of Las Piedras", "2045-06-19": "Birthday of Artigas", "2045-07-18": "Constitution Day", "2045-08-25": "Independence Day", "2045-10-16": "Cultural Diversity Day", "2045-11-02": "All Souls' Day", "2045-12-25": "Day of the Family", "2046-01-01": "New Year's Day", "2046-01-06": "Children's Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-19": "Tourism Week", "2046-03-20": "Tourism Week", "2046-03-21": "Tourism Week", "2046-03-22": "Tourism Week", "2046-03-23": "Tourism Week", "2046-04-23": "Landing of the 33 Patriots", "2046-05-01": "Workers' Day", "2046-05-21": "Battle of Las Piedras", "2046-06-19": "Birthday of Artigas", "2046-07-18": "Constitution Day", "2046-08-25": "Independence Day", "2046-10-15": "Cultural Diversity Day", "2046-11-02": "All Souls' Day", "2046-12-25": "Day of the Family", "2047-01-01": "New Year's Day", "2047-01-06": "Children's Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-08": "Tourism Week", "2047-04-09": "Tourism Week", "2047-04-10": "Tourism Week", "2047-04-11": "Tourism Week", "2047-04-12": "Tourism Week", "2047-04-22": "Landing of the 33 Patriots", "2047-05-01": "Workers' Day", "2047-05-18": "Battle of Las Piedras", "2047-06-19": "Birthday of Artigas", "2047-07-18": "Constitution Day", "2047-08-25": "Independence Day", "2047-10-12": "Cultural Diversity Day", "2047-11-02": "All Souls' Day", "2047-12-25": "Day of the Family", "2048-01-01": "New Year's Day", "2048-01-06": "Children's Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-03-30": "Tourism Week", "2048-03-31": "Tourism Week", "2048-04-01": "Tourism Week", "2048-04-02": "Tourism Week", "2048-04-03": "Tourism Week", "2048-04-19": "Landing of the 33 Patriots", "2048-05-01": "Workers' Day", "2048-05-18": "Battle of Las Piedras", "2048-06-19": "Birthday of Artigas", "2048-07-18": "Constitution Day", "2048-08-25": "Independence Day", "2048-10-12": "Cultural Diversity Day", "2048-11-02": "All Souls' Day", "2048-12-25": "Day of the Family", "2049-01-01": "New Year's Day", "2049-01-06": "Children's Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-12": "Tourism Week", "2049-04-13": "Tourism Week", "2049-04-14": "Tourism Week", "2049-04-15": "Tourism Week", "2049-04-16": "Tourism Week", "2049-04-19": "Landing of the 33 Patriots", "2049-05-01": "Workers' Day", "2049-05-17": "Battle of Las Piedras", "2049-06-19": "Birthday of Artigas", "2049-07-18": "Constitution Day", "2049-08-25": "Independence Day", "2049-10-11": "Cultural Diversity Day", "2049-11-02": "All Souls' Day", "2049-12-25": "Day of the Family", "2050-01-01": "New Year's Day", "2050-01-06": "Children's Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-04": "Tourism Week", "2050-04-05": "Tourism Week", "2050-04-06": "Tourism Week", "2050-04-07": "Tourism Week", "2050-04-08": "Tourism Week", "2050-04-18": "Landing of the 33 Patriots", "2050-05-01": "Workers' Day", "2050-05-16": "Battle of Las Piedras", "2050-06-19": "Birthday of Artigas", "2050-07-18": "Constitution Day", "2050-08-25": "Independence Day", "2050-10-10": "Cultural Diversity Day", "2050-11-02": "All Souls' Day", "2050-12-25": "Day of the Family" } holidays-0.71/snapshots/countries/UZ_COMMON.json000066400000000000000000000650321500152103600216120ustar00rootroot00000000000000{ "1992-01-01": "New Year's Day", "1992-03-08": "Women's Day", "1992-03-21": "Nowruz", "1992-04-04": "Eid al-Fitr (estimated)", "1992-05-09": "Victory Day", "1992-06-11": "Eid al-Adha (estimated)", "1992-09-01": "Independence Day", "1993-01-01": "New Year's Day", "1993-03-08": "Women's Day", "1993-03-21": "Nowruz", "1993-03-24": "Eid al-Fitr (estimated)", "1993-05-09": "Victory Day", "1993-05-31": "Eid al-Adha (estimated)", "1993-09-01": "Independence Day", "1993-12-08": "Constitution Day", "1994-01-01": "New Year's Day", "1994-03-08": "Women's Day", "1994-03-13": "Eid al-Fitr (estimated)", "1994-03-21": "Nowruz", "1994-05-09": "Victory Day", "1994-05-20": "Eid al-Adha (estimated)", "1994-09-01": "Independence Day", "1994-12-08": "Constitution Day", "1995-01-01": "New Year's Day", "1995-03-02": "Eid al-Fitr (estimated)", "1995-03-08": "Women's Day", "1995-03-21": "Nowruz", "1995-05-09": "Eid al-Adha (estimated); Victory Day", "1995-09-01": "Independence Day", "1995-12-08": "Constitution Day", "1996-01-01": "New Year's Day", "1996-02-19": "Eid al-Fitr (estimated)", "1996-03-08": "Women's Day", "1996-03-21": "Nowruz", "1996-04-27": "Eid al-Adha (estimated)", "1996-05-09": "Victory Day", "1996-09-01": "Independence Day", "1996-12-08": "Constitution Day", "1997-01-01": "New Year's Day", "1997-02-08": "Eid al-Fitr (estimated)", "1997-03-08": "Women's Day", "1997-03-21": "Nowruz", "1997-04-17": "Eid al-Adha (estimated)", "1997-05-09": "Victory Day", "1997-09-01": "Independence Day", "1997-10-01": "Teachers and Instructors Day", "1997-12-08": "Constitution Day", "1998-01-01": "New Year's Day", "1998-01-29": "Eid al-Fitr (estimated)", "1998-03-08": "Women's Day", "1998-03-21": "Nowruz", "1998-04-07": "Eid al-Adha (estimated)", "1998-05-09": "Victory Day", "1998-09-01": "Independence Day", "1998-10-01": "Teachers and Instructors Day", "1998-12-08": "Constitution Day", "1999-01-01": "New Year's Day", "1999-01-18": "Eid al-Fitr (estimated)", "1999-03-08": "Women's Day", "1999-03-21": "Nowruz", "1999-03-27": "Eid al-Adha (estimated)", "1999-05-09": "Day of Memory and Honor", "1999-09-01": "Independence Day", "1999-10-01": "Teachers and Instructors Day", "1999-12-08": "Constitution Day", "2000-01-01": "New Year's Day", "2000-01-08": "Eid al-Fitr (estimated)", "2000-03-08": "Women's Day", "2000-03-16": "Eid al-Adha (estimated)", "2000-03-21": "Nowruz", "2000-05-09": "Day of Memory and Honor", "2000-09-01": "Independence Day", "2000-10-01": "Teachers and Instructors Day", "2000-12-08": "Constitution Day", "2000-12-27": "Eid al-Fitr (estimated)", "2001-01-01": "New Year's Day", "2001-03-05": "Eid al-Adha (estimated)", "2001-03-08": "Women's Day", "2001-03-21": "Nowruz", "2001-05-09": "Day of Memory and Honor", "2001-09-01": "Independence Day", "2001-10-01": "Teachers and Instructors Day", "2001-12-08": "Constitution Day", "2001-12-16": "Eid al-Fitr (estimated)", "2002-01-01": "New Year's Day", "2002-02-22": "Eid al-Adha (estimated)", "2002-03-08": "Women's Day", "2002-03-21": "Nowruz", "2002-05-09": "Day of Memory and Honor", "2002-09-01": "Independence Day", "2002-10-01": "Teachers and Instructors Day", "2002-12-05": "Eid al-Fitr (estimated)", "2002-12-08": "Constitution Day", "2003-01-01": "New Year's Day", "2003-02-11": "Eid al-Adha (estimated)", "2003-03-08": "Women's Day", "2003-03-21": "Nowruz", "2003-05-09": "Day of Memory and Honor", "2003-09-01": "Independence Day", "2003-10-01": "Teachers and Instructors Day", "2003-11-25": "Eid al-Fitr (estimated)", "2003-12-08": "Constitution Day", "2004-01-01": "New Year's Day", "2004-02-01": "Eid al-Adha (estimated)", "2004-03-08": "Women's Day", "2004-03-21": "Nowruz", "2004-05-09": "Day of Memory and Honor", "2004-09-01": "Independence Day", "2004-10-01": "Teachers and Instructors Day", "2004-11-14": "Eid al-Fitr (estimated)", "2004-12-08": "Constitution Day", "2005-01-01": "New Year's Day", "2005-01-21": "Eid al-Adha (estimated)", "2005-03-08": "Women's Day", "2005-03-21": "Nowruz", "2005-05-09": "Day of Memory and Honor", "2005-09-01": "Independence Day", "2005-10-01": "Teachers and Instructors Day", "2005-11-03": "Eid al-Fitr (estimated)", "2005-12-08": "Constitution Day", "2006-01-01": "New Year's Day", "2006-01-10": "Eid al-Adha", "2006-03-08": "Women's Day", "2006-03-21": "Nowruz", "2006-05-09": "Day of Memory and Honor", "2006-09-01": "Independence Day", "2006-10-01": "Teachers and Instructors Day", "2006-10-23": "Eid al-Fitr", "2006-12-08": "Constitution Day", "2006-12-30": "Eid al-Adha", "2007-01-01": "New Year's Day", "2007-03-08": "Women's Day", "2007-03-21": "Nowruz", "2007-05-09": "Day of Memory and Honor", "2007-09-01": "Independence Day", "2007-10-01": "Teachers and Instructors Day", "2007-10-13": "Eid al-Fitr", "2007-12-08": "Constitution Day", "2007-12-19": "Eid al-Adha", "2008-01-01": "New Year's Day", "2008-03-08": "Women's Day", "2008-03-21": "Nowruz", "2008-05-09": "Day of Memory and Honor", "2008-09-01": "Independence Day", "2008-10-01": "Eid al-Fitr; Teachers and Instructors Day", "2008-12-08": "Constitution Day; Eid al-Adha", "2009-01-01": "New Year's Day", "2009-03-08": "Women's Day", "2009-03-21": "Nowruz", "2009-05-09": "Day of Memory and Honor", "2009-09-01": "Independence Day", "2009-09-21": "Eid al-Fitr", "2009-10-01": "Teachers and Instructors Day", "2009-11-27": "Eid al-Adha", "2009-12-08": "Constitution Day", "2010-01-01": "New Year's Day", "2010-03-08": "Women's Day", "2010-03-21": "Nowruz", "2010-05-09": "Day of Memory and Honor", "2010-09-01": "Independence Day", "2010-09-10": "Eid al-Fitr", "2010-10-01": "Teachers and Instructors Day", "2010-11-16": "Eid al-Adha", "2010-12-08": "Constitution Day", "2011-01-01": "New Year's Day", "2011-03-08": "Women's Day", "2011-03-21": "Nowruz", "2011-05-09": "Day of Memory and Honor", "2011-08-31": "Eid al-Fitr", "2011-09-01": "Independence Day", "2011-10-01": "Teachers and Instructors Day", "2011-11-06": "Eid al-Adha", "2011-12-08": "Constitution Day", "2012-01-01": "New Year's Day", "2012-03-08": "Women's Day", "2012-03-21": "Nowruz", "2012-05-09": "Day of Memory and Honor", "2012-08-19": "Eid al-Fitr", "2012-09-01": "Independence Day", "2012-10-01": "Teachers and Instructors Day", "2012-10-26": "Eid al-Adha", "2012-12-08": "Constitution Day", "2013-01-01": "New Year's Day", "2013-03-08": "Women's Day", "2013-03-21": "Nowruz", "2013-05-09": "Day of Memory and Honor", "2013-08-09": "Eid al-Fitr", "2013-09-01": "Independence Day", "2013-10-01": "Teachers and Instructors Day", "2013-10-15": "Eid al-Adha", "2013-12-08": "Constitution Day", "2014-01-01": "New Year's Day", "2014-03-08": "Women's Day", "2014-03-21": "Nowruz", "2014-05-09": "Day of Memory and Honor", "2014-07-28": "Eid al-Fitr", "2014-09-01": "Independence Day", "2014-10-01": "Teachers and Instructors Day", "2014-10-04": "Eid al-Adha", "2014-12-08": "Constitution Day", "2015-01-01": "New Year's Day", "2015-03-08": "Women's Day", "2015-03-21": "Nowruz", "2015-05-09": "Day of Memory and Honor", "2015-07-18": "Eid al-Fitr", "2015-09-01": "Independence Day", "2015-09-24": "Eid al-Adha", "2015-10-01": "Teachers and Instructors Day", "2015-12-08": "Constitution Day", "2016-01-01": "New Year's Day", "2016-03-08": "Women's Day", "2016-03-21": "Nowruz", "2016-05-09": "Day of Memory and Honor", "2016-07-06": "Eid al-Fitr", "2016-09-01": "Independence Day", "2016-09-12": "Eid al-Adha", "2016-10-01": "Teachers and Instructors Day", "2016-12-08": "Constitution Day", "2017-01-01": "New Year's Day", "2017-03-08": "Women's Day", "2017-03-21": "Nowruz", "2017-05-09": "Day of Memory and Honor", "2017-06-26": "Eid al-Fitr", "2017-09-01": "Eid al-Adha; Independence Day", "2017-10-01": "Teachers and Instructors Day", "2017-12-08": "Constitution Day", "2018-01-01": "New Year's Day", "2018-01-02": "Additional day off by Presidential decree", "2018-01-03": "Day off (substituted from 01/06/2018)", "2018-03-08": "Women's Day", "2018-03-19": "Day off (substituted from 03/17/2018)", "2018-03-21": "Nowruz", "2018-03-22": "Day off (substituted from 03/24/2018)", "2018-03-30": "Additional day off by Presidential decree", "2018-05-09": "Day of Memory and Honor", "2018-06-15": "Eid al-Fitr", "2018-08-21": "Eid al-Adha", "2018-08-23": "Day off (substituted from 08/25/2018)", "2018-08-24": "Day off (substituted from 08/26/2018)", "2018-08-31": "Additional day off by Presidential decree", "2018-09-01": "Independence Day", "2018-09-03": "Day off (substituted from 09/08/2018)", "2018-09-04": "Day off (substituted from 09/15/2018)", "2018-10-01": "Teachers and Instructors Day", "2018-12-08": "Constitution Day", "2018-12-31": "Day off (substituted from 12/29/2018)", "2019-01-01": "New Year's Day", "2019-01-02": "Additional day off by Presidential decree", "2019-01-03": "Day off (substituted from 01/05/2019)", "2019-03-08": "Women's Day", "2019-03-21": "Nowruz", "2019-03-22": "Additional day off by Presidential decree", "2019-05-09": "Day of Memory and Honor", "2019-06-05": "Eid al-Fitr", "2019-06-06": "Day off (substituted from 06/01/2019)", "2019-08-11": "Eid al-Adha", "2019-09-01": "Independence Day", "2019-09-02": "Additional day off by Presidential decree", "2019-09-03": "Day off (substituted from 09/07/2019)", "2019-10-01": "Teachers and Instructors Day", "2019-12-08": "Constitution Day", "2019-12-31": "Day off (substituted from 12/28/2019)", "2020-01-01": "New Year's Day", "2020-01-02": "Day off (substituted from 01/04/2020)", "2020-03-08": "Women's Day", "2020-03-21": "Nowruz", "2020-03-23": "Additional day off by Presidential decree", "2020-05-09": "Day of Memory and Honor", "2020-05-24": "Eid al-Fitr", "2020-07-31": "Eid al-Adha", "2020-08-31": "Day off (substituted from 08/29/2020)", "2020-09-01": "Independence Day", "2020-10-01": "Teachers and Instructors Day", "2020-12-08": "Constitution Day", "2021-01-01": "New Year's Day", "2021-03-08": "Women's Day", "2021-03-21": "Nowruz", "2021-03-22": "Day off (substituted from 03/27/2021)", "2021-05-09": "Day of Memory and Honor", "2021-05-13": "Eid al-Fitr", "2021-05-14": "Additional day off by Presidential decree", "2021-07-20": "Eid al-Adha", "2021-07-21": "Day off (substituted from 07/17/2021)", "2021-07-22": "Day off (substituted from 07/24/2021)", "2021-09-01": "Independence Day", "2021-09-02": "Additional day off by Presidential decree", "2021-09-03": "Additional day off by Presidential decree", "2021-10-01": "Teachers and Instructors Day", "2021-12-08": "Constitution Day", "2021-12-31": "Additional day off by Presidential decree", "2022-01-01": "New Year's Day", "2022-01-03": "Additional day off by Presidential decree", "2022-01-04": "Day off (substituted from 01/08/2022)", "2022-03-08": "Women's Day", "2022-03-21": "Nowruz", "2022-03-22": "Additional day off by Presidential decree", "2022-03-23": "Additional day off by Presidential decree", "2022-05-02": "Eid al-Fitr", "2022-05-03": "Additional day off by Presidential decree", "2022-05-04": "Day off (substituted from 05/07/2022)", "2022-05-09": "Day of Memory and Honor", "2022-07-09": "Eid al-Adha", "2022-07-11": "Additional day off by Presidential decree", "2022-07-12": "Day off (substituted from 07/16/2022)", "2022-09-01": "Independence Day", "2022-09-02": "Additional day off by Presidential decree", "2022-10-01": "Teachers and Instructors Day", "2022-12-08": "Constitution Day", "2023-01-01": "New Year's Day", "2023-01-02": "Additional day off by Presidential decree", "2023-01-03": "Day off (substituted from 01/07/2023)", "2023-03-08": "Women's Day", "2023-03-20": "Day off (substituted from 03/11/2023)", "2023-03-21": "Nowruz", "2023-03-22": "Day off (substituted from 03/25/2023)", "2023-04-21": "Eid al-Fitr", "2023-04-24": "Additional day off by Presidential decree", "2023-05-09": "Day of Memory and Honor", "2023-06-28": "Eid al-Adha", "2023-06-29": "Additional day off by Presidential decree", "2023-06-30": "Additional day off by Presidential decree", "2023-09-01": "Independence Day", "2023-10-01": "Teachers and Instructors Day", "2023-10-02": "Teachers and Instructors Day (observed)", "2023-12-08": "Constitution Day", "2024-01-01": "New Year's Day", "2024-01-02": "Day off (substituted from 01/06/2024)", "2024-03-08": "Women's Day", "2024-03-21": "Nowruz", "2024-03-22": "Additional day off by Presidential decree", "2024-04-10": "Eid al-Fitr", "2024-04-11": "Additional day off by Presidential decree", "2024-04-12": "Day off (substituted from 04/13/2024)", "2024-05-09": "Day of Memory and Honor", "2024-06-16": "Eid al-Adha (estimated)", "2024-06-17": "Eid al-Adha (observed, estimated)", "2024-06-18": "Additional day off by Presidential decree", "2024-09-01": "Independence Day", "2024-09-02": "Independence Day (observed)", "2024-09-03": "Additional day off by Presidential decree", "2024-10-01": "Teachers and Instructors Day", "2024-12-08": "Constitution Day", "2024-12-09": "Constitution Day (observed)", "2024-12-30": "Day off (substituted from 12/14/2024)", "2024-12-31": "Additional day off by Presidential decree", "2025-01-01": "New Year's Day", "2025-03-08": "Women's Day", "2025-03-10": "Women's Day (observed)", "2025-03-21": "Nowruz", "2025-03-30": "Eid al-Fitr (estimated)", "2025-03-31": "Eid al-Fitr (observed, estimated)", "2025-05-09": "Day of Memory and Honor", "2025-06-06": "Eid al-Adha (estimated)", "2025-09-01": "Independence Day", "2025-10-01": "Teachers and Instructors Day", "2025-12-08": "Constitution Day", "2026-01-01": "New Year's Day", "2026-03-08": "Women's Day", "2026-03-09": "Women's Day (observed)", "2026-03-20": "Eid al-Fitr (estimated)", "2026-03-21": "Nowruz", "2026-03-23": "Nowruz (observed)", "2026-05-09": "Day of Memory and Honor", "2026-05-11": "Day of Memory and Honor (observed)", "2026-05-27": "Eid al-Adha (estimated)", "2026-09-01": "Independence Day", "2026-10-01": "Teachers and Instructors Day", "2026-12-08": "Constitution Day", "2027-01-01": "New Year's Day", "2027-03-08": "Women's Day", "2027-03-09": "Eid al-Fitr (estimated)", "2027-03-21": "Nowruz", "2027-03-22": "Nowruz (observed)", "2027-05-09": "Day of Memory and Honor", "2027-05-10": "Day of Memory and Honor (observed)", "2027-05-16": "Eid al-Adha (estimated)", "2027-05-17": "Eid al-Adha (observed, estimated)", "2027-09-01": "Independence Day", "2027-10-01": "Teachers and Instructors Day", "2027-12-08": "Constitution Day", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-02-26": "Eid al-Fitr (estimated)", "2028-02-28": "Eid al-Fitr (observed, estimated)", "2028-03-08": "Women's Day", "2028-03-21": "Nowruz", "2028-05-05": "Eid al-Adha (estimated)", "2028-05-09": "Day of Memory and Honor", "2028-09-01": "Independence Day", "2028-10-01": "Teachers and Instructors Day", "2028-10-02": "Teachers and Instructors Day (observed)", "2028-12-08": "Constitution Day", "2029-01-01": "New Year's Day", "2029-02-14": "Eid al-Fitr (estimated)", "2029-03-08": "Women's Day", "2029-03-21": "Nowruz", "2029-04-24": "Eid al-Adha (estimated)", "2029-05-09": "Day of Memory and Honor", "2029-09-01": "Independence Day", "2029-09-03": "Independence Day (observed)", "2029-10-01": "Teachers and Instructors Day", "2029-12-08": "Constitution Day", "2029-12-10": "Constitution Day (observed)", "2030-01-01": "New Year's Day", "2030-02-04": "Eid al-Fitr (estimated)", "2030-03-08": "Women's Day", "2030-03-21": "Nowruz", "2030-04-13": "Eid al-Adha (estimated)", "2030-04-15": "Eid al-Adha (observed, estimated)", "2030-05-09": "Day of Memory and Honor", "2030-09-01": "Independence Day", "2030-09-02": "Independence Day (observed)", "2030-10-01": "Teachers and Instructors Day", "2030-12-08": "Constitution Day", "2030-12-09": "Constitution Day (observed)", "2031-01-01": "New Year's Day", "2031-01-24": "Eid al-Fitr (estimated)", "2031-03-08": "Women's Day", "2031-03-10": "Women's Day (observed)", "2031-03-21": "Nowruz", "2031-04-02": "Eid al-Adha (estimated)", "2031-05-09": "Day of Memory and Honor", "2031-09-01": "Independence Day", "2031-10-01": "Teachers and Instructors Day", "2031-12-08": "Constitution Day", "2032-01-01": "New Year's Day", "2032-01-14": "Eid al-Fitr (estimated)", "2032-03-08": "Women's Day", "2032-03-21": "Nowruz", "2032-03-22": "Eid al-Adha (estimated)", "2032-03-23": "Nowruz (observed)", "2032-05-09": "Day of Memory and Honor", "2032-05-10": "Day of Memory and Honor (observed)", "2032-09-01": "Independence Day", "2032-10-01": "Teachers and Instructors Day", "2032-12-08": "Constitution Day", "2033-01-01": "New Year's Day", "2033-01-02": "Eid al-Fitr (estimated)", "2033-01-03": "New Year's Day (observed)", "2033-01-04": "Eid al-Fitr (observed, estimated)", "2033-03-08": "Women's Day", "2033-03-11": "Eid al-Adha (estimated)", "2033-03-21": "Nowruz", "2033-05-09": "Day of Memory and Honor", "2033-09-01": "Independence Day", "2033-10-01": "Teachers and Instructors Day", "2033-10-03": "Teachers and Instructors Day (observed)", "2033-12-08": "Constitution Day", "2033-12-23": "Eid al-Fitr (estimated)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-03-01": "Eid al-Adha (estimated)", "2034-03-08": "Women's Day", "2034-03-21": "Nowruz", "2034-05-09": "Day of Memory and Honor", "2034-09-01": "Independence Day", "2034-10-01": "Teachers and Instructors Day", "2034-10-02": "Teachers and Instructors Day (observed)", "2034-12-08": "Constitution Day", "2034-12-12": "Eid al-Fitr (estimated)", "2035-01-01": "New Year's Day", "2035-02-18": "Eid al-Adha (estimated)", "2035-02-19": "Eid al-Adha (observed, estimated)", "2035-03-08": "Women's Day", "2035-03-21": "Nowruz", "2035-05-09": "Day of Memory and Honor", "2035-09-01": "Independence Day", "2035-09-03": "Independence Day (observed)", "2035-10-01": "Teachers and Instructors Day", "2035-12-01": "Eid al-Fitr (estimated)", "2035-12-03": "Eid al-Fitr (observed, estimated)", "2035-12-08": "Constitution Day", "2035-12-10": "Constitution Day (observed)", "2036-01-01": "New Year's Day", "2036-02-07": "Eid al-Adha (estimated)", "2036-03-08": "Women's Day", "2036-03-10": "Women's Day (observed)", "2036-03-21": "Nowruz", "2036-05-09": "Day of Memory and Honor", "2036-09-01": "Independence Day", "2036-10-01": "Teachers and Instructors Day", "2036-11-19": "Eid al-Fitr (estimated)", "2036-12-08": "Constitution Day", "2037-01-01": "New Year's Day", "2037-01-26": "Eid al-Adha (estimated)", "2037-03-08": "Women's Day", "2037-03-09": "Women's Day (observed)", "2037-03-21": "Nowruz", "2037-03-23": "Nowruz (observed)", "2037-05-09": "Day of Memory and Honor", "2037-05-11": "Day of Memory and Honor (observed)", "2037-09-01": "Independence Day", "2037-10-01": "Teachers and Instructors Day", "2037-11-08": "Eid al-Fitr (estimated)", "2037-11-09": "Eid al-Fitr (observed, estimated)", "2037-12-08": "Constitution Day", "2038-01-01": "New Year's Day", "2038-01-16": "Eid al-Adha (estimated)", "2038-01-18": "Eid al-Adha (observed, estimated)", "2038-03-08": "Women's Day", "2038-03-21": "Nowruz", "2038-03-22": "Nowruz (observed)", "2038-05-09": "Day of Memory and Honor", "2038-05-10": "Day of Memory and Honor (observed)", "2038-09-01": "Independence Day", "2038-10-01": "Teachers and Instructors Day", "2038-10-29": "Eid al-Fitr (estimated)", "2038-12-08": "Constitution Day", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-05": "Eid al-Adha (estimated)", "2039-03-08": "Women's Day", "2039-03-21": "Nowruz", "2039-05-09": "Day of Memory and Honor", "2039-09-01": "Independence Day", "2039-10-01": "Teachers and Instructors Day", "2039-10-03": "Teachers and Instructors Day (observed)", "2039-10-19": "Eid al-Fitr (estimated)", "2039-12-08": "Constitution Day", "2039-12-26": "Eid al-Adha (estimated)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-08": "Women's Day", "2040-03-21": "Nowruz", "2040-05-09": "Day of Memory and Honor", "2040-09-01": "Independence Day", "2040-09-03": "Independence Day (observed)", "2040-10-01": "Teachers and Instructors Day", "2040-10-07": "Eid al-Fitr (estimated)", "2040-10-08": "Eid al-Fitr (observed, estimated)", "2040-12-08": "Constitution Day", "2040-12-10": "Constitution Day (observed)", "2040-12-14": "Eid al-Adha (estimated)", "2041-01-01": "New Year's Day", "2041-03-08": "Women's Day", "2041-03-21": "Nowruz", "2041-05-09": "Day of Memory and Honor", "2041-09-01": "Independence Day", "2041-09-02": "Independence Day (observed)", "2041-09-26": "Eid al-Fitr (estimated)", "2041-10-01": "Teachers and Instructors Day", "2041-12-04": "Eid al-Adha (estimated)", "2041-12-08": "Constitution Day", "2041-12-09": "Constitution Day (observed)", "2042-01-01": "New Year's Day", "2042-03-08": "Women's Day", "2042-03-10": "Women's Day (observed)", "2042-03-21": "Nowruz", "2042-05-09": "Day of Memory and Honor", "2042-09-01": "Independence Day", "2042-09-15": "Eid al-Fitr (estimated)", "2042-10-01": "Teachers and Instructors Day", "2042-11-23": "Eid al-Adha (estimated)", "2042-11-24": "Eid al-Adha (observed, estimated)", "2042-12-08": "Constitution Day", "2043-01-01": "New Year's Day", "2043-03-08": "Women's Day", "2043-03-09": "Women's Day (observed)", "2043-03-21": "Nowruz", "2043-03-23": "Nowruz (observed)", "2043-05-09": "Day of Memory and Honor", "2043-05-11": "Day of Memory and Honor (observed)", "2043-09-01": "Independence Day", "2043-09-04": "Eid al-Fitr (estimated)", "2043-10-01": "Teachers and Instructors Day", "2043-11-12": "Eid al-Adha (estimated)", "2043-12-08": "Constitution Day", "2044-01-01": "New Year's Day", "2044-03-08": "Women's Day", "2044-03-21": "Nowruz", "2044-05-09": "Day of Memory and Honor", "2044-08-24": "Eid al-Fitr (estimated)", "2044-09-01": "Independence Day", "2044-10-01": "Teachers and Instructors Day", "2044-10-03": "Teachers and Instructors Day (observed)", "2044-10-31": "Eid al-Adha (estimated)", "2044-12-08": "Constitution Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-03-08": "Women's Day", "2045-03-21": "Nowruz", "2045-05-09": "Day of Memory and Honor", "2045-08-14": "Eid al-Fitr (estimated)", "2045-09-01": "Independence Day", "2045-10-01": "Teachers and Instructors Day", "2045-10-02": "Teachers and Instructors Day (observed)", "2045-10-21": "Eid al-Adha (estimated)", "2045-10-23": "Eid al-Adha (observed, estimated)", "2045-12-08": "Constitution Day", "2046-01-01": "New Year's Day", "2046-03-08": "Women's Day", "2046-03-21": "Nowruz", "2046-05-09": "Day of Memory and Honor", "2046-08-03": "Eid al-Fitr (estimated)", "2046-09-01": "Independence Day", "2046-09-03": "Independence Day (observed)", "2046-10-01": "Teachers and Instructors Day", "2046-10-10": "Eid al-Adha (estimated)", "2046-12-08": "Constitution Day", "2046-12-10": "Constitution Day (observed)", "2047-01-01": "New Year's Day", "2047-03-08": "Women's Day", "2047-03-21": "Nowruz", "2047-05-09": "Day of Memory and Honor", "2047-07-24": "Eid al-Fitr (estimated)", "2047-09-01": "Independence Day", "2047-09-02": "Independence Day (observed)", "2047-09-30": "Eid al-Adha (estimated)", "2047-10-01": "Teachers and Instructors Day", "2047-12-08": "Constitution Day", "2047-12-09": "Constitution Day (observed)", "2048-01-01": "New Year's Day", "2048-03-08": "Women's Day", "2048-03-09": "Women's Day (observed)", "2048-03-21": "Nowruz", "2048-03-23": "Nowruz (observed)", "2048-05-09": "Day of Memory and Honor", "2048-05-11": "Day of Memory and Honor (observed)", "2048-07-12": "Eid al-Fitr (estimated)", "2048-07-13": "Eid al-Fitr (observed, estimated)", "2048-09-01": "Independence Day", "2048-09-19": "Eid al-Adha (estimated)", "2048-09-21": "Eid al-Adha (observed, estimated)", "2048-10-01": "Teachers and Instructors Day", "2048-12-08": "Constitution Day", "2049-01-01": "New Year's Day", "2049-03-08": "Women's Day", "2049-03-21": "Nowruz", "2049-03-22": "Nowruz (observed)", "2049-05-09": "Day of Memory and Honor", "2049-05-10": "Day of Memory and Honor (observed)", "2049-07-01": "Eid al-Fitr (estimated)", "2049-09-01": "Independence Day", "2049-09-08": "Eid al-Adha (estimated)", "2049-10-01": "Teachers and Instructors Day", "2049-12-08": "Constitution Day", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-03-08": "Women's Day", "2050-03-21": "Nowruz", "2050-05-09": "Day of Memory and Honor", "2050-06-20": "Eid al-Fitr (estimated)", "2050-08-28": "Eid al-Adha (estimated)", "2050-08-29": "Eid al-Adha (observed, estimated)", "2050-09-01": "Independence Day", "2050-10-01": "Teachers and Instructors Day", "2050-10-03": "Teachers and Instructors Day (observed)", "2050-12-08": "Constitution Day" } holidays-0.71/snapshots/countries/VA_COMMON.json000066400000000000000000003625271500152103600215730ustar00rootroot00000000000000{ "1950-01-01": "Solemnity of Mary, Mother of God", "1950-01-06": "Epiphany", "1950-02-11": "Anniversary of the Foundation of Vatican City", "1950-03-02": "Anniversary of the Election of the Holy Father", "1950-03-19": "Saint Joseph's Day", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-08": "Holy Saturday", "1950-04-09": "Easter Sunday", "1950-04-10": "Easter Monday", "1950-04-11": "Easter Tuesday", "1950-05-18": "Ascension Day", "1950-05-28": "Solemnity of Pentecost", "1950-06-04": "Solemnity of Holy Trinity", "1950-06-08": "Corpus Domini", "1950-06-29": "Saints Peter and Paul's Day", "1950-08-14": "Day Before Assumption of Mary", "1950-08-15": "Assumption of Mary Day", "1950-08-16": "Day After Assumption of Mary", "1950-11-01": "All Saints' Day", "1950-11-02": "All Souls' Day", "1950-12-08": "Immaculate Conception", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-26": "Saint Stephen's Day", "1950-12-27": "Saint John the Evangelist's Day", "1950-12-31": "Last Day of the Year", "1951-01-01": "Solemnity of Mary, Mother of God", "1951-01-06": "Epiphany", "1951-02-11": "Anniversary of the Foundation of Vatican City", "1951-03-02": "Anniversary of the Election of the Holy Father", "1951-03-19": "Saint Joseph's Day", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-03-24": "Holy Saturday", "1951-03-25": "Easter Sunday", "1951-03-26": "Easter Monday", "1951-03-27": "Easter Tuesday", "1951-05-03": "Ascension Day", "1951-05-13": "Solemnity of Pentecost", "1951-05-20": "Solemnity of Holy Trinity", "1951-05-24": "Corpus Domini", "1951-06-29": "Saints Peter and Paul's Day", "1951-08-14": "Day Before Assumption of Mary", "1951-08-15": "Assumption of Mary Day", "1951-08-16": "Day After Assumption of Mary", "1951-11-01": "All Saints' Day", "1951-11-02": "All Souls' Day", "1951-12-08": "Immaculate Conception", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-26": "Saint Stephen's Day", "1951-12-27": "Saint John the Evangelist's Day", "1951-12-31": "Last Day of the Year", "1952-01-01": "Solemnity of Mary, Mother of God", "1952-01-06": "Epiphany", "1952-02-11": "Anniversary of the Foundation of Vatican City", "1952-03-02": "Anniversary of the Election of the Holy Father", "1952-03-19": "Saint Joseph's Day", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-12": "Holy Saturday", "1952-04-13": "Easter Sunday", "1952-04-14": "Easter Monday", "1952-04-15": "Easter Tuesday", "1952-05-22": "Ascension Day", "1952-06-01": "Solemnity of Pentecost", "1952-06-08": "Solemnity of Holy Trinity", "1952-06-12": "Corpus Domini", "1952-06-29": "Saints Peter and Paul's Day", "1952-08-14": "Day Before Assumption of Mary", "1952-08-15": "Assumption of Mary Day", "1952-08-16": "Day After Assumption of Mary", "1952-11-01": "All Saints' Day", "1952-11-02": "All Souls' Day", "1952-12-08": "Immaculate Conception", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-26": "Saint Stephen's Day", "1952-12-27": "Saint John the Evangelist's Day", "1952-12-31": "Last Day of the Year", "1953-01-01": "Solemnity of Mary, Mother of God", "1953-01-06": "Epiphany", "1953-02-11": "Anniversary of the Foundation of Vatican City", "1953-03-02": "Anniversary of the Election of the Holy Father", "1953-03-19": "Saint Joseph's Day", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-04": "Holy Saturday", "1953-04-05": "Easter Sunday", "1953-04-06": "Easter Monday", "1953-04-07": "Easter Tuesday", "1953-05-14": "Ascension Day", "1953-05-24": "Solemnity of Pentecost", "1953-05-31": "Solemnity of Holy Trinity", "1953-06-04": "Corpus Domini", "1953-06-29": "Saints Peter and Paul's Day", "1953-08-14": "Day Before Assumption of Mary", "1953-08-15": "Assumption of Mary Day", "1953-08-16": "Day After Assumption of Mary", "1953-11-01": "All Saints' Day", "1953-11-02": "All Souls' Day", "1953-12-08": "Immaculate Conception", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-26": "Saint Stephen's Day", "1953-12-27": "Saint John the Evangelist's Day", "1953-12-31": "Last Day of the Year", "1954-01-01": "Solemnity of Mary, Mother of God", "1954-01-06": "Epiphany", "1954-02-11": "Anniversary of the Foundation of Vatican City", "1954-03-02": "Anniversary of the Election of the Holy Father", "1954-03-19": "Saint Joseph's Day", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-17": "Holy Saturday", "1954-04-18": "Easter Sunday", "1954-04-19": "Easter Monday", "1954-04-20": "Easter Tuesday", "1954-05-27": "Ascension Day", "1954-06-06": "Solemnity of Pentecost", "1954-06-13": "Solemnity of Holy Trinity", "1954-06-17": "Corpus Domini", "1954-06-29": "Saints Peter and Paul's Day", "1954-08-14": "Day Before Assumption of Mary", "1954-08-15": "Assumption of Mary Day", "1954-08-16": "Day After Assumption of Mary", "1954-11-01": "All Saints' Day", "1954-11-02": "All Souls' Day", "1954-12-08": "Immaculate Conception", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-26": "Saint Stephen's Day", "1954-12-27": "Saint John the Evangelist's Day", "1954-12-31": "Last Day of the Year", "1955-01-01": "Solemnity of Mary, Mother of God", "1955-01-06": "Epiphany", "1955-02-11": "Anniversary of the Foundation of Vatican City", "1955-03-02": "Anniversary of the Election of the Holy Father", "1955-03-19": "Saint Joseph's Day", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-09": "Holy Saturday", "1955-04-10": "Easter Sunday", "1955-04-11": "Easter Monday", "1955-04-12": "Easter Tuesday", "1955-05-01": "Saint Joseph the Worker's Day", "1955-05-19": "Ascension Day", "1955-05-29": "Solemnity of Pentecost", "1955-06-05": "Solemnity of Holy Trinity", "1955-06-09": "Corpus Domini", "1955-06-29": "Saints Peter and Paul's Day", "1955-08-14": "Day Before Assumption of Mary", "1955-08-15": "Assumption of Mary Day", "1955-08-16": "Day After Assumption of Mary", "1955-11-01": "All Saints' Day", "1955-11-02": "All Souls' Day", "1955-12-08": "Immaculate Conception", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-26": "Saint Stephen's Day", "1955-12-27": "Saint John the Evangelist's Day", "1955-12-31": "Last Day of the Year", "1956-01-01": "Solemnity of Mary, Mother of God", "1956-01-06": "Epiphany", "1956-02-11": "Anniversary of the Foundation of Vatican City", "1956-03-02": "Anniversary of the Election of the Holy Father", "1956-03-19": "Saint Joseph's Day", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-03-31": "Holy Saturday", "1956-04-01": "Easter Sunday", "1956-04-02": "Easter Monday", "1956-04-03": "Easter Tuesday", "1956-05-01": "Saint Joseph the Worker's Day", "1956-05-10": "Ascension Day", "1956-05-20": "Solemnity of Pentecost", "1956-05-27": "Solemnity of Holy Trinity", "1956-05-31": "Corpus Domini", "1956-06-29": "Saints Peter and Paul's Day", "1956-08-14": "Day Before Assumption of Mary", "1956-08-15": "Assumption of Mary Day", "1956-08-16": "Day After Assumption of Mary", "1956-11-01": "All Saints' Day", "1956-11-02": "All Souls' Day", "1956-12-08": "Immaculate Conception", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-26": "Saint Stephen's Day", "1956-12-27": "Saint John the Evangelist's Day", "1956-12-31": "Last Day of the Year", "1957-01-01": "Solemnity of Mary, Mother of God", "1957-01-06": "Epiphany", "1957-02-11": "Anniversary of the Foundation of Vatican City", "1957-03-02": "Anniversary of the Election of the Holy Father", "1957-03-19": "Saint Joseph's Day", "1957-04-18": "Maundy Thursday", "1957-04-19": "Good Friday", "1957-04-20": "Holy Saturday", "1957-04-21": "Easter Sunday", "1957-04-22": "Easter Monday", "1957-04-23": "Easter Tuesday", "1957-05-01": "Saint Joseph the Worker's Day", "1957-05-30": "Ascension Day", "1957-06-09": "Solemnity of Pentecost", "1957-06-16": "Solemnity of Holy Trinity", "1957-06-20": "Corpus Domini", "1957-06-29": "Saints Peter and Paul's Day", "1957-08-14": "Day Before Assumption of Mary", "1957-08-15": "Assumption of Mary Day", "1957-08-16": "Day After Assumption of Mary", "1957-11-01": "All Saints' Day", "1957-11-02": "All Souls' Day", "1957-12-08": "Immaculate Conception", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-26": "Saint Stephen's Day", "1957-12-27": "Saint John the Evangelist's Day", "1957-12-31": "Last Day of the Year", "1958-01-01": "Solemnity of Mary, Mother of God", "1958-01-06": "Epiphany", "1958-02-11": "Anniversary of the Foundation of Vatican City", "1958-03-02": "Anniversary of the Election of the Holy Father", "1958-03-19": "Saint Joseph's Day", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-05": "Holy Saturday", "1958-04-06": "Easter Sunday", "1958-04-07": "Easter Monday", "1958-04-08": "Easter Tuesday", "1958-05-01": "Saint Joseph the Worker's Day", "1958-05-15": "Ascension Day", "1958-05-25": "Solemnity of Pentecost", "1958-06-01": "Solemnity of Holy Trinity", "1958-06-05": "Corpus Domini", "1958-06-29": "Saints Peter and Paul's Day", "1958-08-14": "Day Before Assumption of Mary", "1958-08-15": "Assumption of Mary Day", "1958-08-16": "Day After Assumption of Mary", "1958-10-28": "Anniversary of the Election of the Holy Father", "1958-11-01": "All Saints' Day", "1958-11-02": "All Souls' Day", "1958-12-08": "Immaculate Conception", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-26": "Saint Stephen's Day", "1958-12-27": "Saint John the Evangelist's Day", "1958-12-31": "Last Day of the Year", "1959-01-01": "Solemnity of Mary, Mother of God", "1959-01-06": "Epiphany", "1959-02-11": "Anniversary of the Foundation of Vatican City", "1959-03-19": "Saint Joseph's Day", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-03-28": "Holy Saturday", "1959-03-29": "Easter Sunday", "1959-03-30": "Easter Monday", "1959-03-31": "Easter Tuesday", "1959-05-01": "Saint Joseph the Worker's Day", "1959-05-07": "Ascension Day", "1959-05-17": "Solemnity of Pentecost", "1959-05-24": "Solemnity of Holy Trinity", "1959-05-28": "Corpus Domini", "1959-06-29": "Saints Peter and Paul's Day", "1959-08-14": "Day Before Assumption of Mary", "1959-08-15": "Assumption of Mary Day", "1959-08-16": "Day After Assumption of Mary", "1959-10-28": "Anniversary of the Election of the Holy Father", "1959-11-01": "All Saints' Day", "1959-11-02": "All Souls' Day", "1959-12-08": "Immaculate Conception", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-26": "Saint Stephen's Day", "1959-12-27": "Saint John the Evangelist's Day", "1959-12-31": "Last Day of the Year", "1960-01-01": "Solemnity of Mary, Mother of God", "1960-01-06": "Epiphany", "1960-02-11": "Anniversary of the Foundation of Vatican City", "1960-03-19": "Saint Joseph's Day", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-16": "Holy Saturday", "1960-04-17": "Easter Sunday", "1960-04-18": "Easter Monday", "1960-04-19": "Easter Tuesday", "1960-05-01": "Saint Joseph the Worker's Day", "1960-05-26": "Ascension Day", "1960-06-05": "Solemnity of Pentecost", "1960-06-12": "Solemnity of Holy Trinity", "1960-06-16": "Corpus Domini", "1960-06-29": "Saints Peter and Paul's Day", "1960-08-14": "Day Before Assumption of Mary", "1960-08-15": "Assumption of Mary Day", "1960-08-16": "Day After Assumption of Mary", "1960-10-28": "Anniversary of the Election of the Holy Father", "1960-11-01": "All Saints' Day", "1960-11-02": "All Souls' Day", "1960-12-08": "Immaculate Conception", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-26": "Saint Stephen's Day", "1960-12-27": "Saint John the Evangelist's Day", "1960-12-31": "Last Day of the Year", "1961-01-01": "Solemnity of Mary, Mother of God", "1961-01-06": "Epiphany", "1961-02-11": "Anniversary of the Foundation of Vatican City", "1961-03-19": "Saint Joseph's Day", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-01": "Holy Saturday", "1961-04-02": "Easter Sunday", "1961-04-03": "Easter Monday", "1961-04-04": "Easter Tuesday", "1961-05-01": "Saint Joseph the Worker's Day", "1961-05-11": "Ascension Day", "1961-05-21": "Solemnity of Pentecost", "1961-05-28": "Solemnity of Holy Trinity", "1961-06-01": "Corpus Domini", "1961-06-29": "Saints Peter and Paul's Day", "1961-08-14": "Day Before Assumption of Mary", "1961-08-15": "Assumption of Mary Day", "1961-08-16": "Day After Assumption of Mary", "1961-10-28": "Anniversary of the Election of the Holy Father", "1961-11-01": "All Saints' Day", "1961-11-02": "All Souls' Day", "1961-12-08": "Immaculate Conception", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-26": "Saint Stephen's Day", "1961-12-27": "Saint John the Evangelist's Day", "1961-12-31": "Last Day of the Year", "1962-01-01": "Solemnity of Mary, Mother of God", "1962-01-06": "Epiphany", "1962-02-11": "Anniversary of the Foundation of Vatican City", "1962-03-19": "Saint Joseph's Day", "1962-04-19": "Maundy Thursday", "1962-04-20": "Good Friday", "1962-04-21": "Holy Saturday", "1962-04-22": "Easter Sunday", "1962-04-23": "Easter Monday", "1962-04-24": "Easter Tuesday", "1962-05-01": "Saint Joseph the Worker's Day", "1962-05-31": "Ascension Day", "1962-06-10": "Solemnity of Pentecost", "1962-06-17": "Solemnity of Holy Trinity", "1962-06-21": "Corpus Domini", "1962-06-29": "Saints Peter and Paul's Day", "1962-08-14": "Day Before Assumption of Mary", "1962-08-15": "Assumption of Mary Day", "1962-08-16": "Day After Assumption of Mary", "1962-10-28": "Anniversary of the Election of the Holy Father", "1962-11-01": "All Saints' Day", "1962-11-02": "All Souls' Day", "1962-12-08": "Immaculate Conception", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-26": "Saint Stephen's Day", "1962-12-27": "Saint John the Evangelist's Day", "1962-12-31": "Last Day of the Year", "1963-01-01": "Solemnity of Mary, Mother of God", "1963-01-06": "Epiphany", "1963-02-11": "Anniversary of the Foundation of Vatican City", "1963-03-19": "Saint Joseph's Day", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-13": "Holy Saturday", "1963-04-14": "Easter Sunday", "1963-04-15": "Easter Monday", "1963-04-16": "Easter Tuesday", "1963-05-01": "Saint Joseph the Worker's Day", "1963-05-23": "Ascension Day", "1963-06-02": "Solemnity of Pentecost", "1963-06-09": "Solemnity of Holy Trinity", "1963-06-13": "Corpus Domini", "1963-06-21": "Anniversary of the Election of the Holy Father", "1963-06-29": "Saints Peter and Paul's Day", "1963-08-14": "Day Before Assumption of Mary", "1963-08-15": "Assumption of Mary Day", "1963-08-16": "Day After Assumption of Mary", "1963-11-01": "All Saints' Day", "1963-11-02": "All Souls' Day", "1963-12-08": "Immaculate Conception", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-26": "Saint Stephen's Day", "1963-12-27": "Saint John the Evangelist's Day", "1963-12-31": "Last Day of the Year", "1964-01-01": "Solemnity of Mary, Mother of God", "1964-01-06": "Epiphany", "1964-02-11": "Anniversary of the Foundation of Vatican City", "1964-03-19": "Saint Joseph's Day", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-03-28": "Holy Saturday", "1964-03-29": "Easter Sunday", "1964-03-30": "Easter Monday", "1964-03-31": "Easter Tuesday", "1964-05-01": "Saint Joseph the Worker's Day", "1964-05-07": "Ascension Day", "1964-05-17": "Solemnity of Pentecost", "1964-05-24": "Solemnity of Holy Trinity", "1964-05-28": "Corpus Domini", "1964-06-21": "Anniversary of the Election of the Holy Father", "1964-06-29": "Saints Peter and Paul's Day", "1964-08-14": "Day Before Assumption of Mary", "1964-08-15": "Assumption of Mary Day", "1964-08-16": "Day After Assumption of Mary", "1964-11-01": "All Saints' Day", "1964-11-02": "All Souls' Day", "1964-12-08": "Immaculate Conception", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-26": "Saint Stephen's Day", "1964-12-27": "Saint John the Evangelist's Day", "1964-12-31": "Last Day of the Year", "1965-01-01": "Solemnity of Mary, Mother of God", "1965-01-06": "Epiphany", "1965-02-11": "Anniversary of the Foundation of Vatican City", "1965-03-19": "Saint Joseph's Day", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-04-18": "Easter Sunday", "1965-04-19": "Easter Monday", "1965-04-20": "Easter Tuesday", "1965-05-01": "Saint Joseph the Worker's Day", "1965-05-27": "Ascension Day", "1965-06-06": "Solemnity of Pentecost", "1965-06-13": "Solemnity of Holy Trinity", "1965-06-17": "Corpus Domini", "1965-06-21": "Anniversary of the Election of the Holy Father", "1965-06-29": "Saints Peter and Paul's Day", "1965-08-14": "Day Before Assumption of Mary", "1965-08-15": "Assumption of Mary Day", "1965-08-16": "Day After Assumption of Mary", "1965-11-01": "All Saints' Day", "1965-11-02": "All Souls' Day", "1965-12-08": "Immaculate Conception", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-26": "Saint Stephen's Day", "1965-12-27": "Saint John the Evangelist's Day", "1965-12-31": "Last Day of the Year", "1966-01-01": "Solemnity of Mary, Mother of God", "1966-01-06": "Epiphany", "1966-02-11": "Anniversary of the Foundation of Vatican City", "1966-03-19": "Saint Joseph's Day", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-04-10": "Easter Sunday", "1966-04-11": "Easter Monday", "1966-04-12": "Easter Tuesday", "1966-05-01": "Saint Joseph the Worker's Day", "1966-05-19": "Ascension Day", "1966-05-29": "Solemnity of Pentecost", "1966-06-05": "Solemnity of Holy Trinity", "1966-06-09": "Corpus Domini", "1966-06-21": "Anniversary of the Election of the Holy Father", "1966-06-29": "Saints Peter and Paul's Day", "1966-08-14": "Day Before Assumption of Mary", "1966-08-15": "Assumption of Mary Day", "1966-08-16": "Day After Assumption of Mary", "1966-11-01": "All Saints' Day", "1966-11-02": "All Souls' Day", "1966-12-08": "Immaculate Conception", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-26": "Saint Stephen's Day", "1966-12-27": "Saint John the Evangelist's Day", "1966-12-31": "Last Day of the Year", "1967-01-01": "Solemnity of Mary, Mother of God", "1967-01-06": "Epiphany", "1967-02-11": "Anniversary of the Foundation of Vatican City", "1967-03-19": "Saint Joseph's Day", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-03-26": "Easter Sunday", "1967-03-27": "Easter Monday", "1967-03-28": "Easter Tuesday", "1967-05-01": "Saint Joseph the Worker's Day", "1967-05-04": "Ascension Day", "1967-05-14": "Solemnity of Pentecost", "1967-05-21": "Solemnity of Holy Trinity", "1967-05-25": "Corpus Domini", "1967-06-21": "Anniversary of the Election of the Holy Father", "1967-06-29": "Saints Peter and Paul's Day", "1967-08-14": "Day Before Assumption of Mary", "1967-08-15": "Assumption of Mary Day", "1967-08-16": "Day After Assumption of Mary", "1967-11-01": "All Saints' Day", "1967-11-02": "All Souls' Day", "1967-12-08": "Immaculate Conception", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-26": "Saint Stephen's Day", "1967-12-27": "Saint John the Evangelist's Day", "1967-12-31": "Last Day of the Year", "1968-01-01": "Solemnity of Mary, Mother of God", "1968-01-06": "Epiphany", "1968-02-11": "Anniversary of the Foundation of Vatican City", "1968-03-19": "Saint Joseph's Day", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-04-14": "Easter Sunday", "1968-04-15": "Easter Monday", "1968-04-16": "Easter Tuesday", "1968-05-01": "Saint Joseph the Worker's Day", "1968-05-23": "Ascension Day", "1968-06-02": "Solemnity of Pentecost", "1968-06-09": "Solemnity of Holy Trinity", "1968-06-13": "Corpus Domini", "1968-06-21": "Anniversary of the Election of the Holy Father", "1968-06-29": "Saints Peter and Paul's Day", "1968-08-14": "Day Before Assumption of Mary", "1968-08-15": "Assumption of Mary Day", "1968-08-16": "Day After Assumption of Mary", "1968-11-01": "All Saints' Day", "1968-11-02": "All Souls' Day", "1968-12-08": "Immaculate Conception", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-26": "Saint Stephen's Day", "1968-12-27": "Saint John the Evangelist's Day", "1968-12-31": "Last Day of the Year", "1969-01-01": "Solemnity of Mary, Mother of God", "1969-01-06": "Epiphany", "1969-02-11": "Anniversary of the Foundation of Vatican City", "1969-03-19": "Saint Joseph's Day", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-04-06": "Easter Sunday", "1969-04-07": "Easter Monday", "1969-04-08": "Easter Tuesday", "1969-05-01": "Saint Joseph the Worker's Day", "1969-05-15": "Ascension Day", "1969-05-25": "Solemnity of Pentecost", "1969-06-01": "Solemnity of Holy Trinity", "1969-06-05": "Corpus Domini", "1969-06-21": "Anniversary of the Election of the Holy Father", "1969-06-29": "Saints Peter and Paul's Day", "1969-08-14": "Day Before Assumption of Mary", "1969-08-15": "Assumption of Mary Day", "1969-08-16": "Day After Assumption of Mary", "1969-11-01": "All Saints' Day", "1969-11-02": "All Souls' Day", "1969-12-08": "Immaculate Conception", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-26": "Saint Stephen's Day", "1969-12-27": "Saint John the Evangelist's Day", "1969-12-31": "Last Day of the Year", "1970-01-01": "Solemnity of Mary, Mother of God", "1970-01-06": "Epiphany", "1970-02-11": "Anniversary of the Foundation of Vatican City", "1970-03-19": "Saint Joseph's Day", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-03-29": "Easter Sunday", "1970-03-30": "Easter Monday", "1970-03-31": "Easter Tuesday", "1970-05-01": "Saint Joseph the Worker's Day", "1970-05-07": "Ascension Day", "1970-05-17": "Solemnity of Pentecost", "1970-05-24": "Solemnity of Holy Trinity", "1970-05-28": "Corpus Domini", "1970-06-21": "Anniversary of the Election of the Holy Father", "1970-06-29": "Saints Peter and Paul's Day", "1970-08-14": "Day Before Assumption of Mary", "1970-08-15": "Assumption of Mary Day", "1970-08-16": "Day After Assumption of Mary", "1970-11-01": "All Saints' Day", "1970-11-02": "All Souls' Day", "1970-12-08": "Immaculate Conception", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-26": "Saint Stephen's Day", "1970-12-27": "Saint John the Evangelist's Day", "1970-12-31": "Last Day of the Year", "1971-01-01": "Solemnity of Mary, Mother of God", "1971-01-06": "Epiphany", "1971-02-11": "Anniversary of the Foundation of Vatican City", "1971-03-19": "Saint Joseph's Day", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-04-11": "Easter Sunday", "1971-04-12": "Easter Monday", "1971-04-13": "Easter Tuesday", "1971-05-01": "Saint Joseph the Worker's Day", "1971-05-20": "Ascension Day", "1971-05-30": "Solemnity of Pentecost", "1971-06-06": "Solemnity of Holy Trinity", "1971-06-10": "Corpus Domini", "1971-06-21": "Anniversary of the Election of the Holy Father", "1971-06-29": "Saints Peter and Paul's Day", "1971-08-14": "Day Before Assumption of Mary", "1971-08-15": "Assumption of Mary Day", "1971-08-16": "Day After Assumption of Mary", "1971-11-01": "All Saints' Day", "1971-11-02": "All Souls' Day", "1971-12-08": "Immaculate Conception", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-26": "Saint Stephen's Day", "1971-12-27": "Saint John the Evangelist's Day", "1971-12-31": "Last Day of the Year", "1972-01-01": "Solemnity of Mary, Mother of God", "1972-01-06": "Epiphany", "1972-02-11": "Anniversary of the Foundation of Vatican City", "1972-03-19": "Saint Joseph's Day", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-04-02": "Easter Sunday", "1972-04-03": "Easter Monday", "1972-04-04": "Easter Tuesday", "1972-05-01": "Saint Joseph the Worker's Day", "1972-05-11": "Ascension Day", "1972-05-21": "Solemnity of Pentecost", "1972-05-28": "Solemnity of Holy Trinity", "1972-06-01": "Corpus Domini", "1972-06-21": "Anniversary of the Election of the Holy Father", "1972-06-29": "Saints Peter and Paul's Day", "1972-08-14": "Day Before Assumption of Mary", "1972-08-15": "Assumption of Mary Day", "1972-08-16": "Day After Assumption of Mary", "1972-11-01": "All Saints' Day", "1972-11-02": "All Souls' Day", "1972-12-08": "Immaculate Conception", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-26": "Saint Stephen's Day", "1972-12-27": "Saint John the Evangelist's Day", "1972-12-31": "Last Day of the Year", "1973-01-01": "Solemnity of Mary, Mother of God", "1973-01-06": "Epiphany", "1973-02-11": "Anniversary of the Foundation of Vatican City", "1973-03-19": "Saint Joseph's Day", "1973-04-19": "Maundy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-04-22": "Easter Sunday", "1973-04-23": "Easter Monday", "1973-04-24": "Easter Tuesday", "1973-05-01": "Saint Joseph the Worker's Day", "1973-05-31": "Ascension Day", "1973-06-10": "Solemnity of Pentecost", "1973-06-17": "Solemnity of Holy Trinity", "1973-06-21": "Anniversary of the Election of the Holy Father; Corpus Domini", "1973-06-29": "Saints Peter and Paul's Day", "1973-08-14": "Day Before Assumption of Mary", "1973-08-15": "Assumption of Mary Day", "1973-08-16": "Day After Assumption of Mary", "1973-11-01": "All Saints' Day", "1973-11-02": "All Souls' Day", "1973-12-08": "Immaculate Conception", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-26": "Saint Stephen's Day", "1973-12-27": "Saint John the Evangelist's Day", "1973-12-31": "Last Day of the Year", "1974-01-01": "Solemnity of Mary, Mother of God", "1974-01-06": "Epiphany", "1974-02-11": "Anniversary of the Foundation of Vatican City", "1974-03-19": "Saint Joseph's Day", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-04-14": "Easter Sunday", "1974-04-15": "Easter Monday", "1974-04-16": "Easter Tuesday", "1974-05-01": "Saint Joseph the Worker's Day", "1974-05-23": "Ascension Day", "1974-06-02": "Solemnity of Pentecost", "1974-06-09": "Solemnity of Holy Trinity", "1974-06-13": "Corpus Domini", "1974-06-21": "Anniversary of the Election of the Holy Father", "1974-06-29": "Saints Peter and Paul's Day", "1974-08-14": "Day Before Assumption of Mary", "1974-08-15": "Assumption of Mary Day", "1974-08-16": "Day After Assumption of Mary", "1974-11-01": "All Saints' Day", "1974-11-02": "All Souls' Day", "1974-12-08": "Immaculate Conception", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-26": "Saint Stephen's Day", "1974-12-27": "Saint John the Evangelist's Day", "1974-12-31": "Last Day of the Year", "1975-01-01": "Solemnity of Mary, Mother of God", "1975-01-06": "Epiphany", "1975-02-11": "Anniversary of the Foundation of Vatican City", "1975-03-19": "Saint Joseph's Day", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-03-30": "Easter Sunday", "1975-03-31": "Easter Monday", "1975-04-01": "Easter Tuesday", "1975-05-01": "Saint Joseph the Worker's Day", "1975-05-08": "Ascension Day", "1975-05-18": "Solemnity of Pentecost", "1975-05-25": "Solemnity of Holy Trinity", "1975-05-29": "Corpus Domini", "1975-06-21": "Anniversary of the Election of the Holy Father", "1975-06-29": "Saints Peter and Paul's Day", "1975-08-14": "Day Before Assumption of Mary", "1975-08-15": "Assumption of Mary Day", "1975-08-16": "Day After Assumption of Mary", "1975-11-01": "All Saints' Day", "1975-11-02": "All Souls' Day", "1975-12-08": "Immaculate Conception", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-26": "Saint Stephen's Day", "1975-12-27": "Saint John the Evangelist's Day", "1975-12-31": "Last Day of the Year", "1976-01-01": "Solemnity of Mary, Mother of God", "1976-01-06": "Epiphany", "1976-02-11": "Anniversary of the Foundation of Vatican City", "1976-03-19": "Saint Joseph's Day", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-04-18": "Easter Sunday", "1976-04-19": "Easter Monday", "1976-04-20": "Easter Tuesday", "1976-05-01": "Saint Joseph the Worker's Day", "1976-05-27": "Ascension Day", "1976-06-06": "Solemnity of Pentecost", "1976-06-13": "Solemnity of Holy Trinity", "1976-06-17": "Corpus Domini", "1976-06-21": "Anniversary of the Election of the Holy Father", "1976-06-29": "Saints Peter and Paul's Day", "1976-08-14": "Day Before Assumption of Mary", "1976-08-15": "Assumption of Mary Day", "1976-08-16": "Day After Assumption of Mary", "1976-11-01": "All Saints' Day", "1976-11-02": "All Souls' Day", "1976-12-08": "Immaculate Conception", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-26": "Saint Stephen's Day", "1976-12-27": "Saint John the Evangelist's Day", "1976-12-31": "Last Day of the Year", "1977-01-01": "Solemnity of Mary, Mother of God", "1977-01-06": "Epiphany", "1977-02-11": "Anniversary of the Foundation of Vatican City", "1977-03-19": "Saint Joseph's Day", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-04-10": "Easter Sunday", "1977-04-11": "Easter Monday", "1977-04-12": "Easter Tuesday", "1977-05-01": "Saint Joseph the Worker's Day", "1977-05-19": "Ascension Day", "1977-05-29": "Solemnity of Pentecost", "1977-06-05": "Solemnity of Holy Trinity", "1977-06-09": "Corpus Domini", "1977-06-21": "Anniversary of the Election of the Holy Father", "1977-06-29": "Saints Peter and Paul's Day", "1977-08-14": "Day Before Assumption of Mary", "1977-08-15": "Assumption of Mary Day", "1977-08-16": "Day After Assumption of Mary", "1977-11-01": "All Saints' Day", "1977-11-02": "All Souls' Day", "1977-12-08": "Immaculate Conception", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-26": "Saint Stephen's Day", "1977-12-27": "Saint John the Evangelist's Day", "1977-12-31": "Last Day of the Year", "1978-01-01": "Solemnity of Mary, Mother of God", "1978-01-06": "Epiphany", "1978-02-11": "Anniversary of the Foundation of Vatican City", "1978-03-19": "Saint Joseph's Day", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-03-26": "Easter Sunday", "1978-03-27": "Easter Monday", "1978-03-28": "Easter Tuesday", "1978-05-01": "Saint Joseph the Worker's Day", "1978-05-04": "Ascension Day", "1978-05-14": "Solemnity of Pentecost", "1978-05-21": "Solemnity of Holy Trinity", "1978-05-25": "Corpus Domini", "1978-06-21": "Anniversary of the Election of the Holy Father", "1978-06-29": "Saints Peter and Paul's Day", "1978-08-14": "Day Before Assumption of Mary", "1978-08-15": "Assumption of Mary Day", "1978-08-16": "Day After Assumption of Mary", "1978-08-26": "Anniversary of the Election of the Holy Father", "1978-10-16": "Anniversary of the Election of the Holy Father", "1978-11-01": "All Saints' Day", "1978-11-02": "All Souls' Day", "1978-11-04": "Name Day of the Holy Father", "1978-12-08": "Immaculate Conception", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-26": "Saint Stephen's Day", "1978-12-27": "Saint John the Evangelist's Day", "1978-12-31": "Last Day of the Year", "1979-01-01": "Solemnity of Mary, Mother of God", "1979-01-06": "Epiphany", "1979-02-11": "Anniversary of the Foundation of Vatican City", "1979-03-19": "Saint Joseph's Day", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-04-15": "Easter Sunday", "1979-04-16": "Easter Monday", "1979-04-17": "Easter Tuesday", "1979-05-01": "Saint Joseph the Worker's Day", "1979-05-24": "Ascension Day", "1979-06-03": "Solemnity of Pentecost", "1979-06-10": "Solemnity of Holy Trinity", "1979-06-14": "Corpus Domini", "1979-06-29": "Saints Peter and Paul's Day", "1979-08-14": "Day Before Assumption of Mary", "1979-08-15": "Assumption of Mary Day", "1979-08-16": "Day After Assumption of Mary", "1979-10-16": "Anniversary of the Election of the Holy Father", "1979-11-01": "All Saints' Day", "1979-11-02": "All Souls' Day", "1979-11-04": "Name Day of the Holy Father", "1979-12-08": "Immaculate Conception", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-26": "Saint Stephen's Day", "1979-12-27": "Saint John the Evangelist's Day", "1979-12-31": "Last Day of the Year", "1980-01-01": "Solemnity of Mary, Mother of God", "1980-01-06": "Epiphany", "1980-02-11": "Anniversary of the Foundation of Vatican City", "1980-03-19": "Saint Joseph's Day", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-04-06": "Easter Sunday", "1980-04-07": "Easter Monday", "1980-04-08": "Easter Tuesday", "1980-05-01": "Saint Joseph the Worker's Day", "1980-05-15": "Ascension Day", "1980-05-25": "Solemnity of Pentecost", "1980-06-01": "Solemnity of Holy Trinity", "1980-06-05": "Corpus Domini", "1980-06-29": "Saints Peter and Paul's Day", "1980-08-14": "Day Before Assumption of Mary", "1980-08-15": "Assumption of Mary Day", "1980-08-16": "Day After Assumption of Mary", "1980-10-16": "Anniversary of the Election of the Holy Father", "1980-11-01": "All Saints' Day", "1980-11-02": "All Souls' Day", "1980-11-04": "Name Day of the Holy Father", "1980-12-08": "Immaculate Conception", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-26": "Saint Stephen's Day", "1980-12-27": "Saint John the Evangelist's Day", "1980-12-31": "Last Day of the Year", "1981-01-01": "Solemnity of Mary, Mother of God", "1981-01-06": "Epiphany", "1981-02-11": "Anniversary of the Foundation of Vatican City", "1981-03-19": "Saint Joseph's Day", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-04-19": "Easter Sunday", "1981-04-20": "Easter Monday", "1981-04-21": "Easter Tuesday", "1981-05-01": "Saint Joseph the Worker's Day", "1981-05-28": "Ascension Day", "1981-06-07": "Solemnity of Pentecost", "1981-06-14": "Solemnity of Holy Trinity", "1981-06-18": "Corpus Domini", "1981-06-29": "Saints Peter and Paul's Day", "1981-08-14": "Day Before Assumption of Mary", "1981-08-15": "Assumption of Mary Day", "1981-08-16": "Day After Assumption of Mary", "1981-10-16": "Anniversary of the Election of the Holy Father", "1981-11-01": "All Saints' Day", "1981-11-02": "All Souls' Day", "1981-11-04": "Name Day of the Holy Father", "1981-12-08": "Immaculate Conception", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-26": "Saint Stephen's Day", "1981-12-27": "Saint John the Evangelist's Day", "1981-12-31": "Last Day of the Year", "1982-01-01": "Solemnity of Mary, Mother of God", "1982-01-06": "Epiphany", "1982-02-11": "Anniversary of the Foundation of Vatican City", "1982-03-19": "Saint Joseph's Day", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-04-11": "Easter Sunday", "1982-04-12": "Easter Monday", "1982-04-13": "Easter Tuesday", "1982-05-01": "Saint Joseph the Worker's Day", "1982-05-20": "Ascension Day", "1982-05-30": "Solemnity of Pentecost", "1982-06-06": "Solemnity of Holy Trinity", "1982-06-10": "Corpus Domini", "1982-06-29": "Saints Peter and Paul's Day", "1982-08-14": "Day Before Assumption of Mary", "1982-08-15": "Assumption of Mary Day", "1982-08-16": "Day After Assumption of Mary", "1982-10-16": "Anniversary of the Election of the Holy Father", "1982-11-01": "All Saints' Day", "1982-11-02": "All Souls' Day", "1982-11-04": "Name Day of the Holy Father", "1982-12-08": "Immaculate Conception", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-26": "Saint Stephen's Day", "1982-12-27": "Saint John the Evangelist's Day", "1982-12-31": "Last Day of the Year", "1983-01-01": "Solemnity of Mary, Mother of God", "1983-01-06": "Epiphany", "1983-02-11": "Anniversary of the Foundation of Vatican City", "1983-03-19": "Saint Joseph's Day", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-04-03": "Easter Sunday", "1983-04-04": "Easter Monday", "1983-04-05": "Easter Tuesday", "1983-05-01": "Saint Joseph the Worker's Day", "1983-05-12": "Ascension Day", "1983-05-22": "Solemnity of Pentecost", "1983-05-29": "Solemnity of Holy Trinity", "1983-06-02": "Corpus Domini", "1983-06-29": "Saints Peter and Paul's Day", "1983-08-14": "Day Before Assumption of Mary", "1983-08-15": "Assumption of Mary Day", "1983-08-16": "Day After Assumption of Mary", "1983-10-16": "Anniversary of the Election of the Holy Father", "1983-11-01": "All Saints' Day", "1983-11-02": "All Souls' Day", "1983-11-04": "Name Day of the Holy Father", "1983-12-08": "Immaculate Conception", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-26": "Saint Stephen's Day", "1983-12-27": "Saint John the Evangelist's Day", "1983-12-31": "Last Day of the Year", "1984-01-01": "Solemnity of Mary, Mother of God", "1984-01-06": "Epiphany", "1984-02-11": "Anniversary of the Foundation of Vatican City", "1984-03-19": "Saint Joseph's Day", "1984-04-19": "Maundy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-04-22": "Easter Sunday", "1984-04-23": "Easter Monday", "1984-04-24": "Easter Tuesday", "1984-05-01": "Saint Joseph the Worker's Day", "1984-05-31": "Ascension Day", "1984-06-10": "Solemnity of Pentecost", "1984-06-17": "Solemnity of Holy Trinity", "1984-06-21": "Corpus Domini", "1984-06-29": "Saints Peter and Paul's Day", "1984-08-14": "Day Before Assumption of Mary", "1984-08-15": "Assumption of Mary Day", "1984-08-16": "Day After Assumption of Mary", "1984-10-16": "Anniversary of the Election of the Holy Father", "1984-11-01": "All Saints' Day", "1984-11-02": "All Souls' Day", "1984-11-04": "Name Day of the Holy Father", "1984-12-08": "Immaculate Conception", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-26": "Saint Stephen's Day", "1984-12-27": "Saint John the Evangelist's Day", "1984-12-31": "Last Day of the Year", "1985-01-01": "Solemnity of Mary, Mother of God", "1985-01-06": "Epiphany", "1985-02-11": "Anniversary of the Foundation of Vatican City", "1985-03-19": "Saint Joseph's Day", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-04-07": "Easter Sunday", "1985-04-08": "Easter Monday", "1985-04-09": "Easter Tuesday", "1985-05-01": "Saint Joseph the Worker's Day", "1985-05-16": "Ascension Day", "1985-05-26": "Solemnity of Pentecost", "1985-06-02": "Solemnity of Holy Trinity", "1985-06-06": "Corpus Domini", "1985-06-29": "Saints Peter and Paul's Day", "1985-08-14": "Day Before Assumption of Mary", "1985-08-15": "Assumption of Mary Day", "1985-08-16": "Day After Assumption of Mary", "1985-10-16": "Anniversary of the Election of the Holy Father", "1985-11-01": "All Saints' Day", "1985-11-02": "All Souls' Day", "1985-11-04": "Name Day of the Holy Father", "1985-12-08": "Immaculate Conception", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-26": "Saint Stephen's Day", "1985-12-27": "Saint John the Evangelist's Day", "1985-12-31": "Last Day of the Year", "1986-01-01": "Solemnity of Mary, Mother of God", "1986-01-06": "Epiphany", "1986-02-11": "Anniversary of the Foundation of Vatican City", "1986-03-19": "Saint Joseph's Day", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-03-30": "Easter Sunday", "1986-03-31": "Easter Monday", "1986-04-01": "Easter Tuesday", "1986-05-01": "Saint Joseph the Worker's Day", "1986-05-08": "Ascension Day", "1986-05-18": "Solemnity of Pentecost", "1986-05-25": "Solemnity of Holy Trinity", "1986-05-29": "Corpus Domini", "1986-06-29": "Saints Peter and Paul's Day", "1986-08-14": "Day Before Assumption of Mary", "1986-08-15": "Assumption of Mary Day", "1986-08-16": "Day After Assumption of Mary", "1986-10-16": "Anniversary of the Election of the Holy Father", "1986-11-01": "All Saints' Day", "1986-11-02": "All Souls' Day", "1986-11-04": "Name Day of the Holy Father", "1986-12-08": "Immaculate Conception", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-26": "Saint Stephen's Day", "1986-12-27": "Saint John the Evangelist's Day", "1986-12-31": "Last Day of the Year", "1987-01-01": "Solemnity of Mary, Mother of God", "1987-01-06": "Epiphany", "1987-02-11": "Anniversary of the Foundation of Vatican City", "1987-03-19": "Saint Joseph's Day", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-04-19": "Easter Sunday", "1987-04-20": "Easter Monday", "1987-04-21": "Easter Tuesday", "1987-05-01": "Saint Joseph the Worker's Day", "1987-05-28": "Ascension Day", "1987-06-07": "Solemnity of Pentecost", "1987-06-14": "Solemnity of Holy Trinity", "1987-06-18": "Corpus Domini", "1987-06-29": "Saints Peter and Paul's Day", "1987-08-14": "Day Before Assumption of Mary", "1987-08-15": "Assumption of Mary Day", "1987-08-16": "Day After Assumption of Mary", "1987-10-16": "Anniversary of the Election of the Holy Father", "1987-11-01": "All Saints' Day", "1987-11-02": "All Souls' Day", "1987-11-04": "Name Day of the Holy Father", "1987-12-08": "Immaculate Conception", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-26": "Saint Stephen's Day", "1987-12-27": "Saint John the Evangelist's Day", "1987-12-31": "Last Day of the Year", "1988-01-01": "Solemnity of Mary, Mother of God", "1988-01-06": "Epiphany", "1988-02-11": "Anniversary of the Foundation of Vatican City", "1988-03-19": "Saint Joseph's Day", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-04-03": "Easter Sunday", "1988-04-04": "Easter Monday", "1988-04-05": "Easter Tuesday", "1988-05-01": "Saint Joseph the Worker's Day", "1988-05-12": "Ascension Day", "1988-05-22": "Solemnity of Pentecost", "1988-05-29": "Solemnity of Holy Trinity", "1988-06-02": "Corpus Domini", "1988-06-29": "Saints Peter and Paul's Day", "1988-08-14": "Day Before Assumption of Mary", "1988-08-15": "Assumption of Mary Day", "1988-08-16": "Day After Assumption of Mary", "1988-10-16": "Anniversary of the Election of the Holy Father", "1988-11-01": "All Saints' Day", "1988-11-02": "All Souls' Day", "1988-11-04": "Name Day of the Holy Father", "1988-12-08": "Immaculate Conception", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-26": "Saint Stephen's Day", "1988-12-27": "Saint John the Evangelist's Day", "1988-12-31": "Last Day of the Year", "1989-01-01": "Solemnity of Mary, Mother of God", "1989-01-06": "Epiphany", "1989-02-11": "Anniversary of the Foundation of Vatican City", "1989-03-19": "Saint Joseph's Day", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-03-26": "Easter Sunday", "1989-03-27": "Easter Monday", "1989-03-28": "Easter Tuesday", "1989-05-01": "Saint Joseph the Worker's Day", "1989-05-04": "Ascension Day", "1989-05-14": "Solemnity of Pentecost", "1989-05-21": "Solemnity of Holy Trinity", "1989-05-25": "Corpus Domini", "1989-06-29": "Saints Peter and Paul's Day", "1989-08-14": "Day Before Assumption of Mary", "1989-08-15": "Assumption of Mary Day", "1989-08-16": "Day After Assumption of Mary", "1989-10-16": "Anniversary of the Election of the Holy Father", "1989-11-01": "All Saints' Day", "1989-11-02": "All Souls' Day", "1989-11-04": "Name Day of the Holy Father", "1989-12-08": "Immaculate Conception", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-26": "Saint Stephen's Day", "1989-12-27": "Saint John the Evangelist's Day", "1989-12-31": "Last Day of the Year", "1990-01-01": "Solemnity of Mary, Mother of God", "1990-01-06": "Epiphany", "1990-02-11": "Anniversary of the Foundation of Vatican City", "1990-03-19": "Saint Joseph's Day", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-04-15": "Easter Sunday", "1990-04-16": "Easter Monday", "1990-04-17": "Easter Tuesday", "1990-05-01": "Saint Joseph the Worker's Day", "1990-05-24": "Ascension Day", "1990-06-03": "Solemnity of Pentecost", "1990-06-10": "Solemnity of Holy Trinity", "1990-06-14": "Corpus Domini", "1990-06-29": "Saints Peter and Paul's Day", "1990-08-14": "Day Before Assumption of Mary", "1990-08-15": "Assumption of Mary Day", "1990-08-16": "Day After Assumption of Mary", "1990-10-16": "Anniversary of the Election of the Holy Father", "1990-11-01": "All Saints' Day", "1990-11-02": "All Souls' Day", "1990-11-04": "Name Day of the Holy Father", "1990-12-08": "Immaculate Conception", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-26": "Saint Stephen's Day", "1990-12-27": "Saint John the Evangelist's Day", "1990-12-31": "Last Day of the Year", "1991-01-01": "Solemnity of Mary, Mother of God", "1991-01-06": "Epiphany", "1991-02-11": "Anniversary of the Foundation of Vatican City", "1991-03-19": "Saint Joseph's Day", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-03-31": "Easter Sunday", "1991-04-01": "Easter Monday", "1991-04-02": "Easter Tuesday", "1991-05-01": "Saint Joseph the Worker's Day", "1991-05-09": "Ascension Day", "1991-05-19": "Solemnity of Pentecost", "1991-05-26": "Solemnity of Holy Trinity", "1991-05-30": "Corpus Domini", "1991-06-29": "Saints Peter and Paul's Day", "1991-08-14": "Day Before Assumption of Mary", "1991-08-15": "Assumption of Mary Day", "1991-08-16": "Day After Assumption of Mary", "1991-10-16": "Anniversary of the Election of the Holy Father", "1991-11-01": "All Saints' Day", "1991-11-02": "All Souls' Day", "1991-11-04": "Name Day of the Holy Father", "1991-12-08": "Immaculate Conception", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-26": "Saint Stephen's Day", "1991-12-27": "Saint John the Evangelist's Day", "1991-12-31": "Last Day of the Year", "1992-01-01": "Solemnity of Mary, Mother of God", "1992-01-06": "Epiphany", "1992-02-11": "Anniversary of the Foundation of Vatican City", "1992-03-19": "Saint Joseph's Day", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-04-19": "Easter Sunday", "1992-04-20": "Easter Monday", "1992-04-21": "Easter Tuesday", "1992-05-01": "Saint Joseph the Worker's Day", "1992-05-28": "Ascension Day", "1992-06-07": "Solemnity of Pentecost", "1992-06-14": "Solemnity of Holy Trinity", "1992-06-18": "Corpus Domini", "1992-06-29": "Saints Peter and Paul's Day", "1992-08-14": "Day Before Assumption of Mary", "1992-08-15": "Assumption of Mary Day", "1992-08-16": "Day After Assumption of Mary", "1992-10-16": "Anniversary of the Election of the Holy Father", "1992-11-01": "All Saints' Day", "1992-11-02": "All Souls' Day", "1992-11-04": "Name Day of the Holy Father", "1992-12-08": "Immaculate Conception", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-26": "Saint Stephen's Day", "1992-12-27": "Saint John the Evangelist's Day", "1992-12-31": "Last Day of the Year", "1993-01-01": "Solemnity of Mary, Mother of God", "1993-01-06": "Epiphany", "1993-02-11": "Anniversary of the Foundation of Vatican City", "1993-03-19": "Saint Joseph's Day", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-04-11": "Easter Sunday", "1993-04-12": "Easter Monday", "1993-04-13": "Easter Tuesday", "1993-05-01": "Saint Joseph the Worker's Day", "1993-05-20": "Ascension Day", "1993-05-30": "Solemnity of Pentecost", "1993-06-06": "Solemnity of Holy Trinity", "1993-06-10": "Corpus Domini", "1993-06-29": "Saints Peter and Paul's Day", "1993-08-14": "Day Before Assumption of Mary", "1993-08-15": "Assumption of Mary Day", "1993-08-16": "Day After Assumption of Mary", "1993-10-16": "Anniversary of the Election of the Holy Father", "1993-11-01": "All Saints' Day", "1993-11-02": "All Souls' Day", "1993-11-04": "Name Day of the Holy Father", "1993-12-08": "Immaculate Conception", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-26": "Saint Stephen's Day", "1993-12-27": "Saint John the Evangelist's Day", "1993-12-31": "Last Day of the Year", "1994-01-01": "Solemnity of Mary, Mother of God", "1994-01-06": "Epiphany", "1994-02-11": "Anniversary of the Foundation of Vatican City", "1994-03-19": "Saint Joseph's Day", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-04-03": "Easter Sunday", "1994-04-04": "Easter Monday", "1994-04-05": "Easter Tuesday", "1994-05-01": "Saint Joseph the Worker's Day", "1994-05-12": "Ascension Day", "1994-05-22": "Solemnity of Pentecost", "1994-05-29": "Solemnity of Holy Trinity", "1994-06-02": "Corpus Domini", "1994-06-29": "Saints Peter and Paul's Day", "1994-08-14": "Day Before Assumption of Mary", "1994-08-15": "Assumption of Mary Day", "1994-08-16": "Day After Assumption of Mary", "1994-10-16": "Anniversary of the Election of the Holy Father", "1994-11-01": "All Saints' Day", "1994-11-02": "All Souls' Day", "1994-11-04": "Name Day of the Holy Father", "1994-12-08": "Immaculate Conception", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-26": "Saint Stephen's Day", "1994-12-27": "Saint John the Evangelist's Day", "1994-12-31": "Last Day of the Year", "1995-01-01": "Solemnity of Mary, Mother of God", "1995-01-06": "Epiphany", "1995-02-11": "Anniversary of the Foundation of Vatican City", "1995-03-19": "Saint Joseph's Day", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-04-16": "Easter Sunday", "1995-04-17": "Easter Monday", "1995-04-18": "Easter Tuesday", "1995-05-01": "Saint Joseph the Worker's Day", "1995-05-25": "Ascension Day", "1995-06-04": "Solemnity of Pentecost", "1995-06-11": "Solemnity of Holy Trinity", "1995-06-15": "Corpus Domini", "1995-06-29": "Saints Peter and Paul's Day", "1995-08-14": "Day Before Assumption of Mary", "1995-08-15": "Assumption of Mary Day", "1995-08-16": "Day After Assumption of Mary", "1995-10-16": "Anniversary of the Election of the Holy Father", "1995-11-01": "All Saints' Day", "1995-11-02": "All Souls' Day", "1995-11-04": "Name Day of the Holy Father", "1995-12-08": "Immaculate Conception", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-26": "Saint Stephen's Day", "1995-12-27": "Saint John the Evangelist's Day", "1995-12-31": "Last Day of the Year", "1996-01-01": "Solemnity of Mary, Mother of God", "1996-01-06": "Epiphany", "1996-02-11": "Anniversary of the Foundation of Vatican City", "1996-03-19": "Saint Joseph's Day", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-04-07": "Easter Sunday", "1996-04-08": "Easter Monday", "1996-04-09": "Easter Tuesday", "1996-05-01": "Saint Joseph the Worker's Day", "1996-05-16": "Ascension Day", "1996-05-26": "Solemnity of Pentecost", "1996-06-02": "Solemnity of Holy Trinity", "1996-06-06": "Corpus Domini", "1996-06-29": "Saints Peter and Paul's Day", "1996-08-14": "Day Before Assumption of Mary", "1996-08-15": "Assumption of Mary Day", "1996-08-16": "Day After Assumption of Mary", "1996-10-16": "Anniversary of the Election of the Holy Father", "1996-11-01": "All Saints' Day", "1996-11-02": "All Souls' Day", "1996-11-04": "Name Day of the Holy Father", "1996-12-08": "Immaculate Conception", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-26": "Saint Stephen's Day", "1996-12-27": "Saint John the Evangelist's Day", "1996-12-31": "Last Day of the Year", "1997-01-01": "Solemnity of Mary, Mother of God", "1997-01-06": "Epiphany", "1997-02-11": "Anniversary of the Foundation of Vatican City", "1997-03-19": "Saint Joseph's Day", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-03-30": "Easter Sunday", "1997-03-31": "Easter Monday", "1997-04-01": "Easter Tuesday", "1997-05-01": "Saint Joseph the Worker's Day", "1997-05-08": "Ascension Day", "1997-05-18": "Solemnity of Pentecost", "1997-05-25": "Solemnity of Holy Trinity", "1997-05-29": "Corpus Domini", "1997-06-29": "Saints Peter and Paul's Day", "1997-08-14": "Day Before Assumption of Mary", "1997-08-15": "Assumption of Mary Day", "1997-08-16": "Day After Assumption of Mary", "1997-10-16": "Anniversary of the Election of the Holy Father", "1997-11-01": "All Saints' Day", "1997-11-02": "All Souls' Day", "1997-11-04": "Name Day of the Holy Father", "1997-12-08": "Immaculate Conception", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-26": "Saint Stephen's Day", "1997-12-27": "Saint John the Evangelist's Day", "1997-12-31": "Last Day of the Year", "1998-01-01": "Solemnity of Mary, Mother of God", "1998-01-06": "Epiphany", "1998-02-11": "Anniversary of the Foundation of Vatican City", "1998-03-19": "Saint Joseph's Day", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-04-12": "Easter Sunday", "1998-04-13": "Easter Monday", "1998-04-14": "Easter Tuesday", "1998-05-01": "Saint Joseph the Worker's Day", "1998-05-21": "Ascension Day", "1998-05-31": "Solemnity of Pentecost", "1998-06-07": "Solemnity of Holy Trinity", "1998-06-11": "Corpus Domini", "1998-06-29": "Saints Peter and Paul's Day", "1998-08-14": "Day Before Assumption of Mary", "1998-08-15": "Assumption of Mary Day", "1998-08-16": "Day After Assumption of Mary", "1998-10-16": "Anniversary of the Election of the Holy Father", "1998-11-01": "All Saints' Day", "1998-11-02": "All Souls' Day", "1998-11-04": "Name Day of the Holy Father", "1998-12-08": "Immaculate Conception", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-26": "Saint Stephen's Day", "1998-12-27": "Saint John the Evangelist's Day", "1998-12-31": "Last Day of the Year", "1999-01-01": "Solemnity of Mary, Mother of God", "1999-01-06": "Epiphany", "1999-02-11": "Anniversary of the Foundation of Vatican City", "1999-03-19": "Saint Joseph's Day", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-04-04": "Easter Sunday", "1999-04-05": "Easter Monday", "1999-04-06": "Easter Tuesday", "1999-05-01": "Saint Joseph the Worker's Day", "1999-05-13": "Ascension Day", "1999-05-23": "Solemnity of Pentecost", "1999-05-30": "Solemnity of Holy Trinity", "1999-06-03": "Corpus Domini", "1999-06-29": "Saints Peter and Paul's Day", "1999-08-14": "Day Before Assumption of Mary", "1999-08-15": "Assumption of Mary Day", "1999-08-16": "Day After Assumption of Mary", "1999-10-16": "Anniversary of the Election of the Holy Father", "1999-11-01": "All Saints' Day", "1999-11-02": "All Souls' Day", "1999-11-04": "Name Day of the Holy Father", "1999-12-08": "Immaculate Conception", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-26": "Saint Stephen's Day", "1999-12-27": "Saint John the Evangelist's Day", "1999-12-31": "Last Day of the Year", "2000-01-01": "Solemnity of Mary, Mother of God", "2000-01-06": "Epiphany", "2000-02-11": "Anniversary of the Foundation of Vatican City", "2000-03-19": "Saint Joseph's Day", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-04-23": "Easter Sunday", "2000-04-24": "Easter Monday", "2000-04-25": "Easter Tuesday", "2000-05-01": "Saint Joseph the Worker's Day", "2000-06-01": "Ascension Day", "2000-06-11": "Solemnity of Pentecost", "2000-06-18": "Solemnity of Holy Trinity", "2000-06-22": "Corpus Domini", "2000-06-29": "Saints Peter and Paul's Day", "2000-08-14": "Day Before Assumption of Mary", "2000-08-15": "Assumption of Mary Day", "2000-08-16": "Day After Assumption of Mary", "2000-10-16": "Anniversary of the Election of the Holy Father", "2000-11-01": "All Saints' Day", "2000-11-02": "All Souls' Day", "2000-11-04": "Name Day of the Holy Father", "2000-12-08": "Immaculate Conception", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-26": "Saint Stephen's Day", "2000-12-27": "Saint John the Evangelist's Day", "2000-12-31": "Last Day of the Year", "2001-01-01": "Solemnity of Mary, Mother of God", "2001-01-06": "Epiphany", "2001-02-11": "Anniversary of the Foundation of Vatican City", "2001-03-19": "Saint Joseph's Day", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-04-15": "Easter Sunday", "2001-04-16": "Easter Monday", "2001-04-17": "Easter Tuesday", "2001-05-01": "Saint Joseph the Worker's Day", "2001-05-24": "Ascension Day", "2001-06-03": "Solemnity of Pentecost", "2001-06-10": "Solemnity of Holy Trinity", "2001-06-14": "Corpus Domini", "2001-06-29": "Saints Peter and Paul's Day", "2001-08-14": "Day Before Assumption of Mary", "2001-08-15": "Assumption of Mary Day", "2001-08-16": "Day After Assumption of Mary", "2001-10-16": "Anniversary of the Election of the Holy Father", "2001-11-01": "All Saints' Day", "2001-11-02": "All Souls' Day", "2001-11-04": "Name Day of the Holy Father", "2001-12-08": "Immaculate Conception", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-26": "Saint Stephen's Day", "2001-12-27": "Saint John the Evangelist's Day", "2001-12-31": "Last Day of the Year", "2002-01-01": "Solemnity of Mary, Mother of God", "2002-01-06": "Epiphany", "2002-02-11": "Anniversary of the Foundation of Vatican City", "2002-03-19": "Saint Joseph's Day", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-03-31": "Easter Sunday", "2002-04-01": "Easter Monday", "2002-04-02": "Easter Tuesday", "2002-05-01": "Saint Joseph the Worker's Day", "2002-05-09": "Ascension Day", "2002-05-19": "Solemnity of Pentecost", "2002-05-26": "Solemnity of Holy Trinity", "2002-05-30": "Corpus Domini", "2002-06-29": "Saints Peter and Paul's Day", "2002-08-14": "Day Before Assumption of Mary", "2002-08-15": "Assumption of Mary Day", "2002-08-16": "Day After Assumption of Mary", "2002-10-16": "Anniversary of the Election of the Holy Father", "2002-11-01": "All Saints' Day", "2002-11-02": "All Souls' Day", "2002-11-04": "Name Day of the Holy Father", "2002-12-08": "Immaculate Conception", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-26": "Saint Stephen's Day", "2002-12-27": "Saint John the Evangelist's Day", "2002-12-31": "Last Day of the Year", "2003-01-01": "Solemnity of Mary, Mother of God", "2003-01-06": "Epiphany", "2003-02-11": "Anniversary of the Foundation of Vatican City", "2003-03-19": "Saint Joseph's Day", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-04-20": "Easter Sunday", "2003-04-21": "Easter Monday", "2003-04-22": "Easter Tuesday", "2003-05-01": "Saint Joseph the Worker's Day", "2003-05-29": "Ascension Day", "2003-06-08": "Solemnity of Pentecost", "2003-06-15": "Solemnity of Holy Trinity", "2003-06-19": "Corpus Domini", "2003-06-29": "Saints Peter and Paul's Day", "2003-08-14": "Day Before Assumption of Mary", "2003-08-15": "Assumption of Mary Day", "2003-08-16": "Day After Assumption of Mary", "2003-10-16": "Anniversary of the Election of the Holy Father", "2003-11-01": "All Saints' Day", "2003-11-02": "All Souls' Day", "2003-11-04": "Name Day of the Holy Father", "2003-12-08": "Immaculate Conception", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-26": "Saint Stephen's Day", "2003-12-27": "Saint John the Evangelist's Day", "2003-12-31": "Last Day of the Year", "2004-01-01": "Solemnity of Mary, Mother of God", "2004-01-06": "Epiphany", "2004-02-11": "Anniversary of the Foundation of Vatican City", "2004-03-19": "Saint Joseph's Day", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-04-11": "Easter Sunday", "2004-04-12": "Easter Monday", "2004-04-13": "Easter Tuesday", "2004-05-01": "Saint Joseph the Worker's Day", "2004-05-20": "Ascension Day", "2004-05-30": "Solemnity of Pentecost", "2004-06-06": "Solemnity of Holy Trinity", "2004-06-10": "Corpus Domini", "2004-06-29": "Saints Peter and Paul's Day", "2004-08-14": "Day Before Assumption of Mary", "2004-08-15": "Assumption of Mary Day", "2004-08-16": "Day After Assumption of Mary", "2004-10-16": "Anniversary of the Election of the Holy Father", "2004-11-01": "All Saints' Day", "2004-11-02": "All Souls' Day", "2004-11-04": "Name Day of the Holy Father", "2004-12-08": "Immaculate Conception", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-26": "Saint Stephen's Day", "2004-12-27": "Saint John the Evangelist's Day", "2004-12-31": "Last Day of the Year", "2005-01-01": "Solemnity of Mary, Mother of God", "2005-01-06": "Epiphany", "2005-02-11": "Anniversary of the Foundation of Vatican City", "2005-03-19": "Name Day of the Holy Father; Saint Joseph's Day", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-03-27": "Easter Sunday", "2005-03-28": "Easter Monday", "2005-03-29": "Easter Tuesday", "2005-04-19": "Anniversary of the Election of the Holy Father", "2005-05-01": "Saint Joseph the Worker's Day", "2005-05-05": "Ascension Day", "2005-05-15": "Solemnity of Pentecost", "2005-05-22": "Solemnity of Holy Trinity", "2005-05-26": "Corpus Domini", "2005-06-29": "Saints Peter and Paul's Day", "2005-08-14": "Day Before Assumption of Mary", "2005-08-15": "Assumption of Mary Day", "2005-08-16": "Day After Assumption of Mary", "2005-11-01": "All Saints' Day", "2005-11-02": "All Souls' Day", "2005-12-08": "Immaculate Conception", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-26": "Saint Stephen's Day", "2005-12-27": "Saint John the Evangelist's Day", "2005-12-31": "Last Day of the Year", "2006-01-01": "Solemnity of Mary, Mother of God", "2006-01-06": "Epiphany", "2006-02-11": "Anniversary of the Foundation of Vatican City", "2006-03-19": "Name Day of the Holy Father; Saint Joseph's Day", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-04-16": "Easter Sunday", "2006-04-17": "Easter Monday", "2006-04-18": "Easter Tuesday", "2006-04-19": "Anniversary of the Election of the Holy Father", "2006-05-01": "Saint Joseph the Worker's Day", "2006-05-25": "Ascension Day", "2006-06-04": "Solemnity of Pentecost", "2006-06-11": "Solemnity of Holy Trinity", "2006-06-15": "Corpus Domini", "2006-06-29": "Saints Peter and Paul's Day", "2006-08-14": "Day Before Assumption of Mary", "2006-08-15": "Assumption of Mary Day", "2006-08-16": "Day After Assumption of Mary", "2006-11-01": "All Saints' Day", "2006-11-02": "All Souls' Day", "2006-12-08": "Immaculate Conception", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-26": "Saint Stephen's Day", "2006-12-27": "Saint John the Evangelist's Day", "2006-12-31": "Last Day of the Year", "2007-01-01": "Solemnity of Mary, Mother of God", "2007-01-06": "Epiphany", "2007-02-11": "Anniversary of the Foundation of Vatican City", "2007-03-19": "Name Day of the Holy Father; Saint Joseph's Day", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-04-08": "Easter Sunday", "2007-04-09": "Easter Monday", "2007-04-10": "Easter Tuesday", "2007-04-19": "Anniversary of the Election of the Holy Father", "2007-05-01": "Saint Joseph the Worker's Day", "2007-05-17": "Ascension Day", "2007-05-27": "Solemnity of Pentecost", "2007-06-03": "Solemnity of Holy Trinity", "2007-06-07": "Corpus Domini", "2007-06-29": "Saints Peter and Paul's Day", "2007-08-14": "Day Before Assumption of Mary", "2007-08-15": "Assumption of Mary Day", "2007-08-16": "Day After Assumption of Mary", "2007-11-01": "All Saints' Day", "2007-11-02": "All Souls' Day", "2007-12-08": "Immaculate Conception", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-26": "Saint Stephen's Day", "2007-12-27": "Saint John the Evangelist's Day", "2007-12-31": "Last Day of the Year", "2008-01-01": "Solemnity of Mary, Mother of God", "2008-01-06": "Epiphany", "2008-02-11": "Anniversary of the Foundation of Vatican City", "2008-03-19": "Name Day of the Holy Father; Saint Joseph's Day", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-03-23": "Easter Sunday", "2008-03-24": "Easter Monday", "2008-03-25": "Easter Tuesday", "2008-04-19": "Anniversary of the Election of the Holy Father", "2008-05-01": "Ascension Day; Saint Joseph the Worker's Day", "2008-05-11": "Solemnity of Pentecost", "2008-05-18": "Solemnity of Holy Trinity", "2008-05-22": "Corpus Domini", "2008-06-29": "Saints Peter and Paul's Day", "2008-08-14": "Day Before Assumption of Mary", "2008-08-15": "Assumption of Mary Day", "2008-08-16": "Day After Assumption of Mary", "2008-11-01": "All Saints' Day", "2008-11-02": "All Souls' Day", "2008-12-08": "Immaculate Conception", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-26": "Saint Stephen's Day", "2008-12-27": "Saint John the Evangelist's Day", "2008-12-31": "Last Day of the Year", "2009-01-01": "Solemnity of Mary, Mother of God", "2009-01-06": "Epiphany", "2009-02-11": "Anniversary of the Foundation of Vatican City", "2009-03-19": "Name Day of the Holy Father; Saint Joseph's Day", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-04-12": "Easter Sunday", "2009-04-13": "Easter Monday", "2009-04-14": "Easter Tuesday", "2009-04-19": "Anniversary of the Election of the Holy Father", "2009-05-01": "Saint Joseph the Worker's Day", "2009-05-21": "Ascension Day", "2009-05-31": "Solemnity of Pentecost", "2009-06-07": "Solemnity of Holy Trinity", "2009-06-11": "Corpus Domini", "2009-06-29": "Saints Peter and Paul's Day", "2009-08-14": "Day Before Assumption of Mary", "2009-08-15": "Assumption of Mary Day", "2009-08-16": "Day After Assumption of Mary", "2009-11-01": "All Saints' Day", "2009-11-02": "All Souls' Day", "2009-12-08": "Immaculate Conception", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-26": "Saint Stephen's Day", "2009-12-27": "Saint John the Evangelist's Day", "2009-12-31": "Last Day of the Year", "2010-01-01": "Solemnity of Mary, Mother of God", "2010-01-06": "Epiphany", "2010-02-11": "Anniversary of the Foundation of Vatican City", "2010-03-19": "Name Day of the Holy Father; Saint Joseph's Day", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-04-04": "Easter Sunday", "2010-04-05": "Easter Monday", "2010-04-06": "Easter Tuesday", "2010-04-19": "Anniversary of the Election of the Holy Father", "2010-05-01": "Saint Joseph the Worker's Day", "2010-05-13": "Ascension Day", "2010-05-23": "Solemnity of Pentecost", "2010-05-30": "Solemnity of Holy Trinity", "2010-06-03": "Corpus Domini", "2010-06-29": "Saints Peter and Paul's Day", "2010-08-14": "Day Before Assumption of Mary", "2010-08-15": "Assumption of Mary Day", "2010-08-16": "Day After Assumption of Mary", "2010-11-01": "All Saints' Day", "2010-11-02": "All Souls' Day", "2010-12-08": "Immaculate Conception", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-26": "Saint Stephen's Day", "2010-12-27": "Saint John the Evangelist's Day", "2010-12-31": "Last Day of the Year", "2011-01-01": "Solemnity of Mary, Mother of God", "2011-01-06": "Epiphany", "2011-02-11": "Anniversary of the Foundation of Vatican City", "2011-03-19": "Name Day of the Holy Father; Saint Joseph's Day", "2011-04-19": "Anniversary of the Election of the Holy Father", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-04-24": "Easter Sunday", "2011-04-25": "Easter Monday", "2011-04-26": "Easter Tuesday", "2011-05-01": "Saint Joseph the Worker's Day", "2011-06-02": "Ascension Day", "2011-06-12": "Solemnity of Pentecost", "2011-06-19": "Solemnity of Holy Trinity", "2011-06-23": "Corpus Domini", "2011-06-29": "Saints Peter and Paul's Day", "2011-08-14": "Day Before Assumption of Mary", "2011-08-15": "Assumption of Mary Day", "2011-08-16": "Day After Assumption of Mary", "2011-11-01": "All Saints' Day", "2011-11-02": "All Souls' Day", "2011-12-08": "Immaculate Conception", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-26": "Saint Stephen's Day", "2011-12-27": "Saint John the Evangelist's Day", "2011-12-31": "Last Day of the Year", "2012-01-01": "Solemnity of Mary, Mother of God", "2012-01-06": "Epiphany", "2012-02-11": "Anniversary of the Foundation of Vatican City", "2012-03-19": "Name Day of the Holy Father; Saint Joseph's Day", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-04-08": "Easter Sunday", "2012-04-09": "Easter Monday", "2012-04-10": "Easter Tuesday", "2012-04-19": "Anniversary of the Election of the Holy Father", "2012-05-01": "Saint Joseph the Worker's Day", "2012-05-17": "Ascension Day", "2012-05-27": "Solemnity of Pentecost", "2012-06-03": "Solemnity of Holy Trinity", "2012-06-07": "Corpus Domini", "2012-06-29": "Saints Peter and Paul's Day", "2012-08-14": "Day Before Assumption of Mary", "2012-08-15": "Assumption of Mary Day", "2012-08-16": "Day After Assumption of Mary", "2012-11-01": "All Saints' Day", "2012-11-02": "All Souls' Day", "2012-12-08": "Immaculate Conception", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-26": "Saint Stephen's Day", "2012-12-27": "Saint John the Evangelist's Day", "2012-12-31": "Last Day of the Year", "2013-01-01": "Solemnity of Mary, Mother of God", "2013-01-06": "Epiphany", "2013-02-11": "Anniversary of the Foundation of Vatican City", "2013-03-13": "Anniversary of the Election of the Holy Father", "2013-03-19": "Saint Joseph's Day", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-03-31": "Easter Sunday", "2013-04-01": "Easter Monday", "2013-04-02": "Easter Tuesday", "2013-04-23": "Name Day of the Holy Father", "2013-05-01": "Saint Joseph the Worker's Day", "2013-05-09": "Ascension Day", "2013-05-19": "Solemnity of Pentecost", "2013-05-26": "Solemnity of Holy Trinity", "2013-05-30": "Corpus Domini", "2013-06-29": "Saints Peter and Paul's Day", "2013-08-14": "Day Before Assumption of Mary", "2013-08-15": "Assumption of Mary Day", "2013-08-16": "Day After Assumption of Mary", "2013-11-01": "All Saints' Day", "2013-11-02": "All Souls' Day", "2013-12-08": "Immaculate Conception", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-26": "Saint Stephen's Day", "2013-12-27": "Saint John the Evangelist's Day", "2013-12-31": "Last Day of the Year", "2014-01-01": "Solemnity of Mary, Mother of God", "2014-01-06": "Epiphany", "2014-02-11": "Anniversary of the Foundation of Vatican City", "2014-03-13": "Anniversary of the Election of the Holy Father", "2014-03-19": "Saint Joseph's Day", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-04-20": "Easter Sunday", "2014-04-21": "Easter Monday", "2014-04-22": "Easter Tuesday", "2014-04-23": "Name Day of the Holy Father", "2014-05-01": "Saint Joseph the Worker's Day", "2014-05-29": "Ascension Day", "2014-06-08": "Solemnity of Pentecost", "2014-06-15": "Solemnity of Holy Trinity", "2014-06-19": "Corpus Domini", "2014-06-29": "Saints Peter and Paul's Day", "2014-08-14": "Day Before Assumption of Mary", "2014-08-15": "Assumption of Mary Day", "2014-08-16": "Day After Assumption of Mary", "2014-11-01": "All Saints' Day", "2014-11-02": "All Souls' Day", "2014-12-08": "Immaculate Conception", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-26": "Saint Stephen's Day", "2014-12-27": "Saint John the Evangelist's Day", "2014-12-31": "Last Day of the Year", "2015-01-01": "Solemnity of Mary, Mother of God", "2015-01-06": "Epiphany", "2015-02-11": "Anniversary of the Foundation of Vatican City", "2015-03-13": "Anniversary of the Election of the Holy Father", "2015-03-19": "Saint Joseph's Day", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-04-05": "Easter Sunday", "2015-04-06": "Easter Monday", "2015-04-07": "Easter Tuesday", "2015-04-23": "Name Day of the Holy Father", "2015-05-01": "Saint Joseph the Worker's Day", "2015-05-14": "Ascension Day", "2015-05-24": "Solemnity of Pentecost", "2015-05-31": "Solemnity of Holy Trinity", "2015-06-04": "Corpus Domini", "2015-06-29": "Saints Peter and Paul's Day", "2015-08-14": "Day Before Assumption of Mary", "2015-08-15": "Assumption of Mary Day", "2015-08-16": "Day After Assumption of Mary", "2015-11-01": "All Saints' Day", "2015-11-02": "All Souls' Day", "2015-12-08": "Immaculate Conception", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-26": "Saint Stephen's Day", "2015-12-27": "Saint John the Evangelist's Day", "2015-12-31": "Last Day of the Year", "2016-01-01": "Solemnity of Mary, Mother of God", "2016-01-06": "Epiphany", "2016-02-11": "Anniversary of the Foundation of Vatican City", "2016-03-13": "Anniversary of the Election of the Holy Father", "2016-03-19": "Saint Joseph's Day", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-03-27": "Easter Sunday", "2016-03-28": "Easter Monday", "2016-03-29": "Easter Tuesday", "2016-04-23": "Name Day of the Holy Father", "2016-05-01": "Saint Joseph the Worker's Day", "2016-05-05": "Ascension Day", "2016-05-15": "Solemnity of Pentecost", "2016-05-22": "Solemnity of Holy Trinity", "2016-05-26": "Corpus Domini", "2016-06-29": "Saints Peter and Paul's Day", "2016-08-14": "Day Before Assumption of Mary", "2016-08-15": "Assumption of Mary Day", "2016-08-16": "Day After Assumption of Mary", "2016-11-01": "All Saints' Day", "2016-11-02": "All Souls' Day", "2016-12-08": "Immaculate Conception", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-26": "Saint Stephen's Day", "2016-12-27": "Saint John the Evangelist's Day", "2016-12-31": "Last Day of the Year", "2017-01-01": "Solemnity of Mary, Mother of God", "2017-01-06": "Epiphany", "2017-02-11": "Anniversary of the Foundation of Vatican City", "2017-03-13": "Anniversary of the Election of the Holy Father", "2017-03-19": "Saint Joseph's Day", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-04-16": "Easter Sunday", "2017-04-17": "Easter Monday", "2017-04-18": "Easter Tuesday", "2017-04-23": "Name Day of the Holy Father", "2017-05-01": "Saint Joseph the Worker's Day", "2017-05-25": "Ascension Day", "2017-06-04": "Solemnity of Pentecost", "2017-06-11": "Solemnity of Holy Trinity", "2017-06-15": "Corpus Domini", "2017-06-29": "Saints Peter and Paul's Day", "2017-08-14": "Day Before Assumption of Mary", "2017-08-15": "Assumption of Mary Day", "2017-08-16": "Day After Assumption of Mary", "2017-11-01": "All Saints' Day", "2017-11-02": "All Souls' Day", "2017-12-08": "Immaculate Conception", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-26": "Saint Stephen's Day", "2017-12-27": "Saint John the Evangelist's Day", "2017-12-31": "Last Day of the Year", "2018-01-01": "Solemnity of Mary, Mother of God", "2018-01-06": "Epiphany", "2018-02-11": "Anniversary of the Foundation of Vatican City", "2018-03-13": "Anniversary of the Election of the Holy Father", "2018-03-19": "Saint Joseph's Day", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-04-01": "Easter Sunday", "2018-04-02": "Easter Monday", "2018-04-03": "Easter Tuesday", "2018-04-23": "Name Day of the Holy Father", "2018-05-01": "Saint Joseph the Worker's Day", "2018-05-10": "Ascension Day", "2018-05-20": "Solemnity of Pentecost", "2018-05-27": "Solemnity of Holy Trinity", "2018-05-31": "Corpus Domini", "2018-06-29": "Saints Peter and Paul's Day", "2018-08-14": "Day Before Assumption of Mary", "2018-08-15": "Assumption of Mary Day", "2018-08-16": "Day After Assumption of Mary", "2018-11-01": "All Saints' Day", "2018-11-02": "All Souls' Day", "2018-12-08": "Immaculate Conception", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-26": "Saint Stephen's Day", "2018-12-27": "Saint John the Evangelist's Day", "2018-12-31": "Last Day of the Year", "2019-01-01": "Solemnity of Mary, Mother of God", "2019-01-06": "Epiphany", "2019-02-11": "Anniversary of the Foundation of Vatican City", "2019-03-13": "Anniversary of the Election of the Holy Father", "2019-03-19": "Saint Joseph's Day", "2019-04-18": "Maundy Thursday", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-04-21": "Easter Sunday", "2019-04-22": "Easter Monday", "2019-04-23": "Easter Tuesday; Name Day of the Holy Father", "2019-05-01": "Saint Joseph the Worker's Day", "2019-05-30": "Ascension Day", "2019-06-09": "Solemnity of Pentecost", "2019-06-16": "Solemnity of Holy Trinity", "2019-06-20": "Corpus Domini", "2019-06-29": "Saints Peter and Paul's Day", "2019-08-14": "Day Before Assumption of Mary", "2019-08-15": "Assumption of Mary Day", "2019-08-16": "Day After Assumption of Mary", "2019-11-01": "All Saints' Day", "2019-11-02": "All Souls' Day", "2019-12-08": "Immaculate Conception", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-26": "Saint Stephen's Day", "2019-12-27": "Saint John the Evangelist's Day", "2019-12-31": "Last Day of the Year", "2020-01-01": "Solemnity of Mary, Mother of God", "2020-01-06": "Epiphany", "2020-02-11": "Anniversary of the Foundation of Vatican City", "2020-03-13": "Anniversary of the Election of the Holy Father", "2020-03-19": "Saint Joseph's Day", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-04-12": "Easter Sunday", "2020-04-13": "Easter Monday", "2020-04-14": "Easter Tuesday", "2020-04-23": "Name Day of the Holy Father", "2020-05-01": "Saint Joseph the Worker's Day", "2020-05-21": "Ascension Day", "2020-05-31": "Solemnity of Pentecost", "2020-06-07": "Solemnity of Holy Trinity", "2020-06-11": "Corpus Domini", "2020-06-29": "Saints Peter and Paul's Day", "2020-08-14": "Day Before Assumption of Mary", "2020-08-15": "Assumption of Mary Day", "2020-08-16": "Day After Assumption of Mary", "2020-11-01": "All Saints' Day", "2020-11-02": "All Souls' Day", "2020-12-08": "Immaculate Conception", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-26": "Saint Stephen's Day", "2020-12-27": "Saint John the Evangelist's Day", "2020-12-31": "Last Day of the Year", "2021-01-01": "Solemnity of Mary, Mother of God", "2021-01-06": "Epiphany", "2021-02-11": "Anniversary of the Foundation of Vatican City", "2021-03-13": "Anniversary of the Election of the Holy Father", "2021-03-19": "Saint Joseph's Day", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-04-04": "Easter Sunday", "2021-04-05": "Easter Monday", "2021-04-06": "Easter Tuesday", "2021-04-23": "Name Day of the Holy Father", "2021-05-01": "Saint Joseph the Worker's Day", "2021-05-13": "Ascension Day", "2021-05-23": "Solemnity of Pentecost", "2021-05-30": "Solemnity of Holy Trinity", "2021-06-03": "Corpus Domini", "2021-06-29": "Saints Peter and Paul's Day", "2021-08-14": "Day Before Assumption of Mary", "2021-08-15": "Assumption of Mary Day", "2021-08-16": "Day After Assumption of Mary", "2021-11-01": "All Saints' Day", "2021-11-02": "All Souls' Day", "2021-12-08": "Immaculate Conception", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-26": "Saint Stephen's Day", "2021-12-27": "Saint John the Evangelist's Day", "2021-12-31": "Last Day of the Year", "2022-01-01": "Solemnity of Mary, Mother of God", "2022-01-06": "Epiphany", "2022-02-11": "Anniversary of the Foundation of Vatican City", "2022-03-13": "Anniversary of the Election of the Holy Father", "2022-03-19": "Saint Joseph's Day", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-04-17": "Easter Sunday", "2022-04-18": "Easter Monday", "2022-04-19": "Easter Tuesday", "2022-04-23": "Name Day of the Holy Father", "2022-05-01": "Saint Joseph the Worker's Day", "2022-05-26": "Ascension Day", "2022-06-05": "Solemnity of Pentecost", "2022-06-12": "Solemnity of Holy Trinity", "2022-06-16": "Corpus Domini", "2022-06-29": "Saints Peter and Paul's Day", "2022-08-14": "Day Before Assumption of Mary", "2022-08-15": "Assumption of Mary Day", "2022-08-16": "Day After Assumption of Mary", "2022-11-01": "All Saints' Day", "2022-11-02": "All Souls' Day", "2022-12-08": "Immaculate Conception", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-26": "Saint Stephen's Day", "2022-12-27": "Saint John the Evangelist's Day", "2022-12-31": "Last Day of the Year", "2023-01-01": "Solemnity of Mary, Mother of God", "2023-01-06": "Epiphany", "2023-02-11": "Anniversary of the Foundation of Vatican City", "2023-03-13": "Anniversary of the Election of the Holy Father", "2023-03-19": "Saint Joseph's Day", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-04-09": "Easter Sunday", "2023-04-10": "Easter Monday", "2023-04-11": "Easter Tuesday", "2023-04-23": "Name Day of the Holy Father", "2023-05-01": "Saint Joseph the Worker's Day", "2023-05-18": "Ascension Day", "2023-05-28": "Solemnity of Pentecost", "2023-06-04": "Solemnity of Holy Trinity", "2023-06-08": "Corpus Domini", "2023-06-29": "Saints Peter and Paul's Day", "2023-08-14": "Day Before Assumption of Mary", "2023-08-15": "Assumption of Mary Day", "2023-08-16": "Day After Assumption of Mary", "2023-11-01": "All Saints' Day", "2023-11-02": "All Souls' Day", "2023-12-08": "Immaculate Conception", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-26": "Saint Stephen's Day", "2023-12-27": "Saint John the Evangelist's Day", "2023-12-31": "Last Day of the Year", "2024-01-01": "Solemnity of Mary, Mother of God", "2024-01-06": "Epiphany", "2024-02-11": "Anniversary of the Foundation of Vatican City", "2024-03-13": "Anniversary of the Election of the Holy Father", "2024-03-19": "Saint Joseph's Day", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-03-31": "Easter Sunday", "2024-04-01": "Easter Monday", "2024-04-02": "Easter Tuesday", "2024-04-23": "Name Day of the Holy Father", "2024-05-01": "Saint Joseph the Worker's Day", "2024-05-09": "Ascension Day", "2024-05-19": "Solemnity of Pentecost", "2024-05-26": "Solemnity of Holy Trinity", "2024-05-30": "Corpus Domini", "2024-06-29": "Saints Peter and Paul's Day", "2024-08-14": "Day Before Assumption of Mary", "2024-08-15": "Assumption of Mary Day", "2024-08-16": "Day After Assumption of Mary", "2024-11-01": "All Saints' Day", "2024-11-02": "All Souls' Day", "2024-12-08": "Immaculate Conception", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-26": "Saint Stephen's Day", "2024-12-27": "Saint John the Evangelist's Day", "2024-12-31": "Last Day of the Year", "2025-01-01": "Solemnity of Mary, Mother of God", "2025-01-06": "Epiphany", "2025-02-11": "Anniversary of the Foundation of Vatican City", "2025-03-13": "Anniversary of the Election of the Holy Father", "2025-03-19": "Saint Joseph's Day", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-04-20": "Easter Sunday", "2025-04-21": "Easter Monday", "2025-04-22": "Easter Tuesday", "2025-04-23": "Name Day of the Holy Father", "2025-05-01": "Saint Joseph the Worker's Day", "2025-05-29": "Ascension Day", "2025-06-08": "Solemnity of Pentecost", "2025-06-15": "Solemnity of Holy Trinity", "2025-06-19": "Corpus Domini", "2025-06-29": "Saints Peter and Paul's Day", "2025-08-14": "Day Before Assumption of Mary", "2025-08-15": "Assumption of Mary Day", "2025-08-16": "Day After Assumption of Mary", "2025-11-01": "All Saints' Day", "2025-11-02": "All Souls' Day", "2025-12-08": "Immaculate Conception", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-26": "Saint Stephen's Day", "2025-12-27": "Saint John the Evangelist's Day", "2025-12-31": "Last Day of the Year", "2026-01-01": "Solemnity of Mary, Mother of God", "2026-01-06": "Epiphany", "2026-02-11": "Anniversary of the Foundation of Vatican City", "2026-03-13": "Anniversary of the Election of the Holy Father", "2026-03-19": "Saint Joseph's Day", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-04-05": "Easter Sunday", "2026-04-06": "Easter Monday", "2026-04-07": "Easter Tuesday", "2026-04-23": "Name Day of the Holy Father", "2026-05-01": "Saint Joseph the Worker's Day", "2026-05-14": "Ascension Day", "2026-05-24": "Solemnity of Pentecost", "2026-05-31": "Solemnity of Holy Trinity", "2026-06-04": "Corpus Domini", "2026-06-29": "Saints Peter and Paul's Day", "2026-08-14": "Day Before Assumption of Mary", "2026-08-15": "Assumption of Mary Day", "2026-08-16": "Day After Assumption of Mary", "2026-11-01": "All Saints' Day", "2026-11-02": "All Souls' Day", "2026-12-08": "Immaculate Conception", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-26": "Saint Stephen's Day", "2026-12-27": "Saint John the Evangelist's Day", "2026-12-31": "Last Day of the Year", "2027-01-01": "Solemnity of Mary, Mother of God", "2027-01-06": "Epiphany", "2027-02-11": "Anniversary of the Foundation of Vatican City", "2027-03-13": "Anniversary of the Election of the Holy Father", "2027-03-19": "Saint Joseph's Day", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-03-28": "Easter Sunday", "2027-03-29": "Easter Monday", "2027-03-30": "Easter Tuesday", "2027-04-23": "Name Day of the Holy Father", "2027-05-01": "Saint Joseph the Worker's Day", "2027-05-06": "Ascension Day", "2027-05-16": "Solemnity of Pentecost", "2027-05-23": "Solemnity of Holy Trinity", "2027-05-27": "Corpus Domini", "2027-06-29": "Saints Peter and Paul's Day", "2027-08-14": "Day Before Assumption of Mary", "2027-08-15": "Assumption of Mary Day", "2027-08-16": "Day After Assumption of Mary", "2027-11-01": "All Saints' Day", "2027-11-02": "All Souls' Day", "2027-12-08": "Immaculate Conception", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-26": "Saint Stephen's Day", "2027-12-27": "Saint John the Evangelist's Day", "2027-12-31": "Last Day of the Year", "2028-01-01": "Solemnity of Mary, Mother of God", "2028-01-06": "Epiphany", "2028-02-11": "Anniversary of the Foundation of Vatican City", "2028-03-13": "Anniversary of the Election of the Holy Father", "2028-03-19": "Saint Joseph's Day", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-04-16": "Easter Sunday", "2028-04-17": "Easter Monday", "2028-04-18": "Easter Tuesday", "2028-04-23": "Name Day of the Holy Father", "2028-05-01": "Saint Joseph the Worker's Day", "2028-05-25": "Ascension Day", "2028-06-04": "Solemnity of Pentecost", "2028-06-11": "Solemnity of Holy Trinity", "2028-06-15": "Corpus Domini", "2028-06-29": "Saints Peter and Paul's Day", "2028-08-14": "Day Before Assumption of Mary", "2028-08-15": "Assumption of Mary Day", "2028-08-16": "Day After Assumption of Mary", "2028-11-01": "All Saints' Day", "2028-11-02": "All Souls' Day", "2028-12-08": "Immaculate Conception", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-26": "Saint Stephen's Day", "2028-12-27": "Saint John the Evangelist's Day", "2028-12-31": "Last Day of the Year", "2029-01-01": "Solemnity of Mary, Mother of God", "2029-01-06": "Epiphany", "2029-02-11": "Anniversary of the Foundation of Vatican City", "2029-03-13": "Anniversary of the Election of the Holy Father", "2029-03-19": "Saint Joseph's Day", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-04-01": "Easter Sunday", "2029-04-02": "Easter Monday", "2029-04-03": "Easter Tuesday", "2029-04-23": "Name Day of the Holy Father", "2029-05-01": "Saint Joseph the Worker's Day", "2029-05-10": "Ascension Day", "2029-05-20": "Solemnity of Pentecost", "2029-05-27": "Solemnity of Holy Trinity", "2029-05-31": "Corpus Domini", "2029-06-29": "Saints Peter and Paul's Day", "2029-08-14": "Day Before Assumption of Mary", "2029-08-15": "Assumption of Mary Day", "2029-08-16": "Day After Assumption of Mary", "2029-11-01": "All Saints' Day", "2029-11-02": "All Souls' Day", "2029-12-08": "Immaculate Conception", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-26": "Saint Stephen's Day", "2029-12-27": "Saint John the Evangelist's Day", "2029-12-31": "Last Day of the Year", "2030-01-01": "Solemnity of Mary, Mother of God", "2030-01-06": "Epiphany", "2030-02-11": "Anniversary of the Foundation of Vatican City", "2030-03-13": "Anniversary of the Election of the Holy Father", "2030-03-19": "Saint Joseph's Day", "2030-04-18": "Maundy Thursday", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-04-21": "Easter Sunday", "2030-04-22": "Easter Monday", "2030-04-23": "Easter Tuesday; Name Day of the Holy Father", "2030-05-01": "Saint Joseph the Worker's Day", "2030-05-30": "Ascension Day", "2030-06-09": "Solemnity of Pentecost", "2030-06-16": "Solemnity of Holy Trinity", "2030-06-20": "Corpus Domini", "2030-06-29": "Saints Peter and Paul's Day", "2030-08-14": "Day Before Assumption of Mary", "2030-08-15": "Assumption of Mary Day", "2030-08-16": "Day After Assumption of Mary", "2030-11-01": "All Saints' Day", "2030-11-02": "All Souls' Day", "2030-12-08": "Immaculate Conception", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-26": "Saint Stephen's Day", "2030-12-27": "Saint John the Evangelist's Day", "2030-12-31": "Last Day of the Year", "2031-01-01": "Solemnity of Mary, Mother of God", "2031-01-06": "Epiphany", "2031-02-11": "Anniversary of the Foundation of Vatican City", "2031-03-13": "Anniversary of the Election of the Holy Father", "2031-03-19": "Saint Joseph's Day", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-04-13": "Easter Sunday", "2031-04-14": "Easter Monday", "2031-04-15": "Easter Tuesday", "2031-04-23": "Name Day of the Holy Father", "2031-05-01": "Saint Joseph the Worker's Day", "2031-05-22": "Ascension Day", "2031-06-01": "Solemnity of Pentecost", "2031-06-08": "Solemnity of Holy Trinity", "2031-06-12": "Corpus Domini", "2031-06-29": "Saints Peter and Paul's Day", "2031-08-14": "Day Before Assumption of Mary", "2031-08-15": "Assumption of Mary Day", "2031-08-16": "Day After Assumption of Mary", "2031-11-01": "All Saints' Day", "2031-11-02": "All Souls' Day", "2031-12-08": "Immaculate Conception", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-26": "Saint Stephen's Day", "2031-12-27": "Saint John the Evangelist's Day", "2031-12-31": "Last Day of the Year", "2032-01-01": "Solemnity of Mary, Mother of God", "2032-01-06": "Epiphany", "2032-02-11": "Anniversary of the Foundation of Vatican City", "2032-03-13": "Anniversary of the Election of the Holy Father", "2032-03-19": "Saint Joseph's Day", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-03-28": "Easter Sunday", "2032-03-29": "Easter Monday", "2032-03-30": "Easter Tuesday", "2032-04-23": "Name Day of the Holy Father", "2032-05-01": "Saint Joseph the Worker's Day", "2032-05-06": "Ascension Day", "2032-05-16": "Solemnity of Pentecost", "2032-05-23": "Solemnity of Holy Trinity", "2032-05-27": "Corpus Domini", "2032-06-29": "Saints Peter and Paul's Day", "2032-08-14": "Day Before Assumption of Mary", "2032-08-15": "Assumption of Mary Day", "2032-08-16": "Day After Assumption of Mary", "2032-11-01": "All Saints' Day", "2032-11-02": "All Souls' Day", "2032-12-08": "Immaculate Conception", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-26": "Saint Stephen's Day", "2032-12-27": "Saint John the Evangelist's Day", "2032-12-31": "Last Day of the Year", "2033-01-01": "Solemnity of Mary, Mother of God", "2033-01-06": "Epiphany", "2033-02-11": "Anniversary of the Foundation of Vatican City", "2033-03-13": "Anniversary of the Election of the Holy Father", "2033-03-19": "Saint Joseph's Day", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-04-17": "Easter Sunday", "2033-04-18": "Easter Monday", "2033-04-19": "Easter Tuesday", "2033-04-23": "Name Day of the Holy Father", "2033-05-01": "Saint Joseph the Worker's Day", "2033-05-26": "Ascension Day", "2033-06-05": "Solemnity of Pentecost", "2033-06-12": "Solemnity of Holy Trinity", "2033-06-16": "Corpus Domini", "2033-06-29": "Saints Peter and Paul's Day", "2033-08-14": "Day Before Assumption of Mary", "2033-08-15": "Assumption of Mary Day", "2033-08-16": "Day After Assumption of Mary", "2033-11-01": "All Saints' Day", "2033-11-02": "All Souls' Day", "2033-12-08": "Immaculate Conception", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-26": "Saint Stephen's Day", "2033-12-27": "Saint John the Evangelist's Day", "2033-12-31": "Last Day of the Year", "2034-01-01": "Solemnity of Mary, Mother of God", "2034-01-06": "Epiphany", "2034-02-11": "Anniversary of the Foundation of Vatican City", "2034-03-13": "Anniversary of the Election of the Holy Father", "2034-03-19": "Saint Joseph's Day", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-04-09": "Easter Sunday", "2034-04-10": "Easter Monday", "2034-04-11": "Easter Tuesday", "2034-04-23": "Name Day of the Holy Father", "2034-05-01": "Saint Joseph the Worker's Day", "2034-05-18": "Ascension Day", "2034-05-28": "Solemnity of Pentecost", "2034-06-04": "Solemnity of Holy Trinity", "2034-06-08": "Corpus Domini", "2034-06-29": "Saints Peter and Paul's Day", "2034-08-14": "Day Before Assumption of Mary", "2034-08-15": "Assumption of Mary Day", "2034-08-16": "Day After Assumption of Mary", "2034-11-01": "All Saints' Day", "2034-11-02": "All Souls' Day", "2034-12-08": "Immaculate Conception", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-26": "Saint Stephen's Day", "2034-12-27": "Saint John the Evangelist's Day", "2034-12-31": "Last Day of the Year", "2035-01-01": "Solemnity of Mary, Mother of God", "2035-01-06": "Epiphany", "2035-02-11": "Anniversary of the Foundation of Vatican City", "2035-03-13": "Anniversary of the Election of the Holy Father", "2035-03-19": "Saint Joseph's Day", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-03-25": "Easter Sunday", "2035-03-26": "Easter Monday", "2035-03-27": "Easter Tuesday", "2035-04-23": "Name Day of the Holy Father", "2035-05-01": "Saint Joseph the Worker's Day", "2035-05-03": "Ascension Day", "2035-05-13": "Solemnity of Pentecost", "2035-05-20": "Solemnity of Holy Trinity", "2035-05-24": "Corpus Domini", "2035-06-29": "Saints Peter and Paul's Day", "2035-08-14": "Day Before Assumption of Mary", "2035-08-15": "Assumption of Mary Day", "2035-08-16": "Day After Assumption of Mary", "2035-11-01": "All Saints' Day", "2035-11-02": "All Souls' Day", "2035-12-08": "Immaculate Conception", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-26": "Saint Stephen's Day", "2035-12-27": "Saint John the Evangelist's Day", "2035-12-31": "Last Day of the Year", "2036-01-01": "Solemnity of Mary, Mother of God", "2036-01-06": "Epiphany", "2036-02-11": "Anniversary of the Foundation of Vatican City", "2036-03-13": "Anniversary of the Election of the Holy Father", "2036-03-19": "Saint Joseph's Day", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-04-13": "Easter Sunday", "2036-04-14": "Easter Monday", "2036-04-15": "Easter Tuesday", "2036-04-23": "Name Day of the Holy Father", "2036-05-01": "Saint Joseph the Worker's Day", "2036-05-22": "Ascension Day", "2036-06-01": "Solemnity of Pentecost", "2036-06-08": "Solemnity of Holy Trinity", "2036-06-12": "Corpus Domini", "2036-06-29": "Saints Peter and Paul's Day", "2036-08-14": "Day Before Assumption of Mary", "2036-08-15": "Assumption of Mary Day", "2036-08-16": "Day After Assumption of Mary", "2036-11-01": "All Saints' Day", "2036-11-02": "All Souls' Day", "2036-12-08": "Immaculate Conception", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-26": "Saint Stephen's Day", "2036-12-27": "Saint John the Evangelist's Day", "2036-12-31": "Last Day of the Year", "2037-01-01": "Solemnity of Mary, Mother of God", "2037-01-06": "Epiphany", "2037-02-11": "Anniversary of the Foundation of Vatican City", "2037-03-13": "Anniversary of the Election of the Holy Father", "2037-03-19": "Saint Joseph's Day", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-04-05": "Easter Sunday", "2037-04-06": "Easter Monday", "2037-04-07": "Easter Tuesday", "2037-04-23": "Name Day of the Holy Father", "2037-05-01": "Saint Joseph the Worker's Day", "2037-05-14": "Ascension Day", "2037-05-24": "Solemnity of Pentecost", "2037-05-31": "Solemnity of Holy Trinity", "2037-06-04": "Corpus Domini", "2037-06-29": "Saints Peter and Paul's Day", "2037-08-14": "Day Before Assumption of Mary", "2037-08-15": "Assumption of Mary Day", "2037-08-16": "Day After Assumption of Mary", "2037-11-01": "All Saints' Day", "2037-11-02": "All Souls' Day", "2037-12-08": "Immaculate Conception", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-26": "Saint Stephen's Day", "2037-12-27": "Saint John the Evangelist's Day", "2037-12-31": "Last Day of the Year", "2038-01-01": "Solemnity of Mary, Mother of God", "2038-01-06": "Epiphany", "2038-02-11": "Anniversary of the Foundation of Vatican City", "2038-03-13": "Anniversary of the Election of the Holy Father", "2038-03-19": "Saint Joseph's Day", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday; Name Day of the Holy Father", "2038-04-24": "Holy Saturday", "2038-04-25": "Easter Sunday", "2038-04-26": "Easter Monday", "2038-04-27": "Easter Tuesday", "2038-05-01": "Saint Joseph the Worker's Day", "2038-06-03": "Ascension Day", "2038-06-13": "Solemnity of Pentecost", "2038-06-20": "Solemnity of Holy Trinity", "2038-06-24": "Corpus Domini", "2038-06-29": "Saints Peter and Paul's Day", "2038-08-14": "Day Before Assumption of Mary", "2038-08-15": "Assumption of Mary Day", "2038-08-16": "Day After Assumption of Mary", "2038-11-01": "All Saints' Day", "2038-11-02": "All Souls' Day", "2038-12-08": "Immaculate Conception", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-26": "Saint Stephen's Day", "2038-12-27": "Saint John the Evangelist's Day", "2038-12-31": "Last Day of the Year", "2039-01-01": "Solemnity of Mary, Mother of God", "2039-01-06": "Epiphany", "2039-02-11": "Anniversary of the Foundation of Vatican City", "2039-03-13": "Anniversary of the Election of the Holy Father", "2039-03-19": "Saint Joseph's Day", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-04-10": "Easter Sunday", "2039-04-11": "Easter Monday", "2039-04-12": "Easter Tuesday", "2039-04-23": "Name Day of the Holy Father", "2039-05-01": "Saint Joseph the Worker's Day", "2039-05-19": "Ascension Day", "2039-05-29": "Solemnity of Pentecost", "2039-06-05": "Solemnity of Holy Trinity", "2039-06-09": "Corpus Domini", "2039-06-29": "Saints Peter and Paul's Day", "2039-08-14": "Day Before Assumption of Mary", "2039-08-15": "Assumption of Mary Day", "2039-08-16": "Day After Assumption of Mary", "2039-11-01": "All Saints' Day", "2039-11-02": "All Souls' Day", "2039-12-08": "Immaculate Conception", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-26": "Saint Stephen's Day", "2039-12-27": "Saint John the Evangelist's Day", "2039-12-31": "Last Day of the Year", "2040-01-01": "Solemnity of Mary, Mother of God", "2040-01-06": "Epiphany", "2040-02-11": "Anniversary of the Foundation of Vatican City", "2040-03-13": "Anniversary of the Election of the Holy Father", "2040-03-19": "Saint Joseph's Day", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-04-01": "Easter Sunday", "2040-04-02": "Easter Monday", "2040-04-03": "Easter Tuesday", "2040-04-23": "Name Day of the Holy Father", "2040-05-01": "Saint Joseph the Worker's Day", "2040-05-10": "Ascension Day", "2040-05-20": "Solemnity of Pentecost", "2040-05-27": "Solemnity of Holy Trinity", "2040-05-31": "Corpus Domini", "2040-06-29": "Saints Peter and Paul's Day", "2040-08-14": "Day Before Assumption of Mary", "2040-08-15": "Assumption of Mary Day", "2040-08-16": "Day After Assumption of Mary", "2040-11-01": "All Saints' Day", "2040-11-02": "All Souls' Day", "2040-12-08": "Immaculate Conception", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-26": "Saint Stephen's Day", "2040-12-27": "Saint John the Evangelist's Day", "2040-12-31": "Last Day of the Year", "2041-01-01": "Solemnity of Mary, Mother of God", "2041-01-06": "Epiphany", "2041-02-11": "Anniversary of the Foundation of Vatican City", "2041-03-13": "Anniversary of the Election of the Holy Father", "2041-03-19": "Saint Joseph's Day", "2041-04-18": "Maundy Thursday", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-04-21": "Easter Sunday", "2041-04-22": "Easter Monday", "2041-04-23": "Easter Tuesday; Name Day of the Holy Father", "2041-05-01": "Saint Joseph the Worker's Day", "2041-05-30": "Ascension Day", "2041-06-09": "Solemnity of Pentecost", "2041-06-16": "Solemnity of Holy Trinity", "2041-06-20": "Corpus Domini", "2041-06-29": "Saints Peter and Paul's Day", "2041-08-14": "Day Before Assumption of Mary", "2041-08-15": "Assumption of Mary Day", "2041-08-16": "Day After Assumption of Mary", "2041-11-01": "All Saints' Day", "2041-11-02": "All Souls' Day", "2041-12-08": "Immaculate Conception", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-26": "Saint Stephen's Day", "2041-12-27": "Saint John the Evangelist's Day", "2041-12-31": "Last Day of the Year", "2042-01-01": "Solemnity of Mary, Mother of God", "2042-01-06": "Epiphany", "2042-02-11": "Anniversary of the Foundation of Vatican City", "2042-03-13": "Anniversary of the Election of the Holy Father", "2042-03-19": "Saint Joseph's Day", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-04-06": "Easter Sunday", "2042-04-07": "Easter Monday", "2042-04-08": "Easter Tuesday", "2042-04-23": "Name Day of the Holy Father", "2042-05-01": "Saint Joseph the Worker's Day", "2042-05-15": "Ascension Day", "2042-05-25": "Solemnity of Pentecost", "2042-06-01": "Solemnity of Holy Trinity", "2042-06-05": "Corpus Domini", "2042-06-29": "Saints Peter and Paul's Day", "2042-08-14": "Day Before Assumption of Mary", "2042-08-15": "Assumption of Mary Day", "2042-08-16": "Day After Assumption of Mary", "2042-11-01": "All Saints' Day", "2042-11-02": "All Souls' Day", "2042-12-08": "Immaculate Conception", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-26": "Saint Stephen's Day", "2042-12-27": "Saint John the Evangelist's Day", "2042-12-31": "Last Day of the Year", "2043-01-01": "Solemnity of Mary, Mother of God", "2043-01-06": "Epiphany", "2043-02-11": "Anniversary of the Foundation of Vatican City", "2043-03-13": "Anniversary of the Election of the Holy Father", "2043-03-19": "Saint Joseph's Day", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-03-29": "Easter Sunday", "2043-03-30": "Easter Monday", "2043-03-31": "Easter Tuesday", "2043-04-23": "Name Day of the Holy Father", "2043-05-01": "Saint Joseph the Worker's Day", "2043-05-07": "Ascension Day", "2043-05-17": "Solemnity of Pentecost", "2043-05-24": "Solemnity of Holy Trinity", "2043-05-28": "Corpus Domini", "2043-06-29": "Saints Peter and Paul's Day", "2043-08-14": "Day Before Assumption of Mary", "2043-08-15": "Assumption of Mary Day", "2043-08-16": "Day After Assumption of Mary", "2043-11-01": "All Saints' Day", "2043-11-02": "All Souls' Day", "2043-12-08": "Immaculate Conception", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-26": "Saint Stephen's Day", "2043-12-27": "Saint John the Evangelist's Day", "2043-12-31": "Last Day of the Year", "2044-01-01": "Solemnity of Mary, Mother of God", "2044-01-06": "Epiphany", "2044-02-11": "Anniversary of the Foundation of Vatican City", "2044-03-13": "Anniversary of the Election of the Holy Father", "2044-03-19": "Saint Joseph's Day", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-04-17": "Easter Sunday", "2044-04-18": "Easter Monday", "2044-04-19": "Easter Tuesday", "2044-04-23": "Name Day of the Holy Father", "2044-05-01": "Saint Joseph the Worker's Day", "2044-05-26": "Ascension Day", "2044-06-05": "Solemnity of Pentecost", "2044-06-12": "Solemnity of Holy Trinity", "2044-06-16": "Corpus Domini", "2044-06-29": "Saints Peter and Paul's Day", "2044-08-14": "Day Before Assumption of Mary", "2044-08-15": "Assumption of Mary Day", "2044-08-16": "Day After Assumption of Mary", "2044-11-01": "All Saints' Day", "2044-11-02": "All Souls' Day", "2044-12-08": "Immaculate Conception", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-26": "Saint Stephen's Day", "2044-12-27": "Saint John the Evangelist's Day", "2044-12-31": "Last Day of the Year", "2045-01-01": "Solemnity of Mary, Mother of God", "2045-01-06": "Epiphany", "2045-02-11": "Anniversary of the Foundation of Vatican City", "2045-03-13": "Anniversary of the Election of the Holy Father", "2045-03-19": "Saint Joseph's Day", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-04-09": "Easter Sunday", "2045-04-10": "Easter Monday", "2045-04-11": "Easter Tuesday", "2045-04-23": "Name Day of the Holy Father", "2045-05-01": "Saint Joseph the Worker's Day", "2045-05-18": "Ascension Day", "2045-05-28": "Solemnity of Pentecost", "2045-06-04": "Solemnity of Holy Trinity", "2045-06-08": "Corpus Domini", "2045-06-29": "Saints Peter and Paul's Day", "2045-08-14": "Day Before Assumption of Mary", "2045-08-15": "Assumption of Mary Day", "2045-08-16": "Day After Assumption of Mary", "2045-11-01": "All Saints' Day", "2045-11-02": "All Souls' Day", "2045-12-08": "Immaculate Conception", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-26": "Saint Stephen's Day", "2045-12-27": "Saint John the Evangelist's Day", "2045-12-31": "Last Day of the Year", "2046-01-01": "Solemnity of Mary, Mother of God", "2046-01-06": "Epiphany", "2046-02-11": "Anniversary of the Foundation of Vatican City", "2046-03-13": "Anniversary of the Election of the Holy Father", "2046-03-19": "Saint Joseph's Day", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-03-25": "Easter Sunday", "2046-03-26": "Easter Monday", "2046-03-27": "Easter Tuesday", "2046-04-23": "Name Day of the Holy Father", "2046-05-01": "Saint Joseph the Worker's Day", "2046-05-03": "Ascension Day", "2046-05-13": "Solemnity of Pentecost", "2046-05-20": "Solemnity of Holy Trinity", "2046-05-24": "Corpus Domini", "2046-06-29": "Saints Peter and Paul's Day", "2046-08-14": "Day Before Assumption of Mary", "2046-08-15": "Assumption of Mary Day", "2046-08-16": "Day After Assumption of Mary", "2046-11-01": "All Saints' Day", "2046-11-02": "All Souls' Day", "2046-12-08": "Immaculate Conception", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-26": "Saint Stephen's Day", "2046-12-27": "Saint John the Evangelist's Day", "2046-12-31": "Last Day of the Year", "2047-01-01": "Solemnity of Mary, Mother of God", "2047-01-06": "Epiphany", "2047-02-11": "Anniversary of the Foundation of Vatican City", "2047-03-13": "Anniversary of the Election of the Holy Father", "2047-03-19": "Saint Joseph's Day", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-04-14": "Easter Sunday", "2047-04-15": "Easter Monday", "2047-04-16": "Easter Tuesday", "2047-04-23": "Name Day of the Holy Father", "2047-05-01": "Saint Joseph the Worker's Day", "2047-05-23": "Ascension Day", "2047-06-02": "Solemnity of Pentecost", "2047-06-09": "Solemnity of Holy Trinity", "2047-06-13": "Corpus Domini", "2047-06-29": "Saints Peter and Paul's Day", "2047-08-14": "Day Before Assumption of Mary", "2047-08-15": "Assumption of Mary Day", "2047-08-16": "Day After Assumption of Mary", "2047-11-01": "All Saints' Day", "2047-11-02": "All Souls' Day", "2047-12-08": "Immaculate Conception", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-26": "Saint Stephen's Day", "2047-12-27": "Saint John the Evangelist's Day", "2047-12-31": "Last Day of the Year", "2048-01-01": "Solemnity of Mary, Mother of God", "2048-01-06": "Epiphany", "2048-02-11": "Anniversary of the Foundation of Vatican City", "2048-03-13": "Anniversary of the Election of the Holy Father", "2048-03-19": "Saint Joseph's Day", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-04-05": "Easter Sunday", "2048-04-06": "Easter Monday", "2048-04-07": "Easter Tuesday", "2048-04-23": "Name Day of the Holy Father", "2048-05-01": "Saint Joseph the Worker's Day", "2048-05-14": "Ascension Day", "2048-05-24": "Solemnity of Pentecost", "2048-05-31": "Solemnity of Holy Trinity", "2048-06-04": "Corpus Domini", "2048-06-29": "Saints Peter and Paul's Day", "2048-08-14": "Day Before Assumption of Mary", "2048-08-15": "Assumption of Mary Day", "2048-08-16": "Day After Assumption of Mary", "2048-11-01": "All Saints' Day", "2048-11-02": "All Souls' Day", "2048-12-08": "Immaculate Conception", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-26": "Saint Stephen's Day", "2048-12-27": "Saint John the Evangelist's Day", "2048-12-31": "Last Day of the Year", "2049-01-01": "Solemnity of Mary, Mother of God", "2049-01-06": "Epiphany", "2049-02-11": "Anniversary of the Foundation of Vatican City", "2049-03-13": "Anniversary of the Election of the Holy Father", "2049-03-19": "Saint Joseph's Day", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-04-18": "Easter Sunday", "2049-04-19": "Easter Monday", "2049-04-20": "Easter Tuesday", "2049-04-23": "Name Day of the Holy Father", "2049-05-01": "Saint Joseph the Worker's Day", "2049-05-27": "Ascension Day", "2049-06-06": "Solemnity of Pentecost", "2049-06-13": "Solemnity of Holy Trinity", "2049-06-17": "Corpus Domini", "2049-06-29": "Saints Peter and Paul's Day", "2049-08-14": "Day Before Assumption of Mary", "2049-08-15": "Assumption of Mary Day", "2049-08-16": "Day After Assumption of Mary", "2049-11-01": "All Saints' Day", "2049-11-02": "All Souls' Day", "2049-12-08": "Immaculate Conception", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-26": "Saint Stephen's Day", "2049-12-27": "Saint John the Evangelist's Day", "2049-12-31": "Last Day of the Year", "2050-01-01": "Solemnity of Mary, Mother of God", "2050-01-06": "Epiphany", "2050-02-11": "Anniversary of the Foundation of Vatican City", "2050-03-13": "Anniversary of the Election of the Holy Father", "2050-03-19": "Saint Joseph's Day", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-04-10": "Easter Sunday", "2050-04-11": "Easter Monday", "2050-04-12": "Easter Tuesday", "2050-04-23": "Name Day of the Holy Father", "2050-05-01": "Saint Joseph the Worker's Day", "2050-05-19": "Ascension Day", "2050-05-29": "Solemnity of Pentecost", "2050-06-05": "Solemnity of Holy Trinity", "2050-06-09": "Corpus Domini", "2050-06-29": "Saints Peter and Paul's Day", "2050-08-14": "Day Before Assumption of Mary", "2050-08-15": "Assumption of Mary Day", "2050-08-16": "Day After Assumption of Mary", "2050-11-01": "All Saints' Day", "2050-11-02": "All Souls' Day", "2050-12-08": "Immaculate Conception", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-26": "Saint Stephen's Day", "2050-12-27": "Saint John the Evangelist's Day", "2050-12-31": "Last Day of the Year" } holidays-0.71/snapshots/countries/VE_COMMON.json000066400000000000000000001537301500152103600215710ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-20": "Monday of Carnival", "1950-02-21": "Tuesday of Carnival", "1950-04-06": "Maundy Thursday", "1950-04-07": "Good Friday", "1950-04-19": "Declaration of Independence", "1950-05-01": "International Worker's Day", "1950-07-05": "Independence Day", "1950-07-24": "Birthday of Simon Bolivar", "1950-10-12": "Columbus Day", "1950-12-24": "Christmas Eve", "1950-12-25": "Christmas Day", "1950-12-31": "New Year's Eve", "1951-01-01": "New Year's Day", "1951-02-05": "Monday of Carnival", "1951-02-06": "Tuesday of Carnival", "1951-03-22": "Maundy Thursday", "1951-03-23": "Good Friday", "1951-04-19": "Declaration of Independence", "1951-05-01": "International Worker's Day", "1951-07-05": "Independence Day", "1951-07-24": "Birthday of Simon Bolivar", "1951-10-12": "Columbus Day", "1951-12-24": "Christmas Eve", "1951-12-25": "Christmas Day", "1951-12-31": "New Year's Eve", "1952-01-01": "New Year's Day", "1952-02-25": "Monday of Carnival", "1952-02-26": "Tuesday of Carnival", "1952-04-10": "Maundy Thursday", "1952-04-11": "Good Friday", "1952-04-19": "Declaration of Independence", "1952-05-01": "International Worker's Day", "1952-07-05": "Independence Day", "1952-07-24": "Birthday of Simon Bolivar", "1952-10-12": "Columbus Day", "1952-12-24": "Christmas Eve", "1952-12-25": "Christmas Day", "1952-12-31": "New Year's Eve", "1953-01-01": "New Year's Day", "1953-02-16": "Monday of Carnival", "1953-02-17": "Tuesday of Carnival", "1953-04-02": "Maundy Thursday", "1953-04-03": "Good Friday", "1953-04-19": "Declaration of Independence", "1953-05-01": "International Worker's Day", "1953-07-05": "Independence Day", "1953-07-24": "Birthday of Simon Bolivar", "1953-10-12": "Columbus Day", "1953-12-24": "Christmas Eve", "1953-12-25": "Christmas Day", "1953-12-31": "New Year's Eve", "1954-01-01": "New Year's Day", "1954-03-01": "Monday of Carnival", "1954-03-02": "Tuesday of Carnival", "1954-04-15": "Maundy Thursday", "1954-04-16": "Good Friday", "1954-04-19": "Declaration of Independence", "1954-05-01": "International Worker's Day", "1954-07-05": "Independence Day", "1954-07-24": "Birthday of Simon Bolivar", "1954-10-12": "Columbus Day", "1954-12-24": "Christmas Eve", "1954-12-25": "Christmas Day", "1954-12-31": "New Year's Eve", "1955-01-01": "New Year's Day", "1955-02-21": "Monday of Carnival", "1955-02-22": "Tuesday of Carnival", "1955-04-07": "Maundy Thursday", "1955-04-08": "Good Friday", "1955-04-19": "Declaration of Independence", "1955-05-01": "International Worker's Day", "1955-07-05": "Independence Day", "1955-07-24": "Birthday of Simon Bolivar", "1955-10-12": "Columbus Day", "1955-12-24": "Christmas Eve", "1955-12-25": "Christmas Day", "1955-12-31": "New Year's Eve", "1956-01-01": "New Year's Day", "1956-02-13": "Monday of Carnival", "1956-02-14": "Tuesday of Carnival", "1956-03-29": "Maundy Thursday", "1956-03-30": "Good Friday", "1956-04-19": "Declaration of Independence", "1956-05-01": "International Worker's Day", "1956-07-05": "Independence Day", "1956-07-24": "Birthday of Simon Bolivar", "1956-10-12": "Columbus Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1956-12-31": "New Year's Eve", "1957-01-01": "New Year's Day", "1957-03-04": "Monday of Carnival", "1957-03-05": "Tuesday of Carnival", "1957-04-18": "Maundy Thursday", "1957-04-19": "Declaration of Independence; Good Friday", "1957-05-01": "International Worker's Day", "1957-07-05": "Independence Day", "1957-07-24": "Birthday of Simon Bolivar", "1957-10-12": "Columbus Day", "1957-12-24": "Christmas Eve", "1957-12-25": "Christmas Day", "1957-12-31": "New Year's Eve", "1958-01-01": "New Year's Day", "1958-02-17": "Monday of Carnival", "1958-02-18": "Tuesday of Carnival", "1958-04-03": "Maundy Thursday", "1958-04-04": "Good Friday", "1958-04-19": "Declaration of Independence", "1958-05-01": "International Worker's Day", "1958-07-05": "Independence Day", "1958-07-24": "Birthday of Simon Bolivar", "1958-10-12": "Columbus Day", "1958-12-24": "Christmas Eve", "1958-12-25": "Christmas Day", "1958-12-31": "New Year's Eve", "1959-01-01": "New Year's Day", "1959-02-09": "Monday of Carnival", "1959-02-10": "Tuesday of Carnival", "1959-03-26": "Maundy Thursday", "1959-03-27": "Good Friday", "1959-04-19": "Declaration of Independence", "1959-05-01": "International Worker's Day", "1959-07-05": "Independence Day", "1959-07-24": "Birthday of Simon Bolivar", "1959-10-12": "Columbus Day", "1959-12-24": "Christmas Eve", "1959-12-25": "Christmas Day", "1959-12-31": "New Year's Eve", "1960-01-01": "New Year's Day", "1960-02-29": "Monday of Carnival", "1960-03-01": "Tuesday of Carnival", "1960-04-14": "Maundy Thursday", "1960-04-15": "Good Friday", "1960-04-19": "Declaration of Independence", "1960-05-01": "International Worker's Day", "1960-07-05": "Independence Day", "1960-07-24": "Birthday of Simon Bolivar", "1960-10-12": "Columbus Day", "1960-12-24": "Christmas Eve", "1960-12-25": "Christmas Day", "1960-12-31": "New Year's Eve", "1961-01-01": "New Year's Day", "1961-02-13": "Monday of Carnival", "1961-02-14": "Tuesday of Carnival", "1961-03-30": "Maundy Thursday", "1961-03-31": "Good Friday", "1961-04-19": "Declaration of Independence", "1961-05-01": "International Worker's Day", "1961-07-05": "Independence Day", "1961-07-24": "Birthday of Simon Bolivar", "1961-10-12": "Columbus Day", "1961-12-24": "Christmas Eve", "1961-12-25": "Christmas Day", "1961-12-31": "New Year's Eve", "1962-01-01": "New Year's Day", "1962-03-05": "Monday of Carnival", "1962-03-06": "Tuesday of Carnival", "1962-04-19": "Declaration of Independence; Maundy Thursday", "1962-04-20": "Good Friday", "1962-05-01": "International Worker's Day", "1962-07-05": "Independence Day", "1962-07-24": "Birthday of Simon Bolivar", "1962-10-12": "Columbus Day", "1962-12-24": "Christmas Eve", "1962-12-25": "Christmas Day", "1962-12-31": "New Year's Eve", "1963-01-01": "New Year's Day", "1963-02-25": "Monday of Carnival", "1963-02-26": "Tuesday of Carnival", "1963-04-11": "Maundy Thursday", "1963-04-12": "Good Friday", "1963-04-19": "Declaration of Independence", "1963-05-01": "International Worker's Day", "1963-07-05": "Independence Day", "1963-07-24": "Birthday of Simon Bolivar", "1963-10-12": "Columbus Day", "1963-12-24": "Christmas Eve", "1963-12-25": "Christmas Day", "1963-12-31": "New Year's Eve", "1964-01-01": "New Year's Day", "1964-02-10": "Monday of Carnival", "1964-02-11": "Tuesday of Carnival", "1964-03-26": "Maundy Thursday", "1964-03-27": "Good Friday", "1964-04-19": "Declaration of Independence", "1964-05-01": "International Worker's Day", "1964-07-05": "Independence Day", "1964-07-24": "Birthday of Simon Bolivar", "1964-10-12": "Columbus Day", "1964-12-24": "Christmas Eve", "1964-12-25": "Christmas Day", "1964-12-31": "New Year's Eve", "1965-01-01": "New Year's Day", "1965-03-01": "Monday of Carnival", "1965-03-02": "Tuesday of Carnival", "1965-04-15": "Maundy Thursday", "1965-04-16": "Good Friday", "1965-04-19": "Declaration of Independence", "1965-05-01": "International Worker's Day", "1965-07-05": "Independence Day", "1965-07-24": "Birthday of Simon Bolivar", "1965-10-12": "Columbus Day", "1965-12-24": "Christmas Eve", "1965-12-25": "Christmas Day", "1965-12-31": "New Year's Eve", "1966-01-01": "New Year's Day", "1966-02-21": "Monday of Carnival", "1966-02-22": "Tuesday of Carnival", "1966-04-07": "Maundy Thursday", "1966-04-08": "Good Friday", "1966-04-19": "Declaration of Independence", "1966-05-01": "International Worker's Day", "1966-07-05": "Independence Day", "1966-07-24": "Birthday of Simon Bolivar", "1966-10-12": "Columbus Day", "1966-12-24": "Christmas Eve", "1966-12-25": "Christmas Day", "1966-12-31": "New Year's Eve", "1967-01-01": "New Year's Day", "1967-02-06": "Monday of Carnival", "1967-02-07": "Tuesday of Carnival", "1967-03-23": "Maundy Thursday", "1967-03-24": "Good Friday", "1967-04-19": "Declaration of Independence", "1967-05-01": "International Worker's Day", "1967-07-05": "Independence Day", "1967-07-24": "Birthday of Simon Bolivar", "1967-10-12": "Columbus Day", "1967-12-24": "Christmas Eve", "1967-12-25": "Christmas Day", "1967-12-31": "New Year's Eve", "1968-01-01": "New Year's Day", "1968-02-26": "Monday of Carnival", "1968-02-27": "Tuesday of Carnival", "1968-04-11": "Maundy Thursday", "1968-04-12": "Good Friday", "1968-04-19": "Declaration of Independence", "1968-05-01": "International Worker's Day", "1968-07-05": "Independence Day", "1968-07-24": "Birthday of Simon Bolivar", "1968-10-12": "Columbus Day", "1968-12-24": "Christmas Eve", "1968-12-25": "Christmas Day", "1968-12-31": "New Year's Eve", "1969-01-01": "New Year's Day", "1969-02-17": "Monday of Carnival", "1969-02-18": "Tuesday of Carnival", "1969-04-03": "Maundy Thursday", "1969-04-04": "Good Friday", "1969-04-19": "Declaration of Independence", "1969-05-01": "International Worker's Day", "1969-07-05": "Independence Day", "1969-07-24": "Birthday of Simon Bolivar", "1969-10-12": "Columbus Day", "1969-12-24": "Christmas Eve", "1969-12-25": "Christmas Day", "1969-12-31": "New Year's Eve", "1970-01-01": "New Year's Day", "1970-02-09": "Monday of Carnival", "1970-02-10": "Tuesday of Carnival", "1970-03-26": "Maundy Thursday", "1970-03-27": "Good Friday", "1970-04-19": "Declaration of Independence", "1970-05-01": "International Worker's Day", "1970-07-05": "Independence Day", "1970-07-24": "Birthday of Simon Bolivar", "1970-10-12": "Columbus Day", "1970-12-24": "Christmas Eve", "1970-12-25": "Christmas Day", "1970-12-31": "New Year's Eve", "1971-01-01": "New Year's Day", "1971-02-22": "Monday of Carnival", "1971-02-23": "Tuesday of Carnival", "1971-04-08": "Maundy Thursday", "1971-04-09": "Good Friday", "1971-04-19": "Declaration of Independence", "1971-05-01": "International Worker's Day", "1971-06-24": "Battle of Carabobo", "1971-07-05": "Independence Day", "1971-07-24": "Birthday of Simon Bolivar", "1971-10-12": "Columbus Day", "1971-12-24": "Christmas Eve", "1971-12-25": "Christmas Day", "1971-12-31": "New Year's Eve", "1972-01-01": "New Year's Day", "1972-02-14": "Monday of Carnival", "1972-02-15": "Tuesday of Carnival", "1972-03-30": "Maundy Thursday", "1972-03-31": "Good Friday", "1972-04-19": "Declaration of Independence", "1972-05-01": "International Worker's Day", "1972-06-24": "Battle of Carabobo", "1972-07-05": "Independence Day", "1972-07-24": "Birthday of Simon Bolivar", "1972-10-12": "Columbus Day", "1972-12-24": "Christmas Eve", "1972-12-25": "Christmas Day", "1972-12-31": "New Year's Eve", "1973-01-01": "New Year's Day", "1973-03-05": "Monday of Carnival", "1973-03-06": "Tuesday of Carnival", "1973-04-19": "Declaration of Independence; Maundy Thursday", "1973-04-20": "Good Friday", "1973-05-01": "International Worker's Day", "1973-06-24": "Battle of Carabobo", "1973-07-05": "Independence Day", "1973-07-24": "Birthday of Simon Bolivar", "1973-10-12": "Columbus Day", "1973-12-24": "Christmas Eve", "1973-12-25": "Christmas Day", "1973-12-31": "New Year's Eve", "1974-01-01": "New Year's Day", "1974-02-25": "Monday of Carnival", "1974-02-26": "Tuesday of Carnival", "1974-04-11": "Maundy Thursday", "1974-04-12": "Good Friday", "1974-04-19": "Declaration of Independence", "1974-05-01": "International Worker's Day", "1974-06-24": "Battle of Carabobo", "1974-07-05": "Independence Day", "1974-07-24": "Birthday of Simon Bolivar", "1974-10-12": "Columbus Day", "1974-12-24": "Christmas Eve", "1974-12-25": "Christmas Day", "1974-12-31": "New Year's Eve", "1975-01-01": "New Year's Day", "1975-02-10": "Monday of Carnival", "1975-02-11": "Tuesday of Carnival", "1975-03-27": "Maundy Thursday", "1975-03-28": "Good Friday", "1975-04-19": "Declaration of Independence", "1975-05-01": "International Worker's Day", "1975-06-24": "Battle of Carabobo", "1975-07-05": "Independence Day", "1975-07-24": "Birthday of Simon Bolivar", "1975-10-12": "Columbus Day", "1975-12-24": "Christmas Eve", "1975-12-25": "Christmas Day", "1975-12-31": "New Year's Eve", "1976-01-01": "New Year's Day", "1976-03-01": "Monday of Carnival", "1976-03-02": "Tuesday of Carnival", "1976-04-15": "Maundy Thursday", "1976-04-16": "Good Friday", "1976-04-19": "Declaration of Independence", "1976-05-01": "International Worker's Day", "1976-06-24": "Battle of Carabobo", "1976-07-05": "Independence Day", "1976-07-24": "Birthday of Simon Bolivar", "1976-10-12": "Columbus Day", "1976-12-24": "Christmas Eve", "1976-12-25": "Christmas Day", "1976-12-31": "New Year's Eve", "1977-01-01": "New Year's Day", "1977-02-21": "Monday of Carnival", "1977-02-22": "Tuesday of Carnival", "1977-04-07": "Maundy Thursday", "1977-04-08": "Good Friday", "1977-04-19": "Declaration of Independence", "1977-05-01": "International Worker's Day", "1977-06-24": "Battle of Carabobo", "1977-07-05": "Independence Day", "1977-07-24": "Birthday of Simon Bolivar", "1977-10-12": "Columbus Day", "1977-12-24": "Christmas Eve", "1977-12-25": "Christmas Day", "1977-12-31": "New Year's Eve", "1978-01-01": "New Year's Day", "1978-02-06": "Monday of Carnival", "1978-02-07": "Tuesday of Carnival", "1978-03-23": "Maundy Thursday", "1978-03-24": "Good Friday", "1978-04-19": "Declaration of Independence", "1978-05-01": "International Worker's Day", "1978-06-24": "Battle of Carabobo", "1978-07-05": "Independence Day", "1978-07-24": "Birthday of Simon Bolivar", "1978-10-12": "Columbus Day", "1978-12-24": "Christmas Eve", "1978-12-25": "Christmas Day", "1978-12-31": "New Year's Eve", "1979-01-01": "New Year's Day", "1979-02-26": "Monday of Carnival", "1979-02-27": "Tuesday of Carnival", "1979-04-12": "Maundy Thursday", "1979-04-13": "Good Friday", "1979-04-19": "Declaration of Independence", "1979-05-01": "International Worker's Day", "1979-06-24": "Battle of Carabobo", "1979-07-05": "Independence Day", "1979-07-24": "Birthday of Simon Bolivar", "1979-10-12": "Columbus Day", "1979-12-24": "Christmas Eve", "1979-12-25": "Christmas Day", "1979-12-31": "New Year's Eve", "1980-01-01": "New Year's Day", "1980-02-18": "Monday of Carnival", "1980-02-19": "Tuesday of Carnival", "1980-04-03": "Maundy Thursday", "1980-04-04": "Good Friday", "1980-04-19": "Declaration of Independence", "1980-05-01": "International Worker's Day", "1980-06-24": "Battle of Carabobo", "1980-07-05": "Independence Day", "1980-07-24": "Birthday of Simon Bolivar", "1980-10-12": "Columbus Day", "1980-12-24": "Christmas Eve", "1980-12-25": "Christmas Day", "1980-12-31": "New Year's Eve", "1981-01-01": "New Year's Day", "1981-03-02": "Monday of Carnival", "1981-03-03": "Tuesday of Carnival", "1981-04-16": "Maundy Thursday", "1981-04-17": "Good Friday", "1981-04-19": "Declaration of Independence", "1981-05-01": "International Worker's Day", "1981-06-24": "Battle of Carabobo", "1981-07-05": "Independence Day", "1981-07-24": "Birthday of Simon Bolivar", "1981-10-12": "Columbus Day", "1981-12-24": "Christmas Eve", "1981-12-25": "Christmas Day", "1981-12-31": "New Year's Eve", "1982-01-01": "New Year's Day", "1982-02-22": "Monday of Carnival", "1982-02-23": "Tuesday of Carnival", "1982-04-08": "Maundy Thursday", "1982-04-09": "Good Friday", "1982-04-19": "Declaration of Independence", "1982-05-01": "International Worker's Day", "1982-06-24": "Battle of Carabobo", "1982-07-05": "Independence Day", "1982-07-24": "Birthday of Simon Bolivar", "1982-10-12": "Columbus Day", "1982-12-24": "Christmas Eve", "1982-12-25": "Christmas Day", "1982-12-31": "New Year's Eve", "1983-01-01": "New Year's Day", "1983-02-14": "Monday of Carnival", "1983-02-15": "Tuesday of Carnival", "1983-03-31": "Maundy Thursday", "1983-04-01": "Good Friday", "1983-04-19": "Declaration of Independence", "1983-05-01": "International Worker's Day", "1983-06-24": "Battle of Carabobo", "1983-07-05": "Independence Day", "1983-07-24": "Birthday of Simon Bolivar", "1983-10-12": "Columbus Day", "1983-12-24": "Christmas Eve", "1983-12-25": "Christmas Day", "1983-12-31": "New Year's Eve", "1984-01-01": "New Year's Day", "1984-03-05": "Monday of Carnival", "1984-03-06": "Tuesday of Carnival", "1984-04-19": "Declaration of Independence; Maundy Thursday", "1984-04-20": "Good Friday", "1984-05-01": "International Worker's Day", "1984-06-24": "Battle of Carabobo", "1984-07-05": "Independence Day", "1984-07-24": "Birthday of Simon Bolivar", "1984-10-12": "Columbus Day", "1984-12-24": "Christmas Eve", "1984-12-25": "Christmas Day", "1984-12-31": "New Year's Eve", "1985-01-01": "New Year's Day", "1985-02-18": "Monday of Carnival", "1985-02-19": "Tuesday of Carnival", "1985-04-04": "Maundy Thursday", "1985-04-05": "Good Friday", "1985-04-19": "Declaration of Independence", "1985-05-01": "International Worker's Day", "1985-06-24": "Battle of Carabobo", "1985-07-05": "Independence Day", "1985-07-24": "Birthday of Simon Bolivar", "1985-10-12": "Columbus Day", "1985-12-24": "Christmas Eve", "1985-12-25": "Christmas Day", "1985-12-31": "New Year's Eve", "1986-01-01": "New Year's Day", "1986-02-10": "Monday of Carnival", "1986-02-11": "Tuesday of Carnival", "1986-03-27": "Maundy Thursday", "1986-03-28": "Good Friday", "1986-04-19": "Declaration of Independence", "1986-05-01": "International Worker's Day", "1986-06-24": "Battle of Carabobo", "1986-07-05": "Independence Day", "1986-07-24": "Birthday of Simon Bolivar", "1986-10-12": "Columbus Day", "1986-12-24": "Christmas Eve", "1986-12-25": "Christmas Day", "1986-12-31": "New Year's Eve", "1987-01-01": "New Year's Day", "1987-03-02": "Monday of Carnival", "1987-03-03": "Tuesday of Carnival", "1987-04-16": "Maundy Thursday", "1987-04-17": "Good Friday", "1987-04-19": "Declaration of Independence", "1987-05-01": "International Worker's Day", "1987-06-24": "Battle of Carabobo", "1987-07-05": "Independence Day", "1987-07-24": "Birthday of Simon Bolivar", "1987-10-12": "Columbus Day", "1987-12-24": "Christmas Eve", "1987-12-25": "Christmas Day", "1987-12-31": "New Year's Eve", "1988-01-01": "New Year's Day", "1988-02-15": "Monday of Carnival", "1988-02-16": "Tuesday of Carnival", "1988-03-31": "Maundy Thursday", "1988-04-01": "Good Friday", "1988-04-19": "Declaration of Independence", "1988-05-01": "International Worker's Day", "1988-06-24": "Battle of Carabobo", "1988-07-05": "Independence Day", "1988-07-24": "Birthday of Simon Bolivar", "1988-10-12": "Columbus Day", "1988-12-24": "Christmas Eve", "1988-12-25": "Christmas Day", "1988-12-31": "New Year's Eve", "1989-01-01": "New Year's Day", "1989-02-06": "Monday of Carnival", "1989-02-07": "Tuesday of Carnival", "1989-03-23": "Maundy Thursday", "1989-03-24": "Good Friday", "1989-04-19": "Declaration of Independence", "1989-05-01": "International Worker's Day", "1989-06-24": "Battle of Carabobo", "1989-07-05": "Independence Day", "1989-07-24": "Birthday of Simon Bolivar", "1989-10-12": "Columbus Day", "1989-12-24": "Christmas Eve", "1989-12-25": "Christmas Day", "1989-12-31": "New Year's Eve", "1990-01-01": "New Year's Day", "1990-02-26": "Monday of Carnival", "1990-02-27": "Tuesday of Carnival", "1990-04-12": "Maundy Thursday", "1990-04-13": "Good Friday", "1990-04-19": "Declaration of Independence", "1990-05-01": "International Worker's Day", "1990-06-24": "Battle of Carabobo", "1990-07-05": "Independence Day", "1990-07-24": "Birthday of Simon Bolivar", "1990-10-12": "Columbus Day", "1990-12-24": "Christmas Eve", "1990-12-25": "Christmas Day", "1990-12-31": "New Year's Eve", "1991-01-01": "New Year's Day", "1991-02-11": "Monday of Carnival", "1991-02-12": "Tuesday of Carnival", "1991-03-28": "Maundy Thursday", "1991-03-29": "Good Friday", "1991-04-19": "Declaration of Independence", "1991-05-01": "International Worker's Day", "1991-06-24": "Battle of Carabobo", "1991-07-05": "Independence Day", "1991-07-24": "Birthday of Simon Bolivar", "1991-10-12": "Columbus Day", "1991-12-24": "Christmas Eve", "1991-12-25": "Christmas Day", "1991-12-31": "New Year's Eve", "1992-01-01": "New Year's Day", "1992-03-02": "Monday of Carnival", "1992-03-03": "Tuesday of Carnival", "1992-04-16": "Maundy Thursday", "1992-04-17": "Good Friday", "1992-04-19": "Declaration of Independence", "1992-05-01": "International Worker's Day", "1992-06-24": "Battle of Carabobo", "1992-07-05": "Independence Day", "1992-07-24": "Birthday of Simon Bolivar", "1992-10-12": "Columbus Day", "1992-12-24": "Christmas Eve", "1992-12-25": "Christmas Day", "1992-12-31": "New Year's Eve", "1993-01-01": "New Year's Day", "1993-02-22": "Monday of Carnival", "1993-02-23": "Tuesday of Carnival", "1993-04-08": "Maundy Thursday", "1993-04-09": "Good Friday", "1993-04-19": "Declaration of Independence", "1993-05-01": "International Worker's Day", "1993-06-24": "Battle of Carabobo", "1993-07-05": "Independence Day", "1993-07-24": "Birthday of Simon Bolivar", "1993-10-12": "Columbus Day", "1993-12-24": "Christmas Eve", "1993-12-25": "Christmas Day", "1993-12-31": "New Year's Eve", "1994-01-01": "New Year's Day", "1994-02-14": "Monday of Carnival", "1994-02-15": "Tuesday of Carnival", "1994-03-31": "Maundy Thursday", "1994-04-01": "Good Friday", "1994-04-19": "Declaration of Independence", "1994-05-01": "International Worker's Day", "1994-06-24": "Battle of Carabobo", "1994-07-05": "Independence Day", "1994-07-24": "Birthday of Simon Bolivar", "1994-10-12": "Columbus Day", "1994-12-24": "Christmas Eve", "1994-12-25": "Christmas Day", "1994-12-31": "New Year's Eve", "1995-01-01": "New Year's Day", "1995-02-27": "Monday of Carnival", "1995-02-28": "Tuesday of Carnival", "1995-04-13": "Maundy Thursday", "1995-04-14": "Good Friday", "1995-04-19": "Declaration of Independence", "1995-05-01": "International Worker's Day", "1995-06-24": "Battle of Carabobo", "1995-07-05": "Independence Day", "1995-07-24": "Birthday of Simon Bolivar", "1995-10-12": "Columbus Day", "1995-12-24": "Christmas Eve", "1995-12-25": "Christmas Day", "1995-12-31": "New Year's Eve", "1996-01-01": "New Year's Day", "1996-02-19": "Monday of Carnival", "1996-02-20": "Tuesday of Carnival", "1996-04-04": "Maundy Thursday", "1996-04-05": "Good Friday", "1996-04-19": "Declaration of Independence", "1996-05-01": "International Worker's Day", "1996-06-24": "Battle of Carabobo", "1996-07-05": "Independence Day", "1996-07-24": "Birthday of Simon Bolivar", "1996-10-12": "Columbus Day", "1996-12-24": "Christmas Eve", "1996-12-25": "Christmas Day", "1996-12-31": "New Year's Eve", "1997-01-01": "New Year's Day", "1997-02-10": "Monday of Carnival", "1997-02-11": "Tuesday of Carnival", "1997-03-27": "Maundy Thursday", "1997-03-28": "Good Friday", "1997-04-19": "Declaration of Independence", "1997-05-01": "International Worker's Day", "1997-06-24": "Battle of Carabobo", "1997-07-05": "Independence Day", "1997-07-24": "Birthday of Simon Bolivar", "1997-10-12": "Columbus Day", "1997-12-24": "Christmas Eve", "1997-12-25": "Christmas Day", "1997-12-31": "New Year's Eve", "1998-01-01": "New Year's Day", "1998-02-23": "Monday of Carnival", "1998-02-24": "Tuesday of Carnival", "1998-04-09": "Maundy Thursday", "1998-04-10": "Good Friday", "1998-04-19": "Declaration of Independence", "1998-05-01": "International Worker's Day", "1998-06-24": "Battle of Carabobo", "1998-07-05": "Independence Day", "1998-07-24": "Birthday of Simon Bolivar", "1998-10-12": "Columbus Day", "1998-12-24": "Christmas Eve", "1998-12-25": "Christmas Day", "1998-12-31": "New Year's Eve", "1999-01-01": "New Year's Day", "1999-02-15": "Monday of Carnival", "1999-02-16": "Tuesday of Carnival", "1999-04-01": "Maundy Thursday", "1999-04-02": "Good Friday", "1999-04-19": "Declaration of Independence", "1999-05-01": "International Worker's Day", "1999-06-24": "Battle of Carabobo", "1999-07-05": "Independence Day", "1999-07-24": "Birthday of Simon Bolivar", "1999-10-12": "Columbus Day", "1999-12-24": "Christmas Eve", "1999-12-25": "Christmas Day", "1999-12-31": "New Year's Eve", "2000-01-01": "New Year's Day", "2000-03-06": "Monday of Carnival", "2000-03-07": "Tuesday of Carnival", "2000-04-19": "Declaration of Independence", "2000-04-20": "Maundy Thursday", "2000-04-21": "Good Friday", "2000-05-01": "International Worker's Day", "2000-06-24": "Battle of Carabobo", "2000-07-05": "Independence Day", "2000-07-24": "Birthday of Simon Bolivar", "2000-10-12": "Columbus Day", "2000-12-24": "Christmas Eve", "2000-12-25": "Christmas Day", "2000-12-31": "New Year's Eve", "2001-01-01": "New Year's Day", "2001-02-26": "Monday of Carnival", "2001-02-27": "Tuesday of Carnival", "2001-04-12": "Maundy Thursday", "2001-04-13": "Good Friday", "2001-04-19": "Declaration of Independence", "2001-05-01": "International Worker's Day", "2001-06-24": "Battle of Carabobo", "2001-07-05": "Independence Day", "2001-07-24": "Birthday of Simon Bolivar", "2001-10-12": "Columbus Day", "2001-12-24": "Christmas Eve", "2001-12-25": "Christmas Day", "2001-12-31": "New Year's Eve", "2002-01-01": "New Year's Day", "2002-02-11": "Monday of Carnival", "2002-02-12": "Tuesday of Carnival", "2002-03-28": "Maundy Thursday", "2002-03-29": "Good Friday", "2002-04-19": "Declaration of Independence", "2002-05-01": "International Worker's Day", "2002-06-24": "Battle of Carabobo", "2002-07-05": "Independence Day", "2002-07-24": "Birthday of Simon Bolivar", "2002-10-12": "Day of Indigenous Resistance", "2002-12-24": "Christmas Eve", "2002-12-25": "Christmas Day", "2002-12-31": "New Year's Eve", "2003-01-01": "New Year's Day", "2003-03-03": "Monday of Carnival", "2003-03-04": "Tuesday of Carnival", "2003-04-17": "Maundy Thursday", "2003-04-18": "Good Friday", "2003-04-19": "Declaration of Independence", "2003-05-01": "International Worker's Day", "2003-06-24": "Battle of Carabobo", "2003-07-05": "Independence Day", "2003-07-24": "Birthday of Simon Bolivar", "2003-10-12": "Day of Indigenous Resistance", "2003-12-24": "Christmas Eve", "2003-12-25": "Christmas Day", "2003-12-31": "New Year's Eve", "2004-01-01": "New Year's Day", "2004-02-23": "Monday of Carnival", "2004-02-24": "Tuesday of Carnival", "2004-04-08": "Maundy Thursday", "2004-04-09": "Good Friday", "2004-04-19": "Declaration of Independence", "2004-05-01": "International Worker's Day", "2004-06-24": "Battle of Carabobo", "2004-07-05": "Independence Day", "2004-07-24": "Birthday of Simon Bolivar", "2004-10-12": "Day of Indigenous Resistance", "2004-12-24": "Christmas Eve", "2004-12-25": "Christmas Day", "2004-12-31": "New Year's Eve", "2005-01-01": "New Year's Day", "2005-02-07": "Monday of Carnival", "2005-02-08": "Tuesday of Carnival", "2005-03-24": "Maundy Thursday", "2005-03-25": "Good Friday", "2005-04-19": "Declaration of Independence", "2005-05-01": "International Worker's Day", "2005-06-24": "Battle of Carabobo", "2005-07-05": "Independence Day", "2005-07-24": "Birthday of Simon Bolivar", "2005-10-12": "Day of Indigenous Resistance", "2005-12-24": "Christmas Eve", "2005-12-25": "Christmas Day", "2005-12-31": "New Year's Eve", "2006-01-01": "New Year's Day", "2006-02-27": "Monday of Carnival", "2006-02-28": "Tuesday of Carnival", "2006-04-13": "Maundy Thursday", "2006-04-14": "Good Friday", "2006-04-19": "Declaration of Independence", "2006-05-01": "International Worker's Day", "2006-06-24": "Battle of Carabobo", "2006-07-05": "Independence Day", "2006-07-24": "Birthday of Simon Bolivar", "2006-10-12": "Day of Indigenous Resistance", "2006-12-24": "Christmas Eve", "2006-12-25": "Christmas Day", "2006-12-31": "New Year's Eve", "2007-01-01": "New Year's Day", "2007-02-19": "Monday of Carnival", "2007-02-20": "Tuesday of Carnival", "2007-04-05": "Maundy Thursday", "2007-04-06": "Good Friday", "2007-04-19": "Declaration of Independence", "2007-05-01": "International Worker's Day", "2007-06-24": "Battle of Carabobo", "2007-07-05": "Independence Day", "2007-07-24": "Birthday of Simon Bolivar", "2007-10-12": "Day of Indigenous Resistance", "2007-12-24": "Christmas Eve", "2007-12-25": "Christmas Day", "2007-12-31": "New Year's Eve", "2008-01-01": "New Year's Day", "2008-02-04": "Monday of Carnival", "2008-02-05": "Tuesday of Carnival", "2008-03-20": "Maundy Thursday", "2008-03-21": "Good Friday", "2008-04-19": "Declaration of Independence", "2008-05-01": "International Worker's Day", "2008-06-24": "Battle of Carabobo", "2008-07-05": "Independence Day", "2008-07-24": "Birthday of Simon Bolivar", "2008-10-12": "Day of Indigenous Resistance", "2008-12-24": "Christmas Eve", "2008-12-25": "Christmas Day", "2008-12-31": "New Year's Eve", "2009-01-01": "New Year's Day", "2009-02-23": "Monday of Carnival", "2009-02-24": "Tuesday of Carnival", "2009-04-09": "Maundy Thursday", "2009-04-10": "Good Friday", "2009-04-19": "Declaration of Independence", "2009-05-01": "International Worker's Day", "2009-06-24": "Battle of Carabobo", "2009-07-05": "Independence Day", "2009-07-24": "Birthday of Simon Bolivar", "2009-10-12": "Day of Indigenous Resistance", "2009-12-24": "Christmas Eve", "2009-12-25": "Christmas Day", "2009-12-31": "New Year's Eve", "2010-01-01": "New Year's Day", "2010-02-15": "Monday of Carnival", "2010-02-16": "Tuesday of Carnival", "2010-04-01": "Maundy Thursday", "2010-04-02": "Good Friday", "2010-04-19": "Declaration of Independence", "2010-05-01": "International Worker's Day", "2010-06-24": "Battle of Carabobo", "2010-07-05": "Independence Day", "2010-07-24": "Birthday of Simon Bolivar", "2010-10-12": "Day of Indigenous Resistance", "2010-12-24": "Christmas Eve", "2010-12-25": "Christmas Day", "2010-12-31": "New Year's Eve", "2011-01-01": "New Year's Day", "2011-03-07": "Monday of Carnival", "2011-03-08": "Tuesday of Carnival", "2011-04-19": "Declaration of Independence", "2011-04-21": "Maundy Thursday", "2011-04-22": "Good Friday", "2011-05-01": "International Worker's Day", "2011-06-24": "Battle of Carabobo", "2011-07-05": "Independence Day", "2011-07-24": "Birthday of Simon Bolivar", "2011-10-12": "Day of Indigenous Resistance", "2011-12-24": "Christmas Eve", "2011-12-25": "Christmas Day", "2011-12-31": "New Year's Eve", "2012-01-01": "New Year's Day", "2012-02-20": "Monday of Carnival", "2012-02-21": "Tuesday of Carnival", "2012-04-05": "Maundy Thursday", "2012-04-06": "Good Friday", "2012-04-19": "Declaration of Independence", "2012-05-01": "International Worker's Day", "2012-06-24": "Battle of Carabobo", "2012-07-05": "Independence Day", "2012-07-24": "Birthday of Simon Bolivar", "2012-10-12": "Day of Indigenous Resistance", "2012-12-24": "Christmas Eve", "2012-12-25": "Christmas Day", "2012-12-31": "New Year's Eve", "2013-01-01": "New Year's Day", "2013-02-11": "Monday of Carnival", "2013-02-12": "Tuesday of Carnival", "2013-03-28": "Maundy Thursday", "2013-03-29": "Good Friday", "2013-04-19": "Declaration of Independence", "2013-05-01": "International Worker's Day", "2013-06-24": "Battle of Carabobo", "2013-07-05": "Independence Day", "2013-07-24": "Birthday of Simon Bolivar", "2013-10-12": "Day of Indigenous Resistance", "2013-12-24": "Christmas Eve", "2013-12-25": "Christmas Day", "2013-12-31": "New Year's Eve", "2014-01-01": "New Year's Day", "2014-03-03": "Monday of Carnival", "2014-03-04": "Tuesday of Carnival", "2014-04-17": "Maundy Thursday", "2014-04-18": "Good Friday", "2014-04-19": "Declaration of Independence", "2014-05-01": "International Worker's Day", "2014-06-24": "Battle of Carabobo", "2014-07-05": "Independence Day", "2014-07-24": "Birthday of Simon Bolivar", "2014-10-12": "Day of Indigenous Resistance", "2014-12-24": "Christmas Eve", "2014-12-25": "Christmas Day", "2014-12-31": "New Year's Eve", "2015-01-01": "New Year's Day", "2015-02-16": "Monday of Carnival", "2015-02-17": "Tuesday of Carnival", "2015-04-02": "Maundy Thursday", "2015-04-03": "Good Friday", "2015-04-19": "Declaration of Independence", "2015-05-01": "International Worker's Day", "2015-06-24": "Battle of Carabobo", "2015-07-05": "Independence Day", "2015-07-24": "Birthday of Simon Bolivar", "2015-10-12": "Day of Indigenous Resistance", "2015-12-24": "Christmas Eve", "2015-12-25": "Christmas Day", "2015-12-31": "New Year's Eve", "2016-01-01": "New Year's Day", "2016-02-08": "Monday of Carnival", "2016-02-09": "Tuesday of Carnival", "2016-03-24": "Maundy Thursday", "2016-03-25": "Good Friday", "2016-04-19": "Declaration of Independence", "2016-05-01": "International Worker's Day", "2016-06-24": "Battle of Carabobo", "2016-07-05": "Independence Day", "2016-07-24": "Birthday of Simon Bolivar", "2016-10-12": "Day of Indigenous Resistance", "2016-12-24": "Christmas Eve", "2016-12-25": "Christmas Day", "2016-12-31": "New Year's Eve", "2017-01-01": "New Year's Day", "2017-02-27": "Monday of Carnival", "2017-02-28": "Tuesday of Carnival", "2017-04-13": "Maundy Thursday", "2017-04-14": "Good Friday", "2017-04-19": "Declaration of Independence", "2017-05-01": "International Worker's Day", "2017-06-24": "Battle of Carabobo", "2017-07-05": "Independence Day", "2017-07-24": "Birthday of Simon Bolivar", "2017-10-12": "Day of Indigenous Resistance", "2017-12-24": "Christmas Eve", "2017-12-25": "Christmas Day", "2017-12-31": "New Year's Eve", "2018-01-01": "New Year's Day", "2018-02-12": "Monday of Carnival", "2018-02-13": "Tuesday of Carnival", "2018-03-29": "Maundy Thursday", "2018-03-30": "Good Friday", "2018-04-19": "Declaration of Independence", "2018-05-01": "International Worker's Day", "2018-06-24": "Battle of Carabobo", "2018-07-05": "Independence Day", "2018-07-24": "Birthday of Simon Bolivar", "2018-10-12": "Day of Indigenous Resistance", "2018-12-24": "Christmas Eve", "2018-12-25": "Christmas Day", "2018-12-31": "New Year's Eve", "2019-01-01": "New Year's Day", "2019-03-04": "Monday of Carnival", "2019-03-05": "Tuesday of Carnival", "2019-04-18": "Maundy Thursday", "2019-04-19": "Declaration of Independence; Good Friday", "2019-05-01": "International Worker's Day", "2019-06-24": "Battle of Carabobo", "2019-07-05": "Independence Day", "2019-07-24": "Birthday of Simon Bolivar", "2019-10-12": "Day of Indigenous Resistance", "2019-12-24": "Christmas Eve", "2019-12-25": "Christmas Day", "2019-12-31": "New Year's Eve", "2020-01-01": "New Year's Day", "2020-02-24": "Monday of Carnival", "2020-02-25": "Tuesday of Carnival", "2020-04-09": "Maundy Thursday", "2020-04-10": "Good Friday", "2020-04-19": "Declaration of Independence", "2020-05-01": "International Worker's Day", "2020-06-24": "Battle of Carabobo", "2020-07-05": "Independence Day", "2020-07-24": "Birthday of Simon Bolivar", "2020-10-12": "Day of Indigenous Resistance", "2020-12-24": "Christmas Eve", "2020-12-25": "Christmas Day", "2020-12-31": "New Year's Eve", "2021-01-01": "New Year's Day", "2021-02-15": "Monday of Carnival", "2021-02-16": "Tuesday of Carnival", "2021-04-01": "Maundy Thursday", "2021-04-02": "Good Friday", "2021-04-19": "Declaration of Independence", "2021-05-01": "International Worker's Day", "2021-06-24": "Battle of Carabobo", "2021-07-05": "Independence Day", "2021-07-24": "Birthday of Simon Bolivar", "2021-10-12": "Day of Indigenous Resistance", "2021-12-24": "Christmas Eve", "2021-12-25": "Christmas Day", "2021-12-31": "New Year's Eve", "2022-01-01": "New Year's Day", "2022-02-28": "Monday of Carnival", "2022-03-01": "Tuesday of Carnival", "2022-04-14": "Maundy Thursday", "2022-04-15": "Good Friday", "2022-04-19": "Declaration of Independence", "2022-05-01": "International Worker's Day", "2022-06-24": "Battle of Carabobo", "2022-07-05": "Independence Day", "2022-07-24": "Birthday of Simon Bolivar", "2022-10-12": "Day of Indigenous Resistance", "2022-12-24": "Christmas Eve", "2022-12-25": "Christmas Day", "2022-12-31": "New Year's Eve", "2023-01-01": "New Year's Day", "2023-02-20": "Monday of Carnival", "2023-02-21": "Tuesday of Carnival", "2023-04-06": "Maundy Thursday", "2023-04-07": "Good Friday", "2023-04-19": "Declaration of Independence", "2023-05-01": "International Worker's Day", "2023-06-24": "Battle of Carabobo", "2023-07-05": "Independence Day", "2023-07-24": "Birthday of Simon Bolivar", "2023-10-12": "Day of Indigenous Resistance", "2023-12-24": "Christmas Eve", "2023-12-25": "Christmas Day", "2023-12-31": "New Year's Eve", "2024-01-01": "New Year's Day", "2024-02-12": "Monday of Carnival", "2024-02-13": "Tuesday of Carnival", "2024-03-28": "Maundy Thursday", "2024-03-29": "Good Friday", "2024-04-19": "Declaration of Independence", "2024-05-01": "International Worker's Day", "2024-06-24": "Battle of Carabobo", "2024-07-05": "Independence Day", "2024-07-24": "Birthday of Simon Bolivar", "2024-10-12": "Day of Indigenous Resistance", "2024-12-24": "Christmas Eve", "2024-12-25": "Christmas Day", "2024-12-31": "New Year's Eve", "2025-01-01": "New Year's Day", "2025-03-03": "Monday of Carnival", "2025-03-04": "Tuesday of Carnival", "2025-04-17": "Maundy Thursday", "2025-04-18": "Good Friday", "2025-04-19": "Declaration of Independence", "2025-05-01": "International Worker's Day", "2025-06-24": "Battle of Carabobo", "2025-07-05": "Independence Day", "2025-07-24": "Birthday of Simon Bolivar", "2025-10-12": "Day of Indigenous Resistance", "2025-12-24": "Christmas Eve", "2025-12-25": "Christmas Day", "2025-12-31": "New Year's Eve", "2026-01-01": "New Year's Day", "2026-02-16": "Monday of Carnival", "2026-02-17": "Tuesday of Carnival", "2026-04-02": "Maundy Thursday", "2026-04-03": "Good Friday", "2026-04-19": "Declaration of Independence", "2026-05-01": "International Worker's Day", "2026-06-24": "Battle of Carabobo", "2026-07-05": "Independence Day", "2026-07-24": "Birthday of Simon Bolivar", "2026-10-12": "Day of Indigenous Resistance", "2026-12-24": "Christmas Eve", "2026-12-25": "Christmas Day", "2026-12-31": "New Year's Eve", "2027-01-01": "New Year's Day", "2027-02-08": "Monday of Carnival", "2027-02-09": "Tuesday of Carnival", "2027-03-25": "Maundy Thursday", "2027-03-26": "Good Friday", "2027-04-19": "Declaration of Independence", "2027-05-01": "International Worker's Day", "2027-06-24": "Battle of Carabobo", "2027-07-05": "Independence Day", "2027-07-24": "Birthday of Simon Bolivar", "2027-10-12": "Day of Indigenous Resistance", "2027-12-24": "Christmas Eve", "2027-12-25": "Christmas Day", "2027-12-31": "New Year's Eve", "2028-01-01": "New Year's Day", "2028-02-28": "Monday of Carnival", "2028-02-29": "Tuesday of Carnival", "2028-04-13": "Maundy Thursday", "2028-04-14": "Good Friday", "2028-04-19": "Declaration of Independence", "2028-05-01": "International Worker's Day", "2028-06-24": "Battle of Carabobo", "2028-07-05": "Independence Day", "2028-07-24": "Birthday of Simon Bolivar", "2028-10-12": "Day of Indigenous Resistance", "2028-12-24": "Christmas Eve", "2028-12-25": "Christmas Day", "2028-12-31": "New Year's Eve", "2029-01-01": "New Year's Day", "2029-02-12": "Monday of Carnival", "2029-02-13": "Tuesday of Carnival", "2029-03-29": "Maundy Thursday", "2029-03-30": "Good Friday", "2029-04-19": "Declaration of Independence", "2029-05-01": "International Worker's Day", "2029-06-24": "Battle of Carabobo", "2029-07-05": "Independence Day", "2029-07-24": "Birthday of Simon Bolivar", "2029-10-12": "Day of Indigenous Resistance", "2029-12-24": "Christmas Eve", "2029-12-25": "Christmas Day", "2029-12-31": "New Year's Eve", "2030-01-01": "New Year's Day", "2030-03-04": "Monday of Carnival", "2030-03-05": "Tuesday of Carnival", "2030-04-18": "Maundy Thursday", "2030-04-19": "Declaration of Independence; Good Friday", "2030-05-01": "International Worker's Day", "2030-06-24": "Battle of Carabobo", "2030-07-05": "Independence Day", "2030-07-24": "Birthday of Simon Bolivar", "2030-10-12": "Day of Indigenous Resistance", "2030-12-24": "Christmas Eve", "2030-12-25": "Christmas Day", "2030-12-31": "New Year's Eve", "2031-01-01": "New Year's Day", "2031-02-24": "Monday of Carnival", "2031-02-25": "Tuesday of Carnival", "2031-04-10": "Maundy Thursday", "2031-04-11": "Good Friday", "2031-04-19": "Declaration of Independence", "2031-05-01": "International Worker's Day", "2031-06-24": "Battle of Carabobo", "2031-07-05": "Independence Day", "2031-07-24": "Birthday of Simon Bolivar", "2031-10-12": "Day of Indigenous Resistance", "2031-12-24": "Christmas Eve", "2031-12-25": "Christmas Day", "2031-12-31": "New Year's Eve", "2032-01-01": "New Year's Day", "2032-02-09": "Monday of Carnival", "2032-02-10": "Tuesday of Carnival", "2032-03-25": "Maundy Thursday", "2032-03-26": "Good Friday", "2032-04-19": "Declaration of Independence", "2032-05-01": "International Worker's Day", "2032-06-24": "Battle of Carabobo", "2032-07-05": "Independence Day", "2032-07-24": "Birthday of Simon Bolivar", "2032-10-12": "Day of Indigenous Resistance", "2032-12-24": "Christmas Eve", "2032-12-25": "Christmas Day", "2032-12-31": "New Year's Eve", "2033-01-01": "New Year's Day", "2033-02-28": "Monday of Carnival", "2033-03-01": "Tuesday of Carnival", "2033-04-14": "Maundy Thursday", "2033-04-15": "Good Friday", "2033-04-19": "Declaration of Independence", "2033-05-01": "International Worker's Day", "2033-06-24": "Battle of Carabobo", "2033-07-05": "Independence Day", "2033-07-24": "Birthday of Simon Bolivar", "2033-10-12": "Day of Indigenous Resistance", "2033-12-24": "Christmas Eve", "2033-12-25": "Christmas Day", "2033-12-31": "New Year's Eve", "2034-01-01": "New Year's Day", "2034-02-20": "Monday of Carnival", "2034-02-21": "Tuesday of Carnival", "2034-04-06": "Maundy Thursday", "2034-04-07": "Good Friday", "2034-04-19": "Declaration of Independence", "2034-05-01": "International Worker's Day", "2034-06-24": "Battle of Carabobo", "2034-07-05": "Independence Day", "2034-07-24": "Birthday of Simon Bolivar", "2034-10-12": "Day of Indigenous Resistance", "2034-12-24": "Christmas Eve", "2034-12-25": "Christmas Day", "2034-12-31": "New Year's Eve", "2035-01-01": "New Year's Day", "2035-02-05": "Monday of Carnival", "2035-02-06": "Tuesday of Carnival", "2035-03-22": "Maundy Thursday", "2035-03-23": "Good Friday", "2035-04-19": "Declaration of Independence", "2035-05-01": "International Worker's Day", "2035-06-24": "Battle of Carabobo", "2035-07-05": "Independence Day", "2035-07-24": "Birthday of Simon Bolivar", "2035-10-12": "Day of Indigenous Resistance", "2035-12-24": "Christmas Eve", "2035-12-25": "Christmas Day", "2035-12-31": "New Year's Eve", "2036-01-01": "New Year's Day", "2036-02-25": "Monday of Carnival", "2036-02-26": "Tuesday of Carnival", "2036-04-10": "Maundy Thursday", "2036-04-11": "Good Friday", "2036-04-19": "Declaration of Independence", "2036-05-01": "International Worker's Day", "2036-06-24": "Battle of Carabobo", "2036-07-05": "Independence Day", "2036-07-24": "Birthday of Simon Bolivar", "2036-10-12": "Day of Indigenous Resistance", "2036-12-24": "Christmas Eve", "2036-12-25": "Christmas Day", "2036-12-31": "New Year's Eve", "2037-01-01": "New Year's Day", "2037-02-16": "Monday of Carnival", "2037-02-17": "Tuesday of Carnival", "2037-04-02": "Maundy Thursday", "2037-04-03": "Good Friday", "2037-04-19": "Declaration of Independence", "2037-05-01": "International Worker's Day", "2037-06-24": "Battle of Carabobo", "2037-07-05": "Independence Day", "2037-07-24": "Birthday of Simon Bolivar", "2037-10-12": "Day of Indigenous Resistance", "2037-12-24": "Christmas Eve", "2037-12-25": "Christmas Day", "2037-12-31": "New Year's Eve", "2038-01-01": "New Year's Day", "2038-03-08": "Monday of Carnival", "2038-03-09": "Tuesday of Carnival", "2038-04-19": "Declaration of Independence", "2038-04-22": "Maundy Thursday", "2038-04-23": "Good Friday", "2038-05-01": "International Worker's Day", "2038-06-24": "Battle of Carabobo", "2038-07-05": "Independence Day", "2038-07-24": "Birthday of Simon Bolivar", "2038-10-12": "Day of Indigenous Resistance", "2038-12-24": "Christmas Eve", "2038-12-25": "Christmas Day", "2038-12-31": "New Year's Eve", "2039-01-01": "New Year's Day", "2039-02-21": "Monday of Carnival", "2039-02-22": "Tuesday of Carnival", "2039-04-07": "Maundy Thursday", "2039-04-08": "Good Friday", "2039-04-19": "Declaration of Independence", "2039-05-01": "International Worker's Day", "2039-06-24": "Battle of Carabobo", "2039-07-05": "Independence Day", "2039-07-24": "Birthday of Simon Bolivar", "2039-10-12": "Day of Indigenous Resistance", "2039-12-24": "Christmas Eve", "2039-12-25": "Christmas Day", "2039-12-31": "New Year's Eve", "2040-01-01": "New Year's Day", "2040-02-13": "Monday of Carnival", "2040-02-14": "Tuesday of Carnival", "2040-03-29": "Maundy Thursday", "2040-03-30": "Good Friday", "2040-04-19": "Declaration of Independence", "2040-05-01": "International Worker's Day", "2040-06-24": "Battle of Carabobo", "2040-07-05": "Independence Day", "2040-07-24": "Birthday of Simon Bolivar", "2040-10-12": "Day of Indigenous Resistance", "2040-12-24": "Christmas Eve", "2040-12-25": "Christmas Day", "2040-12-31": "New Year's Eve", "2041-01-01": "New Year's Day", "2041-03-04": "Monday of Carnival", "2041-03-05": "Tuesday of Carnival", "2041-04-18": "Maundy Thursday", "2041-04-19": "Declaration of Independence; Good Friday", "2041-05-01": "International Worker's Day", "2041-06-24": "Battle of Carabobo", "2041-07-05": "Independence Day", "2041-07-24": "Birthday of Simon Bolivar", "2041-10-12": "Day of Indigenous Resistance", "2041-12-24": "Christmas Eve", "2041-12-25": "Christmas Day", "2041-12-31": "New Year's Eve", "2042-01-01": "New Year's Day", "2042-02-17": "Monday of Carnival", "2042-02-18": "Tuesday of Carnival", "2042-04-03": "Maundy Thursday", "2042-04-04": "Good Friday", "2042-04-19": "Declaration of Independence", "2042-05-01": "International Worker's Day", "2042-06-24": "Battle of Carabobo", "2042-07-05": "Independence Day", "2042-07-24": "Birthday of Simon Bolivar", "2042-10-12": "Day of Indigenous Resistance", "2042-12-24": "Christmas Eve", "2042-12-25": "Christmas Day", "2042-12-31": "New Year's Eve", "2043-01-01": "New Year's Day", "2043-02-09": "Monday of Carnival", "2043-02-10": "Tuesday of Carnival", "2043-03-26": "Maundy Thursday", "2043-03-27": "Good Friday", "2043-04-19": "Declaration of Independence", "2043-05-01": "International Worker's Day", "2043-06-24": "Battle of Carabobo", "2043-07-05": "Independence Day", "2043-07-24": "Birthday of Simon Bolivar", "2043-10-12": "Day of Indigenous Resistance", "2043-12-24": "Christmas Eve", "2043-12-25": "Christmas Day", "2043-12-31": "New Year's Eve", "2044-01-01": "New Year's Day", "2044-02-29": "Monday of Carnival", "2044-03-01": "Tuesday of Carnival", "2044-04-14": "Maundy Thursday", "2044-04-15": "Good Friday", "2044-04-19": "Declaration of Independence", "2044-05-01": "International Worker's Day", "2044-06-24": "Battle of Carabobo", "2044-07-05": "Independence Day", "2044-07-24": "Birthday of Simon Bolivar", "2044-10-12": "Day of Indigenous Resistance", "2044-12-24": "Christmas Eve", "2044-12-25": "Christmas Day", "2044-12-31": "New Year's Eve", "2045-01-01": "New Year's Day", "2045-02-20": "Monday of Carnival", "2045-02-21": "Tuesday of Carnival", "2045-04-06": "Maundy Thursday", "2045-04-07": "Good Friday", "2045-04-19": "Declaration of Independence", "2045-05-01": "International Worker's Day", "2045-06-24": "Battle of Carabobo", "2045-07-05": "Independence Day", "2045-07-24": "Birthday of Simon Bolivar", "2045-10-12": "Day of Indigenous Resistance", "2045-12-24": "Christmas Eve", "2045-12-25": "Christmas Day", "2045-12-31": "New Year's Eve", "2046-01-01": "New Year's Day", "2046-02-05": "Monday of Carnival", "2046-02-06": "Tuesday of Carnival", "2046-03-22": "Maundy Thursday", "2046-03-23": "Good Friday", "2046-04-19": "Declaration of Independence", "2046-05-01": "International Worker's Day", "2046-06-24": "Battle of Carabobo", "2046-07-05": "Independence Day", "2046-07-24": "Birthday of Simon Bolivar", "2046-10-12": "Day of Indigenous Resistance", "2046-12-24": "Christmas Eve", "2046-12-25": "Christmas Day", "2046-12-31": "New Year's Eve", "2047-01-01": "New Year's Day", "2047-02-25": "Monday of Carnival", "2047-02-26": "Tuesday of Carnival", "2047-04-11": "Maundy Thursday", "2047-04-12": "Good Friday", "2047-04-19": "Declaration of Independence", "2047-05-01": "International Worker's Day", "2047-06-24": "Battle of Carabobo", "2047-07-05": "Independence Day", "2047-07-24": "Birthday of Simon Bolivar", "2047-10-12": "Day of Indigenous Resistance", "2047-12-24": "Christmas Eve", "2047-12-25": "Christmas Day", "2047-12-31": "New Year's Eve", "2048-01-01": "New Year's Day", "2048-02-17": "Monday of Carnival", "2048-02-18": "Tuesday of Carnival", "2048-04-02": "Maundy Thursday", "2048-04-03": "Good Friday", "2048-04-19": "Declaration of Independence", "2048-05-01": "International Worker's Day", "2048-06-24": "Battle of Carabobo", "2048-07-05": "Independence Day", "2048-07-24": "Birthday of Simon Bolivar", "2048-10-12": "Day of Indigenous Resistance", "2048-12-24": "Christmas Eve", "2048-12-25": "Christmas Day", "2048-12-31": "New Year's Eve", "2049-01-01": "New Year's Day", "2049-03-01": "Monday of Carnival", "2049-03-02": "Tuesday of Carnival", "2049-04-15": "Maundy Thursday", "2049-04-16": "Good Friday", "2049-04-19": "Declaration of Independence", "2049-05-01": "International Worker's Day", "2049-06-24": "Battle of Carabobo", "2049-07-05": "Independence Day", "2049-07-24": "Birthday of Simon Bolivar", "2049-10-12": "Day of Indigenous Resistance", "2049-12-24": "Christmas Eve", "2049-12-25": "Christmas Day", "2049-12-31": "New Year's Eve", "2050-01-01": "New Year's Day", "2050-02-21": "Monday of Carnival", "2050-02-22": "Tuesday of Carnival", "2050-04-07": "Maundy Thursday", "2050-04-08": "Good Friday", "2050-04-19": "Declaration of Independence", "2050-05-01": "International Worker's Day", "2050-06-24": "Battle of Carabobo", "2050-07-05": "Independence Day", "2050-07-24": "Birthday of Simon Bolivar", "2050-10-12": "Day of Indigenous Resistance", "2050-12-24": "Christmas Eve", "2050-12-25": "Christmas Day", "2050-12-31": "New Year's Eve" } holidays-0.71/snapshots/countries/VI_COMMON.json000066400000000000000000002617641500152103600216040ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "New Year's Day (observed)", "1950-01-06": "Three Kings Day", "1950-02-14": "Valentine's Day", "1950-02-22": "Presidents' Day; Washington's Birthday", "1950-03-17": "Saint Patrick's Day", "1950-03-31": "Transfer Day", "1950-04-06": "Holy Thursday", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-30": "Memorial Day", "1950-07-03": "Emancipation Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day and Puerto Rico Friendship Day", "1950-10-31": "Halloween", "1950-11-01": "Liberty Day", "1950-11-10": "Armistice Day (observed)", "1950-11-11": "Armistice Day", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1950-12-26": "Christmas Second Day", "1951-01-01": "New Year's Day", "1951-01-06": "Three Kings Day", "1951-02-14": "Valentine's Day", "1951-02-22": "Presidents' Day; Washington's Birthday", "1951-03-17": "Saint Patrick's Day", "1951-03-22": "Holy Thursday", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-03-31": "Transfer Day", "1951-05-30": "Memorial Day", "1951-07-03": "Emancipation Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day and Puerto Rico Friendship Day", "1951-10-31": "Halloween", "1951-11-01": "Liberty Day", "1951-11-11": "Armistice Day", "1951-11-12": "Armistice Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1951-12-26": "Christmas Second Day", "1952-01-01": "New Year's Day", "1952-01-06": "Three Kings Day", "1952-02-14": "Valentine's Day", "1952-02-22": "Presidents' Day; Washington's Birthday", "1952-03-17": "Saint Patrick's Day", "1952-03-31": "Transfer Day", "1952-04-10": "Holy Thursday", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-30": "Memorial Day", "1952-07-03": "Emancipation Day", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-12": "Columbus Day and Puerto Rico Friendship Day", "1952-10-31": "Halloween", "1952-11-01": "Liberty Day", "1952-11-11": "Armistice Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1952-12-26": "Christmas Second Day", "1953-01-01": "New Year's Day", "1953-01-06": "Three Kings Day", "1953-02-14": "Valentine's Day", "1953-02-22": "Presidents' Day; Washington's Birthday", "1953-03-17": "Saint Patrick's Day", "1953-03-31": "Transfer Day", "1953-04-02": "Holy Thursday", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday", "1953-05-30": "Memorial Day", "1953-07-03": "Emancipation Day; Independence Day (observed)", "1953-07-04": "Independence Day", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day and Puerto Rico Friendship Day", "1953-10-31": "Halloween", "1953-11-01": "Liberty Day", "1953-11-11": "Armistice Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1953-12-26": "Christmas Second Day", "1954-01-01": "New Year's Day", "1954-01-06": "Three Kings Day", "1954-02-14": "Valentine's Day", "1954-02-22": "Presidents' Day; Washington's Birthday", "1954-03-17": "Saint Patrick's Day", "1954-03-31": "Transfer Day", "1954-04-15": "Holy Thursday", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-30": "Memorial Day", "1954-07-03": "Emancipation Day", "1954-07-04": "Independence Day", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-10-12": "Columbus Day and Puerto Rico Friendship Day", "1954-10-31": "Halloween", "1954-11-01": "Liberty Day", "1954-11-11": "Veterans Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed)", "1954-12-25": "Christmas Day", "1954-12-26": "Christmas Second Day", "1954-12-31": "New Year's Day (observed)", "1955-01-01": "New Year's Day", "1955-01-06": "Three Kings Day", "1955-02-14": "Valentine's Day", "1955-02-22": "Presidents' Day; Washington's Birthday", "1955-03-17": "Saint Patrick's Day", "1955-03-31": "Transfer Day", "1955-04-07": "Holy Thursday", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-30": "Memorial Day", "1955-07-03": "Emancipation Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-10-12": "Columbus Day and Puerto Rico Friendship Day", "1955-10-31": "Halloween", "1955-11-01": "Liberty Day", "1955-11-11": "Veterans Day", "1955-11-24": "Thanksgiving Day", "1955-12-25": "Christmas Day", "1955-12-26": "Christmas Day (observed); Christmas Second Day", "1956-01-01": "New Year's Day", "1956-01-02": "New Year's Day (observed)", "1956-01-06": "Three Kings Day", "1956-02-14": "Valentine's Day", "1956-02-22": "Presidents' Day; Washington's Birthday", "1956-03-17": "Saint Patrick's Day", "1956-03-29": "Holy Thursday", "1956-03-30": "Good Friday", "1956-03-31": "Transfer Day", "1956-04-02": "Easter Monday", "1956-05-30": "Memorial Day", "1956-07-03": "Emancipation Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-10-12": "Columbus Day and Puerto Rico Friendship Day", "1956-10-31": "Halloween", "1956-11-01": "Liberty Day", "1956-11-11": "Veterans Day", "1956-11-12": "Veterans Day (observed)", "1956-11-22": "Thanksgiving Day", "1956-12-25": "Christmas Day", "1956-12-26": "Christmas Second Day", "1957-01-01": "New Year's Day", "1957-01-06": "Three Kings Day", "1957-02-14": "Valentine's Day", "1957-02-22": "Presidents' Day; Washington's Birthday", "1957-03-17": "Saint Patrick's Day", "1957-03-31": "Transfer Day", "1957-04-18": "Holy Thursday", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Memorial Day", "1957-07-03": "Emancipation Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-10-12": "Columbus Day and Puerto Rico Friendship Day", "1957-10-31": "Halloween", "1957-11-01": "Liberty Day", "1957-11-11": "Veterans Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1957-12-26": "Christmas Second Day", "1958-01-01": "New Year's Day", "1958-01-06": "Three Kings Day", "1958-02-14": "Valentine's Day", "1958-02-22": "Presidents' Day; Washington's Birthday", "1958-03-17": "Saint Patrick's Day", "1958-03-31": "Transfer Day", "1958-04-03": "Holy Thursday", "1958-04-04": "Good Friday", "1958-04-07": "Easter Monday", "1958-05-30": "Memorial Day", "1958-07-03": "Emancipation Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-10-12": "Columbus Day and Puerto Rico Friendship Day", "1958-10-31": "Halloween", "1958-11-01": "Liberty Day", "1958-11-11": "Veterans Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1958-12-26": "Christmas Second Day", "1959-01-01": "New Year's Day", "1959-01-06": "Three Kings Day", "1959-02-14": "Valentine's Day", "1959-02-22": "Presidents' Day; Washington's Birthday", "1959-03-17": "Saint Patrick's Day", "1959-03-26": "Holy Thursday", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-03-31": "Transfer Day", "1959-05-30": "Memorial Day", "1959-07-03": "Emancipation Day; Independence Day (observed)", "1959-07-04": "Independence Day", "1959-09-07": "Labor Day", "1959-10-12": "Columbus Day and Puerto Rico Friendship Day", "1959-10-31": "Halloween", "1959-11-01": "Liberty Day", "1959-11-11": "Veterans Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1959-12-26": "Christmas Second Day", "1960-01-01": "New Year's Day", "1960-01-06": "Three Kings Day", "1960-02-14": "Valentine's Day", "1960-02-22": "Presidents' Day; Washington's Birthday", "1960-03-17": "Saint Patrick's Day", "1960-03-31": "Transfer Day", "1960-04-14": "Holy Thursday", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-30": "Memorial Day", "1960-07-03": "Emancipation Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-10-12": "Columbus Day and Puerto Rico Friendship Day", "1960-10-31": "Halloween", "1960-11-01": "Liberty Day", "1960-11-11": "Veterans Day", "1960-11-24": "Thanksgiving Day", "1960-12-25": "Christmas Day", "1960-12-26": "Christmas Day (observed); Christmas Second Day", "1961-01-01": "New Year's Day", "1961-01-02": "New Year's Day (observed)", "1961-01-06": "Three Kings Day", "1961-02-14": "Valentine's Day", "1961-02-22": "Presidents' Day; Washington's Birthday", "1961-03-17": "Saint Patrick's Day", "1961-03-30": "Holy Thursday", "1961-03-31": "Good Friday; Transfer Day", "1961-04-03": "Easter Monday", "1961-05-30": "Memorial Day", "1961-07-03": "Emancipation Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-10-12": "Columbus Day and Puerto Rico Friendship Day", "1961-10-31": "Halloween", "1961-11-01": "Liberty Day", "1961-11-10": "Veterans Day (observed)", "1961-11-11": "Veterans Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1961-12-26": "Christmas Second Day", "1962-01-01": "New Year's Day", "1962-01-06": "Three Kings Day", "1962-02-14": "Valentine's Day", "1962-02-22": "Presidents' Day; Washington's Birthday", "1962-03-17": "Saint Patrick's Day", "1962-03-31": "Transfer Day", "1962-04-19": "Holy Thursday", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-30": "Memorial Day", "1962-07-03": "Emancipation Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-10-12": "Columbus Day and Puerto Rico Friendship Day", "1962-10-31": "Halloween", "1962-11-01": "Liberty Day", "1962-11-11": "Veterans Day", "1962-11-12": "Veterans Day (observed)", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1962-12-26": "Christmas Second Day", "1963-01-01": "New Year's Day", "1963-01-06": "Three Kings Day", "1963-02-14": "Valentine's Day", "1963-02-22": "Presidents' Day; Washington's Birthday", "1963-03-17": "Saint Patrick's Day", "1963-03-31": "Transfer Day", "1963-04-11": "Holy Thursday", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-30": "Memorial Day", "1963-07-03": "Emancipation Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-10-12": "Columbus Day and Puerto Rico Friendship Day", "1963-10-31": "Halloween", "1963-11-01": "Liberty Day", "1963-11-11": "Veterans Day", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1963-12-26": "Christmas Second Day", "1964-01-01": "New Year's Day", "1964-01-06": "Three Kings Day", "1964-02-14": "Valentine's Day", "1964-02-22": "Presidents' Day; Washington's Birthday", "1964-03-17": "Saint Patrick's Day", "1964-03-26": "Holy Thursday", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-03-31": "Transfer Day", "1964-05-30": "Memorial Day", "1964-07-03": "Emancipation Day; Independence Day (observed)", "1964-07-04": "Independence Day", "1964-09-07": "Labor Day", "1964-10-12": "Columbus Day and Puerto Rico Friendship Day", "1964-10-31": "Halloween", "1964-11-01": "Liberty Day", "1964-11-11": "Veterans Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1964-12-26": "Christmas Second Day", "1965-01-01": "New Year's Day", "1965-01-06": "Three Kings Day", "1965-02-14": "Valentine's Day", "1965-02-22": "Presidents' Day; Washington's Birthday", "1965-03-17": "Saint Patrick's Day", "1965-03-31": "Transfer Day", "1965-04-15": "Holy Thursday", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-30": "Memorial Day", "1965-07-03": "Emancipation Day", "1965-07-04": "Independence Day", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-10-12": "Columbus Day and Puerto Rico Friendship Day", "1965-10-31": "Halloween", "1965-11-01": "Liberty Day", "1965-11-11": "Veterans Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed)", "1965-12-25": "Christmas Day", "1965-12-26": "Christmas Second Day", "1965-12-31": "New Year's Day (observed)", "1966-01-01": "New Year's Day", "1966-01-06": "Three Kings Day", "1966-02-14": "Valentine's Day", "1966-02-22": "Presidents' Day; Washington's Birthday", "1966-03-17": "Saint Patrick's Day", "1966-03-31": "Transfer Day", "1966-04-07": "Holy Thursday", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-30": "Memorial Day", "1966-07-03": "Emancipation Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-10-12": "Columbus Day and Puerto Rico Friendship Day", "1966-10-31": "Halloween", "1966-11-01": "Liberty Day", "1966-11-11": "Veterans Day", "1966-11-24": "Thanksgiving Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed); Christmas Second Day", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-01-06": "Three Kings Day", "1967-02-14": "Valentine's Day", "1967-02-22": "Presidents' Day; Washington's Birthday", "1967-03-17": "Saint Patrick's Day", "1967-03-23": "Holy Thursday", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-03-31": "Transfer Day", "1967-05-30": "Memorial Day", "1967-07-03": "Emancipation Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-10-12": "Columbus Day and Puerto Rico Friendship Day", "1967-10-31": "Halloween", "1967-11-01": "Liberty Day", "1967-11-10": "Veterans Day (observed)", "1967-11-11": "Veterans Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1967-12-26": "Christmas Second Day", "1968-01-01": "New Year's Day", "1968-01-06": "Three Kings Day", "1968-02-14": "Valentine's Day", "1968-02-22": "Presidents' Day; Washington's Birthday", "1968-03-17": "Saint Patrick's Day", "1968-03-31": "Transfer Day", "1968-04-11": "Holy Thursday", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-30": "Memorial Day", "1968-07-03": "Emancipation Day", "1968-07-04": "Independence Day", "1968-09-02": "Labor Day", "1968-10-12": "Columbus Day and Puerto Rico Friendship Day", "1968-10-31": "Halloween", "1968-11-01": "Liberty Day", "1968-11-11": "Veterans Day", "1968-11-28": "Thanksgiving Day", "1968-12-25": "Christmas Day", "1968-12-26": "Christmas Second Day", "1969-01-01": "New Year's Day", "1969-01-06": "Three Kings Day", "1969-02-14": "Valentine's Day", "1969-02-22": "Presidents' Day; Washington's Birthday", "1969-03-17": "Saint Patrick's Day", "1969-03-31": "Transfer Day", "1969-04-03": "Holy Thursday", "1969-04-04": "Good Friday", "1969-04-07": "Easter Monday", "1969-05-30": "Memorial Day", "1969-07-03": "Emancipation Day", "1969-07-04": "Independence Day", "1969-09-01": "Labor Day", "1969-10-12": "Columbus Day and Puerto Rico Friendship Day", "1969-10-31": "Halloween", "1969-11-01": "Liberty Day", "1969-11-11": "Veterans Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1969-12-26": "Christmas Second Day", "1970-01-01": "New Year's Day", "1970-01-06": "Three Kings Day", "1970-02-14": "Valentine's Day", "1970-02-22": "Presidents' Day; Washington's Birthday", "1970-03-17": "Saint Patrick's Day", "1970-03-26": "Holy Thursday", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-03-31": "Transfer Day", "1970-05-30": "Memorial Day", "1970-07-03": "Emancipation Day; Independence Day (observed)", "1970-07-04": "Independence Day", "1970-09-07": "Labor Day", "1970-10-12": "Columbus Day and Puerto Rico Friendship Day", "1970-10-31": "Halloween", "1970-11-01": "Liberty Day", "1970-11-11": "Veterans Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1970-12-26": "Christmas Second Day", "1971-01-01": "New Year's Day", "1971-01-06": "Three Kings Day", "1971-02-14": "Valentine's Day", "1971-02-15": "Presidents' Day; Washington's Birthday", "1971-03-17": "Saint Patrick's Day", "1971-03-31": "Transfer Day", "1971-04-08": "Holy Thursday", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-31": "Memorial Day", "1971-07-03": "Emancipation Day", "1971-07-04": "Independence Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1971-10-25": "Veterans Day", "1971-10-31": "Halloween", "1971-11-01": "Liberty Day", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1971-12-25": "Christmas Day", "1971-12-26": "Christmas Second Day", "1971-12-31": "New Year's Day (observed)", "1972-01-01": "New Year's Day", "1972-01-06": "Three Kings Day", "1972-02-14": "Valentine's Day", "1972-02-21": "Presidents' Day; Washington's Birthday", "1972-03-17": "Saint Patrick's Day", "1972-03-30": "Holy Thursday", "1972-03-31": "Good Friday; Transfer Day", "1972-04-03": "Easter Monday", "1972-05-29": "Memorial Day", "1972-07-03": "Emancipation Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1972-10-23": "Veterans Day", "1972-10-31": "Halloween", "1972-11-01": "Liberty Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1972-12-26": "Christmas Second Day", "1973-01-01": "New Year's Day", "1973-01-06": "Three Kings Day", "1973-02-14": "Valentine's Day", "1973-02-19": "Presidents' Day; Washington's Birthday", "1973-03-17": "Saint Patrick's Day", "1973-03-31": "Transfer Day", "1973-04-19": "Holy Thursday", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-28": "Memorial Day", "1973-07-03": "Emancipation Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1973-10-22": "Veterans Day", "1973-10-31": "Halloween", "1973-11-01": "Liberty Day", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1973-12-26": "Christmas Second Day", "1974-01-01": "New Year's Day", "1974-01-06": "Three Kings Day", "1974-02-14": "Valentine's Day", "1974-02-18": "Presidents' Day; Washington's Birthday", "1974-03-17": "Saint Patrick's Day", "1974-03-31": "Transfer Day", "1974-04-11": "Holy Thursday", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-27": "Memorial Day", "1974-07-03": "Emancipation Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1974-10-28": "Veterans Day", "1974-10-31": "Halloween", "1974-11-01": "Liberty Day", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1974-12-26": "Christmas Second Day", "1975-01-01": "New Year's Day", "1975-01-06": "Three Kings Day", "1975-02-14": "Valentine's Day", "1975-02-17": "Presidents' Day; Washington's Birthday", "1975-03-17": "Saint Patrick's Day", "1975-03-27": "Holy Thursday", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday; Transfer Day", "1975-05-26": "Memorial Day", "1975-07-03": "Emancipation Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1975-10-27": "Veterans Day", "1975-10-31": "Halloween", "1975-11-01": "Liberty Day", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1975-12-26": "Christmas Second Day", "1976-01-01": "New Year's Day", "1976-01-06": "Three Kings Day", "1976-02-14": "Valentine's Day", "1976-02-16": "Presidents' Day; Washington's Birthday", "1976-03-17": "Saint Patrick's Day", "1976-03-31": "Transfer Day", "1976-04-15": "Holy Thursday", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-31": "Memorial Day", "1976-07-03": "Emancipation Day", "1976-07-04": "Independence Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1976-10-25": "Veterans Day", "1976-10-31": "Halloween", "1976-11-01": "Liberty Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1976-12-25": "Christmas Day", "1976-12-26": "Christmas Second Day", "1976-12-31": "New Year's Day (observed)", "1977-01-01": "New Year's Day", "1977-01-06": "Three Kings Day", "1977-02-14": "Valentine's Day", "1977-02-21": "Presidents' Day; Washington's Birthday", "1977-03-17": "Saint Patrick's Day", "1977-03-31": "Transfer Day", "1977-04-07": "Holy Thursday", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-30": "Memorial Day", "1977-07-03": "Emancipation Day", "1977-07-04": "Independence Day", "1977-09-05": "Labor Day", "1977-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1977-10-24": "Veterans Day", "1977-10-31": "Halloween", "1977-11-01": "Liberty Day", "1977-11-24": "Thanksgiving Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed); Christmas Second Day", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-01-06": "Three Kings Day", "1978-02-14": "Valentine's Day", "1978-02-20": "Presidents' Day; Washington's Birthday", "1978-03-17": "Saint Patrick's Day", "1978-03-23": "Holy Thursday", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-03-31": "Transfer Day", "1978-05-29": "Memorial Day", "1978-07-03": "Emancipation Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1978-10-31": "Halloween", "1978-11-01": "Liberty Day", "1978-11-10": "Veterans Day (observed)", "1978-11-11": "Veterans Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1978-12-26": "Christmas Second Day", "1979-01-01": "New Year's Day", "1979-01-06": "Three Kings Day", "1979-02-14": "Valentine's Day", "1979-02-19": "Presidents' Day; Washington's Birthday", "1979-03-17": "Saint Patrick's Day", "1979-03-31": "Transfer Day", "1979-04-12": "Holy Thursday", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-28": "Memorial Day", "1979-07-03": "Emancipation Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1979-10-31": "Halloween", "1979-11-01": "Liberty Day", "1979-11-11": "Veterans Day", "1979-11-12": "Veterans Day (observed)", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1979-12-26": "Christmas Second Day", "1980-01-01": "New Year's Day", "1980-01-06": "Three Kings Day", "1980-02-14": "Valentine's Day", "1980-02-18": "Presidents' Day; Washington's Birthday", "1980-03-17": "Saint Patrick's Day", "1980-03-31": "Transfer Day", "1980-04-03": "Holy Thursday", "1980-04-04": "Good Friday", "1980-04-07": "Easter Monday", "1980-05-26": "Memorial Day", "1980-07-03": "Emancipation Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1980-10-31": "Halloween", "1980-11-01": "Liberty Day", "1980-11-11": "Veterans Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1980-12-26": "Christmas Second Day", "1981-01-01": "New Year's Day", "1981-01-06": "Three Kings Day", "1981-02-14": "Valentine's Day", "1981-02-16": "Presidents' Day; Washington's Birthday", "1981-03-17": "Saint Patrick's Day", "1981-03-31": "Transfer Day", "1981-04-16": "Holy Thursday", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-25": "Memorial Day", "1981-07-03": "Emancipation Day; Independence Day (observed)", "1981-07-04": "Independence Day", "1981-09-07": "Labor Day", "1981-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1981-10-31": "Halloween", "1981-11-01": "Liberty Day", "1981-11-11": "Veterans Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1981-12-26": "Christmas Second Day", "1982-01-01": "New Year's Day", "1982-01-06": "Three Kings Day", "1982-02-14": "Valentine's Day", "1982-02-15": "Presidents' Day; Washington's Birthday", "1982-03-17": "Saint Patrick's Day", "1982-03-31": "Transfer Day", "1982-04-08": "Holy Thursday", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-31": "Memorial Day", "1982-07-03": "Emancipation Day", "1982-07-04": "Independence Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1982-10-31": "Halloween", "1982-11-01": "Liberty Day", "1982-11-11": "Veterans Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1982-12-25": "Christmas Day", "1982-12-26": "Christmas Second Day", "1982-12-31": "New Year's Day (observed)", "1983-01-01": "New Year's Day", "1983-01-06": "Three Kings Day", "1983-02-14": "Valentine's Day", "1983-02-21": "Presidents' Day; Washington's Birthday", "1983-03-17": "Saint Patrick's Day", "1983-03-31": "Holy Thursday; Transfer Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-30": "Memorial Day", "1983-07-03": "Emancipation Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1983-10-31": "Halloween", "1983-11-01": "Liberty Day", "1983-11-11": "Veterans Day", "1983-11-24": "Thanksgiving Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed); Christmas Second Day", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-01-06": "Three Kings Day", "1984-02-14": "Valentine's Day", "1984-02-20": "Presidents' Day; Washington's Birthday", "1984-03-17": "Saint Patrick's Day", "1984-03-31": "Transfer Day", "1984-04-19": "Holy Thursday", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-28": "Memorial Day", "1984-07-03": "Emancipation Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1984-10-31": "Halloween", "1984-11-01": "Liberty Day", "1984-11-11": "Veterans Day", "1984-11-12": "Veterans Day (observed)", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1984-12-26": "Christmas Second Day", "1985-01-01": "New Year's Day", "1985-01-06": "Three Kings Day", "1985-02-14": "Valentine's Day", "1985-02-18": "Presidents' Day; Washington's Birthday", "1985-03-17": "Saint Patrick's Day", "1985-03-31": "Transfer Day", "1985-04-04": "Holy Thursday", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-27": "Memorial Day", "1985-07-03": "Emancipation Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1985-10-31": "Halloween", "1985-11-01": "Liberty Day", "1985-11-11": "Veterans Day", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1985-12-26": "Christmas Second Day", "1986-01-01": "New Year's Day", "1986-01-06": "Three Kings Day", "1986-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1986-02-14": "Valentine's Day", "1986-02-17": "Presidents' Day; Washington's Birthday", "1986-03-17": "Saint Patrick's Day", "1986-03-27": "Holy Thursday", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday; Transfer Day", "1986-05-26": "Memorial Day", "1986-07-03": "Emancipation Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1986-10-31": "Halloween", "1986-11-01": "Liberty Day", "1986-11-11": "Veterans Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1986-12-26": "Christmas Second Day", "1987-01-01": "New Year's Day", "1987-01-06": "Three Kings Day", "1987-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1987-02-14": "Valentine's Day", "1987-02-16": "Presidents' Day; Washington's Birthday", "1987-03-17": "Saint Patrick's Day", "1987-03-31": "Transfer Day", "1987-04-16": "Holy Thursday", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-25": "Memorial Day", "1987-07-03": "Emancipation Day; Independence Day (observed)", "1987-07-04": "Independence Day", "1987-09-07": "Labor Day", "1987-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1987-10-31": "Halloween", "1987-11-01": "Liberty Day", "1987-11-11": "Veterans Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1987-12-26": "Christmas Second Day", "1988-01-01": "New Year's Day", "1988-01-06": "Three Kings Day", "1988-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1988-02-14": "Valentine's Day", "1988-02-15": "Presidents' Day; Washington's Birthday", "1988-03-17": "Saint Patrick's Day", "1988-03-31": "Holy Thursday; Transfer Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-30": "Memorial Day", "1988-07-03": "Emancipation Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1988-10-31": "Halloween", "1988-11-01": "Liberty Day", "1988-11-11": "Veterans Day", "1988-11-24": "Thanksgiving Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed); Christmas Second Day", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-01-06": "Three Kings Day", "1989-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1989-02-14": "Valentine's Day", "1989-02-20": "Presidents' Day; Washington's Birthday", "1989-03-17": "Saint Patrick's Day", "1989-03-23": "Holy Thursday", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-03-31": "Transfer Day", "1989-05-29": "Memorial Day", "1989-07-03": "Emancipation Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1989-10-31": "Halloween", "1989-11-01": "Liberty Day", "1989-11-10": "Veterans Day (observed)", "1989-11-11": "Veterans Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1989-12-26": "Christmas Second Day", "1990-01-01": "New Year's Day", "1990-01-06": "Three Kings Day", "1990-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1990-02-14": "Valentine's Day", "1990-02-19": "Presidents' Day; Washington's Birthday", "1990-03-17": "Saint Patrick's Day", "1990-03-31": "Transfer Day", "1990-04-12": "Holy Thursday", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-28": "Memorial Day", "1990-07-03": "Emancipation Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1990-10-31": "Halloween", "1990-11-01": "Liberty Day", "1990-11-11": "Veterans Day", "1990-11-12": "Veterans Day (observed)", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1990-12-26": "Christmas Second Day", "1991-01-01": "New Year's Day", "1991-01-06": "Three Kings Day", "1991-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1991-02-14": "Valentine's Day", "1991-02-18": "Presidents' Day; Washington's Birthday", "1991-03-17": "Saint Patrick's Day", "1991-03-28": "Holy Thursday", "1991-03-29": "Good Friday", "1991-03-31": "Transfer Day", "1991-04-01": "Easter Monday", "1991-05-27": "Memorial Day", "1991-07-03": "Emancipation Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1991-10-31": "Halloween", "1991-11-01": "Liberty Day", "1991-11-11": "Veterans Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1991-12-26": "Christmas Second Day", "1992-01-01": "New Year's Day", "1992-01-06": "Three Kings Day", "1992-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1992-02-14": "Valentine's Day", "1992-02-17": "Presidents' Day; Washington's Birthday", "1992-03-17": "Saint Patrick's Day", "1992-03-31": "Transfer Day", "1992-04-16": "Holy Thursday", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-25": "Memorial Day", "1992-07-03": "Emancipation Day; Independence Day (observed)", "1992-07-04": "Independence Day", "1992-09-07": "Labor Day", "1992-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1992-10-31": "Halloween", "1992-11-01": "Liberty Day", "1992-11-11": "Veterans Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1992-12-26": "Christmas Second Day", "1993-01-01": "New Year's Day", "1993-01-06": "Three Kings Day", "1993-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1993-02-14": "Valentine's Day", "1993-02-15": "Presidents' Day; Washington's Birthday", "1993-03-17": "Saint Patrick's Day", "1993-03-31": "Transfer Day", "1993-04-08": "Holy Thursday", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-31": "Memorial Day", "1993-07-03": "Emancipation Day", "1993-07-04": "Independence Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1993-10-31": "Halloween", "1993-11-01": "Liberty Day", "1993-11-11": "Veterans Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1993-12-25": "Christmas Day", "1993-12-26": "Christmas Second Day", "1993-12-31": "New Year's Day (observed)", "1994-01-01": "New Year's Day", "1994-01-06": "Three Kings Day", "1994-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1994-02-14": "Valentine's Day", "1994-02-21": "Presidents' Day; Washington's Birthday", "1994-03-17": "Saint Patrick's Day", "1994-03-31": "Holy Thursday; Transfer Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-30": "Memorial Day", "1994-07-03": "Emancipation Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1994-10-31": "Halloween", "1994-11-01": "Liberty Day", "1994-11-11": "Veterans Day", "1994-11-24": "Thanksgiving Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed); Christmas Second Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-06": "Three Kings Day", "1995-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1995-02-14": "Valentine's Day", "1995-02-20": "Presidents' Day; Washington's Birthday", "1995-03-17": "Saint Patrick's Day", "1995-03-31": "Transfer Day", "1995-04-13": "Holy Thursday", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-29": "Memorial Day", "1995-07-03": "Emancipation Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1995-10-31": "Halloween", "1995-11-01": "Liberty Day", "1995-11-10": "Veterans Day (observed)", "1995-11-11": "Veterans Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1995-12-26": "Christmas Second Day", "1996-01-01": "New Year's Day", "1996-01-06": "Three Kings Day", "1996-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1996-02-14": "Valentine's Day", "1996-02-19": "Presidents' Day; Washington's Birthday", "1996-03-17": "Saint Patrick's Day", "1996-03-31": "Transfer Day", "1996-04-04": "Holy Thursday", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-27": "Memorial Day", "1996-07-03": "Emancipation Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1996-10-31": "Halloween", "1996-11-01": "Liberty Day", "1996-11-11": "Veterans Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1996-12-26": "Christmas Second Day", "1997-01-01": "New Year's Day", "1997-01-06": "Three Kings Day", "1997-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1997-02-14": "Valentine's Day", "1997-02-17": "Presidents' Day; Washington's Birthday", "1997-03-17": "Saint Patrick's Day", "1997-03-27": "Holy Thursday", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday; Transfer Day", "1997-05-26": "Memorial Day", "1997-07-03": "Emancipation Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1997-10-31": "Halloween", "1997-11-01": "Liberty Day", "1997-11-11": "Veterans Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1997-12-26": "Christmas Second Day", "1998-01-01": "New Year's Day", "1998-01-06": "Three Kings Day", "1998-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1998-02-14": "Valentine's Day", "1998-02-16": "Presidents' Day; Washington's Birthday", "1998-03-17": "Saint Patrick's Day", "1998-03-31": "Transfer Day", "1998-04-09": "Holy Thursday", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-25": "Memorial Day", "1998-07-03": "Emancipation Day; Independence Day (observed)", "1998-07-04": "Independence Day", "1998-09-07": "Labor Day", "1998-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1998-10-31": "Halloween", "1998-11-01": "Liberty Day", "1998-11-11": "Veterans Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1998-12-26": "Christmas Second Day", "1999-01-01": "New Year's Day", "1999-01-06": "Three Kings Day", "1999-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "1999-02-14": "Valentine's Day", "1999-02-15": "Presidents' Day; Washington's Birthday", "1999-03-17": "Saint Patrick's Day", "1999-03-31": "Transfer Day", "1999-04-01": "Holy Thursday", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-31": "Memorial Day", "1999-07-03": "Emancipation Day", "1999-07-04": "Independence Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "1999-10-31": "Halloween", "1999-11-01": "Liberty Day", "1999-11-11": "Veterans Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "1999-12-25": "Christmas Day", "1999-12-26": "Christmas Second Day", "1999-12-31": "New Year's Day (observed)", "2000-01-01": "New Year's Day", "2000-01-06": "Three Kings Day", "2000-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2000-02-14": "Valentine's Day", "2000-02-21": "Presidents' Day; Washington's Birthday", "2000-03-17": "Saint Patrick's Day", "2000-03-31": "Transfer Day", "2000-04-20": "Holy Thursday", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-29": "Memorial Day", "2000-07-03": "Emancipation Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2000-10-31": "Halloween", "2000-11-01": "Liberty Day", "2000-11-10": "Veterans Day (observed)", "2000-11-11": "Veterans Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2000-12-26": "Christmas Second Day", "2001-01-01": "New Year's Day", "2001-01-06": "Three Kings Day", "2001-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2001-02-14": "Valentine's Day", "2001-02-19": "Presidents' Day; Washington's Birthday", "2001-03-17": "Saint Patrick's Day", "2001-03-31": "Transfer Day", "2001-04-12": "Holy Thursday", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-28": "Memorial Day", "2001-07-03": "Emancipation Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2001-10-31": "Halloween", "2001-11-01": "Liberty Day", "2001-11-11": "Veterans Day", "2001-11-12": "Veterans Day (observed)", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2001-12-26": "Christmas Second Day", "2002-01-01": "New Year's Day", "2002-01-06": "Three Kings Day", "2002-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2002-02-14": "Valentine's Day", "2002-02-18": "Presidents' Day; Washington's Birthday", "2002-03-17": "Saint Patrick's Day", "2002-03-28": "Holy Thursday", "2002-03-29": "Good Friday", "2002-03-31": "Transfer Day", "2002-04-01": "Easter Monday", "2002-05-27": "Memorial Day", "2002-07-03": "Emancipation Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2002-10-31": "Halloween", "2002-11-01": "Liberty Day", "2002-11-11": "Veterans Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2002-12-26": "Christmas Second Day", "2003-01-01": "New Year's Day", "2003-01-06": "Three Kings Day", "2003-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2003-02-14": "Valentine's Day", "2003-02-17": "Presidents' Day; Washington's Birthday", "2003-03-17": "Saint Patrick's Day", "2003-03-31": "Transfer Day", "2003-04-17": "Holy Thursday", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-26": "Memorial Day", "2003-07-03": "Emancipation Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2003-10-31": "Halloween", "2003-11-01": "Liberty Day", "2003-11-11": "Veterans Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2003-12-26": "Christmas Second Day", "2004-01-01": "New Year's Day", "2004-01-06": "Three Kings Day", "2004-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2004-02-14": "Valentine's Day", "2004-02-16": "Presidents' Day; Washington's Birthday", "2004-03-17": "Saint Patrick's Day", "2004-03-31": "Transfer Day", "2004-04-08": "Holy Thursday", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-31": "Memorial Day", "2004-07-03": "Emancipation Day", "2004-07-04": "Independence Day", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2004-10-31": "Halloween", "2004-11-01": "Liberty Day", "2004-11-11": "Veterans Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2004-12-25": "Christmas Day", "2004-12-26": "Christmas Second Day", "2004-12-31": "New Year's Day (observed)", "2005-01-01": "New Year's Day", "2005-01-06": "Three Kings Day", "2005-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2005-02-14": "Valentine's Day", "2005-02-21": "Presidents' Day; Washington's Birthday", "2005-03-17": "Saint Patrick's Day", "2005-03-24": "Holy Thursday", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-03-31": "Transfer Day", "2005-05-30": "Memorial Day", "2005-07-03": "Emancipation Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2005-10-31": "Halloween", "2005-11-01": "Liberty Day", "2005-11-11": "Veterans Day", "2005-11-24": "Thanksgiving Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed); Christmas Second Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-06": "Three Kings Day", "2006-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2006-02-14": "Valentine's Day", "2006-02-20": "Presidents' Day; Washington's Birthday", "2006-03-17": "Saint Patrick's Day", "2006-03-31": "Transfer Day", "2006-04-13": "Holy Thursday", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-29": "Memorial Day", "2006-07-03": "Emancipation Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2006-10-31": "Halloween", "2006-11-01": "Liberty Day", "2006-11-10": "Veterans Day (observed)", "2006-11-11": "Veterans Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2006-12-26": "Christmas Second Day", "2007-01-01": "New Year's Day", "2007-01-06": "Three Kings Day", "2007-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2007-02-14": "Valentine's Day", "2007-02-19": "Presidents' Day; Washington's Birthday", "2007-03-17": "Saint Patrick's Day", "2007-03-31": "Transfer Day", "2007-04-05": "Holy Thursday", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-28": "Memorial Day", "2007-07-03": "Emancipation Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2007-10-31": "Halloween", "2007-11-01": "Liberty Day", "2007-11-11": "Veterans Day", "2007-11-12": "Veterans Day (observed)", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2007-12-26": "Christmas Second Day", "2008-01-01": "New Year's Day", "2008-01-06": "Three Kings Day", "2008-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2008-02-14": "Valentine's Day", "2008-02-18": "Presidents' Day; Washington's Birthday", "2008-03-17": "Saint Patrick's Day", "2008-03-20": "Holy Thursday", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-03-31": "Transfer Day", "2008-05-26": "Memorial Day", "2008-07-03": "Emancipation Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2008-10-31": "Halloween", "2008-11-01": "Liberty Day", "2008-11-11": "Veterans Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2008-12-26": "Christmas Second Day", "2009-01-01": "New Year's Day", "2009-01-06": "Three Kings Day", "2009-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2009-02-14": "Valentine's Day", "2009-02-16": "Presidents' Day; Washington's Birthday", "2009-03-17": "Saint Patrick's Day", "2009-03-31": "Transfer Day", "2009-04-09": "Holy Thursday", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-25": "Memorial Day", "2009-07-03": "Emancipation Day; Independence Day (observed)", "2009-07-04": "Independence Day", "2009-09-07": "Labor Day", "2009-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2009-10-31": "Halloween", "2009-11-01": "Liberty Day", "2009-11-11": "Veterans Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2009-12-26": "Christmas Second Day", "2010-01-01": "New Year's Day", "2010-01-06": "Three Kings Day", "2010-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2010-02-14": "Valentine's Day", "2010-02-15": "Presidents' Day; Washington's Birthday", "2010-03-17": "Saint Patrick's Day", "2010-03-31": "Transfer Day", "2010-04-01": "Holy Thursday", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-31": "Memorial Day", "2010-07-03": "Emancipation Day", "2010-07-04": "Independence Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2010-10-31": "Halloween", "2010-11-01": "Liberty Day", "2010-11-11": "Veterans Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2010-12-25": "Christmas Day", "2010-12-26": "Christmas Second Day", "2010-12-31": "New Year's Day (observed)", "2011-01-01": "New Year's Day", "2011-01-06": "Three Kings Day", "2011-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2011-02-14": "Valentine's Day", "2011-02-21": "Presidents' Day; Washington's Birthday", "2011-03-17": "Saint Patrick's Day", "2011-03-31": "Transfer Day", "2011-04-21": "Holy Thursday", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-30": "Memorial Day", "2011-07-03": "Emancipation Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2011-10-31": "Halloween", "2011-11-01": "Liberty Day", "2011-11-11": "Veterans Day", "2011-11-24": "Thanksgiving Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed); Christmas Second Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-06": "Three Kings Day", "2012-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2012-02-14": "Valentine's Day", "2012-02-20": "Presidents' Day; Washington's Birthday", "2012-03-17": "Saint Patrick's Day", "2012-03-31": "Transfer Day", "2012-04-05": "Holy Thursday", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-28": "Memorial Day", "2012-07-03": "Emancipation Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2012-10-31": "Halloween", "2012-11-01": "Liberty Day", "2012-11-11": "Veterans Day", "2012-11-12": "Veterans Day (observed)", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2012-12-26": "Christmas Second Day", "2013-01-01": "New Year's Day", "2013-01-06": "Three Kings Day", "2013-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2013-02-14": "Valentine's Day", "2013-02-18": "Presidents' Day; Washington's Birthday", "2013-03-17": "Saint Patrick's Day", "2013-03-28": "Holy Thursday", "2013-03-29": "Good Friday", "2013-03-31": "Transfer Day", "2013-04-01": "Easter Monday", "2013-05-27": "Memorial Day", "2013-07-03": "Emancipation Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2013-10-31": "Halloween", "2013-11-01": "Liberty Day", "2013-11-11": "Veterans Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2013-12-26": "Christmas Second Day", "2014-01-01": "New Year's Day", "2014-01-06": "Three Kings Day", "2014-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2014-02-14": "Valentine's Day", "2014-02-17": "Presidents' Day; Washington's Birthday", "2014-03-17": "Saint Patrick's Day", "2014-03-31": "Transfer Day", "2014-04-17": "Holy Thursday", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-26": "Memorial Day", "2014-07-03": "Emancipation Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2014-10-31": "Halloween", "2014-11-01": "Liberty Day", "2014-11-11": "Veterans Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2014-12-26": "Christmas Second Day", "2015-01-01": "New Year's Day", "2015-01-06": "Three Kings Day", "2015-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2015-02-14": "Valentine's Day", "2015-02-16": "Presidents' Day; Washington's Birthday", "2015-03-17": "Saint Patrick's Day", "2015-03-31": "Transfer Day", "2015-04-02": "Holy Thursday", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-25": "Memorial Day", "2015-07-03": "Emancipation Day; Independence Day (observed)", "2015-07-04": "Independence Day", "2015-09-07": "Labor Day", "2015-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2015-10-31": "Halloween", "2015-11-01": "Liberty Day", "2015-11-11": "Veterans Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2015-12-26": "Christmas Second Day", "2016-01-01": "New Year's Day", "2016-01-06": "Three Kings Day", "2016-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2016-02-14": "Valentine's Day", "2016-02-15": "Presidents' Day; Washington's Birthday", "2016-03-17": "Saint Patrick's Day", "2016-03-24": "Holy Thursday", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-03-31": "Transfer Day", "2016-05-30": "Memorial Day", "2016-07-03": "Emancipation Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2016-10-31": "Halloween", "2016-11-01": "Liberty Day", "2016-11-11": "Veterans Day", "2016-11-24": "Thanksgiving Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed); Christmas Second Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-06": "Three Kings Day", "2017-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2017-02-14": "Valentine's Day", "2017-02-20": "Presidents' Day; Washington's Birthday", "2017-03-17": "Saint Patrick's Day", "2017-03-31": "Transfer Day", "2017-04-13": "Holy Thursday", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-29": "Memorial Day", "2017-07-03": "Emancipation Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2017-10-31": "Halloween", "2017-11-01": "Liberty Day", "2017-11-10": "Veterans Day (observed)", "2017-11-11": "Veterans Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2017-12-26": "Christmas Second Day", "2018-01-01": "New Year's Day", "2018-01-06": "Three Kings Day", "2018-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2018-02-14": "Valentine's Day", "2018-02-19": "Presidents' Day; Washington's Birthday", "2018-03-17": "Saint Patrick's Day", "2018-03-29": "Holy Thursday", "2018-03-30": "Good Friday", "2018-03-31": "Transfer Day", "2018-04-02": "Easter Monday", "2018-05-28": "Memorial Day", "2018-07-03": "Emancipation Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2018-10-31": "Halloween", "2018-11-01": "Liberty Day", "2018-11-11": "Veterans Day", "2018-11-12": "Veterans Day (observed)", "2018-11-22": "Thanksgiving Day", "2018-12-25": "Christmas Day", "2018-12-26": "Christmas Second Day", "2019-01-01": "New Year's Day", "2019-01-06": "Three Kings Day", "2019-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2019-02-14": "Valentine's Day", "2019-02-18": "Presidents' Day; Washington's Birthday", "2019-03-17": "Saint Patrick's Day", "2019-03-31": "Transfer Day", "2019-04-18": "Holy Thursday", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-27": "Memorial Day", "2019-07-03": "Emancipation Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2019-10-31": "Halloween", "2019-11-01": "Liberty Day", "2019-11-11": "Veterans Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2019-12-26": "Christmas Second Day", "2020-01-01": "New Year's Day", "2020-01-06": "Three Kings Day", "2020-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2020-02-14": "Valentine's Day", "2020-02-17": "Presidents' Day; Washington's Birthday", "2020-03-17": "Saint Patrick's Day", "2020-03-31": "Transfer Day", "2020-04-09": "Holy Thursday", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-25": "Memorial Day", "2020-07-03": "Emancipation Day; Independence Day (observed)", "2020-07-04": "Independence Day", "2020-09-07": "Labor Day", "2020-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2020-10-31": "Halloween", "2020-11-01": "Liberty Day", "2020-11-11": "Veterans Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2020-12-26": "Christmas Second Day", "2021-01-01": "New Year's Day", "2021-01-06": "Three Kings Day", "2021-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2021-02-14": "Valentine's Day", "2021-02-15": "Presidents' Day; Washington's Birthday", "2021-03-17": "Saint Patrick's Day", "2021-03-31": "Transfer Day", "2021-04-01": "Holy Thursday", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-31": "Memorial Day", "2021-06-18": "Juneteenth National Independence Day (observed)", "2021-06-19": "Juneteenth National Independence Day", "2021-07-03": "Emancipation Day", "2021-07-04": "Independence Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2021-10-31": "Halloween", "2021-11-01": "Liberty Day", "2021-11-11": "Veterans Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2021-12-25": "Christmas Day", "2021-12-26": "Christmas Second Day", "2021-12-31": "New Year's Day (observed)", "2022-01-01": "New Year's Day", "2022-01-06": "Three Kings Day", "2022-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2022-02-14": "Valentine's Day", "2022-02-21": "Presidents' Day; Washington's Birthday", "2022-03-17": "Saint Patrick's Day", "2022-03-31": "Transfer Day", "2022-04-14": "Holy Thursday", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-30": "Memorial Day", "2022-06-19": "Juneteenth National Independence Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-03": "Emancipation Day", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2022-10-31": "Halloween", "2022-11-01": "Liberty Day", "2022-11-11": "Veterans Day", "2022-11-24": "Thanksgiving Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed); Christmas Second Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-06": "Three Kings Day", "2023-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2023-02-14": "Valentine's Day", "2023-02-20": "Presidents' Day; Washington's Birthday", "2023-03-17": "Saint Patrick's Day", "2023-03-31": "Transfer Day", "2023-04-06": "Holy Thursday", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-03": "Emancipation Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2023-10-31": "Halloween", "2023-11-01": "Liberty Day", "2023-11-10": "Veterans Day (observed)", "2023-11-11": "Veterans Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2023-12-26": "Christmas Second Day", "2024-01-01": "New Year's Day", "2024-01-06": "Three Kings Day", "2024-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2024-02-14": "Valentine's Day", "2024-02-19": "Presidents' Day; Washington's Birthday", "2024-03-17": "Saint Patrick's Day", "2024-03-28": "Holy Thursday", "2024-03-29": "Good Friday", "2024-03-31": "Transfer Day", "2024-04-01": "Easter Monday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-03": "Emancipation Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2024-10-31": "Halloween", "2024-11-01": "Liberty Day", "2024-11-11": "Veterans Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2024-12-26": "Christmas Second Day", "2025-01-01": "New Year's Day", "2025-01-06": "Three Kings Day", "2025-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2025-02-14": "Valentine's Day", "2025-02-17": "Presidents' Day; Washington's Birthday", "2025-03-17": "Saint Patrick's Day", "2025-03-31": "Transfer Day", "2025-04-17": "Holy Thursday", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-03": "Emancipation Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2025-10-31": "Halloween", "2025-11-01": "Liberty Day", "2025-11-11": "Veterans Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2025-12-26": "Christmas Second Day", "2026-01-01": "New Year's Day", "2026-01-06": "Three Kings Day", "2026-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2026-02-14": "Valentine's Day", "2026-02-16": "Presidents' Day; Washington's Birthday", "2026-03-17": "Saint Patrick's Day", "2026-03-31": "Transfer Day", "2026-04-02": "Holy Thursday", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Emancipation Day; Independence Day (observed)", "2026-07-04": "Independence Day", "2026-09-07": "Labor Day", "2026-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2026-10-31": "Halloween", "2026-11-01": "Liberty Day", "2026-11-11": "Veterans Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2026-12-26": "Christmas Second Day", "2027-01-01": "New Year's Day", "2027-01-06": "Three Kings Day", "2027-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2027-02-14": "Valentine's Day", "2027-02-15": "Presidents' Day; Washington's Birthday", "2027-03-17": "Saint Patrick's Day", "2027-03-25": "Holy Thursday", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-03-31": "Transfer Day", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-06-19": "Juneteenth National Independence Day", "2027-07-03": "Emancipation Day", "2027-07-04": "Independence Day", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2027-10-31": "Halloween", "2027-11-01": "Liberty Day", "2027-11-11": "Veterans Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2027-12-25": "Christmas Day", "2027-12-26": "Christmas Second Day", "2027-12-31": "New Year's Day (observed)", "2028-01-01": "New Year's Day", "2028-01-06": "Three Kings Day", "2028-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2028-02-14": "Valentine's Day", "2028-02-21": "Presidents' Day; Washington's Birthday", "2028-03-17": "Saint Patrick's Day", "2028-03-31": "Transfer Day", "2028-04-13": "Holy Thursday", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-03": "Emancipation Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2028-10-31": "Halloween", "2028-11-01": "Liberty Day", "2028-11-10": "Veterans Day (observed)", "2028-11-11": "Veterans Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2028-12-26": "Christmas Second Day", "2029-01-01": "New Year's Day", "2029-01-06": "Three Kings Day", "2029-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2029-02-14": "Valentine's Day", "2029-02-19": "Presidents' Day; Washington's Birthday", "2029-03-17": "Saint Patrick's Day", "2029-03-29": "Holy Thursday", "2029-03-30": "Good Friday", "2029-03-31": "Transfer Day", "2029-04-02": "Easter Monday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-03": "Emancipation Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2029-10-31": "Halloween", "2029-11-01": "Liberty Day", "2029-11-11": "Veterans Day", "2029-11-12": "Veterans Day (observed)", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2029-12-26": "Christmas Second Day", "2030-01-01": "New Year's Day", "2030-01-06": "Three Kings Day", "2030-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2030-02-14": "Valentine's Day", "2030-02-18": "Presidents' Day; Washington's Birthday", "2030-03-17": "Saint Patrick's Day", "2030-03-31": "Transfer Day", "2030-04-18": "Holy Thursday", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-03": "Emancipation Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2030-10-31": "Halloween", "2030-11-01": "Liberty Day", "2030-11-11": "Veterans Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2030-12-26": "Christmas Second Day", "2031-01-01": "New Year's Day", "2031-01-06": "Three Kings Day", "2031-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2031-02-14": "Valentine's Day", "2031-02-17": "Presidents' Day; Washington's Birthday", "2031-03-17": "Saint Patrick's Day", "2031-03-31": "Transfer Day", "2031-04-10": "Holy Thursday", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-03": "Emancipation Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2031-10-31": "Halloween", "2031-11-01": "Liberty Day", "2031-11-11": "Veterans Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2031-12-26": "Christmas Second Day", "2032-01-01": "New Year's Day", "2032-01-06": "Three Kings Day", "2032-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2032-02-14": "Valentine's Day", "2032-02-16": "Presidents' Day; Washington's Birthday", "2032-03-17": "Saint Patrick's Day", "2032-03-25": "Holy Thursday", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-03-31": "Transfer Day", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-06-19": "Juneteenth National Independence Day", "2032-07-03": "Emancipation Day", "2032-07-04": "Independence Day", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2032-10-31": "Halloween", "2032-11-01": "Liberty Day", "2032-11-11": "Veterans Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2032-12-25": "Christmas Day", "2032-12-26": "Christmas Second Day", "2032-12-31": "New Year's Day (observed)", "2033-01-01": "New Year's Day", "2033-01-06": "Three Kings Day", "2033-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2033-02-14": "Valentine's Day", "2033-02-21": "Presidents' Day; Washington's Birthday", "2033-03-17": "Saint Patrick's Day", "2033-03-31": "Transfer Day", "2033-04-14": "Holy Thursday", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-30": "Memorial Day", "2033-06-19": "Juneteenth National Independence Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-03": "Emancipation Day", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2033-10-31": "Halloween", "2033-11-01": "Liberty Day", "2033-11-11": "Veterans Day", "2033-11-24": "Thanksgiving Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed); Christmas Second Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-01-06": "Three Kings Day", "2034-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2034-02-14": "Valentine's Day", "2034-02-20": "Presidents' Day; Washington's Birthday", "2034-03-17": "Saint Patrick's Day", "2034-03-31": "Transfer Day", "2034-04-06": "Holy Thursday", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-03": "Emancipation Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2034-10-31": "Halloween", "2034-11-01": "Liberty Day", "2034-11-10": "Veterans Day (observed)", "2034-11-11": "Veterans Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2034-12-26": "Christmas Second Day", "2035-01-01": "New Year's Day", "2035-01-06": "Three Kings Day", "2035-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2035-02-14": "Valentine's Day", "2035-02-19": "Presidents' Day; Washington's Birthday", "2035-03-17": "Saint Patrick's Day", "2035-03-22": "Holy Thursday", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-03-31": "Transfer Day", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-03": "Emancipation Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2035-10-31": "Halloween", "2035-11-01": "Liberty Day", "2035-11-11": "Veterans Day", "2035-11-12": "Veterans Day (observed)", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2035-12-26": "Christmas Second Day", "2036-01-01": "New Year's Day", "2036-01-06": "Three Kings Day", "2036-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2036-02-14": "Valentine's Day", "2036-02-18": "Presidents' Day; Washington's Birthday", "2036-03-17": "Saint Patrick's Day", "2036-03-31": "Transfer Day", "2036-04-10": "Holy Thursday", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-03": "Emancipation Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2036-10-31": "Halloween", "2036-11-01": "Liberty Day", "2036-11-11": "Veterans Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2036-12-26": "Christmas Second Day", "2037-01-01": "New Year's Day", "2037-01-06": "Three Kings Day", "2037-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2037-02-14": "Valentine's Day", "2037-02-16": "Presidents' Day; Washington's Birthday", "2037-03-17": "Saint Patrick's Day", "2037-03-31": "Transfer Day", "2037-04-02": "Holy Thursday", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Emancipation Day; Independence Day (observed)", "2037-07-04": "Independence Day", "2037-09-07": "Labor Day", "2037-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2037-10-31": "Halloween", "2037-11-01": "Liberty Day", "2037-11-11": "Veterans Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2037-12-26": "Christmas Second Day", "2038-01-01": "New Year's Day", "2038-01-06": "Three Kings Day", "2038-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2038-02-14": "Valentine's Day", "2038-02-15": "Presidents' Day; Washington's Birthday", "2038-03-17": "Saint Patrick's Day", "2038-03-31": "Transfer Day", "2038-04-22": "Holy Thursday", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-06-19": "Juneteenth National Independence Day", "2038-07-03": "Emancipation Day", "2038-07-04": "Independence Day", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2038-10-31": "Halloween", "2038-11-01": "Liberty Day", "2038-11-11": "Veterans Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2038-12-25": "Christmas Day", "2038-12-26": "Christmas Second Day", "2038-12-31": "New Year's Day (observed)", "2039-01-01": "New Year's Day", "2039-01-06": "Three Kings Day", "2039-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2039-02-14": "Valentine's Day", "2039-02-21": "Presidents' Day; Washington's Birthday", "2039-03-17": "Saint Patrick's Day", "2039-03-31": "Transfer Day", "2039-04-07": "Holy Thursday", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-30": "Memorial Day", "2039-06-19": "Juneteenth National Independence Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-03": "Emancipation Day", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2039-10-31": "Halloween", "2039-11-01": "Liberty Day", "2039-11-11": "Veterans Day", "2039-11-24": "Thanksgiving Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed); Christmas Second Day", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-01-06": "Three Kings Day", "2040-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2040-02-14": "Valentine's Day", "2040-02-20": "Presidents' Day; Washington's Birthday", "2040-03-17": "Saint Patrick's Day", "2040-03-29": "Holy Thursday", "2040-03-30": "Good Friday", "2040-03-31": "Transfer Day", "2040-04-02": "Easter Monday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-03": "Emancipation Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2040-10-31": "Halloween", "2040-11-01": "Liberty Day", "2040-11-11": "Veterans Day", "2040-11-12": "Veterans Day (observed)", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2040-12-26": "Christmas Second Day", "2041-01-01": "New Year's Day", "2041-01-06": "Three Kings Day", "2041-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2041-02-14": "Valentine's Day", "2041-02-18": "Presidents' Day; Washington's Birthday", "2041-03-17": "Saint Patrick's Day", "2041-03-31": "Transfer Day", "2041-04-18": "Holy Thursday", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-03": "Emancipation Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2041-10-31": "Halloween", "2041-11-01": "Liberty Day", "2041-11-11": "Veterans Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2041-12-26": "Christmas Second Day", "2042-01-01": "New Year's Day", "2042-01-06": "Three Kings Day", "2042-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2042-02-14": "Valentine's Day", "2042-02-17": "Presidents' Day; Washington's Birthday", "2042-03-17": "Saint Patrick's Day", "2042-03-31": "Transfer Day", "2042-04-03": "Holy Thursday", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-03": "Emancipation Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-10-13": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2042-10-31": "Halloween", "2042-11-01": "Liberty Day", "2042-11-11": "Veterans Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2042-12-26": "Christmas Second Day", "2043-01-01": "New Year's Day", "2043-01-06": "Three Kings Day", "2043-01-19": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2043-02-14": "Valentine's Day", "2043-02-16": "Presidents' Day; Washington's Birthday", "2043-03-17": "Saint Patrick's Day", "2043-03-26": "Holy Thursday", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-03-31": "Transfer Day", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Emancipation Day; Independence Day (observed)", "2043-07-04": "Independence Day", "2043-09-07": "Labor Day", "2043-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2043-10-31": "Halloween", "2043-11-01": "Liberty Day", "2043-11-11": "Veterans Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2043-12-26": "Christmas Second Day", "2044-01-01": "New Year's Day", "2044-01-06": "Three Kings Day", "2044-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2044-02-14": "Valentine's Day", "2044-02-15": "Presidents' Day; Washington's Birthday", "2044-03-17": "Saint Patrick's Day", "2044-03-31": "Transfer Day", "2044-04-14": "Holy Thursday", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-30": "Memorial Day", "2044-06-19": "Juneteenth National Independence Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-03": "Emancipation Day", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2044-10-31": "Halloween", "2044-11-01": "Liberty Day", "2044-11-11": "Veterans Day", "2044-11-24": "Thanksgiving Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed); Christmas Second Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-01-06": "Three Kings Day", "2045-01-16": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2045-02-14": "Valentine's Day", "2045-02-20": "Presidents' Day; Washington's Birthday", "2045-03-17": "Saint Patrick's Day", "2045-03-31": "Transfer Day", "2045-04-06": "Holy Thursday", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-03": "Emancipation Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-10-09": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2045-10-31": "Halloween", "2045-11-01": "Liberty Day", "2045-11-10": "Veterans Day (observed)", "2045-11-11": "Veterans Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2045-12-26": "Christmas Second Day", "2046-01-01": "New Year's Day", "2046-01-06": "Three Kings Day", "2046-01-15": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2046-02-14": "Valentine's Day", "2046-02-19": "Presidents' Day; Washington's Birthday", "2046-03-17": "Saint Patrick's Day", "2046-03-22": "Holy Thursday", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-03-31": "Transfer Day", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-03": "Emancipation Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-10-08": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2046-10-31": "Halloween", "2046-11-01": "Liberty Day", "2046-11-11": "Veterans Day", "2046-11-12": "Veterans Day (observed)", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2046-12-26": "Christmas Second Day", "2047-01-01": "New Year's Day", "2047-01-06": "Three Kings Day", "2047-01-21": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2047-02-14": "Valentine's Day", "2047-02-18": "Presidents' Day; Washington's Birthday", "2047-03-17": "Saint Patrick's Day", "2047-03-31": "Transfer Day", "2047-04-11": "Holy Thursday", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-03": "Emancipation Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-10-14": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2047-10-31": "Halloween", "2047-11-01": "Liberty Day", "2047-11-11": "Veterans Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2047-12-26": "Christmas Second Day", "2048-01-01": "New Year's Day", "2048-01-06": "Three Kings Day", "2048-01-20": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2048-02-14": "Valentine's Day", "2048-02-17": "Presidents' Day; Washington's Birthday", "2048-03-17": "Saint Patrick's Day", "2048-03-31": "Transfer Day", "2048-04-02": "Holy Thursday", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Emancipation Day; Independence Day (observed)", "2048-07-04": "Independence Day", "2048-09-07": "Labor Day", "2048-10-12": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2048-10-31": "Halloween", "2048-11-01": "Liberty Day", "2048-11-11": "Veterans Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2048-12-26": "Christmas Second Day", "2049-01-01": "New Year's Day", "2049-01-06": "Three Kings Day", "2049-01-18": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2049-02-14": "Valentine's Day", "2049-02-15": "Presidents' Day; Washington's Birthday", "2049-03-17": "Saint Patrick's Day", "2049-03-31": "Transfer Day", "2049-04-15": "Holy Thursday", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-06-19": "Juneteenth National Independence Day", "2049-07-03": "Emancipation Day", "2049-07-04": "Independence Day", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-10-11": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2049-10-31": "Halloween", "2049-11-01": "Liberty Day", "2049-11-11": "Veterans Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2049-12-25": "Christmas Day", "2049-12-26": "Christmas Second Day", "2049-12-31": "New Year's Day (observed)", "2050-01-01": "New Year's Day", "2050-01-06": "Three Kings Day", "2050-01-17": "Birthday of Martin Luther King, Jr.; Martin Luther King Jr. Day", "2050-02-14": "Valentine's Day", "2050-02-21": "Presidents' Day; Washington's Birthday", "2050-03-17": "Saint Patrick's Day", "2050-03-31": "Transfer Day", "2050-04-07": "Holy Thursday", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-30": "Memorial Day", "2050-06-19": "Juneteenth National Independence Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-03": "Emancipation Day", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-10-10": "Columbus Day; Columbus Day and Puerto Rico Friendship Day", "2050-10-31": "Halloween", "2050-11-01": "Liberty Day", "2050-11-11": "Veterans Day", "2050-11-24": "Thanksgiving Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed); Christmas Second Day" } holidays-0.71/snapshots/countries/VN_COMMON.json000066400000000000000000001364111500152103600215770ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-02-16": "Lunar New Year's Eve", "1950-02-17": "Lunar New Year", "1950-02-18": "Second Day of Lunar New Year", "1950-02-19": "Third Day of Lunar New Year", "1950-04-30": "Liberation Day/Reunification Day", "1950-05-01": "International Labor Day", "1950-09-02": "National Day", "1951-01-01": "New Year's Day", "1951-02-05": "Lunar New Year's Eve", "1951-02-06": "Lunar New Year", "1951-02-07": "Second Day of Lunar New Year", "1951-02-08": "Third Day of Lunar New Year", "1951-04-30": "Liberation Day/Reunification Day", "1951-05-01": "International Labor Day", "1951-09-02": "National Day", "1952-01-01": "New Year's Day", "1952-01-26": "Lunar New Year's Eve", "1952-01-27": "Lunar New Year", "1952-01-28": "Second Day of Lunar New Year", "1952-01-29": "Third Day of Lunar New Year", "1952-04-30": "Liberation Day/Reunification Day", "1952-05-01": "International Labor Day", "1952-09-02": "National Day", "1953-01-01": "New Year's Day", "1953-02-13": "Lunar New Year's Eve", "1953-02-14": "Lunar New Year", "1953-02-15": "Second Day of Lunar New Year", "1953-02-16": "Third Day of Lunar New Year", "1953-04-30": "Liberation Day/Reunification Day", "1953-05-01": "International Labor Day", "1953-09-02": "National Day", "1954-01-01": "New Year's Day", "1954-02-02": "Lunar New Year's Eve", "1954-02-03": "Lunar New Year", "1954-02-04": "Second Day of Lunar New Year", "1954-02-05": "Third Day of Lunar New Year", "1954-04-30": "Liberation Day/Reunification Day", "1954-05-01": "International Labor Day", "1954-09-02": "National Day", "1955-01-01": "New Year's Day", "1955-01-23": "Lunar New Year's Eve", "1955-01-24": "Lunar New Year", "1955-01-25": "Second Day of Lunar New Year", "1955-01-26": "Third Day of Lunar New Year", "1955-04-30": "Liberation Day/Reunification Day", "1955-05-01": "International Labor Day", "1955-09-02": "National Day", "1956-01-01": "New Year's Day", "1956-02-11": "Lunar New Year's Eve", "1956-02-12": "Lunar New Year", "1956-02-13": "Second Day of Lunar New Year", "1956-02-14": "Third Day of Lunar New Year", "1956-04-30": "Liberation Day/Reunification Day", "1956-05-01": "International Labor Day", "1956-09-02": "National Day", "1957-01-01": "New Year's Day", "1957-01-30": "Lunar New Year's Eve", "1957-01-31": "Lunar New Year", "1957-02-01": "Second Day of Lunar New Year", "1957-02-02": "Third Day of Lunar New Year", "1957-04-30": "Liberation Day/Reunification Day", "1957-05-01": "International Labor Day", "1957-09-02": "National Day", "1958-01-01": "New Year's Day", "1958-02-17": "Lunar New Year's Eve", "1958-02-18": "Lunar New Year", "1958-02-19": "Second Day of Lunar New Year", "1958-02-20": "Third Day of Lunar New Year", "1958-04-30": "Liberation Day/Reunification Day", "1958-05-01": "International Labor Day", "1958-09-02": "National Day", "1959-01-01": "New Year's Day", "1959-02-07": "Lunar New Year's Eve", "1959-02-08": "Lunar New Year", "1959-02-09": "Second Day of Lunar New Year", "1959-02-10": "Third Day of Lunar New Year", "1959-04-30": "Liberation Day/Reunification Day", "1959-05-01": "International Labor Day", "1959-09-02": "National Day", "1960-01-01": "New Year's Day", "1960-01-27": "Lunar New Year's Eve", "1960-01-28": "Lunar New Year", "1960-01-29": "Second Day of Lunar New Year", "1960-01-30": "Third Day of Lunar New Year", "1960-04-30": "Liberation Day/Reunification Day", "1960-05-01": "International Labor Day", "1960-09-02": "National Day", "1961-01-01": "New Year's Day", "1961-02-14": "Lunar New Year's Eve", "1961-02-15": "Lunar New Year", "1961-02-16": "Second Day of Lunar New Year", "1961-02-17": "Third Day of Lunar New Year", "1961-04-30": "Liberation Day/Reunification Day", "1961-05-01": "International Labor Day", "1961-09-02": "National Day", "1962-01-01": "New Year's Day", "1962-02-04": "Lunar New Year's Eve", "1962-02-05": "Lunar New Year", "1962-02-06": "Second Day of Lunar New Year", "1962-02-07": "Third Day of Lunar New Year", "1962-04-30": "Liberation Day/Reunification Day", "1962-05-01": "International Labor Day", "1962-09-02": "National Day", "1963-01-01": "New Year's Day", "1963-01-24": "Lunar New Year's Eve", "1963-01-25": "Lunar New Year", "1963-01-26": "Second Day of Lunar New Year", "1963-01-27": "Third Day of Lunar New Year", "1963-04-30": "Liberation Day/Reunification Day", "1963-05-01": "International Labor Day", "1963-09-02": "National Day", "1964-01-01": "New Year's Day", "1964-02-12": "Lunar New Year's Eve", "1964-02-13": "Lunar New Year", "1964-02-14": "Second Day of Lunar New Year", "1964-02-15": "Third Day of Lunar New Year", "1964-04-30": "Liberation Day/Reunification Day", "1964-05-01": "International Labor Day", "1964-09-02": "National Day", "1965-01-01": "New Year's Day", "1965-02-01": "Lunar New Year's Eve", "1965-02-02": "Lunar New Year", "1965-02-03": "Second Day of Lunar New Year", "1965-02-04": "Third Day of Lunar New Year", "1965-04-30": "Liberation Day/Reunification Day", "1965-05-01": "International Labor Day", "1965-09-02": "National Day", "1966-01-01": "New Year's Day", "1966-01-20": "Lunar New Year's Eve", "1966-01-21": "Lunar New Year", "1966-01-22": "Second Day of Lunar New Year", "1966-01-23": "Third Day of Lunar New Year", "1966-04-30": "Liberation Day/Reunification Day", "1966-05-01": "International Labor Day", "1966-09-02": "National Day", "1967-01-01": "New Year's Day", "1967-02-08": "Lunar New Year's Eve", "1967-02-09": "Lunar New Year", "1967-02-10": "Second Day of Lunar New Year", "1967-02-11": "Third Day of Lunar New Year", "1967-04-30": "Liberation Day/Reunification Day", "1967-05-01": "International Labor Day", "1967-09-02": "National Day", "1968-01-01": "New Year's Day", "1968-01-29": "Lunar New Year's Eve", "1968-01-30": "Lunar New Year", "1968-01-31": "Second Day of Lunar New Year", "1968-02-01": "Third Day of Lunar New Year", "1968-04-30": "Liberation Day/Reunification Day", "1968-05-01": "International Labor Day", "1968-09-02": "National Day", "1969-01-01": "New Year's Day", "1969-02-16": "Lunar New Year's Eve", "1969-02-17": "Lunar New Year", "1969-02-18": "Second Day of Lunar New Year", "1969-02-19": "Third Day of Lunar New Year", "1969-04-30": "Liberation Day/Reunification Day", "1969-05-01": "International Labor Day", "1969-09-02": "National Day", "1970-01-01": "New Year's Day", "1970-02-05": "Lunar New Year's Eve", "1970-02-06": "Lunar New Year", "1970-02-07": "Second Day of Lunar New Year", "1970-02-08": "Third Day of Lunar New Year", "1970-04-30": "Liberation Day/Reunification Day", "1970-05-01": "International Labor Day", "1970-09-02": "National Day", "1971-01-01": "New Year's Day", "1971-01-26": "Lunar New Year's Eve", "1971-01-27": "Lunar New Year", "1971-01-28": "Second Day of Lunar New Year", "1971-01-29": "Third Day of Lunar New Year", "1971-04-30": "Liberation Day/Reunification Day", "1971-05-01": "International Labor Day", "1971-09-02": "National Day", "1972-01-01": "New Year's Day", "1972-02-14": "Lunar New Year's Eve", "1972-02-15": "Lunar New Year", "1972-02-16": "Second Day of Lunar New Year", "1972-02-17": "Third Day of Lunar New Year", "1972-04-30": "Liberation Day/Reunification Day", "1972-05-01": "International Labor Day", "1972-09-02": "National Day", "1973-01-01": "New Year's Day", "1973-02-02": "Lunar New Year's Eve", "1973-02-03": "Lunar New Year", "1973-02-04": "Second Day of Lunar New Year", "1973-02-05": "Third Day of Lunar New Year", "1973-04-30": "Liberation Day/Reunification Day", "1973-05-01": "International Labor Day", "1973-09-02": "National Day", "1974-01-01": "New Year's Day", "1974-01-22": "Lunar New Year's Eve", "1974-01-23": "Lunar New Year", "1974-01-24": "Second Day of Lunar New Year", "1974-01-25": "Third Day of Lunar New Year", "1974-04-30": "Liberation Day/Reunification Day", "1974-05-01": "International Labor Day", "1974-09-02": "National Day", "1975-01-01": "New Year's Day", "1975-02-10": "Lunar New Year's Eve", "1975-02-11": "Lunar New Year", "1975-02-12": "Second Day of Lunar New Year", "1975-02-13": "Third Day of Lunar New Year", "1975-04-30": "Liberation Day/Reunification Day", "1975-05-01": "International Labor Day", "1975-09-02": "National Day", "1976-01-01": "New Year's Day", "1976-01-30": "Lunar New Year's Eve", "1976-01-31": "Lunar New Year", "1976-02-01": "Second Day of Lunar New Year", "1976-02-02": "Third Day of Lunar New Year", "1976-04-30": "Liberation Day/Reunification Day", "1976-05-01": "International Labor Day", "1976-09-02": "National Day", "1977-01-01": "New Year's Day", "1977-02-17": "Lunar New Year's Eve", "1977-02-18": "Lunar New Year", "1977-02-19": "Second Day of Lunar New Year", "1977-02-20": "Third Day of Lunar New Year", "1977-04-30": "Liberation Day/Reunification Day", "1977-05-01": "International Labor Day", "1977-09-02": "National Day", "1978-01-01": "New Year's Day", "1978-02-06": "Lunar New Year's Eve", "1978-02-07": "Lunar New Year", "1978-02-08": "Second Day of Lunar New Year", "1978-02-09": "Third Day of Lunar New Year", "1978-04-30": "Liberation Day/Reunification Day", "1978-05-01": "International Labor Day", "1978-09-02": "National Day", "1979-01-01": "New Year's Day", "1979-01-27": "Lunar New Year's Eve", "1979-01-28": "Lunar New Year", "1979-01-29": "Second Day of Lunar New Year", "1979-01-30": "Third Day of Lunar New Year", "1979-04-30": "Liberation Day/Reunification Day", "1979-05-01": "International Labor Day", "1979-09-02": "National Day", "1980-01-01": "New Year's Day", "1980-02-15": "Lunar New Year's Eve", "1980-02-16": "Lunar New Year", "1980-02-17": "Second Day of Lunar New Year", "1980-02-18": "Third Day of Lunar New Year", "1980-04-30": "Liberation Day/Reunification Day", "1980-05-01": "International Labor Day", "1980-09-02": "National Day", "1981-01-01": "New Year's Day", "1981-02-04": "Lunar New Year's Eve", "1981-02-05": "Lunar New Year", "1981-02-06": "Second Day of Lunar New Year", "1981-02-07": "Third Day of Lunar New Year", "1981-04-30": "Liberation Day/Reunification Day", "1981-05-01": "International Labor Day", "1981-09-02": "National Day", "1982-01-01": "New Year's Day", "1982-01-24": "Lunar New Year's Eve", "1982-01-25": "Lunar New Year", "1982-01-26": "Second Day of Lunar New Year", "1982-01-27": "Third Day of Lunar New Year", "1982-04-30": "Liberation Day/Reunification Day", "1982-05-01": "International Labor Day", "1982-09-02": "National Day", "1983-01-01": "New Year's Day", "1983-02-12": "Lunar New Year's Eve", "1983-02-13": "Lunar New Year", "1983-02-14": "Second Day of Lunar New Year", "1983-02-15": "Third Day of Lunar New Year", "1983-04-30": "Liberation Day/Reunification Day", "1983-05-01": "International Labor Day", "1983-09-02": "National Day", "1984-01-01": "New Year's Day", "1984-02-01": "Lunar New Year's Eve", "1984-02-02": "Lunar New Year", "1984-02-03": "Second Day of Lunar New Year", "1984-02-04": "Third Day of Lunar New Year", "1984-04-30": "Liberation Day/Reunification Day", "1984-05-01": "International Labor Day", "1984-09-02": "National Day", "1985-01-01": "New Year's Day", "1985-02-19": "Lunar New Year's Eve", "1985-02-20": "Lunar New Year", "1985-02-21": "Second Day of Lunar New Year", "1985-02-22": "Third Day of Lunar New Year", "1985-04-30": "Liberation Day/Reunification Day", "1985-05-01": "International Labor Day", "1985-09-02": "National Day", "1986-01-01": "New Year's Day", "1986-02-08": "Lunar New Year's Eve", "1986-02-09": "Lunar New Year", "1986-02-10": "Second Day of Lunar New Year", "1986-02-11": "Third Day of Lunar New Year", "1986-04-30": "Liberation Day/Reunification Day", "1986-05-01": "International Labor Day", "1986-09-02": "National Day", "1987-01-01": "New Year's Day", "1987-01-28": "Lunar New Year's Eve", "1987-01-29": "Lunar New Year", "1987-01-30": "Second Day of Lunar New Year", "1987-01-31": "Third Day of Lunar New Year", "1987-04-30": "Liberation Day/Reunification Day", "1987-05-01": "International Labor Day", "1987-09-02": "National Day", "1988-01-01": "New Year's Day", "1988-02-16": "Lunar New Year's Eve", "1988-02-17": "Lunar New Year", "1988-02-18": "Second Day of Lunar New Year", "1988-02-19": "Third Day of Lunar New Year", "1988-04-30": "Liberation Day/Reunification Day", "1988-05-01": "International Labor Day", "1988-09-02": "National Day", "1989-01-01": "New Year's Day", "1989-02-05": "Lunar New Year's Eve", "1989-02-06": "Lunar New Year", "1989-02-07": "Second Day of Lunar New Year", "1989-02-08": "Third Day of Lunar New Year", "1989-04-30": "Liberation Day/Reunification Day", "1989-05-01": "International Labor Day", "1989-09-02": "National Day", "1990-01-01": "New Year's Day", "1990-01-26": "Lunar New Year's Eve", "1990-01-27": "Lunar New Year", "1990-01-28": "Second Day of Lunar New Year", "1990-01-29": "Third Day of Lunar New Year", "1990-04-30": "Liberation Day/Reunification Day", "1990-05-01": "International Labor Day", "1990-09-02": "National Day", "1991-01-01": "New Year's Day", "1991-02-14": "Lunar New Year's Eve", "1991-02-15": "Lunar New Year", "1991-02-16": "Second Day of Lunar New Year", "1991-02-17": "Third Day of Lunar New Year", "1991-04-30": "Liberation Day/Reunification Day", "1991-05-01": "International Labor Day", "1991-09-02": "National Day", "1992-01-01": "New Year's Day", "1992-02-03": "Lunar New Year's Eve", "1992-02-04": "Lunar New Year", "1992-02-05": "Second Day of Lunar New Year", "1992-02-06": "Third Day of Lunar New Year", "1992-04-30": "Liberation Day/Reunification Day", "1992-05-01": "International Labor Day", "1992-09-02": "National Day", "1993-01-01": "New Year's Day", "1993-01-22": "Lunar New Year's Eve", "1993-01-23": "Lunar New Year", "1993-01-24": "Second Day of Lunar New Year", "1993-01-25": "Third Day of Lunar New Year", "1993-04-30": "Liberation Day/Reunification Day", "1993-05-01": "International Labor Day", "1993-09-02": "National Day", "1994-01-01": "New Year's Day", "1994-02-09": "Lunar New Year's Eve", "1994-02-10": "Lunar New Year", "1994-02-11": "Second Day of Lunar New Year", "1994-02-12": "Third Day of Lunar New Year", "1994-04-30": "Liberation Day/Reunification Day", "1994-05-01": "International Labor Day", "1994-09-02": "National Day", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-01-30": "Lunar New Year's Eve", "1995-01-31": "Lunar New Year", "1995-02-01": "Second Day of Lunar New Year", "1995-02-02": "Third Day of Lunar New Year", "1995-04-30": "Liberation Day/Reunification Day", "1995-05-01": "International Labor Day", "1995-05-02": "Liberation Day/Reunification Day (observed)", "1995-09-02": "National Day", "1995-09-04": "National Day (observed)", "1996-01-01": "New Year's Day", "1996-02-18": "Lunar New Year's Eve", "1996-02-19": "Lunar New Year", "1996-02-20": "Second Day of Lunar New Year", "1996-02-21": "Third Day of Lunar New Year", "1996-02-22": "Fourth Day of Lunar New Year", "1996-04-30": "Liberation Day/Reunification Day", "1996-05-01": "International Labor Day", "1996-09-02": "National Day", "1997-01-01": "New Year's Day", "1997-02-06": "Lunar New Year's Eve", "1997-02-07": "Lunar New Year", "1997-02-08": "Second Day of Lunar New Year", "1997-02-09": "Third Day of Lunar New Year", "1997-02-10": "Fourth Day of Lunar New Year", "1997-02-11": "Fifth Day of Lunar New Year", "1997-04-30": "Liberation Day/Reunification Day", "1997-05-01": "International Labor Day", "1997-09-02": "National Day", "1998-01-01": "New Year's Day", "1998-01-27": "Lunar New Year's Eve", "1998-01-28": "Lunar New Year", "1998-01-29": "Second Day of Lunar New Year", "1998-01-30": "Third Day of Lunar New Year", "1998-04-30": "Liberation Day/Reunification Day", "1998-05-01": "International Labor Day", "1998-09-02": "National Day", "1999-01-01": "New Year's Day", "1999-02-15": "Lunar New Year's Eve", "1999-02-16": "Lunar New Year", "1999-02-17": "Second Day of Lunar New Year", "1999-02-18": "Third Day of Lunar New Year", "1999-04-30": "Liberation Day/Reunification Day", "1999-05-01": "International Labor Day", "1999-05-03": "International Labor Day (observed)", "1999-09-02": "National Day", "2000-01-01": "New Year's Day", "2000-01-03": "New Year's Day (observed)", "2000-02-04": "Lunar New Year's Eve", "2000-02-05": "Lunar New Year", "2000-02-06": "Second Day of Lunar New Year", "2000-02-07": "Third Day of Lunar New Year", "2000-02-08": "Fourth Day of Lunar New Year", "2000-02-09": "Fifth Day of Lunar New Year", "2000-04-30": "Liberation Day/Reunification Day", "2000-05-01": "International Labor Day", "2000-05-02": "Liberation Day/Reunification Day (observed)", "2000-09-02": "National Day", "2000-09-04": "National Day (observed)", "2001-01-01": "New Year's Day", "2001-01-23": "Lunar New Year's Eve", "2001-01-24": "Lunar New Year", "2001-01-25": "Second Day of Lunar New Year", "2001-01-26": "Third Day of Lunar New Year", "2001-04-30": "Liberation Day/Reunification Day", "2001-05-01": "International Labor Day", "2001-09-02": "National Day", "2001-09-03": "National Day (observed)", "2002-01-01": "New Year's Day", "2002-02-11": "Lunar New Year's Eve", "2002-02-12": "Lunar New Year", "2002-02-13": "Second Day of Lunar New Year", "2002-02-14": "Third Day of Lunar New Year", "2002-04-30": "Liberation Day/Reunification Day", "2002-05-01": "International Labor Day", "2002-09-02": "National Day", "2003-01-01": "New Year's Day", "2003-01-31": "Lunar New Year's Eve", "2003-02-01": "Lunar New Year", "2003-02-02": "Second Day of Lunar New Year", "2003-02-03": "Third Day of Lunar New Year", "2003-02-04": "Fourth Day of Lunar New Year", "2003-02-05": "Fifth Day of Lunar New Year", "2003-04-30": "Liberation Day/Reunification Day", "2003-05-01": "International Labor Day", "2003-09-02": "National Day", "2004-01-01": "New Year's Day", "2004-01-21": "Lunar New Year's Eve", "2004-01-22": "Lunar New Year", "2004-01-23": "Second Day of Lunar New Year", "2004-01-24": "Third Day of Lunar New Year", "2004-01-26": "Fifth Day of Lunar New Year", "2004-04-30": "Liberation Day/Reunification Day", "2004-05-01": "International Labor Day", "2004-05-03": "International Labor Day (observed)", "2004-09-02": "National Day", "2005-01-01": "New Year's Day", "2005-01-03": "New Year's Day (observed)", "2005-02-08": "Lunar New Year's Eve", "2005-02-09": "Lunar New Year", "2005-02-10": "Second Day of Lunar New Year", "2005-02-11": "Third Day of Lunar New Year", "2005-04-30": "Liberation Day/Reunification Day", "2005-05-01": "International Labor Day", "2005-05-02": "Liberation Day/Reunification Day (observed)", "2005-05-03": "International Labor Day (observed)", "2005-09-02": "National Day", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-01-28": "Lunar New Year's Eve", "2006-01-29": "Lunar New Year", "2006-01-30": "Second Day of Lunar New Year", "2006-01-31": "Third Day of Lunar New Year", "2006-02-01": "Fourth Day of Lunar New Year", "2006-02-02": "Fifth Day of Lunar New Year", "2006-04-30": "Liberation Day/Reunification Day", "2006-05-01": "International Labor Day", "2006-05-02": "Liberation Day/Reunification Day (observed)", "2006-09-02": "National Day", "2006-09-04": "National Day (observed)", "2007-01-01": "New Year's Day", "2007-02-17": "Lunar New Year's Eve", "2007-02-18": "Lunar New Year", "2007-02-19": "Second Day of Lunar New Year", "2007-02-20": "Third Day of Lunar New Year", "2007-02-21": "Fourth Day of Lunar New Year", "2007-02-22": "Fifth Day of Lunar New Year", "2007-04-26": "Hung Kings' Commemoration Day", "2007-04-30": "Liberation Day/Reunification Day", "2007-05-01": "International Labor Day", "2007-09-02": "National Day", "2007-09-03": "National Day (observed)", "2008-01-01": "New Year's Day", "2008-02-06": "Lunar New Year's Eve", "2008-02-07": "Lunar New Year", "2008-02-08": "Second Day of Lunar New Year", "2008-02-09": "Third Day of Lunar New Year", "2008-02-11": "Fifth Day of Lunar New Year", "2008-04-15": "Hung Kings' Commemoration Day", "2008-04-30": "Liberation Day/Reunification Day", "2008-05-01": "International Labor Day", "2008-09-02": "National Day", "2009-01-01": "New Year's Day", "2009-01-25": "Lunar New Year's Eve", "2009-01-26": "Lunar New Year", "2009-01-27": "Second Day of Lunar New Year", "2009-01-28": "Third Day of Lunar New Year", "2009-01-29": "Fourth Day of Lunar New Year", "2009-04-05": "Hung Kings' Commemoration Day", "2009-04-06": "Hung Kings' Commemoration Day (observed)", "2009-04-30": "Liberation Day/Reunification Day", "2009-05-01": "International Labor Day", "2009-09-02": "National Day", "2010-01-01": "New Year's Day", "2010-02-13": "Lunar New Year's Eve", "2010-02-14": "Lunar New Year", "2010-02-15": "Second Day of Lunar New Year", "2010-02-16": "Third Day of Lunar New Year", "2010-02-17": "Fourth Day of Lunar New Year", "2010-02-18": "Fifth Day of Lunar New Year", "2010-02-19": "Day off (substituted from 02/27/2010)", "2010-04-23": "Hung Kings' Commemoration Day", "2010-04-30": "Liberation Day/Reunification Day", "2010-05-01": "International Labor Day", "2010-05-03": "International Labor Day (observed)", "2010-09-02": "National Day", "2011-01-01": "New Year's Day", "2011-01-03": "New Year's Day (observed)", "2011-02-02": "Lunar New Year's Eve", "2011-02-03": "Lunar New Year", "2011-02-04": "Second Day of Lunar New Year", "2011-02-05": "Third Day of Lunar New Year", "2011-02-07": "Fifth Day of Lunar New Year", "2011-04-12": "Hung Kings' Commemoration Day", "2011-04-30": "Liberation Day/Reunification Day", "2011-05-01": "International Labor Day", "2011-05-02": "Liberation Day/Reunification Day (observed)", "2011-05-03": "International Labor Day (observed)", "2011-09-02": "National Day", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-01-22": "Lunar New Year's Eve", "2012-01-23": "Lunar New Year", "2012-01-24": "Second Day of Lunar New Year", "2012-01-25": "Third Day of Lunar New Year", "2012-01-26": "Fourth Day of Lunar New Year", "2012-01-27": "Day off (substituted from 02/04/2012)", "2012-03-31": "Hung Kings' Commemoration Day", "2012-04-02": "Hung Kings' Commemoration Day (observed)", "2012-04-30": "Liberation Day/Reunification Day", "2012-05-01": "International Labor Day", "2012-09-02": "National Day", "2012-09-03": "National Day (observed)", "2013-01-01": "New Year's Day", "2013-02-09": "Lunar New Year's Eve", "2013-02-10": "Lunar New Year", "2013-02-11": "Second Day of Lunar New Year", "2013-02-12": "Third Day of Lunar New Year", "2013-02-13": "Fourth Day of Lunar New Year", "2013-02-14": "Fifth Day of Lunar New Year", "2013-02-15": "Sixth Day of Lunar New Year", "2013-04-19": "Hung Kings' Commemoration Day", "2013-04-29": "Day off (substituted from 05/04/2013)", "2013-04-30": "Liberation Day/Reunification Day", "2013-05-01": "International Labor Day", "2013-09-02": "National Day", "2014-01-01": "New Year's Day", "2014-01-29": "29 of Lunar New Year", "2014-01-30": "Lunar New Year's Eve", "2014-01-31": "Lunar New Year", "2014-02-01": "Second Day of Lunar New Year", "2014-02-02": "Third Day of Lunar New Year", "2014-02-03": "Fourth Day of Lunar New Year", "2014-02-04": "Fifth Day of Lunar New Year", "2014-04-09": "Hung Kings' Commemoration Day", "2014-04-30": "Liberation Day/Reunification Day", "2014-05-01": "International Labor Day", "2014-05-02": "Day off (substituted from 04/26/2014)", "2014-09-01": "Day off (substituted from 09/06/2014)", "2014-09-02": "National Day", "2015-01-01": "New Year's Day", "2015-01-02": "Day off (substituted from 12/27/2014)", "2015-02-16": "Day off (substituted from 02/14/2015)", "2015-02-17": "29 of Lunar New Year", "2015-02-18": "Lunar New Year's Eve", "2015-02-19": "Lunar New Year", "2015-02-20": "Second Day of Lunar New Year", "2015-02-21": "Third Day of Lunar New Year", "2015-02-22": "Fourth Day of Lunar New Year", "2015-02-23": "Fifth Day of Lunar New Year", "2015-04-28": "Hung Kings' Commemoration Day", "2015-04-29": "Day off (substituted from 04/25/2015)", "2015-04-30": "Liberation Day/Reunification Day", "2015-05-01": "International Labor Day", "2015-09-02": "National Day", "2016-01-01": "New Year's Day", "2016-02-07": "Lunar New Year's Eve", "2016-02-08": "Lunar New Year", "2016-02-09": "Second Day of Lunar New Year", "2016-02-10": "Third Day of Lunar New Year", "2016-02-11": "Fourth Day of Lunar New Year", "2016-02-12": "Fifth Day of Lunar New Year", "2016-04-16": "Hung Kings' Commemoration Day", "2016-04-18": "Hung Kings' Commemoration Day (observed)", "2016-04-30": "Liberation Day/Reunification Day", "2016-05-01": "International Labor Day", "2016-05-02": "Liberation Day/Reunification Day (observed)", "2016-05-03": "International Labor Day (observed)", "2016-09-02": "National Day", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-01-26": "29 of Lunar New Year", "2017-01-27": "Lunar New Year's Eve", "2017-01-28": "Lunar New Year", "2017-01-29": "Second Day of Lunar New Year", "2017-01-30": "Third Day of Lunar New Year", "2017-01-31": "Fourth Day of Lunar New Year", "2017-02-01": "Fifth Day of Lunar New Year", "2017-04-06": "Hung Kings' Commemoration Day", "2017-04-30": "Liberation Day/Reunification Day", "2017-05-01": "International Labor Day", "2017-05-02": "Liberation Day/Reunification Day (observed)", "2017-09-02": "National Day", "2017-09-04": "National Day (observed)", "2018-01-01": "New Year's Day", "2018-02-14": "29 of Lunar New Year", "2018-02-15": "Lunar New Year's Eve", "2018-02-16": "Lunar New Year", "2018-02-17": "Second Day of Lunar New Year", "2018-02-18": "Third Day of Lunar New Year", "2018-02-19": "Fourth Day of Lunar New Year", "2018-02-20": "Fifth Day of Lunar New Year", "2018-04-25": "Hung Kings' Commemoration Day", "2018-04-30": "Liberation Day/Reunification Day", "2018-05-01": "International Labor Day", "2018-09-02": "National Day", "2018-09-03": "National Day (observed)", "2018-12-31": "Day off (substituted from 01/05/2019)", "2019-01-01": "New Year's Day", "2019-02-04": "Lunar New Year's Eve", "2019-02-05": "Lunar New Year", "2019-02-06": "Second Day of Lunar New Year", "2019-02-07": "Third Day of Lunar New Year", "2019-02-08": "Fourth Day of Lunar New Year", "2019-04-14": "Hung Kings' Commemoration Day", "2019-04-15": "Hung Kings' Commemoration Day (observed)", "2019-04-29": "Day off (substituted from 05/04/2019)", "2019-04-30": "Liberation Day/Reunification Day", "2019-05-01": "International Labor Day", "2019-09-02": "National Day", "2020-01-01": "New Year's Day", "2020-01-23": "29 of Lunar New Year", "2020-01-24": "Lunar New Year's Eve", "2020-01-25": "Lunar New Year", "2020-01-26": "Second Day of Lunar New Year", "2020-01-27": "Third Day of Lunar New Year", "2020-01-28": "Fourth Day of Lunar New Year", "2020-01-29": "Fifth Day of Lunar New Year", "2020-04-02": "Hung Kings' Commemoration Day", "2020-04-30": "Liberation Day/Reunification Day", "2020-05-01": "International Labor Day", "2020-09-02": "National Day", "2021-01-01": "New Year's Day", "2021-02-10": "29 of Lunar New Year", "2021-02-11": "Lunar New Year's Eve", "2021-02-12": "Lunar New Year", "2021-02-13": "Second Day of Lunar New Year", "2021-02-14": "Third Day of Lunar New Year", "2021-02-15": "Fourth Day of Lunar New Year", "2021-02-16": "Fifth Day of Lunar New Year", "2021-04-21": "Hung Kings' Commemoration Day", "2021-04-30": "Liberation Day/Reunification Day", "2021-05-01": "International Labor Day", "2021-05-03": "International Labor Day (observed)", "2021-09-02": "National Day", "2021-09-03": "National Day", "2022-01-01": "New Year's Day", "2022-01-03": "New Year's Day (observed)", "2022-01-31": "Lunar New Year's Eve", "2022-02-01": "Lunar New Year", "2022-02-02": "Second Day of Lunar New Year", "2022-02-03": "Third Day of Lunar New Year", "2022-02-04": "Fourth Day of Lunar New Year", "2022-04-10": "Hung Kings' Commemoration Day", "2022-04-11": "Hung Kings' Commemoration Day (observed)", "2022-04-30": "Liberation Day/Reunification Day", "2022-05-01": "International Labor Day", "2022-05-02": "Liberation Day/Reunification Day (observed)", "2022-05-03": "International Labor Day (observed)", "2022-09-01": "National Day", "2022-09-02": "National Day", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-01-20": "29 of Lunar New Year", "2023-01-21": "Lunar New Year's Eve", "2023-01-22": "Lunar New Year", "2023-01-23": "Second Day of Lunar New Year", "2023-01-24": "Third Day of Lunar New Year", "2023-01-25": "Fourth Day of Lunar New Year", "2023-01-26": "Fifth Day of Lunar New Year", "2023-04-29": "Hung Kings' Commemoration Day", "2023-04-30": "Liberation Day/Reunification Day", "2023-05-01": "International Labor Day", "2023-05-02": "Hung Kings' Commemoration Day (observed)", "2023-05-03": "Liberation Day/Reunification Day (observed)", "2023-09-01": "National Day", "2023-09-02": "National Day", "2023-09-04": "National Day (observed)", "2024-01-01": "New Year's Day", "2024-02-08": "29 of Lunar New Year", "2024-02-09": "Lunar New Year's Eve", "2024-02-10": "Lunar New Year", "2024-02-11": "Second Day of Lunar New Year", "2024-02-12": "Third Day of Lunar New Year", "2024-02-13": "Fourth Day of Lunar New Year", "2024-02-14": "Fifth Day of Lunar New Year", "2024-04-18": "Hung Kings' Commemoration Day", "2024-04-29": "Day off (substituted from 05/04/2024)", "2024-04-30": "Liberation Day/Reunification Day", "2024-05-01": "International Labor Day", "2024-09-02": "National Day", "2024-09-03": "National Day", "2025-01-01": "New Year's Day", "2025-01-27": "29 of Lunar New Year", "2025-01-28": "Lunar New Year's Eve", "2025-01-29": "Lunar New Year", "2025-01-30": "Second Day of Lunar New Year", "2025-01-31": "Third Day of Lunar New Year", "2025-02-01": "Fourth Day of Lunar New Year", "2025-04-07": "Hung Kings' Commemoration Day", "2025-04-30": "Liberation Day/Reunification Day", "2025-05-01": "International Labor Day", "2025-09-01": "National Day", "2025-09-02": "National Day", "2026-01-01": "New Year's Day", "2026-02-16": "Lunar New Year's Eve", "2026-02-17": "Lunar New Year", "2026-02-18": "Second Day of Lunar New Year", "2026-02-19": "Third Day of Lunar New Year", "2026-02-20": "Fourth Day of Lunar New Year", "2026-04-26": "Hung Kings' Commemoration Day", "2026-04-27": "Hung Kings' Commemoration Day (observed)", "2026-04-30": "Liberation Day/Reunification Day", "2026-05-01": "International Labor Day", "2026-09-01": "National Day", "2026-09-02": "National Day", "2027-01-01": "New Year's Day", "2027-02-04": "29 of Lunar New Year", "2027-02-05": "Lunar New Year's Eve", "2027-02-06": "Lunar New Year", "2027-02-07": "Second Day of Lunar New Year", "2027-02-08": "Third Day of Lunar New Year", "2027-02-09": "Fourth Day of Lunar New Year", "2027-02-10": "Fifth Day of Lunar New Year", "2027-04-16": "Hung Kings' Commemoration Day", "2027-04-30": "Liberation Day/Reunification Day", "2027-05-01": "International Labor Day", "2027-05-03": "International Labor Day (observed)", "2027-09-02": "National Day", "2027-09-03": "National Day", "2028-01-01": "New Year's Day", "2028-01-03": "New Year's Day (observed)", "2028-01-24": "29 of Lunar New Year", "2028-01-25": "Lunar New Year's Eve", "2028-01-26": "Lunar New Year", "2028-01-27": "Second Day of Lunar New Year", "2028-01-28": "Third Day of Lunar New Year", "2028-01-29": "Fourth Day of Lunar New Year", "2028-04-04": "Hung Kings' Commemoration Day", "2028-04-30": "Liberation Day/Reunification Day", "2028-05-01": "International Labor Day", "2028-05-02": "Liberation Day/Reunification Day (observed)", "2028-09-01": "National Day", "2028-09-02": "National Day", "2028-09-04": "National Day (observed)", "2029-01-01": "New Year's Day", "2029-02-12": "Lunar New Year's Eve", "2029-02-13": "Lunar New Year", "2029-02-14": "Second Day of Lunar New Year", "2029-02-15": "Third Day of Lunar New Year", "2029-02-16": "Fourth Day of Lunar New Year", "2029-04-23": "Hung Kings' Commemoration Day", "2029-04-30": "Liberation Day/Reunification Day", "2029-05-01": "International Labor Day", "2029-09-02": "National Day", "2029-09-03": "National Day", "2029-09-04": "National Day (observed)", "2030-01-01": "New Year's Day", "2030-02-01": "29 of Lunar New Year", "2030-02-02": "Lunar New Year's Eve", "2030-02-03": "Lunar New Year", "2030-02-04": "Second Day of Lunar New Year", "2030-02-05": "Third Day of Lunar New Year", "2030-02-06": "Fourth Day of Lunar New Year", "2030-02-07": "Fifth Day of Lunar New Year", "2030-04-12": "Hung Kings' Commemoration Day", "2030-04-30": "Liberation Day/Reunification Day", "2030-05-01": "International Labor Day", "2030-09-02": "National Day", "2030-09-03": "National Day", "2031-01-01": "New Year's Day", "2031-01-21": "29 of Lunar New Year", "2031-01-22": "Lunar New Year's Eve", "2031-01-23": "Lunar New Year", "2031-01-24": "Second Day of Lunar New Year", "2031-01-25": "Third Day of Lunar New Year", "2031-01-26": "Fourth Day of Lunar New Year", "2031-01-27": "Fifth Day of Lunar New Year", "2031-04-01": "Hung Kings' Commemoration Day", "2031-04-30": "Liberation Day/Reunification Day", "2031-05-01": "International Labor Day", "2031-09-01": "National Day", "2031-09-02": "National Day", "2032-01-01": "New Year's Day", "2032-02-09": "29 of Lunar New Year", "2032-02-10": "Lunar New Year's Eve", "2032-02-11": "Lunar New Year", "2032-02-12": "Second Day of Lunar New Year", "2032-02-13": "Third Day of Lunar New Year", "2032-02-14": "Fourth Day of Lunar New Year", "2032-04-19": "Hung Kings' Commemoration Day", "2032-04-30": "Liberation Day/Reunification Day", "2032-05-01": "International Labor Day", "2032-05-03": "International Labor Day (observed)", "2032-09-02": "National Day", "2032-09-03": "National Day", "2033-01-01": "New Year's Day", "2033-01-03": "New Year's Day (observed)", "2033-01-30": "Lunar New Year's Eve", "2033-01-31": "Lunar New Year", "2033-02-01": "Second Day of Lunar New Year", "2033-02-02": "Third Day of Lunar New Year", "2033-02-03": "Fourth Day of Lunar New Year", "2033-02-04": "Fifth Day of Lunar New Year", "2033-04-09": "Hung Kings' Commemoration Day", "2033-04-11": "Hung Kings' Commemoration Day (observed)", "2033-04-30": "Liberation Day/Reunification Day", "2033-05-01": "International Labor Day", "2033-05-02": "Liberation Day/Reunification Day (observed)", "2033-05-03": "International Labor Day (observed)", "2033-09-01": "National Day", "2033-09-02": "National Day", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-17": "29 of Lunar New Year", "2034-02-18": "Lunar New Year's Eve", "2034-02-19": "Lunar New Year", "2034-02-20": "Second Day of Lunar New Year", "2034-02-21": "Third Day of Lunar New Year", "2034-02-22": "Fourth Day of Lunar New Year", "2034-02-23": "Fifth Day of Lunar New Year", "2034-04-28": "Hung Kings' Commemoration Day", "2034-04-30": "Liberation Day/Reunification Day", "2034-05-01": "International Labor Day", "2034-05-02": "Liberation Day/Reunification Day (observed)", "2034-09-01": "National Day", "2034-09-02": "National Day", "2034-09-04": "National Day (observed)", "2035-01-01": "New Year's Day", "2035-02-06": "29 of Lunar New Year", "2035-02-07": "Lunar New Year's Eve", "2035-02-08": "Lunar New Year", "2035-02-09": "Second Day of Lunar New Year", "2035-02-10": "Third Day of Lunar New Year", "2035-02-11": "Fourth Day of Lunar New Year", "2035-02-12": "Fifth Day of Lunar New Year", "2035-04-17": "Hung Kings' Commemoration Day", "2035-04-30": "Liberation Day/Reunification Day", "2035-05-01": "International Labor Day", "2035-09-02": "National Day", "2035-09-03": "National Day", "2035-09-04": "National Day (observed)", "2036-01-01": "New Year's Day", "2036-01-27": "Lunar New Year's Eve", "2036-01-28": "Lunar New Year", "2036-01-29": "Second Day of Lunar New Year", "2036-01-30": "Third Day of Lunar New Year", "2036-01-31": "Fourth Day of Lunar New Year", "2036-02-01": "Fifth Day of Lunar New Year", "2036-04-06": "Hung Kings' Commemoration Day", "2036-04-07": "Hung Kings' Commemoration Day (observed)", "2036-04-30": "Liberation Day/Reunification Day", "2036-05-01": "International Labor Day", "2036-09-01": "National Day", "2036-09-02": "National Day", "2037-01-01": "New Year's Day", "2037-02-13": "29 of Lunar New Year", "2037-02-14": "Lunar New Year's Eve", "2037-02-15": "Lunar New Year", "2037-02-16": "Second Day of Lunar New Year", "2037-02-17": "Third Day of Lunar New Year", "2037-02-18": "Fourth Day of Lunar New Year", "2037-02-19": "Fifth Day of Lunar New Year", "2037-04-25": "Hung Kings' Commemoration Day", "2037-04-27": "Hung Kings' Commemoration Day (observed)", "2037-04-30": "Liberation Day/Reunification Day", "2037-05-01": "International Labor Day", "2037-09-01": "National Day", "2037-09-02": "National Day", "2038-01-01": "New Year's Day", "2038-02-02": "29 of Lunar New Year", "2038-02-03": "Lunar New Year's Eve", "2038-02-04": "Lunar New Year", "2038-02-05": "Second Day of Lunar New Year", "2038-02-06": "Third Day of Lunar New Year", "2038-02-07": "Fourth Day of Lunar New Year", "2038-02-08": "Fifth Day of Lunar New Year", "2038-04-14": "Hung Kings' Commemoration Day", "2038-04-30": "Liberation Day/Reunification Day", "2038-05-01": "International Labor Day", "2038-05-03": "International Labor Day (observed)", "2038-09-02": "National Day", "2038-09-03": "National Day", "2039-01-01": "New Year's Day", "2039-01-03": "New Year's Day (observed)", "2039-01-23": "Lunar New Year's Eve", "2039-01-24": "Lunar New Year", "2039-01-25": "Second Day of Lunar New Year", "2039-01-26": "Third Day of Lunar New Year", "2039-01-27": "Fourth Day of Lunar New Year", "2039-01-28": "Fifth Day of Lunar New Year", "2039-04-03": "Hung Kings' Commemoration Day", "2039-04-04": "Hung Kings' Commemoration Day (observed)", "2039-04-30": "Liberation Day/Reunification Day", "2039-05-01": "International Labor Day", "2039-05-02": "Liberation Day/Reunification Day (observed)", "2039-05-03": "International Labor Day (observed)", "2039-09-01": "National Day", "2039-09-02": "National Day", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-10": "29 of Lunar New Year", "2040-02-11": "Lunar New Year's Eve", "2040-02-12": "Lunar New Year", "2040-02-13": "Second Day of Lunar New Year", "2040-02-14": "Third Day of Lunar New Year", "2040-02-15": "Fourth Day of Lunar New Year", "2040-02-16": "Fifth Day of Lunar New Year", "2040-04-20": "Hung Kings' Commemoration Day", "2040-04-30": "Liberation Day/Reunification Day", "2040-05-01": "International Labor Day", "2040-09-02": "National Day", "2040-09-03": "National Day", "2040-09-04": "National Day (observed)", "2041-01-01": "New Year's Day", "2041-01-30": "29 of Lunar New Year", "2041-01-31": "Lunar New Year's Eve", "2041-02-01": "Lunar New Year", "2041-02-02": "Second Day of Lunar New Year", "2041-02-03": "Third Day of Lunar New Year", "2041-02-04": "Fourth Day of Lunar New Year", "2041-02-05": "Fifth Day of Lunar New Year", "2041-04-10": "Hung Kings' Commemoration Day", "2041-04-30": "Liberation Day/Reunification Day", "2041-05-01": "International Labor Day", "2041-09-02": "National Day", "2041-09-03": "National Day", "2042-01-01": "New Year's Day", "2042-01-20": "29 of Lunar New Year", "2042-01-21": "Lunar New Year's Eve", "2042-01-22": "Lunar New Year", "2042-01-23": "Second Day of Lunar New Year", "2042-01-24": "Third Day of Lunar New Year", "2042-01-25": "Fourth Day of Lunar New Year", "2042-04-29": "Hung Kings' Commemoration Day", "2042-04-30": "Liberation Day/Reunification Day", "2042-05-01": "International Labor Day", "2042-09-01": "National Day", "2042-09-02": "National Day", "2043-01-01": "New Year's Day", "2043-02-09": "Lunar New Year's Eve", "2043-02-10": "Lunar New Year", "2043-02-11": "Second Day of Lunar New Year", "2043-02-12": "Third Day of Lunar New Year", "2043-02-13": "Fourth Day of Lunar New Year", "2043-04-19": "Hung Kings' Commemoration Day", "2043-04-20": "Hung Kings' Commemoration Day (observed)", "2043-04-30": "Liberation Day/Reunification Day", "2043-05-01": "International Labor Day", "2043-09-01": "National Day", "2043-09-02": "National Day", "2044-01-01": "New Year's Day", "2044-01-28": "29 of Lunar New Year", "2044-01-29": "Lunar New Year's Eve", "2044-01-30": "Lunar New Year", "2044-01-31": "Second Day of Lunar New Year", "2044-02-01": "Third Day of Lunar New Year", "2044-02-02": "Fourth Day of Lunar New Year", "2044-02-03": "Fifth Day of Lunar New Year", "2044-04-07": "Hung Kings' Commemoration Day", "2044-04-30": "Liberation Day/Reunification Day", "2044-05-01": "International Labor Day", "2044-05-02": "Liberation Day/Reunification Day (observed)", "2044-05-03": "International Labor Day (observed)", "2044-09-01": "National Day", "2044-09-02": "National Day", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-15": "29 of Lunar New Year", "2045-02-16": "Lunar New Year's Eve", "2045-02-17": "Lunar New Year", "2045-02-18": "Second Day of Lunar New Year", "2045-02-19": "Third Day of Lunar New Year", "2045-02-20": "Fourth Day of Lunar New Year", "2045-02-21": "Fifth Day of Lunar New Year", "2045-04-26": "Hung Kings' Commemoration Day", "2045-04-30": "Liberation Day/Reunification Day", "2045-05-01": "International Labor Day", "2045-05-02": "Liberation Day/Reunification Day (observed)", "2045-09-01": "National Day", "2045-09-02": "National Day", "2045-09-04": "National Day (observed)", "2046-01-01": "New Year's Day", "2046-02-05": "Lunar New Year's Eve", "2046-02-06": "Lunar New Year", "2046-02-07": "Second Day of Lunar New Year", "2046-02-08": "Third Day of Lunar New Year", "2046-02-09": "Fourth Day of Lunar New Year", "2046-04-15": "Hung Kings' Commemoration Day", "2046-04-16": "Hung Kings' Commemoration Day (observed)", "2046-04-30": "Liberation Day/Reunification Day", "2046-05-01": "International Labor Day", "2046-09-02": "National Day", "2046-09-03": "National Day", "2046-09-04": "National Day (observed)", "2047-01-01": "New Year's Day", "2047-01-24": "29 of Lunar New Year", "2047-01-25": "Lunar New Year's Eve", "2047-01-26": "Lunar New Year", "2047-01-27": "Second Day of Lunar New Year", "2047-01-28": "Third Day of Lunar New Year", "2047-01-29": "Fourth Day of Lunar New Year", "2047-01-30": "Fifth Day of Lunar New Year", "2047-04-04": "Hung Kings' Commemoration Day", "2047-04-30": "Liberation Day/Reunification Day", "2047-05-01": "International Labor Day", "2047-09-02": "National Day", "2047-09-03": "National Day", "2048-01-01": "New Year's Day", "2048-02-12": "29 of Lunar New Year", "2048-02-13": "Lunar New Year's Eve", "2048-02-14": "Lunar New Year", "2048-02-15": "Second Day of Lunar New Year", "2048-02-16": "Third Day of Lunar New Year", "2048-02-17": "Fourth Day of Lunar New Year", "2048-02-18": "Fifth Day of Lunar New Year", "2048-04-22": "Hung Kings' Commemoration Day", "2048-04-30": "Liberation Day/Reunification Day", "2048-05-01": "International Labor Day", "2048-09-01": "National Day", "2048-09-02": "National Day", "2049-01-01": "New Year's Day", "2049-02-01": "Lunar New Year's Eve", "2049-02-02": "Lunar New Year", "2049-02-03": "Second Day of Lunar New Year", "2049-02-04": "Third Day of Lunar New Year", "2049-02-05": "Fourth Day of Lunar New Year", "2049-04-11": "Hung Kings' Commemoration Day", "2049-04-12": "Hung Kings' Commemoration Day (observed)", "2049-04-30": "Liberation Day/Reunification Day", "2049-05-01": "International Labor Day", "2049-05-03": "International Labor Day (observed)", "2049-09-02": "National Day", "2049-09-03": "National Day", "2050-01-01": "New Year's Day", "2050-01-03": "New Year's Day (observed)", "2050-01-21": "29 of Lunar New Year", "2050-01-22": "Lunar New Year's Eve", "2050-01-23": "Lunar New Year", "2050-01-24": "Second Day of Lunar New Year", "2050-01-25": "Third Day of Lunar New Year", "2050-01-26": "Fourth Day of Lunar New Year", "2050-01-27": "Fifth Day of Lunar New Year", "2050-04-01": "Hung Kings' Commemoration Day", "2050-04-30": "Liberation Day/Reunification Day", "2050-05-01": "International Labor Day", "2050-05-02": "Liberation Day/Reunification Day (observed)", "2050-05-03": "International Labor Day (observed)", "2050-09-01": "National Day", "2050-09-02": "National Day" } holidays-0.71/snapshots/countries/VU_COMMON.json000066400000000000000000001144461500152103600216120ustar00rootroot00000000000000{ "1981-01-01": "New Year's Day", "1981-03-05": "Custom Chief's Day", "1981-04-17": "Good Friday", "1981-04-20": "Easter Monday", "1981-05-01": "Labour Day", "1981-05-28": "Ascension Day", "1981-07-24": "Children's Day", "1981-07-30": "Independence Day", "1981-08-15": "Assumption Day", "1981-10-05": "Constitution Day", "1981-11-29": "Unity Day", "1981-11-30": "Unity Day (observed)", "1981-12-25": "Christmas Day", "1981-12-26": "Family Day", "1982-01-01": "New Year's Day", "1982-03-05": "Custom Chief's Day", "1982-04-09": "Good Friday", "1982-04-12": "Easter Monday", "1982-05-01": "Labour Day", "1982-05-20": "Ascension Day", "1982-07-24": "Children's Day", "1982-07-30": "Independence Day", "1982-08-15": "Assumption Day", "1982-08-16": "Assumption Day (observed)", "1982-10-05": "Constitution Day", "1982-11-29": "Unity Day", "1982-12-25": "Christmas Day", "1982-12-26": "Family Day", "1982-12-27": "Family Day (observed)", "1983-01-01": "New Year's Day", "1983-03-05": "Custom Chief's Day", "1983-04-01": "Good Friday", "1983-04-04": "Easter Monday", "1983-05-01": "Labour Day", "1983-05-02": "Labour Day (observed)", "1983-05-12": "Ascension Day", "1983-07-24": "Children's Day", "1983-07-25": "Children's Day (observed)", "1983-07-30": "Independence Day", "1983-08-15": "Assumption Day", "1983-10-05": "Constitution Day", "1983-11-29": "Unity Day", "1983-12-25": "Christmas Day", "1983-12-26": "Family Day", "1983-12-27": "Family Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-05": "Custom Chief's Day", "1984-04-20": "Good Friday", "1984-04-23": "Easter Monday", "1984-05-01": "Labour Day", "1984-05-31": "Ascension Day", "1984-07-24": "Children's Day", "1984-07-30": "Independence Day", "1984-08-15": "Assumption Day", "1984-10-05": "Constitution Day", "1984-11-29": "Unity Day", "1984-12-25": "Christmas Day", "1984-12-26": "Family Day", "1985-01-01": "New Year's Day", "1985-03-05": "Custom Chief's Day", "1985-04-05": "Good Friday", "1985-04-08": "Easter Monday", "1985-05-01": "Labour Day", "1985-05-16": "Ascension Day", "1985-07-24": "Children's Day", "1985-07-30": "Independence Day", "1985-08-15": "Assumption Day", "1985-10-05": "Constitution Day", "1985-11-29": "Unity Day", "1985-12-25": "Christmas Day", "1985-12-26": "Family Day", "1986-01-01": "New Year's Day", "1986-03-05": "Custom Chief's Day", "1986-03-28": "Good Friday", "1986-03-31": "Easter Monday", "1986-05-01": "Labour Day", "1986-05-08": "Ascension Day", "1986-07-24": "Children's Day", "1986-07-30": "Independence Day", "1986-08-15": "Assumption Day", "1986-10-05": "Constitution Day", "1986-10-06": "Constitution Day (observed)", "1986-11-29": "Unity Day", "1986-12-25": "Christmas Day", "1986-12-26": "Family Day", "1987-01-01": "New Year's Day", "1987-03-05": "Custom Chief's Day", "1987-04-17": "Good Friday", "1987-04-20": "Easter Monday", "1987-05-01": "Labour Day", "1987-05-28": "Ascension Day", "1987-07-24": "Children's Day", "1987-07-30": "Independence Day", "1987-08-15": "Assumption Day", "1987-10-05": "Constitution Day", "1987-11-29": "Unity Day", "1987-11-30": "Unity Day (observed)", "1987-12-25": "Christmas Day", "1987-12-26": "Family Day", "1988-01-01": "New Year's Day", "1988-03-05": "Custom Chief's Day", "1988-04-01": "Good Friday", "1988-04-04": "Easter Monday", "1988-05-01": "Labour Day", "1988-05-02": "Labour Day (observed)", "1988-05-12": "Ascension Day", "1988-07-24": "Children's Day", "1988-07-25": "Children's Day (observed)", "1988-07-30": "Independence Day", "1988-08-15": "Assumption Day", "1988-10-05": "Constitution Day", "1988-11-29": "Unity Day", "1988-12-25": "Christmas Day", "1988-12-26": "Family Day", "1988-12-27": "Family Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-05": "Custom Chief's Day", "1989-03-06": "Custom Chief's Day (observed)", "1989-03-24": "Good Friday", "1989-03-27": "Easter Monday", "1989-05-01": "Labour Day", "1989-05-04": "Ascension Day", "1989-07-24": "Children's Day", "1989-07-30": "Independence Day", "1989-07-31": "Independence Day (observed)", "1989-08-15": "Assumption Day", "1989-10-05": "Constitution Day", "1989-11-29": "Unity Day", "1989-12-25": "Christmas Day", "1989-12-26": "Family Day", "1990-01-01": "New Year's Day", "1990-03-05": "Custom Chief's Day", "1990-04-13": "Good Friday", "1990-04-16": "Easter Monday", "1990-05-01": "Labour Day", "1990-05-24": "Ascension Day", "1990-07-24": "Children's Day", "1990-07-30": "Independence Day", "1990-08-15": "Assumption Day", "1990-10-05": "Constitution Day", "1990-11-29": "Unity Day", "1990-12-25": "Christmas Day", "1990-12-26": "Family Day", "1991-01-01": "New Year's Day", "1991-03-05": "Custom Chief's Day", "1991-03-29": "Good Friday", "1991-04-01": "Easter Monday", "1991-05-01": "Labour Day", "1991-05-09": "Ascension Day", "1991-07-24": "Children's Day", "1991-07-30": "Independence Day", "1991-08-15": "Assumption Day", "1991-10-05": "Constitution Day", "1991-11-29": "Unity Day", "1991-12-25": "Christmas Day", "1991-12-26": "Family Day", "1992-01-01": "New Year's Day", "1992-03-05": "Custom Chief's Day", "1992-04-17": "Good Friday", "1992-04-20": "Easter Monday", "1992-05-01": "Labour Day", "1992-05-28": "Ascension Day", "1992-07-24": "Children's Day", "1992-07-30": "Independence Day", "1992-08-15": "Assumption Day", "1992-10-05": "Constitution Day", "1992-11-29": "Unity Day", "1992-11-30": "Unity Day (observed)", "1992-12-25": "Christmas Day", "1992-12-26": "Family Day", "1993-01-01": "New Year's Day", "1993-03-05": "Custom Chief's Day", "1993-04-09": "Good Friday", "1993-04-12": "Easter Monday", "1993-05-01": "Labour Day", "1993-05-20": "Ascension Day", "1993-07-24": "Children's Day", "1993-07-30": "Independence Day", "1993-08-15": "Assumption Day", "1993-08-16": "Assumption Day (observed)", "1993-10-05": "Constitution Day", "1993-11-29": "Unity Day", "1993-12-25": "Christmas Day", "1993-12-26": "Family Day", "1993-12-27": "Family Day (observed)", "1994-01-01": "New Year's Day", "1994-03-05": "Custom Chief's Day", "1994-04-01": "Good Friday", "1994-04-04": "Easter Monday", "1994-05-01": "Labour Day", "1994-05-02": "Labour Day (observed)", "1994-05-12": "Ascension Day", "1994-07-24": "Children's Day", "1994-07-25": "Children's Day (observed)", "1994-07-30": "Independence Day", "1994-08-15": "Assumption Day", "1994-10-05": "Constitution Day", "1994-11-29": "Unity Day", "1994-12-25": "Christmas Day", "1994-12-26": "Family Day", "1994-12-27": "Family Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-05": "Custom Chief's Day", "1995-03-06": "Custom Chief's Day (observed)", "1995-04-14": "Good Friday", "1995-04-17": "Easter Monday", "1995-05-01": "Labour Day", "1995-05-25": "Ascension Day", "1995-07-24": "Children's Day", "1995-07-30": "Independence Day", "1995-07-31": "Independence Day (observed)", "1995-08-15": "Assumption Day", "1995-10-05": "Constitution Day", "1995-11-29": "Unity Day", "1995-12-25": "Christmas Day", "1995-12-26": "Family Day", "1996-01-01": "New Year's Day", "1996-03-05": "Custom Chief's Day", "1996-04-05": "Good Friday", "1996-04-08": "Easter Monday", "1996-05-01": "Labour Day", "1996-05-16": "Ascension Day", "1996-07-24": "Children's Day", "1996-07-30": "Independence Day", "1996-08-15": "Assumption Day", "1996-10-05": "Constitution Day", "1996-11-29": "Unity Day", "1996-12-25": "Christmas Day", "1996-12-26": "Family Day", "1997-01-01": "New Year's Day", "1997-03-05": "Custom Chief's Day", "1997-03-28": "Good Friday", "1997-03-31": "Easter Monday", "1997-05-01": "Labour Day", "1997-05-08": "Ascension Day", "1997-07-24": "Children's Day", "1997-07-30": "Independence Day", "1997-08-15": "Assumption Day", "1997-10-05": "Constitution Day", "1997-10-06": "Constitution Day (observed)", "1997-11-29": "Unity Day", "1997-12-25": "Christmas Day", "1997-12-26": "Family Day", "1998-01-01": "New Year's Day", "1998-03-05": "Custom Chief's Day", "1998-04-10": "Good Friday", "1998-04-13": "Easter Monday", "1998-05-01": "Labour Day", "1998-05-21": "Ascension Day", "1998-07-24": "Children's Day", "1998-07-30": "Independence Day", "1998-08-15": "Assumption Day", "1998-10-05": "Constitution Day", "1998-11-29": "Unity Day", "1998-11-30": "Unity Day (observed)", "1998-12-25": "Christmas Day", "1998-12-26": "Family Day", "1999-01-01": "New Year's Day", "1999-02-21": "Father Lini Day", "1999-02-22": "Father Lini Day (observed)", "1999-03-05": "Custom Chief's Day", "1999-04-02": "Good Friday", "1999-04-05": "Easter Monday", "1999-05-01": "Labour Day", "1999-05-13": "Ascension Day", "1999-07-24": "Children's Day", "1999-07-30": "Independence Day", "1999-08-15": "Assumption Day", "1999-08-16": "Assumption Day (observed)", "1999-10-05": "Constitution Day", "1999-11-29": "Unity Day", "1999-12-25": "Christmas Day", "1999-12-26": "Family Day", "1999-12-27": "Family Day (observed)", "2000-01-01": "New Year's Day", "2000-02-21": "Father Lini Day", "2000-03-05": "Custom Chief's Day", "2000-03-06": "Custom Chief's Day (observed)", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-06-01": "Ascension Day", "2000-07-24": "Children's Day", "2000-07-30": "Independence Day", "2000-07-31": "Independence Day (observed)", "2000-08-15": "Assumption Day", "2000-10-05": "Constitution Day", "2000-11-29": "Unity Day", "2000-12-25": "Christmas Day", "2000-12-26": "Family Day", "2001-01-01": "New Year's Day", "2001-02-21": "Father Lini Day", "2001-03-05": "Custom Chief's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labour Day", "2001-05-24": "Ascension Day", "2001-07-24": "Children's Day", "2001-07-30": "Independence Day", "2001-08-15": "Assumption Day", "2001-10-05": "Constitution Day", "2001-11-29": "Unity Day", "2001-12-25": "Christmas Day", "2001-12-26": "Family Day", "2002-01-01": "New Year's Day", "2002-02-21": "Father Lini Day", "2002-03-05": "Custom Chief's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labour Day", "2002-05-09": "Ascension Day", "2002-07-24": "Children's Day", "2002-07-30": "Independence Day", "2002-08-15": "Assumption Day", "2002-10-05": "Constitution Day", "2002-11-29": "Unity Day", "2002-12-25": "Christmas Day", "2002-12-26": "Family Day", "2003-01-01": "New Year's Day", "2003-02-21": "Father Lini Day", "2003-03-05": "Custom Chief's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labour Day", "2003-05-29": "Ascension Day", "2003-07-24": "Children's Day", "2003-07-30": "Independence Day", "2003-08-15": "Assumption Day", "2003-10-05": "Constitution Day", "2003-10-06": "Constitution Day (observed)", "2003-11-29": "Unity Day", "2003-12-25": "Christmas Day", "2003-12-26": "Family Day", "2004-01-01": "New Year's Day", "2004-02-21": "Father Lini Day", "2004-03-05": "Custom Chief's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labour Day", "2004-05-20": "Ascension Day", "2004-07-24": "Children's Day", "2004-07-30": "Independence Day", "2004-08-15": "Assumption Day", "2004-08-16": "Assumption Day (observed)", "2004-10-05": "Constitution Day", "2004-11-29": "Unity Day", "2004-12-25": "Christmas Day", "2004-12-26": "Family Day", "2004-12-27": "Family Day (observed)", "2005-01-01": "New Year's Day", "2005-02-21": "Father Lini Day", "2005-03-05": "Custom Chief's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labour Day", "2005-05-02": "Labour Day (observed)", "2005-05-05": "Ascension Day", "2005-07-24": "Children's Day", "2005-07-25": "Children's Day (observed)", "2005-07-30": "Independence Day", "2005-08-15": "Assumption Day", "2005-10-05": "Constitution Day", "2005-11-29": "Unity Day", "2005-12-25": "Christmas Day", "2005-12-26": "Family Day", "2005-12-27": "Family Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-02-21": "Father Lini Day", "2006-03-05": "Custom Chief's Day", "2006-03-06": "Custom Chief's Day (observed)", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-05-25": "Ascension Day", "2006-07-24": "Children's Day", "2006-07-30": "Independence Day", "2006-07-31": "Independence Day (observed)", "2006-08-15": "Assumption Day", "2006-10-05": "Constitution Day", "2006-11-29": "Unity Day", "2006-12-25": "Christmas Day", "2006-12-26": "Family Day", "2007-01-01": "New Year's Day", "2007-02-21": "Father Lini Day", "2007-03-05": "Custom Chief's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labour Day", "2007-05-17": "Ascension Day", "2007-07-24": "Children's Day", "2007-07-30": "Independence Day", "2007-08-15": "Assumption Day", "2007-10-05": "Constitution Day", "2007-11-29": "Unity Day", "2007-12-25": "Christmas Day", "2007-12-26": "Family Day", "2008-01-01": "New Year's Day", "2008-02-21": "Father Lini Day", "2008-03-05": "Custom Chief's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Ascension Day; Labour Day", "2008-07-24": "Children's Day", "2008-07-30": "Independence Day", "2008-08-15": "Assumption Day", "2008-10-05": "Constitution Day", "2008-10-06": "Constitution Day (observed)", "2008-11-29": "Unity Day", "2008-12-25": "Christmas Day", "2008-12-26": "Family Day", "2009-01-01": "New Year's Day", "2009-02-21": "Father Lini Day", "2009-03-05": "Custom Chief's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labour Day", "2009-05-21": "Ascension Day", "2009-07-24": "Children's Day", "2009-07-30": "Independence Day", "2009-08-15": "Assumption Day", "2009-10-05": "Constitution Day", "2009-11-29": "Unity Day", "2009-11-30": "Unity Day (observed)", "2009-12-25": "Christmas Day", "2009-12-26": "Family Day", "2010-01-01": "New Year's Day", "2010-02-21": "Father Lini Day", "2010-02-22": "Father Lini Day (observed)", "2010-03-05": "Custom Chief's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labour Day", "2010-05-13": "Ascension Day", "2010-07-24": "Children's Day", "2010-07-30": "Independence Day", "2010-08-15": "Assumption Day", "2010-08-16": "Assumption Day (observed)", "2010-10-05": "Constitution Day", "2010-11-29": "Unity Day", "2010-12-25": "Christmas Day", "2010-12-26": "Family Day", "2010-12-27": "Family Day (observed)", "2011-01-01": "New Year's Day", "2011-02-21": "Father Lini Day", "2011-03-05": "Custom Chief's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labour Day", "2011-05-02": "Labour Day (observed)", "2011-06-02": "Ascension Day", "2011-07-24": "Children's Day", "2011-07-25": "Children's Day (observed)", "2011-07-30": "Independence Day", "2011-08-15": "Assumption Day", "2011-10-05": "Constitution Day", "2011-11-29": "Unity Day", "2011-12-25": "Christmas Day", "2011-12-26": "Family Day", "2011-12-27": "Family Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-02-21": "Father Lini Day", "2012-03-05": "Custom Chief's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labour Day", "2012-05-17": "Ascension Day", "2012-07-24": "Children's Day", "2012-07-30": "Independence Day", "2012-08-15": "Assumption Day", "2012-10-05": "Constitution Day", "2012-11-29": "Unity Day", "2012-12-25": "Christmas Day", "2012-12-26": "Family Day", "2013-01-01": "New Year's Day", "2013-02-21": "Father Lini Day", "2013-03-05": "Custom Chief's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labour Day", "2013-05-09": "Ascension Day", "2013-07-24": "Children's Day", "2013-07-30": "Independence Day", "2013-08-15": "Assumption Day", "2013-10-05": "Constitution Day", "2013-11-29": "Unity Day", "2013-12-25": "Christmas Day", "2013-12-26": "Family Day", "2014-01-01": "New Year's Day", "2014-02-21": "Father Lini Day", "2014-03-05": "Custom Chief's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labour Day", "2014-05-29": "Ascension Day", "2014-07-24": "Children's Day", "2014-07-30": "Independence Day", "2014-08-15": "Assumption Day", "2014-10-05": "Constitution Day", "2014-10-06": "Constitution Day (observed)", "2014-11-29": "Unity Day", "2014-12-25": "Christmas Day", "2014-12-26": "Family Day", "2015-01-01": "New Year's Day", "2015-02-21": "Father Lini Day", "2015-03-05": "Custom Chief's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labour Day", "2015-05-14": "Ascension Day", "2015-07-24": "Children's Day", "2015-07-30": "Independence Day", "2015-08-15": "Assumption Day", "2015-10-05": "Constitution Day", "2015-11-29": "Unity Day", "2015-11-30": "Unity Day (observed)", "2015-12-25": "Christmas Day", "2015-12-26": "Family Day", "2016-01-01": "New Year's Day", "2016-02-21": "Father Lini Day", "2016-02-22": "Father Lini Day (observed)", "2016-03-05": "Custom Chief's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labour Day", "2016-05-02": "Labour Day (observed)", "2016-05-05": "Ascension Day", "2016-07-24": "Children's Day", "2016-07-25": "Children's Day (observed)", "2016-07-30": "Independence Day", "2016-08-15": "Assumption Day", "2016-10-05": "Constitution Day", "2016-11-29": "Unity Day", "2016-12-25": "Christmas Day", "2016-12-26": "Family Day", "2016-12-27": "Family Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-02-21": "Father Lini Day", "2017-03-05": "Custom Chief's Day", "2017-03-06": "Custom Chief's Day (observed)", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-05-25": "Ascension Day", "2017-07-24": "Children's Day", "2017-07-30": "Independence Day", "2017-07-31": "Independence Day (observed)", "2017-08-15": "Assumption Day", "2017-10-05": "Constitution Day", "2017-11-29": "Unity Day", "2017-12-25": "Christmas Day", "2017-12-26": "Family Day", "2018-01-01": "New Year's Day", "2018-02-21": "Father Lini Day", "2018-03-05": "Custom Chief's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labour Day", "2018-05-10": "Ascension Day", "2018-07-24": "Children's Day", "2018-07-30": "Independence Day", "2018-08-15": "Assumption Day", "2018-10-05": "Constitution Day", "2018-11-29": "Unity Day", "2018-12-25": "Christmas Day", "2018-12-26": "Family Day", "2019-01-01": "New Year's Day", "2019-02-21": "Father Lini Day", "2019-03-05": "Custom Chief's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labour Day", "2019-05-30": "Ascension Day", "2019-07-24": "Children's Day", "2019-07-30": "Independence Day", "2019-08-15": "Assumption Day", "2019-10-05": "Constitution Day", "2019-11-29": "Unity Day", "2019-12-25": "Christmas Day", "2019-12-26": "Family Day", "2020-01-01": "New Year's Day", "2020-02-21": "Father Lini Day", "2020-03-05": "Custom Chief's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labour Day", "2020-05-21": "Ascension Day", "2020-07-23": "40th Independence Anniversary", "2020-07-24": "Children's Day", "2020-07-27": "40th Independence Anniversary", "2020-07-28": "40th Independence Anniversary", "2020-07-29": "40th Independence Anniversary", "2020-07-30": "Independence Day", "2020-07-31": "40th Independence Anniversary", "2020-08-15": "Assumption Day", "2020-10-05": "Constitution Day", "2020-11-29": "Unity Day", "2020-11-30": "Unity Day (observed)", "2020-12-25": "Christmas Day", "2020-12-26": "Family Day", "2021-01-01": "New Year's Day", "2021-02-21": "Father Lini Day", "2021-02-22": "Father Lini Day (observed)", "2021-03-05": "Custom Chief's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labour Day", "2021-05-13": "Ascension Day", "2021-07-24": "Children's Day", "2021-07-30": "Independence Day", "2021-08-15": "Assumption Day", "2021-08-16": "Assumption Day (observed)", "2021-10-05": "Constitution Day", "2021-11-29": "Unity Day", "2021-12-25": "Christmas Day", "2021-12-26": "Family Day", "2021-12-27": "Family Day (observed)", "2022-01-01": "New Year's Day", "2022-02-21": "Father Lini Day", "2022-03-05": "Custom Chief's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labour Day", "2022-05-02": "Labour Day (observed)", "2022-05-26": "Ascension Day", "2022-07-24": "Children's Day", "2022-07-25": "Children's Day (observed)", "2022-07-30": "Independence Day", "2022-08-15": "Assumption Day", "2022-10-05": "Constitution Day", "2022-10-13": "Election Day", "2022-11-29": "Unity Day", "2022-12-25": "Christmas Day", "2022-12-26": "Family Day", "2022-12-27": "Family Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-21": "Father Lini Day", "2023-03-05": "Custom Chief's Day", "2023-03-06": "Custom Chief's Day (observed)", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labour Day", "2023-05-18": "Ascension Day", "2023-07-24": "Children's Day", "2023-07-30": "Independence Day", "2023-07-31": "Independence Day (observed)", "2023-08-15": "Assumption Day", "2023-10-05": "Constitution Day", "2023-11-29": "Unity Day", "2023-12-25": "Christmas Day", "2023-12-26": "Family Day", "2024-01-01": "New Year's Day", "2024-02-21": "Father Lini Day", "2024-03-05": "Custom Chief's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labour Day", "2024-05-09": "Ascension Day", "2024-07-24": "Children's Day", "2024-07-30": "Independence Day", "2024-08-15": "Assumption Day", "2024-10-05": "Constitution Day", "2024-11-29": "Unity Day", "2024-12-25": "Christmas Day", "2024-12-26": "Family Day", "2025-01-01": "New Year's Day", "2025-02-21": "Father Lini Day", "2025-03-05": "Custom Chief's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labour Day", "2025-05-29": "Ascension Day", "2025-07-24": "Children's Day", "2025-07-30": "Independence Day", "2025-08-15": "Assumption Day", "2025-10-05": "Constitution Day", "2025-10-06": "Constitution Day (observed)", "2025-11-29": "Unity Day", "2025-12-25": "Christmas Day", "2025-12-26": "Family Day", "2026-01-01": "New Year's Day", "2026-02-21": "Father Lini Day", "2026-03-05": "Custom Chief's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labour Day", "2026-05-14": "Ascension Day", "2026-07-24": "Children's Day", "2026-07-30": "Independence Day", "2026-08-15": "Assumption Day", "2026-10-05": "Constitution Day", "2026-11-29": "Unity Day", "2026-11-30": "Unity Day (observed)", "2026-12-25": "Christmas Day", "2026-12-26": "Family Day", "2027-01-01": "New Year's Day", "2027-02-21": "Father Lini Day", "2027-02-22": "Father Lini Day (observed)", "2027-03-05": "Custom Chief's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labour Day", "2027-05-06": "Ascension Day", "2027-07-24": "Children's Day", "2027-07-30": "Independence Day", "2027-08-15": "Assumption Day", "2027-08-16": "Assumption Day (observed)", "2027-10-05": "Constitution Day", "2027-11-29": "Unity Day", "2027-12-25": "Christmas Day", "2027-12-26": "Family Day", "2027-12-27": "Family Day (observed)", "2028-01-01": "New Year's Day", "2028-02-21": "Father Lini Day", "2028-03-05": "Custom Chief's Day", "2028-03-06": "Custom Chief's Day (observed)", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labour Day", "2028-05-25": "Ascension Day", "2028-07-24": "Children's Day", "2028-07-30": "Independence Day", "2028-07-31": "Independence Day (observed)", "2028-08-15": "Assumption Day", "2028-10-05": "Constitution Day", "2028-11-29": "Unity Day", "2028-12-25": "Christmas Day", "2028-12-26": "Family Day", "2029-01-01": "New Year's Day", "2029-02-21": "Father Lini Day", "2029-03-05": "Custom Chief's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labour Day", "2029-05-10": "Ascension Day", "2029-07-24": "Children's Day", "2029-07-30": "Independence Day", "2029-08-15": "Assumption Day", "2029-10-05": "Constitution Day", "2029-11-29": "Unity Day", "2029-12-25": "Christmas Day", "2029-12-26": "Family Day", "2030-01-01": "New Year's Day", "2030-02-21": "Father Lini Day", "2030-03-05": "Custom Chief's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labour Day", "2030-05-30": "Ascension Day", "2030-07-24": "Children's Day", "2030-07-30": "Independence Day", "2030-08-15": "Assumption Day", "2030-10-05": "Constitution Day", "2030-11-29": "Unity Day", "2030-12-25": "Christmas Day", "2030-12-26": "Family Day", "2031-01-01": "New Year's Day", "2031-02-21": "Father Lini Day", "2031-03-05": "Custom Chief's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labour Day", "2031-05-22": "Ascension Day", "2031-07-24": "Children's Day", "2031-07-30": "Independence Day", "2031-08-15": "Assumption Day", "2031-10-05": "Constitution Day", "2031-10-06": "Constitution Day (observed)", "2031-11-29": "Unity Day", "2031-12-25": "Christmas Day", "2031-12-26": "Family Day", "2032-01-01": "New Year's Day", "2032-02-21": "Father Lini Day", "2032-03-05": "Custom Chief's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labour Day", "2032-05-06": "Ascension Day", "2032-07-24": "Children's Day", "2032-07-30": "Independence Day", "2032-08-15": "Assumption Day", "2032-08-16": "Assumption Day (observed)", "2032-10-05": "Constitution Day", "2032-11-29": "Unity Day", "2032-12-25": "Christmas Day", "2032-12-26": "Family Day", "2032-12-27": "Family Day (observed)", "2033-01-01": "New Year's Day", "2033-02-21": "Father Lini Day", "2033-03-05": "Custom Chief's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labour Day", "2033-05-02": "Labour Day (observed)", "2033-05-26": "Ascension Day", "2033-07-24": "Children's Day", "2033-07-25": "Children's Day (observed)", "2033-07-30": "Independence Day", "2033-08-15": "Assumption Day", "2033-10-05": "Constitution Day", "2033-11-29": "Unity Day", "2033-12-25": "Christmas Day", "2033-12-26": "Family Day", "2033-12-27": "Family Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-21": "Father Lini Day", "2034-03-05": "Custom Chief's Day", "2034-03-06": "Custom Chief's Day (observed)", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labour Day", "2034-05-18": "Ascension Day", "2034-07-24": "Children's Day", "2034-07-30": "Independence Day", "2034-07-31": "Independence Day (observed)", "2034-08-15": "Assumption Day", "2034-10-05": "Constitution Day", "2034-11-29": "Unity Day", "2034-12-25": "Christmas Day", "2034-12-26": "Family Day", "2035-01-01": "New Year's Day", "2035-02-21": "Father Lini Day", "2035-03-05": "Custom Chief's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labour Day", "2035-05-03": "Ascension Day", "2035-07-24": "Children's Day", "2035-07-30": "Independence Day", "2035-08-15": "Assumption Day", "2035-10-05": "Constitution Day", "2035-11-29": "Unity Day", "2035-12-25": "Christmas Day", "2035-12-26": "Family Day", "2036-01-01": "New Year's Day", "2036-02-21": "Father Lini Day", "2036-03-05": "Custom Chief's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labour Day", "2036-05-22": "Ascension Day", "2036-07-24": "Children's Day", "2036-07-30": "Independence Day", "2036-08-15": "Assumption Day", "2036-10-05": "Constitution Day", "2036-10-06": "Constitution Day (observed)", "2036-11-29": "Unity Day", "2036-12-25": "Christmas Day", "2036-12-26": "Family Day", "2037-01-01": "New Year's Day", "2037-02-21": "Father Lini Day", "2037-03-05": "Custom Chief's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labour Day", "2037-05-14": "Ascension Day", "2037-07-24": "Children's Day", "2037-07-30": "Independence Day", "2037-08-15": "Assumption Day", "2037-10-05": "Constitution Day", "2037-11-29": "Unity Day", "2037-11-30": "Unity Day (observed)", "2037-12-25": "Christmas Day", "2037-12-26": "Family Day", "2038-01-01": "New Year's Day", "2038-02-21": "Father Lini Day", "2038-02-22": "Father Lini Day (observed)", "2038-03-05": "Custom Chief's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labour Day", "2038-06-03": "Ascension Day", "2038-07-24": "Children's Day", "2038-07-30": "Independence Day", "2038-08-15": "Assumption Day", "2038-08-16": "Assumption Day (observed)", "2038-10-05": "Constitution Day", "2038-11-29": "Unity Day", "2038-12-25": "Christmas Day", "2038-12-26": "Family Day", "2038-12-27": "Family Day (observed)", "2039-01-01": "New Year's Day", "2039-02-21": "Father Lini Day", "2039-03-05": "Custom Chief's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labour Day", "2039-05-02": "Labour Day (observed)", "2039-05-19": "Ascension Day", "2039-07-24": "Children's Day", "2039-07-25": "Children's Day (observed)", "2039-07-30": "Independence Day", "2039-08-15": "Assumption Day", "2039-10-05": "Constitution Day", "2039-11-29": "Unity Day", "2039-12-25": "Christmas Day", "2039-12-26": "Family Day", "2039-12-27": "Family Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-21": "Father Lini Day", "2040-03-05": "Custom Chief's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labour Day", "2040-05-10": "Ascension Day", "2040-07-24": "Children's Day", "2040-07-30": "Independence Day", "2040-08-15": "Assumption Day", "2040-10-05": "Constitution Day", "2040-11-29": "Unity Day", "2040-12-25": "Christmas Day", "2040-12-26": "Family Day", "2041-01-01": "New Year's Day", "2041-02-21": "Father Lini Day", "2041-03-05": "Custom Chief's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labour Day", "2041-05-30": "Ascension Day", "2041-07-24": "Children's Day", "2041-07-30": "Independence Day", "2041-08-15": "Assumption Day", "2041-10-05": "Constitution Day", "2041-11-29": "Unity Day", "2041-12-25": "Christmas Day", "2041-12-26": "Family Day", "2042-01-01": "New Year's Day", "2042-02-21": "Father Lini Day", "2042-03-05": "Custom Chief's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labour Day", "2042-05-15": "Ascension Day", "2042-07-24": "Children's Day", "2042-07-30": "Independence Day", "2042-08-15": "Assumption Day", "2042-10-05": "Constitution Day", "2042-10-06": "Constitution Day (observed)", "2042-11-29": "Unity Day", "2042-12-25": "Christmas Day", "2042-12-26": "Family Day", "2043-01-01": "New Year's Day", "2043-02-21": "Father Lini Day", "2043-03-05": "Custom Chief's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labour Day", "2043-05-07": "Ascension Day", "2043-07-24": "Children's Day", "2043-07-30": "Independence Day", "2043-08-15": "Assumption Day", "2043-10-05": "Constitution Day", "2043-11-29": "Unity Day", "2043-11-30": "Unity Day (observed)", "2043-12-25": "Christmas Day", "2043-12-26": "Family Day", "2044-01-01": "New Year's Day", "2044-02-21": "Father Lini Day", "2044-02-22": "Father Lini Day (observed)", "2044-03-05": "Custom Chief's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labour Day", "2044-05-02": "Labour Day (observed)", "2044-05-26": "Ascension Day", "2044-07-24": "Children's Day", "2044-07-25": "Children's Day (observed)", "2044-07-30": "Independence Day", "2044-08-15": "Assumption Day", "2044-10-05": "Constitution Day", "2044-11-29": "Unity Day", "2044-12-25": "Christmas Day", "2044-12-26": "Family Day", "2044-12-27": "Family Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-21": "Father Lini Day", "2045-03-05": "Custom Chief's Day", "2045-03-06": "Custom Chief's Day (observed)", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labour Day", "2045-05-18": "Ascension Day", "2045-07-24": "Children's Day", "2045-07-30": "Independence Day", "2045-07-31": "Independence Day (observed)", "2045-08-15": "Assumption Day", "2045-10-05": "Constitution Day", "2045-11-29": "Unity Day", "2045-12-25": "Christmas Day", "2045-12-26": "Family Day", "2046-01-01": "New Year's Day", "2046-02-21": "Father Lini Day", "2046-03-05": "Custom Chief's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labour Day", "2046-05-03": "Ascension Day", "2046-07-24": "Children's Day", "2046-07-30": "Independence Day", "2046-08-15": "Assumption Day", "2046-10-05": "Constitution Day", "2046-11-29": "Unity Day", "2046-12-25": "Christmas Day", "2046-12-26": "Family Day", "2047-01-01": "New Year's Day", "2047-02-21": "Father Lini Day", "2047-03-05": "Custom Chief's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labour Day", "2047-05-23": "Ascension Day", "2047-07-24": "Children's Day", "2047-07-30": "Independence Day", "2047-08-15": "Assumption Day", "2047-10-05": "Constitution Day", "2047-11-29": "Unity Day", "2047-12-25": "Christmas Day", "2047-12-26": "Family Day", "2048-01-01": "New Year's Day", "2048-02-21": "Father Lini Day", "2048-03-05": "Custom Chief's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labour Day", "2048-05-14": "Ascension Day", "2048-07-24": "Children's Day", "2048-07-30": "Independence Day", "2048-08-15": "Assumption Day", "2048-10-05": "Constitution Day", "2048-11-29": "Unity Day", "2048-11-30": "Unity Day (observed)", "2048-12-25": "Christmas Day", "2048-12-26": "Family Day", "2049-01-01": "New Year's Day", "2049-02-21": "Father Lini Day", "2049-02-22": "Father Lini Day (observed)", "2049-03-05": "Custom Chief's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labour Day", "2049-05-27": "Ascension Day", "2049-07-24": "Children's Day", "2049-07-30": "Independence Day", "2049-08-15": "Assumption Day", "2049-08-16": "Assumption Day (observed)", "2049-10-05": "Constitution Day", "2049-11-29": "Unity Day", "2049-12-25": "Christmas Day", "2049-12-26": "Family Day", "2049-12-27": "Family Day (observed)", "2050-01-01": "New Year's Day", "2050-02-21": "Father Lini Day", "2050-03-05": "Custom Chief's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labour Day", "2050-05-02": "Labour Day (observed)", "2050-05-19": "Ascension Day", "2050-07-24": "Children's Day", "2050-07-25": "Children's Day (observed)", "2050-07-30": "Independence Day", "2050-08-15": "Assumption Day", "2050-10-05": "Constitution Day", "2050-11-29": "Unity Day", "2050-12-25": "Christmas Day", "2050-12-26": "Family Day", "2050-12-27": "Family Day (observed)" } holidays-0.71/snapshots/countries/WS_COMMON.json000066400000000000000000001230341500152103600216020ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-01-02": "The Day After New Year's Day", "1950-04-07": "Good Friday", "1950-04-08": "Day After Good Friday", "1950-04-10": "Easter Monday", "1950-05-15": "Mother's Day", "1950-06-01": "Independence Day", "1950-08-14": "Father's Day", "1950-10-09": "White Sunday (Lotu a Tamaiti)", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-01-02": "The Day After New Year's Day", "1951-03-23": "Good Friday", "1951-03-24": "Day After Good Friday", "1951-03-26": "Easter Monday", "1951-05-14": "Mother's Day", "1951-06-01": "Independence Day", "1951-08-13": "Father's Day", "1951-10-15": "White Sunday (Lotu a Tamaiti)", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-01-02": "The Day After New Year's Day", "1952-04-11": "Good Friday", "1952-04-12": "Day After Good Friday", "1952-04-14": "Easter Monday", "1952-05-12": "Mother's Day", "1952-06-01": "Independence Day", "1952-08-11": "Father's Day", "1952-10-13": "White Sunday (Lotu a Tamaiti)", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-01-02": "The Day After New Year's Day", "1953-04-03": "Good Friday", "1953-04-04": "Day After Good Friday", "1953-04-06": "Easter Monday", "1953-05-11": "Mother's Day", "1953-06-01": "Independence Day", "1953-08-10": "Father's Day", "1953-10-12": "White Sunday (Lotu a Tamaiti)", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-01-02": "The Day After New Year's Day", "1954-04-16": "Good Friday", "1954-04-17": "Day After Good Friday", "1954-04-19": "Easter Monday", "1954-05-10": "Mother's Day", "1954-06-01": "Independence Day", "1954-08-09": "Father's Day", "1954-10-11": "White Sunday (Lotu a Tamaiti)", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-01-02": "The Day After New Year's Day", "1955-04-08": "Good Friday", "1955-04-09": "Day After Good Friday", "1955-04-11": "Easter Monday", "1955-05-09": "Mother's Day", "1955-06-01": "Independence Day", "1955-08-15": "Father's Day", "1955-10-10": "White Sunday (Lotu a Tamaiti)", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1956-01-01": "New Year's Day", "1956-01-02": "The Day After New Year's Day", "1956-03-30": "Good Friday", "1956-03-31": "Day After Good Friday", "1956-04-02": "Easter Monday", "1956-05-14": "Mother's Day", "1956-06-01": "Independence Day", "1956-08-13": "Father's Day", "1956-10-15": "White Sunday (Lotu a Tamaiti)", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-01-02": "The Day After New Year's Day", "1957-04-19": "Good Friday", "1957-04-20": "Day After Good Friday", "1957-04-22": "Easter Monday", "1957-05-13": "Mother's Day", "1957-06-01": "Independence Day", "1957-08-12": "Father's Day", "1957-10-14": "White Sunday (Lotu a Tamaiti)", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-01-02": "The Day After New Year's Day", "1958-04-04": "Good Friday", "1958-04-05": "Day After Good Friday", "1958-04-07": "Easter Monday", "1958-05-12": "Mother's Day", "1958-06-01": "Independence Day", "1958-08-11": "Father's Day", "1958-10-13": "White Sunday (Lotu a Tamaiti)", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-01-02": "The Day After New Year's Day", "1959-03-27": "Good Friday", "1959-03-28": "Day After Good Friday", "1959-03-30": "Easter Monday", "1959-05-11": "Mother's Day", "1959-06-01": "Independence Day", "1959-08-10": "Father's Day", "1959-10-12": "White Sunday (Lotu a Tamaiti)", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-01-02": "The Day After New Year's Day", "1960-04-15": "Good Friday", "1960-04-16": "Day After Good Friday", "1960-04-18": "Easter Monday", "1960-05-09": "Mother's Day", "1960-06-01": "Independence Day", "1960-08-15": "Father's Day", "1960-10-10": "White Sunday (Lotu a Tamaiti)", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1961-01-01": "New Year's Day", "1961-01-02": "The Day After New Year's Day", "1961-03-31": "Good Friday", "1961-04-01": "Day After Good Friday", "1961-04-03": "Easter Monday", "1961-05-15": "Mother's Day", "1961-06-01": "Independence Day", "1961-08-14": "Father's Day", "1961-10-09": "White Sunday (Lotu a Tamaiti)", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-01-02": "The Day After New Year's Day", "1962-04-20": "Good Friday", "1962-04-21": "Day After Good Friday", "1962-04-23": "Easter Monday", "1962-05-14": "Mother's Day", "1962-06-01": "Independence Day", "1962-08-13": "Father's Day", "1962-10-15": "White Sunday (Lotu a Tamaiti)", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-01-02": "The Day After New Year's Day", "1963-04-12": "Good Friday", "1963-04-13": "Day After Good Friday", "1963-04-15": "Easter Monday", "1963-05-13": "Mother's Day", "1963-06-01": "Independence Day", "1963-08-12": "Father's Day", "1963-10-14": "White Sunday (Lotu a Tamaiti)", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-01-02": "The Day After New Year's Day", "1964-03-27": "Good Friday", "1964-03-28": "Day After Good Friday", "1964-03-30": "Easter Monday", "1964-05-11": "Mother's Day", "1964-06-01": "Independence Day", "1964-08-10": "Father's Day", "1964-10-12": "White Sunday (Lotu a Tamaiti)", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-01-02": "The Day After New Year's Day", "1965-04-16": "Good Friday", "1965-04-17": "Day After Good Friday", "1965-04-19": "Easter Monday", "1965-05-10": "Mother's Day", "1965-06-01": "Independence Day", "1965-08-09": "Father's Day", "1965-10-11": "White Sunday (Lotu a Tamaiti)", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1966-01-01": "New Year's Day", "1966-01-02": "The Day After New Year's Day", "1966-04-08": "Good Friday", "1966-04-09": "Day After Good Friday", "1966-04-11": "Easter Monday", "1966-05-09": "Mother's Day", "1966-06-01": "Independence Day", "1966-08-15": "Father's Day", "1966-10-10": "White Sunday (Lotu a Tamaiti)", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-01-02": "The Day After New Year's Day", "1967-03-24": "Good Friday", "1967-03-25": "Day After Good Friday", "1967-03-27": "Easter Monday", "1967-05-15": "Mother's Day", "1967-06-01": "Independence Day", "1967-08-14": "Father's Day", "1967-10-09": "White Sunday (Lotu a Tamaiti)", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-01-02": "The Day After New Year's Day", "1968-04-12": "Good Friday", "1968-04-13": "Day After Good Friday", "1968-04-15": "Easter Monday", "1968-05-13": "Mother's Day", "1968-06-01": "Independence Day", "1968-08-12": "Father's Day", "1968-10-14": "White Sunday (Lotu a Tamaiti)", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-01-02": "The Day After New Year's Day", "1969-04-04": "Good Friday", "1969-04-05": "Day After Good Friday", "1969-04-07": "Easter Monday", "1969-05-12": "Mother's Day", "1969-06-01": "Independence Day", "1969-08-11": "Father's Day", "1969-10-13": "White Sunday (Lotu a Tamaiti)", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-01-02": "The Day After New Year's Day", "1970-03-27": "Good Friday", "1970-03-28": "Day After Good Friday", "1970-03-30": "Easter Monday", "1970-05-11": "Mother's Day", "1970-06-01": "Independence Day", "1970-08-10": "Father's Day", "1970-10-12": "White Sunday (Lotu a Tamaiti)", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-01-02": "The Day After New Year's Day", "1971-04-09": "Good Friday", "1971-04-10": "Day After Good Friday", "1971-04-12": "Easter Monday", "1971-05-10": "Mother's Day", "1971-06-01": "Independence Day", "1971-08-09": "Father's Day", "1971-10-11": "White Sunday (Lotu a Tamaiti)", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1972-01-01": "New Year's Day", "1972-01-02": "The Day After New Year's Day", "1972-03-31": "Good Friday", "1972-04-01": "Day After Good Friday", "1972-04-03": "Easter Monday", "1972-05-15": "Mother's Day", "1972-06-01": "Independence Day", "1972-08-14": "Father's Day", "1972-10-09": "White Sunday (Lotu a Tamaiti)", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-01-02": "The Day After New Year's Day", "1973-04-20": "Good Friday", "1973-04-21": "Day After Good Friday", "1973-04-23": "Easter Monday", "1973-05-14": "Mother's Day", "1973-06-01": "Independence Day", "1973-08-13": "Father's Day", "1973-10-15": "White Sunday (Lotu a Tamaiti)", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-01-02": "The Day After New Year's Day", "1974-04-12": "Good Friday", "1974-04-13": "Day After Good Friday", "1974-04-15": "Easter Monday", "1974-05-13": "Mother's Day", "1974-06-01": "Independence Day", "1974-08-12": "Father's Day", "1974-10-14": "White Sunday (Lotu a Tamaiti)", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-01-02": "The Day After New Year's Day", "1975-03-28": "Good Friday", "1975-03-29": "Day After Good Friday", "1975-03-31": "Easter Monday", "1975-05-12": "Mother's Day", "1975-06-01": "Independence Day", "1975-08-11": "Father's Day", "1975-10-13": "White Sunday (Lotu a Tamaiti)", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-01-02": "The Day After New Year's Day", "1976-04-16": "Good Friday", "1976-04-17": "Day After Good Friday", "1976-04-19": "Easter Monday", "1976-05-10": "Mother's Day", "1976-06-01": "Independence Day", "1976-08-09": "Father's Day", "1976-10-11": "White Sunday (Lotu a Tamaiti)", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1977-01-01": "New Year's Day", "1977-01-02": "The Day After New Year's Day", "1977-04-08": "Good Friday", "1977-04-09": "Day After Good Friday", "1977-04-11": "Easter Monday", "1977-05-09": "Mother's Day", "1977-06-01": "Independence Day", "1977-08-15": "Father's Day", "1977-10-10": "White Sunday (Lotu a Tamaiti)", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1978-01-01": "New Year's Day", "1978-01-02": "The Day After New Year's Day", "1978-03-24": "Good Friday", "1978-03-25": "Day After Good Friday", "1978-03-27": "Easter Monday", "1978-05-15": "Mother's Day", "1978-06-01": "Independence Day", "1978-08-14": "Father's Day", "1978-10-09": "White Sunday (Lotu a Tamaiti)", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-01-02": "The Day After New Year's Day", "1979-04-13": "Good Friday", "1979-04-14": "Day After Good Friday", "1979-04-16": "Easter Monday", "1979-05-14": "Mother's Day", "1979-06-01": "Independence Day", "1979-08-13": "Father's Day", "1979-10-15": "White Sunday (Lotu a Tamaiti)", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-01-02": "The Day After New Year's Day", "1980-04-04": "Good Friday", "1980-04-05": "Day After Good Friday", "1980-04-07": "Easter Monday", "1980-05-12": "Mother's Day", "1980-06-01": "Independence Day", "1980-08-11": "Father's Day", "1980-10-13": "White Sunday (Lotu a Tamaiti)", "1980-12-25": "Christmas Day", "1980-12-26": "Boxing Day", "1981-01-01": "New Year's Day", "1981-01-02": "The Day After New Year's Day", "1981-04-17": "Good Friday", "1981-04-18": "Day After Good Friday", "1981-04-20": "Easter Monday", "1981-05-11": "Mother's Day", "1981-06-01": "Independence Day", "1981-08-10": "Father's Day", "1981-10-12": "White Sunday (Lotu a Tamaiti)", "1981-12-25": "Christmas Day", "1981-12-26": "Boxing Day", "1982-01-01": "New Year's Day", "1982-01-02": "The Day After New Year's Day", "1982-04-09": "Good Friday", "1982-04-10": "Day After Good Friday", "1982-04-12": "Easter Monday", "1982-05-10": "Mother's Day", "1982-06-01": "Independence Day", "1982-08-09": "Father's Day", "1982-10-11": "White Sunday (Lotu a Tamaiti)", "1982-12-25": "Christmas Day", "1982-12-26": "Boxing Day", "1983-01-01": "New Year's Day", "1983-01-02": "The Day After New Year's Day", "1983-04-01": "Good Friday", "1983-04-02": "Day After Good Friday", "1983-04-04": "Easter Monday", "1983-05-09": "Mother's Day", "1983-06-01": "Independence Day", "1983-08-15": "Father's Day", "1983-10-10": "White Sunday (Lotu a Tamaiti)", "1983-12-25": "Christmas Day", "1983-12-26": "Boxing Day", "1984-01-01": "New Year's Day", "1984-01-02": "The Day After New Year's Day", "1984-04-20": "Good Friday", "1984-04-21": "Day After Good Friday", "1984-04-23": "Easter Monday", "1984-05-14": "Mother's Day", "1984-06-01": "Independence Day", "1984-08-13": "Father's Day", "1984-10-15": "White Sunday (Lotu a Tamaiti)", "1984-12-25": "Christmas Day", "1984-12-26": "Boxing Day", "1985-01-01": "New Year's Day", "1985-01-02": "The Day After New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Day After Good Friday", "1985-04-08": "Easter Monday", "1985-05-13": "Mother's Day", "1985-06-01": "Independence Day", "1985-08-12": "Father's Day", "1985-10-14": "White Sunday (Lotu a Tamaiti)", "1985-12-25": "Christmas Day", "1985-12-26": "Boxing Day", "1986-01-01": "New Year's Day", "1986-01-02": "The Day After New Year's Day", "1986-03-28": "Good Friday", "1986-03-29": "Day After Good Friday", "1986-03-31": "Easter Monday", "1986-05-12": "Mother's Day", "1986-06-01": "Independence Day", "1986-08-11": "Father's Day", "1986-10-13": "White Sunday (Lotu a Tamaiti)", "1986-12-25": "Christmas Day", "1986-12-26": "Boxing Day", "1987-01-01": "New Year's Day", "1987-01-02": "The Day After New Year's Day", "1987-04-17": "Good Friday", "1987-04-18": "Day After Good Friday", "1987-04-20": "Easter Monday", "1987-05-11": "Mother's Day", "1987-06-01": "Independence Day", "1987-08-10": "Father's Day", "1987-10-12": "White Sunday (Lotu a Tamaiti)", "1987-12-25": "Christmas Day", "1987-12-26": "Boxing Day", "1988-01-01": "New Year's Day", "1988-01-02": "The Day After New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Day After Good Friday", "1988-04-04": "Easter Monday", "1988-05-09": "Mother's Day", "1988-06-01": "Independence Day", "1988-08-15": "Father's Day", "1988-10-10": "White Sunday (Lotu a Tamaiti)", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1989-01-01": "New Year's Day", "1989-01-02": "The Day After New Year's Day", "1989-03-24": "Good Friday", "1989-03-25": "Day After Good Friday", "1989-03-27": "Easter Monday", "1989-05-15": "Mother's Day", "1989-06-01": "Independence Day", "1989-08-14": "Father's Day", "1989-10-09": "White Sunday (Lotu a Tamaiti)", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-01-02": "The Day After New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Day After Good Friday", "1990-04-16": "Easter Monday", "1990-05-14": "Mother's Day", "1990-06-01": "Independence Day", "1990-08-13": "Father's Day", "1990-10-15": "White Sunday (Lotu a Tamaiti)", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-01-02": "The Day After New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Day After Good Friday", "1991-04-01": "Easter Monday", "1991-05-13": "Mother's Day", "1991-06-01": "Independence Day", "1991-08-12": "Father's Day", "1991-10-14": "White Sunday (Lotu a Tamaiti)", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-01-02": "The Day After New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Day After Good Friday", "1992-04-20": "Easter Monday", "1992-05-11": "Mother's Day", "1992-06-01": "Independence Day", "1992-08-10": "Father's Day", "1992-10-12": "White Sunday (Lotu a Tamaiti)", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-01-02": "The Day After New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Day After Good Friday", "1993-04-12": "Easter Monday", "1993-05-10": "Mother's Day", "1993-06-01": "Independence Day", "1993-08-09": "Father's Day", "1993-10-11": "White Sunday (Lotu a Tamaiti)", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1994-01-01": "New Year's Day", "1994-01-02": "The Day After New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Day After Good Friday", "1994-04-04": "Easter Monday", "1994-05-09": "Mother's Day", "1994-06-01": "Independence Day", "1994-08-15": "Father's Day", "1994-10-10": "White Sunday (Lotu a Tamaiti)", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1995-01-01": "New Year's Day", "1995-01-02": "The Day After New Year's Day", "1995-04-14": "Good Friday", "1995-04-15": "Day After Good Friday", "1995-04-17": "Easter Monday", "1995-05-15": "Mother's Day", "1995-06-01": "Independence Day", "1995-08-14": "Father's Day", "1995-10-09": "White Sunday (Lotu a Tamaiti)", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-01-02": "The Day After New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Day After Good Friday", "1996-04-08": "Easter Monday", "1996-05-13": "Mother's Day", "1996-06-01": "Independence Day", "1996-08-12": "Father's Day", "1996-10-14": "White Sunday (Lotu a Tamaiti)", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-01-02": "The Day After New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Day After Good Friday", "1997-03-31": "Easter Monday", "1997-05-12": "Mother's Day", "1997-06-01": "Independence Day", "1997-08-11": "Father's Day", "1997-10-13": "White Sunday (Lotu a Tamaiti)", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-01-02": "The Day After New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Day After Good Friday", "1998-04-13": "Easter Monday", "1998-05-11": "Mother's Day", "1998-06-01": "Independence Day", "1998-08-10": "Father's Day", "1998-10-12": "White Sunday (Lotu a Tamaiti)", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-01-02": "The Day After New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Day After Good Friday", "1999-04-05": "Easter Monday", "1999-05-10": "Mother's Day", "1999-06-01": "Independence Day", "1999-08-09": "Father's Day", "1999-10-11": "White Sunday (Lotu a Tamaiti)", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "2000-01-01": "New Year's Day", "2000-01-02": "The Day After New Year's Day", "2000-04-21": "Good Friday", "2000-04-22": "Day After Good Friday", "2000-04-24": "Easter Monday", "2000-05-15": "Mother's Day", "2000-06-01": "Independence Day", "2000-08-14": "Father's Day", "2000-10-09": "White Sunday (Lotu a Tamaiti)", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-01-02": "The Day After New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Day After Good Friday", "2001-04-16": "Easter Monday", "2001-05-14": "Mother's Day", "2001-06-01": "Independence Day", "2001-08-13": "Father's Day", "2001-10-15": "White Sunday (Lotu a Tamaiti)", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-01-02": "The Day After New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Day After Good Friday", "2002-04-01": "Easter Monday", "2002-05-13": "Mother's Day", "2002-06-01": "Independence Day", "2002-08-12": "Father's Day", "2002-10-14": "White Sunday (Lotu a Tamaiti)", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-01-02": "The Day After New Year's Day", "2003-04-18": "Good Friday", "2003-04-19": "Day After Good Friday", "2003-04-21": "Easter Monday", "2003-05-12": "Mother's Day", "2003-06-01": "Independence Day", "2003-08-11": "Father's Day", "2003-10-13": "White Sunday (Lotu a Tamaiti)", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-01-02": "The Day After New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Day After Good Friday", "2004-04-12": "Easter Monday", "2004-05-10": "Mother's Day", "2004-06-01": "Independence Day", "2004-08-09": "Father's Day", "2004-10-11": "White Sunday (Lotu a Tamaiti)", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2005-01-01": "New Year's Day", "2005-01-02": "The Day After New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Day After Good Friday", "2005-03-28": "Easter Monday", "2005-05-09": "Mother's Day", "2005-06-01": "Independence Day", "2005-08-15": "Father's Day", "2005-10-10": "White Sunday (Lotu a Tamaiti)", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2006-01-01": "New Year's Day", "2006-01-02": "The Day After New Year's Day", "2006-04-14": "Good Friday", "2006-04-15": "Day After Good Friday", "2006-04-17": "Easter Monday", "2006-05-15": "Mother's Day", "2006-06-01": "Independence Day", "2006-08-14": "Father's Day", "2006-10-09": "White Sunday (Lotu a Tamaiti)", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-01-02": "The Day After New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Day After Good Friday", "2007-04-09": "Easter Monday", "2007-05-14": "Mother's Day", "2007-06-01": "Independence Day", "2007-08-13": "Father's Day", "2007-10-15": "White Sunday (Lotu a Tamaiti)", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-01-02": "The Day After New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Day After Good Friday", "2008-03-24": "Easter Monday", "2008-05-12": "Mother's Day", "2008-06-01": "Independence Day", "2008-08-11": "Father's Day", "2008-10-13": "White Sunday (Lotu a Tamaiti)", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-01-02": "The Day After New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Day After Good Friday", "2009-04-13": "Easter Monday", "2009-05-11": "Mother's Day", "2009-06-01": "Independence Day", "2009-08-10": "Father's Day", "2009-10-12": "White Sunday (Lotu a Tamaiti)", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-01-02": "The Day After New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Day After Good Friday", "2010-04-05": "Easter Monday", "2010-05-10": "Mother's Day", "2010-06-01": "Independence Day", "2010-08-09": "Father's Day", "2010-10-11": "White Sunday (Lotu a Tamaiti)", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2011-01-01": "New Year's Day", "2011-01-02": "The Day After New Year's Day", "2011-04-22": "Good Friday", "2011-04-23": "Day After Good Friday", "2011-04-25": "Easter Monday", "2011-05-09": "Mother's Day", "2011-06-01": "Independence Day", "2011-08-15": "Father's Day", "2011-10-10": "White Sunday (Lotu a Tamaiti)", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2012-01-01": "New Year's Day", "2012-01-02": "The Day After New Year's Day", "2012-04-06": "Good Friday", "2012-04-07": "Day After Good Friday", "2012-04-09": "Easter Monday", "2012-05-14": "Mother's Day", "2012-06-01": "Independence Day", "2012-08-13": "Father's Day", "2012-10-15": "White Sunday (Lotu a Tamaiti)", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-01-02": "The Day After New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Day After Good Friday", "2013-04-01": "Easter Monday", "2013-05-13": "Mother's Day", "2013-06-01": "Independence Day", "2013-08-12": "Father's Day", "2013-10-14": "White Sunday (Lotu a Tamaiti)", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-01-02": "The Day After New Year's Day", "2014-04-18": "Good Friday", "2014-04-19": "Day After Good Friday", "2014-04-21": "Easter Monday", "2014-05-12": "Mother's Day", "2014-06-01": "Independence Day", "2014-08-11": "Father's Day", "2014-10-13": "White Sunday (Lotu a Tamaiti)", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-01-02": "The Day After New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Day After Good Friday", "2015-04-06": "Easter Monday", "2015-05-11": "Mother's Day", "2015-06-01": "Independence Day", "2015-08-10": "Father's Day", "2015-10-12": "White Sunday (Lotu a Tamaiti)", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-01-02": "The Day After New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Day After Good Friday", "2016-03-28": "Easter Monday", "2016-05-09": "Mother's Day", "2016-06-01": "Independence Day", "2016-08-15": "Father's Day", "2016-10-10": "White Sunday (Lotu a Tamaiti)", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2017-01-01": "New Year's Day", "2017-01-02": "The Day After New Year's Day", "2017-04-14": "Good Friday", "2017-04-15": "Day After Good Friday", "2017-04-17": "Easter Monday", "2017-05-15": "Mother's Day", "2017-06-01": "Independence Day", "2017-08-14": "Father's Day", "2017-10-09": "White Sunday (Lotu a Tamaiti)", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-01-02": "The Day After New Year's Day", "2018-03-30": "Good Friday", "2018-03-31": "Day After Good Friday", "2018-04-02": "Easter Monday", "2018-05-14": "Mother's Day", "2018-06-01": "Independence Day", "2018-08-13": "Father's Day", "2018-10-15": "White Sunday (Lotu a Tamaiti)", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-01-02": "The Day After New Year's Day", "2019-04-19": "Good Friday", "2019-04-20": "Day After Good Friday", "2019-04-22": "Easter Monday", "2019-05-13": "Mother's Day", "2019-06-01": "Independence Day", "2019-08-12": "Father's Day", "2019-10-14": "White Sunday (Lotu a Tamaiti)", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-01-02": "The Day After New Year's Day", "2020-04-10": "Good Friday", "2020-04-11": "Day After Good Friday", "2020-04-13": "Easter Monday", "2020-05-11": "Mother's Day", "2020-06-01": "Independence Day", "2020-08-10": "Father's Day", "2020-10-12": "White Sunday (Lotu a Tamaiti)", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-01-02": "The Day After New Year's Day", "2021-04-02": "Good Friday", "2021-04-03": "Day After Good Friday", "2021-04-05": "Easter Monday", "2021-05-10": "Mother's Day", "2021-06-01": "Independence Day", "2021-08-09": "Father's Day", "2021-10-11": "White Sunday (Lotu a Tamaiti)", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2022-01-01": "New Year's Day", "2022-01-02": "The Day After New Year's Day", "2022-04-15": "Good Friday", "2022-04-16": "Day After Good Friday", "2022-04-18": "Easter Monday", "2022-05-09": "Mother's Day", "2022-06-01": "Independence Day", "2022-08-15": "Father's Day", "2022-10-10": "White Sunday (Lotu a Tamaiti)", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2023-01-01": "New Year's Day", "2023-01-02": "The Day After New Year's Day", "2023-04-07": "Good Friday", "2023-04-08": "Day After Good Friday", "2023-04-10": "Easter Monday", "2023-05-15": "Mother's Day", "2023-06-01": "Independence Day", "2023-08-14": "Father's Day", "2023-10-09": "White Sunday (Lotu a Tamaiti)", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-01-02": "The Day After New Year's Day", "2024-03-29": "Good Friday", "2024-03-30": "Day After Good Friday", "2024-04-01": "Easter Monday", "2024-05-13": "Mother's Day", "2024-06-01": "Independence Day", "2024-08-12": "Father's Day", "2024-10-14": "White Sunday (Lotu a Tamaiti)", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-01-02": "The Day After New Year's Day", "2025-04-18": "Good Friday", "2025-04-19": "Day After Good Friday", "2025-04-21": "Easter Monday", "2025-05-12": "Mother's Day", "2025-06-01": "Independence Day", "2025-08-11": "Father's Day", "2025-10-13": "White Sunday (Lotu a Tamaiti)", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-01-02": "The Day After New Year's Day", "2026-04-03": "Good Friday", "2026-04-04": "Day After Good Friday", "2026-04-06": "Easter Monday", "2026-05-11": "Mother's Day", "2026-06-01": "Independence Day", "2026-08-10": "Father's Day", "2026-10-12": "White Sunday (Lotu a Tamaiti)", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-01-02": "The Day After New Year's Day", "2027-03-26": "Good Friday", "2027-03-27": "Day After Good Friday", "2027-03-29": "Easter Monday", "2027-05-10": "Mother's Day", "2027-06-01": "Independence Day", "2027-08-09": "Father's Day", "2027-10-11": "White Sunday (Lotu a Tamaiti)", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2028-01-01": "New Year's Day", "2028-01-02": "The Day After New Year's Day", "2028-04-14": "Good Friday", "2028-04-15": "Day After Good Friday", "2028-04-17": "Easter Monday", "2028-05-15": "Mother's Day", "2028-06-01": "Independence Day", "2028-08-14": "Father's Day", "2028-10-09": "White Sunday (Lotu a Tamaiti)", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-01-02": "The Day After New Year's Day", "2029-03-30": "Good Friday", "2029-03-31": "Day After Good Friday", "2029-04-02": "Easter Monday", "2029-05-14": "Mother's Day", "2029-06-01": "Independence Day", "2029-08-13": "Father's Day", "2029-10-15": "White Sunday (Lotu a Tamaiti)", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-01-02": "The Day After New Year's Day", "2030-04-19": "Good Friday", "2030-04-20": "Day After Good Friday", "2030-04-22": "Easter Monday", "2030-05-13": "Mother's Day", "2030-06-01": "Independence Day", "2030-08-12": "Father's Day", "2030-10-14": "White Sunday (Lotu a Tamaiti)", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-01-02": "The Day After New Year's Day", "2031-04-11": "Good Friday", "2031-04-12": "Day After Good Friday", "2031-04-14": "Easter Monday", "2031-05-12": "Mother's Day", "2031-06-01": "Independence Day", "2031-08-11": "Father's Day", "2031-10-13": "White Sunday (Lotu a Tamaiti)", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-01-02": "The Day After New Year's Day", "2032-03-26": "Good Friday", "2032-03-27": "Day After Good Friday", "2032-03-29": "Easter Monday", "2032-05-10": "Mother's Day", "2032-06-01": "Independence Day", "2032-08-09": "Father's Day", "2032-10-11": "White Sunday (Lotu a Tamaiti)", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2033-01-01": "New Year's Day", "2033-01-02": "The Day After New Year's Day", "2033-04-15": "Good Friday", "2033-04-16": "Day After Good Friday", "2033-04-18": "Easter Monday", "2033-05-09": "Mother's Day", "2033-06-01": "Independence Day", "2033-08-15": "Father's Day", "2033-10-10": "White Sunday (Lotu a Tamaiti)", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2034-01-01": "New Year's Day", "2034-01-02": "The Day After New Year's Day", "2034-04-07": "Good Friday", "2034-04-08": "Day After Good Friday", "2034-04-10": "Easter Monday", "2034-05-15": "Mother's Day", "2034-06-01": "Independence Day", "2034-08-14": "Father's Day", "2034-10-09": "White Sunday (Lotu a Tamaiti)", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-01-02": "The Day After New Year's Day", "2035-03-23": "Good Friday", "2035-03-24": "Day After Good Friday", "2035-03-26": "Easter Monday", "2035-05-14": "Mother's Day", "2035-06-01": "Independence Day", "2035-08-13": "Father's Day", "2035-10-15": "White Sunday (Lotu a Tamaiti)", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-01-02": "The Day After New Year's Day", "2036-04-11": "Good Friday", "2036-04-12": "Day After Good Friday", "2036-04-14": "Easter Monday", "2036-05-12": "Mother's Day", "2036-06-01": "Independence Day", "2036-08-11": "Father's Day", "2036-10-13": "White Sunday (Lotu a Tamaiti)", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-01-02": "The Day After New Year's Day", "2037-04-03": "Good Friday", "2037-04-04": "Day After Good Friday", "2037-04-06": "Easter Monday", "2037-05-11": "Mother's Day", "2037-06-01": "Independence Day", "2037-08-10": "Father's Day", "2037-10-12": "White Sunday (Lotu a Tamaiti)", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-01-02": "The Day After New Year's Day", "2038-04-23": "Good Friday", "2038-04-24": "Day After Good Friday", "2038-04-26": "Easter Monday", "2038-05-10": "Mother's Day", "2038-06-01": "Independence Day", "2038-08-09": "Father's Day", "2038-10-11": "White Sunday (Lotu a Tamaiti)", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2039-01-01": "New Year's Day", "2039-01-02": "The Day After New Year's Day", "2039-04-08": "Good Friday", "2039-04-09": "Day After Good Friday", "2039-04-11": "Easter Monday", "2039-05-09": "Mother's Day", "2039-06-01": "Independence Day", "2039-08-15": "Father's Day", "2039-10-10": "White Sunday (Lotu a Tamaiti)", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2040-01-01": "New Year's Day", "2040-01-02": "The Day After New Year's Day", "2040-03-30": "Good Friday", "2040-03-31": "Day After Good Friday", "2040-04-02": "Easter Monday", "2040-05-14": "Mother's Day", "2040-06-01": "Independence Day", "2040-08-13": "Father's Day", "2040-10-15": "White Sunday (Lotu a Tamaiti)", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-01-02": "The Day After New Year's Day", "2041-04-19": "Good Friday", "2041-04-20": "Day After Good Friday", "2041-04-22": "Easter Monday", "2041-05-13": "Mother's Day", "2041-06-01": "Independence Day", "2041-08-12": "Father's Day", "2041-10-14": "White Sunday (Lotu a Tamaiti)", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-01-02": "The Day After New Year's Day", "2042-04-04": "Good Friday", "2042-04-05": "Day After Good Friday", "2042-04-07": "Easter Monday", "2042-05-12": "Mother's Day", "2042-06-01": "Independence Day", "2042-08-11": "Father's Day", "2042-10-13": "White Sunday (Lotu a Tamaiti)", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-01-02": "The Day After New Year's Day", "2043-03-27": "Good Friday", "2043-03-28": "Day After Good Friday", "2043-03-30": "Easter Monday", "2043-05-11": "Mother's Day", "2043-06-01": "Independence Day", "2043-08-10": "Father's Day", "2043-10-12": "White Sunday (Lotu a Tamaiti)", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-01-02": "The Day After New Year's Day", "2044-04-15": "Good Friday", "2044-04-16": "Day After Good Friday", "2044-04-18": "Easter Monday", "2044-05-09": "Mother's Day", "2044-06-01": "Independence Day", "2044-08-15": "Father's Day", "2044-10-10": "White Sunday (Lotu a Tamaiti)", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2045-01-01": "New Year's Day", "2045-01-02": "The Day After New Year's Day", "2045-04-07": "Good Friday", "2045-04-08": "Day After Good Friday", "2045-04-10": "Easter Monday", "2045-05-15": "Mother's Day", "2045-06-01": "Independence Day", "2045-08-14": "Father's Day", "2045-10-09": "White Sunday (Lotu a Tamaiti)", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-01-02": "The Day After New Year's Day", "2046-03-23": "Good Friday", "2046-03-24": "Day After Good Friday", "2046-03-26": "Easter Monday", "2046-05-14": "Mother's Day", "2046-06-01": "Independence Day", "2046-08-13": "Father's Day", "2046-10-15": "White Sunday (Lotu a Tamaiti)", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-01-02": "The Day After New Year's Day", "2047-04-12": "Good Friday", "2047-04-13": "Day After Good Friday", "2047-04-15": "Easter Monday", "2047-05-13": "Mother's Day", "2047-06-01": "Independence Day", "2047-08-12": "Father's Day", "2047-10-14": "White Sunday (Lotu a Tamaiti)", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-01-02": "The Day After New Year's Day", "2048-04-03": "Good Friday", "2048-04-04": "Day After Good Friday", "2048-04-06": "Easter Monday", "2048-05-11": "Mother's Day", "2048-06-01": "Independence Day", "2048-08-10": "Father's Day", "2048-10-12": "White Sunday (Lotu a Tamaiti)", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-01-02": "The Day After New Year's Day", "2049-04-16": "Good Friday", "2049-04-17": "Day After Good Friday", "2049-04-19": "Easter Monday", "2049-05-10": "Mother's Day", "2049-06-01": "Independence Day", "2049-08-09": "Father's Day", "2049-10-11": "White Sunday (Lotu a Tamaiti)", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2050-01-01": "New Year's Day", "2050-01-02": "The Day After New Year's Day", "2050-04-08": "Good Friday", "2050-04-09": "Day After Good Friday", "2050-04-11": "Easter Monday", "2050-05-09": "Mother's Day", "2050-06-01": "Independence Day", "2050-08-15": "Father's Day", "2050-10-10": "White Sunday (Lotu a Tamaiti)", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day" } holidays-0.71/snapshots/countries/ZA_COMMON.json000066400000000000000000001306671500152103600215750ustar00rootroot00000000000000{ "1950-01-01": "New Year's Day", "1950-04-07": "Good Friday", "1950-04-10": "Easter Monday", "1950-05-18": "Ascension Day", "1950-05-24": "Empire Day", "1950-05-31": "Union Day", "1950-08-07": "King's Birthday", "1950-12-16": "Dingaan's Day", "1950-12-25": "Christmas Day", "1950-12-26": "Boxing Day", "1951-01-01": "New Year's Day", "1951-03-23": "Good Friday", "1951-03-26": "Easter Monday", "1951-05-03": "Ascension Day", "1951-05-24": "Empire Day", "1951-05-31": "Union Day", "1951-08-06": "King's Birthday", "1951-12-16": "Dingaan's Day", "1951-12-25": "Christmas Day", "1951-12-26": "Boxing Day", "1952-01-01": "New Year's Day", "1952-04-06": "Van Riebeeck's Day", "1952-04-11": "Good Friday", "1952-04-14": "Easter Monday", "1952-05-22": "Ascension Day", "1952-05-31": "Union Day", "1952-07-14": "Queen's Birthday", "1952-09-01": "Settlers' Day", "1952-10-10": "Kruger Day", "1952-12-16": "Day of the Covenant", "1952-12-25": "Christmas Day", "1952-12-26": "Boxing Day", "1953-01-01": "New Year's Day", "1953-04-03": "Good Friday", "1953-04-06": "Easter Monday; Van Riebeeck's Day", "1953-05-14": "Ascension Day", "1953-05-31": "Union Day", "1953-07-13": "Queen's Birthday", "1953-09-07": "Settlers' Day", "1953-10-10": "Kruger Day", "1953-12-16": "Day of the Covenant", "1953-12-25": "Christmas Day", "1953-12-26": "Boxing Day", "1954-01-01": "New Year's Day", "1954-04-06": "Van Riebeeck's Day", "1954-04-16": "Good Friday", "1954-04-19": "Easter Monday", "1954-05-27": "Ascension Day", "1954-05-31": "Union Day", "1954-07-12": "Queen's Birthday", "1954-09-06": "Settlers' Day", "1954-10-10": "Kruger Day", "1954-12-16": "Day of the Covenant", "1954-12-25": "Christmas Day", "1954-12-26": "Boxing Day", "1955-01-01": "New Year's Day", "1955-04-06": "Van Riebeeck's Day", "1955-04-08": "Good Friday", "1955-04-11": "Easter Monday", "1955-05-19": "Ascension Day", "1955-05-31": "Union Day", "1955-07-11": "Queen's Birthday", "1955-09-05": "Settlers' Day", "1955-10-10": "Kruger Day", "1955-12-16": "Day of the Covenant", "1955-12-25": "Christmas Day", "1955-12-26": "Boxing Day", "1956-01-01": "New Year's Day", "1956-03-30": "Good Friday", "1956-04-02": "Easter Monday", "1956-04-06": "Van Riebeeck's Day", "1956-05-10": "Ascension Day", "1956-05-31": "Union Day", "1956-07-09": "Queen's Birthday", "1956-09-03": "Settlers' Day", "1956-10-10": "Kruger Day", "1956-12-16": "Day of the Covenant", "1956-12-25": "Christmas Day", "1956-12-26": "Boxing Day", "1957-01-01": "New Year's Day", "1957-04-06": "Van Riebeeck's Day", "1957-04-19": "Good Friday", "1957-04-22": "Easter Monday", "1957-05-30": "Ascension Day", "1957-05-31": "Union Day", "1957-07-08": "Queen's Birthday", "1957-09-02": "Settlers' Day", "1957-10-10": "Kruger Day", "1957-12-16": "Day of the Covenant", "1957-12-25": "Christmas Day", "1957-12-26": "Boxing Day", "1958-01-01": "New Year's Day", "1958-04-04": "Good Friday", "1958-04-06": "Van Riebeeck's Day", "1958-04-07": "Easter Monday", "1958-05-15": "Ascension Day", "1958-05-31": "Union Day", "1958-07-14": "Queen's Birthday", "1958-09-01": "Settlers' Day", "1958-10-10": "Kruger Day", "1958-12-16": "Day of the Covenant", "1958-12-25": "Christmas Day", "1958-12-26": "Boxing Day", "1959-01-01": "New Year's Day", "1959-03-27": "Good Friday", "1959-03-30": "Easter Monday", "1959-04-06": "Van Riebeeck's Day", "1959-05-07": "Ascension Day", "1959-05-31": "Union Day", "1959-07-13": "Queen's Birthday", "1959-09-07": "Settlers' Day", "1959-10-10": "Kruger Day", "1959-12-16": "Day of the Covenant", "1959-12-25": "Christmas Day", "1959-12-26": "Boxing Day", "1960-01-01": "New Year's Day", "1960-04-06": "Van Riebeeck's Day", "1960-04-15": "Good Friday", "1960-04-18": "Easter Monday", "1960-05-26": "Ascension Day", "1960-05-31": "Union Day", "1960-07-11": "Queen's Birthday", "1960-09-05": "Settlers' Day", "1960-10-10": "Kruger Day", "1960-12-16": "Day of the Covenant", "1960-12-25": "Christmas Day", "1960-12-26": "Boxing Day", "1961-01-01": "New Year's Day", "1961-03-31": "Good Friday", "1961-04-03": "Easter Monday", "1961-04-06": "Van Riebeeck's Day", "1961-05-11": "Ascension Day", "1961-05-31": "Republic Day", "1961-07-10": "Family Day", "1961-09-04": "Settlers' Day", "1961-10-10": "Kruger Day", "1961-12-16": "Day of the Covenant", "1961-12-25": "Christmas Day", "1961-12-26": "Boxing Day", "1962-01-01": "New Year's Day", "1962-04-06": "Van Riebeeck's Day", "1962-04-20": "Good Friday", "1962-04-23": "Easter Monday", "1962-05-31": "Ascension Day; Republic Day", "1962-07-10": "Family Day", "1962-09-03": "Settlers' Day", "1962-10-10": "Kruger Day", "1962-12-16": "Day of the Covenant", "1962-12-25": "Christmas Day", "1962-12-26": "Boxing Day", "1963-01-01": "New Year's Day", "1963-04-06": "Van Riebeeck's Day", "1963-04-12": "Good Friday", "1963-04-15": "Easter Monday", "1963-05-23": "Ascension Day", "1963-05-31": "Republic Day", "1963-07-10": "Family Day", "1963-09-02": "Settlers' Day", "1963-10-10": "Kruger Day", "1963-12-16": "Day of the Covenant", "1963-12-25": "Christmas Day", "1963-12-26": "Boxing Day", "1964-01-01": "New Year's Day", "1964-03-27": "Good Friday", "1964-03-30": "Easter Monday", "1964-04-06": "Van Riebeeck's Day", "1964-05-07": "Ascension Day", "1964-05-31": "Republic Day", "1964-07-10": "Family Day", "1964-09-07": "Settlers' Day", "1964-10-10": "Kruger Day", "1964-12-16": "Day of the Covenant", "1964-12-25": "Christmas Day", "1964-12-26": "Boxing Day", "1965-01-01": "New Year's Day", "1965-04-06": "Van Riebeeck's Day", "1965-04-16": "Good Friday", "1965-04-19": "Easter Monday", "1965-05-27": "Ascension Day", "1965-05-31": "Republic Day", "1965-07-10": "Family Day", "1965-09-06": "Settlers' Day", "1965-10-10": "Kruger Day", "1965-12-16": "Day of the Covenant", "1965-12-25": "Christmas Day", "1965-12-26": "Boxing Day", "1966-01-01": "New Year's Day", "1966-04-06": "Van Riebeeck's Day", "1966-04-08": "Good Friday", "1966-04-11": "Easter Monday", "1966-05-19": "Ascension Day", "1966-05-31": "Republic Day", "1966-07-10": "Family Day", "1966-09-05": "Settlers' Day", "1966-10-10": "Kruger Day", "1966-12-16": "Day of the Covenant", "1966-12-25": "Christmas Day", "1966-12-26": "Boxing Day", "1967-01-01": "New Year's Day", "1967-03-24": "Good Friday", "1967-03-27": "Easter Monday", "1967-04-06": "Van Riebeeck's Day", "1967-05-04": "Ascension Day", "1967-05-31": "Republic Day", "1967-07-10": "Family Day", "1967-09-04": "Settlers' Day", "1967-10-10": "Kruger Day", "1967-12-16": "Day of the Covenant", "1967-12-25": "Christmas Day", "1967-12-26": "Boxing Day", "1968-01-01": "New Year's Day", "1968-04-06": "Van Riebeeck's Day", "1968-04-12": "Good Friday", "1968-04-15": "Easter Monday", "1968-05-23": "Ascension Day", "1968-05-31": "Republic Day", "1968-07-10": "Family Day", "1968-09-02": "Settlers' Day", "1968-10-10": "Kruger Day", "1968-12-16": "Day of the Covenant", "1968-12-25": "Christmas Day", "1968-12-26": "Boxing Day", "1969-01-01": "New Year's Day", "1969-04-04": "Good Friday", "1969-04-06": "Van Riebeeck's Day", "1969-04-07": "Easter Monday", "1969-05-15": "Ascension Day", "1969-05-31": "Republic Day", "1969-07-10": "Family Day", "1969-09-01": "Settlers' Day", "1969-10-10": "Kruger Day", "1969-12-16": "Day of the Covenant", "1969-12-25": "Christmas Day", "1969-12-26": "Boxing Day", "1970-01-01": "New Year's Day", "1970-03-27": "Good Friday", "1970-03-30": "Easter Monday", "1970-04-06": "Van Riebeeck's Day", "1970-05-07": "Ascension Day", "1970-05-31": "Republic Day", "1970-07-10": "Family Day", "1970-09-07": "Settlers' Day", "1970-10-10": "Kruger Day", "1970-12-16": "Day of the Covenant", "1970-12-25": "Christmas Day", "1970-12-26": "Boxing Day", "1971-01-01": "New Year's Day", "1971-04-06": "Van Riebeeck's Day", "1971-04-09": "Good Friday", "1971-04-12": "Easter Monday", "1971-05-20": "Ascension Day", "1971-05-31": "Republic Day", "1971-07-10": "Family Day", "1971-09-06": "Settlers' Day", "1971-10-10": "Kruger Day", "1971-12-16": "Day of the Covenant", "1971-12-25": "Christmas Day", "1971-12-26": "Boxing Day", "1972-01-01": "New Year's Day", "1972-03-31": "Good Friday", "1972-04-03": "Easter Monday", "1972-04-06": "Van Riebeeck's Day", "1972-05-11": "Ascension Day", "1972-05-31": "Republic Day", "1972-07-10": "Family Day", "1972-09-04": "Settlers' Day", "1972-10-10": "Kruger Day", "1972-12-16": "Day of the Covenant", "1972-12-25": "Christmas Day", "1972-12-26": "Boxing Day", "1973-01-01": "New Year's Day", "1973-04-06": "Van Riebeeck's Day", "1973-04-20": "Good Friday", "1973-04-23": "Easter Monday", "1973-05-31": "Ascension Day; Republic Day", "1973-07-10": "Family Day", "1973-09-03": "Settlers' Day", "1973-10-10": "Kruger Day", "1973-12-16": "Day of the Covenant", "1973-12-25": "Christmas Day", "1973-12-26": "Boxing Day", "1974-01-01": "New Year's Day", "1974-04-12": "Good Friday", "1974-04-15": "Easter Monday", "1974-05-23": "Ascension Day", "1974-05-31": "Republic Day", "1974-09-02": "Settlers' Day", "1974-10-10": "Kruger Day", "1974-12-16": "Day of the Covenant", "1974-12-25": "Christmas Day", "1974-12-26": "Boxing Day", "1975-01-01": "New Year's Day", "1975-03-28": "Good Friday", "1975-03-31": "Easter Monday", "1975-05-08": "Ascension Day", "1975-05-31": "Republic Day", "1975-09-01": "Settlers' Day", "1975-10-10": "Kruger Day", "1975-12-16": "Day of the Covenant", "1975-12-25": "Christmas Day", "1975-12-26": "Boxing Day", "1976-01-01": "New Year's Day", "1976-04-16": "Good Friday", "1976-04-19": "Easter Monday", "1976-05-27": "Ascension Day", "1976-05-31": "Republic Day", "1976-09-06": "Settlers' Day", "1976-10-10": "Kruger Day", "1976-12-16": "Day of the Covenant", "1976-12-25": "Christmas Day", "1976-12-26": "Boxing Day", "1977-01-01": "New Year's Day", "1977-04-08": "Good Friday", "1977-04-11": "Easter Monday", "1977-05-19": "Ascension Day", "1977-05-31": "Republic Day", "1977-09-05": "Settlers' Day", "1977-10-10": "Kruger Day", "1977-12-16": "Day of the Covenant", "1977-12-25": "Christmas Day", "1977-12-26": "Boxing Day", "1978-01-01": "New Year's Day", "1978-03-24": "Good Friday", "1978-03-27": "Easter Monday", "1978-05-04": "Ascension Day", "1978-05-31": "Republic Day", "1978-09-04": "Settlers' Day", "1978-10-10": "Kruger Day", "1978-12-16": "Day of the Covenant", "1978-12-25": "Christmas Day", "1978-12-26": "Boxing Day", "1979-01-01": "New Year's Day", "1979-04-13": "Good Friday", "1979-04-16": "Easter Monday", "1979-05-24": "Ascension Day", "1979-05-31": "Republic Day", "1979-09-03": "Settlers' Day", "1979-10-10": "Kruger Day", "1979-12-16": "Day of the Covenant", "1979-12-25": "Christmas Day", "1979-12-26": "Boxing Day", "1980-01-01": "New Year's Day", "1980-04-04": "Good Friday", "1980-04-06": "Founder's Day", "1980-04-07": "Family Day", "1980-05-15": "Ascension Day", "1980-05-31": "Republic Day", "1980-10-10": "Kruger Day", "1980-12-16": "Day of the Vow", "1980-12-25": "Christmas Day", "1980-12-26": "Day of Goodwill", "1981-01-01": "New Year's Day", "1981-04-06": "Founder's Day", "1981-04-17": "Good Friday", "1981-04-20": "Family Day", "1981-05-28": "Ascension Day", "1981-05-31": "Republic Day", "1981-10-10": "Kruger Day", "1981-12-16": "Day of the Vow", "1981-12-25": "Christmas Day", "1981-12-26": "Day of Goodwill", "1982-01-01": "New Year's Day", "1982-04-06": "Founder's Day", "1982-04-09": "Good Friday", "1982-04-12": "Family Day", "1982-05-20": "Ascension Day", "1982-05-31": "Republic Day", "1982-10-10": "Kruger Day", "1982-12-16": "Day of the Vow", "1982-12-25": "Christmas Day", "1982-12-26": "Day of Goodwill", "1983-01-01": "New Year's Day", "1983-04-01": "Good Friday", "1983-04-04": "Family Day", "1983-04-06": "Founder's Day", "1983-05-12": "Ascension Day", "1983-05-31": "Republic Day", "1983-10-10": "Kruger Day", "1983-12-16": "Day of the Vow", "1983-12-25": "Christmas Day", "1983-12-26": "Day of Goodwill", "1984-01-01": "New Year's Day", "1984-04-06": "Founder's Day", "1984-04-20": "Good Friday", "1984-04-23": "Family Day", "1984-05-31": "Ascension Day; Republic Day", "1984-10-10": "Kruger Day", "1984-12-16": "Day of the Vow", "1984-12-25": "Christmas Day", "1984-12-26": "Day of Goodwill", "1985-01-01": "New Year's Day", "1985-04-05": "Good Friday", "1985-04-06": "Founder's Day", "1985-04-08": "Family Day", "1985-05-16": "Ascension Day", "1985-05-31": "Republic Day", "1985-10-10": "Kruger Day", "1985-12-16": "Day of the Vow", "1985-12-25": "Christmas Day", "1985-12-26": "Day of Goodwill", "1986-01-01": "New Year's Day", "1986-03-28": "Good Friday", "1986-03-31": "Family Day", "1986-04-06": "Founder's Day", "1986-05-08": "Ascension Day", "1986-05-31": "Republic Day", "1986-10-10": "Kruger Day", "1986-12-16": "Day of the Vow", "1986-12-25": "Christmas Day", "1986-12-26": "Day of Goodwill", "1987-01-01": "New Year's Day", "1987-04-06": "Founder's Day", "1987-04-17": "Good Friday", "1987-04-20": "Family Day", "1987-05-01": "Workers' Day", "1987-05-28": "Ascension Day", "1987-05-31": "Republic Day", "1987-10-10": "Kruger Day", "1987-12-16": "Day of the Vow", "1987-12-25": "Christmas Day", "1987-12-26": "Day of Goodwill", "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-04": "Family Day", "1988-04-06": "Founder's Day", "1988-05-06": "Workers' Day", "1988-05-12": "Ascension Day", "1988-05-31": "Republic Day", "1988-10-10": "Kruger Day", "1988-12-16": "Day of the Vow", "1988-12-25": "Christmas Day", "1988-12-26": "Day of Goodwill", "1989-01-01": "New Year's Day", "1989-03-24": "Good Friday", "1989-03-27": "Family Day", "1989-04-06": "Founder's Day", "1989-05-04": "Ascension Day", "1989-05-05": "Workers' Day", "1989-05-31": "Republic Day", "1989-10-10": "Kruger Day", "1989-12-16": "Day of the Vow", "1989-12-25": "Christmas Day", "1989-12-26": "Day of Goodwill", "1990-01-01": "New Year's Day", "1990-04-06": "Founder's Day", "1990-04-13": "Good Friday", "1990-04-16": "Family Day", "1990-05-24": "Ascension Day", "1990-05-31": "Republic Day", "1990-10-10": "Kruger Day", "1990-12-16": "Day of the Vow", "1990-12-25": "Christmas Day", "1990-12-26": "Day of Goodwill", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-04-01": "Family Day", "1991-04-06": "Founder's Day", "1991-05-09": "Ascension Day", "1991-05-31": "Republic Day", "1991-10-10": "Kruger Day", "1991-12-16": "Day of the Vow", "1991-12-25": "Christmas Day", "1991-12-26": "Day of Goodwill", "1992-01-01": "New Year's Day", "1992-04-06": "Founder's Day", "1992-04-17": "Good Friday", "1992-04-20": "Family Day", "1992-05-28": "Ascension Day", "1992-05-31": "Republic Day", "1992-10-10": "Kruger Day", "1992-12-16": "Day of the Vow", "1992-12-25": "Christmas Day", "1992-12-26": "Day of Goodwill", "1993-01-01": "New Year's Day", "1993-04-06": "Founder's Day", "1993-04-09": "Good Friday", "1993-04-12": "Family Day", "1993-05-20": "Ascension Day", "1993-05-31": "Republic Day", "1993-10-10": "Kruger Day", "1993-12-16": "Day of the Vow", "1993-12-25": "Christmas Day", "1993-12-26": "Day of Goodwill", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-04": "Family Day", "1994-04-06": "Founder's Day", "1994-12-16": "Day of the Vow", "1994-12-25": "Christmas Day", "1994-12-26": "Day of Goodwill", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-21": "Human Rights Day", "1995-04-14": "Good Friday", "1995-04-17": "Family Day", "1995-04-27": "Freedom Day", "1995-05-01": "Workers' Day", "1995-06-16": "Youth Day", "1995-08-09": "National Women's Day", "1995-09-24": "Heritage Day", "1995-09-25": "Heritage Day (observed)", "1995-12-16": "Day of Reconciliation", "1995-12-25": "Christmas Day", "1995-12-26": "Day of Goodwill", "1996-01-01": "New Year's Day", "1996-03-21": "Human Rights Day", "1996-04-05": "Good Friday", "1996-04-08": "Family Day", "1996-04-27": "Freedom Day", "1996-05-01": "Workers' Day", "1996-06-16": "Youth Day", "1996-06-17": "Youth Day (observed)", "1996-08-09": "National Women's Day", "1996-09-24": "Heritage Day", "1996-12-16": "Day of Reconciliation", "1996-12-25": "Christmas Day", "1996-12-26": "Day of Goodwill", "1997-01-01": "New Year's Day", "1997-03-21": "Human Rights Day", "1997-03-28": "Good Friday", "1997-03-31": "Family Day", "1997-04-27": "Freedom Day", "1997-04-28": "Freedom Day (observed)", "1997-05-01": "Workers' Day", "1997-06-16": "Youth Day", "1997-08-09": "National Women's Day", "1997-09-24": "Heritage Day", "1997-12-16": "Day of Reconciliation", "1997-12-25": "Christmas Day", "1997-12-26": "Day of Goodwill", "1998-01-01": "New Year's Day", "1998-03-21": "Human Rights Day", "1998-04-10": "Good Friday", "1998-04-13": "Family Day", "1998-04-27": "Freedom Day", "1998-05-01": "Workers' Day", "1998-06-16": "Youth Day", "1998-08-09": "National Women's Day", "1998-08-10": "National Women's Day (observed)", "1998-09-24": "Heritage Day", "1998-12-16": "Day of Reconciliation", "1998-12-25": "Christmas Day", "1998-12-26": "Day of Goodwill", "1999-01-01": "New Year's Day", "1999-03-21": "Human Rights Day", "1999-03-22": "Human Rights Day (observed)", "1999-04-02": "Good Friday", "1999-04-05": "Family Day", "1999-04-27": "Freedom Day", "1999-05-01": "Workers' Day", "1999-06-02": "National and provincial government elections", "1999-06-16": "Youth Day", "1999-08-09": "National Women's Day", "1999-09-24": "Heritage Day", "1999-12-16": "Day of Reconciliation", "1999-12-25": "Christmas Day", "1999-12-26": "Day of Goodwill", "1999-12-27": "Day of Goodwill (observed)", "1999-12-31": "Y2K changeover", "2000-01-01": "New Year's Day", "2000-01-02": "Y2K changeover", "2000-01-03": "Y2K changeover (observed)", "2000-03-21": "Human Rights Day", "2000-04-21": "Good Friday", "2000-04-24": "Family Day", "2000-04-27": "Freedom Day", "2000-05-01": "Workers' Day", "2000-06-16": "Youth Day", "2000-08-09": "National Women's Day", "2000-09-24": "Heritage Day", "2000-09-25": "Heritage Day (observed)", "2000-12-16": "Day of Reconciliation", "2000-12-25": "Christmas Day", "2000-12-26": "Day of Goodwill", "2001-01-01": "New Year's Day", "2001-03-21": "Human Rights Day", "2001-04-13": "Good Friday", "2001-04-16": "Family Day", "2001-04-27": "Freedom Day", "2001-05-01": "Workers' Day", "2001-06-16": "Youth Day", "2001-08-09": "National Women's Day", "2001-09-24": "Heritage Day", "2001-12-16": "Day of Reconciliation", "2001-12-17": "Day of Reconciliation (observed)", "2001-12-25": "Christmas Day", "2001-12-26": "Day of Goodwill", "2002-01-01": "New Year's Day", "2002-03-21": "Human Rights Day", "2002-03-29": "Good Friday", "2002-04-01": "Family Day", "2002-04-27": "Freedom Day", "2002-05-01": "Workers' Day", "2002-06-16": "Youth Day", "2002-06-17": "Youth Day (observed)", "2002-08-09": "National Women's Day", "2002-09-24": "Heritage Day", "2002-12-16": "Day of Reconciliation", "2002-12-25": "Christmas Day", "2002-12-26": "Day of Goodwill", "2003-01-01": "New Year's Day", "2003-03-21": "Human Rights Day", "2003-04-18": "Good Friday", "2003-04-21": "Family Day", "2003-04-27": "Freedom Day", "2003-04-28": "Freedom Day (observed)", "2003-05-01": "Workers' Day", "2003-06-16": "Youth Day", "2003-08-09": "National Women's Day", "2003-09-24": "Heritage Day", "2003-12-16": "Day of Reconciliation", "2003-12-25": "Christmas Day", "2003-12-26": "Day of Goodwill", "2004-01-01": "New Year's Day", "2004-03-21": "Human Rights Day", "2004-03-22": "Human Rights Day (observed)", "2004-04-09": "Good Friday", "2004-04-12": "Family Day", "2004-04-14": "National and provincial government elections", "2004-04-27": "Freedom Day", "2004-05-01": "Workers' Day", "2004-06-16": "Youth Day", "2004-08-09": "National Women's Day", "2004-09-24": "Heritage Day", "2004-12-16": "Day of Reconciliation", "2004-12-25": "Christmas Day", "2004-12-26": "Day of Goodwill", "2004-12-27": "Day of Goodwill (observed)", "2005-01-01": "New Year's Day", "2005-03-21": "Human Rights Day", "2005-03-25": "Good Friday", "2005-03-28": "Family Day", "2005-04-27": "Freedom Day", "2005-05-01": "Workers' Day", "2005-05-02": "Workers' Day (observed)", "2005-06-16": "Youth Day", "2005-08-09": "National Women's Day", "2005-09-24": "Heritage Day", "2005-12-16": "Day of Reconciliation", "2005-12-25": "Christmas Day", "2005-12-26": "Day of Goodwill", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-01": "Local government elections", "2006-03-21": "Human Rights Day", "2006-04-14": "Good Friday", "2006-04-17": "Family Day", "2006-04-27": "Freedom Day", "2006-05-01": "Workers' Day", "2006-06-16": "Youth Day", "2006-08-09": "National Women's Day", "2006-09-24": "Heritage Day", "2006-09-25": "Heritage Day (observed)", "2006-12-16": "Day of Reconciliation", "2006-12-25": "Christmas Day", "2006-12-26": "Day of Goodwill", "2007-01-01": "New Year's Day", "2007-03-21": "Human Rights Day", "2007-04-06": "Good Friday", "2007-04-09": "Family Day", "2007-04-27": "Freedom Day", "2007-05-01": "Workers' Day", "2007-06-16": "Youth Day", "2007-08-09": "National Women's Day", "2007-09-24": "Heritage Day", "2007-12-16": "Day of Reconciliation", "2007-12-17": "Day of Reconciliation (observed)", "2007-12-25": "Christmas Day", "2007-12-26": "Day of Goodwill", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday; Human Rights Day", "2008-03-24": "Family Day", "2008-04-27": "Freedom Day", "2008-04-28": "Freedom Day (observed)", "2008-05-01": "Workers' Day", "2008-05-02": "Public holiday by presidential decree", "2008-06-16": "Youth Day", "2008-08-09": "National Women's Day", "2008-09-24": "Heritage Day", "2008-12-16": "Day of Reconciliation", "2008-12-25": "Christmas Day", "2008-12-26": "Day of Goodwill", "2009-01-01": "New Year's Day", "2009-03-21": "Human Rights Day", "2009-04-10": "Good Friday", "2009-04-13": "Family Day", "2009-04-22": "National and provincial government elections", "2009-04-27": "Freedom Day", "2009-05-01": "Workers' Day", "2009-06-16": "Youth Day", "2009-08-09": "National Women's Day", "2009-08-10": "National Women's Day (observed)", "2009-09-24": "Heritage Day", "2009-12-16": "Day of Reconciliation", "2009-12-25": "Christmas Day", "2009-12-26": "Day of Goodwill", "2010-01-01": "New Year's Day", "2010-03-21": "Human Rights Day", "2010-03-22": "Human Rights Day (observed)", "2010-04-02": "Good Friday", "2010-04-05": "Family Day", "2010-04-27": "Freedom Day", "2010-05-01": "Workers' Day", "2010-06-16": "Youth Day", "2010-08-09": "National Women's Day", "2010-09-24": "Heritage Day", "2010-12-16": "Day of Reconciliation", "2010-12-25": "Christmas Day", "2010-12-26": "Day of Goodwill", "2010-12-27": "Day of Goodwill (observed)", "2011-01-01": "New Year's Day", "2011-03-21": "Human Rights Day", "2011-04-22": "Good Friday", "2011-04-25": "Family Day", "2011-04-27": "Freedom Day", "2011-05-01": "Workers' Day", "2011-05-02": "Workers' Day (observed)", "2011-05-18": "Local government elections", "2011-06-16": "Youth Day", "2011-08-09": "National Women's Day", "2011-09-24": "Heritage Day", "2011-12-16": "Day of Reconciliation", "2011-12-25": "Christmas Day", "2011-12-26": "Day of Goodwill", "2011-12-27": "Public holiday by presidential decree", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-21": "Human Rights Day", "2012-04-06": "Good Friday", "2012-04-09": "Family Day", "2012-04-27": "Freedom Day", "2012-05-01": "Workers' Day", "2012-06-16": "Youth Day", "2012-08-09": "National Women's Day", "2012-09-24": "Heritage Day", "2012-12-16": "Day of Reconciliation", "2012-12-17": "Day of Reconciliation (observed)", "2012-12-25": "Christmas Day", "2012-12-26": "Day of Goodwill", "2013-01-01": "New Year's Day", "2013-03-21": "Human Rights Day", "2013-03-29": "Good Friday", "2013-04-01": "Family Day", "2013-04-27": "Freedom Day", "2013-05-01": "Workers' Day", "2013-06-16": "Youth Day", "2013-06-17": "Youth Day (observed)", "2013-08-09": "National Women's Day", "2013-09-24": "Heritage Day", "2013-12-16": "Day of Reconciliation", "2013-12-25": "Christmas Day", "2013-12-26": "Day of Goodwill", "2014-01-01": "New Year's Day", "2014-03-21": "Human Rights Day", "2014-04-18": "Good Friday", "2014-04-21": "Family Day", "2014-04-27": "Freedom Day", "2014-04-28": "Freedom Day (observed)", "2014-05-01": "Workers' Day", "2014-05-07": "National and provincial government elections", "2014-06-16": "Youth Day", "2014-08-09": "National Women's Day", "2014-09-24": "Heritage Day", "2014-12-16": "Day of Reconciliation", "2014-12-25": "Christmas Day", "2014-12-26": "Day of Goodwill", "2015-01-01": "New Year's Day", "2015-03-21": "Human Rights Day", "2015-04-03": "Good Friday", "2015-04-06": "Family Day", "2015-04-27": "Freedom Day", "2015-05-01": "Workers' Day", "2015-06-16": "Youth Day", "2015-08-09": "National Women's Day", "2015-08-10": "National Women's Day (observed)", "2015-09-24": "Heritage Day", "2015-12-16": "Day of Reconciliation", "2015-12-25": "Christmas Day", "2015-12-26": "Day of Goodwill", "2016-01-01": "New Year's Day", "2016-03-21": "Human Rights Day", "2016-03-25": "Good Friday", "2016-03-28": "Family Day", "2016-04-27": "Freedom Day", "2016-05-01": "Workers' Day", "2016-05-02": "Workers' Day (observed)", "2016-06-16": "Youth Day", "2016-08-03": "Local government elections", "2016-08-09": "National Women's Day", "2016-09-24": "Heritage Day", "2016-12-16": "Day of Reconciliation", "2016-12-25": "Christmas Day", "2016-12-26": "Day of Goodwill", "2016-12-27": "Public holiday by presidential decree", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-21": "Human Rights Day", "2017-04-14": "Good Friday", "2017-04-17": "Family Day", "2017-04-27": "Freedom Day", "2017-05-01": "Workers' Day", "2017-06-16": "Youth Day", "2017-08-09": "National Women's Day", "2017-09-24": "Heritage Day", "2017-09-25": "Heritage Day (observed)", "2017-12-16": "Day of Reconciliation", "2017-12-25": "Christmas Day", "2017-12-26": "Day of Goodwill", "2018-01-01": "New Year's Day", "2018-03-21": "Human Rights Day", "2018-03-30": "Good Friday", "2018-04-02": "Family Day", "2018-04-27": "Freedom Day", "2018-05-01": "Workers' Day", "2018-06-16": "Youth Day", "2018-08-09": "National Women's Day", "2018-09-24": "Heritage Day", "2018-12-16": "Day of Reconciliation", "2018-12-17": "Day of Reconciliation (observed)", "2018-12-25": "Christmas Day", "2018-12-26": "Day of Goodwill", "2019-01-01": "New Year's Day", "2019-03-21": "Human Rights Day", "2019-04-19": "Good Friday", "2019-04-22": "Family Day", "2019-04-27": "Freedom Day", "2019-05-01": "Workers' Day", "2019-05-08": "National and provincial government elections", "2019-06-16": "Youth Day", "2019-06-17": "Youth Day (observed)", "2019-08-09": "National Women's Day", "2019-09-24": "Heritage Day", "2019-12-16": "Day of Reconciliation", "2019-12-25": "Christmas Day", "2019-12-26": "Day of Goodwill", "2020-01-01": "New Year's Day", "2020-03-21": "Human Rights Day", "2020-04-10": "Good Friday", "2020-04-13": "Family Day", "2020-04-27": "Freedom Day", "2020-05-01": "Workers' Day", "2020-06-16": "Youth Day", "2020-08-09": "National Women's Day", "2020-08-10": "National Women's Day (observed)", "2020-09-24": "Heritage Day", "2020-12-16": "Day of Reconciliation", "2020-12-25": "Christmas Day", "2020-12-26": "Day of Goodwill", "2021-01-01": "New Year's Day", "2021-03-21": "Human Rights Day", "2021-03-22": "Human Rights Day (observed)", "2021-04-02": "Good Friday", "2021-04-05": "Family Day", "2021-04-27": "Freedom Day", "2021-05-01": "Workers' Day", "2021-06-16": "Youth Day", "2021-08-09": "National Women's Day", "2021-09-24": "Heritage Day", "2021-11-01": "Municipal elections", "2021-12-16": "Day of Reconciliation", "2021-12-25": "Christmas Day", "2021-12-26": "Day of Goodwill", "2021-12-27": "Day of Goodwill (observed)", "2022-01-01": "New Year's Day", "2022-03-21": "Human Rights Day", "2022-04-15": "Good Friday", "2022-04-18": "Family Day", "2022-04-27": "Freedom Day", "2022-05-01": "Workers' Day", "2022-05-02": "Workers' Day (observed)", "2022-06-16": "Youth Day", "2022-08-09": "National Women's Day", "2022-09-24": "Heritage Day", "2022-12-16": "Day of Reconciliation", "2022-12-25": "Christmas Day", "2022-12-26": "Day of Goodwill", "2022-12-27": "Public holiday by presidential decree", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-03-21": "Human Rights Day", "2023-04-07": "Good Friday", "2023-04-10": "Family Day", "2023-04-27": "Freedom Day", "2023-05-01": "Workers' Day", "2023-06-16": "Youth Day", "2023-08-09": "National Women's Day", "2023-09-24": "Heritage Day", "2023-09-25": "Heritage Day (observed)", "2023-12-15": "Public holiday by presidential decree", "2023-12-16": "Day of Reconciliation", "2023-12-25": "Christmas Day", "2023-12-26": "Day of Goodwill", "2024-01-01": "New Year's Day", "2024-03-21": "Human Rights Day", "2024-03-29": "Good Friday", "2024-04-01": "Family Day", "2024-04-27": "Freedom Day", "2024-05-01": "Workers' Day", "2024-05-29": "National and provincial government elections", "2024-06-16": "Youth Day", "2024-06-17": "Youth Day (observed)", "2024-08-09": "National Women's Day", "2024-09-24": "Heritage Day", "2024-12-16": "Day of Reconciliation", "2024-12-25": "Christmas Day", "2024-12-26": "Day of Goodwill", "2025-01-01": "New Year's Day", "2025-03-21": "Human Rights Day", "2025-04-18": "Good Friday", "2025-04-21": "Family Day", "2025-04-27": "Freedom Day", "2025-04-28": "Freedom Day (observed)", "2025-05-01": "Workers' Day", "2025-06-16": "Youth Day", "2025-08-09": "National Women's Day", "2025-09-24": "Heritage Day", "2025-12-16": "Day of Reconciliation", "2025-12-25": "Christmas Day", "2025-12-26": "Day of Goodwill", "2026-01-01": "New Year's Day", "2026-03-21": "Human Rights Day", "2026-04-03": "Good Friday", "2026-04-06": "Family Day", "2026-04-27": "Freedom Day", "2026-05-01": "Workers' Day", "2026-06-16": "Youth Day", "2026-08-09": "National Women's Day", "2026-08-10": "National Women's Day (observed)", "2026-09-24": "Heritage Day", "2026-12-16": "Day of Reconciliation", "2026-12-25": "Christmas Day", "2026-12-26": "Day of Goodwill", "2027-01-01": "New Year's Day", "2027-03-21": "Human Rights Day", "2027-03-22": "Human Rights Day (observed)", "2027-03-26": "Good Friday", "2027-03-29": "Family Day", "2027-04-27": "Freedom Day", "2027-05-01": "Workers' Day", "2027-06-16": "Youth Day", "2027-08-09": "National Women's Day", "2027-09-24": "Heritage Day", "2027-12-16": "Day of Reconciliation", "2027-12-25": "Christmas Day", "2027-12-26": "Day of Goodwill", "2027-12-27": "Day of Goodwill (observed)", "2028-01-01": "New Year's Day", "2028-03-21": "Human Rights Day", "2028-04-14": "Good Friday", "2028-04-17": "Family Day", "2028-04-27": "Freedom Day", "2028-05-01": "Workers' Day", "2028-06-16": "Youth Day", "2028-08-09": "National Women's Day", "2028-09-24": "Heritage Day", "2028-09-25": "Heritage Day (observed)", "2028-12-16": "Day of Reconciliation", "2028-12-25": "Christmas Day", "2028-12-26": "Day of Goodwill", "2029-01-01": "New Year's Day", "2029-03-21": "Human Rights Day", "2029-03-30": "Good Friday", "2029-04-02": "Family Day", "2029-04-27": "Freedom Day", "2029-05-01": "Workers' Day", "2029-06-16": "Youth Day", "2029-08-09": "National Women's Day", "2029-09-24": "Heritage Day", "2029-12-16": "Day of Reconciliation", "2029-12-17": "Day of Reconciliation (observed)", "2029-12-25": "Christmas Day", "2029-12-26": "Day of Goodwill", "2030-01-01": "New Year's Day", "2030-03-21": "Human Rights Day", "2030-04-19": "Good Friday", "2030-04-22": "Family Day", "2030-04-27": "Freedom Day", "2030-05-01": "Workers' Day", "2030-06-16": "Youth Day", "2030-06-17": "Youth Day (observed)", "2030-08-09": "National Women's Day", "2030-09-24": "Heritage Day", "2030-12-16": "Day of Reconciliation", "2030-12-25": "Christmas Day", "2030-12-26": "Day of Goodwill", "2031-01-01": "New Year's Day", "2031-03-21": "Human Rights Day", "2031-04-11": "Good Friday", "2031-04-14": "Family Day", "2031-04-27": "Freedom Day", "2031-04-28": "Freedom Day (observed)", "2031-05-01": "Workers' Day", "2031-06-16": "Youth Day", "2031-08-09": "National Women's Day", "2031-09-24": "Heritage Day", "2031-12-16": "Day of Reconciliation", "2031-12-25": "Christmas Day", "2031-12-26": "Day of Goodwill", "2032-01-01": "New Year's Day", "2032-03-21": "Human Rights Day", "2032-03-22": "Human Rights Day (observed)", "2032-03-26": "Good Friday", "2032-03-29": "Family Day", "2032-04-27": "Freedom Day", "2032-05-01": "Workers' Day", "2032-06-16": "Youth Day", "2032-08-09": "National Women's Day", "2032-09-24": "Heritage Day", "2032-12-16": "Day of Reconciliation", "2032-12-25": "Christmas Day", "2032-12-26": "Day of Goodwill", "2032-12-27": "Day of Goodwill (observed)", "2033-01-01": "New Year's Day", "2033-03-21": "Human Rights Day", "2033-04-15": "Good Friday", "2033-04-18": "Family Day", "2033-04-27": "Freedom Day", "2033-05-01": "Workers' Day", "2033-05-02": "Workers' Day (observed)", "2033-06-16": "Youth Day", "2033-08-09": "National Women's Day", "2033-09-24": "Heritage Day", "2033-12-16": "Day of Reconciliation", "2033-12-25": "Christmas Day", "2033-12-26": "Day of Goodwill", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-03-21": "Human Rights Day", "2034-04-07": "Good Friday", "2034-04-10": "Family Day", "2034-04-27": "Freedom Day", "2034-05-01": "Workers' Day", "2034-06-16": "Youth Day", "2034-08-09": "National Women's Day", "2034-09-24": "Heritage Day", "2034-09-25": "Heritage Day (observed)", "2034-12-16": "Day of Reconciliation", "2034-12-25": "Christmas Day", "2034-12-26": "Day of Goodwill", "2035-01-01": "New Year's Day", "2035-03-21": "Human Rights Day", "2035-03-23": "Good Friday", "2035-03-26": "Family Day", "2035-04-27": "Freedom Day", "2035-05-01": "Workers' Day", "2035-06-16": "Youth Day", "2035-08-09": "National Women's Day", "2035-09-24": "Heritage Day", "2035-12-16": "Day of Reconciliation", "2035-12-17": "Day of Reconciliation (observed)", "2035-12-25": "Christmas Day", "2035-12-26": "Day of Goodwill", "2036-01-01": "New Year's Day", "2036-03-21": "Human Rights Day", "2036-04-11": "Good Friday", "2036-04-14": "Family Day", "2036-04-27": "Freedom Day", "2036-04-28": "Freedom Day (observed)", "2036-05-01": "Workers' Day", "2036-06-16": "Youth Day", "2036-08-09": "National Women's Day", "2036-09-24": "Heritage Day", "2036-12-16": "Day of Reconciliation", "2036-12-25": "Christmas Day", "2036-12-26": "Day of Goodwill", "2037-01-01": "New Year's Day", "2037-03-21": "Human Rights Day", "2037-04-03": "Good Friday", "2037-04-06": "Family Day", "2037-04-27": "Freedom Day", "2037-05-01": "Workers' Day", "2037-06-16": "Youth Day", "2037-08-09": "National Women's Day", "2037-08-10": "National Women's Day (observed)", "2037-09-24": "Heritage Day", "2037-12-16": "Day of Reconciliation", "2037-12-25": "Christmas Day", "2037-12-26": "Day of Goodwill", "2038-01-01": "New Year's Day", "2038-03-21": "Human Rights Day", "2038-03-22": "Human Rights Day (observed)", "2038-04-23": "Good Friday", "2038-04-26": "Family Day", "2038-04-27": "Freedom Day", "2038-05-01": "Workers' Day", "2038-06-16": "Youth Day", "2038-08-09": "National Women's Day", "2038-09-24": "Heritage Day", "2038-12-16": "Day of Reconciliation", "2038-12-25": "Christmas Day", "2038-12-26": "Day of Goodwill", "2038-12-27": "Day of Goodwill (observed)", "2039-01-01": "New Year's Day", "2039-03-21": "Human Rights Day", "2039-04-08": "Good Friday", "2039-04-11": "Family Day", "2039-04-27": "Freedom Day", "2039-05-01": "Workers' Day", "2039-05-02": "Workers' Day (observed)", "2039-06-16": "Youth Day", "2039-08-09": "National Women's Day", "2039-09-24": "Heritage Day", "2039-12-16": "Day of Reconciliation", "2039-12-25": "Christmas Day", "2039-12-26": "Day of Goodwill", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-21": "Human Rights Day", "2040-03-30": "Good Friday", "2040-04-02": "Family Day", "2040-04-27": "Freedom Day", "2040-05-01": "Workers' Day", "2040-06-16": "Youth Day", "2040-08-09": "National Women's Day", "2040-09-24": "Heritage Day", "2040-12-16": "Day of Reconciliation", "2040-12-17": "Day of Reconciliation (observed)", "2040-12-25": "Christmas Day", "2040-12-26": "Day of Goodwill", "2041-01-01": "New Year's Day", "2041-03-21": "Human Rights Day", "2041-04-19": "Good Friday", "2041-04-22": "Family Day", "2041-04-27": "Freedom Day", "2041-05-01": "Workers' Day", "2041-06-16": "Youth Day", "2041-06-17": "Youth Day (observed)", "2041-08-09": "National Women's Day", "2041-09-24": "Heritage Day", "2041-12-16": "Day of Reconciliation", "2041-12-25": "Christmas Day", "2041-12-26": "Day of Goodwill", "2042-01-01": "New Year's Day", "2042-03-21": "Human Rights Day", "2042-04-04": "Good Friday", "2042-04-07": "Family Day", "2042-04-27": "Freedom Day", "2042-04-28": "Freedom Day (observed)", "2042-05-01": "Workers' Day", "2042-06-16": "Youth Day", "2042-08-09": "National Women's Day", "2042-09-24": "Heritage Day", "2042-12-16": "Day of Reconciliation", "2042-12-25": "Christmas Day", "2042-12-26": "Day of Goodwill", "2043-01-01": "New Year's Day", "2043-03-21": "Human Rights Day", "2043-03-27": "Good Friday", "2043-03-30": "Family Day", "2043-04-27": "Freedom Day", "2043-05-01": "Workers' Day", "2043-06-16": "Youth Day", "2043-08-09": "National Women's Day", "2043-08-10": "National Women's Day (observed)", "2043-09-24": "Heritage Day", "2043-12-16": "Day of Reconciliation", "2043-12-25": "Christmas Day", "2043-12-26": "Day of Goodwill", "2044-01-01": "New Year's Day", "2044-03-21": "Human Rights Day", "2044-04-15": "Good Friday", "2044-04-18": "Family Day", "2044-04-27": "Freedom Day", "2044-05-01": "Workers' Day", "2044-05-02": "Workers' Day (observed)", "2044-06-16": "Youth Day", "2044-08-09": "National Women's Day", "2044-09-24": "Heritage Day", "2044-12-16": "Day of Reconciliation", "2044-12-25": "Christmas Day", "2044-12-26": "Day of Goodwill", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-03-21": "Human Rights Day", "2045-04-07": "Good Friday", "2045-04-10": "Family Day", "2045-04-27": "Freedom Day", "2045-05-01": "Workers' Day", "2045-06-16": "Youth Day", "2045-08-09": "National Women's Day", "2045-09-24": "Heritage Day", "2045-09-25": "Heritage Day (observed)", "2045-12-16": "Day of Reconciliation", "2045-12-25": "Christmas Day", "2045-12-26": "Day of Goodwill", "2046-01-01": "New Year's Day", "2046-03-21": "Human Rights Day", "2046-03-23": "Good Friday", "2046-03-26": "Family Day", "2046-04-27": "Freedom Day", "2046-05-01": "Workers' Day", "2046-06-16": "Youth Day", "2046-08-09": "National Women's Day", "2046-09-24": "Heritage Day", "2046-12-16": "Day of Reconciliation", "2046-12-17": "Day of Reconciliation (observed)", "2046-12-25": "Christmas Day", "2046-12-26": "Day of Goodwill", "2047-01-01": "New Year's Day", "2047-03-21": "Human Rights Day", "2047-04-12": "Good Friday", "2047-04-15": "Family Day", "2047-04-27": "Freedom Day", "2047-05-01": "Workers' Day", "2047-06-16": "Youth Day", "2047-06-17": "Youth Day (observed)", "2047-08-09": "National Women's Day", "2047-09-24": "Heritage Day", "2047-12-16": "Day of Reconciliation", "2047-12-25": "Christmas Day", "2047-12-26": "Day of Goodwill", "2048-01-01": "New Year's Day", "2048-03-21": "Human Rights Day", "2048-04-03": "Good Friday", "2048-04-06": "Family Day", "2048-04-27": "Freedom Day", "2048-05-01": "Workers' Day", "2048-06-16": "Youth Day", "2048-08-09": "National Women's Day", "2048-08-10": "National Women's Day (observed)", "2048-09-24": "Heritage Day", "2048-12-16": "Day of Reconciliation", "2048-12-25": "Christmas Day", "2048-12-26": "Day of Goodwill", "2049-01-01": "New Year's Day", "2049-03-21": "Human Rights Day", "2049-03-22": "Human Rights Day (observed)", "2049-04-16": "Good Friday", "2049-04-19": "Family Day", "2049-04-27": "Freedom Day", "2049-05-01": "Workers' Day", "2049-06-16": "Youth Day", "2049-08-09": "National Women's Day", "2049-09-24": "Heritage Day", "2049-12-16": "Day of Reconciliation", "2049-12-25": "Christmas Day", "2049-12-26": "Day of Goodwill", "2049-12-27": "Day of Goodwill (observed)", "2050-01-01": "New Year's Day", "2050-03-21": "Human Rights Day", "2050-04-08": "Good Friday", "2050-04-11": "Family Day", "2050-04-27": "Freedom Day", "2050-05-01": "Workers' Day", "2050-05-02": "Workers' Day (observed)", "2050-06-16": "Youth Day", "2050-08-09": "National Women's Day", "2050-09-24": "Heritage Day", "2050-12-16": "Day of Reconciliation", "2050-12-25": "Christmas Day", "2050-12-26": "Day of Goodwill" } holidays-0.71/snapshots/countries/ZM_COMMON.json000066400000000000000000001317111500152103600216000ustar00rootroot00000000000000{ "1965-01-01": "New Year's Day", "1965-03-12": "Youth Day", "1965-04-16": "Good Friday", "1965-04-17": "Holy Saturday", "1965-04-19": "Easter Monday", "1965-05-01": "Labour Day", "1965-05-25": "Africa Freedom Day", "1965-07-05": "Heroes' Day", "1965-07-06": "Unity Day", "1965-08-02": "Farmers' Day", "1965-10-24": "Independence Day", "1965-10-25": "Independence Day (observed)", "1965-12-25": "Christmas Day", "1966-01-01": "New Year's Day", "1966-03-12": "Youth Day", "1966-04-08": "Good Friday", "1966-04-09": "Holy Saturday", "1966-04-11": "Easter Monday", "1966-05-01": "Labour Day", "1966-05-02": "Labour Day (observed)", "1966-05-25": "Africa Freedom Day", "1966-07-04": "Heroes' Day", "1966-07-05": "Unity Day", "1966-08-01": "Farmers' Day", "1966-10-24": "Independence Day", "1966-12-25": "Christmas Day", "1966-12-26": "Christmas Day (observed)", "1967-01-01": "New Year's Day", "1967-01-02": "New Year's Day (observed)", "1967-03-12": "Youth Day", "1967-03-13": "Youth Day (observed)", "1967-03-24": "Good Friday", "1967-03-25": "Holy Saturday", "1967-03-27": "Easter Monday", "1967-05-01": "Labour Day", "1967-05-25": "Africa Freedom Day", "1967-07-03": "Heroes' Day", "1967-07-04": "Unity Day", "1967-08-07": "Farmers' Day", "1967-10-24": "Independence Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-03-12": "Youth Day", "1968-04-12": "Good Friday", "1968-04-13": "Holy Saturday", "1968-04-15": "Easter Monday", "1968-05-01": "Labour Day", "1968-05-25": "Africa Freedom Day", "1968-07-01": "Heroes' Day", "1968-07-02": "Unity Day", "1968-08-05": "Farmers' Day", "1968-10-24": "Independence Day", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-03-12": "Youth Day", "1969-04-04": "Good Friday", "1969-04-05": "Holy Saturday", "1969-04-07": "Easter Monday", "1969-05-01": "Labour Day", "1969-05-25": "Africa Freedom Day", "1969-05-26": "Africa Freedom Day (observed)", "1969-07-07": "Heroes' Day", "1969-07-08": "Unity Day", "1969-08-04": "Farmers' Day", "1969-10-24": "Independence Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-03-12": "Youth Day", "1970-03-27": "Good Friday", "1970-03-28": "Holy Saturday", "1970-03-30": "Easter Monday", "1970-05-01": "Labour Day", "1970-05-25": "Africa Freedom Day", "1970-07-06": "Heroes' Day", "1970-07-07": "Unity Day", "1970-08-03": "Farmers' Day", "1970-10-24": "Independence Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-03-12": "Youth Day", "1971-04-09": "Good Friday", "1971-04-10": "Holy Saturday", "1971-04-12": "Easter Monday", "1971-05-01": "Labour Day", "1971-05-25": "Africa Freedom Day", "1971-07-05": "Heroes' Day", "1971-07-06": "Unity Day", "1971-08-02": "Farmers' Day", "1971-10-24": "Independence Day", "1971-10-25": "Independence Day (observed)", "1971-12-25": "Christmas Day", "1972-01-01": "New Year's Day", "1972-03-12": "Youth Day", "1972-03-13": "Youth Day (observed)", "1972-03-31": "Good Friday", "1972-04-01": "Holy Saturday", "1972-04-03": "Easter Monday", "1972-05-01": "Labour Day", "1972-05-25": "Africa Freedom Day", "1972-07-03": "Heroes' Day", "1972-07-04": "Unity Day", "1972-08-07": "Farmers' Day", "1972-10-24": "Independence Day", "1972-12-25": "Christmas Day", "1973-01-01": "New Year's Day", "1973-03-12": "Youth Day", "1973-04-20": "Good Friday", "1973-04-21": "Holy Saturday", "1973-04-23": "Easter Monday", "1973-05-01": "Labour Day", "1973-05-25": "Africa Freedom Day", "1973-07-02": "Heroes' Day", "1973-07-03": "Unity Day", "1973-08-06": "Farmers' Day", "1973-10-24": "Independence Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-03-12": "Youth Day", "1974-04-12": "Good Friday", "1974-04-13": "Holy Saturday", "1974-04-15": "Easter Monday", "1974-05-01": "Labour Day", "1974-05-25": "Africa Freedom Day", "1974-07-01": "Heroes' Day", "1974-07-02": "Unity Day", "1974-08-05": "Farmers' Day", "1974-10-24": "Independence Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-03-12": "Youth Day", "1975-03-28": "Good Friday", "1975-03-29": "Holy Saturday", "1975-03-31": "Easter Monday", "1975-05-01": "Labour Day", "1975-05-25": "Africa Freedom Day", "1975-05-26": "Africa Freedom Day (observed)", "1975-07-07": "Heroes' Day", "1975-07-08": "Unity Day", "1975-08-04": "Farmers' Day", "1975-10-24": "Independence Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-03-12": "Youth Day", "1976-04-16": "Good Friday", "1976-04-17": "Holy Saturday", "1976-04-19": "Easter Monday", "1976-05-01": "Labour Day", "1976-05-25": "Africa Freedom Day", "1976-07-05": "Heroes' Day", "1976-07-06": "Unity Day", "1976-08-02": "Farmers' Day", "1976-10-24": "Independence Day", "1976-10-25": "Independence Day (observed)", "1976-12-25": "Christmas Day", "1977-01-01": "New Year's Day", "1977-03-12": "Youth Day", "1977-04-08": "Good Friday", "1977-04-09": "Holy Saturday", "1977-04-11": "Easter Monday", "1977-05-01": "Labour Day", "1977-05-02": "Labour Day (observed)", "1977-05-25": "Africa Freedom Day", "1977-07-04": "Heroes' Day", "1977-07-05": "Unity Day", "1977-08-01": "Farmers' Day", "1977-10-24": "Independence Day", "1977-12-25": "Christmas Day", "1977-12-26": "Christmas Day (observed)", "1978-01-01": "New Year's Day", "1978-01-02": "New Year's Day (observed)", "1978-03-12": "Youth Day", "1978-03-13": "Youth Day (observed)", "1978-03-24": "Good Friday", "1978-03-25": "Holy Saturday", "1978-03-27": "Easter Monday", "1978-05-01": "Labour Day", "1978-05-25": "Africa Freedom Day", "1978-07-03": "Heroes' Day", "1978-07-04": "Unity Day", "1978-08-07": "Farmers' Day", "1978-10-24": "Independence Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-03-12": "Youth Day", "1979-04-13": "Good Friday", "1979-04-14": "Holy Saturday", "1979-04-16": "Easter Monday", "1979-05-01": "Labour Day", "1979-05-25": "Africa Freedom Day", "1979-07-02": "Heroes' Day", "1979-07-03": "Unity Day", "1979-08-06": "Farmers' Day", "1979-10-24": "Independence Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-03-12": "Youth Day", "1980-04-04": "Good Friday", "1980-04-05": "Holy Saturday", "1980-04-07": "Easter Monday", "1980-05-01": "Labour Day", "1980-05-25": "Africa Freedom Day", "1980-05-26": "Africa Freedom Day (observed)", "1980-07-07": "Heroes' Day", "1980-07-08": "Unity Day", "1980-08-04": "Farmers' Day", "1980-10-24": "Independence Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-03-12": "Youth Day", "1981-04-17": "Good Friday", "1981-04-18": "Holy Saturday", "1981-04-20": "Easter Monday", "1981-05-01": "Labour Day", "1981-05-25": "Africa Freedom Day", "1981-07-06": "Heroes' Day", "1981-07-07": "Unity Day", "1981-08-03": "Farmers' Day", "1981-10-24": "Independence Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-03-12": "Youth Day", "1982-04-09": "Good Friday", "1982-04-10": "Holy Saturday", "1982-04-12": "Easter Monday", "1982-05-01": "Labour Day", "1982-05-25": "Africa Freedom Day", "1982-07-05": "Heroes' Day", "1982-07-06": "Unity Day", "1982-08-02": "Farmers' Day", "1982-10-24": "Independence Day", "1982-10-25": "Independence Day (observed)", "1982-12-25": "Christmas Day", "1983-01-01": "New Year's Day", "1983-03-12": "Youth Day", "1983-04-01": "Good Friday", "1983-04-02": "Holy Saturday", "1983-04-04": "Easter Monday", "1983-05-01": "Labour Day", "1983-05-02": "Labour Day (observed)", "1983-05-25": "Africa Freedom Day", "1983-07-04": "Heroes' Day", "1983-07-05": "Unity Day", "1983-08-01": "Farmers' Day", "1983-10-24": "Independence Day", "1983-12-25": "Christmas Day", "1983-12-26": "Christmas Day (observed)", "1984-01-01": "New Year's Day", "1984-01-02": "New Year's Day (observed)", "1984-03-12": "Youth Day", "1984-04-20": "Good Friday", "1984-04-21": "Holy Saturday", "1984-04-23": "Easter Monday", "1984-05-01": "Labour Day", "1984-05-25": "Africa Freedom Day", "1984-07-02": "Heroes' Day", "1984-07-03": "Unity Day", "1984-08-06": "Farmers' Day", "1984-10-24": "Independence Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-03-12": "Youth Day", "1985-04-05": "Good Friday", "1985-04-06": "Holy Saturday", "1985-04-08": "Easter Monday", "1985-05-01": "Labour Day", "1985-05-25": "Africa Freedom Day", "1985-07-01": "Heroes' Day", "1985-07-02": "Unity Day", "1985-08-05": "Farmers' Day", "1985-10-24": "Independence Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-03-12": "Youth Day", "1986-03-28": "Good Friday", "1986-03-29": "Holy Saturday", "1986-03-31": "Easter Monday", "1986-05-01": "Labour Day", "1986-05-25": "Africa Freedom Day", "1986-05-26": "Africa Freedom Day (observed)", "1986-07-07": "Heroes' Day", "1986-07-08": "Unity Day", "1986-08-04": "Farmers' Day", "1986-10-24": "Independence Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-03-12": "Youth Day", "1987-04-17": "Good Friday", "1987-04-18": "Holy Saturday", "1987-04-20": "Easter Monday", "1987-05-01": "Labour Day", "1987-05-25": "Africa Freedom Day", "1987-07-06": "Heroes' Day", "1987-07-07": "Unity Day", "1987-08-03": "Farmers' Day", "1987-10-24": "Independence Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-03-12": "Youth Day", "1988-04-01": "Good Friday", "1988-04-02": "Holy Saturday", "1988-04-04": "Easter Monday", "1988-05-01": "Labour Day", "1988-05-02": "Labour Day (observed)", "1988-05-25": "Africa Freedom Day", "1988-07-04": "Heroes' Day", "1988-07-05": "Unity Day", "1988-08-01": "Farmers' Day", "1988-10-24": "Independence Day", "1988-12-25": "Christmas Day", "1988-12-26": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-12": "Youth Day", "1989-03-13": "Youth Day (observed)", "1989-03-24": "Good Friday", "1989-03-25": "Holy Saturday", "1989-03-27": "Easter Monday", "1989-05-01": "Labour Day", "1989-05-25": "Africa Freedom Day", "1989-07-03": "Heroes' Day", "1989-07-04": "Unity Day", "1989-08-07": "Farmers' Day", "1989-10-24": "Independence Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-03-12": "Youth Day", "1990-04-13": "Good Friday", "1990-04-14": "Holy Saturday", "1990-04-16": "Easter Monday", "1990-05-01": "Labour Day", "1990-05-25": "Africa Freedom Day", "1990-07-02": "Heroes' Day", "1990-07-03": "Unity Day", "1990-08-06": "Farmers' Day", "1990-10-24": "Independence Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-03-08": "International Women's Day", "1991-03-12": "Youth Day", "1991-03-29": "Good Friday", "1991-03-30": "Holy Saturday", "1991-04-01": "Easter Monday", "1991-05-01": "Labour Day", "1991-05-25": "Africa Freedom Day", "1991-07-01": "Heroes' Day", "1991-07-02": "Unity Day", "1991-08-05": "Farmers' Day", "1991-10-24": "Independence Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-03-08": "International Women's Day", "1992-03-09": "International Women's Day (observed)", "1992-03-12": "Youth Day", "1992-04-17": "Good Friday", "1992-04-18": "Holy Saturday", "1992-04-20": "Easter Monday", "1992-05-01": "Labour Day", "1992-05-25": "Africa Freedom Day", "1992-07-06": "Heroes' Day", "1992-07-07": "Unity Day", "1992-08-03": "Farmers' Day", "1992-10-24": "Independence Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-03-08": "International Women's Day", "1993-03-12": "Youth Day", "1993-04-09": "Good Friday", "1993-04-10": "Holy Saturday", "1993-04-12": "Easter Monday", "1993-05-01": "Labour Day", "1993-05-25": "Africa Freedom Day", "1993-07-05": "Heroes' Day", "1993-07-06": "Unity Day", "1993-08-02": "Farmers' Day", "1993-10-24": "Independence Day", "1993-10-25": "Independence Day (observed)", "1993-12-25": "Christmas Day", "1994-01-01": "New Year's Day", "1994-03-08": "International Women's Day", "1994-03-12": "Youth Day", "1994-04-01": "Good Friday", "1994-04-02": "Holy Saturday", "1994-04-04": "Easter Monday", "1994-05-01": "Labour Day", "1994-05-02": "Labour Day (observed)", "1994-05-25": "Africa Freedom Day", "1994-07-04": "Heroes' Day", "1994-07-05": "Unity Day", "1994-08-01": "Farmers' Day", "1994-10-24": "Independence Day", "1994-12-25": "Christmas Day", "1994-12-26": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-03-08": "International Women's Day", "1995-03-12": "Youth Day", "1995-03-13": "Youth Day (observed)", "1995-04-14": "Good Friday", "1995-04-15": "Holy Saturday", "1995-04-17": "Easter Monday", "1995-05-01": "Labour Day", "1995-05-25": "Africa Freedom Day", "1995-07-03": "Heroes' Day", "1995-07-04": "Unity Day", "1995-08-07": "Farmers' Day", "1995-10-24": "Independence Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-03-08": "International Women's Day", "1996-03-12": "Youth Day", "1996-04-05": "Good Friday", "1996-04-06": "Holy Saturday", "1996-04-08": "Easter Monday", "1996-05-01": "Labour Day", "1996-05-25": "Africa Freedom Day", "1996-07-01": "Heroes' Day", "1996-07-02": "Unity Day", "1996-08-05": "Farmers' Day", "1996-10-24": "Independence Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-03-08": "International Women's Day", "1997-03-12": "Youth Day", "1997-03-28": "Good Friday", "1997-03-29": "Holy Saturday", "1997-03-31": "Easter Monday", "1997-05-01": "Labour Day", "1997-05-25": "Africa Freedom Day", "1997-05-26": "Africa Freedom Day (observed)", "1997-07-07": "Heroes' Day", "1997-07-08": "Unity Day", "1997-08-04": "Farmers' Day", "1997-10-24": "Independence Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-03-08": "International Women's Day", "1998-03-09": "International Women's Day (observed)", "1998-03-12": "Youth Day", "1998-04-10": "Good Friday", "1998-04-11": "Holy Saturday", "1998-04-13": "Easter Monday", "1998-05-01": "Labour Day", "1998-05-25": "Africa Freedom Day", "1998-07-06": "Heroes' Day", "1998-07-07": "Unity Day", "1998-08-03": "Farmers' Day", "1998-10-24": "Independence Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-03-08": "International Women's Day", "1999-03-12": "Youth Day", "1999-04-02": "Good Friday", "1999-04-03": "Holy Saturday", "1999-04-05": "Easter Monday", "1999-05-01": "Labour Day", "1999-05-25": "Africa Freedom Day", "1999-07-05": "Heroes' Day", "1999-07-06": "Unity Day", "1999-08-02": "Farmers' Day", "1999-10-24": "Independence Day", "1999-10-25": "Independence Day (observed)", "1999-12-25": "Christmas Day", "2000-01-01": "New Year's Day", "2000-03-08": "International Women's Day", "2000-03-12": "Youth Day", "2000-03-13": "Youth Day (observed)", "2000-04-21": "Good Friday", "2000-04-22": "Holy Saturday", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-05-25": "Africa Freedom Day", "2000-07-03": "Heroes' Day", "2000-07-04": "Unity Day", "2000-08-07": "Farmers' Day", "2000-10-24": "Independence Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-03-08": "International Women's Day", "2001-03-12": "Youth Day", "2001-04-13": "Good Friday", "2001-04-14": "Holy Saturday", "2001-04-16": "Easter Monday", "2001-05-01": "Labour Day", "2001-05-25": "Africa Freedom Day", "2001-07-02": "Heroes' Day", "2001-07-03": "Unity Day", "2001-08-06": "Farmers' Day", "2001-10-24": "Independence Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-03-08": "International Women's Day", "2002-03-12": "Youth Day", "2002-03-29": "Good Friday", "2002-03-30": "Holy Saturday", "2002-04-01": "Easter Monday", "2002-05-01": "Labour Day", "2002-05-25": "Africa Freedom Day", "2002-07-01": "Heroes' Day", "2002-07-02": "Unity Day", "2002-08-05": "Farmers' Day", "2002-10-24": "Independence Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-03-08": "International Women's Day", "2003-03-12": "Youth Day", "2003-04-18": "Good Friday", "2003-04-19": "Holy Saturday", "2003-04-21": "Easter Monday", "2003-05-01": "Labour Day", "2003-05-25": "Africa Freedom Day", "2003-05-26": "Africa Freedom Day (observed)", "2003-07-07": "Heroes' Day", "2003-07-08": "Unity Day", "2003-08-04": "Farmers' Day", "2003-10-24": "Independence Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-03-08": "International Women's Day", "2004-03-12": "Youth Day", "2004-04-09": "Good Friday", "2004-04-10": "Holy Saturday", "2004-04-12": "Easter Monday", "2004-05-01": "Labour Day", "2004-05-25": "Africa Freedom Day", "2004-07-05": "Heroes' Day", "2004-07-06": "Unity Day", "2004-08-02": "Farmers' Day", "2004-10-24": "Independence Day", "2004-10-25": "Independence Day (observed)", "2004-12-25": "Christmas Day", "2005-01-01": "New Year's Day", "2005-03-08": "International Women's Day", "2005-03-12": "Youth Day", "2005-03-25": "Good Friday", "2005-03-26": "Holy Saturday", "2005-03-28": "Easter Monday", "2005-05-01": "Labour Day", "2005-05-02": "Labour Day (observed)", "2005-05-25": "Africa Freedom Day", "2005-07-04": "Heroes' Day", "2005-07-05": "Unity Day", "2005-08-01": "Farmers' Day", "2005-10-24": "Independence Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-03-08": "International Women's Day", "2006-03-12": "Youth Day", "2006-03-13": "Youth Day (observed)", "2006-04-14": "Good Friday", "2006-04-15": "Holy Saturday", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-05-25": "Africa Freedom Day", "2006-07-03": "Heroes' Day", "2006-07-04": "Unity Day", "2006-08-07": "Farmers' Day", "2006-10-24": "Independence Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-03-08": "International Women's Day", "2007-03-12": "Youth Day", "2007-04-06": "Good Friday", "2007-04-07": "Holy Saturday", "2007-04-09": "Easter Monday", "2007-05-01": "Labour Day", "2007-05-25": "Africa Freedom Day", "2007-07-02": "Heroes' Day", "2007-07-03": "Unity Day", "2007-08-06": "Farmers' Day", "2007-10-24": "Independence Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-03-08": "International Women's Day", "2008-03-12": "Youth Day", "2008-03-21": "Good Friday", "2008-03-22": "Holy Saturday", "2008-03-24": "Easter Monday", "2008-05-01": "Labour Day", "2008-05-25": "Africa Freedom Day", "2008-05-26": "Africa Freedom Day (observed)", "2008-07-07": "Heroes' Day", "2008-07-08": "Unity Day", "2008-08-04": "Farmers' Day", "2008-10-24": "Independence Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-03-08": "International Women's Day", "2009-03-09": "International Women's Day (observed)", "2009-03-12": "Youth Day", "2009-04-10": "Good Friday", "2009-04-11": "Holy Saturday", "2009-04-13": "Easter Monday", "2009-05-01": "Labour Day", "2009-05-25": "Africa Freedom Day", "2009-07-06": "Heroes' Day", "2009-07-07": "Unity Day", "2009-08-03": "Farmers' Day", "2009-10-24": "Independence Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-03-08": "International Women's Day", "2010-03-12": "Youth Day", "2010-04-02": "Good Friday", "2010-04-03": "Holy Saturday", "2010-04-05": "Easter Monday", "2010-05-01": "Labour Day", "2010-05-25": "Africa Freedom Day", "2010-07-05": "Heroes' Day", "2010-07-06": "Unity Day", "2010-08-02": "Farmers' Day", "2010-10-24": "Independence Day", "2010-10-25": "Independence Day (observed)", "2010-12-25": "Christmas Day", "2011-01-01": "New Year's Day", "2011-03-08": "International Women's Day", "2011-03-12": "Youth Day", "2011-04-22": "Good Friday", "2011-04-23": "Holy Saturday", "2011-04-25": "Easter Monday", "2011-05-01": "Labour Day", "2011-05-02": "Labour Day (observed)", "2011-05-25": "Africa Freedom Day", "2011-07-04": "Heroes' Day", "2011-07-05": "Unity Day", "2011-08-01": "Farmers' Day", "2011-10-24": "Independence Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-03-08": "International Women's Day", "2012-03-12": "Youth Day", "2012-04-06": "Good Friday", "2012-04-07": "Holy Saturday", "2012-04-09": "Easter Monday", "2012-05-01": "Labour Day", "2012-05-25": "Africa Freedom Day", "2012-07-02": "Heroes' Day", "2012-07-03": "Unity Day", "2012-08-06": "Farmers' Day", "2012-10-24": "Independence Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-03-08": "International Women's Day", "2013-03-12": "Youth Day", "2013-03-29": "Good Friday", "2013-03-30": "Holy Saturday", "2013-04-01": "Easter Monday", "2013-05-01": "Labour Day", "2013-05-25": "Africa Freedom Day", "2013-07-01": "Heroes' Day", "2013-07-02": "Unity Day", "2013-08-05": "Farmers' Day", "2013-10-24": "Independence Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-03-08": "International Women's Day", "2014-03-12": "Youth Day", "2014-04-18": "Good Friday", "2014-04-19": "Holy Saturday", "2014-04-21": "Easter Monday", "2014-05-01": "Labour Day", "2014-05-25": "Africa Freedom Day", "2014-05-26": "Africa Freedom Day (observed)", "2014-07-07": "Heroes' Day", "2014-07-08": "Unity Day", "2014-08-04": "Farmers' Day", "2014-10-24": "Independence Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-03-08": "International Women's Day", "2015-03-09": "International Women's Day (observed)", "2015-03-12": "Youth Day", "2015-04-03": "Good Friday", "2015-04-04": "Holy Saturday", "2015-04-06": "Easter Monday", "2015-05-01": "Labour Day", "2015-05-25": "Africa Freedom Day", "2015-07-06": "Heroes' Day", "2015-07-07": "Unity Day", "2015-08-03": "Farmers' Day", "2015-10-18": "National Prayer Day", "2015-10-19": "National Prayer Day (observed)", "2015-10-24": "Independence Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-08": "International Women's Day", "2016-03-12": "Youth Day", "2016-03-25": "Good Friday", "2016-03-26": "Holy Saturday", "2016-03-28": "Easter Monday", "2016-05-01": "Labour Day", "2016-05-02": "Labour Day (observed)", "2016-05-25": "Africa Freedom Day", "2016-07-04": "Heroes' Day", "2016-07-05": "Unity Day", "2016-08-01": "Farmers' Day", "2016-08-11": "General elections and referendum", "2016-09-13": "Inauguration ceremony of President-elect and Vice President-elect", "2016-10-18": "National Prayer Day", "2016-10-24": "Independence Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-03-08": "International Women's Day", "2017-03-12": "Youth Day", "2017-03-13": "Youth Day (observed)", "2017-04-14": "Good Friday", "2017-04-15": "Holy Saturday", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-05-25": "Africa Freedom Day", "2017-07-03": "Heroes' Day", "2017-07-04": "Unity Day", "2017-08-07": "Farmers' Day", "2017-10-18": "National Prayer Day", "2017-10-24": "Independence Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-08": "International Women's Day", "2018-03-09": "Public holiday", "2018-03-12": "Youth Day", "2018-03-30": "Good Friday", "2018-03-31": "Holy Saturday", "2018-04-02": "Easter Monday", "2018-05-01": "Labour Day", "2018-05-25": "Africa Freedom Day", "2018-07-02": "Heroes' Day", "2018-07-03": "Unity Day", "2018-07-26": "Lusaka mayoral and other local government elections", "2018-08-06": "Farmers' Day", "2018-10-18": "National Prayer Day", "2018-10-24": "Independence Day", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-03-08": "International Women's Day", "2019-03-12": "Youth Day", "2019-04-19": "Good Friday", "2019-04-20": "Holy Saturday", "2019-04-22": "Easter Monday", "2019-05-01": "Labour Day", "2019-05-25": "Africa Freedom Day", "2019-07-01": "Heroes' Day", "2019-07-02": "Unity Day", "2019-08-05": "Farmers' Day", "2019-10-18": "National Prayer Day", "2019-10-24": "Independence Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-03-08": "International Women's Day", "2020-03-09": "International Women's Day (observed)", "2020-03-12": "Youth Day", "2020-04-10": "Good Friday", "2020-04-11": "Holy Saturday", "2020-04-13": "Easter Monday", "2020-05-01": "Labour Day", "2020-05-25": "Africa Freedom Day", "2020-07-06": "Heroes' Day", "2020-07-07": "Unity Day", "2020-08-03": "Farmers' Day", "2020-10-18": "National Prayer Day", "2020-10-19": "National Prayer Day (observed)", "2020-10-24": "Independence Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-03-08": "International Women's Day", "2021-03-12": "Youth Day", "2021-04-02": "Good Friday", "2021-04-03": "Holy Saturday", "2021-04-05": "Easter Monday", "2021-05-01": "Labour Day", "2021-05-25": "Africa Freedom Day", "2021-07-02": "Memorial service for Kenneth Kaunda", "2021-07-05": "Heroes' Day", "2021-07-06": "Unity Day", "2021-07-07": "Funeral of Kenneth Kaunda", "2021-08-02": "Farmers' Day", "2021-08-12": "General elections", "2021-08-13": "Counting in general elections", "2021-08-24": "Presidential inauguration", "2021-10-18": "National Prayer Day", "2021-10-24": "Independence Day", "2021-10-25": "Independence Day (observed)", "2021-12-25": "Christmas Day", "2022-01-01": "New Year's Day", "2022-03-08": "International Women's Day", "2022-03-12": "Youth Day", "2022-03-18": "Funeral of Rupiah Banda", "2022-04-15": "Good Friday", "2022-04-16": "Holy Saturday", "2022-04-18": "Easter Monday", "2022-04-28": "Kenneth Kaunda Day", "2022-05-01": "Labour Day", "2022-05-02": "Labour Day (observed)", "2022-05-25": "Africa Freedom Day", "2022-07-04": "Heroes' Day", "2022-07-05": "Unity Day", "2022-08-01": "Farmers' Day", "2022-10-18": "National Prayer Day", "2022-10-24": "Independence Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-03-08": "International Women's Day", "2023-03-12": "Youth Day", "2023-03-13": "Youth Day (observed)", "2023-04-07": "Good Friday", "2023-04-08": "Holy Saturday", "2023-04-10": "Easter Monday", "2023-04-28": "Kenneth Kaunda Day", "2023-05-01": "Labour Day", "2023-05-25": "Africa Freedom Day", "2023-07-03": "Heroes' Day", "2023-07-04": "Unity Day", "2023-08-07": "Farmers' Day", "2023-10-18": "National Prayer Day", "2023-10-24": "Independence Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-08": "International Women's Day", "2024-03-12": "Youth Day", "2024-03-29": "Good Friday", "2024-03-30": "Holy Saturday", "2024-04-01": "Easter Monday", "2024-04-28": "Kenneth Kaunda Day", "2024-04-29": "Kenneth Kaunda Day (observed)", "2024-05-01": "Labour Day", "2024-05-25": "Africa Freedom Day", "2024-07-01": "Heroes' Day", "2024-07-02": "Unity Day", "2024-08-05": "Farmers' Day", "2024-10-18": "National Prayer Day", "2024-10-24": "Independence Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-03-08": "International Women's Day", "2025-03-12": "Youth Day", "2025-04-18": "Good Friday", "2025-04-19": "Holy Saturday", "2025-04-21": "Easter Monday", "2025-04-28": "Kenneth Kaunda Day", "2025-05-01": "Labour Day", "2025-05-25": "Africa Freedom Day", "2025-05-26": "Africa Freedom Day (observed)", "2025-07-07": "Heroes' Day", "2025-07-08": "Unity Day", "2025-08-04": "Farmers' Day", "2025-10-18": "National Prayer Day", "2025-10-24": "Independence Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-03-08": "International Women's Day", "2026-03-09": "International Women's Day (observed)", "2026-03-12": "Youth Day", "2026-04-03": "Good Friday", "2026-04-04": "Holy Saturday", "2026-04-06": "Easter Monday", "2026-04-28": "Kenneth Kaunda Day", "2026-05-01": "Labour Day", "2026-05-25": "Africa Freedom Day", "2026-07-06": "Heroes' Day", "2026-07-07": "Unity Day", "2026-08-03": "Farmers' Day", "2026-10-18": "National Prayer Day", "2026-10-19": "National Prayer Day (observed)", "2026-10-24": "Independence Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-08": "International Women's Day", "2027-03-12": "Youth Day", "2027-03-26": "Good Friday", "2027-03-27": "Holy Saturday", "2027-03-29": "Easter Monday", "2027-04-28": "Kenneth Kaunda Day", "2027-05-01": "Labour Day", "2027-05-25": "Africa Freedom Day", "2027-07-05": "Heroes' Day", "2027-07-06": "Unity Day", "2027-08-02": "Farmers' Day", "2027-10-18": "National Prayer Day", "2027-10-24": "Independence Day", "2027-10-25": "Independence Day (observed)", "2027-12-25": "Christmas Day", "2028-01-01": "New Year's Day", "2028-03-08": "International Women's Day", "2028-03-12": "Youth Day", "2028-03-13": "Youth Day (observed)", "2028-04-14": "Good Friday", "2028-04-15": "Holy Saturday", "2028-04-17": "Easter Monday", "2028-04-28": "Kenneth Kaunda Day", "2028-05-01": "Labour Day", "2028-05-25": "Africa Freedom Day", "2028-07-03": "Heroes' Day", "2028-07-04": "Unity Day", "2028-08-07": "Farmers' Day", "2028-10-18": "National Prayer Day", "2028-10-24": "Independence Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-08": "International Women's Day", "2029-03-12": "Youth Day", "2029-03-30": "Good Friday", "2029-03-31": "Holy Saturday", "2029-04-02": "Easter Monday", "2029-04-28": "Kenneth Kaunda Day", "2029-05-01": "Labour Day", "2029-05-25": "Africa Freedom Day", "2029-07-02": "Heroes' Day", "2029-07-03": "Unity Day", "2029-08-06": "Farmers' Day", "2029-10-18": "National Prayer Day", "2029-10-24": "Independence Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-03-08": "International Women's Day", "2030-03-12": "Youth Day", "2030-04-19": "Good Friday", "2030-04-20": "Holy Saturday", "2030-04-22": "Easter Monday", "2030-04-28": "Kenneth Kaunda Day", "2030-04-29": "Kenneth Kaunda Day (observed)", "2030-05-01": "Labour Day", "2030-05-25": "Africa Freedom Day", "2030-07-01": "Heroes' Day", "2030-07-02": "Unity Day", "2030-08-05": "Farmers' Day", "2030-10-18": "National Prayer Day", "2030-10-24": "Independence Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-03-08": "International Women's Day", "2031-03-12": "Youth Day", "2031-04-11": "Good Friday", "2031-04-12": "Holy Saturday", "2031-04-14": "Easter Monday", "2031-04-28": "Kenneth Kaunda Day", "2031-05-01": "Labour Day", "2031-05-25": "Africa Freedom Day", "2031-05-26": "Africa Freedom Day (observed)", "2031-07-07": "Heroes' Day", "2031-07-08": "Unity Day", "2031-08-04": "Farmers' Day", "2031-10-18": "National Prayer Day", "2031-10-24": "Independence Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-08": "International Women's Day", "2032-03-12": "Youth Day", "2032-03-26": "Good Friday", "2032-03-27": "Holy Saturday", "2032-03-29": "Easter Monday", "2032-04-28": "Kenneth Kaunda Day", "2032-05-01": "Labour Day", "2032-05-25": "Africa Freedom Day", "2032-07-05": "Heroes' Day", "2032-07-06": "Unity Day", "2032-08-02": "Farmers' Day", "2032-10-18": "National Prayer Day", "2032-10-24": "Independence Day", "2032-10-25": "Independence Day (observed)", "2032-12-25": "Christmas Day", "2033-01-01": "New Year's Day", "2033-03-08": "International Women's Day", "2033-03-12": "Youth Day", "2033-04-15": "Good Friday", "2033-04-16": "Holy Saturday", "2033-04-18": "Easter Monday", "2033-04-28": "Kenneth Kaunda Day", "2033-05-01": "Labour Day", "2033-05-02": "Labour Day (observed)", "2033-05-25": "Africa Freedom Day", "2033-07-04": "Heroes' Day", "2033-07-05": "Unity Day", "2033-08-01": "Farmers' Day", "2033-10-18": "National Prayer Day", "2033-10-24": "Independence Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-03-08": "International Women's Day", "2034-03-12": "Youth Day", "2034-03-13": "Youth Day (observed)", "2034-04-07": "Good Friday", "2034-04-08": "Holy Saturday", "2034-04-10": "Easter Monday", "2034-04-28": "Kenneth Kaunda Day", "2034-05-01": "Labour Day", "2034-05-25": "Africa Freedom Day", "2034-07-03": "Heroes' Day", "2034-07-04": "Unity Day", "2034-08-07": "Farmers' Day", "2034-10-18": "National Prayer Day", "2034-10-24": "Independence Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-08": "International Women's Day", "2035-03-12": "Youth Day", "2035-03-23": "Good Friday", "2035-03-24": "Holy Saturday", "2035-03-26": "Easter Monday", "2035-04-28": "Kenneth Kaunda Day", "2035-05-01": "Labour Day", "2035-05-25": "Africa Freedom Day", "2035-07-02": "Heroes' Day", "2035-07-03": "Unity Day", "2035-08-06": "Farmers' Day", "2035-10-18": "National Prayer Day", "2035-10-24": "Independence Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-03-08": "International Women's Day", "2036-03-12": "Youth Day", "2036-04-11": "Good Friday", "2036-04-12": "Holy Saturday", "2036-04-14": "Easter Monday", "2036-04-28": "Kenneth Kaunda Day", "2036-05-01": "Labour Day", "2036-05-25": "Africa Freedom Day", "2036-05-26": "Africa Freedom Day (observed)", "2036-07-07": "Heroes' Day", "2036-07-08": "Unity Day", "2036-08-04": "Farmers' Day", "2036-10-18": "National Prayer Day", "2036-10-24": "Independence Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-03-08": "International Women's Day", "2037-03-09": "International Women's Day (observed)", "2037-03-12": "Youth Day", "2037-04-03": "Good Friday", "2037-04-04": "Holy Saturday", "2037-04-06": "Easter Monday", "2037-04-28": "Kenneth Kaunda Day", "2037-05-01": "Labour Day", "2037-05-25": "Africa Freedom Day", "2037-07-06": "Heroes' Day", "2037-07-07": "Unity Day", "2037-08-03": "Farmers' Day", "2037-10-18": "National Prayer Day", "2037-10-19": "National Prayer Day (observed)", "2037-10-24": "Independence Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-03-08": "International Women's Day", "2038-03-12": "Youth Day", "2038-04-23": "Good Friday", "2038-04-24": "Holy Saturday", "2038-04-26": "Easter Monday", "2038-04-28": "Kenneth Kaunda Day", "2038-05-01": "Labour Day", "2038-05-25": "Africa Freedom Day", "2038-07-05": "Heroes' Day", "2038-07-06": "Unity Day", "2038-08-02": "Farmers' Day", "2038-10-18": "National Prayer Day", "2038-10-24": "Independence Day", "2038-10-25": "Independence Day (observed)", "2038-12-25": "Christmas Day", "2039-01-01": "New Year's Day", "2039-03-08": "International Women's Day", "2039-03-12": "Youth Day", "2039-04-08": "Good Friday", "2039-04-09": "Holy Saturday", "2039-04-11": "Easter Monday", "2039-04-28": "Kenneth Kaunda Day", "2039-05-01": "Labour Day", "2039-05-02": "Labour Day (observed)", "2039-05-25": "Africa Freedom Day", "2039-07-04": "Heroes' Day", "2039-07-05": "Unity Day", "2039-08-01": "Farmers' Day", "2039-10-18": "National Prayer Day", "2039-10-24": "Independence Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-03-08": "International Women's Day", "2040-03-12": "Youth Day", "2040-03-30": "Good Friday", "2040-03-31": "Holy Saturday", "2040-04-02": "Easter Monday", "2040-04-28": "Kenneth Kaunda Day", "2040-05-01": "Labour Day", "2040-05-25": "Africa Freedom Day", "2040-07-02": "Heroes' Day", "2040-07-03": "Unity Day", "2040-08-06": "Farmers' Day", "2040-10-18": "National Prayer Day", "2040-10-24": "Independence Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-03-08": "International Women's Day", "2041-03-12": "Youth Day", "2041-04-19": "Good Friday", "2041-04-20": "Holy Saturday", "2041-04-22": "Easter Monday", "2041-04-28": "Kenneth Kaunda Day", "2041-04-29": "Kenneth Kaunda Day (observed)", "2041-05-01": "Labour Day", "2041-05-25": "Africa Freedom Day", "2041-07-01": "Heroes' Day", "2041-07-02": "Unity Day", "2041-08-05": "Farmers' Day", "2041-10-18": "National Prayer Day", "2041-10-24": "Independence Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-03-08": "International Women's Day", "2042-03-12": "Youth Day", "2042-04-04": "Good Friday", "2042-04-05": "Holy Saturday", "2042-04-07": "Easter Monday", "2042-04-28": "Kenneth Kaunda Day", "2042-05-01": "Labour Day", "2042-05-25": "Africa Freedom Day", "2042-05-26": "Africa Freedom Day (observed)", "2042-07-07": "Heroes' Day", "2042-07-08": "Unity Day", "2042-08-04": "Farmers' Day", "2042-10-18": "National Prayer Day", "2042-10-24": "Independence Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-08": "International Women's Day", "2043-03-09": "International Women's Day (observed)", "2043-03-12": "Youth Day", "2043-03-27": "Good Friday", "2043-03-28": "Holy Saturday", "2043-03-30": "Easter Monday", "2043-04-28": "Kenneth Kaunda Day", "2043-05-01": "Labour Day", "2043-05-25": "Africa Freedom Day", "2043-07-06": "Heroes' Day", "2043-07-07": "Unity Day", "2043-08-03": "Farmers' Day", "2043-10-18": "National Prayer Day", "2043-10-19": "National Prayer Day (observed)", "2043-10-24": "Independence Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-03-08": "International Women's Day", "2044-03-12": "Youth Day", "2044-04-15": "Good Friday", "2044-04-16": "Holy Saturday", "2044-04-18": "Easter Monday", "2044-04-28": "Kenneth Kaunda Day", "2044-05-01": "Labour Day", "2044-05-02": "Labour Day (observed)", "2044-05-25": "Africa Freedom Day", "2044-07-04": "Heroes' Day", "2044-07-05": "Unity Day", "2044-08-01": "Farmers' Day", "2044-10-18": "National Prayer Day", "2044-10-24": "Independence Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-03-08": "International Women's Day", "2045-03-12": "Youth Day", "2045-03-13": "Youth Day (observed)", "2045-04-07": "Good Friday", "2045-04-08": "Holy Saturday", "2045-04-10": "Easter Monday", "2045-04-28": "Kenneth Kaunda Day", "2045-05-01": "Labour Day", "2045-05-25": "Africa Freedom Day", "2045-07-03": "Heroes' Day", "2045-07-04": "Unity Day", "2045-08-07": "Farmers' Day", "2045-10-18": "National Prayer Day", "2045-10-24": "Independence Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-08": "International Women's Day", "2046-03-12": "Youth Day", "2046-03-23": "Good Friday", "2046-03-24": "Holy Saturday", "2046-03-26": "Easter Monday", "2046-04-28": "Kenneth Kaunda Day", "2046-05-01": "Labour Day", "2046-05-25": "Africa Freedom Day", "2046-07-02": "Heroes' Day", "2046-07-03": "Unity Day", "2046-08-06": "Farmers' Day", "2046-10-18": "National Prayer Day", "2046-10-24": "Independence Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-03-08": "International Women's Day", "2047-03-12": "Youth Day", "2047-04-12": "Good Friday", "2047-04-13": "Holy Saturday", "2047-04-15": "Easter Monday", "2047-04-28": "Kenneth Kaunda Day", "2047-04-29": "Kenneth Kaunda Day (observed)", "2047-05-01": "Labour Day", "2047-05-25": "Africa Freedom Day", "2047-07-01": "Heroes' Day", "2047-07-02": "Unity Day", "2047-08-05": "Farmers' Day", "2047-10-18": "National Prayer Day", "2047-10-24": "Independence Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-03-08": "International Women's Day", "2048-03-09": "International Women's Day (observed)", "2048-03-12": "Youth Day", "2048-04-03": "Good Friday", "2048-04-04": "Holy Saturday", "2048-04-06": "Easter Monday", "2048-04-28": "Kenneth Kaunda Day", "2048-05-01": "Labour Day", "2048-05-25": "Africa Freedom Day", "2048-07-06": "Heroes' Day", "2048-07-07": "Unity Day", "2048-08-03": "Farmers' Day", "2048-10-18": "National Prayer Day", "2048-10-19": "National Prayer Day (observed)", "2048-10-24": "Independence Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-03-08": "International Women's Day", "2049-03-12": "Youth Day", "2049-04-16": "Good Friday", "2049-04-17": "Holy Saturday", "2049-04-19": "Easter Monday", "2049-04-28": "Kenneth Kaunda Day", "2049-05-01": "Labour Day", "2049-05-25": "Africa Freedom Day", "2049-07-05": "Heroes' Day", "2049-07-06": "Unity Day", "2049-08-02": "Farmers' Day", "2049-10-18": "National Prayer Day", "2049-10-24": "Independence Day", "2049-10-25": "Independence Day (observed)", "2049-12-25": "Christmas Day", "2050-01-01": "New Year's Day", "2050-03-08": "International Women's Day", "2050-03-12": "Youth Day", "2050-04-08": "Good Friday", "2050-04-09": "Holy Saturday", "2050-04-11": "Easter Monday", "2050-04-28": "Kenneth Kaunda Day", "2050-05-01": "Labour Day", "2050-05-02": "Labour Day (observed)", "2050-05-25": "Africa Freedom Day", "2050-07-04": "Heroes' Day", "2050-07-05": "Unity Day", "2050-08-01": "Farmers' Day", "2050-10-18": "National Prayer Day", "2050-10-24": "Independence Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/snapshots/countries/ZW_COMMON.json000066400000000000000000000762741500152103600216260ustar00rootroot00000000000000{ "1988-01-01": "New Year's Day", "1988-04-01": "Good Friday", "1988-04-02": "Easter Saturday", "1988-04-04": "Easter Monday", "1988-04-18": "Independence Day", "1988-05-01": "Workers' Day", "1988-05-02": "Workers' Day (observed)", "1988-05-25": "Africa Day", "1988-08-08": "Zimbabwe Heroes' Day", "1988-08-09": "Defense Forces Day", "1988-12-22": "Unity Day", "1988-12-25": "Christmas Day", "1988-12-26": "Boxing Day", "1988-12-27": "Christmas Day (observed)", "1989-01-01": "New Year's Day", "1989-01-02": "New Year's Day (observed)", "1989-03-24": "Good Friday", "1989-03-25": "Easter Saturday", "1989-03-27": "Easter Monday", "1989-04-18": "Independence Day", "1989-05-01": "Workers' Day", "1989-05-25": "Africa Day", "1989-08-14": "Zimbabwe Heroes' Day", "1989-08-15": "Defense Forces Day", "1989-12-22": "Unity Day", "1989-12-25": "Christmas Day", "1989-12-26": "Boxing Day", "1990-01-01": "New Year's Day", "1990-04-13": "Good Friday", "1990-04-14": "Easter Saturday", "1990-04-16": "Easter Monday", "1990-04-18": "Independence Day", "1990-05-01": "Workers' Day", "1990-05-25": "Africa Day", "1990-08-13": "Zimbabwe Heroes' Day", "1990-08-14": "Defense Forces Day", "1990-12-22": "Unity Day", "1990-12-25": "Christmas Day", "1990-12-26": "Boxing Day", "1991-01-01": "New Year's Day", "1991-03-29": "Good Friday", "1991-03-30": "Easter Saturday", "1991-04-01": "Easter Monday", "1991-04-18": "Independence Day", "1991-05-01": "Workers' Day", "1991-05-25": "Africa Day", "1991-08-12": "Zimbabwe Heroes' Day", "1991-08-13": "Defense Forces Day", "1991-12-22": "Unity Day", "1991-12-23": "Unity Day (observed)", "1991-12-25": "Christmas Day", "1991-12-26": "Boxing Day", "1992-01-01": "New Year's Day", "1992-04-17": "Good Friday", "1992-04-18": "Easter Saturday; Independence Day", "1992-04-20": "Easter Monday", "1992-05-01": "Workers' Day", "1992-05-25": "Africa Day", "1992-08-10": "Zimbabwe Heroes' Day", "1992-08-11": "Defense Forces Day", "1992-12-22": "Unity Day", "1992-12-25": "Christmas Day", "1992-12-26": "Boxing Day", "1993-01-01": "New Year's Day", "1993-04-09": "Good Friday", "1993-04-10": "Easter Saturday", "1993-04-12": "Easter Monday", "1993-04-18": "Independence Day", "1993-04-19": "Independence Day (observed)", "1993-05-01": "Workers' Day", "1993-05-25": "Africa Day", "1993-08-09": "Zimbabwe Heroes' Day", "1993-08-10": "Defense Forces Day", "1993-12-22": "Unity Day", "1993-12-25": "Christmas Day", "1993-12-26": "Boxing Day", "1993-12-27": "Boxing Day (observed)", "1994-01-01": "New Year's Day", "1994-04-01": "Good Friday", "1994-04-02": "Easter Saturday", "1994-04-04": "Easter Monday", "1994-04-18": "Independence Day", "1994-05-01": "Workers' Day", "1994-05-02": "Workers' Day (observed)", "1994-05-25": "Africa Day", "1994-08-08": "Zimbabwe Heroes' Day", "1994-08-09": "Defense Forces Day", "1994-12-22": "Unity Day", "1994-12-25": "Christmas Day", "1994-12-26": "Boxing Day", "1994-12-27": "Christmas Day (observed)", "1995-01-01": "New Year's Day", "1995-01-02": "New Year's Day (observed)", "1995-04-14": "Good Friday", "1995-04-15": "Easter Saturday", "1995-04-17": "Easter Monday", "1995-04-18": "Independence Day", "1995-05-01": "Workers' Day", "1995-05-25": "Africa Day", "1995-08-14": "Zimbabwe Heroes' Day", "1995-08-15": "Defense Forces Day", "1995-12-22": "Unity Day", "1995-12-25": "Christmas Day", "1995-12-26": "Boxing Day", "1996-01-01": "New Year's Day", "1996-04-05": "Good Friday", "1996-04-06": "Easter Saturday", "1996-04-08": "Easter Monday", "1996-04-18": "Independence Day", "1996-05-01": "Workers' Day", "1996-05-25": "Africa Day", "1996-08-12": "Zimbabwe Heroes' Day", "1996-08-13": "Defense Forces Day", "1996-12-22": "Unity Day", "1996-12-23": "Unity Day (observed)", "1996-12-25": "Christmas Day", "1996-12-26": "Boxing Day", "1997-01-01": "New Year's Day", "1997-03-28": "Good Friday", "1997-03-29": "Easter Saturday", "1997-03-31": "Easter Monday", "1997-04-18": "Independence Day", "1997-05-01": "Workers' Day", "1997-05-25": "Africa Day", "1997-05-26": "Africa Day (observed)", "1997-08-11": "Zimbabwe Heroes' Day", "1997-08-12": "Defense Forces Day", "1997-12-22": "Unity Day", "1997-12-25": "Christmas Day", "1997-12-26": "Boxing Day", "1998-01-01": "New Year's Day", "1998-04-10": "Good Friday", "1998-04-11": "Easter Saturday", "1998-04-13": "Easter Monday", "1998-04-18": "Independence Day", "1998-05-01": "Workers' Day", "1998-05-25": "Africa Day", "1998-08-10": "Zimbabwe Heroes' Day", "1998-08-11": "Defense Forces Day", "1998-12-22": "Unity Day", "1998-12-25": "Christmas Day", "1998-12-26": "Boxing Day", "1999-01-01": "New Year's Day", "1999-04-02": "Good Friday", "1999-04-03": "Easter Saturday", "1999-04-05": "Easter Monday", "1999-04-18": "Independence Day", "1999-04-19": "Independence Day (observed)", "1999-05-01": "Workers' Day", "1999-05-25": "Africa Day", "1999-08-09": "Zimbabwe Heroes' Day", "1999-08-10": "Defense Forces Day", "1999-12-22": "Unity Day", "1999-12-25": "Christmas Day", "1999-12-26": "Boxing Day", "1999-12-27": "Boxing Day (observed)", "2000-01-01": "New Year's Day", "2000-04-18": "Independence Day", "2000-04-21": "Good Friday", "2000-04-22": "Easter Saturday", "2000-04-24": "Easter Monday", "2000-05-01": "Workers' Day", "2000-05-25": "Africa Day", "2000-08-14": "Zimbabwe Heroes' Day", "2000-08-15": "Defense Forces Day", "2000-12-22": "Unity Day", "2000-12-25": "Christmas Day", "2000-12-26": "Boxing Day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-14": "Easter Saturday", "2001-04-16": "Easter Monday", "2001-04-18": "Independence Day", "2001-05-01": "Workers' Day", "2001-05-25": "Africa Day", "2001-08-13": "Zimbabwe Heroes' Day", "2001-08-14": "Defense Forces Day", "2001-12-22": "Unity Day", "2001-12-25": "Christmas Day", "2001-12-26": "Boxing Day", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-03-30": "Easter Saturday", "2002-04-01": "Easter Monday", "2002-04-18": "Independence Day", "2002-05-01": "Workers' Day", "2002-05-25": "Africa Day", "2002-08-12": "Zimbabwe Heroes' Day", "2002-08-13": "Defense Forces Day", "2002-12-22": "Unity Day", "2002-12-23": "Unity Day (observed)", "2002-12-25": "Christmas Day", "2002-12-26": "Boxing Day", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday; Independence Day", "2003-04-19": "Easter Saturday", "2003-04-21": "Easter Monday", "2003-05-01": "Workers' Day", "2003-05-25": "Africa Day", "2003-05-26": "Africa Day (observed)", "2003-08-11": "Zimbabwe Heroes' Day", "2003-08-12": "Defense Forces Day", "2003-12-22": "Unity Day", "2003-12-25": "Christmas Day", "2003-12-26": "Boxing Day", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-10": "Easter Saturday", "2004-04-12": "Easter Monday", "2004-04-18": "Independence Day", "2004-04-19": "Independence Day (observed)", "2004-05-01": "Workers' Day", "2004-05-25": "Africa Day", "2004-08-09": "Zimbabwe Heroes' Day", "2004-08-10": "Defense Forces Day", "2004-12-22": "Unity Day", "2004-12-25": "Christmas Day", "2004-12-26": "Boxing Day", "2004-12-27": "Boxing Day (observed)", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-26": "Easter Saturday", "2005-03-28": "Easter Monday", "2005-04-18": "Independence Day", "2005-05-01": "Workers' Day", "2005-05-02": "Workers' Day (observed)", "2005-05-25": "Africa Day", "2005-08-08": "Zimbabwe Heroes' Day", "2005-08-09": "Defense Forces Day", "2005-12-22": "Unity Day", "2005-12-25": "Christmas Day", "2005-12-26": "Boxing Day", "2005-12-27": "Christmas Day (observed)", "2006-01-01": "New Year's Day", "2006-01-02": "New Year's Day (observed)", "2006-04-14": "Good Friday", "2006-04-15": "Easter Saturday", "2006-04-17": "Easter Monday", "2006-04-18": "Independence Day", "2006-05-01": "Workers' Day", "2006-05-25": "Africa Day", "2006-08-14": "Zimbabwe Heroes' Day", "2006-08-15": "Defense Forces Day", "2006-12-22": "Unity Day", "2006-12-25": "Christmas Day", "2006-12-26": "Boxing Day", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-07": "Easter Saturday", "2007-04-09": "Easter Monday", "2007-04-18": "Independence Day", "2007-05-01": "Workers' Day", "2007-05-25": "Africa Day", "2007-08-13": "Zimbabwe Heroes' Day", "2007-08-14": "Defense Forces Day", "2007-12-22": "Unity Day", "2007-12-25": "Christmas Day", "2007-12-26": "Boxing Day", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-22": "Easter Saturday", "2008-03-24": "Easter Monday", "2008-04-18": "Independence Day", "2008-05-01": "Workers' Day", "2008-05-25": "Africa Day", "2008-05-26": "Africa Day (observed)", "2008-08-11": "Zimbabwe Heroes' Day", "2008-08-12": "Defense Forces Day", "2008-12-22": "Unity Day", "2008-12-25": "Christmas Day", "2008-12-26": "Boxing Day", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-11": "Easter Saturday", "2009-04-13": "Easter Monday", "2009-04-18": "Independence Day", "2009-05-01": "Workers' Day", "2009-05-25": "Africa Day", "2009-08-10": "Zimbabwe Heroes' Day", "2009-08-11": "Defense Forces Day", "2009-12-22": "Unity Day", "2009-12-25": "Christmas Day", "2009-12-26": "Boxing Day", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-03": "Easter Saturday", "2010-04-05": "Easter Monday", "2010-04-18": "Independence Day", "2010-04-19": "Independence Day (observed)", "2010-05-01": "Workers' Day", "2010-05-25": "Africa Day", "2010-08-09": "Zimbabwe Heroes' Day", "2010-08-10": "Defense Forces Day", "2010-12-22": "Unity Day", "2010-12-25": "Christmas Day", "2010-12-26": "Boxing Day", "2010-12-27": "Boxing Day (observed)", "2011-01-01": "New Year's Day", "2011-04-18": "Independence Day", "2011-04-22": "Good Friday", "2011-04-23": "Easter Saturday", "2011-04-25": "Easter Monday", "2011-05-01": "Workers' Day", "2011-05-02": "Workers' Day (observed)", "2011-05-25": "Africa Day", "2011-08-08": "Zimbabwe Heroes' Day", "2011-08-09": "Defense Forces Day", "2011-12-22": "Unity Day", "2011-12-25": "Christmas Day", "2011-12-26": "Boxing Day", "2011-12-27": "Christmas Day (observed)", "2012-01-01": "New Year's Day", "2012-01-02": "New Year's Day (observed)", "2012-04-06": "Good Friday", "2012-04-07": "Easter Saturday", "2012-04-09": "Easter Monday", "2012-04-18": "Independence Day", "2012-05-01": "Workers' Day", "2012-05-25": "Africa Day", "2012-08-13": "Zimbabwe Heroes' Day", "2012-08-14": "Defense Forces Day", "2012-12-22": "Unity Day", "2012-12-25": "Christmas Day", "2012-12-26": "Boxing Day", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-03-30": "Easter Saturday", "2013-04-01": "Easter Monday", "2013-04-18": "Independence Day", "2013-05-01": "Workers' Day", "2013-05-25": "Africa Day", "2013-08-12": "Zimbabwe Heroes' Day", "2013-08-13": "Defense Forces Day", "2013-12-22": "Unity Day", "2013-12-23": "Unity Day (observed)", "2013-12-25": "Christmas Day", "2013-12-26": "Boxing Day", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday; Independence Day", "2014-04-19": "Easter Saturday", "2014-04-21": "Easter Monday", "2014-05-01": "Workers' Day", "2014-05-25": "Africa Day", "2014-05-26": "Africa Day (observed)", "2014-08-11": "Zimbabwe Heroes' Day", "2014-08-12": "Defense Forces Day", "2014-12-22": "Unity Day", "2014-12-25": "Christmas Day", "2014-12-26": "Boxing Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-04": "Easter Saturday", "2015-04-06": "Easter Monday", "2015-04-18": "Independence Day", "2015-05-01": "Workers' Day", "2015-05-25": "Africa Day", "2015-08-10": "Zimbabwe Heroes' Day", "2015-08-11": "Defense Forces Day", "2015-12-22": "Unity Day", "2015-12-25": "Christmas Day", "2015-12-26": "Boxing Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-26": "Easter Saturday", "2016-03-28": "Easter Monday", "2016-04-18": "Independence Day", "2016-05-01": "Workers' Day", "2016-05-02": "Workers' Day (observed)", "2016-05-25": "Africa Day", "2016-08-08": "Zimbabwe Heroes' Day", "2016-08-09": "Defense Forces Day", "2016-12-22": "Unity Day", "2016-12-25": "Christmas Day", "2016-12-26": "Boxing Day", "2016-12-27": "Christmas Day (observed)", "2017-01-01": "New Year's Day", "2017-01-02": "New Year's Day (observed)", "2017-04-14": "Good Friday", "2017-04-15": "Easter Saturday", "2017-04-17": "Easter Monday", "2017-04-18": "Independence Day", "2017-05-01": "Workers' Day", "2017-05-25": "Africa Day", "2017-08-14": "Zimbabwe Heroes' Day", "2017-08-15": "Defense Forces Day", "2017-12-22": "Unity Day", "2017-12-25": "Christmas Day", "2017-12-26": "Boxing Day", "2018-01-01": "New Year's Day", "2018-02-21": "Robert Gabriel Mugabe National Youth Day", "2018-03-30": "Good Friday", "2018-03-31": "Easter Saturday", "2018-04-02": "Easter Monday", "2018-04-18": "Independence Day", "2018-05-01": "Workers' Day", "2018-05-25": "Africa Day", "2018-08-13": "Zimbabwe Heroes' Day", "2018-08-14": "Defense Forces Day", "2018-12-22": "Unity Day", "2018-12-25": "Christmas Day", "2018-12-26": "Boxing Day", "2019-01-01": "New Year's Day", "2019-02-21": "Robert Gabriel Mugabe National Youth Day", "2019-04-18": "Independence Day", "2019-04-19": "Good Friday", "2019-04-20": "Easter Saturday", "2019-04-22": "Easter Monday", "2019-05-01": "Workers' Day", "2019-05-25": "Africa Day", "2019-08-12": "Zimbabwe Heroes' Day", "2019-08-13": "Defense Forces Day", "2019-12-22": "Unity Day", "2019-12-23": "Unity Day (observed)", "2019-12-25": "Christmas Day", "2019-12-26": "Boxing Day", "2020-01-01": "New Year's Day", "2020-02-21": "Robert Gabriel Mugabe National Youth Day", "2020-04-10": "Good Friday", "2020-04-11": "Easter Saturday", "2020-04-13": "Easter Monday", "2020-04-18": "Independence Day", "2020-05-01": "Workers' Day", "2020-05-25": "Africa Day", "2020-08-10": "Zimbabwe Heroes' Day", "2020-08-11": "Defense Forces Day", "2020-12-22": "Unity Day", "2020-12-25": "Christmas Day", "2020-12-26": "Boxing Day", "2021-01-01": "New Year's Day", "2021-02-21": "Robert Gabriel Mugabe National Youth Day", "2021-02-22": "Robert Gabriel Mugabe National Youth Day (observed)", "2021-04-02": "Good Friday", "2021-04-03": "Easter Saturday", "2021-04-05": "Easter Monday", "2021-04-18": "Independence Day", "2021-04-19": "Independence Day (observed)", "2021-05-01": "Workers' Day", "2021-05-25": "Africa Day", "2021-08-09": "Zimbabwe Heroes' Day", "2021-08-10": "Defense Forces Day", "2021-12-22": "Unity Day", "2021-12-25": "Christmas Day", "2021-12-26": "Boxing Day", "2021-12-27": "Boxing Day (observed)", "2022-01-01": "New Year's Day", "2022-02-21": "Robert Gabriel Mugabe National Youth Day", "2022-04-15": "Good Friday", "2022-04-16": "Easter Saturday", "2022-04-18": "Easter Monday; Independence Day", "2022-05-01": "Workers' Day", "2022-05-02": "Workers' Day (observed)", "2022-05-25": "Africa Day", "2022-08-08": "Zimbabwe Heroes' Day", "2022-08-09": "Defense Forces Day", "2022-12-22": "Unity Day", "2022-12-25": "Christmas Day", "2022-12-26": "Boxing Day", "2022-12-27": "Christmas Day (observed)", "2023-01-01": "New Year's Day", "2023-01-02": "New Year's Day (observed)", "2023-02-21": "Robert Gabriel Mugabe National Youth Day", "2023-04-07": "Good Friday", "2023-04-08": "Easter Saturday", "2023-04-10": "Easter Monday", "2023-04-18": "Independence Day", "2023-05-01": "Workers' Day", "2023-05-25": "Africa Day", "2023-08-14": "Zimbabwe Heroes' Day", "2023-08-15": "Defense Forces Day", "2023-12-22": "Unity Day", "2023-12-25": "Christmas Day", "2023-12-26": "Boxing Day", "2024-01-01": "New Year's Day", "2024-02-21": "Robert Gabriel Mugabe National Youth Day", "2024-03-29": "Good Friday", "2024-03-30": "Easter Saturday", "2024-04-01": "Easter Monday", "2024-04-18": "Independence Day", "2024-05-01": "Workers' Day", "2024-05-25": "Africa Day", "2024-08-12": "Zimbabwe Heroes' Day", "2024-08-13": "Defense Forces Day", "2024-12-22": "Unity Day", "2024-12-23": "Unity Day (observed)", "2024-12-25": "Christmas Day", "2024-12-26": "Boxing Day", "2025-01-01": "New Year's Day", "2025-02-21": "Robert Gabriel Mugabe National Youth Day", "2025-04-18": "Good Friday; Independence Day", "2025-04-19": "Easter Saturday", "2025-04-21": "Easter Monday", "2025-05-01": "Workers' Day", "2025-05-25": "Africa Day", "2025-05-26": "Africa Day (observed)", "2025-08-11": "Zimbabwe Heroes' Day", "2025-08-12": "Defense Forces Day", "2025-12-22": "Unity Day", "2025-12-25": "Christmas Day", "2025-12-26": "Boxing Day", "2026-01-01": "New Year's Day", "2026-02-21": "Robert Gabriel Mugabe National Youth Day", "2026-04-03": "Good Friday", "2026-04-04": "Easter Saturday", "2026-04-06": "Easter Monday", "2026-04-18": "Independence Day", "2026-05-01": "Workers' Day", "2026-05-25": "Africa Day", "2026-08-10": "Zimbabwe Heroes' Day", "2026-08-11": "Defense Forces Day", "2026-12-22": "Unity Day", "2026-12-25": "Christmas Day", "2026-12-26": "Boxing Day", "2027-01-01": "New Year's Day", "2027-02-21": "Robert Gabriel Mugabe National Youth Day", "2027-02-22": "Robert Gabriel Mugabe National Youth Day (observed)", "2027-03-26": "Good Friday", "2027-03-27": "Easter Saturday", "2027-03-29": "Easter Monday", "2027-04-18": "Independence Day", "2027-04-19": "Independence Day (observed)", "2027-05-01": "Workers' Day", "2027-05-25": "Africa Day", "2027-08-09": "Zimbabwe Heroes' Day", "2027-08-10": "Defense Forces Day", "2027-12-22": "Unity Day", "2027-12-25": "Christmas Day", "2027-12-26": "Boxing Day", "2027-12-27": "Boxing Day (observed)", "2028-01-01": "New Year's Day", "2028-02-21": "Robert Gabriel Mugabe National Youth Day", "2028-04-14": "Good Friday", "2028-04-15": "Easter Saturday", "2028-04-17": "Easter Monday", "2028-04-18": "Independence Day", "2028-05-01": "Workers' Day", "2028-05-25": "Africa Day", "2028-08-14": "Zimbabwe Heroes' Day", "2028-08-15": "Defense Forces Day", "2028-12-22": "Unity Day", "2028-12-25": "Christmas Day", "2028-12-26": "Boxing Day", "2029-01-01": "New Year's Day", "2029-02-21": "Robert Gabriel Mugabe National Youth Day", "2029-03-30": "Good Friday", "2029-03-31": "Easter Saturday", "2029-04-02": "Easter Monday", "2029-04-18": "Independence Day", "2029-05-01": "Workers' Day", "2029-05-25": "Africa Day", "2029-08-13": "Zimbabwe Heroes' Day", "2029-08-14": "Defense Forces Day", "2029-12-22": "Unity Day", "2029-12-25": "Christmas Day", "2029-12-26": "Boxing Day", "2030-01-01": "New Year's Day", "2030-02-21": "Robert Gabriel Mugabe National Youth Day", "2030-04-18": "Independence Day", "2030-04-19": "Good Friday", "2030-04-20": "Easter Saturday", "2030-04-22": "Easter Monday", "2030-05-01": "Workers' Day", "2030-05-25": "Africa Day", "2030-08-12": "Zimbabwe Heroes' Day", "2030-08-13": "Defense Forces Day", "2030-12-22": "Unity Day", "2030-12-23": "Unity Day (observed)", "2030-12-25": "Christmas Day", "2030-12-26": "Boxing Day", "2031-01-01": "New Year's Day", "2031-02-21": "Robert Gabriel Mugabe National Youth Day", "2031-04-11": "Good Friday", "2031-04-12": "Easter Saturday", "2031-04-14": "Easter Monday", "2031-04-18": "Independence Day", "2031-05-01": "Workers' Day", "2031-05-25": "Africa Day", "2031-05-26": "Africa Day (observed)", "2031-08-11": "Zimbabwe Heroes' Day", "2031-08-12": "Defense Forces Day", "2031-12-22": "Unity Day", "2031-12-25": "Christmas Day", "2031-12-26": "Boxing Day", "2032-01-01": "New Year's Day", "2032-02-21": "Robert Gabriel Mugabe National Youth Day", "2032-03-26": "Good Friday", "2032-03-27": "Easter Saturday", "2032-03-29": "Easter Monday", "2032-04-18": "Independence Day", "2032-04-19": "Independence Day (observed)", "2032-05-01": "Workers' Day", "2032-05-25": "Africa Day", "2032-08-09": "Zimbabwe Heroes' Day", "2032-08-10": "Defense Forces Day", "2032-12-22": "Unity Day", "2032-12-25": "Christmas Day", "2032-12-26": "Boxing Day", "2032-12-27": "Boxing Day (observed)", "2033-01-01": "New Year's Day", "2033-02-21": "Robert Gabriel Mugabe National Youth Day", "2033-04-15": "Good Friday", "2033-04-16": "Easter Saturday", "2033-04-18": "Easter Monday; Independence Day", "2033-05-01": "Workers' Day", "2033-05-02": "Workers' Day (observed)", "2033-05-25": "Africa Day", "2033-08-08": "Zimbabwe Heroes' Day", "2033-08-09": "Defense Forces Day", "2033-12-22": "Unity Day", "2033-12-25": "Christmas Day", "2033-12-26": "Boxing Day", "2033-12-27": "Christmas Day (observed)", "2034-01-01": "New Year's Day", "2034-01-02": "New Year's Day (observed)", "2034-02-21": "Robert Gabriel Mugabe National Youth Day", "2034-04-07": "Good Friday", "2034-04-08": "Easter Saturday", "2034-04-10": "Easter Monday", "2034-04-18": "Independence Day", "2034-05-01": "Workers' Day", "2034-05-25": "Africa Day", "2034-08-14": "Zimbabwe Heroes' Day", "2034-08-15": "Defense Forces Day", "2034-12-22": "Unity Day", "2034-12-25": "Christmas Day", "2034-12-26": "Boxing Day", "2035-01-01": "New Year's Day", "2035-02-21": "Robert Gabriel Mugabe National Youth Day", "2035-03-23": "Good Friday", "2035-03-24": "Easter Saturday", "2035-03-26": "Easter Monday", "2035-04-18": "Independence Day", "2035-05-01": "Workers' Day", "2035-05-25": "Africa Day", "2035-08-13": "Zimbabwe Heroes' Day", "2035-08-14": "Defense Forces Day", "2035-12-22": "Unity Day", "2035-12-25": "Christmas Day", "2035-12-26": "Boxing Day", "2036-01-01": "New Year's Day", "2036-02-21": "Robert Gabriel Mugabe National Youth Day", "2036-04-11": "Good Friday", "2036-04-12": "Easter Saturday", "2036-04-14": "Easter Monday", "2036-04-18": "Independence Day", "2036-05-01": "Workers' Day", "2036-05-25": "Africa Day", "2036-05-26": "Africa Day (observed)", "2036-08-11": "Zimbabwe Heroes' Day", "2036-08-12": "Defense Forces Day", "2036-12-22": "Unity Day", "2036-12-25": "Christmas Day", "2036-12-26": "Boxing Day", "2037-01-01": "New Year's Day", "2037-02-21": "Robert Gabriel Mugabe National Youth Day", "2037-04-03": "Good Friday", "2037-04-04": "Easter Saturday", "2037-04-06": "Easter Monday", "2037-04-18": "Independence Day", "2037-05-01": "Workers' Day", "2037-05-25": "Africa Day", "2037-08-10": "Zimbabwe Heroes' Day", "2037-08-11": "Defense Forces Day", "2037-12-22": "Unity Day", "2037-12-25": "Christmas Day", "2037-12-26": "Boxing Day", "2038-01-01": "New Year's Day", "2038-02-21": "Robert Gabriel Mugabe National Youth Day", "2038-02-22": "Robert Gabriel Mugabe National Youth Day (observed)", "2038-04-18": "Independence Day", "2038-04-19": "Independence Day (observed)", "2038-04-23": "Good Friday", "2038-04-24": "Easter Saturday", "2038-04-26": "Easter Monday", "2038-05-01": "Workers' Day", "2038-05-25": "Africa Day", "2038-08-09": "Zimbabwe Heroes' Day", "2038-08-10": "Defense Forces Day", "2038-12-22": "Unity Day", "2038-12-25": "Christmas Day", "2038-12-26": "Boxing Day", "2038-12-27": "Boxing Day (observed)", "2039-01-01": "New Year's Day", "2039-02-21": "Robert Gabriel Mugabe National Youth Day", "2039-04-08": "Good Friday", "2039-04-09": "Easter Saturday", "2039-04-11": "Easter Monday", "2039-04-18": "Independence Day", "2039-05-01": "Workers' Day", "2039-05-02": "Workers' Day (observed)", "2039-05-25": "Africa Day", "2039-08-08": "Zimbabwe Heroes' Day", "2039-08-09": "Defense Forces Day", "2039-12-22": "Unity Day", "2039-12-25": "Christmas Day", "2039-12-26": "Boxing Day", "2039-12-27": "Christmas Day (observed)", "2040-01-01": "New Year's Day", "2040-01-02": "New Year's Day (observed)", "2040-02-21": "Robert Gabriel Mugabe National Youth Day", "2040-03-30": "Good Friday", "2040-03-31": "Easter Saturday", "2040-04-02": "Easter Monday", "2040-04-18": "Independence Day", "2040-05-01": "Workers' Day", "2040-05-25": "Africa Day", "2040-08-13": "Zimbabwe Heroes' Day", "2040-08-14": "Defense Forces Day", "2040-12-22": "Unity Day", "2040-12-25": "Christmas Day", "2040-12-26": "Boxing Day", "2041-01-01": "New Year's Day", "2041-02-21": "Robert Gabriel Mugabe National Youth Day", "2041-04-18": "Independence Day", "2041-04-19": "Good Friday", "2041-04-20": "Easter Saturday", "2041-04-22": "Easter Monday", "2041-05-01": "Workers' Day", "2041-05-25": "Africa Day", "2041-08-12": "Zimbabwe Heroes' Day", "2041-08-13": "Defense Forces Day", "2041-12-22": "Unity Day", "2041-12-23": "Unity Day (observed)", "2041-12-25": "Christmas Day", "2041-12-26": "Boxing Day", "2042-01-01": "New Year's Day", "2042-02-21": "Robert Gabriel Mugabe National Youth Day", "2042-04-04": "Good Friday", "2042-04-05": "Easter Saturday", "2042-04-07": "Easter Monday", "2042-04-18": "Independence Day", "2042-05-01": "Workers' Day", "2042-05-25": "Africa Day", "2042-05-26": "Africa Day (observed)", "2042-08-11": "Zimbabwe Heroes' Day", "2042-08-12": "Defense Forces Day", "2042-12-22": "Unity Day", "2042-12-25": "Christmas Day", "2042-12-26": "Boxing Day", "2043-01-01": "New Year's Day", "2043-02-21": "Robert Gabriel Mugabe National Youth Day", "2043-03-27": "Good Friday", "2043-03-28": "Easter Saturday", "2043-03-30": "Easter Monday", "2043-04-18": "Independence Day", "2043-05-01": "Workers' Day", "2043-05-25": "Africa Day", "2043-08-10": "Zimbabwe Heroes' Day", "2043-08-11": "Defense Forces Day", "2043-12-22": "Unity Day", "2043-12-25": "Christmas Day", "2043-12-26": "Boxing Day", "2044-01-01": "New Year's Day", "2044-02-21": "Robert Gabriel Mugabe National Youth Day", "2044-02-22": "Robert Gabriel Mugabe National Youth Day (observed)", "2044-04-15": "Good Friday", "2044-04-16": "Easter Saturday", "2044-04-18": "Easter Monday; Independence Day", "2044-05-01": "Workers' Day", "2044-05-02": "Workers' Day (observed)", "2044-05-25": "Africa Day", "2044-08-08": "Zimbabwe Heroes' Day", "2044-08-09": "Defense Forces Day", "2044-12-22": "Unity Day", "2044-12-25": "Christmas Day", "2044-12-26": "Boxing Day", "2044-12-27": "Christmas Day (observed)", "2045-01-01": "New Year's Day", "2045-01-02": "New Year's Day (observed)", "2045-02-21": "Robert Gabriel Mugabe National Youth Day", "2045-04-07": "Good Friday", "2045-04-08": "Easter Saturday", "2045-04-10": "Easter Monday", "2045-04-18": "Independence Day", "2045-05-01": "Workers' Day", "2045-05-25": "Africa Day", "2045-08-14": "Zimbabwe Heroes' Day", "2045-08-15": "Defense Forces Day", "2045-12-22": "Unity Day", "2045-12-25": "Christmas Day", "2045-12-26": "Boxing Day", "2046-01-01": "New Year's Day", "2046-02-21": "Robert Gabriel Mugabe National Youth Day", "2046-03-23": "Good Friday", "2046-03-24": "Easter Saturday", "2046-03-26": "Easter Monday", "2046-04-18": "Independence Day", "2046-05-01": "Workers' Day", "2046-05-25": "Africa Day", "2046-08-13": "Zimbabwe Heroes' Day", "2046-08-14": "Defense Forces Day", "2046-12-22": "Unity Day", "2046-12-25": "Christmas Day", "2046-12-26": "Boxing Day", "2047-01-01": "New Year's Day", "2047-02-21": "Robert Gabriel Mugabe National Youth Day", "2047-04-12": "Good Friday", "2047-04-13": "Easter Saturday", "2047-04-15": "Easter Monday", "2047-04-18": "Independence Day", "2047-05-01": "Workers' Day", "2047-05-25": "Africa Day", "2047-08-12": "Zimbabwe Heroes' Day", "2047-08-13": "Defense Forces Day", "2047-12-22": "Unity Day", "2047-12-23": "Unity Day (observed)", "2047-12-25": "Christmas Day", "2047-12-26": "Boxing Day", "2048-01-01": "New Year's Day", "2048-02-21": "Robert Gabriel Mugabe National Youth Day", "2048-04-03": "Good Friday", "2048-04-04": "Easter Saturday", "2048-04-06": "Easter Monday", "2048-04-18": "Independence Day", "2048-05-01": "Workers' Day", "2048-05-25": "Africa Day", "2048-08-10": "Zimbabwe Heroes' Day", "2048-08-11": "Defense Forces Day", "2048-12-22": "Unity Day", "2048-12-25": "Christmas Day", "2048-12-26": "Boxing Day", "2049-01-01": "New Year's Day", "2049-02-21": "Robert Gabriel Mugabe National Youth Day", "2049-02-22": "Robert Gabriel Mugabe National Youth Day (observed)", "2049-04-16": "Good Friday", "2049-04-17": "Easter Saturday", "2049-04-18": "Independence Day", "2049-04-19": "Easter Monday", "2049-04-20": "Independence Day (observed)", "2049-05-01": "Workers' Day", "2049-05-25": "Africa Day", "2049-08-09": "Zimbabwe Heroes' Day", "2049-08-10": "Defense Forces Day", "2049-12-22": "Unity Day", "2049-12-25": "Christmas Day", "2049-12-26": "Boxing Day", "2049-12-27": "Boxing Day (observed)", "2050-01-01": "New Year's Day", "2050-02-21": "Robert Gabriel Mugabe National Youth Day", "2050-04-08": "Good Friday", "2050-04-09": "Easter Saturday", "2050-04-11": "Easter Monday", "2050-04-18": "Independence Day", "2050-05-01": "Workers' Day", "2050-05-02": "Workers' Day (observed)", "2050-05-25": "Africa Day", "2050-08-08": "Zimbabwe Heroes' Day", "2050-08-09": "Defense Forces Day", "2050-12-22": "Unity Day", "2050-12-25": "Christmas Day", "2050-12-26": "Boxing Day", "2050-12-27": "Christmas Day (observed)" } holidays-0.71/snapshots/financial/000077500000000000000000000000001500152103600172145ustar00rootroot00000000000000holidays-0.71/snapshots/financial/BVMF.json000066400000000000000000001346051500152103600206520ustar00rootroot00000000000000{ "1950-01-01": "Universal Fraternization Day", "1950-02-20": "Carnival", "1950-02-21": "Carnival", "1950-04-06": "Holy Thursday", "1950-04-07": "Good Friday", "1950-04-21": "Tiradentes' Day", "1950-05-01": "Worker's Day", "1950-06-08": "Corpus Christi", "1950-09-07": "Independence Day", "1950-11-02": "All Souls' Day", "1950-11-15": "Republic Proclamation Day", "1950-12-25": "Christmas Day", "1951-01-01": "Universal Fraternization Day", "1951-02-05": "Carnival", "1951-02-06": "Carnival", "1951-03-22": "Holy Thursday", "1951-03-23": "Good Friday", "1951-04-21": "Tiradentes' Day", "1951-05-01": "Worker's Day", "1951-05-24": "Corpus Christi", "1951-09-07": "Independence Day", "1951-11-02": "All Souls' Day", "1951-11-15": "Republic Proclamation Day", "1951-12-25": "Christmas Day", "1952-01-01": "Universal Fraternization Day", "1952-02-25": "Carnival", "1952-02-26": "Carnival", "1952-04-10": "Holy Thursday", "1952-04-11": "Good Friday", "1952-04-21": "Tiradentes' Day", "1952-05-01": "Worker's Day", "1952-06-12": "Corpus Christi", "1952-09-07": "Independence Day", "1952-11-02": "All Souls' Day", "1952-11-15": "Republic Proclamation Day", "1952-12-25": "Christmas Day", "1953-01-01": "Universal Fraternization Day", "1953-02-16": "Carnival", "1953-02-17": "Carnival", "1953-04-02": "Holy Thursday", "1953-04-03": "Good Friday", "1953-04-21": "Tiradentes' Day", "1953-05-01": "Worker's Day", "1953-06-04": "Corpus Christi", "1953-09-07": "Independence Day", "1953-11-02": "All Souls' Day", "1953-11-15": "Republic Proclamation Day", "1953-12-25": "Christmas Day", "1954-01-01": "Universal Fraternization Day", "1954-03-01": "Carnival", "1954-03-02": "Carnival", "1954-04-15": "Holy Thursday", "1954-04-16": "Good Friday", "1954-04-21": "Tiradentes' Day", "1954-05-01": "Worker's Day", "1954-06-17": "Corpus Christi", "1954-09-07": "Independence Day", "1954-11-02": "All Souls' Day", "1954-11-15": "Republic Proclamation Day", "1954-12-25": "Christmas Day", "1955-01-01": "Universal Fraternization Day", "1955-02-21": "Carnival", "1955-02-22": "Carnival", "1955-04-07": "Holy Thursday", "1955-04-08": "Good Friday", "1955-04-21": "Tiradentes' Day", "1955-05-01": "Worker's Day", "1955-06-09": "Corpus Christi", "1955-09-07": "Independence Day", "1955-11-02": "All Souls' Day", "1955-11-15": "Republic Proclamation Day", "1955-12-25": "Christmas Day", "1956-01-01": "Universal Fraternization Day", "1956-02-13": "Carnival", "1956-02-14": "Carnival", "1956-03-29": "Holy Thursday", "1956-03-30": "Good Friday", "1956-04-21": "Tiradentes' Day", "1956-05-01": "Worker's Day", "1956-05-31": "Corpus Christi", "1956-09-07": "Independence Day", "1956-11-02": "All Souls' Day", "1956-11-15": "Republic Proclamation Day", "1956-12-25": "Christmas Day", "1957-01-01": "Universal Fraternization Day", "1957-03-04": "Carnival", "1957-03-05": "Carnival", "1957-04-18": "Holy Thursday", "1957-04-19": "Good Friday", "1957-04-21": "Tiradentes' Day", "1957-05-01": "Worker's Day", "1957-06-20": "Corpus Christi", "1957-09-07": "Independence Day", "1957-11-02": "All Souls' Day", "1957-11-15": "Republic Proclamation Day", "1957-12-25": "Christmas Day", "1958-01-01": "Universal Fraternization Day", "1958-02-17": "Carnival", "1958-02-18": "Carnival", "1958-04-03": "Holy Thursday", "1958-04-04": "Good Friday", "1958-04-21": "Tiradentes' Day", "1958-05-01": "Worker's Day", "1958-06-05": "Corpus Christi", "1958-09-07": "Independence Day", "1958-11-02": "All Souls' Day", "1958-11-15": "Republic Proclamation Day", "1958-12-25": "Christmas Day", "1959-01-01": "Universal Fraternization Day", "1959-02-09": "Carnival", "1959-02-10": "Carnival", "1959-03-26": "Holy Thursday", "1959-03-27": "Good Friday", "1959-04-21": "Tiradentes' Day", "1959-05-01": "Worker's Day", "1959-05-28": "Corpus Christi", "1959-09-07": "Independence Day", "1959-11-02": "All Souls' Day", "1959-11-15": "Republic Proclamation Day", "1959-12-25": "Christmas Day", "1960-01-01": "Universal Fraternization Day", "1960-02-29": "Carnival", "1960-03-01": "Carnival", "1960-04-14": "Holy Thursday", "1960-04-15": "Good Friday", "1960-04-21": "Tiradentes' Day", "1960-05-01": "Worker's Day", "1960-06-16": "Corpus Christi", "1960-09-07": "Independence Day", "1960-11-02": "All Souls' Day", "1960-11-15": "Republic Proclamation Day", "1960-12-25": "Christmas Day", "1961-01-01": "Universal Fraternization Day", "1961-02-13": "Carnival", "1961-02-14": "Carnival", "1961-03-30": "Holy Thursday", "1961-03-31": "Good Friday", "1961-04-21": "Tiradentes' Day", "1961-05-01": "Worker's Day", "1961-06-01": "Corpus Christi", "1961-09-07": "Independence Day", "1961-11-02": "All Souls' Day", "1961-11-15": "Republic Proclamation Day", "1961-12-25": "Christmas Day", "1962-01-01": "Universal Fraternization Day", "1962-03-05": "Carnival", "1962-03-06": "Carnival", "1962-04-19": "Holy Thursday", "1962-04-20": "Good Friday", "1962-04-21": "Tiradentes' Day", "1962-05-01": "Worker's Day", "1962-06-21": "Corpus Christi", "1962-09-07": "Independence Day", "1962-11-02": "All Souls' Day", "1962-11-15": "Republic Proclamation Day", "1962-12-25": "Christmas Day", "1963-01-01": "Universal Fraternization Day", "1963-02-25": "Carnival", "1963-02-26": "Carnival", "1963-04-11": "Holy Thursday", "1963-04-12": "Good Friday", "1963-04-21": "Tiradentes' Day", "1963-05-01": "Worker's Day", "1963-06-13": "Corpus Christi", "1963-09-07": "Independence Day", "1963-11-02": "All Souls' Day", "1963-11-15": "Republic Proclamation Day", "1963-12-25": "Christmas Day", "1964-01-01": "Universal Fraternization Day", "1964-02-10": "Carnival", "1964-02-11": "Carnival", "1964-03-26": "Holy Thursday", "1964-03-27": "Good Friday", "1964-04-21": "Tiradentes' Day", "1964-05-01": "Worker's Day", "1964-05-28": "Corpus Christi", "1964-09-07": "Independence Day", "1964-11-02": "All Souls' Day", "1964-11-15": "Republic Proclamation Day", "1964-12-25": "Christmas Day", "1965-01-01": "Universal Fraternization Day", "1965-03-01": "Carnival", "1965-03-02": "Carnival", "1965-04-15": "Holy Thursday", "1965-04-16": "Good Friday", "1965-04-21": "Tiradentes' Day", "1965-05-01": "Worker's Day", "1965-06-17": "Corpus Christi", "1965-09-07": "Independence Day", "1965-11-02": "All Souls' Day", "1965-11-15": "Republic Proclamation Day", "1965-12-25": "Christmas Day", "1966-01-01": "Universal Fraternization Day", "1966-02-21": "Carnival", "1966-02-22": "Carnival", "1966-04-07": "Holy Thursday", "1966-04-08": "Good Friday", "1966-04-21": "Tiradentes' Day", "1966-05-01": "Worker's Day", "1966-06-09": "Corpus Christi", "1966-09-07": "Independence Day", "1966-11-02": "All Souls' Day", "1966-11-15": "Republic Proclamation Day", "1966-12-25": "Christmas Day", "1967-01-01": "Universal Fraternization Day", "1967-02-06": "Carnival", "1967-02-07": "Carnival", "1967-03-23": "Holy Thursday", "1967-03-24": "Good Friday", "1967-04-21": "Tiradentes' Day", "1967-05-01": "Worker's Day", "1967-05-25": "Corpus Christi", "1967-09-07": "Independence Day", "1967-11-02": "All Souls' Day", "1967-11-15": "Republic Proclamation Day", "1967-12-25": "Christmas Day", "1968-01-01": "Universal Fraternization Day", "1968-02-26": "Carnival", "1968-02-27": "Carnival", "1968-04-11": "Holy Thursday", "1968-04-12": "Good Friday", "1968-04-21": "Tiradentes' Day", "1968-05-01": "Worker's Day", "1968-06-13": "Corpus Christi", "1968-09-07": "Independence Day", "1968-11-02": "All Souls' Day", "1968-11-15": "Republic Proclamation Day", "1968-12-25": "Christmas Day", "1969-01-01": "Universal Fraternization Day", "1969-02-17": "Carnival", "1969-02-18": "Carnival", "1969-04-03": "Holy Thursday", "1969-04-04": "Good Friday", "1969-04-21": "Tiradentes' Day", "1969-05-01": "Worker's Day", "1969-06-05": "Corpus Christi", "1969-09-07": "Independence Day", "1969-11-02": "All Souls' Day", "1969-11-15": "Republic Proclamation Day", "1969-12-25": "Christmas Day", "1970-01-01": "Universal Fraternization Day", "1970-02-09": "Carnival", "1970-02-10": "Carnival", "1970-03-26": "Holy Thursday", "1970-03-27": "Good Friday", "1970-04-21": "Tiradentes' Day", "1970-05-01": "Worker's Day", "1970-05-28": "Corpus Christi", "1970-09-07": "Independence Day", "1970-11-02": "All Souls' Day", "1970-11-15": "Republic Proclamation Day", "1970-12-25": "Christmas Day", "1971-01-01": "Universal Fraternization Day", "1971-02-22": "Carnival", "1971-02-23": "Carnival", "1971-04-08": "Holy Thursday", "1971-04-09": "Good Friday", "1971-04-21": "Tiradentes' Day", "1971-05-01": "Worker's Day", "1971-06-10": "Corpus Christi", "1971-09-07": "Independence Day", "1971-11-02": "All Souls' Day", "1971-11-15": "Republic Proclamation Day", "1971-12-25": "Christmas Day", "1972-01-01": "Universal Fraternization Day", "1972-02-14": "Carnival", "1972-02-15": "Carnival", "1972-03-30": "Holy Thursday", "1972-03-31": "Good Friday", "1972-04-21": "Tiradentes' Day", "1972-05-01": "Worker's Day", "1972-06-01": "Corpus Christi", "1972-09-07": "Independence Day", "1972-11-02": "All Souls' Day", "1972-11-15": "Republic Proclamation Day", "1972-12-25": "Christmas Day", "1973-01-01": "Universal Fraternization Day", "1973-03-05": "Carnival", "1973-03-06": "Carnival", "1973-04-19": "Holy Thursday", "1973-04-20": "Good Friday", "1973-04-21": "Tiradentes' Day", "1973-05-01": "Worker's Day", "1973-06-21": "Corpus Christi", "1973-09-07": "Independence Day", "1973-11-02": "All Souls' Day", "1973-11-15": "Republic Proclamation Day", "1973-12-25": "Christmas Day", "1974-01-01": "Universal Fraternization Day", "1974-02-25": "Carnival", "1974-02-26": "Carnival", "1974-04-11": "Holy Thursday", "1974-04-12": "Good Friday", "1974-04-21": "Tiradentes' Day", "1974-05-01": "Worker's Day", "1974-06-13": "Corpus Christi", "1974-09-07": "Independence Day", "1974-11-02": "All Souls' Day", "1974-11-15": "Republic Proclamation Day", "1974-12-25": "Christmas Day", "1975-01-01": "Universal Fraternization Day", "1975-02-10": "Carnival", "1975-02-11": "Carnival", "1975-03-27": "Holy Thursday", "1975-03-28": "Good Friday", "1975-04-21": "Tiradentes' Day", "1975-05-01": "Worker's Day", "1975-05-29": "Corpus Christi", "1975-09-07": "Independence Day", "1975-11-02": "All Souls' Day", "1975-11-15": "Republic Proclamation Day", "1975-12-25": "Christmas Day", "1976-01-01": "Universal Fraternization Day", "1976-03-01": "Carnival", "1976-03-02": "Carnival", "1976-04-15": "Holy Thursday", "1976-04-16": "Good Friday", "1976-04-21": "Tiradentes' Day", "1976-05-01": "Worker's Day", "1976-06-17": "Corpus Christi", "1976-09-07": "Independence Day", "1976-11-02": "All Souls' Day", "1976-11-15": "Republic Proclamation Day", "1976-12-25": "Christmas Day", "1977-01-01": "Universal Fraternization Day", "1977-02-21": "Carnival", "1977-02-22": "Carnival", "1977-04-07": "Holy Thursday", "1977-04-08": "Good Friday", "1977-04-21": "Tiradentes' Day", "1977-05-01": "Worker's Day", "1977-06-09": "Corpus Christi", "1977-09-07": "Independence Day", "1977-11-02": "All Souls' Day", "1977-11-15": "Republic Proclamation Day", "1977-12-25": "Christmas Day", "1978-01-01": "Universal Fraternization Day", "1978-02-06": "Carnival", "1978-02-07": "Carnival", "1978-03-23": "Holy Thursday", "1978-03-24": "Good Friday", "1978-04-21": "Tiradentes' Day", "1978-05-01": "Worker's Day", "1978-05-25": "Corpus Christi", "1978-09-07": "Independence Day", "1978-11-02": "All Souls' Day", "1978-11-15": "Republic Proclamation Day", "1978-12-25": "Christmas Day", "1979-01-01": "Universal Fraternization Day", "1979-02-26": "Carnival", "1979-02-27": "Carnival", "1979-04-12": "Holy Thursday", "1979-04-13": "Good Friday", "1979-04-21": "Tiradentes' Day", "1979-05-01": "Worker's Day", "1979-06-14": "Corpus Christi", "1979-09-07": "Independence Day", "1979-11-02": "All Souls' Day", "1979-11-15": "Republic Proclamation Day", "1979-12-25": "Christmas Day", "1980-01-01": "Universal Fraternization Day", "1980-02-18": "Carnival", "1980-02-19": "Carnival", "1980-04-03": "Holy Thursday", "1980-04-04": "Good Friday", "1980-04-21": "Tiradentes' Day", "1980-05-01": "Worker's Day", "1980-06-05": "Corpus Christi", "1980-09-07": "Independence Day", "1980-10-12": "Our Lady of Aparecida", "1980-11-02": "All Souls' Day", "1980-11-15": "Republic Proclamation Day", "1980-12-25": "Christmas Day", "1981-01-01": "Universal Fraternization Day", "1981-03-02": "Carnival", "1981-03-03": "Carnival", "1981-04-16": "Holy Thursday", "1981-04-17": "Good Friday", "1981-04-21": "Tiradentes' Day", "1981-05-01": "Worker's Day", "1981-06-18": "Corpus Christi", "1981-09-07": "Independence Day", "1981-10-12": "Our Lady of Aparecida", "1981-11-02": "All Souls' Day", "1981-11-15": "Republic Proclamation Day", "1981-12-25": "Christmas Day", "1982-01-01": "Universal Fraternization Day", "1982-02-22": "Carnival", "1982-02-23": "Carnival", "1982-04-08": "Holy Thursday", "1982-04-09": "Good Friday", "1982-04-21": "Tiradentes' Day", "1982-05-01": "Worker's Day", "1982-06-10": "Corpus Christi", "1982-09-07": "Independence Day", "1982-10-12": "Our Lady of Aparecida", "1982-11-02": "All Souls' Day", "1982-11-15": "Republic Proclamation Day", "1982-12-25": "Christmas Day", "1983-01-01": "Universal Fraternization Day", "1983-02-14": "Carnival", "1983-02-15": "Carnival", "1983-03-31": "Holy Thursday", "1983-04-01": "Good Friday", "1983-04-21": "Tiradentes' Day", "1983-05-01": "Worker's Day", "1983-06-02": "Corpus Christi", "1983-09-07": "Independence Day", "1983-10-12": "Our Lady of Aparecida", "1983-11-02": "All Souls' Day", "1983-11-15": "Republic Proclamation Day", "1983-12-25": "Christmas Day", "1984-01-01": "Universal Fraternization Day", "1984-03-05": "Carnival", "1984-03-06": "Carnival", "1984-04-19": "Holy Thursday", "1984-04-20": "Good Friday", "1984-04-21": "Tiradentes' Day", "1984-05-01": "Worker's Day", "1984-06-21": "Corpus Christi", "1984-09-07": "Independence Day", "1984-10-12": "Our Lady of Aparecida", "1984-11-02": "All Souls' Day", "1984-11-15": "Republic Proclamation Day", "1984-12-25": "Christmas Day", "1985-01-01": "Universal Fraternization Day", "1985-02-18": "Carnival", "1985-02-19": "Carnival", "1985-04-04": "Holy Thursday", "1985-04-05": "Good Friday", "1985-04-21": "Tiradentes' Day", "1985-05-01": "Worker's Day", "1985-06-06": "Corpus Christi", "1985-09-07": "Independence Day", "1985-10-12": "Our Lady of Aparecida", "1985-11-02": "All Souls' Day", "1985-11-15": "Republic Proclamation Day", "1985-12-25": "Christmas Day", "1986-01-01": "Universal Fraternization Day", "1986-02-10": "Carnival", "1986-02-11": "Carnival", "1986-03-27": "Holy Thursday", "1986-03-28": "Good Friday", "1986-04-21": "Tiradentes' Day", "1986-05-01": "Worker's Day", "1986-05-29": "Corpus Christi", "1986-09-07": "Independence Day", "1986-10-12": "Our Lady of Aparecida", "1986-11-02": "All Souls' Day", "1986-11-15": "Republic Proclamation Day", "1986-12-25": "Christmas Day", "1987-01-01": "Universal Fraternization Day", "1987-03-02": "Carnival", "1987-03-03": "Carnival", "1987-04-16": "Holy Thursday", "1987-04-17": "Good Friday", "1987-04-21": "Tiradentes' Day", "1987-05-01": "Worker's Day", "1987-06-18": "Corpus Christi", "1987-09-07": "Independence Day", "1987-10-12": "Our Lady of Aparecida", "1987-11-02": "All Souls' Day", "1987-11-15": "Republic Proclamation Day", "1987-12-25": "Christmas Day", "1988-01-01": "Universal Fraternization Day", "1988-02-15": "Carnival", "1988-02-16": "Carnival", "1988-03-31": "Holy Thursday", "1988-04-01": "Good Friday", "1988-04-21": "Tiradentes' Day", "1988-05-01": "Worker's Day", "1988-06-02": "Corpus Christi", "1988-09-07": "Independence Day", "1988-10-12": "Our Lady of Aparecida", "1988-11-02": "All Souls' Day", "1988-11-15": "Republic Proclamation Day", "1988-12-25": "Christmas Day", "1989-01-01": "Universal Fraternization Day", "1989-02-06": "Carnival", "1989-02-07": "Carnival", "1989-03-23": "Holy Thursday", "1989-03-24": "Good Friday", "1989-04-21": "Tiradentes' Day", "1989-05-01": "Worker's Day", "1989-05-25": "Corpus Christi", "1989-09-07": "Independence Day", "1989-10-12": "Our Lady of Aparecida", "1989-11-02": "All Souls' Day", "1989-11-15": "Republic Proclamation Day", "1989-12-25": "Christmas Day", "1990-01-01": "Universal Fraternization Day", "1990-02-26": "Carnival", "1990-02-27": "Carnival", "1990-04-12": "Holy Thursday", "1990-04-13": "Good Friday", "1990-04-21": "Tiradentes' Day", "1990-05-01": "Worker's Day", "1990-06-14": "Corpus Christi", "1990-09-07": "Independence Day", "1990-10-12": "Our Lady of Aparecida", "1990-11-02": "All Souls' Day", "1990-11-15": "Republic Proclamation Day", "1990-12-25": "Christmas Day", "1991-01-01": "Universal Fraternization Day", "1991-02-11": "Carnival", "1991-02-12": "Carnival", "1991-03-28": "Holy Thursday", "1991-03-29": "Good Friday", "1991-04-21": "Tiradentes' Day", "1991-05-01": "Worker's Day", "1991-05-30": "Corpus Christi", "1991-09-07": "Independence Day", "1991-10-12": "Our Lady of Aparecida", "1991-11-02": "All Souls' Day", "1991-11-15": "Republic Proclamation Day", "1991-12-25": "Christmas Day", "1992-01-01": "Universal Fraternization Day", "1992-03-02": "Carnival", "1992-03-03": "Carnival", "1992-04-16": "Holy Thursday", "1992-04-17": "Good Friday", "1992-04-21": "Tiradentes' Day", "1992-05-01": "Worker's Day", "1992-06-18": "Corpus Christi", "1992-09-07": "Independence Day", "1992-10-12": "Our Lady of Aparecida", "1992-11-02": "All Souls' Day", "1992-11-15": "Republic Proclamation Day", "1992-12-25": "Christmas Day", "1993-01-01": "Universal Fraternization Day", "1993-02-22": "Carnival", "1993-02-23": "Carnival", "1993-04-08": "Holy Thursday", "1993-04-09": "Good Friday", "1993-04-21": "Tiradentes' Day", "1993-05-01": "Worker's Day", "1993-06-10": "Corpus Christi", "1993-09-07": "Independence Day", "1993-10-12": "Our Lady of Aparecida", "1993-11-02": "All Souls' Day", "1993-11-15": "Republic Proclamation Day", "1993-12-25": "Christmas Day", "1994-01-01": "Universal Fraternization Day", "1994-02-14": "Carnival", "1994-02-15": "Carnival", "1994-03-31": "Holy Thursday", "1994-04-01": "Good Friday", "1994-04-21": "Tiradentes' Day", "1994-05-01": "Worker's Day", "1994-06-02": "Corpus Christi", "1994-09-07": "Independence Day", "1994-10-12": "Our Lady of Aparecida", "1994-11-02": "All Souls' Day", "1994-11-15": "Republic Proclamation Day", "1994-12-25": "Christmas Day", "1995-01-01": "Universal Fraternization Day", "1995-02-27": "Carnival", "1995-02-28": "Carnival", "1995-04-13": "Holy Thursday", "1995-04-14": "Good Friday", "1995-04-21": "Tiradentes' Day", "1995-05-01": "Worker's Day", "1995-06-15": "Corpus Christi", "1995-09-07": "Independence Day", "1995-10-12": "Our Lady of Aparecida", "1995-11-02": "All Souls' Day", "1995-11-15": "Republic Proclamation Day", "1995-12-25": "Christmas Day", "1996-01-01": "Universal Fraternization Day", "1996-02-19": "Carnival", "1996-02-20": "Carnival", "1996-04-04": "Holy Thursday", "1996-04-05": "Good Friday", "1996-04-21": "Tiradentes' Day", "1996-05-01": "Worker's Day", "1996-06-06": "Corpus Christi", "1996-09-07": "Independence Day", "1996-10-12": "Our Lady of Aparecida", "1996-11-02": "All Souls' Day", "1996-11-15": "Republic Proclamation Day", "1996-12-25": "Christmas Day", "1997-01-01": "Universal Fraternization Day", "1997-02-10": "Carnival", "1997-02-11": "Carnival", "1997-03-27": "Holy Thursday", "1997-03-28": "Good Friday", "1997-04-21": "Tiradentes' Day", "1997-05-01": "Worker's Day", "1997-05-29": "Corpus Christi", "1997-09-07": "Independence Day", "1997-10-12": "Our Lady of Aparecida", "1997-11-02": "All Souls' Day", "1997-11-15": "Republic Proclamation Day", "1997-12-25": "Christmas Day", "1998-01-01": "Universal Fraternization Day", "1998-02-23": "Carnival", "1998-02-24": "Carnival", "1998-04-09": "Holy Thursday", "1998-04-10": "Good Friday", "1998-04-21": "Tiradentes' Day", "1998-05-01": "Worker's Day", "1998-06-11": "Corpus Christi", "1998-09-07": "Independence Day", "1998-10-12": "Our Lady of Aparecida", "1998-11-02": "All Souls' Day", "1998-11-15": "Republic Proclamation Day", "1998-12-25": "Christmas Day", "1999-01-01": "Universal Fraternization Day", "1999-02-15": "Carnival", "1999-02-16": "Carnival", "1999-04-01": "Holy Thursday", "1999-04-02": "Good Friday", "1999-04-21": "Tiradentes' Day", "1999-05-01": "Worker's Day", "1999-06-03": "Corpus Christi", "1999-09-07": "Independence Day", "1999-10-12": "Our Lady of Aparecida", "1999-11-02": "All Souls' Day", "1999-11-15": "Republic Proclamation Day", "1999-12-25": "Christmas Day", "2000-01-01": "Universal Fraternization Day", "2000-03-06": "Carnival", "2000-03-07": "Carnival", "2000-04-21": "Good Friday; Tiradentes' Day", "2000-05-01": "Worker's Day", "2000-06-22": "Corpus Christi", "2000-09-07": "Independence Day", "2000-10-12": "Our Lady of Aparecida", "2000-11-02": "All Souls' Day", "2000-11-15": "Republic Proclamation Day", "2000-12-25": "Christmas Day", "2001-01-01": "Universal Fraternization Day", "2001-02-26": "Carnival", "2001-02-27": "Carnival", "2001-04-13": "Good Friday", "2001-04-21": "Tiradentes' Day", "2001-05-01": "Worker's Day", "2001-06-14": "Corpus Christi", "2001-09-07": "Independence Day", "2001-10-12": "Our Lady of Aparecida", "2001-11-02": "All Souls' Day", "2001-11-15": "Republic Proclamation Day", "2001-12-25": "Christmas Day", "2002-01-01": "Universal Fraternization Day", "2002-02-11": "Carnival", "2002-02-12": "Carnival", "2002-03-29": "Good Friday", "2002-04-21": "Tiradentes' Day", "2002-05-01": "Worker's Day", "2002-05-30": "Corpus Christi", "2002-09-07": "Independence Day", "2002-10-12": "Our Lady of Aparecida", "2002-11-02": "All Souls' Day", "2002-11-15": "Republic Proclamation Day", "2002-12-25": "Christmas Day", "2003-01-01": "Universal Fraternization Day", "2003-03-03": "Carnival", "2003-03-04": "Carnival", "2003-04-18": "Good Friday", "2003-04-21": "Tiradentes' Day", "2003-05-01": "Worker's Day", "2003-06-19": "Corpus Christi", "2003-09-07": "Independence Day", "2003-10-12": "Our Lady of Aparecida", "2003-11-02": "All Souls' Day", "2003-11-15": "Republic Proclamation Day", "2003-12-25": "Christmas Day", "2004-01-01": "Universal Fraternization Day", "2004-02-23": "Carnival", "2004-02-24": "Carnival", "2004-04-09": "Good Friday", "2004-04-21": "Tiradentes' Day", "2004-05-01": "Worker's Day", "2004-06-10": "Corpus Christi", "2004-09-07": "Independence Day", "2004-10-12": "Our Lady of Aparecida", "2004-11-02": "All Souls' Day", "2004-11-15": "Republic Proclamation Day", "2004-12-25": "Christmas Day", "2005-01-01": "Universal Fraternization Day", "2005-02-07": "Carnival", "2005-02-08": "Carnival", "2005-03-25": "Good Friday", "2005-04-21": "Tiradentes' Day", "2005-05-01": "Worker's Day", "2005-05-26": "Corpus Christi", "2005-09-07": "Independence Day", "2005-10-12": "Our Lady of Aparecida", "2005-11-02": "All Souls' Day", "2005-11-15": "Republic Proclamation Day", "2005-12-25": "Christmas Day", "2006-01-01": "Universal Fraternization Day", "2006-02-27": "Carnival", "2006-02-28": "Carnival", "2006-04-14": "Good Friday", "2006-04-21": "Tiradentes' Day", "2006-05-01": "Worker's Day", "2006-06-15": "Corpus Christi", "2006-09-07": "Independence Day", "2006-10-12": "Our Lady of Aparecida", "2006-11-02": "All Souls' Day", "2006-11-15": "Republic Proclamation Day", "2006-12-25": "Christmas Day", "2007-01-01": "Universal Fraternization Day", "2007-02-19": "Carnival", "2007-02-20": "Carnival", "2007-04-06": "Good Friday", "2007-04-21": "Tiradentes' Day", "2007-05-01": "Worker's Day", "2007-06-07": "Corpus Christi", "2007-09-07": "Independence Day", "2007-10-12": "Our Lady of Aparecida", "2007-11-02": "All Souls' Day", "2007-11-15": "Republic Proclamation Day", "2007-12-25": "Christmas Day", "2008-01-01": "Universal Fraternization Day", "2008-02-04": "Carnival", "2008-02-05": "Carnival", "2008-03-21": "Good Friday", "2008-04-21": "Tiradentes' Day", "2008-05-01": "Worker's Day", "2008-05-22": "Corpus Christi", "2008-09-07": "Independence Day", "2008-10-12": "Our Lady of Aparecida", "2008-11-02": "All Souls' Day", "2008-11-15": "Republic Proclamation Day", "2008-12-25": "Christmas Day", "2009-01-01": "Universal Fraternization Day", "2009-02-23": "Carnival", "2009-02-24": "Carnival", "2009-04-10": "Good Friday", "2009-04-21": "Tiradentes' Day", "2009-05-01": "Worker's Day", "2009-06-11": "Corpus Christi", "2009-09-07": "Independence Day", "2009-10-12": "Our Lady of Aparecida", "2009-11-02": "All Souls' Day", "2009-11-15": "Republic Proclamation Day", "2009-12-25": "Christmas Day", "2010-01-01": "Universal Fraternization Day", "2010-02-15": "Carnival", "2010-02-16": "Carnival", "2010-04-02": "Good Friday", "2010-04-21": "Tiradentes' Day", "2010-05-01": "Worker's Day", "2010-06-03": "Corpus Christi", "2010-09-07": "Independence Day", "2010-10-12": "Our Lady of Aparecida", "2010-11-02": "All Souls' Day", "2010-11-15": "Republic Proclamation Day", "2010-12-25": "Christmas Day", "2011-01-01": "Universal Fraternization Day", "2011-03-07": "Carnival", "2011-03-08": "Carnival", "2011-04-21": "Tiradentes' Day", "2011-04-22": "Good Friday", "2011-05-01": "Worker's Day", "2011-06-23": "Corpus Christi", "2011-09-07": "Independence Day", "2011-10-12": "Our Lady of Aparecida", "2011-11-02": "All Souls' Day", "2011-11-15": "Republic Proclamation Day", "2011-12-25": "Christmas Day", "2012-01-01": "Universal Fraternization Day", "2012-02-20": "Carnival", "2012-02-21": "Carnival", "2012-04-06": "Good Friday", "2012-04-21": "Tiradentes' Day", "2012-05-01": "Worker's Day", "2012-06-07": "Corpus Christi", "2012-09-07": "Independence Day", "2012-10-12": "Our Lady of Aparecida", "2012-11-02": "All Souls' Day", "2012-11-15": "Republic Proclamation Day", "2012-12-25": "Christmas Day", "2013-01-01": "Universal Fraternization Day", "2013-02-11": "Carnival", "2013-02-12": "Carnival", "2013-03-29": "Good Friday", "2013-04-21": "Tiradentes' Day", "2013-05-01": "Worker's Day", "2013-05-30": "Corpus Christi", "2013-09-07": "Independence Day", "2013-10-12": "Our Lady of Aparecida", "2013-11-02": "All Souls' Day", "2013-11-15": "Republic Proclamation Day", "2013-12-25": "Christmas Day", "2014-01-01": "Universal Fraternization Day", "2014-03-03": "Carnival", "2014-03-04": "Carnival", "2014-04-18": "Good Friday", "2014-04-21": "Tiradentes' Day", "2014-05-01": "Worker's Day", "2014-06-19": "Corpus Christi", "2014-09-07": "Independence Day", "2014-10-12": "Our Lady of Aparecida", "2014-11-02": "All Souls' Day", "2014-11-15": "Republic Proclamation Day", "2014-12-25": "Christmas Day", "2015-01-01": "Universal Fraternization Day", "2015-02-16": "Carnival", "2015-02-17": "Carnival", "2015-04-03": "Good Friday", "2015-04-21": "Tiradentes' Day", "2015-05-01": "Worker's Day", "2015-06-04": "Corpus Christi", "2015-09-07": "Independence Day", "2015-10-12": "Our Lady of Aparecida", "2015-11-02": "All Souls' Day", "2015-11-15": "Republic Proclamation Day", "2015-12-25": "Christmas Day", "2016-01-01": "Universal Fraternization Day", "2016-02-08": "Carnival", "2016-02-09": "Carnival", "2016-03-25": "Good Friday", "2016-04-21": "Tiradentes' Day", "2016-05-01": "Worker's Day", "2016-05-26": "Corpus Christi", "2016-09-07": "Independence Day", "2016-10-12": "Our Lady of Aparecida", "2016-11-02": "All Souls' Day", "2016-11-15": "Republic Proclamation Day", "2016-12-25": "Christmas Day", "2017-01-01": "Universal Fraternization Day", "2017-02-27": "Carnival", "2017-02-28": "Carnival", "2017-04-14": "Good Friday", "2017-04-21": "Tiradentes' Day", "2017-05-01": "Worker's Day", "2017-06-15": "Corpus Christi", "2017-09-07": "Independence Day", "2017-10-12": "Our Lady of Aparecida", "2017-11-02": "All Souls' Day", "2017-11-15": "Republic Proclamation Day", "2017-12-25": "Christmas Day", "2018-01-01": "Universal Fraternization Day", "2018-02-12": "Carnival", "2018-02-13": "Carnival", "2018-03-30": "Good Friday", "2018-04-21": "Tiradentes' Day", "2018-05-01": "Worker's Day", "2018-05-31": "Corpus Christi", "2018-09-07": "Independence Day", "2018-10-12": "Our Lady of Aparecida", "2018-11-02": "All Souls' Day", "2018-11-15": "Republic Proclamation Day", "2018-12-25": "Christmas Day", "2019-01-01": "Universal Fraternization Day", "2019-03-04": "Carnival", "2019-03-05": "Carnival", "2019-04-19": "Good Friday", "2019-04-21": "Tiradentes' Day", "2019-05-01": "Worker's Day", "2019-06-20": "Corpus Christi", "2019-09-07": "Independence Day", "2019-10-12": "Our Lady of Aparecida", "2019-11-02": "All Souls' Day", "2019-11-15": "Republic Proclamation Day", "2019-12-25": "Christmas Day", "2020-01-01": "Universal Fraternization Day", "2020-02-24": "Carnival", "2020-02-25": "Carnival", "2020-04-10": "Good Friday", "2020-04-21": "Tiradentes' Day", "2020-05-01": "Worker's Day", "2020-06-11": "Corpus Christi", "2020-09-07": "Independence Day", "2020-10-12": "Our Lady of Aparecida", "2020-11-02": "All Souls' Day", "2020-11-15": "Republic Proclamation Day", "2020-12-25": "Christmas Day", "2021-01-01": "Universal Fraternization Day", "2021-02-15": "Carnival", "2021-02-16": "Carnival", "2021-04-02": "Good Friday", "2021-04-21": "Tiradentes' Day", "2021-05-01": "Worker's Day", "2021-06-03": "Corpus Christi", "2021-09-07": "Independence Day", "2021-10-12": "Our Lady of Aparecida", "2021-11-02": "All Souls' Day", "2021-11-15": "Republic Proclamation Day", "2021-12-25": "Christmas Day", "2022-01-01": "Universal Fraternization Day", "2022-02-28": "Carnival", "2022-03-01": "Carnival", "2022-04-15": "Good Friday", "2022-04-21": "Tiradentes' Day", "2022-05-01": "Worker's Day", "2022-06-16": "Corpus Christi", "2022-09-07": "Independence Day", "2022-10-12": "Our Lady of Aparecida", "2022-11-02": "All Souls' Day", "2022-11-15": "Republic Proclamation Day", "2022-12-25": "Christmas Day", "2023-01-01": "Universal Fraternization Day", "2023-02-20": "Carnival", "2023-02-21": "Carnival", "2023-04-07": "Good Friday", "2023-04-21": "Tiradentes' Day", "2023-05-01": "Worker's Day", "2023-06-08": "Corpus Christi", "2023-09-07": "Independence Day", "2023-10-12": "Our Lady of Aparecida", "2023-11-02": "All Souls' Day", "2023-11-15": "Republic Proclamation Day", "2023-12-25": "Christmas Day", "2024-01-01": "Universal Fraternization Day", "2024-02-12": "Carnival", "2024-02-13": "Carnival", "2024-03-29": "Good Friday", "2024-04-21": "Tiradentes' Day", "2024-05-01": "Worker's Day", "2024-05-30": "Corpus Christi", "2024-09-07": "Independence Day", "2024-10-12": "Our Lady of Aparecida", "2024-11-02": "All Souls' Day", "2024-11-15": "Republic Proclamation Day", "2024-11-20": "National Day of Zumbi and Black Awareness", "2024-12-25": "Christmas Day", "2025-01-01": "Universal Fraternization Day", "2025-03-03": "Carnival", "2025-03-04": "Carnival", "2025-04-18": "Good Friday", "2025-04-21": "Tiradentes' Day", "2025-05-01": "Worker's Day", "2025-06-19": "Corpus Christi", "2025-09-07": "Independence Day", "2025-10-12": "Our Lady of Aparecida", "2025-11-02": "All Souls' Day", "2025-11-15": "Republic Proclamation Day", "2025-11-20": "National Day of Zumbi and Black Awareness", "2025-12-25": "Christmas Day", "2026-01-01": "Universal Fraternization Day", "2026-02-16": "Carnival", "2026-02-17": "Carnival", "2026-04-03": "Good Friday", "2026-04-21": "Tiradentes' Day", "2026-05-01": "Worker's Day", "2026-06-04": "Corpus Christi", "2026-09-07": "Independence Day", "2026-10-12": "Our Lady of Aparecida", "2026-11-02": "All Souls' Day", "2026-11-15": "Republic Proclamation Day", "2026-11-20": "National Day of Zumbi and Black Awareness", "2026-12-25": "Christmas Day", "2027-01-01": "Universal Fraternization Day", "2027-02-08": "Carnival", "2027-02-09": "Carnival", "2027-03-26": "Good Friday", "2027-04-21": "Tiradentes' Day", "2027-05-01": "Worker's Day", "2027-05-27": "Corpus Christi", "2027-09-07": "Independence Day", "2027-10-12": "Our Lady of Aparecida", "2027-11-02": "All Souls' Day", "2027-11-15": "Republic Proclamation Day", "2027-11-20": "National Day of Zumbi and Black Awareness", "2027-12-25": "Christmas Day", "2028-01-01": "Universal Fraternization Day", "2028-02-28": "Carnival", "2028-02-29": "Carnival", "2028-04-14": "Good Friday", "2028-04-21": "Tiradentes' Day", "2028-05-01": "Worker's Day", "2028-06-15": "Corpus Christi", "2028-09-07": "Independence Day", "2028-10-12": "Our Lady of Aparecida", "2028-11-02": "All Souls' Day", "2028-11-15": "Republic Proclamation Day", "2028-11-20": "National Day of Zumbi and Black Awareness", "2028-12-25": "Christmas Day", "2029-01-01": "Universal Fraternization Day", "2029-02-12": "Carnival", "2029-02-13": "Carnival", "2029-03-30": "Good Friday", "2029-04-21": "Tiradentes' Day", "2029-05-01": "Worker's Day", "2029-05-31": "Corpus Christi", "2029-09-07": "Independence Day", "2029-10-12": "Our Lady of Aparecida", "2029-11-02": "All Souls' Day", "2029-11-15": "Republic Proclamation Day", "2029-11-20": "National Day of Zumbi and Black Awareness", "2029-12-25": "Christmas Day", "2030-01-01": "Universal Fraternization Day", "2030-03-04": "Carnival", "2030-03-05": "Carnival", "2030-04-19": "Good Friday", "2030-04-21": "Tiradentes' Day", "2030-05-01": "Worker's Day", "2030-06-20": "Corpus Christi", "2030-09-07": "Independence Day", "2030-10-12": "Our Lady of Aparecida", "2030-11-02": "All Souls' Day", "2030-11-15": "Republic Proclamation Day", "2030-11-20": "National Day of Zumbi and Black Awareness", "2030-12-25": "Christmas Day", "2031-01-01": "Universal Fraternization Day", "2031-02-24": "Carnival", "2031-02-25": "Carnival", "2031-04-11": "Good Friday", "2031-04-21": "Tiradentes' Day", "2031-05-01": "Worker's Day", "2031-06-12": "Corpus Christi", "2031-09-07": "Independence Day", "2031-10-12": "Our Lady of Aparecida", "2031-11-02": "All Souls' Day", "2031-11-15": "Republic Proclamation Day", "2031-11-20": "National Day of Zumbi and Black Awareness", "2031-12-25": "Christmas Day", "2032-01-01": "Universal Fraternization Day", "2032-02-09": "Carnival", "2032-02-10": "Carnival", "2032-03-26": "Good Friday", "2032-04-21": "Tiradentes' Day", "2032-05-01": "Worker's Day", "2032-05-27": "Corpus Christi", "2032-09-07": "Independence Day", "2032-10-12": "Our Lady of Aparecida", "2032-11-02": "All Souls' Day", "2032-11-15": "Republic Proclamation Day", "2032-11-20": "National Day of Zumbi and Black Awareness", "2032-12-25": "Christmas Day", "2033-01-01": "Universal Fraternization Day", "2033-02-28": "Carnival", "2033-03-01": "Carnival", "2033-04-15": "Good Friday", "2033-04-21": "Tiradentes' Day", "2033-05-01": "Worker's Day", "2033-06-16": "Corpus Christi", "2033-09-07": "Independence Day", "2033-10-12": "Our Lady of Aparecida", "2033-11-02": "All Souls' Day", "2033-11-15": "Republic Proclamation Day", "2033-11-20": "National Day of Zumbi and Black Awareness", "2033-12-25": "Christmas Day", "2034-01-01": "Universal Fraternization Day", "2034-02-20": "Carnival", "2034-02-21": "Carnival", "2034-04-07": "Good Friday", "2034-04-21": "Tiradentes' Day", "2034-05-01": "Worker's Day", "2034-06-08": "Corpus Christi", "2034-09-07": "Independence Day", "2034-10-12": "Our Lady of Aparecida", "2034-11-02": "All Souls' Day", "2034-11-15": "Republic Proclamation Day", "2034-11-20": "National Day of Zumbi and Black Awareness", "2034-12-25": "Christmas Day", "2035-01-01": "Universal Fraternization Day", "2035-02-05": "Carnival", "2035-02-06": "Carnival", "2035-03-23": "Good Friday", "2035-04-21": "Tiradentes' Day", "2035-05-01": "Worker's Day", "2035-05-24": "Corpus Christi", "2035-09-07": "Independence Day", "2035-10-12": "Our Lady of Aparecida", "2035-11-02": "All Souls' Day", "2035-11-15": "Republic Proclamation Day", "2035-11-20": "National Day of Zumbi and Black Awareness", "2035-12-25": "Christmas Day", "2036-01-01": "Universal Fraternization Day", "2036-02-25": "Carnival", "2036-02-26": "Carnival", "2036-04-11": "Good Friday", "2036-04-21": "Tiradentes' Day", "2036-05-01": "Worker's Day", "2036-06-12": "Corpus Christi", "2036-09-07": "Independence Day", "2036-10-12": "Our Lady of Aparecida", "2036-11-02": "All Souls' Day", "2036-11-15": "Republic Proclamation Day", "2036-11-20": "National Day of Zumbi and Black Awareness", "2036-12-25": "Christmas Day", "2037-01-01": "Universal Fraternization Day", "2037-02-16": "Carnival", "2037-02-17": "Carnival", "2037-04-03": "Good Friday", "2037-04-21": "Tiradentes' Day", "2037-05-01": "Worker's Day", "2037-06-04": "Corpus Christi", "2037-09-07": "Independence Day", "2037-10-12": "Our Lady of Aparecida", "2037-11-02": "All Souls' Day", "2037-11-15": "Republic Proclamation Day", "2037-11-20": "National Day of Zumbi and Black Awareness", "2037-12-25": "Christmas Day", "2038-01-01": "Universal Fraternization Day", "2038-03-08": "Carnival", "2038-03-09": "Carnival", "2038-04-21": "Tiradentes' Day", "2038-04-23": "Good Friday", "2038-05-01": "Worker's Day", "2038-06-24": "Corpus Christi", "2038-09-07": "Independence Day", "2038-10-12": "Our Lady of Aparecida", "2038-11-02": "All Souls' Day", "2038-11-15": "Republic Proclamation Day", "2038-11-20": "National Day of Zumbi and Black Awareness", "2038-12-25": "Christmas Day", "2039-01-01": "Universal Fraternization Day", "2039-02-21": "Carnival", "2039-02-22": "Carnival", "2039-04-08": "Good Friday", "2039-04-21": "Tiradentes' Day", "2039-05-01": "Worker's Day", "2039-06-09": "Corpus Christi", "2039-09-07": "Independence Day", "2039-10-12": "Our Lady of Aparecida", "2039-11-02": "All Souls' Day", "2039-11-15": "Republic Proclamation Day", "2039-11-20": "National Day of Zumbi and Black Awareness", "2039-12-25": "Christmas Day", "2040-01-01": "Universal Fraternization Day", "2040-02-13": "Carnival", "2040-02-14": "Carnival", "2040-03-30": "Good Friday", "2040-04-21": "Tiradentes' Day", "2040-05-01": "Worker's Day", "2040-05-31": "Corpus Christi", "2040-09-07": "Independence Day", "2040-10-12": "Our Lady of Aparecida", "2040-11-02": "All Souls' Day", "2040-11-15": "Republic Proclamation Day", "2040-11-20": "National Day of Zumbi and Black Awareness", "2040-12-25": "Christmas Day", "2041-01-01": "Universal Fraternization Day", "2041-03-04": "Carnival", "2041-03-05": "Carnival", "2041-04-19": "Good Friday", "2041-04-21": "Tiradentes' Day", "2041-05-01": "Worker's Day", "2041-06-20": "Corpus Christi", "2041-09-07": "Independence Day", "2041-10-12": "Our Lady of Aparecida", "2041-11-02": "All Souls' Day", "2041-11-15": "Republic Proclamation Day", "2041-11-20": "National Day of Zumbi and Black Awareness", "2041-12-25": "Christmas Day", "2042-01-01": "Universal Fraternization Day", "2042-02-17": "Carnival", "2042-02-18": "Carnival", "2042-04-04": "Good Friday", "2042-04-21": "Tiradentes' Day", "2042-05-01": "Worker's Day", "2042-06-05": "Corpus Christi", "2042-09-07": "Independence Day", "2042-10-12": "Our Lady of Aparecida", "2042-11-02": "All Souls' Day", "2042-11-15": "Republic Proclamation Day", "2042-11-20": "National Day of Zumbi and Black Awareness", "2042-12-25": "Christmas Day", "2043-01-01": "Universal Fraternization Day", "2043-02-09": "Carnival", "2043-02-10": "Carnival", "2043-03-27": "Good Friday", "2043-04-21": "Tiradentes' Day", "2043-05-01": "Worker's Day", "2043-05-28": "Corpus Christi", "2043-09-07": "Independence Day", "2043-10-12": "Our Lady of Aparecida", "2043-11-02": "All Souls' Day", "2043-11-15": "Republic Proclamation Day", "2043-11-20": "National Day of Zumbi and Black Awareness", "2043-12-25": "Christmas Day", "2044-01-01": "Universal Fraternization Day", "2044-02-29": "Carnival", "2044-03-01": "Carnival", "2044-04-15": "Good Friday", "2044-04-21": "Tiradentes' Day", "2044-05-01": "Worker's Day", "2044-06-16": "Corpus Christi", "2044-09-07": "Independence Day", "2044-10-12": "Our Lady of Aparecida", "2044-11-02": "All Souls' Day", "2044-11-15": "Republic Proclamation Day", "2044-11-20": "National Day of Zumbi and Black Awareness", "2044-12-25": "Christmas Day", "2045-01-01": "Universal Fraternization Day", "2045-02-20": "Carnival", "2045-02-21": "Carnival", "2045-04-07": "Good Friday", "2045-04-21": "Tiradentes' Day", "2045-05-01": "Worker's Day", "2045-06-08": "Corpus Christi", "2045-09-07": "Independence Day", "2045-10-12": "Our Lady of Aparecida", "2045-11-02": "All Souls' Day", "2045-11-15": "Republic Proclamation Day", "2045-11-20": "National Day of Zumbi and Black Awareness", "2045-12-25": "Christmas Day", "2046-01-01": "Universal Fraternization Day", "2046-02-05": "Carnival", "2046-02-06": "Carnival", "2046-03-23": "Good Friday", "2046-04-21": "Tiradentes' Day", "2046-05-01": "Worker's Day", "2046-05-24": "Corpus Christi", "2046-09-07": "Independence Day", "2046-10-12": "Our Lady of Aparecida", "2046-11-02": "All Souls' Day", "2046-11-15": "Republic Proclamation Day", "2046-11-20": "National Day of Zumbi and Black Awareness", "2046-12-25": "Christmas Day", "2047-01-01": "Universal Fraternization Day", "2047-02-25": "Carnival", "2047-02-26": "Carnival", "2047-04-12": "Good Friday", "2047-04-21": "Tiradentes' Day", "2047-05-01": "Worker's Day", "2047-06-13": "Corpus Christi", "2047-09-07": "Independence Day", "2047-10-12": "Our Lady of Aparecida", "2047-11-02": "All Souls' Day", "2047-11-15": "Republic Proclamation Day", "2047-11-20": "National Day of Zumbi and Black Awareness", "2047-12-25": "Christmas Day", "2048-01-01": "Universal Fraternization Day", "2048-02-17": "Carnival", "2048-02-18": "Carnival", "2048-04-03": "Good Friday", "2048-04-21": "Tiradentes' Day", "2048-05-01": "Worker's Day", "2048-06-04": "Corpus Christi", "2048-09-07": "Independence Day", "2048-10-12": "Our Lady of Aparecida", "2048-11-02": "All Souls' Day", "2048-11-15": "Republic Proclamation Day", "2048-11-20": "National Day of Zumbi and Black Awareness", "2048-12-25": "Christmas Day", "2049-01-01": "Universal Fraternization Day", "2049-03-01": "Carnival", "2049-03-02": "Carnival", "2049-04-16": "Good Friday", "2049-04-21": "Tiradentes' Day", "2049-05-01": "Worker's Day", "2049-06-17": "Corpus Christi", "2049-09-07": "Independence Day", "2049-10-12": "Our Lady of Aparecida", "2049-11-02": "All Souls' Day", "2049-11-15": "Republic Proclamation Day", "2049-11-20": "National Day of Zumbi and Black Awareness", "2049-12-25": "Christmas Day", "2050-01-01": "Universal Fraternization Day", "2050-02-21": "Carnival", "2050-02-22": "Carnival", "2050-04-08": "Good Friday", "2050-04-21": "Tiradentes' Day", "2050-05-01": "Worker's Day", "2050-06-09": "Corpus Christi", "2050-09-07": "Independence Day", "2050-10-12": "Our Lady of Aparecida", "2050-11-02": "All Souls' Day", "2050-11-15": "Republic Proclamation Day", "2050-11-20": "National Day of Zumbi and Black Awareness", "2050-12-25": "Christmas Day" } holidays-0.71/snapshots/financial/IFEU.json000066400000000000000000000066501500152103600206460ustar00rootroot00000000000000{ "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-12-26": "Christmas Day", "2017-01-02": "New Year's Day", "2017-04-14": "Good Friday", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2022-04-15": "Good Friday", "2022-12-26": "Christmas Day", "2023-01-02": "New Year's Day", "2023-04-07": "Good Friday", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2028-04-14": "Good Friday", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2033-04-15": "Good Friday", "2033-12-26": "Christmas Day", "2034-01-02": "New Year's Day", "2034-04-07": "Good Friday", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2039-04-08": "Good Friday", "2039-12-26": "Christmas Day", "2040-01-02": "New Year's Day", "2040-03-30": "Good Friday", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-12-26": "Christmas Day", "2045-01-02": "New Year's Day", "2045-04-07": "Good Friday", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2050-04-08": "Good Friday", "2050-12-26": "Christmas Day" } holidays-0.71/snapshots/financial/XECB.json000066400000000000000000000250051500152103600206320ustar00rootroot00000000000000{ "2000-01-01": "New Year's Day", "2000-04-21": "Good Friday", "2000-04-24": "Easter Monday", "2000-05-01": "Labour Day", "2000-12-25": "Christmas Day", "2000-12-26": "Christmas Holiday", "2000-12-31": "Additional closing day", "2001-01-01": "New Year's Day", "2001-04-13": "Good Friday", "2001-04-16": "Easter Monday", "2001-05-01": "Labour Day", "2001-12-25": "Christmas Day", "2001-12-26": "Christmas Holiday", "2002-01-01": "New Year's Day", "2002-03-29": "Good Friday", "2002-04-01": "Easter Monday", "2002-05-01": "Labour Day", "2002-12-25": "Christmas Day", "2002-12-26": "Christmas Holiday", "2003-01-01": "New Year's Day", "2003-04-18": "Good Friday", "2003-04-21": "Easter Monday", "2003-05-01": "Labour Day", "2003-12-25": "Christmas Day", "2003-12-26": "Christmas Holiday", "2004-01-01": "New Year's Day", "2004-04-09": "Good Friday", "2004-04-12": "Easter Monday", "2004-05-01": "Labour Day", "2004-12-25": "Christmas Day", "2004-12-26": "Christmas Holiday", "2005-01-01": "New Year's Day", "2005-03-25": "Good Friday", "2005-03-28": "Easter Monday", "2005-05-01": "Labour Day", "2005-12-25": "Christmas Day", "2005-12-26": "Christmas Holiday", "2006-01-01": "New Year's Day", "2006-04-14": "Good Friday", "2006-04-17": "Easter Monday", "2006-05-01": "Labour Day", "2006-12-25": "Christmas Day", "2006-12-26": "Christmas Holiday", "2007-01-01": "New Year's Day", "2007-04-06": "Good Friday", "2007-04-09": "Easter Monday", "2007-05-01": "Labour Day", "2007-12-25": "Christmas Day", "2007-12-26": "Christmas Holiday", "2008-01-01": "New Year's Day", "2008-03-21": "Good Friday", "2008-03-24": "Easter Monday", "2008-05-01": "Labour Day", "2008-12-25": "Christmas Day", "2008-12-26": "Christmas Holiday", "2009-01-01": "New Year's Day", "2009-04-10": "Good Friday", "2009-04-13": "Easter Monday", "2009-05-01": "Labour Day", "2009-12-25": "Christmas Day", "2009-12-26": "Christmas Holiday", "2010-01-01": "New Year's Day", "2010-04-02": "Good Friday", "2010-04-05": "Easter Monday", "2010-05-01": "Labour Day", "2010-12-25": "Christmas Day", "2010-12-26": "Christmas Holiday", "2011-01-01": "New Year's Day", "2011-04-22": "Good Friday", "2011-04-25": "Easter Monday", "2011-05-01": "Labour Day", "2011-12-25": "Christmas Day", "2011-12-26": "Christmas Holiday", "2012-01-01": "New Year's Day", "2012-04-06": "Good Friday", "2012-04-09": "Easter Monday", "2012-05-01": "Labour Day", "2012-12-25": "Christmas Day", "2012-12-26": "Christmas Holiday", "2013-01-01": "New Year's Day", "2013-03-29": "Good Friday", "2013-04-01": "Easter Monday", "2013-05-01": "Labour Day", "2013-12-25": "Christmas Day", "2013-12-26": "Christmas Holiday", "2014-01-01": "New Year's Day", "2014-04-18": "Good Friday", "2014-04-21": "Easter Monday", "2014-05-01": "Labour Day", "2014-12-25": "Christmas Day", "2014-12-26": "Christmas Holiday", "2015-01-01": "New Year's Day", "2015-04-03": "Good Friday", "2015-04-06": "Easter Monday", "2015-05-01": "Labour Day", "2015-12-25": "Christmas Day", "2015-12-26": "Christmas Holiday", "2016-01-01": "New Year's Day", "2016-03-25": "Good Friday", "2016-03-28": "Easter Monday", "2016-05-01": "Labour Day", "2016-12-25": "Christmas Day", "2016-12-26": "Christmas Holiday", "2017-01-01": "New Year's Day", "2017-04-14": "Good Friday", "2017-04-17": "Easter Monday", "2017-05-01": "Labour Day", "2017-12-25": "Christmas Day", "2017-12-26": "Christmas Holiday", "2018-01-01": "New Year's Day", "2018-03-30": "Good Friday", "2018-04-02": "Easter Monday", "2018-05-01": "Labour Day", "2018-12-25": "Christmas Day", "2018-12-26": "Christmas Holiday", "2019-01-01": "New Year's Day", "2019-04-19": "Good Friday", "2019-04-22": "Easter Monday", "2019-05-01": "Labour Day", "2019-12-25": "Christmas Day", "2019-12-26": "Christmas Holiday", "2020-01-01": "New Year's Day", "2020-04-10": "Good Friday", "2020-04-13": "Easter Monday", "2020-05-01": "Labour Day", "2020-12-25": "Christmas Day", "2020-12-26": "Christmas Holiday", "2021-01-01": "New Year's Day", "2021-04-02": "Good Friday", "2021-04-05": "Easter Monday", "2021-05-01": "Labour Day", "2021-12-25": "Christmas Day", "2021-12-26": "Christmas Holiday", "2022-01-01": "New Year's Day", "2022-04-15": "Good Friday", "2022-04-18": "Easter Monday", "2022-05-01": "Labour Day", "2022-12-25": "Christmas Day", "2022-12-26": "Christmas Holiday", "2023-01-01": "New Year's Day", "2023-04-07": "Good Friday", "2023-04-10": "Easter Monday", "2023-05-01": "Labour Day", "2023-12-25": "Christmas Day", "2023-12-26": "Christmas Holiday", "2024-01-01": "New Year's Day", "2024-03-29": "Good Friday", "2024-04-01": "Easter Monday", "2024-05-01": "Labour Day", "2024-12-25": "Christmas Day", "2024-12-26": "Christmas Holiday", "2025-01-01": "New Year's Day", "2025-04-18": "Good Friday", "2025-04-21": "Easter Monday", "2025-05-01": "Labour Day", "2025-12-25": "Christmas Day", "2025-12-26": "Christmas Holiday", "2026-01-01": "New Year's Day", "2026-04-03": "Good Friday", "2026-04-06": "Easter Monday", "2026-05-01": "Labour Day", "2026-12-25": "Christmas Day", "2026-12-26": "Christmas Holiday", "2027-01-01": "New Year's Day", "2027-03-26": "Good Friday", "2027-03-29": "Easter Monday", "2027-05-01": "Labour Day", "2027-12-25": "Christmas Day", "2027-12-26": "Christmas Holiday", "2028-01-01": "New Year's Day", "2028-04-14": "Good Friday", "2028-04-17": "Easter Monday", "2028-05-01": "Labour Day", "2028-12-25": "Christmas Day", "2028-12-26": "Christmas Holiday", "2029-01-01": "New Year's Day", "2029-03-30": "Good Friday", "2029-04-02": "Easter Monday", "2029-05-01": "Labour Day", "2029-12-25": "Christmas Day", "2029-12-26": "Christmas Holiday", "2030-01-01": "New Year's Day", "2030-04-19": "Good Friday", "2030-04-22": "Easter Monday", "2030-05-01": "Labour Day", "2030-12-25": "Christmas Day", "2030-12-26": "Christmas Holiday", "2031-01-01": "New Year's Day", "2031-04-11": "Good Friday", "2031-04-14": "Easter Monday", "2031-05-01": "Labour Day", "2031-12-25": "Christmas Day", "2031-12-26": "Christmas Holiday", "2032-01-01": "New Year's Day", "2032-03-26": "Good Friday", "2032-03-29": "Easter Monday", "2032-05-01": "Labour Day", "2032-12-25": "Christmas Day", "2032-12-26": "Christmas Holiday", "2033-01-01": "New Year's Day", "2033-04-15": "Good Friday", "2033-04-18": "Easter Monday", "2033-05-01": "Labour Day", "2033-12-25": "Christmas Day", "2033-12-26": "Christmas Holiday", "2034-01-01": "New Year's Day", "2034-04-07": "Good Friday", "2034-04-10": "Easter Monday", "2034-05-01": "Labour Day", "2034-12-25": "Christmas Day", "2034-12-26": "Christmas Holiday", "2035-01-01": "New Year's Day", "2035-03-23": "Good Friday", "2035-03-26": "Easter Monday", "2035-05-01": "Labour Day", "2035-12-25": "Christmas Day", "2035-12-26": "Christmas Holiday", "2036-01-01": "New Year's Day", "2036-04-11": "Good Friday", "2036-04-14": "Easter Monday", "2036-05-01": "Labour Day", "2036-12-25": "Christmas Day", "2036-12-26": "Christmas Holiday", "2037-01-01": "New Year's Day", "2037-04-03": "Good Friday", "2037-04-06": "Easter Monday", "2037-05-01": "Labour Day", "2037-12-25": "Christmas Day", "2037-12-26": "Christmas Holiday", "2038-01-01": "New Year's Day", "2038-04-23": "Good Friday", "2038-04-26": "Easter Monday", "2038-05-01": "Labour Day", "2038-12-25": "Christmas Day", "2038-12-26": "Christmas Holiday", "2039-01-01": "New Year's Day", "2039-04-08": "Good Friday", "2039-04-11": "Easter Monday", "2039-05-01": "Labour Day", "2039-12-25": "Christmas Day", "2039-12-26": "Christmas Holiday", "2040-01-01": "New Year's Day", "2040-03-30": "Good Friday", "2040-04-02": "Easter Monday", "2040-05-01": "Labour Day", "2040-12-25": "Christmas Day", "2040-12-26": "Christmas Holiday", "2041-01-01": "New Year's Day", "2041-04-19": "Good Friday", "2041-04-22": "Easter Monday", "2041-05-01": "Labour Day", "2041-12-25": "Christmas Day", "2041-12-26": "Christmas Holiday", "2042-01-01": "New Year's Day", "2042-04-04": "Good Friday", "2042-04-07": "Easter Monday", "2042-05-01": "Labour Day", "2042-12-25": "Christmas Day", "2042-12-26": "Christmas Holiday", "2043-01-01": "New Year's Day", "2043-03-27": "Good Friday", "2043-03-30": "Easter Monday", "2043-05-01": "Labour Day", "2043-12-25": "Christmas Day", "2043-12-26": "Christmas Holiday", "2044-01-01": "New Year's Day", "2044-04-15": "Good Friday", "2044-04-18": "Easter Monday", "2044-05-01": "Labour Day", "2044-12-25": "Christmas Day", "2044-12-26": "Christmas Holiday", "2045-01-01": "New Year's Day", "2045-04-07": "Good Friday", "2045-04-10": "Easter Monday", "2045-05-01": "Labour Day", "2045-12-25": "Christmas Day", "2045-12-26": "Christmas Holiday", "2046-01-01": "New Year's Day", "2046-03-23": "Good Friday", "2046-03-26": "Easter Monday", "2046-05-01": "Labour Day", "2046-12-25": "Christmas Day", "2046-12-26": "Christmas Holiday", "2047-01-01": "New Year's Day", "2047-04-12": "Good Friday", "2047-04-15": "Easter Monday", "2047-05-01": "Labour Day", "2047-12-25": "Christmas Day", "2047-12-26": "Christmas Holiday", "2048-01-01": "New Year's Day", "2048-04-03": "Good Friday", "2048-04-06": "Easter Monday", "2048-05-01": "Labour Day", "2048-12-25": "Christmas Day", "2048-12-26": "Christmas Holiday", "2049-01-01": "New Year's Day", "2049-04-16": "Good Friday", "2049-04-19": "Easter Monday", "2049-05-01": "Labour Day", "2049-12-25": "Christmas Day", "2049-12-26": "Christmas Holiday", "2050-01-01": "New Year's Day", "2050-04-08": "Good Friday", "2050-04-11": "Easter Monday", "2050-05-01": "Labour Day", "2050-12-25": "Christmas Day", "2050-12-26": "Christmas Holiday" } holidays-0.71/snapshots/financial/XNYS.json000066400000000000000000001115031500152103600207110ustar00rootroot00000000000000{ "1950-01-02": "New Year's Day (observed)", "1950-02-13": "Lincoln's Birthday (observed)", "1950-02-22": "Washington's Birthday", "1950-04-07": "Good Friday", "1950-05-30": "Memorial Day", "1950-06-14": "Flag Day", "1950-07-04": "Independence Day", "1950-09-04": "Labor Day", "1950-10-12": "Columbus Day", "1950-11-07": "Election Day", "1950-11-10": "Veteran's Day (observed)", "1950-11-23": "Thanksgiving Day", "1950-12-25": "Christmas Day", "1951-01-01": "New Year's Day", "1951-02-12": "Lincoln's Birthday", "1951-02-22": "Washington's Birthday", "1951-03-23": "Good Friday", "1951-05-30": "Memorial Day", "1951-06-14": "Flag Day", "1951-07-04": "Independence Day", "1951-09-03": "Labor Day", "1951-10-12": "Columbus Day", "1951-11-06": "Election Day", "1951-11-12": "Veteran's Day (observed)", "1951-11-22": "Thanksgiving Day", "1951-12-25": "Christmas Day", "1952-01-01": "New Year's Day", "1952-02-12": "Lincoln's Birthday", "1952-02-22": "Washington's Birthday", "1952-04-11": "Good Friday", "1952-05-30": "Memorial Day", "1952-06-13": "Flag Day (observed)", "1952-07-04": "Independence Day", "1952-09-01": "Labor Day", "1952-10-13": "Columbus Day (observed)", "1952-11-04": "Election Day", "1952-11-11": "Veteran's Day", "1952-11-27": "Thanksgiving Day", "1952-12-25": "Christmas Day", "1953-01-01": "New Year's Day", "1953-02-12": "Lincoln's Birthday", "1953-02-23": "Washington's Birthday (observed)", "1953-04-03": "Good Friday", "1953-05-29": "Memorial Day (observed)", "1953-06-15": "Flag Day (observed)", "1953-07-03": "Independence Day (observed)", "1953-09-07": "Labor Day", "1953-10-12": "Columbus Day", "1953-11-03": "Election Day", "1953-11-11": "Veteran's Day", "1953-11-26": "Thanksgiving Day", "1953-12-25": "Christmas Day", "1954-01-01": "New Year's Day", "1954-02-22": "Washington's Birthday", "1954-04-16": "Good Friday", "1954-05-31": "Memorial Day (observed)", "1954-07-05": "Independence Day (observed)", "1954-09-06": "Labor Day", "1954-11-02": "Election Day", "1954-11-25": "Thanksgiving Day", "1954-12-24": "Christmas Day (observed); Christmas Eve", "1955-02-22": "Washington's Birthday", "1955-04-08": "Good Friday", "1955-05-30": "Memorial Day", "1955-07-04": "Independence Day", "1955-09-05": "Labor Day", "1955-11-08": "Election Day", "1955-11-24": "Thanksgiving Day", "1955-12-26": "Christmas Day (observed)", "1956-01-02": "New Year's Day (observed)", "1956-02-22": "Washington's Birthday", "1956-03-30": "Good Friday", "1956-05-30": "Memorial Day", "1956-07-04": "Independence Day", "1956-09-03": "Labor Day", "1956-11-06": "Election Day", "1956-11-22": "Thanksgiving Day", "1956-12-24": "Christmas Eve", "1956-12-25": "Christmas Day", "1957-01-01": "New Year's Day", "1957-02-22": "Washington's Birthday", "1957-04-19": "Good Friday", "1957-05-30": "Memorial Day", "1957-07-04": "Independence Day", "1957-09-02": "Labor Day", "1957-11-05": "Election Day", "1957-11-28": "Thanksgiving Day", "1957-12-25": "Christmas Day", "1958-01-01": "New Year's Day", "1958-02-21": "Washington's Birthday (observed)", "1958-04-04": "Good Friday", "1958-05-30": "Memorial Day", "1958-07-04": "Independence Day", "1958-09-01": "Labor Day", "1958-11-04": "Election Day", "1958-11-27": "Thanksgiving Day", "1958-12-25": "Christmas Day", "1958-12-26": "Day after Christmas", "1959-01-01": "New Year's Day", "1959-02-23": "Washington's Birthday (observed)", "1959-03-27": "Good Friday", "1959-05-29": "Memorial Day (observed)", "1959-07-03": "Independence Day (observed)", "1959-09-07": "Labor Day", "1959-11-03": "Election Day", "1959-11-26": "Thanksgiving Day", "1959-12-25": "Christmas Day", "1960-01-01": "New Year's Day", "1960-02-22": "Washington's Birthday", "1960-04-15": "Good Friday", "1960-05-30": "Memorial Day", "1960-07-04": "Independence Day", "1960-09-05": "Labor Day", "1960-11-08": "Election Day", "1960-11-24": "Thanksgiving Day", "1960-12-26": "Christmas Day (observed)", "1961-01-02": "New Year's Day (observed)", "1961-02-22": "Washington's Birthday", "1961-03-31": "Good Friday", "1961-05-29": "Day before Decoration Day", "1961-05-30": "Memorial Day", "1961-07-04": "Independence Day", "1961-09-04": "Labor Day", "1961-11-07": "Election Day", "1961-11-23": "Thanksgiving Day", "1961-12-25": "Christmas Day", "1962-01-01": "New Year's Day", "1962-02-22": "Washington's Birthday", "1962-04-20": "Good Friday", "1962-05-30": "Memorial Day", "1962-07-04": "Independence Day", "1962-09-03": "Labor Day", "1962-11-06": "Election Day", "1962-11-22": "Thanksgiving Day", "1962-12-25": "Christmas Day", "1963-01-01": "New Year's Day", "1963-02-22": "Washington's Birthday", "1963-04-12": "Good Friday", "1963-05-30": "Memorial Day", "1963-07-04": "Independence Day", "1963-09-02": "Labor Day", "1963-11-05": "Election Day", "1963-11-25": "National Day of Mourning for President John F. Kennedy", "1963-11-28": "Thanksgiving Day", "1963-12-25": "Christmas Day", "1964-01-01": "New Year's Day", "1964-02-21": "Washington's Birthday (observed)", "1964-03-27": "Good Friday", "1964-05-29": "Memorial Day (observed)", "1964-07-03": "Independence Day (observed)", "1964-09-07": "Labor Day", "1964-11-03": "Election Day", "1964-11-26": "Thanksgiving Day", "1964-12-25": "Christmas Day", "1965-01-01": "New Year's Day", "1965-02-22": "Washington's Birthday", "1965-04-16": "Good Friday", "1965-05-31": "Memorial Day (observed)", "1965-07-05": "Independence Day (observed)", "1965-09-06": "Labor Day", "1965-11-02": "Election Day", "1965-11-25": "Thanksgiving Day", "1965-12-24": "Christmas Day (observed); Christmas Eve", "1966-02-22": "Washington's Birthday", "1966-04-08": "Good Friday", "1966-05-30": "Memorial Day", "1966-07-04": "Independence Day", "1966-09-05": "Labor Day", "1966-11-08": "Election Day", "1966-11-24": "Thanksgiving Day", "1966-12-26": "Christmas Day (observed)", "1967-01-02": "New Year's Day (observed)", "1967-02-22": "Washington's Birthday", "1967-03-24": "Good Friday", "1967-05-30": "Memorial Day", "1967-07-04": "Independence Day", "1967-09-04": "Labor Day", "1967-11-07": "Election Day", "1967-11-23": "Thanksgiving Day", "1967-12-25": "Christmas Day", "1968-01-01": "New Year's Day", "1968-02-12": "Lincoln's Birthday", "1968-02-22": "Washington's Birthday", "1968-04-09": "National Day of Mourning for Martin Luther King Jr.", "1968-04-12": "Good Friday", "1968-05-30": "Memorial Day", "1968-06-12": "Paper Crisis", "1968-06-19": "Paper Crisis", "1968-06-26": "Paper Crisis", "1968-07-03": "Paper Crisis", "1968-07-04": "Independence Day", "1968-07-05": "Day after Independence Day", "1968-07-10": "Paper Crisis", "1968-07-17": "Paper Crisis", "1968-07-24": "Paper Crisis", "1968-07-31": "Paper Crisis", "1968-08-07": "Paper Crisis", "1968-08-14": "Paper Crisis", "1968-08-21": "Paper Crisis", "1968-08-28": "Paper Crisis", "1968-09-02": "Labor Day", "1968-09-04": "Paper Crisis", "1968-09-11": "Paper Crisis", "1968-09-18": "Paper Crisis", "1968-09-25": "Paper Crisis", "1968-10-02": "Paper Crisis", "1968-10-09": "Paper Crisis", "1968-10-16": "Paper Crisis", "1968-10-23": "Paper Crisis", "1968-10-30": "Paper Crisis", "1968-11-05": "Election Day", "1968-11-06": "Paper Crisis", "1968-11-13": "Paper Crisis", "1968-11-20": "Paper Crisis", "1968-11-27": "Paper Crisis", "1968-11-28": "Thanksgiving Day", "1968-12-04": "Paper Crisis", "1968-12-11": "Paper Crisis", "1968-12-18": "Paper Crisis", "1968-12-25": "Christmas Day", "1969-01-01": "New Year's Day", "1969-02-10": "Heavy Snow", "1969-02-21": "Washington's Birthday (observed)", "1969-03-31": "National Day of Mourning for former President Dwight D. Eisenhower", "1969-04-04": "Good Friday", "1969-05-30": "Memorial Day", "1969-07-04": "Independence Day", "1969-07-21": "National Participation in Lunar Exploration", "1969-09-01": "Labor Day", "1969-11-27": "Thanksgiving Day", "1969-12-25": "Christmas Day", "1970-01-01": "New Year's Day", "1970-02-23": "Washington's Birthday (observed)", "1970-03-27": "Good Friday", "1970-05-29": "Memorial Day (observed)", "1970-07-03": "Independence Day (observed)", "1970-09-07": "Labor Day", "1970-11-26": "Thanksgiving Day", "1970-12-25": "Christmas Day", "1971-01-01": "New Year's Day", "1971-02-15": "Washington's Birthday", "1971-04-09": "Good Friday", "1971-05-31": "Memorial Day", "1971-07-05": "Independence Day (observed)", "1971-09-06": "Labor Day", "1971-11-25": "Thanksgiving Day", "1971-12-24": "Christmas Day (observed)", "1972-02-21": "Washington's Birthday", "1972-03-31": "Good Friday", "1972-05-29": "Memorial Day", "1972-07-04": "Independence Day", "1972-09-04": "Labor Day", "1972-11-07": "Election Day", "1972-11-23": "Thanksgiving Day", "1972-12-25": "Christmas Day", "1972-12-28": "National Day of Mourning for former President Harry S. Truman", "1973-01-01": "New Year's Day", "1973-01-25": "National Day of Mourning for former President Lyndon B. Johnson", "1973-02-19": "Washington's Birthday", "1973-04-20": "Good Friday", "1973-05-28": "Memorial Day", "1973-07-04": "Independence Day", "1973-09-03": "Labor Day", "1973-11-22": "Thanksgiving Day", "1973-12-25": "Christmas Day", "1974-01-01": "New Year's Day", "1974-02-18": "Washington's Birthday", "1974-04-12": "Good Friday", "1974-05-27": "Memorial Day", "1974-07-04": "Independence Day", "1974-09-02": "Labor Day", "1974-11-28": "Thanksgiving Day", "1974-12-25": "Christmas Day", "1975-01-01": "New Year's Day", "1975-02-17": "Washington's Birthday", "1975-03-28": "Good Friday", "1975-05-26": "Memorial Day", "1975-07-04": "Independence Day", "1975-09-01": "Labor Day", "1975-11-27": "Thanksgiving Day", "1975-12-25": "Christmas Day", "1976-01-01": "New Year's Day", "1976-02-16": "Washington's Birthday", "1976-04-16": "Good Friday", "1976-05-31": "Memorial Day", "1976-07-05": "Independence Day (observed)", "1976-09-06": "Labor Day", "1976-11-02": "Election Day", "1976-11-25": "Thanksgiving Day", "1976-12-24": "Christmas Day (observed)", "1977-02-21": "Washington's Birthday", "1977-04-08": "Good Friday", "1977-05-30": "Memorial Day", "1977-07-04": "Independence Day", "1977-07-14": "Blackout in New York City", "1977-09-05": "Labor Day", "1977-11-24": "Thanksgiving Day", "1977-12-26": "Christmas Day (observed)", "1978-01-02": "New Year's Day (observed)", "1978-02-20": "Washington's Birthday", "1978-03-24": "Good Friday", "1978-05-29": "Memorial Day", "1978-07-04": "Independence Day", "1978-09-04": "Labor Day", "1978-11-23": "Thanksgiving Day", "1978-12-25": "Christmas Day", "1979-01-01": "New Year's Day", "1979-02-19": "Washington's Birthday", "1979-04-13": "Good Friday", "1979-05-28": "Memorial Day", "1979-07-04": "Independence Day", "1979-09-03": "Labor Day", "1979-11-22": "Thanksgiving Day", "1979-12-25": "Christmas Day", "1980-01-01": "New Year's Day", "1980-02-18": "Washington's Birthday", "1980-04-04": "Good Friday", "1980-05-26": "Memorial Day", "1980-07-04": "Independence Day", "1980-09-01": "Labor Day", "1980-11-04": "Election Day", "1980-11-27": "Thanksgiving Day", "1980-12-25": "Christmas Day", "1981-01-01": "New Year's Day", "1981-02-16": "Washington's Birthday", "1981-04-17": "Good Friday", "1981-05-25": "Memorial Day", "1981-07-03": "Independence Day (observed)", "1981-09-07": "Labor Day", "1981-11-26": "Thanksgiving Day", "1981-12-25": "Christmas Day", "1982-01-01": "New Year's Day", "1982-02-15": "Washington's Birthday", "1982-04-09": "Good Friday", "1982-05-31": "Memorial Day", "1982-07-05": "Independence Day (observed)", "1982-09-06": "Labor Day", "1982-11-25": "Thanksgiving Day", "1982-12-24": "Christmas Day (observed)", "1983-02-21": "Washington's Birthday", "1983-04-01": "Good Friday", "1983-05-30": "Memorial Day", "1983-07-04": "Independence Day", "1983-09-05": "Labor Day", "1983-11-24": "Thanksgiving Day", "1983-12-26": "Christmas Day (observed)", "1984-01-02": "New Year's Day (observed)", "1984-02-20": "Washington's Birthday", "1984-04-20": "Good Friday", "1984-05-28": "Memorial Day", "1984-07-04": "Independence Day", "1984-09-03": "Labor Day", "1984-11-22": "Thanksgiving Day", "1984-12-25": "Christmas Day", "1985-01-01": "New Year's Day", "1985-02-18": "Washington's Birthday", "1985-04-05": "Good Friday", "1985-05-27": "Memorial Day", "1985-07-04": "Independence Day", "1985-09-02": "Labor Day", "1985-09-27": "Hurricane Gloria", "1985-11-28": "Thanksgiving Day", "1985-12-25": "Christmas Day", "1986-01-01": "New Year's Day", "1986-02-17": "Washington's Birthday", "1986-03-28": "Good Friday", "1986-05-26": "Memorial Day", "1986-07-04": "Independence Day", "1986-09-01": "Labor Day", "1986-11-27": "Thanksgiving Day", "1986-12-25": "Christmas Day", "1987-01-01": "New Year's Day", "1987-02-16": "Washington's Birthday", "1987-04-17": "Good Friday", "1987-05-25": "Memorial Day", "1987-07-03": "Independence Day (observed)", "1987-09-07": "Labor Day", "1987-11-26": "Thanksgiving Day", "1987-12-25": "Christmas Day", "1988-01-01": "New Year's Day", "1988-02-15": "Washington's Birthday", "1988-04-01": "Good Friday", "1988-05-30": "Memorial Day", "1988-07-04": "Independence Day", "1988-09-05": "Labor Day", "1988-11-24": "Thanksgiving Day", "1988-12-26": "Christmas Day (observed)", "1989-01-02": "New Year's Day (observed)", "1989-02-20": "Washington's Birthday", "1989-03-24": "Good Friday", "1989-05-29": "Memorial Day", "1989-07-04": "Independence Day", "1989-09-04": "Labor Day", "1989-11-23": "Thanksgiving Day", "1989-12-25": "Christmas Day", "1990-01-01": "New Year's Day", "1990-02-19": "Washington's Birthday", "1990-04-13": "Good Friday", "1990-05-28": "Memorial Day", "1990-07-04": "Independence Day", "1990-09-03": "Labor Day", "1990-11-22": "Thanksgiving Day", "1990-12-25": "Christmas Day", "1991-01-01": "New Year's Day", "1991-02-18": "Washington's Birthday", "1991-03-29": "Good Friday", "1991-05-27": "Memorial Day", "1991-07-04": "Independence Day", "1991-09-02": "Labor Day", "1991-11-28": "Thanksgiving Day", "1991-12-25": "Christmas Day", "1992-01-01": "New Year's Day", "1992-02-17": "Washington's Birthday", "1992-04-17": "Good Friday", "1992-05-25": "Memorial Day", "1992-07-03": "Independence Day (observed)", "1992-09-07": "Labor Day", "1992-11-26": "Thanksgiving Day", "1992-12-25": "Christmas Day", "1993-01-01": "New Year's Day", "1993-02-15": "Washington's Birthday", "1993-04-09": "Good Friday", "1993-05-31": "Memorial Day", "1993-07-05": "Independence Day (observed)", "1993-09-06": "Labor Day", "1993-11-25": "Thanksgiving Day", "1993-12-24": "Christmas Day (observed)", "1994-02-21": "Washington's Birthday", "1994-04-01": "Good Friday", "1994-04-27": "National Day of Mourning for former President Richard M. Nixon", "1994-05-30": "Memorial Day", "1994-07-04": "Independence Day", "1994-09-05": "Labor Day", "1994-11-24": "Thanksgiving Day", "1994-12-26": "Christmas Day (observed)", "1995-01-02": "New Year's Day (observed)", "1995-02-20": "Washington's Birthday", "1995-04-14": "Good Friday", "1995-05-29": "Memorial Day", "1995-07-04": "Independence Day", "1995-09-04": "Labor Day", "1995-11-23": "Thanksgiving Day", "1995-12-25": "Christmas Day", "1996-01-01": "New Year's Day", "1996-02-19": "Washington's Birthday", "1996-04-05": "Good Friday", "1996-05-27": "Memorial Day", "1996-07-04": "Independence Day", "1996-09-02": "Labor Day", "1996-11-28": "Thanksgiving Day", "1996-12-25": "Christmas Day", "1997-01-01": "New Year's Day", "1997-02-17": "Washington's Birthday", "1997-03-28": "Good Friday", "1997-05-26": "Memorial Day", "1997-07-04": "Independence Day", "1997-09-01": "Labor Day", "1997-11-27": "Thanksgiving Day", "1997-12-25": "Christmas Day", "1998-01-01": "New Year's Day", "1998-01-19": "Martin Luther King Jr. Day", "1998-02-16": "Washington's Birthday", "1998-04-10": "Good Friday", "1998-05-25": "Memorial Day", "1998-07-03": "Independence Day (observed)", "1998-09-07": "Labor Day", "1998-11-26": "Thanksgiving Day", "1998-12-25": "Christmas Day", "1999-01-01": "New Year's Day", "1999-01-18": "Martin Luther King Jr. Day", "1999-02-15": "Washington's Birthday", "1999-04-02": "Good Friday", "1999-05-31": "Memorial Day", "1999-07-05": "Independence Day (observed)", "1999-09-06": "Labor Day", "1999-11-25": "Thanksgiving Day", "1999-12-24": "Christmas Day (observed)", "2000-01-17": "Martin Luther King Jr. Day", "2000-02-21": "Washington's Birthday", "2000-04-21": "Good Friday", "2000-05-29": "Memorial Day", "2000-07-04": "Independence Day", "2000-09-04": "Labor Day", "2000-11-23": "Thanksgiving Day", "2000-12-25": "Christmas Day", "2001-01-01": "New Year's Day", "2001-01-15": "Martin Luther King Jr. Day", "2001-02-19": "Washington's Birthday", "2001-04-13": "Good Friday", "2001-05-28": "Memorial Day", "2001-07-04": "Independence Day", "2001-09-03": "Labor Day", "2001-09-11": "Closed for Sept 11, 2001 Attacks", "2001-09-12": "Closed for Sept 11, 2001 Attacks", "2001-09-13": "Closed for Sept 11, 2001 Attacks", "2001-09-14": "Closed for Sept 11, 2001 Attacks", "2001-11-22": "Thanksgiving Day", "2001-12-25": "Christmas Day", "2002-01-01": "New Year's Day", "2002-01-21": "Martin Luther King Jr. Day", "2002-02-18": "Washington's Birthday", "2002-03-29": "Good Friday", "2002-05-27": "Memorial Day", "2002-07-04": "Independence Day", "2002-09-02": "Labor Day", "2002-11-28": "Thanksgiving Day", "2002-12-25": "Christmas Day", "2003-01-01": "New Year's Day", "2003-01-20": "Martin Luther King Jr. Day", "2003-02-17": "Washington's Birthday", "2003-04-18": "Good Friday", "2003-05-26": "Memorial Day", "2003-07-04": "Independence Day", "2003-09-01": "Labor Day", "2003-11-27": "Thanksgiving Day", "2003-12-25": "Christmas Day", "2004-01-01": "New Year's Day", "2004-01-19": "Martin Luther King Jr. Day", "2004-02-16": "Washington's Birthday", "2004-04-09": "Good Friday", "2004-05-31": "Memorial Day", "2004-06-11": "National Day of Mourning for former President Ronald Reagan", "2004-07-05": "Independence Day (observed)", "2004-09-06": "Labor Day", "2004-11-25": "Thanksgiving Day", "2004-12-24": "Christmas Day (observed)", "2005-01-17": "Martin Luther King Jr. Day", "2005-02-21": "Washington's Birthday", "2005-03-25": "Good Friday", "2005-05-30": "Memorial Day", "2005-07-04": "Independence Day", "2005-09-05": "Labor Day", "2005-11-24": "Thanksgiving Day", "2005-12-26": "Christmas Day (observed)", "2006-01-02": "New Year's Day (observed)", "2006-01-16": "Martin Luther King Jr. Day", "2006-02-20": "Washington's Birthday", "2006-04-14": "Good Friday", "2006-05-29": "Memorial Day", "2006-07-04": "Independence Day", "2006-09-04": "Labor Day", "2006-11-23": "Thanksgiving Day", "2006-12-25": "Christmas Day", "2007-01-01": "New Year's Day", "2007-01-02": "National Day of Mourning for former President Gerald R. Ford", "2007-01-15": "Martin Luther King Jr. Day", "2007-02-19": "Washington's Birthday", "2007-04-06": "Good Friday", "2007-05-28": "Memorial Day", "2007-07-04": "Independence Day", "2007-09-03": "Labor Day", "2007-11-22": "Thanksgiving Day", "2007-12-25": "Christmas Day", "2008-01-01": "New Year's Day", "2008-01-21": "Martin Luther King Jr. Day", "2008-02-18": "Washington's Birthday", "2008-03-21": "Good Friday", "2008-05-26": "Memorial Day", "2008-07-04": "Independence Day", "2008-09-01": "Labor Day", "2008-11-27": "Thanksgiving Day", "2008-12-25": "Christmas Day", "2009-01-01": "New Year's Day", "2009-01-19": "Martin Luther King Jr. Day", "2009-02-16": "Washington's Birthday", "2009-04-10": "Good Friday", "2009-05-25": "Memorial Day", "2009-07-03": "Independence Day (observed)", "2009-09-07": "Labor Day", "2009-11-26": "Thanksgiving Day", "2009-12-25": "Christmas Day", "2010-01-01": "New Year's Day", "2010-01-18": "Martin Luther King Jr. Day", "2010-02-15": "Washington's Birthday", "2010-04-02": "Good Friday", "2010-05-31": "Memorial Day", "2010-07-05": "Independence Day (observed)", "2010-09-06": "Labor Day", "2010-11-25": "Thanksgiving Day", "2010-12-24": "Christmas Day (observed)", "2011-01-17": "Martin Luther King Jr. Day", "2011-02-21": "Washington's Birthday", "2011-04-22": "Good Friday", "2011-05-30": "Memorial Day", "2011-07-04": "Independence Day", "2011-09-05": "Labor Day", "2011-11-24": "Thanksgiving Day", "2011-12-26": "Christmas Day (observed)", "2012-01-02": "New Year's Day (observed)", "2012-01-16": "Martin Luther King Jr. Day", "2012-02-20": "Washington's Birthday", "2012-04-06": "Good Friday", "2012-05-28": "Memorial Day", "2012-07-04": "Independence Day", "2012-09-03": "Labor Day", "2012-10-29": "Hurricane Sandy", "2012-10-30": "Hurricane Sandy", "2012-11-22": "Thanksgiving Day", "2012-12-25": "Christmas Day", "2013-01-01": "New Year's Day", "2013-01-21": "Martin Luther King Jr. Day", "2013-02-18": "Washington's Birthday", "2013-03-29": "Good Friday", "2013-05-27": "Memorial Day", "2013-07-04": "Independence Day", "2013-09-02": "Labor Day", "2013-11-28": "Thanksgiving Day", "2013-12-25": "Christmas Day", "2014-01-01": "New Year's Day", "2014-01-20": "Martin Luther King Jr. Day", "2014-02-17": "Washington's Birthday", "2014-04-18": "Good Friday", "2014-05-26": "Memorial Day", "2014-07-04": "Independence Day", "2014-09-01": "Labor Day", "2014-11-27": "Thanksgiving Day", "2014-12-25": "Christmas Day", "2015-01-01": "New Year's Day", "2015-01-19": "Martin Luther King Jr. Day", "2015-02-16": "Washington's Birthday", "2015-04-03": "Good Friday", "2015-05-25": "Memorial Day", "2015-07-03": "Independence Day (observed)", "2015-09-07": "Labor Day", "2015-11-26": "Thanksgiving Day", "2015-12-25": "Christmas Day", "2016-01-01": "New Year's Day", "2016-01-18": "Martin Luther King Jr. Day", "2016-02-15": "Washington's Birthday", "2016-03-25": "Good Friday", "2016-05-30": "Memorial Day", "2016-07-04": "Independence Day", "2016-09-05": "Labor Day", "2016-11-24": "Thanksgiving Day", "2016-12-26": "Christmas Day (observed)", "2017-01-02": "New Year's Day (observed)", "2017-01-16": "Martin Luther King Jr. Day", "2017-02-20": "Washington's Birthday", "2017-04-14": "Good Friday", "2017-05-29": "Memorial Day", "2017-07-04": "Independence Day", "2017-09-04": "Labor Day", "2017-11-23": "Thanksgiving Day", "2017-12-25": "Christmas Day", "2018-01-01": "New Year's Day", "2018-01-15": "Martin Luther King Jr. Day", "2018-02-19": "Washington's Birthday", "2018-03-30": "Good Friday", "2018-05-28": "Memorial Day", "2018-07-04": "Independence Day", "2018-09-03": "Labor Day", "2018-11-22": "Thanksgiving Day", "2018-12-05": "National Day of Mourning for former President George H. W. Bush", "2018-12-25": "Christmas Day", "2019-01-01": "New Year's Day", "2019-01-21": "Martin Luther King Jr. Day", "2019-02-18": "Washington's Birthday", "2019-04-19": "Good Friday", "2019-05-27": "Memorial Day", "2019-07-04": "Independence Day", "2019-09-02": "Labor Day", "2019-11-28": "Thanksgiving Day", "2019-12-25": "Christmas Day", "2020-01-01": "New Year's Day", "2020-01-20": "Martin Luther King Jr. Day", "2020-02-17": "Washington's Birthday", "2020-04-10": "Good Friday", "2020-05-25": "Memorial Day", "2020-07-03": "Independence Day (observed)", "2020-09-07": "Labor Day", "2020-11-26": "Thanksgiving Day", "2020-12-25": "Christmas Day", "2021-01-01": "New Year's Day", "2021-01-18": "Martin Luther King Jr. Day", "2021-02-15": "Washington's Birthday", "2021-04-02": "Good Friday", "2021-05-31": "Memorial Day", "2021-07-05": "Independence Day (observed)", "2021-09-06": "Labor Day", "2021-11-25": "Thanksgiving Day", "2021-12-24": "Christmas Day (observed)", "2022-01-17": "Martin Luther King Jr. Day", "2022-02-21": "Washington's Birthday", "2022-04-15": "Good Friday", "2022-05-30": "Memorial Day", "2022-06-20": "Juneteenth National Independence Day (observed)", "2022-07-04": "Independence Day", "2022-09-05": "Labor Day", "2022-11-24": "Thanksgiving Day", "2022-12-26": "Christmas Day (observed)", "2023-01-02": "New Year's Day (observed)", "2023-01-16": "Martin Luther King Jr. Day", "2023-02-20": "Washington's Birthday", "2023-04-07": "Good Friday", "2023-05-29": "Memorial Day", "2023-06-19": "Juneteenth National Independence Day", "2023-07-04": "Independence Day", "2023-09-04": "Labor Day", "2023-11-23": "Thanksgiving Day", "2023-12-25": "Christmas Day", "2024-01-01": "New Year's Day", "2024-01-15": "Martin Luther King Jr. Day", "2024-02-19": "Washington's Birthday", "2024-03-29": "Good Friday", "2024-05-27": "Memorial Day", "2024-06-19": "Juneteenth National Independence Day", "2024-07-04": "Independence Day", "2024-09-02": "Labor Day", "2024-11-28": "Thanksgiving Day", "2024-12-25": "Christmas Day", "2025-01-01": "New Year's Day", "2025-01-09": "National Day of Mourning for former President Jimmy Carter", "2025-01-20": "Martin Luther King Jr. Day", "2025-02-17": "Washington's Birthday", "2025-04-18": "Good Friday", "2025-05-26": "Memorial Day", "2025-06-19": "Juneteenth National Independence Day", "2025-07-04": "Independence Day", "2025-09-01": "Labor Day", "2025-11-27": "Thanksgiving Day", "2025-12-25": "Christmas Day", "2026-01-01": "New Year's Day", "2026-01-19": "Martin Luther King Jr. Day", "2026-02-16": "Washington's Birthday", "2026-04-03": "Good Friday", "2026-05-25": "Memorial Day", "2026-06-19": "Juneteenth National Independence Day", "2026-07-03": "Independence Day (observed)", "2026-09-07": "Labor Day", "2026-11-26": "Thanksgiving Day", "2026-12-25": "Christmas Day", "2027-01-01": "New Year's Day", "2027-01-18": "Martin Luther King Jr. Day", "2027-02-15": "Washington's Birthday", "2027-03-26": "Good Friday", "2027-05-31": "Memorial Day", "2027-06-18": "Juneteenth National Independence Day (observed)", "2027-07-05": "Independence Day (observed)", "2027-09-06": "Labor Day", "2027-11-25": "Thanksgiving Day", "2027-12-24": "Christmas Day (observed)", "2028-01-17": "Martin Luther King Jr. Day", "2028-02-21": "Washington's Birthday", "2028-04-14": "Good Friday", "2028-05-29": "Memorial Day", "2028-06-19": "Juneteenth National Independence Day", "2028-07-04": "Independence Day", "2028-09-04": "Labor Day", "2028-11-23": "Thanksgiving Day", "2028-12-25": "Christmas Day", "2029-01-01": "New Year's Day", "2029-01-15": "Martin Luther King Jr. Day", "2029-02-19": "Washington's Birthday", "2029-03-30": "Good Friday", "2029-05-28": "Memorial Day", "2029-06-19": "Juneteenth National Independence Day", "2029-07-04": "Independence Day", "2029-09-03": "Labor Day", "2029-11-22": "Thanksgiving Day", "2029-12-25": "Christmas Day", "2030-01-01": "New Year's Day", "2030-01-21": "Martin Luther King Jr. Day", "2030-02-18": "Washington's Birthday", "2030-04-19": "Good Friday", "2030-05-27": "Memorial Day", "2030-06-19": "Juneteenth National Independence Day", "2030-07-04": "Independence Day", "2030-09-02": "Labor Day", "2030-11-28": "Thanksgiving Day", "2030-12-25": "Christmas Day", "2031-01-01": "New Year's Day", "2031-01-20": "Martin Luther King Jr. Day", "2031-02-17": "Washington's Birthday", "2031-04-11": "Good Friday", "2031-05-26": "Memorial Day", "2031-06-19": "Juneteenth National Independence Day", "2031-07-04": "Independence Day", "2031-09-01": "Labor Day", "2031-11-27": "Thanksgiving Day", "2031-12-25": "Christmas Day", "2032-01-01": "New Year's Day", "2032-01-19": "Martin Luther King Jr. Day", "2032-02-16": "Washington's Birthday", "2032-03-26": "Good Friday", "2032-05-31": "Memorial Day", "2032-06-18": "Juneteenth National Independence Day (observed)", "2032-07-05": "Independence Day (observed)", "2032-09-06": "Labor Day", "2032-11-25": "Thanksgiving Day", "2032-12-24": "Christmas Day (observed)", "2033-01-17": "Martin Luther King Jr. Day", "2033-02-21": "Washington's Birthday", "2033-04-15": "Good Friday", "2033-05-30": "Memorial Day", "2033-06-20": "Juneteenth National Independence Day (observed)", "2033-07-04": "Independence Day", "2033-09-05": "Labor Day", "2033-11-24": "Thanksgiving Day", "2033-12-26": "Christmas Day (observed)", "2034-01-02": "New Year's Day (observed)", "2034-01-16": "Martin Luther King Jr. Day", "2034-02-20": "Washington's Birthday", "2034-04-07": "Good Friday", "2034-05-29": "Memorial Day", "2034-06-19": "Juneteenth National Independence Day", "2034-07-04": "Independence Day", "2034-09-04": "Labor Day", "2034-11-23": "Thanksgiving Day", "2034-12-25": "Christmas Day", "2035-01-01": "New Year's Day", "2035-01-15": "Martin Luther King Jr. Day", "2035-02-19": "Washington's Birthday", "2035-03-23": "Good Friday", "2035-05-28": "Memorial Day", "2035-06-19": "Juneteenth National Independence Day", "2035-07-04": "Independence Day", "2035-09-03": "Labor Day", "2035-11-22": "Thanksgiving Day", "2035-12-25": "Christmas Day", "2036-01-01": "New Year's Day", "2036-01-21": "Martin Luther King Jr. Day", "2036-02-18": "Washington's Birthday", "2036-04-11": "Good Friday", "2036-05-26": "Memorial Day", "2036-06-19": "Juneteenth National Independence Day", "2036-07-04": "Independence Day", "2036-09-01": "Labor Day", "2036-11-27": "Thanksgiving Day", "2036-12-25": "Christmas Day", "2037-01-01": "New Year's Day", "2037-01-19": "Martin Luther King Jr. Day", "2037-02-16": "Washington's Birthday", "2037-04-03": "Good Friday", "2037-05-25": "Memorial Day", "2037-06-19": "Juneteenth National Independence Day", "2037-07-03": "Independence Day (observed)", "2037-09-07": "Labor Day", "2037-11-26": "Thanksgiving Day", "2037-12-25": "Christmas Day", "2038-01-01": "New Year's Day", "2038-01-18": "Martin Luther King Jr. Day", "2038-02-15": "Washington's Birthday", "2038-04-23": "Good Friday", "2038-05-31": "Memorial Day", "2038-06-18": "Juneteenth National Independence Day (observed)", "2038-07-05": "Independence Day (observed)", "2038-09-06": "Labor Day", "2038-11-25": "Thanksgiving Day", "2038-12-24": "Christmas Day (observed)", "2039-01-17": "Martin Luther King Jr. Day", "2039-02-21": "Washington's Birthday", "2039-04-08": "Good Friday", "2039-05-30": "Memorial Day", "2039-06-20": "Juneteenth National Independence Day (observed)", "2039-07-04": "Independence Day", "2039-09-05": "Labor Day", "2039-11-24": "Thanksgiving Day", "2039-12-26": "Christmas Day (observed)", "2040-01-02": "New Year's Day (observed)", "2040-01-16": "Martin Luther King Jr. Day", "2040-02-20": "Washington's Birthday", "2040-03-30": "Good Friday", "2040-05-28": "Memorial Day", "2040-06-19": "Juneteenth National Independence Day", "2040-07-04": "Independence Day", "2040-09-03": "Labor Day", "2040-11-22": "Thanksgiving Day", "2040-12-25": "Christmas Day", "2041-01-01": "New Year's Day", "2041-01-21": "Martin Luther King Jr. Day", "2041-02-18": "Washington's Birthday", "2041-04-19": "Good Friday", "2041-05-27": "Memorial Day", "2041-06-19": "Juneteenth National Independence Day", "2041-07-04": "Independence Day", "2041-09-02": "Labor Day", "2041-11-28": "Thanksgiving Day", "2041-12-25": "Christmas Day", "2042-01-01": "New Year's Day", "2042-01-20": "Martin Luther King Jr. Day", "2042-02-17": "Washington's Birthday", "2042-04-04": "Good Friday", "2042-05-26": "Memorial Day", "2042-06-19": "Juneteenth National Independence Day", "2042-07-04": "Independence Day", "2042-09-01": "Labor Day", "2042-11-27": "Thanksgiving Day", "2042-12-25": "Christmas Day", "2043-01-01": "New Year's Day", "2043-01-19": "Martin Luther King Jr. Day", "2043-02-16": "Washington's Birthday", "2043-03-27": "Good Friday", "2043-05-25": "Memorial Day", "2043-06-19": "Juneteenth National Independence Day", "2043-07-03": "Independence Day (observed)", "2043-09-07": "Labor Day", "2043-11-26": "Thanksgiving Day", "2043-12-25": "Christmas Day", "2044-01-01": "New Year's Day", "2044-01-18": "Martin Luther King Jr. Day", "2044-02-15": "Washington's Birthday", "2044-04-15": "Good Friday", "2044-05-30": "Memorial Day", "2044-06-20": "Juneteenth National Independence Day (observed)", "2044-07-04": "Independence Day", "2044-09-05": "Labor Day", "2044-11-24": "Thanksgiving Day", "2044-12-26": "Christmas Day (observed)", "2045-01-02": "New Year's Day (observed)", "2045-01-16": "Martin Luther King Jr. Day", "2045-02-20": "Washington's Birthday", "2045-04-07": "Good Friday", "2045-05-29": "Memorial Day", "2045-06-19": "Juneteenth National Independence Day", "2045-07-04": "Independence Day", "2045-09-04": "Labor Day", "2045-11-23": "Thanksgiving Day", "2045-12-25": "Christmas Day", "2046-01-01": "New Year's Day", "2046-01-15": "Martin Luther King Jr. Day", "2046-02-19": "Washington's Birthday", "2046-03-23": "Good Friday", "2046-05-28": "Memorial Day", "2046-06-19": "Juneteenth National Independence Day", "2046-07-04": "Independence Day", "2046-09-03": "Labor Day", "2046-11-22": "Thanksgiving Day", "2046-12-25": "Christmas Day", "2047-01-01": "New Year's Day", "2047-01-21": "Martin Luther King Jr. Day", "2047-02-18": "Washington's Birthday", "2047-04-12": "Good Friday", "2047-05-27": "Memorial Day", "2047-06-19": "Juneteenth National Independence Day", "2047-07-04": "Independence Day", "2047-09-02": "Labor Day", "2047-11-28": "Thanksgiving Day", "2047-12-25": "Christmas Day", "2048-01-01": "New Year's Day", "2048-01-20": "Martin Luther King Jr. Day", "2048-02-17": "Washington's Birthday", "2048-04-03": "Good Friday", "2048-05-25": "Memorial Day", "2048-06-19": "Juneteenth National Independence Day", "2048-07-03": "Independence Day (observed)", "2048-09-07": "Labor Day", "2048-11-26": "Thanksgiving Day", "2048-12-25": "Christmas Day", "2049-01-01": "New Year's Day", "2049-01-18": "Martin Luther King Jr. Day", "2049-02-15": "Washington's Birthday", "2049-04-16": "Good Friday", "2049-05-31": "Memorial Day", "2049-06-18": "Juneteenth National Independence Day (observed)", "2049-07-05": "Independence Day (observed)", "2049-09-06": "Labor Day", "2049-11-25": "Thanksgiving Day", "2049-12-24": "Christmas Day (observed)", "2050-01-17": "Martin Luther King Jr. Day", "2050-02-21": "Washington's Birthday", "2050-04-08": "Good Friday", "2050-05-30": "Memorial Day", "2050-06-20": "Juneteenth National Independence Day (observed)", "2050-07-04": "Independence Day", "2050-09-05": "Labor Day", "2050-11-24": "Thanksgiving Day", "2050-12-26": "Christmas Day (observed)" } holidays-0.71/tests/000077500000000000000000000000001500152103600144105ustar00rootroot00000000000000holidays-0.71/tests/__init__.py000066400000000000000000000010211500152103600165130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) holidays-0.71/tests/calendars/000077500000000000000000000000001500152103600163445ustar00rootroot00000000000000holidays-0.71/tests/calendars/__init__.py000066400000000000000000000010211500152103600204470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) holidays-0.71/tests/calendars/test_gregorian.py000066400000000000000000000035101500152103600217310ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import TUE, SAT, _timedelta, _get_nth_weekday_of_month class TestGregorianCalendar(TestCase): def test_get_nth_weekday_of_month(self): year = 2023 # The first Tuesdays of 2023. for month, day in enumerate((3, 7, 7, 4, 2, 6, 4, 1, 5, 3, 7, 5), 1): first_tuesday = _get_nth_weekday_of_month(1, TUE, month, year) self.assertEqual(first_tuesday.day, day) # The last Saturdays of 2023. for month, day in enumerate((28, 25, 25, 29, 27, 24, 29, 26, 30, 28, 25, 30), 1): last_friday = _get_nth_weekday_of_month(-1, SAT, month, year) self.assertEqual(last_friday.day, day) def test_delta_days(self): for ymd1, ymd2 in ( ((2023, 1, 1), (2023, 1, 6)), ((2023, 1, 31), (2023, 2, 5)), ((2023, 2, 24), (2023, 3, 1)), ((2023, 2, 26), (2023, 3, 3)), ((2024, 1, 1), (2024, 1, 6)), ((2024, 1, 31), (2024, 2, 5)), ((2024, 2, 24), (2024, 2, 29)), ((2024, 2, 26), (2024, 3, 2)), ): dt1 = date(*ymd1) dt2 = date(*ymd2) self.assertEqual(_timedelta(dt1, +5), dt2) self.assertEqual(_timedelta(dt2, -5), dt1) holidays-0.71/tests/calendars/test_persian.py000066400000000000000000000027661500152103600214310ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import unittest from datetime import date from holidays.calendars.persian import _Persian class TestPersianCalendar(unittest.TestCase): def setUp(self): super().setUpClass() self.calendar = _Persian() def test_year_bounds(self): self.assertIsNone(self.calendar.new_year_date(1900)) self.assertIsNone(self.calendar.new_year_date(2101)) self.assertIsNone(self.calendar.persian_to_gregorian(1900, 2, 2)) self.assertIsNone(self.calendar.persian_to_gregorian(2101, 3, 3)) def test_new_year_date(self): for year, day in ( (2033, 20), (2066, 20), (2099, 20), (1904, 21), (1930, 21), (1961, 21), (1963, 21), (1992, 21), (2025, 21), (2058, 21), (2091, 21), (1922, 22), (1959, 22), ): self.assertEqual(self.calendar.new_year_date(year), date(year, 3, day)) holidays-0.71/tests/calendars/test_thai.py000066400000000000000000000370641500152103600207140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import unittest from datetime import date from holidays import calendars from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV from holidays.calendars.thai import KHMER_CALENDAR class TestThaiLunisolarCalendar(unittest.TestCase): def setUp(self) -> None: super().setUpClass() self.calendar = calendars._ThaiLunisolar() def test_check_calendar(self): self.assertRaises(ValueError, lambda: calendars._ThaiLunisolar("INVALID_CALENDAR")) def test_asarnha_bucha_date(self): # THAI_CALENDAR asarnha_bucha_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2010: date(2010, JUL, 26), 2011: date(2011, JUL, 15), 2012: date(2012, AUG, 2), 2013: date(2013, JUL, 22), 2014: date(2014, JUL, 11), 2015: date(2015, JUL, 30), 2016: date(2016, JUL, 19), 2017: date(2017, JUL, 8), 2018: date(2018, JUL, 27), 2019: date(2019, JUL, 16), 2020: date(2020, JUL, 5), 2021: date(2021, JUL, 24), 2022: date(2022, JUL, 13), 2023: date(2023, AUG, 1), 2024: date(2024, JUL, 20), 2025: date(2025, JUL, 10), 2026: date(2026, JUL, 29), 2027: date(2027, JUL, 18), 2028: date(2028, JUL, 6), 2029: date(2029, JUL, 25), 2030: date(2030, JUL, 14), 2040: date(2040, JUL, 23), 2050: date(2050, AUG, 2), 2060: date(2060, JUL, 13), 2070: date(2070, JUL, 22), 2080: date(2080, JUL, 31), 2090: date(2090, JUL, 11), 2100: date(2100, JUL, 21), 2110: date(2110, JUL, 1), 2120: date(2120, JUL, 10), 2130: date(2130, JUL, 20), 2140: date(2140, JUN, 29), 2150: date(2150, JUL, 9), } for year in asarnha_bucha_year_date: self.assertEqual(asarnha_bucha_year_date[year], self.calendar.asarnha_bucha_date(year)) def test_atthami_bucha_date(self): # THAI_CALENDAR atthami_bucha_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2022: date(2022, MAY, 23), 2023: date(2023, JUN, 11), 2024: date(2024, MAY, 30), 2025: date(2025, MAY, 19), 2030: date(2030, MAY, 24), 2040: date(2040, JUN, 2), 2050: date(2050, JUN, 12), 2060: date(2060, MAY, 23), 2070: date(2070, JUN, 1), 2080: date(2080, JUN, 10), 2090: date(2090, MAY, 21), 2100: date(2100, MAY, 31), 2110: date(2110, MAY, 11), 2120: date(2120, MAY, 20), 2130: date(2130, MAY, 30), 2140: date(2140, MAY, 9), 2150: date(2150, MAY, 19), } for year in atthami_bucha_year_date: self.assertEqual(atthami_bucha_year_date[year], self.calendar.atthami_bucha_date(year)) # KHMER_CALENDAR athami_bochea_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2022: date(2022, MAY, 23), 2023: date(2023, MAY, 12), 2024: date(2024, MAY, 30), 2025: date(2025, MAY, 19), } for year in athami_bochea_year_date: self.assertEqual( athami_bochea_year_date[year], self.calendar.atthami_bucha_date(year, KHMER_CALENDAR), ) def test_boun_haw_khao_padapdin(self): boun_haw_khao_padapdin_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2022: date(2022, AUG, 26), 2023: date(2023, SEP, 14), 2024: date(2024, SEP, 2), 2025: date(2025, AUG, 23), } for year in boun_haw_khao_padapdin_year_date: self.assertEqual( boun_haw_khao_padapdin_year_date[year], self.calendar.boun_haw_khao_padapdin_date(year), ) def test_boun_haw_khao_salark(self): boun_haw_khao_salark_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2022: date(2022, SEP, 10), 2023: date(2023, SEP, 29), 2024: date(2024, SEP, 17), 2025: date(2025, SEP, 7), } for year in boun_haw_khao_salark_year_date: self.assertEqual( boun_haw_khao_salark_year_date[year], self.calendar.boun_haw_khao_salark_date(year) ) def test_boun_suang_heua_date(self): boun_suang_heua_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2022: date(2022, OCT, 11), 2023: date(2023, OCT, 30), 2024: date(2024, OCT, 18), 2025: date(2025, OCT, 8), } for year in boun_suang_heua_year_date: self.assertEqual( boun_suang_heua_year_date[year], self.calendar.boun_suang_heua_date(year) ) def test_khao_phansa_date(self): # THAI_CALENDAR khao_phansa_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2010: date(2010, JUL, 27), 2011: date(2011, JUL, 16), 2012: date(2012, AUG, 3), 2013: date(2013, JUL, 23), 2014: date(2014, JUL, 12), 2015: date(2015, JUL, 31), 2016: date(2016, JUL, 20), 2017: date(2017, JUL, 9), 2018: date(2018, JUL, 28), 2019: date(2019, JUL, 17), 2020: date(2020, JUL, 6), 2021: date(2021, JUL, 25), 2022: date(2022, JUL, 14), 2023: date(2023, AUG, 2), 2024: date(2024, JUL, 21), 2025: date(2025, JUL, 11), 2026: date(2026, JUL, 30), 2027: date(2027, JUL, 19), 2028: date(2028, JUL, 7), 2029: date(2029, JUL, 26), 2030: date(2030, JUL, 15), 2040: date(2040, JUL, 24), 2050: date(2050, AUG, 3), 2060: date(2060, JUL, 14), 2070: date(2070, JUL, 23), 2080: date(2080, AUG, 1), 2090: date(2090, JUL, 12), 2100: date(2100, JUL, 22), 2110: date(2110, JUL, 2), 2120: date(2120, JUL, 11), 2130: date(2130, JUL, 21), 2140: date(2140, JUN, 30), 2150: date(2150, JUL, 10), } for year in khao_phansa_year_date: self.assertEqual(khao_phansa_year_date[year], self.calendar.khao_phansa_date(year)) def test_loy_krathong_date(self): loy_krathong_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2015: date(2015, NOV, 25), 2016: date(2016, NOV, 14), 2017: date(2017, NOV, 3), 2018: date(2018, NOV, 22), 2019: date(2019, NOV, 11), 2020: date(2020, OCT, 31), 2021: date(2021, NOV, 19), 2022: date(2022, NOV, 8), 2023: date(2023, NOV, 27), 2024: date(2024, NOV, 15), 2025: date(2025, NOV, 5), 2030: date(2030, NOV, 9), 2040: date(2040, NOV, 18), 2050: date(2050, NOV, 28), 2060: date(2060, NOV, 8), 2070: date(2070, NOV, 17), 2080: date(2080, NOV, 26), 2090: date(2090, NOV, 6), 2100: date(2100, NOV, 16), 2110: date(2110, OCT, 27), 2120: date(2120, NOV, 5), 2130: date(2130, NOV, 15), 2140: date(2140, OCT, 25), 2150: date(2150, NOV, 4), } for year in loy_krathong_year_date: self.assertEqual(loy_krathong_year_date[year], self.calendar.loy_krathong_date(year)) def test_makha_bucha_date(self): # THAI_CALENDAR makha_bucha_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2010: date(2010, FEB, 28), 2011: date(2011, FEB, 18), 2012: date(2012, MAR, 7), 2013: date(2013, FEB, 25), 2014: date(2014, FEB, 14), 2015: date(2015, MAR, 4), 2016: date(2016, FEB, 22), 2017: date(2017, FEB, 11), 2018: date(2018, MAR, 1), 2019: date(2019, FEB, 19), 2020: date(2020, FEB, 8), 2021: date(2021, FEB, 26), 2022: date(2022, FEB, 16), 2023: date(2023, MAR, 6), 2024: date(2024, FEB, 24), 2025: date(2025, FEB, 12), 2026: date(2026, MAR, 3), 2027: date(2027, FEB, 21), 2028: date(2028, FEB, 10), 2029: date(2029, FEB, 27), 2030: date(2030, FEB, 17), 2040: date(2040, FEB, 26), 2050: date(2050, MAR, 7), 2060: date(2060, FEB, 17), 2070: date(2070, FEB, 25), 2080: date(2080, MAR, 5), 2090: date(2090, FEB, 14), 2100: date(2100, FEB, 24), 2110: date(2110, FEB, 4), 2120: date(2120, FEB, 14), 2130: date(2130, FEB, 22), 2140: date(2140, FEB, 3), 2150: date(2150, FEB, 12), } for year in makha_bucha_year_date: self.assertEqual(makha_bucha_year_date[year], self.calendar.makha_bucha_date(year)) # KHMER_CALENDAR meak_bochea_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2015: date(2015, FEB, 3), 2016: date(2016, FEB, 22), 2017: date(2017, FEB, 11), 2018: date(2018, JAN, 31), 2019: date(2019, FEB, 19), 2022: date(2022, FEB, 16), 2023: date(2023, FEB, 5), 2024: date(2024, FEB, 24), 2025: date(2025, FEB, 12), } for year in meak_bochea_year_date: self.assertEqual( meak_bochea_year_date[year], self.calendar.makha_bucha_date(year, KHMER_CALENDAR) ) def test_ok_phansa_date(self): ok_phansa_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2022: date(2022, OCT, 10), 2023: date(2023, OCT, 29), 2024: date(2024, OCT, 17), 2025: date(2025, OCT, 7), 2030: date(2030, OCT, 11), 2040: date(2040, OCT, 20), 2050: date(2050, OCT, 30), 2060: date(2060, OCT, 10), 2070: date(2070, OCT, 19), 2080: date(2080, OCT, 28), 2090: date(2090, OCT, 8), 2100: date(2100, OCT, 18), 2110: date(2110, SEP, 28), 2120: date(2120, OCT, 7), 2130: date(2130, OCT, 17), 2140: date(2140, SEP, 26), 2150: date(2150, OCT, 6), } for year in ok_phansa_year_date: self.assertEqual(ok_phansa_year_date[year], self.calendar.ok_phansa_date(year)) def test_pchum_ben_date(self): pchum_ben_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2015: date(2015, OCT, 12), 2016: date(2016, OCT, 1), 2017: date(2017, SEP, 20), 2018: date(2018, OCT, 9), 2019: date(2019, SEP, 28), 2020: date(2020, SEP, 17), 2021: date(2021, OCT, 6), 2022: date(2022, SEP, 25), 2023: date(2023, OCT, 14), 2024: date(2024, OCT, 2), 2025: date(2025, SEP, 22), } for year in pchum_ben_year_date: self.assertEqual(pchum_ben_year_date[year], self.calendar.pchum_ben_date(year)) def test_preah_neangkoal_date(self): preah_neangkoal_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2015: date(2015, MAY, 6), 2016: date(2016, MAY, 24), 2017: date(2017, MAY, 14), 2018: date(2018, MAY, 3), 2019: date(2019, MAY, 22), 2020: date(2020, MAY, 10), 2021: date(2021, APR, 30), 2022: date(2022, MAY, 19), 2023: date(2023, MAY, 8), 2024: date(2024, MAY, 26), 2025: date(2025, MAY, 15), } for year in preah_neangkoal_year_date: self.assertEqual( preah_neangkoal_year_date[year], self.calendar.preah_neangkoal_date(year) ) def test_visakha_bucha_date(self): # THAI_CALENDAR visakha_bucha_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2010: date(2010, MAY, 28), 2011: date(2011, MAY, 17), 2012: date(2012, JUN, 4), 2013: date(2013, MAY, 24), 2014: date(2014, MAY, 13), 2015: date(2015, JUN, 1), 2016: date(2016, MAY, 20), 2017: date(2017, MAY, 10), 2018: date(2018, MAY, 29), 2019: date(2019, MAY, 18), 2020: date(2020, MAY, 6), 2021: date(2021, MAY, 26), 2022: date(2022, MAY, 15), 2023: date(2023, JUN, 3), 2024: date(2024, MAY, 22), 2025: date(2025, MAY, 11), 2026: date(2026, MAY, 31), 2027: date(2027, MAY, 20), 2028: date(2028, MAY, 8), 2029: date(2029, MAY, 27), 2030: date(2030, MAY, 16), 2040: date(2040, MAY, 25), 2050: date(2050, JUN, 4), 2060: date(2060, MAY, 15), 2070: date(2070, MAY, 24), 2080: date(2080, JUN, 2), 2090: date(2090, MAY, 13), 2100: date(2100, MAY, 23), 2110: date(2110, MAY, 3), 2120: date(2120, MAY, 12), 2130: date(2130, MAY, 22), 2140: date(2140, MAY, 1), 2150: date(2150, MAY, 11), } for year in visakha_bucha_year_date: self.assertEqual(visakha_bucha_year_date[year], self.calendar.visakha_bucha_date(year)) # KHMER_CALENDAR visaka_bochea_year_date = { self.calendar.START_YEAR - 1: None, self.calendar.END_YEAR + 1: None, 2015: date(2015, MAY, 2), 2016: date(2016, MAY, 20), 2017: date(2017, MAY, 10), 2018: date(2018, APR, 29), 2019: date(2019, MAY, 18), 2020: date(2020, MAY, 6), 2021: date(2021, APR, 26), 2022: date(2022, MAY, 15), 2023: date(2023, MAY, 4), 2024: date(2024, MAY, 22), 2025: date(2025, MAY, 11), } for year in visaka_bochea_year_date: self.assertEqual( visaka_bochea_year_date[year], self.calendar.visakha_bucha_date(year, KHMER_CALENDAR), ) holidays-0.71/tests/common.py000066400000000000000000000413631500152103600162610ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import os import sys import warnings from collections.abc import Generator from datetime import date from dateutil.parser import parse from holidays import HolidayBase from holidays.calendars.gregorian import SUN PYTHON_LATEST_SUPPORTED_VERSION = "3.13" PYTHON_VERSION = f"{sys.version_info.major}.{sys.version_info.minor}" class TestCase: """Base class for holidays test cases.""" @classmethod def setUpClass(cls, test_class=None, years=None, years_non_observed=None): super().setUpClass() if test_class is None: return None cls.test_class = test_class if ( getattr(test_class, "default_language") is not None # Normally 2-6 letters (e.g., en, pap, en_US, pap_AW). and 2 > len(test_class.default_language) > 6 ): raise ValueError(f"`{test_class.__name__}.default_language` value is invalid.") if getattr(test_class, "default_language") is not None: cls.set_language(test_class, test_class.default_language) if years: cls.holidays = test_class(years=years) if years_non_observed: cls.holidays_non_observed = test_class(observed=False, years=years_non_observed) def setUp(self): super().setUp() if getattr(self.test_class, "default_language") is not None: self.set_language(self.test_class.default_language) if not hasattr(self, "holidays"): self.holidays = self.test_class() if not hasattr(self, "holidays_non_observed"): self.holidays_non_observed = self.test_class(observed=False) def set_language(self, language): os.environ["LANGUAGE"] = language def _parse_arguments( self, args, expand_items=True, instance_name="holidays", raise_on_empty=True ): item_args = args instance = None if args and issubclass(args[0].__class__, HolidayBase): instance = args[0] item_args = args[1:] else: try: instance = getattr(self, instance_name) self.assertTrue( issubclass(instance.__class__, HolidayBase), f"The `self.{instance_name}` must be a `HolidayBase` subclass.", ) except AttributeError: raise ValueError( "Either pass a holidays object (`HolidayBase` subclass) " "as a first argument or initialize your `TestCase` class " "properly with `setUpClass()` method." ) items = [] if expand_items: for item_arg in item_args: if isinstance(item_arg, (list, set, tuple)): items.extend(item_arg) elif isinstance(item_arg, (Generator, range)): items.extend(tuple(item_arg)) else: items.append(item_arg) else: items.extend(item_args) if instance_name == "holidays": self.assertTrue(instance.observed) else: self.assertFalse(instance.observed) if raise_on_empty and not items: raise ValueError("The test argument sequence is empty") return instance, items def _verify_type(self, holidays): self.assertTrue( issubclass(holidays.__class__, HolidayBase), "`holidays` object must be a subclass of `HolidayBase`", ) def assertAliases(self, cls, *aliases): # noqa: N802 """Assert aliases match.""" self.assertTrue( issubclass(cls, HolidayBase), "The entity object must be a subclass of `HolidayBase`" ) type_error_message = "The entity alias object must be a subclass of the entity class." for alias in aliases: self.assertIsNotNone(alias, type_error_message) self.assertTrue(issubclass(alias, cls), type_error_message) def assertDeprecatedSubdivisions(self, message): # noqa: N802 warnings.simplefilter("always", category=DeprecationWarning) for subdiv in self.test_class._deprecated_subdivisions: with warnings.catch_warnings(record=True) as ctx: self.test_class(subdiv=subdiv) warning = ctx[0] self.assertTrue(issubclass(warning.category, DeprecationWarning)) self.assertIn(message, str(warning.message)) # Holiday. def _assertHoliday(self, instance_name, *args): # noqa: N802 """Helper: assert each date is a holiday.""" holidays, dates = self._parse_arguments(args, instance_name=instance_name) self._verify_type(holidays) for dt in dates: self.assertIn(dt, holidays, dt) def assertHoliday(self, *args): # noqa: N802 """Assert each date is a holiday.""" self._assertHoliday("holidays", *args) def assertNonObservedHoliday(self, *args): # noqa: N802 """Assert each date is a non-observed holiday.""" self._assertHoliday("holidays_non_observed", *args) # Holiday dates. def _assertHolidayDates(self, instance_name, *args): # noqa: N802 """Helper: assert holiday dates exactly match expected dates.""" holidays, dates = self._parse_arguments(args, instance_name=instance_name) self._verify_type(holidays) # Check one by one for descriptive error messages. for dt in dates: self.assertIn(dt, holidays, dt) self.assertEqual(len(dates), len(holidays.keys()), set(dates).difference(holidays.keys())) def assertHolidayDates(self, *args): # noqa: N802 """Assert holiday dates exactly match expected dates.""" self._assertHolidayDates("holidays", *args) def assertNonObservedHolidayDates(self, *args): # noqa: N802 """Assert holiday dates exactly match expected dates.""" self._assertHolidayDates("holidays_non_observed", *args) # Holiday name. def _assertHolidayName(self, name, instance_name, *args): # noqa: N802 """Helper: assert either a holiday with a specific name exists or each holiday name matches an expected one depending on the args nature. """ holidays, items = self._parse_arguments(args, instance_name=instance_name) arg = items[0] if isinstance(arg, int): # A holiday name check for a specific year. holiday_years = {dt.year for dt in holidays.get_named(name, lookup="exact")} self.assertTrue(set(items).issubset(holiday_years), name) elif isinstance(arg, date) or parse(arg): # Exact date check. for dt in items: self.assertIn(name, holidays.get_list(dt), dt) else: raise ValueError(f"The {arg} wasn't caught by `assertHolidayName()`") def assertHolidayName(self, name, *args): # noqa: N802 """Assert either a holiday with a specific name exists or each holiday name matches an expected one. """ self._assertHolidayName(name, "holidays", *args) def assertNonObservedHolidayName(self, name, *args): # noqa: N802 """Assert either a non-observed holiday with a specific name exists or each non-observed holiday name matches an expected one. """ self._assertHolidayName(name, "holidays_non_observed", *args) # Holidays. def _assertHolidays(self, instance_name, *args): # noqa: N802 """Helper: assert holidays exactly match expected holidays.""" holidays, expected_holidays = self._parse_arguments( args, expand_items=False, instance_name=instance_name ) self._verify_type(holidays) # Check one by one for descriptive error messages. for dt, name in expected_holidays: self.assertIn(dt, holidays) self.assertEqual(name, holidays.get(dt), dt) self.assertEqual( len(holidays), len(expected_holidays), {(dt.strftime("%Y-%m-%d"), name) for dt, name in holidays.items()}.difference( (dt, name) for dt, name in expected_holidays ), ) def assertHolidays(self, *args): # noqa: N802 """Assert holidays exactly match expected holidays.""" self._assertHolidays("holidays", *args) def assertNonObservedHolidays(self, *args): # noqa: N802 """Assert non-observed holidays exactly match expected holidays.""" self._assertHolidays("holidays_non_observed", *args) # No holiday. def _assertNoHoliday(self, instance_name, *args): # noqa: N802 """Helper: assert each date is not a holiday.""" holidays, dates = self._parse_arguments(args, instance_name=instance_name) for dt in dates: self.assertNotIn(dt, holidays, dt) def assertNoHoliday(self, *args): # noqa: N802 """Assert each date is not a holiday.""" self._assertNoHoliday("holidays", *args) def assertNoNonObservedHoliday(self, *args): # noqa: N802 """Assert each date is not a non-observed holiday.""" self._assertNoHoliday("holidays_non_observed", *args) # No holiday name. def _assertNoHolidayName(self, name, instance_name, *args): # noqa: N802 """Helper: assert a holiday with a specific name doesn't exist.""" holidays, items = self._parse_arguments( args, instance_name=instance_name, raise_on_empty=False ) if not items: # A holiday name check. self.assertFalse(holidays.get_named(name, lookup="exact"), name) return None arg = items[0] if isinstance(arg, int): # A holiday name check for a specific year. holiday_years = {dt.year for dt in holidays.get_named(name, lookup="exact")} self.assertEqual(0, len(holiday_years.intersection(items)), name) elif isinstance(arg, date) or parse(arg): # Exact date check. for dt in items: self.assertNotIn(name, holidays.get_list(dt), dt) else: raise ValueError(f"The {arg} wasn't caught by `assertNoHolidayName()`") def assertNoHolidayName(self, name, *args): # noqa: N802 """Assert a holiday with a specific name doesn't exist.""" self._assertNoHolidayName(name, "holidays", *args) def assertNoNonObservedHolidayName(self, name, *args): # noqa: N802 """Assert a non-observed holiday with a specific name doesn't exist.""" self._assertNoHolidayName(name, "holidays_non_observed", *args) # No holidays. def _assertNoHolidays(self, instance_name, *args): # noqa: N802 """Helper: assert holidays dict is empty.""" holidays, _ = self._parse_arguments( args, instance_name=instance_name, raise_on_empty=False ) self._verify_type(holidays) self.assertFalse(holidays) self.assertEqual(0, len(holidays)) def assertNoHolidays(self, *args): # noqa: N802 """Assert holidays dict is empty.""" self._assertNoHolidays("holidays", *args) def assertNoNonObservedHolidays(self, *args): # noqa: N802 """Assert non-observed holidays dict is empty.""" self._assertNoHolidays("holidays_non_observed", *args) def _assertLocalizedHolidays(self, localized_holidays, language=None): # noqa: N802 """Helper: assert localized holidays match expected names.""" instance = self.test_class( years=localized_holidays[0][0].split("-")[0], language=language, categories=self.test_class.supported_categories, ) for subdiv in instance.subdivisions: instance.update( self.test_class( subdiv=subdiv, years=instance.years, language=language, categories=instance.supported_categories, ) ) actual_holidays = tuple( sorted((dt.strftime("%Y-%m-%d"), name) for dt, name in instance.items()) ) self.assertEqual( actual_holidays, localized_holidays, f"Please make sure all holiday names are localized: {actual_holidays}", ) def assertLocalizedHolidays(self, *args): # noqa: N802 """Helper: assert localized holidays match expected names.""" arg = args[0] is_string = isinstance(arg, str) language = arg if is_string else None localized_holidays = args[1:] if is_string else args if language: self.set_language(language) for language in (language, "invalid", ""): self._assertLocalizedHolidays(localized_holidays, language) class CommonTests(TestCase): """Common test cases for all entities.""" def test_subdivisions_aliases(self): """Validate entity subdivisions aliases.""" if self.holidays.subdivisions_aliases: subdivisions = set(self.holidays.subdivisions) for alias, subdiv in self.holidays.subdivisions_aliases.items(): self.assertIn( subdiv, subdivisions, f"Invalid subdivision alias {alias}: subdivision {subdiv} does not exist.", ) class CommonCountryTests(CommonTests): """Common test cases for country entities.""" def test_code(self): self.assertTrue(hasattr(self.holidays, "country")) self.assertFalse(hasattr(self.holidays, "market")) def test_observed_estimated_label(self): estimated_label = getattr(self.holidays, "estimated_label", None) observed_label = getattr(self.holidays, "observed_label", None) observed_estimated_label = getattr(self.holidays, "observed_estimated_label", None) if estimated_label and observed_label: self.assertTrue( observed_estimated_label, "The 'observed_estimated_label' attribute must be set for entities containing " "both 'observed_label' and 'estimated_label'.", ) self.assertIn(estimated_label.strip("%s ()"), observed_estimated_label) class CommonFinancialTests(CommonTests): """Common test cases for financial entities.""" def test_code(self): self.assertTrue(hasattr(self.holidays, "market")) self.assertFalse(hasattr(self.holidays, "country")) class SundayHolidays(TestCase): """Common class to test countries with Sundays as a holidays.""" def assertSundays(self, cls): # noqa: N802 holidays = cls(years=1989, include_sundays=True) self.assertHoliday(holidays, "1989-12-31") self.assertEqual(53, len([s for s in holidays if s.weekday() == SUN])) holidays = cls(years=2032, include_sundays=True) self.assertHoliday(holidays, "2032-01-04") self.assertEqual(52, len([s for s in holidays if s.weekday() == SUN])) self.assertNoHolidays(cls(include_sundays=True)) for sunday in ( "1989-12-31", "2017-02-05", "2017-02-12", "2032-02-29", ): self.assertEqual(parse(sunday).weekday(), SUN) self.assertHoliday(holidays, sunday) for non_sunday in ( "2001-05-16", "2001-05-18", "2016-12-27", "2016-12-28", "2017-02-06", "2017-02-07", "2017-02-08", "2017-02-09", "2017-02-10", ): self.assertNotEqual(parse(non_sunday).weekday(), SUN) self.assertNoHoliday(holidays, non_sunday) class WorkingDayTests(TestCase): """Common class for testing entity holidays substituted from non-working days.""" # Workday. def _assertWorkingDay(self, instance_name, *args): # noqa: N802 """Helper: assert each date is a working day.""" holidays, dates = self._parse_arguments(args, instance_name=instance_name) self._verify_type(holidays) for dt in dates: self.assertTrue(holidays._is_weekend(parse(dt))) self.assertTrue(holidays.is_working_day(dt)) def assertWorkingDay(self, *args): # noqa: N802 """Assert each date is a working day.""" self._assertWorkingDay("holidays", *args) def assertNonObservedWorkingDay(self, *args): # noqa: N802 """Assert each date is a non-observed working day.""" self._assertWorkingDay("holidays_non_observed", *args) holidays-0.71/tests/countries/000077500000000000000000000000001500152103600164235ustar00rootroot00000000000000holidays-0.71/tests/countries/__init__.py000066400000000000000000000010211500152103600205260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) holidays-0.71/tests/countries/test_afghanistan.py000066400000000000000000000260371500152103600223270ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.afghanistan import Afghanistan, AF, AFG from tests.common import CommonCountryTests class TestAfghanistan(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass( Afghanistan, years=range(1919, 2050), years_non_observed=range(1919, 2050) ) cls.no_estimated_holidays = Afghanistan( years=range(1919, 2050), islamic_show_estimated=False ) def test_country_aliases(self): self.assertAliases(Afghanistan, AF, AFG) def test_no_holidays(self): self.assertNoHolidays(Afghanistan(years=1918)) def test_liberation_day(self): name = "روز آزادی" self.assertHolidayName(name, (f"{year}-02-15" for year in range(1989, 2050))) self.assertNoHolidayName(name, range(1919, 1989)) def test_nowruz(self): name = "نوروز" self.assertHolidayName( name, "2011-03-21", "2012-03-20", "2013-03-21", "2014-03-21", "2015-03-21", "2016-03-20", "2017-03-21", "2018-03-21", "2019-03-21", "2020-03-20", ) self.assertHolidayName(name, range(1919, 1997), range(2001, 2021)) self.assertNoHolidayName(name, range(1997, 2001), range(2021, 2050)) def test_victory_of_mujahideen_day(self): name = "روز پیروزی مجاهدین" self.assertHolidayName(name, (f"{year}-04-28" for year in range(1992, 2050))) self.assertNoHolidayName(name, range(1919, 1992)) def test_international_workers_day(self): name = "روز جهانی کارگر" self.assertHolidayName( name, (f"{year}-05-01" for year in (*range(1974, 1997), *range(2002, 2022))) ) self.assertNoHolidayName(name, range(1997, 2002), range(2022, 2050)) def test_soviet_victory_day(self): name = "روز پیروزی شوروی" self.assertHolidayName(name, (f"{year}-05-09" for year in range(1978, 1989))) self.assertNoHolidayName(name, range(1919, 1978), (1989, 2050)) def test_islamic_emirat_victory_day(self): name = "روز پیروزی امارت اسلامی" self.assertHolidayName( name, "2022-08-15", "2023-08-15", "2024-08-14", ) self.assertHolidayName(name, range(2022, 2050)) self.assertNoHolidayName(name, range(1919, 2022)) def test_american_withdrawal_day(self): name = "روز خروج آمریکایی ها" self.assertHolidayName(name, (f"{year}-08-31" for year in range(2022, 2050))) self.assertNoHolidayName(name, range(1919, 2022)) def test_independence_day(self): self.assertHolidayName( "روز استقلال افغانستان", (f"{year}-08-19" for year in range(1919, 2050)) ) def test_martyrs_day(self): name = "روز شهیدان" self.assertHolidayName(name, (f"{year}-09-09" for year in range(2012, 2021))) self.assertNoHolidayName(name, range(1919, 2012), (2021, 2050)) def test_ashura(self): name = "عاشورا" self.assertHolidayName( name, "2014-11-03", "2015-10-24", "2016-10-12", "2017-10-01", "2018-09-21", "2019-09-10", "2020-08-30", "2021-08-19", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1924, 2022)) self.assertNoHolidayName(name, self.no_estimated_holidays, range(2022, 2050)) def test_prophets_birthday(self): name = "میلاد پیامبر" self.assertHolidayName( name, "2014-01-14", "2015-01-03", "2015-12-24", "2016-12-12", "2017-12-01", "2018-11-21", "2019-11-10", "2020-10-29", "2021-10-19", "2022-10-08", "2023-09-27", "2024-09-16", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1924, 2050)) def test_first_day_of_ramadan(self): name = "اول رمضان" self.assertHolidayName( name, "2014-06-29", "2015-06-18", "2016-06-07", "2017-05-27", "2018-05-16", "2019-05-06", "2020-04-24", "2021-04-13", "2022-04-02", "2023-03-23", "2024-03-11", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1925, 2050)) def test_eid_al_fitr(self): name = "عید فطر" self.assertHolidayName( name, "2014-07-29", "2014-07-30", "2014-07-31", "2015-07-18", "2015-07-19", "2015-07-20", "2016-07-07", "2016-07-08", "2016-07-09", "2017-06-26", "2017-06-27", "2017-06-28", "2018-06-15", "2018-06-16", "2018-06-17", "2019-06-04", "2019-06-05", "2019-06-06", "2020-05-24", "2020-05-25", "2020-05-26", "2021-05-13", "2021-05-14", "2021-05-15", "2022-05-01", "2022-05-02", "2022-05-03", "2023-04-22", "2023-04-23", "2023-04-24", "2024-04-10", "2024-04-11", "2024-04-12", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1925, 2050)) def test_arafah_day(self): name = "روز عرفه" self.assertHolidayName( name, "2014-10-04", "2015-09-22", "2016-09-12", "2017-09-01", "2018-08-21", "2019-08-10", "2020-07-30", "2021-07-19", "2022-07-08", "2023-06-27", "2024-06-16", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1925, 2050)) def test_eid_al_adha(self): name = "عید قربانی" self.assertHolidayName( name, "2014-10-05", "2014-10-06", "2014-10-07", "2015-09-23", "2015-09-24", "2015-09-25", "2016-09-13", "2016-09-14", "2016-09-15", "2017-09-02", "2017-09-03", "2017-09-04", "2018-08-22", "2018-08-23", "2018-08-24", "2019-08-11", "2019-08-12", "2019-08-13", "2020-07-31", "2020-08-01", "2020-08-02", "2021-07-20", "2021-07-21", "2021-07-22", "2022-07-09", "2022-07-10", "2022-07-11", "2023-06-28", "2023-06-29", "2023-06-30", "2024-06-17", "2024-06-18", "2024-06-19", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1925, 2050)) def test_2021(self): self.assertHolidays( Afghanistan(years=2021), ("2021-02-15", "روز آزادی"), ("2021-04-13", "اول رمضان"), ("2021-04-28", "روز پیروزی مجاهدین"), ("2021-05-01", "روز جهانی کارگر"), ("2021-05-13", "عید فطر"), ("2021-05-14", "عید فطر"), ("2021-05-15", "عید فطر"), ("2021-07-19", "روز عرفه"), ("2021-07-20", "عید قربانی"), ("2021-07-21", "عید قربانی"), ("2021-07-22", "عید قربانی"), ("2021-08-19", "روز استقلال افغانستان; عاشورا"), ("2021-10-19", "میلاد پیامبر"), ) def test_l10_default(self): self.assertLocalizedHolidays( ("2022-02-15", "روز آزادی"), ("2022-04-02", "اول رمضان"), ("2022-04-28", "روز پیروزی مجاهدین"), ("2022-05-01", "عید فطر"), ("2022-05-02", "عید فطر"), ("2022-05-03", "عید فطر"), ("2022-07-08", "روز عرفه"), ("2022-07-09", "عید قربانی"), ("2022-07-10", "عید قربانی"), ("2022-07-11", "عید قربانی"), ("2022-08-15", "روز پیروزی امارت اسلامی"), ("2022-08-19", "روز استقلال افغانستان"), ("2022-08-31", "روز خروج آمریکایی ها"), ("2022-10-08", "میلاد پیامبر"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-02-15", "Liberation Day"), ("2022-04-02", "First Day of Ramadan"), ("2022-04-28", "Mojahedin's Victory Day"), ("2022-05-01", "Eid al-Fitr"), ("2022-05-02", "Eid al-Fitr"), ("2022-05-03", "Eid al-Fitr"), ("2022-07-08", "Day of Arafah"), ("2022-07-09", "Eid al-Adha"), ("2022-07-10", "Eid al-Adha"), ("2022-07-11", "Eid al-Adha"), ("2022-08-15", "Islamic Emirate Victory Day"), ("2022-08-19", "Afghanistan Independence Day"), ("2022-08-31", "American Withdrawal Day"), ("2022-10-08", "Prophet's Birthday"), ) def test_l10n_ps_af(self): self.assertLocalizedHolidays( "ps_AF", ("2022-02-15", "د ازادۍ ورځ"), ("2022-04-02", "د روژې لومړۍ نیټه"), ("2022-04-28", "مجاهدو د بریا ورځ"), ("2022-05-01", "عید فطر"), ("2022-05-02", "عید فطر"), ("2022-05-03", "عید فطر"), ("2022-07-08", "د عرفه ورځ"), ("2022-07-09", "عید قربانی"), ("2022-07-10", "عید قربانی"), ("2022-07-11", "عید قربانی"), ("2022-08-15", "د اسلامي امارت د بریا ورځ"), ("2022-08-19", "د افغانستان د استقلال ورځ"), ("2022-08-31", "د امریکا د وتلو ورځ"), ("2022-10-08", "د پیغمبر الله صلی الله علیه وسلم د میلاد ورځ"), ) holidays-0.71/tests/countries/test_albania.py000066400000000000000000000325621500152103600214330ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.albania import Albania, AL, ALB from tests.common import CommonCountryTests class TestAlbania(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Albania, years=range(1993, 2050)) cls.no_estimated_holidays = Albania(years=range(1993, 2050), islamic_show_estimated=False) def test_country_aliases(self): self.assertAliases(Albania, AL, ALB) def test_no_holidays(self): self.assertNoHolidays(Albania(years=1992)) def test_special_holidays(self): self.assertHoliday( "2020-01-03", "2022-03-21", "2024-03-15", ) def test_new_years_day(self): self.assertHolidayName( "Festat e Vitit të Ri", (f"{year}-01-01" for year in range(1993, 2050)), (f"{year}-01-02" for year in range(1993, 2050)), ) def test_summer_day(self): name = "Dita e Verës" self.assertHolidayName(name, (f"{year}-03-14" for year in range(2004, 2050))) self.assertNoHolidayName(name, range(1993, 2004)) def test_nowruz_day(self): name = "Dita e Nevruzit" self.assertHolidayName(name, (f"{year}-03-22" for year in range(1996, 2050))) self.assertNoHolidayName(name, range(1993, 1996)) def test_catholic_easter_sunday(self): name = "E diela e Pashkëve Katolike" self.assertHolidayName( name, "2018-04-01", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", "2024-03-31", ) self.assertHolidayName(name, range(1993, 2050)) def test_orthodox_easter_sunday(self): name = "E diela e Pashkëve Ortodokse" self.assertHolidayName( name, "2018-04-08", "2019-04-28", "2020-04-19", "2021-05-02", "2022-04-24", "2023-04-16", "2024-05-05", ) self.assertHolidayName(name, range(1993, 2050)) def test_international_workers_day(self): self.assertHolidayName( "Dita Ndërkombëtare e Punëtorëve", (f"{year}-05-01" for year in range(1993, 2050)) ) def test_mother_teresa_day(self): name1 = "Dita e Lumturimit të Shenjt Terezës" name2 = "Dita e Shenjtërimit të Shenjt Terezës" self.assertHolidayName(name1, (f"{year}-10-19" for year in range(2004, 2018))) self.assertNoHolidayName(name1, range(1993, 2004), range(2018, 2050)) self.assertHolidayName(name2, (f"{year}-09-05" for year in range(2018, 2050))) self.assertNoHolidayName(name2, range(1993, 2018)) def test_alphabet_day(self): name = "Dita e Alfabetit" self.assertHolidayName(name, (f"{year}-11-22" for year in range(2024, 2050))) self.assertNoHolidayName(name, range(1993, 2024)) def test_flag_and_independence_day(self): self.assertHolidayName( "Dita Flamurit dhe e Pavarësisë", (f"{year}-11-28" for year in range(1993, 2050)) ) def test_liberation_day(self): self.assertHolidayName("Dita e Çlirimit", (f"{year}-11-29" for year in range(1993, 2050))) def test_national_youth_day(self): name = "Dita Kombëtare e Rinisë" self.assertHolidayName(name, (f"{year}-12-08" for year in range(2009, 2050))) self.assertNoHolidayName(name, range(1993, 2009)) def test_christmas_day(self): self.assertHolidayName("Krishtlindjet", (f"{year}-12-25" for year in range(1993, 2050))) def test_eid_al_fitr(self): name = "Dita e Bajramit të Madh" self.assertHolidayName( name, "2018-06-15", "2019-06-04", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-21", "2024-04-10", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1993, 2050)) def test_eid_al_adha(self): name = "Dita e Kurban Bajramit" self.assertHolidayName( name, "2018-08-21", "2019-08-11", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-28", "2024-06-16", ) self.assertHoliday( "2006-01-10", "2006-12-31", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1993, 2050)) def test_observed(self): dt = ( # New Year's Day. "2012-01-03", "2016-01-04", "2017-01-03", "2021-01-04", "2022-01-03", "2022-01-04", "2023-01-03", # Summer Day. "2010-03-15", "2015-03-16", "2020-03-16", "2021-03-15", # Nowruz Day. "2014-03-24", "2015-03-23", "2020-03-23", # International Workers' Day. "2010-05-03", "2011-05-02", "2016-05-02", "2021-05-03", # Mother Teresa Beatification/Canonization Day. "2013-10-21", "2014-10-20", "2020-09-07", "2021-09-06", # Alphabet Day. "2025-11-24", "2026-11-23", # Flag and Independence Day. "2010-11-30", "2015-11-30", "2020-11-30", "2021-11-30", # Liberation Day. "2014-12-01", "2015-12-01", "2020-12-01", # National Youth Day. "2012-12-10", "2013-12-09", "2018-12-10", "2019-12-09", "2024-12-09", # Christmas Day. "2010-12-27", "2011-12-26", "2016-12-26", "2021-12-27", "2022-12-26", # Eid al-Fitr. "2012-08-20", "2017-06-26", "2020-05-25", # Eid al-Adha. "2007-01-03", "2014-10-06", "2016-09-12", "2019-08-12", "2022-07-11", "2024-06-17", # special cases: # Catholic Easter Sunday. "2008-03-25", # Orthodox Easter Sunday. "2000-05-02", "2021-05-04", "2027-05-04", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_2022(self): self.assertHolidays( Albania(years=2022), ("2022-01-01", "Festat e Vitit të Ri"), ("2022-01-02", "Festat e Vitit të Ri"), ("2022-01-03", "Festat e Vitit të Ri (ditë pushimi e shtyrë)"), ("2022-01-04", "Festat e Vitit të Ri (ditë pushimi e shtyrë)"), ("2022-03-14", "Dita e Verës"), ("2022-03-21", "Ditë pushimi"), ("2022-03-22", "Dita e Nevruzit"), ("2022-04-17", "E diela e Pashkëve Katolike"), ("2022-04-18", "E diela e Pashkëve Katolike (ditë pushimi e shtyrë)"), ("2022-04-24", "E diela e Pashkëve Ortodokse"), ("2022-04-25", "E diela e Pashkëve Ortodokse (ditë pushimi e shtyrë)"), ("2022-05-01", "Dita Ndërkombëtare e Punëtorëve"), ("2022-05-02", "Dita e Bajramit të Madh"), ("2022-05-03", "Dita Ndërkombëtare e Punëtorëve (ditë pushimi e shtyrë)"), ("2022-07-09", "Dita e Kurban Bajramit"), ("2022-07-11", "Dita e Kurban Bajramit (ditë pushimi e shtyrë)"), ("2022-09-05", "Dita e Shenjtërimit të Shenjt Terezës"), ("2022-11-28", "Dita Flamurit dhe e Pavarësisë"), ("2022-11-29", "Dita e Çlirimit"), ("2022-12-08", "Dita Kombëtare e Rinisë"), ("2022-12-25", "Krishtlindjet"), ("2022-12-26", "Krishtlindjet (ditë pushimi e shtyrë)"), ) def test_2023(self): self.assertHolidays( Albania(years=2023), ("2023-01-01", "Festat e Vitit të Ri"), ("2023-01-02", "Festat e Vitit të Ri"), ("2023-01-03", "Festat e Vitit të Ri (ditë pushimi e shtyrë)"), ("2023-03-14", "Dita e Verës"), ("2023-03-22", "Dita e Nevruzit"), ("2023-04-09", "E diela e Pashkëve Katolike"), ("2023-04-10", "E diela e Pashkëve Katolike (ditë pushimi e shtyrë)"), ("2023-04-16", "E diela e Pashkëve Ortodokse"), ("2023-04-17", "E diela e Pashkëve Ortodokse (ditë pushimi e shtyrë)"), ("2023-04-21", "Dita e Bajramit të Madh"), ("2023-05-01", "Dita Ndërkombëtare e Punëtorëve"), ("2023-06-28", "Dita e Kurban Bajramit"), ("2023-09-05", "Dita e Shenjtërimit të Shenjt Terezës"), ("2023-11-28", "Dita Flamurit dhe e Pavarësisë"), ("2023-11-29", "Dita e Çlirimit"), ("2023-12-08", "Dita Kombëtare e Rinisë"), ("2023-12-25", "Krishtlindjet"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "Festat e Vitit të Ri"), ("2024-01-02", "Festat e Vitit të Ri"), ("2024-03-14", "Dita e Verës"), ("2024-03-15", "Ditë pushimi"), ("2024-03-22", "Dita e Nevruzit"), ("2024-03-31", "E diela e Pashkëve Katolike"), ("2024-04-01", "E diela e Pashkëve Katolike (ditë pushimi e shtyrë)"), ("2024-04-10", "Dita e Bajramit të Madh"), ("2024-05-01", "Dita Ndërkombëtare e Punëtorëve"), ("2024-05-05", "E diela e Pashkëve Ortodokse"), ("2024-05-06", "E diela e Pashkëve Ortodokse (ditë pushimi e shtyrë)"), ("2024-06-16", "Dita e Kurban Bajramit"), ("2024-06-17", "Dita e Kurban Bajramit (ditë pushimi e shtyrë)"), ("2024-09-05", "Dita e Shenjtërimit të Shenjt Terezës"), ("2024-11-22", "Dita e Alfabetit"), ("2024-11-28", "Dita Flamurit dhe e Pavarësisë"), ("2024-11-29", "Dita e Çlirimit"), ("2024-12-08", "Dita Kombëtare e Rinisë"), ("2024-12-09", "Dita Kombëtare e Rinisë (ditë pushimi e shtyrë)"), ("2024-12-25", "Krishtlindjet"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-01-02", "New Year's Day"), ("2024-03-14", "Summer Day"), ("2024-03-15", "Public Holiday"), ("2024-03-22", "Nowruz Day"), ("2024-03-31", "Catholic Easter Sunday"), ("2024-04-01", "Catholic Easter Sunday (observed)"), ("2024-04-10", "Eid al-Fitr"), ("2024-05-01", "International Workers' Day"), ("2024-05-05", "Orthodox Easter Sunday"), ("2024-05-06", "Orthodox Easter Sunday (observed)"), ("2024-06-16", "Eid al-Adha"), ("2024-06-17", "Eid al-Adha (observed)"), ("2024-09-05", "Mother Teresa Canonization Day"), ("2024-11-22", "Alphabet Day"), ("2024-11-28", "Flag and Independence Day"), ("2024-11-29", "Liberation Day"), ("2024-12-08", "National Youth Day"), ("2024-12-09", "National Youth Day (observed)"), ("2024-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2024-01-01", "Новий рік"), ("2024-01-02", "Новий рік"), ("2024-03-14", "День літа"), ("2024-03-15", "Вихідний день"), ("2024-03-22", "Свято Новруз"), ("2024-03-31", "Великдень (католицький)"), ("2024-04-01", "Великдень (католицький) (вихідний)"), ("2024-04-10", "Рамазан-байрам"), ("2024-05-01", "Міжнародний день трудящих"), ("2024-05-05", "Великдень (православний)"), ("2024-05-06", "Великдень (православний) (вихідний)"), ("2024-06-16", "Курбан-байрам"), ("2024-06-17", "Курбан-байрам (вихідний)"), ("2024-09-05", "День канонізації матері Терези"), ("2024-11-22", "День алфавіту"), ("2024-11-28", "День прапора та незалежності"), ("2024-11-29", "День визволення"), ("2024-12-08", "Національний день молоді"), ("2024-12-09", "Національний день молоді (вихідний)"), ("2024-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_algeria.py000066400000000000000000000126261500152103600214470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.algeria import Algeria, DZ, DZA from tests.common import CommonCountryTests class TestAlgeria(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Algeria) def test_country_aliases(self): self.assertAliases(Algeria, DZ, DZA) def test_2022(self): self.assertHoliday( "2022-01-01", "2022-01-12", "2022-05-01", "2022-05-02", "2022-05-03", "2022-07-05", "2022-07-09", "2022-07-10", "2022-11-01", ) def test_new_year_day(self): self.assertHoliday( "2022-01-01", "2023-01-01", ) def test_independence_day(self): self.assertNoHoliday( "1961-07-05", "1962-07-04", ) self.assertHoliday( "1962-07-05", "1963-07-05", ) def test_revolution_day(self): self.assertNoHoliday("1962-11-01") self.assertHoliday("1963-11-01") def test_amazigh_new_year(self): self.assertNoHoliday("2017-01-12") self.assertHoliday( "2018-01-12", "2023-01-12", ) def test_labour_day(self): self.assertNoHoliday( "2021-05-02", "2022-05-04", "2023-05-02", ) self.assertHoliday( "2021-05-01", "2022-05-01", "2023-05-01", ) def test_islamic_holidays(self): # Eid al-Fitr - Feast Festive self.assertNoHoliday("2023-04-20") self.assertHoliday( "2023-04-21", "2023-04-22", ) # Eid al-Adha - Scarfice Festive self.assertNoHoliday( "2023-06-27", "2023-07-02", "2024-07-15", "2024-07-19", ) self.assertHoliday( "2023-06-28", "2023-06-29", "2023-06-30", "2024-06-16", "2024-06-17", "2024-06-18", ) # Islamic New Year self.assertHoliday( "2008-01-10", "2008-12-29", "2020-08-20", ) # Ashura self.assertNoHoliday("2023-07-29") self.assertHoliday("2023-07-28") # Mawlid / Prophet's Birthday self.assertNoHoliday( "2021-10-19", "2023-09-28", ) self.assertHoliday( "2021-10-18", "2023-09-27", ) def test_l10_default(self): self.assertLocalizedHolidays( ("2022-01-01", "رأس السنة الميلادية"), ("2022-01-12", "رأس السنة الأمازيغية"), ("2022-05-01", "عيد العمال"), ("2022-05-02", "(تقدير) عيد الفطر"), ("2022-05-03", "(تقدير) عطلة عيد الفطر"), ("2022-07-05", "عيد الإستقلال"), ("2022-07-09", "(تقدير) عيد الأضحى"), ("2022-07-10", "(تقدير) عطلة عيد الأضحى"), ("2022-07-30", "(تقدير) رأس السنة الهجرية"), ("2022-08-08", "(تقدير) عاشورة"), ("2022-10-08", "(تقدير) عيد المولد النبوي"), ("2022-11-01", "عيد الثورة"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-12", "Amazigh New Year"), ("2022-05-01", "Labor Day"), ("2022-05-02", "Eid al-Fitr (estimated)"), ("2022-05-03", "Eid al-Fitr Holiday (estimated)"), ("2022-07-05", "Independence Day"), ("2022-07-09", "Eid al-Adha (estimated)"), ("2022-07-10", "Eid al-Adha Holiday (estimated)"), ("2022-07-30", "Islamic New Year (estimated)"), ("2022-08-08", "Ashura (estimated)"), ("2022-10-08", "Prophet's Birthday (estimated)"), ("2022-11-01", "Revolution Day"), ) def test_l10n_fr(self): self.assertLocalizedHolidays( "fr", ("2022-01-01", "Nouvel an"), ("2022-01-12", "Nouvel an Amazigh"), ("2022-05-01", "Fête du Travail"), ("2022-05-02", "Fête de la rupture du jeûne (estimé)"), ("2022-05-03", "Congé de fête de la rupture du jeûne (estimé)"), ("2022-07-05", "Fête de l'indépendance"), ("2022-07-09", "Fête du sacrifice (estimé)"), ("2022-07-10", "Congé de fête du sacrifice (estimé)"), ("2022-07-30", "Nouvel an musulman (estimé)"), ("2022-08-08", "Achoura (estimé)"), ("2022-10-08", "Anniversaire du prophète (estimé)"), ("2022-11-01", "Fête de la Révolution"), ) holidays-0.71/tests/countries/test_american_samoa.py000066400000000000000000000042751500152103600230030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import GOVERNMENT, UNOFFICIAL from holidays.countries.american_samoa import HolidaysAS, AS, ASM from tests.common import CommonCountryTests class TestAS(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(HolidaysAS) def test_country_aliases(self): self.assertAliases(HolidaysAS, AS, ASM) def test_as_only(self): """Check for a holiday that is not returned by US unless the subdivision is specified.""" self.assertHolidayName("American Samoa Flag Day", "2024-04-17") self.assertHolidayName("Manu'a Islands Cession Day", "2024-07-16") self.assertHolidayName("White Sunday", "2024-10-13") def test_unofficial_holidays(self): self.assertHolidays( HolidaysAS(categories=UNOFFICIAL, years=2024), ("2024-02-14", "Valentine's Day"), ("2024-03-17", "Saint Patrick's Day"), ("2024-10-31", "Halloween"), ) def test_government_holidays(self): self.assertHolidays( HolidaysAS(categories=GOVERNMENT, years=2024), ("2024-01-01", "New Year's Day"), ("2024-01-15", "Birthday of Martin Luther King, Jr."), ("2024-02-19", "Washington's Birthday"), ("2024-05-27", "Memorial Day"), ("2024-06-19", "Juneteenth National Independence Day"), ("2024-07-04", "Independence Day"), ("2024-09-02", "Labor Day"), ("2024-10-14", "Columbus Day"), ("2024-11-11", "Veterans Day"), ("2024-11-28", "Thanksgiving Day"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_andorra.py000066400000000000000000000077261500152103600214760ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.andorra import Andorra, AD, AND from tests.common import CommonCountryTests class TestAndorra(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Andorra) def test_country_aliases(self): self.assertAliases(Andorra, AD, AND) def test_2022(self): self.assertHolidays( ("2022-01-01", "New Year's Day"), ("2022-01-06", "Epiphany"), ("2022-03-01", "Carnival"), ("2022-03-14", "Constitution Day"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-06-06", "Whit Monday"), ("2022-08-15", "Assumption Day"), ("2022-09-08", "National Day"), ("2022-11-01", "All Saints' Day"), ("2022-12-08", "Immaculate Conception Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Saint Stephen's Day"), ) # AD-02, Canillo. self.assertHoliday(Andorra(subdiv="02"), "2022-07-16", "2022-07-17", "2022-07-18") # AD-03, Encamp. self.assertHoliday(Andorra(subdiv="03"), "2022-08-15", "2022-08-16") # AD-04, La Massana. self.assertHoliday(Andorra(subdiv="04"), "2022-08-15", "2022-08-16") # AD-05, Ordino. self.assertHoliday(Andorra(subdiv="05"), "2022-08-15", "2022-08-16") # AD-06, Sant Julià de Lòria. self.assertHoliday( Andorra(subdiv="06"), "2022-07-29", "2022-07-30", "2022-07-31", "2022-08-01", ) # AD-07, Andorra la Vella. self.assertHoliday(Andorra(subdiv="07"), "2022-08-06", "2022-08-07", "2022-08-08") # AD-08, Escaldes-Engordany. self.assertHoliday(Andorra(subdiv="08"), "2022-07-25", "2022-07-26") def test_2023(self): self.assertHolidays( ("2023-01-01", "New Year's Day"), ("2023-01-06", "Epiphany"), ("2023-02-21", "Carnival"), ("2023-03-14", "Constitution Day"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-05-01", "Labor Day"), ("2023-05-29", "Whit Monday"), ("2023-08-15", "Assumption Day"), ("2023-09-08", "National Day"), ("2023-11-01", "All Saints' Day"), ("2023-12-08", "Immaculate Conception Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Saint Stephen's Day"), ) # AD-02, Canillo. self.assertHoliday(Andorra(subdiv="02"), "2023-07-15", "2023-07-16", "2023-07-17") # AD-03, Encamp. self.assertHoliday(Andorra(subdiv="03"), "2023-08-15", "2023-08-16") # AD-04, La Massana. self.assertHoliday(Andorra(subdiv="04"), "2023-08-15", "2023-08-16") # AD-05, Ordino. self.assertHoliday(Andorra(subdiv="05"), "2023-08-15", "2023-08-16") # AD-06, Sant Julià de Lòria. self.assertHoliday( Andorra(subdiv="06"), "2023-07-28", "2023-07-29", "2023-07-30", "2023-07-31", ) # AD-07, Andorra la Vella. self.assertHoliday(Andorra(subdiv="07"), "2023-08-05", "2023-08-06", "2023-08-07") # AD-08, Escaldes-Engordany. self.assertHoliday(Andorra(subdiv="08"), "2023-07-25", "2023-07-26") holidays-0.71/tests/countries/test_angola.py000066400000000000000000000354261500152103600213070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.angola import Angola, AO, AGO from tests.common import CommonCountryTests class TestAngola(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Angola, years=range(1975, 2050), years_non_observed=range(2000, 2030)) def test_country_aliases(self): self.assertAliases(Angola, AO, AGO) def test_no_holidays(self): self.assertNoHolidays(Angola(years=1974)) def test_special_holidays(self): self.assertHoliday("2017-08-23") def test_new_years_day(self): name = "Dia do Ano Novo" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1975, 2050))) obs_dt = ( "2006-01-02", "2018-12-31", "2026-01-02", ) self.assertHolidayName(f"{name} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_martyrs_of_colonial_repression_day(self): name = "Dia dos Mártires da Repressão Colonial" self.assertHolidayName(name, (f"{year}-01-04" for year in range(1997, 2012))) self.assertNoHoliday(f"{year}-01-04" for year in range(1975, 1997)) self.assertNoHoliday(f"{year}-01-04" for year in range(2012, 2050)) self.assertNoHolidayName(name, range(1975, 1997), range(2012, 2050)) obs_dt = ( "2004-01-05", "2009-01-05", ) self.assertHolidayName(f"{name} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_armed_struggle_day(self): name_1 = "Dia do Início da Luta Armada" name_2 = "Dia do Início da Luta Armada de Libertação Nacional" self.assertHolidayName(name_1, (f"{year}-02-04" for year in range(1975, 2012))) self.assertHolidayName(name_2, (f"{year}-02-04" for year in range(2012, 2050))) self.assertNoHolidayName(name_1, range(2012, 2050)) self.assertNoHolidayName(name_2, range(1975, 2012)) obs_dt = ( "2001-02-05", "2007-02-05", ) self.assertHolidayName(f"{name_1} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) obs_dt = ( "2018-02-05", "2020-02-03", "2021-02-05", "2025-02-03", ) self.assertHolidayName(f"{name_2} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_carnival_day(self): name = "Dia do Carnaval" self.assertHolidayName( name, "1997-02-11", "2000-03-07", "2010-02-16", "2018-02-13", "2019-03-05", "2020-02-25", "2021-02-16", "2022-03-01", "2023-02-21", ) self.assertHolidayName(name, range(1997, 2050)) self.assertNoHolidayName(name, range(1975, 1997)) obs_dt = ( "2019-03-04", "2020-02-24", "2021-02-15", "2022-02-28", "2023-02-20", ) self.assertHolidayName(f"{name} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_international_womens_day(self): name = "Dia Internacional da Mulher" self.assertHolidayName(name, (f"{year}-03-08" for year in range(1997, 2050))) self.assertNoHoliday(f"{year}-03-08" for year in range(1975, 1997)) self.assertNoHolidayName(name, range(1975, 1997)) obs_dt = ( "2009-03-09", "2015-03-09", "2022-03-07", "2029-03-09", ) self.assertHolidayName(f"{name} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_southern_africa_liberation_day(self): name = "Dia da Libertação da África Austral" self.assertHolidayName(name, (f"{year}-03-23" for year in range(2019, 2050))) self.assertNoHoliday(f"{year}-03-23" for year in range(1975, 2019)) self.assertNoHolidayName(name, range(1975, 2019)) obs_dt = ( "2021-03-22", "2023-03-24", "2027-03-22", "2028-03-24", ) self.assertHolidayName(f"{name} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_peace_and_national_reconciliation_day(self): name = "Dia da Paz e Reconciliação Nacional" self.assertHolidayName(name, (f"{year}-04-04" for year in range(2003, 2050))) self.assertNoHoliday(f"{year}-04-04" for year in range(1975, 2003)) self.assertNoHolidayName(name, range(1975, 2003)) obs_dt = ( "2004-04-05", "2010-04-05", "2019-04-05", "2023-04-03", "2024-04-05", "2028-04-03", ) self.assertHolidayName(f"{name} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_good_friday(self): name = "Sexta-Feira Santa" self.assertHolidayName( name, "1997-03-28", "2000-04-21", "2010-04-02", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertHolidayName(name, range(1997, 2050)) self.assertNoHolidayName(name, range(1975, 1997)) def test_international_workers_day(self): name = "Dia Internacional do Trabalhador" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1975, 2050))) obs_dt = ( "2005-05-02", "2011-05-02", "2016-05-02", "2025-05-02", "2029-04-30", ) self.assertHolidayName(f"{name} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_africa_day(self): name = "Dia da África" self.assertHolidayName(name, (f"{year}-05-25" for year in range(2001, 2011))) self.assertNoHoliday(f"{year}-05-25" for year in range(1975, 2001)) self.assertNoHoliday(f"{year}-05-25" for year in range(2011, 2050)) self.assertNoHolidayName(name, range(1975, 2001), range(2011, 2050)) obs_dt = ( "2003-05-26", "2008-05-26", ) self.assertHolidayName(f"{name} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_international_childrens_day(self): name = "Dia Internacional da Criança" self.assertHolidayName(name, (f"{year}-06-01" for year in range(1997, 2011))) self.assertNoHoliday(f"{year}-06-01" for year in range(1975, 1997)) self.assertNoHoliday(f"{year}-06-01" for year in range(2011, 2050)) self.assertNoHolidayName(name, range(1975, 1997), range(2011, 2050)) obs_dt = ( "2003-06-02", "2008-06-02", ) self.assertHolidayName(f"{name} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_national_heroes_day(self): name = "Dia do Fundador da Nação e do Herói Nacional" self.assertHolidayName(name, (f"{year}-09-17" for year in range(1980, 2050))) self.assertNoHoliday(f"{year}-09-17" for year in range(1975, 1980)) self.assertNoHolidayName(name, range(1975, 1980)) obs_dt = ( "2000-09-18", "2006-09-18", "2017-09-18", "2019-09-16", "2020-09-18", "2024-09-16", ) self.assertHolidayName(f"{name} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_all_souls_day(self): name = "Dia dos Finados" self.assertHolidayName(name, (f"{year}-11-02" for year in range(1975, 2050))) obs_dt = ( "2003-11-03", "2008-11-03", "2021-11-01", "2023-11-03", "2027-11-01", ) self.assertHolidayName(f"{name} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_national_independence_day(self): name_1 = "Dia da Independência" name_2 = "Dia da Independência Nacional" self.assertHolidayName(name_1, (f"{year}-11-11" for year in range(1975, 1996))) self.assertHolidayName(name_2, (f"{year}-11-11" for year in range(1996, 2050))) self.assertNoHolidayName(name_1, range(1996, 2050)) self.assertNoHolidayName(name_2, range(1975, 1996)) obs_dt = ( "2001-11-12", "2007-11-12", "2012-11-12", "2021-11-12", "2025-11-10", ) self.assertHolidayName(f"{name_2} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_date_of_founding_of_mpla(self): name = "Data da Fundacao do MPLA - Partido do Trabalho" self.assertHolidayName(name, (f"{year}-12-10" for year in range(1975, 1992))) self.assertNoHoliday(f"{year}-12-10" for year in range(1992, 2050)) self.assertNoHolidayName(name, range(1992, 2050)) def test_christmas_and_family_day(self): name_1 = "Dia da Família" name_2 = "Dia do Natal" name_3 = "Dia de Natal e da Família" self.assertHolidayName(name_1, (f"{year}-12-25" for year in range(1975, 1996))) self.assertHolidayName(name_2, (f"{year}-12-25" for year in range(1996, 2011))) self.assertHolidayName(name_3, (f"{year}-12-25" for year in range(2011, 2050))) self.assertNoHolidayName(name_1, range(1996, 2050)) self.assertNoHolidayName(name_2, range(1975, 1996), range(2011, 2050)) self.assertNoHolidayName(name_3, range(1996, 2011)) obs_dt = ("2005-12-26",) self.assertHolidayName(f"{name_2} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) obs_dt = ( "2018-12-24", "2025-12-26", "2029-12-24", ) self.assertHolidayName(f"{name_3} (ponte)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_2022(self): self.assertHolidays( Angola(years=2022), ("2022-01-01", "Dia do Ano Novo"), ("2022-02-04", "Dia do Início da Luta Armada de Libertação Nacional"), ("2022-02-28", "Dia do Carnaval (ponte)"), ("2022-03-01", "Dia do Carnaval"), ("2022-03-07", "Dia Internacional da Mulher (ponte)"), ("2022-03-08", "Dia Internacional da Mulher"), ("2022-03-23", "Dia da Libertação da África Austral"), ("2022-04-04", "Dia da Paz e Reconciliação Nacional"), ("2022-04-15", "Sexta-Feira Santa"), ("2022-05-01", "Dia Internacional do Trabalhador"), ("2022-09-17", "Dia do Fundador da Nação e do Herói Nacional"), ("2022-11-02", "Dia dos Finados"), ("2022-11-11", "Dia da Independência Nacional"), ("2022-12-25", "Dia de Natal e da Família"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Dia do Ano Novo"), ("2023-02-04", "Dia do Início da Luta Armada de Libertação Nacional"), ("2023-02-20", "Dia do Carnaval (ponte)"), ("2023-02-21", "Dia do Carnaval"), ("2023-03-08", "Dia Internacional da Mulher"), ("2023-03-23", "Dia da Libertação da África Austral"), ("2023-03-24", "Dia da Libertação da África Austral (ponte)"), ("2023-04-03", "Dia da Paz e Reconciliação Nacional (ponte)"), ("2023-04-04", "Dia da Paz e Reconciliação Nacional"), ("2023-04-07", "Sexta-Feira Santa"), ("2023-05-01", "Dia Internacional do Trabalhador"), ("2023-09-17", "Dia do Fundador da Nação e do Herói Nacional"), ("2023-11-02", "Dia dos Finados"), ("2023-11-03", "Dia dos Finados (ponte)"), ("2023-11-11", "Dia da Independência Nacional"), ("2023-12-25", "Dia de Natal e da Família"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-02-04", "Liberation Movement Day"), ("2023-02-20", "Day off for Carnival Day"), ("2023-02-21", "Carnival Day"), ("2023-03-08", "International Women's Day"), ("2023-03-23", "Southern Africa Liberation Day"), ("2023-03-24", "Day off for Southern Africa Liberation Day"), ("2023-04-03", "Day off for Peace and National Reconciliation Day"), ("2023-04-04", "Peace and National Reconciliation Day"), ("2023-04-07", "Good Friday"), ("2023-05-01", "International Worker's Day"), ("2023-09-17", "National Heroes' Day"), ("2023-11-02", "All Souls' Day"), ("2023-11-03", "Day off for All Souls' Day"), ("2023-11-11", "National Independence Day"), ("2023-12-25", "Christmas and Family Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "Новий рік"), ("2023-02-04", "День початку збройної боротьби за національне визволення"), ("2023-02-20", "Карнавал (вихідний)"), ("2023-02-21", "Карнавал"), ("2023-03-08", "Міжнародний жіночий день"), ("2023-03-23", "День визволення південної Африки"), ("2023-03-24", "День визволення південної Африки (вихідний)"), ("2023-04-03", "День миру та національного примирення (вихідний)"), ("2023-04-04", "День миру та національного примирення"), ("2023-04-07", "Страсна пʼятниця"), ("2023-05-01", "Міжнародний день трудящих"), ("2023-09-17", "День засновника нації та національного героя"), ("2023-11-02", "День усіх померлих"), ("2023-11-03", "День усіх померлих (вихідний)"), ("2023-11-11", "День національної незалежності"), ("2023-12-25", "Різдво Христове та День родини"), ) holidays-0.71/tests/countries/test_antigua_and_barbuda.py000066400000000000000000000157611500152103600240000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.antigua_and_barbuda import AntiguaAndBarbuda, AG, ATG from tests.common import CommonCountryTests class TestAntiguaAndBarbuda(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1955, 2050) super().setUpClass(AntiguaAndBarbuda, years=years, years_non_observed=years) def test_country_aliases(self): self.assertAliases(AntiguaAndBarbuda, AG, ATG) def test_no_holidays(self): self.assertNoHolidays(AntiguaAndBarbuda(years=1954)) def test_special_holidays(self): name_day_after_general_election = "Day after the General Election" for dt, name in ( ("1993-08-03", "Public Holiday"), ("2008-02-19", "State Funeral of the late The Honourable Charlesworth T. Samuel"), ("2008-03-18", "State Funeral of the late The Honourable Sir George Herbert Walter"), ("2018-03-22", name_day_after_general_election), ("2023-01-19", name_day_after_general_election), ): self.assertHolidayName(name, dt) def test_new_years_day(self): name = "New Year's Day" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1955, 2050))) dt = ( "1995-01-02", "2006-01-02", "2012-01-02", "2017-01-02", "2023-01-02", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_good_friday(self): name = "Good Friday" self.assertHolidayName( name, "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", "2025-04-18", ) self.assertHolidayName(name, range(1955, 2050)) def test_easter_monday(self): name = "Easter Monday" self.assertHolidayName( name, "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", "2025-04-21", ) self.assertHolidayName(name, range(1955, 2050)) def test_labour_day(self): name = "Labour Day" self.assertHolidayName( name, "2021-05-03", "2022-05-02", "2023-05-01", "2024-05-06", "2025-05-05", ) self.assertHolidayName(name, range(1955, 2050)) def test_whit_monday(self): name = "Whit Monday" self.assertHolidayName( name, "2021-05-24", "2022-06-06", "2023-05-29", "2024-05-20", "2025-06-09", ) self.assertHolidayName(name, range(1955, 2050)) def test_caribbean_community_day(self): name = "Caribbean Community (Caricom) Day" self.assertHolidayName( name, "1995-07-03", "2000-07-03", "2004-07-05", "2005-07-04", ) self.assertHolidayName(name, range(1955, 2006)) self.assertNoHolidayName(name, range(2006, 2050)) def test_carnival_monday(self): name = "Carnival Monday" self.assertHolidayName( name, "2021-08-02", "2022-08-01", "2023-08-07", "2024-08-05", "2025-08-04", ) self.assertHolidayName(name, range(1955, 2050)) def test_carnival_tuesday(self): name = "Carnival Tuesday" self.assertHolidayName( name, "2021-08-03", "2022-08-02", "2023-08-08", "2024-08-06", "2025-08-05", ) self.assertHolidayName(name, range(2006, 2050)) self.assertNoHolidayName(name, range(1955, 2006)) def test_independence_day(self): name = "Independence Day" self.assertHolidayName(name, (f"{year}-11-01" for year in range(1955, 2050))) dt = ( "2008-11-03", "2009-11-02", "2014-11-03", "2015-11-02", "2020-11-02", "2025-11-03", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_national_heroes_and_sir_vere_cornwall_bird_snr_day(self): name_1 = "National Heroes Day" name_2 = "Sir Vere Cornwall Bird Snr. Day" self.assertHolidayName( name_1, "2005-12-09", "2006-12-11", "2007-12-09", "2008-12-09", "2009-12-09", "2010-12-09", "2011-12-09", "2012-12-10", "2013-12-09", ) self.assertHolidayName(name_2, (f"{year}-12-09" for year in range(2014, 2050))) self.assertNoHoliday(f"{year}-12-09" for year in range(1955, 2005)) self.assertNoHolidayName(name_1, range(1955, 2005), range(2014, 2050)) self.assertNoHolidayName(name_2, range(1955, 2014)) dt = ("2023-12-11",) self.assertHolidayName(f"{name_2} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_christmas_day(self): name = "Christmas Day" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1955, 2050))) dt = ( "2004-12-27", "2005-12-27", "2010-12-27", "2011-12-27", "2016-12-27", "2022-12-27", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_boxing_day(self): name = "Boxing Day" self.assertHolidayName(name, (f"{year}-12-26" for year in range(1955, 2050))) dt = ( "2004-12-28", "2010-12-28", "2021-12-28", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_2025(self): self.assertHolidays( AntiguaAndBarbuda(years=2025), ("2025-01-01", "New Year's Day"), ("2025-04-18", "Good Friday"), ("2025-04-21", "Easter Monday"), ("2025-05-05", "Labour Day"), ("2025-06-09", "Whit Monday"), ("2025-08-04", "Carnival Monday"), ("2025-08-05", "Carnival Tuesday"), ("2025-11-01", "Independence Day"), ("2025-11-03", "Independence Day (observed)"), ("2025-12-09", "Sir Vere Cornwall Bird Snr. Day"), ("2025-12-25", "Christmas Day"), ("2025-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_argentina.py000066400000000000000000001767541500152103600220300ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import ARMENIAN, BANK, GOVERNMENT, HEBREW, ISLAMIC, PUBLIC from holidays.countries.argentina import Argentina, AR, ARG from tests.common import CommonCountryTests class TestArgentina(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1957, 2050) super().setUpClass(Argentina, years=years) cls.bank_holidays = Argentina(categories=BANK, years=years) cls.subdiv_holidays = { subdiv: Argentina(subdiv=subdiv, years=years) for subdiv in Argentina.subdivisions } def test_country_aliases(self): self.assertAliases(Argentina, AR, ARG) def test_no_holidays(self): self.assertNoHolidays(Argentina(categories=ARMENIAN, years=2006)) self.assertNoHolidays(Argentina(categories=BANK, years=1974)) self.assertNoHolidays(Argentina(categories=GOVERNMENT, years=2013)) self.assertNoHolidays(Argentina(categories=HEBREW, years=1995)) self.assertNoHolidays(Argentina(categories=ISLAMIC, years=1996)) self.assertNoHolidays(Argentina(categories=PUBLIC, years=1956)) def test_special_holidays(self): self.assertHoliday( "2010-05-24", "2010-10-27", "2011-03-25", "2011-12-09", "2012-02-27", "2012-04-30", "2012-09-24", "2012-12-24", "2013-01-31", "2013-02-20", "2013-04-01", "2013-06-21", "2014-05-02", "2014-12-26", "2015-03-23", "2015-12-07", "2016-07-08", "2016-12-09", "2018-04-30", "2018-12-24", "2018-12-31", "2019-07-08", "2019-08-19", "2019-10-14", "2020-03-23", "2020-07-10", "2020-12-07", "2021-05-24", "2021-10-08", "2021-11-22", "2022-05-18", "2022-10-07", "2022-11-21", "2022-12-09", "2022-12-20", "2023-05-26", "2023-06-19", "2023-10-13", "2024-04-01", "2024-06-21", "2024-10-11", "2025-05-02", "2025-08-15", "2025-11-21", ) def test_special_bank_holidays(self): self.assertHoliday( self.bank_holidays, "2019-12-24", "2019-12-31", "2020-12-24", "2020-12-31", "2021-12-24", "2021-12-31", "2024-12-24", "2024-12-31", ) def test_new_years_day(self): self.assertHolidayName("Año Nuevo", (f"{year}-01-01" for year in range(1957, 2050))) def test_epiphany_day(self): name = "Día de Reyes" self.assertHolidayName(name, (f"{year}-01-06" for year in range(1957, 1977))) self.assertNoHoliday(f"{year}-01-06" for year in range(1977, 2050)) self.assertNoHolidayName(name, range(1977, 2050)) def test_carnival_monday(self): name = "Lunes de Carnaval" self.assertHolidayName( name, "2011-03-07", "2016-02-08", "2017-02-27", "2018-02-12", "2019-03-04", "2020-02-24", "2021-02-15", "2022-02-28", "2023-02-20", "2024-02-12", "2025-03-03", ) self.assertHolidayName(name, range(1957, 1977), range(2011, 2050)) self.assertNoHolidayName(name, range(1977, 2011)) def test_carnival_tuesday(self): name = "Martes de Carnaval" self.assertHolidayName( name, "2011-03-08", "2016-02-09", "2017-02-28", "2018-02-13", "2019-03-05", "2020-02-25", "2021-02-16", "2022-03-01", "2023-02-21", "2024-02-13", "2025-03-04", ) self.assertHolidayName(name, range(1957, 1977), range(2011, 2050)) self.assertNoHolidayName(name, range(1977, 2011)) def test_national_day_of_remembrance(self): name = "Día Nacional de la Memoria por la Verdad y la Justicia" self.assertHolidayName(name, (f"{year}-03-24" for year in range(2006, 2050))) self.assertNoHolidayName(name, range(1957, 2006)) def test_malvinas_war_day(self): name_1 = "Día del Veterano de Guerra" name_2 = "Día del Veterano y de los Caidos en la Guerra de Malvinas" self.assertHolidayName( name_1, "1993-04-05", "1994-04-02", "1995-04-02", "1996-04-01", "1997-03-31", "1998-04-06", "1999-04-05", "2000-04-02", ) self.assertHolidayName( name_2, "2001-04-02", "2002-04-01", "2003-03-31", "2004-04-05", "2005-04-02", "2006-04-02", "2020-03-31", ) self.assertHolidayName( name_2, (f"{year}-04-02" for year in set(range(2007, 2050)).difference({2020})) ) self.assertNoHolidayName(name_1, range(1957, 1993), range(2001, 2050)) self.assertNoHolidayName(name_2, range(1957, 2001)) def test_maundy_thursday(self): name = "Jueves Santo" self.assertHolidayName( name, "1976-04-15", "2011-04-21", "2012-04-05", "2013-03-28", "2014-04-17", "2015-04-02", "2016-03-24", "2017-04-13", "2018-03-29", "2019-04-18", "2020-04-09", "2021-04-01", "2022-04-14", "2023-04-06", "2024-03-28", "2025-04-17", ) self.assertHolidayName(name, range(1957, 1977), range(2011, 2050)) self.assertNoHolidayName(name, range(1977, 2011)) def test_good_friday(self): name = "Viernes Santo" self.assertHolidayName( name, "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", "2025-04-18", ) self.assertHolidayName(name, range(1977, 2050)) self.assertNoHolidayName(name, range(1957, 1977)) def test_labor_day(self): self.assertHolidayName("Día del Trabajo", (f"{year}-05-01" for year in range(1957, 2050))) def test_may_revolution_day(self): self.assertHolidayName( "Día de la Revolución de Mayo", (f"{year}-05-25" for year in range(1957, 2050)) ) def test_corpus_christi(self): name = "Corpus Christi" self.assertHolidayName( name, "1957-06-20", "1958-06-05", "1959-05-28", "1960-06-16", "1961-06-01", "1962-06-21", "1963-06-13", "1964-05-28", "1965-06-17", "1966-06-09", "1967-05-25", "1968-06-13", "1969-06-05", "1970-05-28", "1971-06-10", "1972-06-01", "1973-06-21", "1974-06-13", "1975-05-29", ) self.assertNoHolidayName(name, range(1976, 2050)) def test_sovereignty_over_malvinas_day(self): name = ( "Día de la Afirmación de los Derechos Argentinos sobre las Malvinas, " "Islas y Sector Antártico" ) self.assertHolidayName( name, "1983-04-02", "1984-06-10", "1985-06-10", "1986-06-10", "1987-06-10", "1988-06-13", "1989-06-10", "1990-06-10", "1991-06-10", "1992-06-08", "1993-06-14", "1994-06-13", "1995-06-10", "1996-06-10", "1997-06-09", "1998-06-08", "1999-06-14", "2000-06-10", ) self.assertNoHolidayName(name, range(1957, 1983), range(2001, 2050)) def test_guemes_day(self): name = "Paso a la Inmortalidad del General Don Martín Miguel de Güemes" self.assertHolidayName( name, "2016-06-17", "2017-06-17", "2018-06-17", "2019-06-17", "2020-06-15", "2021-06-21", "2022-06-17", "2023-06-17", "2024-06-17", "2025-06-16", ) self.assertHolidayName(name, range(2016, 2050)) self.assertNoHolidayName(name, range(1957, 2016)) def test_belgrano_day(self): name = "Paso a la Inmortalidad del General Don Manuel Belgrano" self.assertHolidayName( name, ( f"{year}-06-20" for year in (*range(1957, 1988), *range(1992, 1995), *range(2011, 2050)) ), ) self.assertHolidayName( name, "1988-06-20", "1989-06-19", "1990-06-18", "1991-06-24", "1995-06-19", "1996-06-17", "1997-06-16", "1998-06-15", "1999-06-21", "2000-06-19", "2001-06-18", "2002-06-17", "2003-06-16", "2004-06-21", "2005-06-20", "2006-06-19", "2007-06-18", "2008-06-16", "2009-06-15", "2010-06-21", ) def test_independence_day(self): self.assertHolidayName( "Día de la Independencia", (f"{year}-07-09" for year in range(1957, 2050)) ) def test_san_martin_day(self): name = "Paso a la Inmortalidad del General Don José de San Martín" self.assertHolidayName( name, "2011-08-22", "2012-08-20", "2013-08-19", "2014-08-18", "2015-08-17", "2016-08-15", "2017-08-21", "2018-08-20", "2019-08-17", "2020-08-17", "2021-08-16", "2022-08-15", "2023-08-21", "2024-08-17", "2025-08-17", ) self.assertHolidayName(name, range(1957, 2050)) def test_assumption_day(self): name = "Día de la Asunción" self.assertHolidayName(name, (f"{year}-08-15" for year in range(1957, 1976))) self.assertNoHolidayName(name, range(1976, 2050)) def test_cultural_diversity_day(self): name_1 = "Día de la Raza" name_2 = "Día del Respeto a la Diversidad Cultural" self.assertHolidayName( name_1, (f"{year}-10-12" for year in (*range(1957, 1976), *range(1982, 1988))) ) self.assertHolidayName( name_1, "1988-10-10", "1989-10-16", "1990-10-15", "1991-10-12", "1992-10-12", "1993-10-11", "1994-10-10", "1995-10-16", "1996-10-12", "1997-10-12", "1998-10-12", "1999-10-11", "2000-10-16", "2001-10-08", "2002-10-14", "2003-10-12", "2004-10-11", "2005-10-10", "2006-10-16", "2007-10-15", "2008-10-13", "2009-10-12", ) self.assertHolidayName( name_2, "2010-10-11", "2011-10-10", "2012-10-08", "2013-10-14", "2014-10-13", "2015-10-12", "2016-10-10", "2017-10-16", "2018-10-15", "2019-10-12", "2020-10-12", "2021-10-11", "2022-10-10", "2023-10-16", "2024-10-12", "2025-10-12", ) self.assertHolidayName(name_2, range(2010, 2050)) self.assertNoHolidayName(name_1, range(1976, 1982), range(2010, 2050)) self.assertNoHolidayName(name_2, range(1957, 2010)) def test_all_saints_day(self): name = "Todos Los Santos" self.assertHolidayName(name, (f"{year}-11-01" for year in range(1957, 1976))) self.assertNoHolidayName(name, range(1976, 2050)) def test_national_sovereignty_day(self): name = "Día de la Soberanía Nacional" self.assertHolidayName( name, "2010-11-22", "2011-11-28", "2012-11-26", "2013-11-25", "2014-11-24", "2015-11-27", "2016-11-28", "2017-11-20", "2018-11-19", "2019-11-18", "2020-11-23", "2021-11-20", "2022-11-20", "2023-11-20", "2024-11-18", "2025-11-24", ) self.assertHolidayName(name, range(2010, 2050)) self.assertNoHolidayName(name, range(1976, 2010)) def test_immaculate_conception_day(self): name = "Inmaculada Concepción de María" self.assertHolidayName( name, (f"{year}-12-08" for year in (*range(1957, 1976), *range(1995, 2050))) ) self.assertNoHolidayName(name, range(1976, 1995)) def test_christmas_day(self): self.assertHolidayName("Navidad", (f"{year}-12-25" for year in range(1957, 2050))) def test_anniversary_of_battle_of_salta(self): name = "Aniversario de la Batalla de Salta" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "A": self.assertHolidayName( name, holidays, (f"{year}-02-20" for year in range(1977, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1977)) else: self.assertNoHolidayName(name, holidays) def test_memory_of_guemes_salta(self): name = ( "Dia de la memoria del Guerrero de la Independencia y Gobernador " "de la Provincia de Salta General Don Martín Miguel de Güemes" ) self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "A": self.assertHolidayName( name, holidays, (f"{year}-06-17" for year in range(1977, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1977)) else: self.assertNoHolidayName(name, holidays) def test_feasts_of_lord_and_virgin_of_miracle(self): name = "Festividades del Señor y de la Virgen del Milagro" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "A": self.assertHolidayName( name, holidays, (f"{year}-09-13" for year in range(1977, 2050)), (f"{year}-09-14" for year in range(1977, 2050)), (f"{year}-09-15" for year in range(1977, 2050)), ) self.assertNoHolidayName(name, holidays, range(1957, 1977)) else: self.assertNoHolidayName(name, holidays) def test_exaltation_of_holy_cross_day(self): name = "Día de la Exaltación de la Santa Cruz" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "D": self.assertHolidayName( name, holidays, (f"{year}-05-03" for year in range(2004, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2004)) else: self.assertNoHolidayName(name, holidays) def test_saint_louis_day(self): name = "Día de San Luis Rey de Francia" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "D": self.assertHolidayName( name, holidays, (f"{year}-08-25" for year in range(2004, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2004)) else: self.assertNoHolidayName(name, holidays) def test_day_of_remembrance_entre_rios(self): name = "Día Provincial de la Memoria por la Verdad y la Justicia" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "E": self.assertHolidayName( name, holidays, (f"{year}-03-24" for year in range(2018, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2018)) else: self.assertNoHolidayName(name, holidays) def test_commemoration_of_battle_of_caseros(self): name = "Conmemoración de la Batalla de Caseros" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "E": self.assertHolidayName( name, holidays, (f"{year}-02-03" for year in range(1984, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1984)) else: self.assertNoHolidayName(name, holidays) def test_state_workers_day_entre_rios(self): name = "Día del Trabajador Estatal" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "E": self.assertHolidayName( name, holidays, (f"{year}-06-27" for year in range(2004, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2004)) else: self.assertNoHolidayName(name, holidays) def test_saint_michael_archangels_day(self): name = "San Miguel Arcángel" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "E": self.assertHolidayName( name, holidays, (f"{year}-09-29" for year in range(1993, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1993)) else: self.assertNoHolidayName(name, holidays) def test_death_of_juan_facundo_quiroga(self): name = "Día del fallecimiento de Juan Facundo Quiroga" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "F": self.assertHolidayName( name, holidays, (f"{year}-02-16" for year in range(2021, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2021)) else: self.assertNoHolidayName(name, holidays) def test_provincial_autonomy_day(self): name = "Día de la Autonomía Provincial" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "F": self.assertHolidayName( name, holidays, (f"{year}-03-01" for year in range(2020, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2020)) else: self.assertNoHolidayName(name, holidays) def test_day_of_remembrance_la_rioja(self): name = "Día de la Memoria por la Verdad y la Justicia" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "F": self.assertHolidayName( name, holidays, (f"{year}-03-24" for year in range(2017, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2017)) else: self.assertNoHolidayName(name, holidays) def test_malvinas_memorial_day(self): name = "Día de los Caídos en Malvinas" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "F": self.assertHolidayName( name, holidays, (f"{year}-04-02" for year in range(2017, 2021)) ) self.assertNoHolidayName(name, holidays, range(1957, 2017), range(2021, 2050)) else: self.assertNoHolidayName(name, holidays) def test_la_rioja_foundation_day(self): name = "Día de la fundación de La Rioja" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "F": self.assertHolidayName( name, holidays, (f"{year}-05-20" for year in range(2000, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2000)) else: self.assertNoHolidayName(name, holidays) def test_death_of_enrique_angelelli(self): name = "Día del Aniversario del Fallecimiento de Monseñor Enrique Angelelli" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "F": self.assertHolidayName( name, holidays, (f"{year}-08-04" for year in range(2016, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2016)) else: self.assertNoHolidayName(name, holidays) def test_death_of_angel_vicente_penaloza(self): name = "Día del Aniversario del Fallecimiento de Ángel Vicente Peñaloza" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "F": self.assertHolidayName( name, holidays, (f"{year}-11-12" for year in range(2020, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2020)) else: self.assertNoHolidayName(name, holidays) def test_tinkunaco_festival(self): name = "Día del Tinkunaco Riojano" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "F": self.assertHolidayName( name, holidays, (f"{year}-12-31" for year in range(2000, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2000)) else: self.assertNoHolidayName(name, holidays) def test_teachers_day(self): name = "Día del Maestro" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "J": self.assertHolidayName( name, holidays, (f"{year}-09-11" for year in range(2015, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2015)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_mamerto_esquiu(self): name = "Natalicio de Fray Mamerto Esquiú" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "K": self.assertHolidayName( name, holidays, (f"{year}-05-11" for year in range(1990, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1990)) else: self.assertNoHolidayName(name, holidays) def test_catamarca_autonomy_day(self): name = "Autonomía de Catamarca" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "K": self.assertHolidayName( name, holidays, (f"{year}-08-25" for year in range(1990, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1990)) else: self.assertNoHolidayName(name, holidays) def test_miracle_day(self): name = "Día del Milagro" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "K": self.assertHolidayName( name, holidays, (f"{year}-09-07" for year in range(2018, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2018)) else: self.assertNoHolidayName(name, holidays) def test_immaculate_conception_day_catamarka(self): name = "Inmaculada Concepción de María" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "K": self.assertHolidayName( name, holidays, (f"{year}-12-08" for year in range(1989, 2050)) ) self.assertNoHolidayName(name, holidays, range(1976, 1989)) else: self.assertNoHolidayName(name, holidays, range(1976, 1995)) def test_saint_james_day(self): name = "Día del Apóstol Santiago" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "M": self.assertHolidayName( name, holidays, (f"{year}-07-25" for year in range(1977, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1977)) else: self.assertNoHolidayName(name, holidays) def test_anniversary_of_battle_of_tucuman(self): name = "Aniversario de la Batalla de Tucumán" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "T": self.assertHolidayName( name, holidays, (f"{year}-09-24" for year in range(1957, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_plebiscite_1902_trevelin(self): name = "Plebiscito 1902 Trevelin" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "U": self.assertHolidayName( name, holidays, (f"{year}-04-30" for year in range(1984, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1984)) else: self.assertNoHolidayName(name, holidays) def test_anniversary_of_arrival_of_first_welsh_settlers(self): name = "Aniversario del arribo de los primeros colonizadores galeses" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "U": self.assertHolidayName( name, holidays, (f"{year}-07-28" for year in range(1984, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1984)) else: self.assertNoHolidayName(name, holidays) def test_national_petroleum_day(self): name = "Día del Petróleo Nacional" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "U": self.assertHolidayName( name, holidays, (f"{year}-12-13" for year in range(1984, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1984)) else: self.assertNoHolidayName(name, holidays) def test_tehuelches_and_mapuches_declare_loyalty(self): name = "Tehuelches y Mapuches declaran lealtad a la bandera Argentina" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "U": self.assertHolidayName( name, holidays, (f"{year}-11-03" for year in range(2015, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2015)) else: self.assertNoHolidayName(name, holidays) def test_day_of_province_of_tierra_del_fuego(self): name = "Día de la Provincia de Tierra del Fuego, Antártida e Islas del Atlántico Sur" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "V": self.assertHolidayName( name, holidays, (f"{year}-06-01" for year in range(1992, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1992)) else: self.assertNoHolidayName(name, holidays) def test_selknam_genocide_day(self): name = "Día del Genocidio Selk'Nam" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "V": self.assertHolidayName( name, holidays, (f"{year}-11-25" for year in range(2021, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2021)) else: self.assertNoHolidayName(name, holidays) def test_anniversary_of_death_of_belgrano_corrientes(self): name = ( "Día del Aniversario del Fallecimiento del General Manuel José Joaquín " "del Corazón de Jesús Belgrano" ) self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "W": self.assertHolidayName( name, holidays, (f"{year}-06-20" for year in range(2009, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2009)) else: self.assertNoHolidayName(name, holidays) def test_anniversary_of_death_of_san_martin_corrientes(self): name = "Día del Aniversario del Fallecimiento del General José Francisco de San Martín" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "W": self.assertHolidayName( name, holidays, (f"{year}-08-17" for year in range(2009, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2009)) else: self.assertNoHolidayName(name, holidays) def test_carnival_monday_jujuy(self): name = "Lunes de Carnaval" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "Y": self.assertHolidayName( name, holidays, "1984-03-05", "1985-02-18", "1986-02-10", "1987-03-02", "1990-02-26", "1991-02-11", "1992-03-02", "1993-02-22", "1994-02-14", "2005-02-07", "2006-02-27", "2007-02-19", "2008-02-04", "2009-02-23", "2010-02-15", ) self.assertHolidayName(name, holidays, range(1984, 2050)) self.assertNoHolidayName(name, holidays, range(1977, 1984)) else: self.assertNoHolidayName(name, holidays, range(1977, 2011)) def test_carnival_tuesday_jujuy(self): name = "Martes de Carnaval" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "Y": self.assertHolidayName( name, holidays, "1984-03-06", "1985-02-19", "1986-02-11", "1987-03-03", "1990-02-27", "1991-02-12", "1992-03-03", "1993-02-23", "1994-02-15", "2005-02-08", "2006-02-28", "2007-02-20", "2008-02-05", "2009-02-24", "2010-02-16", ) self.assertHolidayName(name, holidays, range(1984, 2050)) self.assertNoHolidayName(name, holidays, range(1977, 1984)) else: self.assertNoHolidayName(name, holidays, range(1977, 2011)) def test_jujuy_exodus_day(self): name = "Día del Éxodo Jujeño" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "Y": self.assertHolidayName( name, holidays, (f"{year}-08-23" for year in range(1984, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1984)) else: self.assertNoHolidayName(name, holidays) def test_jujuy_political_autonomy_day(self): name = "Autonomía Política de Jujuy" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "Y": self.assertHolidayName( name, holidays, (f"{year}-11-18" for year in range(1984, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1984)) else: self.assertNoHolidayName(name, holidays) def test_pachamama_day(self): name = "Día de la Pachamama" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "Y": self.assertHolidayName( name, holidays, (f"{year}-08-01" for year in range(1996, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1996)) else: self.assertNoHolidayName(name, holidays) def test_day_of_virgin_of_rosary_of_rio_blanco_and_paypaya(self): name = "Día de la Virgen del Rosario de Río Blanco y Paypaya" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "Y": self.assertHolidayName( name, holidays, (f"{year}-10-07" for year in range(1997, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 1997)) else: self.assertNoHolidayName(name, holidays) def test_great_day_of_jujuy(self): name = "Día Grande de Jujuy" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "Y": self.assertHolidayName( name, holidays, (f"{year}-04-27" for year in range(2021, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2021)) else: self.assertNoHolidayName(name, holidays) def test_saint_john_boscos_day(self): name = "Homenaje al Patrono de la Provincia San Juan Bosco" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "Z": self.assertHolidayName( name, holidays, (f"{year}-01-31" for year in range(2007, 2015)), (f"{year}-08-16" for year in range(2015, 2050)), ) self.assertNoHolidayName(name, holidays, range(1957, 2007)) else: self.assertNoHolidayName(name, holidays) def test_anniversary_of_death_of_nestor_carlos_kirchner(self): name = ( "Día del Aniversario del Fallecimiento del ex Presidente de la Nación " "Doctor Néstor Carlos Kirchner" ) self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "Z": self.assertHolidayName( name, holidays, (f"{year}-10-27" for year in range(2014, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2014)) else: self.assertNoHolidayName(name, holidays) def test_commemoration_of_workers_shot_in_patagonian_strikes(self): name = "Conmemoración a los obreros fusilados en las Huelgas Patagónicas" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "Z": self.assertHolidayName( name, holidays, (f"{year}-12-07" for year in range(2019, 2050)) ) self.assertNoHolidayName(name, holidays, range(1957, 2019)) else: self.assertNoHolidayName(name, holidays) def test_armenian_holidays(self): name = "Día de acción por la tolerancia y el respeto entre los pueblos" armenian_holidays = Argentina(categories=ARMENIAN, years=range(1957, 2050)) self.assertNoHolidayName(name) self.assertHolidayName( name, armenian_holidays, (f"{year}-04-24" for year in range(2007, 2050)) ) self.assertNoHolidayName(name, armenian_holidays, range(1957, 2007)) def test_bank_holidays(self): name = "Día del Bancario" bank_holidays = Argentina(categories=BANK, years=range(1957, 2050)) self.assertNoHolidayName(name) self.assertHolidayName( name, bank_holidays, (f"{year}-11-06" for year in range(1975, 2050)) ) self.assertNoHolidayName(name, bank_holidays, range(1957, 1975)) def test_government_holidays(self): name = "Día del Trabajador del Estado" government_holidays = Argentina(categories=GOVERNMENT, years=range(1957, 2050)) self.assertNoHolidayName(name) self.assertHolidayName( name, government_holidays, (f"{year}-06-27" for year in range(2014, 2050)) ) self.assertNoHolidayName(name, government_holidays, range(1957, 2014)) def test_hebrew_holidays(self): hebrew_holidays = Argentina(categories=HEBREW, years=range(1957, 2050)) name = "Año Nuevo Judío (Rosh Hashana)" self.assertNoHolidayName(name) self.assertHolidayName( name, hebrew_holidays, "1996-09-14", "1996-09-15", "1997-10-02", "1997-10-03", "2018-09-10", "2018-09-11", "2019-09-30", "2019-10-01", "2020-09-19", "2020-09-20", "2021-09-07", "2021-09-08", "2022-09-26", "2022-09-27", "2023-09-16", "2023-09-17", "2024-10-03", "2024-10-04", "2025-09-23", "2025-09-24", ) self.assertHolidayName(name, hebrew_holidays, range(1996, 2050)) self.assertNoHolidayName(name, hebrew_holidays, range(1957, 1996)) name = "Día del Perdón (Iom Kipur)" self.assertNoHolidayName(name) self.assertHolidayName( name, hebrew_holidays, "1996-09-23", "1997-10-11", "2018-09-19", "2019-10-09", "2020-09-28", "2021-09-16", "2022-10-05", "2023-09-25", "2024-10-12", "2025-10-02", ) self.assertHolidayName(name, hebrew_holidays, range(1996, 2050)) self.assertNoHolidayName(name, hebrew_holidays, range(1957, 1996)) name = "Pascua Judía (Pésaj)" self.assertNoHolidayName(name) self.assertHolidayName( name, hebrew_holidays, "2007-04-03", "2007-04-04", "2007-04-09", "2007-04-10", "2008-04-20", "2008-04-21", "2008-04-26", "2008-04-27", "2018-03-31", "2018-04-01", "2018-04-06", "2018-04-07", "2019-04-20", "2019-04-21", "2019-04-26", "2019-04-27", "2020-04-09", "2020-04-10", "2020-04-15", "2020-04-16", "2021-03-28", "2021-03-29", "2021-04-03", "2021-04-04", "2022-04-16", "2022-04-17", "2022-04-22", "2022-04-23", "2023-04-06", "2023-04-07", "2023-04-12", "2023-04-13", "2024-04-23", "2024-04-24", "2024-04-29", "2024-04-30", "2025-04-13", "2025-04-14", "2025-04-19", "2025-04-20", ) self.assertHolidayName(name, hebrew_holidays, range(2007, 2050)) self.assertNoHolidayName(name, hebrew_holidays, range(1957, 2007)) def test_islamic_holidays(self): islamic_holidays = Argentina( categories=ISLAMIC, years=range(1957, 2050), islamic_show_estimated=False ) name = "Año Nuevo Musulmán (Hégira)" self.assertNoHolidayName(name) self.assertHolidayName( name, islamic_holidays, "2019-08-31", "2020-08-20", "2021-08-08", "2022-07-30", "2023-07-19", "2024-07-07", "2025-06-26", ) self.assertHolidayName(name, islamic_holidays, range(1997, 2050)) self.assertNoHolidayName(name, islamic_holidays, range(1957, 1997)) name = "Día posterior a la culminación del ayuno (Id Al-Fitr)" self.assertNoHolidayName(name) self.assertHolidayName( name, islamic_holidays, "2019-06-04", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-21", "2024-04-10", "2025-03-31", ) self.assertHolidayName(name, islamic_holidays, range(1997, 2050)) self.assertNoHolidayName(name, islamic_holidays, range(1957, 1997)) name = "Día de la Fiesta del Sacrificio (Id Al-Adha)" self.assertNoHolidayName(name) self.assertHolidayName( name, islamic_holidays, "2019-08-11", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-28", "2024-06-16", "2025-06-10", ) self.assertHolidayName(name, islamic_holidays, range(1997, 2050)) self.assertNoHolidayName(name, islamic_holidays, range(1957, 1997)) def test_2022(self): self.assertHolidays( Argentina(years=2022), ("2022-01-01", "Año Nuevo"), ("2022-02-28", "Lunes de Carnaval"), ("2022-03-01", "Martes de Carnaval"), ("2022-03-24", "Día Nacional de la Memoria por la Verdad y la Justicia"), ("2022-04-02", "Día del Veterano y de los Caidos en la Guerra de Malvinas"), ("2022-04-14", "Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-05-01", "Día del Trabajo"), ("2022-05-18", "Censo Nacional 2022"), ("2022-05-25", "Día de la Revolución de Mayo"), ("2022-06-17", "Paso a la Inmortalidad del General Don Martín Miguel de Güemes"), ("2022-06-20", "Paso a la Inmortalidad del General Don Manuel Belgrano"), ("2022-07-09", "Día de la Independencia"), ("2022-08-15", "Paso a la Inmortalidad del General Don José de San Martín"), ("2022-10-07", "Feriado con fines turísticos"), ("2022-10-10", "Día del Respeto a la Diversidad Cultural"), ("2022-11-20", "Día de la Soberanía Nacional"), ("2022-11-21", "Feriado con fines turísticos"), ("2022-12-08", "Inmaculada Concepción de María"), ("2022-12-09", "Feriado con fines turísticos"), ("2022-12-20", "Día de la Victoria de la Copa Mundial de la FIFA 2022"), ("2022-12-25", "Navidad"), ) def test_2023(self): self.assertHolidays( Argentina(years=2023), ("2023-01-01", "Año Nuevo"), ("2023-02-20", "Lunes de Carnaval"), ("2023-02-21", "Martes de Carnaval"), ("2023-03-24", "Día Nacional de la Memoria por la Verdad y la Justicia"), ("2023-04-02", "Día del Veterano y de los Caidos en la Guerra de Malvinas"), ("2023-04-06", "Jueves Santo"), ("2023-04-07", "Viernes Santo"), ("2023-05-01", "Día del Trabajo"), ("2023-05-25", "Día de la Revolución de Mayo"), ("2023-05-26", "Feriado con fines turísticos"), ("2023-06-17", "Paso a la Inmortalidad del General Don Martín Miguel de Güemes"), ("2023-06-19", "Feriado con fines turísticos"), ("2023-06-20", "Paso a la Inmortalidad del General Don Manuel Belgrano"), ("2023-07-09", "Día de la Independencia"), ("2023-08-21", "Paso a la Inmortalidad del General Don José de San Martín"), ("2023-10-13", "Feriado con fines turísticos"), ("2023-10-16", "Día del Respeto a la Diversidad Cultural"), ("2023-11-20", "Día de la Soberanía Nacional"), ("2023-12-08", "Inmaculada Concepción de María"), ("2023-12-25", "Navidad"), ) def test_2024(self): self.assertHolidays( Argentina(years=2024), ("2024-01-01", "Año Nuevo"), ("2024-02-12", "Lunes de Carnaval"), ("2024-02-13", "Martes de Carnaval"), ("2024-03-24", "Día Nacional de la Memoria por la Verdad y la Justicia"), ("2024-03-28", "Jueves Santo"), ("2024-03-29", "Viernes Santo"), ("2024-04-01", "Feriado con fines turísticos"), ("2024-04-02", "Día del Veterano y de los Caidos en la Guerra de Malvinas"), ("2024-05-01", "Día del Trabajo"), ("2024-05-25", "Día de la Revolución de Mayo"), ("2024-06-17", "Paso a la Inmortalidad del General Don Martín Miguel de Güemes"), ("2024-06-20", "Paso a la Inmortalidad del General Don Manuel Belgrano"), ("2024-06-21", "Feriado con fines turísticos"), ("2024-07-09", "Día de la Independencia"), ("2024-08-17", "Paso a la Inmortalidad del General Don José de San Martín"), ("2024-10-11", "Feriado con fines turísticos"), ("2024-10-12", "Día del Respeto a la Diversidad Cultural"), ("2024-11-18", "Día de la Soberanía Nacional"), ("2024-12-08", "Inmaculada Concepción de María"), ("2024-12-25", "Navidad"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-02-03", "Conmemoración de la Batalla de Caseros"), ("2022-02-16", "Día del fallecimiento de Juan Facundo Quiroga"), ("2022-02-20", "Aniversario de la Batalla de Salta"), ("2022-02-28", "Lunes de Carnaval"), ("2022-03-01", "Día de la Autonomía Provincial; Martes de Carnaval"), ( "2022-03-24", "Día Nacional de la Memoria por la Verdad y la Justicia; " "Día Provincial de la Memoria por la Verdad y la Justicia; " "Día de la Memoria por la Verdad y la Justicia", ), ("2022-04-02", "Día del Veterano y de los Caidos en la Guerra de Malvinas"), ("2022-04-14", "Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-04-16", "Pascua Judía (Pésaj)"), ("2022-04-17", "Pascua Judía (Pésaj)"), ("2022-04-22", "Pascua Judía (Pésaj)"), ("2022-04-23", "Pascua Judía (Pésaj)"), ("2022-04-24", "Día de acción por la tolerancia y el respeto entre los pueblos"), ("2022-04-27", "Día Grande de Jujuy"), ("2022-04-30", "Plebiscito 1902 Trevelin"), ("2022-05-01", "Día del Trabajo"), ("2022-05-02", "Día posterior a la culminación del ayuno (Id Al-Fitr)"), ("2022-05-03", "Día de la Exaltación de la Santa Cruz"), ("2022-05-11", "Natalicio de Fray Mamerto Esquiú"), ("2022-05-18", "Censo Nacional 2022"), ("2022-05-20", "Día de la fundación de La Rioja"), ("2022-05-25", "Día de la Revolución de Mayo"), ( "2022-06-01", "Día de la Provincia de Tierra del Fuego, Antártida e Islas del Atlántico Sur", ), ( "2022-06-17", "Dia de la memoria del Guerrero de la Independencia y Gobernador de la Provincia " "de Salta General Don Martín Miguel de Güemes; " "Paso a la Inmortalidad del General Don Martín Miguel de Güemes", ), ( "2022-06-20", "Día del Aniversario del Fallecimiento del General Manuel José Joaquín " "del Corazón de Jesús Belgrano; " "Paso a la Inmortalidad del General Don Manuel Belgrano", ), ("2022-06-27", "Día del Trabajador Estatal; Día del Trabajador del Estado"), ( "2022-07-09", "Día de la Fiesta del Sacrificio (Id Al-Adha); Día de la Independencia", ), ("2022-07-25", "Día del Apóstol Santiago"), ("2022-07-28", "Aniversario del arribo de los primeros colonizadores galeses"), ("2022-07-30", "Año Nuevo Musulmán (Hégira)"), ("2022-08-01", "Día de la Pachamama"), ("2022-08-04", "Día del Aniversario del Fallecimiento de Monseñor Enrique Angelelli"), ("2022-08-15", "Paso a la Inmortalidad del General Don José de San Martín"), ("2022-08-16", "Homenaje al Patrono de la Provincia San Juan Bosco"), ( "2022-08-17", "Día del Aniversario del Fallecimiento del General José Francisco de San Martín", ), ("2022-08-23", "Día del Éxodo Jujeño"), ("2022-08-25", "Autonomía de Catamarca; Día de San Luis Rey de Francia"), ("2022-09-07", "Día del Milagro"), ("2022-09-11", "Día del Maestro"), ("2022-09-13", "Festividades del Señor y de la Virgen del Milagro"), ("2022-09-14", "Festividades del Señor y de la Virgen del Milagro"), ("2022-09-15", "Festividades del Señor y de la Virgen del Milagro"), ("2022-09-24", "Aniversario de la Batalla de Tucumán"), ("2022-09-26", "Año Nuevo Judío (Rosh Hashana)"), ("2022-09-27", "Año Nuevo Judío (Rosh Hashana)"), ("2022-09-29", "San Miguel Arcángel"), ("2022-10-05", "Día del Perdón (Iom Kipur)"), ( "2022-10-07", "Día de la Virgen del Rosario de Río Blanco y Paypaya; " "Feriado con fines turísticos", ), ("2022-10-10", "Día del Respeto a la Diversidad Cultural"), ( "2022-10-27", "Día del Aniversario del Fallecimiento del ex Presidente de la Nación " "Doctor Néstor Carlos Kirchner", ), ("2022-11-03", "Tehuelches y Mapuches declaran lealtad a la bandera Argentina"), ("2022-11-06", "Día del Bancario"), ("2022-11-12", "Día del Aniversario del Fallecimiento de Ángel Vicente Peñaloza"), ("2022-11-18", "Autonomía Política de Jujuy"), ("2022-11-20", "Día de la Soberanía Nacional"), ("2022-11-21", "Feriado con fines turísticos"), ("2022-11-25", "Día del Genocidio Selk'Nam"), ("2022-12-07", "Conmemoración a los obreros fusilados en las Huelgas Patagónicas"), ("2022-12-08", "Inmaculada Concepción de María"), ("2022-12-09", "Feriado con fines turísticos"), ("2022-12-13", "Día del Petróleo Nacional"), ("2022-12-20", "Día de la Victoria de la Copa Mundial de la FIFA 2022"), ("2022-12-25", "Navidad"), ("2022-12-31", "Día del Tinkunaco Riojano"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-02-03", "Commemoration of the Battle of Caseros"), ("2022-02-16", "Day of the Death of Juan Facundo Quiroga"), ("2022-02-20", "Anniversary of the Battle of Salta"), ("2022-02-28", "Carnival Monday"), ("2022-03-01", "Carnival Tuesday; Provincial Autonomy Day"), ( "2022-03-24", "Day of Remembrance for Truth and Justice; " "National Day of Remembrance for Truth and Justice; " "Provincial Day of Remembrance for Truth and Justice", ), ("2022-04-02", "Veteran's Day and the Fallen in the Malvinas War"), ("2022-04-14", "Maundy Thursday"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Pesach"), ("2022-04-17", "Pesach"), ("2022-04-22", "Pesach"), ("2022-04-23", "Pesach"), ("2022-04-24", "Day of Action for Tolerance and Respect among Peoples"), ("2022-04-27", "Great Day of Jujuy"), ("2022-04-30", "Plebiscite 1902 Trevelin"), ("2022-05-01", "Labor Day"), ("2022-05-02", "Eid al-Fitr"), ("2022-05-03", "Exaltation of the Holy Cross Day"), ("2022-05-11", "Birthday of Mamerto Esquiú"), ("2022-05-18", "National Census Day 2022"), ("2022-05-20", "La Rioja Foundation Day"), ("2022-05-25", "May Revolution Day"), ( "2022-06-01", "Day of the Province of Tierra del Fuego, Antarctica and the South " "Atlantic Islands", ), ( "2022-06-17", "Day of Memory of General Don Martín Miguel de Güemes; " "Pass to the Immortality of General Don Martín Miguel de Güemes", ), ( "2022-06-20", "Anniversary of the Death of General Manuel Belgrano; " "Pass to the Immortality of General Don Manuel Belgrano", ), ("2022-06-27", "State Worker's Day"), ("2022-07-09", "Eid al-Adha; Independence Day"), ("2022-07-25", "Saint James' Day"), ("2022-07-28", "Anniversary of the arrival of the first Welsh settlers"), ("2022-07-30", "Islamic New Year"), ("2022-08-01", "Pachamama Day"), ("2022-08-04", "Anniversary of the Death of Enrique Angelelli"), ("2022-08-15", "Pass to the Immortality of General Don José de San Martín"), ("2022-08-16", "Saint John Bosco's Day"), ("2022-08-17", "Anniversary of the Death of General José Francisco de San Martín"), ("2022-08-23", "Jujuy Exodus Day"), ("2022-08-25", "Catamarca Autonomy Day; Saint Louis the King of France's Day"), ("2022-09-07", "Miracle Day"), ("2022-09-11", "Teacher's Day"), ("2022-09-13", "Feasts of the Lord and the Virgin of Miracle"), ("2022-09-14", "Feasts of the Lord and the Virgin of Miracle"), ("2022-09-15", "Feasts of the Lord and the Virgin of Miracle"), ("2022-09-24", "Anniversary of the Battle of Tucumán"), ("2022-09-26", "Rosh Hashanah"), ("2022-09-27", "Rosh Hashanah"), ("2022-09-29", "Saint Michael the Archangel's Day"), ("2022-10-05", "Yom Kippur"), ( "2022-10-07", "Bridge Public Holiday; Day of the Virgin of the Rosary of Río Blanco and Paypaya", ), ("2022-10-10", "Respect for Cultural Diversity Day"), ("2022-10-27", "Anniversary of the Death of Néstor Carlos Kirchner"), ("2022-11-03", "Tehuelches and Mapuches declare loyalty to the Argentine flag"), ("2022-11-06", "Bankers' Day"), ("2022-11-12", "Anniversary of the Death of Ángel Vicente Peñaloza"), ("2022-11-18", "Jujuy Political Autonomy Day"), ("2022-11-20", "National Sovereignty Day"), ("2022-11-21", "Bridge Public Holiday"), ("2022-11-25", "Selk'Nam Genocide Day"), ("2022-12-07", "Commemoration of the workers shot in the Patagonian Strikes"), ("2022-12-08", "Immaculate Conception"), ("2022-12-09", "Bridge Public Holiday"), ("2022-12-13", "National Petroleum Day"), ("2022-12-20", "FIFA World Cup 2022 Victory Day"), ("2022-12-25", "Christmas Day"), ("2022-12-31", "Tinkunaco Festival"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-02-03", "День битви під Касеросом"), ("2022-02-16", "День смерті Хуана Факундо Кіроги"), ("2022-02-20", "Річниця битви при Сальті"), ("2022-02-28", "Карнавальний понеділок"), ("2022-03-01", "День провінційної автономії; Карнавальний вівторок"), ( "2022-03-24", "День памʼяті заради правди та правосуддя; " "Національний день памʼяті заради правди та правосуддя; " "Провінційний день памʼяті заради правди та правосуддя", ), ("2022-04-02", "День ветеранів та загиблих на Мальвінській війні"), ("2022-04-14", "Великий четвер"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-16", "Песах"), ("2022-04-17", "Песах"), ("2022-04-22", "Песах"), ("2022-04-23", "Песах"), ("2022-04-24", "День дій на підтримку толерантності та поваги між народами"), ("2022-04-27", "Великий День Хухуя"), ("2022-04-30", "Річниця плебісциту 1902 року"), ("2022-05-01", "День праці"), ("2022-05-02", "Рамазан-байрам"), ("2022-05-03", "День Воздвиження Хреста Господнього"), ("2022-05-11", "День народження Мамерто Ескуї"), ("2022-05-18", "День національного перепису 2022"), ("2022-05-20", "День заснування Ла-Ріохи"), ("2022-05-25", "День Травневої революції"), ( "2022-06-01", "День провінції Вогняна Земля, Антарктиди і Південноатлантичних островів", ), ("2022-06-17", "День памʼяті генерала Мартіна Мігеля де Гуемеса"), ( "2022-06-20", "День памʼяті генерала Мануеля Бельграно; День смерті генерала Мануеля Бельграно", ), ("2022-06-27", "День державного службовця"), ("2022-07-09", "День незалежності; Курбан-байрам"), ("2022-07-25", "День Святого Якова"), ("2022-07-28", "Річниця прибуття перших валлійських поселенців"), ("2022-07-30", "Ісламський Новий рік"), ("2022-08-01", "День Пачамами"), ("2022-08-04", "День смерті Енріке Анхелельї"), ("2022-08-15", "День памʼяті генерала Хосе де Сан-Мартіна"), ("2022-08-16", "День Святого Івана Боско"), ("2022-08-17", "День смерті генерала Хосе де Сан-Мартіна"), ("2022-08-23", "День Виходу Хухуя"), ("2022-08-25", "День Святого Людовика; День автономії Катамарки"), ("2022-09-07", "День дива"), ("2022-09-11", "День учителя"), ("2022-09-13", "Свято Господа та Богородиці Чуда"), ("2022-09-14", "Свято Господа та Богородиці Чуда"), ("2022-09-15", "Свято Господа та Богородиці Чуда"), ("2022-09-24", "Річниця битви при Тукумані"), ("2022-09-26", "Рош га-Шана"), ("2022-09-27", "Рош га-Шана"), ("2022-09-29", "День Святого Архангела Михаїла"), ("2022-10-05", "Йом Кіпур"), ("2022-10-07", "День Богородиці Вервиці Ріо-Бланко і Пайпаї; Додатковий вихідний"), ("2022-10-10", "День поваги до культурного різноманіття"), ("2022-10-27", "День смерті Нестора Карлоса Кіршнера"), ("2022-11-03", "День присяги теуелче та мапуче на вірність аргентинському прапору"), ("2022-11-06", "День банківських працівників"), ("2022-11-12", "День смерті Анхеля Вісенте Пеньялоса"), ("2022-11-18", "День політичної автономії Хухуя"), ("2022-11-20", "День національного суверенітету"), ("2022-11-21", "Додатковий вихідний"), ("2022-11-25", "День геноциду народу селькнам"), ( "2022-12-07", "Вшанування пам'яті робітників, розстріляних під час Патагонських страйків", ), ("2022-12-08", "Непорочне зачаття Діви Марії"), ("2022-12-09", "Додатковий вихідний"), ("2022-12-13", "Національний день нафти"), ("2022-12-20", "День перемоги збірної Аргентини на Чемпіонаті світу з футболу 2022"), ("2022-12-25", "Різдво Христове"), ("2022-12-31", "Свято Тінкунако"), ) holidays-0.71/tests/countries/test_armenia.py000066400000000000000000000120401500152103600214450ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.armenia import Armenia, AM, ARM from tests.common import CommonCountryTests class TestArmenia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Armenia, years=range(1991, 2050)) def test_country_aliases(self): self.assertAliases(Armenia, AM, ARM) def test_no_holidays(self): self.assertNoHolidays(Armenia(years=1990)) def test_new_year_christmas(self): for year in range(1991, 2050): self.assertHoliday( f"{year}-01-01", f"{year}-01-02", f"{year}-01-06", f"{year}-12-31", ) for year in range(2010, 2022): self.assertHoliday( f"{year}-01-03", f"{year}-01-04", f"{year}-01-05", f"{year}-01-07", ) for year in range(1991, 2010): self.assertNoHoliday( f"{year}-01-03", f"{year}-01-04", f"{year}-01-05", f"{year}-01-07", ) for year in range(2022, 2050): self.assertNoHoliday( f"{year}-01-03", f"{year}-01-04", f"{year}-01-05", f"{year}-01-07", ) def test_army_day(self): self.assertHoliday(f"{year}-01-28" for year in range(2003, 2050)) self.assertNoHoliday(f"{year}-01-28" for year in range(1991, 2003)) def test_women_day(self): self.assertHoliday(f"{year}-03-08" for year in range(1991, 2050)) def test_motherhood_and_beauty_day(self): self.assertHoliday(f"{year}-04-07" for year in range(1994, 2002)) self.assertNoHoliday(f"{year}-04-07" for year in range(1991, 1994)) self.assertNoHoliday(f"{year}-04-07" for year in range(2002, 2050)) def test_genocide_remembrance_day(self): self.assertHoliday(f"{year}-04-24" for year in range(1991, 2050)) def test_labour_day(self): self.assertHoliday(f"{year}-05-01" for year in range(2001, 2050)) self.assertNoHoliday(f"{year}-05-01" for year in range(1991, 2001)) may1_old_name = "Աշխատավորների համերաշխության միջազգային օր" self.assertHolidayName(may1_old_name, "2001-05-01") self.assertNoHolidayName(may1_old_name, 2002) def test_victory_day(self): self.assertHoliday(f"{year}-05-09" for year in range(1995, 2050)) self.assertNoHoliday(f"{year}-05-09" for year in range(1991, 1995)) def test_republic_day(self): self.assertHoliday(f"{year}-05-28" for year in range(1991, 2050)) def test_constitution_day(self): self.assertHoliday(f"{year}-07-05" for year in range(1996, 2050)) self.assertNoHoliday(f"{year}-07-05" for year in range(1991, 1996)) def test_independence_day(self): self.assertHoliday(f"{year}-09-21" for year in range(1992, 2050)) self.assertNoHoliday(f"{year}-09-21" for year in range(1991, 1992)) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Նոր տարվա օր"), ("2022-01-02", "Նոր տարվա օր"), ("2022-01-06", "Սուրբ Ծնունդ եւ Հայտնություն"), ("2022-01-28", "Բանակի օր"), ("2022-03-08", "Կանանց տոն"), ("2022-04-24", "Եղեռնի զոհերի հիշատակի օր"), ("2022-05-01", "Աշխատանքի օր"), ("2022-05-09", "Հաղթանակի և Խաղաղության տոն"), ("2022-05-28", "Հանրապետության օր"), ("2022-07-05", "Սահմանադրության օր"), ("2022-09-21", "Անկախության օր"), ("2022-12-31", "Նոր տարվա գիշեր"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-02", "New Year's Day"), ("2022-01-06", "Christmas and Epiphany Day"), ("2022-01-28", "Army Day"), ("2022-03-08", "Women's Day"), ("2022-04-24", "Genocide Memorial Day"), ("2022-05-01", "Labor Day"), ("2022-05-09", "Victory and Peace Day"), ("2022-05-28", "Republic Day"), ("2022-07-05", "Constitution Day"), ("2022-09-21", "Independence Day"), ("2022-12-31", "New Year's Eve"), ) holidays-0.71/tests/countries/test_aruba.py000066400000000000000000000157641500152103600211430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.aruba import Aruba, AW, ABW from tests.common import CommonCountryTests class TestAruba(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Aruba, years=range(1947, 2077)) def test_country_aliases(self): self.assertAliases(Aruba, AW, ABW) def test_no_holidays(self): self.assertNoHolidays(Aruba(years=1946)) def test_2017(self): self.assertHolidays( Aruba(years=2017), ("2017-01-01", "Aña Nobo"), ("2017-01-25", "Dia di Betico"), ("2017-02-27", "Dialuna despues di Carnaval Grandi"), ("2017-03-18", "Dia di Himno y Bandera"), ("2017-04-14", "Bierna Santo"), ("2017-04-17", "Di dos dia di Pasco di Resureccion"), ("2017-04-27", "Aña di Rey"), ("2017-05-01", "Dia di Obrero"), ("2017-05-25", "Dia di Asuncion"), ("2017-12-25", "Pasco di Nacemento"), ("2017-12-26", "Di dos dia di Pasco di Nacemento"), ) def test_betico_day(self): name = "Dia di Betico" self.assertNoHolidayName(name, 1988) self.assertHolidayName(name, (f"{year}-01-25" for year in range(1989, 2077))) def test_carnival_monday(self): name_carnival = "Dialuna despues di Carnaval Grandi" name_mon_ash = "Dialuna prome cu diaranson di shinish" self.assertNoHolidayName(name_carnival, 1955) self.assertNoHolidayName(name_mon_ash, 1955) self.assertHolidayName( name_carnival, "2016-02-08", "2017-02-27", "2018-02-12", "2019-03-04", "2020-02-24", "2021-02-15", "2022-02-28", ) self.assertNoHolidayName(name_mon_ash, range(1956, 2023)) self.assertHolidayName(name_mon_ash, "2023-02-20") self.assertNoHolidayName(name_carnival, range(2023, 2077)) def test_anthem_and_flag_day(self): name = "Dia di Himno y Bandera" self.assertNoHolidayName(name, 1975) self.assertHolidayName(name, (f"{year}-03-18" for year in range(1976, 2077))) def test_queens_day(self): name = "Aña di La Reina" self.assertHolidayName( name, "1947-09-01", "1948-08-31", "1950-05-01", "1961-05-01", "1965-04-30", "1967-05-01", "1972-05-01", "1978-05-01", "1989-04-29", "1995-04-29", "2000-04-29", "2006-04-29", "2013-04-30", ) self.assertNoHoliday( "1947-08-31", "1950-04-30", "1961-04-30", "1967-04-30", "1972-04-30", "1978-04-30", "1995-04-30", "1989-04-30", "2000-04-30", "2006-04-30", ) self.assertNoHolidayName(name, 2014) def test_king_day(self): name_ana = "Aña di Rey" name_dia = "Dia di Rey" self.assertNoHolidayName(name_ana, 2013) self.assertNoHolidayName(name_dia, 2013) self.assertHolidayName( name_ana, "2016-04-27", "2017-04-27", "2018-04-27", "2019-04-27", "2020-04-27", ) self.assertNoHolidayName(name_dia, range(2013, 2021)) self.assertHolidayName( name_dia, "2021-04-27", "2022-04-27", "2023-04-27", "2024-04-27", "2025-04-26", "2031-04-26", "2036-04-26", ) self.assertNoHolidayName(name_ana, range(2021, 2077)) self.assertNoHoliday( "2014-04-27", "2025-04-27", "2031-04-27", "2036-04-27", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Aña Nobo"), ("2023-01-25", "Dia di Betico"), ("2023-02-20", "Dialuna prome cu diaranson di shinish"), ("2023-03-18", "Dia di Himno y Bandera"), ("2023-04-07", "Bierna Santo"), ("2023-04-10", "Di dos dia di Pasco di Resureccion"), ("2023-04-27", "Dia di Rey"), ("2023-05-01", "Dia di Obrero"), ("2023-05-18", "Dia di Asuncion"), ("2023-12-25", "Pasco di Nacemento"), ("2023-12-26", "Di dos dia di Pasco di Nacemento"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-25", "Betico Day"), ("2023-02-20", "Monday before Ash Wednesday"), ("2023-03-18", "National Anthem and Flag Day"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-04-27", "King's Day"), ("2023-05-01", "Labor Day"), ("2023-05-18", "Ascension Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Second Day of Christmas"), ) def test_l10n_nl(self): self.assertLocalizedHolidays( "nl", ("2023-01-01", "Nieuwjaarsdag"), ("2023-01-25", "Beticodag"), ("2023-02-20", "Maandag voor Aswoensdag"), ("2023-03-18", "Nationale vlag en volkslied"), ("2023-04-07", "Goede vrijdag"), ("2023-04-10", "Tweede paasdag"), ("2023-04-27", "Koningsdag"), ("2023-05-01", "Dag van de arbeid"), ("2023-05-18", "Hemelvaartsdag"), ("2023-12-25", "Kerst"), ("2023-12-26", "Tweede kerstdag"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "Новий рік"), ("2023-01-25", "День Бетіко"), ("2023-02-20", "Понеділок перед Попільною середою"), ("2023-03-18", "День державного гімну та прапора"), ("2023-04-07", "Страсна пʼятниця"), ("2023-04-10", "Великодній понеділок"), ("2023-04-27", "День короля"), ("2023-05-01", "День праці"), ("2023-05-18", "Вознесіння Господнє"), ("2023-12-25", "Різдво Христове"), ("2023-12-26", "Другий день Різдва"), ) holidays-0.71/tests/countries/test_australia.py000066400000000000000000001001161500152103600220200ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import JAN, MAR, APR, MAY, JUN, AUG, SEP, OCT, NOV, DEC from holidays.constants import BANK, HALF_DAY, PUBLIC from holidays.countries.australia import Australia, AU, AUS from tests.common import CommonCountryTests class TestAustralia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1900, 2050) super().setUpClass(Australia, years=years) cls.subdiv_holidays = { subdiv: Australia(subdiv=subdiv, years=years) for subdiv in Australia.subdivisions } def _assertVariableDays(self, year: int, subdiv_holidays: dict): # noqa: N802 observed_prov_holidays = { subdiv: Australia(subdiv=subdiv, years=year) for subdiv in Australia.subdivisions } for hol_date, hol_provs in subdiv_holidays.items(): dt = date(year, *hol_date) for subdiv, prov_holidays in observed_prov_holidays.items(): self.assertEqual( dt in prov_holidays, subdiv in hol_provs, f"Failed date `{dt:%Y-%m-%d}`, province `{subdiv}`: {', '.join(hol_provs)}", ) def test_country_aliases(self): self.assertAliases(Australia, AU, AUS) def test_new_years(self): name = "New Year's Day" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1900, 2050))) for holidays in self.subdiv_holidays.values(): self.assertHolidayName(name, holidays, range(1900, 2050)) def test_australia_day(self): name_1 = "Anniversary Day" name_2 = "Australia Day" self.assertHolidayName(name_2, (f"{year}-01-26" for year in range(1935, 2050))) self.assertNoHolidayName(name_2, range(1900, 1935)) self.assertNoHoliday(f"{year}-01-26" for year in range(1900, 1935)) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NSW": self.assertHolidayName(name_1, holidays, range(1900, 1946)) self.assertHolidayName(name_2, holidays, range(1946, 2050)) self.assertNoHolidayName(name_1, holidays, range(1946, 2050)) self.assertNoHolidayName(name_2, holidays, range(1900, 1946)) self.assertNoHolidayName(name_1, Australia(subdiv="NSW", years=1887)) elif subdiv == "SA": self.assertHolidayName(name_2, holidays, range(1935, 2050)) self.assertNoHolidayName(name_2, holidays, range(1900, 1935)) self.assertNoHolidayName(name_1, holidays) else: self.assertHolidayName(name_1, holidays, range(1900, 1935)) self.assertHolidayName(name_2, holidays, range(1935, 2050)) self.assertNoHolidayName(name_1, holidays, range(1935, 2050)) self.assertNoHolidayName(name_2, holidays, range(1900, 1935)) self.assertNoHolidayName(name_1, Australia(subdiv=subdiv, years=1887)) def test_good_friday(self): name = "Good Friday" dt = ( "1999-04-02", "2000-04-21", "2010-04-02", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1900, 2050)) for holidays in self.subdiv_holidays.values(): self.assertHolidayName(name, holidays, dt) self.assertHolidayName(name, holidays, range(1900, 2050)) def test_easter_saturday(self): name = "Easter Saturday" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "VIC": self.assertHolidayName(name, holidays, range(2003, 2050)) self.assertNoHolidayName(name, holidays, range(1900, 2003)) elif subdiv in {"TAS", "WA"}: self.assertNoHolidayName(name, holidays) else: self.assertHolidayName(name, holidays, range(1900, 2050)) def test_easter_sunday(self): name = "Easter Sunday" self.assertNoHolidayName(name) start_years = { "ACT": 2016, "NSW": 2011, "NT": 2024, "QLD": 2017, "SA": 2024, "VIC": 2016, "WA": 2022, } for subdiv, holidays in self.subdiv_holidays.items(): start_year = start_years.get(subdiv) if start_year: self.assertHolidayName(name, holidays, range(start_year, 2050)) self.assertNoHolidayName(name, holidays, range(1900, start_year)) else: self.assertNoHolidayName(name, holidays) def test_easter_monday(self): name = "Easter Monday" dt = ( "1999-04-05", "2000-04-24", "2010-04-05", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1900, 2050)) for holidays in self.subdiv_holidays.values(): self.assertHolidayName(name, holidays, dt) self.assertHolidayName(name, holidays, range(1900, 2050)) def test_anzac_day(self): name = "ANZAC Day" self.assertHolidayName(name, (f"{year}-04-25" for year in range(1921, 2050))) self.assertNoHolidayName(name, range(1900, 1921)) for holidays in self.subdiv_holidays.values(): self.assertHolidayName(name, holidays, range(1921, 2050)) self.assertNoHolidayName(name, holidays, range(1900, 1921)) def test_labour_day(self): name = "Labour Day" self.assertNoHolidayName(name) names = {"NT": "May Day", "TAS": "Eight Hours Day"} for subdiv, holidays in self.subdiv_holidays.items(): self.assertHolidayName(names.get(subdiv, name), holidays, range(1900, 2050)) def test_sovereigns_birthday(self): name_king = "King's Birthday" name_queen = "Queen's Birthday" self.assertHolidayName( name_king, (f"{year}-11-09" for year in range(1902, 1912)), (f"{year}-06-03" for year in range(1912, 1936)), ) for holidays in self.subdiv_holidays.values(): self.assertHolidayName( name_king, holidays, (f"{year}-11-09" for year in range(1902, 1912)), (f"{year}-06-03" for year in range(1912, 1936)), ) self.assertNoHolidayName(name_king, range(1936, 2050)) self.assertNoHolidayName(name_queen, range(1936, 2050)) def test_christmas_day(self): name = "Christmas Day" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1900, 2050))) for holidays in self.subdiv_holidays.values(): self.assertHolidayName(name, holidays, range(1900, 2050)) def test_boxing_day(self): name_common = "Boxing Day" name_sa = "Proclamation Day" self.assertHolidayName(name_common, (f"{year}-12-26" for year in range(1900, 2050))) for subdiv, holidays in self.subdiv_holidays.items(): name = name_sa if subdiv == "SA" else name_common self.assertHolidayName(name, holidays, range(1900, 2050)) def test_canberra_day(self): name = "Canberra Day" self.assertNoHolidayName(name) dt = ( "1959-03-16", "2000-03-20", "2007-03-19", "2008-03-10", "2010-03-08", "2012-03-12", "2018-03-12", "2019-03-11", "2020-03-09", "2021-03-08", "2022-03-14", "2023-03-13", "2024-03-11", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "ACT": self.assertHolidayName( name, holidays, (f"{year}-03-12" for year in range(1913, 1959)) ) self.assertHolidayName(name, holidays, dt) self.assertNoHolidayName(name, holidays, range(1900, 1913)) else: self.assertNoHolidayName(name, holidays) def test_family_and_community_day(self): name = "Family & Community Day" self.assertNoHolidayName(name) dt = ( "2010-09-26", "2011-10-10", "2012-10-08", "2013-09-30", "2014-09-29", "2015-09-28", "2016-09-26", "2017-09-25", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "ACT": self.assertHolidayName(name, holidays, dt) self.assertNoHolidayName(name, holidays, range(1900, 2010), range(2018, 2050)) else: self.assertNoHolidayName(name, holidays) def test_reconciliation_day(self): name = "Reconciliation Day" self.assertNoHolidayName(name) dt = ( "2018-05-28", "2019-05-27", "2020-06-01", "2021-05-31", "2022-05-30", "2023-05-29", "2024-05-27", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "ACT": self.assertHolidayName(name, holidays, dt) self.assertNoHolidayName(name, holidays, range(1900, 2018)) else: self.assertNoHolidayName(name, holidays) def test_bank_holiday(self): name = "Bank Holiday" self.assertNoHolidayName(name) dt = ( "2000-08-07", "2007-08-06", "2008-08-04", "2009-08-03", "2010-08-02", ) dt_bank = ( "2018-08-06", "2019-08-05", "2020-08-03", "2021-08-02", "2022-08-01", "2023-08-07", "2024-08-05", ) self.assertHolidayName(name, Australia(subdiv="NSW", categories=BANK), dt_bank) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NSW": self.assertHolidayName(name, holidays, dt) self.assertNoHolidayName(name, holidays, range(1900, 1912), range(2011, 2050)) else: self.assertNoHolidayName(name, holidays) def test_picnic_day(self): name = "Picnic Day" self.assertNoHolidayName(name) dt = ( "2000-08-07", "2010-08-02", "2018-08-06", "2019-08-05", "2020-08-03", "2021-08-02", "2022-08-01", "2023-08-07", "2024-08-05", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NT": self.assertHolidayName(name, holidays, dt) self.assertHolidayName(name, holidays, range(1900, 2050)) else: self.assertNoHolidayName(name, holidays) def test_royal_queensland_show(self): name = "The Royal Queensland Show" self.assertNoHolidayName(name) dt = ( "2000-08-16", "2010-08-11", "2018-08-15", "2019-08-14", "2020-08-14", "2021-10-29", "2022-08-10", "2023-08-16", "2024-08-14", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "QLD": self.assertHolidayName(name, holidays, dt) self.assertHolidayName(name, holidays, range(1900, 2050)) else: self.assertNoHolidayName(name, holidays) def test_adelaide_cup_day(self): name = "Adelaide Cup Day" self.assertNoHolidayName(name) dt = ( "2000-05-15", "2005-05-16", "2006-03-13", "2018-03-12", "2019-03-11", "2020-03-09", "2021-03-08", "2022-03-14", "2023-03-13", "2024-03-11", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "SA": self.assertHolidayName(name, holidays, dt) self.assertHolidayName(name, holidays, range(1973, 2050)) self.assertNoHolidayName(name, holidays, range(1900, 1973)) else: self.assertNoHolidayName(name, holidays) def test_melbourne_cup_day(self): name = "Melbourne Cup Day" self.assertNoHolidayName(name) dt = ( "2009-11-03", "2010-11-02", "2018-11-06", "2019-11-05", "2020-11-03", "2021-11-02", "2022-11-01", "2023-11-07", "2024-11-05", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "VIC": self.assertHolidayName(name, holidays, dt) self.assertHolidayName(name, holidays, range(2009, 2050)) self.assertNoHolidayName(name, holidays, range(1900, 2009)) else: self.assertNoHolidayName(name, holidays) def test_grand_final_day(self): name = "Grand Final Day" self.assertNoHolidayName(name) dt = ( "2015-10-02", "2016-09-30", "2017-09-29", "2018-09-28", "2019-09-27", "2020-10-23", "2021-09-24", "2022-09-23", "2023-09-29", "2024-09-27", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "VIC": self.assertHolidayName(name, holidays, dt) self.assertHolidayName(name, holidays, range(2015, 2050)) self.assertNoHolidayName(name, holidays, range(1900, 2015)) else: self.assertNoHolidayName(name, holidays) def test_western_australia_day(self): name_1 = "Foundation Day" name_2 = "Western Australia Day" self.assertNoHolidayName(name_1) self.assertNoHolidayName(name_2) dt_1 = ( "2000-06-05", "2005-06-06", "2010-06-07", "2011-06-06", ) dt_2 = ( "2012-06-04", "2013-06-03", "2014-06-02", "2015-06-01", "2016-06-06", "2017-06-05", "2018-06-04", "2019-06-03", "2020-06-01", "2021-06-07", "2022-06-06", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "WA": self.assertHolidayName(name_1, holidays, dt_1) self.assertHolidayName(name_2, holidays, dt_2) self.assertNoHolidayName(name_1, holidays, range(2012, 2050)) self.assertNoHolidayName(name_2, holidays, range(1900, 2012)) else: self.assertNoHolidayName(name_1, holidays) self.assertNoHolidayName(name_2, holidays) self.assertNoHolidayName(name_1, Australia(subdiv="WA", years=1832)) def test_national_day_of_mourning_for_queen_elizabeth_ii(self): name = "National Day of Mourning for Queen Elizabeth II" dt = "2022-09-22" self.assertHolidayName(name, dt) for holidays in self.subdiv_holidays.values(): self.assertHolidayName(name, holidays, dt) def test_special_holidays(self): self.assertHoliday(self.subdiv_holidays["ACT"], "2020-04-20", "2021-04-25") self.assertHoliday(self.subdiv_holidays["QLD"], "2010-12-28", "2011-01-03", "2012-06-11") self.assertNoNonObservedHoliday( Australia(subdiv="QLD", observed=False, years=(2010, 2011)), "2010-12-28", "2011-01-03" ) self.assertHoliday(self.subdiv_holidays["WA"], "2011-04-26") def test_all_holidays(self): holidays_found = set() for subdiv in Australia.subdivisions: holidays_found.update( Australia( categories=(BANK, HALF_DAY, PUBLIC), subdiv=subdiv, observed=False, years=(1930, 1957, 2012, 2015, 2023), ).values() ) all_holidays = { "New Year's Day", "Anniversary Day", "Australia Day", "Adelaide Cup Day", "Canberra Day", "Good Friday", "Easter Saturday", "Easter Sunday", "Easter Monday", "Easter Tuesday", "ANZAC Day", "Reconciliation Day", "Queen's Birthday", "Queen's Diamond Jubilee", "King's Birthday", "Bank Holiday", "The Royal Queensland Show", "Western Australia Day", "Foundation Day", "Family & Community Day", "Labour Day", "Eight Hours Day", "May Day", "Picnic Day", "Melbourne Cup Day", "Grand Final Day", "Christmas Day", "Proclamation Day", "Boxing Day", "Christmas Eve (from 7pm)", "New Year's Eve (from 7pm)", } self.assertEqual(all_holidays, holidays_found) def test_holidays_2019(self): province_days = { (JAN, 1): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (JAN, 28): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (MAR, 4): {"WA"}, (MAR, 11): {"ACT", "SA", "TAS", "VIC"}, (APR, 19): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 20): {"ACT", "NSW", "NT", "QLD", "SA", "VIC"}, (APR, 21): {"ACT", "NSW", "QLD", "VIC"}, (APR, 22): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 25): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (MAY, 6): {"NT", "QLD"}, (MAY, 27): {"ACT"}, (JUN, 3): {"WA"}, (JUN, 10): {"ACT", "NSW", "NT", "SA", "TAS", "VIC"}, (AUG, 5): {"NT"}, (AUG, 14): {"QLD"}, (SEP, 27): {"VIC"}, (SEP, 30): {"WA"}, (OCT, 7): {"ACT", "NSW", "QLD", "SA"}, (NOV, 5): {"VIC"}, (DEC, 25): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (DEC, 26): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, } self._assertVariableDays(2019, province_days) def test_holidays_2020(self): province_days = { (JAN, 1): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (JAN, 26): {"SA"}, (JAN, 27): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (MAR, 2): {"WA"}, (MAR, 9): {"ACT", "SA", "TAS", "VIC"}, (APR, 10): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 11): {"ACT", "NSW", "NT", "QLD", "SA", "VIC"}, (APR, 12): {"ACT", "NSW", "QLD", "VIC"}, (APR, 13): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 25): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 27): {"WA"}, (MAY, 4): {"NT", "QLD"}, (JUN, 1): {"ACT", "WA"}, (JUN, 8): {"ACT", "NSW", "NT", "SA", "TAS", "VIC"}, (AUG, 3): {"NT"}, (AUG, 14): {"QLD"}, (SEP, 28): {"WA"}, (OCT, 5): {"ACT", "NSW", "QLD", "SA"}, (OCT, 23): {"VIC"}, (NOV, 3): {"VIC"}, (DEC, 25): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (DEC, 26): {"ACT", "NSW", "QLD", "VIC", "WA"}, (DEC, 28): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, } self._assertVariableDays(2020, province_days) def test_holidays_2021(self): province_days = { (JAN, 1): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (JAN, 26): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (MAR, 1): {"WA"}, (MAR, 8): {"ACT", "SA", "TAS", "VIC"}, (APR, 2): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 3): {"ACT", "NSW", "NT", "QLD", "SA", "VIC"}, (APR, 4): {"ACT", "NSW", "QLD", "VIC"}, (APR, 5): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 25): {"ACT", "NSW", "SA", "TAS", "VIC", "WA"}, (APR, 26): {"ACT", "NT", "QLD", "SA", "WA"}, (MAY, 3): {"NT", "QLD"}, (MAY, 31): {"ACT"}, (JUN, 7): {"WA"}, (JUN, 14): {"ACT", "NSW", "NT", "SA", "TAS", "VIC"}, (AUG, 2): {"NT"}, (SEP, 24): {"VIC"}, (SEP, 27): {"WA"}, (OCT, 4): {"ACT", "NSW", "QLD", "SA"}, (OCT, 29): {"QLD"}, (NOV, 2): {"VIC"}, (DEC, 25): {"ACT", "NSW", "NT", "QLD", "TAS", "VIC", "WA"}, (DEC, 26): {"ACT", "NSW", "QLD", "SA", "VIC", "WA"}, (DEC, 27): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (DEC, 28): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, } self._assertVariableDays(2021, province_days) def test_holidays_2022(self): province_days = { (JAN, 1): {"ACT", "NSW", "NT", "QLD", "VIC", "WA"}, (JAN, 3): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (JAN, 26): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (MAR, 7): {"WA"}, (MAR, 14): {"ACT", "SA", "TAS", "VIC"}, (APR, 15): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 16): {"ACT", "NSW", "NT", "QLD", "SA", "VIC"}, (APR, 17): {"ACT", "NSW", "QLD", "VIC", "WA"}, (APR, 18): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 25): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (MAY, 2): {"NT", "QLD"}, (MAY, 30): {"ACT"}, (JUN, 6): {"WA"}, (JUN, 13): {"ACT", "NSW", "NT", "SA", "TAS", "VIC"}, (AUG, 1): {"NT"}, (AUG, 10): {"QLD"}, (SEP, 22): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (SEP, 23): {"VIC"}, (SEP, 26): {"WA"}, (OCT, 3): {"ACT", "NSW", "QLD", "SA"}, (NOV, 1): {"VIC"}, (DEC, 25): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (DEC, 26): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (DEC, 27): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, } self._assertVariableDays(2022, province_days) def test_holidays_2023(self): province_days = { (JAN, 1): {"ACT", "NSW", "NT", "QLD", "SA", "VIC", "WA"}, (JAN, 2): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (JAN, 26): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (MAR, 6): {"WA"}, (MAR, 13): {"ACT", "SA", "TAS", "VIC"}, (APR, 7): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 8): {"ACT", "NSW", "NT", "QLD", "SA", "VIC"}, (APR, 9): {"ACT", "NSW", "QLD", "VIC", "WA"}, (APR, 10): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 25): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (MAY, 1): {"NT", "QLD"}, (MAY, 29): {"ACT"}, (JUN, 5): {"WA"}, (JUN, 12): {"ACT", "NSW", "NT", "SA", "TAS", "VIC"}, (AUG, 7): {"NT"}, (AUG, 16): {"QLD"}, (SEP, 29): {"VIC"}, (SEP, 25): {"WA"}, (OCT, 2): {"ACT", "NSW", "QLD", "SA"}, (NOV, 7): {"VIC"}, (DEC, 25): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (DEC, 26): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, } self._assertVariableDays(2023, province_days) def test_holidays_2024(self): province_days = { (JAN, 1): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (JAN, 26): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (MAR, 4): {"WA"}, (MAR, 11): {"ACT", "SA", "TAS", "VIC"}, (MAR, 29): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (MAR, 30): {"ACT", "NSW", "NT", "QLD", "SA", "VIC"}, (MAR, 31): {"ACT", "NSW", "NT", "QLD", "SA", "VIC", "WA"}, (APR, 1): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (APR, 25): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (MAY, 6): {"NT", "QLD"}, (MAY, 27): {"ACT"}, (JUN, 3): {"WA"}, (JUN, 10): {"ACT", "NSW", "NT", "SA", "TAS", "VIC"}, (AUG, 5): {"NT"}, (AUG, 14): {"QLD"}, (SEP, 27): {"VIC"}, (SEP, 23): {"WA"}, (OCT, 7): {"ACT", "NSW", "QLD", "SA"}, (NOV, 5): {"VIC"}, (DEC, 25): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, (DEC, 26): {"ACT", "NSW", "NT", "QLD", "SA", "TAS", "VIC", "WA"}, } self._assertVariableDays(2024, province_days) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day; New Year's Day (observed)"), ("2022-01-26", "Australia Day"), ("2022-03-07", "Labour Day"), ("2022-03-14", "Adelaide Cup Day; Canberra Day; Eight Hours Day; Labour Day"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Easter Saturday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-04-25", "ANZAC Day"), ("2022-05-02", "Labour Day; May Day"), ("2022-05-30", "Reconciliation Day"), ("2022-06-06", "Western Australia Day"), ("2022-06-13", "Queen's Birthday"), ("2022-08-01", "Bank Holiday; Picnic Day"), ("2022-08-10", "The Royal Queensland Show"), ("2022-09-22", "National Day of Mourning for Queen Elizabeth II"), ("2022-09-23", "Grand Final Day"), ("2022-09-26", "Queen's Birthday"), ("2022-10-03", "Labour Day; Queen's Birthday"), ("2022-11-01", "Melbourne Cup Day"), ("2022-12-24", "Christmas Eve (from 7pm)"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day; Christmas Day (observed); Proclamation Day"), ( "2022-12-27", "Boxing Day; Boxing Day (observed); Christmas Day (observed); " "Proclamation Day (observed)", ), ("2022-12-31", "New Year's Eve (from 7pm)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day; New Year's Day (observed)"), ("2022-01-26", "Australia Day"), ("2022-03-07", "Labor Day"), ("2022-03-14", "Adelaide Cup Day; Canberra Day; Eight Hours Day; Labor Day"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Easter Saturday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-04-25", "ANZAC Day"), ("2022-05-02", "Labor Day; May Day"), ("2022-05-30", "Reconciliation Day"), ("2022-06-06", "Western Australia Day"), ("2022-06-13", "Queen's Birthday"), ("2022-08-01", "Bank Holiday; Picnic Day"), ("2022-08-10", "The Royal Queensland Show"), ("2022-09-22", "National Day of Mourning for Queen Elizabeth II"), ("2022-09-23", "Grand Final Day"), ("2022-09-26", "Queen's Birthday"), ("2022-10-03", "Labor Day; Queen's Birthday"), ("2022-11-01", "Melbourne Cup Day"), ("2022-12-24", "Christmas Eve (from 7pm)"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day; Christmas Day (observed); Proclamation Day"), ( "2022-12-27", "Boxing Day; Boxing Day (observed); Christmas Day (observed); " "Proclamation Day (observed)", ), ("2022-12-31", "New Year's Eve (from 7pm)"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันขึ้นปีใหม่"), ("2022-01-03", "ชดเชยวันขึ้นปีใหม่; วันขึ้นปีใหม่"), ("2022-01-26", "วันชาติออสเตรเลีย"), ("2022-03-07", "วันแรงงาน"), ("2022-03-14", "วันแคนเบอร์รา; วันแปดชั่วโมง (วันแรงงาน); วันแรงงาน; วันแอดิเลดคัพ"), ("2022-04-15", "วันศุกร์ประเสริฐ"), ("2022-04-16", "วันเสาร์อีสเตอร์"), ("2022-04-17", "วันอาทิตย์อีสเตอร์"), ("2022-04-18", "วันจันทร์อีสเตอร์"), ("2022-04-25", "วันแอนแซค"), ("2022-05-02", "วันเมย์เดย์ (วันแรงงาน); วันแรงงาน"), ("2022-05-30", "วันแห่งการปรองดอง"), ("2022-06-06", "วันเวสเทิร์นออสเตรเลีย"), ("2022-06-13", "วันเฉลิมพระชนมพรรษาสมเด็จพระราชินีนาถ"), ("2022-08-01", "วันปิกนิก; วันหยุดธนาคาร"), ("2022-08-10", "เทศกาลรอยัลควีนส์แลนด์โชว์"), ("2022-09-22", "วันไว้ทุกข์แห่งชาติแด่สมเด็จพระราชินีนาถเอลิซาเบธที่ 2"), ("2022-09-23", "วันศุกร์ก่อนวันแข่งฟุตบอลออสเตรเลีย (AFL) รอบสุดท้าย"), ("2022-09-26", "วันเฉลิมพระชนมพรรษาสมเด็จพระราชินีนาถ"), ("2022-10-03", "วันเฉลิมพระชนมพรรษาสมเด็จพระราชินีนาถ; วันแรงงาน"), ("2022-11-01", "วันเมลเบิร์นคัพ"), ("2022-12-24", "วันคริสต์มาสอีฟ (ตั้งแต่ 19:00 น.)"), ("2022-12-25", "วันคริสต์มาส"), ("2022-12-26", "ชดเชยวันคริสต์มาส; วันสถาปนา; วันเปิดกล่องของขวัญ"), ("2022-12-27", "ชดเชยวันคริสต์มาส; ชดเชยวันสถาปนา; ชดเชยวันเปิดกล่องของขวัญ; วันเปิดกล่องของขวัญ"), ("2022-12-31", "วันสิ้นปี (ตั้งแต่ 19:00 น.)"), ) holidays-0.71/tests/countries/test_austria.py000066400000000000000000000245601500152103600215130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK from holidays.countries.austria import Austria, AT, AUT from tests.common import CommonCountryTests class TestAustria(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Austria, years=range(1901, 2050)) def test_country_aliases(self): self.assertAliases(Austria, AT, AUT) def test_new_years(self): self.assertHolidayName("Neujahr", (f"{year}-01-01" for year in range(1901, 2050))) def test_epiphany(self): self.assertHolidayName( "Heilige Drei Könige", (f"{year}-01-06" for year in range(1901, 2050)) ) def test_easter_monday(self): self.assertHolidayName( "Ostermontag", "1901-04-08", "1902-03-31", "1999-04-05", "2000-04-24", "2010-04-05", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", ) def test_labour_day(self): self.assertHolidayName("Staatsfeiertag", (f"{year}-05-01" for year in range(1901, 2050))) def test_ascension_day(self): self.assertHolidayName( "Christi Himmelfahrt", "1901-05-16", "1902-05-08", "1999-05-13", "2000-06-01", "2010-05-13", "2018-05-10", "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", ) def test_whit_monday(self): self.assertHolidayName( "Pfingstmontag", "1901-05-27", "1902-05-19", "1999-05-24", "2000-06-12", "2010-05-24", "2018-05-21", "2019-06-10", "2020-06-01", "2021-05-24", "2022-06-06", ) def test_corpus_christi(self): self.assertHolidayName( "Fronleichnam", "1901-06-06", "1902-05-29", "1999-06-03", "2000-06-22", "2010-06-03", "2018-05-31", "2019-06-20", "2020-06-11", "2021-06-03", "2022-06-16", ) def test_assumption_day(self): self.assertHolidayName( "Mariä Himmelfahrt", (f"{year}-08-15" for year in range(1901, 2050)) ) def test_national_day(self): self.assertHolidayName( "Nationalfeiertag", (f"{year}-11-12" for year in range(1919, 1935)), (f"{year}-10-26" for year in range(1967, 2050)), ) self.assertNoHoliday("1918-11-12", "1935-11-12", "1966-10-26") self.assertNoHolidayName("Nationalfeiertag", range(1901, 1919), range(1935, 1967)) def test_all_saints_day(self): self.assertHolidayName("Allerheiligen", (f"{year}-11-01" for year in range(1901, 2050))) def test_immaculate_conception_day(self): self.assertHolidayName("Mariä Empfängnis", (f"{year}-12-08" for year in range(1901, 2050))) def test_christmas_day(self): self.assertHolidayName("Christtag", (f"{year}-12-25" for year in range(1901, 2050))) def test_st_stephens_day(self): self.assertHolidayName("Stefanitag", (f"{year}-12-26" for year in range(1901, 2050))) def test_2022(self): self.assertHolidays( Austria(years=2022), ("2022-01-01", "Neujahr"), ("2022-01-06", "Heilige Drei Könige"), ("2022-04-18", "Ostermontag"), ("2022-05-01", "Staatsfeiertag"), ("2022-05-26", "Christi Himmelfahrt"), ("2022-06-06", "Pfingstmontag"), ("2022-06-16", "Fronleichnam"), ("2022-08-15", "Mariä Himmelfahrt"), ("2022-10-26", "Nationalfeiertag"), ("2022-11-01", "Allerheiligen"), ("2022-12-08", "Mariä Empfängnis"), ("2022-12-25", "Christtag"), ("2022-12-26", "Stefanitag"), ) def test_bank_2022(self): self.assertHolidays( Austria(categories=BANK, years=2022), ("2022-04-15", "Karfreitag"), ("2022-12-24", "Heiliger Abend"), ("2022-12-31", "Silvester"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Neujahr"), ("2022-01-06", "Heilige Drei Könige"), ("2022-03-19", "Hl. Josef"), ("2022-04-15", "Karfreitag"), ("2022-04-18", "Ostermontag"), ("2022-05-01", "Staatsfeiertag"), ("2022-05-04", "Hl. Florian"), ("2022-05-26", "Christi Himmelfahrt"), ("2022-06-06", "Pfingstmontag"), ("2022-06-16", "Fronleichnam"), ("2022-08-15", "Mariä Himmelfahrt"), ("2022-09-24", "Hl. Rupert"), ("2022-10-10", "Tag der Volksabstimmung"), ("2022-10-26", "Nationalfeiertag"), ("2022-11-01", "Allerheiligen"), ("2022-11-11", "Hl. Martin"), ("2022-11-15", "Hl. Leopold"), ("2022-12-08", "Mariä Empfängnis"), ("2022-12-24", "Heiliger Abend"), ("2022-12-25", "Christtag"), ("2022-12-26", "Stefanitag"), ("2022-12-31", "Silvester"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-06", "Epiphany"), ("2022-03-19", "Saint Joseph's Day"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-04", "Saint Florian's Day"), ("2022-05-26", "Ascension Day"), ("2022-06-06", "Whit Monday"), ("2022-06-16", "Corpus Christi"), ("2022-08-15", "Assumption Day"), ("2022-09-24", "Saint Rupert's Day"), ("2022-10-10", "1920 Carinthian plebiscite"), ("2022-10-26", "National Day"), ("2022-11-01", "All Saints' Day"), ("2022-11-11", "Saint Martin's Day"), ("2022-11-15", "Saint Leopold's Day"), ("2022-12-08", "Immaculate Conception"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Saint Stephen's Day"), ("2022-12-31", "New Year's Eve"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-06", "Богоявлення"), ("2022-03-19", "День Святого Йосипа"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-04", "День Святого Флоріана"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-06", "День Святого Духа"), ("2022-06-16", "Свято Тіла і Крові Христових"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-09-24", "День Святого Руперта"), ("2022-10-10", "Річниця референдуму 1920 року в Карінтії"), ("2022-10-26", "Національне свято"), ("2022-11-01", "День усіх святих"), ("2022-11-11", "День Святого Мартина"), ("2022-11-15", "День Святого Леопольда"), ("2022-12-08", "Непорочне зачаття Діви Марії"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "День Святого Стефана"), ("2022-12-31", "Переддень Нового року"), ) def test_subdiv_1_bank_holidays(self): subdiv_1_bank_holidays = Austria(subdiv="1", categories=BANK) self.assertHolidayName("Hl. Martin", subdiv_1_bank_holidays, "2024-11-11") def test_subdiv_2_bank_holidays(self): subdiv_2_bank_holidays = Austria(subdiv="2", categories=BANK) self.assertHolidayName("Hl. Josef", subdiv_2_bank_holidays, "2024-03-19") self.assertHolidayName("Tag der Volksabstimmung", subdiv_2_bank_holidays, "2024-10-10") def test_subdiv_3_bank_holidays(self): subdiv_3_bank_holidays = Austria(subdiv="3", categories=BANK) self.assertHolidayName("Hl. Leopold", subdiv_3_bank_holidays, "2024-11-15") def test_subdiv_4_bank_holidays(self): subdiv_4_bank_holidays = Austria(subdiv="4", categories=BANK) self.assertHolidayName("Hl. Florian", subdiv_4_bank_holidays, "2024-05-04") self.assertNoHoliday(subdiv_4_bank_holidays, "2003-05-04") def test_subdiv_5_bank_holidays(self): subdiv_5_bank_holidays = Austria(subdiv="5", categories=BANK) self.assertHolidayName("Hl. Rupert", subdiv_5_bank_holidays, "2024-09-24") def test_subdiv_6_bank_holidays(self): subdiv_6_bank_holidays = Austria(subdiv="6", categories=BANK) self.assertHolidayName("Hl. Josef", subdiv_6_bank_holidays, "2024-03-19") def test_subdiv_7_bank_holidays(self): subdiv_7_bank_holidays = Austria(subdiv="7", categories=BANK) self.assertHolidayName("Hl. Josef", subdiv_7_bank_holidays, "2024-03-19") def test_subdiv_8_bank_holidays(self): subdiv_8_bank_holidays = Austria(subdiv="8", categories=BANK) self.assertHolidayName("Hl. Josef", subdiv_8_bank_holidays, "2024-03-19") def test_subdiv_9_bank_holidays(self): subdiv_9_bank_holidays = Austria(subdiv="9", categories=BANK) self.assertHolidayName("Hl. Leopold", subdiv_9_bank_holidays, "2024-11-15") holidays-0.71/tests/countries/test_azerbaijan.py000066400000000000000000000474371500152103600221610ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import PUBLIC, WORKDAY from holidays.countries.azerbaijan import Azerbaijan, AZ, AZE from tests.common import CommonCountryTests, WorkingDayTests class TestAzerbaijan(CommonCountryTests, WorkingDayTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Azerbaijan, years=range(1990, 2050)) def test_country_aliases(self): self.assertAliases(Azerbaijan, AZ, AZE) def test_no_holidays(self): self.assertNoHolidays(Azerbaijan(categories=(PUBLIC, WORKDAY), years=1989)) def test_special_holidays(self): self.assertHoliday( "2007-01-03", "2018-04-11", "2019-12-27", "2024-02-07", "2025-01-29", "2025-03-27", "2025-03-28", "2072-01-05", ) def test_substituted_holidays(self): self.assertHoliday( "2011-08-29", "2013-01-03", "2013-01-04", "2014-01-03", "2014-01-06", "2020-01-03", "2020-01-06", "2020-03-27", "2020-05-27", "2021-05-11", "2021-05-12", "2021-07-19", "2022-03-07", "2022-11-07", "2023-06-27", "2023-06-30", "2023-11-10", "2024-01-04", "2024-01-05", "2024-04-12", "2024-11-12", "2024-11-13", "2024-12-30", "2025-01-03", ) def test_workdays(self): self.assertWorkingDay( "2011-08-27", "2012-12-29", "2012-12-30", "2013-12-28", "2013-12-29", "2019-12-28", "2019-12-29", "2020-03-29", "2020-05-30", "2021-05-08", "2021-05-16", "2021-07-17", "2022-03-05", "2022-11-05", "2023-06-24", "2023-06-25", "2023-11-04", "2023-12-30", "2024-01-07", "2024-04-06", "2024-11-16", "2024-11-23", "2024-12-28", "2024-12-29", ) for year, dts in { 2012: ( "2012-12-29", "2012-12-30", ), 2013: ( "2013-12-28", "2013-12-29", ), 2019: ( "2019-12-28", "2019-12-29", ), 2023: ("2023-12-30",), 2024: ("2024-12-29",), }.items(): self.assertWorkingDay(Azerbaijan(years=year), dts) def test_new_years_day(self): name = "Yeni il bayramı" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1990, 2050))) self.assertHolidayName(name, (f"{year}-01-02" for year in range(2006, 2050))) self.assertNoHoliday(f"{year}-01-02" for year in range(1990, 2006)) def test_martyrs_day(self): name = "Ümumxalq hüzn günü" self.assertHolidayName(name, (f"{year}-01-20" for year in range(2000, 2050))) self.assertNoHoliday(f"{year}-01-20" for year in range(1990, 2000)) self.assertNoHolidayName(name, range(1990, 2000)) def test_womens_day(self): self.assertHolidayName("Qadınlar günü", (f"{year}-03-08" for year in range(1990, 2050))) def test_spring_festival(self): name = "Novruz bayramı" self.assertHolidayName(name, (f"{year}-03-20" for year in range(1990, 2050))) self.assertHolidayName(name, (f"{year}-03-21" for year in range(1990, 2050))) self.assertHolidayName(name, (f"{year}-03-22" for year in range(2007, 2050))) self.assertHolidayName(name, (f"{year}-03-23" for year in range(2007, 2050))) self.assertHolidayName(name, (f"{year}-03-24" for year in range(2007, 2050))) def test_victory_over_fascism_day(self): self.assertHolidayName( "Faşizm üzərində qələbə günü", (f"{year}-05-09" for year in range(1990, 2050)) ) def test_republic_day(self): name_1 = "Respublika Günü" name_2 = "Müstəqillik Günü" self.assertHolidayName(name_1, (f"{year}-05-28" for year in range(1992, 2021))) self.assertHolidayName(name_2, (f"{year}-05-28" for year in range(2021, 2050))) self.assertNoHoliday(f"{year}-05-28" for year in range(1990, 1992)) self.assertNoHolidayName(name_1, range(2021, 2050)) self.assertNoHolidayName(name_2, range(1992, 2021)) def test_liberation_day(self): name = "Azərbaycan xalqının milli qurtuluş günü" self.assertHolidayName(name, (f"{year}-06-15" for year in range(1997, 2050))) self.assertNoHoliday(f"{year}-06-15" for year in range(1990, 1997)) self.assertNoHolidayName(name, range(1990, 1997)) def test_armed_forces_day(self): name = "Azərbaycan Respublikasının Silahlı Qüvvələri günü" self.assertHolidayName(name, (f"{year}-10-09" for year in range(1992, 1998))) self.assertHolidayName(name, (f"{year}-06-26" for year in range(1998, 2050))) self.assertNoHoliday(f"{year}-10-09" for year in range(1990, 1992)) self.assertNoHoliday(f"{year}-06-26" for year in range(1990, 1998)) self.assertNoHolidayName(name, range(1990, 1992)) def test_memorial_day(self): name = "Anım Günü" workday_holidays = Azerbaijan(categories=WORKDAY, years=range(1990, 2050)) self.assertHolidayName( name, workday_holidays, (f"{year}-09-27" for year in range(2021, 2050)) ) self.assertNoHoliday(workday_holidays, (f"{year}-09-27" for year in range(1990, 2021))) self.assertNoHolidayName(name, workday_holidays, range(1990, 2021)) self.assertNoHolidayName(name) def test_independence_day(self): name_1 = "Milli Müstəqillik Günü" name_2 = "Müstəqilliyin Bərpası Günü" self.assertHolidayName(name_1, (f"{year}-10-18" for year in range(1990, 2006))) self.assertNoHoliday(f"{year}-10-18" for year in range(2006, 2050)) self.assertNoHolidayName(name_1, range(2006, 2050)) workday_holidays = Azerbaijan(categories=WORKDAY, years=range(1990, 2050)) self.assertHolidayName( name_1, workday_holidays, (f"{year}-10-18" for year in range(2006, 2021)) ) self.assertHolidayName( name_2, workday_holidays, (f"{year}-10-18" for year in range(2021, 2050)) ) self.assertNoHolidayName(name_1, workday_holidays, range(2021, 2050)) self.assertNoHolidayName(name_2, workday_holidays, range(1990, 2021)) def test_victory_day(self): name = "Zəfər Günü" self.assertHolidayName(name, (f"{year}-11-08" for year in range(2021, 2050))) self.assertNoHolidayName(name, range(1990, 2021)) def test_flag_day(self): name = "Azərbaycan Respublikasının Dövlət bayrağı günü" self.assertHolidayName(name, (f"{year}-11-09" for year in range(2010, 2050))) self.assertNoHoliday(f"{year}-11-09" for year in range(1990, 2010)) self.assertNoHolidayName(name, range(1990, 2010)) def test_constitution_day(self): name = "Konstitusiya Günü" workday_holidays = Azerbaijan(categories=WORKDAY, years=range(1990, 2050)) self.assertHolidayName( name, workday_holidays, (f"{year}-11-12" for year in range(1996, 2050)) ) self.assertNoHoliday(workday_holidays, (f"{year}-11-12" for year in range(1990, 1996))) self.assertNoHolidayName(name, workday_holidays, range(1990, 1996)) self.assertNoHolidayName(name) def test_revival_day(self): name = "Milli Dirçəliş Günü" workday_holidays = Azerbaijan(categories=WORKDAY, years=range(1990, 2050)) self.assertHolidayName( name, workday_holidays, (f"{year}-11-17" for year in range(1992, 2050)) ) self.assertNoHoliday(workday_holidays, (f"{year}-11-17" for year in range(1990, 1992))) self.assertNoHolidayName(name, workday_holidays, range(1990, 1992)) self.assertNoHolidayName(name) def test_int_solidarity_day(self): name = "Dünya azərbaycanlılarının həmrəyliyi günü" self.assertHolidayName(name, (f"{year}-12-31" for year in range(1993, 2050))) self.assertNoHoliday(f"{year}-12-31" for year in range(1990, 1993)) self.assertNoHolidayName(name, range(1990, 1993)) def test_eid_al_fitr(self): name = "Ramazan bayrami" self.assertHolidayName( name, "2005-11-03", "2006-10-23", "2006-10-24", "2020-05-24", "2020-05-25", "2021-05-13", "2021-05-14", "2022-05-02", "2022-05-03", "2023-04-21", "2023-04-22", ) self.assertNoHolidayName(name, "2004-11-15", "2005-11-04") self.assertNoHolidayName(name, range(1990, 1993)) def test_eid_al_adha(self): name = "Qurban bayrami" self.assertHolidayName( name, "2006-01-10", "2006-12-31", "2020-07-31", "2020-08-01", "2021-07-20", "2021-07-21", "2022-07-09", "2022-07-10", "2023-06-28", "2023-06-29", ) self.assertNoHolidayName(name, "2004-02-02", "2005-01-23", "2006-01-11") self.assertNoHolidayName(name, range(1990, 1993)) def test_observed_days(self): observed_holidays = ( "2020-03-09", "2020-03-25", "2020-03-26", "2020-05-11", "2020-05-26", "2020-08-03", "2021-01-04", "2021-03-25", "2021-03-26", "2021-05-10", "2021-06-28", "2022-01-03", "2022-01-04", "2022-03-25", "2022-05-30", "2022-06-27", "2022-07-11", "2022-07-12", "2023-01-03", "2023-01-04", "2023-04-24", "2023-05-29", # special cases "2007-01-03", "2072-01-05", ) self.assertHoliday(observed_holidays) self.assertNoNonObservedHoliday(observed_holidays) def test_2021(self): self.assertHolidayDates( Azerbaijan(years=2021), "2021-01-01", "2021-01-02", "2021-01-04", "2021-01-20", "2021-03-08", "2021-03-20", "2021-03-21", "2021-03-22", "2021-03-23", "2021-03-24", "2021-03-25", "2021-03-26", "2021-05-09", "2021-05-10", "2021-05-11", "2021-05-12", "2021-05-13", "2021-05-14", "2021-05-28", "2021-06-15", "2021-06-26", "2021-06-28", "2021-07-19", "2021-07-20", "2021-07-21", "2021-11-08", "2021-11-09", "2021-12-31", ) def test_2022(self): self.assertHolidays( Azerbaijan(years=2022), ("2022-01-01", "Yeni il bayramı"), ("2022-01-02", "Yeni il bayramı"), ("2022-01-03", "Yeni il bayramı (müşahidə olunur)"), ("2022-01-04", "Yeni il bayramı (müşahidə olunur)"), ("2022-01-20", "Ümumxalq hüzn günü"), ("2022-03-07", "İstirahət günü (05.03.2022 ilə əvəz edilmişdir)"), ("2022-03-08", "Qadınlar günü"), ("2022-03-20", "Novruz bayramı"), ("2022-03-21", "Novruz bayramı"), ("2022-03-22", "Novruz bayramı"), ("2022-03-23", "Novruz bayramı"), ("2022-03-24", "Novruz bayramı"), ("2022-03-25", "Novruz bayramı (müşahidə olunur)"), ("2022-05-02", "Ramazan bayrami"), ("2022-05-03", "Ramazan bayrami"), ("2022-05-09", "Faşizm üzərində qələbə günü"), ("2022-05-28", "Müstəqillik Günü"), ("2022-05-30", "Müstəqillik Günü (müşahidə olunur)"), ("2022-06-15", "Azərbaycan xalqının milli qurtuluş günü"), ("2022-06-26", "Azərbaycan Respublikasının Silahlı Qüvvələri günü"), ("2022-06-27", "Azərbaycan Respublikasının Silahlı Qüvvələri günü (müşahidə olunur)"), ("2022-07-09", "Qurban bayrami"), ("2022-07-10", "Qurban bayrami"), ("2022-07-11", "Qurban bayrami (müşahidə olunur)"), ("2022-07-12", "Qurban bayrami (müşahidə olunur)"), ("2022-11-07", "İstirahət günü (05.11.2022 ilə əvəz edilmişdir)"), ("2022-11-08", "Zəfər Günü"), ("2022-11-09", "Azərbaycan Respublikasının Dövlət bayrağı günü"), ("2022-12-31", "Dünya azərbaycanlılarının həmrəyliyi günü"), ) def test_2022_workday(self): self.assertHolidays( Azerbaijan(categories=WORKDAY, years=2022), ("2022-09-27", "Anım Günü"), ("2022-10-18", "Müstəqilliyin Bərpası Günü"), ("2022-11-12", "Konstitusiya Günü"), ("2022-11-17", "Milli Dirçəliş Günü"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Yeni il bayramı"), ("2023-01-02", "Yeni il bayramı"), ("2023-01-03", "Dünya azərbaycanlılarının həmrəyliyi günü (müşahidə olunur)"), ("2023-01-04", "Yeni il bayramı (müşahidə olunur)"), ("2023-01-20", "Ümumxalq hüzn günü"), ("2023-03-08", "Qadınlar günü"), ("2023-03-20", "Novruz bayramı"), ("2023-03-21", "Novruz bayramı"), ("2023-03-22", "Novruz bayramı"), ("2023-03-23", "Novruz bayramı"), ("2023-03-24", "Novruz bayramı"), ("2023-04-21", "Ramazan bayrami"), ("2023-04-22", "Ramazan bayrami"), ("2023-04-24", "Ramazan bayrami (müşahidə olunur)"), ("2023-05-09", "Faşizm üzərində qələbə günü"), ("2023-05-28", "Müstəqillik Günü"), ("2023-05-29", "Müstəqillik Günü (müşahidə olunur)"), ("2023-06-15", "Azərbaycan xalqının milli qurtuluş günü"), ("2023-06-26", "Azərbaycan Respublikasının Silahlı Qüvvələri günü"), ("2023-06-27", "İstirahət günü (24.06.2023 ilə əvəz edilmişdir)"), ("2023-06-28", "Qurban bayrami"), ("2023-06-29", "Qurban bayrami"), ("2023-06-30", "İstirahət günü (25.06.2023 ilə əvəz edilmişdir)"), ("2023-09-27", "Anım Günü"), ("2023-10-18", "Müstəqilliyin Bərpası Günü"), ("2023-11-08", "Zəfər Günü"), ("2023-11-09", "Azərbaycan Respublikasının Dövlət bayrağı günü"), ("2023-11-10", "İstirahət günü (04.11.2023 ilə əvəz edilmişdir)"), ("2023-11-12", "Konstitusiya Günü"), ("2023-11-17", "Milli Dirçəliş Günü"), ("2023-12-31", "Dünya azərbaycanlılarının həmrəyliyi günü"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day"), ("2023-01-03", "International Azerbaijanis Solidarity Day (observed)"), ("2023-01-04", "New Year's Day (observed)"), ("2023-01-20", "Martyrs' Day"), ("2023-03-08", "Women's Day"), ("2023-03-20", "Spring Festival"), ("2023-03-21", "Spring Festival"), ("2023-03-22", "Spring Festival"), ("2023-03-23", "Spring Festival"), ("2023-03-24", "Spring Festival"), ("2023-04-21", "Eid al-Fitr"), ("2023-04-22", "Eid al-Fitr"), ("2023-04-24", "Eid al-Fitr (observed)"), ("2023-05-09", "Victory over Fascism Day"), ("2023-05-28", "Independence Day"), ("2023-05-29", "Independence Day (observed)"), ("2023-06-15", "National Liberation Day"), ("2023-06-26", "Armed Forces Day"), ("2023-06-27", "Day off (substituted from 06/24/2023)"), ("2023-06-28", "Eid al-Adha"), ("2023-06-29", "Eid al-Adha"), ("2023-06-30", "Day off (substituted from 06/25/2023)"), ("2023-09-27", "Memorial Day"), ("2023-10-18", "Independence Restoration Day"), ("2023-11-08", "Victory Day"), ("2023-11-09", "National Flag Day"), ("2023-11-10", "Day off (substituted from 11/04/2023)"), ("2023-11-12", "Constitution Day"), ("2023-11-17", "National Revival Day"), ("2023-12-31", "International Azerbaijanis Solidarity Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "Новий рік"), ("2023-01-02", "Новий рік"), ("2023-01-03", "Всесвітній день солідарності азербайджанців (вихідний)"), ("2023-01-04", "Новий рік (вихідний)"), ("2023-01-20", "День національної скорботи"), ("2023-03-08", "Жіночий день"), ("2023-03-20", "Свято Новруз"), ("2023-03-21", "Свято Новруз"), ("2023-03-22", "Свято Новруз"), ("2023-03-23", "Свято Новруз"), ("2023-03-24", "Свято Новруз"), ("2023-04-21", "Рамазан-байрам"), ("2023-04-22", "Рамазан-байрам"), ("2023-04-24", "Рамазан-байрам (вихідний)"), ("2023-05-09", "День перемоги над фашизмом"), ("2023-05-28", "День Незалежності"), ("2023-05-29", "День Незалежності (вихідний)"), ("2023-06-15", "День національного визволення азербайджанського народу"), ("2023-06-26", "День Збройних Сил"), ("2023-06-27", "Вихідний день (перенесено з 24.06.2023)"), ("2023-06-28", "Курбан-байрам"), ("2023-06-29", "Курбан-байрам"), ("2023-06-30", "Вихідний день (перенесено з 25.06.2023)"), ("2023-09-27", "День памʼяті"), ("2023-10-18", "День відновлення незалежності"), ("2023-11-08", "День Перемоги"), ("2023-11-09", "День державного прапора"), ("2023-11-10", "Вихідний день (перенесено з 04.11.2023)"), ("2023-11-12", "День Конституції"), ("2023-11-17", "День національного відродження"), ("2023-12-31", "Всесвітній день солідарності азербайджанців"), ) holidays-0.71/tests/countries/test_bahamas.py000066400000000000000000000144401500152103600214330ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.bahamas import Bahamas, BS, BHS from tests.common import CommonCountryTests class TestBahamas(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Bahamas, years=range(1974, 2050), years_non_observed=range(1974, 2050)) def test_country_aliases(self): self.assertAliases(Bahamas, BS, BHS) def test_no_holidays(self): self.assertNoHolidays(Bahamas(years=1973)) def test_special_public_holidays(self): self.assertHoliday("2022-09-19") def test_special_observance_2012_and_prior(self): self.assertNoNonObservedHoliday( # Cases of New Year's Day observance overflow into prev year "1979-12-31", "1984-12-31", "1990-12-31", "2001-12-31", "2007-12-31", # New Year's Day "2003-01-03", "2004-01-02", "2009-01-02", "2011-01-03", # Discovery Day "2000-10-13", "2004-10-11", "2005-10-14", "2006-10-13", "2010-10-11", "2011-10-14", ) def test_2012(self): self.assertHolidays( Bahamas(years=2012), ("2012-01-01", "New Year's Day"), ("2012-01-02", "New Year's Day (observed)"), ("2012-04-06", "Good Friday"), ("2012-04-09", "Easter Monday"), ("2012-05-28", "Whit Monday"), ("2012-06-01", "Labour Day"), ("2012-07-10", "Independence Day"), ("2012-08-06", "Emancipation Day"), ("2012-10-12", "Discovery Day"), ("2012-12-25", "Christmas Day"), ("2012-12-26", "Boxing Day"), ) def test_2013(self): self.assertHolidays( Bahamas(years=2013), ("2013-01-01", "New Year's Day"), ("2013-03-29", "Good Friday"), ("2013-04-01", "Easter Monday"), ("2013-05-20", "Whit Monday"), ("2013-06-07", "Randol Fawkes Labour Day"), ("2013-07-10", "Independence Day"), ("2013-08-05", "Emancipation Day"), ("2013-10-14", "National Heroes Day"), ("2013-12-25", "Christmas Day"), ("2013-12-26", "Boxing Day"), ) def test_2014(self): self.assertHolidays( Bahamas(years=2014), ("2014-01-01", "New Year's Day"), ("2014-01-10", "Majority Rule Day"), ("2014-04-18", "Good Friday"), ("2014-04-21", "Easter Monday"), ("2014-06-06", "Randol Fawkes Labour Day"), ("2014-06-09", "Whit Monday"), ("2014-07-10", "Independence Day"), ("2014-08-04", "Emancipation Day"), ("2014-10-13", "National Heroes Day"), ("2014-12-25", "Christmas Day"), ("2014-12-26", "Boxing Day"), ) def test_2020(self): self.assertHolidays( Bahamas(years=2020), ("2020-01-01", "New Year's Day"), ("2020-01-10", "Majority Rule Day"), ("2020-04-10", "Good Friday"), ("2020-04-13", "Easter Monday"), ("2020-06-01", "Whit Monday"), ("2020-06-05", "Randol Fawkes Labour Day"), ("2020-07-10", "Independence Day"), ("2020-08-03", "Emancipation Day"), ("2020-10-12", "National Heroes Day"), ("2020-12-25", "Christmas Day"), ("2020-12-26", "Boxing Day"), ("2020-12-28", "Boxing Day (observed)"), ) def test_2021(self): self.assertHolidays( Bahamas(years=2021), ("2021-01-01", "New Year's Day"), ("2021-01-10", "Majority Rule Day"), ("2021-01-11", "Majority Rule Day (observed)"), ("2021-04-02", "Good Friday"), ("2021-04-05", "Easter Monday"), ("2021-05-24", "Whit Monday"), ("2021-06-04", "Randol Fawkes Labour Day"), ("2021-07-10", "Independence Day"), ("2021-07-12", "Independence Day (observed)"), ("2021-08-02", "Emancipation Day"), ("2021-10-11", "National Heroes Day"), ("2021-12-25", "Christmas Day"), ("2021-12-26", "Boxing Day"), ("2021-12-27", "Boxing Day (observed)"), ) def test_2022(self): self.assertHolidays( Bahamas(years=2022), ("2022-01-01", "New Year's Day"), ("2022-01-10", "Majority Rule Day"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-06-03", "Randol Fawkes Labour Day"), ("2022-06-06", "Whit Monday"), ("2022-07-10", "Independence Day"), ("2022-07-11", "Independence Day (observed)"), ("2022-08-01", "Emancipation Day"), ("2022-09-19", "State Funeral of Queen Elizabeth II"), ("2022-10-10", "National Heroes Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) def test_2023(self): self.assertHolidays( Bahamas(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-01-10", "Majority Rule Day"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-05-29", "Whit Monday"), ("2023-06-02", "Randol Fawkes Labour Day"), ("2023-07-10", "Independence Day"), ("2023-08-07", "Emancipation Day"), ("2023-10-09", "National Heroes Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_bahrain.py000066400000000000000000000077231500152103600214510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.bahrain import Bahrain, BH, BAH from tests.common import CommonCountryTests class TestBahrain(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Bahrain) def test_country_aliases(self): self.assertAliases(Bahrain, BH, BAH) def test_2022(self): self.assertHoliday( "2022-01-01", "2022-05-01", "2022-05-02", "2022-05-03", "2022-05-04", "2022-07-09", "2022-07-10", "2022-07-11", "2022-07-30", "2022-08-07", "2022-08-08", "2022-10-08", "2022-12-16", "2022-12-17", ) def test_2023(self): self.assertHoliday( "2023-01-01", "2023-04-21", "2023-04-22", "2023-04-23", "2023-05-01", "2023-06-28", "2023-06-29", "2023-06-30", "2023-07-19", "2023-07-27", "2023-07-28", "2023-09-27", "2023-12-16", "2023-12-17", ) def test_hijri_based(self): # Eid Al-Fitr. self.assertHoliday( "2020-05-24", "2020-05-25", "2020-05-26", ) # Eid Al-Adha. self.assertHoliday( "2020-07-31", "2020-08-01", "2020-08-02", ) # Islamic New Year. self.assertHoliday( "2008-01-10", "2008-12-29", "2020-08-20", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "رأس السنة الميلادية"), ("2023-04-21", "(تقدير) عيد الفطر"), ("2023-04-22", "(تقدير) عطلة عيد الفطر"), ("2023-04-23", "(تقدير) عطلة عيد الفطر"), ("2023-05-01", "عيد العمال"), ("2023-06-28", "(تقدير) عيد الأضحى"), ("2023-06-29", "(تقدير) عطلة عيد الأضحى"), ("2023-06-30", "(تقدير) عطلة عيد الأضحى"), ("2023-07-19", "(تقدير) رأس السنة الهجرية"), ("2023-07-27", "(تقدير) ليلة عاشورة"), ("2023-07-28", "(تقدير) عاشورة"), ("2023-09-27", "(تقدير) عيد المولد النبوي"), ("2023-12-16", "اليوم الوطني"), ("2023-12-17", "اليوم الوطني"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-04-21", "Eid al-Fitr (estimated)"), ("2023-04-22", "Eid al-Fitr Holiday (estimated)"), ("2023-04-23", "Eid al-Fitr Holiday (estimated)"), ("2023-05-01", "Labor Day"), ("2023-06-28", "Eid al-Adha (estimated)"), ("2023-06-29", "Eid al-Adha Holiday (estimated)"), ("2023-06-30", "Eid al-Adha Holiday (estimated)"), ("2023-07-19", "Islamic New Year (estimated)"), ("2023-07-27", "Ashura Eve (estimated)"), ("2023-07-28", "Ashura (estimated)"), ("2023-09-27", "Prophet's Birthday (estimated)"), ("2023-12-16", "National Day"), ("2023-12-17", "National Day"), ) holidays-0.71/tests/countries/test_bangladesh.py000066400000000000000000000024731500152103600221320ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.bangladesh import Bangladesh, BD, BGD from tests.common import CommonCountryTests class TestBangladesh(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Bangladesh) def test_country_aliases(self): self.assertAliases(Bangladesh, BD, BGD) def test_2022(self): self.assertHolidays( ("2022-02-21", "International Mother's language Day"), ("2022-03-17", "Sheikh Mujibur Rahman's Birthday and Children's Day"), ("2022-03-26", "Independence Day"), ("2022-04-14", "Bengali New Year's Day"), ("2022-05-01", "May Day"), ("2022-08-15", "National Mourning Day"), ("2022-12-16", "Victory Day"), ) holidays-0.71/tests/countries/test_barbados.py000066400000000000000000000163211500152103600216140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.barbados import Barbados, BB, BRB from tests.common import CommonCountryTests class TestBarbados(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Barbados, years=range(1969, 2050), years_non_observed=range(2000, 2024)) def test_country_aliases(self): self.assertAliases(Barbados, BB, BRB) def test_no_holidays(self): self.assertNoHolidays(Barbados(years=1968)) def test_special_holidays(self): self.assertHoliday( "2021-01-04", "2021-01-05", "2023-07-31", ) def test_new_years_day(self): name = "New Year's Day" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1969, 2050))) dt = ( "2006-01-02", "2012-01-02", "2017-01-02", "2023-01-02", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_errol_barrow_day(self): name = "Errol Barrow Day" self.assertHolidayName(name, (f"{year}-01-21" for year in range(1989, 2050))) self.assertNoHoliday(f"{year}-01-21" for year in range(1969, 1989)) self.assertNoHolidayName(name, range(1969, 1989)) dt = ( "2001-01-22", "2007-01-22", "2018-01-22", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_good_friday(self): name = "Good Friday" self.assertHolidayName( name, "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertHolidayName(name, range(1969, 2050)) def test_easter_monday(self): name = "Easter Monday" self.assertHolidayName( name, "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) self.assertHolidayName(name, range(1969, 2050)) def test_national_heroes_day(self): name = "National Heroes Day" self.assertHolidayName(name, (f"{year}-04-28" for year in range(1998, 2050))) self.assertNoHoliday(f"{year}-04-28" for year in range(1969, 1998)) self.assertNoHolidayName(name, range(1969, 1998)) dt = ( "2002-04-29", "2013-04-29", "2019-04-29", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_may_day(self): name = "May Day" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1969, 2050))) dt = ( "2005-05-02", "2011-05-02", "2016-05-02", "2022-05-02", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_whit_monday(self): name = "Whit Monday" self.assertHolidayName( name, "2018-05-21", "2019-06-10", "2020-06-01", "2021-05-24", "2022-06-06", "2023-05-29", ) self.assertHolidayName(name, range(1969, 2050)) def test_emancipation_day(self): name = "Emancipation Day" self.assertHolidayName(name, (f"{year}-08-01" for year in range(1969, 2050))) dt = ( "2004-08-03", "2005-08-02", "2010-08-03", "2011-08-02", "2016-08-02", "2021-08-03", "2022-08-02", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_kadooment_day(self): name = "Kadooment Day" self.assertHolidayName( name, "2018-08-06", "2019-08-05", "2020-08-03", "2021-08-02", "2022-08-01", "2023-08-07", ) self.assertHolidayName(name, range(1969, 2050)) def test_independence_day(self): name = "Independence Day" self.assertHolidayName(name, (f"{year}-11-30" for year in range(1969, 2050))) dt = ( "2003-12-01", "2008-12-01", "2014-12-01", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_christmas_day(self): name = "Christmas Day" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1969, 2050))) dt = ( "2005-12-27", "2011-12-27", "2016-12-27", "2022-12-27", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_boxing_day(self): name = "Boxing Day" self.assertHolidayName(name, (f"{year}-12-26" for year in range(1969, 2050))) dt = ( "2004-12-27", "2010-12-27", "2021-12-27", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_2022(self): self.assertHolidays( Barbados(years=2022), ("2022-01-01", "New Year's Day"), ("2022-01-21", "Errol Barrow Day"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-04-28", "National Heroes Day"), ("2022-05-01", "May Day"), ("2022-05-02", "May Day (observed)"), ("2022-06-06", "Whit Monday"), ("2022-08-01", "Emancipation Day; Kadooment Day"), ("2022-08-02", "Emancipation Day (observed)"), ("2022-11-30", "Independence Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) def test_2023(self): self.assertHolidays( Barbados(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-01-21", "Errol Barrow Day"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-04-28", "National Heroes Day"), ("2023-05-01", "May Day"), ("2023-05-29", "Whit Monday"), ("2023-07-31", "50th Anniversary of CARICOM Holiday"), ("2023-08-01", "Emancipation Day"), ("2023-08-07", "Kadooment Day"), ("2023-11-30", "Independence Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_belarus.py000066400000000000000000000526441500152103600215040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import PUBLIC, WORKDAY from holidays.countries.belarus import Belarus, BY, BLR from tests.common import CommonCountryTests, WorkingDayTests class TestBelarus(CommonCountryTests, WorkingDayTests, TestCase): @classmethod def setUpClass(cls): years = range(1991, 2050) super().setUpClass(Belarus, years=years) cls.workdays = Belarus(categories=WORKDAY, years=years) def test_country_aliases(self): self.assertAliases(Belarus, BY, BLR) def test_no_holidays(self): self.assertNoHolidays(Belarus(years=1990, categories=(PUBLIC, WORKDAY))) def test_public_2018(self): # http://calendar.by/procal.php?year=2018 # https://www.officeholidays.com/countries/belarus/index.php self.assertHolidays( Belarus(years=2018), ("2018-01-01", "Новы год"), ("2018-01-02", "Выходны (перанесены з 20.01.2018)"), ("2018-01-07", "Нараджэнне Хрыстова (праваслаўнае Раство)"), ("2018-03-08", "Дзень жанчын"), ("2018-03-09", "Выходны (перанесены з 03.03.2018)"), ("2018-04-01", "Каталiцкi Вялiкдзень"), ("2018-04-08", "Праваслаўны Вялiкдзень"), ("2018-04-16", "Выходны (перанесены з 14.04.2018)"), ("2018-04-17", "Радаўніца"), ("2018-04-30", "Выходны (перанесены з 28.04.2018)"), ("2018-05-01", "Свята працы"), ("2018-05-09", "Дзень Перамогі"), ("2018-07-02", "Выходны (перанесены з 07.07.2018)"), ("2018-07-03", "Дзень Незалежнасці Рэспублікі Беларусь (Дзень Рэспублікі)"), ("2018-11-07", "Дзень Кастрычніцкай рэвалюцыі"), ("2018-12-24", "Выходны (перанесены з 22.12.2018)"), ("2018-12-25", "Нараджэнне Хрыстова (каталіцкае Раство)"), ("2018-12-31", "Выходны (перанесены з 29.12.2018)"), ) def test_constitution_day(self): name = "Дзень Канстытуцыі" self.assertHolidayName( name, self.workdays, (f"{year}-03-15" for year in range(1999, 2050)) ) self.assertNoHolidayName(name, self.workdays, range(1991, 1995)) self.assertHolidayName(name, (f"{year}-03-15" for year in range(1995, 1999))) self.assertNoHolidayName( name, (f"{year}-03-15" for year in range(1991, 1995)), (f"{year}-03-15" for year in range(1999, 2050)), ) def test_day_of_unity_of_the_peoples_of_belarus_and_russia(self): name = "Дзень яднання народаў Беларусі і Расіі" self.assertHolidayName( name, self.workdays, (f"{year}-04-02" for year in range(1996, 2050)) ) self.assertNoHolidayName(name, self.workdays, range(1991, 1996)) self.assertNoHolidayName(name) def test_national_symbol_day(self): name = "Дзень Дзяржаўнага сцяга, Дзяржаўнага герба і Дзяржаўнага гімна Рэспублікі Беларусь" dt = ( "2012-05-13", "2013-05-12", "2014-05-11", "2015-05-10", "2016-05-08", "2017-05-14", "2018-05-13", "2019-05-12", "2020-05-10", "2021-05-09", "2022-05-08", "2023-05-14", "2024-05-12", "2025-05-11", "2026-05-10", "2027-05-09", "2028-05-14", "2029-05-13", "2030-05-12", ) self.assertHolidayName(name, self.workdays, dt) self.assertNoHolidayName(name, self.workdays, range(1991, 1998)) self.assertNoHolidayName(name) def test_day_of_the_republic(self): name = "Дзень Незалежнасці Рэспублікі Беларусь (Дзень Рэспублікі)" self.assertHolidayName(name, (f"{year}-07-27" for year in range(1991, 1997))) self.assertHolidayName(name, (f"{year}-07-03" for year in range(1997, 2050))) self.assertNoHolidayName(name, (f"{year}-07-27" for year in range(1997, 2050))) self.assertNoHolidayName(name, (f"{year}-07-03" for year in range(1991, 1997))) def test_day_of_peoples_unity(self): name = "Дзень народнага адзінства" self.assertHolidayName( name, self.workdays, (f"{year}-09-17" for year in range(2021, 2050)) ) self.assertNoHolidayName(name, self.workdays, range(1991, 2021)) self.assertNoHolidayName(name) def test_new_years_day(self): name = "Новы год" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1991, 2050))) self.assertHolidayName(name, (f"{year}-01-02" for year in range(2020, 2050))) self.assertNoHolidayName(name, (f"{year}-01-02" for year in range(1991, 2020))) def test_day_of_fatherland_defenders(self): name = "Дзень абаронцаў Айчыны і Узброеных Сіл Рэспублікі Беларусь" self.assertHolidayName( name, self.workdays, (f"{year}-02-23" for year in range(1991, 2050)) ) self.assertNoHolidayName(name) def test_october_revolution_day(self): name = "Дзень Кастрычніцкай рэвалюцыі" self.assertHolidayName(name, (f"{year}-11-07" for year in range(1995, 2050))) self.assertNoHolidayName(name, range(1991, 1995)) def test_catholic_easter(self): name = "Каталiцкi Вялiкдзень" # https://calendar.by/content.php?id=19 dt = ( "2012-04-08", "2013-03-31", "2014-04-20", "2015-04-05", "2016-03-27", "2017-04-16", "2018-04-01", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", "2024-03-31", "2025-04-20", "2026-04-05", "2027-03-28", "2028-04-16", "2029-04-01", "2030-04-21", ) self.assertHolidayName(name, dt) self.assertNoHolidayName(name, 1991) def test_orthodox_easter(self): name = "Праваслаўны Вялiкдзень" # https://calendar.by/content.php?id=19 dt = ( "2012-04-15", "2013-05-05", "2014-04-20", "2015-04-12", "2016-05-01", "2017-04-16", "2018-04-08", "2019-04-28", "2020-04-19", "2021-05-02", "2022-04-24", "2023-04-16", "2024-05-05", "2025-04-20", "2026-04-12", "2027-05-02", "2028-04-16", "2029-04-08", "2030-04-28", ) self.assertHolidayName(name, dt) self.assertNoHolidayName(name, 1991) def test_radunitsa(self): # https://calendar.by/content.php?id=20 self.assertHolidayName( "Радаўніца", "2012-04-24", "2013-05-14", "2014-04-29", "2015-04-21", "2016-05-10", "2017-04-25", "2018-04-17", "2019-05-07", "2020-04-28", "2021-05-11", "2022-05-03", "2023-04-25", "2024-05-14", "2025-04-29", "2026-04-21", "2027-05-11", "2028-04-25", "2029-04-17", "2030-05-07", ) def test_dzyady(self): name = "Дзень памяці" self.assertHolidayName( name, self.workdays, (f"{year}-11-02" for year in range(1998, 2050)) ) self.assertNoHolidayName(name, self.workdays, range(1991, 1998)) self.assertHolidayName(name, (f"{year}-11-02" for year in range(1992, 1998))) self.assertNoHolidayName(name, 1991, range(1998, 2050)) def test_substituted_holidays(self): self.assertHoliday( "1998-01-02", "1998-04-27", "1999-01-08", "1999-04-19", "2000-05-08", "2000-11-06", "2001-01-02", "2001-03-09", "2001-04-23", "2001-04-30", "2001-07-02", "2001-12-24", "2001-12-31", "2002-01-02", "2002-05-10", "2002-11-08", "2003-01-06", "2003-05-05", "2004-01-02", "2004-01-05", "2004-01-06", "2004-04-19", "2005-03-07", "2006-01-02", "2006-05-08", "2006-11-06", "2007-01-02", "2007-03-09", "2007-04-16", "2007-04-30", "2007-07-02", "2007-12-24", "2007-12-31", "2008-01-02", "2008-05-05", "2008-07-04", "2008-12-26", "2009-01-02", "2009-04-27", "2010-01-08", "2010-04-12", "2010-05-10", "2011-03-07", "2011-05-02", "2012-03-09", "2012-04-23", "2012-07-02", "2012-12-24", "2012-12-31", "2013-01-02", "2013-05-10", "2014-01-02", "2014-01-06", "2014-04-30", "2014-07-04", "2014-12-26", "2015-01-02", "2015-04-20", "2016-01-08", "2016-03-07", "2017-01-02", "2017-04-24", "2017-05-08", "2017-11-06", "2018-01-02", "2018-03-09", "2018-04-16", "2018-04-30", "2018-07-02", "2018-12-24", "2018-12-31", "2019-05-06", "2019-05-08", "2019-11-08", "2020-01-06", "2020-04-27", "2021-01-08", "2021-05-10", "2022-03-07", "2022-05-02", "2023-04-24", "2023-05-08", "2023-11-06", "2024-05-13", "2024-11-08", "2025-01-06", "2025-04-28", "2025-07-04", "2025-12-26", ) def test_workdays(self): self.assertWorkingDay( "1998-01-10", "1998-04-25", "1999-01-16", "1999-04-17", "2000-05-13", "2000-11-11", "2001-01-20", "2001-03-03", "2001-04-21", "2001-04-28", "2001-07-07", "2001-12-22", "2001-12-29", "2002-01-05", "2002-05-18", "2002-11-16", "2003-01-04", "2003-05-03", "2004-01-10", "2004-01-17", "2004-01-31", "2004-04-17", "2005-03-12", "2006-01-21", "2006-05-06", "2006-11-04", "2006-12-30", "2007-03-17", "2007-04-14", "2007-05-05", "2007-07-07", "2007-12-22", "2007-12-29", "2008-01-12", "2008-05-03", "2008-06-28", "2008-12-20", "2009-01-10", "2009-04-25", "2010-01-23", "2010-04-17", "2010-05-15", "2011-03-12", "2011-05-14", "2012-03-11", "2012-04-28", "2012-06-30", "2012-12-22", "2012-12-29", "2013-01-05", "2013-05-18", "2014-01-04", "2014-01-11", "2014-05-03", "2014-07-12", "2014-12-20", "2015-01-10", "2015-04-25", "2016-01-16", "2016-03-05", "2017-01-21", "2017-04-29", "2017-05-06", "2017-11-04", "2018-01-20", "2018-03-03", "2018-04-14", "2018-04-28", "2018-07-07", "2018-12-22", "2018-12-29", "2019-05-04", "2019-05-11", "2019-11-16", "2020-01-04", "2020-04-04", "2021-01-16", "2021-05-15", "2022-03-12", "2022-05-14", "2023-04-29", "2023-05-13", "2023-11-11", "2024-05-18", "2024-11-16", "2025-01-11", "2025-04-26", "2025-07-12", "2025-12-20", ) for year, dts in { 2006: ( "2006-01-21", "2006-05-06", "2006-11-04", "2006-12-30", ), }.items(): self.assertWorkingDay(Belarus(years=year), dts) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Новы год"), ("2022-01-02", "Новы год"), ("2022-01-07", "Нараджэнне Хрыстова (праваслаўнае Раство)"), ("2022-02-23", "Дзень абаронцаў Айчыны і Узброеных Сіл Рэспублікі Беларусь"), ("2022-03-07", "Выходны (перанесены з 12.03.2022)"), ("2022-03-08", "Дзень жанчын"), ("2022-03-15", "Дзень Канстытуцыі"), ("2022-04-02", "Дзень яднання народаў Беларусі і Расіі"), ("2022-04-17", "Каталiцкi Вялiкдзень"), ("2022-04-24", "Праваслаўны Вялiкдзень"), ("2022-05-01", "Свята працы"), ("2022-05-02", "Выходны (перанесены з 14.05.2022)"), ("2022-05-03", "Радаўніца"), ( "2022-05-08", ( "Дзень Дзяржаўнага сцяга, Дзяржаўнага герба і " "Дзяржаўнага гімна Рэспублікі Беларусь" ), ), ("2022-05-09", "Дзень Перамогі"), ("2022-07-03", "Дзень Незалежнасці Рэспублікі Беларусь (Дзень Рэспублікі)"), ("2022-09-17", "Дзень народнага адзінства"), ("2022-11-02", "Дзень памяці"), ("2022-11-07", "Дзень Кастрычніцкай рэвалюцыі"), ("2022-12-25", "Нараджэнне Хрыстова (каталіцкае Раство)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-02", "New Year's Day"), ("2022-01-07", "Orthodox Christmas Day"), ( "2022-02-23", ( "Day of the Fatherland's Defenders and " "the Armed Forces of the Republic of Belarus" ), ), ("2022-03-07", "Day off (substituted from 03/12/2022)"), ("2022-03-08", "Women's Day"), ("2022-03-15", "Constitution Day"), ("2022-04-02", "Day of Unity of the Peoples of Belarus and Russia"), ("2022-04-17", "Catholic Easter"), ("2022-04-24", "Orthodox Easter"), ("2022-05-01", "Labor Day"), ("2022-05-02", "Day off (substituted from 05/14/2022)"), ("2022-05-03", "Radunitsa (Day of Rejoicing)"), ( "2022-05-08", ( "Day of the National Coat of Arms of the Republic of Belarus, " "the National Flag of the Republic of Belarus and " "the National Anthem of the Republic of Belarus" ), ), ("2022-05-09", "Victory Day"), ("2022-07-03", "Independence Day of the Republic of Belarus (Day of the Republic)"), ("2022-09-17", "Day of People's Unity"), ("2022-11-02", "Dzyady (All Souls' Day)"), ("2022-11-07", "October Revolution Day"), ("2022-12-25", "Catholic Christmas Day"), ) def test_l10n_ru(self): self.assertLocalizedHolidays( "ru", ("2022-01-01", "Новый год"), ("2022-01-02", "Новый год"), ("2022-01-07", "Рождество Христово (православное Рождество)"), ("2022-02-23", "День защитников Отечества и Вооруженных Сил Республики Беларусь"), ("2022-03-07", "Выходной (перенесено с 12.03.2022)"), ("2022-03-08", "День женщин"), ("2022-03-15", "День Конституции"), ("2022-04-02", "День единения народов Беларуси и России"), ("2022-04-17", "Католическая Пасха"), ("2022-04-24", "Православная Пасха"), ("2022-05-01", "Праздник труда"), ("2022-05-02", "Выходной (перенесено с 14.05.2022)"), ("2022-05-03", "Радуница"), ( "2022-05-08", ( "День Государственного флага, Государственного герба и " "Государственного гимна Республики Беларусь" ), ), ("2022-05-09", "День Победы"), ("2022-07-03", "День Независимости Республики Беларусь (День Республики)"), ("2022-09-17", "День народного единства"), ("2022-11-02", "День памяти"), ("2022-11-07", "День Октябрьской революции"), ("2022-12-25", "Рождество Христово (католическое Рождество)"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันขึ้นปีใหม่"), ("2022-01-02", "วันขึ้นปีใหม่"), ("2022-01-07", "วันประสูติของพระคริสต์ (คริสต์มาสนิกายออร์โธดอกซ์)"), ("2022-02-23", "วันพิทักษ์ปิตุภูมิและกองทัพแห่งสาธารณรัฐเบลารุส"), ("2022-03-07", "วันหยุด (แทน 12/03/2022)"), ("2022-03-08", "วันสตรี"), ("2022-03-15", "วันรัฐธรรมนูญ"), ("2022-04-02", "วันแห่งความสามัคคีของประชาชนเบลารุสและรัสเซีย"), ("2022-04-17", "วันอีสเตอร์นิกายคาทอลิก"), ("2022-04-24", "วันอีสเตอร์นิกายออร์โธดอกซ์"), ("2022-05-01", "วันแรงงาน"), ("2022-05-02", "วันหยุด (แทน 14/05/2022)"), ("2022-05-03", "ราเดาว์นิตซา (วันแห่งความยินดี)"), ("2022-05-08", "วันธงชาติ ตราแผ่นดิน และเพลงชาติแห่งสาธารณรัฐเบลารุส"), ("2022-05-09", "วันแห่งชัยชนะ"), ("2022-07-03", "วันประกาศอิสรภาพแห่งสาธารณรัฐเบลารุส (วันสาธารณรัฐ)"), ("2022-09-17", "วันแห่งความสามัคคีของประชาชน"), ("2022-11-02", "ดียาดี (วันภาวนาอุทิศแด่ผู้ล่วงลับ)"), ("2022-11-07", "วันครบรอบการปฏิวัติเดือนตุลาคม"), ("2022-12-25", "วันประสูติของพระคริสต์ (คริสต์มาสนิกายคาทอลิก)"), ) holidays-0.71/tests/countries/test_belgium.py000066400000000000000000000160451500152103600214660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK from holidays.countries.belgium import Belgium, BE, BEL from tests.common import CommonCountryTests class TestBelgium(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Belgium) def test_country_aliases(self): self.assertAliases(Belgium, BE, BEL) def test_2020(self): self.assertHolidays( ("2020-01-01", "Nieuwjaar"), ("2020-04-12", "Pasen"), ("2020-04-13", "Paasmaandag"), ("2020-05-01", "Dag van de Arbeid"), ("2020-05-21", "O. L. H. Hemelvaart"), ("2020-05-31", "Pinksteren"), ("2020-06-01", "Pinkstermaandag"), ("2020-07-21", "Nationale feestdag"), ("2020-08-15", "O. L. V. Hemelvaart"), ("2020-11-01", "Allerheiligen"), ("2020-11-11", "Wapenstilstand"), ("2020-12-25", "Kerstmis"), ) def test_2021(self): self.assertHolidays( ("2021-01-01", "Nieuwjaar"), ("2021-04-04", "Pasen"), ("2021-04-05", "Paasmaandag"), ("2021-05-01", "Dag van de Arbeid"), ("2021-05-13", "O. L. H. Hemelvaart"), ("2021-05-23", "Pinksteren"), ("2021-05-24", "Pinkstermaandag"), ("2021-07-21", "Nationale feestdag"), ("2021-08-15", "O. L. V. Hemelvaart"), ("2021-11-01", "Allerheiligen"), ("2021-11-11", "Wapenstilstand"), ("2021-12-25", "Kerstmis"), ) def test_2022(self): self.assertHolidays( ("2022-01-01", "Nieuwjaar"), ("2022-04-17", "Pasen"), ("2022-04-18", "Paasmaandag"), ("2022-05-01", "Dag van de Arbeid"), ("2022-05-26", "O. L. H. Hemelvaart"), ("2022-06-05", "Pinksteren"), ("2022-06-06", "Pinkstermaandag"), ("2022-07-21", "Nationale feestdag"), ("2022-08-15", "O. L. V. Hemelvaart"), ("2022-11-01", "Allerheiligen"), ("2022-11-11", "Wapenstilstand"), ("2022-12-25", "Kerstmis"), ) def test_bank_2022(self): self.assertHolidays( Belgium(categories=BANK, years=2022), ("2022-04-15", "Goede Vrijdag"), ("2022-05-27", "Vrijdag na O. L. H. Hemelvaart"), ("2022-12-26", "Banksluitingsdag"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Nieuwjaar"), ("2022-04-15", "Goede Vrijdag"), ("2022-04-17", "Pasen"), ("2022-04-18", "Paasmaandag"), ("2022-05-01", "Dag van de Arbeid"), ("2022-05-26", "O. L. H. Hemelvaart"), ("2022-05-27", "Vrijdag na O. L. H. Hemelvaart"), ("2022-06-05", "Pinksteren"), ("2022-06-06", "Pinkstermaandag"), ("2022-07-21", "Nationale feestdag"), ("2022-08-15", "O. L. V. Hemelvaart"), ("2022-11-01", "Allerheiligen"), ("2022-11-11", "Wapenstilstand"), ("2022-12-25", "Kerstmis"), ("2022-12-26", "Banksluitingsdag"), ) def test_l10n_de(self): self.assertLocalizedHolidays( "de", ("2022-01-01", "Neujahr"), ("2022-04-15", "Karfreitag"), ("2022-04-17", "Ostern"), ("2022-04-18", "Ostermontag"), ("2022-05-01", "Tag der Arbeit"), ("2022-05-26", "Christi Himmelfahrt"), ("2022-05-27", "Freitag nach Christi Himmelfahrt"), ("2022-06-05", "Pfingsten"), ("2022-06-06", "Pfingstmontag"), ("2022-07-21", "Nationalfeiertag"), ("2022-08-15", "Mariä Himmelfahrt"), ("2022-11-01", "Allerheiligen"), ("2022-11-11", "Waffenstillstand"), ("2022-12-25", "Weihnachten"), ("2022-12-26", "Bankschlusstag"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-26", "Ascension Day"), ("2022-05-27", "Friday after Ascension Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-06", "Whit Monday"), ("2022-07-21", "National Day"), ("2022-08-15", "Assumption Day"), ("2022-11-01", "All Saints' Day"), ("2022-11-11", "Armistice Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Bank Holiday"), ) def test_l10n_fr(self): self.assertLocalizedHolidays( "fr", ("2022-01-01", "Nouvel An"), ("2022-04-15", "Vendredi Saint"), ("2022-04-17", "Pâques"), ("2022-04-18", "Lundi de Pâques"), ("2022-05-01", "Fête du Travail"), ("2022-05-26", "Ascension"), ("2022-05-27", "Vendredi suivant l'Ascension"), ("2022-06-05", "Pentecôte"), ("2022-06-06", "Lundi de Pentecôte"), ("2022-07-21", "Fête nationale"), ("2022-08-15", "Assomption"), ("2022-11-01", "Toussaint"), ("2022-11-11", "Jour de l'Armistice"), ("2022-12-25", "Noël"), ("2022-12-26", "Jour de fermeture bancaire"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-26", "Вознесіння Господнє"), ("2022-05-27", "Пʼятниця після Вознесіння Господнього"), ("2022-06-05", "Трійця"), ("2022-06-06", "День Святого Духа"), ("2022-07-21", "Національне свято"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-11-01", "День усіх святих"), ("2022-11-11", "День перемирʼя"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Банківський вихідний"), ) holidays-0.71/tests/countries/test_belize.py000066400000000000000000000212371500152103600213130ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.belize import Belize, BZ, BLZ from tests.common import CommonCountryTests class TestBelize(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Belize, years=range(1982, 2050), years_non_observed=range(1982, 2050)) def test_country_aliases(self): self.assertAliases(Belize, BZ, BLZ) def test_no_holidays(self): self.assertNoHolidays(Belize(years=1981)) def test_new_years_day(self): name = "New Year's Day" years_observed = {1984, 1989, 1995, 2006, 2012, 2017, 2023, 2034, 2040, 2045} self.assertHolidayName( name, (f"{year}-01-01" for year in set(range(1982, 2050)).difference(years_observed)) ) self.assertHolidayName(f"{name} (observed)", (f"{year}-01-02" for year in years_observed)) def test_george_price_day(self): name = "George Price Day" years_observed = {2023, 2034, 2040, 2045} self.assertHolidayName( name, (f"{year}-01-15" for year in set(range(2021, 2050)).difference(years_observed)) ) self.assertHolidayName(f"{name} (observed)", (f"{year}-01-16" for year in years_observed)) self.assertNoHoliday(f"{year}-01-15" for year in range(1982, 2021)) self.assertNoHolidayName(name, range(1982, 2021)) def test_national_heroes_and_benefactors_day(self): name = "National Heroes and Benefactors Day" self.assertHolidayName( f"{name} (observed)", "1982-03-08", "1983-03-07", "1984-03-12", "1993-03-08", "2000-03-06", "2010-03-08", "2018-03-12", "2021-03-08", "2022-03-07", "2023-03-06", ) self.assertNonObservedHolidayName(name, (f"{year}-03-09" for year in range(1982, 2050))) def test_easter_holidays(self): self.assertHolidayName( "Good Friday", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertHolidayName( "Holy Saturday", "2019-04-20", "2020-04-11", "2021-04-03", "2022-04-16", "2023-04-08", ) self.assertHolidayName( "Easter Monday", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) def test_labour_day(self): name = "Labour Day" years_observed = {1983, 1988, 1994, 2005, 2011, 2016, 2022, 2033, 2039, 2044} self.assertHolidayName( name, (f"{year}-05-01" for year in set(range(1982, 2050)).difference(years_observed)) ) self.assertHolidayName(f"{name} (observed)", (f"{year}-05-02" for year in years_observed)) def test_commonwealth_day(self): name = "Commonwealth Day" self.assertHolidayName( f"{name} (observed)", "1983-05-23", "1984-05-21", "1992-05-25", "2000-05-22", "2011-05-23", "2018-05-21", "2019-05-27", "2020-05-25", ) self.assertNonObservedHolidayName(name, (f"{year}-05-24" for year in range(1982, 2022))) self.assertNoHolidayName(name, range(2022, 2050)) def test_emancipation_day(self): name = "Emancipation Day" self.assertHolidayName( f"{name} (observed)", "2021-08-02", "2023-07-31", "2024-07-29", "2025-08-04", ) self.assertNonObservedHolidayName(name, (f"{year}-08-01" for year in range(2021, 2050))) self.assertNoHolidayName(name, range(1982, 2021)) def test_saint_georges_caye_day(self): name = "Saint George's Caye Day" years_observed = {1989, 1995, 2000, 2006, 2017, 2023, 2028, 2034, 2045} self.assertHolidayName( name, (f"{year}-09-10" for year in set(range(1982, 2050)).difference(years_observed)) ) self.assertHolidayName(f"{name} (observed)", (f"{year}-09-11" for year in years_observed)) def test_independence_day(self): name = "Independence Day" years_observed = {1986, 1997, 2003, 2008, 2014, 2025, 2031, 2036, 2042} self.assertHolidayName( name, (f"{year}-09-21" for year in set(range(1982, 2050)).difference(years_observed)) ) self.assertHolidayName(f"{name} (observed)", (f"{year}-09-22" for year in years_observed)) def test_indigenous_peoples_resistance_day(self): name1 = "Pan American Day" name2 = "Indigenous Peoples' Resistance Day" self.assertHolidayName( f"{name1} (observed)", "1982-10-11", "1983-10-10", "1993-10-11", "2000-10-09", "2011-10-10", "2018-10-15", ) self.assertHolidayName( f"{name2} (observed)", "2021-10-11", "2022-10-10", "2023-10-09", "2025-10-13", "2027-10-11", ) self.assertNonObservedHolidayName(name1, (f"{year}-10-12" for year in range(1982, 2021))) self.assertNonObservedHolidayName(name2, (f"{year}-10-12" for year in range(2021, 2050))) self.assertNoHolidayName(name1, range(2021, 2050)) self.assertNoHolidayName(name2, range(1982, 2021)) def test_garifuna_settlement_day(self): name = "Garifuna Settlement Day" years_observed = {1989, 1995, 2000, 2006, 2017, 2023, 2028, 2034, 2045} self.assertHolidayName( name, (f"{year}-11-19" for year in set(range(1982, 2050)).difference(years_observed)) ) self.assertHolidayName(f"{name} (observed)", (f"{year}-11-20" for year in years_observed)) def test_christmas_day(self): self.assertHolidayName("Christmas Day", (f"{year}-12-25" for year in range(1982, 2050))) def test_boxing_day(self): name = "Boxing Day" years_observed = {1982, 1993, 1999, 2004, 2010, 2021, 2027, 2032, 2038, 2049} self.assertHolidayName( name, (f"{year}-12-26" for year in set(range(1982, 2050)).difference(years_observed)) ) self.assertHolidayName(f"{name} (observed)", (f"{year}-12-27" for year in years_observed)) def test_2021(self): # https://www.pressoffice.gov.bz/public-and-bank-holidays-2021-3/ self.assertHolidays( Belize(years=2021), ("2021-01-01", "New Year's Day"), ("2021-01-15", "George Price Day"), ("2021-03-08", "National Heroes and Benefactors Day (observed)"), ("2021-04-02", "Good Friday"), ("2021-04-03", "Holy Saturday"), ("2021-04-05", "Easter Monday"), ("2021-05-01", "Labour Day"), ("2021-05-24", "Commonwealth Day"), ("2021-08-02", "Emancipation Day (observed)"), ("2021-09-10", "Saint George's Caye Day"), ("2021-09-21", "Independence Day"), ("2021-10-11", "Indigenous Peoples' Resistance Day (observed)"), ("2021-11-19", "Garifuna Settlement Day"), ("2021-12-25", "Christmas Day"), ("2021-12-27", "Boxing Day (observed)"), ) def test_2022(self): # https://www.pressoffice.gov.bz/public-and-bank-holidays-2022-updated/ self.assertHolidays( Belize(years=2022), ("2022-01-01", "New Year's Day"), ("2022-01-15", "George Price Day"), ("2022-03-07", "National Heroes and Benefactors Day (observed)"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Holy Saturday"), ("2022-04-18", "Easter Monday"), ("2022-05-02", "Labour Day (observed)"), ("2022-08-01", "Emancipation Day"), ("2022-09-10", "Saint George's Caye Day"), ("2022-09-21", "Independence Day"), ("2022-10-10", "Indigenous Peoples' Resistance Day (observed)"), ("2022-11-19", "Garifuna Settlement Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_bolivia.py000066400000000000000000000335071500152103600214710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.bolivia import Bolivia, BO, BOL from tests.common import CommonCountryTests class TestBolivia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Bolivia, years=range(1980, 2050), years_non_observed=range(2000, 2024)) def test_country_aliases(self): self.assertAliases(Bolivia, BO, BOL) def test_no_holidays(self): self.assertNoHolidays(Bolivia(years=1824)) def test_new_years(self): name = "Año Nuevo" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1980, 2050))) dt = ( "2006-01-02", "2012-01-02", "2017-01-02", "2023-01-02", ) self.assertHolidayName(f"{name} (observado)", dt) self.assertNoNonObservedHoliday(dt) def test_plurinational_state_foundation_day(self): name = "Día de la Creación del Estado Plurinacional de Bolivia" self.assertHolidayName(name, (f"{year}-01-22" for year in range(2010, 2050))) self.assertNoHoliday(f"{year}-01-22" for year in range(1980, 2010)) self.assertNoHolidayName(name, range(1980, 2010)) dt = ( "2012-01-23", "2017-01-23", "2023-01-23", ) self.assertHolidayName(f"{name} (observado)", dt) self.assertNoNonObservedHoliday(dt) def test_carnival(self): self.assertHolidayName( "Carnaval", "2015-02-16", "2015-02-17", "2016-02-08", "2016-02-09", "2017-02-27", "2017-02-28", "2018-02-12", "2018-02-13", "2019-03-04", "2019-03-05", "2020-02-24", "2020-02-25", "2021-02-15", "2021-02-16", "2022-02-28", "2022-03-01", "2023-02-20", "2023-02-21", ) def test_good_friday(self): self.assertHolidayName( "Viernes Santo", "2015-04-03", "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) def test_labor_day(self): name = "Día del Trabajo" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1980, 2050))) dt = ( "2005-05-02", "2011-05-02", "2012-04-30", "2014-05-02", "2016-05-02", "2022-05-02", ) self.assertHolidayName(f"{name} (observado)", dt) self.assertNoNonObservedHoliday(dt) def test_corpus_christi(self): self.assertHolidayName( "Corpus Christi", "2015-06-04", "2016-05-26", "2017-06-15", "2018-05-31", "2019-06-20", "2020-06-11", "2021-06-03", "2022-06-16", "2023-06-08", ) def test_andean_new_year(self): name = "Año Nuevo Aymara Amazónico" self.assertHolidayName(name, (f"{year}-06-21" for year in range(2009, 2050))) self.assertNoHoliday(f"{year}-06-21" for year in range(1985, 2009)) self.assertNoHolidayName(name, range(1980, 2009)) dt = ( "2009-06-22", "2015-06-22", "2020-06-22", ) self.assertHolidayName(f"{name} (observado)", dt) self.assertNoNonObservedHoliday(dt) def test_independence_day(self): name = "Día de la Independencia de Bolivia" self.assertHolidayName(name, (f"{year}-08-06" for year in range(1980, 2050))) dt = ( "2000-08-07", "2006-08-07", "2017-08-07", "2023-08-07", ) self.assertHolidayName(f"{name} (observado)", dt) self.assertNoNonObservedHoliday(dt) def test_national_dignity_day(self): name = "Día de la Dignidad Nacional" self.assertHolidayName(name, (f"{year}-10-17" for year in range(2020, 2050))) self.assertNoHoliday(f"{year}-10-17" for year in range(1980, 2020)) self.assertNoHolidayName(name, range(1980, 2020)) def test_all_saints_day(self): name = "Día de Todos los Santos" self.assertHolidayName(name, (f"{year}-11-01" for year in range(1985, 1989))) self.assertNoHoliday(f"{year}-11-01" for year in range(1980, 1985)) self.assertNoHoliday(f"{year}-11-01" for year in range(1989, 2050)) self.assertNoHolidayName(name, range(1980, 1985), range(1989, 2050)) def test_all_souls_day(self): name = "Día de Todos los Difuntos" self.assertHolidayName(name, (f"{year}-11-02" for year in range(1989, 2050))) self.assertNoHoliday(f"{year}-11-02" for year in range(1980, 1989)) self.assertNoHolidayName(name, range(1980, 1989)) dt = ( "2003-11-03", "2008-11-03", "2014-11-03", ) self.assertHolidayName(f"{name} (observado)", dt) self.assertNoNonObservedHoliday(dt) self.assertNoHolidayName(f"{name} (observado)", range(2016, 2050)) def test_christmas_day(self): name = "Navidad" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1980, 2050))) dt = ( "2005-12-26", "2011-12-26", "2016-12-26", "2022-12-26", ) self.assertHolidayName(f"{name} (observado)", dt) self.assertNoNonObservedHoliday(dt) def test_beni_day(self): name = "Día del departamento de Beni" self.assertNoHolidayName(name, range(1980, 2050)) self.assertNoHoliday(f"{year}-11-18" for year in range(1980, 2050)) self.assertHolidayName( name, Bolivia(subdiv="B"), (f"{year}-11-18" for year in range(1980, 2050)) ) def test_cochabamba_day(self): name = "Día del departamento de Cochabamba" self.assertNoHolidayName(name, range(1980, 2050)) self.assertNoHoliday(f"{year}-09-14" for year in range(1980, 2050)) self.assertHolidayName( name, Bolivia(subdiv="C"), (f"{year}-09-14" for year in range(1980, 2050)) ) def test_chuquisaca_day(self): name = "Día del departamento de Chuquisaca" self.assertNoHolidayName(name, range(1980, 2050)) self.assertNoHoliday(f"{year}-05-25" for year in set(range(1980, 2050)).difference({1989})) self.assertHolidayName( name, Bolivia(subdiv="H"), (f"{year}-05-25" for year in range(1980, 2050)) ) def test_la_paz_day(self): name = "Día del departamento de La Paz" self.assertNoHolidayName(name, range(1980, 2050)) self.assertNoHoliday(f"{year}-07-16" for year in range(1980, 2050)) self.assertHolidayName( name, Bolivia(subdiv="L"), (f"{year}-07-16" for year in range(1980, 2050)) ) def test_pando_day(self): name = "Día del departamento de Pando" self.assertNoHolidayName(name, range(1980, 2050)) self.assertNoHoliday(f"{year}-10-11" for year in range(1980, 2050)) self.assertHolidayName( name, Bolivia(subdiv="N"), (f"{year}-10-11" for year in range(1980, 2050)) ) def test_potosi_day(self): name = "Día del departamento de Potosí" self.assertNoHolidayName(name, range(1980, 2050)) self.assertNoHoliday(f"{year}-11-10" for year in range(1980, 2050)) self.assertHolidayName( name, Bolivia(subdiv="P"), (f"{year}-11-10" for year in range(1980, 2050)) ) def test_carnival_in_oruro(self): name = "Carnaval de Oruro" self.assertNoHolidayName(name, range(1980, 2050)) dt = ( "2015-02-13", "2016-02-05", "2017-02-24", "2018-02-09", "2019-03-01", "2020-02-21", "2021-02-12", "2022-02-25", "2023-02-17", ) self.assertNoHoliday(dt) self.assertHolidayName(name, Bolivia(subdiv="O"), dt) def test_santa_cruz_day(self): name = "Día del departamento de Santa Cruz" self.assertNoHolidayName(name, range(1980, 2050)) self.assertNoHoliday(f"{year}-09-24" for year in range(1980, 2050)) self.assertHolidayName( name, Bolivia(subdiv="S"), (f"{year}-09-24" for year in range(1980, 2050)) ) def test_la_tablada(self): name = "La Tablada" self.assertNoHolidayName(name, range(1980, 2050)) self.assertNoHoliday( f"{year}-04-15" for year in set(range(1980, 2050)).difference({2022, 2033, 2044}) ) self.assertHolidayName( name, Bolivia(subdiv="T"), (f"{year}-04-15" for year in range(1980, 2050)) ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Año Nuevo"), ("2023-01-02", "Año Nuevo (observado)"), ("2023-01-22", "Día de la Creación del Estado Plurinacional de Bolivia"), ("2023-01-23", "Día de la Creación del Estado Plurinacional de Bolivia (observado)"), ("2023-02-17", "Carnaval de Oruro"), ("2023-02-20", "Carnaval"), ("2023-02-21", "Carnaval"), ("2023-04-07", "Viernes Santo"), ("2023-04-15", "La Tablada"), ("2023-05-01", "Día del Trabajo"), ("2023-05-25", "Día del departamento de Chuquisaca"), ("2023-06-08", "Corpus Christi"), ("2023-06-21", "Año Nuevo Aymara Amazónico"), ("2023-07-16", "Día del departamento de La Paz"), ("2023-08-06", "Día de la Independencia de Bolivia"), ("2023-08-07", "Día de la Independencia de Bolivia (observado)"), ("2023-09-14", "Día del departamento de Cochabamba"), ("2023-09-24", "Día del departamento de Santa Cruz"), ("2023-10-11", "Día del departamento de Pando"), ("2023-10-17", "Día de la Dignidad Nacional"), ("2023-11-02", "Día de Todos los Difuntos"), ("2023-11-10", "Día del departamento de Potosí"), ("2023-11-18", "Día del departamento de Beni"), ("2023-12-25", "Navidad"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-01-22", "Plurinational State Foundation Day"), ("2023-01-23", "Plurinational State Foundation Day (observed)"), ("2023-02-17", "Carnival in Oruro"), ("2023-02-20", "Carnival"), ("2023-02-21", "Carnival"), ("2023-04-07", "Good Friday"), ("2023-04-15", "La Tablada"), ("2023-05-01", "Labor Day"), ("2023-05-25", "Chuquisaca Day"), ("2023-06-08", "Corpus Christi"), ("2023-06-21", "Aymara New Year"), ("2023-07-16", "La Paz Day"), ("2023-08-06", "Independence Day"), ("2023-08-07", "Independence Day (observed)"), ("2023-09-14", "Cochabamba Day"), ("2023-09-24", "Santa Cruz Day"), ("2023-10-11", "Pando Day"), ("2023-10-17", "National Dignity Day"), ("2023-11-02", "All Souls' Day"), ("2023-11-10", "Potosí Day"), ("2023-11-18", "Beni Day"), ("2023-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "Новий рік"), ("2023-01-02", "Новий рік (вихідний)"), ("2023-01-22", "День створення Багатонаціональної Держави Болівія"), ("2023-01-23", "День створення Багатонаціональної Держави Болівія (вихідний)"), ("2023-02-17", "Карнавал Оруро"), ("2023-02-20", "Карнавал"), ("2023-02-21", "Карнавал"), ("2023-04-07", "Страсна пʼятниця"), ("2023-04-15", "Ла Таблада"), ("2023-05-01", "День праці"), ("2023-05-25", "День департаменту Чукісака"), ("2023-06-08", "Свято Тіла і Крові Христових"), ("2023-06-21", "Новий рік Аймара"), ("2023-07-16", "День департаменту Ла-Пас"), ("2023-08-06", "День незалежності Болівії"), ("2023-08-07", "День незалежності Болівії (вихідний)"), ("2023-09-14", "День департаменту Кочабамба"), ("2023-09-24", "День департаменту Санта-Круз"), ("2023-10-11", "День департаменту Пандо"), ("2023-10-17", "День національної гідності"), ("2023-11-02", "День усіх померлих"), ("2023-11-10", "День департаменту Потосі"), ("2023-11-18", "День департаменту Бені"), ("2023-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_bosnia_and_herzegovina.py000066400000000000000000000572101500152103600245370ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.bosnia_and_herzegovina import BosniaAndHerzegovina, BA, BIH from tests.common import CommonCountryTests class TestBosniaAndHerzegovina(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(2000, 2030) super().setUpClass(BosniaAndHerzegovina, years=years) cls.bih_holidays = BosniaAndHerzegovina(subdiv="BIH", years=years) cls.brc_holidays = BosniaAndHerzegovina(subdiv="BRC", years=years) cls.srp_holidays = BosniaAndHerzegovina(subdiv="SRP", years=years) cls.bih_holidays_non_obs = BosniaAndHerzegovina(subdiv="BIH", observed=False, years=years) cls.brc_holidays_non_obs = BosniaAndHerzegovina(subdiv="BRC", observed=False, years=years) cls.srp_holidays_non_obs = BosniaAndHerzegovina(subdiv="SRP", observed=False, years=years) def test_country_aliases(self): self.assertAliases(BosniaAndHerzegovina, BA, BIH) def test_new_years(self): name = "Nova godina" self.assertHolidayName(name, (f"{year}-01-01" for year in range(2000, 2030))) self.assertHolidayName(name, (f"{year}-01-02" for year in range(2000, 2030))) dt = ( "2006-01-03", "2012-01-03", "2017-01-03", "2023-01-03", ) self.assertHolidayName(f"{name} (preneseno)", self.bih_holidays, dt) self.assertNoNonObservedHoliday(self.bih_holidays_non_obs, dt) dt = ( "2000-01-03", "2005-01-03", "2006-01-03", "2011-01-03", "2012-01-03", "2017-01-03", "2022-01-03", "2023-01-03", ) self.assertHolidayName(f"{name} (preneseno)", self.brc_holidays, dt) self.assertNoNonObservedHoliday(self.brc_holidays_non_obs, dt) dt = ( "2000-01-03", "2005-01-03", "2011-01-03", "2022-01-03", ) self.assertHolidayName(f"{name} (preneseno)", self.srp_holidays, dt) self.assertNoNonObservedHoliday(self.srp_holidays_non_obs, dt) def test_orthodox_christmas_eve(self): name = "Badnji dan (Pravoslavni)" self.assertHolidayName( name, self.bih_holidays, (f"{year}-01-06" for year in range(2000, 2030)) ) self.assertHolidayName( name, self.srp_holidays, (f"{year}-01-06" for year in range(2000, 2030)) ) self.assertNoHolidayName(name, self.brc_holidays) self.assertNoHolidayName(name) def test_orthodox_christmas(self): name = "Božić (Pravoslavni)" self.assertHolidayName(name, (f"{year}-01-07" for year in range(2000, 2030))) dt = ( "2001-01-08", "2007-01-08", "2018-01-08", ) self.assertHolidayName(f"{name} (preneseno)", self.brc_holidays, dt) self.assertNoNonObservedHoliday(self.brc_holidays_non_obs, dt) self.assertNoHoliday(dt) def test_orthodox_new_year(self): name = "Pravoslavna Nova godina" self.assertHolidayName( name, self.srp_holidays, (f"{year}-01-14" for year in range(2000, 2030)) ) self.assertNoHolidayName(name, self.brc_holidays) self.assertNoHolidayName(name, self.bih_holidays) self.assertNoHolidayName(name) def test_independence_day(self): name = "Dan nezavisnosti" self.assertHolidayName( name, self.bih_holidays, (f"{year}-03-01" for year in range(2000, 2030)) ) self.assertNoHolidayName(name, self.brc_holidays) self.assertNoHolidayName(name, self.srp_holidays) self.assertNoHolidayName(name) def test_establishment_bd_day(self): name = "Dan uspostavljanja Brčko distrikta" self.assertHolidayName( name, self.brc_holidays, (f"{year}-03-08" for year in range(2000, 2030)) ) self.assertNoHolidayName(name, self.bih_holidays) self.assertNoHolidayName(name, self.srp_holidays) self.assertNoHolidayName(name) dt = ( "2009-03-09", "2015-03-09", "2020-03-09", ) self.assertHolidayName(f"{name} (preneseno)", self.brc_holidays, dt) self.assertNoNonObservedHoliday(self.brc_holidays_non_obs, dt) self.assertNoHoliday(dt) def test_catholic_easter(self): name = "Veliki petak (Katolički)" dt = ( "2012-04-06", "2015-04-03", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertHolidayName(name, self.bih_holidays, dt) self.assertHolidayName(name, self.srp_holidays, dt) self.assertNoHolidayName(name, self.brc_holidays) self.assertNoHolidayName(name) name = "Uskrs (Katolički)" dt = ( "2012-04-08", "2015-04-05", "2018-04-01", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", ) self.assertHolidayName(name, self.bih_holidays, dt) self.assertHolidayName(name, self.srp_holidays, dt) self.assertNoHolidayName(name, self.brc_holidays) self.assertNoHolidayName(name) name = "Uskrsni ponedjeljak (Katolički)" dt = ( "2012-04-09", "2015-04-06", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) self.assertHolidayName(name, self.bih_holidays, dt) self.assertHolidayName(name, self.srp_holidays, dt) self.assertHolidayName(name, self.brc_holidays, dt) self.assertHolidayName(name, dt) def test_orthodox_easter(self): name = "Veliki petak (Pravoslavni)" dt = ( "2012-04-13", "2015-04-10", "2018-04-06", "2019-04-26", "2020-04-17", "2021-04-30", "2022-04-22", "2023-04-14", ) self.assertHolidayName(name, self.bih_holidays, dt) self.assertHolidayName(name, self.srp_holidays, dt) self.assertHolidayName(name, self.brc_holidays, dt) self.assertHolidayName(name, dt) name = "Vaskrs (Pravoslavni)" dt = ( "2012-04-15", "2015-04-12", "2018-04-08", "2019-04-28", "2020-04-19", "2022-04-24", "2023-04-16", ) self.assertHolidayName(name, self.bih_holidays, dt) self.assertHolidayName(name, self.srp_holidays, dt) name = "Uskrsni ponedjeljak (Pravoslavni)" dt = ( "2012-04-16", "2015-04-13", "2018-04-09", "2019-04-29", "2020-04-20", "2021-05-03", "2022-04-25", "2023-04-17", ) self.assertHolidayName(name, self.bih_holidays, dt) self.assertHolidayName(name, self.srp_holidays, dt) self.assertNoHolidayName(name, self.brc_holidays) self.assertNoHolidayName(name) def test_labor_day(self): name = "Međunarodni praznik rada" self.assertHolidayName(name, (f"{year}-05-01" for year in range(2000, 2030))) self.assertHolidayName(name, (f"{year}-05-02" for year in range(2000, 2030))) dt = ( "2011-05-03", "2022-05-03", ) self.assertHolidayName(f"{name} (preneseno)", self.bih_holidays, dt) self.assertNoNonObservedHolidayName(f"{name} (preneseno)", self.bih_holidays_non_obs, dt) dt = ( "2004-05-03", "2005-05-03", "2010-05-03", "2011-05-03", "2016-05-03", "2021-05-03", "2022-05-03", ) self.assertHolidayName(f"{name} (preneseno)", self.brc_holidays, dt) self.assertNoNonObservedHoliday(self.brc_holidays_non_obs, dt) dt = ( "2004-05-03", "2010-05-03", "2021-05-03", ) self.assertHolidayName(f"{name} (preneseno)", self.srp_holidays, dt) self.assertNoNonObservedHolidayName(f"{name} (preneseno)", self.srp_holidays_non_obs, dt) def test_victory_day(self): name = "Dan pobjede nad fašizmom" self.assertHolidayName( name, self.bih_holidays, (f"{year}-05-09" for year in range(2000, 2030)) ) self.assertHolidayName( name, self.srp_holidays, (f"{year}-05-09" for year in range(2000, 2030)) ) self.assertNoHolidayName(name, self.brc_holidays) self.assertNoHolidayName(name) def test_eid_al_fitr(self): name = "Ramazanski Bajram" dt = ( "2010-09-10", "2015-07-18", "2018-06-15", "2019-06-04", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-21", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, self.bih_holidays, dt) self.assertHolidayName(name, self.brc_holidays, dt) self.assertHolidayName(name, self.srp_holidays, dt) dt = ( "2010-09-11", "2015-07-19", "2018-06-16", "2019-06-05", "2020-05-25", "2021-05-14", "2022-05-03", "2023-04-22", ) self.assertHolidayName(name, self.bih_holidays, dt) self.assertHolidayName(name, self.srp_holidays, dt) self.assertNoHolidayName(name, self.brc_holidays, dt) self.assertNoHolidayName(name, dt) def test_eid_al_adha(self): name = "Kurban Bajram" dt = ( "2006-01-10", "2006-12-31", "2010-11-17", "2015-09-24", "2018-08-22", "2019-08-11", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-28", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, self.bih_holidays, dt) self.assertHolidayName(name, self.brc_holidays, dt) self.assertHolidayName(name, self.srp_holidays, dt) dt = ( "2007-01-01", "2010-11-18", "2015-09-25", "2018-08-23", "2019-08-12", "2020-08-01", "2021-07-21", "2022-07-10", "2023-06-29", ) self.assertHolidayName(name, self.bih_holidays, dt) self.assertHolidayName(name, self.srp_holidays, dt) self.assertNoHolidayName(name, self.brc_holidays, dt) self.assertNoHolidayName(name, dt) def test_dayton_agreement_day(self): name = "Dan uspostave Opšteg okvirnog sporazuma za mir u Bosni i Hercegovini" self.assertHolidayName( name, self.srp_holidays, (f"{year}-11-21" for year in range(2000, 2030)) ) self.assertNoHolidayName(name, self.bih_holidays) self.assertNoHolidayName(name, self.brc_holidays) self.assertNoHolidayName(name) def test_statehood_day(self): name = "Dan državnosti" self.assertHolidayName( name, self.bih_holidays, (f"{year}-11-25" for year in range(2004, 2030)) ) self.assertNoHolidayName(name, self.brc_holidays) self.assertNoHolidayName(name, self.srp_holidays) self.assertNoHolidayName(name) def test_catholic_christmas(self): name = "Božić (Katolički)" self.assertHolidayName(name, (f"{year}-12-25" for year in range(2000, 2030))) dt = ( "2005-12-26", "2011-12-26", "2016-12-26", ) self.assertHolidayName(f"{name} (preneseno)", self.brc_holidays, dt) self.assertNoNonObservedHoliday(self.brc_holidays_non_obs, dt) self.assertNoHoliday(dt) name = "Badnji dan (Katolički)" self.assertHolidayName( name, self.bih_holidays, (f"{year}-12-24" for year in range(2000, 2030)) ) self.assertHolidayName( name, self.srp_holidays, (f"{year}-12-24" for year in range(2000, 2030)) ) self.assertNoHolidayName(name, self.brc_holidays) self.assertNoHolidayName(name) def test_2021(self): self.assertHolidays( BosniaAndHerzegovina(years=2021), ("2021-01-01", "Nova godina"), ("2021-01-02", "Nova godina"), ("2021-01-07", "Božić (Pravoslavni)"), ("2021-04-05", "Uskrsni ponedjeljak (Katolički)"), ("2021-04-30", "Veliki petak (Pravoslavni)"), ("2021-05-01", "Međunarodni praznik rada"), ("2021-05-02", "Međunarodni praznik rada"), ("2021-05-13", "Ramazanski Bajram"), ("2021-07-20", "Kurban Bajram"), ("2021-12-25", "Božić (Katolički)"), ) self.assertHolidays( BosniaAndHerzegovina(subdiv="BIH", years=2021), ("2021-01-01", "Nova godina"), ("2021-01-02", "Nova godina"), ("2021-01-06", "Badnji dan (Pravoslavni)"), ("2021-01-07", "Božić (Pravoslavni)"), ("2021-03-01", "Dan nezavisnosti"), ("2021-04-02", "Veliki petak (Katolički)"), ("2021-04-04", "Uskrs (Katolički)"), ("2021-04-05", "Uskrsni ponedjeljak (Katolički)"), ("2021-04-30", "Veliki petak (Pravoslavni)"), ("2021-05-01", "Međunarodni praznik rada"), ("2021-05-02", "Međunarodni praznik rada; Vaskrs (Pravoslavni)"), ("2021-05-03", "Uskrsni ponedjeljak (Pravoslavni)"), ("2021-05-09", "Dan pobjede nad fašizmom"), ("2021-05-13", "Ramazanski Bajram"), ("2021-05-14", "Ramazanski Bajram"), ("2021-07-20", "Kurban Bajram"), ("2021-07-21", "Kurban Bajram"), ("2021-11-25", "Dan državnosti"), ("2021-12-24", "Badnji dan (Katolički)"), ("2021-12-25", "Božić (Katolički)"), ) self.assertHolidays( BosniaAndHerzegovina(subdiv="BRC", years=2021), ("2021-01-01", "Nova godina"), ("2021-01-02", "Nova godina"), ("2021-01-07", "Božić (Pravoslavni)"), ("2021-03-08", "Dan uspostavljanja Brčko distrikta"), ("2021-04-05", "Uskrsni ponedjeljak (Katolički)"), ("2021-04-30", "Veliki petak (Pravoslavni)"), ("2021-05-01", "Međunarodni praznik rada"), ("2021-05-02", "Međunarodni praznik rada"), ("2021-05-03", "Međunarodni praznik rada (preneseno)"), ("2021-05-13", "Ramazanski Bajram"), ("2021-07-20", "Kurban Bajram"), ("2021-12-25", "Božić (Katolički)"), ) self.assertHolidays( BosniaAndHerzegovina(subdiv="SRP", years=2021), ("2021-01-01", "Nova godina"), ("2021-01-02", "Nova godina"), ("2021-01-06", "Badnji dan (Pravoslavni)"), ("2021-01-07", "Božić (Pravoslavni)"), ("2021-01-14", "Pravoslavna Nova godina"), ("2021-04-02", "Veliki petak (Katolički)"), ("2021-04-04", "Uskrs (Katolički)"), ("2021-04-05", "Uskrsni ponedjeljak (Katolički)"), ("2021-04-30", "Veliki petak (Pravoslavni)"), ("2021-05-01", "Međunarodni praznik rada"), ("2021-05-02", "Međunarodni praznik rada; Vaskrs (Pravoslavni)"), ( "2021-05-03", "Međunarodni praznik rada (preneseno); Uskrsni ponedjeljak (Pravoslavni)", ), ("2021-05-09", "Dan pobjede nad fašizmom"), ("2021-05-13", "Ramazanski Bajram"), ("2021-05-14", "Ramazanski Bajram"), ("2021-07-20", "Kurban Bajram"), ("2021-07-21", "Kurban Bajram"), ("2021-11-21", "Dan uspostave Opšteg okvirnog sporazuma za mir u Bosni i Hercegovini"), ("2021-12-24", "Badnji dan (Katolički)"), ("2021-12-25", "Božić (Katolički)"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Nova godina"), ("2022-01-02", "Nova godina"), ("2022-01-03", "Nova godina (preneseno)"), ("2022-01-06", "Badnji dan (Pravoslavni)"), ("2022-01-07", "Božić (Pravoslavni)"), ("2022-01-14", "Pravoslavna Nova godina"), ("2022-03-01", "Dan nezavisnosti"), ("2022-03-08", "Dan uspostavljanja Brčko distrikta"), ("2022-04-15", "Veliki petak (Katolički)"), ("2022-04-17", "Uskrs (Katolički)"), ("2022-04-18", "Uskrsni ponedjeljak (Katolički)"), ("2022-04-22", "Veliki petak (Pravoslavni)"), ("2022-04-24", "Vaskrs (Pravoslavni)"), ("2022-04-25", "Uskrsni ponedjeljak (Pravoslavni)"), ("2022-05-01", "Međunarodni praznik rada"), ("2022-05-02", "Međunarodni praznik rada; Ramazanski Bajram"), ("2022-05-03", "Međunarodni praznik rada (preneseno); Ramazanski Bajram"), ("2022-05-09", "Dan pobjede nad fašizmom"), ("2022-07-09", "Kurban Bajram"), ("2022-07-10", "Kurban Bajram"), ("2022-11-21", "Dan uspostave Opšteg okvirnog sporazuma za mir u Bosni i Hercegovini"), ("2022-11-25", "Dan državnosti"), ("2022-12-24", "Badnji dan (Katolički)"), ("2022-12-25", "Božić (Katolički)"), ("2022-12-26", "Božić (Katolički) (preneseno)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-02", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-01-06", "Orthodox Christmas Eve"), ("2022-01-07", "Orthodox Christmas Day"), ("2022-01-14", "Orthodox New Year"), ("2022-03-01", "Independence Day"), ("2022-03-08", "Day of establishment of Brčko District"), ("2022-04-15", "Catholic Good Friday"), ("2022-04-17", "Catholic Easter Sunday"), ("2022-04-18", "Catholic Easter Monday"), ("2022-04-22", "Orthodox Good Friday"), ("2022-04-24", "Orthodox Easter Sunday"), ("2022-04-25", "Orthodox Easter Monday"), ("2022-05-01", "International Labor Day"), ("2022-05-02", "Eid al-Fitr; International Labor Day"), ("2022-05-03", "Eid al-Fitr; International Labor Day (observed)"), ("2022-05-09", "Victory Day"), ("2022-07-09", "Eid al-Adha"), ("2022-07-10", "Eid al-Adha"), ("2022-11-21", "Dayton Agreement Day"), ("2022-11-25", "Statehood Day"), ("2022-12-24", "Catholic Christmas Eve"), ("2022-12-25", "Catholic Christmas Day"), ("2022-12-26", "Catholic Christmas Day (observed)"), ) def test_l10n_sr(self): self.assertLocalizedHolidays( "sr", ("2022-01-01", "Нова година"), ("2022-01-02", "Нова година"), ("2022-01-03", "Нова година (пренешено)"), ("2022-01-06", "Бадњи дан (Православни)"), ("2022-01-07", "Божић (Православни)"), ("2022-01-14", "Православна Нова година"), ("2022-03-01", "Дан независности"), ("2022-03-08", "Дан успостављања Брчко дистрикта"), ("2022-04-15", "Велики петак (Католички)"), ("2022-04-17", "Ускрс (Католички)"), ("2022-04-18", "Ускршњи понедељак (Католички)"), ("2022-04-22", "Велики петак (Православни)"), ("2022-04-24", "Васкрс (Православни)"), ("2022-04-25", "Ускршњи понедељак (Православни)"), ("2022-05-01", "Међународни празник рада"), ("2022-05-02", "Међународни празник рада; Рамазански Бајрам"), ("2022-05-03", "Међународни празник рада (пренешено); Рамазански Бајрам"), ("2022-05-09", "Дан побједе над фашизмом"), ("2022-07-09", "Курбан Бајрам"), ("2022-07-10", "Курбан Бајрам"), ("2022-11-21", "Дан успоставе Општег оквирног споразума за мир у Босни и Херцеговини"), ("2022-11-25", "Дан државности"), ("2022-12-24", "Бадњи дан (Католички)"), ("2022-12-25", "Божић (Католички)"), ("2022-12-26", "Божић (Католички) (пренешено)"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-02", "Новий рік"), ("2022-01-03", "Новий рік (вихідний)"), ("2022-01-06", "Святий вечір (православний)"), ("2022-01-07", "Різдво Христове (православне)"), ("2022-01-14", "Православний Новий рік"), ("2022-03-01", "День незалежності"), ("2022-03-08", "День заснування округу Брчко"), ("2022-04-15", "Страсна пʼятниця (католицька)"), ("2022-04-17", "Великдень (католицький)"), ("2022-04-18", "Великодній понеділок (католицький)"), ("2022-04-22", "Страсна пʼятниця (православна)"), ("2022-04-24", "Великдень (православний)"), ("2022-04-25", "Великодній понеділок (православний)"), ("2022-05-01", "Міжнародний день праці"), ("2022-05-02", "Міжнародний день праці; Рамазан-байрам"), ("2022-05-03", "Міжнародний день праці (вихідний); Рамазан-байрам"), ("2022-05-09", "День перемоги над фашизмом"), ("2022-07-09", "Курбан-байрам"), ("2022-07-10", "Курбан-байрам"), ( "2022-11-21", "День укладання Загальної рамкової угоди про мир у Боснії та Герцеговині", ), ("2022-11-25", "День державності"), ("2022-12-24", "Святий вечір (католицький)"), ("2022-12-25", "Різдво Христове (католицьке)"), ("2022-12-26", "Різдво Христове (католицьке) (вихідний)"), ) holidays-0.71/tests/countries/test_botswana.py000066400000000000000000000115071500152103600216560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.botswana import Botswana, BW, BWA from tests.common import CommonCountryTests class TestBotswana(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Botswana, years=range(1966, 2050), years_non_observed=range(2010, 2024)) def test_country_aliases(self): self.assertAliases(Botswana, BW, BWA) def test_no_holidays(self): self.assertNoHolidays(Botswana(years=1965)) def test_special_holidays(self): self.assertHoliday("2019-07-02") def test_new_years(self): for year in range(1966, 2050): self.assertHoliday(f"{year}-01-01", f"{year}-01-02") dt = ( "2011-01-03", "2012-01-03", "2017-01-03", "2022-01-03", "2023-01-03", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_easter(self): dt = ( "2020-04-10", "2020-04-11", "2020-04-13", "2020-05-21", "2022-04-15", "2022-04-16", "2022-04-18", "2022-05-26", ) self.assertHoliday(dt) self.assertNonObservedHoliday(dt) def test_labour_day(self): self.assertHoliday(f"{year}-05-01" for year in range(1966, 2050)) dt = ("2011-05-02", "2016-05-02", "2022-05-02") self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) dt = ("2021-05-03", "2027-05-03", "2032-05-03") self.assertHolidayName("Labour Day Holiday", dt) self.assertNoNonObservedHoliday(dt) def test_presidents_day(self): self.assertHoliday( "2019-07-15", "2019-07-16", "2020-07-20", "2020-07-21", "2021-07-19", "2021-07-20", "2022-07-18", "2022-07-19", ) def test_botswana_day(self): for year in range(1966, 2050): self.assertHoliday(f"{year}-09-30", f"{year}-10-01") dt = ( "2012-10-02", "2017-10-02", "2018-10-02", "2023-10-02", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_christmas_day(self): for year in range(1966, 2050): self.assertHoliday(f"{year}-12-25", f"{year}-12-26") dt = ( "2010-12-27", "2011-12-27", "2016-12-27", "2021-12-27", "2022-12-27", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) dt = ("2020-12-28", "2026-12-28", "2037-12-28") self.assertHolidayName("Boxing Day Holiday", dt) self.assertNoNonObservedHoliday(dt) def test_2021(self): self.assertHolidayDates( Botswana(years=2021), "2021-01-01", "2021-01-02", "2021-04-02", "2021-04-03", "2021-04-05", "2021-05-01", "2021-05-03", "2021-05-13", "2021-07-01", "2021-07-19", "2021-07-20", "2021-09-30", "2021-10-01", "2021-12-25", "2021-12-26", "2021-12-27", ) def test_2022(self): self.assertHolidayDates( Botswana(years=2022), "2022-01-01", "2022-01-02", "2022-01-03", "2022-04-15", "2022-04-16", "2022-04-18", "2022-05-01", "2022-05-02", "2022-05-26", "2022-07-01", "2022-07-18", "2022-07-19", "2022-09-30", "2022-10-01", "2022-12-25", "2022-12-26", "2022-12-27", ) def test_2023(self): self.assertHolidayDates( Botswana(years=2023), "2023-01-01", "2023-01-02", "2023-01-03", "2023-04-07", "2023-04-08", "2023-04-10", "2023-05-01", "2023-05-18", "2023-07-01", "2023-07-17", "2023-07-18", "2023-09-30", "2023-10-01", "2023-10-02", "2023-12-25", "2023-12-26", ) holidays-0.71/tests/countries/test_brazil.py000066400000000000000000001050631500152103600213240ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import OPTIONAL, PUBLIC from holidays.countries.brazil import Brazil, BR, BRA from tests.common import CommonCountryTests class TestBrazil(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1890, 2050) super().setUpClass(Brazil, years=years) cls.opt_holidays = Brazil(categories=OPTIONAL, years=years) def test_country_aliases(self): self.assertAliases(Brazil, BR, BRA) def test_no_holidays(self): self.assertNoHolidays(Brazil(categories=(OPTIONAL, PUBLIC), years=1889)) def test_new_years_day(self): self.assertHolidayName( "Confraternização Universal", (f"{year}-01-01" for year in range(1890, 2050)) ) def test_republic_constitution_day(self): name = "Constituição da Republica" self.assertHolidayName(name, (f"{year}-02-24" for year in range(1892, 1931))) self.assertNoHolidayName(name, range(1890, 1892), range(1931, 2050)) def test_discovery_of_brazil(self): name = "Descobrimento do Brasil" self.assertHolidayName( name, (f"{year}-05-03" for year in (*range(1890, 1931), *range(1936, 1949))) ) self.assertNoHolidayName(name, range(1931, 1936), range(1949, 2050)) def test_abolition_of_slavery_in_brazil(self): name = "Abolição da escravidão no Brasil" self.assertHolidayName(name, (f"{year}-05-13" for year in range(1890, 1931))) self.assertNoHolidayName(name, range(1931, 2050)) def test_freedom_and_independence_of_american_peoples(self): name = "Liberdade e Independência dos Povos Americanos" self.assertHolidayName(name, (f"{year}-07-14" for year in range(1890, 1931))) self.assertNoHolidayName(name, range(1931, 2050)) def test_good_friday(self): name = "Sexta-feira Santa" self.assertHolidayName( name, "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, range(1890, 2050)) def test_tiradentes_day(self): name = "Tiradentes" self.assertHolidayName( name, (f"{year}-04-21" for year in set(range(1890, 2050)).difference({1931, 1932})) ) self.assertNoHoliday("1931-04-21", "1932-04-21") self.assertNoHolidayName(name, 1931, 1932) def test_workers_day(self): name = "Dia do Trabalhador" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1925, 2050))) self.assertNoHoliday(f"{year}-05-01" for year in range(1890, 1925)) self.assertNoHolidayName(name, range(1890, 1925)) def test_independence_day(self): self.assertHolidayName( "Independência do Brasil", (f"{year}-09-07" for year in range(1890, 2050)) ) def test_discovery_of_america(self): name = "Descobrimento da América" self.assertHolidayName( name, (f"{year}-10-12" for year in (*range(1890, 1931), *range(1936, 1949))) ) self.assertNoHoliday(f"{year}-10-12" for year in (*range(1931, 1936), *range(1949, 1980))) self.assertNoHolidayName(name, range(1931, 1936), range(1949, 2050)) def test_our_lady_of_aparecida(self): name = "Nossa Senhora Aparecida" self.assertHolidayName(name, (f"{year}-10-12" for year in range(1980, 2050))) self.assertNoHolidayName(name, range(1890, 1980)) def test_all_souls_day(self): self.assertHolidayName("Finados", (f"{year}-11-02" for year in range(1890, 2050))) def test_republic_proclamation_day(self): self.assertHolidayName( "Proclamação da República", (f"{year}-11-15" for year in range(1890, 2050)) ) def test_black_awareness_day(self): name = "Dia Nacional de Zumbi e da Consciência Negra" self.assertHolidayName(name, (f"{year}-11-20" for year in range(2024, 2050))) self.assertNoHolidayName(name, range(1890, 2024)) def test_christmas_day(self): name = "Natal" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1922, 2050))) self.assertNoHoliday(f"{year}-12-25" for year in range(1890, 1922)) self.assertNoHolidayName(name, range(1890, 1922)) def test_carnaval(self): name = "Carnaval" dt = ( "2018-02-12", "2018-02-13", "2019-03-04", "2019-03-05", "2020-02-24", "2020-02-25", "2021-02-15", "2021-02-16", "2022-02-28", "2022-03-01", "2023-02-20", "2023-02-21", "2024-02-12", "2024-02-13", ) self.assertHolidayName(name, self.opt_holidays, dt) self.assertHolidayName(name, self.opt_holidays, range(1890, 2050)) self.assertNoHolidayName(name) self.assertNoHoliday(dt) def test_ash_wednesday(self): name = "Início da Quaresma" dt = ( "2018-02-14", "2019-03-06", "2020-02-26", "2021-02-17", "2022-03-02", "2023-02-22", "2024-02-14", ) self.assertHolidayName(name, self.opt_holidays, dt) self.assertHolidayName(name, self.opt_holidays, range(1890, 2050)) self.assertNoHolidayName(name) self.assertNoHoliday(dt) def test_corpus_christi(self): name = "Corpus Christi" dt = ( "2018-05-31", "2019-06-20", "2020-06-11", "2021-06-03", "2022-06-16", "2023-06-08", "2024-05-30", ) self.assertHolidayName(name, self.opt_holidays, dt) self.assertHolidayName(name, self.opt_holidays, range(1890, 2050)) self.assertNoHolidayName(name) self.assertNoHoliday(dt) def test_public_servants_day(self): name = "Dia do Servidor Público" self.assertHolidayName( name, self.opt_holidays, (f"{year}-10-28" for year in range(1890, 2050)) ) self.assertNoHolidayName(name) def test_christmas_eve(self): name = "Véspera de Natal" self.assertHolidayName( name, self.opt_holidays, (f"{year}-12-24" for year in range(1890, 2050)) ) self.assertNoHolidayName(name) def test_new_years_eve(self): name = "Véspera de Ano-Novo" self.assertHolidayName( name, self.opt_holidays, (f"{year}-12-31" for year in range(1890, 2050)) ) self.assertNoHolidayName(name) def test_ac_holidays(self): ac_holidays = Brazil(subdiv="AC", years=range(1995, 2050)) name = "Dia do Evangélico" self.assertHolidayName( name, ac_holidays, (f"{year}-01-23" for year in range(2005, 2009)), "2013-01-25", "2014-01-24", "2018-01-26", "2019-01-25", "2020-01-24", ) self.assertNoHolidayName(name, ac_holidays, 1995, range(1996, 2005)) self.assertNoHolidayName(name) name = "Dia Internacional da Mulher" self.assertHolidayName( name, ac_holidays, (f"{year}-03-08" for year in range(2002, 2009)), "2011-03-11", "2012-03-09", "2016-03-11", "2017-03-10", "2018-03-09", "2022-03-11", "2023-03-10", ) self.assertNoHolidayName(name, ac_holidays, 1995, range(1996, 2002)) self.assertNoHolidayName(name) name = "Aniversário do Acre" self.assertHolidayName(name, ac_holidays, (f"{year}-06-15" for year in range(1996, 2050))) self.assertNoHolidayName(name, ac_holidays, 1995) self.assertNoHolidayName(name) name = "Dia da Amazônia" self.assertHolidayName( name, ac_holidays, (f"{year}-09-05" for year in range(2004, 2009)), "2012-09-07", "2013-09-06", "2017-09-08", "2018-09-07", "2019-09-06", ) self.assertNoHolidayName(name, ac_holidays, range(1996, 2004)) self.assertNoHolidayName(name) name = "Assinatura do Tratado de Petrópolis" self.assertHolidayName( name, ac_holidays, (f"{year}-11-17" for year in range(1996, 2009)), "2009-11-20", "2010-11-19", "2011-11-18", "2015-11-20", "2016-11-18", "2020-11-20", "2021-11-19", "2022-11-18", ) self.assertNoHolidayName(name, ac_holidays, 1995) self.assertNoHolidayName(name) def test_al_holidays(self): al_holidays = Brazil(subdiv="AL", years=range(1995, 2050)) for name, dt in ( ("São João", "06-24"), ("São Pedro", "06-29"), ("Emancipação Política de Alagoas", "09-16"), ): self.assertHolidayName( name, al_holidays, (f"{year}-{dt}" for year in range(1996, 2050)) ) self.assertNoHolidayName(name, al_holidays, 1995) self.assertNoHolidayName(name) name = "Consciência Negra" self.assertHolidayName(name, al_holidays, (f"{year}-11-20" for year in range(1996, 2024))) self.assertNoHolidayName(name, al_holidays, 1995, range(2024, 2050)) self.assertNoHolidayName(name) name = "Dia do Evangélico" self.assertHolidayName(name, al_holidays, (f"{year}-11-30" for year in range(2013, 2050))) self.assertNoHolidayName(name, al_holidays, range(1995, 2013)) self.assertNoHolidayName(name) def test_am_holidays(self): am_holidays = Brazil(subdiv="AM", years=range(1995, 2050)) name = "Elevação do Amazonas à categoria de província" self.assertHolidayName(name, am_holidays, (f"{year}-09-05" for year in range(1996, 2050))) self.assertNoHolidayName(name, am_holidays, 1995) self.assertNoHolidayName(name) name = "Consciência Negra" self.assertHolidayName(name, am_holidays, (f"{year}-11-20" for year in range(2010, 2024))) self.assertNoHolidayName(name, am_holidays, range(1995, 2010), range(2024, 2050)) self.assertNoHolidayName(name) def test_ap_holidays(self): ap_holidays = Brazil(subdiv="AP", years=range(1995, 2050)) name = "São José" self.assertHolidayName(name, ap_holidays, (f"{year}-03-19" for year in range(2003, 2050))) self.assertNoHoliday(ap_holidays, (f"{year}-03-19" for year in range(1996, 2003))) self.assertNoHolidayName(name, ap_holidays, range(1995, 2003)) self.assertNoHolidayName(name) name = "São Tiago" self.assertHolidayName(name, ap_holidays, (f"{year}-07-25" for year in range(2012, 2050))) self.assertNoHoliday(ap_holidays, (f"{year}-07-25" for year in range(1996, 2012))) self.assertNoHolidayName(name, ap_holidays, range(1995, 2012)) self.assertNoHolidayName(name) name = "Criação do Território Federal" self.assertHolidayName(name, ap_holidays, (f"{year}-09-13" for year in range(1996, 2050))) self.assertNoHolidayName(name, ap_holidays, 1995) self.assertNoHolidayName(name) name = "Consciência Negra" self.assertHolidayName(name, ap_holidays, (f"{year}-11-20" for year in range(2008, 2024))) self.assertNoHoliday(ap_holidays, (f"{year}-11-20" for year in range(1996, 2008))) self.assertNoHolidayName(name, ap_holidays, range(1995, 2008), range(2024, 2050)) self.assertNoHolidayName(name) def test_ba_holidays(self): ba_holidays = Brazil(subdiv="BA", years=range(1995, 2050)) name = "Independência da Bahia" self.assertHolidayName(name, ba_holidays, (f"{year}-07-02" for year in range(1996, 2050))) self.assertNoHolidayName(name, ba_holidays, 1995) self.assertNoHolidayName(name) def test_ce_holidays(self): ce_holidays = Brazil(subdiv="CE", years=range(1995, 2050)) name = "São José" self.assertHolidayName(name, ce_holidays, (f"{year}-03-19" for year in range(1996, 2050))) self.assertNoHolidayName(name, ce_holidays, 1995) self.assertNoHolidayName(name) name = "Abolição da escravidão no Ceará" self.assertHolidayName(name, ce_holidays, (f"{year}-03-25" for year in range(1996, 2050))) self.assertNoHolidayName(name, ce_holidays, 1995) self.assertNoHolidayName(name) name = "Nossa Senhora da Assunção" self.assertHolidayName(name, ce_holidays, (f"{year}-08-15" for year in range(2004, 2050))) self.assertNoHoliday(ce_holidays, (f"{year}-08-15" for year in range(1996, 2004))) self.assertNoHolidayName(name, ce_holidays, range(1995, 2004)) self.assertNoHolidayName(name) def test_df_holidays(self): df_holidays = Brazil(subdiv="DF", years=range(1995, 2050)) name = "Fundação de Brasília" self.assertHolidayName(name, df_holidays, (f"{year}-04-21" for year in range(1996, 2050))) self.assertNoHolidayName(name, df_holidays, 1995) self.assertNoHolidayName(name) name = "Dia do Evangélico" self.assertHolidayName(name, df_holidays, (f"{year}-11-30" for year in range(1996, 2050))) self.assertNoHolidayName(name, df_holidays, 1995) self.assertNoHolidayName(name) def test_es_holidays(self): es_holidays = Brazil(subdiv="ES", years=range(1995, 2050)) name = "Nossa Senhora da Penha" self.assertHolidayName( name, es_holidays, "2020-04-20", "2021-04-12", "2022-04-25", "2023-04-17", "2024-04-08", ) self.assertNoHolidayName(name, es_holidays, range(1995, 2020)) self.assertNoHolidayName(name) def test_go_holidays(self): go_holidays = Brazil(subdiv="GO", years=range(1995, 2050)) name = "Fundação da cidade de Goiás" self.assertHolidayName(name, go_holidays, (f"{year}-07-26" for year in range(1996, 2050))) self.assertNoHolidayName(name, go_holidays, 1995) self.assertNoHolidayName(name) name = "Pedra fundamental de Goiânia" self.assertHolidayName(name, go_holidays, (f"{year}-10-24" for year in range(1996, 2050))) self.assertNoHolidayName(name, go_holidays, 1995) self.assertNoHolidayName(name) def test_ma_holidays(self): ma_holidays = Brazil(subdiv="MA", years=range(1995, 2050)) name = "Adesão do Maranhão à independência do Brasil" self.assertHolidayName(name, ma_holidays, (f"{year}-07-28" for year in range(1996, 2050))) self.assertNoHolidayName(name, ma_holidays, 1995) self.assertNoHolidayName(name) def test_mg_holidays(self): mg_holidays = Brazil(subdiv="MG", years=range(1995, 2050)) name = "Execução de Tiradentes" self.assertHolidayName(name, mg_holidays, (f"{year}-04-21" for year in range(1996, 2050))) self.assertNoHolidayName(name, mg_holidays, 1995) self.assertNoHolidayName(name) def test_ms_holidays(self): ms_holidays = Brazil(subdiv="MS", years=range(1995, 2050)) name = "Criação do Estado" self.assertHolidayName(name, ms_holidays, (f"{year}-10-11" for year in range(1996, 2050))) self.assertNoHolidayName(name, ms_holidays, 1995) self.assertNoHolidayName(name) def test_mt_holidays(self): mt_holidays = Brazil(subdiv="MT", years=range(1995, 2050)) name = "Consciência Negra" self.assertHolidayName(name, mt_holidays, (f"{year}-11-20" for year in range(2003, 2024))) self.assertNoHoliday(mt_holidays, (f"{year}-11-20" for year in range(1996, 2003))) self.assertNoHolidayName(name, mt_holidays, range(1995, 2003), range(2024, 2050)) self.assertNoHolidayName(name) def test_pa_holidays(self): pa_holidays = Brazil(subdiv="PA", years=range(1995, 2050)) name = "Adesão do Grão-Pará à independência do Brasil" self.assertHolidayName(name, pa_holidays, (f"{year}-08-15" for year in range(1996, 2050))) self.assertNoHolidayName(name, pa_holidays, 1995) self.assertNoHolidayName(name) def test_pb_holidays(self): pb_holidays = Brazil(subdiv="PB", years=range(1995, 2050)) name = "Fundação do Estado" self.assertHolidayName(name, pb_holidays, (f"{year}-08-05" for year in range(1996, 2050))) self.assertNoHolidayName(name, pb_holidays, 1995) self.assertNoHolidayName(name) def test_pe_holidays(self): pe_holidays = Brazil(subdiv="PE", years=range(1995, 2050)) name = "Revolução Pernambucana" self.assertHolidayName( name, pe_holidays, "2008-03-02", "2009-03-01", "2018-03-04", "2019-03-03", "2020-03-01", "2021-03-07", "2022-03-06", "2023-03-05", "2024-03-03", ) self.assertNoHolidayName(name, pe_holidays, range(1995, 2008)) self.assertNoHolidayName(name) def test_pi_holidays(self): pi_holidays = Brazil(subdiv="PI", years=range(1995, 2050)) name = "Dia do Piauí" self.assertHolidayName(name, pi_holidays, (f"{year}-10-19" for year in range(1996, 2050))) self.assertNoHolidayName(name, pi_holidays, 1995) self.assertNoHolidayName(name) def test_pr_holidays(self): pr_holidays = Brazil(subdiv="PR", years=range(1995, 2050)) name = "Emancipação do Paraná" self.assertHolidayName(name, pr_holidays, (f"{year}-12-19" for year in range(1996, 2050))) self.assertNoHolidayName(name, pr_holidays, 1995) self.assertNoHolidayName(name) def test_rj_holidays(self): rj_holidays = Brazil(subdiv="RJ", years=range(1995, 2050)) name = "São Jorge" self.assertHolidayName(name, rj_holidays, (f"{year}-04-23" for year in range(2008, 2050))) self.assertNoHoliday(rj_holidays, (f"{year}-04-23" for year in range(1996, 2008))) self.assertNoHolidayName(name, rj_holidays, range(1995, 2008)) self.assertNoHolidayName(name) name = "Consciência Negra" self.assertHolidayName(name, rj_holidays, (f"{year}-11-20" for year in range(2002, 2024))) self.assertNoHoliday(rj_holidays, (f"{year}-11-20" for year in range(1996, 2002))) self.assertNoHolidayName(name, rj_holidays, range(1995, 2002), range(2024, 2050)) self.assertNoHolidayName(name) def test_rn_holidays(self): rn_holidays = Brazil(subdiv="RN", years=range(1995, 2050)) name = "Dia do Rio Grande do Norte" self.assertHolidayName(name, rn_holidays, (f"{year}-08-07" for year in range(2000, 2050))) self.assertNoHoliday(rn_holidays, (f"{year}-08-07" for year in range(1996, 2000))) self.assertNoHolidayName(name, rn_holidays, range(1995, 2000)) self.assertNoHolidayName(name) name = "Mártires de Cunhaú e Uruaçu" self.assertHolidayName(name, rn_holidays, (f"{year}-10-03" for year in range(2007, 2050))) self.assertNoHoliday(rn_holidays, (f"{year}-10-03" for year in range(1996, 2007))) self.assertNoHolidayName(name, rn_holidays, range(1995, 2007)) self.assertNoHolidayName(name) def test_ro_holidays(self): ro_holidays = Brazil(subdiv="RO", years=range(1995, 2050)) name = "Criação do Estado" self.assertHolidayName(name, ro_holidays, (f"{year}-01-04" for year in range(1996, 2050))) self.assertNoHolidayName(name, ro_holidays, 1995) self.assertNoHolidayName(name) name = "Dia do Evangélico" self.assertHolidayName(name, ro_holidays, (f"{year}-06-18" for year in range(2002, 2050))) self.assertNoHoliday(ro_holidays, (f"{year}-06-18" for year in range(1996, 2002))) self.assertNoHolidayName(name, ro_holidays, range(1995, 2002)) self.assertNoHolidayName(name) def test_rr_holidays(self): rr_holidays = Brazil(subdiv="RR", years=range(1995, 2050)) name = "Criação do Estado" self.assertHolidayName(name, rr_holidays, (f"{year}-10-05" for year in range(1996, 2050))) self.assertNoHolidayName(name, rr_holidays, 1995) self.assertNoHolidayName(name) def test_rs_holidays(self): rs_holidays = Brazil(subdiv="RS", years=range(1995, 2050)) name = "Dia do Gaúcho" self.assertHolidayName(name, rs_holidays, (f"{year}-09-20" for year in range(1996, 2050))) self.assertNoHolidayName(name, rs_holidays, 1995) self.assertNoHolidayName(name) def test_sc_holidays(self): sc_holidays = Brazil(subdiv="SC", years=range(1995, 2050)) name = "Dia do Estado de Santa Catarina" self.assertHolidayName( name, sc_holidays, "2004-08-11", "2005-08-14", "2006-08-13", "2007-08-12", "2018-08-12", "2019-08-11", "2020-08-16", "2021-08-15", "2022-08-14", "2023-08-13", "2024-08-11", ) self.assertHolidayName(name, sc_holidays, range(2004, 2050)) self.assertNoHolidayName(name, sc_holidays, range(1995, 2004)) self.assertNoHolidayName(name) name = "Dia de Santa Catarina de Alexandria" self.assertHoliday( sc_holidays, "1996-11-25", "1997-11-25", "1998-11-25", "1999-11-28", "2000-11-26", "2004-11-25", "2005-11-27", "2018-11-25", "2019-12-01", "2020-11-29", "2021-11-28", "2022-11-27", "2023-11-26", "2024-12-01", ) self.assertHolidayName(name, sc_holidays, range(1996, 2050)) self.assertNoHolidayName(name, sc_holidays, 1995) self.assertNoHolidayName(name) def test_se_holidays(self): se_holidays = Brazil(subdiv="SE", years=range(1995, 2050)) name = "Emancipação política de Sergipe" self.assertHolidayName(name, se_holidays, (f"{year}-07-08" for year in range(1996, 2050))) self.assertNoHolidayName(name, se_holidays, 1995) self.assertNoHolidayName(name) def test_sp_holidays(self): sp_holidays = Brazil(subdiv="SP", years=range(1995, 2050)) name = "Revolução Constitucionalista" self.assertHolidayName(name, sp_holidays, (f"{year}-07-09" for year in range(1997, 2050))) self.assertNoHolidayName(name, sp_holidays, 1995, 1996) self.assertNoHolidayName(name) def test_to_holidays(self): to_holidays = Brazil(subdiv="TO", years=range(1995, 2050)) name = "Dia da Autonomia" self.assertHolidayName(name, to_holidays, (f"{year}-03-18" for year in range(1998, 2050))) self.assertNoHoliday(to_holidays, (f"{year}-03-18" for year in range(1996, 1998))) self.assertNoHolidayName(name, to_holidays, range(1995, 1998)) self.assertNoHolidayName(name) name = "Nossa Senhora da Natividade" self.assertHolidayName(name, to_holidays, (f"{year}-09-08" for year in range(1996, 2050))) self.assertNoHolidayName(name, to_holidays, 1995) self.assertNoHolidayName(name) name = "Criação do Estado" self.assertHolidayName(name, to_holidays, (f"{year}-10-05" for year in range(1996, 2050))) self.assertNoHolidayName(name, to_holidays, 1995) self.assertNoHolidayName(name) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Confraternização Universal"), ("2023-01-04", "Criação do Estado"), ("2023-01-23", "Dia do Evangélico"), ("2023-02-20", "Carnaval"), ("2023-02-21", "Carnaval"), ("2023-02-22", "Início da Quaresma"), ("2023-03-05", "Revolução Pernambucana"), ("2023-03-10", "Dia Internacional da Mulher"), ("2023-03-18", "Dia da Autonomia"), ("2023-03-19", "São José"), ("2023-03-25", "Abolição da escravidão no Ceará"), ("2023-04-07", "Sexta-feira Santa"), ("2023-04-17", "Nossa Senhora da Penha"), ("2023-04-21", "Execução de Tiradentes; Fundação de Brasília; Tiradentes"), ("2023-04-23", "São Jorge"), ("2023-05-01", "Dia do Trabalhador"), ("2023-06-08", "Corpus Christi"), ("2023-06-15", "Aniversário do Acre"), ("2023-06-18", "Dia do Evangélico"), ("2023-06-24", "São João"), ("2023-06-29", "São Pedro"), ("2023-07-02", "Independência da Bahia"), ("2023-07-08", "Emancipação política de Sergipe"), ("2023-07-09", "Revolução Constitucionalista"), ("2023-07-25", "São Tiago"), ("2023-07-26", "Fundação da cidade de Goiás"), ("2023-07-28", "Adesão do Maranhão à independência do Brasil"), ("2023-08-05", "Fundação do Estado"), ("2023-08-07", "Dia do Rio Grande do Norte"), ("2023-08-13", "Dia do Estado de Santa Catarina"), ( "2023-08-15", "Adesão do Grão-Pará à independência do Brasil; Nossa Senhora da Assunção", ), ("2023-09-05", "Elevação do Amazonas à categoria de província"), ("2023-09-07", "Independência do Brasil"), ("2023-09-08", "Dia da Amazônia; Nossa Senhora da Natividade"), ("2023-09-13", "Criação do Território Federal"), ("2023-09-16", "Emancipação Política de Alagoas"), ("2023-09-20", "Dia do Gaúcho"), ("2023-10-03", "Mártires de Cunhaú e Uruaçu"), ("2023-10-05", "Criação do Estado"), ("2023-10-11", "Criação do Estado"), ("2023-10-12", "Nossa Senhora Aparecida"), ("2023-10-19", "Dia do Piauí"), ("2023-10-24", "Pedra fundamental de Goiânia"), ("2023-10-28", "Dia do Servidor Público"), ("2023-11-02", "Finados"), ("2023-11-15", "Proclamação da República"), ("2023-11-17", "Assinatura do Tratado de Petrópolis"), ("2023-11-20", "Consciência Negra"), ("2023-11-26", "Dia de Santa Catarina de Alexandria"), ("2023-11-30", "Dia do Evangélico"), ("2023-12-19", "Emancipação do Paraná"), ("2023-12-24", "Véspera de Natal"), ("2023-12-25", "Natal"), ("2023-12-31", "Véspera de Ano-Novo"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "Universal Fraternization Day"), ("2023-01-04", "State Creation Day"), ("2023-01-23", "Evangelical Day"), ("2023-02-20", "Carnival"), ("2023-02-21", "Carnival"), ("2023-02-22", "Ash Wednesday"), ("2023-03-05", "Pernambuco Revolution"), ("2023-03-10", "International Women's Day"), ("2023-03-18", "Autonomy Day"), ("2023-03-19", "Saint Joseph's Day"), ("2023-03-25", "Abolition of slavery in Ceará"), ("2023-04-07", "Good Friday"), ("2023-04-17", "Our Lady of Penha"), ("2023-04-21", "Founding of Brasilia; Tiradentes' Day; Tiradentes' Execution"), ("2023-04-23", "Saint George's Day"), ("2023-05-01", "Worker's Day"), ("2023-06-08", "Corpus Christi"), ("2023-06-15", "Founding of Acre"), ("2023-06-18", "Evangelical Day"), ("2023-06-24", "Saint John's Day"), ("2023-06-29", "Saint Peter's Day"), ("2023-07-02", "Bahia Independence Day"), ("2023-07-08", "Sergipe Political Emancipation Day"), ("2023-07-09", "Constitutionalist Revolution"), ("2023-07-25", "Saint James' Day"), ("2023-07-26", "Foundation of Goiás city"), ("2023-07-28", "Maranhão joining to independence of Brazil"), ("2023-08-05", "State Founding Day"), ("2023-08-07", "Rio Grande do Norte Day"), ("2023-08-13", "Santa Catarina State Day"), ("2023-08-15", "Grão-Pará joining to independence of Brazil; Our Lady of Assumption"), ("2023-09-05", "Elevation of Amazonas to province"), ("2023-09-07", "Independence Day"), ("2023-09-08", "Amazonia Day; Our Lady of Nativity"), ("2023-09-13", "Creation of the Federal Territory"), ("2023-09-16", "Political Emancipation of Alagoas"), ("2023-09-20", "Gaucho Day"), ("2023-10-03", "Uruaçu and Cunhaú Martyrs Day"), ("2023-10-05", "State Creation Day"), ("2023-10-11", "State Creation Day"), ("2023-10-12", "Our Lady of Aparecida"), ("2023-10-19", "Piauí Day"), ("2023-10-24", "Foundation of Goiânia"), ("2023-10-28", "Public Servant's Day"), ("2023-11-02", "All Souls' Day"), ("2023-11-15", "Republic Proclamation Day"), ("2023-11-17", "Signing of the Petropolis Treaty"), ("2023-11-20", "Black Awareness Day"), ("2023-11-26", "Saint Catherine of Alexandria Day"), ("2023-11-30", "Evangelical Day"), ("2023-12-19", "Political Emancipation of Paraná"), ("2023-12-24", "Christmas Eve"), ("2023-12-25", "Christmas Day"), ("2023-12-31", "New Year's Eve"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "День всесвітнього братання"), ("2023-01-04", "День створення штату"), ("2023-01-23", "Євангельський день"), ("2023-02-20", "Карнавал"), ("2023-02-21", "Карнавал"), ("2023-02-22", "Попільна середа"), ("2023-03-05", "День Пернамбуканської революції"), ("2023-03-10", "Міжнародний жіночий день"), ("2023-03-18", "День автономії"), ("2023-03-19", "День Святого Йосипа"), ("2023-03-25", "День скасування рабства в Сеарі"), ("2023-04-07", "Страсна пʼятниця"), ("2023-04-17", "День Богоматері Пенья"), ("2023-04-21", "День Тирадентіса; День заснування Бразиліа; День страти Тирадентіса"), ("2023-04-23", "День Святого Георгія"), ("2023-05-01", "День трудящих"), ("2023-06-08", "Свято Тіла і Крові Христових"), ("2023-06-15", "День заснування Акрі"), ("2023-06-18", "Євангельський день"), ("2023-06-24", "День Святого Івана"), ("2023-06-29", "День Святого Петра"), ("2023-07-02", "День незалежності Баїї"), ("2023-07-08", "День політичного звільнення Сержипі"), ("2023-07-09", "День Конституціоналістської революції"), ("2023-07-25", "День Святого Якова"), ("2023-07-26", "День заснування міста Гояс"), ("2023-07-28", "День приєдання Мараньяна до незалежності Бразилії"), ("2023-08-05", "День заснування штату"), ("2023-08-07", "День Ріо-Гранді-ду-Норті"), ("2023-08-13", "День штату Санта-Катарина"), ( "2023-08-15", "День Богоматері Внебовзяття; День приєдання Гран-Пара до незалежності Бразилії", ), ("2023-09-05", "День піднесення Амазонас до категорії провінцій"), ("2023-09-07", "День незалежності Бразилії"), ("2023-09-08", "День Амазонії; День Богоматері Різдва"), ("2023-09-13", "День створення федеральної території"), ("2023-09-16", "День політичного звільнення Алагоаса"), ("2023-09-20", "День Гаучо"), ("2023-10-03", "День мучеників Куньяу та Уруасу"), ("2023-10-05", "День створення штату"), ("2023-10-11", "День створення штату"), ("2023-10-12", "День Богоматері Апаресіди"), ("2023-10-19", "День Піауї"), ("2023-10-24", "День заснування Гоянії"), ("2023-10-28", "День громадського службовця"), ("2023-11-02", "День усіх померлих"), ("2023-11-15", "День проголошення республіки"), ("2023-11-17", "День підписання Петрополіського договору"), ("2023-11-20", "День свідомості темношкірих"), ("2023-11-26", "День Святої Катерини Александрійської"), ("2023-11-30", "Євангельський день"), ("2023-12-19", "День політичного звільнення Парани"), ("2023-12-24", "Святий вечір"), ("2023-12-25", "Різдво Христове"), ("2023-12-31", "Переддень Нового року"), ) holidays-0.71/tests/countries/test_brunei.py000066400000000000000000000242011500152103600213170ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.brunei import Brunei, BN, BRN from tests.common import CommonCountryTests class TestBrunei(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Brunei, years=range(1984, 2077), years_non_observed=range(1984, 2077)) def test_country_aliases(self): self.assertAliases(Brunei, BN, BRN) def test_no_holidays(self): self.assertNoHolidays(Brunei(years=1983)) def test_special_holidays(self): self.assertHoliday( "1998-08-10", "2004-09-09", "2017-10-05", ) def test_2022(self): self.assertHolidays( Brunei(years=2022), ("2022-01-01", "Awal Tahun Masihi"), ("2022-02-01", "Tahun Baru Cina"), ("2022-02-23", "Hari Kebangsaan"), ("2022-02-28", "Israk dan Mikraj"), ("2022-04-03", "Hari Pertama Berpuasa"), ("2022-04-04", "Hari Pertama Berpuasa (diperhatikan)"), ("2022-04-19", "Hari Nuzul Al-Quran"), ("2022-05-02", "Hari Raya Aidil Fitri"), ("2022-05-03", "Hari Raya Aidil Fitri"), ("2022-05-04", "Hari Raya Aidil Fitri"), ("2022-05-31", "Hari Angkatan Bersenjata Diraja Brunei"), ("2022-07-09", "Hari Raya Aidil Adha"), ("2022-07-15", "Hari Keputeraan KDYMM Sultan Brunei"), ("2022-07-16", "Hari Keputeraan KDYMM Sultan Brunei (diperhatikan)"), ("2022-07-30", "Awal Tahun Hijrah"), ("2022-10-08", "Maulidur Rasul"), ("2022-12-25", "Hari Natal"), ("2022-12-26", "Hari Natal (diperhatikan)"), ) def test_2023(self): self.assertHolidays( Brunei(years=2023), ("2023-01-01", "Awal Tahun Masihi"), ("2023-01-02", "Awal Tahun Masihi (diperhatikan)"), ("2023-01-22", "Tahun Baru Cina"), ("2023-01-23", "Tahun Baru Cina (diperhatikan)"), ("2023-02-18", "Israk dan Mikraj"), ("2023-02-23", "Hari Kebangsaan"), ("2023-03-23", "Hari Pertama Berpuasa"), ("2023-04-08", "Hari Nuzul Al-Quran"), ("2023-04-22", "Hari Raya Aidil Fitri"), ("2023-04-23", "Hari Raya Aidil Fitri"), ("2023-04-24", "Hari Raya Aidil Fitri"), ("2023-04-25", "Hari Raya Aidil Fitri (diperhatikan)"), ("2023-05-31", "Hari Angkatan Bersenjata Diraja Brunei"), ("2023-06-29", "Hari Raya Aidil Adha"), ("2023-07-15", "Hari Keputeraan KDYMM Sultan Brunei"), ("2023-07-19", "Awal Tahun Hijrah"), ("2023-09-28", "Maulidur Rasul"), ("2023-12-25", "Hari Natal"), ) def test_2024(self): self.assertHolidays( Brunei(years=2024), ("2024-01-01", "Awal Tahun Masihi"), ("2024-02-08", "Israk dan Mikraj"), ("2024-02-10", "Tahun Baru Cina"), ("2024-02-23", "Hari Kebangsaan"), ("2024-02-24", "Hari Kebangsaan (diperhatikan)"), ("2024-03-12", "Hari Pertama Berpuasa"), ("2024-03-28", "Hari Nuzul Al-Quran"), ("2024-04-10", "Hari Raya Aidil Fitri"), ("2024-04-11", "Hari Raya Aidil Fitri"), ("2024-04-12", "Hari Raya Aidil Fitri"), ("2024-04-13", "Hari Raya Aidil Fitri (diperhatikan)"), ("2024-05-31", "Hari Angkatan Bersenjata Diraja Brunei"), ("2024-06-01", "Hari Angkatan Bersenjata Diraja Brunei (diperhatikan)"), ("2024-06-17", "Hari Raya Aidil Adha"), ("2024-07-07", "Awal Tahun Hijrah"), ("2024-07-08", "Awal Tahun Hijrah (diperhatikan)"), ("2024-07-15", "Hari Keputeraan KDYMM Sultan Brunei"), ("2024-09-16", "Maulidur Rasul"), ("2024-12-25", "Hari Natal"), ) def test_2025(self): self.assertHolidays( Brunei(years=2025), ("2025-01-01", "Awal Tahun Masihi"), ("2025-01-27", "Israk dan Mikraj"), ("2025-01-29", "Tahun Baru Cina"), ("2025-02-23", "Hari Kebangsaan"), ("2025-02-24", "Hari Kebangsaan (diperhatikan)"), ("2025-03-02", "Hari Pertama Berpuasa"), ("2025-03-03", "Hari Pertama Berpuasa (diperhatikan)"), ("2025-03-18", "Hari Nuzul Al-Quran"), ("2025-03-31", "Hari Raya Aidil Fitri"), ("2025-04-01", "Hari Raya Aidil Fitri"), ("2025-04-02", "Hari Raya Aidil Fitri"), ("2025-05-31", "Hari Angkatan Bersenjata Diraja Brunei"), ("2025-06-07", "Hari Raya Aidil Adha"), ("2025-06-27", "Awal Tahun Hijrah"), ("2025-06-28", "Awal Tahun Hijrah (diperhatikan)"), ("2025-07-15", "Hari Keputeraan KDYMM Sultan Brunei"), ("2025-09-05", "Maulidur Rasul"), ("2025-09-06", "Maulidur Rasul (diperhatikan)"), ("2025-12-25", "Hari Natal"), ) def test_national_day(self): self.assertHoliday(f"{year}-02-23" for year in range(1984, 2077)) self.assertNoNonObservedHoliday( "2001-02-24", "2003-02-24", "2007-02-24", "2014-02-24", "2018-02-24", "2020-02-24", "2024-02-24", "2025-02-24", ) def test_armed_forces_day(self): self.assertHoliday(f"{year}-05-31" for year in range(1984, 2077)) self.assertNoNonObservedHoliday( "2002-06-01", "2009-06-01", "2013-06-01", "2015-06-01", "2019-06-01", "2020-06-01", "2024-06-01", ) def test_sultan_hassanal_bolkiah_birthday(self): self.assertHoliday(f"{year}-07-15" for year in range(1984, 2077)) self.assertNoNonObservedHoliday( "2001-07-16", "2005-07-16", "2007-07-16", "2011-07-16", "2012-07-16", "2016-07-16", "2018-07-16", "2022-07-16", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Awal Tahun Masihi"), ("2023-01-02", "Awal Tahun Masihi (diperhatikan)"), ("2023-01-22", "Tahun Baru Cina"), ("2023-01-23", "Tahun Baru Cina (diperhatikan)"), ("2023-02-18", "Israk dan Mikraj"), ("2023-02-23", "Hari Kebangsaan"), ("2023-03-23", "Hari Pertama Berpuasa"), ("2023-04-08", "Hari Nuzul Al-Quran"), ("2023-04-22", "Hari Raya Aidil Fitri"), ("2023-04-23", "Hari Raya Aidil Fitri"), ("2023-04-24", "Hari Raya Aidil Fitri"), ("2023-04-25", "Hari Raya Aidil Fitri (diperhatikan)"), ("2023-05-31", "Hari Angkatan Bersenjata Diraja Brunei"), ("2023-06-29", "Hari Raya Aidil Adha"), ("2023-07-15", "Hari Keputeraan KDYMM Sultan Brunei"), ("2023-07-19", "Awal Tahun Hijrah"), ("2023-09-28", "Maulidur Rasul"), ("2023-12-25", "Hari Natal"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-01-22", "Lunar New Year"), ("2023-01-23", "Lunar New Year (observed)"), ("2023-02-18", "Isra' and Mi'raj"), ("2023-02-23", "National Day"), ("2023-03-23", "First Day of Ramadan"), ("2023-04-08", "Anniversary of the revelation of the Quran"), ("2023-04-22", "Eid al-Fitr"), ("2023-04-23", "Eid al-Fitr"), ("2023-04-24", "Eid al-Fitr"), ("2023-04-25", "Eid al-Fitr (observed)"), ("2023-05-31", "Armed Forces Day"), ("2023-06-29", "Eid al-Adha"), ("2023-07-15", "Sultan Hassanal Bolkiah's Birthday"), ("2023-07-19", "Islamic New Year"), ("2023-09-28", "Prophet's Birthday"), ("2023-12-25", "Christmas Day"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2023-01-01", "วันขึ้นปีใหม่"), ("2023-01-02", "ชดเชยวันขึ้นปีใหม่"), ("2023-01-22", "วันตรุษจีน"), ("2023-01-23", "ชดเชยวันตรุษจีน"), ("2023-02-18", "วันเมี๊ยะราจ"), ("2023-02-23", "วันชาติบรูไน"), ("2023-03-23", "วันแรกการถือศีลอด"), ("2023-04-08", "วันนูซุลอัลกุรอาน"), ("2023-04-22", "วันอีฎิ้ลฟิตริ"), ("2023-04-23", "วันอีฎิ้ลฟิตริ"), ("2023-04-24", "วันอีฎิ้ลฟิตริ"), ("2023-04-25", "ชดเชยวันอีฎิ้ลฟิตริ"), ("2023-05-31", "วันกองทัพบรูไน"), ("2023-06-29", "วันอีดิ้ลอัฎฮา"), ("2023-07-15", "วันเฉลิมพระชนมพรรษาสมเด็จพระราชาธิบดีสุลต่านฮัสซานัล โบลเกียห์"), ("2023-07-19", "วันขึ้นปีใหม่อิสลาม"), ("2023-09-28", "วันเมาลิดนบี"), ("2023-12-25", "วันคริสต์มาส"), ) holidays-0.71/tests/countries/test_bulgaria.py000066400000000000000000000262451500152103600216330ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import PUBLIC, SCHOOL from holidays.countries.bulgaria import Bulgaria, BG, BLG from tests.common import CommonCountryTests class TestBulgaria(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Bulgaria, years=range(1990, 2050), years_non_observed=range(2017, 2030)) def test_country_aliases(self): self.assertAliases(Bulgaria, BG, BLG) def test_no_holidays(self): self.assertNoHolidays(Bulgaria(categories=(PUBLIC, SCHOOL), years=1989)) def test_new_years_day(self): name = "Нова година" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1990, 2050))) dt = ( "2017-01-02", "2022-01-03", "2023-01-02", "2028-01-03", ) self.assertHolidayName(f"{name} (почивен ден)", dt) self.assertNoNonObservedHoliday(dt) def test_liberation_day(self): name = "Ден на Освобождението на България от османско иго" self.assertHolidayName(name, (f"{year}-03-03" for year in range(1990, 2050))) dt = ( "2018-03-05", "2019-03-04", "2024-03-04", "2029-03-05", ) self.assertHolidayName(f"{name} (почивен ден)", dt) self.assertNoNonObservedHoliday(dt) def test_good_friday(self): self.assertHolidayName( "Велики петък", "2019-04-26", "2020-04-17", "2021-04-30", "2022-04-22", "2023-04-14", ) def test_easter_saturday(self): self.assertHolidayName( "Велика събота", "2019-04-27", "2020-04-18", "2021-05-01", "2022-04-23", "2023-04-15", ) def test_easter(self): self.assertHolidayName( "Великден", "2019-04-28", "2019-04-29", "2020-04-19", "2020-04-20", "2021-05-02", "2021-05-03", "2022-04-24", "2022-04-25", "2023-04-16", "2023-04-17", ) def test_labour_day(self): name = "Ден на труда и на международната работническа солидарност" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1990, 2050))) dt = ( "2021-05-04", "2022-05-02", "2027-05-04", ) self.assertHolidayName(f"{name} (почивен ден)", dt) self.assertNoNonObservedHoliday(dt) def test_saint_georges_day(self): name = "Гергьовден, Ден на храбростта и Българската армия" self.assertHolidayName(name, (f"{year}-05-06" for year in range(1990, 2050))) dt = ( "2017-05-08", "2018-05-07", "2023-05-08", "2028-05-08", "2029-05-07", ) self.assertHolidayName(f"{name} (почивен ден)", dt) self.assertNoNonObservedHoliday(dt) def test_twenty_fourth_of_may(self): name = ( "Ден на светите братя Кирил и Методий, на българската азбука, " "просвета и култура и на славянската книжовност" ) self.assertHolidayName(name, (f"{year}-05-24" for year in range(1990, 2050))) dt = ( "2020-05-25", "2025-05-26", "2026-05-25", ) self.assertHolidayName(f"{name} (почивен ден)", dt) self.assertNoNonObservedHoliday(dt) def test_unification_day(self): name = "Ден на Съединението" self.assertHolidayName(name, (f"{year}-09-06" for year in range(1990, 2050))) dt = ( "2020-09-07", "2025-09-08", "2026-09-07", ) self.assertHolidayName(f"{name} (почивен ден)", dt) self.assertNoNonObservedHoliday(dt) def test_independence_day(self): name = "Ден на Независимостта на България" self.assertHolidayName(name, (f"{year}-09-22" for year in range(1990, 2050))) dt = ( "2018-09-24", "2019-09-23", "2024-09-23", "2029-09-24", ) self.assertHolidayName(f"{name} (почивен ден)", dt) self.assertNoNonObservedHoliday(dt) def test_national_awakening_day(self): name = "Ден на народните будители" self.assertHolidayName( name, Bulgaria(categories=SCHOOL, years=range(1990, 2050)), (f"{year}-11-01" for year in range(1990, 2050)), ) self.assertNoHolidayName(name) def test_christmas_eve(self): name = "Бъдни вечер" self.assertHolidayName(name, (f"{year}-12-24" for year in range(1990, 2050))) dt = ( "2017-12-27", "2022-12-27", "2023-12-27", "2028-12-27", ) self.assertHolidayName(f"{name} (почивен ден)", dt) self.assertNoNonObservedHoliday(dt) def test_christmas_day(self): name = "Рождество Христово" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1990, 2050))) self.assertHolidayName(name, (f"{year}-12-26" for year in range(1990, 2050))) dt = ( "2020-12-28", "2021-12-27", "2021-12-28", "2022-12-28", "2026-12-28", "2027-12-27", "2027-12-28", ) self.assertHolidayName(f"{name} (почивен ден)", dt) self.assertNoNonObservedHoliday(dt) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Нова година"), ("2022-01-03", "Нова година (почивен ден)"), ("2022-03-03", "Ден на Освобождението на България от османско иго"), ("2022-04-22", "Велики петък"), ("2022-04-23", "Велика събота"), ("2022-04-24", "Великден"), ("2022-04-25", "Великден"), ("2022-05-01", "Ден на труда и на международната работническа солидарност"), ( "2022-05-02", "Ден на труда и на международната работническа солидарност (почивен ден)", ), ("2022-05-06", "Гергьовден, Ден на храбростта и Българската армия"), ( "2022-05-24", "Ден на светите братя Кирил и Методий, на българската азбука, " "просвета и култура и на славянската книжовност", ), ("2022-09-06", "Ден на Съединението"), ("2022-09-22", "Ден на Независимостта на България"), ("2022-11-01", "Ден на народните будители"), ("2022-12-24", "Бъдни вечер"), ("2022-12-25", "Рождество Христово"), ("2022-12-26", "Рождество Христово"), ("2022-12-27", "Бъдни вечер (почивен ден)"), ("2022-12-28", "Рождество Христово (почивен ден)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-03-03", "Liberation Day"), ("2022-04-22", "Good Friday"), ("2022-04-23", "Holy Saturday"), ("2022-04-24", "Easter"), ("2022-04-25", "Easter"), ("2022-05-01", "Labor Day and International Workers' Solidarity Day"), ("2022-05-02", "Labor Day and International Workers' Solidarity Day (observed)"), ("2022-05-06", "Saint George's Day (Day of the Bulgarian Army)"), ("2022-05-24", "Day of Slavonic Alphabet, Bulgarian Enlightenment and Culture"), ("2022-09-06", "Unification Day"), ("2022-09-22", "Independence Day"), ("2022-11-01", "The Day of the People's Awakeners"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Christmas Day"), ("2022-12-27", "Christmas Eve (observed)"), ("2022-12-28", "Christmas Day (observed)"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-03", "Новий рік (вихідний)"), ("2022-03-03", "День визволення Болгарії від османського іга"), ("2022-04-22", "Страсна пʼятниця"), ("2022-04-23", "Велика субота"), ("2022-04-24", "Великдень"), ("2022-04-25", "Великдень"), ("2022-05-01", "День праці та міжнародної солідарності трудящих"), ("2022-05-02", "День праці та міжнародної солідарності трудящих (вихідний)"), ("2022-05-06", "День Святого Георгія та День хоробрості і болгарської армії"), ( "2022-05-24", "День святих братів Кирила і Мефодія, болгарської писемності, " "освіти і культури та словʼянської літератури", ), ("2022-09-06", "День обʼєднання"), ("2022-09-22", "День незалежності Болгарїі"), ("2022-11-01", "День національних будителів"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Різдво Христове"), ("2022-12-27", "Святий вечір (вихідний)"), ("2022-12-28", "Різдво Христове (вихідний)"), ) holidays-0.71/tests/countries/test_burkina_faso.py000066400000000000000000000066501500152103600225060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.burkina_faso import BurkinaFaso, BF, BFA from tests.common import CommonCountryTests class TestBurkinaFaso(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(BurkinaFaso) def test_country_aliases(self): self.assertAliases(BurkinaFaso, BF, BFA) def test_no_holidays(self): self.assertNoHolidays(BurkinaFaso(years=1960)) def test_revolution_day(self): name = "Revolution Day" self.assertHolidayName(name, (f"{year}-01-03" for year in range(1967, 2050))) self.assertNoHolidayName(name, BurkinaFaso(years=range(1961, 1967))) self.assertNoHoliday(f"{year}-01-03" for year in range(1961, 1967)) def test_martyrs_day(self): name = "Martyrs' Day" self.assertHolidayName(name, (f"{year}-10-31" for year in range(2016, 2050))) self.assertNoHolidayName(name, BurkinaFaso(years=range(1961, 2016))) self.assertNoHoliday(f"{year}-10-31" for year in set(range(1961, 2016)).difference({1979})) def test_observed(self): dt = ( # New Year's Day "2012-01-02", "2017-01-02", "2023-01-02", # Revolution Day "2010-01-04", "2016-01-04", "2021-01-04", # International Women's Day "2015-03-09", "2020-03-09", # Labour Day "2011-05-02", "2016-05-02", # Independence Day "2012-08-06", "2018-08-06", # Assumption Day "2010-08-16", "2021-08-16", # All Saints' Day "2015-11-02", "2020-11-02", # Proclamation of Independence Day "2011-12-12", "2022-12-12", # Christmas Day "2011-12-26", "2016-12-26", "2022-12-26", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_2022(self): self.assertHolidays( ("2022-01-01", "New Year's Day"), ("2022-01-03", "Revolution Day"), ("2022-03-08", "International Women's Day"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labour Day"), ("2022-05-02", "Eid al-Fitr; Labour Day (observed)"), ("2022-05-26", "Ascension Day"), ("2022-07-09", "Eid al-Adha"), ("2022-08-05", "Independence Day"), ("2022-08-15", "Assumption Day"), ("2022-10-09", "Mawlid"), ("2022-10-31", "Martyrs' Day"), ("2022-11-01", "All Saints' Day"), ("2022-12-11", "Proclamation of Independence Day"), ("2022-12-12", "Proclamation of Independence Day (observed)"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Christmas Day (observed)"), ) holidays-0.71/tests/countries/test_burundi.py000066400000000000000000000133051500152103600215060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.burundi import Burundi, BI, BDI from tests.common import CommonCountryTests class TestBurundi(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Burundi, years=range(1962, 2050)) def test_country_aliases(self): self.assertAliases(Burundi, BI, BDI) def test_no_holidays(self): self.assertNoHolidays(Burundi(years=1961)) def test_new_year_day(self): self.assertHolidayName("New Year's Day", (f"{year}-01-01" for year in range(1962, 2050))) def test_unity_day(self): name = "Unity Day" self.assertNoHolidayName(name, range(1962, 1992)) self.assertHolidayName(name, (f"{year}-02-05" for year in range(1992, 2050))) def test_ntaryamira_day(self): name = "President Ntaryamira Day" self.assertNoHolidayName(name, range(1962, 1995)) self.assertHolidayName(name, (f"{year}-04-06" for year in range(1995, 2050))) def test_labour_day(self): self.assertHolidayName("Labour Day", (f"{year}-05-01" for year in range(1962, 2050))) def test_ascension_day(self): self.assertHolidayName( "Ascension Day", "2010-05-13", "2011-06-02", "2012-05-17", "2013-05-09", "2014-05-29", "2015-05-14", "2016-05-05", "2017-05-25", "2018-05-10", "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", "2023-05-18", ) def test_nkurunziza_day(self): name = "President Nkurunziza Day" self.assertNoHolidayName(name, range(1962, 2022)) self.assertHolidayName(name, (f"{year}-06-08" for year in range(2022, 2050))) def test_independence_day(self): self.assertHolidayName("Independence Day", (f"{year}-07-01" for year in range(1962, 2050))) def test_assumption_day(self): self.assertHolidayName("Assumption Day", (f"{year}-08-15" for year in range(1962, 2050))) def test_rwagasore_day(self): self.assertHolidayName( "Prince Louis Rwagasore Day", (f"{year}-10-13" for year in range(1962, 2050)) ) def test_ndadaye_day(self): name = "President Ndadaye's Day" self.assertNoHolidayName(name, range(1962, 1994)) self.assertHolidayName(name, (f"{year}-10-21" for year in range(1994, 2050))) def test_all_saints_day(self): self.assertHolidayName("All Saints' Day", (f"{year}-11-01" for year in range(1962, 2050))) def test_christmas_day(self): self.assertHolidayName("Christmas Day", (f"{year}-12-25" for year in range(1962, 2050))) def test_eid_ul_fitr(self): self.assertHolidayName( "Eid ul Fitr (estimated)", "2010-09-10", "2011-08-30", "2012-08-19", "2013-08-08", "2014-07-28", "2015-07-17", "2016-07-06", "2017-06-25", "2018-06-15", "2019-06-04", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-21", ) def test_eid_al_adha(self): self.assertHolidayName( "Eid al Adha (estimated)", "2010-11-16", "2011-11-06", "2012-10-26", "2013-10-15", "2014-10-04", "2015-09-23", "2016-09-11", "2017-09-01", "2018-08-21", "2019-08-11", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-28", ) def test_observed(self): observed_holidays = ( # New Year's Day "2012-01-02", "2017-01-02", "2023-01-02", # Unity Day "2012-02-06", "2017-02-06", "2023-02-06", # President Ntaryamira Day "2008-04-07", "2014-04-07", "2025-04-07", # Labour Day "2011-05-02", "2016-05-02", "2033-05-02", # President Nkurunziza Day "2025-06-09", "2031-06-09", "2036-06-09", # Independence Day "2012-07-02", "2018-07-02", "2029-07-02", # Assumption Day "2010-08-16", "2021-08-16", "2027-08-16", # Prince Louis Rwagasore Day "2013-10-14", "2019-10-14", "2024-10-14", # President Ndadaye's Day "2012-10-22", "2018-10-22", "2029-10-22", # All Saints' Day "2015-11-02", "2020-11-02", "2026-11-02", # Christmas Day "2016-12-26", "2022-12-26", "2033-12-26", # Eid ul Fitr "2012-08-20", "2017-06-26", "2020-05-25", # Eid al Adha "2016-09-12", "2019-08-12", "2024-06-17", ) self.assertHoliday(observed_holidays) self.assertNoNonObservedHoliday(observed_holidays) holidays-0.71/tests/countries/test_cambodia.py000066400000000000000000000577751500152103600216200ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.cambodia import Cambodia, KH, KHM from tests.common import CommonCountryTests class TestCambodia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Cambodia, years=range(1993, 2050)) def test_country_aliases(self): self.assertAliases(Cambodia, KH, KHM) def test_no_holidays(self): self.assertNoHolidays(Cambodia(years=1992)) def test_special_holidays(self): self.assertHoliday( "2016-05-02", "2016-05-16", "2018-05-21", "2019-09-30", "2020-05-11", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2024-04-16", ) def test_2022(self): self.assertHolidays( Cambodia(years=2022), ("2022-01-01", "ទិវាចូលឆ្នាំសាកល"), ("2022-01-07", "ទិវាជ័យជម្នះលើរបបប្រល័យពូជសាសន៍"), ("2022-03-08", "ទិវាអន្តរជាតិនារី"), ("2022-04-14", "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ"), ("2022-04-15", "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ"), ("2022-04-16", "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ"), ("2022-05-01", "ទិវាពលកម្មអន្តរជាតិ"), ("2022-05-14", "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី"), ("2022-05-15", "ពិធីបុណ្យវិសាខបូជា"), ("2022-05-19", "ព្រះរាជពិធីច្រត់ព្រះនង្គ័ល"), ("2022-06-18", "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម សម្តេចព្រះមហាក្សត្រី ព្រះវររាជមាតា នរោត្តម មុនិនាថ សីហនុ"), ("2022-09-24", "ទិវាប្រកាសរដ្ឋធម្មនុញ្ញ; ពិធីបុណ្យភ្ផុំបិណ្ឌ"), ("2022-09-25", "ពិធីបុណ្យភ្ផុំបិណ្ឌ"), ("2022-09-26", "ពិធីបុណ្យភ្ផុំបិណ្ឌ"), ( "2022-10-15", ( "ទិវាប្រារព្ឋពិធីគោរពព្រះវិញ្ញាណក្ខន្ឋ ព្រះករុណា ព្រះបាទសម្តេចព្រះ នរោត្តម " "សីហនុ ព្រះមហាវីរក្សត្រ ព្រះវររាជបិតាឯករាជ្យ បូរណភាពទឹកដី " "និងឯកភាពជាតិខ្មែរ ព្រះបរមរតនកោដ្ឋ" ), ), ( "2022-10-29", ( "ព្រះរាជពិធីគ្រងព្រះបរមរាជសម្បត្តិ របស់ ព្រះករុណា " "ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី " "ព្រះមហាក្សត្រនៃព្រះរាជាណាចក្រកម្ពុជា" ), ), ("2022-11-07", "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក"), ("2022-11-08", "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក"), ("2022-11-09", "ពិធីបុណ្យឯករាជ្យជាតិ; ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក"), ) def test_2023(self): self.assertHolidays( Cambodia(years=2023), ("2023-01-01", "ទិវាចូលឆ្នាំសាកល"), ("2023-01-07", "ទិវាជ័យជម្នះលើរបបប្រល័យពូជសាសន៍"), ("2023-03-08", "ទិវាអន្តរជាតិនារី"), ("2023-04-14", "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ"), ("2023-04-15", "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ"), ("2023-04-16", "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ"), ("2023-05-01", "ទិវាពលកម្មអន្តរជាតិ"), ("2023-05-04", "ពិធីបុណ្យវិសាខបូជា"), ("2023-05-08", "ព្រះរាជពិធីច្រត់ព្រះនង្គ័ល"), ("2023-05-14", "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី"), ("2023-06-18", "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម សម្តេចព្រះមហាក្សត្រី ព្រះវររាជមាតា នរោត្តម មុនិនាថ សីហនុ"), ("2023-09-24", "ទិវាប្រកាសរដ្ឋធម្មនុញ្ញ"), ("2023-10-13", "ពិធីបុណ្យភ្ផុំបិណ្ឌ"), ("2023-10-14", "ពិធីបុណ្យភ្ផុំបិណ្ឌ"), ( "2023-10-15", ( "ទិវាប្រារព្ឋពិធីគោរពព្រះវិញ្ញាណក្ខន្ឋ ព្រះករុណា ព្រះបាទសម្តេចព្រះ នរោត្តម " "សីហនុ ព្រះមហាវីរក្សត្រ ព្រះវររាជបិតាឯករាជ្យ បូរណភាពទឹកដី " "និងឯកភាពជាតិខ្មែរ ព្រះបរមរតនកោដ្ឋ; ពិធីបុណ្យភ្ផុំបិណ្ឌ" ), ), ( "2023-10-29", ( "ព្រះរាជពិធីគ្រងព្រះបរមរាជសម្បត្តិ របស់ ព្រះករុណា " "ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី " "ព្រះមហាក្សត្រនៃព្រះរាជាណាចក្រកម្ពុជា" ), ), ("2023-11-09", "ពិធីបុណ្យឯករាជ្យជាតិ"), ("2023-11-26", "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក"), ("2023-11-27", "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក"), ("2023-11-28", "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក"), ) def test_day_of_victory_over_genocidal_regime(self): self.assertHolidayName( "ទិវាជ័យជម្នះលើរបបប្រល័យពូជសាសន៍", (f"{year}-01-07" for year in range(1993, 2050)) ) def test_sangkranta(self): years_sangkranta_apr14 = { 2017, 2018, 2021, 2022, 2023, 2025, 2026, 2027, 2029, 2030, 2031, } for year in set(range(1993, 2050)).difference({2020}): if year in years_sangkranta_apr14: self.assertHoliday(f"{year}-04-14", f"{year}-04-15", f"{year}-04-16") else: self.assertHoliday(f"{year}-04-13", f"{year}-04-14", f"{year}-04-15") def test_king_sihamoni_birthday(self): name = "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី" self.assertHolidayName(name, (f"{year}-05-13" for year in range(2005, 2020))) self.assertHolidayName(name, (f"{year}-05-14" for year in range(2005, 2050))) self.assertHolidayName(name, (f"{year}-05-15" for year in range(2005, 2020))) self.assertNoHolidayName(name, range(1993, 2005)) def test_national_day_of_remembrance(self): name = "ទិវាជាតិនៃការចងចាំ" self.assertHolidayName(name, (f"{year}-05-20" for year in range(2018, 2020))) self.assertNoHolidayName(name, range(1993, 2018), range(2020, 2050)) def test_international_children_day(self): name = "ទិវាកុមារអន្តរជាតិ" self.assertHolidayName(name, (f"{year}-06-01" for year in range(1993, 2020))) self.assertNoHolidayName(name, range(2020, 2050)) def test_queen_mother_monineath_birthday(self): name = "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម សម្តេចព្រះមហាក្សត្រី ព្រះវររាជមាតា នរោត្តម មុនិនាថ សីហនុ" self.assertHolidayName(name, (f"{year}-06-18" for year in range(1994, 2050))) self.assertNoHolidayName(name, 1993) def test_constitution_day(self): self.assertHolidayName( "ទិវាប្រកាសរដ្ឋធម្មនុញ្ញ", (f"{year}-09-24" for year in range(1993, 2050)) ) def test_king_sihanouk_memorial_day(self): name = ( "ទិវាប្រារព្ឋពិធីគោរពព្រះវិញ្ញាណក្ខន្ឋ ព្រះករុណា ព្រះបាទសម្តេចព្រះ" " នរោត្តម សីហនុ ព្រះមហាវីរក្សត្រ ព្រះវររាជបិតាឯករាជ្យ បូរណភាពទឹកដី" " និងឯកភាពជាតិខ្មែរ ព្រះបរមរតនកោដ្ឋ" ) self.assertHolidayName(name, (f"{year}-10-15" for year in range(2012, 2050))) self.assertNoHolidayName(name, range(1993, 2012)) def test_paris_peace_agreement_day(self): name = "ទិវារំលឹកសន្ធិសញ្ញាសន្តិភាពទីក្រុងប៉ារីស" self.assertHolidayName(name, (f"{year}-10-23" for year in range(1993, 2020))) self.assertNoHolidayName(name, range(2020, 2050)) def test_king_sihamoni_coronation_day(self): name = ( "ព្រះរាជពិធីគ្រងព្រះបរមរាជសម្បត្តិ របស់ ព្រះករុណា " "ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី " "ព្រះមហាក្សត្រនៃព្រះរាជាណាចក្រកម្ពុជា" ) self.assertHolidayName(name, (f"{year}-10-29" for year in range(2004, 2050))) self.assertNoHolidayName(name, range(1993, 2004)) def test_national_independence_day(self): self.assertHolidayName("ពិធីបុណ្យឯករាជ្យជាតិ", (f"{year}-11-09" for year in range(1993, 2050))) def test_international_human_rights_day(self): name = "ទិវាសិទ្ធិមនុស្សអន្តរជាតិ" self.assertHolidayName(name, (f"{year}-12-10" for year in range(1993, 2020))) self.assertNoHolidayName(name, range(2020, 2050)) def test_peace_day_in_cambodia(self): name = "ទិវាសន្តិភាពនៅកម្ពុជា" self.assertHolidayName(name, (f"{year}-12-29" for year in range(2024, 2050))) self.assertNoHolidayName(name, range(1993, 2024)) def test_pchum_ben(self): name = "ពិធីបុណ្យភ្ផុំបិណ្ឌ" self.assertHolidayName( name, # 2 Days Celebration "2015-10-11", "2015-10-12", "2016-09-30", "2016-10-01", # 3 Days Celebration "2017-09-19", "2017-09-20", "2017-09-21", "2018-10-08", "2018-10-09", "2018-10-10", "2019-09-27", "2019-09-28", "2019-09-29", "2020-09-16", "2020-09-17", "2020-09-18", "2021-10-05", "2021-10-06", "2021-10-07", "2022-09-24", "2022-09-25", "2022-09-26", "2023-10-13", "2023-10-14", "2023-10-15", ) def test_bon_om_touk(self): name = "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក" self.assertHolidayName( name, # 3 Days Celebration "2015-11-24", "2015-11-25", "2015-11-26", "2016-11-13", "2016-11-14", "2016-11-15", "2017-11-02", "2017-11-03", "2017-11-04", "2018-11-21", "2018-11-22", "2018-11-23", "2019-11-10", "2019-11-11", "2019-11-12", "2020-10-30", "2020-10-31", "2020-11-01", "2021-11-18", "2021-11-19", "2021-11-20", "2022-11-07", "2022-11-08", "2022-11-09", "2023-11-26", "2023-11-27", "2023-11-28", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "ទិវាចូលឆ្នាំសាកល"), ("2023-01-07", "ទិវាជ័យជម្នះលើរបបប្រល័យពូជសាសន៍"), ("2023-03-08", "ទិវាអន្តរជាតិនារី"), ("2023-04-14", "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ"), ("2023-04-15", "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ"), ("2023-04-16", "ពិធីបុណ្យចូលឆ្នាំថ្មីប្រពៃណីជាតិ"), ("2023-05-01", "ទិវាពលកម្មអន្តរជាតិ"), ("2023-05-04", "ពិធីបុណ្យវិសាខបូជា"), ("2023-05-08", "ព្រះរាជពិធីច្រត់ព្រះនង្គ័ល"), ("2023-05-14", "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម ព្រះករុណា ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី"), ("2023-06-18", "ព្រះរាជពិធីបុណ្យចម្រើនព្រះជន្ម សម្តេចព្រះមហាក្សត្រី ព្រះវររាជមាតា នរោត្តម មុនិនាថ សីហនុ"), ("2023-09-24", "ទិវាប្រកាសរដ្ឋធម្មនុញ្ញ"), ("2023-10-13", "ពិធីបុណ្យភ្ផុំបិណ្ឌ"), ("2023-10-14", "ពិធីបុណ្យភ្ផុំបិណ្ឌ"), ( "2023-10-15", ( "ទិវាប្រារព្ឋពិធីគោរពព្រះវិញ្ញាណក្ខន្ឋ ព្រះករុណា ព្រះបាទសម្តេចព្រះ នរោត្តម " "សីហនុ ព្រះមហាវីរក្សត្រ ព្រះវររាជបិតាឯករាជ្យ បូរណភាពទឹកដី " "និងឯកភាពជាតិខ្មែរ ព្រះបរមរតនកោដ្ឋ; ពិធីបុណ្យភ្ផុំបិណ្ឌ" ), ), ( "2023-10-29", ( "ព្រះរាជពិធីគ្រងព្រះបរមរាជសម្បត្តិ របស់ ព្រះករុណា " "ព្រះបាទសម្តេចព្រះបរមនាថ នរោត្តម សីហមុនី " "ព្រះមហាក្សត្រនៃព្រះរាជាណាចក្រកម្ពុជា" ), ), ("2023-11-09", "ពិធីបុណ្យឯករាជ្យជាតិ"), ("2023-11-26", "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក"), ("2023-11-27", "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក"), ("2023-11-28", "ព្រះរាជពិធីបុណ្យអុំទូក បណ្តែតប្រទីប និងសំពះព្រះខែអកអំបុក"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "International New Year Day"), ("2023-01-07", "Day of Victory over the Genocidal Regime"), ("2023-03-08", "International Women's Rights Day"), ("2023-04-14", "Khmer New Year's Day"), ("2023-04-15", "Khmer New Year's Day"), ("2023-04-16", "Khmer New Year's Day"), ("2023-05-01", "International Labor Day"), ("2023-05-04", "Visaka Bochea Day"), ("2023-05-08", "Royal Ploughing Ceremony"), ("2023-05-14", "HM King Norodom Sihamoni's Birthday"), ("2023-06-18", "HM Queen Norodom Monineath Sihanouk the Queen-Mother's Birthday"), ("2023-09-24", "Constitution Day"), ("2023-10-13", "Pchum Ben Day"), ("2023-10-14", "Pchum Ben Day"), ("2023-10-15", "HM King Norodom Sihanouk Mourning Day; Pchum Ben Day"), ("2023-10-29", "HM King Norodom Sihamoni's Coronation Day"), ("2023-11-09", "National Independence Day"), ("2023-11-26", "Water Festival"), ("2023-11-27", "Water Festival"), ("2023-11-28", "Water Festival"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2023-01-01", "วันปีใหม่สากล"), ("2023-01-07", "วันชัยชนะเหนือระบอบฆ่าล้างเผ่าพันธุ์เขมรแดง"), ("2023-03-08", "วันสตรีสากล"), ("2023-04-14", "เทศกาลขึ้นปีใหม่ประเพณี"), ("2023-04-15", "เทศกาลขึ้นปีใหม่ประเพณี"), ("2023-04-16", "เทศกาลขึ้นปีใหม่ประเพณี"), ("2023-05-01", "วันแรงงานสากล"), ("2023-05-04", "วันวิสาขบูชา"), ("2023-05-08", "พระราชพิธีบุญจรดพระนังคัลแรกนาขวัญ"), ( "2023-05-14", ( "พระราชพิธีเฉลิมพระชนมพรรษา พระบาทสมเด็จพระบรมนาถ นโรดมสีหมุนี " "พระมหากษัตริย์แห่งราชอาณาจักรกัมพูชา" ), ), ("2023-06-18", "พระราชพิธีเฉลิมพระชนมพรรษา สมเด็จพระบรมราชินี นโรดม มนีนาถ สีหนุ"), ("2023-09-24", "วันรัฐธรรมนูญ"), ("2023-10-13", "เทศกาลงานวันสาร์ทภจุมบิณฑ์เขมร"), ("2023-10-14", "เทศกาลงานวันสาร์ทภจุมบิณฑ์เขมร"), ( "2023-10-15", ( "วันสดุดีพระบาทสมเด็จพระบรมนาถนโรดม สีหนุ พระบิดาแห่งเอกราช " "บูรณภาพแห่งดินแดน และเอกภาพของชาติกัมพูชา; เทศกาลงานวันสาร์ทภจุมบิณฑ์เขมร" ), ), ( "2023-10-29", ( "พระราชพิธีเฉลิมฉลองการขึ้นครองราชสมบัติ พระบาทสมเด็จพระบรมนาถ นโรดมสีหมุนี " "พระมหากษัตริย์แห่งราชอาณาจักรกัมพูชา" ), ), ("2023-11-09", "วันประกาศเอกราชจากฝรั่งเศส"), ("2023-11-26", "พระราชพิธีบุญแข่งเรือลอยกระทงไฟไหว้พระจันทร์และกินข้าวเม่า"), ("2023-11-27", "พระราชพิธีบุญแข่งเรือลอยกระทงไฟไหว้พระจันทร์และกินข้าวเม่า"), ("2023-11-28", "พระราชพิธีบุญแข่งเรือลอยกระทงไฟไหว้พระจันทร์และกินข้าวเม่า"), ) holidays-0.71/tests/countries/test_cameroon.py000066400000000000000000000063151500152103600216440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.cameroon import Cameroon, CM, CMR from tests.common import CommonCountryTests class TestCameroon(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Cameroon, years=range(1960, 2050)) def test_country_aliases(self): self.assertAliases(Cameroon, CM, CMR) def test_no_holidays(self): self.assertNoHolidays(Cameroon(years=1959)) def test_special_holidays(self): self.assertHoliday("2021-05-14", "2021-07-19") def test_youth_day(self): name = "Youth Day" self.assertHolidayName(name, (f"{year}-02-11" for year in range(1966, 2050))) self.assertNoHolidayName(name, range(1960, 1966)) self.assertNoHoliday(f"{year}-02-11" for year in range(1960, 1966)) def test_national_day(self): name = "National Day" self.assertHolidayName(name, (f"{year}-05-20" for year in range(1972, 2050))) self.assertNoHolidayName(name, range(1960, 1972)) self.assertNoHoliday(f"{year}-05-20" for year in set(range(1960, 1972)).difference({1971})) def test_observed(self): dt = ( # New Year's Day "2012-01-02", "2017-01-02", "2023-01-02", # Youth Day "2018-02-12", "2024-02-12", # Labour Day "2016-05-02", "2022-05-03", # National Day "2012-05-21", "2018-05-21", # Assumption Day "2010-08-16", "2021-08-16", # Christmas Day "2011-12-26", "2016-12-26", "2022-12-26", # Eid al-Fitr "2012-08-20", "2020-05-25", # Eid al-Adha "2007-01-02", # special case "2014-10-06", "2019-08-12", # Mawlid "2012-02-06", "2019-11-11", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_2022(self): self.assertHolidays( Cameroon(years=2022), ("2022-01-01", "New Year's Day"), ("2022-02-11", "Youth Day"), ("2022-04-15", "Good Friday"), ("2022-05-01", "Labour Day"), ("2022-05-02", "Eid al-Fitr"), ("2022-05-03", "Labour Day (observed)"), ("2022-05-20", "National Day"), ("2022-05-26", "Ascension Day"), ("2022-07-09", "Eid al-Adha"), ("2022-08-15", "Assumption Day"), ("2022-10-08", "Mawlid"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Christmas Day (observed)"), ) holidays-0.71/tests/countries/test_canada.py000066400000000000000000001171521500152103600212520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import GOVERNMENT, OPTIONAL, PUBLIC from holidays.countries.canada import Canada, CA, CAN from tests.common import CommonCountryTests class TestCanada(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1867, 2050) years_non_observed = range(2000, 2024) super().setUpClass(Canada, years=years, years_non_observed=years_non_observed) cls.prov_hols = {prov: CA(subdiv=prov, years=years) for prov in CA.subdivisions} cls.prov_hols_nonobs = { prov: CA(subdiv=prov, years=years_non_observed, observed=False) for prov in CA.subdivisions } cls.gov_hols = CA(years=years, categories=GOVERNMENT) cls.opt_hols = CA(years=years, categories=OPTIONAL) cls.prov_opt_hols = { prov: CA(subdiv=prov, years=years, categories=OPTIONAL) for prov in CA.subdivisions } def test_country_aliases(self): self.assertAliases(Canada, CA, CAN) def test_no_holidays(self): self.assertNoHolidays(Canada(categories=(GOVERNMENT, OPTIONAL, PUBLIC), years=1866)) def test_new_years_day(self): name = "New Year's Day" name_observed = f"{name} (observed)" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1867, 2050))) self.assertHolidayName( name, self.gov_hols, (f"{year}-01-01" for year in range(1867, 2050)) ) for _, holidays in self.prov_hols.items(): self.assertHolidayName(name, holidays, (f"{year}-01-01" for year in range(1867, 2050))) dts = ( "2011-01-03", "2012-01-02", "2017-01-02", "2022-01-03", "2023-01-02", ) self.assertHolidayName(name_observed, dts) self.assertHolidayName(name_observed, self.gov_hols, dts) for prov, holidays in self.prov_hols.items(): self.assertHolidayName(name_observed, holidays, dts) self.assertNoNonObservedHoliday(self.prov_hols_nonobs[prov], dts) self.assertNoNonObservedHoliday(dts) def test_good_friday(self): name = "Good Friday" dts = ( "1900-04-13", "1901-04-05", "1902-03-28", "1999-04-02", "2000-04-21", "2010-04-02", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, range(1867, 2050)) self.assertHolidayName(name, self.gov_hols, dts) self.assertHolidayName(name, self.gov_hols, range(1867, 2050)) for _, holidays in self.prov_hols.items(): self.assertHolidayName(name, holidays, dts) self.assertHolidayName(name, holidays, range(1867, 2050)) def test_canada_day(self): name_1 = "Dominion Day" name_2 = "Canada Day" self.assertHolidayName(name_1, (f"{year}-07-01" for year in range(1879, 1983))) self.assertHolidayName(name_2, (f"{year}-07-01" for year in range(1983, 2050))) self.assertNoHolidayName(name_1, range(1867, 1879), range(1983, 2050)) self.assertNoHolidayName(name_2, range(1867, 1983)) self.assertNoHoliday(f"{year}-07-01" for year in range(1867, 1879)) dts_sat = ( "2000-07-03", "2006-07-03", "2017-07-03", "2023-07-03", ) dts_sun = ( "2001-07-02", "2007-07-02", "2012-07-02", "2018-07-02", ) name_observed = f"{name_2} (observed)" self.assertNoHoliday(dts_sat, dts_sun) self.assertHolidayName(name_observed, self.gov_hols, dts_sat, dts_sun) self.assertNoNonObservedHoliday( CA(observed=False, categories=GOVERNMENT), dts_sat, dts_sun ) for prov, holidays in self.prov_hols.items(): if prov in {"AB", "BC", "QC"}: self.assertHolidayName(name_observed, self.prov_hols[prov], dts_sun) self.assertNoHoliday(self.prov_hols[prov], dts_sat) elif prov in {"NL", "PE", "SK", "YT"}: self.assertHoliday(self.prov_hols[prov], dts_sat, dts_sun) else: self.assertNoHoliday(self.prov_hols[prov], dts_sat, dts_sun) self.assertNoNonObservedHoliday(self.prov_hols_nonobs[prov], dts_sat, dts_sun) def test_labour_day(self): name = "Labour Day" self.assertNoHolidayName(name, range(1867, 1894)) self.assertHolidayName(name, range(1894, 2050)) self.assertNoHolidayName(name, self.gov_hols, range(1867, 1894)) self.assertHolidayName(name, self.gov_hols, range(1894, 2050)) dts = ( "1894-09-03", "1900-09-03", "1999-09-06", "2000-09-04", "2014-09-01", "2015-09-07", "2018-09-03", "2019-09-02", "2020-09-07", "2021-09-06", "2022-09-05", "2023-09-04", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, self.gov_hols, dts) for _, holidays in self.prov_hols.items(): self.assertHolidayName(name, holidays, dts) self.assertHolidayName(name, holidays, range(1894, 2050)) self.assertNoHolidayName(name, holidays, range(1867, 1894)) def test_christmas_day(self): name = "Christmas Day" name_observed = f"{name} (observed)" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1867, 2050))) for _, holidays in self.prov_hols.items(): self.assertHolidayName(name, holidays, (f"{year}-12-25" for year in range(1867, 2050))) dts_sat = ( "2004-12-27", "2010-12-27", "2021-12-27", ) dts_sun_without_boxing = ( "2005-12-26", "2011-12-26", "2016-12-26", "2022-12-26", ) dts_sun_with_boxing = ( "2005-12-27", "2011-12-27", "2016-12-27", "2022-12-27", ) self.assertHolidayName(name_observed, dts_sat, dts_sun_without_boxing) self.assertNoHoliday(dts_sun_with_boxing) self.assertNoNonObservedHoliday(dts_sat, dts_sun_with_boxing, dts_sun_without_boxing) self.assertHolidayName(name_observed, self.gov_hols, dts_sat, dts_sun_with_boxing) self.assertNoNonObservedHoliday( CA(observed=False, categories=GOVERNMENT), dts_sat, dts_sun_with_boxing ) self.assertHolidayName(name_observed, self.opt_hols, dts_sat, dts_sun_with_boxing) self.assertNoNonObservedHoliday( CA(observed=False, categories=OPTIONAL), dts_sat, dts_sun_with_boxing ) for prov, holidays in self.prov_hols.items(): self.assertHolidayName(name_observed, holidays, dts_sat, dts_sun_without_boxing) self.assertNoHoliday(holidays, dts_sun_with_boxing) self.assertNoNonObservedHoliday( self.prov_hols_nonobs[prov], dts_sat, dts_sun_with_boxing ) def test_victoria_day(self): name = "Victoria Day" dts = ( "1953-05-18", "2000-05-22", "2010-05-24", "2018-05-21", "2019-05-20", "2020-05-18", "2021-05-24", "2022-05-23", "2023-05-22", ) self.assertNoHolidayName(name) self.assertHolidayName(name, self.gov_hols, dts) self.assertHolidayName(name, self.gov_hols, range(1953, 2050)) self.assertNoHolidayName(name, self.gov_hols, range(1867, 1953)) for prov, holidays in self.prov_hols.items(): if prov in {"AB", "BC", "MB", "NT", "NU", "ON", "SK", "YT"}: self.assertHolidayName(name, holidays, dts) self.assertHolidayName(name, holidays, range(1953, 2050)) self.assertNoHolidayName(name, holidays, range(1867, 1953)) else: self.assertNoHolidayName(name, holidays) def test_national_day_for_truth_and_reconciliation(self): name = "National Day for Truth and Reconciliation" name_observed = f"{name} (observed)" self.assertNoHolidayName(name) self.assertHolidayName( name, self.gov_hols, (f"{year}-09-30" for year in range(2021, 2050)) ) self.assertNoHolidayName(name, self.gov_hols, range(1867, 2021)) dts = ( "2023-10-02", "2028-10-02", "2029-10-01", ) self.assertHolidayName(name_observed, self.gov_hols, dts) self.assertNoNonObservedHoliday(CA(observed=False, categories=GOVERNMENT), dts) start_years = { "AB": 2021, "BC": 2023, "NT": 2022, "NU": 2022, "PE": 2022, "YT": 2023, } for prov, holidays in self.prov_hols.items(): if prov in {"BC", "NT", "NU", "PE", "YT"}: self.assertHolidayName( name, holidays, (f"{year}-09-30" for year in range(start_years[prov], 2050)) ) self.assertNoHolidayName(name, holidays, range(1867, start_years[prov])) else: self.assertNoHolidayName(name, holidays) self.assertNoNonObservedHoliday(self.prov_hols_nonobs[prov], dts) self.assertHolidayName( name, self.prov_opt_hols["AB"], (f"{year}-09-30" for year in range(2021, 2050)) ) def test_thanksgiving_day(self): name = "Thanksgiving Day" self.assertNoHolidayName(name) self.assertHolidayName(name, self.gov_hols, range(1931, 2050)) self.assertNoHolidayName(name, self.gov_hols, range(1867, 1931)) dts = ( "1931-10-12", "1935-10-25", "1990-10-08", "1999-10-11", "2000-10-09", "2013-10-14", "2018-10-08", "2019-10-14", "2020-10-12", "2021-10-11", "2022-10-10", "2023-10-09", ) self.assertHolidayName(name, self.gov_hols, dts) for prov, holidays in self.prov_hols.items(): if prov in {"AB", "BC", "MB", "NT", "NU", "ON", "QC", "SK", "YT"}: self.assertHolidayName(name, holidays, dts) self.assertHolidayName(name, holidays, range(1931, 2050)) self.assertNoHolidayName(name, holidays, range(1867, 1931)) else: self.assertNoHolidayName(name, holidays, dts) for prov in ("NB", "NL"): self.assertHolidayName(name, self.prov_opt_hols[prov], dts) def test_remembrance_day(self): name = "Remembrance Day" name_observed = f"{name} (observed)" self.assertNoHolidayName(name) self.assertHolidayName( name, self.gov_hols, (f"{year}-11-11" for year in range(1931, 2050)) ) self.assertNoHoliday(self.gov_hols, (f"{year}-11-11" for year in range(1900, 1931))) self.assertNoHolidayName(name, self.gov_hols, range(1900, 1931)) dts = ( "2006-11-13", "2007-11-12", "2012-11-12", "2017-11-13", "2018-11-12", "2023-11-13", ) self.assertHolidayName(name_observed, self.gov_hols, dts) self.assertNoNonObservedHoliday(CA(observed=False, categories=GOVERNMENT), dts) for prov, holidays in self.prov_hols.items(): if prov in {"AB", "BC", "NB", "NL", "NS", "NT", "NU", "PE", "SK", "YT"}: start_year = 1981 if prov == "NS" else 1931 self.assertHolidayName( name, holidays, (f"{year}-11-11" for year in range(start_year, 2050)) ) self.assertNoHoliday( holidays, (f"{year}-11-11" for year in range(1900, start_year)) ) self.assertNoHolidayName(name, holidays, range(1900, start_year)) else: self.assertNoHolidayName(name, holidays) if prov in {"AB", "NL", "NS", "PE", "SK", "YT"}: self.assertHolidayName(name_observed, holidays, dts) self.assertNoNonObservedHoliday(self.prov_hols_nonobs[prov], dts) else: self.assertNoHoliday(holidays, dts) self.assertHolidayName( name, self.prov_opt_hols["MB"], (f"{year}-11-11" for year in range(1931, 2050)) ) def test_boxing_day(self): name = "Boxing Day" name_observed = f"{name} (observed)" self.assertNoHolidayName(name) self.assertHolidayName( name, self.gov_hols, (f"{year}-12-26" for year in range(1867, 2050)) ) self.assertHolidayName( name, self.opt_hols, (f"{year}-12-26" for year in range(1867, 2050)) ) dts = ( "2004-12-28", "2009-12-28", "2010-12-28", "2015-12-28", "2020-12-28", "2021-12-28", ) self.assertHolidayName(name_observed, self.opt_hols, dts) self.assertNoNonObservedHoliday(CA(observed=False, categories=OPTIONAL), dts) dts = ( "2004-12-28", "2010-12-28", "2021-12-28", ) self.assertHolidayName(name_observed, self.prov_hols["ON"], dts) self.assertNoNonObservedHoliday(self.prov_hols_nonobs["ON"], dts) for prov in ("AB", "NB", "NL"): self.assertHolidayName( name, self.prov_opt_hols[prov], (f"{year}-12-26" for year in range(1867, 2050)) ) def test_family_day(self): start_years = { "AB": 1990, "BC": 2019, "MB": 2008, "NB": 2018, "NS": 2015, "ON": 2008, "PE": 2010, "SK": 2007, } dts = ( "1990-02-19", "1991-02-18", "1992-02-17", "1993-02-15", "1994-02-21", "1995-02-20", "1996-02-19", "1997-02-17", "1998-02-16", "1999-02-15", "2000-02-21", "2001-02-19", "2002-02-18", "2003-02-17", "2004-02-16", "2005-02-21", "2006-02-20", "2007-02-19", "2008-02-18", "2009-02-16", "2010-02-15", "2011-02-21", "2012-02-20", "2013-02-18", "2014-02-17", "2015-02-16", "2016-02-15", "2017-02-20", "2018-02-19", "2019-02-18", "2020-02-17", "2021-02-15", "2022-02-21", "2023-02-20", ) prov_names = { "MB": "Louis Riel Day", "NS": "Heritage Day", "PE": "Islander Day", } for prov, holidays in self.prov_hols.items(): name = prov_names.get(prov, "Family Day") for year, dt in enumerate(dts, 1990): if prov in start_years and year >= start_years[prov]: self.assertHolidayName(name, holidays, dt) else: self.assertNoHoliday(holidays, dt) self.assertNoHoliday(dts) self.assertNoHolidayName("Family Day") for name in prov_names.values(): self.assertNoHolidayName(name) self.assertHoliday( self.prov_hols["BC"], "2013-02-11", "2014-02-10", "2015-02-09", "2016-02-08", "2017-02-13", "2018-02-12", ) self.assertHoliday(self.prov_hols["PE"], "2009-02-09") def test_easter_monday(self): name = "Easter Monday" dts = ( "1900-04-16", "1901-04-08", "1902-03-31", "1999-04-05", "2000-04-24", "2010-04-05", "2018-04-02", "2019-04-22", "2020-04-13", ) self.assertNoHoliday(dts) self.assertNoHolidayName(name) self.assertNoHoliday(self.gov_hols, dts) self.assertNoHolidayName(name, self.gov_hols) for prov, holidays in self.prov_hols.items(): self.assertNoHoliday(holidays, dts) self.assertNoHolidayName(name, holidays) if prov in {"AB", "QC"}: self.assertHolidayName(name, self.prov_opt_hols[prov], dts) def test_civic_holiday_ab(self): name = "Heritage Day" self.assertNoHolidayName(name, self.prov_hols["AB"]) ab_opt_holidays = self.prov_opt_hols["AB"] dts = ( "1974-08-05", "1999-08-02", "2000-08-07", "2010-08-02", "2015-08-03", "2020-08-03", ) self.assertNoHoliday(dts) self.assertNoHolidayName(name) self.assertHoliday(ab_opt_holidays, dts) self.assertNoHoliday(ab_opt_holidays, "1973-08-06") def test_civic_holiday_bc(self): name = "British Columbia Day" bc_holidays = self.prov_hols["BC"] dts = ( "1974-08-05", "1999-08-02", "2000-08-07", "2010-08-02", "2015-08-03", "2020-08-03", ) self.assertNoHoliday(dts) self.assertNoHolidayName(name) self.assertHolidayName(name, bc_holidays, dts) self.assertNoHoliday(bc_holidays, "1973-08-06") def test_civic_holiday_mb(self): old_name = "Civic Holiday" new_name = "Terry Fox Day" self.assertNoHolidayName(old_name, self.prov_hols["MB"]) self.assertNoHolidayName(new_name, self.prov_hols["MB"]) mb_opt_holidays = self.prov_opt_hols["MB"] dts = ( "1900-08-06", "1999-08-02", "2000-08-07", "2010-08-02", "2015-08-03", "2020-08-03", ) self.assertNoHoliday(dts) self.assertNoHolidayName(old_name) self.assertNoHolidayName(new_name) self.assertHoliday(mb_opt_holidays, dts) self.assertNoHoliday(mb_opt_holidays, "1899-08-07") self.assertHolidayName(old_name, mb_opt_holidays, "2014-08-04") self.assertHolidayName(new_name, mb_opt_holidays, "2015-08-03") self.assertNoHolidayName(old_name, mb_opt_holidays, 2015) self.assertNoHolidayName(new_name, mb_opt_holidays, 2014) def test_civic_holiday_nb(self): name = "New Brunswick Day" nb_holidays = self.prov_hols["NB"] dts = ( "1975-08-04", "1999-08-02", "2000-08-07", "2010-08-02", "2015-08-03", "2020-08-03", ) self.assertNoHoliday(dts) self.assertNoHolidayName(name) self.assertHolidayName(name, nb_holidays, dts) self.assertNoHoliday(nb_holidays, "1974-08-05") self.assertNoHolidayName(name, nb_holidays, range(1867, 1975)) def test_civic_holiday_ns(self): name = "Natal Day" self.assertNoHolidayName(name, self.prov_hols["NS"]) ns_opt_holidays = self.prov_opt_hols["NS"] dts = ( "1996-08-05", "1999-08-02", "2000-08-07", "2010-08-02", "2015-08-03", "2020-08-03", ) self.assertNoHoliday(dts) self.assertNoHolidayName(name) self.assertHoliday(ns_opt_holidays, dts) self.assertNoHoliday(ns_opt_holidays, "1995-08-07") def test_civic_holiday_nt_nu_on_sk(self): name = "Civic Holiday" nt_holidays = self.prov_hols["NT"] nu_holidays = self.prov_hols["NU"] on_opt_holidays = self.prov_opt_hols["ON"] sk_holidays = self.prov_hols["SK"] dts = ( "1900-08-06", "1999-08-02", "2000-08-07", "2010-08-02", "2015-08-03", "2020-08-03", ) self.assertNoHoliday(dts) self.assertNoHolidayName(name) self.assertHolidayName(name, nt_holidays, dts) self.assertHolidayName(name, nu_holidays, dts) self.assertHolidayName(name, on_opt_holidays, dts) self.assertHolidayName("Saskatchewan Day", sk_holidays, dts) self.assertNoHoliday(nt_holidays, "1899-08-07") self.assertNoHoliday(nu_holidays, "1899-08-07") self.assertNoHoliday(on_opt_holidays, "1899-08-07") self.assertNoHoliday(sk_holidays, "1899-08-07") def test_memorial_day(self): name = "Memorial Day" self.assertNoHolidayName(name) nl_holidays = self.prov_hols["NL"] self.assertHolidayName(name, nl_holidays, (f"{year}-07-01" for year in range(1917, 2050))) self.assertNoHolidayName(name, nl_holidays, range(1900, 1917)) def test_st_patricks_day(self): name = "Saint Patrick's Day" self.assertNoHolidayName(name, self.prov_hols["NL"]) nl_opt_holidays = self.prov_opt_hols["NL"] dts = ( "1900-03-19", "1999-03-15", "2000-03-20", "2012-03-19", "2013-03-18", "2014-03-17", "2015-03-16", "2016-03-14", "2020-03-16", ) self.assertNoHoliday(dts) self.assertNoHolidayName(name) self.assertHolidayName(name, nl_opt_holidays, dts) self.assertNoHoliday(nl_opt_holidays, "1899-03-20") def test_st_georges_day(self): name = "Saint George's Day" self.assertNoHolidayName(name, self.prov_hols["NL"]) nl_opt_holidays = self.prov_opt_hols["NL"] dts = ( "1990-04-23", "1999-04-26", "2010-04-19", "2016-04-25", "2020-04-20", ) self.assertNoHoliday(dts) self.assertNoHolidayName(name) self.assertHolidayName(name, nl_opt_holidays, dts) self.assertNoHoliday(nl_opt_holidays, "1989-04-24") def test_discovery_day_nl(self): name = "Discovery Day" self.assertNoHolidayName(name, self.prov_hols["NL"]) nl_opt_holidays = self.prov_opt_hols["NL"] dts = ( "1997-06-23", "1999-06-21", "2000-06-26", "2010-06-21", "2016-06-27", "2020-06-22", ) self.assertNoHoliday(dts) self.assertNoHolidayName(name) self.assertHoliday(nl_opt_holidays, dts) self.assertNoHoliday(nl_opt_holidays, "1996-06-24") def test_orangemans_day(self): name = "Orangemen's Day" self.assertNoHolidayName(name, self.prov_hols["NL"]) nl_opt_holidays = self.prov_opt_hols["NL"] dts = ( "1900-07-09", "1999-07-12", "2000-07-10", "2010-07-12", "2016-07-11", "2020-07-13", ) self.assertNoHoliday(dts) self.assertNoHolidayName(name) self.assertHoliday(nl_opt_holidays, dts) self.assertNoHoliday(nl_opt_holidays, "1899-07-10") def test_discovery_day_yt(self): name = "Discovery Day" yt_holidays = self.prov_hols["YT"] dts = ( "1912-08-19", "1999-08-16", "2000-08-21", "2006-08-21", "2016-08-15", "2020-08-17", ) self.assertNoHoliday(dts) self.assertNoHolidayName(name) self.assertHoliday(yt_holidays, dts) self.assertNoHoliday(yt_holidays, "1911-08-21") def test_national_aboriginal_day(self): name = "National Aboriginal Day" nt_holidays = self.prov_hols["NT"] yt_holidays = self.prov_hols["YT"] self.assertHolidayName(name, nt_holidays, (f"{year}-06-21" for year in range(1996, 2050))) self.assertNoHolidayName(nt_holidays, range(1867, 1996)) self.assertHolidayName(name, yt_holidays, (f"{year}-06-21" for year in range(2017, 2050))) self.assertNoHolidayName(yt_holidays, range(1867, 2017)) self.assertNoHoliday(f"{year}-06-21" for year in range(1996, 2050)) self.assertNoHolidayName(name) def test_nunavut_day(self): name = "Nunavut Day" nu_holidays = self.prov_hols["NU"] nu_opt_holidays = self.prov_opt_hols["NU"] self.assertNoHolidayName(name) self.assertNoHoliday(f"{year}-07-09" for year in range(2001, 2050)) self.assertHolidayName(name, nu_holidays, (f"{year}-07-09" for year in range(2020, 2050))) self.assertNoHolidayName(name, nu_holidays, range(1867, 2020)) self.assertNoHoliday(nu_opt_holidays, "1999-07-09", "2000-07-09", "2020-07-09") self.assertHolidayName( name, nu_opt_holidays, "2000-04-01", (f"{year}-07-09" for year in range(2001, 2020)) ) self.assertNoHolidayName(name, nu_opt_holidays, range(1867, 2000), range(2020, 2050)) def test_national_patriots_day(self): name = "National Patriots' Day" self.assertNoHolidayName(name) qc_holidays = self.prov_hols["QC"] self.assertHolidayName( name, qc_holidays, "2010-05-24", "2015-05-18", "2020-05-18", "2021-05-24", "2022-05-23", ) self.assertNoHolidayName(name, qc_holidays, range(1867, 2003)) def test_st_jean_baptiste_day(self): name = "Saint Jean Baptiste Day" self.assertNoHolidayName(name) qc_holidays = self.prov_hols["QC"] self.assertHoliday(qc_holidays, (f"{year}-06-24" for year in range(1925, 2050))) self.assertNoHoliday(qc_holidays, (f"{year}-06-24" for year in range(1867, 1925))) self.assertNoHoliday(f"{year}-06-24" for year in range(1925, 2050)) self.assertHoliday(qc_holidays, "2001-06-25") self.assertNoNonObservedHoliday(self.prov_hols_nonobs["QC"], "2001-06-25") def test_yukon_heritage_day(self): name = "Heritage Day" self.assertNoHolidayName(name) self.assertNoHolidayName(name, self.prov_hols["YT"]) dts = ( "2017-02-24", "2018-02-23", "2019-02-22", "2020-02-21", "2021-02-26", "2022-02-25", ) self.assertHolidayName(name, self.prov_opt_hols["YT"], dts) def test_queens_funeral(self): for prov, holidays in self.prov_hols.items(): if prov in {"BC", "NB", "NL", "NS", "PE", "YT"}: self.assertHoliday(holidays, "2022-09-19") else: self.assertNoHoliday(holidays, "2022-09-19") def test_public_2022(self): self.assertHolidays( Canada(years=2022), ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-04-15", "Good Friday"), ("2022-07-01", "Canada Day"), ("2022-09-05", "Labour Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Christmas Day (observed)"), ) def test_government_2022(self): self.assertHolidays( Canada(years=2022, categories=GOVERNMENT), ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-04-15", "Good Friday"), ("2022-05-23", "Victoria Day"), ("2022-07-01", "Canada Day"), ("2022-09-05", "Labour Day"), ("2022-09-30", "National Day for Truth and Reconciliation"), ("2022-10-10", "Thanksgiving Day"), ("2022-11-11", "Remembrance Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) def test_optional_2022(self): self.assertHolidays( Canada(years=2022, categories=OPTIONAL), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) def test_all_holidays_present(self): y_2022 = set() for prov in Canada.subdivisions: y_2022.update(Canada(years=2022, subdiv=prov, observed=False).values()) all_h = { # Holidays names in their chronological order. "New Year's Day", "Family Day", "Heritage Day", "Islander Day", "Louis Riel Day", "Good Friday", "National Patriots' Day", "Victoria Day", "National Aboriginal Day", "Saint Jean Baptiste Day", "Canada Day", "Canada Day; Memorial Day", "Nunavut Day", "British Columbia Day", "Civic Holiday", "New Brunswick Day", "Saskatchewan Day", "Discovery Day", "Labour Day", "Funeral of Her Majesty the Queen Elizabeth II", "National Day for Truth and Reconciliation", "Thanksgiving Day", "Remembrance Day", "Christmas Day", "Boxing Day", } self.assertEqual( all_h, y_2022, f"missing: {all_h - y_2022 or 'no'}, extra: {y_2022 - all_h or 'no'}", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-02-21", "Family Day; Heritage Day; Islander Day; Louis Riel Day"), ("2022-02-25", "Heritage Day"), ("2022-03-14", "Saint Patrick's Day"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-04-25", "Saint George's Day"), ("2022-05-23", "National Patriots' Day; Victoria Day"), ("2022-06-21", "National Aboriginal Day"), ("2022-06-24", "Saint Jean Baptiste Day"), ("2022-06-27", "Discovery Day"), ("2022-07-01", "Canada Day; Memorial Day"), ("2022-07-09", "Nunavut Day"), ("2022-07-11", "Orangemen's Day"), ( "2022-08-01", "British Columbia Day; Civic Holiday; Heritage Day; Natal Day; " "New Brunswick Day; Saskatchewan Day; Terry Fox Day", ), ("2022-08-15", "Discovery Day"), ("2022-09-05", "Labour Day"), ("2022-09-19", "Funeral of Her Majesty the Queen Elizabeth II"), ("2022-09-30", "National Day for Truth and Reconciliation"), ("2022-10-10", "Thanksgiving Day"), ("2022-11-11", "Remembrance Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day; Christmas Day (observed)"), ("2022-12-27", "Christmas Day (observed)"), ) def test_l10n_ar(self): self.assertLocalizedHolidays( "ar", ("2022-01-01", "يوم السنة الجديدة"), ("2022-01-03", "(تمت ملاحظته) يوم السنة الجديدة"), ("2022-02-21", "يوم التراث; يوم الجزيرة; يوم العائلة; يوم لويس رئيل"), ("2022-02-25", "يوم التراث"), ("2022-03-14", "عيد القديس باتريك"), ("2022-04-15", "جمعة جيدة"), ("2022-04-18", "عيد الفصح الاثنين"), ("2022-04-25", "عيد القديس جورج"), ("2022-05-23", "يوم الوطنيين; يوم فيكتوريا"), ("2022-06-21", "اليوم الوطني للسكان الأصليين"), ("2022-06-24", "عيد القديس جان بابتيست"), ("2022-06-27", "يوم الاكتشاف"), ("2022-07-01", "يوم الذكرى; يوم كندا"), ("2022-07-09", "يوم نونافوت"), ("2022-07-11", "يوم رجال البرتقال"), ( "2022-08-01", "عطلة المدنية; يوم التأسيس; يوم التراث; يوم تيري فوكس; يوم ساسكاتشوان; " "يوم كولومبيا البريطانية; يوم نيو برونزويك", ), ("2022-08-15", "يوم الاكتشاف"), ("2022-09-05", "عيد العمال"), ("2022-09-19", "جنازة جلالة الملكة اليزابيث الثانية"), ("2022-09-30", "اليوم الوطني للحقيقة والمصالحة"), ("2022-10-10", "عيد الشكر"), ("2022-11-11", "يوم الذكرى"), ("2022-12-25", "عيد الميلاد"), ("2022-12-26", "(تمت ملاحظته) عيد الميلاد; يوم الملاكمة"), ("2022-12-27", "(تمت ملاحظته) عيد الميلاد"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-02-21", "Family Day; Heritage Day; Islander Day; Louis Riel Day"), ("2022-02-25", "Heritage Day"), ("2022-03-14", "Saint Patrick's Day"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-04-25", "Saint George's Day"), ("2022-05-23", "National Patriots' Day; Victoria Day"), ("2022-06-21", "National Aboriginal Day"), ("2022-06-24", "Saint John the Baptist Day"), ("2022-06-27", "Discovery Day"), ("2022-07-01", "Canada Day; Memorial Day"), ("2022-07-09", "Nunavut Day"), ("2022-07-11", "Orangemen's Day"), ( "2022-08-01", "British Columbia Day; Civic Holiday; Heritage Day; Natal Day; New Brunswick Day; " "Saskatchewan Day; Terry Fox Day", ), ("2022-08-15", "Discovery Day"), ("2022-09-05", "Labor Day"), ("2022-09-19", "Funeral of Her Majesty the Queen Elizabeth II"), ("2022-09-30", "National Day for Truth and Reconciliation"), ("2022-10-10", "Thanksgiving Day"), ("2022-11-11", "Remembrance Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day; Christmas Day (observed)"), ("2022-12-27", "Christmas Day (observed)"), ) def test_l10n_fr(self): self.assertLocalizedHolidays( "fr", ("2022-01-01", "Jour de l'an"), ("2022-01-03", "Jour de l'an (Observé)"), ( "2022-02-21", "Fête de la famille; Fête des Insulaires; Fête du Patrimoine; Journée Louis Riel", ), ("2022-02-25", "Fête du Patrimoine"), ("2022-03-14", "Fête de la Saint-Patrick"), ("2022-04-15", "Vendredi saint"), ("2022-04-18", "Lundi de Pâques"), ("2022-04-25", "Fête de la Saint-Georges"), ("2022-05-23", "Fête de la Reine; Journée nationale des patriotes"), ("2022-06-21", "Journée nationale des Autochtones"), ("2022-06-24", "Fête nationale du Québec"), ("2022-06-27", "Jour de la Découverte"), ("2022-07-01", "Fête du Canada; Jour de mémorial"), ("2022-07-09", "Jour du Nunavut"), ("2022-07-11", "Journée des Orangistes"), ( "2022-08-01", "Fête du Patrimoine; Jour de la Colombie Britannique; Jour de la Fondation; " "Jour du Nouveau Brunswick; Jour du Saskatchewan; Journée Terry Fox; " "Premier lundi d'août", ), ("2022-08-15", "Jour de la Découverte"), ("2022-09-05", "Fête du Travail"), ("2022-09-19", "Funéraire de sa majesté la reine Elizabeth II"), ("2022-09-30", "Journée nationale de la vérité et de la réconciliation"), ("2022-10-10", "Action de grâce"), ("2022-11-11", "Jour du Souvenir"), ("2022-12-25", "Jour de Noël"), ("2022-12-26", "Boxing Day; Jour de Noël (Observé)"), ("2022-12-27", "Jour de Noël (Observé)"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันขึ้นปีใหม่"), ("2022-01-03", "ชดเชยวันขึ้นปีใหม่"), ( "2022-02-21", "วันครอบครัว; วันชาวเกาะ (พรินซ์เอดเวิร์ดไอแลนด์); วันมรดก; วันหลุยส์เรียล (แมนิโทบา)", ), ("2022-02-25", "วันมรดก"), ("2022-03-14", "วันเซนต์แพทริก (นิวฟันด์แลนด์และแลบราดอร์)"), ("2022-04-15", "วันศุกร์ประเสริฐ"), ("2022-04-18", "วันจันทร์อีสเตอร์"), ("2022-04-25", "วันเซนต์จอร์จ (นิวฟันด์แลนด์และแลบราดอร์)"), ("2022-05-23", "วันรำลึกกลุ่มแปตรีออต (ควิเบก); วันวิคตอเรีย"), ("2022-06-21", "วันชนพื้นเมือง (นอร์ทเวสต์เทร์ริทอรีส์)"), ("2022-06-24", "วันแซงต์-ฌ็อง-บาติสต์ (ควิเบก)"), ("2022-06-27", "วันแห่งการค้นภพ"), ("2022-07-01", "วันชาติแคนาดา; วันรำลึก (นิวฟันด์แลนด์และแลบราดอร์)"), ("2022-07-09", "วันนูนาวุต"), ("2022-07-11", "วันออเรนจ์เมนส์"), ( "2022-08-01", "วันซัสแคตเชวัน; วันนิวบรันสวิก; วันบริติชโคลัมเบีย; วันมรดก; วันสถาปนา; " "วันหยุดราชการ; วันเทร์รี ฟอกซ์", ), ("2022-08-15", "วันแห่งการค้นภพ"), ("2022-09-05", "วันแรงงาน"), ("2022-09-19", "พระราชพิธีพระบรมศพของสมเด็จพระราชินีนาถเอลิซาเบธที่ 2"), ("2022-09-30", "วันชาติแห่งความจริงและการปรองดอง"), ("2022-10-10", "วันขอบคุณพระเจ้า"), ("2022-11-11", "วันรำลึก"), ("2022-12-25", "วันคริสต์มาส"), ("2022-12-26", "ชดเชยวันคริสต์มาส; วันเปิดกล่องของขวัญ"), ("2022-12-27", "ชดเชยวันคริสต์มาส"), ) holidays-0.71/tests/countries/test_chad.py000066400000000000000000000051521500152103600207360ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.chad import Chad, TD, TCD from tests.common import CommonCountryTests class TestChad(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Chad) def test_country_aliases(self): self.assertAliases(Chad, TD, TCD) def test_no_holidays(self): self.assertNoHolidays(Chad(years=1960)) def test_special_holidays(self): self.assertHoliday("2021-04-23") def test_freedom_and_democracy_day(self): name = "Freedom and Democracy Day" self.assertHolidayName(name, (f"{year}-12-01" for year in range(1991, 2050))) self.assertNoHolidayName(name, Chad(years=range(1961, 1991))) self.assertNoHoliday(f"{year}-12-01" for year in set(range(1961, 1991)).difference({1976})) def test_observed(self): dt = ( # New Year's Day "2012-01-02", "2017-01-02", "2023-01-02", # International Women's Day "2015-03-09", "2020-03-09", # Labour Day "2011-05-02", "2016-05-02", # Independence Day "2013-08-12", "2019-08-12", # Republic Day "2010-11-29", "2021-11-29", # Freedom and Democracy Day "2013-12-02", "2019-12-02", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_2022(self): self.assertHolidays( ("2022-01-01", "New Year's Day"), ("2022-03-08", "International Women's Day"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labour Day"), ("2022-05-02", "Eid al-Fitr; Labour Day (observed)"), ("2022-07-09", "Eid al-Adha"), ("2022-08-11", "Independence Day"), ("2022-10-08", "Mawlid"), ("2022-11-01", "All Saints' Day"), ("2022-11-28", "Republic Day"), ("2022-12-01", "Freedom and Democracy Day"), ("2022-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_chile.py000066400000000000000000000361761500152103600211350ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK, PUBLIC from holidays.countries.chile import Chile, CL, CHL from tests.common import CommonCountryTests class TestChile(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Chile, years=range(1915, 2050)) def test_country_aliases(self): self.assertAliases(Chile, CL, CHL) def test_special_holidays(self): self.assertHoliday( "1999-12-31", "2022-09-16", ) def test_no_holidays(self): self.assertNoHolidays(Chile(categories=(BANK, PUBLIC), years=1914)) def test_new_year(self): self.assertHoliday(f"{year}-01-01" for year in range(1915, 2050)) self.assertHoliday( "2017-01-02", "2023-01-02", ) self.assertNoHoliday( "1995-01-02", "2006-01-02", "2012-01-02", ) def test_holy_week(self): self.assertHoliday( "1915-04-02", "1940-03-22", "1960-04-15", "1980-04-04", "2000-04-21", "2015-04-03", "2022-04-15", "1915-04-03", "1940-03-23", "1960-04-16", "1980-04-05", "2000-04-22", "2015-04-04", "2022-04-16", ) def test_ascension(self): self.assertHoliday( "1915-05-13", "1930-05-29", "1950-05-18", "1967-05-04", ) name = "Ascensión del Señor" self.assertHolidayName(name, range(1915, 1968)) self.assertNoHolidayName(name, range(1968, 2050)) def test_corpus_christi(self): self.assertHoliday( "1915-06-03", "1940-05-23", "1950-06-08", "1967-05-25", "1987-06-18", "1998-06-11", "2000-06-19", "2006-06-12", ) name = "Corpus Christi" self.assertHolidayName(name, range(1915, 1968)) self.assertNoHolidayName(name, range(1968, 1987)) self.assertHolidayName(name, range(1987, 2006)) def test_labour_day(self): self.assertHoliday(f"{year}-05-01" for year in range(1932, 2050)) self.assertNoHoliday(f"{year}-05-01" for year in range(1915, 1932)) def test_navy_day(self): self.assertHoliday(f"{year}-05-21" for year in range(1915, 2050)) def test_indigenous_peoples_day(self): self.assertHoliday( "2021-06-21", "2022-06-21", "2023-06-21", "2024-06-20", "2025-06-20", "2026-06-21", "2027-06-21", "2028-06-20", "2029-06-20", "2030-06-21", "2031-06-21", "2032-06-20", "2033-06-20", "2034-06-21", "2035-06-21", "2036-06-20", "2037-06-20", "2038-06-21", "2039-06-21", "2040-06-20", "2041-06-20", "2042-06-21", "2043-06-21", "2044-06-20", "2045-06-20", "2046-06-21", "2047-06-21", "2048-06-20", "2049-06-20", "2050-06-20", "2075-06-21", "2076-06-20", "2077-06-20", "2078-06-20", "2079-06-20", ) self.assertNoHolidayName("Día Nacional de los Pueblos Indígenas", range(1915, 2021)) def test_saint_peter_and_paul(self): self.assertHoliday(f"{year}-06-29" for year in range(1915, 1967)) self.assertHoliday(f"{year}-06-29" for year in range(1986, 2000)) self.assertHoliday( "2000-06-26", "2001-07-02", "2002-06-29", "2003-06-29", "2004-06-28", "2005-06-27", "2006-06-26", "2007-07-02", "2008-06-29", "2009-06-29", "2010-06-28", "2011-06-27", "2012-07-02", "2013-06-29", "2014-06-29", "2015-06-29", "2016-06-27", "2017-06-26", "2018-07-02", "2019-06-29", "2020-06-29", "2021-06-28", "2022-06-27", "2023-06-26", "2024-06-29", ) self.assertNoHolidayName("San Pedro y San Pablo", range(1968, 1986)) def test_virgin_of_carmen(self): self.assertHoliday(f"{year}-07-16" for year in range(2007, 2050)) self.assertNoHoliday(f"{year}-07-16" for year in range(1915, 2007)) def test_assumption_of_mary(self): self.assertHoliday(f"{year}-08-15" for year in range(1915, 2050)) def test_national_liberation(self): self.assertHoliday(f"{year}-09-11" for year in range(1981, 1999)) self.assertNoHoliday( "1980-09-11", "1999-09-11", ) name = "Día de la Liberación Nacional" self.assertNoHolidayName(name, range(1915, 1981)) self.assertNoHolidayName(name, range(1999, 2050)) def test_national_unity(self): self.assertHoliday( "1999-09-06", "2000-09-04", "2001-09-03", ) self.assertNoHoliday( "1998-09-07", "2002-09-02", ) self.assertNoHolidayName( "Día de la Unidad Nacional", set(range(1915, 2050)).difference({1999, 2000, 2001}) ) def test_independence_holidays(self): self.assertHoliday(f"{year}-09-18" for year in range(1915, 2050)) self.assertHoliday(f"{year}-09-19" for year in range(1915, 2050)) self.assertHoliday( "2007-09-17", "2012-09-17", "2013-09-20", "2018-09-17", "2019-09-20", "2021-09-17", "2024-09-20", ) self.assertHoliday(f"{year}-09-20" for year in range(1932, 1945)) def test_columbus_day(self): years = set(range(1922, 2000)).difference({1973}) name = "Día de la Raza" self.assertHoliday(f"{year}-10-12" for year in years) self.assertHolidayName(name, (f"{year}-10-12" for year in years)) self.assertNoHolidayName(name, 1973) self.assertHoliday( "2000-10-09", "2005-10-10", "2010-10-11", "2015-10-12", "2019-10-12", "2020-10-12", "2021-10-11", "2022-10-10", "2023-10-09", ) self.assertHolidayName(name, (f"{year}-10-12" for year in years)) self.assertHolidayName("Día del Encuentro de dos Mundos", range(2000, 2050)) def test_reformation_day(self): self.assertHoliday( "2008-10-31", "2009-10-31", "2010-10-31", "2011-10-31", "2012-11-02", "2013-10-31", "2014-10-31", "2015-10-31", "2016-10-31", "2017-10-27", "2018-11-02", "2019-10-31", "2020-10-31", "2021-10-31", "2022-10-31", "2023-10-27", ) self.assertNoHolidayName( "Día Nacional de las Iglesias Evangélicas y Protestantes", range(1915, 2008) ) def test_all_saints(self): self.assertHoliday(f"{year}-11-01" for year in range(1915, 2050)) def test_immaculate_conception(self): self.assertHoliday(f"{year}-12-08" for year in range(1915, 2050)) def test_christmas(self): self.assertHoliday(f"{year}-12-25" for year in range(1915, 2050)) self.assertHoliday(f"{year}-12-24" for year in range(1944, 1989)) self.assertNoHoliday(f"{year}-12-24" for year in range(1915, 1944)) self.assertNoHoliday(f"{year}-12-24" for year in range(1989, 2050)) def test_bank_holidays(self): name = "Feriado bancario" holidays = Chile(categories=BANK, years=range(1915, 2050)) self.assertHolidayName(name, holidays, (f"{year}-06-30" for year in range(1957, 1976))) self.assertHolidayName(name, holidays, (f"{year}-12-31" for year in range(1956, 1997))) self.assertHolidayName(name, holidays, (f"{year}-12-31" for year in range(1998, 2050))) self.assertNoHoliday(holidays, (f"{year}-06-30" for year in range(1915, 1957))) self.assertNoHoliday(holidays, (f"{year}-06-30" for year in range(1976, 2050))) self.assertNoHoliday( holidays, (f"{year}-12-31" for year in range(1915, 1956)), "1997-12-31" ) self.assertNoHolidayName(name, holidays, range(1915, 1956)) def test_2019(self): self.assertHolidayDates( Chile(years=2019), "2019-01-01", "2019-04-19", "2019-04-20", "2019-05-01", "2019-05-21", "2019-06-29", "2019-07-16", "2019-08-15", "2019-09-18", "2019-09-19", "2019-09-20", "2019-10-12", "2019-10-31", "2019-11-01", "2019-12-08", "2019-12-25", ) def test_2020(self): # from https://feriados.cl/2020.htm self.assertHolidayDates( Chile(years=2020), "2020-01-01", "2020-04-10", "2020-04-11", "2020-05-01", "2020-05-21", "2020-06-29", "2020-07-16", "2020-08-15", "2020-09-18", "2020-09-19", "2020-10-12", "2020-10-31", "2020-11-01", "2020-12-08", "2020-12-25", ) def test_2021(self): # from https://feriados.cl/2021.htm self.assertHolidayDates( Chile(years=2021), "2021-01-01", "2021-04-02", "2021-04-03", "2021-05-01", "2021-05-21", "2021-06-21", "2021-06-28", "2021-07-16", "2021-08-15", "2021-09-17", "2021-09-18", "2021-09-19", "2021-10-11", "2021-10-31", "2021-11-01", "2021-12-08", "2021-12-25", ) def test_provinces(self): ap_holidays = Chile(subdiv="AP") nb_holidays = Chile(subdiv="NB") self.assertHoliday( ap_holidays, "2020-06-07", "2021-06-07", ) self.assertNoHoliday(ap_holidays, "2012-06-07") self.assertHoliday( nb_holidays, "2020-08-20", "2021-08-20", ) self.assertNoHoliday(nb_holidays, "2013-08-20") def test_summer_solstice(self): self.assertHoliday("2050-06-20", "2079-06-20") def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-04-15", "Viernes Santo"), ("2022-04-16", "Sábado Santo"), ("2022-05-01", "Día Nacional del Trabajo"), ("2022-05-21", "Día de las Glorias Navales"), ("2022-06-07", "Asalto y Toma del Morro de Arica"), ("2022-06-21", "Día Nacional de los Pueblos Indígenas"), ("2022-06-27", "San Pedro y San Pablo"), ("2022-07-16", "Virgen del Carmen"), ("2022-08-15", "Asunción de la Virgen"), ("2022-08-20", "Nacimiento del Prócer de la Independencia (Chillán y Chillán Viejo)"), ("2022-09-16", "Feriado nacional"), ("2022-09-18", "Día de la Independencia"), ("2022-09-19", "Día de las Glorias del Ejército"), ("2022-10-10", "Día del Encuentro de dos Mundos"), ("2022-10-31", "Día Nacional de las Iglesias Evangélicas y Protestantes"), ("2022-11-01", "Día de Todos los Santos"), ("2022-12-08", "La Inmaculada Concepción"), ("2022-12-25", "Navidad"), ("2022-12-31", "Feriado bancario"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Holy Saturday"), ("2022-05-01", "Labor Day"), ("2022-05-21", "Navy Day"), ("2022-06-07", "Assault and Capture of Cape Arica"), ("2022-06-21", "National Day of Indigenous Peoples"), ("2022-06-27", "Saint Peter and Saint Paul's Day"), ("2022-07-16", "Our Lady of Mount Carmel"), ("2022-08-15", "Assumption Day"), ("2022-08-20", "Nativity of Bernardo O'Higgins (Chillán and Chillán Viejo communes)"), ("2022-09-16", "National Holiday"), ("2022-09-18", "Independence Day"), ("2022-09-19", "Army Day"), ("2022-10-10", "Meeting of Two Worlds' Day"), ("2022-10-31", "Reformation Day"), ("2022-11-01", "All Saints' Day"), ("2022-12-08", "Immaculate Conception"), ("2022-12-25", "Christmas Day"), ("2022-12-31", "Bank Holiday"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-16", "Велика субота"), ("2022-05-01", "День праці"), ("2022-05-21", "День військово-морської слави"), ("2022-06-07", "Штурм і захоплення Морро-де-Аріка"), ("2022-06-21", "Національний день корінних народів"), ("2022-06-27", "День Святих Петра і Павла"), ("2022-07-16", "Матір Божа Кармельська"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-08-20", "Річниця Бернардо ОʼГіґґінса (свято комун Чіллан і Чіллан Вʼєхо)"), ("2022-09-16", "Національне свято"), ("2022-09-18", "День незалежності"), ("2022-09-19", "День військової слави"), ("2022-10-10", "День зустрічі двох світів"), ("2022-10-31", "День Реформації"), ("2022-11-01", "День усіх святих"), ("2022-12-08", "Непорочне зачаття Діви Марії"), ("2022-12-25", "Різдво Христове"), ("2022-12-31", "Банківський вихідний"), ) holidays-0.71/tests/countries/test_china.py000066400000000000000000001556071500152103600211340ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import HALF_DAY, PUBLIC from holidays.countries.china import China, CN, CHN from tests.common import CommonCountryTests, WorkingDayTests class TestChina(CommonCountryTests, WorkingDayTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(China, years=range(1950, 2050), years_non_observed=range(2001, 2025)) def test_country_aliases(self): self.assertAliases(China, CN, CHN) def test_no_holidays(self): self.assertNoHolidays(China(years=1949)) self.assertNoHolidays(China(years=1949, categories=HALF_DAY)) def test_substituted_holidays(self): self.assertHoliday( "2001-01-29", "2001-01-30", "2001-05-04", "2001-05-07", "2001-10-04", "2001-10-05", "2002-01-02", "2002-01-03", "2002-02-15", "2002-02-18", "2002-05-06", "2002-05-07", "2002-10-04", "2002-10-07", "2003-02-06", "2003-02-07", "2003-05-06", "2003-05-07", "2003-10-06", "2003-10-07", "2004-01-27", "2004-01-28", "2004-05-06", "2004-05-07", "2004-10-06", "2004-10-07", "2005-02-14", "2005-02-15", "2005-05-05", "2005-05-06", "2005-10-06", "2005-10-07", "2006-01-03", "2006-02-02", "2006-02-03", "2006-05-04", "2006-05-05", "2006-10-05", "2006-10-06", "2007-01-02", "2007-01-03", "2007-02-22", "2007-02-23", "2007-05-04", "2007-05-07", "2007-10-04", "2007-10-05", "2007-12-31", "2008-02-11", "2008-02-12", "2008-05-02", "2008-09-29", "2008-09-30", "2009-01-02", "2009-01-29", "2009-01-30", "2009-05-29", "2009-10-07", "2009-10-08", "2010-02-18", "2010-02-19", "2010-06-14", "2010-06-15", "2010-09-23", "2010-09-24", "2010-10-06", "2010-10-07", "2011-02-07", "2011-02-08", "2011-04-04", "2011-10-06", "2011-10-07", "2012-01-03", "2012-01-26", "2012-01-27", "2012-04-02", "2012-04-03", "2012-04-30", "2012-10-05", "2013-01-02", "2013-01-03", "2013-02-14", "2013-02-15", "2013-04-05", "2013-04-29", "2013-04-30", "2013-06-10", "2013-06-11", "2013-09-20", "2013-10-04", "2013-10-07", "2014-02-05", "2014-02-06", "2014-05-02", "2014-10-06", "2014-10-07", "2015-01-02", "2015-02-18", "2015-02-24", "2015-09-04", "2015-10-07", "2016-02-11", "2016-02-12", "2016-06-10", "2016-09-16", "2016-10-06", "2016-10-07", "2017-01-27", "2017-02-02", "2017-04-03", "2017-05-29", "2017-10-06", "2018-02-15", "2018-02-21", "2018-04-06", "2018-04-30", "2018-10-04", "2018-10-05", "2018-12-31", "2019-02-04", "2019-02-08", "2019-10-04", "2019-10-07", "2020-01-24", "2020-05-04", "2020-05-05", "2020-06-26", "2020-10-07", "2020-10-08", "2021-02-11", "2021-02-17", "2021-05-04", "2021-05-05", "2021-09-20", "2021-10-06", "2021-10-07", "2022-01-31", "2022-02-04", "2022-04-04", "2022-05-03", "2022-05-04", "2022-10-06", "2022-10-07", "2023-01-26", "2023-01-27", "2023-05-02", "2023-05-03", "2023-06-23", "2023-10-05", "2023-10-06", "2024-02-15", "2024-02-16", "2024-04-05", "2024-05-02", "2024-05-03", "2024-09-16", "2024-10-04", "2024-10-07", "2025-02-03", "2025-02-04", "2025-05-05", "2025-10-07", "2025-10-08", ) def test_workdays(self): self.assertWorkingDay( "2001-01-20", "2001-01-21", "2001-04-28", "2001-04-29", "2001-09-29", "2001-09-30", "2001-12-29", "2001-12-30", "2002-02-09", "2002-02-10", "2002-04-27", "2002-04-28", "2002-09-28", "2002-09-29", "2003-02-08", "2003-02-09", "2003-04-26", "2003-04-27", "2003-09-27", "2003-09-28", "2004-01-17", "2004-01-18", "2004-05-08", "2004-05-09", "2004-10-09", "2004-10-10", "2005-02-05", "2005-02-06", "2005-04-30", "2005-05-08", "2005-10-08", "2005-10-09", "2005-12-31", "2006-01-28", "2006-02-05", "2006-04-29", "2006-04-30", "2006-09-30", "2006-10-08", "2006-12-30", "2006-12-31", "2007-02-17", "2007-02-25", "2007-04-28", "2007-04-29", "2007-09-29", "2007-09-30", "2007-12-29", "2008-02-02", "2008-02-03", "2008-05-04", "2008-09-27", "2008-09-28", "2009-01-04", "2009-01-24", "2009-02-01", "2009-05-31", "2009-09-27", "2009-10-10", "2010-02-20", "2010-02-21", "2010-06-12", "2010-06-13", "2010-09-19", "2010-09-25", "2010-09-26", "2010-10-09", "2011-01-30", "2011-02-12", "2011-04-02", "2011-10-08", "2011-10-09", "2011-12-31", "2012-01-21", "2012-01-29", "2012-03-31", "2012-04-01", "2012-04-28", "2012-09-29", "2013-01-05", "2013-01-06", "2013-02-16", "2013-02-17", "2013-04-07", "2013-04-27", "2013-04-28", "2013-06-08", "2013-06-09", "2013-09-22", "2013-09-29", "2013-10-12", "2014-01-26", "2014-02-08", "2014-05-04", "2014-09-28", "2014-10-11", "2015-01-04", "2015-02-15", "2015-02-28", "2015-09-06", "2015-10-10", "2016-02-06", "2016-02-14", "2016-06-12", "2016-09-18", "2016-10-08", "2016-10-09", "2017-01-22", "2017-02-04", "2017-04-01", "2017-05-27", "2017-09-30", "2018-02-11", "2018-02-24", "2018-04-08", "2018-04-28", "2018-09-29", "2018-09-30", "2018-12-29", "2019-02-02", "2019-02-03", "2019-09-29", "2019-10-12", "2020-01-19", "2020-04-26", "2020-05-09", "2020-06-28", "2020-09-27", "2020-10-10", "2021-02-07", "2021-02-20", "2021-04-25", "2021-05-08", "2021-09-18", "2021-09-26", "2021-10-09", "2022-01-29", "2022-01-30", "2022-04-02", "2022-04-24", "2022-05-07", "2022-10-08", "2022-10-09", "2023-01-28", "2023-01-29", "2023-04-23", "2023-05-06", "2023-06-25", "2023-10-07", "2023-10-08", "2024-02-04", "2024-02-18", "2024-04-07", "2024-04-28", "2024-05-11", "2024-09-14", "2024-09-29", "2024-10-12", "2025-01-26", "2025-02-08", "2025-04-27", "2025-09-28", "2025-10-11", ) for year, dts in { 2001: ( "2001-01-20", "2001-01-21", "2001-04-28", "2001-04-29", "2001-09-29", "2001-09-30", "2001-12-29", "2001-12-30", ), 2005: ( "2005-02-05", "2005-02-06", "2005-04-30", "2005-05-08", "2005-10-08", "2005-10-09", "2005-12-31", ), 2006: ( "2006-01-28", "2006-02-05", "2006-04-29", "2006-04-30", "2006-09-30", "2006-10-08", "2006-12-30", "2006-12-31", ), 2011: ( "2011-01-30", "2011-02-12", "2011-04-02", "2011-10-08", "2011-10-09", "2011-12-31", ), }.items(): self.assertWorkingDay(China(years=year), dts) def test_new_years_day(self): self.assertHolidayName("元旦", (f"{year}-01-01" for year in range(1950, 2050))) self.assertNoNonObservedHoliday( "2005-01-03", "2006-01-02", "2011-01-03", "2012-01-02", "2017-01-02", "2022-01-03", "2023-01-02", ) def test_chinese_new_year_eve(self): name = "农历除夕" self.assertHolidayName( name, "2008-02-06", "2009-01-25", "2010-02-13", "2011-02-02", "2012-01-22", "2013-02-09", ) self.assertHolidayName(name, range(2025, 2050)) self.assertNoHolidayName(name, range(1950, 2008), range(2014, 2025)) self.assertNoNonObservedHoliday( "2009-01-28", "2010-02-16", "2012-01-25", "2013-02-12", ) def test_chinese_new_year(self): name = "春节" self.assertHolidayName(name, range(1950, 2050)) self.assertHolidayName( name, "2021-02-12", "2021-02-13", "2021-02-14", "2022-02-01", "2022-02-02", "2022-02-03", "2023-01-22", "2023-01-23", "2023-01-24", ) self.assertNoNonObservedHoliday( "2003-02-04", "2003-02-05", "2004-01-26", "2006-02-01", "2007-02-21", "2010-02-17", "2013-02-13", "2014-02-03", "2014-02-04", "2015-02-23", "2017-01-31", "2017-02-01", "2018-02-19", "2018-02-20", "2020-01-28", "2020-01-29", "2020-01-30", "2021-02-15", "2021-02-16", "2023-01-25", "2024-02-13", "2024-02-14", ) def test_labor_day(self): name = "劳动节" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1950, 2050))) self.assertHolidayName( name, (f"{year}-05-02" for year in (*range(2000, 2008), *range(2025, 2050))) ) self.assertHolidayName(name, (f"{year}-05-03" for year in range(2000, 2008))) self.assertNoNonObservedHoliday( "2003-05-05", "2004-05-04", "2004-05-05", "2005-05-04", "2010-05-03", "2011-05-02", "2016-05-02", "2021-05-03", "2022-05-02", ) def test_national_day(self): name = "国庆节" for year in range(1950, 1999): self.assertHolidayName(name, (f"{year}-10-01", f"{year}-10-02")) for year in range(1999, 2050): self.assertHolidayName(name, (f"{year}-10-01", f"{year}-10-02", f"{year}-10-03")) self.assertNoNonObservedHoliday( "2004-10-04", "2004-10-05", "2005-10-04", "2005-10-05", "2006-10-04", "2009-10-06", "2010-10-04", "2010-10-05", "2011-10-04", "2011-10-05", "2015-10-05", "2016-10-04", "2016-10-05", "2017-10-05", "2020-10-05", "2021-10-04", "2021-10-05", "2022-10-04", "2022-10-05", "2023-10-04", ) def test_qingming_festival(self): name = "清明节" self.assertHolidayName(name, range(2008, 2050)) self.assertNoHolidayName(name, range(1950, 2008)) self.assertHolidayName( name, "2017-04-04", "2018-04-05", "2019-04-05", "2020-04-04", "2021-04-04", "2022-04-05", "2023-04-05", "2024-04-04", ) self.assertNoNonObservedHoliday( "2009-04-06", "2014-04-07", "2015-04-06", "2020-04-06", "2021-04-05", ) def test_dragon_boat_festival(self): name = "端午节" self.assertHolidayName(name, range(2008, 2050)) self.assertNoHolidayName(name, range(1950, 2008)) self.assertHolidayName( name, "2017-05-30", "2018-06-18", "2019-06-07", "2020-06-25", "2021-06-14", "2022-06-03", "2023-06-22", "2024-06-10", ) self.assertNoNonObservedHoliday( "2008-06-09", "2012-06-22", "2015-06-22", ) def test_mid_autumn_festival(self): name = "中秋节" self.assertHolidayName(name, range(2008, 2050)) self.assertNoHolidayName(name, range(1950, 2008)) self.assertHolidayName( name, "2017-10-04", "2018-09-24", "2019-09-13", "2020-10-01", "2021-09-21", "2022-09-10", "2023-09-29", "2024-09-17", ) self.assertNoNonObservedHoliday( "2008-09-15", "2009-10-05", "2012-10-04", "2015-10-06", "2020-10-06", "2022-09-12", ) def test_1950_public_holiday(self): self.assertHolidays( China(categories=PUBLIC, years=1950), ("1950-01-01", "元旦"), ("1950-02-17", "春节"), ("1950-02-18", "春节"), ("1950-02-19", "春节"), ("1950-05-01", "劳动节"), ("1950-10-01", "国庆节"), ("1950-10-02", "国庆节"), ) def test_1999_public_holiday(self): self.assertHolidays( China(categories=PUBLIC, years=1999), ("1999-01-01", "元旦"), ("1999-02-16", "春节"), ("1999-02-17", "春节"), ("1999-02-18", "春节"), ("1999-05-01", "劳动节"), ("1999-10-01", "国庆节"), ("1999-10-02", "国庆节"), ("1999-10-03", "国庆节"), ) def test_2001_public_holiday(self): # https://zh.wikisource.org/wiki/国务院办公厅关于2001年春节、“五一”、“十一”放假安排的通知 self.assertHolidays( China(categories=PUBLIC, years=2001), # New Year is not listed, but should be there according to 1999 revision. ("2001-01-01", "元旦"), ("2001-01-24", "春节"), ("2001-01-25", "春节"), ("2001-01-26", "春节"), ("2001-01-29", "休息日(2001-01-20日起取代)"), ("2001-01-30", "休息日(2001-01-21日起取代)"), ("2001-05-01", "劳动节"), ("2001-05-02", "劳动节"), ("2001-05-03", "劳动节"), ("2001-05-04", "休息日(2001-04-28日起取代)"), ("2001-05-07", "休息日(2001-04-29日起取代)"), ("2001-10-01", "国庆节"), ("2001-10-02", "国庆节"), ("2001-10-03", "国庆节"), ("2001-10-04", "休息日(2001-09-29日起取代)"), ("2001-10-05", "休息日(2001-09-30日起取代)"), ) def test_2002_public_holiday(self): # https://zh.wikisource.org/wiki/国务院办公厅关于2002年部分节假日休息安排的通知 self.assertHolidays( China(categories=PUBLIC, years=2002), ("2002-01-01", "元旦"), ("2002-01-02", "休息日(2001-12-29日起取代)"), ("2002-01-03", "休息日(2001-12-30日起取代)"), ("2002-02-12", "春节"), ("2002-02-13", "春节"), ("2002-02-14", "春节"), ("2002-02-15", "休息日(2002-02-09日起取代)"), ("2002-02-18", "休息日(2002-02-10日起取代)"), ("2002-05-01", "劳动节"), ("2002-05-02", "劳动节"), ("2002-05-03", "劳动节"), ("2002-05-06", "休息日(2002-04-27日起取代)"), ("2002-05-07", "休息日(2002-04-28日起取代)"), ("2002-10-01", "国庆节"), ("2002-10-02", "国庆节"), ("2002-10-03", "国庆节"), ("2002-10-04", "休息日(2002-09-28日起取代)"), ("2002-10-07", "休息日(2002-09-29日起取代)"), ) def test_2003_public_holiday(self): # https://zh.wikisource.org/wiki/国务院办公厅关于2003年部分节假日休息安排的通知 self.assertHolidays( China(categories=PUBLIC, years=2003), ("2003-01-01", "元旦"), ("2003-02-01", "春节"), ("2003-02-02", "春节"), ("2003-02-03", "春节"), ("2003-02-04", "春节(观察日)"), ("2003-02-05", "春节(观察日)"), ("2003-02-06", "休息日(2003-02-08日起取代)"), ("2003-02-07", "休息日(2003-02-09日起取代)"), ("2003-05-01", "劳动节"), ("2003-05-02", "劳动节"), ("2003-05-03", "劳动节"), ("2003-05-05", "劳动节(观察日)"), ("2003-05-06", "休息日(2003-04-26日起取代)"), ("2003-05-07", "休息日(2003-04-27日起取代)"), ("2003-10-01", "国庆节"), ("2003-10-02", "国庆节"), ("2003-10-03", "国庆节"), ("2003-10-06", "休息日(2003-09-27日起取代)"), ("2003-10-07", "休息日(2003-09-28日起取代)"), ) def test_2004_public_holiday(self): # https://zh.wikisource.org/wiki/国务院办公厅关于2004年部分节假日安排的通知 self.assertHolidays( China(categories=PUBLIC, years=2004), ("2004-01-01", "元旦"), ("2004-01-22", "春节"), ("2004-01-23", "春节"), ("2004-01-24", "春节"), ("2004-01-26", "春节(观察日)"), ("2004-01-27", "休息日(2004-01-17日起取代)"), ("2004-01-28", "休息日(2004-01-18日起取代)"), ("2004-05-01", "劳动节"), ("2004-05-02", "劳动节"), ("2004-05-03", "劳动节"), ("2004-05-04", "劳动节(观察日)"), ("2004-05-05", "劳动节(观察日)"), ("2004-05-06", "休息日(2004-05-08日起取代)"), ("2004-05-07", "休息日(2004-05-09日起取代)"), ("2004-10-01", "国庆节"), ("2004-10-02", "国庆节"), ("2004-10-03", "国庆节"), ("2004-10-04", "国庆节(观察日)"), ("2004-10-05", "国庆节(观察日)"), ("2004-10-06", "休息日(2004-10-09日起取代)"), ("2004-10-07", "休息日(2004-10-10日起取代)"), ) def test_2005_public_holiday(self): # https://zh.wikisource.org/wiki/国务院办公厅关于2005年部分节假日安排的通知 self.assertHolidays( China(categories=PUBLIC, years=2005), ("2005-01-01", "元旦"), ("2005-01-03", "元旦(观察日)"), ("2005-02-09", "春节"), ("2005-02-10", "春节"), ("2005-02-11", "春节"), ("2005-02-14", "休息日(2005-02-05日起取代)"), ("2005-02-15", "休息日(2005-02-06日起取代)"), ("2005-05-01", "劳动节"), ("2005-05-02", "劳动节"), ("2005-05-03", "劳动节"), ("2005-05-04", "劳动节(观察日)"), ("2005-05-05", "休息日(2005-04-30日起取代)"), ("2005-05-06", "休息日(2005-05-08日起取代)"), ("2005-10-01", "国庆节"), ("2005-10-02", "国庆节"), ("2005-10-03", "国庆节"), ("2005-10-04", "国庆节(观察日)"), ("2005-10-05", "国庆节(观察日)"), ("2005-10-06", "休息日(2005-10-08日起取代)"), ("2005-10-07", "休息日(2005-10-09日起取代)"), ) def test_2006_public_holiday(self): # https://zh.wikisource.org/wiki/国务院办公厅关于2006年部分节假日安排的通知 self.assertHolidays( China(categories=PUBLIC, years=2006), ("2006-01-01", "元旦"), ("2006-01-02", "元旦(观察日)"), ("2006-01-03", "休息日(2005-12-31日起取代)"), ("2006-01-29", "春节"), ("2006-01-30", "春节"), ("2006-01-31", "春节"), ("2006-02-01", "春节(观察日)"), ("2006-02-02", "休息日(2006-01-28日起取代)"), ("2006-02-03", "休息日(2006-02-05日起取代)"), ("2006-05-01", "劳动节"), ("2006-05-02", "劳动节"), ("2006-05-03", "劳动节"), ("2006-05-04", "休息日(2006-04-29日起取代)"), ("2006-05-05", "休息日(2006-04-30日起取代)"), ("2006-10-01", "国庆节"), ("2006-10-02", "国庆节"), ("2006-10-03", "国庆节"), ("2006-10-04", "国庆节(观察日)"), ("2006-10-05", "休息日(2006-09-30日起取代)"), ("2006-10-06", "休息日(2006-10-08日起取代)"), ) def test_2007_public_holiday(self): # https://www.gov.cn/gongbao/content/2007/content_503397.htm self.assertHolidays( China(categories=PUBLIC, years=2007), ("2007-01-01", "元旦"), ("2007-01-02", "休息日(2006-12-30日起取代)"), ("2007-01-03", "休息日(2006-12-31日起取代)"), ("2007-02-18", "春节"), ("2007-02-19", "春节"), ("2007-02-20", "春节"), ("2007-02-21", "春节(观察日)"), ("2007-02-22", "休息日(2007-02-17日起取代)"), ("2007-02-23", "休息日(2007-02-25日起取代)"), ("2007-05-01", "劳动节"), ("2007-05-02", "劳动节"), ("2007-05-03", "劳动节"), ("2007-05-04", "休息日(2007-04-28日起取代)"), ("2007-05-07", "休息日(2007-04-29日起取代)"), ("2007-10-01", "国庆节"), ("2007-10-02", "国庆节"), ("2007-10-03", "国庆节"), ("2007-10-04", "休息日(2007-09-29日起取代)"), ("2007-10-05", "休息日(2007-09-30日起取代)"), ("2007-12-31", "休息日(2007-12-29日起取代)"), ) def test_2008_public_holiday(self): # https://www.gov.cn/gongbao/content/2008/content_859870.htm self.assertHolidays( China(categories=PUBLIC, years=2008), ("2008-01-01", "元旦"), ("2008-02-06", "农历除夕"), ("2008-02-07", "春节"), ("2008-02-08", "春节"), ("2008-02-11", "休息日(2008-02-02日起取代)"), ("2008-02-12", "休息日(2008-02-03日起取代)"), ("2008-04-04", "清明节"), ("2008-05-01", "劳动节"), ("2008-05-02", "休息日(2008-05-04日起取代)"), ("2008-06-08", "端午节"), ("2008-06-09", "端午节(观察日)"), ("2008-09-14", "中秋节"), ("2008-09-15", "中秋节(观察日)"), ("2008-09-29", "休息日(2008-09-27日起取代)"), ("2008-09-30", "休息日(2008-09-28日起取代)"), ("2008-10-01", "国庆节"), ("2008-10-02", "国庆节"), ("2008-10-03", "国庆节"), ) def test_2009_public_holiday(self): # https://www.gov.cn/gongbao/content/2008/content_1175823.htm self.assertHolidays( China(categories=PUBLIC, years=2009), ("2009-01-01", "元旦"), ("2009-01-02", "休息日(2009-01-04日起取代)"), ("2009-01-25", "农历除夕"), ("2009-01-26", "春节"), ("2009-01-27", "春节"), ("2009-01-28", "农历除夕(观察日)"), ("2009-01-29", "休息日(2009-01-24日起取代)"), ("2009-01-30", "休息日(2009-02-01日起取代)"), ("2009-04-04", "清明节"), ("2009-04-06", "清明节(观察日)"), ("2009-05-01", "劳动节"), ("2009-05-28", "端午节"), ("2009-05-29", "休息日(2009-05-31日起取代)"), ("2009-10-01", "国庆节"), ("2009-10-02", "国庆节"), ("2009-10-03", "中秋节; 国庆节"), ("2009-10-05", "中秋节(观察日)"), ("2009-10-06", "国庆节(观察日)"), ("2009-10-07", "休息日(2009-09-27日起取代)"), ("2009-10-08", "休息日(2009-10-10日起取代)"), ) def test_2010_public_holiday(self): # https://www.gov.cn/gongbao/content/2009/content_1487011.htm self.assertHolidays( China(categories=PUBLIC, years=2010), ("2010-01-01", "元旦"), ("2010-02-13", "农历除夕"), ("2010-02-14", "春节"), ("2010-02-15", "春节"), ("2010-02-16", "农历除夕(观察日)"), ("2010-02-17", "春节(观察日)"), ("2010-02-18", "休息日(2010-02-20日起取代)"), ("2010-02-19", "休息日(2010-02-21日起取代)"), ("2010-04-05", "清明节"), ("2010-05-01", "劳动节"), ("2010-05-03", "劳动节(观察日)"), ("2010-06-14", "休息日(2010-06-12日起取代)"), ("2010-06-15", "休息日(2010-06-13日起取代)"), ("2010-06-16", "端午节"), ("2010-09-22", "中秋节"), ("2010-09-23", "休息日(2010-09-19日起取代)"), ("2010-09-24", "休息日(2010-09-25日起取代)"), ("2010-10-01", "国庆节"), ("2010-10-02", "国庆节"), ("2010-10-03", "国庆节"), ("2010-10-04", "国庆节(观察日)"), ("2010-10-05", "国庆节(观察日)"), ("2010-10-06", "休息日(2010-09-26日起取代)"), ("2010-10-07", "休息日(2010-10-09日起取代)"), ) def test_2011_public_holiday(self): # https://www.gov.cn/gongbao/content/2010/content_1765282.htm self.assertHolidays( China(categories=PUBLIC, years=2011), ("2011-01-01", "元旦"), ("2011-01-03", "元旦(观察日)"), ("2011-02-02", "农历除夕"), ("2011-02-03", "春节"), ("2011-02-04", "春节"), ("2011-02-07", "休息日(2011-01-30日起取代)"), ("2011-02-08", "休息日(2011-02-12日起取代)"), ("2011-04-04", "休息日(2011-04-02日起取代)"), ("2011-04-05", "清明节"), ("2011-05-01", "劳动节"), ("2011-05-02", "劳动节(观察日)"), ("2011-06-06", "端午节"), ("2011-09-12", "中秋节"), ("2011-10-01", "国庆节"), ("2011-10-02", "国庆节"), ("2011-10-03", "国庆节"), ("2011-10-04", "国庆节(观察日)"), ("2011-10-05", "国庆节(观察日)"), ("2011-10-06", "休息日(2011-10-08日起取代)"), ("2011-10-07", "休息日(2011-10-09日起取代)"), ) def test_2012_public_holiday(self): # https://www.gov.cn/gongbao/content/2011/content_2020918.htm self.assertHolidays( China(categories=PUBLIC, years=2012), ("2012-01-01", "元旦"), ("2012-01-02", "元旦(观察日)"), ("2012-01-03", "休息日(2011-12-31日起取代)"), ("2012-01-22", "农历除夕"), ("2012-01-23", "春节"), ("2012-01-24", "春节"), ("2012-01-25", "农历除夕(观察日)"), ("2012-01-26", "休息日(2012-01-21日起取代)"), ("2012-01-27", "休息日(2012-01-29日起取代)"), ("2012-04-02", "休息日(2012-03-31日起取代)"), ("2012-04-03", "休息日(2012-04-01日起取代)"), ("2012-04-04", "清明节"), ("2012-04-30", "休息日(2012-04-28日起取代)"), ("2012-05-01", "劳动节"), ("2012-06-22", "端午节(观察日)"), ("2012-06-23", "端午节"), ("2012-09-30", "中秋节"), ("2012-10-01", "国庆节"), ("2012-10-02", "国庆节"), ("2012-10-03", "国庆节"), ("2012-10-04", "中秋节(观察日)"), ("2012-10-05", "休息日(2012-09-29日起取代)"), ) def test_2013_public_holiday(self): # https://www.gov.cn/gongbao/content/2012/content_2292057.htm self.assertHolidays( China(categories=PUBLIC, years=2013), ("2013-01-01", "元旦"), ("2013-01-02", "休息日(2013-01-05日起取代)"), ("2013-01-03", "休息日(2013-01-06日起取代)"), ("2013-02-09", "农历除夕"), ("2013-02-10", "春节"), ("2013-02-11", "春节"), ("2013-02-12", "农历除夕(观察日)"), ("2013-02-13", "春节(观察日)"), ("2013-02-14", "休息日(2013-02-16日起取代)"), ("2013-02-15", "休息日(2013-02-17日起取代)"), ("2013-04-04", "清明节"), ("2013-04-05", "休息日(2013-04-07日起取代)"), ("2013-04-29", "休息日(2013-04-27日起取代)"), ("2013-04-30", "休息日(2013-04-28日起取代)"), ("2013-05-01", "劳动节"), ("2013-06-10", "休息日(2013-06-08日起取代)"), ("2013-06-11", "休息日(2013-06-09日起取代)"), ("2013-06-12", "端午节"), ("2013-09-19", "中秋节"), ("2013-09-20", "休息日(2013-09-22日起取代)"), ("2013-10-01", "国庆节"), ("2013-10-02", "国庆节"), ("2013-10-03", "国庆节"), ("2013-10-04", "休息日(2013-09-29日起取代)"), ("2013-10-07", "休息日(2013-10-12日起取代)"), ) def test_2014_public_holiday(self): # https://www.gov.cn/gongbao/content/2014/content_2561299.htm self.assertHolidays( China(categories=PUBLIC, years=2014), ("2014-01-01", "元旦"), ("2014-01-31", "春节"), ("2014-02-01", "春节"), ("2014-02-02", "春节"), ("2014-02-03", "春节(观察日)"), ("2014-02-04", "春节(观察日)"), ("2014-02-05", "休息日(2014-01-26日起取代)"), ("2014-02-06", "休息日(2014-02-08日起取代)"), ("2014-04-05", "清明节"), ("2014-04-07", "清明节(观察日)"), ("2014-05-01", "劳动节"), ("2014-05-02", "休息日(2014-05-04日起取代)"), ("2014-06-02", "端午节"), ("2014-09-08", "中秋节"), ("2014-10-01", "国庆节"), ("2014-10-02", "国庆节"), ("2014-10-03", "国庆节"), ("2014-10-06", "休息日(2014-09-28日起取代)"), ("2014-10-07", "休息日(2014-10-11日起取代)"), ) def test_2015_public_holiday(self): # https://www.gov.cn/gongbao/content/2015/content_2799019.htm self.assertHolidays( China(categories=PUBLIC, years=2015), ("2015-01-01", "元旦"), ("2015-01-02", "休息日(2015-01-04日起取代)"), ("2015-02-18", "休息日(2015-02-15日起取代)"), ("2015-02-19", "春节"), ("2015-02-20", "春节"), ("2015-02-21", "春节"), ("2015-02-23", "春节(观察日)"), ("2015-02-24", "休息日(2015-02-28日起取代)"), ("2015-04-05", "清明节"), ("2015-04-06", "清明节(观察日)"), ("2015-05-01", "劳动节"), ("2015-06-20", "端午节"), ("2015-06-22", "端午节(观察日)"), ("2015-09-03", "中国人民抗日战争暨世界反法西斯战争胜利70周年纪念日"), ("2015-09-04", "休息日(2015-09-06日起取代)"), ("2015-09-27", "中秋节"), ("2015-10-01", "国庆节"), ("2015-10-02", "国庆节"), ("2015-10-03", "国庆节"), ("2015-10-05", "国庆节(观察日)"), ("2015-10-06", "中秋节(观察日)"), ("2015-10-07", "休息日(2015-10-10日起取代)"), ) def test_2016_public_holiday(self): # https://www.gov.cn/gongbao/content/2016/content_2979719.htm self.assertHolidays( China(categories=PUBLIC, years=2016), ("2016-01-01", "元旦"), ("2016-02-08", "春节"), ("2016-02-09", "春节"), ("2016-02-10", "春节"), ("2016-02-11", "休息日(2016-02-06日起取代)"), ("2016-02-12", "休息日(2016-02-14日起取代)"), ("2016-04-04", "清明节"), ("2016-05-01", "劳动节"), ("2016-05-02", "劳动节(观察日)"), ("2016-06-09", "端午节"), ("2016-06-10", "休息日(2016-06-12日起取代)"), ("2016-09-15", "中秋节"), ("2016-09-16", "休息日(2016-09-18日起取代)"), ("2016-10-01", "国庆节"), ("2016-10-02", "国庆节"), ("2016-10-03", "国庆节"), ("2016-10-04", "国庆节(观察日)"), ("2016-10-05", "国庆节(观察日)"), ("2016-10-06", "休息日(2016-10-08日起取代)"), ("2016-10-07", "休息日(2016-10-09日起取代)"), ) def test_2017_public_holiday(self): # https://www.gov.cn/gongbao/content/2016/content_5148793.htm self.assertHolidays( China(categories=PUBLIC, years=2017), ("2017-01-01", "元旦"), ("2017-01-02", "元旦(观察日)"), ("2017-01-27", "休息日(2017-01-22日起取代)"), ("2017-01-28", "春节"), ("2017-01-29", "春节"), ("2017-01-30", "春节"), ("2017-01-31", "春节(观察日)"), ("2017-02-01", "春节(观察日)"), ("2017-02-02", "休息日(2017-02-04日起取代)"), ("2017-04-03", "休息日(2017-04-01日起取代)"), ("2017-04-04", "清明节"), ("2017-05-01", "劳动节"), ("2017-05-29", "休息日(2017-05-27日起取代)"), ("2017-05-30", "端午节"), ("2017-10-01", "国庆节"), ("2017-10-02", "国庆节"), ("2017-10-03", "国庆节"), ("2017-10-04", "中秋节"), ("2017-10-05", "国庆节(观察日)"), ("2017-10-06", "休息日(2017-09-30日起取代)"), ) def test_2018_public_holiday(self): # https://www.gov.cn/gongbao/content/2017/content_5248221.htm self.assertHolidays( China(categories=PUBLIC, years=2018), ("2018-01-01", "元旦"), ("2018-02-15", "休息日(2018-02-11日起取代)"), ("2018-02-16", "春节"), ("2018-02-17", "春节"), ("2018-02-18", "春节"), ("2018-02-19", "春节(观察日)"), ("2018-02-20", "春节(观察日)"), ("2018-02-21", "休息日(2018-02-24日起取代)"), ("2018-04-05", "清明节"), ("2018-04-06", "休息日(2018-04-08日起取代)"), ("2018-04-30", "休息日(2018-04-28日起取代)"), ("2018-05-01", "劳动节"), ("2018-06-18", "端午节"), ("2018-09-24", "中秋节"), ("2018-10-01", "国庆节"), ("2018-10-02", "国庆节"), ("2018-10-03", "国庆节"), ("2018-10-04", "休息日(2018-09-29日起取代)"), ("2018-10-05", "休息日(2018-09-30日起取代)"), ("2018-12-31", "休息日(2018-12-29日起取代)"), ) def test_2019_public_holiday(self): # https://www.gov.cn/gongbao/content/2018/content_5350046.htm self.assertHolidays( China(categories=PUBLIC, years=2019), ("2019-01-01", "元旦"), ("2019-02-04", "休息日(2019-02-02日起取代)"), ("2019-02-05", "春节"), ("2019-02-06", "春节"), ("2019-02-07", "春节"), ("2019-02-08", "休息日(2019-02-03日起取代)"), ("2019-04-05", "清明节"), ("2019-05-01", "劳动节"), ("2019-06-07", "端午节"), ("2019-09-13", "中秋节"), ("2019-10-01", "国庆节"), ("2019-10-02", "国庆节"), ("2019-10-03", "国庆节"), ("2019-10-04", "休息日(2019-09-29日起取代)"), ("2019-10-07", "休息日(2019-10-12日起取代)"), ) def test_2020_public_holiday(self): # https://www.gov.cn/gongbao/content/2019/content_5459138.htm # https://www.gov.cn/zhengce/zhengceku/2020-01/27/content_5472352.htm self.assertHolidays( China(categories=PUBLIC, years=2020), ("2020-01-01", "元旦"), ("2020-01-24", "休息日(2020-01-19日起取代)"), ("2020-01-25", "春节"), ("2020-01-26", "春节"), ("2020-01-27", "春节"), ("2020-01-28", "春节(观察日)"), ("2020-01-29", "春节(观察日)"), ("2020-01-30", "春节(观察日)"), ("2020-01-31", "春节延长假期"), ("2020-02-01", "春节延长假期"), ("2020-02-02", "春节延长假期"), ("2020-04-04", "清明节"), ("2020-04-06", "清明节(观察日)"), ("2020-05-01", "劳动节"), ("2020-05-04", "休息日(2020-04-26日起取代)"), ("2020-05-05", "休息日(2020-05-09日起取代)"), ("2020-06-25", "端午节"), ("2020-06-26", "休息日(2020-06-28日起取代)"), ("2020-10-01", "中秋节; 国庆节"), ("2020-10-02", "国庆节"), ("2020-10-03", "国庆节"), ("2020-10-05", "国庆节(观察日)"), ("2020-10-06", "中秋节(观察日)"), ("2020-10-07", "休息日(2020-09-27日起取代)"), ("2020-10-08", "休息日(2020-10-10日起取代)"), ) def test_2021_public_holiday(self): # https://www.gov.cn/gongbao/content/2020/content_5567750.htm self.assertHolidays( China(categories=PUBLIC, years=2021), ("2021-01-01", "元旦"), ("2021-02-11", "休息日(2021-02-07日起取代)"), ("2021-02-12", "春节"), ("2021-02-13", "春节"), ("2021-02-14", "春节"), ("2021-02-15", "春节(观察日)"), ("2021-02-16", "春节(观察日)"), ("2021-02-17", "休息日(2021-02-20日起取代)"), ("2021-04-04", "清明节"), ("2021-04-05", "清明节(观察日)"), ("2021-05-01", "劳动节"), ("2021-05-03", "劳动节(观察日)"), ("2021-05-04", "休息日(2021-04-25日起取代)"), ("2021-05-05", "休息日(2021-05-08日起取代)"), ("2021-06-14", "端午节"), ("2021-09-20", "休息日(2021-09-18日起取代)"), ("2021-09-21", "中秋节"), ("2021-10-01", "国庆节"), ("2021-10-02", "国庆节"), ("2021-10-03", "国庆节"), ("2021-10-04", "国庆节(观察日)"), ("2021-10-05", "国庆节(观察日)"), ("2021-10-06", "休息日(2021-09-26日起取代)"), ("2021-10-07", "休息日(2021-10-09日起取代)"), ) def test_2022_public_holiday(self): # https://www.gov.cn/gongbao/content/2021/content_5651728.htm self.assertHolidays( China(categories=PUBLIC, years=2022), ("2022-01-01", "元旦"), ("2022-01-03", "元旦(观察日)"), ("2022-01-31", "休息日(2022-01-29日起取代)"), ("2022-02-01", "春节"), ("2022-02-02", "春节"), ("2022-02-03", "春节"), ("2022-02-04", "休息日(2022-01-30日起取代)"), ("2022-04-04", "休息日(2022-04-02日起取代)"), ("2022-04-05", "清明节"), ("2022-05-01", "劳动节"), ("2022-05-02", "劳动节(观察日)"), ("2022-05-03", "休息日(2022-04-24日起取代)"), ("2022-05-04", "休息日(2022-05-07日起取代)"), ("2022-06-03", "端午节"), ("2022-09-10", "中秋节"), ("2022-09-12", "中秋节(观察日)"), ("2022-10-01", "国庆节"), ("2022-10-02", "国庆节"), ("2022-10-03", "国庆节"), ("2022-10-04", "国庆节(观察日)"), ("2022-10-05", "国庆节(观察日)"), ("2022-10-06", "休息日(2022-10-08日起取代)"), ("2022-10-07", "休息日(2022-10-09日起取代)"), ) def test_2023_public_holiday(self): # https://www.gov.cn/gongbao/content/2023/content_5736714.htm self.assertHolidays( China(categories=PUBLIC, years=2023), ("2023-01-01", "元旦"), ("2023-01-02", "元旦(观察日)"), ("2023-01-22", "春节"), ("2023-01-23", "春节"), ("2023-01-24", "春节"), ("2023-01-25", "春节(观察日)"), ("2023-01-26", "休息日(2023-01-28日起取代)"), ("2023-01-27", "休息日(2023-01-29日起取代)"), ("2023-04-05", "清明节"), ("2023-05-01", "劳动节"), ("2023-05-02", "休息日(2023-04-23日起取代)"), ("2023-05-03", "休息日(2023-05-06日起取代)"), ("2023-06-22", "端午节"), ("2023-06-23", "休息日(2023-06-25日起取代)"), ("2023-09-29", "中秋节"), ("2023-10-01", "国庆节"), ("2023-10-02", "国庆节"), ("2023-10-03", "国庆节"), ("2023-10-04", "国庆节(观察日)"), ("2023-10-05", "休息日(2023-10-07日起取代)"), ("2023-10-06", "休息日(2023-10-08日起取代)"), ) def test_2024_public_holiday(self): # https://www.gov.cn/zhengce/content/202310/content_6911527.htm self.assertHolidays( China(categories=PUBLIC, years=2024), ("2024-01-01", "元旦"), ("2024-02-10", "春节"), ("2024-02-11", "春节"), ("2024-02-12", "春节"), ("2024-02-13", "春节(观察日)"), ("2024-02-14", "春节(观察日)"), ("2024-02-15", "休息日(2024-02-04日起取代)"), ("2024-02-16", "休息日(2024-02-18日起取代)"), ("2024-04-04", "清明节"), ("2024-04-05", "休息日(2024-04-07日起取代)"), ("2024-05-01", "劳动节"), ("2024-05-02", "休息日(2024-04-28日起取代)"), ("2024-05-03", "休息日(2024-05-11日起取代)"), ("2024-06-10", "端午节"), ("2024-09-16", "休息日(2024-09-14日起取代)"), ("2024-09-17", "中秋节"), ("2024-10-01", "国庆节"), ("2024-10-02", "国庆节"), ("2024-10-03", "国庆节"), ("2024-10-04", "休息日(2024-09-29日起取代)"), ("2024-10-07", "休息日(2024-10-12日起取代)"), ) def test_2025_public_holiday(self): # https://www.gov.cn/zhengce/content/202411/content_6986382.htm self.assertHolidays( China(categories=PUBLIC, years=2025), ("2025-01-01", "元旦"), ("2025-01-28", "农历除夕"), ("2025-01-29", "春节"), ("2025-01-30", "春节"), ("2025-01-31", "春节"), ("2025-02-03", "休息日(2025-01-26日起取代)"), ("2025-02-04", "休息日(2025-02-08日起取代)"), ("2025-04-04", "清明节"), ("2025-05-01", "劳动节"), ("2025-05-02", "劳动节"), ("2025-05-05", "休息日(2025-04-27日起取代)"), ("2025-05-31", "端午节"), ("2025-06-02", "端午节(观察日)"), ("2025-10-01", "国庆节"), ("2025-10-02", "国庆节"), ("2025-10-03", "国庆节"), ("2025-10-06", "中秋节"), ("2025-10-07", "休息日(2025-09-28日起取代)"), ("2025-10-08", "休息日(2025-10-11日起取代)"), ) def test_2022_half_day_holiday(self): self.assertHolidays( China(categories=HALF_DAY, years=2022), ("2022-03-08", "国际妇女节"), ("2022-05-04", "五四青年节"), ("2022-06-01", "六一儿童节"), ("2022-08-01", "建军节"), ) def test_2023_half_day_holiday(self): self.assertHolidays( China(categories=HALF_DAY, years=2023), ("2023-03-08", "国际妇女节"), ("2023-05-04", "五四青年节"), ("2023-06-01", "六一儿童节"), ("2023-08-01", "建军节"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "元旦"), ("2022-01-03", "元旦(观察日)"), ("2022-01-31", "休息日(2022-01-29日起取代)"), ("2022-02-01", "春节"), ("2022-02-02", "春节"), ("2022-02-03", "春节"), ("2022-02-04", "休息日(2022-01-30日起取代)"), ("2022-03-08", "国际妇女节"), ("2022-04-04", "休息日(2022-04-02日起取代)"), ("2022-04-05", "清明节"), ("2022-05-01", "劳动节"), ("2022-05-02", "劳动节(观察日)"), ("2022-05-03", "休息日(2022-04-24日起取代)"), ("2022-05-04", "五四青年节; 休息日(2022-05-07日起取代)"), ("2022-06-01", "六一儿童节"), ("2022-06-03", "端午节"), ("2022-08-01", "建军节"), ("2022-09-10", "中秋节"), ("2022-09-12", "中秋节(观察日)"), ("2022-10-01", "国庆节"), ("2022-10-02", "国庆节"), ("2022-10-03", "国庆节"), ("2022-10-04", "国庆节(观察日)"), ("2022-10-05", "国庆节(观察日)"), ("2022-10-06", "休息日(2022-10-08日起取代)"), ("2022-10-07", "休息日(2022-10-09日起取代)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-01-31", "Day off (substituted from 01/29/2022)"), ("2022-02-01", "Chinese New Year (Spring Festival)"), ("2022-02-02", "Chinese New Year (Spring Festival)"), ("2022-02-03", "Chinese New Year (Spring Festival)"), ("2022-02-04", "Day off (substituted from 01/30/2022)"), ("2022-03-08", "International Women's Day"), ("2022-04-04", "Day off (substituted from 04/02/2022)"), ("2022-04-05", "Tomb-Sweeping Day"), ("2022-05-01", "Labor Day"), ("2022-05-02", "Labor Day (observed)"), ("2022-05-03", "Day off (substituted from 04/24/2022)"), ("2022-05-04", "Day off (substituted from 05/07/2022); Youth Day"), ("2022-06-01", "Children's Day"), ("2022-06-03", "Dragon Boat Festival"), ("2022-08-01", "Army Day"), ("2022-09-10", "Mid-Autumn Festival"), ("2022-09-12", "Mid-Autumn Festival (observed)"), ("2022-10-01", "National Day"), ("2022-10-02", "National Day"), ("2022-10-03", "National Day"), ("2022-10-04", "National Day (observed)"), ("2022-10-05", "National Day (observed)"), ("2022-10-06", "Day off (substituted from 10/08/2022)"), ("2022-10-07", "Day off (substituted from 10/09/2022)"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันปีใหม่สากล"), ("2022-01-03", "ชดเชยวันปีใหม่สากล"), ("2022-01-31", "วันหยุด (แทน 29/01/2022)"), ("2022-02-01", "วันตรุษจีน"), ("2022-02-02", "วันตรุษจีน"), ("2022-02-03", "วันตรุษจีน"), ("2022-02-04", "วันหยุด (แทน 30/01/2022)"), ("2022-03-08", "วันสตรีสากล"), ("2022-04-04", "วันหยุด (แทน 02/04/2022)"), ("2022-04-05", "วันเช็งเม้ง"), ("2022-05-01", "วันแรงงาน"), ("2022-05-02", "ชดเชยวันแรงงาน"), ("2022-05-03", "วันหยุด (แทน 24/04/2022)"), ("2022-05-04", "วันหยุด (แทน 07/05/2022); วันเยาวชนห่งชาติจีน"), ("2022-06-01", "วันเด็กสากล"), ("2022-06-03", "วันไหว้บ๊ะจ่าง"), ("2022-08-01", "วันสถาปนากองทัพปลดปล่อยประชาชนจีน"), ("2022-09-10", "วันไหว้พระจันทร์"), ("2022-09-12", "ชดเชยวันไหว้พระจันทร์"), ("2022-10-01", "วันชาติจีน"), ("2022-10-02", "วันชาติจีน"), ("2022-10-03", "วันชาติจีน"), ("2022-10-04", "ชดเชยวันชาติจีน"), ("2022-10-05", "ชดเชยวันชาติจีน"), ("2022-10-06", "วันหยุด (แทน 08/10/2022)"), ("2022-10-07", "วันหยุด (แทน 09/10/2022)"), ) def test_l10n_zh_tw(self): self.assertLocalizedHolidays( "zh_TW", ("2022-01-01", "元旦"), ("2022-01-03", "元旦(觀察日)"), ("2022-01-31", "休息日(2022-01-29日起取代)"), ("2022-02-01", "春節"), ("2022-02-02", "春節"), ("2022-02-03", "春節"), ("2022-02-04", "休息日(2022-01-30日起取代)"), ("2022-03-08", "國際婦女節"), ("2022-04-04", "休息日(2022-04-02日起取代)"), ("2022-04-05", "清明節"), ("2022-05-01", "勞動節"), ("2022-05-02", "勞動節(觀察日)"), ("2022-05-03", "休息日(2022-04-24日起取代)"), ("2022-05-04", "五四青年節; 休息日(2022-05-07日起取代)"), ("2022-06-01", "六一兒童節"), ("2022-06-03", "端午節"), ("2022-08-01", "建軍節"), ("2022-09-10", "中秋節"), ("2022-09-12", "中秋節(觀察日)"), ("2022-10-01", "國慶日"), ("2022-10-02", "國慶日"), ("2022-10-03", "國慶日"), ("2022-10-04", "國慶日(觀察日)"), ("2022-10-05", "國慶日(觀察日)"), ("2022-10-06", "休息日(2022-10-08日起取代)"), ("2022-10-07", "休息日(2022-10-09日起取代)"), ) holidays-0.71/tests/countries/test_colombia.py000066400000000000000000000254741500152103600216350ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.colombia import Colombia, CO, COL from tests.common import CommonCountryTests class TestColombia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Colombia) def test_country_aliases(self): self.assertAliases(Colombia, CO, COL) def test_2016(self): # https://www.officeholidays.com/countries/colombia/2016 self.assertHolidayDates( "2016-01-01", "2016-01-11", "2016-03-21", "2016-03-24", "2016-03-25", "2016-05-01", "2016-05-09", "2016-05-30", "2016-06-06", "2016-07-04", "2016-07-20", "2016-08-07", "2016-08-15", "2016-10-17", "2016-11-07", "2016-11-14", "2016-12-08", "2016-12-25", ) def test_2017(self): # https://www.officeholidays.com/countries/colombia/2017 self.assertHolidayDates( "2017-01-01", "2017-01-09", "2017-03-20", "2017-04-13", "2017-04-14", "2017-05-01", "2017-05-29", "2017-06-19", "2017-06-26", "2017-07-03", "2017-07-20", "2017-08-07", "2017-08-21", "2017-10-16", "2017-11-06", "2017-11-13", "2017-12-08", "2017-12-25", ) def test_2018(self): # https://publicholidays.co/2018-dates/ self.assertHolidayDates( "2018-01-01", "2018-01-08", "2018-03-19", "2018-03-29", "2018-03-30", "2018-05-01", "2018-05-14", "2018-06-04", "2018-06-11", "2018-07-02", "2018-07-20", "2018-08-07", "2018-08-20", "2018-10-15", "2018-11-05", "2018-11-12", "2018-12-08", "2018-12-25", ) def test_2019(self): # https://www.officeholidays.com/countries/colombia/2019 self.assertHolidayDates( "2019-01-01", "2019-01-07", "2019-03-25", "2019-04-18", "2019-04-19", "2019-05-01", "2019-06-03", "2019-06-24", "2019-07-01", "2019-07-20", "2019-08-07", "2019-08-19", "2019-10-14", "2019-11-04", "2019-11-11", "2019-12-08", "2019-12-25", ) def test_2020(self): # https://www.officeholidays.com/countries/colombia/2020 self.assertHolidayDates( "2020-01-01", "2020-01-06", "2020-03-23", "2020-04-09", "2020-04-10", "2020-05-01", "2020-05-25", "2020-06-15", "2020-06-22", "2020-06-29", "2020-07-20", "2020-08-07", "2020-08-17", "2020-10-12", "2020-11-02", "2020-11-16", "2020-12-08", "2020-12-25", ) def test_2021(self): # https://www.officeholidays.com/countries/colombia/2021 self.assertHolidayDates( "2021-01-01", "2021-01-11", "2021-03-22", "2021-04-01", "2021-04-02", "2021-05-01", "2021-05-17", "2021-06-07", "2021-06-14", "2021-07-05", "2021-07-20", "2021-08-07", "2021-08-16", "2021-10-18", "2021-11-01", "2021-11-15", "2021-12-08", "2021-12-25", ) def test_2022(self): # https://www.officeholidays.com/countries/colombia/2022 self.assertHolidayDates( "2022-01-01", "2022-01-10", "2022-03-21", "2022-04-14", "2022-04-15", "2022-05-01", "2022-05-30", "2022-06-20", "2022-06-27", "2022-07-04", "2022-07-20", "2022-08-07", "2022-08-15", "2022-10-17", "2022-11-07", "2022-11-14", "2022-12-08", "2022-12-25", ) def test_2023(self): # https://publicholidays.co/2023-dates/ self.assertHolidayDates( "2023-01-01", "2023-01-09", "2023-03-20", "2023-04-06", "2023-04-07", "2023-05-01", "2023-05-22", "2023-06-12", "2023-06-19", "2023-07-03", "2023-07-20", "2023-08-07", "2023-08-21", "2023-10-16", "2023-11-06", "2023-11-13", "2023-12-08", "2023-12-25", ) def test_1984(self): self.assertHolidayDates( "1984-01-01", "1984-01-09", "1984-03-19", "1984-04-19", "1984-04-20", "1984-05-01", "1984-06-04", "1984-06-25", "1984-07-02", "1984-07-20", "1984-08-07", "1984-08-20", "1984-10-15", "1984-11-05", "1984-11-12", "1984-12-08", "1984-12-25", ) def test_1983(self): self.assertHolidayDates( "1983-01-01", "1983-01-06", "1983-03-19", "1983-03-31", "1983-04-01", "1983-05-01", "1983-05-12", "1983-06-02", "1983-06-29", "1983-07-20", "1983-08-07", "1983-08-15", "1983-10-12", "1983-11-01", "1983-11-11", "1983-12-08", "1983-12-25", ) def test_1951(self): self.assertHolidayDates( "1951-01-01", "1951-01-06", "1951-03-19", "1951-03-22", "1951-03-23", "1951-05-01", "1951-05-03", "1951-05-24", "1951-06-29", "1951-07-20", "1951-08-07", "1951-08-15", "1951-10-12", "1951-11-01", "1951-11-11", "1951-12-08", "1951-12-25", ) def test_1950(self): self.assertHolidayDates( "1950-01-01", "1950-05-01", "1950-07-20", "1950-08-07", "1950-10-12", "1950-11-11", "1950-12-25", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-01-10", "Día de los Reyes Magos (observado)"), ("2022-03-21", "Día de San José (observado)"), ("2022-04-14", "Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-05-01", "Día del Trabajo"), ("2022-05-30", "Ascensión del señor (observado)"), ("2022-06-20", "Corpus Christi (observado)"), ("2022-06-27", "Sagrado Corazón (observado)"), ("2022-07-04", "San Pedro y San Pablo (observado)"), ("2022-07-20", "Día de la Independencia"), ("2022-08-07", "Batalla de Boyacá"), ("2022-08-15", "La Asunción"), ("2022-10-17", "Día de la Raza (observado)"), ("2022-11-07", "Día de Todos los Santos (observado)"), ("2022-11-14", "Independencia de Cartagena (observado)"), ("2022-12-08", "La Inmaculada Concepción"), ("2022-12-25", "Navidad"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-10", "Epiphany (observed)"), ("2022-03-21", "Saint Joseph's Day (observed)"), ("2022-04-14", "Maundy Thursday"), ("2022-04-15", "Good Friday"), ("2022-05-01", "Labor Day"), ("2022-05-30", "Ascension Day (observed)"), ("2022-06-20", "Corpus Christi (observed)"), ("2022-06-27", "Sacred Heart (observed)"), ("2022-07-04", "Saint Peter and Saint Paul's Day (observed)"), ("2022-07-20", "Independence Day"), ("2022-08-07", "Battle of Boyacá"), ("2022-08-15", "Assumption Day"), ("2022-10-17", "Columbus Day (observed)"), ("2022-11-07", "All Saints' Day (observed)"), ("2022-11-14", "Independence of Cartagena (observed)"), ("2022-12-08", "Immaculate Conception"), ("2022-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-10", "Богоявлення (вихідний)"), ("2022-03-21", "День Святого Йосипа (вихідний)"), ("2022-04-14", "Великий четвер"), ("2022-04-15", "Страсна пʼятниця"), ("2022-05-01", "День праці"), ("2022-05-30", "Вознесіння Господнє (вихідний)"), ("2022-06-20", "Свято Тіла і Крові Христових (вихідний)"), ("2022-06-27", "Свято Найсвятішого Серця Ісуса (вихідний)"), ("2022-07-04", "День Святих Петра і Павла (вихідний)"), ("2022-07-20", "День незалежності"), ("2022-08-07", "Річниця перемоги при Бояка"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-10-17", "День Колумба (вихідний)"), ("2022-11-07", "День усіх святих (вихідний)"), ("2022-11-14", "День незалежності Картахени (вихідний)"), ("2022-12-08", "Непорочне зачаття Діви Марії"), ("2022-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_congo.py000066400000000000000000000122361500152103600211450ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.congo import Congo, CG, COG from tests.common import CommonCountryTests class TestCongo(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Congo) def test_country_aliases(self): self.assertAliases(Congo, CG, COG) def test_no_holidays(self): self.assertNoHolidays(Congo(years=1993)) def test_republic_day(self): self.assertHoliday( "2010-11-28", "2015-11-28", "2016-11-28", "2017-11-28", "2024-11-28", ) self.assertNoHolidayName("Jour de la République", 2009) def test_2006(self): # http://mokili.free.fr/jours_feries.php self.assertHolidays( ("2006-01-01", "Jour de l'An"), ("2006-04-17", "Lundi de Pâques"), ("2006-05-01", "Fête du Travail"), ("2006-05-25", "Ascension"), ("2006-06-05", "Lundi de Pentecôte"), ("2006-06-10", "Fête de la Réconciliation"), ("2006-08-15", "Fête Nationale"), ("2006-11-01", "Toussaint"), ("2006-12-25", "Noël"), ) def test_2010(self): # http://mokili.free.fr/jours_feries.php self.assertHolidays( ("2010-01-01", "Jour de l'An"), ("2010-04-05", "Lundi de Pâques"), ("2010-05-01", "Fête du Travail"), ("2010-05-13", "Ascension"), ("2010-05-24", "Lundi de Pentecôte"), ("2010-06-10", "Fête de la Réconciliation"), ("2010-08-15", "Fête Nationale"), ("2010-11-01", "Toussaint"), ("2010-11-28", "Jour de la République"), ("2010-12-25", "Noël"), ) def test_2015(self): # http://mokili.free.fr/jours_feries.php self.assertHolidays( ("2015-01-01", "Jour de l'An"), ("2015-04-06", "Lundi de Pâques"), ("2015-05-01", "Fête du Travail"), ("2015-05-14", "Ascension"), ("2015-05-25", "Lundi de Pentecôte"), ("2015-06-10", "Fête de la Réconciliation"), ("2015-08-15", "Fête Nationale"), ("2015-11-01", "Toussaint"), ("2015-11-28", "Jour de la République"), ("2015-12-25", "Noël"), ) def test_2016(self): # http://mokili.free.fr/jours_feries.php self.assertHolidays( ("2016-01-01", "Jour de l'An"), ("2016-03-28", "Lundi de Pâques"), ("2016-05-01", "Fête du Travail"), ("2016-05-05", "Ascension"), ("2016-05-16", "Lundi de Pentecôte"), ("2016-06-10", "Fête de la Réconciliation"), ("2016-08-15", "Fête Nationale"), ("2016-11-01", "Toussaint"), ("2016-11-28", "Jour de la République"), ("2016-12-25", "Noël"), ) def test_2017(self): # http://mokili.free.fr/jours_feries.php self.assertHolidays( ("2017-01-01", "Jour de l'An"), ("2017-04-17", "Lundi de Pâques"), ("2017-05-01", "Fête du Travail"), ("2017-05-25", "Ascension"), ("2017-06-05", "Lundi de Pentecôte"), ("2017-06-10", "Fête de la Réconciliation"), ("2017-08-15", "Fête Nationale"), ("2017-11-01", "Toussaint"), ("2017-11-28", "Jour de la République"), ("2017-12-25", "Noël"), ) def test_l10n_default(self): # http://mokili.free.fr/jours_feries.php self.assertLocalizedHolidays( ("2024-01-01", "Jour de l'An"), ("2024-04-01", "Lundi de Pâques"), ("2024-05-01", "Fête du Travail"), ("2024-05-09", "Ascension"), ("2024-05-20", "Lundi de Pentecôte"), ("2024-06-10", "Fête de la Réconciliation"), ("2024-08-15", "Fête Nationale"), ("2024-11-01", "Toussaint"), ("2024-11-28", "Jour de la République"), ("2024-12-25", "Noël"), ) def test_l10n_en_us(self): # http://mokili.free.fr/jours_feries.php self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-04-01", "Easter Monday"), ("2024-05-01", "Labor Day"), ("2024-05-09", "Ascension Day"), ("2024-05-20", "Whit Monday"), ("2024-06-10", "Reconciliation Day"), ("2024-08-15", "National Day"), ("2024-11-01", "All Saints' Day"), ("2024-11-28", "Republic Day"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_costa_rica.py000066400000000000000000000313121500152103600221430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import OPTIONAL from holidays.countries.costa_rica import CostaRica, CR, CRI from tests.common import CommonCountryTests class TestCostaRica(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(CostaRica, years=range(1980, 2050)) def test_country_aliases(self): self.assertAliases(CostaRica, CR, CRI) def test_new_year_day(self): self.assertHolidayName("Año Nuevo", (f"{year}-01-01" for year in range(1980, 2050))) def test_maundy_thursday(self): name = "Jueves Santo" self.assertHolidayName( name, "2016-03-24", "2017-04-13", "2018-03-29", "2019-04-18", "2020-04-09", "2021-04-01", "2022-04-14", "2023-04-06", ) self.assertHolidayName(name, range(1980, 2050)) def test_good_friday(self): name = "Viernes Santo" self.assertHolidayName( name, "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertHolidayName(name, range(1980, 2050)) def test_juan_santamaria_day(self): name = "Día de Juan Santamaría" years_with_obs = {2006, 2007, 2008, 2023, 2024} years = set(range(1980, 2050)).difference(years_with_obs) self.assertHolidayName(name, (f"{year}-04-11" for year in years)) dt = ( "2006-04-17", "2007-04-16", "2008-04-14", "2023-04-10", "2024-04-15", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) self.assertNonObservedHolidayName(name, (f"{year}-04-11" for year in years_with_obs)) def test_labor_day(self): name = "Día Internacional del Trabajo" years_with_obs = {2021} years = set(range(1980, 2050)).difference(years_with_obs) self.assertHolidayName(name, (f"{year}-05-01" for year in years)) dt = "2021-05-03" self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) self.assertNonObservedHolidayName(name, "2021-05-01") def test_annexation(self): name = "Anexión del Partido de Nicoya a Costa Rica" years_with_obs = {2006, 2007, 2008, 2020, 2021, 2023, 2024} years = set(range(1980, 2050)).difference(years_with_obs) self.assertHolidayName(name, (f"{year}-07-25" for year in years)) dt = ( "2006-07-31", "2007-07-30", "2008-07-28", "2020-07-27", "2021-07-26", "2023-07-24", "2024-07-29", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) self.assertNonObservedHolidayName(name, (f"{year}-07-25" for year in years_with_obs)) def test_feast_our_lady_of_angels(self): name = "Fiesta de Nuestra Señora de los Ángeles" self.assertHolidayName( name, CostaRica(categories=OPTIONAL, years=range(1980, 2050)), (f"{year}-08-02" for year in range(1980, 2050)), ) self.assertNoHolidayName(name) def test_mothers_day(self): name = "Día de la Madre" years_with_obs = {2006, 2007, 2020, 2023, 2024} years = set(range(1980, 2050)).difference(years_with_obs) self.assertHolidayName(name, (f"{year}-08-15" for year in years)) dt = ( "2006-08-21", "2007-08-20", "2020-08-17", "2023-08-14", "2024-08-19", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) self.assertNonObservedHolidayName(name, (f"{year}-08-15" for year in years_with_obs)) def test_black_person_day(self): name = "Día de la Persona Negra y la Cultura Afrocostarricense" opt_holidays = CostaRica(categories=OPTIONAL, years=range(1980, 2050)) opt_holidays_non_obs = CostaRica( categories=OPTIONAL, years=range(2021, 2024), observed=False ) self.assertNoHolidayName(name) self.assertHolidayName(name, opt_holidays, (f"{year}-08-31" for year in range(2024, 2050))) self.assertNoHoliday(opt_holidays, (f"{year}-08-31" for year in range(1980, 2021))) self.assertNoHolidayName(name, opt_holidays, range(1980, 2021)) dt = ( "2021-09-05", "2022-09-04", "2023-09-03", ) self.assertHoliday(opt_holidays, dt) self.assertNoNonObservedHoliday(opt_holidays_non_obs, dt) self.assertNonObservedHolidayName( name, opt_holidays_non_obs, "2021-08-31", "2022-08-31", "2023-08-31" ) def test_independence_day(self): name = "Día de la Independencia" years_with_obs = {2020, 2021, 2022} years = set(range(1980, 2050)).difference(years_with_obs) self.assertHolidayName(name, (f"{year}-09-15" for year in years)) dt = ( "2020-09-14", "2021-09-13", "2022-09-19", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) self.assertNonObservedHolidayName(name, (f"{year}-09-15" for year in years_with_obs)) def test_cultures_day(self): name = "Día de las Culturas" self.assertHolidayName( name, "2008-10-12", "2009-10-12", "2013-10-12", "2014-10-12", "2015-10-12", "2019-10-12", ) self.assertNoHoliday("2020-10-12") self.assertNoHolidayName(name, range(2020, 2050)) dt = ( "2010-10-18", "2011-10-17", "2012-10-15", "2016-10-17", "2017-10-16", "2018-10-15", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) self.assertNonObservedHolidayName( name, "2010-10-12", "2011-10-12", "2012-10-12", "2016-10-12", "2017-10-12", "2018-10-12", ) def test_army_abolition_day(self): name = "Día de la Abolición del Ejército" opt_holidays = CostaRica(categories=OPTIONAL, years=range(1980, 2050)) opt_holidays_non_obs = CostaRica( categories=OPTIONAL, years=range(2021, 2024), observed=False ) self.assertNoHolidayName(name) self.assertHolidayName(name, opt_holidays, (f"{year}-12-01" for year in range(2023, 2050))) self.assertNoHoliday(opt_holidays, "2019-12-01") self.assertNoHolidayName(name, opt_holidays, range(1980, 2020)) dt = ( "2020-11-30", "2021-11-29", "2022-12-05", ) self.assertHoliday(opt_holidays, dt) self.assertNoNonObservedHoliday(opt_holidays_non_obs, dt) self.assertNonObservedHolidayName( name, opt_holidays_non_obs, "2020-12-01", "2021-12-01", "2022-12-01" ) def test_christmas_day(self): self.assertHolidayName("Navidad", (f"{year}-12-25" for year in range(1980, 2050))) def test_2022(self): self.assertHolidays( CostaRica(years=2022), ("2022-01-01", "Año Nuevo"), ("2022-04-11", "Día de Juan Santamaría"), ("2022-04-14", "Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-05-01", "Día Internacional del Trabajo"), ("2022-07-25", "Anexión del Partido de Nicoya a Costa Rica"), ("2022-08-15", "Día de la Madre"), ("2022-09-19", "Día de la Independencia (observado)"), ("2022-12-25", "Navidad"), ) self.assertNonObservedHolidays( CostaRica(years=2022, observed=False), ("2022-01-01", "Año Nuevo"), ("2022-04-11", "Día de Juan Santamaría"), ("2022-04-14", "Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-05-01", "Día Internacional del Trabajo"), ("2022-07-25", "Anexión del Partido de Nicoya a Costa Rica"), ("2022-08-15", "Día de la Madre"), ("2022-09-15", "Día de la Independencia"), ("2022-12-25", "Navidad"), ) def test_optional_2022(self): self.assertHolidays( CostaRica(categories=OPTIONAL, years=2022), ("2022-08-02", "Fiesta de Nuestra Señora de los Ángeles"), ("2022-09-04", "Día de la Persona Negra y la Cultura Afrocostarricense (observado)"), ("2022-12-05", "Día de la Abolición del Ejército (observado)"), ) def test_2023(self): self.assertHolidays( CostaRica(years=2023), ("2023-01-01", "Año Nuevo"), ("2023-04-06", "Jueves Santo"), ("2023-04-07", "Viernes Santo"), ("2023-04-10", "Día de Juan Santamaría (observado)"), ("2023-05-01", "Día Internacional del Trabajo"), ("2023-07-24", "Anexión del Partido de Nicoya a Costa Rica (observado)"), ("2023-08-14", "Día de la Madre (observado)"), ("2023-09-15", "Día de la Independencia"), ("2023-12-25", "Navidad"), ) def test_optional_2023(self): self.assertHolidays( CostaRica(categories=OPTIONAL, years=2023), ("2023-08-02", "Fiesta de Nuestra Señora de los Ángeles"), ("2023-09-03", "Día de la Persona Negra y la Cultura Afrocostarricense (observado)"), ("2023-12-01", "Día de la Abolición del Ejército"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-04-11", "Día de Juan Santamaría"), ("2022-04-14", "Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-05-01", "Día Internacional del Trabajo"), ("2022-07-25", "Anexión del Partido de Nicoya a Costa Rica"), ("2022-08-02", "Fiesta de Nuestra Señora de los Ángeles"), ("2022-08-15", "Día de la Madre"), ("2022-09-04", "Día de la Persona Negra y la Cultura Afrocostarricense (observado)"), ("2022-09-19", "Día de la Independencia (observado)"), ("2022-12-05", "Día de la Abolición del Ejército (observado)"), ("2022-12-25", "Navidad"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-11", "Juan Santamaría Day"), ("2022-04-14", "Maundy Thursday"), ("2022-04-15", "Good Friday"), ("2022-05-01", "International Labor Day"), ("2022-07-25", "Annexation of the Party of Nicoya to Costa Rica"), ("2022-08-02", "Feast of Our Lady of the Angels"), ("2022-08-15", "Mother's Day"), ("2022-09-04", "Day of the Black Person and Afro-Costa Rican Culture (observed)"), ("2022-09-19", "Independence Day (observed)"), ("2022-12-05", "Army Abolition Day (observed)"), ("2022-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-11", "День Хуана Сантамарії"), ("2022-04-14", "Великий четвер"), ("2022-04-15", "Страсна пʼятниця"), ("2022-05-01", "Міжнародний день праці"), ("2022-07-25", "День приєднання Нікої"), ("2022-08-02", "Свято Богоматері Ангелів"), ("2022-08-15", "День матері"), ("2022-09-04", "День чорношкірої людини та афро-костариканської культури (вихідний)"), ("2022-09-19", "День незалежності (вихідний)"), ("2022-12-05", "День ліквідації армії (вихідний)"), ("2022-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_croatia.py000066400000000000000000000167771500152103600215000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.croatia import Croatia, HR, HRV from tests.common import CommonCountryTests class TestCroatia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Croatia, years=range(1992, 2050)) def test_country_aliases(self): self.assertAliases(Croatia, HR, HRV) def test_no_holidays(self): self.assertNoHolidays(Croatia(years=1991)) def test_new_years_day(self): self.assertHolidayName("Nova godina", (f"{year}-01-01" for year in range(1992, 2050))) def test_epiphany(self): name = "Bogojavljenje ili Sveta tri kralja" self.assertHolidayName( name, (f"{year}-01-06" for year in set(range(1992, 2050)).difference({2002})) ) self.assertNoHoliday("2002-01-06") self.assertNoHolidayName(name, 2002) def test_easter(self): name = "Uskrs" self.assertHolidayName( name, "2009-04-12", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", ) self.assertNoHolidayName(name, range(1992, 2009)) def test_easter_monday(self): self.assertHolidayName( "Uskrsni ponedjeljak", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) def test_corpus_cristi(self): name = "Tijelovo" self.assertHolidayName( name, "2002-05-30", "2019-06-20", "2020-06-11", "2021-06-03", "2022-06-16", "2023-06-08", ) self.assertNoHolidayName(name, range(1992, 2002)) def test_labor_day(self): self.assertHolidayName("Praznik rada", (f"{year}-05-01" for year in range(1992, 2050))) def test_statehood_day(self): name = "Dan državnosti" self.assertHolidayName(name, (f"{year}-05-30" for year in range(1996, 2002))) self.assertHolidayName(name, (f"{year}-06-25" for year in range(2002, 2020))) self.assertHolidayName(name, (f"{year}-05-30" for year in range(2020, 2050))) self.assertNoHolidayName(name, range(1992, 1996)) def test_antifascist_struggle_day(self): self.assertHolidayName( "Dan antifašističke borbe", (f"{year}-06-22" for year in range(1992, 2050)) ) def test_victory_and_homeland_thanksgiving_day(self): name_1 = "Dan pobjede i domovinske zahvalnosti" name_2 = "Dan pobjede i domovinske zahvalnosti i Dan hrvatskih branitelja" self.assertHolidayName(name_1, (f"{year}-08-05" for year in range(1992, 2008))) self.assertHolidayName(name_2, (f"{year}-08-05" for year in range(2008, 2050))) self.assertNoHolidayName(name_1, range(2008, 2050)) self.assertNoHolidayName(name_2, range(1992, 2008)) def test_assumption_of_mary_day(self): self.assertHolidayName("Velika Gospa", (f"{year}-08-15" for year in range(1992, 2050))) def test_independence_day(self): name = "Dan neovisnosti" self.assertHolidayName(name, (f"{year}-10-08" for year in range(2002, 2020))) self.assertNoHoliday(f"{year}-10-08" for year in range(1992, 2002)) self.assertNoHoliday(f"{year}-10-08" for year in range(2020, 2050)) self.assertNoHolidayName(name, range(1992, 2002), range(2020, 2050)) def test_all_saints_day(self): self.assertHolidayName("Svi sveti", (f"{year}-11-01" for year in range(1992, 2050))) def test_remembrance_day(self): name = "Dan sjećanja na žrtve Domovinskog rata i Dan sjećanja na žrtvu Vukovara i Škabrnje" self.assertHolidayName(name, (f"{year}-11-18" for year in range(2020, 2050))) self.assertNoHoliday(f"{year}-11-18" for year in range(1992, 2020)) self.assertNoHolidayName(name, range(1992, 2020)) def test_christmas_day(self): self.assertHolidayName("Božić", (f"{year}-12-25" for year in range(1992, 2050))) def test_st_stephens_day(self): self.assertHolidayName("Sveti Stjepan", (f"{year}-12-26" for year in range(1992, 2050))) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Nova godina"), ("2022-01-06", "Bogojavljenje ili Sveta tri kralja"), ("2022-04-17", "Uskrs"), ("2022-04-18", "Uskrsni ponedjeljak"), ("2022-05-01", "Praznik rada"), ("2022-05-30", "Dan državnosti"), ("2022-06-16", "Tijelovo"), ("2022-06-22", "Dan antifašističke borbe"), ("2022-08-05", "Dan pobjede i domovinske zahvalnosti i Dan hrvatskih branitelja"), ("2022-08-15", "Velika Gospa"), ("2022-11-01", "Svi sveti"), ( "2022-11-18", "Dan sjećanja na žrtve Domovinskog rata i " "Dan sjećanja na žrtvu Vukovara i Škabrnje", ), ("2022-12-25", "Božić"), ("2022-12-26", "Sveti Stjepan"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-06", "Epiphany"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-30", "Statehood Day"), ("2022-06-16", "Corpus Christi"), ("2022-06-22", "Anti-Fascist Struggle Day"), ("2022-08-05", "Victory and Homeland Thanksgiving Day and Croatian Veterans Day"), ("2022-08-15", "Assumption Day"), ("2022-11-01", "All Saints' Day"), ("2022-11-18", "Remembrance Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Saint Stephen's Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-06", "Богоявлення"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-30", "День державності"), ("2022-06-16", "Свято Тіла і Крові Христових"), ("2022-06-22", "День антифашистської боротьби"), ("2022-08-05", "День перемоги і подяки вітчизні та День хорватських захисників"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-11-01", "День усіх святих"), ("2022-11-18", "День памʼяті жертв Вітчизняної війни та жертв Вуковара і Шкабрні"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "День Святого Стефана"), ) holidays-0.71/tests/countries/test_cuba.py000066400000000000000000000240001500152103600207420ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.cuba import Cuba, CU, CUB from tests.common import CommonCountryTests class TestCuba(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Cuba, years=range(1959, 2050)) def test_country_aliases(self): self.assertAliases(Cuba, CU, CUB) def test_no_holidays(self): self.assertNoHolidays(Cuba(years=1958)) def test_assault_moncada_day(self): name = "Conmemoración del asalto a Moncada" self.assertHolidayName(name, (f"{year}-07-25" for year in range(1959, 2050))) self.assertHolidayName(name, (f"{year}-07-27" for year in range(1959, 2050))) def test_national_rebellion_day(self): self.assertHolidayName( "Día de la Rebeldía Nacional", (f"{year}-07-26" for year in range(1959, 2050)) ) def test_independence_day(self): self.assertHolidayName( "Inicio de las Guerras de Independencia", (f"{year}-10-10" for year in range(1959, 2050)), ) def test_1968(self): self.assertHolidayDates( Cuba(years=1968), "1968-01-01", "1968-05-01", "1968-07-25", "1968-07-26", "1968-07-27", "1968-10-10", "1968-12-25", ) def test_1969(self): self.assertHolidayDates( Cuba(years=1969), "1969-01-01", "1969-05-01", "1969-07-25", "1969-07-26", "1969-07-27", "1969-10-10", ) def test_1970(self): self.assertHolidayDates( Cuba(years=1970), "1970-01-01", "1970-05-01", "1970-07-25", "1970-07-26", "1970-07-27", "1970-10-10", ) def test_1996(self): self.assertHolidayDates( Cuba(years=1996), "1996-01-01", "1996-05-01", "1996-07-25", "1996-07-26", "1996-07-27", "1996-10-10", ) def test_1997(self): self.assertHolidayDates( Cuba(years=1997), "1997-01-01", "1997-05-01", "1997-07-25", "1997-07-26", "1997-07-27", "1997-10-10", "1997-12-25", ) def test_1998(self): self.assertHolidayDates( Cuba(years=1998), "1998-01-01", "1998-05-01", "1998-07-25", "1998-07-26", "1998-07-27", "1998-10-10", "1998-12-25", ) def test_2006(self): self.assertHolidayDates( Cuba(years=2006), "2006-01-01", "2006-01-02", "2006-05-01", "2006-07-25", "2006-07-26", "2006-07-27", "2006-10-10", "2006-12-25", ) def test_2007(self): self.assertHolidayDates( Cuba(years=2007), "2007-01-01", "2007-05-01", "2007-07-25", "2007-07-26", "2007-07-27", "2007-10-10", "2007-12-25", "2007-12-31", ) def test_2008(self): self.assertHolidayDates( Cuba(years=2008), "2008-01-01", "2008-01-02", "2008-05-01", "2008-07-25", "2008-07-26", "2008-07-27", "2008-10-10", "2008-12-25", "2008-12-31", ) def test_2011(self): self.assertHolidayDates( Cuba(years=2011), "2011-01-01", "2011-01-02", "2011-05-01", "2011-05-02", "2011-07-25", "2011-07-26", "2011-07-27", "2011-10-10", "2011-12-25", "2011-12-31", ) def test_2012(self): self.assertHolidayDates( Cuba(years=2012), "2012-01-01", "2012-01-02", "2012-04-06", "2012-05-01", "2012-07-25", "2012-07-26", "2012-07-27", "2012-10-10", "2012-12-25", "2012-12-31", ) def test_2013(self): self.assertHolidayDates( Cuba(years=2013), "2013-01-01", "2013-01-02", "2013-03-29", "2013-05-01", "2013-07-25", "2013-07-26", "2013-07-27", "2013-10-10", "2013-12-25", "2013-12-31", ) def test_2018(self): # https://www.officeholidays.com/countries/cuba/2018 self.assertHolidayDates( Cuba(years=2018), "2018-01-01", "2018-01-02", "2018-03-30", "2018-05-01", "2018-07-25", "2018-07-26", "2018-07-27", "2018-10-10", "2018-12-25", "2018-12-31", ) def test_2019(self): # https://www.officeholidays.com/countries/cuba/2019 self.assertHolidayDates( Cuba(years=2019), "2019-01-01", "2019-01-02", "2019-04-19", "2019-05-01", "2019-07-25", "2019-07-26", "2019-07-27", "2019-10-10", "2019-12-25", "2019-12-31", ) def test_2020(self): # https://www.officeholidays.com/countries/cuba/2020 self.assertHolidayDates( Cuba(years=2020), "2020-01-01", "2020-01-02", "2020-04-10", "2020-05-01", "2020-07-25", "2020-07-26", "2020-07-27", "2020-10-10", "2020-12-25", "2020-12-31", ) def test_2021(self): # https://www.officeholidays.com/countries/cuba/2021 self.assertHolidayDates( Cuba(years=2021), "2021-01-01", "2021-01-02", "2021-04-02", "2021-05-01", "2021-07-25", "2021-07-26", "2021-07-27", "2021-10-10", "2021-10-11", "2021-12-25", "2021-12-31", ) def test_2022(self): # https://www.officeholidays.com/countries/cuba/2022 self.assertHolidayDates( Cuba(years=2022), "2022-01-01", "2022-01-02", "2022-04-15", "2022-05-01", "2022-05-02", "2022-07-25", "2022-07-26", "2022-07-27", "2022-10-10", "2022-12-25", "2022-12-31", ) def test_2023(self): # https://www.officeholidays.com/countries/cuba/2023 self.assertHolidayDates( Cuba(years=2023), "2023-01-01", "2023-01-02", "2023-04-07", "2023-05-01", "2023-07-25", "2023-07-26", "2023-07-27", "2023-10-10", "2023-12-25", "2023-12-31", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Triunfo de la Revolución"), ("2022-01-02", "Día de la Victoria"), ("2022-04-15", "Viernes Santo"), ("2022-05-01", "Día Internacional de los Trabajadores"), ("2022-05-02", "Día Internacional de los Trabajadores (observado)"), ("2022-07-25", "Conmemoración del asalto a Moncada"), ("2022-07-26", "Día de la Rebeldía Nacional"), ("2022-07-27", "Conmemoración del asalto a Moncada"), ("2022-10-10", "Inicio de las Guerras de Independencia"), ("2022-12-25", "Día de Navidad"), ("2022-12-31", "Fiesta de Fin de Año"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "Liberation Day"), ("2022-01-02", "Victory Day"), ("2022-04-15", "Good Friday"), ("2022-05-01", "International Workers' Day"), ("2022-05-02", "International Workers' Day (observed)"), ("2022-07-25", "Commemoration of the Assault of the Moncada garrison"), ("2022-07-26", "Day of the National Rebellion"), ("2022-07-27", "Commemoration of the Assault of the Moncada garrison"), ("2022-10-10", "Independence Day"), ("2022-12-25", "Christmas Day"), ("2022-12-31", "New Year's Eve"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Тріумф революції"), ("2022-01-02", "День Перемоги"), ("2022-04-15", "Страсна пʼятниця"), ("2022-05-01", "Міжнародний день трудящих"), ("2022-05-02", "Міжнародний день трудящих (вихідний)"), ("2022-07-25", "Вшанування памʼяті штурму Монкади"), ("2022-07-26", "День національного повстання"), ("2022-07-27", "Вшанування памʼяті штурму Монкади"), ("2022-10-10", "Початок війни за незалежність"), ("2022-12-25", "Різдво Христове"), ("2022-12-31", "Переддень Нового року"), ) holidays-0.71/tests/countries/test_curacao.py000066400000000000000000000160611500152103600214550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import HALF_DAY, PUBLIC from holidays.countries.curacao import Curacao, CW, CUW from tests.common import CommonCountryTests class TestCuracao(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Curacao, years=range(1954, 2050)) def test_country_aliases(self): self.assertAliases(Curacao, CW, CUW) def test_no_holidays(self): self.assertNoHolidays(Curacao(categories=(HALF_DAY, PUBLIC), years=1953)) def test_2016(self): self.assertHolidays( Curacao(years=2016), ("2016-01-01", "Aña Nobo"), ("2016-02-08", "Dialuna despues di Carnaval Grandi"), ("2016-03-25", "Bièrnèsantu"), ("2016-03-27", "Pasku di Resurekshon"), ("2016-03-28", "Di dos dia di Pasku di Resurekshon"), ("2016-04-27", "Dia di Rey"), ("2016-05-02", "Dia di Obrero"), ("2016-05-05", "Dia di Asenshon"), ("2016-07-02", "Dia di Himno i Bandera"), ("2016-10-10", "Dia di Pais Kòrsou"), ("2016-12-25", "Pasku di Nasementu"), ("2016-12-26", "Di dos dia di Pasku di Nasementu"), ) def test_2016_half_day(self): self.assertHolidays( Curacao(categories=HALF_DAY, years=2016), ("2016-12-31", "Vispu di Aña Nobo"), ) def test_queens_day(self): name = "Dia di la Reina" self.assertHolidayName( name, "1961-05-01", "1965-04-30", "1967-05-01", "1972-05-01", "1978-05-01", "1989-04-29", "1995-04-29", "2000-04-29", "2006-04-29", "2013-04-30", ) self.assertNoHoliday( "1961-04-30", "1967-04-30", "1972-04-30", "1978-04-30", "1995-04-30", "1989-04-30", "2000-04-30", "2006-04-30", ) self.assertNoHolidayName(name, 2014) def test_king_day(self): name = "Dia di Rey" self.assertNoHolidayName(name, 2013) self.assertHolidayName( name, "2016-04-27", "2017-04-27", "2018-04-27", "2019-04-27", "2020-04-27", "2021-04-27", "2022-04-27", "2023-04-27", "2024-04-27", "2025-04-26", "2031-04-26", "2036-04-26", ) self.assertNoHoliday( "2014-04-27", "2025-04-27", "2031-04-27", "2036-04-27", ) def test_labor_day(self): self.assertHolidayName( "Dia di Obrero", "2016-05-02", "2017-05-01", "2018-05-01", "2019-05-01", "2020-05-01", "2021-05-01", "2022-05-02", "2023-05-01", ) self.assertNoHoliday( "2011-05-01", "2016-05-01", "2022-05-01", ) def test_anthem_and_flag_day(self): name = "Dia di Himno i Bandera" self.assertNoHolidayName(name, range(1954, 1983)) self.assertHolidayName(name, (f"{year}-07-02" for year in range(1984, 2050))) def test_curacao_day(self): name = "Dia di Pais Kòrsou" self.assertNoHolidayName(name, range(1954, 2009)) self.assertHolidayName(name, (f"{year}-10-10" for year in range(2010, 2050))) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Aña Nobo"), ("2023-02-20", "Dialuna despues di Carnaval Grandi"), ("2023-04-07", "Bièrnèsantu"), ("2023-04-09", "Pasku di Resurekshon"), ("2023-04-10", "Di dos dia di Pasku di Resurekshon"), ("2023-04-27", "Dia di Rey"), ("2023-05-01", "Dia di Obrero"), ("2023-05-18", "Dia di Asenshon"), ("2023-07-02", "Dia di Himno i Bandera"), ("2023-10-10", "Dia di Pais Kòrsou"), ("2023-12-25", "Pasku di Nasementu"), ("2023-12-26", "Di dos dia di Pasku di Nasementu"), ("2023-12-31", "Vispu di Aña Nobo"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-02-20", "Carnival Monday"), ("2023-04-07", "Good Friday"), ("2023-04-09", "Easter Sunday"), ("2023-04-10", "Easter Monday"), ("2023-04-27", "King's Day"), ("2023-05-01", "Labor Day"), ("2023-05-18", "Ascension Day"), ("2023-07-02", "National Anthem and Flag Day"), ("2023-10-10", "Curaçao Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Second Day of Christmas"), ("2023-12-31", "New Year's Eve"), ) def test_l10n_nl(self): self.assertLocalizedHolidays( "nl", ("2023-01-01", "Nieuwjaarsdag"), ("2023-02-20", "De maandag na de Grote Karnaval"), ("2023-04-07", "Goede Vrijdag"), ("2023-04-09", "Paasdag"), ("2023-04-10", "Tweede paasdag"), ("2023-04-27", "Koningsdag"), ("2023-05-01", "Dag van de Arbeid"), ("2023-05-18", "Hemelvaartsdag"), ("2023-07-02", "Nationale vlag en volkslied"), ("2023-10-10", "Dag van Land Curaçao"), ("2023-12-25", "Kerst"), ("2023-12-26", "Tweede kerstdag"), ("2023-12-31", "Oudejaarsavond"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "Новий рік"), ("2023-02-20", "Карнавальний понеділок"), ("2023-04-07", "Страсна пʼятниця"), ("2023-04-09", "Великдень"), ("2023-04-10", "Великодній понеділок"), ("2023-04-27", "День короля"), ("2023-05-01", "День праці"), ("2023-05-18", "Вознесіння Господнє"), ("2023-07-02", "День державного гімну та прапора"), ("2023-10-10", "День Кюрасао"), ("2023-12-25", "Різдво Христове"), ("2023-12-26", "Другий день Різдва"), ("2023-12-31", "Переддень Нового року"), ) holidays-0.71/tests/countries/test_cyprus.py000066400000000000000000000206151500152103600213650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK, OPTIONAL, PUBLIC from holidays.countries.cyprus import Cyprus, CY, CYP from tests.common import CommonCountryTests class TestCyprus(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Cyprus, years=range(2000, 2025)) def test_country_aliases(self): self.assertAliases(Cyprus, CY, CYP) def test_no_holidays(self): self.assertNoHolidays(Cyprus(categories=(BANK, OPTIONAL, PUBLIC), years=1960)) def test_fixed_holidays(self): fdays = ( (1, 1, "Πρωτοχρονιά"), (1, 6, "Ημέρα των Θεοφανίων"), (3, 25, "Ημέρα της Ελληνικής Ανεξαρτησίας"), (4, 1, "Εθνική Ημέρα Κύπρου"), (5, 1, "Πρωτομαγιά"), (8, 15, "Κοίμηση της Θεοτόκου"), (10, 1, "Ημέρα της Κυπριακής Ανεξαρτησίας"), (10, 28, "Ημέρα του Όχι"), (12, 25, "Χριστούγεννα"), (12, 26, "Επομένη Χριστουγέννων"), ) for y in range(2000, 2025): for m, d, name in fdays: self.assertHolidayName(name, f"{y}-{m}-{d}") def test_green_monday(self): self.assertHolidayName( "Καθαρά Δευτέρα", "2018-02-19", "2019-03-11", "2020-03-02", "2021-03-15", "2022-03-07", "2023-02-27", "2024-03-18", ) def test_good_friday(self): self.assertHolidayName( "Μεγάλη Παρασκευή", "2018-04-06", "2019-04-26", "2020-04-17", "2021-04-30", "2022-04-22", "2023-04-14", "2024-05-03", ) def test_easter_sunday(self): self.assertHolidayName( "Κυριακή του Πάσχα", "2018-04-08", "2019-04-28", "2020-04-19", "2021-05-02", "2022-04-24", "2023-04-16", "2024-05-05", ) def test_easter_monday(self): self.assertHolidayName( "Δευτέρα της Διακαινησίμου", "2018-04-09", "2019-04-29", "2020-04-20", "2021-05-03", "2022-04-25", "2023-04-17", "2024-05-06", ) def test_whit_monday(self): self.assertHolidayName( "Δευτέρα του Αγίου Πνεύματος", "2018-05-28", "2019-06-17", "2020-06-08", "2021-06-21", "2022-06-13", "2023-06-05", "2024-06-24", ) def test_cyprus_independence_day(self): name = "Ημέρα της Κυπριακής Ανεξαρτησίας" self.assertHolidayName(name, (f"{year}-10-01" for year in range(1979, 2025))) self.assertNoHolidayName(name, Cyprus(years=range(1961, 1979))) def test_bank_2023(self): self.assertHolidays( Cyprus(categories=BANK, years=2023), ("2023-04-18", "Τρίτη της Διακαινησίμου"), ) def test_optional_2023(self): self.assertHolidays( Cyprus(categories=OPTIONAL, years=2023), ("2023-04-15", "Μεγάλο Σάββατο"), ("2023-12-24", "Παραμονή Χριστουγέννων"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Πρωτοχρονιά"), ("2023-01-06", "Ημέρα των Θεοφανίων"), ("2023-02-27", "Καθαρά Δευτέρα"), ("2023-03-25", "Ημέρα της Ελληνικής Ανεξαρτησίας"), ("2023-04-01", "Εθνική Ημέρα Κύπρου"), ("2023-04-14", "Μεγάλη Παρασκευή"), ("2023-04-15", "Μεγάλο Σάββατο"), ("2023-04-16", "Κυριακή του Πάσχα"), ("2023-04-17", "Δευτέρα της Διακαινησίμου"), ("2023-04-18", "Τρίτη της Διακαινησίμου"), ("2023-05-01", "Πρωτομαγιά"), ("2023-06-05", "Δευτέρα του Αγίου Πνεύματος"), ("2023-08-15", "Κοίμηση της Θεοτόκου"), ("2023-10-01", "Ημέρα της Κυπριακής Ανεξαρτησίας"), ("2023-10-28", "Ημέρα του Όχι"), ("2023-12-24", "Παραμονή Χριστουγέννων"), ("2023-12-25", "Χριστούγεννα"), ("2023-12-26", "Επομένη Χριστουγέννων"), ) def test_l10n_en_cy(self): self.assertLocalizedHolidays( "en_CY", ("2023-01-01", "New Year's Day"), ("2023-01-06", "Epiphany"), ("2023-02-27", "Green Monday"), ("2023-03-25", "Greek Independence Day"), ("2023-04-01", "Cyprus National Day"), ("2023-04-14", "Good Friday"), ("2023-04-15", "Holy Saturday"), ("2023-04-16", "Easter Sunday"), ("2023-04-17", "Easter Monday"), ("2023-04-18", "Easter Tuesday"), ("2023-05-01", "Labour Day"), ("2023-06-05", "Pentecost"), ("2023-08-15", "Assumption Day"), ("2023-10-01", "Cyprus Independence Day"), ("2023-10-28", "Ochi Day"), ("2023-12-24", "Christmas Eve"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Day After Christmas"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-06", "Epiphany"), ("2023-02-27", "Green Monday"), ("2023-03-25", "Greek Independence Day"), ("2023-04-01", "Cyprus National Day"), ("2023-04-14", "Good Friday"), ("2023-04-15", "Holy Saturday"), ("2023-04-16", "Easter Sunday"), ("2023-04-17", "Easter Monday"), ("2023-04-18", "Easter Tuesday"), ("2023-05-01", "Labor Day"), ("2023-06-05", "Whit Monday"), ("2023-08-15", "Assumption Day"), ("2023-10-01", "Cyprus Independence Day"), ("2023-10-28", "Greek National Day"), ("2023-12-24", "Christmas Eve"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Day After Christmas"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "Новий рік"), ("2023-01-06", "Богоявлення"), ("2023-02-27", "Чистий понеділок"), ("2023-03-25", "День незалежності Греції"), ("2023-04-01", "Національне свято Кіпру"), ("2023-04-14", "Страсна пʼятниця"), ("2023-04-15", "Велика субота"), ("2023-04-16", "Великдень"), ("2023-04-17", "Великодній понеділок"), ("2023-04-18", "Великодній вівторок"), ("2023-05-01", "День праці"), ("2023-06-05", "День Святого Духа"), ("2023-08-15", "Успіння Пресвятої Богородиці"), ("2023-10-01", "День незалежності Кіпру"), ("2023-10-28", "День Охі"), ("2023-12-24", "Святий вечір"), ("2023-12-25", "Різдво Христове"), ("2023-12-26", "Другий день Різдва"), ) holidays-0.71/tests/countries/test_czechia.py000066400000000000000000000221071500152103600214440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.czechia import Czechia, CZ, CZE from tests.common import CommonCountryTests class TestCzechia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Czechia, years=range(1952, 2050)) def test_country_aliases(self): self.assertAliases(Czechia, CZ, CZE) def test_no_holidays(self): self.assertNoHolidays(Czechia(years=1951)) def test_new_years_day(self): self.assertHolidayName("Nový rok", (f"{year}-01-01" for year in range(1952, 2000))) def test_independent_chech_state_day(self): name = "Den obnovy samostatného českého státu" self.assertHolidayName(name, (f"{year}-01-01" for year in range(2000, 2050))) self.assertNoHolidayName(name, range(1952, 2000)) def test_good_friday(self): name = "Velký pátek" self.assertHolidayName( name, "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, range(2016, 2050)) self.assertNoHolidayName(name, range(1952, 2016)) def test_easter_monday(self): name = "Velikonoční pondělí" self.assertHolidayName( name, "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) self.assertHolidayName(name, range(1952, 2050)) def test_labor_day(self): self.assertHolidayName("Svátek práce", (f"{year}-05-01" for year in range(1952, 2050))) def test_victory_day(self): name_1 = "Den osvobození od fašismu" name_2 = "Den osvobození" name_3 = "Den vítězství" self.assertHolidayName( name_1, (f"{year}-05-09" for year in range(1952, 1992)), (f"{year}-05-08" for year in range(1992, 2001)), ) self.assertHolidayName(name_2, (f"{year}-05-08" for year in range(2001, 2004))) self.assertHolidayName(name_3, (f"{year}-05-08" for year in range(2004, 2050))) self.assertNoHoliday(f"{year}-05-08" for year in range(1952, 1992)) self.assertNoHoliday(f"{year}-05-09" for year in range(1992, 2050)) self.assertNoHolidayName(name_1, range(2001, 2050)) self.assertNoHolidayName(name_2, range(1952, 2001), range(2004, 2050)) self.assertNoHolidayName(name_3, range(1952, 2004)) def test_cyril_and_methodius_day(self): name = "Den slovanských věrozvěstů Cyrila a Metoděje" self.assertHolidayName(name, (f"{year}-07-05" for year in range(1990, 2050))) self.assertNoHoliday(f"{year}-07-05" for year in range(1952, 1990)) self.assertNoHolidayName(name, range(1952, 1990)) def test_jan_hus_day(self): name = "Den upálení mistra Jana Husa" self.assertHolidayName(name, (f"{year}-07-06" for year in range(1990, 2050))) self.assertNoHoliday(f"{year}-07-06" for year in range(1952, 1990)) self.assertNoHolidayName(name, range(1952, 1990)) def test_statehood_day(self): name = "Den české státnosti" self.assertHolidayName(name, (f"{year}-09-28" for year in range(2000, 2050))) self.assertNoHoliday(f"{year}-09-28" for year in range(1952, 2000)) self.assertNoHolidayName(name, range(1952, 2000)) def test_independent_czechoslovak_state_day(self): self.assertHolidayName( "Den vzniku samostatného československého státu", (f"{year}-10-28" for year in range(1952, 2050)), ) def test_struggle_for_freedom_and_democracy_day(self): name_1 = "Den boje za svobodu a demokracii" name_2 = "Den boje za svobodu a demokracii a Mezinárodní den studentstva" self.assertHolidayName(name_1, (f"{year}-11-17" for year in range(1990, 2019))) self.assertHolidayName(name_2, (f"{year}-11-17" for year in range(2019, 2050))) self.assertNoHoliday(f"{year}-11-17" for year in range(1952, 1990)) self.assertNoHolidayName(name_1, range(1952, 1990), range(2019, 2050)) self.assertNoHolidayName(name_2, range(1952, 2019)) def test_christmas_eve(self): name = "Štědrý den" self.assertHolidayName(name, (f"{year}-12-24" for year in range(1990, 2050))) self.assertNoHoliday(f"{year}-12-24" for year in range(1952, 1990)) self.assertNoHolidayName(name, range(1952, 1990)) def test_christmas_day(self): self.assertHolidayName( "1. svátek vánoční", (f"{year}-12-25" for year in range(1952, 2050)) ) def test_christmas_second_day(self): self.assertHolidayName( "2. svátek vánoční", (f"{year}-12-26" for year in range(1952, 2050)) ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Den obnovy samostatného českého státu; Nový rok"), ("2022-04-15", "Velký pátek"), ("2022-04-18", "Velikonoční pondělí"), ("2022-05-01", "Svátek práce"), ("2022-05-08", "Den vítězství"), ("2022-07-05", "Den slovanských věrozvěstů Cyrila a Metoděje"), ("2022-07-06", "Den upálení mistra Jana Husa"), ("2022-09-28", "Den české státnosti"), ("2022-10-28", "Den vzniku samostatného československého státu"), ("2022-11-17", "Den boje za svobodu a demokracii a Mezinárodní den studentstva"), ("2022-12-24", "Štědrý den"), ("2022-12-25", "1. svátek vánoční"), ("2022-12-26", "2. svátek vánoční"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "Independent Czech State Restoration Day; New Year's Day"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-08", "Victory Day"), ("2022-07-05", "Saints Cyril and Methodius Day"), ("2022-07-06", "Jan Hus Day"), ("2022-09-28", "Statehood Day"), ("2022-10-28", "Independent Czechoslovak State Day"), ( "2022-11-17", "Struggle for Freedom and Democracy Day and International Students' Day", ), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ) def test_l10n_sk(self): self.assertLocalizedHolidays( "sk", ("2022-01-01", "Deň obnovy samostatného českého štátu; Nový rok"), ("2022-04-15", "Veľký piatok"), ("2022-04-18", "Veľkonočný pondelok"), ("2022-05-01", "Sviatok práce"), ("2022-05-08", "Deň víťazstva"), ("2022-07-05", "Deň slovanských vierozvestcov Cyrila a Metoda"), ("2022-07-06", "Deň upálenia majstra Jána Husa"), ("2022-09-28", "Deň českej štátnosti"), ("2022-10-28", "Deň vzniku samostatného československého štátu"), ("2022-11-17", "Deň boja za slobodu a demokraciu a Medzinárodný deň študentstva"), ("2022-12-24", "Štedrý deň"), ("2022-12-25", "1. sviatok vianočný"), ("2022-12-26", "2. sviatok vianočný"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "День відновлення незалежної чеської держави; Новий рік"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-08", "День Перемоги"), ("2022-07-05", "День Святих Кирила та Мефодія"), ("2022-07-06", "День спалення Яна Гуса"), ("2022-09-28", "День чеської державності"), ("2022-10-28", "День створення незалежної чехословацької держави"), ("2022-11-17", "День боротьби за свободу і демократію та Міжнародний день студентів"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ) holidays-0.71/tests/countries/test_denmark.py000066400000000000000000000116761500152103600214700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import OPTIONAL from holidays.countries.denmark import Denmark, DK, DNK from tests.common import CommonCountryTests class TestDenmark(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Denmark) def test_country_aliases(self): self.assertAliases(Denmark, DK, DNK) def test_2016(self): # http://www.officeholidays.com/countries/denmark/2016.php self.assertHolidays( ("2016-01-01", "Nytårsdag"), ("2016-03-24", "Skærtorsdag"), ("2016-03-25", "Langfredag"), ("2016-03-27", "Påskedag"), ("2016-03-28", "Anden påskedag"), ("2016-04-22", "Store bededag"), ("2016-05-05", "Kristi himmelfartsdag"), ("2016-05-15", "Pinsedag"), ("2016-05-16", "Anden pinsedag"), ("2016-12-25", "Juledag"), ("2016-12-26", "Anden juledag"), ) def test_2022(self): self.assertHolidays( ("2022-01-01", "Nytårsdag"), ("2022-04-14", "Skærtorsdag"), ("2022-04-15", "Langfredag"), ("2022-04-17", "Påskedag"), ("2022-04-18", "Anden påskedag"), ("2022-05-13", "Store bededag"), ("2022-05-26", "Kristi himmelfartsdag"), ("2022-06-05", "Pinsedag"), ("2022-06-06", "Anden pinsedag"), ("2022-12-25", "Juledag"), ("2022-12-26", "Anden juledag"), ) def test_2022_optional(self): self.assertHolidays( Denmark(categories=OPTIONAL, years=2022), ("2022-05-01", "Arbejdernes kampdag"), ("2022-06-05", "Grundlovsdag"), ("2022-12-24", "Juleaftensdag"), ("2022-12-31", "Nytårsaften"), ) def test_2024(self): # https://www.officeholidays.com/countries/denmark/2024 self.assertNoHoliday("2024-04-26") self.assertNoHolidayName("Store bededag", Denmark(years=2024)) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Nytårsdag"), ("2022-04-14", "Skærtorsdag"), ("2022-04-15", "Langfredag"), ("2022-04-17", "Påskedag"), ("2022-04-18", "Anden påskedag"), ("2022-05-01", "Arbejdernes kampdag"), ("2022-05-13", "Store bededag"), ("2022-05-26", "Kristi himmelfartsdag"), ("2022-06-05", "Grundlovsdag; Pinsedag"), ("2022-06-06", "Anden pinsedag"), ("2022-12-24", "Juleaftensdag"), ("2022-12-25", "Juledag"), ("2022-12-26", "Anden juledag"), ("2022-12-31", "Nytårsaften"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-14", "Maundy Thursday"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Workers' Day"), ("2022-05-13", "Great Prayer Day"), ("2022-05-26", "Ascension Day"), ("2022-06-05", "Constitution Day; Whit Sunday"), ("2022-06-06", "Whit Monday"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ("2022-12-31", "New Year's Eve"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-14", "Великий четвер"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День трудящих"), ("2022-05-13", "День загальної молитви"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-05", "День Конституції; Трійця"), ("2022-06-06", "День Святого Духа"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ("2022-12-31", "Переддень Нового року"), ) holidays-0.71/tests/countries/test_djibouti.py000066400000000000000000000104221500152103600216440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.djibouti import Djibouti, DJ, DJI from tests.common import CommonCountryTests class TestDjibouti(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Djibouti) def test_country_aliases(self): self.assertAliases(Djibouti, DJ, DJI) def test_no_holidays(self): self.assertNoHolidays(Djibouti(years=1977)) def test_2019(self): self.assertHolidays( ("2019-01-01", "Nouvel an"), ("2019-04-03", "Al Isra et Al Mirague (estimé)"), ("2019-05-01", "Fête du travail"), ("2019-06-04", "Eid al-Fitr (estimé)"), ("2019-06-05", "Eid al-Fitr deuxième jour (estimé)"), ("2019-06-27", "Fête de l'indépendance"), ("2019-06-28", "Fête de l'indépendance deuxième jour"), ("2019-08-10", "Arafat (estimé)"), ("2019-08-11", "Eid al-Adha (estimé)"), ("2019-08-12", "Eid al-Adha deuxième jour (estimé)"), ("2019-08-31", "Nouvel an musulman (estimé)"), ("2019-11-09", "Anniversaire du prophète Muhammad (estimé)"), ("2019-12-25", "Noël"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Nouvel an"), ("2022-02-28", "Al Isra et Al Mirague (estimé)"), ("2022-05-01", "Fête du travail"), ("2022-05-02", "Eid al-Fitr (estimé)"), ("2022-05-03", "Eid al-Fitr deuxième jour (estimé)"), ("2022-06-27", "Fête de l'indépendance"), ("2022-06-28", "Fête de l'indépendance deuxième jour"), ("2022-07-08", "Arafat (estimé)"), ("2022-07-09", "Eid al-Adha (estimé)"), ("2022-07-10", "Eid al-Adha deuxième jour (estimé)"), ("2022-07-30", "Nouvel an musulman (estimé)"), ("2022-10-08", "Anniversaire du prophète Muhammad (estimé)"), ("2022-12-25", "Noël"), ) def test_l10n_ar(self): self.assertLocalizedHolidays( "ar", ("2022-01-01", "يوم السنة الجديدة"), ("2022-02-28", "(تقدير) الإسراء والمعراج"), ("2022-05-01", "عيد العمال"), ("2022-05-02", "(تقدير) عيد الفطر"), ("2022-05-03", "(تقدير) عطلة عيد الفطر"), ("2022-06-27", "عيد الإستقلال"), ("2022-06-28", "عطلة عيد الاستقلال"), ("2022-07-08", "(تقدير) يوم عرفة"), ("2022-07-09", "(تقدير) عيد الأضحى"), ("2022-07-10", "(تقدير) عطلة عيد الأضحى"), ("2022-07-30", "(تقدير) رأس السنة الهجرية"), ("2022-10-08", "(تقدير) عيد المولد النبوي"), ("2022-12-25", "عيد الميلاد المجيد"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-02-28", "Isra' and Mi'raj (estimated)"), ("2022-05-01", "Labor Day"), ("2022-05-02", "Eid al-Fitr (estimated)"), ("2022-05-03", "Eid al-Fitr Holiday (estimated)"), ("2022-06-27", "Independence Day"), ("2022-06-28", "Independence Day Holiday"), ("2022-07-08", "Arafat Day (estimated)"), ("2022-07-09", "Eid al-Adha (estimated)"), ("2022-07-10", "Eid al-Adha Holiday (estimated)"), ("2022-07-30", "Islamic New Year (estimated)"), ("2022-10-08", "Prophet Muhammad's Birthday (estimated)"), ("2022-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_dominica.py000066400000000000000000000350721500152103600216260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.dominica import Dominica, DM, DMA from tests.common import CommonCountryTests class TestDominica(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Dominica) def test_country_aliases(self): self.assertAliases(Dominica, DM, DMA) def test_no_holidays(self): self.assertNoHolidays(Dominica(years=1989)) def test_special_holidays(self): self.assertHoliday( "2009-07-28", "2009-09-03", "2010-01-04", "2019-09-19", ) def test_labour_day(self): name = "Labour Day" # May, 1st. self.assertHolidayName(name, (f"{year}-05-01" for year in range(1990, 2010))) self.assertNoNonObservedHoliday( "1994-05-02", "2005-05-02", ) # 1st Monday of May. dt = ( "2010-05-03", "2011-05-02", "2012-05-07", "2013-05-06", "2014-05-05", "2015-05-04", "2016-05-02", "2017-05-01", "2018-05-07", "2019-05-06", "2020-05-04", "2021-05-03", "2022-05-02", "2023-05-01", "2024-05-06", ) self.assertHolidayName(name, dt) def test_first_monday_of_august_holiday(self): name_first_mon_aug = "First Monday of August" name_emancipation_day = "Emancipation Day" dt = ( "2010-08-02", "2011-08-01", "2012-08-06", "2013-08-05", "2014-08-04", "2015-08-03", "2016-08-01", "2017-08-07", "2018-08-06", "2019-08-05", "2020-08-03", "2021-08-02", "2022-08-01", "2023-08-07", "2024-08-05", ) self.assertHolidayName(name_emancipation_day, dt) self.assertNoHolidayName(name_first_mon_aug, range(1998, 2051)) self.assertNoHolidayName(name_emancipation_day, range(1990, 1998)) def test_2010_public_holidays(self): # https://www.dominica-weekly.com/images/dominica-calendar-2010/1600-1280.jpg self.assertHolidays( Dominica(years=2010), ("2010-01-01", "New Year's Day"), ("2010-01-04", "Special Public Holiday"), ("2010-02-15", "Carnival Monday"), ("2010-02-16", "Carnival Tuesday"), ("2010-04-02", "Good Friday"), ("2010-04-05", "Easter Monday"), ("2010-05-03", "Labour Day"), ("2010-05-24", "Whit Monday"), ("2010-08-02", "Emancipation Day"), ("2010-11-03", "Independence Day"), ("2010-11-04", "National Day of Community Service"), ("2010-12-25", "Christmas Day"), ("2010-12-26", "Boxing Day"), ("2010-12-27", "Boxing Day (observed)"), ) def test_2011_public_holidays(self): # https://dominicaconsulategreece.com/dominica/public-holidays/ self.assertHolidays( Dominica(years=2011), ("2011-01-01", "New Year's Day"), ("2011-03-07", "Carnival Monday"), ("2011-03-08", "Carnival Tuesday"), ("2011-04-22", "Good Friday"), ("2011-04-25", "Easter Monday"), ("2011-05-02", "Labour Day"), ("2011-06-13", "Whit Monday"), ("2011-08-01", "Emancipation Day"), ("2011-11-03", "Independence Day"), ("2011-11-04", "National Day of Community Service"), ("2011-12-25", "Christmas Day"), ("2011-12-26", "Boxing Day"), ("2011-12-27", "Christmas Day (observed)"), ) def test_2012_public_holidays(self): # https://dominicaconsulategreece.com/dominica/public-holidays/ self.assertHolidays( Dominica(years=2012), ("2012-01-01", "New Year's Day"), ("2012-01-02", "New Year's Day (observed)"), ("2012-02-20", "Carnival Monday"), ("2012-02-21", "Carnival Tuesday"), ("2012-04-06", "Good Friday"), ("2012-04-09", "Easter Monday"), ("2012-05-07", "Labour Day"), ("2012-05-28", "Whit Monday"), ("2012-08-06", "Emancipation Day"), ("2012-11-03", "Independence Day"), ("2012-11-04", "National Day of Community Service"), ("2012-11-05", "National Day of Community Service (observed)"), ("2012-12-25", "Christmas Day"), ("2012-12-26", "Boxing Day"), ) def test_2013_public_holidays(self): # https://dominicaconsulategreece.com/dominica/public-holidays/ self.assertHolidays( Dominica(years=2013), ("2013-01-01", "New Year's Day"), ("2013-02-11", "Carnival Monday"), ("2013-02-12", "Carnival Tuesday"), ("2013-03-29", "Good Friday"), ("2013-04-01", "Easter Monday"), ("2013-05-06", "Labour Day"), ("2013-05-20", "Whit Monday"), ("2013-08-05", "Emancipation Day"), ("2013-11-03", "Independence Day"), ("2013-11-04", "National Day of Community Service"), ("2013-11-05", "Independence Day (observed)"), ("2013-12-25", "Christmas Day"), ("2013-12-26", "Boxing Day"), ) def test_2014_public_holidays(self): # https://dominicaconsulategreece.com/dominica/public-holidays/ self.assertHolidays( Dominica(years=2014), ("2014-01-01", "New Year's Day"), ("2014-03-03", "Carnival Monday"), ("2014-03-04", "Carnival Tuesday"), ("2014-04-18", "Good Friday"), ("2014-04-21", "Easter Monday"), ("2014-05-05", "Labour Day"), ("2014-06-09", "Whit Monday"), ("2014-08-04", "Emancipation Day"), ("2014-11-03", "Independence Day"), ("2014-11-04", "National Day of Community Service"), ("2014-12-25", "Christmas Day"), ("2014-12-26", "Boxing Day"), ) def test_2015_public_holidays(self): # https://dominicaconsulategreece.com/dominica/public-holidays/ self.assertHolidays( Dominica(years=2015), ("2015-01-01", "New Year's Day"), ("2015-02-16", "Carnival Monday"), ("2015-02-17", "Carnival Tuesday"), ("2015-04-03", "Good Friday"), ("2015-04-06", "Easter Monday"), ("2015-05-04", "Labour Day"), ("2015-05-25", "Whit Monday"), ("2015-08-03", "Emancipation Day"), ("2015-11-03", "Independence Day"), ("2015-11-04", "National Day of Community Service"), ("2015-12-25", "Christmas Day"), ("2015-12-26", "Boxing Day"), ) def test_2016_public_holidays(self): # https://dominicaconsulategreece.com/dominica/public-holidays/ self.assertHolidays( Dominica(years=2016), ("2016-01-01", "New Year's Day"), ("2016-02-08", "Carnival Monday"), ("2016-02-09", "Carnival Tuesday"), ("2016-03-25", "Good Friday"), ("2016-03-28", "Easter Monday"), ("2016-05-02", "Labour Day"), ("2016-05-16", "Whit Monday"), ("2016-08-01", "Emancipation Day"), ("2016-11-03", "Independence Day"), ("2016-11-04", "National Day of Community Service"), ("2016-12-25", "Christmas Day"), ("2016-12-26", "Boxing Day"), ("2016-12-27", "Christmas Day (observed)"), ) def test_2017_public_holidays(self): # https://dominicaconsulategreece.com/dominica/public-holidays/ self.assertHolidays( Dominica(years=2017), ("2017-01-01", "New Year's Day"), ("2017-01-02", "New Year's Day (observed)"), ("2017-02-27", "Carnival Monday"), ("2017-02-28", "Carnival Tuesday"), ("2017-04-14", "Good Friday"), ("2017-04-17", "Easter Monday"), ("2017-05-01", "Labour Day"), ("2017-06-05", "Whit Monday"), ("2017-08-07", "Emancipation Day"), ("2017-11-03", "Independence Day"), ("2017-11-04", "National Day of Community Service"), ("2017-12-25", "Christmas Day"), ("2017-12-26", "Boxing Day"), ) def test_2018_public_holidays(self): # https://dominicaconsulategreece.com/dominica/public-holidays/ self.assertHolidays( Dominica(years=2018), ("2018-01-01", "New Year's Day"), ("2018-02-12", "Carnival Monday"), ("2018-02-13", "Carnival Tuesday"), ("2018-03-30", "Good Friday"), ("2018-04-02", "Easter Monday"), ("2018-05-07", "Labour Day"), ("2018-05-21", "Whit Monday"), ("2018-08-06", "Emancipation Day"), ("2018-11-03", "Independence Day"), ("2018-11-04", "National Day of Community Service"), ("2018-11-05", "National Day of Community Service (observed)"), ("2018-12-25", "Christmas Day"), ("2018-12-26", "Boxing Day"), ) def test_2019_public_holidays(self): # https://dominicaconsulategreece.com/dominica/public-holidays/ self.assertHolidays( Dominica(years=2019), ("2019-01-01", "New Year's Day"), ("2019-03-04", "Carnival Monday"), ("2019-03-05", "Carnival Tuesday"), ("2019-04-19", "Good Friday"), ("2019-04-22", "Easter Monday"), ("2019-05-06", "Labour Day"), ("2019-06-10", "Whit Monday"), ("2019-08-05", "Emancipation Day"), ("2019-09-19", "Post-Hurricane Maria Thanksgiving Celebrations"), ("2019-11-03", "Independence Day"), ("2019-11-04", "National Day of Community Service"), ("2019-11-05", "Independence Day (observed)"), ("2019-12-25", "Christmas Day"), ("2019-12-26", "Boxing Day"), ) def test_2020_public_holidays(self): # https://dominicaconsulategreece.com/dominica/public-holidays/ self.assertHolidays( Dominica(years=2020), ("2020-01-01", "New Year's Day"), ("2020-02-24", "Carnival Monday"), ("2020-02-25", "Carnival Tuesday"), ("2020-04-10", "Good Friday"), ("2020-04-13", "Easter Monday"), ("2020-05-04", "Labour Day"), ("2020-06-01", "Whit Monday"), ("2020-08-03", "Emancipation Day"), ("2020-11-03", "Independence Day"), ("2020-11-04", "National Day of Community Service"), ("2020-12-25", "Christmas Day"), ("2020-12-26", "Boxing Day"), ) def test_2021_public_holidays(self): # http://www.q95da.com/news/q95-news-received-on-december-29-2020-at-731pm-the-official-public-holiday-calendar-for-2021-approved-by-the-government-of-dominica self.assertHolidays( Dominica(years=2021), ("2021-01-01", "New Year's Day"), ("2021-02-15", "Carnival Monday"), ("2021-02-16", "Carnival Tuesday"), ("2021-04-02", "Good Friday"), ("2021-04-05", "Easter Monday"), ("2021-05-03", "Labour Day"), ("2021-05-24", "Whit Monday"), ("2021-08-02", "Emancipation Day"), ("2021-11-03", "Independence Day"), ("2021-11-04", "National Day of Community Service"), ("2021-12-25", "Christmas Day"), ("2021-12-26", "Boxing Day"), ("2021-12-27", "Boxing Day (observed)"), ) def test_2022_public_holidays(self): # https://dominica.gov.dm/about-dominica/public-holidays self.assertHolidays( Dominica(years=2022), ("2022-01-01", "New Year's Day"), ("2022-02-28", "Carnival Monday"), ("2022-03-01", "Carnival Tuesday"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-02", "Labour Day"), ("2022-06-06", "Whit Monday"), ("2022-08-01", "Emancipation Day"), ("2022-11-03", "Independence Day"), ("2022-11-04", "National Day of Community Service"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) def test_2023_public_holidays(self): # https://dominica.gov.dm/about-dominica/public-holidays self.assertHolidays( Dominica(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-02-20", "Carnival Monday"), ("2023-02-21", "Carnival Tuesday"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-05-01", "Labour Day"), ("2023-05-29", "Whit Monday"), ("2023-08-07", "Emancipation Day"), ("2023-11-03", "Independence Day"), ("2023-11-04", "National Day of Community Service"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) def test_2024_public_holidays(self): # https://dominica.gov.dm/about-dominica/public-holidays self.assertHolidays( Dominica(years=2024), ("2024-01-01", "New Year's Day"), ("2024-02-12", "Carnival Monday"), ("2024-02-13", "Carnival Tuesday"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-05-06", "Labour Day"), ("2024-05-20", "Whit Monday"), ("2024-08-05", "Emancipation Day"), ("2024-11-03", "Independence Day"), ("2024-11-04", "National Day of Community Service"), ("2024-11-05", "Independence Day (observed)"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_dominican_republic.py000066400000000000000000000156451500152103600236750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.dominican_republic import DominicanRepublic, DO, DOM from tests.common import CommonCountryTests class TestDominicanRepublic(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(DominicanRepublic) def test_country_aliases(self): self.assertAliases(DominicanRepublic, DO, DOM) def test_no_holidays(self): self.assertNoHolidays(DominicanRepublic(years=1997)) def test_2020(self): self.assertHolidays( ("2020-01-01", "Año Nuevo"), ("2020-01-06", "Día de los Santos Reyes"), ("2020-01-21", "Día de la Altagracia"), ("2020-01-26", "Día de Duarte"), ("2020-02-27", "Día de Independencia"), ("2020-04-10", "Viernes Santo"), ("2020-05-04", "Día del Trabajo"), ("2020-06-11", "Corpus Christi"), ("2020-08-16", "Día de la Restauración"), ("2020-09-24", "Día de las Mercedes"), ("2020-11-09", "Día de la Constitución"), ("2020-12-25", "Día de Navidad"), ) def test_2021(self): self.assertHolidays( ("2021-01-01", "Año Nuevo"), ("2021-01-04", "Día de los Santos Reyes"), ("2021-01-21", "Día de la Altagracia"), ("2021-01-25", "Día de Duarte"), ("2021-02-27", "Día de Independencia"), ("2021-04-02", "Viernes Santo"), ("2021-05-01", "Día del Trabajo"), ("2021-06-03", "Corpus Christi"), ("2021-08-16", "Día de la Restauración"), ("2021-09-24", "Día de las Mercedes"), ("2021-11-06", "Día de la Constitución"), ("2021-12-25", "Día de Navidad"), ) def test_2022(self): self.assertHolidays( ("2022-01-01", "Año Nuevo"), ("2022-01-10", "Día de los Santos Reyes"), ("2022-01-21", "Día de la Altagracia"), ("2022-01-24", "Día de Duarte"), ("2022-02-27", "Día de Independencia"), ("2022-04-15", "Viernes Santo"), ("2022-05-02", "Día del Trabajo"), ("2022-06-16", "Corpus Christi"), ("2022-08-15", "Día de la Restauración"), ("2022-09-24", "Día de las Mercedes"), ("2022-11-06", "Día de la Constitución"), ("2022-12-25", "Día de Navidad"), ) def test_2023(self): self.assertHolidays( ("2023-01-01", "Año Nuevo"), ("2023-01-09", "Día de los Santos Reyes"), ("2023-01-21", "Día de la Altagracia"), ("2023-01-30", "Día de Duarte"), ("2023-02-27", "Día de Independencia"), ("2023-04-07", "Viernes Santo"), ("2023-05-01", "Día del Trabajo"), ("2023-06-08", "Corpus Christi"), ("2023-08-14", "Día de la Restauración"), ("2023-09-24", "Día de las Mercedes"), ("2023-11-06", "Día de la Constitución"), ("2023-12-25", "Día de Navidad"), ) def test_2024(self): self.assertHolidays( ("2024-01-01", "Año Nuevo"), ("2024-01-06", "Día de los Santos Reyes"), ("2024-01-21", "Día de la Altagracia"), ("2024-01-29", "Día de Duarte"), ("2024-02-27", "Día de Independencia"), ("2024-03-29", "Viernes Santo"), ("2024-04-29", "Día del Trabajo"), ("2024-05-30", "Corpus Christi"), ("2024-08-16", "Día de la Restauración"), ("2024-09-24", "Día de las Mercedes"), ("2024-11-04", "Día de la Constitución"), ("2024-12-25", "Día de Navidad"), ) def test_movable(self): self.assertHoliday( "1998-01-05", "1998-01-26", "1998-05-04", "1998-11-09", "1999-01-04", "1999-01-25", "1999-05-01", "1999-11-06", "2001-08-20", "2012-08-16", "2016-08-16", ) self.assertNoHoliday( "1998-01-06", "1998-05-01", "1998-11-06", "1999-01-26", "2001-08-16", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-01-10", "Día de los Santos Reyes"), ("2022-01-21", "Día de la Altagracia"), ("2022-01-24", "Día de Duarte"), ("2022-02-27", "Día de Independencia"), ("2022-04-15", "Viernes Santo"), ("2022-05-02", "Día del Trabajo"), ("2022-06-16", "Corpus Christi"), ("2022-08-15", "Día de la Restauración"), ("2022-09-24", "Día de las Mercedes"), ("2022-11-06", "Día de la Constitución"), ("2022-12-25", "Día de Navidad"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-10", "Epiphany"), ("2022-01-21", "Lady of Altagracia"), ("2022-01-24", "Juan Pablo Duarte Day"), ("2022-02-27", "Independence Day"), ("2022-04-15", "Good Friday"), ("2022-05-02", "Labor Day"), ("2022-06-16", "Corpus Christi"), ("2022-08-15", "Restoration Day"), ("2022-09-24", "Our Lady of Mercedes Day"), ("2022-11-06", "Constitution Day"), ("2022-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-10", "Богоявлення"), ("2022-01-21", "День Богоматері Альтаграсія"), ("2022-01-24", "День Дуарте"), ("2022-02-27", "День незалежності"), ("2022-04-15", "Страсна пʼятниця"), ("2022-05-02", "День праці"), ("2022-06-16", "Свято Тіла і Крові Христових"), ("2022-08-15", "День реставрації"), ("2022-09-24", "День Богоматері Милосердя"), ("2022-11-06", "День Конституції"), ("2022-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_ecuador.py000066400000000000000000000223011500152103600214540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.ecuador import Ecuador, EC, ECU from tests.common import CommonCountryTests class TestEcuador(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Ecuador, years=range(2000, 2050)) def test_country_aliases(self): self.assertAliases(Ecuador, EC, ECU) def test_new_years_day(self): self.assertHolidayName("Año Nuevo", (f"{year}-01-01" for year in range(2000, 2050))) def test_carnival(self): dt = ( "2000-03-06", "2000-03-07", "2010-02-15", "2010-02-16", "2018-02-12", "2018-02-13", "2019-03-04", "2019-03-05", "2020-02-24", "2020-02-25", "2021-02-15", "2021-02-16", "2022-02-28", "2022-03-01", "2023-02-20", "2023-02-21", ) self.assertHolidayName("Carnaval", dt) def test_good_friday(self): dt = ( "2000-04-21", "2010-04-02", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertHolidayName("Viernes Santo", dt) def test_labour_day(self): self.assertHolidayName("Día del Trabajo", (f"{year}-05-01" for year in range(2000, 2050))) def test_battle_of_pichincha(self): self.assertHolidayName( "Batalla de Pichincha", (f"{year}-05-24" for year in range(2000, 2050)) ) def test_independence_of_quito(self): self.assertHolidayName( "Primer Grito de Independencia", (f"{year}-08-10" for year in range(2000, 2050)) ) def test_independence_of_guayaquil(self): self.assertHolidayName( "Independencia de Guayaquil", (f"{year}-10-09" for year in range(2000, 2050)) ) def test_all_souls_day(self): self.assertHolidayName( "Día de los Difuntos", (f"{year}-11-02" for year in range(2000, 2050)) ) def test_independence_of_cuenca(self): self.assertHolidayName( "Independencia de Cuenca", (f"{year}-11-03" for year in range(2000, 2050)) ) def test_christmas_day(self): self.assertHolidayName("Día de Navidad", (f"{year}-12-25" for year in range(2000, 2050))) def test_observed(self): dt = ( # Año Nuevo "2017-01-02", "2021-12-31", "2023-01-02", # Día del Trabajo "2018-04-30", "2019-05-03", "2021-04-30", "2022-05-02", "2024-05-03", # Batalla de Pichincha "2017-05-26", "2018-05-25", "2020-05-25", "2022-05-23", "2023-05-26", # Primer Grito de Independencia "2017-08-11", "2019-08-09", "2021-08-09", "2022-08-12", "2023-08-11", # Independencia de Guayaquil "2018-10-08", "2019-10-11", "2021-10-08", "2022-10-10", "2024-10-11", # Día de los Difuntos "2019-11-01", "2021-11-01", "2022-11-04", "2024-11-01", # Independencia de Cuenca "2019-11-04", "2021-11-05", "2024-11-04", # Día de Navidad "2021-12-24", "2022-12-26", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_2022(self): self.assertHolidays( Ecuador(years=2022), ("2022-01-01", "Año Nuevo"), ("2022-02-28", "Carnaval"), ("2022-03-01", "Carnaval"), ("2022-04-15", "Viernes Santo"), ("2022-05-01", "Día del Trabajo"), ("2022-05-02", "Día del Trabajo (observado)"), ("2022-05-23", "Batalla de Pichincha (observado)"), ("2022-05-24", "Batalla de Pichincha"), ("2022-08-10", "Primer Grito de Independencia"), ("2022-08-12", "Primer Grito de Independencia (observado)"), ("2022-10-09", "Independencia de Guayaquil"), ("2022-10-10", "Independencia de Guayaquil (observado)"), ("2022-11-02", "Día de los Difuntos"), ("2022-11-03", "Independencia de Cuenca"), ("2022-11-04", "Día de los Difuntos (observado); Independencia de Cuenca (observado)"), ("2022-12-25", "Día de Navidad"), ("2022-12-26", "Día de Navidad (observado)"), ) self.assertNonObservedHolidays( Ecuador(observed=False, years=2022), ("2022-01-01", "Año Nuevo"), ("2022-02-28", "Carnaval"), ("2022-03-01", "Carnaval"), ("2022-04-15", "Viernes Santo"), ("2022-05-01", "Día del Trabajo"), ("2022-05-24", "Batalla de Pichincha"), ("2022-08-10", "Primer Grito de Independencia"), ("2022-10-09", "Independencia de Guayaquil"), ("2022-11-02", "Día de los Difuntos"), ("2022-11-03", "Independencia de Cuenca"), ("2022-12-25", "Día de Navidad"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-02-28", "Carnaval"), ("2022-03-01", "Carnaval"), ("2022-04-15", "Viernes Santo"), ("2022-05-01", "Día del Trabajo"), ("2022-05-02", "Día del Trabajo (observado)"), ("2022-05-23", "Batalla de Pichincha (observado)"), ("2022-05-24", "Batalla de Pichincha"), ("2022-08-10", "Primer Grito de Independencia"), ("2022-08-12", "Primer Grito de Independencia (observado)"), ("2022-10-09", "Independencia de Guayaquil"), ("2022-10-10", "Independencia de Guayaquil (observado)"), ("2022-11-02", "Día de los Difuntos"), ("2022-11-03", "Independencia de Cuenca"), ("2022-11-04", "Día de los Difuntos (observado); Independencia de Cuenca (observado)"), ("2022-12-25", "Día de Navidad"), ("2022-12-26", "Día de Navidad (observado)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-02-28", "Carnival"), ("2022-03-01", "Carnival"), ("2022-04-15", "Good Friday"), ("2022-05-01", "Labor Day"), ("2022-05-02", "Labor Day (observed)"), ("2022-05-23", "The Battle of Pichincha (observed)"), ("2022-05-24", "The Battle of Pichincha"), ("2022-08-10", "Declaration of Independence of Quito"), ("2022-08-12", "Declaration of Independence of Quito (observed)"), ("2022-10-09", "Independence of Guayaquil"), ("2022-10-10", "Independence of Guayaquil (observed)"), ("2022-11-02", "All Souls' Day"), ("2022-11-03", "Independence of Cuenca"), ("2022-11-04", "All Souls' Day (observed); Independence of Cuenca (observed)"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Christmas Day (observed)"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-02-28", "Карнавал"), ("2022-03-01", "Карнавал"), ("2022-04-15", "Страсна пʼятниця"), ("2022-05-01", "День праці"), ("2022-05-02", "День праці (вихідний)"), ("2022-05-23", "День битви біля Пічинча (вихідний)"), ("2022-05-24", "День битви біля Пічинча"), ("2022-08-10", "День незалежності Кіто"), ("2022-08-12", "День незалежності Кіто (вихідний)"), ("2022-10-09", "День незалежності Гуаякіля"), ("2022-10-10", "День незалежності Гуаякіля (вихідний)"), ("2022-11-02", "День усіх померлих"), ("2022-11-03", "День незалежності Куенки"), ("2022-11-04", "День незалежності Куенки (вихідний); День усіх померлих (вихідний)"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Різдво Христове (вихідний)"), ) holidays-0.71/tests/countries/test_egypt.py000066400000000000000000000112511500152103600211640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.egypt import Egypt, EG, EGY from tests.common import CommonCountryTests class TestEgypt(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Egypt) def test_country_aliases(self): self.assertAliases(Egypt, EG, EGY) def test_2019(self): self.assertHoliday( "2019-01-07", "2019-01-25", "2019-04-25", "2019-04-28", "2019-04-29", "2019-05-01", "2019-07-23", "2019-10-6", ) def test_siani_liberation_day(self): self.assertHoliday("1983-04-25") self.assertNoHoliday("1982-04-25") def test_revolution_day(self): self.assertHoliday("1953-07-23") self.assertNoHoliday("1952-07-23") def test_25_jan_from_2009(self): # Before 2009 Jan 25th wasn't celebrated self.assertHoliday("2010-01-25") self.assertNoHoliday("2008-01-25") self.assertHolidayName("عيد الشرطة", "2011-01-25") self.assertHolidayName("عيد ثورة 25 يناير", "2012-01-25") def test_hijri_based(self): self.assertHoliday( "2019-06-05", "2019-08-10", "2019-08-11", "2019-08-12", "2019-08-31", "2019-11-09", # Arafat "2010-02-26", # Eid al-Fitr "2010-09-10", "2019-06-04", # Eid al-Adha "2007-01-02", "2019-08-11", # Islamic New Year "2008-01-10", "2008-12-29", "2019-08-31", # Prophet Muhammad's Birthday "2010-02-26", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2019-01-01", "رأس السنة الميلادية"), ("2019-01-07", "عيد الميلاد المجيد (تقويم قبطي)"), ("2019-01-25", "عيد ثورة 25 يناير"), ("2019-04-25", "عيد تحرير سيناء"), ("2019-04-28", "عيد الفصح القبطي"), ("2019-04-29", "شم النسيم"), ("2019-05-01", "عيد العمال"), ("2019-06-04", "(تقدير) عيد الفطر"), ("2019-06-05", "(تقدير) عطلة عيد الفطر"), ("2019-06-06", "(تقدير) عطلة عيد الفطر"), ("2019-06-30", "عيد ثورة 30 يونيو"), ("2019-07-23", "عيد ثورة 23 يوليو"), ("2019-08-10", "(تقدير) يوم عرفة"), ("2019-08-11", "(تقدير) عيد الأضحى"), ("2019-08-12", "(تقدير) عطلة عيد الأضحى"), ("2019-08-13", "(تقدير) عطلة عيد الأضحى"), ("2019-08-31", "(تقدير) رأس السنة الهجرية"), ("2019-10-06", "عيد القوات المسلحة"), ("2019-11-09", "(تقدير) عيد المولد النبوي"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2019-01-01", "New Year's Day"), ("2019-01-07", "Coptic Christmas Day"), ("2019-01-25", "January 25th Revolution Day"), ("2019-04-25", "Sinai Liberation Day"), ("2019-04-28", "Coptic Easter"), ("2019-04-29", "Sham El Nessim"), ("2019-05-01", "Labor Day"), ("2019-06-04", "Eid al-Fitr (estimated)"), ("2019-06-05", "Eid al-Fitr Holiday (estimated)"), ("2019-06-06", "Eid al-Fitr Holiday (estimated)"), ("2019-06-30", "June 30 Revolution Day"), ("2019-07-23", "July 23 Revolution Day"), ("2019-08-10", "Arafat Day (estimated)"), ("2019-08-11", "Eid al-Adha (estimated)"), ("2019-08-12", "Eid al-Adha Holiday (estimated)"), ("2019-08-13", "Eid al-Adha Holiday (estimated)"), ("2019-08-31", "Islamic New Year (estimated)"), ("2019-10-06", "Armed Forces Day"), ("2019-11-09", "Prophet's Birthday (estimated)"), ) holidays-0.71/tests/countries/test_el_salvador.py000066400000000000000000000170401500152103600223310ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.el_salvador import ElSalvador, SV, SLV from tests.common import CommonCountryTests class TestElSalvador(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(ElSalvador, years=range(1973, 2050)) def test_country_aliases(self): self.assertAliases(ElSalvador, SV, SLV) def test_no_holidays(self): self.assertNoHolidays(ElSalvador(years=1972)) def test_new_years_day(self): self.assertHolidayName("Año Nuevo", (f"{year}-01-01" for year in range(1973, 2050))) def test_maundy_thursday(self): name = "Jueves Santo" self.assertHolidayName( name, "2016-03-24", "2017-04-13", "2018-03-29", "2019-04-18", "2020-04-09", "2021-04-01", "2022-04-14", "2023-04-06", "2024-03-28", ) self.assertHolidayName(name, range(1973, 2050)) def test_good_friday(self): name = "Viernes Santo" self.assertHolidayName( name, "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, range(1973, 2050)) def test_holy_saturday(self): name = "Sábado Santo" self.assertHolidayName( name, "2016-03-26", "2017-04-15", "2018-03-31", "2019-04-20", "2020-04-11", "2021-04-03", "2022-04-16", "2023-04-08", "2024-03-30", ) self.assertHolidayName(name, range(1973, 2050)) def test_labor_day(self): self.assertHolidayName("Día del Trabajo", (f"{year}-05-01" for year in range(1973, 2050))) def test_mothers_day(self): name = "Día de la Madre" self.assertHolidayName(name, (f"{year}-05-10" for year in range(2016, 2050))) self.assertNoHoliday(f"{year}-05-10" for year in range(1973, 2016)) self.assertNoHolidayName(name, range(1973, 2016)) def test_fathers_day(self): name = "Día del Padre" self.assertHolidayName(name, (f"{year}-06-17" for year in range(2013, 2050))) self.assertNoHoliday(f"{year}-06-17" for year in range(1973, 2013)) self.assertNoHolidayName(name, range(1973, 2013)) def test_feast_of_san_salvador(self): self.assertHolidayName( "Celebración del Divino Salvador del Mundo", (f"{year}-08-06" for year in range(1973, 2050)), ) def test_independence_day(self): self.assertHolidayName( "Día de la Independencia", (f"{year}-09-15" for year in range(1973, 2050)) ) def test_all_souls_day(self): self.assertHolidayName( "Día de los Difuntos", (f"{year}-11-02" for year in range(1973, 2050)) ) def test_christmas_day(self): self.assertHolidayName("Navidad", (f"{year}-12-25" for year in range(1973, 2050))) def test_ss_holidays(self): name = "Fiesta de San Salvador" self.assertNoHolidayName(name) self.assertHolidayName( name, ElSalvador(subdiv="SS", years=range(1973, 2050)), (f"{year}-08-03" for year in range(1973, 2050)), (f"{year}-08-05" for year in range(1973, 2050)), ) def test_2021(self): self.assertHolidays( ElSalvador(years=2021), ("2021-01-01", "Año Nuevo"), ("2021-04-01", "Jueves Santo"), ("2021-04-02", "Viernes Santo"), ("2021-04-03", "Sábado Santo"), ("2021-05-01", "Día del Trabajo"), ("2021-05-10", "Día de la Madre"), ("2021-06-17", "Día del Padre"), ("2021-08-06", "Celebración del Divino Salvador del Mundo"), ("2021-09-15", "Día de la Independencia"), ("2021-11-02", "Día de los Difuntos"), ("2021-12-25", "Navidad"), ) def test_2022(self): self.assertHolidays( ElSalvador(years=2022), ("2022-01-01", "Año Nuevo"), ("2022-04-14", "Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-04-16", "Sábado Santo"), ("2022-05-01", "Día del Trabajo"), ("2022-05-10", "Día de la Madre"), ("2022-06-17", "Día del Padre"), ("2022-08-06", "Celebración del Divino Salvador del Mundo"), ("2022-09-15", "Día de la Independencia"), ("2022-11-02", "Día de los Difuntos"), ("2022-12-25", "Navidad"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "Año Nuevo"), ("2024-03-28", "Jueves Santo"), ("2024-03-29", "Viernes Santo"), ("2024-03-30", "Sábado Santo"), ("2024-05-01", "Día del Trabajo"), ("2024-05-10", "Día de la Madre"), ("2024-06-17", "Día del Padre"), ("2024-08-03", "Fiesta de San Salvador"), ("2024-08-05", "Fiesta de San Salvador"), ("2024-08-06", "Celebración del Divino Salvador del Mundo"), ("2024-09-15", "Día de la Independencia"), ("2024-11-02", "Día de los Difuntos"), ("2024-12-25", "Navidad"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-03-28", "Maundy Thursday"), ("2024-03-29", "Good Friday"), ("2024-03-30", "Holy Saturday"), ("2024-05-01", "Labor Day"), ("2024-05-10", "Mother's Day"), ("2024-06-17", "Father's Day"), ("2024-08-03", "Feast of San Salvador"), ("2024-08-05", "Feast of San Salvador"), ("2024-08-06", "Celebrations of San Salvador"), ("2024-09-15", "Independence Day"), ("2024-11-02", "All Souls' Day"), ("2024-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2024-01-01", "Новий рік"), ("2024-03-28", "Великий четвер"), ("2024-03-29", "Страсна пʼятниця"), ("2024-03-30", "Велика субота"), ("2024-05-01", "День праці"), ("2024-05-10", "День матері"), ("2024-06-17", "День батька"), ("2024-08-03", "Свято Спасителя"), ("2024-08-05", "Свято Спасителя"), ("2024-08-06", "Свято Божественного Спасителя світу"), ("2024-09-15", "День незалежності"), ("2024-11-02", "День усіх померлих"), ("2024-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_estonia.py000066400000000000000000000122671500152103600215060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.estonia import Estonia, EE, EST from tests.common import CommonCountryTests class TestEstonia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Estonia, years=range(1990, 2050)) def test_country_aliases(self): self.assertAliases(Estonia, EE, EST) def test_new_years(self): self.assertHolidayName("uusaasta", (f"{year}-01-01" for year in range(1990, 2050))) def test_independence_day(self): self.assertHolidayName("iseseisvuspäev", (f"{year}-02-24" for year in range(1990, 2050))) def test_good_friday(self): self.assertHolidayName( "suur reede", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) def test_easter_sunday(self): self.assertHolidayName( "ülestõusmispühade 1. püha", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", ) def test_spring_day(self): self.assertHolidayName("kevadpüha", (f"{year}-05-01" for year in range(1990, 2050))) def test_whit_sunday(self): self.assertHolidayName( "nelipühade 1. püha", "2019-06-09", "2020-05-31", "2021-05-23", "2022-06-05", "2023-05-28", ) def test_victory_day(self): self.assertHolidayName("võidupüha", (f"{year}-06-23" for year in range(1990, 2050))) def test_midsummer_day(self): self.assertHolidayName("jaanipäev", (f"{year}-06-24" for year in range(1990, 2050))) def test_restoration_of_independence_day(self): name = "taasiseseisvumispäev" self.assertHolidayName(name, (f"{year}-08-20" for year in range(1998, 2050))) self.assertNoHoliday(f"{year}-08-20" for year in range(1990, 1998)) self.assertNoHolidayName(name, range(1990, 1998)) def test_christmas_eve(self): name = "jõululaupäev" self.assertHolidayName(name, (f"{year}-12-24" for year in range(2005, 2050))) self.assertNoHoliday(f"{year}-12-24" for year in range(1990, 2005)) self.assertNoHolidayName(name, range(1990, 2005)) def test_christmas_day(self): self.assertHolidayName( "esimene jõulupüha", (f"{year}-12-25" for year in range(1990, 2050)) ) def test_second_christmas_day(self): self.assertHolidayName("teine jõulupüha", (f"{year}-12-26" for year in range(1990, 2050))) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "uusaasta"), ("2022-02-24", "iseseisvuspäev"), ("2022-04-15", "suur reede"), ("2022-04-17", "ülestõusmispühade 1. püha"), ("2022-05-01", "kevadpüha"), ("2022-06-05", "nelipühade 1. püha"), ("2022-06-23", "võidupüha"), ("2022-06-24", "jaanipäev"), ("2022-08-20", "taasiseseisvumispäev"), ("2022-12-24", "jõululaupäev"), ("2022-12-25", "esimene jõulupüha"), ("2022-12-26", "teine jõulupüha"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-02-24", "Independence Day"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-05-01", "Spring Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-23", "Victory Day"), ("2022-06-24", "Midsummer Day"), ("2022-08-20", "Independence Restoration Day"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-02-24", "День незалежності"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-05-01", "День весни"), ("2022-06-05", "Трійця"), ("2022-06-23", "День Перемоги"), ("2022-06-24", "День літнього сонцестояння"), ("2022-08-20", "День відновлення незалежності"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ) holidays-0.71/tests/countries/test_eswatini.py000066400000000000000000000067401500152103600216660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from unittest import TestCase import holidays from holidays.countries.eswatini import Eswatini, SZ, SZW from tests.common import CommonCountryTests class TestEswatini(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Eswatini, years=range(1939, 2050)) def test_country_aliases(self): self.assertAliases(Eswatini, SZ, SZW) def test_no_holidays(self): self.assertNoHolidays(Eswatini(years=1938)) def test_special_holidays(self): self.assertHoliday("1999-12-31", "2000-01-03") def test_holidays(self): for year in range(1939, 2050): self.assertHoliday( f"{year}-01-01", f"{year}-05-01", f"{year}-09-06", f"{year}-12-25", f"{year}-12-26", ) def test_kings_birthday(self): self.assertNoHolidayName("King's Birthday", range(1939, 1987)) self.assertHoliday(f"{year}-04-19" for year in range(1987, 2050)) def test_national_flag_day(self): self.assertNoHoliday(f"{year}-04-25" for year in range(1939, 1969)) self.assertNoHolidayName("National Flag Day", range(1939, 1969)) self.assertHoliday(f"{year}-04-25" for year in range(1969, 2050)) def test_late_king_sobhuza(self): self.assertNoHoliday(f"{year}-07-22" for year in range(1939, 1983)) self.assertNoHolidayName("Birthday of Late King Sobhuza", range(1939, 1983)) self.assertHoliday(f"{year}-07-22" for year in range(1983, 2050)) def test_easter(self): self.assertHoliday( # Good Friday "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", # Easter Monday "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", # Ascension Day "2018-05-10", "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", ) def test_observed(self): dt = ( # New Year's Day "2023-01-02", # King's Birthday "2026-04-20", "2071-04-21", "2076-04-21", "2082-04-21", # National Flag Day "2021-04-26", "2027-04-26", "2038-04-27", # Worker's Day "2022-05-02", # Birthday of Late King Sobhuza "2029-07-23", # Independence Day "2026-09-07", # Christmas Day "2022-12-27", # Boxing Day "2021-12-27", "2027-12-27", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_swaziland_deprecation_warning(self): warnings.simplefilter("default") with self.assertWarns(Warning): holidays.Swaziland() holidays-0.71/tests/countries/test_ethiopia.py000066400000000000000000000157651500152103600216540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.ethiopia import Ethiopia, ET, ETH from tests.common import CommonCountryTests class TestEthiopia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Ethiopia, years=range(1940, 2050)) def test_country_aliases(self): self.assertAliases(Ethiopia, ET, ETH) def test_no_holidays(self): self.assertNoHolidays(Ethiopia(years=1896)) def test_christmas(self): self.assertHolidayName("ገና", (f"{year}-01-07" for year in range(1940, 2050))) def test_ephiphany(self): name = "ጥምቀት" self.assertHolidayName( name, (f"{year}-01-19" for year in range(1940, 2050) if year % 4 != 0) ) self.assertHolidayName( name, (f"{year}-01-20" for year in range(1940, 2050) if year % 4 == 0) ) def test_adwa_victory(self): self.assertHolidayName("አድዋ", (f"{year}-03-02" for year in range(1940, 2050))) def test_good_friday(self): name = "ስቅለት" self.assertHolidayName( name, "2018-04-06", "2019-04-26", "2020-04-17", "2021-04-30", "2022-04-22", "2023-04-14", "2024-05-03", ) self.assertHolidayName(name, range(1940, 2050)) def test_easter(self): name = "ፋሲካ" self.assertHolidayName( name, "2018-04-08", "2019-04-28", "2020-04-19", "2021-05-02", "2022-04-24", "2023-04-16", "2024-05-05", ) self.assertHolidayName(name, range(1940, 2050)) def test_workers_day(self): self.assertHolidayName("የሰራተኞች ቀን", (f"{year}-05-01" for year in range(1940, 2050))) def test_patriots_day(self): name = "የአርበኞች ቀን" self.assertHolidayName(name, (f"{year}-05-05" for year in range(1942, 2050))) self.assertNoHolidayName(name, range(1940, 1942)) def test_downfall_of_dergue(self): name = "ደርግ የወደቀበት ቀን" self.assertHolidayName(name, (f"{year}-05-28" for year in range(1992, 2050))) self.assertNoHolidayName(name, range(1940, 1992)) def test_new_year(self): name = "እንቁጣጣሽ" self.assertHolidayName( name, (f"{year}-09-11" for year in range(1940, 2050) if year % 4 != 3) ) self.assertHolidayName( name, (f"{year}-09-12" for year in range(1940, 2050) if year % 4 == 3) ) def test_finding_of_true_cross(self): name = "መስቀል" self.assertHolidayName( name, (f"{year}-09-27" for year in range(1940, 2050) if year % 4 != 3) ) self.assertHolidayName( name, (f"{year}-09-28" for year in range(1940, 2050) if year % 4 == 3) ) def test_revolution_day(self): name = "የአብዮት ቀን" self.assertHolidayName( name, (f"{year}-09-12" for year in range(1975, 1991) if year % 4 != 3) ) self.assertHolidayName( name, (f"{year}-09-13" for year in range(1975, 1991) if year % 4 == 3) ) self.assertNoHolidayName(name, range(1940, 1975), range(1991, 2050)) def test_october_revolution_day(self): name = "የጥቅምት አብዮት ቀን" self.assertHolidayName(name, (f"{year}-11-07" for year in range(1975, 1991))) self.assertNoHolidayName(name, range(1940, 1975), range(1991, 2050)) def test_eid_al_fitr(self): self.assertHolidayName( "ኢድ አልፈጥር", "2018-06-15", "2019-06-04", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-21", ) def test_eid_al_adha(self): self.assertHolidayName( "አረፋ", "2018-08-22", "2019-08-11", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-28", ) def test_prophets_birthday(self): self.assertHolidayName( "መውሊድ", "2018-11-21", "2019-11-10", "2020-10-29", "2021-10-18", "2022-10-08", "2023-09-27", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-07", "ገና"), ("2022-01-19", "ጥምቀት"), ("2022-03-02", "አድዋ"), ("2022-04-22", "ስቅለት"), ("2022-04-24", "ፋሲካ"), ("2022-05-01", "የሰራተኞች ቀን"), ("2022-05-02", "ኢድ አልፈጥር"), ("2022-05-05", "የአርበኞች ቀን"), ("2022-05-28", "ደርግ የወደቀበት ቀን"), ("2022-07-09", "አረፋ"), ("2022-09-11", "እንቁጣጣሽ"), ("2022-09-27", "መስቀል"), ("2022-10-08", "መውሊድ"), ) def test_l10n_en_ar(self): self.assertLocalizedHolidays( "ar", ("2022-01-07", "عيد الميلاد"), ("2022-01-19", "عيد الغطاس"), ("2022-03-02", "العدوة"), ("2022-04-22", "جمعة جيدة"), ("2022-04-24", "عيد الفصح"), ("2022-05-01", "يوم العمال"), ("2022-05-02", "عيد الفطر"), ("2022-05-05", "يوم الوطنيين"), ("2022-05-28", "يوم سقوط ديرج"), ("2022-07-09", "عيد الأضحى"), ("2022-09-11", "السنة الإثيوبية الجديدة"), ("2022-09-27", "مسكل"), ("2022-10-08", "عيد المولد النبوي"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-07", "Christmas Day"), ("2022-01-19", "Epiphany Day"), ("2022-03-02", "Adwa Victory Day"), ("2022-04-22", "Good Friday"), ("2022-04-24", "Easter Sunday"), ("2022-05-01", "Workers' Day"), ("2022-05-02", "Eid al-Fitr"), ("2022-05-05", "Patriots' Day"), ("2022-05-28", "Downfall of Dergue Regime Day"), ("2022-07-09", "Eid al-Adha"), ("2022-09-11", "Ethiopian New Year"), ("2022-09-27", "Finding of True Cross"), ("2022-10-08", "Prophet's Birthday"), ) holidays-0.71/tests/countries/test_fiji.py000066400000000000000000000266521500152103600207700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import PUBLIC, WORKDAY from holidays.countries.fiji import Fiji, FJ, FJI from tests.common import CommonCountryTests class TestFiji(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(2016, 2050) super().setUpClass(Fiji, years=years) cls.workday_holidays = Fiji(categories=WORKDAY, years=years) def test_country_aliases(self): self.assertAliases(Fiji, FJ, FJI) def test_no_holidays(self): self.assertNoHolidays(Fiji(years=2015, categories=PUBLIC)) self.assertNoHolidays(Fiji(years=2022, categories=WORKDAY)) def test_new_years_day(self): name = "New Year's Day" self.assertHolidayName(name, (f"{year}-01-01" for year in range(2016, 2050))) dt_obs = ( "2017-01-02", "2022-01-03", "2023-01-02", ) self.assertHolidayName(f"{name} (observed)", dt_obs) self.assertNoNonObservedHoliday(dt_obs) def test_good_friday(self): name = "Good Friday" dt = ( "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(2016, 2050)) def test_easter_saturday(self): name = "Easter Saturday" dt = ( "2018-03-31", "2019-04-20", "2020-04-11", "2021-04-03", "2022-04-16", "2023-04-08", "2024-03-30", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(2016, 2050)) def test_easter_monday(self): name = "Easter Monday" dt = ( "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(2016, 2050)) def test_girmit_day(self): name = "Girmit Day" dt = ( "2023-05-15", "2024-05-13", "2025-05-12", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(2023, 2050)) self.assertNoHolidayName(name, range(2016, 2023)) def test_national_sports_day(self): name = "National Sports Day" # Public Holidays dt = ( "2016-06-24", "2017-06-30", "2018-06-29", ) self.assertHolidayName(name, dt) self.assertNoHolidayName(name, range(2019, 2050)) def test_constitution_day(self): name = "Constitution Day" # Public Holidays self.assertHolidayName(name, (f"{year}-09-07" for year in range(2016, 2023))) self.assertNoHolidayName(name, range(2023, 2050)) dt_obs = ("2019-09-09",) self.assertHolidayName(f"{name} (observed)", dt_obs) self.assertNoNonObservedHoliday(dt_obs) # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-09-07" for year in range(2023, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(2016, 2023)) def test_ratu_sir_lala_sukuna_day(self): name = "Ratu Sir Lala Sukuna Day" # Public Holidays. dt = ( "2023-05-29", "2024-05-31", "2025-05-30", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(2023, 2050)) self.assertNoHolidayName(name, range(2016, 2023)) def test_fiji_day(self): self.assertHolidayName("Fiji Day", (f"{year}-10-10" for year in range(2016, 2050))) def test_diwali(self): name = "Diwali" self.assertHolidayName( name, "2016-10-31", "2017-10-19", "2018-11-07", "2019-10-28", "2020-11-14", "2021-11-04", "2022-10-25", "2023-11-13", "2024-11-01", "2025-10-21", ) dt_obs = ("2020-11-16",) self.assertHolidayName(f"{name} (observed)", dt_obs) self.assertNoNonObservedHoliday(dt_obs) def test_christmas_day(self): name = "Christmas Day" self.assertHolidayName(name, (f"{year}-12-25" for year in range(2016, 2050))) dt_obs = ( "2016-12-27", "2021-12-27", "2022-12-27", ) self.assertHolidayName(f"{name} (observed)", dt_obs) self.assertNoNonObservedHoliday(dt_obs) def test_boxing_day(self): name = "Boxing Day" self.assertHolidayName(name, (f"{year}-12-26" for year in range(2016, 2050))) dt_obs = ( "2020-12-28", "2021-12-28", "2026-12-28", "2027-12-28", ) self.assertHolidayName(f"{name} (observed)", dt_obs) self.assertNoNonObservedHoliday(dt_obs) def test_prophets_birthday(self): name = "Prophet Mohammed's Birthday" self.assertHolidayName( name, "2018-11-19", "2019-11-09", "2020-10-31", "2021-10-18", "2022-10-07", "2023-09-30", "2024-09-16", ) dt_obs = ( "2019-11-11", "2020-11-02", "2023-10-02", "2025-09-08", ) self.assertHolidayName(f"{name} (observed)", dt_obs) self.assertNoNonObservedHoliday(dt_obs) def test_2019(self): # https://web.archive.org/web/20191018023027/https://www.fiji.gov.fj/About-Fiji/Public-Holidays self.assertHolidays( Fiji(years=2019), ("2019-01-01", "New Year's Day"), ("2019-04-19", "Good Friday"), ("2019-04-20", "Easter Saturday"), ("2019-04-22", "Easter Monday"), ("2019-09-07", "Constitution Day"), ("2019-09-09", "Constitution Day (observed)"), ("2019-10-10", "Fiji Day"), ("2019-10-28", "Diwali"), ("2019-11-09", "Prophet Mohammed's Birthday"), ("2019-11-11", "Prophet Mohammed's Birthday (observed)"), ("2019-12-25", "Christmas Day"), ("2019-12-26", "Boxing Day"), ) def test_2020(self): # https://web.archive.org/web/20210103183942/https://www.fiji.gov.fj/About-Fiji/Public-Holidays self.assertHolidays( Fiji(years=2020), ("2020-01-01", "New Year's Day"), ("2020-04-10", "Good Friday"), ("2020-04-11", "Easter Saturday"), ("2020-04-13", "Easter Monday"), ("2020-09-07", "Constitution Day"), ("2020-10-10", "Fiji Day"), ("2020-10-31", "Prophet Mohammed's Birthday"), ("2020-11-02", "Prophet Mohammed's Birthday (observed)"), ("2020-11-14", "Diwali"), ("2020-11-16", "Diwali (observed)"), ("2020-12-25", "Christmas Day"), ("2020-12-26", "Boxing Day"), ("2020-12-28", "Boxing Day (observed)"), ) def test_2021(self): # https://web.archive.org/web/20221223004409/https://www.fiji.gov.fj/About-Fiji/Public-Holidays self.assertHolidays( Fiji(years=2021), ("2021-01-01", "New Year's Day"), ("2021-04-02", "Good Friday"), ("2021-04-03", "Easter Saturday"), ("2021-04-05", "Easter Monday"), ("2021-09-07", "Constitution Day"), ("2021-10-10", "Fiji Day"), ("2021-10-18", "Prophet Mohammed's Birthday"), ("2021-11-04", "Diwali"), ("2021-12-25", "Christmas Day"), ("2021-12-26", "Boxing Day"), ("2021-12-27", "Christmas Day (observed)"), ("2021-12-28", "Boxing Day (observed)"), ) def test_2022(self): # https://web.archive.org/web/20221223004409/https://www.fiji.gov.fj/About-Fiji/Public-Holidays self.assertHolidays( Fiji(years=2022), ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Easter Saturday"), ("2022-04-18", "Easter Monday"), ("2022-09-07", "Constitution Day"), ("2022-10-07", "Prophet Mohammed's Birthday"), ("2022-10-10", "Fiji Day"), ("2022-10-25", "Diwali"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) def test_2023(self): # https://web.archive.org/web/20231129154609/https://www.fiji.gov.fj/About-Fiji/Public-Holidays self.assertHolidays( Fiji(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-04-07", "Good Friday"), ("2023-04-08", "Easter Saturday"), ("2023-04-10", "Easter Monday"), ("2023-05-15", "Girmit Day"), ("2023-05-29", "Ratu Sir Lala Sukuna Day"), ("2023-09-30", "Prophet Mohammed's Birthday"), ("2023-10-02", "Prophet Mohammed's Birthday (observed)"), ("2023-10-10", "Fiji Day"), ("2023-11-13", "Diwali"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) def test_2024(self): # https://web.archive.org/web/20250121185434/https://www.fiji.gov.fj/About-Fiji/Public-Holidays self.assertHolidays( Fiji(years=2024), ("2024-01-01", "New Year's Day"), ("2024-03-29", "Good Friday"), ("2024-03-30", "Easter Saturday"), ("2024-04-01", "Easter Monday"), ("2024-05-13", "Girmit Day"), ("2024-05-31", "Ratu Sir Lala Sukuna Day"), ("2024-09-16", "Prophet Mohammed's Birthday"), ("2024-10-10", "Fiji Day"), ("2024-11-01", "Diwali"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) def test_2025(self): # https://web.archive.org/web/20250121185434/https://www.fiji.gov.fj/About-Fiji/Public-Holidays self.assertHolidays( Fiji(years=2025), ("2025-01-01", "New Year's Day"), ("2025-04-18", "Good Friday"), ("2025-04-19", "Easter Saturday"), ("2025-04-21", "Easter Monday"), ("2025-05-12", "Girmit Day"), ("2025-05-30", "Ratu Sir Lala Sukuna Day"), ("2025-09-06", "Prophet Mohammed's Birthday"), ("2025-09-08", "Prophet Mohammed's Birthday (observed)"), ("2025-10-10", "Fiji Day"), ("2025-10-21", "Diwali"), ("2025-12-25", "Christmas Day"), ("2025-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_finland.py000066400000000000000000000474221500152103600214600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import UNOFFICIAL from holidays.countries.finland import Finland, FI, FIN from tests.common import CommonCountryTests class TestFinland(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Finland) cls.unofficial_holidays = Finland(categories=UNOFFICIAL, years=range(1853, 2050)) def test_country_aliases(self): self.assertAliases(Finland, FI, FIN) def test_fixed_holidays(self): for year in range(2010, 2050): self.assertHoliday( f"{year}-01-01", f"{year}-01-06", f"{year}-05-01", f"{year}-12-06", f"{year}-12-24", f"{year}-12-25", f"{year}-12-26", ) def test_epiphany(self): self.assertHolidayName( "Loppiainen", "1972-01-06", "1973-01-06", "1974-01-12", "1989-01-07", "1990-01-06", "1991-01-06", ) self.assertNoHoliday( "1974-01-06", "1975-01-06", "1980-01-06", "1988-01-06", "1989-01-06", ) def test_easter_holidays(self): self.assertHoliday( # Good Friday "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", # Easter Sunday "2018-04-01", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", # Easter Monday "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", # Ascension Day "2018-05-10", "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", "2023-05-18", # Whit Sunday "2018-05-20", "2019-06-09", "2020-05-31", "2021-05-23", "2022-06-05", "2023-05-28", ) def test_ascension_day(self): self.assertHoliday( "1971-05-20", "1972-05-11", "1973-05-26", "1974-05-18", "1989-04-29", "1990-05-19", "1991-05-09", "1992-05-28", "1993-05-20", ) self.assertNoHoliday( "1973-05-31", "1974-05-23", "1980-05-15", "1988-05-12", "1989-05-04", "1990-05-24", ) def test_midsummer_eve(self): name = "Juhannusaatto" self.assertHolidayName( name, "1953-06-23", "1954-06-23", "1955-06-24", "1956-06-22", "1957-06-21", ) for dt in ( "1955-06-23", "1956-06-23", "1957-06-23", ): self.assertNotIn(name, self.holidays.get(dt, "")) def test_midsummer_day(self): name = "Juhannuspäivä" self.assertHolidayName( name, "1953-06-24", "1954-06-24", "1955-06-25", "1956-06-23", "1957-06-22", ) for dt in ( "1955-06-24", "1956-06-24", "1957-06-24", ): self.assertNotIn(name, self.holidays.get(dt, "")) def test_all_saints_day(self): self.assertHolidayName( "Pyhäinpäivä", "1952-11-01", "1953-11-01", "1954-11-01", "1955-11-05", "1956-11-03", "1957-11-02", ) self.assertNoHoliday( "1955-11-01", "1956-11-01", "1957-11-01", ) def test_independence_day(self): name = "Itsenäisyyspäivä" self.assertHolidayName(name, (f"{year}-12-06" for year in range(1917, 2050))) self.assertNoHoliday(f"{year}-12-06" for year in range(1853, 1917)) self.assertNoHolidayName(name, range(1853, 1917)) def _test_unofficial_holiday(self, name, since): start_year, month, day = (int(part) for part in since.split("-")) self.assertHolidayName( name, self.unofficial_holidays, (f"{year}-{month}-{day}" for year in range(start_year, 2050)), ) self.assertNoHolidayName(name, self.unofficial_holidays, start_year - 1) def test_runeberg_day(self): self._test_unofficial_holiday("Runebergin päivä", "1854-02-05") def test_kalevala_day(self): self._test_unofficial_holiday( "Kalevalan päivä, suomalaisen kulttuurin päivä", "1860-02-28" ) def test_minna_canth_day(self): self._test_unofficial_holiday("Minna Canthin päivä, tasa-arvon päivä", "2007-03-19") def test_agricola_day(self): self._test_unofficial_holiday("Mikael Agricolan päivä, suomen kielen päivä", "1978-04-09") def test_veterans_day(self): self._test_unofficial_holiday("Kansallinen veteraanipäivä", "1987-04-27") def test_europe_day(self): self._test_unofficial_holiday("Eurooppa-päivä", "2019-05-09") def test_mothers_day(self): self.assertHolidayName( "Äitienpäivä", self.unofficial_holidays, "1918-05-12", "1919-05-11", "2020-05-10", "2024-05-12", ) self.assertNoHoliday( self.unofficial_holidays, "1917-05-13", ) def test_finnish_identity_day(self): self._test_unofficial_holiday("J.V. Snellmanin päivä, suomalaisuuden päivä", "1952-05-12") def test_remembrance_day(self): self.assertHolidayName( "Kaatuneitten muistopäivä", self.unofficial_holidays, "1977-05-15", "1978-05-21", "1985-05-19", "2024-05-19", "2025-05-18", ) self.assertNoHoliday( self.unofficial_holidays, "1976-05-16", "1975-05-18", ) def test_defense_forces_day(self): self._test_unofficial_holiday("Puolustusvoimain lippujuhlan päivä", "1942-06-06") def test_eino_leino_day(self): self._test_unofficial_holiday("Eino Leinon päivä, runon ja suven päivä", "1992-07-06") def test_finnish_nature_day(self): self.assertHolidayName( "Suomen luonnon päivä", self.unofficial_holidays, "2013-08-31", "2014-08-30", "2024-08-31", "2025-08-30", "2026-08-29", ) self.assertNoHoliday( self.unofficial_holidays, "2012-08-25", "2011-08-27", ) def test_miina_sillanpaa_day(self): self._test_unofficial_holiday( "Miina Sillanpään ja kansalaisvaikuttamisen päivä", "2016-10-01" ) def test_aleksis_kivi_day(self): self._test_unofficial_holiday( "Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä", "1950-10-10" ) def test_united_nations_day(self): self._test_unofficial_holiday("YK:n päivä", "1987-10-24") def test_finnish_swedish_heritage(self): self._test_unofficial_holiday("Ruotsalaisuuden päivä, Kustaa Aadolfin päivä", "1908-11-06") def test_fathers_day(self): self.assertHolidayName( "Isänpäivä", self.unofficial_holidays, "1949-11-13", "1950-11-12", "2020-11-08", "2024-11-10", ) self.assertNoHoliday( self.unofficial_holidays, "1949-11-10", ) def test_day_of_childrens_rights(self): self._test_unofficial_holiday("Lapsen oikeuksien päivä", "2020-11-20") def test_jean_sibelius_day(self): self._test_unofficial_holiday( "Jean Sibeliuksen päivä, suomalaisen musiikin päivä", "2007-12-08" ) def test_unofficial_holidays(self): self.assertHolidays( Finland(categories=UNOFFICIAL, years=2024), ("2024-02-05", "Runebergin päivä"), ("2024-02-28", "Kalevalan päivä, suomalaisen kulttuurin päivä"), ("2024-03-19", "Minna Canthin päivä, tasa-arvon päivä"), ("2024-04-09", "Mikael Agricolan päivä, suomen kielen päivä"), ("2024-04-27", "Kansallinen veteraanipäivä"), ("2024-05-09", "Eurooppa-päivä"), ("2024-05-12", "J.V. Snellmanin päivä, suomalaisuuden päivä; Äitienpäivä"), ("2024-05-19", "Kaatuneitten muistopäivä"), ("2024-06-06", "Puolustusvoimain lippujuhlan päivä"), ("2024-07-06", "Eino Leinon päivä, runon ja suven päivä"), ("2024-08-31", "Suomen luonnon päivä"), ("2024-10-01", "Miina Sillanpään ja kansalaisvaikuttamisen päivä"), ("2024-10-10", "Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä"), ("2024-10-24", "YK:n päivä"), ("2024-11-06", "Ruotsalaisuuden päivä, Kustaa Aadolfin päivä"), ("2024-11-10", "Isänpäivä"), ("2024-11-20", "Lapsen oikeuksien päivä"), ("2024-12-08", "Jean Sibeliuksen päivä, suomalaisen musiikin päivä"), ) def test_2018(self): self.assertHolidays( ("2018-01-01", "Uudenvuodenpäivä"), ("2018-01-06", "Loppiainen"), ("2018-03-30", "Pitkäperjantai"), ("2018-04-01", "Pääsiäispäivä"), ("2018-04-02", "Toinen pääsiäispäivä"), ("2018-05-01", "Vappu"), ("2018-05-10", "Helatorstai"), ("2018-05-20", "Helluntaipäivä"), ("2018-06-22", "Juhannusaatto"), ("2018-06-23", "Juhannuspäivä"), ("2018-11-03", "Pyhäinpäivä"), ("2018-12-06", "Itsenäisyyspäivä"), ("2018-12-24", "Jouluaatto"), ("2018-12-25", "Joulupäivä"), ("2018-12-26", "Tapaninpäivä"), ) def test_2022(self): self.assertHolidays( ("2022-01-01", "Uudenvuodenpäivä"), ("2022-01-06", "Loppiainen"), ("2022-04-15", "Pitkäperjantai"), ("2022-04-17", "Pääsiäispäivä"), ("2022-04-18", "Toinen pääsiäispäivä"), ("2022-05-01", "Vappu"), ("2022-05-26", "Helatorstai"), ("2022-06-05", "Helluntaipäivä"), ("2022-06-24", "Juhannusaatto"), ("2022-06-25", "Juhannuspäivä"), ("2022-11-05", "Pyhäinpäivä"), ("2022-12-06", "Itsenäisyyspäivä"), ("2022-12-24", "Jouluaatto"), ("2022-12-25", "Joulupäivä"), ("2022-12-26", "Tapaninpäivä"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Uudenvuodenpäivä"), ("2022-01-06", "Loppiainen"), ("2022-02-05", "Runebergin päivä"), ("2022-02-28", "Kalevalan päivä, suomalaisen kulttuurin päivä"), ("2022-03-19", "Minna Canthin päivä, tasa-arvon päivä"), ("2022-04-09", "Mikael Agricolan päivä, suomen kielen päivä"), ("2022-04-15", "Pitkäperjantai"), ("2022-04-17", "Pääsiäispäivä"), ("2022-04-18", "Toinen pääsiäispäivä"), ("2022-04-27", "Kansallinen veteraanipäivä"), ("2022-05-01", "Vappu"), ("2022-05-08", "Äitienpäivä"), ("2022-05-09", "Eurooppa-päivä"), ("2022-05-12", "J.V. Snellmanin päivä, suomalaisuuden päivä"), ("2022-05-15", "Kaatuneitten muistopäivä"), ("2022-05-26", "Helatorstai"), ("2022-06-05", "Helluntaipäivä"), ("2022-06-06", "Puolustusvoimain lippujuhlan päivä"), ("2022-06-24", "Juhannusaatto"), ("2022-06-25", "Juhannuspäivä"), ("2022-07-06", "Eino Leinon päivä, runon ja suven päivä"), ("2022-08-27", "Suomen luonnon päivä"), ("2022-10-01", "Miina Sillanpään ja kansalaisvaikuttamisen päivä"), ("2022-10-10", "Aleksis Kiven päivä, suomalaisen kirjallisuuden päivä"), ("2022-10-24", "YK:n päivä"), ("2022-11-05", "Pyhäinpäivä"), ("2022-11-06", "Ruotsalaisuuden päivä, Kustaa Aadolfin päivä"), ("2022-11-13", "Isänpäivä"), ("2022-11-20", "Lapsen oikeuksien päivä"), ("2022-12-06", "Itsenäisyyspäivä"), ("2022-12-08", "Jean Sibeliuksen päivä, suomalaisen musiikin päivä"), ("2022-12-24", "Jouluaatto"), ("2022-12-25", "Joulupäivä"), ("2022-12-26", "Tapaninpäivä"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-06", "Epiphany"), ("2022-02-05", "Runeberg Day"), ("2022-02-28", "Kalevala Day, Day of Finnish Culture"), ("2022-03-19", "Minna Canth Day, Day of Equality"), ("2022-04-09", "Mikael Agricola Day, Day of the Finnish Language"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-04-27", "National War Veterans' Day"), ("2022-05-01", "May Day"), ("2022-05-08", "Mother's Day"), ("2022-05-09", "Europe Day"), ("2022-05-12", "J. V. Snellman Day, Day of Finnish Heritage"), ("2022-05-15", "Remembrance Day"), ("2022-05-26", "Ascension Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-06", "Flag Day of the Finnish Defense Forces"), ("2022-06-24", "Midsummer Eve"), ("2022-06-25", "Midsummer Day"), ("2022-07-06", "Eino Leino Day, Day of Summer and Poetry"), ("2022-08-27", "Finland's Nature Day"), ("2022-10-01", "Miina Sillanpää Day, Day of Civic Participation"), ("2022-10-10", "Aleksis Kivi Day, Day of Finnish Literature"), ("2022-10-24", "United Nations Day"), ("2022-11-05", "All Saints' Day"), ("2022-11-06", "Finnish Swedish Heritage Day, svenska dagen"), ("2022-11-13", "Father's Day"), ("2022-11-20", "Day of Children's Rights"), ("2022-12-06", "Independence Day"), ("2022-12-08", "Jean Sibelius Day, Day of Finnish Music"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-06", "Богоявлення"), ("2022-02-05", "День Рунеберга"), ("2022-02-28", "День Калевали, День фінської культури"), ("2022-03-19", "День Мінни Кант, День рівності"), ("2022-04-09", "День Мікаеля Аґріколи, День фінської мови"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-04-27", "Національний день ветеранів"), ("2022-05-01", "Ваппу"), ("2022-05-08", "День матері"), ("2022-05-09", "День Європи"), ("2022-05-12", "День Ю. В. Снелльмана, День фінської спадщини"), ("2022-05-15", "День ветеранів Національної війни"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-05", "Трійця"), ("2022-06-06", "День прапора фінських сил оборони"), ("2022-06-24", "Переддень літнього сонцестояння"), ("2022-06-25", "День літнього сонцестояння"), ("2022-07-06", "День Ейно Лейно, День літа та поезії"), ("2022-08-27", "День природи Фінляндії"), ("2022-10-01", "День Міїни Сілланпяя, День громадянської активності"), ("2022-10-10", "День Алексіса Ківі, День фінської літератури"), ("2022-10-24", "День ООН"), ("2022-11-05", "День усіх святих"), ("2022-11-06", "День фінської шведської спадщини, шведський день"), ("2022-11-13", "День батька"), ("2022-11-20", "День прав дитини"), ("2022-12-06", "День незалежності"), ("2022-12-08", "День Жана Сібеліуса, День фінської музики"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ) def test_l10n_sv_fi(self): self.assertLocalizedHolidays( "sv_FI", ("2022-01-01", "Nyårsdagen"), ("2022-01-06", "Trettondag"), ("2022-02-05", "Runebergsdagen"), ("2022-02-28", "Kalevaladagen, den finska kulturens dag"), ("2022-03-19", "Minna Canth-dagen, jämställdhetsdagen"), ("2022-04-09", "Mikael Agricoladagen, finska språkets dag"), ("2022-04-15", "Långfredagen"), ("2022-04-17", "Påskdagen"), ("2022-04-18", "Annandag påsk"), ("2022-04-27", "Nationella veterandagen"), ("2022-05-01", "Första maj"), ("2022-05-08", "Mors dag"), ("2022-05-09", "Europadagen"), ("2022-05-12", "Snellmansdagen, finskhetens dag"), ("2022-05-15", "De stupades dag"), ("2022-05-26", "Kristi himmelsfärdsdag"), ("2022-06-05", "Pingst"), ("2022-06-06", "Dagen för försvarets fanfest"), ("2022-06-24", "Midsommarafton"), ("2022-06-25", "Midsommardagen"), ("2022-07-06", "Eino Leino-dagen, diktens och sommarens dag"), ("2022-08-27", "Den finska naturens dag"), ("2022-10-01", "Miina Sillanpää-dagen, medborgarinflytandets dag"), ("2022-10-10", "Aleksis Kivi-dagen, den finska litteraturens dag"), ("2022-10-24", "FN-dagen"), ("2022-11-05", "Alla helgons dag"), ("2022-11-06", "Svenska dagen, Gustav Adolfsdagen"), ("2022-11-13", "Fars dag"), ("2022-11-20", "Barnkonventionens dag"), ("2022-12-06", "Självständigshetsdagen"), ("2022-12-08", "Sibeliusdagen, den finländska musikens dag"), ("2022-12-24", "Julafton"), ("2022-12-25", "Juldagen"), ("2022-12-26", "Annandag jul"), ) holidays-0.71/tests/countries/test_france.py000066400000000000000000000256441500152103600213050ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from unittest import TestCase from holidays.countries.france import France, FR, FRA from tests.common import CommonCountryTests class TestFrance(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(France) def setUp(self): super().setUp() warnings.simplefilter("ignore", category=DeprecationWarning) def test_country_aliases(self): self.assertAliases(France, FR, FRA) def test_pre_1802(self): self.assertNoHoliday("1801-08-15", "1801-11-01", "1801-12-25") def test_2017(self): self.assertHolidayDates( France(years=2017), "2017-01-01", "2017-04-17", "2017-05-01", "2017-05-08", "2017-05-25", "2017-06-05", "2017-07-14", "2017-08-15", "2017-11-01", "2017-11-11", "2017-12-25", ) def test_2022(self): self.assertHolidayDates( France(years=2022), "2022-01-01", "2022-04-18", "2022-05-01", "2022-05-08", "2022-05-26", "2022-06-06", "2022-07-14", "2022-08-15", "2022-11-01", "2022-11-11", "2022-12-25", ) def test_jour_de_lan(self): self.assertHoliday("1811-01-01") self.assertNoHoliday("1810-01-01") self.assertNoHolidayName("Jour de l'an", France(years=1810)) def test_fete_du_travail(self): name_old = "Fête du Travail et de la Concorde sociale" name_new = "Fête du Travail" self.assertHoliday("1919-05-01") self.assertNoHoliday("1918-05-01") self.assertNoHolidayName(name_old, France(years=1918)) self.assertNoHolidayName(name_new, France(years=range(1919, 1948))) self.assertNoHolidayName(name_old, France(years=1948)) self.assertHolidayName(name_old, "1919-05-01", "1947-05-01") self.assertHolidayName(name_new, "1948-05-01") def test_fete_de_la_victoire(self): self.assertHoliday(f"{year}-05-08" for year in range(1953, 1960)) self.assertHoliday("1982-05-08") self.assertNoHoliday("1960-05-08", "1981-05-08") self.assertNoHolidayName("Fête de la Victoire", France(years=range(1960, 1982))) def test_fete_nationale(self): self.assertHoliday("1880-07-14") self.assertNoHoliday("1879-07-14") self.assertNoHolidayName("Fête nationale", France(years=1879)) def test_armistice(self): self.assertHoliday("1918-11-11") self.assertNoHoliday("1917-11-11") self.assertNoHolidayName("Armistice", France(years=1917)) def test_lundi_de_pentecote(self): self.assertNoHoliday( "2005-05-16", "2006-06-05", "2007-05-28", ) self.assertHoliday("2004-05-31", "2008-05-12") def test_alsace_moselle(self): for subdiv in ("GES", "Alsace-Moselle"): self.assertHoliday( France(subdiv=subdiv), "2017-04-14", "2017-12-26", ) def test_mayotte(self): for subdiv in ("YT", "Mayotte"): self.assertHoliday( France(subdiv=subdiv), "2017-04-27", ) def test_wallis_et_futuna(self): for subdiv in ("WF", "Wallis-et-Futuna"): self.assertHoliday( France(subdiv=subdiv), "2017-04-28", "2017-07-29", ) def test_martinique(self): for subdiv in ("MQ", "Martinique"): self.assertHoliday( France(subdiv=subdiv), "2017-04-14", "2017-05-22", "2017-07-21", ) def test_guadeloupe(self): for subdiv in ("GP", "Guadeloupe"): self.assertHoliday( France(subdiv=subdiv), "2017-04-14", "2017-05-27", "2017-07-21", ) def test_saint_martin(self): for subdiv in ("MF", "Saint-Martin"): self.assertHoliday( France(subdiv=subdiv), "2018-05-28", ) self.assertNoHoliday( France(subdiv=subdiv), "2017-05-28", ) self.assertNoHolidayName("Abolition de l'esclavage", France(subdiv=subdiv, years=2017)) def test_guyane(self): for subdiv in ("GY", "Guyane"): self.assertHoliday( France(subdiv=subdiv), "2017-06-10", ) def test_polynesie_francaise(self): for subdiv in ("PF", "Polynésie Française"): self.assertHoliday( France(subdiv=subdiv), "2017-03-05", "2017-04-14", "2017-06-29", ) def test_nouvelle_caledonie(self): for subdiv in ("NC", "Nouvelle-Calédonie"): self.assertHoliday( France(subdiv=subdiv), "2017-09-24", ) def test_saint_barthelemy(self): for subdiv in ("BL", "Saint-Barthélémy"): self.assertHoliday(France(subdiv=subdiv), "2017-10-09") def test_la_reunion(self): for subdiv in ("RE", "La Réunion"): self.assertHoliday( France(subdiv=subdiv), "2017-12-20", ) self.assertNoHoliday( France(subdiv=subdiv), "1980-12-20", ) self.assertNoHolidayName("Abolition de l'esclavage", France(subdiv=subdiv, years=1980)) def test_subdiv_deprecation(self): self.assertDeprecatedSubdivisions("This subdivision is deprecated and will be removed") def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Jour de l'an"), ("2022-03-05", "Arrivée de l'Évangile"), ("2022-03-24", "Mi-Carême"), ("2022-04-15", "Vendredi saint"), ("2022-04-18", "Lundi de Pâques"), ("2022-04-27", "Abolition de l'esclavage"), ("2022-04-28", "Saint Pierre Chanel"), ("2022-05-01", "Fête du Travail"), ("2022-05-08", "Fête de la Victoire"), ("2022-05-22", "Abolition de l'esclavage"), ("2022-05-26", "Ascension"), ("2022-05-27", "Abolition de l'esclavage"), ("2022-05-28", "Abolition de l'esclavage"), ("2022-06-06", "Lundi de Pentecôte"), ("2022-06-10", "Abolition de l'esclavage"), ("2022-06-29", "Fête de l'autonomie"), ("2022-07-14", "Fête nationale"), ("2022-07-21", "Fête de Victor Schoelcher"), ("2022-07-29", "Fête du Territoire"), ("2022-08-15", "Assomption"), ("2022-09-24", "Fête de la Citoyenneté"), ("2022-10-09", "Abolition de l'esclavage"), ("2022-11-01", "Toussaint"), ("2022-11-11", "Armistice"), ("2022-12-20", "Abolition de l'esclavage"), ("2022-12-25", "Noël"), ("2022-12-26", "Saint Étienne"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-03-05", "Missionary Day"), ("2022-03-24", "Mi-Careme"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-04-27", "Abolition of Slavery"), ("2022-04-28", "Feast of Saint Peter Chanel"), ("2022-05-01", "Labor Day"), ("2022-05-08", "Victory Day"), ("2022-05-22", "Abolition of Slavery"), ("2022-05-26", "Ascension Day"), ("2022-05-27", "Abolition of Slavery"), ("2022-05-28", "Abolition of Slavery"), ("2022-06-06", "Whit Monday"), ("2022-06-10", "Abolition of Slavery"), ("2022-06-29", "Internal Autonomy Day"), ("2022-07-14", "National Day"), ("2022-07-21", "Feast of Victor Schoelcher"), ("2022-07-29", "Festival of the Territory"), ("2022-08-15", "Assumption Day"), ("2022-09-24", "Citizenship Day"), ("2022-10-09", "Abolition of Slavery"), ("2022-11-01", "All Saints' Day"), ("2022-11-11", "Armistice Day"), ("2022-12-20", "Abolition of Slavery"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Saint Stephen's Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-03-05", "День місіонерів"), ("2022-03-24", "Свято Мі-Карем"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-18", "Великодній понеділок"), ("2022-04-27", "День скасування рабства"), ("2022-04-28", "День Святого Пʼєра Шанеля"), ("2022-05-01", "День праці"), ("2022-05-08", "День Перемоги"), ("2022-05-22", "День скасування рабства"), ("2022-05-26", "Вознесіння Господнє"), ("2022-05-27", "День скасування рабства"), ("2022-05-28", "День скасування рабства"), ("2022-06-06", "День Святого Духа"), ("2022-06-10", "День скасування рабства"), ("2022-06-29", "День автономії"), ("2022-07-14", "Національне свято"), ("2022-07-21", "День Віктора Шольшера"), ("2022-07-29", "День Території"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-09-24", "День громадянства"), ("2022-10-09", "День скасування рабства"), ("2022-11-01", "День усіх святих"), ("2022-11-11", "День перемирʼя"), ("2022-12-20", "День скасування рабства"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "День Святого Стефана"), ) holidays-0.71/tests/countries/test_french_southern_territories.py000066400000000000000000000025221500152103600256640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.french_southern_territories import ( HolidaysTF, FrenchSouthernTerritories, TF, ATF, ) from tests.common import CommonCountryTests class TestTF(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(HolidaysTF) def test_country_aliases(self): self.assertAliases(HolidaysTF, FrenchSouthernTerritories, TF, ATF) def test_2022(self): self.assertHolidayDates( HolidaysTF(years=2022), "2022-01-01", "2022-04-18", "2022-05-01", "2022-05-08", "2022-05-26", "2022-06-06", "2022-07-14", "2022-08-15", "2022-11-01", "2022-11-11", "2022-12-25", ) holidays-0.71/tests/countries/test_gabon.py000066400000000000000000000036661500152103600211350ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.gabon import Gabon, GA, GAB from tests.common import CommonCountryTests class TestGabon(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Gabon) def test_country_aliases(self): self.assertAliases(Gabon, GA, GAB) def test_no_holidays(self): self.assertNoHolidays(Gabon(years=1960)) def test_womens_rights_day(self): name = "Women's Rights Day" self.assertHolidayName(name, (f"{year}-04-17" for year in range(2015, 2050))) self.assertNoHolidayName(name, Gabon(years=range(1961, 2015))) self.assertNoHoliday( f"{year}-04-17" for year in set(range(1961, 2015)).difference({1995, 1997, 2006}) ) def test_2022(self): self.assertHolidays( ("2022-01-01", "New Year's Day"), ("2022-04-17", "Women's Rights Day"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labour Day"), ("2022-05-02", "Eid al-Fitr"), ("2022-05-26", "Ascension Day"), ("2022-06-06", "Whit Monday"), ("2022-07-09", "Eid al-Adha"), ("2022-08-15", "Assumption Day"), ("2022-08-16", "Independence Day"), ("2022-08-17", "Independence Day Holiday"), ("2022-11-01", "All Saints' Day"), ("2022-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_georgia.py000066400000000000000000000124441500152103600214560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import GOVERNMENT from holidays.countries.georgia import Georgia, GE, GEO from tests.common import CommonCountryTests class TestGeorgia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Georgia) def test_country_aliases(self): self.assertAliases(Georgia, GE, GEO) def test_no_holidays(self): self.assertNoHolidays(Georgia(years=1990)) def test_family_sanctity_day(self): self.assertHolidays( Georgia(categories=GOVERNMENT, years=2024), ("2024-05-17", "ოჯახის სიწმინდისა და მშობლების პატივისცემის დღე"), ) def test_2020(self): # https://en.wikipedia.org/wiki/Public_holidays_in_Georgia_(country) self.assertHolidayDates( "2020-01-01", "2020-01-02", "2020-01-07", "2020-01-19", "2020-03-03", "2020-03-08", "2020-04-09", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-05-09", "2020-05-12", "2020-05-26", "2020-08-28", "2020-10-14", "2020-11-23", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "ახალი წელი"), ("2022-01-02", "ახალი წელი"), ("2022-01-07", "ქრისტეშობა"), ("2022-01-19", "ნათლისღება"), ("2022-03-03", "დედის დღე"), ("2022-03-08", "ქალთა საერთაშორისო დღე"), ("2022-04-09", "ეროვნული ერთიანობის დღე"), ("2022-04-22", "წითელი პარასკევი"), ("2022-04-23", "დიდი შაბათი"), ("2022-04-24", "აღდგომა"), ("2022-04-25", "შავი ორშაბათი"), ("2022-05-09", "ფაშიზმზე გამარჯვების დღე"), ("2022-05-12", "წმინდა ანდრია პირველწოდებულის დღე"), ("2022-05-26", "დამოუკიდებლობის დღე"), ("2022-08-28", "მარიამობა"), ("2022-10-14", "მცხეთობის"), ("2022-11-23", "გიორგობა"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-02", "New Year's Day"), ("2022-01-07", "Christmas Day"), ("2022-01-19", "Epiphany"), ("2022-03-03", "Mother's Day"), ("2022-03-08", "International Women's Day"), ("2022-04-09", "National Unity Day"), ("2022-04-22", "Good Friday"), ("2022-04-23", "Holy Saturday"), ("2022-04-24", "Easter Sunday"), ("2022-04-25", "Easter Monday"), ("2022-05-09", "Day of Victory over Fascism"), ("2022-05-12", "Saint Andrew's Day"), ("2022-05-26", "Independence Day"), ("2022-08-28", "Dormition of the Mother of God"), ("2022-10-14", "Holiday of Svetitskhovloba, Robe of Jesus"), ("2022-11-23", "Saint George's Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-02", "Новий рік"), ("2022-01-07", "Різдво Христове"), ("2022-01-19", "Богоявлення"), ("2022-03-03", "День матері"), ("2022-03-08", "Міжнародний жіночий день"), ("2022-04-09", "День національної єдності"), ("2022-04-22", "Страсна пʼятниця"), ("2022-04-23", "Велика субота"), ("2022-04-24", "Великдень"), ("2022-04-25", "Великодній понеділок"), ("2022-05-09", "День перемоги над фашизмом"), ("2022-05-12", "День Святого Андрія Первозваного"), ("2022-05-26", "День незалежності"), ("2022-08-28", "Успіння Пресвятої Богородиці"), ("2022-10-14", "Свято Светіцховлоба, Ризи Господньої"), ("2022-11-23", "День Святого Георгія"), ) holidays-0.71/tests/countries/test_germany.py000066400000000000000000000510551500152103600215040ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from unittest import TestCase from holidays.constants import CATHOLIC from holidays.countries.germany import Germany, DE, DEU from tests.common import CommonCountryTests class TestGermany(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1990, 2050) super().setUpClass(DE, years=years) cls.subdiv_holidays = { subdiv: DE(subdiv=subdiv, years=years) for subdiv in DE.subdivisions } def setUp(self): super().setUp() warnings.simplefilter("ignore", category=DeprecationWarning) def test_country_aliases(self): self.assertAliases(Germany, DE, DEU) def test_subdiv_deprecation(self): self.assertDeprecatedSubdivisions("This subdivision is deprecated and will be removed") def test_deprecated(self): self.assertEqual( sorted(Germany(subdiv="BYP", years=2023).keys()), sorted(Germany(subdiv="BY", years=2023).keys()), ) def test_no_public_holidays_before_1990(self): self.assertNoHolidays(DE(years=1989)) for p in DE.subdivisions: self.assertNoHolidays(DE(years=1989, subdiv=p)) def test_no_catholic_holidays_before_1991(self): for subdiv in ("BY", "SN", "TH"): self.assertNoHolidays(DE(subdiv=subdiv, years=1990, categories=CATHOLIC)) def test_1990_present(self): y_1990 = set() for p in DE.subdivisions: y_1990.update(DE(years=1990, subdiv=p).values()) all_h = { # Holidays names in their chronological order. "Tag der Deutschen Einheit", "Reformationstag", "Allerheiligen", "Buß- und Bettag", "Erster Weihnachtstag", "Zweiter Weihnachtstag", } self.assertEqual( all_h, y_1990, f"missing: {all_h - y_1990 or 'no'}, extra: {y_1990 - all_h or 'no'}", ) def test_all_holidays_present(self): y_2015 = set() for p in DE.subdivisions: y_2015.update(DE(years=2015, subdiv=p).values()) all_h = { # Holidays names in their chronological order. "Neujahr", "Heilige Drei Könige", "Karfreitag", "Ostersonntag", "Ostermontag", "Erster Mai", "Christi Himmelfahrt", "Pfingstsonntag", "Pfingstmontag", "Fronleichnam", "Mariä Himmelfahrt", "Tag der Deutschen Einheit", "Reformationstag", "Allerheiligen", "Buß- und Bettag", "Erster Weihnachtstag", "Zweiter Weihnachtstag", } self.assertEqual( all_h, y_2015, f"missing: {all_h - y_2015 or 'no'}, extra: {y_2015 - all_h or 'no'}", ) def test_fixed_holidays(self): self.assertHolidayName("Neujahr", (f"{year}-01-01" for year in range(1991, 2050))) self.assertHolidayName("Erster Mai", (f"{year}-05-01" for year in range(1991, 2050))) self.assertHolidayName( "Tag der Deutschen Einheit", (f"{year}-10-03" for year in range(1990, 2050)) ) self.assertHolidayName( "Erster Weihnachtstag", (f"{year}-12-25" for year in range(1990, 2050)) ) self.assertHolidayName( "Zweiter Weihnachtstag", (f"{year}-12-26" for year in range(1990, 2050)) ) def test_heilige_drei_koenige(self): name = "Heilige Drei Könige" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"BW", "BY", "ST"}: self.assertHolidayName( name, holidays, (f"{year}-01-06" for year in range(1991, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-01-06" for year in range(1991, 2050))) self.assertNoHolidayName(name, holidays) def test_karfreitag(self): name = "Karfreitag" known_good = ( "2014-04-18", "2015-04-03", "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) for holidays in self.subdiv_holidays.values(): self.assertHolidayName(name, holidays, known_good) self.assertHolidayName(name, holidays, range(1991, 2050)) self.assertHolidayName(name, known_good) self.assertHolidayName(name, range(1991, 2050)) def test_ostersonntag(self): name = "Ostersonntag" self.assertNoHolidayName(name) known_good = ( "2014-04-20", "2015-04-05", "2016-03-27", "2017-04-16", "2018-04-01", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", "2024-03-31", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "BB": self.assertHolidayName(name, holidays, known_good) self.assertHolidayName(name, holidays, range(1991, 2050)) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) def test_ostermontag(self): name = "Ostermontag" known_good = ( "2014-04-21", "2015-04-06", "2016-03-28", "2017-04-17", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) for holidays in self.subdiv_holidays.values(): self.assertHolidayName(name, holidays, known_good) self.assertHolidayName(name, holidays, range(1991, 2050)) self.assertHolidayName(name, known_good) self.assertHolidayName(name, range(1991, 2050)) def test_75_jahrestag_beendigung_zweiter_weltkrieg(self): dt = "2020-05-08" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "BE": self.assertHoliday(holidays, dt) else: self.assertNoHoliday(holidays, dt) def test_80_jahrestag_beendigung_zweiter_weltkrieg(self): dt = "2025-05-08" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "BE": self.assertHoliday(holidays, dt) else: self.assertNoHoliday(holidays, dt) def test_75_jahrestag_des_aufstandes_vom_17_juni_1953(self): dt = "2028-06-17" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "BE": self.assertHoliday(holidays, dt) else: self.assertNoHoliday(holidays, dt) def test_christi_himmelfahrt(self): name = "Christi Himmelfahrt" known_good = ( "2014-05-29", "2015-05-14", "2016-05-05", "2017-05-25", "2018-05-10", "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", "2023-05-18", "2024-05-09", ) for holidays in self.subdiv_holidays.values(): self.assertHolidayName(name, holidays, known_good) self.assertHolidayName(name, holidays, range(1991, 2050)) self.assertHolidayName(name, known_good) self.assertHolidayName(name, range(1991, 2050)) def test_weltkindertag(self): name = "Weltkindertag" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "TH": self.assertHolidayName( name, holidays, (f"{year}-09-20" for year in range(2019, 2050)) ) self.assertNoHoliday(holidays, (f"{year}-09-20" for year in range(1991, 2019))) self.assertNoHolidayName(name, range(1991, 2019)) else: self.assertNoHoliday(holidays, (f"{year}-09-20" for year in range(1991, 2050))) self.assertNoHolidayName(name, holidays) def test_frauentag(self): name = "Internationaler Frauentag" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "BE": self.assertHolidayName( name, holidays, (f"{year}-03-08" for year in range(2019, 2050)) ) self.assertNoHoliday(holidays, (f"{year}-03-08" for year in range(1991, 2019))) self.assertNoHolidayName(name, range(1991, 2019)) elif subdiv == "MV": self.assertHolidayName( name, holidays, (f"{year}-03-08" for year in range(2023, 2050)) ) self.assertNoHoliday(holidays, (f"{year}-03-08" for year in range(1991, 2023))) self.assertNoHolidayName(name, range(1991, 2023)) else: self.assertNoHoliday(holidays, (f"{year}-03-08" for year in range(1991, 2050))) self.assertNoHolidayName(name, holidays) def test_pfingstsonntag(self): name = "Pfingstsonntag" self.assertNoHolidayName(name) known_good = ( "2014-06-08", "2015-05-24", "2016-05-15", "2017-06-04", "2018-05-20", "2019-06-09", "2020-05-31", "2021-05-23", "2022-06-05", "2023-05-28", "2024-05-19", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "BB": self.assertHolidayName(name, holidays, known_good) self.assertHolidayName(name, holidays, range(1991, 2050)) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) def test_pfingstmontag(self): name = "Pfingstmontag" known_good = ( "2014-06-09", "2015-05-25", "2016-05-16", "2017-06-05", "2018-05-21", "2019-06-10", "2020-06-01", "2021-05-24", "2022-06-06", "2023-05-29", "2024-05-20", ) for holidays in self.subdiv_holidays.values(): self.assertHolidayName(name, holidays, known_good) self.assertHolidayName(name, holidays, range(1991, 2050)) self.assertHolidayName(name, known_good) self.assertHolidayName(name, range(1991, 2050)) def test_fronleichnam(self): name = "Fronleichnam" self.assertNoHolidayName(name) known_good = ( "2014-06-19", "2015-06-04", "2016-05-26", "2017-06-15", "2018-05-31", "2019-06-20", "2020-06-11", "2021-06-03", "2022-06-16", "2023-06-08", "2024-05-30", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"BW", "BY", "HE", "NW", "RP", "SL"}: self.assertHolidayName(name, holidays, known_good) self.assertHolidayName(name, holidays, range(1991, 2050)) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) for subdiv in ("SN", "TH"): catholic_holidays = DE(subdiv=subdiv, categories=CATHOLIC, years=range(1991, 2050)) self.assertHolidayName(name, catholic_holidays, known_good) self.assertHolidayName(name, catholic_holidays, range(1991, 2050)) def test_mariae_himmelfahrt(self): name = "Mariä Himmelfahrt" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "SL": self.assertHolidayName( name, holidays, (f"{year}-08-15" for year in range(1991, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-08-15" for year in range(1991, 2050))) self.assertNoHolidayName(name, holidays) self.assertHolidayName( name, DE(subdiv="BY", categories=CATHOLIC, years=range(1991, 2050)), (f"{year}-08-15" for year in range(1991, 2050)), ) def test_reformationstag(self): name = "Reformationstag" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"BB", "MV", "SN", "ST", "TH"}: self.assertHolidayName( name, holidays, (f"{year}-10-31" for year in range(1991, 2050)) ) elif subdiv in {"HB", "HH", "NI", "SH"}: self.assertHolidayName( name, holidays, (f"{year}-10-31" for year in range(2018, 2050)) ) self.assertNoHoliday(holidays, (f"{year}-10-31" for year in range(1991, 2017))) self.assertNoHolidayName(name, range(1991, 2017)) else: self.assertNoHoliday( holidays, (f"{year}-10-31" for year in (*range(1991, 2017), *range(2018, 2050))), ) self.assertNoHolidayName(name, range(1991, 2017), range(2018, 2050)) self.assertHolidayName(name, "2017-10-31") def test_allerheiligen(self): name = "Allerheiligen" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"BW", "BY", "NW", "RP", "SL"}: self.assertHolidayName( name, holidays, (f"{year}-11-01" for year in range(1991, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-11-01" for year in range(1991, 2050))) self.assertNoHolidayName(name, holidays) def test_buss_und_bettag(self): name = "Buß- und Bettag" known_good = ( "2014-11-19", "2015-11-18", "2016-11-16", "2017-11-22", "2018-11-21", "2019-11-20", "2020-11-18", "2021-11-17", "2022-11-16", "2023-11-22", "2024-11-20", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "SN": self.assertHolidayName(name, holidays, known_good) self.assertHolidayName(name, holidays, range(1991, 2050)) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays, range(1995, 2050)) self.assertHolidayName( name, "1990-11-21", "1991-11-20", "1992-11-18", "1993-11-17", "1994-11-16", ) self.assertNoHolidayName(name, range(1995, 2050)) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Neujahr"), ("2022-01-06", "Heilige Drei Könige"), ("2022-03-08", "Internationaler Frauentag"), ("2022-04-15", "Karfreitag"), ("2022-04-17", "Ostersonntag"), ("2022-04-18", "Ostermontag"), ("2022-05-01", "Erster Mai"), ("2022-05-26", "Christi Himmelfahrt"), ("2022-06-05", "Pfingstsonntag"), ("2022-06-06", "Pfingstmontag"), ("2022-06-16", "Fronleichnam"), ("2022-08-15", "Mariä Himmelfahrt"), ("2022-09-20", "Weltkindertag"), ("2022-10-03", "Tag der Deutschen Einheit"), ("2022-10-31", "Reformationstag"), ("2022-11-01", "Allerheiligen"), ("2022-11-16", "Buß- und Bettag"), ("2022-12-25", "Erster Weihnachtstag"), ("2022-12-26", "Zweiter Weihnachtstag"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-06", "Epiphany"), ("2022-03-08", "International Women's Day"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-26", "Ascension Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-06", "Whit Monday"), ("2022-06-16", "Corpus Christi"), ("2022-08-15", "Assumption Day"), ("2022-09-20", "World Children's Day"), ("2022-10-03", "German Unity Day"), ("2022-10-31", "Reformation Day"), ("2022-11-01", "All Saints' Day"), ("2022-11-16", "Repentance and Prayer Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันขึ้นปีใหม่"), ("2022-01-06", "วันสมโภชพระคริสต์แสดงองค์"), ("2022-03-08", "วันสตรีสากล"), ("2022-04-15", "วันศุกร์ประเสริฐ"), ("2022-04-17", "วันอาทิตย์อีสเตอร์"), ("2022-04-18", "วันจันทร์อีสเตอร์"), ("2022-05-01", "วันแรงงาน"), ("2022-05-26", "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์"), ("2022-06-05", "วันสมโภชพระจิตเจ้า"), ("2022-06-06", "วันจันทร์หลังวันสมโภชพระจิตเจ้า"), ("2022-06-16", "วันสมโภชพระคริสตวรกาย"), ("2022-08-15", "วันสมโภชแม่พระรับเกียรติยกขึ้นสวรรค์"), ("2022-09-20", "วันเด็กสากล"), ("2022-10-03", "วันรวมชาติเยอรมัน"), ("2022-10-31", "วันแห่งการปฏิรูป"), ("2022-11-01", "วันสมโภชนักบุญทั้งหลาย"), ("2022-11-16", "วันแห่งการอธิษฐานและการกลับใจ"), ("2022-12-25", "วันคริสต์มาสวันแรก"), ("2022-12-26", "วันคริสต์มาสวันที่สอง"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-06", "Богоявлення"), ("2022-03-08", "Міжнародний жіночий день"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-05", "Трійця"), ("2022-06-06", "День Святого Духа"), ("2022-06-16", "Свято Тіла і Крові Христових"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-09-20", "Всесвітній день дітей"), ("2022-10-03", "День німецької єдності"), ("2022-10-31", "День Реформації"), ("2022-11-01", "День усіх святих"), ("2022-11-16", "День молитви та покаяння"), ("2022-12-25", "Перший день Різдва"), ("2022-12-26", "Другий день Різдва"), ) holidays-0.71/tests/countries/test_ghana.py000066400000000000000000000075211500152103600211170ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.ghana import Ghana, GH, GHA from tests.common import CommonCountryTests class TestGhana(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Ghana, years=range(1957, 2050)) def test_country_aliases(self): self.assertAliases(Ghana, GH, GHA) def test_no_holidays(self): self.assertNoHolidays(Ghana(years=1956)) def test_new_year_day(self): self.assertHoliday(f"{year}-01-01" for year in range(1957, 2050)) def test_constitution_day(self): self.assertHoliday(f"{year}-01-07" for year in range(2019, 2050)) self.assertNoHoliday(f"{year}-01-07" for year in range(1957, 2019)) self.assertNoHolidayName("Constitution Day", range(1957, 2019)) def test_founders_day(self): self.assertHoliday(f"{year}-08-04" for year in range(2019, 2050)) def test_independence_day(self): self.assertHoliday(f"{year}-03-06" for year in range(1957, 2050)) def test_farmers_day(self): # 1st Friday of December self.assertHolidayName( "Farmer's Day", "2023-12-01", "2024-12-06", "2025-12-05", "2026-12-04", "2027-12-03", "2028-12-01", "2029-12-07", "2030-12-06", ) def test_eid_ul_fitr(self): self.assertHolidayName( "Eid ul-Fitr (estimated)", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-21", "2024-04-10", ) def test_2023(self): self.assertHolidays( Ghana(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-01-07", "Constitution Day"), ("2023-01-09", "Constitution Day (observed)"), ("2023-03-06", "Independence Day"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-05-01", "May Day"), ("2023-04-21", "Eid ul-Fitr (estimated)"), ("2023-06-28", "Eid ul-Adha (estimated)"), ("2023-08-04", "Founders' Day"), ("2023-09-21", "Kwame Nkrumah Memorial Day"), ("2023-12-01", "Farmer's Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) def test_2024(self): self.assertHolidays( Ghana(years=2024), ("2024-01-01", "New Year's Day"), ("2024-01-07", "Constitution Day"), ("2024-01-08", "Constitution Day (observed)"), ("2024-03-06", "Independence Day"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-05-01", "May Day"), ("2024-04-10", "Eid ul-Fitr (estimated)"), ("2024-06-16", "Eid ul-Adha (estimated)"), ("2024-06-17", "Eid ul-Adha (observed, estimated)"), ("2024-08-04", "Founders' Day"), ("2024-08-05", "Founders' Day (observed)"), ("2024-09-21", "Kwame Nkrumah Memorial Day"), ("2024-09-23", "Kwame Nkrumah Memorial Day (observed)"), ("2024-12-06", "Farmer's Day"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_greece.py000066400000000000000000000163451500152103600212770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import HALF_DAY from holidays.countries.greece import Greece, GR, GRC from tests.common import CommonCountryTests class TestGreece(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Greece, years=range(2000, 2025)) def test_country_aliases(self): self.assertAliases(Greece, GR, GRC) def test_fixed_holidays(self): years = range(2000, 2024) for m, d, name in ( (1, 1, "Πρωτοχρονιά"), (1, 6, "Θεοφάνεια"), (3, 25, "Εικοστή Πέμπτη Μαρτίου"), (5, 1, "Εργατική Πρωτομαγιά"), (8, 15, "Κοίμηση της Θεοτόκου"), (10, 28, "Ημέρα του Όχι"), (12, 25, "Χριστούγεννα"), (12, 26, "Σύναξη της Υπεραγίας Θεοτόκου"), ): self.assertHolidayName(name, (f"{year}-{m}-{d}" for year in years)) def test_clean_monday(self): self.assertHolidayName( "Καθαρά Δευτέρα", "2018-02-19", "2019-03-11", "2020-03-02", "2021-03-15", "2022-03-07", "2023-02-27", "2024-03-18", ) def test_good_friday(self): self.assertHolidayName( "Μεγάλη Παρασκευή", "2018-04-06", "2019-04-26", "2020-04-17", "2021-04-30", "2022-04-22", "2023-04-14", "2024-05-03", ) def test_easter_monday(self): self.assertHolidayName( "Δευτέρα του Πάσχα", "2018-04-09", "2019-04-29", "2020-04-20", "2021-05-03", "2022-04-25", "2023-04-17", "2024-05-06", ) def test_whit_monday(self): self.assertHolidayName( "Δευτέρα του Αγίου Πνεύματος", "2018-05-28", "2019-06-17", "2020-06-08", "2021-06-21", "2022-06-13", "2023-06-05", "2024-06-24", ) def test_labor_day_observed(self): name_observed = "Εργατική Πρωτομαγιά (παρατηρήθηκε)" dt = ( "2021-05-04", "2022-05-02", ) self.assertHolidayName(name_observed, dt) self.assertNoNonObservedHoliday(dt) self.assertNoHolidayName(name_observed, range(2000, 2021), 2023) def test_half_day_2022(self): self.assertHolidays( Greece(categories=HALF_DAY, years=2022), ("2022-12-24", "Παραμονή Χριστουγέννων"), ("2022-12-31", "Παραμονή Πρωτοχρονιάς"), ) self.assertNoHoliday( "2022-12-24", "2022-12-31", ) def test_2024(self): self.assertHolidays( Greece(years=2024), ("2024-01-01", "Πρωτοχρονιά"), ("2024-01-06", "Θεοφάνεια"), ("2024-03-18", "Καθαρά Δευτέρα"), ("2024-03-25", "Εικοστή Πέμπτη Μαρτίου"), ("2024-05-03", "Μεγάλη Παρασκευή"), ("2024-05-06", "Δευτέρα του Πάσχα"), ("2024-05-07", "Εργατική Πρωτομαγιά"), ("2024-06-24", "Δευτέρα του Αγίου Πνεύματος"), ("2024-08-15", "Κοίμηση της Θεοτόκου"), ("2024-10-28", "Ημέρα του Όχι"), ("2024-12-25", "Χριστούγεννα"), ("2024-12-26", "Σύναξη της Υπεραγίας Θεοτόκου"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Πρωτοχρονιά"), ("2022-01-06", "Θεοφάνεια"), ("2022-03-07", "Καθαρά Δευτέρα"), ("2022-03-25", "Εικοστή Πέμπτη Μαρτίου"), ("2022-04-22", "Μεγάλη Παρασκευή"), ("2022-04-25", "Δευτέρα του Πάσχα"), ("2022-05-01", "Εργατική Πρωτομαγιά"), ("2022-05-02", "Εργατική Πρωτομαγιά (παρατηρήθηκε)"), ("2022-06-13", "Δευτέρα του Αγίου Πνεύματος"), ("2022-08-15", "Κοίμηση της Θεοτόκου"), ("2022-10-28", "Ημέρα του Όχι"), ("2022-12-24", "Παραμονή Χριστουγέννων"), ("2022-12-25", "Χριστούγεννα"), ("2022-12-26", "Σύναξη της Υπεραγίας Θεοτόκου"), ("2022-12-31", "Παραμονή Πρωτοχρονιάς"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-06", "Epiphany"), ("2022-03-07", "Green Monday"), ("2022-03-25", "Independence Day"), ("2022-04-22", "Good Friday"), ("2022-04-25", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-02", "Labor Day (observed)"), ("2022-06-13", "Whit Monday"), ("2022-08-15", "Dormition of the Mother of God"), ("2022-10-28", "Ochi Day"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Glorifying Mother of God"), ("2022-12-31", "New Year's Eve"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-06", "Богоявлення"), ("2022-03-07", "Чистий понеділок"), ("2022-03-25", "День незалежності"), ("2022-04-22", "Страсна пʼятниця"), ("2022-04-25", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-02", "День праці (вихідний)"), ("2022-06-13", "День Святого Духа"), ("2022-08-15", "Успіння Пресвятої Богородиці"), ("2022-10-28", "День Охі"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Собор Пресвятої Богородиці"), ("2022-12-31", "Переддень Нового року"), ) holidays-0.71/tests/countries/test_greenland.py000066400000000000000000000232011500152103600217710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import OPTIONAL, PUBLIC from holidays.countries.greenland import Greenland, GL, GRL from tests.common import CommonCountryTests class TestGreenland(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Greenland) def test_country_aliases(self): self.assertAliases(Greenland, GL, GRL) def test_no_holidays(self): self.assertNoHolidays(Greenland(categories=(OPTIONAL, PUBLIC), years=1978)) def test_1982(self): self.assertHolidays( ("1982-01-01", "Ukiortaaq"), ("1982-04-08", "Sisamanngortoq illernartoq"), ("1982-04-09", "Tallimanngorneq tannaartoq"), ("1982-04-11", "Poorskip ullua"), ("1982-04-12", "Poorskip-aappaa"), ("1982-05-07", "Ulloq qinuffiusoq"), ("1982-05-20", "Qilaliarfik"), ("1982-05-30", "Piinsip ullua"), ("1982-05-31", "Piinsip-aappaa"), ("1982-12-25", "Juullip ullua"), ("1982-12-26", "Juullip-aappaa"), ) def test_1982_optional(self): self.assertHolidays( Greenland(categories=OPTIONAL, years=1982), ("1982-01-06", "Kunngit pingasut ulluat"), ("1982-05-01", "Sulisartut ulluat"), ("1982-12-24", "Juulliaraq"), ("1982-12-31", "Ukiortaami"), ) def test_2022(self): self.assertHolidays( ("2022-01-01", "Ukiortaaq"), ("2022-04-14", "Sisamanngortoq illernartoq"), ("2022-04-15", "Tallimanngorneq tannaartoq"), ("2022-04-17", "Poorskip ullua"), ("2022-04-18", "Poorskip-aappaa"), ("2022-05-13", "Ulloq qinuffiusoq"), ("2022-05-26", "Qilaliarfik"), ("2022-06-05", "Piinsip ullua"), ("2022-06-06", "Piinsip-aappaa"), ("2022-12-25", "Juullip ullua"), ("2022-12-26", "Juullip-aappaa"), ) def test_2022_optional(self): self.assertHolidays( Greenland(categories=OPTIONAL, years=2022), ("2022-01-06", "Kunngit pingasut ulluat"), ("2022-05-01", "Sulisartut ulluat"), ("2022-06-21", "Ullortuneq"), ("2022-12-24", "Juulliaraq"), ("2022-12-31", "Ukiortaami"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Ukiortaaq"), ("2022-01-06", "Kunngit pingasut ulluat"), ("2022-04-14", "Sisamanngortoq illernartoq"), ("2022-04-15", "Tallimanngorneq tannaartoq"), ("2022-04-17", "Poorskip ullua"), ("2022-04-18", "Poorskip-aappaa"), ("2022-05-01", "Sulisartut ulluat"), ("2022-05-13", "Ulloq qinuffiusoq"), ("2022-05-26", "Qilaliarfik"), ("2022-06-05", "Piinsip ullua"), ("2022-06-06", "Piinsip-aappaa"), ("2022-06-21", "Ullortuneq"), ("2022-12-24", "Juulliaraq"), ("2022-12-25", "Juullip ullua"), ("2022-12-26", "Juullip-aappaa"), ("2022-12-31", "Ukiortaami"), ) def test_l10n_da(self): self.assertLocalizedHolidays( "da", ("2022-01-01", "Nytårsdag"), ("2022-01-06", "Helligtrekongersdag"), ("2022-04-14", "Skærtorsdag"), ("2022-04-15", "Langfredag"), ("2022-04-17", "Påskedag"), ("2022-04-18", "Anden påskedag"), ("2022-05-01", "Arbejdernes kampdag"), ("2022-05-13", "Store bededag"), ("2022-05-26", "Kristi himmelfartsdag"), ("2022-06-05", "Pinsedag"), ("2022-06-06", "Anden pinsedag"), ("2022-06-21", "Nationaldag"), ("2022-12-24", "Juleaftensdag"), ("2022-12-25", "Juledag"), ("2022-12-26", "Anden juledag"), ("2022-12-31", "Nytårsaften"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-06", "Epiphany"), ("2022-04-14", "Maundy Thursday"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "International Workers' Day"), ("2022-05-13", "Great Prayer Day"), ("2022-05-26", "Ascension Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-06", "Whit Monday"), ("2022-06-21", "National Day"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ("2022-12-31", "New Year's Eve"), ) def test_l10n_fi(self): self.assertLocalizedHolidays( "fi", ("2022-01-01", "Uudenvuodenpäivä"), ("2022-01-06", "Loppiainen"), ("2022-04-14", "Kiirastorstai"), ("2022-04-15", "Pitkäperjantai"), ("2022-04-17", "Pääsiäispäivä"), ("2022-04-18", "Toinen pääsiäispäivä"), ("2022-05-01", "Kansainvälinen työn päivä"), ("2022-05-13", "Suuri rukouspäivä"), ("2022-05-26", "Helatorstai"), ("2022-06-05", "Helluntaipäivä"), ("2022-06-06", "Toinen helluntaipäivä"), ("2022-06-21", "Kansallispäivä"), ("2022-12-24", "Jouluaatto"), ("2022-12-25", "Joulupäivä"), ("2022-12-26", "Tapaninpäivä"), ("2022-12-31", "Uudenvuodenaatto"), ) def test_l10n_is(self): self.assertLocalizedHolidays( "is", ("2022-01-01", "Nýársdagur"), ("2022-01-06", "Þrettándinn"), ("2022-04-14", "Skírdagur"), ("2022-04-15", "Föstudagurinn langi"), ("2022-04-17", "Páskadagur"), ("2022-04-18", "Annar í páskum"), ("2022-05-01", "Frídagur verkalýðsins"), ("2022-05-13", "Kóngsbænadagur"), ("2022-05-26", "Uppstigningardagur"), ("2022-06-05", "Hvítasunnudagur"), ("2022-06-06", "Annar í hvítasunnu"), ("2022-06-21", "Þjóðhátíðardagur"), ("2022-12-24", "Aðfangadagur"), ("2022-12-25", "Jóladagur"), ("2022-12-26", "Annar í jólum"), ("2022-12-31", "Gamlársdagur"), ) def test_l10n_no(self): self.assertLocalizedHolidays( "no", ("2022-01-01", "Nyttårsdag"), ("2022-01-06", "Helligtrekongersdag"), ("2022-04-14", "Skjærtorsdag"), ("2022-04-15", "Langfredag"), ("2022-04-17", "Første påskedag"), ("2022-04-18", "Andre påskedag"), ("2022-05-01", "Arbeidernes internasjonale kampdag"), ("2022-05-13", "Store bededag"), ("2022-05-26", "Kristi himmelfartsdag"), ("2022-06-05", "Første pinsedag"), ("2022-06-06", "Andre pinsedag"), ("2022-06-21", "Nasjonaldag"), ("2022-12-24", "Julaften"), ("2022-12-25", "Juledag"), ("2022-12-26", "Andre juledag"), ("2022-12-31", "Nyttårsaften"), ) def test_l10n_sv(self): self.assertLocalizedHolidays( "sv", ("2022-01-01", "Nyårsdagen"), ("2022-01-06", "Trettondedag jul"), ("2022-04-14", "Skärtorsdagen"), ("2022-04-15", "Långfredagen"), ("2022-04-17", "Påskdagen"), ("2022-04-18", "Annandag påsk"), ("2022-05-01", "Internationella arbetardagen"), ("2022-05-13", "Stora bönedagen"), ("2022-05-26", "Kristi himmelsfärdsdag"), ("2022-06-05", "Pingstdagen"), ("2022-06-06", "Annandag pingst"), ("2022-06-21", "Nationaldag"), ("2022-12-24", "Julafton"), ("2022-12-25", "Juldagen"), ("2022-12-26", "Annandag jul"), ("2022-12-31", "Nyårsafton"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-06", "Богоявлення"), ("2022-04-14", "Великий четвер"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День трудящих"), ("2022-05-13", "День загальної молитви"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-05", "Трійця"), ("2022-06-06", "День Святого Духа"), ("2022-06-21", "Національне свято"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ("2022-12-31", "Переддень Нового року"), ) holidays-0.71/tests/countries/test_guam.py000066400000000000000000000042121500152103600207640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import MAR from holidays.constants import GOVERNMENT, UNOFFICIAL from holidays.countries.guam import HolidaysGU, GU, GUM from tests.common import CommonCountryTests class TestGU(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(HolidaysGU) def test_country_aliases(self): self.assertAliases(HolidaysGU, GU, GUM) def test_gu_only(self): """Check for a holiday that is not returned by US unless the subdivision is specified.""" self.assertIn("Guam Discovery Day", self.holidays.get_list(date(2016, MAR, 7))) def test_unofficial_holidays(self): self.assertHolidays( HolidaysGU(categories=UNOFFICIAL, years=2024), ("2024-02-14", "Valentine's Day"), ("2024-03-17", "Saint Patrick's Day"), ("2024-10-31", "Halloween"), ) def test_government_holidays(self): self.assertHolidays( HolidaysGU(categories=GOVERNMENT, years=2024), ("2024-01-01", "New Year's Day"), ("2024-01-15", "Birthday of Martin Luther King, Jr."), ("2024-02-19", "Washington's Birthday"), ("2024-05-27", "Memorial Day"), ("2024-06-19", "Juneteenth National Independence Day"), ("2024-07-04", "Independence Day"), ("2024-09-02", "Labor Day"), ("2024-10-14", "Columbus Day"), ("2024-11-11", "Veterans Day"), ("2024-11-28", "Thanksgiving Day"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_guatemala.py000066400000000000000000000137211500152103600220000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.guatemala import Guatemala, GT, GUA from tests.common import CommonCountryTests class TestGuatemala(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Guatemala) def test_country_aliases(self): self.assertAliases(Guatemala, GT, GUA) def test_2016(self): # https://calendariohispanohablante.com/2016/calendario-guatemala-2016.html dt = ( "2016-01-01", "2016-03-24", "2016-03-25", "2016-03-26", "2016-05-01", "2016-06-30", "2016-08-15", "2016-09-15", "2016-10-20", "2016-11-01", "2016-12-25", ) self.assertHoliday(dt) def test_2017(self): # https://calendariohispanohablante.com/2017/calendario-guatemala-2017.html dt = ( "2017-01-01", "2017-04-13", "2017-04-14", "2017-04-15", "2017-05-01", "2017-06-30", "2017-08-15", "2017-09-15", "2017-10-20", "2017-11-01", "2017-12-25", ) self.assertHoliday(dt) def test_2018(self): # https://calendariohispanohablante.com/2018/calendario-guatemala-2018.html dt = ( "2018-01-01", "2018-03-29", "2018-03-30", "2018-03-31", "2018-05-01", "2018-06-30", "2018-08-15", "2018-09-15", "2018-10-22", "2018-11-01", "2018-12-25", ) self.assertHoliday(dt) def test_2019(self): # https://calendariohispanohablante.com/2019/calendario-guatemala-2019.html dt = ( "2019-01-01", "2019-04-18", "2019-04-19", "2019-04-20", "2019-04-29", "2019-07-01", "2019-08-15", "2019-09-15", "2019-10-21", "2019-11-01", "2019-12-25", ) self.assertHoliday(dt) def test_2020(self): # https://calendariohispanohablante.com/2020/calendario-guatemala-2020.html dt = ( "2020-01-01", "2020-04-09", "2020-04-10", "2020-04-11", "2020-05-01", "2020-06-29", "2020-08-15", "2020-09-15", "2020-10-20", "2020-11-01", "2020-12-25", ) self.assertHoliday(dt) def test_2021(self): # https://calendariohispanohablante.com/2021/calendario-guatemala-2021.html dt = ( "2021-01-01", "2021-04-01", "2021-04-02", "2021-04-03", "2021-05-01", "2021-06-28", "2021-08-15", "2021-09-15", "2021-10-20", "2021-11-01", "2021-12-25", ) self.assertHoliday(dt) def test_2022(self): # https://publicholidays.la/guatemala/es/2022-dates/ dt = ( "2022-01-01", "2022-04-14", "2022-04-15", "2022-04-16", "2022-05-01", "2022-07-04", "2022-08-15", "2022-09-15", "2022-10-20", "2022-11-01", "2022-12-25", ) self.assertHoliday(dt) def test_2023(self): # https://publicholidays.la/guatemala/es/2023-dates/ dt = ( "2023-01-01", "2023-04-06", "2023-04-07", "2023-04-08", "2023-05-01", "2023-07-03", "2023-08-15", "2023-09-15", "2023-10-20", "2023-11-01", "2023-12-25", ) self.assertHoliday(dt) def test_2024(self): # https://publicholidays.la/guatemala/es/2024-dates/ dt = ( "2024-01-01", "2024-03-28", "2024-03-29", "2024-03-30", "2024-05-01", "2024-07-01", "2024-08-15", "2024-09-15", "2024-10-20", "2024-11-01", "2024-12-25", ) self.assertHoliday(dt) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "Año Nuevo"), ("2024-03-28", "Jueves Santo"), ("2024-03-29", "Viernes Santo"), ("2024-03-30", "Sábado Santo"), ("2024-05-01", "Día del Trabajo"), ("2024-07-01", "Día del Ejército"), ("2024-08-15", "Día de la Asunción"), ("2024-09-15", "Día de la Independencia"), ("2024-10-20", "Día de la Revolución"), ("2024-11-01", "Día de Todos los Santos"), ("2024-12-25", "Día de Navidad"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-03-28", "Maundy Thursday"), ("2024-03-29", "Good Friday"), ("2024-03-30", "Holy Saturday"), ("2024-05-01", "Labor Day"), ("2024-07-01", "Army Day"), ("2024-08-15", "Assumption Day"), ("2024-09-15", "Independence Day"), ("2024-10-20", "Revolution Day"), ("2024-11-01", "All Saints' Day"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_guernsey.py000066400000000000000000000203671500152103600217050ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.guernsey import Guernsey, GG, GGY from tests.common import CommonCountryTests class TestGG(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Guernsey, years=range(1909, 2050)) def test_country_aliases(self): self.assertAliases(Guernsey, GG, GGY) def test_no_holidays(self): self.assertNoHolidays(Guernsey(years=1908)) def test_special_holidays(self): dt = ( "1930-10-10", "1935-05-06", "1937-05-12", "1939-09-04", "1949-09-19", "1953-06-02", "1957-07-26", "1977-06-07", "1978-06-28", "1981-07-29", "1989-05-23", "1999-12-28", "1999-12-31", "2000-01-03", "2001-07-12", "2002-06-03", "2011-04-29", "2012-06-05", "2022-06-03", "2022-09-19", "2023-05-08", "2024-07-16", ) dt_observed = ( "1932-12-27", "1933-01-02", "1938-12-27", "1939-01-02", "1981-12-28", "1982-12-28", "1983-01-03", "1987-12-28", "1993-12-28", "1994-01-03", "2004-12-28", "2005-01-03", ) self.assertHoliday(dt, dt_observed) self.assertNoNonObservedHoliday(dt_observed) def test_his_majesty_birthday(self): name = "His Majesty's Birthday" dt = ( # Edward VII (MAY/JUN observance). "1909-06-25", # George V. "1910-06-24", "1911-05-27", "1912-06-14", "1913-06-03", "1914-06-24", # Not observed in 1915-1918 due to WW1. "1919-06-03", "1920-06-05", "1921-06-04", "1922-06-03", "1923-06-02", "1924-06-03", "1925-06-03", "1926-06-05", "1927-06-03", "1928-06-04", "1929-06-03", "1930-06-03", "1931-06-03", "1932-06-03", "1933-06-03", "1934-06-04", "1935-06-03", # Edward VIII. "1936-06-23", # George VI. "1937-06-09", "1938-06-09", "1939-06-08", # Not observed in 1940-1941 due to WW2. "1942-06-11", "1943-06-02", "1944-06-08", "1945-06-14", "1946-06-13", ) self.assertHolidayName(name, dt) self.assertNoHolidayName(name, range(1915, 1919), range(1940, 1942), range(1947, 2050)) def test_liberation_day(self): self.assertHolidayName( "Liberation Day", "2010-05-10", (f"{year}-05-09" for year in range(1946, 2010)), (f"{year}-05-09" for year in range(2011, 2050)), ) def test_2019(self): # Wayback Machine of https://www.gov.gg/holidaydates self.assertHolidays( Guernsey(years=2019), ("2019-01-01", "New Year's Day"), ("2019-04-19", "Good Friday"), ("2019-04-22", "Easter Monday"), ("2019-05-06", "May Day Bank Holiday"), ("2019-05-09", "Liberation Day"), ("2019-05-27", "Spring Bank Holiday"), ("2019-08-26", "Summer Bank Holiday"), ("2019-12-25", "Christmas Day"), ("2019-12-26", "Boxing Day"), ) def test_2020(self): # Wayback Machine of https://www.gov.gg/holidaydates self.assertHolidays( Guernsey(years=2020), ("2020-01-01", "New Year's Day"), ("2020-04-10", "Good Friday"), ("2020-04-13", "Easter Monday"), ("2020-05-08", "May Day Bank Holiday"), ("2020-05-09", "Liberation Day"), ("2020-05-25", "Spring Bank Holiday"), ("2020-08-31", "Summer Bank Holiday"), ("2020-12-25", "Christmas Day"), ("2020-12-26", "Boxing Day"), ("2020-12-28", "Boxing Day (substitute day)"), ) def test_2021(self): # Wayback Machine of https://www.gov.gg/holidaydates self.assertHolidays( Guernsey(years=2021), ("2021-01-01", "New Year's Day"), ("2021-04-02", "Good Friday"), ("2021-04-05", "Easter Monday"), ("2021-05-03", "May Day Bank Holiday"), ("2021-05-09", "Liberation Day"), ("2021-05-31", "Spring Bank Holiday"), ("2021-08-30", "Summer Bank Holiday"), ("2021-12-25", "Christmas Day"), ("2021-12-26", "Boxing Day"), ("2021-12-27", "Christmas Day (substitute day)"), ("2021-12-28", "Boxing Day (substitute day)"), ) def test_2022(self): # Wayback Machine of https://www.gov.gg/holidaydates # https://www.bbc.com/news/world-europe-guernsey-62864318 self.assertHolidays( Guernsey(years=2022), ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (substitute day)"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-02", "May Day Bank Holiday"), ("2022-05-09", "Liberation Day"), ("2022-06-02", "Spring Bank Holiday"), ("2022-06-03", "Queen's Platinum Jubilee Bank Holiday"), ("2022-08-29", "Summer Bank Holiday"), ("2022-09-19", "State Funeral of Queen Elizabeth II"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (substitute day)"), ) def test_2023(self): # https://www.gov.gg/holidaydates self.assertHolidays( Guernsey(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (substitute day)"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-05-01", "May Day Bank Holiday"), ("2023-05-08", "Extra Public Holiday for the Coronation of King Charles III"), ("2023-05-09", "Liberation Day"), ("2023-05-29", "Spring Bank Holiday"), ("2023-08-28", "Summer Bank Holiday"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) def test_2024(self): # https://www.gov.gg/holidaydates # https://www.bbc.co.uk/news/articles/c1441ddn87po self.assertHolidays( Guernsey(years=2024), ("2024-01-01", "New Year's Day"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-05-06", "May Day Bank Holiday"), ("2024-05-09", "Liberation Day"), ("2024-05-27", "Spring Bank Holiday"), ("2024-07-16", "The visit of His Majesty King Charles III and Queen Camilla"), ("2024-08-26", "Summer Bank Holiday"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) def test_2025(self): # https://www.gov.gg/holidaydates self.assertHolidays( Guernsey(years=2025), ("2025-01-01", "New Year's Day"), ("2025-04-18", "Good Friday"), ("2025-04-21", "Easter Monday"), ("2025-05-05", "May Day Bank Holiday"), ("2025-05-09", "Liberation Day"), ("2025-05-26", "Spring Bank Holiday"), ("2025-08-25", "Summer Bank Holiday"), ("2025-12-25", "Christmas Day"), ("2025-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_guinea.py000066400000000000000000000200141500152103600213010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.guinea import Guinea, GN, GIN from tests.common import CommonCountryTests class TestGuinea(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1959, 2050) super().setUpClass(Guinea, years=years) cls.no_estimated_holidays = Guinea(years=years, islamic_show_estimated=False) def test_country_aliases(self): self.assertAliases(Guinea, GN, GIN) def test_no_holidays(self): self.assertNoHolidays(Guinea(years=1958)) def test_new_years_day(self): name = "Fête du Nouvel an" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1959, 2050))) dt = ( "2023-01-02", "2034-01-02", ) self.assertHolidayName(f"Lendemain de la {name}", dt) self.assertNoNonObservedHoliday(dt) def test_second_republic_day(self): name = "Jour de la Deuxième République" self.assertHolidayName(name, (f"{year}-04-03" for year in range(1985, 2022))) self.assertNoHolidayName(name, range(1959, 1985), range(2022, 2050)) def test_easter_monday(self): name = "Lundi de Pâques" self.assertHolidayName( name, "2015-04-06", "2016-03-28", "2017-04-17", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) self.assertHolidayName(name, range(1959, 2050)) def test_labor_day(self): self.assertHolidayName("Fête du Travail", (f"{year}-05-01" for year in range(1959, 2050))) def test_africa_day(self): self.assertHolidayName( "Anniversaire de l'Union Africaine", (f"{year}-05-25" for year in range(1959, 2050)) ) def test_assumption_of_mary(self): self.assertHolidayName("Assomption", (f"{year}-08-15" for year in range(1959, 2050))) def test_independence_day(self): name = "Fête anniversaire de l'indépendance de la Guinée" self.assertHolidayName(name, (f"{year}-10-02" for year in range(1959, 2050))) dt = ( "2033-10-03", "2039-10-03", ) self.assertHolidayName(f"Lendemain de la {name}", dt) self.assertNoNonObservedHoliday(dt) def test_all_saints_day(self): name = "Toussaint" self.assertHolidayName(name, (f"{year}-11-01" for year in range(1959, 2022))) self.assertNoHolidayName(name, range(2022, 2050)) def test_christmas_day(self): self.assertHolidayName("Fête de Noël", (f"{year}-12-25" for year in range(1959, 2050))) def test_laylat_al_qadr_day(self): name = "Lendemain de la nuit Lailatoul Qadr" self.assertHolidayName( name, "2015-07-14", "2016-07-03", "2017-06-22", "2018-06-12", "2019-06-01", "2020-05-20", "2021-05-09", "2022-04-29", "2023-04-18", "2024-04-06", "2025-03-27", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1959, 2050)) def test_eid_al_fitr_day(self): name = "Jour de l'Aïd el-Fitr" self.assertHolidayName( name, "2015-07-18", "2016-07-07", "2017-06-26", "2018-06-15", "2019-06-04", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-21", "2024-04-10", "2025-03-31", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1959, 2050)) dt = ( "2033-01-03", "2037-11-09", ) self.assertHolidayName(f"Lendemain de la {name} (estimé)", dt) self.assertNoNonObservedHoliday(dt) def test_eid_al_adha_day(self): name = "Jour de la Tabaski" self.assertHolidayName( name, "2015-09-24", "2016-09-13", "2017-09-02", "2018-08-22", "2019-08-11", "2020-07-31", "2021-07-20", "2022-07-10", "2023-06-28", "2024-06-16", "2025-06-07", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1959, 2050)) def test_eid_al_adha_day_two(self): name = "Lendemain de la Tabaski" self.assertHolidayName( name, "2023-06-29", "2024-06-17", "2025-06-08", ) self.assertHolidayName(name, self.no_estimated_holidays, range(2023, 2050)) self.assertNoHolidayName(name, self.no_estimated_holidays, range(1959, 2023)) def test_mawlid_day(self): name = "Lendemain de la nuit du Maoloud" self.assertHolidayName( name, "2015-12-24", "2016-12-12", "2017-12-01", "2018-11-20", "2019-11-10", "2020-10-29", "2021-10-18", "2022-10-08", "2023-09-27", "2024-09-15", "2025-09-05", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1959, 2050)) def test_2021(self): # * self.assertHolidays( Guinea(years=2021), ("2021-01-01", "Fête du Nouvel an"), ("2021-04-03", "Jour de la Deuxième République"), ("2021-04-05", "Lundi de Pâques"), ("2021-05-01", "Fête du Travail"), ("2021-05-09", "Lendemain de la nuit Lailatoul Qadr"), ("2021-05-13", "Jour de l'Aïd el-Fitr"), ("2021-05-25", "Anniversaire de l'Union Africaine"), ("2021-07-20", "Jour de la Tabaski"), ("2021-08-15", "Assomption"), ("2021-10-02", "Fête anniversaire de l'indépendance de la Guinée"), ("2021-10-18", "Lendemain de la nuit du Maoloud"), ("2021-11-01", "Toussaint"), ("2021-12-25", "Fête de Noël"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "Fête du Nouvel an"), ("2024-04-01", "Lundi de Pâques"), ("2024-04-06", "Lendemain de la nuit Lailatoul Qadr"), ("2024-04-10", "Jour de l'Aïd el-Fitr"), ("2024-05-01", "Fête du Travail"), ("2024-05-25", "Anniversaire de l'Union Africaine"), ("2024-06-16", "Jour de la Tabaski"), ("2024-06-17", "Lendemain de la Tabaski"), ("2024-08-15", "Assomption"), ("2024-09-15", "Lendemain de la nuit du Maoloud"), ("2024-10-02", "Fête anniversaire de l'indépendance de la Guinée"), ("2024-12-25", "Fête de Noël"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-04-01", "Easter Monday"), ("2024-04-06", "Day after Night of Power"), ("2024-04-10", "Eid al-Fitr"), ("2024-05-01", "Labor Day"), ("2024-05-25", "Africa Day"), ("2024-06-16", "Eid al-Adha"), ("2024-06-17", "Day after Eid al-Adha"), ("2024-08-15", "Assumption Day"), ("2024-09-15", "Day after Prophet's Birthday"), ("2024-10-02", "Independence Day"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_haiti.py000066400000000000000000000201471500152103600211360ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import OPTIONAL, PUBLIC from holidays.countries.haiti import Haiti, HT, HTI from tests.common import CommonCountryTests class TestHaiti(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Haiti) def test_country_aliases(self): self.assertAliases(Haiti, HT, HTI) def test_no_holidays(self): self.assertNoHolidays(Haiti(categories=(OPTIONAL, PUBLIC), years=1986)) def test_2023_public_holiday(self): self.assertHolidays( Haiti(categories=PUBLIC, years=2023), ("2023-01-01", "Fête de l'Indépendance Nationale; Nouvel An"), ("2023-01-02", "Jour des Aïeux"), ("2023-02-19", "Carnaval"), ("2023-02-20", "Lundi Gras"), ("2023-02-21", "Mardi Gras"), ("2023-04-07", "Vendredi Saint"), ("2023-04-09", "Pâques"), ("2023-05-01", "Fête de l'Agriculture et du Travail"), ("2023-05-18", "Fête du Drapeau et de l'Université"), ("2023-06-08", "Fête-Dieu"), ("2023-08-15", "Assomption de Marie"), ("2023-10-17", "Mort de Dessalines"), ("2023-11-01", "La Toussaint"), ("2023-11-02", "Fête des Morts"), ("2023-11-18", "Commémoration de la Bataille de Vertières; Jour des Forces Armées"), ("2023-12-25", "Noël"), ) def test_2025_public_holiday(self): self.assertHolidays( Haiti(categories=PUBLIC, years=2025), ("2025-01-01", "Fête de l'Indépendance Nationale; Nouvel An"), ("2025-01-02", "Jour des Aïeux"), ("2025-03-02", "Carnaval"), ("2025-03-03", "Lundi Gras"), ("2025-03-04", "Mardi Gras"), ("2025-04-18", "Vendredi Saint"), ("2025-04-20", "Pâques"), ("2025-05-01", "Fête de l'Agriculture et du Travail"), ("2025-05-18", "Fête du Drapeau et de l'Université"), ("2025-06-19", "Fête-Dieu"), ("2025-08-15", "Assomption de Marie"), ("2025-10-17", "Mort de Dessalines"), ("2025-11-01", "La Toussaint"), ("2025-11-02", "Fête des Morts"), ("2025-11-18", "Commémoration de la Bataille de Vertières; Jour des Forces Armées"), ("2025-12-25", "Noël"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "Fête de l'Indépendance Nationale; Nouvel An"), ("2024-01-02", "Jour des Aïeux"), ("2024-02-11", "Carnaval"), ("2024-02-12", "Lundi Gras"), ("2024-02-13", "Mardi Gras"), ("2024-02-14", "Mercredi des Cendres"), ("2024-03-28", "Jeudi Saint"), ("2024-03-29", "Vendredi Saint"), ("2024-03-31", "Pâques"), ("2024-05-01", "Fête de l'Agriculture et du Travail"), ("2024-05-09", "Ascension"), ("2024-05-18", "Fête du Drapeau et de l'Université"), ("2024-05-23", "Fête de la Souveraineté Nationale"), ("2024-05-30", "Fête-Dieu"), ("2024-06-27", "Fête de Notre-Dame du Perpétuel Secours, patronne d'Haiti"), ("2024-08-15", "Assomption de Marie"), ("2024-09-20", "Anniversaire de Naissance de Jean-Jacques Dessalines"), ("2024-10-17", "Mort de Dessalines"), ("2024-11-01", "La Toussaint"), ("2024-11-02", "Fête des Morts"), ("2024-11-18", "Commémoration de la Bataille de Vertières; Jour des Forces Armées"), ("2024-12-05", "Jour de la Découverte"), ("2024-12-25", "Noël"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "National Independence Day; New Year's Day"), ("2024-01-02", "Ancestry Day"), ("2024-02-11", "Carnival"), ("2024-02-12", "Shrove Monday"), ("2024-02-13", "Fat Tuesday"), ("2024-02-14", "Ash Wednesday"), ("2024-03-28", "Maundy Thursday"), ("2024-03-29", "Good Friday"), ("2024-03-31", "Easter Sunday"), ("2024-05-01", "Agriculture and Labor Day"), ("2024-05-09", "Ascension Day"), ("2024-05-18", "Flag Day and University Day"), ("2024-05-23", "National Sovereignty Day"), ("2024-05-30", "Corpus Christi"), ("2024-06-27", "Feast of Lady of Perpetual Help, Patroness of Haiti"), ("2024-08-15", "Assumption Day"), ("2024-09-20", "Birth Anniversary of Jean-Jacques Dessalines"), ("2024-10-17", "Death of Dessalines"), ("2024-11-01", "All Saints' Day"), ("2024-11-02", "Day of the Dead"), ("2024-11-18", "Armed Forces Day; Commemoration of the Battle of Vertieres"), ("2024-12-05", "Discovery Day"), ("2024-12-25", "Christmas Day"), ) def test_l10n_es(self): self.assertLocalizedHolidays( "es", ("2024-01-01", "Año Nuevo; Día de la Independencia Nacional"), ("2024-01-02", "Fiesta de los Antepasados"), ("2024-02-11", "Carnaval"), ("2024-02-12", "Lunes de Carnaval"), ("2024-02-13", "Martes Gordo"), ("2024-02-14", "Miércoles de Ceniza"), ("2024-03-28", "Jueves Santo"), ("2024-03-29", "Viernes Santo"), ("2024-03-31", "Pascua"), ("2024-05-01", "Día de la Agricultura y el Trabajo"), ("2024-05-09", "Ascensión"), ("2024-05-18", "Fiesta de la Bandera y la Universidad"), ("2024-05-23", "Día de la Soberanía Nacional"), ("2024-05-30", "Fête-Dieu"), ("2024-06-27", "Fiesta de Nuestra Señora del Perpetuo Socorro, patrona de Haití"), ("2024-08-15", "Asunción de María"), ("2024-09-20", "Aniversario del Nacimiento de Jean-Jacques Dessalines"), ("2024-10-17", "Muerte de Dessalines"), ("2024-11-01", "Día de Todos los Santos"), ("2024-11-02", "Día de Muertos"), ("2024-11-18", "Conmemoración de la Batalla de Vertières; Día de las Fuerzas Armadas"), ("2024-12-05", "Día del Descubrimiento"), ("2024-12-25", "Navidad"), ) def test_l10n_ht(self): self.assertLocalizedHolidays( "ht", ("2024-01-01", "Jounen Endepandans Nasyonal; Nouvèl Ane"), ("2024-01-02", "Fèt Zansèt yo"), ("2024-02-11", "Kanaval"), ("2024-02-12", "Lendi Gras"), ("2024-02-13", "Madi Gras"), ("2024-02-14", "Mèkredi Sann"), ("2024-03-28", "Jedi Sant"), ("2024-03-29", "Vandredi Sen"), ("2024-03-31", "Pak"), ("2024-05-01", "Jounen Agrikilti ak Travay"), ("2024-05-09", "Asansyon"), ("2024-05-18", "Jounen Drapo ak Inivèsite"), ("2024-05-23", "Jounen Nasyonal Souverènte"), ("2024-05-30", "Fèt Dye"), ("2024-06-27", "Fèt Manman Pèpetyèl Sekou, Patwòn Peyi Dayiti"), ("2024-08-15", "Sipozisyon Mari"), ("2024-09-20", "Anivèsè Nesans Jean-Jacques Dessalines"), ("2024-10-17", "Lanmò Desalin"), ("2024-11-01", "Jou tout Sen"), ("2024-11-02", "Jou Mouri"), ("2024-11-18", "Jounen Fòs Lame; Komemorasyon batay Vertières"), ("2024-12-05", "Jounen Dekouvèt"), ("2024-12-25", "Nwèl"), ) holidays-0.71/tests/countries/test_honduras.py000066400000000000000000000113661500152103600216660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.honduras import Honduras, HN, HND from tests.common import CommonCountryTests class TestHonduras(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Honduras) def test_country_aliases(self): self.assertAliases(Honduras, HN, HND) def test_2014(self): self.assertHolidayDates( "2014-01-01", "2014-04-14", "2014-04-17", "2014-04-18", "2014-04-19", "2014-05-01", "2014-09-15", "2014-10-03", "2014-10-12", "2014-10-21", "2014-12-25", ) def test_2016(self): # https://www.officeholidays.com/countries/honduras/2016 self.assertHolidayDates( "2016-01-01", "2016-03-24", "2016-03-25", "2016-03-26", "2016-04-14", "2016-05-01", "2016-09-15", "2016-10-05", "2016-10-06", "2016-10-07", "2016-12-25", ) def test_2021(self): # https://www.officeholidays.com/countries/honduras/2021 self.assertHolidayDates( "2021-01-01", "2021-04-01", "2021-04-02", "2021-04-03", "2021-04-14", "2021-05-01", "2021-09-15", "2021-10-06", "2021-10-07", "2021-10-08", "2021-12-25", ) def test_2022(self): self.assertHolidays( ("2022-01-01", "Año Nuevo"), ("2022-04-14", "Día de las Américas; Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-04-16", "Sábado de Gloria"), ("2022-05-01", "Día del Trabajo"), ("2022-09-15", "Día de la Independencia"), ("2022-10-05", "Semana Morazánica"), ("2022-10-06", "Semana Morazánica"), ("2022-10-07", "Semana Morazánica"), ("2022-12-25", "Navidad"), ) def test_2025(self): self.assertHolidayDates( "2025-01-01", "2025-04-14", "2025-04-17", "2025-04-18", "2025-04-19", "2025-05-01", "2025-09-15", "2025-10-01", "2025-10-02", "2025-10-03", "2025-12-25", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-04-14", "Día de las Américas; Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-04-16", "Sábado de Gloria"), ("2022-05-01", "Día del Trabajo"), ("2022-09-15", "Día de la Independencia"), ("2022-10-05", "Semana Morazánica"), ("2022-10-06", "Semana Morazánica"), ("2022-10-07", "Semana Morazánica"), ("2022-12-25", "Navidad"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-14", "Maundy Thursday; Panamerican Day"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Holy Saturday"), ("2022-05-01", "Labor Day"), ("2022-09-15", "Independence Day"), ("2022-10-05", "Morazan Weekend"), ("2022-10-06", "Morazan Weekend"), ("2022-10-07", "Morazan Weekend"), ("2022-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-14", "Великий четвер; День Америки"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-16", "Велика субота"), ("2022-05-01", "День праці"), ("2022-09-15", "День незалежності"), ("2022-10-05", "Тиждень Морасана"), ("2022-10-06", "Тиждень Морасана"), ("2022-10-07", "Тиждень Морасана"), ("2022-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_hongkong.py000066400000000000000000001431211500152103600216500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import OPTIONAL from holidays.countries.hongkong import HongKong, HK, HKG, CHRISTMAS, WINTER_SOLSTICE from tests.common import CommonCountryTests class TestHongKong(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(HongKong, years=range(1963, 2050), years_non_observed=range(1963, 2050)) cls.opt_holidays = HongKong(categories=OPTIONAL, years=range(1946, 2050)) def test_country_aliases(self): self.assertAliases(HongKong, HK, HKG) def test_no_holidays(self): self.assertNoHolidays(HongKong(years=1962)) self.assertNoHolidays(HongKong(categories=OPTIONAL, years=1945)) def test_special_holidays(self): self.assertHoliday( "1981-07-29", "1986-10-22", "1997-07-02", "2015-09-03", ) self.assertHoliday( self.opt_holidays, "1981-07-29", "1986-10-22", "1997-06-28", "1997-06-30", "1997-07-02", "1997-08-18", "1997-10-02", "1998-08-17", "1998-10-02", "1999-12-31", "2015-09-03", ) def test_new_years_day(self): name = "一月一日" name_observed = f"{name}(慶祝)" name_following = f"{name}翌日" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1977, 2050))) self.assertNoHolidayName(name, range(1963, 1977)) obs_dt = ( "1978-01-02", "1984-01-02", "1989-01-02", "1995-01-02", "2006-01-02", "2012-01-02", "2017-01-02", "2023-01-02", ) self.assertHolidayName(name_observed, obs_dt) self.assertNoNonObservedHoliday(obs_dt) exception_years = { 1950, 1956, 1961, 1967, 1978, 1984, 1989, 1995, 2006, 2012, 2017, 2023, 2034, 2040, 2045, } self.assertHolidayName( name, self.opt_holidays, (f"{year}-01-01" for year in set(range(1946, 2050)).difference(exception_years)), ) self.assertHolidayName( name_following, self.opt_holidays, (f"{year}-01-02" for year in exception_years) ) def test_chinese_new_year(self): name_eve = "農曆年初一的前一日" name = "農曆年初一" name_second = "農曆年初二" name_third = "農曆年初三" name_fourth = "農曆年初四" self.assertHolidayName( name_eve, "1983-02-12", "1986-02-08", "1990-01-26", "1991-02-14", "1993-01-22", "1997-02-06", "2000-02-04", "2003-01-31", "2006-01-28", "2007-02-17", "2010-02-13", ) self.assertNoHolidayName(name_eve, range(1963, 1983), range(2012, 2050)) self.assertNoHolidayName(name_eve, self.opt_holidays, range(1946, 1983), range(2012, 2050)) self.assertHolidayName( name, "2008-02-07", "2009-01-26", "2011-02-03", "2012-01-23", "2014-01-31", "2015-02-19", "2016-02-08", "2017-01-28", "2018-02-16", "2019-02-05", "2020-01-25", "2021-02-12", "2022-02-01", "2024-02-10", ) exception_years = {1983, 1986, 2006, 2007, 2010, 2013, 2023, 2030, 2034, 2037, 2040} self.assertHolidayName(name, set(range(1963, 2050)).difference(exception_years)) self.assertNoHolidayName(name, exception_years) self.assertHolidayName( name, self.opt_holidays, set(range(1946, 2050)).difference(exception_years) ) self.assertNoHolidayName(name, self.opt_holidays, exception_years) self.assertHolidayName( name_second, "2006-01-30", "2007-02-19", "2008-02-08", "2009-01-27", "2010-02-15", "2011-02-04", "2012-01-24", "2013-02-11", "2014-02-01", "2015-02-20", "2016-02-09", "2018-02-17", "2019-02-06", "2021-02-13", "2022-02-02", "2023-01-23", ) exception_years = {1990, 1993, 2000, 2003, 2017, 2020, 2024, 2027, 2044, 2047} self.assertHolidayName(name_second, set(range(1963, 2050)).difference(exception_years)) self.assertNoHolidayName(name_second, exception_years) self.assertHolidayName( name_second, self.opt_holidays, set(range(1946, 2050)).difference(exception_years) ) self.assertNoHolidayName(name_second, self.opt_holidays, exception_years) self.assertHolidayName( name_third, "2006-01-31", "2007-02-20", "2008-02-09", "2009-01-28", "2010-02-16", "2011-02-05", "2012-01-25", "2013-02-12", "2015-02-21", "2016-02-10", "2017-01-30", "2019-02-07", "2020-01-27", "2022-02-03", "2023-01-24", "2024-02-12", ) exception_years = {1991, 1997, 2014, 2018, 2021, 2041, 2045, 2048} self.assertHolidayName(name_third, set(range(1977, 2050)).difference(exception_years)) self.assertNoHolidayName(name_third, exception_years, range(1963, 1977)) self.assertHolidayName( name_third, self.opt_holidays, set(range(1968, 2050)).difference(exception_years) ) self.assertNoHolidayName(name_third, self.opt_holidays, exception_years, range(1946, 1968)) self.assertHolidayName( name_fourth, "2013-02-13", "2014-02-03", "2017-01-31", "2018-02-19", "2020-01-28", "2021-02-15", "2023-01-25", "2024-02-13", ) present_years = { 2013, 2014, 2017, 2018, 2020, 2021, 2023, 2024, 2027, 2030, 2034, 2037, 2040, 2041, 2044, 2045, 2047, 2048, } self.assertHolidayName(name_fourth, present_years) self.assertNoHolidayName(name_fourth, set(range(1963, 2050)).difference(present_years)) self.assertHolidayName(name_fourth, self.opt_holidays, present_years) self.assertNoHolidayName( name_fourth, self.opt_holidays, set(range(1946, 2050)).difference(present_years) ) def test_good_friday(self): name = "耶穌受難節" self.assertHolidayName( name, "2028-04-14", "2029-03-30", "2030-04-19", "2031-04-11", "2032-03-26", "2033-04-15", "2034-04-07", "2035-03-23", ) self.assertHolidayName( name, self.opt_holidays, "2006-04-14", "2007-04-06", "2008-03-21", "2009-04-10", "2010-04-02", "2011-04-22", "2012-04-06", "2013-03-29", "2014-04-18", "2015-04-03", "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, range(2028, 2050)) self.assertNoHolidayName(name, range(1963, 2028)) self.assertHolidayName(name, self.opt_holidays, range(1946, 2050)) def test_holy_saturday(self): name = "耶穌受難節翌日" self.assertHolidayName( name, "2030-04-20", "2031-04-12", "2032-03-27", "2033-04-16", "2034-04-08", "2035-03-24", ) self.assertHolidayName( name, self.opt_holidays, "2006-04-15", "2007-04-07", "2008-03-22", "2009-04-11", "2010-04-03", "2011-04-23", "2012-04-07", "2013-03-30", "2014-04-19", "2015-04-04", "2016-03-26", "2017-04-15", "2018-03-31", "2019-04-20", "2020-04-11", "2021-04-03", "2022-04-16", "2023-04-08", "2024-03-30", ) self.assertHolidayName(name, range(2030, 2050)) self.assertNoHolidayName(name, range(1963, 2030)) self.assertHolidayName(name, self.opt_holidays, range(1946, 2050)) def test_easter_monday(self): name = "復活節星期一" name_following = f"{name}翌日" self.assertHolidayName( name, "2026-04-06", "2027-03-29", "2028-04-17", "2029-04-02", "2030-04-22", "2031-04-14", "2032-03-29", "2033-04-18", "2034-04-10", "2035-03-26", ) self.assertHolidayName( name, self.opt_holidays, "2006-04-17", "2007-04-09", "2008-03-24", "2009-04-13", "2010-04-05", "2011-04-25", "2012-04-09", "2013-04-01", "2014-04-21", "2016-03-28", "2017-04-17", "2018-04-02", "2019-04-22", "2020-04-13", "2022-04-18", "2023-04-10", "2024-04-01", ) exception_years = {2015, 2021, 2026} self.assertHolidayName(name, range(2026, 2050)) self.assertNoHolidayName(name, range(1963, 2026)) self.assertHolidayName( name, self.opt_holidays, set(range(1946, 2050)).difference(exception_years) ) self.assertHolidayName( name_following, self.opt_holidays, "2015-04-07", "2021-04-06", "2026-04-07", ) def test_tomb_sweeping_day(self): name = "清明節" name_observed = f"{name}(慶祝)" name_following = f"{name}翌日" self.assertHolidayName( name, "2006-04-05", "2007-04-05", "2008-04-04", "2009-04-04", "2011-04-05", "2012-04-04", "2013-04-04", "2014-04-05", "2016-04-04", "2017-04-04", "2018-04-05", "2019-04-05", "2020-04-04", "2022-04-05", "2023-04-05", "2024-04-04", ) obs_dt = ( "1970-04-06", "1976-04-05", "1981-04-06", "1987-04-06", "1998-04-06", "2004-04-05", "2015-04-06", "2021-04-05", ) self.assertHolidayName(name, range(1963, 2050)) self.assertHolidayName(name_observed, obs_dt) self.assertNoNonObservedHoliday(obs_dt) self.assertHolidayName( name, self.opt_holidays, "2006-04-05", "2007-04-05", "2008-04-04", "2009-04-04", "2011-04-05", "2012-04-04", "2013-04-04", "2014-04-05", "2016-04-04", "2017-04-04", "2018-04-05", "2019-04-05", "2020-04-04", "2022-04-05", "2023-04-05", "2024-04-04", ) exception_years = { 1970, 1976, 1981, 1987, 1988, 1998, 1999, 2004, 2010, 2015, 2021, 2026, 2032, 2043, 2049, } self.assertHolidayName( name_following, self.opt_holidays, "1970-04-06", "1976-04-05", "1981-04-06", "1987-04-06", "1988-04-05", "1998-04-06", "1999-04-06", "2004-04-05", "2010-04-06", "2015-04-06", "2021-04-05", ) self.assertHolidayName( name, self.opt_holidays, set(range(1968, 2050)).difference(exception_years) ) self.assertNoHolidayName(name, self.opt_holidays, exception_years, range(1946, 1968)) def test_the_buddhas_birthday(self): name = "佛誕" name_observed = f"{name}(慶祝)" name_following = f"{name}翌日" self.assertHolidayName( name, "2022-05-08", "2023-05-26", "2024-05-15", "2025-05-05", "2026-05-24", "2027-05-13", "2028-05-02", "2029-05-20", "2030-05-09", "2031-05-28", "2032-05-16", "2033-05-06", "2034-05-25", "2035-05-15", ) obs_dt = ("2022-05-09",) self.assertHolidayName(name, range(2022, 2050)) self.assertHolidayName(name_observed, obs_dt) self.assertNoHolidayName(name, range(1963, 2022)) self.assertNoNonObservedHoliday(obs_dt) self.assertHolidayName( name, self.opt_holidays, "1999-05-22", "2000-05-11", "2006-05-05", "2007-05-24", "2008-05-12", "2009-05-02", "2010-05-21", "2011-05-10", "2012-04-28", "2013-05-17", "2014-05-06", "2015-05-25", "2016-05-14", "2017-05-03", "2018-05-22", "2020-04-30", "2021-05-19", "2023-05-26", "2024-05-15", ) exception_years = {2002, 2005, 2019, 2022, 2026, 2029, 2032, 2046, 2049} self.assertHolidayName( name_following, self.opt_holidays, "2002-05-20", "2005-05-16", "2019-05-13", "2022-05-09", ) self.assertHolidayName( name, self.opt_holidays, set(range(1999, 2050)).difference(exception_years) ) self.assertNoHolidayName(name, self.opt_holidays, exception_years, range(1946, 1999)) def test_labor_day(self): name = "勞動節" name_observed = f"{name}(慶祝)" name_following = f"{name}翌日" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1999, 2050))) self.assertNoHolidayName(name, range(1963, 1999)) obs_dt = ( "2005-05-02", "2011-05-02", "2016-05-02", "2022-05-02", ) self.assertHolidayName(name_observed, obs_dt) self.assertNoNonObservedHoliday(obs_dt) exception_years = {2005, 2011, 2016, 2022, 2033, 2039, 2044} self.assertHolidayName( name, self.opt_holidays, (f"{year}-05-01" for year in set(range(1999, 2050)).difference(exception_years)), ) self.assertHolidayName( name_following, self.opt_holidays, (f"{year}-05-02" for year in exception_years) ) self.assertNoHolidayName(name, self.opt_holidays, range(1946, 1999)) def test_dragon_boat_festival(self): name = "端午節" name_observed = f"{name}(慶祝)" name_following = f"{name}翌日" self.assertHolidayName( name, "2006-05-31", "2007-06-19", "2008-06-08", "2009-05-28", "2010-06-16", "2011-06-06", "2012-06-23", "2013-06-12", "2014-06-02", "2015-06-20", "2016-06-09", "2017-05-30", "2018-06-18", "2019-06-07", "2020-06-25", "2021-06-14", "2022-06-03", "2023-06-22", "2024-06-10", ) obs_dt = ( "1964-06-15", "1987-06-01", "1991-06-17", "2008-06-09", ) self.assertHolidayName(name, range(1963, 2050)) self.assertHolidayName(name_observed, obs_dt) self.assertNoNonObservedHoliday(obs_dt) self.assertHolidayName( name, self.opt_holidays, "2006-05-31", "2007-06-19", "2009-05-28", "2010-06-16", "2011-06-06", "2012-06-23", "2013-06-12", "2014-06-02", "2015-06-20", "2016-06-09", "2017-05-30", "2018-06-18", "2019-06-07", "2020-06-25", "2021-06-14", "2022-06-03", "2023-06-22", "2024-06-10", ) exception_years = {1987, 1991, 2008, 2028, 2035, 2042} self.assertHolidayName( name_following, self.opt_holidays, "1987-06-01", "1991-06-17", "2008-06-09", ) self.assertHolidayName( name, self.opt_holidays, set(range(1968, 2050)).difference(exception_years) ) self.assertNoHolidayName(name, self.opt_holidays, exception_years, range(1946, 1968)) def test_hong_kong_sar_day(self): name = "香港特別行政區成立紀念日" name_observed = f"{name}(慶祝)" name_following = f"{name}翌日" self.assertHolidayName(name, (f"{year}-07-01" for year in range(1997, 2050))) self.assertNoHolidayName(name, range(1963, 1997)) obs_dt = ( "2001-07-02", "2007-07-02", "2012-07-02", "2018-07-02", ) self.assertHolidayName(name_observed, obs_dt) self.assertNoNonObservedHoliday(obs_dt) exception_years = {2001, 2007, 2012, 2018, 2029, 2035, 2040, 2046} self.assertHolidayName( name, self.opt_holidays, (f"{year}-07-01" for year in set(range(1997, 2050)).difference(exception_years)), ) self.assertHolidayName( name_following, self.opt_holidays, (f"{year}-07-02" for year in exception_years) ) self.assertNoHolidayName(name, self.opt_holidays, range(1983, 1997)) def test_mid_autumn_festival(self): name = "中秋節" name_following = f"{name}翌日" name_second = "中秋節後第二日" dt = ( "1963-10-02", "1965-09-10", "1966-09-29", "1967-09-18", "1995-09-09", "2002-09-21", "2009-10-03", ) present_years = {1963, 1965, 1966, 1967, 1995, 2002, 2009} self.assertHolidayName(name, dt) self.assertNoHolidayName(name, set(range(1963, 2050)).difference(present_years)) self.assertHolidayName(name, self.opt_holidays, dt) self.assertNoHolidayName( name, self.opt_holidays, set(range(1963, 2050)).difference(present_years), 1957, 1961 ) dt = ( "2006-10-07", "2007-09-26", "2008-09-15", "2010-09-23", "2011-09-13", "2012-10-01", "2013-09-20", "2014-09-09", "2015-09-28", "2016-09-16", "2017-10-05", "2018-09-25", "2019-09-14", "2020-10-02", "2021-09-22", "2023-09-30", "2024-09-18", ) exception_years = { 1963, 1965, 1966, 1967, 1975, 1981, 1995, 2002, 2009, 2022, 2029, 2036, 2046, 2049, } self.assertHolidayName(name_following, dt) self.assertHolidayName(name_following, self.opt_holidays, dt) self.assertHolidayName(name_following, set(range(1963, 2050)).difference(exception_years)) self.assertHolidayName( name_following, self.opt_holidays, set(range(1963, 2050)).difference(exception_years) ) dt = ( "1975-09-22", "1981-09-14", "2022-09-12", ) present_years = {1975, 1981, 2022, 2029, 2036, 2046, 2049} self.assertHolidayName(name_second, dt) self.assertHolidayName(name_second, self.opt_holidays, dt) self.assertNoHolidayName(name_second, set(range(1963, 2050)).difference(present_years)) self.assertNoHolidayName( name_second, self.opt_holidays, set(range(1946, 2050)).difference(present_years) ) def test_double_ninth_festival(self): name = "重陽節" name_observed = f"{name}(慶祝)" name_following = f"{name}翌日" self.assertHolidayName( name, "2006-10-30", "2007-10-19", "2008-10-07", "2009-10-26", "2010-10-16", "2011-10-05", "2012-10-23", "2013-10-13", "2014-10-02", "2015-10-21", "2016-10-09", "2017-10-28", "2018-10-17", "2019-10-07", "2020-10-25", "2021-10-14", "2022-10-04", "2023-10-23", "2024-10-11", ) obs_dt = ( "1986-10-13", "1989-10-09", "1992-10-05", "1996-10-21", "1999-10-18", "2013-10-14", "2016-10-10", "2020-10-26", ) self.assertHolidayName(name, range(1977, 2050)) self.assertHolidayName(name_observed, obs_dt) self.assertNoHolidayName(name, range(1963, 1977)) self.assertNoNonObservedHoliday(obs_dt) self.assertHolidayName( name, self.opt_holidays, "2006-10-30", "2007-10-19", "2008-10-07", "2009-10-26", "2010-10-16", "2011-10-05", "2012-10-23", "2014-10-02", "2015-10-21", "2017-10-28", "2018-10-17", "2019-10-07", "2021-10-14", "2022-10-04", "2023-10-23", "2024-10-11", ) exception_years = { 1969, 1972, 1976, 1986, 1989, 1992, 1996, 1999, 2013, 2016, 2020, 2026, 2040, 2043, 2047, } self.assertHolidayName( name_following, self.opt_holidays, "1969-10-20", "1972-10-16", "1976-11-01", "1986-10-13", "1989-10-09", "1992-10-05", "1996-10-21", "1999-10-18", "2013-10-14", "2016-10-10", "2020-10-26", ) self.assertHolidayName( name, self.opt_holidays, set(range(1968, 2050)).difference(exception_years) ) self.assertNoHolidayName(name, self.opt_holidays, exception_years, range(1946, 1968)) def test_national_day(self): name = "國慶日" name_observed = f"{name}(慶祝)" name_following = f"{name}翌日" self.assertHolidayName(name, (f"{year}-10-01" for year in range(1997, 2050))) self.assertNoHolidayName(name, range(1963, 1997)) obs_dt = ( "2000-10-02", "2006-10-02", "2012-10-02", "2017-10-02", "2023-10-02", ) self.assertHolidayName(name_observed, obs_dt) self.assertNoNonObservedHoliday(obs_dt) exception_years = {2000, 2006, 2012, 2017, 2023, 2028, 2033, 2034, 2045} self.assertHolidayName( name, self.opt_holidays, (f"{year}-10-01" for year in set(range(1997, 2050)).difference(exception_years)), ) self.assertHolidayName( name_following, self.opt_holidays, "1997-10-02", "1998-10-02", "2000-10-02", "2006-10-02", "2012-10-02", "2017-10-02", "2023-10-02", "2028-10-02", "2033-10-03", "2034-10-02", "2045-10-02", ) self.assertNoHolidayName(name, self.opt_holidays, range(1946, 1997)) def test_winter_solstice(self): name = "冬節" name_observed = f"{name}(慶祝)" holidays_with_winter_solstice = HongKong( preferred_discretionary_holidays=(WINTER_SOLSTICE,), years=range(1963, 2050) ) self.assertHolidayName( name, holidays_with_winter_solstice, "2006-12-22", "2007-12-22", "2008-12-21", "2009-12-22", "2010-12-22", "2011-12-22", "2012-12-21", "2013-12-22", "2014-12-22", "2015-12-22", "2016-12-21", "2017-12-22", "2018-12-22", "2019-12-22", "2020-12-21", "2021-12-21", "2022-12-22", "2023-12-22", "2024-12-21", ) self.assertHolidayName(name, holidays_with_winter_solstice, range(1963, 2050)) self.assertNoHolidayName("聖誕節", holidays_with_winter_solstice) obs_dt = ( "1963-12-23", "1968-12-23", "1974-12-23", "1985-12-23", "1991-12-23", "2002-12-23", "2008-12-22", "2013-12-23", "2019-12-23", ) self.assertHolidayName(name_observed, holidays_with_winter_solstice, obs_dt) self.assertNoNonObservedHoliday( HongKong(observed=False, preferred_discretionary_holidays=(WINTER_SOLSTICE,)), obs_dt ) self.assertNoHolidayName(name, self.opt_holidays) def test_christmas_day(self): name = "聖誕節" name_observed = f"{name}(慶祝)" name_first = "聖誕節後第一個周日" name_first_observed = f"{name_first}(慶祝)" name_second = "聖誕節後第二個周日" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1963, 2050))) obs_dt = ( "1966-12-26", "1977-12-26", "1983-12-26", "1988-12-26", "1994-12-26", "2005-12-26", "2011-12-26", "2016-12-26", "2022-12-26", "2033-12-27", "2039-12-27", "2044-12-27", ) self.assertHolidayName(name_observed, obs_dt) self.assertNoNonObservedHoliday(obs_dt) self.assertHolidayName(name_first, (f"{year}-12-26" for year in range(2024, 2050))) self.assertNoHolidayName(name_first, range(1963, 2024)) obs_dt = ( "2027-12-27", "2032-12-27", "2038-12-27", "2049-12-27", ) self.assertHolidayName(name_first_observed, obs_dt) self.assertNoNonObservedHoliday(obs_dt) exception_years = { 1949, 1955, 1960, 1966, 1977, 1983, 1988, 1994, 2005, 2011, 2016, 2022, 2033, 2039, 2044, } self.assertHolidayName( name, self.opt_holidays, (f"{year}-12-25" for year in set(range(1946, 2050)).difference(exception_years)), ) self.assertHolidayName( name_second, self.opt_holidays, (f"{year}-12-27" for year in exception_years) ) exception_years = { 1948, 1954, 1965, 1971, 1976, 1982, 1993, 1999, 2004, 2010, 2021, 2027, 2032, 2038, 2049, } self.assertHolidayName( name_first, self.opt_holidays, (f"{year}-12-26" for year in set(range(1946, 2050)).difference(exception_years)), ) self.assertHolidayName( name_first, self.opt_holidays, (f"{year}-12-27" for year in exception_years) ) def test_queens_birthday(self): name = "英女皇壽辰" self.assertNoHolidayName(name) self.assertHolidayName(name, self.opt_holidays, range(1952, 1998)) self.assertNoHolidayName(name, self.opt_holidays, range(1946, 1952), range(1998, 2050)) self.assertHolidayName(name, self.opt_holidays, "1952-06-05") self.assertHolidayName( name, self.opt_holidays, (f"{year}-04-21" for year in range(1953, 1983)) ) self.assertHolidayName( name, self.opt_holidays, "1983-06-11", "1983-06-13", "1984-06-09", "1984-06-11", "1985-06-08", "1985-06-10", "1986-06-14", "1986-06-16", "1987-06-13", "1987-06-15", "1988-06-11", "1988-06-13", "1989-06-10", "1989-06-12", "1990-06-09", "1990-06-11", "1991-06-08", "1991-06-10", "1992-06-13", "1992-06-15", "1993-06-12", "1993-06-14", "1994-06-11", "1994-06-13", "1995-06-10", "1995-06-12", "1996-06-08", "1996-06-10", "1997-06-28", "1997-06-30", ) def test_whit_monday(self): name = "靈降臨節後星期一" self.assertNoHolidayName(name) self.assertHolidayName( name, self.opt_holidays, "1946-06-10", "1947-05-26", "1948-05-17", "1949-06-06", "1950-05-29", "1951-05-14", "1952-06-02", "1953-05-25", "1954-06-07", "1955-05-30", "1956-05-21", "1957-06-10", "1958-05-26", "1959-05-18", "1960-06-06", "1961-05-22", "1962-06-11", "1963-06-03", "1964-05-18", "1965-06-07", "1966-05-30", "1967-05-15", ) self.assertNoHolidayName(name, self.opt_holidays, range(1968, 2050)) def test_national_day_of_the_republic(self): name = "中華民國國慶日" self.assertNoHolidayName(name) self.assertHolidayName( name, self.opt_holidays, "1946-10-14", "1947-10-13", "1948-10-11", "1949-10-10", "1950-10-09", "1951-10-08", "1952-10-13", "1953-10-12", "1954-10-11", "1955-10-10", "1956-10-08", "1957-10-14", "1958-10-13", "1959-10-12", "1960-10-10", "1961-10-09", "1962-10-08", "1963-10-14", "1964-10-12", "1965-10-11", "1966-10-10", "1967-10-09", ) self.assertNoHolidayName(name, self.opt_holidays, range(1968, 2050)) def test_monday_after_remembrance_day(self): name = "和平紀念日後星期一" self.assertNoHolidayName(name) self.assertHolidayName( name, self.opt_holidays, "1946-11-11", "1947-11-10", "1948-11-15", "1949-11-14", "1950-11-13", "1951-11-12", "1952-11-10", "1953-11-09", "1954-11-15", "1955-11-14", "1956-11-12", "1957-11-11", "1958-11-10", "1959-11-09", "1960-11-14", "1961-11-13", "1962-11-12", "1963-11-11", "1964-11-09", "1965-11-15", "1966-11-14", "1967-11-13", ) self.assertNoHolidayName(name, self.opt_holidays, range(1968, 2050)) def test_2020(self): # https://www.labour.gov.hk/eng/news/latest_holidays2020.htm self.assertHolidays( HongKong(years=2020, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), ("2020-01-01", "一月一日"), ("2020-01-25", "農曆年初一"), ("2020-01-27", "農曆年初三"), ("2020-01-28", "農曆年初四"), ("2020-04-04", "清明節"), ("2020-05-01", "勞動節"), ("2020-06-25", "端午節"), ("2020-07-01", "香港特別行政區成立紀念日"), ("2020-10-01", "國慶日"), ("2020-10-02", "中秋節翌日"), ("2020-10-25", "重陽節"), ("2020-10-26", "重陽節(慶祝)"), ("2020-12-21", "冬節"), ("2020-12-25", "聖誕節"), ) def test_2021(self): # https://www.labour.gov.hk/eng/news/latest_holidays2021.htm self.assertHolidays( HongKong(years=2021, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), ("2021-01-01", "一月一日"), ("2021-02-12", "農曆年初一"), ("2021-02-13", "農曆年初二"), ("2021-02-15", "農曆年初四"), ("2021-04-04", "清明節"), ("2021-04-05", "清明節(慶祝)"), ("2021-05-01", "勞動節"), ("2021-06-14", "端午節"), ("2021-07-01", "香港特別行政區成立紀念日"), ("2021-09-22", "中秋節翌日"), ("2021-10-01", "國慶日"), ("2021-10-14", "重陽節"), ("2021-12-21", "冬節"), ("2021-12-25", "聖誕節"), ) def test_2022(self): # https://www.labour.gov.hk/eng/news/latest_holidays2022.htm self.assertHolidays( HongKong(years=2022, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), ("2022-01-01", "一月一日"), ("2022-02-01", "農曆年初一"), ("2022-02-02", "農曆年初二"), ("2022-02-03", "農曆年初三"), ("2022-04-05", "清明節"), ("2022-05-01", "勞動節"), ("2022-05-02", "勞動節(慶祝)"), ("2022-05-08", "佛誕"), ("2022-05-09", "佛誕(慶祝)"), ("2022-06-03", "端午節"), ("2022-07-01", "香港特別行政區成立紀念日"), ("2022-09-12", "中秋節後第二日"), ("2022-10-01", "國慶日"), ("2022-10-04", "重陽節"), ("2022-12-22", "冬節"), ("2022-12-25", "聖誕節"), ("2022-12-26", "聖誕節(慶祝)"), ) def test_2023(self): # https://www.labour.gov.hk/eng/news/latest_holidays2023.htm self.assertHolidays( HongKong(years=2023, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), ("2023-01-01", "一月一日"), ("2023-01-02", "一月一日(慶祝)"), ("2023-01-23", "農曆年初二"), ("2023-01-24", "農曆年初三"), ("2023-01-25", "農曆年初四"), ("2023-04-05", "清明節"), ("2023-05-01", "勞動節"), ("2023-05-26", "佛誕"), ("2023-06-22", "端午節"), ("2023-07-01", "香港特別行政區成立紀念日"), ("2023-09-30", "中秋節翌日"), ("2023-10-01", "國慶日"), ("2023-10-02", "國慶日(慶祝)"), ("2023-10-23", "重陽節"), ("2023-12-22", "冬節"), ("2023-12-25", "聖誕節"), ) def test_2024(self): # https://www.labour.gov.hk/eng/news/latest_holidays2024.htm self.assertHolidays( HongKong(years=2024, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), ("2024-01-01", "一月一日"), ("2024-02-10", "農曆年初一"), ("2024-02-12", "農曆年初三"), ("2024-02-13", "農曆年初四"), ("2024-04-04", "清明節"), ("2024-05-01", "勞動節"), ("2024-05-15", "佛誕"), ("2024-06-10", "端午節"), ("2024-07-01", "香港特別行政區成立紀念日"), ("2024-09-18", "中秋節翌日"), ("2024-10-01", "國慶日"), ("2024-10-11", "重陽節"), ("2024-12-21", "冬節"), ("2024-12-25", "聖誕節"), ("2024-12-26", "聖誕節後第一個周日"), ) def test_2025(self): # https://www.labour.gov.hk/eng/news/latest_holidays2025.htm self.assertHolidays( HongKong(years=2025, preferred_discretionary_holidays=(CHRISTMAS, WINTER_SOLSTICE)), ("2025-01-01", "一月一日"), ("2025-01-29", "農曆年初一"), ("2025-01-30", "農曆年初二"), ("2025-01-31", "農曆年初三"), ("2025-04-04", "清明節"), ("2025-05-01", "勞動節"), ("2025-05-05", "佛誕"), ("2025-05-31", "端午節"), ("2025-07-01", "香港特別行政區成立紀念日"), ("2025-10-01", "國慶日"), ("2025-10-07", "中秋節翌日"), ("2025-10-29", "重陽節"), ("2025-12-21", "冬節"), ("2025-12-22", "冬節(慶祝)"), ("2025-12-25", "聖誕節"), ("2025-12-26", "聖誕節後第一個周日"), ) def test_optional_2020(self): # https://www.gov.hk/en/about/abouthk/holiday/2020.htm self.assertHolidays( HongKong(categories=OPTIONAL, years=2020), ("2020-01-01", "一月一日"), ("2020-01-25", "農曆年初一"), ("2020-01-27", "農曆年初三"), ("2020-01-28", "農曆年初四"), ("2020-04-04", "清明節"), ("2020-04-10", "耶穌受難節"), ("2020-04-11", "耶穌受難節翌日"), ("2020-04-13", "復活節星期一"), ("2020-04-30", "佛誕"), ("2020-05-01", "勞動節"), ("2020-06-25", "端午節"), ("2020-07-01", "香港特別行政區成立紀念日"), ("2020-10-01", "國慶日"), ("2020-10-02", "中秋節翌日"), ("2020-10-26", "重陽節翌日"), ("2020-12-25", "聖誕節"), ("2020-12-26", "聖誕節後第一個周日"), ) def test_optional_2021(self): # https://www.gov.hk/en/about/abouthk/holiday/2021.htm self.assertHolidays( HongKong(categories=OPTIONAL, years=2021), ("2021-01-01", "一月一日"), ("2021-02-12", "農曆年初一"), ("2021-02-13", "農曆年初二"), ("2021-02-15", "農曆年初四"), ("2021-04-02", "耶穌受難節"), ("2021-04-03", "耶穌受難節翌日"), ("2021-04-05", "清明節翌日"), ("2021-04-06", "復活節星期一翌日"), ("2021-05-01", "勞動節"), ("2021-05-19", "佛誕"), ("2021-06-14", "端午節"), ("2021-07-01", "香港特別行政區成立紀念日"), ("2021-09-22", "中秋節翌日"), ("2021-10-01", "國慶日"), ("2021-10-14", "重陽節"), ("2021-12-25", "聖誕節"), ("2021-12-27", "聖誕節後第一個周日"), ) def test_optional_2022(self): # https://www.gov.hk/en/about/abouthk/holiday/2022.htm self.assertHolidays( HongKong(categories=OPTIONAL, years=2022), ("2022-01-01", "一月一日"), ("2022-02-01", "農曆年初一"), ("2022-02-02", "農曆年初二"), ("2022-02-03", "農曆年初三"), ("2022-04-05", "清明節"), ("2022-04-15", "耶穌受難節"), ("2022-04-16", "耶穌受難節翌日"), ("2022-04-18", "復活節星期一"), ("2022-05-02", "勞動節翌日"), ("2022-05-09", "佛誕翌日"), ("2022-06-03", "端午節"), ("2022-07-01", "香港特別行政區成立紀念日"), ("2022-09-12", "中秋節後第二日"), ("2022-10-01", "國慶日"), ("2022-10-04", "重陽節"), ("2022-12-26", "聖誕節後第一個周日"), ("2022-12-27", "聖誕節後第二個周日"), ) def test_optional_2023(self): # https://www.gov.hk/en/about/abouthk/holiday/2023.htm self.assertHolidays( HongKong(categories=OPTIONAL, years=2023), ("2023-01-02", "一月一日翌日"), ("2023-01-23", "農曆年初二"), ("2023-01-24", "農曆年初三"), ("2023-01-25", "農曆年初四"), ("2023-04-05", "清明節"), ("2023-04-07", "耶穌受難節"), ("2023-04-08", "耶穌受難節翌日"), ("2023-04-10", "復活節星期一"), ("2023-05-01", "勞動節"), ("2023-05-26", "佛誕"), ("2023-06-22", "端午節"), ("2023-07-01", "香港特別行政區成立紀念日"), ("2023-09-30", "中秋節翌日"), ("2023-10-02", "國慶日翌日"), ("2023-10-23", "重陽節"), ("2023-12-25", "聖誕節"), ("2023-12-26", "聖誕節後第一個周日"), ) def test_optional_2024(self): # https://www.gov.hk/en/about/abouthk/holiday/2024.htm self.assertHolidays( HongKong(categories=OPTIONAL, years=2024), ("2024-01-01", "一月一日"), ("2024-02-10", "農曆年初一"), ("2024-02-12", "農曆年初三"), ("2024-02-13", "農曆年初四"), ("2024-03-29", "耶穌受難節"), ("2024-03-30", "耶穌受難節翌日"), ("2024-04-01", "復活節星期一"), ("2024-04-04", "清明節"), ("2024-05-01", "勞動節"), ("2024-05-15", "佛誕"), ("2024-06-10", "端午節"), ("2024-07-01", "香港特別行政區成立紀念日"), ("2024-09-18", "中秋節翌日"), ("2024-10-01", "國慶日"), ("2024-10-11", "重陽節"), ("2024-12-25", "聖誕節"), ("2024-12-26", "聖誕節後第一個周日"), ) def test_optional_2025(self): # https://www.gov.hk/en/about/abouthk/holiday/2025.htm self.assertHolidays( HongKong(categories=OPTIONAL, years=2025), ("2025-01-01", "一月一日"), ("2025-01-29", "農曆年初一"), ("2025-01-30", "農曆年初二"), ("2025-01-31", "農曆年初三"), ("2025-04-04", "清明節"), ("2025-04-18", "耶穌受難節"), ("2025-04-19", "耶穌受難節翌日"), ("2025-04-21", "復活節星期一"), ("2025-05-01", "勞動節"), ("2025-05-05", "佛誕"), ("2025-05-31", "端午節"), ("2025-07-01", "香港特別行政區成立紀念日"), ("2025-10-01", "國慶日"), ("2025-10-07", "中秋節翌日"), ("2025-10-29", "重陽節"), ("2025-12-25", "聖誕節"), ("2025-12-26", "聖誕節後第一個周日"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "一月一日"), ("2024-02-10", "農曆年初一"), ("2024-02-12", "農曆年初三"), ("2024-02-13", "農曆年初四"), ("2024-03-29", "耶穌受難節"), ("2024-03-30", "耶穌受難節翌日"), ("2024-04-01", "復活節星期一"), ("2024-04-04", "清明節"), ("2024-05-01", "勞動節"), ("2024-05-15", "佛誕"), ("2024-06-10", "端午節"), ("2024-07-01", "香港特別行政區成立紀念日"), ("2024-09-18", "中秋節翌日"), ("2024-10-01", "國慶日"), ("2024-10-11", "重陽節"), ("2024-12-25", "聖誕節"), ("2024-12-26", "聖誕節後第一個周日"), ) def test_l10n_en_hk(self): self.assertLocalizedHolidays( "en_HK", ("2024-01-01", "The first day of January"), ("2024-02-10", "Lunar New Year's Day"), ("2024-02-12", "The third day of Lunar New Year"), ("2024-02-13", "The fourth day of Lunar New Year"), ("2024-03-29", "Good Friday"), ("2024-03-30", "The day following Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-04-04", "Ching Ming Festival"), ("2024-05-01", "Labour Day"), ("2024-05-15", "The Birthday of the Buddha"), ("2024-06-10", "Tuen Ng Festival"), ("2024-07-01", "Hong Kong Special Administrative Region Establishment Day"), ("2024-09-18", "The day following the Chinese Mid-Autumn Festival"), ("2024-10-01", "National Day"), ("2024-10-11", "Chung Yeung Festival"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "The first weekday after Christmas Day"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-02-10", "Chinese New Year"), ("2024-02-12", "The third day of Chinese New Year"), ("2024-02-13", "The fourth day of Chinese New Year"), ("2024-03-29", "Good Friday"), ("2024-03-30", "The day following Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-04-04", "Tomb-Sweeping Day"), ("2024-05-01", "Labor Day"), ("2024-05-15", "The Buddha's Birthday"), ("2024-06-10", "Dragon Boat Festival"), ("2024-07-01", "Hong Kong S.A.R. Establishment Day"), ("2024-09-18", "The Day following Mid-Autumn Festival"), ("2024-10-01", "National Day"), ("2024-10-11", "Double Ninth Festival"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "The first weekday after Christmas Day"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2024-01-01", "วันขึ้นปีใหม่"), ("2024-02-10", "วันตรุษจีน"), ("2024-02-12", "วันตรุษจีนวันที่สาม"), ("2024-02-13", "วันตรุษจีนวันที่สี่"), ("2024-03-29", "วันศุกร์ประเสริฐ"), ("2024-03-30", "วันหลังวันศุกร์ประเสริฐ"), ("2024-04-01", "วันจันทร์อีสเตอร์"), ("2024-04-04", "วันเช็งเม้ง"), ("2024-05-01", "วันแรงงาน"), ("2024-05-15", "วันวิสาขบูชา"), ("2024-06-10", "วันไหว้บ๊ะจ่าง"), ("2024-07-01", "วันสถาปนาเขตบริหารพิเศษฮ่องกง"), ("2024-09-18", "วันหลังวันไหว้พระจันทร์"), ("2024-10-01", "วันชาติจีน"), ("2024-10-11", "วันไหว้บรรพบุรุษ"), ("2024-12-25", "วันคริสต์มาส"), ("2024-12-26", "วันคริสต์มาสวันที่สอง"), ) def test_l10n_zh_cn(self): self.assertLocalizedHolidays( "zh_CN", ("2024-01-01", "一月一日"), ("2024-02-10", "农历年初一"), ("2024-02-12", "农历年初三"), ("2024-02-13", "农历年初四"), ("2024-03-29", "耶稣受难节"), ("2024-03-30", "耶稣受难节翌日"), ("2024-04-01", "复活节星期一"), ("2024-04-04", "清明节"), ("2024-05-01", "劳动节"), ("2024-05-15", "佛诞"), ("2024-06-10", "端午节"), ("2024-07-01", "香港特别行政区成立纪念日"), ("2024-09-18", "中秋节翌日"), ("2024-10-01", "国庆日"), ("2024-10-11", "重阳节"), ("2024-12-25", "圣诞节"), ("2024-12-26", "圣诞节后第一个周日"), ) holidays-0.71/tests/countries/test_hungary.py000066400000000000000000000260761500152103600215240ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.hungary import Hungary, HU, HUN from tests.common import CommonCountryTests class TestHungary(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Hungary, years=range(1945, 2050)) def test_country_aliases(self): self.assertAliases(Hungary, HU, HUN) def test_new_years_day(self): self.assertHolidayName("Újév", (f"{year}-01-01" for year in range(1945, 2050))) def test_national_day_march(self): name = "Nemzeti ünnep" years_absent = set(range(1951, 1989)) self.assertHolidayName( name, (f"{year}-03-15" for year in set(range(1945, 2050)).difference(years_absent)) ) self.assertNoHoliday(f"{year}-03-15" for year in years_absent) self.assertNoHolidayName(name, years_absent) def test_good_friday(self): name = "Nagypéntek" self.assertHolidayName( name, "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertNoHolidayName(name, range(1945, 2017)) def test_easter(self): name = "Húsvét" self.assertHolidayName( name, "1991-03-31", "2000-04-23", "2010-04-04", "2017-04-16", "2018-04-01", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", ) self.assertHolidayName(name, range(1945, 2050)) def test_easter_monday(self): name = "Húsvét Hétfő" self.assertHolidayName( name, "1991-04-01", "2000-04-24", "2010-04-05", "2017-04-17", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) self.assertHolidayName(name, set(range(1945, 2050)).difference({1955})) self.assertNoHolidayName(name, 1955) def test_whit_sunday(self): name = "Pünkösd" self.assertHolidayName( name, "1991-05-19", "2000-06-11", "2010-05-23", "2017-06-04", "2018-05-20", "2019-06-09", "2020-05-31", "2021-05-23", "2022-06-05", "2023-05-28", ) self.assertHolidayName(name, range(1945, 2050)) def test_whit_monday(self): name = "Pünkösdhétfő" years_absent = set(range(1953, 1992)) self.assertHolidayName( name, "2000-06-12", "2010-05-24", "2017-06-05", "2018-05-21", "2019-06-10", "2020-06-01", "2021-05-24", "2022-06-06", "2023-05-29", ) self.assertHolidayName(name, set(range(1945, 2050)).difference(years_absent)) self.assertNoHolidayName(name, years_absent) def test_labour_day(self): name = "A Munka ünnepe" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1946, 2050))) self.assertNoHoliday("1945-05-01") self.assertNoHolidayName(name, 1945) self.assertHolidayName(name, (f"{year}-05-02" for year in range(1950, 1954))) def test_foundation_day(self): name_1 = "A kenyér ünnepe" name_2 = "Az államalapítás ünnepe" years_1 = set(range(1950, 1990)) years_2 = set(range(1945, 2050)).difference(years_1) self.assertHolidayName(name_1, (f"{year}-08-20" for year in years_1)) self.assertHolidayName(name_2, (f"{year}-08-20" for year in years_2)) self.assertNoHolidayName(name_1, years_2) self.assertNoHolidayName(name_2, years_1) def test_national_day_october(self): name = "Nemzeti ünnep" self.assertHolidayName(name, (f"{year}-10-23" for year in range(1991, 2050))) self.assertNoHoliday(f"{year}-10-23" for year in range(1945, 1991)) self.assertNoHolidayName(name, range(1951, 1989)) def test_all_saints_day(self): name = "Mindenszentek" self.assertHolidayName(name, (f"{year}-11-01" for year in range(1999, 2050))) self.assertNoHoliday(f"{year}-11-01" for year in range(1945, 1999)) self.assertNoHolidayName(name, range(1945, 1999)) def test_christmas(self): self.assertHolidayName("Karácsony", (f"{year}-12-25" for year in range(1945, 2050))) name = "Karácsony másnapja" self.assertHolidayName( name, (f"{year}-12-26" for year in set(range(1945, 2050)).difference({1955})) ) self.assertNoHoliday("1955-12-26") self.assertNoHolidayName(name, 1955) def test_proclamation_soviet_republic_day(self): name = "A Tanácsköztársaság kikiáltásának ünnepe" years_present = set(range(1950, 1990)) years_absent = set(range(1945, 2050)).difference(years_present) self.assertHolidayName(name, (f"{year}-03-21" for year in years_present)) self.assertNoHoliday(f"{year}-03-21" for year in years_absent) self.assertNoHolidayName(name, years_absent) def test_liberation_day(self): name = "A felszabadulás ünnepe" years_present = set(range(1950, 1990)) years_absent = set(range(1945, 2050)).difference(years_present) self.assertHolidayName(name, (f"{year}-04-04" for year in years_present)) self.assertNoHolidayName(name, years_absent) def test_october_socialist_revolution_day(self): name = "A nagy októberi szocialista forradalom ünnepe" years_present = set(range(1950, 1989)).difference({1956}) years_absent = set(range(1945, 2050)).difference(years_present) self.assertHolidayName(name, (f"{year}-11-07" for year in years_present)) self.assertNoHoliday(f"{year}-11-07" for year in years_absent) self.assertNoHolidayName(name, years_absent) def test_substituted(self): dt = ( "2010-12-24", "2011-03-14", "2011-10-31", "2012-03-16", "2012-04-30", "2012-10-22", "2012-11-02", "2012-12-24", "2012-12-31", "2013-08-19", "2013-12-24", "2013-12-27", "2014-05-02", "2014-10-24", "2014-12-24", "2015-01-02", "2015-08-21", "2015-12-24", "2016-03-14", "2016-10-31", "2018-03-16", "2018-04-30", "2018-10-22", "2018-11-02", "2018-12-24", "2018-12-31", "2019-08-19", "2019-12-24", "2019-12-27", "2020-08-21", "2020-12-24", "2021-12-24", "2022-03-14", "2022-10-31", "2024-08-19", "2024-12-24", "2024-12-27", "2025-05-02", "2025-10-24", "2025-12-24", ) self.assertHoliday(dt) def test_2021(self): self.assertHolidays( Hungary(years=2021), ("2021-01-01", "Újév"), ("2021-03-15", "Nemzeti ünnep"), ("2021-04-02", "Nagypéntek"), ("2021-04-04", "Húsvét"), ("2021-04-05", "Húsvét Hétfő"), ("2021-05-01", "A Munka ünnepe"), ("2021-05-23", "Pünkösd"), ("2021-05-24", "Pünkösdhétfő"), ("2021-08-20", "Az államalapítás ünnepe"), ("2021-10-23", "Nemzeti ünnep"), ("2021-11-01", "Mindenszentek"), ("2021-12-24", "Pihenőnap (2021. 12. 11.-től helyettesítve)"), ("2021-12-25", "Karácsony"), ("2021-12-26", "Karácsony másnapja"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Újév"), ("2022-03-14", "Pihenőnap (2022. 03. 26.-től helyettesítve)"), ("2022-03-15", "Nemzeti ünnep"), ("2022-04-15", "Nagypéntek"), ("2022-04-17", "Húsvét"), ("2022-04-18", "Húsvét Hétfő"), ("2022-05-01", "A Munka ünnepe"), ("2022-06-05", "Pünkösd"), ("2022-06-06", "Pünkösdhétfő"), ("2022-08-20", "Az államalapítás ünnepe"), ("2022-10-23", "Nemzeti ünnep"), ("2022-10-31", "Pihenőnap (2022. 10. 15.-től helyettesítve)"), ("2022-11-01", "Mindenszentek"), ("2022-12-25", "Karácsony"), ("2022-12-26", "Karácsony másnapja"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-03-14", "Day off (substituted from 03/26/2022)"), ("2022-03-15", "National Day"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-06", "Whit Monday"), ("2022-08-20", "State Foundation Day"), ("2022-10-23", "National Day"), ("2022-10-31", "Day off (substituted from 10/15/2022)"), ("2022-11-01", "All Saints' Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-03-14", "Вихідний день (перенесено з 26.03.2022)"), ("2022-03-15", "Національне свято"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-06-05", "Трійця"), ("2022-06-06", "День Святого Духа"), ("2022-08-20", "День заснування держави"), ("2022-10-23", "Національне свято"), ("2022-10-31", "Вихідний день (перенесено з 15.10.2022)"), ("2022-11-01", "День усіх святих"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ) holidays-0.71/tests/countries/test_iceland.py000066400000000000000000000144671500152103600214470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import HALF_DAY, PUBLIC from holidays.countries.iceland import Iceland, IS, ISL from tests.common import CommonCountryTests class TestIceland(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Iceland) def test_country_aliases(self): self.assertAliases(Iceland, IS, ISL) def test_1982(self): self.assertHolidays( Iceland(categories=(HALF_DAY, PUBLIC)), ("1982-01-01", "Nýársdagur"), ("1982-04-08", "Skírdagur"), ("1982-04-09", "Föstudagurinn langi"), ("1982-04-11", "Páskadagur"), ("1982-04-12", "Annar í páskum"), ("1982-04-22", "Sumardagurinn fyrsti"), ("1982-05-01", "Verkalýðsdagurinn"), ("1982-05-20", "Uppstigningardagur"), ("1982-05-30", "Hvítasunnudagur"), ("1982-05-31", "Annar í hvítasunnu"), ("1982-06-17", "Þjóðhátíðardagurinn"), ("1982-12-24", "Aðfangadagur (frá kl. 13.00)"), ("1982-12-25", "Jóladagur"), ("1982-12-26", "Annar í jólum"), ("1982-12-31", "Gamlársdagur (frá kl. 13.00)"), ) def test_2018(self): self.assertHolidays( Iceland(categories=(HALF_DAY, PUBLIC)), ("2018-01-01", "Nýársdagur"), ("2018-03-29", "Skírdagur"), ("2018-03-30", "Föstudagurinn langi"), ("2018-04-01", "Páskadagur"), ("2018-04-02", "Annar í páskum"), ("2018-04-19", "Sumardagurinn fyrsti"), ("2018-05-01", "Verkalýðsdagurinn"), ("2018-05-10", "Uppstigningardagur"), ("2018-05-20", "Hvítasunnudagur"), ("2018-05-21", "Annar í hvítasunnu"), ("2018-06-17", "Þjóðhátíðardagurinn"), ("2018-08-06", "Frídagur verslunarmanna"), ("2018-12-24", "Aðfangadagur (frá kl. 13.00)"), ("2018-12-25", "Jóladagur"), ("2018-12-26", "Annar í jólum"), ("2018-12-31", "Gamlársdagur (frá kl. 13.00)"), ) def test_2022(self): self.assertHolidays( Iceland(categories=(HALF_DAY, PUBLIC)), ("2022-01-01", "Nýársdagur"), ("2022-04-14", "Skírdagur"), ("2022-04-15", "Föstudagurinn langi"), ("2022-04-17", "Páskadagur"), ("2022-04-18", "Annar í páskum"), ("2022-04-21", "Sumardagurinn fyrsti"), ("2022-05-01", "Verkalýðsdagurinn"), ("2022-05-26", "Uppstigningardagur"), ("2022-06-05", "Hvítasunnudagur"), ("2022-06-06", "Annar í hvítasunnu"), ("2022-06-17", "Þjóðhátíðardagurinn"), ("2022-08-01", "Frídagur verslunarmanna"), ("2022-12-24", "Aðfangadagur (frá kl. 13.00)"), ("2022-12-25", "Jóladagur"), ("2022-12-26", "Annar í jólum"), ("2022-12-31", "Gamlársdagur (frá kl. 13.00)"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Nýársdagur"), ("2022-04-14", "Skírdagur"), ("2022-04-15", "Föstudagurinn langi"), ("2022-04-17", "Páskadagur"), ("2022-04-18", "Annar í páskum"), ("2022-04-21", "Sumardagurinn fyrsti"), ("2022-05-01", "Verkalýðsdagurinn"), ("2022-05-26", "Uppstigningardagur"), ("2022-06-05", "Hvítasunnudagur"), ("2022-06-06", "Annar í hvítasunnu"), ("2022-06-17", "Þjóðhátíðardagurinn"), ("2022-08-01", "Frídagur verslunarmanna"), ("2022-12-24", "Aðfangadagur (frá kl. 13.00)"), ("2022-12-25", "Jóladagur"), ("2022-12-26", "Annar í jólum"), ("2022-12-31", "Gamlársdagur (frá kl. 13.00)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-14", "Maundy Thursday"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-04-21", "First Day of Summer"), ("2022-05-01", "Labor Day"), ("2022-05-26", "Ascension Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-06", "Whit Monday"), ("2022-06-17", "National Day"), ("2022-08-01", "Commerce Day"), ("2022-12-24", "Christmas Eve (from 1pm)"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ("2022-12-31", "New Year's Eve (from 1pm)"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-14", "Великий четвер"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-04-21", "Перший день літа"), ("2022-05-01", "День праці"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-05", "Трійця"), ("2022-06-06", "День Святого Духа"), ("2022-06-17", "Національне свято"), ("2022-08-01", "День торгівлі"), ("2022-12-24", "Святий вечір (з 13:00)"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ("2022-12-31", "Переддень Нового року (з 13:00)"), ) holidays-0.71/tests/countries/test_india.py000066400000000000000000000564731500152103600211370ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from unittest import TestCase from holidays.constants import OPTIONAL from holidays.countries.india import India, IN, IND from tests.common import CommonCountryTests class TestIndia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(India) def setUp(self): super().setUp() warnings.simplefilter("ignore") def test_country_aliases(self): self.assertAliases(India, IN, IND) def test_subdiv_deprecation(self): self.assertDeprecatedSubdivisions("This subdivision is deprecated and will be removed") def test_2018(self): self.assertHolidayDates( India(years=2018), "2018-01-26", "2018-02-13", "2018-03-29", "2018-03-30", "2018-04-30", "2018-06-16", "2018-08-15", "2018-08-22", "2018-09-03", "2018-09-21", "2018-10-02", "2018-10-19", "2018-11-07", "2018-11-21", "2018-11-23", "2018-12-25", ) subdiv_holidays_mapping = { "AN": ("2018-04-14",), "AP": ( "2018-04-14", "2018-11-01", ), "AS": ( "2018-01-14", "2018-12-02", ), "BR": ( "2018-03-22", "2018-04-14", "2018-11-13", ), "CG": ( "2018-04-14", "2018-11-01", ), "CH": ("2018-04-14",), "DL": ("2018-11-13",), "GA": ( "2018-04-14", "2018-12-19", ), "GJ": ( "2018-01-14", "2018-04-14", "2018-05-01", "2018-10-31", ), "HP": ( "2018-04-14", "2018-04-15", ), "HR": ( "2018-04-14", "2018-11-01", ), "JH": ( "2018-04-14", "2018-11-13", "2018-11-15", ), "JK": ("2018-04-14",), "KA": ( "2018-04-14", "2018-11-01", ), "KL": ( "2018-04-14", "2018-08-24", "2018-11-01", ), "LA": ("2018-04-14",), "MH": ( "2018-02-19", "2018-03-18", "2018-04-14", "2018-05-01", ), "MP": ( "2018-04-14", "2018-11-01", ), "MZ": ("2018-02-20",), "NL": ("2018-12-01",), "OD": ( "2018-04-01", "2018-04-14", "2018-04-15", ), "PB": ( "2018-01-13", "2018-04-14", "2018-11-01", ), "PY": ( "2018-04-14", "2018-08-16", "2018-11-01", ), "RJ": ( "2018-03-30", "2018-04-14", "2018-06-15", ), "SK": ( "2018-04-14", "2018-05-16", ), "TN": ( "2018-01-14", "2018-04-14", ), "TS": ( "2018-04-14", "2018-06-02", "2018-10-06", ), "UK": ("2018-04-14",), "UP": ( "2018-01-24", "2018-04-14", "2018-11-13", ), "WB": ( "2018-04-14", "2018-04-15", "2018-05-09", ), } for subdiv, holidays in subdiv_holidays_mapping.items(): self.assertHoliday(India(subdiv=subdiv), holidays) def test_2018_optional(self): self.assertHolidayDates( India(categories=OPTIONAL, years=2018), "2018-01-14", "2018-03-02", "2018-03-25", "2018-04-01", "2018-05-01", "2018-08-26", "2018-09-13", "2018-10-10", "2018-10-18", "2018-11-08", "2018-11-14", ) def test_ranged_holidays(self): warnings.simplefilter("always") for year in (2000, 2036): # Holidays out of range. with self.assertWarns(Warning): India(years=year) name = "Bakrid" dt = ( "2001-03-06", "2010-11-17", "2025-06-07", ) self.assertHolidayName(name, dt) name = "Buddha Purnima" dt = ( "2001-04-30", "2010-05-27", "2025-05-12", "2035-05-22", ) self.assertHolidayName(name, dt) name = "Diwali" dt = ( "2001-11-14", "2010-11-05", "2025-10-20", "2035-10-30", ) self.assertHolidayName(name, dt) name = "Dussehra" dt = ( "2001-10-26", "2010-10-17", "2025-10-02", "2035-10-11", ) self.assertHolidayName(name, dt) name = "Guru Nanak Jayanti" dt = ( "2001-11-30", "2010-11-21", "2025-11-05", "2035-11-15", ) self.assertHolidayName(name, dt) name = "Id-ul-Fitr" dt = ( "2001-12-17", "2010-09-10", "2025-03-31", ) self.assertHolidayName(name, dt) name = "Janmashtami" dt = ( "2001-08-12", "2010-09-02", "2025-08-16", "2035-08-26", ) self.assertHolidayName(name, dt) name = "Mahavir Jayanti" dt = ( "2001-04-06", "2010-04-28", "2025-04-10", "2035-04-20", ) self.assertHolidayName(name, dt) name = "Maha Shivaratri" dt = ( "2001-02-21", "2010-02-12", "2025-02-26", "2035-03-08", ) self.assertHolidayName(name, dt) name = "Milad-un-Nabi" dt = ( "2001-06-05", "2010-02-27", "2025-09-05", ) self.assertHolidayName(name, dt) name = "Muharram" dt = ( "2001-04-04", "2010-12-17", "2025-07-06", ) self.assertHolidayName(name, dt) def test_ranged_subdiv_holidays(self): dt = ( "2001-01-14", "2010-01-14", "2025-01-14", "2035-01-15", ) name = "Magh Bihu" for subdiv in India.subdivisions: if subdiv in {"AS"}: self.assertHolidayName(name, India(subdiv=subdiv), dt) else: self.assertNoHolidayName(name, India(subdiv=subdiv), dt) dt = ( "2001-01-14", "2010-01-14", "2025-01-14", "2035-01-15", ) name = "Uttarayan" for subdiv in India.subdivisions: if subdiv in {"GJ"}: self.assertHolidayName(name, India(subdiv=subdiv), dt) else: self.assertNoHolidayName(name, India(subdiv=subdiv), dt) dt = ( "2001-11-21", "2010-11-11", "2025-10-28", "2035-11-06", ) name = "Chhath Puja" for subdiv in India.subdivisions: if subdiv in {"BR", "DL", "JH", "UP"}: self.assertHolidayName(name, India(subdiv=subdiv), dt) else: self.assertNoHolidayName(name, India(subdiv=subdiv), dt) dt = ( "2001-08-31", "2010-08-23", "2025-09-05", "2035-09-14", ) name = "Onam" for subdiv in India.subdivisions: if subdiv in {"KL"}: self.assertHolidayName(name, India(subdiv=subdiv), dt) else: self.assertNoHolidayName(name, India(subdiv=subdiv), dt) dt = ( "2001-03-26", "2010-03-16", "2025-03-30", "2035-04-09", ) name = "Gudi Padwa" for subdiv in India.subdivisions: if subdiv in {"MH"}: self.assertHolidayName(name, India(subdiv=subdiv), dt) else: self.assertNoHolidayName(name, India(subdiv=subdiv), dt) dt = ( "2001-01-02", "2010-01-05", "2025-01-06", "2025-12-27", "2035-01-16", ) name = "Guru Gobind Singh Jayanti" for subdiv in India.subdivisions: if subdiv in {"PB"}: self.assertHolidayName(name, India(subdiv=subdiv), dt) else: self.assertNoHolidayName(name, India(subdiv=subdiv), dt) dt = ( "2001-04-13", "2010-04-14", "2025-04-13", "2035-04-14", ) name = "Vaisakhi" for subdiv in India.subdivisions: if subdiv in {"PB"}: self.assertHolidayName(name, India(subdiv=subdiv), dt) else: self.assertNoHolidayName(name, India(subdiv=subdiv), dt) dt = ( "2001-01-14", "2010-01-14", "2025-01-14", "2035-01-15", ) name = "Pongal" for subdiv in India.subdivisions: if subdiv in {"TN"}: self.assertHolidayName(name, India(subdiv=subdiv), dt) else: self.assertNoHolidayName(name, India(subdiv=subdiv), dt) def test_ranged_optional_holidays(self): opt_holidays = India(categories=OPTIONAL) name = "Holi" dt = ( "2001-03-10", "2010-03-01", "2025-03-14", "2035-03-24", ) self.assertHolidayName(name, opt_holidays, dt) name = "Ganesh Chaturthi" dt = ( "2001-08-22", "2010-09-11", "2025-08-27", "2035-09-05", ) self.assertHolidayName(name, opt_holidays, dt) name = "Govardhan Puja" dt = ( "2001-11-15", "2010-11-06", "2025-10-22", "2035-10-31", ) self.assertHolidayName(name, opt_holidays, dt) name = "Maha Navami" dt = ( "2001-10-25", "2010-10-16", "2025-10-01", "2035-10-10", ) self.assertHolidayName(name, opt_holidays, dt) name = "Makar Sankranti" dt = ( "2001-01-14", "2010-01-14", "2025-01-14", "2035-01-15", ) self.assertHolidayName(name, opt_holidays, dt) name = "Navratri / Sharad Navratri" dt = ( "2001-10-17", "2010-10-08", "2025-09-22", "2035-10-02", ) self.assertHolidayName(name, opt_holidays, dt) name = "Raksha Bandhan" dt = ( "2001-08-04", "2010-08-24", "2025-08-09", "2035-08-18", ) self.assertHolidayName(name, opt_holidays, dt) name = "Ram Navami" dt = ( "2001-04-02", "2010-03-24", "2025-04-06", "2035-04-16", ) self.assertHolidayName(name, opt_holidays, dt) def test_pre_1947(self): self.assertNoHoliday("1946-08-15") def test_pre_1950(self): self.assertNoHoliday("1949-01-26") def test_good_friday(self): self.assertHoliday( "1994-04-01", "2017-04-14", "2020-04-10", ) def test_easter_sunday(self): self.assertHoliday( India(categories=OPTIONAL), "1994-04-03", "2017-04-16", "2020-04-12", ) def test_palm_sunday(self): self.assertHoliday( India(categories=OPTIONAL), "1994-03-27", "2017-04-09", "2020-04-05", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2018-01-13", "Lohri"), ("2018-01-14", "Magh Bihu; Makar Sankranti; Pongal; Uttarayan"), ("2018-01-24", "UP Formation Day"), ("2018-01-26", "Republic Day"), ("2018-02-13", "Maha Shivaratri"), ("2018-02-19", "Chhatrapati Shivaji Maharaj Jayanti"), ("2018-02-20", "Mizoram State Day"), ("2018-03-02", "Holi"), ("2018-03-18", "Gudi Padwa"), ("2018-03-22", "Bihar Day"), ("2018-03-25", "Palm Sunday; Ram Navami"), ("2018-03-29", "Mahavir Jayanti"), ("2018-03-30", "Good Friday; Rajasthan Day"), ("2018-04-01", "Easter Sunday; Odisha Day (Utkala Dibasa)"), ("2018-04-14", "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year); Vaisakhi"), ( "2018-04-15", "Himachal Day; Maha Vishuva Sankranti / Pana Sankranti; Pohela Boishakh", ), ("2018-04-30", "Buddha Purnima"), ("2018-05-01", "Gujarat Day; Labour Day; Maharashtra Day"), ("2018-05-09", "Rabindra Jayanti"), ("2018-05-16", "Sikkim State Day"), ("2018-06-02", "Telangana Formation Day"), ("2018-06-15", "Maharana Pratap Jayanti"), ("2018-06-16", "Id-ul-Fitr"), ("2018-08-15", "Independence Day"), ("2018-08-16", "Puducherry De Jure Transfer Day"), ("2018-08-22", "Bakrid"), ("2018-08-24", "Onam"), ("2018-08-26", "Raksha Bandhan"), ("2018-09-03", "Janmashtami"), ("2018-09-13", "Ganesh Chaturthi"), ("2018-09-21", "Muharram"), ("2018-10-02", "Gandhi Jayanti"), ("2018-10-06", "Bathukamma Festival"), ("2018-10-10", "Navratri / Sharad Navratri"), ("2018-10-18", "Maha Navami"), ("2018-10-19", "Dussehra"), ("2018-10-31", "Sardar Vallabhbhai Patel Jayanti"), ( "2018-11-01", "Andhra Pradesh Foundation Day; " "Chhattisgarh Foundation Day; " "Haryana Foundation Day; " "Karnataka Rajyotsava; Kerala Foundation Day; " "Madhya Pradesh Foundation Day; " "Puducherry Liberation Day; " "Punjab Day", ), ("2018-11-07", "Diwali"), ("2018-11-08", "Govardhan Puja"), ("2018-11-13", "Chhath Puja"), ("2018-11-14", "Children's Day"), ("2018-11-15", "Jharkhand Formation Day"), ("2018-11-21", "Milad-un-Nabi"), ("2018-11-23", "Guru Nanak Jayanti"), ("2018-12-01", "Nagaland State Inauguration Day"), ("2018-12-02", "Assam Day"), ("2018-12-19", "Goa Liberation Day"), ("2018-12-25", "Christmas"), ) def test_l10n_hi(self): self.assertLocalizedHolidays( "hi", ("2018-01-13", "लोहड़ी"), ("2018-01-14", "उत्तरायण; पोंगल; मकर संक्रांति; माघ बिहू"), ("2018-01-24", "यूपी स्थापना दिवस"), ("2018-01-26", "गणतंत्र दिवस"), ("2018-02-13", "महाशिवरात्रि"), ("2018-02-19", "छत्रपति शिवाजी महाराज जयंती"), ("2018-02-20", "मिज़ोरम राज्य दिवस"), ("2018-03-02", "होली"), ("2018-03-18", "गुडी पाडवा"), ("2018-03-22", "बिहार दिवस"), ("2018-03-25", "पाम संडे; रामनवमी"), ("2018-03-29", "महावीर जयंती"), ("2018-03-30", "गुड फ्राइडे; राजस्थान दिवस"), ("2018-04-01", "ईस्टर संडे; ओडिशा दिवस (उत्कल दिवस)"), ("2018-04-14", "डॉ. बी.आर. आम्बेडकर जयंती; पुत्ताण्डु (तमिल नव वर्ष); वैसाखी"), ("2018-04-15", "पोहेला बोइशाख; महा विषुव संक्रांति / पण संक्रांति; हिमाचल दिवस"), ("2018-04-30", "बुद्ध पूर्णिमा"), ("2018-05-01", "गुजरात दिवस; मजदूर दिवस; महाराष्ट्र दिवस"), ("2018-05-09", "रवींद्र जयंती"), ("2018-05-16", "सिक्किम राज्य दिवस"), ("2018-06-02", "तेलंगाना स्थापना दिवस"), ("2018-06-15", "महाराणा प्रताप जयंती"), ("2018-06-16", "ईद-उल-फितर"), ("2018-08-15", "स्वतंत्रता दिवस"), ("2018-08-16", "पुडुचेरी डी ज्यूर स्थानांतरण दिवस"), ("2018-08-22", "बकरीद"), ("2018-08-24", "ओणम"), ("2018-08-26", "रक्षाबंधन"), ("2018-09-03", "जन्माष्टमी"), ("2018-09-13", "गणेश चतुर्थी"), ("2018-09-21", "मुहर्रम"), ("2018-10-02", "गांधी जयंती"), ("2018-10-06", "बतुकम्मा महोत्सव"), ("2018-10-10", "नवरात्र/शरद नवरात्र"), ("2018-10-18", "महानवमी"), ("2018-10-19", "दशहरा"), ("2018-10-31", "सरदार वल्लभभाई पटेल जयंती"), ( "2018-11-01", "आंध्र प्रदेश स्थापना दिवस; " "कर्नाटक राज्योत्सव; केरल स्थापना दिवस; " "छत्तीसगढ़ स्थापना दिवस; पंजाब दिवस; " "पुडुचेरी मुक्ति दिवस; मध्य प्रदेश स्थापना दिवस; " "हरियाणा स्थापना दिवस", ), ("2018-11-07", "दिवाली"), ("2018-11-08", "गोवर्धन पूजा"), ("2018-11-13", "छठ पूजा"), ("2018-11-14", "बाल दिवस"), ("2018-11-15", "झारखंड स्थापना दिवस"), ("2018-11-21", "मिलाद-उन-नबी"), ("2018-11-23", "गुरु नानक जयंती"), ("2018-12-01", "नागालैंड राज्य उद्घाटन दिवस"), ("2018-12-02", "असम दिवस"), ("2018-12-19", "गोवा मुक्ति दिवस"), ("2018-12-25", "क्रिसमस"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2018-01-13", "Lohri"), ("2018-01-14", "Magh Bihu; Makar Sankranti; Pongal; Uttarayan"), ("2018-01-24", "UP Formation Day"), ("2018-01-26", "Republic Day"), ("2018-02-13", "Maha Shivaratri"), ("2018-02-19", "Chhatrapati Shivaji Maharaj Jayanti"), ("2018-02-20", "Mizoram State Day"), ("2018-03-02", "Holi"), ("2018-03-18", "Gudi Padwa"), ("2018-03-22", "Bihar Day"), ("2018-03-25", "Palm Sunday; Ram Navami"), ("2018-03-29", "Mahavir Jayanti"), ("2018-03-30", "Good Friday; Rajasthan Day"), ("2018-04-01", "Easter Sunday; Odisha Day (Utkala Dibasa)"), ("2018-04-14", "Dr. B. R. Ambedkar's Jayanti; Puthandu (Tamil New Year); Vaisakhi"), ( "2018-04-15", "Himachal Day; Maha Vishuva Sankranti / Pana Sankranti; Pohela Boishakh", ), ("2018-04-30", "Buddha Purnima"), ("2018-05-01", "Gujarat Day; Labor Day; Maharashtra Day"), ("2018-05-09", "Rabindra Jayanti"), ("2018-05-16", "Sikkim State Day"), ("2018-06-02", "Telangana Formation Day"), ("2018-06-15", "Maharana Pratap Jayanti"), ("2018-06-16", "Eid al-Fitr"), ("2018-08-15", "Independence Day"), ("2018-08-16", "Puducherry De Jure Transfer Day"), ("2018-08-22", "Eid al-Adha"), ("2018-08-24", "Onam"), ("2018-08-26", "Raksha Bandhan"), ("2018-09-03", "Janmashtami"), ("2018-09-13", "Ganesh Chaturthi"), ("2018-09-21", "Ashura"), ("2018-10-02", "Gandhi Jayanti"), ("2018-10-06", "Bathukamma Festival"), ("2018-10-10", "Navratri / Sharad Navratri"), ("2018-10-18", "Maha Navami"), ("2018-10-19", "Dussehra"), ("2018-10-31", "Sardar Vallabhbhai Patel Jayanti"), ( "2018-11-01", "Andhra Pradesh Foundation Day; " "Chhattisgarh Foundation Day; " "Haryana Foundation Day; " "Karnataka Rajyotsava; Kerala Foundation Day; " "Madhya Pradesh Foundation Day; " "Puducherry Liberation Day; " "Punjab Day", ), ("2018-11-07", "Diwali"), ("2018-11-08", "Govardhan Puja"), ("2018-11-13", "Chhath Puja"), ("2018-11-14", "Children's Day"), ("2018-11-15", "Jharkhand Formation Day"), ("2018-11-21", "Prophet's Birthday"), ("2018-11-23", "Guru Nanak Jayanti"), ("2018-12-01", "Nagaland State Inauguration Day"), ("2018-12-02", "Assam Day"), ("2018-12-19", "Goa Liberation Day"), ("2018-12-25", "Christmas"), ) def test_deprecated(self): self.assertEqual( India(subdiv="DD", years=2023).keys(), India(subdiv="DH", years=2023).keys() ) self.assertEqual( India(subdiv="OR", years=2023).keys(), India(subdiv="OD", years=2023).keys() ) holidays-0.71/tests/countries/test_indonesia.py000066400000000000000000000555531500152103600220220ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import GOVERNMENT, PUBLIC from holidays.countries.indonesia import Indonesia, ID, IDN from tests.common import CommonCountryTests class TestIndonesia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Indonesia, years=range(1946, 2050), years_non_observed=(2004, 2020)) cls.no_estimated_holidays = Indonesia( years=range(1946, 2050), islamic_show_estimated=False ) def test_country_aliases(self): self.assertAliases(Indonesia, ID, IDN) def test_no_holidays(self): self.assertNoHolidays(Indonesia(years=1945, categories=(GOVERNMENT, PUBLIC))) def test_special(self): dt = ( # All Election Types. "1999-06-07", "2004-04-05", "2004-07-05", "2004-09-20", "2009-04-09", "2009-07-08", "2014-04-09", "2014-07-09", "2015-12-09", "2017-02-15", "2018-06-27", "2019-04-17", "2020-12-09", "2024-02-14", "2024-11-27", ) dt_observed = ("2004-11-16",) self.assertHoliday(dt, dt_observed) self.assertNoNonObservedHoliday(dt_observed) def test_special_government(self): dt = ( # Joint Holidays (Cuti Bersama) "2002-12-05", "2002-12-09", "2002-12-10", "2002-12-26", "2003-11-24", "2003-11-27", "2003-11-28", "2003-12-26", "2004-11-17", "2004-11-18", "2004-11-19", "2005-11-02", "2005-11-05", "2005-11-07", "2005-11-08", "2006-03-31", "2006-05-26", "2006-08-18", "2006-10-23", "2006-10-26", "2006-10-27", "2007-05-18", "2007-10-12", "2007-10-15", "2007-10-16", "2007-10-17", "2007-10-18", "2007-10-19", "2007-12-21", "2007-12-24", "2007-12-26", "2007-12-31", "2008-01-11", "2008-09-29", "2008-09-30", "2008-10-03", "2008-12-26", "2009-01-02", "2009-09-18", "2009-09-23", "2009-12-24", "2010-09-09", "2010-09-13", "2010-12-24", "2011-05-16", "2011-08-29", "2011-09-01", "2011-09-02", "2011-12-26", "2012-05-18", "2012-08-21", "2012-08-22", "2012-11-16", "2012-12-24", "2012-12-31", "2013-08-05", "2013-08-06", "2013-08-07", "2013-10-14", "2013-12-26", "2014-07-30", "2014-07-31", "2014-08-01", "2014-12-26", "2015-07-16", "2015-07-20", "2015-07-21", "2016-07-04", "2016-07-05", "2016-07-08", "2016-12-26", "2017-01-02", "2017-06-23", "2017-06-27", "2017-06-28", "2017-06-29", "2017-06-30", "2017-12-26", "2018-06-11", "2018-06-12", "2018-06-13", "2018-06-14", "2018-06-18", "2018-06-19", "2018-06-20", "2018-12-24", "2019-06-03", "2019-06-04", "2019-06-07", "2019-12-24", "2020-08-21", "2020-10-28", "2020-10-30", "2020-12-24", "2021-05-12", "2022-04-29", "2022-05-04", "2022-05-05", "2022-05-06", "2023-01-23", "2023-03-23", "2023-04-19", "2023-04-20", "2023-04-21", "2023-04-24", "2023-04-25", "2023-06-02", "2023-06-28", "2023-06-30", "2023-12-26", "2024-02-09", "2024-03-12", "2024-04-08", "2024-04-09", "2024-04-12", "2024-04-15", "2024-05-10", "2024-05-24", "2024-06-18", "2024-12-26", "2025-01-28", "2025-03-28", "2025-04-02", "2025-04-03", "2025-04-04", "2025-04-07", "2025-05-13", "2025-05-30", "2025-06-09", "2025-12-26", ) dt_observed = ("2020-12-31",) self.assertHoliday(Indonesia(categories=GOVERNMENT), dt, dt_observed) self.assertNoNonObservedHoliday( Indonesia(categories=GOVERNMENT, observed=False), dt_observed ) def test_new_years_day(self): self.assertHolidayName( "Tahun Baru Masehi", (f"{year}-01-01" for year in range(1946, 2050)) ) def test_lunar_new_year(self): name = "Tahun Baru Imlek" self.assertHolidayName( name, "2005-02-09", "2006-01-30", "2007-02-19", "2008-02-07", "2009-01-26", "2010-02-15", "2011-02-03", "2012-01-23", "2013-02-11", "2014-01-31", "2015-02-19", "2016-02-08", "2017-01-28", "2018-02-16", "2019-02-05", "2020-01-25", "2021-02-12", "2022-02-01", ) years_found = {dt.year for dt in self.holidays.get_named(name, lookup="startswith")} self.assertTrue(set(range(2003, 2050)).issubset(years_found)) self.assertFalse(set(range(1946, 2003)).intersection(years_found)) def test_day_of_silence(self): name = "Hari Suci Nyepi" self.assertHolidayName( name, "2009-03-26", "2014-03-31", "2018-03-17", "2020-03-25", "2021-03-14", "2022-03-03", ) self.assertHolidayName(name, range(1983, 2050)) self.assertNoHolidayName(name, range(1946, 1983)) def test_good_friday(self): name = "Wafat Yesus Kristus" self.assertHolidayName( name, "2010-04-02", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertHolidayName(name, range(1953, 1964), range(1971, 2050)) self.assertNoHolidayName(name, range(1946, 1953), range(1964, 1971)) def test_easter_sunday(self): name = "Kebangkitan Yesus Kristus" self.assertHolidayName( name, "2024-03-31", "2025-04-20", "2026-04-05", "2027-03-28", "2028-04-16", "2029-04-01", "2030-04-21", ) self.assertHolidayName(name, range(2024, 2050)) self.assertNoHolidayName(name, range(1946, 2024)) def test_easter_monday(self): name = "Hari kedua Paskah" self.assertHolidayName( name, "1953-04-06", "1954-04-19", "1955-04-11", "1956-04-02", "1957-04-22", "1958-04-07", "1959-03-30", "1960-04-18", "1961-04-03", "1962-04-23", ) self.assertHolidayName(name, range(1953, 1964)) self.assertNoHolidayName(name, range(1946, 1953), range(1964, 2050)) def test_vesak_day(self): name = "Hari Raya Waisak" self.assertHolidayName( name, "2018-05-29", "2019-05-19", "2020-05-07", "2021-05-26", "2022-05-16", "2023-06-04", ) years_found = {dt.year for dt in self.holidays.get_named(name, lookup="startswith")} self.assertTrue(set(range(1983, 2050)).issubset(years_found)) self.assertFalse(set(range(1946, 1983)).intersection(years_found)) def test_labor_day(self): name = "Hari Buruh Internasional" self.assertHolidayName( name, (f"{year}-05-01" for year in (*range(1953, 1968), *range(2014, 2050))) ) self.assertNoHoliday( f"{year}-05-01" for year in set(range(1968, 2014)).difference({2004, 2008}) ) self.assertNoHolidayName(name, range(1968, 2014)) def test_ascension_day(self): name = "Kenaikan Yesus Kristus" self.assertHolidayName( name, "2018-05-10", "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", "2023-05-18", ) self.assertHolidayName(name, range(1953, 1964), range(1968, 2050)) self.assertNoHolidayName(name, range(1946, 1953), range(1964, 1968)) def test_whit_monday(self): name = "Hari kedua Pentakosta" self.assertHolidayName( name, "1953-05-25", "1954-06-07", "1955-05-30", "1956-05-21", "1957-06-10", "1958-05-26", "1959-05-18", "1960-06-06", "1961-05-22", "1962-06-11", ) self.assertHolidayName(name, range(1953, 1964)) self.assertNoHolidayName(name, range(1946, 1953), range(1964, 2050)) def test_pancasila_day(self): name = "Hari Lahir Pancasila" self.assertHolidayName(name, (f"{year}-06-01" for year in range(2016, 2050))) self.assertNoHolidayName( name, (f"{year}-06-01" for year in set(range(1946, 2016)).difference({2000, 2007})) ) self.assertNoHolidayName(name, range(1946, 2016)) def test_assumption_of_mary(self): name = "Mikraj Santa Maria" self.assertHolidayName( name, "1968-08-15", "1969-08-15", "1970-08-15", ) years_no_exist = set(range(1946, 2050)).difference({1968, 1969, 1970}) self.assertNoHoliday( f"{year}-08-15" for year in years_no_exist.difference({1974, 1986, 2045}) ) self.assertNoHolidayName(name, years_no_exist) def test_independence_day(self): self.assertHolidayName( "Hari Kemerdekaan Republik Indonesia", (f"{year}-08-17" for year in range(1946, 2050)) ) def test_armed_forces_day(self): name = "Hari Angkatan Perang" self.assertHolidayName(name, (f"{year}-10-05" for year in range(1946, 1953))) self.assertNoHoliday(f"{year}-10-05" for year in set(range(1953, 2050)).difference({2014})) self.assertNoHolidayName(name, range(1953, 2050)) def test_heroes_day(self): name = "Hari Pahlawan" self.assertHolidayName(name, (f"{year}-11-10" for year in range(1946, 1953))) self.assertNoHoliday( f"{year}-11-10" for year in set(range(1953, 2050)).difference({1978, 2045}) ) self.assertNoHolidayName(name, range(1953, 2050)) def test_christmas_day(self): name = "Hari Raya Natal" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1953, 2050))) self.assertNoHolidayName(name, (f"{year}-12-25" for year in range(1946, 1953))) def test_eid_al_fitr(self): name = "Hari Raya Idul Fitri" self.assertHolidayName( name, "2018-06-15", "2019-06-05", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-22", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1953, 2050)) self.assertNoHolidayName(name, self.no_estimated_holidays, range(1946, 1953)) def test_eid_al_fitr_second_day(self): name = "Hari kedua dari Hari Raya Idul Fitri" self.assertHolidayName( name, "2018-06-16", "2019-06-06", "2020-05-25", "2021-05-14", "2022-05-03", "2023-04-23", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1953, 2050)) self.assertNoHolidayName(name, self.no_estimated_holidays, range(1946, 1953)) def test_eid_al_adha(self): name = "Hari Raya Idul Adha" self.assertHolidayName( name, "2018-08-22", "2019-08-11", "2020-07-31", "2021-07-20", "2022-07-10", "2023-06-29", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1953, 2050)) self.assertNoHolidayName(name, self.no_estimated_holidays, range(1946, 1953)) def test_islamic_new_year(self): name = "Tahun Baru Islam" self.assertHolidayName( name, "2008-01-10", "2008-12-29", "2018-09-11", "2019-09-01", "2020-08-20", "2021-08-11", "2022-07-30", "2023-07-19", ) self.assertHolidayName( name, self.no_estimated_holidays, range(1953, 1964), range(1968, 2050) ) self.assertNoHolidayName( name, self.no_estimated_holidays, range(1946, 1953), range(1964, 1968) ) def test_prophets_birthday(self): name = "Maulid Nabi Muhammad" self.assertHolidayName( name, "2018-11-20", "2019-11-09", "2020-10-29", "2021-10-20", "2022-10-08", ) self.assertHolidayName( name, self.no_estimated_holidays, range(1953, 1964), range(1968, 2050) ) self.assertNoHolidayName( name, self.no_estimated_holidays, range(1946, 1953), range(1964, 1968) ) def test_isra_and_miraj(self): name = "Isra Mikraj Nabi Muhammad" self.assertHolidayName( name, "2018-04-14", "2019-04-03", "2020-03-22", "2021-03-11", "2022-02-28", "2023-02-18", ) self.assertHolidayName( name, self.no_estimated_holidays, range(1953, 1963), range(1968, 2050) ) self.assertNoHolidayName( name, self.no_estimated_holidays, range(1946, 1953), range(1963, 1968) ) def test_nuzul_al_quran(self): name = "Nuzululqur'an" self.assertHoliday( "1953-05-30", "1954-05-20", "1955-05-10", "1956-04-28", "1957-04-17", "1958-04-06", "1959-03-27", "1960-03-15", "1961-03-04", "1962-02-21", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1953, 1964)) self.assertNoHolidayName( name, self.no_estimated_holidays, range(1946, 1953), range(1964, 2050) ) def test_2021(self): self.assertHolidays( Indonesia(years=2021), ("2021-01-01", "Tahun Baru Masehi"), ("2021-02-12", "Tahun Baru Imlek"), ("2021-03-11", "Isra Mikraj Nabi Muhammad"), ("2021-03-14", "Hari Suci Nyepi"), ("2021-04-02", "Wafat Yesus Kristus"), ("2021-05-01", "Hari Buruh Internasional"), ("2021-05-13", "Hari Raya Idul Fitri; Kenaikan Yesus Kristus"), ("2021-05-14", "Hari kedua dari Hari Raya Idul Fitri"), ("2021-05-26", "Hari Raya Waisak"), ("2021-06-01", "Hari Lahir Pancasila"), ("2021-07-20", "Hari Raya Idul Adha"), ("2021-08-11", "Tahun Baru Islam"), ("2021-08-17", "Hari Kemerdekaan Republik Indonesia"), ("2021-10-20", "Maulid Nabi Muhammad"), ("2021-12-25", "Hari Raya Natal"), ) def test_2022(self): self.assertHolidays( Indonesia(years=2022), ("2022-01-01", "Tahun Baru Masehi"), ("2022-02-01", "Tahun Baru Imlek"), ("2022-02-28", "Isra Mikraj Nabi Muhammad"), ("2022-03-03", "Hari Suci Nyepi"), ("2022-04-15", "Wafat Yesus Kristus"), ("2022-05-01", "Hari Buruh Internasional"), ("2022-05-02", "Hari Raya Idul Fitri"), ("2022-05-03", "Hari kedua dari Hari Raya Idul Fitri"), ("2022-05-16", "Hari Raya Waisak"), ("2022-05-26", "Kenaikan Yesus Kristus"), ("2022-06-01", "Hari Lahir Pancasila"), ("2022-07-10", "Hari Raya Idul Adha"), ("2022-07-30", "Tahun Baru Islam"), ("2022-08-17", "Hari Kemerdekaan Republik Indonesia"), ("2022-10-08", "Maulid Nabi Muhammad"), ("2022-12-25", "Hari Raya Natal"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Tahun Baru Masehi"), ("2022-02-01", "Tahun Baru Imlek"), ("2022-02-28", "Isra Mikraj Nabi Muhammad"), ("2022-03-03", "Hari Suci Nyepi"), ("2022-04-15", "Wafat Yesus Kristus"), ("2022-04-29", "Cuti Bersama Hari Raya Idul Fitri"), ("2022-05-01", "Hari Buruh Internasional"), ("2022-05-02", "Hari Raya Idul Fitri"), ("2022-05-03", "Hari kedua dari Hari Raya Idul Fitri"), ("2022-05-04", "Cuti Bersama Hari Raya Idul Fitri"), ("2022-05-05", "Cuti Bersama Hari Raya Idul Fitri"), ("2022-05-06", "Cuti Bersama Hari Raya Idul Fitri"), ("2022-05-16", "Hari Raya Waisak"), ("2022-05-26", "Kenaikan Yesus Kristus"), ("2022-06-01", "Hari Lahir Pancasila"), ("2022-07-10", "Hari Raya Idul Adha"), ("2022-07-30", "Tahun Baru Islam"), ("2022-08-17", "Hari Kemerdekaan Republik Indonesia"), ("2022-10-08", "Maulid Nabi Muhammad"), ("2022-12-25", "Hari Raya Natal"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-02-01", "Lunar New Year"), ("2022-02-28", "Isra' and Mi'raj"), ("2022-03-03", "Day of Silence"), ("2022-04-15", "Good Friday"), ("2022-04-29", "Eid al-Fitr Joint Holiday"), ("2022-05-01", "International Labor Day"), ("2022-05-02", "Eid al-Fitr"), ("2022-05-03", "Eid al-Fitr Second Day"), ("2022-05-04", "Eid al-Fitr Joint Holiday"), ("2022-05-05", "Eid al-Fitr Joint Holiday"), ("2022-05-06", "Eid al-Fitr Joint Holiday"), ("2022-05-16", "Vesak Day"), ("2022-05-26", "Ascension Day"), ("2022-06-01", "Pancasila Day"), ("2022-07-10", "Eid al-Adha"), ("2022-07-30", "Islamic New Year"), ("2022-08-17", "Independence Day"), ("2022-10-08", "Prophet's Birthday"), ("2022-12-25", "Christmas Day"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันขึ้นปีใหม่"), ("2022-02-01", "วันตรุษจีน"), ("2022-02-28", "วันเมี๊ยะราจ"), ("2022-03-03", "วันแห่งความเงียบ"), ("2022-04-15", "วันศุกร์ประเสริฐ"), ("2022-04-29", "หยุดร่วมพิเศษวันอีฎิ้ลฟิตริ"), ("2022-05-01", "วันแรงงานสากล"), ("2022-05-02", "วันอีฎิ้ลฟิตริ"), ("2022-05-03", "วันอีฎิ้ลฟิตริวันที่สอง"), ("2022-05-04", "หยุดร่วมพิเศษวันอีฎิ้ลฟิตริ"), ("2022-05-05", "หยุดร่วมพิเศษวันอีฎิ้ลฟิตริ"), ("2022-05-06", "หยุดร่วมพิเศษวันอีฎิ้ลฟิตริ"), ("2022-05-16", "วันวิสาขบูชา"), ("2022-05-26", "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์"), ("2022-06-01", "วันปัญจศีล"), ("2022-07-10", "วันอีดิ้ลอัฎฮา"), ("2022-07-30", "วันขึ้นปีใหม่อิสลาม"), ("2022-08-17", "วันประกาศอิสรภาพสาธารณรัฐอินโดนีเซีย"), ("2022-10-08", "วันเมาลิดนบี"), ("2022-12-25", "วันคริสต์มาส"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-02-01", "Китайський Новий рік"), ("2022-02-28", "Вознесіння пророка Мухаммада"), ("2022-03-03", "День тиші"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-29", "Додатковий вихідний на Курбан-байрам"), ("2022-05-01", "Міжнародний день праці"), ("2022-05-02", "Рамазан-байрам"), ("2022-05-03", "Другий день Рамазан-байрам"), ("2022-05-04", "Додатковий вихідний на Курбан-байрам"), ("2022-05-05", "Додатковий вихідний на Курбан-байрам"), ("2022-05-06", "Додатковий вихідний на Курбан-байрам"), ("2022-05-16", "День народження Будди"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-01", "День Панчасіла"), ("2022-07-10", "Курбан-байрам"), ("2022-07-30", "Ісламський Новий рік"), ("2022-08-17", "День незалежності Республіки Індонезія"), ("2022-10-08", "День народження пророка Мухаммада"), ("2022-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_iran.py000066400000000000000000000210441500152103600207660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.iran import Iran, IR, IRN from tests.common import CommonCountryTests class TestIran(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Iran) def test_country_aliases(self): self.assertAliases(Iran, IR, IRN) def test_no_holidays(self): self.assertNoHolidays(Iran(years=1979)) self.assertNoHolidays(Iran(years=2102)) def test_2021(self): self.assertHolidays( ("2021-01-17", "شهادت حضرت فاطمه زهرا سلام الله علیها"), ("2021-02-10", "پیروزی انقلاب اسلامی"), ("2021-02-25", "ولادت امام علی علیه السلام و روز پدر"), ("2021-03-11", "مبعث رسول اکرم (ص)"), ("2021-03-19", "روز ملی شدن صنعت نفت ایران"), ("2021-03-20", "آخرین روز سال"), ("2021-03-21", "جشن نوروز"), ("2021-03-22", "عیدنوروز"), ("2021-03-23", "عیدنوروز"), ("2021-03-24", "عیدنوروز"), ("2021-03-29", "ولادت حضرت قائم عجل الله تعالی فرجه و جشن نیمه شعبان"), ("2021-04-01", "روز جمهوری اسلامی"), ("2021-04-02", "روز طبیعت"), ("2021-05-04", "شهادت حضرت علی علیه السلام"), ("2021-05-13", "عید سعید فطر"), ("2021-05-14", "تعطیل به مناسبت عید سعید فطر"), ("2021-06-04", "رحلت حضرت امام خمینی"), ("2021-06-05", "قیام 15 خرداد"), ("2021-06-06", "شهادت امام جعفر صادق علیه السلام"), ("2021-07-21", "عید سعید قربان"), ("2021-07-29", "عید سعید غدیر خم"), ("2021-08-18", "تاسوعای حسینی"), ("2021-08-19", "عاشورای حسینی"), ("2021-09-27", "اربعین حسینی"), ("2021-10-05", "رحلت رسول اکرم؛شهادت امام حسن مجتبی علیه السلام"), ("2021-10-07", "شهادت امام رضا علیه السلام"), ("2021-10-15", "شهادت امام حسن عسکری علیه السلام"), ("2021-10-24", "میلاد رسول اکرم و امام جعفر صادق علیه السلام"), ) def test_2022(self): self.assertHolidays( ("2022-01-06", "شهادت حضرت فاطمه زهرا سلام الله علیها"), ("2022-02-11", "پیروزی انقلاب اسلامی"), ("2022-02-15", "ولادت امام علی علیه السلام و روز پدر"), ("2022-03-01", "مبعث رسول اکرم (ص)"), ("2022-03-18", "ولادت حضرت قائم عجل الله تعالی فرجه و جشن نیمه شعبان"), ("2022-03-20", "روز ملی شدن صنعت نفت ایران"), ("2022-03-21", "جشن نوروز"), ("2022-03-22", "عیدنوروز"), ("2022-03-23", "عیدنوروز"), ("2022-03-24", "عیدنوروز"), ("2022-04-01", "روز جمهوری اسلامی"), ("2022-04-02", "روز طبیعت"), ("2022-04-23", "شهادت حضرت علی علیه السلام"), ("2022-05-03", "عید سعید فطر"), ("2022-05-04", "تعطیل به مناسبت عید سعید فطر"), ("2022-05-27", "شهادت امام جعفر صادق علیه السلام"), ("2022-06-04", "رحلت حضرت امام خمینی"), ("2022-06-05", "قیام 15 خرداد"), ("2022-07-10", "عید سعید قربان"), ("2022-07-18", "عید سعید غدیر خم"), ("2022-08-07", "تاسوعای حسینی"), ("2022-08-08", "عاشورای حسینی"), ("2022-09-17", "اربعین حسینی"), ("2022-09-25", "رحلت رسول اکرم؛شهادت امام حسن مجتبی علیه السلام"), ("2022-09-27", "شهادت امام رضا علیه السلام"), ("2022-10-05", "شهادت امام حسن عسکری علیه السلام"), ("2022-10-14", "میلاد رسول اکرم و امام جعفر صادق علیه السلام"), ("2022-12-27", "شهادت حضرت فاطمه زهرا سلام الله علیها"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-02-04", "ولادت امام علی علیه السلام و روز پدر"), ("2023-02-11", "پیروزی انقلاب اسلامی"), ("2023-02-18", "مبعث رسول اکرم (ص)"), ("2023-03-08", "ولادت حضرت قائم عجل الله تعالی فرجه و جشن نیمه شعبان"), ("2023-03-20", "روز ملی شدن صنعت نفت ایران"), ("2023-03-21", "جشن نوروز"), ("2023-03-22", "عیدنوروز"), ("2023-03-23", "عیدنوروز"), ("2023-03-24", "عیدنوروز"), ("2023-04-01", "روز جمهوری اسلامی"), ("2023-04-02", "روز طبیعت"), ("2023-04-12", "شهادت حضرت علی علیه السلام"), ("2023-04-22", "عید سعید فطر"), ("2023-04-23", "تعطیل به مناسبت عید سعید فطر"), ("2023-05-16", "شهادت امام جعفر صادق علیه السلام"), ("2023-06-04", "رحلت حضرت امام خمینی"), ("2023-06-05", "قیام 15 خرداد"), ("2023-06-29", "عید سعید قربان"), ("2023-07-07", "عید سعید غدیر خم"), ("2023-07-27", "تاسوعای حسینی"), ("2023-07-28", "عاشورای حسینی"), ("2023-09-06", "اربعین حسینی"), ("2023-09-14", "رحلت رسول اکرم؛شهادت امام حسن مجتبی علیه السلام"), ("2023-09-16", "شهادت امام رضا علیه السلام"), ("2023-09-24", "شهادت امام حسن عسکری علیه السلام"), ("2023-10-03", "میلاد رسول اکرم و امام جعفر صادق علیه السلام"), ("2023-12-17", "شهادت حضرت فاطمه زهرا سلام الله علیها"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-02-04", "Birthday of Imam Ali"), ("2023-02-11", "Islamic Revolution Day"), ("2023-02-18", "Isra' and Mi'raj"), ("2023-03-08", "Birthday of Mahdi"), ("2023-03-20", "Iranian Oil Industry Nationalization Day"), ("2023-03-21", "Nowruz"), ("2023-03-22", "Nowruz Holiday"), ("2023-03-23", "Nowruz Holiday"), ("2023-03-24", "Nowruz Holiday"), ("2023-04-01", "Islamic Republic Day"), ("2023-04-02", "Nature's Day"), ("2023-04-12", "Martyrdom of Imam Ali"), ("2023-04-22", "Eid al-Fitr"), ("2023-04-23", "Eid al-Fitr Holiday"), ("2023-05-16", "Martyrdom of Imam Ja'far al-Sadiq"), ("2023-06-04", "Death of Imam Khomeini"), ("2023-06-05", "15 Khordad Uprising"), ("2023-06-29", "Eid al-Adha"), ("2023-07-07", "Eid al-Ghadeer"), ("2023-07-27", "Tasua"), ("2023-07-28", "Ashura"), ("2023-09-06", "Arbaeen"), ("2023-09-14", "Death of Prophet Muhammad and Martyrdom of Hasan ibn Ali"), ("2023-09-16", "Martyrdom of Ali al-Rida"), ("2023-09-24", "Martyrdom of Hasan al-Askari"), ("2023-10-03", "Birthday of Muhammad and Imam Ja'far al-Sadiq"), ("2023-12-17", "Martyrdom of Fatima"), ) holidays-0.71/tests/countries/test_ireland.py000066400000000000000000000134601500152103600214560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.ireland import Ireland, IE, IRL from tests.common import CommonCountryTests class TestIreland(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Ireland, years=range(1900, 2050)) def test_country_aliases(self): self.assertAliases(Ireland, IE, IRL) def test_no_holidays(self): self.assertNoHolidays(Ireland(years=1871)) def test_special_holidays(self): self.assertHoliday( "1999-12-31", "2011-09-14", "2022-03-18", ) def test_new_years_day(self): name = "New Year's Day" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1975, 2050))) self.assertNoHoliday(f"{year}-01-01" for year in range(1900, 1975)) self.assertNoHolidayName(name, range(1900, 1975)) def test_st_brigids_day(self): name = "Saint Brigid's Day" self.assertHolidayName( name, "2023-02-06", "2024-02-05", "2025-02-03", "2026-02-02", "2027-02-01", "2028-02-07", "2029-02-05", "2030-02-01", "2031-02-03", "2032-02-02", ) self.assertNoHolidayName(name, range(1900, 2023)) def test_st_patricks_day(self): name = "Saint Patrick's Day" self.assertHolidayName(name, (f"{year}-03-17" for year in range(1903, 2050))) self.assertNoHoliday(f"{year}-03-17" for year in range(1900, 1903)) self.assertNoHolidayName(name, range(1900, 1903)) def test_easter_monday(self): name = "Easter Monday" self.assertHolidayName( name, "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) self.assertHolidayName(name, range(1900, 2050)) def test_may_day(self): name = "May Day" self.assertHolidayName( name, "1994-05-02", "1995-05-08", "1996-05-06", "2019-05-06", "2020-05-04", "2021-05-03", "2022-05-02", "2023-05-01", ) self.assertHolidayName(name, range(1994, 2050)) self.assertNoHolidayName(name, range(1900, 1994)) def test_june_bank_holiday(self): name = "June Bank Holiday" self.assertHolidayName( name, "1973-06-04", "2019-06-03", "2020-06-01", "2021-06-07", "2022-06-06", "2023-06-05", ) self.assertHolidayName(name, range(1973, 2050)) self.assertNoHolidayName(name, range(1900, 1973)) def test_whit_monday(self): name = "Whit Monday" self.assertHolidayName( name, "1900-06-04", "1910-05-16", "1920-05-24", "1930-06-09", "1940-05-13", "1950-05-29", "1960-06-06", "1970-05-18", "1971-05-31", "1972-05-22", ) self.assertHolidayName(name, range(1900, 1973)) self.assertNoHolidayName(name, range(1973, 2050)) def test_august_bank_holiday(self): name = "August Bank Holiday" self.assertHolidayName( name, "2019-08-05", "2020-08-03", "2021-08-02", "2022-08-01", "2023-08-07", ) self.assertHolidayName(name, range(1900, 2050)) def test_october_bank_holiday(self): name = "October Bank Holiday" self.assertHolidayName( name, "2019-10-28", "2020-10-26", "2021-10-25", "2022-10-31", "2023-10-30", ) self.assertHolidayName(name, range(1977, 2050)) self.assertNoHolidayName(name, range(1900, 1977)) def test_christmas_day(self): self.assertHolidayName("Christmas Day", (f"{year}-12-25" for year in range(1900, 2050))) def test_st_stephens_day(self): self.assertHolidayName( "Saint Stephen's Day", (f"{year}-12-26" for year in range(1950, 2050)) ) def test_2020(self): self.assertHolidays( Ireland(years=2020), ("2020-01-01", "New Year's Day"), ("2020-03-17", "Saint Patrick's Day"), ("2020-04-13", "Easter Monday"), ("2020-05-04", "May Day"), ("2020-06-01", "June Bank Holiday"), ("2020-08-03", "August Bank Holiday"), ("2020-10-26", "October Bank Holiday"), ("2020-12-25", "Christmas Day"), ("2020-12-26", "Saint Stephen's Day"), ) def test_2022(self): self.assertHolidays( Ireland(years=2022), ("2022-01-01", "New Year's Day"), ("2022-03-17", "Saint Patrick's Day"), ("2022-03-18", "Day of Remembrance and Recognition"), ("2022-04-18", "Easter Monday"), ("2022-05-02", "May Day"), ("2022-06-06", "June Bank Holiday"), ("2022-08-01", "August Bank Holiday"), ("2022-10-31", "October Bank Holiday"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Saint Stephen's Day"), ) holidays-0.71/tests/countries/test_isle_of_man.py000066400000000000000000000113441500152103600223120ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.isle_of_man import IsleOfMan, IM, IMN from tests.common import CommonCountryTests class TestIM(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(IsleOfMan, years=range(1970, 2070)) def test_country_aliases(self): self.assertAliases(IsleOfMan, IM, IMN) def test_1970(self): self.assertHolidays( IsleOfMan(years=1970), ("1970-03-27", "Good Friday"), ("1970-03-30", "Easter Monday"), ("1970-05-18", "Whit Monday"), ("1970-06-05", "TT Bank Holiday"), ("1970-07-05", "Tynwald Day"), ("1970-12-25", "Christmas Day"), ("1970-12-26", "Boxing Day"), ("1970-12-28", "Boxing Day (observed)"), ) def test_2022(self): self.assertHolidays( IsleOfMan(years=2022), ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-02", "May Day"), ("2022-06-02", "Spring Bank Holiday"), ("2022-06-03", "Platinum Jubilee of Elizabeth II; TT Bank Holiday"), ("2022-07-05", "Tynwald Day"), ("2022-08-29", "Late Summer Bank Holiday"), ("2022-09-19", "State Funeral of Queen Elizabeth II"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) def test_tynwald_day(self): name = "Tynwald Day" self.assertHoliday(f"{year}-07-05" for year in range(1970, 1992)) self.assertHolidayName( name, "1992-07-06", "2019-07-05", "2020-07-06", "2021-07-05", "2022-07-05", "2023-07-05", "2024-07-05", "2025-07-07", "2026-07-06", ) self.assertNoHoliday( "1992-07-05", "2020-07-05", "2025-07-05", "2026-07-05", ) def test_l10n_default(self): # https://www.gov.im/categories/home-and-neighbourhood/bank-holidays/ self.assertLocalizedHolidays( ("2024-01-01", "New Year's Day"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-05-06", "May Day"), ("2024-05-27", "Spring Bank Holiday"), ("2024-06-07", "TT Bank Holiday"), ("2024-07-05", "Tynwald Day"), ("2024-08-26", "Late Summer Bank Holiday"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-05-06", "May Day"), ("2024-05-27", "Spring Bank Holiday"), ("2024-06-07", "TT Bank Holiday"), ("2024-07-05", "Tynwald Day"), ("2024-08-26", "Late Summer Bank Holiday"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2024-01-01", "วันขึ้นปีใหม่"), ("2024-03-29", "วันศุกร์ประเสริฐ"), ("2024-04-01", "วันจันทร์อีสเตอร์"), ("2024-05-06", "วันเมย์เดย์"), ("2024-05-27", "วันหยุดฤดูใบไม้ผลิของธนาคาร"), ("2024-06-07", "วันแข่งไอร์ออฟแมน ทีที"), ("2024-07-05", "วันไทน์วอลด์"), ("2024-08-26", "วันหยุดช่วงปลายฤดูร้อนของธนาคาร"), ("2024-12-25", "วันคริสต์มาส"), ("2024-12-26", "วันเปิดกล่องของขวัญ"), ) holidays-0.71/tests/countries/test_israel.py000066400000000000000000000544461500152103600213300ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import OPTIONAL, PUBLIC, SCHOOL from holidays.countries.israel import Israel, IL, ISR from tests.common import CommonCountryTests class TestIsrael(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Israel, years=range(1948, 2050)) cls.opt_holidays = Israel(categories=OPTIONAL, years=range(2000, 2024)) cls.opt_holidays_non_observed = Israel( observed=False, categories=OPTIONAL, years=range(2000, 2024) ) def test_country_aliases(self): self.assertAliases(Israel, IL, ISR) def test_no_holidays(self): self.assertNoHolidays(Israel(categories=(OPTIONAL, PUBLIC, SCHOOL), years=1947)) def test_independence_day(self): name = "יום העצמאות" name_observed = f"(נצפה) {name}" common_dt = ( "2000-05-10", "2002-04-17", "2003-05-07", "2006-05-03", "2009-04-29", "2020-04-29", "2023-04-26", ) obs_dt = ( "2001-04-26", "2004-04-27", "2005-05-12", "2007-04-24", "2008-05-08", "2010-04-20", "2011-05-10", "2012-04-26", "2013-04-16", "2014-05-06", "2015-04-23", "2016-05-12", "2017-05-02", "2018-04-19", "2019-05-09", "2021-04-15", "2022-05-05", ) non_obs_dt = ( "2001-04-28", "2004-04-26", "2005-05-14", "2007-04-23", "2008-05-10", "2010-04-19", "2011-05-09", "2012-04-27", "2013-04-15", "2014-05-05", "2015-04-24", "2016-05-13", "2017-05-01", "2018-04-20", "2019-05-10", "2021-04-17", "2022-05-06", ) self.assertHolidayName(name, common_dt) self.assertHolidayName(name_observed, obs_dt) self.assertNonObservedHolidayName(name, common_dt, non_obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_memorial_day(self): name = "יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה" name_observed = f"(נצפה) {name}" common_dt = ( "2000-05-09", "2002-04-16", "2003-05-06", "2006-05-02", "2009-04-28", "2020-04-28", "2023-04-25", ) obs_dt = ( "2001-04-25", "2004-04-26", "2005-05-11", "2007-04-23", "2008-05-07", "2010-04-19", "2011-05-09", "2012-04-25", "2013-04-15", "2014-05-05", "2015-04-22", "2016-05-11", "2017-05-01", "2018-04-18", "2019-05-08", "2021-04-14", "2022-05-04", ) non_obs_dt = ( "2001-04-27", "2004-04-25", "2005-05-13", "2007-04-22", "2008-05-09", "2010-04-18", "2011-05-08", "2012-04-26", "2013-04-14", "2014-05-04", "2015-04-23", "2016-05-12", "2017-04-30", "2018-04-19", "2019-05-09", "2021-04-16", "2022-05-05", ) self.assertHolidayName(name, self.opt_holidays, common_dt) self.assertHolidayName(name_observed, self.opt_holidays, obs_dt) self.assertNonObservedHolidayName( name, self.opt_holidays_non_observed, common_dt, non_obs_dt ) self.assertNoNonObservedHoliday(self.opt_holidays_non_observed, obs_dt) self.assertNoHolidayName(name, Israel(categories=OPTIONAL, years=range(1948, 1963))) self.assertNoHolidayName(name) def test_optional_holidays(self): name = "סיגד" dt = ( "2008-11-27", "2009-11-16", "2010-11-06", "2011-11-26", "2012-11-14", "2013-11-02", "2014-11-22", "2015-11-11", "2016-11-30", "2017-11-18", "2018-11-07", "2019-11-27", "2020-11-16", "2021-11-04", "2022-11-23", "2023-11-13", ) self.assertHolidayName(name, self.opt_holidays, dt) self.assertNoHolidayName(name, self.opt_holidays, range(2000, 2008)) self.assertNoHolidayName(name) def test_tisha_bav(self): name = "תשעה באב" name_observed = f"(נצפה) {name}" common_dt = ( "2000-08-10", "2001-07-29", "2002-07-18", "2003-08-07", "2004-07-27", "2005-08-14", "2006-08-03", "2007-07-24", "2008-08-10", "2009-07-30", "2010-07-20", "2011-08-09", "2013-07-16", "2014-08-05", "2017-08-01", "2020-07-30", "2021-07-18", "2023-07-27", ) obs_dt = ( "2012-07-29", "2015-07-26", "2016-08-14", "2018-07-22", "2019-08-11", "2022-08-07", ) non_obs_dt = ( "2012-07-28", "2015-07-25", "2016-08-13", "2018-07-21", "2019-08-10", "2022-08-06", ) self.assertHolidayName(name, self.opt_holidays, common_dt) self.assertHolidayName(name_observed, self.opt_holidays, obs_dt) self.assertNonObservedHolidayName( name, self.opt_holidays_non_observed, common_dt, non_obs_dt ) self.assertNoNonObservedHoliday(self.opt_holidays_non_observed, obs_dt) self.assertNoHolidayName(name) def test_taanit_ester(self): name = "תענית אסתר" name_observed = f"(נצפה) {name}" common_dt = ( "2000-03-20", "2001-03-08", "2002-02-25", "2003-03-17", "2005-03-24", "2006-03-13", "2008-03-20", "2009-03-09", "2012-03-07", "2015-03-04", "2016-03-23", "2018-02-28", "2019-03-20", "2020-03-09", "2021-02-25", "2022-03-16", "2023-03-06", ) obs_dt = ( "2004-03-04", "2007-03-01", "2010-02-25", "2011-03-17", "2013-02-21", "2014-03-13", "2017-03-09", ) non_obs_dt = ( "2004-03-06", "2007-03-03", "2010-02-27", "2011-03-19", "2013-02-23", "2014-03-15", "2017-03-11", ) school_holidays = Israel(categories=SCHOOL, years=range(2000, 2024)) school_holidays_non_observed = Israel( observed=False, categories=SCHOOL, years=range(2000, 2024) ) self.assertHolidayName(name, school_holidays, common_dt) self.assertHolidayName(name_observed, school_holidays, obs_dt) self.assertNonObservedHolidayName( name, school_holidays_non_observed, common_dt, non_obs_dt ) self.assertNoNonObservedHoliday(school_holidays_non_observed, obs_dt) self.assertNoHolidayName(name) def test_2021(self): self.assertHolidays( Israel(years=2021), ("2021-03-28", "פסח"), ("2021-04-03", "שביעי של פסח"), ("2021-04-15", "(נצפה) יום העצמאות"), ("2021-05-17", "שבועות"), ("2021-09-07", "ראש השנה"), ("2021-09-08", "ראש השנה"), ("2021-09-16", "יום כיפור"), ("2021-09-21", "סוכות"), ("2021-09-28", "שמחת תורה/שמיני עצרת"), ) def test_2022(self): self.assertHolidays( Israel(years=2022), ("2022-04-16", "פסח"), ("2022-04-22", "שביעי של פסח"), ("2022-05-05", "(נצפה) יום העצמאות"), ("2022-06-05", "שבועות"), ("2022-09-26", "ראש השנה"), ("2022-09-27", "ראש השנה"), ("2022-10-05", "יום כיפור"), ("2022-10-10", "סוכות"), ("2022-10-17", "שמחת תורה/שמיני עצרת"), ) def test_2023(self): self.assertHolidays( Israel(years=2023), ("2023-04-06", "פסח"), ("2023-04-12", "שביעי של פסח"), ("2023-04-26", "יום העצמאות"), ("2023-05-26", "שבועות"), ("2023-09-16", "ראש השנה"), ("2023-09-17", "ראש השנה"), ("2023-09-25", "יום כיפור"), ("2023-09-30", "סוכות"), ("2023-10-07", "שמחת תורה/שמיני עצרת"), ) def test_2021_optional(self): self.assertHolidays( Israel(categories=OPTIONAL, years=2021), ("2021-02-26", "פורים"), ("2021-03-29", "חול המועד פסח"), ("2021-03-30", "חול המועד פסח"), ("2021-03-31", "חול המועד פסח"), ("2021-04-01", "חול המועד פסח"), ("2021-04-02", "חול המועד פסח"), ("2021-04-14", "(נצפה) יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה"), ("2021-05-10", "יום ירושלים"), ("2021-07-18", "תשעה באב"), ("2021-09-22", "חול המועד סוכות"), ("2021-09-23", "חול המועד סוכות"), ("2021-09-24", "חול המועד סוכות"), ("2021-09-25", "חול המועד סוכות"), ("2021-09-26", "חול המועד סוכות"), ("2021-11-04", "סיגד"), ) def test_2022_optional(self): self.assertHolidays( Israel(categories=OPTIONAL, years=2022), ("2022-03-17", "פורים"), ("2022-04-17", "חול המועד פסח"), ("2022-04-18", "חול המועד פסח"), ("2022-04-19", "חול המועד פסח"), ("2022-04-20", "חול המועד פסח"), ("2022-04-21", "חול המועד פסח"), ("2022-05-04", "(נצפה) יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה"), ("2022-05-29", "יום ירושלים"), ("2022-08-07", "(נצפה) תשעה באב"), ("2022-10-11", "חול המועד סוכות"), ("2022-10-12", "חול המועד סוכות"), ("2022-10-13", "חול המועד סוכות"), ("2022-10-14", "חול המועד סוכות"), ("2022-10-15", "חול המועד סוכות"), ("2022-11-23", "סיגד"), ) def test_2023_optional(self): self.assertHolidays( Israel(categories=OPTIONAL, years=2023), ("2023-03-07", "פורים"), ("2023-04-07", "חול המועד פסח"), ("2023-04-08", "חול המועד פסח"), ("2023-04-09", "חול המועד פסח"), ("2023-04-10", "חול המועד פסח"), ("2023-04-11", "חול המועד פסח"), ("2023-04-25", "יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה"), ("2023-05-19", "יום ירושלים"), ("2023-07-27", "תשעה באב"), ("2023-10-01", "חול המועד סוכות"), ("2023-10-02", "חול המועד סוכות"), ("2023-10-03", "חול המועד סוכות"), ("2023-10-04", "חול המועד סוכות"), ("2023-10-05", "חול המועד סוכות"), ("2023-11-13", "סיגד"), ) def test_2021_school(self): self.assertHolidays( Israel(categories=SCHOOL, years=2021), ("2021-02-25", "תענית אסתר"), ("2021-02-26", "פורים"), ("2021-03-29", "חול המועד פסח"), ("2021-03-30", "חול המועד פסח"), ("2021-03-31", "חול המועד פסח"), ("2021-04-01", "חול המועד פסח"), ("2021-04-02", "חול המועד פסח"), ("2021-04-30", 'ל"ג בעומר'), ("2021-09-22", "חול המועד סוכות"), ("2021-09-23", "חול המועד סוכות"), ("2021-09-24", "חול המועד סוכות"), ("2021-09-25", "חול המועד סוכות"), ("2021-09-26", "חול המועד סוכות"), ("2021-11-29", "חנוכה"), ("2021-11-30", "חנוכה"), ("2021-12-01", "חנוכה"), ("2021-12-02", "חנוכה"), ("2021-12-03", "חנוכה"), ("2021-12-04", "חנוכה"), ("2021-12-05", "חנוכה"), ("2021-12-06", "חנוכה"), ) def test_2022_school(self): self.assertHolidays( Israel(categories=SCHOOL, years=2022), ("2022-03-16", "תענית אסתר"), ("2022-03-17", "פורים"), ("2022-04-17", "חול המועד פסח"), ("2022-04-18", "חול המועד פסח"), ("2022-04-19", "חול המועד פסח"), ("2022-04-20", "חול המועד פסח"), ("2022-04-21", "חול המועד פסח"), ("2022-05-19", 'ל"ג בעומר'), ("2022-10-11", "חול המועד סוכות"), ("2022-10-12", "חול המועד סוכות"), ("2022-10-13", "חול המועד סוכות"), ("2022-10-14", "חול המועד סוכות"), ("2022-10-15", "חול המועד סוכות"), ("2022-12-19", "חנוכה"), ("2022-12-20", "חנוכה"), ("2022-12-21", "חנוכה"), ("2022-12-22", "חנוכה"), ("2022-12-23", "חנוכה"), ("2022-12-24", "חנוכה"), ("2022-12-25", "חנוכה"), ("2022-12-26", "חנוכה"), ) def test_2023_school(self): self.assertHolidays( Israel(categories=SCHOOL, years=2023), ("2023-03-06", "תענית אסתר"), ("2023-03-07", "פורים"), ("2023-04-07", "חול המועד פסח"), ("2023-04-08", "חול המועד פסח"), ("2023-04-09", "חול המועד פסח"), ("2023-04-10", "חול המועד פסח"), ("2023-04-11", "חול המועד פסח"), ("2023-05-09", 'ל"ג בעומר'), ("2023-10-01", "חול המועד סוכות"), ("2023-10-02", "חול המועד סוכות"), ("2023-10-03", "חול המועד סוכות"), ("2023-10-04", "חול המועד סוכות"), ("2023-10-05", "חול המועד סוכות"), ("2023-12-08", "חנוכה"), ("2023-12-09", "חנוכה"), ("2023-12-10", "חנוכה"), ("2023-12-11", "חנוכה"), ("2023-12-12", "חנוכה"), ("2023-12-13", "חנוכה"), ("2023-12-14", "חנוכה"), ("2023-12-15", "חנוכה"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2021-02-25", "Ta'anit Ester"), ("2021-02-26", "Purim"), ("2021-03-28", "Pesach"), ("2021-03-29", "Pesach holiday"), ("2021-03-30", "Pesach holiday"), ("2021-03-31", "Pesach holiday"), ("2021-04-01", "Pesach holiday"), ("2021-04-02", "Pesach holiday"), ("2021-04-03", "Seventh day of Pesach"), ("2021-04-14", "Remembrance Day (observed)"), ("2021-04-15", "Independence Day (observed)"), ("2021-04-30", "Lag BaOmer"), ("2021-05-10", "Jerusalem Day"), ("2021-05-17", "Shavuot"), ("2021-07-18", "Tisha B'Av"), ("2021-09-07", "Rosh Hashanah"), ("2021-09-08", "Rosh Hashanah"), ("2021-09-16", "Yom Kippur"), ("2021-09-21", "Sukkot"), ("2021-09-22", "Sukkot holiday"), ("2021-09-23", "Sukkot holiday"), ("2021-09-24", "Sukkot holiday"), ("2021-09-25", "Sukkot holiday"), ("2021-09-26", "Sukkot holiday"), ("2021-09-28", "Simchat Torah / Shemini Atzeret"), ("2021-11-04", "Sigd"), ("2021-11-29", "Hanukkah"), ("2021-11-30", "Hanukkah"), ("2021-12-01", "Hanukkah"), ("2021-12-02", "Hanukkah"), ("2021-12-03", "Hanukkah"), ("2021-12-04", "Hanukkah"), ("2021-12-05", "Hanukkah"), ("2021-12-06", "Hanukkah"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2021-02-25", "วันทาอานิต เอสเธอร์"), ("2021-02-26", "เทศกาลปูริม"), ("2021-03-28", "วันเพสสะห์"), ("2021-03-29", "เทศกาลเพสสะห์"), ("2021-03-30", "เทศกาลเพสสะห์"), ("2021-03-31", "เทศกาลเพสสะห์"), ("2021-04-01", "เทศกาลเพสสะห์"), ("2021-04-02", "เทศกาลเพสสะห์"), ("2021-04-03", "วันเพสสะห์วันที่เจ็ด"), ("2021-04-14", "ชดเชยวันรำลึกถึงทหารผู้สละชีพและเหยื่อการก่อการร้าย"), ("2021-04-15", "ชดเชยวันชาติอิสราเอล"), ("2021-04-30", "วันแล็ก บาโอเมอร์"), ("2021-05-10", "วันเยรูซาเล็ม"), ("2021-05-17", "วันชาวูโอท"), ("2021-07-18", "วันทิชอา เบอัฟ"), ("2021-09-07", "เทศกาลรอช ฮาชานาห์ (วันปีใหม่ยิว)"), ("2021-09-08", "เทศกาลรอช ฮาชานาห์ (วันปีใหม่ยิว)"), ("2021-09-16", "วันยม คิปปูร์"), ("2021-09-21", "วันสุคคต"), ("2021-09-22", "เทศกาลสุคคต"), ("2021-09-23", "เทศกาลสุคคต"), ("2021-09-24", "เทศกาลสุคคต"), ("2021-09-25", "เทศกาลสุคคต"), ("2021-09-26", "เทศกาลสุคคต"), ("2021-09-28", "วันซิมหัต โทราห์ / วันเชมินี อัตเซเรต"), ("2021-11-04", "เทศกาลซิกด์"), ("2021-11-29", "เทศกาลฮานุกกะห์"), ("2021-11-30", "เทศกาลฮานุกกะห์"), ("2021-12-01", "เทศกาลฮานุกกะห์"), ("2021-12-02", "เทศกาลฮานุกกะห์"), ("2021-12-03", "เทศกาลฮานุกกะห์"), ("2021-12-04", "เทศกาลฮานุกกะห์"), ("2021-12-05", "เทศกาลฮานุกกะห์"), ("2021-12-06", "เทศกาลฮานุกกะห์"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2021-02-25", "Тааніт-Естер"), ("2021-02-26", "Пурім"), ("2021-03-28", "Песах"), ("2021-03-29", "Свято Песах"), ("2021-03-30", "Свято Песах"), ("2021-03-31", "Свято Песах"), ("2021-04-01", "Свято Песах"), ("2021-04-02", "Свято Песах"), ("2021-04-03", "Сьомий день Песаха"), ("2021-04-14", "День памʼяті (вихідний)"), ("2021-04-15", "День незалежності (вихідний)"), ("2021-04-30", "Лаг ба-Омер"), ("2021-05-10", "День Єрусалиму"), ("2021-05-17", "Шавуот"), ("2021-07-18", "Тиша Бе-Ав"), ("2021-09-07", "Рош га-Шана"), ("2021-09-08", "Рош га-Шана"), ("2021-09-16", "Йом Кіпур"), ("2021-09-21", "Суккот"), ("2021-09-22", "Свято Суккот"), ("2021-09-23", "Свято Суккот"), ("2021-09-24", "Свято Суккот"), ("2021-09-25", "Свято Суккот"), ("2021-09-26", "Свято Суккот"), ("2021-09-28", "Сімхат Тора / Шміні Ацерет"), ("2021-11-04", "Сігд"), ("2021-11-29", "Ханука"), ("2021-11-30", "Ханука"), ("2021-12-01", "Ханука"), ("2021-12-02", "Ханука"), ("2021-12-03", "Ханука"), ("2021-12-04", "Ханука"), ("2021-12-05", "Ханука"), ("2021-12-06", "Ханука"), ) holidays-0.71/tests/countries/test_italy.py000066400000000000000000000232201500152103600211550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.italy import Italy, IT, ITA from tests.common import CommonCountryTests class TestItaly(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Italy, years=range(1946, 2050)) def test_country_aliases(self): self.assertAliases(Italy, IT, ITA) def test_new_years_day(self): self.assertHolidayName("Capodanno", (f"{year}-01-01" for year in range(1946, 2050))) def test_epiphany_day(self): self.assertHolidayName( "Epifania del Signore", (f"{year}-01-06" for year in range(1946, 2050)) ) def test_saint_josephs_day(self): name = "San Giuseppe" self.assertHolidayName(name, (f"{year}-03-19" for year in range(1946, 1977))) self.assertNoHolidayName(name, range(1977, 2050)) def test_easter_sunday(self): name = "Pasqua di Resurrezione" self.assertHolidayName(name, range(1946, 2050)) self.assertHolidayName( name, "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", "2024-03-31", ) def test_easter_monday(self): name = "Lunedì dell'Angelo" self.assertHolidayName(name, range(1946, 2050)) self.assertHolidayName( name, "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) def test_liberation_day(self): name = "Festa della Liberazione" self.assertHolidayName(name, (f"{year}-04-25" for year in range(1946, 2050))) self.assertNoHolidayName(name, Italy(years=1945)) def test_labor_day(self): self.assertHolidayName( "Festa dei Lavoratori", (f"{year}-05-01" for year in range(1946, 2050)) ) def test_ascension_day(self): name = "Ascensione Nostro Signore" self.assertHolidayName(name, range(1946, 1977)) self.assertHolidayName( name, "1971-05-20", "1972-05-11", "1973-05-31", "1974-05-23", "1975-05-08", "1976-05-27", ) self.assertNoHolidayName(name, range(1977, 2050)) def test_republic_day(self): name = "Festa della Repubblica" self.assertHolidayName(name, (f"{year}-06-02" for year in range(1948, 2050))) self.assertNoHolidayName(name, range(1946, 1948)) def test_saints_peter_and_paul_day(self): name = "Santi Pietro e Paolo" self.assertHolidayName(name, (f"{year}-06-29" for year in range(1946, 1977))) self.assertNoHolidayName(name, range(1977, 2050)) def test_corpus_christi_day(self): name = "Corpus Domini" self.assertHolidayName(name, range(1946, 1977)) self.assertHolidayName( name, "1971-06-10", "1972-06-01", "1973-06-21", "1974-06-13", "1975-05-29", "1976-06-17", ) self.assertNoHolidayName(name, range(1977, 2050)) def test_assumption_of_mary_day(self): self.assertHolidayName( "Assunzione della Vergine", (f"{year}-08-15" for year in range(1946, 2050)) ) def test_all_saints_day(self): self.assertHolidayName("Tutti i Santi", (f"{year}-11-01" for year in range(1946, 2050))) def test_national_unity_and_armed_forces_day(self): name = "Giornata dell'Unità Nazionale e delle Forze Armate" self.assertHolidayName(name, (f"{year}-11-04" for year in range(1946, 1977))) self.assertNoHolidayName(name, range(1977, 2050)) def test_immaculate_conception_day(self): self.assertHolidayName( "Immacolata Concezione", (f"{year}-12-08" for year in range(1946, 2050)) ) def test_christmas_day(self): self.assertHolidayName("Natale", (f"{year}-12-25" for year in range(1946, 2050))) def test_saint_stephens_day(self): name = "Santo Stefano" self.assertHolidayName(name, (f"{year}-12-26" for year in range(1947, 2050))) self.assertNoHolidayName(name, range(1946, 1947)) def test_2022(self): self.assertHolidays( Italy(years=2022), ("2022-01-01", "Capodanno"), ("2022-01-06", "Epifania del Signore"), ("2022-04-17", "Pasqua di Resurrezione"), ("2022-04-18", "Lunedì dell'Angelo"), ("2022-04-25", "Festa della Liberazione"), ("2022-05-01", "Festa dei Lavoratori"), ("2022-06-02", "Festa della Repubblica"), ("2022-08-15", "Assunzione della Vergine"), ("2022-11-01", "Tutti i Santi"), ("2022-12-08", "Immacolata Concezione"), ("2022-12-25", "Natale"), ("2022-12-26", "Santo Stefano"), ) def test_province_specific_days(self): subdiv_holidays = { "AG": ("2017-02-25",), "AL": ("2017-11-10",), "AN": ("2017-05-04",), "AO": ("2017-09-07",), "AP": ("2017-08-05",), "AQ": ("2017-06-10",), "AR": ("2017-08-07",), "AT": ("2017-05-02",), "AV": ("2017-02-14",), "BA": ("2017-12-06",), "BG": ("2017-08-26",), "BI": ("2017-12-26",), "BL": ("2017-12-26",), "BN": ("2017-08-24",), "BO": ("2017-10-04",), "BR": ("2017-09-03",), "BS": ("2017-02-15",), "BT": ("2017-05-03", "2017-09-17", "2017-12-30"), "Barletta": ("2017-12-30",), "Andria": ("2017-09-17",), "Trani": ("2017-05-03",), "BZ": ("2017-06-05", "2017-08-15"), "CA": ("2017-10-30",), "CB": ("2017-04-23",), "CE": ("2017-01-20",), "CH": ("2017-05-11",), "CL": ("2017-09-29",), "CN": ("2017-09-29",), "CO": ("2017-08-31",), "CR": ("2017-11-13",), "CS": ("2017-02-12",), "CT": ("2017-02-05",), "CZ": ("2017-07-16",), "EN": ("2017-07-02",), "FC": ("2017-02-04", "2017-06-24"), "Forli": ("2017-02-04",), "Cesena": ("2017-06-24",), "FE": ("2017-04-23",), "FG": ("2017-03-22",), "FI": ("2017-06-24",), "FM": ("2017-08-15", "2017-08-16"), "FR": ("2017-06-20",), "GE": ("2017-06-24",), "GO": ("2017-03-16",), "GR": ("2017-08-10",), "IM": ("2017-11-26",), "IS": ("2017-05-19",), "KR": ("2017-10-09",), "LC": ("2017-12-06",), "LE": ("2017-08-26",), "LI": ("2017-05-22",), "LO": ("2017-01-19",), "LT": ("2017-04-25", "2017-07-06"), "LU": ("2017-07-12",), "MB": ("2017-06-24",), "MC": ("2017-08-31",), "ME": ("2017-06-03",), "MI": ("2017-12-07",), "MN": ("2017-03-18",), "MO": ("2017-01-31",), "MS": ("2017-10-04",), "MT": ("2017-07-02",), "NA": ("2017-09-19",), "NO": ("2017-01-22",), "NU": ("2017-08-05",), "OR": ("2017-02-13",), "PA": ("2017-07-15",), "PC": ("2017-07-04",), "PD": ("2017-06-13",), "PE": ("2017-10-10",), "PG": ("2017-08-11", "2017-10-04"), "PI": ("2017-06-17",), "PN": ("2017-04-25", "2017-09-08"), "PO": ("2017-12-26",), "PR": ("2017-01-13",), "PT": ("2017-07-25",), "PU": ("2017-06-01", "2017-09-24"), "Pesaro": ("2017-09-24",), "Urbino": ("2017-06-01",), "PV": ("2017-12-09",), "PZ": ("2017-05-30",), "RA": ("2017-07-23",), "RC": ("2017-04-23",), "RE": ("2017-11-24",), "RG": ("2017-04-23", "2017-08-29"), "RI": ("2017-12-04",), "RM": ("2017-06-29",), "RN": ("2017-10-14",), "RO": ("2017-11-26",), "SA": ("2017-09-21",), "SI": ("2017-12-01",), "SO": ("2017-06-19",), "SP": ("2017-03-19",), "SR": ("2017-12-13",), "SS": ("2017-12-06",), "SU": ("2017-05-18",), "SV": ("2017-03-18",), "TA": ("2017-05-10",), "TE": ("2017-12-19",), "TN": ("2017-06-26",), "TO": ("2017-06-24",), "TP": ("2017-08-07",), "TR": ("2017-02-14",), "TS": ("2017-11-03",), "TV": ("2017-04-27",), "UD": ("2017-07-12",), "VA": ("2017-05-08",), "VB": ("2017-05-08",), "VC": ("2017-08-01",), "VE": ("2017-04-25", "2017-11-21"), "VI": ("2017-09-08",), "VR": ("2017-05-21",), "VT": ("2017-09-04",), "VV": ("2017-03-01",), } for subdiv, holidays in subdiv_holidays.items(): self.assertHoliday(Italy(subdiv=subdiv, years=2017), holidays) holidays-0.71/tests/countries/test_ivory_coast.py000066400000000000000000000226661500152103600224110ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries import IvoryCoast, CI, CIV from tests.common import CommonCountryTests class TestIvoryCoast(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1997, 2050) super().setUpClass(IvoryCoast, years=years, years_non_observed=years) def test_country_aliases(self): self.assertAliases(IvoryCoast, CI, CIV) def test_no_holidays(self): self.assertNoHolidays(IvoryCoast(years=1996)) def test_special_holidays(self): self.assertHoliday( "2010-10-29", "2024-02-12", ) def test_new_years_day(self): self.assertHolidayName("1er janvier", (f"{year}-01-01" for year in range(1997, 2050))) def test_labor_day(self): name = "Fête du travail" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1997, 2050))) dt = ( "2005-05-02", "2011-05-02", "2016-05-02", ) self.assertHolidayName(f"Lendemain de la {name}", dt) self.assertNoNonObservedHoliday(dt) def test_independence_day(self): name = "Fête Nationale" self.assertHolidayName(name, (f"{year}-08-07" for year in range(1997, 2050))) dt = ( "2005-08-08", "2011-08-08", "2016-08-08", "2022-08-08", ) self.assertHolidayName(f"Lendemain de la {name}", dt) self.assertNoNonObservedHoliday(dt) def test_national_peace_day(self): self.assertHolidayName( "Journée Nationale de la Paix", (f"{year}-11-15" for year in range(1997, 2050)) ) def test_easter_monday(self): name = "Lundi de Pâques" self.assertHolidayName( name, "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) self.assertHolidayName(name, range(1997, 2050)) def test_ascension_day(self): name = "Jour de l’Ascension" self.assertHolidayName( name, "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", "2023-05-18", "2024-05-09", ) self.assertHolidayName(name, range(1997, 2050)) def test_whit_monday(self): name = "Lundi de Pentecôte" self.assertHolidayName( name, "2019-06-10", "2020-06-01", "2021-05-24", "2022-06-06", "2023-05-29", "2024-05-20", ) self.assertHolidayName(name, range(1997, 2050)) def test_assumption_day(self): self.assertHolidayName( "Fête de l’Assomption", (f"{year}-08-15" for year in range(1997, 2050)) ) def test_all_saints_day(self): self.assertHolidayName( "Fête de la Toussaint", (f"{year}-11-01" for year in range(1997, 2050)) ) def test_anniversary_of_death_of_first_president(self): name = "Anniversaire du décès du Président Felix Houphouet-Boigny" self.assertHolidayName( name, "1997-12-07", "1998-12-07", "1999-12-07", "2000-12-07", ) self.assertNoHolidayName(name, range(2001, 2050)) def test_christmas_day(self): name = "Fête de Noël" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1997, 2050))) dt = ( "2011-12-26", "2016-12-26", "2022-12-26", ) self.assertHolidayName(f"Lendemain de la {name}", dt) self.assertNoNonObservedHoliday(dt) def test_eid_al_fitr(self): name = "Fête de fin du Ramadan" self.assertHolidayName( name, "2021-05-13", "2022-05-02", "2023-04-21", "2024-04-10", "2025-03-30", ) self.assertHolidayName(name, range(1997, 2050)) dt = ( "2012-08-20", "2017-06-26", "2020-05-25", "2025-03-31", ) self.assertHolidayName(f"Lendemain de la {name}", dt) self.assertNoNonObservedHoliday(dt) def test_eid_al_adha(self): name = "Fête de la Tabaski" self.assertHolidayName( name, "2021-07-20", "2022-07-09", "2023-06-28", "2024-06-16", "2025-06-06", ) self.assertHolidayName(name, range(1997, 2050)) dt = ( "2016-09-12", "2019-08-12", "2024-06-17", ) self.assertHolidayName(f"Lendemain de la {name}", dt) self.assertNoNonObservedHoliday(dt) def test_day_after_mawlid(self): name = "Lendemain de l’Anniversaire de la Naissance du Prophète Mahomet" self.assertHolidayName( name, "2021-10-18", "2022-10-08", "2023-09-27", "2024-09-15", "2025-09-04", ) self.assertHolidayName(name, range(1997, 2050)) def test_day_after_laylat_al_qadr(self): name = "Lendemain de la Nuit du Destin" self.assertHolidayName( name, "2021-05-09", "2022-04-28", "2023-04-18", "2024-04-06", "2025-03-27", ) self.assertHolidayName(name, range(1997, 2050)) def test_2024(self): self.assertHolidays( IvoryCoast(years=2024), ("2024-01-01", "1er janvier"), ("2024-02-12", "Victoire à la Coupe d’Afrique des Nations 2024"), ("2024-04-06", "Lendemain de la Nuit du Destin"), ("2024-04-10", "Fête de fin du Ramadan"), ("2024-04-01", "Lundi de Pâques"), ("2024-05-01", "Fête du travail"), ("2024-05-09", "Jour de l’Ascension"), ("2024-05-20", "Lundi de Pentecôte"), ("2024-06-16", "Fête de la Tabaski"), ("2024-06-17", "Lendemain de la Fête de la Tabaski"), ("2024-08-07", "Fête Nationale"), ("2024-08-15", "Fête de l’Assomption"), ("2024-09-15", "Lendemain de l’Anniversaire de la Naissance du Prophète Mahomet"), ("2024-11-01", "Fête de la Toussaint"), ("2024-11-15", "Journée Nationale de la Paix"), ("2024-12-25", "Fête de Noël"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2025-01-01", "1er janvier"), ("2025-03-27", "Lendemain de la Nuit du Destin"), ("2025-03-30", "Fête de fin du Ramadan"), ("2025-03-31", "Lendemain de la Fête de fin du Ramadan"), ("2025-04-21", "Lundi de Pâques"), ("2025-05-01", "Fête du travail"), ("2025-05-29", "Jour de l’Ascension"), ("2025-06-06", "Fête de la Tabaski"), ("2025-06-09", "Lundi de Pentecôte"), ("2025-08-07", "Fête Nationale"), ("2025-08-15", "Fête de l’Assomption"), ("2025-09-04", "Lendemain de l’Anniversaire de la Naissance du Prophète Mahomet"), ("2025-11-01", "Fête de la Toussaint"), ("2025-11-15", "Journée Nationale de la Paix"), ("2025-12-25", "Fête de Noël"), ) def test_l10n_en_ci(self): self.assertLocalizedHolidays( "en_CI", ("2025-01-01", "New Year's Day"), ("2025-03-27", "Day after Lailatou-Kadr"), ("2025-03-30", "Aid-El-Fitr"), ("2025-03-31", "Day after the Aid-El-Fitr"), ("2025-04-21", "Easter Monday"), ("2025-05-01", "Labor Day"), ("2025-05-29", "Ascension Day"), ("2025-06-06", "Aid-El-Kebir"), ("2025-06-09", "Whit Monday"), ("2025-08-07", "Independence Day"), ("2025-08-15", "Assumption Day"), ("2025-09-04", "Day after Maouloud"), ("2025-11-01", "All Saints' Day"), ("2025-11-15", "National Peace Day"), ("2025-12-25", "Christmas Day"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2025-01-01", "New Year's Day"), ("2025-03-27", "Day after Night of Power"), ("2025-03-30", "Eid al-Fitr"), ("2025-03-31", "Day after the Eid al-Fitr"), ("2025-04-21", "Easter Monday"), ("2025-05-01", "Labor Day"), ("2025-05-29", "Ascension Day"), ("2025-06-06", "Eid al-Adha"), ("2025-06-09", "Whit Monday"), ("2025-08-07", "Independence Day"), ("2025-08-15", "Assumption Day"), ("2025-09-04", "Day after Prophet's Birthday"), ("2025-11-01", "All Saints' Day"), ("2025-11-15", "National Peace Day"), ("2025-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_jamaica.py000066400000000000000000000106451500152103600214270ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.jamaica import Jamaica, JM, JAM from tests.common import CommonCountryTests class TestJamaica(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Jamaica, years=range(1950, 2050)) def test_country_aliases(self): self.assertAliases(Jamaica, JM, JAM) def test_new_years_day(self): self.assertHoliday(f"{year}-01-01" for year in range(1950, 2050)) dt = ( "1995-01-02", "2006-01-02", "2012-01-02", "2017-01-02", "2023-01-02", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_labour_day(self): self.assertHoliday(f"{year}-05-23" for year in range(1950, 2050)) dt = ( "1998-05-25", "1999-05-24", "2004-05-24", "2009-05-25", "2010-05-24", "2015-05-25", "2020-05-25", "2021-05-24", "2026-05-25", "2027-05-24", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_emancipation_day(self): self.assertHoliday(f"{year}-08-01" for year in range(1998, 2050)) dt = ( "1999-08-02", "2004-08-02", "2010-08-02", "2021-08-02", "2027-08-02", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) self.assertNoHolidayName("Emancipation Day", 1997) def test_independence_day(self): self.assertHoliday(f"{year}-08-06" for year in range(1950, 2050)) dt = ( "2000-08-07", "2006-08-07", "2017-08-07", "2023-08-07", "2028-08-07", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_national_heroes_day(self): self.assertHoliday( "2015-10-19", "2016-10-17", "2017-10-16", "2018-10-15", "2019-10-21", "2020-10-19", "2021-10-18", "2022-10-17", "2023-10-16", "2024-10-21", ) def test_christmas_day(self): self.assertHoliday(f"{year}-12-25" for year in range(1950, 2050)) dt = ( "2005-12-27", "2011-12-27", "2016-12-27", "2022-12-27", "2033-12-27", ) self.assertHolidayName("Christmas Day (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_boxing_day(self): self.assertHoliday(f"{year}-12-26" for year in range(1950, 2050)) dt = ( "2004-12-27", "2010-12-27", "2021-12-27", "2027-12-27", "2032-12-27", ) self.assertHolidayName("Boxing Day (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_ash_wednesday(self): self.assertHoliday( "2015-02-18", "2016-02-10", "2017-03-01", "2018-02-14", "2019-03-06", "2020-02-26", "2021-02-17", "2022-03-02", "2023-02-22", "2024-02-14", ) def test_good_friday(self): self.assertHoliday( "2015-04-03", "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) def test_easter_monday(self): self.assertHoliday( "2015-04-06", "2016-03-28", "2017-04-17", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) holidays-0.71/tests/countries/test_japan.py000066400000000000000000000571541500152103600211410ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK, PUBLIC from holidays.countries.japan import Japan, JP, JPN from tests.common import CommonCountryTests class TestJapan(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Japan, years=range(1949, 2051)) def test_country_aliases(self): self.assertAliases(Japan, JP, JPN) def test_no_holidays(self): self.assertNoHolidays(Japan(categories=(BANK, PUBLIC), years=1948)) self.assertNoHolidays(Japan(categories=(BANK, PUBLIC), years=2100)) def test_new_years_day(self): self.assertHolidayName("元日", (f"{year}-01-01" for year in range(1949, 2051))) def test_coming_of_age(self): name = "成人の日" self.assertHolidayName(name, (f"{year}-01-15" for year in range(1949, 2000))) self.assertHolidayName( name, "2000-01-10", "2001-01-08", "2002-01-14", "2003-01-13", "2004-01-12", "2005-01-10", "2006-01-09", "2007-01-08", "2008-01-14", "2009-01-12", "2010-01-11", "2011-01-10", "2012-01-09", "2013-01-14", "2014-01-13", "2015-01-12", "2016-01-11", "2017-01-09", "2018-01-08", "2019-01-14", "2020-01-13", "2021-01-11", "2022-01-10", "2023-01-09", "2024-01-08", "2025-01-13", "2026-01-12", "2027-01-11", "2028-01-10", "2029-01-08", "2030-01-14", "2031-01-13", "2032-01-12", "2033-01-10", "2034-01-09", "2035-01-08", "2036-01-14", "2037-01-12", "2038-01-11", "2039-01-10", "2040-01-09", "2041-01-14", "2042-01-13", "2043-01-12", "2044-01-11", "2045-01-09", "2046-01-08", "2047-01-14", "2048-01-13", "2049-01-11", "2050-01-10", ) self.assertNoHoliday("2000-01-15", "2017-01-15", "2030-01-15") def test_foundation_day(self): name = "建国記念の日" self.assertHolidayName(name, (f"{year}-02-11" for year in range(1967, 2051))) self.assertNoHoliday("1966-02-11") self.assertNoHolidayName(name, range(1949, 1967)) def test_vernal_equinox_day(self): self.assertHolidayName( "春分の日", "1949-03-21", "1950-03-21", "1951-03-21", "1952-03-21", "1953-03-21", "1954-03-21", "1955-03-21", "1956-03-21", "1957-03-21", "1958-03-21", "1959-03-21", "1960-03-20", "1961-03-21", "1962-03-21", "1963-03-21", "1964-03-20", "1965-03-21", "1966-03-21", "1967-03-21", "1968-03-20", "1969-03-21", "1970-03-21", "1971-03-21", "1972-03-20", "1973-03-21", "1974-03-21", "1975-03-21", "1976-03-20", "1977-03-21", "1978-03-21", "1979-03-21", "1980-03-20", "1981-03-21", "1982-03-21", "1983-03-21", "1984-03-20", "1985-03-21", "1986-03-21", "1987-03-21", "1988-03-20", "1989-03-21", "1990-03-21", "1991-03-21", "1992-03-20", "1993-03-20", "1994-03-21", "1995-03-21", "1996-03-20", "1997-03-20", "1998-03-21", "1999-03-21", "2000-03-20", "2001-03-20", "2002-03-21", "2003-03-21", "2004-03-20", "2005-03-20", "2006-03-21", "2007-03-21", "2008-03-20", "2009-03-20", "2010-03-21", "2011-03-21", "2012-03-20", "2013-03-20", "2014-03-21", "2015-03-21", "2016-03-20", "2017-03-20", "2018-03-21", "2019-03-21", "2020-03-20", "2021-03-20", "2022-03-21", "2023-03-21", "2024-03-20", "2025-03-20", "2026-03-20", "2027-03-21", "2028-03-20", "2029-03-20", "2030-03-20", "2031-03-21", "2032-03-20", "2033-03-20", "2034-03-20", "2035-03-21", "2036-03-20", "2037-03-20", "2038-03-20", "2039-03-21", "2040-03-20", "2041-03-20", "2042-03-20", "2043-03-21", "2044-03-20", "2045-03-20", "2046-03-20", "2047-03-21", "2048-03-20", "2049-03-20", "2050-03-20", "2091-03-20", "2092-03-19", ) def test_showa_day(self): name = "昭和の日" self.assertHolidayName(name, (f"{year}-04-29" for year in range(2007, 2051))) self.assertNoHolidayName(name, range(1949, 2007)) def test_constitution_memorial_day(self): self.assertHolidayName("憲法記念日", (f"{year}-05-03" for year in range(1949, 2051))) def test_greenery_day(self): name = "みどりの日" self.assertHolidayName(name, (f"{year}-04-29" for year in range(1989, 2007))) self.assertHolidayName(name, (f"{year}-05-04" for year in range(2007, 2051))) self.assertNoHolidayName(name, range(1949, 1989)) def test_national_holiday(self): name = "国民の休日" for year in ( 1988, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, ): self.assertHolidayName(name, f"{year}-05-04") self.assertNoNonObservedHoliday(f"{year}-05-04") for dt in ( "2009-09-22", "2015-09-22", "2019-04-30", "2019-05-02", "2026-09-22", "2032-09-21", "2037-09-22", "2043-09-22", "2049-09-21", ): self.assertHolidayName(name, dt) self.assertNoNonObservedHoliday(dt) def test_childrens_day(self): self.assertHolidayName("こどもの日", (f"{year}-05-05" for year in range(1949, 2051))) def test_marine_day(self): self.assertHolidayName( "海の日", "1996-07-20", "1997-07-20", "1998-07-20", "1999-07-20", "2000-07-20", "2001-07-20", "2002-07-20", "2003-07-21", "2004-07-19", "2005-07-18", "2006-07-17", "2007-07-16", "2008-07-21", "2009-07-20", "2010-07-19", "2011-07-18", "2012-07-16", "2013-07-15", "2014-07-21", "2015-07-20", "2016-07-18", "2017-07-17", "2018-07-16", "2019-07-15", "2020-07-23", "2021-07-22", "2022-07-18", "2023-07-17", "2024-07-15", "2025-07-21", "2026-07-20", "2027-07-19", "2028-07-17", "2029-07-16", "2030-07-15", "2031-07-21", "2032-07-19", "2033-07-18", "2034-07-17", "2035-07-16", "2036-07-21", "2037-07-20", "2038-07-19", "2039-07-18", "2040-07-16", "2041-07-15", "2042-07-21", "2043-07-20", "2044-07-18", "2045-07-17", "2046-07-16", "2047-07-15", "2048-07-20", "2049-07-19", "2050-07-18", ) self.assertNoHoliday("1950-07-20") def test_mountain_day(self): years = set(range(2016, 2051)).difference({2020, 2021}) name = "山の日" self.assertHolidayName(name, (f"{year}-08-11" for year in years)) self.assertHolidayName(name, "2020-08-10", "2021-08-08") self.assertNoHoliday("2015-08-11") self.assertNoHolidayName(name, range(1949, 2016)) def test_respect_for_the_aged_day(self): name = "敬老の日" self.assertHolidayName(name, (f"{year}-09-15" for year in range(1966, 2003))) self.assertNoHoliday("1965-09-15") self.assertNoHolidayName(name, range(1949, 1966)) self.assertHolidayName( name, "2003-09-15", "2004-09-20", "2005-09-19", "2006-09-18", "2007-09-17", "2008-09-15", "2009-09-21", "2010-09-20", "2011-09-19", "2012-09-17", "2013-09-16", "2014-09-15", "2015-09-21", "2016-09-19", "2017-09-18", "2018-09-17", "2019-09-16", "2020-09-21", "2021-09-20", "2022-09-19", "2023-09-18", "2024-09-16", "2025-09-15", "2026-09-21", "2027-09-20", "2028-09-18", "2029-09-17", "2030-09-16", "2031-09-15", "2032-09-20", "2033-09-19", "2034-09-18", "2035-09-17", "2036-09-15", "2037-09-21", "2038-09-20", "2039-09-19", "2040-09-17", "2041-09-16", "2042-09-15", "2043-09-21", "2044-09-19", "2045-09-18", "2046-09-17", "2047-09-16", "2048-09-21", "2049-09-20", "2050-09-19", ) def test_autumnal_equinox_day(self): self.assertHolidayName( "秋分の日", "1949-09-23", "1950-09-23", "1951-09-24", "1952-09-23", "1953-09-23", "1954-09-23", "1955-09-24", "1956-09-23", "1957-09-23", "1958-09-23", "1959-09-24", "1960-09-23", "1961-09-23", "1962-09-23", "1963-09-24", "1964-09-23", "1965-09-23", "1966-09-23", "1967-09-24", "1968-09-23", "1969-09-23", "1970-09-23", "1971-09-24", "1972-09-23", "1973-09-23", "1974-09-23", "1975-09-24", "1976-09-23", "1977-09-23", "1978-09-23", "1979-09-24", "1980-09-23", "1981-09-23", "1982-09-23", "1983-09-23", "1984-09-23", "1985-09-23", "1986-09-23", "1987-09-23", "1988-09-23", "1989-09-23", "1990-09-23", "1991-09-23", "1992-09-23", "1993-09-23", "1994-09-23", "1995-09-23", "1996-09-23", "1997-09-23", "1998-09-23", "1999-09-23", "2000-09-23", "2001-09-23", "2002-09-23", "2003-09-23", "2004-09-23", "2005-09-23", "2006-09-23", "2007-09-23", "2008-09-23", "2009-09-23", "2010-09-23", "2011-09-23", "2012-09-22", "2013-09-23", "2014-09-23", "2015-09-23", "2016-09-22", "2017-09-23", "2018-09-23", "2019-09-23", "2020-09-22", "2021-09-23", "2022-09-23", "2023-09-23", "2024-09-22", "2025-09-23", "2026-09-23", "2027-09-23", "2028-09-22", "2029-09-23", "2030-09-23", "2031-09-23", "2032-09-22", "2033-09-23", "2034-09-23", "2035-09-23", "2036-09-22", "2037-09-23", "2038-09-23", "2039-09-23", "2040-09-22", "2041-09-23", "2042-09-23", "2043-09-23", "2044-09-22", "2045-09-22", "2046-09-23", "2047-09-23", "2048-09-22", "2049-09-22", "2050-09-23", ) def test_health_and_sports_day(self): name = "体育の日" self.assertHolidayName(name, (f"{year}-10-10" for year in range(1966, 2000))) self.assertNoHoliday("1965-10-10", "2000-10-10") self.assertNoHolidayName(name, range(1949, 1966), range(2020, 2051)) self.assertHolidayName( name, "2000-10-09", "2001-10-08", "2002-10-14", "2003-10-13", "2004-10-11", "2005-10-10", "2006-10-09", "2007-10-08", "2008-10-13", "2009-10-12", "2010-10-11", "2011-10-10", "2012-10-08", "2013-10-14", "2014-10-13", "2015-10-12", "2016-10-10", "2017-10-09", "2018-10-08", "2019-10-14", ) name = "スポーツの日" self.assertHolidayName( name, "2020-07-24", "2021-07-23", "2022-10-10", "2023-10-09", "2024-10-14", "2025-10-13", "2026-10-12", "2027-10-11", "2028-10-09", "2029-10-08", "2030-10-14", "2031-10-13", "2032-10-11", "2033-10-10", "2034-10-09", "2035-10-08", "2036-10-13", "2037-10-12", "2038-10-11", "2039-10-10", "2040-10-08", "2041-10-14", "2042-10-13", "2043-10-12", "2044-10-10", "2045-10-09", "2046-10-08", "2047-10-14", "2048-10-12", "2049-10-11", "2050-10-10", ) self.assertNoHolidayName(name, range(1949, 2020)) def test_culture_day(self): self.assertHolidayName("文化の日", (f"{year}-11-03" for year in range(1949, 2051))) def test_labour_thanks_giving_day(self): self.assertHolidayName("勤労感謝の日", (f"{year}-11-23" for year in range(1949, 2051))) def test_emperors_birthday(self): name = "天皇誕生日" self.assertHolidayName(name, (f"{year}-04-29" for year in range(1949, 1989))) self.assertHolidayName(name, (f"{year}-12-23" for year in range(1989, 2019))) self.assertHolidayName(name, (f"{year}-02-23" for year in range(2020, 2051))) self.assertNoHoliday("2019-12-23") def test_showa_emperor_holidays(self): self.assertHoliday("1989-02-24") def test_heisei_emperor_holidays(self): self.assertHoliday("1959-04-10", "1990-11-12") def test_reiwa_emperor_holidays(self): self.assertHoliday( "1993-06-09", "2019-05-01", "2019-10-22", ) def test_observed_holidays(self): name = "振替休日" dt = ( "1973-04-30", "1973-09-24", "1974-05-06", "1974-09-16", "1974-11-04", "1975-11-24", "1976-10-11", "1978-01-02", "1978-01-16", "1979-02-12", "1979-04-30", "1980-11-24", "1981-05-04", "1982-03-22", "1982-10-11", "1984-01-02", "1984-01-16", "1984-04-30", "1984-09-24", "1985-05-06", "1985-09-16", "1985-11-04", "1986-11-24", "1987-05-04", "1988-03-21", "1989-01-02", "1989-01-16", "1990-02-12", "1990-04-30", "1990-09-24", "1990-12-24", "1991-05-06", "1991-09-16", "1991-11-04", "1992-05-04", "1993-10-11", "1995-01-02", "1995-01-16", "1996-02-12", "1996-05-06", "1996-09-16", "1996-11-04", "1997-07-21", "1997-11-24", "1998-05-04", "1999-03-22", "1999-10-11", "2001-02-12", "2001-04-30", "2001-09-24", "2001-12-24", "2002-05-06", "2002-09-16", "2002-11-04", "2003-11-24", "2005-03-21", "2006-01-02", "2007-02-12", "2007-04-30", "2007-09-24", "2007-12-24", "2008-05-06", "2008-11-24", "2009-05-06", "2010-03-22", "2012-01-02", "2012-04-30", "2012-12-24", "2013-05-06", "2013-11-04", "2014-05-06", "2014-11-24", "2015-05-06", "2016-03-21", "2017-01-02", "2018-02-12", "2018-04-30", "2018-09-24", "2018-12-24", "2019-05-06", "2019-08-12", "2019-11-04", "2020-02-24", "2020-05-06", "2023-01-02", "2024-02-12", "2024-05-06", "2024-08-12", "2024-09-23", "2024-11-04", "2025-02-24", "2025-05-06", "2025-11-24", "2026-05-06", "2027-03-22", "2029-02-12", "2029-04-30", "2029-09-24", "2030-05-06", "2030-08-12", "2030-11-04", "2031-02-24", "2031-05-06", "2031-11-24", "2033-03-21", "2034-01-02", "2035-02-12", "2035-04-30", "2035-09-24", "2036-05-06", "2036-11-24", "2037-05-06", "2040-01-02", "2040-04-30", "2041-05-06", "2041-08-12", "2041-11-04", "2042-02-24", "2042-05-06", "2042-11-24", "2043-05-06", "2044-03-21", "2045-01-02", "2046-02-12", "2046-04-30", "2046-09-24", "2047-05-06", "2047-08-12", "2047-11-04", "2048-02-24", "2048-05-06", "2050-03-21", ) self.assertHolidayName(name, dt) self.assertNoNonObservedHoliday(dt) def test_bank_holidays(self): name = "銀行休業日" holidays = Japan(categories=BANK, years=range(1949, 2051)) for year in range(1949, 2051): self.assertHolidayName( name, holidays, f"{year}-01-01", f"{year}-01-02", f"{year}-01-03", f"{year}-12-31" ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "元日; 銀行休業日"), ("2022-01-02", "銀行休業日"), ("2022-01-03", "銀行休業日"), ("2022-01-10", "成人の日"), ("2022-02-11", "建国記念の日"), ("2022-02-23", "天皇誕生日"), ("2022-03-21", "春分の日"), ("2022-04-29", "昭和の日"), ("2022-05-03", "憲法記念日"), ("2022-05-04", "みどりの日"), ("2022-05-05", "こどもの日"), ("2022-07-18", "海の日"), ("2022-08-11", "山の日"), ("2022-09-19", "敬老の日"), ("2022-09-23", "秋分の日"), ("2022-10-10", "スポーツの日"), ("2022-11-03", "文化の日"), ("2022-11-23", "勤労感謝の日"), ("2022-12-31", "銀行休業日"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "Bank Holiday; New Year's Day"), ("2022-01-02", "Bank Holiday"), ("2022-01-03", "Bank Holiday"), ("2022-01-10", "Coming of Age Day"), ("2022-02-11", "Foundation Day"), ("2022-02-23", "Emperor's Birthday"), ("2022-03-21", "Vernal Equinox Day"), ("2022-04-29", "Showa Day"), ("2022-05-03", "Constitution Day"), ("2022-05-04", "Greenery Day"), ("2022-05-05", "Children's Day"), ("2022-07-18", "Marine Day"), ("2022-08-11", "Mountain Day"), ("2022-09-19", "Respect for the Aged Day"), ("2022-09-23", "Autumnal Equinox"), ("2022-10-10", "Sports Day"), ("2022-11-03", "Culture Day"), ("2022-11-23", "Labor Thanksgiving Day"), ("2022-12-31", "Bank Holiday"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันขึ้นปีใหม่; วันหยุดธนาคาร"), ("2022-01-02", "วันหยุดธนาคาร"), ("2022-01-03", "วันหยุดธนาคาร"), ("2022-01-10", "วันฉลองบรรลุนิติภาวะ"), ("2022-02-11", "วันชาติญี่ปุ่น"), ("2022-02-23", "วันคล้ายวันพระราชสมภพ สมเด็จพระจักรพรรดินารุฮิโตะ"), ("2022-03-21", "วันวสันตวิษุวัต"), ("2022-04-29", "วันโชวะ"), ("2022-05-03", "วันรัฐธรรมนูญ"), ("2022-05-04", "วันพฤกษชาติ"), ("2022-05-05", "วันเด็กแห่งชาติ"), ("2022-07-18", "วันแห่งทะเล"), ("2022-08-11", "วันแห่งภูเขา"), ("2022-09-19", "วันเคารพผู้สูงอายุ"), ("2022-09-23", "วันศารทวิษุวัต"), ("2022-10-10", "วันกีฬาแห่งชาติ"), ("2022-11-03", "วันวัฒนธรรม"), ("2022-11-23", "วันขอบคุณแรงงาน"), ("2022-12-31", "วันหยุดธนาคาร"), ) holidays-0.71/tests/countries/test_jersey.py000066400000000000000000000334461500152103600213470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.jersey import Jersey, JE, JEY from tests.common import CommonCountryTests class TestJE(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Jersey, years=range(1952, 2070)) def test_country_aliases(self): self.assertAliases(Jersey, JE, JEY) def test_no_holidays(self): self.assertNoHolidays(Jersey(years=1951)) def test_special_holidays(self): dt = ( "1957-07-26", "1977-06-07", "1978-06-27", "1981-07-29", "1989-05-25", "1999-12-31", "2001-07-13", "2002-06-03", "2011-04-29", "2012-06-05", "2020-05-04", "2020-05-08", "2021-09-27", "2022-06-03", "2022-09-19", "2023-05-08", "2024-07-15", ) dt_observed = ( "1976-12-28", "1977-01-03", "1981-12-28", "1982-12-28", "1983-01-03", "1987-12-28", "1992-12-28", "1993-12-28", "1994-01-03", "1998-12-28", "1999-12-28", "2000-01-03", "2009-12-28", ) self.assertHoliday(dt, dt_observed) self.assertNoNonObservedHoliday(dt_observed) def test_liberation_day(self): name = "Liberation Day" non_obs_date = ( # Sunday, May 9th list 1952-2050 excl. 2010 (65th Anniversary) "1954-05-09", "1965-05-09", # 20th Anniversary special? need to check "1971-05-09", "1976-05-09", "1982-05-09", "1993-05-09", "1999-05-09", "2004-05-09", "2021-05-09", "2027-05-09", "2032-05-09", "2038-05-09", "2049-05-09", # Saturday, May 9th list 1952-2010 "1953-05-09", "1959-05-09", "1964-05-09", "1970-05-09", # 25th Anniversary special? need to check "1981-05-09", "1987-05-09", "1992-05-09", "1998-05-09", "2009-05-09", ) self.assertNoHolidayName(name, non_obs_date) self.assertHolidayName(name, range(2010, 2021)) def test_2010(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2010), ("2010-01-01", "New Year's Day"), ("2010-04-02", "Good Friday"), ("2010-04-05", "Easter Monday"), ("2010-05-03", "Early May Bank Holiday"), ("2010-05-09", "Liberation Day"), ("2010-05-31", "Spring Bank Holiday"), ("2010-08-30", "Summer Bank Holiday"), ("2010-12-25", "Christmas Day"), ("2010-12-26", "Boxing Day"), ("2010-12-27", "Christmas Day (substitute day)"), ("2010-12-28", "Boxing Day (substitute day)"), ) def test_2011(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2011), ("2011-01-01", "New Year's Day"), ("2011-01-03", "New Year's Day (substitute day)"), ("2011-04-22", "Good Friday"), ("2011-04-25", "Easter Monday"), ("2011-04-29", "Wedding of William and Catherine"), ("2011-05-02", "Early May Bank Holiday"), ("2011-05-09", "Liberation Day"), ("2011-05-30", "Spring Bank Holiday"), ("2011-08-29", "Summer Bank Holiday"), ("2011-12-25", "Christmas Day"), ("2011-12-26", "Boxing Day"), ("2011-12-27", "Christmas Day (substitute day)"), ) def test_2012(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2012), ("2012-01-01", "New Year's Day"), ("2012-01-02", "New Year's Day (substitute day)"), ("2012-04-06", "Good Friday"), ("2012-04-09", "Easter Monday"), ("2012-05-07", "Early May Bank Holiday"), ("2012-05-09", "Liberation Day"), ("2012-06-04", "Spring Bank Holiday"), ("2012-06-05", "Queen's Diamond Jubilee"), ("2012-08-27", "Summer Bank Holiday"), ("2012-12-25", "Christmas Day"), ("2012-12-26", "Boxing Day"), ) def test_2013(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2013), ("2013-01-01", "New Year's Day"), ("2013-03-29", "Good Friday"), ("2013-04-01", "Easter Monday"), ("2013-05-06", "Early May Bank Holiday"), ("2013-05-09", "Liberation Day"), ("2013-05-27", "Spring Bank Holiday"), ("2013-08-26", "Summer Bank Holiday"), ("2013-12-25", "Christmas Day"), ("2013-12-26", "Boxing Day"), ) def test_2014(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2014), ("2014-01-01", "New Year's Day"), ("2014-04-18", "Good Friday"), ("2014-04-21", "Easter Monday"), ("2014-05-05", "Early May Bank Holiday"), ("2014-05-09", "Liberation Day"), ("2014-05-26", "Spring Bank Holiday"), ("2014-08-25", "Summer Bank Holiday"), ("2014-12-25", "Christmas Day"), ("2014-12-26", "Boxing Day"), ) def test_2015(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2015), ("2015-01-01", "New Year's Day"), ("2015-04-03", "Good Friday"), ("2015-04-06", "Easter Monday"), ("2015-05-04", "Early May Bank Holiday"), ("2015-05-09", "Liberation Day"), ("2015-05-25", "Spring Bank Holiday"), ("2015-08-31", "Summer Bank Holiday"), ("2015-12-25", "Christmas Day"), ("2015-12-26", "Boxing Day"), ("2015-12-28", "Boxing Day (substitute day)"), ) def test_2016(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2016), ("2016-01-01", "New Year's Day"), ("2016-03-25", "Good Friday"), ("2016-03-28", "Easter Monday"), ("2016-05-02", "Early May Bank Holiday"), ("2016-05-09", "Liberation Day"), ("2016-05-30", "Spring Bank Holiday"), ("2016-08-29", "Summer Bank Holiday"), ("2016-12-25", "Christmas Day"), ("2016-12-26", "Boxing Day"), ("2016-12-27", "Christmas Day (substitute day)"), ) def test_2017(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2017), ("2017-01-01", "New Year's Day"), ("2017-01-02", "New Year's Day (substitute day)"), ("2017-04-14", "Good Friday"), ("2017-04-17", "Easter Monday"), ("2017-05-01", "Early May Bank Holiday"), ("2017-05-09", "Liberation Day"), ("2017-05-29", "Spring Bank Holiday"), ("2017-08-28", "Summer Bank Holiday"), ("2017-12-25", "Christmas Day"), ("2017-12-26", "Boxing Day"), ) def test_2018(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2018), ("2018-01-01", "New Year's Day"), ("2018-03-30", "Good Friday"), ("2018-04-02", "Easter Monday"), ("2018-05-07", "Early May Bank Holiday"), ("2018-05-09", "Liberation Day"), ("2018-05-28", "Spring Bank Holiday"), ("2018-08-27", "Summer Bank Holiday"), ("2018-12-25", "Christmas Day"), ("2018-12-26", "Boxing Day"), ) def test_2019(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2019), ("2019-01-01", "New Year's Day"), ("2019-04-19", "Good Friday"), ("2019-04-22", "Easter Monday"), ("2019-05-06", "Early May Bank Holiday"), ("2019-05-09", "Liberation Day"), ("2019-05-27", "Spring Bank Holiday"), ("2019-08-26", "Summer Bank Holiday"), ("2019-12-25", "Christmas Day"), ("2019-12-26", "Boxing Day"), ) def test_2020(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2020), ("2020-01-01", "New Year's Day"), ("2020-04-10", "Good Friday"), ("2020-04-13", "Easter Monday"), ("2020-05-04", "Early May Bank Holiday"), ("2020-05-08", "75th Anniversary of VE Day"), ("2020-05-09", "Liberation Day"), ("2020-05-25", "Spring Bank Holiday"), ("2020-08-31", "Summer Bank Holiday"), ("2020-12-25", "Christmas Day"), ("2020-12-26", "Boxing Day"), ("2020-12-28", "Boxing Day (substitute day)"), ) def test_2021(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2021), ("2021-01-01", "New Year's Day"), ("2021-04-02", "Good Friday"), ("2021-04-05", "Easter Monday"), ("2021-05-03", "Early May Bank Holiday"), ("2021-05-31", "Spring Bank Holiday"), ("2021-08-30", "Summer Bank Holiday"), ("2021-09-27", "Corn Riots Anniversary"), ("2021-12-25", "Christmas Day"), ("2021-12-26", "Boxing Day"), ("2021-12-27", "Christmas Day (substitute day)"), ("2021-12-28", "Boxing Day (substitute day)"), ) def test_2022(self): # Wayback Machine of https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2022), ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (substitute day)"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-02", "Early May Bank Holiday"), ("2022-05-09", "Liberation Day"), ("2022-06-02", "Spring Bank Holiday"), ("2022-06-03", "Queen's Platinum Jubilee"), ("2022-08-29", "Summer Bank Holiday"), ("2022-09-19", "Funeral of Her Majesty Queen Elizabeth II"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (substitute day)"), ) def test_2023(self): # https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (substitute day)"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-05-01", "Early May Bank Holiday"), ("2023-05-08", "Coronation of His Majesty King Charles III"), ("2023-05-09", "Liberation Day"), ("2023-05-29", "Spring Bank Holiday"), ("2023-08-28", "Summer Bank Holiday"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) def test_2024(self): # https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2024), ("2024-01-01", "New Year's Day"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-05-06", "May Bank Holiday"), ("2024-05-09", "Liberation Day"), ("2024-05-27", "Spring Bank Holiday"), ("2024-07-15", "The visit of His Majesty King Charles III and Queen Camilla"), ("2024-08-26", "Summer Bank Holiday"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) def test_2025(self): # https://www.gov.je/Leisure/Events/WhatsOn/Pages/BankHolidayDates.aspx self.assertHolidays( Jersey(years=2025), ("2025-01-01", "New Year's Day"), ("2025-04-18", "Good Friday"), ("2025-04-21", "Easter Monday"), ("2025-05-05", "Early May Bank Holiday"), ("2025-05-09", "Liberation Day"), ("2025-05-26", "Spring Bank Holiday"), ("2025-08-25", "Summer Bank Holiday"), ("2025-12-25", "Christmas Day"), ("2025-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_jordan.py000066400000000000000000000073311500152103600213150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.jordan import Jordan, JO, JOR from tests.common import CommonCountryTests class TestJordan(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Jordan) def test_country_aliases(self): self.assertAliases(Jordan, JO, JOR) def test_2024(self): self.assertHolidays( Jordan(years=2024), ("2024-01-01", "رأس السنة الميلادية"), ("2024-02-08", "(تقدير) ليلة المعراج"), ("2024-04-10", "(تقدير) عيد الفطر"), ("2024-04-11", "(تقدير) عطلة عيد الفطر"), ("2024-04-12", "(تقدير) عطلة عيد الفطر"), ("2024-05-01", "عيد العمال"), ("2024-05-25", "عيد الإستقلال"), ("2024-06-15", "(تقدير) يوم عرفة"), ("2024-06-16", "(تقدير) عيد الأضحى"), ("2024-06-17", "(تقدير) عطلة عيد الأضحى"), ("2024-06-18", "(تقدير) عطلة عيد الأضحى"), ("2024-07-07", "(تقدير) رأس السنة الهجرية"), ("2024-09-15", "(تقدير) عيد المولد النبوي"), ("2024-12-25", "عيد الميلاد المجيد"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "رأس السنة الميلادية"), ("2024-02-08", "(تقدير) ليلة المعراج"), ("2024-04-10", "(تقدير) عيد الفطر"), ("2024-04-11", "(تقدير) عطلة عيد الفطر"), ("2024-04-12", "(تقدير) عطلة عيد الفطر"), ("2024-05-01", "عيد العمال"), ("2024-05-25", "عيد الإستقلال"), ("2024-06-15", "(تقدير) يوم عرفة"), ("2024-06-16", "(تقدير) عيد الأضحى"), ("2024-06-17", "(تقدير) عطلة عيد الأضحى"), ("2024-06-18", "(تقدير) عطلة عيد الأضحى"), ("2024-07-07", "(تقدير) رأس السنة الهجرية"), ("2024-09-15", "(تقدير) عيد المولد النبوي"), ("2024-12-25", "عيد الميلاد المجيد"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-02-08", "Isra' and Mi'raj (estimated)"), ("2024-04-10", "Eid al-Fitr (estimated)"), ("2024-04-11", "Eid al-Fitr Holiday (estimated)"), ("2024-04-12", "Eid al-Fitr Holiday (estimated)"), ("2024-05-01", "Labor Day"), ("2024-05-25", "Independence Day"), ("2024-06-15", "Arafat Day (estimated)"), ("2024-06-16", "Eid al-Adha (estimated)"), ("2024-06-17", "Eid al-Adha Holiday (estimated)"), ("2024-06-18", "Eid al-Adha Holiday (estimated)"), ("2024-07-07", "Islamic New Year (estimated)"), ("2024-09-15", "Prophet's Birthday (estimated)"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_kazakhstan.py000066400000000000000000000366341500152103600222070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.kazakhstan import Kazakhstan, KZ, KAZ from tests.common import CommonCountryTests, WorkingDayTests class TestKazakhstan(CommonCountryTests, WorkingDayTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Kazakhstan, years=range(1991, 2050)) def test_country_aliases(self): self.assertAliases(Kazakhstan, KZ, KAZ) def test_no_holidays(self): self.assertNoHolidays(Kazakhstan(years=1990)) def test_new_year(self): name = "Жаңа жыл" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1991, 2050))) self.assertHolidayName(name, (f"{year}-01-02" for year in range(1991, 2050))) def test_christmas(self): name = "Православиелік Рождество" self.assertHolidayName(name, (f"{year}-01-07" for year in range(2006, 2050))) self.assertNoHoliday(f"{year}-01-07" for year in range(1991, 2006)) self.assertNoHolidayName(name, range(1991, 2006)) def test_womens_day(self): self.assertHolidayName( "Халықаралық әйелдер күні", (f"{year}-03-08" for year in range(1991, 2050)) ) def test_nauryz(self): name = "Наурыз мейрамы" for year in range(2010, 2050): self.assertHolidayName(name, f"{year}-03-21", f"{year}-03-22", f"{year}-03-23") self.assertNoHolidayName(name, range(1991, 2002)) for year in set(range(2002, 2010)) - {2005, 2007}: self.assertNoNonObservedHoliday( Kazakhstan(observed=False, years=year), f"{year}-03-21", f"{year}-03-23" ) def test_solidarity_day(self): self.assertHolidayName( "Қазақстан халқының бірлігі мерекесі", (f"{year}-05-01" for year in range(1991, 2050)) ) def test_defenders_day(self): name = "Отан Қорғаушы күні" self.assertHolidayName(name, (f"{year}-05-07" for year in range(2013, 2050))) self.assertNoHoliday(f"{year}-05-07" for year in range(1991, 2013)) self.assertNoHolidayName(name, range(1991, 2013)) def test_victory_day(self): self.assertHolidayName("Жеңіс күні", (f"{year}-05-09" for year in range(1991, 2050))) def test_capital_day(self): name = "Астана күні" self.assertHolidayName(name, (f"{year}-07-06" for year in range(2009, 2050))) self.assertNoHoliday(f"{year}-07-06" for year in range(1991, 2009)) self.assertNoHolidayName(name, range(1991, 2009)) def test_constitution_day(self): name = "Қазақстан Республикасының Конституциясы күні" self.assertHolidayName(name, (f"{year}-08-30" for year in range(1996, 2050))) self.assertNoHoliday(f"{year}-08-30" for year in range(1991, 1996)) self.assertNoHolidayName(name, range(1991, 1996)) def test_republic_day(self): name = "Республика күні" self.assertHolidayName(name, (f"{year}-10-25" for year in range(1994, 2009))) self.assertHolidayName(name, (f"{year}-10-25" for year in range(2022, 2050))) self.assertNoHoliday(f"{year}-10-25" for year in range(1991, 1994)) self.assertNoHoliday(f"{year}-10-25" for year in range(2009, 2022)) self.assertNoHolidayName(name, range(1991, 1994), range(2009, 2022)) def test_first_president_day(self): name = "Қазақстан Республикасының Тұңғыш Президенті күні" self.assertHolidayName(name, (f"{year}-12-01" for year in range(2012, 2022))) self.assertNoHoliday(f"{year}-12-01" for year in range(1991, 2012)) self.assertNoHoliday(f"{year}-12-01" for year in range(2022, 2050)) self.assertNoHolidayName(name, range(1991, 2012), range(2022, 2050)) def test_independence_day(self): name = "Тəуелсіздік күні" self.assertHolidayName(name, (f"{year}-12-16" for year in range(1991, 2050))) self.assertHolidayName(name, (f"{year}-12-17" for year in range(2002, 2022))) self.assertNoHoliday(f"{year}-12-17" for year in range(1991, 2002)) self.assertNoNonObservedHoliday( Kazakhstan(observed=False, years=range(2022, 2050)), (f"{year}-12-17" for year in range(2022, 2050)), ) def test_kurban_ait(self): name = "Құрбан айт" self.assertHolidayName( name, "2006-01-10", "2007-12-20", "2008-12-08", "2009-11-27", "2010-11-16", "2011-11-06", "2012-10-26", "2013-10-15", "2014-10-04", "2015-09-24", "2016-09-12", "2017-09-01", "2018-08-21", "2019-08-11", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-28", "2024-06-16", "2025-06-06", ) def test_observed(self): observed_holidays = ( "2012-01-03", "2012-12-18", "2013-03-25", "2013-07-08", "2013-12-02", "2014-03-10", "2014-03-24", "2014-03-25", "2014-07-07", "2014-09-01", "2015-03-09", "2015-03-24", "2015-03-25", "2015-05-11", "2015-08-31", "2016-01-04", "2016-05-02", "2016-05-10", "2016-12-19", "2017-01-03", "2017-05-08", "2017-12-18", "2017-12-19", "2018-12-03", "2018-12-18", "2019-03-25", "2019-07-08", "2019-12-02", "2020-03-09", "2020-03-24", "2020-03-25", "2020-05-08", "2020-08-31", "2021-01-04", "2021-03-24", "2021-05-03", "2021-05-10", "2022-01-04", "2022-05-02", "2022-05-10", "2023-01-03", "2023-05-08", "2023-12-18", "2024-03-25", "2024-07-08", "2025-03-10", "2025-03-24", "2025-03-25", "2025-07-07", "2025-09-01", "2025-10-27", ) self.assertHoliday(observed_holidays) self.assertNoNonObservedHoliday(observed_holidays) def test_substituted_holidays(self): self.assertHoliday( "2000-05-08", "2001-03-09", "2001-03-23", "2001-04-30", "2001-12-31", "2002-05-10", "2003-05-02", "2003-12-15", "2005-03-07", "2005-03-21", "2005-08-29", "2005-10-24", "2006-01-11", "2006-05-08", "2007-03-09", "2007-03-23", "2007-08-31", "2007-10-26", "2007-12-31", "2008-05-02", "2009-12-18", "2010-01-08", "2010-07-05", "2011-03-07", "2011-08-29", "2012-03-09", "2012-04-30", "2012-12-31", "2013-05-10", "2013-10-14", "2014-01-03", "2014-05-02", "2014-05-08", "2016-03-07", "2017-03-20", "2017-07-07", "2018-03-09", "2018-04-30", "2018-05-08", "2018-08-31", "2018-12-31", "2019-05-10", "2020-01-03", "2020-12-18", "2021-07-05", "2022-03-07", "2022-08-29", "2022-10-24", "2023-07-07", "2024-05-08", "2025-01-03", ) def test_workdays(self): self.assertWorkingDay( "2000-05-06", "2001-03-11", "2001-03-25", "2001-04-28", "2001-12-29", "2002-05-12", "2003-05-04", "2003-12-13", "2005-03-05", "2005-03-19", "2005-08-27", "2005-10-22", "2006-01-14", "2006-05-06", "2007-03-11", "2007-03-25", "2007-09-02", "2007-10-28", "2007-12-29", "2008-05-04", "2009-12-20", "2010-01-10", "2010-07-03", "2011-03-05", "2011-08-27", "2012-03-11", "2012-04-28", "2012-12-29", "2013-05-04", "2013-10-12", "2013-12-28", "2014-05-04", "2014-05-11", "2016-03-05", "2017-03-18", "2017-07-01", "2018-03-03", "2018-04-28", "2018-05-05", "2018-08-25", "2018-12-29", "2019-05-04", "2020-01-05", "2020-12-20", "2021-07-03", "2022-03-05", "2022-08-27", "2022-10-22", "2023-07-01", "2024-05-04", "2025-01-05", ) for year, dts in { 2013: ( "2013-05-04", "2013-10-12", "2013-12-28", ), }.items(): self.assertWorkingDay(Kazakhstan(years=year), dts) def test2022(self): self.assertHolidays( Kazakhstan(years=2022), ("2022-01-01", "Жаңа жыл"), ("2022-01-02", "Жаңа жыл"), ("2022-01-03", "Жаңа жыл (қайта белгіленген демалыс)"), ("2022-01-04", "Жаңа жыл (қайта белгіленген демалыс)"), ("2022-01-07", "Православиелік Рождество"), ("2022-03-07", "Демалыс күні (05.03.2022 бастап ауыстырылды)"), ("2022-03-08", "Халықаралық әйелдер күні"), ("2022-03-21", "Наурыз мейрамы"), ("2022-03-22", "Наурыз мейрамы"), ("2022-03-23", "Наурыз мейрамы"), ("2022-05-01", "Қазақстан халқының бірлігі мерекесі"), ("2022-05-02", "Қазақстан халқының бірлігі мерекесі (қайта белгіленген демалыс)"), ("2022-05-07", "Отан Қорғаушы күні"), ("2022-05-09", "Жеңіс күні"), ("2022-05-10", "Отан Қорғаушы күні (қайта белгіленген демалыс)"), ("2022-07-06", "Астана күні"), ("2022-07-09", "Құрбан айт"), ("2022-08-29", "Демалыс күні (27.08.2022 бастап ауыстырылды)"), ("2022-08-30", "Қазақстан Республикасының Конституциясы күні"), ("2022-10-24", "Демалыс күні (22.10.2022 бастап ауыстырылды)"), ("2022-10-25", "Республика күні"), ("2022-12-16", "Тəуелсіздік күні"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "Жаңа жыл"), ("2024-01-02", "Жаңа жыл"), ("2024-01-07", "Православиелік Рождество"), ("2024-03-08", "Халықаралық әйелдер күні"), ("2024-03-21", "Наурыз мейрамы"), ("2024-03-22", "Наурыз мейрамы"), ("2024-03-23", "Наурыз мейрамы"), ("2024-03-25", "Наурыз мейрамы (қайта белгіленген демалыс)"), ("2024-05-01", "Қазақстан халқының бірлігі мерекесі"), ("2024-05-07", "Отан Қорғаушы күні"), ("2024-05-08", "Демалыс күні (04.05.2024 бастап ауыстырылды)"), ("2024-05-09", "Жеңіс күні"), ("2024-06-16", "Құрбан айт"), ("2024-07-06", "Астана күні"), ("2024-07-08", "Астана күні (қайта белгіленген демалыс)"), ("2024-08-30", "Қазақстан Республикасының Конституциясы күні"), ("2024-10-25", "Республика күні"), ("2024-12-16", "Тəуелсіздік күні"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-01-02", "New Year's Day"), ("2024-01-07", "Orthodox Christmas"), ("2024-03-08", "International Women's Day"), ("2024-03-21", "Nowruz Holiday"), ("2024-03-22", "Nowruz Holiday"), ("2024-03-23", "Nowruz Holiday"), ("2024-03-25", "Nowruz Holiday (observed)"), ("2024-05-01", "Kazakhstan's People Solidarity Holiday"), ("2024-05-07", "Defender of the Fatherland Day"), ("2024-05-08", "Day off (substituted from 05/04/2024)"), ("2024-05-09", "Victory Day"), ("2024-06-16", "Eid al-Adha"), ("2024-07-06", "Capital Day"), ("2024-07-08", "Capital Day (observed)"), ("2024-08-30", "Constitution Day"), ("2024-10-25", "Republic Day"), ("2024-12-16", "Independence Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2024-01-01", "Новий рік"), ("2024-01-02", "Новий рік"), ("2024-01-07", "Православне Різдво"), ("2024-03-08", "Міжнародний жіночий день"), ("2024-03-21", "Свято Новруз"), ("2024-03-22", "Свято Новруз"), ("2024-03-23", "Свято Новруз"), ("2024-03-25", "Свято Новруз (вихідний)"), ("2024-05-01", "Свято єдності народу Казахстану"), ("2024-05-07", "День захисника Вітчизни"), ("2024-05-08", "Вихідний день (перенесено з 04.05.2024)"), ("2024-05-09", "День Перемоги"), ("2024-06-16", "Курбан-байрам"), ("2024-07-06", "День Столиці"), ("2024-07-08", "День Столиці (вихідний)"), ("2024-08-30", "День Конституції Республіки Казахстан"), ("2024-10-25", "День Республіки"), ("2024-12-16", "День незалежності"), ) holidays-0.71/tests/countries/test_kenya.py000066400000000000000000000325171500152103600211530ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import HINDU, ISLAMIC from holidays.countries.kenya import Kenya, KE, KEN from tests.common import CommonCountryTests class TestKenya(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Kenya, years=range(1964, 2050), years_non_observed=range(2000, 2050)) def test_country_aliases(self): self.assertAliases(Kenya, KE, KEN) def test_no_holidays(self): self.assertNoHolidays(Kenya(years=1963)) self.assertNoHolidays(Kenya(categories=ISLAMIC, years=1963)) self.assertNoHolidays(Kenya(categories=HINDU, years=1983)) def test_special_holidays(self): self.assertHoliday( "2015-11-26", "2017-08-08", "2017-10-25", "2017-10-26", "2017-11-28", "2020-02-11", "2022-04-29", "2022-08-09", "2022-09-10", "2022-09-11", "2022-09-12", "2022-09-13", "2023-11-13", "2024-05-10", "2024-11-01", ) def test_new_years_day(self): name = "New Year's Day" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1964, 2050))) dt = ( "2006-01-02", "2012-01-02", "2017-01-02", "2023-01-02", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_good_friday(self): name = "Good Friday" self.assertHolidayName( name, "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", "2025-04-18", ) self.assertHolidayName(name, range(1964, 2050)) def test_easter_monday(self): name = "Easter Monday" dt = ( "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", "2025-04-21", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1964, 2050)) def test_labor_day(self): name = "Labour Day" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1964, 2050))) dt = ( "2005-05-02", "2011-05-02", "2016-05-02", "2022-05-02", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_madaraka_day(self): name = "Madaraka Day" self.assertHolidayName(name, (f"{year}-06-01" for year in range(2011, 2050))) self.assertNoHoliday(f"{year}-06-01" for year in range(1964, 2011)) self.assertNoHolidayName(name, range(1964, 2011)) dt = ( "2014-06-02", "2025-06-02", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_mazingira_day(self): name_1 = "Moi Day" name_2 = "Utamaduni Day" name_3 = "Mazingira Day" self.assertHolidayName( name_1, (f"{year}-10-10" for year in (*range(1990, 2010), *range(2018, 2021))) ) self.assertHolidayName(name_2, (f"{year}-10-10" for year in range(2021, 2025))) self.assertHolidayName(name_3, (f"{year}-10-10" for year in range(2025, 2050))) self.assertNoHoliday(f"{year}-10-10" for year in (*range(1964, 1990), *range(2010, 2018))) self.assertNoHolidayName(name_1, range(1964, 1990), range(2010, 2018), range(2021, 2050)) self.assertNoHolidayName(name_2, range(1964, 2021), range(2025, 2050)) self.assertNoHolidayName(name_3, range(1964, 2025)) dt_1 = ("2004-10-11",) self.assertHolidayName(f"{name_1} (observed)", dt_1) dt_2 = ("2021-10-11",) self.assertHolidayName(f"{name_2} (observed)", dt_2) dt_3 = ("2027-10-11",) self.assertHolidayName(f"{name_3} (observed)", dt_3) self.assertNoNonObservedHoliday(dt_1, dt_2, dt_3) def test_mashujaa_day(self): name_1 = "Kenyatta Day" name_2 = "Mashujaa Day" self.assertHolidayName(name_1, (f"{year}-10-20" for year in range(1964, 2011))) self.assertHolidayName(name_2, (f"{year}-10-20" for year in range(2011, 2050))) self.assertNoHolidayName(name_1, range(2011, 2050)) self.assertNoHolidayName(name_2, range(1964, 2011)) dt_1 = ("2002-10-21",) self.assertHolidayName(f"{name_1} (observed)", dt_1) dt_2 = ( "2013-10-21", "2019-10-21", "2024-10-21", ) self.assertHolidayName(f"{name_2} (observed)", dt_2) self.assertNoNonObservedHoliday(dt_1, dt_2) def test_jamhury_day(self): name_1 = "Independence Day" name_2 = "Jamhuri Day" self.assertHolidayName(name_1, (f"{year}-12-12" for year in range(1964, 2011))) self.assertHolidayName(name_2, (f"{year}-12-12" for year in range(2011, 2050))) self.assertNoHolidayName(name_1, range(2011, 2050)) self.assertNoHolidayName(name_2, range(1964, 2011)) dt_1 = ( "2004-12-13", "2010-12-13", ) self.assertHolidayName(f"{name_1} (observed)", dt_1) dt_2 = ( "2021-12-13", "2027-12-13", ) self.assertHolidayName(f"{name_2} (observed)", dt_2) self.assertNoNonObservedHoliday(dt_1, dt_2) def test_christmas_day(self): name = "Christmas Day" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1964, 2050))) dt = ( "2005-12-27", "2011-12-27", "2016-12-27", "2022-12-27", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_boxing_day(self): name = "Boxing Day" self.assertHolidayName(name, (f"{year}-12-26" for year in range(1964, 2050))) dt = ( "2004-12-27", "2010-12-27", "2021-12-27", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_eid_al_fitr(self): name = "Idd-ul-Fitr" self.assertHolidayName( name, "2019-06-05", "2020-05-25", "2021-05-14", "2022-05-03", "2023-04-21", "2024-04-10", ) self.assertHolidayName( name, Kenya(years=range(1964, 2050), islamic_show_estimated=False), range(1964, 2050) ) dt = ( "2001-12-17", "2004-11-15", "2009-09-21", "2012-08-20", "2025-03-31", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_diwali(self): name = "Diwali" self.assertNoHolidayName(name) hindu_holidays = Kenya(categories=HINDU, years=range(1964, 2050)) self.assertHolidayName( name, hindu_holidays, "2014-10-22", "2015-11-10", "2016-10-29", "2017-10-18", "2018-11-06", "2019-10-28", "2020-11-14", "2021-11-04", "2022-10-24", "2023-11-12", "2024-10-31", ) self.assertHolidayName(name, hindu_holidays, range(1984, 2050)) self.assertNoHolidayName(name, hindu_holidays, range(1964, 1984)) def test_eid_al_adha(self): name = "Idd-ul-Azha" self.assertNoHolidayName(name) islamic_holidays = Kenya(categories=ISLAMIC, years=range(1964, 2050)) self.assertHolidayName( name, islamic_holidays, "2019-08-12", "2020-07-31", "2021-07-20", "2022-07-11", "2023-06-28", "2024-06-17", ) self.assertHolidayName( name, Kenya(categories=ISLAMIC, years=range(1964, 2050), islamic_show_estimated=False), range(1964, 2050), ) def test_2010(self): self.assertHolidays( Kenya(years=2010), ("2010-01-01", "New Year's Day"), ("2010-04-02", "Good Friday"), ("2010-04-05", "Easter Monday"), ("2010-05-01", "Labour Day"), ("2010-09-10", "Idd-ul-Fitr (estimated)"), ("2010-10-20", "Kenyatta Day"), ("2010-12-12", "Independence Day"), ("2010-12-13", "Independence Day (observed)"), ("2010-12-25", "Christmas Day"), ("2010-12-26", "Boxing Day"), ("2010-12-27", "Boxing Day (observed)"), ) def test_2019(self): self.assertHolidays( Kenya(years=2019), ("2019-01-01", "New Year's Day"), ("2019-04-19", "Good Friday"), ("2019-04-22", "Easter Monday"), ("2019-05-01", "Labour Day"), ("2019-06-01", "Madaraka Day"), ("2019-06-05", "Idd-ul-Fitr"), ("2019-10-10", "Moi Day"), ("2019-10-20", "Mashujaa Day"), ("2019-10-21", "Mashujaa Day (observed)"), ("2019-12-12", "Jamhuri Day"), ("2019-12-25", "Christmas Day"), ("2019-12-26", "Boxing Day"), ) def test_2022(self): self.assertHolidays( Kenya(years=2022), ("2022-01-01", "New Year's Day"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-04-29", "State Funeral for Former President Mwai Kibaki"), ("2022-05-01", "Labour Day"), ("2022-05-02", "Labour Day (observed)"), ("2022-05-03", "Idd-ul-Fitr"), ("2022-06-01", "Madaraka Day"), ("2022-08-09", "Election Day"), ("2022-09-10", "Day of Mourning for Queen Elizabeth II"), ("2022-09-11", "Day of Mourning for Queen Elizabeth II"), ("2022-09-12", "Day of Mourning for Queen Elizabeth II"), ("2022-09-13", "Inauguration Day"), ("2022-10-10", "Utamaduni Day"), ("2022-10-20", "Mashujaa Day"), ("2022-12-12", "Jamhuri Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "New Year's Day"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-04-10", "Idd-ul-Fitr"), ("2024-05-01", "Labour Day"), ("2024-05-10", "National Tree Growing Day"), ("2024-06-01", "Madaraka Day"), ("2024-06-17", "Idd-ul-Azha"), ("2024-10-10", "Utamaduni Day"), ("2024-10-20", "Mashujaa Day"), ("2024-10-21", "Mashujaa Day (observed)"), ("2024-10-31", "Diwali"), ("2024-11-01", "Inauguration Day"), ("2024-12-12", "Jamhuri Day"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-04-10", "Eid-al-Fitr"), ("2024-05-01", "Labor Day"), ("2024-05-10", "National Tree Growing Day"), ("2024-06-01", "Madaraka Day"), ("2024-06-17", "Eid-al-Adha"), ("2024-10-10", "Utamaduni Day"), ("2024-10-20", "Mashujaa Day"), ("2024-10-21", "Mashujaa Day (observed)"), ("2024-10-31", "Diwali"), ("2024-11-01", "Inauguration Day"), ("2024-12-12", "Jamhuri Day"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) def test_l10n_sw(self): self.assertLocalizedHolidays( "sw", ("2024-01-01", "Siku ya Mwaka Mpya"), ("2024-03-29", "Ijumaa Kuu"), ("2024-04-01", "Jumatatu ya Pasaka"), ("2024-04-10", "Sikukuu ya Idd-ul-Fitr"), ("2024-05-01", "Siku ya Kazi"), ("2024-05-10", "Siku ya Kitaifa ya Kupanda Miti"), ("2024-06-01", "Siku ya Madaraka"), ("2024-06-17", "Sikukuu ya Idd-ul-Azha"), ("2024-10-10", "Siku ya Utamaduni"), ("2024-10-20", "Siku ya Mashujaa"), ("2024-10-21", "Siku ya Mashujaa (imezingatiwa)"), ("2024-10-31", "Diwali"), ("2024-11-01", "Siku ya Uzinduzi"), ("2024-12-12", "Siku ya Jamhuri"), ("2024-12-25", "Siku ya Krismasi"), ("2024-12-26", "Siku ya Ndondi"), ) holidays-0.71/tests/countries/test_kuwait.py000066400000000000000000000070511500152103600213430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.kuwait import Kuwait, KW, KWT from tests.common import CommonCountryTests class TestKuwait(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Kuwait) def test_country_aliases(self): self.assertAliases(Kuwait, KW, KWT) def test_2022(self): self.assertHolidays( Kuwait(years=2022), ("2022-01-01", "رأس السنة الميلادية"), ("2022-02-25", "اليوم الوطني"), ("2022-02-26", "يوم التحرير"), ("2022-02-28", "(تقدير) ليلة المعراج"), ("2022-05-02", "(تقدير) عيد الفطر"), ("2022-05-03", "(تقدير) عطلة عيد الفطر"), ("2022-05-04", "(تقدير) عطلة عيد الفطر"), ("2022-07-08", "(تقدير) يوم عرفة"), ("2022-07-09", "(تقدير) عيد الأضحى"), ("2022-07-10", "(تقدير) عطلة عيد الأضحى"), ("2022-07-11", "(تقدير) عطلة عيد الأضحى"), ("2022-07-30", "(تقدير) رأس السنة الهجرية"), ("2022-10-08", "(تقدير) عيد المولد النبوي"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "رأس السنة الميلادية"), ("2023-02-18", "(تقدير) ليلة المعراج"), ("2023-02-25", "اليوم الوطني"), ("2023-02-26", "يوم التحرير"), ("2023-04-21", "(تقدير) عيد الفطر"), ("2023-04-22", "(تقدير) عطلة عيد الفطر"), ("2023-04-23", "(تقدير) عطلة عيد الفطر"), ("2023-06-27", "(تقدير) يوم عرفة"), ("2023-06-28", "(تقدير) عيد الأضحى"), ("2023-06-29", "(تقدير) عطلة عيد الأضحى"), ("2023-06-30", "(تقدير) عطلة عيد الأضحى"), ("2023-07-19", "(تقدير) رأس السنة الهجرية"), ("2023-09-27", "(تقدير) عيد المولد النبوي"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-02-18", "Isra' and Mi'raj (estimated)"), ("2023-02-25", "National Day"), ("2023-02-26", "Liberation Day"), ("2023-04-21", "Eid al-Fitr (estimated)"), ("2023-04-22", "Eid al-Fitr Holiday (estimated)"), ("2023-04-23", "Eid al-Fitr Holiday (estimated)"), ("2023-06-27", "Arafat Day (estimated)"), ("2023-06-28", "Eid al-Adha (estimated)"), ("2023-06-29", "Eid al-Adha Holiday (estimated)"), ("2023-06-30", "Eid al-Adha Holiday (estimated)"), ("2023-07-19", "Islamic New Year (estimated)"), ("2023-09-27", "Prophet's Birthday (estimated)"), ) holidays-0.71/tests/countries/test_kyrgyzstan.py000066400000000000000000000055171500152103600222710ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.kyrgyzstan import Kyrgyzstan, KG, KGZ from tests.common import CommonCountryTests class TestKyrgyzstan(CommonCountryTests, TestCase): def setUp(self): self.holidays = Kyrgyzstan() def test_country_aliases(self): self.assertAliases(Kyrgyzstan, KG, KGZ) def test_2022(self): self.assertHolidays( ("2022-01-01", "New Year's Day"), ("2022-01-07", "Christmas Day"), ("2022-02-23", "Fatherland Defender's Day"), ("2022-03-08", "International Women's Day"), ("2022-03-21", "Nooruz Mairamy"), ("2022-04-07", "Day of the People's April Revolution"), ("2022-05-01", "International Workers' Day"), ("2022-05-02", "Orozo Ait (estimated)"), ("2022-05-03", "Orozo Ait (estimated)"), ("2022-05-05", "Constitution Day"), ("2022-05-09", "Victory Day"), ("2022-07-09", "Kurman Ait (estimated)"), ("2022-08-31", "Independence Day"), ("2022-11-07", "Days of History and Commemoration of Ancestors"), ("2022-11-08", "Days of History and Commemoration of Ancestors"), ("2022-12-31", "New Year's Eve"), ) def test_2023(self): self.assertHolidays( ("2023-01-01", "New Year's Day"), ("2023-01-07", "Christmas Day"), ("2023-02-23", "Fatherland Defender's Day"), ("2023-03-08", "International Women's Day"), ("2023-03-21", "Nooruz Mairamy"), ("2023-04-07", "Day of the People's April Revolution"), ("2023-04-21", "Orozo Ait (estimated)"), ("2023-04-22", "Orozo Ait (estimated)"), ("2023-05-01", "International Workers' Day"), ("2023-05-05", "Constitution Day"), ("2023-05-09", "Victory Day"), ("2023-06-28", "Kurman Ait (estimated)"), ("2023-08-31", "Independence Day"), ("2023-11-07", "Days of History and Commemoration of Ancestors"), ("2023-11-08", "Days of History and Commemoration of Ancestors"), ("2023-12-31", "New Year's Eve"), ) def test_day_of_peoples_revolution(self): self.assertNoHoliday("2015-04-07") self.assertHoliday("2016-04-07", "2017-04-07") holidays-0.71/tests/countries/test_laos.py000066400000000000000000000735011500152103600210000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK, PUBLIC, SCHOOL, WORKDAY from holidays.countries.laos import Laos, LA, LAO from tests.common import CommonCountryTests class TestLaos(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Laos, years=range(1976, 2050), years_non_observed=range(2018, 2050)) def test_country_aliases(self): self.assertAliases(Laos, LA, LAO) def test_no_holidays(self): self.assertNoHolidays(Laos(categories=(BANK, PUBLIC, SCHOOL, WORKDAY), years=1975)) def test_special_bank_holiday(self): self.assertHoliday( Laos(categories=BANK), "2015-01-02", ) self.assertNoNonObservedHoliday( Laos(categories=BANK, observed=False), "2012-10-08", "2017-10-09", "2018-10-08", "2023-10-09", ) def test_special_public_holiday(self): dt = ("2015-04-17",) dt_observed = ( "2011-04-13", "2020-04-17", ) self.assertHoliday(dt, dt_observed) self.assertNoNonObservedHoliday(dt_observed) def test_special_workday(self): self.assertHoliday( Laos(categories=WORKDAY), "2019-07-22", ) self.assertNoNonObservedHoliday( Laos(categories=WORKDAY, observed=False), "2019-07-22", ) def test_2022_public_holiday(self): self.assertHolidays( Laos(categories=PUBLIC, years=2022), ("2022-01-01", "ວັນປີໃໝ່ສາກົນ"), ("2022-01-03", "ພັກຊົດເຊີຍວັນປີໃໝ່ສາກົນ"), ("2022-03-08", "ວັນແມ່ຍິງສາກົນ"), ("2022-04-14", "ບຸນປີໃໝ່ລາວ"), ("2022-04-15", "ບຸນປີໃໝ່ລາວ"), ("2022-04-16", "ບຸນປີໃໝ່ລາວ"), ("2022-04-18", "ພັກຊົດເຊີຍບຸນປີໃໝ່ລາວ"), ("2022-05-01", "ວັນກຳມະກອນສາກົນ"), ("2022-05-02", "ພັກຊົດເຊີຍວັນກຳມະກອນສາກົນ"), ("2022-12-02", "ວັນຊາດ"), ) def test_2023_public_holiday(self): self.assertHolidays( Laos(categories=PUBLIC, years=2023), ("2023-01-01", "ວັນປີໃໝ່ສາກົນ"), ("2023-01-02", "ພັກຊົດເຊີຍວັນປີໃໝ່ສາກົນ"), ("2023-03-08", "ວັນແມ່ຍິງສາກົນ"), ("2023-04-14", "ບຸນປີໃໝ່ລາວ"), ("2023-04-15", "ບຸນປີໃໝ່ລາວ"), ("2023-04-16", "ບຸນປີໃໝ່ລາວ"), ("2023-04-17", "ພັກຊົດເຊີຍບຸນປີໃໝ່ລາວ"), ("2023-04-18", "ພັກຊົດເຊີຍບຸນປີໃໝ່ລາວ"), ("2023-05-01", "ວັນກຳມະກອນສາກົນ"), ("2023-12-02", "ວັນຊາດ"), ("2023-12-04", "ພັກຊົດເຊີຍວັນຊາດ"), ) def test_new_years_day(self): self.assertHoliday(f"{year}-01-01" for year in range(1976, 2050)) self.assertNoNonObservedHoliday( "2012-01-02", "2017-01-02", "2022-01-03", "2023-01-02", ) def test_international_women_rights_day(self): self.assertHoliday(f"{year}-03-08" for year in range(1976, 2050)) self.assertNoNonObservedHoliday( "2015-03-09", "2020-03-09", ) def test_laos_new_year_day(self): songkran_years_apr_13_15 = {2012, 2017} songkran_years_apr_13_16 = {2016, 2020, 2024} for year in range(1976, 2050): if year in songkran_years_apr_13_15: self.assertHoliday(f"{year}-04-13", f"{year}-04-14", f"{year}-04-15") elif year in songkran_years_apr_13_16: self.assertHoliday( f"{year}-04-13", f"{year}-04-14", f"{year}-04-15", f"{year}-04-16", ) else: self.assertHoliday(f"{year}-04-14", f"{year}-04-15", f"{year}-04-16") self.assertNoNonObservedHoliday( "2012-04-16", "2012-04-17", "2013-04-17", "2016-04-18", "2017-04-17", "2018-04-17", "2018-04-18", "2019-04-17", "2022-04-18", "2023-04-17", "2023-04-18", "2024-04-17", "2024-04-18", ) def test_labor_day(self): self.assertHoliday(f"{year}-05-01" for year in range(1976, 2050)) self.assertNoNonObservedHoliday( "2016-05-02", "2021-05-03", "2022-05-02", ) def test_international_children_day_public(self): self.assertHoliday(f"{year}-06-01" for year in range(1990, 2018)) def test_lao_national_day(self): self.assertHoliday(f"{year}-12-02" for year in range(1976, 2050)) self.assertNoNonObservedHoliday( "2012-12-03", "2017-12-04", "2018-12-03", "2023-12-04", ) def test_2014_bank_holidays(self): # Dec 31 is Wednesday. self.assertHolidays( Laos(categories=BANK, years=2014), ("2014-10-07", "ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ"), ("2014-12-29", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2014-12-30", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2014-12-31", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ) def test_2018_bank_holidays(self): # Dec 31 is Monday. self.assertHolidays( Laos(categories=BANK, years=2018), ("2018-10-07", "ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ"), ("2018-10-08", "ພັກຊົດເຊີຍວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ"), ("2018-12-27", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2018-12-28", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2018-12-31", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ) def test_2019_bank_holidays(self): # Dec 31 is Tuesday. self.assertHolidays( Laos(categories=BANK, years=2019), ("2019-10-07", "ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ"), ("2019-12-27", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2019-12-30", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2019-12-31", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ) def test_2020_bank_holidays(self): # Dec 31 is Thursday. self.assertHolidays( Laos(categories=BANK, years=2020), ("2020-10-07", "ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ"), ("2020-12-29", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2020-12-30", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2020-12-31", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ) def test_2021_bank_holidays(self): # Dec 31 is Friday. self.assertHolidays( Laos(categories=BANK, years=2021), ("2021-10-07", "ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ"), ("2021-12-29", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2021-12-30", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2021-12-31", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ) def test_2022_bank_holidays(self): # Dec 31 is Saturday. self.assertHolidays( Laos(categories=BANK, years=2022), ("2022-10-07", "ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ"), ("2022-12-28", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2022-12-29", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2022-12-30", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ) def test_2023_bank_holidays(self): # Dec 31 is Sunday. self.assertHolidays( Laos(categories=BANK, years=2023), ("2023-10-07", "ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ"), ("2023-10-09", "ພັກຊົດເຊີຍວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ"), ("2023-12-27", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2023-12-28", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2023-12-29", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ) def test_1993_school_holidays(self): # Prior to Adoption of National Teacher Day self.assertHolidays( Laos(categories=SCHOOL, years=1993), ("1993-02-06", "ວັນບຸນມາຂະບູຊາ"), ("1993-05-05", "ວັນບຸນວິສາຂະບູຊາ"), ("1993-07-03", "ວັນບຸນເຂົ້າພັນສາ"), ("1993-08-16", "ວັນບຸນຫໍ່ເຂົ້າປະດັບດິນ"), ("1993-08-31", "ວັນບຸນຫໍ່ເຂົ້າສະຫຼາກ"), ("1993-09-30", "ວັນບຸນອອກພັນສາ"), ("1993-10-01", "ວັນບຸນຊ່ວງເຮືອ ນະຄອນຫຼວງວຽງຈັນ"), ("1993-10-29", "ວັນບຸນທາດຫລວງ"), ) def test_2022_school_holidays(self): self.assertHolidays( Laos(categories=SCHOOL, years=2022), ("2022-02-16", "ວັນບຸນມາຂະບູຊາ"), ("2022-05-15", "ວັນບຸນວິສາຂະບູຊາ"), ("2022-07-13", "ວັນບຸນເຂົ້າພັນສາ"), ("2022-08-26", "ວັນບຸນຫໍ່ເຂົ້າປະດັບດິນ"), ("2022-09-10", "ວັນບຸນຫໍ່ເຂົ້າສະຫຼາກ"), ("2022-10-07", "ວັນຄູແຫ່ງຊາດ"), ("2022-10-10", "ວັນບຸນອອກພັນສາ"), ("2022-10-11", "ວັນບຸນຊ່ວງເຮືອ ນະຄອນຫຼວງວຽງຈັນ"), ("2022-11-08", "ວັນບຸນທາດຫລວງ"), ) def test_2023_school_holidays(self): self.assertHolidays( Laos(categories=SCHOOL, years=2023), ("2023-02-05", "ວັນບຸນມາຂະບູຊາ"), ("2023-05-04", "ວັນບຸນວິສາຂະບູຊາ"), ("2023-08-01", "ວັນບຸນເຂົ້າພັນສາ"), ("2023-09-14", "ວັນບຸນຫໍ່ເຂົ້າປະດັບດິນ"), ("2023-09-29", "ວັນບຸນຫໍ່ເຂົ້າສະຫຼາກ"), ("2023-10-07", "ວັນຄູແຫ່ງຊາດ"), ("2023-10-29", "ວັນບຸນອອກພັນສາ"), ("2023-10-30", "ວັນບຸນຊ່ວງເຮືອ ນະຄອນຫຼວງວຽງຈັນ"), ("2023-11-27", "ວັນບຸນທາດຫລວງ"), ) def test_1988_workdays(self): # Prior to National Arbor Day creation in 1989. self.assertHolidays( Laos(categories=WORKDAY, years=1988), ("1988-01-20", "ວັນສ້າງຕັ້ງກອງທັບປະຊາຊົນລາວ"), ("1988-02-01", "ວັນສ້າງຕັ້ງສະຫະພັນກໍາມະບານລາວ"), ("1988-03-22", "ວັນສ້າງຕັ້ງພັກປະຊາຊົນປະຕິວັດລາວ"), ("1988-04-14", "ວັນສ້າງຕັ້ງສູນກາງຊາວໜຸ່ມປະຊາຊົນປະຕິວັດລາວ"), ("1988-07-13", "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ"), ("1988-07-20", "ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ"), ("1988-08-13", "ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ"), ("1988-08-23", "ວັນຍຶດອຳນາດທົ່ວປະເທດ"), ("1988-10-12", "ວັນປະກາດເອກະລາດ"), ) def test_1990_workdays(self): # Prior to Kaysone Phomvihane's Presidency and 1991 Constitution Adoption. self.assertHolidays( Laos(categories=WORKDAY, years=1990), ("1990-01-20", "ວັນສ້າງຕັ້ງກອງທັບປະຊາຊົນລາວ"), ("1990-02-01", "ວັນສ້າງຕັ້ງສະຫະພັນກໍາມະບານລາວ"), ("1990-03-22", "ວັນສ້າງຕັ້ງພັກປະຊາຊົນປະຕິວັດລາວ"), ("1990-04-14", "ວັນສ້າງຕັ້ງສູນກາງຊາວໜຸ່ມປະຊາຊົນປະຕິວັດລາວ"), ("1990-06-01", "ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ"), ("1990-07-13", "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ"), ("1990-07-20", "ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ"), ("1990-08-13", "ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ"), ("1990-08-23", "ວັນຍຶດອຳນາດທົ່ວປະເທດ"), ("1990-10-12", "ວັນປະກາດເອກະລາດ"), ) def test_1996_workdays(self): # Prior to 1997's Lao Wildlife Conservation Day Designation. self.assertHolidays( Laos(categories=WORKDAY, years=1996), ("1996-01-20", "ວັນສ້າງຕັ້ງກອງທັບປະຊາຊົນລາວ"), ("1996-02-01", "ວັນສ້າງຕັ້ງສະຫະພັນກໍາມະບານລາວ"), ("1996-03-22", "ວັນສ້າງຕັ້ງພັກປະຊາຊົນປະຕິວັດລາວ"), ("1996-04-14", "ວັນສ້າງຕັ້ງສູນກາງຊາວໜຸ່ມປະຊາຊົນປະຕິວັດລາວ"), ("1996-06-01", "ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ"), ("1996-07-13", "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ"), ("1996-07-20", "ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ"), ("1996-08-13", "ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ"), ("1996-08-15", "ວັນລັດຖະທໍາມະນູນແຫ່ງຊາດ"), ("1996-08-23", "ວັນຍຶດອຳນາດທົ່ວປະເທດ"), ("1996-10-12", "ວັນປະກາດເອກະລາດ"), ("1996-12-13", "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ໄກສອນ ພົມວິຫານ"), ) def test_2017_workdays(self): # Prior to 2018 International Children's Day is in `PUBLIC` category self.assertHolidays( Laos(categories=WORKDAY, years=2017), ("2017-01-20", "ວັນສ້າງຕັ້ງກອງທັບປະຊາຊົນລາວ"), ("2017-02-01", "ວັນສ້າງຕັ້ງສະຫະພັນກໍາມະບານລາວ"), ("2017-03-22", "ວັນສ້າງຕັ້ງພັກປະຊາຊົນປະຕິວັດລາວ"), ("2017-04-14", "ວັນສ້າງຕັ້ງສູນກາງຊາວໜຸ່ມປະຊາຊົນປະຕິວັດລາວ"), ("2017-06-01", "ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ"), ("2017-07-13", "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ; ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ"), ("2017-07-20", "ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ"), ("2017-08-13", "ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ"), ("2017-08-15", "ວັນລັດຖະທໍາມະນູນແຫ່ງຊາດ"), ("2017-08-23", "ວັນຍຶດອຳນາດທົ່ວປະເທດ"), ("2017-10-12", "ວັນປະກາດເອກະລາດ"), ("2017-12-13", "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ໄກສອນ ພົມວິຫານ"), ) def test_2022_workdays(self): self.assertHolidays( Laos(categories=WORKDAY, years=2022), ("2022-01-20", "ວັນສ້າງຕັ້ງກອງທັບປະຊາຊົນລາວ"), ("2022-02-01", "ວັນສ້າງຕັ້ງສະຫະພັນກໍາມະບານລາວ"), ("2022-03-22", "ວັນສ້າງຕັ້ງພັກປະຊາຊົນປະຕິວັດລາວ"), ("2022-04-14", "ວັນສ້າງຕັ້ງສູນກາງຊາວໜຸ່ມປະຊາຊົນປະຕິວັດລາວ"), ("2022-06-01", "ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ; ວັນເດັກສາກົນ"), ("2022-07-13", "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ; ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ"), ("2022-07-20", "ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ"), ("2022-08-13", "ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ"), ("2022-08-15", "ວັນລັດຖະທໍາມະນູນແຫ່ງຊາດ"), ("2022-08-23", "ວັນຍຶດອຳນາດທົ່ວປະເທດ"), ("2022-10-12", "ວັນປະກາດເອກະລາດ"), ("2022-12-13", "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ໄກສອນ ພົມວິຫານ"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "ວັນປີໃໝ່ສາກົນ"), ("2022-01-03", "ພັກຊົດເຊີຍວັນປີໃໝ່ສາກົນ"), ("2022-01-20", "ວັນສ້າງຕັ້ງກອງທັບປະຊາຊົນລາວ"), ("2022-02-01", "ວັນສ້າງຕັ້ງສະຫະພັນກໍາມະບານລາວ"), ("2022-02-16", "ວັນບຸນມາຂະບູຊາ"), ("2022-03-08", "ວັນແມ່ຍິງສາກົນ"), ("2022-03-22", "ວັນສ້າງຕັ້ງພັກປະຊາຊົນປະຕິວັດລາວ"), ("2022-04-14", "ບຸນປີໃໝ່ລາວ; ວັນສ້າງຕັ້ງສູນກາງຊາວໜຸ່ມປະຊາຊົນປະຕິວັດລາວ"), ("2022-04-15", "ບຸນປີໃໝ່ລາວ"), ("2022-04-16", "ບຸນປີໃໝ່ລາວ"), ("2022-04-18", "ພັກຊົດເຊີຍບຸນປີໃໝ່ລາວ"), ("2022-05-01", "ວັນກຳມະກອນສາກົນ"), ("2022-05-02", "ພັກຊົດເຊີຍວັນກຳມະກອນສາກົນ"), ("2022-05-15", "ວັນບຸນວິສາຂະບູຊາ"), ("2022-06-01", "ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ; ວັນເດັກສາກົນ"), ( "2022-07-13", ("ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ; ວັນບຸນເຂົ້າພັນສາ; ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ"), ), ("2022-07-20", "ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ"), ("2022-08-13", "ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ"), ("2022-08-15", "ວັນລັດຖະທໍາມະນູນແຫ່ງຊາດ"), ("2022-08-23", "ວັນຍຶດອຳນາດທົ່ວປະເທດ"), ("2022-08-26", "ວັນບຸນຫໍ່ເຂົ້າປະດັບດິນ"), ("2022-09-10", "ວັນບຸນຫໍ່ເຂົ້າສະຫຼາກ"), ("2022-10-07", "ວັນຄູແຫ່ງຊາດ; ວັນສ້າງຕັ້ງທະນາຄານແຫ່ງ ສປປ ລາວ"), ("2022-10-10", "ວັນບຸນອອກພັນສາ"), ("2022-10-11", "ວັນບຸນຊ່ວງເຮືອ ນະຄອນຫຼວງວຽງຈັນ"), ("2022-10-12", "ວັນປະກາດເອກະລາດ"), ("2022-11-08", "ວັນບຸນທາດຫລວງ"), ("2022-12-02", "ວັນຊາດ"), ("2022-12-13", "ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ໄກສອນ ພົມວິຫານ"), ("2022-12-28", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2022-12-29", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ("2022-12-30", "ສາມວັນລັດຖະການສຸດທ້າຍຂອງທຸກໆປີ"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (in lieu)"), ("2022-01-20", "Lao People's Armed Force Day"), ("2022-02-01", "Lao Federation of Trade Union's Day"), ("2022-02-16", "Makha Bousa Festival"), ("2022-03-08", "International Women's Rights Day"), ("2022-03-22", "Establishment Day of the Lao People's Revolutionary Party"), ("2022-04-14", "Lao New Year's Day; Lao People's Revolutionary Youth Union Day"), ("2022-04-15", "Lao New Year's Day"), ("2022-04-16", "Lao New Year's Day"), ("2022-04-18", "Lao New Year's Day (in lieu)"), ("2022-05-01", "International Labor Day"), ("2022-05-02", "International Labor Day (in lieu)"), ("2022-05-15", "Visakha Bousa Festival"), ("2022-06-01", "International Children's Day; National Arbor Day"), ( "2022-07-13", ( "Begin of Buddhist Lent; President Souphanouvong's Birthday; " "The National Day for Wildlife and Aquatic Animal Conservation" ), ), ("2022-07-20", "Establishment Day of the Lao Women's Union"), ("2022-08-13", "Lao National Mass Media and Publishing Day"), ("2022-08-15", "Lao National Constitution Day"), ("2022-08-23", "National Uprising Day"), ("2022-08-26", "Boun Haw Khao Padapdin"), ("2022-09-10", "Boun Haw Khao Salark"), ("2022-10-07", "Establishment Day of the BOL; National Teacher Day"), ("2022-10-10", "End of Buddhist Lent"), ("2022-10-11", "Vientiane Boat Racing Festival"), ("2022-10-12", "Indepedence Declaration Day"), ("2022-11-08", "Boun That Luang Festival"), ("2022-12-02", "Lao National Day"), ("2022-12-13", "President Kaysone Phomvihane's Birthday"), ("2022-12-28", "Lao Year-End Bank Holiday"), ("2022-12-29", "Lao Year-End Bank Holiday"), ("2022-12-30", "Lao Year-End Bank Holiday"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันปีใหม่สากล"), ("2022-01-03", "ชดเชยวันปีใหม่สากล"), ("2022-01-20", "วันก่อตั้งกองทัพประชาชนลาว"), ("2022-02-01", "วันก่อตั้งสหพันธ์กำมะบานลาว"), ("2022-02-16", "วันมาฆบูชา"), ("2022-03-08", "วันสตรีสากล"), ("2022-03-22", "วันก่อตั้งพรรคประชาชนปฏิวัติลาว"), ("2022-04-14", "วันก่อตั้งศูนย์ซาวหนุ่มประชาชนปฏิวัติลาว; วันปีใหม่ลาว"), ("2022-04-15", "วันปีใหม่ลาว"), ("2022-04-16", "วันปีใหม่ลาว"), ("2022-04-18", "ชดเชยวันปีใหม่ลาว"), ("2022-05-01", "วันแรงงานสากล"), ("2022-05-02", "ชดเชยวันแรงงานสากล"), ("2022-05-15", "วันวิสาขบูชา"), ("2022-06-01", "วันปลูกต้นไม้แห่งชาติ; วันเด็กสากล"), ( "2022-07-13", ("วันคล้ายวันเกิดท่านประธานสุภานุวงศ์; วันอนุรักษ์สัตว์น้ำ สัตว์ป่า และวันปล่อยปลาแห่งชาติ; วันเข้าพรรษา"), ), ("2022-07-20", "วันก่อตั้งสหภาพแม่หญิงลาว"), ("2022-08-13", "วันสื่อสารมวลชนและการพิมพ์แห่งชาติ"), ("2022-08-15", "วันรัฐธรรมนูญแห่งชาติ"), ("2022-08-23", "วันยึดอำนาจทั่วประเทศ"), ("2022-08-26", "วันบุญข้าวประดับดิน"), ("2022-09-10", "วันข้าวบุญข้าวสาก"), ("2022-10-07", "วันก่อตั้งธนาคารแห่ง สปป. ลาว; วันครูแห่งชาติ"), ("2022-10-10", "วันออกพรรษา"), ("2022-10-11", "วันงานบุญแข่งเรือ นครหลวงเวียงจันทน์"), ("2022-10-12", "วันประกาศเอกราช"), ("2022-11-08", "วันงานพระธาตุหลวง"), ("2022-12-02", "วันชาติ สปป. ลาว"), ("2022-12-13", "วันคล้ายวันเกิดท่านประธานไกสอน พมวิหาน"), ("2022-12-28", "วันหยุดสิ้นปีของสถาบันการเงิน"), ("2022-12-29", "วันหยุดสิ้นปีของสถาบันการเงิน"), ("2022-12-30", "วันหยุดสิ้นปีของสถาบันการเงิน"), ) holidays-0.71/tests/countries/test_latvia.py000066400000000000000000000154411500152103600213210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.latvia import Latvia, LV, LVA from tests.common import CommonCountryTests class TestLatvia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Latvia, years=range(1990, 2050)) def test_country_aliases(self): self.assertAliases(Latvia, LV, LVA) def test_no_holidays(self): self.assertNoHolidays(Latvia(years=1989)) def test_special_holidays(self): self.assertHoliday( "2018-07-09", "2018-09-24", "2023-05-29", "2023-07-10", ) def test_new_years(self): self.assertHolidayName("Jaunais Gads", (f"{year}-01-01" for year in range(1990, 2050))) def test_good_friday(self): self.assertHolidayName( "Lielā Piektdiena", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) def test_easter(self): self.assertHolidayName( "Lieldienas", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", ) def test_easter_monday(self): self.assertHolidayName( "Otrās Lieldienas", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) def test_labor_day(self): self.assertHolidayName("Darba svētki", (f"{year}-05-01" for year in range(1990, 2050))) def test_restoration_of_independence_day(self): name = "Latvijas Republikas Neatkarības atjaunošanas diena" self.assertHolidayName(name, (f"{year}-05-04" for year in range(2002, 2050))) self.assertNoHoliday(f"{year}-05-04" for year in range(1990, 2002)) self.assertNoHolidayName(name, range(1990, 2002)) dt = ( "2008-05-05", "2013-05-06", "2014-05-05", "2019-05-06", ) self.assertHolidayName(f"{name} (brīvdiena)", dt) self.assertNoNonObservedHoliday(dt) def test_mothers_day(self): self.assertHolidayName( "Mātes diena", "2019-05-12", "2020-05-10", "2021-05-09", "2022-05-08", "2023-05-14", ) def test_midsummer_eve(self): self.assertHolidayName("Līgo diena", (f"{year}-06-23" for year in range(1990, 2050))) def test_midsummer_day(self): self.assertHolidayName("Jāņu diena", (f"{year}-06-24" for year in range(1990, 2050))) def test_republic_proclamation_day(self): name = "Latvijas Republikas proklamēšanas diena" self.assertHolidayName(name, (f"{year}-11-18" for year in range(1990, 2050))) dt = ( "2007-11-19", "2012-11-19", "2017-11-20", "2018-11-19", "2023-11-20", ) self.assertHolidayName(f"{name} (brīvdiena)", dt) self.assertNoNonObservedHoliday(dt) def test_christmas_eve(self): name = "Ziemassvētku vakars" self.assertHolidayName(name, (f"{year}-12-24" for year in range(2007, 2050))) self.assertNoHoliday(f"{year}-12-24" for year in range(1990, 2007)) self.assertNoHolidayName(name, range(1990, 2007)) def test_christmas_day(self): self.assertHolidayName("Ziemassvētki", (f"{year}-12-25" for year in range(1990, 2050))) def test_second_christmas_day(self): self.assertHolidayName( "Otrie Ziemassvētki", (f"{year}-12-26" for year in range(1990, 2050)) ) def test_new_years_eve(self): self.assertHolidayName("Vecgada vakars", (f"{year}-12-31" for year in range(1990, 2050))) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Jaunais Gads"), ("2022-04-15", "Lielā Piektdiena"), ("2022-04-17", "Lieldienas"), ("2022-04-18", "Otrās Lieldienas"), ("2022-05-01", "Darba svētki"), ("2022-05-04", "Latvijas Republikas Neatkarības atjaunošanas diena"), ("2022-05-08", "Mātes diena"), ("2022-06-23", "Līgo diena"), ("2022-06-24", "Jāņu diena"), ("2022-11-18", "Latvijas Republikas proklamēšanas diena"), ("2022-12-24", "Ziemassvētku vakars"), ("2022-12-25", "Ziemassvētki"), ("2022-12-26", "Otrie Ziemassvētki"), ("2022-12-31", "Vecgada vakars"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-04", "Restoration of Independence Day"), ("2022-05-08", "Mother's Day"), ("2022-06-23", "Midsummer Eve"), ("2022-06-24", "Midsummer Day"), ("2022-11-18", "Republic of Latvia Proclamation Day"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ("2022-12-31", "New Year's Eve"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-04", "День відновлення незалежности Латвійської Республіки"), ("2022-05-08", "День матері"), ("2022-06-23", "Ліго"), ("2022-06-24", "Янів день"), ("2022-11-18", "День проголошення Латвійської Республіки"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ("2022-12-31", "Переддень Нового року"), ) holidays-0.71/tests/countries/test_lesotho.py000066400000000000000000000051031500152103600215100ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.lesotho import Lesotho, LS, LSO from tests.common import CommonCountryTests class TestLesotho(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Lesotho, years=range(1996, 2040)) def test_country_aliases(self): self.assertAliases(Lesotho, LS, LSO) def test_no_holidays(self): self.assertNoHolidays(Lesotho(years=1995)) def test_special_holidays(self): self.assertHoliday("2002-05-25") def test_heroes_day(self): name = "Heroes Day" self.assertHolidayName(name, (f"{year}-04-04" for year in range(1996, 2003))) self.assertNoHolidayName(name, range(2003, 2040)) self.assertNoHoliday(f"{year}-04-04" for year in range(2003, 2040)) def test_africa_heroes_day(self): name = "Africa/Heroes Day" self.assertHolidayName(name, (f"{year}-05-25" for year in range(2003, 2040))) self.assertNoHolidayName(name, range(1996, 2003)) self.assertNoHoliday(f"{year}-05-25" for year in range(1996, 2002)) def test_kings_birthday(self): name = "King's Birthday" self.assertHolidayName(name, (f"{year}-05-02" for year in range(1996, 1998))) self.assertHolidayName(name, (f"{year}-07-17" for year in range(1998, 2040))) self.assertNoHoliday(f"{year}-05-02" for year in range(1998, 2040)) self.assertNoHoliday(f"{year}-07-17" for year in range(1996, 1998)) def test_2022(self): self.assertHolidays( Lesotho(years=2022), ("2022-01-01", "New Year's Day"), ("2022-03-11", "Moshoeshoe's Day"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Workers' Day"), ("2022-05-25", "Africa/Heroes Day"), ("2022-05-26", "Ascension Day"), ("2022-07-17", "King's Birthday"), ("2022-10-04", "Independence Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_liechtenstein.py000066400000000000000000000260201500152103600226720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK from holidays.countries.liechtenstein import Liechtenstein, LI, LIE from tests.common import CommonCountryTests class TestLiechtenstein(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1901, 2050) super().setUpClass(Liechtenstein, years=years) cls.bank_holidays = Liechtenstein(categories=BANK, years=years) def test_country_aliases(self): self.assertAliases(Liechtenstein, LI, LIE) def test_new_years(self): self.assertHolidayName("Neujahr", (f"{year}-01-01" for year in range(1901, 2050))) def test_saint_berchtolds_day(self): name = "Berchtoldstag" self.assertHolidayName( name, self.bank_holidays, (f"{year}-01-02" for year in range(1901, 2050)) ) self.assertNoHoliday(f"{year}-01-02" for year in range(1901, 2050)) self.assertNoHolidayName(name) def test_epiphany(self): self.assertHolidayName( "Heilige Drei Könige", (f"{year}-01-06" for year in range(1901, 2050)) ) def test_candlemas(self): self.assertHolidayName("Mariä Lichtmess", (f"{year}-02-02" for year in range(1901, 2050))) def test_shrove_tuesday(self): name = "Fasnachtsdienstag" dt = ( "1901-02-19", "1902-02-11", "1999-02-16", "2000-03-07", "2018-02-13", "2019-03-05", "2020-02-25", "2021-02-16", "2022-03-01", ) self.assertHolidayName(name, self.bank_holidays, dt) self.assertNoHoliday(dt) self.assertNoHolidayName(name) def test_saint_josephs_day(self): self.assertHolidayName("Josefstag", (f"{year}-03-19" for year in range(1901, 2050))) def test_good_friday(self): name = "Karfreitag" dt = ( "1901-04-05", "1902-03-28", "1999-04-02", "2000-04-21", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", ) self.assertHolidayName(name, self.bank_holidays, dt) self.assertNoHoliday(dt) self.assertNoHolidayName(name) def test_easter(self): self.assertHolidayName( "Ostersonntag", "1901-04-07", "1902-03-30", "1999-04-04", "2000-04-23", "2018-04-01", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", ) def test_easter_monday(self): self.assertHolidayName( "Ostermontag", "1901-04-08", "1902-03-31", "1999-04-05", "2000-04-24", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", ) def test_labor_day(self): self.assertHolidayName("Tag der Arbeit", (f"{year}-05-01" for year in range(1901, 2050))) def test_ascension_day(self): self.assertHolidayName( "Auffahrt", "1901-05-16", "1902-05-08", "1999-05-13", "2000-06-01", "2018-05-10", "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", ) def test_whit_sunday(self): self.assertHolidayName( "Pfingstsonntag", "1901-05-26", "1902-05-18", "1999-05-23", "2000-06-11", "2018-05-20", "2019-06-09", "2020-05-31", "2021-05-23", "2022-06-05", ) def test_whit_monday(self): self.assertHolidayName( "Pfingstmontag", "1901-05-27", "1902-05-19", "1999-05-24", "2000-06-12", "2018-05-21", "2019-06-10", "2020-06-01", "2021-05-24", "2022-06-06", ) def test_corpus_christi(self): self.assertHolidayName( "Fronleichnam", "1901-06-06", "1902-05-29", "1999-06-03", "2000-06-22", "2018-05-31", "2019-06-20", "2020-06-11", "2021-06-03", "2022-06-16", ) def test_national_day(self): self.assertHolidayName("Staatsfeiertag", (f"{year}-08-15" for year in range(1901, 2050))) def test_nativity_of_mary(self): self.assertHolidayName("Mariä Geburt", (f"{year}-09-08" for year in range(1901, 2050))) def test_all_saints_day(self): self.assertHolidayName("Allerheiligen", (f"{year}-11-01" for year in range(1901, 2050))) def test_immaculate_conception(self): self.assertHolidayName("Mariä Empfängnis", (f"{year}-12-08" for year in range(1901, 2050))) def test_christmas_eve(self): name = "Heiligabend" self.assertHolidayName( name, self.bank_holidays, (f"{year}-12-24" for year in range(1901, 2050)) ) self.assertNoHoliday(f"{year}-12-24" for year in range(1901, 2050)) self.assertNoHolidayName(name) def test_christmas_day(self): self.assertHolidayName("Weihnachten", (f"{year}-12-25" for year in range(1901, 2050))) def test_st_stephens_day(self): self.assertHolidayName("Stephanstag", (f"{year}-12-26" for year in range(1901, 2050))) def test_new_years_eve(self): name = "Silvester" self.assertHolidayName( name, self.bank_holidays, (f"{year}-12-31" for year in range(1901, 2050)) ) self.assertNoHoliday(f"{year}-12-31" for year in range(1901, 2050)) self.assertNoHolidayName(name) def test_2022(self): self.assertHolidays( Liechtenstein(years=2022), ("2022-01-01", "Neujahr"), ("2022-01-06", "Heilige Drei Könige"), ("2022-02-02", "Mariä Lichtmess"), ("2022-03-19", "Josefstag"), ("2022-04-17", "Ostersonntag"), ("2022-04-18", "Ostermontag"), ("2022-05-01", "Tag der Arbeit"), ("2022-05-26", "Auffahrt"), ("2022-06-05", "Pfingstsonntag"), ("2022-06-06", "Pfingstmontag"), ("2022-06-16", "Fronleichnam"), ("2022-08-15", "Staatsfeiertag"), ("2022-09-08", "Mariä Geburt"), ("2022-11-01", "Allerheiligen"), ("2022-12-08", "Mariä Empfängnis"), ("2022-12-25", "Weihnachten"), ("2022-12-26", "Stephanstag"), ) def test_2022_bank(self): self.assertHolidays( Liechtenstein(categories=BANK, years=2022), ("2022-01-02", "Berchtoldstag"), ("2022-03-01", "Fasnachtsdienstag"), ("2022-04-15", "Karfreitag"), ("2022-12-24", "Heiligabend"), ("2022-12-31", "Silvester"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Neujahr"), ("2022-01-02", "Berchtoldstag"), ("2022-01-06", "Heilige Drei Könige"), ("2022-02-02", "Mariä Lichtmess"), ("2022-03-01", "Fasnachtsdienstag"), ("2022-03-19", "Josefstag"), ("2022-04-15", "Karfreitag"), ("2022-04-17", "Ostersonntag"), ("2022-04-18", "Ostermontag"), ("2022-05-01", "Tag der Arbeit"), ("2022-05-26", "Auffahrt"), ("2022-06-05", "Pfingstsonntag"), ("2022-06-06", "Pfingstmontag"), ("2022-06-16", "Fronleichnam"), ("2022-08-15", "Staatsfeiertag"), ("2022-09-08", "Mariä Geburt"), ("2022-11-01", "Allerheiligen"), ("2022-12-08", "Mariä Empfängnis"), ("2022-12-24", "Heiligabend"), ("2022-12-25", "Weihnachten"), ("2022-12-26", "Stephanstag"), ("2022-12-31", "Silvester"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-02", "Saint Berchtold's Day"), ("2022-01-06", "Epiphany"), ("2022-02-02", "Candlemas"), ("2022-03-01", "Shrove Tuesday"), ("2022-03-19", "Saint Joseph's Day"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-26", "Ascension Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-06", "Whit Monday"), ("2022-06-16", "Corpus Christi"), ("2022-08-15", "National Day"), ("2022-09-08", "Nativity of Mary"), ("2022-11-01", "All Saints' Day"), ("2022-12-08", "Immaculate Conception"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Saint Stephen's Day"), ("2022-12-31", "New Year's Eve"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-02", "День Святого Бертольда"), ("2022-01-06", "Богоявлення"), ("2022-02-02", "Стрітення"), ("2022-03-01", "Масний вівторок"), ("2022-03-19", "День Святого Йосипа"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-05", "Трійця"), ("2022-06-06", "День Святого Духа"), ("2022-06-16", "Свято Тіла і Крові Христових"), ("2022-08-15", "Національне свято"), ("2022-09-08", "Різдво Пресвятої Богородиці"), ("2022-11-01", "День усіх святих"), ("2022-12-08", "Непорочне зачаття Діви Марії"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "День Святого Стефана"), ("2022-12-31", "Переддень Нового року"), ) holidays-0.71/tests/countries/test_lithuania.py000066400000000000000000000170261500152103600220200ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.lithuania import Lithuania, LT, LTU from tests.common import CommonCountryTests class TestLithuania(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Lithuania, years=range(1990, 2050)) def test_country_aliases(self): self.assertAliases(Lithuania, LT, LTU) def test_no_holidays(self): self.assertNoHolidays(Lithuania(years=1989)) def test_new_years(self): self.assertHolidayName( "Naujųjų metų diena", (f"{year}-01-01" for year in range(1990, 2050)) ) def test_restoration_of_state_day(self): self.assertHolidayName( "Lietuvos valstybės atkūrimo diena", (f"{year}-02-16" for year in range(1990, 2050)) ) def test_restoration_of_independence_day(self): self.assertHolidayName( "Lietuvos nepriklausomybės atkūrimo diena", (f"{year}-03-11" for year in range(1990, 2050)), ) def test_easter(self): self.assertHolidayName( "Šv. Velykos", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", ) def test_easter_monday(self): self.assertHolidayName( "Antroji šv. Velykų diena", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) def test_labor_day(self): self.assertHolidayName( "Tarptautinė darbo diena", (f"{year}-05-01" for year in range(1990, 2050)) ) def test_mothers_day(self): self.assertHolidayName( "Motinos diena", "2019-05-05", "2020-05-03", "2021-05-02", "2022-05-01", "2023-05-07", ) def test_fathers_day(self): self.assertHolidayName( "Tėvo diena", "2019-06-02", "2020-06-07", "2021-06-06", "2022-06-05", "2023-06-04", ) def test_dew_and_saint_john_day(self): name = "Rasos ir Joninių diena" self.assertHolidayName(name, (f"{year}-06-24" for year in range(2003, 2050))) self.assertNoHoliday(f"{year}-06-24" for year in range(1990, 2003)) self.assertNoHolidayName(name, range(1990, 2003)) def test_statehood_day(self): name = "Valstybės (Lietuvos karaliaus Mindaugo karūnavimo) ir Tautiškos giesmės diena" self.assertHolidayName(name, (f"{year}-07-06" for year in range(1991, 2050))) self.assertNoHoliday(f"{year}-07-06" for year in range(1990, 1991)) self.assertNoHolidayName(name, range(1990, 1991)) def test_assumption_day(self): self.assertHolidayName( "Žolinė (Švč. Mergelės Marijos ėmimo į dangų diena)", (f"{year}-08-15" for year in range(1990, 2050)), ) def test_all_saints_day(self): self.assertHolidayName( "Visų Šventųjų diena", (f"{year}-11-01" for year in range(1990, 2050)) ) def test_all_souls_day(self): name = "Mirusiųjų atminimo (Vėlinių) diena" self.assertHolidayName(name, (f"{year}-11-02" for year in range(2020, 2050))) self.assertNoHoliday(f"{year}-11-02" for year in range(1990, 2020)) self.assertNoHolidayName(name, range(1990, 2020)) def test_christmas_eve(self): self.assertHolidayName("Kūčių diena", (f"{year}-12-24" for year in range(1990, 2050))) def test_christmas_day(self): self.assertHolidayName( "Šv. Kalėdų pirma diena", (f"{year}-12-25" for year in range(1990, 2050)) ) def test_second_christmas_day(self): self.assertHolidayName( "Šv. Kalėdų antra diena", (f"{year}-12-26" for year in range(1990, 2050)) ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Naujųjų metų diena"), ("2022-02-16", "Lietuvos valstybės atkūrimo diena"), ("2022-03-11", "Lietuvos nepriklausomybės atkūrimo diena"), ("2022-04-17", "Šv. Velykos"), ("2022-04-18", "Antroji šv. Velykų diena"), ("2022-05-01", "Motinos diena; Tarptautinė darbo diena"), ("2022-06-05", "Tėvo diena"), ("2022-06-24", "Rasos ir Joninių diena"), ( "2022-07-06", "Valstybės (Lietuvos karaliaus Mindaugo karūnavimo) ir Tautiškos giesmės diena", ), ("2022-08-15", "Žolinė (Švč. Mergelės Marijos ėmimo į dangų diena)"), ("2022-11-01", "Visų Šventųjų diena"), ("2022-11-02", "Mirusiųjų atminimo (Vėlinių) diena"), ("2022-12-24", "Kūčių diena"), ("2022-12-25", "Šv. Kalėdų pirma diena"), ("2022-12-26", "Šv. Kalėdų antra diena"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-02-16", "Day of Restoration of the State of Lithuania"), ("2022-03-11", "Day of Restoration of Independence of Lithuania"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "International Workers' Day; Mother's Day"), ("2022-06-05", "Father's Day"), ("2022-06-24", "Day of Dew and Saint John"), ("2022-07-06", "Statehood Day"), ("2022-08-15", "Assumption Day"), ("2022-11-01", "All Saints' Day"), ("2022-11-02", "All Souls' Day"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-02-16", "День відновлення Литовської держави"), ("2022-03-11", "День відновлення незалежності Литви"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День матері; Міжнародний день трудящих"), ("2022-06-05", "День батька"), ("2022-06-24", "День роси та День Івана Купала"), ("2022-07-06", "День державності та День національного гімну"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-11-01", "День усіх святих"), ("2022-11-02", "День памʼяті (День всіх померлих)"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ) holidays-0.71/tests/countries/test_luxembourg.py000066400000000000000000000132111500152103600222230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.luxembourg import Luxembourg, LU, LUX from tests.common import CommonCountryTests class TestLuxembourg(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Luxembourg) def test_country_aliases(self): self.assertAliases(Luxembourg, LU, LUX) def test_2018(self): self.assertHolidays( ("2018-01-01", "Neijoerschdag"), ("2018-04-02", "Ouschterméindeg"), ("2018-05-01", "Dag vun der Aarbecht"), ("2018-05-10", "Christi Himmelfaart"), ("2018-05-21", "Péngschtméindeg"), ("2018-06-23", "Nationalfeierdag"), ("2018-08-15", "Léiffrawëschdag"), ("2018-11-01", "Allerhellgen"), ("2018-12-25", "Chrëschtdag"), ("2018-12-26", "Stiefesdag"), ) def test_2019(self): self.assertHolidays( ("2019-01-01", "Neijoerschdag"), ("2019-04-22", "Ouschterméindeg"), ("2019-05-01", "Dag vun der Aarbecht"), ("2019-05-09", "Europadag"), ("2019-05-30", "Christi Himmelfaart"), ("2019-06-10", "Péngschtméindeg"), ("2019-06-23", "Nationalfeierdag"), ("2019-08-15", "Léiffrawëschdag"), ("2019-11-01", "Allerhellgen"), ("2019-12-25", "Chrëschtdag"), ("2019-12-26", "Stiefesdag"), ) def test_2020(self): self.assertHolidays( ("2020-01-01", "Neijoerschdag"), ("2020-04-13", "Ouschterméindeg"), ("2020-05-01", "Dag vun der Aarbecht"), ("2020-05-09", "Europadag"), ("2020-05-21", "Christi Himmelfaart"), ("2020-06-01", "Péngschtméindeg"), ("2020-06-23", "Nationalfeierdag"), ("2020-08-15", "Léiffrawëschdag"), ("2020-11-01", "Allerhellgen"), ("2020-12-25", "Chrëschtdag"), ("2020-12-26", "Stiefesdag"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Neijoerschdag"), ("2022-04-18", "Ouschterméindeg"), ("2022-05-01", "Dag vun der Aarbecht"), ("2022-05-09", "Europadag"), ("2022-05-26", "Christi Himmelfaart"), ("2022-06-06", "Péngschtméindeg"), ("2022-06-23", "Nationalfeierdag"), ("2022-08-15", "Léiffrawëschdag"), ("2022-11-01", "Allerhellgen"), ("2022-12-25", "Chrëschtdag"), ("2022-12-26", "Stiefesdag"), ) def test_l10n_de(self): self.assertLocalizedHolidays( "de", ("2022-01-01", "Neujahr"), ("2022-04-18", "Ostermontag"), ("2022-05-01", "Tag der Arbeit"), ("2022-05-09", "Europatag"), ("2022-05-26", "Christi Himmelfahrt"), ("2022-06-06", "Pfingstmontag"), ("2022-06-23", "Nationalfeiertag"), ("2022-08-15", "Mariä Himmelfahrt"), ("2022-11-01", "Allerheiligen"), ("2022-12-25", "Weihnachten"), ("2022-12-26", "Zweiter Weihnachtsfeiertag"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-09", "Europe Day"), ("2022-05-26", "Ascension Day"), ("2022-06-06", "Whit Monday"), ("2022-06-23", "National Day"), ("2022-08-15", "Assumption Day"), ("2022-11-01", "All Saints' Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Saint Stephen's Day"), ) def test_l10n_fr(self): self.assertLocalizedHolidays( "fr", ("2022-01-01", "Jour de l'an"), ("2022-04-18", "Lundi de Pâques"), ("2022-05-01", "Fête du Travail"), ("2022-05-09", "Journée de l'Europe"), ("2022-05-26", "Ascension"), ("2022-06-06", "Lundi de Pentecôte"), ("2022-06-23", "Fête nationale"), ("2022-08-15", "Assomption"), ("2022-11-01", "Toussaint"), ("2022-12-25", "Noël"), ("2022-12-26", "Saint Etienne"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-09", "День Європи"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-06", "День Святого Духа"), ("2022-06-23", "Національне свято"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-11-01", "День усіх святих"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "День Святого Стефана"), ) holidays-0.71/tests/countries/test_macau.py000066400000000000000000001374421500152103600211350ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import GOVERNMENT, MANDATORY, PUBLIC from holidays.countries.macau import Macau, MO, MAC from tests.common import CommonCountryTests class TestMacau(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Macau, years=range(1982, 2050)) cls.gov_holidays = Macau(categories=GOVERNMENT, years=range(2005, 2050)) cls.man_holidays = Macau(categories=MANDATORY, years=range(1985, 2050)) def test_country_aliases(self): self.assertAliases(Macau, MO, MAC) def test_no_holidays(self): self.assertNoHolidays(Macau(years=1981, categories=PUBLIC)) self.assertNoHolidays(Macau(years=1984, categories=MANDATORY)) self.assertNoHolidays(Macau(years=2004, categories=GOVERNMENT)) def test_special_holidays(self): dt_full = ( # https://www.io.gov.mo/pt/legis/rec/111020 "1998-12-23", "1999-02-15", "1999-12-20", "1999-12-21", "2015-09-03", ) dt_half = ( # https://www.io.gov.mo/pt/legis/rec/111020 "1998-12-31", "1999-12-31", "2000-02-04", ) dt_gov_full = ( # https://www.io.gov.mo/pt/legis/rec/111020 "2008-12-22", # https://web.archive.org/web/20171207162948/http://portal.gov.mo/web/guest/info_detail?infoid=1887061 "2012-10-03", "2012-12-31", "2014-10-03", # https://www.gov.mo/en/public-holidays/year-2020/ "2020-10-05", ) dt_mandatory = ( # https://www.dsal.gov.mo/en/text/holiday_table.html "2015-09-03" ) self.assertHoliday(dt_full, dt_half) self.assertHoliday(Macau(categories=GOVERNMENT), dt_gov_full) self.assertHoliday(Macau(categories=MANDATORY), dt_mandatory) def test_new_years_day(self): name = "元旦" # Government Holidays. self.assertHolidayName( f"{name}後首個工作日", self.gov_holidays, "2012-01-02", "2017-01-02" ) self.assertHolidayName( f"{name}的補假", self.gov_holidays, "2022-01-03", "2023-01-02", "2028-01-03", "2033-01-03", "2034-01-02", "2039-01-03", "2040-01-02", "2045-01-02", ) # Mandatory Holidays. self.assertHolidayName( name, self.man_holidays, (f"{year}-01-01" for year in range(1985, 2050)) ) # Public Holidays. self.assertHolidayName(name, (f"{year}-01-01" for year in range(1982, 2050))) def test_freedom_day(self): name = "自由日" # Public Holidays. self.assertHolidayName(name, (f"{year}-04-25" for year in range(1982, 1999))) self.assertNoHolidayName(name, range(2000, 2050)) def test_labor_day(self): name = "勞動節" # Government Holidays. self.assertHolidayName( f"{name}後首個工作日", self.gov_holidays, "2011-05-02", "2016-05-02" ) self.assertHolidayName( f"{name}的補假", self.gov_holidays, "2021-05-03", "2022-05-02", "2027-05-03", "2032-05-03", "2033-05-02", "2038-05-03", "2039-05-03", "2044-05-02", "2049-05-03", ) # Mandatory Holidays self.assertHolidayName( name, self.man_holidays, (f"{year}-05-01" for year in range(1985, 2050)) ) # Public Holidays. self.assertHolidayName(name, (f"{year}-05-01" for year in range(1982, 2050))) def test_day_of_portugal_camoes_and_the_portuguese_communities(self): name = "葡國日、賈梅士日暨葡僑日" # Mandatory Holidays. self.assertHolidayName( name, self.man_holidays, (f"{year}-06-10" for year in range(1985, 2000)) ) self.assertNoHolidayName(name, self.man_holidays, range(2000, 2050)) # Public Holidays. self.assertHolidayName(name, (f"{year}-06-10" for year in range(1982, 2000))) self.assertNoHolidayName(name, range(2000, 2050)) def test_assumption_day(self): name = "聖母升天" # Public Holidays. self.assertHolidayName(name, (f"{year}-08-15" for year in range(1982, 1987))) self.assertNoHolidayName(name, range(1987, 2050)) def test_national_day(self): name = "中華人民共和國國慶日" name_following = f"{name}翌日" # Government Holidays. self.assertHolidayName( f"{name}後首個工作日", self.gov_holidays, "2016-10-03", "2017-10-03" ) self.assertHolidayName(f"{name}的補假", self.gov_holidays, "2022-10-03", "2023-10-04") self.assertHolidayName( f"{name_following}後首個工作日", self.gov_holidays, "2011-10-03", "2016-10-04" ) self.assertHolidayName( f"{name_following}的補假", self.gov_holidays, "2021-10-04", "2022-10-05" ) # Mandatory Holidays. self.assertHolidayName( name, self.man_holidays, (f"{year}-10-01" for year in range(1985, 2050)) ) # Public Holidays. self.assertHolidayName(name, (f"{year}-10-01" for year in range(1982, 2050))) self.assertHolidayName(name_following, (f"{year}-10-02" for year in range(2000, 2050))) self.assertNoHolidayName(name_following, range(1982, 2000)) def test_republic_day(self): name = "葡萄牙共和國國慶日" # Public Holidays. self.assertHolidayName(name, (f"{year}-10-05" for year in range(1982, 2000))) self.assertNoHolidayName(name, range(2000, 2050)) def test_all_saints_day(self): name = "諸聖節" # Public Holidays. self.assertHolidayName(name, (f"{year}-11-01" for year in range(1982, 1987))) self.assertNoHolidayName(name, range(1987, 2050)) def test_all_souls_day(self): name = "追思節" # Government Holidays. self.assertHolidayName( f"{name}後首個工作日", self.gov_holidays, "2014-11-03", "2019-11-04" ) self.assertHolidayName(f"{name}的補假", self.gov_holidays, "2024-11-04", "2025-11-03") # Public Holidays. self.assertHolidayName(name, (f"{year}-11-02" for year in range(1982, 2050))) def test_restoration_of_independence_day(self): name = "恢復獨立紀念日" # Public Holidays. self.assertHolidayName(name, (f"{year}-12-01" for year in range(1982, 2000))) self.assertNoHolidayName(name, range(2000, 2050)) def test_immaculate_conception(self): name = "聖母無原罪瞻禮" # Government Holidays. self.assertHolidayName( f"{name}後首個工作日", self.gov_holidays, "2012-12-10", "2013-12-09", "2018-12-10", "2019-12-09", ) self.assertHolidayName(f"{name}的補假", self.gov_holidays, "2024-12-09") # Public Holidays. self.assertHolidayName(name, (f"{year}-12-08" for year in range(1982, 2050))) def test_macao_sar_establishment_day(self): name = "澳門特別行政區成立紀念日" # Government Holidays. self.assertHolidayName( f"{name}後首個工作日", self.gov_holidays, "2014-12-23", "2015-12-21" ) self.assertHolidayName(f"{name}的補假", self.gov_holidays, "2020-12-22", "2025-12-22") # Mandatory Holidays self.assertHolidayName( name, self.man_holidays, (f"{year}-12-20" for year in range(2000, 2050)) ) self.assertNoHolidayName(name, self.man_holidays, range(1985, 2000)) # Public Holidays. self.assertHolidayName(name, (f"{year}-12-20" for year in range(2000, 2050))) self.assertNoHolidayName(name, range(1982, 2000)) def test_winter_solstice(self): name = "冬至" # Government Holidays. self.assertHolidayName( f"{name}後首個工作日", self.gov_holidays, "2013-12-23", "2018-12-26", "2019-12-23", ) self.assertHolidayName(f"{name}的補假", self.gov_holidays, "2024-12-23", "2025-12-23") # Public Holidays. self.assertHolidayName(name, (f"{year}-12-22" for year in range(1982, 2000))) self.assertHolidayName( name, # Regulamento Administrativo n.º 4/1999. "2000-12-21", # Ordem Executiva n.º 60/2000. "2006-12-22", "2007-12-22", "2008-12-21", "2009-12-22", "2010-12-22", "2011-12-22", "2012-12-21", "2013-12-22", "2014-12-22", "2015-12-22", "2016-12-21", "2017-12-22", "2018-12-22", "2019-12-22", "2020-12-21", "2021-12-21", "2022-12-22", "2023-12-22", "2024-12-21", "2025-12-21", ) self.assertHolidayName(name, range(2000, 2050)) def test_christmas_eve(self): name_1982 = "聖誕前夕" name_1999 = "聖誕節前夕" name_2000 = "聖誕節前日" # Government Holidays. self.assertHolidayName( f"{name_2000}後首個工作日", self.gov_holidays, "2016-12-26", "2017-12-26" ) self.assertHolidayName(f"{name_2000}的補假", self.gov_holidays, "2022-12-26", "2023-12-26") # Public Holidays. self.assertHolidayName(name_1982, (f"{year}-12-24" for year in range(1982, 1999))) self.assertHolidayName(name_1999, "1999-12-24") self.assertHolidayName(name_2000, (f"{year}-12-24" for year in range(2000, 2050))) self.assertNoHolidayName(name_1982, range(1999, 2050)) self.assertNoHolidayName(name_1999, range(1982, 1999), range(2000, 2050)) self.assertNoHolidayName(name_2000, range(1982, 2000)) def test_christmas_day(self): name_1982 = "聖誕" name_1999 = "聖誕節" # Government Holidays. self.assertHolidayName( f"{name_1999}後首個工作日", self.gov_holidays, "2011-12-26", "2016-12-27" ) self.assertHolidayName(f"{name_1999}的補假", self.gov_holidays, "2021-12-27", "2022-12-27") # Public Holidays. self.assertHolidayName(name_1982, (f"{year}-12-25" for year in range(1982, 1999))) self.assertHolidayName(name_1999, (f"{year}-12-25" for year in range(1999, 2050))) self.assertNoHolidayName(name_1982, range(1999, 2050)) self.assertNoHolidayName(name_1999, range(1982, 1999)) def test_chinese_new_year(self): name_eve_afternoon = "農曆除夕(下午)" name_d1 = "農曆正月初一" name_d2 = "農曆正月初二" name_d3 = "農曆正月初三" name_d4 = "農曆正月初四" name_d5 = "農曆正月初五" name_d1_obs = f"{name_d1}的補假" name_d2_obs = f"{name_d2}的補假" name_d3_obs = f"{name_d3}的補假" # Government Holidays. self.assertHolidayName( name_eve_afternoon, self.gov_holidays, "2005-02-08", "2008-02-06", "2011-02-02", "2014-01-30", "2015-02-18", "2017-01-27", "2018-02-15", "2019-02-04", "2020-01-24", "2021-02-11", "2022-01-31", "2024-02-09", "2025-01-28", ) self.assertHolidayName(name_eve_afternoon, self.gov_holidays, range(2024, 2050)) self.assertNoHolidayName( name_eve_afternoon, self.gov_holidays, 2006, 2007, 2009, 2010, 2012, 2013, 2016, 2023 ) self.assertNoHolidayName(name_eve_afternoon) self.assertHolidayName( name_d4, self.gov_holidays, "2006-02-01", "2007-02-21", "2010-02-17", "2013-02-13", "2014-02-03", "2017-01-31", "2018-02-19", ) self.assertNoHolidayName( name_d4, self.gov_holidays, 2005, 2008, 2009, 2011, 2012, 2015, 2016, range(2019, 2050) ) self.assertNoHolidayName(name_d4) self.assertHolidayName( name_d5, self.gov_holidays, "2014-02-04", "2015-02-23", "2017-02-01", "2018-02-20", ) self.assertNoHolidayName( name_d5, self.gov_holidays, range(2005, 2014), 2016, range(2019, 2050) ) self.assertNoHolidayName(name_d5) self.assertHolidayName( name_d1_obs, self.gov_holidays, "2020-01-28", "2023-01-25", "2024-02-13", ) self.assertNoHolidayName(name_d1_obs) self.assertHolidayName( name_d2_obs, self.gov_holidays, "2020-01-29", "2021-02-15", "2024-02-14", ) self.assertNoHolidayName(name_d2_obs) self.assertHolidayName( name_d3_obs, self.gov_holidays, "2021-02-16", ) self.assertNoHolidayName(name_d3_obs) # Mandatory Holidays. dt = ( "2009-01-26", "2010-02-14", "2011-02-03", "2012-01-23", "2014-01-31", "2015-02-19", "2016-02-08", "2017-01-28", "2018-02-16", "2019-02-05", "2020-01-25", "2021-02-12", "2022-02-01", "2024-02-10", "2025-01-29", ) self.assertHolidayName(name_d1, self.man_holidays, dt) self.assertHolidayName(name_d1, self.man_holidays, range(1985, 2050)) self.assertHolidayName(name_d2, self.man_holidays, range(1985, 2050)) self.assertHolidayName(name_d3, self.man_holidays, range(1985, 2050)) # Public Holidays. self.assertHolidayName(name_d1, dt) self.assertHolidayName(name_d1, range(1982, 2050)) self.assertHolidayName(name_d2, range(1982, 2050)) self.assertHolidayName(name_d3, range(1982, 2050)) def test_tomb_sweeping_day(self): name = "清明節" dt = ( "2009-04-04", "2011-04-05", "2012-04-04", "2013-04-04", "2014-04-05", "2016-04-04", "2017-04-04", "2018-04-05", "2019-04-05", "2020-04-04", "2022-04-05", "2023-04-05", "2024-04-04", "2025-04-04", ) # Government Holidays. self.assertHolidayName( f"{name}後首個工作日", self.gov_holidays, "2014-04-07", "2015-04-07" ) self.assertHolidayName(f"{name}的補假", self.gov_holidays, "2020-04-06", "2021-04-06") # Mandatory Holidays. self.assertHolidayName(name, self.man_holidays, dt) self.assertHolidayName(name, self.man_holidays, range(1989, 2050)) self.assertNoHolidayName(name, self.man_holidays, range(1985, 1989)) # Public Holidays. self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1982, 2050)) def test_good_friday(self): name_1982 = "聖周星期五" name_2000 = "耶穌受難日" # Public Holidays. self.assertHolidayName( name_2000, "2009-04-10", "2010-04-02", "2011-04-22", "2012-04-06", "2013-03-29", "2014-04-18", "2015-04-03", "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", "2025-04-18", ) self.assertHolidayName(name_1982, range(1982, 2000)) self.assertHolidayName(name_2000, range(2000, 2050)) self.assertNoHolidayName(name_1982, range(2000, 2050)) self.assertNoHolidayName(name_2000, range(1982, 2000)) def test_the_day_before_easter(self): name_1982 = "聖周星期六" name_2000 = "復活節前日" # Government Holiday. name_2000_obs_2005 = f"{name_2000}後首個工作日" name_2000_obs_2020 = f"{name_2000}的補假" self.assertHolidayName( name_2000_obs_2005, self.gov_holidays, "2012-04-09", "2013-04-01", "2014-04-21", "2015-04-06", "2016-03-28", "2017-04-17", "2018-04-02", "2019-04-22", ) self.assertHolidayName( name_2000_obs_2020, self.gov_holidays, "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", "2025-04-21", ) self.assertHolidayName(name_2000_obs_2020, self.gov_holidays, range(2020, 2050)) self.assertNoHolidayName( name_2000_obs_2005, self.gov_holidays, range(2005, 2012), range(2020, 2050), ) self.assertNoHolidayName(name_2000_obs_2020, self.gov_holidays, range(1982, 2020)) self.assertNoHolidayName(name_2000_obs_2005) self.assertNoHolidayName(name_2000_obs_2020) # Public Holidays. self.assertHolidayName( name_2000, "2009-04-11", "2010-04-03", "2011-04-23", "2012-04-07", "2013-03-30", "2014-04-19", "2015-04-04", "2016-03-26", "2017-04-15", "2018-03-31", "2019-04-20", "2020-04-11", "2021-04-03", "2022-04-16", "2023-04-08", "2024-03-30", "2025-04-19", ) self.assertHolidayName(name_1982, range(1982, 2000)) self.assertHolidayName(name_2000, range(2000, 2050)) self.assertNoHolidayName(name_1982, range(2000, 2050)) self.assertNoHolidayName(name_2000, range(1982, 2000)) def test_the_buddhas_birthday(self): name = "佛誕節" # Government Holidays. self.assertHolidayName( f"{name}後首個工作日", self.gov_holidays, "2012-04-30", "2016-05-16", "2019-05-13", ) self.assertHolidayName(f"{name}的補假", self.gov_holidays, "2022-05-09") # Public Holidays. self.assertHolidayName( name, "2022-05-08", "2023-05-26", "2024-05-15", "2025-05-05", "2026-05-24", "2027-05-13", "2028-05-02", "2029-05-20", "2030-05-09", "2031-05-28", "2032-05-16", "2033-05-06", "2034-05-25", "2035-05-15", ) self.assertHolidayName(name, range(2000, 2050)) self.assertNoHolidayName(name, range(1982, 2000)) def test_corpus_christi(self): name = "基督聖體聖血節" # Public Holidays. self.assertHolidayName( name, "1982-06-10", "1983-06-02", "1984-06-21", "1985-06-06", "1986-05-29", "1987-06-18", ) self.assertNoHolidayName(name, range(1988, 2050)) def test_dragon_boat_festival(self): name = "端午節" # Government Holidays. self.assertHolidayName( f"{name}後首個工作日", self.gov_holidays, "2012-06-25", "2015-06-22" ) self.assertHolidayName(f"{name}的補假", self.gov_holidays, "2025-06-02") # Public Holidays. self.assertHolidayName( name, "2009-05-28", "2010-06-16", "2011-06-06", "2012-06-23", "2013-06-12", "2014-06-02", "2015-06-20", "2016-06-09", "2017-05-30", "2018-06-18", "2019-06-07", "2020-06-25", "2021-06-14", "2022-06-03", "2023-06-22", "2024-06-10", "2025-05-31", ) self.assertHolidayName(name, range(1982, 2050)) def test_double_ninth_festival(self): name = "重陽節" dt = ( "2009-10-26", "2010-10-16", "2011-10-05", "2012-10-23", "2013-10-13", "2014-10-02", "2015-10-21", "2016-10-09", "2017-10-28", "2018-10-17", "2019-10-07", "2020-10-25", "2021-10-14", "2022-10-04", "2023-10-23", "2024-10-11", "2025-10-29", ) # Government Holidays. self.assertHolidayName( f"{name}後首個工作日", self.gov_holidays, "2013-10-14", "2016-10-10", "2017-10-30", ) self.assertHolidayName(f"{name}的補假", self.gov_holidays, "2020-10-26") # Mandatory Holidays. self.assertHolidayName(name, self.man_holidays, dt) self.assertHolidayName(name, self.man_holidays, range(1985, 2050)) # Public Holidays. self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1982, 2050)) def test_mid_autumn_festival(self): name = "中秋節" # Mandatory Holidays. self.assertHolidayName( name, self.man_holidays, "1985-09-29", "1986-09-18", "1987-10-07", "1988-09-25", "1989-09-14", "1990-10-03", "1991-09-22", "1992-09-11", "1993-09-30", "1994-09-20", "1995-09-09", "1996-09-27", "1997-09-16", "1998-10-05", "1999-09-24", ) self.assertNoHolidayName(name, self.man_holidays, range(2000, 2050)) self.assertNoHolidayName(name) def test_the_day_following_mid_autumn_festival(self): name = "中秋節翌日" dt = ( "2009-10-04", "2010-09-23", "2011-09-13", "2012-10-01", "2013-09-20", "2014-09-09", "2015-09-28", "2016-09-16", "2017-10-05", "2018-09-25", "2019-09-14", "2020-10-02", "2021-09-22", "2023-09-30", "2024-09-18", "2025-10-07", ) # Government Holidays. self.assertHolidayName(f"{name}後首個工作日", self.gov_holidays, "2019-09-16") self.assertHolidayName(f"{name}的補假", self.gov_holidays, "2022-09-12", "2023-10-03") # Mandatory Holidays. self.assertHolidayName(name, self.man_holidays, dt) self.assertHolidayName(name, self.man_holidays, range(2000, 2050)) self.assertNoHolidayName(name, self.man_holidays, range(1985, 2000)) # Public Holidays. self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1982, 2050)) def test_new_years_eve(self): name = "除夕" name_afternoon = f"{name}(下午)" # Government Holidays. self.assertHolidayName(name, self.gov_holidays, "2012-12-31") self.assertNoHolidayName(name) self.assertHolidayName( name_afternoon, self.gov_holidays, ( f"{year}-12-31" for year in ( *range(2007, 2011), *range(2013, 2016), *range(2018, 2022), *range(2024, 2050), ) ), ) self.assertNoHolidayName( name_afternoon, self.gov_holidays, 2011, 2012, 2016, 2017, 2022, 2023 ) self.assertNoHolidayName(name_afternoon) def test_macau_city_day(self): name = "澳門市日" # Public Holidays. m_holidays = Macau(subdiv="M", years=range(1982, 2023)) self.assertHolidayName(name, m_holidays, (f"{year}-06-24" for year in range(1982, 2000))) self.assertNoHolidayName(name, m_holidays, range(2000, 2050)) self.assertNoHolidayName(name) def test_day_of_the_municipality_of_ilhas(self): name = "海島市日" # Public Holidays. i_holidays = Macau(subdiv="I", years=range(1982, 2023)) self.assertHolidayName(name, i_holidays, (f"{year}-11-30" for year in range(1982, 1993))) self.assertHolidayName(name, i_holidays, (f"{year}-07-13" for year in range(1993, 2000))) self.assertNoHolidayName(name, i_holidays, range(2000, 2050)) self.assertNoHolidayName(name) def test_2024_government(self): # https://www.gov.mo/en/public-holidays/year-2024/ dt = ( # Exemption from work granted to public employees by the Chief Executive. "2024-02-09", "2024-12-31", ) dt_observed = ( # Compensatory rest days for public employees set forth in # No. 4 of Article 79 of the ETAPM. "2024-02-13", "2024-02-14", "2024-04-01", "2024-11-04", "2024-12-09", "2024-12-23", ) self.assertHoliday(Macau(categories=GOVERNMENT, years=2024), dt, dt_observed) self.assertNoNonObservedHoliday( Macau(categories=GOVERNMENT, years=2024, observed=False), dt_observed ) def test_2024_mandatory(self): # https://www.dsal.gov.mo/en/text/holiday_table.html self.assertHolidays( Macau(categories=MANDATORY, years=2024), ("2024-01-01", "元旦"), ("2024-02-10", "農曆正月初一"), ("2024-02-11", "農曆正月初二"), ("2024-02-12", "農曆正月初三"), ("2024-04-04", "清明節"), ("2024-05-01", "勞動節"), ("2024-09-18", "中秋節翌日"), ("2024-10-01", "中華人民共和國國慶日"), ("2024-10-11", "重陽節"), ("2024-12-20", "澳門特別行政區成立紀念日"), ) def test_2017_public(self): # https://www.gov.mo/en/public-holidays/year-2017/ self.assertHolidays( Macau(years=2017), ("2017-01-01", "元旦"), ("2017-01-28", "農曆正月初一"), ("2017-01-29", "農曆正月初二"), ("2017-01-30", "農曆正月初三"), ("2017-04-04", "清明節"), ("2017-04-14", "耶穌受難日"), ("2017-04-15", "復活節前日"), ("2017-05-01", "勞動節"), ("2017-05-03", "佛誕節"), ("2017-05-30", "端午節"), ("2017-10-01", "中華人民共和國國慶日"), ("2017-10-02", "中華人民共和國國慶日翌日"), ("2017-10-05", "中秋節翌日"), ("2017-10-28", "重陽節"), ("2017-11-02", "追思節"), ("2017-12-08", "聖母無原罪瞻禮"), ("2017-12-20", "澳門特別行政區成立紀念日"), ("2017-12-22", "冬至"), ("2017-12-24", "聖誕節前日"), ("2017-12-25", "聖誕節"), ) def test_2018_public(self): # https://www.gov.mo/en/public-holidays/year-2018/ self.assertHolidays( Macau(years=2018), ("2018-01-01", "元旦"), ("2018-02-16", "農曆正月初一"), ("2018-02-17", "農曆正月初二"), ("2018-02-18", "農曆正月初三"), ("2018-03-30", "耶穌受難日"), ("2018-03-31", "復活節前日"), ("2018-04-05", "清明節"), ("2018-05-01", "勞動節"), ("2018-05-22", "佛誕節"), ("2018-06-18", "端午節"), ("2018-09-25", "中秋節翌日"), ("2018-10-01", "中華人民共和國國慶日"), ("2018-10-02", "中華人民共和國國慶日翌日"), ("2018-10-17", "重陽節"), ("2018-11-02", "追思節"), ("2018-12-08", "聖母無原罪瞻禮"), ("2018-12-20", "澳門特別行政區成立紀念日"), ("2018-12-22", "冬至"), ("2018-12-24", "聖誕節前日"), ("2018-12-25", "聖誕節"), ) def test_2019_public(self): # https://www.gov.mo/en/public-holidays/year-2019/ self.assertHolidays( Macau(years=2019), ("2019-01-01", "元旦"), ("2019-02-05", "農曆正月初一"), ("2019-02-06", "農曆正月初二"), ("2019-02-07", "農曆正月初三"), ("2019-04-05", "清明節"), ("2019-04-19", "耶穌受難日"), ("2019-04-20", "復活節前日"), ("2019-05-01", "勞動節"), ("2019-05-12", "佛誕節"), ("2019-06-07", "端午節"), ("2019-09-14", "中秋節翌日"), ("2019-10-01", "中華人民共和國國慶日"), ("2019-10-02", "中華人民共和國國慶日翌日"), ("2019-10-07", "重陽節"), ("2019-11-02", "追思節"), ("2019-12-08", "聖母無原罪瞻禮"), ("2019-12-20", "澳門特別行政區成立紀念日"), ("2019-12-22", "冬至"), ("2019-12-24", "聖誕節前日"), ("2019-12-25", "聖誕節"), ) def test_2020_public(self): # https://www.gov.mo/en/public-holidays/year-2020/ self.assertHolidays( Macau(years=2020), ("2020-01-01", "元旦"), ("2020-01-25", "農曆正月初一"), ("2020-01-26", "農曆正月初二"), ("2020-01-27", "農曆正月初三"), ("2020-04-04", "清明節"), ("2020-04-10", "耶穌受難日"), ("2020-04-11", "復活節前日"), ("2020-04-30", "佛誕節"), ("2020-05-01", "勞動節"), ("2020-06-25", "端午節"), ("2020-10-01", "中華人民共和國國慶日"), ("2020-10-02", "中秋節翌日; 中華人民共和國國慶日翌日"), ("2020-10-25", "重陽節"), ("2020-11-02", "追思節"), ("2020-12-08", "聖母無原罪瞻禮"), ("2020-12-20", "澳門特別行政區成立紀念日"), ("2020-12-21", "冬至"), ("2020-12-24", "聖誕節前日"), ("2020-12-25", "聖誕節"), ) def test_2021_public(self): # https://www.gov.mo/en/public-holidays/year-2021/ self.assertHolidays( Macau(years=2021), ("2021-01-01", "元旦"), ("2021-02-12", "農曆正月初一"), ("2021-02-13", "農曆正月初二"), ("2021-02-14", "農曆正月初三"), ("2021-04-02", "耶穌受難日"), ("2021-04-03", "復活節前日"), ("2021-04-04", "清明節"), ("2021-05-01", "勞動節"), ("2021-05-19", "佛誕節"), ("2021-06-14", "端午節"), ("2021-09-22", "中秋節翌日"), ("2021-10-01", "中華人民共和國國慶日"), ("2021-10-02", "中華人民共和國國慶日翌日"), ("2021-10-14", "重陽節"), ("2021-11-02", "追思節"), ("2021-12-08", "聖母無原罪瞻禮"), ("2021-12-20", "澳門特別行政區成立紀念日"), ("2021-12-21", "冬至"), ("2021-12-24", "聖誕節前日"), ("2021-12-25", "聖誕節"), ) def test_2022_public(self): # https://www.gov.mo/en/public-holidays/year-2022/ self.assertHolidays( Macau(years=2022), ("2022-01-01", "元旦"), ("2022-02-01", "農曆正月初一"), ("2022-02-02", "農曆正月初二"), ("2022-02-03", "農曆正月初三"), ("2022-04-05", "清明節"), ("2022-04-15", "耶穌受難日"), ("2022-04-16", "復活節前日"), ("2022-05-01", "勞動節"), ("2022-05-08", "佛誕節"), ("2022-06-03", "端午節"), ("2022-09-11", "中秋節翌日"), ("2022-10-01", "中華人民共和國國慶日"), ("2022-10-02", "中華人民共和國國慶日翌日"), ("2022-10-04", "重陽節"), ("2022-11-02", "追思節"), ("2022-12-08", "聖母無原罪瞻禮"), ("2022-12-20", "澳門特別行政區成立紀念日"), ("2022-12-22", "冬至"), ("2022-12-24", "聖誕節前日"), ("2022-12-25", "聖誕節"), ) def test_2023_public(self): # https://www.gov.mo/en/public-holidays/year-2023/ self.assertHolidays( Macau(years=2023), ("2023-01-01", "元旦"), ("2023-01-22", "農曆正月初一"), ("2023-01-23", "農曆正月初二"), ("2023-01-24", "農曆正月初三"), ("2023-04-05", "清明節"), ("2023-04-07", "耶穌受難日"), ("2023-04-08", "復活節前日"), ("2023-05-01", "勞動節"), ("2023-05-26", "佛誕節"), ("2023-06-22", "端午節"), ("2023-09-30", "中秋節翌日"), ("2023-10-01", "中華人民共和國國慶日"), ("2023-10-02", "中華人民共和國國慶日翌日"), ("2023-10-23", "重陽節"), ("2023-11-02", "追思節"), ("2023-12-08", "聖母無原罪瞻禮"), ("2023-12-20", "澳門特別行政區成立紀念日"), ("2023-12-22", "冬至"), ("2023-12-24", "聖誕節前日"), ("2023-12-25", "聖誕節"), ) def test_2024_public(self): # https://www.gov.mo/en/public-holidays/year-2024/ self.assertHolidays( Macau(years=2024), ("2024-01-01", "元旦"), ("2024-02-10", "農曆正月初一"), ("2024-02-11", "農曆正月初二"), ("2024-02-12", "農曆正月初三"), ("2024-03-29", "耶穌受難日"), ("2024-03-30", "復活節前日"), ("2024-04-04", "清明節"), ("2024-05-01", "勞動節"), ("2024-05-15", "佛誕節"), ("2024-06-10", "端午節"), ("2024-09-18", "中秋節翌日"), ("2024-10-01", "中華人民共和國國慶日"), ("2024-10-02", "中華人民共和國國慶日翌日"), ("2024-10-11", "重陽節"), ("2024-11-02", "追思節"), ("2024-12-08", "聖母無原罪瞻禮"), ("2024-12-20", "澳門特別行政區成立紀念日"), ("2024-12-21", "冬至"), ("2024-12-24", "聖誕節前日"), ("2024-12-25", "聖誕節"), ) def test_2025_public(self): # https://www.gov.mo/en/public-holidays/year-2025/ self.assertHolidays( Macau(years=2025), ("2025-01-01", "元旦"), ("2025-01-29", "農曆正月初一"), ("2025-01-30", "農曆正月初二"), ("2025-01-31", "農曆正月初三"), ("2025-04-04", "清明節"), ("2025-04-18", "耶穌受難日"), ("2025-04-19", "復活節前日"), ("2025-05-01", "勞動節"), ("2025-05-05", "佛誕節"), ("2025-05-31", "端午節"), ("2025-10-01", "中華人民共和國國慶日"), ("2025-10-02", "中華人民共和國國慶日翌日"), ("2025-10-07", "中秋節翌日"), ("2025-10-29", "重陽節"), ("2025-11-02", "追思節"), ("2025-12-08", "聖母無原罪瞻禮"), ("2025-12-20", "澳門特別行政區成立紀念日"), ("2025-12-21", "冬至"), ("2025-12-24", "聖誕節前日"), ("2025-12-25", "聖誕節"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "元旦"), ("2024-02-09", "農曆除夕(下午)"), ("2024-02-10", "農曆正月初一"), ("2024-02-11", "農曆正月初二"), ("2024-02-12", "農曆正月初三"), ("2024-02-13", "農曆正月初一的補假"), ("2024-02-14", "農曆正月初二的補假"), ("2024-03-29", "耶穌受難日"), ("2024-03-30", "復活節前日"), ("2024-04-01", "復活節前日的補假"), ("2024-04-04", "清明節"), ("2024-05-01", "勞動節"), ("2024-05-15", "佛誕節"), ("2024-06-10", "端午節"), ("2024-09-18", "中秋節翌日"), ("2024-10-01", "中華人民共和國國慶日"), ("2024-10-02", "中華人民共和國國慶日翌日"), ("2024-10-11", "重陽節"), ("2024-11-02", "追思節"), ("2024-11-04", "追思節的補假"), ("2024-12-08", "聖母無原罪瞻禮"), ("2024-12-09", "聖母無原罪瞻禮的補假"), ("2024-12-20", "澳門特別行政區成立紀念日"), ("2024-12-21", "冬至"), ("2024-12-23", "冬至的補假"), ("2024-12-24", "聖誕節前日"), ("2024-12-25", "聖誕節"), ("2024-12-31", "除夕(下午)"), ) def test_l10n_en_mo(self): self.assertLocalizedHolidays( "en_MO", ("2024-01-01", "New Year's Day"), ("2024-02-09", "Lunar New Year's Eve (Afternoon)"), ("2024-02-10", "Lunar New Year's Day"), ("2024-02-11", "The second day of Lunar New Year"), ("2024-02-12", "The third day of Lunar New Year"), ("2024-02-13", "Compensatory rest day for Lunar New Year's Day"), ("2024-02-14", "Compensatory rest day for The second day of Lunar New Year"), ("2024-03-29", "Good Friday"), ("2024-03-30", "The Day before Easter"), ("2024-04-01", "Compensatory rest day for The Day before Easter"), ("2024-04-04", "Ching Ming Festival"), ("2024-05-01", "Labour Day"), ("2024-05-15", "The Buddha's Birthday (Feast of Buddha)"), ("2024-06-10", "Tung Ng Festival (Dragon Boat Festival)"), ("2024-09-18", "The Day following Chong Chao (Mid-Autumn) Festival"), ("2024-10-01", "National Day of the People's Republic of China"), ("2024-10-02", "The day following National Day of the People's Republic of China"), ("2024-10-11", "Chung Yeung Festival (Festival of Ancestors)"), ("2024-11-02", "All Soul's Day"), ("2024-11-04", "Compensatory rest day for All Soul's Day"), ("2024-12-08", "Immaculate Conception"), ("2024-12-09", "Compensatory rest day for Immaculate Conception"), ("2024-12-20", "Macao S.A.R. Establishment Day"), ("2024-12-21", "Winter Solstice"), ("2024-12-23", "Compensatory rest day for Winter Solstice"), ("2024-12-24", "Christmas Eve"), ("2024-12-25", "Christmas Day"), ("2024-12-31", "New Year's Eve (Afternoon)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-02-09", "Chinese New Year's Eve (Afternoon)"), ("2024-02-10", "Chinese New Year's Day"), ("2024-02-11", "The second day of Chinese New Year"), ("2024-02-12", "The third day of Chinese New Year"), ("2024-02-13", "Compensatory rest day for Chinese New Year's Day"), ("2024-02-14", "Compensatory rest day for The second day of Chinese New Year"), ("2024-03-29", "Good Friday"), ("2024-03-30", "The Day before Easter"), ("2024-04-01", "Compensatory rest day for The Day before Easter"), ("2024-04-04", "Tomb-Sweeping Day"), ("2024-05-01", "Labor Day"), ("2024-05-15", "The Buddha's Birthday"), ("2024-06-10", "Dragon Boat Festival"), ("2024-09-18", "The Day following Mid-Autumn Festival"), ("2024-10-01", "National Day of the People's Republic of China"), ("2024-10-02", "The day following National Day of the People's Republic of China"), ("2024-10-11", "Double Ninth Festival"), ("2024-11-02", "All Soul's Day"), ("2024-11-04", "Compensatory rest day for All Soul's Day"), ("2024-12-08", "Immaculate Conception"), ("2024-12-09", "Compensatory rest day for Immaculate Conception"), ("2024-12-20", "Macao S.A.R. Establishment Day"), ("2024-12-21", "Winter Solstice"), ("2024-12-23", "Compensatory rest day for Winter Solstice"), ("2024-12-24", "Christmas Eve"), ("2024-12-25", "Christmas Day"), ("2024-12-31", "New Year's Eve (Afternoon)"), ) def test_l10n_pt_mo(self): self.assertLocalizedHolidays( "pt_MO", ("2024-01-01", "Fraternidade Universal"), ("2024-02-09", "Véspera do Novo Ano Lunar (na parte da tarde)"), ("2024-02-10", "1.º dia do Novo Ano Lunar"), ("2024-02-11", "2.º dia do Novo Ano Lunar"), ("2024-02-12", "3.º dia do Novo Ano Lunar"), ("2024-02-13", "Dia de descanso compensatório relativo ao 1.º dia do Novo Ano Lunar"), ("2024-02-14", "Dia de descanso compensatório relativo ao 2.º dia do Novo Ano Lunar"), ("2024-03-29", "Morte de Cristo"), ("2024-03-30", "Véspera da Ressurreição de Cristo"), ( "2024-04-01", "Dia de descanso compensatório relativo ao Véspera da Ressurreição de Cristo", ), ("2024-04-04", "Cheng Ming (Dia de Finados)"), ("2024-05-01", "Dia do Trabalhador"), ("2024-05-15", "Dia do Buda"), ("2024-06-10", "Tung Ng (Barco Dragão)"), ("2024-09-18", "Dia seguinte ao Chong Chao (Bolo Lunar)"), ("2024-10-01", "Implantação da República Popular da China"), ("2024-10-02", "Dia seguinte à Implantação da República Popular da China"), ("2024-10-11", "Chong Yeong (Culto dos Antepassados)"), ("2024-11-02", "Dia de Finados"), ("2024-11-04", "Dia de descanso compensatório relativo ao Dia de Finados"), ("2024-12-08", "Imaculada Conceição"), ("2024-12-09", "Dia de descanso compensatório relativo ao Imaculada Conceição"), ( "2024-12-20", "Dia Comemorativo do Estabelecimento da Região Administrativa Especial de Macau", ), ("2024-12-21", "Solstício de Inverno"), ("2024-12-23", "Dia de descanso compensatório relativo ao Solstício de Inverno"), ("2024-12-24", "Véspera de Natal"), ("2024-12-25", "Natal"), ("2024-12-31", "Véspera do Dia da Fraternidade Universal (na parte da tarde)"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2024-01-01", "วันขึ้นปีใหม่"), ("2024-02-09", "วันก่อนวันตรุษจีน (ครึ่งบ่าย)"), ("2024-02-10", "วันตรุษจีน"), ("2024-02-11", "วันตรุษจีนวันที่สอง"), ("2024-02-12", "วันตรุษจีนวันที่สาม"), ("2024-02-13", "ชดเชยวันตรุษจีน"), ("2024-02-14", "ชดเชยวันตรุษจีนวันที่สอง"), ("2024-03-29", "วันศุกร์ประเสริฐ"), ("2024-03-30", "วันก่อนวันอาทิตย์อีสเตอร์"), ("2024-04-01", "ชดเชยวันก่อนวันอาทิตย์อีสเตอร์"), ("2024-04-04", "วันเช็งเม้ง"), ("2024-05-01", "วันแรงงาน"), ("2024-05-15", "วันวิสาขบูชา"), ("2024-06-10", "วันไหว้บ๊ะจ่าง"), ("2024-09-18", "วันหลังวันไหว้พระจันทร์"), ("2024-10-01", "วันชาติจีน"), ("2024-10-02", "วันหลังวันชาติจีน"), ("2024-10-11", "วันไหว้บรรพบุรุษ"), ("2024-11-02", "วันภาวนาอุทิศแด่ผู้ล่วงลับ"), ("2024-11-04", "ชดเชยวันภาวนาอุทิศแด่ผู้ล่วงลับ"), ("2024-12-08", "วันสมโภชแม่พระผู้ปฏิสนธินิรมล"), ("2024-12-09", "ชดเชยวันสมโภชแม่พระผู้ปฏิสนธินิรมล"), ("2024-12-20", "วันสถาปนาเขตบริหารพิเศษมาเก๊า"), ("2024-12-21", "วันตงจื้อ(เหมายัน)"), ("2024-12-23", "ชดเชยวันตงจื้อ(เหมายัน)"), ("2024-12-24", "วันคริสต์มาสอีฟ"), ("2024-12-25", "วันคริสต์มาส"), ("2024-12-31", "วันสิ้นปี (ครึ่งบ่าย)"), ) def test_l10n_zh_cn(self): self.assertLocalizedHolidays( "zh_CN", ("2024-01-01", "元旦"), ("2024-02-09", "农历除夕(下午)"), ("2024-02-10", "农历正月初一"), ("2024-02-11", "农历正月初二"), ("2024-02-12", "农历正月初三"), ("2024-02-13", "农历正月初一的补假"), ("2024-02-14", "农历正月初二的补假"), ("2024-03-29", "耶稣受难日"), ("2024-03-30", "复活节前日"), ("2024-04-01", "复活节前日的补假"), ("2024-04-04", "清明节"), ("2024-05-01", "劳动节"), ("2024-05-15", "佛诞节"), ("2024-06-10", "端午节"), ("2024-09-18", "中秋节翌日"), ("2024-10-01", "中华人民共和国国庆日"), ("2024-10-02", "中华人民共和国国庆日翌日"), ("2024-10-11", "重阳节"), ("2024-11-02", "追思节"), ("2024-11-04", "追思节的补假"), ("2024-12-08", "圣母无原罪瞻礼"), ("2024-12-09", "圣母无原罪瞻礼的补假"), ("2024-12-20", "澳门特别行政区成立纪念日"), ("2024-12-21", "冬至"), ("2024-12-23", "冬至的补假"), ("2024-12-24", "圣诞节前日"), ("2024-12-25", "圣诞节"), ("2024-12-31", "除夕(下午)"), ) holidays-0.71/tests/countries/test_madagascar.py000066400000000000000000000163161500152103600221260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.madagascar import Madagascar, MG, MDG from tests.common import CommonCountryTests class TestMadagascar(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Madagascar, years=range(1947, 2050)) def test_country_aliases(self): self.assertAliases(Madagascar, MG, MDG) def test_no_holidays(self): self.assertNoHolidays(Madagascar(years=1946)) def test_new_years(self): self.assertHoliday(f"{year}-01-01" for year in range(1947, 2050)) def test_womens_day(self): self.assertHoliday(f"{year}-03-08" for year in range(1947, 2050)) def test_martyrs_day(self): self.assertHoliday(f"{year}-03-29" for year in range(1947, 2050)) def test_easter_sunday(self): self.assertHoliday( "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", ) def test_easter_monday(self): self.assertHoliday( "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) def test_labor_day(self): self.assertHoliday(f"{year}-05-01" for year in range(1947, 2050)) def test_ascension_day(self): self.assertHoliday( "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", "2023-05-18", ) def test_whit_sunday(self): self.assertHoliday( "2019-06-09", "2020-05-31", "2021-05-23", "2022-06-05", "2023-05-28", ) def test_whit_monday(self): self.assertHoliday( "2019-06-10", "2020-06-01", "2021-05-24", "2022-06-06", "2023-05-29", ) def test_mothers_day(self): self.assertHoliday( "2019-05-26", "2020-06-07", "2021-05-30", "2022-05-29", "2023-06-04", ) def test_father_day(self): self.assertHoliday( "2019-06-16", "2020-06-21", "2021-06-20", "2022-06-19", "2023-06-18", ) def test_independence_day(self): self.assertHoliday(f"{year}-06-26" for year in range(1960, 2050)) self.assertNoHoliday(f"{year}-06-26" for year in range(1947, 1960)) self.assertNoHolidayName("Fetin'ny fahaleovantena", range(1947, 1960)) def test_assumption_day(self): self.assertHoliday(f"{year}-08-15" for year in range(1947, 2050)) def test_all_saints_day(self): self.assertHoliday(f"{year}-11-01" for year in range(1947, 2050)) def test_republic_day(self): self.assertHoliday(f"{year}-12-11" for year in range(2011, 2050)) self.assertNoHoliday(f"{year}-12-11" for year in range(1947, 2011)) self.assertNoHolidayName("Fetin'ny Repoblika", range(1947, 2011)) def test_christmas_day(self): self.assertHoliday(f"{year}-12-25" for year in range(1947, 2050)) def test_2021(self): self.assertHolidays( Madagascar(years=2021), ("2021-01-01", "Taom-baovao"), ("2021-03-08", "Fetin'ny vehivavy"), ("2021-03-29", "Fetin'ny mahery fo"), ("2021-04-04", "Fetin'ny paska"), ("2021-04-05", "Alatsinain'ny paska"), ("2021-05-01", "Fetin'ny asa"), ("2021-05-13", "Fiakaran'ny Jesosy kristy tany an-danitra"), ("2021-05-23", "Pentekosta"), ("2021-05-24", "Alatsinain'ny pentekosta"), ("2021-05-30", "Fetin'ny reny"), ("2021-06-20", "Fetin'ny ray"), ("2021-06-26", "Fetin'ny fahaleovantena"), ("2021-08-15", "Fiakaran'ny Masina Maria tany an-danitra"), ("2021-11-01", "Fetin'ny olo-masina"), ("2021-12-11", "Fetin'ny Repoblika"), ("2021-12-25", "Fetin'ny noely"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Taom-baovao"), ("2022-03-08", "Fetin'ny vehivavy"), ("2022-03-29", "Fetin'ny mahery fo"), ("2022-04-17", "Fetin'ny paska"), ("2022-04-18", "Alatsinain'ny paska"), ("2022-05-01", "Fetin'ny asa"), ("2022-05-26", "Fiakaran'ny Jesosy kristy tany an-danitra"), ("2022-05-29", "Fetin'ny reny"), ("2022-06-05", "Pentekosta"), ("2022-06-06", "Alatsinain'ny pentekosta"), ("2022-06-19", "Fetin'ny ray"), ("2022-06-26", "Fetin'ny fahaleovantena"), ("2022-08-15", "Fiakaran'ny Masina Maria tany an-danitra"), ("2022-11-01", "Fetin'ny olo-masina"), ("2022-12-11", "Fetin'ny Repoblika"), ("2022-12-25", "Fetin'ny noely"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-03-08", "Women's Day"), ("2022-03-29", "Martyrs' Day"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-26", "Ascension Day"), ("2022-05-29", "Mother's Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-06", "Whit Monday"), ("2022-06-19", "Father's Day"), ("2022-06-26", "Independence Day"), ("2022-08-15", "Assumption Day"), ("2022-11-01", "All Saints' Day"), ("2022-12-11", "Republic Day"), ("2022-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-03-08", "Жіночий день"), ("2022-03-29", "День мучеників"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-26", "Вознесіння Господнє"), ("2022-05-29", "День матері"), ("2022-06-05", "Трійця"), ("2022-06-06", "День Святого Духа"), ("2022-06-19", "День батька"), ("2022-06-26", "День незалежності"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-11-01", "День усіх святих"), ("2022-12-11", "День Республіки"), ("2022-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_malawi.py000066400000000000000000000062471500152103600213170ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.malawi import Malawi, MW, MWI from tests.common import CommonCountryTests class TestMalawi(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Malawi) def test_country_aliases(self): self.assertAliases(Malawi, MW, MWI) def test_no_holidays(self): self.assertNoHolidays(Malawi(years=1999)) def test_holidays(self): for year in range(2000, 2050): self.assertHoliday( f"{year}-01-01", f"{year}-01-15", f"{year}-03-03", f"{year}-05-01", f"{year}-05-14", f"{year}-07-06", f"{year}-10-15", f"{year}-12-25", f"{year}-12-26", ) def test_easter(self): self.assertHoliday( # Good Friday "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", # Easter Monday "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", ) def test_observed(self): dt = ( # New Year's Day "2011-01-03", "2012-01-02", "2017-01-02", "2022-01-03", "2023-01-02", # John Chilembwe Day "2011-01-17", "2012-01-16", "2017-01-16", "2022-01-17", "2023-01-16", # Martyrs Day "2012-03-05", "2013-03-04", "2018-03-05", "2019-03-04", "2024-03-04", # Labour Day "2010-05-03", "2011-05-02", "2016-05-02", "2021-05-03", "2022-05-02", # Kamuzu Day "2011-05-16", "2016-05-16", "2017-05-15", "2022-05-16", "2023-05-15", # Independence Day "2013-07-08", "2014-07-07", "2019-07-08", "2024-07-08", # Mother's Day "2011-10-17", "2016-10-17", "2017-10-16", "2022-10-17", "2023-10-16", # Christmas Day "2010-12-27", "2011-12-27", "2016-12-27", "2021-12-27", "2022-12-27", # Boxing Day "2010-12-28", "2015-12-28", "2020-12-28", "2021-12-28", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) holidays-0.71/tests/countries/test_malaysia.py000066400000000000000000001434531500152103600216460ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.malaysia import Malaysia, MY, MYS from tests.common import CommonCountryTests class TestMalaysia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Malaysia, years=range(1952, 2050)) cls.subdiv_holidays = { subdiv: Malaysia(subdiv=subdiv, years=range(2000, 2050)) for subdiv in Malaysia.subdivisions } def test_country_aliases(self): self.assertAliases(Malaysia, MY, MYS) def test_no_holidays(self): self.assertNoHolidays(Malaysia(years=1951)) def test_2023(self): rows = ( ("2023-01-01", (0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1)), ("2023-01-02", (0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1)), ("2023-01-14", (0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-01-22", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-01-23", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-01-24", (0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1)), ("2023-02-01", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1)), ("2023-02-05", (1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1)), ("2023-02-06", (0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1)), ("2023-02-18", (0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0)), ("2023-02-19", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0)), ("2023-03-04", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0)), ("2023-03-05", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0)), ("2023-03-23", (1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-04-07", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0)), ("2023-04-08", (0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1)), ("2023-04-09", (0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0)), ("2023-04-15", (0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-04-21", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-04-22", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-04-23", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-04-24", (0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-04-26", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0)), ("2023-05-01", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-05-04", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-05-17", (0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0)), ("2023-05-22", (0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-05-30", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0)), ("2023-05-31", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0)), ("2023-06-01", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0)), ("2023-06-02", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0)), ("2023-06-05", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-06-18", (0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-06-28", (0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0)), ("2023-06-29", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-06-30", (0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0)), ("2023-07-02", (0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-07-07", (0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-07-08", (0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-07-19", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-07-22", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0)), ("2023-07-30", (0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-07-31", (0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-08-23", (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-08-24", (0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-08-31", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-09-16", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-09-17", (0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0)), ("2023-09-28", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ("2023-09-29", (0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-09-30", (0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-10-07", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0)), ("2023-10-14", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0)), ("2023-11-03", (0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0)), ("2023-11-12", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1)), ("2023-11-13", (0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1)), ("2023-12-11", (0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0)), ("2023-12-24", (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0)), ("2023-12-25", (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)), ) for col, subdiv in enumerate(Malaysia.subdivisions): state_holidays = self.subdiv_holidays[subdiv] for dt, is_holiday in rows: self.assertEqual(dt in state_holidays, is_holiday[col]) def test_special_holidays(self): self.assertHoliday( "1999-11-29", "2017-04-24", "2017-09-04", "2018-05-09", "2019-07-30", "2022-11-18", "2022-11-19", "2022-11-28", "2023-04-21", ) def test_special_subdiv_holidays(self): for subdiv in ("14", "15", "16"): self.assertHoliday(self.subdiv_holidays[subdiv], "2021-12-03") self.assertHoliday(self.subdiv_holidays["13"], "2018-05-17", "2018-05-18") for subdiv in ("01", "02", "03", "11"): self.assertHoliday(self.subdiv_holidays[subdiv], "2022-05-04") self.assertNoNonObservedHoliday(Malaysia(subdiv=subdiv, observed=False), "2022-05-04") for subdiv in ("04", "05", "06", "07", "08", "09", "10", "11", "12", "14", "15", "16"): self.assertHoliday(self.subdiv_holidays[subdiv], "2007-01-02") self.assertNoNonObservedHoliday(Malaysia(subdiv=subdiv, observed=False), "2007-01-02") def test_new_years_day(self): name = "Tahun Baharu" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"04", "05", "06", "07", "08", "10", "12", "13", "14", "15", "16"}: self.assertHolidayName( name, holidays, (f"{year}-01-01" for year in range(2000, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_federal_territory_day(self): name = "Hari Wilayah Persekutuan" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"14", "15", "16"}: self.assertHolidayName( name, holidays, (f"{year}-02-01" for year in range(2000, 2050)) ) self.assertNoHolidayName(name, Malaysia(subdiv=subdiv, years=1973)) else: self.assertNoHolidayName(name, holidays) def test_labor_day(self): name = "Hari Pekerja" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1973, 2050))) self.assertNoHolidayName(name, range(1952, 1973)) def test_good_friday(self): name = "Good Friday" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"12", "13"}: self.assertHolidayName( name, holidays, "2012-04-06", "2013-03-29", "2014-04-18", "2015-04-03", "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", "2025-04-18", ) self.assertHolidayName(name, holidays, range(2000, 2050)) else: self.assertNoHolidayName(name, holidays) def test_pesta_kaamatan(self): name = "Pesta Kaamatan" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"12", "15"}: self.assertHolidayName( name, holidays, (f"{year}-05-30" for year in range(2000, 2050)), (f"{year}-05-31" for year in range(2000, 2050)), ) else: self.assertNoHolidayName(name, holidays) def test_yang_di_pertuan_agong_birthday(self): name = "Hari Keputeraan Rasmi Seri Paduka Baginda Yang di-Pertuan Agong" self.assertHolidayName( name, "2012-06-02", "2013-06-01", "2014-06-07", "2015-06-06", "2016-06-04", "2017-09-09", "2018-09-09", "2019-09-09", "2020-06-08", "2021-06-07", "2022-06-06", "2023-06-05", "2024-06-03", "2025-06-02", ) self.assertHolidayName(name, range(1952, 2050)) def test_malaysia_day(self): name = "Hari Malaysia" self.assertHolidayName(name, (f"{year}-09-16" for year in range(2010, 2050))) self.assertNoHolidayName(name, range(1952, 2010)) def test_deepavali(self): name = "Hari Deepavali" self.assertNoHolidayName(name) dt = ( "2014-10-22", "2015-11-10", "2016-10-29", "2017-10-18", "2018-11-06", "2019-10-27", "2020-11-14", "2021-11-04", "2022-10-24", "2023-11-12", "2024-10-31", "2025-10-20", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "13": self.assertNoHolidayName(name, holidays) elif subdiv == "15": self.assertHolidayName(name, holidays, dt) self.assertNoHolidayName(name, holidays, range(2000, 2014)) else: self.assertHolidayName(name, holidays, dt) def test_thaipusam(self): name = "Hari Thaipusam" self.assertNoHolidayName(name) dt_1 = ( "2012-01-08", "2013-02-25", "2014-02-14", "2015-03-05", "2016-02-23", "2017-01-13", "2018-01-31", "2019-01-21", "2020-02-08", "2021-01-28", ) dt_2 = ( "2022-01-18", "2023-02-05", "2024-01-25", "2025-02-11", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"01", "05", "07", "08", "10", "14", "16"}: self.assertHolidayName(name, holidays, dt_1, dt_2) self.assertHolidayName(name, holidays, range(2000, 2050)) elif subdiv == "02": self.assertHolidayName(name, holidays, dt_2) self.assertHolidayName(name, holidays, range(2022, 2050)) self.assertNoHolidayName(name, holidays, range(2000, 2022)) else: self.assertNoHolidayName(name, holidays) def test_islamic_new_year(self): name = "Awal Muharam" self.assertHolidayName( name, "2012-11-15", "2013-11-05", "2014-10-25", "2015-10-14", "2016-10-02", "2017-09-22", "2018-09-11", "2019-09-01", "2020-08-20", "2021-08-10", "2022-07-30", "2023-07-19", "2024-07-07", "2025-06-27", ) self.assertNoHolidayName(name, range(1952, 1995)) def test_prophets_birthday(self): name = "Hari Keputeraan Nabi Muhammad S.A.W." self.assertHolidayName( name, "2012-02-05", "2013-01-24", "2014-01-14", "2015-01-03", "2015-12-24", "2016-12-12", "2017-12-01", "2018-11-20", "2019-11-09", "2020-10-29", "2021-10-19", "2022-10-10", "2023-09-28", "2024-09-16", "2025-09-05", ) def test_eid_al_fitr(self): name = "Hari Raya Puasa" self.assertHolidayName( name, "2012-08-19", "2013-08-08", "2014-07-28", "2015-07-17", "2016-07-06", "2017-06-25", "2018-06-15", "2019-06-05", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-22", "2024-04-10", "2025-03-31", ) def test_eid_al_fitr_second_day(self): name = "Hari Raya Puasa (Hari Kedua)" self.assertHolidayName( name, "2012-08-20", "2013-08-09", "2014-07-29", "2015-07-18", "2016-07-07", "2017-06-26", "2018-06-16", "2019-06-06", "2020-05-25", "2021-05-14", "2022-05-03", "2023-04-23", "2024-04-11", "2025-04-01", ) def test_eid_al_adha(self): name = "Hari Raya Qurban" self.assertHolidayName( name, "2012-10-26", "2013-10-15", "2014-10-05", "2015-09-24", "2016-09-12", "2017-09-01", "2018-08-22", "2019-08-11", "2020-07-31", "2021-07-20", "2022-07-10", "2023-06-29", "2024-06-17", "2025-06-07", ) def test_isra_and_miraj(self): name = "Israk dan Mikraj" self.assertNoHolidayName(name) dt_1 = ( "2012-06-17", "2013-06-06", "2014-05-27", "2015-05-16", "2016-05-05", "2017-04-24", "2018-04-14", "2019-04-03", "2020-03-22", "2021-03-11", "2022-03-01", "2023-02-18", "2024-02-08", ) dt_2 = ( "2020-03-22", "2021-03-11", "2022-03-01", "2023-02-18", "2024-02-08", "2025-01-27", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"02", "05", "09"}: self.assertHolidayName(name, holidays, dt_1, dt_2) elif subdiv == "11": self.assertHolidayName(name, holidays, dt_2) self.assertNoHolidayName(name, holidays, range(2000, 2020)) else: self.assertNoHolidayName(name, holidays) def test_beginning_of_ramadan(self): name = "Awal Ramadan" self.assertNoHolidayName(name) dt_1 = ( "2012-07-20", "2013-07-09", "2014-06-29", "2015-06-18", "2016-06-07", "2017-05-27", "2018-05-17", "2019-05-06", "2020-04-24", "2021-04-13", "2022-04-03", "2023-03-23", "2024-03-12", ) dt_2 = ("2025-03-02",) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"01", "02"}: self.assertHolidayName(name, holidays, dt_1, dt_2) elif subdiv == "04": self.assertHolidayName(name, holidays, dt_1) self.assertNoHolidayName(name, holidays, range(2025, 2050)) else: self.assertNoHolidayName(name, holidays) def test_eid_al_fitr_third_day(self): name = "Hari Raya Puasa (Hari Ketiga)" self.assertNoHolidayName(name) dt = ("2025-04-02",) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "04": self.assertHolidayName(name, holidays, dt) self.assertNoHolidayName(name, holidays, range(2000, 2025)) else: self.assertNoHolidayName(name, holidays) def test_nuzul_al_quran_day(self): name = "Hari Nuzul Al-Quran" self.assertNoHolidayName(name) dt = ( "2012-08-05", "2013-07-25", "2014-07-15", "2015-07-04", "2016-06-22", "2017-06-12", "2018-06-02", "2019-05-22", "2020-05-10", "2021-04-29", "2022-04-19", "2023-04-08", "2024-03-28", "2025-03-18", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"03", "06", "07", "08", "09", "10", "11", "14", "15", "16"}: self.assertHolidayName(name, holidays, dt) else: self.assertNoHolidayName(name, holidays) def test_arafat_day(self): name = "Hari Arafah" self.assertNoHolidayName(name) dt_1 = ( "2012-10-25", "2013-10-14", "2014-10-04", "2015-09-23", "2016-09-11", "2017-08-31", "2018-08-21", "2019-08-10", "2020-07-30", "2021-07-19", "2022-07-09", ) dt_2 = ( "2023-06-28", "2024-06-16", "2025-06-06", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "11": self.assertHolidayName(name, holidays, dt_1, dt_2) elif subdiv == "03": self.assertHolidayName(name, holidays, dt_2) self.assertNoHolidayName(name, holidays, range(2000, 2023)) else: self.assertNoHolidayName(name, holidays) def test_eid_al_adha_second_day(self): name = "Hari Raya Qurban (Hari Kedua)" self.assertNoHolidayName(name) dt = ( "2012-10-27", "2013-10-16", "2014-10-06", "2015-09-25", "2016-09-13", "2017-09-02", "2018-08-23", "2019-08-12", "2020-08-01", "2021-07-21", "2022-07-11", "2023-06-30", "2024-06-18", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv in {"02", "03", "09", "11"}: self.assertHolidayName(name, holidays, dt) else: self.assertNoHolidayName(name, holidays) def test_observed(self): dt = ( "2012-02-06", "2012-08-21", "2012-09-17", "2013-02-12", "2014-09-01", "2014-10-06", "2015-05-04", "2016-05-02", "2016-12-26", "2017-01-30", "2017-06-27", "2018-09-10", "2018-09-17", "2019-05-20", "2019-08-12", "2020-01-27", "2020-05-26", "2022-05-04", "2022-05-16", "2022-07-11", "2022-12-26", "2023-01-24", "2023-04-24", "2024-02-12", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_birthday_of_sultan_of_johor(self): name = "Hari Keputeraan Sultan Johor" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "01": self.assertHolidayName( name, holidays, (f"{year}-03-23" for year in range(2015, 2050)) ) self.assertNoHolidayName(name, holidays, range(2000, 2015)) else: self.assertNoHolidayName(name, holidays) def test_sultan_of_johor_hol(self): name = "Hari Hol Almarhum Sultan Iskandar" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "01": self.assertHolidayName( name, holidays, "2011-01-12", "2012-12-20", "2013-12-10", "2014-11-29", "2015-11-19", "2016-11-07", "2017-10-27", "2018-10-15", "2019-10-05", "2020-09-24", "2021-09-13", "2022-09-03", "2023-08-23", "2024-08-11", ) self.assertNoHolidayName(name, holidays, range(2000, 2011)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_sultan_of_kedah(self): name = "Hari Keputeraan Sultan Kedah" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "02": self.assertHolidayName( name, holidays, "2018-06-17", "2019-06-16", "2020-06-21", "2021-06-20", "2022-06-19", "2023-06-18", "2024-06-30", ) self.assertNoHolidayName(name, holidays, range(2000, 2018)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_sultan_of_kelantan(self): name = "Hari Keputeraan Sultan Kelantan" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "03": self.assertHolidayName( name, holidays, (f"{year}-03-30" for year in range(2010, 2012)), (f"{year}-03-31" for year in range(2010, 2012)), ) self.assertHolidayName( name, holidays, (f"{year}-11-11" for year in range(2012, 2023)), (f"{year}-11-12" for year in range(2012, 2023)), ) self.assertHolidayName( name, holidays, (f"{year}-09-29" for year in range(2023, 2050)), (f"{year}-09-30" for year in range(2023, 2050)), ) self.assertNoHolidayName(name, holidays, range(2000, 2010)) else: self.assertNoHolidayName(name, holidays) def test_malacca_declaration_of_independence_day(self): name = "Hari Pengisytiharan Tarikh Kemerdekaan" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "04": self.assertHolidayName( name, holidays, (f"{year}-02-20" for year in range(2024, 2050)) ) self.assertNoHolidayName(name, holidays, range(2000, 2024)) else: self.assertNoHolidayName(name, holidays) def test_declaration_malacca_as_historical_city(self): name = "Hari Perisytiharan Melaka Sebagai Bandaraya Bersejarah" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "04": self.assertHolidayName( name, holidays, (f"{year}-04-15" for year in range(2000, 2024)) ) self.assertNoHolidayName(name, holidays, range(2024, 2050)) self.assertNoHolidayName(name, Malaysia(subdiv=subdiv, years=1988)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_governor_of_malacca(self): name = "Hari Jadi Yang di-Pertua Negeri Melaka" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "04": self.assertHolidayName( name, holidays, (f"{year}-08-24" for year in range(2020, 2050)) ) self.assertHolidayName( name, holidays, "2012-10-12", "2013-10-11", "2014-10-10", "2015-10-09", "2016-10-14", "2017-10-13", "2018-10-12", "2019-10-11", ) self.assertHolidayName(name, holidays, range(2000, 2025)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_sultan_of_negeri_sembilan(self): name = "Hari Keputeraan Yang di-Pertuan Besar Negeri Sembilan" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "05": self.assertHolidayName( name, holidays, (f"{year}-01-14" for year in range(2009, 2050)) ) self.assertNoHolidayName(name, holidays, range(2000, 2009)) else: self.assertNoHolidayName(name, holidays) def test_sultan_of_pahang_hol(self): name = "Hari Hol Sultan Pahang" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "06": self.assertHolidayName( name, holidays, (f"{year}-05-22" for year in range(2020, 2050)), (f"{year}-05-07" for year in range(2000, 2020)), ) self.assertNoHolidayName(name, Malaysia(subdiv=subdiv, years=1974)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_sultan_of_pahang(self): name = "Hari Keputeraan Sultan Pahang" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "06": self.assertHolidayName( name, holidays, (f"{year}-07-30" for year in range(2019, 2050)), (f"{year}-10-24" for year in range(2000, 2019)), ) self.assertNoHolidayName(name, Malaysia(subdiv=subdiv, years=1974)) else: self.assertNoHolidayName(name, holidays) def test_george_town_heritage_day(self): name = "Hari Ulang Tahun Perisytiharan Tapak Warisan Dunia" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "07": self.assertHolidayName( name, holidays, (f"{year}-07-07" for year in range(2009, 2050)) ) self.assertNoHolidayName(name, holidays, range(2000, 2009)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_governor_of_penang(self): name = "Hari Jadi Yang di-Pertua Negeri Pulau Pinang" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "07": self.assertHolidayName( name, holidays, "2012-07-14", "2013-07-13", "2014-07-12", "2015-07-11", "2016-07-09", "2017-07-08", "2018-07-14", "2019-07-13", "2020-07-11", "2021-07-10", "2022-07-09", "2023-07-08", "2024-07-13", "2025-07-12", ) self.assertHolidayName(name, holidays, range(2000, 2050)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_sultan_of_perak(self): name = "Hari Keputeraan Sultan Perak" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "08": self.assertHolidayName( name, holidays, (f"{year}-11-27" for year in range(2000, 2018)) ) self.assertHolidayName( name, holidays, "2018-11-02", "2019-11-01", "2020-11-06", "2021-11-05", "2022-11-04", "2023-11-03", "2024-11-01", "2025-11-07", ) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_raja_of_perlis(self): name = "Hari Ulang Tahun Keputeraan Raja Perlis" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "09": self.assertHolidayName( name, holidays, (f"{year}-05-17" for year in range(2000, 2018)), (f"{year}-05-17" for year in range(2022, 2050)), (f"{year}-07-17" for year in range(2018, 2022)), ) self.assertNoHolidayName(name, Malaysia(subdiv=subdiv, years=1999)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_sultan_of_selangor(self): name = "Hari Keputeraan Sultan Selangor" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "10": self.assertHolidayName( name, holidays, (f"{year}-12-11" for year in range(2000, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_installation_of_sultan_of_terengganu(self): name = "Hari Ulang Tahun Pertabalan Sultan Terengganu" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "11": self.assertHolidayName( name, holidays, (f"{year}-03-04" for year in range(2000, 2050)) ) self.assertNoHolidayName(name, Malaysia(subdiv=subdiv, years=1999)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_sultan_of_terengganu(self): name = "Hari Keputeraan Sultan Terengganu" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "11": self.assertHolidayName( name, holidays, (f"{year}-04-26" for year in range(2000, 2050)) ) self.assertNoHolidayName(name, Malaysia(subdiv=subdiv, years=1999)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_governor_of_sabah(self): name = "Hari Jadi Yang di-Pertua Negeri Sabah" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "12": self.assertHolidayName( name, holidays, "2012-10-06", "2013-10-05", "2014-10-04", "2015-10-03", "2016-10-01", "2017-10-07", "2018-10-06", "2019-10-05", "2020-10-03", "2021-10-02", "2022-10-01", "2023-10-07", "2024-10-05", "2025-10-04", ) self.assertHolidayName(name, holidays, range(2000, 2050)) else: self.assertNoHolidayName(name, holidays) def test_christmas_eve(self): name = "Christmas Eve" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "12": self.assertHolidayName( name, holidays, (f"{year}-12-24" for year in range(2019, 2050)) ) self.assertNoHolidayName(name, holidays, range(2000, 2019)) else: self.assertNoHolidayName(name, holidays) def test_dayak_festival_day(self): name = "Perayaan Hari Gawai Dayak" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "13": self.assertHolidayName( name, holidays, (f"{year}-06-01" for year in range(2000, 2050)), (f"{year}-06-02" for year in range(2000, 2050)), ) self.assertNoHolidayName(name, Malaysia(subdiv=subdiv, years=1964)) else: self.assertNoHolidayName(name, holidays) def test_birthday_of_governor_of_sarawak(self): name = "Hari Jadi Yang di-Pertua Negeri Sarawak" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "13": self.assertHolidayName( name, holidays, "2012-10-13", "2013-10-12", "2014-10-11", "2015-10-10", "2016-10-08", "2017-10-14", "2018-10-13", "2019-10-12", "2020-10-10", "2021-10-09", "2022-10-08", "2023-10-14", "2024-10-12", "2025-10-11", ) self.assertHolidayName(name, holidays, range(2000, 2050)) else: self.assertNoHolidayName(name, holidays) def test_sarawak_independence_day(self): name = "Hari Kemerdekaan Sarawak" self.assertNoHolidayName(name) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "13": self.assertHolidayName( name, holidays, (f"{year}-07-22" for year in range(2017, 2050)) ) self.assertNoHolidayName(name, holidays, range(2000, 2017)) else: self.assertNoHolidayName(name, holidays) def test_2024(self): self.assertHolidays( Malaysia(years=2024), ("2024-02-10", "Tahun Baharu Cina"), ("2024-02-11", "Tahun Baharu Cina (Hari Kedua)"), ("2024-02-12", "Cuti Tahun Baharu Cina (Hari Kedua)"), ("2024-04-10", "Hari Raya Puasa"), ("2024-04-11", "Hari Raya Puasa (Hari Kedua)"), ("2024-05-01", "Hari Pekerja"), ("2024-05-22", "Hari Wesak"), ("2024-06-03", "Hari Keputeraan Rasmi Seri Paduka Baginda Yang di-Pertuan Agong"), ("2024-06-17", "Hari Raya Qurban"), ("2024-07-07", "Awal Muharam"), ("2024-08-31", "Hari Kebangsaan"), ("2024-09-16", "Hari Keputeraan Nabi Muhammad S.A.W.; Hari Malaysia"), ("2024-12-25", "Hari Krismas"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Tahun Baharu"), ("2023-01-02", "Cuti Tahun Baharu"), ("2023-01-14", "Hari Keputeraan Yang di-Pertuan Besar Negeri Sembilan"), ("2023-01-22", "Tahun Baharu Cina"), ("2023-01-23", "Tahun Baharu Cina (Hari Kedua)"), ("2023-01-24", "Cuti Tahun Baharu Cina"), ("2023-02-01", "Hari Wilayah Persekutuan"), ("2023-02-05", "Hari Thaipusam"), ("2023-02-06", "Cuti Hari Thaipusam"), ("2023-02-18", "Israk dan Mikraj"), ("2023-02-19", "Cuti Israk dan Mikraj"), ("2023-03-04", "Hari Ulang Tahun Pertabalan Sultan Terengganu"), ("2023-03-05", "Cuti Hari Ulang Tahun Pertabalan Sultan Terengganu"), ("2023-03-23", "Awal Ramadan; Hari Keputeraan Sultan Johor"), ("2023-04-07", "Good Friday"), ("2023-04-08", "Hari Nuzul Al-Quran"), ("2023-04-09", "Cuti Hari Nuzul Al-Quran"), ("2023-04-15", "Hari Perisytiharan Melaka Sebagai Bandaraya Bersejarah"), ("2023-04-21", "Hari Raya Puasa (pergantian hari)"), ("2023-04-22", "Hari Raya Puasa"), ("2023-04-23", "Hari Raya Puasa (Hari Kedua)"), ("2023-04-24", "Cuti Hari Raya Puasa; Cuti Hari Raya Puasa (Hari Kedua)"), ("2023-04-26", "Hari Keputeraan Sultan Terengganu"), ("2023-05-01", "Hari Pekerja"), ("2023-05-04", "Hari Wesak"), ("2023-05-17", "Hari Ulang Tahun Keputeraan Raja Perlis"), ("2023-05-22", "Hari Hol Sultan Pahang"), ("2023-05-30", "Pesta Kaamatan"), ("2023-05-31", "Pesta Kaamatan"), ("2023-06-01", "Perayaan Hari Gawai Dayak"), ("2023-06-02", "Perayaan Hari Gawai Dayak"), ("2023-06-05", "Hari Keputeraan Rasmi Seri Paduka Baginda Yang di-Pertuan Agong"), ("2023-06-18", "Hari Keputeraan Sultan Kedah"), ("2023-06-28", "Hari Arafah"), ("2023-06-29", "Hari Raya Qurban"), ("2023-06-30", "Hari Raya Qurban (Hari Kedua)"), ("2023-07-02", "Cuti Hari Raya Qurban (Hari Kedua)"), ("2023-07-07", "Hari Ulang Tahun Perisytiharan Tapak Warisan Dunia"), ("2023-07-08", "Hari Jadi Yang di-Pertua Negeri Pulau Pinang"), ("2023-07-19", "Awal Muharam"), ("2023-07-22", "Hari Kemerdekaan Sarawak"), ("2023-07-30", "Hari Keputeraan Sultan Pahang"), ("2023-07-31", "Cuti Hari Keputeraan Sultan Pahang"), ("2023-08-23", "Hari Hol Almarhum Sultan Iskandar"), ("2023-08-24", "Hari Jadi Yang di-Pertua Negeri Melaka"), ("2023-08-31", "Hari Kebangsaan"), ("2023-09-16", "Hari Malaysia"), ("2023-09-17", "Cuti Hari Malaysia"), ("2023-09-28", "Hari Keputeraan Nabi Muhammad S.A.W."), ("2023-09-29", "Hari Keputeraan Sultan Kelantan"), ("2023-09-30", "Hari Keputeraan Sultan Kelantan"), ("2023-10-07", "Hari Jadi Yang di-Pertua Negeri Sabah"), ("2023-10-14", "Hari Jadi Yang di-Pertua Negeri Sarawak"), ("2023-11-03", "Hari Keputeraan Sultan Perak"), ("2023-11-12", "Hari Deepavali"), ("2023-11-13", "Cuti Hari Deepavali"), ("2023-12-11", "Hari Keputeraan Sultan Selangor"), ("2023-12-24", "Christmas Eve"), ("2023-12-25", "Hari Krismas"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-01-14", "Birthday of the Sultan of Negeri Sembilan"), ("2023-01-22", "Chinese New Year"), ("2023-01-23", "Chinese New Year (Second Day)"), ("2023-01-24", "Chinese New Year (observed)"), ("2023-02-01", "Federal Territory Day"), ("2023-02-05", "Thaipusam"), ("2023-02-06", "Thaipusam (observed)"), ("2023-02-18", "Isra' and Mi'raj"), ("2023-02-19", "Isra' and Mi'raj (observed)"), ("2023-03-04", "Anniversary of the Installation of the Sultan of Terengganu"), ( "2023-03-05", "Anniversary of the Installation of the Sultan of Terengganu (observed)", ), ("2023-03-23", "Beginning of Ramadan; Birthday of the Sultan of Johor"), ("2023-04-07", "Good Friday"), ("2023-04-08", "Nuzul Al-Quran Day"), ("2023-04-09", "Nuzul Al-Quran Day (observed)"), ("2023-04-15", "Declaration of Malacca as a Historical City"), ("2023-04-21", "Eid al-Fitr (additional holiday)"), ("2023-04-22", "Eid al-Fitr"), ("2023-04-23", "Eid al-Fitr (Second Day)"), ("2023-04-24", "Eid al-Fitr (Second Day) (observed); Eid al-Fitr (observed)"), ("2023-04-26", "Birthday of the Sultan of Terengganu"), ("2023-05-01", "Labor Day"), ("2023-05-04", "Vesak Day"), ("2023-05-17", "Birthday of the Raja of Perlis"), ("2023-05-22", "The Sultan of Pahang Hol"), ("2023-05-30", "Pesta Kaamatan"), ("2023-05-31", "Pesta Kaamatan"), ("2023-06-01", "Dayak Festival Day"), ("2023-06-02", "Dayak Festival Day"), ("2023-06-05", "Birthday of HM Yang di-Pertuan Agong"), ("2023-06-18", "Birthday of The Sultan of Kedah"), ("2023-06-28", "Arafat Day"), ("2023-06-29", "Eid al-Adha"), ("2023-06-30", "Eid al-Adha (Second Day)"), ("2023-07-02", "Eid al-Adha (Second Day) (observed)"), ("2023-07-07", "George Town Heritage Day"), ("2023-07-08", "Birthday of the Governor of Penang"), ("2023-07-19", "Islamic New Year"), ("2023-07-22", "Sarawak Independence Day"), ("2023-07-30", "Birthday of the Sultan of Pahang"), ("2023-07-31", "Birthday of the Sultan of Pahang (observed)"), ("2023-08-23", "The Sultan of Johor Hol"), ("2023-08-24", "Birthday of the Governor of Malacca"), ("2023-08-31", "National Day"), ("2023-09-16", "Malaysia Day"), ("2023-09-17", "Malaysia Day (observed)"), ("2023-09-28", "Prophet Muhammad's Birthday"), ("2023-09-29", "Birthday of the Sultan of Kelantan"), ("2023-09-30", "Birthday of the Sultan of Kelantan"), ("2023-10-07", "Birthday of the Governor of Sabah"), ("2023-10-14", "Birthday of the Governor of Sarawak"), ("2023-11-03", "Birthday of the Sultan of Perak"), ("2023-11-12", "Deepavali"), ("2023-11-13", "Deepavali (observed)"), ("2023-12-11", "Birthday of The Sultan of Selangor"), ("2023-12-24", "Christmas Eve"), ("2023-12-25", "Christmas Day"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2023-01-01", "วันขึ้นปีใหม่"), ("2023-01-02", "ชดเชยวันขึ้นปีใหม่"), ("2023-01-14", "วันคล้ายวันประสูติสุลต่านแห่งรัฐเนเกรีเซมบิลัน"), ("2023-01-22", "วันตรุษจีน"), ("2023-01-23", "วันตรุษจีนวันที่สอง"), ("2023-01-24", "ชดเชยวันตรุษจีน"), ("2023-02-01", "วันเขตสหพันธรัฐ"), ("2023-02-05", "วันไทปูซัม"), ("2023-02-06", "ชดเชยวันไทปูซัม"), ("2023-02-18", "วันเมี๊ยะราจ"), ("2023-02-19", "ชดเชยวันเมี๊ยะราจ"), ("2023-03-04", "วันครบรอบพระราชพิธีสถาปนาสุลต่านแห่งรัฐตรังกานู"), ("2023-03-05", "ชดเชยวันครบรอบพระราชพิธีสถาปนาสุลต่านแห่งรัฐตรังกานู"), ("2023-03-23", "วันคล้ายวันพระราชสมภพสุลต่านแห่งรัฐยะโฮร์; วันแรกการถือศีลอด"), ("2023-04-07", "วันศุกร์ประเสริฐ"), ("2023-04-08", "วันนูซุลอัลกุรอาน"), ("2023-04-09", "ชดเชยวันนูซุลอัลกุรอาน"), ("2023-04-15", "วันรำลึกการประกาศมะละกาเป็นเมืองประวัติศาสตร์"), ("2023-04-21", "วันอีฎิ้ลฟิตริ (เพิ่มเติม)"), ("2023-04-22", "วันอีฎิ้ลฟิตริ"), ("2023-04-23", "วันอีฎิ้ลฟิตริวันที่สอง"), ("2023-04-24", "ชดเชยวันอีฎิ้ลฟิตริ; ชดเชยวันอีฎิ้ลฟิตริวันที่สอง"), ("2023-04-26", "วันคล้ายวันประสูติสุลต่านแห่งรัฐตรังกานู"), ("2023-05-01", "วันแรงงาน"), ("2023-05-04", "วันวิสาขบูชา"), ("2023-05-17", "วันคล้ายวันประสูติสุลต่านแห่งรัฐปะลิส"), ("2023-05-22", "วันคล้ายวันสิ้นพระชนม์สุลต่านแห่งรัฐปะหังองค์ก่อน"), ("2023-05-30", "เทศกาลกามะตัน"), ("2023-05-31", "เทศกาลกามะตัน"), ("2023-06-01", "วันเทศกาลกาไวดายัค"), ("2023-06-02", "วันเทศกาลกาไวดายัค"), ("2023-06-05", "วันคล้ายวันพระราชสมภพสมเด็จพระราชาธิบดีแห่งมาเลเซีย"), ("2023-06-18", "วันคล้ายวันประสูติสุลต่านแห่งรัฐเกดะห์"), ("2023-06-28", "วันอารอฟะห์"), ("2023-06-29", "วันอีดิ้ลอัฎฮา"), ("2023-06-30", "วันอีดิ้ลอัฎฮาวันที่สอง"), ("2023-07-02", "ชดเชยวันอีดิ้ลอัฎฮาวันที่สอง"), ("2023-07-07", "วันครบรอบการประกาศจอร์จทาวน์เป็นมรดกโลก"), ("2023-07-08", "วันคล้ายวันเกิดผู้ว่าการรัฐปีนัง"), ("2023-07-19", "วันขึ้นปีใหม่อิสลาม"), ("2023-07-22", "วันประกาศเอกราชรัฐซาราวัก"), ("2023-07-30", "วันคล้ายวันประสูติสุลต่านแห่งรัฐปะหัง"), ("2023-07-31", "ชดเชยวันคล้ายวันประสูติสุลต่านแห่งรัฐปะหัง"), ("2023-08-23", "วันคล้ายวันสวรรคตสุลต่านแห่งรัฐยะโฮร์องค์ก่อน"), ("2023-08-24", "วันคล้ายวันเกิดผู้ว่าการรัฐมะละกา"), ("2023-08-31", "วันชาติมาเลเซีย"), ("2023-09-16", "วันเฉลิมฉลองการจัดตั้งสหพันธรัฐมาเลเซีย"), ("2023-09-17", "ชดเชยวันเฉลิมฉลองการจัดตั้งสหพันธรัฐมาเลเซีย"), ("2023-09-28", "วันเมาลิดนบี"), ("2023-09-29", "วันคล้ายวันประสูติสุลต่านแห่งรัฐกลันตัน"), ("2023-09-30", "วันคล้ายวันประสูติสุลต่านแห่งรัฐกลันตัน"), ("2023-10-07", "วันคล้ายวันเกิดผู้ว่าการรัฐซาบาห์"), ("2023-10-14", "วันคล้ายวันเกิดผู้ว่าการรัฐซาราวัก"), ("2023-11-03", "วันคล้ายวันประสูติสุลต่านแห่งรัฐเประก์"), ("2023-11-12", "วันดีปาวลี"), ("2023-11-13", "ชดเชยวันดีปาวลี"), ("2023-12-11", "วันคล้ายวันประสูติสุลต่านแห่งรัฐสลังงอร์"), ("2023-12-24", "วันคริสต์มาสอีฟ"), ("2023-12-25", "วันคริสต์มาส"), ) holidays-0.71/tests/countries/test_maldives.py000066400000000000000000000071611500152103600216450ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.maldives import Maldives, MDV, MV from tests.common import CommonCountryTests class TestMaldives(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Maldives, years=range(1950, 2050)) def test_country_aliases(self): self.assertAliases(Maldives, MV, MDV) def test_new_years_day(self): self.assertHolidayName("New Year's Day", (f"{year}-01-01" for year in range(1950, 2050))) def test_labor_day(self): self.assertHolidayName("Labor Day", (f"{year}-05-01" for year in range(1950, 2050))) def test_independence_day(self): self.assertHolidayName("Independence Day", (f"{year}-07-26" for year in range(1950, 2050))) def test_victory_day(self): self.assertHolidayName("Victory Day", (f"{year}-11-03" for year in range(1950, 2050))) def test_republic_day(self): self.assertHolidayName("Republic Day", (f"{year}-11-11" for year in range(1950, 2050))) def test_2018(self): self.assertHolidays( Maldives(years=2018), ("2018-01-01", "New Year's Day"), ("2018-05-01", "Labor Day"), ("2018-05-16", "Beginning of Ramadan (estimated)"), ("2018-06-15", "Eid al-Fitr (estimated)"), ("2018-06-16", "Eid al-Fitr (estimated)"), ("2018-06-17", "Eid al-Fitr (estimated)"), ("2018-07-26", "Independence Day"), ("2018-08-20", "Hajj Day (estimated)"), ("2018-08-21", "Eid al-Adha (estimated)"), ("2018-08-22", "Eid al-Adha (estimated)"), ("2018-08-23", "Eid al-Adha (estimated)"), ("2018-08-24", "Eid al-Adha (estimated)"), ("2018-09-11", "Islamic New Year (estimated)"), ("2018-11-03", "Victory Day"), ("2018-11-09", "National Day (estimated)"), ("2018-11-11", "Republic Day"), ("2018-11-20", "Mawlid al-Nabi (estimated)"), ("2018-12-08", "The Day Maldives Embraced Islam (estimated)"), ) def test_2020(self): self.assertHolidays( Maldives(years=2020), ("2020-01-01", "New Year's Day"), ("2020-04-24", "Beginning of Ramadan (estimated)"), ("2020-05-01", "Labor Day"), ("2020-05-24", "Eid al-Fitr (estimated)"), ("2020-05-25", "Eid al-Fitr (estimated)"), ("2020-05-26", "Eid al-Fitr (estimated)"), ("2020-07-26", "Independence Day"), ("2020-07-30", "Hajj Day (estimated)"), ("2020-07-31", "Eid al-Adha (estimated)"), ("2020-08-01", "Eid al-Adha (estimated)"), ("2020-08-02", "Eid al-Adha (estimated)"), ("2020-08-03", "Eid al-Adha (estimated)"), ("2020-08-20", "Islamic New Year (estimated)"), ("2020-10-18", "National Day (estimated)"), ("2020-10-29", "Mawlid al-Nabi (estimated)"), ("2020-11-03", "Victory Day"), ("2020-11-11", "Republic Day"), ("2020-11-16", "The Day Maldives Embraced Islam (estimated)"), ) holidays-0.71/tests/countries/test_malta.py000066400000000000000000000124771500152103600211450ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.malta import Malta, MT, MLT from tests.common import CommonCountryTests class TestMalta(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Malta) def test_country_aliases(self): self.assertAliases(Malta, MT, MLT) def test_no_holidays(self): self.assertNoHolidays(Malta(years=1979)) def test_1980(self): self.assertHolidays( Malta(years=1980), ("1980-01-01", "L-Ewwel tas-Sena"), ("1980-03-31", "Jum il-Ħelsien"), ("1980-04-04", "Il-Ġimgħa l-Kbira"), ("1980-05-01", "Jum il-Ħaddiem"), ("1980-08-15", "Il-Festa ta' Santa Marija"), ("1980-12-13", "Jum ir-Repubblika"), ("1980-12-25", "Il-Milied"), ) def test_1987(self): self.assertHolidays( Malta(years=1987), ("1987-01-01", "L-Ewwel tas-Sena"), ("1987-02-10", "Il-Festa tan-Nawfraġju ta' San Pawl"), ("1987-03-19", "Il-Festa ta' San Ġużepp"), ("1987-04-17", "Il-Ġimgħa l-Kbira"), ("1987-05-01", "Jum il-Ħaddiem"), ("1987-06-29", "Il-Festa ta' San Pietru u San Pawl"), ("1987-08-15", "Il-Festa ta' Santa Marija"), ("1987-09-08", "Jum il-Vitorja"), ("1987-09-21", "Jum l-Indipendenza"), ("1987-12-08", "Il-Festa tal-Immakulata Kunċizzjoni"), ("1987-12-13", "Jum ir-Repubblika"), ("1987-12-25", "Il-Milied"), ) def test_1989(self): self.assertHolidays( Malta(years=1989), ("1989-01-01", "L-Ewwel tas-Sena"), ("1989-02-10", "Il-Festa tan-Nawfraġju ta' San Pawl"), ("1989-03-19", "Il-Festa ta' San Ġużepp"), ("1989-03-24", "Il-Ġimgħa l-Kbira"), ("1989-03-31", "Jum il-Ħelsien"), ("1989-05-01", "Jum il-Ħaddiem"), ("1989-06-07", "Sette Giugno"), ("1989-06-29", "Il-Festa ta' San Pietru u San Pawl"), ("1989-08-15", "Il-Festa ta' Santa Marija"), ("1989-09-08", "Jum il-Vitorja"), ("1989-09-21", "Jum l-Indipendenza"), ("1989-12-08", "Il-Festa tal-Immakulata Kunċizzjoni"), ("1989-12-13", "Jum ir-Repubblika"), ("1989-12-25", "Il-Milied"), ) def test_2022(self): self.assertHolidays( Malta(years=2022), ("2022-01-01", "L-Ewwel tas-Sena"), ("2022-02-10", "Il-Festa tan-Nawfraġju ta' San Pawl"), ("2022-03-19", "Il-Festa ta' San Ġużepp"), ("2022-03-31", "Jum il-Ħelsien"), ("2022-04-15", "Il-Ġimgħa l-Kbira"), ("2022-05-01", "Jum il-Ħaddiem"), ("2022-06-07", "Sette Giugno"), ("2022-06-29", "Il-Festa ta' San Pietru u San Pawl"), ("2022-08-15", "Il-Festa ta' Santa Marija"), ("2022-09-08", "Jum il-Vitorja"), ("2022-09-21", "Jum l-Indipendenza"), ("2022-12-08", "Il-Festa tal-Immakulata Kunċizzjoni"), ("2022-12-13", "Jum ir-Repubblika"), ("2022-12-25", "Il-Milied"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "L-Ewwel tas-Sena"), ("2023-02-10", "Il-Festa tan-Nawfraġju ta' San Pawl"), ("2023-03-19", "Il-Festa ta' San Ġużepp"), ("2023-03-31", "Jum il-Ħelsien"), ("2023-04-07", "Il-Ġimgħa l-Kbira"), ("2023-05-01", "Jum il-Ħaddiem"), ("2023-06-07", "Sette Giugno"), ("2023-06-29", "Il-Festa ta' San Pietru u San Pawl"), ("2023-08-15", "Il-Festa ta' Santa Marija"), ("2023-09-08", "Jum il-Vitorja"), ("2023-09-21", "Jum l-Indipendenza"), ("2023-12-08", "Il-Festa tal-Immakulata Kunċizzjoni"), ("2023-12-13", "Jum ir-Repubblika"), ("2023-12-25", "Il-Milied"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-02-10", "Feast of Saint Paul's Shipwreck"), ("2023-03-19", "Feast of Saint Joseph"), ("2023-03-31", "Freedom Day"), ("2023-04-07", "Good Friday"), ("2023-05-01", "Worker's Day"), ("2023-06-07", "Sette Giugno"), ("2023-06-29", "Feast of Saint Peter and Saint Paul"), ("2023-08-15", "Feast of the Assumption"), ("2023-09-08", "Feast of Our Lady of Victories"), ("2023-09-21", "Independence Day"), ("2023-12-08", "Feast of the Immaculate Conception"), ("2023-12-13", "Republic Day"), ("2023-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_marshall_islands.py000066400000000000000000000107031500152103600233550ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from unittest import TestCase from holidays.countries.marshall_islands import HolidaysMH, MH, MHL from tests.common import CommonCountryTests class TestMH(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(HolidaysMH) def setUp(self): super().setUp() warnings.simplefilter("ignore") def test_country_aliases(self): self.assertAliases(HolidaysMH, MH, MHL) def test_2020(self): # http://web.archive.org/web/20201125072002/https://www.pscrmi.net/rmi-holiday-memos self.assertHolidays( HolidaysMH(years=2020), ("2020-01-01", "New Year's Day"), ("2020-03-01", "Nuclear Victims Remembrance Day"), ("2020-03-02", "Nuclear Victims Remembrance Day Holiday"), ("2020-04-10", "Good Friday"), ("2020-05-01", "Constitution Day"), ("2020-07-03", "Fisherman's Day"), ("2020-09-04", "Dri-jerbal Day"), ("2020-09-25", "Manit Day"), ("2020-11-17", "President's Day"), ("2020-12-04", "Gospel Day"), ("2020-12-25", "Christmas Day"), ) def test_2021(self): # http://web.archive.org/web/20210617163816/https://www.pscrmi.net/rmi-holiday-memos self.assertHolidays( HolidaysMH(years=2021), ("2021-01-01", "New Year's Day"), ("2021-03-01", "Nuclear Victims Remembrance Day"), ("2021-04-02", "Good Friday"), ("2021-05-01", "Constitution Day"), ("2021-07-02", "Fisherman's Day"), ("2021-09-03", "Dri-jerbal Day"), ("2021-09-24", "Manit Day"), ("2021-11-17", "President's Day"), ("2021-12-03", "Gospel Day"), ("2021-12-24", "Christmas Day"), ) def test_2022(self): # http://web.archive.org/web/20220704021442/https://www.pscrmi.net/rmi-holiday-memos self.assertHolidays( HolidaysMH(years=2022), ("2022-01-01", "New Year's Day"), ("2022-03-01", "Nuclear Victims Remembrance Day"), ("2022-04-15", "Good Friday"), ("2022-05-01", "Constitution Day"), ("2022-05-02", "Constitution Day Holiday"), ("2022-07-01", "Fisherman's Day"), ("2022-09-02", "Dri-jerbal Day"), ("2022-09-30", "Manit Day"), ("2022-11-17", "President's Day"), ("2022-12-02", "Gospel Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Christmas Day Holiday"), ) def test_2023(self): # https://web.archive.org/web/20230628074915/https://www.pscrmi.net/rmi-holiday-memos self.assertHolidays( HolidaysMH(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day Holiday"), ("2023-03-01", "Nuclear Victims Remembrance Day"), ("2023-04-07", "Good Friday"), ("2023-05-01", "Constitution Day"), ("2023-07-07", "Fisherman's Day"), ("2023-09-01", "Dri-jerbal Day"), ("2023-09-29", "Manit Day"), ("2023-11-17", "President's Day"), ("2023-11-20", "General Election Day"), ("2023-12-01", "Gospel Day"), ("2023-12-25", "Christmas Day"), ) def test_special_holidays(self): self.assertHoliday( # General Election are held on the 3rd Monday of November # see https://en.wikipedia.org/wiki/Elections_in_the_Marshall_Islands "1995-11-20", "1999-11-22", "2003-11-17", "2007-11-19", "2011-11-21", "2015-11-16", "2019-11-18", "2023-11-20", ) def test_not_observed(self): self.assertNoNonObservedHoliday( "2020-03-02", "2022-05-02", "2022-12-26", "2023-01-02", ) holidays-0.71/tests/countries/test_mauritania.py000066400000000000000000000052671500152103600222000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.mauritania import Mauritania, MR, MRT from tests.common import CommonCountryTests class TestMauritania(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Mauritania, years=range(1950, 2050)) def test_country_aliases(self): self.assertAliases(Mauritania, MR, MRT) def test_new_years_day(self): self.assertHolidayName("New Year's Day", (f"{year}-01-01" for year in range(1950, 2050))) def test_labor_day(self): self.assertHolidayName("Labor Day", (f"{year}-05-01" for year in range(1950, 2050))) def test_africa_day(self): self.assertHolidayName("Africa Day", (f"{year}-05-25" for year in range(1950, 2050))) def test_independence_day(self): name = "Independence Day" self.assertHolidayName(name, (f"{year}-11-28" for year in range(1960, 2050))) self.assertNoHolidayName(name, range(1950, 1960)) def test_2023(self): self.assertHolidays( Mauritania(years=2023), ("2023-01-01", "New Year's Day"), ("2023-04-21", "Eid al-Fitr (estimated)"), ("2023-04-22", "Eid al-Fitr (estimated)"), ("2023-05-01", "Labor Day"), ("2023-05-25", "Africa Day"), ("2023-06-28", "Eid al-Adha (estimated)"), ("2023-06-29", "Eid al-Adha (estimated)"), ("2023-07-19", "Islamic New Year (estimated)"), ("2023-09-27", "Mawlid al-Nabi (estimated)"), ("2023-11-28", "Independence Day"), ) def test_2024(self): self.assertHolidays( Mauritania(years=2024), ("2024-01-01", "New Year's Day"), ("2024-04-10", "Eid al-Fitr (estimated)"), ("2024-04-11", "Eid al-Fitr (estimated)"), ("2024-05-01", "Labor Day"), ("2024-05-25", "Africa Day"), ("2024-06-16", "Eid al-Adha (estimated)"), ("2024-06-17", "Eid al-Adha (estimated)"), ("2024-07-07", "Islamic New Year (estimated)"), ("2024-09-15", "Mawlid al-Nabi (estimated)"), ("2024-11-28", "Independence Day"), ) holidays-0.71/tests/countries/test_mexico.py000066400000000000000000000134131500152103600213220ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.mexico import Mexico, MX, MEX from tests.common import CommonCountryTests class TestMexico(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Mexico, years=range(1901, 2050)) def test_country_aliases(self): self.assertAliases(Mexico, MX, MEX) def test_new_years_day(self): self.assertHoliday(f"{year}-01-01" for year in range(1901, 2050)) def test_constitution_day(self): self.assertHoliday(f"{year}-02-05" for year in range(1917, 2006)) self.assertNoHoliday(f"{year}-02-05" for year in range(1901, 1917)) self.assertNoHolidayName("Día de la Constitución", range(1901, 1917)) self.assertHoliday( "2006-02-06", "2007-02-05", "2008-02-04", "2009-02-02", "2010-02-01", "2011-02-07", "2012-02-06", "2013-02-04", "2014-02-03", "2015-02-02", "2016-02-01", "2017-02-06", "2018-02-05", "2019-02-04", "2020-02-03", "2021-02-01", "2022-02-07", "2023-02-06", ) def test_benito_juarez(self): self.assertHoliday(f"{year}-03-21" for year in range(1917, 2007)) self.assertNoHoliday(f"{year}-03-21" for year in range(1901, 1917)) self.assertNoHolidayName("Natalicio de Benito Juárez", range(1901, 1917)) self.assertHoliday( "2007-03-19", "2008-03-17", "2009-03-16", "2010-03-15", "2011-03-21", "2012-03-19", "2013-03-18", "2014-03-17", "2015-03-16", "2016-03-21", "2017-03-20", "2018-03-19", "2019-03-18", "2020-03-16", "2021-03-15", "2022-03-21", "2023-03-20", ) def test_labour_day(self): self.assertHoliday(f"{year}-05-01" for year in range(1923, 2050)) self.assertNoHoliday(f"{year}-05-01" for year in range(1901, 1923)) self.assertNoHolidayName("Día del Trabajo", range(1901, 1923)) def test_independence_day(self): self.assertHoliday(f"{year}-09-16" for year in range(1901, 2050)) def test_revolution_day(self): self.assertHoliday(f"{year}-11-20" for year in range(1917, 2006)) self.assertNoHoliday(f"{year}-11-20" for year in range(1901, 1917)) self.assertNoHolidayName("Día de la Revolución", range(1901, 1917)) self.assertHoliday( "2006-11-20", "2007-11-19", "2008-11-17", "2009-11-16", "2010-11-15", "2011-11-21", "2012-11-19", "2013-11-18", "2014-11-17", "2015-11-16", "2016-11-21", "2017-11-20", "2018-11-19", "2019-11-18", "2020-11-16", "2021-11-15", "2022-11-21", "2023-11-20", ) def test_change_of_government(self): self.assertHoliday( "1970-12-01", "1976-12-01", "1982-12-01", "1988-12-01", "1994-12-01", "2000-12-01", "2006-12-01", "2012-12-01", "2018-12-01", "2024-10-01", ) self.assertNoHoliday( f"{year}-12-01" for year in range(1970, 2050) if (year - 1970) % 6 > 0 ) name = "Transmisión del Poder Ejecutivo Federal" self.assertNoHolidayName(name, range(1901, 1970)) self.assertNoHolidayName( name, (year for year in range(1970, 2050) if (year - 1970) % 6 > 0) ) self.assertNoHoliday("2024-12-01") def test_christmas_day(self): self.assertHoliday(f"{year}-12-25" for year in range(1901, 2050)) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-02-07", "Día de la Constitución"), ("2022-03-21", "Natalicio de Benito Juárez"), ("2022-05-01", "Día del Trabajo"), ("2022-09-16", "Día de la Independencia"), ("2022-11-21", "Día de la Revolución"), ("2022-12-25", "Navidad"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-02-07", "Constitution Day"), ("2022-03-21", "Benito Juárez's birthday"), ("2022-05-01", "Labor Day"), ("2022-09-16", "Independence Day"), ("2022-11-21", "Revolution Day"), ("2022-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-02-07", "День Конституції"), ("2022-03-21", "Річниця Беніто Хуареса"), ("2022-05-01", "День праці"), ("2022-09-16", "День незалежності"), ("2022-11-21", "День революції"), ("2022-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_moldova.py000066400000000000000000000140721500152103600215010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.moldova import Moldova, MD, MDA from tests.common import CommonCountryTests class TestMoldova(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Moldova) def test_country_aliases(self): self.assertAliases(Moldova, MD, MDA) def test_no_holidays(self): self.assertNoHolidays(Moldova(years=1990)) def test_christmas(self): name_old1 = "Nașterea lui Iisus Hristos (Crăciunul)" name_old2 = "Nașterea lui Iisus Hristos (Crăciunul pe stil vechi)" name_new = "Nașterea lui Iisus Hristos (Crăciunul pe stil nou)" self.assertHolidayName(name_old1, (f"{year}-01-07" for year in range(1991, 2014))) self.assertNoHolidayName(name_old1, Moldova(years=2014)) self.assertHolidayName(name_old2, (f"{year}-01-07" for year in range(2014, 2031))) self.assertNoHolidayName(name_old2, Moldova(years=2013)) self.assertHolidayName(name_new, (f"{year}-12-25" for year in range(2013, 2031))) self.assertNoHolidayName(name_new, Moldova(years=2012)) def test_europe_day(self): name = "Ziua Europei" self.assertHolidayName(name, (f"{year}-05-09" for year in range(2017, 2031))) self.assertNoHolidayName(name, Moldova(years=2016)) def test_childrens_day(self): name = "Ziua Ocrotirii Copilului" self.assertHolidayName(name, (f"{year}-06-01" for year in range(2016, 2031))) self.assertNoHolidayName(name, Moldova(years=2015)) def test_2022(self): self.assertHolidayDates( Moldova(years=2022), "2022-01-01", "2022-01-07", "2022-01-08", "2022-03-08", "2022-04-24", "2022-04-25", "2022-05-01", "2022-05-02", "2022-05-09", "2022-06-01", "2022-08-27", "2022-08-31", "2022-12-25", ) def test_2023(self): self.assertHolidayDates( Moldova(years=2023), "2023-01-01", "2023-01-07", "2023-01-08", "2023-03-08", "2023-04-16", "2023-04-17", "2023-04-24", "2023-05-01", "2023-05-09", "2023-06-01", "2023-08-27", "2023-08-31", "2023-12-25", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Anul Nou"), ("2022-01-07", "Nașterea lui Iisus Hristos (Crăciunul pe stil vechi)"), ("2022-01-08", "Nașterea lui Iisus Hristos (Crăciunul pe stil vechi)"), ("2022-03-08", "Ziua internatională a femeii"), ("2022-04-24", "Paștele"), ("2022-04-25", "Paștele"), ("2022-05-01", "Ziua internaţională a solidarităţii oamenilor muncii"), ("2022-05-02", "Paștele blajinilor"), ( "2022-05-09", "Ziua Europei; Ziua Victoriei și a comemorării eroilor " "căzuţi pentru Independenţa Patriei", ), ("2022-06-01", "Ziua Ocrotirii Copilului"), ("2022-08-27", "Ziua independenţei Republicii Moldova"), ("2022-08-31", "Limba noastră"), ("2022-12-25", "Nașterea lui Iisus Hristos (Crăciunul pe stil nou)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-07", "Christmas Day (by old style)"), ("2022-01-08", "Christmas Day (by old style)"), ("2022-03-08", "International Women's Day"), ("2022-04-24", "Easter"), ("2022-04-25", "Easter"), ("2022-05-01", "International Workers' Solidarity Day"), ("2022-05-02", "Day of Rejoicing"), ( "2022-05-09", "Europe Day; Victory Day and Commemoration of the heroes " "fallen for Independence of Fatherland", ), ("2022-06-01", "International Children's Day"), ("2022-08-27", "Republic of Moldova Independence Day"), ("2022-08-31", "National Language Day"), ("2022-12-25", "Christmas Day (by new style)"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-07", "Різдво Христове (за старим стилем)"), ("2022-01-08", "Різдво Христове (за старим стилем)"), ("2022-03-08", "Міжнародний жіночий день"), ("2022-04-24", "Великдень"), ("2022-04-25", "Великдень"), ("2022-05-01", "День міжнародної солідарності трудящих"), ("2022-05-02", "Проводи"), ( "2022-05-09", "День Європи; День Перемоги та вшанування памʼяті героїв, " "полеглих за незалежність Батьківщини", ), ("2022-06-01", "День захисту дітей"), ("2022-08-27", "День незалежності Республіки Молдова"), ("2022-08-31", "День рідної мови"), ("2022-12-25", "Різдво Христове (за новим стилем)"), ) holidays-0.71/tests/countries/test_monaco.py000066400000000000000000000135151500152103600213150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.monaco import Monaco, MC, MCO from tests.common import CommonCountryTests class TestMonaco(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Monaco) def test_country_aliases(self): self.assertAliases(Monaco, MC, MCO) def test_immaculate_conception_day(self): self.assertHoliday( "2018-12-08", "2019-12-09", "2020-12-08", "2021-12-08", "2022-12-08", "2023-12-08", "2024-12-09", ) def test_observed(self): observed_holidays = ( "2010-08-16", "2011-05-02", "2011-12-26", "2012-01-02", "2015-11-02", "2016-05-02", "2016-12-26", "2017-01-02", "2017-11-20", "2020-11-02", "2021-08-16", "2022-05-02", "2022-12-26", "2023-01-02", "2023-11-20", ) self.assertHoliday(observed_holidays) self.assertNoNonObservedHoliday(observed_holidays) def test_2020(self): self.assertHolidayDates( "2020-01-01", "2020-01-27", "2020-04-13", "2020-05-01", "2020-05-21", "2020-06-01", "2020-06-11", "2020-08-15", "2020-11-01", "2020-11-02", "2020-11-19", "2020-12-08", "2020-12-25", ) def test_2021(self): self.assertHolidayDates( "2021-01-01", "2021-01-27", "2021-04-05", "2021-05-01", "2021-05-13", "2021-05-24", "2021-06-03", "2021-08-15", "2021-08-16", "2021-11-01", "2021-11-19", "2021-12-08", "2021-12-25", ) def test_2022(self): self.assertHolidayDates( "2022-01-01", "2022-01-27", "2022-04-18", "2022-05-01", "2022-05-02", "2022-05-26", "2022-06-06", "2022-06-16", "2022-08-15", "2022-11-01", "2022-11-19", "2022-12-08", "2022-12-25", "2022-12-26", ) def test_2023(self): self.assertHolidayDates( "2023-01-01", "2023-01-02", "2023-01-27", "2023-04-10", "2023-05-01", "2023-05-18", "2023-05-29", "2023-06-08", "2023-08-15", "2023-11-01", "2023-11-19", "2023-11-20", "2023-12-08", "2023-12-25", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Le jour de l'An"), ("2022-01-27", "La Sainte Dévote"), ("2022-04-18", "Le lundi de Pâques"), ("2022-05-01", "Fête de la Travaille"), ("2022-05-02", "Fête de la Travaille (observé)"), ("2022-05-26", "L'Ascension"), ("2022-06-06", "Le lundi de Pentecôte"), ("2022-06-16", "La Fête Dieu"), ("2022-08-15", "L'Assomption de Marie"), ("2022-11-01", "La Toussaint"), ("2022-11-19", "La Fête du Prince"), ("2022-12-08", "L'Immaculée Conception"), ("2022-12-25", "Noël"), ("2022-12-26", "Noël (observé)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-27", "Saint Devote's Day"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-02", "Labor Day (observed)"), ("2022-05-26", "Ascension Day"), ("2022-06-06", "Whit Monday"), ("2022-06-16", "Corpus Christi"), ("2022-08-15", "Assumption Day"), ("2022-11-01", "All Saints' Day"), ("2022-11-19", "Prince's Day"), ("2022-12-08", "Immaculate Conception"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Christmas Day (observed)"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-27", "День Святої Девоти"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-02", "День праці (вихідний)"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-06", "День Святого Духа"), ("2022-06-16", "Свято Тіла і Крові Христових"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-11-01", "День усіх святих"), ("2022-11-19", "День Князя"), ("2022-12-08", "Непорочне зачаття Діви Марії"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Різдво Христове (вихідний)"), ) holidays-0.71/tests/countries/test_montenegro.py000066400000000000000000000432131500152103600222140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import CATHOLIC, HEBREW, ISLAMIC, ORTHODOX, WORKDAY from holidays.countries.montenegro import Montenegro, ME, MNE from tests.common import CommonCountryTests class TestMontenegro(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(2007, 2050) super().setUpClass(Montenegro, years=years, years_non_observed=years) cls.catholic_holidays = Montenegro(categories=CATHOLIC, years=years) cls.hebrew_holidays = Montenegro(categories=HEBREW, years=years) cls.islamic_holidays = Montenegro(categories=ISLAMIC, years=years) cls.orthodox_holidays = Montenegro(categories=ORTHODOX, years=years) def test_country_aliases(self): self.assertAliases(Montenegro, ME, MNE) def test_no_holidays(self): self.assertNoHolidays( Montenegro(categories=self.holidays.supported_categories, years=2006) ) def test_new_years_day(self): name = "Nova godina" self.assertHolidayName( name, (f"{year}-01-01" for year in range(2007, 2050)), (f"{year}-01-02" for year in range(2007, 2050)), ) dt = ( "2011-01-03", "2012-01-03", "2017-01-03", "2022-01-03", "2023-01-03", ) self.assertHolidayName(f"{name} (neradni dan)", dt) self.assertNoNonObservedHoliday(dt) def test_labor_day(self): name = "Praznik rada" self.assertHolidayName( name, (f"{year}-05-01" for year in range(2007, 2050)), (f"{year}-05-02" for year in range(2007, 2050)), ) dt = ( "2010-05-03", "2011-05-03", "2016-05-03", "2021-05-03", "2022-05-03", ) self.assertHolidayName(f"{name} (neradni dan)", dt) self.assertNoNonObservedHoliday(dt) def test_independence_day(self): name = "Dan nezavisnosti" self.assertHolidayName( name, (f"{year}-05-21" for year in range(2007, 2050)), (f"{year}-05-22" for year in range(2007, 2050)), ) dt = ( "2011-05-23", "2016-05-23", "2017-05-23", "2022-05-23", "2023-05-23", ) self.assertHolidayName(f"{name} (neradni dan)", dt) self.assertNoNonObservedHoliday(dt) def test_statehood_day(self): name = "Dan državnosti" self.assertHolidayName( name, (f"{year}-07-13" for year in range(2007, 2050)), (f"{year}-07-14" for year in range(2007, 2050)), ) dt = ( "2008-07-15", "2013-07-15", "2014-07-15", "2019-07-15", "2024-07-15", ) self.assertHolidayName(f"{name} (neradni dan)", dt) self.assertNoNonObservedHoliday(dt) def test_njegos_day(self): name = "Njegošev dan" self.assertHolidayName(name, (f"{year}-11-13" for year in range(2022, 2050))) self.assertNoHolidayName(name, range(2007, 2022)) dt = ( "2022-11-14", "2033-11-14", ) self.assertHolidayName(f"{name} (neradni dan)", dt) self.assertNoNonObservedHoliday(dt) def test_good_friday_catholic(self): name = "Veliki petak" self.assertNoHolidayName(name) dt = ( "2015-04-03", "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, self.catholic_holidays, dt) self.assertHolidayName(name, self.catholic_holidays, range(2007, 2050)) def test_easter_monday_catholic(self): name = "Uskrs" self.assertNoHolidayName(name) dt = ( "2015-04-06", "2016-03-28", "2017-04-17", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) self.assertHolidayName(name, self.catholic_holidays, dt) self.assertHolidayName(name, self.catholic_holidays, range(2007, 2050)) def test_all_saints_day_catholic(self): name = "Svi Sveti" self.assertNoHolidayName(name) self.assertHolidayName( name, self.catholic_holidays, (f"{year}-11-01" for year in range(2007, 2050)) ) def test_christmas_eve_catholic(self): name = "Badnji dan" self.assertNoHolidayName(name) self.assertHolidayName( name, self.catholic_holidays, (f"{year}-12-24" for year in range(2007, 2050)) ) def test_christmas_day_catholic(self): name = "Božić" self.assertNoHolidayName(name) self.assertHolidayName( name, self.catholic_holidays, (f"{year}-12-25" for year in range(2007, 2050)), (f"{year}-12-26" for year in range(2007, 2050)), ) def test_pesach(self): name = "Pasha" self.assertNoHolidayName(name) dt = ( "2015-04-05", "2015-04-04", "2016-04-23", "2016-04-24", "2017-04-11", "2024-04-24", "2017-04-12", "2018-03-31", "2018-04-01", "2019-04-20", "2019-04-21", "2020-04-09", "2020-04-10", "2021-03-28", "2021-03-29", "2022-04-16", "2022-04-17", "2023-04-06", "2023-04-07", "2024-04-23", ) self.assertHolidayName(name, self.hebrew_holidays, dt) self.assertHolidayName(name, self.hebrew_holidays, range(2007, 2050)) def test_yom_kippur(self): name = "Jom Kipur" self.assertNoHolidayName(name) dt = ( "2015-09-23", "2015-09-24", "2016-10-12", "2016-10-13", "2017-09-30", "2017-10-01", "2018-09-19", "2018-09-20", "2019-10-09", "2019-10-10", "2020-09-28", "2020-09-29", "2021-09-16", "2021-09-17", "2022-10-05", "2022-10-06", "2023-09-25", "2023-09-26", "2024-10-12", "2024-10-13", ) self.assertHolidayName(name, self.hebrew_holidays, dt) self.assertHolidayName(name, self.hebrew_holidays, range(2007, 2050)) def test_eid_al_fitr(self): name = "Ramazanski bajram" self.assertNoHolidayName(name) dt = ( "2015-07-18", "2015-07-19", "2015-07-20", "2016-07-07", "2016-07-08", "2016-07-09", "2017-06-26", "2017-06-27", "2017-06-28", "2018-06-15", "2018-06-16", "2018-06-17", "2019-06-04", "2019-06-05", "2019-06-06", "2020-05-24", "2020-05-25", "2020-05-26", "2021-05-13", "2021-05-14", "2021-05-15", "2022-05-02", "2022-05-03", "2022-05-04", "2023-04-21", "2023-04-22", "2023-04-23", "2024-04-10", "2024-04-11", "2024-04-12", ) self.assertHolidayName(name, self.islamic_holidays, dt) def test_eid_al_adha(self): name = "Kurbanski bajram" self.assertNoHolidayName(name) dt = ( "2015-09-24", "2015-09-25", "2015-09-26", "2016-09-13", "2016-09-14", "2016-09-15", "2017-09-02", "2017-09-03", "2017-09-04", "2018-08-22", "2018-08-23", "2018-08-24", "2019-08-11", "2019-08-12", "2019-08-13", "2020-07-31", "2020-08-01", "2020-08-02", "2021-07-20", "2021-07-21", "2021-07-22", "2022-07-09", "2022-07-10", "2022-07-11", "2023-06-28", "2023-06-29", "2023-06-30", "2024-06-16", "2024-06-17", "2024-06-18", ) self.assertHolidayName(name, self.islamic_holidays, dt) def test_good_friday_orthodox(self): name = "Veliki petak" self.assertNoHolidayName(name) dt = ( "2015-04-10", "2016-04-29", "2017-04-14", "2018-04-06", "2019-04-26", "2020-04-17", "2021-04-30", "2022-04-22", "2023-04-14", "2024-05-03", ) self.assertHolidayName(name, self.orthodox_holidays, dt) self.assertHolidayName(name, self.orthodox_holidays, range(2007, 2050)) def test_easter_monday_orthodox(self): name = "Uskrs" self.assertNoHolidayName(name) dt = ( "2015-04-13", "2016-05-02", "2017-04-17", "2018-04-09", "2019-04-29", "2020-04-20", "2021-05-03", "2022-04-25", "2023-04-17", "2024-05-06", ) self.assertHolidayName(name, self.orthodox_holidays, dt) self.assertHolidayName(name, self.orthodox_holidays, range(2007, 2050)) def test_christmas_eve_orthodox(self): name = "Badnji dan" self.assertNoHolidayName(name) self.assertHolidayName( name, self.orthodox_holidays, (f"{year}-01-06" for year in range(2007, 2050)) ) def test_christmas_day_orthodox(self): name = "Božić" self.assertNoHolidayName(name) self.assertHolidayName( name, self.orthodox_holidays, (f"{year}-01-07" for year in range(2007, 2050)), (f"{year}-01-08" for year in range(2007, 2050)), ) def test_ecological_state_day(self): name = "Dan Ekološke države" self.assertNoHolidayName(name) workday_holidays = Montenegro(categories=WORKDAY, years=range(2007, 2050)) self.assertHolidayName( name, workday_holidays, (f"{year}-09-20" for year in range(2022, 2050)) ) self.assertNoHolidayName(name, workday_holidays, range(2007, 2022)) def test_2022(self): self.assertHolidays( Montenegro(categories=self.holidays.supported_categories, years=2022), ("2022-01-01", "Nova godina"), ("2022-01-02", "Nova godina"), ("2022-01-03", "Nova godina (neradni dan)"), ("2022-01-06", "Badnji dan"), ("2022-01-07", "Božić"), ("2022-01-08", "Božić"), ("2022-04-15", "Veliki petak"), ("2022-04-16", "Pasha"), ("2022-04-17", "Pasha"), ("2022-04-18", "Uskrs"), ("2022-04-22", "Veliki petak"), ("2022-04-25", "Uskrs"), ("2022-05-01", "Praznik rada"), ("2022-05-02", "Praznik rada; Ramazanski bajram"), ("2022-05-03", "Praznik rada (neradni dan); Ramazanski bajram"), ("2022-05-04", "Ramazanski bajram"), ("2022-05-21", "Dan nezavisnosti"), ("2022-05-22", "Dan nezavisnosti"), ("2022-05-23", "Dan nezavisnosti (neradni dan)"), ("2022-07-09", "Kurbanski bajram"), ("2022-07-10", "Kurbanski bajram"), ("2022-07-11", "Kurbanski bajram"), ("2022-07-13", "Dan državnosti"), ("2022-07-14", "Dan državnosti"), ("2022-09-20", "Dan Ekološke države"), ("2022-10-05", "Jom Kipur"), ("2022-10-06", "Jom Kipur"), ("2022-11-01", "Svi Sveti"), ("2022-11-13", "Njegošev dan"), ("2022-11-14", "Njegošev dan (neradni dan)"), ("2022-12-24", "Badnji dan"), ("2022-12-25", "Božić"), ("2022-12-26", "Božić"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Nova godina"), ("2023-01-02", "Nova godina"), ("2023-01-03", "Nova godina (neradni dan)"), ("2023-01-06", "Badnji dan"), ("2023-01-07", "Božić"), ("2023-01-08", "Božić"), ("2023-04-06", "Pasha"), ("2023-04-07", "Pasha; Veliki petak"), ("2023-04-10", "Uskrs"), ("2023-04-14", "Veliki petak"), ("2023-04-17", "Uskrs"), ("2023-04-21", "Ramazanski bajram"), ("2023-04-22", "Ramazanski bajram"), ("2023-04-23", "Ramazanski bajram"), ("2023-05-01", "Praznik rada"), ("2023-05-02", "Praznik rada"), ("2023-05-21", "Dan nezavisnosti"), ("2023-05-22", "Dan nezavisnosti"), ("2023-05-23", "Dan nezavisnosti (neradni dan)"), ("2023-06-28", "Kurbanski bajram"), ("2023-06-29", "Kurbanski bajram"), ("2023-06-30", "Kurbanski bajram"), ("2023-07-13", "Dan državnosti"), ("2023-07-14", "Dan državnosti"), ("2023-09-20", "Dan Ekološke države"), ("2023-09-25", "Jom Kipur"), ("2023-09-26", "Jom Kipur"), ("2023-11-01", "Svi Sveti"), ("2023-11-13", "Njegošev dan"), ("2023-12-24", "Badnji dan"), ("2023-12-25", "Božić"), ("2023-12-26", "Božić"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day"), ("2023-01-03", "New Year's Day (observed)"), ("2023-01-06", "Christmas Eve"), ("2023-01-07", "Christmas"), ("2023-01-08", "Christmas"), ("2023-04-06", "Pesach"), ("2023-04-07", "Good Friday; Pesach"), ("2023-04-10", "Easter"), ("2023-04-14", "Good Friday"), ("2023-04-17", "Easter"), ("2023-04-21", "Eid al-Fitr"), ("2023-04-22", "Eid al-Fitr"), ("2023-04-23", "Eid al-Fitr"), ("2023-05-01", "Labor Day"), ("2023-05-02", "Labor Day"), ("2023-05-21", "Independence Day"), ("2023-05-22", "Independence Day"), ("2023-05-23", "Independence Day (observed)"), ("2023-06-28", "Eid al-Adha"), ("2023-06-29", "Eid al-Adha"), ("2023-06-30", "Eid al-Adha"), ("2023-07-13", "Statehood Day"), ("2023-07-14", "Statehood Day"), ("2023-09-20", "Ecological State Day"), ("2023-09-25", "Yom Kippur"), ("2023-09-26", "Yom Kippur"), ("2023-11-01", "All Saints' Day"), ("2023-11-13", "Njegos Day"), ("2023-12-24", "Christmas Eve"), ("2023-12-25", "Christmas"), ("2023-12-26", "Christmas"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "Новий рік"), ("2023-01-02", "Новий рік"), ("2023-01-03", "Новий рік (вихідний)"), ("2023-01-06", "Святий вечір"), ("2023-01-07", "Різдво Христове"), ("2023-01-08", "Різдво Христове"), ("2023-04-06", "Песах"), ("2023-04-07", "Песах; Страсна пʼятниця"), ("2023-04-10", "Великдень"), ("2023-04-14", "Страсна пʼятниця"), ("2023-04-17", "Великдень"), ("2023-04-21", "Рамазан-байрам"), ("2023-04-22", "Рамазан-байрам"), ("2023-04-23", "Рамазан-байрам"), ("2023-05-01", "День праці"), ("2023-05-02", "День праці"), ("2023-05-21", "День незалежності"), ("2023-05-22", "День незалежності"), ("2023-05-23", "День незалежності (вихідний)"), ("2023-06-28", "Курбан-байрам"), ("2023-06-29", "Курбан-байрам"), ("2023-06-30", "Курбан-байрам"), ("2023-07-13", "День державності"), ("2023-07-14", "День державності"), ("2023-09-20", "День екологічної держави"), ("2023-09-25", "Йом Кіпур"), ("2023-09-26", "Йом Кіпур"), ("2023-11-01", "День усіх святих"), ("2023-11-13", "День Нєґоша"), ("2023-12-24", "Святий вечір"), ("2023-12-25", "Різдво Христове"), ("2023-12-26", "Різдво Христове"), ) holidays-0.71/tests/countries/test_morocco.py000066400000000000000000000133571500152103600215060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.morocco import Morocco, MA, MOR from tests.common import CommonCountryTests class TestMorocco(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Morocco) def test_country_aliases(self): self.assertAliases(Morocco, MA, MOR) def test_2019(self): self.assertHolidayDates( "2019-01-01", "2019-01-11", "2019-05-01", "2019-06-04", "2019-06-05", "2019-07-30", "2019-08-11", "2019-08-12", "2019-08-14", "2019-08-20", "2019-08-21", "2019-08-31", "2019-11-06", "2019-11-09", "2019-11-10", "2019-11-18", ) def test_1999(self): self.assertHolidayDates( "1999-01-01", "1999-01-11", "1999-01-18", "1999-01-19", "1999-03-03", "1999-03-27", "1999-03-28", "1999-04-17", "1999-05-01", "1999-06-26", "1999-06-27", "1999-07-09", "1999-08-14", "1999-08-20", "1999-11-06", "1999-11-18", ) def test_amazigh_new_year(self): self.assertHoliday("2024-01-13") self.assertNoHoliday("2023-01-13") def test_independence_manifesto_day(self): self.assertHoliday("1945-01-11") self.assertNoHoliday("1944-01-11") def test_independence_day(self): self.assertHolidayName("عيد الإستقلال", "1957-11-18") self.assertHolidayName("عيد العرش", "1956-11-18", "1957-11-18") def test_hijri_based(self): self.assertHoliday( # Eid al-Fitr "2021-05-13", "2021-05-14", # Eid al-Adha "2006-01-10", "2006-12-31", "2021-07-20", "2021-07-21", # Islamic New Year "2008-01-10", "2008-12-29", "2021-08-09", # Prophet Muhammad's Birthday "2021-10-18", "2021-10-19", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "رأس السنة الميلادية"), ("2023-01-11", "ذكرى تقديم وثيقة الاستقلال"), ("2023-04-21", "(تقدير) عيد الفطر"), ("2023-04-22", "(تقدير) عيد الفطر"), ("2023-05-01", "عيد العمال"), ("2023-06-28", "(تقدير) عيد الأضحى"), ("2023-06-29", "(تقدير) عيد الأضحى"), ("2023-07-19", "(تقدير) رأس السنة الهجرية"), ("2023-07-30", "عيد العرش"), ("2023-08-14", "ذكرى استرجاع إقليم وادي الذهب"), ("2023-08-20", "ذكرى ثورة الملك و الشعب"), ("2023-08-21", "عيد الشباب"), ("2023-09-27", "(تقدير) عيد المولد النبوي"), ("2023-09-28", "(تقدير) عيد المولد النبوي"), ("2023-11-06", "ذكرى المسيرة الخضراء"), ("2023-11-18", "عيد الإستقلال"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-11", "Proclamation of Independence Day"), ("2023-04-21", "Eid al-Fitr (estimated)"), ("2023-04-22", "Eid al-Fitr (estimated)"), ("2023-05-01", "Labor Day"), ("2023-06-28", "Eid al-Adha (estimated)"), ("2023-06-29", "Eid al-Adha (estimated)"), ("2023-07-19", "Islamic New Year (estimated)"), ("2023-07-30", "Throne Day"), ("2023-08-14", "Oued Ed-Dahab Day"), ("2023-08-20", "Revolution Day"), ("2023-08-21", "Youth Day"), ("2023-09-27", "Prophet's Birthday (estimated)"), ("2023-09-28", "Prophet's Birthday (estimated)"), ("2023-11-06", "Green March"), ("2023-11-18", "Independence Day"), ) def test_l10n_fr(self): self.assertLocalizedHolidays( "fr", ("2023-01-01", "Nouvel an"), ("2023-01-11", "Manifeste de l'indépendance"), ("2023-04-21", "Fête de la rupture du jeûne (estimé)"), ("2023-04-22", "Fête de la rupture du jeûne (estimé)"), ("2023-05-01", "Fête du Travail"), ("2023-06-28", "Fête du sacrifice (estimé)"), ("2023-06-29", "Fête du sacrifice (estimé)"), ("2023-07-19", "Nouvel an musulman (estimé)"), ("2023-07-30", "Fête du Trône"), ("2023-08-14", "Allégeance Oued Eddahab"), ("2023-08-20", "La révolution du roi et du peuple"), ("2023-08-21", "Fête de la Jeunesse"), ("2023-09-27", "Anniversaire du prophète (estimé)"), ("2023-09-28", "Anniversaire du prophète (estimé)"), ("2023-11-06", "La marche verte"), ("2023-11-18", "Fête de l'indépendance"), ) holidays-0.71/tests/countries/test_mozambique.py000066400000000000000000000112011500152103600222000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.mozambique import Mozambique, MZ, MOZ from tests.common import CommonCountryTests class TestMozambique(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Mozambique, years=range(1975, 2050)) def test_country_aliases(self): self.assertAliases(Mozambique, MZ, MOZ) def test_no_holidays(self): self.assertNoHolidays(Mozambique(years=1974)) def test_holidays(self): for year in range(1975, 2050): self.assertHoliday( f"{year}-01-01", f"{year}-02-03", f"{year}-04-07", f"{year}-05-01", f"{year}-06-25", f"{year}-09-07", f"{year}-09-25", f"{year}-12-25", ) self.assertNoHoliday(f"{year}-10-04" for year in range(1975, 1993)) self.assertNoHolidayName("Dia da Paz e Reconciliação", range(1975, 1993)) self.assertHoliday(f"{year}-10-04" for year in range(1993, 2050)) def test_observed(self): dt = ( "2011-05-02", "2011-09-26", "2011-12-26", "2012-01-02", "2013-02-04", "2013-04-08", "2014-09-08", "2015-10-05", "2016-05-02", "2016-09-26", "2016-12-26", "2017-01-02", "2017-06-26", "2019-02-04", "2019-04-08", "2020-10-05", "2022-05-02", "2022-09-26", "2022-12-26", "2023-01-02", "2023-06-26", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Dia da Fraternidade universal"), ("2023-01-02", "Dia da Fraternidade universal (ponte)"), ("2023-02-03", "Dia dos Heróis Moçambicanos"), ("2023-04-07", "Dia da Mulher Moçambicana"), ("2023-05-01", "Dia Internacional dos Trabalhadores"), ("2023-06-25", "Dia da Independência Nacional"), ("2023-06-26", "Dia da Independência Nacional (ponte)"), ("2023-09-07", "Dia da Vitória"), ("2023-09-25", "Dia das Forças Armadas de Libertação Nacional"), ("2023-10-04", "Dia da Paz e Reconciliação"), ("2023-12-25", "Dia da Família"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "International Fraternalism Day"), ("2023-01-02", "International Fraternalism Day (observed)"), ("2023-02-03", "Heroes' Day"), ("2023-04-07", "Women's Day"), ("2023-05-01", "International Workers' Day"), ("2023-06-25", "Independence Day"), ("2023-06-26", "Independence Day (observed)"), ("2023-09-07", "Victory Day"), ("2023-09-25", "Armed Forces Day"), ("2023-10-04", "Peace and Reconciliation Day"), ("2023-12-25", "Family Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "День всесвітнього братерства"), ("2023-01-02", "День всесвітнього братерства (вихідний)"), ("2023-02-03", "День героїв Мозамбіку"), ("2023-04-07", "День жінок Мозамбіку"), ("2023-05-01", "Міжнародний день трудящих"), ("2023-06-25", "День національної незалежності"), ("2023-06-26", "День національної незалежності (вихідний)"), ("2023-09-07", "День Перемоги"), ("2023-09-25", "День Збройних сил національного визволення"), ("2023-10-04", "День миру та примирення"), ("2023-12-25", "День родини"), ) holidays-0.71/tests/countries/test_namibia.py000066400000000000000000000054771500152103600214510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.namibia import Namibia, NA, NAM from tests.common import CommonCountryTests class TestNamibia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Namibia, years=range(1990, 2050)) def test_country_aliases(self): self.assertAliases(Namibia, NA, NAM) def test_no_holidays(self): self.assertNoHolidays(Namibia(years=1989)) def test_special_holidays(self): self.assertHoliday( "1999-12-31", "2000-01-03", ) def test_holidays(self): for year in range(1990, 2050): self.assertHoliday( f"{year}-01-01", f"{year}-03-21", f"{year}-05-01", f"{year}-05-04", f"{year}-05-25", f"{year}-08-26", f"{year}-09-10", f"{year}-12-25", f"{year}-12-26", ) self.assertNoHolidayName( "Day of the Namibian Women and International Human Rights Day", range(1990, 2005) ) self.assertHolidayName( "International Human Rights Day", (f"{year}-09-10" for year in range(1990, 2005)) ) def test_easter(self): self.assertHoliday( # Good Friday "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", # Easter Monday "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", # Ascension Day "2018-05-10", "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", ) def test_observed(self): dt = ( "2010-03-22", "2010-12-27", "2011-05-02", "2012-01-02", "2012-08-27", "2014-05-05", "2014-05-26", "2016-05-02", "2017-01-02", "2017-09-11", "2018-08-27", "2021-03-22", "2021-12-27", "2022-05-02", "2023-01-02", "2023-09-11", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) holidays-0.71/tests/countries/test_netherlands.py000066400000000000000000000176751500152103600223630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import OPTIONAL from holidays.countries.netherlands import Netherlands, NL, NLD from tests.common import CommonCountryTests class TestNetherlands(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Netherlands) def test_country_aliases(self): self.assertAliases(Netherlands, NL, NLD) def test_queens_day_between_1891_and_1948(self): name = "Koninginnedag" self.assertHolidayName(name, "1891-08-31", "1901-08-31", "1948-08-31") self.assertNoHolidayName(name, Netherlands(years=1890)) def test_queens_day_between_1891_and_1948_substituted_later(self): self.assertHolidayName( "Koninginnedag", "1902-09-01", "1913-09-01", "1919-09-01", "1924-09-01", "1930-09-01", "1941-09-01", "1947-09-01", ) self.assertNoHoliday( "1902-08-31", "1913-08-31", "1919-08-31", "1924-08-31", "1930-08-31", "1941-08-31", "1947-08-31", ) def test_queens_day_between_1949_and_2013(self): name = "Koninginnedag" self.assertHolidayName(name, "1949-04-30", "1970-04-30", "2013-04-30") self.assertNoHoliday("2014-04-30") self.assertNoHolidayName(name, Netherlands(years=2014)) def test_queens_day_between_1949_and_1980_substituted_later(self): self.assertHolidayName( "Koninginnedag", "1950-05-01", "1961-05-01", "1967-05-01", "1972-05-01", "1978-05-01", ) self.assertNoHoliday( "1950-04-30", "1961-04-30", "1967-04-30", "1972-04-30", "1978-04-30", ) def test_queens_day_between_1980_and_2013_substituted_earlier(self): self.assertHolidayName( "Koninginnedag", "1989-04-29", "1995-04-29", "2000-04-29", "2006-04-29", ) self.assertNoHoliday( "1995-04-30", "1989-04-30", "2000-04-30", "2006-04-30", ) def test_kings_day_after_2014(self): name = "Koningsdag" self.assertHolidayName(name, "2015-04-27", "2020-04-27", "2023-04-27") self.assertNoHoliday("2013-04-27") self.assertNoHolidayName(name, Netherlands(years=2013)) def test_kings_day_after_2014_substituted_earlier(self): self.assertHolidayName( "Koningsdag", "2014-04-26", "2025-04-26", "2031-04-26", "2036-04-26", ) self.assertNoHoliday( "2014-04-27", "2025-04-27", "2031-04-27", "2036-04-27", ) def test_liberation_day(self): name = "Bevrijdingsdag" self.assertHolidayName( name, "1950-05-05", "1955-05-05", "1960-05-05", "1965-05-05", "1970-05-05", "1975-05-05", "1980-05-05", "1985-05-05", "1990-05-05", "1995-05-05", "2000-05-05", "2005-05-05", "2010-05-05", "2015-05-05", "2020-05-05", ) self.assertNoHoliday( "1949-05-05", "1971-05-05", "1991-05-05", ) opt_holidays = Netherlands(categories=OPTIONAL, years=range(1980, 2050)) self.assertHolidayName(name, opt_holidays, (f"{year}-05-05" for year in range(1990, 2050))) self.assertNoHolidayName(name, Netherlands(categories=OPTIONAL, years=(1949, 1971, 1989))) def test_2017(self): self.assertHolidays( ("2017-01-01", "Nieuwjaarsdag"), ("2017-04-16", "Eerste paasdag"), ("2017-04-17", "Tweede paasdag"), ("2017-04-27", "Koningsdag"), ("2017-05-25", "Hemelvaartsdag"), ("2017-06-04", "Eerste Pinksterdag"), ("2017-06-05", "Tweede Pinksterdag"), ("2017-12-25", "Eerste Kerstdag"), ("2017-12-26", "Tweede Kerstdag"), ) def test_2020(self): self.assertHolidays( ("2020-01-01", "Nieuwjaarsdag"), ("2020-04-12", "Eerste paasdag"), ("2020-04-13", "Tweede paasdag"), ("2020-04-27", "Koningsdag"), ("2020-05-05", "Bevrijdingsdag"), ("2020-05-21", "Hemelvaartsdag"), ("2020-05-31", "Eerste Pinksterdag"), ("2020-06-01", "Tweede Pinksterdag"), ("2020-12-25", "Eerste Kerstdag"), ("2020-12-26", "Tweede Kerstdag"), ) def test_2023_optional(self): self.assertHolidays( Netherlands(categories=OPTIONAL, years=2023), ("2023-04-07", "Goede Vrijdag"), ("2023-05-05", "Bevrijdingsdag"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Nieuwjaarsdag"), ("2022-04-15", "Goede Vrijdag"), ("2022-04-17", "Eerste paasdag"), ("2022-04-18", "Tweede paasdag"), ("2022-04-27", "Koningsdag"), ("2022-05-05", "Bevrijdingsdag"), ("2022-05-26", "Hemelvaartsdag"), ("2022-06-05", "Eerste Pinksterdag"), ("2022-06-06", "Tweede Pinksterdag"), ("2022-12-25", "Eerste Kerstdag"), ("2022-12-26", "Tweede Kerstdag"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-04-27", "King's Day"), ("2022-05-05", "Liberation Day"), ("2022-05-26", "Ascension Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-06", "Whit Monday"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ) def test_l10n_fy(self): self.assertLocalizedHolidays( "fy", ("2022-01-01", "Nijjiersdei"), ("2022-04-15", "Goedfreed"), ("2022-04-17", "Peaskesnein"), ("2022-04-18", "Peaskemoandei"), ("2022-04-27", "Keningsdei"), ("2022-05-05", "Befrijingsdei"), ("2022-05-26", "Himelfeartsdei"), ("2022-06-05", "Pinkstersnein"), ("2022-06-06", "Pinkstermoandei"), ("2022-12-25", "Eerste Krystdei"), ("2022-12-26", "Twadde Krystdei"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-04-27", "День короля"), ("2022-05-05", "День визволення"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-05", "Трійця"), ("2022-06-06", "День Святого Духа"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ) holidays-0.71/tests/countries/test_new_zealand.py000066400000000000000000000451021500152103600223250ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from unittest import TestCase from holidays.countries.new_zealand import NewZealand, NZ, NZL from tests.common import CommonCountryTests class TestNZ(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass( NewZealand, years=range(1900, 2050), years_non_observed=range(2000, 2024) ) def setUp(self): super().setUp() warnings.simplefilter("ignore", category=DeprecationWarning) def test_country_aliases(self): self.assertAliases(NewZealand, NZ, NZL) def test_no_holidays(self): self.assertNoHolidays(NewZealand(years=1893)) def test_new_years(self): name = "New Year's Day" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1900, 2050))) years_observed = (2005, 2006, 2011, 2012, 2017) self.assertHolidayName(f"{name} (observed)", (f"{year}-01-03" for year in years_observed)) self.assertNoNonObservedHoliday(f"{year}-01-03" for year in years_observed) def test_day_after_new_years(self): name = "Day after New Year's Day" self.assertHolidayName(name, (f"{year}-01-02" for year in range(1900, 2050))) years_observed = (2010, 2011, 2016, 2021, 2022) self.assertHolidayName(f"{name} (observed)", (f"{year}-01-04" for year in years_observed)) self.assertNoNonObservedHoliday(f"{year}-01-04" for year in years_observed) def test_waitangi_day(self): name1 = "New Zealand Day" name2 = "Waitangi Day" self.assertHolidayName( name2, NewZealand(subdiv="NTL"), "1964-02-03", "1965-02-08", "1966-02-07", "1967-02-06", "1968-02-05", ) self.assertNoHolidayName(name1, range(1900, 1974)) self.assertNoHolidayName(name2, range(1900, 1977)) self.assertNoHoliday(f"{year}-02-06" for year in range(1900, 1974)) self.assertHolidayName(name1, (f"{year}-02-06" for year in range(1974, 1977))) self.assertHolidayName(name2, (f"{year}-02-06" for year in range(1977, 2050))) obs_dt = ("2016-02-08", "2021-02-08", "2022-02-07") self.assertHolidayName(f"{name2} (observed)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_good_friday(self): self.assertHoliday( "1999-04-02", "2000-04-21", "2010-04-02", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", ) def test_easter_monday(self): self.assertHoliday( "1999-04-05", "2000-04-24", "2010-04-05", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", ) def test_anzac_day(self): name = "Anzac Day" self.assertHolidayName(name, (f"{year}-04-25" for year in range(1921, 2050))) obs_dt = ("2015-04-27", "2020-04-27", "2021-04-26") self.assertHolidayName(f"{name} (observed)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) self.assertNoHolidayName(name, range(1900, 1921)) self.assertNoHoliday(f"{year}-04-25" for year in range(1900, 1921)) def test_sovereigns_birthday(self): name1 = "King's Birthday" name2 = "Queen's Birthday" self.assertHoliday( "1909-11-09", "1936-06-23", "1937-06-09", "1940-06-03", "1952-06-02", "2023-06-05", ) self.assertHolidayName(name1, (f"{year}-06-03" for year in range(1912, 1936))) self.assertHolidayName( name2, "2001-06-04", "2002-06-03", "2003-06-02", "2004-06-07", "2005-06-06", "2006-06-05", "2007-06-04", "2008-06-02", "2009-06-01", "2010-06-07", "2011-06-06", "2012-06-04", "2013-06-03", "2014-06-02", "2015-06-01", "2016-06-06", "2017-06-05", "2018-06-04", "2019-06-03", "2020-06-01", "2021-06-07", "2022-06-06", ) self.assertNoHolidayName(name1, range(1952, 2023)) self.assertNoHolidayName(name2, range(1900, 1952), range(2023, 2050)) def test_matariki(self): self.assertHolidayName( "Matariki", "2022-06-24", "2023-07-14", "2024-06-28", "2025-06-20", "2026-07-10", "2027-06-25", "2028-07-14", "2029-07-06", "2030-06-21", "2031-07-11", "2032-07-02", "2033-06-24", "2034-07-07", "2035-06-29", "2036-07-18", "2037-07-10", "2038-06-25", "2039-07-15", "2040-07-06", "2041-07-19", "2042-07-11", "2043-07-03", "2044-06-24", "2045-07-07", "2046-06-29", "2047-07-19", "2048-07-03", "2049-06-25", "2050-07-15", "2051-06-30", "2052-06-21", ) def test_labour_day(self): name = "Labour Day" self.assertHolidayName( name, "2001-10-22", "2002-10-28", "2003-10-27", "2004-10-25", "2005-10-24", "2006-10-23", "2007-10-22", "2008-10-27", "2009-10-26", "2010-10-25", "2011-10-24", "2012-10-22", "2013-10-28", "2014-10-27", "2015-10-26", "2016-10-24", "2017-10-23", "2018-10-22", "2019-10-28", "2020-10-26", "2021-10-25", "2022-10-24", ) self.assertNoHolidayName(name, NewZealand(years=1899)) def test_christmas_day(self): name = "Christmas Day" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1900, 2050))) years_observed = (2004, 2005, 2010, 2011, 2016, 2021, 2022) self.assertHolidayName(f"{name} (observed)", (f"{year}-12-27" for year in years_observed)) self.assertNoNonObservedHoliday(f"{year}-12-27" for year in years_observed) def test_boxing_day(self): name = "Boxing Day" self.assertHolidayName(name, (f"{year}-12-26" for year in range(1900, 2050))) years_observed = (2004, 2009, 2010, 2015, 2020, 2021) self.assertHolidayName(f"{name} (observed)", (f"{year}-12-28" for year in years_observed)) self.assertNoNonObservedHoliday(f"{year}-12-28" for year in years_observed) def test_auckland_anniversary_day(self): self.assertHolidayName( "Auckland Anniversary Day", NewZealand(subdiv="AUK", years=range(2001, 2023)), "2001-01-29", "2002-01-28", "2003-01-27", "2004-01-26", "2005-01-31", "2006-01-30", "2007-01-29", "2008-01-28", "2009-01-26", "2010-02-01", "2011-01-31", "2012-01-30", "2013-01-28", "2014-01-27", "2015-01-26", "2016-02-01", "2017-01-30", "2018-01-29", "2019-01-28", "2020-01-27", "2021-02-01", "2022-01-31", ) def test_taranaki_anniversary_day(self): self.assertHolidayName( "Taranaki Anniversary Day", NewZealand(subdiv="TKI", years=range(2001, 2023)), "2001-03-12", "2002-03-11", "2003-03-10", "2004-03-08", "2005-03-14", "2006-03-13", "2007-03-12", "2008-03-10", "2009-03-09", "2010-03-08", "2011-03-14", "2012-03-12", "2013-03-11", "2014-03-10", "2015-03-09", "2016-03-14", "2017-03-13", "2018-03-12", "2019-03-11", "2020-03-09", "2021-03-08", "2022-03-14", ) def test_hawkes_bay_anniversary_day(self): self.assertHolidayName( "Hawke's Bay Anniversary Day", NewZealand(subdiv="HKB", years=range(2001, 2023)), "2001-10-19", "2002-10-25", "2003-10-24", "2004-10-22", "2005-10-21", "2006-10-20", "2007-10-19", "2008-10-24", "2009-10-23", "2010-10-22", "2011-10-21", "2012-10-19", "2013-10-25", "2014-10-24", "2015-10-23", "2016-10-21", "2017-10-20", "2018-10-19", "2019-10-25", "2020-10-23", "2021-10-22", "2022-10-21", ) def test_wellington_anniversary_day(self): self.assertHolidayName( "Wellington Anniversary Day", NewZealand(subdiv="WGN", years=range(2001, 2023)), "2001-01-22", "2002-01-21", "2003-01-20", "2004-01-19", "2005-01-24", "2006-01-23", "2007-01-22", "2008-01-21", "2009-01-19", "2010-01-25", "2011-01-24", "2012-01-23", "2013-01-21", "2014-01-20", "2015-01-19", "2016-01-25", "2017-01-23", "2018-01-22", "2019-01-21", "2020-01-20", "2021-01-25", "2022-01-24", ) def test_marlborough_anniversary_day(self): self.assertHolidayName( "Marlborough Anniversary Day", NewZealand(subdiv="MBH", years=range(2001, 2023)), "2001-10-29", "2002-11-04", "2003-11-03", "2004-11-01", "2005-10-31", "2006-10-30", "2007-10-29", "2008-11-03", "2009-11-02", "2010-11-01", "2011-10-31", "2012-10-29", "2013-11-04", "2014-11-03", "2015-11-02", "2016-10-31", "2017-10-30", "2018-10-29", "2019-11-04", "2020-11-02", "2021-11-01", "2022-10-31", ) def test_nelson_anniversary_day(self): self.assertHolidayName( "Nelson Anniversary Day", NewZealand(subdiv="NSN", years=range(2001, 2023)), "2001-01-29", "2002-02-04", "2003-02-03", "2004-02-02", "2005-01-31", "2006-01-30", "2007-01-29", "2008-02-04", "2009-02-02", "2010-02-01", "2011-01-31", "2012-01-30", "2013-02-04", "2014-02-03", "2015-02-02", "2016-02-01", "2017-01-30", "2018-01-29", "2019-02-04", "2020-02-03", "2021-02-01", "2022-01-31", ) def test_canterbury_anniversary_day(self): self.assertHolidayName( "Canterbury Anniversary Day", NewZealand(subdiv="CAN", years=range(2001, 2023)), "2001-11-16", "2002-11-15", "2003-11-14", "2004-11-12", "2005-11-11", "2006-11-17", "2007-11-16", "2008-11-14", "2009-11-13", "2010-11-12", "2011-11-11", "2012-11-16", "2013-11-15", "2014-11-14", "2015-11-13", "2016-11-11", "2017-11-17", "2018-11-16", "2019-11-15", "2020-11-13", "2021-11-12", "2022-11-11", ) def test_south_canterbury_anniversary_day(self): self.assertHolidayName( "South Canterbury Anniversary Day", NewZealand(subdiv="STC", years=range(2001, 2023)), "2001-09-24", "2002-09-23", "2003-09-22", "2004-09-27", "2005-09-26", "2006-09-25", "2007-09-24", "2008-09-22", "2009-09-28", "2010-09-27", "2011-09-26", "2012-09-24", "2013-09-23", "2014-09-22", "2015-09-28", "2016-09-26", "2017-09-25", "2018-09-24", "2019-09-23", "2020-09-28", "2021-09-27", "2022-09-26", ) def test_west_coast_anniversary_day(self): self.assertHolidayName( "West Coast Anniversary Day", NewZealand(subdiv="WTC", years=range(2001, 2023)), "2001-12-03", "2002-12-02", "2003-12-01", "2004-11-29", "2005-12-05", "2006-12-04", "2007-12-03", "2008-12-01", "2009-11-30", "2010-11-29", "2011-11-28", "2012-12-03", "2013-12-02", "2014-12-01", "2015-11-30", "2016-11-28", "2017-12-04", "2018-12-03", "2019-12-02", "2020-11-30", "2021-11-29", "2022-11-28", ) def test_otago_anniversary_day(self): self.assertHolidayName( "Otago Anniversary Day", NewZealand(subdiv="OTA", years=range(2001, 2023)), "2001-03-26", "2002-03-25", "2003-03-24", "2004-03-22", "2005-03-21", "2006-03-20", "2007-03-26", "2008-03-25", "2009-03-23", "2010-03-22", "2011-03-21", "2012-03-26", "2013-03-25", "2014-03-24", "2015-03-23", "2016-03-21", "2017-03-20", "2018-03-26", "2019-03-25", "2020-03-23", "2021-03-22", "2022-03-21", ) def test_southland_anniversary_day(self): self.assertHolidayName( "Southland Anniversary Day", NewZealand(subdiv="STL", years=range(2001, 2023)), "2001-01-15", "2002-01-14", "2003-01-20", "2004-01-19", "2005-01-17", "2006-01-16", "2007-01-15", "2008-01-14", "2009-01-19", "2010-01-18", "2011-01-17", "2012-04-10", "2013-04-02", "2014-04-22", "2015-04-07", "2016-03-29", "2017-04-18", "2018-04-03", "2019-04-23", "2020-04-14", "2021-04-06", "2022-04-19", ) def test_chatham_islands_anniversary_day(self): self.assertHolidayName( "Chatham Islands Anniversary Day", NewZealand(subdiv="CIT", years=range(2001, 2023)), "2001-12-03", "2002-12-02", "2003-12-01", "2004-11-29", "2005-11-28", "2006-11-27", "2007-12-03", "2008-12-01", "2009-11-30", "2010-11-29", "2011-11-28", "2012-12-03", "2013-12-02", "2014-12-01", "2015-11-30", "2016-11-28", "2017-11-27", "2018-12-03", "2019-12-02", "2020-11-30", "2021-11-29", "2022-11-28", ) def test_all_holidays_present(self): all_subdivisions = set(NewZealand.subdivisions).union({"STC"}) holidays_1969 = set() for p in all_subdivisions: holidays_1969.update(NewZealand(years=1969, subdiv=p, observed=False).values()) holidays_2015 = set() for p in all_subdivisions: holidays_2015.update(NewZealand(years=2015, subdiv=p, observed=False).values()) holidays_1974 = set() for p in all_subdivisions: holidays_1974.update(NewZealand(years=1974, subdiv=p, observed=False).values()) all_holidays = { "New Year's Day", "Day after New Year's Day", "Waitangi Day", "Good Friday", "Easter Monday", "Anzac Day", "Queen's Birthday", "Labour Day", "Christmas Day", "Boxing Day", "Auckland Anniversary Day", "Taranaki Anniversary Day", "Hawke's Bay Anniversary Day", "Wellington Anniversary Day", "Marlborough Anniversary Day", "Nelson Anniversary Day", "Canterbury Anniversary Day", "South Canterbury Anniversary Day", "West Coast Anniversary Day", "Otago Anniversary Day", "Southland Anniversary Day", "Chatham Islands Anniversary Day", "Queen's Birthday", "Labour Day", "Christmas Day", "Boxing Day", } self.assertEqual(all_holidays, holidays_1969) self.assertEqual(all_holidays, holidays_2015) all_holidays.remove("Waitangi Day") all_holidays.add("New Zealand Day") self.assertEqual(all_holidays, holidays_1974) def test_deprecated(self): # Deprecated Code, Remapped Code. for subdiv1, subdiv2 in ( ("New Plymouth", "TKI"), ("STC", "South Canterbury"), ("Westland", "WTC"), ("WTL", "WTC"), ): self.assertEqual( NewZealand(subdiv=subdiv1, years=2022).keys(), NewZealand(subdiv=subdiv2, years=2022).keys(), ) def test_subdiv_deprecation(self): self.assertDeprecatedSubdivisions("This subdivision is deprecated and will be removed") holidays-0.71/tests/countries/test_nicaragua.py000066400000000000000000000142441500152103600217730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.nicaragua import Nicaragua, NI, NIC from tests.common import CommonCountryTests class TestNicaragua(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Nicaragua, years=range(1950, 2050)) def test_country_aliases(self): self.assertAliases(Nicaragua, NI, NIC) def test_new_years_day(self): self.assertHolidayName("Año Nuevo", (f"{year}-01-01" for year in range(1950, 2050))) def test_maundy_thursday(self): name = "Jueves Santo" self.assertHolidayName( name, "2016-03-24", "2017-04-13", "2018-03-29", "2019-04-18", "2020-04-09", "2021-04-01", "2022-04-14", "2023-04-06", "2024-03-28", ) self.assertHolidayName(name, range(1950, 2050)) def test_good_friday(self): name = "Viernes Santo" self.assertHolidayName( name, "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, range(1950, 2050)) def test_labor_day(self): self.assertHolidayName("Día del Trabajo", (f"{year}-05-01" for year in range(1950, 2050))) def test_mothers_day(self): name = "Día de la Madre" self.assertHolidayName(name, (f"{year}-05-30" for year in range(2022, 2050))) self.assertNoHolidayName(name, range(1950, 2022)) def test_revolution_day(self): name = "Día de la Revolución" self.assertHolidayName(name, (f"{year}-07-19" for year in range(1979, 2050))) self.assertNoHolidayName(name, range(1950, 1979)) def test_battle_of_san_jacinto_day(self): self.assertHolidayName( "Batalla de San Jacinto", (f"{year}-09-14" for year in range(1950, 2050)) ) def test_independence_day(self): self.assertHolidayName( "Día de la Independencia", (f"{year}-09-15" for year in range(1950, 2050)) ) def test_virgins_day(self): self.assertHolidayName( "Concepción de María", (f"{year}-12-08" for year in range(1950, 2050)) ) def test_christmas_day(self): self.assertHolidayName("Navidad", (f"{year}-12-25" for year in range(1950, 2050))) def test_2023(self): self.assertHolidays( Nicaragua(years=2023), ("2023-01-01", "Año Nuevo"), ("2023-04-06", "Jueves Santo"), ("2023-04-07", "Viernes Santo"), ("2023-05-01", "Día del Trabajo"), ("2023-05-30", "Día de la Madre"), ("2023-07-19", "Día de la Revolución"), ("2023-09-14", "Batalla de San Jacinto"), ("2023-09-15", "Día de la Independencia"), ("2023-12-08", "Concepción de María"), ("2023-12-25", "Navidad"), ) for subdiv in Nicaragua.subdivisions: if subdiv == "MN": self.assertHoliday( Nicaragua(subdiv=subdiv), "2023-08-01", "2023-08-10", ) else: self.assertNoHoliday( Nicaragua(subdiv=subdiv), "2023-08-01", "2023-08-10", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-04-14", "Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-05-01", "Día del Trabajo"), ("2022-05-30", "Día de la Madre"), ("2022-07-19", "Día de la Revolución"), ("2022-08-01", "Bajada de Santo Domingo"), ("2022-08-10", "Subida de Santo Domingo"), ("2022-09-14", "Batalla de San Jacinto"), ("2022-09-15", "Día de la Independencia"), ("2022-12-08", "Concepción de María"), ("2022-12-25", "Navidad"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-14", "Maundy Thursday"), ("2022-04-15", "Good Friday"), ("2022-05-01", "Labor Day"), ("2022-05-30", "Mother's Day"), ("2022-07-19", "Revolution Day"), ("2022-08-01", "Descent of Saint Dominic"), ("2022-08-10", "Ascent of Saint Dominic"), ("2022-09-14", "Battle of San Jacinto Day"), ("2022-09-15", "Independence Day"), ("2022-12-08", "Immaculate Conception"), ("2022-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-14", "Великий четвер"), ("2022-04-15", "Страсна пʼятниця"), ("2022-05-01", "День праці"), ("2022-05-30", "День матері"), ("2022-07-19", "День революції"), ("2022-08-01", "Спуск Святого Домініка"), ("2022-08-10", "Підйом Святого Домініка"), ("2022-09-14", "Річниця битви під Сан-Хасінто"), ("2022-09-15", "День незалежності"), ("2022-12-08", "Непорочне зачаття Діви Марії"), ("2022-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_nigeria.py000066400000000000000000000120011500152103600214440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.nigeria import Nigeria, NG, NGA from tests.common import CommonCountryTests class TestNigeria(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Nigeria, years=range(1979, 2050)) def test_country_aliases(self): self.assertAliases(Nigeria, NG, NGA) def test_no_holidays(self): self.assertNoHolidays(Nigeria(years=1978)) def test_special_holidays(self): self.assertHoliday( "2019-02-22", "2019-05-29", ) def test_new_year_day(self): self.assertHoliday(f"{year}-01-01" for year in range(1979, 2050)) def test_workers_day(self): self.assertHoliday(f"{year}-05-01" for year in range(1981, 2050)) self.assertNoHoliday(f"{year}-05-01" for year in range(1979, 1981)) self.assertNoHolidayName("Workers' Day", range(1979, 1981)) def test_democracy_day(self): self.assertHoliday(f"{year}-05-29" for year in range(2000, 2019)) self.assertHoliday(f"{year}-06-12" for year in range(2019, 2050)) # in 2019 May 29 is special holiday, so check from 2020 self.assertNoHoliday(f"{year}-05-29" for year in range(2020, 2050)) self.assertNoHoliday(f"{year}-06-12" for year in range(2000, 2019)) self.assertNoHolidayName("Democracy Day", range(1979, 2000)) def test_independence_day(self): self.assertHoliday(f"{year}-10-01" for year in range(1979, 2050)) def test_christmas_day(self): self.assertHoliday(f"{year}-12-25" for year in range(1979, 2050)) def test_boxing_day(self): self.assertHoliday(f"{year}-12-26" for year in range(1979, 2050)) def test_easter_based(self): self.assertHoliday( # Good Friday "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", # Easter Monday "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) def test_hijri_based(self): self.assertHolidayName( "Eid-el-Fitr (estimated)", "2018-06-15", "2019-06-04", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-21", ) self.assertHolidayName( "Eid-el-Fitr Holiday (estimated)", "2018-06-16", "2019-06-05", "2020-05-25", "2021-05-14", "2022-05-03", "2023-04-22", ) self.assertHolidayName( "Eid-el-Kabir (estimated)", "2006-01-10", "2006-12-31", "2018-08-21", "2019-08-11", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-28", ) self.assertHolidayName( "Eid-el-Kabir Holiday (estimated)", "2006-01-11", "2007-01-01", "2018-08-22", "2019-08-12", "2020-08-01", "2021-07-21", "2022-07-10", "2023-06-29", ) self.assertHolidayName( "Eid-el-Mawlid (estimated)", "2018-11-20", "2019-11-09", "2020-10-29", "2021-10-18", "2022-10-08", "2023-09-27", ) def test_observed(self): dt = ( # New Year's Day "2017-01-02", "2022-01-03", "2023-01-02", # Workers' Day "2016-05-02", "2021-05-03", "2022-05-04", # Democracy Day "2016-05-30", "2021-06-14", "2022-06-13", # Independence Day "2016-10-03", "2017-10-02", "2022-10-03", "2023-10-02", # Christmas Day "2016-12-27", "2021-12-27", "2022-12-27", # Boxing Day "2020-12-28", "2021-12-28", # Id el Fitr "2018-06-18", "2020-05-26", "2023-04-24", # Id el Kabir "2019-08-13", "2020-08-03", "2022-07-11", "2022-07-12", # Id el Maulud "2019-11-11", "2022-10-10", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) holidays-0.71/tests/countries/test_north_macedonia.py000066400000000000000000000031711500152103600231700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.north_macedonia import NorthMacedonia, MK, MKD from tests.common import CommonCountryTests class TestNorthMacedonia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(NorthMacedonia) def test_country_aliases(self): self.assertAliases(NorthMacedonia, MK, MKD) def test_2019(self): # https://en.wikipedia.org/wiki/Public_holidays_in_North_Macedonia self.assertHolidays( ("2019-01-01", "New Year's Day"), ("2019-01-07", "Christmas Day (Orthodox)"), ("2019-04-29", "Easter Monday (Orthodox)"), ("2019-05-01", "Labour Day"), ("2019-05-24", "Saints Cyril and Methodius Day"), ("2019-06-04", "Eid al-Fitr (estimated)"), ("2019-08-02", "Republic Day"), ("2019-09-08", "Independence Day"), ("2019-10-11", "Day of Macedonian Uprising in 1941"), ("2019-10-23", "Day of the Macedonian Revolutionary Struggle"), ("2019-12-08", "Saint Clement of Ohrid Day"), ) holidays-0.71/tests/countries/test_northern_mariana_islands.py000066400000000000000000000042461500152103600251060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import MAR from holidays.constants import GOVERNMENT, UNOFFICIAL from holidays.countries.northern_mariana_islands import HolidaysMP, MP, MNP from tests.common import CommonCountryTests class TestMP(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(HolidaysMP) def test_country_aliases(self): self.assertAliases(HolidaysMP, MP, MNP) def test_mp_only(self): """Check for a holiday that is not returned by US unless the subdivision is specified.""" self.assertIn("Commonwealth Covenant Day", self.holidays.get_list(date(2022, MAR, 24))) def test_unofficial_holidays(self): self.assertHolidays( HolidaysMP(categories=UNOFFICIAL, years=2024), ("2024-02-14", "Valentine's Day"), ("2024-03-17", "Saint Patrick's Day"), ("2024-10-31", "Halloween"), ) def test_government_holidays(self): self.assertHolidays( HolidaysMP(categories=GOVERNMENT, years=2024), ("2024-01-01", "New Year's Day"), ("2024-01-15", "Birthday of Martin Luther King, Jr."), ("2024-02-19", "Washington's Birthday"), ("2024-05-27", "Memorial Day"), ("2024-06-19", "Juneteenth National Independence Day"), ("2024-07-04", "Independence Day"), ("2024-09-02", "Labor Day"), ("2024-10-14", "Columbus Day"), ("2024-11-11", "Veterans Day"), ("2024-11-28", "Thanksgiving Day"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_norway.py000066400000000000000000000153461500152103600213640ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.norway import Norway, NO, NOR from tests.common import CommonCountryTests, SundayHolidays class TestNorway(CommonCountryTests, SundayHolidays, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Norway) def test_country_aliases(self): self.assertAliases(Norway, NO, NOR) def test_new_years(self): self.assertHoliday("1901-01-01", "2017-01-01", "2023-01-01") def test_easter(self): self.assertHoliday( "2000-04-20", "2000-04-21", "2000-04-23", "2000-04-24", "2010-04-01", "2010-04-02", "2010-04-04", "2010-04-05", "2021-04-01", "2021-04-02", "2021-04-04", "2021-04-05", "2024-03-28", "2024-03-29", "2024-03-31", "2024-04-01", ) def test_workers_day(self): self.assertHoliday("1947-05-01", "2017-05-01", "2023-05-01") self.assertNoHoliday("1946-05-01") self.assertNoHolidayName("Arbeidernes dag", Norway(years=1946)) def test_constitution_day(self): self.assertHoliday("1947-05-17", "2017-05-17", "2023-05-17") self.assertNoHoliday("1946-05-17") self.assertNoHolidayName("Grunnlovsdag", Norway(years=1946)) def test_pentecost(self): self.assertHoliday( "2000-06-11", "2000-06-12", "2010-05-23", "2010-05-24", "2023-05-28", "2023-05-29", ) def test_christmas(self): self.assertHoliday( "1901-12-25", "1901-12-26", "2016-12-25", "2016-12-26", ) def test_sundays(self): self.assertSundays(Norway) # Sundays are considered holidays in Norway. def test_not_holiday(self): # TODO: Add more dates that are often confused for being a holiday. # Sundays in Norway are considered holidays, # so make sure none of these are actually Sundays. self.assertNoHoliday( "2017-02-06", "2017-02-07", "2017-02-08", "2017-02-09", "2017-02-10", "2001-12-24", "2001-05-16", "2001-05-18", "1999-12-31", "2016-12-31", "2016-12-27", "2016-12-28", ) def test_2022(self): self.assertHolidays( ("2022-01-01", "Første nyttårsdag"), ("2022-04-14", "Skjærtorsdag"), ("2022-04-15", "Langfredag"), ("2022-04-17", "Første påskedag"), ("2022-04-18", "Andre påskedag"), ("2022-05-01", "Arbeidernes dag"), ("2022-05-17", "Grunnlovsdag"), ("2022-05-26", "Kristi himmelfartsdag"), ("2022-06-05", "Første pinsedag"), ("2022-06-06", "Andre pinsedag"), ("2022-12-25", "Første juledag"), ("2022-12-26", "Andre juledag"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Første nyttårsdag"), ("2022-04-14", "Skjærtorsdag"), ("2022-04-15", "Langfredag"), ("2022-04-17", "Første påskedag"), ("2022-04-18", "Andre påskedag"), ("2022-05-01", "Arbeidernes dag"), ("2022-05-17", "Grunnlovsdag"), ("2022-05-26", "Kristi himmelfartsdag"), ("2022-06-05", "Første pinsedag"), ("2022-06-06", "Andre pinsedag"), ("2022-12-25", "Første juledag"), ("2022-12-26", "Andre juledag"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-14", "Maundy Thursday"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-17", "Constitution Day"), ("2022-05-26", "Ascension Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-06", "Whit Monday"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-14", "Великий четвер"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-17", "День Конституції"), ("2022-05-26", "Вознесіння Господнє"), ("2022-06-05", "Трійця"), ("2022-06-06", "День Святого Духа"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันขึ้นปีใหม่"), ("2022-04-14", "วันพฤหัสศักดิสิทธิ์"), ("2022-04-15", "วันศุกร์ประเสริฐ"), ("2022-04-17", "วันอาทิตย์อีสเตอร์"), ("2022-04-18", "วันจันทร์อีสเตอร์"), ("2022-05-01", "วันแรงงาน"), ("2022-05-17", "วันรัฐธรรมนูญ"), ("2022-05-26", "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์"), ("2022-06-05", "วันสมโภชพระจิตเจ้า"), ("2022-06-06", "วันจันทร์หลังวันสมโภชพระจิตเจ้า"), ("2022-12-25", "วันคริสต์มาสวันแรก"), ("2022-12-26", "วันคริสต์มาสวันที่สอง"), ) holidays-0.71/tests/countries/test_oman.py000066400000000000000000000205271500152103600207740ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.oman import Oman, OM, OMN from tests.common import CommonCountryTests class TestOman(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1970, 2050) super().setUpClass(Oman, years=years) cls.no_estimated_holidays = Oman(years=years, islamic_show_estimated=False) def test_country_aliases(self): self.assertAliases(Oman, OM, OMN) def test_no_holidays(self): self.assertNoHolidays(Oman(years=1969)) def test_accession_day(self): name = "اليوم الوطني لتولي السلطان" self.assertHolidayName(name, (f"{year}-01-11" for year in range(2020, 2050))) self.assertNoHolidayName(name, range(1970, 2020)) def test_renaissance_day(self): name = "يوم النهضة" self.assertHolidayName(name, (f"{year}-07-23" for year in range(1970, 2020))) self.assertNoHolidayName(name, range(2020, 2050)) def test_national_day(self): name = "يوم وطني" self.assertHolidayName(name, (f"{year}-11-18" for year in range(2020, 2025))) self.assertHolidayName(name, (f"{year}-11-19" for year in range(2020, 2025))) self.assertHolidayName(name, (f"{year}-11-20" for year in range(2025, 2050))) self.assertHolidayName(name, (f"{year}-11-21" for year in range(2025, 2050))) self.assertNoHolidayName(name, range(1970, 2020)) def test_islamic_new_year(self): name = "رأس السنة الهجرية" dts = ( "2018-09-11", "2019-09-01", "2020-08-21", "2021-08-10", "2022-07-30", "2023-07-20", "2024-07-07", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, self.no_estimated_holidays, range(1970, 2050)) def test_mawlid(self): name = "مولد النبي" dts = ( "2018-11-20", "2019-11-09", "2020-10-29", "2021-10-19", "2022-10-09", "2023-09-28", "2024-09-15", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, self.no_estimated_holidays, range(1970, 2050)) def test_isra_and_miraj(self): name = "الإسراء والمعراج" dts = ( "2018-04-13", "2019-04-03", "2020-03-22", "2021-03-11", "2022-03-01", "2023-02-19", "2024-02-08", "2025-01-27", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, self.no_estimated_holidays, range(1970, 2050)) def test_eid_al_fitr(self): name = "عيد الفطر" dts = ( "2019-06-03", "2019-06-04", "2019-06-05", "2019-06-06", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2021-05-11", "2021-05-12", "2021-05-13", "2021-05-14", "2021-05-15", "2022-04-30", "2022-05-01", "2022-05-02", "2022-05-03", "2022-05-04", "2023-04-20", "2023-04-21", "2023-04-22", "2023-04-23", "2023-04-24", "2024-04-09", "2024-04-10", "2024-04-11", "2024-04-12", "2025-03-29", "2025-03-30", "2025-03-31", "2025-04-01", "2025-04-02", ) self.assertHolidayName(name, self.no_estimated_holidays, dts) self.assertHolidayName(name, self.no_estimated_holidays, range(1970, 2050)) def test_eid_al_adha(self): name = "عيد الأضحى" dts = ( "2019-08-10", "2019-08-11", "2019-08-12", "2019-08-13", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2021-07-19", "2021-07-20", "2021-07-21", "2021-07-22", "2022-07-08", "2022-07-09", "2022-07-10", "2022-07-11", "2023-06-27", "2023-06-28", "2023-06-29", "2023-06-30", "2024-06-16", "2024-06-17", "2024-06-18", "2024-06-19", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, self.no_estimated_holidays, range(1970, 2050)) def test_2019(self): self.assertHolidays( Oman(years=2019), ("2019-04-03", "الإسراء والمعراج"), ("2019-06-03", "عيد الفطر (مُقدَّر)"), ("2019-06-04", "عيد الفطر"), ("2019-06-05", "عيد الفطر"), ("2019-06-06", "عيد الفطر"), ("2019-07-23", "يوم النهضة"), ("2019-08-10", "عيد الأضحى"), ("2019-08-11", "عيد الأضحى"), ("2019-08-12", "عيد الأضحى"), ("2019-08-13", "عيد الأضحى"), ("2019-09-01", "رأس السنة الهجرية"), ("2019-11-09", "مولد النبي"), ) def test_2021(self): self.assertHolidays( Oman(years=2021), ("2021-01-11", "اليوم الوطني لتولي السلطان"), ("2021-03-11", "الإسراء والمعراج"), ("2021-05-11", "عيد الفطر (مُقدَّر)"), ("2021-05-12", "عيد الفطر"), ("2021-05-13", "عيد الفطر"), ("2021-05-14", "عيد الفطر"), ("2021-05-15", "عيد الفطر"), ("2021-07-19", "عيد الأضحى"), ("2021-07-20", "عيد الأضحى"), ("2021-07-21", "عيد الأضحى"), ("2021-07-22", "عيد الأضحى"), ("2021-08-10", "رأس السنة الهجرية"), ("2021-10-19", "مولد النبي"), ("2021-11-18", "يوم وطني"), ("2021-11-19", "يوم وطني"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-11", "اليوم الوطني لتولي السلطان"), ("2023-02-19", "الإسراء والمعراج"), ("2023-04-20", "عيد الفطر"), ("2023-04-21", "عيد الفطر"), ("2023-04-22", "عيد الفطر"), ("2023-04-23", "عيد الفطر"), ("2023-04-24", "عيد الفطر"), ("2023-06-27", "عيد الأضحى"), ("2023-06-28", "عيد الأضحى"), ("2023-06-29", "عيد الأضحى"), ("2023-06-30", "عيد الأضحى"), ("2023-07-20", "رأس السنة الهجرية"), ("2023-09-28", "مولد النبي"), ("2023-11-18", "يوم وطني"), ("2023-11-19", "يوم وطني"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-11", "Sultan's Accession Day"), ("2023-02-19", "Isra' and Mi'raj"), ("2023-04-20", "Eid al-Fitr"), ("2023-04-21", "Eid al-Fitr"), ("2023-04-22", "Eid al-Fitr"), ("2023-04-23", "Eid al-Fitr"), ("2023-04-24", "Eid al-Fitr"), ("2023-06-27", "Eid al-Adha"), ("2023-06-28", "Eid al-Adha"), ("2023-06-29", "Eid al-Adha"), ("2023-06-30", "Eid al-Adha"), ("2023-07-20", "Islamic New Year"), ("2023-09-28", "Prophet's Birthday"), ("2023-11-18", "National Day"), ("2023-11-19", "National Day"), ) holidays-0.71/tests/countries/test_pakistan.py000066400000000000000000000252651500152103600216600ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import _timedelta from holidays.countries.pakistan import Pakistan, PK, PAK from tests.common import CommonCountryTests class TestPakistan(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Pakistan, years=range(1948, 2050)) cls.no_estimated_holidays = Pakistan(years=range(2000, 2024), islamic_show_estimated=False) def test_country_aliases(self): self.assertAliases(Pakistan, PK, PAK) def test_no_holidays(self): self.assertNoHolidays(Pakistan(years=1947)) def test_kashmir_day(self): name = "Kashmir Solidarity Day" self.assertHolidayName(name, (f"{year}-02-05" for year in range(1990, 2050))) self.assertNoHolidayName(name, range(1948, 1990)) def test_pakistan_day(self): name = "Pakistan Day" self.assertHolidayName(name, (f"{year}-03-23" for year in range(1956, 2050))) self.assertNoHolidayName(name, range(1948, 1956)) def test_labour_day(self): name = "Labour Day" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1972, 2050))) self.assertNoHolidayName(name, range(1948, 1972)) def test_youm_e_takbeer(self): name = "Youm-e-Takbeer" self.assertHolidayName(name, (f"{year}-05-28" for year in range(2024, 2050))) self.assertNoHolidayName(name, range(1948, 2024)) def test_independence_day(self): self.assertHolidayName("Independence Day", (f"{year}-08-14" for year in range(1948, 2050))) def test_iqbal_day(self): name = "Iqbal Day" self.assertHolidayName( name, (f"{year}-11-09" for year in (*range(1948, 2015), *range(2022, 2050))) ) self.assertNoHolidayName(name, range(2015, 2022)) def test_quaid_e_azam_day(self): self.assertHolidayName("Quaid-e-Azam Day", (f"{year}-12-25" for year in range(1948, 2050))) def test_eid_ul_fitr(self): name = "Eid-ul-Fitr" for dt in ( date(2000, 1, 8), date(2000, 12, 27), date(2001, 12, 16), date(2002, 12, 5), date(2003, 11, 25), date(2004, 11, 14), date(2005, 11, 4), date(2006, 10, 24), date(2013, 8, 8), date(2019, 6, 5), date(2020, 5, 24), date(2021, 5, 13), date(2022, 5, 3), date(2023, 4, 22), date(2024, 4, 10), date(2025, 3, 31), ): self.assertHolidayName( name, self.no_estimated_holidays, dt, _timedelta(dt, +1), _timedelta(dt, +2) ) def test_eid_ul_adha(self): name = "Eid-ul-Adha" for dt in ( date(2000, 3, 16), date(2001, 3, 5), date(2002, 2, 22), date(2003, 2, 11), date(2004, 2, 1), date(2005, 1, 21), date(2006, 1, 10), date(2006, 12, 31), date(2013, 10, 15), date(2019, 8, 12), date(2020, 7, 31), date(2021, 7, 21), date(2022, 7, 10), date(2023, 6, 29), date(2024, 6, 17), ): self.assertHolidayName( name, self.no_estimated_holidays, dt, _timedelta(dt, +1), _timedelta(dt, +2) ) def test_eid_milad_un_nabi(self): name = "Eid Milad-un-Nabi" for dt in ( date(2000, 6, 14), date(2001, 6, 4), date(2002, 5, 24), date(2003, 5, 13), date(2004, 5, 1), date(2005, 4, 22), date(2006, 4, 11), date(2013, 1, 24), date(2019, 11, 10), date(2020, 10, 30), date(2021, 10, 19), date(2022, 10, 9), date(2023, 9, 29), date(2024, 9, 17), ): self.assertHolidayName(name, self.no_estimated_holidays, dt) def test_ashura(self): name = "Ashura" for dt in ( date(2000, 4, 15), date(2001, 4, 4), date(2002, 3, 24), date(2003, 3, 13), date(2004, 3, 1), date(2005, 2, 18), date(2006, 2, 8), date(2009, 1, 6), date(2009, 12, 26), date(2013, 11, 13), date(2019, 9, 9), date(2020, 8, 29), date(2021, 8, 18), date(2022, 8, 9), date(2023, 7, 28), date(2024, 7, 16), ): self.assertHolidayName(name, self.no_estimated_holidays, dt, _timedelta(dt, -1)) def test_2002(self): self.assertHolidays( Pakistan(years=2002), ("2002-02-05", "Kashmir Solidarity Day"), ("2002-02-22", "Eid-ul-Adha (estimated)"), ("2002-02-23", "Eid-ul-Adha (estimated)"), ("2002-02-24", "Eid-ul-Adha (estimated)"), ("2002-03-23", "Ashura (estimated); Pakistan Day"), ("2002-03-24", "Ashura (estimated)"), ("2002-05-01", "Labour Day"), ("2002-05-24", "Eid Milad-un-Nabi (estimated)"), ("2002-08-14", "Independence Day"), ("2002-11-09", "Iqbal Day"), ("2002-12-05", "Eid-ul-Fitr (estimated)"), ("2002-12-06", "Eid-ul-Fitr (estimated)"), ("2002-12-07", "Eid-ul-Fitr (estimated)"), ("2002-12-25", "Quaid-e-Azam Day"), ) def test_2002_no_estimated_label(self): self.assertHolidays( Pakistan(years=2002, islamic_show_estimated=False), ("2002-02-05", "Kashmir Solidarity Day"), ("2002-02-22", "Eid-ul-Adha"), ("2002-02-23", "Eid-ul-Adha"), ("2002-02-24", "Eid-ul-Adha"), ("2002-03-23", "Ashura; Pakistan Day"), ("2002-03-24", "Ashura"), ("2002-05-01", "Labour Day"), ("2002-05-24", "Eid Milad-un-Nabi"), ("2002-08-14", "Independence Day"), ("2002-11-09", "Iqbal Day"), ("2002-12-05", "Eid-ul-Fitr"), ("2002-12-06", "Eid-ul-Fitr"), ("2002-12-07", "Eid-ul-Fitr"), ("2002-12-25", "Quaid-e-Azam Day"), ) def test_2022(self): self.assertHolidays( Pakistan(years=2022), ("2022-02-05", "Kashmir Solidarity Day"), ("2022-03-23", "Pakistan Day"), ("2022-05-01", "Labour Day"), ("2022-05-03", "Eid-ul-Fitr"), ("2022-05-04", "Eid-ul-Fitr"), ("2022-05-05", "Eid-ul-Fitr"), ("2022-07-10", "Eid-ul-Adha"), ("2022-07-11", "Eid-ul-Adha"), ("2022-07-12", "Eid-ul-Adha"), ("2022-08-08", "Ashura"), ("2022-08-09", "Ashura"), ("2022-08-14", "Independence Day"), ("2022-10-09", "Eid Milad-un-Nabi"), ("2022-11-09", "Iqbal Day"), ("2022-12-25", "Quaid-e-Azam Day"), ) def test_2024(self): self.assertHolidays( Pakistan(years=2024), ("2024-02-05", "Kashmir Solidarity Day"), ("2024-03-23", "Pakistan Day"), ("2024-05-01", "Labour Day"), ("2024-04-10", "Eid-ul-Fitr"), ("2024-04-11", "Eid-ul-Fitr"), ("2024-04-12", "Eid-ul-Fitr"), ("2024-05-28", "Youm-e-Takbeer"), ("2024-06-17", "Eid-ul-Adha"), ("2024-06-18", "Eid-ul-Adha"), ("2024-06-19", "Eid-ul-Adha"), ("2024-07-15", "Ashura"), ("2024-07-16", "Ashura"), ("2024-08-14", "Independence Day"), ("2024-09-17", "Eid Milad-un-Nabi"), ("2024-11-09", "Iqbal Day"), ("2024-12-25", "Quaid-e-Azam Day"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-02-05", "Kashmir Solidarity Day"), ("2024-03-23", "Pakistan Day"), ("2024-04-10", "Eid-ul-Fitr"), ("2024-04-11", "Eid-ul-Fitr"), ("2024-04-12", "Eid-ul-Fitr"), ("2024-05-01", "Labour Day"), ("2024-05-28", "Youm-e-Takbeer"), ("2024-06-17", "Eid-ul-Adha"), ("2024-06-18", "Eid-ul-Adha"), ("2024-06-19", "Eid-ul-Adha"), ("2024-07-15", "Ashura"), ("2024-07-16", "Ashura"), ("2024-08-14", "Independence Day"), ("2024-09-17", "Eid Milad-un-Nabi"), ("2024-11-09", "Iqbal Day"), ("2024-12-25", "Quaid-e-Azam Day"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-02-05", "Kashmir Solidarity Day"), ("2024-03-23", "Pakistan Day"), ("2024-04-10", "Eid al-Fitr"), ("2024-04-11", "Eid al-Fitr"), ("2024-04-12", "Eid al-Fitr"), ("2024-05-01", "Labor Day"), ("2024-05-28", "Youm-e-Takbeer"), ("2024-06-17", "Eid al-Adha"), ("2024-06-18", "Eid al-Adha"), ("2024-06-19", "Eid al-Adha"), ("2024-07-15", "Ashura"), ("2024-07-16", "Ashura"), ("2024-08-14", "Independence Day"), ("2024-09-17", "Prophet's Birthday"), ("2024-11-09", "Iqbal Day"), ("2024-12-25", "Quaid-e-Azam Day"), ) def test_l10n_ur_pk(self): self.assertLocalizedHolidays( "ur_PK", ("2024-02-05", "یوم یکجہتی کشمیر"), ("2024-03-23", "یوم پاکستان"), ("2024-04-10", "عید الفطر"), ("2024-04-11", "عید الفطر"), ("2024-04-12", "عید الفطر"), ("2024-05-01", "یوم مزدور"), ("2024-05-28", "یوم تکبیر"), ("2024-06-17", "عید الاضحی"), ("2024-06-18", "عید الاضحی"), ("2024-06-19", "عید الاضحی"), ("2024-07-15", "عاشورہ"), ("2024-07-16", "عاشورہ"), ("2024-08-14", "یوم آزادی"), ("2024-09-17", "عید میلاد النبی"), ("2024-11-09", "یوم اقبال"), ("2024-12-25", "یوم قائداعظم"), ) holidays-0.71/tests/countries/test_palau.py000066400000000000000000000135461500152103600211470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import ARMED_FORCES, HALF_DAY, PUBLIC from holidays.countries.palau import Palau, PW, PLW from tests.common import CommonCountryTests class TestPalau(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Palau, years=range(1981, 2040), years_non_observed=range(1981, 2040)) def test_country_aliases(self): self.assertAliases(Palau, PW, PLW) def test_no_holidays(self): self.assertNoHolidays(Palau(years=1980)) def test_special_holidays(self): self.assertHoliday( "2020-11-03", ) def test_armed_forces_holiday(self): self.assertHolidays( Palau(categories=ARMED_FORCES, years=2020), ("2020-11-11", "Veterans Day") ) def test_half_day_holiday(self): self.assertHolidays( Palau(categories=HALF_DAY, years=2019), ("2019-09-30", "Preparation for the 25th Independence Day of the Republic of Palau"), ) def test_new_years_day_observed(self): self.assertNoNonObservedHoliday( "1982-12-31", "1993-12-31", "1999-12-31", "2004-12-31", "2010-12-31", "2021-12-31", ) def test_memorial_day(self): name = "Memorial Day" dt = ( # Last Monday of May. "2011-05-30", "2012-05-28", ) self.assertHolidayName(name, dt) self.assertNoHolidayName(name, range(1981, 2011), range(2013, 2040)) def test_family_day(self): name = "Family Day" dt = ( # 4th Friday of Nov. "2017-11-24", "2018-11-23", "2019-11-22", "2020-11-27", "2021-11-26", "2022-11-25", "2023-11-24", "2024-11-22", ) self.assertHolidayName(name, dt) self.assertNoHolidayName(name, range(1981, 2017)) def test_presidents_day(self): name = "President's Day" self.assertHolidayName(name, (f"{year}-06-01" for year in range(2018, 2040))) self.assertNoHolidayName(name, range(1981, 2018)) self.assertNoNonObservedHoliday( "2019-05-30", "2024-05-30", "2025-06-02", "2030-05-30", "2031-06-02", ) def test_independence_day(self): name = "Independence Day" self.assertHolidayName(name, (f"{year}-10-01" for year in range(2018, 2040))) self.assertNoHolidayName(name, range(1981, 2018)) self.assertNoNonObservedHoliday( "2022-09-30", "2023-10-02", "2028-10-02", "2033-09-30", "2034-10-02", ) def test_2020(self): # https://www.facebook.com/photo/?fbid=1499007180251376&set=a.175933635892077 self.assertHolidays( Palau(categories=(ARMED_FORCES, PUBLIC), years=2020), ("2020-01-01", "New Year's Day"), ("2020-03-15", "Youth Day"), ("2020-03-16", "Youth Day (observed)"), ("2020-05-05", "Senior Citizens Day"), ("2020-06-01", "President's Day"), ("2020-07-09", "Constitution Day"), ("2020-09-07", "Labor Day"), ("2020-10-01", "Independence Day"), ("2020-10-23", "United Nations Day (observed)"), ("2020-10-24", "United Nations Day"), ("2020-11-03", "National Day of Democracy"), ("2020-11-11", "Veterans Day"), ("2020-11-26", "Thanksgiving Day"), ("2020-11-27", "Family Day"), ("2020-12-25", "Christmas Day"), ) def test_2022(self): # https://www.facebook.com/photo/?fbid=2076492362502852&set=a.175933635892077 self.assertHolidays( Palau(years=2022), ("2022-01-01", "New Year's Day"), ("2022-03-15", "Youth Day"), ("2022-05-05", "Senior Citizens Day"), ("2022-06-01", "President's Day"), ("2022-07-08", "Constitution Day (observed)"), ("2022-07-09", "Constitution Day"), ("2022-09-05", "Labor Day"), ("2022-09-30", "Independence Day (observed)"), ("2022-10-01", "Independence Day"), ("2022-10-24", "United Nations Day"), ("2022-11-24", "Thanksgiving Day"), ("2022-11-25", "Family Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Christmas Day (observed)"), ) def test_2023(self): # https://www.facebook.com/photo/?fbid=510442897789296&set=a.368725625294358 self.assertHolidays( Palau(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-03-15", "Youth Day"), ("2023-05-05", "Senior Citizens Day"), ("2023-06-01", "President's Day"), ("2023-07-09", "Constitution Day"), ("2023-07-10", "Constitution Day (observed)"), ("2023-09-04", "Labor Day"), ("2023-10-01", "Independence Day"), ("2023-10-02", "Independence Day (observed)"), ("2023-10-24", "United Nations Day"), ("2023-11-23", "Thanksgiving Day"), ("2023-11-24", "Family Day"), ("2023-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_panama.py000066400000000000000000000306301500152103600212730ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK, PUBLIC from holidays.countries.panama import Panama, PA, PAN from tests.common import CommonCountryTests class TestPanama(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1948, 2050) super().setUpClass(Panama, years=years, years_non_observed=range(2000, 2025)) cls.bank_holidays = Panama(categories=BANK, years=years) def test_country_aliases(self): self.assertAliases(Panama, PA, PAN) def test_no_holidays(self): self.assertNoHolidays(Panama(categories=(BANK, PUBLIC), years=1947)) def test_special_holidays(self): self.assertHoliday( "2014-07-01", "2019-07-01", "2024-07-01", ) def test_new_years_day(self): name = "Año Nuevo" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1948, 2050))) dt = ( "2006-01-02", "2012-01-02", "2017-01-02", "2023-01-02", ) self.assertHolidayName(f"{name} (puente)", dt) self.assertNoNonObservedHoliday(dt) def test_martyrs_day(self): name = "Día de los Mártires" self.assertHolidayName(name, (f"{year}-01-09" for year in range(1972, 2050))) self.assertNoHoliday(f"{year}-01-09" for year in range(1948, 1972)) self.assertNoHolidayName(name, range(1948, 1972)) dt = ( "2005-01-10", "2011-01-10", "2022-01-10", ) self.assertHolidayName(f"{name} (puente)", dt) self.assertNoNonObservedHoliday(dt) def test_constitution_day(self): name = "Día de la Constitución" self.assertHolidayName(name, (f"{year}-03-01" for year in range(1948, 1972))) self.assertNoHolidayName(name, range(1972, 2050)) def test_carnival_monday(self): name = "Lunes de Carnaval" self.assertHolidayName( name, self.bank_holidays, "2019-03-04", "2020-02-24", "2021-02-15", "2022-02-28", "2023-02-20", "2024-02-12", ) self.assertHolidayName(name, self.bank_holidays, range(1948, 2050)) self.assertNoHolidayName(name) def test_carnival_tuesday(self): name = "Martes de Carnaval" self.assertHolidayName( name, "2019-03-05", "2020-02-25", "2021-02-16", "2022-03-01", "2023-02-21", "2024-02-13", ) self.assertHolidayName(name, range(1948, 2050)) def test_good_friday(self): name = "Viernes Santo" self.assertHolidayName( name, "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, range(1948, 2050)) def test_labor_day(self): name = "Día del Trabajo" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1948, 2050))) dt = ( "2005-05-02", "2011-05-02", "2016-05-02", "2022-05-02", ) self.assertHolidayName(f"{name} (puente)", dt) self.assertNoNonObservedHoliday(dt) def test_separation_day(self): name = "Separación de Panamá de Colombia" self.assertHolidayName(name, (f"{year}-11-03" for year in range(1948, 2050))) dt = ( "2002-11-04", "2013-11-04", "2019-11-04", "2024-11-04", ) self.assertHolidayName(f"{name} (puente)", dt) self.assertNoNonObservedHoliday(dt) def test_colon_day(self): name = "Día de Colón" self.assertHolidayName(name, (f"{year}-11-05" for year in range(2002, 2050))) self.assertNoHoliday(f"{year}-11-05" for year in range(1948, 2002)) self.assertNoHolidayName(name, range(1948, 2002)) dt = ( "2006-11-06", "2017-11-06", "2023-11-06", ) self.assertHolidayName(f"{name} (puente)", dt) self.assertNoNonObservedHoliday(dt) def test_los_santos_uprising_day(self): name = "Primer Grito de Independencia" self.assertHolidayName(name, (f"{year}-11-10" for year in range(1969, 2050))) self.assertNoHoliday(f"{year}-11-10" for year in range(1948, 1969)) self.assertNoHolidayName(name, range(1948, 1969)) dt = ( "2002-11-11", "2013-11-11", "2019-11-11", "2024-11-11", ) self.assertHolidayName(f"{name} (puente)", dt) self.assertNoNonObservedHoliday(dt) def test_independence_day(self): name = "Independencia de Panamá de España" self.assertHolidayName(name, (f"{year}-11-28" for year in range(1948, 2050))) dt = ( "2004-11-29", "2010-11-29", "2021-11-29", ) self.assertHolidayName(f"{name} (puente)", dt) self.assertNoNonObservedHoliday(dt) def test_mothers_day(self): name = "Día de la Madre" self.assertHolidayName(name, (f"{year}-12-08" for year in range(1948, 2050))) dt = ( "2002-12-09", "2013-12-09", "2019-12-09", "2024-12-09", ) self.assertHolidayName(f"{name} (puente)", dt) self.assertNoNonObservedHoliday(dt) def test_national_mourning_day(self): name = "Día de Duelo Nacional" self.assertHolidayName(name, (f"{year}-12-20" for year in range(2022, 2050))) self.assertNoHoliday(f"{year}-12-20" for year in range(1948, 2022)) self.assertNoHolidayName(name, range(1948, 2022)) dt = ("2026-12-21",) self.assertHolidayName(f"{name} (puente)", dt) self.assertNoNonObservedHoliday(dt) def test_christmas_day(self): name = "Navidad" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1948, 2050))) dt = ( "2005-12-26", "2011-12-26", "2016-12-26", "2022-12-26", ) self.assertHolidayName(f"{name} (puente)", dt) self.assertNoNonObservedHoliday(dt) def test_national_symbols_day(self): name = "Día de los Símbolos Patrios" self.assertHolidayName( name, self.bank_holidays, (f"{year}-11-04" for year in range(1948, 2050)) ) self.assertNoHolidayName(name) def test_2022(self): self.assertHolidays( Panama(categories=(BANK, PUBLIC), years=2022), ("2022-01-01", "Año Nuevo"), ("2022-01-09", "Día de los Mártires"), ("2022-01-10", "Día de los Mártires (puente)"), ("2022-02-28", "Lunes de Carnaval"), ("2022-03-01", "Martes de Carnaval"), ("2022-04-15", "Viernes Santo"), ("2022-05-01", "Día del Trabajo"), ("2022-05-02", "Día del Trabajo (puente)"), ("2022-11-03", "Separación de Panamá de Colombia"), ("2022-11-04", "Día de los Símbolos Patrios"), ("2022-11-05", "Día de Colón"), ("2022-11-10", "Primer Grito de Independencia"), ("2022-11-28", "Independencia de Panamá de España"), ("2022-12-08", "Día de la Madre"), ("2022-12-20", "Día de Duelo Nacional"), ("2022-12-25", "Navidad"), ("2022-12-26", "Navidad (puente)"), ) def test_2023(self): self.assertHolidays( Panama(categories=(BANK, PUBLIC), years=2023), ("2023-01-01", "Año Nuevo"), ("2023-01-02", "Año Nuevo (puente)"), ("2023-01-09", "Día de los Mártires"), ("2023-02-20", "Lunes de Carnaval"), ("2023-02-21", "Martes de Carnaval"), ("2023-04-07", "Viernes Santo"), ("2023-05-01", "Día del Trabajo"), ("2023-11-03", "Separación de Panamá de Colombia"), ("2023-11-04", "Día de los Símbolos Patrios"), ("2023-11-05", "Día de Colón"), ("2023-11-06", "Día de Colón (puente)"), ("2023-11-10", "Primer Grito de Independencia"), ("2023-11-28", "Independencia de Panamá de España"), ("2023-12-08", "Día de la Madre"), ("2023-12-20", "Día de Duelo Nacional"), ("2023-12-25", "Navidad"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "Año Nuevo"), ("2024-01-09", "Día de los Mártires"), ("2024-02-12", "Lunes de Carnaval"), ("2024-02-13", "Martes de Carnaval"), ("2024-03-29", "Viernes Santo"), ("2024-05-01", "Día del Trabajo"), ("2024-07-01", "Toma posesión del Presidente de la república"), ("2024-11-03", "Separación de Panamá de Colombia"), ( "2024-11-04", "Día de los Símbolos Patrios; Separación de Panamá de Colombia (puente)", ), ("2024-11-05", "Día de Colón"), ("2024-11-10", "Primer Grito de Independencia"), ("2024-11-11", "Primer Grito de Independencia (puente)"), ("2024-11-28", "Independencia de Panamá de España"), ("2024-12-08", "Día de la Madre"), ("2024-12-09", "Día de la Madre (puente)"), ("2024-12-20", "Día de Duelo Nacional"), ("2024-12-25", "Navidad"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-01-09", "Martyrs' Day"), ("2024-02-12", "Carnival Monday"), ("2024-02-13", "Carnival Tuesday"), ("2024-03-29", "Good Friday"), ("2024-05-01", "Labor Day"), ("2024-07-01", "Presidential Inauguration Day"), ("2024-11-03", "Separation Day"), ("2024-11-04", "National Symbols Day; Separation Day (observed)"), ("2024-11-05", "Colon Day"), ("2024-11-10", "Los Santos Uprising Day"), ("2024-11-11", "Los Santos Uprising Day (observed)"), ("2024-11-28", "Independence Day"), ("2024-12-08", "Mother's Day"), ("2024-12-09", "Mother's Day (observed)"), ("2024-12-20", "National Mourning Day"), ("2024-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2024-01-01", "Новий рік"), ("2024-01-09", "День мучеників"), ("2024-02-12", "Карнавальний понеділок"), ("2024-02-13", "Карнавальний вівторок"), ("2024-03-29", "Страсна пʼятниця"), ("2024-05-01", "День праці"), ("2024-07-01", "Інавгурація Президента Республіки"), ("2024-11-03", "День відокремлення від Колумбії"), ( "2024-11-04", "День відокремлення від Колумбії (вихідний); День національних символів", ), ("2024-11-05", "День Колона"), ("2024-11-10", "День початку повстання у Лос-Сантос"), ("2024-11-11", "День початку повстання у Лос-Сантос (вихідний)"), ("2024-11-28", "День незалежності від Іспанії"), ("2024-12-08", "День матері"), ("2024-12-09", "День матері (вихідний)"), ("2024-12-20", "День національної скорботи"), ("2024-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_papua_new_guinea.py000066400000000000000000000200751500152103600233470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.papua_new_guinea import PapuaNewGuinea, PG, PNG from tests.common import CommonCountryTests class TestPapuaNewGuinea(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass( PapuaNewGuinea, years=range(1953, 2050), years_non_observed=range(1953, 2050) ) def test_country_aliases(self): self.assertAliases(PapuaNewGuinea, PG, PNG) def test_no_holidays(self): self.assertNoHolidays(PapuaNewGuinea(years=1952)) def test_special_holidays(self): dt = ( "2018-11-16", "2021-01-08", "2021-03-01", "2021-03-12", "2022-09-19", "2023-04-18", ) dt_observed = ( "2022-02-28", "2023-02-24", "2023-06-16", "2023-09-15", ) self.assertHoliday(dt, dt_observed) self.assertNoNonObservedHoliday(dt_observed) def test_1953(self): # http://www.paclii.org/pg/legis/consol_act/pha1953163.pdf self.assertHolidays( PapuaNewGuinea(years=1953), ("1953-01-01", "New Year's Day"), ("1953-04-03", "Good Friday"), ("1953-04-04", "Easter Saturday"), ("1953-04-05", "Easter Sunday"), ("1953-04-06", "Easter Monday"), ("1953-06-08", "Queen's Birthday"), ("1953-07-23", "Papua New Guinea Remembrance Day"), ("1953-12-25", "Christmas Day"), ("1953-12-26", "Boxing Day"), ) def test_2019(self): # https://www.scribd.com/document/465334129/PNG-2019-Gazetted-Public-Holidays-pdf # https://pngiportal.org/directory/national-gazette-g560-602-2018 self.assertHolidays( PapuaNewGuinea(years=2019), ("2019-01-01", "New Year's Day"), ("2019-04-19", "Good Friday"), ("2019-04-20", "Easter Saturday"), ("2019-04-21", "Easter Sunday"), ("2019-04-22", "Easter Monday"), ("2019-06-10", "Queen's Birthday"), ("2019-07-23", "Papua New Guinea Remembrance Day"), ("2019-08-26", "National Repentance Day"), ("2019-09-16", "Independence Day"), ("2019-12-25", "Christmas Day"), ("2019-12-26", "Boxing Day"), ) def test_2020(self): # https://publicholidays.asia/wp-content/uploads/2020/01/PNG_PublicHolidays_2020.png self.assertHolidays( PapuaNewGuinea(years=2020), ("2020-01-01", "New Year's Day"), ("2020-04-10", "Good Friday"), ("2020-04-11", "Easter Saturday"), ("2020-04-12", "Easter Sunday"), ("2020-04-13", "Easter Monday"), ("2020-06-08", "Queen's Birthday"), ("2020-07-23", "Papua New Guinea Remembrance Day"), ("2020-08-26", "National Repentance Day"), ("2020-09-16", "Independence Day"), ("2020-12-25", "Christmas Day"), ("2020-12-26", "Boxing Day"), ) def test_2021(self): # https://publicholidays.asia/wp-content/uploads/2020/12/PNG_PublicHolidays_2021.pdf # https://www.efpng.org.pg/wp-content/uploads/2021/05/CIRCULAR-No.17-2021-AMENDMENTS-TO-2021-PUBLIC-HOLIDAY.pdf # Easter dates were later corrected as of https://web.archive.org/web/20210411125811/https://www.businessadvantagepng.com/papua-new-guinea-public-for-holidays/ self.assertHolidays( PapuaNewGuinea(years=2021), ("2021-01-01", "New Year's Day"), ("2021-01-08", "State Funeral of Sir Mekere Morauta"), ("2021-03-01", "National Day of Mourning for Sir Michael Somare"), ("2021-03-12", "National Day of Mourning for Sir Michael Somare"), ("2021-04-02", "Good Friday"), ("2021-04-03", "Easter Saturday"), ("2021-04-04", "Easter Sunday"), ("2021-04-05", "Easter Monday"), ("2021-06-14", "Queen's Birthday"), ("2021-07-23", "Papua New Guinea Remembrance Day"), ("2021-08-26", "National Repentance Day"), ("2021-09-16", "Independence Day"), ("2021-12-25", "Christmas Day"), ("2021-12-26", "Boxing Day"), ("2021-12-27", "Boxing Day (observed)"), ) def test_2022(self): # https://publicholidays.asia/wp-content/uploads/2022/01/PNG_PublicHolidays_2022.pdf # Somare Day public holiday was observed on Feb 28 instead as of # https://web.archive.org/web/20220703204538/https://www.businessadvantagepng.com/papua-new-guinea-public-for-holidays/ self.assertHolidays( PapuaNewGuinea(years=2022), ("2022-01-01", "New Year's Day"), ("2022-02-26", "Grand Chief Sir Michael Somare Remembrance Day"), ("2022-02-28", "Grand Chief Sir Michael Somare Remembrance Day (observed)"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Easter Saturday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-06-13", "Queen's Birthday"), ("2022-07-23", "Papua New Guinea Remembrance Day"), ("2022-08-26", "National Repentance Day"), ("2022-09-16", "Independence Day"), ("2022-09-19", "State Funeral of Queen Elizabeth II"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) def test_2023(self): # https://publicholidays.asia/wp-content/uploads/2022/12/PNG_PublicHolidays_2023.pdf # https://pnghausbung.com/kings-birthday-holiday-to-be-observed-on-16th-june/ self.assertHolidays( PapuaNewGuinea(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-02-24", "Grand Chief Sir Michael Somare Remembrance Day (observed)"), ("2023-02-26", "Grand Chief Sir Michael Somare Remembrance Day"), ("2023-04-07", "Good Friday"), ("2023-04-08", "Easter Saturday"), ("2023-04-09", "Easter Sunday"), ("2023-04-10", "Easter Monday"), ("2023-04-18", "State Funeral of Sir Rabbie Namaliu"), ("2023-06-16", "King's Birthday (observed)"), ("2023-06-17", "King's Birthday"), ("2023-07-23", "Papua New Guinea Remembrance Day"), ("2023-07-24", "Papua New Guinea Remembrance Day (observed)"), ("2023-08-26", "National Repentance Day"), ("2023-09-15", "Independence Day (observed)"), ("2023-09-16", "Independence Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) def test_2024(self): # https://web.archive.org/web/20231221053513/https://www.businessadvantagepng.com/papua-new-guinea-public-for-holidays/ self.assertHolidays( PapuaNewGuinea(years=2024), ("2024-01-01", "New Year's Day"), ("2024-02-26", "Grand Chief Sir Michael Somare Remembrance Day"), ("2024-03-29", "Good Friday"), ("2024-03-31", "Easter Sunday"), ("2024-04-01", "Easter Monday"), ("2024-06-17", "King's Birthday"), ("2024-07-23", "Papua New Guinea Remembrance Day"), ("2024-08-26", "National Repentance Day"), ("2024-09-16", "Independence Day"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_paraguay.py000066400000000000000000000207711500152103600216540ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import GOVERNMENT, PUBLIC from holidays.countries.paraguay import Paraguay, PY, PRY from tests.common import CommonCountryTests class TestParaguay(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Paraguay, years=range(1991, 2050)) def test_country_aliases(self): self.assertAliases(Paraguay, PY, PRY) def test_no_holidays(self): self.assertNoHolidays(Paraguay(categories=(GOVERNMENT, PUBLIC), years=1990)) def test_new_years_day(self): self.assertHolidayName("Año Nuevo", (f"{year}-01-01" for year in range(1991, 2050))) def test_patriots_day(self): name = "Día de los Héroes de la Patria" years_excluded = {2013, 2016, 2018, 2019, 2022, 2023} self.assertHolidayName( name, (f"{year}-03-01" for year in set(range(1991, 2050)).difference(years_excluded)) ) self.assertNoHoliday(f"{year}-03-01" for year in years_excluded) self.assertHolidayName( name, "2013-03-04", "2016-02-29", "2018-02-26", "2019-03-04", "2022-02-28", "2023-02-27", ) def test_easter(self): self.assertHolidayName( "Jueves Santo", "2019-04-18", "2020-04-09", "2021-04-01", "2022-04-14", "2023-04-06", ) self.assertHolidayName( "Viernes Santo", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertHolidayName( "Domingo de Resurrección", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", ) def test_labor_day(self): self.assertHolidayName( "Día de los Trabajadores", (f"{year}-05-01" for year in range(1991, 2050)) ) def test_national_holiday(self): name = "Feriado Nacional" self.assertHolidayName(name, (f"{year}-05-14" for year in range(2012, 2050))) # 2011 - special holiday self.assertNoHoliday(f"{year}-05-14" for year in range(1991, 2011)) self.assertNoHolidayName(name, range(1991, 2012)) def test_independence_day(self): self.assertHolidayName( "Día de la Independencia Nacional", (f"{year}-05-15" for year in range(1991, 2050)) ) def test_chaco_armistice_day(self): name = "Día de la Paz del Chaco" years_excluded = {2014, 2018, 2019, 2024} self.assertHolidayName( name, (f"{year}-06-12" for year in set(range(1991, 2050)).difference(years_excluded)) ) self.assertNoHoliday(f"{year}-06-12" for year in years_excluded) self.assertHolidayName( name, "2014-06-16", "2018-06-11", "2019-06-17", "2024-06-10", ) def test_asuncion_foundations_day(self): self.assertHolidayName( "Día de la Fundación de Asunción", (f"{year}-08-15" for year in range(1991, 2050)) ) def test_boqueron_battle_day(self): name = "Día de la Batalla de Boquerón" years_excluded = {2015, 2016, 2017, 2021, 2022, 2024} self.assertHolidayName( name, (f"{year}-09-29" for year in set(range(1995, 2050)).difference(years_excluded)) ) self.assertNoHoliday(f"{year}-09-29" for year in years_excluded) self.assertNoHoliday(f"{year}-09-29" for year in range(1991, 1995)) self.assertNoHolidayName(name, range(1991, 1995)) self.assertHolidayName( name, "2015-09-28", "2016-10-03", "2017-10-02", "2021-09-27", "2022-10-03", "2024-09-30", ) def test_caacupe_virgin_day(self): self.assertHolidayName( "Día de la Virgen de Caacupé", (f"{year}-12-08" for year in range(1991, 2050)) ) def test_special_public_holidays(self): self.assertHoliday( "2007-01-29", "2009-09-10", "2010-06-14", "2011-04-19", "2011-05-14", "2011-05-16", "2013-08-14", "2015-07-10", ) def test_special_government_holidays(self): self.assertHoliday( Paraguay(categories=GOVERNMENT, years=range(2010, 2023)), "2010-12-24", "2010-12-31", "2011-04-20", "2011-12-23", "2011-12-30", "2012-04-04", "2012-12-24", "2012-12-31", "2013-03-27", "2014-04-16", "2014-12-24", "2014-12-31", "2015-04-01", "2015-12-24", "2015-12-31", "2016-03-23", "2017-03-28", "2018-12-24", "2018-12-31", "2019-04-17", "2019-12-24", "2019-12-31", "2020-04-08", "2021-12-24", "2021-12-31", "2022-04-13", "2022-05-02", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-02-28", "Día de los Héroes de la Patria"), ("2022-04-13", "Asueto de la Administración Pública"), ("2022-04-14", "Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-04-17", "Domingo de Resurrección"), ("2022-05-01", "Día de los Trabajadores"), ("2022-05-02", "Asueto de la Administración Pública"), ("2022-05-14", "Feriado Nacional"), ("2022-05-15", "Día de la Independencia Nacional"), ("2022-06-12", "Día de la Paz del Chaco"), ("2022-08-15", "Día de la Fundación de Asunción"), ("2022-10-03", "Día de la Batalla de Boquerón"), ("2022-12-08", "Día de la Virgen de Caacupé"), ("2022-12-25", "Día de la Navidad"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-02-28", "Patriots Day"), ("2022-04-13", "Public sector holiday"), ("2022-04-14", "Maundy Thursday"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-05-01", "Workers' Day"), ("2022-05-02", "Public sector holiday"), ("2022-05-14", "National Holiday"), ("2022-05-15", "Independence Day"), ("2022-06-12", "Chaco Armistice Day"), ("2022-08-15", "Asuncion Foundation's Day"), ("2022-10-03", "Boqueron Battle Day"), ("2022-12-08", "Caacupe Virgin Day"), ("2022-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-02-28", "День національних героїв"), ("2022-04-13", "Вихідний державних установ"), ("2022-04-14", "Великий четвер"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-05-01", "День трудящих"), ("2022-05-02", "Вихідний державних установ"), ("2022-05-14", "Національне свято"), ("2022-05-15", "День незалежності"), ("2022-06-12", "День мирного договору в Чако"), ("2022-08-15", "День заснування Асунсьйона"), ("2022-10-03", "День битви за Бокерон"), ("2022-12-08", "День Богоматері Каакупе"), ("2022-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_peru.py000066400000000000000000000106461500152103600210160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.peru import Peru, PE, PER from tests.common import CommonCountryTests class TestPeru(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Peru) def test_country_aliases(self): self.assertAliases(Peru, PE, PER) def test_2019(self): self.assertHolidayDates( "2019-01-01", "2019-04-18", "2019-04-19", "2019-04-21", "2019-05-01", "2019-06-29", "2019-07-28", "2019-07-29", "2019-08-30", "2019-10-08", "2019-11-01", "2019-12-08", "2019-12-25", ) def test_2022(self): self.assertHolidayDates( "2022-01-01", "2022-04-14", "2022-04-15", "2022-04-17", "2022-05-01", "2022-06-29", "2022-07-28", "2022-07-29", "2022-08-06", "2022-08-30", "2022-10-08", "2022-11-01", "2022-12-08", "2022-12-09", "2022-12-25", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-04-14", "Jueves Santo"), ("2022-04-15", "Viernes Santo"), ("2022-04-17", "Domingo de Resurrección"), ("2022-05-01", "Día del Trabajo"), ("2022-06-29", "San Pedro y San Pablo"), ("2022-07-28", "Día de la Independencia"), ("2022-07-29", "Día de la Gran Parada Militar"), ("2022-08-06", "Batalla de Junín"), ("2022-08-30", "Santa Rosa de Lima"), ("2022-10-08", "Combate de Angamos"), ("2022-11-01", "Todos Los Santos"), ("2022-12-08", "Inmaculada Concepción"), ("2022-12-09", "Batalla de Ayacucho"), ("2022-12-25", "Navidad del Señor"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-04-14", "Maundy Thursday"), ("2022-04-15", "Good Friday"), ("2022-04-17", "Easter Sunday"), ("2022-05-01", "Labor Day"), ("2022-06-29", "Saint Peter and Saint Paul's Day"), ("2022-07-28", "Independence Day"), ("2022-07-29", "Great Military Parade Day"), ("2022-08-06", "Battle of Junín Day"), ("2022-08-30", "Rose of Lima Day"), ("2022-10-08", "Battle of Angamos Day"), ("2022-11-01", "All Saints' Day"), ("2022-12-08", "Immaculate Conception"), ("2022-12-09", "Battle of Ayacucho Day"), ("2022-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-04-14", "Великий четвер"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-17", "Великдень"), ("2022-05-01", "День праці"), ("2022-06-29", "День Святих Петра і Павла"), ("2022-07-28", "День незалежності"), ("2022-07-29", "День Великого військового параду"), ("2022-08-06", "День битви під Хуніном"), ("2022-08-30", "День Святої Рози Лімської"), ("2022-10-08", "День битви під Ангамосом"), ("2022-11-01", "День усіх святих"), ("2022-12-08", "Непорочне зачаття Діви Марії"), ("2022-12-09", "День битви при Аякучо"), ("2022-12-25", "Різдво Христове"), ) holidays-0.71/tests/countries/test_philippines.py000066400000000000000000000555621500152103600223750ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import WORKDAY from holidays.countries.philippines import Philippines, PH, PHL from tests.common import CommonCountryTests class TestPhilippines(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Philippines, years=range(1988, 2050)) cls.no_estimated_holidays = Philippines( years=range(1988, 2050), islamic_show_estimated=False ) def test_country_aliases(self): self.assertAliases(Philippines, PH, PHL) def test_no_holidays(self): self.assertNoHolidays(Philippines(years=1987)) self.assertNoHolidays(Philippines(years=2008, categories=WORKDAY)) def test_special_holidays(self): self.assertHoliday( # Additional special (non-working) day. "2008-12-26", "2008-12-29", "2009-11-02", "2009-12-24", "2010-12-24", "2012-11-02", "2013-11-02", "2013-12-24", "2014-12-24", "2014-12-26", "2015-01-02", "2015-12-24", "2016-01-02", "2016-10-31", "2016-12-24", "2017-01-02", "2017-10-31", "2018-05-14", "2018-11-02", "2018-12-24", "2019-05-13", "2019-11-02", "2019-12-24", "2020-11-02", "2020-12-24", "2022-05-09", "2022-10-31", "2023-01-02", "2023-10-30", "2023-11-02", "2023-12-26", "2024-02-09", "2024-11-02", "2024-12-24", "2025-07-27", "2025-10-31", "2025-12-24", ) def test_new_years_day(self): self.assertHolidayName("New Year's Day", (f"{year}-01-01" for year in range(1988, 2050))) def test_chinese_new_year(self): name = "Chinese New Year" self.assertHolidayName( name, "2012-01-23", "2013-02-10", "2014-01-31", "2015-02-19", "2016-02-08", "2017-01-28", "2018-02-16", "2019-02-05", "2020-01-25", "2021-02-12", "2022-02-01", "2024-02-10", "2025-01-29", ) self.assertNoHolidayName(name, range(1988, 2012), 2023) def test_edsa_revolution(self): name = "EDSA People Power Revolution Anniversary" self.assertHolidayName( name, (f"{year}-02-25" for year in range(2018, 2023)), "2016-02-25", "2023-02-24", ) self.assertHolidayName( name, Philippines(categories=WORKDAY, years=range(2025, 2050)), (f"{year}-02-25" for year in range(2025, 2050)), ) self.assertNoHolidayName(name, range(1988, 2016), 2017, range(2024, 2050)) def test_maundy_thursday(self): name = "Maundy Thursday" self.assertHolidayName( name, "2016-03-24", "2017-04-13", "2018-03-29", "2019-04-18", "2020-04-09", "2021-04-01", "2022-04-14", "2023-04-06", "2024-03-28", ) self.assertHolidayName(name, range(1988, 2050)) def test_good_friday(self): name = "Good Friday" self.assertHolidayName( name, "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, range(1988, 2050)) def test_black_saturday(self): name = "Black Saturday" self.assertHolidayName( name, "2016-03-26", "2017-04-15", "2018-03-31", "2019-04-20", "2020-04-11", "2021-04-03", "2022-04-16", "2023-04-08", "2024-03-30", ) self.assertHolidayName(name, range(2013, 2050)) self.assertNoHolidayName(name, range(1988, 2013)) def test_day_of_valor(self): name = "Araw ng Kagitingan" years_non_apr_9 = {2008, 2009, 2023} self.assertHolidayName( name, (f"{year}-04-09" for year in set(range(1988, 2050)) - years_non_apr_9), "2008-04-07", "2009-04-06", "2023-04-10", ) def test_labor_day(self): self.assertHolidayName("Labor Day", (f"{year}-05-01" for year in range(1988, 2050))) def test_independence_day(self): name = "Independence Day" self.assertHolidayName( name, (f"{year}-06-12" for year in (*range(1988, 2007), *range(2011, 2050))), "2007-06-11", "2008-06-09", "2009-06-12", "2010-06-14", ) def test_iglesia_ni_cristo(self): # 2025 special non-working day is marked as an additional entry for now, # not part of this test case. name = "Founding Anniversary of Iglesia ni Cristo" self.assertHolidayName( name, Philippines(categories=WORKDAY, years=range(2009, 2050)), (f"{year}-07-27" for year in (*range(2009, 2025), *range(2026, 2050))), ) self.assertNoHolidayName(name, range(1988, 2050)) def test_ninoy_aquino_day(self): name = "Ninoy Aquino Day" years_non_aug_21 = {2007, 2008, 2010, 2024} self.assertHolidayName( name, (f"{year}-08-21" for year in set(range(2004, 2050)) - years_non_aug_21), "2007-08-20", "2008-08-18", "2010-08-23", "2024-08-23", ) self.assertNoHolidayName(name, range(1988, 2004)) def test_national_heroes_day(self): name = "National Heroes Day" self.assertHolidayName( name, "2004-08-29", "2005-08-28", "2006-08-27", "2007-08-27", "2008-08-25", "2016-08-29", "2017-08-28", "2018-08-27", "2019-08-26", "2020-08-31", "2021-08-30", "2022-08-29", "2023-08-28", "2024-08-26", ) self.assertHolidayName(name, range(1988, 2050)) def test_all_saints_day(self): self.assertHolidayName("All Saints' Day", (f"{year}-11-01" for year in range(1988, 2050))) def test_bonifacio_day(self): name = "Bonifacio Day" self.assertHolidayName( name, ( f"{year}-11-30" for year in (*range(1988, 2008), *range(2011, 2023), *range(2024, 2050)) ), "2008-12-01", "2009-11-30", "2010-11-29", "2023-11-27", ) def test_immaculate_conception_day(self): name = "Feast of the Immaculate Conception of Mary" self.assertHolidayName(name, (f"{year}-12-08" for year in range(2019, 2050))) self.assertNoHolidayName(name, range(1988, 2019)) def test_christmas_day(self): self.assertHolidayName("Christmas Day", (f"{year}-12-25" for year in range(1988, 2050))) def test_rizal_day(self): name = "Rizal Day" self.assertHolidayName( name, (f"{year}-12-30" for year in (*range(1988, 2010), *range(2011, 2050))), "2010-12-27", ) def test_last_day_of_year(self): name = "Last Day of the Year" self.assertHolidayName( name, (f"{year}-12-31" for year in (*range(1988, 2021), *range(2023, 2050))) ) self.assertNoHolidayName(name, 2021, 2022) def test_eid_al_fitr(self): name = "Eid'l Fitr" self.assertHolidayName( name, "2016-07-07", "2017-06-26", "2018-06-15", "2019-06-05", "2020-05-25", "2021-05-13", "2022-05-03", "2023-04-21", "2024-04-10", "2025-04-01", ) self.assertHolidayName(name, self.no_estimated_holidays, range(2002, 2050)) self.assertNoHolidayName(name, self.no_estimated_holidays, range(1988, 2002)) def test_eid_al_adha(self): name = "Eid'l Adha" self.assertHolidayName( name, "2016-09-10", "2017-09-02", "2018-08-21", "2019-08-12", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-28", "2024-06-17", "2025-06-06", ) self.assertHolidayName(name, self.no_estimated_holidays, range(2010, 2050)) self.assertNoHolidayName(name, self.no_estimated_holidays, range(1988, 2010)) def test_2018(self): self.assertHolidays( Philippines(years=2018), ("2018-01-01", "New Year's Day"), ("2018-02-16", "Chinese New Year"), ("2018-02-25", "EDSA People Power Revolution Anniversary"), ("2018-03-29", "Maundy Thursday"), ("2018-03-30", "Good Friday"), ("2018-03-31", "Black Saturday"), ("2018-04-09", "Araw ng Kagitingan"), ("2018-05-01", "Labor Day"), ("2018-05-14", "Elections special (non-working) day"), ("2018-06-12", "Independence Day"), ("2018-06-15", "Eid'l Fitr"), ("2018-08-21", "Eid'l Adha; Ninoy Aquino Day"), ("2018-08-27", "National Heroes Day"), ("2018-11-01", "All Saints' Day"), ("2018-11-02", "Additional special (non-working) day"), ("2018-11-30", "Bonifacio Day"), ("2018-12-24", "Additional special (non-working) day"), ("2018-12-25", "Christmas Day"), ("2018-12-30", "Rizal Day"), ("2018-12-31", "Last Day of the Year"), ) def test_2019(self): self.assertHolidays( Philippines(years=2019), ("2019-01-01", "New Year's Day"), ("2019-02-05", "Chinese New Year"), ("2019-02-25", "EDSA People Power Revolution Anniversary"), ("2019-04-09", "Araw ng Kagitingan"), ("2019-04-18", "Maundy Thursday"), ("2019-04-19", "Good Friday"), ("2019-04-20", "Black Saturday"), ("2019-05-01", "Labor Day"), ("2019-05-13", "Elections special (non-working) day"), ("2019-06-05", "Eid'l Fitr"), ("2019-06-12", "Independence Day"), ("2019-08-12", "Eid'l Adha"), ("2019-08-21", "Ninoy Aquino Day"), ("2019-08-26", "National Heroes Day"), ("2019-11-01", "All Saints' Day"), ("2019-11-02", "Additional special (non-working) day"), ("2019-11-30", "Bonifacio Day"), ("2019-12-08", "Feast of the Immaculate Conception of Mary"), ("2019-12-24", "Additional special (non-working) day"), ("2019-12-25", "Christmas Day"), ("2019-12-30", "Rizal Day"), ("2019-12-31", "Last Day of the Year"), ) def test_2020(self): self.assertHolidays( Philippines(years=2020), ("2020-01-01", "New Year's Day"), ("2020-01-25", "Chinese New Year"), ("2020-02-25", "EDSA People Power Revolution Anniversary"), ("2020-04-09", "Araw ng Kagitingan; Maundy Thursday"), ("2020-04-10", "Good Friday"), ("2020-04-11", "Black Saturday"), ("2020-05-01", "Labor Day"), ("2020-05-25", "Eid'l Fitr"), ("2020-06-12", "Independence Day"), ("2020-07-31", "Eid'l Adha"), ("2020-08-21", "Ninoy Aquino Day"), ("2020-08-31", "National Heroes Day"), ("2020-11-01", "All Saints' Day"), ("2020-11-02", "Additional special (non-working) day"), ("2020-11-30", "Bonifacio Day"), ("2020-12-08", "Feast of the Immaculate Conception of Mary"), ("2020-12-24", "Additional special (non-working) day"), ("2020-12-25", "Christmas Day"), ("2020-12-30", "Rizal Day"), ("2020-12-31", "Last Day of the Year"), ) def test_2021(self): self.assertHolidays( Philippines(years=2021), ("2021-01-01", "New Year's Day"), ("2021-02-12", "Chinese New Year"), ("2021-02-25", "EDSA People Power Revolution Anniversary"), ("2021-04-01", "Maundy Thursday"), ("2021-04-02", "Good Friday"), ("2021-04-03", "Black Saturday"), ("2021-04-09", "Araw ng Kagitingan"), ("2021-05-01", "Labor Day"), ("2021-05-13", "Eid'l Fitr"), ("2021-06-12", "Independence Day"), ("2021-07-20", "Eid'l Adha"), ("2021-08-21", "Ninoy Aquino Day"), ("2021-08-30", "National Heroes Day"), ("2021-11-01", "All Saints' Day"), ("2021-11-30", "Bonifacio Day"), ("2021-12-08", "Feast of the Immaculate Conception of Mary"), ("2021-12-25", "Christmas Day"), ("2021-12-30", "Rizal Day"), ) def test_2022(self): self.assertHolidays( Philippines(years=2022), ("2022-01-01", "New Year's Day"), ("2022-02-01", "Chinese New Year"), ("2022-02-25", "EDSA People Power Revolution Anniversary"), ("2022-04-09", "Araw ng Kagitingan"), ("2022-04-14", "Maundy Thursday"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Black Saturday"), ("2022-05-01", "Labor Day"), ("2022-05-03", "Eid'l Fitr"), ("2022-05-09", "Elections special (non-working) day"), ("2022-06-12", "Independence Day"), ("2022-07-09", "Eid'l Adha"), ("2022-08-21", "Ninoy Aquino Day"), ("2022-08-29", "National Heroes Day"), ("2022-10-31", "Additional special (non-working) day"), ("2022-11-01", "All Saints' Day"), ("2022-11-30", "Bonifacio Day"), ("2022-12-08", "Feast of the Immaculate Conception of Mary"), ("2022-12-25", "Christmas Day"), ("2022-12-30", "Rizal Day"), ) def test_2023(self): self.assertHolidays( Philippines(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "Additional special (non-working) day"), ("2023-02-24", "EDSA People Power Revolution Anniversary"), ("2023-04-06", "Maundy Thursday"), ("2023-04-07", "Good Friday"), ("2023-04-08", "Black Saturday"), ("2023-04-10", "Araw ng Kagitingan"), ("2023-04-21", "Eid'l Fitr"), ("2023-05-01", "Labor Day"), ("2023-06-12", "Independence Day"), ("2023-06-28", "Eid'l Adha"), ("2023-08-21", "Ninoy Aquino Day"), ("2023-08-28", "National Heroes Day"), ("2023-10-30", "Elections special (non-working) day"), ("2023-11-01", "All Saints' Day"), ("2023-11-02", "Additional special (non-working) day"), ("2023-11-27", "Bonifacio Day"), ("2023-12-08", "Feast of the Immaculate Conception of Mary"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Additional special (non-working) day"), ("2023-12-30", "Rizal Day"), ("2023-12-31", "Last Day of the Year"), ) def test_2025(self): self.assertHolidays( Philippines(years=2025), ("2025-01-01", "New Year's Day"), ("2025-01-29", "Chinese New Year"), ("2025-04-01", "Eid'l Fitr"), ("2025-04-09", "Araw ng Kagitingan"), ("2025-04-17", "Maundy Thursday"), ("2025-04-18", "Good Friday"), ("2025-04-19", "Black Saturday"), ("2025-05-01", "Labor Day"), ("2025-06-06", "Eid'l Adha"), ("2025-06-12", "Independence Day"), ("2025-07-27", "Additional special (non-working) day"), ("2025-08-21", "Ninoy Aquino Day"), ("2025-08-25", "National Heroes Day"), ("2025-10-31", "All Saints' Day Eve"), ("2025-11-01", "All Saints' Day"), ("2025-11-30", "Bonifacio Day"), ("2025-12-08", "Feast of the Immaculate Conception of Mary"), ("2025-12-24", "Christmas Eve"), ("2025-12-25", "Christmas Day"), ("2025-12-30", "Rizal Day"), ("2025-12-31", "Last Day of the Year"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2024-01-01", "New Year's Day"), ("2024-02-09", "Additional special (non-working) day"), ("2024-02-10", "Chinese New Year"), ("2024-03-28", "Maundy Thursday"), ("2024-03-29", "Good Friday"), ("2024-03-30", "Black Saturday"), ("2024-04-09", "Araw ng Kagitingan"), ("2024-04-10", "Eid'l Fitr"), ("2024-05-01", "Labor Day"), ("2024-06-12", "Independence Day"), ("2024-06-17", "Eid'l Adha"), ("2024-07-27", "Founding Anniversary of Iglesia ni Cristo"), ("2024-08-23", "Ninoy Aquino Day"), ("2024-08-26", "National Heroes Day"), ("2024-11-01", "All Saints' Day"), ("2024-11-02", "Additional special (non-working) day"), ("2024-11-30", "Bonifacio Day"), ("2024-12-08", "Feast of the Immaculate Conception of Mary"), ("2024-12-24", "Additional special (non-working) day"), ("2024-12-25", "Christmas Day"), ("2024-12-30", "Rizal Day"), ("2024-12-31", "Last Day of the Year"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-02-09", "Additional special (non-working) day"), ("2024-02-10", "Chinese New Year"), ("2024-03-28", "Maundy Thursday"), ("2024-03-29", "Good Friday"), ("2024-03-30", "Black Saturday"), ("2024-04-09", "Day of Valor"), ("2024-04-10", "Eid al-Fitr"), ("2024-05-01", "Labor Day"), ("2024-06-12", "Independence Day"), ("2024-06-17", "Eid al-Adha"), ("2024-07-27", "Founding Anniversary of Iglesia ni Cristo"), ("2024-08-23", "Ninoy Aquino Day"), ("2024-08-26", "National Heroes Day"), ("2024-11-01", "All Saints' Day"), ("2024-11-02", "Additional special (non-working) day"), ("2024-11-30", "Bonifacio Day"), ("2024-12-08", "Immaculate Conception"), ("2024-12-24", "Additional special (non-working) day"), ("2024-12-25", "Christmas Day"), ("2024-12-30", "Rizal Day"), ("2024-12-31", "New Year's Eve"), ) def test_l10n_fil(self): self.assertLocalizedHolidays( "fil", ("2024-01-01", "Bagong Taon"), ("2024-02-09", "Karagdagang Espesyal na Araw (Walang Trabajo)"), ("2024-02-10", "Bagong Taon ng mga Tsino"), ("2024-03-28", "Huwebes Santo"), ("2024-03-29", "Biyernes Santo"), ("2024-03-30", "Sabado de Gloria"), ("2024-04-09", "Araw ng Kagitingan"), ("2024-04-10", "Eid al-Fitr"), ("2024-05-01", "Araw ng Paggawa"), ("2024-06-12", "Araw ng Kalayaan"), ("2024-06-17", "Eid al-Adha"), ("2024-07-27", "Anibersaryo ng Pagkatatag ng Iglesia ni Cristo"), ("2024-08-23", "Araw ng Kabayanihan ni Ninoy Aquino"), ("2024-08-26", "Araw ng mga Bayani"), ("2024-11-01", "Araw ng mga Santo"), ("2024-11-02", "Karagdagang Espesyal na Araw (Walang Trabajo)"), ("2024-11-30", "Araw ng Kabayanihan ni Bonifacio"), ( "2024-12-08", "Dakilang Kapistahan ng Kalinis-linisang Paglilihi sa Mahal na Birheng Maria", ), ("2024-12-24", "Karagdagang Espesyal na Araw (Walang Trabajo)"), ("2024-12-25", "Pasko"), ("2024-12-30", "Araw ng Kabayanihan ni Rizal"), ("2024-12-31", "Bisperas ng Bagong Taon"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2024-01-01", "วันขึ้นปีใหม่"), ("2024-02-09", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2024-02-10", "วันตรุษจีน"), ("2024-03-28", "วันพฤหัสบดีศักดิ์สิทธิ์"), ("2024-03-29", "วันศุกร์ประเสริฐ"), ("2024-03-30", "วันเสาร์ศักดิ์สิทธิ์"), ("2024-04-09", "วันแห่งความกล้าหาญ"), ("2024-04-10", "วันอีฎิ้ลฟิตริ"), ("2024-05-01", "วันแรงงาน"), ("2024-06-12", "วันประกาศเอกราชสาธารณรัฐฟิลิปปินส์"), ("2024-06-17", "วันอีดิ้ลอัฎฮา"), ("2024-07-27", "วันครบรอบการสถาปนานิกายคริสตจักรของพระคริสต์"), ("2024-08-23", "วันนินอย อากีโน"), ("2024-08-26", "วันวีรบุรุษแห่งชาติ"), ("2024-11-01", "วันสมโภชนักบุญทั้งหลาย"), ("2024-11-02", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2024-11-30", "วันโบนีฟาซีโอ"), ("2024-12-08", "วันสมโภชแม่พระผู้ปฏิสนธินิรมล"), ("2024-12-24", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2024-12-25", "วันคริสต์มาส"), ("2024-12-30", "วันรีซัล"), ("2024-12-31", "วันสิ้นปี"), ) holidays-0.71/tests/countries/test_poland.py000066400000000000000000000363741500152103600213260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.poland import Poland, PL, POL from tests.common import CommonCountryTests class TestPoland(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Poland, years=range(1925, 2050)) def test_country_aliases(self): self.assertAliases(Poland, PL, POL) def test_no_holidays(self): self.assertNoHolidays(Poland(years=1924)) def test_special_holidays(self): self.assertHoliday("2018-11-12") def test_new_years_day(self): self.assertHolidayName("Nowy Rok", (f"{year}-01-01" for year in range(1925, 2050))) def test_epiphany(self): name = "Święto Trzech Króli" self.assertHolidayName( name, (f"{year}-01-06" for year in (*range(1925, 1960), *range(2011, 2050))) ) self.assertNoHoliday(f"{year}-01-06" for year in range(1961, 2011)) self.assertNoHolidayName(name, range(1961, 2011)) def test_candlemas(self): name = "Oczyszczenie Najświętszej Marii Panny" self.assertHolidayName(name, (f"{year}-02-02" for year in range(1925, 1951))) self.assertNoHoliday(f"{year}-02-02" for year in range(1951, 2050)) self.assertNoHolidayName(name, range(1951, 2050)) def test_easter_related(self): self.assertHoliday( # Niedziela Wielkanocna "2015-04-05", "2016-03-27", "2017-04-16", "2018-04-01", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", # Poniedziałek Wielkanocny "2015-04-06", "2016-03-28", "2017-04-17", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", # Zielone Świątki "2015-05-24", "2016-05-15", "2017-06-04", "2018-05-20", "2019-06-09", "2020-05-31", "2021-05-23", "2022-06-05", "2023-05-28", # Dzień Bożego Ciała "2015-06-04", "2016-05-26", "2017-06-15", "2018-05-31", "2019-06-20", "2020-06-11", "2021-06-03", "2022-06-16", "2023-06-08", ) def test_national_day(self): name = "Święto Państwowe" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1950, 2050))) self.assertNoHoliday(f"{year}-05-01" for year in range(1925, 1950)) self.assertNoHolidayName(name, range(1925, 1950)) def test_national_day_of_third_of_may(self): name = "Święto Narodowe Trzeciego Maja" self.assertHolidayName( name, (f"{year}-05-03" for year in (*range(1925, 1951), *range(1990, 2050))) ) self.assertNoHoliday(f"{year}-05-03" for year in range(1951, 1990)) self.assertNoHolidayName(name, range(1951, 1990)) def test_national_victory_and_freedom_day(self): name = "Narodowe Święto Zwycięstwa i Wolności" self.assertHolidayName(name, (f"{year}-05-09" for year in range(1946, 1951))) # Exclude Ascension day on 1929-05-09 self.assertNoHoliday( f"{year}-05-09" for year in (*range(1925, 1929), *range(1930, 1946), *range(1951, 2050)) ) self.assertNoHolidayName(name, range(1925, 1946), range(1951, 2050)) def test_ascension_day(self): name = "Wniebowstąpienie Pańskie" self.assertHolidayName( name, "1930-05-29", "1934-05-10", "1939-05-18", "1945-05-10", "1950-05-18", ) self.assertHolidayName(name, range(1925, 1951)) self.assertNoHolidayName(name, range(1951, 2050)) def test_whit_monday(self): name = "Drugi dzień Zielonych Świątek" self.assertHolidayName( name, "1930-06-09", "1934-05-21", "1939-05-29", "1945-05-21", "1950-05-29", ) self.assertHolidayName(name, range(1925, 1951)) self.assertNoHolidayName(name, range(1951, 2050)) def test_saints_peter_and_paul_day(self): name = "Uroczystość Świętych Apostołów Piotra i Pawła" self.assertHolidayName(name, (f"{year}-06-29" for year in range(1925, 1951))) self.assertNoHoliday(f"{year}-06-29" for year in range(1951, 2050)) self.assertNoHolidayName(name, range(1951, 2050)) def test_national_day_of_rebirth_of_poland(self): name = "Narodowe Święto Odrodzenia Polski" self.assertHolidayName(name, (f"{year}-07-22" for year in range(1945, 1990))) self.assertNoHoliday(f"{year}-07-22" for year in (*range(1925, 1945), *range(1990, 2050))) self.assertNoHolidayName(name, range(1925, 1945), range(1990, 2050)) def test_assumption_day(self): name = "Wniebowzięcie Najświętszej Marii Panny" self.assertHolidayName( name, (f"{year}-08-15" for year in (*range(1925, 1961), *range(1989, 2050))) ) self.assertNoHoliday(f"{year}-08-15" for year in range(1961, 1989)) self.assertNoHolidayName(name, range(1961, 1989)) def test_all_saints_day(self): self.assertHolidayName( "Uroczystość Wszystkich Świętych", (f"{year}-11-01" for year in range(1925, 2050)) ) def test_national_independence_day(self): name = "Narodowe Święto Niepodległości" self.assertHolidayName( name, (f"{year}-11-11" for year in (*range(1937, 1945), *range(1989, 2050))) ) self.assertNoHoliday(f"{year}-11-11" for year in (*range(1925, 1937), *range(1945, 1989))) self.assertNoHolidayName(name, range(1925, 1937), range(1945, 1989)) def test_immaculate_conception_day(self): name = "Niepokalane Poczęcie Najświętszej Marii Panny" self.assertHolidayName(name, (f"{year}-12-08" for year in range(1925, 1951))) self.assertNoHoliday(f"{year}-12-08" for year in range(1951, 2050)) self.assertNoHolidayName(name, range(1951, 2050)) def test_christmas_eve(self): name = "Wigilia Bożego Narodzenia" self.assertHolidayName(name, (f"{year}-12-24" for year in range(2025, 2050))) self.assertNoHoliday(f"{year}-12-24" for year in range(1925, 2025)) self.assertNoHolidayName(name, range(1925, 2025)) def test_christmas(self): self.assertHolidayName( "Boże Narodzenie (pierwszy dzień)", (f"{year}-12-25" for year in range(1925, 2050)) ) self.assertHolidayName( "Boże Narodzenie (drugi dzień)", (f"{year}-12-26" for year in range(1925, 2050)) ) def test_2017(self): # http://www.officeholidays.com/countries/poland/2017.php self.assertHolidayDates( Poland(years=2017), "2017-01-01", "2017-01-06", "2017-04-16", "2017-04-17", "2017-05-01", "2017-05-03", "2017-06-04", "2017-06-15", "2017-08-15", "2017-11-01", "2017-11-11", "2017-12-25", "2017-12-26", ) def test_2022(self): self.assertHolidayDates( Poland(years=2022), "2022-01-01", "2022-01-06", "2022-04-17", "2022-04-18", "2022-05-01", "2022-05-03", "2022-06-05", "2022-06-16", "2022-08-15", "2022-11-01", "2022-11-11", "2022-12-25", "2022-12-26", ) def test_2025(self): self.assertHolidayDates( Poland(years=2025), "2025-01-01", "2025-01-06", "2025-04-20", "2025-04-21", "2025-05-01", "2025-05-03", "2025-06-08", "2025-06-19", "2025-08-15", "2025-11-01", "2025-11-11", "2025-12-24", "2025-12-25", "2025-12-26", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2018-01-01", "Nowy Rok"), ("2018-01-06", "Święto Trzech Króli"), ("2018-04-01", "Niedziela Wielkanocna"), ("2018-04-02", "Poniedziałek Wielkanocny"), ("2018-05-01", "Święto Państwowe"), ("2018-05-03", "Święto Narodowe Trzeciego Maja"), ("2018-05-20", "Zielone Świątki"), ("2018-05-31", "Dzień Bożego Ciała"), ("2018-08-15", "Wniebowzięcie Najświętszej Marii Panny"), ("2018-11-01", "Uroczystość Wszystkich Świętych"), ("2018-11-11", "Narodowe Święto Niepodległości"), ("2018-11-12", "Narodowe Święto Niepodległości - 100-lecie"), ("2018-12-25", "Boże Narodzenie (pierwszy dzień)"), ("2018-12-26", "Boże Narodzenie (drugi dzień)"), ) self.assertLocalizedHolidays( ("2022-01-01", "Nowy Rok"), ("2022-01-06", "Święto Trzech Króli"), ("2022-04-17", "Niedziela Wielkanocna"), ("2022-04-18", "Poniedziałek Wielkanocny"), ("2022-05-01", "Święto Państwowe"), ("2022-05-03", "Święto Narodowe Trzeciego Maja"), ("2022-06-05", "Zielone Świątki"), ("2022-06-16", "Dzień Bożego Ciała"), ("2022-08-15", "Wniebowzięcie Najświętszej Marii Panny"), ("2022-11-01", "Uroczystość Wszystkich Świętych"), ("2022-11-11", "Narodowe Święto Niepodległości"), ("2022-12-25", "Boże Narodzenie (pierwszy dzień)"), ("2022-12-26", "Boże Narodzenie (drugi dzień)"), ) def test_l10n_de(self): self.assertLocalizedHolidays( "de", ("2018-01-01", "Neujahr"), ("2018-01-06", "Heilige Drei Könige"), ("2018-04-01", "Ostersonntag"), ("2018-04-02", "Ostermontag"), ("2018-05-01", "Tag der Arbeit"), ("2018-05-03", "Nationalfeiertag am 3. Mai"), ("2018-05-20", "Pfingsten"), ("2018-05-31", "Fronleichnam"), ("2018-08-15", "Mariä Himmelfahrt"), ("2018-11-01", "Allerheiligen"), ("2018-11-11", "Nationalfeiertag der Unabhängigkeit"), ("2018-11-12", "Nationalfeiertag der Unabhängigkeit - 100. Jahrestag"), ("2018-12-25", "Erster Weihnachtstag"), ("2018-12-26", "Zweiter Weihnachtstag"), ) self.assertLocalizedHolidays( "de", ("2022-01-01", "Neujahr"), ("2022-01-06", "Heilige Drei Könige"), ("2022-04-17", "Ostersonntag"), ("2022-04-18", "Ostermontag"), ("2022-05-01", "Tag der Arbeit"), ("2022-05-03", "Nationalfeiertag am 3. Mai"), ("2022-06-05", "Pfingsten"), ("2022-06-16", "Fronleichnam"), ("2022-08-15", "Mariä Himmelfahrt"), ("2022-11-01", "Allerheiligen"), ("2022-11-11", "Nationalfeiertag der Unabhängigkeit"), ("2022-12-25", "Erster Weihnachtstag"), ("2022-12-26", "Zweiter Weihnachtstag"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2018-01-01", "New Year's Day"), ("2018-01-06", "Epiphany"), ("2018-04-01", "Easter Sunday"), ("2018-04-02", "Easter Monday"), ("2018-05-01", "National Day"), ("2018-05-03", "National Day of the Third of May"), ("2018-05-20", "Pentecost"), ("2018-05-31", "Corpus Christi"), ("2018-08-15", "Assumption Day"), ("2018-11-01", "All Saints' Day"), ("2018-11-11", "National Independence Day"), ("2018-11-12", "National Independence Day - 100th anniversary"), ("2018-12-25", "Christmas Day"), ("2018-12-26", "Second Day of Christmas"), ) self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-06", "Epiphany"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "National Day"), ("2022-05-03", "National Day of the Third of May"), ("2022-06-05", "Pentecost"), ("2022-06-16", "Corpus Christi"), ("2022-08-15", "Assumption Day"), ("2022-11-01", "All Saints' Day"), ("2022-11-11", "National Independence Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2018-01-01", "Новий рік"), ("2018-01-06", "Богоявлення"), ("2018-04-01", "Великдень"), ("2018-04-02", "Великодній понеділок"), ("2018-05-01", "Національне свято"), ("2018-05-03", "Національне свято Третього Травня"), ("2018-05-20", "День Святої Трійці"), ("2018-05-31", "Свято Тіла і Крові Христових"), ("2018-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2018-11-01", "День усіх святих"), ("2018-11-11", "День незалежності"), ("2018-11-12", "100-а річниця Дня незалежності"), ("2018-12-25", "Різдво Христове"), ("2018-12-26", "Другий день Різдва"), ) self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-06", "Богоявлення"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "Національне свято"), ("2022-05-03", "Національне свято Третього Травня"), ("2022-06-05", "День Святої Трійці"), ("2022-06-16", "Свято Тіла і Крові Христових"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-11-01", "День усіх святих"), ("2022-11-11", "День незалежності"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ) holidays-0.71/tests/countries/test_portugal.py000066400000000000000000000410401500152103600216700ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from unittest import TestCase from holidays.constants import OPTIONAL, PUBLIC from holidays.countries.portugal import Portugal, PT, PRT from tests.common import CommonCountryTests class TestPortugal(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Portugal, years=range(1910, 2050)) def setUp(self): super().setUp() warnings.simplefilter("ignore", category=DeprecationWarning) def test_country_aliases(self): self.assertAliases(Portugal, PT, PRT) def test_subdiv_deprecation(self): self.assertDeprecatedSubdivisions("This subdivision is deprecated and will be removed") def test_2014(self): # http://www.officeholidays.com/countries/portugal/2014.php self.assertHolidays( Portugal(years=2014), ("2014-01-01", "Ano Novo"), ("2014-04-18", "Sexta-feira Santa"), ("2014-04-20", "Páscoa"), ("2014-04-25", "Dia da Liberdade"), ("2014-05-01", "Dia do Trabalhador"), ("2014-06-10", "Dia de Portugal, de Camões e das Comunidades Portuguesas"), ("2014-08-15", "Assunção de Nossa Senhora"), ("2014-12-08", "Imaculada Conceição"), ("2014-12-25", "Dia de Natal"), ) def test_2017(self): # http://www.officeholidays.com/countries/portugal/2017.php self.assertHolidays( Portugal(years=2017), ("2017-01-01", "Ano Novo"), ("2017-04-14", "Sexta-feira Santa"), ("2017-04-16", "Páscoa"), ("2017-04-25", "Dia da Liberdade"), ("2017-05-01", "Dia do Trabalhador"), ("2017-06-10", "Dia de Portugal, de Camões e das Comunidades Portuguesas"), ("2017-06-15", "Corpo de Deus"), ("2017-08-15", "Assunção de Nossa Senhora"), ("2017-10-05", "Implantação da República"), ("2017-11-01", "Dia de Todos os Santos"), ("2017-12-01", "Restauração da Independência"), ("2017-12-08", "Imaculada Conceição"), ("2017-12-25", "Dia de Natal"), ) def test_district_specific_days(self): # Conselho Holidays only starts in 1911 self.assertNoHoliday(Portugal(subdiv="01"), "1910-05-12") self.assertNoHoliday(Portugal(subdiv="02"), "1910-05-05") self.assertNoHoliday(Portugal(subdiv="03"), "1910-06-24") self.assertNoHoliday(Portugal(subdiv="04"), "1910-08-22") self.assertNoHoliday(Portugal(subdiv="05"), "1910-04-12") self.assertNoHoliday(Portugal(subdiv="06"), "1910-07-04") self.assertNoHoliday(Portugal(subdiv="07"), "1910-06-29") self.assertNoHoliday(Portugal(subdiv="08"), "1910-09-07") self.assertNoHoliday(Portugal(subdiv="09"), "1910-11-27") self.assertNoHoliday(Portugal(subdiv="10"), "1910-05-22") self.assertNoHoliday(Portugal(subdiv="11"), "1910-06-13") self.assertNoHoliday(Portugal(subdiv="12"), "1910-05-23") self.assertNoHoliday(Portugal(subdiv="13"), "1910-06-24") self.assertNoHoliday(Portugal(subdiv="14"), "1910-03-19") self.assertNoHoliday(Portugal(subdiv="15"), "1910-09-15") self.assertNoHoliday(Portugal(subdiv="16"), "1910-08-20") self.assertNoHoliday(Portugal(subdiv="17"), "1910-06-13") self.assertNoHoliday(Portugal(subdiv="18"), "1910-09-21") self.assertNoHoliday(Portugal(subdiv="20"), "1910-05-16") self.assertNoHoliday(Portugal(subdiv="30"), "1910-07-01") self.assertNoHoliday(Portugal(subdiv="30"), "1910-12-26") # 2017 Cases self.assertHoliday(Portugal(subdiv="01"), "2017-05-12") self.assertHoliday(Portugal(subdiv="02"), "2017-05-25") self.assertHoliday(Portugal(subdiv="03"), "2017-06-24") self.assertHoliday(Portugal(subdiv="04"), "2017-08-22") self.assertHoliday(Portugal(subdiv="05"), "2017-05-02") self.assertHoliday(Portugal(subdiv="06"), "2017-07-04") self.assertHoliday(Portugal(subdiv="07"), "2017-06-29") self.assertHoliday(Portugal(subdiv="08"), "2017-09-07") self.assertHoliday(Portugal(subdiv="09"), "2017-11-27") self.assertHoliday(Portugal(subdiv="10"), "2017-05-22") self.assertHoliday(Portugal(subdiv="11"), "2017-06-13") self.assertHoliday(Portugal(subdiv="12"), "2017-05-23") self.assertHoliday(Portugal(subdiv="13"), "2017-06-24") self.assertHoliday(Portugal(subdiv="14"), "2017-03-19") self.assertHoliday(Portugal(subdiv="15"), "2017-09-15") self.assertHoliday(Portugal(subdiv="16"), "2017-08-20") self.assertHoliday(Portugal(subdiv="17"), "2017-06-13") self.assertHoliday(Portugal(subdiv="18"), "2017-09-21") self.assertHoliday(Portugal(subdiv="20"), "2017-06-05") self.assertHoliday(Portugal(subdiv="30"), "2017-07-01", "2017-12-26") def test_azores_day(self): name = "Dia da Região Autónoma dos Açores" self.assertNoHolidayName(name, Portugal(years=1980, subdiv="20")) self.assertHolidayName( name, Portugal(years=range(2016, 2024), subdiv="20"), "2016-05-16", "2017-06-05", "2018-05-21", "2019-06-10", "2020-06-01", "2021-05-24", "2022-06-06", "2023-05-29", ) def test_madeira_day(self): name_made = "Dia da Região Autónoma da Madeira" name_maco = "Dia da Região Autónoma da Madeira e das Comunidades Madeirenses" self.assertNoHolidayName(name_made, Portugal(years=1978, subdiv="30")) self.assertNoHolidayName(name_maco, Portugal(years=range(1978, 1989), subdiv="30")) self.assertNoHolidayName(name_made, Portugal(years=range(1989, 2050), subdiv="30")) self.assertHolidayName( name_maco, Portugal(years=range(2016, 2024), subdiv="30"), (f"{year}-07-01" for year in range(2016, 2024)), ) def test_primeira_oitava(self): name = "Primeira Oitava" self.assertNoHolidayName(name, Portugal(years=2001, subdiv="30")) self.assertHolidayName( name, Portugal(years=range(2016, 2024), subdiv="30"), (f"{year}-12-26" for year in range(2016, 2024)), ) def test_optional_holidays(self): holidays = Portugal(categories=OPTIONAL, years=range(2017, 2020)) self.assertHoliday( holidays, "2017-02-28", "2017-06-13", "2017-12-24", "2017-12-26", "2017-12-31", "2018-02-13", "2018-06-13", "2018-12-24", "2018-12-26", "2018-12-31", "2019-03-05", "2019-06-13", "2019-12-24", "2019-12-26", "2019-12-31", ) def test_deprecated(self): self.assertEqual( Portugal(subdiv="Ext", years=2022).keys(), Portugal(categories=(OPTIONAL, PUBLIC), years=2022).keys(), ) def test_corpus_christi(self): name = "Corpo de Deus" self.assertNoHolidayName(name, range(2013, 2016)) self.assertHolidayName( name, "2016-05-26", "2017-06-15", "2018-05-31", "2019-06-20", "2020-06-11", "2021-06-03", "2022-06-16", "2023-06-08", ) def test_republic_day(self): name = "Implantação da República" self.assertNoHolidayName(name, Portugal(years=1909)) self.assertHolidayName( name, (f"{year}-10-05" for year in set(range(1910, 2013)).difference({2013, 2014, 2015})), ) self.assertNoHolidayName(name, range(2013, 2016)) def test_all_saints_day(self): name = "Dia de Todos os Santos" self.assertHolidayName( name, (f"{year}-11-01" for year in set(range(1910, 2013)).difference({2013, 2014, 2015})), ) self.assertNoHolidayName(name, range(2013, 2016)) def test_restoration_of_independence_day(self): name = "Restauração da Independência" self.assertNoHolidayName(name, Portugal(years=1822)) self.assertHolidayName( name, (f"{year}-12-01" for year in set(range(1910, 2013)).difference({2013, 2014, 2015})), ) self.assertNoHolidayName(name, range(2013, 2016)) def test_freedom_day(self): name = "Dia da Liberdade" self.assertHolidayName(name, (f"{year}-04-25" for year in range(1974, 2050))) self.assertNoHolidayName(name, range(1910, 1974)) def test_labour_day(self): name = "Dia do Trabalhador" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1974, 2050))) self.assertNoHolidayName(name, range(1910, 1974)) def test_portugal_day(self): name_def = "Dia de Portugal" name_esno = "Dia de Camões, de Portugal e da Raça" name_carn = "Dia de Portugal, de Camões e das Comunidades Portuguesas" self.assertNoHolidayName(name_def, 1910) self.assertNoHolidayName(name_esno, 1910) self.assertNoHolidayName(name_carn, 1910) self.assertHoliday(f"{year}-06-10" for year in range(1911, 2050)) self.assertNoHolidayName(name_def, range(1933, 1974), range(1978, 2050)) self.assertNoHolidayName(name_esno, range(1911, 1933), range(1974, 2050)) self.assertNoHolidayName(name_carn, range(1911, 1978)) def test_l10n_default(self): self.assertLocalizedHolidays( ("2018-01-01", "Ano Novo"), ("2018-02-13", "Carnaval"), ("2018-03-19", "Dia de São José"), ("2018-03-30", "Sexta-feira Santa"), ("2018-04-01", "Páscoa"), ("2018-04-17", "Dia de Nossa Senhora de Mércoles"), ("2018-04-25", "Dia da Liberdade"), ("2018-05-01", "Dia do Trabalhador"), ("2018-05-10", "Quinta-feira da Ascensão"), ("2018-05-12", "Dia de Santa Joana"), ("2018-05-21", "Dia da Região Autónoma dos Açores"), ("2018-05-22", "Dia do Município de Leiria"), ("2018-05-23", "Dia do Município de Portalegre"), ("2018-05-31", "Corpo de Deus"), ("2018-06-10", "Dia de Portugal, de Camões e das Comunidades Portuguesas"), ("2018-06-13", "Dia de Santo António"), ("2018-06-24", "Dia de São João"), ("2018-06-29", "Dia de São Pedro"), ("2018-07-01", "Dia da Região Autónoma da Madeira e das Comunidades Madeirenses"), ("2018-07-04", "Dia de Santa Isabel"), ("2018-08-15", "Assunção de Nossa Senhora"), ("2018-08-20", "Dia de Nossa Senhora da Agonia"), ("2018-08-22", "Dia de Nossa Senhora das Graças"), ("2018-09-07", "Dia do Município de Faro"), ("2018-09-15", "Dia de Bocage"), ("2018-09-21", "Dia de São Mateus"), ("2018-10-05", "Implantação da República"), ("2018-11-01", "Dia de Todos os Santos"), ("2018-11-27", "Dia do Município da Guarda"), ("2018-12-01", "Restauração da Independência"), ("2018-12-08", "Imaculada Conceição"), ("2018-12-24", "Véspera de Natal"), ("2018-12-25", "Dia de Natal"), ("2018-12-26", "26 de Dezembro; Primeira Oitava"), ("2018-12-31", "Véspera de Ano Novo"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2018-01-01", "New Year's Day"), ("2018-02-13", "Carnival"), ("2018-03-19", "Saint Joseph's Day"), ("2018-03-30", "Good Friday"), ("2018-04-01", "Easter Sunday"), ("2018-04-17", "Feast of Our Lady of Mércoles"), ("2018-04-25", "Freedom Day"), ("2018-05-01", "Labor Day"), ("2018-05-10", "Ascension Day"), ("2018-05-12", "Saint Joanna's Day"), ("2018-05-21", "Day of the Autonomous Region of the Azores"), ("2018-05-22", "Municipal Holiday of Leiria"), ("2018-05-23", "Municipal Holiday of Portalegre"), ("2018-05-31", "Corpus Christi"), ("2018-06-10", "Day of Portugal, Camões, and the Portuguese Communities"), ("2018-06-13", "Saint Anthony's Day"), ("2018-06-24", "Saint John's Day"), ("2018-06-29", "Saint Peter's Day"), ("2018-07-01", "Day of the Autonomous Region of Madeira and the Madeiran Communities"), ("2018-07-04", "Saint Elizabeth's Day"), ("2018-08-15", "Assumption Day"), ("2018-08-20", "Feast of Our Lady of Sorrows"), ("2018-08-22", "Feast of Our Lady of Graces"), ("2018-09-07", "Municipal Holiday of Faro"), ("2018-09-15", "Bocage Day"), ("2018-09-21", "Saint Matthew's Day"), ("2018-10-05", "Republic Day"), ("2018-11-01", "All Saints' Day"), ("2018-11-27", "Municipal Holiday of Guarda"), ("2018-12-01", "Restoration of Independence Day"), ("2018-12-08", "Immaculate Conception"), ("2018-12-24", "Christmas Eve"), ("2018-12-25", "Christmas Day"), ("2018-12-26", "1st Octave; Second Day of Christmas"), ("2018-12-31", "New Year's Eve"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2018-01-01", "Новий рік"), ("2018-02-13", "Карнавал"), ("2018-03-19", "День Святого Йосипа"), ("2018-03-30", "Страсна пʼятниця"), ("2018-04-01", "Великдень"), ("2018-04-17", "День Богоматері Меркольської"), ("2018-04-25", "День Свободи"), ("2018-05-01", "День праці"), ("2018-05-10", "Вознесіння Господнє"), ("2018-05-12", "День Святої Йоанни"), ("2018-05-21", "День автономного регіону Азорських островів"), ("2018-05-22", "День муніципалітету Лейрія"), ("2018-05-23", "День муніципалітету Порталегре"), ("2018-05-31", "Свято Тіла і Крові Христових"), ("2018-06-10", "День Португалії, Камоенса і португальських громад"), ("2018-06-13", "День Святого Антонія"), ("2018-06-24", "День Святого Івана"), ("2018-06-29", "День Святого Петра"), ("2018-07-01", "День автономного регіону Мадейра та мадейрських громад"), ("2018-07-04", "День Святої Єлизавети"), ("2018-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2018-08-20", "День Богоматері Страждання"), ("2018-08-22", "День Богоматері Милосердя"), ("2018-09-07", "День муніципалітету Фару"), ("2018-09-15", "День Бокажі"), ("2018-09-21", "День Святого Матвія"), ("2018-10-05", "День Республіки"), ("2018-11-01", "День усіх святих"), ("2018-11-27", "День муніципалітету Гуарда"), ("2018-12-01", "День відновлення незалежності"), ("2018-12-08", "Непорочне зачаття Діви Марії"), ("2018-12-24", "Святий вечір"), ("2018-12-25", "Різдво Христове"), ("2018-12-26", "Другий день Різдва; Перша октава"), ("2018-12-31", "Переддень Нового року"), ) holidays-0.71/tests/countries/test_puerto_rico.py000066400000000000000000000042301500152103600223650ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import NOV from holidays.constants import GOVERNMENT, UNOFFICIAL from holidays.countries.puerto_rico import HolidaysPR, PR, PRI from tests.common import CommonCountryTests class TestPR(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(HolidaysPR) def test_country_aliases(self): self.assertAliases(HolidaysPR, PR, PRI) def test_pr_only(self): """Check for a holiday that is not returned by US unless the subdivision is specified.""" self.assertIn("Discovery Day (observed)", self.holidays.get_list(date(2017, NOV, 20))) def test_unofficial_holidays(self): self.assertHolidays( HolidaysPR(categories=UNOFFICIAL, years=2024), ("2024-02-14", "Valentine's Day"), ("2024-03-17", "Saint Patrick's Day"), ("2024-10-31", "Halloween"), ) def test_government_holidays(self): self.assertHolidays( HolidaysPR(categories=GOVERNMENT, years=2024), ("2024-01-01", "New Year's Day"), ("2024-01-15", "Birthday of Martin Luther King, Jr."), ("2024-02-19", "Washington's Birthday"), ("2024-05-27", "Memorial Day"), ("2024-06-19", "Juneteenth National Independence Day"), ("2024-07-04", "Independence Day"), ("2024-09-02", "Labor Day"), ("2024-10-14", "Columbus Day"), ("2024-11-11", "Veterans Day"), ("2024-11-28", "Thanksgiving Day"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_qatar.py000066400000000000000000000153221500152103600211470ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK from holidays.countries.qatar import Qatar, QA, QAT from tests.common import CommonCountryTests class TestQatar(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1971, 2050) super().setUpClass(Qatar, years=years) cls.no_estimated_holidays = Qatar(years=years, islamic_show_estimated=False) cls.bank_holidays = Qatar(categories=BANK, years=years) def test_country_aliases(self): self.assertAliases(Qatar, QA, QAT) def test_no_holidays(self): self.assertNoHolidays(Qatar(years=1970)) self.assertNoHolidays(Qatar(categories=BANK, years=1970)) def test_special_holidays(self): self.assertHoliday( "2025-01-02", ) def test_sports_day(self): name = "اليوم الوطني للرياضة" dts = ( "2012-02-14", "2013-02-12", "2014-02-11", "2015-02-10", "2016-02-09", "2017-02-14", "2018-02-13", "2019-02-12", "2020-02-11", "2021-02-09", "2022-02-08", "2023-02-14", "2024-02-13", "2025-02-11", "2026-02-10", "2027-02-09", "2028-02-08", "2029-02-13", "2030-02-12", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, range(2012, 2050)) self.assertNoHolidayName(name, range(1971, 2011)) def test_national_day(self): name = "اليوم الوطني لقطر" self.assertHolidayName(name, (f"{year}-12-18" for year in range(2007, 2050))) self.assertNoHolidayName(name, range(1971, 2007)) def test_eid_al_fitr(self): name = "عيد الفطر" dts = ( "2018-06-15", "2018-06-16", "2018-06-17", "2019-06-04", "2019-06-05", "2019-06-06", "2020-05-24", "2020-05-25", "2020-05-26", "2021-05-13", "2021-05-14", "2021-05-15", "2022-05-02", "2022-05-03", "2022-05-04", "2023-04-21", "2023-04-22", "2023-04-23", "2024-04-10", "2024-04-11", "2024-04-12", "2025-03-30", "2025-03-31", "2025-04-01", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, self.no_estimated_holidays, range(1971, 2050)) def test_eid_al_adha(self): name = "عيد الأضحى" dts = ( "2018-08-22", "2018-08-23", "2018-08-24", "2019-08-11", "2019-08-12", "2019-08-13", "2020-07-31", "2020-08-01", "2020-08-02", "2021-07-20", "2021-07-21", "2021-07-22", "2022-07-09", "2022-07-10", "2022-07-11", "2023-06-28", "2023-06-29", "2023-06-30", "2024-06-16", "2024-06-17", "2024-06-18", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, self.no_estimated_holidays, range(1971, 2050)) def test_new_years_day(self): name = "رأس السنة الميلادية" self.assertHolidayName( name, self.bank_holidays, (f"{year}-01-01" for year in range(1971, 2050)) ) self.assertNoHolidayName(name) def test_march_bank_holiday(self): name = "عطلة البنك" dts = ( "2010-03-07", "2011-03-06", "2012-03-04", "2013-03-03", "2014-03-02", "2015-03-01", "2016-03-06", "2017-03-05", "2018-03-04", "2019-03-03", "2020-03-01", "2021-03-07", "2022-03-06", "2023-03-05", "2024-03-03", "2025-03-02", ) self.assertHolidayName(name, self.bank_holidays, dts) self.assertHolidayName(name, self.bank_holidays, range(2010, 2050)) self.assertNoHolidayName(name, self.bank_holidays, range(1971, 2010)) self.assertNoHolidayName(name) def test_2011(self): self.assertHolidays( Qatar(years=2011), ("2011-08-31", "عيد الفطر"), ("2011-09-01", "عيد الفطر"), ("2011-09-02", "عيد الفطر"), ("2011-11-06", "عيد الأضحى"), ("2011-11-07", "عيد الأضحى"), ("2011-11-08", "عيد الأضحى"), ("2011-12-18", "اليوم الوطني لقطر"), ) def test_bank_2024(self): self.assertHolidays( Qatar(categories=BANK, years=2024), ("2024-01-01", "رأس السنة الميلادية"), ("2024-03-03", "عطلة البنك"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2012-01-01", "رأس السنة الميلادية"), ("2012-02-14", "اليوم الوطني للرياضة"), ("2012-03-04", "عطلة البنك"), ("2012-08-19", "عيد الفطر"), ("2012-08-20", "عيد الفطر"), ("2012-08-21", "عيد الفطر"), ("2012-10-26", "عيد الأضحى"), ("2012-10-27", "عيد الأضحى"), ("2012-10-28", "عيد الأضحى"), ("2012-12-18", "اليوم الوطني لقطر"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2012-01-01", "New Year's Day"), ("2012-02-14", "National Sports Day"), ("2012-03-04", "March Bank Holiday"), ("2012-08-19", "Eid al-Fitr"), ("2012-08-20", "Eid al-Fitr"), ("2012-08-21", "Eid al-Fitr"), ("2012-10-26", "Eid al-Adha"), ("2012-10-27", "Eid al-Adha"), ("2012-10-28", "Eid al-Adha"), ("2012-12-18", "Qatar National Day"), ) holidays-0.71/tests/countries/test_romania.py000066400000000000000000000145101500152103600214630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.romania import Romania, RO, ROU from tests.common import CommonCountryTests class TestRomania(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Romania) def test_country_aliases(self): self.assertAliases(Romania, RO, ROU) def test_from_2024(self): self.assertHoliday("2024-01-06", "2024-01-07") self.assertNoHoliday("2023-01-06", "2023-01-07") self.assertNoHolidayName("Bobotează", Romania(years=2023)) self.assertNoHolidayName("Sfântul Ion", Romania(years=2023)) def test_unification_day(self): self.assertHoliday("2016-01-24") self.assertNoHoliday("2015-01-24") self.assertNoHolidayName("Ziua Unirii Principatelor Române", Romania(years=2015)) def test_easter(self): self.assertHoliday( "2017-04-16", "2017-04-17", "2018-04-06", "2018-04-08", "2018-04-09", ) self.assertNoHoliday("2016-04-29", "2017-04-14") def test_childrens_day(self): self.assertHoliday("2017-06-01") self.assertNoHoliday("2016-06-01") self.assertNoHolidayName("Ziua Copilului", Romania(years=2016)) def test_assumption_day(self): self.assertHoliday("2009-08-15") self.assertNoHoliday("2008-08-15") self.assertNoHolidayName("Adormirea Maicii Domnului", Romania(years=2008)) def test_saint_andrews_day(self): self.assertHoliday("2012-11-30") self.assertNoHoliday("2011-11-30") self.assertNoHolidayName("Sfantul Apostol Andrei cel Intai chemat", Romania(years=2011)) def test_2020(self): # https://publicholidays.ro/2020-dates/ self.assertHolidayDates( Romania(years=2020), "2020-01-01", "2020-01-02", "2020-01-24", "2020-04-17", "2020-04-19", "2020-04-20", "2020-05-01", "2020-06-01", "2020-06-07", "2020-06-08", "2020-08-15", "2020-11-30", "2020-12-01", "2020-12-25", "2020-12-26", ) def test_2022(self): # https://publicholidays.ro/2022-dates/ self.assertHolidayDates( Romania(years=2022), "2022-01-01", "2022-01-02", "2022-01-24", "2022-04-22", "2022-04-24", "2022-04-25", "2022-05-01", "2022-06-01", "2022-06-12", "2022-06-13", "2022-08-15", "2022-11-30", "2022-12-01", "2022-12-25", "2022-12-26", ) def test_2023(self): # https://publicholidays.ro/2023-dates/ self.assertHolidayDates( Romania(years=2023), "2023-01-01", "2023-01-02", "2023-01-24", "2023-04-14", "2023-04-16", "2023-04-17", "2023-05-01", "2023-06-01", "2023-06-04", "2023-06-05", "2023-08-15", "2023-11-30", "2023-12-01", "2023-12-25", "2023-12-26", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2018-01-01", "Anul Nou"), ("2018-01-02", "Anul Nou"), ("2018-01-24", "Ziua Unirii Principatelor Române"), ("2018-04-06", "Paștele"), ("2018-04-08", "Paștele"), ("2018-04-09", "Paștele"), ("2018-05-01", "Ziua Muncii"), ("2018-05-27", "Rusaliile"), ("2018-05-28", "Rusaliile"), ("2018-06-01", "Ziua Copilului"), ("2018-08-15", "Adormirea Maicii Domnului"), ("2018-11-30", "Sfantul Apostol Andrei cel Intai chemat"), ("2018-12-01", "Ziua Națională a României"), ("2018-12-25", "Crăciunul"), ("2018-12-26", "Crăciunul"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2018-01-01", "New Year's Day"), ("2018-01-02", "New Year's Day"), ("2018-01-24", "Unification of the Romanian Principalities Day"), ("2018-04-06", "Easter"), ("2018-04-08", "Easter"), ("2018-04-09", "Easter"), ("2018-05-01", "Labor Day"), ("2018-05-27", "Pentecost"), ("2018-05-28", "Pentecost"), ("2018-06-01", "Children's Day"), ("2018-08-15", "Dormition of the Mother of God"), ("2018-11-30", "Saint Andrew's Day"), ("2018-12-01", "National Day"), ("2018-12-25", "Christmas Day"), ("2018-12-26", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2018-01-01", "Новий рік"), ("2018-01-02", "Новий рік"), ("2018-01-24", "День обʼєднання Дунайських князівств"), ("2018-04-06", "Великдень"), ("2018-04-08", "Великдень"), ("2018-04-09", "Великдень"), ("2018-05-01", "День праці"), ("2018-05-27", "Трійця"), ("2018-05-28", "Трійця"), ("2018-06-01", "День захисту дітей"), ("2018-08-15", "Успіння Пресвятої Богородиці"), ("2018-11-30", "День Святого Андрія Первозваного"), ("2018-12-01", "Національний день Румунії"), ("2018-12-25", "Різдво Христове"), ("2018-12-26", "Різдво Христове"), ) holidays-0.71/tests/countries/test_russia.py000066400000000000000000000401011500152103600213360ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.russia import Russia, RU, RUS from tests.common import CommonCountryTests class TestRussia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Russia, years=range(1991, 2025)) def test_country_aliases(self): self.assertAliases(Russia, RU, RUS) def test_no_holidays(self): self.assertNoHolidays(Russia(years=1990)) def test_special_holidays(self): self.assertHoliday( # Substituted Holidays. "1991-05-03", "1991-05-10", "1994-03-07", "1995-05-08", "1995-11-06", "1995-12-11", "1996-05-03", "1996-05-10", "1996-07-03", "1996-11-08", "1996-12-13", "1997-01-03", "1997-06-13", "1999-01-08", "2000-05-08", "2000-11-06", "2000-12-11", "2001-03-09", "2001-04-30", "2001-06-11", "2001-12-31", "2002-05-03", "2002-05-10", "2002-11-08", "2002-12-13", "2003-01-03", "2003-01-06", "2003-06-13", "2005-03-07", "2005-05-10", "2006-02-24", "2006-05-08", "2007-04-30", "2007-06-11", "2007-12-31", "2008-05-02", "2008-06-13", "2008-11-03", "2009-01-09", "2010-02-22", "2010-11-05", "2011-03-07", "2012-03-09", "2012-04-30", "2012-05-07", "2012-05-08", "2012-06-11", "2012-12-31", "2013-05-02", "2013-05-03", "2013-05-10", "2014-05-02", "2014-06-13", "2014-11-03", "2015-01-09", "2015-05-04", "2016-02-22", "2016-03-07", "2016-05-03", "2017-02-24", "2017-05-08", "2018-03-09", "2018-04-30", "2018-05-02", "2018-06-11", "2018-12-31", "2019-05-02", "2019-05-03", "2019-05-10", "2020-05-04", "2020-05-05", "2021-02-22", "2021-11-05", "2021-12-31", "2022-03-07", "2022-05-03", "2022-05-10", "2023-02-24", "2023-05-08", "2024-04-29", "2024-04-30", "2024-05-10", "2024-12-30", "2024-12-31", "2025-05-02", "2025-05-08", "2025-06-13", "2025-11-03", "2025-12-31", ) self.assertNoNonObservedHoliday( # Substituted Holidays (observed). "1992-05-04", "1992-05-11", "1992-11-09", "1993-01-04", "1993-05-03", "1993-05-04", "1993-05-10", "1993-06-14", "1993-11-08", "1994-01-03", "1994-01-04", "1994-05-03", "1994-05-10", "1994-06-13", "1995-01-03", "1995-01-09", "1996-01-08", "1997-03-10", "1998-03-09", "1998-05-04", "1998-05-11", "1998-11-09", "1998-12-14", "1999-01-04", "1999-05-03", "1999-05-04", "1999-05-10", "1999-06-14", "1999-11-08", "1999-12-13", "2000-01-03", "2000-01-04", "2001-01-08", "2002-02-25", "2003-02-24", "2003-03-10", "2004-05-03", "2004-05-04", "2004-05-10", "2004-06-14", "2004-11-08", "2004-12-13", "2005-01-06", "2005-01-10", "2005-05-02", "2005-06-13", "2006-01-06", "2006-01-09", "2006-11-06", "2007-01-08", "2007-11-05", "2008-01-08", "2008-02-25", "2008-03-10", "2009-01-06", "2009-01-08", "2009-03-09", "2009-05-11", "2010-01-06", "2010-01-08", "2010-05-03", "2010-05-10", "2010-06-14", "2011-01-06", "2011-01-10", "2011-05-02", "2011-06-13", "2012-01-06", "2012-01-09", "2012-11-05", "2014-03-10", "2015-03-09", "2015-05-11", "2016-05-02", "2016-06-13", "2017-11-06", "2018-11-05", "2020-02-24", "2020-03-09", "2020-05-11", "2021-05-03", "2021-05-10", "2021-06-14", "2022-05-02", "2022-06-13", "2023-11-06", ) def test_new_year(self): name_1 = "Новый год" name_2 = "Новогодние каникулы" self.assertHolidayName(name_1, (f"{year}-01-01" for year in range(1991, 2005))) self.assertHolidayName(name_1, (f"{year}-01-02" for year in range(1993, 2005))) self.assertNoHoliday(f"{year}-01-02" for year in range(1991, 1992)) for year in range(2005, 2025): self.assertHolidayName( name_2, f"{year}-01-01", f"{year}-01-02", f"{year}-01-03", f"{year}-01-04", f"{year}-01-05", ) for year in range(2013, 2025): self.assertHolidayName(name_2, f"{year}-01-06", f"{year}-01-08") for year in range(1991, 2005): self.assertNoHolidayName(name_1, (f"{year}-01-03", f"{year}-01-04", f"{year}-01-05")) self.assertNoHolidayName(name_2, (f"{year}-01-03", f"{year}-01-04", f"{year}-01-05")) for year in range(1991, 2013): self.assertNoHolidayName(name_1, (f"{year}-01-06", f"{year}-01-08")) self.assertNoHolidayName(name_2, (f"{year}-01-06", f"{year}-01-08")) self.assertNoHolidayName(name_1, range(2005, 2025)) self.assertNoHolidayName(name_2, range(1991, 2005)) def test_christmas_day(self): self.assertHolidayName( "Рождество Христово", (f"{year}-01-07" for year in range(1991, 2025)) ) def test_defender_of_fatherland_day(self): name = "День защитника Отечества" self.assertHolidayName(name, (f"{year}-02-23" for year in range(2002, 2025))) self.assertNoHoliday(f"{year}-02-23" for year in range(1991, 2002)) self.assertNoHolidayName(name, range(1991, 2002)) def test_international_womens_day(self): self.assertHolidayName( "Международный женский день", (f"{year}-03-08" for year in range(1991, 2025)) ) def test_labor_day(self): name_1 = "День международной солидарности трудящихся" name_2 = "Праздник Весны и Труда" self.assertHolidayName(name_1, "1991-05-01", "1991-05-02") self.assertHolidayName(name_2, (f"{year}-05-01" for year in range(1992, 2025))) self.assertHolidayName(name_2, (f"{year}-05-02" for year in range(1992, 2005))) self.assertNoHolidayName(name_2, (f"{year}-05-02" for year in range(2005, 2025))) self.assertNoHolidayName(name_1, range(1992, 2025)) self.assertNoHolidayName(name_2, 1991) def test_victory_day(self): self.assertHolidayName("День Победы", (f"{year}-05-09" for year in range(1991, 2025))) def test_russia_day(self): name_1 = "День принятия Декларации о государственном суверенитете Российской Федерации" name_2 = "День России" self.assertHolidayName(name_1, (f"{year}-06-12" for year in range(1992, 2002))) self.assertHolidayName(name_2, (f"{year}-06-12" for year in range(2002, 2025))) self.assertNoHoliday("1991-06-12") self.assertNoHolidayName(name_1, 1991, range(2002, 2025)) self.assertNoHolidayName(name_2, range(1991, 2002)) def test_unity_day(self): name = "День народного единства" self.assertHolidayName(name, (f"{year}-11-04" for year in range(2005, 2025))) self.assertNoHoliday(f"{year}-11-04" for year in range(1991, 2005)) self.assertNoHolidayName(name, range(1991, 2005)) def test_october_revolution(self): name_1 = "Годовщина Великой Октябрьской социалистической революции" name_2 = "День согласия и примирения" self.assertHolidayName(name_1, (f"{year}-11-07" for year in range(1991, 1996))) self.assertHolidayName(name_1, "1991-11-08") self.assertHolidayName(name_2, (f"{year}-11-07" for year in range(1996, 2005))) self.assertNoHolidayName(name_1, (f"{year}-11-07" for year in range(2005, 2025))) self.assertNoHolidayName(name_2, (f"{year}-11-07" for year in range(2005, 2025))) self.assertNoHolidayName(name_1, (f"{year}-11-08" for year in range(1992, 2025))) self.assertNoHolidayName(name_2, (f"{year}-11-08" for year in range(1992, 2025))) self.assertNoHolidayName(name_1, range(1996, 2025)) self.assertNoHolidayName(name_2, range(1991, 1996), range(2005, 2025)) def test_2018(self): self.assertHolidays( Russia(years=2018), ("2018-01-01", "Новогодние каникулы"), ("2018-01-02", "Новогодние каникулы"), ("2018-01-03", "Новогодние каникулы"), ("2018-01-04", "Новогодние каникулы"), ("2018-01-05", "Новогодние каникулы"), ("2018-01-06", "Новогодние каникулы"), ("2018-01-07", "Рождество Христово"), ("2018-01-08", "Новогодние каникулы"), ("2018-02-23", "День защитника Отечества"), ("2018-03-08", "Международный женский день"), ("2018-03-09", "Выходной (перенесено с 06.01.2018)"), ("2018-04-30", "Выходной (перенесено с 28.04.2018)"), ("2018-05-01", "Праздник Весны и Труда"), ("2018-05-02", "Выходной (перенесено с 07.01.2018)"), ("2018-05-09", "День Победы"), ("2018-06-11", "Выходной (перенесено с 09.06.2018)"), ("2018-06-12", "День России"), ("2018-11-04", "День народного единства"), ("2018-11-05", "Выходной (перенесено с 04.11.2018)"), ("2018-12-31", "Выходной (перенесено с 29.12.2018)"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2018-01-01", "Новогодние каникулы"), ("2018-01-02", "Новогодние каникулы"), ("2018-01-03", "Новогодние каникулы"), ("2018-01-04", "Новогодние каникулы"), ("2018-01-05", "Новогодние каникулы"), ("2018-01-06", "Новогодние каникулы"), ("2018-01-07", "Рождество Христово"), ("2018-01-08", "Новогодние каникулы"), ("2018-02-23", "День защитника Отечества"), ("2018-03-08", "Международный женский день"), ("2018-03-09", "Выходной (перенесено с 06.01.2018)"), ("2018-04-30", "Выходной (перенесено с 28.04.2018)"), ("2018-05-01", "Праздник Весны и Труда"), ("2018-05-02", "Выходной (перенесено с 07.01.2018)"), ("2018-05-09", "День Победы"), ("2018-06-11", "Выходной (перенесено с 09.06.2018)"), ("2018-06-12", "День России"), ("2018-11-04", "День народного единства"), ("2018-11-05", "Выходной (перенесено с 04.11.2018)"), ("2018-12-31", "Выходной (перенесено с 29.12.2018)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2018-01-01", "New Year Holidays"), ("2018-01-02", "New Year Holidays"), ("2018-01-03", "New Year Holidays"), ("2018-01-04", "New Year Holidays"), ("2018-01-05", "New Year Holidays"), ("2018-01-06", "New Year Holidays"), ("2018-01-07", "Christmas Day"), ("2018-01-08", "New Year Holidays"), ("2018-02-23", "Defender of the Fatherland Day"), ("2018-03-08", "International Women's Day"), ("2018-03-09", "Day off (substituted from 01/06/2018)"), ("2018-04-30", "Day off (substituted from 04/28/2018)"), ("2018-05-01", "Holiday of Spring and Labor"), ("2018-05-02", "Day off (substituted from 01/07/2018)"), ("2018-05-09", "Victory Day"), ("2018-06-11", "Day off (substituted from 06/09/2018)"), ("2018-06-12", "Russia Day"), ("2018-11-04", "Unity Day"), ("2018-11-05", "Day off (substituted from 11/04/2018)"), ("2018-12-31", "Day off (substituted from 12/29/2018)"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2018-01-01", "วันหยุดขึ้นปีใหม่"), ("2018-01-02", "วันหยุดขึ้นปีใหม่"), ("2018-01-03", "วันหยุดขึ้นปีใหม่"), ("2018-01-04", "วันหยุดขึ้นปีใหม่"), ("2018-01-05", "วันหยุดขึ้นปีใหม่"), ("2018-01-06", "วันหยุดขึ้นปีใหม่"), ("2018-01-07", "วันคริสต์มาส"), ("2018-01-08", "วันหยุดขึ้นปีใหม่"), ("2018-02-23", "วันพิทักษ์ปิตุภูมิ"), ("2018-03-08", "วันสตรีสากล"), ("2018-03-09", "วันหยุด (แทน 06/01/2018)"), ("2018-04-30", "วันหยุด (แทน 28/04/2018)"), ("2018-05-01", "วันหยุดเทศกาลฤดูใบไม้ผลิและแรงงาน"), ("2018-05-02", "วันหยุด (แทน 07/01/2018)"), ("2018-05-09", "วันแห่งชัยชนะ"), ("2018-06-11", "วันหยุด (แทน 09/06/2018)"), ("2018-06-12", "วันชาติรัสเซีย"), ("2018-11-04", "วันเอกภาพแห่งชาติ"), ("2018-11-05", "วันหยุด (แทน 04/11/2018)"), ("2018-12-31", "วันหยุด (แทน 29/12/2018)"), ) holidays-0.71/tests/countries/test_saint_kitts_and_nevis.py000066400000000000000000000220571500152103600244240ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import HALF_DAY, PUBLIC, WORKDAY from holidays.countries.saint_kitts_and_nevis import SaintKittsAndNevis, KN, KNA from tests.common import CommonCountryTests class TestSaintKittsAndNevis(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass( SaintKittsAndNevis, years=range(1983, 2051), years_non_observed=range(1983, 2051) ) def test_country_aliases(self): self.assertAliases(SaintKittsAndNevis, KN, KNA) def test_no_holidays(self): self.assertNoHolidays( SaintKittsAndNevis(categories=(HALF_DAY, PUBLIC, WORKDAY), years=1982) ) def test_special_public_holidays(self): self.assertHoliday( SaintKittsAndNevis(categories=PUBLIC), "2015-02-18", "2017-09-20", "2017-12-19", "2022-08-08", "2023-07-04", ) def test_special_half_day_holidays(self): self.assertHoliday( SaintKittsAndNevis(categories=HALF_DAY), "2017-03-23", "2017-04-10", "2018-12-31", "2019-12-31", "2022-04-27", "2023-07-20", "2023-12-30", "2024-08-01", ) def test_labour_day(self): # 1st Monday of May. dt = ( "2010-05-03", "2011-05-02", "2012-05-07", "2013-05-06", "2014-05-05", "2015-05-04", "2016-05-02", "2017-05-01", "2018-05-07", "2019-05-06", "2020-05-04", "2021-05-03", "2022-05-02", "2023-05-01", "2024-05-06", ) self.assertHolidayName("Labour Day", dt) def test_first_monday_of_august_holiday(self): name_first_mon_aug = "First Monday of August" name_emancipation_day = "Emancipation Day" dt = ( "2010-08-02", "2011-08-01", "2012-08-06", "2013-08-05", "2014-08-04", "2015-08-03", "2016-08-01", "2017-08-07", "2018-08-06", "2019-08-05", "2020-08-03", "2021-08-02", "2022-08-01", "2023-08-07", "2024-08-05", ) self.assertHolidayName(name_emancipation_day, dt) self.assertNoHolidayName(name_first_mon_aug, range(1998, 2051)) self.assertNoHolidayName(name_emancipation_day, range(1983, 1998)) def test_culturama_day_last_lap(self): name_culturama_day_last_lap = "Culturama Day - Last Lap" dt = ( "2010-08-03", "2011-08-02", "2012-08-07", "2013-08-06", "2014-08-05", "2015-08-04", "2016-08-02", "2017-08-08", "2018-08-07", "2019-08-06", "2020-08-04", "2021-08-03", "2022-08-02", "2023-08-08", "2024-08-06", ) self.assertHolidayName(name_culturama_day_last_lap, dt) def test_national_heroes_day(self): name_national_heroes_day = "National Heroes Day" self.assertNoHolidayName(name_national_heroes_day, range(1983, 1998)) self.assertHolidayName( name_national_heroes_day, (f"{year}-09-16" for year in range(1998, 2051)) ) self.assertNoNonObservedHoliday( "2001-09-17", "2007-09-17", "2012-09-17", "2018-09-17", "2029-09-17", "2034-09-17", "2040-09-17", "2045-09-17", ) def test_kim_collins_day(self): self.assertNoHoliday(SaintKittsAndNevis(categories=WORKDAY), "2002-08-25") self.assertHoliday( SaintKittsAndNevis(categories=WORKDAY), (f"{year}-08-25" for year in range(2003, 2051)) ) def test_2015_holidays(self): # ? # https://web.archive.org/web/20221102224614/https://www.gov.kn/in-skn-national-public-holidays/ self.assertHolidays( SaintKittsAndNevis(categories=(PUBLIC, WORKDAY), years=2015), ("2015-01-01", "Carnival Day"), ("2015-01-02", "Carnival Day - Last Lap"), ("2015-02-18", "Federal Election Victory Day"), ("2015-04-03", "Good Friday"), ("2015-04-06", "Easter Monday"), ("2015-05-04", "Labour Day"), ("2015-05-25", "Whit Monday"), ("2015-08-03", "Emancipation Day"), ("2015-08-04", "Culturama Day - Last Lap"), ("2015-08-25", "Kim Collins Day"), ("2015-09-16", "National Heroes Day"), ("2015-09-19", "Independence Day"), ("2015-12-25", "Christmas Day"), ("2015-12-26", "Boxing Day"), ) def test_2021_holidays(self): # https://www.facebook.com/photo/?fbid=3623684614351340 self.assertHolidays( SaintKittsAndNevis(categories=(PUBLIC, WORKDAY), years=2021), ("2021-01-01", "Carnival Day"), ("2021-01-02", "Carnival Day - Last Lap"), ("2021-04-02", "Good Friday"), ("2021-04-05", "Easter Monday"), ("2021-05-03", "Labour Day"), ("2021-05-24", "Whit Monday"), ("2021-08-02", "Emancipation Day"), ("2021-08-03", "Culturama Day - Last Lap"), ("2021-08-25", "Kim Collins Day"), ("2021-09-16", "National Heroes Day"), ("2021-09-19", "Independence Day"), ("2021-09-20", "Independence Day (observed)"), ("2021-12-25", "Christmas Day"), ("2021-12-26", "Boxing Day"), ("2021-12-27", "Boxing Day (observed)"), ) def test_2022_holidays(self): # https://www.facebook.com/photo/?fbid=525835396250028 self.assertHolidays( SaintKittsAndNevis(categories=(PUBLIC, WORKDAY), years=2022), ("2022-01-01", "Carnival Day"), ("2022-01-02", "Carnival Day - Last Lap"), ("2022-01-03", "Carnival Day - Last Lap (observed)"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-02", "Labour Day"), ("2022-06-06", "Whit Monday"), ("2022-08-01", "Emancipation Day"), ("2022-08-02", "Culturama Day - Last Lap"), ("2022-08-08", "Federal Election Victory Day"), ("2022-08-25", "Kim Collins Day"), ("2022-09-16", "National Heroes Day"), ("2022-09-19", "Independence Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) def test_2023_holidays(self): # https://www.facebook.com/photo?fbid=525940556239512 self.assertHolidays( SaintKittsAndNevis(categories=(PUBLIC, WORKDAY), years=2023), ("2023-01-01", "Carnival Day"), ("2023-01-02", "Carnival Day - Last Lap"), ("2023-01-03", "Carnival Day (observed)"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-05-01", "Labour Day"), ("2023-05-29", "Whit Monday"), ( "2023-07-04", "50th Anniversary of the Establishment of the Caribbean Community (CARICOM)", ), ("2023-08-07", "Emancipation Day"), ("2023-08-08", "Culturama Day - Last Lap"), ("2023-09-16", "National Heroes Day"), ("2023-09-19", "Independence Day"), ("2023-08-25", "Kim Collins Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) def test_2024_holidays(self): # https://www.facebook.com/photo/?fbid=769697881863777 self.assertHolidays( SaintKittsAndNevis(categories=(PUBLIC, WORKDAY), years=2024), ("2024-01-01", "Carnival Day"), ("2024-01-02", "Carnival Day - Last Lap"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-05-06", "Labour Day"), ("2024-05-20", "Whit Monday"), ("2024-08-05", "Emancipation Day"), ("2024-08-06", "Culturama Day - Last Lap"), ("2024-09-16", "National Heroes Day"), ("2024-08-25", "Kim Collins Day"), ("2024-09-19", "Independence Day"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_saint_lucia.py000066400000000000000000000150101500152103600223240ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.saint_lucia import SaintLucia, LC, LCA from tests.common import CommonCountryTests class TestSaintLucia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass( SaintLucia, years=range(1979, 2050), years_non_observed=range(1979, 2050) ) def test_country_aliases(self): self.assertAliases(SaintLucia, LC, LCA) def test_new_years(self): self.assertHolidayName("New Year's Day", (f"{year}-01-01" for year in range(1979, 2050))) self.assertHolidayName( "New Year's Holiday", (f"{year}-01-02" for year in range(1979, 2050)) ) def test_independence_day(self): name = "Independence Day" self.assertHolidayName(name, (f"{year}-02-22" for year in range(1979, 2050))) dt = ( "2004-02-23", "2009-02-23", "2015-02-23", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_good_friday(self): name = "Good Friday" dts = ( "1999-04-02", "2000-04-21", "2010-04-02", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, range(1979, 2050)) def test_easter_monday(self): name = "Easter Monday" dts = ( "1999-04-05", "2000-04-24", "2010-04-05", "2018-04-02", "2019-04-22", "2020-04-13", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, range(1979, 2050)) def test_emancipation_day(self): name = "Emancipation Day" self.assertHolidayName(name, (f"{year}-08-01" for year in range(1979, 2050))) dt = ( "2004-08-02", "2010-08-02", "2021-08-02", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_labour_day(self): name = "Labour Day" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1979, 2050))) dt = ( "2005-05-02", "2011-05-02", "2016-05-02", "2022-05-02", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_corpus_christi(self): name = "Corpus Christi" dt = ( "2018-05-31", "2019-06-20", "2020-06-11", "2021-06-03", "2022-06-16", "2023-06-08", "2024-05-30", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1979, 2050)) def test_thanksgiving_day(self): name = "Thanksgiving Day" dt = ( "1995-10-02", "1996-10-07", "1997-10-06", "1998-10-05", "1999-10-04", "2000-10-02", "2001-10-01", "2002-10-07", "2003-10-06", "2004-10-04", "2005-10-03", "2006-10-02", "2007-10-01", "2008-10-06", "2009-10-05", "2010-10-04", "2011-10-03", "2012-10-01", "2013-10-07", "2014-10-06", "2015-10-05", "2016-10-03", "2017-10-02", "2018-10-01", "2019-10-07", "2020-10-05", "2021-10-04", "2022-10-03", "2023-10-02", "2024-10-07", "2025-10-06", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1979, 2050)) def test_national_day(self): name = "National Day" self.assertHolidayName(name, (f"{year}-12-13" for year in range(1979, 2050))) dt = ( "2009-12-14", "2015-12-14", "2020-12-14", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_christmas_day(self): self.assertHolidayName("Christmas Day", (f"{year}-12-25" for year in range(1979, 2050))) def test_boxing_day(self): self.assertHolidayName("Boxing Day", (f"{year}-12-26" for year in range(1979, 2050))) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Holiday"), ("2023-01-03", "New Year's Day (observed)"), ("2023-02-22", "Independence Day"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-05-01", "Labour Day"), ("2023-05-29", "Whit Monday"), ("2023-06-08", "Corpus Christi"), ("2023-08-01", "Emancipation Day"), ("2023-10-02", "Thanksgiving Day"), ("2023-12-13", "National Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-02", "New Year's Holiday"), ("2022-01-03", "New Year's Holiday (observed)"), ("2022-02-22", "Independence Day"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-02", "Labor Day (observed)"), ("2022-06-06", "Whit Monday"), ("2022-06-16", "Corpus Christi"), ("2022-08-01", "Emancipation Day"), ("2022-10-03", "Thanksgiving Day"), ("2022-12-13", "National Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) holidays-0.71/tests/countries/test_samoa.py000066400000000000000000000054361500152103600211440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.samoa import Samoa, WS, WSM from tests.common import CommonCountryTests class TestSamoa(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Samoa, years=range(1950, 2050)) def test_country_aliases(self): self.assertAliases(Samoa, WS, WSM) def test_new_years_day(self): self.assertHolidayName("New Year's Day", (f"{year}-01-01" for year in range(1950, 2050))) def test_new_years_second_day(self): self.assertHolidayName( "The Day After New Year's Day", (f"{year}-01-02" for year in range(1950, 2050)) ) def test_independence_day(self): self.assertHolidayName("Independence Day", (f"{year}-06-01" for year in range(1950, 2050))) def test_christmas_day(self): self.assertHolidayName("Christmas Day", (f"{year}-12-25" for year in range(1950, 2050))) def test_boxing_day(self): self.assertHolidayName("Boxing Day", (f"{year}-12-26" for year in range(1950, 2050))) def test_2023(self): self.assertHolidays( Samoa(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "The Day After New Year's Day"), ("2023-04-07", "Good Friday"), ("2023-04-08", "Day After Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-05-15", "Mother's Day"), ("2023-06-01", "Independence Day"), ("2023-08-14", "Father's Day"), ("2023-10-09", "White Sunday (Lotu a Tamaiti)"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) def test_2024(self): self.assertHolidays( Samoa(years=2024), ("2024-01-01", "New Year's Day"), ("2024-01-02", "The Day After New Year's Day"), ("2024-03-29", "Good Friday"), ("2024-03-30", "Day After Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-05-13", "Mother's Day"), ("2024-06-01", "Independence Day"), ("2024-08-12", "Father's Day"), ("2024-10-14", "White Sunday (Lotu a Tamaiti)"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_san_marino.py000066400000000000000000000052561500152103600221720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.san_marino import SanMarino, SM, SMR from tests.common import CommonCountryTests class TestSanMarino(CommonCountryTests, TestCase): def setUp(self): self.holidays = SanMarino() def test_country_aliases(self): self.assertAliases(SanMarino, SM, SMR) def test_2022(self): self.assertHolidays( ("2022-01-01", "New Year's Day"), ("2022-01-06", "Epiphany"), ("2022-02-05", "Feast of Saint Agatha"), ("2022-03-25", "Anniversary of the Arengo"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labour Day"), ("2022-06-16", "Corpus Cristi"), ("2022-07-28", "Liberation from Fascism Day"), ("2022-08-15", "Assumption Day"), ("2022-09-03", "Foundation Day"), ("2022-11-01", "All Saints' Day"), ("2022-11-02", "Commemoration of the Dead"), ("2022-12-08", "Immaculate Conception Day"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Saint Stephen's Day"), ("2022-12-31", "New Year's Eve"), ) def test_2023(self): self.assertHolidays( ("2023-01-01", "New Year's Day"), ("2023-01-06", "Epiphany"), ("2023-02-05", "Feast of Saint Agatha"), ("2023-03-25", "Anniversary of the Arengo"), ("2023-04-09", "Easter Sunday"), ("2023-04-10", "Easter Monday"), ("2023-05-01", "Labour Day"), ("2023-06-08", "Corpus Cristi"), ("2023-07-28", "Liberation from Fascism Day"), ("2023-08-15", "Assumption Day"), ("2023-09-03", "Foundation Day"), ("2023-11-01", "All Saints' Day"), ("2023-11-02", "Commemoration of the Dead"), ("2023-12-08", "Immaculate Conception Day"), ("2023-12-24", "Christmas Eve"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Saint Stephen's Day"), ("2023-12-31", "New Year's Eve"), ) holidays-0.71/tests/countries/test_saudi_arabia.py000066400000000000000000000161051500152103600224430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.saudi_arabia import SaudiArabia, SA, SAU from tests.common import CommonCountryTests class TestSaudiArabia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(SaudiArabia, years=range(1950, 2050)) def test_country_aliases(self): self.assertAliases(SaudiArabia, SA, SAU) def test_special_holidays(self): self.assertHoliday("2022-11-23") def test_2021(self): self.assertHolidayDates( SaudiArabia(years=2021), "2021-05-13", "2021-05-14", "2021-05-15", "2021-05-16", "2021-05-17", "2021-05-18", "2021-07-19", "2021-07-20", "2021-07-21", "2021-07-22", "2021-09-23", ) def test_weekends(self): # Weekend changed from (Thursday, Friday) to # (Friday, Saturday) at 2013 # September 23rd, 2010 was Thursday (Weekend) # so, observed is Wednesday self.assertHoliday("2010-09-22", "2010-09-23") self.assertNoHoliday("2010-09-24") # September 23rd, 2006 was Friday (Weekend) # so, observed is Saturday self.assertHoliday("2005-09-23", "2005-09-24") self.assertNoHoliday("2005-09-22") # September 23rd, 2006 was Saturday (Weekday before 2013) self.assertHoliday("2006-09-23") self.assertNoHoliday("2006-09-22", "2006-09-24") def test_national_day(self): self.assertHoliday(f"{year}-09-23" for year in range(2005, 2050)) self.assertNoHolidayName("اليوم الوطني", range(1950, 2005)) def test_national_day_observed(self): dt = ( "2005-09-24", "2010-09-22", "2011-09-24", "2016-09-22", "2017-09-24", "2022-09-22", "2023-09-24", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_national_day_overlaps_hijri_holiday(self): self.assertNoHolidayName( "اليوم الوطني", "2009-09-23", "2015-09-23", "2048-09-23", ) def test_founding_day(self): self.assertHoliday(f"{year}-02-22" for year in range(2022, 2050)) self.assertNoHolidayName("يوم التأسيسي", range(1950, 2022)) def test_founding_day_observed(self): dt = ( "2025-02-23", "2030-02-21", "2031-02-23", "2036-02-21", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_founding_day_overlaps_hijri_holiday(self): self.assertNoHolidayName("اليوم الوطني", "2061-02-22") def test_hijri_based(self): self.assertHoliday( # eid al-fitr "2021-05-13", "2021-05-14", "2021-05-15", "2021-05-16", # eid al-adha "2021-07-19", "2021-07-20", "2021-07-21", "2021-07-22", # eid al-fitr "2022-05-02", "2022-05-03", "2022-05-04", "2022-05-05", # eid al-adha "2022-07-08", "2022-07-09", "2022-07-10", "2022-07-11", ) def test_hijri_based_observed(self): dt = ( # observed eid al-fitr "2018-06-19", "2018-06-20", "2019-06-09", "2021-05-17", "2021-05-18", "2023-04-25", "2023-04-26", # osbserved eid al-adha "2001-01-01", # special case "2019-08-14", "2020-08-03", "2020-08-04", "2022-07-12", "2022-07-13", "2023-07-02", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_hijri_based_with_two_holidays_in_one_year(self): self.assertHoliday( # eid al-fitr 1 (hijri year 1420) "2000-01-08", "2000-01-09", "2000-01-10", "2000-01-11", # eid al-fitr 2 (hijri year 1421) "2000-12-27", "2000-12-28", "2000-12-29", "2000-12-30", # eid al-adha 1 (hijri year 1426) "2006-01-09", "2006-01-10", "2006-01-11", "2006-01-12", # eid al-adha 2 (hijri year 1427) "2006-12-30", "2006-12-31", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-02-22", "يوم التأسيسي"), ("2023-04-21", "(تقدير) عطلة عيد الفطر"), ("2023-04-22", "(تقدير) عطلة عيد الفطر"), ("2023-04-23", "(تقدير) عطلة عيد الفطر"), ("2023-04-24", "(تقدير) عطلة عيد الفطر"), ("2023-04-25", "(تقدير ملاحظة) عطلة عيد الفطر"), ("2023-04-26", "(تقدير ملاحظة) عطلة عيد الفطر"), ("2023-06-27", "(تقدير) يوم عرفة"), ("2023-06-28", "(تقدير) عطلة عيد الأضحى"), ("2023-06-29", "(تقدير) عطلة عيد الأضحى"), ("2023-06-30", "(تقدير) عطلة عيد الأضحى"), ("2023-07-02", "(تقدير ملاحظة) عطلة عيد الأضحى"), ("2023-09-23", "اليوم الوطني"), ("2023-09-24", "(ملاحظة) اليوم الوطني"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-02-22", "Founding Day Holiday"), ("2023-04-21", "Eid al-Fitr Holiday (estimated)"), ("2023-04-22", "Eid al-Fitr Holiday (estimated)"), ("2023-04-23", "Eid al-Fitr Holiday (estimated)"), ("2023-04-24", "Eid al-Fitr Holiday (estimated)"), ("2023-04-25", "Eid al-Fitr Holiday (observed, estimated)"), ("2023-04-26", "Eid al-Fitr Holiday (observed, estimated)"), ("2023-06-27", "Arafat Day (estimated)"), ("2023-06-28", "Eid al-Adha Holiday (estimated)"), ("2023-06-29", "Eid al-Adha Holiday (estimated)"), ("2023-06-30", "Eid al-Adha Holiday (estimated)"), ("2023-07-02", "Eid al-Adha Holiday (observed, estimated)"), ("2023-09-23", "National Day Holiday"), ("2023-09-24", "National Day Holiday (observed)"), ) holidays-0.71/tests/countries/test_serbia.py000066400000000000000000000113411500152103600213010ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.countries.serbia import Serbia, RS, SRB from tests.common import CommonCountryTests class TestSerbia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Serbia) def test_country_aliases(self): self.assertAliases(Serbia, RS, SRB) def test_new_year(self): # If January 1st is in Weekend, test oberved self.assertIn(date(2017, 1, 1), self.holidays) self.assertIn(date(2017, 1, 2), self.holidays) self.assertIn(date(2017, 1, 3), self.holidays) self.holidays.observed = False self.assertNotIn(date(2017, 1, 3), self.holidays) def test_statehood_day(self): # If February 15th is in Weekend, test oberved self.assertIn(date(2020, 2, 15), self.holidays) self.assertIn(date(2020, 2, 16), self.holidays) self.assertIn(date(2020, 2, 17), self.holidays) self.holidays.observed = False self.assertNotIn(date(2020, 2, 17), self.holidays) def test_labour_day(self): # If May 1st is in Weekend, test oberved self.assertIn(date(2016, 5, 1), self.holidays) self.assertIn(date(2016, 5, 2), self.holidays) self.assertIn(date(2016, 5, 3), self.holidays) self.assertIn(date(2021, 5, 1), self.holidays) self.assertIn(date(2021, 5, 2), self.holidays) self.assertIn(date(2021, 5, 3), self.holidays) self.assertIn(date(2021, 5, 4), self.holidays) self.holidays.observed = False self.assertNotIn(date(2016, 5, 3), self.holidays) self.assertIn(date(2021, 5, 3), self.holidays) self.assertNotIn(date(2021, 5, 4), self.holidays) def test_armistice_day(self): # If November 11th is in Weekend, test oberved self.assertIn(date(2018, 11, 11), self.holidays) self.assertIn(date(2018, 11, 12), self.holidays) self.holidays.observed = False self.assertNotIn(date(2018, 11, 12), self.holidays) def test_religious_holidays(self): # Orthodox Christmas self.assertIn(date(2020, 1, 7), self.holidays) self.assertNotIn(date(2020, 1, 8), self.holidays) # Orthodox Easter self.assertNotIn(date(2020, 4, 16), self.holidays) self.assertIn(date(2020, 4, 17), self.holidays) self.assertIn(date(2020, 4, 18), self.holidays) self.assertIn(date(2020, 4, 19), self.holidays) self.assertIn(date(2020, 4, 20), self.holidays) self.assertNotIn(date(2020, 4, 21), self.holidays) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Нова година"), ("2022-01-02", "Нова година"), ("2022-01-03", "Нова година (слободан дан)"), ("2022-01-07", "Божић"), ("2022-02-15", "Дан државности Србије"), ("2022-02-16", "Дан државности Србије"), ("2022-04-22", "Велики петак"), ("2022-04-23", "Велика субота"), ("2022-04-24", "Васкрс"), ("2022-04-25", "Други дан Васкрса"), ("2022-05-01", "Празник рада"), ("2022-05-02", "Празник рада"), ("2022-05-03", "Празник рада (слободан дан)"), ("2022-11-11", "Дан примирја у Првом светском рату"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-02", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-01-07", "Orthodox Christmas Day"), ("2022-02-15", "Statehood Day"), ("2022-02-16", "Statehood Day"), ("2022-04-22", "Good Friday"), ("2022-04-23", "Holy Saturday"), ("2022-04-24", "Easter Sunday"), ("2022-04-25", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-02", "Labor Day"), ("2022-05-03", "Labor Day (observed)"), ("2022-11-11", "Armistice Day"), ) holidays-0.71/tests/countries/test_seychelles.py000066400000000000000000000163611500152103600222030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.seychelles import Seychelles, SC, SYC from tests.common import CommonCountryTests class TestSeychelles(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Seychelles) def test_country_aliases(self): self.assertAliases(Seychelles, SC, SYC) def test_no_holidays(self): self.assertNoHolidays(Seychelles(years=1993)) def test_special_holidays(self): # Election Dates have its own separate checklists. self.assertHoliday( "2007-05-12", "2011-05-21", "2011-10-01", "2015-12-05", "2015-12-18", "2016-09-10", "2019-03-07", "2020-01-03", "2020-10-24", "2020-10-26", ) def test_2009(self): # https://web.archive.org/web/20091208104016/https://www.cbs.sc/PublicHolidays.html self.assertHolidays( Seychelles(years=2009), ("2009-01-01", "New Year's Day"), ("2009-01-02", "New Year Holiday"), ("2009-04-10", "Good Friday"), ("2009-04-11", "Easter Saturday"), ("2009-05-01", "Labour Day"), ("2009-06-05", "Liberation Day"), ("2009-06-11", "The Fete Dieu"), ("2009-06-18", "National Day"), ("2009-06-29", "Independence Day"), ("2009-08-15", "Assumption Day"), ("2009-11-01", "All Saints Day"), ("2009-11-02", "All Saints Day (observed)"), ("2009-12-08", "The Feast of the Immaculate Conception"), ("2009-12-25", "Christmas Day"), ) def test_2012(self): # https://web.archive.org/web/20121023221205/https://www.cbs.sc/PublicHolidays.html self.assertHolidays( Seychelles(years=2012), ("2012-01-01", "New Year's Day"), ("2012-01-02", "New Year Holiday"), ("2012-04-06", "Good Friday"), ("2012-04-07", "Easter Saturday"), ("2012-05-01", "Labour Day"), ("2012-06-05", "Liberation Day"), ("2012-06-07", "The Fete Dieu"), ("2012-06-18", "National Day"), ("2012-06-29", "Independence Day"), ("2012-08-15", "Assumption Day"), ("2012-11-01", "All Saints Day"), ("2012-12-08", "The Feast of the Immaculate Conception"), ("2012-12-25", "Christmas Day"), ) def test_2019(self): # https://web.archive.org/web/20191029202210/http://cbs.sc/PublicHolidays.html self.assertHolidays( Seychelles(years=2019), ("2019-01-01", "New Year's Day"), ("2019-01-02", "New Year Holiday"), ("2019-03-07", "Funeral of the Former President France Albert René"), ("2019-04-19", "Good Friday"), ("2019-04-20", "Easter Saturday"), ("2019-04-22", "Easter Monday"), ("2019-05-01", "Labour Day"), ("2019-06-20", "The Fete Dieu"), ("2019-06-18", "Constitution Day"), ("2019-06-29", "Independence (National) Day"), ("2019-08-15", "Assumption Day"), ("2019-11-01", "All Saints Day"), ("2019-12-08", "The Feast of the Immaculate Conception"), ("2019-12-09", "The Feast of the Immaculate Conception (observed)"), ("2019-12-25", "Christmas Day"), ) def test_2021(self): # https://web.archive.org/web/20211206090711/https://www.cbs.sc/PublicHolidays.html self.assertHolidays( Seychelles(years=2021), ("2021-01-01", "New Year's Day"), ("2021-01-02", "New Year Holiday"), ("2021-04-02", "Good Friday"), ("2021-04-03", "Easter Saturday"), ("2021-04-05", "Easter Monday"), ("2021-05-01", "Labour Day"), ("2021-06-03", "The Fete Dieu"), ("2021-06-18", "Constitution Day"), ("2021-06-29", "Independence (National) Day"), ("2021-08-15", "Assumption Day"), ("2021-08-16", "Assumption Day (observed)"), ("2021-11-01", "All Saints Day"), ("2021-12-08", "The Feast of the Immaculate Conception"), ("2021-12-25", "Christmas Day"), ) def test_2023(self): # https://web.archive.org/web/20230318041823/https://www.cbs.sc/PublicHolidays.html self.assertHolidays( Seychelles(years=2023), ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year Holiday"), ("2023-04-07", "Good Friday"), ("2023-04-08", "Easter Saturday"), ("2023-04-10", "Easter Monday"), ("2023-05-01", "Labour Day"), ("2023-06-08", "The Fete Dieu"), ("2023-06-18", "Constitution Day"), ("2023-06-19", "Constitution Day (observed)"), ("2023-06-29", "Independence (National) Day"), ("2023-08-15", "Assumption Day"), ("2023-11-01", "All Saints Day"), ("2023-12-08", "The Feast of the Immaculate Conception"), ("2023-12-25", "Christmas Day"), ) def test_l10n_default(self): # https://www.psb.gov.sc/public-holidays self.assertLocalizedHolidays( ("2024-01-01", "New Year's Day"), ("2024-01-02", "New Year Holiday"), ("2024-03-29", "Good Friday"), ("2024-03-30", "Easter Saturday"), ("2024-04-01", "Easter Monday"), ("2024-05-01", "Labour Day"), ("2024-05-30", "The Fete Dieu"), ("2024-06-18", "Constitution Day"), ("2024-06-29", "Independence (National) Day"), ("2024-08-15", "Assumption Day"), ("2024-11-01", "All Saints Day"), ("2024-12-08", "The Feast of the Immaculate Conception"), ("2024-12-09", "The Feast of the Immaculate Conception (observed)"), ("2024-12-25", "Christmas Day"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-01-02", "New Year Holiday"), ("2024-03-29", "Good Friday"), ("2024-03-30", "Easter Saturday"), ("2024-04-01", "Easter Monday"), ("2024-05-01", "Labor Day"), ("2024-05-30", "Corpus Christi"), ("2024-06-18", "Constitution Day"), ("2024-06-29", "Independence (National) Day"), ("2024-08-15", "Assumption Day"), ("2024-11-01", "All Saints' Day"), ("2024-12-08", "Immaculate Conception"), ("2024-12-09", "Immaculate Conception (observed)"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_sierra_leone.py000066400000000000000000000226271500152103600225140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries import SierraLeone, SL, SLE from tests.common import CommonCountryTests class TestSierraLeone(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1962, 2050) super().setUpClass(SierraLeone, years=years, years_non_observed=years) cls.no_estimated_holidays = SierraLeone(years=years, islamic_show_estimated=False) def test_country_aliases(self): self.assertAliases(SierraLeone, SL, SLE) def test_no_holidays(self): self.assertNoHolidays(SierraLeone(years=1961)) def test_new_years_day(self): name = "New Year's Day" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1962, 2050))) dt = ( "2011-01-03", "2012-01-02", "2017-01-02", "2022-01-03", "2023-01-02", ) self.assertHolidayName(f"{name} (observed)", self.no_estimated_holidays, dt) self.assertNoNonObservedHoliday(dt) def test_armed_forces_day(self): name = "Armed Forces Day" self.assertHolidayName(name, (f"{year}-02-18" for year in range(2002, 2050))) self.assertNoHolidayName(name, range(1962, 2002)) dt = ( "2006-02-20", "2012-02-20", "2017-02-20", "2018-02-19", "2023-02-20", "2024-02-19", ) self.assertHolidayName(f"{name} (observed)", self.no_estimated_holidays, dt) self.assertNoNonObservedHoliday(dt) def test_international_womens_day(self): name = "International Women's Day" self.assertHolidayName(name, (f"{year}-03-08" for year in range(2018, 2050))) self.assertNoHolidayName(name, range(1962, 2018)) dt = ( "2020-03-09", "2025-03-10", "2026-03-09", ) self.assertHolidayName(f"{name} (observed)", self.no_estimated_holidays, dt) self.assertNoNonObservedHoliday(dt) def test_good_friday(self): name = "Good Friday" self.assertHolidayName( name, "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, range(1962, 2050)) def test_easter_monday(self): name = "Easter Monday" self.assertHolidayName( name, "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) self.assertHolidayName(name, range(1962, 2050)) def test_independence_day(self): name = "Independence Day" self.assertHolidayName(name, (f"{year}-04-27" for year in range(1962, 2050))) dt = ( "2008-04-28", "2013-04-29", "2019-04-29", "2024-04-29", ) self.assertHolidayName(f"{name} (observed)", self.no_estimated_holidays, dt) self.assertNoNonObservedHoliday(dt) def test_labor_day(self): name = "International Worker's Day" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1962, 2050))) dt = ( "2005-05-02", "2010-05-03", "2011-05-02", "2016-05-02", "2021-05-03", ) self.assertHolidayName(f"{name} (observed)", self.no_estimated_holidays, dt) self.assertNoNonObservedHoliday(dt) def test_christmas_day(self): name = "Christmas Day" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1962, 2050))) dt = ( "2005-12-27", "2010-12-27", "2016-12-27", "2022-12-27", ) self.assertHolidayName(f"{name} (observed)", self.no_estimated_holidays, dt) self.assertNoNonObservedHoliday(dt) def test_boxing_day(self): name = "Boxing Day" self.assertHolidayName(name, (f"{year}-12-26" for year in range(1962, 2050))) dt = ( "2009-12-28", "2015-12-28", "2020-12-28", "2021-12-28", ) self.assertHolidayName(f"{name} (observed)", self.no_estimated_holidays, dt) self.assertNoNonObservedHoliday(dt) def test_prophets_birthday(self): name = "Prophet's Birthday" self.assertHolidayName( name, "2018-11-21", "2019-11-10", "2020-10-29", "2021-10-18", "2022-10-08", "2023-09-27", "2024-09-15", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1962, 2050)) dt = ( "2015-01-05", "2016-12-12", "2019-11-11", "2022-10-10", "2024-09-16", ) self.assertHolidayName(f"{name} (observed)", self.no_estimated_holidays, dt) self.assertNoNonObservedHoliday(dt) def test_eid_al_fitr(self): name = "Eid al-Fitr" self.assertHolidayName( name, "2018-06-15", "2019-06-05", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-21", "2024-04-10", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1962, 2050)) dt = ( "2012-08-20", "2017-06-26", "2020-05-25", "2025-03-31", ) self.assertHolidayName(f"{name} (observed)", self.no_estimated_holidays, dt) self.assertNoNonObservedHoliday(dt) def test_eid_al_adha(self): name = "Eid al-Adha" self.assertHolidayName( name, "2018-08-22", "2019-08-12", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-28", "2024-06-16", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1962, 2050)) dt = ( "2011-11-07", "2014-10-06", "2016-09-12", "2022-07-11", "2024-06-17", ) self.assertHolidayName(f"{name} (observed)", self.no_estimated_holidays, dt) self.assertNoNonObservedHoliday(dt) def test_2024(self): self.assertHolidays( SierraLeone(years=2024), ("2024-01-01", "New Year's Day"), ("2024-02-18", "Armed Forces Day"), ("2024-02-19", "Armed Forces Day (observed)"), ("2024-03-08", "International Women's Day"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-04-10", "Eid al-Fitr"), ("2024-04-27", "Independence Day"), ("2024-04-29", "Independence Day (observed)"), ("2024-05-01", "International Worker's Day"), ("2024-06-16", "Eid al-Adha"), ("2024-06-17", "Eid al-Adha (observed)"), ("2024-09-15", "Prophet's Birthday"), ("2024-09-16", "Prophet's Birthday (observed)"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2025-01-01", "New Year's Day"), ("2025-02-18", "Armed Forces Day"), ("2025-03-08", "International Women's Day"), ("2025-03-10", "International Women's Day (observed)"), ("2025-03-30", "Eid al-Fitr (estimated)"), ("2025-03-31", "Eid al-Fitr (observed, estimated)"), ("2025-04-18", "Good Friday"), ("2025-04-21", "Easter Monday"), ("2025-04-27", "Independence Day"), ("2025-04-28", "Independence Day (observed)"), ("2025-05-01", "International Worker's Day"), ("2025-06-06", "Eid al-Adha (estimated)"), ("2025-09-04", "Prophet's Birthday (estimated)"), ("2025-12-25", "Christmas Day"), ("2025-12-26", "Boxing Day"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2025-01-01", "New Year's Day"), ("2025-02-18", "Armed Forces Day"), ("2025-03-08", "International Women's Day"), ("2025-03-10", "International Women's Day (observed)"), ("2025-03-30", "Eid al-Fitr (estimated)"), ("2025-03-31", "Eid al-Fitr (observed, estimated)"), ("2025-04-18", "Good Friday"), ("2025-04-21", "Easter Monday"), ("2025-04-27", "Independence Day"), ("2025-04-28", "Independence Day (observed)"), ("2025-05-01", "Labor Day"), ("2025-06-06", "Eid al-Adha (estimated)"), ("2025-09-04", "Prophet's Birthday (estimated)"), ("2025-12-25", "Christmas Day"), ("2025-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_singapore.py000066400000000000000000000236331500152103600220320ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.singapore import Singapore, SG, SGP from tests.common import CommonCountryTests class TestSingapore(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Singapore) def test_country_aliases(self): self.assertAliases(Singapore, SG, SGP) def test_common(self): self.assertNonObservedHolidayName("New Year's Day", "2022-01-01") def test_singapore(self): self.assertHoliday( # <= 1968 holidays "1968-04-13", "1968-04-15", "1968-12-26", # latest polling day "2015-09-11", # Year with lunar leap month "2015-08-07", # holidays estimated using lunar calendar "2050-06-04", # Vesak Day "2050-11-12", # Deepavali ) def test_hijri_holidays(self): self.assertHoliday( # <= 1968 holidays "1968-01-02", # > 2022 "2050-06-20", # Hari Raya Puasa "2050-08-28", # Hari Raya Haji # twice in a Gregorian calendar year "2006-01-10", "2006-12-31", # special rare case (Hari Raya Haji from 2006) "2007-01-02", ) # Source: https://www.mom.gov.sg/employment-practices/public-holidays def test_2018(self): self.assertHolidays( ("2018-01-01", "New Year's Day"), ("2018-02-16", "Chinese New Year"), ("2018-02-17", "Chinese New Year"), ("2018-03-30", "Good Friday"), ("2018-05-01", "Labour Day"), ("2018-05-29", "Vesak Day"), ("2018-06-15", "Hari Raya Puasa"), ("2018-08-09", "National Day"), ("2018-08-22", "Hari Raya Haji"), ("2018-11-06", "Deepavali"), ("2018-12-25", "Christmas Day"), ) def test_2019(self): self.assertHolidays( ("2019-01-01", "New Year's Day"), ("2019-02-05", "Chinese New Year"), ("2019-02-06", "Chinese New Year"), ("2019-04-19", "Good Friday"), ("2019-05-01", "Labour Day"), ("2019-05-19", "Vesak Day"), ("2019-05-20", "Vesak Day (observed)"), ("2019-06-05", "Hari Raya Puasa"), ("2019-08-09", "National Day"), ("2019-08-11", "Hari Raya Haji"), ("2019-08-12", "Hari Raya Haji (observed)"), ("2019-10-27", "Deepavali"), ("2019-10-28", "Deepavali (observed)"), ("2019-12-25", "Christmas Day"), ) def test_2020(self): self.assertHolidays( ("2020-01-01", "New Year's Day"), ("2020-01-25", "Chinese New Year"), ("2020-01-26", "Chinese New Year"), ("2020-01-27", "Chinese New Year (observed)"), ("2020-04-10", "Good Friday"), ("2020-05-01", "Labour Day"), ("2020-05-07", "Vesak Day"), ("2020-05-24", "Hari Raya Puasa"), ("2020-05-25", "Hari Raya Puasa (observed)"), ("2020-07-10", "Polling Day"), ("2020-07-31", "Hari Raya Haji"), ("2020-08-09", "National Day"), ("2020-08-10", "National Day (observed)"), ("2020-11-14", "Deepavali"), ("2020-12-25", "Christmas Day"), ) def test_2021(self): self.assertHolidays( ("2021-01-01", "New Year's Day"), ("2021-02-12", "Chinese New Year"), ("2021-02-13", "Chinese New Year"), ("2021-04-02", "Good Friday"), ("2021-05-01", "Labour Day"), ("2021-05-13", "Hari Raya Puasa"), ("2021-05-26", "Vesak Day"), ("2021-07-20", "Hari Raya Haji"), ("2021-08-09", "National Day"), ("2021-11-04", "Deepavali"), ("2021-12-25", "Christmas Day"), ) def test_2022(self): self.assertHolidays( ("2022-01-01", "New Year's Day"), ("2022-02-01", "Chinese New Year"), ("2022-02-02", "Chinese New Year"), ("2022-04-15", "Good Friday"), ("2022-05-01", "Labour Day"), ("2022-05-02", "Labour Day (observed)"), ("2022-05-03", "Hari Raya Puasa"), ("2022-05-15", "Vesak Day"), ("2022-05-16", "Vesak Day (observed)"), ("2022-07-10", "Hari Raya Haji"), ("2022-07-11", "Hari Raya Haji (observed)"), ("2022-08-09", "National Day"), ("2022-10-24", "Deepavali"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Christmas Day (observed)"), ) def test_2023(self): self.assertHolidays( ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-01-22", "Chinese New Year"), ("2023-01-23", "Chinese New Year"), ("2023-01-24", "Chinese New Year (observed)"), ("2023-04-07", "Good Friday"), ("2023-04-22", "Hari Raya Puasa"), ("2023-05-01", "Labour Day"), ("2023-06-02", "Vesak Day"), ("2023-06-29", "Hari Raya Haji"), ("2023-08-09", "National Day"), ("2023-09-01", "Polling Day"), ("2023-11-12", "Deepavali"), ("2023-11-13", "Deepavali (observed)"), ("2023-12-25", "Christmas Day"), ) def test_2024(self): self.assertHolidays( ("2024-01-01", "New Year's Day"), ("2024-02-10", "Chinese New Year"), ("2024-02-11", "Chinese New Year"), ("2024-02-12", "Chinese New Year (observed)"), ("2024-03-29", "Good Friday"), ("2024-04-10", "Hari Raya Puasa"), ("2024-05-01", "Labour Day"), ("2024-05-22", "Vesak Day"), ("2024-06-17", "Hari Raya Haji"), ("2024-08-09", "National Day"), ("2024-10-31", "Deepavali"), ("2024-12-25", "Christmas Day"), ) def test_2025(self): self.assertHolidays( ("2025-01-01", "New Year's Day"), ("2025-01-29", "Chinese New Year"), ("2025-01-30", "Chinese New Year"), ("2025-03-31", "Hari Raya Puasa"), ("2025-04-18", "Good Friday"), ("2025-05-01", "Labour Day"), ("2025-05-12", "Vesak Day"), ("2025-06-07", "Hari Raya Haji"), ("2025-08-09", "National Day"), ("2025-10-20", "Deepavali"), ("2025-12-25", "Christmas Day"), ) def test_non_observed(self): self.assertNoNonObservedHoliday("2023-01-02") def test_special_holidays(self): self.assertHoliday("2015-08-07") def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-01-22", "Chinese New Year"), ("2023-01-23", "Chinese New Year"), ("2023-01-24", "Chinese New Year (observed)"), ("2023-04-07", "Good Friday"), ("2023-04-22", "Hari Raya Puasa"), ("2023-05-01", "Labour Day"), ("2023-06-02", "Vesak Day"), ("2023-06-29", "Hari Raya Haji"), ("2023-08-09", "National Day"), ("2023-09-01", "Polling Day"), ("2023-11-12", "Deepavali"), ("2023-11-13", "Deepavali (observed)"), ("2023-12-25", "Christmas Day"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-02", "New Year's Day (observed)"), ("2023-01-22", "Chinese New Year"), ("2023-01-23", "Chinese New Year"), ("2023-01-24", "Chinese New Year (observed)"), ("2023-04-07", "Good Friday"), ("2023-04-22", "Eid al-Fitr"), ("2023-05-01", "Labor Day"), ("2023-06-02", "Vesak Day"), ("2023-06-29", "Eid al-Adha"), ("2023-08-09", "National Day"), ("2023-09-01", "Polling Day"), ("2023-11-12", "Deepavali"), ("2023-11-13", "Deepavali (observed)"), ("2023-12-25", "Christmas Day"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2023-01-01", "วันขึ้นปีใหม่"), ("2023-01-02", "ชดเชยวันขึ้นปีใหม่"), ("2023-01-22", "วันตรุษจีน"), ("2023-01-23", "วันตรุษจีน"), ("2023-01-24", "ชดเชยวันตรุษจีน"), ("2023-04-07", "วันศุกร์ประเสริฐ"), ("2023-04-22", "วันอีฎิ้ลฟิตริ"), ("2023-05-01", "วันแรงงาน"), ("2023-06-02", "วันวิสาขบูชา"), ("2023-06-29", "วันอีดิ้ลอัฎฮา"), ("2023-08-09", "วันชาติสิงคโปร์"), ("2023-09-01", "วันเลือกตั้ง"), ("2023-11-12", "วันดีปาวลี"), ("2023-11-13", "ชดเชยวันดีปาวลี"), ("2023-12-25", "วันคริสต์มาส"), ) holidays-0.71/tests/countries/test_slovakia.py000066400000000000000000000245301500152103600216510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import WORKDAY from holidays.countries.slovakia import Slovakia, SK, SVK from tests.common import CommonCountryTests class TestSlovakia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1993, 2050) super().setUpClass(Slovakia, years=years) cls.workday_holidays = Slovakia(categories=WORKDAY, years=years) def test_country_aliases(self): self.assertAliases(Slovakia, SK, SVK) def test_no_holidays(self): self.assertNoHolidays(Slovakia(years=1992)) self.assertNoHolidays(Slovakia(categories=WORKDAY, years=2020)) def test_special_holidays(self): self.assertHoliday( "2018-10-30", ) def test_new_years_day(self): self.assertHolidayName( "Deň vzniku Slovenskej republiky", (f"{year}-01-01" for year in range(1993, 2050)) ) def test_epiphany(self): self.assertHolidayName( "Zjavenie Pána (Traja králi a vianočný sviatok pravoslávnych kresťanov)", (f"{year}-01-06" for year in range(1993, 2050)), ) def test_good_friday(self): name = "Veľký piatok" self.assertHolidayName( name, "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, range(1993, 2050)) def test_easter_monday(self): name = "Veľkonočný pondelok" self.assertHolidayName( name, "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) self.assertHolidayName(name, range(1993, 2050)) def test_labor_day(self): self.assertHolidayName("Sviatok práce", (f"{year}-05-01" for year in range(1993, 2050))) def test_day_of_victory_over_fascizm(self): name = "Deň víťazstva nad fašizmom" self.assertHolidayName(name, (f"{year}-05-08" for year in range(1997, 2050))) self.assertNoHoliday(f"{year}-05-08" for year in range(1993, 1997)) self.assertNoHolidayName(name, range(1993, 1997)) def test_cyril_and_methodius_day(self): self.assertHolidayName( "Sviatok svätého Cyrila a svätého Metoda", (f"{year}-07-05" for year in range(1993, 2050)), ) def test_slovak_national_uprising(self): self.assertHolidayName( "Výročie Slovenského národného povstania", (f"{year}-08-29" for year in range(1993, 2050)), ) def test_constitution_day(self): name = "Deň Ústavy Slovenskej republiky" self.assertHolidayName(name, (f"{year}-09-01" for year in range(1993, 2024))) self.assertNoHoliday(f"{year}-09-01" for year in range(2024, 2050)) self.assertNoHolidayName(name, range(2024, 2050)) self.assertHolidayName( name, self.workday_holidays, (f"{year}-09-01" for year in range(2024, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1993, 2024)) def test_day_of_our_lady_of_the_seven_sorrows(self): self.assertHolidayName( "Sedembolestná Panna Mária", (f"{year}-09-15" for year in range(1993, 2050)) ) def test_establishment_state_day(self): name = "Deň vzniku samostatného česko-slovenského štátu" self.assertNoHoliday(f"{year}-10-28" for year in range(1993, 2050)) self.assertNoHolidayName(name) self.assertHolidayName( name, self.workday_holidays, (f"{year}-10-28" for year in range(2021, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1993, 2021)) def test_all_saints_day(self): self.assertHolidayName( "Sviatok Všetkých svätých", (f"{year}-11-01" for year in range(1993, 2050)) ) def test_day_of_freedom_and_democracy(self): name = "Deň boja za slobodu a demokraciu" self.assertHolidayName(name, (f"{year}-11-17" for year in range(2001, 2050))) self.assertNoHoliday(f"{year}-11-17" for year in range(1993, 2001)) self.assertNoHolidayName(name, range(1993, 2001)) def test_christmas_eve(self): self.assertHolidayName("Štedrý deň", (f"{year}-12-24" for year in range(1993, 2050))) def test_christmas_day(self): self.assertHolidayName( "Prvý sviatok vianočný", (f"{year}-12-25" for year in range(1993, 2050)) ) def test_stephens_day(self): self.assertHolidayName( "Druhý sviatok vianočný", (f"{year}-12-26" for year in range(1993, 2050)) ) def test_2021(self): self.assertHolidays( Slovakia(years=2021), ("2021-01-01", "Deň vzniku Slovenskej republiky"), ( "2021-01-06", "Zjavenie Pána (Traja králi a vianočný sviatok pravoslávnych kresťanov)", ), ("2021-04-02", "Veľký piatok"), ("2021-04-05", "Veľkonočný pondelok"), ("2021-05-01", "Sviatok práce"), ("2021-05-08", "Deň víťazstva nad fašizmom"), ("2021-07-05", "Sviatok svätého Cyrila a svätého Metoda"), ("2021-08-29", "Výročie Slovenského národného povstania"), ("2021-09-01", "Deň Ústavy Slovenskej republiky"), ("2021-09-15", "Sedembolestná Panna Mária"), ("2021-11-01", "Sviatok Všetkých svätých"), ("2021-11-17", "Deň boja za slobodu a demokraciu"), ("2021-12-24", "Štedrý deň"), ("2021-12-25", "Prvý sviatok vianočný"), ("2021-12-26", "Druhý sviatok vianočný"), ) def test_workday_2021(self): self.assertHolidays( Slovakia(categories=WORKDAY, years=2021), ("2021-10-28", "Deň vzniku samostatného česko-slovenského štátu"), ) def test_workday_2024(self): self.assertHolidays( Slovakia(categories=WORKDAY, years=2024), ("2024-09-01", "Deň Ústavy Slovenskej republiky"), ("2024-10-28", "Deň vzniku samostatného česko-slovenského štátu"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Deň vzniku Slovenskej republiky"), ( "2022-01-06", "Zjavenie Pána (Traja králi a vianočný sviatok pravoslávnych kresťanov)", ), ("2022-04-15", "Veľký piatok"), ("2022-04-18", "Veľkonočný pondelok"), ("2022-05-01", "Sviatok práce"), ("2022-05-08", "Deň víťazstva nad fašizmom"), ("2022-07-05", "Sviatok svätého Cyrila a svätého Metoda"), ("2022-08-29", "Výročie Slovenského národného povstania"), ("2022-09-01", "Deň Ústavy Slovenskej republiky"), ("2022-09-15", "Sedembolestná Panna Mária"), ("2022-10-28", "Deň vzniku samostatného česko-slovenského štátu"), ("2022-11-01", "Sviatok Všetkých svätých"), ("2022-11-17", "Deň boja za slobodu a demokraciu"), ("2022-12-24", "Štedrý deň"), ("2022-12-25", "Prvý sviatok vianočný"), ("2022-12-26", "Druhý sviatok vianočný"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "Day of the Establishment of the Slovak Republic"), ("2022-01-06", "Epiphany (Three Kings' Day and Orthodox Christmas)"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labor Day"), ("2022-05-08", "Day of Victory over Fascism"), ("2022-07-05", "Saints Cyril and Methodius Day"), ("2022-08-29", "Slovak National Uprising Anniversary"), ("2022-09-01", "Constitution Day"), ("2022-09-15", "Day of Our Lady of the Seven Sorrows"), ("2022-10-28", "Day of the Establishment of the Independent Czech-Slovak State"), ("2022-11-01", "All Saints' Day"), ("2022-11-17", "Struggle for Freedom and Democracy Day"), ("2022-12-24", "Christmas Eve"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Second Day of Christmas"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "День утворення Словацької Республіки"), ("2022-01-06", "Богоявлення (Три царі і православне Різдво Христове)"), ("2022-04-15", "Страсна пʼятниця"), ("2022-04-18", "Великодній понеділок"), ("2022-05-01", "День праці"), ("2022-05-08", "День перемоги над фашизмом"), ("2022-07-05", "День Святих Кирила та Мефодія"), ("2022-08-29", "Річниця Словацького національного повстання"), ("2022-09-01", "День конституції Словацької Республіки"), ("2022-09-15", "День Божої Матері семи скорбот"), ("2022-10-28", "День створення незалежної чесько-словацької держави"), ("2022-11-01", "День усіх святих"), ("2022-11-17", "День боротьби за свободу та демократію"), ("2022-12-24", "Святий вечір"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "Другий день Різдва"), ) holidays-0.71/tests/countries/test_slovenia.py000066400000000000000000000247031500152103600216620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import WORKDAY from holidays.countries.slovenia import Slovenia, SI, SVN from tests.common import CommonCountryTests class TestSlovenia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1992, 2050) super().setUpClass(Slovenia, years=years) cls.workday_holidays = Slovenia(categories=WORKDAY, years=years) def test_country_aliases(self): self.assertAliases(Slovenia, SI, SVN) def test_no_holidays(self): self.assertNoHolidays(Slovenia(years=1991)) self.assertNoHolidays(Slovenia(categories=WORKDAY, years=2004)) def test_special_holidays(self): self.assertHoliday( # Solidarity Day. "2023-08-14", ) def test_new_years_day(self): name = "novo leto" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1992, 2050))) self.assertHolidayName( name, (f"{year}-01-02" for year in (*range(1992, 2013), *range(2017, 2050))) ) self.assertNoHoliday(f"{year}-01-02" for year in range(2013, 2017)) def test_preserens_day(self): self.assertHolidayName( "Prešernov dan, slovenski kulturni praznik", (f"{year}-02-08" for year in range(1992, 2050)), ) def test_easter_sunday(self): self.assertHolidayName( "velikonočna nedelja", "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", "2024-03-31", ) def test_easter_monday(self): self.assertHolidayName( "velikonočni ponedeljek", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) def test_uprising_against_occupation_day(self): self.assertHolidayName( "dan upora proti okupatorju", (f"{year}-04-27" for year in range(1992, 2050)) ) def test_labor_day(self): self.assertHolidayName( "praznik dela", (f"{year}-05-01" for year in range(1992, 2050)), (f"{year}-05-02" for year in range(1992, 2050)), ) def test_whit_sunday(self): self.assertHolidayName( "binkoštna nedelja", "2019-06-09", "2020-05-31", "2021-05-23", "2022-06-05", "2023-05-28", "2024-05-19", ) def test_statehood_day(self): self.assertHolidayName("dan državnosti", (f"{year}-06-25" for year in range(1992, 2050))) def test_assumption_day(self): self.assertHolidayName( "Marijino vnebovzetje", (f"{year}-08-15" for year in range(1992, 2050)) ) def test_reformation_day(self): self.assertHolidayName("dan reformacije", (f"{year}-10-31" for year in range(1992, 2050))) def test_all_saints_day(self): self.assertHolidayName( "dan spomina na mrtve", (f"{year}-11-01" for year in range(1992, 2050)) ) def test_christmas_day(self): self.assertHolidayName("božič", (f"{year}-12-25" for year in range(1992, 2050))) def test_independence_and_unity_day(self): name_1 = "dan samostojnosti" name_2 = "dan samostojnosti in enotnosti" self.assertHolidayName(name_1, (f"{year}-12-26" for year in range(1992, 2005))) self.assertHolidayName(name_2, (f"{year}-12-26" for year in range(2005, 2050))) self.assertNoHolidayName(name_1, range(2005, 2050)) self.assertNoHolidayName(name_2, range(1992, 2005)) def test_primoz_trubar_day(self): name = "dan Primoža Trubarja" self.assertNoHolidayName(name) self.assertHolidayName( name, self.workday_holidays, (f"{year}-06-08" for year in range(2011, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1992, 2011)) def test_unification_of_prekmurje_slovenes(self): name = "združitev prekmurskih Slovencev z matičnim narodom" self.assertNoHolidayName(name) self.assertHolidayName( name, self.workday_holidays, (f"{year}-08-17" for year in range(2006, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1992, 2006)) def test_integration_of_primorska(self): name_1 = "vrnitev Primorske k matični domovini" name_2 = "priključitev Primorske k matični domovini" self.assertNoHolidayName(name_1) self.assertNoHolidayName(name_2) self.assertHolidayName( name_1, self.workday_holidays, (f"{year}-09-15" for year in range(2006, 2025)) ) self.assertHolidayName( name_2, self.workday_holidays, (f"{year}-09-15" for year in range(2025, 2050)) ) self.assertNoHolidayName( name_1, self.workday_holidays, range(1992, 2006), range(2025, 2050) ) self.assertNoHolidayName(name_2, self.workday_holidays, range(1992, 2025)) def test_slovenian_sports_day(self): name = "dan slovenskega športa" self.assertNoHolidayName(name) self.assertHolidayName( name, self.workday_holidays, (f"{year}-09-23" for year in range(2020, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1992, 2020)) def test_sovereignty_day(self): name = "dan suverenosti" self.assertNoHolidayName(name) self.assertHolidayName( name, self.workday_holidays, (f"{year}-10-25" for year in range(2015, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1992, 2015)) def test_rudolf_maister_day(self): name = "dan Rudolfa Maistra" self.assertNoHolidayName(name) self.assertHolidayName( name, self.workday_holidays, (f"{year}-11-23" for year in range(2005, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1992, 2005)) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "novo leto"), ("2022-01-02", "novo leto"), ("2022-02-08", "Prešernov dan, slovenski kulturni praznik"), ("2022-04-17", "velikonočna nedelja"), ("2022-04-18", "velikonočni ponedeljek"), ("2022-04-27", "dan upora proti okupatorju"), ("2022-05-01", "praznik dela"), ("2022-05-02", "praznik dela"), ("2022-06-05", "binkoštna nedelja"), ("2022-06-08", "dan Primoža Trubarja"), ("2022-06-25", "dan državnosti"), ("2022-08-15", "Marijino vnebovzetje"), ("2022-08-17", "združitev prekmurskih Slovencev z matičnim narodom"), ("2022-09-15", "vrnitev Primorske k matični domovini"), ("2022-09-23", "dan slovenskega športa"), ("2022-10-25", "dan suverenosti"), ("2022-10-31", "dan reformacije"), ("2022-11-01", "dan spomina na mrtve"), ("2022-11-23", "dan Rudolfa Maistra"), ("2022-12-25", "božič"), ("2022-12-26", "dan samostojnosti in enotnosti"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-02", "New Year's Day"), ("2022-02-08", "Prešeren's Day, the Slovenian Cultural Holiday"), ("2022-04-17", "Easter Sunday"), ("2022-04-18", "Easter Monday"), ("2022-04-27", "Day of Uprising Against Occupation"), ("2022-05-01", "Labor Day"), ("2022-05-02", "Labor Day"), ("2022-06-05", "Whit Sunday"), ("2022-06-08", "Primož Trubar Day"), ("2022-06-25", "Statehood Day"), ("2022-08-15", "Assumption Day"), ("2022-08-17", "Unification of Prekmurje Slovenes with the Mother Nation"), ("2022-09-15", "Return of Primorska into the Homeland"), ("2022-09-23", "Slovenian Sport's Day"), ("2022-10-25", "Sovereignty Day"), ("2022-10-31", "Reformation Day"), ("2022-11-01", "Day of Remembrance for the Dead"), ("2022-11-23", "Rudolf Maister Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Independence and Unity Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-02", "Новий рік"), ("2022-02-08", "День Прешерена, свято словенської культури"), ("2022-04-17", "Великдень"), ("2022-04-18", "Великодній понеділок"), ("2022-04-27", "День спротиву окупантам"), ("2022-05-01", "День праці"), ("2022-05-02", "День праці"), ("2022-06-05", "Трійця"), ("2022-06-08", "День Приможа Трубара"), ("2022-06-25", "День державності"), ("2022-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2022-08-17", "Обʼєднання прекмурських словенців з материнською нацією"), ("2022-09-15", "Повернення Словенського Приморʼя до батьківщини"), ("2022-09-23", "День словенського спорту"), ("2022-10-25", "День суверенітету"), ("2022-10-31", "День Реформації"), ("2022-11-01", "День памʼяті померлих"), ("2022-11-23", "День Рудольфа Майстера"), ("2022-12-25", "Різдво Христове"), ("2022-12-26", "День незалежності та єднання"), ) holidays-0.71/tests/countries/test_south_africa.py000066400000000000000000000242661500152103600225150ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.south_africa import SouthAfrica, ZA, ZAF from tests.common import CommonCountryTests class TestSouthAfrica(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(SouthAfrica, years=range(1940, 2050)) def test_country_aliases(self): self.assertAliases(SouthAfrica, ZA, ZAF) def test_no_holidays(self): self.assertNoHolidays(SouthAfrica(years=1909)) def test_special_holidays(self): self.assertHoliday( "1999-06-02", "1999-12-31", "2000-01-02", "2004-04-14", "2006-03-01", "2008-05-02", "2009-04-22", "2011-05-18", "2011-12-27", "2014-05-07", "2016-08-03", "2019-05-08", "2021-11-01", "2022-12-27", "2023-12-15", # presidential "2008-05-02", "2011-12-27", "2016-12-27", # elections "1999-06-02", # Election Day 1999 "2004-04-14", # Election Day 2004 "2006-03-01", # Local Election "2009-04-22", # Election Day 2008 "2011-05-18", # Election Day 2011 "2014-05-07", # Election Day 2014 "2016-08-03", # Election Day 2016 "2019-05-08", # Election Day 2019 "2021-11-01", # Election Day 2019 "2024-05-29", # Election Day 2024 ) def test_new_years_day(self): self.assertHolidayName("New Year's Day", (f"{year}-01-01" for year in range(1940, 2050))) def test_holidays_from_1995(self): for year in range(1995, 2050): self.assertHoliday( f"{year}-03-21", f"{year}-04-27", f"{year}-05-01", f"{year}-06-16", f"{year}-08-09", f"{year}-09-24", ) def test_easter(self): self.assertHolidayName( "Good Friday", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", ) self.assertHolidayName( "Family Day", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", ) self.assertHolidayName( "Easter Monday", "1940-03-25", "1960-04-18", "1970-03-30", "1978-03-27", "1979-04-16", ) self.assertNoHolidayName("Family Day", range(1940, 1961), range(1974, 1980)) self.assertNoHolidayName("Easter Monday", range(1980, 2050)) def test_day_of_reconciliation(self): self.assertHoliday(f"{year}-12-16" for year in range(1940, 2050)) self.assertNoHolidayName("Dingaan's Day", range(1952, 2050)) self.assertNoHolidayName("Day of the Covenant", range(1940, 1952), range(1980, 2050)) self.assertNoHolidayName("Day of the Vow", range(1940, 1980), range(1995, 2050)) self.assertNoHolidayName("Day of Reconciliation", range(1940, 1995)) self.assertHolidayName( "Day of Reconciliation", (f"{year}-12-16" for year in range(1995, 2005)) ) def test_human_rights_day(self): name = "Human Rights Day" self.assertHolidayName(name, (f"{year}-03-21" for year in range(1995, 2050))) self.assertNoHoliday(f"{year}-03-21" for year in range(1940, 1995)) self.assertNoHolidayName(name, range(1940, 1995)) def test_freedom_day(self): name = "Freedom Day" self.assertHolidayName(name, (f"{year}-04-27" for year in range(1995, 2050))) self.assertNoHoliday(f"{year}-04-27" for year in range(1940, 1995)) self.assertNoHolidayName(name, range(1940, 1995)) def test_workers_day(self): name = "Workers' Day" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1995, 2050))) self.assertNoHoliday(f"{year}-05-01" for year in set(range(1940, 1995)).difference({1987})) self.assertNoHolidayName(name, set(range(1940, 1995)).difference(set(range(1987, 1990)))) self.assertHolidayName(name, "1987-05-01", "1988-05-06", "1989-05-05") def test_youth_day(self): name = "Youth Day" self.assertHolidayName(name, (f"{year}-06-16" for year in range(1995, 2050))) self.assertNoHoliday(f"{year}-06-16" for year in range(1940, 1995)) self.assertNoHolidayName(name, range(1940, 1995)) def test_national_womens_day(self): name = "National Women's Day" self.assertHolidayName(name, (f"{year}-08-09" for year in range(1995, 2050))) self.assertNoHoliday(f"{year}-08-09" for year in range(1940, 1995)) self.assertNoHolidayName(name, range(1940, 1995)) def test_heritage_day(self): name = "Heritage Day" self.assertHolidayName(name, (f"{year}-09-24" for year in range(1995, 2050))) self.assertNoHoliday(f"{year}-09-24" for year in range(1940, 1995)) self.assertNoHolidayName(name, range(1940, 1995)) def test_christmas(self): self.assertHolidayName("Christmas Day", (f"{year}-12-25" for year in range(1940, 2050))) self.assertHolidayName("Day of Goodwill", (f"{year}-12-26" for year in range(1980, 2050))) self.assertHolidayName("Boxing Day", (f"{year}-12-26" for year in range(1940, 1980))) self.assertNoHolidayName("Day of Goodwill", range(1940, 1980)) self.assertNoHolidayName("Boxing Day", range(1980, 2050)) def test_founders_van_riebeecks_day(self): name1 = "Van Riebeeck's Day" name2 = "Founder's Day" self.assertHolidayName(name1, (f"{year}-04-06" for year in range(1952, 1974))) self.assertHolidayName(name2, (f"{year}-04-06" for year in range(1980, 1995))) self.assertNoHolidayName(name1, range(1940, 1952), range(1975, 2050)) self.assertNoHolidayName(name2, range(1940, 1980), range(1995, 2050)) def test_ascension_day(self): name = "Ascension Day" self.assertHolidayName( name, "1940-05-02", "1950-05-18", "1960-05-26", "1970-05-07", "1980-05-15", "1990-05-24", "1993-05-20", ) self.assertNoHolidayName(name, range(1994, 2050)) def test_empire_day(self): name = "Empire Day" self.assertHolidayName(name, (f"{year}-05-24" for year in range(1940, 1952))) self.assertNoHolidayName(name, range(1952, 2050)) def test_republic_union_day(self): name1 = "Union Day" name2 = "Republic Day" self.assertHolidayName(name1, (f"{year}-05-31" for year in range(1940, 1961))) self.assertHolidayName(name2, (f"{year}-05-31" for year in range(1961, 1994))) self.assertNoHolidayName(name1, range(1961, 2050)) self.assertNoHolidayName(name2, range(1940, 1961), range(1994, 2050)) def test_queens_birthday(self): name = "Queen's Birthday" self.assertHolidayName( name, "1952-07-14", "1953-07-13", "1954-07-12", "1955-07-11", "1956-07-09", "1957-07-08", "1958-07-14", "1959-07-13", "1960-07-11", ) self.assertNoHolidayName(name, range(1940, 1952), range(1961, 2050)) def test_family_day(self): name = "Family Day" self.assertHolidayName(name, (f"{year}-07-10" for year in range(1961, 1974))) self.assertNoHolidayName(name, range(1940, 1961), range(1974, 1980)) def test_kings_birthday(self): name = "King's Birthday" self.assertHolidayName( name, "1940-08-05", "1941-08-04", "1942-08-03", "1943-08-02", "1944-08-07", "1945-08-06", "1946-08-05", "1947-08-04", "1948-08-02", "1949-08-01", "1950-08-07", "1951-08-06", ) self.assertNoHolidayName(name, range(1952, 2050)) def test_settlers_birthday(self): name = "Settlers' Day" self.assertHolidayName( name, "1952-09-01", "1960-09-05", "1970-09-07", "1979-09-03", ) self.assertNoHolidayName(name, range(1940, 1952), range(1980, 2050)) def test_kruger_day(self): name = "Kruger Day" self.assertHolidayName(name, (f"{year}-10-10" for year in range(1952, 1994))) self.assertNoHolidayName(name, range(1940, 1952), range(1994, 2050)) def test_observed(self): dt = ( # New Year's Day "2006-01-02", "2012-01-02", "2017-01-02", "2023-01-02", # Human Rights Day "2010-03-22", "2021-03-22", # Freedom Day "2008-04-28", "2014-04-28", # Workers' Day "2005-05-02", "2011-05-02", "2016-05-02", "2022-05-02", # Youth Day "2013-06-17", "2019-06-17", # National Women's Day "2009-08-10", "2015-08-10", "2020-08-10", # Heritage Day "2006-09-25", "2017-09-25", "2023-09-25", # Day of Reconciliation "2007-12-17", "2012-12-17", "2018-12-17", # Day of Goodwill "2010-12-27", "2021-12-27", # special holiday "2000-01-03", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) holidays-0.71/tests/countries/test_south_korea.py000066400000000000000000000514041500152103600223630ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from unittest import TestCase from holidays.constants import BANK, PUBLIC from holidays.countries.south_korea import SouthKorea, KR, KOR, Korea from tests.common import CommonCountryTests class TestSouthKorea(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(SouthKorea, years=range(1948, 2050)) def test_country_aliases(self): self.assertAliases(SouthKorea, KR, KOR) def test_no_holidays(self): self.assertNoHolidays(SouthKorea(years=1947)) self.assertNoHolidays(SouthKorea(categories=BANK, years=1947)) def test_special_holidays(self): # Election Dates have its own separate checklists. self.assertHoliday( "1948-12-15", "1949-05-10", "1949-07-05", "1950-06-21", "1957-03-26", "1958-03-26", "1959-03-26", "1960-03-16", "1960-03-26", "1960-10-01", "1961-04-19", "1962-04-19", "1962-05-16", "1963-04-19", "1963-05-16", "1963-12-17", "1966-10-01", "1967-01-04", "1967-07-01", "1969-07-21", "1969-10-17", "1971-07-01", "1972-11-21", "1972-12-15", "1972-12-27", "1974-08-19", "1975-02-12", "1978-05-18", "1978-12-27", "1979-11-03", "1979-12-21", "1980-09-01", "1980-10-22", "1981-02-11", "1981-03-03", "1982-10-02", "1987-10-27", "1988-02-25", "1988-09-17", "2002-07-01", "2017-05-09", "2017-10-02", "2020-08-17", "2023-10-02", "2024-10-01", "2025-01-27", ) # Pre-2014 Observance sans "1960-12-26" self.assertNoNonObservedHoliday( "1959-04-06", "1960-07-18", "1960-10-10", "1989-10-02", ) def test_national_assembly_election_day(self): self.assertHoliday( # 1st Republic. "1948-05-10", "1950-05-30", "1954-05-20", "1958-05-02", "1960-07-29", # No Election during the short 2nd Republic. # 3rd Republic. "1963-11-26", "1967-06-08", "1971-05-25", # 4th Republic. "1973-02-27", "1978-12-12", # 5th Republic. "1981-03-25", "1985-02-12", # 6th Republic. "1988-04-26", "1992-03-24", "1996-04-11", "2000-04-13", "2004-04-15", # Codified rather than on ad-hoc basis from SEP 2006 onwards. "2008-04-09", "2012-04-11", "2016-04-13", "2020-04-15", # Preliminary Dates. "2024-04-10", "2028-04-12", ) def test_presidential_election_day(self): self.assertHoliday( # 1st Republic. (incl. 2nd Vice President Election in 1951) "1948-07-20", "1951-05-16", "1952-08-05", "1956-05-15", "1960-03-15", # 2nd Republic. "1960-08-12", # 3rd Republic. "1963-10-15", "1967-05-03", "1971-04-27", # 4th Republic. "1972-12-23", "1978-07-06", "1979-12-06", "1980-08-27", # 5th Republic. "1981-02-25", # 6th Republic. "1987-12-16", "1992-12-18", "1997-12-18", "2002-12-19", # Codified rather than on ad-hoc basis from SEP 2006 onwards. "2007-12-19", "2012-12-19", "2017-05-09", "2022-03-09", # Special Presidential Election (21st) due to Yoon Seok-yeol's impeachment. "2025-06-03", "2030-04-03", ) def test_local_election_day(self): self.assertHoliday( # 1st Republic Local Elections. "1952-04-25", "1952-05-10", "1956-08-08", "1956-08-13", "1960-12-12", "1960-12-19", "1960-12-26", "1960-12-29", # 1991 Local Elections. "1991-03-26", "1991-06-20", # Nationwide Local Elections. "1995-06-27", "1998-06-04", "2002-06-13", "2006-05-31", # Codified rather than on ad-hoc basis from SEP 2006 onwards. "2010-06-02", "2014-06-04", "2018-06-13", "2022-06-01", # Preliminary Dates. "2026-06-03", "2030-06-12", ) def test_common(self): self.assertNonObservedHolidayName("신정연휴", "2019-01-01") def test_new_years_day(self): name = "신정연휴" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1949, 2050))) self.assertHolidayName(name, (f"{year}-01-02" for year in range(1949, 1999))) self.assertHolidayName(name, (f"{year}-01-03" for year in range(1949, 1990))) self.assertNoHoliday(f"{year}-01-02" for year in range(1999, 2050)) self.assertNoHoliday(f"{year}-01-03" for year in range(1990, 2050)) def test_korean_new_years_day(self): name = "설날" name_old = "민속의 날" self.assertHolidayName( f"{name} 전날", "2014-01-30", "2015-02-18", "2016-02-07", "2017-01-27", "2018-02-15", "2019-02-04", "2020-01-24", "2021-02-11", "2022-01-31", "2023-01-21", ) self.assertHolidayName( name, "1997-02-08", "2008-02-07", "2009-01-26", "2010-02-14", "2011-02-03", "2012-01-23", "2013-02-10", "2014-01-31", "2015-02-19", "2016-02-08", "2017-01-28", "2018-02-16", "2019-02-05", "2020-01-25", "2021-02-12", "2022-02-01", "2023-01-22", ) self.assertHolidayName( name_old, "1985-02-20", "1986-02-09", "1987-01-29", "1988-02-18", ) self.assertHolidayName( f"{name} 다음날", "2006-01-30", "2007-02-19", "2008-02-08", "2009-01-27", "2010-02-15", "2011-02-04", "2012-01-24", "2013-02-11", "2014-02-01", "2015-02-20", "2016-02-09", "2017-01-29", "2018-02-17", "2019-02-06", "2020-01-26", "2021-02-13", "2022-02-02", "2023-01-23", ) self.assertHolidayName( f"{name} 대체 휴일", "2016-02-10", "2017-01-30", "2020-01-27", "2023-01-24", "2024-02-12", "2027-02-09", ) self.assertNoHoliday("2015-02-07", "2015-02-21") self.assertNoHolidayName(f"{name} 전날", range(1985, 1989)) self.assertNoHolidayName(f"{name} 다음날", range(1985, 1989)) self.assertNoHolidayName(f"{name} 대체 휴일", range(1985, 2014)) self.assertNoHolidayName(name_old, range(1949, 1985), range(1989, 2050)) self.assertNoHolidayName(f"{name_old} 전날", range(1949, 2050)) self.assertNoHolidayName(f"{name_old} 다음날", range(1949, 2050)) self.assertNoHolidayName(f"{name_old} 대체 휴일", range(1949, 2050)) def test_independence_movement_day(self): name = "삼일절" self.assertHolidayName(name, (f"{year}-03-01" for year in range(1949, 2050))) self.assertHolidayName( f"{name} 대체 휴일", "2025-03-03", "2026-03-02", ) def test_tree_planting_day(self): name = "식목일" self.assertHolidayName( name, (f"{year}-04-05" for year in (*range(1949, 1960), *range(1961, 2006))) ) self.assertNoHolidayName(name, 1948, 1960, range(2006, 2050)) self.assertHolidayName(f"{name} 대체 휴일", "1959-04-06") def test_childrens_day(self): name = "어린이날" self.assertHolidayName(name, (f"{year}-05-05" for year in range(1975, 2050))) self.assertNoHolidayName(name, 1974) self.assertHolidayName( f"{name} 대체 휴일", "2018-05-07", "2019-05-06", "2024-05-06", "2025-05-06", "2029-05-07", "2030-05-06", ) self.assertNoHolidayName(f"{name} 대체 휴일", range(1975, 2014)) def test_birthday_of_buddha(self): # ??? name = "부처님오신날" name_old = "석가탄신일" self.assertHolidayName( name, "2017-05-03", "2018-05-22", "2019-05-12", "2020-04-30", "2021-05-19", "2022-05-08", "2023-05-27", "2024-05-15", "2025-05-05", "2026-05-24", "2027-05-13", "2028-05-02", "2029-05-20", ) self.assertHolidayName( name_old, "2006-05-05", "2007-05-24", "2008-05-12", "2009-05-02", "2010-05-21", "2011-05-10", "2012-05-28", "2013-05-17", "2014-05-06", "2015-05-25", "2016-05-14", ) self.assertHolidayName( f"{name} 대체 휴일", "2023-05-29", "2026-05-25", "2029-05-21", ) self.assertNoHoliday("2022-05-09") self.assertNoHolidayName(name, 1974) self.assertNoHolidayName(name_old, 1974) self.assertNoHolidayName(f"{name} 대체 휴일", range(1975, 2023)) self.assertNoHolidayName(f"{name_old} 대체 휴일", range(1975, 2023)) def test_memorial_day(self): name = "현충일" self.assertNoHolidayName(name, range(1948, 1956)) self.assertHolidayName(name, (f"{year}-06-06" for year in range(1956, 2050))) def test_constitution_day(self): name = "제헌절" self.assertHolidayName(name, (f"{year}-07-17" for year in range(1949, 2008))) self.assertNoHoliday(f"{year}-07-17" for year in range(2008, 2050)) self.assertNoHolidayName(name, range(2008, 2050)) self.assertHolidayName(f"{name} 대체 휴일", "1960-07-18") def test_liberation_day(self): name = "광복절" self.assertHolidayName(name, (f"{year}-08-15" for year in range(1949, 2050))) self.assertHolidayName( f"{name} 대체 휴일", "2021-08-16", "2026-08-17", "2027-08-16", ) self.assertNoHolidayName(f"{name} 대체 휴일", range(1949, 2021)) def test_chuseok(self): name = "추석" self.assertHolidayName( f"{name} 전날", "2014-09-07", "2015-09-26", "2016-09-14", "2017-10-03", "2018-09-23", "2019-09-12", "2020-09-30", "2021-09-20", "2022-09-09", "2023-09-28", ) self.assertHolidayName( name, "1985-09-29", "1986-09-18", "1987-10-07", "1988-09-25", "1978-09-17", "2010-09-22", "2011-09-12", "2012-09-30", "2013-09-19", "2014-09-08", "2015-09-27", "2016-09-15", "2017-10-04", "2018-09-24", "2019-09-13", "2020-10-01", "2021-09-21", "2022-09-10", "2023-09-29", ) self.assertHolidayName( f"{name} 다음날", "1986-09-19", "1987-10-08", "1988-09-26", "2010-09-23", "2011-09-13", "2012-10-01", "2013-09-20", "2014-09-09", "2015-09-28", "2016-09-16", "2017-10-05", "2018-09-25", "2019-09-14", "2020-10-02", "2021-09-22", "2022-09-11", "2023-09-30", ) self.assertHolidayName( f"{name} 대체 휴일", "2014-09-10", "2015-09-29", "2018-09-26", "2022-09-12", "2025-10-08", "2029-09-24", ) self.assertNoHolidayName(f"{name} 전날", range(1949, 1989)) self.assertNoHolidayName(f"{name} 다음날", range(1949, 1986)) self.assertNoHolidayName(f"{name} 대체 휴일", range(1949, 2014)) def test_armed_forces_day(self): name = "국군의 날" self.assertHolidayName(name, (f"{year}-10-01" for year in range(1976, 1991))) self.assertHolidayName(f"{name} 대체 휴일", "1989-10-02") self.assertNoHolidayName(f"{name} 대체 휴일", range(1976, 1989), range(1990, 1992)) def test_national_foundation_day(self): name = "개천절" self.assertHolidayName(name, (f"{year}-10-03" for year in range(1949, 2050))) self.assertHolidayName( f"{name} 대체 휴일", "2021-10-04", "2026-10-05", "2027-10-04", ) self.assertNoHolidayName(f"{name} 대체 휴일", range(1949, 2021)) def test_hangul_day(self): name = "한글날" self.assertHolidayName(name, (f"{year}-10-09" for year in range(1949, 1991))) self.assertHolidayName(name, (f"{year}-10-09" for year in range(2013, 2050))) self.assertNoHoliday(f"{year}-10-09" for year in range(1991, 2013)) self.assertNoHolidayName(name, range(1991, 2013)) self.assertHolidayName( f"{name} 대체 휴일", "1960-10-10", "2021-10-11", "2022-10-10", "2027-10-11", ) self.assertNoHolidayName(f"{name} 대체 휴일", range(1949, 1960), range(1961, 2021)) def test_united_nations_day(self): name = "국제연합일" self.assertHolidayName(name, (f"{year}-10-24" for year in range(1950, 1976))) self.assertNoHolidayName(name, 1949, range(1976, 2050)) def test_christmas_day(self): name = "기독탄신일" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1949, 2050))) self.assertHolidayName( f"{name} 대체 휴일", "1960-12-26", "2027-12-27", "2032-12-27", "2033-12-26", ) self.assertNoHoliday("2022-12-26") self.assertNoHolidayName(f"{name} 대체 휴일", range(1949, 1960), range(1961, 2023)) def test_workers_day(self): name = "근로자의날" holidays = SouthKorea(categories=BANK, years=range(1990, 2050)) self.assertHolidayName(name, holidays, (f"{year}-03-10" for year in range(1990, 1994))) self.assertHolidayName(name, holidays, (f"{year}-05-01" for year in range(1994, 2050))) self.assertNoHoliday(holidays, "1993-05-01", "1994-03-10") def test_korea_deprecation_warning(self): warnings.simplefilter("default") with self.assertWarns(Warning): Korea() def test_2020_all(self): self.assertHolidays( SouthKorea(categories=(BANK, PUBLIC), years=2020), ("2020-01-01", "신정연휴"), ("2020-01-24", "설날 전날"), ("2020-01-25", "설날"), ("2020-01-26", "설날 다음날"), ("2020-01-27", "설날 대체 휴일"), ("2020-03-01", "삼일절"), ("2020-04-15", "국회의원 선거일"), ("2020-04-30", "부처님오신날"), ("2020-05-01", "근로자의날"), ("2020-05-05", "어린이날"), ("2020-06-06", "현충일"), ("2020-08-15", "광복절"), ("2020-08-17", "임시공휴일"), ("2020-09-30", "추석 전날"), ("2020-10-01", "추석"), ("2020-10-02", "추석 다음날"), ("2020-10-03", "개천절"), ("2020-10-09", "한글날"), ("2020-12-25", "기독탄신일"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "신정연휴"), ("2022-01-31", "설날 전날"), ("2022-02-01", "설날"), ("2022-02-02", "설날 다음날"), ("2022-03-01", "삼일절"), ("2022-03-09", "대통령 선거일"), ("2022-05-01", "근로자의날"), ("2022-05-05", "어린이날"), ("2022-05-08", "부처님오신날"), ("2022-06-01", "지방선거일"), ("2022-06-06", "현충일"), ("2022-08-15", "광복절"), ("2022-09-09", "추석 전날"), ("2022-09-10", "추석"), ("2022-09-11", "추석 다음날"), ("2022-09-12", "추석 대체 휴일"), ("2022-10-03", "개천절"), ("2022-10-09", "한글날"), ("2022-10-10", "한글날 대체 휴일"), ("2022-12-25", "기독탄신일"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-31", "The day preceding Korean New Year"), ("2022-02-01", "Korean New Year"), ("2022-02-02", "The second day of Korean New Year"), ("2022-03-01", "Independence Movement Day"), ("2022-03-09", "Presidential Election Day"), ("2022-05-01", "Workers' Day"), ("2022-05-05", "Children's Day"), ("2022-05-08", "Buddha's Birthday"), ("2022-06-01", "Local Election Day"), ("2022-06-06", "Memorial Day"), ("2022-08-15", "Liberation Day"), ("2022-09-09", "The day preceding Chuseok"), ("2022-09-10", "Chuseok"), ("2022-09-11", "The second day of Chuseok"), ("2022-09-12", "Alternative holiday for Chuseok"), ("2022-10-03", "National Foundation Day"), ("2022-10-09", "Hangul Day"), ("2022-10-10", "Alternative holiday for Hangul Day"), ("2022-12-25", "Christmas Day"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันปีใหม่สากล"), ("2022-01-31", "วันก่อนเทศกาลซอลลัล"), ("2022-02-01", "เทศกาลซอลลัล"), ("2022-02-02", "วันหลังเทศกาลซอลลัล"), ("2022-03-01", "วันอิสรภาพ"), ("2022-03-09", "วันเลือกตั้งประธานาธิบดี"), ("2022-05-01", "วันแรงงาน"), ("2022-05-05", "วันเด็ก"), ("2022-05-08", "วันวิสาขบูชา"), ("2022-06-01", "วันเลือกตั้งท้องถิ่น"), ("2022-06-06", "วันรำลึกวีรชน"), ("2022-08-15", "วันฉลองอิสรภาพ"), ("2022-09-09", "วันก่อนเทศกาลชูซอก"), ("2022-09-10", "เทศกาลชูซอก"), ("2022-09-11", "วันหลังเทศกาลชูซอก"), ("2022-09-12", "ชดเชยเทศกาลชูซอก"), ("2022-10-03", "วันสถาปนาประเทศ"), ("2022-10-09", "วันฮันกึล"), ("2022-10-10", "ชดเชยวันฮันกึล"), ("2022-12-25", "วันคริสต์มาส"), ) holidays-0.71/tests/countries/test_spain.py000066400000000000000000001063171500152103600211560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC from holidays.countries.spain import Spain, ES, ESP from tests.common import CommonCountryTests class TestSpain(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Spain) def _assertVariableDays(self, year: int, subdiv_holidays: dict): # noqa: N802 observed_prov_holidays = { subdiv: Spain(subdiv=subdiv, years=year) for subdiv in Spain.subdivisions } for hol_date, hol_provs in subdiv_holidays.items(): dt = date(year, *hol_date) for subdiv, prov_holidays in observed_prov_holidays.items(): self.assertEqual( dt in prov_holidays, subdiv in hol_provs, f"Failed date `{dt:%Y-%m-%d}`, province `{subdiv}`: {', '.join(hol_provs)}", ) def test_country_aliases(self): self.assertAliases(Spain, ES, ESP) def test_fixed_holidays_2010(self): self.assertNonObservedHoliday( "2010-01-01", "2010-01-06", "2010-04-02", "2010-05-01", "2010-10-12", "2010-11-01", "2010-12-06", "2010-12-08", "2010-12-25", ) def test_fixed_holidays_2011(self): self.assertNonObservedHoliday( "2011-01-01", "2011-01-06", "2011-04-22", "2011-08-15", "2011-10-12", "2011-11-01", "2011-12-06", "2011-12-08", ) def test_fixed_holidays_2012(self): self.assertNonObservedHoliday( "2012-01-06", "2012-04-06", "2012-05-01", "2012-08-15", "2012-10-12", "2012-11-01", "2012-12-06", "2012-12-08", "2012-12-25", ) def test_fixed_holidays_2013(self): self.assertNonObservedHoliday( "2013-01-01", "2013-03-29", "2013-05-01", "2013-08-15", "2013-10-12", "2013-11-01", "2013-12-06", "2013-12-25", ) def test_fixed_holidays_2014(self): self.assertNonObservedHoliday( "2014-01-01", "2014-01-06", "2014-04-18", "2014-05-01", "2014-08-15", "2014-11-01", "2014-12-06", "2014-12-08", "2014-12-25", ) def test_fixed_holidays_2015(self): self.assertNonObservedHoliday( "2015-01-01", "2015-01-06", "2015-04-03", "2015-05-01", "2015-08-15", "2015-10-12", "2015-12-08", "2015-12-25", ) def test_fixed_holidays_2016(self): self.assertNonObservedHoliday( "2016-01-01", "2016-01-06", "2016-03-25", "2016-08-15", "2016-10-12", "2016-11-01", "2016-12-06", "2016-12-08", ) def test_fixed_holidays_2017(self): self.assertNonObservedHoliday( "2017-01-06", "2017-04-14", "2017-05-01", "2017-08-15", "2017-10-12", "2017-11-01", "2017-12-06", "2017-12-08", "2017-12-25", ) def test_fixed_holidays_2018(self): self.assertNonObservedHoliday( "2018-01-01", "2018-01-06", "2018-03-30", "2018-05-01", "2018-08-15", "2018-10-12", "2018-11-01", "2018-12-06", "2018-12-08", "2018-12-25", ) def test_fixed_holidays_2019(self): self.assertNonObservedHoliday( "2019-01-01", "2019-04-19", "2019-05-01", "2019-08-15", "2019-10-12", "2019-11-01", "2019-12-06", "2019-12-25", ) def test_fixed_holidays_2020(self): self.assertNonObservedHoliday( "2020-01-01", "2020-01-06", "2020-04-10", "2020-05-01", "2020-08-15", "2020-10-12", "2020-12-08", "2020-12-25", ) def test_fixed_holidays_2021(self): self.assertNonObservedHoliday( "2021-01-01", "2021-01-06", "2021-04-02", "2021-05-01", "2021-10-12", "2021-11-01", "2021-12-06", "2021-12-08", "2021-12-25", ) def test_fixed_holidays_2022(self): self.assertNonObservedHoliday( "2022-01-01", "2022-01-06", "2022-04-15", "2022-08-15", "2022-10-12", "2022-11-01", "2022-12-06", "2022-12-08", ) def test_fixed_holidays_2023(self): self.assertNonObservedHoliday( "2023-01-06", "2023-04-07", "2023-05-01", "2023-08-15", "2023-10-12", "2023-11-01", "2023-12-06", "2023-12-08", "2023-12-25", ) def test_fixed_holidays_2024(self): self.assertNonObservedHoliday( "2024-01-01", "2024-01-06", "2024-03-29", "2024-05-01", "2024-08-15", "2024-10-12", "2024-11-01", "2024-12-06", "2024-12-25", ) def test_fixed_holidays_2025(self): self.assertNonObservedHoliday( "2025-01-01", "2025-01-06", "2025-04-18", "2025-05-01", "2025-08-15", "2025-11-01", "2025-12-06", "2025-12-08", "2025-12-25", ) def test_islamic(self): self.assertNoHolidayName( "Fiesta del Sacrificio-Eidul Adha", Spain(subdiv="CE", years=2009) ) self.assertNoHolidayName( "Fiesta del Sacrificio-Aid Al Adha", Spain(subdiv="ML", years=2009) ) def test_variable_holidays_2010(self): province_days = { (MAR, 1): {"AN", "IB"}, (MAR, 19): {"CL", "CM", "EX", "GA", "MC", "MD", "ML", "NC", "PV", "RI", "VC"}, (APR, 1): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 5): {"CT", "IB", "NC", "PV", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 17): {"GA"}, (MAY, 31): {"CM", "CN"}, (JUN, 3): {"MD"}, (JUN, 9): {"MC", "RI"}, (JUN, 24): {"CT"}, (JUL, 28): {"CB"}, (AUG, 16): {"AN", "AR", "AS"}, (SEP, 2): {"CE"}, (SEP, 8): {"AS", "EX"}, (SEP, 11): {"CT"}, (SEP, 15): {"CB"}, (OCT, 9): {"VC"}, (NOV, 17): {"CE", "ML"}, } self._assertVariableDays(2010, province_days) def test_variable_holidays_2011(self): province_days = { (FEB, 28): {"AN"}, (MAR, 1): {"IB"}, (MAR, 19): {"CM", "GA", "MC", "ML", "VC"}, (APR, 21): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", "VC", }, (APR, 23): {"AR", "CL"}, (APR, 25): {"CT", "IB", "NC", "PV", "RI", "VC"}, (MAY, 2): {"AN", "AR", "AS", "CB", "CE", "EX", "MC", "MD", "VC"}, (MAY, 17): {"GA"}, (MAY, 30): {"CN"}, (MAY, 31): {"CM"}, (JUN, 9): {"MC", "RI"}, (JUN, 13): {"CT"}, (JUN, 23): {"CM", "MD"}, (JUN, 24): {"CT"}, (JUL, 25): {"CL", "GA", "MD", "NC", "PV", "RI"}, (JUL, 28): {"CB"}, (SEP, 8): {"AS", "EX"}, (SEP, 15): {"CB"}, (OCT, 25): {"PV"}, (NOV, 7): {"CE", "ML"}, (DEC, 26): {"AN", "AR", "AS", "CE", "CL", "CN", "CT", "EX", "IB", "ML", "NC"}, } self._assertVariableDays(2011, province_days) def test_variable_holidays_2012(self): province_days = { (JAN, 2): {"AN", "AR", "AS", "CE", "EX"}, (FEB, 28): {"AN"}, (MAR, 1): {"IB"}, (MAR, 19): {"CL", "MC", "MD", "ML", "NC", "RI", "VC"}, (APR, 5): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 9): {"CT", "IB", "NC", "PV", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 2): {"MD"}, (MAY, 17): {"GA"}, (MAY, 30): {"CN"}, (MAY, 31): {"CM"}, (JUN, 7): {"CM"}, (JUN, 9): {"MC", "RI"}, (JUL, 25): {"CB", "GA"}, (SEP, 8): {"AS", "EX"}, (SEP, 11): {"CT"}, (SEP, 15): {"CB"}, (OCT, 9): {"VC"}, (OCT, 25): {"PV"}, (OCT, 26): {"ML"}, (OCT, 27): {"CE"}, (DEC, 26): {"CT"}, } self._assertVariableDays(2012, province_days) def test_variable_holidays_2013(self): province_days = { (JAN, 7): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "MC", "MD", "ML", "NC", }, (FEB, 28): {"AN"}, (MAR, 1): {"IB"}, (MAR, 18): {"MD", "VC"}, (MAR, 19): {"MC", "ML", "VC"}, (MAR, 28): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 1): {"CB", "CT", "IB", "NC", "PV", "RI", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 2): {"MD"}, (MAY, 17): {"GA"}, (MAY, 30): {"CM", "CN"}, (MAY, 31): {"CM"}, (JUN, 10): {"RI"}, (JUN, 24): {"CT", "GA"}, (JUL, 25): {"CB", "GA", "NC", "PV"}, (SEP, 9): {"AS", "EX"}, (SEP, 11): {"CT"}, (OCT, 9): {"VC"}, (OCT, 15): {"CE", "ML"}, (OCT, 25): {"PV"}, (DEC, 9): {"AN", "AR", "AS", "CE", "CL", "EX", "MC", "RI"}, (DEC, 26): {"CT", "IB"}, } self._assertVariableDays(2013, province_days) def test_variable_holidays_2014(self): province_days = { (FEB, 28): {"AN"}, (MAR, 1): {"IB"}, (MAR, 19): {"MC", "ML", "NC", "VC"}, (APR, 17): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 21): {"CM", "CT", "NC", "PV", "RI", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 2): {"MD"}, (MAY, 17): {"GA"}, (MAY, 30): {"CN"}, (JUN, 9): {"MC", "RI"}, (JUN, 19): {"CM", "MD"}, (JUN, 24): {"CT"}, (JUL, 25): {"CB", "GA"}, (SEP, 8): {"AS", "EX"}, (SEP, 11): {"CT"}, (SEP, 15): {"CB"}, (OCT, 4): {"ML"}, (OCT, 6): {"CE"}, (OCT, 9): {"VC"}, (OCT, 13): {"AN", "AR", "AS", "CE", "CL", "EX"}, (OCT, 25): {"PV"}, (DEC, 26): {"CT", "IB"}, } self._assertVariableDays(2014, province_days) def test_variable_holidays_2015(self): province_days = { (FEB, 28): {"AN"}, (MAR, 19): {"MC", "MD", "ML", "NC", "PV", "VC"}, (MAR, 20): {"GA"}, (APR, 2): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 6): {"CB", "CM", "CT", "IB", "NC", "PV", "RI", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 2): {"MD"}, (MAY, 30): {"CN"}, (JUN, 4): {"CM"}, (JUN, 9): {"MC", "RI"}, (JUN, 24): {"CT"}, (JUL, 25): {"GA", "NC", "PV"}, (SEP, 8): {"AS", "EX"}, (SEP, 11): {"CT"}, (SEP, 15): {"CB"}, (SEP, 25): {"CE", "ML"}, (OCT, 9): {"VC"}, (NOV, 2): {"AN", "AR", "AS", "CB", "CE", "CL", "CN", "EX", "GA", "IB"}, (DEC, 7): {"AN", "AR", "AS", "CE", "CL", "CM", "EX", "IB", "MC", "ML", "RI", "VC"}, (DEC, 26): {"CT"}, } self._assertVariableDays(2015, province_days) def test_variable_holidays_2016(self): province_days = { (FEB, 29): {"AN"}, (MAR, 1): {"IB"}, (MAR, 19): {"MC", "ML", "VC"}, (MAR, 24): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", "VC", }, (MAR, 28): {"CT", "IB", "NC", "PV", "RI", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 2): {"AN", "AR", "AS", "CL", "CN", "EX", "MD"}, (MAY, 16): {"CT"}, (MAY, 17): {"GA"}, (MAY, 26): {"CM"}, (MAY, 30): {"CN"}, (MAY, 31): {"CM"}, (JUN, 9): {"MC", "RI"}, (JUN, 24): {"CT", "GA"}, (JUL, 25): {"GA", "MD", "NC", "PV", "RI"}, (JUL, 28): {"CB"}, (SEP, 2): {"CE"}, (SEP, 8): {"AS", "EX"}, (SEP, 12): {"CE", "ML"}, (SEP, 15): {"CB"}, (OCT, 7): {"PV"}, (DEC, 26): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CT", "EX", "IB", "MC", "MD", "ML", "NC", "VC", }, } self._assertVariableDays(2016, province_days) def test_variable_holidays_2017(self): province_days = { (JAN, 2): {"AN", "AR", "AS", "CL", "MC", "ML"}, (FEB, 28): {"AN"}, (MAR, 1): {"IB"}, (MAR, 20): {"EX", "MD"}, (APR, 13): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", "VC", }, (APR, 17): {"CT", "IB", "NC", "PV", "RI", "VC"}, (APR, 24): {"AR", "CL"}, (MAY, 2): {"MD"}, (MAY, 17): {"GA"}, (MAY, 30): {"CN"}, (MAY, 31): {"CM"}, (JUN, 9): {"MC", "RI"}, (JUN, 15): {"CM"}, (JUN, 24): {"CT"}, (JUL, 25): {"GA", "NC", "PV"}, (JUL, 28): {"CB"}, (SEP, 1): {"CE", "ML"}, (SEP, 2): {"CE"}, (SEP, 8): {"AS", "EX"}, (SEP, 11): {"CT"}, (SEP, 15): {"CB"}, (OCT, 9): {"VC"}, (DEC, 26): {"CT"}, } self._assertVariableDays(2017, province_days) def test_variable_holidays_2018(self): province_days = { (FEB, 28): {"AN"}, (MAR, 1): {"IB"}, (MAR, 19): {"MC", "VC"}, (MAR, 29): { "AN", "AR", "AS", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 2): {"CT", "IB", "NC", "PV", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 2): {"MD"}, (MAY, 17): {"GA"}, (MAY, 30): {"CN"}, (MAY, 31): {"CM"}, (JUN, 9): {"MC", "RI"}, (JUL, 25): {"GA"}, (JUL, 28): {"CB"}, (AUG, 22): {"CE", "ML"}, (SEP, 8): {"AS", "EX"}, (SEP, 11): {"CT"}, (SEP, 15): {"CB"}, (OCT, 9): {"VC"}, (DEC, 26): {"CT"}, } self._assertVariableDays(2018, province_days) def test_variable_holidays_2019(self): province_days = { (JAN, 7): {"AN", "AR", "AS", "CE", "CL", "CN", "EX", "MC", "MD", "ML", "NC"}, (FEB, 28): {"AN"}, (MAR, 1): {"IB"}, (MAR, 19): {"GA", "MC", "NC", "PV", "VC"}, (APR, 18): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 22): {"CB", "CM", "CT", "IB", "NC", "PV", "RI", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 2): {"MD"}, (MAY, 17): {"GA"}, (MAY, 30): {"CN"}, (MAY, 31): {"CM"}, (JUN, 10): {"MC", "RI"}, (JUN, 20): {"CM"}, (JUN, 24): {"CT", "VC"}, (JUL, 25): {"CB", "GA", "PV"}, (AUG, 12): {"CE", "ML"}, (SEP, 2): {"CE"}, (SEP, 9): {"AS", "EX"}, (SEP, 11): {"CT"}, (OCT, 9): {"VC"}, (DEC, 9): {"AN", "AR", "AS", "CB", "CL", "EX", "MD", "ML", "RI"}, (DEC, 26): {"CT", "IB"}, } self._assertVariableDays(2019, province_days) def test_variable_holidays_2020(self): province_days = { (FEB, 28): {"AN"}, (MAR, 13): {"ML"}, (MAR, 19): {"CM", "GA", "MC", "NC", "PV", "VC"}, (APR, 9): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 13): {"CB", "CM", "CT", "IB", "NC", "PV", "RI", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 2): {"MD"}, (MAY, 30): {"CN"}, (JUN, 9): {"MC", "RI"}, (JUN, 11): {"CM"}, (JUN, 24): {"CT", "GA", "VC"}, (JUL, 25): {"GA", "PV"}, (JUL, 28): {"CB"}, (JUL, 31): {"CE", "ML"}, (SEP, 2): {"CE"}, (SEP, 8): {"AS", "EX"}, (SEP, 11): {"CT"}, (SEP, 15): {"CB"}, (OCT, 9): {"VC"}, (NOV, 2): {"AN", "AR", "AS", "CL", "EX", "MD"}, (DEC, 7): { "AN", "AR", "AS", "CE", "CL", "CN", "EX", "IB", "MC", "MD", "ML", "NC", "RI", }, (DEC, 26): {"CT", "IB"}, } self._assertVariableDays(2020, province_days) def test_variable_holidays_2021(self): province_days = { (MAR, 1): {"AN", "IB"}, (MAR, 13): {"ML"}, (MAR, 19): {"EX", "GA", "MC", "MD", "NC", "PV", "VC"}, (APR, 1): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 5): {"CT", "IB", "NC", "PV", "RI", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 3): {"MD"}, (MAY, 17): {"GA"}, (MAY, 31): {"CM"}, (JUN, 3): {"CM"}, (JUN, 9): {"MC", "RI"}, (JUN, 24): {"CT", "VC"}, (JUL, 20): {"CE"}, (JUL, 21): {"ML"}, (JUL, 28): {"CB"}, (AUG, 16): {"AN", "AR", "AS", "CL", "CN"}, (SEP, 2): {"CE"}, (SEP, 8): {"AS", "EX"}, (SEP, 11): {"CT"}, (SEP, 15): {"CB"}, (OCT, 9): {"VC"}, } self._assertVariableDays(2021, province_days) def test_variable_holidays_2022(self): province_days = { (FEB, 28): {"AN"}, (MAR, 1): {"IB"}, (MAR, 19): {"VC"}, (APR, 14): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", "VC", }, (APR, 18): {"CT", "IB", "NC", "PV", "RI", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 2): {"AN", "AR", "AS", "CL", "EX", "MC", "MD"}, (MAY, 3): {"ML"}, (MAY, 17): {"GA"}, (MAY, 30): {"CN"}, (MAY, 31): {"CM"}, (JUN, 6): {"CT"}, (JUN, 9): {"MC", "RI"}, (JUN, 16): {"CM"}, (JUN, 24): {"CT", "GA", "VC"}, (JUL, 9): {"CE"}, (JUL, 11): {"ML"}, (JUL, 25): {"GA", "MD", "NC", "PV"}, (JUL, 28): {"CB"}, (AUG, 5): {"CE"}, (SEP, 2): {"CE"}, (SEP, 6): {"PV"}, (SEP, 8): {"AS", "EX"}, (SEP, 15): {"CB"}, (DEC, 26): { "AN", "AR", "AS", "CB", "CL", "CM", "CN", "CT", "EX", "IB", "MC", "MD", "ML", "NC", "RI", }, } self._assertVariableDays(2022, province_days) def test_variable_holidays_2023(self): province_days = { (JAN, 2): {"AN", "AR", "AS", "CL", "MC"}, (FEB, 21): {"EX"}, (FEB, 28): {"AN"}, (MAR, 1): {"IB"}, (MAR, 20): {"MD"}, (APR, 6): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 10): {"CT", "IB", "NC", "PV", "RI", "VC"}, (APR, 21): {"ML"}, (APR, 24): {"AR"}, (MAY, 2): {"MD"}, (MAY, 17): {"GA"}, (MAY, 30): {"CN"}, (MAY, 31): {"CM"}, (JUN, 8): {"CM"}, (JUN, 9): {"MC", "RI"}, (JUN, 24): {"CT", "VC"}, (JUN, 29): {"CE", "ML"}, (JUL, 25): {"CL", "GA", "NC", "PV"}, (JUL, 28): {"CB"}, (AUG, 5): {"CE"}, (SEP, 8): {"AS", "EX"}, (SEP, 11): {"CT"}, (SEP, 15): {"CB"}, (OCT, 9): {"VC"}, (DEC, 26): {"CT"}, } self._assertVariableDays(2023, province_days) def test_variable_holidays_2024(self): province_days = { (FEB, 13): {"EX"}, (FEB, 28): {"AN"}, (MAR, 1): {"IB"}, (MAR, 19): {"MC", "VC"}, (MAR, 28): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 1): {"CB", "CT", "IB", "NC", "PV", "RI", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 2): {"MD"}, (MAY, 17): {"GA"}, (MAY, 30): {"CM", "CN"}, (MAY, 31): {"CM"}, (JUN, 10): {"RI"}, (JUN, 17): {"CE", "ML"}, (JUN, 24): {"CT", "VC"}, (JUL, 25): {"CB", "GA", "MD", "NC", "PV"}, (AUG, 5): {"CE"}, (SEP, 9): {"AS"}, (SEP, 11): {"CT"}, (OCT, 9): {"VC"}, (DEC, 9): {"AN", "AR", "AS", "CL", "EX", "MC", "ML"}, (DEC, 26): {"CT"}, } self._assertVariableDays(2024, province_days) def test_variable_holidays_2025(self): province_days = { (FEB, 28): {"AN"}, (MAR, 1): {"IB"}, (MAR, 19): {"MC", "VC"}, (MAR, 31): {"ML"}, (APR, 17): { "AN", "AR", "AS", "CB", "CE", "CL", "CM", "CN", "EX", "GA", "IB", "MC", "MD", "ML", "NC", "PV", "RI", }, (APR, 21): {"CT", "NC", "PV", "RI", "VC"}, (APR, 23): {"AR", "CL"}, (MAY, 2): {"MD"}, (MAY, 17): {"GA"}, (MAY, 30): {"CN"}, (MAY, 31): {"CM"}, (JUN, 6): {"CE", "ML"}, (JUN, 9): {"MC", "RI"}, (JUN, 19): {"CM"}, (JUN, 24): {"CT", "VC"}, (JUL, 25): {"GA", "MD", "NC", "PV"}, (JUL, 28): {"CB"}, (AUG, 5): {"CE"}, (SEP, 8): {"AS", "EX"}, (SEP, 11): {"CT"}, (SEP, 15): {"CB"}, (OCT, 9): {"VC"}, (OCT, 13): {"AN", "AR", "AS", "CL", "EX"}, (DEC, 26): {"CT", "IB"}, } self._assertVariableDays(2025, province_days) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-02", "Lunes siguiente a Año Nuevo"), ("2023-01-06", "Epifanía del Señor"), ("2023-02-21", "Martes de Carnaval"), ("2023-02-28", "Día de Andalucia"), ("2023-03-01", "Día de las Islas Baleares"), ("2023-03-20", "Lunes siguiente a San José"), ("2023-04-06", "Jueves Santo"), ("2023-04-07", "Viernes Santo"), ("2023-04-10", "Lunes de Pascua"), ("2023-04-21", "Fiesta del Eid Fitr"), ("2023-04-24", "Lunes siguiente a Día de San Jorge"), ("2023-05-01", "Fiesta del Trabajo"), ("2023-05-02", "Fiesta de la Comunidad de Madrid"), ("2023-05-17", "Día de las Letras Gallegas"), ("2023-05-30", "Día de Canarias"), ("2023-05-31", "Día de Castilla-La Mancha"), ("2023-06-08", "Corpus Christi"), ("2023-06-09", "Día de La Rioja; Día de la Región de Murcia"), ("2023-06-24", "San Juan"), ("2023-06-29", "Fiesta del Sacrificio-Aid Al Adha; Fiesta del Sacrificio-Eidul Adha"), ("2023-07-25", "Día Nacional de Galicia; Santiago Apóstol"), ("2023-07-28", "Día de las Instituciones de Cantabria"), ("2023-08-05", "Nuestra Señora de África"), ("2023-08-15", "Asunción de la Virgen"), ("2023-09-02", "Día de Ceuta"), ("2023-09-08", "Día de Asturias; Día de Extremadura"), ("2023-09-11", "Fiesta Nacional de Cataluña"), ("2023-09-15", "La Bien Aparecida"), ("2023-10-09", "Día de la Comunidad Valenciana"), ("2023-10-12", "Fiesta Nacional de España"), ("2023-11-01", "Todos los Santos"), ("2023-12-06", "Día de la Constitución Española"), ("2023-12-08", "Inmaculada Concepción"), ("2023-12-25", "Natividad del Señor"), ("2023-12-26", "San Esteban"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-02", "Monday following New Year's Day"), ("2023-01-06", "Epiphany"), ("2023-02-21", "Shrove Tuesday"), ("2023-02-28", "Andalusia Day"), ("2023-03-01", "Day of the Balearic Islands"), ("2023-03-20", "Monday following Saint Joseph's Day"), ("2023-04-06", "Maundy Thursday"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-04-21", "Eid al-Fitr"), ("2023-04-24", "Monday following Saint George's Day"), ("2023-05-01", "Labor Day"), ("2023-05-02", "Madrid Day"), ("2023-05-17", "Galician Literature Day"), ("2023-05-30", "Day of the Canary Islands"), ("2023-05-31", "Castilla-La Mancha Day"), ("2023-06-08", "Corpus Christi"), ("2023-06-09", "La Rioja Day; Murcia Day"), ("2023-06-24", "Saint John the Baptist"), ("2023-06-29", "Eid al-Adha"), ("2023-07-25", "Galician National Day; Saint James' Day"), ("2023-07-28", "Cantabria Institutions Day"), ("2023-08-05", "Santa Maria of Africa"), ("2023-08-15", "Assumption Day"), ("2023-09-02", "Ceuta Day"), ("2023-09-08", "Asturia Day; Extremadura Day"), ("2023-09-11", "National Day of Catalonia"), ("2023-09-15", "Our Lady of the Bien Aparecida"), ("2023-10-09", "Valencian Community Day"), ("2023-10-12", "National Day"), ("2023-11-01", "All Saints' Day"), ("2023-12-06", "Constitution Day"), ("2023-12-08", "Immaculate Conception"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Saint Stephen's Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-02", "Понеділок після Новий рік"), ("2023-01-06", "Богоявлення"), ("2023-02-21", "Масний вівторок"), ("2023-02-28", "День Андалусії"), ("2023-03-01", "День Балеарських островів"), ("2023-03-20", "Понеділок після День Святого Йосипа"), ("2023-04-06", "Великий четвер"), ("2023-04-07", "Страсна пʼятниця"), ("2023-04-10", "Великодній понеділок"), ("2023-04-21", "Рамазан-байрам"), ("2023-04-24", "Понеділок після День Святого Георгія"), ("2023-05-01", "День праці"), ("2023-05-02", "День Мадрида"), ("2023-05-17", "День галісійської літератури"), ("2023-05-30", "День Канарських островів"), ("2023-05-31", "День Кастилії-Ла-Манча"), ("2023-06-08", "Свято Тіла і Крові Христових"), ("2023-06-09", "День Мурсії; День Ріохи"), ("2023-06-24", "День Івана Хрестителя"), ("2023-06-29", "Курбан-байрам"), ("2023-07-25", "День Святого Якова; Національний день Галісії"), ("2023-07-28", "День Інституцій Кантабрії"), ("2023-08-05", "День Богоматері Африканської"), ("2023-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2023-09-02", "День Сеути"), ("2023-09-08", "День Астурії; День Естремадури"), ("2023-09-11", "Національний день Каталонії"), ("2023-09-15", "День Богоматері Обʼявлення"), ("2023-10-09", "День Валенсії"), ("2023-10-12", "Національний день Іспанії"), ("2023-11-01", "День усіх святих"), ("2023-12-06", "День Конституції Іспанії"), ("2023-12-08", "Непорочне зачаття Діви Марії"), ("2023-12-25", "Різдво Христове"), ("2023-12-26", "День Святого Стефана"), ) holidays-0.71/tests/countries/test_sri_lanka.py000066400000000000000000000471561500152103600220140ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK, GOVERNMENT, PUBLIC, WORKDAY from holidays.countries.sri_lanka import SriLanka, LK, LKA from tests.common import CommonCountryTests class TestSriLanka(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(SriLanka, years=range(1972, 2025)) def test_country_aliases(self): self.assertAliases(SriLanka, LK, LKA) def test_no_holidays(self): self.assertNoHolidays( SriLanka(years=(1971, 2026), categories=(BANK, GOVERNMENT, PUBLIC, WORKDAY)) ) def test_special(self): self.assertHoliday( # 2020 Covid-19 Lockdowns. "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", # Other Special Public Holidays. "2012-05-07", "2013-04-15", "2016-04-15", "2019-05-20", "2022-04-11", "2022-04-12", "2022-05-02", "2024-04-15", "2024-09-29", # Adhi [MONTH] Full Moon Day. "2004-07-31", "2007-05-31", "2010-04-28", "2012-08-31", "2015-07-01", "2018-05-29", "2020-10-01", "2023-07-03", ) def test_special_bank(self): dt = ( # Special Bank Holidays. "2005-05-02", "2005-12-26", "2007-02-05", "2007-04-03", "2008-04-18", "2011-05-02", "2011-12-26", "2012-01-16", "2012-02-10", "2012-05-07", "2013-04-15", "2014-04-15", "2015-01-05", "2016-05-02", "2016-05-23", "2016-12-26", "2018-01-15", "2018-02-05", "2019-04-15", # 2019-05-20 got upgraded to Special Public Holiday. "2019-11-11", "2020-04-14", # 2022-05-02 got upgraded to Special Public Holiday. "2022-10-10", "2022-12-26", "2023-01-16", "2025-04-15", ) dt_half = ( # Half-Day Special Bank Holidays. "2021-04-30", "2021-12-24", ) self.assertHoliday(SriLanka(categories=BANK), dt, dt_half) def test_special_government(self): # 2020 Covid Lockdowns # https://www.adaderana.lk/news.php?nid=64367 # 2022 Sri Lankan Fuel Crisis # https://www.adaderana.lk/news.php?nid=82979 # https://www.adaderana.lk/news.php?nid=83082 # https://www.adaderana.lk/news.php?nid=84035 self.assertHoliday( SriLanka(categories=GOVERNMENT), "2020-06-04", "2022-06-13", "2022-06-17", "2022-06-24", "2022-07-01", "2022-07-08", "2022-07-15", "2022-07-22", "2022-07-29", ) def test_special_workday(self): # 2003 Deepavali. self.assertHoliday(SriLanka(categories=WORKDAY), "2003-10-24") def test_deepavali(self): name = "දීපවාලි උත්සව දිනය" self.assertHolidayName( name, "2020-11-14", "2021-11-04", "2022-10-24", "2023-11-12", "2024-10-31", "2025-10-20", ) self.assertNoHolidayName(name, 2003) def test_maha_sivarathri(self): name = "මහ සිවරාත්රි දිනය" self.assertHolidayName( name, "2003-03-01", "2004-02-18", "2005-03-08", "2006-02-26", "2007-02-16", "2008-03-06", "2009-02-23", "2010-03-13", "2011-03-02", "2012-02-20", "2013-03-10", "2014-02-27", "2015-02-17", "2016-03-07", "2017-02-24", "2018-02-13", "2019-03-04", "2020-02-21", "2021-03-11", "2022-03-01", "2023-02-18", "2024-03-08", "2025-02-26", ) self.assertNoHolidayName(name, 2002) def test_2023_all(self): # https://www.cbsl.gov.lk/en/about/about-the-bank/bank-holidays-2023 self.assertHolidays( SriLanka(categories=(BANK, GOVERNMENT, PUBLIC, WORKDAY), years=2023), ("2023-01-06", "දුරුතු පුර පසළොස්වක පෝය දිනය"), ("2023-01-15", "දෙමළ තෛපොංැලල් දිනය"), ("2023-01-16", "විශේෂ බැංකු නිවාඩු දිනය"), ("2023-02-04", "නිදහස් සමරු දිනය"), ("2023-02-05", "නවම් පුර පසළොස්වක පෝය දිනය"), ("2023-02-18", "මහ සිවරාත්රි දිනය"), ("2023-03-06", "මැදින් පුර පසළොස්වක පෝය දිනය"), ("2023-04-05", "බක් පුර පසළොස්වක පෝය දිනය"), ("2023-04-07", "මහ සිකුරාදා දිනය"), ("2023-04-13", "සිංහල හා දෙමළ අලුත් අවුරුදු දිනට පෙර දිනය"), ("2023-04-14", "සිංහල හා දෙමළ අලුත් අවුරුදු දිනය"), ("2023-04-22", "ඊදුල් ෆීතර්"), ("2023-05-01", "ලොක කම්කරු දිනය"), ("2023-05-05", "වෙසක් පුර පසළොස්වක පෝය දිනය"), ("2023-05-06", "වෙසක් පුර පසළොස්වක පෝය දිනට පසු දිනය"), ("2023-06-03", "පොසොන් පුර පසළොස්වක පෝය දිනය"), ("2023-06-29", "ඊදුල් අල්හා"), ("2023-07-03", "අධි ඇසල පුර පසළොස්වක පෝය දිනය"), ("2023-08-01", "ඇසල පුර පසළොස්වක පෝය දිනය"), ("2023-08-30", "නිකිණි පුර පසළොස්වක පෝය දිනය"), ("2023-09-28", "නබි නායකතුමාගේ උපන් දිනය"), ("2023-09-29", "බිනර පුර පසළොස්වක පෝය දිනය"), ("2023-10-28", "වප් පුර පසළොස්වක පෝය දිනය"), ("2023-11-12", "දීපවාලි උත්සව දිනය"), ("2023-11-26", "ඉල් පුර පසළොස්වක පෝය දිනය"), ("2023-12-25", "නත්තල් උත්සව දිනය"), ("2023-12-26", "උඳුවප් පුර පසළොස්වක පෝය දිනය"), ) def test_2024_all(self): # https://www.cbsl.gov.lk/en/about/about-the-bank/bank-holidays-2024 self.assertHolidays( SriLanka(categories=(BANK, GOVERNMENT, PUBLIC, WORKDAY), years=2024), ("2024-01-15", "දෙමළ තෛපොංැලල් දිනය"), ("2024-01-25", "දුරුතු පුර පසළොස්වක පෝය දිනය"), ("2024-02-04", "නිදහස් සමරු දිනය"), ("2024-02-23", "නවම් පුර පසළොස්වක පෝය දිනය"), ("2024-03-08", "මහ සිවරාත්රි දිනය"), ("2024-03-24", "මැදින් පුර පසළොස්වක පෝය දිනය"), ("2024-03-29", "මහ සිකුරාදා දිනය"), ("2024-04-11", "ඊදුල් ෆීතර්"), ("2024-04-12", "සිංහල හා දෙමළ අලුත් අවුරුදු දිනට පෙර දිනය"), ("2024-04-13", "සිංහල හා දෙමළ අලුත් අවුරුදු දිනය"), ("2024-04-15", "විශේෂ රජයේ නිවාඩු දිනය"), ("2024-04-23", "බක් පුර පසළොස්වක පෝය දිනය"), ("2024-05-01", "ලොක කම්කරු දිනය"), ("2024-05-23", "වෙසක් පුර පසළොස්වක පෝය දිනය"), ("2024-05-24", "වෙසක් පුර පසළොස්වක පෝය දිනට පසු දිනය"), ("2024-06-17", "ඊදුල් අල්හා"), ("2024-06-21", "පොසොන් පුර පසළොස්වක පෝය දිනය"), ("2024-07-20", "ඇසල පුර පසළොස්වක පෝය දිනය"), ("2024-08-19", "නිකිණි පුර පසළොස්වක පෝය දිනය"), ("2024-09-16", "නබි නායකතුමාගේ උපන් දිනය"), ("2024-09-17", "බිනර පුර පසළොස්වක පෝය දිනය"), ("2024-09-29", "විශේෂ රජයේ නිවාඩු දිනය"), ("2024-10-17", "වප් පුර පසළොස්වක පෝය දිනය"), ("2024-10-31", "දීපවාලි උත්සව දිනය"), ("2024-11-15", "ඉල් පුර පසළොස්වක පෝය දිනය"), ("2024-12-14", "උඳුවප් පුර පසළොස්වක පෝය දිනය"), ("2024-12-25", "නත්තල් උත්සව දිනය"), ) def test_l10_default(self): # https://www.cbsl.gov.lk/en/about/about-the-bank/bank-holidays-2025 self.assertLocalizedHolidays( ("2022-01-14", "දෙමළ තෛපොංැලල් දිනය"), ("2022-01-17", "දුරුතු පුර පසළොස්වක පෝය දිනය"), ("2022-02-04", "නිදහස් සමරු දිනය"), ("2022-02-16", "නවම් පුර පසළොස්වක පෝය දිනය"), ("2022-03-01", "මහ සිවරාත්රි දිනය"), ("2022-03-17", "මැදින් පුර පසළොස්වක පෝය දිනය"), ("2022-04-11", "විශේෂ රජයේ නිවාඩු දිනය"), ("2022-04-12", "විශේෂ රජයේ නිවාඩු දිනය"), ("2022-04-13", "සිංහල හා දෙමළ අලුත් අවුරුදු දිනට පෙර දිනය"), ("2022-04-14", "සිංහල හා දෙමළ අලුත් අවුරුදු දිනය"), ("2022-04-15", "මහ සිකුරාදා දිනය"), ("2022-04-16", "බක් පුර පසළොස්වක පෝය දිනය"), ("2022-05-01", "ලොක කම්කරු දිනය"), ("2022-05-02", "විශේෂ රජයේ නිවාඩු දිනය"), ("2022-05-03", "ඊදුල් ෆීතර්"), ("2022-05-15", "වෙසක් පුර පසළොස්වක පෝය දිනය"), ("2022-05-16", "වෙසක් පුර පසළොස්වක පෝය දිනට පසු දිනය"), ("2022-06-13", "රාජ්ය අංශයේ නිවාඩු දිනය"), ("2022-06-14", "පොසොන් පුර පසළොස්වක පෝය දිනය"), ("2022-06-17", "රාජ්ය අංශයේ නිවාඩු දිනය"), ("2022-06-24", "රාජ්ය අංශයේ නිවාඩු දිනය"), ("2022-07-01", "රාජ්ය අංශයේ නිවාඩු දිනය"), ("2022-07-08", "රාජ්ය අංශයේ නිවාඩු දිනය"), ("2022-07-10", "ඊදුල් අල්හා"), ("2022-07-13", "ඇසල පුර පසළොස්වක පෝය දිනය"), ("2022-07-15", "රාජ්ය අංශයේ නිවාඩු දිනය"), ("2022-07-22", "රාජ්ය අංශයේ නිවාඩු දිනය"), ("2022-07-29", "රාජ්ය අංශයේ නිවාඩු දිනය"), ("2022-08-11", "නිකිණි පුර පසළොස්වක පෝය දිනය"), ("2022-09-10", "බිනර පුර පසළොස්වක පෝය දිනය"), ("2022-10-09", "නබි නායකතුමාගේ උපන් දිනය; වප් පුර පසළොස්වක පෝය දිනය"), ("2022-10-10", "විශේෂ බැංකු නිවාඩු දිනය"), ("2022-10-24", "දීපවාලි උත්සව දිනය"), ("2022-11-07", "ඉල් පුර පසළොස්වක පෝය දිනය"), ("2022-12-07", "උඳුවප් පුර පසළොස්වක පෝය දිනය"), ("2022-12-25", "නත්තල් උත්සව දිනය"), ("2022-12-26", "විශේෂ බැංකු නිවාඩු දිනය"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-14", "Tamil Thai Pongal Day"), ("2022-01-17", "Duruthu Full Moon Poya Day"), ("2022-02-04", "Independence Day"), ("2022-02-16", "Nawam Full Moon Poya Day"), ("2022-03-01", "Maha Sivarathri Day"), ("2022-03-17", "Medin Full Moon Poya Day"), ("2022-04-11", "Special Public Holiday"), ("2022-04-12", "Special Public Holiday"), ("2022-04-13", "Day Before Sinhala and Tamil New Year"), ("2022-04-14", "Sinhala and Tamil New Year"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Bak Full Moon Poya Day"), ("2022-05-01", "International Workers' Day"), ("2022-05-02", "Special Public Holiday"), ("2022-05-03", "Eid al-Fitr"), ("2022-05-15", "Vesak Full Moon Poya Day"), ("2022-05-16", "Day Following Vesak Full Moon Poya Day"), ("2022-06-13", "Public Sector Holiday"), ("2022-06-14", "Poson Full Moon Poya Day"), ("2022-06-17", "Public Sector Holiday"), ("2022-06-24", "Public Sector Holiday"), ("2022-07-01", "Public Sector Holiday"), ("2022-07-08", "Public Sector Holiday"), ("2022-07-10", "Eid al-Adha"), ("2022-07-13", "Esala Full Moon Poya Day"), ("2022-07-15", "Public Sector Holiday"), ("2022-07-22", "Public Sector Holiday"), ("2022-07-29", "Public Sector Holiday"), ("2022-08-11", "Nikini Full Moon Poya Day"), ("2022-09-10", "Binara Full Moon Poya Day"), ("2022-10-09", "Prophet's Birthday; Vap Full Moon Poya Day"), ("2022-10-10", "Special Bank Holiday"), ("2022-10-24", "Deepavali Festival Day"), ("2022-11-07", "Il Full Moon Poya Day"), ("2022-12-07", "Unduvap Full Moon Poya Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Special Bank Holiday"), ) def test_l10n_ta_lk(self): self.assertLocalizedHolidays( "ta_LK", ("2022-01-14", "தமிழ் தைப்பொங்கல் தினம்"), ("2022-01-17", "துருத்து முழு நோன்மதி தினம்"), ("2022-02-04", "சுதந்திர தினம்"), ("2022-02-16", "நவம் முழு நோன்மதி தினம்"), ("2022-03-01", "மகா சிவராத்திரி தினம்"), ("2022-03-17", "மெதின் முழு நோன்மதி தினம்"), ("2022-04-11", "விசேட பொது விடுமுறை"), ("2022-04-12", "விசேட பொது விடுமுறை"), ("2022-04-13", "சிங்கள, தமிழ் புத்தாண்டிற்கு முன்னைய தினம்"), ("2022-04-14", "சிங்கள, தமிழ் புத்தாண்டு தினம்"), ("2022-04-15", "பெரிய வெள்ளிக்கிழமை"), ("2022-04-16", "பக் முழு நோன்மதி தினம்"), ("2022-05-01", "சர்வதேச தொழிலாளர்கள் தினம்"), ("2022-05-02", "விசேட பொது விடுமுறை"), ("2022-05-03", "ஈதுல் பித்ர்"), ("2022-05-15", "வெசாக் முழு நோன்மதி தினம்"), ("2022-05-16", "வெசாக் முழு நோன்மதி தினத்திற்கு அடுத்த நாள்"), ("2022-06-13", "பொதுத்துறை விடுமுறை"), ("2022-06-14", "பொசொன் முழு நோன்மதி தினம்"), ("2022-06-17", "பொதுத்துறை விடுமுறை"), ("2022-06-24", "பொதுத்துறை விடுமுறை"), ("2022-07-01", "பொதுத்துறை விடுமுறை"), ("2022-07-08", "பொதுத்துறை விடுமுறை"), ("2022-07-10", "ஈதுல் அழ்ஹா"), ("2022-07-13", "எசல முழு நோன்மதி தினம்"), ("2022-07-15", "பொதுத்துறை விடுமுறை"), ("2022-07-22", "பொதுத்துறை விடுமுறை"), ("2022-07-29", "பொதுத்துறை விடுமுறை"), ("2022-08-11", "நிக்கினி முழு நோன்மதி தினம்"), ("2022-09-10", "பினர முழு நோன்மதி தினம்"), ("2022-10-09", "நபிகள் நாயகத்தின் பிறந்த தினம்; வப் முழு நோன்மதி தினம்"), ("2022-10-10", "விசேட வங்கி விடுமுறை"), ("2022-10-24", "தீபாவளிப் பண்டிகை தினம்"), ("2022-11-07", "இல் முழு நோன்மதி தினம்"), ("2022-12-07", "உந்துவப் முழு நோன்மதி தினம்"), ("2022-12-25", "நத்தார் பண்டிகை"), ("2022-12-26", "விசேட வங்கி விடுமுறை"), ) holidays-0.71/tests/countries/test_suriname.py000066400000000000000000000203701500152103600216610ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries import Suriname, SR, SUR from tests.common import CommonCountryTests class TestSuriname(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1972, 2050) super().setUpClass(Suriname, years=years) cls.no_estimated_holidays = Suriname(years=years, islamic_show_estimated=False) def test_country_aliases(self): self.assertAliases(Suriname, SR, SUR) def test_no_holidays(self): self.assertNoHolidays(Suriname(years=1971)) def test_new_years_day(self): self.assertHolidayName("Nieuwjaarsdag", (f"{year}-01-01" for year in range(1972, 2050))) def test_day_of_liberation_and_renewal(self): name = "Dag van Bevrijding en Vernieuwing" self.assertHolidayName( name, (f"{year}-02-25" for year in (*range(1981, 1993), *range(2012, 2021))) ) self.assertNoHolidayName(name, range(1993, 2012), range(2021, 2050)) def test_holi(self): name = "Holi-Phagwa" self.assertHolidayName( name, "2019-03-21", "2020-03-09", "2021-03-28", "2022-03-18", "2023-03-07", "2024-03-25", "2025-03-14", ) self.assertHolidayName(name, range(2015, 2031)) def test_good_friday(self): name = "Goede Vrijdag" self.assertHolidayName( name, "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", "2025-04-18", ) self.assertHolidayName(name, range(1972, 2050)) def test_easter_monday(self): name = "Tweede Paasdag" self.assertHolidayName( name, "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", "2025-04-21", ) self.assertHolidayName(name, range(1972, 2050)) def test_queens_birthday(self): name = "Verjaardag van H.M. de Koningin" self.assertHolidayName(name, (f"{year}-04-30" for year in range(1972, 1976))) self.assertNoHolidayName(name, range(1976, 2050)) def test_labor_day(self): self.assertHolidayName( "Dag van de Arbeid", (f"{year}-05-01" for year in range(1972, 2050)) ) def test_day_of_freedoms(self): name_1 = "Dag der Vrijheden" name_2 = "Keti Koti Dey" self.assertHolidayName( name_1, (f"{year}-07-01" for year in (*range(1972, 2008), *range(2025, 2050))) ) self.assertHolidayName(name_2, (f"{year}-07-01" for year in range(2008, 2025))) self.assertNoHolidayName(name_1, range(2008, 2025)) self.assertNoHolidayName(name_2, range(1972, 2008), range(2025, 2050)) def test_indigenous_people_day(self): name = "Dag der Inheemsen" self.assertHolidayName(name, (f"{year}-08-09" for year in range(2007, 2050))) self.assertNoHolidayName(name, range(1972, 2007)) def test_day_of_the_maroons(self): name = "Dag der Marrons" self.assertHolidayName(name, (f"{year}-10-10" for year in range(2012, 2050))) self.assertNoHolidayName(name, range(1972, 2012)) def test_diwali(self): name = "Divali" self.assertHolidayName( name, "2020-11-14", "2021-11-04", "2022-10-24", "2023-11-12", "2024-10-31", "2025-10-20", ) self.assertHolidayName(name, range(2012, 2050)) self.assertNoHolidayName(name, range(1972, 2012)) def test_republic_day(self): name_old = "Dag van de Republiek" name_new = "Onafhankelijkheidsdag" self.assertHolidayName(name_old, (f"{year}-11-25" for year in range(1976, 2008))) self.assertHolidayName(name_new, (f"{year}-11-25" for year in range(2008, 2050))) self.assertNoHolidayName(name_old, range(1972, 1976)) self.assertNoHolidayName(name_new, range(1972, 2008)) def test_christmas_day(self): self.assertHolidayName("Eerste Kerstdag", (f"{year}-12-25" for year in range(1972, 2050))) def test_second_day_of_christmas(self): self.assertHolidayName("Tweede Kerstdag", (f"{year}-12-26" for year in range(1972, 2050))) def test_eid_al_fitr(self): name = "Ied-Ul-Fitre" self.assertHolidayName( name, "2019-06-05", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-22", "2024-04-10", "2025-03-31", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1972, 2050)) def test_eid_al_adha(self): name = "Ied-Ul-Adha" self.assertHolidayName( name, "2019-08-12", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-29", "2024-06-16", "2025-06-07", ) self.assertHolidayName(name, self.no_estimated_holidays, range(2012, 2050)) self.assertNoHolidayName(name, self.no_estimated_holidays, range(1972, 2012)) def test_chinese_new_year(self): name = "Chinees Nieuwjaar" self.assertHolidayName( name, "2022-02-01", "2023-01-22", "2024-02-10", "2025-01-29", ) self.assertHolidayName(name, range(2022, 2050)) self.assertNoHolidayName(name, range(1972, 2022)) def test_2024(self): self.assertHolidays( Suriname(years=2024), ("2024-01-01", "Nieuwjaarsdag"), ("2024-02-10", "Chinees Nieuwjaar"), ("2024-03-25", "Holi-Phagwa"), ("2024-03-29", "Goede Vrijdag"), ("2024-04-01", "Tweede Paasdag"), ("2024-04-10", "Ied-Ul-Fitre"), ("2024-05-01", "Dag van de Arbeid"), ("2024-06-16", "Ied-Ul-Adha"), ("2024-07-01", "Keti Koti Dey"), ("2024-08-09", "Dag der Inheemsen"), ("2024-10-10", "Dag der Marrons"), ("2024-10-31", "Divali"), ("2024-11-25", "Onafhankelijkheidsdag"), ("2024-12-25", "Eerste Kerstdag"), ("2024-12-26", "Tweede Kerstdag"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2025-01-01", "Nieuwjaarsdag"), ("2025-01-29", "Chinees Nieuwjaar"), ("2025-03-14", "Holi-Phagwa"), ("2025-03-31", "Ied-Ul-Fitre"), ("2025-04-18", "Goede Vrijdag"), ("2025-04-21", "Tweede Paasdag"), ("2025-05-01", "Dag van de Arbeid"), ("2025-06-07", "Ied-Ul-Adha"), ("2025-07-01", "Dag der Vrijheden"), ("2025-08-09", "Dag der Inheemsen"), ("2025-10-10", "Dag der Marrons"), ("2025-10-20", "Divali"), ("2025-11-25", "Onafhankelijkheidsdag"), ("2025-12-25", "Eerste Kerstdag"), ("2025-12-26", "Tweede Kerstdag"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2025-01-01", "New Year's Day"), ("2025-01-29", "Chinese New Year"), ("2025-03-14", "Holi"), ("2025-03-31", "Eid al-Fitr"), ("2025-04-18", "Good Friday"), ("2025-04-21", "Easter Monday"), ("2025-05-01", "Labor Day"), ("2025-06-07", "Eid al-Adha"), ("2025-07-01", "Day of Freedoms"), ("2025-08-09", "Indigenous People Day"), ("2025-10-10", "Day of the Maroons"), ("2025-10-20", "Diwali"), ("2025-11-25", "Independence Day"), ("2025-12-25", "Christmas Day"), ("2025-12-26", "Second Day of Christmas"), ) holidays-0.71/tests/countries/test_sweden.py000066400000000000000000000502411500152103600213230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.sweden import Sweden, SE, SWE from tests.common import CommonCountryTests, SundayHolidays class TestSweden(CommonCountryTests, SundayHolidays, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Sweden) cls.holidays = Sweden(include_sundays=False, years=range(1930, 2050)) def test_country_aliases(self): self.assertAliases(Sweden, SE, SWE) def test_new_years_day(self): self.assertHolidayName("Nyårsdagen", (f"{year}-01-01" for year in range(1930, 2050))) def test_epiphany(self): self.assertHolidayName("Trettondedag jul", (f"{year}-01-06" for year in range(1930, 2050))) def test_annunciation(self): name = "Jungfru Marie bebådelsedag" self.assertHolidayName(name, (f"{year}-03-25" for year in range(1930, 1954))) self.assertNoHolidayName(name, range(1954, 2050)) def test_good_friday(self): name = "Långfredagen" self.assertHolidayName( name, "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, range(1930, 2050)) def test_easter_sunday(self): name = "Påskdagen" self.assertHolidayName( name, "2019-04-21", "2020-04-12", "2021-04-04", "2022-04-17", "2023-04-09", "2024-03-31", ) self.assertHolidayName(name, range(1952, 2050)) def test_easter_monday(self): name = "Annandag påsk" self.assertHolidayName( name, "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) self.assertHolidayName(name, range(1952, 2050)) def test_may_day(self): name = "Första maj" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1939, 2050))) self.assertNoHolidayName(name, range(1930, 1939)) def test_ascension_day(self): name = "Kristi himmelsfärdsdag" self.assertHolidayName( name, "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", "2023-05-18", "2024-05-09", ) self.assertHolidayName(name, range(1952, 2050)) def test_constitution_day(self): name = "Sveriges nationaldag" self.assertHolidayName(name, (f"{year}-06-06" for year in range(2005, 2050))) self.assertNoHolidayName(name, range(1930, 2005)) def test_whit_sunday(self): name = "Pingstdagen" self.assertHolidayName( name, "2019-06-09", "2020-05-31", "2021-05-23", "2022-06-05", "2023-05-28", "2024-05-19", ) self.assertHolidayName(name, range(1930, 2050)) def test_whit_monday(self): name = "Annandag pingst" self.assertHolidayName( name, "1999-05-24", "2000-06-12", "2001-06-04", "2002-05-20", "2003-06-09", "2004-05-31", ) self.assertHolidayName(name, range(1930, 2005)) self.assertNoHolidayName(name, range(2005, 2050)) def test_midsummer_eve(self): name = "Midsommarafton" self.assertHolidayName(name, (f"{year}-06-23" for year in range(1930, 1953))) self.assertHolidayName( name, "1953-06-19", "1954-06-25", "2019-06-21", "2020-06-19", "2021-06-25", "2022-06-24", "2023-06-23", "2024-06-21", ) self.assertHolidayName(name, range(1930, 2050)) def test_midsummer_day(self): name = "Midsommardagen" self.assertHolidayName(name, (f"{year}-06-24" for year in range(1930, 1953))) self.assertHolidayName( name, "1953-06-20", "1954-06-26", "2019-06-22", "2020-06-20", "2021-06-26", "2022-06-25", "2023-06-24", "2024-06-22", ) self.assertHolidayName(name, range(1930, 2050)) def test_all_saints_day(self): name = "Alla helgons dag" self.assertHolidayName( name, "1953-10-31", "1954-11-06", "2019-11-02", "2020-10-31", "2021-11-06", "2022-11-05", "2023-11-04", "2024-11-02", ) self.assertHolidayName(name, range(1953, 2050)) self.assertNoHolidayName(name, range(1930, 1953)) def test_christmas(self): self.assertHolidayName("Julafton", (f"{year}-12-24" for year in range(1930, 2050))) self.assertHolidayName("Juldagen", (f"{year}-12-25" for year in range(1930, 2050))) self.assertHolidayName("Annandag jul", (f"{year}-12-26" for year in range(1930, 2050))) def test_new_years_eve(self): self.assertHolidayName("Nyårsafton", (f"{year}-12-31" for year in range(1930, 2050))) def test_sundays(self): self.assertSundays(Sweden) # Sundays are considered holidays in Sweden. def test_not_holiday(self): # Sundays in Sweden are considered holidays, # so make sure none of these are actually Sundays. self.assertNoHoliday( "2017-02-06", "2017-02-07", "2017-02-08", "2017-02-09", "2017-02-10", "2016-12-27", "2016-12-28", ) def test_2022(self): self.assertHolidays( Sweden(include_sundays=False, years=2022), ("2022-01-01", "Nyårsdagen"), ("2022-01-06", "Trettondedag jul"), ("2022-04-15", "Långfredagen"), ("2022-04-17", "Påskdagen"), ("2022-04-18", "Annandag påsk"), ("2022-05-01", "Första maj"), ("2022-05-26", "Kristi himmelsfärdsdag"), ("2022-06-05", "Pingstdagen"), ("2022-06-06", "Sveriges nationaldag"), ("2022-06-24", "Midsommarafton"), ("2022-06-25", "Midsommardagen"), ("2022-11-05", "Alla helgons dag"), ("2022-12-24", "Julafton"), ("2022-12-25", "Juldagen"), ("2022-12-26", "Annandag jul"), ("2022-12-31", "Nyårsafton"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2018-01-01", "Nyårsdagen"), ("2018-01-06", "Trettondedag jul"), ("2018-01-07", "Söndag"), ("2018-01-14", "Söndag"), ("2018-01-21", "Söndag"), ("2018-01-28", "Söndag"), ("2018-02-04", "Söndag"), ("2018-02-11", "Söndag"), ("2018-02-18", "Söndag"), ("2018-02-25", "Söndag"), ("2018-03-04", "Söndag"), ("2018-03-11", "Söndag"), ("2018-03-18", "Söndag"), ("2018-03-25", "Söndag"), ("2018-03-30", "Långfredagen"), ("2018-04-01", "Påskdagen; Söndag"), ("2018-04-02", "Annandag påsk"), ("2018-04-08", "Söndag"), ("2018-04-15", "Söndag"), ("2018-04-22", "Söndag"), ("2018-04-29", "Söndag"), ("2018-05-01", "Första maj"), ("2018-05-06", "Söndag"), ("2018-05-10", "Kristi himmelsfärdsdag"), ("2018-05-13", "Söndag"), ("2018-05-20", "Pingstdagen; Söndag"), ("2018-05-27", "Söndag"), ("2018-06-03", "Söndag"), ("2018-06-06", "Sveriges nationaldag"), ("2018-06-10", "Söndag"), ("2018-06-17", "Söndag"), ("2018-06-22", "Midsommarafton"), ("2018-06-23", "Midsommardagen"), ("2018-06-24", "Söndag"), ("2018-07-01", "Söndag"), ("2018-07-08", "Söndag"), ("2018-07-15", "Söndag"), ("2018-07-22", "Söndag"), ("2018-07-29", "Söndag"), ("2018-08-05", "Söndag"), ("2018-08-12", "Söndag"), ("2018-08-19", "Söndag"), ("2018-08-26", "Söndag"), ("2018-09-02", "Söndag"), ("2018-09-09", "Söndag"), ("2018-09-16", "Söndag"), ("2018-09-23", "Söndag"), ("2018-09-30", "Söndag"), ("2018-10-07", "Söndag"), ("2018-10-14", "Söndag"), ("2018-10-21", "Söndag"), ("2018-10-28", "Söndag"), ("2018-11-03", "Alla helgons dag"), ("2018-11-04", "Söndag"), ("2018-11-11", "Söndag"), ("2018-11-18", "Söndag"), ("2018-11-25", "Söndag"), ("2018-12-02", "Söndag"), ("2018-12-09", "Söndag"), ("2018-12-16", "Söndag"), ("2018-12-23", "Söndag"), ("2018-12-24", "Julafton"), ("2018-12-25", "Juldagen"), ("2018-12-26", "Annandag jul"), ("2018-12-30", "Söndag"), ("2018-12-31", "Nyårsafton"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2018-01-01", "New Year's Day"), ("2018-01-06", "Epiphany"), ("2018-01-07", "Sunday"), ("2018-01-14", "Sunday"), ("2018-01-21", "Sunday"), ("2018-01-28", "Sunday"), ("2018-02-04", "Sunday"), ("2018-02-11", "Sunday"), ("2018-02-18", "Sunday"), ("2018-02-25", "Sunday"), ("2018-03-04", "Sunday"), ("2018-03-11", "Sunday"), ("2018-03-18", "Sunday"), ("2018-03-25", "Sunday"), ("2018-03-30", "Good Friday"), ("2018-04-01", "Easter Sunday; Sunday"), ("2018-04-02", "Easter Monday"), ("2018-04-08", "Sunday"), ("2018-04-15", "Sunday"), ("2018-04-22", "Sunday"), ("2018-04-29", "Sunday"), ("2018-05-01", "May Day"), ("2018-05-06", "Sunday"), ("2018-05-10", "Ascension Day"), ("2018-05-13", "Sunday"), ("2018-05-20", "Sunday; Whit Sunday"), ("2018-05-27", "Sunday"), ("2018-06-03", "Sunday"), ("2018-06-06", "National Day of Sweden"), ("2018-06-10", "Sunday"), ("2018-06-17", "Sunday"), ("2018-06-22", "Midsummer Eve"), ("2018-06-23", "Midsummer Day"), ("2018-06-24", "Sunday"), ("2018-07-01", "Sunday"), ("2018-07-08", "Sunday"), ("2018-07-15", "Sunday"), ("2018-07-22", "Sunday"), ("2018-07-29", "Sunday"), ("2018-08-05", "Sunday"), ("2018-08-12", "Sunday"), ("2018-08-19", "Sunday"), ("2018-08-26", "Sunday"), ("2018-09-02", "Sunday"), ("2018-09-09", "Sunday"), ("2018-09-16", "Sunday"), ("2018-09-23", "Sunday"), ("2018-09-30", "Sunday"), ("2018-10-07", "Sunday"), ("2018-10-14", "Sunday"), ("2018-10-21", "Sunday"), ("2018-10-28", "Sunday"), ("2018-11-03", "All Saints' Day"), ("2018-11-04", "Sunday"), ("2018-11-11", "Sunday"), ("2018-11-18", "Sunday"), ("2018-11-25", "Sunday"), ("2018-12-02", "Sunday"), ("2018-12-09", "Sunday"), ("2018-12-16", "Sunday"), ("2018-12-23", "Sunday"), ("2018-12-24", "Christmas Eve"), ("2018-12-25", "Christmas Day"), ("2018-12-26", "Second Day of Christmas"), ("2018-12-30", "Sunday"), ("2018-12-31", "New Year's Eve"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2018-01-01", "วันขึ้นปีใหม่"), ("2018-01-06", "วันสมโภชพระคริสต์แสดงองค์"), ("2018-01-07", "วันอาทิตย์"), ("2018-01-14", "วันอาทิตย์"), ("2018-01-21", "วันอาทิตย์"), ("2018-01-28", "วันอาทิตย์"), ("2018-02-04", "วันอาทิตย์"), ("2018-02-11", "วันอาทิตย์"), ("2018-02-18", "วันอาทิตย์"), ("2018-02-25", "วันอาทิตย์"), ("2018-03-04", "วันอาทิตย์"), ("2018-03-11", "วันอาทิตย์"), ("2018-03-18", "วันอาทิตย์"), ("2018-03-25", "วันอาทิตย์"), ("2018-03-30", "วันศุกร์ประเสริฐ"), ("2018-04-01", "วันอาทิตย์; วันอาทิตย์อีสเตอร์"), ("2018-04-02", "วันจันทร์อีสเตอร์"), ("2018-04-08", "วันอาทิตย์"), ("2018-04-15", "วันอาทิตย์"), ("2018-04-22", "วันอาทิตย์"), ("2018-04-29", "วันอาทิตย์"), ("2018-05-01", "วันเมย์เดย์ (วันแรงงาน)"), ("2018-05-06", "วันอาทิตย์"), ("2018-05-10", "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์"), ("2018-05-13", "วันอาทิตย์"), ("2018-05-20", "วันสมโภชพระจิตเจ้า; วันอาทิตย์"), ("2018-05-27", "วันอาทิตย์"), ("2018-06-03", "วันอาทิตย์"), ("2018-06-06", "วันชาติสวีเดน"), ("2018-06-10", "วันอาทิตย์"), ("2018-06-17", "วันอาทิตย์"), ("2018-06-22", "วันก่อนวันกลางฤดูร้อน"), ("2018-06-23", "วันกลางฤดูร้อน"), ("2018-06-24", "วันอาทิตย์"), ("2018-07-01", "วันอาทิตย์"), ("2018-07-08", "วันอาทิตย์"), ("2018-07-15", "วันอาทิตย์"), ("2018-07-22", "วันอาทิตย์"), ("2018-07-29", "วันอาทิตย์"), ("2018-08-05", "วันอาทิตย์"), ("2018-08-12", "วันอาทิตย์"), ("2018-08-19", "วันอาทิตย์"), ("2018-08-26", "วันอาทิตย์"), ("2018-09-02", "วันอาทิตย์"), ("2018-09-09", "วันอาทิตย์"), ("2018-09-16", "วันอาทิตย์"), ("2018-09-23", "วันอาทิตย์"), ("2018-09-30", "วันอาทิตย์"), ("2018-10-07", "วันอาทิตย์"), ("2018-10-14", "วันอาทิตย์"), ("2018-10-21", "วันอาทิตย์"), ("2018-10-28", "วันอาทิตย์"), ("2018-11-03", "วันสมโภชนักบุญทั้งหลาย"), ("2018-11-04", "วันอาทิตย์"), ("2018-11-11", "วันอาทิตย์"), ("2018-11-18", "วันอาทิตย์"), ("2018-11-25", "วันอาทิตย์"), ("2018-12-02", "วันอาทิตย์"), ("2018-12-09", "วันอาทิตย์"), ("2018-12-16", "วันอาทิตย์"), ("2018-12-23", "วันอาทิตย์"), ("2018-12-24", "วันคริสต์มาสอีฟ"), ("2018-12-25", "วันคริสต์มาส"), ("2018-12-26", "วันคริสต์มาสวันที่สอง"), ("2018-12-30", "วันอาทิตย์"), ("2018-12-31", "วันสิ้นปี"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2018-01-01", "Новий рік"), ("2018-01-06", "Богоявлення"), ("2018-01-07", "Неділя"), ("2018-01-14", "Неділя"), ("2018-01-21", "Неділя"), ("2018-01-28", "Неділя"), ("2018-02-04", "Неділя"), ("2018-02-11", "Неділя"), ("2018-02-18", "Неділя"), ("2018-02-25", "Неділя"), ("2018-03-04", "Неділя"), ("2018-03-11", "Неділя"), ("2018-03-18", "Неділя"), ("2018-03-25", "Неділя"), ("2018-03-30", "Страсна пʼятниця"), ("2018-04-01", "Великдень; Неділя"), ("2018-04-02", "Великодній понеділок"), ("2018-04-08", "Неділя"), ("2018-04-15", "Неділя"), ("2018-04-22", "Неділя"), ("2018-04-29", "Неділя"), ("2018-05-01", "Перше травня"), ("2018-05-06", "Неділя"), ("2018-05-10", "Вознесіння Господнє"), ("2018-05-13", "Неділя"), ("2018-05-20", "Неділя; Трійця"), ("2018-05-27", "Неділя"), ("2018-06-03", "Неділя"), ("2018-06-06", "Національний день Швеції"), ("2018-06-10", "Неділя"), ("2018-06-17", "Неділя"), ("2018-06-22", "Переддень літнього сонцестояння"), ("2018-06-23", "День літнього сонцестояння"), ("2018-06-24", "Неділя"), ("2018-07-01", "Неділя"), ("2018-07-08", "Неділя"), ("2018-07-15", "Неділя"), ("2018-07-22", "Неділя"), ("2018-07-29", "Неділя"), ("2018-08-05", "Неділя"), ("2018-08-12", "Неділя"), ("2018-08-19", "Неділя"), ("2018-08-26", "Неділя"), ("2018-09-02", "Неділя"), ("2018-09-09", "Неділя"), ("2018-09-16", "Неділя"), ("2018-09-23", "Неділя"), ("2018-09-30", "Неділя"), ("2018-10-07", "Неділя"), ("2018-10-14", "Неділя"), ("2018-10-21", "Неділя"), ("2018-10-28", "Неділя"), ("2018-11-03", "День усіх святих"), ("2018-11-04", "Неділя"), ("2018-11-11", "Неділя"), ("2018-11-18", "Неділя"), ("2018-11-25", "Неділя"), ("2018-12-02", "Неділя"), ("2018-12-09", "Неділя"), ("2018-12-16", "Неділя"), ("2018-12-23", "Неділя"), ("2018-12-24", "Святий вечір"), ("2018-12-25", "Різдво Христове"), ("2018-12-26", "Другий день Різдва"), ("2018-12-30", "Неділя"), ("2018-12-31", "Переддень Нового року"), ) holidays-0.71/tests/countries/test_switzerland.py000066400000000000000000000710301500152103600224030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import HALF_DAY, OPTIONAL, PUBLIC from holidays.countries.switzerland import Switzerland, CH, CHE from tests.common import CommonCountryTests class TestSwitzerland(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1970, 2050) super().setUpClass(Switzerland, years=years) cls.prov_hols = {prov: CH(subdiv=prov, years=years) for prov in CH.subdivisions} cls.prov_hols_optional = { prov: CH(categories=OPTIONAL, subdiv=prov, years=years) for prov in CH.subdivisions } def test_country_aliases(self): self.assertAliases(Switzerland, CH, CHE) def test_all_holidays_present(self): y_2018 = set() for p in CH.subdivisions: y_2018.update( CH(categories=(HALF_DAY, OPTIONAL, PUBLIC), years=2018, subdiv=p).values() ) all_h = { # Holidays names in their chronological order. "Neujahrstag", "Berchtoldstag", "Heilige Drei Könige", "Jahrestag der Ausrufung der Republik", "Josefstag", "Näfelser Fahrt", "Karfreitag", "Ostermontag", "Tag der Arbeit", "Auffahrt", "Pfingstmontag", "Fronleichnam", "Fest der Unabhängigkeit", "Peter und Paul", "Nationalfeiertag", "Mariä Himmelfahrt", "Bettagsmontag", "Bruder Klaus", "Allerheiligen", "Mariä Empfängnis", "Genfer Bettag", "Weihnachten", "Stephanstag", "Wiederherstellung der Republik", } self.assertEqual( all_h, y_2018, f"missing: {all_h - y_2018 or 'no'}, extra: {y_2018 - all_h or 'no'}", ) def test_fixed_holidays(self): # New Year's Day. self.assertHolidayName("Neujahrstag", (f"{year}-01-01" for year in range(1970, 2050))) # National Day. self.assertHolidayName("Nationalfeiertag", (f"{year}-08-01" for year in range(1970, 2050))) # Christmas Day. self.assertHolidayName("Weihnachten", (f"{year}-12-25" for year in range(1970, 2050))) def test_berchtolds_day(self): name = "Berchtoldstag" provinces_that_have = {"AG", "BE", "JU", "LU", "TG", "VD", "ZH"} provinces_optional = {"FR", "GL", "NW", "OW", "SG", "SH", "SO", "VS", "ZG"} self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName( name, holidays, (f"{year}-01-02" for year in range(1970, 2050)) ) elif province != "NE": self.assertNoHoliday(holidays, (f"{year}-01-02" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) for province, holidays in self.prov_hols_optional.items(): if province in provinces_optional: self.assertHolidayName( name, holidays, (f"{year}-01-02" for year in range(1970, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-01-02" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) # When holiday present in NE. ne_years = {1978, 1984, 1989, 1995, 2006, 2012, 2017, 2023, 2034, 2040, 2045} self.assertHolidayName(name, self.prov_hols["NE"], (f"{year}-01-02" for year in ne_years)) self.assertNoHoliday( self.prov_hols["NE"], (f"{year}-01-02" for year in set(range(1970, 2050)).difference(ne_years)), ) def test_epiphany(self): name = "Heilige Drei Könige" provinces_that_have = {"SZ", "TI", "UR"} self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName( name, holidays, (f"{year}-01-06" for year in range(1970, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-01-06" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) def test_republic_day(self): name = "Jahrestag der Ausrufung der Republik" self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province == "NE": self.assertHolidayName( name, holidays, (f"{year}-03-01" for year in range(1970, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-03-01" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) def test_st_josephs_day(self): name = "Josefstag" provinces_that_have = {"NW", "SZ", "TI", "UR", "VS"} self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName( name, holidays, (f"{year}-03-19" for year in range(1970, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-03-19" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) def test_nafels_ride(self): name = "Näfelser Fahrt" known_good = ( "2018-04-05", "2019-04-04", "2020-04-02", "2021-04-08", "2022-04-07", "2023-04-13", "2024-04-04", "2025-04-03", "2026-04-09", "2027-04-01", "2028-04-06", "2029-04-05", "2030-04-04", "2031-04-03", "2032-04-01", "2033-04-07", "2034-04-13", "2035-04-05", ) self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province == "GL": self.assertHolidayName(name, holidays, known_good) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) self.assertNoHolidayName(name, CH(subdiv="GL", years=1834)) def test_good_friday(self): name = "Karfreitag" known_good = ( "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", "2025-04-18", "2026-04-03", "2027-03-26", "2028-04-14", "2029-03-30", "2030-04-19", "2031-04-11", "2032-03-26", "2033-04-15", "2034-04-07", "2035-03-23", ) provinces_that_dont = {"TI", "VS"} provinces_optional = {"GR"} provinces_that_have = set(CH.subdivisions) - provinces_that_dont - provinces_optional self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName(name, holidays, known_good) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) for province, holidays in self.prov_hols_optional.items(): if province in provinces_optional: self.assertHolidayName(name, holidays, known_good) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) def test_easter_monday(self): name = "Ostermontag" known_good = ( "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", "2025-04-21", "2026-04-06", "2027-03-29", "2028-04-17", "2029-04-02", "2030-04-22", "2031-04-14", "2032-03-29", "2033-04-18", "2034-04-10", "2035-03-26", ) provinces_that_dont = {"NE", "SO"} provinces_optional = {"FR", "NW", "OW", "VS", "ZG"} provinces_that_have = set(CH.subdivisions) - provinces_that_dont - provinces_optional self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName(name, holidays, known_good) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) for province, holidays in self.prov_hols_optional.items(): if province in provinces_optional: self.assertHolidayName(name, holidays, known_good) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) def test_labor_day(self): name = "Tag der Arbeit" provinces_that_have = {"AG", "BL", "BS", "JU", "NE", "SH", "TG", "TI", "ZH"} self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName( name, holidays, (f"{year}-05-01" for year in range(1970, 2050)) ) else: self.assertNoHolidayName( name, holidays, (f"{year}-05-01" for year in range(1970, 2050)) ) self.assertNoHolidayName(name, holidays) self.assertHolidayName( name, CH(categories=HALF_DAY, subdiv="SO", years=range(1970, 2050)), (f"{year}-05-01" for year in range(1970, 2050)), ) def test_ascension_day(self): name = "Auffahrt" known_good = ( "2018-05-10", "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", "2023-05-18", "2024-05-09", "2025-05-29", "2026-05-14", "2027-05-06", "2028-05-25", "2029-05-10", "2030-05-30", "2031-05-22", "2032-05-06", "2033-05-26", "2034-05-18", "2035-05-03", ) self.assertHolidayName(name, known_good) self.assertHolidayName(name, range(1970, 2050)) for holidays in self.prov_hols.values(): self.assertHolidayName(name, holidays, known_good) def test_whit_monday(self): name = "Pfingstmontag" known_good = ( "2018-05-21", "2019-06-10", "2020-06-01", "2021-05-24", "2022-06-06", "2023-05-29", "2024-05-20", "2025-06-09", "2026-05-25", "2027-05-17", "2028-06-05", "2029-05-21", "2030-06-10", "2031-06-02", "2032-05-17", "2033-06-06", "2034-05-29", "2035-05-14", ) provinces_that_dont = {"NE", "SO"} provinces_optional = {"FR", "NW", "OW", "VS", "ZG"} provinces_that_have = set(CH.subdivisions) - provinces_that_dont - provinces_optional self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName(name, holidays, known_good) elif province in provinces_that_dont: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) for province, holidays in self.prov_hols_optional.items(): if province in provinces_optional: self.assertHolidayName(name, holidays, known_good) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) def test_corpus_christi(self): name = "Fronleichnam" known_good = ( "2014-06-19", "2015-06-04", "2016-05-26", "2017-06-15", "2018-05-31", "2019-06-20", "2020-06-11", "2021-06-03", "2022-06-16", "2023-06-08", "2024-05-30", ) provinces_that_have = { "AG", "AI", "JU", "LU", "NE", "NW", "OW", "SZ", "TI", "UR", "VS", "ZG", } self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName(name, holidays, known_good) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) def test_independence_day(self): name = "Fest der Unabhängigkeit" self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province == "JU": self.assertHolidayName( name, holidays, (f"{year}-06-23" for year in range(1970, 2050)) ) else: self.assertNoHolidayName( name, holidays, (f"{year}-06-23" for year in range(1970, 2050)) ) self.assertNoHolidayName(name, holidays) def test_saints_peter_and_paul(self): name = "Peter und Paul" self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province == "TI": self.assertHolidayName( name, holidays, (f"{year}-06-29" for year in range(1970, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-06-29" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) def test_assumption_day(self): name = "Mariä Himmelfahrt" provinces_that_have = {"AG", "AI", "JU", "LU", "NW", "OW", "SZ", "TI", "UR", "VS", "ZG"} self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName( name, holidays, (f"{year}-08-15" for year in range(1970, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-08-15" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) def test_prayer_monday(self): name = "Bettagsmontag" known_good = ( "2014-09-22", "2015-09-21", "2016-09-19", "2017-09-18", "2018-09-17", "2019-09-16", "2020-09-21", "2021-09-20", "2022-09-19", "2023-09-18", "2024-09-16", ) self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province == "VD": self.assertHolidayName(name, holidays, known_good) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) def test_saint_nicholas(self): name = "Bruder Klaus" self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province == "OW": self.assertHolidayName( name, holidays, (f"{year}-09-25" for year in range(1970, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-09-25" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) def test_all_saints_day(self): name = "Allerheiligen" provinces_that_have = { "AG", "AI", "GL", "JU", "LU", "NW", "OW", "SG", "SZ", "TI", "UR", "VS", "ZG", } self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName( name, holidays, (f"{year}-11-01" for year in range(1970, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-11-01" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) def test_genevan_fast(self): name = "Genfer Bettag" known_good = ( "2014-09-11", "2015-09-10", "2016-09-08", "2017-09-07", "2018-09-06", "2019-09-05", "2020-09-10", "2021-09-09", "2022-09-08", "2023-09-07", "2024-09-05", "2025-09-11", ) self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province == "GE": self.assertHolidayName(name, holidays, known_good) else: self.assertNoHoliday(holidays, known_good) self.assertNoHolidayName(name, holidays) def test_immaculate_conception(self): name = "Mariä Empfängnis" provinces_that_have = {"AG", "AI", "LU", "NW", "OW", "SZ", "TI", "UR", "VS", "ZG"} self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName( name, holidays, (f"{year}-12-08" for year in range(1970, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-12-08" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) def test_saint_stephens_day(self): name = "Stephanstag" provinces_that_have = { "AG", "BL", "BS", "BE", "GL", "GR", "LU", "SG", "SH", "SZ", "TG", "TI", "ZH", } provinces_optional = {"FR", "NW", "OW", "VS", "ZG"} provinces_that_dont = ( set(CH.subdivisions) - provinces_that_have - provinces_optional - {"AI", "AR", "NE", "UR"} ) self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province in provinces_that_have: self.assertHolidayName( name, holidays, (f"{year}-12-26" for year in range(1970, 2050)) ) elif province in provinces_that_dont: self.assertNoHoliday(holidays, (f"{year}-12-26" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) for province, holidays in self.prov_hols_optional.items(): if province in provinces_optional: self.assertHolidayName( name, holidays, (f"{year}-12-26" for year in range(1970, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-12-26" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) # When holiday present in NE. ne_years_have = {1977, 1983, 1988, 1994, 2005, 2011, 2016, 2022, 2033, 2039, 2044} self.assertHolidayName( name, self.prov_hols["NE"], (f"{year}-12-26" for year in ne_years_have) ) self.assertNoHoliday( self.prov_hols["NE"], (f"{year}-12-26" for year in set(range(1970, 2050)).difference(ne_years_have)), ) # When holiday not present in AI, AR, UR. ai_ar_ur_years_dont = { 1970, 1972, 1978, 1981, 1987, 1989, 1992, 1995, 1998, 2000, 2006, 2009, 2015, 2017, 2020, 2023, 2026, 2028, 2034, 2037, 2043, 2045, 2048, } for province in ("AI", "AR", "UR"): self.assertHolidayName( name, self.prov_hols[province], set(range(1970, 2050)).difference(ai_ar_ur_years_dont), ) self.assertNoHoliday( self.prov_hols[province], (f"{year}-12-26" for year in (f"{year}-12-26" for year in ai_ar_ur_years_dont)), ) def test_restoration_day(self): name = "Wiederherstellung der Republik" self.assertNoHolidayName(name) for province, holidays in self.prov_hols.items(): if province == "GE": self.assertHolidayName( name, holidays, (f"{year}-12-31" for year in range(1970, 2050)) ) else: self.assertNoHoliday(holidays, (f"{year}-12-31" for year in range(1970, 2050))) self.assertNoHolidayName(name, holidays) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Neujahrstag"), ("2023-01-02", "Berchtoldstag"), ("2023-01-06", "Heilige Drei Könige"), ("2023-03-01", "Jahrestag der Ausrufung der Republik"), ("2023-03-19", "Josefstag"), ("2023-04-07", "Karfreitag"), ("2023-04-10", "Ostermontag"), ("2023-04-13", "Näfelser Fahrt"), ("2023-05-01", "Tag der Arbeit"), ("2023-05-18", "Auffahrt"), ("2023-05-29", "Pfingstmontag"), ("2023-06-08", "Fronleichnam"), ("2023-06-23", "Fest der Unabhängigkeit"), ("2023-06-29", "Peter und Paul"), ("2023-08-01", "Nationalfeiertag"), ("2023-08-15", "Mariä Himmelfahrt"), ("2023-09-07", "Genfer Bettag"), ("2023-09-18", "Bettagsmontag"), ("2023-09-25", "Bruder Klaus"), ("2023-11-01", "Allerheiligen"), ("2023-12-08", "Mariä Empfängnis"), ("2023-12-25", "Weihnachten"), ("2023-12-26", "Stephanstag"), ("2023-12-31", "Wiederherstellung der Republik"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-02", "Saint Berchtold's Day"), ("2023-01-06", "Epiphany"), ("2023-03-01", "Republic Day"), ("2023-03-19", "Saint Joseph's Day"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-04-13", "Battle of Naefels Victory Day"), ("2023-05-01", "Labor Day"), ("2023-05-18", "Ascension Day"), ("2023-05-29", "Whit Monday"), ("2023-06-08", "Corpus Christi"), ("2023-06-23", "Independence Day"), ("2023-06-29", "Saints Peter and Paul"), ("2023-08-01", "National Day"), ("2023-08-15", "Assumption Day"), ("2023-09-07", "Genevan Fast"), ("2023-09-18", "Prayer Monday"), ("2023-09-25", "Saint Nicholas of Flüe"), ("2023-11-01", "All Saints' Day"), ("2023-12-08", "Immaculate Conception"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Saint Stephen's Day"), ("2023-12-31", "Restoration Day"), ) def test_l10n_fr(self): self.assertLocalizedHolidays( "fr", ("2023-01-01", "Nouvel An"), ("2023-01-02", "Saint-Berchtold"), ("2023-01-06", "Épiphanie"), ("2023-03-01", "Instauration de la République"), ("2023-03-19", "Saint-Joseph"), ("2023-04-07", "Vendredi saint"), ("2023-04-10", "Lundi de Pâques"), ("2023-04-13", "Fahrtsfest"), ("2023-05-01", "Fête du Travail"), ("2023-05-18", "Ascension"), ("2023-05-29", "Lundi de Pentecôte"), ("2023-06-08", "Fête-Dieu"), ("2023-06-23", "Commémoration du plébiscite"), ("2023-06-29", "Saint-Pierre et Paul"), ("2023-08-01", "Fête nationale"), ("2023-08-15", "Assomption"), ("2023-09-07", "Jeûne genevois"), ("2023-09-18", "Lundi du Jeûne fédéral"), ("2023-09-25", "Fête de Saint-Nicolas-de-Flüe"), ("2023-11-01", "Toussaint"), ("2023-12-08", "Immaculée Conception"), ("2023-12-25", "Noël"), ("2023-12-26", "Saint-Étienne"), ("2023-12-31", "Restauration de la République"), ) def test_l10n_it(self): self.assertLocalizedHolidays( "it", ("2023-01-01", "Capodanno"), ("2023-01-02", "Giorno di Bertoldo"), ("2023-01-06", "Epifania"), ("2023-03-01", "Giorno della Repubblica"), ("2023-03-19", "San Giuseppe"), ("2023-04-07", "Venerdì Santo"), ("2023-04-10", "Lunedì dell'Angelo"), ("2023-04-13", "Battaglia di Näfels"), ("2023-05-01", "Festa del lavoro"), ("2023-05-18", "Ascensione di Gesù"), ("2023-05-29", "Lunedì di Pentecoste"), ("2023-06-08", "Corpus Domini"), ("2023-06-23", "Festa dell'Indipendenza"), ("2023-06-29", "Santi Pietro e Paolo"), ("2023-08-01", "Festa nazionale"), ("2023-08-15", "Assunzione di Maria"), ("2023-09-07", "Jeûne genevois"), ("2023-09-18", "Digiuno Ginevrino"), ("2023-09-25", "Nicolao della Flüe"), ("2023-11-01", "Ognissanti"), ("2023-12-08", "Immacolata Concezione"), ("2023-12-25", "Natale"), ("2023-12-26", "Giorno di Santo Stefano"), ("2023-12-31", "Restauration genevoise"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "Новий рік"), ("2023-01-02", "День Святого Бертольда"), ("2023-01-06", "Богоявлення"), ("2023-03-01", "Річниця проголошення Республіки"), ("2023-03-19", "День Святого Йосипа"), ("2023-04-07", "Страсна пʼятниця"), ("2023-04-10", "Великодній понеділок"), ("2023-04-13", "Свято перемоги під Нефельсом"), ("2023-05-01", "День праці"), ("2023-05-18", "Вознесіння Господнє"), ("2023-05-29", "День Святого Духа"), ("2023-06-08", "Свято Тіла і Крові Христових"), ("2023-06-23", "День незалежності"), ("2023-06-29", "День Святих Петра і Павла"), ("2023-08-01", "Національне свято"), ("2023-08-15", "Внебовзяття Пресвятої Діви Марії"), ("2023-09-07", "Женевський піст"), ("2023-09-18", "Молитовний понеділок"), ("2023-09-25", "День Святого Ніклауса з Флюе"), ("2023-11-01", "День усіх святих"), ("2023-12-08", "Непорочне зачаття Діви Марії"), ("2023-12-25", "Різдво Христове"), ("2023-12-26", "День Святого Стефана"), ("2023-12-31", "День відновлення республіки"), ) holidays-0.71/tests/countries/test_taiwan.py000066400000000000000000001435441500152103600213320ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import GOVERNMENT, OPTIONAL, PUBLIC, SCHOOL, WORKDAY from holidays.countries.taiwan import Taiwan, TW, TWN from tests.common import CommonCountryTests, WorkingDayTests class TestTaiwan(CommonCountryTests, WorkingDayTests, TestCase): @classmethod def setUpClass(cls): years = range(1998, 2050) super().setUpClass(Taiwan, years=years, years_non_observed=years) cls.government_holidays = Taiwan(categories=GOVERNMENT, years=years) cls.optional_holidays = Taiwan(categories=OPTIONAL, years=years) cls.optional_holidays_observed = Taiwan(categories=OPTIONAL, years=years, observed=False) cls.school_holidays = Taiwan(categories=SCHOOL, years=years) cls.workday_holidays = Taiwan(categories=WORKDAY, years=years) def test_country_aliases(self): self.assertAliases(Taiwan, TW, TWN) def test_no_holidays(self): self.assertNoHolidays(Taiwan(years=1997, categories=(OPTIONAL, PUBLIC, WORKDAY))) self.assertNoHolidays(Taiwan(years=(1997, 2001), categories=(GOVERNMENT, SCHOOL))) def test_substituted_holidays(self): self.assertHoliday( "2000-04-03", "2001-01-22", "2005-02-07", "2006-10-09", "2007-02-23", "2007-04-06", "2007-06-18", "2007-09-24", "2009-01-02", "2009-01-30", "2009-05-29", "2010-02-19", "2012-01-27", "2012-02-27", "2012-12-31", "2013-02-15", "2013-09-20", "2015-01-02", "2016-02-12", "2016-06-10", "2016-09-16", "2017-02-27", "2017-05-29", "2017-10-09", "2018-04-06", "2018-12-31", "2019-02-08", "2019-03-01", "2019-10-11", "2020-01-23", "2020-06-26", "2020-10-02", "2021-02-10", "2021-09-20", "2022-02-04", "2023-01-20", "2023-01-27", "2023-02-27", "2023-04-03", "2023-06-23", "2023-10-09", "2024-02-08", "2025-01-27", ) def test_workdays(self): self.assertWorkingDay( "2000-04-08", "2001-01-20", "2005-02-05", "2006-10-14", "2007-03-03", "2007-04-14", "2007-06-23", "2007-09-29", "2009-01-10", "2009-01-17", "2009-06-06", "2010-02-06", "2012-02-04", "2012-03-03", "2012-12-22", "2013-02-23", "2013-09-14", "2014-12-27", "2016-01-30", "2016-06-04", "2016-09-10", "2017-02-18", "2017-06-03", "2017-09-30", "2018-03-31", "2018-12-22", "2019-01-19", "2019-02-23", "2019-10-05", "2020-02-15", "2020-06-20", "2020-09-26", "2021-02-20", "2021-09-11", "2022-01-22", "2023-01-07", "2023-02-04", "2023-02-18", "2023-03-25", "2023-06-17", "2023-09-23", "2024-02-17", "2025-02-08", ) for year, dts in { 2014: ("2014-12-27",), }.items(): self.assertWorkingDay(Taiwan(years=year), dts) def test_foundation_day_of_the_republic_of_china(self): name = "中華民國開國紀念日" # Government Holidays self.assertHolidayName( name, self.government_holidays, (f"{year}-01-02" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.government_holidays, range(2001, 2050)) # Public Holidays. self.assertHolidayName(name, (f"{year}-01-01" for year in range(1998, 2050))) obs_dt = ( "1999-01-02", "2017-01-02", "2021-12-31", "2023-01-02", ) self.assertHolidayName(f"{name}(慶祝)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) # School Holidays self.assertHolidayName( name, self.school_holidays, (f"{year}-01-02" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.school_holidays, range(2001, 2050)) def test_chinese_new_year(self): name_eve = "農曆除夕" name = "春節" # Public Holidays. self.assertHolidayName( name_eve, "2011-02-02", "2012-01-22", "2013-02-09", "2014-01-30", "2015-02-18", "2016-02-07", "2017-01-27", "2018-02-15", "2019-02-04", "2020-01-24", "2021-02-11", "2022-01-31", "2023-01-21", "2024-02-09", ) self.assertHolidayName(name_eve, range(1998, 2050)) # CNY itself. self.assertHolidayName( name, "2015-02-19", "2016-02-08", "2017-01-28", "2018-02-16", "2019-02-05", "2020-01-25", "2021-02-12", "2022-02-01", "2023-01-22", "2024-02-10", ) # CNY Day 2. self.assertHolidayName( name, "2015-02-20", "2016-02-09", "2017-01-29", "2018-02-17", "2019-02-06", "2020-01-26", "2021-02-13", "2022-02-02", "2023-01-23", "2024-02-11", ) # CNY Day 3. self.assertHolidayName( name, "2015-02-21", "2016-02-10", "2017-01-30", "2018-02-18", "2019-02-07", "2020-01-27", "2021-02-14", "2022-02-03", "2023-01-24", "2024-02-12", ) self.assertHolidayName(name, range(1998, 2050)) obs_eve_dt = ( "2006-02-01", "2007-02-21", "2009-01-29", "2010-02-17", "2012-01-26", "2013-02-13", "2016-02-11", "2023-01-25", ) obs_dt = ( "1998-01-31", "2003-02-04", "2003-02-05", "2004-01-26", "2006-02-02", "2007-02-22", "2008-02-11", "2010-02-18", "2011-02-07", "2013-02-14", "2014-02-03", "2014-02-04", "2015-02-23", "2017-01-31", "2017-02-01", "2018-02-19", "2018-02-20", "2020-01-28", "2020-01-29", "2021-02-15", "2021-02-16", "2023-01-26", "2024-02-13", ) self.assertHolidayName(f"{name_eve}(慶祝)", obs_eve_dt) self.assertHolidayName(f"{name}(慶祝)", obs_dt) self.assertNoNonObservedHoliday(obs_eve_dt, obs_dt) def test_taoism_day(self): name = "道教節" # Workdays. self.assertHolidayName( name, self.workday_holidays, "2015-02-19", "2016-02-08", "2017-01-28", "2018-02-16", "2019-02-05", "2020-01-25", "2021-02-12", "2022-02-01", "2023-01-22", "2024-02-10", ) self.assertHolidayName(name, self.workday_holidays, range(2001, 2050)) self.assertNoHolidayName(name, self.workday_holidays, range(1998, 2001)) self.assertNoHolidayName(name) def test_peace_memorial_day(self): name = "和平紀念日" # Public Holidays. self.assertHolidayName(name, (f"{year}-02-28" for year in range(1998, 2050))) obs_dt = ( "2015-02-27", "2016-02-29", "2021-03-01", ) self.assertHolidayName(f"{name}(慶祝)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_arbor_day(self): name = "植樹節" # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-03-12" for year in range(1998, 2050)) ) self.assertNoHolidayName(name) def test_dr_sun_yat_sens_memorial_day(self): name = "國父逝世紀念日" # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-03-12" for year in range(1998, 2050)) ) self.assertNoHolidayName(name) def test_anti_aggression_day(self): name = "反侵略日" # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-03-14" for year in range(2006, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1998, 2006)) self.assertNoHolidayName(name) def test_revolutionary_martyrs_memorial_day(self): name = "革命先烈紀念日" # Government Holidays. self.assertHolidayName( name, self.government_holidays, (f"{year}-03-29" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.government_holidays, range(2001, 2050)) # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-03-29" for year in range(2001, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1998, 2000)) self.assertNoHolidayName(name) def test_youth_day(self): name = "青年節" # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-03-29" for year in range(1998, 2050)) ) self.assertNoHolidayName(name) def test_childrens_day(self): name = "兒童節" # Optional Holidays. obs_dt = ( "1998-04-04", "1999-04-04", "2000-04-03", ) self.assertHolidayName(f"{name}(慶祝)", self.optional_holidays, obs_dt) self.assertNoNonObservedHoliday(self.optional_holidays_observed, obs_dt) # Public Holidays. self.assertHolidayName(name, (f"{year}-04-04" for year in range(2011, 2050))) self.assertNoHolidayName(name, range(1998, 2011)) obs_dt = ( "2013-04-05", "2015-04-03", "2016-04-05", "2017-04-03", "2020-04-03", "2021-04-02", "2024-04-05", "2025-04-03", ) self.assertHolidayName(f"{name}(慶祝)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-04-04" for year in range(1998, 2011)) ) self.assertNoHolidayName(name, self.workday_holidays, range(2011, 2050)) def test_womens_day(self): name = "婦女節" # Optional Holidays. obs_dt = ( "1998-04-04", "1999-04-04", "2000-04-03", ) self.assertHolidayName(f"{name}(慶祝)", self.optional_holidays, obs_dt) self.assertNoNonObservedHoliday(self.optional_holidays_observed, obs_dt) self.assertNoHolidayName(name) # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-03-08" for year in range(1998, 2050)) ) def test_tomb_sweeping_day(self): name = "民族掃墓節" # Public Holidays. self.assertHolidayName( name, "2011-04-05", "2012-04-04", "2013-04-04", "2014-04-05", "2015-04-05", "2016-04-04", "2017-04-04", "2018-04-05", "2019-04-05", "2020-04-04", "2021-04-04", "2022-04-05", "2023-04-05", ) self.assertNoHolidayName(name, Taiwan(years=1971)) obs_dt = ( "1998-04-06", "2015-04-06", "2020-04-02", "2021-04-05", ) self.assertHolidayName(f"{name}(慶祝)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_late_president_chiang_kai_sheks_memorial_day(self): name = "先總統蔣公逝世紀念日" # Workdays. self.assertHolidayName( name, self.workday_holidays, "1998-04-05", "2000-04-04", "2001-04-05", "2002-04-05", "2003-04-05", "2004-04-04", "2005-04-05", "2006-04-05", "2007-04-05", ) self.assertNoHolidayName(name, self.workday_holidays, range(2008, 2050)) self.assertNoHolidayName(name) def test_labor_day(self): name = "勞動節" # Optional Holidays. self.assertHolidayName( name, self.optional_holidays, (f"{year}-05-01" for year in range(1998, 2050)) ) self.assertNoHolidayName(name) def test_the_buddhas_birthday(self): name = "佛陀誕辰紀念日" # Public Holidays. self.assertNoHolidayName(name) obs_dt = ("2000-05-14",) self.assertHolidayName(f"{name}(慶祝)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) # Workdays. self.assertHolidayName( name, self.workday_holidays, "2011-05-10", "2012-04-28", "2013-05-17", "2014-05-06", "2015-05-25", "2016-05-14", "2017-05-03", "2018-05-22", "2019-05-12", "2020-04-30", "2021-05-19", "2022-05-08", "2023-05-26", ) self.assertHolidayName(name, self.workday_holidays, range(2000, 2050)) self.assertNoHolidayName(name, self.workday_holidays, range(1998, 2000)) def test_dragon_boat_festival(self): name = "端午節" # Public Holidays. self.assertHolidayName( name, "2011-06-06", "2012-06-23", "2013-06-12", "2014-06-02", "2015-06-20", "2016-06-09", "2017-05-30", "2018-06-18", "2019-06-07", "2020-06-25", "2021-06-14", "2022-06-03", "2023-06-22", ) obs_dt = ( "1999-06-19", "2015-06-19", "2025-05-30", ) self.assertHolidayName(f"{name}(慶祝)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_commemoration_day_of_the_lifting_of_martial_law(self): name = "解嚴紀念日" # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-07-15" for year in range(2008, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1998, 2008)) self.assertNoHolidayName(name) def test_armed_forces_day(self): name = "軍人節" # Optional Holidays. self.assertHolidayName( name, self.optional_holidays, (f"{year}-09-03" for year in range(1998, 2050)) ) obs_dt = ("2000-09-04",) self.assertHolidayName(f"{name}(慶祝)", self.optional_holidays, obs_dt) self.assertNoNonObservedHoliday(self.optional_holidays_observed, obs_dt) self.assertNoHolidayName(name) def test_mid_autumn_festival(self): name = "中秋節" # Public Holidays. self.assertHolidayName( name, "2011-09-12", "2012-09-30", "2013-09-19", "2014-09-08", "2015-09-27", "2016-09-15", "2017-10-04", "2018-09-24", "2019-09-13", "2020-10-01", "2021-09-21", "2022-09-10", "2023-09-29", ) obs_dt = ( "2015-09-28", "2022-09-09", ) self.assertHolidayName(f"{name}(慶祝)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_national_day(self): name = "國慶日" # Public Holidays. self.assertHolidayName(name, (f"{year}-10-10" for year in range(1998, 2050))) obs_dt = ( "2015-10-09", "2020-10-09", "2021-10-11", ) self.assertHolidayName(f"{name}(慶祝)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_confucius_birthday(self): name = "孔子誕辰紀念日" # Government Holidays. self.assertHolidayName( name, self.government_holidays, (f"{year}-09-28" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.government_holidays, range(2001, 2050)) # School Holidays. self.assertHolidayName( name, self.school_holidays, (f"{year}-09-28" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.school_holidays, range(2001, 2050)) # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-09-28" for year in range(2001, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1998, 2000)) self.assertNoHolidayName(name) def test_teachers_day(self): name = "教師節" # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-09-28" for year in range(1998, 2050)) ) self.assertNoHolidayName(name) def test_taiwan_united_nations_day(self): name = "臺灣聯合國日" # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-10-24" for year in range(2008, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1998, 2008)) self.assertNoHolidayName(name) def test_taiwan_retrocession_day(self): name = "臺灣光復節" # Government Holidays. self.assertHolidayName( name, self.government_holidays, (f"{year}-10-25" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.government_holidays, range(2001, 2050)) # School Holidays. self.assertHolidayName( name, self.school_holidays, (f"{year}-10-25" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.school_holidays, range(2001, 2050)) # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-10-25" for year in range(2001, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1998, 2000)) self.assertNoHolidayName(name) def test_late_president_chiang_kai_sheks_birthday(self): name = "先總統 蔣公誕辰紀念日" # Government Holidays. self.assertHolidayName( name, self.government_holidays, (f"{year}-10-31" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.government_holidays, range(2001, 2050)) # School Holidays. self.assertHolidayName( name, self.school_holidays, (f"{year}-10-31" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.school_holidays, range(2001, 2050)) # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-10-31" for year in range(2001, 2007)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1998, 2000), range(2007, 2050)) self.assertNoHolidayName(name) def test_dr_sun_yat_sens_birthday(self): name = "國父誕辰紀念日" # Government Holidays. self.assertHolidayName( name, self.government_holidays, (f"{year}-11-12" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.government_holidays, range(2001, 2050)) # School Holidays. self.assertHolidayName( name, self.school_holidays, (f"{year}-11-12" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.school_holidays, range(2001, 2050)) # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-11-12" for year in range(2001, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1998, 2000)) self.assertNoHolidayName(name) def test_chinese_cultural_renaissance_day(self): name = "中華文化復興節" # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-11-12" for year in range(1998, 2050)) ) self.assertNoHolidayName(name) def test_constitution_day(self): name = "行憲紀念日" # Government Holidays. self.assertHolidayName( name, self.government_holidays, (f"{year}-12-25" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.government_holidays, range(2001, 2050)) # School Holidays. self.assertHolidayName( name, self.school_holidays, (f"{year}-12-25" for year in range(1998, 2001)) ) self.assertNoHolidayName(name, self.school_holidays, range(2001, 2050)) # Workdays. self.assertHolidayName( name, self.workday_holidays, (f"{year}-12-25" for year in range(2001, 2050)) ) self.assertNoHolidayName(name, self.workday_holidays, range(1998, 2000)) self.assertNoHolidayName(name) def test_1998(self): self.assertHolidays( Taiwan(years=1998), ("1998-01-01", "中華民國開國紀念日"), ("1998-01-27", "農曆除夕"), ("1998-01-28", "春節"), ("1998-01-29", "春節"), ("1998-01-30", "春節"), ("1998-01-31", "春節(慶祝)"), ("1998-02-28", "和平紀念日"), ("1998-04-05", "民族掃墓節"), ("1998-04-06", "民族掃墓節(慶祝)"), ("1998-05-30", "端午節"), ("1998-10-05", "中秋節"), ("1998-10-10", "國慶日"), ) def test_1999(self): self.assertHolidays( Taiwan(years=1999), ("1999-01-01", "中華民國開國紀念日"), ("1999-01-02", "中華民國開國紀念日(慶祝)"), ("1999-02-15", "農曆除夕"), ("1999-02-16", "春節"), ("1999-02-17", "春節"), ("1999-02-18", "春節"), ("1999-02-28", "和平紀念日"), ("1999-04-05", "民族掃墓節"), ("1999-06-18", "端午節"), ("1999-06-19", "端午節(慶祝)"), ("1999-09-24", "中秋節"), ("1999-10-10", "國慶日"), ) def test_2000(self): self.assertHolidays( Taiwan(years=2000), ("2000-01-01", "中華民國開國紀念日"), ("2000-02-04", "農曆除夕"), ("2000-02-05", "春節"), ("2000-02-06", "春節"), ("2000-02-07", "春節"), ("2000-02-28", "和平紀念日"), ("2000-04-03", "休息日(2000-04-08日起取代)"), ("2000-04-04", "民族掃墓節"), ("2000-05-14", "佛陀誕辰紀念日(慶祝)"), ("2000-06-06", "端午節"), ("2000-09-12", "中秋節"), ("2000-10-10", "國慶日"), ) def test_2001(self): self.assertHolidays( Taiwan(years=2001), ("2001-01-01", "中華民國開國紀念日"), ("2001-01-22", "休息日(2001-01-20日起取代)"), ("2001-01-23", "農曆除夕"), ("2001-01-24", "春節"), ("2001-01-25", "春節"), ("2001-01-26", "春節"), ("2001-02-28", "和平紀念日"), ("2001-04-05", "民族掃墓節"), ("2001-06-25", "端午節"), ("2001-10-01", "中秋節"), ("2001-10-10", "國慶日"), ) def test_2002(self): self.assertHolidays( Taiwan(years=2002), ("2002-01-01", "中華民國開國紀念日"), ("2002-04-05", "民族掃墓節"), ("2002-02-11", "農曆除夕"), ("2002-02-12", "春節"), ("2002-02-13", "春節"), ("2002-02-14", "春節"), ("2002-02-28", "和平紀念日"), ("2002-06-15", "端午節"), ("2002-09-21", "中秋節"), ("2002-10-10", "國慶日"), ) def test_2003(self): self.assertHolidays( Taiwan(years=2003), ("2003-01-01", "中華民國開國紀念日"), ("2003-01-31", "農曆除夕"), ("2003-02-01", "春節"), ("2003-02-02", "春節"), ("2003-02-03", "春節"), ("2003-02-04", "春節(慶祝)"), ("2003-02-05", "春節(慶祝)"), ("2003-02-28", "和平紀念日"), ("2003-04-05", "民族掃墓節"), ("2003-06-04", "端午節"), ("2003-09-11", "中秋節"), ("2003-10-10", "國慶日"), ) def test_2004(self): self.assertHolidays( Taiwan(years=2004), ("2004-01-01", "中華民國開國紀念日"), ("2004-01-21", "農曆除夕"), ("2004-01-22", "春節"), ("2004-01-23", "春節"), ("2004-01-24", "春節"), ("2004-01-26", "春節(慶祝)"), ("2004-02-28", "和平紀念日"), ("2004-04-04", "民族掃墓節"), ("2004-06-22", "端午節"), ("2004-09-28", "中秋節"), ("2004-10-10", "國慶日"), ) def test_2005(self): self.assertHolidays( Taiwan(years=2005), ("2005-01-01", "中華民國開國紀念日"), ("2005-02-07", "休息日(2005-02-05日起取代)"), ("2005-02-08", "農曆除夕"), ("2005-02-09", "春節"), ("2005-02-10", "春節"), ("2005-02-11", "春節"), ("2005-02-28", "和平紀念日"), ("2005-04-05", "民族掃墓節"), ("2005-06-11", "端午節"), ("2005-09-18", "中秋節"), ("2005-10-10", "國慶日"), ) def test_2006(self): self.assertHolidays( Taiwan(years=2006), ("2006-01-01", "中華民國開國紀念日"), ("2006-01-28", "農曆除夕"), ("2006-01-29", "春節"), ("2006-01-30", "春節"), ("2006-01-31", "春節"), ("2006-02-01", "農曆除夕(慶祝)"), ("2006-02-02", "春節(慶祝)"), ("2006-02-28", "和平紀念日"), ("2006-04-05", "民族掃墓節"), ("2006-05-31", "端午節"), ("2006-10-06", "中秋節"), ("2006-10-09", "休息日(2006-10-14日起取代)"), ("2006-10-10", "國慶日"), ) def test_2007(self): self.assertHolidays( Taiwan(years=2007), ("2007-01-01", "中華民國開國紀念日"), ("2007-02-17", "農曆除夕"), ("2007-02-18", "春節"), ("2007-02-19", "春節"), ("2007-02-20", "春節"), ("2007-02-21", "農曆除夕(慶祝)"), ("2007-02-22", "春節(慶祝)"), ("2007-02-23", "休息日(2007-03-03日起取代)"), ("2007-02-28", "和平紀念日"), ("2007-04-05", "民族掃墓節"), ("2007-04-06", "休息日(2007-04-14日起取代)"), ("2007-06-18", "休息日(2007-06-23日起取代)"), ("2007-06-19", "端午節"), ("2007-09-24", "休息日(2007-09-29日起取代)"), ("2007-09-25", "中秋節"), ("2007-10-10", "國慶日"), ) def test_2008(self): self.assertHolidays( Taiwan(years=2008), ("2008-01-01", "中華民國開國紀念日"), ("2008-02-06", "農曆除夕"), ("2008-02-07", "春節"), ("2008-02-08", "春節"), ("2008-02-09", "春節"), ("2008-02-11", "春節(慶祝)"), ("2008-02-28", "和平紀念日"), ("2008-04-04", "民族掃墓節"), ("2008-06-08", "端午節"), ("2008-09-14", "中秋節"), ("2008-10-10", "國慶日"), ) def test_2009(self): self.assertHolidays( Taiwan(years=2009), ("2009-01-01", "中華民國開國紀念日"), ("2009-01-02", "休息日(2009-01-10日起取代)"), ("2009-01-25", "農曆除夕"), ("2009-01-26", "春節"), ("2009-01-27", "春節"), ("2009-01-28", "春節"), ("2009-01-29", "農曆除夕(慶祝)"), ("2009-01-30", "休息日(2009-01-17日起取代)"), ("2009-02-28", "和平紀念日"), ("2009-04-04", "民族掃墓節"), ("2009-05-28", "端午節"), ("2009-05-29", "休息日(2009-06-06日起取代)"), ("2009-10-03", "中秋節"), ("2009-10-10", "國慶日"), ) def test_2010(self): self.assertHolidays( Taiwan(years=2010), ("2010-01-01", "中華民國開國紀念日"), ("2010-02-13", "農曆除夕"), ("2010-02-14", "春節"), ("2010-02-15", "春節"), ("2010-02-16", "春節"), ("2010-02-17", "農曆除夕(慶祝)"), ("2010-02-18", "春節(慶祝)"), ("2010-02-19", "休息日(2010-02-06日起取代)"), ("2010-02-28", "和平紀念日"), ("2010-04-05", "民族掃墓節"), ("2010-06-16", "端午節"), ("2010-09-22", "中秋節"), ("2010-10-10", "國慶日"), ) def test_2011(self): self.assertHolidays( Taiwan(years=2011), ("2011-01-01", "中華民國開國紀念日"), ("2011-02-02", "農曆除夕"), ("2011-02-03", "春節"), ("2011-02-04", "春節"), ("2011-02-05", "春節"), ("2011-02-07", "春節(慶祝)"), ("2011-02-28", "和平紀念日"), ("2011-04-04", "兒童節"), ("2011-04-05", "民族掃墓節"), ("2011-06-06", "端午節"), ("2011-09-12", "中秋節"), ("2011-10-10", "國慶日"), ) def test_2012(self): self.assertHolidays( Taiwan(years=2012), ("2012-01-01", "中華民國開國紀念日"), ("2012-01-22", "農曆除夕"), ("2012-01-23", "春節"), ("2012-01-24", "春節"), ("2012-01-25", "春節"), ("2012-01-26", "農曆除夕(慶祝)"), ("2012-01-27", "休息日(2012-02-04日起取代)"), ("2012-02-27", "休息日(2012-03-03日起取代)"), ("2012-02-28", "和平紀念日"), ("2012-04-04", "兒童節; 民族掃墓節"), ("2012-06-23", "端午節"), ("2012-09-30", "中秋節"), ("2012-10-10", "國慶日"), ("2012-12-31", "休息日(2012-12-22日起取代)"), ) def test_2013(self): self.assertHolidays( Taiwan(years=2013), ("2013-01-01", "中華民國開國紀念日"), ("2013-02-09", "農曆除夕"), ("2013-02-10", "春節"), ("2013-02-11", "春節"), ("2013-02-12", "春節"), ("2013-02-13", "農曆除夕(慶祝)"), ("2013-02-14", "春節(慶祝)"), ("2013-02-15", "休息日(2013-02-23日起取代)"), ("2013-02-28", "和平紀念日"), ("2013-04-04", "兒童節; 民族掃墓節"), ("2013-04-05", "兒童節(慶祝)"), ("2013-06-12", "端午節"), ("2013-09-19", "中秋節"), ("2013-09-20", "休息日(2013-09-14日起取代)"), ("2013-10-10", "國慶日"), ) def test_2014(self): self.assertHolidays( Taiwan(years=2014), ("2014-01-01", "中華民國開國紀念日"), ("2014-01-30", "農曆除夕"), ("2014-01-31", "春節"), ("2014-02-01", "春節"), ("2014-02-02", "春節"), ("2014-02-03", "春節(慶祝)"), ("2014-02-04", "春節(慶祝)"), ("2014-02-28", "和平紀念日"), ("2014-04-04", "兒童節"), ("2014-04-05", "民族掃墓節"), ("2014-06-02", "端午節"), ("2014-09-08", "中秋節"), ("2014-10-10", "國慶日"), ) def test_2015(self): self.assertHolidays( Taiwan(years=2015), ("2015-01-01", "中華民國開國紀念日"), ("2015-01-02", "休息日(2014-12-27日起取代)"), ("2015-02-18", "農曆除夕"), ("2015-02-19", "春節"), ("2015-02-20", "春節"), ("2015-02-21", "春節"), ("2015-02-23", "春節(慶祝)"), ("2015-02-27", "和平紀念日(慶祝)"), ("2015-02-28", "和平紀念日"), ("2015-04-03", "兒童節(慶祝)"), ("2015-04-04", "兒童節"), ("2015-04-05", "民族掃墓節"), ("2015-04-06", "民族掃墓節(慶祝)"), ("2015-06-19", "端午節(慶祝)"), ("2015-06-20", "端午節"), ("2015-09-27", "中秋節"), ("2015-09-28", "中秋節(慶祝)"), ("2015-10-09", "國慶日(慶祝)"), ("2015-10-10", "國慶日"), ) def test_2016(self): self.assertHolidays( Taiwan(years=2016), ("2016-01-01", "中華民國開國紀念日"), ("2016-02-07", "農曆除夕"), ("2016-02-08", "春節"), ("2016-02-09", "春節"), ("2016-02-10", "春節"), ("2016-02-11", "農曆除夕(慶祝)"), ("2016-02-12", "休息日(2016-01-30日起取代)"), ("2016-02-28", "和平紀念日"), ("2016-02-29", "和平紀念日(慶祝)"), ("2016-04-04", "兒童節; 民族掃墓節"), ("2016-04-05", "兒童節(慶祝)"), ("2016-06-09", "端午節"), ("2016-06-10", "休息日(2016-06-04日起取代)"), ("2016-09-15", "中秋節"), ("2016-09-16", "休息日(2016-09-10日起取代)"), ("2016-10-10", "國慶日"), ) def test_2017(self): self.assertHolidays( Taiwan(years=2017), ("2017-01-01", "中華民國開國紀念日"), ("2017-01-02", "中華民國開國紀念日(慶祝)"), ("2017-01-27", "農曆除夕"), ("2017-01-28", "春節"), ("2017-01-29", "春節"), ("2017-01-30", "春節"), ("2017-01-31", "春節(慶祝)"), ("2017-02-01", "春節(慶祝)"), ("2017-02-27", "休息日(2017-02-18日起取代)"), ("2017-02-28", "和平紀念日"), ("2017-04-03", "兒童節(慶祝)"), ("2017-04-04", "兒童節; 民族掃墓節"), ("2017-05-29", "休息日(2017-06-03日起取代)"), ("2017-05-30", "端午節"), ("2017-10-04", "中秋節"), ("2017-10-09", "休息日(2017-09-30日起取代)"), ("2017-10-10", "國慶日"), ) def test_2018(self): self.assertHolidays( Taiwan(years=2018), ("2018-01-01", "中華民國開國紀念日"), ("2018-02-15", "農曆除夕"), ("2018-02-16", "春節"), ("2018-02-17", "春節"), ("2018-02-18", "春節"), ("2018-02-19", "春節(慶祝)"), ("2018-02-20", "春節(慶祝)"), ("2018-02-28", "和平紀念日"), ("2018-04-04", "兒童節"), ("2018-04-05", "民族掃墓節"), ("2018-04-06", "休息日(2018-03-31日起取代)"), ("2018-06-18", "端午節"), ("2018-09-24", "中秋節"), ("2018-10-10", "國慶日"), ("2018-12-31", "休息日(2018-12-22日起取代)"), ) def test_2019(self): self.assertHolidays( Taiwan(years=2019), ("2019-01-01", "中華民國開國紀念日"), ("2019-02-04", "農曆除夕"), ("2019-02-05", "春節"), ("2019-02-06", "春節"), ("2019-02-07", "春節"), ("2019-02-08", "休息日(2019-01-19日起取代)"), ("2019-02-28", "和平紀念日"), ("2019-03-01", "休息日(2019-02-23日起取代)"), ("2019-04-04", "兒童節"), ("2019-04-05", "民族掃墓節"), ("2019-06-07", "端午節"), ("2019-09-13", "中秋節"), ("2019-10-10", "國慶日"), ("2019-10-11", "休息日(2019-10-05日起取代)"), ) def test_2020(self): self.assertHolidays( Taiwan(years=2020), ("2020-01-01", "中華民國開國紀念日"), ("2020-01-23", "休息日(2020-02-15日起取代)"), ("2020-01-24", "農曆除夕"), ("2020-01-25", "春節"), ("2020-01-26", "春節"), ("2020-01-27", "春節"), ("2020-01-28", "春節(慶祝)"), ("2020-01-29", "春節(慶祝)"), ("2020-02-28", "和平紀念日"), ("2020-04-02", "民族掃墓節(慶祝)"), ("2020-04-03", "兒童節(慶祝)"), ("2020-04-04", "兒童節; 民族掃墓節"), ("2020-06-25", "端午節"), ("2020-06-26", "休息日(2020-06-20日起取代)"), ("2020-10-01", "中秋節"), ("2020-10-02", "休息日(2020-09-26日起取代)"), ("2020-10-09", "國慶日(慶祝)"), ("2020-10-10", "國慶日"), ) def test_2021(self): self.assertHolidays( Taiwan(years=2021), ("2021-01-01", "中華民國開國紀念日"), ("2021-02-10", "休息日(2021-02-20日起取代)"), ("2021-02-11", "農曆除夕"), ("2021-02-12", "春節"), ("2021-02-13", "春節"), ("2021-02-14", "春節"), ("2021-02-15", "春節(慶祝)"), ("2021-02-16", "春節(慶祝)"), ("2021-02-28", "和平紀念日"), ("2021-03-01", "和平紀念日(慶祝)"), ("2021-04-02", "兒童節(慶祝)"), ("2021-04-04", "兒童節; 民族掃墓節"), ("2021-04-05", "民族掃墓節(慶祝)"), ("2021-06-14", "端午節"), ("2021-09-20", "休息日(2021-09-11日起取代)"), ("2021-09-21", "中秋節"), ("2021-10-10", "國慶日"), ("2021-10-11", "國慶日(慶祝)"), ("2021-12-31", "中華民國開國紀念日(慶祝)"), ) def test_2022(self): self.assertHolidays( Taiwan(years=2022), ("2022-01-01", "中華民國開國紀念日"), ("2022-01-31", "農曆除夕"), ("2022-02-01", "春節"), ("2022-02-02", "春節"), ("2022-02-03", "春節"), ("2022-02-04", "休息日(2022-01-22日起取代)"), ("2022-02-28", "和平紀念日"), ("2022-04-04", "兒童節"), ("2022-04-05", "民族掃墓節"), ("2022-06-03", "端午節"), ("2022-09-09", "中秋節(慶祝)"), ("2022-09-10", "中秋節"), ("2022-10-10", "國慶日"), ) def test_2023(self): self.assertHolidays( Taiwan(years=2023), ("2023-01-01", "中華民國開國紀念日"), ("2023-01-02", "中華民國開國紀念日(慶祝)"), ("2023-01-20", "休息日(2023-01-07日起取代)"), ("2023-01-21", "農曆除夕"), ("2023-01-22", "春節"), ("2023-01-23", "春節"), ("2023-01-24", "春節"), ("2023-01-25", "農曆除夕(慶祝)"), ("2023-01-26", "春節(慶祝)"), ("2023-01-27", "休息日(2023-02-04日起取代)"), ("2023-02-27", "休息日(2023-02-18日起取代)"), ("2023-02-28", "和平紀念日"), ("2023-04-03", "休息日(2023-03-25日起取代)"), ("2023-04-04", "兒童節"), ("2023-04-05", "民族掃墓節"), ("2023-06-22", "端午節"), ("2023-06-23", "休息日(2023-06-17日起取代)"), ("2023-09-29", "中秋節"), ("2023-10-09", "休息日(2023-09-23日起取代)"), ("2023-10-10", "國慶日"), ) def test_2024(self): self.assertHolidays( Taiwan(years=2024), ("2024-01-01", "中華民國開國紀念日"), ("2024-02-08", "休息日(2024-02-17日起取代)"), ("2024-02-09", "農曆除夕"), ("2024-02-10", "春節"), ("2024-02-11", "春節"), ("2024-02-12", "春節"), ("2024-02-13", "春節(慶祝)"), ("2024-02-14", "春節(慶祝)"), ("2024-02-28", "和平紀念日"), ("2024-04-04", "兒童節; 民族掃墓節"), ("2024-04-05", "兒童節(慶祝)"), ("2024-06-10", "端午節"), ("2024-09-17", "中秋節"), ("2024-10-10", "國慶日"), ) def test_2025(self): self.assertHolidays( Taiwan(years=2025), ("2025-01-01", "中華民國開國紀念日"), ("2025-01-27", "休息日(2025-02-08日起取代)"), ("2025-01-28", "農曆除夕"), ("2025-01-29", "春節"), ("2025-01-30", "春節"), ("2025-01-31", "春節"), ("2025-02-28", "和平紀念日"), ("2025-04-03", "兒童節(慶祝)"), ("2025-04-04", "兒童節; 民族掃墓節"), ("2025-05-30", "端午節(慶祝)"), ("2025-05-31", "端午節"), ("2025-10-06", "中秋節"), ("2025-10-10", "國慶日"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "中華民國開國紀念日"), ("2022-01-31", "農曆除夕"), ("2022-02-01", "春節; 道教節"), ("2022-02-02", "春節"), ("2022-02-03", "春節"), ("2022-02-04", "休息日(2022-01-22日起取代)"), ("2022-02-28", "和平紀念日"), ("2022-03-08", "婦女節"), ("2022-03-12", "國父逝世紀念日; 植樹節"), ("2022-03-14", "反侵略日"), ("2022-03-29", "青年節; 革命先烈紀念日"), ("2022-04-04", "兒童節"), ("2022-04-05", "民族掃墓節"), ("2022-05-01", "勞動節"), ("2022-05-08", "佛陀誕辰紀念日"), ("2022-06-03", "端午節"), ("2022-07-15", "解嚴紀念日"), ("2022-09-03", "軍人節"), ("2022-09-09", "中秋節(慶祝)"), ("2022-09-10", "中秋節"), ("2022-09-28", "孔子誕辰紀念日; 教師節"), ("2022-10-10", "國慶日"), ("2022-10-24", "臺灣聯合國日"), ("2022-10-25", "臺灣光復節"), ("2022-11-12", "中華文化復興節; 國父誕辰紀念日"), ("2022-12-25", "行憲紀念日"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "Founding Day of the Republic of China"), ("2022-01-31", "Chinese New Year's Eve"), ("2022-02-01", "Chinese New Year; Taoism Day"), ("2022-02-02", "Chinese New Year"), ("2022-02-03", "Chinese New Year"), ("2022-02-04", "Day off (substituted from 01/22/2022)"), ("2022-02-28", "Peace Memorial Day"), ("2022-03-08", "Women's Day"), ("2022-03-12", "Arbor Day; Dr. Sun Yat-sen's Memorial Day"), ("2022-03-14", "Anti-Aggression Day"), ("2022-03-29", "Revolutionary Martyrs Memorial Day; Youth Day"), ("2022-04-04", "Children's Day"), ("2022-04-05", "Tomb-Sweeping Day"), ("2022-05-01", "Labor Day"), ("2022-05-08", "The Buddha's Birthday"), ("2022-06-03", "Dragon Boat Festival"), ("2022-07-15", "Commemoration Day of the Lifting of Martial Law"), ("2022-09-03", "Armed Forces Day"), ("2022-09-09", "Mid-Autumn Festival (observed)"), ("2022-09-10", "Mid-Autumn Festival"), ("2022-09-28", "Confucius' Birthday; Teacher's Day"), ("2022-10-10", "National Day"), ("2022-10-24", "Taiwan United Nations Day"), ("2022-10-25", "Taiwan Retrocession Day"), ("2022-11-12", "Chinese Cultural Renaissance Day; Dr. Sun Yat-sen's Birthday"), ("2022-12-25", "Constitution Day"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันสถาปนาสาธารณรัฐจีน(ไต้หวัน)"), ("2022-01-31", "วันก่อนวันตรุษจีน"), ("2022-02-01", "วันตรุษจีน; วันเต๋า"), ("2022-02-02", "วันตรุษจีน"), ("2022-02-03", "วันตรุษจีน"), ("2022-02-04", "วันหยุด (แทน 22/01/2022)"), ("2022-02-28", "วันรำลึกสันติภาพ"), ("2022-03-08", "วันสตรีสากล"), ("2022-03-12", "วันปลูกต้นไม้; วันรำลึกถึงการอสัญกรรม ดร.ซุนยัตเซ็น"), ("2022-03-14", "วันต่อต้านการรุกราน"), ("2022-03-29", "วันสดุดีวีรชนแห่งการปฏิวัติ; วันเยาวชน"), ("2022-04-04", "วันเด็กแห่งชาติ"), ("2022-04-05", "วันเช็งเม้ง"), ("2022-05-01", "วันแรงงาน"), ("2022-05-08", "วันวิสาขบูชา"), ("2022-06-03", "วันไหว้บ๊ะจ่าง"), ("2022-07-15", "วันรำลึกการยกเลิกกฎอัยการศึก"), ("2022-09-03", "วันกองทัพ"), ("2022-09-09", "ชดเชยวันไหว้พระจันทร์"), ("2022-09-10", "วันไหว้พระจันทร์"), ("2022-09-28", "วันขงจื๊อ; วันครู"), ("2022-10-10", "วันชาติสาธารณรัฐจีน(ไต้หวัน)"), ("2022-10-24", "วันรำลึกถึงบทบาทสาธารณรัฐจีน(ไต้หวัน)ในสหประชาชาติ"), ("2022-10-25", "วันฉลองกลับคืนสู่มาตุภูมิของไต้หวัน"), ("2022-11-12", "วันคล้ายวันเกิด ดร.ซุนยัตเซ็น; วันเฉลิมฉลองวัฒนธรรมจีน"), ("2022-12-25", "วันรัฐธรรมนูญ"), ) def test_l10n_zh_cn(self): self.assertLocalizedHolidays( "zh_CN", ("2022-01-01", "中华民国开国纪念日"), ("2022-01-31", "农历除夕"), ("2022-02-01", "春节; 道教节"), ("2022-02-02", "春节"), ("2022-02-03", "春节"), ("2022-02-04", "休息日(2022-01-22日起取代)"), ("2022-02-28", "和平纪念日"), ("2022-03-08", "妇女节"), ("2022-03-12", "国父逝世纪念日; 植树节"), ("2022-03-14", "反侵略日"), ("2022-03-29", "青年节; 革命先烈纪念日"), ("2022-04-04", "儿童节"), ("2022-04-05", "民族扫墓节"), ("2022-05-01", "劳动节"), ("2022-05-08", "佛陀诞辰纪念日"), ("2022-06-03", "端午节"), ("2022-07-15", "解严纪念日"), ("2022-09-03", "军人节"), ("2022-09-09", "中秋节(庆祝)"), ("2022-09-10", "中秋节"), ("2022-09-28", "孔子诞辰纪念日; 教师节"), ("2022-10-10", "国庆日"), ("2022-10-24", "台湾联合国日"), ("2022-10-25", "台湾光复节"), ("2022-11-12", "中华文化复兴节; 国父诞辰纪念日"), ("2022-12-25", "行宪纪念日"), ) holidays-0.71/tests/countries/test_tanzania.py000066400000000000000000000177451500152103600216570ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK, PUBLIC from holidays.countries.tanzania import Tanzania, TZ, TZA from tests.common import CommonCountryTests class TestTanzania(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Tanzania, years=range(1994, 2077)) def test_country_aliases(self): self.assertAliases(Tanzania, TZ, TZA) def test_no_holidays(self): self.assertNoHolidays(Tanzania(years=1993)) self.assertNoHolidays(Tanzania(years=1993, categories=BANK)) def test_special_holidays(self): self.assertHoliday( "2002-08-25", "2015-11-05", "2020-10-28", "2021-03-22", "2021-03-25", "2022-08-23", ) def test_2018_all(self): self.assertHolidays( Tanzania(categories=(BANK, PUBLIC), years=2018), ("2018-01-01", "Mwaka Mpya"), ("2018-01-12", "Mapinduzi ya Zanzibar"), ("2018-03-30", "Ijumaa Kuu"), ("2018-04-01", "Sikukuu ya Pasaka"), ("2018-04-02", "Jumatatu ya Pasaka"), ( "2018-04-07", ( "Siku ya kumbukumbu ya Rais wa Kwanza wa Serikali ya Mapinduzi Zanzibar " "Sheikh Abeid Amani Karume" ), ), ("2018-04-26", "Muungano wa Tanganyika na Zanzibar"), ("2018-05-01", "Sikukuu ya Wafanyakazi"), ("2018-06-15", "Eid El-Fitry"), ("2018-07-07", "Sabasaba"), ("2018-08-08", "Siku ya Wakulima"), ("2018-08-22", "Eid El-Hajj"), ("2018-10-14", "Kumbukumbu ya Mwalimu Nyerere"), ("2018-11-21", "Maulidi"), ("2018-12-09", "Uhuru na Jamhuri"), ("2018-12-25", "Kuzaliwa Kristo"), ("2018-12-26", "Siku ya Kupeana Zawadi"), ) def test_2020_all(self): self.assertHolidays( Tanzania(categories=(BANK, PUBLIC), years=2020), ("2020-01-01", "Mwaka Mpya"), ("2020-01-12", "Mapinduzi ya Zanzibar"), ( "2020-04-07", ( "Siku ya kumbukumbu ya Rais wa Kwanza wa Serikali ya Mapinduzi Zanzibar " "Sheikh Abeid Amani Karume" ), ), ("2020-04-10", "Ijumaa Kuu"), ("2020-04-12", "Sikukuu ya Pasaka"), ("2020-04-13", "Jumatatu ya Pasaka"), ("2020-04-26", "Muungano wa Tanganyika na Zanzibar"), ("2020-05-01", "Sikukuu ya Wafanyakazi"), ("2020-05-24", "Eid El-Fitry"), ("2020-07-07", "Sabasaba"), ("2020-07-31", "Eid El-Hajj"), ("2020-08-08", "Siku ya Wakulima"), ("2020-10-14", "Kumbukumbu ya Mwalimu Nyerere"), ("2020-10-28", "Sikukuu ya Uchaguzi Mkuu wa Tanzania"), ("2020-10-29", "Maulidi"), ("2020-12-09", "Uhuru na Jamhuri"), ("2020-12-25", "Kuzaliwa Kristo"), ("2020-12-26", "Siku ya Kupeana Zawadi"), ) def test_2021_all(self): self.assertHolidays( Tanzania(categories=(BANK, PUBLIC), years=2021), ("2021-01-01", "Mwaka Mpya"), ("2021-01-12", "Mapinduzi ya Zanzibar"), ("2021-03-22", "Mazishi cha John Pombe Magufuli"), ("2021-03-25", "Mazishi cha John Pombe Magufuli"), ("2021-04-02", "Ijumaa Kuu"), ("2021-04-04", "Sikukuu ya Pasaka"), ("2021-04-05", "Jumatatu ya Pasaka"), ( "2021-04-07", ( "Siku ya kumbukumbu ya Rais wa Kwanza wa Serikali ya Mapinduzi Zanzibar " "Sheikh Abeid Amani Karume" ), ), ("2021-04-26", "Muungano wa Tanganyika na Zanzibar"), ("2021-05-01", "Sikukuu ya Wafanyakazi"), ("2021-05-14", "Eid El-Fitry"), ("2021-07-07", "Sabasaba"), ("2021-07-21", "Eid El-Hajj"), ("2021-08-08", "Siku ya Wakulima"), ("2021-10-14", "Kumbukumbu ya Mwalimu Nyerere"), ("2021-10-19", "Maulidi"), ("2021-12-09", "Uhuru na Jamhuri"), ("2021-12-25", "Kuzaliwa Kristo"), ("2021-12-26", "Siku ya Kupeana Zawadi"), ) def test_2022_all(self): self.assertHolidays( Tanzania(categories=(BANK, PUBLIC), years=2022), ("2022-01-01", "Mwaka Mpya"), ("2022-01-12", "Mapinduzi ya Zanzibar"), ( "2022-04-07", ( "Siku ya kumbukumbu ya Rais wa Kwanza wa Serikali ya Mapinduzi Zanzibar " "Sheikh Abeid Amani Karume" ), ), ("2022-04-15", "Ijumaa Kuu"), ("2022-04-17", "Sikukuu ya Pasaka"), ("2022-04-18", "Jumatatu ya Pasaka"), ("2022-04-26", "Muungano wa Tanganyika na Zanzibar"), ("2022-05-01", "Sikukuu ya Wafanyakazi"), ("2022-05-03", "Eid El-Fitry"), ("2022-07-07", "Sabasaba"), ("2022-07-10", "Eid El-Hajj"), ("2022-08-08", "Siku ya Wakulima"), ("2022-08-23", "Siku ya Sensa ya Kitaifa ya Watu na Makazi"), ("2022-10-09", "Maulidi"), ("2022-10-14", "Kumbukumbu ya Mwalimu Nyerere"), ("2022-12-09", "Uhuru na Jamhuri"), ("2022-12-25", "Kuzaliwa Kristo"), ("2022-12-26", "Siku ya Kupeana Zawadi"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Mwaka Mpya"), ("2023-01-12", "Mapinduzi ya Zanzibar"), ( "2023-04-07", ( "Ijumaa Kuu; Siku ya kumbukumbu ya Rais wa Kwanza wa Serikali " "ya Mapinduzi Zanzibar Sheikh Abeid Amani Karume" ), ), ("2023-04-09", "Sikukuu ya Pasaka"), ("2023-04-10", "Jumatatu ya Pasaka"), ("2023-04-22", "Eid El-Fitry"), ("2023-04-26", "Muungano wa Tanganyika na Zanzibar"), ("2023-05-01", "Sikukuu ya Wafanyakazi"), ("2023-06-29", "Eid El-Hajj"), ("2023-07-07", "Sabasaba"), ("2023-08-08", "Siku ya Wakulima"), ("2023-09-28", "Maulidi"), ("2023-10-14", "Kumbukumbu ya Mwalimu Nyerere"), ("2023-12-09", "Uhuru na Jamhuri"), ("2023-12-25", "Kuzaliwa Kristo"), ("2023-12-26", "Siku ya Kupeana Zawadi"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-12", "Zanzibar Revolution Day"), ("2023-04-07", "Good Friday; The Sheikh Abeid Amani Karume Day"), ("2023-04-09", "Easter Sunday"), ("2023-04-10", "Easter Monday"), ("2023-04-22", "Eid al-Fitr"), ("2023-04-26", "Union Celebrations"), ("2023-05-01", "Worker's Day"), ("2023-06-29", "Eid al-Adha"), ("2023-07-07", "International Trade Fair"), ("2023-08-08", "Peasants Day"), ("2023-09-28", "Prophet's Birthday"), ("2023-10-14", "The Mwalimu Nyerere Day"), ("2023-12-09", "Independence and Republic Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_thailand.py000066400000000000000000001221201500152103600216160ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import ARMED_FORCES, BANK, GOVERNMENT, PUBLIC, SCHOOL, WORKDAY from holidays.countries.thailand import Thailand, TH, THA from tests.common import CommonCountryTests class TestThailand(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): support_range = range(1914, 2050) super().setUpClass(Thailand, years=support_range, years_non_observed=support_range) def test_country_aliases(self): self.assertAliases(Thailand, TH, THA) def test_no_holidays(self): self.assertNoHolidays(Thailand(years=1913, categories=(PUBLIC, WORKDAY))) self.assertNoHolidays(Thailand(years=1942, categories=BANK)) self.assertNoHolidays(Thailand(years=1956, categories=(GOVERNMENT, SCHOOL))) self.assertNoHolidays(Thailand(years=1958, categories=ARMED_FORCES)) def test_special_holidays(self): dt = ( # 1992-1994 (include In Lieus, Checked with Bank of Thailand Data). "1992-05-18", "1992-12-07", "1993-03-08", "1993-05-03", "1993-10-25", "1993-12-06", "1994-01-03", "1994-05-02", "1994-07-25", "1994-10-24", "1994-12-12", # 1995-1997 (Bank of Thailand Data). "1996-06-10", # 1998-2000 (include In Lieus, Checked with Bank of Thailand Data). "1998-05-11", "1998-12-07", "1999-05-03", "1999-05-31", "1999-10-25", "1999-12-06", "2000-01-03", "2000-02-21", "2000-08-14", "2000-12-11", "2000-12-29", # From 2001 Onwards (Checked with Bank of Thailand Data). "2006-04-19", "2006-06-09", "2006-06-12", "2006-06-13", "2006-09-20", "2009-01-02", "2009-04-10", "2009-04-16", "2009-04-17", "2009-07-06", "2010-05-20", "2010-05-21", "2010-08-13", "2011-05-16", "2011-10-27", "2011-10-28", "2011-10-29", "2011-10-30", "2011-10-31", "2012-04-09", "2013-12-30", "2014-08-11", "2015-01-02", "2015-05-04", "2016-05-06", "2016-07-18", "2016-10-14", "2017-10-26", "2019-05-06", "2020-11-19", "2020-11-20", "2020-12-11", "2021-02-12", "2021-04-12", "2021-09-24", "2022-07-15", "2022-07-29", "2022-10-14", "2022-12-30", "2023-05-05", "2023-07-31", "2023-12-29", "2024-04-12", "2024-12-30", "2025-06-02", "2025-08-11", "2026-01-02", ) dt_observed = ( "2007-12-24", "2020-07-27", "2020-09-04", "2020-09-07", ) self.assertHoliday(dt, dt_observed) self.assertNoNonObservedHoliday(dt_observed) def test_new_years_day(self): name = "วันขึ้นปีใหม่" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1941, 2050))) self.assertHolidayName( name, (f"{year}-01-02" for year in range(1941, 1945)), (f"{year}-01-02" for year in range(1948, 1954)), ) self.assertNoHolidayName(name, range(1914, 1941)) self.assertNoNonObservedHoliday( "2011-01-03", "2012-01-02", "2017-01-02", "2022-01-03", "2023-01-02", "2028-01-03", ) def test_national_childrens_day(self): name = "วันเด็กแห่งชาติ" dt = ( # First Iteration "1955-10-03", # Second and Current Iteration "2010-01-09", "2011-01-08", "2012-01-14", "2013-01-12", "2014-01-11", "2015-01-10", "2016-01-09", "2017-01-14", "2018-01-13", "2019-01-12", "2020-01-11", "2021-01-09", "2022-01-08", "2023-01-14", "2024-01-13", "2025-01-11", ) self.assertHolidayName(name, dt) self.assertNoHolidayName(name, range(1914, 1955), 1964) def test_franco_thai_war_armistice_day(self): name = "วันลงนามในสัญญาพักรบระหว่างประเทศไทยกับประเทศอินโดจีนฝรั่งเศส" self.assertHolidayName(name, (f"{year}-01-28" for year in range(1942, 1945))) self.assertNoHolidayName(name, range(1914, 1942), range(1945, 2050)) def test_chakri_memorial_day(self): name_maha_chakri = "วันที่ระลึกมหาจักรี" name_chakri = "วันจักรี" name_rama_one = "วันพระบาทสมเด็จพระพุทธยอดฟ้าจุฬาโลกมหาราช และวันที่ระลึกมหาจักรีบรมราชวงศ์" years_pre = range(1914, 1926) years_maha_chakri = range(1926, 1938) years_chakri = range(1938, 1983) years_rama_one = range(1983, 2050) self.assertHolidayName(name_maha_chakri, (f"{year}-04-06" for year in years_maha_chakri)) self.assertHolidayName(name_chakri, (f"{year}-04-06" for year in years_chakri)) self.assertHolidayName(name_rama_one, (f"{year}-04-06" for year in years_rama_one)) self.assertNoHolidayName(name_maha_chakri, years_pre, years_chakri, years_rama_one) self.assertNoHolidayName(name_chakri, years_pre, years_maha_chakri, years_rama_one) self.assertNoHolidayName(name_rama_one, years_pre, years_maha_chakri, years_chakri) self.assertNoNonObservedHoliday( "2013-04-08", "2014-04-07", "2019-04-08", "2024-04-08", "2025-04-07", "2030-04-08", ) def test_songkran_festival(self): name_1914 = "พระราชพิธีตะรุษะสงกรานต์ แลนักขัตฤกษ์" name_1926 = "ตะรุษะสงกรานต์" name_1938 = "วันตรุษสงกรานต์" name_1939 = "วันตรุษสงกรานต์และขึ้นปีใหม่" name_1948 = "วันสงกรานต์" # MAR 28 - APR 15 for year in range(1914, 1926): self.assertHolidayName(name_1914, (f"{year}-03-28", f"{year}-04-01", f"{year}-04-15")) self.assertNoHolidayName(name_1914, range(1926, 2050)) # MAR 31 - APR 3 for year in range(1926, 1938): self.assertHolidayName(name_1926, (f"{year}-03-31", f"{year}-04-01", f"{year}-04-03")) self.assertNoHolidayName(name_1926, range(1914, 1926), range(1938, 2050)) # MAR 28 - APR 2 for year in range(1938, 1940): self.assertHolidayName(name_1938, (f"{year}-03-31", f"{year}-04-01", f"{year}-04-02")) self.assertHolidayName(name_1939, "1940-03-31", "1940-04-01", "1940-04-02") self.assertNoHolidayName(name_1938, range(1914, 1938), range(1940, 2050)) self.assertNoHolidayName(name_1939, range(1914, 1940), range(1941, 2050)) # APR 13-14-15 for year in [*range(1948, 1954), *range(1998, 2020), *range(2021, 2050)]: self.assertHolidayName(name_1948, (f"{year}-04-13", f"{year}-04-14", f"{year}-04-15")) # APR 12-13-14 for year in range(1989, 1998): self.assertHolidayName(name_1948, (f"{year}-04-12", f"{year}-04-13", f"{year}-04-14")) # APR 13 self.assertHolidayName(name_1948, (f"{year}-04-13" for year in range(1957, 1989))) # None (2020 is special_public_holidays instead) self.assertNoHolidayName(name_1948, "2020-04-13", "2020-04-14", "2020-04-15") self.assertNoHolidayName(name_1948, range(1914, 1948), range(1954, 1957)) self.assertNoNonObservedHoliday( "2012-04-16", "2013-04-16", "2014-04-16", "2017-04-17", "2018-04-16", "2019-04-16", # 2020 Songkran Festival special in lieus doesn't counts "2023-04-17", "2024-04-16", "2025-04-16", "2028-04-17", "2029-04-16", "2030-04-16", ) def test_national_labour_day(self): name = "วันแรงงานแห่งชาติ" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1974, 2050))) self.assertNoHolidayName(name, range(1914, 1974)) self.assertNoNonObservedHoliday( "2010-05-03", "2011-05-02", "2016-05-02", "2021-05-03", "2022-05-02", "2027-05-03", ) def test_coronation_day(self): name_1914 = "ทำบุญพระบรมอัษฐิ และพระราชพิธีฉัตรมงคล" name_1926 = "พระราชพิธีฉัตรมงคล" name_1958 = "วันฉัตรมงคล" for year in range(1914, 1925): self.assertHolidayName( name_1914, (f"{year}-11-09", f"{year}-11-10", f"{year}-11-11", f"{year}-11-12") ) self.assertNoHolidayName(name_1914, range(1926, 2050)) for year in range(1926, 1936): self.assertHolidayName(name_1926, (f"{year}-02-24", f"{year}-02-25", f"{year}-02-26")) self.assertNoHolidayName(name_1926, range(1914, 1926), range(1936, 2050)) self.assertHolidayName(name_1958, (f"{year}-05-05" for year in range(1958, 2017))) self.assertHolidayName(name_1958, (f"{year}-05-04" for year in range(2020, 2050))) self.assertNoHolidayName(name_1958, range(1914, 1958), range(2017, 2020)) self.assertNoNonObservedHoliday( "2012-05-07", "2013-05-06", "2024-05-06", "2025-05-05", "2030-05-06", ) def test_queen_suthida_birthday(self): name = "วันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าสุทิดา พัชรสุธาพิมลลักษณ พระบรมราชินี" self.assertHolidayName(name, (f"{year}-06-03" for year in range(2019, 2050))) self.assertNoHolidayName(name, range(1914, 2019)) self.assertNoNonObservedHoliday( "2023-06-05", "2028-06-05", "2029-06-04", ) def test_national_day(self): name_1938 = "วันขอพระราชทานรัฐธรรมนูญ" name_1939 = "วันชาติ" self.assertHolidayName(name_1938, "1938-06-24") for year in [*range(1940, 1948), *range(1952, 1954)]: self.assertHolidayName(name_1939, (f"{year}-06-23", f"{year}-06-24", f"{year}-06-25")) self.assertHolidayName( name_1939, "1939-06-24", (f"{year}-06-24" for year in range(1948, 1952)), (f"{year}-06-24" for year in range(1954, 1960)), ) self.assertHolidayName(name_1939, (f"{year}-12-05" for year in range(1960, 2050))) self.assertNoHolidayName(name_1938, range(1914, 1938), range(1939, 2050)) self.assertNoHolidayName(name_1939, range(1914, 1939)) # No in lieus during its existense on June 24th # 1960+ In lieus are same as HM King Bhumibol Adulyadej's Birthday def test_provisional_constitution_day(self): name = "วันรัฐธรรมนูญชั่วคราว" self.assertHolidayName(name, (f"{year}-06-27" for year in range(1938, 1940))) self.assertNoHolidayName(name, range(1914, 1938), range(1940, 2050)) def test_rama_x_birthday(self): name = "วันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรเมนทรรามาธิบดีศรีสินทรมหาวชิราลงกรณ พระวชิรเกล้าเจ้าอยู่หัว" self.assertHolidayName(name, (f"{year}-07-28" for year in range(2017, 2050))) self.assertNoHolidayName(name, range(1914, 2017)) self.assertNoNonObservedHoliday( "2018-07-30", "2019-07-29", "2024-07-29", "2029-07-30", "2030-07-29", ) def test_queen_sirikit_birthday(self): name_ix = "วันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถ" name_x = "วันเฉลิมพระชนมพรรษาสมเด็จพระบรมราชชนนีพันปีหลวง" years_pre = range(1914, 1976) years_ix = range(1976, 2017) years_x = range(2017, 2050) self.assertHolidayName(name_ix, (f"{year}-08-12" for year in years_ix)) self.assertHolidayName(name_x, (f"{year}-08-12" for year in years_x)) self.assertNoHolidayName(name_ix, years_pre, years_x) self.assertNoHolidayName(name_x, years_pre, years_ix) self.assertNoNonObservedHoliday( "2012-08-13", "2017-08-14", "2018-08-13", "2023-08-14", "2028-08-14", "2029-08-13", ) def test_national_mothers_day(self): name = "วันแม่แห่งชาติ" self.assertHolidayName(name, (f"{year}-04-15" for year in range(1950, 1958))) self.assertHolidayName(name, (f"{year}-08-12" for year in range(1976, 2050))) self.assertNoHolidayName(name, range(1914, 1950), range(1958, 1976)) # April 15 (1950-1958) exists prior to in lieu laws # In lieus are same as HM Queen Sirikit's Birthday def test_peace_proclamation_day(self): name = "วันประกาศสันติภาพ" self.assertHolidayName(name, (f"{year}-08-16" for year in range(1946, 1948))) self.assertNoHolidayName(name, range(1914, 1946), range(1948, 2050)) def test_rama_ix_memorial_day(self): name_ix = "วันคล้ายวันสวรรคตพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร" name_x = "วันคล้ายวันสวรรคตพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร" name_x_memorial = "วันนวมินทรมหาราช" years_pre = range(1914, 2017) years_ix = range(2017, 2019) years_x = range(2019, 2023) years_x_memorial = range(2023, 2050) self.assertHolidayName(name_ix, (f"{year}-10-13" for year in years_ix)) self.assertHolidayName(name_x, (f"{year}-10-13" for year in years_x)) self.assertHolidayName(name_x_memorial, (f"{year}-10-13" for year in years_x_memorial)) self.assertNoHolidayName(name_ix, years_pre, years_x, years_x_memorial) self.assertNoHolidayName(name_x, years_pre, years_ix, years_x_memorial) self.assertNoHolidayName(name_x_memorial, years_pre, years_ix, years_x) self.assertNoNonObservedHoliday( "2018-10-15", "2019-10-14", "2024-10-14", "2029-10-15", "2030-10-14", ) def test_rama_five_memorial_day(self): name_ashes = "ทำบุญพระบรมอัษฐิพระพุทธเจ้าหลวง" name_death = "วันสวรรคตแห่งพระบาทสมเด็จพระพุทธเจ้าหลวง" name_memorial = "วันปิยมหาราช" years_ashes = range(1914, 1926) years_death = range(1926, 1938) years_none = range(1938, 1946) years_memorial = range(1946, 2050) self.assertHolidayName(name_ashes, (f"{year}-10-23" for year in years_ashes)) self.assertHolidayName(name_death, (f"{year}-10-23" for year in years_death)) self.assertHolidayName(name_memorial, (f"{year}-10-23" for year in years_memorial)) self.assertNoHolidayName(name_ashes, years_death, years_none, years_memorial) self.assertNoHolidayName(name_death, years_ashes, years_none, years_memorial) self.assertNoHolidayName(name_memorial, years_ashes, years_death, years_none) self.assertNoNonObservedHoliday( "2010-10-25", "2011-10-24", "2016-10-24", "2021-10-25", "2022-10-24", "2027-10-25", ) def test_united_nations_day(self): name = "วันสหประชาชาติ" self.assertHolidayName(name, (f"{year}-10-24" for year in range(1951, 1957))) self.assertNoHolidayName(name, range(1914, 1951), range(1957, 2050)) def test_rama_vi_to_ix_birthday(self): name_1914 = "เฉลิมพระชนมพรรษา" name_1926 = "เฉลิมพระชนม์พรรษา" name_1938 = "วันเฉลิมพระชนม์พรรษา" name_1941 = "วันเกิดในสมเด็จพระเจ้าอยู่หัว" name_1945 = "วันเฉลิมพระชนมพรรษา" name_1960 = "วันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร" name_2016 = "วันคล้ายวันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร" name_2019 = ( "วันคล้ายวันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร" ) # Rama VI. for year in range(1914, 1925): self.assertHolidayName(name_1914, (f"{year}-12-30", f"{year}-12-31")) for year in range(1915, 1926): self.assertHolidayName(name_1914, (f"{year}-01-01", f"{year}-01-02", f"{year}-01-03")) # Rama VII. for year in range(1926, 1935): self.assertHolidayName(name_1926, (f"{year}-11-07", f"{year}-11-08", f"{year}-11-09")) # Rama VIII. self.assertHolidayName(name_1938, (f"{year}-09-20" for year in range(1938, 1940))) self.assertHolidayName(name_1938, "1940-09-20", "1940-09-21") for year in range(1941, 1945): self.assertHolidayName(name_1941, (f"{year}-09-20", f"{year}-09-21")) self.assertHolidayName(name_1945, "1945-09-20", "1945-09-21") # Rama IX. for year in range(1946, 1948): self.assertHolidayName(name_1945, (f"{year}-12-05", f"{year}-12-06")) for year in [*range(1948, 1951), *range(1952, 1954)]: self.assertHolidayName(name_1945, (f"{year}-12-04", f"{year}-12-05", f"{year}-12-06")) self.assertHolidayName(name_1945, "1951-12-05", "1951-12-06", "1951-12-07") self.assertHolidayName(name_1960, (f"{year}-12-05" for year in range(1960, 2016))) self.assertHolidayName(name_2016, (f"{year}-12-05" for year in range(2016, 2019))) self.assertHolidayName(name_2019, (f"{year}-12-05" for year in range(2019, 2050))) self.assertNoHolidayName(name_1914, range(1926, 2050)) self.assertNoHolidayName(name_1926, range(1914, 1926), range(1935, 2050)) self.assertNoHolidayName(name_1938, range(1914, 1938), range(1941, 2050)) self.assertNoHolidayName(name_1941, range(1914, 1941), range(1945, 2050)) self.assertNoHolidayName(name_1945, range(1914, 1945), range(1960, 2050)) self.assertNoHolidayName(name_1960, range(1914, 1960), range(2016, 2050)) self.assertNoHolidayName(name_2016, range(1914, 2016), range(2019, 2050)) self.assertNoHolidayName(name_2019, range(1914, 2019)) self.assertNoNonObservedHoliday( "2010-12-06", "2015-12-07", "2020-12-07", "2021-12-06", "2026-12-07", "2027-12-06", ) def test_national_fathers_day(self): name = "วันพ่อแห่งชาติ" # This concides with HM King Bhumibol Adulyadej's Birthday self.assertHolidayName(name, (f"{year}-12-05" for year in range(1980, 2050))) self.assertNoHolidayName(name, range(1914, 1980)) # In lieus are same as HM King Bhumibol Adulyadej's Birthday def test_constitution_day(self): name = "วันรัฐธรรมนูญ" for year in [*range(1938, 1948), *range(1950, 1954)]: self.assertHolidayName(name, (f"{year}-12-09", f"{year}-12-10", f"{year}-12-11")) self.assertHolidayName( name, (f"{year}-12-10" for year in range(1948, 1950)), (f"{year}-12-10" for year in range(1954, 2050)), ) self.assertNoHolidayName(name, range(1914, 1938)) self.assertNoNonObservedHoliday( "2011-12-12", "2016-12-12", "2017-12-11", "2022-12-12", "2023-12-11", "2028-12-11", ) def test_new_years_eve(self): name = "วันสิ้นปี" self.assertHolidayName( name, (f"{year}-12-31" for year in range(1941, 1957)), (f"{year}-12-31" for year in range(1989, 2050)), ) self.assertNoHolidayName(name, range(1914, 1941), range(1957, 1989)) self.assertNoNonObservedHoliday( "2012-01-03", "2017-01-03", "2018-01-02", "2023-01-03", "2029-01-02", ) def test_makha_bucha(self): self.assertNoHolidayName("มาฆบูชา จาตุรงฅ์สันนิบาต", 1914, range(1938, 2050)) self.assertNoHolidayName("วันมาฆบูชา", range(1914, 1938)) self.assertNoNonObservedHoliday( "2010-03-01", "2017-02-13", "2020-02-10", "2024-02-26", "2024-02-22", "2030-02-18", ) def test_visakha_bucha(self): self.assertNoHolidayName("วิสาขะบูชา", range(1926, 2050)) self.assertNoHolidayName("วิศาขะบูชา", range(1914, 1926), range(1938, 2050)) self.assertNoHolidayName("วันวิสาขะบูชา", range(1914, 1938), range(1957, 2050)) self.assertNoHolidayName("วันวิสาขบูชา", range(1914, 1957)) self.assertNoNonObservedHoliday( "2019-05-20", "2022-05-16", "2023-06-05", "2025-05-12", "2026-06-01", "2029-05-28", ) def test_asarnha_bucha(self): self.assertNoHolidayName("วันอาสาฬหบูชา", range(1914, 1962)) self.assertNoNonObservedHoliday( "2017-07-10", "2020-07-07", "2021-07-26", "2024-07-22", "2027-07-20", "2030-07-16", ) def test_buddhist_lent_day(self): self.assertNoHolidayName("เข้าปุริมพรรษา", range(1938, 2050)) self.assertNoHolidayName("วันเข้าพรรษา", range(1914, 1938)) self.assertNoNonObservedHoliday( "2011-07-18", "2014-07-14", "2018-07-30", ) def test_raeknakhwan(self): name = "วันพืชมงคล" dt = ( "1960-05-02", "1961-05-11", "1962-05-07", "1963-05-10", "1964-05-08", "1965-05-13", "1966-05-13", "1967-05-11", "1968-05-10", "1969-05-09", "1970-05-08", "1971-05-07", "1972-05-08", "1973-05-07", "1974-05-08", "1975-05-07", "1976-05-10", "1977-05-12", "1978-05-11", "1979-05-07", "1980-05-14", "1981-05-07", "1982-05-19", "1983-05-11", "1984-05-10", "1985-05-09", "1986-05-09", "1987-05-08", "1988-05-11", "1989-05-11", "1990-05-11", "1991-05-10", "1992-05-14", "1993-05-17", "1994-05-11", "1995-05-10", "1996-05-16", "1997-05-09", "1998-05-08", # Not a holiday in 1999 date, was held on MAY, 14. "2000-05-15", "2001-05-16", "2002-05-09", "2003-05-08", "2004-05-07", "2005-05-11", "2006-05-11", "2007-05-10", "2008-05-09", "2009-05-11", "2010-05-13", "2011-05-13", "2012-05-09", "2013-05-13", "2014-05-09", "2015-05-13", "2016-05-09", "2017-05-12", "2018-05-14", "2019-05-09", "2020-05-11", "2021-05-10", "2022-05-13", "2023-05-17", "2024-05-10", "2025-05-09", ) gov_holidays = Thailand(categories=GOVERNMENT, years=range(1959, 2026)) self.assertHolidayName(name, gov_holidays, dt) self.assertNoHolidayName(name, gov_holidays, 1959, 1999) self.assertNoHolidayName(name) def test_armed_forces_holiday(self): name = "วันกองทัพไทย" armed_forces_holidays = Thailand(categories=ARMED_FORCES, years=range(1958, 2050)) self.assertHolidayName( name, armed_forces_holidays, (f"{year}-04-08" for year in range(1959, 1980)) ) self.assertHolidayName( name, armed_forces_holidays, (f"{year}-01-25" for year in range(1980, 2007)) ) self.assertHolidayName( name, armed_forces_holidays, (f"{year}-01-18" for year in range(2007, 2050)) ) self.assertNoHolidayName(name, armed_forces_holidays, 1958) self.assertNoHolidayName(name) def test_bank_holiday(self): name_agri = "วันหยุดเพิ่มเติมสำหรับการปิดบัญชีประจำปีของธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร" name_mid = "วันหยุดภาคครึ่งปีของสถาบันการเงินและสถาบันการเงินเฉพาะกิจ" bank_holidays = Thailand(categories=BANK, years=range(1942, 2023)) self.assertHolidayName( name_agri, bank_holidays, (f"{year}-04-01" for year in range(1943, 2022)) ) self.assertHolidayName( name_mid, bank_holidays, (f"{year}-07-01" for year in range(1943, 2019)) ) self.assertNoHolidayName(name_agri, bank_holidays, 1942, range(2022, 2050)) self.assertNoHolidayName(name_mid, bank_holidays, 1942, range(2019, 2050)) self.assertNoHolidayName(name_agri) self.assertNoHolidayName(name_mid) def test_school_holiday(self): name = "วันครู" school_holidays = Thailand(categories=SCHOOL, years=range(1956, 2050)) self.assertHolidayName( name, school_holidays, (f"{year}-01-16" for year in range(1957, 2050)) ) self.assertNoHolidayName(name, school_holidays, 1956) self.assertNoHolidayName(name) def test_workday_1947(self): self.assertHolidays( Thailand(categories=WORKDAY, years=1947), ("1947-11-27", "วันลอยกระทง"), ) def test_workday_1948(self): self.assertHolidays( Thailand(categories=WORKDAY, years=1948), ("1948-02-03", "วันทหารผ่านศึก"), ("1948-11-15", "วันลอยกระทง"), ) def test_workday_1982(self): self.assertHolidays( Thailand(categories=WORKDAY, years=1982), ("1982-02-03", "วันทหารผ่านศึก"), ("1982-08-18", "วันวิทยาศาสตร์แห่งชาติ"), ("1982-10-31", "วันลอยกระทง"), ) def test_workday_1985(self): self.assertHolidays( Thailand(categories=WORKDAY, years=1985), ("1985-02-03", "วันทหารผ่านศึก"), ("1985-02-26", "วันศิลปินแห่งชาติ"), ("1985-08-18", "วันวิทยาศาสตร์แห่งชาติ"), ("1985-11-26", "วันลอยกระทง"), ) def test_workday_1989(self): self.assertHolidays( Thailand(categories=WORKDAY, years=1989), ("1989-02-03", "วันทหารผ่านศึก"), ("1989-02-26", "วันศิลปินแห่งชาติ"), ("1989-03-08", "วันสตรีสากล"), ("1989-08-18", "วันวิทยาศาสตร์แห่งชาติ"), ("1989-11-12", "วันลอยกระทง"), ) def test_workday_1990(self): self.assertHolidays( Thailand(categories=WORKDAY, years=1990), ("1990-01-14", "วันอนุรักษ์ทรัพยากรป่าไม้ของชาติ"), ("1990-01-17", "วันพ่อขุนรามคำแหงมหาราช"), ("1990-02-03", "วันทหารผ่านศึก"), ("1990-02-26", "วันศิลปินแห่งชาติ"), ("1990-03-08", "วันสตรีสากล"), ("1990-08-18", "วันวิทยาศาสตร์แห่งชาติ"), ("1990-11-02", "วันลอยกระทง"), ) def test_workday_1995(self): self.assertHolidays( Thailand(categories=WORKDAY, years=1995), ("1995-01-13", "วันการบินแห่งชาติ"), ("1995-01-14", "วันอนุรักษ์ทรัพยากรป่าไม้ของชาติ"), ("1995-01-17", "วันพ่อขุนรามคำแหงมหาราช"), ("1995-02-03", "วันทหารผ่านศึก"), ("1995-02-26", "วันศิลปินแห่งชาติ"), ("1995-03-08", "วันสตรีสากล"), ("1995-08-18", "วันวิทยาศาสตร์แห่งชาติ"), ("1995-11-06", "วันลอยกระทง"), ) def test_workday_1999(self): self.assertHolidays( Thailand(categories=WORKDAY, years=1999), ("1999-01-13", "วันการบินแห่งชาติ"), ("1999-01-14", "วันอนุรักษ์ทรัพยากรป่าไม้ของชาติ"), ("1999-01-17", "วันพ่อขุนรามคำแหงมหาราช"), ("1999-02-03", "วันทหารผ่านศึก"), ("1999-02-26", "วันศิลปินแห่งชาติ"), ("1999-03-08", "วันสตรีสากล"), ("1999-05-14", "วันพืชมงคล"), ("1999-08-18", "วันวิทยาศาสตร์แห่งชาติ"), ("1999-11-22", "วันลอยกระทง"), ) def test_workday_2017(self): self.assertHolidays( Thailand(categories=WORKDAY, years=2017), ("2017-01-13", "วันการบินแห่งชาติ"), ("2017-01-14", "วันอนุรักษ์ทรัพยากรป่าไม้ของชาติ"), ("2017-01-17", "วันพ่อขุนรามคำแหงมหาราช"), ("2017-02-03", "วันทหารผ่านศึก"), ("2017-02-26", "วันศิลปินแห่งชาติ"), ("2017-03-08", "วันสตรีสากล"), ("2017-08-18", "วันวิทยาศาสตร์แห่งชาติ"), ("2017-09-28", "วันพระราชทานธงชาติไทย"), ("2017-11-03", "วันลอยกระทง"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "วันขึ้นปีใหม่"), ("2022-01-03", "ชดเชยวันขึ้นปีใหม่"), ("2022-01-08", "วันเด็กแห่งชาติ"), ("2022-01-13", "วันการบินแห่งชาติ"), ("2022-01-14", "วันอนุรักษ์ทรัพยากรป่าไม้ของชาติ"), ("2022-01-16", "วันครู"), ("2022-01-17", "วันพ่อขุนรามคำแหงมหาราช"), ("2022-01-18", "วันกองทัพไทย"), ("2022-02-03", "วันทหารผ่านศึก"), ("2022-02-16", "วันมาฆบูชา"), ("2022-02-26", "วันศิลปินแห่งชาติ"), ("2022-03-08", "วันสตรีสากล"), ("2022-04-06", "วันพระบาทสมเด็จพระพุทธยอดฟ้าจุฬาโลกมหาราช และวันที่ระลึกมหาจักรีบรมราชวงศ์"), ("2022-04-13", "วันสงกรานต์"), ("2022-04-14", "วันสงกรานต์"), ("2022-04-15", "วันสงกรานต์"), ("2022-05-01", "วันแรงงานแห่งชาติ"), ("2022-05-02", "ชดเชยวันแรงงานแห่งชาติ"), ("2022-05-04", "วันฉัตรมงคล"), ("2022-05-13", "วันพืชมงคล"), ("2022-05-15", "วันวิสาขบูชา"), ("2022-05-16", "ชดเชยวันวิสาขบูชา"), ( "2022-06-03", "วันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าสุทิดา พัชรสุธาพิมลลักษณ พระบรมราชินี", ), ("2022-07-13", "วันอาสาฬหบูชา"), ("2022-07-14", "วันเข้าพรรษา"), ("2022-07-15", "วันหยุดพิเศษ (เพิ่มเติม)"), ( "2022-07-28", ( "วันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรเมนทรรามาธิบดี" "ศรีสินทรมหาวชิราลงกรณ พระวชิรเกล้าเจ้าอยู่หัว" ), ), ("2022-07-29", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2022-08-12", "วันเฉลิมพระชนมพรรษาสมเด็จพระบรมราชชนนีพันปีหลวง; วันแม่แห่งชาติ"), ("2022-08-18", "วันวิทยาศาสตร์แห่งชาติ"), ("2022-09-28", "วันพระราชทานธงชาติไทย"), ( "2022-10-13", "วันคล้ายวันสวรรคตพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร", ), ("2022-10-14", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2022-10-23", "วันปิยมหาราช"), ("2022-10-24", "ชดเชยวันปิยมหาราช"), ("2022-11-08", "วันลอยกระทง"), ( "2022-12-05", ( "วันคล้ายวันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระบรม" "ชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร; วันชาติ; วันพ่อแห่งชาติ" ), ), ("2022-12-10", "วันรัฐธรรมนูญ"), ("2022-12-12", "ชดเชยวันรัฐธรรมนูญ"), ("2022-12-30", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2022-12-31", "วันสิ้นปี"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (in lieu)"), ("2022-01-08", "National Children's Day"), ("2022-01-13", "National Aviation Day"), ("2022-01-14", "National Forest Conservation Day"), ("2022-01-16", "Teacher's Day"), ("2022-01-17", "HM King Ramkamhaeng Memorial Day"), ("2022-01-18", "Royal Thai Armed Forces Day"), ("2022-02-03", "Thai Veterans Day"), ("2022-02-16", "Makha Bucha"), ("2022-02-26", "National Artist Day"), ("2022-03-08", "International Women's Day"), ("2022-04-06", "Chakri Memorial Day"), ("2022-04-13", "Songkran Festival"), ("2022-04-14", "Songkran Festival"), ("2022-04-15", "Songkran Festival"), ("2022-05-01", "National Labor Day"), ("2022-05-02", "National Labor Day (in lieu)"), ("2022-05-04", "Coronation Day"), ("2022-05-13", "Royal Ploughing Ceremony"), ("2022-05-15", "Visakha Bucha"), ("2022-05-16", "Visakha Bucha (in lieu)"), ("2022-06-03", "HM Queen Suthida's Birthday"), ("2022-07-13", "Asarnha Bucha"), ("2022-07-14", "Buddhist Lent Day"), ("2022-07-15", "Bridge Public Holiday"), ("2022-07-28", "HM King Maha Vajiralongkorn's Birthday"), ("2022-07-29", "Bridge Public Holiday"), ( "2022-08-12", "HM Queen Sirikit The Queen Mother's Birthday; National Mother's Day", ), ("2022-08-18", "National Science Day"), ("2022-09-28", "Thai National Flag Day"), ("2022-10-13", "HM King Bhumibol Adulyadej the Great Memorial Day"), ("2022-10-14", "Bridge Public Holiday"), ("2022-10-23", "HM King Chulalongkorn Memorial Day"), ("2022-10-24", "HM King Chulalongkorn Memorial Day (in lieu)"), ("2022-11-08", "Loy Krathong"), ( "2022-12-05", ( "HM King Bhumibol Adulyadej the Great's Birthday; " "National Day; National Father's Day" ), ), ("2022-12-10", "Constitution Day"), ("2022-12-12", "Constitution Day (in lieu)"), ("2022-12-30", "Bridge Public Holiday"), ("2022-12-31", "New Year's Eve"), ) holidays-0.71/tests/countries/test_timor_leste.py000066400000000000000000001046211500152103600223660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import GOVERNMENT, PUBLIC, WORKDAY from holidays.countries.timor_leste import TimorLeste, TL, TLS from tests.common import CommonCountryTests class TestTimorLeste(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(TimorLeste, years=range(2006, 2050)) def test_country_aliases(self): self.assertAliases(TimorLeste, TL, TLS) def test_no_holidays(self): self.assertNoHolidays(TimorLeste(years=2005)) self.assertNoHolidays(TimorLeste(years=2005, categories=(GOVERNMENT, WORKDAY))) def test_special_government_holidays(self): self.assertHoliday( TimorLeste(categories=GOVERNMENT), "2010-11-03", "2010-12-24", "2010-12-31", "2011-08-15", "2011-11-03", "2011-12-26", "2012-01-02", "2012-01-23", "2012-02-22", "2012-03-16", "2012-04-16", "2012-04-17", "2012-11-27", "2012-11-29", "2012-12-24", "2012-12-26", "2012-12-31", "2013-02-13", "2013-03-28", "2013-04-01", "2013-08-20", "2013-11-29", "2013-12-24", "2013-12-26", "2013-12-31", "2014-03-05", "2014-04-17", "2014-04-21", "2014-07-22", "2014-07-23", "2014-08-15", "2014-08-20", "2014-12-24", "2014-12-26", "2014-12-31", "2015-01-02", "2015-02-18", "2015-04-02", "2015-05-13", "2015-06-05", "2015-08-20", "2015-12-24", "2015-12-31", "2016-02-10", "2016-03-24", "2016-07-06", "2016-11-03", "2016-12-26", "2017-01-02", "2017-03-01", "2017-03-20", "2017-03-21", "2017-04-13", "2017-12-26", "2018-01-02", "2018-02-14", "2018-02-16", "2018-03-29", "2018-08-22", "2019-02-05", "2019-03-06", "2019-04-18", "2019-08-12", "2019-08-20", "2019-08-26", "2019-08-27", "2019-08-28", "2019-08-29", "2019-10-31", "2019-12-24", "2019-12-26", "2019-12-30", "2020-01-02", "2020-02-26", "2020-08-20", "2020-08-31", "2020-11-03", "2020-12-24", "2021-02-12", "2021-02-17", "2021-11-03", "2022-02-01", "2022-03-02", "2022-03-18", "2022-04-14", "2022-04-18", "2022-04-19", "2022-04-20", "2022-08-29", "2022-09-06", "2022-10-31", "2022-12-09", "2022-12-26", "2023-01-02", "2023-01-23", "2023-02-22", "2023-04-06", "2023-04-10", "2023-04-20", "2023-04-21", "2023-05-19", "2023-05-22", "2023-10-27", "2023-11-13", "2023-12-26", "2024-01-02", "2024-02-14", "2024-03-28", "2024-08-28", "2024-08-29", "2024-09-09", "2024-09-10", "2024-09-11", "2024-10-31", "2024-11-29", "2024-12-24", "2025-01-02", "2025-01-29", ) def test_2011_public(self): # https://timor-leste.gov.tl/?p=4442&lang=en&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2011), ("2011-01-01", "Dia de Ano Novo"), ("2011-04-22", "Sexta-Feira Santa"), ("2011-05-01", "Dia Mundial do Trabalhador"), ("2011-05-20", "Dia da Restauração da Independência"), ("2011-06-23", "Festa do Corpo de Deus"), ("2011-08-30", "Dia da Consulta Popular"), ("2011-08-31", "Idul Fitri"), ("2011-11-01", "Dia de Todos os Santos"), ("2011-11-02", "Dia de Todos os Fiéis Defuntos"), ("2011-11-07", "Idul Adha"), ("2011-11-12", "Dia Nacional da Juventude"), ("2011-11-28", "Dia da Proclamação da Independência"), ("2011-12-07", "Dia dos Heróis Nacionais"), ( "2011-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2011-12-25", "Dia de Natal"), ) def test_2012_public(self): # https://timor-leste.gov.tl/?p=6269&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2012), ("2012-01-01", "Dia de Ano Novo"), ("2012-04-06", "Sexta-Feira Santa"), ("2012-05-01", "Dia Mundial do Trabalhador"), ("2012-05-20", "Dia da Restauração da Independência"), ("2012-06-07", "Festa do Corpo de Deus"), ("2012-08-20", "Idul Fitri"), ("2012-08-30", "Dia da Consulta Popular"), ("2012-10-26", "Idul Adha"), ("2012-11-01", "Dia de Todos os Santos"), ("2012-11-02", "Dia de Todos os Fiéis Defuntos"), ("2012-11-12", "Dia Nacional da Juventude"), ("2012-11-28", "Dia da Proclamação da Independência"), ("2012-12-07", "Dia dos Heróis Nacionais"), ( "2012-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2012-12-25", "Dia de Natal"), ) def test_2013_public(self): # https://timor-leste.gov.tl/?p=7627&lang=en&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2013), ("2013-01-01", "Dia de Ano Novo"), ("2013-03-29", "Sexta-Feira Santa"), ("2013-05-01", "Dia Mundial do Trabalhador"), ("2013-05-20", "Dia da Restauração da Independência"), ("2013-05-30", "Festa do Corpo de Deus"), ("2013-08-08", "Idul Fitri"), ("2013-08-30", "Dia da Consulta Popular"), ("2013-10-15", "Idul Adha"), ("2013-11-01", "Dia de Todos os Santos"), ("2013-11-02", "Dia de Todos os Fiéis Defuntos"), ("2013-11-12", "Dia Nacional da Juventude"), ("2013-11-28", "Dia da Proclamação da Independência"), ("2013-12-07", "Dia dos Heróis Nacionais"), ( "2013-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2013-12-25", "Dia de Natal"), ) def test_2014_public(self): # https://timor-leste.gov.tl/?p=9653&lang=en&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2014), ("2014-01-01", "Dia de Ano Novo"), ("2014-04-18", "Sexta-Feira Santa"), ("2014-05-01", "Dia Mundial do Trabalhador"), ("2014-05-20", "Dia da Restauração da Independência"), ("2014-06-19", "Festa do Corpo de Deus"), ("2014-07-28", "Idul Fitri"), ("2014-08-30", "Dia da Consulta Popular"), ("2014-10-04", "Idul Adha"), ("2014-11-01", "Dia de Todos os Santos"), ("2014-11-02", "Dia de Todos os Fiéis Defuntos"), ("2014-11-12", "Dia Nacional da Juventude"), ("2014-11-28", "Dia da Proclamação da Independência"), ("2014-12-07", "Dia dos Heróis Nacionais"), ( "2014-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2014-12-25", "Dia de Natal"), ) def test_2015_public(self): # https://timor-leste.gov.tl/?p=11331&lang=en&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2015), ("2015-01-01", "Dia de Ano Novo"), ("2015-04-03", "Sexta-Feira Santa"), ("2015-05-01", "Dia Mundial do Trabalhador"), ("2015-05-20", "Dia da Restauração da Independência"), ("2015-06-04", "Festa do Corpo de Deus"), ("2015-07-17", "Idul Fitri"), ("2015-08-30", "Dia da Consulta Popular"), ("2015-09-24", "Idul Adha"), ("2015-11-01", "Dia de Todos os Santos"), ("2015-11-02", "Dia de Todos os Fiéis Defuntos"), ("2015-11-12", "Dia Nacional da Juventude"), ("2015-11-28", "Dia da Proclamação da Independência"), ("2015-12-07", "Dia dos Heróis Nacionais"), ( "2015-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2015-12-25", "Dia de Natal"), ) def test_2016_public(self): # https://timor-leste.gov.tl/?p=14419&lang=en&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2016), ("2016-01-01", "Dia de Ano Novo"), ("2016-03-25", "Sexta-Feira Santa"), ("2016-05-01", "Dia Mundial do Trabalhador"), ("2016-05-20", "Dia da Restauração da Independência"), ("2016-05-26", "Festa do Corpo de Deus"), ("2016-07-07", "Idul Fitri"), ("2016-08-30", "Dia da Consulta Popular"), ("2016-09-18", "Idul Adha"), ("2016-11-01", "Dia de Todos os Santos"), ("2016-11-02", "Dia de Todos os Fiéis Defuntos"), ("2016-11-12", "Dia Nacional da Juventude"), ("2016-11-28", "Dia da Proclamação da Independência"), ("2016-12-07", "Dia dos Heróis Nacionais"), ( "2016-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2016-12-25", "Dia de Natal"), ) def test_2017_public(self): # https://timor-leste.gov.tl/?p=17138&lang=en&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2017), ("2017-01-01", "Dia de Ano Novo"), ("2017-03-03", "Dia dos Veteranos"), ("2017-04-14", "Sexta-Feira Santa"), ("2017-05-01", "Dia Mundial do Trabalhador"), ("2017-05-20", "Dia da Restauração da Independência"), ("2017-06-15", "Festa do Corpo de Deus"), ("2017-06-26", "Idul Fitri"), ("2017-08-30", "Dia da Consulta Popular"), ("2017-09-01", "Idul Adha"), ("2017-11-01", "Dia de Todos os Santos"), ("2017-11-02", "Dia de Todos os Fiéis Defuntos"), ("2017-11-12", "Dia Nacional da Juventude"), ("2017-11-28", "Dia da Proclamação da Independência"), ("2017-12-07", "Dia da Memória"), ( "2017-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2017-12-25", "Dia de Natal"), ("2017-12-31", "Dia dos Heróis Nacionais"), ) def test_2018_public(self): self.assertHolidays( TimorLeste(categories=PUBLIC, years=2018), ("2018-01-01", "Dia de Ano Novo"), ("2018-03-03", "Dia dos Veteranos"), ("2018-03-30", "Sexta-Feira Santa"), ("2018-05-01", "Dia Mundial do Trabalhador"), ("2018-05-20", "Dia da Restauração da Independência"), ("2018-05-31", "Festa do Corpo de Deus"), ("2018-06-15", "Idul Fitri"), ("2018-08-21", "Idul Adha"), ("2018-08-30", "Dia da Consulta Popular"), ("2018-11-01", "Dia de Todos os Santos"), ("2018-11-02", "Dia de Todos os Fiéis Defuntos"), ("2018-11-12", "Dia Nacional da Juventude"), ("2018-11-28", "Dia da Proclamação da Independência"), ("2018-12-07", "Dia da Memória"), ( "2018-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2018-12-25", "Dia de Natal"), ("2018-12-31", "Dia dos Heróis Nacionais"), ) def test_2019_public(self): # https://timor-leste.gov.tl/?p=21146&lang=en&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2019), ("2019-01-01", "Dia de Ano Novo"), ("2019-03-03", "Dia dos Veteranos"), ("2019-04-19", "Sexta-Feira Santa"), ("2019-05-01", "Dia Mundial do Trabalhador"), ("2019-05-20", "Dia da Restauração da Independência"), ("2019-06-06", "Idul Fitri"), ("2019-06-20", "Festa do Corpo de Deus"), ("2019-08-11", "Idul Adha"), ("2019-08-30", "Dia da Consulta Popular"), ("2019-11-01", "Dia de Todos os Santos"), ("2019-11-02", "Dia de Todos os Fiéis Defuntos"), ("2019-11-12", "Dia Nacional da Juventude"), ("2019-11-28", "Dia da Proclamação da Independência"), ("2019-12-07", "Dia da Memória"), ( "2019-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2019-12-25", "Dia de Natal"), ("2019-12-31", "Dia dos Heróis Nacionais"), ) def test_2020_public(self): # https://timor-leste.gov.tl/?p=23415&lang=en&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2020), ("2020-01-01", "Dia de Ano Novo"), ("2020-03-03", "Dia dos Veteranos"), ("2020-04-10", "Sexta-Feira Santa"), ("2020-05-01", "Dia Mundial do Trabalhador"), ("2020-05-20", "Dia da Restauração da Independência"), ("2020-05-24", "Idul Fitri"), ("2020-06-11", "Festa do Corpo de Deus"), ("2020-07-31", "Idul Adha"), ("2020-08-30", "Dia da Consulta Popular"), ("2020-11-01", "Dia de Todos os Santos"), ("2020-11-02", "Dia de Todos os Fiéis Defuntos"), ("2020-11-12", "Dia Nacional da Juventude"), ("2020-11-28", "Dia da Proclamação da Independência"), ("2020-12-07", "Dia da Memória"), ( "2020-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2020-12-25", "Dia de Natal"), ("2020-12-31", "Dia dos Heróis Nacionais"), ) def test_2021_public(self): # https://timor-leste.gov.tl/?p=26494&lang=en&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2021), ("2021-01-01", "Dia de Ano Novo"), ("2021-03-03", "Dia dos Veteranos"), ("2021-04-02", "Sexta-Feira Santa"), ("2021-05-01", "Dia Mundial do Trabalhador"), ("2021-05-13", "Idul Fitri"), ("2021-05-20", "Dia da Restauração da Independência"), ("2021-06-03", "Festa do Corpo de Deus"), ("2021-07-19", "Idul Adha"), ("2021-08-30", "Dia da Consulta Popular"), ("2021-11-01", "Dia de Todos os Santos"), ("2021-11-02", "Dia de Todos os Fiéis Defuntos"), ("2021-11-12", "Dia Nacional da Juventude"), ("2021-11-28", "Dia da Proclamação da Independência"), ("2021-12-07", "Dia da Memória"), ( "2021-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2021-12-25", "Dia de Natal"), ("2021-12-31", "Dia dos Heróis Nacionais"), ) def test_2022_public(self): # https://timor-leste.gov.tl/?p=30266&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2022), ("2022-01-01", "Dia de Ano Novo"), ("2022-03-03", "Dia dos Veteranos"), ("2022-04-15", "Sexta-Feira Santa"), ("2022-05-01", "Dia Mundial do Trabalhador"), ("2022-05-02", "Idul Fitri"), ("2022-05-20", "Dia da Restauração da Independência"), ("2022-06-16", "Festa do Corpo de Deus"), ("2022-07-09", "Idul Adha"), ("2022-08-30", "Dia da Consulta Popular"), ("2022-11-01", "Dia de Todos os Santos"), ("2022-11-02", "Dia de Todos os Fiéis Defuntos"), ("2022-11-12", "Dia Nacional da Juventude"), ("2022-11-28", "Dia da Proclamação da Independência"), ("2022-12-07", "Dia da Memória"), ( "2022-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2022-12-25", "Dia de Natal"), ("2022-12-31", "Dia dos Heróis Nacionais"), ) def test_2023_public(self): # https://timor-leste.gov.tl/?p=31750&lang=en&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2023), ("2023-01-01", "Dia de Ano Novo"), ("2023-03-03", "Dia dos Veteranos"), ("2023-04-07", "Sexta-Feira Santa"), ("2023-04-22", "Idul Fitri"), ("2023-05-01", "Dia Mundial do Trabalhador"), ("2023-05-20", "Dia da Restauração da Independência"), ("2023-06-08", "Festa do Corpo de Deus"), ("2023-06-29", "Idul Adha"), ("2023-08-30", "Dia da Consulta Popular"), ("2023-11-01", "Dia de Todos os Santos"), ("2023-11-02", "Dia de Todos os Fiéis Defuntos"), ("2023-11-03", "Dia Nacional da Mulher"), ("2023-11-12", "Dia Nacional da Juventude"), ("2023-11-28", "Dia da Proclamação da Independência"), ("2023-12-07", "Dia da Memória"), ( "2023-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2023-12-25", "Dia de Natal"), ("2023-12-31", "Dia dos Heróis Nacionais"), ) def test_2024_public(self): # https://timor-leste.gov.tl/?p=35833&lang=en&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2024), ("2024-01-01", "Dia de Ano Novo"), ("2024-03-03", "Dia dos Veteranos"), ("2024-03-29", "Sexta-Feira Santa"), ("2024-04-10", "Idul Fitri"), ("2024-05-01", "Dia Mundial do Trabalhador"), ("2024-05-20", "Dia da Restauração da Independência"), ("2024-05-30", "Festa do Corpo de Deus"), ("2024-06-17", "Idul Adha"), ("2024-08-30", "Dia da Consulta Popular"), ("2024-11-01", "Dia de Todos os Santos"), ("2024-11-02", "Dia de Todos os Fiéis Defuntos"), ("2024-11-03", "Dia Nacional da Mulher"), ("2024-11-12", "Dia Nacional da Juventude"), ("2024-11-28", "Dia da Proclamação da Independência"), ("2024-12-07", "Dia da Memória"), ( "2024-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2024-12-25", "Dia de Natal"), ("2024-12-31", "Dia dos Heróis Nacionais"), ) def test_2025_public(self): # https://timor-leste.gov.tl/?p=41492&lang=en self.assertHolidays( TimorLeste(categories=PUBLIC, years=2025), ("2025-01-01", "Dia de Ano Novo"), ("2025-03-03", "Dia dos Veteranos"), ("2025-03-31", "Idul Fitri"), ("2025-04-18", "Sexta-Feira Santa"), ("2025-05-01", "Dia Mundial do Trabalhador"), ("2025-05-20", "Dia da Restauração da Independência"), ("2025-06-06", "Idul Adha"), ("2025-06-19", "Festa do Corpo de Deus"), ("2025-08-30", "Dia da Consulta Popular"), ("2025-11-01", "Dia de Todos os Santos"), ("2025-11-02", "Dia de Todos os Fiéis Defuntos"), ("2025-11-03", "Dia Nacional da Mulher"), ("2025-11-12", "Dia Nacional da Juventude"), ("2025-11-28", "Dia da Proclamação da Independência"), ("2025-12-07", "Dia da Memória"), ( "2025-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2025-12-25", "Dia de Natal"), ("2025-12-31", "Dia dos Heróis Nacionais"), ) def test_2022_workday(self): self.assertHolidays( TimorLeste(categories=WORKDAY, years=2022), ("2022-03-02", "Quarta-Feira de Cinzas"), ("2022-04-14", "Quinta-Feira Santa"), ("2022-05-26", "Dia da Ascensão de Jesus Cristo ao Céu"), ("2022-06-01", "Dia Mundial da Criança"), ( "2022-08-20", "Dia das Forças Armadas de Libertação Nacional de Timor-Leste (FALINTIL)", ), ("2022-11-03", "Dia Nacional da Mulher"), ("2022-12-10", "Dia Mundial dos Direitos Humanos"), ) def test_2023_workday(self): self.assertHolidays( TimorLeste(categories=WORKDAY, years=2023), ("2023-02-22", "Quarta-Feira de Cinzas"), ("2023-04-06", "Quinta-Feira Santa"), ("2023-05-18", "Dia da Ascensão de Jesus Cristo ao Céu"), ("2023-06-01", "Dia Mundial da Criança"), ( "2023-08-20", "Dia das Forças Armadas de Libertação Nacional de Timor-Leste (FALINTIL)", ), ("2023-12-10", "Dia Mundial dos Direitos Humanos"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Dia de Ano Novo"), ("2023-01-02", "Feriados Nacionais (Especiais)"), ("2023-01-23", "Feriados Nacionais (Especiais)"), ("2023-02-22", "Feriados Nacionais (Especiais); Quarta-Feira de Cinzas"), ("2023-03-03", "Dia dos Veteranos"), ("2023-04-06", "Feriados Nacionais (Especiais); Quinta-Feira Santa"), ("2023-04-07", "Sexta-Feira Santa"), ("2023-04-10", "Feriados Nacionais (Especiais)"), ("2023-04-20", "Feriados Nacionais (Especiais)"), ("2023-04-21", "Feriados Nacionais (Especiais)"), ("2023-04-22", "Idul Fitri"), ("2023-05-01", "Dia Mundial do Trabalhador"), ("2023-05-18", "Dia da Ascensão de Jesus Cristo ao Céu"), ("2023-05-19", "Dia de Eleições Parlamentares"), ("2023-05-20", "Dia da Restauração da Independência"), ("2023-05-22", "Dia de Eleições Parlamentares"), ("2023-06-01", "Dia Mundial da Criança"), ("2023-06-08", "Festa do Corpo de Deus"), ("2023-06-29", "Idul Adha"), ( "2023-08-20", "Dia das Forças Armadas de Libertação Nacional de Timor-Leste (FALINTIL)", ), ("2023-08-30", "Dia da Consulta Popular"), ("2023-10-27", "Dia de eleições locais"), ("2023-11-01", "Dia de Todos os Santos"), ("2023-11-02", "Dia de Todos os Fiéis Defuntos"), ("2023-11-03", "Dia Nacional da Mulher"), ("2023-11-12", "Dia Nacional da Juventude"), ("2023-11-13", "Dia de eleições locais"), ("2023-11-28", "Dia da Proclamação da Independência"), ("2023-12-07", "Dia da Memória"), ( "2023-12-08", "Dia de Nossa Senhora da Imaculada Conceição, padroeira de Timor-Leste", ), ("2023-12-10", "Dia Mundial dos Direitos Humanos"), ("2023-12-25", "Dia de Natal"), ("2023-12-26", "Feriados Nacionais (Especiais)"), ("2023-12-31", "Dia dos Heróis Nacionais"), ) def test_l10n_en_tl(self): self.assertLocalizedHolidays( "en_TL", ("2023-01-01", "New Year's Day"), ("2023-01-02", "National Holidays (Special)"), ("2023-01-23", "National Holidays (Special)"), ("2023-02-22", "Ash Wednesday; National Holidays (Special)"), ("2023-03-03", "Veterans Day"), ("2023-04-06", "Holy Thursday; National Holidays (Special)"), ("2023-04-07", "Holy Friday"), ("2023-04-10", "National Holidays (Special)"), ("2023-04-20", "National Holidays (Special)"), ("2023-04-21", "National Holidays (Special)"), ("2023-04-22", "Idul Fitri"), ("2023-05-01", "World Labour Day"), ("2023-05-18", "The Day of Ascension of Jesus Christ into Heaven"), ("2023-05-19", "Parliamentary Election Day"), ("2023-05-20", "Restoration of Independence Day"), ("2023-05-22", "Parliamentary Election Day"), ("2023-06-01", "World Children's Day"), ("2023-06-08", "Corpus Christi"), ("2023-06-29", "Idul Adha"), ( "2023-08-20", "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", ), ("2023-08-30", "Popular Consultation Day"), ("2023-10-27", "Local Election Day"), ("2023-11-01", "All Saints Day"), ("2023-11-02", "All Souls Day"), ("2023-11-03", "National Women's Day"), ("2023-11-12", "National Youth Day"), ("2023-11-13", "Local Election Day"), ("2023-11-28", "Proclamation of Independence Day"), ("2023-12-07", "Memorial Day"), ("2023-12-08", "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness"), ("2023-12-10", "World Human Rights Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "National Holidays (Special)"), ("2023-12-31", "National Heroes Day"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-02", "National Holidays (Special)"), ("2023-01-23", "National Holidays (Special)"), ("2023-02-22", "Ash Wednesday; National Holidays (Special)"), ("2023-03-03", "Veteran's Day"), ("2023-04-06", "Holy Thursday; National Holidays (Special)"), ("2023-04-07", "Holy Friday"), ("2023-04-10", "National Holidays (Special)"), ("2023-04-20", "National Holidays (Special)"), ("2023-04-21", "National Holidays (Special)"), ("2023-04-22", "Eid al-Fitr"), ("2023-05-01", "International Worker's Day"), ("2023-05-18", "The Day of Ascension of Jesus Christ into Heaven"), ("2023-05-19", "Parliamentary Election Day"), ("2023-05-20", "Restoration of Independence Day"), ("2023-05-22", "Parliamentary Election Day"), ("2023-06-01", "International Children's Day"), ("2023-06-08", "Corpus Christi"), ("2023-06-29", "Eid al-Adha"), ( "2023-08-20", "Day of the Armed Forces for the National Liberation of Timor-Leste (FALINTIL)", ), ("2023-08-30", "Popular Consultation Day"), ("2023-10-27", "Local Election Day"), ("2023-11-01", "All Saints' Day"), ("2023-11-02", "All Souls' Day"), ("2023-11-03", "National Women's Day"), ("2023-11-12", "National Youth Day"), ("2023-11-13", "Local Election Day"), ("2023-11-28", "Proclamation of Independence Day"), ("2023-12-07", "Memorial Day"), ("2023-12-08", "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness"), ("2023-12-10", "International Human Rights Day"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "National Holidays (Special)"), ("2023-12-31", "National Heroes Day"), ) def test_l10n_tet(self): self.assertLocalizedHolidays( "tet", ("2023-01-01", "Loron Tinan-Foun nian"), ("2023-01-02", "Feriadu Nasional (Espesial)"), ("2023-01-23", "Feriadu Nasional (Espesial)"), ("2023-02-22", "Feriadu Nasional (Espesial); Kuarta-Feira Sinzas"), ("2023-03-03", "Loron Veteranu sira nian"), ("2023-04-06", "Feriadu Nasional (Espesial); Quinta-Feira Santa"), ("2023-04-07", "Sesta-Feira Santa"), ("2023-04-10", "Feriadu Nasional (Espesial)"), ("2023-04-20", "Feriadu Nasional (Espesial)"), ("2023-04-21", "Feriadu Nasional (Espesial)"), ("2023-04-22", "Idul-Fitri"), ("2023-05-01", "Loron Mundiál Serbisu-na'in sira nian"), ("2023-05-18", "Loron Ascensão do Senhor Jesus Cristo hi'it An ba Lalehan nian"), ("2023-05-19", "Loron Eleisaun Parlamentár nian"), ("2023-05-20", "Loron Restaurasaun Independénsia nian"), ("2023-05-22", "Loron Eleisaun Parlamentár nian"), ("2023-06-01", "Loron Mundial ba Labarik"), ("2023-06-08", "Festa Korpu de Deus"), ("2023-06-29", "Idul Adha"), ("2023-08-20", "Loron Forsa Armada Libertasaun Nasionál Timor-Leste (FALINTIL) nian"), ("2023-08-30", "Loron Konsulta Populár nian"), ("2023-10-27", "Loron eleisaun lokál nian"), ("2023-11-01", "Loron Santu sira Hotu nian"), ("2023-11-02", "Loron Matebian sira nian"), ("2023-11-03", "Loron Nasionál Feto"), ("2023-11-12", "Loron Nasionál Foin-Sa'e sira nian"), ("2023-11-13", "Loron eleisaun lokál nian"), ("2023-11-28", "Loron Proklamasaun Independénsia nian"), ("2023-12-07", "Loron Memória nian"), ("2023-12-08", "Loron Nossa Senhora da Imaculada Conceição, mahein Timor-Leste nian"), ("2023-12-10", "Loron Mundiál Direitu Umanu"), ("2023-12-25", "Loron Natál"), ("2023-12-26", "Feriadu Nasional (Espesial)"), ("2023-12-31", "Loron Eroi Nasionál sira nian"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2023-01-01", "วันขึ้นปีใหม่"), ("2023-01-02", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2023-01-23", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2023-02-22", "วันพุธรับเถ้า; วันหยุดพิเศษ (เพิ่มเติม)"), ("2023-03-03", "วันทหารผ่านศึก"), ("2023-04-06", "วันพฤหัสศักดิสิทธิ์; วันหยุดพิเศษ (เพิ่มเติม)"), ("2023-04-07", "วันศุกร์ประเสริฐ"), ("2023-04-10", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2023-04-20", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2023-04-21", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2023-04-22", "วันอีฎิ้ลฟิตริ"), ("2023-05-01", "วันแรงงานสากล"), ("2023-05-18", "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์"), ("2023-05-19", "วันเลือกตั้งสมาชิกรัฐสภา"), ("2023-05-20", "วันรำลึกการกอบกู้เอกราชติมอร์-เลสเต"), ("2023-05-22", "วันเลือกตั้งสมาชิกรัฐสภา"), ("2023-06-01", "วันเด็กสากล"), ("2023-06-08", "วันสมโภชพระคริสตวรกาย"), ("2023-06-29", "วันอีดิ้ลอัฎฮา"), ("2023-08-20", "วันกองกำลังปลดปล่อยแห่งชาติติมอร์-เลสเต (FALINTIL)"), ("2023-08-30", "วันรำลึกการลงประชามติเอกราช"), ("2023-10-27", "วันเลือกตั้งท้องถิ่น"), ("2023-11-01", "วันสมโภชนักบุญทั้งหลาย"), ("2023-11-02", "วันภาวนาอุทิศแด่ผู้ล่วงลับ"), ("2023-11-03", "วันสตรีแห่งชาติ"), ("2023-11-12", "วันเยาวชนแห่งชาติ"), ("2023-11-13", "วันเลือกตั้งท้องถิ่น"), ("2023-11-28", "วันประกาศเอกราชติมอร์-เลสเต"), ("2023-12-07", "วันรำลึกวีรชน"), ("2023-12-08", "วันสมโภชแม่พระผู้ปฏิสนธินิรมลและแม่พระองค์อุปถัมภ์แห่งติมอร์-เลสเต"), ("2023-12-10", "วันสิทธิมนุษยชนสากล"), ("2023-12-25", "วันคริสต์มาส"), ("2023-12-26", "วันหยุดพิเศษ (เพิ่มเติม)"), ("2023-12-31", "วันวีรบุรุษแห่งชาติ"), ) holidays-0.71/tests/countries/test_tonga.py000066400000000000000000000325041500152103600211500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.tonga import Tonga, TO, TON from tests.common import CommonCountryTests class TestTonga(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Tonga, years=range(1989, 2050), years_non_observed=range(1989, 2050)) def test_country_aliases(self): self.assertAliases(Tonga, TO, TON) def test_no_holidays(self): self.assertNoHolidays(Tonga(years=1988)) def test_special_holidays(self): self.assertHoliday( "2017-11-29", "2019-09-19", "2019-11-15", ) self.assertNoNonObservedHoliday( # 2021 Boxing Day "2021-12-27", ) def test_government_actual_date_observance(self): self.assertNonObservedHoliday( # Emancipation Day. "2017-06-04", "2019-06-04", "2020-06-04", "2021-06-04", "2022-06-04", "2023-06-04", "2024-06-04", # Constitution Day. "2017-11-04", "2018-11-04", "2020-11-04", "2021-11-04", "2022-11-04", "2023-11-04", # HM King Topou I's Coronation Day. "2018-12-04", "2019-12-04", "2021-12-04", "2022-12-04", "2024-12-04", ) def test_birthday_of_the_reigning_sovereign(self): name = "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule" self.assertHolidayName(name, (f"{year}-07-04" for year in range(1989, 2007))) self.assertHolidayName(name, (f"{year}-05-04" for year in range(2007, 2011))) self.assertNoHolidayName(name, 2012) self.assertHolidayName(name, (f"{year}-07-04" for year in range(2013, 2050))) self.assertNoNonObservedHoliday( # Topou IV. "1993-07-05", "1999-07-05", "2004-07-05", # Topou V. "2008-05-05", # Topou V (Act 10 of 2010). "2011-05-02", # Topou VI. "2021-07-05", "2027-07-05", ) self.assertNonObservedHoliday( # Topou V (Act 10 of 2010). "2011-05-04", ) def test_birthday_of_the_heir_to_the_crown(self): name = "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga" self.assertHolidayName(name, (f"{year}-05-04" for year in range(1989, 2007))) self.assertHolidayName(name, (f"{year}-07-12" for year in range(2007, 2011))) self.assertHolidayName(name, (f"{year}-09-17" for year in range(2012, 2050))) self.assertNoNonObservedHoliday( # Topou IV's Heir: Topou V. "1997-05-05", "2003-05-05", # Topou V's Heir: Topou VI. "2009-07-13", # Topou V's Heir: Topou VI (Act 10 of 2010). "2011-07-11", # Topou VI's Heir: Tupouto'a 'Ulukalala. "2017-09-18", "2023-09-18", "2028-09-18", ) self.assertNonObservedHoliday( # Topou V's Heir: Topou VI (Act 10 of 2010). "2011-07-12", ) def test_coronation_day_anniversary(self): name = ( "Fakamanatu 'o e 'Aho Hilifaki Kalauni 'o 'Ene 'Afio ko e Tu'i 'o Tonga " "'a ia 'oku lolotonga Pule" ) self.assertNoHolidayName(name, range(1989, 2008)) self.assertHolidayName(name, (f"{year}-08-01" for year in {2008, 2009, 2011})) self.assertNoHolidayName(name, range(2012, 2050)) self.assertNoNonObservedHoliday( # Topou V (Act 10 of 2010). "2010-08-02", ) self.assertNonObservedHoliday( # Topou V (Act 10 of 2010). "2010-08-01", ) def test_2017(self): # https://www.officeholidays.com/countries/tonga/2017 self.assertHolidays( Tonga(years=2017), ("2017-01-01", "'Uluaki 'Aho 'o e Ta'u Fo'ou"), ("2017-04-14", "Falaite Lelei"), ("2017-04-17", "Monite 'o e Toetu'u"), ("2017-04-25", "'Aho Anzac"), ("2017-06-05", "'Aho Tau'ataina (fakatokanga'i)"), ("2017-07-04", "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule"), ("2017-09-17", "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga"), ("2017-09-18", "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga (fakatokanga'i)"), ("2017-11-06", "'Aho Konisitutone (fakatokanga'i)"), ("2017-11-29", "'Aho malolo 'akapulu 'a Tonga"), ( "2017-12-04", "'Aho Fakamanatu 'o e Hilifaki Kalauni 'o 'Ene 'Afio ko Siaosi Tupou I", ), ("2017-12-25", "'Aho Kilisimasi"), ("2017-12-26", "'Aho 2 'o e Kilisimasi"), ) def test_2018(self): # https://www.gov.to/press-release/tonga-public-holidays-for-2018/ self.assertHolidays( Tonga(years=2018), ("2018-01-01", "'Uluaki 'Aho 'o e Ta'u Fo'ou"), ("2018-03-30", "Falaite Lelei"), ("2018-04-02", "Monite 'o e Toetu'u"), ("2018-04-25", "'Aho Anzac"), ("2018-06-04", "'Aho Tau'ataina"), ("2018-07-04", "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule"), ("2018-09-17", "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga"), ("2018-11-05", "'Aho Konisitutone (fakatokanga'i)"), ( "2018-12-03", ( "'Aho Fakamanatu 'o e Hilifaki Kalauni 'o 'Ene 'Afio ko " "Siaosi Tupou I (fakatokanga'i)" ), ), ("2018-12-25", "'Aho Kilisimasi"), ("2018-12-26", "'Aho 2 'o e Kilisimasi"), ) def test_2019(self): # https://www.gov.to/press-release/tonga-public-holidays-for-2019-2/ self.assertHolidays( Tonga(years=2019), ("2019-01-01", "'Uluaki 'Aho 'o e Ta'u Fo'ou"), ("2019-04-19", "Falaite Lelei"), ("2019-04-22", "Monite 'o e Toetu'u"), ("2019-04-25", "'Aho Anzac"), ("2019-06-03", "'Aho Tau'ataina (fakatokanga'i)"), ("2019-07-04", "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule"), ("2019-09-17", "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga"), ("2019-09-19", "Me'afaka'eiki 'o e Siteiti 'Akilisi Pohiva"), ("2019-11-04", "'Aho Konisitutone"), ("2019-11-15", "'Aho malolo 'akapulu 'a Tonga"), ( "2019-12-02", ( "'Aho Fakamanatu 'o e Hilifaki Kalauni 'o 'Ene 'Afio ko " "Siaosi Tupou I (fakatokanga'i)" ), ), ("2019-12-25", "'Aho Kilisimasi"), ("2019-12-26", "'Aho 2 'o e Kilisimasi"), ) def test_2020(self): # https://www.gov.to/press-release/tonga-public-holidays-for-2020/ self.assertHolidays( Tonga(years=2020), ("2020-01-01", "'Uluaki 'Aho 'o e Ta'u Fo'ou"), ("2020-04-10", "Falaite Lelei"), ("2020-04-13", "Monite 'o e Toetu'u"), ("2020-04-25", "'Aho Anzac"), ("2020-06-08", "'Aho Tau'ataina (fakatokanga'i)"), ("2020-07-04", "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule"), ("2020-09-17", "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga"), ("2020-11-02", "'Aho Konisitutone (fakatokanga'i)"), ( "2020-12-07", ( "'Aho Fakamanatu 'o e Hilifaki Kalauni 'o 'Ene 'Afio ko " "Siaosi Tupou I (fakatokanga'i)" ), ), ("2020-12-25", "'Aho Kilisimasi"), ("2020-12-26", "'Aho 2 'o e Kilisimasi"), ) def test_2021(self): # https://www.gov.to/press-release/tonga-public-holidays-for-2021/ self.assertHolidays( Tonga(years=2021), ("2021-01-01", "'Uluaki 'Aho 'o e Ta'u Fo'ou"), ("2021-04-02", "Falaite Lelei"), ("2021-04-05", "Monite 'o e Toetu'u"), ("2021-04-25", "'Aho Anzac"), ("2021-06-07", "'Aho Tau'ataina (fakatokanga'i)"), ("2021-07-04", "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule"), ( "2021-07-05", ( "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku " "lolotonga Pule (fakatokanga'i)" ), ), ("2021-09-17", "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga"), ("2021-11-08", "'Aho Konisitutone (fakatokanga'i)"), ( "2021-12-06", ( "'Aho Fakamanatu 'o e Hilifaki Kalauni 'o 'Ene 'Afio ko " "Siaosi Tupou I (fakatokanga'i)" ), ), ("2021-12-25", "'Aho Kilisimasi"), ("2021-12-26", "'Aho 2 'o e Kilisimasi"), ("2021-12-27", "'Aho 2 'o e Kilisimasi (fakatokanga'i)"), # ??? ) def test_2022(self): # https://www.gov.to/press-release/tonga-public-holidays-for-2022/ self.assertHolidays( Tonga(years=2022), ("2022-01-01", "'Uluaki 'Aho 'o e Ta'u Fo'ou"), ("2022-04-15", "Falaite Lelei"), ("2022-04-18", "Monite 'o e Toetu'u"), ("2022-04-25", "'Aho Anzac"), ("2022-06-06", "'Aho Tau'ataina (fakatokanga'i)"), ("2022-07-04", "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule"), ("2022-09-17", "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga"), ("2022-11-07", "'Aho Konisitutone (fakatokanga'i)"), ( "2022-12-05", ( "'Aho Fakamanatu 'o e Hilifaki Kalauni 'o 'Ene 'Afio ko " "Siaosi Tupou I (fakatokanga'i)" ), ), ("2022-12-25", "'Aho Kilisimasi"), ("2022-12-26", "'Aho 2 'o e Kilisimasi"), ) def test_2024(self): # https://www.gov.to/press-release/tonga-public-holidays-for-2024/ self.assertHolidays( Tonga(years=2024), ("2024-01-01", "'Uluaki 'Aho 'o e Ta'u Fo'ou"), ("2024-03-29", "Falaite Lelei"), ("2024-04-01", "Monite 'o e Toetu'u"), ("2024-04-25", "'Aho Anzac"), ("2024-06-03", "'Aho Tau'ataina (fakatokanga'i)"), ("2024-07-04", "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule"), ("2024-09-17", "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga"), ("2024-11-04", "'Aho Konisitutone"), ( "2024-12-02", ( "'Aho Fakamanatu 'o e Hilifaki Kalauni 'o 'Ene 'Afio ko " "Siaosi Tupou I (fakatokanga'i)" ), ), ("2024-12-25", "'Aho Kilisimasi"), ("2024-12-26", "'Aho 2 'o e Kilisimasi"), ) def test_l10n_default(self): # https://www.gov.to/press-release/tonga-public-holidays-for-2023/ self.assertLocalizedHolidays( ("2023-01-01", "'Uluaki 'Aho 'o e Ta'u Fo'ou"), ("2023-04-07", "Falaite Lelei"), ("2023-04-10", "Monite 'o e Toetu'u"), ("2023-04-25", "'Aho Anzac"), ("2023-06-05", "'Aho Tau'ataina (fakatokanga'i)"), ("2023-07-04", "'Aho 'Alo'i 'o 'Ene 'Afio ko e Tu'i 'o Tonga 'oku lolotonga Pule"), ("2023-09-17", "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga"), ("2023-09-18", "'Aho 'Alo'i 'o e 'Ea ki he Kalauni 'o Tonga (fakatokanga'i)"), ("2023-11-06", "'Aho Konisitutone (fakatokanga'i)"), ( "2023-12-04", "'Aho Fakamanatu 'o e Hilifaki Kalauni 'o 'Ene 'Afio ko Siaosi Tupou I", ), ("2023-12-25", "'Aho Kilisimasi"), ("2023-12-26", "'Aho 2 'o e Kilisimasi"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-04-07", "Good Friday"), ("2023-04-10", "Easter Monday"), ("2023-04-25", "Anzac Day"), ("2023-06-05", "Emancipation Day (observed)"), ("2023-07-04", "Birthday of the Reigning Sovereign of Tonga"), ("2023-09-17", "Birthday of the Heir to the Crown of Tonga"), ("2023-09-18", "Birthday of the Heir to the Crown of Tonga (observed)"), ("2023-11-06", "Constitution Day (observed)"), ("2023-12-04", "Anniversary of the Coronation of HM King George Tupou I"), ("2023-12-25", "Christmas Day"), ("2023-12-26", "Boxing Day"), ) holidays-0.71/tests/countries/test_tunisia.py000066400000000000000000000077701500152103600215230ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.tunisia import Tunisia, TN, TUN from tests.common import CommonCountryTests class TestTunisia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Tunisia) def test_country_aliases(self): self.assertAliases(Tunisia, TN, TUN) def test_2021(self): self.assertHolidayDates( "2021-01-01", "2021-01-14", "2021-03-20", "2021-04-09", "2021-05-01", "2021-05-13", "2021-05-14", "2021-05-15", "2021-07-19", "2021-07-20", "2021-07-21", "2021-07-22", "2021-07-25", "2021-08-09", "2021-08-13", "2021-10-15", "2021-10-18", ) def test_hijri_based(self): self.assertHoliday( # Eid al-Fitr "2021-05-13", "2021-05-14", "2021-05-15", # Eid al-Adha "2006-01-10", "2006-12-31", "2021-07-19", "2021-07-20", "2021-07-21", "2021-07-22", # Islamic New Year "2008-01-10", "2008-12-29", "2021-08-09", # Prophet Muhammad's Birthday "2021-10-18", ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "رأس السنة الميلادية"), ("2023-01-14", "عيد الثورة والشباب"), ("2023-03-20", "عيد الإستقلال"), ("2023-04-09", "عيد الشهداء"), ("2023-04-21", "(تقدير) عيد الفطر"), ("2023-04-22", "(تقدير) عطلة عيد الفطر"), ("2023-04-23", "(تقدير) عطلة عيد الفطر"), ("2023-05-01", "عيد العمال"), ("2023-06-27", "(تقدير) يوم عرفة"), ("2023-06-28", "(تقدير) عيد الأضحى"), ("2023-06-29", "(تقدير) عطلة عيد الأضحى"), ("2023-06-30", "(تقدير) عطلة عيد الأضحى"), ("2023-07-19", "(تقدير) رأس السنة الهجرية"), ("2023-07-25", "عيد الجمهورية"), ("2023-08-13", "عيد المرأة"), ("2023-09-27", "(تقدير) عيد المولد النبوي"), ("2023-10-15", "عيد الجلاء"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-14", "Revolution and Youth Day"), ("2023-03-20", "Independence Day"), ("2023-04-09", "Martyrs' Day"), ("2023-04-21", "Eid al-Fitr (estimated)"), ("2023-04-22", "Eid al-Fitr Holiday (estimated)"), ("2023-04-23", "Eid al-Fitr Holiday (estimated)"), ("2023-05-01", "Labor Day"), ("2023-06-27", "Arafat Day (estimated)"), ("2023-06-28", "Eid al-Adha (estimated)"), ("2023-06-29", "Eid al-Adha Holiday (estimated)"), ("2023-06-30", "Eid al-Adha Holiday (estimated)"), ("2023-07-19", "Islamic New Year (estimated)"), ("2023-07-25", "Republic Day"), ("2023-08-13", "Women's Day"), ("2023-09-27", "Prophet's Birthday (estimated)"), ("2023-10-15", "Evacuation Day"), ) holidays-0.71/tests/countries/test_turkey.py000066400000000000000000000221131500152103600213560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import _timedelta from holidays.constants import HALF_DAY, PUBLIC from holidays.countries.turkey import Turkey, TR, TUR from tests.common import CommonCountryTests class TestTurkey(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Turkey, years=range(1936, 2050)) def test_country_aliases(self): self.assertAliases(Turkey, TR, TUR) def test_no_holidays(self): self.assertNoHolidays(Turkey(categories=(HALF_DAY, PUBLIC), years=1935)) def test_special_holidays(self): self.assertHoliday("1999-12-31") def test_new_years_day(self): self.assertHolidayName("Yılbaşı", (f"{year}-01-01" for year in range(1936, 2050))) def test_national_sovereignty_and_childrens_day(self): name_1 = "Ulusal Egemenlik Bayramı" name_2 = "Ulusal Egemenlik ve Çocuk Bayramı" self.assertHolidayName(name_1, (f"{year}-04-23" for year in range(1936, 1981))) self.assertHolidayName(name_2, (f"{year}-04-23" for year in range(1981, 2050))) self.assertNoHolidayName(name_1, range(1981, 2050)) self.assertNoHolidayName(name_2, range(1936, 1981)) def test_labor_day(self): name = "Emek ve Dayanışma Günü" self.assertHolidayName(name, (f"{year}-05-01" for year in range(2009, 2050))) self.assertNoHolidayName(name, range(1936, 2009)) def test_ataturk_youth_and_sports_day(self): name_1 = "Gençlik ve Spor Bayramı" name_2 = "Atatürk'ü Anma, Gençlik ve Spor Bayramı" self.assertHolidayName(name_1, (f"{year}-05-19" for year in range(1936, 1981))) self.assertHolidayName(name_2, (f"{year}-05-19" for year in range(1981, 2050))) self.assertNoHolidayName(name_1, range(1981, 2050)) self.assertNoHolidayName(name_2, range(1936, 1981)) def test_freedom_and_constitution_day(self): name = "Hürriyet ve Anayasa Bayramı" self.assertHolidayName(name, (f"{year}-05-27" for year in range(1963, 1981))) self.assertNoHolidayName(name, range(1936, 1963), range(1981, 2050)) def test_democracy_and_national_unity_day(self): name = "Demokrasi ve Millî Birlik Günü" self.assertHolidayName(name, (f"{year}-07-15" for year in range(2017, 2050))) self.assertNoHolidayName(name, range(1936, 2017)) def test_victory_day(self): self.assertHolidayName("Zafer Bayramı", (f"{year}-08-30" for year in range(1936, 2050))) def test_republic_day(self): name = "Cumhuriyet Bayramı" self.assertHolidayName(name, (f"{year}-10-29" for year in range(1936, 2050))) self.assertHolidayName(name, (f"{year}-10-30" for year in range(1936, 1981))) self.assertHolidayName( f"{name} (saat 13.00'ten)", Turkey(categories=HALF_DAY, years=range(1936, 2050)), (f"{year}-10-28" for year in range(1936, 2050)), ) def test_eid_al_fitr(self): name = "Ramazan Bayramı" half_day_holidays = Turkey(categories=HALF_DAY, years=range(1936, 2050)) for ymd in ( (2000, 1, 8), (2000, 12, 27), (2010, 9, 9), (2018, 6, 15), (2019, 6, 4), (2020, 5, 24), (2021, 5, 13), (2022, 5, 2), (2023, 4, 21), ): dt = date(*ymd) self.assertHolidayName(name, dt, _timedelta(dt, +1), _timedelta(dt, +2)) self.assertHolidayName( f"{name} (saat 13.00'ten)", half_day_holidays, _timedelta(dt, -1) ) def test_eid_al_adha(self): name = "Kurban Bayramı" half_day_holidays = Turkey(categories=HALF_DAY, years=range(1936, 2050)) for ymd in ( (2006, 1, 10), (2006, 12, 31), (2010, 11, 16), (2018, 8, 21), (2019, 8, 11), (2020, 7, 31), (2021, 7, 20), (2022, 7, 9), (2023, 6, 28), ): dt = date(*ymd) self.assertHolidayName( name, dt, _timedelta(dt, +1), _timedelta(dt, +2), _timedelta(dt, +3) ) self.assertHolidayName( f"{name} (saat 13.00'ten)", half_day_holidays, _timedelta(dt, -1) ) def test_2022(self): self.assertHolidays( Turkey(years=2022), ("2022-01-01", "Yılbaşı"), ("2022-04-23", "Ulusal Egemenlik ve Çocuk Bayramı"), ("2022-05-01", "Emek ve Dayanışma Günü"), ("2022-05-02", "Ramazan Bayramı"), ("2022-05-03", "Ramazan Bayramı"), ("2022-05-04", "Ramazan Bayramı"), ("2022-05-19", "Atatürk'ü Anma, Gençlik ve Spor Bayramı"), ("2022-07-09", "Kurban Bayramı"), ("2022-07-10", "Kurban Bayramı"), ("2022-07-11", "Kurban Bayramı"), ("2022-07-12", "Kurban Bayramı"), ("2022-07-15", "Demokrasi ve Millî Birlik Günü"), ("2022-08-30", "Zafer Bayramı"), ("2022-10-29", "Cumhuriyet Bayramı"), ) def test_2022_half_day(self): self.assertHolidays( Turkey(categories=HALF_DAY, years=2022), ("2022-05-01", "Ramazan Bayramı (saat 13.00'ten)"), ("2022-07-08", "Kurban Bayramı (saat 13.00'ten)"), ("2022-10-28", "Cumhuriyet Bayramı (saat 13.00'ten)"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Yılbaşı"), ("2023-04-20", "Ramazan Bayramı (saat 13.00'ten)"), ("2023-04-21", "Ramazan Bayramı"), ("2023-04-22", "Ramazan Bayramı"), ("2023-04-23", "Ramazan Bayramı; Ulusal Egemenlik ve Çocuk Bayramı"), ("2023-05-01", "Emek ve Dayanışma Günü"), ("2023-05-19", "Atatürk'ü Anma, Gençlik ve Spor Bayramı"), ("2023-06-27", "Kurban Bayramı (saat 13.00'ten)"), ("2023-06-28", "Kurban Bayramı"), ("2023-06-29", "Kurban Bayramı"), ("2023-06-30", "Kurban Bayramı"), ("2023-07-01", "Kurban Bayramı"), ("2023-07-15", "Demokrasi ve Millî Birlik Günü"), ("2023-08-30", "Zafer Bayramı"), ("2023-10-28", "Cumhuriyet Bayramı (saat 13.00'ten)"), ("2023-10-29", "Cumhuriyet Bayramı"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-04-20", "Eid al-Fitr (from 1pm)"), ("2023-04-21", "Eid al-Fitr"), ("2023-04-22", "Eid al-Fitr"), ("2023-04-23", "Eid al-Fitr; National Sovereignty and Children's Day"), ("2023-05-01", "Labour and Solidarity Day"), ("2023-05-19", "Commemoration of Atatürk, Youth and Sports Day"), ("2023-06-27", "Eid al-Adha (from 1pm)"), ("2023-06-28", "Eid al-Adha"), ("2023-06-29", "Eid al-Adha"), ("2023-06-30", "Eid al-Adha"), ("2023-07-01", "Eid al-Adha"), ("2023-07-15", "Democracy and National Unity Day"), ("2023-08-30", "Victory Day"), ("2023-10-28", "Republic Day (from 1pm)"), ("2023-10-29", "Republic Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "Новий рік"), ("2023-04-20", "Рамазан-байрам (з 13:00)"), ("2023-04-21", "Рамазан-байрам"), ("2023-04-22", "Рамазан-байрам"), ("2023-04-23", "День національної незалежності та дітей; Рамазан-байрам"), ("2023-05-01", "День праці та солідарності"), ("2023-05-19", "День вшанування памʼяті Ататюрка, молоді та спорту"), ("2023-06-27", "Курбан-байрам (з 13:00)"), ("2023-06-28", "Курбан-байрам"), ("2023-06-29", "Курбан-байрам"), ("2023-06-30", "Курбан-байрам"), ("2023-07-01", "Курбан-байрам"), ("2023-07-15", "День демократії та національної єдності"), ("2023-08-30", "День Перемоги"), ("2023-10-28", "День Республіки (з 13:00)"), ("2023-10-29", "День Республіки"), ) holidays-0.71/tests/countries/test_tuvalu.py000066400000000000000000000335321500152103600213620ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.tuvalu import Tuvalu, TV, TUV from tests.common import CommonCountryTests class TestTuvalu(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1990, 2050) super().setUpClass(Tuvalu, years=years) cls.subdiv_holidays = { subdiv: Tuvalu(subdiv=subdiv, years=years) for subdiv in Tuvalu.subdivisions } def test_country_aliases(self): self.assertAliases(Tuvalu, TV, TUV) def test_new_years(self): name = "Tausaga Fou" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1990, 2050))) def test_commonwealth_day(self): name = "Aso Atefenua" dt = ( "2001-03-12", "2002-03-11", "2003-03-10", "2004-03-08", "2005-03-14", "2006-03-13", "2007-03-12", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1990, 2020)) self.assertNoHolidayName(name, range(2021, 2050)) def test_good_friday(self): name = "Aso toe tu" dt = ( "1999-04-02", "2000-04-21", "2010-04-02", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1990, 2050)) def test_easter_monday(self): name = "Toe Tu aso gafua" dt = ( "1999-04-05", "2000-04-24", "2010-04-05", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1990, 2050)) def test_gospel_day(self): name = "Te Aso o te Tala Lei" dt = ( "2001-05-14", "2002-05-13", "2003-05-12", "2004-05-10", "2005-05-09", "2006-05-15", "2007-05-14", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1990, 2050)) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NKL": self.assertHolidayName( name, holidays, (f"{year}-05-10" for year in range(1990, 2050)) ) def test_king_birthday(self): name = "Asofanau Tupu" dt = ( "2024-06-08", "2025-06-14", "2026-06-13", "2027-06-12", "2028-06-10", "2029-06-09", "2030-06-08", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(2023, 2050)) self.assertNoHolidayName(name, range(1990, 2023)) def test_queen_birthday(self): name = "Asofanau Fafine" dt = ( "1990-06-09", "1991-06-08", "1992-06-13", "1999-06-12", "2002-06-08", "2007-06-09", "2008-06-14", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1990, 2023)) self.assertNoHolidayName(name, range(2023, 2050)) def test_national_children_day(self): name = "Aso Tamaliki" dt = ( "2012-08-06", "2013-08-05", "2014-08-04", "2015-08-03", "2016-08-01", "2020-10-12", "2021-10-11", "2022-10-10", "2023-10-09", "2024-10-14", "2025-10-13", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1990, 2050)) def test_national_youth_day(self): name = "Aso tupulaga" dt = ( "2020-08-03", "2021-08-02", "2022-08-01", "2023-08-07", "2024-08-05", "2025-08-04", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(2019, 2050)) self.assertNoHolidayName(name, range(1990, 2019)) def test_tuvalu_day(self): name = "Tutokotasi" self.assertHolidayName(name, (f"{year}-10-01" for year in range(1990, 2050))) self.assertHolidayName(name, (f"{year}-10-02" for year in range(1990, 2050))) def test_heir_to_the_throne_birthday(self): name = "Aso fanau o te sui ote Tupu" dt = ( "1990-11-12", "1996-11-11", "2000-11-13", "2001-11-12", "2009-11-09", "2015-11-09", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(1990, 2023)) self.assertNoHolidayName(name, range(2023, 2050)) def test_christmas_day(self): self.assertHolidayName("Kilisimasi", (f"{year}-12-25" for year in range(1990, 2050))) def test_boxing_day(self): self.assertHolidayName("Aso Faipele", (f"{year}-12-26" for year in range(1990, 2050))) def test_the_day_of_the_bombing(self): name = "Te Aso o te Paula" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "FUN": self.assertHolidayName( name, holidays, (f"{year}-04-23" for year in range(1990, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_cyclone_day(self): name = "Aso o te matagi" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "FUN": self.assertHolidayName( name, holidays, (f"{year}-10-21" for year in range(1990, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_niutao_day(self): name = "Te Aso o te Setema" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NIT": self.assertHolidayName( name, holidays, (f"{year}-09-17" for year in range(1990, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_nukufetau_day(self): name = "Te Aso O Tutasi" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NKF": self.assertHolidayName( name, holidays, (f"{year}-02-11" for year in range(1990, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_golden_jubilee(self): name = "Te Po o Tefolaha" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NMA": self.assertHolidayName( name, holidays, (f"{year}-01-08" for year in range(1990, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_big_day(self): name = "Po Lahi" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NMA": self.assertHolidayName( name, holidays, (f"{year}-02-03" for year in range(1990, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_nanumaga_day(self): name = "Aho o te Fakavae" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NMG": self.assertHolidayName( name, holidays, (f"{year}-04-15" for year in range(1990, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_day_of_the_flood(self): name = "Bogin te Ieka" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NUI": self.assertHolidayName( name, holidays, (f"{year}-02-16" for year in range(1990, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_happy_day(self): name = "Te Aso Fiafia" for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "VAI": self.assertHolidayName( name, holidays, (f"{year}-11-25" for year in range(1990, 2050)) ) else: self.assertNoHolidayName(name, holidays) def test_all_holidays(self): holidays_found = set() for subdiv in Tuvalu.subdivisions: holidays_found.update( Tuvalu( subdiv=subdiv, observed=False, years=(1990, 2007, 2012, 2015, 2023), ).values() ) all_holidays = { "Aho o te Fakavae", "Aso Atefenua", "Aso Faipele", "Aso fanau o te sui ote Tupu", "Aso o te matagi", "Aso Tamaliki", "Aso toe tu", "Aso tupulaga", "Asofanau Fafine", "Asofanau Tupu", "Bogin te Ieka", "Kilisimasi", "Po Lahi", "Tausaga Fou", "Te Aso Fiafia", "Te Aso o te Paula", "Te Aso o te Setema", "Te Aso o te Tala Lei", "Te Aso O Tutasi", "Te Po o Tefolaha", "Toe Tu aso gafua", "Tutokotasi", } self.assertEqual(all_holidays, holidays_found) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Tausaga Fou"), ("2022-01-03", "Tausaga Fou (fakamatakuga)"), ("2022-01-08", "Te Po o Tefolaha"), ("2022-02-03", "Po Lahi"), ("2022-02-11", "Te Aso O Tutasi"), ("2022-02-16", "Bogin te Ieka"), ("2022-04-15", "Aho o te Fakavae; Aso toe tu"), ("2022-04-18", "Toe Tu aso gafua"), ("2022-04-23", "Te Aso o te Paula"), ("2022-05-09", "Te Aso o te Tala Lei"), ("2022-05-10", "Te Aso o te Tala Lei"), ("2022-06-11", "Asofanau Fafine"), ("2022-08-01", "Aso tupulaga"), ("2022-09-17", "Te Aso o te Setema"), ("2022-10-01", "Tutokotasi"), ("2022-10-02", "Tutokotasi"), ("2022-10-03", "Tutokotasi (fakamatakuga)"), ("2022-10-04", "Tutokotasi (fakamatakuga)"), ("2022-10-10", "Aso Tamaliki"), ("2022-10-21", "Aso o te matagi"), ("2022-11-14", "Aso fanau o te sui ote Tupu"), ("2022-11-25", "Te Aso Fiafia"), ("2022-12-25", "Kilisimasi"), ("2022-12-26", "Aso Faipele"), ("2022-12-27", "Kilisimasi (fakamatakuga)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-01-08", "Golden Jubilee"), ("2022-02-03", "Big Day"), ("2022-02-11", "Nukufetau Day"), ("2022-02-16", "Day of the Flood"), ("2022-04-15", "Good Friday; Nanumaga Day"), ("2022-04-18", "Easter Monday"), ("2022-04-23", "The Day of the Bombing"), ("2022-05-09", "Gospel Day"), ("2022-05-10", "Gospel Day"), ("2022-06-11", "Queen's Birthday"), ("2022-08-01", "National Youth Day"), ("2022-09-17", "Niutao Day"), ("2022-10-01", "Tuvalu Day"), ("2022-10-02", "Tuvalu Day"), ("2022-10-03", "Tuvalu Day (observed)"), ("2022-10-04", "Tuvalu Day (observed)"), ("2022-10-10", "National Children's Day"), ("2022-10-21", "Cyclone Day"), ("2022-11-14", "Heir to the Throne's Birthday"), ("2022-11-25", "Happy Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) def test_l10n_en_gb(self): self.assertLocalizedHolidays( "en_GB", ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-01-08", "Golden Jubilee"), ("2022-02-03", "Big Day"), ("2022-02-11", "Nukufetau Day"), ("2022-02-16", "Day of the Flood"), ("2022-04-15", "Good Friday; Nanumaga Day"), ("2022-04-18", "Easter Monday"), ("2022-04-23", "The Day of the Bombing"), ("2022-05-09", "Gospel Day"), ("2022-05-10", "Gospel Day"), ("2022-06-11", "Queen's Birthday"), ("2022-08-01", "National Youth Day"), ("2022-09-17", "Niutao Day"), ("2022-10-01", "Tuvalu Day"), ("2022-10-02", "Tuvalu Day"), ("2022-10-03", "Tuvalu Day (observed)"), ("2022-10-04", "Tuvalu Day (observed)"), ("2022-10-10", "National Children's Day"), ("2022-10-21", "Cyclone Day"), ("2022-11-14", "Heir to the Throne's Birthday"), ("2022-11-25", "Happy Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) holidays-0.71/tests/countries/test_ukraine.py000066400000000000000000000651151500152103600215020ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import WORKDAY from holidays.countries.ukraine import Ukraine, UA, UKR from tests.common import CommonCountryTests, WorkingDayTests class TestUkraine(CommonCountryTests, WorkingDayTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Ukraine, years=range(1991, 2023), years_non_observed=range(1991, 2023)) def test_country_aliases(self): self.assertAliases(Ukraine, UA, UKR) def test_no_holidays(self): self.assertNoHolidays(Ukraine(years=1990)) self.assertNoHolidays(Ukraine(years=2023)) self.assertNoHolidays(Ukraine(categories=WORKDAY, years=2021)) def test_special_holidays(self): self.assertHoliday("1995-01-09") def test_substituted_holidays(self): self.assertHoliday( "1991-05-03", "1991-05-10", "1991-07-15", "1992-01-06", "1992-04-27", "1993-01-08", "1993-08-23", "1994-03-07", "1995-05-08", "1995-08-25", "1995-11-06", "1996-05-03", "1996-05-10", "1997-01-02", "1997-01-06", "1997-01-08", "1997-04-29", "1997-04-30", "1998-01-02", "1999-01-08", "1999-04-12", "1999-08-23", "2000-05-08", "2000-08-25", "2001-03-09", "2001-04-30", "2001-05-10", "2001-05-11", "2001-06-29", "2001-12-31", "2002-05-03", "2002-12-30", "2002-12-31", "2003-01-06", "2004-01-02", "2004-01-05", "2004-01-06", "2004-08-23", "2005-03-07", "2005-05-10", "2005-06-27", "2006-01-03", "2006-01-04", "2006-01-05", "2006-01-06", "2006-05-08", "2006-08-25", "2007-01-02", "2007-01-03", "2007-01-04", "2007-01-05", "2007-03-09", "2007-04-30", "2007-06-29", "2007-12-31", "2008-01-02", "2008-01-03", "2008-01-04", "2008-04-29", "2008-04-30", "2009-01-02", "2009-01-05", "2009-01-06", "2010-01-04", "2010-01-05", "2010-01-06", "2010-01-08", "2010-08-23", "2011-03-07", "2011-06-27", "2012-03-09", "2012-04-30", "2012-06-29", "2012-12-31", "2013-05-03", "2013-05-10", "2014-01-02", "2014-01-03", "2014-01-06", "2015-01-02", "2015-01-08", "2015-01-09", "2016-01-08", "2016-03-07", "2016-06-27", "2017-05-08", "2017-08-25", "2018-03-09", "2018-04-30", "2018-06-29", "2018-12-24", "2018-12-31", "2019-04-30", "2019-12-30", "2019-12-31", "2020-01-06", "2021-01-08", "2021-08-23", "2021-10-15", "2022-03-07", ) def test_workdays(self): self.assertWorkingDay( "1991-05-05", "1991-05-12", "1991-07-13", "1992-01-04", "1992-05-16", "1993-01-10", "1993-08-21", "1994-03-05", "1995-05-06", "1995-08-27", "1995-11-04", "1996-05-05", "1996-05-12", "1996-12-28", "1997-01-04", "1997-01-11", "1997-04-19", "1997-05-17", "1998-01-04", "1999-01-10", "1999-04-24", "1999-08-21", "2000-05-06", "2000-08-27", "2001-03-11", "2001-04-28", "2001-05-05", "2001-05-06", "2001-06-23", "2001-12-29", "2002-05-11", "2002-12-28", "2002-12-29", "2003-01-04", "2004-01-10", "2004-01-17", "2004-01-31", "2004-08-21", "2005-03-05", "2005-05-14", "2005-06-25", "2006-01-21", "2006-02-04", "2006-02-18", "2006-03-11", "2006-05-06", "2006-09-09", "2007-01-20", "2007-01-27", "2007-02-10", "2007-02-24", "2007-03-03", "2007-04-28", "2007-06-16", "2007-12-29", "2008-01-12", "2008-01-26", "2008-02-09", "2008-05-17", "2008-05-31", "2009-01-10", "2009-01-24", "2009-02-07", "2010-01-30", "2010-02-13", "2010-02-27", "2010-03-13", "2010-08-21", "2011-03-12", "2011-06-25", "2012-03-03", "2012-04-28", "2012-07-07", "2012-12-29", "2013-05-18", "2013-06-01", "2014-01-11", "2014-01-25", "2014-02-08", "2015-01-17", "2015-01-31", "2015-02-14", "2016-01-16", "2016-03-12", "2016-07-02", "2017-05-13", "2017-08-19", "2018-03-03", "2018-05-05", "2018-06-23", "2018-12-22", "2018-12-29", "2019-05-11", "2019-12-21", "2019-12-28", "2020-01-11", "2021-01-16", "2021-08-28", "2021-10-23", "2022-03-12", ) for year, dts in { 1996: ( "1996-05-05", "1996-05-12", "1996-12-28", ), }.items(): self.assertWorkingDay(Ukraine(years=year), dts) def test_new_year_day(self): self.assertHoliday(f"{year}-01-01" for year in range(1991, 2023)) dt = ( "2011-01-03", "2012-01-02", "2017-01-02", "2022-01-03", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_christmas_julian_day(self): self.assertHoliday(f"{year}-01-07" for year in range(1991, 2023)) dt = ( "2012-01-09", "2017-01-09", "2018-01-08", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_womens_day(self): self.assertHoliday(f"{year}-03-08" for year in range(1991, 2023)) dt = ( "2014-03-10", "2015-03-09", "2020-03-09", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_easter(self): name = "Великдень (Пасха)" self.assertHolidayName( name, "2010-04-04", "2011-04-24", "2012-04-15", "2013-05-05", "2014-04-20", "2015-04-12", "2016-05-01", "2017-04-16", "2018-04-08", "2019-04-28", "2020-04-19", "2021-05-02", ) self.assertHolidayName(name, range(1991, 2022)) dt = ( "2010-04-05", "2011-04-25", "2012-04-16", "2013-05-06", "2014-04-21", "2015-04-13", "2016-05-03", "2017-04-17", "2018-04-09", "2019-04-29", "2020-04-20", "2021-05-04", # special cases "2000-05-03", "2005-05-03", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_trinity(self): name = "Трійця" self.assertHolidayName( name, "2010-05-23", "2011-06-12", "2012-06-03", "2013-06-23", "2014-06-08", "2015-05-31", "2016-06-19", "2017-06-04", "2018-05-27", "2019-06-16", "2020-06-07", "2021-06-20", ) self.assertHolidayName(name, range(1991, 2022)) dt = ( "2010-05-24", "2011-06-13", "2012-06-04", "2013-06-24", "2014-06-09", "2015-06-01", "2016-06-20", "2017-06-05", "2018-05-28", "2019-06-17", "2020-06-08", "2021-06-21", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_labour_day(self): name_before = "День міжнародної солідарності трудящих" name_after = "День праці" self.assertHoliday(f"{year}-05-01" for year in range(1991, 2022)) self.assertHoliday(f"{year}-05-02" for year in range(1991, 2018)) self.assertNoHoliday("2018-05-02") self.assertNoHolidayName(name_after, range(1919, 2018)) self.assertNoHolidayName(name_before, range(2018, 2022)) dt = ( "2010-05-03", "2010-05-04", "2011-05-03", "2015-05-04", "2016-05-03", "2021-05-03", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_victory_day(self): name = "День перемоги над нацизмом у Другій світовій війні (День перемоги)" self.assertHoliday(f"{year}-05-09" for year in range(1991, 2022)) self.assertNoHolidayName(name, range(1991, 2016)) dt = ( "2010-05-10", "2015-05-11", "2020-05-11", "2021-05-10", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_constitution_day(self): self.assertNoHoliday(f"{year}-06-28" for year in range(1991, 1997)) self.assertNoHolidayName("День Конституції України", range(1991, 1997)) self.assertHoliday(f"{year}-06-28" for year in range(1997, 2022)) dt = ( "2014-06-30", "2015-06-29", "2020-06-29", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_independence_day(self): self.assertHoliday("1991-07-16") self.assertHoliday(f"{year}-08-24" for year in range(1992, 2022)) self.assertNoHoliday("1991-08-24", "1992-07-16") dt = ( "2013-08-26", "2014-08-25", "2019-08-26", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_defenders_day(self): name_before = "День захисника України" name_after = "День захисників і захисниць України" self.assertNoHoliday(f"{year}-10-14" for year in range(1991, 2015)) self.assertHoliday(f"{year}-10-14" for year in range(2015, 2022)) self.assertNoHolidayName(name_before, range(1991, 2015)) self.assertNoHolidayName(name_before, range(2021, 2022)) self.assertNoHolidayName(name_after, range(1991, 2021)) dt = ( "2017-10-16", "2018-10-15", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_october_revolution_day(self): self.assertHoliday(f"{year}-11-07" for year in range(1991, 2000)) self.assertHoliday(f"{year}-11-08" for year in range(1991, 2000)) self.assertNoHoliday(f"{year}-11-07" for year in range(2000, 2022)) self.assertNoHoliday(f"{year}-11-08" for year in range(2000, 2022)) self.assertNoHolidayName( "Річниця Великої Жовтневої соціалістичної революції", range(2000, 2022) ) dt = ( "1997-11-10", "1999-11-09", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_christmas_gregorian_day(self): self.assertNoHoliday(f"{year}-12-25" for year in range(1991, 2017)) self.assertHoliday(f"{year}-12-25" for year in range(2017, 2022)) dt = "2021-12-27" self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_2018(self): # https://www.buhoblik.org.ua/kadry-zarplata/vremya/3678-3678-normi-trivalosti-robochogo-chasu.html self.assertHolidayDates( Ukraine(years=2018), "2018-01-01", "2018-01-07", "2018-01-08", "2018-03-08", "2018-03-09", "2018-04-08", "2018-04-09", "2018-04-30", "2018-05-01", "2018-05-09", "2018-05-27", "2018-05-28", "2018-06-28", "2018-06-29", "2018-08-24", "2018-10-14", "2018-10-15", "2018-12-24", "2018-12-25", "2018-12-31", ) def test_2019(self): # https://www.buhoblik.org.ua/kadry-zarplata/vremya/3946-3946-normi-trivalosti-robochogo-chasu.html self.assertHolidayDates( Ukraine(years=2019), "2019-01-01", "2019-01-07", "2019-03-08", "2019-04-28", "2019-04-29", "2019-04-30", "2019-05-01", "2019-05-09", "2019-06-16", "2019-06-17", "2019-06-28", "2019-08-24", "2019-08-26", "2019-10-14", "2019-12-25", "2019-12-30", "2019-12-31", ) def test_2020(self): # https://www.buhoblik.org.ua/kadry-zarplata/vremya/4058-4058-normi-trivalosti-robochogo-chasu.html self.assertHolidayDates( Ukraine(years=2020), "2020-01-01", "2020-01-06", "2020-01-07", "2020-03-08", "2020-03-09", "2020-04-19", "2020-04-20", "2020-05-01", "2020-05-09", "2020-05-11", "2020-06-07", "2020-06-08", "2020-06-28", "2020-06-29", "2020-08-24", "2020-10-14", "2020-12-25", ) def test_2021(self): # https://www.buhoblik.org.ua/kadry-zarplata/vremya/4221-4221-norma-trivalosti-robochogo-chasu.html self.assertHolidays( Ukraine(years=2021), ("2021-01-01", "Новий рік"), ("2021-01-07", "Різдво Христове"), ("2021-01-08", "Вихідний день (перенесено з 16.01.2021)"), ("2021-03-08", "Міжнародний жіночий день"), ("2021-05-01", "День праці"), ("2021-05-02", "Великдень (Пасха)"), ("2021-05-03", "День праці (вихідний)"), ("2021-05-04", "Великдень (Пасха) (вихідний)"), ("2021-05-09", "День перемоги над нацизмом у Другій світовій війні (День перемоги)"), ( "2021-05-10", "День перемоги над нацизмом у Другій світовій війні (День перемоги) (вихідний)", ), ("2021-06-20", "Трійця"), ("2021-06-21", "Трійця (вихідний)"), ("2021-06-28", "День Конституції України"), ("2021-08-23", "Вихідний день (перенесено з 28.08.2021)"), ("2021-08-24", "День незалежності України"), ("2021-10-14", "День захисників і захисниць України"), ("2021-10-15", "Вихідний день (перенесено з 23.10.2021)"), ("2021-12-25", "Різдво Христове"), ("2021-12-27", "Різдво Христове (вихідний)"), ) def test_2022(self): # https://www.buhoblik.org.ua/kadry-zarplata/vremya/4246-norma-trivalosti-robochogo-chasu-2022.html self.assertHolidays( Ukraine(years=2022), ("2022-01-01", "Новий рік"), ("2022-01-03", "Новий рік (вихідний)"), ("2022-01-07", "Різдво Христове"), ("2022-03-07", "Вихідний день (перенесено з 12.03.2022)"), ("2022-03-08", "Міжнародний жіночий день"), ) def test_2022_workday(self): self.assertHolidays( Ukraine(categories=WORKDAY, years=2022), ("2022-04-24", "Великдень (Пасха)"), ("2022-05-01", "День праці"), ("2022-05-09", "День перемоги над нацизмом у Другій світовій війні (День перемоги)"), ("2022-06-12", "Трійця"), ("2022-06-28", "День Конституції України"), ("2022-07-28", "День Української Державності"), ("2022-08-24", "День незалежності України"), ("2022-10-14", "День захисників і захисниць України"), ("2022-12-25", "Різдво Христове"), ) def test_2023_workday(self): self.assertHolidays( Ukraine(categories=WORKDAY, years=2023), ("2023-01-01", "Новий рік"), ("2023-01-07", "Різдво Христове"), ("2023-03-08", "Міжнародний жіночий день"), ("2023-04-16", "Великдень (Пасха)"), ("2023-05-01", "День праці"), ("2023-05-09", "День перемоги над нацизмом у Другій світовій війні (День перемоги)"), ("2023-06-04", "Трійця"), ("2023-06-28", "День Конституції України"), ("2023-07-28", "День Української Державності"), ("2023-08-24", "День незалежності України"), ("2023-10-01", "День захисників і захисниць України"), ("2023-12-25", "Різдво Христове"), ) def test_2024_workday(self): self.assertHolidays( Ukraine(categories=WORKDAY, years=2024), ("2024-01-01", "Новий рік"), ("2024-03-08", "Міжнародний жіночий день"), ("2024-05-01", "День праці"), ("2024-05-05", "Великдень (Пасха)"), ( "2024-05-08", "День памʼяті та перемоги над нацизмом у Другій світовій війні 1939-1945 років", ), ("2024-06-23", "Трійця"), ("2024-06-28", "День Конституції України"), ("2024-07-15", "День Української Державності"), ("2024-08-24", "День незалежності України"), ("2024-10-01", "День захисників і захисниць України"), ("2024-12-25", "Різдво Христове"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2021-01-01", "Новий рік"), ("2021-01-07", "Різдво Христове"), ("2021-01-08", "Вихідний день (перенесено з 16.01.2021)"), ("2021-03-08", "Міжнародний жіночий день"), ("2021-05-01", "День праці"), ("2021-05-02", "Великдень (Пасха)"), ("2021-05-03", "День праці (вихідний)"), ("2021-05-04", "Великдень (Пасха) (вихідний)"), ("2021-05-09", "День перемоги над нацизмом у Другій світовій війні (День перемоги)"), ( "2021-05-10", "День перемоги над нацизмом у Другій світовій війні (День перемоги) (вихідний)", ), ("2021-06-20", "Трійця"), ("2021-06-21", "Трійця (вихідний)"), ("2021-06-28", "День Конституції України"), ("2021-08-23", "Вихідний день (перенесено з 28.08.2021)"), ("2021-08-24", "День незалежності України"), ("2021-10-14", "День захисників і захисниць України"), ("2021-10-15", "Вихідний день (перенесено з 23.10.2021)"), ("2021-12-25", "Різдво Христове"), ("2021-12-27", "Різдво Христове (вихідний)"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2021-01-01", "New Year's Day"), ("2021-01-07", "Christmas Day"), ("2021-01-08", "Day off (substituted from 01/16/2021)"), ("2021-03-08", "International Women's Day"), ("2021-05-01", "Labor Day"), ("2021-05-02", "Easter Sunday (Pascha)"), ("2021-05-03", "Labor Day (observed)"), ("2021-05-04", "Easter Sunday (Pascha) (observed)"), ("2021-05-09", "Day of Victory over Nazism in World War II (Victory Day)"), ("2021-05-10", "Day of Victory over Nazism in World War II (Victory Day) (observed)"), ("2021-06-20", "Holy Trinity Day"), ("2021-06-21", "Holy Trinity Day (observed)"), ("2021-06-28", "Day of the Constitution of Ukraine"), ("2021-08-23", "Day off (substituted from 08/28/2021)"), ("2021-08-24", "Independence Day"), ("2021-10-14", "Day of defenders of Ukraine"), ("2021-10-15", "Day off (substituted from 10/23/2021)"), ("2021-12-25", "Christmas Day"), ("2021-12-27", "Christmas Day (observed)"), ) def test_l10n_ar(self): self.assertLocalizedHolidays( "ar", ("2021-01-01", "السنة الجديدة"), ("2021-01-07", "عيد الميلاد"), ("2021-01-08", "يوم عطلة (استبدل من 16/01/2021)"), ("2021-03-08", "اليوم العالمي للمرأة"), ("2021-05-01", "عيد العمال"), ("2021-05-02", "عيد الفصح"), ("2021-05-03", "(يوم عطلة) عيد العمال"), ("2021-05-04", "(يوم عطلة) عيد الفصح"), ("2021-05-09", "يوم النصر على النازية في الحرب العالمية الثانية (يوم النصر)"), ( "2021-05-10", "(يوم عطلة) يوم النصر على النازية في الحرب العالمية الثانية (يوم النصر)", ), ("2021-06-20", "الثالوث"), ("2021-06-21", "(يوم عطلة) الثالوث"), ("2021-06-28", "يوم الدستور في أوكرانيا"), ("2021-08-23", "يوم عطلة (استبدل من 28/08/2021)"), ("2021-08-24", "عيد استقلال أوكرانيا"), ("2021-10-14", "يوم المدافعين عن أوكرانيا"), ("2021-10-15", "يوم عطلة (استبدل من 23/10/2021)"), ("2021-12-25", "عيد الميلاد"), ("2021-12-27", "(يوم عطلة) عيد الميلاد"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2021-01-01", "วันขึ้นปีใหม่"), ("2021-01-07", "วันคริสต์มาส"), ("2021-01-08", "วันหยุด (แทน 16/01/2021)"), ("2021-03-08", "วันสตรีสากล"), ("2021-05-01", "วันแรงงาน"), ("2021-05-02", "วันอาทิตย์อีสเตอร์"), ("2021-05-03", "ชดเชยวันแรงงาน"), ("2021-05-04", "ชดเชยวันอาทิตย์อีสเตอร์"), ("2021-05-09", "วันแห่งชัยชนะเหนือระบอบชาติสังคมนิยมในสงครามโลกครั้งที่สอง (วันแห่งชัยชนะ)"), ("2021-05-10", "ชดเชยวันแห่งชัยชนะเหนือระบอบชาติสังคมนิยมในสงครามโลกครั้งที่สอง (วันแห่งชัยชนะ)"), ("2021-06-20", "วันสมโภชพระตรีเอกภาพ"), ("2021-06-21", "ชดเชยวันสมโภชพระตรีเอกภาพ"), ("2021-06-28", "วันรัฐธรรมนูญยูเครน"), ("2021-08-23", "วันหยุด (แทน 28/08/2021)"), ("2021-08-24", "วันประกาศอิสรภาพยูเครน"), ("2021-10-14", "วันแห่งผู้พิทักษ์ยูเครน"), ("2021-10-15", "วันหยุด (แทน 23/10/2021)"), ("2021-12-25", "วันคริสต์มาส"), ("2021-12-27", "ชดเชยวันคริสต์มาส"), ) holidays-0.71/tests/countries/test_united_arab_emirates.py000066400000000000000000000215161500152103600242070ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import GOVERNMENT, OPTIONAL, PUBLIC from holidays.countries.united_arab_emirates import UnitedArabEmirates, AE, ARE from tests.common import CommonCountryTests class TestUnitedArabEmirates(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(UnitedArabEmirates, years=range(1972, 2050)) cls.no_estimated_holidays = UnitedArabEmirates( years=range(1972, 2050), islamic_show_estimated=False ) def test_country_aliases(self): self.assertAliases(UnitedArabEmirates, AE, ARE) def test_no_holidays(self): self.assertNoHolidays( UnitedArabEmirates(years=1971, categories=(GOVERNMENT, OPTIONAL, PUBLIC)) ) def test_special(self): self.assertHoliday( # 29 Ramadan Eid al-Fitr specials. "2020-05-22", "2021-05-11", "2022-04-30", "2024-04-08", # Other Special Public Holidays. "2022-05-14", "2022-05-15", "2022-05-16", ) def test_special_government(self): self.assertHoliday( UnitedArabEmirates(categories=GOVERNMENT), # Extended holidays for Public Sectors. "2022-05-05", "2022-05-06", "2022-05-07", "2022-05-08", "2023-12-04", ) def test_special_optional(self): # 2019 Pope Visit. self.assertHoliday(UnitedArabEmirates(categories=OPTIONAL), "2019-02-05") def test_commemoration_day(self): name = "يوم الشهيد" self.assertHolidayName(name, (f"{year}-11-30" for year in range(2015, 2019))) self.assertHolidayName(name, (f"{year}-12-01" for year in range(2019, 2024))) self.assertNoHolidayName(name, range(1972, 2015), range(2024, 2050)) def test_eid_al_fitr(self): name = "عيد الفطر" name_holiday = "عطلة عيد الفطر" self.assertHolidayName( name, "2017-06-25", "2018-06-15", "2019-06-04", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-21", "2024-04-10", "2025-03-30", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1972, 2050)) self.assertHolidayName(name_holiday, self.no_estimated_holidays, range(1972, 2050)) self.assertNoHolidayName(name_holiday, "2018-06-14", "2025-03-29") def test_eid_al_adha(self): name = "عيد الأضحى" self.assertHolidayName( name, "2017-09-01", "2018-08-22", "2019-08-11", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-28", "2024-06-16", "2025-06-04", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1972, 2050)) self.assertHolidayName("عطلة عيد الأضحى", self.no_estimated_holidays, range(1972, 2050)) self.assertHolidayName("وقفة عرفة", self.no_estimated_holidays, range(1972, 2050)) def test_islamic_new_year(self): name = "رأس السنة الهجرية" self.assertHolidayName( name, "2017-09-22", "2018-09-11", "2019-08-31", "2020-08-23", "2021-08-12", "2022-07-30", "2023-07-21", "2024-07-07", "2025-06-26", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1972, 2050)) def test_prophets_birthday(self): name = "عيد المولد النبوي" self.assertHolidayName( name, "2017-11-30", "2018-11-18", "2019-11-09", "2020-10-29", "2021-10-21", "2022-10-08", "2023-09-29", "2024-09-15", "2025-09-05", ) self.assertHolidayName(name, self.no_estimated_holidays, range(1972, 2050)) def test_isra_and_miraj(self): name = "ليلة المعراج" self.assertHolidayName(name, "2017-04-23", "2018-04-14") self.assertHolidayName(name, self.no_estimated_holidays, range(1972, 2019)) self.assertNoHolidayName(name, self.no_estimated_holidays, range(2019, 2050)) def test_2020(self): # https://gulfbusiness.com/revealed-uae-private-sector-holidays-for-eid-al-fitr-2020/ # https://www.timeanddate.com/holidays/united-arab-emirates/2020?hol=134217729 self.assertHolidays( UnitedArabEmirates(years=2020), ("2020-01-01", "رأس السنة الميلادية"), ("2020-05-22", "عطلة عيد الفطر"), ("2020-05-23", "عطلة عيد الفطر"), ("2020-05-24", "عيد الفطر"), ("2020-05-25", "عطلة عيد الفطر"), ("2020-05-26", "عطلة عيد الفطر"), ("2020-07-30", "وقفة عرفة"), ("2020-07-31", "عيد الأضحى"), ("2020-08-01", "عطلة عيد الأضحى"), ("2020-08-02", "عطلة عيد الأضحى"), ("2020-08-23", "رأس السنة الهجرية"), ("2020-10-29", "عيد المولد النبوي"), ("2020-12-01", "يوم الشهيد"), ("2020-12-02", "اليوم الوطني"), ("2020-12-03", "اليوم الوطني"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2018-01-01", "رأس السنة الميلادية"), ("2018-04-14", "ليلة المعراج"), ("2018-06-15", "عيد الفطر"), ("2018-06-16", "عطلة عيد الفطر"), ("2018-06-17", "عطلة عيد الفطر"), ("2018-08-21", "وقفة عرفة"), ("2018-08-22", "عيد الأضحى"), ("2018-08-23", "عطلة عيد الأضحى"), ("2018-08-24", "عطلة عيد الأضحى"), ("2018-09-11", "رأس السنة الهجرية"), ("2018-11-18", "عيد المولد النبوي"), ("2018-11-30", "يوم الشهيد"), ("2018-12-02", "اليوم الوطني"), ("2018-12-03", "اليوم الوطني"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2018-01-01", "New Year's Day"), ("2018-04-14", "Isra' and Mi'raj"), ("2018-06-15", "Eid al-Fitr"), ("2018-06-16", "Eid al-Fitr Holiday"), ("2018-06-17", "Eid al-Fitr Holiday"), ("2018-08-21", "Arafat Day"), ("2018-08-22", "Eid al-Adha"), ("2018-08-23", "Eid al-Adha Holiday"), ("2018-08-24", "Eid al-Adha Holiday"), ("2018-09-11", "Islamic New Year"), ("2018-11-18", "Prophet's Birthday"), ("2018-11-30", "Commemoration Day"), ("2018-12-02", "National Day"), ("2018-12-03", "National Day"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2018-01-01", "วันขึ้นปีใหม่"), ("2018-04-14", "วันเมี๊ยะราจ"), ("2018-06-15", "วันอีฎิ้ลฟิตริ"), ("2018-06-16", "เทศกาลอีฎิ้ลฟิตริ"), ("2018-06-17", "เทศกาลอีฎิ้ลฟิตริ"), ("2018-08-21", "วันอารอฟะห์"), ("2018-08-22", "วันอีดิ้ลอัฎฮา"), ("2018-08-23", "เทศกาลอีดิ้ลอัฎฮา"), ("2018-08-24", "เทศกาลอีดิ้ลอัฎฮา"), ("2018-09-11", "วันขึ้นปีใหม่อิสลาม"), ("2018-11-18", "วันเมาลิดนบี"), ("2018-11-30", "วันรำลึกผู้อุทิศตน"), ("2018-12-02", "วันชาติสหรัฐอาหรับเอมิเรตส์"), ("2018-12-03", "วันชาติสหรัฐอาหรับเอมิเรตส์"), ) holidays-0.71/tests/countries/test_united_kingdom.py000066400000000000000000000424001500152103600230340ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import warnings from unittest import TestCase from holidays.countries.united_kingdom import UnitedKingdom, UK, GB, GBR from tests.common import CommonCountryTests class TestUnitedKingdom(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass( UnitedKingdom, years=range(1950, 2050), years_non_observed=range(2000, 2024) ) cls.subdiv_holidays = { subdiv: UnitedKingdom(subdiv=subdiv, years=(range(1950, 2050))) for subdiv in UnitedKingdom.subdivisions } def setUp(self): super().setUp() warnings.simplefilter("ignore", category=DeprecationWarning) def test_country_aliases(self): self.assertAliases(UnitedKingdom, UK, GBR) self.assertAliases(UnitedKingdom, GB, GBR) def test_subdiv_deprecation(self): self.assertDeprecatedSubdivisions("This subdivision is deprecated and will be removed") def test_no_holidays(self): self.assertNoHolidays(UnitedKingdom(years=1870)) self.assertNoHolidays(UnitedKingdom(years=1870, subdiv="ENG")) self.assertNoHolidays(UnitedKingdom(years=1870, subdiv="NIR")) self.assertNoHolidays(UnitedKingdom(years=1870, subdiv="SCT")) self.assertNoHolidays(UnitedKingdom(years=1870, subdiv="WLS")) self.assertNoHoliday("1871-01-02", "1874-12-28") def test_special_holidays(self): self.assertHoliday( "1977-06-07", "1981-07-29", "1999-12-31", "2002-06-03", "2011-04-29", "2012-06-05", "2022-06-03", "2022-09-19", "2023-05-08", ) def test_new_years(self): name = "New Year's Day" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1975, 2050))) self.assertNoHolidayName(name, range(1950, 1975)) obs_dt = ( "2000-01-03", "2005-01-03", "2006-01-02", "2011-01-03", "2012-01-02", "2017-01-02", "2022-01-03", "2023-01-02", ) self.assertHolidayName(f"{name} (observed)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_new_year_scotland(self): name_new_year = "New Year's Day" name_new_year_holiday = "New Year Holiday" ny_obs_dt = ( "2000-01-03", "2005-01-03", "2006-01-02", "2011-01-03", "2012-01-02", "2017-01-02", "2022-01-03", "2023-01-02", ) nyh_obs_dt = ( "2000-01-04", "2005-01-04", "2006-01-03", "2010-01-04", "2011-01-04", "2012-01-03", "2016-01-04", "2017-01-03", "2021-01-04", "2022-01-04", "2023-01-03", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "SCT": self.assertHolidayName( name_new_year, holidays, (f"{year}-01-01" for year in range(1950, 2050)) ) self.assertHolidayName(f"{name_new_year} (observed)", holidays, ny_obs_dt) self.assertHolidayName( name_new_year_holiday, holidays, (f"{year}-01-02" for year in range(1950, 2050)), ) self.assertHolidayName(f"{name_new_year_holiday} (observed)", holidays, nyh_obs_dt) self.assertNoNonObservedHoliday( UnitedKingdom(subdiv=subdiv, observed=False), nyh_obs_dt ) else: self.assertNoHolidayName( name_new_year_holiday, self.subdiv_holidays[subdiv], range(1950, 2050) ) def test_st_patricks_day(self): name = "Saint Patrick's Day" obs_dt = ( "2001-03-19", "2002-03-18", "2007-03-19", "2012-03-19", "2013-03-18", "2018-03-19", "2019-03-18", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NIR": self.assertHolidayName( name, holidays, (f"{year}-03-17" for year in range(1950, 2050)) ) self.assertHolidayName(f"{name} (observed)", holidays, obs_dt) self.assertNoNonObservedHoliday( UnitedKingdom(subdiv=subdiv, observed=False), obs_dt ) self.assertNoHolidayName(name, UnitedKingdom(subdiv=subdiv, years=1902)) else: self.assertNoHoliday(holidays, (f"{year}-03-17" for year in range(1950, 2050))) self.assertNoHolidayName(name, holidays, range(1950, 2050)) self.assertNoHoliday(f"{year}-03-17" for year in range(1950, 2050)) self.assertNoHolidayName(name, range(1950, 2050)) def test_good_friday(self): self.assertHolidayName( "Good Friday", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) def test_easter_monday(self): name = "Easter Monday" dt = ( "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "SCT": self.assertNoHoliday(holidays, dt) self.assertNoHolidayName(name, holidays, range(1950, 2050)) else: self.assertHolidayName(name, holidays, dt) self.assertNoHoliday(dt) self.assertNoHolidayName(name, range(1950, 2050)) def test_may_day(self): name = "May Day" self.assertHolidayName( name, "1978-05-01", "1979-05-07", "1980-05-05", "1995-05-08", "1999-05-03", "2000-05-01", "2010-05-03", "2016-05-02", "2018-05-07", "2019-05-06", "2020-05-08", ) self.assertNoHolidayName(name, range(1950, 1978)) def test_whit_monday(self): name = "Whit Monday" dt = ( "1950-05-29", "1951-05-14", "1952-06-02", "1953-05-25", "1954-06-07", "1955-05-30", "1956-05-21", "1957-06-10", "1958-05-26", "1959-05-18", "1960-06-06", "1961-05-22", "1962-06-11", "1963-06-03", "1964-05-18", "1965-06-07", "1966-05-30", "1967-05-15", "1968-06-03", "1969-05-26", "1970-05-18", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "SCT": self.assertNoHoliday(holidays, dt) self.assertNoHolidayName(name, holidays, range(1950, 2050)) else: self.assertHolidayName(name, holidays, dt) def test_spring_bank_holiday(self): name = "Spring Bank Holiday" self.assertHolidayName( name, "2001-05-28", "2002-06-04", "2003-05-26", "2011-05-30", "2012-06-04", "2013-05-27", "2018-05-28", "2019-05-27", "2020-05-25", "2021-05-31", "2022-06-02", "2023-05-29", ) self.assertNoHolidayName(name, range(1950, 1971)) def test_battle_of_the_boyne_day(self): name = "Battle of the Boyne" obs_dt = ( "2003-07-14", "2008-07-14", "2009-07-13", "2014-07-14", "2015-07-13", "2020-07-13", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "NIR": self.assertHolidayName( name, holidays, (f"{year}-07-12" for year in range(1950, 2050)) ) self.assertHolidayName(f"{name} (observed)", holidays, obs_dt) self.assertNoNonObservedHoliday( UnitedKingdom(subdiv=subdiv, observed=False), obs_dt ) else: self.assertNoHoliday(holidays, (f"{year}-07-12" for year in range(1950, 2050))) self.assertNoHolidayName(name, holidays, range(1950, 2050)) self.assertNoHoliday(f"{year}-07-12" for year in range(1950, 2050)) self.assertNoHolidayName(name, range(1950, 2050)) def test_summer_bank_holiday(self): name = "Summer Bank Holiday" dt = ( "2001-08-06", "2002-08-05", "2003-08-04", "2011-08-01", "2012-08-06", "2013-08-05", "2018-08-06", "2019-08-05", "2020-08-03", "2021-08-02", "2022-08-01", "2023-08-07", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "SCT": self.assertHolidayName(name, holidays, dt) else: self.assertNoHoliday(holidays, dt) self.assertNoHolidayName(name, holidays, range(1950, 2050)) self.assertNoHoliday(dt) self.assertNoHolidayName(name, range(1950, 2050)) def test_late_summer_bank_holiday(self): name = "Late Summer Bank Holiday" dt = ( "2001-08-27", "2002-08-26", "2003-08-25", "2011-08-29", "2012-08-27", "2013-08-26", "2018-08-27", "2019-08-26", "2020-08-31", "2021-08-30", "2022-08-29", "2023-08-28", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "SCT": self.assertNoHoliday(holidays, dt) self.assertNoHolidayName(name, holidays, range(1950, 2050)) else: self.assertHolidayName(name, holidays, dt) self.assertHolidayName(name, holidays, range(1971, 2050)) self.assertNoHolidayName(name, holidays, range(1950, 1971)) self.assertNoHoliday(dt) self.assertNoHolidayName(name, range(1950, 2050)) def test_st_andrews_day(self): name = "Saint Andrew's Day" obs_dt = ( "2008-12-01", "2013-12-02", "2014-12-01", "2019-12-02", ) for subdiv, holidays in self.subdiv_holidays.items(): if subdiv == "SCT": self.assertHolidayName( name, holidays, (f"{year}-11-30" for year in range(2006, 2050)) ) self.assertNoHoliday(holidays, (f"{year}-11-30" for year in range(1950, 2006))) self.assertNoHolidayName(name, holidays, range(1950, 2006)) self.assertHolidayName(f"{name} (observed)", holidays, obs_dt) self.assertNoNonObservedHoliday( UnitedKingdom(subdiv=subdiv, observed=False), obs_dt ) else: self.assertNoHoliday(holidays, (f"{year}-11-30" for year in range(1950, 2050))) self.assertNoHolidayName(name, holidays, range(1950, 2050)) self.assertNoHoliday(f"{year}-11-30" for year in range(1950, 2050)) self.assertNoHolidayName(name, range(1950, 2050)) def test_christmas_day(self): name = "Christmas Day" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1950, 2050))) obs_dt = ( "2004-12-27", "2005-12-27", "2010-12-27", "2011-12-27", "2016-12-27", "2021-12-27", "2022-12-27", ) self.assertHolidayName(f"{name} (observed)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_christmas_day_scotland(self): name = "Christmas Day" obs_dt = ( "1955-12-26", "1960-12-26", "1966-12-26", ) self.assertHolidayName(f"{name} (observed)", self.subdiv_holidays["SCT"], obs_dt) self.assertNoHolidayName(f"{name} (observed)", obs_dt) def test_boxing_day(self): name = "Boxing Day" self.assertHolidayName(name, (f"{year}-12-26" for year in range(1950, 2050))) obs_dt = ( "2004-12-28", "2009-12-28", "2010-12-28", "2015-12-28", "2020-12-28", "2021-12-28", ) self.assertHolidayName(f"{name} (observed)", obs_dt) self.assertNoNonObservedHoliday(obs_dt) def test_boxing_day_scotland(self): name = "Boxing Day" self.assertHolidayName( name, self.subdiv_holidays["SCT"], (f"{year}-12-26" for year in range(1974, 2050)) ) self.assertNoHolidayName(name, self.subdiv_holidays["SCT"], range(1950, 1974)) def test_all_holidays_present(self): y_2015 = set() for subdiv in UnitedKingdom.subdivisions: y_2015.update(UnitedKingdom(observed=False, years=2015, subdiv=subdiv).values()) all_holidays = { "New Year's Day", "New Year Holiday", "Saint Patrick's Day", "Good Friday", "Easter Monday", "May Day", "Spring Bank Holiday", "Summer Bank Holiday", "Battle of the Boyne", "Late Summer Bank Holiday", "Saint Andrew's Day", "Christmas Day", "Boxing Day", } self.assertEqual(all_holidays, y_2015) def test_l10n_default(self): # https://www.gov.uk/bank-holidays self.assertLocalizedHolidays( ("2024-01-01", "New Year's Day"), ("2024-01-02", "New Year Holiday"), ("2024-03-17", "Saint Patrick's Day"), ("2024-03-18", "Saint Patrick's Day (observed)"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-05-06", "May Day"), ("2024-05-27", "Spring Bank Holiday"), ("2024-07-12", "Battle of the Boyne"), ("2024-08-05", "Summer Bank Holiday"), ("2024-08-26", "Late Summer Bank Holiday"), ("2024-11-30", "Saint Andrew's Day"), ("2024-12-02", "Saint Andrew's Day (observed)"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2024-01-01", "New Year's Day"), ("2024-01-02", "New Year Holiday"), ("2024-03-17", "Saint Patrick's Day"), ("2024-03-18", "Saint Patrick's Day (observed)"), ("2024-03-29", "Good Friday"), ("2024-04-01", "Easter Monday"), ("2024-05-06", "May Day"), ("2024-05-27", "Spring Bank Holiday"), ("2024-07-12", "Battle of the Boyne"), ("2024-08-05", "Summer Bank Holiday"), ("2024-08-26", "Late Summer Bank Holiday"), ("2024-11-30", "Saint Andrew's Day"), ("2024-12-02", "Saint Andrew's Day (observed)"), ("2024-12-25", "Christmas Day"), ("2024-12-26", "Boxing Day"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2024-01-01", "วันขึ้นปีใหม่"), ("2024-01-02", "หยุดวันขึ้นปีใหม่"), ("2024-03-17", "วันนักบุญแพทริก"), ("2024-03-18", "ชดเชยวันนักบุญแพทริก"), ("2024-03-29", "วันศุกร์ประเสริฐ"), ("2024-04-01", "วันจันทร์อีสเตอร์"), ("2024-05-06", "วันเมย์เดย์"), ("2024-05-27", "วันหยุดฤดูใบไม้ผลิของธนาคาร"), ("2024-07-12", "วันรำลึกยุทธการแม่น้ำบอยน์"), ("2024-08-05", "วันหยุดฤดูร้อนของธนาคาร"), ("2024-08-26", "วันหยุดช่วงปลายฤดูร้อนของธนาคาร"), ("2024-11-30", "วันนักบุญแอนดรูว์"), ("2024-12-02", "ชดเชยวันนักบุญแอนดรูว์"), ("2024-12-25", "วันคริสต์มาส"), ("2024-12-26", "วันเปิดกล่องของขวัญ"), ) holidays-0.71/tests/countries/test_united_states.py000066400000000000000000002142471500152103600227210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import GOVERNMENT, UNOFFICIAL from holidays.countries.united_states import UnitedStates, US, USA from tests.common import CommonCountryTests class TestUnitedStates(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1865, 2050) super().setUpClass(UnitedStates, years=years, years_non_observed=range(2000, 2024)) cls.state_hols = { subdiv: UnitedStates(subdiv=subdiv, years=years) for subdiv in UnitedStates.subdivisions } cls.gov_hols = UnitedStates(categories=GOVERNMENT, years=years) cls.gov_hols_non_obs = UnitedStates(observed=False, categories=GOVERNMENT, years=years) cls.unofficial_hols = UnitedStates(categories=UNOFFICIAL, years=years) def test_country_aliases(self): self.assertAliases(UnitedStates, US, USA) def test_subdiv_deprecation(self): self.assertDeprecatedSubdivisions("This subdivision is deprecated and will be removed") def test_new_years_day(self): name = "New Year's Day" obs_dt = ( "2004-12-31", "2006-01-02", "2010-12-31", "2012-01-02", "2017-01-02", "2021-12-31", "2023-01-02", ) for holidays, holidays_non_obs in ( (self.holidays, self.holidays_non_observed), (self.gov_hols, self.gov_hols_non_obs), ): self.assertHolidayName(name, holidays, (f"{year}-01-01" for year in range(1871, 2050))) self.assertNoHoliday(holidays, (f"{year}-01-01" for year in range(1865, 1871))) self.assertNoHolidayName(name, holidays, range(1865, 1871)) self.assertHolidayName(f"{name} (observed)", holidays, obs_dt) self.assertNoNonObservedHoliday(holidays_non_obs, obs_dt) def test_memorial_day(self): name = "Memorial Day" self.assertHolidayName(name, (f"{year}-05-30" for year in range(1888, 1971))) self.assertNoHolidayName(name, range(1865, 1888)) self.assertNoHolidayName(name, self.gov_hols, range(1865, 1971)) dts = ( "1971-05-31", "1972-05-29", "2010-05-31", "2011-05-30", "2012-05-28", "2013-05-27", "2014-05-26", "2015-05-25", "2016-05-30", "2017-05-29", "2018-05-28", "2019-05-27", "2020-05-25", "2021-05-31", "2022-05-30", "2023-05-29", ) self.assertHolidayName(name, dts) self.assertHolidayName(name, self.gov_hols, dts) self.assertNoHoliday("1971-05-30", "1972-05-30") self.assertNoHoliday(self.gov_hols, "1971-05-30", "1972-05-30") def test_juneteenth_day(self): name = "Juneteenth National Independence Day" obs_dt = ( "2021-06-18", "2022-06-20", "2027-06-18", "2032-06-18", ) for holidays, holidays_non_obs in ( (self.holidays, self.holidays_non_observed), (self.gov_hols, self.gov_hols_non_obs), ): self.assertHolidayName(name, holidays, (f"{year}-06-19" for year in range(2021, 2050))) self.assertNoHoliday(holidays, (f"{year}-06-19" for year in range(1865, 2021))) self.assertNoHolidayName(name, holidays, range(1865, 2021)) self.assertHolidayName(f"{name} (observed)", holidays, obs_dt) self.assertNoNonObservedHoliday(holidays_non_obs, obs_dt) def test_independence_day(self): name = "Independence Day" obs_dt = ( "2004-07-05", "2009-07-03", "2010-07-05", "2015-07-03", "2020-07-03", "2021-07-05", ) for holidays, holidays_non_obs in ( (self.holidays, self.holidays_non_observed), (self.gov_hols, self.gov_hols_non_obs), ): self.assertHolidayName(name, holidays, (f"{year}-07-04" for year in range(1871, 2050))) self.assertNoHoliday(holidays, (f"{year}-07-04" for year in range(1865, 1871))) self.assertNoHolidayName(name, holidays, range(1865, 1871)) self.assertHolidayName(f"{name} (observed)", holidays, obs_dt) self.assertNoNonObservedHoliday(holidays_non_obs, obs_dt) def test_labor_day(self): name = "Labor Day" dts = ( "2010-09-06", "2011-09-05", "2012-09-03", "2013-09-02", "2014-09-01", "2015-09-07", "2016-09-05", "2017-09-04", "2018-09-03", "2019-09-02", "2020-09-07", "2021-09-06", "2022-09-05", "2023-09-04", ) for holidays in (self.holidays, self.gov_hols): self.assertHolidayName(name, holidays, range(1894, 2050)) self.assertNoHolidayName(name, holidays, range(1865, 1894)) self.assertHolidayName(name, holidays, dts) def test_veterans_day(self): name_1 = "Armistice Day" name_2 = "Veterans Day" dts = ( "1971-10-25", "1972-10-23", "1973-10-22", "1974-10-28", "1975-10-27", "1976-10-25", "1977-10-24", ) obs_dt = ( "2000-11-10", "2001-11-12", "2006-11-10", "2007-11-12", "2012-11-12", "2017-11-10", "2018-11-12", "2023-11-10", ) for holidays, holidays_non_obs in ( (self.holidays, self.holidays_non_observed), (self.gov_hols, self.gov_hols_non_obs), ): self.assertHolidayName( name_1, holidays, (f"{year}-11-11" for year in range(1938, 1954)) ) self.assertHolidayName( name_2, holidays, (f"{year}-11-11" for year in (*range(1954, 1971), *range(1978, 2050))), ) self.assertNoHolidayName(name_1, holidays, range(1865, 1938), range(1954, 2050)) self.assertNoHolidayName(name_2, holidays, range(1865, 1954)) self.assertHolidayName(name_2, holidays, dts) self.assertHolidayName(f"{name_2} (observed)", holidays, obs_dt) self.assertNoNonObservedHoliday(holidays_non_obs, obs_dt) def test_thanksgiving_day(self): name = "Thanksgiving Day" dts = ( "2010-11-25", "2011-11-24", "2012-11-22", "2013-11-28", "2014-11-27", "2015-11-26", "2016-11-24", "2017-11-23", "2018-11-22", "2019-11-28", "2020-11-26", "2021-11-25", "2022-11-24", "2023-11-23", ) for holidays in (self.holidays, self.gov_hols): self.assertHolidayName(name, holidays, range(1871, 2050)) self.assertNoHolidayName(name, holidays, range(1865, 1871)) self.assertHolidayName(name, holidays, dts) def test_christmas_day(self): name = "Christmas Day" obs_dt = ( "2004-12-24", "2005-12-26", "2010-12-24", "2011-12-26", "2016-12-26", "2021-12-24", "2022-12-26", ) for holidays, holidays_non_obs in ( (self.holidays, self.holidays_non_observed), (self.gov_hols, self.gov_hols_non_obs), ): self.assertHolidayName(name, holidays, (f"{year}-12-25" for year in range(1871, 2050))) self.assertNoHoliday(holidays, (f"{year}-12-25" for year in range(1865, 1871))) self.assertNoHolidayName(name, holidays, range(1865, 1871)) self.assertHolidayName(f"{name} (observed)", holidays, obs_dt) self.assertNoNonObservedHoliday(holidays_non_obs, obs_dt) def test_martin_luther_king_day(self): name = "Martin Luther King Jr. Day" name_gov = "Birthday of Martin Luther King, Jr." dts = ( "1986-01-20", "2010-01-18", "2011-01-17", "2012-01-16", "2013-01-21", "2014-01-20", "2015-01-19", "2016-01-18", "2017-01-16", "2018-01-15", "2019-01-21", "2020-01-20", "2021-01-18", "2022-01-17", "2023-01-16", ) for holidays, holiday_name in ( (self.holidays, name), (self.gov_hols, name_gov), ): self.assertHolidayName(holiday_name, holidays, range(1986, 2050)) self.assertNoHolidayName(holiday_name, holidays, range(1865, 1986)) self.assertHolidayName(holiday_name, holidays, dts) for subdiv, holidays in self.state_hols.items(): if subdiv not in {"AL", "AR", "AZ", "GA", "ID", "MS", "NH"}: self.assertHolidayName(name, holidays, dts) self.assertHolidayName(name, holidays, range(1986, 2050)) self.assertNoHolidayName(name, holidays, range(1865, 1986)) def test_martin_luther_king_day_states(self): dts = ( "1986-01-20", "2010-01-18", "2011-01-17", "2012-01-16", "2013-01-21", "2014-01-20", "2015-01-19", "2016-01-18", "2017-01-16", "2018-01-15", "2019-01-21", "2020-01-20", "2021-01-18", "2022-01-17", "2023-01-16", ) al_name = "Martin Luther King, Jr & Robert E. Lee's Birthday" al_holidays = self.state_hols["AL"] self.assertHolidayName(al_name, al_holidays, dts) self.assertHolidayName(al_name, al_holidays, range(1986, 2050)) self.assertNoHolidayName(al_name, al_holidays, range(1865, 1986)) ar_name_1 = "Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays" ar_name_2 = "Martin Luther King Jr. Day" ar_holidays = self.state_hols["AR"] self.assertHolidayName( ar_name_1, ar_holidays, "2010-01-18", "2011-01-17", "2012-01-16", "2013-01-21", "2014-01-20", "2015-01-19", "2016-01-18", "2017-01-16", ) self.assertHolidayName( ar_name_2, ar_holidays, "2018-01-15", "2019-01-21", "2020-01-20", "2021-01-18", "2022-01-17", "2023-01-16", ) self.assertHolidayName(ar_name_1, ar_holidays, range(1986, 2018)) self.assertHolidayName(ar_name_2, ar_holidays, range(2018, 2050)) self.assertNoHolidayName(ar_name_1, ar_holidays, range(1865, 1986), range(2018, 2050)) self.assertNoHolidayName(ar_name_2, ar_holidays, range(1865, 2018)) az_name = "Dr. Martin Luther King Jr. / Civil Rights Day" az_holidays = self.state_hols["AZ"] self.assertHolidayName(az_name, az_holidays, dts) self.assertHolidayName(az_name, az_holidays, range(1986, 2050)) self.assertNoHolidayName(az_name, az_holidays, range(1865, 1986)) ga_name_1 = "Robert E. Lee's Birthday" ga_name_2 = "Martin Luther King Jr. Day" ga_holidays = self.state_hols["GA"] self.assertHolidayName( ga_name_1, ga_holidays, "2010-01-18", "2011-01-17", ) self.assertHolidayName( ga_name_2, ga_holidays, "2012-01-16", "2013-01-21", "2014-01-20", "2015-01-19", "2016-01-18", "2017-01-16", "2018-01-15", "2019-01-21", "2020-01-20", "2021-01-18", "2022-01-17", "2023-01-16", ) self.assertHolidayName(ga_name_1, ga_holidays, range(1986, 2012)) self.assertHolidayName(ga_name_2, ga_holidays, range(2012, 2050)) self.assertNoHolidayName(ga_name_2, ga_holidays, range(1865, 2012)) id_name_1 = "Martin Luther King Jr. Day" id_name_2 = "Martin Luther King Jr. / Idaho Human Rights Day" id_holidays = self.state_hols["ID"] self.assertHolidayName( id_name_1, id_holidays, "2000-01-17", "2001-01-15", "2002-01-21", "2003-01-20", "2004-01-19", "2005-01-17", ) self.assertHolidayName( id_name_2, id_holidays, "2006-01-16", "2010-01-18", "2011-01-17", "2012-01-16", "2013-01-21", "2014-01-20", "2015-01-19", "2016-01-18", "2017-01-16", "2018-01-15", "2019-01-21", "2020-01-20", "2021-01-18", "2022-01-17", "2023-01-16", ) self.assertHolidayName(id_name_1, id_holidays, range(1986, 2006)) self.assertHolidayName(id_name_2, id_holidays, range(2006, 2050)) self.assertNoHolidayName(id_name_1, id_holidays, range(1865, 1986), range(2006, 2050)) self.assertNoHolidayName(id_name_2, id_holidays, range(1865, 2006)) ms_name = "Dr. Martin Luther King Jr. and Robert E. Lee's Birthdays" ms_holidays = self.state_hols["MS"] self.assertHolidayName(ms_name, ms_holidays, dts) self.assertHolidayName(ms_name, ms_holidays, range(1986, 2050)) self.assertNoHolidayName(ms_name, ms_holidays, range(1865, 1986)) nh_name = "Dr. Martin Luther King Jr. / Civil Rights Day" nh_holidays = self.state_hols["NH"] self.assertHolidayName(nh_name, nh_holidays, dts) self.assertHolidayName(nh_name, nh_holidays, range(1986, 2050)) self.assertNoHolidayName(nh_name, nh_holidays, range(1865, 1986)) def test_washingtons_birthday(self): name = "Washington's Birthday" dts = ( "2010-02-15", "2011-02-21", "2012-02-20", "2013-02-18", "2014-02-17", "2015-02-16", "2016-02-15", "2017-02-20", "2018-02-19", "2019-02-18", "2020-02-17", "2021-02-15", "2022-02-21", "2023-02-20", ) for holidays in (self.holidays, self.gov_hols): self.assertHolidayName(name, holidays, (f"{year}-02-22" for year in range(1879, 1971))) self.assertHolidayName(name, holidays, dts) self.assertHolidayName(name, holidays, range(1971, 2050)) self.assertNoHolidayName(name, holidays, range(1865, 1879)) for subdiv, holidays in self.state_hols.items(): if subdiv not in { "AK", "AL", "AR", "AZ", "CA", "CO", "DE", "FL", "GA", "HI", "ID", "IN", "MD", "MN", "MT", "NJ", "NM", "OH", "OK", "OR", "PA", "PR", "SC", "TN", "TX", "UT", "VA", "VI", "VT", "WA", "WV", "WY", }: self.assertHolidayName( name, holidays, (f"{year}-02-22" for year in range(1879, 1971)) ) self.assertHolidayName(name, holidays, dts) self.assertHolidayName(name, holidays, range(1971, 2050)) self.assertNoHolidayName(name, holidays, range(1865, 1879)) def test_washingtons_birthday_states(self): dts = ( "2010-02-15", "2011-02-21", "2012-02-20", "2013-02-18", "2014-02-17", "2015-02-16", "2016-02-15", "2017-02-20", "2018-02-19", "2019-02-18", "2020-02-17", "2021-02-15", "2022-02-21", "2023-02-20", ) for subdiv, name in ( ("AK", "Presidents' Day"), ("AL", "George Washington & Thomas Jefferson's Birthday"), ("AR", "George Washington's Birthday and Daisy Gatson Bates Day"), ("AZ", "Lincoln/Washington Presidents' Day"), ("CA", "Presidents' Day"), ("CO", "Washington-Lincoln Day"), ("DE", None), ("HI", "Presidents' Day"), ("ID", "Presidents' Day"), ("MD", "Presidents' Day"), ("MN", "Washington's and Lincoln's Birthday"), ("MT", "Lincoln's and Washington's Birthdays"), ("NJ", "Presidents Day"), ("NM", None), ("OH", "Washington-Lincoln Day"), ("OK", "Presidents' Day"), ("OR", "Presidents Day"), ("PA", "Presidents' Day"), ("PR", "Presidents' Day"), ("SC", "President's Day"), ("TN", "President's Day"), ("TX", "Presidents' Day"), ("UT", "Washington and Lincoln Day"), ("VA", "George Washington Day"), ("VI", "Presidents' Day"), ("VT", "Presidents' Day"), ("WA", "Presidents' Day"), ("WV", "Presidents' Day"), ("WY", "President's Day"), ): if name: self.assertHolidayName(name, self.state_hols[subdiv], dts) self.assertHolidayName(name, self.state_hols[subdiv], range(1971, 2050)) self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, 1879)) else: self.assertNoHoliday(self.state_hols[subdiv], dts) self.assertNoHolidayName(name, self.state_hols[subdiv]) name = "Washington's Birthday" fl_holidays = self.state_hols["FL"] self.assertNoHoliday( fl_holidays, "2010-02-15", "2011-02-21", "2012-02-20", "2013-02-18", "2014-02-17", "2015-02-16", "2017-02-20", "2018-02-19", "2019-02-18", "2020-02-17", "2022-02-21", "2023-02-20", ) self.assertNoHolidayName(name, fl_holidays) dts = ( "2010-12-23", "2011-12-23", "2012-12-24", "2013-12-24", "2014-12-26", "2015-12-24", "2016-12-23", "2017-12-26", "2018-12-24", "2019-12-24", "2020-12-24", "2021-12-23", "2022-12-23", "2023-12-26", "2024-12-24", ) for subdiv in ("GA", "IN"): self.assertHolidayName(name, self.state_hols[subdiv], dts) self.assertHolidayName(name, self.state_hols[subdiv], range(1971, 2050)) self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, 1879)) def test_columbus_day(self): name = "Columbus Day" dts = ( "2010-10-11", "2011-10-10", "2012-10-08", "2013-10-14", "2014-10-13", "2015-10-12", "2016-10-10", "2017-10-09", "2018-10-08", "2019-10-14", "2020-10-12", "2021-10-11", "2022-10-10", "2023-10-09", ) self.assertHolidayName(name, (f"{year}-10-12" for year in range(1937, 1971))) self.assertHolidayName(name, range(1971, 2050)) self.assertNoHolidayName(name, range(1865, 1937)) self.assertHolidayName(name, dts) self.assertHolidayName(name, self.gov_hols, range(1971, 2050)) self.assertNoHolidayName(name, self.gov_hols, range(1865, 1937)) self.assertHolidayName(name, self.gov_hols, dts) subdivs_have_columbus_day = { "AS", "AZ", "CT", "GA", "ID", "IL", "IN", "MA", "MD", "MO", "MT", "NJ", "NY", "OH", "PA", "UT", "WV", } subdivs_have_columbus_day_with_other_name = { "AK", "AL", "CA", "DC", "ME", "MP", "NE", "NM", "RI", "SD", "VA", "VI", } for subdiv in subdivs_have_columbus_day: self.assertHolidayName(name, self.state_hols[subdiv], dts) self.assertHolidayName(name, self.state_hols[subdiv], range(1971, 2050)) self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, 1937)) for subdiv in ( set(UnitedStates.subdivisions) - subdivs_have_columbus_day - subdivs_have_columbus_day_with_other_name ): self.assertNoHolidayName(name, self.state_hols[subdiv]) self.assertNoHoliday(self.state_hols[subdiv], dts) def test_columbus_day_states(self): name_1 = "Columbus Day" name_2 = "Indigenous Peoples' Day" dts = ( "2010-10-11", "2011-10-10", "2012-10-08", "2013-10-14", "2014-10-13", "2015-10-12", "2016-10-10", "2017-10-09", "2018-10-08", "2019-10-14", "2020-10-12", "2021-10-11", "2022-10-10", "2023-10-09", ) for subdiv, change_year in ( ("AK", 2015), ("DC", 2019), ("ME", 2019), ("NM", 2019), ("NE", 2020), ("VA", 2020), ): self.assertHolidayName(name_1, self.state_hols[subdiv], range(1971, change_year)) self.assertHolidayName(name_2, self.state_hols[subdiv], range(change_year, 2050)) self.assertHoliday(self.state_hols[subdiv], dts) self.assertNoHolidayName( name_1, self.state_hols[subdiv], range(1865, 1971), range(change_year, 2050) ) self.assertNoHolidayName(name_2, self.state_hols[subdiv], range(1865, change_year)) vi_name = "Columbus Day and Puerto Rico Friendship Day" vi_holidays = self.state_hols["VI"] self.assertHolidayName(vi_name, vi_holidays, dts) self.assertHolidayName(vi_name, vi_holidays, range(1937, 2050)) self.assertNoHolidayName(vi_name, vi_holidays, range(1865, 1937)) def test_columbus_day_al(self): name_1 = "Columbus Day / Fraternal Day" name_2 = "Columbus Day / American Indian Heritage Day / Fraternal Day" al_holidays = self.state_hols["AL"] dts = ( "2010-10-11", "2011-10-10", "2012-10-08", "2013-10-14", "2014-10-13", "2015-10-12", "2016-10-10", "2017-10-09", "2018-10-08", "2019-10-14", "2020-10-12", "2021-10-11", "2022-10-10", "2023-10-09", ) self.assertHolidayName(name_1, al_holidays, range(1971, 2000)) self.assertHolidayName(name_2, al_holidays, range(2000, 2050)) self.assertHoliday(al_holidays, dts) self.assertNoHolidayName(name_1, al_holidays, range(1865, 1970)) self.assertNoHolidayName(name_2, al_holidays, range(1865, 2000)) def test_columbus_day_ca(self): name = "Columbus Day" ca_holidays = self.state_hols["CA"] dts = ( "1990-10-08", "1995-10-09", "2000-10-09", "2001-10-08", "2002-10-14", "2003-10-13", "2004-10-11", "2005-10-10", "2006-10-09", "2007-10-08", "2008-10-13", ) self.assertHolidayName(name, ca_holidays, range(1971, 2009)) self.assertHoliday(ca_holidays, dts) self.assertNoHolidayName(name, ca_holidays, range(1865, 1970), range(2009, 2050)) def test_columbus_day_ri(self): name_1 = "Columbus Day" name_2 = "Indigenous Peoples' Day / Columbus Day" ri_holidays = self.state_hols["RI"] dts = ( "2010-10-11", "2011-10-10", "2012-10-08", "2013-10-14", "2014-10-13", "2015-10-12", "2016-10-10", "2017-10-09", "2018-10-08", "2019-10-14", "2020-10-12", "2021-10-11", "2022-10-10", "2023-10-09", ) self.assertHolidayName(name_1, ri_holidays, range(1971, 2022)) self.assertHolidayName(name_2, ri_holidays, range(2022, 2050)) self.assertHoliday(ri_holidays, dts) self.assertNoHolidayName(name_1, ri_holidays, range(1865, 1970)) self.assertNoHolidayName(name_2, ri_holidays, range(1865, 2022)) def test_columbus_day_sd(self): name_1 = "Columbus Day" name_2 = "Native Americans' Day" sd_holidays = self.state_hols["SD"] dts = ( "2010-10-11", "2011-10-10", "2012-10-08", "2013-10-14", "2014-10-13", "2015-10-12", "2016-10-10", "2017-10-09", "2018-10-08", "2019-10-14", "2020-10-12", "2021-10-11", "2022-10-10", "2023-10-09", ) self.assertHolidayName(name_1, sd_holidays, range(1937, 1990)) self.assertHolidayName(name_2, sd_holidays, range(1990, 2050)) self.assertHolidayName(name_2, sd_holidays, dts) self.assertNoHolidayName(name_1, sd_holidays, range(1865, 1937)) self.assertNoHolidayName(name_2, sd_holidays, range(1865, 1990)) def test_epiphany(self): name = "Epiphany" self.assertNoHolidayName(name) self.assertHolidayName( name, self.state_hols["PR"], (f"{year}-01-06" for year in range(1865, 2050)) ) def test_three_kings_day(self): name = "Three Kings Day" self.assertNoHolidayName(name) self.assertHolidayName( name, self.state_hols["VI"], (f"{year}-01-06" for year in range(1865, 2050)) ) def test_lee_jackson_day(self): name = "Lee Jackson Day" self.assertNoHolidayName(name) va_holidays = self.state_hols["VA"] self.assertNoHolidayName(name, va_holidays, range(1865, 1889), range(2021, 2050)) self.assertHolidayName(name, va_holidays, (f"{year}-01-19" for year in range(1889, 1983))) dt = ( "1983-01-17", "1990-01-15", "1995-01-16", "1999-01-18", "2000-01-14", "2010-01-15", "2011-01-14", "2012-01-13", "2013-01-18", "2014-01-17", "2015-01-16", "2016-01-15", "2017-01-13", "2018-01-12", "2019-01-18", "2020-01-17", ) self.assertHolidayName(name, va_holidays, dt) def test_inauguration_day(self): name = "Inauguration Day" self.assertNoHolidayName(name) years_1 = range(1861, 1937, 4) years_2 = range(1937, 2050, 4) years_no = set(range(1865, 2050)).difference(set(years_1)).difference(set(years_2)) obs_dt = ( "1877-03-05", "1917-03-05", "1957-01-21", "1985-01-21", ) for subdiv in ("DC", "LA", "MD", "VA"): self.assertHolidayName( name, self.state_hols[subdiv], (f"{year}-03-04" for year in years_1) ) self.assertHolidayName( name, self.state_hols[subdiv], (f"{year}-01-20" for year in years_2) ) self.assertHolidayName(name, UnitedStates(subdiv=subdiv), "1789-03-04") self.assertNoHolidayName(name, UnitedStates(subdiv=subdiv), "1788-03-04") self.assertNoHolidayName(name, self.state_hols[subdiv], years_no) self.assertHolidayName(f"{name} (observed)", self.state_hols[subdiv], obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv=subdiv, observed=False), obs_dt ) def test_lincolns_birthday(self): name = "Lincoln's Birthday" self.assertNoHolidayName(name) obs_dt = ( "2011-02-11", "2012-02-13", "2017-02-13", "2022-02-11", "2023-02-13", ) for subdiv in ("CT", "IA", "IL", "NJ", "NY"): self.assertHolidayName( name, self.state_hols[subdiv], (f"{year}-02-12" for year in range(1971, 2050)) ) self.assertHolidayName(f"{name} (observed)", self.state_hols[subdiv], obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv=subdiv, observed=False), obs_dt ) obs_dt = ( "1994-02-11", "1995-02-13", "2000-02-11", "2005-02-11", "2006-02-13", ) ca_holidays = self.state_hols["CA"] self.assertHolidayName(name, ca_holidays, (f"{year}-02-12" for year in range(1971, 2010))) self.assertHolidayName(f"{name} (observed)", ca_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="CA", observed=False), obs_dt ) def test_susan_b_anthony_day(self): name = "Susan B. Anthony Day" self.assertNoHolidayName(name) for subdiv, start_year in ( ("CA", 2014), ("FL", 2011), ("NY", 2004), ("WI", 1976), ): self.assertHolidayName( name, self.state_hols[subdiv], (f"{year}-02-15" for year in range(start_year, 2050)), ) self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, start_year)) def test_mardi_gras(self): name = "Mardi Gras" self.assertNoHolidayName(name) self.assertNoHolidayName(name, UnitedStates(subdiv="LA", years=1856)) dt = ( "2010-02-16", "2011-03-08", "2012-02-21", "2013-02-12", "2014-03-04", "2015-02-17", "2016-02-09", "2017-02-28", "2018-02-13", "2019-03-05", "2020-02-25", "2021-02-16", "2022-03-01", "2023-02-21", ) self.assertHolidayName(name, self.state_hols["LA"], dt) def test_guam_discovery_day(self): name = "Guam Discovery Day" self.assertNoHolidayName(name) gu_holidays = self.state_hols["GU"] dt = ( "2010-03-01", "2011-03-07", "2012-03-05", "2013-03-04", "2014-03-03", "2015-03-02", "2016-03-07", "2017-03-06", "2018-03-05", "2019-03-04", "2020-03-02", "2021-03-01", "2022-03-07", "2023-03-06", ) self.assertHolidayName(name, gu_holidays, dt) self.assertNoHolidayName(name, gu_holidays, range(1865, 1970)) def test_casimir_pulaski_day(self): name = "Casimir Pulaski Day" self.assertNoHolidayName(name) il_holidays = self.state_hols["IL"] dt = ( "2010-03-01", "2011-03-07", "2012-03-05", "2013-03-04", "2014-03-03", "2015-03-02", "2016-03-07", "2017-03-06", "2018-03-05", "2019-03-04", "2020-03-02", "2021-03-01", "2022-03-07", "2023-03-06", ) self.assertHolidayName(name, il_holidays, dt) self.assertNoHolidayName(name, il_holidays, range(1865, 1978)) def test_texas_independence_day(self): name = "Texas Independence Day" self.assertNoHolidayName(name) tx_holidays = self.state_hols["TX"] self.assertHolidayName(name, tx_holidays, (f"{year}-03-02" for year in range(1874, 2050))) self.assertNoHolidayName(name, tx_holidays, range(1865, 1874)) def test_town_meeting_day(self): name = "Town Meeting Day" self.assertNoHolidayName(name) self.assertNoHolidayName(name, UnitedStates(subdiv="VT", years=1799)) dt = ( "2010-03-02", "2011-03-01", "2012-03-06", "2013-03-05", "2014-03-04", "2015-03-03", "2016-03-01", "2017-03-07", "2018-03-06", "2019-03-05", "2020-03-03", "2021-03-02", "2022-03-01", "2023-03-07", ) self.assertHolidayName(name, self.state_hols["VT"], dt) def test_evacuation_day(self): name = "Evacuation Day" self.assertNoHolidayName(name) ma_holidays = self.state_hols["MA"] self.assertHolidayName(name, ma_holidays, (f"{year}-03-17" for year in range(1901, 2050))) self.assertNoHolidayName(name, ma_holidays, range(1865, 1901)) obs_dt = ( "2012-03-19", "2013-03-18", "2018-03-19", "2019-03-18", ) self.assertHolidayName(f"{name} (observed)", ma_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="MA", observed=False), obs_dt ) def test_emancipation_day_in_puerto_rico(self): name = "Emancipation Day" self.assertNoHolidayName(name) pr_holidays = self.state_hols["PR"] self.assertHolidayName(name, pr_holidays, (f"{year}-03-22" for year in range(1865, 2050))) obs_dt = ( "1998-03-23", "2009-03-23", "2015-03-23", "2020-03-23", ) self.assertHolidayName(f"{name} (observed)", pr_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="PR", observed=False), obs_dt ) def test_commonwealth_covenant_day(self): name = "Commonwealth Covenant Day" self.assertNoHolidayName(name) mp_holidays = self.state_hols["MP"] self.assertHolidayName(name, mp_holidays, (f"{year}-03-24" for year in range(1865, 2050))) obs_dt = ( "2012-03-23", "2013-03-25", "2018-03-23", "2019-03-25", ) self.assertHolidayName(f"{name} (observed)", mp_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="MP", observed=False), obs_dt ) def test_prince_jonah_kuhio_kalanianaole_day(self): name = "Prince Jonah Kuhio Kalanianaole Day" self.assertNoHolidayName(name) hi_holidays = self.state_hols["HI"] self.assertHolidayName(name, hi_holidays, (f"{year}-03-26" for year in range(1949, 2050))) self.assertNoHolidayName(name, hi_holidays, range(1865, 1949)) obs_dt = ( "2011-03-25", "2016-03-25", "2017-03-27", "2022-03-25", "2023-03-27", ) self.assertHolidayName(f"{name} (observed)", hi_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="HI", observed=False), obs_dt ) def test_sewards_day(self): name = "Seward's Day" self.assertNoHolidayName(name) ak_holidays = self.state_hols["AK"] self.assertHolidayName( name, ak_holidays, (f"{year}-03-30" for year in (*range(1918, 1921), *range(1922, 1955))), ) self.assertNoHolidayName(name, ak_holidays, range(1865, 1918), 1921) dt = ( "1955-03-28", "2010-03-29", "2011-03-28", "2012-03-26", "2013-03-25", "2014-03-31", "2015-03-30", "2016-03-28", "2017-03-27", "2018-03-26", "2019-03-25", "2020-03-30", "2021-03-29", "2022-03-28", "2023-03-27", ) self.assertHolidayName(name, ak_holidays, dt) def test_cesar_chavez_day(self): name = "Cesar Chavez Day" self.assertNoHolidayName(name) for subdiv, start_year in ( ("CA", 1995), ("CO", 2001), ("TX", 2000), ): self.assertHolidayName( name, self.state_hols[subdiv], (f"{year}-03-31" for year in range(start_year, 2050)), ) self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, start_year)) obs_dt = ( "1996-04-01", "2002-04-01", "2013-04-01", "2019-04-01", ) self.assertHolidayName(f"{name} (observed)", self.state_hols["CA"], obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="CA", observed=False), obs_dt ) def test_transfer_day(self): name = "Transfer Day" self.assertNoHolidayName(name) self.assertHolidayName( name, self.state_hols["VI"], (f"{year}-03-31" for year in range(1865, 2050)) ) def test_emancipation_day(self): name = "Emancipation Day" self.assertNoHolidayName(name) dc_holidays = self.state_hols["DC"] self.assertHolidayName(name, dc_holidays, (f"{year}-04-16" for year in range(2005, 2050))) self.assertNoHolidayName(name, dc_holidays, range(1865, 2005)) obs_dt = ( "2011-04-15", "2016-04-15", "2017-04-17", "2022-04-15", "2023-04-17", ) self.assertHolidayName(f"{name} (observed)", dc_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="DC", observed=False), obs_dt ) def test_american_samoa_flag_day(self): name = "American Samoa Flag Day" self.assertNoHolidayName(name) as_holidays = self.state_hols["AS"] self.assertHolidayName(name, as_holidays, (f"{year}-04-17" for year in range(1901, 2050))) self.assertNoHolidayName(name, as_holidays, range(1865, 1901)) obs_dt = ( "2004-04-16", "2005-04-18", "2010-04-16", "2011-04-18", "2016-04-18", "2021-04-16", "2022-04-18", ) self.assertHolidayName(f"{name} (observed)", as_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="AS", observed=False), obs_dt ) def test_patriots_day(self): name = "Patriots' Day" self.assertNoHolidayName(name) dt = ( "1969-04-21", "2010-04-19", "2011-04-18", "2012-04-16", "2013-04-15", "2014-04-21", "2015-04-20", "2016-04-18", "2017-04-17", "2018-04-16", "2019-04-15", "2020-04-20", "2021-04-19", "2022-04-18", "2023-04-17", ) for subdiv in ("MA", "ME"): self.assertHolidayName( name, self.state_hols[subdiv], (f"{year}-04-19" for year in range(1894, 1969)) ) self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, 1894)) self.assertHolidayName(name, self.state_hols[subdiv], dt) def test_holy_thursday(self): name = "Holy Thursday" self.assertNoHolidayName(name) vi_holidays = self.state_hols["VI"] self.assertHolidayName(name, vi_holidays, range(1865, 2050)) dt = ( "2010-04-01", "2011-04-21", "2012-04-05", "2013-03-28", "2014-04-17", "2015-04-02", "2016-03-24", "2017-04-13", "2018-03-29", "2019-04-18", "2020-04-09", "2021-04-01", "2022-04-14", "2023-04-06", ) self.assertHolidayName(name, vi_holidays, dt) def test_good_friday(self): name = "Good Friday" self.assertNoHolidayName(name) dt = ( "2010-04-02", "2011-04-22", "2012-04-06", "2013-03-29", "2014-04-18", "2015-04-03", "2016-03-25", "2017-04-14", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) for subdiv in ( "CT", "DE", "GU", "IN", "KY", "LA", "MP", "NC", "NJ", "PR", "TN", "TX", "VI", ): self.assertHolidayName(name, self.state_hols[subdiv], range(1865, 2050)) self.assertHolidayName(name, self.state_hols[subdiv], dt) def test_easter_monday(self): name = "Easter Monday" self.assertNoHolidayName(name) vi_holidays = self.state_hols["VI"] self.assertHolidayName(name, vi_holidays, range(1865, 2050)) dt = ( "2010-04-05", "2011-04-25", "2012-04-09", "2013-04-01", "2014-04-21", "2015-04-06", "2016-03-28", "2017-04-17", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) self.assertHolidayName(name, vi_holidays, dt) def test_confederate_memorial_day(self): name = "Confederate Memorial Day" self.assertNoHolidayName(name) dt = ( "2010-04-26", "2011-04-25", "2012-04-23", "2013-04-22", "2014-04-28", "2015-04-27", "2016-04-25", "2017-04-24", "2018-04-23", "2019-04-22", "2020-04-27", "2021-04-26", "2022-04-25", "2023-04-24", ) for subdiv in ("AL", "SC"): self.assertHolidayName(name, self.state_hols[subdiv], range(1866, 2050)) self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, 1866)) self.assertHolidayName(name, self.state_hols[subdiv], dt) ms_holidays = self.state_hols["MS"] self.assertHolidayName( name, ms_holidays, "2010-04-26", "2011-04-25", "2012-04-30", "2013-04-29", "2014-04-28", "2015-04-27", "2016-04-25", "2017-04-24", "2018-04-30", "2019-04-29", "2020-04-27", "2021-04-26", "2022-04-25", "2023-04-24", "2024-04-29", ) self.assertHolidayName(name, ms_holidays, range(1866, 2050)) self.assertNoHolidayName(name, ms_holidays, range(1865, 1866)) tx_holidays = self.state_hols["TX"] self.assertHolidayName(name, tx_holidays, (f"{year}-01-19" for year in range(1931, 2050))) self.assertNoHolidayName(name, tx_holidays, range(1865, 1931)) ga_holidays = self.state_hols["GA"] self.assertHolidayName(name, ga_holidays, range(1866, 2016)) self.assertNoHolidayName(name, ga_holidays, range(2016, 2050)) self.assertHolidayName( name, ga_holidays, "2010-04-26", "2011-04-25", "2012-04-23", "2013-04-22", "2014-04-28", "2015-04-27", ) name = "State Holiday" self.assertNoHolidayName(name) self.assertHolidayName(name, ga_holidays, range(2016, 2050)) self.assertHolidayName( name, ga_holidays, "2016-04-25", "2017-04-24", "2018-04-23", "2019-04-22", "2020-04-10", "2021-04-26", "2022-04-25", "2023-04-24", ) def test_san_jacinto_day(self): name = "San Jacinto Day" self.assertNoHolidayName(name) tx_holidays = self.state_hols["TX"] self.assertHolidayName(name, tx_holidays, (f"{year}-04-21" for year in range(1875, 2050))) self.assertNoHolidayName(name, tx_holidays, range(1865, 1875)) def test_arbor_day(self): name = "Arbor Day" self.assertNoHolidayName(name) ne_holidays = self.state_hols["NE"] dt = ( "1989-04-28", "2010-04-30", "2011-04-29", "2012-04-27", "2013-04-26", "2014-04-25", "2015-04-24", "2016-04-29", "2017-04-28", "2018-04-27", "2019-04-26", "2020-04-24", "2021-04-30", "2022-04-29", "2023-04-28", ) self.assertHolidayName(name, ne_holidays, (f"{year}-04-22" for year in range(1875, 1989))) self.assertNoHolidayName(name, ne_holidays, range(1865, 1875)) self.assertHolidayName(name, ne_holidays, dt) def test_primary_election_day(self): name = "Primary Election Day" self.assertNoHolidayName(name) in_holidays = self.state_hols["IN"] dt = ( "2006-05-02", "2008-05-06", "2010-05-04", "2012-05-08", "2014-05-06", "2015-05-05", "2016-05-03", "2017-05-02", "2018-05-08", "2019-05-07", "2020-05-05", "2021-05-04", "2022-05-03", "2023-05-02", ) self.assertHolidayName(name, in_holidays, 2006, 2008, 2010, 2012, 2014, range(2015, 2050)) self.assertNoHolidayName(name, in_holidays, range(1865, 2006), 2007, 2009, 2011, 2013) self.assertHolidayName(name, in_holidays, dt) def test_truman_day(self): name = "Truman Day" self.assertNoHolidayName(name) mo_holidays = self.state_hols["MO"] self.assertHolidayName(name, mo_holidays, (f"{year}-05-08" for year in range(1949, 2050))) self.assertNoHolidayName(name, mo_holidays, range(1865, 1949)) obs_dt = ( "2010-05-07", "2011-05-09", "2016-05-09", "2021-05-07", "2022-05-09", ) self.assertHolidayName(f"{name} (observed)", mo_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="MO", observed=False), obs_dt ) def test_jefferson_davis_birthday(self): name = "Jefferson Davis Birthday" self.assertNoHolidayName(name) al_holidays = self.state_hols["AL"] self.assertHolidayName(name, al_holidays, range(1890, 2050)) self.assertNoHolidayName(name, al_holidays, range(1865, 1890)) dt = ( "2010-06-07", "2011-06-06", "2012-06-04", "2013-06-03", "2014-06-02", "2015-06-01", "2016-06-06", "2017-06-05", "2018-06-04", "2019-06-03", "2020-06-01", "2021-06-07", "2022-06-06", "2023-06-05", ) self.assertHolidayName(name, al_holidays, dt) def test_kamehameha_day(self): name = "Kamehameha Day" self.assertNoHolidayName(name) hi_holidays = self.state_hols["HI"] self.assertHolidayName(name, hi_holidays, (f"{year}-06-11" for year in range(1872, 2050))) self.assertNoHolidayName(name, hi_holidays, range(1865, 1872)) obs_dt = ( "2011-06-10", "2016-06-10", "2017-06-12", "2022-06-10", "2023-06-12", ) self.assertHolidayName(f"{name} (observed)", hi_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="HI", observed=False), obs_dt ) self.assertNoHolidayName(f"{name} (observed)", hi_holidays, range(1872, 2011)) def test_emancipation_day_in_texas(self): name = "Emancipation Day In Texas" self.assertNoHolidayName(name) tx_holidays = self.state_hols["TX"] self.assertHolidayName(name, tx_holidays, (f"{year}-06-19" for year in range(1980, 2050))) self.assertNoHolidayName(name, tx_holidays, range(1865, 1980)) def test_west_virginia_day(self): name = "West Virginia Day" self.assertNoHolidayName(name) wv_holidays = self.state_hols["WV"] self.assertHolidayName(name, wv_holidays, (f"{year}-06-20" for year in range(1927, 2050))) self.assertNoHolidayName(name, wv_holidays, range(1865, 1927)) obs_dt = ( "2010-06-21", "2015-06-19", "2020-06-19", "2021-06-21", ) self.assertHolidayName(f"{name} (observed)", wv_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="WV", observed=False), obs_dt ) def test_emancipation_day_in_virgin_islands(self): name = "Emancipation Day" self.assertNoHolidayName(name) self.assertHolidayName( name, self.state_hols["VI"], (f"{year}-07-03" for year in range(1865, 2050)) ) def test_manua_islands_cession_day(self): name = "Manu'a Islands Cession Day" self.assertNoHolidayName(name) as_holidays = self.state_hols["AS"] self.assertHolidayName(name, as_holidays, (f"{year}-07-16" for year in range(1983, 2050))) self.assertNoHolidayName(name, as_holidays, range(1865, 1983)) obs_dt = ( "2000-07-17", "2005-07-15", "2006-07-17", "2011-07-15", "2016-07-15", "2017-07-17", "2022-07-15", "2023-07-17", ) self.assertHolidayName(f"{name} (observed)", as_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="AS", observed=False), obs_dt ) def test_liberation_day_guam(self): name = "Liberation Day (Guam)" self.assertNoHolidayName(name) gu_holidays = self.state_hols["GU"] self.assertHolidayName(name, gu_holidays, (f"{year}-07-21" for year in range(1945, 2050))) self.assertNoHolidayName(name, gu_holidays, range(1865, 1945)) def test_pioneer_day(self): name = "Pioneer Day" self.assertNoHolidayName(name) ut_holidays = self.state_hols["UT"] self.assertHolidayName(name, ut_holidays, (f"{year}-07-24" for year in range(1865, 2050))) self.assertNoHolidayName(name, UnitedStates(subdiv="UT", years=1848)) obs_dt = ( "2010-07-23", "2011-07-25", "2016-07-25", "2021-07-23", "2022-07-25", ) self.assertHolidayName(f"{name} (observed)", ut_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="UT", observed=False), obs_dt ) def test_constitution_day(self): name = "Constitution Day" self.assertNoHolidayName(name) pr_holidays = self.state_hols["PR"] self.assertHolidayName(name, pr_holidays, (f"{year}-07-25" for year in range(1865, 2050))) obs_dt = ( "1999-07-26", "2004-07-26", "2010-07-26", "2021-07-26", ) self.assertHolidayName(f"{name} (observed)", pr_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="PR", observed=False), obs_dt ) def test_victory_day(self): name = "Victory Day" self.assertNoHolidayName(name) ri_holidays = self.state_hols["RI"] self.assertHolidayName(name, ri_holidays, range(1948, 2050)) self.assertNoHolidayName(name, ri_holidays, range(1865, 1948)) dt = ( "2010-08-09", "2011-08-08", "2012-08-13", "2013-08-12", "2014-08-11", "2015-08-10", "2016-08-08", "2017-08-14", "2018-08-13", "2019-08-12", "2020-08-10", "2021-08-09", "2022-08-08", "2023-08-14", ) self.assertHolidayName(name, ri_holidays, dt) def test_statehood_day(self): name = "Statehood Day" self.assertNoHolidayName(name) hi_holidays = self.state_hols["HI"] self.assertHolidayName(name, hi_holidays, range(1959, 2050)) self.assertNoHolidayName(name, hi_holidays, range(1865, 1959)) dt = ( "2010-08-20", "2011-08-19", "2012-08-17", "2013-08-16", "2014-08-15", "2015-08-21", "2016-08-19", "2017-08-18", "2018-08-17", "2019-08-16", "2020-08-21", "2021-08-20", "2022-08-19", "2023-08-18", ) self.assertHolidayName(name, hi_holidays, dt) def test_bennington_battle_day(self): name = "Bennington Battle Day" self.assertNoHolidayName(name) vt_holidays = self.state_hols["VT"] self.assertHolidayName(name, vt_holidays, (f"{year}-08-16" for year in range(1865, 2050))) self.assertNoHolidayName(name, UnitedStates(subdiv="VT", years=1777)) obs_dt = ( "2009-08-17", "2014-08-15", "2015-08-17", "2020-08-17", ) self.assertHolidayName(f"{name} (observed)", vt_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="VT", observed=False), obs_dt ) def test_lyndon_baines_johnson_day(self): name = "Lyndon Baines Johnson Day" self.assertNoHolidayName(name) tx_holidays = self.state_hols["TX"] self.assertHolidayName(name, tx_holidays, (f"{year}-08-27" for year in range(1973, 2050))) self.assertNoHolidayName(name, tx_holidays, range(1865, 1973)) def test_commonwealth_cultural_day(self): name = "Commonwealth Cultural Day" self.assertNoHolidayName(name) dt = ( "2010-10-11", "2011-10-10", "2012-10-08", "2013-10-14", "2014-10-13", "2015-10-12", "2016-10-10", "2017-10-09", "2018-10-08", "2019-10-14", "2020-10-12", "2021-10-11", "2022-10-10", "2023-10-09", ) self.assertHolidayName(name, self.state_hols["MP"], dt) def test_white_sunday(self): name = "White Sunday" self.assertNoHolidayName(name) as_holidays = self.state_hols["AS"] self.assertHolidayName(name, as_holidays, range(1865, 2050)) dt = ( "2010-10-10", "2011-10-09", "2012-10-14", "2013-10-13", "2014-10-12", "2015-10-11", "2016-10-09", "2017-10-08", "2018-10-14", "2019-10-13", "2020-10-11", "2021-10-10", "2022-10-09", "2023-10-08", "2024-10-13", ) self.assertHolidayName(name, as_holidays, dt) def test_alaska_day(self): name = "Alaska Day" self.assertNoHolidayName(name) ak_holidays = self.state_hols["AK"] self.assertHolidayName(name, ak_holidays, (f"{year}-10-18" for year in range(1917, 2050))) self.assertNoHolidayName(name, ak_holidays, range(1865, 1917)) obs_dt = ( "2009-10-19", "2014-10-17", "2015-10-19", "2020-10-19", ) self.assertHolidayName(f"{name} (observed)", ak_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="AK", observed=False), obs_dt ) def test_nevada_day(self): name = "Nevada Day" self.assertNoHolidayName(name) nv_holidays = self.state_hols["NV"] self.assertHolidayName(name, nv_holidays, (f"{year}-10-31" for year in range(1933, 2000))) self.assertNoHolidayName(name, nv_holidays, range(1865, 1933)) dt = ( "2000-10-27", "2010-10-29", "2011-10-28", "2012-10-26", "2013-10-25", "2014-10-31", "2015-10-30", "2016-10-28", "2017-10-27", "2018-10-26", "2019-10-25", "2020-10-30", "2021-10-29", "2022-10-28", "2023-10-27", ) self.assertHolidayName(name, nv_holidays, dt) obs_dt = ( "1992-10-30", "1993-11-01", "1998-10-30", "1999-11-01", ) self.assertHolidayName(f"{name} (observed)", nv_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="NV", observed=False), obs_dt ) def test_liberty_day(self): name = "Liberty Day" self.assertNoHolidayName(name) self.assertHolidayName( name, self.state_hols["VI"], (f"{year}-11-01" for year in range(1865, 2050)) ) def test_election_day(self): name = "Election Day" self.assertNoHolidayName(name) dt = ( "2008-11-04", "2010-11-02", "2012-11-06", "2014-11-04", "2016-11-08", "2018-11-06", "2020-11-03", "2022-11-08", ) for subdiv in ("DE", "HI", "IL", "LA", "MI", "MP", "MT", "NH", "NJ", "WV"): self.assertHolidayName(name, self.state_hols[subdiv], dt) self.assertNoHolidayName( name, self.state_hols[subdiv], range(1865, 2008), range(2009, 2050, 2) ) dt = ( "2008-11-04", "2010-11-02", "2012-11-06", "2014-11-04", "2015-11-03", "2016-11-08", "2017-11-07", "2018-11-06", "2019-11-05", "2020-11-03", "2021-11-02", "2022-11-08", "2023-11-07", ) for subdiv in ("IN", "NY"): self.assertHolidayName(name, self.state_hols[subdiv], dt) self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, 2008)) # For NON_OFFICIAL category # This is actually for the Presidential Election, but let's keep the same name # to prevent duplicates for states which have them as proper public holidays. dt = ( "1868-11-03", "1872-11-05", "1876-11-07", "1880-11-02", "1884-11-04", "1888-11-06", "1892-11-08", "1896-11-03", "1900-11-06", "1904-11-08", "1908-11-03", "1912-11-05", "1916-11-07", "1920-11-02", "1924-11-04", "1928-11-06", "1932-11-08", "1936-11-03", "1940-11-05", "1944-11-07", "1948-11-02", "1952-11-04", "1956-11-06", "1960-11-08", "1964-11-03", "1968-11-05", "1972-11-07", "1976-11-02", "1980-11-04", "1984-11-06", "1988-11-08", "1992-11-03", "1996-11-05", "2000-11-07", "2004-11-02", "2008-11-04", "2012-11-06", "2016-11-08", "2020-11-03", "2024-11-05", ) for subdiv in UnitedStates.subdivisions: holidays = UnitedStates(subdiv=subdiv, categories=UNOFFICIAL, years=range(1865, 2050)) if subdiv in {"AS", "GU", "MP", "PR", "UM", "VI"}: self.assertNoHolidayName(name, holidays) else: self.assertNoHolidayName( name, UnitedStates(subdiv=subdiv, categories=UNOFFICIAL, years=(1844, 1847)) ) self.assertHolidayName(name, holidays, dt) def test_valentines_day(self): name = "Valentine's Day" self.assertNoHolidayName(name) self.assertNoHolidayName(name, UnitedStates(categories=UNOFFICIAL, years=1846)) self.assertHolidayName( name, self.unofficial_hols, (f"{year}-02-14" for year in range(1865, 2050)) ) def test_st_patricks_day(self): name = "Saint Patrick's Day" self.assertNoHolidayName(name) self.assertHolidayName( name, self.unofficial_hols, (f"{year}-03-17" for year in range(1865, 2050)) ) def test_halloween(self): name = "Halloween" self.assertNoHolidayName(name) self.assertHolidayName( name, self.unofficial_hols, (f"{year}-10-31" for year in range(1865, 2050)) ) def test_groundhog_day(self): name = "Groundhog Day" self.assertNoHolidayName(name) self.assertHolidayName( name, self.unofficial_hols, (f"{year}-02-02" for year in range(1886, 2050)) ) def test_all_souls_day(self): name = "All Souls' Day" self.assertNoHolidayName(name) self.assertHolidayName( name, self.state_hols["GU"], (f"{year}-11-02" for year in range(1865, 2050)) ) def test_citizenship_day(self): name = "Citizenship Day" self.assertNoHolidayName(name) mp_holidays = self.state_hols["MP"] self.assertHolidayName(name, mp_holidays, (f"{year}-11-04" for year in range(1865, 2050))) obs_dt = ( "2012-11-05", "2017-11-03", "2018-11-05", "2023-11-03", ) self.assertHolidayName(f"{name} (observed)", mp_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="MP", observed=False), obs_dt ) def test_discovery_day(self): name = "Discovery Day" self.assertNoHolidayName(name) pr_holidays = self.state_hols["PR"] self.assertHolidayName(name, pr_holidays, (f"{year}-11-19" for year in range(1865, 2050))) obs_dt = ( "2000-11-20", "2006-11-20", "2017-11-20", "2023-11-20", ) self.assertHolidayName(f"{name} (observed)", pr_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="PR", observed=False), obs_dt ) def test_day_after_thanksgiving(self): dt = ( "2017-11-24", "2018-11-23", "2019-11-29", "2020-11-27", "2021-11-26", "2022-11-25", "2023-11-24", "2024-11-29", ) for subdiv, name, start_year in ( ("CA", "Day After Thanksgiving", 1975), ("DE", "Day After Thanksgiving", 1975), ("FL", "Friday After Thanksgiving", 1975), ("IN", "Lincoln's Birthday", 2010), ("MD", "American Indian Heritage Day", 2008), ("MI", "Day After Thanksgiving", 2017), ("NC", "Day After Thanksgiving", 1975), ("NH", "Day After Thanksgiving", 1975), ("NM", "Presidents' Day", None), ("NV", "Family Day", None), ("OK", "Day After Thanksgiving", 1975), ("PA", "Day After Thanksgiving", None), ("TX", "Friday After Thanksgiving", 1975), ("WV", "Day After Thanksgiving", 1975), ): self.assertNoHolidayName(name) self.assertHolidayName(name, self.state_hols[subdiv], dt) self.assertHolidayName(name, self.state_hols[subdiv], range(start_year or 1865, 2050)) if start_year: self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, start_year)) def test_robert_lee_birthday(self): name_1 = "Robert E. Lee's Birthday" name_2 = "State Holiday" ga_holidays = self.state_hols["GA"] self.assertNoHolidayName(name_1) self.assertNoHolidayName(name_2) self.assertHolidayName(name_1, ga_holidays, range(1986, 2016)) self.assertHolidayName(name_2, ga_holidays, range(2016, 2050)) self.assertNoHolidayName(name_1, ga_holidays, range(1865, 1986), range(2016, 2050)) self.assertNoHolidayName(name_2, ga_holidays, range(1865, 2016)) self.assertHolidayName( name_1, ga_holidays, "2010-11-26", "2011-11-25", "2012-11-23", "2013-11-29", "2014-11-28", "2015-11-27", ) self.assertHolidayName( name_2, ga_holidays, "2016-11-25", "2017-11-24", "2018-11-23", "2019-11-29", "2020-11-27", "2021-11-26", "2022-11-25", "2023-11-24", ) def test_lady_of_camarin_day(self): name = "Lady of Camarin Day" self.assertNoHolidayName(name) self.assertHolidayName( name, self.state_hols["GU"], (f"{year}-12-08" for year in range(1865, 2050)) ) def test_constitution_day_mp(self): name = "Constitution Day" self.assertNoHolidayName(name) mp_holidays = self.state_hols["MP"] self.assertHolidayName(name, mp_holidays, (f"{year}-12-08" for year in range(1865, 2050))) obs_dt = ( "2012-12-07", "2013-12-09", "2018-12-07", "2019-12-09", ) self.assertHolidayName(f"{name} (observed)", mp_holidays, obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="MP", observed=False), obs_dt ) def test_christmas_eve(self): name = "Christmas Eve" self.assertNoHolidayName(name) obs_dt = ( "2016-12-23", "2017-12-22", "2021-12-23", "2022-12-23", "2023-12-22", ) for subdiv, start_year in ( ("KS", 2013), ("MI", 2013), ("NC", 2013), ("TX", 1981), ("WI", 2012), ): self.assertHolidayName( name, self.state_hols[subdiv], (f"{year}-12-24" for year in range(start_year, 2050)), ) self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, start_year)) self.assertHolidayName(f"{name} (observed)", self.state_hols[subdiv], obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv=subdiv, observed=False), obs_dt ) def test_day_after_christmas(self): for subdiv, name, start_year in ( ("NC", "Day After Christmas", 2013), ("TX", "Day After Christmas", 1981), ("VI", "Christmas Second Day", -1), ): self.assertNoHolidayName(name) self.assertHolidayName( name, self.state_hols[subdiv], (f"{year}-12-26" for year in range(start_year if start_year > 0 else 1865, 2050)), ) if start_year > 0: self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, start_year)) obs_dt = ( "2015-12-28", "2016-12-27", "2020-12-28", "2021-12-27", "2022-12-27", ) name = "Day After Christmas" self.assertHolidayName(f"{name} (observed)", self.state_hols["NC"], obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv="NC", observed=False), obs_dt ) def test_new_years_eve(self): name = "New Year's Eve" self.assertNoHolidayName(name) obs_dt = ( "2016-12-30", "2022-12-30", ) for subdiv, start_year in ( ("KY", 2013), ("MI", 2013), ("WI", 2012), ): self.assertHolidayName( name, self.state_hols[subdiv], (f"{year}-12-31" for year in range(start_year, 2050)), ) self.assertNoHolidayName(name, self.state_hols[subdiv], range(1865, start_year)) self.assertHolidayName(f"{name} (observed)", self.state_hols[subdiv], obs_dt) self.assertNoNonObservedHolidayName( f"{name} (observed)", UnitedStates(subdiv=subdiv, observed=False), obs_dt ) def test_frances_xavier_cabrini_day(self): name = "Frances Xavier Cabrini Day" self.assertNoHolidayName(name) co_holidays = self.state_hols["CO"] self.assertNoHolidayName(name, co_holidays, range(1865, 2019)) self.assertHolidayName(name, co_holidays, range(2020, 2050)) self.assertHoliday( co_holidays, ( "2020-10-05", "2021-10-04", "2022-10-03", "2023-10-02", "2024-10-07", ), ) holidays-0.71/tests/countries/test_united_states_minor_outlying_islands.py000066400000000000000000000037441500152103600275720ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import GOVERNMENT, UNOFFICIAL from holidays.countries.united_states_minor_outlying_islands import HolidaysUM, UM, UMI from tests.common import CommonCountryTests class TestUM(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(HolidaysUM) def test_country_aliases(self): self.assertAliases(HolidaysUM, UM, UMI) def test_common(self): self.assertIn("Christmas Day", self.holidays["2022-12-25"]) def test_unofficial_holidays(self): self.assertHolidays( HolidaysUM(categories=UNOFFICIAL, years=2024), ("2024-02-14", "Valentine's Day"), ("2024-03-17", "Saint Patrick's Day"), ("2024-10-31", "Halloween"), ) def test_government_holidays(self): self.assertHolidays( HolidaysUM(categories=GOVERNMENT, years=2024), ("2024-01-01", "New Year's Day"), ("2024-01-15", "Birthday of Martin Luther King, Jr."), ("2024-02-19", "Washington's Birthday"), ("2024-05-27", "Memorial Day"), ("2024-06-19", "Juneteenth National Independence Day"), ("2024-07-04", "Independence Day"), ("2024-09-02", "Labor Day"), ("2024-10-14", "Columbus Day"), ("2024-11-11", "Veterans Day"), ("2024-11-28", "Thanksgiving Day"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_united_states_virgin_islands.py000066400000000000000000000042351500152103600260060ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import MAR from holidays.constants import GOVERNMENT, UNOFFICIAL from holidays.countries.united_states_virgin_islands import HolidaysVI, VI, VIR from tests.common import CommonCountryTests class TestVI(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(HolidaysVI) def test_country_aliases(self): self.assertAliases(HolidaysVI, VI, VIR) def test_vi_only(self): """Check for a holiday that is not returned by US unless the subdivision is specified.""" self.assertIn("Transfer Day", self.holidays.get_list(date(2020, MAR, 31))) def test_unofficial_holidays(self): self.assertHolidays( HolidaysVI(categories=UNOFFICIAL, years=2024), ("2024-02-14", "Valentine's Day"), ("2024-03-17", "Saint Patrick's Day"), ("2024-10-31", "Halloween"), ) def test_government_holidays(self): self.assertHolidays( HolidaysVI(categories=GOVERNMENT, years=2024), ("2024-01-01", "New Year's Day"), ("2024-01-15", "Birthday of Martin Luther King, Jr."), ("2024-02-19", "Washington's Birthday"), ("2024-05-27", "Memorial Day"), ("2024-06-19", "Juneteenth National Independence Day"), ("2024-07-04", "Independence Day"), ("2024-09-02", "Labor Day"), ("2024-10-14", "Columbus Day"), ("2024-11-11", "Veterans Day"), ("2024-11-28", "Thanksgiving Day"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/countries/test_uruguay.py000066400000000000000000000321511500152103600215370ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.constants import BANK, PUBLIC from holidays.countries.uruguay import Uruguay, UY, URY from tests.common import CommonCountryTests class TestUruguay(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): years = range(1920, 2050) super().setUpClass(Uruguay, years=years) cls.bank_holidays = Uruguay(years=years, categories=BANK) def test_country_aliases(self): self.assertAliases(Uruguay, UY, URY) def test_no_holidays(self): self.assertNoHolidays(Uruguay(categories=(BANK, PUBLIC), years=1919)) def test_special_holidays(self): self.assertHoliday( "1985-03-01", "1990-03-01", "1995-03-01", "2000-03-01", "2005-03-01", "2010-03-01", "2015-03-01", "2020-03-01", ) def test_new_years_day(self): self.assertHolidayName("Año Nuevo", (f"{year}-01-01" for year in range(1920, 2050))) def test_cry_of_asencio(self): name = "Grito de Asencio" self.assertHolidayName(name, (f"{year}-02-28" for year in range(1920, 1934))) self.assertNoHolidayName(name, range(1934, 2050)) def test_labor_day(self): name = "Día de los Trabajadores" self.assertHolidayName( name, (f"{year}-05-01" for year in set(range(1920, 2050)).difference({1980, 1981})) ) self.assertHolidayName( name, "1980-05-05", "1981-05-04", ) def test_spain_day(self): name = "Día de España" self.assertHolidayName(name, (f"{year}-05-02" for year in range(1920, 1933))) self.assertNoHolidayName(name, range(1933, 2050)) def test_america_day(self): name = "Día de América" self.assertHolidayName(name, (f"{year}-05-25" for year in range(1920, 1933))) self.assertNoHolidayName(name, range(1933, 2050)) def test_democracy_day(self): name = "Día de la Democracia" self.assertHolidayName(name, (f"{year}-07-04" for year in range(1920, 1933))) self.assertNoHolidayName(name, range(1933, 2050)) def test_humanity_day(self): name = "Día de la Humanidad" self.assertHolidayName(name, (f"{year}-07-14" for year in range(1920, 1933))) self.assertNoHolidayName(name, range(1933, 2050)) def test_constitution_day(self): self.assertHolidayName( "Jura de la Constitución", (f"{year}-07-18" for year in range(1920, 2050)) ) def test_independence_day(self): self.assertHolidayName( "Declaratoria de la Independencia", (f"{year}-08-25" for year in range(1920, 2050)) ) def test_italy_day(self): name = "Día de Italia" self.assertHolidayName(name, (f"{year}-09-20" for year in range(1920, 1933))) self.assertNoHolidayName(name, range(1933, 2050)) def test_open_town_hall(self): name = "Cabildo Abierto" self.assertHolidayName(name, (f"{year}-09-21" for year in range(1920, 1933))) self.assertNoHolidayName(name, range(1933, 2050)) def test_beaches_day(self): name = "Día de las Playas" self.assertHolidayName(name, (f"{year}-12-08" for year in range(1920, 1933))) self.assertHolidayName(name, (f"{year}-12-08" for year in range(1936, 1980))) self.assertNoHolidayName(name, range(1933, 1936), range(1980, 2050)) def test_christmas(self): self.assertHolidayName( "Día de la Familia", (f"{year}-12-25" for year in range(1920, 2050)) ) def test_childrens_day(self): self.assertHolidayName( "Día de los Niños", self.bank_holidays, (f"{year}-01-06" for year in range(1920, 2050)) ) def test_carnival(self): name = "Carnaval" self.assertHolidayName( name, self.bank_holidays, "2018-02-12", "2018-02-13", "2019-03-04", "2019-03-05", "2020-02-24", "2020-02-25", "2021-02-15", "2021-02-16", "2022-02-28", "2022-03-01", "2023-02-20", "2023-02-21", ) self.assertHolidayName(name, self.bank_holidays, range(1920, 2050)) def test_landing_of_33_patriots(self): name = "Desembarco de los 33 Orientales" self.assertHolidayName( name, self.bank_holidays, (f"{year}-04-19" for year in range(1920, 1933)) ) self.assertHolidayName( name, self.bank_holidays, (f"{year}-04-19" for year in set(range(1949, 1997)).difference({1983})), ) self.assertNoHolidayName(name, self.bank_holidays, range(1934, 1949)) self.assertHolidayName( name, self.bank_holidays, "1983-04-18", "2000-04-17", "2018-04-23", "2019-04-22", "2020-04-19", "2021-04-19", "2022-04-18", "2023-04-17", ) self.assertHolidayName(name, self.bank_holidays, range(1949, 2050)) def test_tourism_week(self): name = "Semana de Turismo" self.assertHolidayName( name, self.bank_holidays, "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2021-03-29", "2021-03-30", "2021-03-31", "2021-04-01", "2021-04-02", "2022-04-11", "2022-04-12", "2022-04-13", "2022-04-14", "2022-04-15", ) self.assertHolidayName(name, self.bank_holidays, range(1920, 2050)) def test_battle_of_las_piedras(self): name = "Batalla de Las Piedras" self.assertHolidayName( name, self.bank_holidays, (f"{year}-05-18" for year in range(1920, 1933)) ) self.assertHolidayName( name, self.bank_holidays, (f"{year}-05-18" for year in set(range(1942, 1997)).difference({1982, 1983})), ) self.assertNoHolidayName(name, self.bank_holidays, range(1933, 1942)) self.assertHolidayName( name, self.bank_holidays, "1982-05-17", "1983-05-16", "1999-05-17", "2018-05-21", "2019-05-18", "2020-05-18", "2021-05-17", "2022-05-16", "2023-05-22", ) self.assertHolidayName(name, self.bank_holidays, range(1942, 2050)) def test_birthday_of_artigas(self): name = "Natalicio de Artigas" self.assertHolidayName( name, self.bank_holidays, (f"{year}-06-19" for year in range(1920, 1933)) ) self.assertHolidayName( name, self.bank_holidays, ( f"{year}-06-19" for year in set(range(1940, 2050)).difference({1980, 1981, 1997, 1998, 2001}) ), ) self.assertNoHolidayName(name, self.bank_holidays, range(1933, 1940)) self.assertHolidayName( name, self.bank_holidays, "1980-06-23", "1981-06-22", "1997-06-23", "1998-06-22", "2001-06-18", ) self.assertHolidayName(name, self.bank_holidays, range(1940, 2050)) def test_cultural_diversity_day(self): name_1 = "Día de la Raza" name_2 = "Día de la Diversidad Cultural" self.assertHolidayName( name_1, self.bank_holidays, (f"{year}-10-12" for year in range(1920, 1933)) ) self.assertHolidayName( name_1, self.bank_holidays, (f"{year}-10-12" for year in set(range(1937, 1997)).difference({1982, 1983})), ) self.assertNoHolidayName(name_1, self.bank_holidays, range(1933, 1937)) self.assertNoHolidayName(name_1, self.bank_holidays, range(2014, 2050)) self.assertHolidayName( name_1, self.bank_holidays, "1982-10-11", "1983-10-10", "1999-10-11", "2013-10-12", ) self.assertHolidayName(name_1, self.bank_holidays, range(1937, 2014)) self.assertHolidayName( name_2, self.bank_holidays, "2014-10-12", "2018-10-15", "2019-10-12", "2020-10-12", "2021-10-11", "2022-10-10", "2023-10-16", ) self.assertNoHolidayName(name_2, self.bank_holidays, range(1920, 2014)) self.assertHolidayName(name_2, self.bank_holidays, range(2014, 2050)) def test_all_souls_day(self): name = "Día de los Difuntos" self.assertHolidayName( name, self.bank_holidays, (f"{year}-11-02" for year in range(1920, 1933)) ) self.assertHolidayName( name, self.bank_holidays, ( f"{year}-11-02" for year in set(range(1938, 2050)).difference({1982, 1983, 1999, 2000, 2001}) ), ) self.assertNoHolidayName(name, self.bank_holidays, range(1933, 1938)) self.assertHolidayName( name, self.bank_holidays, "1982-11-01", "1983-10-31", "1999-11-01", "2000-11-06", "2001-11-05", ) self.assertHolidayName(name, self.bank_holidays, range(1938, 2050)) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Año Nuevo"), ("2022-01-06", "Día de los Niños"), ("2022-02-28", "Carnaval"), ("2022-03-01", "Carnaval"), ("2022-04-11", "Semana de Turismo"), ("2022-04-12", "Semana de Turismo"), ("2022-04-13", "Semana de Turismo"), ("2022-04-14", "Semana de Turismo"), ("2022-04-15", "Semana de Turismo"), ("2022-04-18", "Desembarco de los 33 Orientales"), ("2022-05-01", "Día de los Trabajadores"), ("2022-05-16", "Batalla de Las Piedras"), ("2022-06-19", "Natalicio de Artigas"), ("2022-07-18", "Jura de la Constitución"), ("2022-08-25", "Declaratoria de la Independencia"), ("2022-10-10", "Día de la Diversidad Cultural"), ("2022-11-02", "Día de los Difuntos"), ("2022-12-25", "Día de la Familia"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-06", "Children's Day"), ("2022-02-28", "Carnival"), ("2022-03-01", "Carnival"), ("2022-04-11", "Tourism Week"), ("2022-04-12", "Tourism Week"), ("2022-04-13", "Tourism Week"), ("2022-04-14", "Tourism Week"), ("2022-04-15", "Tourism Week"), ("2022-04-18", "Landing of the 33 Patriots"), ("2022-05-01", "Workers' Day"), ("2022-05-16", "Battle of Las Piedras"), ("2022-06-19", "Birthday of Artigas"), ("2022-07-18", "Constitution Day"), ("2022-08-25", "Independence Day"), ("2022-10-10", "Cultural Diversity Day"), ("2022-11-02", "All Souls' Day"), ("2022-12-25", "Day of the Family"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2022-01-01", "Новий рік"), ("2022-01-06", "День дітей"), ("2022-02-28", "Карнавал"), ("2022-03-01", "Карнавал"), ("2022-04-11", "Тиждень туризму"), ("2022-04-12", "Тиждень туризму"), ("2022-04-13", "Тиждень туризму"), ("2022-04-14", "Тиждень туризму"), ("2022-04-15", "Тиждень туризму"), ("2022-04-18", "День висадки 33 патріотів"), ("2022-05-01", "День трудящих"), ("2022-05-16", "День битви при Лас-Пʼєдрас"), ("2022-06-19", "Річниця Артігаса"), ("2022-07-18", "День присяги Конституції"), ("2022-08-25", "День проголошення незалежності"), ("2022-10-10", "День культурного різноманіття"), ("2022-11-02", "День усіх померлих"), ("2022-12-25", "День родини"), ) holidays-0.71/tests/countries/test_uzbekistan.py000066400000000000000000000220471500152103600222200ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.uzbekistan import Uzbekistan, UZ, UZB from tests.common import CommonCountryTests class TestUzbekistan(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Uzbekistan, years=range(1992, 2050)) def test_country_aliases(self): self.assertAliases(Uzbekistan, UZ, UZB) def test_no_holidays(self): self.assertNoHolidays(Uzbekistan(years=1991)) def test_new_years_day(self): self.assertHolidayName("Yangi yil", (f"{year}-01-01" for year in range(1992, 2050))) def test_womens_day(self): self.assertHolidayName( "Xotin-qizlar kuni", (f"{year}-03-08" for year in range(1992, 2050)) ) def test_nowruz(self): self.assertHolidayName("Navro‘z bayrami", (f"{year}-03-21" for year in range(1992, 2050))) def test_memory_and_honor_day(self): name_1 = "G‘alaba kuni" name_2 = "Xotira va qadrlash kuni" self.assertHolidayName(name_1, (f"{year}-05-09" for year in range(1992, 1999))) self.assertHolidayName(name_2, (f"{year}-05-09" for year in range(1999, 2050))) self.assertNoHolidayName(name_1, range(1999, 2050)) self.assertNoHolidayName(name_2, range(1992, 1999)) def test_independence_day(self): self.assertHolidayName("Mustaqillik kuni", (f"{year}-09-01" for year in range(1992, 2050))) def test_teachers_and_instructors_day(self): name = "O‘qituvchi va murabbiylar kuni" self.assertHolidayName(name, (f"{year}-10-01" for year in range(1997, 2050))) self.assertNoHolidayName(name, range(1992, 1997)) def test_constitution_day(self): name = "O‘zbekiston Respublikasi Konstitutsiyasi kuni" self.assertHolidayName(name, (f"{year}-12-08" for year in range(1993, 2050))) self.assertNoHolidayName(name, 1992) def test_eid_al_fitr(self): self.assertHolidayName( "Ro‘za hayit", "2020-05-24", "2021-05-13", "2022-05-02", "2023-04-21", ) def test_eid_al_adha(self): self.assertHolidayName( "Qurbon hayit", "2006-01-10", "2006-12-30", "2020-07-31", "2021-07-20", "2022-07-09", "2023-06-28", ) def test_observed(self): dt = ( "2023-10-02", "2024-06-17", "2024-09-02", "2024-12-09", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test2020(self): self.assertHolidayDates( Uzbekistan(years=2020), "2020-01-01", "2020-01-02", "2020-03-08", "2020-03-21", "2020-03-23", "2020-05-09", "2020-05-24", "2020-07-31", "2020-08-31", "2020-09-01", "2020-10-01", "2020-12-08", ) def test2021(self): self.assertHolidayDates( Uzbekistan(years=2021), "2021-01-01", "2021-03-08", "2021-03-21", "2021-03-22", "2021-05-09", "2021-05-13", "2021-05-14", "2021-07-20", "2021-07-21", "2021-07-22", "2021-09-01", "2021-09-02", "2021-09-03", "2021-10-01", "2021-12-08", "2021-12-31", ) def test2022(self): self.assertHolidays( Uzbekistan(years=2022), ("2022-01-01", "Yangi yil"), ("2022-01-03", "Prezidentining farmoni bilan qo‘shimcha dam olish kuni"), ("2022-01-04", "Dam olish kuni (08/01 2022 dan ko‘chirilgan)"), ("2022-03-08", "Xotin-qizlar kuni"), ("2022-03-21", "Navro‘z bayrami"), ("2022-03-22", "Prezidentining farmoni bilan qo‘shimcha dam olish kuni"), ("2022-03-23", "Prezidentining farmoni bilan qo‘shimcha dam olish kuni"), ("2022-05-02", "Ro‘za hayit"), ("2022-05-03", "Prezidentining farmoni bilan qo‘shimcha dam olish kuni"), ("2022-05-04", "Dam olish kuni (07/05 2022 dan ko‘chirilgan)"), ("2022-05-09", "Xotira va qadrlash kuni"), ("2022-07-09", "Qurbon hayit"), ("2022-07-11", "Prezidentining farmoni bilan qo‘shimcha dam olish kuni"), ("2022-07-12", "Dam olish kuni (16/07 2022 dan ko‘chirilgan)"), ("2022-09-01", "Mustaqillik kuni"), ("2022-09-02", "Prezidentining farmoni bilan qo‘shimcha dam olish kuni"), ("2022-10-01", "O‘qituvchi va murabbiylar kuni"), ("2022-12-08", "O‘zbekiston Respublikasi Konstitutsiyasi kuni"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Yangi yil"), ("2023-01-02", "Prezidentining farmoni bilan qo‘shimcha dam olish kuni"), ("2023-01-03", "Dam olish kuni (07/01 2023 dan ko‘chirilgan)"), ("2023-03-08", "Xotin-qizlar kuni"), ("2023-03-20", "Dam olish kuni (11/03 2023 dan ko‘chirilgan)"), ("2023-03-21", "Navro‘z bayrami"), ("2023-03-22", "Dam olish kuni (25/03 2023 dan ko‘chirilgan)"), ("2023-04-21", "Ro‘za hayit"), ("2023-04-24", "Prezidentining farmoni bilan qo‘shimcha dam olish kuni"), ("2023-05-09", "Xotira va qadrlash kuni"), ("2023-06-28", "Qurbon hayit"), ("2023-06-29", "Prezidentining farmoni bilan qo‘shimcha dam olish kuni"), ("2023-06-30", "Prezidentining farmoni bilan qo‘shimcha dam olish kuni"), ("2023-09-01", "Mustaqillik kuni"), ("2023-10-01", "O‘qituvchi va murabbiylar kuni"), ("2023-10-02", "O‘qituvchi va murabbiylar kuni (ko‘chirilgan)"), ("2023-12-08", "O‘zbekiston Respublikasi Konstitutsiyasi kuni"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-02", "Additional day off by Presidential decree"), ("2023-01-03", "Day off (substituted from 01/07/2023)"), ("2023-03-08", "Women's Day"), ("2023-03-20", "Day off (substituted from 03/11/2023)"), ("2023-03-21", "Nowruz"), ("2023-03-22", "Day off (substituted from 03/25/2023)"), ("2023-04-21", "Eid al-Fitr"), ("2023-04-24", "Additional day off by Presidential decree"), ("2023-05-09", "Day of Memory and Honor"), ("2023-06-28", "Eid al-Adha"), ("2023-06-29", "Additional day off by Presidential decree"), ("2023-06-30", "Additional day off by Presidential decree"), ("2023-09-01", "Independence Day"), ("2023-10-01", "Teachers and Instructors Day"), ("2023-10-02", "Teachers and Instructors Day (observed)"), ("2023-12-08", "Constitution Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "Новий рік"), ("2023-01-02", "Додатковий вихідний згідно указу Президента"), ("2023-01-03", "Вихідний день (перенесено з 07.01.2023)"), ("2023-03-08", "Жіночий день"), ("2023-03-20", "Вихідний день (перенесено з 11.03.2023)"), ("2023-03-21", "Свято Новруз"), ("2023-03-22", "Вихідний день (перенесено з 25.03.2023)"), ("2023-04-21", "Рамазан-байрам"), ("2023-04-24", "Додатковий вихідний згідно указу Президента"), ("2023-05-09", "День памʼяті і шани"), ("2023-06-28", "Курбан-байрам"), ("2023-06-29", "Додатковий вихідний згідно указу Президента"), ("2023-06-30", "Додатковий вихідний згідно указу Президента"), ("2023-09-01", "День незалежності"), ("2023-10-01", "День вчителя і наставника"), ("2023-10-02", "День вчителя і наставника (вихідний)"), ("2023-12-08", "День Конституції Республіки Узбекистан"), ) holidays-0.71/tests/countries/test_vanuatu.py000066400000000000000000000161451500152103600215260ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.vanuatu import Vanuatu, VU, VTU from tests.common import CommonCountryTests class TestVanuatu(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Vanuatu, years=range(1981, 2050), years_non_observed=range(2000, 2024)) def test_country_aliases(self): self.assertAliases(Vanuatu, VU, VTU) def test_no_holidays(self): self.assertNoHolidays(Vanuatu(years=1980)) def test_special_holidays(self): self.assertHoliday( "2020-07-23", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-31", "2022-10-13", ) def test_new_years_day(self): name = "New Year's Day" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1981, 2050))) dt = ( "2006-01-02", "2012-01-02", "2017-01-02", "2023-01-02", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_father_lini_day(self): name = "Father Lini Day" self.assertHolidayName(name, (f"{year}-02-21" for year in range(1999, 2050))) self.assertNoHolidayName(name, range(1981, 1999)) self.assertNoHoliday(f"{year}-02-21" for year in range(1981, 1999)) dt = ( "2010-02-22", "2016-02-22", "2021-02-22", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_custom_chiefs_day(self): name = "Custom Chief's Day" self.assertHolidayName(name, (f"{year}-03-05" for year in range(1981, 2050))) dt = ( "2000-03-06", "2006-03-06", "2017-03-06", "2023-03-06", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_good_friday(self): name = "Good Friday" self.assertHolidayName( name, "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", ) self.assertHolidayName(name, range(1981, 2050)) def test_easter_monday(self): name = "Easter Monday" self.assertHolidayName( name, "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", ) self.assertHolidayName(name, range(1981, 2050)) def test_labour_day(self): name = "Labour Day" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1981, 2050))) dt = ( "2005-05-02", "2011-05-02", "2016-05-02", "2022-05-02", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_ascension_day(self): name = "Ascension Day" self.assertHolidayName( name, "2018-05-10", "2019-05-30", "2020-05-21", "2021-05-13", "2022-05-26", "2023-05-18", ) self.assertHolidayName(name, range(1981, 2050)) def test_childrens_day(self): name = "Children's Day" self.assertHolidayName(name, (f"{year}-07-24" for year in range(1981, 2050))) dt = ( "2005-07-25", "2011-07-25", "2016-07-25", "2022-07-25", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_independence_day(self): name = "Independence Day" self.assertHolidayName(name, (f"{year}-07-30" for year in range(1981, 2050))) dt = ( "2000-07-31", "2006-07-31", "2017-07-31", "2023-07-31", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_assumption_day(self): name = "Assumption Day" self.assertHolidayName(name, (f"{year}-08-15" for year in range(1981, 2050))) dt = ( "2004-08-16", "2010-08-16", "2021-08-16", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_constitution_day(self): name = "Constitution Day" self.assertHolidayName(name, (f"{year}-10-05" for year in range(1981, 2050))) dt = ( "2003-10-06", "2008-10-06", "2014-10-06", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_unity_day(self): name = "Unity Day" self.assertHolidayName(name, (f"{year}-11-29" for year in range(1981, 2050))) dt = ( "2009-11-30", "2015-11-30", "2020-11-30", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_christmas_day(self): self.assertHolidayName("Christmas Day", (f"{year}-12-25" for year in range(1981, 2050))) def test_family_day(self): name = "Family Day" self.assertHolidayName(name, (f"{year}-12-26" for year in range(1981, 2050))) dt = ( "2004-12-27", "2005-12-27", "2010-12-27", "2011-12-27", "2016-12-27", "2021-12-27", "2022-12-27", ) self.assertHolidayName(f"{name} (observed)", dt) self.assertNoNonObservedHoliday(dt) def test_2022(self): self.assertHolidays( Vanuatu(years=2022), ("2022-01-01", "New Year's Day"), ("2022-02-21", "Father Lini Day"), ("2022-03-05", "Custom Chief's Day"), ("2022-04-15", "Good Friday"), ("2022-04-18", "Easter Monday"), ("2022-05-01", "Labour Day"), ("2022-05-02", "Labour Day (observed)"), ("2022-05-26", "Ascension Day"), ("2022-07-24", "Children's Day"), ("2022-07-25", "Children's Day (observed)"), ("2022-07-30", "Independence Day"), ("2022-08-15", "Assumption Day"), ("2022-10-05", "Constitution Day"), ("2022-10-13", "Election Day"), ("2022-11-29", "Unity Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Family Day"), ("2022-12-27", "Family Day (observed)"), ) holidays-0.71/tests/countries/test_vatican_city.py000066400000000000000000000561151500152103600225210ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.vatican_city import VaticanCity, VA, VAT from tests.common import CommonCountryTests class TestVaticanCity(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(VaticanCity, years=range(1929, 2050)) def test_country_aliases(self): self.assertAliases(VaticanCity, VA, VAT) def test_no_holidays(self): self.assertNoHolidays(VaticanCity(years=1928)) def test_solemnity_of_mary_mother_of_god(self): self.assertHolidayName( "Solennità di Maria Santissima Madre di Dio", (f"{year}-01-01" for year in range(1929, 2050)), ) def test_epiphany(self): self.assertHolidayName( "Epifania del Signore", (f"{year}-01-06" for year in range(1929, 2050)) ) def test_anniversary_of_the_foundation_of_vatican_city(self): self.assertHolidayName( "Anniversario della istituzione dello Stato della Città del Vaticano", (f"{year}-02-11" for year in range(1929, 2050)), ) def test_anniversary_election_of_holy_father(self): name = "Anniversario dell'Elezione del Santo Padre" self.assertHolidayName(name, (f"{year}-02-06" for year in range(1929, 1940))) self.assertHolidayName(name, (f"{year}-03-02" for year in range(1939, 1959))) self.assertHolidayName(name, (f"{year}-10-28" for year in range(1958, 1963))) self.assertHolidayName(name, (f"{year}-06-21" for year in range(1963, 1979))) self.assertHolidayName(name, "1978-08-26") self.assertHolidayName(name, (f"{year}-10-16" for year in range(1978, 2005))) self.assertHolidayName(name, (f"{year}-04-19" for year in range(2005, 2013))) self.assertHolidayName(name, (f"{year}-03-13" for year in range(2013, 2050))) def test_name_day_of_holy_father(self): name = "Onomastico del Santo Padre" self.assertHolidayName(name, (f"{year}-11-04" for year in range(1978, 2005))) self.assertHolidayName(name, (f"{year}-03-19" for year in range(2005, 2013))) self.assertHolidayName(name, (f"{year}-04-23" for year in range(2013, 2050))) self.assertNoHolidayName(name, range(1929, 1978)) def test_saint_josephs_day(self): self.assertHolidayName("San Giuseppe", (f"{year}-03-19" for year in range(1929, 2050))) def test_maundy_thursday(self): name = "Giovedì Santo" self.assertHolidayName( name, "2019-04-18", "2020-04-09", "2021-04-01", ) self.assertHolidayName(name, range(1929, 2050)) def test_good_friday(self): name = "Venerdì Santo" self.assertHolidayName( name, "2019-04-19", "2020-04-10", "2021-04-02", ) self.assertHolidayName(name, range(1929, 2050)) def test_holy_saturday(self): name = "Sabato Santo" self.assertHolidayName( name, "2019-04-20", "2020-04-11", "2021-04-03", ) self.assertHolidayName(name, range(1929, 2050)) def test_easter_sunday(self): name = "Pasqua di Resurrezione" self.assertHolidayName( name, "2019-04-21", "2020-04-12", "2021-04-04", ) self.assertHolidayName(name, range(1929, 2050)) def test_easter_monday(self): name = "Lunedì dell'Angelo" self.assertHolidayName( name, "2019-04-22", "2020-04-13", "2021-04-05", ) self.assertHolidayName(name, range(1929, 2050)) def test_easter_tuesday(self): name = "Martedì in Albis" self.assertHolidayName( name, "2019-04-23", "2020-04-14", "2021-04-06", ) self.assertHolidayName(name, range(1929, 2050)) def test_ascension_day(self): name = "Ascensione del Signore" self.assertHolidayName( name, "2000-06-01", "2001-05-24", "2002-05-09", "2003-05-29", "2004-05-20", "2005-05-05", "2006-05-25", "2007-05-17", "2008-05-01", "2009-05-21", ) self.assertHolidayName(name, range(1929, 2050)) def test_corpus_domini(self): name = "Corpus Domini" self.assertHolidayName( name, "2000-06-22", "2001-06-14", "2002-05-30", "2003-06-19", "2004-06-10", "2005-05-26", "2006-06-15", "2007-06-07", "2008-05-22", "2009-06-11", ) self.assertHolidayName(name, range(1929, 2050)) def test_saint_joseph_the_workers_day(self): name = "San Giuseppe Artigiano" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1955, 2050))) self.assertNoHolidayName(name, range(1929, 1955)) def test_solemnity_of_pentecost(self): name = "Solennità della Pentecoste" self.assertHolidayName( name, "2019-06-09", "2020-05-31", "2021-05-23", ) self.assertHolidayName(name, range(1929, 2050)) def test_solemnity_of_holy_trinity(self): name = "Solennità della Santissima Trinità" self.assertHolidayName( name, "2019-06-16", "2020-06-07", "2021-05-30", ) self.assertHolidayName(name, range(1929, 2050)) def test_saints_peter_and_paul_day(self): self.assertHolidayName( "Santi Pietro e Paolo", (f"{year}-06-29" for year in range(1929, 2050)) ) def test_assumption_day(self): self.assertHolidayName( "Vigilia dell'Assunzione di Maria Santissima", (f"{year}-08-14" for year in range(1929, 2050)), ) self.assertHolidayName( "Assunzione di Maria Santissima", (f"{year}-08-15" for year in range(1929, 2050)) ) self.assertHolidayName( "Giorno Successivo all'Assunzione di Maria Santissima", (f"{year}-08-16" for year in range(1929, 2050)), ) def test_all_saints_day(self): self.assertHolidayName("Tutti i Santi", (f"{year}-11-01" for year in range(1929, 2050))) def test_all_souls_day(self): self.assertHolidayName( "Tutti i Fedeli Defunti", (f"{year}-11-02" for year in range(1929, 2050)), ) def test_immaculate_conception(self): self.assertHolidayName( "Immacolata Concezione", (f"{year}-12-08" for year in range(1929, 2050)) ) def test_christmas_days(self): self.assertHolidayName( "Vigilia di Natale", (f"{year}-12-24" for year in range(1929, 2050)) ) self.assertHolidayName("Natale", (f"{year}-12-25" for year in range(1929, 2050))) self.assertHolidayName("Santo Stefano", (f"{year}-12-26" for year in range(1929, 2050))) self.assertHolidayName("San Giovanni", (f"{year}-12-27" for year in range(1929, 2050))) def test_last_day_of_the_year(self): self.assertHolidayName( "Ultimo giorno dell'anno", (f"{year}-12-31" for year in range(1929, 2050)) ) def test_2020(self): # https://www.vaticanstate.va/images/pdf/CALENDARIO_2020.pdf self.assertHolidays( VaticanCity(years=2020), ("2020-01-01", "Solennità di Maria Santissima Madre di Dio"), ("2020-01-06", "Epifania del Signore"), ("2020-02-11", "Anniversario della istituzione dello Stato della Città del Vaticano"), ("2020-03-13", "Anniversario dell'Elezione del Santo Padre"), ("2020-03-19", "San Giuseppe"), ("2020-04-09", "Giovedì Santo"), ("2020-04-10", "Venerdì Santo"), ("2020-04-11", "Sabato Santo"), ("2020-04-12", "Pasqua di Resurrezione"), ("2020-04-13", "Lunedì dell'Angelo"), ("2020-04-14", "Martedì in Albis"), ("2020-04-23", "Onomastico del Santo Padre"), ("2020-05-01", "San Giuseppe Artigiano"), ("2020-05-21", "Ascensione del Signore"), ("2020-05-31", "Solennità della Pentecoste"), ("2020-06-07", "Solennità della Santissima Trinità"), ("2020-06-11", "Corpus Domini"), ("2020-06-29", "Santi Pietro e Paolo"), ("2020-08-14", "Vigilia dell'Assunzione di Maria Santissima"), ("2020-08-15", "Assunzione di Maria Santissima"), ("2020-08-16", "Giorno Successivo all'Assunzione di Maria Santissima"), ("2020-11-01", "Tutti i Santi"), ("2020-11-02", "Tutti i Fedeli Defunti"), ("2020-12-08", "Immacolata Concezione"), ("2020-12-24", "Vigilia di Natale"), ("2020-12-25", "Natale"), ("2020-12-26", "Santo Stefano"), ("2020-12-27", "San Giovanni"), ("2020-12-31", "Ultimo giorno dell'anno"), ) def test_2021(self): # https://www.farmaciavaticana.va/images/pdf/calendario_2021.pdf self.assertHolidays( VaticanCity(years=2021), ("2021-01-01", "Solennità di Maria Santissima Madre di Dio"), ("2021-01-06", "Epifania del Signore"), ("2021-02-11", "Anniversario della istituzione dello Stato della Città del Vaticano"), ("2021-03-13", "Anniversario dell'Elezione del Santo Padre"), ("2021-03-19", "San Giuseppe"), ("2021-04-01", "Giovedì Santo"), ("2021-04-02", "Venerdì Santo"), ("2021-04-03", "Sabato Santo"), ("2021-04-04", "Pasqua di Resurrezione"), ("2021-04-05", "Lunedì dell'Angelo"), ("2021-04-06", "Martedì in Albis"), ("2021-04-23", "Onomastico del Santo Padre"), ("2021-05-01", "San Giuseppe Artigiano"), ("2021-05-13", "Ascensione del Signore"), ("2021-05-23", "Solennità della Pentecoste"), ("2021-05-30", "Solennità della Santissima Trinità"), ("2021-06-03", "Corpus Domini"), ("2021-06-29", "Santi Pietro e Paolo"), ("2021-08-14", "Vigilia dell'Assunzione di Maria Santissima"), ("2021-08-15", "Assunzione di Maria Santissima"), ("2021-08-16", "Giorno Successivo all'Assunzione di Maria Santissima"), ("2021-11-01", "Tutti i Santi"), ("2021-11-02", "Tutti i Fedeli Defunti"), ("2021-12-08", "Immacolata Concezione"), ("2021-12-24", "Vigilia di Natale"), ("2021-12-25", "Natale"), ("2021-12-26", "Santo Stefano"), ("2021-12-27", "San Giovanni"), ("2021-12-31", "Ultimo giorno dell'anno"), ) def test_2022(self): # https://www.farmaciavaticana.va/images/pdf/calendario_2022.pdf self.assertHolidays( VaticanCity(years=2022), ("2022-01-01", "Solennità di Maria Santissima Madre di Dio"), ("2022-01-06", "Epifania del Signore"), ("2022-02-11", "Anniversario della istituzione dello Stato della Città del Vaticano"), ("2022-03-13", "Anniversario dell'Elezione del Santo Padre"), ("2022-03-19", "San Giuseppe"), ("2022-04-14", "Giovedì Santo"), ("2022-04-15", "Venerdì Santo"), ("2022-04-16", "Sabato Santo"), ("2022-04-17", "Pasqua di Resurrezione"), ("2022-04-18", "Lunedì dell'Angelo"), ("2022-04-19", "Martedì in Albis"), ("2022-04-23", "Onomastico del Santo Padre"), ("2022-05-01", "San Giuseppe Artigiano"), ("2022-05-26", "Ascensione del Signore"), ("2022-06-05", "Solennità della Pentecoste"), ("2022-06-12", "Solennità della Santissima Trinità"), ("2022-06-16", "Corpus Domini"), ("2022-06-29", "Santi Pietro e Paolo"), ("2022-08-14", "Vigilia dell'Assunzione di Maria Santissima"), ("2022-08-15", "Assunzione di Maria Santissima"), ("2022-08-16", "Giorno Successivo all'Assunzione di Maria Santissima"), ("2022-11-01", "Tutti i Santi"), ("2022-11-02", "Tutti i Fedeli Defunti"), ("2022-12-08", "Immacolata Concezione"), ("2022-12-24", "Vigilia di Natale"), ("2022-12-25", "Natale"), ("2022-12-26", "Santo Stefano"), ("2022-12-27", "San Giovanni"), ("2022-12-31", "Ultimo giorno dell'anno"), ) def test_2023(self): # https://www.farmaciavaticana.va/images/pdf/calendario_2023.pdf self.assertHolidays( VaticanCity(years=2023), ("2023-01-01", "Solennità di Maria Santissima Madre di Dio"), ("2023-01-06", "Epifania del Signore"), ("2023-02-11", "Anniversario della istituzione dello Stato della Città del Vaticano"), ("2023-03-13", "Anniversario dell'Elezione del Santo Padre"), ("2023-03-19", "San Giuseppe"), ("2023-04-06", "Giovedì Santo"), ("2023-04-07", "Venerdì Santo"), ("2023-04-08", "Sabato Santo"), ("2023-04-09", "Pasqua di Resurrezione"), ("2023-04-10", "Lunedì dell'Angelo"), ("2023-04-11", "Martedì in Albis"), ("2023-04-23", "Onomastico del Santo Padre"), ("2023-05-01", "San Giuseppe Artigiano"), ("2023-05-18", "Ascensione del Signore"), ("2023-05-28", "Solennità della Pentecoste"), ("2023-06-04", "Solennità della Santissima Trinità"), ("2023-06-08", "Corpus Domini"), ("2023-06-29", "Santi Pietro e Paolo"), ("2023-08-14", "Vigilia dell'Assunzione di Maria Santissima"), ("2023-08-15", "Assunzione di Maria Santissima"), ("2023-08-16", "Giorno Successivo all'Assunzione di Maria Santissima"), ("2023-11-01", "Tutti i Santi"), ("2023-11-02", "Tutti i Fedeli Defunti"), ("2023-12-08", "Immacolata Concezione"), ("2023-12-24", "Vigilia di Natale"), ("2023-12-25", "Natale"), ("2023-12-26", "Santo Stefano"), ("2023-12-27", "San Giovanni"), ("2023-12-31", "Ultimo giorno dell'anno"), ) def test_2024(self): # https://www.farmaciavaticana.va/media/attachments/2024/01/02/calendario_2024.pdf self.assertHolidays( VaticanCity(years=2024), ("2024-01-01", "Solennità di Maria Santissima Madre di Dio"), ("2024-01-06", "Epifania del Signore"), ("2024-02-11", "Anniversario della istituzione dello Stato della Città del Vaticano"), ("2024-03-13", "Anniversario dell'Elezione del Santo Padre"), ("2024-03-19", "San Giuseppe"), ("2024-03-28", "Giovedì Santo"), ("2024-03-29", "Venerdì Santo"), ("2024-03-30", "Sabato Santo"), ("2024-03-31", "Pasqua di Resurrezione"), ("2024-04-01", "Lunedì dell'Angelo"), ("2024-04-02", "Martedì in Albis"), ("2024-04-23", "Onomastico del Santo Padre"), ("2024-05-01", "San Giuseppe Artigiano"), ("2024-05-09", "Ascensione del Signore"), ("2024-05-19", "Solennità della Pentecoste"), ("2024-05-26", "Solennità della Santissima Trinità"), ("2024-05-30", "Corpus Domini"), ("2024-06-29", "Santi Pietro e Paolo"), ("2024-08-14", "Vigilia dell'Assunzione di Maria Santissima"), ("2024-08-15", "Assunzione di Maria Santissima"), ("2024-08-16", "Giorno Successivo all'Assunzione di Maria Santissima"), ("2024-11-01", "Tutti i Santi"), ("2024-11-02", "Tutti i Fedeli Defunti"), ("2024-12-08", "Immacolata Concezione"), ("2024-12-24", "Vigilia di Natale"), ("2024-12-25", "Natale"), ("2024-12-26", "Santo Stefano"), ("2024-12-27", "San Giovanni"), ("2024-12-31", "Ultimo giorno dell'anno"), ) def test_l10n_default(self): # https://www.farmaciavaticana.va/media/attachments/2025/01/02/calendario-2025.pdf self.assertLocalizedHolidays( ("2025-01-01", "Solennità di Maria Santissima Madre di Dio"), ("2025-01-06", "Epifania del Signore"), ("2025-02-11", "Anniversario della istituzione dello Stato della Città del Vaticano"), ("2025-03-13", "Anniversario dell'Elezione del Santo Padre"), ("2025-03-19", "San Giuseppe"), ("2025-04-17", "Giovedì Santo"), ("2025-04-18", "Venerdì Santo"), ("2025-04-19", "Sabato Santo"), ("2025-04-20", "Pasqua di Resurrezione"), ("2025-04-21", "Lunedì dell'Angelo"), ("2025-04-22", "Martedì in Albis"), ("2025-04-23", "Onomastico del Santo Padre"), ("2025-05-01", "San Giuseppe Artigiano"), ("2025-05-29", "Ascensione del Signore"), ("2025-06-08", "Solennità della Pentecoste"), ("2025-06-15", "Solennità della Santissima Trinità"), ("2025-06-19", "Corpus Domini"), ("2025-06-29", "Santi Pietro e Paolo"), ("2025-08-14", "Vigilia dell'Assunzione di Maria Santissima"), ("2025-08-15", "Assunzione di Maria Santissima"), ("2025-08-16", "Giorno Successivo all'Assunzione di Maria Santissima"), ("2025-11-01", "Tutti i Santi"), ("2025-11-02", "Tutti i Fedeli Defunti"), ("2025-12-08", "Immacolata Concezione"), ("2025-12-24", "Vigilia di Natale"), ("2025-12-25", "Natale"), ("2025-12-26", "Santo Stefano"), ("2025-12-27", "San Giovanni"), ("2025-12-31", "Ultimo giorno dell'anno"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2025-01-01", "Solemnity of Mary, Mother of God"), ("2025-01-06", "Epiphany"), ("2025-02-11", "Anniversary of the Foundation of Vatican City"), ("2025-03-13", "Anniversary of the Election of the Holy Father"), ("2025-03-19", "Saint Joseph's Day"), ("2025-04-17", "Maundy Thursday"), ("2025-04-18", "Good Friday"), ("2025-04-19", "Holy Saturday"), ("2025-04-20", "Easter Sunday"), ("2025-04-21", "Easter Monday"), ("2025-04-22", "Easter Tuesday"), ("2025-04-23", "Name Day of the Holy Father"), ("2025-05-01", "Saint Joseph the Worker's Day"), ("2025-05-29", "Ascension Day"), ("2025-06-08", "Solemnity of Pentecost"), ("2025-06-15", "Solemnity of Holy Trinity"), ("2025-06-19", "Corpus Domini"), ("2025-06-29", "Saints Peter and Paul's Day"), ("2025-08-14", "Day Before Assumption of Mary"), ("2025-08-15", "Assumption of Mary Day"), ("2025-08-16", "Day After Assumption of Mary"), ("2025-11-01", "All Saints' Day"), ("2025-11-02", "All Souls' Day"), ("2025-12-08", "Immaculate Conception"), ("2025-12-24", "Christmas Eve"), ("2025-12-25", "Christmas Day"), ("2025-12-26", "Saint Stephen's Day"), ("2025-12-27", "Saint John the Evangelist's Day"), ("2025-12-31", "Last Day of the Year"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2025-01-01", "วันสมโภชพระนางมารีอา พระชนนีพระเป็นเจ้า"), ("2025-01-06", "วันสมโภชพระคริสต์แสดงองค์"), ("2025-02-11", "วันครบรอบการสถาปนานครรัฐวาติกัน"), ("2025-03-13", "วันคล้ายวันเลือกตั้งสมเด็จพระสันตะปาปา"), ("2025-03-19", "วันสมโภชนักบุญโยเซฟ"), ("2025-04-17", "วันพฤหัสศักดิสิทธิ์"), ("2025-04-18", "วันศุกร์ประเสริฐ"), ("2025-04-19", "วันเสาร์ศักดิ์สิทธิ์"), ("2025-04-20", "วันอาทิตย์อีสเตอร์"), ("2025-04-21", "วันจันทร์อีสเตอร์"), ("2025-04-22", "วันอังคารอีสเตอร์"), ("2025-04-23", "วันฉลองพระนามเดิมสมเด็จพระสันตะปาปา"), ("2025-05-01", "วันฉลองนักบุญโยเซฟ กรรมกร"), ("2025-05-29", "วันสมโภชพระเยซูเจ้าเสด็จขึ้นสวรรค์"), ("2025-06-08", "วันสมโภชพระจิตเจ้า"), ("2025-06-15", "วันสมโภชพระตรีเอกภาพ"), ("2025-06-19", "วันสมโภชพระคริสตวรกาย"), ("2025-06-29", "วันสมโภชนักบุญเปโตรและเปาโล"), ("2025-08-14", "วันก่อนวันสมโภชแม่พระรับเกียรติยกขึ้นสวรรค์"), ("2025-08-15", "วันสมโภชแม่พระรับเกียรติยกขึ้นสวรรค์"), ("2025-08-16", "วันหลังวันสมโภชแม่พระรับเกียรติยกขึ้นสวรรค์"), ("2025-11-01", "วันสมโภชนักบุญทั้งหลาย"), ("2025-11-02", "วันภาวนาอุทิศแด่ผู้ล่วงลับ"), ("2025-12-08", "วันสมโภชแม่พระผู้ปฏิสนธินิรมล"), ("2025-12-24", "วันคริสต์มาสอีฟ"), ("2025-12-25", "วันคริสต์มาส"), ("2025-12-26", "วันสมโภชนักบุญสเตเฟน"), ("2025-12-27", "วันสมโภชนักบุญยอห์น"), ("2025-12-31", "วันสิ้นปี"), ) holidays-0.71/tests/countries/test_venezuela.py000066400000000000000000000224201500152103600220320ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.venezuela import Venezuela, VE, VEN from tests.common import CommonCountryTests class TestVenezuela(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Venezuela, years=range(1900, 2050)) def test_country_aliases(self): self.assertAliases(Venezuela, VE, VEN) def test_2016(self): # https://www.officeholidays.com/countries/venezuela/2016 self.assertHolidayDates( Venezuela(years=2016), "2016-01-01", "2016-02-08", "2016-02-09", "2016-03-24", "2016-03-25", "2016-04-19", "2016-05-01", "2016-06-24", "2016-07-05", "2016-07-24", "2016-10-12", "2016-12-24", "2016-12-25", "2016-12-31", ) def test_2017(self): # https://www.officeholidays.com/countries/venezuela/2017 self.assertHolidayDates( Venezuela(years=2017), "2017-01-01", "2017-02-27", "2017-02-28", "2017-04-13", "2017-04-14", "2017-04-19", "2017-05-01", "2017-06-24", "2017-07-05", "2017-07-24", "2017-10-12", "2017-12-24", "2017-12-25", "2017-12-31", ) def test_2018(self): # https://www.officeholidays.com/countries/venezuela/2018 self.assertHolidayDates( Venezuela(years=2018), "2018-01-01", "2018-02-12", "2018-02-13", "2018-03-29", "2018-03-30", "2018-04-19", "2018-05-01", "2018-06-24", "2018-07-05", "2018-07-24", "2018-10-12", "2018-12-24", "2018-12-25", "2018-12-31", ) def test_2019(self): # https://www.officeholidays.com/countries/venezuela/2019 self.assertHolidayDates( Venezuela(years=2019), "2019-01-01", "2019-03-04", "2019-03-05", "2019-04-18", "2019-04-19", "2019-05-01", "2019-06-24", "2019-07-05", "2019-07-24", "2019-10-12", "2019-12-24", "2019-12-25", "2019-12-31", ) def test_2020(self): # https://www.officeholidays.com/countries/venezuela/2020 self.assertHolidayDates( Venezuela(years=2020), "2020-01-01", "2020-02-24", "2020-02-25", "2020-04-09", "2020-04-10", "2020-04-19", "2020-05-01", "2020-06-24", "2020-07-05", "2020-07-24", "2020-10-12", "2020-12-24", "2020-12-25", "2020-12-31", ) def test_2021(self): # https://www.officeholidays.com/countries/venezuela/2021 self.assertHolidayDates( Venezuela(years=2021), "2021-01-01", "2021-02-15", "2021-02-16", "2021-04-01", "2021-04-02", "2021-04-19", "2021-05-01", "2021-06-24", "2021-07-05", "2021-07-24", "2021-10-12", "2021-12-24", "2021-12-25", "2021-12-31", ) def test_2022(self): # https://www.officeholidays.com/countries/venezuela/2022 self.assertHolidayDates( Venezuela(years=2022), "2022-01-01", "2022-02-28", "2022-03-01", "2022-04-14", "2022-04-15", "2022-04-19", "2022-05-01", "2022-06-24", "2022-07-05", "2022-07-24", "2022-10-12", "2022-12-24", "2022-12-25", "2022-12-31", ) def test_2023(self): # https://www.officeholidays.com/countries/venezuela/2023 self.assertHolidayDates( Venezuela(years=2023), "2023-01-01", "2023-02-20", "2023-02-21", "2023-04-06", "2023-04-07", "2023-04-19", "2023-05-01", "2023-06-24", "2023-07-05", "2023-07-24", "2023-10-12", "2023-12-24", "2023-12-25", "2023-12-31", ) def test_independence(self): self.assertNoHoliday("1809-04-19", "1809-07-05", "1810-07-05") self.assertHoliday("1811-04-19", "1811-07-05") self.assertHoliday(f"{year}-04-19" for year in range(1900, 2050)) self.assertHoliday(f"{year}-07-05" for year in range(1900, 2050)) def test_workers_day(self): self.assertHoliday(f"{year}-05-01" for year in range(1946, 2050)) self.assertNoHoliday(f"{year}-05-01" for year in range(1900, 1946)) def test_birth_simon_bolivar(self): self.assertHoliday(f"{year}-07-24" for year in range(1918, 2050)) self.assertNoHoliday(f"{year}-07-24" for year in range(1900, 1918)) def test_unknown_holiday(self): self.assertHoliday(f"{year}-10-28" for year in range(1909, 1918)) self.assertNoHoliday(f"{year}-10-28" for year in range(1900, 1909)) self.assertNoHoliday(f"{year}-10-28" for year in range(1918, 2050)) def test_battle_of_carabobo(self): self.assertHoliday(f"{year}-06-24" for year in range(1971, 2050)) self.assertHoliday(f"{year}-06-24" for year in range(1900, 1918)) self.assertNoHoliday(f"{year}-06-24" for year in range(1918, 1971)) self.assertHoliday("1824-06-24") self.assertNoHoliday("1823-06-24") def test_indigenous_resistance(self): self.assertHoliday(f"{year}-10-12" for year in range(1921, 2050)) self.assertNoHoliday(f"{year}-10-12" for year in range(1900, 1921)) self.assertNoHolidayName("Día de la Resistencia Indígena", range(1921, 2002)) self.assertNoHolidayName("Día de la Raza", range(2002, 2050)) def test_l10n_default(self): self.assertLocalizedHolidays( ("2021-01-01", "Año Nuevo"), ("2021-02-15", "Lunes de Carnaval"), ("2021-02-16", "Martes de Carnaval"), ("2021-04-01", "Jueves Santo"), ("2021-04-02", "Viernes Santo"), ("2021-04-19", "Declaración de la Independencia"), ("2021-05-01", "Dia Mundial del Trabajador"), ("2021-06-24", "Batalla de Carabobo"), ("2021-07-05", "Día de la Independencia"), ("2021-07-24", "Natalicio de Simón Bolívar"), ("2021-10-12", "Día de la Resistencia Indígena"), ("2021-12-24", "Nochebuena"), ("2021-12-25", "Día de Navidad"), ("2021-12-31", "Fiesta de Fin de Año"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2021-01-01", "New Year's Day"), ("2021-02-15", "Monday of Carnival"), ("2021-02-16", "Tuesday of Carnival"), ("2021-04-01", "Maundy Thursday"), ("2021-04-02", "Good Friday"), ("2021-04-19", "Declaration of Independence"), ("2021-05-01", "International Worker's Day"), ("2021-06-24", "Battle of Carabobo"), ("2021-07-05", "Independence Day"), ("2021-07-24", "Birthday of Simon Bolivar"), ("2021-10-12", "Day of Indigenous Resistance"), ("2021-12-24", "Christmas Eve"), ("2021-12-25", "Christmas Day"), ("2021-12-31", "New Year's Eve"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2021-01-01", "Новий рік"), ("2021-02-15", "Карнавальний понеділок"), ("2021-02-16", "Карнавальний вівторок"), ("2021-04-01", "Великий четвер"), ("2021-04-02", "Страсна пʼятниця"), ("2021-04-19", "День проголошення незалежності"), ("2021-05-01", "Міжнародний день трудящих"), ("2021-06-24", "День битви при Карабобо"), ("2021-07-05", "День незалежності"), ("2021-07-24", "Річниця Сімона Болівара"), ("2021-10-12", "День спротиву корінних народів"), ("2021-12-24", "Святий вечір"), ("2021-12-25", "Різдво Христове"), ("2021-12-31", "Переддень Нового року"), ) holidays-0.71/tests/countries/test_vietnam.py000066400000000000000000000223031500152103600214770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import _timedelta from holidays.countries.vietnam import Vietnam, VN, VNM from tests.common import CommonCountryTests, WorkingDayTests class TestVietnam(CommonCountryTests, WorkingDayTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Vietnam, years=range(1979, 2050)) def test_country_aliases(self): self.assertAliases(Vietnam, VN, VNM) def test_common(self): self.assertHolidayName( "Tết Dương lịch", "2020-01-01", ) def test_new_years_day(self): self.assertHolidayName("Tết Dương lịch", (f"{year}-01-01" for year in range(1979, 2050))) def test_lunar_new_year(self): for dts in ( (1997, 2, 7), (2008, 2, 7), (2009, 1, 26), (2010, 2, 14), (2011, 2, 3), (2012, 1, 23), (2013, 2, 10), (2014, 1, 31), (2015, 2, 19), (2016, 2, 8), (2017, 1, 28), (2018, 2, 16), (2019, 2, 5), (2020, 1, 25), (2021, 2, 12), (2022, 2, 1), (2023, 1, 22), (2024, 2, 10), ): dt = date(*dts) self.assertHolidayName("Giao thừa Tết Nguyên Đán", _timedelta(dt, -1)) self.assertHolidayName("Tết Nguyên Đán", dt) self.assertHolidayName("Mùng hai Tết Nguyên Đán", _timedelta(dt, +1)) self.assertHolidayName("Mùng ba Tết Nguyên Đán", _timedelta(dt, +2)) if dt.year >= 2013: self.assertHolidayName("Mùng bốn Tết Nguyên Đán", _timedelta(dt, +3)) def test_hung_kings_day(self): self.assertHolidayName( "Ngày Giỗ Tổ Hùng Vương", "2007-04-26", "2008-04-15", "2009-04-05", "2010-04-23", "2011-04-12", "2012-03-31", "2013-04-19", "2014-04-09", "2015-04-28", "2016-04-16", "2017-04-06", "2018-04-25", "2019-04-14", "2020-04-02", "2021-04-21", "2022-04-10", "2023-04-29", "2024-04-18", ) def test_liberation_day(self): self.assertHolidayName("Ngày Chiến thắng", (f"{year}-04-30" for year in range(1979, 2050))) def test_international_labor_day(self): self.assertHolidayName( "Ngày Quốc tế Lao động", (f"{year}-05-01" for year in range(1979, 2050)) ) def test_national_day(self): self.assertHolidayName( "Quốc khánh", (f"{year}-09-02" for year in range(1979, 2050)), "2021-09-03", "2022-09-01", "2023-09-01", "2024-09-03", ) def test_observed(self): observed_holidays = ( # New Year's Day. "2012-01-02", "2017-01-02", "2022-01-03", # Lunar New Year. "2012-01-26", "2013-02-14", "2013-02-15", "2014-01-29", "2014-02-04", "2015-02-17", "2015-02-23", "2016-02-12", "2017-01-26", "2017-02-01", "2018-02-14", "2018-02-20", "2020-01-23", "2020-01-29", "2021-02-10", "2021-02-16", "2023-01-20", "2023-01-26", "2024-02-08", "2024-02-14", # Hung Kings' Commemoration Day. "2009-04-06", "2012-04-02", "2016-04-18", "2019-04-15", "2022-04-11", "2023-05-02", # Liberation Day/Reunification Day. "2011-05-02", "2016-05-02", "2017-05-02", "2022-05-02", "2023-05-03", # International Labor Day. "2011-05-03", "2016-05-03", "2021-05-03", "2022-05-03", # National Day. "2012-09-03", "2017-09-04", "2018-09-03", "2023-09-04", ) self.assertHoliday(observed_holidays) self.assertNoNonObservedHoliday(observed_holidays) def test_substituted_holidays(self): self.assertHoliday( "2010-02-19", "2012-01-27", "2013-04-29", "2014-05-02", "2014-09-01", "2015-01-02", "2015-02-16", "2015-04-29", "2018-12-31", "2019-04-29", "2024-04-29", ) def test_workdays(self): self.assertWorkingDay( "2010-02-27", "2012-02-04", "2013-05-04", "2014-04-26", "2014-09-06", "2014-12-27", "2015-02-14", "2015-04-25", "2019-01-05", "2019-05-04", "2024-05-04", ) for year, dts in { 2014: ( "2014-04-26", "2014-09-06", "2014-12-27", ), 2019: ("2019-01-05",), }.items(): self.assertWorkingDay(Vietnam(years=year), dts) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Tết Dương lịch"), ("2022-01-03", "Tết Dương lịch (nghỉ bù)"), ("2022-01-31", "Giao thừa Tết Nguyên Đán"), ("2022-02-01", "Tết Nguyên Đán"), ("2022-02-02", "Mùng hai Tết Nguyên Đán"), ("2022-02-03", "Mùng ba Tết Nguyên Đán"), ("2022-02-04", "Mùng bốn Tết Nguyên Đán"), ("2022-04-10", "Ngày Giỗ Tổ Hùng Vương"), ("2022-04-11", "Ngày Giỗ Tổ Hùng Vương (nghỉ bù)"), ("2022-04-30", "Ngày Chiến thắng"), ("2022-05-01", "Ngày Quốc tế Lao động"), ("2022-05-02", "Ngày Chiến thắng (nghỉ bù)"), ("2022-05-03", "Ngày Quốc tế Lao động (nghỉ bù)"), ("2022-09-01", "Quốc khánh"), ("2022-09-02", "Quốc khánh"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), ("2022-01-03", "New Year's Day (observed)"), ("2022-01-31", "Lunar New Year's Eve"), ("2022-02-01", "Lunar New Year"), ("2022-02-02", "Second Day of Lunar New Year"), ("2022-02-03", "Third Day of Lunar New Year"), ("2022-02-04", "Fourth Day of Lunar New Year"), ("2022-04-10", "Hung Kings' Commemoration Day"), ("2022-04-11", "Hung Kings' Commemoration Day (observed)"), ("2022-04-30", "Liberation Day/Reunification Day"), ("2022-05-01", "International Labor Day"), ("2022-05-02", "Liberation Day/Reunification Day (observed)"), ("2022-05-03", "International Labor Day (observed)"), ("2022-09-01", "National Day"), ("2022-09-02", "National Day"), ) def test_l10n_th(self): self.assertLocalizedHolidays( "th", ("2022-01-01", "วันปีใหม่สากล"), ("2022-01-03", "ชดเชยวันปีใหม่สากล"), ("2022-01-31", "วันก่อนวันตรุษเต๊ต"), ("2022-02-01", "วันตรุษเต๊ต"), ("2022-02-02", "วันตรุษเต๊ตวันที่สอง"), ("2022-02-03", "วันตรุษเต๊ตวันที่สาม"), ("2022-02-04", "วันตรุษเต๊ตวันที่สี่"), ("2022-04-10", "วันสักการะบูชาบรรพกษัตริย์หุ่ง"), ("2022-04-11", "ชดเชยวันสักการะบูชาบรรพกษัตริย์หุ่ง"), ("2022-04-30", "วันปลดปล่อยภาคใต้เพื่อรวมชาติ"), ("2022-05-01", "วันแรงงานสากล"), ("2022-05-02", "ชดเชยวันปลดปล่อยภาคใต้เพื่อรวมชาติ"), ("2022-05-03", "ชดเชยวันแรงงานสากล"), ("2022-09-01", "วันชาติเวียตนาม"), ("2022-09-02", "วันชาติเวียตนาม"), ) holidays-0.71/tests/countries/test_zambia.py000066400000000000000000000115131500152103600213000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.zambia import Zambia, ZM, ZMB from tests.common import CommonCountryTests class TestZambia(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Zambia, years=range(1965, 2050)) def test_country_aliases(self): self.assertAliases(Zambia, ZM, ZMB) def test_no_holidays(self): self.assertNoHolidays(Zambia(years=1964)) def test_special_holidays(self): self.assertHoliday( "2016-08-11", "2016-09-13", "2018-03-09", "2018-07-26", "2021-07-02", "2021-07-07", "2021-08-12", "2021-08-13", "2021-08-24", "2022-03-18", ) def test_holidays(self): self.assertNoHoliday(f"{year}-03-08" for year in range(1965, 1991)) self.assertNoHolidayName("International Women's Day", range(1965, 1991)) self.assertHoliday(f"{year}-03-08" for year in range(1991, 2050)) self.assertNoHoliday(f"{year}-04-28" for year in range(1965, 2022)) self.assertNoHolidayName("Kenneth Kaunda Day", range(1965, 2022)) self.assertHoliday(f"{year}-04-28" for year in range(2022, 2050)) self.assertNoHoliday(f"{year}-10-18" for year in range(1965, 2015)) self.assertNoHolidayName("National Prayer Day", range(1965, 2015)) self.assertHoliday(f"{year}-10-18" for year in range(2015, 2050)) def test_easter(self): self.assertHoliday( # Good Friday "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", # Holy Saturday "2018-03-31", "2019-04-20", "2020-04-11", "2021-04-03", "2022-04-16", # Easter Monday "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", ) def test_moving_holidays(self): self.assertHoliday( # Heroes' Day "2018-07-02", "2019-07-01", "2020-07-06", "2021-07-05", "2022-07-04", # Unity Day "2018-07-03", "2019-07-02", "2020-07-07", "2021-07-06", "2022-07-05", # Farmers' Day "2018-08-06", "2019-08-05", "2020-08-03", "2021-08-02", "2022-08-01", ) def test_observed(self): dt = ( "2000-03-13", "2003-05-26", "2004-10-25", "2005-05-02", "2005-12-26", "2006-01-02", "2006-03-13", "2008-05-26", "2009-03-09", "2010-10-25", "2011-05-02", "2011-12-26", "2012-01-02", "2014-05-26", "2015-03-09", "2015-10-19", "2016-05-02", "2016-12-26", "2017-01-02", "2017-03-13", "2020-03-09", "2020-10-19", "2021-10-25", "2022-05-02", "2022-12-26", "2023-01-02", "2023-03-13", "2024-04-29", "2030-04-29", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_2022(self): self.assertHolidays( Zambia(years=2022), ("2022-01-01", "New Year's Day"), ("2022-03-08", "International Women's Day"), ("2022-03-12", "Youth Day"), ("2022-03-18", "Funeral of Rupiah Banda"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Holy Saturday"), ("2022-04-18", "Easter Monday"), ("2022-04-28", "Kenneth Kaunda Day"), ("2022-05-01", "Labour Day"), ("2022-05-02", "Labour Day (observed)"), ("2022-05-25", "Africa Freedom Day"), ("2022-07-04", "Heroes' Day"), ("2022-07-05", "Unity Day"), ("2022-08-01", "Farmers' Day"), ("2022-10-18", "National Prayer Day"), ("2022-10-24", "Independence Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Christmas Day (observed)"), ) holidays-0.71/tests/countries/test_zimbabwe.py000066400000000000000000000102401500152103600216310ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.zimbabwe import Zimbabwe, ZW, ZWE from tests.common import CommonCountryTests class TestZimbabwe(CommonCountryTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(Zimbabwe, years=range(1988, 2050)) def test_country_aliases(self): self.assertAliases(Zimbabwe, ZW, ZWE) def test_no_holidays(self): self.assertNoHolidays(Zimbabwe(years=1987)) def test_holidays(self): for year in range(1988, 2050): self.assertHoliday( f"{year}-01-01", f"{year}-04-18", f"{year}-05-01", f"{year}-05-25", f"{year}-12-22", f"{year}-12-25", f"{year}-12-26", ) self.assertNoHoliday(f"{year}-02-21" for year in range(1988, 2018)) self.assertNoHolidayName("Robert Gabriel Mugabe National Youth Day", range(1988, 2018)) self.assertHoliday(f"{year}-02-21" for year in range(2018, 2050)) def test_easter(self): self.assertHoliday( # Good Friday "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", # Holy Saturday "2018-03-31", "2019-04-20", "2020-04-11", "2021-04-03", "2022-04-16", # Easter Monday "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", ) def test_moving_holidays(self): self.assertHoliday( # Zimbabwe Heroes' Day "2018-08-13", "2019-08-12", "2020-08-10", "2021-08-09", "2022-08-08", # Defense Forces Day "2018-08-14", "2019-08-13", "2020-08-11", "2021-08-10", "2022-08-09", ) def test_observed(self): dt = ( "2002-12-23", "2003-05-26", "2004-04-19", "2004-12-27", "2005-05-02", "2005-12-27", "2006-01-02", "2008-05-26", "2010-04-19", "2010-12-27", "2011-05-02", "2011-12-27", "2012-01-02", "2013-12-23", "2014-05-26", "2016-05-02", "2016-12-27", "2017-01-02", "2019-12-23", "2021-02-22", "2021-04-19", "2021-12-27", "2022-05-02", "2022-12-27", "2023-01-02", "2024-12-23", "2027-02-22", # special cases "2049-04-20", "2055-04-20", "2060-04-20", ) self.assertHoliday(dt) self.assertNoNonObservedHoliday(dt) def test_2022(self): self.assertHolidays( Zimbabwe(years=2022), ("2022-01-01", "New Year's Day"), ("2022-02-21", "Robert Gabriel Mugabe National Youth Day"), ("2022-04-15", "Good Friday"), ("2022-04-16", "Easter Saturday"), ("2022-04-18", "Easter Monday; Independence Day"), ("2022-05-01", "Workers' Day"), ("2022-05-02", "Workers' Day (observed)"), ("2022-05-25", "Africa Day"), ("2022-08-08", "Zimbabwe Heroes' Day"), ("2022-08-09", "Defense Forces Day"), ("2022-12-22", "Unity Day"), ("2022-12-25", "Christmas Day"), ("2022-12-26", "Boxing Day"), ("2022-12-27", "Christmas Day (observed)"), ) holidays-0.71/tests/financial/000077500000000000000000000000001500152103600163345ustar00rootroot00000000000000holidays-0.71/tests/financial/__init__.py000066400000000000000000000010211500152103600204370ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) holidays-0.71/tests/financial/test_brasil_bolsa_balcao.py000066400000000000000000000161211500152103600237030ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.financial.brasil_bolsa_balcao import BrasilBolsaBalcao, BVMF, B3 from tests.common import CommonFinancialTests class TestBrasilBolsaBalcao(CommonFinancialTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(BrasilBolsaBalcao, years=range(1890, 2100)) def test_market_aliases(self): self.assertAliases(BrasilBolsaBalcao, BVMF, B3) def test_no_holidays(self): self.assertNoHolidays(BrasilBolsaBalcao(years=1889)) def test_universal_fraternization_day(self): name = "Confraternização Universal" self.assertHolidayName(name, (f"{year}-01-01" for year in range(1890, 2100))) def test_carnival(self): name = "Carnaval" self.assertHolidayName( name, "2020-02-24", "2020-02-25", "2021-02-15", "2021-02-16", "2022-02-28", "2022-03-01", "2023-02-20", "2023-02-21", "2024-02-12", "2024-02-13", ) self.assertHolidayName(name, range(1890, 2100)) def test_holy_thursday(self): name = "Quinta-feira Santa" self.assertHolidayName( name, "1995-04-13", "1996-04-04", "1997-03-27", "1998-04-09", "1999-04-01", ) self.assertHolidayName(name, range(1890, 2000)) self.assertNoHolidayName(name, range(2000, 2100)) def test_good_friday(self): name = "Sexta-feira Santa" self.assertHolidayName( name, "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, range(1890, 2100)) def test_tiradentes_day(self): name = "Tiradentes" self.assertHolidayName( name, (f"{year}-04-21" for year in set(range(1890, 2100)).difference({1931, 1932})) ) self.assertNoHolidayName(name, {1931, 1932}) def test_workers_day(self): name = "Dia do Trabalhador" self.assertHolidayName(name, (f"{year}-05-01" for year in range(1925, 2100))) self.assertNoHolidayName(name, range(1890, 1925)) def test_corpus_christi_day(self): name = "Corpus Christi" self.assertHolidayName( name, "2020-06-11", "2021-06-03", "2022-06-16", "2023-06-08", "2024-05-30", ) self.assertHolidayName(name, range(1890, 2100)) def test_independence_day(self): name = "Independência do Brasil" self.assertHolidayName(name, (f"{year}-09-07" for year in range(1890, 2100))) def test_our_lady_of_aparecida(self): name = "Nossa Senhora Aparecida" self.assertHolidayName(name, (f"{year}-10-12" for year in range(1980, 2100))) self.assertNoHolidayName(name, range(1890, 1980)) def test_all_souls_day(self): name = "Finados" self.assertHolidayName(name, (f"{year}-11-02" for year in range(1890, 2100))) def test_republic_proclamation_day(self): name = "Proclamação da República" self.assertHolidayName(name, (f"{year}-11-15" for year in range(1890, 2100))) def test_national_day_of_zumbi_and_black_awareness(self): name = "Dia Nacional de Zumbi e da Consciência Negra" self.assertHolidayName(name, (f"{year}-11-20" for year in range(2024, 2100))) self.assertNoHolidayName(name, range(1890, 2024)) def test_christmas_day(self): name = "Natal" self.assertHolidayName(name, (f"{year}-12-25" for year in range(1922, 2100))) self.assertNoHolidayName(name, range(1890, 1922)) def test_2022(self): self.assertHolidays( BrasilBolsaBalcao(years=2022), ("2022-01-01", "Confraternização Universal"), ("2022-02-28", "Carnaval"), ("2022-03-01", "Carnaval"), ("2022-04-15", "Sexta-feira Santa"), ("2022-04-21", "Tiradentes"), ("2022-05-01", "Dia do Trabalhador"), ("2022-06-16", "Corpus Christi"), ("2022-09-07", "Independência do Brasil"), ("2022-10-12", "Nossa Senhora Aparecida"), ("2022-11-02", "Finados"), ("2022-11-15", "Proclamação da República"), ("2022-12-25", "Natal"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "Confraternização Universal"), ("2023-02-20", "Carnaval"), ("2023-02-21", "Carnaval"), ("2023-04-07", "Sexta-feira Santa"), ("2023-04-21", "Tiradentes"), ("2023-05-01", "Dia do Trabalhador"), ("2023-06-08", "Corpus Christi"), ("2023-09-07", "Independência do Brasil"), ("2023-10-12", "Nossa Senhora Aparecida"), ("2023-11-02", "Finados"), ("2023-11-15", "Proclamação da República"), ("2023-12-25", "Natal"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "Universal Fraternization Day"), ("2023-02-20", "Carnival"), ("2023-02-21", "Carnival"), ("2023-04-07", "Good Friday"), ("2023-04-21", "Tiradentes' Day"), ("2023-05-01", "Worker's Day"), ("2023-06-08", "Corpus Christi"), ("2023-09-07", "Independence Day"), ("2023-10-12", "Our Lady of Aparecida"), ("2023-11-02", "All Souls' Day"), ("2023-11-15", "Republic Proclamation Day"), ("2023-12-25", "Christmas Day"), ) def test_l10n_uk(self): self.assertLocalizedHolidays( "uk", ("2023-01-01", "День всесвітнього братання"), ("2023-02-20", "Карнавал"), ("2023-02-21", "Карнавал"), ("2023-04-07", "Страсна пʼятниця"), ("2023-04-21", "День Тирадентіса"), ("2023-05-01", "День трудящих"), ("2023-06-08", "Свято Тіла і Крові Христових"), ("2023-09-07", "День незалежності Бразилії"), ("2023-10-12", "День Богоматері Апаресіди"), ("2023-11-02", "День усіх померлих"), ("2023-11-15", "День проголошення республіки"), ("2023-12-25", "Різдво Христове"), ) holidays-0.71/tests/financial/test_european_central_bank.py000066400000000000000000000054561500152103600243000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.financial.european_central_bank import EuropeanCentralBank, XECB, ECB, TAR from tests.common import CommonFinancialTests class TestEuropeanCentralBank(CommonFinancialTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(EuropeanCentralBank, years=range(2000, 2100)) def test_market_aliases(self): self.assertAliases(EuropeanCentralBank, XECB, ECB, TAR) def test_no_holidays(self): self.assertNoHolidays(EuropeanCentralBank(years=1999)) def test_special_holidays(self): self.assertHoliday("2000-12-31") def test_new_years(self): self.assertHolidayName("New Year's Day", (f"{year}-01-01" for year in range(2000, 2100))) def test_good_friday(self): name = "Good Friday" dt = ( "2000-04-21", "2010-04-02", "2018-03-30", "2019-04-19", "2020-04-10", "2021-04-02", "2022-04-15", "2023-04-07", "2024-03-29", ) self.assertHolidayName(name, dt) self.assertHolidayName(name, range(2000, 2100)) def test_easter_monday(self): name = "Easter Monday" dt = ( "2000-04-24", "2010-04-05", "2018-04-02", "2019-04-22", "2020-04-13", "2021-04-05", "2022-04-18", "2023-04-10", "2024-04-01", ) self.assertHolidayName(name, dt) def test_labour_day(self): self.assertHolidayName("Labour Day", (f"{year}-05-01" for year in range(2000, 2100))) def test_christmas_day(self): self.assertHolidayName("Christmas Day", (f"{year}-12-25" for year in range(2000, 2100))) def test_26_december_day(self): self.assertHolidayName( "Christmas Holiday", (f"{year}-12-26" for year in range(2000, 2100)) ) def test_2015(self): self.assertHolidays( EuropeanCentralBank(years=2015), ("2015-01-01", "New Year's Day"), ("2015-04-03", "Good Friday"), ("2015-04-06", "Easter Monday"), ("2015-05-01", "Labour Day"), ("2015-12-25", "Christmas Day"), ("2015-12-26", "Christmas Holiday"), ) holidays-0.71/tests/financial/test_ice_futures_europe.py000066400000000000000000000035631500152103600236500ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.financial.ice_futures_europe import ICEFuturesEurope, IFEU from tests.common import CommonFinancialTests class TestICEFuturesEurope(CommonFinancialTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(ICEFuturesEurope, years=range(2000, 2100)) def test_market_aliases(self): self.assertAliases(ICEFuturesEurope, IFEU) def test_no_holidays(self): self.assertNoHolidays(ICEFuturesEurope(years=2013)) def test_2021(self): self.assertHolidays( ICEFuturesEurope(years=2021), ("2021-01-01", "New Year's Day"), ("2021-04-02", "Good Friday"), ) def test_2022(self): self.assertHolidays( ICEFuturesEurope(years=2022), ("2022-04-15", "Good Friday"), ("2022-12-26", "Christmas Day"), ) def test_2023(self): self.assertHolidays( ICEFuturesEurope(years=2023), ("2023-01-02", "New Year's Day"), ("2023-04-07", "Good Friday"), ("2023-12-25", "Christmas Day"), ) def test_2024(self): self.assertHolidays( ICEFuturesEurope(years=2024), ("2024-01-01", "New Year's Day"), ("2024-03-29", "Good Friday"), ("2024-12-25", "Christmas Day"), ) holidays-0.71/tests/financial/test_ny_stock_exchange.py000066400000000000000000000413141500152103600234430ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import ( JAN, FEB, MAR, APR, MAY, JUN, JUL, SEP, OCT, NOV, DEC, WED, SAT, SUN, _timedelta, ) from holidays.financial.ny_stock_exchange import NewYorkStockExchange, XNYS, NYSE from tests.common import CommonFinancialTests class TestNewYorkStockExchange(CommonFinancialTests, TestCase): @classmethod def setUpClass(cls): super().setUpClass(NewYorkStockExchange) def test_market_aliases(self): self.assertAliases(NewYorkStockExchange, XNYS, NYSE) def test_no_holidays(self): self.assertNoHolidays(NewYorkStockExchange(years=1862)) def test_new_years_day(self): for dt in ( date(1900, JAN, 1), date(1930, JAN, 1), date(1950, JAN, 2), date(1999, JAN, 1), date(2010, JAN, 1), date(2018, JAN, 1), date(2019, JAN, 1), date(2020, JAN, 1), date(2021, JAN, 1), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) # no observed on previous year Dec 31 for dt in ( date(1994, JAN, 1), date(2000, JAN, 1), date(2005, JAN, 1), date(2011, JAN, 1), date(2022, JAN, 1), ): self.assertNoHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) def test_martin_luther_king_jr_day(self): for dt in ( date(1999, JAN, 18), date(2000, JAN, 17), date(2010, JAN, 18), date(2018, JAN, 15), date(2019, JAN, 21), date(2020, JAN, 20), date(2021, JAN, 18), date(2022, JAN, 17), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) self.assertNoHoliday("1997-01-20", "1985-01-21") def test_lincolns_birthday(self): for dt in ( date(1900, FEB, 12), date(1930, FEB, 12), date(1953, FEB, 12), date(1968, FEB, 12), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) self.assertNoHoliday( "1954-02-12", "1967-02-10", "1967-02-11", "1967-02-12", "1967-02-13", "1969-02-12", "2015-02-12", ) def test_washingtons_birthday(self): for dt in ( date(1900, FEB, 22), date(1930, FEB, 21), date(1950, FEB, 22), date(1960, FEB, 22), date(1965, FEB, 22), date(1970, FEB, 23), date(1971, FEB, 15), date(1999, FEB, 15), date(2000, FEB, 21), date(2010, FEB, 15), date(2018, FEB, 19), date(2019, FEB, 18), date(2020, FEB, 17), date(2021, FEB, 15), date(2022, FEB, 21), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) def test_good_friday(self): for dt in ( date(1900, APR, 13), date(1901, APR, 5), date(1902, MAR, 28), date(1999, APR, 2), date(2000, APR, 21), date(2010, APR, 2), date(2018, MAR, 30), date(2019, APR, 19), date(2020, APR, 10), date(2021, APR, 2), date(2022, APR, 15), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) def test_memorial_day(self): for dt in ( date(1901, MAY, 30), date(1902, MAY, 30), date(1930, MAY, 30), date(1950, MAY, 30), date(1960, MAY, 30), date(1965, MAY, 31), date(1971, MAY, 31), date(1999, MAY, 31), date(2000, MAY, 29), date(2010, MAY, 31), date(2018, MAY, 28), date(2019, MAY, 27), date(2020, MAY, 25), date(2021, MAY, 31), date(2022, MAY, 30), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) self.assertNoHoliday("1872-05-30") def test_flag_day(self): for dt in ( date(1916, JUN, 14), date(1934, JUN, 14), date(1935, JUN, 14), date(1936, JUN, 15), date(1941, JUN, 13), date(1953, JUN, 15), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) self.assertNoHoliday( "1954-06-14", "1967-06-14", "2022-06-14", ) def test_juneteenth_national_independence_day(self): for dt in ( date(2022, JUN, 20), date(2023, JUN, 19), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) self.assertNoHoliday("1954-06-18", "1967-06-19", "2021-06-18") def test_labor_day(self): for dt in ( date(1887, SEP, 5), date(1901, SEP, 2), date(1902, SEP, 1), date(1950, SEP, 4), date(1999, SEP, 6), date(2000, SEP, 4), date(2010, SEP, 6), date(2018, SEP, 3), date(2019, SEP, 2), date(2020, SEP, 7), date(2021, SEP, 6), date(2022, SEP, 5), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) self.assertNoHoliday("1886-09-6") def test_columbus_day(self): for dt in ( date(1909, OCT, 12), date(1915, OCT, 12), date(1920, OCT, 12), date(1935, OCT, 11), date(1945, OCT, 12), date(1953, OCT, 12), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) self.assertNoHoliday("1908-10-12", "1954-10-12", "2022-10-12") def test_election_day(self): for dt in ( date(1887, NOV, 8), date(1901, NOV, 5), date(1902, NOV, 4), date(1920, NOV, 2), date(1935, NOV, 5), date(1950, NOV, 7), date(1968, NOV, 5), date(1972, NOV, 7), date(1976, NOV, 2), date(1980, NOV, 4), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) self.assertNoHoliday( "1969-11-04", "1970-11-03", "1971-11-02", "1973-11-06", "1974-11-05", "1975-11-04", "1977-11-01", "1978-11-07", "1979-11-06", "1981-11-03", "2021-11-02", "2022-11-01", ) def test_veterans_day(self): for dt in ( date(1918, NOV, 11), date(1921, NOV, 11), date(1934, NOV, 12), date(1938, NOV, 11), date(1942, NOV, 11), date(1946, NOV, 11), date(1950, NOV, 10), date(1953, NOV, 11), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) self.assertNoHoliday( "1917-11-12", "1919-11-11", "1920-11-11", "1922-11-10", "1933-11-10", "1954-11-11", "2021-11-11", "2022-11-11", ) def test_thanksgiving_day(self): for dt in ( date(1901, NOV, 28), date(1902, NOV, 27), date(1950, NOV, 23), date(1999, NOV, 25), date(2000, NOV, 23), date(2010, NOV, 25), date(2018, NOV, 22), date(2019, NOV, 28), date(2020, NOV, 26), date(2021, NOV, 25), date(2022, NOV, 24), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, +7)) self.assertNoHoliday(_timedelta(dt, -7)) def test_christmas_day(self): for dt in ( date(1901, DEC, 25), date(1902, DEC, 25), date(1950, DEC, 25), date(1999, DEC, 24), date(2000, DEC, 25), date(2010, DEC, 24), date(2018, DEC, 25), date(2019, DEC, 25), date(2020, DEC, 25), date(2021, DEC, 24), date(2022, DEC, 26), ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) self.assertNoHoliday(_timedelta(dt, +1)) self.assertNoHoliday(_timedelta(dt, -7)) def test_special_holidays(self): # add to this list as new historical holidays are added special_holidays = [ "1888-03-12", # Blizzard of 1888 "1888-03-13", # Blizzard of 1888 "1888-11-30", # Thanksgiving Friday 1888 "1889-04-29", # Centennial of George Washington's Inauguration "1889-04-30", # Centennial of George Washington's Inauguration "1889-05-01", # Centennial of George Washington's Inauguration "1892-10-12", # Columbian Celebration "1892-10-21", # Columbian Celebration "1893-04-27", # Columbian Celebration "1897-04-27", # Grant's Birthday "1898-05-04", # Charter Day "1899-05-29", # Monday before Decoration Day "1899-07-03", # Monday before Independence Day "1899-09-29", # Admiral Dewey Celebration "1900-12-24", # Christmas Eve "1901-07-05", # Friday after Independence Day "1901-09-19", # National Day of Mourning for President William McKinley "1903-04-22", # Opening of new NYSE building "1917-06-05", # Draft Registration Day "1918-01-28", # Heatless Day "1918-02-04", # Heatless Day "1918-02-11", # Heatless Day "1918-09-12", # Draft Registration Day "1918-11-11", # Armistice Day "1919-03-25", # Homecoming Day for 27th Division "1919-05-06", # Parade Day for 77th Division "1919-09-10", # Return of General Pershing "1923-08-03", # Death of President Warren G. Harding "1923-08-10", # National Day of Mourning for President Warren G. Harding "1927-06-13", # Parade for Colonel Charles Lindbergh "1929-11-01", # Catch Up Day "1929-11-29", # Catch Up Day "1945-08-15", # V-J Day (WWII) "1945-08-16", # V-J Day (WWII) "1945-12-24", # Christmas Eve "1954-12-24", # Christmas Eve "1956-12-24", # Christmas Eve "1958-12-26", # Day after Christmas "1961-05-29", # Day before Decoration Day "1963-11-25", # National Day of Mourning for President John F. Kennedy "1965-12-24", # Christmas Eve "1968-04-09", # National Day of Mourning for Martin Luther King Jr. "1968-07-05", # Day after Independence Day "1969-02-10", # Heavy Snow "1969-03-31", # National Day of Mourning for former President Dwight D. Eisenhower "1969-07-21", # National Participation in Lunar Exploration "1972-12-28", # National Day of Mourning for former President Harry S. Truman "1973-01-25", # National Day of Mourning for former President Lyndon B. Johnson "1977-07-14", # Blackout in New York City "1985-09-27", # Hurricane Gloria "1994-04-27", # National Day of Mourning for former President Richard M. Nixon "2001-09-11", # Closed for Sept 11, 2001 Attacks "2001-09-12", # Closed for Sept 11, 2001 Attacks "2001-09-13", # Closed for Sept 11, 2001 Attacks "2001-09-14", # Closed for Sept 11, 2001 Attacks "2004-06-11", # National Day of Mourning for former President Ronald Reagan "2007-01-02", # National Day of Mourning for former President Gerald R. Ford "2012-10-29", # Hurricane Sandy "2012-10-30", # Hurricane Sandy "2018-12-05", # National Day of Mourning for former President George H. W. Bush "2025-01-09", # National Day of Mourning for former President Jimmy Carter ] def _make_special_holiday_list(begin, end, days=None, weekends=False): return [ day for day in (_timedelta(begin, n) for n in range((end - begin).days + 1)) if (weekends or day.weekday() not in {SAT, SUN}) and (days is None or day.weekday() in days) ] wwi_holidays = _make_special_holiday_list(date(1914, JUL, 31), date(1914, NOV, 27)) oneoff_bank_holidays = _make_special_holiday_list(date(1933, MAR, 6), date(1933, MAR, 14)) paper_crisis_holidays = _make_special_holiday_list( date(1968, JUN, 12), date(1968, DEC, 31), days={WED} ) for dt in special_holidays + wwi_holidays + oneoff_bank_holidays + paper_crisis_holidays: self.assertHoliday(dt) # double check that we catch beginning/ending of holiday periods - # covers off-by-one errors for dt in ( date(1914, JUL, 31), # begin WWI holidays date(1933, MAR, 6), # begin oneoff bank holidays date(1968, JUN, 12), # begin paper crisis holidays ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, -1)) for dt in ( date(1914, NOV, 27), # end WWI holidays date(1933, MAR, 14), # end oneoff bank holidays ): self.assertHoliday(dt) self.assertNoHoliday(_timedelta(dt, +1)) def test_all_modern_holidays_present(self): self.assertHolidays( ("2023-01-02", "New Year's Day (observed)"), ("2023-01-16", "Martin Luther King Jr. Day"), ("2023-02-20", "Washington's Birthday"), ("2023-04-07", "Good Friday"), ("2023-05-29", "Memorial Day"), ("2023-06-19", "Juneteenth National Independence Day"), ("2023-07-04", "Independence Day"), ("2023-09-04", "Labor Day"), ("2023-11-23", "Thanksgiving Day"), ("2023-12-25", "Christmas Day"), ) holidays-0.71/tests/test_docs.py000066400000000000000000000331131500152103600167520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import re from pathlib import Path from unittest import TestCase from holidays import ( country_holidays, financial_holidays, list_localized_countries, list_localized_financial, list_supported_countries, list_supported_financial, ) from holidays.constants import PUBLIC class TestReadme(TestCase): @classmethod def setUpClass(cls): cls.readme_content = Path("README.md").read_text(encoding="UTF-8") super().setUpClass() def _parse_table(self, table_index: int): """Parse HTML table at given index from README.md content.""" table_cell_re = re.compile(r"(.*?)") tables = re.findall(r"", self.readme_content, re.DOTALL) # type: ignore[attr-defined] table = tables[table_index] rows = re.findall(r"(.*?)", table, re.DOTALL) return [table_cell_re.findall(line) for line in rows[1:]] def test_supported_countries_count(self): actual_country_count = len(list_supported_countries(include_aliases=False)) readme_country_count = int( re.findall(r"We currently support (\d+) country codes.", self.readme_content)[0] ) self.assertEqual( readme_country_count, actual_country_count, "README.md supported countries statement is out of date: " f"'We currently support {readme_country_count} countries'. " f"Actual supported countries count: {actual_country_count}", ) def test_supported_countries_table(self): country_alpha_2_codes = set() country_default_languages = {} country_names = [] country_subdivisions = {} country_subdivisions_aliases = {} country_supported_languages = {} country_supported_categories = {} subdivision_group_re = re.compile(r"\w+:\s*([^\n:]+)") subdivision_and_aliases_re = re.compile(r",(?![^()]*\))") subdivision_aliases_re = re.compile(r"(.*?)\s\(([^()]*)\)") default_value_re = re.compile(r"(.*?)") # Parse 1st table. table_content = self._parse_table(0) for row in table_content: # Country: 1st column. name = row[0].replace(" ", "").lower() country_names.append(name) # Code: 2nd column. country_code = row[1] if country_code: country_alpha_2_codes.add(country_code) # Subdivisions and their aliases: 3rd column. country_subdivisions[country_code] = [] country_subdivisions_aliases[country_code] = {} subdivision_str = row[2] if subdivision_str: for subdivision_groups in subdivision_str.split("."): subdivision_aliases_group = subdivision_groups.split(";")[0].strip() # Exclude empty subdivisions. if ":" not in subdivision_aliases_group: country_subdivisions[country_code] = [] continue # Combine all subdivision and their aliases. subdivision_aliases_group = subdivision_group_re.findall( subdivision_aliases_group )[0] for subdivision_aliases in subdivision_and_aliases_re.split( subdivision_aliases_group ): if "(" in subdivision_aliases: # Subdivision with aliases. subdivision_aliases = subdivision_aliases_re.match(subdivision_aliases) subdivision = subdivision_aliases.group(1) aliases = subdivision_aliases.group(2).split(", ") else: aliases = [] subdivision = subdivision_aliases subdivision = subdivision.strip(" *") country_subdivisions[country_code].append(subdivision) country_subdivisions_aliases[country_code][subdivision] = aliases # Supported Languages: 4th column. supported_languages = row[3] if supported_languages: languages = [] for supported_language in supported_languages.split(","): supported_language = supported_language.strip() if "" in supported_language: supported_language = default_value_re.search(supported_language).group(1) country_default_languages[country_code] = supported_language languages.append(supported_language) country_supported_languages[country_code] = languages # Supported Categories: 5th column. supported_categories = row[4] if supported_categories: categories = [PUBLIC] for supported_category in supported_categories.split(","): categories.append(supported_category.strip().lower()) country_supported_categories[country_code] = sorted(categories) # Check the data. self.assertEqual( country_names, sorted(country_names), "The supported countries table must be sorted alphabetically by " "country name.\n" + "\n".join( (f"{c} != {s}" for c, s in zip(country_names, sorted(country_names)) if c != s) ), ) country_names = {c.split("(the)")[0] for c in country_names} supported_countries = list_supported_countries(include_aliases=False) localized_countries = list_localized_countries(include_aliases=False) for country_code in supported_countries: instance = country_holidays(country_code) country_name = instance.__class__.__base__.__name__ # Make sure country name is shown correctly. if country_name.startswith("Holiday"): self.assertIn( country_name[8:], country_alpha_2_codes, f"Country '{country_name}' name is not shown correctly in the table.", ) else: self.assertIn( country_name.lower().replace("unitedstates", "unitedstatesofamerica"), country_names, f"Country '{country_name}' name is not shown correctly in the table.", ) # Make sure country alpha-2 code is shown correctly. self.assertIn( instance.country, country_alpha_2_codes, f"Country '{country_name}' alpha-2 code is not shown correctly in the table.", ) # Make sure country subdivisions are shown correctly. self.assertEqual( supported_countries[country_code], country_subdivisions[country_code], f"Country '{country_name}' subdivisions are not shown " "correctly in the table.\n" + "\n".join( ( f"{c} != {s}" for c, s in zip( supported_countries[country_code], country_subdivisions[country_code] ) if c != s ) ), ) # Make sure country subdivisions aliases are shown correctly. subdivision_aliases = instance.get_subdivision_aliases() for subdivision in instance.subdivisions: self.assertEqual( subdivision_aliases.get(subdivision, []), country_subdivisions_aliases[country_code][subdivision], f"Country '{country_name}' subdivisions '{subdivision}' aliases are not shown " "correctly in the table.\n", ) # Make sure supported languages are shown correctly. if country_code in localized_countries: supported_languages = localized_countries[country_code] self.assertEqual( supported_languages, country_supported_languages.get(country_code), f"Country {country_name} supported languages are not " "shown correctly in the table. The column must contain " "all supported languages: " f"{', '.join(instance.supported_languages)}", ) self.assertEqual( country_default_languages.get(country_code), instance.default_language, f"Country {country_name} default language is not shown " "correctly in the table. Use language format " "to specify the country default language: " f"{instance.default_language}.", ) # Make sure supported categories are shown correctly. supported_categories = sorted(instance.supported_categories) self.assertEqual( supported_categories, country_supported_categories.get(country_code, [PUBLIC]), f"Country {country_name} supported categories are not " "shown correctly in the table. The column must contain " "all supported categories: " f"{', '.join(instance.supported_categories)}", ) def test_supported_markets_table(self): market_mic_codes = set() market_default_languages = {} market_names = [] market_supported_languages = {} default_value_re = re.compile(r"(.*?)") # Parse 2nd table. table_content = self._parse_table(1) replace_chars = str.maketrans( { " ": "", ",": "", "ã": "a", } ) for row in table_content: # Market: 1st column. name = row[0].translate(replace_chars).lower() market_names.append(name) # Code: 2nd column. market_code = row[1] if market_code: market_mic_codes.add(market_code) # Supported Languages: 4th column. supported_languages = row[3] if supported_languages: languages = [] for supported_language in supported_languages.split(","): supported_language = supported_language.strip() if "" in supported_language: supported_language = default_value_re.search(supported_language).group(1) market_default_languages[market_code] = supported_language languages.append(supported_language) market_supported_languages[market_code] = languages # Check the data. self.assertEqual( market_names, sorted(market_names), "The supported markets table must be sorted alphabetically by market name.\n" + "\n".join( (f"{c} != {s}" for c, s in zip(market_names, sorted(market_names)) if c != s) ), ) supported_markets = list_supported_financial(include_aliases=False) localized_markets = list_localized_financial(include_aliases=False) for market_code in supported_markets: instance = financial_holidays(market_code) market_name = instance.__class__.__base__.__name__ # Make sure market name is shown correctly. self.assertIn( market_name.lower(), market_names, f"Market '{market_name}' name is not shown correctly in the table.", ) # Make sure market MIC code is shown correctly. self.assertIn( instance.market, market_mic_codes, f"Market '{market_name}' MIC code is not shown correctly in the table.", ) # Make sure supported languages are shown correctly. if market_code in localized_markets: supported_languages = localized_markets[market_code] self.assertEqual( supported_languages, market_supported_languages.get(market_code), f"Market {market_name} supported languages are not " "shown correctly in the table. The column must contain " "all supported languages: " f"{', '.join(instance.supported_languages)}", ) self.assertEqual( market_default_languages.get(market_code), instance.default_language, f"Market {market_name} default language is not shown " "correctly in the table. Use language format " "to specify the market default language: " f"{instance.default_language}.", ) holidays-0.71/tests/test_helpers.py000066400000000000000000000044501500152103600174660ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.helpers import _normalize_arguments, _normalize_tuple class TestHelpers(TestCase): def test_normalize_arguments(self): empty_set = set() input_expected_pairs = ( ((int, []), empty_set), ((int, {}), empty_set), ((int, None), empty_set), ((str, []), empty_set), ((str, {}), empty_set), ((str, None), empty_set), ((int, "1"), {1}), ((int, "12"), {12}), ((int, "121"), {121}), ((int, ["1", "1"]), {1}), ((int, ["1", "2"]), {1, 2}), ((int, [1, 1]), {1}), ((int, [1, 2]), {1, 2}), ((int, [1]), {1}), ((int, {1}), {1}), ((int, 0), {0}), ((int, 1.0), {1.0}), ((int, 1), {1}), ((str, "1"), {"1"}), ((str, ("test1", "TEST1")), {"test1", "TEST1"}), ((str, ("test1", "test1")), {"test1"}), ((str, ("test1", "test2")), {"test1", "test2"}), ((str, ["1", "2"]), {"1", "2"}), ((str, [1, 2]), {"1", "2"}), ((str, [1]), {"1"}), ((str, {1: "2"}), {"1"}), ((str, {1: 2}), {"1"}), ((str, {1}), {"1"}), ((str, 1.0), {"1.0"}), ((str, 1), {"1"}), ) for input, expected in input_expected_pairs: self.assertEqual(_normalize_arguments(*input), expected) def test_normalize_tuple(self): input_expected_pairs = ( ((), ()), ((1,), ((1,),)), ((1, 2), ((1, 2),)), (((1, 1), (2, 2)), ((1, 1), (2, 2))), ) for input, expected in input_expected_pairs: self.assertEqual(_normalize_tuple(input), expected) holidays-0.71/tests/test_holiday_base.py000066400000000000000000001532231500152103600204520ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import pickle import unittest from datetime import date, datetime from datetime import timedelta as td from holidays.calendars.gregorian import JAN, FEB, OCT, DEC, MON, TUE, SAT, SUN from holidays.constants import HOLIDAY_NAME_DELIMITER, OPTIONAL, PUBLIC, SCHOOL from holidays.countries import UA, US from holidays.groups.christian import ChristianHolidays from holidays.groups.custom import StaticHolidays from holidays.holiday_base import HolidayBase class EntityStubStaticHolidays: special_public_holidays = { 1111: (JAN, 1, "Test holiday"), 2222: (FEB, 2, "Test holiday"), 3333: ((FEB, 2, "Test holiday")), 4444: (), 1991: ( (JAN, 7, JAN, 12), (JAN, 8, JAN, 13, 1991), ), 2024: (FEB, 19, FEB, 24), } substituted_date_format = "%d/%m/%Y" substituted_label = "From %s" class EntityStub(HolidayBase): def _add_observed(self, dt: date, before: bool = True, after: bool = True) -> None: if not self.observed: return None if self._is_saturday(dt) and before: self._add_holiday(f"{self[dt]} (observed)", dt + td(days=-1)) elif self._is_sunday(dt) and after: self._add_holiday(f"{self[dt]} (observed)", dt + td(days=+1)) def _populate(self, year: int) -> None: super()._populate(year) name = "New Year's Day" self._add_observed(self._add_holiday_jan_1(name), before=False) if self.observed and self._is_friday(DEC, 31): self._add_holiday_dec_31(f"{name} (observed)") self._add_observed(self._add_holiday_jun_19("Juneteenth National Independence Day")) self._add_observed(self._add_holiday_jul_4("Independence Day")) self._add_holiday_4th_thu_of_nov("Thanksgiving") self._add_observed(self._add_holiday_dec_25("Christmas Day")) class CountryStub1(EntityStub, StaticHolidays): country = "CS1" subdivisions = ("Subdiv 1", "Subdiv 2", "3") subdivisions_aliases = { "S1": "Subdiv 1", "S2": "Subdiv 2", "S3": "3", "S_1": "Subdiv 1", "S_2": "Subdiv 2", "S_3": "3", } supported_categories = (PUBLIC, SCHOOL) start_year = 1000 end_year = 3400 def __init__(self, *args, **kwargs) -> None: StaticHolidays.__init__(self, cls=EntityStubStaticHolidays) super().__init__(*args, **kwargs) def _populate_subdiv_subdiv_1_public_holidays(self): self._add_holiday_aug_10("Subdiv 1 Custom Holiday") def _populate_subdiv_subdiv_2_public_holidays(self): self._add_holiday_aug_10("Subdiv 2 Custom Holiday") class CountryStub2(EntityStub): country = "CS2" subdivisions = ("Subdiv-3", "Subdiv-4") def _populate(self, year: int) -> None: super()._populate(year) self._add_holiday_mar_1("Custom March 1st Holiday") class CountryStub3(HolidayBase): country = "CS3" def _populate(self, year: int) -> None: super()._populate(year) self._add_holiday_may_1("Custom May 1st Holiday") self._add_holiday_may_2("Custom May 2nd Holiday") class CountryStub4(HolidayBase): country = "CS4" supported_categories = ("CUSTOM_1", "CUSTOM_2") class CountryStub5(HolidayBase, ChristianHolidays): country = "CS5" def __init__(self, *args, **kwargs) -> None: ChristianHolidays.__init__(self) super().__init__(*args, **kwargs) class CountryStub6(EntityStub, StaticHolidays): country = "CS6" def __init__(self, *args, **kwargs) -> None: StaticHolidays.__init__(self, cls=EntityStubStaticHolidays) super().__init__(*args, **kwargs) def _populate_public_holidays(self) -> None: self._add_holiday_may_1("Labor Day") self._add_holiday_may_2("Labor Day Two") class MarketStub1(EntityStub): market = "MS1" class MarketStub2(EntityStub): market = "MS2" class TestArgs(unittest.TestCase): def test_categories(self): self.assertEqual({PUBLIC}, CountryStub1(categories=PUBLIC).categories) self.assertEqual({PUBLIC, SCHOOL}, CountryStub1(categories=(PUBLIC, SCHOOL)).categories) self.assertRaises(ValueError, lambda: CountryStub1(categories=OPTIONAL)) self.assertRaises(ValueError, lambda: CountryStub1(categories="UNSUPPORTED")) self.assertRaises(ValueError, lambda: CountryStub1(categories=("HOME", "UNSUPPORTED"))) self.assertRaises(ValueError, lambda: CountryStub4()) def test_country(self): self.assertEqual(CountryStub1().country, "CS1") def test_expand(self): hb = CountryStub1(years=(2013, 2015), expand=False) self.assertFalse(hb.expand) self.assertSetEqual(hb.years, {2013, 2015}) self.assertNotIn("2014-01-01", hb) self.assertSetEqual(hb.years, {2013, 2015}) def test_observed(self): hb = CountryStub1(observed=False) self.assertFalse(hb.observed) self.assertIn("2000-01-01", hb) self.assertNotIn("1999-12-31", hb) self.assertIn("2012-01-01", hb) self.assertNotIn("2012-01-02", hb) hb.observed = True self.assertIn("2000-01-01", hb) self.assertIn("1999-12-31", hb) self.assertIn("2012-01-01", hb) self.assertIn("2012-01-02", hb) hb.observed = False self.assertIn("2000-01-01", hb) self.assertNotIn("1999-12-31", hb) self.assertIn("2012-01-01", hb) self.assertNotIn("2012-01-02", hb) def test_subdivision(self): self.assertEqual(CountryStub1(subdiv="Subdiv 1").subdiv, "Subdiv 1") self.assertEqual(CountryStub1(subdiv=3).subdiv, "3") def test_subdivisions_aliases(self): subdivisions_aliases = { "subdiv_1": ("S1", "S_1"), "subdiv_2": ("S2", "S_2"), "3": ("S3", "S_3"), } for subdiv, aliases in subdivisions_aliases.items(): for alias in aliases: self.assertEqual(subdiv, CountryStub1(subdiv=alias)._normalized_subdiv) self.assertEqual( CountryStub1.get_subdivision_aliases(), { "Subdiv 1": ["S1", "S_1"], "Subdiv 2": ["S2", "S_2"], "3": ["S3", "S_3"], }, ) def test_years(self): hb = HolidayBase() self.assertSetEqual(hb.years, set()) self.assertNotIn("2014-01-02", hb) self.assertSetEqual(hb.years, {2014}) self.assertNotIn("2013-01-02", hb) self.assertNotIn("2014-01-02", hb) self.assertNotIn("2015-01-02", hb) self.assertSetEqual(hb.years, {2013, 2014, 2015}) self.assertSetEqual( HolidayBase(years=range(2010, 2016)).years, {2010, 2011, 2012, 2013, 2014, 2015} ) self.assertSetEqual(HolidayBase(years=(2013, 2015, 2015)).years, {2013, 2015}) self.assertSetEqual(HolidayBase(years=(2013.0, 2015.0, 2015.0)).years, {2013, 2015}) self.assertSetEqual(HolidayBase(years=2015).years, {2015}) self.assertSetEqual(HolidayBase(years=2015.0).years, {2015}) class TestCategories(unittest.TestCase): class CustomCategoryClass(HolidayBase): country = "CCC" default_category = "CC" subdivisions = ("SD_1", "SD_2") supported_categories = ("CC", "CC_1", "CC_2") def _populate_cc_holidays(self): self._add_holiday_may_15("CC Holiday") def _populate_cc_1_holidays(self): self._add_holiday_may_16("CC1 Holiday") def _populate_cc_2_holidays(self): self._add_holiday_jun_15("CC2 Holiday") def _populate_subdiv_sd_1_cc_holidays(self): self._add_holiday_jul_1("SD_1 CC Holiday") def _populate_subdiv_sd_1_cc_1_holidays(self): self._add_holiday_jul_1("SD_1 CC_1 Holiday") def _populate_subdiv_sd_2_cc_holidays(self): self._add_holiday_aug_1("SD_2 CC Holiday") def test_default_category(self): ccc = TestCategories.CustomCategoryClass(years=2024) self.assertEqual(ccc.categories, {TestCategories.CustomCategoryClass.default_category}) for name in ("CC Holiday",): self.assertTrue(ccc.get_named(name, lookup="exact")) for name in ("CC1 Holiday", "CC2 Holiday", "SD_1 CC_1 Holiday", "SD_2 CC Holiday"): self.assertFalse(ccc.get_named(name, lookup="exact")) # Default category with subdiv. ccc_sd2 = TestCategories.CustomCategoryClass(years=2024, subdiv="SD_2") self.assertEqual(ccc_sd2.categories, {TestCategories.CustomCategoryClass.default_category}) for name in ("CC Holiday", "SD_2 CC Holiday"): self.assertTrue(ccc_sd2.get_named(name, lookup="exact"), name) for name in ("CC1 Holiday", "CC2 Holiday", "SD_1 CC_1 Holiday"): self.assertFalse(ccc_sd2.get_named(name, lookup="exact"), name) def test_no_default_category(self): TestCategories.CustomCategoryClass.default_category = None self.assertRaises(ValueError, lambda: TestCategories.CustomCategoryClass(years=2024)) self.assertRaises( ValueError, lambda: TestCategories.CustomCategoryClass(years=2024, subdiv="SD_1") ) # Explicitly set category. ccc = TestCategories.CustomCategoryClass(years=2024, categories="CC") self.assertEqual(ccc.categories, {"CC"}) self.assertIn("2024-05-15", ccc) def test_non_default_categories(self): for categories in ( {"CC_1": ("2024-05-16",)}, {"CC_2": ("2024-06-15",)}, ): for category in categories: ccc = TestCategories.CustomCategoryClass(years=2024, categories=category) self.assertEqual(ccc.categories, set(categories), category) for dt in categories[category]: self.assertIn(dt, ccc) class TestDeprecationWarnings(unittest.TestCase): def test_prov_deprecation(self): with self.assertWarns(Warning): CountryStub1(prov="Subdiv 1") def test_state_deprecation(self): with self.assertWarns(Warning): CountryStub1(state="Subdiv 1") class TestEqualityInequality(unittest.TestCase): def test_eq(self): hb_1 = CountryStub1() hb_2 = CountryStub2() hb_3 = CountryStub1(subdiv="Subdiv 1") self.assertEqual(hb_1, hb_1) self.assertEqual(hb_2, hb_2) self.assertEqual(hb_3, hb_3) hb_4 = CountryStub1(years=2014) hb_5 = CountryStub1(years=2014) self.assertEqual(hb_4, hb_5) self.assertEqual(hb_5, hb_4) hb_6 = CountryStub2(years=(2014, 2015)) hb_7 = CountryStub2(years=(2014, 2015)) self.assertEqual(hb_6, hb_7) self.assertEqual(hb_7, hb_6) hb_8 = CountryStub3(language="fr") hb_9 = CountryStub3(language="fr") self.assertEqual(hb_8, hb_9) self.assertEqual(hb_9, hb_8) # Use assertFalse instead of assertNotEqual as we want to check "==" explicitly. self.assertFalse(hb_1 == {}) self.assertFalse(hb_2 == {}) self.assertFalse(hb_3 == {}) self.assertFalse(hb_1 == hb_2) self.assertFalse(hb_2 == hb_1) self.assertFalse(hb_1 == hb_3) self.assertFalse(hb_3 == hb_1) self.assertFalse(hb_2 == hb_3) self.assertFalse(hb_3 == hb_2) def test_ne(self): hb_1 = CountryStub1() hb_2 = CountryStub2() hb_3 = CountryStub1(subdiv="Subdiv 1") self.assertNotEqual(hb_1, {}) self.assertNotEqual(hb_2, {}) self.assertNotEqual(hb_3, {}) self.assertNotEqual(hb_1, hb_2) self.assertNotEqual(hb_2, hb_1) self.assertNotEqual(hb_1, hb_3) self.assertNotEqual(hb_3, hb_1) self.assertNotEqual(hb_2, hb_3) self.assertNotEqual(hb_3, hb_2) hb_4 = CountryStub1(years=2014) hb_5 = CountryStub2(years=2015) self.assertNotEqual(hb_1, hb_4) self.assertNotEqual(hb_4, hb_1) self.assertNotEqual(hb_2, hb_5) self.assertNotEqual(hb_5, hb_2) self.assertNotEqual(hb_4, hb_5) self.assertNotEqual(hb_5, hb_4) hb_6 = CountryStub1(years=2014, subdiv="Subdiv 1") hb_7 = CountryStub1(years=2014, subdiv="Subdiv 2") self.assertNotEqual(hb_6, hb_7) self.assertNotEqual(hb_7, hb_6) hb_8 = CountryStub1(years=2014) hb_9 = CountryStub1(years=2014, language="fr") self.assertNotEqual(hb_8, hb_9) self.assertNotEqual(hb_9, hb_8) # Use assertFalse instead of assertEqual in order to check "!=" explicitly. self.assertFalse(hb_1 != hb_1) self.assertFalse(hb_2 != hb_2) self.assertFalse(hb_3 != hb_3) class TestGetList(unittest.TestCase): def test_get_list_multiple_countries(self): hb_country_1 = CountryStub1(years=2021) hb_country_2 = CountryStub1(years=2021) hb_country_1._add_holiday_dec_20("Custom Holiday 1") hb_country_2._add_holiday_dec_20("Custom Holiday 2") self.assertEqual(hb_country_1["2021-12-20"], "Custom Holiday 1") self.assertEqual(hb_country_2["2021-12-20"], "Custom Holiday 2") self.assertListEqual(hb_country_1.get_list("2021-12-20"), ["Custom Holiday 1"]) self.assertListEqual(hb_country_2.get_list("2021-12-20"), ["Custom Holiday 2"]) hb_combined = hb_country_1 + hb_country_2 self.assertEqual(hb_combined["2021-12-20"], "Custom Holiday 1; Custom Holiday 2") self.assertListEqual( hb_combined.get_list("2021-12-20"), ["Custom Holiday 1", "Custom Holiday 2"] ) def test_get_list_multiple_subdivisions(self): hb_subdiv_1 = CountryStub1(subdiv="Subdiv 1", years=2021) hb_subdiv_2 = CountryStub1(subdiv="Subdiv 2", years=2021) self.assertEqual(hb_subdiv_1["2021-08-10"], "Subdiv 1 Custom Holiday") self.assertEqual(hb_subdiv_2["2021-08-10"], "Subdiv 2 Custom Holiday") self.assertListEqual(hb_subdiv_1.get_list("2021-08-10"), ["Subdiv 1 Custom Holiday"]) self.assertListEqual(hb_subdiv_2.get_list("2021-08-10"), ["Subdiv 2 Custom Holiday"]) hb_combined = hb_subdiv_1 + hb_subdiv_2 self.assertEqual( hb_combined["2021-08-10"], "Subdiv 1 Custom Holiday; Subdiv 2 Custom Holiday" ) self.assertListEqual( hb_combined.get_list("2021-08-10"), ["Subdiv 1 Custom Holiday", "Subdiv 2 Custom Holiday"], ) class TestGetNamed(unittest.TestCase): def test_contains(self): hb = CountryStub1(years=2022) for name in ("New", "Year"): self.assertListEqual(hb.get_named(name, lookup="contains"), [date(2022, 1, 1)]) self.assertListEqual( hb.get_named("Independence Day", lookup="contains"), [date(2022, 6, 19), date(2022, 6, 20), date(2022, 7, 4)], ) self.assertListEqual(hb.get_named("independence day", lookup="contains"), []) self.assertListEqual(hb.get_named("Thanksgiving", lookup="contains"), [date(2022, 11, 24)]) self.assertListEqual(hb.get_named("Thanksgivi", lookup="contains"), [date(2022, 11, 24)]) self.assertListEqual(hb.get_named("thanks", lookup="contains"), []) self.assertSetEqual(hb.years, {2022}) hb = CountryStub1(observed=False, years=2022) self.assertListEqual( hb.get_named("Independence Day", lookup="contains"), [date(2022, 6, 19), date(2022, 7, 4)], ) self.assertListEqual(hb.get_named("independence day", lookup="contains"), []) self.assertSetEqual(hb.years, {2022}) def test_exact(self): hb = CountryStub1(years=2022) for name in ("New", "Day"): self.assertListEqual(hb.get_named(name, lookup="exact"), []) self.assertListEqual(hb.get_named("Independence Day", lookup="exact"), [date(2022, 7, 4)]) self.assertListEqual(hb.get_named("Thanksgiving", lookup="exact"), [date(2022, 11, 24)]) self.assertListEqual(hb.get_named("thanksgiving", lookup="exact"), []) self.assertSetEqual(hb.years, {2022}) hb = CountryStub1(observed=False, years=2022) self.assertListEqual(hb.get_named("Independence Day", lookup="exact"), [date(2022, 7, 4)]) self.assertSetEqual(hb.years, {2022}) def test_icontains(self): hb = CountryStub1(years=2022) for name in ("Thanksgiving", "thanksgiving", "Thanksgivi"): self.assertListEqual(hb.get_named(name, lookup="icontains"), [date(2022, 11, 24)]) self.assertListEqual( hb.get_named("Independence Day", lookup="icontains"), [date(2022, 6, 19), date(2022, 6, 20), date(2022, 7, 4)], ) self.assertSetEqual(hb.years, {2022}) hb = CountryStub1(observed=False, years=2022) self.assertListEqual( hb.get_named("Independence Day", lookup="icontains"), [date(2022, 6, 19), date(2022, 7, 4)], ) self.assertSetEqual(hb.years, {2022}) def test_iexact(self): hb = CountryStub1(years=2022) for name in ("new year's day", "New Year's Day"): self.assertListEqual(hb.get_named(name, lookup="iexact"), [date(2022, 1, 1)]) for name in ("New Year Day", "New Year", "year", "NEW Year"): self.assertListEqual(hb.get_named(name, lookup="iexact"), []) self.assertListEqual(hb.get_named("independence day", lookup="iexact"), [date(2022, 7, 4)]) self.assertListEqual(hb.get_named("thanksgiving", lookup="iexact"), [date(2022, 11, 24)]) self.assertListEqual(hb.get_named("Thanksgivin", lookup="iexact"), []) self.assertSetEqual(hb.years, {2022}) hb = CountryStub1(observed=False, years=2022) self.assertListEqual(hb.get_named("independence day", lookup="iexact"), [date(2022, 7, 4)]) self.assertSetEqual(hb.years, {2022}) def test_invalid(self): hb = CountryStub1(years=2022) self.assertRaises( AttributeError, lambda: hb.get_named("Independence Day", lookup="invalid") ) def test_istartswith(self): hb = CountryStub1(years=2022) for name in ("new year's", "New Year's", "New Year's day"): self.assertListEqual(hb.get_named(name, lookup="istartswith"), [date(2022, 1, 1)]) for name in ("New Year Day", "New Year holiday", "New Year's Day Holiday", "year"): self.assertListEqual(hb.get_named(name, lookup="istartswith"), []) self.assertListEqual( hb.get_named("independence day", lookup="istartswith"), [date(2022, 7, 4)] ) self.assertSetEqual(hb.years, {2022}) hb = CountryStub1(observed=False, years=2022) self.assertListEqual( hb.get_named("independence day", lookup="istartswith"), [date(2022, 7, 4)] ) self.assertSetEqual(hb.years, {2022}) def test_startswith(self): hb = CountryStub1(years=2022) for name in ("New Year's", "New Year"): self.assertListEqual(hb.get_named(name, lookup="startswith"), [date(2022, 1, 1)]) for name in ("New Year Day", "New Year Holiday", "New Year's Day Holiday", "year"): self.assertListEqual(hb.get_named(name, lookup="startswith"), []) self.assertListEqual( hb.get_named("Independence Day", lookup="startswith"), [date(2022, 7, 4)] ) self.assertListEqual( hb.get_named("Christmas", lookup="startswith"), [date(2022, 12, 25), date(2022, 12, 26)], ) self.assertSetEqual(hb.years, {2022}) hb = CountryStub1(observed=False, years=2022) self.assertListEqual( hb.get_named("Independence Day", lookup="startswith"), [date(2022, 7, 4)] ) self.assertListEqual(hb.get_named("Christmas", lookup="startswith"), [date(2022, 12, 25)]) self.assertSetEqual(hb.years, {2022}) class TestHelperMethods(unittest.TestCase): def setUp(self): self.hb = CountryStub1() def test_add_holiday(self): self.hb._populate(2023) self.hb._add_holiday("Test 1", date(2023, JAN, 5)) self.hb._add_holiday("Test 2", (JAN, 6)) self.hb._add_holiday_jan_7("Test 3") self.assertIn("2023-01-05", self.hb) self.assertIn("2023-01-06", self.hb) self.assertIn("2023-01-07", self.hb) for args in ( (date(2020, JAN, 5),), (JAN, 5, "Test 1", True), ("Test", "Test"), ): self.assertRaises(TypeError, lambda: self.hb._add_holiday(*args)) def test_is_leap_year(self): self.hb._populate(1999) self.assertFalse(self.hb._is_leap_year()) self.hb._populate(2000) self.assertTrue(self.hb._is_leap_year()) self.hb._populate(2004) self.assertTrue(self.hb._is_leap_year()) self.hb._populate(2200) self.assertFalse(self.hb._is_leap_year()) def test_is_weekend(self): self.hb._populate(2022) dts = (date(2022, 10, 3), date(2022, 10, 4), (OCT, 3), (OCT, 4)) self.hb.weekend = {MON, TUE} for dt in dts: self.assertTrue(self.hb._is_weekend(dt)) self.hb.weekend = {} for dt in dts: self.assertFalse(self.hb._is_weekend(dt)) self.hb.weekend = {SAT, SUN} for dt in (date(2022, 10, 1), date(2022, 10, 2)): self.assertTrue(self.hb._is_weekend(dt)) for dt in ((OCT, 1), (OCT, 2)): self.assertTrue(self.hb._is_weekend(dt)) self.assertTrue(self.hb._is_weekend(*dt)) for dt in (date(2022, 10, 3), date(2022, 10, 4)): self.assertFalse(self.hb._is_weekend(dt)) for dt in ((OCT, 3), (OCT, 4)): self.assertFalse(self.hb._is_weekend(dt)) self.assertFalse(self.hb._is_weekend(*dt)) class TestHolidaySum(unittest.TestCase): def setUp(self) -> None: self.hb_1 = CountryStub1(years=2014) self.hb_2 = CountryStub2(years=2015) self.hb_3 = CountryStub3() self.hb_combined = self.hb_1 + self.hb_2 + self.hb_3 def assertAdded(self): # noqa: N802 self.assertNotIn("2014-03-01", self.hb_1) self.assertNotIn("2014-05-01", self.hb_1) self.assertNotIn("2014-05-02", self.hb_1) self.assertIn("2014-03-01", self.hb_2) self.assertIn("2014-05-01", self.hb_3) self.assertIn("2014-05-02", self.hb_3) self.assertIn("2014-07-04", self.hb_1) self.assertIn("2014-07-04", self.hb_1 + self.hb_2) self.assertIn("2014-07-04", self.hb_2 + self.hb_1) self.assertIn("2015-07-04", self.hb_1 + self.hb_2) self.assertIn("2015-07-04", self.hb_2 + self.hb_1) self.assertIn("2000-03-01", self.hb_combined) self.assertIn("2000-05-01", self.hb_combined) self.assertIn("2000-05-02", self.hb_combined) self.assertIn("2000-07-04", self.hb_combined) self.assertIn("2000-07-04", self.hb_combined) def test_add_country(self): self.assertAdded() self.hb_combined = CountryStub1(years=2014) self.hb_combined += CountryStub2(years=2015) self.hb_combined += CountryStub3() self.assertAdded() self.hb_combined = ( self.hb_1 + (self.hb_2 + self.hb_3) + self.hb_1 + (self.hb_3 + self.hb_2 + CountryStub2(subdiv="Subdiv-4")) ) self.assertAdded() self.hb_combined = CountryStub1(years=2014, subdiv="Subdiv 1") self.hb_combined += CountryStub1(years=2014, subdiv="Subdiv 2") self.assertEqual( self.hb_combined["2014-08-10"], "Subdiv 1 Custom Holiday; Subdiv 2 Custom Holiday" ) self.assertRaises(TypeError, lambda: self.hb_1 + {}) def test_add_financial(self): hb_1 = MarketStub1(years=2013) hb_2 = MarketStub2(years=(2014, 2015)) hb_combined = hb_1 + hb_2 self.assertIn("2013-01-01", hb_1) self.assertIn("2014-01-01", hb_2) self.assertIn("2015-01-01", hb_2) self.assertIn("2013-01-01", hb_combined) self.assertIn("2014-01-01", hb_combined) self.assertIn("2015-01-01", hb_combined) self.assertListEqual(hb_combined.market, ["MS1", "MS2"]) def test_args(self): self.hb_1 = CountryStub1(years=2014, subdiv="Subdiv 1") self.hb_2 = CountryStub2(years=2015, subdiv="Subdiv-3") self.assertListEqual(self.hb_combined.country, ["CS1", "CS2", "CS3"]) self.assertListEqual((self.hb_1 + self.hb_2).subdiv, ["Subdiv 1", "Subdiv-3"]) self.assertListEqual((self.hb_2 + self.hb_1).subdiv, ["Subdiv-3", "Subdiv 1"]) self.assertEqual((self.hb_1 + self.hb_3).subdiv, "Subdiv 1") self.assertTrue((self.hb_2 + self.hb_3).expand) self.assertSetEqual((self.hb_2 + self.hb_3).years, {2014, 2015}) self.assertSetEqual((self.hb_3 + self.hb_2).years, {2014, 2015}) self.hb_combined = sum(CountryStub1(subdiv=subdiv) for subdiv in CountryStub1.subdivisions) self.assertEqual(self.hb_combined.country, CountryStub1.country) self.assertEqual(self.hb_combined.subdiv, list(CountryStub1.subdivisions)) class TestInheritance(unittest.TestCase): def setUp(self): self.hb = CountryStub1() def test_custom_holidays(self): class CustomHolidays(CountryStub1): def _populate(self, year): super()._populate(year) self._add_holiday_jul_13("Ninja Turtle's Day") self._add_holiday_dec_31("New Year's Eve") del self[date(year, JAN, 1)] hb = CustomHolidays(years=(2014, 2020)) self.assertIn("2014-01-01", self.hb) self.assertNotIn("2014-01-01", hb) self.assertIn("2014-12-31", hb) self.assertNotIn("2014-12-31", self.hb) self.assertIn("2020-01-01", self.hb) self.assertNotIn("2020-01-01", hb) self.assertIn("2020-12-31", hb) self.assertNotIn("2020-12-31", self.hb) self.assertNotIn("2014-07-13", self.hb) self.assertIn("2014-07-13", hb) self.assertNotIn("2020-07-13", self.hb) self.assertIn("2020-07-13", hb) class TestKeyTransforms(unittest.TestCase): def setUp(self): self.hb = CountryStub1() def test_date(self): dt = date(2014, 1, 1) self.assertIn(dt, self.hb) self.assertEqual(self.hb[dt], "New Year's Day") dt = date(2014, 1, 3) self.hb[dt] = "Fake Holiday" self.assertIn(dt, self.hb) self.assertEqual(self.hb.pop(dt), "Fake Holiday") self.assertNotIn(dt, self.hb) def test_date_subclass(self): class CustomDateType(date): pass self.assertTrue(issubclass(CustomDateType, date)) self.assertIn(CustomDateType(2014, 1, 1), self.hb) self.assertNotIn(CustomDateType(2014, 1, 3), self.hb) def test_datetime(self): self.assertIn(datetime(2014, 1, 1, 13, 45), self.hb) self.assertEqual(self.hb[datetime(2014, 1, 1, 13, 45)], "New Year's Day") self.hb[datetime(2014, 1, 3, 1, 1)] = "Fake Holiday" self.assertIn(datetime(2014, 1, 3, 2, 2), self.hb) self.assertEqual(self.hb.pop(datetime(2014, 1, 3, 4, 4)), "Fake Holiday") self.assertNotIn(datetime(2014, 1, 3, 2, 2), self.hb) def test_exception(self): self.assertRaises((TypeError, ValueError), lambda: "abc" in self.hb) self.assertRaises((TypeError, ValueError), lambda: self.hb.get("abc123")) self.assertRaises(TypeError, lambda: self.hb.get({"123"})) self.assertRaises((TypeError, ValueError), self.hb.__setitem__, "abc", "Test") self.assertRaises((TypeError, ValueError), lambda: {} in self.hb) def test_string(self): self.assertIn("2014-01-01", self.hb) self.assertEqual(self.hb["2014-01-01"], "New Year's Day") self.assertIn("01/01/2014", self.hb) self.assertEqual(self.hb["01/01/2014"], "New Year's Day") self.hb["01/03/2014"] = "Fake Holiday" self.assertIn("01/03/2014", self.hb) self.assertNotIn("03/01/2014", self.hb) self.assertIn("2014-01-03", self.hb) self.assertNotIn("2014-03-01", self.hb) self.assertEqual(self.hb.pop("01/03/2014"), "Fake Holiday") def test_timestamp(self): self.assertIn(1388552400, self.hb) self.assertEqual(self.hb[1388552400], "New Year's Day") self.assertIn(1388552400.01, self.hb) self.assertEqual(self.hb[1388552400.01], "New Year's Day") self.hb[1388725200] = "Fake Holiday" self.assertIn(1388725201, self.hb) self.assertEqual(self.hb.pop(1388725202), "Fake Holiday") self.assertNotIn(1388725201, self.hb) class TestPop(unittest.TestCase): def setUp(self): self.hb = CountryStub1() def test_exception(self): self.assertRaises(KeyError, lambda: self.hb.pop("2014-01-02")) self.hb.pop("2014-01-01") self.assertRaises(KeyError, lambda: self.hb.pop("2014-01-01")) def test_success(self): self.assertFalse(self.hb.pop("2014-01-02", False)) self.assertTrue(self.hb.pop("2014-01-02", True)) self.assertIn("2014-01-01", self.hb) self.assertEqual(self.hb.pop("2014-01-01"), "New Year's Day") self.assertNotIn("2014-01-01", self.hb) class TestPopNamed(unittest.TestCase): def setUp(self): self.hb = CountryStub1() def test_exception(self): self.assertRaises(KeyError, lambda: self.hb.pop_named("New Year's Dayz")) self.assertIn("2014-01-01", self.hb) self.hb.pop_named("New Year's Day") self.assertRaises(KeyError, lambda: self.hb.pop_named("New Year's Day")) def test_single(self): self.assertIn("2014-01-01", self.hb) for dt in self.hb.pop_named("New Year's Day"): self.assertNotIn(dt, self.hb) def test_multiple(self): dt = date(2022, 2, 22) holiday_name_1 = "Holiday Name 1" holiday_name_2 = "Holiday Name 2" holiday_name_3 = "Holiday Name 3" combined_name = HOLIDAY_NAME_DELIMITER.join( (holiday_name_1, holiday_name_2, holiday_name_3) ) self.hb[dt] = holiday_name_1 self.hb[dt] = holiday_name_2 self.hb[dt] = holiday_name_3 self.assertEqual(self.hb[dt], combined_name) # Pop the entire date by multiple holidays exact name. self.hb.pop_named(combined_name) self.assertNotIn(dt, self.hb) # Pop only one holiday by a single name. self.hb[dt] = holiday_name_1 self.hb[dt] = holiday_name_2 self.hb[dt] = holiday_name_3 # 3 holidays names. self.assertEqual(self.hb[dt], combined_name) self.hb.pop_named(holiday_name_1) # 2 holiday names. self.assertEqual( self.hb[dt], HOLIDAY_NAME_DELIMITER.join((holiday_name_2, holiday_name_3)) ) self.hb.pop_named(holiday_name_3) # 1 holiday name. self.assertEqual(self.hb[dt], holiday_name_2) self.hb.pop_named(holiday_name_2) # 0 holiday names. self.assertNotIn(dt, self.hb) def test_partial(self): self.assertIn("2014-01-01", self.hb) for dt in self.hb.pop_named("N"): self.assertNotIn(dt, self.hb) self.assertRaises(KeyError, lambda: self.hb.pop_named("New Year")) def test_contains(self): self.assertIn("2022-01-01", self.hb) removed_dates = self.hb.pop_named("Day", lookup="contains") self.assertEqual(len(removed_dates), 6) self.assertNotIn("2022-01-01", self.hb) self.assertNotIn("2022-06-19", self.hb) self.assertNotIn("2022-06-20", self.hb) self.assertNotIn("2022-07-04", self.hb) self.assertNotIn("2022-12-25", self.hb) self.assertNotIn("2022-12-26", self.hb) def test_icontains(self): self.assertIn("2022-01-01", self.hb) removed_dates = self.hb.pop_named("day", lookup="icontains") self.assertEqual(len(removed_dates), 6) self.assertNotIn("2022-01-01", self.hb) self.assertNotIn("2022-06-19", self.hb) self.assertNotIn("2022-06-20", self.hb) self.assertNotIn("2022-07-04", self.hb) self.assertNotIn("2022-12-25", self.hb) self.assertNotIn("2022-12-26", self.hb) def test_exact(self): self.assertIn("2022-01-01", self.hb) removed_dates = self.hb.pop_named("Independence Day", lookup="exact") self.assertEqual(len(removed_dates), 1) self.assertNotIn("2022-07-04", self.hb) self.assertIn("2022-06-19", self.hb) self.assertIn("2022-06-20", self.hb) hb = CountryStub1(years=2025) hb["2024-02-02"] = "Big Groundhog Day; Groundhog Day" removed_dates = hb.pop_named("Groundhog Day", lookup="exact") self.assertEqual(len(removed_dates), 1) self.assertEqual(hb["2024-02-02"], "Big Groundhog Day") def test_iexact(self): self.assertIn("2022-01-01", self.hb) removed_dates = self.hb.pop_named("independence day", lookup="iexact") self.assertEqual(len(removed_dates), 1) self.assertNotIn("2022-07-04", self.hb) self.assertIn("2022-06-19", self.hb) self.assertIn("2022-06-20", self.hb) hb = CountryStub1(years=2025) hb["2024-02-02"] = "Big Groundhog Day; Groundhog Day" removed_dates = hb.pop_named("Groundhog day", lookup="iexact") self.assertEqual(len(removed_dates), 1) self.assertEqual(hb["2024-02-02"], "Big Groundhog Day") def test_startswith(self): self.assertIn("2022-01-01", self.hb) removed_dates = self.hb.pop_named("Independence", lookup="startswith") self.assertEqual(len(removed_dates), 1) self.assertNotIn("2022-07-04", self.hb) self.assertIn("2022-06-19", self.hb) self.assertIn("2022-06-20", self.hb) removed_dates = self.hb.pop_named("Christmas", lookup="startswith") self.assertEqual(len(removed_dates), 2) self.assertNotIn("2022-12-25", self.hb) self.assertNotIn("2022-12-26", self.hb) def test_istartswith(self): self.assertIn("2022-01-01", self.hb) removed_dates = self.hb.pop_named("independence", lookup="istartswith") self.assertEqual(len(removed_dates), 1) self.assertNotIn("2022-07-04", self.hb) self.assertIn("2022-06-19", self.hb) self.assertIn("2022-06-20", self.hb) removed_dates = self.hb.pop_named("christmas", lookup="istartswith") self.assertEqual(len(removed_dates), 2) self.assertNotIn("2022-12-25", self.hb) self.assertNotIn("2022-12-26", self.hb) class TestRepr(unittest.TestCase): def test_base(self): self.assertEqual(repr(HolidayBase()), "holidays.HolidayBase()") def test_country(self): self.assertEqual(repr(CountryStub1()), "holidays.country_holidays('CS1')") self.assertEqual( repr(CountryStub1(subdiv="Subdiv 1")), "holidays.country_holidays('CS1', subdiv='Subdiv 1')", ) def test_market(self): self.assertEqual(repr(MarketStub1()), "holidays.financial_holidays('MS1')") class TestSerialization(unittest.TestCase): def setUp(self): self.hb = CountryStub1() def test_pickle(self): dt = "2020-01-01" self.assertIn(dt, self.hb) loaded_holidays = pickle.loads(pickle.dumps(self.hb)) self.assertEqual(loaded_holidays, self.hb) self.assertIn(dt, self.hb) def test_pickle_localized_entity(self): for lang in ("uk", "en_US", None): ua = UA(language=lang) dt = "2021-01-01" self.assertIn(dt, self.hb) loaded_ua = pickle.loads(pickle.dumps(ua)) self.assertEqual(loaded_ua, ua) self.assertIn(dt, loaded_ua) class TestSpecialHolidays(unittest.TestCase): def setUp(self): self.hb = CountryStub1() def test_populate_special_holidays(self): self.assertSetEqual(self.hb.years, set()) self.hb._populate(1111) self.assertSetEqual(self.hb.years, {1111}) self.assertIn("1111-01-01", self.hb) self.assertIn("2222-02-02", self.hb) self.assertIn("3333-02-02", self.hb) self.assertSetEqual(self.hb.years, {1111, 2222, 3333}) class TestStandardMethods(unittest.TestCase): def setUp(self): self.hb = CountryStub1() def test_append(self): self.hb.append([date(2015, 4, 1), "2015-04-03"]) self.hb.append(date(2015, 4, 6)) self.hb.append("2015-04-07") for dt in ( "2015-01-01", "2015-04-01", "2015-04-03", "2015-04-06", "2015-04-07", "2015-12-25", ): self.assertIn(dt, self.hb) for dt in ( "2015-04-04", "2015-04-05", "2015-04-02", ): self.assertNotIn(dt, self.hb) def test_bool(self): self.assertFalse(self.hb) self.assertEqual(bool(self.hb), False) self.assertEqual(len(self.hb), 0) self.assertIn("2014-01-01", self.hb) self.assertTrue(self.hb) self.assertEqual(bool(self.hb), True) self.assertNotEqual(len(self.hb), 0) def test_contains(self): self.assertIn("2014-01-01", self.hb) self.assertNotIn("2014-01-03", self.hb) def test_copy(self): hb = CountryStub1() self.assertEqual(hb, hb.copy()) hb_fr = CountryStub1(language="fr") hb_xx = CountryStub1(language="xx") self.assertNotEqual(hb, hb_fr) self.assertNotEqual(hb.copy(), hb_fr.copy()) self.assertNotEqual(hb, hb_xx) self.assertNotEqual(hb.copy(), hb_xx.copy()) def test_get(self): self.assertEqual(self.hb.get("2014-01-01"), "New Year's Day") self.assertIsNone(self.hb.get("2014-01-03")) self.assertFalse(self.hb.get("2014-01-03", False)) self.assertTrue(self.hb.get("2014-01-03", True)) def test_getattr(self): self.hb._populate(2023) name = "Test" self.assertEqual(self.hb._add_holiday_3rd_mon_of_jun(name), date(2023, 6, 19)) self.assertEqual(self.hb._add_holiday_4th_fri_of_aug(name), date(2023, 8, 25)) self.assertEqual(self.hb._add_holiday_1st_wed_of_aug(name), date(2023, 8, 2)) self.assertEqual(self.hb._add_holiday_1st_mon_before_may_24(name), date(2023, 5, 22)) self.assertEqual(self.hb._add_holiday_1st_sun_from_aug_31(name), date(2023, 9, 3)) h_chr = CountryStub5() h_chr._populate(2023) self.assertEqual(h_chr._add_holiday_8_days_past_easter(name), date(2023, 4, 17)) self.assertEqual(h_chr._add_holiday_5_days_prior_easter(name), date(2023, 4, 4)) self.assertRaises(ValueError, lambda: self.hb._add_holiday_5th_fri_of_aug(name)) self.assertRaises(AttributeError, lambda: self.hb._add_holiday_4th_nam_of_aug(name)) self.assertRaises(AttributeError, lambda: self.hb._add_holiday_nam_12(name)) self.assertRaises(AttributeError, lambda: self.hb._add_holiday_1st_fri_before_nam_29(name)) self.assertRaises(AttributeError, lambda: self.hb._add_holiday_1st_fri_random_jan_29(name)) self.assertRaises(AttributeError, lambda: h_chr._add_holiday_18_days_past_eastr(name)) self.assertRaises(AttributeError, lambda: self.hb._add_holiday_fe_15(name)) self.assertRaises(AttributeError, lambda: self.hb._add_holiday_2_may_15(name)) self.assertRaises(AttributeError, lambda: self.hb._add_holiday_3th_su_of_aug(name)) self.assertRaises( AttributeError, lambda: self.hb._add_holiday_2_days_past_1st_sat_of_ap(name) ) self.assertRaises(AttributeError, lambda: self.hb._add_holiday_1st_sat_from_fe_10(name)) def test_getitem(self): self.assertEqual(self.hb["2014-01-01"], "New Year's Day") self.assertEqual(self.hb.get("2014-01-01"), "New Year's Day") self.assertIsNone(self.hb.get("2014-01-03")) self.assertRaises(KeyError, lambda: self.hb["2014-01-03"]) self.assertListEqual(self.hb["2013-12-31":"2014-01-02"], [date(2014, 1, 1)]) self.assertListEqual( self.hb["2013-12-24":"2014-01-02"], [date(2013, 12, 25), date(2014, 1, 1)] ) self.assertListEqual(self.hb["2013-12-25":"2014-01-02":3], [date(2013, 12, 25)]) self.assertListEqual( self.hb["2013-12-25":"2014-01-02":7], [date(2013, 12, 25), date(2014, 1, 1)] ) self.assertListEqual(self.hb["2014-01-02":"2013-12-30"], [date(2014, 1, 1)]) self.assertListEqual(self.hb["2014-01-02":"2013-12-25"], [date(2014, 1, 1)]) self.assertListEqual( self.hb["2014-01-02":"2013-12-24"], [date(2014, 1, 1), date(2013, 12, 25)] ) self.assertListEqual(self.hb["2014-01-01":"2013-12-24":3], [date(2014, 1, 1)]) self.assertListEqual( self.hb["2014-01-01":"2013-12-24":7], [date(2014, 1, 1), date(2013, 12, 25)] ) self.assertListEqual(self.hb["2013-12-31":"2014-01-02":-3], []) self.assertListEqual(self.hb["2014-01-01" : "2013-12-24" : td(days=3)], [date(2014, 1, 1)]) self.assertListEqual( self.hb["2014-01-01" : "2013-12-24" : td(days=7)], [date(2014, 1, 1), date(2013, 12, 25)], ) self.assertListEqual(self.hb["2013-12-31" : "2014-01-02" : td(days=3)], []) self.assertRaises(ValueError, lambda: self.hb["2014-01-01":]) self.assertRaises(ValueError, lambda: self.hb[:"2014-01-01"]) self.assertRaises(TypeError, lambda: self.hb["2014-01-01":"2014-01-02":""]) self.assertRaises(ValueError, lambda: self.hb["2014-01-01":"2014-01-02":0]) def test_radd(self): self.assertRaises(TypeError, lambda: 1 + CountryStub1()) def test_setitem(self): self.assertEqual(len(self.hb), 0) self.hb["2014-01-03"] = "Custom Holiday" self.assertGreater(len(self.hb), 0) self.assertIn("2014-01-03", self.hb) self.assertEqual(self.hb["2014-01-03"], "Custom Holiday") self.hb["2014-01-04"] = "Custom Holiday" self.hb["2014-01-04"] = "Custom Holiday; Another Custom Holiday" self.assertEqual(self.hb["2014-01-04"], "Another Custom Holiday; Custom Holiday") def test_update(self): self.hb.update( { "2015-01-10": "Custom Holiday", "2015-01-11": "Custom Holiday", } ) self.assertIn("2015-01-10", self.hb) self.assertIn("2015-01-11", self.hb) self.assertEqual(self.hb["2015-01-10"], "Custom Holiday") self.assertEqual(self.hb["2015-01-11"], "Custom Holiday") self.hb.update( { date(2015, 1, 10): "New Holiday", date(2015, 1, 11): "New Holiday", } ) self.assertIn(date(2015, 1, 10), self.hb) self.assertIn(date(2015, 1, 11), self.hb) self.assertEqual(self.hb["2015-01-10"], "Custom Holiday; New Holiday") self.assertEqual(self.hb["2015-01-11"], "Custom Holiday; New Holiday") class TestStr(unittest.TestCase): def test_country(self): hb = CountryStub1() self.assertEqual( str(hb), "{'country': CS1, 'expand': True, 'language': None, " "'market': None, 'observed': True, 'subdiv': None, " "'years': set()}", ) hb._populate(2013) self.assertEqual( str(hb), '{datetime.date(2013, 1, 1): "New Year\'s Day", ' "datetime.date(2013, 6, 19): 'Juneteenth National Independence Day', " "datetime.date(2013, 7, 4): 'Independence Day', " "datetime.date(2013, 11, 28): 'Thanksgiving', " "datetime.date(2013, 12, 25): 'Christmas Day'}", ) def test_market(self): self.assertEqual( str(MarketStub1()), "{'country': None, 'expand': True, 'language': None, " "'market': MS1, 'observed': True, 'subdiv': None, " "'years': set()}", ) class TestSubstitutedHolidays(unittest.TestCase): class CountryStub(CountryStub2, StaticHolidays): country = "HB" def __init__(self, cls, *args, **kwargs) -> None: StaticHolidays.__init__(self, cls) super().__init__(*args, **kwargs) def test_populate_substituted_holidays(self): hb = CountryStub1() self.assertTrue(hb.has_special_holidays) self.assertTrue(hb.has_substituted_holidays) hb._populate(1991) self.assertIn("1991-01-07", hb) self.assertIn("1991-01-08", hb) self.assertIn("12/01/1991", hb["1991-01-07"]) self.assertIn("13/01/1991", hb["1991-01-08"]) def test_no_substituted_date_format(self): class SubstitutedHolidays: special_public_holidays = { 1991: ( (JAN, 12, JAN, 7), (1991, JAN, 13, JAN, 8), ), } substituted_label = "From %s" self.assertRaises(ValueError, lambda: self.CountryStub(SubstitutedHolidays)) def test_no_substituted_holidays(self): class EmptySubstitutedHolidays: special_public_holidays = {} substituted_date_format = "%d/%m/%Y" substituted_label = "From %s" class NoSubstitutedHolidays: substituted_date_format = "%d/%m/%Y" substituted_label = "From %s" for cls in (EmptySubstitutedHolidays, NoSubstitutedHolidays): hb = self.CountryStub(cls=cls) self.assertFalse(hb.has_special_holidays) self.assertTrue(hb.has_substituted_holidays) hb._populate(1991) self.assertNotIn("1991-01-07", hb) self.assertNotIn("1991-01-08", hb) def test_no_substituted_label(self): class SubstitutedHolidays: special_public_holidays = { 1991: ( (JAN, 7, JAN, 12), (JAN, 8, JAN, 13, 1991), ), } substituted_date_format = "%d/%m/%Y" self.assertRaises(ValueError, lambda: self.CountryStub(SubstitutedHolidays)) class TestWorkdays(unittest.TestCase): def setUp(self): self.hb = CountryStub6(years=2024) def test_is_working_day(self): self.assertTrue(self.hb.is_working_day("2024-02-12")) self.assertFalse(self.hb.is_working_day("2024-02-17")) self.assertFalse(self.hb.is_working_day("2024-02-19")) self.assertTrue(self.hb.is_working_day("2024-02-24")) self.assertTrue(self.hb.is_working_day("2024-04-30")) self.assertFalse(self.hb.is_working_day("2024-05-01")) self.assertFalse(self.hb.is_working_day("2024-05-02")) self.assertTrue(self.hb.is_working_day("2024-05-03")) def test_get_nth_working_day(self): self.assertEqual(self.hb.get_nth_working_day("2024-01-04", 0), date(2024, 1, 4)) self.assertEqual(self.hb.get_nth_working_day("2024-01-04", +1), date(2024, 1, 5)) self.assertEqual(self.hb.get_nth_working_day("2024-01-04", +3), date(2024, 1, 9)) self.assertEqual(self.hb.get_nth_working_day("2024-01-06", +1), date(2024, 1, 8)) self.assertEqual(self.hb.get_nth_working_day("2024-01-26", -10), date(2024, 1, 12)) self.assertEqual(self.hb.get_nth_working_day("2024-01-21", -1), date(2024, 1, 19)) self.assertEqual(self.hb.get_nth_working_day("2024-02-15", +4), date(2024, 2, 22)) self.assertEqual(self.hb.get_nth_working_day("2024-02-15", +5), date(2024, 2, 23)) self.assertEqual(self.hb.get_nth_working_day("2024-02-15", +6), date(2024, 2, 24)) self.assertEqual(self.hb.get_nth_working_day("2024-02-15", +7), date(2024, 2, 26)) self.assertEqual(self.hb.get_nth_working_day("2024-02-26", -7), date(2024, 2, 15)) self.assertEqual(self.hb.get_nth_working_day("2024-02-25", -7), date(2024, 2, 15)) self.assertEqual(self.hb.get_nth_working_day("2024-04-29", +1), date(2024, 4, 30)) self.assertEqual(self.hb.get_nth_working_day("2024-04-29", +2), date(2024, 5, 3)) self.assertEqual(self.hb.get_nth_working_day("2024-04-29", +3), date(2024, 5, 6)) self.assertEqual(self.hb.get_nth_working_day("2024-04-29", +4), date(2024, 5, 7)) self.assertEqual(self.hb.get_nth_working_day("2024-05-10", -10), date(2024, 4, 24)) self.assertEqual(self.hb.get_nth_working_day("2024-05-10", -7), date(2024, 4, 29)) self.assertEqual(self.hb.get_nth_working_day("2024-05-10", -5), date(2024, 5, 3)) def test_get_working_days_count(self): self.assertEqual(self.hb.get_working_days_count("2024-01-03", "2024-01-23"), 15) self.assertEqual(self.hb.get_working_days_count("2024-01-23", "2024-01-03"), 15) self.assertEqual(self.hb.get_working_days_count("2024-01-06", "2024-01-07"), 0) self.assertEqual(self.hb.get_working_days_count("2024-01-16", "2024-01-16"), 1) self.assertEqual(self.hb.get_working_days_count("2024-02-08", "2024-02-15"), 6) self.assertEqual(self.hb.get_working_days_count("2024-02-15", "2024-02-22"), 5) self.assertEqual(self.hb.get_working_days_count("2024-02-22", "2024-02-29"), 7) self.assertEqual(self.hb.get_working_days_count("2024-04-29", "2024-05-03"), 3) self.assertEqual(self.hb.get_working_days_count("2024-04-29", "2024-05-04"), 3) self.assertEqual(self.hb.get_working_days_count("2024-04-29", "2024-05-05"), 3) self.assertEqual(self.hb.get_working_days_count("2024-04-29", "2024-05-06"), 4) class TestClosestHoliday(unittest.TestCase): def setUp(self): self.current_year = datetime.now().year self.next_year = self.current_year + 1 self.previous_year = self.current_year - 1 self.hb = CountryStub3(years=self.current_year) self.next_labor_day_year = ( self.current_year if datetime.now().date() < self.hb.get_named("Custom May 1st Holiday")[0] else self.next_year ) self.previous_labor_day_year = ( self.current_year if datetime.now().date() > self.hb.get_named("Custom May 1st Holiday")[0] else self.previous_year ) def test_get_closest_holiday_forward(self): self.assertEqual( self.hb.get_closest_holiday(f"{self.current_year}-01-01"), (date(self.current_year, 5, 1), "Custom May 1st Holiday"), ) self.assertEqual( self.hb.get_closest_holiday(f"{self.current_year}-04-30"), (date(self.current_year, 5, 1), "Custom May 1st Holiday"), ) self.assertEqual( self.hb.get_closest_holiday(f"{self.current_year}-05-01"), (date(self.current_year, 5, 2), "Custom May 2nd Holiday"), ) self.assertEqual( self.hb.get_closest_holiday(f"{self.current_year}-05-02"), (date(self.next_year, 5, 1), "Custom May 1st Holiday"), ) self.assertEqual( self.hb.get_closest_holiday(f"{self.next_year}-01-01"), (date(self.next_year, 5, 1), "Custom May 1st Holiday"), ) self.assertIn( self.hb.get_closest_holiday(), [ (date(self.next_labor_day_year, 5, 1), "Custom May 1st Holiday"), (date(self.next_labor_day_year, 5, 2), "Custom May 2nd Holiday"), ], ) def test_get_closest_holiday_backward(self): self.assertEqual( self.hb.get_closest_holiday(f"{self.current_year}-12-31", direction="backward"), (date(self.current_year, 5, 2), "Custom May 2nd Holiday"), ) self.assertEqual( self.hb.get_closest_holiday(f"{self.current_year}-05-02", direction="backward"), (date(self.current_year, 5, 1), "Custom May 1st Holiday"), ) self.assertEqual( self.hb.get_closest_holiday(f"{self.current_year}-04-30", direction="backward"), (date(self.previous_year, 5, 2), "Custom May 2nd Holiday"), ) self.assertEqual( self.hb.get_closest_holiday(f"{self.previous_year}-12-31", direction="backward"), (date(self.previous_year, 5, 2), "Custom May 2nd Holiday"), ) self.assertIn( self.hb.get_closest_holiday(direction="backward"), [ (date(self.previous_labor_day_year, 5, 2), "Custom May 2nd Holiday"), (date(self.current_year, 5, 1), "Custom May 1st Holiday"), ], ) def test_get_closest_holiday_corner_cases(self): us = US() # check for date before start of calendar self.assertIsNone(us.get_closest_holiday("1777-01-01", direction="backward")) # check for date after end of calendar self.assertIsNone(us.get_closest_holiday("2100-12-31")) def test_get_closest_holiday_after_empty_year(self): ua = UA(years=2025) # check for date if a year has no holidays ua._add_holiday_jan_1("Custom holiday") self.assertEqual( ua.get_closest_holiday("2022-03-08"), (date(2025, 1, 1), "Custom holiday") ) def test_get_closest_holiday_unsorted_calendars(self): us_calendar = US(years=2024) self.assertEqual( us_calendar.get_closest_holiday(date(2024, 2, 1)), (date(2024, 2, 19), "Washington's Birthday"), ) # check for date before start of calendar self.assertEqual( us_calendar.get_closest_holiday(date(2024, 2, 1), direction="backward"), (date(2024, 1, 15), "Martin Luther King Jr. Day"), ) def test_get_closest_holiday_invalid_direction(self): self.assertRaises( AttributeError, lambda: HolidayBase().get_closest_holiday(direction="invalid") ) holidays-0.71/tests/test_holiday_groups.py000066400000000000000000000120521500152103600210510ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.calendars.thai import KHMER_CALENDAR from holidays.groups import ( BalineseSakaCalendarHolidays, ChristianHolidays, InternationalHolidays, PersianCalendarHolidays, ThaiCalendarHolidays, ) from holidays.holiday_base import HolidayBase class TestBalineseSakaCalendarHolidays(TestCase): def test_add_balinese_saka_calendar_holiday(self): # Check for out-of-range dates. class TestHolidays(HolidayBase, BalineseSakaCalendarHolidays): end_year = 2051 def __init__(self, *args, **kwargs): BalineseSakaCalendarHolidays.__init__(self) super().__init__(*args, **kwargs) test_holidays = TestHolidays() test_holidays._populate(2051) test_holidays._add_nyepi("Day of Silence") self.assertEqual(0, len(test_holidays)) class TestChristianHolidays(TestCase): def test_check_calendar(self): self.assertRaises(ValueError, lambda: ChristianHolidays("INVALID_CALENDAR")) def test_add_christmas_day_three(self): class TestHolidays(HolidayBase, ChristianHolidays): def __init__(self, *args, **kwargs): ChristianHolidays.__init__(self) super().__init__(*args, **kwargs) def _populate(self, year): super()._populate(year) test_holidays = TestHolidays() test_holidays._populate(2022) test_holidays._add_christmas_day_three("Third day") self.assertIn("2022-12-27", test_holidays) self.assertEqual(1, len(test_holidays)) class TestInternationalHolidays(TestCase): def test_add_childrens_day(self): class TestHolidays(HolidayBase, InternationalHolidays): def __init__(self, *args, **kwargs): InternationalHolidays.__init__(self) super().__init__(*args, **kwargs) test_holidays = TestHolidays() test_holidays._populate(2022) test_holidays._add_childrens_day("Children's Day (November 20)", "NOV") self.assertIn("2022-11-20", test_holidays) self.assertEqual(1, len(test_holidays)) self.assertRaises( ValueError, lambda: test_holidays._add_childrens_day("Invalid", "INVALID_TYPE") ) class TestPersianCalendarHolidays(TestCase): def test_add_persian_calendar_holiday(self): # Check for out-of-range dates. class TestHolidays(HolidayBase, PersianCalendarHolidays): end_year = 2102 def __init__(self, *args, **kwargs): PersianCalendarHolidays.__init__(self) super().__init__(*args, **kwargs) test_holidays = TestHolidays() test_holidays._populate(2102) test_holidays._add_nowruz_day("Persian New Year") test_holidays._add_islamic_republic_day("Islamic Republic Day") test_holidays._add_natures_day("Nature's Day") test_holidays._add_death_of_khomeini_day("Death of Khomeini") test_holidays._add_khordad_uprising_day("Khordad National Uprising") test_holidays._add_islamic_revolution_day("Islamic Revolution Day") test_holidays._add_oil_nationalization_day("Iranian Oil Industry Nationalization Day") self.assertEqual(0, len(test_holidays)) class TestThaiCalendarHolidays(TestCase): def test_add_thai_calendar_holiday(self): # Check for out-of-range dates. class TestHolidays(HolidayBase, ThaiCalendarHolidays): end_year = 2158 def __init__(self, *args, **kwargs): ThaiCalendarHolidays.__init__(self) super().__init__(*args, **kwargs) test_holidays = TestHolidays() test_holidays._populate(2158) test_holidays._add_asarnha_bucha("Asarnha Bucha") test_holidays._add_boun_haw_khao_padapdin("Boun Haw Khao Padapdin") test_holidays._add_boun_haw_khao_salark("Boun Haw Khao Salark") test_holidays._add_boun_suang_heua("Boun Suang Huea") test_holidays._add_khao_phansa("Khao Phansa") test_holidays._add_loy_krathong("Loy Krathong") test_holidays._add_makha_bucha("Makha Bucha") test_holidays._add_makha_bucha("Meak Bochea", KHMER_CALENDAR) test_holidays._add_ok_phansa("Ok Phansa") test_holidays._add_pchum_ben("Pchum Ben") test_holidays._add_preah_neangkoal("Royal Ploughing Ceremony (Cambodia)") test_holidays._add_visakha_bucha("Visakha Bucha") test_holidays._add_visakha_bucha("Visaka Bochea", KHMER_CALENDAR) self.assertEqual(0, len(test_holidays)) holidays-0.71/tests/test_ical.py000066400000000000000000000454441500152103600167440ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import os import tempfile from datetime import date, datetime from unittest import TestCase from unittest.mock import patch, MagicMock from holidays import country_holidays, financial_holidays from holidays.holiday_base import HolidayBase from holidays.ical import CONTENT_LINE_DELIMITER, CONTENT_LINE_MAX_LENGTH, ICalExporter class MockHolidays(HolidayBase): def __init__(self, language: str = "en"): super().__init__() self.language = language self.supported_languages = (language,) def _add_custom_holiday(self, name: str, dt: date = date(2024, 1, 1), year: int = 2024): super()._populate(year) self._add_holiday(name, dt) return self class MockDatetime(datetime): @classmethod def now(cls, tz=None): return cls(2023, 1, 1, 11, 25, 47, tzinfo=tz if tz else None) class TestIcalExporter(TestCase): def setUp(self): self.exporter = ICalExporter(None) self.exporter.generate = MagicMock(return_value=b"BEGIN:VCALENDAR...END:VCALENDAR") self.id_holidays = country_holidays("ID", years=2000, language="en_US") self.jp_holidays = country_holidays("JP", years=2000, language="ja") self.th_holidays = country_holidays("TH", years=2024) self.us_holidays = country_holidays("US", years=2024) self.id_exporter = ICalExporter(self.id_holidays) self.jp_exporter = ICalExporter(self.jp_holidays) self.th_exporter = ICalExporter(self.th_holidays) self.us_exporter = ICalExporter(self.us_holidays) def _assert_line_lengths(self, holiday_name): test_holidays = MockHolidays()._add_custom_holiday(holiday_name) lines = ICalExporter(test_holidays).generate().split(CONTENT_LINE_DELIMITER) previous_line = None for line in lines: self.assertLessEqual( len(line.encode()), CONTENT_LINE_MAX_LENGTH, f"Content line exceeds RFC 5545 content line length: {repr(line)}", ) # If continuation line (starts with a space). if line.startswith(" "): self.assertIsNot( previous_line, None, f"Continuation line found without a preceding line: {repr(line)}", ) previous_line = line def _assert_byte_output(self, exporter, expected_bytes): output = exporter.generate(return_bytes=True) self.assertIsInstance(output, bytes) self.assertIn(expected_bytes, output.split(CONTENT_LINE_DELIMITER.encode())) def _assert_special_char_handling(self, escaped_name, sanitized_name): test_holidays = MockHolidays()._add_custom_holiday(escaped_name) output = ICalExporter(test_holidays).generate() self.assertIn( f"SUMMARY:{sanitized_name}\r\n", output, f"Failed for holiday name: {escaped_name}", ) def _assert_valid_language_code(self, language_name): language_name = language_name.replace("_", "-") test_holidays = MockHolidays(language=language_name)._add_custom_holiday("Test") output = ICalExporter(test_holidays, show_language=True).generate() self.assertIn( f"SUMMARY;LANGUAGE={language_name}:Test\r\n", output, f"Failed to find holiday with language name: {language_name}", ) def _assert_invalid_language_code(self, language_name): language_name = language_name.replace("_", "-") test_holidays = MockHolidays(language=language_name)._add_custom_holiday("Test") with self.assertRaises(ValueError) as context: ICalExporter(test_holidays, show_language=True).generate() self.assertEqual( str(context.exception), ( f"Invalid language tag: '{language_name}'. Expected format follows " "ISO 639-1 or ISO 639-2, e.g., 'en', 'en-US'. For more details, " "refer to: https://www.loc.gov/standards/iso639-2/php/code_list.php." ), ) def _assert_holidaysum_language(self, holidays, language_name): exporter = ICalExporter(holidays, show_language=True) lines = exporter.generate().split(CONTENT_LINE_DELIMITER) for line in lines: if line.startswith("SUMMARY"): self.assertIn( f"SUMMARY;LANGUAGE={language_name}:", line, f"Failed to find holiday with language name: {language_name}", ) def _assert_language_not_provided(self, holidays): with self.assertRaises(ValueError) as context: ICalExporter(holidays, show_language=True) self.assertEqual( str(context.exception), "LANGUAGE cannot be included because the language code is missing.", ) def test_basic_calendar_structure(self): output = self.us_exporter.generate() # iCalendar File Header. self.assertIn("BEGIN:VCALENDAR", output) self.assertIn("PRODID:", output) self.assertIn("VERSION:2.0", output) self.assertIn("CALSCALE:GREGORIAN", output) self.assertIn("END:VCALENDAR", output) # iCalendar's individual `VEVENT`. self.assertIn("BEGIN:VEVENT", output) self.assertIn("DTSTAMP:", output) self.assertIn("UID:", output) self.assertIn("SUMMARY:New Year's Day", output) self.assertIn("DTSTART;VALUE=DATE:20240101", output) self.assertIn("DURATION:P1D", output) self.assertIn("END:VEVENT", output) @patch("holidays.ical.datetime", MockDatetime) def test_ical_timestamp(self): # The whole .ics output should use the same DTSTAMP. expected_timestamp = "20230101T112547Z" exporter = ICalExporter(self.us_holidays) output = exporter.generate() lines = output.splitlines() for line in lines: if line.startswith("DTSTAMP:"): self.assertIn( expected_timestamp, line, f"Expected DTSTAMP to contain {expected_timestamp}, but got {line}", ) def test_valid_language_code(self): # Primary Code. self._assert_valid_language_code("th") self._assert_valid_language_code("pap") # Primary Code with Region. self._assert_valid_language_code("en_US") self._assert_valid_language_code("pap_AW") def test_invalid_language_code(self): # Invalid structures. self._assert_invalid_language_code("123-en") self._assert_invalid_language_code("en--US") # Capitalization. self._assert_invalid_language_code("EN-US") self._assert_invalid_language_code("en-us") self._assert_invalid_language_code("EN-us") # Over lang char limit. self._assert_invalid_language_code("polynesian") # Non-ASCII alphanum. self._assert_invalid_language_code("ไทย") # Gibberish. self._assert_invalid_language_code("abc-!@#") # Valid RFC 5646 codes but not ISO 639. self._assert_invalid_language_code("i-klingon") self._assert_invalid_language_code("es-419") self._assert_invalid_language_code("zh_Hant") self._assert_invalid_language_code("sl-rozaj") self._assert_invalid_language_code("de-CH-1996") self._assert_invalid_language_code("az-Latn-AZ") self._assert_invalid_language_code("en-US-u-co-emoji") self._assert_invalid_language_code("ja-JP-u-ca-japanese") self._assert_invalid_language_code("x-mobile") def test_show_language_combined_holidays_list(self): # HolidaySum init (language provided for both). my_holidays = country_holidays("MY", years=2024, language="en_US") combined_holidays = my_holidays + self.id_holidays self._assert_holidaysum_language(combined_holidays, "en-US") # HolidaySum add (language provided for both). sg_holidays = country_holidays("SG", years=2024, language="en_US") combined_holidays += sg_holidays self._assert_holidaysum_language(combined_holidays, "en-US") # HolidaySum (one was not provide language, but default_language exists). jp_holidays = country_holidays("JP", years=2000, language="th") combined_holidays = self.th_holidays + jp_holidays self._assert_holidaysum_language(combined_holidays, "th") def test_show_language_true_language_code_none(self): # Neither language nor default_language param exists. nyse_holidays = financial_holidays("NYSE", years=2024) self._assert_language_not_provided(nyse_holidays) # Combined Holidays List, one of them is None -> language got set to None. self._assert_language_not_provided(nyse_holidays + self.jp_holidays) # Combined Holidays List, different language -> language got set to None. self._assert_language_not_provided(self.th_holidays + self.jp_holidays) def test_multiple_holidays_same_date(self): # "วันพ่อแห่งชาติ" and "วันชาติ" are both on DEC 5th. output = self.th_exporter.generate() self.assertIn("SUMMARY:วันพ่อแห่งชาติ", output) self.assertIn("SUMMARY:วันชาติ", output) def test_single_holiday_multiple_date_continuous(self): # 3x "วันสงกรานต์", 1x "ชดเชยวันสงกรานต์". output = self.th_exporter.generate() songkran_count = output.count("SUMMARY:วันสงกรานต์\r\n") self.assertEqual(songkran_count, 1) self.assertIn("DTSTART;VALUE=DATE:20240413\r\n", output) self.assertIn("DURATION:P3D\r\n", output) def test_single_holiday_multiple_date_continuous_overlap(self): # "День міжнародної солідарності трудящих" x2 # but 2005-05-01 got "Великдень (Пасха)" as well. ua_holidays = country_holidays("UA", years=2005) output = ICalExporter(ua_holidays).generate() labor_day_count = output.count("SUMMARY:День міжнародної солідарності трудя\r\n щих\r\n") self.assertEqual(labor_day_count, 1) self.assertIn("DTSTART;VALUE=DATE:20050501\r\n", output) self.assertIn("DURATION:P2D\r\n", output) def test_single_holiday_multiple_date_noncontinuous(self): # 2x "Eid al-Fitr", 2x "Eid al-Fitr Second Day". output = self.id_exporter.generate() eid_al_fitr_count = output.count("SUMMARY:Eid al-Fitr\r\n") self.assertEqual(eid_al_fitr_count, 2) eid_duration_count = output.count("DURATION:P1D\r\n") self.assertGreaterEqual(eid_duration_count, 2, "Expected at least 2 single-day events") def test_generate_from_combined_holidays_list(self): # All 3 "New Year's Day" should be merged into 1 single instance. cn_holidays = country_holidays("CN", years=2024, language="en_US") jp_holidays = country_holidays("JP", years=2024, language="en_US") kr_holidays = country_holidays("KR", years=2024, language="en_US") east_asia_holidays = cn_holidays + jp_holidays + kr_holidays output = ICalExporter(east_asia_holidays).generate() new_years_day_count = output.count("SUMMARY:New Year's Day\r\n") self.assertEqual(new_years_day_count, 1) self.assertIn("DTSTART;VALUE=DATE:20240101\r\n", output) def test_escape_character_holiday_names(self): # Default case, no action taken. self._assert_special_char_handling("Fête Nationale", "Fête Nationale") # SINGLE QUOTES, no action taken. self._assert_special_char_handling("Single 'Quotes' Holiday", "Single 'Quotes' Holiday") # DOUBLE QUOTES, no action taken. self._assert_special_char_handling('Double "Quotes" Holiday', 'Double "Quotes" Holiday') # COMMA. self._assert_special_char_handling( "Dia de Portugal, de Camões e das Comunidades Portuguesas", "Dia de Portugal\\, de Camões e das Comunidades Portuguesas", ) # COLON. self._assert_special_char_handling("Special: Holiday Event", "Special\\: Holiday Event") # BACKSLASH. self._assert_special_char_handling("Backslash\\Holiday", "Backslash\\\\Holiday") # SEMICOLON is used as a delimiter in HolidayBase (HOLIDAY_NAME_DELIMITER = "; "), # so a name with a semicolon gets split into two separate `VEVENT`s. self._assert_special_char_handling("Christmas; Celebration", "Celebration") def test_localized_holiday_names(self): output = self.jp_exporter.generate() self.assertIn("SUMMARY:元日\r\n", output) def test_empty_holidays(self): exporter = ICalExporter(country_holidays("TH", years=1800)) output = exporter.generate() # iCalendar File Header. self.assertIn("BEGIN:VCALENDAR", output) self.assertIn("PRODID:", output) self.assertIn("VERSION:2.0", output) self.assertIn("CALSCALE:GREGORIAN", output) self.assertIn("END:VCALENDAR", output) # Verify no `VEVENT`s are generated for empty holiday set. self.assertNotIn("BEGIN:VEVENT", output) self.assertNotIn("DTSTAMP:", output) self.assertNotIn("UID:", output) self.assertNotIn("SUMMARY:", output) self.assertNotIn("DTSTART;", output) self.assertNotIn("DURATION:", output) self.assertNotIn("END:VEVENT", output) def test_line_folding_edge_cases(self): # 74 octets. line_74_bytes = "x" * 66 self._assert_line_lengths(line_74_bytes) # 75 octets. exact_75_bytes = "x" * 72 + "あ" self._assert_line_lengths(exact_75_bytes) # 76 octets. needs_adjustment = "x" * 73 + "あ" self._assert_line_lengths(needs_adjustment) def test_long_holiday(self): # ASCII-only ascii_fold_test = ( "Krungthepmahanakhon Amonrattanakosin Mahintharayutthaya Mahadilokphop " "Noppharatratchathaniburirom Udomratchaniwetmahasathan Amonphimanawatansathit " "Sakkathattiyawitsanukamprasit" ) self._assert_line_lengths(ascii_fold_test) # UTF-8 utf8_fold_test = ( "กรุงเทพมหานคร อมรรัตนโกสินทร์ มหินทรายุธยา มหาดิลกภพ นพรัตนราชธานีบูรีรมย์ " "อุดมราชนิเวศน์มหาสถาน อมรพิมานอวตารสถิต สักกะทัตติยวิษณุกรรมประสิทธิ์" ) self._assert_line_lengths(utf8_fold_test) # Emojis test (Unicode codepoints for emojis) emoji_fold_test = "🎉🎊🎈🎁🎀✨🌟🌈🍀🐶🐱🦄🐯🐯🦄💥🌍🌎🌏🎶🎵🎧🎤🎬🎼🎷🎸" self._assert_line_lengths(emoji_fold_test) # Multi-codepoint graphemes (combinations of accents and other modifiers) grapheme_fold_test = "áèîöũčñ𝒜𝒩𝒲👩‍🚀👨‍🍳👩‍🔬👨‍🎤👩‍🎨👨‍🚒" self._assert_line_lengths(grapheme_fold_test) def test_return_bytes(self): self._assert_byte_output(self.us_exporter, b"SUMMARY:New Year's Day") self._assert_byte_output(self.jp_exporter, b"SUMMARY:\xe5\x85\x83\xe6\x97\xa5") def test_crlf_line_endings(self): output = self.th_exporter.generate() lines = output.splitlines(True) for line in lines: self.assertTrue( line.endswith(CONTENT_LINE_DELIMITER), f"Line did not end with CRLF: {repr(line)}" ) def test_unique_uid_generation(self): # 1st generation should yield unique UUIDs for each VEVENT. output = self.us_exporter.generate() uids = [line for line in output.split(CONTENT_LINE_DELIMITER) if line.startswith("UID:")] self.assertEqual(len(uids), len(set(uids)), "Duplicate UIDs found in iCal output.") # 2nd generation should yield different UUIDs. output_2 = self.us_exporter.generate() uids_2 = [ line for line in output_2.split(CONTENT_LINE_DELIMITER) if line.startswith("UID:") ] self.assertEqual(len(uids_2), len(set(uids_2)), "Duplicate UIDs found in 2nd iCal output.") # Ensure that there is no overlap at all between UIDs from both attempt. self.assertTrue(set(uids).isdisjoint(set(uids_2)), "Some UIDs are reused") def test_save_ics_valid_path(self): with tempfile.TemporaryDirectory() as valid_path: file_path = os.path.join(valid_path, "test_calendar.ics") self.us_exporter.save_ics(file_path=file_path) self.assertTrue(os.path.exists(file_path), f"File should be created at {file_path}") def test_save_ics_empty_content(self): self.exporter.generate = MagicMock(return_value=b"") with tempfile.NamedTemporaryFile(suffix=".ics") as temp_file: with self.assertRaises(ValueError) as context: self.exporter.save_ics(file_path=temp_file.name) self.assertEqual(str(context.exception), "Generated content is empty or invalid.") def test_save_ics_file_overwrite(self): with tempfile.NamedTemporaryFile(suffix=".ics", delete=False) as temp_file: temp_file.write(b"Old content") temp_file.close() self.us_exporter.save_ics(file_path=temp_file.name) with open(temp_file.name) as file: new_content = file.read() self.assertNotEqual(new_content, "Old content", "The file was not overwritten.") self.assertIn("BEGIN:VCALENDAR", new_content, "New content is not valid iCalendar") os.remove(temp_file.name) def test_save_ics_with_utf8_name(self): with tempfile.NamedTemporaryFile( prefix="test_ปฏิทิน", suffix=".ics", delete=False ) as temp_file: temp_file.close() self.th_exporter.save_ics(file_path=temp_file.name) self.assertTrue( os.path.exists(temp_file.name), "File should be created with special characters in the name.", ) os.remove(temp_file.name) holidays-0.71/tests/test_imports.py000066400000000000000000000027371500152103600175270ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase import holidays class TestHolidaysImports(TestCase): def assertImport(self, name): # noqa: N802 self.assertTrue(hasattr(holidays, name), f"Import error: `from holidays import {name}`") def test_constants(self): for name in ( "MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN", "WEEKEND", ): self.assertImport(name) def test_holidays_base(self): for name in ("DateLike", "HolidayBase", "HolidaySum"): self.assertImport(name) def test_utils(self): for name in ( "country_holidays", "CountryHoliday", "financial_holidays", "list_localized_countries", "list_localized_financial", "list_supported_countries", "list_supported_financial", ): self.assertImport(name) holidays-0.71/tests/test_l10n.py000066400000000000000000000061071500152103600165770ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import os import re import unittest from pathlib import Path from unittest import mock from polib import pofile as create_po_file import holidays class TestLocalization(unittest.TestCase): @mock.patch.dict(os.environ, {"LANGUAGE": "en_US"}) def test_language_unavailable_en_us(self): self.assertEqual(os.environ["LANGUAGE"], "en_US") ca_xx = holidays.country_holidays("CA", language="xx") self.assertEqual(ca_xx["2022-01-01"], "New Year's Day") @mock.patch.dict(os.environ, {"LANGUAGE": "pl"}) def test_language_unavailable_pl(self): self.assertEqual(os.environ["LANGUAGE"], "pl") pl_xx = holidays.country_holidays("PL", language="xx") self.assertEqual(pl_xx["2022-01-01"], "Nowy Rok") def test_localization(self): tests_dir = Path(__file__).parent locale_dir = tests_dir.parent / "holidays" / "locale" for po_path in sorted(Path(locale_dir).rglob("*.po")): try: po_file = create_po_file(po_path, check_for_duplicates=True) except ValueError as e: # Make sure no duplicated entries added. match = re.match(r"Entry (.*) already exists", str(e)) self.assertEqual( 0, len(match.groups()), f"Entry `{match.group(1)}` already exists in {po_path}. " "Please remove the duplicate.", ) raise e # Collect `` part from # holidays/locale//LC_MESSAGES/.po. entity_code = po_path.stem # Collect `` part from # holidays/locale//LC_MESSAGES/.po. language = po_path.parts[-3] entity = getattr(holidays, entity_code) # Skip original language files. if entity.default_language == language: continue # Make sure no entries left unlocalized. coverage = po_file.percent_translated() self.assertEqual( 100, coverage, f"The {entity_code} {language} localization is incomplete ({coverage}% < 100%)", ) # Make sure no obsolete entries left. obsolete_entries = po_file.obsolete_entries() self.assertFalse( obsolete_entries, f"The {entity_code} {language} localization contains obsolete entries: " f"{', '.join(oe.msgid for oe in obsolete_entries)}", ) holidays-0.71/tests/test_observed_holiday_base.py000066400000000000000000000035741500152103600223460ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from datetime import date from unittest import TestCase from holidays.calendars.gregorian import MON, SUN from holidays.observed_holiday_base import ObservedHolidayBase, ObservedRule class TestObservedHolidayBase(TestCase): SUNDAY = date(2024, 5, 12) MONDAY = date(2024, 5, 13) SUN_TO_NONE = ObservedRule({SUN: None}) MON_TO_TUE = ObservedRule({MON: +1}) def setUp(self): self.ohb = ObservedHolidayBase(observed_rule=ObservedRule({MON: None})) self.ohb.observed_label = "%s (Observed Label)" self.ohb._populate(2024) def test_get_observed_date(self): self.assertIsNone(self.ohb._get_observed_date(self.SUNDAY, rule=self.SUN_TO_NONE)) def test_observed_rules(self): self.assertEqual( (False, None), self.ohb._add_observed( self.ohb._add_holiday("Test Holiday", self.SUNDAY), rule=self.SUN_TO_NONE ), ) self.assertEqual( (True, date(2024, 5, 14)), self.ohb._add_observed( self.ohb._add_holiday("Test Holiday", self.MONDAY), rule=self.MON_TO_TUE ), ) self.assertEqual( dict(self.ohb), { date(2024, 5, 13): "Test Holiday", date(2024, 5, 14): "Test Holiday (Observed Label)", }, self.ohb, ) holidays-0.71/tests/test_package.py000066400000000000000000000032741500152103600174220ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import sys if sys.version_info >= (3, 10): from importlib.metadata import metadata else: from importlib_metadata import metadata from unittest import TestCase import holidays class TestPackage(TestCase): def test_metadata(self): ph_metadata = metadata("holidays") for attr_name, attr_value in { "name": "holidays", "summary": "Open World Holidays Framework", "version": holidays.__version__, }.items(): self.assertIn(attr_name, ph_metadata) self.assertEqual(ph_metadata[attr_name], attr_value, attr_name) for attr_name in ( "classifier", "description", "keywords", "license-expression", "license-file", "maintainer", "project-url", "requires-python", ): self.assertIn(attr_name, ph_metadata) self.assertTrue(ph_metadata[attr_name], attr_name) if attr_name == "maintainer": for maintainer in ("Arkadii Yakovets", "Panpakorn Siripanich", "Serhii Murza"): self.assertIn(maintainer, ph_metadata["maintainer"]) holidays-0.71/tests/test_registry.py000066400000000000000000000116271500152103600177000ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import importlib import inspect import warnings from unittest import TestCase import pytest import holidays from holidays import countries, financial, registry from tests.common import PYTHON_LATEST_SUPPORTED_VERSION, PYTHON_VERSION class TestEntityLoader(TestCase): @pytest.mark.skipif( PYTHON_VERSION != PYTHON_LATEST_SUPPORTED_VERSION, reason="Run once on the latest Python version only", ) def test_countries_imports(self): warnings.simplefilter("ignore") loader_entities = set() for module, entities in registry.COUNTRIES.items(): module = importlib.import_module(f"holidays.countries.{module}") for entity in entities: countries_cls = getattr(countries, entity) loader_cls = getattr(holidays, entity) module_cls = getattr(module, entity) self.assertIsNotNone(countries_cls, entity) self.assertIsNotNone(loader_cls, entity) self.assertIsNotNone(module_cls, entity) self.assertEqual(countries_cls, module_cls) self.assertIsInstance(loader_cls, registry.EntityLoader) self.assertIsInstance(loader_cls(), countries_cls) self.assertIsInstance(loader_cls(), module_cls) loader_entities.add(loader_cls.__name__) countries_entities = { entity[0] for entity in inspect.getmembers(countries, inspect.isclass) } self.assertEqual( countries_entities, loader_entities, "Registry entities and countries entities don't match: " f"{countries_entities.difference(loader_entities)}", ) def test_country_str(self): self.assertEqual( str(registry.EntityLoader("holidays.countries.united_states.US")), "A lazy loader for . " "For inheritance please use the " "'holidays.countries.united_states.US' class directly.", ) @pytest.mark.skipif( PYTHON_VERSION != PYTHON_LATEST_SUPPORTED_VERSION, reason="Run once on the latest Python version only", ) def test_financial_imports(self): loader_entities = set() for module, entities in registry.FINANCIAL.items(): module = importlib.import_module(f"holidays.financial.{module}") for entity in entities: financial_cls = getattr(financial, entity) loader_cls = getattr(holidays, entity) module_cls = getattr(module, entity) self.assertIsNotNone(financial_cls, entity) self.assertIsNotNone(loader_cls, entity) self.assertIsNotNone(module_cls, entity) self.assertEqual(financial_cls, module_cls) self.assertIsInstance(loader_cls, registry.EntityLoader) self.assertIsInstance(loader_cls(), financial_cls) self.assertIsInstance(loader_cls(), module_cls) loader_entities.add(loader_cls.__name__) financial_entities = { entity[0] for entity in inspect.getmembers(financial, inspect.isclass) } self.assertEqual( financial_entities, loader_entities, "Registry entities and financial entities don't match: " f"{financial_entities.difference(loader_entities)}", ) def test_financial_str(self): self.assertEqual( str(registry.EntityLoader("holidays.financial.ny_stock_exchange.NYSE")), "A lazy loader for " ". " "For inheritance please use the " "'holidays.financial.ny_stock_exchange.NYSE' class directly.", ) def test_inheritance(self): def create_instance(parent): class SubClass(parent): pass return SubClass() for cls in (holidays.UnitedStates, holidays.US, holidays.USA): self.assertIsInstance(cls, holidays.registry.EntityLoader) with self.assertRaises(TypeError): create_instance(cls) for cls in ( holidays.countries.UnitedStates, holidays.countries.US, holidays.countries.USA, ): self.assertIsInstance(create_instance(cls), holidays.countries.UnitedStates) holidays-0.71/tests/test_utils.py000066400000000000000000000210311500152103600171560ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) import unittest import warnings from datetime import date from pathlib import Path from unittest import mock import pytest import holidays from holidays.utils import ( CountryHoliday, country_holidays, financial_holidays, list_localized_countries, list_localized_financial, list_supported_countries, list_supported_financial, ) from tests.common import PYTHON_LATEST_SUPPORTED_VERSION, PYTHON_VERSION class TestCountryHolidays(unittest.TestCase): def setUp(self): self.holidays = country_holidays("US") def test_country(self): self.assertEqual(self.holidays.country, "US") def test_country_single_year(self): h = country_holidays("US", years=2021) self.assertEqual(h.years, {2021}) def test_country_years(self): h = country_holidays("US", years=(2015, 2016)) self.assertEqual(h.years, {2015, 2016}) def test_country_state(self): h = country_holidays("US", subdiv="NY") self.assertEqual(h.subdiv, "NY") def test_country_province(self): h = country_holidays("AU", subdiv="NT") self.assertEqual(h.subdiv, "NT") def test_exceptions(self): self.assertRaises(NotImplementedError, lambda: country_holidays("XXXX")) self.assertRaises(NotImplementedError, lambda: country_holidays("US", subdiv="XXXX")) self.assertRaises(NotImplementedError, lambda: country_holidays("US", subdiv="XXXX")) def test_country_holiday_class_deprecation(self): with warnings.catch_warnings(record=True) as ctx: warnings.simplefilter("always") CountryHoliday("IT") warning = ctx[0] self.assertTrue(issubclass(warning.category, DeprecationWarning)) self.assertIn("CountryHoliday is deprecated", str(warning.message)) class TestFinancialHolidays(unittest.TestCase): def setUp(self): self.holidays = financial_holidays("XNYS") def test_market(self): self.assertEqual(self.holidays.market, "XNYS") def test_market_single_year(self): h = financial_holidays("XNYS", years=2021) self.assertEqual(h.years, {2021}) def test_market_years(self): h = financial_holidays("XNYS", years=(2015, 2016)) self.assertEqual(h.years, {2015, 2016}) def test_exceptions(self): self.assertRaises(NotImplementedError, lambda: financial_holidays("XXXX")) self.assertRaises(NotImplementedError, lambda: financial_holidays("XNYS", subdiv="XXXX")) class TestAllInSameYear(unittest.TestCase): """Test that only holidays in the year(s) requested are returned.""" years = set(range(1950, 2051)) @pytest.mark.skipif( PYTHON_VERSION != PYTHON_LATEST_SUPPORTED_VERSION, reason="Run once on the latest Python version only", ) @mock.patch("pathlib.Path.rglob", return_value=()) def test_all_countries(self, unused_rglob_mock): """ Only holidays in the year(s) requested should be returned. This ensures that we avoid triggering a "RuntimeError: dictionary changed size during iteration" error. This is logic test and not a code compatibility test, so for expediency we only run it once on the latest Python version. """ warnings.simplefilter("ignore") for country in list_supported_countries(): for year in self.years: for dt in country_holidays(country, years=year): self.assertEqual(dt.year, year) self.assertEqual(type(dt), date) self.assertEqual(self.years, country_holidays(country, years=self.years).years) @pytest.mark.skipif( PYTHON_VERSION != PYTHON_LATEST_SUPPORTED_VERSION, reason="Run once on the latest Python version only", ) @mock.patch("pathlib.Path.rglob", return_value=()) def test_all_financial(self, unused_rglob_mock): """ Only holidays in the year(s) requested should be returned. This ensures that we avoid triggering a "RuntimeError: dictionary changed size during iteration" error. This is logic test and not a code compatibility test, so for expediency we only run it once on the latest Python version. """ warnings.simplefilter("ignore") for market in list_supported_financial(): for year in self.years: for dt in financial_holidays(market, years=year): self.assertEqual(dt.year, year) self.assertEqual(type(dt), date) self.assertEqual(self.years, financial_holidays(market, years=self.years).years) class TestListLocalizedEntities(unittest.TestCase): def assertLocalizedEntities(self, localized_entities, supported_entities): # noqa: N802 tests_dir = Path(__file__).parent locale_dir = tests_dir.parent / "holidays" / "locale" for entity_code in supported_entities.keys(): actual_languages = sorted( # Collect `` part from # holidays/locale//LC_MESSAGES/.mo. path.parts[-3] for path in Path(locale_dir).rglob(f"{entity_code}.mo") ) expected_languages = localized_entities.get(entity_code, []) self.assertEqual( actual_languages, expected_languages, f"The supported languages for {entity_code} don't match " f"its actual languages: " f"{set(actual_languages).difference(set(expected_languages))}", ) entity = getattr(holidays, entity_code) self.assertEqual( list(entity.supported_languages), expected_languages, f"The supported languages for {entity_code} don't match " "its `supported_languages`.", ) self.assertEqual( actual_languages, expected_languages, f"Actual and expected locales differ for {entity_code}: " f"{set(actual_languages).difference(set(expected_languages))}", ) if expected_languages: self.assertIsInstance(expected_languages, list, entity_code) self.assertIn( entity.default_language, expected_languages, "The `default_language` must be listed in " f"`supported_languages` for {entity_code}", ) def test_localized_countries(self): self.assertLocalizedEntities( list_localized_countries(), list_supported_countries(include_aliases=False) ) def test_localized_financial(self): self.assertLocalizedEntities( list_localized_financial(), list_supported_financial(include_aliases=False) ) class TestListSupportedEntities(unittest.TestCase): def test_list_supported_countries(self): supported_countries = list_supported_countries(include_aliases=False) self.assertIn("AR", supported_countries) self.assertIn("CA", supported_countries["US"]) self.assertIn("IM", supported_countries) self.assertIn("ZA", supported_countries) us_subdivisions = supported_countries["US"] self.assertIn("CA", us_subdivisions) self.assertIsInstance(us_subdivisions, list) countries_files = [ path for path in Path("holidays/countries").glob("*.py") if path.stem != "__init__" ] self.assertEqual(len(countries_files), len(supported_countries)) def test_list_supported_financial(self): supported_financial = list_supported_financial(include_aliases=False) for code in ("BVMF", "IFEU", "XECB", "XNYS"): self.assertIn(code, supported_financial) xnys = supported_financial["XNYS"] self.assertIsInstance(xnys, list) financial_files = [ path for path in Path("holidays/financial").glob("*.py") if path.stem != "__init__" ] self.assertEqual(len(financial_files), len(supported_financial)) holidays-0.71/tests/third_party/000077500000000000000000000000001500152103600167415ustar00rootroot00000000000000holidays-0.71/tests/third_party/test_numpy.py000066400000000000000000000023431500152103600215240ustar00rootroot00000000000000# holidays # -------- # A fast, efficient Python library for generating country, province and state # specific sets of holidays on the fly. It aims to make determining whether a # specific date is a holiday as fast and flexible as possible. # # Authors: Vacanza Team and individual contributors (see AUTHORS.md file) # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 # Website: https://github.com/vacanza/holidays # License: MIT (see LICENSE file) from unittest import TestCase from holidays.countries.cambodia import Cambodia from holidays.countries.thailand import Thailand from holidays.countries.ukraine import Ukraine class TestNumpy(TestCase): def test_years_int_conversion(self): import numpy as np # It seems the import causes the error mentioned above. years = (1995, 2000) years_range = set(range(*years)) for cls in (Cambodia, Thailand, Ukraine): # Test single value. for int_x in (np.int16, np.int32, np.int64): self.assertEqual(cls(years=int_x(2024)).years, {2024}) # Test iterable. self.assertEqual(cls(years=np.arange(*years)).years, years_range) holidays-0.71/tox.ini000066400000000000000000000011161500152103600145600ustar00rootroot00000000000000[tox] requires = tox>=4.2 env_list = docs pre-commit python3.{13, 12, 11, 10, 9} skip_missing_interpreters = true [testenv] deps = -r{toxinidir}/requirements/runtime.txt -r{toxinidir}/requirements/tests.txt commands = pytest [testenv:docs] base_python = python3.12 deps = -r{toxinidir}/requirements/docs.txt -r{toxinidir}/requirements/tests.txt commands = make doc allowlist_externals = cmd make mkdocs [testenv:pre-commit] base_python = python deps = pre-commit commands = pre-commit autoupdate pre-commit run --all-files